2018-10-04 13:38:39,075 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-291 | | 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-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-04 13:38:39,081 - 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_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=hT9guQXYWvHUyCeUD34TPTcUc export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 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_REGION_NAME=regionOne 2018-10-04 13:38:39,082 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-04 13:38:39,083 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-10-04 13:38:39,099 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-10-04 13:38:43,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 13:38:43,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 13:38:43,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 13:38:43,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 13:38:43,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 13:38:43,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 13:38:43,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 13:38:43,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 13:38:43,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 13:38:43,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 13:38:43,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 13:38:43,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 13:38:43,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 13:38:43,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 13:38:43,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 13:38:43,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 13:38:43,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 13:38:43,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 13:38:43,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 13:38:43,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 13:38:43,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 13:38:43,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 13:38:43,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 13:38:43,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:38:43,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-690e309c-c421-427e-9be5-23fad9f8c8ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:38:43,696 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-690e309c-c421-427e-9be5-23fad9f8c8ad 2018-10-04 13:38:43,697 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:38:44,144 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}], "expires_at": "2018-10-04T14:38:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ecbf2b9cbec04c3e8332c7164aa04ab3"}, "audit_ids": ["7q5cc9ylQQiq3lycMq90xQ"], "issued_at": "2018-10-04T13:38:44.000000Z"}} 2018-10-04 13:38:44,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:44,154 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:38:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:38:44,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:44,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bdef71d-b8f9-4a21-aebb-689f20c15904 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/356d297e741f42d0b9d8bc9b13448e43"}, "description": "", "name": "heat_stack", "enabled": true, "id": "356d297e741f42d0b9d8bc9b13448e43"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 13:38:44,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-7bdef71d-b8f9-4a21-aebb-689f20c15904 2018-10-04 13:38:44,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.57412981987s 2018-10-04 13:38:44,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-04 13:38:44,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" -d '{"project": {"description": "Created by OPNFV Functest: connection_check", "enabled": true, "domain_id": "default", "name": "connection_check-project_f263ef1a-f638-4fce-a123-4396ab501f6a"}}' 2018-10-04 13:38:44,464 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:38:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cba08ead-f592-4c37-bcc7-0ed9de9fa4db Content-Length: 366 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/23513592503c47789467c3740ec080f0"}, "enabled": true, "id": "23513592503c47789467c3740ec080f0", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_f263ef1a-f638-4fce-a123-4396ab501f6a"}} 2018-10-04 13:38:44,464 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-cba08ead-f592-4c37-bcc7-0ed9de9fa4db 2018-10-04 13:38:44,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.222618818283s 2018-10-04 13:38:44,464 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-cba08ead-f592-4c37-bcc7-0ed9de9fa4db 2018-10-04 13:38:44,465 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_f263ef1a-f638-4fce-a123-4396ab501f6a', 'id': u'23513592503c47789467c3740ec080f0', 'description': u'Created by OPNFV Functest: connection_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-04 13:38:44,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-04 13:38:44,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.480440855026s 2018-10-04 13:38:44,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/5ecf9639c18d4f3fad96dc32df723ea5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:45,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-072b8332-99bb-4a94-aa3a-6a1d60143f1b Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/5ecf9639c18d4f3fad96dc32df723ea5"}, "enabled": true, "id": "5ecf9639c18d4f3fad96dc32df723ea5", "options": {}, "domain_id": "default", "name": "connection_check-user_f263ef1a-f638-4fce-a123-4396ab501f6a"}} 2018-10-04 13:38:45,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/5ecf9639c18d4f3fad96dc32df723ea5 used request id req-072b8332-99bb-4a94-aa3a-6a1d60143f1b 2018-10-04 13:38:45,098 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5ecf9639c18d4f3fad96dc32df723ea5', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_f263ef1a-f638-4fce-a123-4396ab501f6a'}) 2018-10-04 13:38:45,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:38:45,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:45,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0febae22-4988-477e-b3d6-d27693865675 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:38:45,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0febae22-4988-477e-b3d6-d27693865675 2018-10-04 13:38:45,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.081197977066s 2018-10-04 13:38:45,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:38:45,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:45,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df7c85db-f40a-444a-8f64-75e07b3bbb97 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:38:45,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-df7c85db-f40a-444a-8f64-75e07b3bbb97 2018-10-04 13:38:45,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0909149646759s 2018-10-04 13:38:45,273 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 13:38:45,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 13:38:45,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" -d '{"role": {"name": "Member"}}' 2018-10-04 13:38:45,497 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:38:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5c45876-7781-4b4a-9405-6167a61329a5 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "71b8d8a3f3f74fe99d346d7783adc4d1", "links": {"self": "http://172.30.9.23:5000/v3/roles/71b8d8a3f3f74fe99d346d7783adc4d1"}, "name": "Member"}} 2018-10-04 13:38:45,497 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-a5c45876-7781-4b4a-9405-6167a61329a5 2018-10-04 13:38:45,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.224114894867s 2018-10-04 13:38:45,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/71b8d8a3f3f74fe99d346d7783adc4d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:45,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-854395ce-7c61-49e9-a0cd-589e902126da Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/71b8d8a3f3f74fe99d346d7783adc4d1"}, "domain_id": null, "name": "Member", "id": "71b8d8a3f3f74fe99d346d7783adc4d1"}} 2018-10-04 13:38:45,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/71b8d8a3f3f74fe99d346d7783adc4d1 used request id req-854395ce-7c61-49e9-a0cd-589e902126da 2018-10-04 13:38:45,634 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/71b8d8a3f3f74fe99d346d7783adc4d1'}, 'domain_id': None, 'human_id': None, 'id': u'71b8d8a3f3f74fe99d346d7783adc4d1', 'HUMAN_ID': False}) 2018-10-04 13:38:45,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:38:45,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:45,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e7a5b5d-21a0-43f5-87f7-666584b2e92f Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "71b8d8a3f3f74fe99d346d7783adc4d1", "links": {"self": "http://172.30.9.23:5000/v3/roles/71b8d8a3f3f74fe99d346d7783adc4d1"}, "name": "Member"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:38:45,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3e7a5b5d-21a0-43f5-87f7-666584b2e92f 2018-10-04 13:38:45,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0817399024963s 2018-10-04 13:38:45,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 13:38:45,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:45,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef52f4cd-3ba7-491a-8007-957c32a71791 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 13:38:45,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-ef52f4cd-3ba7-491a-8007-957c32a71791 2018-10-04 13:38:45,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.143872022629s 2018-10-04 13:38:45,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 13:38:45,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:46,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cedddde-5601-4bd0-afc7-6df548f74e75 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_f263ef1a-f638-4fce-a123-4396ab501f6a", "links": {"self": "http://172.30.9.23:5000/v3/users/5ecf9639c18d4f3fad96dc32df723ea5"}, "domain_id": "default", "enabled": true, "id": "5ecf9639c18d4f3fad96dc32df723ea5", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:38:46,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-9cedddde-5601-4bd0-afc7-6df548f74e75 2018-10-04 13:38:46,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.16091299057s 2018-10-04 13:38:46,023 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-9cedddde-5601-4bd0-afc7-6df548f74e75 2018-10-04 13:38:46,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 13:38:46,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:46,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26ff03b3-5b9b-4ad1-89c5-e7733dbcfaa7 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/23513592503c47789467c3740ec080f0"}, "enabled": true, "id": "23513592503c47789467c3740ec080f0", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_f263ef1a-f638-4fce-a123-4396ab501f6a"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 13:38:46,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-26ff03b3-5b9b-4ad1-89c5-e7733dbcfaa7 2018-10-04 13:38:46,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0835220813751s 2018-10-04 13:38:46,114 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-26ff03b3-5b9b-4ad1-89c5-e7733dbcfaa7 2018-10-04 13:38:46,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 13:38:46,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=5ecf9639c18d4f3fad96dc32df723ea5&scope.project.id=23513592503c47789467c3740ec080f0&role.id=71b8d8a3f3f74fe99d346d7783adc4d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:46,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17533918-1665-4915-9cf0-4bf63513a994 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=5ecf9639c18d4f3fad96dc32df723ea5&scope.project.id=23513592503c47789467c3740ec080f0&role.id=71b8d8a3f3f74fe99d346d7783adc4d1", "previous": null, "next": null}} 2018-10-04 13:38:46,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=5ecf9639c18d4f3fad96dc32df723ea5&scope.project.id=23513592503c47789467c3740ec080f0&role.id=71b8d8a3f3f74fe99d346d7783adc4d1 used request id req-17533918-1665-4915-9cf0-4bf63513a994 2018-10-04 13:38:46,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.139363050461s 2018-10-04 13:38:46,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 13:38:46,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/23513592503c47789467c3740ec080f0/users/5ecf9639c18d4f3fad96dc32df723ea5/roles/71b8d8a3f3f74fe99d346d7783adc4d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:46,496 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:38:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48fa0c2c-00e1-485c-a97e-df89eb109a3e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:38:46,496 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/23513592503c47789467c3740ec080f0/users/5ecf9639c18d4f3fad96dc32df723ea5/roles/71b8d8a3f3f74fe99d346d7783adc4d1 used request id req-48fa0c2c-00e1-485c-a97e-df89eb109a3e 2018-10-04 13:38:46,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.240000009537s 2018-10-04 13:38:46,497 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_f263ef1a-f638-4fce-a123-4396ab501f6a', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '15b69ceb-64ee-48bf-bd5e-3f0227ca9a6e', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'connection_check-user_f263ef1a-f638-4fce-a123-4396ab501f6a', 'project_id': u'23513592503c47789467c3740ec080f0', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 13:38:46,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 13:38:46,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 13:38:46,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 13:38:46,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 13:38:46,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 13:38:46,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 13:38:46,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 13:38:46,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 13:38:46,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 13:38:46,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 13:38:46,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 13:38:46,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 13:38:46,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 13:38:46,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 13:38:46,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 13:38:46,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 13:38:46,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 13:38:46,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 13:38:46,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 13:38:46,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 13:38:46,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 13:38:46,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 13:38:46,502 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_f263ef1a-f638-4fce-a123-4396ab501f6a', 'password': '15b69ceb-64ee-48bf-bd5e-3f0227ca9a6e', 'project_name': 'connection_check-project_f263ef1a-f638-4fce-a123-4396ab501f6a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '23513592503c47789467c3740ec080f0', 'project_domain_name': 'Default'} 2018-10-04 13:38:46,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:38:46,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:46,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9a05d18-c9f9-49b6-9924-b379a06fe386 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "71b8d8a3f3f74fe99d346d7783adc4d1", "links": {"self": "http://172.30.9.23:5000/v3/roles/71b8d8a3f3f74fe99d346d7783adc4d1"}, "name": "Member"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:38:46,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c9a05d18-c9f9-49b6-9924-b379a06fe386 2018-10-04 13:38:46,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0878100395203s 2018-10-04 13:38:46,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:38:46,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:46,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c56f84d4-0ca2-40d6-b29b-17cbdcf3f974 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "71b8d8a3f3f74fe99d346d7783adc4d1", "links": {"self": "http://172.30.9.23:5000/v3/roles/71b8d8a3f3f74fe99d346d7783adc4d1"}, "name": "Member"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:38:46,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c56f84d4-0ca2-40d6-b29b-17cbdcf3f974 2018-10-04 13:38:46,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0882408618927s 2018-10-04 13:38:46,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 13:38:46,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:46,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d85b0e37-dad2-428d-9ddf-e54959dd9c88 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 13:38:46,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-d85b0e37-dad2-428d-9ddf-e54959dd9c88 2018-10-04 13:38:46,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0733208656311s 2018-10-04 13:38:46,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 13:38:46,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:46,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57266581-a476-4fb7-900d-6343bfdfd334 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_f263ef1a-f638-4fce-a123-4396ab501f6a", "links": {"self": "http://172.30.9.23:5000/v3/users/5ecf9639c18d4f3fad96dc32df723ea5"}, "domain_id": "default", "enabled": true, "id": "5ecf9639c18d4f3fad96dc32df723ea5", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:38:46,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-57266581-a476-4fb7-900d-6343bfdfd334 2018-10-04 13:38:46,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.173063993454s 2018-10-04 13:38:46,930 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-57266581-a476-4fb7-900d-6343bfdfd334 2018-10-04 13:38:46,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 13:38:46,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:47,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44ab255d-cfc1-41b3-8034-0dc0a6f67074 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/23513592503c47789467c3740ec080f0"}, "enabled": true, "id": "23513592503c47789467c3740ec080f0", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_f263ef1a-f638-4fce-a123-4396ab501f6a"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 13:38:47,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-44ab255d-cfc1-41b3-8034-0dc0a6f67074 2018-10-04 13:38:47,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0913500785828s 2018-10-04 13:38:47,027 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-44ab255d-cfc1-41b3-8034-0dc0a6f67074 2018-10-04 13:38:47,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 13:38:47,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=5ecf9639c18d4f3fad96dc32df723ea5&scope.project.id=23513592503c47789467c3740ec080f0&role.id=649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:47,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b27d332-8318-4ea2-b6c8-3f7e30998e0f Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=5ecf9639c18d4f3fad96dc32df723ea5&scope.project.id=23513592503c47789467c3740ec080f0&role.id=649d50d4e38f4048899913e0d7e41071", "previous": null, "next": null}} 2018-10-04 13:38:47,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=5ecf9639c18d4f3fad96dc32df723ea5&scope.project.id=23513592503c47789467c3740ec080f0&role.id=649d50d4e38f4048899913e0d7e41071 used request id req-8b27d332-8318-4ea2-b6c8-3f7e30998e0f 2018-10-04 13:38:47,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0772910118103s 2018-10-04 13:38:47,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 13:38:47,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/23513592503c47789467c3740ec080f0/users/5ecf9639c18d4f3fad96dc32df723ea5/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:47,368 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:38:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60004400-d901-47ab-a0f9-1dd9a129cc39 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:38:47,368 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/23513592503c47789467c3740ec080f0/users/5ecf9639c18d4f3fad96dc32df723ea5/roles/649d50d4e38f4048899913e0d7e41071 used request id req-60004400-d901-47ab-a0f9-1dd9a129cc39 2018-10-04 13:38:47,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.261222839355s 2018-10-04 13:38:47,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:38:47,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:47,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afbdbe51-51be-4517-a34d-ef0dac0f7b1e Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "71b8d8a3f3f74fe99d346d7783adc4d1", "links": {"self": "http://172.30.9.23:5000/v3/roles/71b8d8a3f3f74fe99d346d7783adc4d1"}, "name": "Member"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:38:47,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-afbdbe51-51be-4517-a34d-ef0dac0f7b1e 2018-10-04 13:38:47,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0850009918213s 2018-10-04 13:38:47,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 13:38:47,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-04 13:38:47,573 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:38:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96c582c5-c779-4e72-aa4e-3ee0cc621855 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "413d85907e1640f5a1c1ffc2b401b391", "links": {"self": "http://172.30.9.23:5000/v3/roles/413d85907e1640f5a1c1ffc2b401b391"}, "name": "heat_stack_owner"}} 2018-10-04 13:38:47,574 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-96c582c5-c779-4e72-aa4e-3ee0cc621855 2018-10-04 13:38:47,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.118228912354s 2018-10-04 13:38:47,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/413d85907e1640f5a1c1ffc2b401b391 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:47,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4ab00e3-375b-44e4-b529-407d8853d32b Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/413d85907e1640f5a1c1ffc2b401b391"}, "domain_id": null, "name": "heat_stack_owner", "id": "413d85907e1640f5a1c1ffc2b401b391"}} 2018-10-04 13:38:47,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/413d85907e1640f5a1c1ffc2b401b391 used request id req-f4ab00e3-375b-44e4-b529-407d8853d32b 2018-10-04 13:38:47,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:38:47,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:47,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81895a5e-5bad-4e81-a95c-354c23ac50ca Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "413d85907e1640f5a1c1ffc2b401b391", "links": {"self": "http://172.30.9.23:5000/v3/roles/413d85907e1640f5a1c1ffc2b401b391"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "71b8d8a3f3f74fe99d346d7783adc4d1", "links": {"self": "http://172.30.9.23:5000/v3/roles/71b8d8a3f3f74fe99d346d7783adc4d1"}, "name": "Member"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:38:47,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-81895a5e-5bad-4e81-a95c-354c23ac50ca 2018-10-04 13:38:47,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0829060077667s 2018-10-04 13:38:47,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 13:38:47,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:47,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fc0a61e-03b9-44e1-af32-f6831fae4989 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 13:38:47,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-3fc0a61e-03b9-44e1-af32-f6831fae4989 2018-10-04 13:38:47,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0749449729919s 2018-10-04 13:38:47,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 13:38:47,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:47,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aff50415-54bf-4f72-a54f-ce6bb3b165a0 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_f263ef1a-f638-4fce-a123-4396ab501f6a", "links": {"self": "http://172.30.9.23:5000/v3/users/5ecf9639c18d4f3fad96dc32df723ea5"}, "domain_id": "default", "enabled": true, "id": "5ecf9639c18d4f3fad96dc32df723ea5", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:38:47,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-aff50415-54bf-4f72-a54f-ce6bb3b165a0 2018-10-04 13:38:47,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0954809188843s 2018-10-04 13:38:47,912 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-aff50415-54bf-4f72-a54f-ce6bb3b165a0 2018-10-04 13:38:47,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 13:38:47,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:48,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5bdf62a-7b40-49d1-9e62-058be8985ffb Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/23513592503c47789467c3740ec080f0"}, "enabled": true, "id": "23513592503c47789467c3740ec080f0", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_f263ef1a-f638-4fce-a123-4396ab501f6a"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 13:38:48,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-f5bdf62a-7b40-49d1-9e62-058be8985ffb 2018-10-04 13:38:48,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0935378074646s 2018-10-04 13:38:48,012 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-f5bdf62a-7b40-49d1-9e62-058be8985ffb 2018-10-04 13:38:48,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 13:38:48,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=5ecf9639c18d4f3fad96dc32df723ea5&scope.project.id=23513592503c47789467c3740ec080f0&role.id=413d85907e1640f5a1c1ffc2b401b391 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:48,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64b6c285-e0c7-4f21-8404-b8cf8456ddae Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=5ecf9639c18d4f3fad96dc32df723ea5&scope.project.id=23513592503c47789467c3740ec080f0&role.id=413d85907e1640f5a1c1ffc2b401b391", "previous": null, "next": null}} 2018-10-04 13:38:48,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=5ecf9639c18d4f3fad96dc32df723ea5&scope.project.id=23513592503c47789467c3740ec080f0&role.id=413d85907e1640f5a1c1ffc2b401b391 used request id req-64b6c285-e0c7-4f21-8404-b8cf8456ddae 2018-10-04 13:38:48,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0762410163879s 2018-10-04 13:38:48,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 13:38:48,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/23513592503c47789467c3740ec080f0/users/5ecf9639c18d4f3fad96dc32df723ea5/roles/413d85907e1640f5a1c1ffc2b401b391 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:38:48,317 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:38:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e976f682-e585-41fd-894d-3a4795f7a34c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:38:48,317 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/23513592503c47789467c3740ec080f0/users/5ecf9639c18d4f3fad96dc32df723ea5/roles/413d85907e1640f5a1c1ffc2b401b391 used request id req-e976f682-e585-41fd-894d-3a4795f7a34c 2018-10-04 13:38:48,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.226224899292s 2018-10-04 13:38:48,317 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-04 13:38:48,318 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-04 13:38:48,318 - openstack_tests - INFO - OS Credentials = > 2018-10-04 13:38:48,318 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:38:48,320 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:38:48,799 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "71b8d8a3f3f74fe99d346d7783adc4d1", "name": "Member"}, {"id": "413d85907e1640f5a1c1ffc2b401b391", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:38:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23513592503c47789467c3740ec080f0", "name": "connection_check-project_f263ef1a-f638-4fce-a123-4396ab501f6a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f263ef1a-f638-4fce-a123-4396ab501f6a", "id": "5ecf9639c18d4f3fad96dc32df723ea5"}, "audit_ids": ["ythKlPaERteZJDqBLV9LBA"], "issued_at": "2018-10-04T13:38:48.000000Z"}} 2018-10-04 13:38:48,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70c32adfb64912b564d921f186f56eaa68bfc7dc" 2018-10-04 13:38:49,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-06ddc600-74f2-42b7-a223-603278177fa5 Date: Thu, 04 Oct 2018 13:38:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 13:38:49,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-06ddc600-74f2-42b7-a223-603278177fa5 2018-10-04 13:38:49,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70c32adfb64912b564d921f186f56eaa68bfc7dc" 2018-10-04 13:38:50,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-5c8860be-eb43-4714-ad3d-3ee024c4e7e4 Date: Thu, 04 Oct 2018 13:38:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","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":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 13:38:50,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-5c8860be-eb43-4714-ad3d-3ee024c4e7e4 2018-10-04 13:38:50,602 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-04 13:38:50,603 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-10-04 13:38:50,603 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:38:50,604 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:38:50,605 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:38:50,606 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:38:50,607 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:38:50,607 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:38:50,608 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:38:50,609 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:38:50,610 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:38:50,611 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:38:50,612 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:38:50,612 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:38:50,613 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:38:50,614 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:38:50,615 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:38:50,793 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-04 13:38:50,794 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:38:51,226 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "71b8d8a3f3f74fe99d346d7783adc4d1", "name": "Member"}, {"id": "413d85907e1640f5a1c1ffc2b401b391", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:38:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23513592503c47789467c3740ec080f0", "name": "connection_check-project_f263ef1a-f638-4fce-a123-4396ab501f6a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f263ef1a-f638-4fce-a123-4396ab501f6a", "id": "5ecf9639c18d4f3fad96dc32df723ea5"}, "audit_ids": ["e_v8PvXqQGartESDUYa05Q"], "issued_at": "2018-10-04T13:38:51.000000Z"}} 2018-10-04 13:38:51,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}25cb748e79fed506c2a97881b1bb4b2ee5dfce7a" 2018-10-04 13:38:51,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-91574776-4552-49ca-9c70-a5b8b70bc1b6 Date: Thu, 04 Oct 2018 13:38:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-10-04 13:38:51,914 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&name=foo used request id req-91574776-4552-49ca-9c70-a5b8b70bc1b6 2018-10-04 13:38:51,915 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:38:51,916 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-04 13:38:51,916 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:38:52,373 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "71b8d8a3f3f74fe99d346d7783adc4d1", "name": "Member"}, {"id": "413d85907e1640f5a1c1ffc2b401b391", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:38:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23513592503c47789467c3740ec080f0", "name": "connection_check-project_f263ef1a-f638-4fce-a123-4396ab501f6a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f263ef1a-f638-4fce-a123-4396ab501f6a", "id": "5ecf9639c18d4f3fad96dc32df723ea5"}, "audit_ids": ["EFza6up1SSexHlbfonqubg"], "issued_at": "2018-10-04T13:38:52.000000Z"}} 2018-10-04 13:38:52,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049a4cccb9ddcd6961dee8b253acde928a52ea00" 2018-10-04 13:38:52,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93bc9d43-b51d-4625-b863-bbe4c4c2d7eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:38:52,471 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-93bc9d43-b51d-4625-b863-bbe4c4c2d7eb 2018-10-04 13:38:52,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:38:52,481 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:38:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:38:52,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049a4cccb9ddcd6961dee8b253acde928a52ea00" 2018-10-04 13:38:52,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-595bb88f-51db-4c7b-99db-2adee8f2ce7b Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_f263ef1a-f638-4fce-a123-4396ab501f6a", "links": {"self": "http://172.30.9.23:5000/v3/users/5ecf9639c18d4f3fad96dc32df723ea5"}, "domain_id": "default", "enabled": true, "id": "5ecf9639c18d4f3fad96dc32df723ea5", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:38:52,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-595bb88f-51db-4c7b-99db-2adee8f2ce7b 2018-10-04 13:38:52,588 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:38:52,588 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-04 13:38:52,589 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:38:53,045 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "71b8d8a3f3f74fe99d346d7783adc4d1", "name": "Member"}, {"id": "413d85907e1640f5a1c1ffc2b401b391", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:38:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23513592503c47789467c3740ec080f0", "name": "connection_check-project_f263ef1a-f638-4fce-a123-4396ab501f6a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f263ef1a-f638-4fce-a123-4396ab501f6a", "id": "5ecf9639c18d4f3fad96dc32df723ea5"}, "audit_ids": ["MXuCB4wfRRSMyMFfZKrT4A"], "issued_at": "2018-10-04T13:38:53.000000Z"}} 2018-10-04 13:38:53,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be9433d26aed1137e3160e1b28f56522aefa1aa" 2018-10-04 13:38:54,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-7d5e7a8d-8694-4aef-bfce-acab47ffbeba Date: Thu, 04 Oct 2018 13:38:54 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 13:38:54,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-7d5e7a8d-8694-4aef-bfce-acab47ffbeba 2018-10-04 13:38:54,160 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:38:54,528 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "71b8d8a3f3f74fe99d346d7783adc4d1", "name": "Member"}, {"id": "413d85907e1640f5a1c1ffc2b401b391", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:38:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23513592503c47789467c3740ec080f0", "name": "connection_check-project_f263ef1a-f638-4fce-a123-4396ab501f6a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f263ef1a-f638-4fce-a123-4396ab501f6a", "id": "5ecf9639c18d4f3fad96dc32df723ea5"}, "audit_ids": ["2FE27ZZ5SziL9E7pEpE2tw"], "issued_at": "2018-10-04T13:38:54.000000Z"}} 2018-10-04 13:38:54,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68105da05bdbcb5879337c2d9b445528b484927" 2018-10-04 13:38:55,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-4cb1c9ab-b383-4ff3-95e5-7726635f37c0 Date: Thu, 04 Oct 2018 13:38:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 13:38:55,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-4cb1c9ab-b383-4ff3-95e5-7726635f37c0 2018-10-04 13:38:55,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68105da05bdbcb5879337c2d9b445528b484927" 2018-10-04 13:38:56,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-550e7c13-0b4f-4aeb-8ab1-c998e6d058cf Date: Thu, 04 Oct 2018 13:38:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","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":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 13:38:56,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-550e7c13-0b4f-4aeb-8ab1-c998e6d058cf 2018-10-04 13:38:56,317 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:38:56,317 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:38:56,558 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.23:5000/v2.0/tokens 2018-10-04 13:38:56,619 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-10-04 13:38:56,620 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:38:56,621 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:38:57,086 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "71b8d8a3f3f74fe99d346d7783adc4d1", "name": "Member"}, {"id": "413d85907e1640f5a1c1ffc2b401b391", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:38:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23513592503c47789467c3740ec080f0", "name": "connection_check-project_f263ef1a-f638-4fce-a123-4396ab501f6a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f263ef1a-f638-4fce-a123-4396ab501f6a", "id": "5ecf9639c18d4f3fad96dc32df723ea5"}, "audit_ids": ["6jdFINVIRiCzgiYittc9AA"], "issued_at": "2018-10-04T13:38:57.000000Z"}} 2018-10-04 13:38:57,090 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fa3d9c626c14570fe49e6598f6a5e7cd8af701f" 2018-10-04 13:38:57,684 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b6ea984e-b195-4718-b269-206edd502131 x-compute-request-id: req-b6ea984e-b195-4718-b269-206edd502131 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 13:38:57,684 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail used request id req-b6ea984e-b195-4718-b269-206edd502131 2018-10-04 13:38:57,685 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:38:57,686 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:38:58,068 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "71b8d8a3f3f74fe99d346d7783adc4d1", "name": "Member"}, {"id": "413d85907e1640f5a1c1ffc2b401b391", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:38:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23513592503c47789467c3740ec080f0", "name": "connection_check-project_f263ef1a-f638-4fce-a123-4396ab501f6a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f263ef1a-f638-4fce-a123-4396ab501f6a", "id": "5ecf9639c18d4f3fad96dc32df723ea5"}, "audit_ids": ["EGd69miQTf-47Z0c6vfwbw"], "issued_at": "2018-10-04T13:38:58.000000Z"}} 2018-10-04 13:38:58,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30c1f434c32207737c976e2b5dda42f61613cab7" 2018-10-04 13:38:58,873 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8eda2e26-ef8b-4c09-b783-aba130a4557e x-compute-request-id: req-8eda2e26-ef8b-4c09-b783-aba130a4557e Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 192}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-04 13:38:58,873 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-8eda2e26-ef8b-4c09-b783-aba130a4557e 2018-10-04 13:38:58,874 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 13:38:58,875 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:38:58,892 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.23:5000/v2.0/tokens 2018-10-04 13:38:58,906 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-10-04 13:38:58,907 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 13:38:58,907 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:38:59,322 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "71b8d8a3f3f74fe99d346d7783adc4d1", "name": "Member"}, {"id": "413d85907e1640f5a1c1ffc2b401b391", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:38:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23513592503c47789467c3740ec080f0", "name": "connection_check-project_f263ef1a-f638-4fce-a123-4396ab501f6a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f263ef1a-f638-4fce-a123-4396ab501f6a", "id": "5ecf9639c18d4f3fad96dc32df723ea5"}, "audit_ids": ["1_t7AydDQ9eo4DqGecywKQ"], "issued_at": "2018-10-04T13:38:59.000000Z"}} 2018-10-04 13:38:59,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/23513592503c47789467c3740ec080f0/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4420ceace16d676c5d518a5f6c2c117e0963d3aa" 2018-10-04 13:39:00,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:38:59 GMT Server: Apache x-openstack-request-id: req-b787d01d-08b9-4e39-ae8e-619ea46af46b Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-04 13:39:00,117 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/23513592503c47789467c3740ec080f0/stacks used request id req-b787d01d-08b9-4e39-ae8e-619ea46af46b 2018-10-04 13:39:00,117 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:00,136 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-04 13:39:00,138 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:00,591 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "71b8d8a3f3f74fe99d346d7783adc4d1", "name": "Member"}, {"id": "413d85907e1640f5a1c1ffc2b401b391", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23513592503c47789467c3740ec080f0", "name": "connection_check-project_f263ef1a-f638-4fce-a123-4396ab501f6a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/23513592503c47789467c3740ec080f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/23513592503c47789467c3740ec080f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/23513592503c47789467c3740ec080f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f263ef1a-f638-4fce-a123-4396ab501f6a", "id": "5ecf9639c18d4f3fad96dc32df723ea5"}, "audit_ids": ["L5NUSpNxRummaDi7GWXm8Q"], "issued_at": "2018-10-04T13:39:00.000000Z"}} 2018-10-04 13:39:00,594 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/23513592503c47789467c3740ec080f0/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a69d9ee8341d121cc340c7a168f5e40a988821e5" 2018-10-04 13:39:01,343 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:00 GMT Server: Apache x-compute-request-id: req-dda96f9a-86b9-414a-9a99-82346679fb33 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dda96f9a-86b9-414a-9a99-82346679fb33 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-04 13:39:01,343 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/23513592503c47789467c3740ec080f0/volumes/detail used request id req-dda96f9a-86b9-414a-9a99-82346679fb33 2018-10-04 13:39:01,344 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 10.730s OK 2018-10-04 13:39:01,480 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 13:39:01,480 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-10-04 13:39:01,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:39:01,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:39:01,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7514e981-560e-4bb5-a9cf-0387f3c3abac Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "413d85907e1640f5a1c1ffc2b401b391", "links": {"self": "http://172.30.9.23:5000/v3/roles/413d85907e1640f5a1c1ffc2b401b391"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "71b8d8a3f3f74fe99d346d7783adc4d1", "links": {"self": "http://172.30.9.23:5000/v3/roles/71b8d8a3f3f74fe99d346d7783adc4d1"}, "name": "Member"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:01,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7514e981-560e-4bb5-a9cf-0387f3c3abac 2018-10-04 13:39:01,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0816738605499s 2018-10-04 13:39:01,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 13:39:01,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/413d85907e1640f5a1c1ffc2b401b391 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:39:01,797 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15a6b8f2-bd88-47d9-9e9a-2f0d4013326d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:01,797 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/413d85907e1640f5a1c1ffc2b401b391 used request id req-15a6b8f2-bd88-47d9-9e9a-2f0d4013326d 2018-10-04 13:39:01,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.228171110153s 2018-10-04 13:39:01,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 13:39:01,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:39:01,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5646cb5-c5f1-4b33-8d3c-79e089afc438 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_f263ef1a-f638-4fce-a123-4396ab501f6a", "links": {"self": "http://172.30.9.23:5000/v3/users/5ecf9639c18d4f3fad96dc32df723ea5"}, "domain_id": "default", "enabled": true, "id": "5ecf9639c18d4f3fad96dc32df723ea5", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:39:01,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-d5646cb5-c5f1-4b33-8d3c-79e089afc438 2018-10-04 13:39:01,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.15788602829s 2018-10-04 13:39:01,956 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-d5646cb5-c5f1-4b33-8d3c-79e089afc438 2018-10-04 13:39:01,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 13:39:01,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/5ecf9639c18d4f3fad96dc32df723ea5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:39:02,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0db02a4c-e73c-4ebd-a2af-54a1ce3761e7 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/5ecf9639c18d4f3fad96dc32df723ea5"}, "enabled": true, "id": "5ecf9639c18d4f3fad96dc32df723ea5", "options": {}, "domain_id": "default", "name": "connection_check-user_f263ef1a-f638-4fce-a123-4396ab501f6a"}} 2018-10-04 13:39:02,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/5ecf9639c18d4f3fad96dc32df723ea5 used request id req-0db02a4c-e73c-4ebd-a2af-54a1ce3761e7 2018-10-04 13:39:02,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0931890010834s 2018-10-04 13:39:02,056 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/5ecf9639c18d4f3fad96dc32df723ea5 used request id req-0db02a4c-e73c-4ebd-a2af-54a1ce3761e7 2018-10-04 13:39:02,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-04 13:39:02,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/5ecf9639c18d4f3fad96dc32df723ea5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:39:02,365 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fab0b0a-7513-4a1f-806e-da44120edc58 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:02,365 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/5ecf9639c18d4f3fad96dc32df723ea5 used request id req-8fab0b0a-7513-4a1f-806e-da44120edc58 2018-10-04 13:39:02,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.308725118637s 2018-10-04 13:39:02,366 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/5ecf9639c18d4f3fad96dc32df723ea5 used request id req-8fab0b0a-7513-4a1f-806e-da44120edc58 2018-10-04 13:39:02,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 13:39:02,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:39:02,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc1bbb49-a399-4e54-8918-2eb4145ca346 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/23513592503c47789467c3740ec080f0"}, "enabled": true, "id": "23513592503c47789467c3740ec080f0", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_f263ef1a-f638-4fce-a123-4396ab501f6a"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 13:39:02,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-bc1bbb49-a399-4e54-8918-2eb4145ca346 2018-10-04 13:39:02,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0778710842133s 2018-10-04 13:39:02,444 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-bc1bbb49-a399-4e54-8918-2eb4145ca346 2018-10-04 13:39:02,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-04 13:39:02,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/23513592503c47789467c3740ec080f0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:39:02,606 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c691078-0b2f-4c81-83ab-70ddebbcea68 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:02,606 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/23513592503c47789467c3740ec080f0 used request id req-0c691078-0b2f-4c81-83ab-70ddebbcea68 2018-10-04 13:39:02,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.159476041794s 2018-10-04 13:39:02,606 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/23513592503c47789467c3740ec080f0 used request id req-0c691078-0b2f-4c81-83ab-70ddebbcea68 2018-10-04 13:39:02,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:39:02,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:39:02,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2716a1ae-1691-49e8-a131-7c074eeffb06 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "71b8d8a3f3f74fe99d346d7783adc4d1", "links": {"self": "http://172.30.9.23:5000/v3/roles/71b8d8a3f3f74fe99d346d7783adc4d1"}, "name": "Member"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:02,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-2716a1ae-1691-49e8-a131-7c074eeffb06 2018-10-04 13:39:02,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0903348922729s 2018-10-04 13:39:02,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 13:39:02,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/71b8d8a3f3f74fe99d346d7783adc4d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:39:02,826 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb53ab3a-4e5c-4df4-b845-aa625464a0f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:02,826 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/71b8d8a3f3f74fe99d346d7783adc4d1 used request id req-cb53ab3a-4e5c-4df4-b845-aa625464a0f7 2018-10-04 13:39:02,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.127501964569s 2018-10-04 13:39:02,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 13:39:02,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=23513592503c47789467c3740ec080f0&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d249fa87aafd185d234aa5123a6ae4c12fff6291" 2018-10-04 13:39:03,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-83c7d928-8dde-4fbe-8c9d-7745d3af835f Date: Thu, 04 Oct 2018 13:39:03 GMT RESP BODY: {"security_groups": []} 2018-10-04 13:39:03,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=23513592503c47789467c3740ec080f0&name=default used request id req-83c7d928-8dde-4fbe-8c9d-7745d3af835f 2018-10-04 13:39:03,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.952834129333s 2018-10-04 13:39:03,785 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=23513592503c47789467c3740ec080f0&name=default used request id req-83c7d928-8dde-4fbe-8c9d-7745d3af835f 2018-10-04 13:39:03,806 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-10-04 13:39:03,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 13:39:03,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 13:39:03,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 13:39:03,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 13:39:03,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 13:39:03,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 13:39:03,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 13:39:03,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 13:39:03,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 13:39:03,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 13:39:03,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 13:39:03,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 13:39:03,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 13:39:03,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 13:39:03,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 13:39:03,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 13:39:03,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 13:39:03,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 13:39:03,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 13:39:03,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 13:39:03,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 13:39:03,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 13:39:03,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 13:39:03,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:03,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00c1fba6-6649-412a-8ac9-cf423e34ae96 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:03,841 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-00c1fba6-6649-412a-8ac9-cf423e34ae96 2018-10-04 13:39:03,841 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:04,334 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}], "expires_at": "2018-10-04T14:39:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ecbf2b9cbec04c3e8332c7164aa04ab3"}, "audit_ids": ["U9UeUqdhTBSGyY05_cSjMQ"], "issued_at": "2018-10-04T13:39:04.000000Z"}} 2018-10-04 13:39:04,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:04,343 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:04,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:04,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f5e1c6d-394a-4fad-8ad4-96cb7f961d9b Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/356d297e741f42d0b9d8bc9b13448e43"}, "description": "", "name": "heat_stack", "enabled": true, "id": "356d297e741f42d0b9d8bc9b13448e43"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 13:39:04,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-7f5e1c6d-394a-4fad-8ad4-96cb7f961d9b 2018-10-04 13:39:04,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.59285402298s 2018-10-04 13:39:04,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-04 13:39:04,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}}' 2018-10-04 13:39:04,532 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:39:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49744443-9b2c-47c4-9637-14194764f176 Content-Length: 352 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:39:04,532 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-49744443-9b2c-47c4-9637-14194764f176 2018-10-04 13:39:04,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.103344202042s 2018-10-04 13:39:04,532 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-49744443-9b2c-47c4-9637-14194764f176 2018-10-04 13:39:04,533 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229', 'id': u'93973d1238b2486385104382b3d557a9', 'description': u'Created by OPNFV Functest: api_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-04 13:39:04,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-04 13:39:04,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.389887094498s 2018-10-04 13:39:04,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/edcc1fa643e64948b9f2a6f4934de106 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:05,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6184fb1b-40c1-4a91-806b-75ac4bbe27b6 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/edcc1fa643e64948b9f2a6f4934de106"}, "enabled": true, "id": "edcc1fa643e64948b9f2a6f4934de106", "options": {}, "domain_id": "default", "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:39:05,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/edcc1fa643e64948b9f2a6f4934de106 used request id req-6184fb1b-40c1-4a91-806b-75ac4bbe27b6 2018-10-04 13:39:05,039 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'edcc1fa643e64948b9f2a6f4934de106', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229'}) 2018-10-04 13:39:05,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:39:05,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:05,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f808735-0ee3-4614-bd0a-b4bc52fefd56 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:05,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-2f808735-0ee3-4614-bd0a-b4bc52fefd56 2018-10-04 13:39:05,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0817940235138s 2018-10-04 13:39:05,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:39:05,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:05,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d06fb5a-bfa9-44b1-8a39-f779da94e25d Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:05,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0d06fb5a-bfa9-44b1-8a39-f779da94e25d 2018-10-04 13:39:05,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.129728078842s 2018-10-04 13:39:05,253 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 13:39:05,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 13:39:05,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" -d '{"role": {"name": "Member"}}' 2018-10-04 13:39:05,346 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:39:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11005128-6235-4b7d-9e0e-eb38967f91c0 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}} 2018-10-04 13:39:05,346 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-11005128-6235-4b7d-9e0e-eb38967f91c0 2018-10-04 13:39:05,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0928359031677s 2018-10-04 13:39:05,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:05,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ded7d305-8dc7-4f1c-a681-a949a280bcf8 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "domain_id": null, "name": "Member", "id": "1a9e11696db34b56b96eeecbd2ff0dc2"}} 2018-10-04 13:39:05,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2 used request id req-ded7d305-8dc7-4f1c-a681-a949a280bcf8 2018-10-04 13:39:05,426 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2'}, 'domain_id': None, 'human_id': None, 'id': u'1a9e11696db34b56b96eeecbd2ff0dc2', 'HUMAN_ID': False}) 2018-10-04 13:39:05,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:39:05,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:05,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b68ca4c4-80be-4c9f-a624-18c51fce65cf Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:05,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b68ca4c4-80be-4c9f-a624-18c51fce65cf 2018-10-04 13:39:05,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0715520381927s 2018-10-04 13:39:05,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 13:39:05,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:05,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbfce4b9-df5c-437c-bf2c-9a38e1556f16 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 13:39:05,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-fbfce4b9-df5c-437c-bf2c-9a38e1556f16 2018-10-04 13:39:05,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0777931213379s 2018-10-04 13:39:05,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 13:39:05,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:05,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0541f867-bc37-4986-ba6a-ebd86e46e3e3 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "links": {"self": "http://172.30.9.23:5000/v3/users/edcc1fa643e64948b9f2a6f4934de106"}, "domain_id": "default", "enabled": true, "id": "edcc1fa643e64948b9f2a6f4934de106", "options": {}}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:39:05,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0541f867-bc37-4986-ba6a-ebd86e46e3e3 2018-10-04 13:39:05,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.169547080994s 2018-10-04 13:39:05,748 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0541f867-bc37-4986-ba6a-ebd86e46e3e3 2018-10-04 13:39:05,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 13:39:05,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:05,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3510f53c-c0cd-40c7-8da1-e7952dcc810a Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 13:39:05,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-3510f53c-c0cd-40c7-8da1-e7952dcc810a 2018-10-04 13:39:05,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0722589492798s 2018-10-04 13:39:05,826 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-3510f53c-c0cd-40c7-8da1-e7952dcc810a 2018-10-04 13:39:05,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 13:39:05,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=edcc1fa643e64948b9f2a6f4934de106&scope.project.id=93973d1238b2486385104382b3d557a9&role.id=1a9e11696db34b56b96eeecbd2ff0dc2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:05,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7497c3b2-6cc3-48ee-9c94-c006b6401035 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=edcc1fa643e64948b9f2a6f4934de106&scope.project.id=93973d1238b2486385104382b3d557a9&role.id=1a9e11696db34b56b96eeecbd2ff0dc2", "previous": null, "next": null}} 2018-10-04 13:39:05,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=edcc1fa643e64948b9f2a6f4934de106&scope.project.id=93973d1238b2486385104382b3d557a9&role.id=1a9e11696db34b56b96eeecbd2ff0dc2 used request id req-7497c3b2-6cc3-48ee-9c94-c006b6401035 2018-10-04 13:39:05,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0785319805145s 2018-10-04 13:39:05,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 13:39:05,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/edcc1fa643e64948b9f2a6f4934de106/roles/1a9e11696db34b56b96eeecbd2ff0dc2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:06,084 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf95a6c5-170d-42c2-9aa8-8400e2164d54 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:06,084 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/edcc1fa643e64948b9f2a6f4934de106/roles/1a9e11696db34b56b96eeecbd2ff0dc2 used request id req-bf95a6c5-170d-42c2-9aa8-8400e2164d54 2018-10-04 13:39:06,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.176270008087s 2018-10-04 13:39:06,085 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': 'bb58a745-7fb9-4150-b466-0fc92998786f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229', 'project_id': u'93973d1238b2486385104382b3d557a9', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 13:39:06,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 13:39:06,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 13:39:06,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 13:39:06,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 13:39:06,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 13:39:06,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 13:39:06,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 13:39:06,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 13:39:06,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 13:39:06,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 13:39:06,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 13:39:06,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 13:39:06,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 13:39:06,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 13:39:06,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 13:39:06,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 13:39:06,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 13:39:06,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 13:39:06,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 13:39:06,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 13:39:06,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 13:39:06,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 13:39:06,090 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229', 'password': 'bb58a745-7fb9-4150-b466-0fc92998786f', 'project_name': 'api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '93973d1238b2486385104382b3d557a9', 'project_domain_name': 'Default'} 2018-10-04 13:39:06,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:39:06,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:06,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d4750f0-2710-477d-8b5c-a004657a9b84 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:06,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8d4750f0-2710-477d-8b5c-a004657a9b84 2018-10-04 13:39:06,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0739169120789s 2018-10-04 13:39:06,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:39:06,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:06,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06b1611f-67a5-43ac-b59b-360e9a7653d9 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:06,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-06b1611f-67a5-43ac-b59b-360e9a7653d9 2018-10-04 13:39:06,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0787980556488s 2018-10-04 13:39:06,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 13:39:06,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:06,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-447ebeab-a846-41a5-944f-38b212a955d9 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 13:39:06,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-447ebeab-a846-41a5-944f-38b212a955d9 2018-10-04 13:39:06,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0805339813232s 2018-10-04 13:39:06,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 13:39:06,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:06,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dbbd9bc-493f-4399-b92b-e3045a2dde01 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "links": {"self": "http://172.30.9.23:5000/v3/users/edcc1fa643e64948b9f2a6f4934de106"}, "domain_id": "default", "enabled": true, "id": "edcc1fa643e64948b9f2a6f4934de106", "options": {}}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:39:06,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-5dbbd9bc-493f-4399-b92b-e3045a2dde01 2018-10-04 13:39:06,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0910458564758s 2018-10-04 13:39:06,419 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-5dbbd9bc-493f-4399-b92b-e3045a2dde01 2018-10-04 13:39:06,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 13:39:06,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:06,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e959d536-b13f-432f-af02-9df6ddc8f031 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 13:39:06,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-e959d536-b13f-432f-af02-9df6ddc8f031 2018-10-04 13:39:06,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0872800350189s 2018-10-04 13:39:06,512 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-e959d536-b13f-432f-af02-9df6ddc8f031 2018-10-04 13:39:06,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 13:39:06,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=edcc1fa643e64948b9f2a6f4934de106&scope.project.id=93973d1238b2486385104382b3d557a9&role.id=649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:06,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-491ccd38-468b-45ba-98d6-4549627a9f7b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=edcc1fa643e64948b9f2a6f4934de106&scope.project.id=93973d1238b2486385104382b3d557a9&role.id=649d50d4e38f4048899913e0d7e41071", "previous": null, "next": null}} 2018-10-04 13:39:06,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=edcc1fa643e64948b9f2a6f4934de106&scope.project.id=93973d1238b2486385104382b3d557a9&role.id=649d50d4e38f4048899913e0d7e41071 used request id req-491ccd38-468b-45ba-98d6-4549627a9f7b 2018-10-04 13:39:06,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0849320888519s 2018-10-04 13:39:06,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 13:39:06,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/edcc1fa643e64948b9f2a6f4934de106/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:06,835 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59710926-f80e-4241-81d2-9b9e22f7fb6b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:06,835 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/edcc1fa643e64948b9f2a6f4934de106/roles/649d50d4e38f4048899913e0d7e41071 used request id req-59710926-f80e-4241-81d2-9b9e22f7fb6b 2018-10-04 13:39:06,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.235415935516s 2018-10-04 13:39:06,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:39:06,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:06,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1de61f8-dcf5-4eff-9d52-f5e24b98f017 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:06,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c1de61f8-dcf5-4eff-9d52-f5e24b98f017 2018-10-04 13:39:06,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0768899917603s 2018-10-04 13:39:06,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 13:39:06,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-04 13:39:07,065 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:39:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f924f09d-eca6-415f-bbbb-cc2f94fe7377 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c74950244697477582ea2e170a77e0b1", "links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "name": "heat_stack_owner"}} 2018-10-04 13:39:07,066 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-f924f09d-eca6-415f-bbbb-cc2f94fe7377 2018-10-04 13:39:07,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.151865005493s 2018-10-04 13:39:07,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:07,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-feb2f8b2-456a-470c-85cf-4443ce59d05c Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "domain_id": null, "name": "heat_stack_owner", "id": "c74950244697477582ea2e170a77e0b1"}} 2018-10-04 13:39:07,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1 used request id req-feb2f8b2-456a-470c-85cf-4443ce59d05c 2018-10-04 13:39:07,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:39:07,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:07,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82aeb2d7-203f-4faf-ab47-425dd149bd10 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c74950244697477582ea2e170a77e0b1", "links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:07,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-82aeb2d7-203f-4faf-ab47-425dd149bd10 2018-10-04 13:39:07,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0855989456177s 2018-10-04 13:39:07,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 13:39:07,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:07,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1898a6be-95a2-499a-b7e7-8270bda4f4d5 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 13:39:07,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-1898a6be-95a2-499a-b7e7-8270bda4f4d5 2018-10-04 13:39:07,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0818181037903s 2018-10-04 13:39:07,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 13:39:07,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:07,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7e620c2-3888-4aee-a2b3-5012d4e746b3 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "links": {"self": "http://172.30.9.23:5000/v3/users/edcc1fa643e64948b9f2a6f4934de106"}, "domain_id": "default", "enabled": true, "id": "edcc1fa643e64948b9f2a6f4934de106", "options": {}}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:39:07,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e7e620c2-3888-4aee-a2b3-5012d4e746b3 2018-10-04 13:39:07,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0939340591431s 2018-10-04 13:39:07,453 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e7e620c2-3888-4aee-a2b3-5012d4e746b3 2018-10-04 13:39:07,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 13:39:07,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:07,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cf22bbd-939e-4ee0-b250-55ae0f55b455 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 13:39:07,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-1cf22bbd-939e-4ee0-b250-55ae0f55b455 2018-10-04 13:39:07,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0817821025848s 2018-10-04 13:39:07,542 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-1cf22bbd-939e-4ee0-b250-55ae0f55b455 2018-10-04 13:39:07,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 13:39:07,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=edcc1fa643e64948b9f2a6f4934de106&scope.project.id=93973d1238b2486385104382b3d557a9&role.id=c74950244697477582ea2e170a77e0b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:07,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaf3e0c6-e6a3-4ec2-a9a5-f3420561a805 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=edcc1fa643e64948b9f2a6f4934de106&scope.project.id=93973d1238b2486385104382b3d557a9&role.id=c74950244697477582ea2e170a77e0b1", "previous": null, "next": null}} 2018-10-04 13:39:07,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=edcc1fa643e64948b9f2a6f4934de106&scope.project.id=93973d1238b2486385104382b3d557a9&role.id=c74950244697477582ea2e170a77e0b1 used request id req-eaf3e0c6-e6a3-4ec2-a9a5-f3420561a805 2018-10-04 13:39:07,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0817048549652s 2018-10-04 13:39:07,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 13:39:07,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/edcc1fa643e64948b9f2a6f4934de106/roles/c74950244697477582ea2e170a77e0b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:39:07,771 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c912507-3e3e-4bf5-be94-7882c8fec13f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:07,771 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/edcc1fa643e64948b9f2a6f4934de106/roles/c74950244697477582ea2e170a77e0b1 used request id req-9c912507-3e3e-4bf5-be94-7882c8fec13f 2018-10-04 13:39:07,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.145226955414s 2018-10-04 13:39:07,772 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-04 13:39:07,772 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-04 13:39:07,772 - openstack_tests - INFO - OS Credentials = > 2018-10-04 13:39:07,772 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:07,773 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:08,159 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["Phus2QisS7OKHnn5v9cTWQ"], "issued_at": "2018-10-04T13:39:08.000000Z"}} 2018-10-04 13:39:08,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}823f6ec70ccfb40e66517ea5172bc41fb3e8e158" 2018-10-04 13:39:08,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-3936f766-e4d7-46e6-a471-b75750347845 Date: Thu, 04 Oct 2018 13:39:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 13:39:08,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-3936f766-e4d7-46e6-a471-b75750347845 2018-10-04 13:39:08,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}823f6ec70ccfb40e66517ea5172bc41fb3e8e158" 2018-10-04 13:39:09,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-18fbc21d-57ec-49da-bc27-0e5a1a8c82a3 Date: Thu, 04 Oct 2018 13:39:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","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":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 13:39:09,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-18fbc21d-57ec-49da-bc27-0e5a1a8c82a3 2018-10-04 13:39:09,312 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-04 13:39:09,313 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-10-04 13:39:09,313 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,314 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,315 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,315 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,316 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,317 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,317 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,320 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,321 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,322 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,322 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,323 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,324 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,324 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,325 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,326 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,327 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,327 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,328 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,329 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,330 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,331 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,331 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,332 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,333 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,333 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,334 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,336 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,336 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,337 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,338 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,338 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,339 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,339 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,340 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,341 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,341 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,342 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,344 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,344 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,345 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,346 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,347 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,347 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,348 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,348 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,349 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,350 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,351 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,352 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,352 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,353 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,354 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,354 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,355 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,355 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,356 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,357 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,357 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,358 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,359 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,360 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,360 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,361 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,362 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,362 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,363 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,365 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,366 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,366 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,367 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,368 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,368 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,369 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,425 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,426 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,426 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,427 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,427 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:09,428 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:09,823 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["-ML7Gv4fTPWCVPz4nRJCwA"], "issued_at": "2018-10-04T13:39:09.000000Z"}} 2018-10-04 13:39:09,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0bd3680a739d78a5c95839482a277ef3eeef851" 2018-10-04 13:39:09,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69811730-9584-482c-96d1-788cd77f010f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:09,898 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-69811730-9584-482c-96d1-788cd77f010f 2018-10-04 13:39:09,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:09,907 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:09,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0bd3680a739d78a5c95839482a277ef3eeef851" 2018-10-04 13:39:09,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28111195-9278-44ff-b5c7-d86764f0d280 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 13:39:09,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-28111195-9278-44ff-b5c7-d86764f0d280 2018-10-04 13:39:09,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0bd3680a739d78a5c95839482a277ef3eeef851" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-2214a901-326b-4428-bc06-b8b697b65bdc-projName"}}' 2018-10-04 13:39:10,094 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:39:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74c87f2c-121e-475e-9af3-b4941a0fe80a Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a596057210da4a48bab6bc19b23d51e1"}, "enabled": true, "id": "a596057210da4a48bab6bc19b23d51e1", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-2214a901-326b-4428-bc06-b8b697b65bdc-projName"}} 2018-10-04 13:39:10,095 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-74c87f2c-121e-475e-9af3-b4941a0fe80a 2018-10-04 13:39:10,095 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-2214a901-326b-4428-bc06-b8b697b65bdc-projName 2018-10-04 13:39:10,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-2214a901-326b-4428-bc06-b8b697b65bdc-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0bd3680a739d78a5c95839482a277ef3eeef851" 2018-10-04 13:39:10,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aca94530-b60c-49bf-8390-46c1f5205809 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-2214a901-326b-4428-bc06-b8b697b65bdc-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a596057210da4a48bab6bc19b23d51e1"}, "enabled": true, "id": "a596057210da4a48bab6bc19b23d51e1", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-2214a901-326b-4428-bc06-b8b697b65bdc-projName"}]} 2018-10-04 13:39:10,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-2214a901-326b-4428-bc06-b8b697b65bdc-projName used request id req-aca94530-b60c-49bf-8390-46c1f5205809 2018-10-04 13:39:10,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0bd3680a739d78a5c95839482a277ef3eeef851" 2018-10-04 13:39:10,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56092f49-09a3-4af7-a3a9-8bf956e1de47 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 13:39:10,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-56092f49-09a3-4af7-a3a9-8bf956e1de47 2018-10-04 13:39:10,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0bd3680a739d78a5c95839482a277ef3eeef851" 2018-10-04 13:39:11,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-dc6cf26d-bd2b-4e2a-9dc9-e3f18530fe98 Date: Thu, 04 Oct 2018 13:39:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:39:11Z", "updated_at": "2018-10-04T13:39:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:11Z", "revision_number": 0, "id": "2eb310c5-d62f-4c3c-b9dd-81d0d16607e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:11Z", "security_group_id": "942e9b8e-e574-45ea-9c5f-8f682726a556", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:11Z", "revision_number": 0, "id": "4f39ddb0-98f6-4407-b6de-03d4934d0d7e", "remote_group_id": "942e9b8e-e574-45ea-9c5f-8f682726a556", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:11Z", "security_group_id": "942e9b8e-e574-45ea-9c5f-8f682726a556", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:11Z", "revision_number": 0, "id": "81cf5b1d-15e2-4cfb-b515-20b21aade0b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:11Z", "security_group_id": "942e9b8e-e574-45ea-9c5f-8f682726a556", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:11Z", "revision_number": 0, "id": "cf37b534-6c9f-462e-b325-d6769dfeafd7", "remote_group_id": "942e9b8e-e574-45ea-9c5f-8f682726a556", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:11Z", "security_group_id": "942e9b8e-e574-45ea-9c5f-8f682726a556", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}], "revision_number": 4, "project_id": "93973d1238b2486385104382b3d557a9", "id": "942e9b8e-e574-45ea-9c5f-8f682726a556", "name": "default"}]} 2018-10-04 13:39:11,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-dc6cf26d-bd2b-4e2a-9dc9-e3f18530fe98 2018-10-04 13:39:11,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0bd3680a739d78a5c95839482a277ef3eeef851" 2018-10-04 13:39:11,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb95b084-bfb3-4989-a22d-ed9ec08a9239 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 13:39:11,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-bb95b084-bfb3-4989-a22d-ed9ec08a9239 2018-10-04 13:39:11,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0bd3680a739d78a5c95839482a277ef3eeef851" 2018-10-04 13:39:11,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f204c229-0bc2-4b9c-9d88-9ae1d6ef7df6 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 13:39:11,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-f204c229-0bc2-4b9c-9d88-9ae1d6ef7df6 2018-10-04 13:39:11,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0bd3680a739d78a5c95839482a277ef3eeef851" 2018-10-04 13:39:11,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44c7f7cc-2b08-4039-8374-1c7384abeb70 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:39:11,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-44c7f7cc-2b08-4039-8374-1c7384abeb70 2018-10-04 13:39:11,673 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 942e9b8e-e574-45ea-9c5f-8f682726a556 2018-10-04 13:39:11,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=942e9b8e-e574-45ea-9c5f-8f682726a556 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0bd3680a739d78a5c95839482a277ef3eeef851" 2018-10-04 13:39:12,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-0a2f0297-69f6-4faa-befa-fbbae453cdb3 Date: Thu, 04 Oct 2018 13:39:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:39:11Z", "security_group_id": "942e9b8e-e574-45ea-9c5f-8f682726a556", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:39:11Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "2eb310c5-d62f-4c3c-b9dd-81d0d16607e7"}, {"remote_group_id": "942e9b8e-e574-45ea-9c5f-8f682726a556", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:39:11Z", "security_group_id": "942e9b8e-e574-45ea-9c5f-8f682726a556", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:39:11Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "4f39ddb0-98f6-4407-b6de-03d4934d0d7e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:39:11Z", "security_group_id": "942e9b8e-e574-45ea-9c5f-8f682726a556", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:39:11Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "81cf5b1d-15e2-4cfb-b515-20b21aade0b9"}, {"remote_group_id": "942e9b8e-e574-45ea-9c5f-8f682726a556", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:39:11Z", "security_group_id": "942e9b8e-e574-45ea-9c5f-8f682726a556", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:39:11Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "cf37b534-6c9f-462e-b325-d6769dfeafd7"}]} 2018-10-04 13:39:12,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=942e9b8e-e574-45ea-9c5f-8f682726a556 used request id req-0a2f0297-69f6-4faa-befa-fbbae453cdb3 2018-10-04 13:39:12,432 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 13:39:12,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/942e9b8e-e574-45ea-9c5f-8f682726a556 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0bd3680a739d78a5c95839482a277ef3eeef851" 2018-10-04 13:39:13,464 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d9412540-cf79-45ef-8e32-caf7164ec695 Content-Length: 0 Date: Thu, 04 Oct 2018 13:39:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:39:13,464 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/942e9b8e-e574-45ea-9c5f-8f682726a556 used request id req-d9412540-cf79-45ef-8e32-caf7164ec695 2018-10-04 13:39:13,464 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-2214a901-326b-4428-bc06-b8b697b65bdc-projName 2018-10-04 13:39:13,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/a596057210da4a48bab6bc19b23d51e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0bd3680a739d78a5c95839482a277ef3eeef851" 2018-10-04 13:39:13,617 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f9888a2-94a2-459c-8b30-af8a753e0715 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:13,618 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/a596057210da4a48bab6bc19b23d51e1 used request id req-6f9888a2-94a2-459c-8b30-af8a753e0715 2018-10-04 13:39:13,619 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:13,997 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["JCVfQEgfQAu5c-Hlrl2GDA"], "issued_at": "2018-10-04T13:39:14.000000Z"}} 2018-10-04 13:39:13,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82a2642f59bb7d8573ac18e95842e0da53061bda" 2018-10-04 13:39:14,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fee8e1b-ff86-4b4b-a0f2-655aa8cb16ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:14,092 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6fee8e1b-ff86-4b4b-a0f2-655aa8cb16ca 2018-10-04 13:39:14,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:14,102 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:14,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82a2642f59bb7d8573ac18e95842e0da53061bda" 2018-10-04 13:39:14,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ffcb215-124e-4fc6-b8e1-b20b8211a15d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 13:39:14,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-4ffcb215-124e-4fc6-b8e1-b20b8211a15d 2018-10-04 13:39:14,552 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-48885946-8745-4b1a-8539-19a9f5d82022-username 2018-10-04 13:39:14,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82a2642f59bb7d8573ac18e95842e0da53061bda" 2018-10-04 13:39:14,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5db46ba9-764a-4974-b348-6e2300a5e122 Content-Encoding: gzip Content-Length: 947 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "KeystoneUtilsTests-48885946-8745-4b1a-8539-19a9f5d82022-username", "links": {"self": "http://172.30.9.23:5000/v3/users/a7f2a895621f4fb69f1b1b15339ef79c"}, "domain_id": "default", "enabled": true, "id": "a7f2a895621f4fb69f1b1b15339ef79c", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "links": {"self": "http://172.30.9.23:5000/v3/users/edcc1fa643e64948b9f2a6f4934de106"}, "domain_id": "default", "enabled": true, "id": "edcc1fa643e64948b9f2a6f4934de106", "options": {}}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:39:14,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-5db46ba9-764a-4974-b348-6e2300a5e122 2018-10-04 13:39:14,656 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-48885946-8745-4b1a-8539-19a9f5d82022-username 2018-10-04 13:39:14,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/a7f2a895621f4fb69f1b1b15339ef79c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82a2642f59bb7d8573ac18e95842e0da53061bda" 2018-10-04 13:39:14,889 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5c2db2c-cb66-4a82-ae74-bf64b8c7e3d6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:14,889 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/a7f2a895621f4fb69f1b1b15339ef79c used request id req-f5c2db2c-cb66-4a82-ae74-bf64b8c7e3d6 2018-10-04 13:39:14,890 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:15,266 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["4GwTObDGT1O8NiPhpXwHHQ"], "issued_at": "2018-10-04T13:39:15.000000Z"}} 2018-10-04 13:39:15,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bd6e85262679b08ce847177c0577547e91fc893" 2018-10-04 13:39:15,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c5c5eb8-2c61-484b-a611-db241716053d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:15,344 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1c5c5eb8-2c61-484b-a611-db241716053d 2018-10-04 13:39:15,345 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:15,346 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-04 13:39:15,347 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:15,817 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["XswvNi2-Qfm0xt6Fn4ffqg"], "issued_at": "2018-10-04T13:39:15.000000Z"}} 2018-10-04 13:39:15,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fbbe6aa308bb742d121ee1422b5745f27a917c" 2018-10-04 13:39:15,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-296a072a-46a4-4661-ba95-4bfdd110244c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:15,832 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-296a072a-46a4-4661-ba95-4bfdd110244c 2018-10-04 13:39:15,833 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:15,834 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:16,204 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["Z2lizG6jQSSe_KN0feah6Q"], "issued_at": "2018-10-04T13:39:16.000000Z"}} 2018-10-04 13:39:16,208 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:16,668 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["0zRPv8x8T_Ke6gcakiRzLA"], "issued_at": "2018-10-04T13:39:16.000000Z"}} 2018-10-04 13:39:16,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5941f37140fddaace2776eae5be1e14f1634a66" 2018-10-04 13:39:16,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-836743b4-c641-403f-9300-534101975460 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:16,762 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-836743b4-c641-403f-9300-534101975460 2018-10-04 13:39:16,763 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:16,764 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:17,194 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["Z2SYQQRqS6K7dO4ndIRAYg"], "issued_at": "2018-10-04T13:39:17.000000Z"}} 2018-10-04 13:39:17,197 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:17,576 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["T2dd2lqlQkiT8WZdO8at1A"], "issued_at": "2018-10-04T13:39:17.000000Z"}} 2018-10-04 13:39:17,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a36fd039213d09ac74402f36a183fc46b049ff4" 2018-10-04 13:39:17,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1aa571c2-909d-423c-ae2e-94825bbff7a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:17,664 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1aa571c2-909d-423c-ae2e-94825bbff7a4 2018-10-04 13:39:17,665 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:17,666 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:18,062 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["U6NNTpXrS0C_yOXh2FLU3g"], "issued_at": "2018-10-04T13:39:18.000000Z"}} 2018-10-04 13:39:18,065 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:18,066 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:18,448 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["_lBBufNJS_anEH95R9I-Lg"], "issued_at": "2018-10-04T13:39:18.000000Z"}} 2018-10-04 13:39:18,451 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:18,452 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:18,852 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["rmQR3lv-RQ2pYwcyh4dLcw"], "issued_at": "2018-10-04T13:39:18.000000Z"}} 2018-10-04 13:39:18,856 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:19,231 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["Anu8CLPVTn6Xuzaezhog8A"], "issued_at": "2018-10-04T13:39:19.000000Z"}} 2018-10-04 13:39:19,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5ae3e82bf3b73abf49c18d72598c44581ec0df" 2018-10-04 13:39:19,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4421f94-3bd9-4e55-bc64-6e3a5704fd25 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:19,247 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c4421f94-3bd9-4e55-bc64-6e3a5704fd25 2018-10-04 13:39:19,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:19,257 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:19,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5ae3e82bf3b73abf49c18d72598c44581ec0df" 2018-10-04 13:39:19,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88ce21f4-dc3e-41c5-a154-39730ffb38b2 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 13:39:19,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-88ce21f4-dc3e-41c5-a154-39730ffb38b2 2018-10-04 13:39:19,561 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-cc0acf05-b8a0-4436-80a4-51774318284f-username 2018-10-04 13:39:19,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5ae3e82bf3b73abf49c18d72598c44581ec0df" 2018-10-04 13:39:19,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b56e3566-5637-4678-acbe-a735f32b862d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 13:39:19,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-b56e3566-5637-4678-acbe-a735f32b862d 2018-10-04 13:39:19,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5ae3e82bf3b73abf49c18d72598c44581ec0df" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-cc0acf05-b8a0-4436-80a4-51774318284f-projName"}}' 2018-10-04 13:39:19,783 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:39:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e12df5f7-ff3a-4af7-b157-43bae840542a Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/53cf8f2f1b104cfc8a45d7462254daba"}, "enabled": true, "id": "53cf8f2f1b104cfc8a45d7462254daba", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-cc0acf05-b8a0-4436-80a4-51774318284f-projName"}} 2018-10-04 13:39:19,783 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-e12df5f7-ff3a-4af7-b157-43bae840542a 2018-10-04 13:39:19,783 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-cc0acf05-b8a0-4436-80a4-51774318284f-projName 2018-10-04 13:39:19,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5ae3e82bf3b73abf49c18d72598c44581ec0df" -d '{"role": {"name": "KeystoneUtilsTests-cc0acf05-b8a0-4436-80a4-51774318284f-role"}}' 2018-10-04 13:39:19,922 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:39:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a4b0868-62e1-4474-a08b-71c130458292 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "65ec6d9cce774576b5ea7f21c97661ae", "links": {"self": "http://172.30.9.23:5000/v3/roles/65ec6d9cce774576b5ea7f21c97661ae"}, "name": "KeystoneUtilsTests-cc0acf05-b8a0-4436-80a4-51774318284f-role"}} 2018-10-04 13:39:19,923 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-5a4b0868-62e1-4474-a08b-71c130458292 2018-10-04 13:39:19,923 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-cc0acf05-b8a0-4436-80a4-51774318284f-role 2018-10-04 13:39:19,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/65ec6d9cce774576b5ea7f21c97661ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5ae3e82bf3b73abf49c18d72598c44581ec0df" 2018-10-04 13:39:19,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90843c45-5ccf-41b2-a656-2f62c0378208 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/65ec6d9cce774576b5ea7f21c97661ae"}, "domain_id": null, "name": "KeystoneUtilsTests-cc0acf05-b8a0-4436-80a4-51774318284f-role", "id": "65ec6d9cce774576b5ea7f21c97661ae"}} 2018-10-04 13:39:19,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/65ec6d9cce774576b5ea7f21c97661ae used request id req-90843c45-5ccf-41b2-a656-2f62c0378208 2018-10-04 13:39:19,945 - keystone_utils - INFO - Granting role KeystoneUtilsTests-cc0acf05-b8a0-4436-80a4-51774318284f-role to project KeystoneUtilsTests-cc0acf05-b8a0-4436-80a4-51774318284f-projName 2018-10-04 13:39:19,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/53cf8f2f1b104cfc8a45d7462254daba/users/7e644ce8ca6f4eaea45bc820da7caa64/roles/65ec6d9cce774576b5ea7f21c97661ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5ae3e82bf3b73abf49c18d72598c44581ec0df" 2018-10-04 13:39:20,066 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9102a471-d85a-4f0c-9c5a-d3b6ca89cb28 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:20,067 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/53cf8f2f1b104cfc8a45d7462254daba/users/7e644ce8ca6f4eaea45bc820da7caa64/roles/65ec6d9cce774576b5ea7f21c97661ae used request id req-9102a471-d85a-4f0c-9c5a-d3b6ca89cb28 2018-10-04 13:39:20,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/53cf8f2f1b104cfc8a45d7462254daba/users/7e644ce8ca6f4eaea45bc820da7caa64/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5ae3e82bf3b73abf49c18d72598c44581ec0df" 2018-10-04 13:39:20,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-979ddb2f-18f7-4d04-8e48-7c7b4243a4db Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/53cf8f2f1b104cfc8a45d7462254daba/users/7e644ce8ca6f4eaea45bc820da7caa64/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "65ec6d9cce774576b5ea7f21c97661ae", "links": {"self": "http://172.30.9.23:5000/v3/roles/65ec6d9cce774576b5ea7f21c97661ae"}, "name": "KeystoneUtilsTests-cc0acf05-b8a0-4436-80a4-51774318284f-role"}]} 2018-10-04 13:39:20,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/53cf8f2f1b104cfc8a45d7462254daba/users/7e644ce8ca6f4eaea45bc820da7caa64/roles used request id req-979ddb2f-18f7-4d04-8e48-7c7b4243a4db 2018-10-04 13:39:20,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5ae3e82bf3b73abf49c18d72598c44581ec0df" 2018-10-04 13:39:21,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-f04c2551-16a1-435c-a73e-7b51f7a4ff64 Date: Thu, 04 Oct 2018 13:39:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:39:20Z", "updated_at": "2018-10-04T13:39:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:21Z", "revision_number": 0, "id": "51e0e881-7217-438f-8e2d-35d6ef020429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:21Z", "security_group_id": "cc3591e2-3318-4b50-bd74-daedf768e858", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:21Z", "revision_number": 0, "id": "811f0fe0-251d-412b-a0e5-a3bcc60d2f2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:21Z", "security_group_id": "cc3591e2-3318-4b50-bd74-daedf768e858", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:21Z", "revision_number": 0, "id": "c1965d89-5a52-48ef-a58e-43358949c9a7", "remote_group_id": "cc3591e2-3318-4b50-bd74-daedf768e858", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:21Z", "security_group_id": "cc3591e2-3318-4b50-bd74-daedf768e858", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:21Z", "revision_number": 0, "id": "c5586533-87bb-409e-8e78-23a29de9cf0c", "remote_group_id": "cc3591e2-3318-4b50-bd74-daedf768e858", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:21Z", "security_group_id": "cc3591e2-3318-4b50-bd74-daedf768e858", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}], "revision_number": 4, "project_id": "93973d1238b2486385104382b3d557a9", "id": "cc3591e2-3318-4b50-bd74-daedf768e858", "name": "default"}]} 2018-10-04 13:39:21,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-f04c2551-16a1-435c-a73e-7b51f7a4ff64 2018-10-04 13:39:21,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5ae3e82bf3b73abf49c18d72598c44581ec0df" 2018-10-04 13:39:21,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18058aff-4062-43e7-bbce-67ee7b0bbd58 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 13:39:21,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-18058aff-4062-43e7-bbce-67ee7b0bbd58 2018-10-04 13:39:21,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5ae3e82bf3b73abf49c18d72598c44581ec0df" 2018-10-04 13:39:21,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f601375c-88f9-4ebd-bbb8-ed971cf3a863 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 13:39:21,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-f601375c-88f9-4ebd-bbb8-ed971cf3a863 2018-10-04 13:39:21,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5ae3e82bf3b73abf49c18d72598c44581ec0df" 2018-10-04 13:39:21,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b0c1942-5950-4490-87e3-bf5396992e54 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:39:21,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-9b0c1942-5950-4490-87e3-bf5396992e54 2018-10-04 13:39:21,512 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cc3591e2-3318-4b50-bd74-daedf768e858 2018-10-04 13:39:21,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cc3591e2-3318-4b50-bd74-daedf768e858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5ae3e82bf3b73abf49c18d72598c44581ec0df" 2018-10-04 13:39:22,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-cb11d58d-67ed-47b2-9c29-b3df0915619f Date: Thu, 04 Oct 2018 13:39:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:39:21Z", "security_group_id": "cc3591e2-3318-4b50-bd74-daedf768e858", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:39:21Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "51e0e881-7217-438f-8e2d-35d6ef020429"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:39:21Z", "security_group_id": "cc3591e2-3318-4b50-bd74-daedf768e858", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:39:21Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "811f0fe0-251d-412b-a0e5-a3bcc60d2f2e"}, {"remote_group_id": "cc3591e2-3318-4b50-bd74-daedf768e858", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:39:21Z", "security_group_id": "cc3591e2-3318-4b50-bd74-daedf768e858", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:39:21Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "c1965d89-5a52-48ef-a58e-43358949c9a7"}, {"remote_group_id": "cc3591e2-3318-4b50-bd74-daedf768e858", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:39:21Z", "security_group_id": "cc3591e2-3318-4b50-bd74-daedf768e858", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:39:21Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "c5586533-87bb-409e-8e78-23a29de9cf0c"}]} 2018-10-04 13:39:22,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cc3591e2-3318-4b50-bd74-daedf768e858 used request id req-cb11d58d-67ed-47b2-9c29-b3df0915619f 2018-10-04 13:39:22,314 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 13:39:22,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/cc3591e2-3318-4b50-bd74-daedf768e858 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5ae3e82bf3b73abf49c18d72598c44581ec0df" 2018-10-04 13:39:22,781 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-152c7700-7e9e-44f6-b499-581a0c2a3f3f Content-Length: 0 Date: Thu, 04 Oct 2018 13:39:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:39:22,781 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/cc3591e2-3318-4b50-bd74-daedf768e858 used request id req-152c7700-7e9e-44f6-b499-581a0c2a3f3f 2018-10-04 13:39:22,781 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-cc0acf05-b8a0-4436-80a4-51774318284f-projName 2018-10-04 13:39:22,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/53cf8f2f1b104cfc8a45d7462254daba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5ae3e82bf3b73abf49c18d72598c44581ec0df" 2018-10-04 13:39:23,086 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0331454-1ab5-42ed-91cd-e0531b64d46e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:23,086 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/53cf8f2f1b104cfc8a45d7462254daba used request id req-c0331454-1ab5-42ed-91cd-e0531b64d46e 2018-10-04 13:39:23,087 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-cc0acf05-b8a0-4436-80a4-51774318284f-username 2018-10-04 13:39:23,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/7e644ce8ca6f4eaea45bc820da7caa64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5ae3e82bf3b73abf49c18d72598c44581ec0df" 2018-10-04 13:39:23,329 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8f06038-f76d-46a2-a4be-5551679e8052 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:23,329 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/7e644ce8ca6f4eaea45bc820da7caa64 used request id req-a8f06038-f76d-46a2-a4be-5551679e8052 2018-10-04 13:39:23,330 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-cc0acf05-b8a0-4436-80a4-51774318284f-role 2018-10-04 13:39:23,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/65ec6d9cce774576b5ea7f21c97661ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5ae3e82bf3b73abf49c18d72598c44581ec0df" 2018-10-04 13:39:23,493 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a88669e-620a-46b8-a70d-522413ddfb4e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:23,493 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/65ec6d9cce774576b5ea7f21c97661ae used request id req-7a88669e-620a-46b8-a70d-522413ddfb4e 2018-10-04 13:39:23,495 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:23,878 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["0cAi6199QQCfPtVc2osdhA"], "issued_at": "2018-10-04T13:39:23.000000Z"}} 2018-10-04 13:39:23,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a39393ed4027df799abeb5785e4a15d09c660a87" 2018-10-04 13:39:23,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4b0505c-3611-4915-afca-75ff258b499e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:23,952 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c4b0505c-3611-4915-afca-75ff258b499e 2018-10-04 13:39:23,953 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:23,954 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:24,351 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["iJGLN2NZTBe7OKV-zW8lhA"], "issued_at": "2018-10-04T13:39:24.000000Z"}} 2018-10-04 13:39:24,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d651a3121fa81c8bdec7814681277d02e7858717" 2018-10-04 13:39:24,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dce9e566-fb62-4d36-bc55-49b1850ffacd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:24,446 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dce9e566-fb62-4d36-bc55-49b1850ffacd 2018-10-04 13:39:24,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:24,456 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:24,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d651a3121fa81c8bdec7814681277d02e7858717" 2018-10-04 13:39:24,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85712b0a-691b-4c23-962f-ce15bf8d09e2 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "links": {"self": "http://172.30.9.23:5000/v3/users/edcc1fa643e64948b9f2a6f4934de106"}, "domain_id": "default", "enabled": true, "id": "edcc1fa643e64948b9f2a6f4934de106", "options": {}}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:39:24,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-85712b0a-691b-4c23-962f-ce15bf8d09e2 2018-10-04 13:39:24,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d651a3121fa81c8bdec7814681277d02e7858717" 2018-10-04 13:39:24,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd2cd9b7-42a2-4fde-853a-0f8ed87e74e9 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 13:39:24,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-cd2cd9b7-42a2-4fde-853a-0f8ed87e74e9 2018-10-04 13:39:25,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d651a3121fa81c8bdec7814681277d02e7858717" 2018-10-04 13:39:25,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d602ab3-cd5a-4463-b983-22d1c1e84846 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c74950244697477582ea2e170a77e0b1", "links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:25,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4d602ab3-cd5a-4463-b983-22d1c1e84846 2018-10-04 13:39:25,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d651a3121fa81c8bdec7814681277d02e7858717" 2018-10-04 13:39:25,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9263a9e-f52c-4b57-840a-fbcc09058ba0 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}]} 2018-10-04 13:39:25,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229 used request id req-e9263a9e-f52c-4b57-840a-fbcc09058ba0 2018-10-04 13:39:25,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/96d88214d82049c9a1e51a5f4b0d5aa2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d651a3121fa81c8bdec7814681277d02e7858717" 2018-10-04 13:39:25,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0ed42e5-85db-44cd-b308-efae38c0f1c1 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/96d88214d82049c9a1e51a5f4b0d5aa2"}, "enabled": true, "id": "96d88214d82049c9a1e51a5f4b0d5aa2", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-941f6421-d179-425-name"}} 2018-10-04 13:39:25,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/96d88214d82049c9a1e51a5f4b0d5aa2 used request id req-f0ed42e5-85db-44cd-b308-efae38c0f1c1 2018-10-04 13:39:25,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/96d88214d82049c9a1e51a5f4b0d5aa2/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d651a3121fa81c8bdec7814681277d02e7858717" 2018-10-04 13:39:25,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd65305b-2441-4095-ac1c-564744afbebc Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/96d88214d82049c9a1e51a5f4b0d5aa2/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 13:39:25,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/96d88214d82049c9a1e51a5f4b0d5aa2/roles used request id req-cd65305b-2441-4095-ac1c-564744afbebc 2018-10-04 13:39:25,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d651a3121fa81c8bdec7814681277d02e7858717" 2018-10-04 13:39:25,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a210d005-c032-4871-ac17-13f1f98098c3 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "domain_id": null, "name": "admin", "id": "649d50d4e38f4048899913e0d7e41071"}} 2018-10-04 13:39:25,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071 used request id req-a210d005-c032-4871-ac17-13f1f98098c3 2018-10-04 13:39:25,563 - keystone_utils - INFO - Granting role admin to project api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229 2018-10-04 13:39:25,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/96d88214d82049c9a1e51a5f4b0d5aa2/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d651a3121fa81c8bdec7814681277d02e7858717" 2018-10-04 13:39:25,695 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbd03186-4d06-4be3-9851-fdbc4aeb2131 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:25,695 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/96d88214d82049c9a1e51a5f4b0d5aa2/roles/649d50d4e38f4048899913e0d7e41071 used request id req-bbd03186-4d06-4be3-9851-fdbc4aeb2131 2018-10-04 13:39:25,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d651a3121fa81c8bdec7814681277d02e7858717" 2018-10-04 13:39:25,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-238cd2fe-1032-4c23-b176-422dfcbb62e1 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c74950244697477582ea2e170a77e0b1", "links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:25,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-238cd2fe-1032-4c23-b176-422dfcbb62e1 2018-10-04 13:39:25,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d651a3121fa81c8bdec7814681277d02e7858717" 2018-10-04 13:39:25,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf02557e-3a31-4e17-8cc2-f96f1d60d6a9 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}]} 2018-10-04 13:39:25,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229 used request id req-bf02557e-3a31-4e17-8cc2-f96f1d60d6a9 2018-10-04 13:39:25,814 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-941f6421-d179-425-name 2018-10-04 13:39:25,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:25,822 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:25,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a39393ed4027df799abeb5785e4a15d09c660a87" 2018-10-04 13:39:25,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-450e4c1e-041c-40ee-9129-3e02cfbd09c7 Content-Encoding: gzip Content-Length: 941 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-941f6421-d179-425-name", "links": {"self": "http://172.30.9.23:5000/v3/users/96d88214d82049c9a1e51a5f4b0d5aa2"}, "domain_id": "default", "enabled": true, "id": "96d88214d82049c9a1e51a5f4b0d5aa2", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "links": {"self": "http://172.30.9.23:5000/v3/users/edcc1fa643e64948b9f2a6f4934de106"}, "domain_id": "default", "enabled": true, "id": "edcc1fa643e64948b9f2a6f4934de106", "options": {}}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:39:25,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-450e4c1e-041c-40ee-9129-3e02cfbd09c7 2018-10-04 13:39:25,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a39393ed4027df799abeb5785e4a15d09c660a87" 2018-10-04 13:39:26,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-409e0cb4-0e15-4558-94aa-9db8f54d63e5 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c74950244697477582ea2e170a77e0b1", "links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:26,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-409e0cb4-0e15-4558-94aa-9db8f54d63e5 2018-10-04 13:39:26,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a39393ed4027df799abeb5785e4a15d09c660a87" 2018-10-04 13:39:26,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b24572d7-61a8-43be-96df-b8b115f45d7a Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}]} 2018-10-04 13:39:26,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229 used request id req-b24572d7-61a8-43be-96df-b8b115f45d7a 2018-10-04 13:39:26,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/96d88214d82049c9a1e51a5f4b0d5aa2/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a39393ed4027df799abeb5785e4a15d09c660a87" 2018-10-04 13:39:26,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-425738fa-5b83-4239-8146-c08ea47c169e Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/96d88214d82049c9a1e51a5f4b0d5aa2/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}]} 2018-10-04 13:39:26,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/96d88214d82049c9a1e51a5f4b0d5aa2/roles used request id req-425738fa-5b83-4239-8146-c08ea47c169e 2018-10-04 13:39:26,226 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-941f6421-d179-425-name 2018-10-04 13:39:26,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/96d88214d82049c9a1e51a5f4b0d5aa2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d651a3121fa81c8bdec7814681277d02e7858717" 2018-10-04 13:39:26,494 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7513557b-401b-419a-85c4-03f260660207 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:26,495 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/96d88214d82049c9a1e51a5f4b0d5aa2 used request id req-7513557b-401b-419a-85c4-03f260660207 2018-10-04 13:39:26,496 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:26,874 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["EYp3stQlQ9-VgT_w-LGhEg"], "issued_at": "2018-10-04T13:39:26.000000Z"}} 2018-10-04 13:39:26,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ddd5e59a6aaa7e9affc7f1b9992003e859c4e6" 2018-10-04 13:39:26,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-581cb536-6fc9-4ebf-a8b0-1bc58fe1d412 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:26,954 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-581cb536-6fc9-4ebf-a8b0-1bc58fe1d412 2018-10-04 13:39:26,955 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:26,956 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:27,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["pnYGDTasQAiDX_18hETK3Q"], "issued_at": "2018-10-04T13:39:27.000000Z"}} 2018-10-04 13:39:27,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db7947adaec167841653a62e2ba30c3942135440" 2018-10-04 13:39:27,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7db98420-8c41-42ad-9488-c3d595398447 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:27,427 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7db98420-8c41-42ad-9488-c3d595398447 2018-10-04 13:39:27,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:27,436 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:27,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db7947adaec167841653a62e2ba30c3942135440" 2018-10-04 13:39:27,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45dbe2c1-aeb6-4e50-86a3-019a3fbeb126 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "links": {"self": "http://172.30.9.23:5000/v3/users/edcc1fa643e64948b9f2a6f4934de106"}, "domain_id": "default", "enabled": true, "id": "edcc1fa643e64948b9f2a6f4934de106", "options": {}}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:39:27,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-45dbe2c1-aeb6-4e50-86a3-019a3fbeb126 2018-10-04 13:39:27,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db7947adaec167841653a62e2ba30c3942135440" 2018-10-04 13:39:27,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b61ccbe5-1c6b-4bb0-889e-a48f69e97267 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 13:39:27,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-b61ccbe5-1c6b-4bb0-889e-a48f69e97267 2018-10-04 13:39:27,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db7947adaec167841653a62e2ba30c3942135440" 2018-10-04 13:39:28,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6132009-9ad6-455a-aef5-ce1a285a5a08 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c74950244697477582ea2e170a77e0b1", "links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:28,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b6132009-9ad6-455a-aef5-ce1a285a5a08 2018-10-04 13:39:28,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db7947adaec167841653a62e2ba30c3942135440" 2018-10-04 13:39:28,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cb7d348-25eb-4a73-aa72-258c17e302c8 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}]} 2018-10-04 13:39:28,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229 used request id req-7cb7d348-25eb-4a73-aa72-258c17e302c8 2018-10-04 13:39:28,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/695fa66b9d93415f84eb65d4e0aa5b64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db7947adaec167841653a62e2ba30c3942135440" 2018-10-04 13:39:28,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c62d1b17-faec-4ef2-aeb5-d41948e709e6 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/695fa66b9d93415f84eb65d4e0aa5b64"}, "enabled": true, "id": "695fa66b9d93415f84eb65d4e0aa5b64", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-938f0d03-cb8d-485-name"}} 2018-10-04 13:39:28,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/695fa66b9d93415f84eb65d4e0aa5b64 used request id req-c62d1b17-faec-4ef2-aeb5-d41948e709e6 2018-10-04 13:39:28,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/695fa66b9d93415f84eb65d4e0aa5b64/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db7947adaec167841653a62e2ba30c3942135440" 2018-10-04 13:39:28,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-224c6ecb-9ae6-4aaa-aa93-7c35efe15b12 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/695fa66b9d93415f84eb65d4e0aa5b64/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 13:39:28,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/695fa66b9d93415f84eb65d4e0aa5b64/roles used request id req-224c6ecb-9ae6-4aaa-aa93-7c35efe15b12 2018-10-04 13:39:28,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db7947adaec167841653a62e2ba30c3942135440" 2018-10-04 13:39:28,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bff01d7-c614-45f9-96a3-e9841f45d733 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "domain_id": null, "name": "admin", "id": "649d50d4e38f4048899913e0d7e41071"}} 2018-10-04 13:39:28,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071 used request id req-7bff01d7-c614-45f9-96a3-e9841f45d733 2018-10-04 13:39:28,496 - keystone_utils - INFO - Granting role admin to project api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229 2018-10-04 13:39:28,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/695fa66b9d93415f84eb65d4e0aa5b64/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db7947adaec167841653a62e2ba30c3942135440" 2018-10-04 13:39:28,618 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ca15c51-8f9d-46c1-91bb-269a223fad74 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:28,618 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/695fa66b9d93415f84eb65d4e0aa5b64/roles/649d50d4e38f4048899913e0d7e41071 used request id req-9ca15c51-8f9d-46c1-91bb-269a223fad74 2018-10-04 13:39:28,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db7947adaec167841653a62e2ba30c3942135440" 2018-10-04 13:39:28,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a11b2f4c-ef7e-464b-bb28-d1f0f9c95e18 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c74950244697477582ea2e170a77e0b1", "links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:28,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a11b2f4c-ef7e-464b-bb28-d1f0f9c95e18 2018-10-04 13:39:28,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db7947adaec167841653a62e2ba30c3942135440" 2018-10-04 13:39:28,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07e4292c-e3ad-44a2-a4f8-f97df29b9c0b Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}]} 2018-10-04 13:39:28,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229 used request id req-07e4292c-e3ad-44a2-a4f8-f97df29b9c0b 2018-10-04 13:39:28,792 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-938f0d03-cb8d-485-name 2018-10-04 13:39:28,792 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-938f0d03-cb8d-485-name 2018-10-04 13:39:28,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:28,800 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:28,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/695fa66b9d93415f84eb65d4e0aa5b64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ddd5e59a6aaa7e9affc7f1b9992003e859c4e6" 2018-10-04 13:39:28,999 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05c7a80b-4872-4648-aacf-f9dda29e3187 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:28,999 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/695fa66b9d93415f84eb65d4e0aa5b64 used request id req-05c7a80b-4872-4648-aacf-f9dda29e3187 2018-10-04 13:39:28,999 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-938f0d03-cb8d-485-name 2018-10-04 13:39:29,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/695fa66b9d93415f84eb65d4e0aa5b64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db7947adaec167841653a62e2ba30c3942135440" 2018-10-04 13:39:29,083 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 13:39:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c5000cd-7a1a-4f2c-919a-2f2bcaabe1bd Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: 695fa66b9d93415f84eb65d4e0aa5b64.", "code": 404, "title": "Not Found"}} 2018-10-04 13:39:29,083 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/695fa66b9d93415f84eb65d4e0aa5b64 used request id req-8c5000cd-7a1a-4f2c-919a-2f2bcaabe1bd 2018-10-04 13:39:29,083 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-10-04 13:39:29,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:29,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["zKMecsx0TH2rdTYNzSmeiA"], "issued_at": "2018-10-04T13:39:29.000000Z"}} 2018-10-04 13:39:29,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5ef3b43d26c745936f8dc06ce317b3f34ba1d4d" 2018-10-04 13:39:29,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acac49cf-9c8d-43a4-bcc0-1309821aa9a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:29,487 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-acac49cf-9c8d-43a4-bcc0-1309821aa9a4 2018-10-04 13:39:29,488 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:29,489 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:29,861 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["ZKXVanArRl2SqEJqSmcvJQ"], "issued_at": "2018-10-04T13:39:29.000000Z"}} 2018-10-04 13:39:29,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b76898a34db174f6596baac04cabae4c46864af" 2018-10-04 13:39:30,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fa91f5e-81f5-477a-9bfe-9c8e14ecc556 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:30,013 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8fa91f5e-81f5-477a-9bfe-9c8e14ecc556 2018-10-04 13:39:30,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:30,023 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:30,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b76898a34db174f6596baac04cabae4c46864af" 2018-10-04 13:39:30,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16db3c87-a563-4e9c-bbcc-afb7109cfe91 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "links": {"self": "http://172.30.9.23:5000/v3/users/edcc1fa643e64948b9f2a6f4934de106"}, "domain_id": "default", "enabled": true, "id": "edcc1fa643e64948b9f2a6f4934de106", "options": {}}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:39:30,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-16db3c87-a563-4e9c-bbcc-afb7109cfe91 2018-10-04 13:39:30,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b76898a34db174f6596baac04cabae4c46864af" 2018-10-04 13:39:30,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c20ec1b5-0ee1-4395-aecd-fa872dd938ed Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 13:39:30,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-c20ec1b5-0ee1-4395-aecd-fa872dd938ed 2018-10-04 13:39:30,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b76898a34db174f6596baac04cabae4c46864af" 2018-10-04 13:39:30,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98eb5cc1-6e67-4696-aa45-161ddac1d49e Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c74950244697477582ea2e170a77e0b1", "links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:30,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-98eb5cc1-6e67-4696-aa45-161ddac1d49e 2018-10-04 13:39:30,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b76898a34db174f6596baac04cabae4c46864af" 2018-10-04 13:39:30,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-505404ca-f94c-405a-9bd0-29f65a50c479 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}]} 2018-10-04 13:39:30,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229 used request id req-505404ca-f94c-405a-9bd0-29f65a50c479 2018-10-04 13:39:30,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/3cc63154d0ed4111afa7b433f5958d9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b76898a34db174f6596baac04cabae4c46864af" 2018-10-04 13:39:30,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ab5d2be-92d7-442f-b914-58268c062f28 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/3cc63154d0ed4111afa7b433f5958d9c"}, "enabled": true, "id": "3cc63154d0ed4111afa7b433f5958d9c", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-541fb22f-4210-4f9-name"}} 2018-10-04 13:39:30,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/3cc63154d0ed4111afa7b433f5958d9c used request id req-9ab5d2be-92d7-442f-b914-58268c062f28 2018-10-04 13:39:30,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/3cc63154d0ed4111afa7b433f5958d9c/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b76898a34db174f6596baac04cabae4c46864af" 2018-10-04 13:39:30,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1ec9d74-6b66-4e15-ab3a-66f3ba0a5bad Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/3cc63154d0ed4111afa7b433f5958d9c/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 13:39:30,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/3cc63154d0ed4111afa7b433f5958d9c/roles used request id req-d1ec9d74-6b66-4e15-ab3a-66f3ba0a5bad 2018-10-04 13:39:30,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b76898a34db174f6596baac04cabae4c46864af" 2018-10-04 13:39:30,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad6ec4ad-0453-46d1-91f8-0e32c6dda106 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "domain_id": null, "name": "admin", "id": "649d50d4e38f4048899913e0d7e41071"}} 2018-10-04 13:39:30,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071 used request id req-ad6ec4ad-0453-46d1-91f8-0e32c6dda106 2018-10-04 13:39:30,987 - keystone_utils - INFO - Granting role admin to project api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229 2018-10-04 13:39:30,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/3cc63154d0ed4111afa7b433f5958d9c/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b76898a34db174f6596baac04cabae4c46864af" 2018-10-04 13:39:31,156 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5944673d-dee7-421a-b315-576a8ff10271 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:31,156 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/3cc63154d0ed4111afa7b433f5958d9c/roles/649d50d4e38f4048899913e0d7e41071 used request id req-5944673d-dee7-421a-b315-576a8ff10271 2018-10-04 13:39:31,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b76898a34db174f6596baac04cabae4c46864af" 2018-10-04 13:39:31,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02e5fc49-1ee1-4a77-b4ab-29b6f04dc76b Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c74950244697477582ea2e170a77e0b1", "links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:31,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-02e5fc49-1ee1-4a77-b4ab-29b6f04dc76b 2018-10-04 13:39:31,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b76898a34db174f6596baac04cabae4c46864af" 2018-10-04 13:39:31,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be1e7036-6ab9-41d8-b1e1-f1c8ec7b476c Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}]} 2018-10-04 13:39:31,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229 used request id req-be1e7036-6ab9-41d8-b1e1-f1c8ec7b476c 2018-10-04 13:39:31,275 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-541fb22f-4210-4f9-name 2018-10-04 13:39:31,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:31,284 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:31,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5ef3b43d26c745936f8dc06ce317b3f34ba1d4d" 2018-10-04 13:39:31,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52e8e54e-ae7a-43d7-85ec-e50026618dcb Content-Encoding: gzip Content-Length: 941 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-541fb22f-4210-4f9-name", "links": {"self": "http://172.30.9.23:5000/v3/users/3cc63154d0ed4111afa7b433f5958d9c"}, "domain_id": "default", "enabled": true, "id": "3cc63154d0ed4111afa7b433f5958d9c", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "links": {"self": "http://172.30.9.23:5000/v3/users/edcc1fa643e64948b9f2a6f4934de106"}, "domain_id": "default", "enabled": true, "id": "edcc1fa643e64948b9f2a6f4934de106", "options": {}}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:39:31,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-52e8e54e-ae7a-43d7-85ec-e50026618dcb 2018-10-04 13:39:31,382 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-541fb22f-4210-4f9-name 2018-10-04 13:39:31,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/3cc63154d0ed4111afa7b433f5958d9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b76898a34db174f6596baac04cabae4c46864af" 2018-10-04 13:39:31,621 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d83ef7d4-4bf5-41c0-9acf-9239cd7b9d91 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:31,622 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/3cc63154d0ed4111afa7b433f5958d9c used request id req-d83ef7d4-4bf5-41c0-9acf-9239cd7b9d91 2018-10-04 13:39:31,623 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:32,017 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["Jj7WBwEoRViCvMD4oxZ6ZQ"], "issued_at": "2018-10-04T13:39:32.000000Z"}} 2018-10-04 13:39:32,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3a1ba82345ad4291b8e94346c5bbda87d3b7630" 2018-10-04 13:39:32,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75c3e25f-9f29-40a4-8edc-576ee9138659 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:32,096 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-75c3e25f-9f29-40a4-8edc-576ee9138659 2018-10-04 13:39:32,097 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:32,098 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:32,569 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["SHz6d9ERSueNj30Xj63AvA"], "issued_at": "2018-10-04T13:39:32.000000Z"}} 2018-10-04 13:39:32,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bccda080b7e23180ad064cc4199b98dcb6ba6be" 2018-10-04 13:39:32,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a56a392-84df-4e70-aa55-5044d928c940 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:32,661 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1a56a392-84df-4e70-aa55-5044d928c940 2018-10-04 13:39:32,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:32,671 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:32,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bccda080b7e23180ad064cc4199b98dcb6ba6be" 2018-10-04 13:39:32,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b31c570e-8f0d-48e1-8d3f-66a44d937f16 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "links": {"self": "http://172.30.9.23:5000/v3/users/edcc1fa643e64948b9f2a6f4934de106"}, "domain_id": "default", "enabled": true, "id": "edcc1fa643e64948b9f2a6f4934de106", "options": {}}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:39:32,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b31c570e-8f0d-48e1-8d3f-66a44d937f16 2018-10-04 13:39:32,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bccda080b7e23180ad064cc4199b98dcb6ba6be" 2018-10-04 13:39:32,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73465c20-4462-4126-b464-247d264fdcc0 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 13:39:32,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-73465c20-4462-4126-b464-247d264fdcc0 2018-10-04 13:39:33,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bccda080b7e23180ad064cc4199b98dcb6ba6be" 2018-10-04 13:39:33,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10fece98-037d-4838-babb-346dc16c24a9 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c74950244697477582ea2e170a77e0b1", "links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:33,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-10fece98-037d-4838-babb-346dc16c24a9 2018-10-04 13:39:33,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bccda080b7e23180ad064cc4199b98dcb6ba6be" 2018-10-04 13:39:33,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4aeb1650-6573-48d4-bdd8-928ba8144556 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}]} 2018-10-04 13:39:33,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229 used request id req-4aeb1650-6573-48d4-bdd8-928ba8144556 2018-10-04 13:39:33,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/05f10ca42a5a42a8bfa00445c2f0330b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bccda080b7e23180ad064cc4199b98dcb6ba6be" 2018-10-04 13:39:33,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68940f9f-a362-4f1f-a261-962f37485cbd Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/05f10ca42a5a42a8bfa00445c2f0330b"}, "enabled": true, "id": "05f10ca42a5a42a8bfa00445c2f0330b", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-836e9575-8f62-4ff-name"}} 2018-10-04 13:39:33,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/05f10ca42a5a42a8bfa00445c2f0330b used request id req-68940f9f-a362-4f1f-a261-962f37485cbd 2018-10-04 13:39:33,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/05f10ca42a5a42a8bfa00445c2f0330b/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bccda080b7e23180ad064cc4199b98dcb6ba6be" 2018-10-04 13:39:33,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24dcf377-113f-4fab-9d12-049f4a2663a7 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/05f10ca42a5a42a8bfa00445c2f0330b/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 13:39:33,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/05f10ca42a5a42a8bfa00445c2f0330b/roles used request id req-24dcf377-113f-4fab-9d12-049f4a2663a7 2018-10-04 13:39:33,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bccda080b7e23180ad064cc4199b98dcb6ba6be" 2018-10-04 13:39:33,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74cfaa44-6fb9-4bcb-989d-b6965b053942 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "domain_id": null, "name": "admin", "id": "649d50d4e38f4048899913e0d7e41071"}} 2018-10-04 13:39:33,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071 used request id req-74cfaa44-6fb9-4bcb-989d-b6965b053942 2018-10-04 13:39:33,789 - keystone_utils - INFO - Granting role admin to project api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229 2018-10-04 13:39:33,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/05f10ca42a5a42a8bfa00445c2f0330b/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bccda080b7e23180ad064cc4199b98dcb6ba6be" 2018-10-04 13:39:33,905 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-279d31f1-e38e-4e38-8e16-42430090223c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:33,905 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9/users/05f10ca42a5a42a8bfa00445c2f0330b/roles/649d50d4e38f4048899913e0d7e41071 used request id req-279d31f1-e38e-4e38-8e16-42430090223c 2018-10-04 13:39:33,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bccda080b7e23180ad064cc4199b98dcb6ba6be" 2018-10-04 13:39:34,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dd3c826-4994-47b0-b00e-50ca25475595 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c74950244697477582ea2e170a77e0b1", "links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:34,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6dd3c826-4994-47b0-b00e-50ca25475595 2018-10-04 13:39:34,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bccda080b7e23180ad064cc4199b98dcb6ba6be" 2018-10-04 13:39:34,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90c9ace5-3002-42f0-9a82-d52d5605a245 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}]} 2018-10-04 13:39:34,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229 used request id req-90c9ace5-3002-42f0-9a82-d52d5605a245 2018-10-04 13:39:34,108 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-836e9575-8f62-4ff-name 2018-10-04 13:39:34,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:34,116 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:34,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3a1ba82345ad4291b8e94346c5bbda87d3b7630" 2018-10-04 13:39:34,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0224ec7f-8e9c-447c-86b7-82fbad33aa00 Content-Encoding: gzip Content-Length: 945 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "CreateUserSuccessTests-836e9575-8f62-4ff-name", "links": {"self": "http://172.30.9.23:5000/v3/users/05f10ca42a5a42a8bfa00445c2f0330b"}, "domain_id": "default", "enabled": true, "id": "05f10ca42a5a42a8bfa00445c2f0330b", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "links": {"self": "http://172.30.9.23:5000/v3/users/edcc1fa643e64948b9f2a6f4934de106"}, "domain_id": "default", "enabled": true, "id": "edcc1fa643e64948b9f2a6f4934de106", "options": {}}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:39:34,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0224ec7f-8e9c-447c-86b7-82fbad33aa00 2018-10-04 13:39:34,220 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:34,221 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:34,607 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["nIntAmudR-SbnCWq1Qb-Gw"], "issued_at": "2018-10-04T13:39:34.000000Z"}} 2018-10-04 13:39:34,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d4c281cd61986168e0ceff980c94f9edb68fd0c" 2018-10-04 13:39:34,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c59b70b0-7cfe-4fdb-a873-f53bb9de96ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:34,692 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c59b70b0-7cfe-4fdb-a873-f53bb9de96ab 2018-10-04 13:39:34,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:34,701 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:34,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d4c281cd61986168e0ceff980c94f9edb68fd0c" 2018-10-04 13:39:34,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-842c9f79-572f-4af2-b514-71d5fbdbf77a Content-Encoding: gzip Content-Length: 945 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "CreateUserSuccessTests-836e9575-8f62-4ff-name", "links": {"self": "http://172.30.9.23:5000/v3/users/05f10ca42a5a42a8bfa00445c2f0330b"}, "domain_id": "default", "enabled": true, "id": "05f10ca42a5a42a8bfa00445c2f0330b", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "links": {"self": "http://172.30.9.23:5000/v3/users/edcc1fa643e64948b9f2a6f4934de106"}, "domain_id": "default", "enabled": true, "id": "edcc1fa643e64948b9f2a6f4934de106", "options": {}}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:39:34,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-842c9f79-572f-4af2-b514-71d5fbdbf77a 2018-10-04 13:39:34,883 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-836e9575-8f62-4ff-name 2018-10-04 13:39:34,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/05f10ca42a5a42a8bfa00445c2f0330b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bccda080b7e23180ad064cc4199b98dcb6ba6be" 2018-10-04 13:39:35,055 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb22cfee-24b2-4615-9705-b30a6bd5219e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:35,055 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/05f10ca42a5a42a8bfa00445c2f0330b used request id req-bb22cfee-24b2-4615-9705-b30a6bd5219e 2018-10-04 13:39:35,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:35,444 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["2BlcVRAwTEiLmA-xHT4FFg"], "issued_at": "2018-10-04T13:39:35.000000Z"}} 2018-10-04 13:39:35,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47882587c48215e0c99163187b874153ee872d76" 2018-10-04 13:39:35,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2556bbc1-3dc7-4025-b06b-7a2b11b153da Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:35,547 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2556bbc1-3dc7-4025-b06b-7a2b11b153da 2018-10-04 13:39:35,548 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:35,549 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:35,923 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["xyecc_MGRAWKLZfhvWGPtg"], "issued_at": "2018-10-04T13:39:35.000000Z"}} 2018-10-04 13:39:35,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9106b8d8bc54611412c892588e092aac4a5b44b6" 2018-10-04 13:39:36,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15790fee-e631-4982-8ff8-273e73d81496 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:36,011 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-15790fee-e631-4982-8ff8-273e73d81496 2018-10-04 13:39:36,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:36,021 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:36,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-88e1a5e3-74ce-457-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9106b8d8bc54611412c892588e092aac4a5b44b6" 2018-10-04 13:39:36,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81cd0ced-4c18-40f9-bb2d-bed520fd3090 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-88e1a5e3-74ce-457-name", "previous": null, "next": null}, "projects": []} 2018-10-04 13:39:36,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-88e1a5e3-74ce-457-name used request id req-81cd0ced-4c18-40f9-bb2d-bed520fd3090 2018-10-04 13:39:36,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9106b8d8bc54611412c892588e092aac4a5b44b6" 2018-10-04 13:39:36,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58e53f5c-d634-4c12-a56f-51cc0997fad4 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 13:39:36,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-58e53f5c-d634-4c12-a56f-51cc0997fad4 2018-10-04 13:39:36,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9106b8d8bc54611412c892588e092aac4a5b44b6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-88e1a5e3-74ce-457-name"}}' 2018-10-04 13:39:36,375 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:39:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf28a7e9-f632-45bf-bccf-815acb7962aa Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/986acfcc1a504990b187b830012e8d8d"}, "enabled": true, "id": "986acfcc1a504990b187b830012e8d8d", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-88e1a5e3-74ce-457-name"}} 2018-10-04 13:39:36,375 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-cf28a7e9-f632-45bf-bccf-815acb7962aa 2018-10-04 13:39:36,375 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-88e1a5e3-74ce-457-name 2018-10-04 13:39:36,375 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-88e1a5e3-74ce-457-name 2018-10-04 13:39:36,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:36,384 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:36,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/986acfcc1a504990b187b830012e8d8d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47882587c48215e0c99163187b874153ee872d76" 2018-10-04 13:39:36,534 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-005b442b-1b1c-4f81-9f84-92eeefffed79 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:36,534 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/986acfcc1a504990b187b830012e8d8d used request id req-005b442b-1b1c-4f81-9f84-92eeefffed79 2018-10-04 13:39:36,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9106b8d8bc54611412c892588e092aac4a5b44b6" 2018-10-04 13:39:36,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-7901bb50-38cb-4678-939b-8a7cb6be30ef Date: Thu, 04 Oct 2018 13:39:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:39:36Z", "updated_at": "2018-10-04T13:39:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "768d65a2-9365-4708-9714-df990aefb328", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "7d3b28ec-a2a5-4e4d-83b6-2ce880028231", "remote_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "e055ef95-9dc1-4e87-af39-a535336b371f", "remote_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "f33d05f8-1645-4f36-a658-e007a834a89d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}], "revision_number": 4, "project_id": "93973d1238b2486385104382b3d557a9", "id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "name": "default"}]} 2018-10-04 13:39:36,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-7901bb50-38cb-4678-939b-8a7cb6be30ef 2018-10-04 13:39:36,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9106b8d8bc54611412c892588e092aac4a5b44b6" 2018-10-04 13:39:36,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0664774e-59f4-445e-81cf-f869af8d97fe Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 13:39:36,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-0664774e-59f4-445e-81cf-f869af8d97fe 2018-10-04 13:39:36,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9106b8d8bc54611412c892588e092aac4a5b44b6" 2018-10-04 13:39:37,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01be9ac9-c6b9-4545-a79e-90ad5e9ad51b Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 13:39:37,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-01be9ac9-c6b9-4545-a79e-90ad5e9ad51b 2018-10-04 13:39:37,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9106b8d8bc54611412c892588e092aac4a5b44b6" 2018-10-04 13:39:37,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06e6bf6b-ece4-4288-90a9-4239ee53cd87 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:39:37,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-06e6bf6b-ece4-4288-90a9-4239ee53cd87 2018-10-04 13:39:37,172 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-88e1a5e3-74ce-457-name 2018-10-04 13:39:37,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/986acfcc1a504990b187b830012e8d8d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9106b8d8bc54611412c892588e092aac4a5b44b6" 2018-10-04 13:39:37,263 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 13:39:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e19cda48-14ad-48c4-8d6b-6e76d1fcfe8f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 986acfcc1a504990b187b830012e8d8d.", "code": 404, "title": "Not Found"}} 2018-10-04 13:39:37,263 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/986acfcc1a504990b187b830012e8d8d used request id req-e19cda48-14ad-48c4-8d6b-6e76d1fcfe8f 2018-10-04 13:39:37,263 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-10-04 13:39:37,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9106b8d8bc54611412c892588e092aac4a5b44b6" 2018-10-04 13:39:37,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9efd047-7ae8-4ced-b205-29b0c8e73438 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c74950244697477582ea2e170a77e0b1", "links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:37,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f9efd047-7ae8-4ced-b205-29b0c8e73438 2018-10-04 13:39:37,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47882587c48215e0c99163187b874153ee872d76" 2018-10-04 13:39:37,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-123c2168-6de6-4f4f-88a7-8cc4f9717e62 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 13:39:37,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-123c2168-6de6-4f4f-88a7-8cc4f9717e62 2018-10-04 13:39:37,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9106b8d8bc54611412c892588e092aac4a5b44b6" 2018-10-04 13:39:37,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1a846cf-c9dc-408a-b18b-fa99ee3b530e Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c74950244697477582ea2e170a77e0b1", "links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:37,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b1a846cf-c9dc-408a-b18b-fa99ee3b530e 2018-10-04 13:39:37,471 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:37,843 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["EStg7HCkQVSYRF743O0f2g"], "issued_at": "2018-10-04T13:39:37.000000Z"}} 2018-10-04 13:39:37,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}024ff37fc0e12e7d5958d76e36afab5c977906ff" 2018-10-04 13:39:37,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bc6764b-46b3-470b-afd0-2399344e43a1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:37,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6bc6764b-46b3-470b-afd0-2399344e43a1 2018-10-04 13:39:37,959 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:37,960 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:38,357 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["hboH824JRzOp6lcSGwG5DQ"], "issued_at": "2018-10-04T13:39:38.000000Z"}} 2018-10-04 13:39:38,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6b1ab96c462482408410f311150273d96ee4c1" 2018-10-04 13:39:38,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0bc82e7-4129-4ea0-beef-6c54fd49093c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:38,433 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b0bc82e7-4129-4ea0-beef-6c54fd49093c 2018-10-04 13:39:38,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:38,443 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:38,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9bf10494-2068-4e5-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6b1ab96c462482408410f311150273d96ee4c1" 2018-10-04 13:39:38,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a186b69-b572-439b-bdbc-40fdd75d1947 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9bf10494-2068-4e5-name", "previous": null, "next": null}, "projects": []} 2018-10-04 13:39:38,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9bf10494-2068-4e5-name used request id req-9a186b69-b572-439b-bdbc-40fdd75d1947 2018-10-04 13:39:38,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6b1ab96c462482408410f311150273d96ee4c1" 2018-10-04 13:39:38,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cabd5714-807d-49c7-9b7c-f51e7597542e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 13:39:38,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-cabd5714-807d-49c7-9b7c-f51e7597542e 2018-10-04 13:39:38,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6b1ab96c462482408410f311150273d96ee4c1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-9bf10494-2068-4e5-name"}}' 2018-10-04 13:39:38,762 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:39:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20df9435-5d66-4587-82c6-3d5433cf16ba Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4aefcd3a3298494889b6882a09b628b3"}, "enabled": true, "id": "4aefcd3a3298494889b6882a09b628b3", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-9bf10494-2068-4e5-name"}} 2018-10-04 13:39:38,762 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-20df9435-5d66-4587-82c6-3d5433cf16ba 2018-10-04 13:39:38,762 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-9bf10494-2068-4e5-name 2018-10-04 13:39:38,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:38,771 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:38,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9bf10494-2068-4e5-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}024ff37fc0e12e7d5958d76e36afab5c977906ff" 2018-10-04 13:39:38,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b67ff8e4-2f22-4acf-800e-2c83f1b54b94 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9bf10494-2068-4e5-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4aefcd3a3298494889b6882a09b628b3"}, "enabled": true, "id": "4aefcd3a3298494889b6882a09b628b3", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-9bf10494-2068-4e5-name"}]} 2018-10-04 13:39:38,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9bf10494-2068-4e5-name used request id req-b67ff8e4-2f22-4acf-800e-2c83f1b54b94 2018-10-04 13:39:38,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}024ff37fc0e12e7d5958d76e36afab5c977906ff" 2018-10-04 13:39:38,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0321c5f5-9cf5-4fc7-9a0b-453c19ef3de2 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 13:39:38,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-0321c5f5-9cf5-4fc7-9a0b-453c19ef3de2 2018-10-04 13:39:38,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6b1ab96c462482408410f311150273d96ee4c1" 2018-10-04 13:39:39,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-96eb1974-6121-4d1c-9343-6fb0ef85f4ca Date: Thu, 04 Oct 2018 13:39:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:39:36Z", "updated_at": "2018-10-04T13:39:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "768d65a2-9365-4708-9714-df990aefb328", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "7d3b28ec-a2a5-4e4d-83b6-2ce880028231", "remote_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "e055ef95-9dc1-4e87-af39-a535336b371f", "remote_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "f33d05f8-1645-4f36-a658-e007a834a89d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}], "revision_number": 4, "project_id": "93973d1238b2486385104382b3d557a9", "id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "name": "default"}]} 2018-10-04 13:39:39,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-96eb1974-6121-4d1c-9343-6fb0ef85f4ca 2018-10-04 13:39:39,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6b1ab96c462482408410f311150273d96ee4c1" 2018-10-04 13:39:39,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60b01627-2a83-4df3-b782-d5fcff82f719 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 13:39:39,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-60b01627-2a83-4df3-b782-d5fcff82f719 2018-10-04 13:39:39,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6b1ab96c462482408410f311150273d96ee4c1" 2018-10-04 13:39:39,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77505bc6-2ae4-41fa-8cde-808618025d0d Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 13:39:39,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-77505bc6-2ae4-41fa-8cde-808618025d0d 2018-10-04 13:39:39,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6b1ab96c462482408410f311150273d96ee4c1" 2018-10-04 13:39:39,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-732ba5cc-715d-4cd7-a675-6930d8ae7e98 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:39:39,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-732ba5cc-715d-4cd7-a675-6930d8ae7e98 2018-10-04 13:39:39,887 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-9bf10494-2068-4e5-name 2018-10-04 13:39:39,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/4aefcd3a3298494889b6882a09b628b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6b1ab96c462482408410f311150273d96ee4c1" 2018-10-04 13:39:40,032 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd9023cc-5ae8-4107-ad63-bea44633b6af Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:40,032 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/4aefcd3a3298494889b6882a09b628b3 used request id req-fd9023cc-5ae8-4107-ad63-bea44633b6af 2018-10-04 13:39:40,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6b1ab96c462482408410f311150273d96ee4c1" 2018-10-04 13:39:40,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc51a27d-08b9-495e-980c-92f56dd5aec3 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c74950244697477582ea2e170a77e0b1", "links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:40,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-cc51a27d-08b9-495e-980c-92f56dd5aec3 2018-10-04 13:39:40,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:40,572 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["0HnWRf3PT4SgSq3otWZgLA"], "issued_at": "2018-10-04T13:39:40.000000Z"}} 2018-10-04 13:39:40,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a906592f5d51109a18c27744e28b1d04d5348ee1" 2018-10-04 13:39:40,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-618f3ab5-bc33-4a99-a172-6d2b67617c16 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:40,652 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-618f3ab5-bc33-4a99-a172-6d2b67617c16 2018-10-04 13:39:40,653 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:40,654 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:41,022 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["C8K8s95_QMeT20YJpkMeWg"], "issued_at": "2018-10-04T13:39:41.000000Z"}} 2018-10-04 13:39:41,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871f7380aeeb9bf54a8a060348615b38f2a86928" 2018-10-04 13:39:41,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-772ee179-d956-4547-b71b-fb4f57511080 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:41,112 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-772ee179-d956-4547-b71b-fb4f57511080 2018-10-04 13:39:41,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:41,122 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:41,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-30c5e808-d3c5-4ef-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871f7380aeeb9bf54a8a060348615b38f2a86928" 2018-10-04 13:39:41,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b8c2724-0447-4e76-af77-19378ead04ec Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-30c5e808-d3c5-4ef-name", "previous": null, "next": null}, "projects": []} 2018-10-04 13:39:41,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-30c5e808-d3c5-4ef-name used request id req-5b8c2724-0447-4e76-af77-19378ead04ec 2018-10-04 13:39:41,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871f7380aeeb9bf54a8a060348615b38f2a86928" 2018-10-04 13:39:41,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80afa854-a24e-490e-a19a-56886452248b Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 13:39:41,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-80afa854-a24e-490e-a19a-56886452248b 2018-10-04 13:39:41,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871f7380aeeb9bf54a8a060348615b38f2a86928" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-30c5e808-d3c5-4ef-name"}}' 2018-10-04 13:39:41,419 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:39:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99dc0be9-a1cb-4816-ac34-a6d50e3fde55 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/02a37247723941fb973f0e1fdf115aa8"}, "enabled": true, "id": "02a37247723941fb973f0e1fdf115aa8", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-30c5e808-d3c5-4ef-name"}} 2018-10-04 13:39:41,419 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-99dc0be9-a1cb-4816-ac34-a6d50e3fde55 2018-10-04 13:39:41,419 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-30c5e808-d3c5-4ef-name 2018-10-04 13:39:41,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:41,428 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:41,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-30c5e808-d3c5-4ef-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a906592f5d51109a18c27744e28b1d04d5348ee1" 2018-10-04 13:39:41,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6378a9a-02d6-4449-adc8-de6d892916a7 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-30c5e808-d3c5-4ef-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/02a37247723941fb973f0e1fdf115aa8"}, "enabled": true, "id": "02a37247723941fb973f0e1fdf115aa8", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-30c5e808-d3c5-4ef-name"}]} 2018-10-04 13:39:41,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-30c5e808-d3c5-4ef-name used request id req-f6378a9a-02d6-4449-adc8-de6d892916a7 2018-10-04 13:39:41,514 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:41,514 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:41,892 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["dg5fsRleRI6hlm3cbPcfkg"], "issued_at": "2018-10-04T13:39:41.000000Z"}} 2018-10-04 13:39:41,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5919bf521b508353849feb3705ae96abe0f6f259" 2018-10-04 13:39:41,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1382493-0c27-4d32-9c2f-1edd33238b05 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:41,969 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a1382493-0c27-4d32-9c2f-1edd33238b05 2018-10-04 13:39:41,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:41,979 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:41,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-30c5e808-d3c5-4ef-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5919bf521b508353849feb3705ae96abe0f6f259" 2018-10-04 13:39:42,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09fa79b5-c2d3-4390-808a-57fb897eb807 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-30c5e808-d3c5-4ef-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/02a37247723941fb973f0e1fdf115aa8"}, "enabled": true, "id": "02a37247723941fb973f0e1fdf115aa8", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-30c5e808-d3c5-4ef-name"}]} 2018-10-04 13:39:42,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-30c5e808-d3c5-4ef-name used request id req-09fa79b5-c2d3-4390-808a-57fb897eb807 2018-10-04 13:39:42,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a906592f5d51109a18c27744e28b1d04d5348ee1" 2018-10-04 13:39:42,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6359396b-6036-4ba5-b1cc-6869953669d5 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 13:39:42,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-6359396b-6036-4ba5-b1cc-6869953669d5 2018-10-04 13:39:42,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871f7380aeeb9bf54a8a060348615b38f2a86928" 2018-10-04 13:39:42,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-7e3dbd1b-54ba-413a-8ecc-83c99b7d38fa Date: Thu, 04 Oct 2018 13:39:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:39:36Z", "updated_at": "2018-10-04T13:39:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "768d65a2-9365-4708-9714-df990aefb328", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "7d3b28ec-a2a5-4e4d-83b6-2ce880028231", "remote_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "e055ef95-9dc1-4e87-af39-a535336b371f", "remote_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "f33d05f8-1645-4f36-a658-e007a834a89d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}], "revision_number": 4, "project_id": "93973d1238b2486385104382b3d557a9", "id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "name": "default"}]} 2018-10-04 13:39:42,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-7e3dbd1b-54ba-413a-8ecc-83c99b7d38fa 2018-10-04 13:39:42,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871f7380aeeb9bf54a8a060348615b38f2a86928" 2018-10-04 13:39:43,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54c3d9eb-7bd3-4a5a-a0b7-cc283e3befee Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 13:39:43,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-54c3d9eb-7bd3-4a5a-a0b7-cc283e3befee 2018-10-04 13:39:43,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871f7380aeeb9bf54a8a060348615b38f2a86928" 2018-10-04 13:39:43,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1130306-4bc3-46ce-96b9-261fc7da52b4 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 13:39:43,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-d1130306-4bc3-46ce-96b9-261fc7da52b4 2018-10-04 13:39:43,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871f7380aeeb9bf54a8a060348615b38f2a86928" 2018-10-04 13:39:43,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a674826-4ca7-4d31-97c1-9221721adad2 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:39:43,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-0a674826-4ca7-4d31-97c1-9221721adad2 2018-10-04 13:39:43,272 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-30c5e808-d3c5-4ef-name 2018-10-04 13:39:43,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/02a37247723941fb973f0e1fdf115aa8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871f7380aeeb9bf54a8a060348615b38f2a86928" 2018-10-04 13:39:43,484 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ff3bfe4-49f1-498f-8195-2031a87c19f9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:43,484 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/02a37247723941fb973f0e1fdf115aa8 used request id req-9ff3bfe4-49f1-498f-8195-2031a87c19f9 2018-10-04 13:39:43,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871f7380aeeb9bf54a8a060348615b38f2a86928" 2018-10-04 13:39:43,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b552a63-b018-474a-8ad4-87446129e780 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c74950244697477582ea2e170a77e0b1", "links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:43,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3b552a63-b018-474a-8ad4-87446129e780 2018-10-04 13:39:43,578 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:43,954 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["fXhP9A50StKLNRooxbPwxQ"], "issued_at": "2018-10-04T13:39:43.000000Z"}} 2018-10-04 13:39:43,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a872f0daf43bb25114f3a0bf717d4b606cf6a74a" 2018-10-04 13:39:44,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b23d48dd-806d-429d-afd4-336494625386 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:44,042 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b23d48dd-806d-429d-afd4-336494625386 2018-10-04 13:39:44,044 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:44,045 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:44,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["mkAy0tlvRAObFequMdTrKA"], "issued_at": "2018-10-04T13:39:44.000000Z"}} 2018-10-04 13:39:44,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a07fa655a86dfc0046c7a1b3c00b6001ebf130e" 2018-10-04 13:39:44,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a11bd181-f535-4237-baa1-7e734052ee2a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:44,517 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a11bd181-f535-4237-baa1-7e734052ee2a 2018-10-04 13:39:44,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:44,527 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:44,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-19805f4b-1fc6-441-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a07fa655a86dfc0046c7a1b3c00b6001ebf130e" 2018-10-04 13:39:44,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa87b613-4e63-47ca-9532-f7669718a6fa Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-19805f4b-1fc6-441-name", "previous": null, "next": null}, "projects": []} 2018-10-04 13:39:44,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-19805f4b-1fc6-441-name used request id req-fa87b613-4e63-47ca-9532-f7669718a6fa 2018-10-04 13:39:44,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a07fa655a86dfc0046c7a1b3c00b6001ebf130e" 2018-10-04 13:39:44,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04dc1da7-5135-413a-be6f-8fa730b2b0e7 Content-Encoding: gzip Content-Length: 115 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=foo", "previous": null, "next": null}} 2018-10-04 13:39:44,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=foo used request id req-04dc1da7-5135-413a-be6f-8fa730b2b0e7 2018-10-04 13:39:44,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a07fa655a86dfc0046c7a1b3c00b6001ebf130e" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-19805f4b-1fc6-441-name"}}' 2018-10-04 13:39:44,796 - keystoneauth.session - DEBUG - RESP: [400] Date: Thu, 04 Oct 2018 13:39:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2098cde-b165-43a5-a1fa-89ae74395433 Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2018-10-04 13:39:44,796 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-f2098cde-b165-43a5-a1fa-89ae74395433 2018-10-04 13:39:44,796 - keystoneauth.session - DEBUG - Request returned failure status: 400 2018-10-04 13:39:44,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a07fa655a86dfc0046c7a1b3c00b6001ebf130e" 2018-10-04 13:39:44,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22dbebfd-9311-4f17-b58d-156b866454c4 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c74950244697477582ea2e170a77e0b1", "links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:44,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-22dbebfd-9311-4f17-b58d-156b866454c4 2018-10-04 13:39:44,888 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:45,256 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["sGL4g_yFSGe9h7fpPuTRQg"], "issued_at": "2018-10-04T13:39:45.000000Z"}} 2018-10-04 13:39:45,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f978855d99fee84e6f5bab77e69cec8ca556f8a3" 2018-10-04 13:39:45,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa251d9f-bc07-4d75-a879-5c5dd05c4249 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:45,341 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-aa251d9f-bc07-4d75-a879-5c5dd05c4249 2018-10-04 13:39:45,342 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:45,343 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:45,722 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["LIfViCEEQiadkFA0P9Tw7g"], "issued_at": "2018-10-04T13:39:45.000000Z"}} 2018-10-04 13:39:45,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9a884336bbc957bb5bc6bb2d186a03fa608ae50" 2018-10-04 13:39:45,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e032082-adef-4961-a35e-43509d0e713e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:45,798 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0e032082-adef-4961-a35e-43509d0e713e 2018-10-04 13:39:45,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:45,808 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:45,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-2201185b-c127-451-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9a884336bbc957bb5bc6bb2d186a03fa608ae50" 2018-10-04 13:39:45,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77df1607-f36a-4024-990a-f954130d9140 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-2201185b-c127-451-name", "previous": null, "next": null}, "projects": []} 2018-10-04 13:39:45,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-2201185b-c127-451-name used request id req-77df1607-f36a-4024-990a-f954130d9140 2018-10-04 13:39:45,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9a884336bbc957bb5bc6bb2d186a03fa608ae50" 2018-10-04 13:39:45,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86e3a5bd-277c-431f-be8b-3516b5ae951b Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 13:39:45,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-86e3a5bd-277c-431f-be8b-3516b5ae951b 2018-10-04 13:39:45,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9a884336bbc957bb5bc6bb2d186a03fa608ae50" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-2201185b-c127-451-name"}}' 2018-10-04 13:39:46,100 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:39:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e2b8747-b108-4d50-b05d-dec7b8dbc431 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/dc31e65b7d8845dd83f67697c8d013b0"}, "enabled": true, "id": "dc31e65b7d8845dd83f67697c8d013b0", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-2201185b-c127-451-name"}} 2018-10-04 13:39:46,101 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-6e2b8747-b108-4d50-b05d-dec7b8dbc431 2018-10-04 13:39:46,101 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-2201185b-c127-451-name 2018-10-04 13:39:46,101 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:39:46,105 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-quota-sets/dc31e65b7d8845dd83f67697c8d013b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9a884336bbc957bb5bc6bb2d186a03fa608ae50" 2018-10-04 13:39:46,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-370fff60-cbd9-47bb-8e23-f61a227def16 x-compute-request-id: req-370fff60-cbd9-47bb-8e23-f61a227def16 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 10240, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 51200, "floating_ips": 10, "key_pairs": 100, "id": "dc31e65b7d8845dd83f67697c8d013b0", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-04 13:39:46,917 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/dc31e65b7d8845dd83f67697c8d013b0 used request id req-370fff60-cbd9-47bb-8e23-f61a227def16 2018-10-04 13:39:46,920 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:8774/v2.1/os-quota-sets/dc31e65b7d8845dd83f67697c8d013b0 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9a884336bbc957bb5bc6bb2d186a03fa608ae50" -d '{"quota_set": {"metadata_items": 128, "injected_file_content_bytes": 60000, "ram": 70000, "key_pairs": 8, "instances": 5, "injected_files": 6, "cores": 4, "fixed_ips": 7}}' 2018-10-04 13:39:47,842 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15383ba2-1d4e-49da-8c94-f0881dea7d47 x-compute-request-id: req-15383ba2-1d4e-49da-8c94-f0881dea7d47 Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 60000, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 70000, "floating_ips": 10, "key_pairs": 8, "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-04 13:39:47,842 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/dc31e65b7d8845dd83f67697c8d013b0 used request id req-15383ba2-1d4e-49da-8c94-f0881dea7d47 2018-10-04 13:39:47,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:47,850 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:47,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-2201185b-c127-451-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f978855d99fee84e6f5bab77e69cec8ca556f8a3" 2018-10-04 13:39:47,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2366cd3-e82a-4305-936d-ed4e3ac6500e Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-2201185b-c127-451-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/dc31e65b7d8845dd83f67697c8d013b0"}, "enabled": true, "id": "dc31e65b7d8845dd83f67697c8d013b0", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-2201185b-c127-451-name"}]} 2018-10-04 13:39:47,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-2201185b-c127-451-name used request id req-b2366cd3-e82a-4305-936d-ed4e3ac6500e 2018-10-04 13:39:47,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f978855d99fee84e6f5bab77e69cec8ca556f8a3" 2018-10-04 13:39:48,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee6bafc8-af53-420f-9468-01ef7b19751f Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 13:39:48,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-ee6bafc8-af53-420f-9468-01ef7b19751f 2018-10-04 13:39:48,023 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:39:48,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-quota-sets/dc31e65b7d8845dd83f67697c8d013b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f978855d99fee84e6f5bab77e69cec8ca556f8a3" 2018-10-04 13:39:48,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13: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-e8cfba58-85cc-4545-8577-5fc7ada98bb2 x-compute-request-id: req-e8cfba58-85cc-4545-8577-5fc7ada98bb2 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 60000, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 70000, "floating_ips": 10, "key_pairs": 8, "id": "dc31e65b7d8845dd83f67697c8d013b0", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-04 13:39:48,453 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/dc31e65b7d8845dd83f67697c8d013b0 used request id req-e8cfba58-85cc-4545-8577-5fc7ada98bb2 2018-10-04 13:39:48,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9a884336bbc957bb5bc6bb2d186a03fa608ae50" 2018-10-04 13:39:49,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-e5370166-eadb-44fb-bed2-180d1d679324 Date: Thu, 04 Oct 2018 13:39:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:39:36Z", "updated_at": "2018-10-04T13:39:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "768d65a2-9365-4708-9714-df990aefb328", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "7d3b28ec-a2a5-4e4d-83b6-2ce880028231", "remote_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "e055ef95-9dc1-4e87-af39-a535336b371f", "remote_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "f33d05f8-1645-4f36-a658-e007a834a89d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}], "revision_number": 4, "project_id": "93973d1238b2486385104382b3d557a9", "id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "name": "default"}]} 2018-10-04 13:39:49,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-e5370166-eadb-44fb-bed2-180d1d679324 2018-10-04 13:39:49,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9a884336bbc957bb5bc6bb2d186a03fa608ae50" 2018-10-04 13:39:49,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ae83108-bc7f-4f9f-b0a8-8da6557f895c Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 13:39:49,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-7ae83108-bc7f-4f9f-b0a8-8da6557f895c 2018-10-04 13:39:49,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9a884336bbc957bb5bc6bb2d186a03fa608ae50" 2018-10-04 13:39:49,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-418fb918-5d43-4be6-89c1-52ebb90f4210 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 13:39:49,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-418fb918-5d43-4be6-89c1-52ebb90f4210 2018-10-04 13:39:49,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9a884336bbc957bb5bc6bb2d186a03fa608ae50" 2018-10-04 13:39:49,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9feab78-059c-4415-bb8e-7b500dbdba18 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:39:49,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-f9feab78-059c-4415-bb8e-7b500dbdba18 2018-10-04 13:39:49,475 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-2201185b-c127-451-name 2018-10-04 13:39:49,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/dc31e65b7d8845dd83f67697c8d013b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9a884336bbc957bb5bc6bb2d186a03fa608ae50" 2018-10-04 13:39:49,642 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cca865cb-4908-4591-8fc6-4192a7364a16 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:49,642 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/dc31e65b7d8845dd83f67697c8d013b0 used request id req-cca865cb-4908-4591-8fc6-4192a7364a16 2018-10-04 13:39:49,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9a884336bbc957bb5bc6bb2d186a03fa608ae50" 2018-10-04 13:39:49,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbb3e5c3-9264-4790-a7f8-b4fecc9a5178 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c74950244697477582ea2e170a77e0b1", "links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:49,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-cbb3e5c3-9264-4790-a7f8-b4fecc9a5178 2018-10-04 13:39:49,726 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:50,110 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["DtxRl2uRQ5muZLwtFRYJ_g"], "issued_at": "2018-10-04T13:39:50.000000Z"}} 2018-10-04 13:39:50,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19d20421d54320829cfe5b5594f891f7215aab57" 2018-10-04 13:39:50,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f41800c-3433-4f2e-8472-ee1519d83a2b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:50,210 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2f41800c-3433-4f2e-8472-ee1519d83a2b 2018-10-04 13:39:50,211 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:50,212 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:50,585 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["ZoB_cqUxSsSVPlMIuFDWHg"], "issued_at": "2018-10-04T13:39:50.000000Z"}} 2018-10-04 13:39:50,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e5f2afb4de00975d384b94076061001035d7c" 2018-10-04 13:39:50,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bf97193-11fc-4337-924b-7b9743492a14 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:50,677 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4bf97193-11fc-4337-924b-7b9743492a14 2018-10-04 13:39:50,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:50,687 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:50,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-12acf51e-bdff-44c-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e5f2afb4de00975d384b94076061001035d7c" 2018-10-04 13:39:50,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6835dde-7040-4fec-9c31-c4bf9fff3840 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-12acf51e-bdff-44c-name", "previous": null, "next": null}, "projects": []} 2018-10-04 13:39:50,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-12acf51e-bdff-44c-name used request id req-a6835dde-7040-4fec-9c31-c4bf9fff3840 2018-10-04 13:39:50,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e5f2afb4de00975d384b94076061001035d7c" 2018-10-04 13:39:50,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-350c356b-4656-415b-a61a-0a5a9d82e502 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 13:39:50,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-350c356b-4656-415b-a61a-0a5a9d82e502 2018-10-04 13:39:50,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e5f2afb4de00975d384b94076061001035d7c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-12acf51e-bdff-44c-name"}}' 2018-10-04 13:39:51,015 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:39:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4b03347-9891-43c2-9710-b03889ac57d5 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/81934646ab46462b9148d53f78e43201"}, "enabled": true, "id": "81934646ab46462b9148d53f78e43201", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-12acf51e-bdff-44c-name"}} 2018-10-04 13:39:51,016 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-e4b03347-9891-43c2-9710-b03889ac57d5 2018-10-04 13:39:51,016 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-12acf51e-bdff-44c-name 2018-10-04 13:39:51,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:51,024 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:51,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-12acf51e-bdff-44c-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19d20421d54320829cfe5b5594f891f7215aab57" 2018-10-04 13:39:51,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2776d2b0-4dc9-4a35-9ef9-0349c766d024 Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-12acf51e-bdff-44c-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/81934646ab46462b9148d53f78e43201"}, "enabled": true, "id": "81934646ab46462b9148d53f78e43201", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-12acf51e-bdff-44c-name"}]} 2018-10-04 13:39:51,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-12acf51e-bdff-44c-name used request id req-2776d2b0-4dc9-4a35-9ef9-0349c766d024 2018-10-04 13:39:51,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19d20421d54320829cfe5b5594f891f7215aab57" 2018-10-04 13:39:51,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52ca8529-265a-415b-9298-6a49aade8a9b Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 13:39:51,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-52ca8529-265a-415b-9298-6a49aade8a9b 2018-10-04 13:39:51,129 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:39:51,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:8774/v2.1/os-quota-sets/81934646ab46462b9148d53f78e43201 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e5f2afb4de00975d384b94076061001035d7c" -d '{"quota_set": {"metadata_items": 64, "injected_file_content_bytes": 5120, "ram": 25600, "key_pairs": 50, "instances": 5, "injected_files": 3, "cores": 5, "fixed_ips": 100}}' 2018-10-04 13:39:51,716 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39: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-6daeb7a8-d31a-4900-9af2-cd841db4f543 x-compute-request-id: req-6daeb7a8-d31a-4900-9af2-cd841db4f543 Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-04 13:39:51,717 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/81934646ab46462b9148d53f78e43201 used request id req-6daeb7a8-d31a-4900-9af2-cd841db4f543 2018-10-04 13:39:51,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/quotas/81934646ab46462b9148d53f78e43201 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e5f2afb4de00975d384b94076061001035d7c" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2018-10-04 13:39:52,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-c5ae89a3-a10a-456d-bda5-7f85ffe9881e Date: Thu, 04 Oct 2018 13:39:52 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25}} 2018-10-04 13:39:52,623 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/quotas/81934646ab46462b9148d53f78e43201 used request id req-c5ae89a3-a10a-456d-bda5-7f85ffe9881e 2018-10-04 13:39:52,624 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:39:52,628 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-quota-sets/81934646ab46462b9148d53f78e43201 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e5f2afb4de00975d384b94076061001035d7c" 2018-10-04 13:39:52,794 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f896d59d-2803-4812-a40a-0f490dbfb52a x-compute-request-id: req-f896d59d-2803-4812-a40a-0f490dbfb52a Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "id": "81934646ab46462b9148d53f78e43201", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-04 13:39:52,794 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/81934646ab46462b9148d53f78e43201 used request id req-f896d59d-2803-4812-a40a-0f490dbfb52a 2018-10-04 13:39:52,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/quotas/81934646ab46462b9148d53f78e43201 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e5f2afb4de00975d384b94076061001035d7c" 2018-10-04 13:39:53,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-23c6d764-ede0-4580-ba11-ca89460f5077 Date: Thu, 04 Oct 2018 13:39:53 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25}} 2018-10-04 13:39:53,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/quotas/81934646ab46462b9148d53f78e43201 used request id req-23c6d764-ede0-4580-ba11-ca89460f5077 2018-10-04 13:39:53,041 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:39:53,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-quota-sets/81934646ab46462b9148d53f78e43201 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19d20421d54320829cfe5b5594f891f7215aab57" 2018-10-04 13:39:53,866 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13: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-8a575f1a-4a0c-42bb-943a-a3cfefa8b374 x-compute-request-id: req-8a575f1a-4a0c-42bb-943a-a3cfefa8b374 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "id": "81934646ab46462b9148d53f78e43201", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-04 13:39:53,866 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/81934646ab46462b9148d53f78e43201 used request id req-8a575f1a-4a0c-42bb-943a-a3cfefa8b374 2018-10-04 13:39:53,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/quotas/81934646ab46462b9148d53f78e43201 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19d20421d54320829cfe5b5594f891f7215aab57" 2018-10-04 13:39:54,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-36d9987a-ba9c-4b8c-9f04-fe1c3652e5c5 Date: Thu, 04 Oct 2018 13:39:54 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25}} 2018-10-04 13:39:54,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/quotas/81934646ab46462b9148d53f78e43201 used request id req-36d9987a-ba9c-4b8c-9f04-fe1c3652e5c5 2018-10-04 13:39:54,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e5f2afb4de00975d384b94076061001035d7c" 2018-10-04 13:39:54,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-6947f59b-f8c4-43c8-a2dd-3f3279cf3776 Date: Thu, 04 Oct 2018 13:39:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:39:36Z", "updated_at": "2018-10-04T13:39:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "768d65a2-9365-4708-9714-df990aefb328", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "7d3b28ec-a2a5-4e4d-83b6-2ce880028231", "remote_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "e055ef95-9dc1-4e87-af39-a535336b371f", "remote_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "f33d05f8-1645-4f36-a658-e007a834a89d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}], "revision_number": 4, "project_id": "93973d1238b2486385104382b3d557a9", "id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "name": "default"}]} 2018-10-04 13:39:54,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-6947f59b-f8c4-43c8-a2dd-3f3279cf3776 2018-10-04 13:39:54,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e5f2afb4de00975d384b94076061001035d7c" 2018-10-04 13:39:55,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23b915ba-d61a-4e2f-a824-d9ae8589b043 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 13:39:55,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-23b915ba-d61a-4e2f-a824-d9ae8589b043 2018-10-04 13:39:55,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e5f2afb4de00975d384b94076061001035d7c" 2018-10-04 13:39:55,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d211a7b-bd34-4424-8105-bcc6b4708543 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 13:39:55,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-5d211a7b-bd34-4424-8105-bcc6b4708543 2018-10-04 13:39:55,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e5f2afb4de00975d384b94076061001035d7c" 2018-10-04 13:39:55,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb03a5cc-5932-4bf4-a789-123390133f52 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:39:55,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-bb03a5cc-5932-4bf4-a789-123390133f52 2018-10-04 13:39:55,195 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-12acf51e-bdff-44c-name 2018-10-04 13:39:55,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/81934646ab46462b9148d53f78e43201 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e5f2afb4de00975d384b94076061001035d7c" 2018-10-04 13:39:55,336 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c1e2a75-736c-4a14-b336-52be1817dbeb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:55,336 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/81934646ab46462b9148d53f78e43201 used request id req-7c1e2a75-736c-4a14-b336-52be1817dbeb 2018-10-04 13:39:55,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e5f2afb4de00975d384b94076061001035d7c" 2018-10-04 13:39:55,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7627f4c3-7cfc-450a-b4b9-d51684465df8 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c74950244697477582ea2e170a77e0b1", "links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:55,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7627f4c3-7cfc-450a-b4b9-d51684465df8 2018-10-04 13:39:55,428 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:55,810 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["GiuxzUSdShir83POaFqmXA"], "issued_at": "2018-10-04T13:39:55.000000Z"}} 2018-10-04 13:39:55,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9535a3e778de7d202ecf0a9d4f433a3554918b61" 2018-10-04 13:39:55,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6225a426-00e6-4625-831a-d9563b8aa8bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:55,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6225a426-00e6-4625-831a-d9563b8aa8bc 2018-10-04 13:39:55,888 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:55,889 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:56,276 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["N3ZM_XJXSMOKaZ7t0nQA_w"], "issued_at": "2018-10-04T13:39:56.000000Z"}} 2018-10-04 13:39:56,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8685f1c64ea6d978ca5f3d728a5938421f27830" 2018-10-04 13:39:56,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21db8f5d-319b-49be-a641-9738679bb3a1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:56,371 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-21db8f5d-319b-49be-a641-9738679bb3a1 2018-10-04 13:39:56,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:56,381 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:56,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-56b204fe-29b8-49c-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8685f1c64ea6d978ca5f3d728a5938421f27830" 2018-10-04 13:39:56,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1c405d5-6dee-4057-ae2d-849ac7baeeb6 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-56b204fe-29b8-49c-name", "previous": null, "next": null}, "projects": []} 2018-10-04 13:39:56,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-56b204fe-29b8-49c-name used request id req-b1c405d5-6dee-4057-ae2d-849ac7baeeb6 2018-10-04 13:39:56,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8685f1c64ea6d978ca5f3d728a5938421f27830" 2018-10-04 13:39:56,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8313dcfe-d270-47cd-a3ba-fe88ef83cfc6 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 13:39:56,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-8313dcfe-d270-47cd-a3ba-fe88ef83cfc6 2018-10-04 13:39:56,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8685f1c64ea6d978ca5f3d728a5938421f27830" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-56b204fe-29b8-49c-name"}}' 2018-10-04 13:39:56,673 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:39:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63d9f072-cbcd-42a8-b72a-153149c5c04f Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/bdb901184829420e940912c073009e5e"}, "enabled": true, "id": "bdb901184829420e940912c073009e5e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-56b204fe-29b8-49c-name"}} 2018-10-04 13:39:56,673 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-63d9f072-cbcd-42a8-b72a-153149c5c04f 2018-10-04 13:39:56,673 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-56b204fe-29b8-49c-name 2018-10-04 13:39:56,673 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:56,674 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:57,065 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:39:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["fdnUXqaCR_eTY91NwKlcxA"], "issued_at": "2018-10-04T13:39:57.000000Z"}} 2018-10-04 13:39:57,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2f769443a75fcde0739c5e16523a576aaa6c0c7" 2018-10-04 13:39:57,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50888afc-a805-44af-bbd7-a3a94d051dc1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:57,153 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-50888afc-a805-44af-bbd7-a3a94d051dc1 2018-10-04 13:39:57,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:39:57,162 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:39:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:39:57,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2f769443a75fcde0739c5e16523a576aaa6c0c7" 2018-10-04 13:39:57,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afd193ba-233a-4bcc-9189-57a7a3fed8e6 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "links": {"self": "http://172.30.9.23:5000/v3/users/edcc1fa643e64948b9f2a6f4934de106"}, "domain_id": "default", "enabled": true, "id": "edcc1fa643e64948b9f2a6f4934de106", "options": {}}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:39:57,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-afd193ba-233a-4bcc-9189-57a7a3fed8e6 2018-10-04 13:39:57,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2f769443a75fcde0739c5e16523a576aaa6c0c7" 2018-10-04 13:39:57,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-039f4a11-7279-49a9-8ae9-9e02b7fd9942 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 13:39:57,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-039f4a11-7279-49a9-8ae9-9e02b7fd9942 2018-10-04 13:39:57,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2f769443a75fcde0739c5e16523a576aaa6c0c7" 2018-10-04 13:39:57,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4244f77b-8bd7-4271-a646-71133347814e Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c74950244697477582ea2e170a77e0b1", "links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:57,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4244f77b-8bd7-4271-a646-71133347814e 2018-10-04 13:39:57,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-56b204fe-29b8-49c-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2f769443a75fcde0739c5e16523a576aaa6c0c7" 2018-10-04 13:39:57,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8d1c27d-680e-43f5-b62a-e9022ecfb232 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-56b204fe-29b8-49c-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/bdb901184829420e940912c073009e5e"}, "enabled": true, "id": "bdb901184829420e940912c073009e5e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-56b204fe-29b8-49c-name"}]} 2018-10-04 13:39:57,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-56b204fe-29b8-49c-name used request id req-b8d1c27d-680e-43f5-b62a-e9022ecfb232 2018-10-04 13:39:57,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/45da3265899346418e55342e811b14b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2f769443a75fcde0739c5e16523a576aaa6c0c7" 2018-10-04 13:39:57,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bec33e57-bb0b-4dcb-b502-3c49aec61f23 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/45da3265899346418e55342e811b14b6"}, "enabled": true, "id": "45da3265899346418e55342e811b14b6", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-56b204fe-29b8-49c-user"}} 2018-10-04 13:39:57,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/45da3265899346418e55342e811b14b6 used request id req-bec33e57-bb0b-4dcb-b502-3c49aec61f23 2018-10-04 13:39:57,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/bdb901184829420e940912c073009e5e/users/45da3265899346418e55342e811b14b6/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2f769443a75fcde0739c5e16523a576aaa6c0c7" 2018-10-04 13:39:58,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95e0e29d-d830-4eaa-9807-fdfda5903567 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/bdb901184829420e940912c073009e5e/users/45da3265899346418e55342e811b14b6/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 13:39:58,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/bdb901184829420e940912c073009e5e/users/45da3265899346418e55342e811b14b6/roles used request id req-95e0e29d-d830-4eaa-9807-fdfda5903567 2018-10-04 13:39:58,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2f769443a75fcde0739c5e16523a576aaa6c0c7" 2018-10-04 13:39:58,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5393d88-1fc9-4fcf-ac6a-af0a868b237b Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "domain_id": null, "name": "admin", "id": "649d50d4e38f4048899913e0d7e41071"}} 2018-10-04 13:39:58,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071 used request id req-a5393d88-1fc9-4fcf-ac6a-af0a868b237b 2018-10-04 13:39:58,127 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-56b204fe-29b8-49c-name 2018-10-04 13:39:58,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/bdb901184829420e940912c073009e5e/users/45da3265899346418e55342e811b14b6/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2f769443a75fcde0739c5e16523a576aaa6c0c7" 2018-10-04 13:39:58,240 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2315c960-1265-4a95-9b55-e91b63908b43 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:58,240 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/bdb901184829420e940912c073009e5e/users/45da3265899346418e55342e811b14b6/roles/649d50d4e38f4048899913e0d7e41071 used request id req-2315c960-1265-4a95-9b55-e91b63908b43 2018-10-04 13:39:58,241 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-56b204fe-29b8-49c-user 2018-10-04 13:39:58,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8685f1c64ea6d978ca5f3d728a5938421f27830" 2018-10-04 13:39:58,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eeaf56d3-8378-436c-816e-cb660f339ba4 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c74950244697477582ea2e170a77e0b1", "links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:39:58,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-eeaf56d3-8378-436c-816e-cb660f339ba4 2018-10-04 13:39:58,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8685f1c64ea6d978ca5f3d728a5938421f27830" -d '{"role": {"name": "CreateProjectUserTests-56b204fe-29b8-49c-name-role"}}' 2018-10-04 13:39:58,447 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:39:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e04baf3-a5d5-4e32-9a51-53743b464d9a Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6dcfa87a294d4216961e48e1f0a3c291", "links": {"self": "http://172.30.9.23:5000/v3/roles/6dcfa87a294d4216961e48e1f0a3c291"}, "name": "CreateProjectUserTests-56b204fe-29b8-49c-name-role"}} 2018-10-04 13:39:58,448 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-1e04baf3-a5d5-4e32-9a51-53743b464d9a 2018-10-04 13:39:58,448 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-56b204fe-29b8-49c-name-role 2018-10-04 13:39:58,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/6dcfa87a294d4216961e48e1f0a3c291 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8685f1c64ea6d978ca5f3d728a5938421f27830" 2018-10-04 13:39:58,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfc27516-e27c-4be0-82bc-7a827ef363d6 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/6dcfa87a294d4216961e48e1f0a3c291"}, "domain_id": null, "name": "CreateProjectUserTests-56b204fe-29b8-49c-name-role", "id": "6dcfa87a294d4216961e48e1f0a3c291"}} 2018-10-04 13:39:58,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/6dcfa87a294d4216961e48e1f0a3c291 used request id req-cfc27516-e27c-4be0-82bc-7a827ef363d6 2018-10-04 13:39:58,532 - keystone_utils - INFO - Granting role CreateProjectUserTests-56b204fe-29b8-49c-name-role to project CreateProjectUserTests-56b204fe-29b8-49c-name 2018-10-04 13:39:58,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/bdb901184829420e940912c073009e5e/users/45da3265899346418e55342e811b14b6/roles/6dcfa87a294d4216961e48e1f0a3c291 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8685f1c64ea6d978ca5f3d728a5938421f27830" 2018-10-04 13:39:58,588 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:39:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05df1aa5-be79-49d5-b016-c31b746ee083 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:39:58,588 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/bdb901184829420e940912c073009e5e/users/45da3265899346418e55342e811b14b6/roles/6dcfa87a294d4216961e48e1f0a3c291 used request id req-05df1aa5-be79-49d5-b016-c31b746ee083 2018-10-04 13:39:58,588 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:39:58,589 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:39:58,962 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6dcfa87a294d4216961e48e1f0a3c291", "name": "CreateProjectUserTests-56b204fe-29b8-49c-name-role"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}], "expires_at": "2018-10-04T14:39:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bdb901184829420e940912c073009e5e", "name": "CreateProjectUserTests-56b204fe-29b8-49c-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/bdb901184829420e940912c073009e5e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/bdb901184829420e940912c073009e5e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/bdb901184829420e940912c073009e5e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/bdb901184829420e940912c073009e5e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/bdb901184829420e940912c073009e5e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/bdb901184829420e940912c073009e5e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/bdb901184829420e940912c073009e5e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/bdb901184829420e940912c073009e5e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/bdb901184829420e940912c073009e5e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/bdb901184829420e940912c073009e5e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/bdb901184829420e940912c073009e5e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/bdb901184829420e940912c073009e5e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-56b204fe-29b8-49c-user", "id": "45da3265899346418e55342e811b14b6"}, "audit_ids": ["_4yVclxJQ-2az0iItOLo1A"], "issued_at": "2018-10-04T13:39:58.000000Z"}} 2018-10-04 13:39:58,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e3d5319019ea591d25b450871fb83aba20c4c9f" 2018-10-04 13:39:59,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:39:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3eb615f-7502-4919-aeb9-07af10ed3f3d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:39:59,021 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f3eb615f-7502-4919-aeb9-07af10ed3f3d 2018-10-04 13:39:59,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-56b204fe-29b8-49c-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e3d5319019ea591d25b450871fb83aba20c4c9f" 2018-10-04 13:39:59,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-c33048fc-958e-4ff9-8fb4-6d2d0516593d Date: Thu, 04 Oct 2018 13:40:00 GMT RESP BODY: {"security_groups": []} 2018-10-04 13:39:59,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-56b204fe-29b8-49c-name&description=hello+group used request id req-c33048fc-958e-4ff9-8fb4-6d2d0516593d 2018-10-04 13:39:59,996 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-56b204fe-29b8-49c-name... 2018-10-04 13:39:59,996 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-56b204fe-29b8-49c-name 2018-10-04 13:40:00,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e3d5319019ea591d25b450871fb83aba20c4c9f" -d '{"security_group": {"name": "CreateProjectUserTests-56b204fe-29b8-49c-name", "description": "hello group"}}' 2018-10-04 13:40:01,084 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-c38ddd4a-a189-43cf-84b2-c802ae594a2b Date: Thu, 04 Oct 2018 13:40:01 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "bdb901184829420e940912c073009e5e", "created_at": "2018-10-04T13:40:00Z", "updated_at": "2018-10-04T13:40:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:40:00Z", "revision_number": 0, "id": "0c7f4e7d-cdd5-416f-92ad-2debf4e90e15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:40:00Z", "security_group_id": "5f8aa160-e19a-4828-81b8-354dfbaa3a86", "tenant_id": "bdb901184829420e940912c073009e5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "bdb901184829420e940912c073009e5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:40:00Z", "revision_number": 0, "id": "3008712e-e0fa-42bd-ad38-245c551a7e98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:40:00Z", "security_group_id": "5f8aa160-e19a-4828-81b8-354dfbaa3a86", "tenant_id": "bdb901184829420e940912c073009e5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "bdb901184829420e940912c073009e5e"}], "revision_number": 2, "project_id": "bdb901184829420e940912c073009e5e", "id": "5f8aa160-e19a-4828-81b8-354dfbaa3a86", "name": "CreateProjectUserTests-56b204fe-29b8-49c-name"}} 2018-10-04 13:40:01,084 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-c38ddd4a-a189-43cf-84b2-c802ae594a2b 2018-10-04 13:40:01,085 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5f8aa160-e19a-4828-81b8-354dfbaa3a86 2018-10-04 13:40:01,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=5f8aa160-e19a-4828-81b8-354dfbaa3a86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e3d5319019ea591d25b450871fb83aba20c4c9f" 2018-10-04 13:40:01,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ef50d206-a99d-4ec8-a38f-4ffaec4aeb6d Date: Thu, 04 Oct 2018 13:40:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:00Z", "security_group_id": "5f8aa160-e19a-4828-81b8-354dfbaa3a86", "port_range_min": null, "revision_number": 0, "tenant_id": "bdb901184829420e940912c073009e5e", "created_at": "2018-10-04T13:40:00Z", "project_id": "bdb901184829420e940912c073009e5e", "id": "0c7f4e7d-cdd5-416f-92ad-2debf4e90e15"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:00Z", "security_group_id": "5f8aa160-e19a-4828-81b8-354dfbaa3a86", "port_range_min": null, "revision_number": 0, "tenant_id": "bdb901184829420e940912c073009e5e", "created_at": "2018-10-04T13:40:00Z", "project_id": "bdb901184829420e940912c073009e5e", "id": "3008712e-e0fa-42bd-ad38-245c551a7e98"}]} 2018-10-04 13:40:01,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=5f8aa160-e19a-4828-81b8-354dfbaa3a86 used request id req-ef50d206-a99d-4ec8-a38f-4ffaec4aeb6d 2018-10-04 13:40:01,818 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5f8aa160-e19a-4828-81b8-354dfbaa3a86 2018-10-04 13:40:01,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=5f8aa160-e19a-4828-81b8-354dfbaa3a86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e3d5319019ea591d25b450871fb83aba20c4c9f" 2018-10-04 13:40:02,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3cd13ffa-bc71-4845-a991-964b78000d6d Date: Thu, 04 Oct 2018 13:40:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:00Z", "security_group_id": "5f8aa160-e19a-4828-81b8-354dfbaa3a86", "port_range_min": null, "revision_number": 0, "tenant_id": "bdb901184829420e940912c073009e5e", "created_at": "2018-10-04T13:40:00Z", "project_id": "bdb901184829420e940912c073009e5e", "id": "0c7f4e7d-cdd5-416f-92ad-2debf4e90e15"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:00Z", "security_group_id": "5f8aa160-e19a-4828-81b8-354dfbaa3a86", "port_range_min": null, "revision_number": 0, "tenant_id": "bdb901184829420e940912c073009e5e", "created_at": "2018-10-04T13:40:00Z", "project_id": "bdb901184829420e940912c073009e5e", "id": "3008712e-e0fa-42bd-ad38-245c551a7e98"}]} 2018-10-04 13:40:02,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=5f8aa160-e19a-4828-81b8-354dfbaa3a86 used request id req-3cd13ffa-bc71-4845-a991-964b78000d6d 2018-10-04 13:40:02,519 - neutron_utils - INFO - Retrieving security group with ID - 5f8aa160-e19a-4828-81b8-354dfbaa3a86 2018-10-04 13:40:02,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=5f8aa160-e19a-4828-81b8-354dfbaa3a86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e3d5319019ea591d25b450871fb83aba20c4c9f" 2018-10-04 13:40:03,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-d5aae1b0-c318-44ad-9cab-b5b434cf1db5 Date: Thu, 04 Oct 2018 13:40:03 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "bdb901184829420e940912c073009e5e", "created_at": "2018-10-04T13:40:00Z", "updated_at": "2018-10-04T13:40:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:40:00Z", "revision_number": 0, "id": "0c7f4e7d-cdd5-416f-92ad-2debf4e90e15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:40:00Z", "security_group_id": "5f8aa160-e19a-4828-81b8-354dfbaa3a86", "tenant_id": "bdb901184829420e940912c073009e5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "bdb901184829420e940912c073009e5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:40:00Z", "revision_number": 0, "id": "3008712e-e0fa-42bd-ad38-245c551a7e98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:40:00Z", "security_group_id": "5f8aa160-e19a-4828-81b8-354dfbaa3a86", "tenant_id": "bdb901184829420e940912c073009e5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "bdb901184829420e940912c073009e5e"}], "revision_number": 2, "project_id": "bdb901184829420e940912c073009e5e", "id": "5f8aa160-e19a-4828-81b8-354dfbaa3a86", "name": "CreateProjectUserTests-56b204fe-29b8-49c-name"}]} 2018-10-04 13:40:03,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=5f8aa160-e19a-4828-81b8-354dfbaa3a86 used request id req-d5aae1b0-c318-44ad-9cab-b5b434cf1db5 2018-10-04 13:40:03,276 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5f8aa160-e19a-4828-81b8-354dfbaa3a86 2018-10-04 13:40:03,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=5f8aa160-e19a-4828-81b8-354dfbaa3a86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e3d5319019ea591d25b450871fb83aba20c4c9f" 2018-10-04 13:40:03,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bd1eb9e5-b1fc-448f-b1e0-e963045378f2 Date: Thu, 04 Oct 2018 13:40:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:00Z", "security_group_id": "5f8aa160-e19a-4828-81b8-354dfbaa3a86", "port_range_min": null, "revision_number": 0, "tenant_id": "bdb901184829420e940912c073009e5e", "created_at": "2018-10-04T13:40:00Z", "project_id": "bdb901184829420e940912c073009e5e", "id": "0c7f4e7d-cdd5-416f-92ad-2debf4e90e15"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:00Z", "security_group_id": "5f8aa160-e19a-4828-81b8-354dfbaa3a86", "port_range_min": null, "revision_number": 0, "tenant_id": "bdb901184829420e940912c073009e5e", "created_at": "2018-10-04T13:40:00Z", "project_id": "bdb901184829420e940912c073009e5e", "id": "3008712e-e0fa-42bd-ad38-245c551a7e98"}]} 2018-10-04 13:40:03,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=5f8aa160-e19a-4828-81b8-354dfbaa3a86 used request id req-bd1eb9e5-b1fc-448f-b1e0-e963045378f2 2018-10-04 13:40:03,442 - neutron_utils - INFO - Retrieving security group with ID - 5f8aa160-e19a-4828-81b8-354dfbaa3a86 2018-10-04 13:40:03,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=5f8aa160-e19a-4828-81b8-354dfbaa3a86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e3d5319019ea591d25b450871fb83aba20c4c9f" 2018-10-04 13:40:03,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-f3ee5c2f-43ec-40ad-abb1-e13a8eddc857 Date: Thu, 04 Oct 2018 13:40:03 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "bdb901184829420e940912c073009e5e", "created_at": "2018-10-04T13:40:00Z", "updated_at": "2018-10-04T13:40:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:40:00Z", "revision_number": 0, "id": "0c7f4e7d-cdd5-416f-92ad-2debf4e90e15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:40:00Z", "security_group_id": "5f8aa160-e19a-4828-81b8-354dfbaa3a86", "tenant_id": "bdb901184829420e940912c073009e5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "bdb901184829420e940912c073009e5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:40:00Z", "revision_number": 0, "id": "3008712e-e0fa-42bd-ad38-245c551a7e98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:40:00Z", "security_group_id": "5f8aa160-e19a-4828-81b8-354dfbaa3a86", "tenant_id": "bdb901184829420e940912c073009e5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "bdb901184829420e940912c073009e5e"}], "revision_number": 2, "project_id": "bdb901184829420e940912c073009e5e", "id": "5f8aa160-e19a-4828-81b8-354dfbaa3a86", "name": "CreateProjectUserTests-56b204fe-29b8-49c-name"}]} 2018-10-04 13:40:03,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=5f8aa160-e19a-4828-81b8-354dfbaa3a86 used request id req-f3ee5c2f-43ec-40ad-abb1-e13a8eddc857 2018-10-04 13:40:03,761 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5f8aa160-e19a-4828-81b8-354dfbaa3a86 2018-10-04 13:40:03,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=5f8aa160-e19a-4828-81b8-354dfbaa3a86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e3d5319019ea591d25b450871fb83aba20c4c9f" 2018-10-04 13:40:03,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9c4d624b-b9ad-48f9-9f83-fac72cd50364 Date: Thu, 04 Oct 2018 13:40:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:00Z", "security_group_id": "5f8aa160-e19a-4828-81b8-354dfbaa3a86", "port_range_min": null, "revision_number": 0, "tenant_id": "bdb901184829420e940912c073009e5e", "created_at": "2018-10-04T13:40:00Z", "project_id": "bdb901184829420e940912c073009e5e", "id": "0c7f4e7d-cdd5-416f-92ad-2debf4e90e15"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:00Z", "security_group_id": "5f8aa160-e19a-4828-81b8-354dfbaa3a86", "port_range_min": null, "revision_number": 0, "tenant_id": "bdb901184829420e940912c073009e5e", "created_at": "2018-10-04T13:40:00Z", "project_id": "bdb901184829420e940912c073009e5e", "id": "3008712e-e0fa-42bd-ad38-245c551a7e98"}]} 2018-10-04 13:40:03,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=5f8aa160-e19a-4828-81b8-354dfbaa3a86 used request id req-9c4d624b-b9ad-48f9-9f83-fac72cd50364 2018-10-04 13:40:03,943 - neutron_utils - INFO - Retrieving security group with ID - 5f8aa160-e19a-4828-81b8-354dfbaa3a86 2018-10-04 13:40:03,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=5f8aa160-e19a-4828-81b8-354dfbaa3a86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e3d5319019ea591d25b450871fb83aba20c4c9f" 2018-10-04 13:40:04,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-16be2b38-fc48-483f-a664-198279803d33 Date: Thu, 04 Oct 2018 13:40:04 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "bdb901184829420e940912c073009e5e", "created_at": "2018-10-04T13:40:00Z", "updated_at": "2018-10-04T13:40:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:40:00Z", "revision_number": 0, "id": "0c7f4e7d-cdd5-416f-92ad-2debf4e90e15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:40:00Z", "security_group_id": "5f8aa160-e19a-4828-81b8-354dfbaa3a86", "tenant_id": "bdb901184829420e940912c073009e5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "bdb901184829420e940912c073009e5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:40:00Z", "revision_number": 0, "id": "3008712e-e0fa-42bd-ad38-245c551a7e98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:40:00Z", "security_group_id": "5f8aa160-e19a-4828-81b8-354dfbaa3a86", "tenant_id": "bdb901184829420e940912c073009e5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "bdb901184829420e940912c073009e5e"}], "revision_number": 2, "project_id": "bdb901184829420e940912c073009e5e", "id": "5f8aa160-e19a-4828-81b8-354dfbaa3a86", "name": "CreateProjectUserTests-56b204fe-29b8-49c-name"}]} 2018-10-04 13:40:04,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=5f8aa160-e19a-4828-81b8-354dfbaa3a86 used request id req-16be2b38-fc48-483f-a664-198279803d33 2018-10-04 13:40:04,775 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5f8aa160-e19a-4828-81b8-354dfbaa3a86 2018-10-04 13:40:04,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=5f8aa160-e19a-4828-81b8-354dfbaa3a86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e3d5319019ea591d25b450871fb83aba20c4c9f" 2018-10-04 13:40:04,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6e3d2d5e-e726-4c4e-9210-e26dd7257aa9 Date: Thu, 04 Oct 2018 13:40:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:00Z", "security_group_id": "5f8aa160-e19a-4828-81b8-354dfbaa3a86", "port_range_min": null, "revision_number": 0, "tenant_id": "bdb901184829420e940912c073009e5e", "created_at": "2018-10-04T13:40:00Z", "project_id": "bdb901184829420e940912c073009e5e", "id": "0c7f4e7d-cdd5-416f-92ad-2debf4e90e15"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:00Z", "security_group_id": "5f8aa160-e19a-4828-81b8-354dfbaa3a86", "port_range_min": null, "revision_number": 0, "tenant_id": "bdb901184829420e940912c073009e5e", "created_at": "2018-10-04T13:40:00Z", "project_id": "bdb901184829420e940912c073009e5e", "id": "3008712e-e0fa-42bd-ad38-245c551a7e98"}]} 2018-10-04 13:40:04,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=5f8aa160-e19a-4828-81b8-354dfbaa3a86 used request id req-6e3d2d5e-e726-4c4e-9210-e26dd7257aa9 2018-10-04 13:40:04,800 - neutron_utils - INFO - Deleting security group rule with ID - 3008712e-e0fa-42bd-ad38-245c551a7e98 2018-10-04 13:40:04,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/3008712e-e0fa-42bd-ad38-245c551a7e98 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e3d5319019ea591d25b450871fb83aba20c4c9f" 2018-10-04 13:40:04,885 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6d39629c-99c9-402b-829e-c567e0ce30fb Content-Length: 0 Date: Thu, 04 Oct 2018 13:40:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:40:04,885 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/3008712e-e0fa-42bd-ad38-245c551a7e98 used request id req-6d39629c-99c9-402b-829e-c567e0ce30fb 2018-10-04 13:40:04,885 - neutron_utils - INFO - Deleting security group rule with ID - 0c7f4e7d-cdd5-416f-92ad-2debf4e90e15 2018-10-04 13:40:04,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/0c7f4e7d-cdd5-416f-92ad-2debf4e90e15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e3d5319019ea591d25b450871fb83aba20c4c9f" 2018-10-04 13:40:05,285 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d19b7119-ec1f-4294-b80d-20773f3ace8f Content-Length: 0 Date: Thu, 04 Oct 2018 13:40:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:40:05,286 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/0c7f4e7d-cdd5-416f-92ad-2debf4e90e15 used request id req-d19b7119-ec1f-4294-b80d-20773f3ace8f 2018-10-04 13:40:05,286 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-56b204fe-29b8-49c-name 2018-10-04 13:40:05,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/5f8aa160-e19a-4828-81b8-354dfbaa3a86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e3d5319019ea591d25b450871fb83aba20c4c9f" 2018-10-04 13:40:06,308 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d4223cd4-7606-4c1b-8ddf-29332ebb827f Content-Length: 0 Date: Thu, 04 Oct 2018 13:40:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:40:06,308 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/5f8aa160-e19a-4828-81b8-354dfbaa3a86 used request id req-d4223cd4-7606-4c1b-8ddf-29332ebb827f 2018-10-04 13:40:06,309 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-56b204fe-29b8-49c-user 2018-10-04 13:40:06,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/45da3265899346418e55342e811b14b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2f769443a75fcde0739c5e16523a576aaa6c0c7" 2018-10-04 13:40:06,525 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:40:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f228517f-b46c-49ba-9a5d-749f97441e35 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:40:06,526 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/45da3265899346418e55342e811b14b6 used request id req-f228517f-b46c-49ba-9a5d-749f97441e35 2018-10-04 13:40:06,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8685f1c64ea6d978ca5f3d728a5938421f27830" 2018-10-04 13:40:06,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-81649a4b-ac5e-41d7-abe5-4c8b00b6d6dd Date: Thu, 04 Oct 2018 13:40:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:39:36Z", "updated_at": "2018-10-04T13:39:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "f33d05f8-1645-4f36-a658-e007a834a89d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "e055ef95-9dc1-4e87-af39-a535336b371f", "remote_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "7d3b28ec-a2a5-4e4d-83b6-2ce880028231", "remote_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "768d65a2-9365-4708-9714-df990aefb328", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}], "revision_number": 4, "project_id": "93973d1238b2486385104382b3d557a9", "id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bdb901184829420e940912c073009e5e", "created_at": "2018-10-04T13:39:59Z", "updated_at": "2018-10-04T13:39:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:59Z", "revision_number": 0, "id": "0424f956-65ad-43a3-9850-4fb8994247d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:59Z", "security_group_id": "f09f2247-8aa5-4c5b-a247-38837868e975", "tenant_id": "bdb901184829420e940912c073009e5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "bdb901184829420e940912c073009e5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:59Z", "revision_number": 0, "id": "f764d078-2f83-4988-bd8f-8c3605240ce5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:59Z", "security_group_id": "f09f2247-8aa5-4c5b-a247-38837868e975", "tenant_id": "bdb901184829420e940912c073009e5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "bdb901184829420e940912c073009e5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:59Z", "revision_number": 0, "id": "8728c1eb-7bd6-411d-abe5-c3d535bd1640", "remote_group_id": "f09f2247-8aa5-4c5b-a247-38837868e975", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:59Z", "security_group_id": "f09f2247-8aa5-4c5b-a247-38837868e975", "tenant_id": "bdb901184829420e940912c073009e5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "bdb901184829420e940912c073009e5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:59Z", "revision_number": 0, "id": "6bfcfb4c-c1ea-4c53-9874-4ed3983d5846", "remote_group_id": "f09f2247-8aa5-4c5b-a247-38837868e975", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:59Z", "security_group_id": "f09f2247-8aa5-4c5b-a247-38837868e975", "tenant_id": "bdb901184829420e940912c073009e5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "bdb901184829420e940912c073009e5e"}], "revision_number": 4, "project_id": "bdb901184829420e940912c073009e5e", "id": "f09f2247-8aa5-4c5b-a247-38837868e975", "name": "default"}]} 2018-10-04 13:40:06,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-81649a4b-ac5e-41d7-abe5-4c8b00b6d6dd 2018-10-04 13:40:06,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8685f1c64ea6d978ca5f3d728a5938421f27830" 2018-10-04 13:40:06,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba59fa45-9413-4ed1-a5d0-d75e29c977ef Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 13:40:06,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-ba59fa45-9413-4ed1-a5d0-d75e29c977ef 2018-10-04 13:40:06,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8685f1c64ea6d978ca5f3d728a5938421f27830" 2018-10-04 13:40:06,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b77887fa-afec-42ab-96b8-bdc22e003ec6 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 13:40:06,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-b77887fa-afec-42ab-96b8-bdc22e003ec6 2018-10-04 13:40:06,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8685f1c64ea6d978ca5f3d728a5938421f27830" 2018-10-04 13:40:07,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cad0e51f-7332-4bd4-b0e5-dced9c90269b Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:40:07,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-cad0e51f-7332-4bd4-b0e5-dced9c90269b 2018-10-04 13:40:07,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/bdb901184829420e940912c073009e5e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8685f1c64ea6d978ca5f3d728a5938421f27830" 2018-10-04 13:40:07,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac660e99-8815-4146-bbd8-9f82996a681b Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/bdb901184829420e940912c073009e5e"}, "enabled": true, "id": "bdb901184829420e940912c073009e5e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-56b204fe-29b8-49c-name"}} 2018-10-04 13:40:07,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/bdb901184829420e940912c073009e5e used request id req-ac660e99-8815-4146-bbd8-9f82996a681b 2018-10-04 13:40:07,131 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f09f2247-8aa5-4c5b-a247-38837868e975 2018-10-04 13:40:07,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=f09f2247-8aa5-4c5b-a247-38837868e975 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8685f1c64ea6d978ca5f3d728a5938421f27830" 2018-10-04 13:40:07,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ac0c37c0-3cbe-4b0a-a6c2-fda619ecdb08 Date: Thu, 04 Oct 2018 13:40:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:39:59Z", "security_group_id": "f09f2247-8aa5-4c5b-a247-38837868e975", "port_range_min": null, "revision_number": 0, "tenant_id": "bdb901184829420e940912c073009e5e", "created_at": "2018-10-04T13:39:59Z", "project_id": "bdb901184829420e940912c073009e5e", "id": "0424f956-65ad-43a3-9850-4fb8994247d6"}, {"remote_group_id": "f09f2247-8aa5-4c5b-a247-38837868e975", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:39:59Z", "security_group_id": "f09f2247-8aa5-4c5b-a247-38837868e975", "port_range_min": null, "revision_number": 0, "tenant_id": "bdb901184829420e940912c073009e5e", "created_at": "2018-10-04T13:39:59Z", "project_id": "bdb901184829420e940912c073009e5e", "id": "6bfcfb4c-c1ea-4c53-9874-4ed3983d5846"}, {"remote_group_id": "f09f2247-8aa5-4c5b-a247-38837868e975", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:39:59Z", "security_group_id": "f09f2247-8aa5-4c5b-a247-38837868e975", "port_range_min": null, "revision_number": 0, "tenant_id": "bdb901184829420e940912c073009e5e", "created_at": "2018-10-04T13:39:59Z", "project_id": "bdb901184829420e940912c073009e5e", "id": "8728c1eb-7bd6-411d-abe5-c3d535bd1640"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:39:59Z", "security_group_id": "f09f2247-8aa5-4c5b-a247-38837868e975", "port_range_min": null, "revision_number": 0, "tenant_id": "bdb901184829420e940912c073009e5e", "created_at": "2018-10-04T13:39:59Z", "project_id": "bdb901184829420e940912c073009e5e", "id": "f764d078-2f83-4988-bd8f-8c3605240ce5"}]} 2018-10-04 13:40:07,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=f09f2247-8aa5-4c5b-a247-38837868e975 used request id req-ac0c37c0-3cbe-4b0a-a6c2-fda619ecdb08 2018-10-04 13:40:07,297 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 13:40:07,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/f09f2247-8aa5-4c5b-a247-38837868e975 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8685f1c64ea6d978ca5f3d728a5938421f27830" 2018-10-04 13:40:07,622 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-80f53703-eb99-48da-b658-adc8e2f919e5 Content-Length: 0 Date: Thu, 04 Oct 2018 13:40:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:40:07,622 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/f09f2247-8aa5-4c5b-a247-38837868e975 used request id req-80f53703-eb99-48da-b658-adc8e2f919e5 2018-10-04 13:40:07,623 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-56b204fe-29b8-49c-name 2018-10-04 13:40:07,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/bdb901184829420e940912c073009e5e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8685f1c64ea6d978ca5f3d728a5938421f27830" 2018-10-04 13:40:07,773 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:40:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d376f933-65a6-4c4c-aea8-9b7bb678f30b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:40:07,773 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/bdb901184829420e940912c073009e5e used request id req-d376f933-65a6-4c4c-aea8-9b7bb678f30b 2018-10-04 13:40:07,773 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-56b204fe-29b8-49c-name-role 2018-10-04 13:40:07,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/6dcfa87a294d4216961e48e1f0a3c291 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8685f1c64ea6d978ca5f3d728a5938421f27830" 2018-10-04 13:40:07,902 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:40:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0167a942-c17f-4a60-b7b0-29297fb40d20 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:40:07,902 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/6dcfa87a294d4216961e48e1f0a3c291 used request id req-0167a942-c17f-4a60-b7b0-29297fb40d20 2018-10-04 13:40:07,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8685f1c64ea6d978ca5f3d728a5938421f27830" 2018-10-04 13:40:07,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-927cdeed-386b-440c-b8d2-9fc7f43c8308 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c74950244697477582ea2e170a77e0b1", "links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:40:07,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-927cdeed-386b-440c-b8d2-9fc7f43c8308 2018-10-04 13:40:07,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:40:08,367 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:40:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["6rVj5fFAR8S61WC5NpUtRg"], "issued_at": "2018-10-04T13:40:08.000000Z"}} 2018-10-04 13:40:08,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84b603c23df04b8162ce59bf93b2ab6a8a14eceb" 2018-10-04 13:40:08,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cfc8b8f-7b60-4056-b6d4-146cd1082271 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:40:08,456 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0cfc8b8f-7b60-4056-b6d4-146cd1082271 2018-10-04 13:40:08,458 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:40:08,459 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:40:08,845 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:40:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["j68Wx2pFRxejylrK2gDsGA"], "issued_at": "2018-10-04T13:40:08.000000Z"}} 2018-10-04 13:40:08,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316eadaf62f0cbed059d6217706347bb881a3a61" 2018-10-04 13:40:08,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a0b09a1-c047-40ce-a292-cdb375d2c0f7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:40:08,974 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6a0b09a1-c047-40ce-a292-cdb375d2c0f7 2018-10-04 13:40:08,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:40:08,984 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:40:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:40:08,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-04bca56e-b88e-444-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316eadaf62f0cbed059d6217706347bb881a3a61" 2018-10-04 13:40:09,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e253e3a9-0770-45b6-8e2b-f0a6e0218b64 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-04bca56e-b88e-444-name", "previous": null, "next": null}, "projects": []} 2018-10-04 13:40:09,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-04bca56e-b88e-444-name used request id req-e253e3a9-0770-45b6-8e2b-f0a6e0218b64 2018-10-04 13:40:09,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316eadaf62f0cbed059d6217706347bb881a3a61" 2018-10-04 13:40:09,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c82356a8-3196-4671-af7a-e6a91f6b71de Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 13:40:09,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-c82356a8-3196-4671-af7a-e6a91f6b71de 2018-10-04 13:40:09,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316eadaf62f0cbed059d6217706347bb881a3a61" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-04bca56e-b88e-444-name"}}' 2018-10-04 13:40:09,304 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:40:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb1ab585-a2cd-4489-971e-e3deda4affb9 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ddcd94d00894455caf33c46f2dbaede4"}, "enabled": true, "id": "ddcd94d00894455caf33c46f2dbaede4", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-04bca56e-b88e-444-name"}} 2018-10-04 13:40:09,305 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-eb1ab585-a2cd-4489-971e-e3deda4affb9 2018-10-04 13:40:09,305 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-04bca56e-b88e-444-name 2018-10-04 13:40:09,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:40:09,306 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:40:09,704 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:40:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["-PJFARtqQoGrLQbcPgzVBA"], "issued_at": "2018-10-04T13:40:09.000000Z"}} 2018-10-04 13:40:09,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aef3c76070a751f129a3cd0dfeb199412f00cb" 2018-10-04 13:40:09,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-202c938b-86fb-4e71-b08d-dd50c5eb3e39 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:40:09,781 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-202c938b-86fb-4e71-b08d-dd50c5eb3e39 2018-10-04 13:40:09,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:40:09,790 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:40:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:40:09,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aef3c76070a751f129a3cd0dfeb199412f00cb" 2018-10-04 13:40:09,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccdd6b42-fc81-4df3-b47d-498fdda236b0 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "links": {"self": "http://172.30.9.23:5000/v3/users/edcc1fa643e64948b9f2a6f4934de106"}, "domain_id": "default", "enabled": true, "id": "edcc1fa643e64948b9f2a6f4934de106", "options": {}}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:40:09,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ccdd6b42-fc81-4df3-b47d-498fdda236b0 2018-10-04 13:40:09,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aef3c76070a751f129a3cd0dfeb199412f00cb" 2018-10-04 13:40:09,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-756b223e-7ec4-4ce0-b1ef-75c9a3980690 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 13:40:09,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-756b223e-7ec4-4ce0-b1ef-75c9a3980690 2018-10-04 13:40:10,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aef3c76070a751f129a3cd0dfeb199412f00cb" 2018-10-04 13:40:10,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bfdfa7e-303b-4c03-842c-493937b76ca7 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c74950244697477582ea2e170a77e0b1", "links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:40:10,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6bfdfa7e-303b-4c03-842c-493937b76ca7 2018-10-04 13:40:10,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-04bca56e-b88e-444-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aef3c76070a751f129a3cd0dfeb199412f00cb" 2018-10-04 13:40:10,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04aa597c-1c67-47b4-88b6-63947d3732b9 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-04bca56e-b88e-444-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ddcd94d00894455caf33c46f2dbaede4"}, "enabled": true, "id": "ddcd94d00894455caf33c46f2dbaede4", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-04bca56e-b88e-444-name"}]} 2018-10-04 13:40:10,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-04bca56e-b88e-444-name used request id req-04aa597c-1c67-47b4-88b6-63947d3732b9 2018-10-04 13:40:10,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/211ff0a47fcd428081863be2d039bb3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aef3c76070a751f129a3cd0dfeb199412f00cb" 2018-10-04 13:40:10,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-264ac5db-f3ac-4916-ba5e-00c4fd2a2e99 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/211ff0a47fcd428081863be2d039bb3b"}, "enabled": true, "id": "211ff0a47fcd428081863be2d039bb3b", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-04bca56e-b88e-444-user1"}} 2018-10-04 13:40:10,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/211ff0a47fcd428081863be2d039bb3b used request id req-264ac5db-f3ac-4916-ba5e-00c4fd2a2e99 2018-10-04 13:40:10,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ddcd94d00894455caf33c46f2dbaede4/users/211ff0a47fcd428081863be2d039bb3b/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aef3c76070a751f129a3cd0dfeb199412f00cb" 2018-10-04 13:40:10,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2fe5e96-379e-4cf7-97d4-0565909bf456 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/ddcd94d00894455caf33c46f2dbaede4/users/211ff0a47fcd428081863be2d039bb3b/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 13:40:10,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ddcd94d00894455caf33c46f2dbaede4/users/211ff0a47fcd428081863be2d039bb3b/roles used request id req-e2fe5e96-379e-4cf7-97d4-0565909bf456 2018-10-04 13:40:10,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aef3c76070a751f129a3cd0dfeb199412f00cb" 2018-10-04 13:40:10,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ed864b1-c0bf-4bea-b6ec-43f7d32af96f Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "domain_id": null, "name": "admin", "id": "649d50d4e38f4048899913e0d7e41071"}} 2018-10-04 13:40:10,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071 used request id req-2ed864b1-c0bf-4bea-b6ec-43f7d32af96f 2018-10-04 13:40:10,929 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-04bca56e-b88e-444-name 2018-10-04 13:40:10,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/ddcd94d00894455caf33c46f2dbaede4/users/211ff0a47fcd428081863be2d039bb3b/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aef3c76070a751f129a3cd0dfeb199412f00cb" 2018-10-04 13:40:11,060 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:40:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87547bb4-a432-4de3-bee6-2a5b2b271ca8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:40:11,060 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/ddcd94d00894455caf33c46f2dbaede4/users/211ff0a47fcd428081863be2d039bb3b/roles/649d50d4e38f4048899913e0d7e41071 used request id req-87547bb4-a432-4de3-bee6-2a5b2b271ca8 2018-10-04 13:40:11,060 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-04bca56e-b88e-444-user1 2018-10-04 13:40:11,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316eadaf62f0cbed059d6217706347bb881a3a61" 2018-10-04 13:40:11,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1fe44c1-0168-4f1c-a9d1-9ee2d2a6deb2 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c74950244697477582ea2e170a77e0b1", "links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:40:11,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b1fe44c1-0168-4f1c-a9d1-9ee2d2a6deb2 2018-10-04 13:40:11,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316eadaf62f0cbed059d6217706347bb881a3a61" -d '{"role": {"name": "CreateProjectUserTests-04bca56e-b88e-444-name-role"}}' 2018-10-04 13:40:11,244 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:40:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1535e63d-3a6c-4039-8666-24a031715c9a Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "47c90ac86a2e48679624563af043313c", "links": {"self": "http://172.30.9.23:5000/v3/roles/47c90ac86a2e48679624563af043313c"}, "name": "CreateProjectUserTests-04bca56e-b88e-444-name-role"}} 2018-10-04 13:40:11,244 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-1535e63d-3a6c-4039-8666-24a031715c9a 2018-10-04 13:40:11,245 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-04bca56e-b88e-444-name-role 2018-10-04 13:40:11,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/47c90ac86a2e48679624563af043313c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316eadaf62f0cbed059d6217706347bb881a3a61" 2018-10-04 13:40:11,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-786b2c9d-1b06-46be-8d4a-2e31f8dc67a4 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/47c90ac86a2e48679624563af043313c"}, "domain_id": null, "name": "CreateProjectUserTests-04bca56e-b88e-444-name-role", "id": "47c90ac86a2e48679624563af043313c"}} 2018-10-04 13:40:11,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/47c90ac86a2e48679624563af043313c used request id req-786b2c9d-1b06-46be-8d4a-2e31f8dc67a4 2018-10-04 13:40:11,338 - keystone_utils - INFO - Granting role CreateProjectUserTests-04bca56e-b88e-444-name-role to project CreateProjectUserTests-04bca56e-b88e-444-name 2018-10-04 13:40:11,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/ddcd94d00894455caf33c46f2dbaede4/users/211ff0a47fcd428081863be2d039bb3b/roles/47c90ac86a2e48679624563af043313c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316eadaf62f0cbed059d6217706347bb881a3a61" 2018-10-04 13:40:11,474 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:40:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe637e47-1015-46d5-9803-43aa2ce3c64e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:40:11,474 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/ddcd94d00894455caf33c46f2dbaede4/users/211ff0a47fcd428081863be2d039bb3b/roles/47c90ac86a2e48679624563af043313c used request id req-fe637e47-1015-46d5-9803-43aa2ce3c64e 2018-10-04 13:40:11,474 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:40:11,475 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:40:11,843 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:40:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["_ZmyOGgoSJavO9JDVBckcQ"], "issued_at": "2018-10-04T13:40:11.000000Z"}} 2018-10-04 13:40:11,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69ce4311daf1373cf4cde5dcb919bf98debbe8aa" 2018-10-04 13:40:11,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2183d8d9-ab9b-4d19-98de-dc0094ec59ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:40:11,936 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2183d8d9-ab9b-4d19-98de-dc0094ec59ee 2018-10-04 13:40:11,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:40:11,946 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:40:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:40:11,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69ce4311daf1373cf4cde5dcb919bf98debbe8aa" 2018-10-04 13:40:12,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb85c9d8-e46a-487c-b5a9-b4f834306f2c Content-Encoding: gzip Content-Length: 944 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-04bca56e-b88e-444-user1", "links": {"self": "http://172.30.9.23:5000/v3/users/211ff0a47fcd428081863be2d039bb3b"}, "domain_id": "default", "enabled": true, "id": "211ff0a47fcd428081863be2d039bb3b", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "links": {"self": "http://172.30.9.23:5000/v3/users/edcc1fa643e64948b9f2a6f4934de106"}, "domain_id": "default", "enabled": true, "id": "edcc1fa643e64948b9f2a6f4934de106", "options": {}}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:40:12,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-bb85c9d8-e46a-487c-b5a9-b4f834306f2c 2018-10-04 13:40:12,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69ce4311daf1373cf4cde5dcb919bf98debbe8aa" 2018-10-04 13:40:12,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-183ff8a3-28e2-434f-b6a4-bd2d3e9a163c Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 13:40:12,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-183ff8a3-28e2-434f-b6a4-bd2d3e9a163c 2018-10-04 13:40:12,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69ce4311daf1373cf4cde5dcb919bf98debbe8aa" 2018-10-04 13:40:12,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40e7a30b-acca-49ce-ac27-10b18bfb686d Content-Encoding: gzip Content-Length: 414 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "47c90ac86a2e48679624563af043313c", "links": {"self": "http://172.30.9.23:5000/v3/roles/47c90ac86a2e48679624563af043313c"}, "name": "CreateProjectUserTests-04bca56e-b88e-444-name-role"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c74950244697477582ea2e170a77e0b1", "links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:40:12,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-40e7a30b-acca-49ce-ac27-10b18bfb686d 2018-10-04 13:40:12,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-04bca56e-b88e-444-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69ce4311daf1373cf4cde5dcb919bf98debbe8aa" 2018-10-04 13:40:12,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1a0db49-cc26-4932-b36b-8a36ab6d7186 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-04bca56e-b88e-444-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ddcd94d00894455caf33c46f2dbaede4"}, "enabled": true, "id": "ddcd94d00894455caf33c46f2dbaede4", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-04bca56e-b88e-444-name"}]} 2018-10-04 13:40:12,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-04bca56e-b88e-444-name used request id req-f1a0db49-cc26-4932-b36b-8a36ab6d7186 2018-10-04 13:40:12,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/4a63c2c8af544453a08fe8025c429e4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69ce4311daf1373cf4cde5dcb919bf98debbe8aa" 2018-10-04 13:40:12,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecc68635-7c18-48ca-b5b1-0375a29b39a7 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/4a63c2c8af544453a08fe8025c429e4c"}, "enabled": true, "id": "4a63c2c8af544453a08fe8025c429e4c", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-04bca56e-b88e-444-user2"}} 2018-10-04 13:40:12,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/4a63c2c8af544453a08fe8025c429e4c used request id req-ecc68635-7c18-48ca-b5b1-0375a29b39a7 2018-10-04 13:40:12,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ddcd94d00894455caf33c46f2dbaede4/users/4a63c2c8af544453a08fe8025c429e4c/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69ce4311daf1373cf4cde5dcb919bf98debbe8aa" 2018-10-04 13:40:12,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb34faef-555d-44bf-8c96-6f2c943a96e6 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/ddcd94d00894455caf33c46f2dbaede4/users/4a63c2c8af544453a08fe8025c429e4c/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 13:40:12,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ddcd94d00894455caf33c46f2dbaede4/users/4a63c2c8af544453a08fe8025c429e4c/roles used request id req-fb34faef-555d-44bf-8c96-6f2c943a96e6 2018-10-04 13:40:12,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69ce4311daf1373cf4cde5dcb919bf98debbe8aa" 2018-10-04 13:40:13,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f779e36-4b05-42ac-b690-b00398dbeae3 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "domain_id": null, "name": "admin", "id": "649d50d4e38f4048899913e0d7e41071"}} 2018-10-04 13:40:13,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071 used request id req-8f779e36-4b05-42ac-b690-b00398dbeae3 2018-10-04 13:40:13,020 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-04bca56e-b88e-444-name 2018-10-04 13:40:13,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/ddcd94d00894455caf33c46f2dbaede4/users/4a63c2c8af544453a08fe8025c429e4c/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69ce4311daf1373cf4cde5dcb919bf98debbe8aa" 2018-10-04 13:40:13,163 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:40:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-323569b4-7b16-48f8-b2e6-ed2547d618c1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:40:13,164 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/ddcd94d00894455caf33c46f2dbaede4/users/4a63c2c8af544453a08fe8025c429e4c/roles/649d50d4e38f4048899913e0d7e41071 used request id req-323569b4-7b16-48f8-b2e6-ed2547d618c1 2018-10-04 13:40:13,164 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-04bca56e-b88e-444-user2 2018-10-04 13:40:13,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/47c90ac86a2e48679624563af043313c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316eadaf62f0cbed059d6217706347bb881a3a61" 2018-10-04 13:40:13,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-458e5453-c2e0-4e64-adaf-28f9e88c7db3 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/47c90ac86a2e48679624563af043313c"}, "domain_id": null, "name": "CreateProjectUserTests-04bca56e-b88e-444-name-role", "id": "47c90ac86a2e48679624563af043313c"}} 2018-10-04 13:40:13,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/47c90ac86a2e48679624563af043313c used request id req-458e5453-c2e0-4e64-adaf-28f9e88c7db3 2018-10-04 13:40:13,184 - keystone_utils - INFO - Granting role CreateProjectUserTests-04bca56e-b88e-444-name-role to project CreateProjectUserTests-04bca56e-b88e-444-name 2018-10-04 13:40:13,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/ddcd94d00894455caf33c46f2dbaede4/users/4a63c2c8af544453a08fe8025c429e4c/roles/47c90ac86a2e48679624563af043313c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316eadaf62f0cbed059d6217706347bb881a3a61" 2018-10-04 13:40:13,378 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:40:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d6c596a-972b-4e11-9698-910c7c388136 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:40:13,378 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/ddcd94d00894455caf33c46f2dbaede4/users/4a63c2c8af544453a08fe8025c429e4c/roles/47c90ac86a2e48679624563af043313c used request id req-7d6c596a-972b-4e11-9698-910c7c388136 2018-10-04 13:40:13,378 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:40:13,379 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:40:13,759 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "47c90ac86a2e48679624563af043313c", "name": "CreateProjectUserTests-04bca56e-b88e-444-name-role"}], "expires_at": "2018-10-04T14:40:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ddcd94d00894455caf33c46f2dbaede4", "name": "CreateProjectUserTests-04bca56e-b88e-444-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ddcd94d00894455caf33c46f2dbaede4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ddcd94d00894455caf33c46f2dbaede4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ddcd94d00894455caf33c46f2dbaede4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ddcd94d00894455caf33c46f2dbaede4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ddcd94d00894455caf33c46f2dbaede4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ddcd94d00894455caf33c46f2dbaede4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ddcd94d00894455caf33c46f2dbaede4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ddcd94d00894455caf33c46f2dbaede4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ddcd94d00894455caf33c46f2dbaede4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ddcd94d00894455caf33c46f2dbaede4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ddcd94d00894455caf33c46f2dbaede4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ddcd94d00894455caf33c46f2dbaede4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-04bca56e-b88e-444-user1", "id": "211ff0a47fcd428081863be2d039bb3b"}, "audit_ids": ["TOkkBMBrQ4GgNtv6oblqyg"], "issued_at": "2018-10-04T13:40:13.000000Z"}} 2018-10-04 13:40:13,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2b1ff99f81587caf72b9e4a8a1647c136530bd4" 2018-10-04 13:40:13,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f43d85b7-9c7b-4be7-b10c-c27b02c99b94 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:40:13,838 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f43d85b7-9c7b-4be7-b10c-c27b02c99b94 2018-10-04 13:40:13,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-04bca56e-b88e-444-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2b1ff99f81587caf72b9e4a8a1647c136530bd4" 2018-10-04 13:40:14,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-14652700-1b32-4ff5-b118-36235b618294 Date: Thu, 04 Oct 2018 13:40:14 GMT RESP BODY: {"security_groups": []} 2018-10-04 13:40:14,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-04bca56e-b88e-444-name&description=hello+group used request id req-14652700-1b32-4ff5-b118-36235b618294 2018-10-04 13:40:14,845 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-04bca56e-b88e-444-name... 2018-10-04 13:40:14,845 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-04bca56e-b88e-444-name 2018-10-04 13:40:14,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2b1ff99f81587caf72b9e4a8a1647c136530bd4" -d '{"security_group": {"name": "CreateProjectUserTests-04bca56e-b88e-444-name", "description": "hello group"}}' 2018-10-04 13:40:15,366 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-709714cc-d825-44cf-b971-7f986ddb2395 Date: Thu, 04 Oct 2018 13:40:15 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:15Z", "updated_at": "2018-10-04T13:40:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "revision_number": 0, "id": "30655c2b-2856-430c-a3ec-dfaab092b9c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "port_range_min": null, "ethertype": "IPv4", "project_id": "ddcd94d00894455caf33c46f2dbaede4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "revision_number": 0, "id": "3688c7fb-9c50-45d3-9c3d-62a59a60a284", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "port_range_min": null, "ethertype": "IPv6", "project_id": "ddcd94d00894455caf33c46f2dbaede4"}], "revision_number": 2, "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "name": "CreateProjectUserTests-04bca56e-b88e-444-name"}} 2018-10-04 13:40:15,366 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-709714cc-d825-44cf-b971-7f986ddb2395 2018-10-04 13:40:15,367 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3141962-d9d0-4314-9a04-c2dd7af4be8f 2018-10-04 13:40:15,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e3141962-d9d0-4314-9a04-c2dd7af4be8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2b1ff99f81587caf72b9e4a8a1647c136530bd4" 2018-10-04 13:40:15,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-40d01272-e509-4a95-9cb1-c15c389beb19 Date: Thu, 04 Oct 2018 13:40:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "port_range_min": null, "revision_number": 0, "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:15Z", "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "30655c2b-2856-430c-a3ec-dfaab092b9c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "port_range_min": null, "revision_number": 0, "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:15Z", "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "3688c7fb-9c50-45d3-9c3d-62a59a60a284"}]} 2018-10-04 13:40:15,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e3141962-d9d0-4314-9a04-c2dd7af4be8f used request id req-40d01272-e509-4a95-9cb1-c15c389beb19 2018-10-04 13:40:15,525 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3141962-d9d0-4314-9a04-c2dd7af4be8f 2018-10-04 13:40:15,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e3141962-d9d0-4314-9a04-c2dd7af4be8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2b1ff99f81587caf72b9e4a8a1647c136530bd4" 2018-10-04 13:40:15,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bda9fdb3-10fa-47a9-b275-4bd12d90d21e Date: Thu, 04 Oct 2018 13:40:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "port_range_min": null, "revision_number": 0, "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:15Z", "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "30655c2b-2856-430c-a3ec-dfaab092b9c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "port_range_min": null, "revision_number": 0, "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:15Z", "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "3688c7fb-9c50-45d3-9c3d-62a59a60a284"}]} 2018-10-04 13:40:15,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e3141962-d9d0-4314-9a04-c2dd7af4be8f used request id req-bda9fdb3-10fa-47a9-b275-4bd12d90d21e 2018-10-04 13:40:15,808 - neutron_utils - INFO - Retrieving security group with ID - e3141962-d9d0-4314-9a04-c2dd7af4be8f 2018-10-04 13:40:15,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=e3141962-d9d0-4314-9a04-c2dd7af4be8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2b1ff99f81587caf72b9e4a8a1647c136530bd4" 2018-10-04 13:40:16,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-3c37979b-6c1d-4b23-a8db-a6f91fcb2abd Date: Thu, 04 Oct 2018 13:40:16 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:15Z", "updated_at": "2018-10-04T13:40:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "revision_number": 0, "id": "30655c2b-2856-430c-a3ec-dfaab092b9c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "port_range_min": null, "ethertype": "IPv4", "project_id": "ddcd94d00894455caf33c46f2dbaede4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "revision_number": 0, "id": "3688c7fb-9c50-45d3-9c3d-62a59a60a284", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "port_range_min": null, "ethertype": "IPv6", "project_id": "ddcd94d00894455caf33c46f2dbaede4"}], "revision_number": 2, "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "name": "CreateProjectUserTests-04bca56e-b88e-444-name"}]} 2018-10-04 13:40:16,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=e3141962-d9d0-4314-9a04-c2dd7af4be8f used request id req-3c37979b-6c1d-4b23-a8db-a6f91fcb2abd 2018-10-04 13:40:16,065 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3141962-d9d0-4314-9a04-c2dd7af4be8f 2018-10-04 13:40:16,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e3141962-d9d0-4314-9a04-c2dd7af4be8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2b1ff99f81587caf72b9e4a8a1647c136530bd4" 2018-10-04 13:40:16,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b5053093-4b88-4372-b080-2b30196e9f6e Date: Thu, 04 Oct 2018 13:40:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "port_range_min": null, "revision_number": 0, "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:15Z", "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "30655c2b-2856-430c-a3ec-dfaab092b9c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "port_range_min": null, "revision_number": 0, "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:15Z", "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "3688c7fb-9c50-45d3-9c3d-62a59a60a284"}]} 2018-10-04 13:40:16,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e3141962-d9d0-4314-9a04-c2dd7af4be8f used request id req-b5053093-4b88-4372-b080-2b30196e9f6e 2018-10-04 13:40:16,091 - neutron_utils - INFO - Retrieving security group with ID - e3141962-d9d0-4314-9a04-c2dd7af4be8f 2018-10-04 13:40:16,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=e3141962-d9d0-4314-9a04-c2dd7af4be8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2b1ff99f81587caf72b9e4a8a1647c136530bd4" 2018-10-04 13:40:16,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-d522dce7-2a03-47f0-9d07-b6cf62ee4233 Date: Thu, 04 Oct 2018 13:40:16 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:15Z", "updated_at": "2018-10-04T13:40:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "revision_number": 0, "id": "30655c2b-2856-430c-a3ec-dfaab092b9c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "port_range_min": null, "ethertype": "IPv4", "project_id": "ddcd94d00894455caf33c46f2dbaede4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "revision_number": 0, "id": "3688c7fb-9c50-45d3-9c3d-62a59a60a284", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "port_range_min": null, "ethertype": "IPv6", "project_id": "ddcd94d00894455caf33c46f2dbaede4"}], "revision_number": 2, "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "name": "CreateProjectUserTests-04bca56e-b88e-444-name"}]} 2018-10-04 13:40:16,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=e3141962-d9d0-4314-9a04-c2dd7af4be8f used request id req-d522dce7-2a03-47f0-9d07-b6cf62ee4233 2018-10-04 13:40:16,277 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3141962-d9d0-4314-9a04-c2dd7af4be8f 2018-10-04 13:40:16,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e3141962-d9d0-4314-9a04-c2dd7af4be8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2b1ff99f81587caf72b9e4a8a1647c136530bd4" 2018-10-04 13:40:16,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e587b553-3f1c-4a1c-97ae-cd3cf3b74e14 Date: Thu, 04 Oct 2018 13:40:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "port_range_min": null, "revision_number": 0, "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:15Z", "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "30655c2b-2856-430c-a3ec-dfaab092b9c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "port_range_min": null, "revision_number": 0, "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:15Z", "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "3688c7fb-9c50-45d3-9c3d-62a59a60a284"}]} 2018-10-04 13:40:16,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e3141962-d9d0-4314-9a04-c2dd7af4be8f used request id req-e587b553-3f1c-4a1c-97ae-cd3cf3b74e14 2018-10-04 13:40:16,302 - neutron_utils - INFO - Retrieving security group with ID - e3141962-d9d0-4314-9a04-c2dd7af4be8f 2018-10-04 13:40:16,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=e3141962-d9d0-4314-9a04-c2dd7af4be8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2b1ff99f81587caf72b9e4a8a1647c136530bd4" 2018-10-04 13:40:16,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-6c47aad7-ba21-42a1-8240-15030e16ab26 Date: Thu, 04 Oct 2018 13:40:16 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:15Z", "updated_at": "2018-10-04T13:40:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "revision_number": 0, "id": "30655c2b-2856-430c-a3ec-dfaab092b9c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "port_range_min": null, "ethertype": "IPv4", "project_id": "ddcd94d00894455caf33c46f2dbaede4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "revision_number": 0, "id": "3688c7fb-9c50-45d3-9c3d-62a59a60a284", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "port_range_min": null, "ethertype": "IPv6", "project_id": "ddcd94d00894455caf33c46f2dbaede4"}], "revision_number": 2, "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "name": "CreateProjectUserTests-04bca56e-b88e-444-name"}]} 2018-10-04 13:40:16,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=e3141962-d9d0-4314-9a04-c2dd7af4be8f used request id req-6c47aad7-ba21-42a1-8240-15030e16ab26 2018-10-04 13:40:16,600 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3141962-d9d0-4314-9a04-c2dd7af4be8f 2018-10-04 13:40:16,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e3141962-d9d0-4314-9a04-c2dd7af4be8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2b1ff99f81587caf72b9e4a8a1647c136530bd4" 2018-10-04 13:40:17,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f0d936e2-f288-494b-ac06-6e362ae2a77b Date: Thu, 04 Oct 2018 13:40:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "port_range_min": null, "revision_number": 0, "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:15Z", "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "30655c2b-2856-430c-a3ec-dfaab092b9c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "port_range_min": null, "revision_number": 0, "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:15Z", "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "3688c7fb-9c50-45d3-9c3d-62a59a60a284"}]} 2018-10-04 13:40:17,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e3141962-d9d0-4314-9a04-c2dd7af4be8f used request id req-f0d936e2-f288-494b-ac06-6e362ae2a77b 2018-10-04 13:40:17,304 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:40:17,305 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:40:17,704 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "47c90ac86a2e48679624563af043313c", "name": "CreateProjectUserTests-04bca56e-b88e-444-name-role"}], "expires_at": "2018-10-04T14:40:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ddcd94d00894455caf33c46f2dbaede4", "name": "CreateProjectUserTests-04bca56e-b88e-444-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ddcd94d00894455caf33c46f2dbaede4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ddcd94d00894455caf33c46f2dbaede4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ddcd94d00894455caf33c46f2dbaede4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ddcd94d00894455caf33c46f2dbaede4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ddcd94d00894455caf33c46f2dbaede4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ddcd94d00894455caf33c46f2dbaede4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ddcd94d00894455caf33c46f2dbaede4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ddcd94d00894455caf33c46f2dbaede4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ddcd94d00894455caf33c46f2dbaede4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ddcd94d00894455caf33c46f2dbaede4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ddcd94d00894455caf33c46f2dbaede4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ddcd94d00894455caf33c46f2dbaede4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-04bca56e-b88e-444-user2", "id": "4a63c2c8af544453a08fe8025c429e4c"}, "audit_ids": ["0yoTrQrtSa6N2sTF4YID8Q"], "issued_at": "2018-10-04T13:40:17.000000Z"}} 2018-10-04 13:40:17,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349864664098c56b018d512804b44ee5c78cb825" 2018-10-04 13:40:17,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-233b5605-430e-44c0-927c-f9dd5e28ebcd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:40:17,790 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-233b5605-430e-44c0-927c-f9dd5e28ebcd 2018-10-04 13:40:17,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-04bca56e-b88e-444-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349864664098c56b018d512804b44ee5c78cb825" 2018-10-04 13:40:18,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-772b3ac6-7291-45a5-922e-46d3576b64af Date: Thu, 04 Oct 2018 13:40:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:15Z", "updated_at": "2018-10-04T13:40:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "revision_number": 0, "id": "3688c7fb-9c50-45d3-9c3d-62a59a60a284", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "port_range_min": null, "ethertype": "IPv6", "project_id": "ddcd94d00894455caf33c46f2dbaede4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "revision_number": 0, "id": "30655c2b-2856-430c-a3ec-dfaab092b9c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "port_range_min": null, "ethertype": "IPv4", "project_id": "ddcd94d00894455caf33c46f2dbaede4"}], "revision_number": 2, "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "name": "CreateProjectUserTests-04bca56e-b88e-444-name"}]} 2018-10-04 13:40:18,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-04bca56e-b88e-444-name&description=hello+group used request id req-772b3ac6-7291-45a5-922e-46d3576b64af 2018-10-04 13:40:18,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:40:18,074 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:40:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:40:18,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ddcd94d00894455caf33c46f2dbaede4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349864664098c56b018d512804b44ee5c78cb825" 2018-10-04 13:40:18,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f835161b-cca8-43c3-9ba4-7131e9ba9cda Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ddcd94d00894455caf33c46f2dbaede4"}, "enabled": true, "id": "ddcd94d00894455caf33c46f2dbaede4", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-04bca56e-b88e-444-name"}} 2018-10-04 13:40:18,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ddcd94d00894455caf33c46f2dbaede4 used request id req-f835161b-cca8-43c3-9ba4-7131e9ba9cda 2018-10-04 13:40:18,161 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3141962-d9d0-4314-9a04-c2dd7af4be8f 2018-10-04 13:40:18,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e3141962-d9d0-4314-9a04-c2dd7af4be8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349864664098c56b018d512804b44ee5c78cb825" 2018-10-04 13:40:18,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e38bf462-95e3-4646-8ad5-0cbf5fc7fe8e Date: Thu, 04 Oct 2018 13:40:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "port_range_min": null, "revision_number": 0, "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:15Z", "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "30655c2b-2856-430c-a3ec-dfaab092b9c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "port_range_min": null, "revision_number": 0, "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:15Z", "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "3688c7fb-9c50-45d3-9c3d-62a59a60a284"}]} 2018-10-04 13:40:18,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e3141962-d9d0-4314-9a04-c2dd7af4be8f used request id req-e38bf462-95e3-4646-8ad5-0cbf5fc7fe8e 2018-10-04 13:40:18,335 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3141962-d9d0-4314-9a04-c2dd7af4be8f 2018-10-04 13:40:18,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e3141962-d9d0-4314-9a04-c2dd7af4be8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349864664098c56b018d512804b44ee5c78cb825" 2018-10-04 13:40:18,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6b24e2b5-d72d-4a11-a203-edd9672a4122 Date: Thu, 04 Oct 2018 13:40:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "port_range_min": null, "revision_number": 0, "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:15Z", "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "30655c2b-2856-430c-a3ec-dfaab092b9c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "port_range_min": null, "revision_number": 0, "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:15Z", "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "3688c7fb-9c50-45d3-9c3d-62a59a60a284"}]} 2018-10-04 13:40:18,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e3141962-d9d0-4314-9a04-c2dd7af4be8f used request id req-6b24e2b5-d72d-4a11-a203-edd9672a4122 2018-10-04 13:40:18,493 - neutron_utils - INFO - Retrieving security group with ID - e3141962-d9d0-4314-9a04-c2dd7af4be8f 2018-10-04 13:40:18,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=e3141962-d9d0-4314-9a04-c2dd7af4be8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349864664098c56b018d512804b44ee5c78cb825" 2018-10-04 13:40:19,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-f700e0ae-8141-442b-b311-641b163e9d53 Date: Thu, 04 Oct 2018 13:40:19 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:15Z", "updated_at": "2018-10-04T13:40:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "revision_number": 0, "id": "30655c2b-2856-430c-a3ec-dfaab092b9c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "port_range_min": null, "ethertype": "IPv4", "project_id": "ddcd94d00894455caf33c46f2dbaede4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "revision_number": 0, "id": "3688c7fb-9c50-45d3-9c3d-62a59a60a284", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "port_range_min": null, "ethertype": "IPv6", "project_id": "ddcd94d00894455caf33c46f2dbaede4"}], "revision_number": 2, "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "name": "CreateProjectUserTests-04bca56e-b88e-444-name"}]} 2018-10-04 13:40:19,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=e3141962-d9d0-4314-9a04-c2dd7af4be8f used request id req-f700e0ae-8141-442b-b311-641b163e9d53 2018-10-04 13:40:19,230 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3141962-d9d0-4314-9a04-c2dd7af4be8f 2018-10-04 13:40:19,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e3141962-d9d0-4314-9a04-c2dd7af4be8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349864664098c56b018d512804b44ee5c78cb825" 2018-10-04 13:40:19,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-866fec0e-9577-4b1e-b6e7-a652e64868f3 Date: Thu, 04 Oct 2018 13:40:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "port_range_min": null, "revision_number": 0, "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:15Z", "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "30655c2b-2856-430c-a3ec-dfaab092b9c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:15Z", "security_group_id": "e3141962-d9d0-4314-9a04-c2dd7af4be8f", "port_range_min": null, "revision_number": 0, "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:15Z", "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "3688c7fb-9c50-45d3-9c3d-62a59a60a284"}]} 2018-10-04 13:40:19,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e3141962-d9d0-4314-9a04-c2dd7af4be8f used request id req-866fec0e-9577-4b1e-b6e7-a652e64868f3 2018-10-04 13:40:19,603 - neutron_utils - INFO - Deleting security group rule with ID - 30655c2b-2856-430c-a3ec-dfaab092b9c9 2018-10-04 13:40:19,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/30655c2b-2856-430c-a3ec-dfaab092b9c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2b1ff99f81587caf72b9e4a8a1647c136530bd4" 2018-10-04 13:40:19,906 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9742d0ab-4691-4a8a-9a0d-1ebea3ff2588 Content-Length: 0 Date: Thu, 04 Oct 2018 13:40:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:40:19,906 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/30655c2b-2856-430c-a3ec-dfaab092b9c9 used request id req-9742d0ab-4691-4a8a-9a0d-1ebea3ff2588 2018-10-04 13:40:19,906 - neutron_utils - INFO - Deleting security group rule with ID - 3688c7fb-9c50-45d3-9c3d-62a59a60a284 2018-10-04 13:40:19,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/3688c7fb-9c50-45d3-9c3d-62a59a60a284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2b1ff99f81587caf72b9e4a8a1647c136530bd4" 2018-10-04 13:40:20,860 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-48d8f07c-1cb3-4869-88aa-40e87c99ee5c Content-Length: 0 Date: Thu, 04 Oct 2018 13:40:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:40:20,860 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/3688c7fb-9c50-45d3-9c3d-62a59a60a284 used request id req-48d8f07c-1cb3-4869-88aa-40e87c99ee5c 2018-10-04 13:40:20,860 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-04bca56e-b88e-444-name 2018-10-04 13:40:20,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/e3141962-d9d0-4314-9a04-c2dd7af4be8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2b1ff99f81587caf72b9e4a8a1647c136530bd4" 2018-10-04 13:40:20,970 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d61d217f-d736-4dae-90cb-bd4450450b93 Content-Length: 0 Date: Thu, 04 Oct 2018 13:40:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:40:20,971 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/e3141962-d9d0-4314-9a04-c2dd7af4be8f used request id req-d61d217f-d736-4dae-90cb-bd4450450b93 2018-10-04 13:40:20,971 - neutron_utils - INFO - Deleting security group rule with ID - 3688c7fb-9c50-45d3-9c3d-62a59a60a284 2018-10-04 13:40:20,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/3688c7fb-9c50-45d3-9c3d-62a59a60a284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349864664098c56b018d512804b44ee5c78cb825" 2018-10-04 13:40:21,167 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-bc962a3e-49b7-4651-9a2c-1e938fcca59f Date: Thu, 04 Oct 2018 13:40:21 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 3688c7fb-9c50-45d3-9c3d-62a59a60a284 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-04 13:40:21,167 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/3688c7fb-9c50-45d3-9c3d-62a59a60a284 used request id req-bc962a3e-49b7-4651-9a2c-1e938fcca59f 2018-10-04 13:40:21,168 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 3688c7fb-9c50-45d3-9c3d-62a59a60a284 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-04 13:40:21,168 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 3688c7fb-9c50-45d3-9c3d-62a59a60a284 does not exist Neutron server returns request_ids: ['req-bc962a3e-49b7-4651-9a2c-1e938fcca59f'] 2018-10-04 13:40:21,168 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-04bca56e-b88e-444-name 2018-10-04 13:40:21,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/e3141962-d9d0-4314-9a04-c2dd7af4be8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349864664098c56b018d512804b44ee5c78cb825" 2018-10-04 13:40:21,383 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-0d40c29c-bfaf-47f5-b956-5fc87d3f4f3b Date: Thu, 04 Oct 2018 13:40:21 GMT RESP BODY: {"NeutronError": {"message": "Security group e3141962-d9d0-4314-9a04-c2dd7af4be8f does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-10-04 13:40:21,383 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/e3141962-d9d0-4314-9a04-c2dd7af4be8f used request id req-0d40c29c-bfaf-47f5-b956-5fc87d3f4f3b 2018-10-04 13:40:21,383 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group e3141962-d9d0-4314-9a04-c2dd7af4be8f does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-10-04 13:40:21,384 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group e3141962-d9d0-4314-9a04-c2dd7af4be8f does not exist Neutron server returns request_ids: ['req-0d40c29c-bfaf-47f5-b956-5fc87d3f4f3b'] 2018-10-04 13:40:21,384 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-04bca56e-b88e-444-user1 2018-10-04 13:40:21,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/211ff0a47fcd428081863be2d039bb3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aef3c76070a751f129a3cd0dfeb199412f00cb" 2018-10-04 13:40:21,687 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:40:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca061940-61b1-4dae-a88b-96b2f3e64d26 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:40:21,687 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/211ff0a47fcd428081863be2d039bb3b used request id req-ca061940-61b1-4dae-a88b-96b2f3e64d26 2018-10-04 13:40:21,687 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-04bca56e-b88e-444-user2 2018-10-04 13:40:21,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/4a63c2c8af544453a08fe8025c429e4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69ce4311daf1373cf4cde5dcb919bf98debbe8aa" 2018-10-04 13:40:21,858 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:40:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36cf8636-f486-4c94-9f91-f269f7f5eef3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:40:21,858 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/4a63c2c8af544453a08fe8025c429e4c used request id req-36cf8636-f486-4c94-9f91-f269f7f5eef3 2018-10-04 13:40:21,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316eadaf62f0cbed059d6217706347bb881a3a61" 2018-10-04 13:40:22,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-64e3b235-6b32-447b-9d0e-7a154d21741c Date: Thu, 04 Oct 2018 13:40:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:14Z", "updated_at": "2018-10-04T13:40:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:40:14Z", "revision_number": 0, "id": "6a23b93d-242b-41a3-a58b-30a7e1581a5c", "remote_group_id": "039b9fa9-d610-4fdd-bcf2-716355042dcf", "remote_ip_prefix": null, "created_at": "2018-10-04T13:40:14Z", "security_group_id": "039b9fa9-d610-4fdd-bcf2-716355042dcf", "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "port_range_min": null, "ethertype": "IPv4", "project_id": "ddcd94d00894455caf33c46f2dbaede4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:40:14Z", "revision_number": 0, "id": "3b2e6dfa-02c3-4b73-94d6-91d44bca28ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:40:14Z", "security_group_id": "039b9fa9-d610-4fdd-bcf2-716355042dcf", "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "port_range_min": null, "ethertype": "IPv6", "project_id": "ddcd94d00894455caf33c46f2dbaede4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:40:14Z", "revision_number": 0, "id": "2ac8ea18-094c-4113-a9d9-847f8c0be439", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:40:14Z", "security_group_id": "039b9fa9-d610-4fdd-bcf2-716355042dcf", "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "port_range_min": null, "ethertype": "IPv4", "project_id": "ddcd94d00894455caf33c46f2dbaede4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:40:14Z", "revision_number": 0, "id": "2020affe-f0e9-4650-952c-566f72c0e09a", "remote_group_id": "039b9fa9-d610-4fdd-bcf2-716355042dcf", "remote_ip_prefix": null, "created_at": "2018-10-04T13:40:14Z", "security_group_id": "039b9fa9-d610-4fdd-bcf2-716355042dcf", "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "port_range_min": null, "ethertype": "IPv6", "project_id": "ddcd94d00894455caf33c46f2dbaede4"}], "revision_number": 4, "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "039b9fa9-d610-4fdd-bcf2-716355042dcf", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:39:36Z", "updated_at": "2018-10-04T13:39:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "f33d05f8-1645-4f36-a658-e007a834a89d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "e055ef95-9dc1-4e87-af39-a535336b371f", "remote_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "7d3b28ec-a2a5-4e4d-83b6-2ce880028231", "remote_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "768d65a2-9365-4708-9714-df990aefb328", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}], "revision_number": 4, "project_id": "93973d1238b2486385104382b3d557a9", "id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "name": "default"}]} 2018-10-04 13:40:22,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-64e3b235-6b32-447b-9d0e-7a154d21741c 2018-10-04 13:40:22,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ddcd94d00894455caf33c46f2dbaede4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316eadaf62f0cbed059d6217706347bb881a3a61" 2018-10-04 13:40:22,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dc34714-6f3f-44c1-bcaa-81ec0187719e Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ddcd94d00894455caf33c46f2dbaede4"}, "enabled": true, "id": "ddcd94d00894455caf33c46f2dbaede4", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-04bca56e-b88e-444-name"}} 2018-10-04 13:40:22,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ddcd94d00894455caf33c46f2dbaede4 used request id req-4dc34714-6f3f-44c1-bcaa-81ec0187719e 2018-10-04 13:40:22,275 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 039b9fa9-d610-4fdd-bcf2-716355042dcf 2018-10-04 13:40:22,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=039b9fa9-d610-4fdd-bcf2-716355042dcf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316eadaf62f0cbed059d6217706347bb881a3a61" 2018-10-04 13:40:23,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-5c7a04b7-4441-4afc-a201-59a956b06d17 Date: Thu, 04 Oct 2018 13:40:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "039b9fa9-d610-4fdd-bcf2-716355042dcf", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:14Z", "security_group_id": "039b9fa9-d610-4fdd-bcf2-716355042dcf", "port_range_min": null, "revision_number": 0, "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:14Z", "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "2020affe-f0e9-4650-952c-566f72c0e09a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:14Z", "security_group_id": "039b9fa9-d610-4fdd-bcf2-716355042dcf", "port_range_min": null, "revision_number": 0, "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:14Z", "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "2ac8ea18-094c-4113-a9d9-847f8c0be439"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:14Z", "security_group_id": "039b9fa9-d610-4fdd-bcf2-716355042dcf", "port_range_min": null, "revision_number": 0, "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:14Z", "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "3b2e6dfa-02c3-4b73-94d6-91d44bca28ba"}, {"remote_group_id": "039b9fa9-d610-4fdd-bcf2-716355042dcf", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:40:14Z", "security_group_id": "039b9fa9-d610-4fdd-bcf2-716355042dcf", "port_range_min": null, "revision_number": 0, "tenant_id": "ddcd94d00894455caf33c46f2dbaede4", "created_at": "2018-10-04T13:40:14Z", "project_id": "ddcd94d00894455caf33c46f2dbaede4", "id": "6a23b93d-242b-41a3-a58b-30a7e1581a5c"}]} 2018-10-04 13:40:23,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=039b9fa9-d610-4fdd-bcf2-716355042dcf used request id req-5c7a04b7-4441-4afc-a201-59a956b06d17 2018-10-04 13:40:23,018 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 13:40:23,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/039b9fa9-d610-4fdd-bcf2-716355042dcf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316eadaf62f0cbed059d6217706347bb881a3a61" 2018-10-04 13:40:23,312 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b7975495-c9c9-43db-b9f8-f328f2477e87 Content-Length: 0 Date: Thu, 04 Oct 2018 13:40:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:40:23,312 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/039b9fa9-d610-4fdd-bcf2-716355042dcf used request id req-b7975495-c9c9-43db-b9f8-f328f2477e87 2018-10-04 13:40:23,313 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-04bca56e-b88e-444-name 2018-10-04 13:40:23,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/ddcd94d00894455caf33c46f2dbaede4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316eadaf62f0cbed059d6217706347bb881a3a61" 2018-10-04 13:40:23,588 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:40:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68d2ecb4-856e-44fc-9d61-3a33ca697be8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:40:23,588 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/ddcd94d00894455caf33c46f2dbaede4 used request id req-68d2ecb4-856e-44fc-9d61-3a33ca697be8 2018-10-04 13:40:23,588 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-04bca56e-b88e-444-name-role 2018-10-04 13:40:23,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/47c90ac86a2e48679624563af043313c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316eadaf62f0cbed059d6217706347bb881a3a61" 2018-10-04 13:40:23,693 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:40:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-034a300d-29dd-4247-a5ab-93ed979f0841 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:40:23,693 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/47c90ac86a2e48679624563af043313c used request id req-034a300d-29dd-4247-a5ab-93ed979f0841 2018-10-04 13:40:23,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316eadaf62f0cbed059d6217706347bb881a3a61" 2018-10-04 13:40:23,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eda65176-4cfa-4a76-b3f4-cb0b998e2d0e Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c74950244697477582ea2e170a77e0b1", "links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:40:23,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-eda65176-4cfa-4a76-b3f4-cb0b998e2d0e 2018-10-04 13:40:23,798 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:40:24,199 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:40:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["Pyi6fwMrTVWT7IsdU1m1SA"], "issued_at": "2018-10-04T13:40:24.000000Z"}} 2018-10-04 13:40:24,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19466d85a6637d09142e498a39b563f2062dfe1d" 2018-10-04 13:40:24,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bd11ad48-ac37-4bf0-9f6d-db01592e8fdc Date: Thu, 04 Oct 2018 13:40:24 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 13:40:24,863 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-bd11ad48-ac37-4bf0-9f6d-db01592e8fdc 2018-10-04 13:40:24,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}19466d85a6637d09142e498a39b563f2062dfe1d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-7613153b-ecb7-4f92-a11b-114508457d70"}' 2018-10-04 13:40:25,597 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/ebd54ae0-42b3-4c31-810c-1da715befaa9 X-Openstack-Request-Id: req-28d06d9d-79eb-4187-9286-a1c7bb496b2a Date: Thu, 04 Oct 2018 13:40:25 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-7613153b-ecb7-4f92-a11b-114508457d70", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:40:25Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T13:40:25Z", "visibility": "shared", "locations": [], "self": "/v2/images/ebd54ae0-42b3-4c31-810c-1da715befaa9", "min_disk": 0, "protected": false, "id": "ebd54ae0-42b3-4c31-810c-1da715befaa9", "file": "/v2/images/ebd54ae0-42b3-4c31-810c-1da715befaa9/file", "checksum": null, "owner": "93973d1238b2486385104382b3d557a9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:40:25,597 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-28d06d9d-79eb-4187-9286-a1c7bb496b2a 2018-10-04 13:40:25,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/ebd54ae0-42b3-4c31-810c-1da715befaa9/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19466d85a6637d09142e498a39b563f2062dfe1d" -d '' 2018-10-04 13:40:29,787 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3ca4e542-52ab-4dfd-9db5-d7d0b32e6997 Date: Thu, 04 Oct 2018 13:40:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 13:40:29,787 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/ebd54ae0-42b3-4c31-810c-1da715befaa9/file used request id req-3ca4e542-52ab-4dfd-9db5-d7d0b32e6997 2018-10-04 13:40:29,788 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 13:40:29,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/ebd54ae0-42b3-4c31-810c-1da715befaa9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19466d85a6637d09142e498a39b563f2062dfe1d" 2018-10-04 13:40:30,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-6175107e-c743-49f6-861e-1105a6efd9da Date: Thu, 04 Oct 2018 13:40:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-7613153b-ecb7-4f92-a11b-114508457d70", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:40:25Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:40:29Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/ebd54ae0-42b3-4c31-810c-1da715befaa9/snap", "metadata": {}}], "self": "/v2/images/ebd54ae0-42b3-4c31-810c-1da715befaa9", "min_disk": 0, "protected": false, "id": "ebd54ae0-42b3-4c31-810c-1da715befaa9", "file": "/v2/images/ebd54ae0-42b3-4c31-810c-1da715befaa9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93973d1238b2486385104382b3d557a9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/ebd54ae0-42b3-4c31-810c-1da715befaa9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:40:30,431 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/ebd54ae0-42b3-4c31-810c-1da715befaa9 used request id req-6175107e-c743-49f6-861e-1105a6efd9da 2018-10-04 13:40:30,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19466d85a6637d09142e498a39b563f2062dfe1d" 2018-10-04 13:40:31,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7ab7049e-a76b-4c3b-ba0d-d63bc0810870 Date: Thu, 04 Oct 2018 13:40:31 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 13:40:31,057 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-7ab7049e-a76b-4c3b-ba0d-d63bc0810870 2018-10-04 13:40:31,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-7613153b-ecb7-4f92-a11b-114508457d70 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19466d85a6637d09142e498a39b563f2062dfe1d" 2018-10-04 13:40:31,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-d75b5eeb-d098-40b1-b106-e8b4fabbad73 Date: Thu, 04 Oct 2018 13:40:31 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-7613153b-ecb7-4f92-a11b-114508457d70", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:40:25Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:40:29Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/ebd54ae0-42b3-4c31-810c-1da715befaa9/snap", "metadata": {}}], "self": "/v2/images/ebd54ae0-42b3-4c31-810c-1da715befaa9", "min_disk": 0, "protected": false, "id": "ebd54ae0-42b3-4c31-810c-1da715befaa9", "file": "/v2/images/ebd54ae0-42b3-4c31-810c-1da715befaa9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93973d1238b2486385104382b3d557a9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/ebd54ae0-42b3-4c31-810c-1da715befaa9/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-7613153b-ecb7-4f92-a11b-114508457d70"} 2018-10-04 13:40:31,746 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-7613153b-ecb7-4f92-a11b-114508457d70 used request id req-d75b5eeb-d098-40b1-b106-e8b4fabbad73 2018-10-04 13:40:31,747 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-7613153b-ecb7-4f92-a11b-114508457d70 2018-10-04 13:40:31,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/ebd54ae0-42b3-4c31-810c-1da715befaa9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19466d85a6637d09142e498a39b563f2062dfe1d" 2018-10-04 13:40:33,108 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-774fc992-0111-4c9d-966f-152fd67dc182 Date: Thu, 04 Oct 2018 13:40:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 13:40:33,108 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/ebd54ae0-42b3-4c31-810c-1da715befaa9 used request id req-774fc992-0111-4c9d-966f-152fd67dc182 2018-10-04 13:40:33,110 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-10-04 13:40:33,111 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:40:33,481 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:40:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["hJL7TvIQQ7e7965Bzl1Nfg"], "issued_at": "2018-10-04T13:40:33.000000Z"}} 2018-10-04 13:40:33,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb4dfdbc3ea98a1d64f2c65eec9340a0951e872" 2018-10-04 13:40:33,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba33240c-29b5-4eec-9e9a-7123289c9c08 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:40:33,562 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ba33240c-29b5-4eec-9e9a-7123289c9c08 2018-10-04 13:40:33,563 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-9750447f-59e8-4e93-a529-f8d0b4e0bed0-pub-net 2018-10-04 13:40:33,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb4dfdbc3ea98a1d64f2c65eec9340a0951e872" -d '{"network": {"name": "NeutronUtilsNetworkTests-9750447f-59e8-4e93-a529-f8d0b4e0bed0-pub-net", "admin_state_up": true}}' 2018-10-04 13:40:34,008 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-ff3fb44a-5a17-4c40-8aa7-0bca2475a29f Date: Thu, 04 Oct 2018 13:40:34 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a73a7f93-66b9-4238-bfd3-8a5f6d24da8a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":17,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:40:33Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsNetworkTests-9750447f-59e8-4e93-a529-f8d0b4e0bed0-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:33Z","mtu":1450}} 2018-10-04 13:40:34,008 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-ff3fb44a-5a17-4c40-8aa7-0bca2475a29f 2018-10-04 13:40:34,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=a73a7f93-66b9-4238-bfd3-8a5f6d24da8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb4dfdbc3ea98a1d64f2c65eec9340a0951e872" 2018-10-04 13:40:34,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-7902d1d0-2693-4158-8962-69eaac19a957 Date: Thu, 04 Oct 2018 13:40:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a73a7f93-66b9-4238-bfd3-8a5f6d24da8a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":17,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:40:33Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-9750447f-59e8-4e93-a529-f8d0b4e0bed0-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:33Z","provider:network_type":"vxlan"}]} 2018-10-04 13:40:34,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=a73a7f93-66b9-4238-bfd3-8a5f6d24da8a used request id req-7902d1d0-2693-4158-8962-69eaac19a957 2018-10-04 13:40:34,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a73a7f93-66b9-4238-bfd3-8a5f6d24da8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb4dfdbc3ea98a1d64f2c65eec9340a0951e872" 2018-10-04 13:40:34,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4c3edd99-b2ff-4c8c-af10-777ba9edcfe6 Date: Thu, 04 Oct 2018 13:40:34 GMT RESP BODY: {"subnets":[]} 2018-10-04 13:40:34,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a73a7f93-66b9-4238-bfd3-8a5f6d24da8a used request id req-4c3edd99-b2ff-4c8c-af10-777ba9edcfe6 2018-10-04 13:40:34,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=a73a7f93-66b9-4238-bfd3-8a5f6d24da8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb4dfdbc3ea98a1d64f2c65eec9340a0951e872" 2018-10-04 13:40:34,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-52448beb-1021-4647-9007-e02764815fbc Date: Thu, 04 Oct 2018 13:40:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a73a7f93-66b9-4238-bfd3-8a5f6d24da8a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":17,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:40:33Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-9750447f-59e8-4e93-a529-f8d0b4e0bed0-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:33Z","provider:network_type":"vxlan"}]} 2018-10-04 13:40:34,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=a73a7f93-66b9-4238-bfd3-8a5f6d24da8a used request id req-52448beb-1021-4647-9007-e02764815fbc 2018-10-04 13:40:34,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a73a7f93-66b9-4238-bfd3-8a5f6d24da8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb4dfdbc3ea98a1d64f2c65eec9340a0951e872" 2018-10-04 13:40:34,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-58e53042-3e4a-4568-9f3d-4db869bb8eab Date: Thu, 04 Oct 2018 13:40:34 GMT RESP BODY: {"subnets":[]} 2018-10-04 13:40:34,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a73a7f93-66b9-4238-bfd3-8a5f6d24da8a used request id req-58e53042-3e4a-4568-9f3d-4db869bb8eab 2018-10-04 13:40:34,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsNetworkTests-9750447f-59e8-4e93-a529-f8d0b4e0bed0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb4dfdbc3ea98a1d64f2c65eec9340a0951e872" 2018-10-04 13:40:35,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-d43c8d20-6440-4854-acf3-44d44ace32ea Date: Thu, 04 Oct 2018 13:40:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a73a7f93-66b9-4238-bfd3-8a5f6d24da8a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":17,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:40:33Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-9750447f-59e8-4e93-a529-f8d0b4e0bed0-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:33Z","provider:network_type":"vxlan"}]} 2018-10-04 13:40:35,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsNetworkTests-9750447f-59e8-4e93-a529-f8d0b4e0bed0-pub-net used request id req-d43c8d20-6440-4854-acf3-44d44ace32ea 2018-10-04 13:40:35,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:40:35,198 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:40:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:40:35,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb4dfdbc3ea98a1d64f2c65eec9340a0951e872" 2018-10-04 13:40:35,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05a8ba44-5fad-47a7-b542-0074b5e4cc76 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:40:35,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-05a8ba44-5fad-47a7-b542-0074b5e4cc76 2018-10-04 13:40:35,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a73a7f93-66b9-4238-bfd3-8a5f6d24da8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb4dfdbc3ea98a1d64f2c65eec9340a0951e872" 2018-10-04 13:40:35,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5d229bd4-33e4-4185-8e0a-dc70e79d6dfc Date: Thu, 04 Oct 2018 13:40:35 GMT RESP BODY: {"subnets":[]} 2018-10-04 13:40:35,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a73a7f93-66b9-4238-bfd3-8a5f6d24da8a used request id req-5d229bd4-33e4-4185-8e0a-dc70e79d6dfc 2018-10-04 13:40:35,481 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-9750447f-59e8-4e93-a529-f8d0b4e0bed0-pub-net 2018-10-04 13:40:35,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/a73a7f93-66b9-4238-bfd3-8a5f6d24da8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb4dfdbc3ea98a1d64f2c65eec9340a0951e872" 2018-10-04 13:40:36,338 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-441be2e4-229e-46c7-8501-634f85684671 Date: Thu, 04 Oct 2018 13:40:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:40:36,339 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/a73a7f93-66b9-4238-bfd3-8a5f6d24da8a used request id req-441be2e4-229e-46c7-8501-634f85684671 2018-10-04 13:40:36,340 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:40:36,728 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:40:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["kExOnkuuQISuVj9Vr1osrQ"], "issued_at": "2018-10-04T13:40:36.000000Z"}} 2018-10-04 13:40:36,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1ef71d955c5aac880123c9bc461a2f9e59487f" 2018-10-04 13:40:36,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f89b87f6-5893-46b0-aeec-0b5231c1d963 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:40:36,825 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f89b87f6-5893-46b0-aeec-0b5231c1d963 2018-10-04 13:40:36,827 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:40:37,198 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:40:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["ry02wCGJRDaugTq3WboArw"], "issued_at": "2018-10-04T13:40:37.000000Z"}} 2018-10-04 13:40:37,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07457104ccd6bbf99867b9e8b0fa8848ca7d1f4" 2018-10-04 13:40:37,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3754a4ad-e542-409f-b578-15f9e72a8c61 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:40:37,279 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3754a4ad-e542-409f-b578-15f9e72a8c61 2018-10-04 13:40:37,281 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:40:37,666 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:40:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["65Qog7dETkaZORTHArToug"], "issued_at": "2018-10-04T13:40:37.000000Z"}} 2018-10-04 13:40:37,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f17717191006508897053ec0c3d9cabf9218d268" 2018-10-04 13:40:37,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c0fa1be-9d6d-4a72-9c6c-0edfff049b76 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:40:37,742 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8c0fa1be-9d6d-4a72-9c6c-0edfff049b76 2018-10-04 13:40:37,743 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-4f9beab6-a5e3-4980-816c-f7547e5bbd68-pub-net 2018-10-04 13:40:37,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f17717191006508897053ec0c3d9cabf9218d268" -d '{"network": {"name": "NeutronUtilsSubnetTests-4f9beab6-a5e3-4980-816c-f7547e5bbd68-pub-net", "admin_state_up": true}}' 2018-10-04 13:40:38,296 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-927bd79f-51fd-420e-9fc2-83b7658ac7b1 Date: Thu, 04 Oct 2018 13:40:38 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":84,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:40:38Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-4f9beab6-a5e3-4980-816c-f7547e5bbd68-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:38Z","mtu":1450}} 2018-10-04 13:40:38,297 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-927bd79f-51fd-420e-9fc2-83b7658ac7b1 2018-10-04 13:40:38,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f17717191006508897053ec0c3d9cabf9218d268" 2018-10-04 13:40:39,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-2bf1e423-4309-41a0-a77d-f12ad6819564 Date: Thu, 04 Oct 2018 13:40:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":84,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:40:38Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-4f9beab6-a5e3-4980-816c-f7547e5bbd68-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:38Z","provider:network_type":"vxlan"}]} 2018-10-04 13:40:39,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba used request id req-2bf1e423-4309-41a0-a77d-f12ad6819564 2018-10-04 13:40:39,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f17717191006508897053ec0c3d9cabf9218d268" 2018-10-04 13:40:39,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-81158795-3a05-42f2-8424-f8981dee7a4e Date: Thu, 04 Oct 2018 13:40:39 GMT RESP BODY: {"subnets":[]} 2018-10-04 13:40:39,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba used request id req-81158795-3a05-42f2-8424-f8981dee7a4e 2018-10-04 13:40:39,368 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-4f9beab6-a5e3-4980-816c-f7547e5bbd68-pub-subnet 2018-10-04 13:40:39,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f17717191006508897053ec0c3d9cabf9218d268" -d '{"subnets": [{"ip_version": 4, "network_id": "3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-4f9beab6-a5e3-4980-816c-f7547e5bbd68-pub-subnet"}]}' 2018-10-04 13:40:40,643 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9100a97e-9b4a-4419-bc37-4eadbcb3111a Date: Thu, 04 Oct 2018 13:40:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:40Z","dns_nameservers":[],"updated_at":"2018-10-04T13:40:40Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"3d81e950-ffba-4225-ade7-9e7e2aac50f7","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-4f9beab6-a5e3-4980-816c-f7547e5bbd68-pub-subnet"}]} 2018-10-04 13:40:40,643 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-9100a97e-9b4a-4419-bc37-4eadbcb3111a 2018-10-04 13:40:40,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f17717191006508897053ec0c3d9cabf9218d268" 2018-10-04 13:40:40,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-9f334611-c35d-4ac8-9bf7-9b7d947dba77 Date: Thu, 04 Oct 2018 13:40:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":84,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["3d81e950-ffba-4225-ade7-9e7e2aac50f7"],"description":"","tags":[],"updated_at":"2018-10-04T13:40:40Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-4f9beab6-a5e3-4980-816c-f7547e5bbd68-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:38Z","provider:network_type":"vxlan"}]} 2018-10-04 13:40:40,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba used request id req-9f334611-c35d-4ac8-9bf7-9b7d947dba77 2018-10-04 13:40:40,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f17717191006508897053ec0c3d9cabf9218d268" 2018-10-04 13:40:41,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-de973f55-81bf-47fa-9f72-be33aa0b0c6b Date: Thu, 04 Oct 2018 13:40:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:40Z","dns_nameservers":[],"updated_at":"2018-10-04T13:40:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"3d81e950-ffba-4225-ade7-9e7e2aac50f7","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-4f9beab6-a5e3-4980-816c-f7547e5bbd68-pub-subnet"}]} 2018-10-04 13:40:41,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba used request id req-de973f55-81bf-47fa-9f72-be33aa0b0c6b 2018-10-04 13:40:41,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-4f9beab6-a5e3-4980-816c-f7547e5bbd68-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f17717191006508897053ec0c3d9cabf9218d268" 2018-10-04 13:40:41,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-37a435cc-d45b-47f5-88c0-96324fc6d56c Date: Thu, 04 Oct 2018 13:40:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":84,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["3d81e950-ffba-4225-ade7-9e7e2aac50f7"],"description":"","tags":[],"updated_at":"2018-10-04T13:40:40Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-4f9beab6-a5e3-4980-816c-f7547e5bbd68-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:38Z","provider:network_type":"vxlan"}]} 2018-10-04 13:40:41,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-4f9beab6-a5e3-4980-816c-f7547e5bbd68-pub-net used request id req-37a435cc-d45b-47f5-88c0-96324fc6d56c 2018-10-04 13:40:41,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:40:41,429 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:40:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:40:41,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f17717191006508897053ec0c3d9cabf9218d268" 2018-10-04 13:40:41,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-745f888a-9bd8-47f3-ad0e-e237b26f5b3f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:40:41,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-745f888a-9bd8-47f3-ad0e-e237b26f5b3f 2018-10-04 13:40:41,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f17717191006508897053ec0c3d9cabf9218d268" 2018-10-04 13:40:41,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e26f852a-1b4b-4bd0-a933-e41879dc8bee Date: Thu, 04 Oct 2018 13:40:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:40Z","dns_nameservers":[],"updated_at":"2018-10-04T13:40:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"3d81e950-ffba-4225-ade7-9e7e2aac50f7","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-4f9beab6-a5e3-4980-816c-f7547e5bbd68-pub-subnet"}]} 2018-10-04 13:40:41,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba used request id req-e26f852a-1b4b-4bd0-a933-e41879dc8bee 2018-10-04 13:40:41,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba&name=NeutronUtilsSubnetTests-4f9beab6-a5e3-4980-816c-f7547e5bbd68-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f17717191006508897053ec0c3d9cabf9218d268" 2018-10-04 13:40:41,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-92d7fdbe-964a-49c5-ab37-4bdfe98544be Date: Thu, 04 Oct 2018 13:40:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:40Z","dns_nameservers":[],"updated_at":"2018-10-04T13:40:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"3d81e950-ffba-4225-ade7-9e7e2aac50f7","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-4f9beab6-a5e3-4980-816c-f7547e5bbd68-pub-subnet"}]} 2018-10-04 13:40:41,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba&name=NeutronUtilsSubnetTests-4f9beab6-a5e3-4980-816c-f7547e5bbd68-pub-subnet used request id req-92d7fdbe-964a-49c5-ab37-4bdfe98544be 2018-10-04 13:40:41,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba&name=NeutronUtilsSubnetTests-4f9beab6-a5e3-4980-816c-f7547e5bbd68-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f17717191006508897053ec0c3d9cabf9218d268" 2018-10-04 13:40:41,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b0fcf0ad-ecac-4c36-84e0-d41bb3a31f71 Date: Thu, 04 Oct 2018 13:40:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:40Z","dns_nameservers":[],"updated_at":"2018-10-04T13:40:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"3d81e950-ffba-4225-ade7-9e7e2aac50f7","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-4f9beab6-a5e3-4980-816c-f7547e5bbd68-pub-subnet"}]} 2018-10-04 13:40:41,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba&name=NeutronUtilsSubnetTests-4f9beab6-a5e3-4980-816c-f7547e5bbd68-pub-subnet used request id req-b0fcf0ad-ecac-4c36-84e0-d41bb3a31f71 2018-10-04 13:40:41,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f17717191006508897053ec0c3d9cabf9218d268" 2018-10-04 13:40:42,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-eef00a3c-f20f-407a-89a7-3fb2a851ca5d Date: Thu, 04 Oct 2018 13:40:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:40Z","dns_nameservers":[],"updated_at":"2018-10-04T13:40:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"3d81e950-ffba-4225-ade7-9e7e2aac50f7","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-4f9beab6-a5e3-4980-816c-f7547e5bbd68-pub-subnet"}]} 2018-10-04 13:40:42,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba used request id req-eef00a3c-f20f-407a-89a7-3fb2a851ca5d 2018-10-04 13:40:42,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-4f9beab6-a5e3-4980-816c-f7547e5bbd68-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f17717191006508897053ec0c3d9cabf9218d268" 2018-10-04 13:40:42,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f22c166f-45b5-4e6c-a649-610c1f230e09 Date: Thu, 04 Oct 2018 13:40:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:40Z","dns_nameservers":[],"updated_at":"2018-10-04T13:40:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"3d81e950-ffba-4225-ade7-9e7e2aac50f7","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-4f9beab6-a5e3-4980-816c-f7547e5bbd68-pub-subnet"}]} 2018-10-04 13:40:42,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-4f9beab6-a5e3-4980-816c-f7547e5bbd68-pub-subnet used request id req-f22c166f-45b5-4e6c-a649-610c1f230e09 2018-10-04 13:40:42,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f17717191006508897053ec0c3d9cabf9218d268" 2018-10-04 13:40:42,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b740ae2-d738-4348-81d5-8395eb4de502 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:40:42,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-6b740ae2-d738-4348-81d5-8395eb4de502 2018-10-04 13:40:42,172 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-4f9beab6-a5e3-4980-816c-f7547e5bbd68-pub-subnet 2018-10-04 13:40:42,172 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-4f9beab6-a5e3-4980-816c-f7547e5bbd68-pub-subnet 2018-10-04 13:40:42,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/3d81e950-ffba-4225-ade7-9e7e2aac50f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f17717191006508897053ec0c3d9cabf9218d268" 2018-10-04 13:40:43,653 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-de5c5ddd-bbad-44a8-aa8e-e5f3fb894506 Date: Thu, 04 Oct 2018 13:40:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:40:43,653 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/3d81e950-ffba-4225-ade7-9e7e2aac50f7 used request id req-de5c5ddd-bbad-44a8-aa8e-e5f3fb894506 2018-10-04 13:40:43,653 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-4f9beab6-a5e3-4980-816c-f7547e5bbd68-pub-net 2018-10-04 13:40:43,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f17717191006508897053ec0c3d9cabf9218d268" 2018-10-04 13:40:45,209 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e4e8d738-1018-49ad-9ce6-2a2cb0e9e666 Date: Thu, 04 Oct 2018 13:40:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:40:45,209 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/3fb6cb2e-5e30-4337-aea6-f88c4e8ffeba used request id req-e4e8d738-1018-49ad-9ce6-2a2cb0e9e666 2018-10-04 13:40:45,210 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:40:45,589 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:40:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["INL-yxzORymYYJFAUqa0GA"], "issued_at": "2018-10-04T13:40:45.000000Z"}} 2018-10-04 13:40:45,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa7fbc49b33b435b26bf771286b22c41dff307b" 2018-10-04 13:40:45,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d54b7bac-8195-4623-ace6-25b598887ab8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:40:45,685 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d54b7bac-8195-4623-ace6-25b598887ab8 2018-10-04 13:40:45,687 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-b58c473c-f7ce-446e-8247-922768c1ea69-pub-net 2018-10-04 13:40:45,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa7fbc49b33b435b26bf771286b22c41dff307b" -d '{"network": {"name": "NeutronUtilsSubnetTests-b58c473c-f7ce-446e-8247-922768c1ea69-pub-net", "admin_state_up": true}}' 2018-10-04 13:40:46,153 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-b832752e-d30e-44b1-83cc-b8f3f4743d8e Date: Thu, 04 Oct 2018 13:40:46 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f1077abf-da5a-449b-9d9e-6863a4482f35","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:40:46Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-b58c473c-f7ce-446e-8247-922768c1ea69-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:45Z","mtu":1450}} 2018-10-04 13:40:46,153 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-b832752e-d30e-44b1-83cc-b8f3f4743d8e 2018-10-04 13:40:46,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=f1077abf-da5a-449b-9d9e-6863a4482f35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa7fbc49b33b435b26bf771286b22c41dff307b" 2018-10-04 13:40:46,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-7755bdc5-fbe9-40d6-abbd-6284a35ab8e0 Date: Thu, 04 Oct 2018 13:40:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f1077abf-da5a-449b-9d9e-6863a4482f35","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:40:46Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-b58c473c-f7ce-446e-8247-922768c1ea69-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:45Z","provider:network_type":"vxlan"}]} 2018-10-04 13:40:46,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=f1077abf-da5a-449b-9d9e-6863a4482f35 used request id req-7755bdc5-fbe9-40d6-abbd-6284a35ab8e0 2018-10-04 13:40:46,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f1077abf-da5a-449b-9d9e-6863a4482f35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa7fbc49b33b435b26bf771286b22c41dff307b" 2018-10-04 13:40:47,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-33e45c30-ae15-4778-ab9b-91ee2b88bf8c Date: Thu, 04 Oct 2018 13:40:47 GMT RESP BODY: {"subnets":[]} 2018-10-04 13:40:47,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f1077abf-da5a-449b-9d9e-6863a4482f35 used request id req-33e45c30-ae15-4778-ab9b-91ee2b88bf8c 2018-10-04 13:40:47,119 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-b58c473c-f7ce-446e-8247-922768c1ea69-pub-subnet 2018-10-04 13:40:47,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa7fbc49b33b435b26bf771286b22c41dff307b" -d '{"subnets": [{"ip_version": 4, "network_id": "f1077abf-da5a-449b-9d9e-6863a4482f35", "cidr": "", "name": "NeutronUtilsSubnetTests-b58c473c-f7ce-446e-8247-922768c1ea69-pub-subnet"}]}' 2018-10-04 13:40:47,813 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-39a1bc2a-2ce2-4b0a-a794-7b4911277b12 Date: Thu, 04 Oct 2018 13:40:47 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-04 13:40:47,813 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-39a1bc2a-2ce2-4b0a-a794-7b4911277b12 2018-10-04 13:40:47,813 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-04 13:40:47,814 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-b58c473c-f7ce-446e-8247-922768c1ea69-pub-subnet] for network [NeutronUtilsSubnetTests-b58c473c-f7ce-446e-8247-922768c1ea69-pub-net] 2018-10-04 13:40:47,814 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-b58c473c-f7ce-446e-8247-922768c1ea69-pub-net 2018-10-04 13:40:47,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/f1077abf-da5a-449b-9d9e-6863a4482f35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa7fbc49b33b435b26bf771286b22c41dff307b" 2018-10-04 13:40:48,695 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9fcf4f97-1362-44a5-9dde-e4ba4b847377 Date: Thu, 04 Oct 2018 13:40:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:40:48,695 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/f1077abf-da5a-449b-9d9e-6863a4482f35 used request id req-9fcf4f97-1362-44a5-9dde-e4ba4b847377 2018-10-04 13:40:48,697 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:40:49,074 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:40:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["MgQM1yTpS6e3ygkwZY5TBw"], "issued_at": "2018-10-04T13:40:49.000000Z"}} 2018-10-04 13:40:49,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4daf4c331ad6f8b4c909ac75cf2a5f803bc64bb" 2018-10-04 13:40:49,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50220350-8a96-4d91-a5c1-1ab9b240b672 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:40:49,170 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-50220350-8a96-4d91-a5c1-1ab9b240b672 2018-10-04 13:40:49,171 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-b96141ff-4ec2-48de-b13b-e851040411a7-pub-net 2018-10-04 13:40:49,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4daf4c331ad6f8b4c909ac75cf2a5f803bc64bb" -d '{"network": {"name": "NeutronUtilsSubnetTests-b96141ff-4ec2-48de-b13b-e851040411a7-pub-net", "admin_state_up": true}}' 2018-10-04 13:40:49,655 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-8cfb1b57-e9b3-494a-b842-8616144fc236 Date: Thu, 04 Oct 2018 13:40:49 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"2347f997-6bcd-4328-98f0-51a60f4388d7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":42,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:40:49Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-b96141ff-4ec2-48de-b13b-e851040411a7-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:49Z","mtu":1450}} 2018-10-04 13:40:49,655 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-8cfb1b57-e9b3-494a-b842-8616144fc236 2018-10-04 13:40:49,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=2347f997-6bcd-4328-98f0-51a60f4388d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4daf4c331ad6f8b4c909ac75cf2a5f803bc64bb" 2018-10-04 13:40:50,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-a2c515f3-54c8-4b11-9de2-6606297055fb Date: Thu, 04 Oct 2018 13:40:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2347f997-6bcd-4328-98f0-51a60f4388d7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":42,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:40:49Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-b96141ff-4ec2-48de-b13b-e851040411a7-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:49Z","provider:network_type":"vxlan"}]} 2018-10-04 13:40:50,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=2347f997-6bcd-4328-98f0-51a60f4388d7 used request id req-a2c515f3-54c8-4b11-9de2-6606297055fb 2018-10-04 13:40:50,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2347f997-6bcd-4328-98f0-51a60f4388d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4daf4c331ad6f8b4c909ac75cf2a5f803bc64bb" 2018-10-04 13:40:50,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a18e433d-6d0e-489b-a0f3-857d21f77e9d Date: Thu, 04 Oct 2018 13:40:50 GMT RESP BODY: {"subnets":[]} 2018-10-04 13:40:50,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2347f997-6bcd-4328-98f0-51a60f4388d7 used request id req-a18e433d-6d0e-489b-a0f3-857d21f77e9d 2018-10-04 13:40:50,351 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-b96141ff-4ec2-48de-b13b-e851040411a7-pub-subnet 2018-10-04 13:40:50,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4daf4c331ad6f8b4c909ac75cf2a5f803bc64bb" -d '{"subnets": [{"ip_version": 4, "network_id": "2347f997-6bcd-4328-98f0-51a60f4388d7", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-b96141ff-4ec2-48de-b13b-e851040411a7-pub-subnet"}]}' 2018-10-04 13:40:50,950 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a6ccfb4b-2d20-48c6-afb1-b6fdfa5e7988 Date: Thu, 04 Oct 2018 13:40:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2347f997-6bcd-4328-98f0-51a60f4388d7","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:50Z","dns_nameservers":[],"updated_at":"2018-10-04T13:40:50Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"f456b273-5d9e-4718-9ba1-88446d29984c","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b96141ff-4ec2-48de-b13b-e851040411a7-pub-subnet"}]} 2018-10-04 13:40:50,950 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-a6ccfb4b-2d20-48c6-afb1-b6fdfa5e7988 2018-10-04 13:40:50,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=2347f997-6bcd-4328-98f0-51a60f4388d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4daf4c331ad6f8b4c909ac75cf2a5f803bc64bb" 2018-10-04 13:40:51,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7fc451c9-52c5-40e4-a52e-fb8538ccfca6 Date: Thu, 04 Oct 2018 13:40:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2347f997-6bcd-4328-98f0-51a60f4388d7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":42,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["f456b273-5d9e-4718-9ba1-88446d29984c"],"description":"","tags":[],"updated_at":"2018-10-04T13:40:50Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-b96141ff-4ec2-48de-b13b-e851040411a7-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:49Z","provider:network_type":"vxlan"}]} 2018-10-04 13:40:51,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=2347f997-6bcd-4328-98f0-51a60f4388d7 used request id req-7fc451c9-52c5-40e4-a52e-fb8538ccfca6 2018-10-04 13:40:51,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2347f997-6bcd-4328-98f0-51a60f4388d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4daf4c331ad6f8b4c909ac75cf2a5f803bc64bb" 2018-10-04 13:40:51,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e307368f-6669-4d9e-9166-1f9573a8918c Date: Thu, 04 Oct 2018 13:40:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2347f997-6bcd-4328-98f0-51a60f4388d7","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:50Z","dns_nameservers":[],"updated_at":"2018-10-04T13:40:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"f456b273-5d9e-4718-9ba1-88446d29984c","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b96141ff-4ec2-48de-b13b-e851040411a7-pub-subnet"}]} 2018-10-04 13:40:51,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2347f997-6bcd-4328-98f0-51a60f4388d7 used request id req-e307368f-6669-4d9e-9166-1f9573a8918c 2018-10-04 13:40:51,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-b96141ff-4ec2-48de-b13b-e851040411a7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4daf4c331ad6f8b4c909ac75cf2a5f803bc64bb" 2018-10-04 13:40:51,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-31d6f235-c8de-4efb-9d96-f23685a39c50 Date: Thu, 04 Oct 2018 13:40:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2347f997-6bcd-4328-98f0-51a60f4388d7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":42,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["f456b273-5d9e-4718-9ba1-88446d29984c"],"description":"","tags":[],"updated_at":"2018-10-04T13:40:50Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-b96141ff-4ec2-48de-b13b-e851040411a7-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:49Z","provider:network_type":"vxlan"}]} 2018-10-04 13:40:51,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-b96141ff-4ec2-48de-b13b-e851040411a7-pub-net used request id req-31d6f235-c8de-4efb-9d96-f23685a39c50 2018-10-04 13:40:51,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:40:51,676 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:40:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:40:51,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4daf4c331ad6f8b4c909ac75cf2a5f803bc64bb" 2018-10-04 13:40:51,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-119c3f57-959c-4854-8fcc-60da36659020 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:40:51,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-119c3f57-959c-4854-8fcc-60da36659020 2018-10-04 13:40:51,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2347f997-6bcd-4328-98f0-51a60f4388d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4daf4c331ad6f8b4c909ac75cf2a5f803bc64bb" 2018-10-04 13:40:51,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6f4069dc-3a35-4412-99b1-c371ecdf6854 Date: Thu, 04 Oct 2018 13:40:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2347f997-6bcd-4328-98f0-51a60f4388d7","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:50Z","dns_nameservers":[],"updated_at":"2018-10-04T13:40:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"f456b273-5d9e-4718-9ba1-88446d29984c","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b96141ff-4ec2-48de-b13b-e851040411a7-pub-subnet"}]} 2018-10-04 13:40:51,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2347f997-6bcd-4328-98f0-51a60f4388d7 used request id req-6f4069dc-3a35-4412-99b1-c371ecdf6854 2018-10-04 13:40:51,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2347f997-6bcd-4328-98f0-51a60f4388d7&name=NeutronUtilsSubnetTests-b96141ff-4ec2-48de-b13b-e851040411a7-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4daf4c331ad6f8b4c909ac75cf2a5f803bc64bb" 2018-10-04 13:40:52,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-eeea8eee-1676-4af9-8b93-9ef5494dc119 Date: Thu, 04 Oct 2018 13:40:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2347f997-6bcd-4328-98f0-51a60f4388d7","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:50Z","dns_nameservers":[],"updated_at":"2018-10-04T13:40:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"f456b273-5d9e-4718-9ba1-88446d29984c","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b96141ff-4ec2-48de-b13b-e851040411a7-pub-subnet"}]} 2018-10-04 13:40:52,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2347f997-6bcd-4328-98f0-51a60f4388d7&name=NeutronUtilsSubnetTests-b96141ff-4ec2-48de-b13b-e851040411a7-pub-subnet used request id req-eeea8eee-1676-4af9-8b93-9ef5494dc119 2018-10-04 13:40:52,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2347f997-6bcd-4328-98f0-51a60f4388d7&name=NeutronUtilsSubnetTests-b96141ff-4ec2-48de-b13b-e851040411a7-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4daf4c331ad6f8b4c909ac75cf2a5f803bc64bb" 2018-10-04 13:40:52,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-79a4c245-a1c7-4a01-9a78-416f085e26fc Date: Thu, 04 Oct 2018 13:40:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2347f997-6bcd-4328-98f0-51a60f4388d7","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:50Z","dns_nameservers":[],"updated_at":"2018-10-04T13:40:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"f456b273-5d9e-4718-9ba1-88446d29984c","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b96141ff-4ec2-48de-b13b-e851040411a7-pub-subnet"}]} 2018-10-04 13:40:52,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2347f997-6bcd-4328-98f0-51a60f4388d7&name=NeutronUtilsSubnetTests-b96141ff-4ec2-48de-b13b-e851040411a7-pub-subnet used request id req-79a4c245-a1c7-4a01-9a78-416f085e26fc 2018-10-04 13:40:52,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2347f997-6bcd-4328-98f0-51a60f4388d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4daf4c331ad6f8b4c909ac75cf2a5f803bc64bb" 2018-10-04 13:40:52,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-450e2257-c2c1-4c75-9b90-3eaeb72e0ea8 Date: Thu, 04 Oct 2018 13:40:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2347f997-6bcd-4328-98f0-51a60f4388d7","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:50Z","dns_nameservers":[],"updated_at":"2018-10-04T13:40:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"f456b273-5d9e-4718-9ba1-88446d29984c","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b96141ff-4ec2-48de-b13b-e851040411a7-pub-subnet"}]} 2018-10-04 13:40:52,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2347f997-6bcd-4328-98f0-51a60f4388d7 used request id req-450e2257-c2c1-4c75-9b90-3eaeb72e0ea8 2018-10-04 13:40:52,165 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-b96141ff-4ec2-48de-b13b-e851040411a7-pub-subnet 2018-10-04 13:40:52,165 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-b96141ff-4ec2-48de-b13b-e851040411a7-pub-subnet 2018-10-04 13:40:52,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/f456b273-5d9e-4718-9ba1-88446d29984c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4daf4c331ad6f8b4c909ac75cf2a5f803bc64bb" 2018-10-04 13:40:53,757 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eb37bddc-9d99-40fb-9f9d-b503168e32c7 Date: Thu, 04 Oct 2018 13:40:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:40:53,758 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/f456b273-5d9e-4718-9ba1-88446d29984c used request id req-eb37bddc-9d99-40fb-9f9d-b503168e32c7 2018-10-04 13:40:53,758 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-b96141ff-4ec2-48de-b13b-e851040411a7-pub-net 2018-10-04 13:40:53,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/2347f997-6bcd-4328-98f0-51a60f4388d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4daf4c331ad6f8b4c909ac75cf2a5f803bc64bb" 2018-10-04 13:40:55,278 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-db577600-6fa8-4743-8766-485456279470 Date: Thu, 04 Oct 2018 13:40:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:40:55,278 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/2347f997-6bcd-4328-98f0-51a60f4388d7 used request id req-db577600-6fa8-4743-8766-485456279470 2018-10-04 13:40:55,279 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:40:55,662 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:40:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["qO73D7-OQTW7bcxmKZnVfg"], "issued_at": "2018-10-04T13:40:55.000000Z"}} 2018-10-04 13:40:55,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3872ab6cbc447afef4771a0dd534271a79d20951" 2018-10-04 13:40:55,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-139d7eca-1b44-4ecb-877d-16c8158e13f7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:40:55,760 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-139d7eca-1b44-4ecb-877d-16c8158e13f7 2018-10-04 13:40:55,761 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-d3f0cda6-c345-4c55-8067-182edb6e7624-pub-net 2018-10-04 13:40:55,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3872ab6cbc447afef4771a0dd534271a79d20951" -d '{"network": {"name": "NeutronUtilsSubnetTests-d3f0cda6-c345-4c55-8067-182edb6e7624-pub-net", "admin_state_up": true}}' 2018-10-04 13:40:56,326 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-bb8cb66d-e491-4321-bccc-a6a940230f83 Date: Thu, 04 Oct 2018 13:40:56 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c7c572e0-d5b1-4071-a742-18d97c24d149","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:40:56Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-d3f0cda6-c345-4c55-8067-182edb6e7624-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:56Z","mtu":1450}} 2018-10-04 13:40:56,326 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-bb8cb66d-e491-4321-bccc-a6a940230f83 2018-10-04 13:40:56,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=c7c572e0-d5b1-4071-a742-18d97c24d149 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3872ab6cbc447afef4771a0dd534271a79d20951" 2018-10-04 13:40:56,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-1eecfeb2-dc07-4dff-8039-42c6b7b813c3 Date: Thu, 04 Oct 2018 13:40:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c7c572e0-d5b1-4071-a742-18d97c24d149","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:40:56Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-d3f0cda6-c345-4c55-8067-182edb6e7624-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:56Z","provider:network_type":"vxlan"}]} 2018-10-04 13:40:56,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=c7c572e0-d5b1-4071-a742-18d97c24d149 used request id req-1eecfeb2-dc07-4dff-8039-42c6b7b813c3 2018-10-04 13:40:56,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c7c572e0-d5b1-4071-a742-18d97c24d149 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3872ab6cbc447afef4771a0dd534271a79d20951" 2018-10-04 13:40:56,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-de181b4f-316a-4291-9915-cc9fa7d4eab4 Date: Thu, 04 Oct 2018 13:40:56 GMT RESP BODY: {"subnets":[]} 2018-10-04 13:40:56,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c7c572e0-d5b1-4071-a742-18d97c24d149 used request id req-de181b4f-316a-4291-9915-cc9fa7d4eab4 2018-10-04 13:40:56,739 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-d3f0cda6-c345-4c55-8067-182edb6e7624-pub-subnet 2018-10-04 13:40:56,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3872ab6cbc447afef4771a0dd534271a79d20951" -d '{"subnets": [{"ip_version": 4, "network_id": "c7c572e0-d5b1-4071-a742-18d97c24d149", "cidr": null, "name": "NeutronUtilsSubnetTests-d3f0cda6-c345-4c55-8067-182edb6e7624-pub-subnet"}]}' 2018-10-04 13:40:57,547 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-d5ebbdbf-255f-4269-89bc-7736ee07bbd2 Date: Thu, 04 Oct 2018 13:40:57 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-10-04 13:40:57,547 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-d5ebbdbf-255f-4269-89bc-7736ee07bbd2 2018-10-04 13:40:57,548 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-10-04 13:40:57,548 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-d3f0cda6-c345-4c55-8067-182edb6e7624-pub-subnet] for network [NeutronUtilsSubnetTests-d3f0cda6-c345-4c55-8067-182edb6e7624-pub-net] 2018-10-04 13:40:57,548 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-d3f0cda6-c345-4c55-8067-182edb6e7624-pub-net 2018-10-04 13:40:57,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/c7c572e0-d5b1-4071-a742-18d97c24d149 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3872ab6cbc447afef4771a0dd534271a79d20951" 2018-10-04 13:40:58,203 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b1f66f02-0120-458b-b15d-524993cbd65b Date: Thu, 04 Oct 2018 13:40:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:40:58,203 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/c7c572e0-d5b1-4071-a742-18d97c24d149 used request id req-b1f66f02-0120-458b-b15d-524993cbd65b 2018-10-04 13:40:58,204 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:40:58,577 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:40:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["eDoqM8X-RL-F1SaNvTPk2A"], "issued_at": "2018-10-04T13:40:58.000000Z"}} 2018-10-04 13:40:58,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc29a8ae65536ab3d982bd360bb8e4457b99a01" 2018-10-04 13:40:58,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:40:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e926a2f-94e1-48b0-867c-0ee73775ca8f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:40:58,674 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9e926a2f-94e1-48b0-867c-0ee73775ca8f 2018-10-04 13:40:58,675 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-d4e99fe9-1bcc-4ac6-aba5-c0792b97bbd4-pub-net 2018-10-04 13:40:58,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc29a8ae65536ab3d982bd360bb8e4457b99a01" -d '{"network": {"name": "NeutronUtilsSubnetTests-d4e99fe9-1bcc-4ac6-aba5-c0792b97bbd4-pub-net", "admin_state_up": true}}' 2018-10-04 13:40:59,074 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-bc28ee7f-8aa2-4f59-8f24-d77c58d4a323 Date: Thu, 04 Oct 2018 13:40:59 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4f6512c6-01e2-4c84-a258-c46109b69295","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:40:58Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-d4e99fe9-1bcc-4ac6-aba5-c0792b97bbd4-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:58Z","mtu":1450}} 2018-10-04 13:40:59,074 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-bc28ee7f-8aa2-4f59-8f24-d77c58d4a323 2018-10-04 13:40:59,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=4f6512c6-01e2-4c84-a258-c46109b69295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc29a8ae65536ab3d982bd360bb8e4457b99a01" 2018-10-04 13:40:59,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-a4aeeabe-e2cd-4dfe-ad96-0ba7c8180939 Date: Thu, 04 Oct 2018 13:40:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4f6512c6-01e2-4c84-a258-c46109b69295","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:40:58Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-d4e99fe9-1bcc-4ac6-aba5-c0792b97bbd4-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:58Z","provider:network_type":"vxlan"}]} 2018-10-04 13:40:59,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=4f6512c6-01e2-4c84-a258-c46109b69295 used request id req-a4aeeabe-e2cd-4dfe-ad96-0ba7c8180939 2018-10-04 13:40:59,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4f6512c6-01e2-4c84-a258-c46109b69295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc29a8ae65536ab3d982bd360bb8e4457b99a01" 2018-10-04 13:40:59,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e68c5e41-a88f-4460-a5e4-af23bdbacb00 Date: Thu, 04 Oct 2018 13:40:59 GMT RESP BODY: {"subnets":[]} 2018-10-04 13:40:59,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4f6512c6-01e2-4c84-a258-c46109b69295 used request id req-e68c5e41-a88f-4460-a5e4-af23bdbacb00 2018-10-04 13:40:59,644 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-d4e99fe9-1bcc-4ac6-aba5-c0792b97bbd4-pub-subnet 2018-10-04 13:40:59,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc29a8ae65536ab3d982bd360bb8e4457b99a01" -d '{"subnets": [{"ip_version": 4, "network_id": "4f6512c6-01e2-4c84-a258-c46109b69295", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-d4e99fe9-1bcc-4ac6-aba5-c0792b97bbd4-pub-subnet"}]}' 2018-10-04 13:41:00,266 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8db4ae52-6732-4491-a992-a6994f1d25fa Date: Thu, 04 Oct 2018 13:41:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f6512c6-01e2-4c84-a258-c46109b69295","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:59Z","dns_nameservers":[],"updated_at":"2018-10-04T13:40:59Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"55d712b8-53e4-47a6-9c69-3b8667893690","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-d4e99fe9-1bcc-4ac6-aba5-c0792b97bbd4-pub-subnet"}]} 2018-10-04 13:41:00,266 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-8db4ae52-6732-4491-a992-a6994f1d25fa 2018-10-04 13:41:00,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=4f6512c6-01e2-4c84-a258-c46109b69295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc29a8ae65536ab3d982bd360bb8e4457b99a01" 2018-10-04 13:41:00,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-50890e27-bd05-492f-8337-7b4f22deb729 Date: Thu, 04 Oct 2018 13:41:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4f6512c6-01e2-4c84-a258-c46109b69295","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["55d712b8-53e4-47a6-9c69-3b8667893690"],"description":"","tags":[],"updated_at":"2018-10-04T13:40:59Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-d4e99fe9-1bcc-4ac6-aba5-c0792b97bbd4-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:58Z","provider:network_type":"vxlan"}]} 2018-10-04 13:41:00,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=4f6512c6-01e2-4c84-a258-c46109b69295 used request id req-50890e27-bd05-492f-8337-7b4f22deb729 2018-10-04 13:41:00,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4f6512c6-01e2-4c84-a258-c46109b69295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc29a8ae65536ab3d982bd360bb8e4457b99a01" 2018-10-04 13:41:00,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1d4b32c6-2a42-40ab-98a0-a40856e636a9 Date: Thu, 04 Oct 2018 13:41:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f6512c6-01e2-4c84-a258-c46109b69295","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:59Z","dns_nameservers":[],"updated_at":"2018-10-04T13:40:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"55d712b8-53e4-47a6-9c69-3b8667893690","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-d4e99fe9-1bcc-4ac6-aba5-c0792b97bbd4-pub-subnet"}]} 2018-10-04 13:41:00,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4f6512c6-01e2-4c84-a258-c46109b69295 used request id req-1d4b32c6-2a42-40ab-98a0-a40856e636a9 2018-10-04 13:41:00,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-d4e99fe9-1bcc-4ac6-aba5-c0792b97bbd4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc29a8ae65536ab3d982bd360bb8e4457b99a01" 2018-10-04 13:41:00,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-ee122399-7d23-4658-95e8-4a14a1e8365f Date: Thu, 04 Oct 2018 13:41:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4f6512c6-01e2-4c84-a258-c46109b69295","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["55d712b8-53e4-47a6-9c69-3b8667893690"],"description":"","tags":[],"updated_at":"2018-10-04T13:40:59Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-d4e99fe9-1bcc-4ac6-aba5-c0792b97bbd4-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:58Z","provider:network_type":"vxlan"}]} 2018-10-04 13:41:00,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-d4e99fe9-1bcc-4ac6-aba5-c0792b97bbd4-pub-net used request id req-ee122399-7d23-4658-95e8-4a14a1e8365f 2018-10-04 13:41:00,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:41:00,868 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:41:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:41:00,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc29a8ae65536ab3d982bd360bb8e4457b99a01" 2018-10-04 13:41:00,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:41:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad142693-a40a-4a69-8f87-38b987b689e9 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:41:00,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-ad142693-a40a-4a69-8f87-38b987b689e9 2018-10-04 13:41:00,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4f6512c6-01e2-4c84-a258-c46109b69295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc29a8ae65536ab3d982bd360bb8e4457b99a01" 2018-10-04 13:41:01,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-34f8847f-77c9-4421-9c3b-84843bc5a216 Date: Thu, 04 Oct 2018 13:41:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f6512c6-01e2-4c84-a258-c46109b69295","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:40:59Z","dns_nameservers":[],"updated_at":"2018-10-04T13:40:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"55d712b8-53e4-47a6-9c69-3b8667893690","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-d4e99fe9-1bcc-4ac6-aba5-c0792b97bbd4-pub-subnet"}]} 2018-10-04 13:41:01,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4f6512c6-01e2-4c84-a258-c46109b69295 used request id req-34f8847f-77c9-4421-9c3b-84843bc5a216 2018-10-04 13:41:01,169 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-d4e99fe9-1bcc-4ac6-aba5-c0792b97bbd4-pub-subnet 2018-10-04 13:41:01,169 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-d4e99fe9-1bcc-4ac6-aba5-c0792b97bbd4-pub-subnet 2018-10-04 13:41:01,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/55d712b8-53e4-47a6-9c69-3b8667893690 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc29a8ae65536ab3d982bd360bb8e4457b99a01" 2018-10-04 13:41:02,308 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f1436f25-e51d-4fd4-a1fc-86d2f7fb3b83 Date: Thu, 04 Oct 2018 13:41:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:41:02,309 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/55d712b8-53e4-47a6-9c69-3b8667893690 used request id req-f1436f25-e51d-4fd4-a1fc-86d2f7fb3b83 2018-10-04 13:41:02,309 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-d4e99fe9-1bcc-4ac6-aba5-c0792b97bbd4-pub-net 2018-10-04 13:41:02,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/4f6512c6-01e2-4c84-a258-c46109b69295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc29a8ae65536ab3d982bd360bb8e4457b99a01" 2018-10-04 13:41:03,793 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c4a0eeee-5248-4d0a-8230-4c9cf5e31145 Date: Thu, 04 Oct 2018 13:41:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:41:03,793 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/4f6512c6-01e2-4c84-a258-c46109b69295 used request id req-c4a0eeee-5248-4d0a-8230-4c9cf5e31145 2018-10-04 13:41:03,795 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:41:04,180 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:41:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["OD7RPghtRhCdJTzeb-edhA"], "issued_at": "2018-10-04T13:41:04.000000Z"}} 2018-10-04 13:41:04,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:04,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:41:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c370f69a-9e3c-43a4-aa55-c76e7a565807 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:41:04,361 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c370f69a-9e3c-43a4-aa55-c76e7a565807 2018-10-04 13:41:04,362 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-net 2018-10-04 13:41:04,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" -d '{"network": {"name": "NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-net", "admin_state_up": true}}' 2018-10-04 13:41:04,811 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-dbc40361-952e-4b9c-a706-ed4d54178e8e Date: Thu, 04 Oct 2018 13:41:04 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"85622623-ad3c-409c-85ba-4bdf664e81ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:41:04Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:04Z","mtu":1450}} 2018-10-04 13:41:04,811 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-dbc40361-952e-4b9c-a706-ed4d54178e8e 2018-10-04 13:41:04,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=85622623-ad3c-409c-85ba-4bdf664e81ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:05,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-4394a535-068d-4c36-ad81-5f95d3fbfa9f Date: Thu, 04 Oct 2018 13:41:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"85622623-ad3c-409c-85ba-4bdf664e81ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:41:04Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:04Z","provider:network_type":"vxlan"}]} 2018-10-04 13:41:05,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=85622623-ad3c-409c-85ba-4bdf664e81ba used request id req-4394a535-068d-4c36-ad81-5f95d3fbfa9f 2018-10-04 13:41:05,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=85622623-ad3c-409c-85ba-4bdf664e81ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:05,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e3698124-e53a-4458-8079-2ccc8e705c36 Date: Thu, 04 Oct 2018 13:41:05 GMT RESP BODY: {"subnets":[]} 2018-10-04 13:41:05,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=85622623-ad3c-409c-85ba-4bdf664e81ba used request id req-e3698124-e53a-4458-8079-2ccc8e705c36 2018-10-04 13:41:05,769 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-subnet 2018-10-04 13:41:05,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" -d '{"subnets": [{"ip_version": 4, "network_id": "85622623-ad3c-409c-85ba-4bdf664e81ba", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-subnet"}]}' 2018-10-04 13:41:06,327 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d649304d-653a-4e4d-ad8f-f82b74a710ec Date: Thu, 04 Oct 2018 13:41:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85622623-ad3c-409c-85ba-4bdf664e81ba","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:06Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:06Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"f4223e1a-f90d-4df2-8d9a-17add24bea95","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-subnet"}]} 2018-10-04 13:41:06,327 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-d649304d-653a-4e4d-ad8f-f82b74a710ec 2018-10-04 13:41:06,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=85622623-ad3c-409c-85ba-4bdf664e81ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:06,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-91501466-3f34-47d9-b699-60e02f6890da Date: Thu, 04 Oct 2018 13:41:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"85622623-ad3c-409c-85ba-4bdf664e81ba","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["f4223e1a-f90d-4df2-8d9a-17add24bea95"],"description":"","tags":[],"updated_at":"2018-10-04T13:41:06Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:04Z","provider:network_type":"vxlan"}]} 2018-10-04 13:41:06,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=85622623-ad3c-409c-85ba-4bdf664e81ba used request id req-91501466-3f34-47d9-b699-60e02f6890da 2018-10-04 13:41:06,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=85622623-ad3c-409c-85ba-4bdf664e81ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:06,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8d970f63-96e5-4ae1-8b4f-4aa091b3ed4d Date: Thu, 04 Oct 2018 13:41:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85622623-ad3c-409c-85ba-4bdf664e81ba","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:06Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"f4223e1a-f90d-4df2-8d9a-17add24bea95","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-subnet"}]} 2018-10-04 13:41:06,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=85622623-ad3c-409c-85ba-4bdf664e81ba used request id req-8d970f63-96e5-4ae1-8b4f-4aa091b3ed4d 2018-10-04 13:41:06,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:07,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-e31e5989-7382-49d7-bbc5-32266db7bfba Date: Thu, 04 Oct 2018 13:41:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"85622623-ad3c-409c-85ba-4bdf664e81ba","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["f4223e1a-f90d-4df2-8d9a-17add24bea95"],"description":"","tags":[],"updated_at":"2018-10-04T13:41:06Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:04Z","provider:network_type":"vxlan"}]} 2018-10-04 13:41:07,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-net used request id req-e31e5989-7382-49d7-bbc5-32266db7bfba 2018-10-04 13:41:07,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:41:07,014 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:41:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:41:07,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:07,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:41:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4fb4bb5-940f-4bc9-ab6e-59ff692acec1 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:41:07,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-e4fb4bb5-940f-4bc9-ab6e-59ff692acec1 2018-10-04 13:41:07,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=85622623-ad3c-409c-85ba-4bdf664e81ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:07,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7db414b8-77dc-4733-86fc-4d86588fb405 Date: Thu, 04 Oct 2018 13:41:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85622623-ad3c-409c-85ba-4bdf664e81ba","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:06Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"f4223e1a-f90d-4df2-8d9a-17add24bea95","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-subnet"}]} 2018-10-04 13:41:07,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=85622623-ad3c-409c-85ba-4bdf664e81ba used request id req-7db414b8-77dc-4733-86fc-4d86588fb405 2018-10-04 13:41:07,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=85622623-ad3c-409c-85ba-4bdf664e81ba&name=NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:07,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-59be3293-3a9a-43b2-b555-5c1b9cb587cf Date: Thu, 04 Oct 2018 13:41:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85622623-ad3c-409c-85ba-4bdf664e81ba","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:06Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"f4223e1a-f90d-4df2-8d9a-17add24bea95","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-subnet"}]} 2018-10-04 13:41:07,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=85622623-ad3c-409c-85ba-4bdf664e81ba&name=NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-subnet used request id req-59be3293-3a9a-43b2-b555-5c1b9cb587cf 2018-10-04 13:41:07,331 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:41:07,332 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:41:07,712 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:41:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["c5HfwPSaSG2G_kRKj5YRZw"], "issued_at": "2018-10-04T13:41:07.000000Z"}} 2018-10-04 13:41:07,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf11120efcd3c92cffe18f67e43a42ef965e5b6f" 2018-10-04 13:41:07,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:41:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8423cf67-3d6e-4261-9cf7-d5d08c4b00f1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:41:07,800 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8423cf67-3d6e-4261-9cf7-d5d08c4b00f1 2018-10-04 13:41:07,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:08,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-ec1d975a-3004-4fe5-8bb8-17956bc64059 Date: Thu, 04 Oct 2018 13:41:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 13:41:08,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-ec1d975a-3004-4fe5-8bb8-17956bc64059 2018-10-04 13:41:08,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:08,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-c7bdd8eb-1c4e-47c9-a534-5ff384431ca2 Date: Thu, 04 Oct 2018 13:41:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","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":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 13:41:08,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-c7bdd8eb-1c4e-47c9-a534-5ff384431ca2 2018-10-04 13:41:08,227 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-router 2018-10-04 13:41:08,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-router", "admin_state_up": true}}' 2018-10-04 13:41:13,274 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-604f7d45-67ae-482b-a071-a3980825fc69 Date: Thu, 04 Oct 2018 13:41:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:41:09Z", "admin_state_up": true, "updated_at": "2018-10-04T13:41:10Z", "project_id": "93973d1238b2486385104382b3d557a9", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "8069f6fc-27a5-44da-a1fa-ac9b1a59ae80", "name": "NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-router"}} 2018-10-04 13:41:13,275 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-604f7d45-67ae-482b-a071-a3980825fc69 2018-10-04 13:41:13,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=8069f6fc-27a5-44da-a1fa-ac9b1a59ae80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:13,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-55906d62-622b-4bf6-9939-75311a438938 Date: Thu, 04 Oct 2018 13:41:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:41:12Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4e368af6-1d5e-4a0f-8b29-932a92130c27","ip_address":"169.254.192.2"}],"id":"38c0fdcf-d4b4-4837-83be-b2f2a46683db","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b9:a9:96","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"4e951e39-200e-412e-97d2-a8254c18acf0","tenant_id":"","created_at":"2018-10-04T13:41:12Z","binding:vnic_type":"normal","device_id":"8069f6fc-27a5-44da-a1fa-ac9b1a59ae80"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:41:10Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4e368af6-1d5e-4a0f-8b29-932a92130c27","ip_address":"169.254.192.4"}],"id":"3fc4453a-8843-45ad-ae9e-4e446f36adb3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ac:8e:7e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"4e951e39-200e-412e-97d2-a8254c18acf0","tenant_id":"","created_at":"2018-10-04T13:41:10Z","binding:vnic_type":"normal","device_id":"8069f6fc-27a5-44da-a1fa-ac9b1a59ae80"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:41:11Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4e368af6-1d5e-4a0f-8b29-932a92130c27","ip_address":"169.254.192.6"}],"id":"b009fb80-b92a-4b29-8e46-35a1d1670980","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5c:08:8b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"4e951e39-200e-412e-97d2-a8254c18acf0","tenant_id":"","created_at":"2018-10-04T13:41:11Z","binding:vnic_type":"normal","device_id":"8069f6fc-27a5-44da-a1fa-ac9b1a59ae80"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:41:09Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","ip_address":"172.30.9.202"}],"id":"bd09f1eb-3c0d-48bc-a8e7-3ce6ecb77e9f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e6:1e:96","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"","created_at":"2018-10-04T13:41:09Z","binding:vnic_type":"normal","device_id":"8069f6fc-27a5-44da-a1fa-ac9b1a59ae80"}]} 2018-10-04 13:41:13,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=8069f6fc-27a5-44da-a1fa-ac9b1a59ae80 used request id req-55906d62-622b-4bf6-9939-75311a438938 2018-10-04 13:41:13,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:13,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-49c90438-abdb-452a-85b2-313418a2a86b Date: Thu, 04 Oct 2018 13:41:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 13:41:13,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b used request id req-49c90438-abdb-452a-85b2-313418a2a86b 2018-10-04 13:41:13,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/4e368af6-1d5e-4a0f-8b29-932a92130c27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:13,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-eabb2a98-3535-40f1-9fd7-79acb537361d Date: Thu, 04 Oct 2018 13:41:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e951e39-200e-412e-97d2-a8254c18acf0","tenant_id":"","created_at":"2018-10-04T13:41:08Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:08Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"4e368af6-1d5e-4a0f-8b29-932a92130c27","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:41:13,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/4e368af6-1d5e-4a0f-8b29-932a92130c27 used request id req-eabb2a98-3535-40f1-9fd7-79acb537361d 2018-10-04 13:41:13,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/4e368af6-1d5e-4a0f-8b29-932a92130c27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:13,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-5b62998c-83fe-4736-b21c-e83776c7d312 Date: Thu, 04 Oct 2018 13:41:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e951e39-200e-412e-97d2-a8254c18acf0","tenant_id":"","created_at":"2018-10-04T13:41:08Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:08Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"4e368af6-1d5e-4a0f-8b29-932a92130c27","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:41:13,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/4e368af6-1d5e-4a0f-8b29-932a92130c27 used request id req-5b62998c-83fe-4736-b21c-e83776c7d312 2018-10-04 13:41:13,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/4e368af6-1d5e-4a0f-8b29-932a92130c27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:13,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4159f16b-1c3f-4300-bada-cacaad6d22cf Date: Thu, 04 Oct 2018 13:41:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e951e39-200e-412e-97d2-a8254c18acf0","tenant_id":"","created_at":"2018-10-04T13:41:08Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:08Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"4e368af6-1d5e-4a0f-8b29-932a92130c27","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:41:13,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/4e368af6-1d5e-4a0f-8b29-932a92130c27 used request id req-4159f16b-1c3f-4300-bada-cacaad6d22cf 2018-10-04 13:41:13,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:14,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-81f688c0-27e0-4276-94e9-709b2d476d97 Date: Thu, 04 Oct 2018 13:41:14 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:41:09Z", "admin_state_up": true, "updated_at": "2018-10-04T13:41:12Z", "project_id": "93973d1238b2486385104382b3d557a9", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "8069f6fc-27a5-44da-a1fa-ac9b1a59ae80", "name": "NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-router"}]} 2018-10-04 13:41:14,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-router used request id req-81f688c0-27e0-4276-94e9-709b2d476d97 2018-10-04 13:41:14,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:14,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:41:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-892e8b8b-7e1f-458e-9f0e-09326f882084 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:41:14,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-892e8b8b-7e1f-458e-9f0e-09326f882084 2018-10-04 13:41:14,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=8069f6fc-27a5-44da-a1fa-ac9b1a59ae80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:14,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3310 X-Openstack-Request-Id: req-a96c2e46-3fe5-4896-b0cb-17130847cd93 Date: Thu, 04 Oct 2018 13:41:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:41:12Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4e368af6-1d5e-4a0f-8b29-932a92130c27","ip_address":"169.254.192.2"}],"id":"38c0fdcf-d4b4-4837-83be-b2f2a46683db","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b9:a9:96","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"4e951e39-200e-412e-97d2-a8254c18acf0","tenant_id":"","created_at":"2018-10-04T13:41:12Z","binding:vnic_type":"normal","device_id":"8069f6fc-27a5-44da-a1fa-ac9b1a59ae80"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:41:10Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4e368af6-1d5e-4a0f-8b29-932a92130c27","ip_address":"169.254.192.4"}],"id":"3fc4453a-8843-45ad-ae9e-4e446f36adb3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ac:8e:7e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"4e951e39-200e-412e-97d2-a8254c18acf0","tenant_id":"","created_at":"2018-10-04T13:41:10Z","binding:vnic_type":"normal","device_id":"8069f6fc-27a5-44da-a1fa-ac9b1a59ae80"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:41:11Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4e368af6-1d5e-4a0f-8b29-932a92130c27","ip_address":"169.254.192.6"}],"id":"b009fb80-b92a-4b29-8e46-35a1d1670980","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5c:08:8b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"4e951e39-200e-412e-97d2-a8254c18acf0","tenant_id":"","created_at":"2018-10-04T13:41:11Z","binding:vnic_type":"normal","device_id":"8069f6fc-27a5-44da-a1fa-ac9b1a59ae80"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:41:13Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","ip_address":"172.30.9.202"}],"id":"bd09f1eb-3c0d-48bc-a8e7-3ce6ecb77e9f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e6:1e:96","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"","created_at":"2018-10-04T13:41:09Z","binding:vnic_type":"normal","device_id":"8069f6fc-27a5-44da-a1fa-ac9b1a59ae80"}]} 2018-10-04 13:41:14,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=8069f6fc-27a5-44da-a1fa-ac9b1a59ae80 used request id req-a96c2e46-3fe5-4896-b0cb-17130847cd93 2018-10-04 13:41:14,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:14,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-3c85d35f-634b-4d0d-ab7c-4a4401061f67 Date: Thu, 04 Oct 2018 13:41:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 13:41:14,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b used request id req-3c85d35f-634b-4d0d-ab7c-4a4401061f67 2018-10-04 13:41:14,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/4e368af6-1d5e-4a0f-8b29-932a92130c27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:14,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-97ca7bf5-02db-490f-9e87-b438259ee834 Date: Thu, 04 Oct 2018 13:41:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e951e39-200e-412e-97d2-a8254c18acf0","tenant_id":"","created_at":"2018-10-04T13:41:08Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:08Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"4e368af6-1d5e-4a0f-8b29-932a92130c27","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:41:14,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/4e368af6-1d5e-4a0f-8b29-932a92130c27 used request id req-97ca7bf5-02db-490f-9e87-b438259ee834 2018-10-04 13:41:14,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/4e368af6-1d5e-4a0f-8b29-932a92130c27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:14,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-58e814f2-020a-4f19-82ef-0bfe330e8133 Date: Thu, 04 Oct 2018 13:41:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e951e39-200e-412e-97d2-a8254c18acf0","tenant_id":"","created_at":"2018-10-04T13:41:08Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:08Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"4e368af6-1d5e-4a0f-8b29-932a92130c27","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:41:14,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/4e368af6-1d5e-4a0f-8b29-932a92130c27 used request id req-58e814f2-020a-4f19-82ef-0bfe330e8133 2018-10-04 13:41:14,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/4e368af6-1d5e-4a0f-8b29-932a92130c27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:14,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e161fabe-f6d3-43cb-9695-61c75a548ec8 Date: Thu, 04 Oct 2018 13:41:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e951e39-200e-412e-97d2-a8254c18acf0","tenant_id":"","created_at":"2018-10-04T13:41:08Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:08Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"4e368af6-1d5e-4a0f-8b29-932a92130c27","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:41:14,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/4e368af6-1d5e-4a0f-8b29-932a92130c27 used request id req-e161fabe-f6d3-43cb-9695-61c75a548ec8 2018-10-04 13:41:14,621 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-router 2018-10-04 13:41:14,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/8069f6fc-27a5-44da-a1fa-ac9b1a59ae80/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" -d '{"subnet_id": "f4223e1a-f90d-4df2-8d9a-17add24bea95"}' 2018-10-04 13:41:16,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-65c0bb43-4fe4-4974-a1a3-08b181b2f83c Date: Thu, 04 Oct 2018 13:41:16 GMT RESP BODY: {"network_id": "85622623-ad3c-409c-85ba-4bdf664e81ba", "tenant_id": "93973d1238b2486385104382b3d557a9", "subnet_id": "f4223e1a-f90d-4df2-8d9a-17add24bea95", "subnet_ids": ["f4223e1a-f90d-4df2-8d9a-17add24bea95"], "port_id": "2178611c-198d-4e1a-93e7-f09f5e49accb", "id": "8069f6fc-27a5-44da-a1fa-ac9b1a59ae80"} 2018-10-04 13:41:16,339 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/8069f6fc-27a5-44da-a1fa-ac9b1a59ae80/add_router_interface used request id req-65c0bb43-4fe4-4974-a1a3-08b181b2f83c 2018-10-04 13:41:16,340 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-router 2018-10-04 13:41:16,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/8069f6fc-27a5-44da-a1fa-ac9b1a59ae80/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" -d '{"subnet_id": "f4223e1a-f90d-4df2-8d9a-17add24bea95"}' 2018-10-04 13:41:17,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1f3992e3-3aa7-4d7c-b9e5-682b27ba042f Date: Thu, 04 Oct 2018 13:41:17 GMT RESP BODY: {"network_id": "85622623-ad3c-409c-85ba-4bdf664e81ba", "tenant_id": "93973d1238b2486385104382b3d557a9", "subnet_id": "f4223e1a-f90d-4df2-8d9a-17add24bea95", "subnet_ids": ["f4223e1a-f90d-4df2-8d9a-17add24bea95"], "port_id": "2178611c-198d-4e1a-93e7-f09f5e49accb", "id": "8069f6fc-27a5-44da-a1fa-ac9b1a59ae80"} 2018-10-04 13:41:17,848 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/8069f6fc-27a5-44da-a1fa-ac9b1a59ae80/remove_router_interface used request id req-1f3992e3-3aa7-4d7c-b9e5-682b27ba042f 2018-10-04 13:41:17,848 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-router 2018-10-04 13:41:17,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/8069f6fc-27a5-44da-a1fa-ac9b1a59ae80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:21,254 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-904c3b50-a8fb-46b1-bfa8-b91efdd96e48 Content-Length: 0 Date: Thu, 04 Oct 2018 13:41:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:41:21,254 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/8069f6fc-27a5-44da-a1fa-ac9b1a59ae80 used request id req-904c3b50-a8fb-46b1-bfa8-b91efdd96e48 2018-10-04 13:41:21,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:21,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-41db1da1-5207-4104-8f09-c3307196c090 Date: Thu, 04 Oct 2018 13:41:21 GMT RESP BODY: {"routers": []} 2018-10-04 13:41:21,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-router used request id req-41db1da1-5207-4104-8f09-c3307196c090 2018-10-04 13:41:21,487 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-subnet 2018-10-04 13:41:21,487 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-subnet 2018-10-04 13:41:21,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/f4223e1a-f90d-4df2-8d9a-17add24bea95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:23,739 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-78bb096c-7daa-4a6a-8d5a-e6749a1f8362 Date: Thu, 04 Oct 2018 13:41:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:41:23,739 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/f4223e1a-f90d-4df2-8d9a-17add24bea95 used request id req-78bb096c-7daa-4a6a-8d5a-e6749a1f8362 2018-10-04 13:41:23,739 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-e1cee057-a7ac-4129-9798-3d0e697778f8-pub-net 2018-10-04 13:41:23,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/85622623-ad3c-409c-85ba-4bdf664e81ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fb0f6022bab9a022041f5dc34277c438f1c880" 2018-10-04 13:41:24,911 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f267a2fc-c892-484b-bc53-0d7ca817fb73 Date: Thu, 04 Oct 2018 13:41:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:41:24,911 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/85622623-ad3c-409c-85ba-4bdf664e81ba used request id req-f267a2fc-c892-484b-bc53-0d7ca817fb73 2018-10-04 13:41:24,913 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:41:25,298 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:41:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["f5_Av6MESCa1Vxx_0az8Cg"], "issued_at": "2018-10-04T13:41:25.000000Z"}} 2018-10-04 13:41:25,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:25,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:41:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2afca81c-3658-444e-9d9e-b4d430a79dac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:41:25,377 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2afca81c-3658-444e-9d9e-b4d430a79dac 2018-10-04 13:41:25,378 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-net 2018-10-04 13:41:25,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" -d '{"network": {"name": "NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-net", "admin_state_up": true}}' 2018-10-04 13:41:25,888 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-264baf26-5165-4245-8db4-cf0bf8d322dc Date: Thu, 04 Oct 2018 13:41:25 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6e9ed6d1-517c-488b-8666-c0e49fa87b5e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:41:25Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:25Z","mtu":1450}} 2018-10-04 13:41:25,889 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-264baf26-5165-4245-8db4-cf0bf8d322dc 2018-10-04 13:41:25,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=6e9ed6d1-517c-488b-8666-c0e49fa87b5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:26,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-b76b30e1-e00c-4a50-8655-65347865109c Date: Thu, 04 Oct 2018 13:41:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6e9ed6d1-517c-488b-8666-c0e49fa87b5e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:41:25Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:25Z","provider:network_type":"vxlan"}]} 2018-10-04 13:41:26,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=6e9ed6d1-517c-488b-8666-c0e49fa87b5e used request id req-b76b30e1-e00c-4a50-8655-65347865109c 2018-10-04 13:41:26,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6e9ed6d1-517c-488b-8666-c0e49fa87b5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:26,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3d2d7291-ac0a-4027-a531-93fe280797ec Date: Thu, 04 Oct 2018 13:41:26 GMT RESP BODY: {"subnets":[]} 2018-10-04 13:41:26,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6e9ed6d1-517c-488b-8666-c0e49fa87b5e used request id req-3d2d7291-ac0a-4027-a531-93fe280797ec 2018-10-04 13:41:26,295 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-subnet 2018-10-04 13:41:26,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" -d '{"subnets": [{"ip_version": 4, "network_id": "6e9ed6d1-517c-488b-8666-c0e49fa87b5e", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-subnet"}]}' 2018-10-04 13:41:26,960 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-36d3a04e-8b68-4354-bca6-c6cfdca50a6c Date: Thu, 04 Oct 2018 13:41:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6e9ed6d1-517c-488b-8666-c0e49fa87b5e","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:26Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:26Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"c7de9a42-d6f9-4b0d-9a33-b65a27285d5f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-subnet"}]} 2018-10-04 13:41:26,961 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-36d3a04e-8b68-4354-bca6-c6cfdca50a6c 2018-10-04 13:41:26,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=6e9ed6d1-517c-488b-8666-c0e49fa87b5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:27,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-12f14f45-94d3-40f2-9939-e4d879eed841 Date: Thu, 04 Oct 2018 13:41:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6e9ed6d1-517c-488b-8666-c0e49fa87b5e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["c7de9a42-d6f9-4b0d-9a33-b65a27285d5f"],"description":"","tags":[],"updated_at":"2018-10-04T13:41:26Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:25Z","provider:network_type":"vxlan"}]} 2018-10-04 13:41:27,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=6e9ed6d1-517c-488b-8666-c0e49fa87b5e used request id req-12f14f45-94d3-40f2-9939-e4d879eed841 2018-10-04 13:41:27,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6e9ed6d1-517c-488b-8666-c0e49fa87b5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:27,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1a348910-4be9-48f2-b3c1-b743f54ae28e Date: Thu, 04 Oct 2018 13:41:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6e9ed6d1-517c-488b-8666-c0e49fa87b5e","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:26Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"c7de9a42-d6f9-4b0d-9a33-b65a27285d5f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-subnet"}]} 2018-10-04 13:41:27,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6e9ed6d1-517c-488b-8666-c0e49fa87b5e used request id req-1a348910-4be9-48f2-b3c1-b743f54ae28e 2018-10-04 13:41:27,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:27,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-e7d8cb66-5185-4a83-80ae-e2874a0b94a3 Date: Thu, 04 Oct 2018 13:41:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6e9ed6d1-517c-488b-8666-c0e49fa87b5e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["c7de9a42-d6f9-4b0d-9a33-b65a27285d5f"],"description":"","tags":[],"updated_at":"2018-10-04T13:41:26Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:25Z","provider:network_type":"vxlan"}]} 2018-10-04 13:41:27,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-net used request id req-e7d8cb66-5185-4a83-80ae-e2874a0b94a3 2018-10-04 13:41:27,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:41:27,656 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:41:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:41:27,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:27,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:41:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da4c7e5a-636f-4a40-b285-5eb310d891e6 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:41:27,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-da4c7e5a-636f-4a40-b285-5eb310d891e6 2018-10-04 13:41:27,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6e9ed6d1-517c-488b-8666-c0e49fa87b5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:27,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c774342f-cc3c-4251-b0e7-759cc9ea7664 Date: Thu, 04 Oct 2018 13:41:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6e9ed6d1-517c-488b-8666-c0e49fa87b5e","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:26Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"c7de9a42-d6f9-4b0d-9a33-b65a27285d5f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-subnet"}]} 2018-10-04 13:41:27,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6e9ed6d1-517c-488b-8666-c0e49fa87b5e used request id req-c774342f-cc3c-4251-b0e7-759cc9ea7664 2018-10-04 13:41:27,885 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:41:27,886 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:41:28,261 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:41:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["LVFhNNiRTfmuvhCJyoBhJw"], "issued_at": "2018-10-04T13:41:28.000000Z"}} 2018-10-04 13:41:28,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac79cb5b6d81fa216569a7ca4bf984288e7d7a5" 2018-10-04 13:41:28,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:41:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7b56d75-acdd-40af-b2ec-d673feaa6bc9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:41:28,346 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d7b56d75-acdd-40af-b2ec-d673feaa6bc9 2018-10-04 13:41:28,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:28,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-14686256-511e-41f8-818d-977d5569306f Date: Thu, 04 Oct 2018 13:41:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 13:41:28,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-14686256-511e-41f8-818d-977d5569306f 2018-10-04 13:41:28,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:28,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-1b97483f-8016-4b33-a243-171caec9d3c0 Date: Thu, 04 Oct 2018 13:41:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","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":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 13:41:28,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-1b97483f-8016-4b33-a243-171caec9d3c0 2018-10-04 13:41:28,933 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-router 2018-10-04 13:41:28,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-router", "admin_state_up": true}}' 2018-10-04 13:41:33,813 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-78c6af77-eed3-4004-8822-3073a75e9089 Date: Thu, 04 Oct 2018 13:41:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:41:29Z", "admin_state_up": true, "updated_at": "2018-10-04T13:41:30Z", "project_id": "93973d1238b2486385104382b3d557a9", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "1ace74d0-a3eb-45ff-beb2-df3d3a5a609f", "name": "NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-router"}} 2018-10-04 13:41:33,813 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-78c6af77-eed3-4004-8822-3073a75e9089 2018-10-04 13:41:33,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=1ace74d0-a3eb-45ff-beb2-df3d3a5a609f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:34,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-29fc5147-2a4b-4aa8-8d20-82aa982df66d Date: Thu, 04 Oct 2018 13:41:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:41:30Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","ip_address":"172.30.9.208"}],"id":"0c4545d3-a595-44d1-898e-b932d18f4db9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e3:c6:36","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"","created_at":"2018-10-04T13:41:30Z","binding:vnic_type":"normal","device_id":"1ace74d0-a3eb-45ff-beb2-df3d3a5a609f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:41:31Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f408aa6-089b-45a8-a8db-a31f7fce4767","ip_address":"169.254.192.4"}],"id":"26bd7165-a86a-4c79-9768-86f23010872f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a0:3e:78","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"94965fa8-4720-4887-a66c-3870f12007dc","tenant_id":"","created_at":"2018-10-04T13:41:31Z","binding:vnic_type":"normal","device_id":"1ace74d0-a3eb-45ff-beb2-df3d3a5a609f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:41:32Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f408aa6-089b-45a8-a8db-a31f7fce4767","ip_address":"169.254.192.12"}],"id":"34a338cd-f93d-47a8-ac4d-3ede5010976f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4c:1d:62","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"94965fa8-4720-4887-a66c-3870f12007dc","tenant_id":"","created_at":"2018-10-04T13:41:32Z","binding:vnic_type":"normal","device_id":"1ace74d0-a3eb-45ff-beb2-df3d3a5a609f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:41:32Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f408aa6-089b-45a8-a8db-a31f7fce4767","ip_address":"169.254.192.2"}],"id":"af679b26-6cd8-4ce3-9318-04172c182c0e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:91:86:f6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"94965fa8-4720-4887-a66c-3870f12007dc","tenant_id":"","created_at":"2018-10-04T13:41:31Z","binding:vnic_type":"normal","device_id":"1ace74d0-a3eb-45ff-beb2-df3d3a5a609f"}]} 2018-10-04 13:41:34,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=1ace74d0-a3eb-45ff-beb2-df3d3a5a609f used request id req-29fc5147-2a4b-4aa8-8d20-82aa982df66d 2018-10-04 13:41:34,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:34,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-1010a2a3-8d8c-4629-a874-6cd134241f11 Date: Thu, 04 Oct 2018 13:41:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 13:41:34,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b used request id req-1010a2a3-8d8c-4629-a874-6cd134241f11 2018-10-04 13:41:34,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/8f408aa6-089b-45a8-a8db-a31f7fce4767 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:34,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-2d88945e-b3e9-4c0d-947a-2dbe7e5733ee Date: Thu, 04 Oct 2018 13:41:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94965fa8-4720-4887-a66c-3870f12007dc","tenant_id":"","created_at":"2018-10-04T13:41:29Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:29Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"8f408aa6-089b-45a8-a8db-a31f7fce4767","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:41:34,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/8f408aa6-089b-45a8-a8db-a31f7fce4767 used request id req-2d88945e-b3e9-4c0d-947a-2dbe7e5733ee 2018-10-04 13:41:34,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/8f408aa6-089b-45a8-a8db-a31f7fce4767 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:34,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0efe4ea3-2174-4f9e-99ff-473b1794dd57 Date: Thu, 04 Oct 2018 13:41:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94965fa8-4720-4887-a66c-3870f12007dc","tenant_id":"","created_at":"2018-10-04T13:41:29Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:29Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"8f408aa6-089b-45a8-a8db-a31f7fce4767","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:41:34,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/8f408aa6-089b-45a8-a8db-a31f7fce4767 used request id req-0efe4ea3-2174-4f9e-99ff-473b1794dd57 2018-10-04 13:41:34,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/8f408aa6-089b-45a8-a8db-a31f7fce4767 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:34,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-57076a00-ff63-43cc-b224-131be41f184c Date: Thu, 04 Oct 2018 13:41:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94965fa8-4720-4887-a66c-3870f12007dc","tenant_id":"","created_at":"2018-10-04T13:41:29Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:29Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"8f408aa6-089b-45a8-a8db-a31f7fce4767","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:41:34,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/8f408aa6-089b-45a8-a8db-a31f7fce4767 used request id req-57076a00-ff63-43cc-b224-131be41f184c 2018-10-04 13:41:34,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:35,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-9c737750-7bcd-47c2-bfa1-e6187a5b00bb Date: Thu, 04 Oct 2018 13:41:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:41:29Z", "admin_state_up": true, "updated_at": "2018-10-04T13:41:33Z", "project_id": "93973d1238b2486385104382b3d557a9", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "1ace74d0-a3eb-45ff-beb2-df3d3a5a609f", "name": "NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-router"}]} 2018-10-04 13:41:35,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-router used request id req-9c737750-7bcd-47c2-bfa1-e6187a5b00bb 2018-10-04 13:41:35,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:35,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:41:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fcab48c-d484-4b40-9b9e-55ba9bd7103a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:41:35,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-2fcab48c-d484-4b40-9b9e-55ba9bd7103a 2018-10-04 13:41:35,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=1ace74d0-a3eb-45ff-beb2-df3d3a5a609f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:35,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3345 X-Openstack-Request-Id: req-dce2a942-e047-47ad-a616-4692e6f28e17 Date: Thu, 04 Oct 2018 13:41:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:41:35Z","device_owner":"network:router_gateway","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","ip_address":"172.30.9.208"}],"id":"0c4545d3-a595-44d1-898e-b932d18f4db9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e3:c6:36","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"","created_at":"2018-10-04T13:41:30Z","binding:vnic_type":"normal","device_id":"1ace74d0-a3eb-45ff-beb2-df3d3a5a609f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:41:35Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f408aa6-089b-45a8-a8db-a31f7fce4767","ip_address":"169.254.192.4"}],"id":"26bd7165-a86a-4c79-9768-86f23010872f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:3e:78","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"94965fa8-4720-4887-a66c-3870f12007dc","tenant_id":"","created_at":"2018-10-04T13:41:31Z","binding:vnic_type":"normal","device_id":"1ace74d0-a3eb-45ff-beb2-df3d3a5a609f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:41:32Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f408aa6-089b-45a8-a8db-a31f7fce4767","ip_address":"169.254.192.12"}],"id":"34a338cd-f93d-47a8-ac4d-3ede5010976f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4c:1d:62","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"94965fa8-4720-4887-a66c-3870f12007dc","tenant_id":"","created_at":"2018-10-04T13:41:32Z","binding:vnic_type":"normal","device_id":"1ace74d0-a3eb-45ff-beb2-df3d3a5a609f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:41:32Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f408aa6-089b-45a8-a8db-a31f7fce4767","ip_address":"169.254.192.2"}],"id":"af679b26-6cd8-4ce3-9318-04172c182c0e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:91:86:f6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"94965fa8-4720-4887-a66c-3870f12007dc","tenant_id":"","created_at":"2018-10-04T13:41:31Z","binding:vnic_type":"normal","device_id":"1ace74d0-a3eb-45ff-beb2-df3d3a5a609f"}]} 2018-10-04 13:41:35,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=1ace74d0-a3eb-45ff-beb2-df3d3a5a609f used request id req-dce2a942-e047-47ad-a616-4692e6f28e17 2018-10-04 13:41:35,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:35,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-c2ef80f6-a040-40e3-b8ef-1c096e20b7a8 Date: Thu, 04 Oct 2018 13:41:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 13:41:35,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b used request id req-c2ef80f6-a040-40e3-b8ef-1c096e20b7a8 2018-10-04 13:41:35,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/8f408aa6-089b-45a8-a8db-a31f7fce4767 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:35,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-381501c1-9c47-4b35-807c-5ec39cb49bfe Date: Thu, 04 Oct 2018 13:41:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94965fa8-4720-4887-a66c-3870f12007dc","tenant_id":"","created_at":"2018-10-04T13:41:29Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:29Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"8f408aa6-089b-45a8-a8db-a31f7fce4767","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:41:35,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/8f408aa6-089b-45a8-a8db-a31f7fce4767 used request id req-381501c1-9c47-4b35-807c-5ec39cb49bfe 2018-10-04 13:41:35,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/8f408aa6-089b-45a8-a8db-a31f7fce4767 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:35,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-bfb3a9af-9c8a-401e-aa51-4c462b8cb5a1 Date: Thu, 04 Oct 2018 13:41:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94965fa8-4720-4887-a66c-3870f12007dc","tenant_id":"","created_at":"2018-10-04T13:41:29Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:29Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"8f408aa6-089b-45a8-a8db-a31f7fce4767","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:41:35,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/8f408aa6-089b-45a8-a8db-a31f7fce4767 used request id req-bfb3a9af-9c8a-401e-aa51-4c462b8cb5a1 2018-10-04 13:41:35,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/8f408aa6-089b-45a8-a8db-a31f7fce4767 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:35,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b30e3644-df4c-43e2-a5d3-225e29420898 Date: Thu, 04 Oct 2018 13:41:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94965fa8-4720-4887-a66c-3870f12007dc","tenant_id":"","created_at":"2018-10-04T13:41:29Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:29Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"8f408aa6-089b-45a8-a8db-a31f7fce4767","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:41:35,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/8f408aa6-089b-45a8-a8db-a31f7fce4767 used request id req-b30e3644-df4c-43e2-a5d3-225e29420898 2018-10-04 13:41:35,837 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-subnet 2018-10-04 13:41:35,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/c7de9a42-d6f9-4b0d-9a33-b65a27285d5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:37,816 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1a8b4729-2e0a-4ae3-865e-63e52f7da53e Date: Thu, 04 Oct 2018 13:41:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:41:37,816 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/c7de9a42-d6f9-4b0d-9a33-b65a27285d5f used request id req-1a8b4729-2e0a-4ae3-865e-63e52f7da53e 2018-10-04 13:41:37,817 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-router 2018-10-04 13:41:37,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/1ace74d0-a3eb-45ff-beb2-df3d3a5a609f/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" -d '{"subnet_id": "c7de9a42-d6f9-4b0d-9a33-b65a27285d5f"}' 2018-10-04 13:41:38,010 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-3720cc92-98bf-4f9c-86a4-cc9c1e23d00e Date: Thu, 04 Oct 2018 13:41:38 GMT RESP BODY: {"NeutronError": {"message": "Subnet c7de9a42-d6f9-4b0d-9a33-b65a27285d5f could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-04 13:41:38,010 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/1ace74d0-a3eb-45ff-beb2-df3d3a5a609f/add_router_interface used request id req-3720cc92-98bf-4f9c-86a4-cc9c1e23d00e 2018-10-04 13:41:38,010 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet c7de9a42-d6f9-4b0d-9a33-b65a27285d5f could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-04 13:41:38,011 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-router 2018-10-04 13:41:38,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/1ace74d0-a3eb-45ff-beb2-df3d3a5a609f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:41,169 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-61a0f479-896e-45a2-9194-51b590a2513a Content-Length: 0 Date: Thu, 04 Oct 2018 13:41:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:41:41,169 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/1ace74d0-a3eb-45ff-beb2-df3d3a5a609f used request id req-61a0f479-896e-45a2-9194-51b590a2513a 2018-10-04 13:41:41,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:41,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6b1fcf78-3cb2-43ec-8cb3-554e275cb385 Date: Thu, 04 Oct 2018 13:41:41 GMT RESP BODY: {"routers": []} 2018-10-04 13:41:41,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-router used request id req-6b1fcf78-3cb2-43ec-8cb3-554e275cb385 2018-10-04 13:41:41,242 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-subnet 2018-10-04 13:41:41,242 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-subnet 2018-10-04 13:41:41,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/c7de9a42-d6f9-4b0d-9a33-b65a27285d5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:41,436 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-f66dbb67-ddb3-4044-9b77-dd781ee7d1c1 Date: Thu, 04 Oct 2018 13:41:41 GMT RESP BODY: {"NeutronError": {"message": "Subnet c7de9a42-d6f9-4b0d-9a33-b65a27285d5f could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-04 13:41:41,436 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/c7de9a42-d6f9-4b0d-9a33-b65a27285d5f used request id req-f66dbb67-ddb3-4044-9b77-dd781ee7d1c1 2018-10-04 13:41:41,436 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet c7de9a42-d6f9-4b0d-9a33-b65a27285d5f could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-04 13:41:41,436 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-39d4dcfb-1964-4594-90ed-e0bfac21bf54-pub-net 2018-10-04 13:41:41,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/6e9ed6d1-517c-488b-8666-c0e49fa87b5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31441b4722ebad674a9eeb911d1a286a5280177d" 2018-10-04 13:41:42,399 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-302228d7-674f-48a7-999c-516a6b3fe970 Date: Thu, 04 Oct 2018 13:41:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:41:42,399 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/6e9ed6d1-517c-488b-8666-c0e49fa87b5e used request id req-302228d7-674f-48a7-999c-516a6b3fe970 2018-10-04 13:41:42,400 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:41:42,780 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:41:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["A19nmckcSpaf0c6Mz4Hcrw"], "issued_at": "2018-10-04T13:41:42.000000Z"}} 2018-10-04 13:41:42,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4e43a27f40f1f3a346af8e2b565f0aa0c8beae" 2018-10-04 13:41:42,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:41:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ff2ab52-79a5-4a66-8de2-f6937ccacc2b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:41:42,868 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7ff2ab52-79a5-4a66-8de2-f6937ccacc2b 2018-10-04 13:41:42,870 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-ad982e0d-7a32-4a95-afc2-1027e84f2de3-pub-net 2018-10-04 13:41:42,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4e43a27f40f1f3a346af8e2b565f0aa0c8beae" -d '{"network": {"name": "NeutronUtilsRouterTests-ad982e0d-7a32-4a95-afc2-1027e84f2de3-pub-net", "admin_state_up": true}}' 2018-10-04 13:41:43,374 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-7c0d95ac-a14f-4865-b358-b700140f269e Date: Thu, 04 Oct 2018 13:41:43 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b794cc26-5184-4efa-816d-c7439a978d4a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:41:43Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-ad982e0d-7a32-4a95-afc2-1027e84f2de3-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:43Z","mtu":1450}} 2018-10-04 13:41:43,374 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-7c0d95ac-a14f-4865-b358-b700140f269e 2018-10-04 13:41:43,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=b794cc26-5184-4efa-816d-c7439a978d4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4e43a27f40f1f3a346af8e2b565f0aa0c8beae" 2018-10-04 13:41:43,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-5235de52-dee8-4294-a5f9-3c0121b5f090 Date: Thu, 04 Oct 2018 13:41:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b794cc26-5184-4efa-816d-c7439a978d4a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:41:43Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ad982e0d-7a32-4a95-afc2-1027e84f2de3-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:43Z","provider:network_type":"vxlan"}]} 2018-10-04 13:41:43,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=b794cc26-5184-4efa-816d-c7439a978d4a used request id req-5235de52-dee8-4294-a5f9-3c0121b5f090 2018-10-04 13:41:43,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b794cc26-5184-4efa-816d-c7439a978d4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4e43a27f40f1f3a346af8e2b565f0aa0c8beae" 2018-10-04 13:41:43,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-26551f06-b47f-4af8-832a-a480b5693702 Date: Thu, 04 Oct 2018 13:41:43 GMT RESP BODY: {"subnets":[]} 2018-10-04 13:41:43,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b794cc26-5184-4efa-816d-c7439a978d4a used request id req-26551f06-b47f-4af8-832a-a480b5693702 2018-10-04 13:41:43,935 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-ad982e0d-7a32-4a95-afc2-1027e84f2de3-pub-subnet 2018-10-04 13:41:43,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4e43a27f40f1f3a346af8e2b565f0aa0c8beae" -d '{"subnets": [{"ip_version": 4, "network_id": "b794cc26-5184-4efa-816d-c7439a978d4a", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-ad982e0d-7a32-4a95-afc2-1027e84f2de3-pub-subnet"}]}' 2018-10-04 13:41:44,649 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cf1dca68-9b6f-48c0-950e-c8dcdd7df1dc Date: Thu, 04 Oct 2018 13:41:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b794cc26-5184-4efa-816d-c7439a978d4a","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:44Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:44Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"e7522f12-96d6-4c8b-8e4c-0faf35050f00","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ad982e0d-7a32-4a95-afc2-1027e84f2de3-pub-subnet"}]} 2018-10-04 13:41:44,649 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-cf1dca68-9b6f-48c0-950e-c8dcdd7df1dc 2018-10-04 13:41:44,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=b794cc26-5184-4efa-816d-c7439a978d4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4e43a27f40f1f3a346af8e2b565f0aa0c8beae" 2018-10-04 13:41:44,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-ed8f9c33-06e4-407d-a969-bc2a7d7ecee9 Date: Thu, 04 Oct 2018 13:41:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"b794cc26-5184-4efa-816d-c7439a978d4a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["e7522f12-96d6-4c8b-8e4c-0faf35050f00"],"description":"","tags":[],"updated_at":"2018-10-04T13:41:44Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ad982e0d-7a32-4a95-afc2-1027e84f2de3-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:43Z","provider:network_type":"vxlan"}]} 2018-10-04 13:41:44,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=b794cc26-5184-4efa-816d-c7439a978d4a used request id req-ed8f9c33-06e4-407d-a969-bc2a7d7ecee9 2018-10-04 13:41:44,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b794cc26-5184-4efa-816d-c7439a978d4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4e43a27f40f1f3a346af8e2b565f0aa0c8beae" 2018-10-04 13:41:45,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-58347077-f5ed-48f8-800d-c7f37ab9ed1d Date: Thu, 04 Oct 2018 13:41:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b794cc26-5184-4efa-816d-c7439a978d4a","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:44Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"e7522f12-96d6-4c8b-8e4c-0faf35050f00","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ad982e0d-7a32-4a95-afc2-1027e84f2de3-pub-subnet"}]} 2018-10-04 13:41:45,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b794cc26-5184-4efa-816d-c7439a978d4a used request id req-58347077-f5ed-48f8-800d-c7f37ab9ed1d 2018-10-04 13:41:45,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-ad982e0d-7a32-4a95-afc2-1027e84f2de3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4e43a27f40f1f3a346af8e2b565f0aa0c8beae" 2018-10-04 13:41:45,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-aee24bff-7e79-4884-ad75-dc679c833951 Date: Thu, 04 Oct 2018 13:41:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"b794cc26-5184-4efa-816d-c7439a978d4a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["e7522f12-96d6-4c8b-8e4c-0faf35050f00"],"description":"","tags":[],"updated_at":"2018-10-04T13:41:44Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ad982e0d-7a32-4a95-afc2-1027e84f2de3-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:43Z","provider:network_type":"vxlan"}]} 2018-10-04 13:41:45,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-ad982e0d-7a32-4a95-afc2-1027e84f2de3-pub-net used request id req-aee24bff-7e79-4884-ad75-dc679c833951 2018-10-04 13:41:45,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:41:45,392 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:41:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:41:45,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4e43a27f40f1f3a346af8e2b565f0aa0c8beae" 2018-10-04 13:41:45,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:41:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d38142d9-b975-42fe-8246-0e00c091d402 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:41:45,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-d38142d9-b975-42fe-8246-0e00c091d402 2018-10-04 13:41:45,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b794cc26-5184-4efa-816d-c7439a978d4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4e43a27f40f1f3a346af8e2b565f0aa0c8beae" 2018-10-04 13:41:45,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-17da4aa6-5032-4f86-8a79-c63788fe8878 Date: Thu, 04 Oct 2018 13:41:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b794cc26-5184-4efa-816d-c7439a978d4a","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:44Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"e7522f12-96d6-4c8b-8e4c-0faf35050f00","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ad982e0d-7a32-4a95-afc2-1027e84f2de3-pub-subnet"}]} 2018-10-04 13:41:45,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b794cc26-5184-4efa-816d-c7439a978d4a used request id req-17da4aa6-5032-4f86-8a79-c63788fe8878 2018-10-04 13:41:45,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b794cc26-5184-4efa-816d-c7439a978d4a&name=NeutronUtilsRouterTests-ad982e0d-7a32-4a95-afc2-1027e84f2de3-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4e43a27f40f1f3a346af8e2b565f0aa0c8beae" 2018-10-04 13:41:45,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-49f8a6f9-21e2-4de3-8be7-f0c7759df3a4 Date: Thu, 04 Oct 2018 13:41:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b794cc26-5184-4efa-816d-c7439a978d4a","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:44Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"e7522f12-96d6-4c8b-8e4c-0faf35050f00","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ad982e0d-7a32-4a95-afc2-1027e84f2de3-pub-subnet"}]} 2018-10-04 13:41:45,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b794cc26-5184-4efa-816d-c7439a978d4a&name=NeutronUtilsRouterTests-ad982e0d-7a32-4a95-afc2-1027e84f2de3-pub-subnet used request id req-49f8a6f9-21e2-4de3-8be7-f0c7759df3a4 2018-10-04 13:41:45,914 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ad982e0d-7a32-4a95-afc2-1027e84f2de3-pub-subnet 2018-10-04 13:41:45,914 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ad982e0d-7a32-4a95-afc2-1027e84f2de3-pub-subnet 2018-10-04 13:41:45,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/e7522f12-96d6-4c8b-8e4c-0faf35050f00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4e43a27f40f1f3a346af8e2b565f0aa0c8beae" 2018-10-04 13:41:47,559 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-50e6897f-42ee-4ea1-9acc-51161604670c Date: Thu, 04 Oct 2018 13:41:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:41:47,559 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/e7522f12-96d6-4c8b-8e4c-0faf35050f00 used request id req-50e6897f-42ee-4ea1-9acc-51161604670c 2018-10-04 13:41:47,559 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-ad982e0d-7a32-4a95-afc2-1027e84f2de3-pub-net 2018-10-04 13:41:47,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/b794cc26-5184-4efa-816d-c7439a978d4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4e43a27f40f1f3a346af8e2b565f0aa0c8beae" 2018-10-04 13:41:48,607 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-51d2bacc-4e68-490a-b99c-fb2cb9cc78b8 Date: Thu, 04 Oct 2018 13:41:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:41:48,608 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/b794cc26-5184-4efa-816d-c7439a978d4a used request id req-51d2bacc-4e68-490a-b99c-fb2cb9cc78b8 2018-10-04 13:41:48,609 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:41:49,005 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:41:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["1wevWJkSRa2bWV6dGA0y-g"], "issued_at": "2018-10-04T13:41:49.000000Z"}} 2018-10-04 13:41:49,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" 2018-10-04 13:41:49,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:41:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-312770b8-81d8-43cc-a40c-4960e4035051 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:41:49,098 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-312770b8-81d8-43cc-a40c-4960e4035051 2018-10-04 13:41:49,100 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-6d9440ad-7651-42ec-97f3-c37b1d544e26-pub-net 2018-10-04 13:41:49,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" -d '{"network": {"name": "NeutronUtilsRouterTests-6d9440ad-7651-42ec-97f3-c37b1d544e26-pub-net", "admin_state_up": true}}' 2018-10-04 13:41:49,553 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-3378b646-1950-4cb6-b9db-8b7df9d156e0 Date: Thu, 04 Oct 2018 13:41:49 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d07a6940-9cae-44ce-9d7b-b3b089bd70a9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":86,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:41:49Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-6d9440ad-7651-42ec-97f3-c37b1d544e26-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:49Z","mtu":1450}} 2018-10-04 13:41:49,553 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-3378b646-1950-4cb6-b9db-8b7df9d156e0 2018-10-04 13:41:49,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=d07a6940-9cae-44ce-9d7b-b3b089bd70a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" 2018-10-04 13:41:49,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-391db69a-ada0-4600-b43f-f36931c735df Date: Thu, 04 Oct 2018 13:41:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d07a6940-9cae-44ce-9d7b-b3b089bd70a9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":86,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:41:49Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-6d9440ad-7651-42ec-97f3-c37b1d544e26-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:49Z","provider:network_type":"vxlan"}]} 2018-10-04 13:41:49,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=d07a6940-9cae-44ce-9d7b-b3b089bd70a9 used request id req-391db69a-ada0-4600-b43f-f36931c735df 2018-10-04 13:41:49,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d07a6940-9cae-44ce-9d7b-b3b089bd70a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" 2018-10-04 13:41:49,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-26de6554-8211-45cc-99e9-a7da666d424a Date: Thu, 04 Oct 2018 13:41:49 GMT RESP BODY: {"subnets":[]} 2018-10-04 13:41:49,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d07a6940-9cae-44ce-9d7b-b3b089bd70a9 used request id req-26de6554-8211-45cc-99e9-a7da666d424a 2018-10-04 13:41:49,969 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-6d9440ad-7651-42ec-97f3-c37b1d544e26-pub-subnet 2018-10-04 13:41:49,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" -d '{"subnets": [{"ip_version": 4, "network_id": "d07a6940-9cae-44ce-9d7b-b3b089bd70a9", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-6d9440ad-7651-42ec-97f3-c37b1d544e26-pub-subnet"}]}' 2018-10-04 13:41:50,410 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3d1ad3b1-9f31-4db0-8584-120a8a58645b Date: Thu, 04 Oct 2018 13:41:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d07a6940-9cae-44ce-9d7b-b3b089bd70a9","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:50Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:50Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"6200926b-143b-411c-bd06-c8045b9361d2","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6d9440ad-7651-42ec-97f3-c37b1d544e26-pub-subnet"}]} 2018-10-04 13:41:50,411 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-3d1ad3b1-9f31-4db0-8584-120a8a58645b 2018-10-04 13:41:50,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=d07a6940-9cae-44ce-9d7b-b3b089bd70a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" 2018-10-04 13:41:50,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-a2086f6c-6b93-40db-83da-8a782baed2bc Date: Thu, 04 Oct 2018 13:41:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d07a6940-9cae-44ce-9d7b-b3b089bd70a9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":86,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["6200926b-143b-411c-bd06-c8045b9361d2"],"description":"","tags":[],"updated_at":"2018-10-04T13:41:50Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-6d9440ad-7651-42ec-97f3-c37b1d544e26-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:49Z","provider:network_type":"vxlan"}]} 2018-10-04 13:41:50,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=d07a6940-9cae-44ce-9d7b-b3b089bd70a9 used request id req-a2086f6c-6b93-40db-83da-8a782baed2bc 2018-10-04 13:41:50,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d07a6940-9cae-44ce-9d7b-b3b089bd70a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" 2018-10-04 13:41:50,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-db3aab25-55f6-4135-a368-f0f729729f1b Date: Thu, 04 Oct 2018 13:41:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d07a6940-9cae-44ce-9d7b-b3b089bd70a9","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:50Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"6200926b-143b-411c-bd06-c8045b9361d2","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6d9440ad-7651-42ec-97f3-c37b1d544e26-pub-subnet"}]} 2018-10-04 13:41:50,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d07a6940-9cae-44ce-9d7b-b3b089bd70a9 used request id req-db3aab25-55f6-4135-a368-f0f729729f1b 2018-10-04 13:41:50,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-6d9440ad-7651-42ec-97f3-c37b1d544e26-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" 2018-10-04 13:41:51,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b95a86b7-3e18-4ff5-90ac-dd416f2e86ec Date: Thu, 04 Oct 2018 13:41:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d07a6940-9cae-44ce-9d7b-b3b089bd70a9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":86,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["6200926b-143b-411c-bd06-c8045b9361d2"],"description":"","tags":[],"updated_at":"2018-10-04T13:41:50Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-6d9440ad-7651-42ec-97f3-c37b1d544e26-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:49Z","provider:network_type":"vxlan"}]} 2018-10-04 13:41:51,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-6d9440ad-7651-42ec-97f3-c37b1d544e26-pub-net used request id req-b95a86b7-3e18-4ff5-90ac-dd416f2e86ec 2018-10-04 13:41:51,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:41:51,180 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:41:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:41:51,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" 2018-10-04 13:41:51,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:41:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd6b41f8-d3d8-4d4e-b916-1257f2d10b6f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:41:51,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-fd6b41f8-d3d8-4d4e-b916-1257f2d10b6f 2018-10-04 13:41:51,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d07a6940-9cae-44ce-9d7b-b3b089bd70a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" 2018-10-04 13:41:51,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7b42f010-5e8f-4e8c-b0f7-b6a4f78e8db3 Date: Thu, 04 Oct 2018 13:41:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d07a6940-9cae-44ce-9d7b-b3b089bd70a9","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:41:50Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"6200926b-143b-411c-bd06-c8045b9361d2","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6d9440ad-7651-42ec-97f3-c37b1d544e26-pub-subnet"}]} 2018-10-04 13:41:51,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d07a6940-9cae-44ce-9d7b-b3b089bd70a9 used request id req-7b42f010-5e8f-4e8c-b0f7-b6a4f78e8db3 2018-10-04 13:41:51,331 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:41:51,332 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:41:51,815 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:41:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["WBWQY0qHQXi0Rgk5E3MFdQ"], "issued_at": "2018-10-04T13:41:51.000000Z"}} 2018-10-04 13:41:51,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7877c9f644fcfcf74408f0f8fef6056030920b86" 2018-10-04 13:41:51,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:41:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-820e9557-79ef-4314-a27d-4b30b53e1371 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:41:51,934 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-820e9557-79ef-4314-a27d-4b30b53e1371 2018-10-04 13:41:51,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" 2018-10-04 13:41:52,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-42766807-11a0-4cda-a733-fb830e21afd7 Date: Thu, 04 Oct 2018 13:41:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 13:41:52,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-42766807-11a0-4cda-a733-fb830e21afd7 2018-10-04 13:41:52,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" 2018-10-04 13:41:52,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-fedd0d94-ab4e-481d-8cbd-76836cddfa4b Date: Thu, 04 Oct 2018 13:41:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","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":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 13:41:52,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-fedd0d94-ab4e-481d-8cbd-76836cddfa4b 2018-10-04 13:41:52,388 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-6d9440ad-7651-42ec-97f3-c37b1d544e26-pub-router 2018-10-04 13:41:52,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "NeutronUtilsRouterTests-6d9440ad-7651-42ec-97f3-c37b1d544e26-pub-router", "admin_state_up": true}}' 2018-10-04 13:41:56,879 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-358548ed-bff7-495c-993a-f6af9071651c Date: Thu, 04 Oct 2018 13:41:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:41:52Z", "admin_state_up": true, "updated_at": "2018-10-04T13:41:53Z", "project_id": "93973d1238b2486385104382b3d557a9", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "849ccf72-24dd-447f-805d-af0614b2b8d6", "name": "NeutronUtilsRouterTests-6d9440ad-7651-42ec-97f3-c37b1d544e26-pub-router"}} 2018-10-04 13:41:56,879 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-358548ed-bff7-495c-993a-f6af9071651c 2018-10-04 13:41:56,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=849ccf72-24dd-447f-805d-af0614b2b8d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" 2018-10-04 13:41:56,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-575b2a7d-f69c-42a2-b89b-9431f12f1708 Date: Thu, 04 Oct 2018 13:41:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:41:54Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"12df9d5a-c952-4d72-b25a-f73634fd6b7a","ip_address":"169.254.192.5"}],"id":"078463b3-6e97-4861-8c48-fb2a7b861577","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4f:3d:54","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"41bf46cd-f312-41e9-b480-25c26fd86a71","tenant_id":"","created_at":"2018-10-04T13:41:54Z","binding:vnic_type":"normal","device_id":"849ccf72-24dd-447f-805d-af0614b2b8d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:41:55Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"12df9d5a-c952-4d72-b25a-f73634fd6b7a","ip_address":"169.254.192.6"}],"id":"0bcde4d8-a8e9-4aa5-a52d-72ff5bfe8170","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6f:cd:6d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"41bf46cd-f312-41e9-b480-25c26fd86a71","tenant_id":"","created_at":"2018-10-04T13:41:54Z","binding:vnic_type":"normal","device_id":"849ccf72-24dd-447f-805d-af0614b2b8d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:41:53Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","ip_address":"172.30.9.205"}],"id":"0e265151-f15b-48a3-82b1-8ecea2eec49a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:32:65:59","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"","created_at":"2018-10-04T13:41:53Z","binding:vnic_type":"normal","device_id":"849ccf72-24dd-447f-805d-af0614b2b8d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:41:55Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"12df9d5a-c952-4d72-b25a-f73634fd6b7a","ip_address":"169.254.192.8"}],"id":"72742dc4-1737-4386-bb11-a37668c1f9b9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:35:b0:45","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"41bf46cd-f312-41e9-b480-25c26fd86a71","tenant_id":"","created_at":"2018-10-04T13:41:55Z","binding:vnic_type":"normal","device_id":"849ccf72-24dd-447f-805d-af0614b2b8d6"}]} 2018-10-04 13:41:56,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=849ccf72-24dd-447f-805d-af0614b2b8d6 used request id req-575b2a7d-f69c-42a2-b89b-9431f12f1708 2018-10-04 13:41:56,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" 2018-10-04 13:41:57,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-ce79f871-697f-4726-bd43-a7929c6f412c Date: Thu, 04 Oct 2018 13:41:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 13:41:57,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b used request id req-ce79f871-697f-4726-bd43-a7929c6f412c 2018-10-04 13:41:57,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/12df9d5a-c952-4d72-b25a-f73634fd6b7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" 2018-10-04 13:41:57,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-44b67c2f-3757-45ae-ace4-60b353bfa2b1 Date: Thu, 04 Oct 2018 13:41:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"41bf46cd-f312-41e9-b480-25c26fd86a71","tenant_id":"","created_at":"2018-10-04T13:41:52Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:52Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"12df9d5a-c952-4d72-b25a-f73634fd6b7a","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:41:57,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/12df9d5a-c952-4d72-b25a-f73634fd6b7a used request id req-44b67c2f-3757-45ae-ace4-60b353bfa2b1 2018-10-04 13:41:57,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/12df9d5a-c952-4d72-b25a-f73634fd6b7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" 2018-10-04 13:41:57,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-91c9801c-f969-4449-ba98-3de52187ea3a Date: Thu, 04 Oct 2018 13:41:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"41bf46cd-f312-41e9-b480-25c26fd86a71","tenant_id":"","created_at":"2018-10-04T13:41:52Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:52Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"12df9d5a-c952-4d72-b25a-f73634fd6b7a","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:41:57,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/12df9d5a-c952-4d72-b25a-f73634fd6b7a used request id req-91c9801c-f969-4449-ba98-3de52187ea3a 2018-10-04 13:41:57,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/12df9d5a-c952-4d72-b25a-f73634fd6b7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" 2018-10-04 13:41:57,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-a28dbeba-2dd5-4179-95ef-9b73c6374f4c Date: Thu, 04 Oct 2018 13:41:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"41bf46cd-f312-41e9-b480-25c26fd86a71","tenant_id":"","created_at":"2018-10-04T13:41:52Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:52Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"12df9d5a-c952-4d72-b25a-f73634fd6b7a","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:41:57,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/12df9d5a-c952-4d72-b25a-f73634fd6b7a used request id req-a28dbeba-2dd5-4179-95ef-9b73c6374f4c 2018-10-04 13:41:57,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-6d9440ad-7651-42ec-97f3-c37b1d544e26-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" 2018-10-04 13:41:58,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-feafacc3-57b7-4432-988c-acf360d50f8c Date: Thu, 04 Oct 2018 13:41:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:41:52Z", "admin_state_up": true, "updated_at": "2018-10-04T13:41:56Z", "project_id": "93973d1238b2486385104382b3d557a9", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "849ccf72-24dd-447f-805d-af0614b2b8d6", "name": "NeutronUtilsRouterTests-6d9440ad-7651-42ec-97f3-c37b1d544e26-pub-router"}]} 2018-10-04 13:41:58,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-6d9440ad-7651-42ec-97f3-c37b1d544e26-pub-router used request id req-feafacc3-57b7-4432-988c-acf360d50f8c 2018-10-04 13:41:58,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" 2018-10-04 13:41:58,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:41:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf1c585e-71f3-4608-a4fc-3bbcf1df4f0c Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:41:58,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-cf1c585e-71f3-4608-a4fc-3bbcf1df4f0c 2018-10-04 13:41:58,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=849ccf72-24dd-447f-805d-af0614b2b8d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" 2018-10-04 13:41:58,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3344 X-Openstack-Request-Id: req-a953c32e-3e5a-4c75-8170-f86aa00dc842 Date: Thu, 04 Oct 2018 13:41:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:41:54Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"12df9d5a-c952-4d72-b25a-f73634fd6b7a","ip_address":"169.254.192.5"}],"id":"078463b3-6e97-4861-8c48-fb2a7b861577","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4f:3d:54","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"41bf46cd-f312-41e9-b480-25c26fd86a71","tenant_id":"","created_at":"2018-10-04T13:41:54Z","binding:vnic_type":"normal","device_id":"849ccf72-24dd-447f-805d-af0614b2b8d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:41:58Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"12df9d5a-c952-4d72-b25a-f73634fd6b7a","ip_address":"169.254.192.6"}],"id":"0bcde4d8-a8e9-4aa5-a52d-72ff5bfe8170","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6f:cd:6d","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"41bf46cd-f312-41e9-b480-25c26fd86a71","tenant_id":"","created_at":"2018-10-04T13:41:54Z","binding:vnic_type":"normal","device_id":"849ccf72-24dd-447f-805d-af0614b2b8d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:41:58Z","device_owner":"network:router_gateway","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","ip_address":"172.30.9.205"}],"id":"0e265151-f15b-48a3-82b1-8ecea2eec49a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:32:65:59","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"","created_at":"2018-10-04T13:41:53Z","binding:vnic_type":"normal","device_id":"849ccf72-24dd-447f-805d-af0614b2b8d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:41:55Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"12df9d5a-c952-4d72-b25a-f73634fd6b7a","ip_address":"169.254.192.8"}],"id":"72742dc4-1737-4386-bb11-a37668c1f9b9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:35:b0:45","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"41bf46cd-f312-41e9-b480-25c26fd86a71","tenant_id":"","created_at":"2018-10-04T13:41:55Z","binding:vnic_type":"normal","device_id":"849ccf72-24dd-447f-805d-af0614b2b8d6"}]} 2018-10-04 13:41:58,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=849ccf72-24dd-447f-805d-af0614b2b8d6 used request id req-a953c32e-3e5a-4c75-8170-f86aa00dc842 2018-10-04 13:41:58,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" 2018-10-04 13:41:58,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-2d5d2754-16aa-4a27-93a4-a5eea0dd5495 Date: Thu, 04 Oct 2018 13:41:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 13:41:58,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b used request id req-2d5d2754-16aa-4a27-93a4-a5eea0dd5495 2018-10-04 13:41:58,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/12df9d5a-c952-4d72-b25a-f73634fd6b7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" 2018-10-04 13:41:58,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f09f0e34-4406-4d5e-8714-5d494a6f9353 Date: Thu, 04 Oct 2018 13:41:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"41bf46cd-f312-41e9-b480-25c26fd86a71","tenant_id":"","created_at":"2018-10-04T13:41:52Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:52Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"12df9d5a-c952-4d72-b25a-f73634fd6b7a","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:41:58,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/12df9d5a-c952-4d72-b25a-f73634fd6b7a used request id req-f09f0e34-4406-4d5e-8714-5d494a6f9353 2018-10-04 13:41:58,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/12df9d5a-c952-4d72-b25a-f73634fd6b7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" 2018-10-04 13:41:58,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-aa7a47a6-55f5-44d6-8474-293cab80a0a6 Date: Thu, 04 Oct 2018 13:41:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"41bf46cd-f312-41e9-b480-25c26fd86a71","tenant_id":"","created_at":"2018-10-04T13:41:52Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:52Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"12df9d5a-c952-4d72-b25a-f73634fd6b7a","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:41:58,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/12df9d5a-c952-4d72-b25a-f73634fd6b7a used request id req-aa7a47a6-55f5-44d6-8474-293cab80a0a6 2018-10-04 13:41:58,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/12df9d5a-c952-4d72-b25a-f73634fd6b7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" 2018-10-04 13:41:58,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-19879e71-85c1-4873-9bff-497a527cb66f Date: Thu, 04 Oct 2018 13:41:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"41bf46cd-f312-41e9-b480-25c26fd86a71","tenant_id":"","created_at":"2018-10-04T13:41:52Z","dns_nameservers":[],"updated_at":"2018-10-04T13:41:52Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"12df9d5a-c952-4d72-b25a-f73634fd6b7a","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:41:58,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/12df9d5a-c952-4d72-b25a-f73634fd6b7a used request id req-19879e71-85c1-4873-9bff-497a527cb66f 2018-10-04 13:41:58,778 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-6d9440ad-7651-42ec-97f3-c37b1d544e26-pub-router 2018-10-04 13:41:58,778 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-6d9440ad-7651-42ec-97f3-c37b1d544e26-pub-router 2018-10-04 13:41:58,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/849ccf72-24dd-447f-805d-af0614b2b8d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" 2018-10-04 13:42:02,200 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a72ec012-a717-4324-afb4-04c2129cfc12 Content-Length: 0 Date: Thu, 04 Oct 2018 13:42:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:42:02,200 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/849ccf72-24dd-447f-805d-af0614b2b8d6 used request id req-a72ec012-a717-4324-afb4-04c2129cfc12 2018-10-04 13:42:02,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-6d9440ad-7651-42ec-97f3-c37b1d544e26-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" 2018-10-04 13:42:02,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ca1971da-a582-4507-b839-ebec20784d99 Date: Thu, 04 Oct 2018 13:42:02 GMT RESP BODY: {"routers": []} 2018-10-04 13:42:02,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-6d9440ad-7651-42ec-97f3-c37b1d544e26-pub-router used request id req-ca1971da-a582-4507-b839-ebec20784d99 2018-10-04 13:42:02,420 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6d9440ad-7651-42ec-97f3-c37b1d544e26-pub-subnet 2018-10-04 13:42:02,420 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6d9440ad-7651-42ec-97f3-c37b1d544e26-pub-subnet 2018-10-04 13:42:02,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/6200926b-143b-411c-bd06-c8045b9361d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" 2018-10-04 13:42:04,499 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ee631819-fae5-4cee-82fd-71893bf859c5 Date: Thu, 04 Oct 2018 13:42:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:42:04,499 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/6200926b-143b-411c-bd06-c8045b9361d2 used request id req-ee631819-fae5-4cee-82fd-71893bf859c5 2018-10-04 13:42:04,499 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-6d9440ad-7651-42ec-97f3-c37b1d544e26-pub-net 2018-10-04 13:42:04,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/d07a6940-9cae-44ce-9d7b-b3b089bd70a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f490c1360eba674c48bada8581da7a265aa64f7d" 2018-10-04 13:42:05,679 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-81e69230-8677-4b93-9910-010991731a34 Date: Thu, 04 Oct 2018 13:42:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:42:05,679 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d07a6940-9cae-44ce-9d7b-b3b089bd70a9 used request id req-81e69230-8677-4b93-9910-010991731a34 2018-10-04 13:42:05,680 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:42:06,070 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:42:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["PMOEZAqQQXeCeuWAVzi0Kw"], "issued_at": "2018-10-04T13:42:06.000000Z"}} 2018-10-04 13:42:06,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09d316efc5ddcb2000c9e24dc1515eb15b133383" 2018-10-04 13:42:06,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d436bc0-cfe1-440b-ac0b-051b676c36f2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:42:06,152 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3d436bc0-cfe1-440b-ac0b-051b676c36f2 2018-10-04 13:42:06,153 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-net 2018-10-04 13:42:06,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09d316efc5ddcb2000c9e24dc1515eb15b133383" -d '{"network": {"name": "NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-net", "admin_state_up": true}}' 2018-10-04 13:42:06,614 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-075ffcbf-ec75-47f2-a505-0c185e8de19c Date: Thu, 04 Oct 2018 13:42:06 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e8778647-5b75-475c-a34a-1f329e69ce4c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:42:06Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:06Z","mtu":1450}} 2018-10-04 13:42:06,614 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-075ffcbf-ec75-47f2-a505-0c185e8de19c 2018-10-04 13:42:06,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=e8778647-5b75-475c-a34a-1f329e69ce4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09d316efc5ddcb2000c9e24dc1515eb15b133383" 2018-10-04 13:42:06,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-34c09516-8c25-4d09-a894-ba92cb250a90 Date: Thu, 04 Oct 2018 13:42:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e8778647-5b75-475c-a34a-1f329e69ce4c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:42:06Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:06Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:06,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=e8778647-5b75-475c-a34a-1f329e69ce4c used request id req-34c09516-8c25-4d09-a894-ba92cb250a90 2018-10-04 13:42:06,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e8778647-5b75-475c-a34a-1f329e69ce4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09d316efc5ddcb2000c9e24dc1515eb15b133383" 2018-10-04 13:42:07,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ea5d57c0-60a7-4192-bff8-e7f327857c23 Date: Thu, 04 Oct 2018 13:42:07 GMT RESP BODY: {"subnets":[]} 2018-10-04 13:42:07,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e8778647-5b75-475c-a34a-1f329e69ce4c used request id req-ea5d57c0-60a7-4192-bff8-e7f327857c23 2018-10-04 13:42:07,061 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-subnet 2018-10-04 13:42:07,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09d316efc5ddcb2000c9e24dc1515eb15b133383" -d '{"subnets": [{"ip_version": 4, "network_id": "e8778647-5b75-475c-a34a-1f329e69ce4c", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-subnet"}]}' 2018-10-04 13:42:07,661 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-60bb3bf3-69b5-4d87-aca4-0f93878b97d0 Date: Thu, 04 Oct 2018 13:42:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8778647-5b75-475c-a34a-1f329e69ce4c","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:07Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:07Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"11175d9c-e5d4-45b8-a066-7087a1a1467f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-subnet"}]} 2018-10-04 13:42:07,661 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-60bb3bf3-69b5-4d87-aca4-0f93878b97d0 2018-10-04 13:42:07,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=e8778647-5b75-475c-a34a-1f329e69ce4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09d316efc5ddcb2000c9e24dc1515eb15b133383" 2018-10-04 13:42:07,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-df0fc0bc-6ba8-4aad-b47e-d02c805f52c3 Date: Thu, 04 Oct 2018 13:42:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e8778647-5b75-475c-a34a-1f329e69ce4c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["11175d9c-e5d4-45b8-a066-7087a1a1467f"],"description":"","tags":[],"updated_at":"2018-10-04T13:42:07Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:06Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:07,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=e8778647-5b75-475c-a34a-1f329e69ce4c used request id req-df0fc0bc-6ba8-4aad-b47e-d02c805f52c3 2018-10-04 13:42:07,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e8778647-5b75-475c-a34a-1f329e69ce4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09d316efc5ddcb2000c9e24dc1515eb15b133383" 2018-10-04 13:42:08,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4d1ba445-6b27-4142-a2a2-8d3c41516e7c Date: Thu, 04 Oct 2018 13:42:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8778647-5b75-475c-a34a-1f329e69ce4c","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:07Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"11175d9c-e5d4-45b8-a066-7087a1a1467f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-subnet"}]} 2018-10-04 13:42:08,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e8778647-5b75-475c-a34a-1f329e69ce4c used request id req-4d1ba445-6b27-4142-a2a2-8d3c41516e7c 2018-10-04 13:42:08,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09d316efc5ddcb2000c9e24dc1515eb15b133383" 2018-10-04 13:42:08,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-e51b35e0-f786-4d3e-9dbf-4a7d4e3e880b Date: Thu, 04 Oct 2018 13:42:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e8778647-5b75-475c-a34a-1f329e69ce4c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["11175d9c-e5d4-45b8-a066-7087a1a1467f"],"description":"","tags":[],"updated_at":"2018-10-04T13:42:07Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:06Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:08,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-net used request id req-e51b35e0-f786-4d3e-9dbf-4a7d4e3e880b 2018-10-04 13:42:08,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:42:08,388 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:42:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:42:08,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09d316efc5ddcb2000c9e24dc1515eb15b133383" 2018-10-04 13:42:08,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbe2b55c-9819-4d29-b2ed-3f21ba92329f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:42:08,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-cbe2b55c-9819-4d29-b2ed-3f21ba92329f 2018-10-04 13:42:08,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e8778647-5b75-475c-a34a-1f329e69ce4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09d316efc5ddcb2000c9e24dc1515eb15b133383" 2018-10-04 13:42:08,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-40790d8b-d0cd-4c15-be66-1281242fdcd0 Date: Thu, 04 Oct 2018 13:42:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8778647-5b75-475c-a34a-1f329e69ce4c","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:07Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"11175d9c-e5d4-45b8-a066-7087a1a1467f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-subnet"}]} 2018-10-04 13:42:08,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e8778647-5b75-475c-a34a-1f329e69ce4c used request id req-40790d8b-d0cd-4c15-be66-1281242fdcd0 2018-10-04 13:42:08,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e8778647-5b75-475c-a34a-1f329e69ce4c&name=NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09d316efc5ddcb2000c9e24dc1515eb15b133383" 2018-10-04 13:42:08,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-02393bcc-4866-4080-871e-24ae2ec8ddb9 Date: Thu, 04 Oct 2018 13:42:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8778647-5b75-475c-a34a-1f329e69ce4c","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:07Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"11175d9c-e5d4-45b8-a066-7087a1a1467f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-subnet"}]} 2018-10-04 13:42:08,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e8778647-5b75-475c-a34a-1f329e69ce4c&name=NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-subnet used request id req-02393bcc-4866-4080-871e-24ae2ec8ddb9 2018-10-04 13:42:08,652 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:42:08,653 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:42:09,027 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:42:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["jri69d2hSo-nxHIdJ_decg"], "issued_at": "2018-10-04T13:42:09.000000Z"}} 2018-10-04 13:42:09,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54285d68397111a2912e94939fc67b29e5600442" 2018-10-04 13:42:09,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4a44211-0ed4-4338-aa03-a8c3b74a3d5d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:42:09,109 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f4a44211-0ed4-4338-aa03-a8c3b74a3d5d 2018-10-04 13:42:09,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09d316efc5ddcb2000c9e24dc1515eb15b133383" 2018-10-04 13:42:09,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-f16ee404-c803-40d3-89f3-8ed219ca325f Date: Thu, 04 Oct 2018 13:42:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e8778647-5b75-475c-a34a-1f329e69ce4c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["11175d9c-e5d4-45b8-a066-7087a1a1467f"],"description":"","tags":[],"updated_at":"2018-10-04T13:42:07Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:06Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:09,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-net used request id req-f16ee404-c803-40d3-89f3-8ed219ca325f 2018-10-04 13:42:09,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e8778647-5b75-475c-a34a-1f329e69ce4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09d316efc5ddcb2000c9e24dc1515eb15b133383" 2018-10-04 13:42:09,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2510d262-a2d5-4af5-8345-59d6f23fc973 Date: Thu, 04 Oct 2018 13:42:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8778647-5b75-475c-a34a-1f329e69ce4c","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:07Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"11175d9c-e5d4-45b8-a066-7087a1a1467f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-subnet"}]} 2018-10-04 13:42:09,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e8778647-5b75-475c-a34a-1f329e69ce4c used request id req-2510d262-a2d5-4af5-8345-59d6f23fc973 2018-10-04 13:42:09,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09d316efc5ddcb2000c9e24dc1515eb15b133383" 2018-10-04 13:42:09,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-6b77e254-505c-42c4-8b25-188b72aeae7a Date: Thu, 04 Oct 2018 13:42:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e8778647-5b75-475c-a34a-1f329e69ce4c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["11175d9c-e5d4-45b8-a066-7087a1a1467f"],"description":"","tags":[],"updated_at":"2018-10-04T13:42:07Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:06Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:09,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-net used request id req-6b77e254-505c-42c4-8b25-188b72aeae7a 2018-10-04 13:42:09,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:42:09,833 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:42:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:42:09,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54285d68397111a2912e94939fc67b29e5600442" 2018-10-04 13:42:09,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70bba40d-957f-46cc-89af-62776133f930 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:42:09,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-70bba40d-957f-46cc-89af-62776133f930 2018-10-04 13:42:09,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e8778647-5b75-475c-a34a-1f329e69ce4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09d316efc5ddcb2000c9e24dc1515eb15b133383" 2018-10-04 13:42:10,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1581c54e-f986-405e-bb10-b8b4f9f806e6 Date: Thu, 04 Oct 2018 13:42:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8778647-5b75-475c-a34a-1f329e69ce4c","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:07Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"11175d9c-e5d4-45b8-a066-7087a1a1467f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-subnet"}]} 2018-10-04 13:42:10,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e8778647-5b75-475c-a34a-1f329e69ce4c used request id req-1581c54e-f986-405e-bb10-b8b4f9f806e6 2018-10-04 13:42:10,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e8778647-5b75-475c-a34a-1f329e69ce4c&name=NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09d316efc5ddcb2000c9e24dc1515eb15b133383" 2018-10-04 13:42:10,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4b7e13be-5f82-4495-bfd7-0cb7a9156cb1 Date: Thu, 04 Oct 2018 13:42:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8778647-5b75-475c-a34a-1f329e69ce4c","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:07Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"11175d9c-e5d4-45b8-a066-7087a1a1467f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-subnet"}]} 2018-10-04 13:42:10,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e8778647-5b75-475c-a34a-1f329e69ce4c&name=NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-subnet used request id req-4b7e13be-5f82-4495-bfd7-0cb7a9156cb1 2018-10-04 13:42:10,184 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-net 2018-10-04 13:42:10,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09d316efc5ddcb2000c9e24dc1515eb15b133383" -d '{"port": {"network_id": "e8778647-5b75-475c-a34a-1f329e69ce4c", "fixed_ips": [{"subnet_id": "11175d9c-e5d4-45b8-a066-7087a1a1467f", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-port", "admin_state_up": true}}' 2018-10-04 13:42:10,990 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-20551b56-1598-45e6-b388-3a869ddf4b11 Date: Thu, 04 Oct 2018 13:42:10 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:42:10Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"11175d9c-e5d4-45b8-a066-7087a1a1467f","ip_address":"10.55.1.100"}],"id":"3f239344-5991-46de-ad87-58e8f3c468a7","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ef:ec:61","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-port","project_id":"93973d1238b2486385104382b3d557a9","qos_policy_id":null,"admin_state_up":true,"network_id":"e8778647-5b75-475c-a34a-1f329e69ce4c","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:10Z","binding:vnic_type":"normal"}} 2018-10-04 13:42:10,990 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-20551b56-1598-45e6-b388-3a869ddf4b11 2018-10-04 13:42:10,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09d316efc5ddcb2000c9e24dc1515eb15b133383" 2018-10-04 13:42:11,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3730 X-Openstack-Request-Id: req-161b11a2-cfe3-478a-9027-ba52da708d63 Date: Thu, 04 Oct 2018 13:42:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:42:09Z","device_owner":"network:dhcp","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"11175d9c-e5d4-45b8-a066-7087a1a1467f","ip_address":"10.55.1.4"}],"id":"049b9809-b7c5-4e5d-b370-1a41b50c1733","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:87:bf:c8","project_id":"93973d1238b2486385104382b3d557a9","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e8778647-5b75-475c-a34a-1f329e69ce4c","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e8778647-5b75-475c-a34a-1f329e69ce4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:42:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"11175d9c-e5d4-45b8-a066-7087a1a1467f","ip_address":"10.55.1.2"}],"id":"19f76471-aebc-4256-aded-aecdbe564ff9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:b8:5d","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e8778647-5b75-475c-a34a-1f329e69ce4c","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e8778647-5b75-475c-a34a-1f329e69ce4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:42:10Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"11175d9c-e5d4-45b8-a066-7087a1a1467f","ip_address":"10.55.1.100"}],"id":"3f239344-5991-46de-ad87-58e8f3c468a7","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ef:ec:61","project_id":"93973d1238b2486385104382b3d557a9","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-port","admin_state_up":true,"network_id":"e8778647-5b75-475c-a34a-1f329e69ce4c","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:10Z","binding:vnic_type":"normal","device_id":""},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:42:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"11175d9c-e5d4-45b8-a066-7087a1a1467f","ip_address":"10.55.1.3"}],"id":"f5af8635-d683-4d40-9f6a-3991339de206","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:63:39","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e8778647-5b75-475c-a34a-1f329e69ce4c","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e8778647-5b75-475c-a34a-1f329e69ce4c"}]} 2018-10-04 13:42:11,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports used request id req-161b11a2-cfe3-478a-9027-ba52da708d63 2018-10-04 13:42:11,042 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-port 2018-10-04 13:42:11,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/3f239344-5991-46de-ad87-58e8f3c468a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09d316efc5ddcb2000c9e24dc1515eb15b133383" 2018-10-04 13:42:11,763 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-269f3f4b-4179-4867-b0bb-907df0261767 Date: Thu, 04 Oct 2018 13:42:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:42:11,763 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/3f239344-5991-46de-ad87-58e8f3c468a7 used request id req-269f3f4b-4179-4867-b0bb-907df0261767 2018-10-04 13:42:11,763 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-subnet 2018-10-04 13:42:11,763 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-subnet 2018-10-04 13:42:11,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/11175d9c-e5d4-45b8-a066-7087a1a1467f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09d316efc5ddcb2000c9e24dc1515eb15b133383" 2018-10-04 13:42:13,862 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6c466fb1-e46d-4fbe-b01f-50e550b2b1e0 Date: Thu, 04 Oct 2018 13:42:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:42:13,862 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/11175d9c-e5d4-45b8-a066-7087a1a1467f used request id req-6c466fb1-e46d-4fbe-b01f-50e550b2b1e0 2018-10-04 13:42:13,862 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-13faf3c0-06a4-4cc8-8d2a-9b35dda7665e-pub-net 2018-10-04 13:42:13,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/e8778647-5b75-475c-a34a-1f329e69ce4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09d316efc5ddcb2000c9e24dc1515eb15b133383" 2018-10-04 13:42:15,283 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9ce5a859-3ab8-4669-a253-aebbb98b6b6a Date: Thu, 04 Oct 2018 13:42:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:42:15,283 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/e8778647-5b75-475c-a34a-1f329e69ce4c used request id req-9ce5a859-3ab8-4669-a253-aebbb98b6b6a 2018-10-04 13:42:15,285 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:42:15,668 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:42:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["z7ZNM1n7RO-oQPz7tqToig"], "issued_at": "2018-10-04T13:42:15.000000Z"}} 2018-10-04 13:42:15,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}464049c7ac4210edf20bb17fb5ddf2f7aa083e17" 2018-10-04 13:42:15,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cd23636-d3b7-4915-8de3-ca7cb1b4507b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:42:15,754 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0cd23636-d3b7-4915-8de3-ca7cb1b4507b 2018-10-04 13:42:15,755 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-net 2018-10-04 13:42:15,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}464049c7ac4210edf20bb17fb5ddf2f7aa083e17" -d '{"network": {"name": "NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-net", "admin_state_up": true}}' 2018-10-04 13:42:16,158 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-b13b99ce-a0d8-4cd8-a5d1-aed7c410619a Date: Thu, 04 Oct 2018 13:42:16 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"50f2f258-6b0a-40f4-a910-9e96a6b2daa8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":41,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:42:16Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:16Z","mtu":1450}} 2018-10-04 13:42:16,158 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-b13b99ce-a0d8-4cd8-a5d1-aed7c410619a 2018-10-04 13:42:16,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=50f2f258-6b0a-40f4-a910-9e96a6b2daa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}464049c7ac4210edf20bb17fb5ddf2f7aa083e17" 2018-10-04 13:42:16,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-fb785d5d-94b8-437e-bf04-a0211b7ed3b1 Date: Thu, 04 Oct 2018 13:42:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"50f2f258-6b0a-40f4-a910-9e96a6b2daa8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":41,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:42:16Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:16Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:16,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=50f2f258-6b0a-40f4-a910-9e96a6b2daa8 used request id req-fb785d5d-94b8-437e-bf04-a0211b7ed3b1 2018-10-04 13:42:16,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=50f2f258-6b0a-40f4-a910-9e96a6b2daa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}464049c7ac4210edf20bb17fb5ddf2f7aa083e17" 2018-10-04 13:42:16,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e0a1f933-9b1a-4cd2-8a7d-0e015c1be902 Date: Thu, 04 Oct 2018 13:42:16 GMT RESP BODY: {"subnets":[]} 2018-10-04 13:42:16,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=50f2f258-6b0a-40f4-a910-9e96a6b2daa8 used request id req-e0a1f933-9b1a-4cd2-8a7d-0e015c1be902 2018-10-04 13:42:16,595 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-subnet 2018-10-04 13:42:16,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}464049c7ac4210edf20bb17fb5ddf2f7aa083e17" -d '{"subnets": [{"ip_version": 4, "network_id": "50f2f258-6b0a-40f4-a910-9e96a6b2daa8", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-subnet"}]}' 2018-10-04 13:42:17,110 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-34b75eb1-9e37-4c51-99ec-c6e9b474e139 Date: Thu, 04 Oct 2018 13:42:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50f2f258-6b0a-40f4-a910-9e96a6b2daa8","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:16Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:16Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"98d40677-6959-4e8e-b6c6-3a7fa119bf50","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-subnet"}]} 2018-10-04 13:42:17,110 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-34b75eb1-9e37-4c51-99ec-c6e9b474e139 2018-10-04 13:42:17,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=50f2f258-6b0a-40f4-a910-9e96a6b2daa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}464049c7ac4210edf20bb17fb5ddf2f7aa083e17" 2018-10-04 13:42:17,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-0b567954-4c71-4ca6-a7c9-b715fda1b923 Date: Thu, 04 Oct 2018 13:42:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"50f2f258-6b0a-40f4-a910-9e96a6b2daa8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":41,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["98d40677-6959-4e8e-b6c6-3a7fa119bf50"],"description":"","tags":[],"updated_at":"2018-10-04T13:42:16Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:16Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:17,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=50f2f258-6b0a-40f4-a910-9e96a6b2daa8 used request id req-0b567954-4c71-4ca6-a7c9-b715fda1b923 2018-10-04 13:42:17,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=50f2f258-6b0a-40f4-a910-9e96a6b2daa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}464049c7ac4210edf20bb17fb5ddf2f7aa083e17" 2018-10-04 13:42:17,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b28fb301-776d-4be9-86bb-52c6519558b0 Date: Thu, 04 Oct 2018 13:42:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50f2f258-6b0a-40f4-a910-9e96a6b2daa8","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:16Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"98d40677-6959-4e8e-b6c6-3a7fa119bf50","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-subnet"}]} 2018-10-04 13:42:17,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=50f2f258-6b0a-40f4-a910-9e96a6b2daa8 used request id req-b28fb301-776d-4be9-86bb-52c6519558b0 2018-10-04 13:42:17,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}464049c7ac4210edf20bb17fb5ddf2f7aa083e17" 2018-10-04 13:42:17,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-f102f723-493a-425d-9bb7-71db13f6eb2c Date: Thu, 04 Oct 2018 13:42:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"50f2f258-6b0a-40f4-a910-9e96a6b2daa8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":41,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["98d40677-6959-4e8e-b6c6-3a7fa119bf50"],"description":"","tags":[],"updated_at":"2018-10-04T13:42:16Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:16Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:17,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-net used request id req-f102f723-493a-425d-9bb7-71db13f6eb2c 2018-10-04 13:42:17,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:42:17,850 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:42:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:42:17,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}464049c7ac4210edf20bb17fb5ddf2f7aa083e17" 2018-10-04 13:42:17,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62d6bb93-0d0f-4bea-b75a-2253ea6c2bda Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:42:17,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-62d6bb93-0d0f-4bea-b75a-2253ea6c2bda 2018-10-04 13:42:17,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=50f2f258-6b0a-40f4-a910-9e96a6b2daa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}464049c7ac4210edf20bb17fb5ddf2f7aa083e17" 2018-10-04 13:42:18,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ad169f86-4e55-4c43-98d2-3395f8fa8a38 Date: Thu, 04 Oct 2018 13:42:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50f2f258-6b0a-40f4-a910-9e96a6b2daa8","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:16Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"98d40677-6959-4e8e-b6c6-3a7fa119bf50","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-subnet"}]} 2018-10-04 13:42:18,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=50f2f258-6b0a-40f4-a910-9e96a6b2daa8 used request id req-ad169f86-4e55-4c43-98d2-3395f8fa8a38 2018-10-04 13:42:18,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=50f2f258-6b0a-40f4-a910-9e96a6b2daa8&name=NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}464049c7ac4210edf20bb17fb5ddf2f7aa083e17" 2018-10-04 13:42:18,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9ba5e573-337e-4f8e-bb50-1eee15cdbbfe Date: Thu, 04 Oct 2018 13:42:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50f2f258-6b0a-40f4-a910-9e96a6b2daa8","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:16Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"98d40677-6959-4e8e-b6c6-3a7fa119bf50","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-subnet"}]} 2018-10-04 13:42:18,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=50f2f258-6b0a-40f4-a910-9e96a6b2daa8&name=NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-subnet used request id req-9ba5e573-337e-4f8e-bb50-1eee15cdbbfe 2018-10-04 13:42:18,214 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:42:18,215 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:42:18,591 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:42:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["vpH9UZZKR1-XUZAu0i4x2w"], "issued_at": "2018-10-04T13:42:18.000000Z"}} 2018-10-04 13:42:18,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1592b661a20a1800394e87e9bd08869793fca802" 2018-10-04 13:42:18,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8de3c43-bf86-40c6-bd49-05371a58d695 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:42:18,672 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a8de3c43-bf86-40c6-bd49-05371a58d695 2018-10-04 13:42:18,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}464049c7ac4210edf20bb17fb5ddf2f7aa083e17" 2018-10-04 13:42:18,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-70892674-d291-4e55-8309-5e73284b8a81 Date: Thu, 04 Oct 2018 13:42:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"50f2f258-6b0a-40f4-a910-9e96a6b2daa8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":41,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["98d40677-6959-4e8e-b6c6-3a7fa119bf50"],"description":"","tags":[],"updated_at":"2018-10-04T13:42:16Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:16Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:18,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-net used request id req-70892674-d291-4e55-8309-5e73284b8a81 2018-10-04 13:42:18,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=50f2f258-6b0a-40f4-a910-9e96a6b2daa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}464049c7ac4210edf20bb17fb5ddf2f7aa083e17" 2018-10-04 13:42:18,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3a9f8bfe-6982-4867-85ef-2a1519747071 Date: Thu, 04 Oct 2018 13:42:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50f2f258-6b0a-40f4-a910-9e96a6b2daa8","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:16Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"98d40677-6959-4e8e-b6c6-3a7fa119bf50","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-subnet"}]} 2018-10-04 13:42:18,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=50f2f258-6b0a-40f4-a910-9e96a6b2daa8 used request id req-3a9f8bfe-6982-4867-85ef-2a1519747071 2018-10-04 13:42:18,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}464049c7ac4210edf20bb17fb5ddf2f7aa083e17" 2018-10-04 13:42:19,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-add481b4-f5bb-48f3-a83b-31ae386ea4a6 Date: Thu, 04 Oct 2018 13:42:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"50f2f258-6b0a-40f4-a910-9e96a6b2daa8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":41,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["98d40677-6959-4e8e-b6c6-3a7fa119bf50"],"description":"","tags":[],"updated_at":"2018-10-04T13:42:16Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:16Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:19,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-net used request id req-add481b4-f5bb-48f3-a83b-31ae386ea4a6 2018-10-04 13:42:19,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:42:19,067 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:42:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:42:19,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1592b661a20a1800394e87e9bd08869793fca802" 2018-10-04 13:42:19,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8283ead9-237b-4b87-9055-1175802c5774 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:42:19,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-8283ead9-237b-4b87-9055-1175802c5774 2018-10-04 13:42:19,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=50f2f258-6b0a-40f4-a910-9e96a6b2daa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}464049c7ac4210edf20bb17fb5ddf2f7aa083e17" 2018-10-04 13:42:19,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2ab2c24f-d307-43d7-a5e3-1a9ec9860f6d Date: Thu, 04 Oct 2018 13:42:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50f2f258-6b0a-40f4-a910-9e96a6b2daa8","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:16Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"98d40677-6959-4e8e-b6c6-3a7fa119bf50","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-subnet"}]} 2018-10-04 13:42:19,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=50f2f258-6b0a-40f4-a910-9e96a6b2daa8 used request id req-2ab2c24f-d307-43d7-a5e3-1a9ec9860f6d 2018-10-04 13:42:19,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=50f2f258-6b0a-40f4-a910-9e96a6b2daa8&name=NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}464049c7ac4210edf20bb17fb5ddf2f7aa083e17" 2018-10-04 13:42:19,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-89136e67-b4f1-4005-bd62-ec9f76587f39 Date: Thu, 04 Oct 2018 13:42:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50f2f258-6b0a-40f4-a910-9e96a6b2daa8","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:16Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"98d40677-6959-4e8e-b6c6-3a7fa119bf50","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-subnet"}]} 2018-10-04 13:42:19,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=50f2f258-6b0a-40f4-a910-9e96a6b2daa8&name=NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-subnet used request id req-89136e67-b4f1-4005-bd62-ec9f76587f39 2018-10-04 13:42:19,538 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-net 2018-10-04 13:42:19,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}464049c7ac4210edf20bb17fb5ddf2f7aa083e17" -d '{"port": {"network_id": "50f2f258-6b0a-40f4-a910-9e96a6b2daa8", "fixed_ips": [{"subnet_id": "98d40677-6959-4e8e-b6c6-3a7fa119bf50", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-port", "admin_state_up": true}}' 2018-10-04 13:42:20,457 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-f82eca7a-702a-453a-b05f-1cdae343b6a8 Date: Thu, 04 Oct 2018 13:42:20 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:42:20Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"98d40677-6959-4e8e-b6c6-3a7fa119bf50","ip_address":"10.55.1.100"}],"id":"0754929e-bf64-4f0d-990f-16f91cfce097","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4e:5f:00","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-port","project_id":"93973d1238b2486385104382b3d557a9","qos_policy_id":null,"admin_state_up":true,"network_id":"50f2f258-6b0a-40f4-a910-9e96a6b2daa8","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:19Z","binding:vnic_type":"normal"}} 2018-10-04 13:42:20,457 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-f82eca7a-702a-453a-b05f-1cdae343b6a8 2018-10-04 13:42:20,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}464049c7ac4210edf20bb17fb5ddf2f7aa083e17" 2018-10-04 13:42:20,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3728 X-Openstack-Request-Id: req-f91f57bf-fc79-4977-9987-2d2f0a7c7ed2 Date: Thu, 04 Oct 2018 13:42:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:42:20Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"98d40677-6959-4e8e-b6c6-3a7fa119bf50","ip_address":"10.55.1.100"}],"id":"0754929e-bf64-4f0d-990f-16f91cfce097","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4e:5f:00","project_id":"93973d1238b2486385104382b3d557a9","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-port","admin_state_up":true,"network_id":"50f2f258-6b0a-40f4-a910-9e96a6b2daa8","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:19Z","binding:vnic_type":"normal","device_id":""},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:42:18Z","device_owner":"network:dhcp","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98d40677-6959-4e8e-b6c6-3a7fa119bf50","ip_address":"10.55.1.3"}],"id":"43a3e3ab-6bde-45dd-ab66-a1031fcff8f7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:91:36:61","project_id":"93973d1238b2486385104382b3d557a9","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"50f2f258-6b0a-40f4-a910-9e96a6b2daa8","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-50f2f258-6b0a-40f4-a910-9e96a6b2daa8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:42:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98d40677-6959-4e8e-b6c6-3a7fa119bf50","ip_address":"10.55.1.2"}],"id":"aa794f17-bd8d-4a57-b5e7-d5a47bae25da","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:6d:41","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"50f2f258-6b0a-40f4-a910-9e96a6b2daa8","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-50f2f258-6b0a-40f4-a910-9e96a6b2daa8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:42:19Z","device_owner":"network:dhcp","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98d40677-6959-4e8e-b6c6-3a7fa119bf50","ip_address":"10.55.1.4"}],"id":"d211b462-dd92-4a6c-b0a7-062163e2ab54","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:42:2c:45","project_id":"93973d1238b2486385104382b3d557a9","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"50f2f258-6b0a-40f4-a910-9e96a6b2daa8","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-50f2f258-6b0a-40f4-a910-9e96a6b2daa8"}]} 2018-10-04 13:42:20,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports used request id req-f91f57bf-fc79-4977-9987-2d2f0a7c7ed2 2018-10-04 13:42:20,511 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-port 2018-10-04 13:42:20,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/0754929e-bf64-4f0d-990f-16f91cfce097 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}464049c7ac4210edf20bb17fb5ddf2f7aa083e17" 2018-10-04 13:42:20,932 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e3f5e673-bd76-4530-a4d6-227e6d03681c Date: Thu, 04 Oct 2018 13:42:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:42:20,932 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/0754929e-bf64-4f0d-990f-16f91cfce097 used request id req-e3f5e673-bd76-4530-a4d6-227e6d03681c 2018-10-04 13:42:20,933 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-subnet 2018-10-04 13:42:20,933 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-subnet 2018-10-04 13:42:20,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/98d40677-6959-4e8e-b6c6-3a7fa119bf50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}464049c7ac4210edf20bb17fb5ddf2f7aa083e17" 2018-10-04 13:42:23,059 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4f0e4d9b-a88f-4cec-934f-e2781e361d17 Date: Thu, 04 Oct 2018 13:42:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:42:23,059 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/98d40677-6959-4e8e-b6c6-3a7fa119bf50 used request id req-4f0e4d9b-a88f-4cec-934f-e2781e361d17 2018-10-04 13:42:23,059 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-ae5c90bb-818a-46f1-b463-99f15189e937-pub-net 2018-10-04 13:42:23,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/50f2f258-6b0a-40f4-a910-9e96a6b2daa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}464049c7ac4210edf20bb17fb5ddf2f7aa083e17" 2018-10-04 13:42:24,127 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-361a0fbc-7c62-4a41-ae38-15ed5eaeab40 Date: Thu, 04 Oct 2018 13:42:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:42:24,127 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/50f2f258-6b0a-40f4-a910-9e96a6b2daa8 used request id req-361a0fbc-7c62-4a41-ae38-15ed5eaeab40 2018-10-04 13:42:24,129 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:42:24,506 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:42:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["0e2-TfelRXm7X6K9-lnvWw"], "issued_at": "2018-10-04T13:42:24.000000Z"}} 2018-10-04 13:42:24,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86268e9c106db2c097c55da074618c870164790" 2018-10-04 13:42:24,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ddeb125-d1e8-4afb-a2ad-e4c3a61c016b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:42:24,593 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5ddeb125-d1e8-4afb-a2ad-e4c3a61c016b 2018-10-04 13:42:24,594 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-net 2018-10-04 13:42:24,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86268e9c106db2c097c55da074618c870164790" -d '{"network": {"name": "NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-net", "admin_state_up": true}}' 2018-10-04 13:42:25,110 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-4c3c2792-9021-456a-9bd3-cd62d59a2a2c Date: Thu, 04 Oct 2018 13:42:25 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5b53c32d-a4fe-4622-8150-23164aa7e64a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":80,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:42:24Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:24Z","mtu":1450}} 2018-10-04 13:42:25,110 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-4c3c2792-9021-456a-9bd3-cd62d59a2a2c 2018-10-04 13:42:25,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=5b53c32d-a4fe-4622-8150-23164aa7e64a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86268e9c106db2c097c55da074618c870164790" 2018-10-04 13:42:25,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-d6b0ef09-9f53-4fa9-9cb2-e65da649f783 Date: Thu, 04 Oct 2018 13:42:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5b53c32d-a4fe-4622-8150-23164aa7e64a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":80,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:42:24Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:24Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:25,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=5b53c32d-a4fe-4622-8150-23164aa7e64a used request id req-d6b0ef09-9f53-4fa9-9cb2-e65da649f783 2018-10-04 13:42:25,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5b53c32d-a4fe-4622-8150-23164aa7e64a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86268e9c106db2c097c55da074618c870164790" 2018-10-04 13:42:25,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-15974e0d-14ef-4239-803c-da3d78d7b35d Date: Thu, 04 Oct 2018 13:42:25 GMT RESP BODY: {"subnets":[]} 2018-10-04 13:42:25,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5b53c32d-a4fe-4622-8150-23164aa7e64a used request id req-15974e0d-14ef-4239-803c-da3d78d7b35d 2018-10-04 13:42:25,547 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-subnet 2018-10-04 13:42:25,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86268e9c106db2c097c55da074618c870164790" -d '{"subnets": [{"ip_version": 4, "network_id": "5b53c32d-a4fe-4622-8150-23164aa7e64a", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-subnet"}]}' 2018-10-04 13:42:26,105 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-288b1d6b-a909-45d3-8a68-718c45a4e393 Date: Thu, 04 Oct 2018 13:42:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5b53c32d-a4fe-4622-8150-23164aa7e64a","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:25Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:25Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"d99c583d-0545-46d4-8f53-9a8328f608b1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-subnet"}]} 2018-10-04 13:42:26,106 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-288b1d6b-a909-45d3-8a68-718c45a4e393 2018-10-04 13:42:26,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=5b53c32d-a4fe-4622-8150-23164aa7e64a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86268e9c106db2c097c55da074618c870164790" 2018-10-04 13:42:26,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-cd65c4b8-ccc9-4d28-8e73-7a878c41981a Date: Thu, 04 Oct 2018 13:42:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"5b53c32d-a4fe-4622-8150-23164aa7e64a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":80,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["d99c583d-0545-46d4-8f53-9a8328f608b1"],"description":"","tags":[],"updated_at":"2018-10-04T13:42:25Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:24Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:26,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=5b53c32d-a4fe-4622-8150-23164aa7e64a used request id req-cd65c4b8-ccc9-4d28-8e73-7a878c41981a 2018-10-04 13:42:26,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5b53c32d-a4fe-4622-8150-23164aa7e64a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86268e9c106db2c097c55da074618c870164790" 2018-10-04 13:42:26,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c339309e-3bda-4e98-bbd6-532812c13e56 Date: Thu, 04 Oct 2018 13:42:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5b53c32d-a4fe-4622-8150-23164aa7e64a","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:25Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"d99c583d-0545-46d4-8f53-9a8328f608b1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-subnet"}]} 2018-10-04 13:42:26,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5b53c32d-a4fe-4622-8150-23164aa7e64a used request id req-c339309e-3bda-4e98-bbd6-532812c13e56 2018-10-04 13:42:26,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86268e9c106db2c097c55da074618c870164790" 2018-10-04 13:42:26,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-3a1ac513-cb31-4da1-80ea-9ea633f38745 Date: Thu, 04 Oct 2018 13:42:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"5b53c32d-a4fe-4622-8150-23164aa7e64a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":80,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["d99c583d-0545-46d4-8f53-9a8328f608b1"],"description":"","tags":[],"updated_at":"2018-10-04T13:42:25Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:24Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:26,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-net used request id req-3a1ac513-cb31-4da1-80ea-9ea633f38745 2018-10-04 13:42:26,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:42:26,901 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:42:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:42:26,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86268e9c106db2c097c55da074618c870164790" 2018-10-04 13:42:26,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a183951-e903-465a-8120-0d0a351114e9 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:42:26,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-3a183951-e903-465a-8120-0d0a351114e9 2018-10-04 13:42:27,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5b53c32d-a4fe-4622-8150-23164aa7e64a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86268e9c106db2c097c55da074618c870164790" 2018-10-04 13:42:27,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6cc380e0-fa86-492e-8a7b-50618472861c Date: Thu, 04 Oct 2018 13:42:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5b53c32d-a4fe-4622-8150-23164aa7e64a","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:25Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"d99c583d-0545-46d4-8f53-9a8328f608b1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-subnet"}]} 2018-10-04 13:42:27,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5b53c32d-a4fe-4622-8150-23164aa7e64a used request id req-6cc380e0-fa86-492e-8a7b-50618472861c 2018-10-04 13:42:27,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5b53c32d-a4fe-4622-8150-23164aa7e64a&name=NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86268e9c106db2c097c55da074618c870164790" 2018-10-04 13:42:27,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f36053b0-48b0-46cd-818e-2e95372447a8 Date: Thu, 04 Oct 2018 13:42:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5b53c32d-a4fe-4622-8150-23164aa7e64a","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:25Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"d99c583d-0545-46d4-8f53-9a8328f608b1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-subnet"}]} 2018-10-04 13:42:27,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5b53c32d-a4fe-4622-8150-23164aa7e64a&name=NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-subnet used request id req-f36053b0-48b0-46cd-818e-2e95372447a8 2018-10-04 13:42:27,424 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:42:27,425 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:42:27,815 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:42:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["aVIKFbnxROK-DJljYRf5gg"], "issued_at": "2018-10-04T13:42:27.000000Z"}} 2018-10-04 13:42:27,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1745d9401f20cd7d3790369124a7c3eb2dd2d0c1" 2018-10-04 13:42:27,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b338f3f3-1cc0-47b1-926c-8687ce7cbbda Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:42:27,894 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b338f3f3-1cc0-47b1-926c-8687ce7cbbda 2018-10-04 13:42:27,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86268e9c106db2c097c55da074618c870164790" 2018-10-04 13:42:28,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-23c939ce-6e57-4e1a-adf5-90aa9b708ae5 Date: Thu, 04 Oct 2018 13:42:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"5b53c32d-a4fe-4622-8150-23164aa7e64a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":80,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["d99c583d-0545-46d4-8f53-9a8328f608b1"],"description":"","tags":[],"updated_at":"2018-10-04T13:42:25Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:24Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:28,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-net used request id req-23c939ce-6e57-4e1a-adf5-90aa9b708ae5 2018-10-04 13:42:28,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5b53c32d-a4fe-4622-8150-23164aa7e64a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86268e9c106db2c097c55da074618c870164790" 2018-10-04 13:42:28,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-461cdf01-b70a-4b51-973d-9b658674867d Date: Thu, 04 Oct 2018 13:42:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5b53c32d-a4fe-4622-8150-23164aa7e64a","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:25Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"d99c583d-0545-46d4-8f53-9a8328f608b1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-subnet"}]} 2018-10-04 13:42:28,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5b53c32d-a4fe-4622-8150-23164aa7e64a used request id req-461cdf01-b70a-4b51-973d-9b658674867d 2018-10-04 13:42:28,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86268e9c106db2c097c55da074618c870164790" 2018-10-04 13:42:28,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-3b5a17e4-82d4-4c99-a6a9-7edbf5a96866 Date: Thu, 04 Oct 2018 13:42:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"5b53c32d-a4fe-4622-8150-23164aa7e64a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":80,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["d99c583d-0545-46d4-8f53-9a8328f608b1"],"description":"","tags":[],"updated_at":"2018-10-04T13:42:25Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:24Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:28,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-net used request id req-3b5a17e4-82d4-4c99-a6a9-7edbf5a96866 2018-10-04 13:42:28,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:42:28,594 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:42:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:42:28,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1745d9401f20cd7d3790369124a7c3eb2dd2d0c1" 2018-10-04 13:42:28,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad37cba9-87ea-4aa9-9efe-4f78bb7e7aac Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:42:28,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-ad37cba9-87ea-4aa9-9efe-4f78bb7e7aac 2018-10-04 13:42:28,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5b53c32d-a4fe-4622-8150-23164aa7e64a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86268e9c106db2c097c55da074618c870164790" 2018-10-04 13:42:28,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6b3cb1c1-8d2e-47c0-aa0b-c555adc07b0b Date: Thu, 04 Oct 2018 13:42:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5b53c32d-a4fe-4622-8150-23164aa7e64a","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:25Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"d99c583d-0545-46d4-8f53-9a8328f608b1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-subnet"}]} 2018-10-04 13:42:28,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5b53c32d-a4fe-4622-8150-23164aa7e64a used request id req-6b3cb1c1-8d2e-47c0-aa0b-c555adc07b0b 2018-10-04 13:42:28,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5b53c32d-a4fe-4622-8150-23164aa7e64a&name=NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86268e9c106db2c097c55da074618c870164790" 2018-10-04 13:42:28,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0e09b931-5719-4d01-a52c-cd7d11c471a9 Date: Thu, 04 Oct 2018 13:42:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5b53c32d-a4fe-4622-8150-23164aa7e64a","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:25Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"d99c583d-0545-46d4-8f53-9a8328f608b1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-subnet"}]} 2018-10-04 13:42:28,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5b53c32d-a4fe-4622-8150-23164aa7e64a&name=NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-subnet used request id req-0e09b931-5719-4d01-a52c-cd7d11c471a9 2018-10-04 13:42:28,975 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-net 2018-10-04 13:42:28,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86268e9c106db2c097c55da074618c870164790" -d '{"port": {"network_id": "5b53c32d-a4fe-4622-8150-23164aa7e64a", "fixed_ips": [{"subnet_id": "d99c583d-0545-46d4-8f53-9a8328f608b1", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-port", "admin_state_up": true}}' 2018-10-04 13:42:29,147 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-fb9c7b55-0813-41c6-bef3-9516f4b8bbbb Date: Thu, 04 Oct 2018 13:42:29 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-04 13:42:29,147 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-fb9c7b55-0813-41c6-bef3-9516f4b8bbbb 2018-10-04 13:42:29,147 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-04 13:42:29,147 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-subnet 2018-10-04 13:42:29,148 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-subnet 2018-10-04 13:42:29,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/d99c583d-0545-46d4-8f53-9a8328f608b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86268e9c106db2c097c55da074618c870164790" 2018-10-04 13:42:31,109 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5c8a61b0-8a88-4314-8882-a7151d1038bb Date: Thu, 04 Oct 2018 13:42:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:42:31,109 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/d99c583d-0545-46d4-8f53-9a8328f608b1 used request id req-5c8a61b0-8a88-4314-8882-a7151d1038bb 2018-10-04 13:42:31,110 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-418cac1c-8337-413e-bda2-9ce370e25be9-pub-net 2018-10-04 13:42:31,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/5b53c32d-a4fe-4622-8150-23164aa7e64a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86268e9c106db2c097c55da074618c870164790" 2018-10-04 13:42:32,175 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ef15d158-ff05-42e3-ad74-d09c70327a85 Date: Thu, 04 Oct 2018 13:42:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:42:32,175 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/5b53c32d-a4fe-4622-8150-23164aa7e64a used request id req-ef15d158-ff05-42e3-ad74-d09c70327a85 2018-10-04 13:42:32,177 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:42:32,563 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:42:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["qFq8DiTJQvGg868F4zdd3A"], "issued_at": "2018-10-04T13:42:32.000000Z"}} 2018-10-04 13:42:32,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3242aa9b799fce96919b5f157e2e5cb9cd180fab" 2018-10-04 13:42:32,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09874b45-1816-47ff-9bcc-ec0393d24bbe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:42:32,640 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-09874b45-1816-47ff-9bcc-ec0393d24bbe 2018-10-04 13:42:32,641 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-net 2018-10-04 13:42:32,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3242aa9b799fce96919b5f157e2e5cb9cd180fab" -d '{"network": {"name": "NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-net", "admin_state_up": true}}' 2018-10-04 13:42:33,020 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-117c647d-5688-4174-84ca-509327cb83a0 Date: Thu, 04 Oct 2018 13:42:33 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"35a8fb4e-229b-4130-87b3-3e32cb4bb63f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":63,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:42:32Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:32Z","mtu":1450}} 2018-10-04 13:42:33,020 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-117c647d-5688-4174-84ca-509327cb83a0 2018-10-04 13:42:33,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=35a8fb4e-229b-4130-87b3-3e32cb4bb63f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3242aa9b799fce96919b5f157e2e5cb9cd180fab" 2018-10-04 13:42:33,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-f7841484-f60e-4b56-a80e-e9d31dc9a3a7 Date: Thu, 04 Oct 2018 13:42:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"35a8fb4e-229b-4130-87b3-3e32cb4bb63f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":63,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:42:32Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:32Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:33,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=35a8fb4e-229b-4130-87b3-3e32cb4bb63f used request id req-f7841484-f60e-4b56-a80e-e9d31dc9a3a7 2018-10-04 13:42:33,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=35a8fb4e-229b-4130-87b3-3e32cb4bb63f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3242aa9b799fce96919b5f157e2e5cb9cd180fab" 2018-10-04 13:42:33,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3860fb7b-0dbe-429f-abcb-9953da068558 Date: Thu, 04 Oct 2018 13:42:33 GMT RESP BODY: {"subnets":[]} 2018-10-04 13:42:33,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=35a8fb4e-229b-4130-87b3-3e32cb4bb63f used request id req-3860fb7b-0dbe-429f-abcb-9953da068558 2018-10-04 13:42:33,480 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-subnet 2018-10-04 13:42:33,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3242aa9b799fce96919b5f157e2e5cb9cd180fab" -d '{"subnets": [{"ip_version": 4, "network_id": "35a8fb4e-229b-4130-87b3-3e32cb4bb63f", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-subnet"}]}' 2018-10-04 13:42:34,032 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-70353d33-c6f8-4022-9539-7f84de2c2e49 Date: Thu, 04 Oct 2018 13:42:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"35a8fb4e-229b-4130-87b3-3e32cb4bb63f","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:33Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"f50b2ee6-6b8f-42c5-9d34-0d2b50136215","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-subnet"}]} 2018-10-04 13:42:34,032 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-70353d33-c6f8-4022-9539-7f84de2c2e49 2018-10-04 13:42:34,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=35a8fb4e-229b-4130-87b3-3e32cb4bb63f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3242aa9b799fce96919b5f157e2e5cb9cd180fab" 2018-10-04 13:42:34,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-0116f043-9c90-4838-8fd5-996c588ddc79 Date: Thu, 04 Oct 2018 13:42:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"35a8fb4e-229b-4130-87b3-3e32cb4bb63f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":63,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["f50b2ee6-6b8f-42c5-9d34-0d2b50136215"],"description":"","tags":[],"updated_at":"2018-10-04T13:42:33Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:32Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:34,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=35a8fb4e-229b-4130-87b3-3e32cb4bb63f used request id req-0116f043-9c90-4838-8fd5-996c588ddc79 2018-10-04 13:42:34,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=35a8fb4e-229b-4130-87b3-3e32cb4bb63f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3242aa9b799fce96919b5f157e2e5cb9cd180fab" 2018-10-04 13:42:34,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-51daf2f9-fade-40d0-a235-944a3d480d5a Date: Thu, 04 Oct 2018 13:42:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"35a8fb4e-229b-4130-87b3-3e32cb4bb63f","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"f50b2ee6-6b8f-42c5-9d34-0d2b50136215","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-subnet"}]} 2018-10-04 13:42:34,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=35a8fb4e-229b-4130-87b3-3e32cb4bb63f used request id req-51daf2f9-fade-40d0-a235-944a3d480d5a 2018-10-04 13:42:34,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3242aa9b799fce96919b5f157e2e5cb9cd180fab" 2018-10-04 13:42:34,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-8eb979d1-ebf2-4834-9b5d-98823971859f Date: Thu, 04 Oct 2018 13:42:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"35a8fb4e-229b-4130-87b3-3e32cb4bb63f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":63,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["f50b2ee6-6b8f-42c5-9d34-0d2b50136215"],"description":"","tags":[],"updated_at":"2018-10-04T13:42:33Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:32Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:34,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-net used request id req-8eb979d1-ebf2-4834-9b5d-98823971859f 2018-10-04 13:42:34,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:42:34,718 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:42:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:42:34,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3242aa9b799fce96919b5f157e2e5cb9cd180fab" 2018-10-04 13:42:34,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d67fabce-5da4-404d-93b0-19c4df986cc0 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:42:34,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-d67fabce-5da4-404d-93b0-19c4df986cc0 2018-10-04 13:42:34,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=35a8fb4e-229b-4130-87b3-3e32cb4bb63f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3242aa9b799fce96919b5f157e2e5cb9cd180fab" 2018-10-04 13:42:35,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4bf0d279-86bc-45d2-8eac-2d3eeef9cbf3 Date: Thu, 04 Oct 2018 13:42:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"35a8fb4e-229b-4130-87b3-3e32cb4bb63f","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"f50b2ee6-6b8f-42c5-9d34-0d2b50136215","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-subnet"}]} 2018-10-04 13:42:35,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=35a8fb4e-229b-4130-87b3-3e32cb4bb63f used request id req-4bf0d279-86bc-45d2-8eac-2d3eeef9cbf3 2018-10-04 13:42:35,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=35a8fb4e-229b-4130-87b3-3e32cb4bb63f&name=NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3242aa9b799fce96919b5f157e2e5cb9cd180fab" 2018-10-04 13:42:35,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8f1dcb36-295d-4a7e-a297-c3bf29dd88b9 Date: Thu, 04 Oct 2018 13:42:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"35a8fb4e-229b-4130-87b3-3e32cb4bb63f","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"f50b2ee6-6b8f-42c5-9d34-0d2b50136215","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-subnet"}]} 2018-10-04 13:42:35,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=35a8fb4e-229b-4130-87b3-3e32cb4bb63f&name=NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-subnet used request id req-8f1dcb36-295d-4a7e-a297-c3bf29dd88b9 2018-10-04 13:42:35,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:42:35,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:42:35,617 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:42:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["8Usum3nlQo6JqW0D010bPg"], "issued_at": "2018-10-04T13:42:35.000000Z"}} 2018-10-04 13:42:35,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d86e7d5cdce4c8105f08ae83118be75fa92bc96" 2018-10-04 13:42:35,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f80c6d0-a8c4-41c2-a423-2b90811962bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:42:35,703 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4f80c6d0-a8c4-41c2-a423-2b90811962bc 2018-10-04 13:42:35,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3242aa9b799fce96919b5f157e2e5cb9cd180fab" 2018-10-04 13:42:35,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-634fd328-e02e-42c6-95da-320fdd0a5564 Date: Thu, 04 Oct 2018 13:42:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"35a8fb4e-229b-4130-87b3-3e32cb4bb63f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":63,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["f50b2ee6-6b8f-42c5-9d34-0d2b50136215"],"description":"","tags":[],"updated_at":"2018-10-04T13:42:33Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:32Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:35,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-net used request id req-634fd328-e02e-42c6-95da-320fdd0a5564 2018-10-04 13:42:35,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=35a8fb4e-229b-4130-87b3-3e32cb4bb63f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3242aa9b799fce96919b5f157e2e5cb9cd180fab" 2018-10-04 13:42:36,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8dfb6d91-0319-4303-a1a2-b8db2e2d10bb Date: Thu, 04 Oct 2018 13:42:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"35a8fb4e-229b-4130-87b3-3e32cb4bb63f","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"f50b2ee6-6b8f-42c5-9d34-0d2b50136215","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-subnet"}]} 2018-10-04 13:42:36,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=35a8fb4e-229b-4130-87b3-3e32cb4bb63f used request id req-8dfb6d91-0319-4303-a1a2-b8db2e2d10bb 2018-10-04 13:42:36,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3242aa9b799fce96919b5f157e2e5cb9cd180fab" 2018-10-04 13:42:36,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-84e5d174-818c-49e0-b11a-55b667a96f28 Date: Thu, 04 Oct 2018 13:42:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"35a8fb4e-229b-4130-87b3-3e32cb4bb63f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":63,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["f50b2ee6-6b8f-42c5-9d34-0d2b50136215"],"description":"","tags":[],"updated_at":"2018-10-04T13:42:33Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:32Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:36,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-net used request id req-84e5d174-818c-49e0-b11a-55b667a96f28 2018-10-04 13:42:36,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:42:36,130 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:42:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:42:36,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d86e7d5cdce4c8105f08ae83118be75fa92bc96" 2018-10-04 13:42:36,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e53dd9a-016a-42f2-a53f-ee0942e6f6da Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:42:36,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-6e53dd9a-016a-42f2-a53f-ee0942e6f6da 2018-10-04 13:42:36,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=35a8fb4e-229b-4130-87b3-3e32cb4bb63f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3242aa9b799fce96919b5f157e2e5cb9cd180fab" 2018-10-04 13:42:36,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c26aeda0-a602-496d-8776-3135cb0eccb0 Date: Thu, 04 Oct 2018 13:42:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"35a8fb4e-229b-4130-87b3-3e32cb4bb63f","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"f50b2ee6-6b8f-42c5-9d34-0d2b50136215","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-subnet"}]} 2018-10-04 13:42:36,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=35a8fb4e-229b-4130-87b3-3e32cb4bb63f used request id req-c26aeda0-a602-496d-8776-3135cb0eccb0 2018-10-04 13:42:36,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=35a8fb4e-229b-4130-87b3-3e32cb4bb63f&name=NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3242aa9b799fce96919b5f157e2e5cb9cd180fab" 2018-10-04 13:42:36,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c7fc0b99-d0ef-4d95-9422-7e3fa227c857 Date: Thu, 04 Oct 2018 13:42:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"35a8fb4e-229b-4130-87b3-3e32cb4bb63f","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"f50b2ee6-6b8f-42c5-9d34-0d2b50136215","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-subnet"}]} 2018-10-04 13:42:36,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=35a8fb4e-229b-4130-87b3-3e32cb4bb63f&name=NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-subnet used request id req-c7fc0b99-d0ef-4d95-9422-7e3fa227c857 2018-10-04 13:42:36,467 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-net 2018-10-04 13:42:36,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3242aa9b799fce96919b5f157e2e5cb9cd180fab" -d '{"port": {"network_id": "35a8fb4e-229b-4130-87b3-3e32cb4bb63f", "fixed_ips": [{"subnet_id": "f50b2ee6-6b8f-42c5-9d34-0d2b50136215", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-port", "admin_state_up": true}}' 2018-10-04 13:42:36,836 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-18d42592-76ee-4ef9-943d-b4470431873a Date: Thu, 04 Oct 2018 13:42:36 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-10-04 13:42:36,836 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-18d42592-76ee-4ef9-943d-b4470431873a 2018-10-04 13:42:36,836 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-10-04 13:42:36,837 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-subnet 2018-10-04 13:42:36,837 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-subnet 2018-10-04 13:42:36,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/f50b2ee6-6b8f-42c5-9d34-0d2b50136215 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3242aa9b799fce96919b5f157e2e5cb9cd180fab" 2018-10-04 13:42:39,355 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c168e3b2-ac52-4f82-95e6-a75f4ad05a59 Date: Thu, 04 Oct 2018 13:42:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:42:39,355 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/f50b2ee6-6b8f-42c5-9d34-0d2b50136215 used request id req-c168e3b2-ac52-4f82-95e6-a75f4ad05a59 2018-10-04 13:42:39,355 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-c689ae59-34ab-4337-8766-ef49ff96d2f9-pub-net 2018-10-04 13:42:39,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/35a8fb4e-229b-4130-87b3-3e32cb4bb63f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3242aa9b799fce96919b5f157e2e5cb9cd180fab" 2018-10-04 13:42:40,600 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f640baeb-71df-4af0-a243-809fb2d090fb Date: Thu, 04 Oct 2018 13:42:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:42:40,601 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/35a8fb4e-229b-4130-87b3-3e32cb4bb63f used request id req-f640baeb-71df-4af0-a243-809fb2d090fb 2018-10-04 13:42:40,602 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:42:40,978 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:42:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["UopwUT4cScqwiylFIdQT1g"], "issued_at": "2018-10-04T13:42:40.000000Z"}} 2018-10-04 13:42:40,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b05a02b564a4d2d316f8b71d50cec37620e682" 2018-10-04 13:42:41,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f629e5b-9e45-432b-8538-0c5dc2418b3a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:42:41,070 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6f629e5b-9e45-432b-8538-0c5dc2418b3a 2018-10-04 13:42:41,071 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-net 2018-10-04 13:42:41,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b05a02b564a4d2d316f8b71d50cec37620e682" -d '{"network": {"name": "NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-net", "admin_state_up": true}}' 2018-10-04 13:42:41,469 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-5458b33f-6533-4449-afc6-bd7939baf232 Date: Thu, 04 Oct 2018 13:42:41 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1b129dc9-79cd-4470-a6fe-af4e5696d601","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:42:41Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:41Z","mtu":1450}} 2018-10-04 13:42:41,469 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-5458b33f-6533-4449-afc6-bd7939baf232 2018-10-04 13:42:41,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=1b129dc9-79cd-4470-a6fe-af4e5696d601 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b05a02b564a4d2d316f8b71d50cec37620e682" 2018-10-04 13:42:41,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-4b2a5aab-e082-42e4-a7af-44f4a4a82915 Date: Thu, 04 Oct 2018 13:42:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1b129dc9-79cd-4470-a6fe-af4e5696d601","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:42:41Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:41Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:41,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=1b129dc9-79cd-4470-a6fe-af4e5696d601 used request id req-4b2a5aab-e082-42e4-a7af-44f4a4a82915 2018-10-04 13:42:41,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1b129dc9-79cd-4470-a6fe-af4e5696d601 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b05a02b564a4d2d316f8b71d50cec37620e682" 2018-10-04 13:42:41,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8a4d0110-cb50-44f8-a332-71f14494acdc Date: Thu, 04 Oct 2018 13:42:41 GMT RESP BODY: {"subnets":[]} 2018-10-04 13:42:41,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1b129dc9-79cd-4470-a6fe-af4e5696d601 used request id req-8a4d0110-cb50-44f8-a332-71f14494acdc 2018-10-04 13:42:41,909 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-subnet 2018-10-04 13:42:41,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b05a02b564a4d2d316f8b71d50cec37620e682" -d '{"subnets": [{"ip_version": 4, "network_id": "1b129dc9-79cd-4470-a6fe-af4e5696d601", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-subnet"}]}' 2018-10-04 13:42:42,475 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0a70c693-5beb-44ab-be63-bb330b1f406f Date: Thu, 04 Oct 2018 13:42:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b129dc9-79cd-4470-a6fe-af4e5696d601","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:42Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:42Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"c26d25a7-e6fa-4836-bbdb-6b09bbc28b2c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-subnet"}]} 2018-10-04 13:42:42,475 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-0a70c693-5beb-44ab-be63-bb330b1f406f 2018-10-04 13:42:42,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=1b129dc9-79cd-4470-a6fe-af4e5696d601 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b05a02b564a4d2d316f8b71d50cec37620e682" 2018-10-04 13:42:42,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-ac20394b-f2d7-444d-acb8-f00bdfe07817 Date: Thu, 04 Oct 2018 13:42:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1b129dc9-79cd-4470-a6fe-af4e5696d601","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["c26d25a7-e6fa-4836-bbdb-6b09bbc28b2c"],"description":"","tags":[],"updated_at":"2018-10-04T13:42:42Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:41Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:42,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=1b129dc9-79cd-4470-a6fe-af4e5696d601 used request id req-ac20394b-f2d7-444d-acb8-f00bdfe07817 2018-10-04 13:42:42,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1b129dc9-79cd-4470-a6fe-af4e5696d601 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b05a02b564a4d2d316f8b71d50cec37620e682" 2018-10-04 13:42:42,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fb3f7b4c-3a5b-4c32-9091-61063c859dbc Date: Thu, 04 Oct 2018 13:42:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b129dc9-79cd-4470-a6fe-af4e5696d601","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:42Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"c26d25a7-e6fa-4836-bbdb-6b09bbc28b2c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-subnet"}]} 2018-10-04 13:42:42,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1b129dc9-79cd-4470-a6fe-af4e5696d601 used request id req-fb3f7b4c-3a5b-4c32-9091-61063c859dbc 2018-10-04 13:42:42,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b05a02b564a4d2d316f8b71d50cec37620e682" 2018-10-04 13:42:43,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-0d3c9640-bda9-41f4-a2b6-65aa41cb8fd0 Date: Thu, 04 Oct 2018 13:42:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1b129dc9-79cd-4470-a6fe-af4e5696d601","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["c26d25a7-e6fa-4836-bbdb-6b09bbc28b2c"],"description":"","tags":[],"updated_at":"2018-10-04T13:42:42Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:41Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:43,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-net used request id req-0d3c9640-bda9-41f4-a2b6-65aa41cb8fd0 2018-10-04 13:42:43,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:42:43,018 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:42:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:42:43,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b05a02b564a4d2d316f8b71d50cec37620e682" 2018-10-04 13:42:43,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30d7765c-3305-48dc-843b-320454aa888f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:42:43,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-30d7765c-3305-48dc-843b-320454aa888f 2018-10-04 13:42:43,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1b129dc9-79cd-4470-a6fe-af4e5696d601 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b05a02b564a4d2d316f8b71d50cec37620e682" 2018-10-04 13:42:43,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-45c4d1ec-573b-47cc-bcb7-7f371c6937fd Date: Thu, 04 Oct 2018 13:42:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b129dc9-79cd-4470-a6fe-af4e5696d601","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:42Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"c26d25a7-e6fa-4836-bbdb-6b09bbc28b2c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-subnet"}]} 2018-10-04 13:42:43,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1b129dc9-79cd-4470-a6fe-af4e5696d601 used request id req-45c4d1ec-573b-47cc-bcb7-7f371c6937fd 2018-10-04 13:42:43,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1b129dc9-79cd-4470-a6fe-af4e5696d601&name=NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b05a02b564a4d2d316f8b71d50cec37620e682" 2018-10-04 13:42:43,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-12d7ae76-331b-4cc6-b7fa-04ed7bc5d099 Date: Thu, 04 Oct 2018 13:42:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b129dc9-79cd-4470-a6fe-af4e5696d601","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:42Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"c26d25a7-e6fa-4836-bbdb-6b09bbc28b2c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-subnet"}]} 2018-10-04 13:42:43,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1b129dc9-79cd-4470-a6fe-af4e5696d601&name=NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-subnet used request id req-12d7ae76-331b-4cc6-b7fa-04ed7bc5d099 2018-10-04 13:42:43,547 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:42:43,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:42:43,934 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:42:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["bRqfMbxASueW0OB6bKsb9A"], "issued_at": "2018-10-04T13:42:43.000000Z"}} 2018-10-04 13:42:43,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}713539e01c942ce49341d3566172e44bf7047640" 2018-10-04 13:42:44,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63aea42a-07b8-4856-a2b5-459667386af9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:42:44,011 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-63aea42a-07b8-4856-a2b5-459667386af9 2018-10-04 13:42:44,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b05a02b564a4d2d316f8b71d50cec37620e682" 2018-10-04 13:42:44,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-e5ef4ae6-5b4a-4444-bd14-dfdcbac7e533 Date: Thu, 04 Oct 2018 13:42:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1b129dc9-79cd-4470-a6fe-af4e5696d601","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["c26d25a7-e6fa-4836-bbdb-6b09bbc28b2c"],"description":"","tags":[],"updated_at":"2018-10-04T13:42:42Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:41Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:44,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-net used request id req-e5ef4ae6-5b4a-4444-bd14-dfdcbac7e533 2018-10-04 13:42:44,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1b129dc9-79cd-4470-a6fe-af4e5696d601 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b05a02b564a4d2d316f8b71d50cec37620e682" 2018-10-04 13:42:44,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7448a819-ad59-42f3-bd01-ef2bb8f93a17 Date: Thu, 04 Oct 2018 13:42:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b129dc9-79cd-4470-a6fe-af4e5696d601","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:42Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"c26d25a7-e6fa-4836-bbdb-6b09bbc28b2c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-subnet"}]} 2018-10-04 13:42:44,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1b129dc9-79cd-4470-a6fe-af4e5696d601 used request id req-7448a819-ad59-42f3-bd01-ef2bb8f93a17 2018-10-04 13:42:44,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b05a02b564a4d2d316f8b71d50cec37620e682" 2018-10-04 13:42:44,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-ac06eedb-eb42-4e12-ac87-193c2a4f239a Date: Thu, 04 Oct 2018 13:42:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1b129dc9-79cd-4470-a6fe-af4e5696d601","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["c26d25a7-e6fa-4836-bbdb-6b09bbc28b2c"],"description":"","tags":[],"updated_at":"2018-10-04T13:42:42Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:41Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:44,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-net used request id req-ac06eedb-eb42-4e12-ac87-193c2a4f239a 2018-10-04 13:42:44,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:42:44,372 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:42:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:42:44,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}713539e01c942ce49341d3566172e44bf7047640" 2018-10-04 13:42:44,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-580caca3-cb6c-43da-8608-bd478060ad93 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:42:44,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-580caca3-cb6c-43da-8608-bd478060ad93 2018-10-04 13:42:44,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1b129dc9-79cd-4470-a6fe-af4e5696d601 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b05a02b564a4d2d316f8b71d50cec37620e682" 2018-10-04 13:42:44,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4128af43-727f-4a02-b37d-9f7b776186cf Date: Thu, 04 Oct 2018 13:42:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b129dc9-79cd-4470-a6fe-af4e5696d601","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:42Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"c26d25a7-e6fa-4836-bbdb-6b09bbc28b2c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-subnet"}]} 2018-10-04 13:42:44,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1b129dc9-79cd-4470-a6fe-af4e5696d601 used request id req-4128af43-727f-4a02-b37d-9f7b776186cf 2018-10-04 13:42:44,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1b129dc9-79cd-4470-a6fe-af4e5696d601&name=NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b05a02b564a4d2d316f8b71d50cec37620e682" 2018-10-04 13:42:44,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-780307c0-f22c-4300-b0a3-ae6f0e38c1b5 Date: Thu, 04 Oct 2018 13:42:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b129dc9-79cd-4470-a6fe-af4e5696d601","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:42Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"c26d25a7-e6fa-4836-bbdb-6b09bbc28b2c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-subnet"}]} 2018-10-04 13:42:44,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1b129dc9-79cd-4470-a6fe-af4e5696d601&name=NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-subnet used request id req-780307c0-f22c-4300-b0a3-ae6f0e38c1b5 2018-10-04 13:42:44,891 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-net 2018-10-04 13:42:44,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b05a02b564a4d2d316f8b71d50cec37620e682" -d '{"port": {"network_id": "1b129dc9-79cd-4470-a6fe-af4e5696d601", "fixed_ips": [{"subnet_id": "c26d25a7-e6fa-4836-bbdb-6b09bbc28b2c", "ip_address": null}], "name": "NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-port", "admin_state_up": true}}' 2018-10-04 13:42:45,051 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-52a9dc96-8b52-4538-be35-13592c6a9369 Date: Thu, 04 Oct 2018 13:42:45 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-04 13:42:45,051 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-52a9dc96-8b52-4538-be35-13592c6a9369 2018-10-04 13:42:45,051 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-04 13:42:45,052 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-subnet 2018-10-04 13:42:45,052 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-subnet 2018-10-04 13:42:45,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/c26d25a7-e6fa-4836-bbdb-6b09bbc28b2c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b05a02b564a4d2d316f8b71d50cec37620e682" 2018-10-04 13:42:47,269 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-42a40f8f-cf5e-46fe-a4be-099ac96658c6 Date: Thu, 04 Oct 2018 13:42:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:42:47,270 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/c26d25a7-e6fa-4836-bbdb-6b09bbc28b2c used request id req-42a40f8f-cf5e-46fe-a4be-099ac96658c6 2018-10-04 13:42:47,270 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-41868905-2e77-4f9b-9461-c134dd84ca62-pub-net 2018-10-04 13:42:47,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/1b129dc9-79cd-4470-a6fe-af4e5696d601 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b05a02b564a4d2d316f8b71d50cec37620e682" 2018-10-04 13:42:48,559 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a9d57548-82f0-4a9f-aa3d-07ca418e115c Date: Thu, 04 Oct 2018 13:42:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:42:48,559 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/1b129dc9-79cd-4470-a6fe-af4e5696d601 used request id req-a9d57548-82f0-4a9f-aa3d-07ca418e115c 2018-10-04 13:42:48,560 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:42:48,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:42:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["b4FEgZbvQgCBll44Z4smpA"], "issued_at": "2018-10-04T13:42:48.000000Z"}} 2018-10-04 13:42:48,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9605ae29f210b4bb92246c9ad3b8bf46fafa0a1" 2018-10-04 13:42:49,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3b798b5-95ee-4c5b-bcba-54aa75282081 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:42:49,024 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b3b798b5-95ee-4c5b-bcba-54aa75282081 2018-10-04 13:42:49,025 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-net 2018-10-04 13:42:49,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9605ae29f210b4bb92246c9ad3b8bf46fafa0a1" -d '{"network": {"name": "NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-net", "admin_state_up": true}}' 2018-10-04 13:42:49,391 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-9ee462e8-5c63-4e13-a6df-4fddbeaffa5d Date: Thu, 04 Oct 2018 13:42:49 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a68a00c7-f963-46c9-8d24-f1539cb4fc61","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":22,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:42:49Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:49Z","mtu":1450}} 2018-10-04 13:42:49,391 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-9ee462e8-5c63-4e13-a6df-4fddbeaffa5d 2018-10-04 13:42:49,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=a68a00c7-f963-46c9-8d24-f1539cb4fc61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9605ae29f210b4bb92246c9ad3b8bf46fafa0a1" 2018-10-04 13:42:49,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-4dd0ae88-b94a-48c9-973b-4959007432a2 Date: Thu, 04 Oct 2018 13:42:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a68a00c7-f963-46c9-8d24-f1539cb4fc61","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":22,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:42:49Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:49Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:49,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=a68a00c7-f963-46c9-8d24-f1539cb4fc61 used request id req-4dd0ae88-b94a-48c9-973b-4959007432a2 2018-10-04 13:42:49,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a68a00c7-f963-46c9-8d24-f1539cb4fc61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9605ae29f210b4bb92246c9ad3b8bf46fafa0a1" 2018-10-04 13:42:49,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-13ae1d33-28c6-4cca-9111-1cb078a9c50c Date: Thu, 04 Oct 2018 13:42:49 GMT RESP BODY: {"subnets":[]} 2018-10-04 13:42:49,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a68a00c7-f963-46c9-8d24-f1539cb4fc61 used request id req-13ae1d33-28c6-4cca-9111-1cb078a9c50c 2018-10-04 13:42:49,832 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-subnet 2018-10-04 13:42:49,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9605ae29f210b4bb92246c9ad3b8bf46fafa0a1" -d '{"subnets": [{"ip_version": 4, "network_id": "a68a00c7-f963-46c9-8d24-f1539cb4fc61", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-subnet"}]}' 2018-10-04 13:42:50,423 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-89907764-bbc2-4daa-9ee2-337be647508b Date: Thu, 04 Oct 2018 13:42:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a68a00c7-f963-46c9-8d24-f1539cb4fc61","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:50Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:50Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"fc7e63f8-2b9d-4f4f-b0d1-55f35253ef21","subnetpool_id":null,"name":"NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-subnet"}]} 2018-10-04 13:42:50,423 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-89907764-bbc2-4daa-9ee2-337be647508b 2018-10-04 13:42:50,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=a68a00c7-f963-46c9-8d24-f1539cb4fc61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9605ae29f210b4bb92246c9ad3b8bf46fafa0a1" 2018-10-04 13:42:50,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-5b5d5d0a-6fc9-4669-a935-33eaeea9ad86 Date: Thu, 04 Oct 2018 13:42:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a68a00c7-f963-46c9-8d24-f1539cb4fc61","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":22,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["fc7e63f8-2b9d-4f4f-b0d1-55f35253ef21"],"description":"","tags":[],"updated_at":"2018-10-04T13:42:50Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:49Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:50,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=a68a00c7-f963-46c9-8d24-f1539cb4fc61 used request id req-5b5d5d0a-6fc9-4669-a935-33eaeea9ad86 2018-10-04 13:42:50,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a68a00c7-f963-46c9-8d24-f1539cb4fc61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9605ae29f210b4bb92246c9ad3b8bf46fafa0a1" 2018-10-04 13:42:50,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ef37d498-7a50-4d41-8f97-01c7a9bf6039 Date: Thu, 04 Oct 2018 13:42:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a68a00c7-f963-46c9-8d24-f1539cb4fc61","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:50Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"fc7e63f8-2b9d-4f4f-b0d1-55f35253ef21","subnetpool_id":null,"name":"NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-subnet"}]} 2018-10-04 13:42:50,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a68a00c7-f963-46c9-8d24-f1539cb4fc61 used request id req-ef37d498-7a50-4d41-8f97-01c7a9bf6039 2018-10-04 13:42:50,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9605ae29f210b4bb92246c9ad3b8bf46fafa0a1" 2018-10-04 13:42:50,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-fc8cf596-ca6a-42ba-9897-1539582db15a Date: Thu, 04 Oct 2018 13:42:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a68a00c7-f963-46c9-8d24-f1539cb4fc61","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":22,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["fc7e63f8-2b9d-4f4f-b0d1-55f35253ef21"],"description":"","tags":[],"updated_at":"2018-10-04T13:42:50Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:49Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:50,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-net used request id req-fc8cf596-ca6a-42ba-9897-1539582db15a 2018-10-04 13:42:50,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:42:50,973 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:42:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:42:50,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9605ae29f210b4bb92246c9ad3b8bf46fafa0a1" 2018-10-04 13:42:50,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bee9edfb-3acb-4fe9-b66e-e6a2b6aa5faa Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:42:50,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-bee9edfb-3acb-4fe9-b66e-e6a2b6aa5faa 2018-10-04 13:42:50,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a68a00c7-f963-46c9-8d24-f1539cb4fc61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9605ae29f210b4bb92246c9ad3b8bf46fafa0a1" 2018-10-04 13:42:51,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3833bf0d-96c6-4935-9d79-18841c6a6664 Date: Thu, 04 Oct 2018 13:42:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a68a00c7-f963-46c9-8d24-f1539cb4fc61","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:50Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"fc7e63f8-2b9d-4f4f-b0d1-55f35253ef21","subnetpool_id":null,"name":"NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-subnet"}]} 2018-10-04 13:42:51,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a68a00c7-f963-46c9-8d24-f1539cb4fc61 used request id req-3833bf0d-96c6-4935-9d79-18841c6a6664 2018-10-04 13:42:51,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a68a00c7-f963-46c9-8d24-f1539cb4fc61&name=NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9605ae29f210b4bb92246c9ad3b8bf46fafa0a1" 2018-10-04 13:42:51,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4d1ca83a-7049-43a3-8a44-d166caa711c9 Date: Thu, 04 Oct 2018 13:42:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a68a00c7-f963-46c9-8d24-f1539cb4fc61","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:50Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"fc7e63f8-2b9d-4f4f-b0d1-55f35253ef21","subnetpool_id":null,"name":"NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-subnet"}]} 2018-10-04 13:42:51,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a68a00c7-f963-46c9-8d24-f1539cb4fc61&name=NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-subnet used request id req-4d1ca83a-7049-43a3-8a44-d166caa711c9 2018-10-04 13:42:51,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:42:51,252 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:42:51,631 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:42:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["gU2wZCnFRIKy9rvfF8H2Rw"], "issued_at": "2018-10-04T13:42:51.000000Z"}} 2018-10-04 13:42:51,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60b1f7f79eed5f7ce8dfcc970753ad5cb7c03b6c" 2018-10-04 13:42:51,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-071b5d88-f15e-4eb6-a6ca-b82f4c586f59 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:42:51,735 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-071b5d88-f15e-4eb6-a6ca-b82f4c586f59 2018-10-04 13:42:51,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9605ae29f210b4bb92246c9ad3b8bf46fafa0a1" 2018-10-04 13:42:52,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-f0beab97-4472-4253-ab0c-f59580c21183 Date: Thu, 04 Oct 2018 13:42:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a68a00c7-f963-46c9-8d24-f1539cb4fc61","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":22,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["fc7e63f8-2b9d-4f4f-b0d1-55f35253ef21"],"description":"","tags":[],"updated_at":"2018-10-04T13:42:50Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:49Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:52,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-net used request id req-f0beab97-4472-4253-ab0c-f59580c21183 2018-10-04 13:42:52,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a68a00c7-f963-46c9-8d24-f1539cb4fc61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9605ae29f210b4bb92246c9ad3b8bf46fafa0a1" 2018-10-04 13:42:52,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-51d46cce-61bf-418c-87b8-13889d0be183 Date: Thu, 04 Oct 2018 13:42:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a68a00c7-f963-46c9-8d24-f1539cb4fc61","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:50Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"fc7e63f8-2b9d-4f4f-b0d1-55f35253ef21","subnetpool_id":null,"name":"NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-subnet"}]} 2018-10-04 13:42:52,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a68a00c7-f963-46c9-8d24-f1539cb4fc61 used request id req-51d46cce-61bf-418c-87b8-13889d0be183 2018-10-04 13:42:52,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9605ae29f210b4bb92246c9ad3b8bf46fafa0a1" 2018-10-04 13:42:52,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-466c2e80-24d1-4e5c-8fe5-2348b8e4e35d Date: Thu, 04 Oct 2018 13:42:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a68a00c7-f963-46c9-8d24-f1539cb4fc61","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":22,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["fc7e63f8-2b9d-4f4f-b0d1-55f35253ef21"],"description":"","tags":[],"updated_at":"2018-10-04T13:42:50Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:49Z","provider:network_type":"vxlan"}]} 2018-10-04 13:42:52,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-net used request id req-466c2e80-24d1-4e5c-8fe5-2348b8e4e35d 2018-10-04 13:42:52,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:42:52,179 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:42:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:42:52,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60b1f7f79eed5f7ce8dfcc970753ad5cb7c03b6c" 2018-10-04 13:42:52,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0e9fc24-291a-4f5b-b5f5-9b1479400ef4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:42:52,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-a0e9fc24-291a-4f5b-b5f5-9b1479400ef4 2018-10-04 13:42:52,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a68a00c7-f963-46c9-8d24-f1539cb4fc61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9605ae29f210b4bb92246c9ad3b8bf46fafa0a1" 2018-10-04 13:42:52,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ea37bfad-0e43-4b24-9411-b4499576ecc4 Date: Thu, 04 Oct 2018 13:42:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a68a00c7-f963-46c9-8d24-f1539cb4fc61","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:50Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"fc7e63f8-2b9d-4f4f-b0d1-55f35253ef21","subnetpool_id":null,"name":"NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-subnet"}]} 2018-10-04 13:42:52,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a68a00c7-f963-46c9-8d24-f1539cb4fc61 used request id req-ea37bfad-0e43-4b24-9411-b4499576ecc4 2018-10-04 13:42:52,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a68a00c7-f963-46c9-8d24-f1539cb4fc61&name=NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9605ae29f210b4bb92246c9ad3b8bf46fafa0a1" 2018-10-04 13:42:52,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4a6db8c0-2834-4621-82ae-5c1d18b507ea Date: Thu, 04 Oct 2018 13:42:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a68a00c7-f963-46c9-8d24-f1539cb4fc61","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:50Z","dns_nameservers":[],"updated_at":"2018-10-04T13:42:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"fc7e63f8-2b9d-4f4f-b0d1-55f35253ef21","subnetpool_id":null,"name":"NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-subnet"}]} 2018-10-04 13:42:52,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a68a00c7-f963-46c9-8d24-f1539cb4fc61&name=NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-subnet used request id req-4a6db8c0-2834-4621-82ae-5c1d18b507ea 2018-10-04 13:42:52,368 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-net 2018-10-04 13:42:52,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9605ae29f210b4bb92246c9ad3b8bf46fafa0a1" -d '{"port": {"network_id": "a68a00c7-f963-46c9-8d24-f1539cb4fc61", "fixed_ips": [{"subnet_id": "fc7e63f8-2b9d-4f4f-b0d1-55f35253ef21", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2018-10-04 13:42:53,272 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 811 X-Openstack-Request-Id: req-438e27a3-7340-48d6-81bd-d91803ee47fd Date: Thu, 04 Oct 2018 13:42:53 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:42:52Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fc7e63f8-2b9d-4f4f-b0d1-55f35253ef21","ip_address":"10.55.1.100"}],"id":"1e116438-62eb-485e-a9db-27bdd006c666","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:50:4a:c1","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"","project_id":"93973d1238b2486385104382b3d557a9","qos_policy_id":null,"admin_state_up":true,"network_id":"a68a00c7-f963-46c9-8d24-f1539cb4fc61","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:52Z","binding:vnic_type":"normal"}} 2018-10-04 13:42:53,272 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-438e27a3-7340-48d6-81bd-d91803ee47fd 2018-10-04 13:42:53,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports/1e116438-62eb-485e-a9db-27bdd006c666 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9605ae29f210b4bb92246c9ad3b8bf46fafa0a1" 2018-10-04 13:42:53,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 811 X-Openstack-Request-Id: req-b0fd5da4-ae7e-400e-b930-62b19f20426f Date: Thu, 04 Oct 2018 13:42:53 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:42:52Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"fc7e63f8-2b9d-4f4f-b0d1-55f35253ef21","ip_address":"10.55.1.100"}],"id":"1e116438-62eb-485e-a9db-27bdd006c666","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:50:4a:c1","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"","project_id":"93973d1238b2486385104382b3d557a9","qos_policy_id":null,"admin_state_up":true,"network_id":"a68a00c7-f963-46c9-8d24-f1539cb4fc61","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:42:52Z","binding:vnic_type":"normal"}} 2018-10-04 13:42:53,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports/1e116438-62eb-485e-a9db-27bdd006c666 used request id req-b0fd5da4-ae7e-400e-b930-62b19f20426f 2018-10-04 13:42:53,472 - neutron_utils - INFO - Deleting port with name 2018-10-04 13:42:53,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/1e116438-62eb-485e-a9db-27bdd006c666 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9605ae29f210b4bb92246c9ad3b8bf46fafa0a1" 2018-10-04 13:42:54,050 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-71719e0f-0a86-44ba-9a2c-6f4d58cea390 Date: Thu, 04 Oct 2018 13:42:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:42:54,051 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/1e116438-62eb-485e-a9db-27bdd006c666 used request id req-71719e0f-0a86-44ba-9a2c-6f4d58cea390 2018-10-04 13:42:54,051 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-subnet 2018-10-04 13:42:54,051 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-subnet 2018-10-04 13:42:54,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/fc7e63f8-2b9d-4f4f-b0d1-55f35253ef21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9605ae29f210b4bb92246c9ad3b8bf46fafa0a1" 2018-10-04 13:42:56,028 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9720419a-1072-4796-92a7-67621b57ea53 Date: Thu, 04 Oct 2018 13:42:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:42:56,028 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/fc7e63f8-2b9d-4f4f-b0d1-55f35253ef21 used request id req-9720419a-1072-4796-92a7-67621b57ea53 2018-10-04 13:42:56,028 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-87721468-6e16-4ca7-b075-31ecd4366404-pub-net 2018-10-04 13:42:56,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/a68a00c7-f963-46c9-8d24-f1539cb4fc61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9605ae29f210b4bb92246c9ad3b8bf46fafa0a1" 2018-10-04 13:42:57,129 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e75414b3-8fb0-4e85-b59a-20dd32caeb25 Date: Thu, 04 Oct 2018 13:42:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:42:57,129 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/a68a00c7-f963-46c9-8d24-f1539cb4fc61 used request id req-e75414b3-8fb0-4e85-b59a-20dd32caeb25 2018-10-04 13:42:57,131 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:42:57,508 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:42:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["YFeUWrJjSZCkyt11XPyqZQ"], "issued_at": "2018-10-04T13:42:57.000000Z"}} 2018-10-04 13:42:57,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6921f5ab86198573f160c2a2a5dc4aa416d0b681" 2018-10-04 13:42:57,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa455441-84a5-4278-ab45-99e69d70cb97 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:42:57,584 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-aa455441-84a5-4278-ab45-99e69d70cb97 2018-10-04 13:42:57,585 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:42:57,586 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:42:57,977 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:42:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["BRCmmVV2Qa-PC8r6dNXNPQ"], "issued_at": "2018-10-04T13:42:57.000000Z"}} 2018-10-04 13:42:57,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30ab159e7c336e2c02bf4132ad3f493bb78583d2" 2018-10-04 13:42:58,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6f01f1f-d453-495c-a2e1-d48cdb38a603 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:42:58,061 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a6f01f1f-d453-495c-a2e1-d48cdb38a603 2018-10-04 13:42:58,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-d116224e-a13a-4eaa-9554-c1d10bf1e08f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6921f5ab86198573f160c2a2a5dc4aa416d0b681" 2018-10-04 13:42:58,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8c12e8fb-ae1d-41bc-85b5-5cf9090aa418 Date: Thu, 04 Oct 2018 13:42:58 GMT RESP BODY: {"networks":[]} 2018-10-04 13:42:58,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-d116224e-a13a-4eaa-9554-c1d10bf1e08f-pub-net used request id req-8c12e8fb-ae1d-41bc-85b5-5cf9090aa418 2018-10-04 13:42:58,275 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:42:58,667 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:42:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["oectl7nyTuiCyOHau6x5GQ"], "issued_at": "2018-10-04T13:42:58.000000Z"}} 2018-10-04 13:42:58,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c6a1785fc4fb783f7c7831b3f577adf709f66b" 2018-10-04 13:42:58,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d50ddc9-b628-43b0-bc13-bdaee2008604 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:42:58,761 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2d50ddc9-b628-43b0-bc13-bdaee2008604 2018-10-04 13:42:58,762 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:42:58,763 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:42:59,155 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:42:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["2L6tIC6HS0CyZ2e_8ajopw"], "issued_at": "2018-10-04T13:42:59.000000Z"}} 2018-10-04 13:42:59,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b0f230e5f647fde381fc046897d0ae145bfd565" 2018-10-04 13:42:59,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:42:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-374c5202-edc3-4e9f-b8ce-4cd6b7a436e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:42:59,229 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-374c5202-edc3-4e9f-b8ce-4cd6b7a436e1 2018-10-04 13:42:59,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c6a1785fc4fb783f7c7831b3f577adf709f66b" 2018-10-04 13:42:59,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-0593e5d2-716e-43a9-8351-0ac50ae8d912 Date: Thu, 04 Oct 2018 13:42:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 13:42:59,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-0593e5d2-716e-43a9-8351-0ac50ae8d912 2018-10-04 13:42:59,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c6a1785fc4fb783f7c7831b3f577adf709f66b" 2018-10-04 13:42:59,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-b83c6d27-793d-4c03-983b-00c44c983cbb Date: Thu, 04 Oct 2018 13:42:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","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":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 13:42:59,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-b83c6d27-793d-4c03-983b-00c44c983cbb 2018-10-04 13:42:59,758 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-a9e7e059-5cc7-49cb-ba2b-8f2da27a25b1-pub-router 2018-10-04 13:42:59,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c6a1785fc4fb783f7c7831b3f577adf709f66b" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "NeutronUtilsRouterTests-a9e7e059-5cc7-49cb-ba2b-8f2da27a25b1-pub-router", "admin_state_up": true}}' 2018-10-04 13:43:04,777 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-1180822d-ca9b-44be-9364-0c895afcdf01 Date: Thu, 04 Oct 2018 13:43:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:00Z", "admin_state_up": true, "updated_at": "2018-10-04T13:43:01Z", "project_id": "93973d1238b2486385104382b3d557a9", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "deee7e16-9b79-4e82-8190-51e2a9eae796", "name": "NeutronUtilsRouterTests-a9e7e059-5cc7-49cb-ba2b-8f2da27a25b1-pub-router"}} 2018-10-04 13:43:04,777 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-1180822d-ca9b-44be-9364-0c895afcdf01 2018-10-04 13:43:04,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=deee7e16-9b79-4e82-8190-51e2a9eae796 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c6a1785fc4fb783f7c7831b3f577adf709f66b" 2018-10-04 13:43:04,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-a8adc56e-bdf2-498c-aff0-3f3e624e0250 Date: Thu, 04 Oct 2018 13:43:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:43:03Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"10660228-11f6-4f24-b043-400c1927fdcb","ip_address":"169.254.192.7"}],"id":"4b2839d5-6316-4b91-b358-6c5ec7342d22","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:dc:dd:99","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"f0fd38a0-b640-4c48-8931-55cf02bc5566","tenant_id":"","created_at":"2018-10-04T13:43:03Z","binding:vnic_type":"normal","device_id":"deee7e16-9b79-4e82-8190-51e2a9eae796"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:43:01Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","ip_address":"172.30.9.203"}],"id":"9b53c74e-8530-4eb5-827e-9fae584d8be4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a2:0a:60","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"","created_at":"2018-10-04T13:43:00Z","binding:vnic_type":"normal","device_id":"deee7e16-9b79-4e82-8190-51e2a9eae796"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:43:01Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"10660228-11f6-4f24-b043-400c1927fdcb","ip_address":"169.254.192.6"}],"id":"aa037127-656a-427b-a6f0-1e838f5dba0b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5d:36:9b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"f0fd38a0-b640-4c48-8931-55cf02bc5566","tenant_id":"","created_at":"2018-10-04T13:43:01Z","binding:vnic_type":"normal","device_id":"deee7e16-9b79-4e82-8190-51e2a9eae796"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:43:02Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"10660228-11f6-4f24-b043-400c1927fdcb","ip_address":"169.254.192.9"}],"id":"ec45f52c-7c5c-4f3c-aa4c-253491a39bf7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:08:b2:9b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"f0fd38a0-b640-4c48-8931-55cf02bc5566","tenant_id":"","created_at":"2018-10-04T13:43:02Z","binding:vnic_type":"normal","device_id":"deee7e16-9b79-4e82-8190-51e2a9eae796"}]} 2018-10-04 13:43:04,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=deee7e16-9b79-4e82-8190-51e2a9eae796 used request id req-a8adc56e-bdf2-498c-aff0-3f3e624e0250 2018-10-04 13:43:04,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c6a1785fc4fb783f7c7831b3f577adf709f66b" 2018-10-04 13:43:05,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-cc80ea95-638e-49d9-b605-89563bde770c Date: Thu, 04 Oct 2018 13:43:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 13:43:05,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b used request id req-cc80ea95-638e-49d9-b605-89563bde770c 2018-10-04 13:43:05,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/10660228-11f6-4f24-b043-400c1927fdcb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c6a1785fc4fb783f7c7831b3f577adf709f66b" 2018-10-04 13:43:05,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d00d157d-5c90-4ff2-aacc-9dbbb5511247 Date: Thu, 04 Oct 2018 13:43:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f0fd38a0-b640-4c48-8931-55cf02bc5566","tenant_id":"","created_at":"2018-10-04T13:43:00Z","dns_nameservers":[],"updated_at":"2018-10-04T13:43:00Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"10660228-11f6-4f24-b043-400c1927fdcb","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:43:05,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/10660228-11f6-4f24-b043-400c1927fdcb used request id req-d00d157d-5c90-4ff2-aacc-9dbbb5511247 2018-10-04 13:43:05,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/10660228-11f6-4f24-b043-400c1927fdcb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c6a1785fc4fb783f7c7831b3f577adf709f66b" 2018-10-04 13:43:05,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-5021d836-86f8-44fb-8b42-921574e8c5df Date: Thu, 04 Oct 2018 13:43:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f0fd38a0-b640-4c48-8931-55cf02bc5566","tenant_id":"","created_at":"2018-10-04T13:43:00Z","dns_nameservers":[],"updated_at":"2018-10-04T13:43:00Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"10660228-11f6-4f24-b043-400c1927fdcb","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:43:05,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/10660228-11f6-4f24-b043-400c1927fdcb used request id req-5021d836-86f8-44fb-8b42-921574e8c5df 2018-10-04 13:43:05,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/10660228-11f6-4f24-b043-400c1927fdcb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c6a1785fc4fb783f7c7831b3f577adf709f66b" 2018-10-04 13:43:05,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d1921503-7026-49bd-aa0e-a4edb70ef214 Date: Thu, 04 Oct 2018 13:43:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f0fd38a0-b640-4c48-8931-55cf02bc5566","tenant_id":"","created_at":"2018-10-04T13:43:00Z","dns_nameservers":[],"updated_at":"2018-10-04T13:43:00Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"10660228-11f6-4f24-b043-400c1927fdcb","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:43:05,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/10660228-11f6-4f24-b043-400c1927fdcb used request id req-d1921503-7026-49bd-aa0e-a4edb70ef214 2018-10-04 13:43:05,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-a9e7e059-5cc7-49cb-ba2b-8f2da27a25b1-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c6a1785fc4fb783f7c7831b3f577adf709f66b" 2018-10-04 13:43:05,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-576c356d-7f41-4f00-9253-72e7c6adc041 Date: Thu, 04 Oct 2018 13:43:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:00Z", "admin_state_up": true, "updated_at": "2018-10-04T13:43:03Z", "project_id": "93973d1238b2486385104382b3d557a9", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "deee7e16-9b79-4e82-8190-51e2a9eae796", "name": "NeutronUtilsRouterTests-a9e7e059-5cc7-49cb-ba2b-8f2da27a25b1-pub-router"}]} 2018-10-04 13:43:05,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-a9e7e059-5cc7-49cb-ba2b-8f2da27a25b1-pub-router used request id req-576c356d-7f41-4f00-9253-72e7c6adc041 2018-10-04 13:43:05,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:43:05,916 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:43:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:43:05,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c6a1785fc4fb783f7c7831b3f577adf709f66b" 2018-10-04 13:43:05,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec04a2f1-5a30-475c-96cb-a64d8ca6ae95 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:43:05,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-ec04a2f1-5a30-475c-96cb-a64d8ca6ae95 2018-10-04 13:43:06,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=deee7e16-9b79-4e82-8190-51e2a9eae796 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c6a1785fc4fb783f7c7831b3f577adf709f66b" 2018-10-04 13:43:06,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3344 X-Openstack-Request-Id: req-107361f4-2b48-439c-82c4-084bcd4939b5 Date: Thu, 04 Oct 2018 13:43:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:43:03Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"10660228-11f6-4f24-b043-400c1927fdcb","ip_address":"169.254.192.7"}],"id":"4b2839d5-6316-4b91-b358-6c5ec7342d22","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:dc:dd:99","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"f0fd38a0-b640-4c48-8931-55cf02bc5566","tenant_id":"","created_at":"2018-10-04T13:43:03Z","binding:vnic_type":"normal","device_id":"deee7e16-9b79-4e82-8190-51e2a9eae796"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:43:05Z","device_owner":"network:router_gateway","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","ip_address":"172.30.9.203"}],"id":"9b53c74e-8530-4eb5-827e-9fae584d8be4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a2:0a:60","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"","created_at":"2018-10-04T13:43:00Z","binding:vnic_type":"normal","device_id":"deee7e16-9b79-4e82-8190-51e2a9eae796"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:43:05Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"10660228-11f6-4f24-b043-400c1927fdcb","ip_address":"169.254.192.6"}],"id":"aa037127-656a-427b-a6f0-1e838f5dba0b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5d:36:9b","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"f0fd38a0-b640-4c48-8931-55cf02bc5566","tenant_id":"","created_at":"2018-10-04T13:43:01Z","binding:vnic_type":"normal","device_id":"deee7e16-9b79-4e82-8190-51e2a9eae796"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:43:02Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"10660228-11f6-4f24-b043-400c1927fdcb","ip_address":"169.254.192.9"}],"id":"ec45f52c-7c5c-4f3c-aa4c-253491a39bf7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:08:b2:9b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"f0fd38a0-b640-4c48-8931-55cf02bc5566","tenant_id":"","created_at":"2018-10-04T13:43:02Z","binding:vnic_type":"normal","device_id":"deee7e16-9b79-4e82-8190-51e2a9eae796"}]} 2018-10-04 13:43:06,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=deee7e16-9b79-4e82-8190-51e2a9eae796 used request id req-107361f4-2b48-439c-82c4-084bcd4939b5 2018-10-04 13:43:06,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c6a1785fc4fb783f7c7831b3f577adf709f66b" 2018-10-04 13:43:06,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-b8a280db-9401-4b61-94e3-65aabfd5436d Date: Thu, 04 Oct 2018 13:43:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 13:43:06,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b used request id req-b8a280db-9401-4b61-94e3-65aabfd5436d 2018-10-04 13:43:06,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/10660228-11f6-4f24-b043-400c1927fdcb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c6a1785fc4fb783f7c7831b3f577adf709f66b" 2018-10-04 13:43:06,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-bcf1f44a-e371-4b9c-9183-192b69d09fa1 Date: Thu, 04 Oct 2018 13:43:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f0fd38a0-b640-4c48-8931-55cf02bc5566","tenant_id":"","created_at":"2018-10-04T13:43:00Z","dns_nameservers":[],"updated_at":"2018-10-04T13:43:00Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"10660228-11f6-4f24-b043-400c1927fdcb","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:43:06,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/10660228-11f6-4f24-b043-400c1927fdcb used request id req-bcf1f44a-e371-4b9c-9183-192b69d09fa1 2018-10-04 13:43:06,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/10660228-11f6-4f24-b043-400c1927fdcb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c6a1785fc4fb783f7c7831b3f577adf709f66b" 2018-10-04 13:43:06,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-fa87fefb-6cdc-4633-a0cd-d52095d822d1 Date: Thu, 04 Oct 2018 13:43:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f0fd38a0-b640-4c48-8931-55cf02bc5566","tenant_id":"","created_at":"2018-10-04T13:43:00Z","dns_nameservers":[],"updated_at":"2018-10-04T13:43:00Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"10660228-11f6-4f24-b043-400c1927fdcb","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:43:06,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/10660228-11f6-4f24-b043-400c1927fdcb used request id req-fa87fefb-6cdc-4633-a0cd-d52095d822d1 2018-10-04 13:43:06,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/10660228-11f6-4f24-b043-400c1927fdcb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c6a1785fc4fb783f7c7831b3f577adf709f66b" 2018-10-04 13:43:06,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e476e60d-d8b4-4c7b-9db9-bcbbd0760019 Date: Thu, 04 Oct 2018 13:43:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f0fd38a0-b640-4c48-8931-55cf02bc5566","tenant_id":"","created_at":"2018-10-04T13:43:00Z","dns_nameservers":[],"updated_at":"2018-10-04T13:43:00Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"10660228-11f6-4f24-b043-400c1927fdcb","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:43:06,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/10660228-11f6-4f24-b043-400c1927fdcb used request id req-e476e60d-d8b4-4c7b-9db9-bcbbd0760019 2018-10-04 13:43:06,604 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-a9e7e059-5cc7-49cb-ba2b-8f2da27a25b1-pub-router 2018-10-04 13:43:06,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/deee7e16-9b79-4e82-8190-51e2a9eae796 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c6a1785fc4fb783f7c7831b3f577adf709f66b" 2018-10-04 13:43:09,932 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f3829eb4-84a1-4bad-a940-d2e17bf656d2 Content-Length: 0 Date: Thu, 04 Oct 2018 13:43:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:43:09,932 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/deee7e16-9b79-4e82-8190-51e2a9eae796 used request id req-f3829eb4-84a1-4bad-a940-d2e17bf656d2 2018-10-04 13:43:09,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-a9e7e059-5cc7-49cb-ba2b-8f2da27a25b1-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c6a1785fc4fb783f7c7831b3f577adf709f66b" 2018-10-04 13:43:10,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3cb86c44-3e4e-4ff7-afd2-668874760bfd Date: Thu, 04 Oct 2018 13:43:10 GMT RESP BODY: {"routers": []} 2018-10-04 13:43:10,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-a9e7e059-5cc7-49cb-ba2b-8f2da27a25b1-pub-router used request id req-3cb86c44-3e4e-4ff7-afd2-668874760bfd 2018-10-04 13:43:10,150 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:43:10,522 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:43:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["gOMhfA2LTzeh3TOMaZwmRg"], "issued_at": "2018-10-04T13:43:10.000000Z"}} 2018-10-04 13:43:10,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f884e3d75c264fc395f260983657af69f027bc4a" 2018-10-04 13:43:10,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02e68a91-e772-442e-8877-87bf99c3e459 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:43:10,607 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-02e68a91-e772-442e-8877-87bf99c3e459 2018-10-04 13:43:10,608 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:43:10,610 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:43:10,998 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:43:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["oSj-ViSQSumA2J_-Vc7Beg"], "issued_at": "2018-10-04T13:43:10.000000Z"}} 2018-10-04 13:43:10,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44addd77509f6267146f439c864fb75da6d83cf9" 2018-10-04 13:43:11,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3ee3351-a0e0-460f-ab67-b10a963beb18 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:43:11,075 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c3ee3351-a0e0-460f-ab67-b10a963beb18 2018-10-04 13:43:11,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f884e3d75c264fc395f260983657af69f027bc4a" 2018-10-04 13:43:11,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-34041f8a-28f0-43b3-bb70-bc6902a74ae3 Date: Thu, 04 Oct 2018 13:43:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 13:43:11,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-34041f8a-28f0-43b3-bb70-bc6902a74ae3 2018-10-04 13:43:11,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f884e3d75c264fc395f260983657af69f027bc4a" 2018-10-04 13:43:11,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-436b2363-7924-47b4-b8e6-cd57f84b9f0d Date: Thu, 04 Oct 2018 13:43:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","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":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 13:43:11,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-436b2363-7924-47b4-b8e6-cd57f84b9f0d 2018-10-04 13:43:11,538 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-ae9685cf-1ca6-446c-a618-35e8c5f1eaa8-pub-router 2018-10-04 13:43:11,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f884e3d75c264fc395f260983657af69f027bc4a" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "NeutronUtilsRouterTests-ae9685cf-1ca6-446c-a618-35e8c5f1eaa8-pub-router", "admin_state_up": true}}' 2018-10-04 13:43:16,615 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-18764e20-f480-4652-ae77-b9266139e482 Date: Thu, 04 Oct 2018 13:43:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:12Z", "admin_state_up": true, "updated_at": "2018-10-04T13:43:13Z", "project_id": "93973d1238b2486385104382b3d557a9", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "f92ab7bd-0e81-4ddb-8859-047874599ed7", "name": "NeutronUtilsRouterTests-ae9685cf-1ca6-446c-a618-35e8c5f1eaa8-pub-router"}} 2018-10-04 13:43:16,616 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-18764e20-f480-4652-ae77-b9266139e482 2018-10-04 13:43:16,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=f92ab7bd-0e81-4ddb-8859-047874599ed7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f884e3d75c264fc395f260983657af69f027bc4a" 2018-10-04 13:43:16,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-52b84189-4c5a-4286-a42f-bfe6b04b31d8 Date: Thu, 04 Oct 2018 13:43:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:43:14Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e907167d-2793-4b82-aca6-4bef61e0cd8c","ip_address":"169.254.192.8"}],"id":"17da59b8-af10-42aa-9be7-c978fde18014","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4c:09:78","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"b39b85da-96f0-4afe-aa25-eb50daf9c364","tenant_id":"","created_at":"2018-10-04T13:43:14Z","binding:vnic_type":"normal","device_id":"f92ab7bd-0e81-4ddb-8859-047874599ed7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:43:12Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","ip_address":"172.30.9.205"}],"id":"341ccc49-ab4e-426e-b5c9-dc8cba03572a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:43:07:c5","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"","created_at":"2018-10-04T13:43:12Z","binding:vnic_type":"normal","device_id":"f92ab7bd-0e81-4ddb-8859-047874599ed7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:43:15Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e907167d-2793-4b82-aca6-4bef61e0cd8c","ip_address":"169.254.192.5"}],"id":"96dadd3d-4646-489e-816e-e06cb0fa2d10","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3f:d0:ce","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"b39b85da-96f0-4afe-aa25-eb50daf9c364","tenant_id":"","created_at":"2018-10-04T13:43:15Z","binding:vnic_type":"normal","device_id":"f92ab7bd-0e81-4ddb-8859-047874599ed7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:43:13Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e907167d-2793-4b82-aca6-4bef61e0cd8c","ip_address":"169.254.192.4"}],"id":"d4f6d077-21ab-46cc-b3a2-e180dc6aa8d3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:af:03:30","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"b39b85da-96f0-4afe-aa25-eb50daf9c364","tenant_id":"","created_at":"2018-10-04T13:43:13Z","binding:vnic_type":"normal","device_id":"f92ab7bd-0e81-4ddb-8859-047874599ed7"}]} 2018-10-04 13:43:16,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=f92ab7bd-0e81-4ddb-8859-047874599ed7 used request id req-52b84189-4c5a-4286-a42f-bfe6b04b31d8 2018-10-04 13:43:16,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f884e3d75c264fc395f260983657af69f027bc4a" 2018-10-04 13:43:17,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-ddbfb721-6f52-442a-9a52-061ef6a6351f Date: Thu, 04 Oct 2018 13:43:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 13:43:17,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b used request id req-ddbfb721-6f52-442a-9a52-061ef6a6351f 2018-10-04 13:43:17,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/e907167d-2793-4b82-aca6-4bef61e0cd8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f884e3d75c264fc395f260983657af69f027bc4a" 2018-10-04 13:43:17,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9092a40c-0cbd-455f-9f81-c4f200c93c26 Date: Thu, 04 Oct 2018 13:43:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b39b85da-96f0-4afe-aa25-eb50daf9c364","tenant_id":"","created_at":"2018-10-04T13:43:12Z","dns_nameservers":[],"updated_at":"2018-10-04T13:43:12Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"e907167d-2793-4b82-aca6-4bef61e0cd8c","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:43:17,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/e907167d-2793-4b82-aca6-4bef61e0cd8c used request id req-9092a40c-0cbd-455f-9f81-c4f200c93c26 2018-10-04 13:43:17,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/e907167d-2793-4b82-aca6-4bef61e0cd8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f884e3d75c264fc395f260983657af69f027bc4a" 2018-10-04 13:43:17,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-91f33289-a79e-4385-adce-9fa994727163 Date: Thu, 04 Oct 2018 13:43:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b39b85da-96f0-4afe-aa25-eb50daf9c364","tenant_id":"","created_at":"2018-10-04T13:43:12Z","dns_nameservers":[],"updated_at":"2018-10-04T13:43:12Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"e907167d-2793-4b82-aca6-4bef61e0cd8c","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:43:17,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/e907167d-2793-4b82-aca6-4bef61e0cd8c used request id req-91f33289-a79e-4385-adce-9fa994727163 2018-10-04 13:43:17,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/e907167d-2793-4b82-aca6-4bef61e0cd8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f884e3d75c264fc395f260983657af69f027bc4a" 2018-10-04 13:43:17,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-21f3aa9c-7c7c-4e31-aae6-ae5b17bf4c8e Date: Thu, 04 Oct 2018 13:43:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b39b85da-96f0-4afe-aa25-eb50daf9c364","tenant_id":"","created_at":"2018-10-04T13:43:12Z","dns_nameservers":[],"updated_at":"2018-10-04T13:43:12Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"e907167d-2793-4b82-aca6-4bef61e0cd8c","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:43:17,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/e907167d-2793-4b82-aca6-4bef61e0cd8c used request id req-21f3aa9c-7c7c-4e31-aae6-ae5b17bf4c8e 2018-10-04 13:43:17,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-ae9685cf-1ca6-446c-a618-35e8c5f1eaa8-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f884e3d75c264fc395f260983657af69f027bc4a" 2018-10-04 13:43:18,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-6e6190f4-8350-4be9-9059-ae1ce8919743 Date: Thu, 04 Oct 2018 13:43:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:12Z", "admin_state_up": true, "updated_at": "2018-10-04T13:43:15Z", "project_id": "93973d1238b2486385104382b3d557a9", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "f92ab7bd-0e81-4ddb-8859-047874599ed7", "name": "NeutronUtilsRouterTests-ae9685cf-1ca6-446c-a618-35e8c5f1eaa8-pub-router"}]} 2018-10-04 13:43:18,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-ae9685cf-1ca6-446c-a618-35e8c5f1eaa8-pub-router used request id req-6e6190f4-8350-4be9-9059-ae1ce8919743 2018-10-04 13:43:18,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:43:18,073 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:43:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:43:18,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f884e3d75c264fc395f260983657af69f027bc4a" 2018-10-04 13:43:18,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b985c671-3db9-4f84-a6ec-ffc95e3673d3 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:43:18,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-b985c671-3db9-4f84-a6ec-ffc95e3673d3 2018-10-04 13:43:18,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=f92ab7bd-0e81-4ddb-8859-047874599ed7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f884e3d75c264fc395f260983657af69f027bc4a" 2018-10-04 13:43:18,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3406 X-Openstack-Request-Id: req-b27b7b6e-22ce-4bf5-a054-5e540f267957 Date: Thu, 04 Oct 2018 13:43:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:43:17Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e907167d-2793-4b82-aca6-4bef61e0cd8c","ip_address":"169.254.192.8"}],"id":"17da59b8-af10-42aa-9be7-c978fde18014","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:09:78","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"b39b85da-96f0-4afe-aa25-eb50daf9c364","tenant_id":"","created_at":"2018-10-04T13:43:14Z","binding:vnic_type":"normal","device_id":"f92ab7bd-0e81-4ddb-8859-047874599ed7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:43:18Z","device_owner":"network:router_gateway","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","ip_address":"172.30.9.205"}],"id":"341ccc49-ab4e-426e-b5c9-dc8cba03572a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:43:07:c5","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"","created_at":"2018-10-04T13:43:12Z","binding:vnic_type":"normal","device_id":"f92ab7bd-0e81-4ddb-8859-047874599ed7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:43:15Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e907167d-2793-4b82-aca6-4bef61e0cd8c","ip_address":"169.254.192.5"}],"id":"96dadd3d-4646-489e-816e-e06cb0fa2d10","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3f:d0:ce","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"b39b85da-96f0-4afe-aa25-eb50daf9c364","tenant_id":"","created_at":"2018-10-04T13:43:15Z","binding:vnic_type":"normal","device_id":"f92ab7bd-0e81-4ddb-8859-047874599ed7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:43:13Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e907167d-2793-4b82-aca6-4bef61e0cd8c","ip_address":"169.254.192.4"}],"id":"d4f6d077-21ab-46cc-b3a2-e180dc6aa8d3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:af:03:30","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 93973d1238b2486385104382b3d557a9","admin_state_up":true,"network_id":"b39b85da-96f0-4afe-aa25-eb50daf9c364","tenant_id":"","created_at":"2018-10-04T13:43:13Z","binding:vnic_type":"normal","device_id":"f92ab7bd-0e81-4ddb-8859-047874599ed7"}]} 2018-10-04 13:43:18,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=f92ab7bd-0e81-4ddb-8859-047874599ed7 used request id req-b27b7b6e-22ce-4bf5-a054-5e540f267957 2018-10-04 13:43:18,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f884e3d75c264fc395f260983657af69f027bc4a" 2018-10-04 13:43:18,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-8280b131-dba5-4ba2-9694-77a6e1f47b57 Date: Thu, 04 Oct 2018 13:43:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 13:43:18,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b used request id req-8280b131-dba5-4ba2-9694-77a6e1f47b57 2018-10-04 13:43:18,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/e907167d-2793-4b82-aca6-4bef61e0cd8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f884e3d75c264fc395f260983657af69f027bc4a" 2018-10-04 13:43:18,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-6df1fd1d-d8b3-49da-a87d-d24abea67df5 Date: Thu, 04 Oct 2018 13:43:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b39b85da-96f0-4afe-aa25-eb50daf9c364","tenant_id":"","created_at":"2018-10-04T13:43:12Z","dns_nameservers":[],"updated_at":"2018-10-04T13:43:12Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"e907167d-2793-4b82-aca6-4bef61e0cd8c","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:43:18,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/e907167d-2793-4b82-aca6-4bef61e0cd8c used request id req-6df1fd1d-d8b3-49da-a87d-d24abea67df5 2018-10-04 13:43:18,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/e907167d-2793-4b82-aca6-4bef61e0cd8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f884e3d75c264fc395f260983657af69f027bc4a" 2018-10-04 13:43:18,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4a03a95b-cddf-4f7d-b7ff-3f1a08744b96 Date: Thu, 04 Oct 2018 13:43:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b39b85da-96f0-4afe-aa25-eb50daf9c364","tenant_id":"","created_at":"2018-10-04T13:43:12Z","dns_nameservers":[],"updated_at":"2018-10-04T13:43:12Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"e907167d-2793-4b82-aca6-4bef61e0cd8c","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:43:18,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/e907167d-2793-4b82-aca6-4bef61e0cd8c used request id req-4a03a95b-cddf-4f7d-b7ff-3f1a08744b96 2018-10-04 13:43:18,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/e907167d-2793-4b82-aca6-4bef61e0cd8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f884e3d75c264fc395f260983657af69f027bc4a" 2018-10-04 13:43:18,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-486dedea-5eaf-4693-92c7-7ed03e013d47 Date: Thu, 04 Oct 2018 13:43:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b39b85da-96f0-4afe-aa25-eb50daf9c364","tenant_id":"","created_at":"2018-10-04T13:43:12Z","dns_nameservers":[],"updated_at":"2018-10-04T13:43:12Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"e907167d-2793-4b82-aca6-4bef61e0cd8c","subnetpool_id":null,"name":"HA subnet tenant 93973d1238b2486385104382b3d557a9"}} 2018-10-04 13:43:18,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/e907167d-2793-4b82-aca6-4bef61e0cd8c used request id req-486dedea-5eaf-4693-92c7-7ed03e013d47 2018-10-04 13:43:18,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f884e3d75c264fc395f260983657af69f027bc4a" 2018-10-04 13:43:19,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-197c21c0-d693-4c2c-8699-49f11effb04a Date: Thu, 04 Oct 2018 13:43:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 13:43:19,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-197c21c0-d693-4c2c-8699-49f11effb04a 2018-10-04 13:43:19,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f884e3d75c264fc395f260983657af69f027bc4a" 2018-10-04 13:43:19,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-fc8f2ffa-0794-47db-90d7-5eb35bef9717 Date: Thu, 04 Oct 2018 13:43:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","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":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 13:43:19,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-fc8f2ffa-0794-47db-90d7-5eb35bef9717 2018-10-04 13:43:19,363 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-ae9685cf-1ca6-446c-a618-35e8c5f1eaa8-pub-router 2018-10-04 13:43:19,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/f92ab7bd-0e81-4ddb-8859-047874599ed7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f884e3d75c264fc395f260983657af69f027bc4a" 2018-10-04 13:43:22,749 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-118f5996-cfc8-4a95-9c41-d40fd84fe81b Content-Length: 0 Date: Thu, 04 Oct 2018 13:43:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:43:22,750 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/f92ab7bd-0e81-4ddb-8859-047874599ed7 used request id req-118f5996-cfc8-4a95-9c41-d40fd84fe81b 2018-10-04 13:43:22,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-ae9685cf-1ca6-446c-a618-35e8c5f1eaa8-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f884e3d75c264fc395f260983657af69f027bc4a" 2018-10-04 13:43:23,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bd0dfff5-fe91-4b3b-b859-0310bac2aae3 Date: Thu, 04 Oct 2018 13:43:23 GMT RESP BODY: {"routers": []} 2018-10-04 13:43:23,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-ae9685cf-1ca6-446c-a618-35e8c5f1eaa8-pub-router used request id req-bd0dfff5-fe91-4b3b-b859-0310bac2aae3 2018-10-04 13:43:23,086 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:43:23,455 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:43:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["UxLldPNiQvaEX52OG4hqww"], "issued_at": "2018-10-04T13:43:23.000000Z"}} 2018-10-04 13:43:23,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb9273ecc71c1c2e0c01af299f4851a79eecf40" 2018-10-04 13:43:23,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c5e52c8-6d35-4385-809a-98b50c39bfce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:43:23,542 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5c5e52c8-6d35-4385-809a-98b50c39bfce 2018-10-04 13:43:23,543 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-410f0eda-394f-4366-a00d-43597f623ebfname 2018-10-04 13:43:23,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb9273ecc71c1c2e0c01af299f4851a79eecf40" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-410f0eda-394f-4366-a00d-43597f623ebfname"}}' 2018-10-04 13:43:23,961 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-462614e3-b15f-4d1f-b5d8-1f69644e2c6e Date: Thu, 04 Oct 2018 13:43:23 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:23Z", "updated_at": "2018-10-04T13:43:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:43:23Z", "revision_number": 0, "id": "7f0fe73d-116a-4258-995f-bd87377612a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:43:23Z", "security_group_id": "c240abb9-ac5d-47de-8ea5-71ad14818bdf", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:43:23Z", "revision_number": 0, "id": "c14f176e-a83e-469a-9ccc-a53f1f3a3a79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:43:23Z", "security_group_id": "c240abb9-ac5d-47de-8ea5-71ad14818bdf", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}], "revision_number": 2, "project_id": "93973d1238b2486385104382b3d557a9", "id": "c240abb9-ac5d-47de-8ea5-71ad14818bdf", "name": "NeutronUtilsSecurityGroupTests-410f0eda-394f-4366-a00d-43597f623ebfname"}} 2018-10-04 13:43:23,961 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-462614e3-b15f-4d1f-b5d8-1f69644e2c6e 2018-10-04 13:43:23,962 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c240abb9-ac5d-47de-8ea5-71ad14818bdf 2018-10-04 13:43:23,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c240abb9-ac5d-47de-8ea5-71ad14818bdf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb9273ecc71c1c2e0c01af299f4851a79eecf40" 2018-10-04 13:43:24,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-675c238c-4c3e-4f3d-b361-010ebfb85880 Date: Thu, 04 Oct 2018 13:43:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:23Z", "security_group_id": "c240abb9-ac5d-47de-8ea5-71ad14818bdf", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:23Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "7f0fe73d-116a-4258-995f-bd87377612a4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:23Z", "security_group_id": "c240abb9-ac5d-47de-8ea5-71ad14818bdf", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:23Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "c14f176e-a83e-469a-9ccc-a53f1f3a3a79"}]} 2018-10-04 13:43:24,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c240abb9-ac5d-47de-8ea5-71ad14818bdf used request id req-675c238c-4c3e-4f3d-b361-010ebfb85880 2018-10-04 13:43:24,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-410f0eda-394f-4366-a00d-43597f623ebfname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb9273ecc71c1c2e0c01af299f4851a79eecf40" 2018-10-04 13:43:24,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-3795f115-b54a-4821-9ffc-980361e718f9 Date: Thu, 04 Oct 2018 13:43:24 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:23Z", "updated_at": "2018-10-04T13:43:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:43:23Z", "revision_number": 0, "id": "c14f176e-a83e-469a-9ccc-a53f1f3a3a79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:43:23Z", "security_group_id": "c240abb9-ac5d-47de-8ea5-71ad14818bdf", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:43:23Z", "revision_number": 0, "id": "7f0fe73d-116a-4258-995f-bd87377612a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:43:23Z", "security_group_id": "c240abb9-ac5d-47de-8ea5-71ad14818bdf", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}], "revision_number": 2, "project_id": "93973d1238b2486385104382b3d557a9", "id": "c240abb9-ac5d-47de-8ea5-71ad14818bdf", "name": "NeutronUtilsSecurityGroupTests-410f0eda-394f-4366-a00d-43597f623ebfname"}]} 2018-10-04 13:43:24,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-410f0eda-394f-4366-a00d-43597f623ebfname used request id req-3795f115-b54a-4821-9ffc-980361e718f9 2018-10-04 13:43:24,351 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c240abb9-ac5d-47de-8ea5-71ad14818bdf 2018-10-04 13:43:24,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c240abb9-ac5d-47de-8ea5-71ad14818bdf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb9273ecc71c1c2e0c01af299f4851a79eecf40" 2018-10-04 13:43:24,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-714484c1-0f66-4be4-be8c-bb8b7e902578 Date: Thu, 04 Oct 2018 13:43:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:23Z", "security_group_id": "c240abb9-ac5d-47de-8ea5-71ad14818bdf", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:23Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "7f0fe73d-116a-4258-995f-bd87377612a4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:23Z", "security_group_id": "c240abb9-ac5d-47de-8ea5-71ad14818bdf", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:23Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "c14f176e-a83e-469a-9ccc-a53f1f3a3a79"}]} 2018-10-04 13:43:24,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c240abb9-ac5d-47de-8ea5-71ad14818bdf used request id req-714484c1-0f66-4be4-be8c-bb8b7e902578 2018-10-04 13:43:24,565 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-410f0eda-394f-4366-a00d-43597f623ebfname 2018-10-04 13:43:24,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/c240abb9-ac5d-47de-8ea5-71ad14818bdf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb9273ecc71c1c2e0c01af299f4851a79eecf40" 2018-10-04 13:43:24,897 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d58a678c-7a50-44f9-aa06-db032e0a3011 Content-Length: 0 Date: Thu, 04 Oct 2018 13:43:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:43:24,897 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/c240abb9-ac5d-47de-8ea5-71ad14818bdf used request id req-d58a678c-7a50-44f9-aa06-db032e0a3011 2018-10-04 13:43:24,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-410f0eda-394f-4366-a00d-43597f623ebfname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb9273ecc71c1c2e0c01af299f4851a79eecf40" 2018-10-04 13:43:25,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-2e794ba6-fe9b-466f-a0c3-011257db4527 Date: Thu, 04 Oct 2018 13:43:25 GMT RESP BODY: {"security_groups": []} 2018-10-04 13:43:25,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-410f0eda-394f-4366-a00d-43597f623ebfname used request id req-2e794ba6-fe9b-466f-a0c3-011257db4527 2018-10-04 13:43:25,099 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:43:25,482 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:43:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["0AHiPyTXRYikhusQ44l6fA"], "issued_at": "2018-10-04T13:43:25.000000Z"}} 2018-10-04 13:43:25,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e146aca23fd702f96615c2e64ec8d30374203e89" 2018-10-04 13:43:25,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67a9d08a-28f9-43bc-ba30-c43a76dca7b4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:43:25,563 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-67a9d08a-28f9-43bc-ba30-c43a76dca7b4 2018-10-04 13:43:25,565 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:43:25,962 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:43:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["yJVw-gHDR-CyaFkIYOL-DQ"], "issued_at": "2018-10-04T13:43:25.000000Z"}} 2018-10-04 13:43:25,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12b6ef99ec88adcf2837eedb625cda62c0f9342f" 2018-10-04 13:43:26,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cc89a18-c0f6-4d73-80b8-44b0eeaa8738 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:43:26,059 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1cc89a18-c0f6-4d73-80b8-44b0eeaa8738 2018-10-04 13:43:26,060 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-32096789-c884-4626-95c5-8379b0a24029name 2018-10-04 13:43:26,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12b6ef99ec88adcf2837eedb625cda62c0f9342f" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-32096789-c884-4626-95c5-8379b0a24029name", "description": "hello group"}}' 2018-10-04 13:43:26,508 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-197ac450-dc6a-445a-9f86-d3750a1eb56b Date: Thu, 04 Oct 2018 13:43:26 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:26Z", "updated_at": "2018-10-04T13:43:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:43:26Z", "revision_number": 0, "id": "a09f6206-d92d-4c65-b684-4f3283ac500a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:43:26Z", "security_group_id": "985b451c-7b79-4c5a-ba5e-3299d1635385", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:43:26Z", "revision_number": 0, "id": "d3284c78-76be-4e40-9ef8-9c6ae280fc38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:43:26Z", "security_group_id": "985b451c-7b79-4c5a-ba5e-3299d1635385", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}], "revision_number": 2, "project_id": "93973d1238b2486385104382b3d557a9", "id": "985b451c-7b79-4c5a-ba5e-3299d1635385", "name": "NeutronUtilsSecurityGroupTests-32096789-c884-4626-95c5-8379b0a24029name"}} 2018-10-04 13:43:26,508 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-197ac450-dc6a-445a-9f86-d3750a1eb56b 2018-10-04 13:43:26,508 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 985b451c-7b79-4c5a-ba5e-3299d1635385 2018-10-04 13:43:26,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=985b451c-7b79-4c5a-ba5e-3299d1635385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12b6ef99ec88adcf2837eedb625cda62c0f9342f" 2018-10-04 13:43:26,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9b8b5ea3-8f98-4380-81b1-05bb13bd972f Date: Thu, 04 Oct 2018 13:43:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:26Z", "security_group_id": "985b451c-7b79-4c5a-ba5e-3299d1635385", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:26Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "a09f6206-d92d-4c65-b684-4f3283ac500a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:26Z", "security_group_id": "985b451c-7b79-4c5a-ba5e-3299d1635385", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:26Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "d3284c78-76be-4e40-9ef8-9c6ae280fc38"}]} 2018-10-04 13:43:26,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=985b451c-7b79-4c5a-ba5e-3299d1635385 used request id req-9b8b5ea3-8f98-4380-81b1-05bb13bd972f 2018-10-04 13:43:26,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-32096789-c884-4626-95c5-8379b0a24029name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12b6ef99ec88adcf2837eedb625cda62c0f9342f" 2018-10-04 13:43:26,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-839fbaed-67f0-48d2-9430-fba7005c10a2 Date: Thu, 04 Oct 2018 13:43:26 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:26Z", "updated_at": "2018-10-04T13:43:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:43:26Z", "revision_number": 0, "id": "d3284c78-76be-4e40-9ef8-9c6ae280fc38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:43:26Z", "security_group_id": "985b451c-7b79-4c5a-ba5e-3299d1635385", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:43:26Z", "revision_number": 0, "id": "a09f6206-d92d-4c65-b684-4f3283ac500a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:43:26Z", "security_group_id": "985b451c-7b79-4c5a-ba5e-3299d1635385", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}], "revision_number": 2, "project_id": "93973d1238b2486385104382b3d557a9", "id": "985b451c-7b79-4c5a-ba5e-3299d1635385", "name": "NeutronUtilsSecurityGroupTests-32096789-c884-4626-95c5-8379b0a24029name"}]} 2018-10-04 13:43:26,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-32096789-c884-4626-95c5-8379b0a24029name&description=hello+group used request id req-839fbaed-67f0-48d2-9430-fba7005c10a2 2018-10-04 13:43:26,894 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 985b451c-7b79-4c5a-ba5e-3299d1635385 2018-10-04 13:43:26,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=985b451c-7b79-4c5a-ba5e-3299d1635385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12b6ef99ec88adcf2837eedb625cda62c0f9342f" 2018-10-04 13:43:27,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b218d9e5-0709-403c-8983-cca3d00dcade Date: Thu, 04 Oct 2018 13:43:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:26Z", "security_group_id": "985b451c-7b79-4c5a-ba5e-3299d1635385", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:26Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "a09f6206-d92d-4c65-b684-4f3283ac500a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:26Z", "security_group_id": "985b451c-7b79-4c5a-ba5e-3299d1635385", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:26Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "d3284c78-76be-4e40-9ef8-9c6ae280fc38"}]} 2018-10-04 13:43:27,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=985b451c-7b79-4c5a-ba5e-3299d1635385 used request id req-b218d9e5-0709-403c-8983-cca3d00dcade 2018-10-04 13:43:27,079 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-32096789-c884-4626-95c5-8379b0a24029name 2018-10-04 13:43:27,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/985b451c-7b79-4c5a-ba5e-3299d1635385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12b6ef99ec88adcf2837eedb625cda62c0f9342f" 2018-10-04 13:43:27,352 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-14aae0e6-ec39-4f2a-9170-e113f2648fc2 Content-Length: 0 Date: Thu, 04 Oct 2018 13:43:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:43:27,352 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/985b451c-7b79-4c5a-ba5e-3299d1635385 used request id req-14aae0e6-ec39-4f2a-9170-e113f2648fc2 2018-10-04 13:43:27,353 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:43:27,723 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:43:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["in9hprP_Sa-gTHew9lCw3g"], "issued_at": "2018-10-04T13:43:27.000000Z"}} 2018-10-04 13:43:27,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c838519cc66ec9ea119e0b33a2cad18afa80974b" 2018-10-04 13:43:27,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9e481ab-a092-480e-a3df-757bc1075351 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:43:27,806 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d9e481ab-a092-480e-a3df-757bc1075351 2018-10-04 13:43:27,807 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-36d6673c-eb28-4b55-b68a-d789aaca9a5ename 2018-10-04 13:43:27,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c838519cc66ec9ea119e0b33a2cad18afa80974b" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-36d6673c-eb28-4b55-b68a-d789aaca9a5ename", "description": "hello group"}}' 2018-10-04 13:43:28,143 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-d3fa4614-6e67-4bfe-926c-d80bbb889ef6 Date: Thu, 04 Oct 2018 13:43:28 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:28Z", "updated_at": "2018-10-04T13:43:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:43:28Z", "revision_number": 0, "id": "6d6dc140-55c0-4601-ac02-6059a44b096a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:43:28Z", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:43:28Z", "revision_number": 0, "id": "7a4fa0b6-7e77-4960-9197-92c5c0db070e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:43:28Z", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}], "revision_number": 2, "project_id": "93973d1238b2486385104382b3d557a9", "id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "name": "NeutronUtilsSecurityGroupTests-36d6673c-eb28-4b55-b68a-d789aaca9a5ename"}} 2018-10-04 13:43:28,143 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-d3fa4614-6e67-4bfe-926c-d80bbb889ef6 2018-10-04 13:43:28,144 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d 2018-10-04 13:43:28,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c838519cc66ec9ea119e0b33a2cad18afa80974b" 2018-10-04 13:43:28,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e50e5c24-ec60-4a87-84e2-1325b0b425a5 Date: Thu, 04 Oct 2018 13:43:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:28Z", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:28Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "6d6dc140-55c0-4601-ac02-6059a44b096a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:28Z", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:28Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "7a4fa0b6-7e77-4960-9197-92c5c0db070e"}]} 2018-10-04 13:43:28,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d used request id req-e50e5c24-ec60-4a87-84e2-1325b0b425a5 2018-10-04 13:43:28,315 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d 2018-10-04 13:43:28,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c838519cc66ec9ea119e0b33a2cad18afa80974b" 2018-10-04 13:43:28,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1277c136-6f64-4313-90b0-b13a7775b60b Date: Thu, 04 Oct 2018 13:43:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:28Z", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:28Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "6d6dc140-55c0-4601-ac02-6059a44b096a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:28Z", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:28Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "7a4fa0b6-7e77-4960-9197-92c5c0db070e"}]} 2018-10-04 13:43:28,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d used request id req-1277c136-6f64-4313-90b0-b13a7775b60b 2018-10-04 13:43:28,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c838519cc66ec9ea119e0b33a2cad18afa80974b" 2018-10-04 13:43:28,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3831da0-5ff5-4936-96d5-bc5c804fedba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:43:28,572 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c3831da0-5ff5-4936-96d5-bc5c804fedba 2018-10-04 13:43:28,573 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-36d6673c-eb28-4b55-b68a-d789aaca9a5ename 2018-10-04 13:43:28,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-36d6673c-eb28-4b55-b68a-d789aaca9a5ename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c838519cc66ec9ea119e0b33a2cad18afa80974b" 2018-10-04 13:43:28,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-abe73003-1778-45bd-a76e-7e917793d45c Date: Thu, 04 Oct 2018 13:43:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:28Z", "updated_at": "2018-10-04T13:43:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:43:28Z", "revision_number": 0, "id": "7a4fa0b6-7e77-4960-9197-92c5c0db070e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:43:28Z", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:43:28Z", "revision_number": 0, "id": "6d6dc140-55c0-4601-ac02-6059a44b096a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:43:28Z", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}], "revision_number": 2, "project_id": "93973d1238b2486385104382b3d557a9", "id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "name": "NeutronUtilsSecurityGroupTests-36d6673c-eb28-4b55-b68a-d789aaca9a5ename"}]} 2018-10-04 13:43:28,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-36d6673c-eb28-4b55-b68a-d789aaca9a5ename used request id req-abe73003-1778-45bd-a76e-7e917793d45c 2018-10-04 13:43:28,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:43:28,782 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:43:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:43:28,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c838519cc66ec9ea119e0b33a2cad18afa80974b" 2018-10-04 13:43:28,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca2a2a7d-b366-48f9-aba2-3f493b091f36 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:43:28,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-ca2a2a7d-b366-48f9-aba2-3f493b091f36 2018-10-04 13:43:28,867 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d 2018-10-04 13:43:28,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c838519cc66ec9ea119e0b33a2cad18afa80974b" 2018-10-04 13:43:29,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3c7f48b5-fa4c-4415-b08c-902c5e131acb Date: Thu, 04 Oct 2018 13:43:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:28Z", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:28Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "6d6dc140-55c0-4601-ac02-6059a44b096a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:28Z", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:28Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "7a4fa0b6-7e77-4960-9197-92c5c0db070e"}]} 2018-10-04 13:43:29,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d used request id req-3c7f48b5-fa4c-4415-b08c-902c5e131acb 2018-10-04 13:43:29,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c838519cc66ec9ea119e0b33a2cad18afa80974b" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d"}}' 2018-10-04 13:43:29,423 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-32f93ca2-726c-4600-a164-cc8d64d5a75d Date: Thu, 04 Oct 2018 13:43:29 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:29Z", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:29Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "f17ce260-1b1a-4bb1-acf3-18bafee0d63e"}} 2018-10-04 13:43:29,423 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-32f93ca2-726c-4600-a164-cc8d64d5a75d 2018-10-04 13:43:29,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-36d6673c-eb28-4b55-b68a-d789aaca9a5ename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c838519cc66ec9ea119e0b33a2cad18afa80974b" 2018-10-04 13:43:29,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-539d049e-a530-4468-b74f-c6997d89fa25 Date: Thu, 04 Oct 2018 13:43:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:28Z", "updated_at": "2018-10-04T13:43:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:43:29Z", "revision_number": 0, "id": "f17ce260-1b1a-4bb1-acf3-18bafee0d63e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:43:29Z", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:43:28Z", "revision_number": 0, "id": "7a4fa0b6-7e77-4960-9197-92c5c0db070e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:43:28Z", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:43:28Z", "revision_number": 0, "id": "6d6dc140-55c0-4601-ac02-6059a44b096a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:43:28Z", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}], "revision_number": 3, "project_id": "93973d1238b2486385104382b3d557a9", "id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "name": "NeutronUtilsSecurityGroupTests-36d6673c-eb28-4b55-b68a-d789aaca9a5ename"}]} 2018-10-04 13:43:29,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-36d6673c-eb28-4b55-b68a-d789aaca9a5ename&description=hello+group used request id req-539d049e-a530-4468-b74f-c6997d89fa25 2018-10-04 13:43:29,637 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d 2018-10-04 13:43:29,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c838519cc66ec9ea119e0b33a2cad18afa80974b" 2018-10-04 13:43:29,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-fcaac8ae-f15d-4ba5-98a2-21d43d8f675c Date: Thu, 04 Oct 2018 13:43:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:28Z", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:28Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "6d6dc140-55c0-4601-ac02-6059a44b096a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:28Z", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:28Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "7a4fa0b6-7e77-4960-9197-92c5c0db070e"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:29Z", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:29Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "f17ce260-1b1a-4bb1-acf3-18bafee0d63e"}]} 2018-10-04 13:43:29,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d used request id req-fcaac8ae-f15d-4ba5-98a2-21d43d8f675c 2018-10-04 13:43:29,663 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d 2018-10-04 13:43:29,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c838519cc66ec9ea119e0b33a2cad18afa80974b" 2018-10-04 13:43:29,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-39696498-a746-4b22-9a6d-daeffb6ce49f Date: Thu, 04 Oct 2018 13:43:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:28Z", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:28Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "6d6dc140-55c0-4601-ac02-6059a44b096a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:28Z", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:28Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "7a4fa0b6-7e77-4960-9197-92c5c0db070e"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:29Z", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:29Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "f17ce260-1b1a-4bb1-acf3-18bafee0d63e"}]} 2018-10-04 13:43:29,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d used request id req-39696498-a746-4b22-9a6d-daeffb6ce49f 2018-10-04 13:43:29,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-36d6673c-eb28-4b55-b68a-d789aaca9a5ename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c838519cc66ec9ea119e0b33a2cad18afa80974b" 2018-10-04 13:43:30,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-a6149488-cfe6-4158-b6ae-363340e1c9bc Date: Thu, 04 Oct 2018 13:43:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:28Z", "updated_at": "2018-10-04T13:43:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:43:29Z", "revision_number": 0, "id": "f17ce260-1b1a-4bb1-acf3-18bafee0d63e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:43:29Z", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:43:28Z", "revision_number": 0, "id": "7a4fa0b6-7e77-4960-9197-92c5c0db070e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:43:28Z", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:43:28Z", "revision_number": 0, "id": "6d6dc140-55c0-4601-ac02-6059a44b096a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:43:28Z", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}], "revision_number": 3, "project_id": "93973d1238b2486385104382b3d557a9", "id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "name": "NeutronUtilsSecurityGroupTests-36d6673c-eb28-4b55-b68a-d789aaca9a5ename"}]} 2018-10-04 13:43:30,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-36d6673c-eb28-4b55-b68a-d789aaca9a5ename&description=hello+group used request id req-a6149488-cfe6-4158-b6ae-363340e1c9bc 2018-10-04 13:43:30,019 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d 2018-10-04 13:43:30,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c838519cc66ec9ea119e0b33a2cad18afa80974b" 2018-10-04 13:43:30,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-4af909e5-7e6b-4076-95c0-0236b6b83965 Date: Thu, 04 Oct 2018 13:43:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:28Z", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:28Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "6d6dc140-55c0-4601-ac02-6059a44b096a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:28Z", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:28Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "7a4fa0b6-7e77-4960-9197-92c5c0db070e"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:29Z", "security_group_id": "2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:29Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "f17ce260-1b1a-4bb1-acf3-18bafee0d63e"}]} 2018-10-04 13:43:30,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d used request id req-4af909e5-7e6b-4076-95c0-0236b6b83965 2018-10-04 13:43:30,191 - neutron_utils - INFO - Deleting security group rule with ID - 6d6dc140-55c0-4601-ac02-6059a44b096a 2018-10-04 13:43:30,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/6d6dc140-55c0-4601-ac02-6059a44b096a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c838519cc66ec9ea119e0b33a2cad18afa80974b" 2018-10-04 13:43:30,287 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d1b1b008-e5ed-4b8f-954e-99ecf8ccaa33 Content-Length: 0 Date: Thu, 04 Oct 2018 13:43:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:43:30,287 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/6d6dc140-55c0-4601-ac02-6059a44b096a used request id req-d1b1b008-e5ed-4b8f-954e-99ecf8ccaa33 2018-10-04 13:43:30,288 - neutron_utils - INFO - Deleting security group rule with ID - 7a4fa0b6-7e77-4960-9197-92c5c0db070e 2018-10-04 13:43:30,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/7a4fa0b6-7e77-4960-9197-92c5c0db070e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c838519cc66ec9ea119e0b33a2cad18afa80974b" 2018-10-04 13:43:30,381 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1dd9736c-24ca-4bec-be84-5a038daf9378 Content-Length: 0 Date: Thu, 04 Oct 2018 13:43:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:43:30,382 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/7a4fa0b6-7e77-4960-9197-92c5c0db070e used request id req-1dd9736c-24ca-4bec-be84-5a038daf9378 2018-10-04 13:43:30,382 - neutron_utils - INFO - Deleting security group rule with ID - f17ce260-1b1a-4bb1-acf3-18bafee0d63e 2018-10-04 13:43:30,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/f17ce260-1b1a-4bb1-acf3-18bafee0d63e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c838519cc66ec9ea119e0b33a2cad18afa80974b" 2018-10-04 13:43:30,671 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-05044a1e-1eb5-492b-abf9-766dcbb209c8 Content-Length: 0 Date: Thu, 04 Oct 2018 13:43:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:43:30,671 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/f17ce260-1b1a-4bb1-acf3-18bafee0d63e used request id req-05044a1e-1eb5-492b-abf9-766dcbb209c8 2018-10-04 13:43:30,671 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-36d6673c-eb28-4b55-b68a-d789aaca9a5ename 2018-10-04 13:43:30,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c838519cc66ec9ea119e0b33a2cad18afa80974b" 2018-10-04 13:43:30,809 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ad666446-f501-47fd-8241-95f4c2dd8a5c Content-Length: 0 Date: Thu, 04 Oct 2018 13:43:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:43:30,810 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/2c2e6ff5-edcd-4fd0-b52a-6edd9e36ff2d used request id req-ad666446-f501-47fd-8241-95f4c2dd8a5c 2018-10-04 13:43:30,811 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:43:31,204 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:43:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["n6GhrgbTRAKHCeeEGROKHw"], "issued_at": "2018-10-04T13:43:31.000000Z"}} 2018-10-04 13:43:31,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2766af32aa0a7d61d787cce2354042ab8ab95117" 2018-10-04 13:43:31,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f94c2c0-e4c7-4c06-af8d-eddc08a02795 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:43:31,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0f94c2c0-e4c7-4c06-af8d-eddc08a02795 2018-10-04 13:43:31,283 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-24b2c063-ef6c-4f59-b690-2d835d629be2name-1 2018-10-04 13:43:31,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2766af32aa0a7d61d787cce2354042ab8ab95117" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-24b2c063-ef6c-4f59-b690-2d835d629be2name-1", "description": "hello group"}}' 2018-10-04 13:43:31,639 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-c5d2ac51-7e86-477a-8900-5e5418cdf1aa Date: Thu, 04 Oct 2018 13:43:31 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:31Z", "updated_at": "2018-10-04T13:43:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:43:31Z", "revision_number": 0, "id": "48ebd6a3-71e3-469a-ba6e-37fde9ebcaa3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:43:31Z", "security_group_id": "d88b246d-cdac-4157-8d4e-b3b313e44f01", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:43:31Z", "revision_number": 0, "id": "dab5e992-a838-4a96-a0ed-598588f83345", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:43:31Z", "security_group_id": "d88b246d-cdac-4157-8d4e-b3b313e44f01", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}], "revision_number": 2, "project_id": "93973d1238b2486385104382b3d557a9", "id": "d88b246d-cdac-4157-8d4e-b3b313e44f01", "name": "NeutronUtilsSecurityGroupTests-24b2c063-ef6c-4f59-b690-2d835d629be2name-1"}} 2018-10-04 13:43:31,639 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-c5d2ac51-7e86-477a-8900-5e5418cdf1aa 2018-10-04 13:43:31,640 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d88b246d-cdac-4157-8d4e-b3b313e44f01 2018-10-04 13:43:31,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d88b246d-cdac-4157-8d4e-b3b313e44f01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2766af32aa0a7d61d787cce2354042ab8ab95117" 2018-10-04 13:43:31,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-187c619a-3d0a-48a7-94c8-24cec851c12d Date: Thu, 04 Oct 2018 13:43:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:31Z", "security_group_id": "d88b246d-cdac-4157-8d4e-b3b313e44f01", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:31Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "48ebd6a3-71e3-469a-ba6e-37fde9ebcaa3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:31Z", "security_group_id": "d88b246d-cdac-4157-8d4e-b3b313e44f01", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:31Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "dab5e992-a838-4a96-a0ed-598588f83345"}]} 2018-10-04 13:43:31,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d88b246d-cdac-4157-8d4e-b3b313e44f01 used request id req-187c619a-3d0a-48a7-94c8-24cec851c12d 2018-10-04 13:43:31,899 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-24b2c063-ef6c-4f59-b690-2d835d629be2name-2 2018-10-04 13:43:31,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2766af32aa0a7d61d787cce2354042ab8ab95117" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-24b2c063-ef6c-4f59-b690-2d835d629be2name-2", "description": "hello group"}}' 2018-10-04 13:43:32,280 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-7255a4a3-9ec5-4526-96bd-58d155bd4e3c Date: Thu, 04 Oct 2018 13:43:32 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:32Z", "updated_at": "2018-10-04T13:43:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:43:32Z", "revision_number": 0, "id": "2a3bcdbf-1a09-4fbd-8ffa-6022e089f738", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:43:32Z", "security_group_id": "a12065ac-ea8b-4db6-865f-11e28d845bf4", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:43:32Z", "revision_number": 0, "id": "3e77ce2e-b9dc-4786-b97f-92d602c79e11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:43:32Z", "security_group_id": "a12065ac-ea8b-4db6-865f-11e28d845bf4", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}], "revision_number": 2, "project_id": "93973d1238b2486385104382b3d557a9", "id": "a12065ac-ea8b-4db6-865f-11e28d845bf4", "name": "NeutronUtilsSecurityGroupTests-24b2c063-ef6c-4f59-b690-2d835d629be2name-2"}} 2018-10-04 13:43:32,280 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-7255a4a3-9ec5-4526-96bd-58d155bd4e3c 2018-10-04 13:43:32,281 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a12065ac-ea8b-4db6-865f-11e28d845bf4 2018-10-04 13:43:32,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=a12065ac-ea8b-4db6-865f-11e28d845bf4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2766af32aa0a7d61d787cce2354042ab8ab95117" 2018-10-04 13:43:32,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-247aad8e-6ad1-4d02-a81b-0da507ac2d9c Date: Thu, 04 Oct 2018 13:43:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:32Z", "security_group_id": "a12065ac-ea8b-4db6-865f-11e28d845bf4", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:32Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "2a3bcdbf-1a09-4fbd-8ffa-6022e089f738"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:32Z", "security_group_id": "a12065ac-ea8b-4db6-865f-11e28d845bf4", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:32Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "3e77ce2e-b9dc-4786-b97f-92d602c79e11"}]} 2018-10-04 13:43:32,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=a12065ac-ea8b-4db6-865f-11e28d845bf4 used request id req-247aad8e-6ad1-4d02-a81b-0da507ac2d9c 2018-10-04 13:43:32,482 - neutron_utils - INFO - Retrieving security group with ID - d88b246d-cdac-4157-8d4e-b3b313e44f01 2018-10-04 13:43:32,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=d88b246d-cdac-4157-8d4e-b3b313e44f01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2766af32aa0a7d61d787cce2354042ab8ab95117" 2018-10-04 13:43:32,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-b15b7c97-bd98-4991-9fdd-50c5749d49c3 Date: Thu, 04 Oct 2018 13:43:32 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:31Z", "updated_at": "2018-10-04T13:43:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:43:31Z", "revision_number": 0, "id": "48ebd6a3-71e3-469a-ba6e-37fde9ebcaa3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:43:31Z", "security_group_id": "d88b246d-cdac-4157-8d4e-b3b313e44f01", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:43:31Z", "revision_number": 0, "id": "dab5e992-a838-4a96-a0ed-598588f83345", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:43:31Z", "security_group_id": "d88b246d-cdac-4157-8d4e-b3b313e44f01", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}], "revision_number": 2, "project_id": "93973d1238b2486385104382b3d557a9", "id": "d88b246d-cdac-4157-8d4e-b3b313e44f01", "name": "NeutronUtilsSecurityGroupTests-24b2c063-ef6c-4f59-b690-2d835d629be2name-1"}]} 2018-10-04 13:43:32,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=d88b246d-cdac-4157-8d4e-b3b313e44f01 used request id req-b15b7c97-bd98-4991-9fdd-50c5749d49c3 2018-10-04 13:43:32,531 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d88b246d-cdac-4157-8d4e-b3b313e44f01 2018-10-04 13:43:32,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d88b246d-cdac-4157-8d4e-b3b313e44f01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2766af32aa0a7d61d787cce2354042ab8ab95117" 2018-10-04 13:43:32,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b8180a59-a0fc-4318-aae2-142cf06ad764 Date: Thu, 04 Oct 2018 13:43:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:31Z", "security_group_id": "d88b246d-cdac-4157-8d4e-b3b313e44f01", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:31Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "48ebd6a3-71e3-469a-ba6e-37fde9ebcaa3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:31Z", "security_group_id": "d88b246d-cdac-4157-8d4e-b3b313e44f01", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:31Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "dab5e992-a838-4a96-a0ed-598588f83345"}]} 2018-10-04 13:43:32,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d88b246d-cdac-4157-8d4e-b3b313e44f01 used request id req-b8180a59-a0fc-4318-aae2-142cf06ad764 2018-10-04 13:43:32,694 - neutron_utils - INFO - Retrieving security group with ID - a12065ac-ea8b-4db6-865f-11e28d845bf4 2018-10-04 13:43:32,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=a12065ac-ea8b-4db6-865f-11e28d845bf4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2766af32aa0a7d61d787cce2354042ab8ab95117" 2018-10-04 13:43:32,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-3c4e31f0-7680-4e3f-b963-ad49a09b29ba Date: Thu, 04 Oct 2018 13:43:32 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:32Z", "updated_at": "2018-10-04T13:43:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:43:32Z", "revision_number": 0, "id": "2a3bcdbf-1a09-4fbd-8ffa-6022e089f738", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:43:32Z", "security_group_id": "a12065ac-ea8b-4db6-865f-11e28d845bf4", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:43:32Z", "revision_number": 0, "id": "3e77ce2e-b9dc-4786-b97f-92d602c79e11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:43:32Z", "security_group_id": "a12065ac-ea8b-4db6-865f-11e28d845bf4", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}], "revision_number": 2, "project_id": "93973d1238b2486385104382b3d557a9", "id": "a12065ac-ea8b-4db6-865f-11e28d845bf4", "name": "NeutronUtilsSecurityGroupTests-24b2c063-ef6c-4f59-b690-2d835d629be2name-2"}]} 2018-10-04 13:43:32,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=a12065ac-ea8b-4db6-865f-11e28d845bf4 used request id req-3c4e31f0-7680-4e3f-b963-ad49a09b29ba 2018-10-04 13:43:32,891 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a12065ac-ea8b-4db6-865f-11e28d845bf4 2018-10-04 13:43:32,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=a12065ac-ea8b-4db6-865f-11e28d845bf4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2766af32aa0a7d61d787cce2354042ab8ab95117" 2018-10-04 13:43:32,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ebcc64e5-7189-4ac3-accd-7a401ec7bbb3 Date: Thu, 04 Oct 2018 13:43:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:32Z", "security_group_id": "a12065ac-ea8b-4db6-865f-11e28d845bf4", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:32Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "2a3bcdbf-1a09-4fbd-8ffa-6022e089f738"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:43:32Z", "security_group_id": "a12065ac-ea8b-4db6-865f-11e28d845bf4", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:32Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "3e77ce2e-b9dc-4786-b97f-92d602c79e11"}]} 2018-10-04 13:43:32,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=a12065ac-ea8b-4db6-865f-11e28d845bf4 used request id req-ebcc64e5-7189-4ac3-accd-7a401ec7bbb3 2018-10-04 13:43:32,916 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-24b2c063-ef6c-4f59-b690-2d835d629be2name-1 2018-10-04 13:43:32,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/d88b246d-cdac-4157-8d4e-b3b313e44f01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2766af32aa0a7d61d787cce2354042ab8ab95117" 2018-10-04 13:43:33,054 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3d1e3cab-4798-404e-8a9d-6beefcf87240 Content-Length: 0 Date: Thu, 04 Oct 2018 13:43:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:43:33,054 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/d88b246d-cdac-4157-8d4e-b3b313e44f01 used request id req-3d1e3cab-4798-404e-8a9d-6beefcf87240 2018-10-04 13:43:33,054 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-24b2c063-ef6c-4f59-b690-2d835d629be2name-2 2018-10-04 13:43:33,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/a12065ac-ea8b-4db6-865f-11e28d845bf4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2766af32aa0a7d61d787cce2354042ab8ab95117" 2018-10-04 13:43:33,333 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a2ab8296-5dab-4c92-9715-6e92b6631072 Content-Length: 0 Date: Thu, 04 Oct 2018 13:43:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:43:33,333 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/a12065ac-ea8b-4db6-865f-11e28d845bf4 used request id req-a2ab8296-5dab-4c92-9715-6e92b6631072 2018-10-04 13:43:33,334 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:43:33,714 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:43:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["_EEFCZMwTOGNNF7_59T0tg"], "issued_at": "2018-10-04T13:43:33.000000Z"}} 2018-10-04 13:43:33,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116a6c7d3b02d8284eda356ad808aeff136a9609" 2018-10-04 13:43:33,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c534dd1-e047-4520-88fd-8e408caeb4c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:43:33,728 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3c534dd1-e047-4520-88fd-8e408caeb4c3 2018-10-04 13:43:33,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116a6c7d3b02d8284eda356ad808aeff136a9609" 2018-10-04 13:43:33,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-15800a2a-3217-4abb-b92f-ce4f6bc846c0 Date: Thu, 04 Oct 2018 13:43:33 GMT RESP BODY: {"floatingips": []} 2018-10-04 13:43:33,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-15800a2a-3217-4abb-b92f-ce4f6bc846c0 2018-10-04 13:43:33,892 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-04 13:43:33,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116a6c7d3b02d8284eda356ad808aeff136a9609" 2018-10-04 13:43:34,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-28b4d432-823d-4691-a3f0-efe6bc2be98d Date: Thu, 04 Oct 2018 13:43:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 13:43:34,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-28b4d432-823d-4691-a3f0-efe6bc2be98d 2018-10-04 13:43:34,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116a6c7d3b02d8284eda356ad808aeff136a9609" 2018-10-04 13:43:34,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-9612e281-d458-4fc4-ac4f-b81a8f32eef4 Date: Thu, 04 Oct 2018 13:43:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","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":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 13:43:34,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-9612e281-d458-4fc4-ac4f-b81a8f32eef4 2018-10-04 13:43:34,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116a6c7d3b02d8284eda356ad808aeff136a9609" -d '{"floatingip": {"floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}}' 2018-10-04 13:43:35,609 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-82d29d65-0aa1-410a-8299-d9eb62edbe1d Date: Thu, 04 Oct 2018 13:43:35 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:35Z", "updated_at": "2018-10-04T13:43:35Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "93973d1238b2486385104382b3d557a9", "port_id": null, "id": "c7eea961-7658-4993-93b3-b7f3a712ed7a"}} 2018-10-04 13:43:35,610 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-82d29d65-0aa1-410a-8299-d9eb62edbe1d 2018-10-04 13:43:35,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116a6c7d3b02d8284eda356ad808aeff136a9609" 2018-10-04 13:43:35,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-fc1a2c19-cec1-4a68-b557-115f4d598486 Date: Thu, 04 Oct 2018 13:43:35 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:35Z", "updated_at": "2018-10-04T13:43:35Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "93973d1238b2486385104382b3d557a9", "port_id": null, "id": "c7eea961-7658-4993-93b3-b7f3a712ed7a"}]} 2018-10-04 13:43:35,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-fc1a2c19-cec1-4a68-b557-115f4d598486 2018-10-04 13:43:35,802 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.203 2018-10-04 13:43:35,802 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.203 2018-10-04 13:43:35,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips?ip=c7eea961-7658-4993-93b3-b7f3a712ed7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116a6c7d3b02d8284eda356ad808aeff136a9609" 2018-10-04 13:43:35,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-6d0add54-82d8-42bc-9797-483d4a5563df Date: Thu, 04 Oct 2018 13:43:36 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:43:35Z", "updated_at": "2018-10-04T13:43:35Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "93973d1238b2486385104382b3d557a9", "port_id": null, "id": "c7eea961-7658-4993-93b3-b7f3a712ed7a"}]} 2018-10-04 13:43:35,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips?ip=c7eea961-7658-4993-93b3-b7f3a712ed7a used request id req-6d0add54-82d8-42bc-9797-483d4a5563df 2018-10-04 13:43:35,995 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.203 2018-10-04 13:43:36,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/floatingips/c7eea961-7658-4993-93b3-b7f3a712ed7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116a6c7d3b02d8284eda356ad808aeff136a9609" 2018-10-04 13:43:36,664 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c93015e2-b0ff-49ab-91b4-e8d12a51891e Content-Length: 0 Date: Thu, 04 Oct 2018 13:43:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:43:36,664 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/c7eea961-7658-4993-93b3-b7f3a712ed7a used request id req-c93015e2-b0ff-49ab-91b4-e8d12a51891e 2018-10-04 13:43:36,665 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:43:36,843 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-6553f6dd-e4ee-4c65-8f36-31238acda4bf 2018-10-04 13:43:36,843 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:43:37,212 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:43:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["L0NpS9qIQBSXGIX4X1kGyg"], "issued_at": "2018-10-04T13:43:37.000000Z"}} 2018-10-04 13:43:37,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04757fdc106c684108d13931d1e18355596935a2" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAxlxEsQdBnpeabO4zOXEjDNDo770ETi33w9ciq4vdkTJHRSwEzkvNpkq7KSoaCjIKLCsGF6zzKNCVNPmYFihEII9vRqf75m4qdKHKswl0Zj29lybLLMQCwtrJrr2pTmIynir2zZQfGsADK9y81S1+d+nsMMkA6TYg2kE67h/6fEQ6xm9eW60aysr5KSG9YsJxEqYmV3gzRoLrrWTmGXQrMGvLoye33ByCtbNZDeynTiFtuvucBl5i0HstFzb/A/zkKr0AechaPIireehpHE5iSn+cS1inRckWNSwKetLRAhK0sJd5SKIRKbDVJSsBhVI16Gwki4pmkwDdO9V9XVRL", "name": "NovaUtilsKeypairTests-6553f6dd-e4ee-4c65-8f36-31238acda4bf"}}' 2018-10-04 13:43:37,947 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5040975a-22aa-48ae-a373-fbc865a89d8e x-compute-request-id: req-5040975a-22aa-48ae-a373-fbc865a89d8e Content-Encoding: gzip Content-Length: 497 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAxlxEsQdBnpeabO4zOXEjDNDo770ETi33w9ciq4vdkTJHRSwEzkvNpkq7KSoaCjIKLCsGF6zzKNCVNPmYFihEII9vRqf75m4qdKHKswl0Zj29lybLLMQCwtrJrr2pTmIynir2zZQfGsADK9y81S1+d+nsMMkA6TYg2kE67h/6fEQ6xm9eW60aysr5KSG9YsJxEqYmV3gzRoLrrWTmGXQrMGvLoye33ByCtbNZDeynTiFtuvucBl5i0HstFzb/A/zkKr0AechaPIireehpHE5iSn+cS1inRckWNSwKetLRAhK0sJd5SKIRKbDVJSsBhVI16Gwki4pmkwDdO9V9XVRL", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "name": "NovaUtilsKeypairTests-6553f6dd-e4ee-4c65-8f36-31238acda4bf", "fingerprint": "b5:69:52:e6:39:cd:d0:5d:4b:2e:13:db:3d:74:e0:b8"}} 2018-10-04 13:43:37,948 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-5040975a-22aa-48ae-a373-fbc865a89d8e 2018-10-04 13:43:37,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-6553f6dd-e4ee-4c65-8f36-31238acda4bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04757fdc106c684108d13931d1e18355596935a2" 2018-10-04 13:43:38,072 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4ba036b-a7c4-4364-9ab5-91cf916fc619 x-compute-request-id: req-e4ba036b-a7c4-4364-9ab5-91cf916fc619 Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAxlxEsQdBnpeabO4zOXEjDNDo770ETi33w9ciq4vdkTJHRSwEzkvNpkq7KSoaCjIKLCsGF6zzKNCVNPmYFihEII9vRqf75m4qdKHKswl0Zj29lybLLMQCwtrJrr2pTmIynir2zZQfGsADK9y81S1+d+nsMMkA6TYg2kE67h/6fEQ6xm9eW60aysr5KSG9YsJxEqYmV3gzRoLrrWTmGXQrMGvLoye33ByCtbNZDeynTiFtuvucBl5i0HstFzb/A/zkKr0AechaPIireehpHE5iSn+cS1inRckWNSwKetLRAhK0sJd5SKIRKbDVJSsBhVI16Gwki4pmkwDdO9V9XVRL", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "name": "NovaUtilsKeypairTests-6553f6dd-e4ee-4c65-8f36-31238acda4bf", "deleted": false, "created_at": "2018-10-04T13:43:37.000000", "updated_at": null, "fingerprint": "b5:69:52:e6:39:cd:d0:5d:4b:2e:13:db:3d:74:e0:b8", "deleted_at": null, "id": 3}} 2018-10-04 13:43:38,072 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-6553f6dd-e4ee-4c65-8f36-31238acda4bf used request id req-e4ba036b-a7c4-4364-9ab5-91cf916fc619 2018-10-04 13:43:38,072 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-6553f6dd-e4ee-4c65-8f36-31238acda4bf 2018-10-04 13:43:38,075 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-6553f6dd-e4ee-4c65-8f36-31238acda4bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04757fdc106c684108d13931d1e18355596935a2" 2018-10-04 13:43:38,142 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:43:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-62a588ab-f29c-4ac3-ba26-6ba254a0ee24 x-compute-request-id: req-62a588ab-f29c-4ac3-ba26-6ba254a0ee24 Content-Length: 0 Content-Type: application/json 2018-10-04 13:43:38,142 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-6553f6dd-e4ee-4c65-8f36-31238acda4bf used request id req-62a588ab-f29c-4ac3-ba26-6ba254a0ee24 2018-10-04 13:43:38,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-6553f6dd-e4ee-4c65-8f36-31238acda4bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04757fdc106c684108d13931d1e18355596935a2" 2018-10-04 13:43:38,269 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 13:43:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ddeaeb43-3fd6-48f6-87b1-ffb0a5af19d7 x-compute-request-id: req-ddeaeb43-3fd6-48f6-87b1-ffb0a5af19d7 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-6553f6dd-e4ee-4c65-8f36-31238acda4bf not found for user edcc1fa643e64948b9f2a6f4934de106", "code": 404}} 2018-10-04 13:43:38,269 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-6553f6dd-e4ee-4c65-8f36-31238acda4bf used request id req-ddeaeb43-3fd6-48f6-87b1-ffb0a5af19d7 2018-10-04 13:43:38,269 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-6553f6dd-e4ee-4c65-8f36-31238acda4bf 2018-10-04 13:43:38,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-6553f6dd-e4ee-4c65-8f36-31238acda4bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04757fdc106c684108d13931d1e18355596935a2" 2018-10-04 13:43:38,469 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 13:43:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2da8db07-5c4c-446b-8139-77a063e0892f x-compute-request-id: req-2da8db07-5c4c-446b-8139-77a063e0892f Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-6553f6dd-e4ee-4c65-8f36-31238acda4bf not found for user edcc1fa643e64948b9f2a6f4934de106", "code": 404}} 2018-10-04 13:43:38,469 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-6553f6dd-e4ee-4c65-8f36-31238acda4bf used request id req-2da8db07-5c4c-446b-8139-77a063e0892f 2018-10-04 13:43:38,470 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:43:38,606 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-ff204ce8-0ff0-4aaa-9c32-3f3ceb247fae.pub 2018-10-04 13:43:38,607 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-ff204ce8-0ff0-4aaa-9c32-3f3ceb247fae 2018-10-04 13:43:38,607 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-ff204ce8-0ff0-4aaa-9c32-3f3ceb247fae.pub 2018-10-04 13:43:38,607 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-ff204ce8-0ff0-4aaa-9c32-3f3ceb247fae 2018-10-04 13:43:38,607 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:43:39,001 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:43:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["RwhU5X4dTI2hILwRTt4XkQ"], "issued_at": "2018-10-04T13:43:39.000000Z"}} 2018-10-04 13:43:39,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9fcb5caa80c4ef0e35bc9fbd84e97b858a624a" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJCg9IkVQ4dBA2LlHdcku/B5Wk+EMG459JgciCCG7XBLudOZaGWpVYMp1xoSyS7nWad0/BDvxVBQLzmZYhGKoW4AsRpIJ0KdJtU5tWWfxbzH0QfGoqjD2cwDCZj+DzsyxkiE0470mb3bwZ2KlZRoXuljydbhy8DmZ/VlFXJLXtEcieyAc9FCRf+xLPSbxWKEYmDwU2XtFZsiVlErWAZ4TVnoOC/PKpHEWPRj380O9PXn3LFlkOsUhnjQorV3Y+ivUsBePyN7Bf11bi/MhL6XSsv3LeY42cwUT15s7zUjFxwhCPkqTyaeDJWN5afmGufqsiatOVAveadoGwB1LKJteH", "name": "NovaUtilsKeypairTests-ff204ce8-0ff0-4aaa-9c32-3f3ceb247fae"}}' 2018-10-04 13:43:39,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43: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-973af73d-35a1-4cfc-881e-46cc90b2c8f9 x-compute-request-id: req-973af73d-35a1-4cfc-881e-46cc90b2c8f9 Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJCg9IkVQ4dBA2LlHdcku/B5Wk+EMG459JgciCCG7XBLudOZaGWpVYMp1xoSyS7nWad0/BDvxVBQLzmZYhGKoW4AsRpIJ0KdJtU5tWWfxbzH0QfGoqjD2cwDCZj+DzsyxkiE0470mb3bwZ2KlZRoXuljydbhy8DmZ/VlFXJLXtEcieyAc9FCRf+xLPSbxWKEYmDwU2XtFZsiVlErWAZ4TVnoOC/PKpHEWPRj380O9PXn3LFlkOsUhnjQorV3Y+ivUsBePyN7Bf11bi/MhL6XSsv3LeY42cwUT15s7zUjFxwhCPkqTyaeDJWN5afmGufqsiatOVAveadoGwB1LKJteH", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "name": "NovaUtilsKeypairTests-ff204ce8-0ff0-4aaa-9c32-3f3ceb247fae", "fingerprint": "2d:df:42:41:5a:d5:d9:39:a8:58:fb:ab:75:44:4c:fa"}} 2018-10-04 13:43:39,758 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-973af73d-35a1-4cfc-881e-46cc90b2c8f9 2018-10-04 13:43:39,759 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-ff204ce8-0ff0-4aaa-9c32-3f3ceb247fae 2018-10-04 13:43:39,762 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-ff204ce8-0ff0-4aaa-9c32-3f3ceb247fae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9fcb5caa80c4ef0e35bc9fbd84e97b858a624a" 2018-10-04 13:43:39,818 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:43: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-c575e689-9ff7-42ed-98ce-aeefdfad84a3 x-compute-request-id: req-c575e689-9ff7-42ed-98ce-aeefdfad84a3 Content-Length: 0 Content-Type: application/json 2018-10-04 13:43:39,818 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-ff204ce8-0ff0-4aaa-9c32-3f3ceb247fae used request id req-c575e689-9ff7-42ed-98ce-aeefdfad84a3 2018-10-04 13:43:39,819 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:43:39,954 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-316b0c96-997e-4e7d-a8c4-9622a9e17f7d 2018-10-04 13:43:39,954 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:43:40,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:43:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["9xWSYhP_SDSJQuyLedFUzw"], "issued_at": "2018-10-04T13:43:40.000000Z"}} 2018-10-04 13:43:40,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a99725eac85c4a91768634af8564d68b2069820" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKIW6S39vu1cw2aLZLBoFPtKrxby7qmm9nJJvImKyhQpLImppqdLvETVWijxN5GZOiIgMkxSGNtZinw7Ir1Mxe+y4N9VUHhwfpppChyTE8i5tGF0cfP25CWitJW4iBNm7NEbSKoR53ZBtG/11ylWhYjLCNkGADCSBz6lcwuuRkwiAGAuP7c2V3DcwcFLqdwDgsPSaluRPpqiIGXHYjvva/834k/FdVhEdDChPgLHCGsfy7TW6EvFHkbEF8Cu9thK4RgJAM79kVGTOeOdatWho5uHt5cEr6GFEMZZ1uznWoSOpBUO/LyBEwtvEq0fu/zUcXzzkIV2C9a5eGhqyuZGhj", "name": "NovaUtilsKeypairTests-316b0c96-997e-4e7d-a8c4-9622a9e17f7d"}}' 2018-10-04 13:43:40,926 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43: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-f5250611-69a9-4df6-a270-971d43405e64 x-compute-request-id: req-f5250611-69a9-4df6-a270-971d43405e64 Content-Encoding: gzip Content-Length: 496 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKIW6S39vu1cw2aLZLBoFPtKrxby7qmm9nJJvImKyhQpLImppqdLvETVWijxN5GZOiIgMkxSGNtZinw7Ir1Mxe+y4N9VUHhwfpppChyTE8i5tGF0cfP25CWitJW4iBNm7NEbSKoR53ZBtG/11ylWhYjLCNkGADCSBz6lcwuuRkwiAGAuP7c2V3DcwcFLqdwDgsPSaluRPpqiIGXHYjvva/834k/FdVhEdDChPgLHCGsfy7TW6EvFHkbEF8Cu9thK4RgJAM79kVGTOeOdatWho5uHt5cEr6GFEMZZ1uznWoSOpBUO/LyBEwtvEq0fu/zUcXzzkIV2C9a5eGhqyuZGhj", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "name": "NovaUtilsKeypairTests-316b0c96-997e-4e7d-a8c4-9622a9e17f7d", "fingerprint": "b9:bc:8a:af:49:39:7b:fa:c9:af:bd:72:30:27:7e:c4"}} 2018-10-04 13:43:40,927 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-f5250611-69a9-4df6-a270-971d43405e64 2018-10-04 13:43:40,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-316b0c96-997e-4e7d-a8c4-9622a9e17f7d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a99725eac85c4a91768634af8564d68b2069820" 2018-10-04 13:43:40,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43: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-52481e06-9c05-45f4-852c-a9458e105ac3 x-compute-request-id: req-52481e06-9c05-45f4-852c-a9458e105ac3 Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKIW6S39vu1cw2aLZLBoFPtKrxby7qmm9nJJvImKyhQpLImppqdLvETVWijxN5GZOiIgMkxSGNtZinw7Ir1Mxe+y4N9VUHhwfpppChyTE8i5tGF0cfP25CWitJW4iBNm7NEbSKoR53ZBtG/11ylWhYjLCNkGADCSBz6lcwuuRkwiAGAuP7c2V3DcwcFLqdwDgsPSaluRPpqiIGXHYjvva/834k/FdVhEdDChPgLHCGsfy7TW6EvFHkbEF8Cu9thK4RgJAM79kVGTOeOdatWho5uHt5cEr6GFEMZZ1uznWoSOpBUO/LyBEwtvEq0fu/zUcXzzkIV2C9a5eGhqyuZGhj", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "name": "NovaUtilsKeypairTests-316b0c96-997e-4e7d-a8c4-9622a9e17f7d", "deleted": false, "created_at": "2018-10-04T13:43:40.000000", "updated_at": null, "fingerprint": "b9:bc:8a:af:49:39:7b:fa:c9:af:bd:72:30:27:7e:c4", "deleted_at": null, "id": 9}} 2018-10-04 13:43:40,946 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-316b0c96-997e-4e7d-a8c4-9622a9e17f7d used request id req-52481e06-9c05-45f4-852c-a9458e105ac3 2018-10-04 13:43:40,949 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a99725eac85c4a91768634af8564d68b2069820" 2018-10-04 13:43:40,973 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43: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-2d1f6332-6609-45d6-a00f-187be474b055 x-compute-request-id: req-2d1f6332-6609-45d6-a00f-187be474b055 Content-Encoding: gzip Content-Length: 473 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKIW6S39vu1cw2aLZLBoFPtKrxby7qmm9nJJvImKyhQpLImppqdLvETVWijxN5GZOiIgMkxSGNtZinw7Ir1Mxe+y4N9VUHhwfpppChyTE8i5tGF0cfP25CWitJW4iBNm7NEbSKoR53ZBtG/11ylWhYjLCNkGADCSBz6lcwuuRkwiAGAuP7c2V3DcwcFLqdwDgsPSaluRPpqiIGXHYjvva/834k/FdVhEdDChPgLHCGsfy7TW6EvFHkbEF8Cu9thK4RgJAM79kVGTOeOdatWho5uHt5cEr6GFEMZZ1uznWoSOpBUO/LyBEwtvEq0fu/zUcXzzkIV2C9a5eGhqyuZGhj", "name": "NovaUtilsKeypairTests-316b0c96-997e-4e7d-a8c4-9622a9e17f7d", "fingerprint": "b9:bc:8a:af:49:39:7b:fa:c9:af:bd:72:30:27:7e:c4"}}]} 2018-10-04 13:43:40,973 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-2d1f6332-6609-45d6-a00f-187be474b055 2018-10-04 13:43:40,973 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-316b0c96-997e-4e7d-a8c4-9622a9e17f7d 2018-10-04 13:43:40,976 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-316b0c96-997e-4e7d-a8c4-9622a9e17f7d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a99725eac85c4a91768634af8564d68b2069820" 2018-10-04 13:43:41,148 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:43: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-7d9cb197-df36-4e53-a488-01fb9373b8ea x-compute-request-id: req-7d9cb197-df36-4e53-a488-01fb9373b8ea Content-Length: 0 Content-Type: application/json 2018-10-04 13:43:41,148 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-316b0c96-997e-4e7d-a8c4-9622a9e17f7d used request id req-7d9cb197-df36-4e53-a488-01fb9373b8ea 2018-10-04 13:43:41,150 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:43:41,151 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:43:41,524 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:43:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["4Xlc5TugQCm4hHhlv4MZIQ"], "issued_at": "2018-10-04T13:43:41.000000Z"}} 2018-10-04 13:43:41,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc1075a9f2482790f7f6b3c6641c3a3fda24495" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-391a09e0-7b21-4f00-a2d6-019b5c9474aa-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-391a09e0-7b21-4f00-a2d6-019b5c9474aa-id", "swap": 2}}' 2018-10-04 13:43:41,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-098cef79-1293-47cc-8e4b-95f28943ada5 x-compute-request-id: req-098cef79-1293-47cc-8e4b-95f28943ada5 Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-391a09e0-7b21-4f00-a2d6-019b5c9474aa-id", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/NovaUtilsFlavorTests-391a09e0-7b21-4f00-a2d6-019b5c9474aa-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-391a09e0-7b21-4f00-a2d6-019b5c9474aa-id", "name": "NovaUtilsFlavorTests-391a09e0-7b21-4f00-a2d6-019b5c9474aa-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-10-04 13:43:41,924 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-098cef79-1293-47cc-8e4b-95f28943ada5 2018-10-04 13:43:41,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-391a09e0-7b21-4f00-a2d6-019b5c9474aa-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc1075a9f2482790f7f6b3c6641c3a3fda24495" 2018-10-04 13:43:42,107 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:43:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-af8d2f60-c9d0-41fa-b878-92313ed82fdf x-compute-request-id: req-af8d2f60-c9d0-41fa-b878-92313ed82fdf Content-Length: 0 Content-Type: application/json 2018-10-04 13:43:42,107 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-391a09e0-7b21-4f00-a2d6-019b5c9474aa-id used request id req-af8d2f60-c9d0-41fa-b878-92313ed82fdf 2018-10-04 13:43:42,111 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc1075a9f2482790f7f6b3c6641c3a3fda24495" 2018-10-04 13:43:42,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f4e8b756-3ec2-4010-aefd-7e8d39b76829 x-compute-request-id: req-f4e8b756-3ec2-4010-aefd-7e8d39b76829 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 13:43:42,145 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f4e8b756-3ec2-4010-aefd-7e8d39b76829 2018-10-04 13:43:42,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-391a09e0-7b21-4f00-a2d6-019b5c9474aa-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc1075a9f2482790f7f6b3c6641c3a3fda24495" 2018-10-04 13:43:42,168 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 13:43:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8e9bb63c-4a32-43b9-bd06-a6465e3f05e0 x-compute-request-id: req-8e9bb63c-4a32-43b9-bd06-a6465e3f05e0 Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-391a09e0-7b21-4f00-a2d6-019b5c9474aa-id could not be found.", "code": 404}} 2018-10-04 13:43:42,168 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-391a09e0-7b21-4f00-a2d6-019b5c9474aa-id used request id req-8e9bb63c-4a32-43b9-bd06-a6465e3f05e0 2018-10-04 13:43:42,169 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:43:42,171 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:43:42,551 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:43:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["7kEUYgxWR5ijyQ-m9zGSOw"], "issued_at": "2018-10-04T13:43:42.000000Z"}} 2018-10-04 13:43:42,554 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb11081db4b614e93dc70fe5eec5219ff1ab7bb" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-a58ba874-5db1-49fe-90aa-7aadf9305deb-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-a58ba874-5db1-49fe-90aa-7aadf9305deb-id", "swap": 2}}' 2018-10-04 13:43:42,737 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff44b93f-5085-4716-bee6-b94d7e9a0eb5 x-compute-request-id: req-ff44b93f-5085-4716-bee6-b94d7e9a0eb5 Content-Encoding: gzip Content-Length: 286 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-a58ba874-5db1-49fe-90aa-7aadf9305deb-id", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/NovaUtilsFlavorTests-a58ba874-5db1-49fe-90aa-7aadf9305deb-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-a58ba874-5db1-49fe-90aa-7aadf9305deb-id", "name": "NovaUtilsFlavorTests-a58ba874-5db1-49fe-90aa-7aadf9305deb-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-10-04 13:43:42,737 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ff44b93f-5085-4716-bee6-b94d7e9a0eb5 2018-10-04 13:43:42,741 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-a58ba874-5db1-49fe-90aa-7aadf9305deb-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb11081db4b614e93dc70fe5eec5219ff1ab7bb" 2018-10-04 13:43:42,785 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:43:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-61f95557-27a4-4ba7-8314-9d3b62dd0309 x-compute-request-id: req-61f95557-27a4-4ba7-8314-9d3b62dd0309 Content-Length: 0 Content-Type: application/json 2018-10-04 13:43:42,785 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-a58ba874-5db1-49fe-90aa-7aadf9305deb-id used request id req-61f95557-27a4-4ba7-8314-9d3b62dd0309 2018-10-04 13:43:42,786 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:43:42,787 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:43:43,168 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:43:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["ybQlr8gSRxupoMNuvqiEew"], "issued_at": "2018-10-04T13:43:43.000000Z"}} 2018-10-04 13:43:43,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:43:43,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8466e5d-009a-4868-b3cf-3d1f64718312 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:43:43,244 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f8466e5d-009a-4868-b3cf-3d1f64718312 2018-10-04 13:43:43,245 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 13:43:43,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:43:43,247 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:43:43,636 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:43:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["IDAjEQuiRZCvPUC3bsN4QQ"], "issued_at": "2018-10-04T13:43:43.000000Z"}} 2018-10-04 13:43:43,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22589700696d3d43fecfde3da66c58f25582c21" 2018-10-04 13:43:43,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13b3dcb9-6546-49fb-b548-5cccdc7ab44a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:43:43,726 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-13b3dcb9-6546-49fb-b548-5cccdc7ab44a 2018-10-04 13:43:43,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b22589700696d3d43fecfde3da66c58f25582c21" 2018-10-04 13:43:44,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-aa53222c-d89b-4700-ad1b-6626fb4afb1c Date: Thu, 04 Oct 2018 13:43:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-image"} 2018-10-04 13:43:44,395 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-image used request id req-aa53222c-d89b-4700-ad1b-6626fb4afb1c 2018-10-04 13:43:44,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b22589700696d3d43fecfde3da66c58f25582c21" 2018-10-04 13:43:44,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ced5d0dc-ea1e-4ed4-af7d-f43d359fc23f Date: Thu, 04 Oct 2018 13:43:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 13:43:44,962 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-ced5d0dc-ea1e-4ed4-af7d-f43d359fc23f 2018-10-04 13:43:44,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b22589700696d3d43fecfde3da66c58f25582c21" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-image"}' 2018-10-04 13:43:45,700 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/cf68871e-093c-4b2a-9515-e8616365a9e5 X-Openstack-Request-Id: req-7337cf1a-eef1-4c95-86b8-cac19e5bcec3 Date: Thu, 04 Oct 2018 13:43:45 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:43:45Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T13:43:45Z", "visibility": "shared", "locations": [], "self": "/v2/images/cf68871e-093c-4b2a-9515-e8616365a9e5", "min_disk": 0, "protected": false, "id": "cf68871e-093c-4b2a-9515-e8616365a9e5", "file": "/v2/images/cf68871e-093c-4b2a-9515-e8616365a9e5/file", "checksum": null, "owner": "93973d1238b2486385104382b3d557a9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:43:45,701 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-7337cf1a-eef1-4c95-86b8-cac19e5bcec3 2018-10-04 13:43:45,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/cf68871e-093c-4b2a-9515-e8616365a9e5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b22589700696d3d43fecfde3da66c58f25582c21" -d '' 2018-10-04 13:43:47,378 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8a13d5e3-5c9a-4e6b-a731-b7f356446948 Date: Thu, 04 Oct 2018 13:43:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 13:43:47,379 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/cf68871e-093c-4b2a-9515-e8616365a9e5/file used request id req-8a13d5e3-5c9a-4e6b-a731-b7f356446948 2018-10-04 13:43:47,379 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 13:43:47,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/cf68871e-093c-4b2a-9515-e8616365a9e5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b22589700696d3d43fecfde3da66c58f25582c21" 2018-10-04 13:43:47,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-65794acb-b570-4799-b621-b464eb19812b Date: Thu, 04 Oct 2018 13:43:48 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:43:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:43:47Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/cf68871e-093c-4b2a-9515-e8616365a9e5/snap", "metadata": {}}], "self": "/v2/images/cf68871e-093c-4b2a-9515-e8616365a9e5", "min_disk": 0, "protected": false, "id": "cf68871e-093c-4b2a-9515-e8616365a9e5", "file": "/v2/images/cf68871e-093c-4b2a-9515-e8616365a9e5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93973d1238b2486385104382b3d557a9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/cf68871e-093c-4b2a-9515-e8616365a9e5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:43:47,997 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/cf68871e-093c-4b2a-9515-e8616365a9e5 used request id req-65794acb-b570-4799-b621-b464eb19812b 2018-10-04 13:43:48,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b22589700696d3d43fecfde3da66c58f25582c21" 2018-10-04 13:43:48,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-54e19734-ab80-42d2-8681-9f7482f0ff8a Date: Thu, 04 Oct 2018 13:43:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 13:43:48,571 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-54e19734-ab80-42d2-8681-9f7482f0ff8a 2018-10-04 13:43:48,574 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-image 2018-10-04 13:43:48,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/cf68871e-093c-4b2a-9515-e8616365a9e5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b22589700696d3d43fecfde3da66c58f25582c21" 2018-10-04 13:43:49,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-070299c2-a29d-46e6-b986-05ab9698d87e Date: Thu, 04 Oct 2018 13:43:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:43:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:43:47Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/cf68871e-093c-4b2a-9515-e8616365a9e5/snap", "metadata": {}}], "self": "/v2/images/cf68871e-093c-4b2a-9515-e8616365a9e5", "min_disk": 0, "protected": false, "id": "cf68871e-093c-4b2a-9515-e8616365a9e5", "file": "/v2/images/cf68871e-093c-4b2a-9515-e8616365a9e5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93973d1238b2486385104382b3d557a9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/cf68871e-093c-4b2a-9515-e8616365a9e5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:43:49,189 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/cf68871e-093c-4b2a-9515-e8616365a9e5 used request id req-070299c2-a29d-46e6-b986-05ab9698d87e 2018-10-04 13:43:49,189 - create_image - DEBUG - Instance status is - active 2018-10-04 13:43:49,190 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-image 2018-10-04 13:43:49,190 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-image 2018-10-04 13:43:49,190 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:43:49,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:43:49,566 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:43:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["zxyo2yOdRr6XZiYYq4ijKw"], "issued_at": "2018-10-04T13:43:49.000000Z"}} 2018-10-04 13:43:49,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afdaec54e2f17f865de557a5d0d2bd56cec6e5bb" 2018-10-04 13:43:49,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d2b9694-21cc-4b3a-acbb-5e52e310e69d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:43:49,657 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3d2b9694-21cc-4b3a-acbb-5e52e310e69d 2018-10-04 13:43:49,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afdaec54e2f17f865de557a5d0d2bd56cec6e5bb" 2018-10-04 13:43:49,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-805c8b39-d48f-457b-a603-156d49f62134 Date: Thu, 04 Oct 2018 13:43:49 GMT RESP BODY: {"networks":[]} 2018-10-04 13:43:49,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-net used request id req-805c8b39-d48f-457b-a603-156d49f62134 2018-10-04 13:43:49,858 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-net 2018-10-04 13:43:49,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afdaec54e2f17f865de557a5d0d2bd56cec6e5bb" -d '{"network": {"name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-net", "admin_state_up": true}}' 2018-10-04 13:43:50,391 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-0dd688ca-c29f-4f83-b958-cfc71bf398ab Date: Thu, 04 Oct 2018 13:43:50 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c1fda8cc-bfcb-4e18-8908-e41f2daa747c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:43:50Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:43:50Z","mtu":1450}} 2018-10-04 13:43:50,391 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-0dd688ca-c29f-4f83-b958-cfc71bf398ab 2018-10-04 13:43:50,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=c1fda8cc-bfcb-4e18-8908-e41f2daa747c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afdaec54e2f17f865de557a5d0d2bd56cec6e5bb" 2018-10-04 13:43:50,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-3eb8507c-16ab-4f7d-9dc5-adb48acaaa9c Date: Thu, 04 Oct 2018 13:43:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c1fda8cc-bfcb-4e18-8908-e41f2daa747c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:43:50Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:43:50Z","provider:network_type":"vxlan"}]} 2018-10-04 13:43:50,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=c1fda8cc-bfcb-4e18-8908-e41f2daa747c used request id req-3eb8507c-16ab-4f7d-9dc5-adb48acaaa9c 2018-10-04 13:43:50,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c1fda8cc-bfcb-4e18-8908-e41f2daa747c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afdaec54e2f17f865de557a5d0d2bd56cec6e5bb" 2018-10-04 13:43:50,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5c72dfe2-e87d-4b8d-a21e-e855c7a091e4 Date: Thu, 04 Oct 2018 13:43:50 GMT RESP BODY: {"subnets":[]} 2018-10-04 13:43:50,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c1fda8cc-bfcb-4e18-8908-e41f2daa747c used request id req-5c72dfe2-e87d-4b8d-a21e-e855c7a091e4 2018-10-04 13:43:50,918 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-subnet 2018-10-04 13:43:50,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afdaec54e2f17f865de557a5d0d2bd56cec6e5bb" -d '{"subnets": [{"ip_version": 4, "network_id": "c1fda8cc-bfcb-4e18-8908-e41f2daa747c", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-subnet"}]}' 2018-10-04 13:43:51,480 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-93ec6292-68fa-4cb6-8498-885f0f6a399c Date: Thu, 04 Oct 2018 13:43:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1fda8cc-bfcb-4e18-8908-e41f2daa747c","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:43:51Z","dns_nameservers":[],"updated_at":"2018-10-04T13:43:51Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"23f35d01-c2f4-4705-874c-821b5cc057bc","subnetpool_id":null,"name":"NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-subnet"}]} 2018-10-04 13:43:51,481 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-93ec6292-68fa-4cb6-8498-885f0f6a399c 2018-10-04 13:43:51,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=c1fda8cc-bfcb-4e18-8908-e41f2daa747c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afdaec54e2f17f865de557a5d0d2bd56cec6e5bb" 2018-10-04 13:43:51,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-76084275-c098-491d-86f3-7b67f78bc10d Date: Thu, 04 Oct 2018 13:43:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c1fda8cc-bfcb-4e18-8908-e41f2daa747c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["23f35d01-c2f4-4705-874c-821b5cc057bc"],"description":"","tags":[],"updated_at":"2018-10-04T13:43:51Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:43:50Z","provider:network_type":"vxlan"}]} 2018-10-04 13:43:51,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=c1fda8cc-bfcb-4e18-8908-e41f2daa747c used request id req-76084275-c098-491d-86f3-7b67f78bc10d 2018-10-04 13:43:51,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c1fda8cc-bfcb-4e18-8908-e41f2daa747c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afdaec54e2f17f865de557a5d0d2bd56cec6e5bb" 2018-10-04 13:43:51,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e6c58dc0-f5bf-4e16-990a-77059e7ca674 Date: Thu, 04 Oct 2018 13:43:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1fda8cc-bfcb-4e18-8908-e41f2daa747c","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:43:51Z","dns_nameservers":[],"updated_at":"2018-10-04T13:43:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"23f35d01-c2f4-4705-874c-821b5cc057bc","subnetpool_id":null,"name":"NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-subnet"}]} 2018-10-04 13:43:51,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c1fda8cc-bfcb-4e18-8908-e41f2daa747c used request id req-e6c58dc0-f5bf-4e16-990a-77059e7ca674 2018-10-04 13:43:51,939 - OpenStackNetwork - DEBUG - Network [c1fda8cc-bfcb-4e18-8908-e41f2daa747c] created successfully 2018-10-04 13:43:51,940 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:43:51,941 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:43:52,398 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:43:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["UW6Q4GCbTDSjroWnokfXag"], "issued_at": "2018-10-04T13:43:52.000000Z"}} 2018-10-04 13:43:52,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce74978dbbdf91598f10a5e6c6e917001093916" 2018-10-04 13:43:52,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-691b4d53-e9e1-4c93-9a62-fb2d410bd619 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:43:52,474 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-691b4d53-e9e1-4c93-9a62-fb2d410bd619 2018-10-04 13:43:52,475 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:43:52,480 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce74978dbbdf91598f10a5e6c6e917001093916" 2018-10-04 13:43:52,659 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43: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-5f626589-6a77-460f-8017-dfdacd56d363 x-compute-request-id: req-5f626589-6a77-460f-8017-dfdacd56d363 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 13:43:52,659 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-5f626589-6a77-460f-8017-dfdacd56d363 2018-10-04 13:43:52,663 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce74978dbbdf91598f10a5e6c6e917001093916" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 13:43:52,852 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43: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-a5fac15a-911f-44bf-9061-a6cf854f4b9a x-compute-request-id: req-a5fac15a-911f-44bf-9061-a6cf854f4b9a Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/1fd8f5bb-60db-491b-bc74-7ed8779f646f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/1fd8f5bb-60db-491b-bc74-7ed8779f646f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "1fd8f5bb-60db-491b-bc74-7ed8779f646f", "name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 13:43:52,852 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-a5fac15a-911f-44bf-9061-a6cf854f4b9a 2018-10-04 13:43:52,853 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:43:52,854 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:43:53,245 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:43:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["8I1QlZxeT9ypd9-TiqLk8A"], "issued_at": "2018-10-04T13:43:53.000000Z"}} 2018-10-04 13:43:53,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704350c4fab2d90da1785fb83a09a66a6cabdf68" 2018-10-04 13:43:53,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-295a29b7-fd5f-4293-9142-f5b71ae9b504 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:43:53,332 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-295a29b7-fd5f-4293-9142-f5b71ae9b504 2018-10-04 13:43:53,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:43:53,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-2e133edf-973c-4429-bbc2-c9730d6de1b2 Date: Thu, 04 Oct 2018 13:43:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c1fda8cc-bfcb-4e18-8908-e41f2daa747c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["23f35d01-c2f4-4705-874c-821b5cc057bc"],"description":"","tags":[],"updated_at":"2018-10-04T13:43:51Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:43:50Z","provider:network_type":"vxlan"}]} 2018-10-04 13:43:53,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-net used request id req-2e133edf-973c-4429-bbc2-c9730d6de1b2 2018-10-04 13:43:53,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c1fda8cc-bfcb-4e18-8908-e41f2daa747c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:43:53,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-838cfd48-8677-4f29-81de-87ba53244f80 Date: Thu, 04 Oct 2018 13:43:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1fda8cc-bfcb-4e18-8908-e41f2daa747c","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:43:51Z","dns_nameservers":[],"updated_at":"2018-10-04T13:43:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"23f35d01-c2f4-4705-874c-821b5cc057bc","subnetpool_id":null,"name":"NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-subnet"}]} 2018-10-04 13:43:53,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c1fda8cc-bfcb-4e18-8908-e41f2daa747c used request id req-838cfd48-8677-4f29-81de-87ba53244f80 2018-10-04 13:43:53,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:43:54,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-b24d771d-3adb-4e4c-8d3c-6f1a11e50e06 Date: Thu, 04 Oct 2018 13:43:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c1fda8cc-bfcb-4e18-8908-e41f2daa747c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["23f35d01-c2f4-4705-874c-821b5cc057bc"],"description":"","tags":[],"updated_at":"2018-10-04T13:43:51Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:43:50Z","provider:network_type":"vxlan"}]} 2018-10-04 13:43:54,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-net used request id req-b24d771d-3adb-4e4c-8d3c-6f1a11e50e06 2018-10-04 13:43:54,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:43:54,058 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:43:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:43:54,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704350c4fab2d90da1785fb83a09a66a6cabdf68" 2018-10-04 13:43:54,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f870cb0-7d77-4cb5-afeb-f646a1f87cd5 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:43:54,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-4f870cb0-7d77-4cb5-afeb-f646a1f87cd5 2018-10-04 13:43:54,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c1fda8cc-bfcb-4e18-8908-e41f2daa747c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:43:54,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-932e19a9-3459-42be-aa0d-1a6ecccd81eb Date: Thu, 04 Oct 2018 13:43:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1fda8cc-bfcb-4e18-8908-e41f2daa747c","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:43:51Z","dns_nameservers":[],"updated_at":"2018-10-04T13:43:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"23f35d01-c2f4-4705-874c-821b5cc057bc","subnetpool_id":null,"name":"NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-subnet"}]} 2018-10-04 13:43:54,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c1fda8cc-bfcb-4e18-8908-e41f2daa747c used request id req-932e19a9-3459-42be-aa0d-1a6ecccd81eb 2018-10-04 13:43:54,498 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-net 2018-10-04 13:43:54,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" -d '{"port": {"network_id": "c1fda8cc-bfcb-4e18-8908-e41f2daa747c", "name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-port", "admin_state_up": true}}' 2018-10-04 13:43:55,637 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-fb2a15ab-20b3-4903-8ef7-ff024d8299df Date: Thu, 04 Oct 2018 13:43:55 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:43:54Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"23f35d01-c2f4-4705-874c-821b5cc057bc","ip_address":"10.55.0.8"}],"id":"68f5b203-065b-45c4-bec0-31b3f0cecfba","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:89:8a:ff","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-port","project_id":"93973d1238b2486385104382b3d557a9","qos_policy_id":null,"admin_state_up":true,"network_id":"c1fda8cc-bfcb-4e18-8908-e41f2daa747c","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:43:54Z","binding:vnic_type":"normal"}} 2018-10-04 13:43:55,637 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-fb2a15ab-20b3-4903-8ef7-ff024d8299df 2018-10-04 13:43:55,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:43:55,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-e56064dc-fb38-47ac-8dca-0b0ce732d045 Date: Thu, 04 Oct 2018 13:43:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c1fda8cc-bfcb-4e18-8908-e41f2daa747c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["23f35d01-c2f4-4705-874c-821b5cc057bc"],"description":"","tags":[],"updated_at":"2018-10-04T13:43:51Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:43:50Z","provider:network_type":"vxlan"}]} 2018-10-04 13:43:55,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-net used request id req-e56064dc-fb38-47ac-8dca-0b0ce732d045 2018-10-04 13:43:55,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:43:55,892 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:43:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:43:55,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:43:55,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29347a10-8031-497a-8dc1-937636276072 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:43:55,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-29347a10-8031-497a-8dc1-937636276072 2018-10-04 13:43:55,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c1fda8cc-bfcb-4e18-8908-e41f2daa747c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:43:56,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-02760d0e-13e1-4179-808e-b774300cc273 Date: Thu, 04 Oct 2018 13:43:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1fda8cc-bfcb-4e18-8908-e41f2daa747c","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:43:51Z","dns_nameservers":[],"updated_at":"2018-10-04T13:43:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"23f35d01-c2f4-4705-874c-821b5cc057bc","subnetpool_id":null,"name":"NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-subnet"}]} 2018-10-04 13:43:56,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c1fda8cc-bfcb-4e18-8908-e41f2daa747c used request id req-02760d0e-13e1-4179-808e-b774300cc273 2018-10-04 13:43:56,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=c1fda8cc-bfcb-4e18-8908-e41f2daa747c&name=NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:43:56,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-49f8d973-ae45-4798-90f8-a553de389d7e Date: Thu, 04 Oct 2018 13:43:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:43:54Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"23f35d01-c2f4-4705-874c-821b5cc057bc","ip_address":"10.55.0.8"}],"id":"68f5b203-065b-45c4-bec0-31b3f0cecfba","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:89:8a:ff","project_id":"93973d1238b2486385104382b3d557a9","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-port","admin_state_up":true,"network_id":"c1fda8cc-bfcb-4e18-8908-e41f2daa747c","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:43:54Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 13:43:56,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=c1fda8cc-bfcb-4e18-8908-e41f2daa747c&name=NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-port&admin_state_up=True used request id req-49f8d973-ae45-4798-90f8-a553de389d7e 2018-10-04 13:43:56,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:43:56,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9dd8855-4463-49f5-9e30-c55354572096 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:43:56,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-e9dd8855-4463-49f5-9e30-c55354572096 2018-10-04 13:43:56,470 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-vm_inst 2018-10-04 13:43:56,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:43:56,647 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43: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-fd92fbf8-6ffa-4b89-a871-45526928a200 x-compute-request-id: req-fd92fbf8-6ffa-4b89-a871-45526928a200 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"flavors": [{"id": "1fd8f5bb-60db-491b-bc74-7ed8779f646f", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/1fd8f5bb-60db-491b-bc74-7ed8779f646f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/1fd8f5bb-60db-491b-bc74-7ed8779f646f", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-flavor-name"}]} 2018-10-04 13:43:56,647 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-fd92fbf8-6ffa-4b89-a871-45526928a200 2018-10-04 13:43:56,650 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/1fd8f5bb-60db-491b-bc74-7ed8779f646f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:43:56,778 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:43: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-2f91b4ca-3141-448c-ac68-5950887d8075 x-compute-request-id: req-2f91b4ca-3141-448c-ac68-5950887d8075 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/1fd8f5bb-60db-491b-bc74-7ed8779f646f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/1fd8f5bb-60db-491b-bc74-7ed8779f646f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "1fd8f5bb-60db-491b-bc74-7ed8779f646f", "name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 13:43:56,778 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/1fd8f5bb-60db-491b-bc74-7ed8779f646f used request id req-2f91b4ca-3141-448c-ac68-5950887d8075 2018-10-04 13:43:56,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:43:56,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-bf113a1b-9e66-4e89-82a4-a30c7f7675fb Date: Thu, 04 Oct 2018 13:43:56 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:43:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:43:47Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/cf68871e-093c-4b2a-9515-e8616365a9e5/snap", "metadata": {}}], "self": "/v2/images/cf68871e-093c-4b2a-9515-e8616365a9e5", "min_disk": 0, "protected": false, "id": "cf68871e-093c-4b2a-9515-e8616365a9e5", "file": "/v2/images/cf68871e-093c-4b2a-9515-e8616365a9e5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93973d1238b2486385104382b3d557a9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/cf68871e-093c-4b2a-9515-e8616365a9e5/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-image"} 2018-10-04 13:43:56,967 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-image used request id req-bf113a1b-9e66-4e89-82a4-a30c7f7675fb 2018-10-04 13:43:56,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:43:57,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ea522720-dc44-4a56-a494-c7426a8bfa4a Date: Thu, 04 Oct 2018 13:43:57 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 13:43:57,529 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-ea522720-dc44-4a56-a494-c7426a8bfa4a 2018-10-04 13:43:57,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" -d '{"server": {"name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-vm_inst", "imageRef": "cf68871e-093c-4b2a-9515-e8616365a9e5", "flavorRef": "1fd8f5bb-60db-491b-bc74-7ed8779f646f", "max_count": 1, "min_count": 1, "networks": [{"port": "68f5b203-065b-45c4-bec0-31b3f0cecfba"}]}}' 2018-10-04 13:44:00,544 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:43: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-81eb7646-f63c-4518-a818-558db8c42472 x-compute-request-id: req-81eb7646-f63c-4518-a818-558db8c42472 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "07aedf84-d037-4227-b2f2-db309257b2da", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "bookmark"}], "adminPass": "qzo7KgDjvBRL"}} 2018-10-04 13:44:00,544 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-81eb7646-f63c-4518-a818-558db8c42472 2018-10-04 13:44:00,548 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:44:01,447 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:44: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-4346f22c-7bc8-445c-a00a-d94314adfd52 x-compute-request-id: req-4346f22c-7bc8-445c-a00a-d94314adfd52 Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "bookmark"}], "image": {"id": "cf68871e-093c-4b2a-9515-e8616365a9e5", "links": [{"href": "http://172.30.9.23:8774/images/cf68871e-093c-4b2a-9515-e8616365a9e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1fd8f5bb-60db-491b-bc74-7ed8779f646f", "links": [{"href": "http://172.30.9.23:8774/flavors/1fd8f5bb-60db-491b-bc74-7ed8779f646f", "rel": "bookmark"}]}, "id": "07aedf84-d037-4227-b2f2-db309257b2da", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "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-10-04T13:44:00Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-vm_inst", "created": "2018-10-04T13:44:00Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:44:01,447 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da used request id req-4346f22c-7bc8-445c-a00a-d94314adfd52 2018-10-04 13:44:01,450 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:44:01,827 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:44: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-50b60ece-2794-405f-84b0-b7ee269143ef x-compute-request-id: req-50b60ece-2794-405f-84b0-b7ee269143ef Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "bookmark"}], "image": {"id": "cf68871e-093c-4b2a-9515-e8616365a9e5", "links": [{"href": "http://172.30.9.23:8774/images/cf68871e-093c-4b2a-9515-e8616365a9e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1fd8f5bb-60db-491b-bc74-7ed8779f646f", "links": [{"href": "http://172.30.9.23:8774/flavors/1fd8f5bb-60db-491b-bc74-7ed8779f646f", "rel": "bookmark"}]}, "id": "07aedf84-d037-4227-b2f2-db309257b2da", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "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-10-04T13:44:01Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-vm_inst", "created": "2018-10-04T13:44:00Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:44:01,827 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da used request id req-50b60ece-2794-405f-84b0-b7ee269143ef 2018-10-04 13:44:04,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:44:05,271 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:44: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-d4b5b908-71a5-4910-b505-3f82853939fe x-compute-request-id: req-d4b5b908-71a5-4910-b505-3f82853939fe Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "bookmark"}], "image": {"id": "cf68871e-093c-4b2a-9515-e8616365a9e5", "links": [{"href": "http://172.30.9.23:8774/images/cf68871e-093c-4b2a-9515-e8616365a9e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1fd8f5bb-60db-491b-bc74-7ed8779f646f", "links": [{"href": "http://172.30.9.23:8774/flavors/1fd8f5bb-60db-491b-bc74-7ed8779f646f", "rel": "bookmark"}]}, "id": "07aedf84-d037-4227-b2f2-db309257b2da", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:44:02Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-vm_inst", "created": "2018-10-04T13:44:00Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:44:05,271 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da used request id req-d4b5b908-71a5-4910-b505-3f82853939fe 2018-10-04 13:44:08,277 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:44:08,984 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:44: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-bbd098ac-dc1a-4e8c-8c04-13f3785937d6 x-compute-request-id: req-bbd098ac-dc1a-4e8c-8c04-13f3785937d6 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "bookmark"}], "image": {"id": "cf68871e-093c-4b2a-9515-e8616365a9e5", "links": [{"href": "http://172.30.9.23:8774/images/cf68871e-093c-4b2a-9515-e8616365a9e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1fd8f5bb-60db-491b-bc74-7ed8779f646f", "links": [{"href": "http://172.30.9.23:8774/flavors/1fd8f5bb-60db-491b-bc74-7ed8779f646f", "rel": "bookmark"}]}, "id": "07aedf84-d037-4227-b2f2-db309257b2da", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:44:02Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-vm_inst", "created": "2018-10-04T13:44:00Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:44:08,984 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da used request id req-bbd098ac-dc1a-4e8c-8c04-13f3785937d6 2018-10-04 13:44:11,990 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:44:12,776 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:44: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-58f7676c-944d-4ee8-865d-569311384fc6 x-compute-request-id: req-58f7676c-944d-4ee8-865d-569311384fc6 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "bookmark"}], "image": {"id": "cf68871e-093c-4b2a-9515-e8616365a9e5", "links": [{"href": "http://172.30.9.23:8774/images/cf68871e-093c-4b2a-9515-e8616365a9e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1fd8f5bb-60db-491b-bc74-7ed8779f646f", "links": [{"href": "http://172.30.9.23:8774/flavors/1fd8f5bb-60db-491b-bc74-7ed8779f646f", "rel": "bookmark"}]}, "id": "07aedf84-d037-4227-b2f2-db309257b2da", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:44:02Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-vm_inst", "created": "2018-10-04T13:44:00Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:44:12,776 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da used request id req-58f7676c-944d-4ee8-865d-569311384fc6 2018-10-04 13:44:15,782 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:44:16,197 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:44: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-d0efa5a1-502e-41a2-96e3-6ee5d5e7e5dd x-compute-request-id: req-d0efa5a1-502e-41a2-96e3-6ee5d5e7e5dd Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "bookmark"}], "image": {"id": "cf68871e-093c-4b2a-9515-e8616365a9e5", "links": [{"href": "http://172.30.9.23:8774/images/cf68871e-093c-4b2a-9515-e8616365a9e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1fd8f5bb-60db-491b-bc74-7ed8779f646f", "links": [{"href": "http://172.30.9.23:8774/flavors/1fd8f5bb-60db-491b-bc74-7ed8779f646f", "rel": "bookmark"}]}, "id": "07aedf84-d037-4227-b2f2-db309257b2da", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:44:02Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-vm_inst", "created": "2018-10-04T13:44:00Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:44:16,198 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da used request id req-d0efa5a1-502e-41a2-96e3-6ee5d5e7e5dd 2018-10-04 13:44:19,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:44:19,331 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:44: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-2fff8c6e-c6a6-46cc-9c76-0e998b7b7072 x-compute-request-id: req-2fff8c6e-c6a6-46cc-9c76-0e998b7b7072 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "bookmark"}], "image": {"id": "cf68871e-093c-4b2a-9515-e8616365a9e5", "links": [{"href": "http://172.30.9.23:8774/images/cf68871e-093c-4b2a-9515-e8616365a9e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1fd8f5bb-60db-491b-bc74-7ed8779f646f", "links": [{"href": "http://172.30.9.23:8774/flavors/1fd8f5bb-60db-491b-bc74-7ed8779f646f", "rel": "bookmark"}]}, "id": "07aedf84-d037-4227-b2f2-db309257b2da", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:44:02Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-vm_inst", "created": "2018-10-04T13:44:00Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:44:19,331 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da used request id req-2fff8c6e-c6a6-46cc-9c76-0e998b7b7072 2018-10-04 13:44:22,337 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:44:23,174 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:44: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-fc2b7d1b-5109-4622-b39c-a3efac485255 x-compute-request-id: req-fc2b7d1b-5109-4622-b39c-a3efac485255 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "bookmark"}], "image": {"id": "cf68871e-093c-4b2a-9515-e8616365a9e5", "links": [{"href": "http://172.30.9.23:8774/images/cf68871e-093c-4b2a-9515-e8616365a9e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1fd8f5bb-60db-491b-bc74-7ed8779f646f", "links": [{"href": "http://172.30.9.23:8774/flavors/1fd8f5bb-60db-491b-bc74-7ed8779f646f", "rel": "bookmark"}]}, "id": "07aedf84-d037-4227-b2f2-db309257b2da", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:44:02Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-vm_inst", "created": "2018-10-04T13:44:00Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:44:23,175 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da used request id req-fc2b7d1b-5109-4622-b39c-a3efac485255 2018-10-04 13:44:26,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:44:27,152 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:44: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-87745821-f7c8-4e2c-9a36-0a25ac758b8f x-compute-request-id: req-87745821-f7c8-4e2c-9a36-0a25ac758b8f Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "bookmark"}], "image": {"id": "cf68871e-093c-4b2a-9515-e8616365a9e5", "links": [{"href": "http://172.30.9.23:8774/images/cf68871e-093c-4b2a-9515-e8616365a9e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1fd8f5bb-60db-491b-bc74-7ed8779f646f", "links": [{"href": "http://172.30.9.23:8774/flavors/1fd8f5bb-60db-491b-bc74-7ed8779f646f", "rel": "bookmark"}]}, "id": "07aedf84-d037-4227-b2f2-db309257b2da", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:44:02Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-vm_inst", "created": "2018-10-04T13:44:00Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:44:27,152 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da used request id req-87745821-f7c8-4e2c-9a36-0a25ac758b8f 2018-10-04 13:44:30,158 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:44:30,962 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:44: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-0489fdf3-aa20-4b62-aac5-790e71ecf660 x-compute-request-id: req-0489fdf3-aa20-4b62-aac5-790e71ecf660 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "bookmark"}], "image": {"id": "cf68871e-093c-4b2a-9515-e8616365a9e5", "links": [{"href": "http://172.30.9.23:8774/images/cf68871e-093c-4b2a-9515-e8616365a9e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1fd8f5bb-60db-491b-bc74-7ed8779f646f", "links": [{"href": "http://172.30.9.23:8774/flavors/1fd8f5bb-60db-491b-bc74-7ed8779f646f", "rel": "bookmark"}]}, "id": "07aedf84-d037-4227-b2f2-db309257b2da", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:44:02Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-vm_inst", "created": "2018-10-04T13:44:00Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:44:30,962 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da used request id req-0489fdf3-aa20-4b62-aac5-790e71ecf660 2018-10-04 13:44:33,969 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:44:34,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:44: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-93cb2589-529b-4253-9581-3b9ed365673d x-compute-request-id: req-93cb2589-529b-4253-9581-3b9ed365673d Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "bookmark"}], "image": {"id": "cf68871e-093c-4b2a-9515-e8616365a9e5", "links": [{"href": "http://172.30.9.23:8774/images/cf68871e-093c-4b2a-9515-e8616365a9e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1fd8f5bb-60db-491b-bc74-7ed8779f646f", "links": [{"href": "http://172.30.9.23:8774/flavors/1fd8f5bb-60db-491b-bc74-7ed8779f646f", "rel": "bookmark"}]}, "id": "07aedf84-d037-4227-b2f2-db309257b2da", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:44:33Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-vm_inst", "created": "2018-10-04T13:44:00Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:44:34,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da used request id req-93cb2589-529b-4253-9581-3b9ed365673d 2018-10-04 13:44:37,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:44:37,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:44: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-155ee609-c79f-42a0-aec7-cf2d3b672667 x-compute-request-id: req-155ee609-c79f-42a0-aec7-cf2d3b672667 Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:8a:ff", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "bookmark"}], "image": {"id": "cf68871e-093c-4b2a-9515-e8616365a9e5", "links": [{"href": "http://172.30.9.23:8774/images/cf68871e-093c-4b2a-9515-e8616365a9e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1fd8f5bb-60db-491b-bc74-7ed8779f646f", "links": [{"href": "http://172.30.9.23:8774/flavors/1fd8f5bb-60db-491b-bc74-7ed8779f646f", "rel": "bookmark"}]}, "id": "07aedf84-d037-4227-b2f2-db309257b2da", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:44:33Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-vm_inst", "created": "2018-10-04T13:44:00Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:44:37,887 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da used request id req-155ee609-c79f-42a0-aec7-cf2d3b672667 2018-10-04 13:44:40,893 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:44:41,784 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:44: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-c792af00-0874-4eb0-92cd-918984b0b607 x-compute-request-id: req-c792af00-0874-4eb0-92cd-918984b0b607 Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:8a:ff", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "bookmark"}], "image": {"id": "cf68871e-093c-4b2a-9515-e8616365a9e5", "links": [{"href": "http://172.30.9.23:8774/images/cf68871e-093c-4b2a-9515-e8616365a9e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1fd8f5bb-60db-491b-bc74-7ed8779f646f", "links": [{"href": "http://172.30.9.23:8774/flavors/1fd8f5bb-60db-491b-bc74-7ed8779f646f", "rel": "bookmark"}]}, "id": "07aedf84-d037-4227-b2f2-db309257b2da", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:44:33Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-vm_inst", "created": "2018-10-04T13:44:00Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:44:41,785 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da used request id req-c792af00-0874-4eb0-92cd-918984b0b607 2018-10-04 13:44:44,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:44:46,007 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:44: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-7b6c1095-1946-4964-a099-f844cc569a4a x-compute-request-id: req-7b6c1095-1946-4964-a099-f844cc569a4a Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:8a:ff", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "bookmark"}], "image": {"id": "cf68871e-093c-4b2a-9515-e8616365a9e5", "links": [{"href": "http://172.30.9.23:8774/images/cf68871e-093c-4b2a-9515-e8616365a9e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-10-04T13:44:40.000000", "flavor": {"id": "1fd8f5bb-60db-491b-bc74-7ed8779f646f", "links": [{"href": "http://172.30.9.23:8774/flavors/1fd8f5bb-60db-491b-bc74-7ed8779f646f", "rel": "bookmark"}]}, "id": "07aedf84-d037-4227-b2f2-db309257b2da", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:44:43Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-vm_inst", "created": "2018-10-04T13:44:00Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:44:46,008 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da used request id req-7b6c1095-1946-4964-a099-f844cc569a4a 2018-10-04 13:44:46,011 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:44:46,932 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:44: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-a85ac389-6f5f-46f9-a7b4-f4d4cf80730a x-compute-request-id: req-a85ac389-6f5f-46f9-a7b4-f4d4cf80730a Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:8a:ff", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/07aedf84-d037-4227-b2f2-db309257b2da", "rel": "bookmark"}], "image": {"id": "cf68871e-093c-4b2a-9515-e8616365a9e5", "links": [{"href": "http://172.30.9.23:8774/images/cf68871e-093c-4b2a-9515-e8616365a9e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-10-04T13:44:40.000000", "flavor": {"id": "1fd8f5bb-60db-491b-bc74-7ed8779f646f", "links": [{"href": "http://172.30.9.23:8774/flavors/1fd8f5bb-60db-491b-bc74-7ed8779f646f", "rel": "bookmark"}]}, "id": "07aedf84-d037-4227-b2f2-db309257b2da", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:44:43Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-vm_inst", "created": "2018-10-04T13:44:00Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:44:46,933 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da used request id req-a85ac389-6f5f-46f9-a7b4-f4d4cf80730a 2018-10-04 13:44:46,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:44:47,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-28394aed-008e-4c66-bd65-af0c2d707348 Date: Thu, 04 Oct 2018 13:44:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c1fda8cc-bfcb-4e18-8908-e41f2daa747c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["23f35d01-c2f4-4705-874c-821b5cc057bc"],"description":"","tags":[],"updated_at":"2018-10-04T13:43:51Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:43:50Z","provider:network_type":"vxlan"}]} 2018-10-04 13:44:47,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-net used request id req-28394aed-008e-4c66-bd65-af0c2d707348 2018-10-04 13:44:47,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:44:47,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:44:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bec5c12-8de0-49d2-a7b0-f2c6e108a702 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:44:47,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-8bec5c12-8de0-49d2-a7b0-f2c6e108a702 2018-10-04 13:44:47,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c1fda8cc-bfcb-4e18-8908-e41f2daa747c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:44:47,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-fa8e6d46-8664-4728-a6aa-6e4c6d7a1f55 Date: Thu, 04 Oct 2018 13:44:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1fda8cc-bfcb-4e18-8908-e41f2daa747c","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:43:51Z","dns_nameservers":[],"updated_at":"2018-10-04T13:43:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"23f35d01-c2f4-4705-874c-821b5cc057bc","subnetpool_id":null,"name":"NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-subnet"}]} 2018-10-04 13:44:47,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c1fda8cc-bfcb-4e18-8908-e41f2daa747c used request id req-fa8e6d46-8664-4728-a6aa-6e4c6d7a1f55 2018-10-04 13:44:47,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=c1fda8cc-bfcb-4e18-8908-e41f2daa747c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:44:47,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3876 X-Openstack-Request-Id: req-6717df5f-2b24-4e62-9f98-3010bad1ceb0 Date: Thu, 04 Oct 2018 13:44:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:43:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23f35d01-c2f4-4705-874c-821b5cc057bc","ip_address":"10.55.0.2"}],"id":"3568ad8f-3a4f-4044-aa72-90b2c765eaf8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8b:79:ac","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1fda8cc-bfcb-4e18-8908-e41f2daa747c","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:43:51Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c1fda8cc-bfcb-4e18-8908-e41f2daa747c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:43:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23f35d01-c2f4-4705-874c-821b5cc057bc","ip_address":"10.55.0.3"}],"id":"503fea93-05be-4157-bfca-3df625574091","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:6a:66","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1fda8cc-bfcb-4e18-8908-e41f2daa747c","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:43:52Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c1fda8cc-bfcb-4e18-8908-e41f2daa747c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:44:42Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"23f35d01-c2f4-4705-874c-821b5cc057bc","ip_address":"10.55.0.8"}],"id":"68f5b203-065b-45c4-bec0-31b3f0cecfba","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:89:8a:ff","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-port","admin_state_up":true,"network_id":"c1fda8cc-bfcb-4e18-8908-e41f2daa747c","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:43:54Z","binding:vnic_type":"normal","device_id":"07aedf84-d037-4227-b2f2-db309257b2da"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:43:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23f35d01-c2f4-4705-874c-821b5cc057bc","ip_address":"10.55.0.4"}],"id":"78629403-f6d9-4df4-b587-f35c3460b574","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:27:f9:fa","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1fda8cc-bfcb-4e18-8908-e41f2daa747c","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:43:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c1fda8cc-bfcb-4e18-8908-e41f2daa747c"}]} 2018-10-04 13:44:47,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=c1fda8cc-bfcb-4e18-8908-e41f2daa747c used request id req-6717df5f-2b24-4e62-9f98-3010bad1ceb0 2018-10-04 13:44:47,469 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:44:47,816 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:44: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-4d1be24c-acd0-486b-9e68-12587d66e6fb x-compute-request-id: req-4d1be24c-acd0-486b-9e68-12587d66e6fb Content-Type: application/json 2018-10-04 13:44:47,816 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/07aedf84-d037-4227-b2f2-db309257b2da used request id req-4d1be24c-acd0-486b-9e68-12587d66e6fb 2018-10-04 13:44:47,817 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-port 2018-10-04 13:44:47,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/68f5b203-065b-45c4-bec0-31b3f0cecfba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3925e071f55ae699ac2968353f6e6971c7078a" 2018-10-04 13:44:48,540 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-59f1754a-dfad-41d2-9100-d1113bc48c9d Date: Thu, 04 Oct 2018 13:44:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:44:48,540 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/68f5b203-065b-45c4-bec0-31b3f0cecfba used request id req-59f1754a-dfad-41d2-9100-d1113bc48c9d 2018-10-04 13:44:48,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/1fd8f5bb-60db-491b-bc74-7ed8779f646f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce74978dbbdf91598f10a5e6c6e917001093916" 2018-10-04 13:44:48,625 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:44: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-895a711e-b583-4f0d-97fd-3eb0c4e9d979 x-compute-request-id: req-895a711e-b583-4f0d-97fd-3eb0c4e9d979 Content-Length: 0 Content-Type: application/json 2018-10-04 13:44:48,626 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/1fd8f5bb-60db-491b-bc74-7ed8779f646f used request id req-895a711e-b583-4f0d-97fd-3eb0c4e9d979 2018-10-04 13:44:48,626 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-subnet 2018-10-04 13:44:48,627 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-subnet 2018-10-04 13:44:48,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/23f35d01-c2f4-4705-874c-821b5cc057bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afdaec54e2f17f865de557a5d0d2bd56cec6e5bb" 2018-10-04 13:44:50,803 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5a07e819-b591-4212-b6d4-0c2163994156 Date: Thu, 04 Oct 2018 13:44:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:44:50,804 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/23f35d01-c2f4-4705-874c-821b5cc057bc used request id req-5a07e819-b591-4212-b6d4-0c2163994156 2018-10-04 13:44:50,804 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-net 2018-10-04 13:44:50,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/c1fda8cc-bfcb-4e18-8908-e41f2daa747c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afdaec54e2f17f865de557a5d0d2bd56cec6e5bb" 2018-10-04 13:44:52,348 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8f0a8842-f145-430c-9fce-916c447ea525 Date: Thu, 04 Oct 2018 13:44:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:44:52,348 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/c1fda8cc-bfcb-4e18-8908-e41f2daa747c used request id req-8f0a8842-f145-430c-9fce-916c447ea525 2018-10-04 13:44:52,349 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-0b33ad55-2ecf-4707-873f-2f05996d9d3d-image 2018-10-04 13:44:52,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/cf68871e-093c-4b2a-9515-e8616365a9e5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b22589700696d3d43fecfde3da66c58f25582c21" 2018-10-04 13:44:53,780 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-07d2a900-e72f-4f94-8391-68911d0aae12 Date: Thu, 04 Oct 2018 13:44:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 13:44:53,781 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/cf68871e-093c-4b2a-9515-e8616365a9e5 used request id req-07d2a900-e72f-4f94-8391-68911d0aae12 2018-10-04 13:44:53,783 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:44:53,786 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 13:44:53,786 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:44:53,787 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:44:54,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:44:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["nL0QvEqUSPG64EF5EJiNAw"], "issued_at": "2018-10-04T13:44:54.000000Z"}} 2018-10-04 13:44:54,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c665364f87e343903564a764cd9d4012b9824ef" 2018-10-04 13:44:54,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:44:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efea4d7a-e44e-42cb-96db-ec93d53d5d73 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:44:54,257 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-efea4d7a-e44e-42cb-96db-ec93d53d5d73 2018-10-04 13:44:54,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c665364f87e343903564a764cd9d4012b9824ef" 2018-10-04 13:44:54,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-3f916d43-ba84-4141-a677-b8e909aaee38 Date: Thu, 04 Oct 2018 13:44:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-image"} 2018-10-04 13:44:54,415 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-image used request id req-3f916d43-ba84-4141-a677-b8e909aaee38 2018-10-04 13:44:54,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c665364f87e343903564a764cd9d4012b9824ef" 2018-10-04 13:44:54,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e997ad06-8020-40e6-9b6f-fd5f6ca8a568 Date: Thu, 04 Oct 2018 13:44:54 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 13:44:54,585 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-e997ad06-8020-40e6-9b6f-fd5f6ca8a568 2018-10-04 13:44:54,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8c665364f87e343903564a764cd9d4012b9824ef" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-image"}' 2018-10-04 13:44:55,288 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/daca32af-5be3-45f8-8fc1-299aace32e39 X-Openstack-Request-Id: req-55f6ccdf-ec35-4cf9-b0be-477df5e86983 Date: Thu, 04 Oct 2018 13:44:55 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:44:55Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T13:44:55Z", "visibility": "shared", "locations": [], "self": "/v2/images/daca32af-5be3-45f8-8fc1-299aace32e39", "min_disk": 0, "protected": false, "id": "daca32af-5be3-45f8-8fc1-299aace32e39", "file": "/v2/images/daca32af-5be3-45f8-8fc1-299aace32e39/file", "checksum": null, "owner": "93973d1238b2486385104382b3d557a9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:44:55,288 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-55f6ccdf-ec35-4cf9-b0be-477df5e86983 2018-10-04 13:44:55,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/daca32af-5be3-45f8-8fc1-299aace32e39/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c665364f87e343903564a764cd9d4012b9824ef" -d '' 2018-10-04 13:44:57,426 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-96da27a4-5da1-4bf4-8486-63d9644dd63a Date: Thu, 04 Oct 2018 13:44:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 13:44:57,426 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/daca32af-5be3-45f8-8fc1-299aace32e39/file used request id req-96da27a4-5da1-4bf4-8486-63d9644dd63a 2018-10-04 13:44:57,426 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 13:44:57,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/daca32af-5be3-45f8-8fc1-299aace32e39 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c665364f87e343903564a764cd9d4012b9824ef" 2018-10-04 13:44:57,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-014f1b87-6443-487e-844a-5337bff13808 Date: Thu, 04 Oct 2018 13:44:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:44:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:44:57Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/daca32af-5be3-45f8-8fc1-299aace32e39/snap", "metadata": {}}], "self": "/v2/images/daca32af-5be3-45f8-8fc1-299aace32e39", "min_disk": 0, "protected": false, "id": "daca32af-5be3-45f8-8fc1-299aace32e39", "file": "/v2/images/daca32af-5be3-45f8-8fc1-299aace32e39/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93973d1238b2486385104382b3d557a9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/daca32af-5be3-45f8-8fc1-299aace32e39/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:44:57,451 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/daca32af-5be3-45f8-8fc1-299aace32e39 used request id req-014f1b87-6443-487e-844a-5337bff13808 2018-10-04 13:44:57,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c665364f87e343903564a764cd9d4012b9824ef" 2018-10-04 13:44:58,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b0728df3-36ed-4c9a-852e-b0b6e38d7295 Date: Thu, 04 Oct 2018 13:44:58 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 13:44:58,030 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-b0728df3-36ed-4c9a-852e-b0b6e38d7295 2018-10-04 13:44:58,033 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-image 2018-10-04 13:44:58,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/daca32af-5be3-45f8-8fc1-299aace32e39 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c665364f87e343903564a764cd9d4012b9824ef" 2018-10-04 13:44:58,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-07d4bbf4-5345-4cba-9879-71a3d0d956a6 Date: Thu, 04 Oct 2018 13:44:58 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:44:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:44:57Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/daca32af-5be3-45f8-8fc1-299aace32e39/snap", "metadata": {}}], "self": "/v2/images/daca32af-5be3-45f8-8fc1-299aace32e39", "min_disk": 0, "protected": false, "id": "daca32af-5be3-45f8-8fc1-299aace32e39", "file": "/v2/images/daca32af-5be3-45f8-8fc1-299aace32e39/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93973d1238b2486385104382b3d557a9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/daca32af-5be3-45f8-8fc1-299aace32e39/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:44:58,054 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/daca32af-5be3-45f8-8fc1-299aace32e39 used request id req-07d4bbf4-5345-4cba-9879-71a3d0d956a6 2018-10-04 13:44:58,054 - create_image - DEBUG - Instance status is - active 2018-10-04 13:44:58,054 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-image 2018-10-04 13:44:58,054 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-image 2018-10-04 13:44:58,055 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:44:58,056 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:44:58,438 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:44:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["TNLoRC6YSIqtEgIg0WDU7w"], "issued_at": "2018-10-04T13:44:58.000000Z"}} 2018-10-04 13:44:58,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39e89ce523caaf0d5697f74a8a68b8d51e70294" 2018-10-04 13:44:58,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:44:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f5eb107-aa14-4117-bb62-6cac1e2300e9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:44:58,521 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6f5eb107-aa14-4117-bb62-6cac1e2300e9 2018-10-04 13:44:58,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39e89ce523caaf0d5697f74a8a68b8d51e70294" 2018-10-04 13:44:58,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b966eaad-46ec-42ea-82c7-8048ecdbe9b5 Date: Thu, 04 Oct 2018 13:44:58 GMT RESP BODY: {"networks":[]} 2018-10-04 13:44:58,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net used request id req-b966eaad-46ec-42ea-82c7-8048ecdbe9b5 2018-10-04 13:44:58,686 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net 2018-10-04 13:44:58,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39e89ce523caaf0d5697f74a8a68b8d51e70294" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net", "admin_state_up": true}}' 2018-10-04 13:44:59,121 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-39c0cf4c-34e3-4a53-867c-75d7e803d946 Date: Thu, 04 Oct 2018 13:44:59 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8ea8bffd-20f2-41cb-be0d-d120469be953","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:44:59Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:58Z","mtu":1450}} 2018-10-04 13:44:59,121 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-39c0cf4c-34e3-4a53-867c-75d7e803d946 2018-10-04 13:44:59,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39e89ce523caaf0d5697f74a8a68b8d51e70294" 2018-10-04 13:44:59,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-4828f342-1000-4dc8-a5ed-c30abf5c27cc Date: Thu, 04 Oct 2018 13:44:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8ea8bffd-20f2-41cb-be0d-d120469be953","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:44:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:58Z","provider:network_type":"vxlan"}]} 2018-10-04 13:44:59,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-4828f342-1000-4dc8-a5ed-c30abf5c27cc 2018-10-04 13:44:59,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39e89ce523caaf0d5697f74a8a68b8d51e70294" 2018-10-04 13:44:59,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6c58e4ef-95ae-447f-a3fb-50070319e41f Date: Thu, 04 Oct 2018 13:44:59 GMT RESP BODY: {"subnets":[]} 2018-10-04 13:44:59,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-6c58e4ef-95ae-447f-a3fb-50070319e41f 2018-10-04 13:44:59,681 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-subnet 2018-10-04 13:44:59,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39e89ce523caaf0d5697f74a8a68b8d51e70294" -d '{"subnets": [{"ip_version": 4, "network_id": "8ea8bffd-20f2-41cb-be0d-d120469be953", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-subnet"}]}' 2018-10-04 13:45:00,379 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9e2ad3e0-9d81-4c93-935b-c1e8771abc80 Date: Thu, 04 Oct 2018 13:45:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:59Z","dns_nameservers":[],"updated_at":"2018-10-04T13:44:59Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-subnet"}]} 2018-10-04 13:45:00,379 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-9e2ad3e0-9d81-4c93-935b-c1e8771abc80 2018-10-04 13:45:00,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39e89ce523caaf0d5697f74a8a68b8d51e70294" 2018-10-04 13:45:00,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-5afe4651-4073-4614-bd70-73ff3e945fe5 Date: Thu, 04 Oct 2018 13:45:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8ea8bffd-20f2-41cb-be0d-d120469be953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1f857ff8-9d80-4cb5-9a27-7ba930879cb2"],"description":"","tags":[],"updated_at":"2018-10-04T13:44:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:58Z","provider:network_type":"vxlan"}]} 2018-10-04 13:45:00,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-5afe4651-4073-4614-bd70-73ff3e945fe5 2018-10-04 13:45:00,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39e89ce523caaf0d5697f74a8a68b8d51e70294" 2018-10-04 13:45:00,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cc45956f-d993-45fa-99b5-30e3480d6acb Date: Thu, 04 Oct 2018 13:45:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:59Z","dns_nameservers":[],"updated_at":"2018-10-04T13:44:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-subnet"}]} 2018-10-04 13:45:00,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-cc45956f-d993-45fa-99b5-30e3480d6acb 2018-10-04 13:45:00,842 - OpenStackNetwork - DEBUG - Network [8ea8bffd-20f2-41cb-be0d-d120469be953] created successfully 2018-10-04 13:45:00,843 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:45:00,843 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:45:01,232 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:45:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["OHb5tPT5Q1ua6g7UusOxqg"], "issued_at": "2018-10-04T13:45:01.000000Z"}} 2018-10-04 13:45:01,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37afa657ffd5bb325b4a26791e714e2242ab4d0b" 2018-10-04 13:45:01,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20034958-e2d6-43c5-83b1-9c55a99c779c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:45:01,245 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-20034958-e2d6-43c5-83b1-9c55a99c779c 2018-10-04 13:45:01,246 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:45:01,251 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37afa657ffd5bb325b4a26791e714e2242ab4d0b" 2018-10-04 13:45:01,808 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45: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-7c33be0b-7be1-4db1-bcd8-d309f94656bd x-compute-request-id: req-7c33be0b-7be1-4db1-bcd8-d309f94656bd Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 13:45:01,808 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-7c33be0b-7be1-4db1-bcd8-d309f94656bd 2018-10-04 13:45:01,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37afa657ffd5bb325b4a26791e714e2242ab4d0b" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 13:45:02,053 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45: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-2f4f6394-5fe7-4f07-b2e7-11a825c7feb9 x-compute-request-id: req-2f4f6394-5fe7-4f07-b2e7-11a825c7feb9 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ac50c95b-4cf9-4559-a6fc-00c08890dcce", "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 13:45:02,053 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-2f4f6394-5fe7-4f07-b2e7-11a825c7feb9 2018-10-04 13:45:02,054 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:45:02,055 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:45:02,436 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:45:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["z2lVvJROTWeNh_um9MNvyA"], "issued_at": "2018-10-04T13:45:02.000000Z"}} 2018-10-04 13:45:02,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c61e5261a6043310ca83df13a71120af17b2af" 2018-10-04 13:45:02,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f353225-0884-407a-9de3-458354dd37a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:45:02,601 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5f353225-0884-407a-9de3-458354dd37a4 2018-10-04 13:45:02,606 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c61e5261a6043310ca83df13a71120af17b2af" 2018-10-04 13:45:03,366 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:02 GMT Server: Apache x-compute-request-id: req-f7719439-861f-4c82-9d8f-a2dea3479d39 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f7719439-861f-4c82-9d8f-a2dea3479d39 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-04 13:45:03,366 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/detail used request id req-f7719439-861f-4c82-9d8f-a2dea3479d39 2018-10-04 13:45:03,370 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f7719439-861f-4c82-9d8f-a2dea3479d39" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c61e5261a6043310ca83df13a71120af17b2af" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-04 13:45:04,500 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:45:03 GMT Server: Apache x-compute-request-id: req-09cd3a2f-8a36-49bd-984a-ce52034a01d4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-09cd3a2f-8a36-49bd-984a-ce52034a01d4 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T13:45:04.389693", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "149cc389-cbc0-41e6-9325-dab4a9805d92", "size": 1}} 2018-10-04 13:45:04,500 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes used request id req-09cd3a2f-8a36-49bd-984a-ce52034a01d4 2018-10-04 13:45:04,503 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f7719439-861f-4c82-9d8f-a2dea3479d39" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c61e5261a6043310ca83df13a71120af17b2af" 2018-10-04 13:45:05,282 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:04 GMT Server: Apache x-compute-request-id: req-d6965133-ad11-4176-877e-6f43851bba9d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d6965133-ad11-4176-877e-6f43851bba9d Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T13:45:04.000000", "replication_status": null, "snapshot_id": null, "id": "149cc389-cbc0-41e6-9325-dab4a9805d92", "size": 1, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "os-vol-tenant-attr:tenant_id": "93973d1238b2486385104382b3d557a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "creating", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18", "bootable": "false", "created_at": "2018-10-04T13:45:04.000000", "volume_type": null}} 2018-10-04 13:45:05,282 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92 used request id req-d6965133-ad11-4176-877e-6f43851bba9d 2018-10-04 13:45:05,283 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18 2018-10-04 13:45:05,287 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f7719439-861f-4c82-9d8f-a2dea3479d39" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c61e5261a6043310ca83df13a71120af17b2af" 2018-10-04 13:45:06,034 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:05 GMT Server: Apache x-compute-request-id: req-66645d57-4150-48fd-b820-20fcd14b9267 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-66645d57-4150-48fd-b820-20fcd14b9267 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T13:45:04.000000", "replication_status": null, "snapshot_id": null, "id": "149cc389-cbc0-41e6-9325-dab4a9805d92", "size": 1, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "os-vol-tenant-attr:tenant_id": "93973d1238b2486385104382b3d557a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "creating", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18", "bootable": "false", "created_at": "2018-10-04T13:45:04.000000", "volume_type": null}} 2018-10-04 13:45:06,034 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92 used request id req-66645d57-4150-48fd-b820-20fcd14b9267 2018-10-04 13:45:06,035 - create_volume - DEBUG - Instance status is - creating 2018-10-04 13:45:06,035 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-04 13:45:09,038 - create_volume - DEBUG - Volume status query timeout in 296.24496913 2018-10-04 13:45:09,042 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f7719439-861f-4c82-9d8f-a2dea3479d39" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c61e5261a6043310ca83df13a71120af17b2af" 2018-10-04 13:45:09,886 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:09 GMT Server: Apache x-compute-request-id: req-cd9efa0a-02b3-4599-a36c-25ff5c8a2881 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cd9efa0a-02b3-4599-a36c-25ff5c8a2881 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T13:45:06.000000", "replication_status": null, "snapshot_id": null, "id": "149cc389-cbc0-41e6-9325-dab4a9805d92", "size": 1, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "os-vol-tenant-attr:tenant_id": "93973d1238b2486385104382b3d557a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18", "bootable": "false", "created_at": "2018-10-04T13:45:04.000000", "volume_type": null}} 2018-10-04 13:45:09,887 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92 used request id req-cd9efa0a-02b3-4599-a36c-25ff5c8a2881 2018-10-04 13:45:09,887 - create_volume - DEBUG - Instance status is - available 2018-10-04 13:45:09,887 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18 2018-10-04 13:45:09,887 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18 2018-10-04 13:45:09,887 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:45:09,888 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:45:10,273 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:45:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["4l3LNQyrR2S-JqDAbtYmtQ"], "issued_at": "2018-10-04T13:45:10.000000Z"}} 2018-10-04 13:45:10,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:10,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-803c06ba-9907-4c66-8a0a-b2f087c67fd1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:45:10,350 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-803c06ba-9907-4c66-8a0a-b2f087c67fd1 2018-10-04 13:45:10,351 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:45:10,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:10,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57bc8382-12fc-4132-afbb-caacea5c78a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:45:10,451 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-57bc8382-12fc-4132-afbb-caacea5c78a2 2018-10-04 13:45:10,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:10,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-917805a4-be4a-4669-a5a9-69b941e3563a Date: Thu, 04 Oct 2018 13:45:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8ea8bffd-20f2-41cb-be0d-d120469be953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1f857ff8-9d80-4cb5-9a27-7ba930879cb2"],"description":"","tags":[],"updated_at":"2018-10-04T13:44:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:58Z","provider:network_type":"vxlan"}]} 2018-10-04 13:45:10,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net used request id req-917805a4-be4a-4669-a5a9-69b941e3563a 2018-10-04 13:45:10,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:45:10,831 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:45:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:45:10,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:10,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f6334aa-ca5c-4fec-93fd-8af30638c019 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:45:10,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-5f6334aa-ca5c-4fec-93fd-8af30638c019 2018-10-04 13:45:10,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:11,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e3bc0f83-014c-4c0b-9c73-3d9629d3ce2b Date: Thu, 04 Oct 2018 13:45:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:59Z","dns_nameservers":[],"updated_at":"2018-10-04T13:44:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-subnet"}]} 2018-10-04 13:45:11,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-e3bc0f83-014c-4c0b-9c73-3d9629d3ce2b 2018-10-04 13:45:11,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953&name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:11,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-66da4d7a-51c7-48a7-b612-d2b3ff7bdd8e Date: Thu, 04 Oct 2018 13:45:11 GMT RESP BODY: {"ports":[]} 2018-10-04 13:45:11,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953&name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-port&admin_state_up=True used request id req-66da4d7a-51c7-48a7-b612-d2b3ff7bdd8e 2018-10-04 13:45:11,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:11,533 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45: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-9e142761-6b9c-4036-a2d4-28d9e095286f x-compute-request-id: req-9e142761-6b9c-4036-a2d4-28d9e095286f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 13:45:11,533 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst used request id req-9e142761-6b9c-4036-a2d4-28d9e095286f 2018-10-04 13:45:11,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:11,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-3129a51e-b7c8-40ee-b85c-65a5497f3852 Date: Thu, 04 Oct 2018 13:45:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8ea8bffd-20f2-41cb-be0d-d120469be953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1f857ff8-9d80-4cb5-9a27-7ba930879cb2"],"description":"","tags":[],"updated_at":"2018-10-04T13:44:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:58Z","provider:network_type":"vxlan"}]} 2018-10-04 13:45:11,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net used request id req-3129a51e-b7c8-40ee-b85c-65a5497f3852 2018-10-04 13:45:11,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:11,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a65afb1e-f030-49b6-96f4-c57f94b79c61 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:45:11,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-a65afb1e-f030-49b6-96f4-c57f94b79c61 2018-10-04 13:45:11,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:11,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fee89fea-e8af-4ddc-89d8-8d9187378102 Date: Thu, 04 Oct 2018 13:45:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:59Z","dns_nameservers":[],"updated_at":"2018-10-04T13:44:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-subnet"}]} 2018-10-04 13:45:11,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-fee89fea-e8af-4ddc-89d8-8d9187378102 2018-10-04 13:45:11,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953&name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:12,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-57acc6b1-3f13-44cf-926e-f7d805434f37 Date: Thu, 04 Oct 2018 13:45:12 GMT RESP BODY: {"ports":[]} 2018-10-04 13:45:12,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953&name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-port&admin_state_up=True used request id req-57acc6b1-3f13-44cf-926e-f7d805434f37 2018-10-04 13:45:12,100 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:45:12,101 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:45:12,483 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:45:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["7m3J9_wHQvubjChAVJW1-A"], "issued_at": "2018-10-04T13:45:12.000000Z"}} 2018-10-04 13:45:12,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e852c2a7f2eb735797fd5fa36c761647512ac3d" 2018-10-04 13:45:12,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21f1418e-eaea-4ffa-817e-52656674c27c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:45:12,560 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-21f1418e-eaea-4ffa-817e-52656674c27c 2018-10-04 13:45:12,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:12,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c5cac85b-5a78-4d24-8324-abd397abed4c Date: Thu, 04 Oct 2018 13:45:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8ea8bffd-20f2-41cb-be0d-d120469be953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1f857ff8-9d80-4cb5-9a27-7ba930879cb2"],"description":"","tags":[],"updated_at":"2018-10-04T13:44:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:58Z","provider:network_type":"vxlan"}]} 2018-10-04 13:45:12,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net used request id req-c5cac85b-5a78-4d24-8324-abd397abed4c 2018-10-04 13:45:12,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:13,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0ae35b0b-2a48-472a-aadf-c167347f4655 Date: Thu, 04 Oct 2018 13:45:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:59Z","dns_nameservers":[],"updated_at":"2018-10-04T13:44:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-subnet"}]} 2018-10-04 13:45:13,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-0ae35b0b-2a48-472a-aadf-c167347f4655 2018-10-04 13:45:13,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:13,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-2a87988e-2ea6-439d-ab09-2d6577d5bed3 Date: Thu, 04 Oct 2018 13:45:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8ea8bffd-20f2-41cb-be0d-d120469be953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1f857ff8-9d80-4cb5-9a27-7ba930879cb2"],"description":"","tags":[],"updated_at":"2018-10-04T13:44:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:58Z","provider:network_type":"vxlan"}]} 2018-10-04 13:45:13,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net used request id req-2a87988e-2ea6-439d-ab09-2d6577d5bed3 2018-10-04 13:45:13,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:45:13,294 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:45:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:45:13,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e852c2a7f2eb735797fd5fa36c761647512ac3d" 2018-10-04 13:45:13,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5898efb1-8d7d-46a9-950b-d25b854ca2f0 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:45:13,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-5898efb1-8d7d-46a9-950b-d25b854ca2f0 2018-10-04 13:45:13,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:13,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-25fef7c0-ad45-4b25-b267-d1b3c78b140d Date: Thu, 04 Oct 2018 13:45:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:59Z","dns_nameservers":[],"updated_at":"2018-10-04T13:44:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-subnet"}]} 2018-10-04 13:45:13,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-25fef7c0-ad45-4b25-b267-d1b3c78b140d 2018-10-04 13:45:13,475 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net 2018-10-04 13:45:13,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" -d '{"port": {"network_id": "8ea8bffd-20f2-41cb-be0d-d120469be953", "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-port", "admin_state_up": true}}' 2018-10-04 13:45:14,260 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-7a22270a-ef0b-4a78-a4eb-0ea0057100e4 Date: Thu, 04 Oct 2018 13:45:14 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:13Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.5"}],"id":"3d413e07-72a8-498b-9612-e67c282c0ca5","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b4:c7:83","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-port","project_id":"93973d1238b2486385104382b3d557a9","qos_policy_id":null,"admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:13Z","binding:vnic_type":"normal"}} 2018-10-04 13:45:14,260 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-7a22270a-ef0b-4a78-a4eb-0ea0057100e4 2018-10-04 13:45:14,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:14,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e6965832-de32-42da-ac16-b027cff7b969 Date: Thu, 04 Oct 2018 13:45:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8ea8bffd-20f2-41cb-be0d-d120469be953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1f857ff8-9d80-4cb5-9a27-7ba930879cb2"],"description":"","tags":[],"updated_at":"2018-10-04T13:44:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:58Z","provider:network_type":"vxlan"}]} 2018-10-04 13:45:14,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net used request id req-e6965832-de32-42da-ac16-b027cff7b969 2018-10-04 13:45:14,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:14,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b82edb7-7a9e-4b3f-87b6-4ca16ff40723 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:45:14,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-5b82edb7-7a9e-4b3f-87b6-4ca16ff40723 2018-10-04 13:45:14,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:14,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ae3f76ef-87a8-4a59-aec4-4cb94243ba49 Date: Thu, 04 Oct 2018 13:45:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:59Z","dns_nameservers":[],"updated_at":"2018-10-04T13:44:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-subnet"}]} 2018-10-04 13:45:14,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-ae3f76ef-87a8-4a59-aec4-4cb94243ba49 2018-10-04 13:45:14,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953&name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:14,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-c2e5ddfb-810f-4c5d-a4c3-725802ccfc9b Date: Thu, 04 Oct 2018 13:45:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:13Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.5"}],"id":"3d413e07-72a8-498b-9612-e67c282c0ca5","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b4:c7:83","project_id":"93973d1238b2486385104382b3d557a9","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-port","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:13Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 13:45:14,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953&name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-port&admin_state_up=True used request id req-c2e5ddfb-810f-4c5d-a4c3-725802ccfc9b 2018-10-04 13:45:14,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:14,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db1bb0b4-8fbe-4e6b-87c4-7f0e32a86cef Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:45:14,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-db1bb0b4-8fbe-4e6b-87c4-7f0e32a86cef 2018-10-04 13:45:14,963 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst 2018-10-04 13:45:14,966 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:15,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45: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-629d72b0-f411-466b-a636-048ff7d87bf2 x-compute-request-id: req-629d72b0-f411-466b-a636-048ff7d87bf2 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ac50c95b-4cf9-4559-a6fc-00c08890dcce", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-flavor"}]} 2018-10-04 13:45:15,008 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-629d72b0-f411-466b-a636-048ff7d87bf2 2018-10-04 13:45:15,011 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:15,029 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45: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-a7a1c85a-bd2f-45de-8f6a-9bed1fe9d78c x-compute-request-id: req-a7a1c85a-bd2f-45de-8f6a-9bed1fe9d78c Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ac50c95b-4cf9-4559-a6fc-00c08890dcce", "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 13:45:15,029 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce used request id req-a7a1c85a-bd2f-45de-8f6a-9bed1fe9d78c 2018-10-04 13:45:15,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:15,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-5f7c3e39-a054-454d-b392-5b6c5bef7bf5 Date: Thu, 04 Oct 2018 13:45:15 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:44:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:44:57Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/daca32af-5be3-45f8-8fc1-299aace32e39/snap", "metadata": {}}], "self": "/v2/images/daca32af-5be3-45f8-8fc1-299aace32e39", "min_disk": 0, "protected": false, "id": "daca32af-5be3-45f8-8fc1-299aace32e39", "file": "/v2/images/daca32af-5be3-45f8-8fc1-299aace32e39/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93973d1238b2486385104382b3d557a9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/daca32af-5be3-45f8-8fc1-299aace32e39/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-image"} 2018-10-04 13:45:15,222 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-image used request id req-5f7c3e39-a054-454d-b392-5b6c5bef7bf5 2018-10-04 13:45:15,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:15,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a658b74f-91b0-49f7-9e2b-d59a866a09a4 Date: Thu, 04 Oct 2018 13:45:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 13:45:15,375 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-a658b74f-91b0-49f7-9e2b-d59a866a09a4 2018-10-04 13:45:15,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst", "imageRef": "daca32af-5be3-45f8-8fc1-299aace32e39", "flavorRef": "ac50c95b-4cf9-4559-a6fc-00c08890dcce", "max_count": 1, "min_count": 1, "networks": [{"port": "3d413e07-72a8-498b-9612-e67c282c0ca5"}]}}' 2018-10-04 13:45:17,169 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:45: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-dacb207c-ae74-4afc-8f5c-91fcf9ff8857 x-compute-request-id: req-dacb207c-ae74-4afc-8f5c-91fcf9ff8857 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a61126b0-92b6-48ea-817d-dba441210dbe", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "bookmark"}], "adminPass": "3LYZfwecS57V"}} 2018-10-04 13:45:17,169 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-dacb207c-ae74-4afc-8f5c-91fcf9ff8857 2018-10-04 13:45:17,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:17,971 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45: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-f2eec2b3-dd8b-45a9-a009-cb92e741ad18 x-compute-request-id: req-f2eec2b3-dd8b-45a9-a009-cb92e741ad18 Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "bookmark"}], "image": {"id": "daca32af-5be3-45f8-8fc1-299aace32e39", "links": [{"href": "http://172.30.9.23:8774/images/daca32af-5be3-45f8-8fc1-299aace32e39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac50c95b-4cf9-4559-a6fc-00c08890dcce", "links": [{"href": "http://172.30.9.23:8774/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce", "rel": "bookmark"}]}, "id": "a61126b0-92b6-48ea-817d-dba441210dbe", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "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-10-04T13:45:17Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst", "created": "2018-10-04T13:45:17Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:45:17,971 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe used request id req-f2eec2b3-dd8b-45a9-a009-cb92e741ad18 2018-10-04 13:45:17,971 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst 2018-10-04 13:45:17,973 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:18,898 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45: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-6dedae8b-f9c2-4f37-aed8-8edbc00d6478 x-compute-request-id: req-6dedae8b-f9c2-4f37-aed8-8edbc00d6478 Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "bookmark"}], "image": {"id": "daca32af-5be3-45f8-8fc1-299aace32e39", "links": [{"href": "http://172.30.9.23:8774/images/daca32af-5be3-45f8-8fc1-299aace32e39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac50c95b-4cf9-4559-a6fc-00c08890dcce", "links": [{"href": "http://172.30.9.23:8774/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce", "rel": "bookmark"}]}, "id": "a61126b0-92b6-48ea-817d-dba441210dbe", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "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-10-04T13:45:18Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst", "created": "2018-10-04T13:45:17Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:45:18,898 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe used request id req-6dedae8b-f9c2-4f37-aed8-8edbc00d6478 2018-10-04 13:45:18,899 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst] is - BUILD 2018-10-04 13:45:18,899 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:45:21,902 - create_instance - DEBUG - VM status query timeout in 896.069314957 2018-10-04 13:45:21,906 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:22,320 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45: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-a9198cdb-104b-4c38-b532-9edf5cb1be1e x-compute-request-id: req-a9198cdb-104b-4c38-b532-9edf5cb1be1e Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "bookmark"}], "image": {"id": "daca32af-5be3-45f8-8fc1-299aace32e39", "links": [{"href": "http://172.30.9.23:8774/images/daca32af-5be3-45f8-8fc1-299aace32e39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac50c95b-4cf9-4559-a6fc-00c08890dcce", "links": [{"href": "http://172.30.9.23:8774/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce", "rel": "bookmark"}]}, "id": "a61126b0-92b6-48ea-817d-dba441210dbe", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "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-10-04T13:45:21Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst", "created": "2018-10-04T13:45:17Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:45:22,321 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe used request id req-a9198cdb-104b-4c38-b532-9edf5cb1be1e 2018-10-04 13:45:22,321 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst] is - BUILD 2018-10-04 13:45:22,321 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:45:25,324 - create_instance - DEBUG - VM status query timeout in 892.647619963 2018-10-04 13:45:25,327 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:25,803 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45: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-d6e1d00e-e84f-4a4e-ab40-ee8ce554bc67 x-compute-request-id: req-d6e1d00e-e84f-4a4e-ab40-ee8ce554bc67 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:c7:83", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "bookmark"}], "image": {"id": "daca32af-5be3-45f8-8fc1-299aace32e39", "links": [{"href": "http://172.30.9.23:8774/images/daca32af-5be3-45f8-8fc1-299aace32e39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac50c95b-4cf9-4559-a6fc-00c08890dcce", "links": [{"href": "http://172.30.9.23:8774/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce", "rel": "bookmark"}]}, "id": "a61126b0-92b6-48ea-817d-dba441210dbe", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:45:23Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst", "created": "2018-10-04T13:45:17Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:45:25,803 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe used request id req-d6e1d00e-e84f-4a4e-ab40-ee8ce554bc67 2018-10-04 13:45:25,803 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst] is - BUILD 2018-10-04 13:45:25,803 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:45:28,806 - create_instance - DEBUG - VM status query timeout in 889.165490866 2018-10-04 13:45:28,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:29,560 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45: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-34f49fb1-9e74-4737-894d-12fd939ac5ce x-compute-request-id: req-34f49fb1-9e74-4737-894d-12fd939ac5ce Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:c7:83", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "bookmark"}], "image": {"id": "daca32af-5be3-45f8-8fc1-299aace32e39", "links": [{"href": "http://172.30.9.23:8774/images/daca32af-5be3-45f8-8fc1-299aace32e39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac50c95b-4cf9-4559-a6fc-00c08890dcce", "links": [{"href": "http://172.30.9.23:8774/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce", "rel": "bookmark"}]}, "id": "a61126b0-92b6-48ea-817d-dba441210dbe", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:45:23Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst", "created": "2018-10-04T13:45:17Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:45:29,560 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe used request id req-34f49fb1-9e74-4737-894d-12fd939ac5ce 2018-10-04 13:45:29,561 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst] is - BUILD 2018-10-04 13:45:29,561 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:45:32,563 - create_instance - DEBUG - VM status query timeout in 885.408612013 2018-10-04 13:45:32,566 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:33,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc38d6a0-f14f-4a90-96c4-152923bd0f31 x-compute-request-id: req-bc38d6a0-f14f-4a90-96c4-152923bd0f31 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:c7:83", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "bookmark"}], "image": {"id": "daca32af-5be3-45f8-8fc1-299aace32e39", "links": [{"href": "http://172.30.9.23:8774/images/daca32af-5be3-45f8-8fc1-299aace32e39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-10-04T13:45:26.000000", "flavor": {"id": "ac50c95b-4cf9-4559-a6fc-00c08890dcce", "links": [{"href": "http://172.30.9.23:8774/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce", "rel": "bookmark"}]}, "id": "a61126b0-92b6-48ea-817d-dba441210dbe", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:45:28Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst", "created": "2018-10-04T13:45:17Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:45:33,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe used request id req-bc38d6a0-f14f-4a90-96c4-152923bd0f31 2018-10-04 13:45:33,184 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst] is - ACTIVE 2018-10-04 13:45:33,184 - create_instance - INFO - VM is - ACTIVE 2018-10-04 13:45:33,188 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:33,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98ae0b58-f124-41ef-9ab1-de4bc28b1d71 x-compute-request-id: req-98ae0b58-f124-41ef-9ab1-de4bc28b1d71 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:c7:83", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "bookmark"}], "image": {"id": "daca32af-5be3-45f8-8fc1-299aace32e39", "links": [{"href": "http://172.30.9.23:8774/images/daca32af-5be3-45f8-8fc1-299aace32e39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-10-04T13:45:26.000000", "flavor": {"id": "ac50c95b-4cf9-4559-a6fc-00c08890dcce", "links": [{"href": "http://172.30.9.23:8774/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce", "rel": "bookmark"}]}, "id": "a61126b0-92b6-48ea-817d-dba441210dbe", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:45:28Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst", "created": "2018-10-04T13:45:17Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:45:33,559 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe used request id req-98ae0b58-f124-41ef-9ab1-de4bc28b1d71 2018-10-04 13:45:33,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:33,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-a7de3caa-a687-429c-ae4b-b06f84d71f35 Date: Thu, 04 Oct 2018 13:45:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8ea8bffd-20f2-41cb-be0d-d120469be953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1f857ff8-9d80-4cb5-9a27-7ba930879cb2"],"description":"","tags":[],"updated_at":"2018-10-04T13:44:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:58Z","provider:network_type":"vxlan"}]} 2018-10-04 13:45:33,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net used request id req-a7de3caa-a687-429c-ae4b-b06f84d71f35 2018-10-04 13:45:33,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:33,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddbe9b1a-8df2-4ef7-b1c5-b543f6cc3bc0 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:45:33,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-ddbe9b1a-8df2-4ef7-b1c5-b543f6cc3bc0 2018-10-04 13:45:33,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:33,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-902e8faa-4ae3-450b-a756-7cc3be98e732 Date: Thu, 04 Oct 2018 13:45:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:59Z","dns_nameservers":[],"updated_at":"2018-10-04T13:44:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-subnet"}]} 2018-10-04 13:45:33,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-902e8faa-4ae3-450b-a756-7cc3be98e732 2018-10-04 13:45:33,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:33,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-1176da3d-3521-4da8-815b-0af4b145732d Date: Thu, 04 Oct 2018 13:45:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.4"}],"id":"38baf957-4617-4683-8310-af9ec9195eda","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:b4:8c","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8ea8bffd-20f2-41cb-be0d-d120469be953"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.5"}],"id":"3d413e07-72a8-498b-9612-e67c282c0ca5","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b4:c7:83","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-port","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:13Z","binding:vnic_type":"normal","device_id":"a61126b0-92b6-48ea-817d-dba441210dbe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.3"}],"id":"85ddefa4-55b9-43c1-b2b7-38031cc94d98","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:87:ba","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8ea8bffd-20f2-41cb-be0d-d120469be953"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.2"}],"id":"a32032a5-682e-4e09-9988-b5698ebb2517","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:13:e5:f7","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8ea8bffd-20f2-41cb-be0d-d120469be953"}]} 2018-10-04 13:45:33,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-1176da3d-3521-4da8-815b-0af4b145732d 2018-10-04 13:45:33,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:45:34,224 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:45:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["YqUWMJOWS9az5Ojdbk8kyA"], "issued_at": "2018-10-04T13:45:34.000000Z"}} 2018-10-04 13:45:34,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:34,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a31d752c-0f60-4d47-8cc3-f3f176fbf970 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:45:34,307 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a31d752c-0f60-4d47-8cc3-f3f176fbf970 2018-10-04 13:45:34,310 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:35,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45: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-48d14bd5-32f8-456d-81a9-e19d116bf425 x-compute-request-id: req-48d14bd5-32f8-456d-81a9-e19d116bf425 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:c7:83", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "bookmark"}], "image": {"id": "daca32af-5be3-45f8-8fc1-299aace32e39", "links": [{"href": "http://172.30.9.23:8774/images/daca32af-5be3-45f8-8fc1-299aace32e39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-10-04T13:45:26.000000", "flavor": {"id": "ac50c95b-4cf9-4559-a6fc-00c08890dcce", "links": [{"href": "http://172.30.9.23:8774/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce", "rel": "bookmark"}]}, "id": "a61126b0-92b6-48ea-817d-dba441210dbe", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:45:28Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst", "created": "2018-10-04T13:45:17Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:45:35,500 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe used request id req-48d14bd5-32f8-456d-81a9-e19d116bf425 2018-10-04 13:45:35,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:35,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-293df44a-83d1-4fe4-8b61-71a44ccf9cbb Date: Thu, 04 Oct 2018 13:45:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8ea8bffd-20f2-41cb-be0d-d120469be953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1f857ff8-9d80-4cb5-9a27-7ba930879cb2"],"description":"","tags":[],"updated_at":"2018-10-04T13:44:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:58Z","provider:network_type":"vxlan"}]} 2018-10-04 13:45:35,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net used request id req-293df44a-83d1-4fe4-8b61-71a44ccf9cbb 2018-10-04 13:45:35,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:35,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f69c8c2-8487-4385-9aab-3e391c5df0cd Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:45:35,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-8f69c8c2-8487-4385-9aab-3e391c5df0cd 2018-10-04 13:45:35,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:36,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1ee6ae1e-e249-4471-970d-225a0132c6ae Date: Thu, 04 Oct 2018 13:45:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:59Z","dns_nameservers":[],"updated_at":"2018-10-04T13:44:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-subnet"}]} 2018-10-04 13:45:36,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-1ee6ae1e-e249-4471-970d-225a0132c6ae 2018-10-04 13:45:36,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:36,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-c5ffd964-1334-4be9-99f3-b66ee3ce534e Date: Thu, 04 Oct 2018 13:45:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.4"}],"id":"38baf957-4617-4683-8310-af9ec9195eda","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:b4:8c","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8ea8bffd-20f2-41cb-be0d-d120469be953"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.5"}],"id":"3d413e07-72a8-498b-9612-e67c282c0ca5","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b4:c7:83","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-port","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:13Z","binding:vnic_type":"normal","device_id":"a61126b0-92b6-48ea-817d-dba441210dbe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.3"}],"id":"85ddefa4-55b9-43c1-b2b7-38031cc94d98","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:87:ba","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8ea8bffd-20f2-41cb-be0d-d120469be953"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.2"}],"id":"a32032a5-682e-4e09-9988-b5698ebb2517","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:13:e5:f7","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8ea8bffd-20f2-41cb-be0d-d120469be953"}]} 2018-10-04 13:45:36,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-c5ffd964-1334-4be9-99f3-b66ee3ce534e 2018-10-04 13:45:36,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" -d '{"volumeAttachment": {"volumeId": "149cc389-cbc0-41e6-9325-dab4a9805d92"}}' 2018-10-04 13:45:38,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45: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-2a50a610-44b7-435a-8f67-ae3411687277 x-compute-request-id: req-2a50a610-44b7-435a-8f67-ae3411687277 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "a61126b0-92b6-48ea-817d-dba441210dbe", "id": "149cc389-cbc0-41e6-9325-dab4a9805d92", "volumeId": "149cc389-cbc0-41e6-9325-dab4a9805d92"}} 2018-10-04 13:45:38,384 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe/os-volume_attachments used request id req-2a50a610-44b7-435a-8f67-ae3411687277 2018-10-04 13:45:38,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:39,650 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45: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-5e528a2e-253e-4c1b-92df-59abbbfa8527 x-compute-request-id: req-5e528a2e-253e-4c1b-92df-59abbbfa8527 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:c7:83", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "bookmark"}], "image": {"id": "daca32af-5be3-45f8-8fc1-299aace32e39", "links": [{"href": "http://172.30.9.23:8774/images/daca32af-5be3-45f8-8fc1-299aace32e39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-10-04T13:45:26.000000", "flavor": {"id": "ac50c95b-4cf9-4559-a6fc-00c08890dcce", "links": [{"href": "http://172.30.9.23:8774/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce", "rel": "bookmark"}]}, "id": "a61126b0-92b6-48ea-817d-dba441210dbe", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:45:28Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst", "created": "2018-10-04T13:45:17Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [{"id": "149cc389-cbc0-41e6-9325-dab4a9805d92"}], "metadata": {}}} 2018-10-04 13:45:39,651 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe used request id req-5e528a2e-253e-4c1b-92df-59abbbfa8527 2018-10-04 13:45:39,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:39,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-7209317b-9640-407c-9e17-1f3fe57cf4f8 Date: Thu, 04 Oct 2018 13:45:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8ea8bffd-20f2-41cb-be0d-d120469be953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1f857ff8-9d80-4cb5-9a27-7ba930879cb2"],"description":"","tags":[],"updated_at":"2018-10-04T13:44:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:58Z","provider:network_type":"vxlan"}]} 2018-10-04 13:45:39,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net used request id req-7209317b-9640-407c-9e17-1f3fe57cf4f8 2018-10-04 13:45:39,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:45:39,880 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:45:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:45:39,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:39,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f4a495a-18c6-4738-b172-528279b0d768 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:45:39,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-9f4a495a-18c6-4738-b172-528279b0d768 2018-10-04 13:45:39,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:40,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-65d854a8-1021-4bb0-b9a3-fa85509ab330 Date: Thu, 04 Oct 2018 13:45:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:59Z","dns_nameservers":[],"updated_at":"2018-10-04T13:44:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-subnet"}]} 2018-10-04 13:45:40,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-65d854a8-1021-4bb0-b9a3-fa85509ab330 2018-10-04 13:45:40,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:40,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-6a137fd4-5255-4c9c-b626-aaced6a5b049 Date: Thu, 04 Oct 2018 13:45:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.4"}],"id":"38baf957-4617-4683-8310-af9ec9195eda","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:b4:8c","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8ea8bffd-20f2-41cb-be0d-d120469be953"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.5"}],"id":"3d413e07-72a8-498b-9612-e67c282c0ca5","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b4:c7:83","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-port","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:13Z","binding:vnic_type":"normal","device_id":"a61126b0-92b6-48ea-817d-dba441210dbe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.3"}],"id":"85ddefa4-55b9-43c1-b2b7-38031cc94d98","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:87:ba","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8ea8bffd-20f2-41cb-be0d-d120469be953"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.2"}],"id":"a32032a5-682e-4e09-9988-b5698ebb2517","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:13:e5:f7","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8ea8bffd-20f2-41cb-be0d-d120469be953"}]} 2018-10-04 13:45:40,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-6a137fd4-5255-4c9c-b626-aaced6a5b049 2018-10-04 13:45:40,372 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:41,098 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:40 GMT Server: Apache x-compute-request-id: req-9914bc16-5371-4ac9-a104-55acb296d119 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9914bc16-5371-4ac9-a104-55acb296d119 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T13:45:38.000000", "replication_status": null, "snapshot_id": null, "id": "149cc389-cbc0-41e6-9325-dab4a9805d92", "size": 1, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "os-vol-tenant-attr:tenant_id": "93973d1238b2486385104382b3d557a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "attaching", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18", "bootable": "false", "created_at": "2018-10-04T13:45:04.000000", "volume_type": null}} 2018-10-04 13:45:41,098 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92 used request id req-9914bc16-5371-4ac9-a104-55acb296d119 2018-10-04 13:45:44,105 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9914bc16-5371-4ac9-a104-55acb296d119" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:44,888 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:44 GMT Server: Apache x-compute-request-id: req-26eaa410-95fe-491d-b511-6251b80578cd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-26eaa410-95fe-491d-b511-6251b80578cd Content-Encoding: gzip Content-Length: 625 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "a61126b0-92b6-48ea-817d-dba441210dbe", "attachment_id": "176e840b-199b-48da-b287-c047aa740114", "attached_at": "2018-10-04T13:45:42.000000", "host_name": null, "volume_id": "149cc389-cbc0-41e6-9325-dab4a9805d92", "device": "/dev/vdb", "id": "149cc389-cbc0-41e6-9325-dab4a9805d92"}], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T13:45:42.000000", "replication_status": null, "snapshot_id": null, "id": "149cc389-cbc0-41e6-9325-dab4a9805d92", "size": 1, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "os-vol-tenant-attr:tenant_id": "93973d1238b2486385104382b3d557a9", "os-vol-mig-status-attr:migstat": null, "metadata": {"attached_mode": "rw"}, "status": "in-use", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18", "bootable": "false", "created_at": "2018-10-04T13:45:04.000000", "volume_type": null}} 2018-10-04 13:45:44,888 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92 used request id req-26eaa410-95fe-491d-b511-6251b80578cd 2018-10-04 13:45:44,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:44,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fa7f8cb-a40a-40f4-bcd5-861a2f59a19f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:45:44,971 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8fa7f8cb-a40a-40f4-bcd5-861a2f59a19f 2018-10-04 13:45:44,974 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:45,609 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45: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-5567d7ba-9cad-4485-a761-b47a24af1f14 x-compute-request-id: req-5567d7ba-9cad-4485-a761-b47a24af1f14 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:c7:83", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "bookmark"}], "image": {"id": "daca32af-5be3-45f8-8fc1-299aace32e39", "links": [{"href": "http://172.30.9.23:8774/images/daca32af-5be3-45f8-8fc1-299aace32e39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-10-04T13:45:26.000000", "flavor": {"id": "ac50c95b-4cf9-4559-a6fc-00c08890dcce", "links": [{"href": "http://172.30.9.23:8774/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce", "rel": "bookmark"}]}, "id": "a61126b0-92b6-48ea-817d-dba441210dbe", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:45:41Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst", "created": "2018-10-04T13:45:17Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [{"id": "149cc389-cbc0-41e6-9325-dab4a9805d92"}], "metadata": {}}} 2018-10-04 13:45:45,609 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe used request id req-5567d7ba-9cad-4485-a761-b47a24af1f14 2018-10-04 13:45:45,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:45,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-3f348fc1-f32e-4e43-a819-bc4007a6ad10 Date: Thu, 04 Oct 2018 13:45:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8ea8bffd-20f2-41cb-be0d-d120469be953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1f857ff8-9d80-4cb5-9a27-7ba930879cb2"],"description":"","tags":[],"updated_at":"2018-10-04T13:44:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:58Z","provider:network_type":"vxlan"}]} 2018-10-04 13:45:45,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net used request id req-3f348fc1-f32e-4e43-a819-bc4007a6ad10 2018-10-04 13:45:45,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:46,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85b5f75a-b949-4ae7-96fe-927d2abbd5d6 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:45:46,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-85b5f75a-b949-4ae7-96fe-927d2abbd5d6 2018-10-04 13:45:46,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:46,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-163286aa-077f-4467-821a-ba19d26da374 Date: Thu, 04 Oct 2018 13:45:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:59Z","dns_nameservers":[],"updated_at":"2018-10-04T13:44:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-subnet"}]} 2018-10-04 13:45:46,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-163286aa-077f-4467-821a-ba19d26da374 2018-10-04 13:45:46,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:46,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-82f9c50b-3ece-497b-ad2d-c3d7fc765144 Date: Thu, 04 Oct 2018 13:45:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.4"}],"id":"38baf957-4617-4683-8310-af9ec9195eda","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:b4:8c","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8ea8bffd-20f2-41cb-be0d-d120469be953"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.5"}],"id":"3d413e07-72a8-498b-9612-e67c282c0ca5","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b4:c7:83","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-port","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:13Z","binding:vnic_type":"normal","device_id":"a61126b0-92b6-48ea-817d-dba441210dbe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.3"}],"id":"85ddefa4-55b9-43c1-b2b7-38031cc94d98","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:87:ba","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8ea8bffd-20f2-41cb-be0d-d120469be953"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.2"}],"id":"a32032a5-682e-4e09-9988-b5698ebb2517","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:13:e5:f7","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8ea8bffd-20f2-41cb-be0d-d120469be953"}]} 2018-10-04 13:45:46,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-82f9c50b-3ece-497b-ad2d-c3d7fc765144 2018-10-04 13:45:46,327 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:47,086 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45: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-8d0377e7-e5e8-4c3a-998e-2f2b86e539db x-compute-request-id: req-8d0377e7-e5e8-4c3a-998e-2f2b86e539db Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:c7:83", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "bookmark"}], "image": {"id": "daca32af-5be3-45f8-8fc1-299aace32e39", "links": [{"href": "http://172.30.9.23:8774/images/daca32af-5be3-45f8-8fc1-299aace32e39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-10-04T13:45:26.000000", "flavor": {"id": "ac50c95b-4cf9-4559-a6fc-00c08890dcce", "links": [{"href": "http://172.30.9.23:8774/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce", "rel": "bookmark"}]}, "id": "a61126b0-92b6-48ea-817d-dba441210dbe", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:45:41Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst", "created": "2018-10-04T13:45:17Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [{"id": "149cc389-cbc0-41e6-9325-dab4a9805d92"}], "metadata": {}}} 2018-10-04 13:45:47,086 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe used request id req-8d0377e7-e5e8-4c3a-998e-2f2b86e539db 2018-10-04 13:45:47,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:47,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-8e18eaac-d5ff-4b92-9892-5e2c11dff823 Date: Thu, 04 Oct 2018 13:45:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8ea8bffd-20f2-41cb-be0d-d120469be953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1f857ff8-9d80-4cb5-9a27-7ba930879cb2"],"description":"","tags":[],"updated_at":"2018-10-04T13:44:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:58Z","provider:network_type":"vxlan"}]} 2018-10-04 13:45:47,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net used request id req-8e18eaac-d5ff-4b92-9892-5e2c11dff823 2018-10-04 13:45:47,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:47,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9862d6aa-f1f5-4ad8-bccc-32301b313ece Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:45:47,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-9862d6aa-f1f5-4ad8-bccc-32301b313ece 2018-10-04 13:45:47,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:47,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-efe2e375-34d2-44c1-9b9a-d08041b608e0 Date: Thu, 04 Oct 2018 13:45:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:59Z","dns_nameservers":[],"updated_at":"2018-10-04T13:44:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-subnet"}]} 2018-10-04 13:45:47,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-efe2e375-34d2-44c1-9b9a-d08041b608e0 2018-10-04 13:45:47,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:47,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-36ffb4b6-8dba-4ab5-aee4-80af1f007239 Date: Thu, 04 Oct 2018 13:45:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.4"}],"id":"38baf957-4617-4683-8310-af9ec9195eda","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:b4:8c","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8ea8bffd-20f2-41cb-be0d-d120469be953"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.5"}],"id":"3d413e07-72a8-498b-9612-e67c282c0ca5","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b4:c7:83","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-port","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:13Z","binding:vnic_type":"normal","device_id":"a61126b0-92b6-48ea-817d-dba441210dbe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.3"}],"id":"85ddefa4-55b9-43c1-b2b7-38031cc94d98","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:87:ba","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8ea8bffd-20f2-41cb-be0d-d120469be953"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.2"}],"id":"a32032a5-682e-4e09-9988-b5698ebb2517","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:13:e5:f7","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8ea8bffd-20f2-41cb-be0d-d120469be953"}]} 2018-10-04 13:45:47,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-36ffb4b6-8dba-4ab5-aee4-80af1f007239 2018-10-04 13:45:47,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:48,156 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45: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-1ca36710-ade2-4406-8359-2bb246ee8734 x-compute-request-id: req-1ca36710-ade2-4406-8359-2bb246ee8734 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:c7:83", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "bookmark"}], "image": {"id": "daca32af-5be3-45f8-8fc1-299aace32e39", "links": [{"href": "http://172.30.9.23:8774/images/daca32af-5be3-45f8-8fc1-299aace32e39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-10-04T13:45:26.000000", "flavor": {"id": "ac50c95b-4cf9-4559-a6fc-00c08890dcce", "links": [{"href": "http://172.30.9.23:8774/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce", "rel": "bookmark"}]}, "id": "a61126b0-92b6-48ea-817d-dba441210dbe", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:45:41Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst", "created": "2018-10-04T13:45:17Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [{"id": "149cc389-cbc0-41e6-9325-dab4a9805d92"}], "metadata": {}}} 2018-10-04 13:45:48,157 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe used request id req-1ca36710-ade2-4406-8359-2bb246ee8734 2018-10-04 13:45:48,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:48,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-d85b8167-cf80-48ba-8e91-4fd4992e8233 Date: Thu, 04 Oct 2018 13:45:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8ea8bffd-20f2-41cb-be0d-d120469be953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1f857ff8-9d80-4cb5-9a27-7ba930879cb2"],"description":"","tags":[],"updated_at":"2018-10-04T13:44:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:58Z","provider:network_type":"vxlan"}]} 2018-10-04 13:45:48,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net used request id req-d85b8167-cf80-48ba-8e91-4fd4992e8233 2018-10-04 13:45:48,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:48,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f2da528-1c4f-4fff-b1d2-a70befddb9d4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:45:48,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-2f2da528-1c4f-4fff-b1d2-a70befddb9d4 2018-10-04 13:45:48,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:48,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-be35616a-c962-4c7a-b349-96b775573140 Date: Thu, 04 Oct 2018 13:45:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:59Z","dns_nameservers":[],"updated_at":"2018-10-04T13:44:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-subnet"}]} 2018-10-04 13:45:48,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-be35616a-c962-4c7a-b349-96b775573140 2018-10-04 13:45:48,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:48,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-3fd50dee-8f97-4485-a9b6-ee0b5bb088c1 Date: Thu, 04 Oct 2018 13:45:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.4"}],"id":"38baf957-4617-4683-8310-af9ec9195eda","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:b4:8c","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8ea8bffd-20f2-41cb-be0d-d120469be953"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.5"}],"id":"3d413e07-72a8-498b-9612-e67c282c0ca5","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b4:c7:83","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-port","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:13Z","binding:vnic_type":"normal","device_id":"a61126b0-92b6-48ea-817d-dba441210dbe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.3"}],"id":"85ddefa4-55b9-43c1-b2b7-38031cc94d98","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:87:ba","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8ea8bffd-20f2-41cb-be0d-d120469be953"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.2"}],"id":"a32032a5-682e-4e09-9988-b5698ebb2517","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:13:e5:f7","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8ea8bffd-20f2-41cb-be0d-d120469be953"}]} 2018-10-04 13:45:48,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-3fd50dee-8f97-4485-a9b6-ee0b5bb088c1 2018-10-04 13:45:48,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe/os-volume_attachments/149cc389-cbc0-41e6-9325-dab4a9805d92 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:50,435 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:45: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-3d91ce87-c9b9-42c9-ab84-c70c43081440 x-compute-request-id: req-3d91ce87-c9b9-42c9-ab84-c70c43081440 Content-Length: 0 Content-Type: application/json 2018-10-04 13:45:50,435 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe/os-volume_attachments/149cc389-cbc0-41e6-9325-dab4a9805d92 used request id req-3d91ce87-c9b9-42c9-ab84-c70c43081440 2018-10-04 13:45:50,439 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:51,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45: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-4878b89e-a898-4b7e-a798-fe1cf93d0603 x-compute-request-id: req-4878b89e-a898-4b7e-a798-fe1cf93d0603 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:c7:83", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "bookmark"}], "image": {"id": "daca32af-5be3-45f8-8fc1-299aace32e39", "links": [{"href": "http://172.30.9.23:8774/images/daca32af-5be3-45f8-8fc1-299aace32e39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-10-04T13:45:26.000000", "flavor": {"id": "ac50c95b-4cf9-4559-a6fc-00c08890dcce", "links": [{"href": "http://172.30.9.23:8774/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce", "rel": "bookmark"}]}, "id": "a61126b0-92b6-48ea-817d-dba441210dbe", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:45:41Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst", "created": "2018-10-04T13:45:17Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [{"id": "149cc389-cbc0-41e6-9325-dab4a9805d92"}], "metadata": {}}} 2018-10-04 13:45:51,511 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe used request id req-4878b89e-a898-4b7e-a798-fe1cf93d0603 2018-10-04 13:45:51,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:51,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-6e9f7ddf-5e2a-450d-aad3-448ef9d6653a Date: Thu, 04 Oct 2018 13:45:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8ea8bffd-20f2-41cb-be0d-d120469be953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1f857ff8-9d80-4cb5-9a27-7ba930879cb2"],"description":"","tags":[],"updated_at":"2018-10-04T13:44:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:58Z","provider:network_type":"vxlan"}]} 2018-10-04 13:45:51,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net used request id req-6e9f7ddf-5e2a-450d-aad3-448ef9d6653a 2018-10-04 13:45:51,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:51,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6778d8a-65ee-41da-b46c-6cb46a9dfafc Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:45:51,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-b6778d8a-65ee-41da-b46c-6cb46a9dfafc 2018-10-04 13:45:51,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:52,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7dd11ee3-cd0d-4b73-ab4f-150139d00269 Date: Thu, 04 Oct 2018 13:45:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:59Z","dns_nameservers":[],"updated_at":"2018-10-04T13:44:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-subnet"}]} 2018-10-04 13:45:52,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-7dd11ee3-cd0d-4b73-ab4f-150139d00269 2018-10-04 13:45:52,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:52,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-ae43f2d1-0ebe-45ce-bed0-f57eb17a8320 Date: Thu, 04 Oct 2018 13:45:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.4"}],"id":"38baf957-4617-4683-8310-af9ec9195eda","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:b4:8c","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8ea8bffd-20f2-41cb-be0d-d120469be953"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.5"}],"id":"3d413e07-72a8-498b-9612-e67c282c0ca5","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b4:c7:83","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-port","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:13Z","binding:vnic_type":"normal","device_id":"a61126b0-92b6-48ea-817d-dba441210dbe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.3"}],"id":"85ddefa4-55b9-43c1-b2b7-38031cc94d98","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:87:ba","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8ea8bffd-20f2-41cb-be0d-d120469be953"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.2"}],"id":"a32032a5-682e-4e09-9988-b5698ebb2517","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:13:e5:f7","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8ea8bffd-20f2-41cb-be0d-d120469be953"}]} 2018-10-04 13:45:52,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-ae43f2d1-0ebe-45ce-bed0-f57eb17a8320 2018-10-04 13:45:55,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:55,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45: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-a770506f-e097-479e-8e68-a7a2e5a73336 x-compute-request-id: req-a770506f-e097-479e-8e68-a7a2e5a73336 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:c7:83", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "bookmark"}], "image": {"id": "daca32af-5be3-45f8-8fc1-299aace32e39", "links": [{"href": "http://172.30.9.23:8774/images/daca32af-5be3-45f8-8fc1-299aace32e39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-10-04T13:45:26.000000", "flavor": {"id": "ac50c95b-4cf9-4559-a6fc-00c08890dcce", "links": [{"href": "http://172.30.9.23:8774/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce", "rel": "bookmark"}]}, "id": "a61126b0-92b6-48ea-817d-dba441210dbe", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:45:41Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst", "created": "2018-10-04T13:45:17Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:45:55,880 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe used request id req-a770506f-e097-479e-8e68-a7a2e5a73336 2018-10-04 13:45:55,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:56,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-21ab04c7-dfca-49db-9fdd-356a5ef1740c Date: Thu, 04 Oct 2018 13:45:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8ea8bffd-20f2-41cb-be0d-d120469be953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1f857ff8-9d80-4cb5-9a27-7ba930879cb2"],"description":"","tags":[],"updated_at":"2018-10-04T13:44:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:58Z","provider:network_type":"vxlan"}]} 2018-10-04 13:45:56,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net used request id req-21ab04c7-dfca-49db-9fdd-356a5ef1740c 2018-10-04 13:45:56,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:56,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa1279ce-e4c1-41e8-908f-4415650d1152 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:45:56,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-aa1279ce-e4c1-41e8-908f-4415650d1152 2018-10-04 13:45:56,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:56,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c723f29b-781a-4be5-8e15-3823d1e8bba9 Date: Thu, 04 Oct 2018 13:45:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:59Z","dns_nameservers":[],"updated_at":"2018-10-04T13:44:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-subnet"}]} 2018-10-04 13:45:56,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-c723f29b-781a-4be5-8e15-3823d1e8bba9 2018-10-04 13:45:56,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:56,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-011fbe9c-428b-4f7e-86fc-2b803d56cc45 Date: Thu, 04 Oct 2018 13:45:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.4"}],"id":"38baf957-4617-4683-8310-af9ec9195eda","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:b4:8c","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8ea8bffd-20f2-41cb-be0d-d120469be953"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.5"}],"id":"3d413e07-72a8-498b-9612-e67c282c0ca5","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b4:c7:83","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-port","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:13Z","binding:vnic_type":"normal","device_id":"a61126b0-92b6-48ea-817d-dba441210dbe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.3"}],"id":"85ddefa4-55b9-43c1-b2b7-38031cc94d98","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:87:ba","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8ea8bffd-20f2-41cb-be0d-d120469be953"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.2"}],"id":"a32032a5-682e-4e09-9988-b5698ebb2517","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:13:e5:f7","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8ea8bffd-20f2-41cb-be0d-d120469be953"}]} 2018-10-04 13:45:56,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-011fbe9c-428b-4f7e-86fc-2b803d56cc45 2018-10-04 13:45:56,490 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9914bc16-5371-4ac9-a104-55acb296d119" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:57,237 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:56 GMT Server: Apache x-compute-request-id: req-ea63eae8-5651-4d21-af81-f753b0e0e042 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ea63eae8-5651-4d21-af81-f753b0e0e042 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T13:45:49.000000", "replication_status": null, "snapshot_id": null, "id": "149cc389-cbc0-41e6-9325-dab4a9805d92", "size": 1, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "os-vol-tenant-attr:tenant_id": "93973d1238b2486385104382b3d557a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18", "bootable": "false", "created_at": "2018-10-04T13:45:04.000000", "volume_type": null}} 2018-10-04 13:45:57,237 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92 used request id req-ea63eae8-5651-4d21-af81-f753b0e0e042 2018-10-04 13:45:57,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:57,836 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45: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-200f1181-3ebb-4faa-a45d-fad689cc88dd x-compute-request-id: req-200f1181-3ebb-4faa-a45d-fad689cc88dd Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:c7:83", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "bookmark"}], "image": {"id": "daca32af-5be3-45f8-8fc1-299aace32e39", "links": [{"href": "http://172.30.9.23:8774/images/daca32af-5be3-45f8-8fc1-299aace32e39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-10-04T13:45:26.000000", "flavor": {"id": "ac50c95b-4cf9-4559-a6fc-00c08890dcce", "links": [{"href": "http://172.30.9.23:8774/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce", "rel": "bookmark"}]}, "id": "a61126b0-92b6-48ea-817d-dba441210dbe", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:45:41Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst", "created": "2018-10-04T13:45:17Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:45:57,836 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe used request id req-200f1181-3ebb-4faa-a45d-fad689cc88dd 2018-10-04 13:45:57,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:58,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-cb567f6d-292a-42fd-970f-454a40aa1199 Date: Thu, 04 Oct 2018 13:45:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8ea8bffd-20f2-41cb-be0d-d120469be953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1f857ff8-9d80-4cb5-9a27-7ba930879cb2"],"description":"","tags":[],"updated_at":"2018-10-04T13:44:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:58Z","provider:network_type":"vxlan"}]} 2018-10-04 13:45:58,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net used request id req-cb567f6d-292a-42fd-970f-454a40aa1199 2018-10-04 13:45:58,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:58,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c64d935-1d0e-489a-b0cc-12d2463b4bf8 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:45:58,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-4c64d935-1d0e-489a-b0cc-12d2463b4bf8 2018-10-04 13:45:58,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:58,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-bdd0d60e-9f72-436d-aafa-a6a4540b1919 Date: Thu, 04 Oct 2018 13:45:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:59Z","dns_nameservers":[],"updated_at":"2018-10-04T13:44:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-subnet"}]} 2018-10-04 13:45:58,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-bdd0d60e-9f72-436d-aafa-a6a4540b1919 2018-10-04 13:45:58,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:45:58,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-6e913630-ef0a-4743-93d8-faae1bc36ce5 Date: Thu, 04 Oct 2018 13:45:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.4"}],"id":"38baf957-4617-4683-8310-af9ec9195eda","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:b4:8c","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8ea8bffd-20f2-41cb-be0d-d120469be953"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.5"}],"id":"3d413e07-72a8-498b-9612-e67c282c0ca5","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b4:c7:83","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-port","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:13Z","binding:vnic_type":"normal","device_id":"a61126b0-92b6-48ea-817d-dba441210dbe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.3"}],"id":"85ddefa4-55b9-43c1-b2b7-38031cc94d98","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:87:ba","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8ea8bffd-20f2-41cb-be0d-d120469be953"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.2"}],"id":"a32032a5-682e-4e09-9988-b5698ebb2517","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:13:e5:f7","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8ea8bffd-20f2-41cb-be0d-d120469be953"}]} 2018-10-04 13:45:58,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-6e913630-ef0a-4743-93d8-faae1bc36ce5 2018-10-04 13:45:58,419 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:59,043 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45: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-642694af-8724-428c-b132-e1a018b6d322 x-compute-request-id: req-642694af-8724-428c-b132-e1a018b6d322 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:c7:83", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "bookmark"}], "image": {"id": "daca32af-5be3-45f8-8fc1-299aace32e39", "links": [{"href": "http://172.30.9.23:8774/images/daca32af-5be3-45f8-8fc1-299aace32e39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-10-04T13:45:26.000000", "flavor": {"id": "ac50c95b-4cf9-4559-a6fc-00c08890dcce", "links": [{"href": "http://172.30.9.23:8774/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce", "rel": "bookmark"}]}, "id": "a61126b0-92b6-48ea-817d-dba441210dbe", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:45:41Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst", "created": "2018-10-04T13:45:17Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:45:59,043 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe used request id req-642694af-8724-428c-b132-e1a018b6d322 2018-10-04 13:45:59,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:59,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-b58f5555-bb0f-497d-8bd5-76e7feb55329 Date: Thu, 04 Oct 2018 13:45:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8ea8bffd-20f2-41cb-be0d-d120469be953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1f857ff8-9d80-4cb5-9a27-7ba930879cb2"],"description":"","tags":[],"updated_at":"2018-10-04T13:44:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:58Z","provider:network_type":"vxlan"}]} 2018-10-04 13:45:59,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net used request id req-b58f5555-bb0f-497d-8bd5-76e7feb55329 2018-10-04 13:45:59,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:59,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:45:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29cd1410-ad83-4432-b9a2-e4f64a452c48 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:45:59,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-29cd1410-ad83-4432-b9a2-e4f64a452c48 2018-10-04 13:45:59,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:59,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-80f502e3-8e24-45c5-8bbf-adb64b450d32 Date: Thu, 04 Oct 2018 13:45:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:44:59Z","dns_nameservers":[],"updated_at":"2018-10-04T13:44:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-subnet"}]} 2018-10-04 13:45:59,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-80f502e3-8e24-45c5-8bbf-adb64b450d32 2018-10-04 13:45:59,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd42c9e726c8517732479b9227cabdc256cb2754" 2018-10-04 13:45:59,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-5f2c1a05-2a07-4b5b-b7d1-600c697f4206 Date: Thu, 04 Oct 2018 13:45:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.4"}],"id":"38baf957-4617-4683-8310-af9ec9195eda","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:b4:8c","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8ea8bffd-20f2-41cb-be0d-d120469be953"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.5"}],"id":"3d413e07-72a8-498b-9612-e67c282c0ca5","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b4:c7:83","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-port","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:13Z","binding:vnic_type":"normal","device_id":"a61126b0-92b6-48ea-817d-dba441210dbe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.3"}],"id":"85ddefa4-55b9-43c1-b2b7-38031cc94d98","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:87:ba","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8ea8bffd-20f2-41cb-be0d-d120469be953"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f857ff8-9d80-4cb5-9a27-7ba930879cb2","ip_address":"10.55.0.2"}],"id":"a32032a5-682e-4e09-9988-b5698ebb2517","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:13:e5:f7","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ea8bffd-20f2-41cb-be0d-d120469be953","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:45:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8ea8bffd-20f2-41cb-be0d-d120469be953"}]} 2018-10-04 13:45:59,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-5f2c1a05-2a07-4b5b-b7d1-600c697f4206 2018-10-04 13:45:59,449 - create_instance - INFO - Deleting Port with ID - 3d413e07-72a8-498b-9612-e67c282c0ca5 2018-10-04 13:45:59,449 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-port 2018-10-04 13:45:59,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/3d413e07-72a8-498b-9612-e67c282c0ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:46:00,203 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a9d243c7-3b5a-4c94-88cc-241f9dfee025 Date: Thu, 04 Oct 2018 13:46:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:46:00,203 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/3d413e07-72a8-498b-9612-e67c282c0ca5 used request id req-a9d243c7-3b5a-4c94-88cc-241f9dfee025 2018-10-04 13:46:00,203 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst 2018-10-04 13:46:00,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:46:00,400 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:46: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-51353e30-bf15-432f-97f3-41291b051442 x-compute-request-id: req-51353e30-bf15-432f-97f3-41291b051442 Content-Type: application/json 2018-10-04 13:46:00,400 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe used request id req-51353e30-bf15-432f-97f3-41291b051442 2018-10-04 13:46:00,400 - create_instance - INFO - Checking deletion status 2018-10-04 13:46:00,403 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:46:00,670 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46: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-6f2fc337-1f32-49ca-9254-5334853c951e x-compute-request-id: req-6f2fc337-1f32-49ca-9254-5334853c951e Content-Encoding: gzip Content-Length: 808 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:c7:83", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "bookmark"}], "image": {"id": "daca32af-5be3-45f8-8fc1-299aace32e39", "links": [{"href": "http://172.30.9.23:8774/images/daca32af-5be3-45f8-8fc1-299aace32e39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-10-04T13:45:26.000000", "flavor": {"id": "ac50c95b-4cf9-4559-a6fc-00c08890dcce", "links": [{"href": "http://172.30.9.23:8774/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce", "rel": "bookmark"}]}, "id": "a61126b0-92b6-48ea-817d-dba441210dbe", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:46:00Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst", "created": "2018-10-04T13:45:17Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:46:00,670 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe used request id req-6f2fc337-1f32-49ca-9254-5334853c951e 2018-10-04 13:46:00,670 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst] is - ACTIVE 2018-10-04 13:46:00,671 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:46:03,674 - create_instance - DEBUG - VM status query timeout in 296.727085114 2018-10-04 13:46:03,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:46:03,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46: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-f4506ad1-464f-4bab-b7eb-df8f611b2f4c x-compute-request-id: req-f4506ad1-464f-4bab-b7eb-df8f611b2f4c Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "bookmark"}], "image": {"id": "daca32af-5be3-45f8-8fc1-299aace32e39", "links": [{"href": "http://172.30.9.23:8774/images/daca32af-5be3-45f8-8fc1-299aace32e39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-10-04T13:45:26.000000", "flavor": {"id": "ac50c95b-4cf9-4559-a6fc-00c08890dcce", "links": [{"href": "http://172.30.9.23:8774/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce", "rel": "bookmark"}]}, "id": "a61126b0-92b6-48ea-817d-dba441210dbe", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:46:00Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst", "created": "2018-10-04T13:45:17Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:46:03,901 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe used request id req-f4506ad1-464f-4bab-b7eb-df8f611b2f4c 2018-10-04 13:46:03,901 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst] is - ACTIVE 2018-10-04 13:46:03,901 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:46:06,904 - create_instance - DEBUG - VM status query timeout in 293.496247053 2018-10-04 13:46:06,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:46:07,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46: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-490efb13-ffa5-4590-a6e6-d3151c32389a x-compute-request-id: req-490efb13-ffa5-4590-a6e6-d3151c32389a Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a61126b0-92b6-48ea-817d-dba441210dbe", "rel": "bookmark"}], "image": {"id": "daca32af-5be3-45f8-8fc1-299aace32e39", "links": [{"href": "http://172.30.9.23:8774/images/daca32af-5be3-45f8-8fc1-299aace32e39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-10-04T13:45:26.000000", "flavor": {"id": "ac50c95b-4cf9-4559-a6fc-00c08890dcce", "links": [{"href": "http://172.30.9.23:8774/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce", "rel": "bookmark"}]}, "id": "a61126b0-92b6-48ea-817d-dba441210dbe", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:46:00Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst", "created": "2018-10-04T13:45:17Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:46:07,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe used request id req-490efb13-ffa5-4590-a6e6-d3151c32389a 2018-10-04 13:46:07,184 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst] is - ACTIVE 2018-10-04 13:46:07,185 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:46:10,188 - create_instance - DEBUG - VM status query timeout in 290.212787151 2018-10-04 13:46:10,191 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a59d894bcad05943987d214167c6556b22539219" 2018-10-04 13:46:10,362 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 13:46: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-50cbf510-141e-4058-8f06-94586ed90a8d x-compute-request-id: req-50cbf510-141e-4058-8f06-94586ed90a8d Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance a61126b0-92b6-48ea-817d-dba441210dbe could not be found.", "code": 404}} 2018-10-04 13:46:10,362 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a61126b0-92b6-48ea-817d-dba441210dbe used request id req-50cbf510-141e-4058-8f06-94586ed90a8d 2018-10-04 13:46:10,362 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance a61126b0-92b6-48ea-817d-dba441210dbe could not be found. (HTTP 404) (Request-ID: req-50cbf510-141e-4058-8f06-94586ed90a8d) 2018-10-04 13:46:10,363 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-vm_inst 2018-10-04 13:46:10,366 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f7719439-861f-4c82-9d8f-a2dea3479d39" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c61e5261a6043310ca83df13a71120af17b2af" 2018-10-04 13:46:10,566 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46:10 GMT Server: Apache x-compute-request-id: req-1f668f98-0fca-4900-a699-bd8dc4ca0b37 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1f668f98-0fca-4900-a699-bd8dc4ca0b37 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T13:45:49.000000", "replication_status": null, "snapshot_id": null, "id": "149cc389-cbc0-41e6-9325-dab4a9805d92", "size": 1, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "os-vol-tenant-attr:tenant_id": "93973d1238b2486385104382b3d557a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18", "bootable": "false", "created_at": "2018-10-04T13:45:04.000000", "volume_type": null}} 2018-10-04 13:46:10,566 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92 used request id req-1f668f98-0fca-4900-a699-bd8dc4ca0b37 2018-10-04 13:46:10,567 - create_volume - DEBUG - Instance status is - available 2018-10-04 13:46:10,567 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18 2018-10-04 13:46:10,567 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18 2018-10-04 13:46:10,570 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f7719439-861f-4c82-9d8f-a2dea3479d39" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c61e5261a6043310ca83df13a71120af17b2af" 2018-10-04 13:46:10,662 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:46:10 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9d552419-7024-480f-bdcd-8cf29fd7484e 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-10-04 13:46:10,662 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92 used request id req-9d552419-7024-480f-bdcd-8cf29fd7484e 2018-10-04 13:46:10,665 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f7719439-861f-4c82-9d8f-a2dea3479d39" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c61e5261a6043310ca83df13a71120af17b2af" 2018-10-04 13:46:10,865 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46:10 GMT Server: Apache x-compute-request-id: req-ef087cc8-85fe-4407-8a6c-b07abd2bbb07 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ef087cc8-85fe-4407-8a6c-b07abd2bbb07 Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T13:46:10.000000", "replication_status": null, "snapshot_id": null, "id": "149cc389-cbc0-41e6-9325-dab4a9805d92", "size": 1, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "os-vol-tenant-attr:tenant_id": "93973d1238b2486385104382b3d557a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "deleting", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18", "bootable": "false", "created_at": "2018-10-04T13:45:04.000000", "volume_type": null}} 2018-10-04 13:46:10,865 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92 used request id req-ef087cc8-85fe-4407-8a6c-b07abd2bbb07 2018-10-04 13:46:10,866 - create_volume - DEBUG - Instance status is - deleting 2018-10-04 13:46:10,866 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-04 13:46:13,869 - create_volume - DEBUG - Volume status query timeout in 56.7935369015 2018-10-04 13:46:13,873 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f7719439-861f-4c82-9d8f-a2dea3479d39" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c61e5261a6043310ca83df13a71120af17b2af" 2018-10-04 13:46:13,912 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 13:46:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-fd72e587-2660-4242-88dd-d5771a8bf19c x-openstack-request-id: req-fd72e587-2660-4242-88dd-d5771a8bf19c Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 149cc389-cbc0-41e6-9325-dab4a9805d92 could not be found.", "code": 404}} 2018-10-04 13:46:13,912 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/149cc389-cbc0-41e6-9325-dab4a9805d92 used request id req-fd72e587-2660-4242-88dd-d5771a8bf19c 2018-10-04 13:46:13,912 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 149cc389-cbc0-41e6-9325-dab4a9805d92 could not be found. (HTTP 404) (Request-ID: req-fd72e587-2660-4242-88dd-d5771a8bf19c) 2018-10-04 13:46:13,912 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18 2018-10-04 13:46:13,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37afa657ffd5bb325b4a26791e714e2242ab4d0b" 2018-10-04 13:46:13,957 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:46: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-2301dfc0-04bb-4a5c-bd58-db451a3cfa3f x-compute-request-id: req-2301dfc0-04bb-4a5c-bd58-db451a3cfa3f Content-Length: 0 Content-Type: application/json 2018-10-04 13:46:13,957 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/ac50c95b-4cf9-4559-a6fc-00c08890dcce used request id req-2301dfc0-04bb-4a5c-bd58-db451a3cfa3f 2018-10-04 13:46:13,958 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-subnet 2018-10-04 13:46:13,958 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-subnet 2018-10-04 13:46:13,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/1f857ff8-9d80-4cb5-9a27-7ba930879cb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39e89ce523caaf0d5697f74a8a68b8d51e70294" 2018-10-04 13:46:16,173 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-58167dcd-c32a-4792-a1da-cb0640395353 Date: Thu, 04 Oct 2018 13:46:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:46:16,173 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/1f857ff8-9d80-4cb5-9a27-7ba930879cb2 used request id req-58167dcd-c32a-4792-a1da-cb0640395353 2018-10-04 13:46:16,173 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-net 2018-10-04 13:46:16,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/8ea8bffd-20f2-41cb-be0d-d120469be953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39e89ce523caaf0d5697f74a8a68b8d51e70294" 2018-10-04 13:46:17,522 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-384ed7b1-5bb9-4c4c-aa9e-8d4bd2015db3 Date: Thu, 04 Oct 2018 13:46:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:46:17,522 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/8ea8bffd-20f2-41cb-be0d-d120469be953 used request id req-384ed7b1-5bb9-4c4c-aa9e-8d4bd2015db3 2018-10-04 13:46:17,523 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-57771f26-8802-4e6e-9f2d-29401a031d18-image 2018-10-04 13:46:17,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/daca32af-5be3-45f8-8fc1-299aace32e39 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c665364f87e343903564a764cd9d4012b9824ef" 2018-10-04 13:46:18,855 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-946da90e-bdd6-48b5-babb-bb861eeb22c4 Date: Thu, 04 Oct 2018 13:46:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 13:46:18,855 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/daca32af-5be3-45f8-8fc1-299aace32e39 used request id req-946da90e-bdd6-48b5-babb-bb861eeb22c4 2018-10-04 13:46:18,857 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:46:18,859 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 13:46:18,860 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:46:18,860 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:46:19,340 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:46:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["wMLeLot4RUWA87f7nUsKRQ"], "issued_at": "2018-10-04T13:46:19.000000Z"}} 2018-10-04 13:46:19,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f57c5a59c479d907b8e25d87436244bb5726d78d" 2018-10-04 13:46:19,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47efd644-395e-4a1a-9ed2-ed63a07b66df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:46:19,435 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-47efd644-395e-4a1a-9ed2-ed63a07b66df 2018-10-04 13:46:19,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f57c5a59c479d907b8e25d87436244bb5726d78d" 2018-10-04 13:46:19,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-28b6d95e-9639-4fc7-87f0-e5555a086f07 Date: Thu, 04 Oct 2018 13:46:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-image"} 2018-10-04 13:46:19,642 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-image used request id req-28b6d95e-9639-4fc7-87f0-e5555a086f07 2018-10-04 13:46:19,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f57c5a59c479d907b8e25d87436244bb5726d78d" 2018-10-04 13:46:20,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d25f34be-116e-46ac-87dd-6fe08ced7a1b Date: Thu, 04 Oct 2018 13:46:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 13:46:20,227 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-d25f34be-116e-46ac-87dd-6fe08ced7a1b 2018-10-04 13:46:20,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f57c5a59c479d907b8e25d87436244bb5726d78d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-image"}' 2018-10-04 13:46:20,476 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/9ed07ac0-0724-4d10-a02c-34f70e870601 X-Openstack-Request-Id: req-7ad0e0dc-45f9-4fab-99c6-324b2dd6fe8e Date: Thu, 04 Oct 2018 13:46:20 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:46:20Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T13:46:20Z", "visibility": "shared", "locations": [], "self": "/v2/images/9ed07ac0-0724-4d10-a02c-34f70e870601", "min_disk": 0, "protected": false, "id": "9ed07ac0-0724-4d10-a02c-34f70e870601", "file": "/v2/images/9ed07ac0-0724-4d10-a02c-34f70e870601/file", "checksum": null, "owner": "93973d1238b2486385104382b3d557a9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:46:20,476 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-7ad0e0dc-45f9-4fab-99c6-324b2dd6fe8e 2018-10-04 13:46:20,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/9ed07ac0-0724-4d10-a02c-34f70e870601/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f57c5a59c479d907b8e25d87436244bb5726d78d" -d '' 2018-10-04 13:46:22,475 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6b2a4a8d-5222-48fd-b8fd-4771a02f234c Date: Thu, 04 Oct 2018 13:46:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 13:46:22,475 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/9ed07ac0-0724-4d10-a02c-34f70e870601/file used request id req-6b2a4a8d-5222-48fd-b8fd-4771a02f234c 2018-10-04 13:46:22,475 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 13:46:22,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/9ed07ac0-0724-4d10-a02c-34f70e870601 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f57c5a59c479d907b8e25d87436244bb5726d78d" 2018-10-04 13:46:22,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-c16fd63a-e367-435e-adfd-91a56cfe1318 Date: Thu, 04 Oct 2018 13:46:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:46:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:46:22Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/9ed07ac0-0724-4d10-a02c-34f70e870601/snap", "metadata": {}}], "self": "/v2/images/9ed07ac0-0724-4d10-a02c-34f70e870601", "min_disk": 0, "protected": false, "id": "9ed07ac0-0724-4d10-a02c-34f70e870601", "file": "/v2/images/9ed07ac0-0724-4d10-a02c-34f70e870601/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93973d1238b2486385104382b3d557a9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/9ed07ac0-0724-4d10-a02c-34f70e870601/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:46:22,698 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/9ed07ac0-0724-4d10-a02c-34f70e870601 used request id req-c16fd63a-e367-435e-adfd-91a56cfe1318 2018-10-04 13:46:22,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f57c5a59c479d907b8e25d87436244bb5726d78d" 2018-10-04 13:46:23,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fd3f03db-a644-4e60-8224-86d3497c0832 Date: Thu, 04 Oct 2018 13:46:23 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 13:46:23,276 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-fd3f03db-a644-4e60-8224-86d3497c0832 2018-10-04 13:46:23,279 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-image 2018-10-04 13:46:23,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/9ed07ac0-0724-4d10-a02c-34f70e870601 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f57c5a59c479d907b8e25d87436244bb5726d78d" 2018-10-04 13:46:23,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-10ef078c-74c7-424e-b7b0-83f353166fda Date: Thu, 04 Oct 2018 13:46:23 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:46:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:46:22Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/9ed07ac0-0724-4d10-a02c-34f70e870601/snap", "metadata": {}}], "self": "/v2/images/9ed07ac0-0724-4d10-a02c-34f70e870601", "min_disk": 0, "protected": false, "id": "9ed07ac0-0724-4d10-a02c-34f70e870601", "file": "/v2/images/9ed07ac0-0724-4d10-a02c-34f70e870601/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93973d1238b2486385104382b3d557a9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/9ed07ac0-0724-4d10-a02c-34f70e870601/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:46:23,498 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/9ed07ac0-0724-4d10-a02c-34f70e870601 used request id req-10ef078c-74c7-424e-b7b0-83f353166fda 2018-10-04 13:46:23,499 - create_image - DEBUG - Instance status is - active 2018-10-04 13:46:23,499 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-image 2018-10-04 13:46:23,499 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-image 2018-10-04 13:46:23,499 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:46:23,500 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:46:23,874 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:46:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["4ULyVZmdRjO1_234XX2Vsg"], "issued_at": "2018-10-04T13:46:23.000000Z"}} 2018-10-04 13:46:23,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f667807b252eb3c3689fee358b98bed0db778b8d" 2018-10-04 13:46:23,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e05b5b9c-b3bc-4dbd-9825-6d73728bb341 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:46:23,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e05b5b9c-b3bc-4dbd-9825-6d73728bb341 2018-10-04 13:46:23,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f667807b252eb3c3689fee358b98bed0db778b8d" 2018-10-04 13:46:24,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-aab39303-1eaf-4c67-bbd4-bf700c9cf846 Date: Thu, 04 Oct 2018 13:46:24 GMT RESP BODY: {"networks":[]} 2018-10-04 13:46:24,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net used request id req-aab39303-1eaf-4c67-bbd4-bf700c9cf846 2018-10-04 13:46:24,159 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net 2018-10-04 13:46:24,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f667807b252eb3c3689fee358b98bed0db778b8d" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net", "admin_state_up": true}}' 2018-10-04 13:46:24,575 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-af84ae7f-0a42-4d50-a465-1f71be99fa77 Date: Thu, 04 Oct 2018 13:46:24 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:46:24Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:24Z","mtu":1450}} 2018-10-04 13:46:24,576 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-af84ae7f-0a42-4d50-a465-1f71be99fa77 2018-10-04 13:46:24,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=6440f24d-64b6-4263-8c1e-5f57be6957d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f667807b252eb3c3689fee358b98bed0db778b8d" 2018-10-04 13:46:24,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-dafd8f67-b30c-49da-8777-cb7c7b7eb029 Date: Thu, 04 Oct 2018 13:46:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:46:24Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:24Z","provider:network_type":"vxlan"}]} 2018-10-04 13:46:24,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=6440f24d-64b6-4263-8c1e-5f57be6957d3 used request id req-dafd8f67-b30c-49da-8777-cb7c7b7eb029 2018-10-04 13:46:24,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f667807b252eb3c3689fee358b98bed0db778b8d" 2018-10-04 13:46:25,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-80f74d8e-95c6-4b9c-8785-6f27d3c7245a Date: Thu, 04 Oct 2018 13:46:25 GMT RESP BODY: {"subnets":[]} 2018-10-04 13:46:25,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3 used request id req-80f74d8e-95c6-4b9c-8785-6f27d3c7245a 2018-10-04 13:46:25,026 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-subnet 2018-10-04 13:46:25,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f667807b252eb3c3689fee358b98bed0db778b8d" -d '{"subnets": [{"ip_version": 4, "network_id": "6440f24d-64b6-4263-8c1e-5f57be6957d3", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-subnet"}]}' 2018-10-04 13:46:25,480 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b0b072a0-e1b2-416b-abf5-de1d34636587 Date: Thu, 04 Oct 2018 13:46:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:25Z","dns_nameservers":[],"updated_at":"2018-10-04T13:46:25Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"f9d56bac-0949-494c-aa7d-36167be89d20","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-subnet"}]} 2018-10-04 13:46:25,480 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-b0b072a0-e1b2-416b-abf5-de1d34636587 2018-10-04 13:46:25,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=6440f24d-64b6-4263-8c1e-5f57be6957d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f667807b252eb3c3689fee358b98bed0db778b8d" 2018-10-04 13:46:25,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-997c69a6-d11e-4da5-b302-408783b3d0c1 Date: Thu, 04 Oct 2018 13:46:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["f9d56bac-0949-494c-aa7d-36167be89d20"],"description":"","tags":[],"updated_at":"2018-10-04T13:46:25Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:24Z","provider:network_type":"vxlan"}]} 2018-10-04 13:46:25,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=6440f24d-64b6-4263-8c1e-5f57be6957d3 used request id req-997c69a6-d11e-4da5-b302-408783b3d0c1 2018-10-04 13:46:25,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f667807b252eb3c3689fee358b98bed0db778b8d" 2018-10-04 13:46:25,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e480c581-1fc0-4df1-82c6-c9145abe286c Date: Thu, 04 Oct 2018 13:46:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:25Z","dns_nameservers":[],"updated_at":"2018-10-04T13:46:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"f9d56bac-0949-494c-aa7d-36167be89d20","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-subnet"}]} 2018-10-04 13:46:25,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3 used request id req-e480c581-1fc0-4df1-82c6-c9145abe286c 2018-10-04 13:46:25,988 - OpenStackNetwork - DEBUG - Network [6440f24d-64b6-4263-8c1e-5f57be6957d3] created successfully 2018-10-04 13:46:25,989 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:46:25,989 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:46:26,377 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:46:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["9gDC3iKAQ5mxkvy84fChLA"], "issued_at": "2018-10-04T13:46:26.000000Z"}} 2018-10-04 13:46:26,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9318386b75e6585cf8bd6baa9b25695e03e08ee9" 2018-10-04 13:46:26,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b5df478-9701-4928-92df-08399c2a6359 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:46:26,457 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6b5df478-9701-4928-92df-08399c2a6359 2018-10-04 13:46:26,457 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:46:26,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9318386b75e6585cf8bd6baa9b25695e03e08ee9" 2018-10-04 13:46:26,645 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46: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-86dbb8c2-a079-4d86-9d91-8f0e995b89a5 x-compute-request-id: req-86dbb8c2-a079-4d86-9d91-8f0e995b89a5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 13:46:26,646 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-86dbb8c2-a079-4d86-9d91-8f0e995b89a5 2018-10-04 13:46:26,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9318386b75e6585cf8bd6baa9b25695e03e08ee9" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 13:46:26,735 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46: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-1c26eb01-4f21-40ca-9b1a-2068fd49b487 x-compute-request-id: req-1c26eb01-4f21-40ca-9b1a-2068fd49b487 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "name": "NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 13:46:26,735 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-1c26eb01-4f21-40ca-9b1a-2068fd49b487 2018-10-04 13:46:26,736 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:46:26,737 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:46:27,128 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:46:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["blS0WeMaQ2W1j9oUcs7_vQ"], "issued_at": "2018-10-04T13:46:27.000000Z"}} 2018-10-04 13:46:27,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa625f4961954bcf6f792f53f4e85e38add7830c" 2018-10-04 13:46:27,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c97d707-fc04-467a-a16b-508cdaa22667 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:46:27,210 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2c97d707-fc04-467a-a16b-508cdaa22667 2018-10-04 13:46:27,214 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa625f4961954bcf6f792f53f4e85e38add7830c" 2018-10-04 13:46:27,410 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46:27 GMT Server: Apache x-compute-request-id: req-b19ebbe6-716d-4f8a-8ee6-6d4caad55a23 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b19ebbe6-716d-4f8a-8ee6-6d4caad55a23 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-04 13:46:27,410 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/detail used request id req-b19ebbe6-716d-4f8a-8ee6-6d4caad55a23 2018-10-04 13:46:27,414 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b19ebbe6-716d-4f8a-8ee6-6d4caad55a23" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa625f4961954bcf6f792f53f4e85e38add7830c" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-04 13:46:28,336 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:46:27 GMT Server: Apache x-compute-request-id: req-2a127d5e-4b89-4a6b-96e5-41d4c71a5b86 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2a127d5e-4b89-4a6b-96e5-41d4c71a5b86 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/c5aafd48-fd43-4d1a-b58f-acc99337f5c0", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/c5aafd48-fd43-4d1a-b58f-acc99337f5c0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T13:46:28.204952", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "c5aafd48-fd43-4d1a-b58f-acc99337f5c0", "size": 1}} 2018-10-04 13:46:28,336 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes used request id req-2a127d5e-4b89-4a6b-96e5-41d4c71a5b86 2018-10-04 13:46:28,340 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/c5aafd48-fd43-4d1a-b58f-acc99337f5c0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b19ebbe6-716d-4f8a-8ee6-6d4caad55a23" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa625f4961954bcf6f792f53f4e85e38add7830c" 2018-10-04 13:46:29,091 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46:28 GMT Server: Apache x-compute-request-id: req-90d7e1aa-626c-4b41-9534-6088d7457bfa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-90d7e1aa-626c-4b41-9534-6088d7457bfa Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/c5aafd48-fd43-4d1a-b58f-acc99337f5c0", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/c5aafd48-fd43-4d1a-b58f-acc99337f5c0", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T13:46:28.000000", "replication_status": null, "snapshot_id": null, "id": "c5aafd48-fd43-4d1a-b58f-acc99337f5c0", "size": 1, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "os-vol-tenant-attr:tenant_id": "93973d1238b2486385104382b3d557a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5", "bootable": "false", "created_at": "2018-10-04T13:46:28.000000", "volume_type": null}} 2018-10-04 13:46:29,091 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/c5aafd48-fd43-4d1a-b58f-acc99337f5c0 used request id req-90d7e1aa-626c-4b41-9534-6088d7457bfa 2018-10-04 13:46:29,091 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5 2018-10-04 13:46:29,094 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/c5aafd48-fd43-4d1a-b58f-acc99337f5c0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b19ebbe6-716d-4f8a-8ee6-6d4caad55a23" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa625f4961954bcf6f792f53f4e85e38add7830c" 2018-10-04 13:46:29,847 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46:29 GMT Server: Apache x-compute-request-id: req-d9cc9caf-b08c-443c-9e7b-c58d7ab1d207 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d9cc9caf-b08c-443c-9e7b-c58d7ab1d207 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/c5aafd48-fd43-4d1a-b58f-acc99337f5c0", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/c5aafd48-fd43-4d1a-b58f-acc99337f5c0", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T13:46:28.000000", "replication_status": null, "snapshot_id": null, "id": "c5aafd48-fd43-4d1a-b58f-acc99337f5c0", "size": 1, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "os-vol-tenant-attr:tenant_id": "93973d1238b2486385104382b3d557a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5", "bootable": "false", "created_at": "2018-10-04T13:46:28.000000", "volume_type": null}} 2018-10-04 13:46:29,847 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/c5aafd48-fd43-4d1a-b58f-acc99337f5c0 used request id req-d9cc9caf-b08c-443c-9e7b-c58d7ab1d207 2018-10-04 13:46:29,847 - create_volume - DEBUG - Instance status is - available 2018-10-04 13:46:29,847 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5 2018-10-04 13:46:29,847 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5 2018-10-04 13:46:29,848 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:46:29,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:46:30,221 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:46:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["O_fR7TQ1TyWjR18q135YNw"], "issued_at": "2018-10-04T13:46:30.000000Z"}} 2018-10-04 13:46:30,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:30,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-802587c5-1197-491e-9129-d31dee0b1843 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:46:30,234 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-802587c5-1197-491e-9129-d31dee0b1843 2018-10-04 13:46:30,235 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:46:30,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:30,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24329b72-9d4a-434b-b35d-9312fba3539d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:46:30,326 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-24329b72-9d4a-434b-b35d-9312fba3539d 2018-10-04 13:46:30,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:30,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e61dc07a-1cf4-48e8-9bc9-f66ef045402d Date: Thu, 04 Oct 2018 13:46:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["f9d56bac-0949-494c-aa7d-36167be89d20"],"description":"","tags":[],"updated_at":"2018-10-04T13:46:25Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:24Z","provider:network_type":"vxlan"}]} 2018-10-04 13:46:30,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net used request id req-e61dc07a-1cf4-48e8-9bc9-f66ef045402d 2018-10-04 13:46:30,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:46:30,603 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:46:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:46:30,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:30,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f67ba7ff-6bff-4ca6-90d2-6286916f836b Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:46:30,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-f67ba7ff-6bff-4ca6-90d2-6286916f836b 2018-10-04 13:46:30,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:30,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-73874a29-b5de-49f1-966f-f2fb762b3a8b Date: Thu, 04 Oct 2018 13:46:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:25Z","dns_nameservers":[],"updated_at":"2018-10-04T13:46:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"f9d56bac-0949-494c-aa7d-36167be89d20","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-subnet"}]} 2018-10-04 13:46:30,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3 used request id req-73874a29-b5de-49f1-966f-f2fb762b3a8b 2018-10-04 13:46:30,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3&name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:31,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2cf0bc71-6466-401a-8db2-5f6fbf7bec96 Date: Thu, 04 Oct 2018 13:46:31 GMT RESP BODY: {"ports":[]} 2018-10-04 13:46:31,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3&name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-port&admin_state_up=True used request id req-2cf0bc71-6466-401a-8db2-5f6fbf7bec96 2018-10-04 13:46:31,095 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:31,353 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46: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-d7624470-cfc1-482b-8d1b-9d4c56a202f7 x-compute-request-id: req-d7624470-cfc1-482b-8d1b-9d4c56a202f7 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 13:46:31,353 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-vm_inst used request id req-d7624470-cfc1-482b-8d1b-9d4c56a202f7 2018-10-04 13:46:31,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:31,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-b2cc3dac-8677-488e-a025-da5d1a489374 Date: Thu, 04 Oct 2018 13:46:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["f9d56bac-0949-494c-aa7d-36167be89d20"],"description":"","tags":[],"updated_at":"2018-10-04T13:46:25Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:24Z","provider:network_type":"vxlan"}]} 2018-10-04 13:46:31,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net used request id req-b2cc3dac-8677-488e-a025-da5d1a489374 2018-10-04 13:46:31,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:31,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d009abe-f669-44cd-8bae-3d13f54b390b Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:46:31,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-7d009abe-f669-44cd-8bae-3d13f54b390b 2018-10-04 13:46:31,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:31,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0bd37efe-dfbb-4973-b579-78206a4e7fcf Date: Thu, 04 Oct 2018 13:46:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:25Z","dns_nameservers":[],"updated_at":"2018-10-04T13:46:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"f9d56bac-0949-494c-aa7d-36167be89d20","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-subnet"}]} 2018-10-04 13:46:31,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3 used request id req-0bd37efe-dfbb-4973-b579-78206a4e7fcf 2018-10-04 13:46:31,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3&name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:32,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a07bc46d-62e4-421c-958c-e6ce55b3aad3 Date: Thu, 04 Oct 2018 13:46:32 GMT RESP BODY: {"ports":[]} 2018-10-04 13:46:32,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3&name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-port&admin_state_up=True used request id req-a07bc46d-62e4-421c-958c-e6ce55b3aad3 2018-10-04 13:46:32,093 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:46:32,094 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:46:32,465 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:46:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["0RLWg4YEQSyS64iZ05uDGQ"], "issued_at": "2018-10-04T13:46:32.000000Z"}} 2018-10-04 13:46:32,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8c0a5baee5e21cc9f378355020e48ee74325d2" 2018-10-04 13:46:32,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fc5a1f5-1c60-4b94-b954-fe8bb8ba60d2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:46:32,556 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6fc5a1f5-1c60-4b94-b954-fe8bb8ba60d2 2018-10-04 13:46:32,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:32,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-531d3463-56da-428e-a63e-fd95d59c0f0e Date: Thu, 04 Oct 2018 13:46:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["f9d56bac-0949-494c-aa7d-36167be89d20"],"description":"","tags":[],"updated_at":"2018-10-04T13:46:25Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:24Z","provider:network_type":"vxlan"}]} 2018-10-04 13:46:32,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net used request id req-531d3463-56da-428e-a63e-fd95d59c0f0e 2018-10-04 13:46:32,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:32,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1646884d-5478-427f-9d48-803a2f9564f4 Date: Thu, 04 Oct 2018 13:46:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:25Z","dns_nameservers":[],"updated_at":"2018-10-04T13:46:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"f9d56bac-0949-494c-aa7d-36167be89d20","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-subnet"}]} 2018-10-04 13:46:32,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3 used request id req-1646884d-5478-427f-9d48-803a2f9564f4 2018-10-04 13:46:32,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:32,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-fc514a6d-3cf1-4443-80cd-27b1966b398f Date: Thu, 04 Oct 2018 13:46:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["f9d56bac-0949-494c-aa7d-36167be89d20"],"description":"","tags":[],"updated_at":"2018-10-04T13:46:25Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:24Z","provider:network_type":"vxlan"}]} 2018-10-04 13:46:32,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net used request id req-fc514a6d-3cf1-4443-80cd-27b1966b398f 2018-10-04 13:46:32,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:46:32,933 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:46:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:46:32,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8c0a5baee5e21cc9f378355020e48ee74325d2" 2018-10-04 13:46:33,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e732073f-b01e-45f9-82b2-a6b8c1a73d72 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:46:33,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-e732073f-b01e-45f9-82b2-a6b8c1a73d72 2018-10-04 13:46:33,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:33,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-dd589890-d87d-4a72-8bc3-f72170d0c4b8 Date: Thu, 04 Oct 2018 13:46:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:25Z","dns_nameservers":[],"updated_at":"2018-10-04T13:46:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"f9d56bac-0949-494c-aa7d-36167be89d20","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-subnet"}]} 2018-10-04 13:46:33,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3 used request id req-dd589890-d87d-4a72-8bc3-f72170d0c4b8 2018-10-04 13:46:33,257 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net 2018-10-04 13:46:33,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" -d '{"port": {"network_id": "6440f24d-64b6-4263-8c1e-5f57be6957d3", "name": "NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-port", "admin_state_up": true}}' 2018-10-04 13:46:34,271 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-dda3aecf-2ee2-41a5-b928-c18f4520d898 Date: Thu, 04 Oct 2018 13:46:34 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:46:33Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f9d56bac-0949-494c-aa7d-36167be89d20","ip_address":"10.55.0.5"}],"id":"dc1cc7c5-a793-4d91-b2e3-596e0ec90f07","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1c:72:64","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-port","project_id":"93973d1238b2486385104382b3d557a9","qos_policy_id":null,"admin_state_up":true,"network_id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:33Z","binding:vnic_type":"normal"}} 2018-10-04 13:46:34,271 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-dda3aecf-2ee2-41a5-b928-c18f4520d898 2018-10-04 13:46:34,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:34,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-7aa06ce2-19c4-4303-8d18-b77bd15ee6d2 Date: Thu, 04 Oct 2018 13:46:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["f9d56bac-0949-494c-aa7d-36167be89d20"],"description":"","tags":[],"updated_at":"2018-10-04T13:46:25Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:24Z","provider:network_type":"vxlan"}]} 2018-10-04 13:46:34,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net used request id req-7aa06ce2-19c4-4303-8d18-b77bd15ee6d2 2018-10-04 13:46:34,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:34,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e61e53b-e08c-45c8-9501-3547df0a204d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:46:34,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-3e61e53b-e08c-45c8-9501-3547df0a204d 2018-10-04 13:46:34,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:34,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1176c68b-53fd-49f6-9939-862b277534c7 Date: Thu, 04 Oct 2018 13:46:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:25Z","dns_nameservers":[],"updated_at":"2018-10-04T13:46:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"f9d56bac-0949-494c-aa7d-36167be89d20","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-subnet"}]} 2018-10-04 13:46:34,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3 used request id req-1176c68b-53fd-49f6-9939-862b277534c7 2018-10-04 13:46:34,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3&name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:35,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-f82e4914-07df-457b-86c0-cbc4a7174eb7 Date: Thu, 04 Oct 2018 13:46:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:46:33Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9d56bac-0949-494c-aa7d-36167be89d20","ip_address":"10.55.0.5"}],"id":"dc1cc7c5-a793-4d91-b2e3-596e0ec90f07","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1c:72:64","project_id":"93973d1238b2486385104382b3d557a9","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-port","admin_state_up":true,"network_id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:33Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 13:46:35,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3&name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-port&admin_state_up=True used request id req-f82e4914-07df-457b-86c0-cbc4a7174eb7 2018-10-04 13:46:35,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:35,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-003f63a1-fdf2-409e-bbca-f65efd10011b Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:46:35,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-003f63a1-fdf2-409e-bbca-f65efd10011b 2018-10-04 13:46:35,278 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-vm_inst 2018-10-04 13:46:35,280 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:35,307 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46: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-d6467201-594b-4371-9f68-82bc84351309 x-compute-request-id: req-d6467201-594b-4371-9f68-82bc84351309 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-flavor"}]} 2018-10-04 13:46:35,308 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d6467201-594b-4371-9f68-82bc84351309 2018-10-04 13:46:35,310 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/a6acefb1-1d8e-4d46-9c3c-b91083d50cd1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:35,334 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46: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-48ce4d5a-19dd-4c05-aba4-4dc884040a83 x-compute-request-id: req-48ce4d5a-19dd-4c05-aba4-4dc884040a83 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "name": "NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 13:46:35,334 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/a6acefb1-1d8e-4d46-9c3c-b91083d50cd1 used request id req-48ce4d5a-19dd-4c05-aba4-4dc884040a83 2018-10-04 13:46:35,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:35,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-902b2b18-52ad-44cd-9a8a-71644986a6b0 Date: Thu, 04 Oct 2018 13:46:35 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:46:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:46:22Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/9ed07ac0-0724-4d10-a02c-34f70e870601/snap", "metadata": {}}], "self": "/v2/images/9ed07ac0-0724-4d10-a02c-34f70e870601", "min_disk": 0, "protected": false, "id": "9ed07ac0-0724-4d10-a02c-34f70e870601", "file": "/v2/images/9ed07ac0-0724-4d10-a02c-34f70e870601/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93973d1238b2486385104382b3d557a9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/9ed07ac0-0724-4d10-a02c-34f70e870601/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-image"} 2018-10-04 13:46:35,499 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-image used request id req-902b2b18-52ad-44cd-9a8a-71644986a6b0 2018-10-04 13:46:35,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:35,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-54e50cf0-ff99-4887-83db-330094bc8762 Date: Thu, 04 Oct 2018 13:46:35 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 13:46:35,668 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-54e50cf0-ff99-4887-83db-330094bc8762 2018-10-04 13:46:35,673 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-vm_inst", "imageRef": "9ed07ac0-0724-4d10-a02c-34f70e870601", "flavorRef": "a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "max_count": 1, "min_count": 1, "networks": [{"port": "dc1cc7c5-a793-4d91-b2e3-596e0ec90f07"}]}}' 2018-10-04 13:46:37,910 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:46: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-1a2942d6-e232-4fae-91f0-539838eea783 x-compute-request-id: req-1a2942d6-e232-4fae-91f0-539838eea783 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "rel": "bookmark"}], "adminPass": "5F6xDPnixfqF"}} 2018-10-04 13:46:37,911 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-1a2942d6-e232-4fae-91f0-539838eea783 2018-10-04 13:46:37,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:38,282 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46: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-be67e217-e7f8-462b-a33d-91d3095afa04 x-compute-request-id: req-be67e217-e7f8-462b-a33d-91d3095afa04 Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "rel": "bookmark"}], "image": {"id": "9ed07ac0-0724-4d10-a02c-34f70e870601", "links": [{"href": "http://172.30.9.23:8774/images/9ed07ac0-0724-4d10-a02c-34f70e870601", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "links": [{"href": "http://172.30.9.23:8774/flavors/a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "rel": "bookmark"}]}, "id": "e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "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-10-04T13:46:37Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-vm_inst", "created": "2018-10-04T13:46:37Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:46:38,283 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 used request id req-be67e217-e7f8-462b-a33d-91d3095afa04 2018-10-04 13:46:38,283 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-vm_inst 2018-10-04 13:46:38,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:38,595 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13: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-77656864-5b87-4ad0-abe1-e0e599c71613 x-compute-request-id: req-77656864-5b87-4ad0-abe1-e0e599c71613 Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "rel": "bookmark"}], "image": {"id": "9ed07ac0-0724-4d10-a02c-34f70e870601", "links": [{"href": "http://172.30.9.23:8774/images/9ed07ac0-0724-4d10-a02c-34f70e870601", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "links": [{"href": "http://172.30.9.23:8774/flavors/a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "rel": "bookmark"}]}, "id": "e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "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-10-04T13:46:38Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-vm_inst", "created": "2018-10-04T13:46:37Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:46:38,595 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 used request id req-77656864-5b87-4ad0-abe1-e0e599c71613 2018-10-04 13:46:38,596 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-vm_inst] is - BUILD 2018-10-04 13:46:38,596 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:46:41,599 - create_instance - DEBUG - VM status query timeout in 896.683944941 2018-10-04 13:46:41,603 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:42,614 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46: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-0f851f38-7dfc-4350-a870-5c7898edf694 x-compute-request-id: req-0f851f38-7dfc-4350-a870-5c7898edf694 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "rel": "bookmark"}], "image": {"id": "9ed07ac0-0724-4d10-a02c-34f70e870601", "links": [{"href": "http://172.30.9.23:8774/images/9ed07ac0-0724-4d10-a02c-34f70e870601", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "links": [{"href": "http://172.30.9.23:8774/flavors/a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "rel": "bookmark"}]}, "id": "e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:46:41Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-vm_inst", "created": "2018-10-04T13:46:37Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:46:42,614 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 used request id req-0f851f38-7dfc-4350-a870-5c7898edf694 2018-10-04 13:46:42,614 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-vm_inst] is - BUILD 2018-10-04 13:46:42,614 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:46:45,617 - create_instance - DEBUG - VM status query timeout in 892.66592598 2018-10-04 13:46:45,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:46,107 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46: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-270738f2-9cab-4fa1-9aaf-14eb4f6f7cf4 x-compute-request-id: req-270738f2-9cab-4fa1-9aaf-14eb4f6f7cf4 Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:72:64", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "rel": "bookmark"}], "image": {"id": "9ed07ac0-0724-4d10-a02c-34f70e870601", "links": [{"href": "http://172.30.9.23:8774/images/9ed07ac0-0724-4d10-a02c-34f70e870601", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "links": [{"href": "http://172.30.9.23:8774/flavors/a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "rel": "bookmark"}]}, "id": "e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:46:41Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-vm_inst", "created": "2018-10-04T13:46:37Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:46:46,107 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 used request id req-270738f2-9cab-4fa1-9aaf-14eb4f6f7cf4 2018-10-04 13:46:46,107 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-vm_inst] is - BUILD 2018-10-04 13:46:46,108 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:46:49,110 - create_instance - DEBUG - VM status query timeout in 889.173269033 2018-10-04 13:46:49,111 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:49,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46: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-c389b96d-7ecf-4be9-b85e-f11fd923fc91 x-compute-request-id: req-c389b96d-7ecf-4be9-b85e-f11fd923fc91 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:72:64", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "rel": "bookmark"}], "image": {"id": "9ed07ac0-0724-4d10-a02c-34f70e870601", "links": [{"href": "http://172.30.9.23:8774/images/9ed07ac0-0724-4d10-a02c-34f70e870601", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-10-04T13:46:44.000000", "flavor": {"id": "a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "links": [{"href": "http://172.30.9.23:8774/flavors/a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "rel": "bookmark"}]}, "id": "e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:46:46Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-vm_inst", "created": "2018-10-04T13:46:37Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:46:49,867 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 used request id req-c389b96d-7ecf-4be9-b85e-f11fd923fc91 2018-10-04 13:46:49,868 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-vm_inst] is - ACTIVE 2018-10-04 13:46:49,868 - create_instance - INFO - VM is - ACTIVE 2018-10-04 13:46:49,869 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:50,266 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46: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-305a7c5c-4cdc-4ee2-91e2-5a0d75c61164 x-compute-request-id: req-305a7c5c-4cdc-4ee2-91e2-5a0d75c61164 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:72:64", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "rel": "bookmark"}], "image": {"id": "9ed07ac0-0724-4d10-a02c-34f70e870601", "links": [{"href": "http://172.30.9.23:8774/images/9ed07ac0-0724-4d10-a02c-34f70e870601", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-10-04T13:46:44.000000", "flavor": {"id": "a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "links": [{"href": "http://172.30.9.23:8774/flavors/a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "rel": "bookmark"}]}, "id": "e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:46:46Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-vm_inst", "created": "2018-10-04T13:46:37Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:46:50,266 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 used request id req-305a7c5c-4cdc-4ee2-91e2-5a0d75c61164 2018-10-04 13:46:50,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:50,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-aecee05d-eb49-4a49-8d23-690490229303 Date: Thu, 04 Oct 2018 13:46:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["f9d56bac-0949-494c-aa7d-36167be89d20"],"description":"","tags":[],"updated_at":"2018-10-04T13:46:25Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:24Z","provider:network_type":"vxlan"}]} 2018-10-04 13:46:50,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net used request id req-aecee05d-eb49-4a49-8d23-690490229303 2018-10-04 13:46:50,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:50,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf00fe04-d17f-4b29-93ca-3c10eb18d84c Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:46:50,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-bf00fe04-d17f-4b29-93ca-3c10eb18d84c 2018-10-04 13:46:50,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:50,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-afdc13fa-8981-42d6-b5ec-9ea870887945 Date: Thu, 04 Oct 2018 13:46:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:25Z","dns_nameservers":[],"updated_at":"2018-10-04T13:46:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"f9d56bac-0949-494c-aa7d-36167be89d20","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-subnet"}]} 2018-10-04 13:46:50,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3 used request id req-afdc13fa-8981-42d6-b5ec-9ea870887945 2018-10-04 13:46:50,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:50,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-a5bd0157-08b6-4801-8ab6-f047358dc6cc Date: Thu, 04 Oct 2018 13:46:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:46:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9d56bac-0949-494c-aa7d-36167be89d20","ip_address":"10.55.0.2"}],"id":"c11ba46e-debd-48d0-a43b-70490c6e4dea","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:47:9f:37","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6440f24d-64b6-4263-8c1e-5f57be6957d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:46:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9d56bac-0949-494c-aa7d-36167be89d20","ip_address":"10.55.0.4"}],"id":"d5161f7d-b7c8-46ef-b36d-af3be986087c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:9c:86","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6440f24d-64b6-4263-8c1e-5f57be6957d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:46:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9d56bac-0949-494c-aa7d-36167be89d20","ip_address":"10.55.0.5"}],"id":"dc1cc7c5-a793-4d91-b2e3-596e0ec90f07","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1c:72:64","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-port","admin_state_up":true,"network_id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:33Z","binding:vnic_type":"normal","device_id":"e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:46:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9d56bac-0949-494c-aa7d-36167be89d20","ip_address":"10.55.0.3"}],"id":"fa62ee1b-27aa-42e6-bc0b-fd432581c04d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:21:5e","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6440f24d-64b6-4263-8c1e-5f57be6957d3"}]} 2018-10-04 13:46:50,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3 used request id req-a5bd0157-08b6-4801-8ab6-f047358dc6cc 2018-10-04 13:46:50,629 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:46:51,089 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:46:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["-afUh9UUQLy2A8zLxoNxNw"], "issued_at": "2018-10-04T13:46:51.000000Z"}} 2018-10-04 13:46:51,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a7d24977a33079dcc05b1c3a65fe1a4aabb59a4" 2018-10-04 13:46:51,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70b83673-4c1d-46b6-afed-67ef22b8e3b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:46:51,171 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-70b83673-4c1d-46b6-afed-67ef22b8e3b2 2018-10-04 13:46:51,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:51,784 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46: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-f456327f-b54e-498b-b850-76374ae54379 x-compute-request-id: req-f456327f-b54e-498b-b850-76374ae54379 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:72:64", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "rel": "bookmark"}], "image": {"id": "9ed07ac0-0724-4d10-a02c-34f70e870601", "links": [{"href": "http://172.30.9.23:8774/images/9ed07ac0-0724-4d10-a02c-34f70e870601", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-10-04T13:46:44.000000", "flavor": {"id": "a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "links": [{"href": "http://172.30.9.23:8774/flavors/a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "rel": "bookmark"}]}, "id": "e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:46:46Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-vm_inst", "created": "2018-10-04T13:46:37Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:46:51,784 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 used request id req-f456327f-b54e-498b-b850-76374ae54379 2018-10-04 13:46:51,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:51,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-0d7929fe-6a0c-4105-bca6-502e1e561b20 Date: Thu, 04 Oct 2018 13:46:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["f9d56bac-0949-494c-aa7d-36167be89d20"],"description":"","tags":[],"updated_at":"2018-10-04T13:46:25Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:24Z","provider:network_type":"vxlan"}]} 2018-10-04 13:46:51,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net used request id req-0d7929fe-6a0c-4105-bca6-502e1e561b20 2018-10-04 13:46:51,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:51,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26f2adb1-96b3-4523-8db1-536a1f7da742 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:46:51,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-26f2adb1-96b3-4523-8db1-536a1f7da742 2018-10-04 13:46:51,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:52,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f5447743-0e9f-417c-a4c1-de72f7a83020 Date: Thu, 04 Oct 2018 13:46:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:25Z","dns_nameservers":[],"updated_at":"2018-10-04T13:46:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"f9d56bac-0949-494c-aa7d-36167be89d20","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-subnet"}]} 2018-10-04 13:46:52,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3 used request id req-f5447743-0e9f-417c-a4c1-de72f7a83020 2018-10-04 13:46:52,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:52,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-a5e99458-80c8-45fd-8a41-f8f974dd52e6 Date: Thu, 04 Oct 2018 13:46:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:46:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9d56bac-0949-494c-aa7d-36167be89d20","ip_address":"10.55.0.2"}],"id":"c11ba46e-debd-48d0-a43b-70490c6e4dea","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:47:9f:37","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6440f24d-64b6-4263-8c1e-5f57be6957d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:46:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9d56bac-0949-494c-aa7d-36167be89d20","ip_address":"10.55.0.4"}],"id":"d5161f7d-b7c8-46ef-b36d-af3be986087c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:9c:86","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6440f24d-64b6-4263-8c1e-5f57be6957d3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:46:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9d56bac-0949-494c-aa7d-36167be89d20","ip_address":"10.55.0.5"}],"id":"dc1cc7c5-a793-4d91-b2e3-596e0ec90f07","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1c:72:64","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-port","admin_state_up":true,"network_id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:33Z","binding:vnic_type":"normal","device_id":"e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:46:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9d56bac-0949-494c-aa7d-36167be89d20","ip_address":"10.55.0.3"}],"id":"fa62ee1b-27aa-42e6-bc0b-fd432581c04d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:21:5e","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6440f24d-64b6-4263-8c1e-5f57be6957d3","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:46:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6440f24d-64b6-4263-8c1e-5f57be6957d3"}]} 2018-10-04 13:46:52,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=6440f24d-64b6-4263-8c1e-5f57be6957d3 used request id req-a5e99458-80c8-45fd-8a41-f8f974dd52e6 2018-10-04 13:46:52,371 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a7d24977a33079dcc05b1c3a65fe1a4aabb59a4" -d '{"volumeAttachment": {"volumeId": "c5aafd48-fd43-4d1a-b58f-acc99337f5c0"}}' 2018-10-04 13:46:54,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46: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-0dae5be4-5230-4864-9fc0-ac39f68c22ce x-compute-request-id: req-0dae5be4-5230-4864-9fc0-ac39f68c22ce Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "id": "c5aafd48-fd43-4d1a-b58f-acc99337f5c0", "volumeId": "c5aafd48-fd43-4d1a-b58f-acc99337f5c0"}} 2018-10-04 13:46:54,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0/os-volume_attachments used request id req-0dae5be4-5230-4864-9fc0-ac39f68c22ce 2018-10-04 13:46:54,342 - create_instance - INFO - Deleting Port with ID - dc1cc7c5-a793-4d91-b2e3-596e0ec90f07 2018-10-04 13:46:54,343 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-port 2018-10-04 13:46:54,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/dc1cc7c5-a793-4d91-b2e3-596e0ec90f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:54,999 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9fba399f-399b-4ba3-a3ca-c171de9d71a4 Date: Thu, 04 Oct 2018 13:46:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:46:54,999 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/dc1cc7c5-a793-4d91-b2e3-596e0ec90f07 used request id req-9fba399f-399b-4ba3-a3ca-c171de9d71a4 2018-10-04 13:46:54,999 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-vm_inst 2018-10-04 13:46:55,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:55,164 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13: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-69d923b3-87e6-4895-b842-ae8ebf72a459 x-compute-request-id: req-69d923b3-87e6-4895-b842-ae8ebf72a459 Content-Type: application/json 2018-10-04 13:46:55,164 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 used request id req-69d923b3-87e6-4895-b842-ae8ebf72a459 2018-10-04 13:46:55,164 - create_instance - INFO - Checking deletion status 2018-10-04 13:46:55,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:55,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13: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-1711b5c9-54c4-4714-9286-81d1adf72004 x-compute-request-id: req-1711b5c9-54c4-4714-9286-81d1adf72004 Content-Encoding: gzip Content-Length: 829 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:72:64", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "rel": "bookmark"}], "image": {"id": "9ed07ac0-0724-4d10-a02c-34f70e870601", "links": [{"href": "http://172.30.9.23:8774/images/9ed07ac0-0724-4d10-a02c-34f70e870601", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-10-04T13:46:44.000000", "flavor": {"id": "a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "links": [{"href": "http://172.30.9.23:8774/flavors/a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "rel": "bookmark"}]}, "id": "e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:46:55Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-vm_inst", "created": "2018-10-04T13:46:37Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [{"id": "c5aafd48-fd43-4d1a-b58f-acc99337f5c0"}], "metadata": {}}} 2018-10-04 13:46:55,556 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 used request id req-1711b5c9-54c4-4714-9286-81d1adf72004 2018-10-04 13:46:55,556 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-vm_inst] is - ACTIVE 2018-10-04 13:46:55,556 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:46:58,560 - create_instance - DEBUG - VM status query timeout in 296.604747057 2018-10-04 13:46:58,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:46:58,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:46: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-a74477c7-f4ca-48d7-9b89-efb8db821b53 x-compute-request-id: req-a74477c7-f4ca-48d7-9b89-efb8db821b53 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "rel": "bookmark"}], "image": {"id": "9ed07ac0-0724-4d10-a02c-34f70e870601", "links": [{"href": "http://172.30.9.23:8774/images/9ed07ac0-0724-4d10-a02c-34f70e870601", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-10-04T13:46:44.000000", "flavor": {"id": "a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "links": [{"href": "http://172.30.9.23:8774/flavors/a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "rel": "bookmark"}]}, "id": "e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:46:56Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-vm_inst", "created": "2018-10-04T13:46:37Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [{"id": "c5aafd48-fd43-4d1a-b58f-acc99337f5c0"}], "metadata": {}}} 2018-10-04 13:46:58,995 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 used request id req-a74477c7-f4ca-48d7-9b89-efb8db821b53 2018-10-04 13:46:58,995 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-vm_inst] is - ACTIVE 2018-10-04 13:46:58,995 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:47:01,996 - create_instance - DEBUG - VM status query timeout in 293.168370962 2018-10-04 13:47:01,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:47:02,279 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47: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-00e300b5-b479-49b3-a95e-d45f2bce1be2 x-compute-request-id: req-00e300b5-b479-49b3-a95e-d45f2bce1be2 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "rel": "bookmark"}], "image": {"id": "9ed07ac0-0724-4d10-a02c-34f70e870601", "links": [{"href": "http://172.30.9.23:8774/images/9ed07ac0-0724-4d10-a02c-34f70e870601", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-10-04T13:46:44.000000", "flavor": {"id": "a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "links": [{"href": "http://172.30.9.23:8774/flavors/a6acefb1-1d8e-4d46-9c3c-b91083d50cd1", "rel": "bookmark"}]}, "id": "e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:47:01Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-vm_inst", "created": "2018-10-04T13:46:37Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [{"id": "c5aafd48-fd43-4d1a-b58f-acc99337f5c0"}], "metadata": {}}} 2018-10-04 13:47:02,279 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 used request id req-00e300b5-b479-49b3-a95e-d45f2bce1be2 2018-10-04 13:47:02,279 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-vm_inst] is - ACTIVE 2018-10-04 13:47:02,279 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:47:05,283 - create_instance - DEBUG - VM status query timeout in 289.881669044 2018-10-04 13:47:05,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4c3aec5cf89522835d5d32038cfffbc4bb616e" 2018-10-04 13:47:05,342 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 13:47:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2b86876d-3ee0-46be-becf-15887edc3ca9 x-compute-request-id: req-2b86876d-3ee0-46be-becf-15887edc3ca9 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 could not be found.", "code": 404}} 2018-10-04 13:47:05,342 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 used request id req-2b86876d-3ee0-46be-becf-15887edc3ca9 2018-10-04 13:47:05,343 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance e974ba35-c2fb-4cf4-bcbe-97bcc8f639c0 could not be found. (HTTP 404) (Request-ID: req-2b86876d-3ee0-46be-becf-15887edc3ca9) 2018-10-04 13:47:05,343 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-vm_inst 2018-10-04 13:47:05,345 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/c5aafd48-fd43-4d1a-b58f-acc99337f5c0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b19ebbe6-716d-4f8a-8ee6-6d4caad55a23" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa625f4961954bcf6f792f53f4e85e38add7830c" 2018-10-04 13:47:06,203 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:05 GMT Server: Apache x-compute-request-id: req-0b708bb4-9db8-4577-b7f1-4091d80049c5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0b708bb4-9db8-4577-b7f1-4091d80049c5 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/c5aafd48-fd43-4d1a-b58f-acc99337f5c0", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/c5aafd48-fd43-4d1a-b58f-acc99337f5c0", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T13:46:56.000000", "replication_status": null, "snapshot_id": null, "id": "c5aafd48-fd43-4d1a-b58f-acc99337f5c0", "size": 1, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "os-vol-tenant-attr:tenant_id": "93973d1238b2486385104382b3d557a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5", "bootable": "false", "created_at": "2018-10-04T13:46:28.000000", "volume_type": null}} 2018-10-04 13:47:06,204 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/c5aafd48-fd43-4d1a-b58f-acc99337f5c0 used request id req-0b708bb4-9db8-4577-b7f1-4091d80049c5 2018-10-04 13:47:06,204 - create_volume - DEBUG - Instance status is - available 2018-10-04 13:47:06,204 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5 2018-10-04 13:47:06,204 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5 2018-10-04 13:47:06,207 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/c5aafd48-fd43-4d1a-b58f-acc99337f5c0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b19ebbe6-716d-4f8a-8ee6-6d4caad55a23" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa625f4961954bcf6f792f53f4e85e38add7830c" 2018-10-04 13:47:07,011 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:47:06 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f6177ea7-7999-4a4e-be38-c68f7d480023 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-10-04 13:47:07,011 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/c5aafd48-fd43-4d1a-b58f-acc99337f5c0 used request id req-f6177ea7-7999-4a4e-be38-c68f7d480023 2018-10-04 13:47:07,015 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/c5aafd48-fd43-4d1a-b58f-acc99337f5c0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b19ebbe6-716d-4f8a-8ee6-6d4caad55a23" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa625f4961954bcf6f792f53f4e85e38add7830c" 2018-10-04 13:47:07,764 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 13:47:07 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-47f01322-0ee2-4197-b44b-5b63671e3137 x-openstack-request-id: req-47f01322-0ee2-4197-b44b-5b63671e3137 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume c5aafd48-fd43-4d1a-b58f-acc99337f5c0 could not be found.", "code": 404}} 2018-10-04 13:47:07,765 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/c5aafd48-fd43-4d1a-b58f-acc99337f5c0 used request id req-47f01322-0ee2-4197-b44b-5b63671e3137 2018-10-04 13:47:07,765 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume c5aafd48-fd43-4d1a-b58f-acc99337f5c0 could not be found. (HTTP 404) (Request-ID: req-47f01322-0ee2-4197-b44b-5b63671e3137) 2018-10-04 13:47:07,765 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5 2018-10-04 13:47:07,769 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/a6acefb1-1d8e-4d46-9c3c-b91083d50cd1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9318386b75e6585cf8bd6baa9b25695e03e08ee9" 2018-10-04 13:47:07,800 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:47:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e7c30e2d-3269-45df-aeb5-315616c43b1c x-compute-request-id: req-e7c30e2d-3269-45df-aeb5-315616c43b1c Content-Length: 0 Content-Type: application/json 2018-10-04 13:47:07,800 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/a6acefb1-1d8e-4d46-9c3c-b91083d50cd1 used request id req-e7c30e2d-3269-45df-aeb5-315616c43b1c 2018-10-04 13:47:07,801 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-subnet 2018-10-04 13:47:07,801 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-subnet 2018-10-04 13:47:07,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/f9d56bac-0949-494c-aa7d-36167be89d20 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f667807b252eb3c3689fee358b98bed0db778b8d" 2018-10-04 13:47:10,348 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b1338f02-3a1e-4bfe-9b5b-ccf5100b0cf0 Date: Thu, 04 Oct 2018 13:47:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:47:10,348 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/f9d56bac-0949-494c-aa7d-36167be89d20 used request id req-b1338f02-3a1e-4bfe-9b5b-ccf5100b0cf0 2018-10-04 13:47:10,349 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-net 2018-10-04 13:47:10,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/6440f24d-64b6-4263-8c1e-5f57be6957d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f667807b252eb3c3689fee358b98bed0db778b8d" 2018-10-04 13:47:11,684 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ccd16f67-6442-472d-8cc1-fea654f0d3af Date: Thu, 04 Oct 2018 13:47:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:47:11,684 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/6440f24d-64b6-4263-8c1e-5f57be6957d3 used request id req-ccd16f67-6442-472d-8cc1-fea654f0d3af 2018-10-04 13:47:11,685 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-2c24ccfa-c2a6-43ee-95df-a43b2d3638a5-image 2018-10-04 13:47:11,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/9ed07ac0-0724-4d10-a02c-34f70e870601 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f57c5a59c479d907b8e25d87436244bb5726d78d" 2018-10-04 13:47:13,765 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9904a942-9878-4cc8-bfc9-f5c8b2bfa843 Date: Thu, 04 Oct 2018 13:47:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 13:47:13,765 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/9ed07ac0-0724-4d10-a02c-34f70e870601 used request id req-9904a942-9878-4cc8-bfc9-f5c8b2bfa843 2018-10-04 13:47:13,767 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:47:13,769 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 13:47:13,769 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:47:13,770 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:47:14,153 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:47:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["OAjQMZAlTMSqsKDmx0Sgfw"], "issued_at": "2018-10-04T13:47:14.000000Z"}} 2018-10-04 13:47:14,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44a2f5954deb5bfda1b0b14e1be78375882abeca" 2018-10-04 13:47:14,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac869be6-ddeb-4ff7-8eec-c5c1acaad8b4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:47:14,248 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ac869be6-ddeb-4ff7-8eec-c5c1acaad8b4 2018-10-04 13:47:14,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44a2f5954deb5bfda1b0b14e1be78375882abeca" 2018-10-04 13:47:14,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-03e39182-3ed3-4ef7-8097-7be1b8900f8d Date: Thu, 04 Oct 2018 13:47:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-image"} 2018-10-04 13:47:14,895 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-image used request id req-03e39182-3ed3-4ef7-8097-7be1b8900f8d 2018-10-04 13:47:14,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44a2f5954deb5bfda1b0b14e1be78375882abeca" 2018-10-04 13:47:15,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f88315b1-f4a0-4f99-baaf-0165e2a302bc Date: Thu, 04 Oct 2018 13:47:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 13:47:15,498 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-f88315b1-f4a0-4f99-baaf-0165e2a302bc 2018-10-04 13:47:15,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}44a2f5954deb5bfda1b0b14e1be78375882abeca" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-image"}' 2018-10-04 13:47:15,753 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297 X-Openstack-Request-Id: req-f0a387e1-2170-4cb2-aa1b-c422193baaa4 Date: Thu, 04 Oct 2018 13:47:15 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:47:15Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T13:47:15Z", "visibility": "shared", "locations": [], "self": "/v2/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297", "min_disk": 0, "protected": false, "id": "e50a05bf-ac41-4376-a6ca-649e9aeaf297", "file": "/v2/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297/file", "checksum": null, "owner": "93973d1238b2486385104382b3d557a9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:47:15,754 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-f0a387e1-2170-4cb2-aa1b-c422193baaa4 2018-10-04 13:47:15,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44a2f5954deb5bfda1b0b14e1be78375882abeca" -d '' 2018-10-04 13:47:17,553 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a72e9fde-c105-4d19-af0a-70d8cc7a3ec7 Date: Thu, 04 Oct 2018 13:47:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 13:47:17,553 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297/file used request id req-a72e9fde-c105-4d19-af0a-70d8cc7a3ec7 2018-10-04 13:47:17,554 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 13:47:17,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44a2f5954deb5bfda1b0b14e1be78375882abeca" 2018-10-04 13:47:17,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-a5eb785e-b121-4c3c-9617-2332cced458e Date: Thu, 04 Oct 2018 13:47:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:47:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:47:17Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297/snap", "metadata": {}}], "self": "/v2/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297", "min_disk": 0, "protected": false, "id": "e50a05bf-ac41-4376-a6ca-649e9aeaf297", "file": "/v2/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93973d1238b2486385104382b3d557a9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:47:17,736 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297 used request id req-a5eb785e-b121-4c3c-9617-2332cced458e 2018-10-04 13:47:17,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44a2f5954deb5bfda1b0b14e1be78375882abeca" 2018-10-04 13:47:17,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-071609f3-3d47-4419-bed6-8498e599d62f Date: Thu, 04 Oct 2018 13:47:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 13:47:17,746 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-071609f3-3d47-4419-bed6-8498e599d62f 2018-10-04 13:47:17,749 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-image 2018-10-04 13:47:17,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44a2f5954deb5bfda1b0b14e1be78375882abeca" 2018-10-04 13:47:17,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-121a911d-f6db-4891-be17-cf478b2e7b06 Date: Thu, 04 Oct 2018 13:47:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:47:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:47:17Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297/snap", "metadata": {}}], "self": "/v2/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297", "min_disk": 0, "protected": false, "id": "e50a05bf-ac41-4376-a6ca-649e9aeaf297", "file": "/v2/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93973d1238b2486385104382b3d557a9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:47:17,909 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297 used request id req-121a911d-f6db-4891-be17-cf478b2e7b06 2018-10-04 13:47:17,909 - create_image - DEBUG - Instance status is - active 2018-10-04 13:47:17,910 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-image 2018-10-04 13:47:17,910 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-image 2018-10-04 13:47:17,910 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:47:17,910 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:47:18,294 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:47:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["MByOnR7RR4CYR6ya6DUreQ"], "issued_at": "2018-10-04T13:47:18.000000Z"}} 2018-10-04 13:47:18,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0c310bea1040886d54c528fb430e66560f3c19f" 2018-10-04 13:47:18,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ddf51f8-2fbd-45fd-8249-bf5047a6b321 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:47:18,373 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3ddf51f8-2fbd-45fd-8249-bf5047a6b321 2018-10-04 13:47:18,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0c310bea1040886d54c528fb430e66560f3c19f" 2018-10-04 13:47:18,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9733b12f-1085-4948-940d-dd3c3a8521f9 Date: Thu, 04 Oct 2018 13:47:18 GMT RESP BODY: {"networks":[]} 2018-10-04 13:47:18,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net used request id req-9733b12f-1085-4948-940d-dd3c3a8521f9 2018-10-04 13:47:18,553 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net 2018-10-04 13:47:18,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0c310bea1040886d54c528fb430e66560f3c19f" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net", "admin_state_up": true}}' 2018-10-04 13:47:18,965 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-c59e1da9-a325-49c4-b4a1-4fe646429a79 Date: Thu, 04 Oct 2018 13:47:18 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":16,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:47:18Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:18Z","mtu":1450}} 2018-10-04 13:47:18,965 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-c59e1da9-a325-49c4-b4a1-4fe646429a79 2018-10-04 13:47:18,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0c310bea1040886d54c528fb430e66560f3c19f" 2018-10-04 13:47:19,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-95c69409-f9fc-4beb-aa9c-3833c0963882 Date: Thu, 04 Oct 2018 13:47:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":16,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:47:18Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:18Z","provider:network_type":"vxlan"}]} 2018-10-04 13:47:19,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd used request id req-95c69409-f9fc-4beb-aa9c-3833c0963882 2018-10-04 13:47:19,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0c310bea1040886d54c528fb430e66560f3c19f" 2018-10-04 13:47:19,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-99e8e1b0-10c7-4f77-9842-ce7cbf6cc237 Date: Thu, 04 Oct 2018 13:47:19 GMT RESP BODY: {"subnets":[]} 2018-10-04 13:47:19,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd used request id req-99e8e1b0-10c7-4f77-9842-ce7cbf6cc237 2018-10-04 13:47:19,388 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-subnet 2018-10-04 13:47:19,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0c310bea1040886d54c528fb430e66560f3c19f" -d '{"subnets": [{"ip_version": 4, "network_id": "cdf2ae2b-a833-4cac-80f9-cf7abe823bfd", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-subnet"}]}' 2018-10-04 13:47:20,043 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-69a619b1-dd21-4b42-893c-86c1682f130a Date: Thu, 04 Oct 2018 13:47:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:19Z","dns_nameservers":[],"updated_at":"2018-10-04T13:47:19Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1515cf7b-46a5-4fba-a296-bfdcff130552","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-subnet"}]} 2018-10-04 13:47:20,043 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-69a619b1-dd21-4b42-893c-86c1682f130a 2018-10-04 13:47:20,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0c310bea1040886d54c528fb430e66560f3c19f" 2018-10-04 13:47:20,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-44910820-8d17-4b22-8b16-fa2dfda88c6d Date: Thu, 04 Oct 2018 13:47:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":16,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1515cf7b-46a5-4fba-a296-bfdcff130552"],"description":"","tags":[],"updated_at":"2018-10-04T13:47:19Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:18Z","provider:network_type":"vxlan"}]} 2018-10-04 13:47:20,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd used request id req-44910820-8d17-4b22-8b16-fa2dfda88c6d 2018-10-04 13:47:20,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0c310bea1040886d54c528fb430e66560f3c19f" 2018-10-04 13:47:20,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4df61466-a984-4e6e-b330-242c24f6ca9f Date: Thu, 04 Oct 2018 13:47:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:19Z","dns_nameservers":[],"updated_at":"2018-10-04T13:47:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1515cf7b-46a5-4fba-a296-bfdcff130552","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-subnet"}]} 2018-10-04 13:47:20,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd used request id req-4df61466-a984-4e6e-b330-242c24f6ca9f 2018-10-04 13:47:20,360 - OpenStackNetwork - DEBUG - Network [cdf2ae2b-a833-4cac-80f9-cf7abe823bfd] created successfully 2018-10-04 13:47:20,360 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:47:20,361 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:47:20,756 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:47:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["DF46kDHeR6W2bHzvs1swdQ"], "issued_at": "2018-10-04T13:47:20.000000Z"}} 2018-10-04 13:47:20,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a556df401110be9f013d28bbfc4d5dddde10ff03" 2018-10-04 13:47:20,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cef98ecd-c64f-466c-a334-976c6b48fe34 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:47:20,833 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cef98ecd-c64f-466c-a334-976c6b48fe34 2018-10-04 13:47:20,835 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:47:20,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a556df401110be9f013d28bbfc4d5dddde10ff03" 2018-10-04 13:47:21,047 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47: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-642f31ed-1715-49f4-8a41-d1f6bfe6e497 x-compute-request-id: req-642f31ed-1715-49f4-8a41-d1f6bfe6e497 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 13:47:21,047 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-642f31ed-1715-49f4-8a41-d1f6bfe6e497 2018-10-04 13:47:21,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a556df401110be9f013d28bbfc4d5dddde10ff03" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 13:47:21,152 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47: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-e2675e81-6239-4d9f-bc32-8b55ca19b359 x-compute-request-id: req-e2675e81-6239-4d9f-bc32-8b55ca19b359 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/62894495-826c-461c-9ac4-d420c9d6bc5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/62894495-826c-461c-9ac4-d420c9d6bc5a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "62894495-826c-461c-9ac4-d420c9d6bc5a", "name": "NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 13:47:21,152 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-e2675e81-6239-4d9f-bc32-8b55ca19b359 2018-10-04 13:47:21,153 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:47:21,154 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:47:21,543 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:47:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["1bfyo0fzQQeskf3JcDuIfg"], "issued_at": "2018-10-04T13:47:21.000000Z"}} 2018-10-04 13:47:21,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d078b1a76d844aeb4ea6cde7263c099c5619b3e" 2018-10-04 13:47:21,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-168a57f6-3890-4755-a0c3-a94fdb82e325 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:47:21,652 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-168a57f6-3890-4755-a0c3-a94fdb82e325 2018-10-04 13:47:21,658 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d078b1a76d844aeb4ea6cde7263c099c5619b3e" 2018-10-04 13:47:22,394 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:21 GMT Server: Apache x-compute-request-id: req-4cc803a9-65e1-4c09-88a3-9176f3535924 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4cc803a9-65e1-4c09-88a3-9176f3535924 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-04 13:47:22,394 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/detail used request id req-4cc803a9-65e1-4c09-88a3-9176f3535924 2018-10-04 13:47:22,398 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4cc803a9-65e1-4c09-88a3-9176f3535924" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d078b1a76d844aeb4ea6cde7263c099c5619b3e" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-04 13:47:23,535 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:47:22 GMT Server: Apache x-compute-request-id: req-c87f6107-8754-46aa-b436-543f85ea0468 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c87f6107-8754-46aa-b436-543f85ea0468 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/36ef3b76-3665-4b28-b769-b9a067b61f86", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/36ef3b76-3665-4b28-b769-b9a067b61f86", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T13:47:23.261154", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "36ef3b76-3665-4b28-b769-b9a067b61f86", "size": 1}} 2018-10-04 13:47:23,535 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes used request id req-c87f6107-8754-46aa-b436-543f85ea0468 2018-10-04 13:47:23,538 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/36ef3b76-3665-4b28-b769-b9a067b61f86 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4cc803a9-65e1-4c09-88a3-9176f3535924" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d078b1a76d844aeb4ea6cde7263c099c5619b3e" 2018-10-04 13:47:23,816 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:23 GMT Server: Apache x-compute-request-id: req-2e83e611-60d9-4912-8fd8-3062afc99bb3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2e83e611-60d9-4912-8fd8-3062afc99bb3 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/36ef3b76-3665-4b28-b769-b9a067b61f86", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/36ef3b76-3665-4b28-b769-b9a067b61f86", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T13:47:23.000000", "replication_status": null, "snapshot_id": null, "id": "36ef3b76-3665-4b28-b769-b9a067b61f86", "size": 1, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "os-vol-tenant-attr:tenant_id": "93973d1238b2486385104382b3d557a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "creating", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f", "bootable": "false", "created_at": "2018-10-04T13:47:23.000000", "volume_type": null}} 2018-10-04 13:47:23,817 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/36ef3b76-3665-4b28-b769-b9a067b61f86 used request id req-2e83e611-60d9-4912-8fd8-3062afc99bb3 2018-10-04 13:47:23,817 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f 2018-10-04 13:47:23,819 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/36ef3b76-3665-4b28-b769-b9a067b61f86 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4cc803a9-65e1-4c09-88a3-9176f3535924" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d078b1a76d844aeb4ea6cde7263c099c5619b3e" 2018-10-04 13:47:24,556 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:23 GMT Server: Apache x-compute-request-id: req-91c0a495-14b3-4825-89b9-479791cf16d6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-91c0a495-14b3-4825-89b9-479791cf16d6 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/36ef3b76-3665-4b28-b769-b9a067b61f86", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/36ef3b76-3665-4b28-b769-b9a067b61f86", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T13:47:23.000000", "replication_status": null, "snapshot_id": null, "id": "36ef3b76-3665-4b28-b769-b9a067b61f86", "size": 1, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "os-vol-tenant-attr:tenant_id": "93973d1238b2486385104382b3d557a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f", "bootable": "false", "created_at": "2018-10-04T13:47:23.000000", "volume_type": null}} 2018-10-04 13:47:24,556 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/36ef3b76-3665-4b28-b769-b9a067b61f86 used request id req-91c0a495-14b3-4825-89b9-479791cf16d6 2018-10-04 13:47:24,557 - create_volume - DEBUG - Instance status is - available 2018-10-04 13:47:24,557 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f 2018-10-04 13:47:24,557 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f 2018-10-04 13:47:24,557 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:47:24,558 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:47:24,944 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:47:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["VV9FmhtURo283EiXuunHvQ"], "issued_at": "2018-10-04T13:47:24.000000Z"}} 2018-10-04 13:47:24,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:25,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b37dcd2-0872-4aba-9809-1c311280d608 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:47:25,029 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1b37dcd2-0872-4aba-9809-1c311280d608 2018-10-04 13:47:25,030 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:47:25,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:25,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28552881-107b-4bdb-9d4e-7c52b2906c6a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:47:25,114 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-28552881-107b-4bdb-9d4e-7c52b2906c6a 2018-10-04 13:47:25,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:25,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-bbc4152a-6733-4e8e-bad6-e2d320b1891d Date: Thu, 04 Oct 2018 13:47:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":16,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1515cf7b-46a5-4fba-a296-bfdcff130552"],"description":"","tags":[],"updated_at":"2018-10-04T13:47:19Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:18Z","provider:network_type":"vxlan"}]} 2018-10-04 13:47:25,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net used request id req-bbc4152a-6733-4e8e-bad6-e2d320b1891d 2018-10-04 13:47:25,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:47:25,480 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:47:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:47:25,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:25,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e1ba372-d535-4758-aa4e-73b0f20086c3 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:47:25,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-7e1ba372-d535-4758-aa4e-73b0f20086c3 2018-10-04 13:47:25,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:25,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-72368f40-f07d-4082-8023-5930b7596c0b Date: Thu, 04 Oct 2018 13:47:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:19Z","dns_nameservers":[],"updated_at":"2018-10-04T13:47:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1515cf7b-46a5-4fba-a296-bfdcff130552","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-subnet"}]} 2018-10-04 13:47:25,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd used request id req-72368f40-f07d-4082-8023-5930b7596c0b 2018-10-04 13:47:25,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd&name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:26,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-abc3241e-b01f-4b0a-a738-79e2f6742c42 Date: Thu, 04 Oct 2018 13:47:26 GMT RESP BODY: {"ports":[]} 2018-10-04 13:47:26,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd&name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-port&admin_state_up=True used request id req-abc3241e-b01f-4b0a-a738-79e2f6742c42 2018-10-04 13:47:26,044 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:26,849 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47: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-d7eef1bc-af39-4cf9-84ca-e50bdef93f7f x-compute-request-id: req-d7eef1bc-af39-4cf9-84ca-e50bdef93f7f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 13:47:26,849 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-vm_inst used request id req-d7eef1bc-af39-4cf9-84ca-e50bdef93f7f 2018-10-04 13:47:26,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:27,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-d685f905-90c5-473c-83f3-e4d813ffc854 Date: Thu, 04 Oct 2018 13:47:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":16,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1515cf7b-46a5-4fba-a296-bfdcff130552"],"description":"","tags":[],"updated_at":"2018-10-04T13:47:19Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:18Z","provider:network_type":"vxlan"}]} 2018-10-04 13:47:27,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net used request id req-d685f905-90c5-473c-83f3-e4d813ffc854 2018-10-04 13:47:27,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:27,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a35261f-b141-41f5-8cc3-5448b6ca2117 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:47:27,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-1a35261f-b141-41f5-8cc3-5448b6ca2117 2018-10-04 13:47:27,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:27,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-95c1f683-ce10-45ac-b808-243548d3f037 Date: Thu, 04 Oct 2018 13:47:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:19Z","dns_nameservers":[],"updated_at":"2018-10-04T13:47:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1515cf7b-46a5-4fba-a296-bfdcff130552","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-subnet"}]} 2018-10-04 13:47:27,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd used request id req-95c1f683-ce10-45ac-b808-243548d3f037 2018-10-04 13:47:27,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd&name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:27,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f0f8f73b-a640-4953-a5d4-c2617b410c6a Date: Thu, 04 Oct 2018 13:47:27 GMT RESP BODY: {"ports":[]} 2018-10-04 13:47:27,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd&name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-port&admin_state_up=True used request id req-f0f8f73b-a640-4953-a5d4-c2617b410c6a 2018-10-04 13:47:27,723 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:47:27,723 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:47:28,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:47:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["yDkyYZhxT7C5Ue0hWzz20w"], "issued_at": "2018-10-04T13:47:28.000000Z"}} 2018-10-04 13:47:28,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f3081c6d3901746ea180e2a478fb2138051edfa" 2018-10-04 13:47:28,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b42722b-319c-44a6-8a1f-0f9202a7f399 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:47:28,192 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9b42722b-319c-44a6-8a1f-0f9202a7f399 2018-10-04 13:47:28,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:28,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-a501ffb4-a561-49c0-a89c-f61fca56694b Date: Thu, 04 Oct 2018 13:47:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":16,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1515cf7b-46a5-4fba-a296-bfdcff130552"],"description":"","tags":[],"updated_at":"2018-10-04T13:47:19Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:18Z","provider:network_type":"vxlan"}]} 2018-10-04 13:47:28,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net used request id req-a501ffb4-a561-49c0-a89c-f61fca56694b 2018-10-04 13:47:28,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:28,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-83224938-c5df-477d-a9c4-78810a59c0a3 Date: Thu, 04 Oct 2018 13:47:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:19Z","dns_nameservers":[],"updated_at":"2018-10-04T13:47:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1515cf7b-46a5-4fba-a296-bfdcff130552","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-subnet"}]} 2018-10-04 13:47:28,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd used request id req-83224938-c5df-477d-a9c4-78810a59c0a3 2018-10-04 13:47:28,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:28,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-611d4270-11b8-41de-82ef-943af2b4f5c2 Date: Thu, 04 Oct 2018 13:47:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":16,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1515cf7b-46a5-4fba-a296-bfdcff130552"],"description":"","tags":[],"updated_at":"2018-10-04T13:47:19Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:18Z","provider:network_type":"vxlan"}]} 2018-10-04 13:47:28,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net used request id req-611d4270-11b8-41de-82ef-943af2b4f5c2 2018-10-04 13:47:28,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:47:28,849 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:47:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:47:28,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f3081c6d3901746ea180e2a478fb2138051edfa" 2018-10-04 13:47:28,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-553fc5d8-aab5-4201-9147-3fd748886a67 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:47:28,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-553fc5d8-aab5-4201-9147-3fd748886a67 2018-10-04 13:47:28,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:29,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-18bf1203-430a-4966-8e09-e10e0bb31070 Date: Thu, 04 Oct 2018 13:47:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:19Z","dns_nameservers":[],"updated_at":"2018-10-04T13:47:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1515cf7b-46a5-4fba-a296-bfdcff130552","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-subnet"}]} 2018-10-04 13:47:29,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd used request id req-18bf1203-430a-4966-8e09-e10e0bb31070 2018-10-04 13:47:29,149 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net 2018-10-04 13:47:29,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" -d '{"port": {"network_id": "cdf2ae2b-a833-4cac-80f9-cf7abe823bfd", "name": "NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-port", "admin_state_up": true}}' 2018-10-04 13:47:30,114 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-2053b301-e114-4b0a-a065-6cd533b54241 Date: Thu, 04 Oct 2018 13:47:30 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:47:29Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1515cf7b-46a5-4fba-a296-bfdcff130552","ip_address":"10.55.0.10"}],"id":"475652de-82ba-4b17-859b-9fbc04138399","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6b:82:1d","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-port","project_id":"93973d1238b2486385104382b3d557a9","qos_policy_id":null,"admin_state_up":true,"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:29Z","binding:vnic_type":"normal"}} 2018-10-04 13:47:30,114 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-2053b301-e114-4b0a-a065-6cd533b54241 2018-10-04 13:47:30,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:30,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-3926777c-7c74-4872-ade2-5e8d1cdacee2 Date: Thu, 04 Oct 2018 13:47:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":16,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1515cf7b-46a5-4fba-a296-bfdcff130552"],"description":"","tags":[],"updated_at":"2018-10-04T13:47:19Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:18Z","provider:network_type":"vxlan"}]} 2018-10-04 13:47:30,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net used request id req-3926777c-7c74-4872-ade2-5e8d1cdacee2 2018-10-04 13:47:30,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:30,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e54c263-eff9-4a54-8c05-90e5a09b40bb Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:47:30,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-1e54c263-eff9-4a54-8c05-90e5a09b40bb 2018-10-04 13:47:30,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:30,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-620837be-b045-4399-b68d-836d854cc4c8 Date: Thu, 04 Oct 2018 13:47:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:19Z","dns_nameservers":[],"updated_at":"2018-10-04T13:47:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1515cf7b-46a5-4fba-a296-bfdcff130552","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-subnet"}]} 2018-10-04 13:47:30,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd used request id req-620837be-b045-4399-b68d-836d854cc4c8 2018-10-04 13:47:30,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd&name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:30,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-bcd001d0-5738-432e-bc92-b9a7384ef776 Date: Thu, 04 Oct 2018 13:47:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:47:29Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1515cf7b-46a5-4fba-a296-bfdcff130552","ip_address":"10.55.0.10"}],"id":"475652de-82ba-4b17-859b-9fbc04138399","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6b:82:1d","project_id":"93973d1238b2486385104382b3d557a9","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-port","admin_state_up":true,"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:29Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 13:47:30,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd&name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-port&admin_state_up=True used request id req-bcd001d0-5738-432e-bc92-b9a7384ef776 2018-10-04 13:47:30,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:30,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d5e75e9-7ed9-479a-9081-a38f80bd7280 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:47:30,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-3d5e75e9-7ed9-479a-9081-a38f80bd7280 2018-10-04 13:47:30,848 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-vm_inst 2018-10-04 13:47:30,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:30,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47: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-9ddca629-01db-415f-bb94-e7323aaaf366 x-compute-request-id: req-9ddca629-01db-415f-bb94-e7323aaaf366 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "62894495-826c-461c-9ac4-d420c9d6bc5a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/62894495-826c-461c-9ac4-d420c9d6bc5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/62894495-826c-461c-9ac4-d420c9d6bc5a", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-flavor"}]} 2018-10-04 13:47:30,880 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9ddca629-01db-415f-bb94-e7323aaaf366 2018-10-04 13:47:30,883 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/62894495-826c-461c-9ac4-d420c9d6bc5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:30,904 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47: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-762b268c-aeb9-47a3-9079-bd0bbce72336 x-compute-request-id: req-762b268c-aeb9-47a3-9079-bd0bbce72336 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/62894495-826c-461c-9ac4-d420c9d6bc5a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/62894495-826c-461c-9ac4-d420c9d6bc5a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "62894495-826c-461c-9ac4-d420c9d6bc5a", "name": "NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 13:47:30,904 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/62894495-826c-461c-9ac4-d420c9d6bc5a used request id req-762b268c-aeb9-47a3-9079-bd0bbce72336 2018-10-04 13:47:30,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:31,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-3e40aa0a-16cf-4edf-994e-272ecb0b2cae Date: Thu, 04 Oct 2018 13:47:31 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:47:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:47:17Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297/snap", "metadata": {}}], "self": "/v2/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297", "min_disk": 0, "protected": false, "id": "e50a05bf-ac41-4376-a6ca-649e9aeaf297", "file": "/v2/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93973d1238b2486385104382b3d557a9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-image"} 2018-10-04 13:47:31,614 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-image used request id req-3e40aa0a-16cf-4edf-994e-272ecb0b2cae 2018-10-04 13:47:31,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:32,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-67eb988b-0ba1-41b6-992a-33870bc2fb29 Date: Thu, 04 Oct 2018 13:47:32 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 13:47:32,201 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-67eb988b-0ba1-41b6-992a-33870bc2fb29 2018-10-04 13:47:32,207 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-vm_inst", "imageRef": "e50a05bf-ac41-4376-a6ca-649e9aeaf297", "flavorRef": "62894495-826c-461c-9ac4-d420c9d6bc5a", "max_count": 1, "min_count": 1, "networks": [{"port": "475652de-82ba-4b17-859b-9fbc04138399"}]}}' 2018-10-04 13:47:34,351 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:47: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-f8eff91c-95b0-4ab1-99dd-e6df79ab73e8 x-compute-request-id: req-f8eff91c-95b0-4ab1-99dd-e6df79ab73e8 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "cda49d9b-41ef-4bed-a94a-7007b28e59fe", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe", "rel": "bookmark"}], "adminPass": "A9rFJcpV7kXu"}} 2018-10-04 13:47:34,352 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-f8eff91c-95b0-4ab1-99dd-e6df79ab73e8 2018-10-04 13:47:34,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:34,659 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47: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-fb69aa16-2b69-4700-a9d7-332d714aefe9 x-compute-request-id: req-fb69aa16-2b69-4700-a9d7-332d714aefe9 Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe", "rel": "bookmark"}], "image": {"id": "e50a05bf-ac41-4376-a6ca-649e9aeaf297", "links": [{"href": "http://172.30.9.23:8774/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62894495-826c-461c-9ac4-d420c9d6bc5a", "links": [{"href": "http://172.30.9.23:8774/flavors/62894495-826c-461c-9ac4-d420c9d6bc5a", "rel": "bookmark"}]}, "id": "cda49d9b-41ef-4bed-a94a-7007b28e59fe", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "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-10-04T13:47:34Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-vm_inst", "created": "2018-10-04T13:47:34Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:47:34,659 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe used request id req-fb69aa16-2b69-4700-a9d7-332d714aefe9 2018-10-04 13:47:34,660 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-vm_inst 2018-10-04 13:47:34,663 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:34,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47: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-347a3fe7-ac53-4c81-8bf0-440ab6f56b58 x-compute-request-id: req-347a3fe7-ac53-4c81-8bf0-440ab6f56b58 Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe", "rel": "bookmark"}], "image": {"id": "e50a05bf-ac41-4376-a6ca-649e9aeaf297", "links": [{"href": "http://172.30.9.23:8774/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62894495-826c-461c-9ac4-d420c9d6bc5a", "links": [{"href": "http://172.30.9.23:8774/flavors/62894495-826c-461c-9ac4-d420c9d6bc5a", "rel": "bookmark"}]}, "id": "cda49d9b-41ef-4bed-a94a-7007b28e59fe", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:47:34Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-vm_inst", "created": "2018-10-04T13:47:34Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:47:34,915 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe used request id req-347a3fe7-ac53-4c81-8bf0-440ab6f56b58 2018-10-04 13:47:34,915 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-vm_inst] is - BUILD 2018-10-04 13:47:34,915 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:47:37,919 - create_instance - DEBUG - VM status query timeout in 896.741509914 2018-10-04 13:47:37,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:38,951 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab9896bf-b0da-448d-963e-adf92914fba0 x-compute-request-id: req-ab9896bf-b0da-448d-963e-adf92914fba0 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:82:1d", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe", "rel": "bookmark"}], "image": {"id": "e50a05bf-ac41-4376-a6ca-649e9aeaf297", "links": [{"href": "http://172.30.9.23:8774/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62894495-826c-461c-9ac4-d420c9d6bc5a", "links": [{"href": "http://172.30.9.23:8774/flavors/62894495-826c-461c-9ac4-d420c9d6bc5a", "rel": "bookmark"}]}, "id": "cda49d9b-41ef-4bed-a94a-7007b28e59fe", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:47:35Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-vm_inst", "created": "2018-10-04T13:47:34Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:47:38,951 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe used request id req-ab9896bf-b0da-448d-963e-adf92914fba0 2018-10-04 13:47:38,951 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-vm_inst] is - BUILD 2018-10-04 13:47:38,952 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:47:41,953 - create_instance - DEBUG - VM status query timeout in 892.706620932 2018-10-04 13:47:41,957 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:43,248 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-796aeea7-3665-4ddd-9360-813fdf33d238 x-compute-request-id: req-796aeea7-3665-4ddd-9360-813fdf33d238 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:82:1d", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe", "rel": "bookmark"}], "image": {"id": "e50a05bf-ac41-4376-a6ca-649e9aeaf297", "links": [{"href": "http://172.30.9.23:8774/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-04T13:47:38.000000", "flavor": {"id": "62894495-826c-461c-9ac4-d420c9d6bc5a", "links": [{"href": "http://172.30.9.23:8774/flavors/62894495-826c-461c-9ac4-d420c9d6bc5a", "rel": "bookmark"}]}, "id": "cda49d9b-41ef-4bed-a94a-7007b28e59fe", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:47:41Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-vm_inst", "created": "2018-10-04T13:47:34Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:47:43,249 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe used request id req-796aeea7-3665-4ddd-9360-813fdf33d238 2018-10-04 13:47:43,249 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-vm_inst] is - ACTIVE 2018-10-04 13:47:43,249 - create_instance - INFO - VM is - ACTIVE 2018-10-04 13:47:43,252 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:44,047 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-701aacc0-33b7-4bf1-a6cd-079e92c3d8b5 x-compute-request-id: req-701aacc0-33b7-4bf1-a6cd-079e92c3d8b5 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:82:1d", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe", "rel": "bookmark"}], "image": {"id": "e50a05bf-ac41-4376-a6ca-649e9aeaf297", "links": [{"href": "http://172.30.9.23:8774/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-04T13:47:38.000000", "flavor": {"id": "62894495-826c-461c-9ac4-d420c9d6bc5a", "links": [{"href": "http://172.30.9.23:8774/flavors/62894495-826c-461c-9ac4-d420c9d6bc5a", "rel": "bookmark"}]}, "id": "cda49d9b-41ef-4bed-a94a-7007b28e59fe", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:47:41Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-vm_inst", "created": "2018-10-04T13:47:34Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:47:44,047 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe used request id req-701aacc0-33b7-4bf1-a6cd-079e92c3d8b5 2018-10-04 13:47:44,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:44,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-b776bab6-d105-46c4-b70c-4c2f023f85e1 Date: Thu, 04 Oct 2018 13:47:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":16,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1515cf7b-46a5-4fba-a296-bfdcff130552"],"description":"","tags":[],"updated_at":"2018-10-04T13:47:19Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:18Z","provider:network_type":"vxlan"}]} 2018-10-04 13:47:44,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net used request id req-b776bab6-d105-46c4-b70c-4c2f023f85e1 2018-10-04 13:47:44,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:44,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76e97f86-6444-4064-8c4f-4e5e7ea73532 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:47:44,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-76e97f86-6444-4064-8c4f-4e5e7ea73532 2018-10-04 13:47:44,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:44,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3394164e-1826-44bb-857b-b2752ff8f642 Date: Thu, 04 Oct 2018 13:47:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:19Z","dns_nameservers":[],"updated_at":"2018-10-04T13:47:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1515cf7b-46a5-4fba-a296-bfdcff130552","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-subnet"}]} 2018-10-04 13:47:44,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd used request id req-3394164e-1826-44bb-857b-b2752ff8f642 2018-10-04 13:47:44,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:44,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-2cd92157-a665-44b6-9573-14f78e54c674 Date: Thu, 04 Oct 2018 13:47:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:47:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1515cf7b-46a5-4fba-a296-bfdcff130552","ip_address":"10.55.0.4"}],"id":"093fedd1-63ad-4cbf-bd21-0a7fee5c414a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:27:cf:d5","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cdf2ae2b-a833-4cac-80f9-cf7abe823bfd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:47:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1515cf7b-46a5-4fba-a296-bfdcff130552","ip_address":"10.55.0.10"}],"id":"475652de-82ba-4b17-859b-9fbc04138399","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6b:82:1d","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-port","admin_state_up":true,"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:29Z","binding:vnic_type":"normal","device_id":"cda49d9b-41ef-4bed-a94a-7007b28e59fe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:47:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1515cf7b-46a5-4fba-a296-bfdcff130552","ip_address":"10.55.0.3"}],"id":"61f5112a-1a3a-47ba-83c2-c831fe1ef23a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:74:12:16","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cdf2ae2b-a833-4cac-80f9-cf7abe823bfd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:47:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1515cf7b-46a5-4fba-a296-bfdcff130552","ip_address":"10.55.0.2"}],"id":"f249f963-201e-4c4c-8904-8f3210b1dcf7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:62:02:fb","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cdf2ae2b-a833-4cac-80f9-cf7abe823bfd"}]} 2018-10-04 13:47:44,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd used request id req-2cd92157-a665-44b6-9573-14f78e54c674 2018-10-04 13:47:44,474 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:47:44,864 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:47:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["osLa0_coSaa2uTss2X3Fqg"], "issued_at": "2018-10-04T13:47:44.000000Z"}} 2018-10-04 13:47:44,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38a9b365f05eb31be802bc4b3856cd8410d93409" 2018-10-04 13:47:44,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0632bc13-b944-463c-8d40-eff28d972fb7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:47:44,948 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0632bc13-b944-463c-8d40-eff28d972fb7 2018-10-04 13:47:44,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:45,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3dc1345f-2b16-48f2-b15c-f130c2c7e395 x-compute-request-id: req-3dc1345f-2b16-48f2-b15c-f130c2c7e395 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:82:1d", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe", "rel": "bookmark"}], "image": {"id": "e50a05bf-ac41-4376-a6ca-649e9aeaf297", "links": [{"href": "http://172.30.9.23:8774/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-04T13:47:38.000000", "flavor": {"id": "62894495-826c-461c-9ac4-d420c9d6bc5a", "links": [{"href": "http://172.30.9.23:8774/flavors/62894495-826c-461c-9ac4-d420c9d6bc5a", "rel": "bookmark"}]}, "id": "cda49d9b-41ef-4bed-a94a-7007b28e59fe", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:47:41Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-vm_inst", "created": "2018-10-04T13:47:34Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:47:45,328 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe used request id req-3dc1345f-2b16-48f2-b15c-f130c2c7e395 2018-10-04 13:47:45,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:45,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c817fdf4-2255-4c60-8624-d29a8fa0f8fb Date: Thu, 04 Oct 2018 13:47:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":16,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1515cf7b-46a5-4fba-a296-bfdcff130552"],"description":"","tags":[],"updated_at":"2018-10-04T13:47:19Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:18Z","provider:network_type":"vxlan"}]} 2018-10-04 13:47:45,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net used request id req-c817fdf4-2255-4c60-8624-d29a8fa0f8fb 2018-10-04 13:47:45,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:45,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8149d421-5aaf-4462-8bde-2a9436c91732 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:47:45,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-8149d421-5aaf-4462-8bde-2a9436c91732 2018-10-04 13:47:45,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:45,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ae78403e-a7cc-42f3-a077-15c7e533d76d Date: Thu, 04 Oct 2018 13:47:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:19Z","dns_nameservers":[],"updated_at":"2018-10-04T13:47:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1515cf7b-46a5-4fba-a296-bfdcff130552","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-subnet"}]} 2018-10-04 13:47:45,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd used request id req-ae78403e-a7cc-42f3-a077-15c7e533d76d 2018-10-04 13:47:45,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:45,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-1b133dd3-52d2-4d8a-ba8e-359bed8b58f1 Date: Thu, 04 Oct 2018 13:47:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:47:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1515cf7b-46a5-4fba-a296-bfdcff130552","ip_address":"10.55.0.4"}],"id":"093fedd1-63ad-4cbf-bd21-0a7fee5c414a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:27:cf:d5","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cdf2ae2b-a833-4cac-80f9-cf7abe823bfd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:47:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1515cf7b-46a5-4fba-a296-bfdcff130552","ip_address":"10.55.0.10"}],"id":"475652de-82ba-4b17-859b-9fbc04138399","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6b:82:1d","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-port","admin_state_up":true,"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:29Z","binding:vnic_type":"normal","device_id":"cda49d9b-41ef-4bed-a94a-7007b28e59fe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:47:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1515cf7b-46a5-4fba-a296-bfdcff130552","ip_address":"10.55.0.3"}],"id":"61f5112a-1a3a-47ba-83c2-c831fe1ef23a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:74:12:16","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cdf2ae2b-a833-4cac-80f9-cf7abe823bfd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:47:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1515cf7b-46a5-4fba-a296-bfdcff130552","ip_address":"10.55.0.2"}],"id":"f249f963-201e-4c4c-8904-8f3210b1dcf7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:62:02:fb","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cdf2ae2b-a833-4cac-80f9-cf7abe823bfd"}]} 2018-10-04 13:47:45,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd used request id req-1b133dd3-52d2-4d8a-ba8e-359bed8b58f1 2018-10-04 13:47:45,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38a9b365f05eb31be802bc4b3856cd8410d93409" -d '{"volumeAttachment": {"volumeId": "36ef3b76-3665-4b28-b769-b9a067b61f86"}}' 2018-10-04 13:47:47,802 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47: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-b1e2f866-eefa-4c6a-a966-0377b6622779 x-compute-request-id: req-b1e2f866-eefa-4c6a-a966-0377b6622779 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "cda49d9b-41ef-4bed-a94a-7007b28e59fe", "id": "36ef3b76-3665-4b28-b769-b9a067b61f86", "volumeId": "36ef3b76-3665-4b28-b769-b9a067b61f86"}} 2018-10-04 13:47:47,803 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe/os-volume_attachments used request id req-b1e2f866-eefa-4c6a-a966-0377b6622779 2018-10-04 13:47:47,807 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38a9b365f05eb31be802bc4b3856cd8410d93409" 2018-10-04 13:47:48,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47: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-58061c01-b138-46a8-9d26-05e458e54f8e x-compute-request-id: req-58061c01-b138-46a8-9d26-05e458e54f8e Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:82:1d", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe", "rel": "bookmark"}], "image": {"id": "e50a05bf-ac41-4376-a6ca-649e9aeaf297", "links": [{"href": "http://172.30.9.23:8774/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-04T13:47:38.000000", "flavor": {"id": "62894495-826c-461c-9ac4-d420c9d6bc5a", "links": [{"href": "http://172.30.9.23:8774/flavors/62894495-826c-461c-9ac4-d420c9d6bc5a", "rel": "bookmark"}]}, "id": "cda49d9b-41ef-4bed-a94a-7007b28e59fe", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:47:41Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-vm_inst", "created": "2018-10-04T13:47:34Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [{"id": "36ef3b76-3665-4b28-b769-b9a067b61f86"}], "metadata": {}}} 2018-10-04 13:47:48,412 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe used request id req-58061c01-b138-46a8-9d26-05e458e54f8e 2018-10-04 13:47:48,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38a9b365f05eb31be802bc4b3856cd8410d93409" 2018-10-04 13:47:48,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-99dc5722-1517-450f-801c-4ba3d6bdc29c Date: Thu, 04 Oct 2018 13:47:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":16,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1515cf7b-46a5-4fba-a296-bfdcff130552"],"description":"","tags":[],"updated_at":"2018-10-04T13:47:19Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:18Z","provider:network_type":"vxlan"}]} 2018-10-04 13:47:48,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net used request id req-99dc5722-1517-450f-801c-4ba3d6bdc29c 2018-10-04 13:47:48,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:47:48,812 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:47:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:47:48,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38a9b365f05eb31be802bc4b3856cd8410d93409" 2018-10-04 13:47:48,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f512f63c-477c-4e7c-b6f2-bd23659743d4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:47:48,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-f512f63c-477c-4e7c-b6f2-bd23659743d4 2018-10-04 13:47:48,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38a9b365f05eb31be802bc4b3856cd8410d93409" 2018-10-04 13:47:49,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-288e05f5-f65f-4a53-b9d1-e07030c906df Date: Thu, 04 Oct 2018 13:47:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:19Z","dns_nameservers":[],"updated_at":"2018-10-04T13:47:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1515cf7b-46a5-4fba-a296-bfdcff130552","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-subnet"}]} 2018-10-04 13:47:49,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd used request id req-288e05f5-f65f-4a53-b9d1-e07030c906df 2018-10-04 13:47:49,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38a9b365f05eb31be802bc4b3856cd8410d93409" 2018-10-04 13:47:49,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-21707421-d1c5-49d3-8a17-5b4cc9cdca16 Date: Thu, 04 Oct 2018 13:47:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:47:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1515cf7b-46a5-4fba-a296-bfdcff130552","ip_address":"10.55.0.4"}],"id":"093fedd1-63ad-4cbf-bd21-0a7fee5c414a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:27:cf:d5","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cdf2ae2b-a833-4cac-80f9-cf7abe823bfd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:47:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1515cf7b-46a5-4fba-a296-bfdcff130552","ip_address":"10.55.0.10"}],"id":"475652de-82ba-4b17-859b-9fbc04138399","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6b:82:1d","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-port","admin_state_up":true,"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:29Z","binding:vnic_type":"normal","device_id":"cda49d9b-41ef-4bed-a94a-7007b28e59fe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:47:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1515cf7b-46a5-4fba-a296-bfdcff130552","ip_address":"10.55.0.3"}],"id":"61f5112a-1a3a-47ba-83c2-c831fe1ef23a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:74:12:16","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cdf2ae2b-a833-4cac-80f9-cf7abe823bfd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:47:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1515cf7b-46a5-4fba-a296-bfdcff130552","ip_address":"10.55.0.2"}],"id":"f249f963-201e-4c4c-8904-8f3210b1dcf7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:62:02:fb","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cdf2ae2b-a833-4cac-80f9-cf7abe823bfd"}]} 2018-10-04 13:47:49,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd used request id req-21707421-d1c5-49d3-8a17-5b4cc9cdca16 2018-10-04 13:47:49,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38a9b365f05eb31be802bc4b3856cd8410d93409" 2018-10-04 13:47:49,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9aaa277-ceb9-4828-af1a-134c1b07d6dd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:47:49,380 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c9aaa277-ceb9-4828-af1a-134c1b07d6dd 2018-10-04 13:47:49,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:49,988 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73402011-2a0e-45b8-99c1-ae3e38aff81a x-compute-request-id: req-73402011-2a0e-45b8-99c1-ae3e38aff81a Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:82:1d", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe", "rel": "bookmark"}], "image": {"id": "e50a05bf-ac41-4376-a6ca-649e9aeaf297", "links": [{"href": "http://172.30.9.23:8774/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-04T13:47:38.000000", "flavor": {"id": "62894495-826c-461c-9ac4-d420c9d6bc5a", "links": [{"href": "http://172.30.9.23:8774/flavors/62894495-826c-461c-9ac4-d420c9d6bc5a", "rel": "bookmark"}]}, "id": "cda49d9b-41ef-4bed-a94a-7007b28e59fe", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:47:48Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-vm_inst", "created": "2018-10-04T13:47:34Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [{"id": "36ef3b76-3665-4b28-b769-b9a067b61f86"}], "metadata": {}}} 2018-10-04 13:47:49,989 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe used request id req-73402011-2a0e-45b8-99c1-ae3e38aff81a 2018-10-04 13:47:49,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:50,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-157826ea-7461-4ee9-b6db-a39fefa9a918 Date: Thu, 04 Oct 2018 13:47:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":16,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1515cf7b-46a5-4fba-a296-bfdcff130552"],"description":"","tags":[],"updated_at":"2018-10-04T13:47:19Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:18Z","provider:network_type":"vxlan"}]} 2018-10-04 13:47:50,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net used request id req-157826ea-7461-4ee9-b6db-a39fefa9a918 2018-10-04 13:47:50,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:50,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2b62544-2e43-49f7-9094-c87ff05538a2 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:47:50,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-b2b62544-2e43-49f7-9094-c87ff05538a2 2018-10-04 13:47:50,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:50,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f14eaa9b-d23d-416f-bb5d-5af7acb5d05b Date: Thu, 04 Oct 2018 13:47:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:19Z","dns_nameservers":[],"updated_at":"2018-10-04T13:47:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1515cf7b-46a5-4fba-a296-bfdcff130552","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-subnet"}]} 2018-10-04 13:47:50,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd used request id req-f14eaa9b-d23d-416f-bb5d-5af7acb5d05b 2018-10-04 13:47:50,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:50,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-ea91bf39-0538-46ba-8ec1-d7bbf4cca606 Date: Thu, 04 Oct 2018 13:47:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:47:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1515cf7b-46a5-4fba-a296-bfdcff130552","ip_address":"10.55.0.4"}],"id":"093fedd1-63ad-4cbf-bd21-0a7fee5c414a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:27:cf:d5","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cdf2ae2b-a833-4cac-80f9-cf7abe823bfd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:47:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1515cf7b-46a5-4fba-a296-bfdcff130552","ip_address":"10.55.0.10"}],"id":"475652de-82ba-4b17-859b-9fbc04138399","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6b:82:1d","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-port","admin_state_up":true,"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:29Z","binding:vnic_type":"normal","device_id":"cda49d9b-41ef-4bed-a94a-7007b28e59fe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:47:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1515cf7b-46a5-4fba-a296-bfdcff130552","ip_address":"10.55.0.3"}],"id":"61f5112a-1a3a-47ba-83c2-c831fe1ef23a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:74:12:16","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cdf2ae2b-a833-4cac-80f9-cf7abe823bfd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:47:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1515cf7b-46a5-4fba-a296-bfdcff130552","ip_address":"10.55.0.2"}],"id":"f249f963-201e-4c4c-8904-8f3210b1dcf7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:62:02:fb","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cdf2ae2b-a833-4cac-80f9-cf7abe823bfd"}]} 2018-10-04 13:47:50,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd used request id req-ea91bf39-0538-46ba-8ec1-d7bbf4cca606 2018-10-04 13:47:50,280 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38a9b365f05eb31be802bc4b3856cd8410d93409" 2018-10-04 13:47:51,037 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47: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-67f78a11-b25a-465f-88cb-718c2d316903 x-compute-request-id: req-67f78a11-b25a-465f-88cb-718c2d316903 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:82:1d", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe", "rel": "bookmark"}], "image": {"id": "e50a05bf-ac41-4376-a6ca-649e9aeaf297", "links": [{"href": "http://172.30.9.23:8774/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-04T13:47:38.000000", "flavor": {"id": "62894495-826c-461c-9ac4-d420c9d6bc5a", "links": [{"href": "http://172.30.9.23:8774/flavors/62894495-826c-461c-9ac4-d420c9d6bc5a", "rel": "bookmark"}]}, "id": "cda49d9b-41ef-4bed-a94a-7007b28e59fe", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:47:48Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-vm_inst", "created": "2018-10-04T13:47:34Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [{"id": "36ef3b76-3665-4b28-b769-b9a067b61f86"}], "metadata": {}}} 2018-10-04 13:47:51,037 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe used request id req-67f78a11-b25a-465f-88cb-718c2d316903 2018-10-04 13:47:51,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38a9b365f05eb31be802bc4b3856cd8410d93409" 2018-10-04 13:47:51,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-020938d5-c860-4cb9-a862-232b07f447c6 Date: Thu, 04 Oct 2018 13:47:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":16,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1515cf7b-46a5-4fba-a296-bfdcff130552"],"description":"","tags":[],"updated_at":"2018-10-04T13:47:19Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:18Z","provider:network_type":"vxlan"}]} 2018-10-04 13:47:51,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net used request id req-020938d5-c860-4cb9-a862-232b07f447c6 2018-10-04 13:47:51,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38a9b365f05eb31be802bc4b3856cd8410d93409" 2018-10-04 13:47:51,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c9ec6fd-44c0-4591-a9cc-2c880b32de9e Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:47:51,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-2c9ec6fd-44c0-4591-a9cc-2c880b32de9e 2018-10-04 13:47:51,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38a9b365f05eb31be802bc4b3856cd8410d93409" 2018-10-04 13:47:51,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4e4f42f9-44ed-4ee8-9d2e-86e40b3a3697 Date: Thu, 04 Oct 2018 13:47:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:19Z","dns_nameservers":[],"updated_at":"2018-10-04T13:47:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1515cf7b-46a5-4fba-a296-bfdcff130552","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-subnet"}]} 2018-10-04 13:47:51,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd used request id req-4e4f42f9-44ed-4ee8-9d2e-86e40b3a3697 2018-10-04 13:47:51,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38a9b365f05eb31be802bc4b3856cd8410d93409" 2018-10-04 13:47:51,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-2b1e1738-11da-411b-acd9-a000cb1cabc9 Date: Thu, 04 Oct 2018 13:47:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:47:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1515cf7b-46a5-4fba-a296-bfdcff130552","ip_address":"10.55.0.4"}],"id":"093fedd1-63ad-4cbf-bd21-0a7fee5c414a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:27:cf:d5","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cdf2ae2b-a833-4cac-80f9-cf7abe823bfd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:47:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1515cf7b-46a5-4fba-a296-bfdcff130552","ip_address":"10.55.0.10"}],"id":"475652de-82ba-4b17-859b-9fbc04138399","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6b:82:1d","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-port","admin_state_up":true,"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:29Z","binding:vnic_type":"normal","device_id":"cda49d9b-41ef-4bed-a94a-7007b28e59fe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:47:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1515cf7b-46a5-4fba-a296-bfdcff130552","ip_address":"10.55.0.3"}],"id":"61f5112a-1a3a-47ba-83c2-c831fe1ef23a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:74:12:16","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cdf2ae2b-a833-4cac-80f9-cf7abe823bfd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:47:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1515cf7b-46a5-4fba-a296-bfdcff130552","ip_address":"10.55.0.2"}],"id":"f249f963-201e-4c4c-8904-8f3210b1dcf7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:62:02:fb","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cdf2ae2b-a833-4cac-80f9-cf7abe823bfd"}]} 2018-10-04 13:47:51,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd used request id req-2b1e1738-11da-411b-acd9-a000cb1cabc9 2018-10-04 13:47:51,794 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/36ef3b76-3665-4b28-b769-b9a067b61f86 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38a9b365f05eb31be802bc4b3856cd8410d93409" 2018-10-04 13:47:51,993 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:51 GMT Server: Apache x-compute-request-id: req-38969a33-0f5d-4681-8f83-881e02c9b903 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-38969a33-0f5d-4681-8f83-881e02c9b903 Content-Encoding: gzip Content-Length: 625 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "cda49d9b-41ef-4bed-a94a-7007b28e59fe", "attachment_id": "e5097357-c602-4da6-b0fa-3ecab513d9f8", "attached_at": "2018-10-04T13:47:49.000000", "host_name": null, "volume_id": "36ef3b76-3665-4b28-b769-b9a067b61f86", "device": "/dev/vdb", "id": "36ef3b76-3665-4b28-b769-b9a067b61f86"}], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/36ef3b76-3665-4b28-b769-b9a067b61f86", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/36ef3b76-3665-4b28-b769-b9a067b61f86", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T13:47:49.000000", "replication_status": null, "snapshot_id": null, "id": "36ef3b76-3665-4b28-b769-b9a067b61f86", "size": 1, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "os-vol-tenant-attr:tenant_id": "93973d1238b2486385104382b3d557a9", "os-vol-mig-status-attr:migstat": null, "metadata": {"attached_mode": "rw"}, "status": "in-use", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f", "bootable": "false", "created_at": "2018-10-04T13:47:23.000000", "volume_type": null}} 2018-10-04 13:47:51,993 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/36ef3b76-3665-4b28-b769-b9a067b61f86 used request id req-38969a33-0f5d-4681-8f83-881e02c9b903 2018-10-04 13:47:51,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:52,761 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47: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-a248e1c8-3745-4eca-a158-fcb2127d2317 x-compute-request-id: req-a248e1c8-3745-4eca-a158-fcb2127d2317 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:82:1d", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe", "rel": "bookmark"}], "image": {"id": "e50a05bf-ac41-4376-a6ca-649e9aeaf297", "links": [{"href": "http://172.30.9.23:8774/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-04T13:47:38.000000", "flavor": {"id": "62894495-826c-461c-9ac4-d420c9d6bc5a", "links": [{"href": "http://172.30.9.23:8774/flavors/62894495-826c-461c-9ac4-d420c9d6bc5a", "rel": "bookmark"}]}, "id": "cda49d9b-41ef-4bed-a94a-7007b28e59fe", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:47:48Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-vm_inst", "created": "2018-10-04T13:47:34Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [{"id": "36ef3b76-3665-4b28-b769-b9a067b61f86"}], "metadata": {}}} 2018-10-04 13:47:52,761 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe used request id req-a248e1c8-3745-4eca-a158-fcb2127d2317 2018-10-04 13:47:52,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:52,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-fd35fc3f-e571-47bb-8012-9c8340abad61 Date: Thu, 04 Oct 2018 13:47:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":16,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["1515cf7b-46a5-4fba-a296-bfdcff130552"],"description":"","tags":[],"updated_at":"2018-10-04T13:47:19Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:18Z","provider:network_type":"vxlan"}]} 2018-10-04 13:47:52,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net used request id req-fd35fc3f-e571-47bb-8012-9c8340abad61 2018-10-04 13:47:52,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:52,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8071e6e4-a0f9-4216-b115-cba8b7d00497 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:47:52,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-8071e6e4-a0f9-4216-b115-cba8b7d00497 2018-10-04 13:47:52,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:53,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e770f12c-b186-45d2-b65a-c6cfe95f65c2 Date: Thu, 04 Oct 2018 13:47:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:19Z","dns_nameservers":[],"updated_at":"2018-10-04T13:47:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"1515cf7b-46a5-4fba-a296-bfdcff130552","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-subnet"}]} 2018-10-04 13:47:53,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd used request id req-e770f12c-b186-45d2-b65a-c6cfe95f65c2 2018-10-04 13:47:53,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:53,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-6144b68b-ecf9-4855-b383-bcfbecb50351 Date: Thu, 04 Oct 2018 13:47:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:47:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1515cf7b-46a5-4fba-a296-bfdcff130552","ip_address":"10.55.0.4"}],"id":"093fedd1-63ad-4cbf-bd21-0a7fee5c414a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:27:cf:d5","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cdf2ae2b-a833-4cac-80f9-cf7abe823bfd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:47:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1515cf7b-46a5-4fba-a296-bfdcff130552","ip_address":"10.55.0.10"}],"id":"475652de-82ba-4b17-859b-9fbc04138399","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6b:82:1d","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-port","admin_state_up":true,"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:29Z","binding:vnic_type":"normal","device_id":"cda49d9b-41ef-4bed-a94a-7007b28e59fe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:47:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1515cf7b-46a5-4fba-a296-bfdcff130552","ip_address":"10.55.0.3"}],"id":"61f5112a-1a3a-47ba-83c2-c831fe1ef23a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:74:12:16","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cdf2ae2b-a833-4cac-80f9-cf7abe823bfd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:47:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1515cf7b-46a5-4fba-a296-bfdcff130552","ip_address":"10.55.0.2"}],"id":"f249f963-201e-4c4c-8904-8f3210b1dcf7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:62:02:fb","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cdf2ae2b-a833-4cac-80f9-cf7abe823bfd","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:47:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cdf2ae2b-a833-4cac-80f9-cf7abe823bfd"}]} 2018-10-04 13:47:53,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=cdf2ae2b-a833-4cac-80f9-cf7abe823bfd used request id req-6144b68b-ecf9-4855-b383-bcfbecb50351 2018-10-04 13:47:53,316 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe/os-volume_attachments/36ef3b76-3665-4b28-b769-b9a067b61f86 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38a9b365f05eb31be802bc4b3856cd8410d93409" 2018-10-04 13:47:53,790 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:47:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-01f16e23-65ac-47f3-9ecd-564155d2dad6 x-compute-request-id: req-01f16e23-65ac-47f3-9ecd-564155d2dad6 Content-Length: 0 Content-Type: application/json 2018-10-04 13:47:53,790 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe/os-volume_attachments/36ef3b76-3665-4b28-b769-b9a067b61f86 used request id req-01f16e23-65ac-47f3-9ecd-564155d2dad6 2018-10-04 13:47:53,791 - create_instance - INFO - Deleting Port with ID - 475652de-82ba-4b17-859b-9fbc04138399 2018-10-04 13:47:53,791 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-port 2018-10-04 13:47:53,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/475652de-82ba-4b17-859b-9fbc04138399 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:54,581 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8665c71a-b1b9-4234-a35e-ab1787ddd5ed Date: Thu, 04 Oct 2018 13:47:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:47:54,581 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/475652de-82ba-4b17-859b-9fbc04138399 used request id req-8665c71a-b1b9-4234-a35e-ab1787ddd5ed 2018-10-04 13:47:54,581 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-vm_inst 2018-10-04 13:47:54,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:54,930 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:47: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-51e97059-9afd-43e4-98b1-bb35d5ec065d x-compute-request-id: req-51e97059-9afd-43e4-98b1-bb35d5ec065d Content-Type: application/json 2018-10-04 13:47:54,930 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe used request id req-51e97059-9afd-43e4-98b1-bb35d5ec065d 2018-10-04 13:47:54,930 - create_instance - INFO - Checking deletion status 2018-10-04 13:47:54,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:55,368 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47: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-662530c4-39f3-4a5f-ad9c-8f04a2b3be69 x-compute-request-id: req-662530c4-39f3-4a5f-ad9c-8f04a2b3be69 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe", "rel": "bookmark"}], "image": {"id": "e50a05bf-ac41-4376-a6ca-649e9aeaf297", "links": [{"href": "http://172.30.9.23:8774/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-04T13:47:38.000000", "flavor": {"id": "62894495-826c-461c-9ac4-d420c9d6bc5a", "links": [{"href": "http://172.30.9.23:8774/flavors/62894495-826c-461c-9ac4-d420c9d6bc5a", "rel": "bookmark"}]}, "id": "cda49d9b-41ef-4bed-a94a-7007b28e59fe", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:47:54Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-vm_inst", "created": "2018-10-04T13:47:34Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [{"id": "36ef3b76-3665-4b28-b769-b9a067b61f86"}], "metadata": {}}} 2018-10-04 13:47:55,368 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe used request id req-662530c4-39f3-4a5f-ad9c-8f04a2b3be69 2018-10-04 13:47:55,369 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-vm_inst] is - ACTIVE 2018-10-04 13:47:55,369 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:47:58,372 - create_instance - DEBUG - VM status query timeout in 296.558621883 2018-10-04 13:47:58,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:47:58,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:47:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-715a3a08-ef89-4dbe-820e-f0c1f4fb312a x-compute-request-id: req-715a3a08-ef89-4dbe-820e-f0c1f4fb312a Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe", "rel": "bookmark"}], "image": {"id": "e50a05bf-ac41-4376-a6ca-649e9aeaf297", "links": [{"href": "http://172.30.9.23:8774/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-04T13:47:38.000000", "flavor": {"id": "62894495-826c-461c-9ac4-d420c9d6bc5a", "links": [{"href": "http://172.30.9.23:8774/flavors/62894495-826c-461c-9ac4-d420c9d6bc5a", "rel": "bookmark"}]}, "id": "cda49d9b-41ef-4bed-a94a-7007b28e59fe", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:47:54Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-vm_inst", "created": "2018-10-04T13:47:34Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:47:58,770 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe used request id req-715a3a08-ef89-4dbe-820e-f0c1f4fb312a 2018-10-04 13:47:58,771 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-vm_inst] is - ACTIVE 2018-10-04 13:47:58,771 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:48:01,774 - create_instance - DEBUG - VM status query timeout in 293.156598806 2018-10-04 13:48:01,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59dfa61890cc2f986b9e8ee7aa9363c11177aeb" 2018-10-04 13:48:01,822 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 13:48:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9161821d-eea7-4298-9bc1-c67dfa387d56 x-compute-request-id: req-9161821d-eea7-4298-9bc1-c67dfa387d56 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance cda49d9b-41ef-4bed-a94a-7007b28e59fe could not be found.", "code": 404}} 2018-10-04 13:48:01,822 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/cda49d9b-41ef-4bed-a94a-7007b28e59fe used request id req-9161821d-eea7-4298-9bc1-c67dfa387d56 2018-10-04 13:48:01,822 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance cda49d9b-41ef-4bed-a94a-7007b28e59fe could not be found. (HTTP 404) (Request-ID: req-9161821d-eea7-4298-9bc1-c67dfa387d56) 2018-10-04 13:48:01,822 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-vm_inst 2018-10-04 13:48:01,826 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/36ef3b76-3665-4b28-b769-b9a067b61f86 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4cc803a9-65e1-4c09-88a3-9176f3535924" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d078b1a76d844aeb4ea6cde7263c099c5619b3e" 2018-10-04 13:48:02,171 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:01 GMT Server: Apache x-compute-request-id: req-9d0c8f02-947d-459f-8185-f7df694a6d1c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9d0c8f02-947d-459f-8185-f7df694a6d1c Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/36ef3b76-3665-4b28-b769-b9a067b61f86", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/36ef3b76-3665-4b28-b769-b9a067b61f86", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T13:48:01.000000", "replication_status": null, "snapshot_id": null, "id": "36ef3b76-3665-4b28-b769-b9a067b61f86", "size": 1, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "os-vol-tenant-attr:tenant_id": "93973d1238b2486385104382b3d557a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f", "bootable": "false", "created_at": "2018-10-04T13:47:23.000000", "volume_type": null}} 2018-10-04 13:48:02,172 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/36ef3b76-3665-4b28-b769-b9a067b61f86 used request id req-9d0c8f02-947d-459f-8185-f7df694a6d1c 2018-10-04 13:48:02,172 - create_volume - DEBUG - Instance status is - available 2018-10-04 13:48:02,172 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f 2018-10-04 13:48:02,172 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f 2018-10-04 13:48:02,175 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/36ef3b76-3665-4b28-b769-b9a067b61f86 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4cc803a9-65e1-4c09-88a3-9176f3535924" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d078b1a76d844aeb4ea6cde7263c099c5619b3e" 2018-10-04 13:48:02,950 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:48:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a7d4b5f5-9716-4193-a5f1-f801e7a40b4a 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-10-04 13:48:02,950 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/36ef3b76-3665-4b28-b769-b9a067b61f86 used request id req-a7d4b5f5-9716-4193-a5f1-f801e7a40b4a 2018-10-04 13:48:02,953 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/36ef3b76-3665-4b28-b769-b9a067b61f86 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4cc803a9-65e1-4c09-88a3-9176f3535924" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d078b1a76d844aeb4ea6cde7263c099c5619b3e" 2018-10-04 13:48:03,162 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:02 GMT Server: Apache x-compute-request-id: req-fee57acc-0a82-4030-aa6b-809afccb47c4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fee57acc-0a82-4030-aa6b-809afccb47c4 Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/36ef3b76-3665-4b28-b769-b9a067b61f86", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/36ef3b76-3665-4b28-b769-b9a067b61f86", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T13:48:02.000000", "replication_status": null, "snapshot_id": null, "id": "36ef3b76-3665-4b28-b769-b9a067b61f86", "size": 1, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "os-vol-tenant-attr:tenant_id": "93973d1238b2486385104382b3d557a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "deleting", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f", "bootable": "false", "created_at": "2018-10-04T13:47:23.000000", "volume_type": null}} 2018-10-04 13:48:03,162 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/36ef3b76-3665-4b28-b769-b9a067b61f86 used request id req-fee57acc-0a82-4030-aa6b-809afccb47c4 2018-10-04 13:48:03,162 - create_volume - DEBUG - Instance status is - deleting 2018-10-04 13:48:03,163 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-04 13:48:06,166 - create_volume - DEBUG - Volume status query timeout in 56.7846670151 2018-10-04 13:48:06,169 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/36ef3b76-3665-4b28-b769-b9a067b61f86 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4cc803a9-65e1-4c09-88a3-9176f3535924" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d078b1a76d844aeb4ea6cde7263c099c5619b3e" 2018-10-04 13:48:06,911 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 13:48:06 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-0c3fbb51-2d60-4485-8f22-653f35fc921c x-openstack-request-id: req-0c3fbb51-2d60-4485-8f22-653f35fc921c Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 36ef3b76-3665-4b28-b769-b9a067b61f86 could not be found.", "code": 404}} 2018-10-04 13:48:06,912 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/36ef3b76-3665-4b28-b769-b9a067b61f86 used request id req-0c3fbb51-2d60-4485-8f22-653f35fc921c 2018-10-04 13:48:06,912 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 36ef3b76-3665-4b28-b769-b9a067b61f86 could not be found. (HTTP 404) (Request-ID: req-0c3fbb51-2d60-4485-8f22-653f35fc921c) 2018-10-04 13:48:06,912 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f 2018-10-04 13:48:06,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/62894495-826c-461c-9ac4-d420c9d6bc5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a556df401110be9f013d28bbfc4d5dddde10ff03" 2018-10-04 13:48:06,956 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:48:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a691c2c7-71c7-4712-829a-d4d36ce45c35 x-compute-request-id: req-a691c2c7-71c7-4712-829a-d4d36ce45c35 Content-Length: 0 Content-Type: application/json 2018-10-04 13:48:06,956 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/62894495-826c-461c-9ac4-d420c9d6bc5a used request id req-a691c2c7-71c7-4712-829a-d4d36ce45c35 2018-10-04 13:48:06,957 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-subnet 2018-10-04 13:48:06,957 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-subnet 2018-10-04 13:48:06,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/1515cf7b-46a5-4fba-a296-bfdcff130552 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0c310bea1040886d54c528fb430e66560f3c19f" 2018-10-04 13:48:09,288 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7f9e73c3-6ce1-4565-8c41-d879ef3761b6 Date: Thu, 04 Oct 2018 13:48:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:48:09,288 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/1515cf7b-46a5-4fba-a296-bfdcff130552 used request id req-7f9e73c3-6ce1-4565-8c41-d879ef3761b6 2018-10-04 13:48:09,288 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-net 2018-10-04 13:48:09,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/cdf2ae2b-a833-4cac-80f9-cf7abe823bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0c310bea1040886d54c528fb430e66560f3c19f" 2018-10-04 13:48:10,564 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e9195099-b5e0-4fff-a5f6-c9a94b687bee Date: Thu, 04 Oct 2018 13:48:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:48:10,564 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/cdf2ae2b-a833-4cac-80f9-cf7abe823bfd used request id req-e9195099-b5e0-4fff-a5f6-c9a94b687bee 2018-10-04 13:48:10,565 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-a0ce9ded-7707-4799-83c2-a46b8d4f386f-image 2018-10-04 13:48:10,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44a2f5954deb5bfda1b0b14e1be78375882abeca" 2018-10-04 13:48:11,472 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9dc434c0-c8e0-45a6-87cd-bfd172982ba8 Date: Thu, 04 Oct 2018 13:48:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 13:48:11,472 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/e50a05bf-ac41-4376-a6ca-649e9aeaf297 used request id req-9dc434c0-c8e0-45a6-87cd-bfd172982ba8 2018-10-04 13:48:11,474 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:48:11,476 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:48:11,477 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:48:11,858 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:48:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["FZZVOBRAS-61UroUD9IMgw"], "issued_at": "2018-10-04T13:48:11.000000Z"}} 2018-10-04 13:48:11,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c714485c7c291add3d60b7370a20f29a22331d8a" 2018-10-04 13:48:11,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8638cf8c-a813-454d-a548-4dcd94f832fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:48:11,939 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8638cf8c-a813-454d-a548-4dcd94f832fd 2018-10-04 13:48:11,940 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:48:11,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c714485c7c291add3d60b7370a20f29a22331d8a" 2018-10-04 13:48:12,115 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a45c0c4c-b392-48bc-bf89-03403702b24a x-compute-request-id: req-a45c0c4c-b392-48bc-bf89-03403702b24a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 13:48:12,116 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-a45c0c4c-b392-48bc-bf89-03403702b24a 2018-10-04 13:48:12,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c714485c7c291add3d60b7370a20f29a22331d8a" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-ecb1cfe9-584d-463d-ad10-8166453e2ddename", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-04 13:48:12,211 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13: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-aaca8d96-f521-49b3-9931-95c9d7d3bd37 x-compute-request-id: req-aaca8d96-f521-49b3-9931-95c9d7d3bd37 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/455289a9-9cae-43a1-b84c-1e168fad8d6c", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/455289a9-9cae-43a1-b84c-1e168fad8d6c", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "455289a9-9cae-43a1-b84c-1e168fad8d6c", "name": "CreateFlavorTests-ecb1cfe9-584d-463d-ad10-8166453e2ddename", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 13:48:12,211 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-aaca8d96-f521-49b3-9931-95c9d7d3bd37 2018-10-04 13:48:12,212 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:48:12,584 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:48:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["gREM7-2ZScSHQjWaCNHqHw"], "issued_at": "2018-10-04T13:48:12.000000Z"}} 2018-10-04 13:48:12,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/455289a9-9cae-43a1-b84c-1e168fad8d6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9101362d5b2e971841b30b2f70ac5fa37b810fa4" 2018-10-04 13:48:12,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13: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-30e3d962-a402-44eb-865b-cfd4927f0bcc x-compute-request-id: req-30e3d962-a402-44eb-865b-cfd4927f0bcc Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/455289a9-9cae-43a1-b84c-1e168fad8d6c", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/455289a9-9cae-43a1-b84c-1e168fad8d6c", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "455289a9-9cae-43a1-b84c-1e168fad8d6c", "name": "CreateFlavorTests-ecb1cfe9-584d-463d-ad10-8166453e2ddename", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 13:48:12,765 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/455289a9-9cae-43a1-b84c-1e168fad8d6c used request id req-30e3d962-a402-44eb-865b-cfd4927f0bcc 2018-10-04 13:48:12,768 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/455289a9-9cae-43a1-b84c-1e168fad8d6c/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9101362d5b2e971841b30b2f70ac5fa37b810fa4" 2018-10-04 13:48:12,791 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13: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 x-openstack-request-id: req-332b2366-fb8b-4aa7-a23c-6af22469cf08 x-compute-request-id: req-332b2366-fb8b-4aa7-a23c-6af22469cf08 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 13:48:12,791 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/455289a9-9cae-43a1-b84c-1e168fad8d6c/os-extra_specs used request id req-332b2366-fb8b-4aa7-a23c-6af22469cf08 2018-10-04 13:48:12,794 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/455289a9-9cae-43a1-b84c-1e168fad8d6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c714485c7c291add3d60b7370a20f29a22331d8a" 2018-10-04 13:48:12,855 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13: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 x-openstack-request-id: req-d6a73682-7583-4a98-81fd-6bae5894be87 x-compute-request-id: req-d6a73682-7583-4a98-81fd-6bae5894be87 Content-Length: 0 Content-Type: application/json 2018-10-04 13:48:12,855 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/455289a9-9cae-43a1-b84c-1e168fad8d6c used request id req-d6a73682-7583-4a98-81fd-6bae5894be87 2018-10-04 13:48:12,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9101362d5b2e971841b30b2f70ac5fa37b810fa4" 2018-10-04 13:48:12,894 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13: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 x-openstack-request-id: req-9d85132d-2809-48f8-a3f2-2a928e076f0e x-compute-request-id: req-9d85132d-2809-48f8-a3f2-2a928e076f0e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 13:48:12,894 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9d85132d-2809-48f8-a3f2-2a928e076f0e 2018-10-04 13:48:12,896 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:48:12,897 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:48:12,898 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:48:13,274 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:48:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["-moY-kiXT2uPw9hDepRodQ"], "issued_at": "2018-10-04T13:48:13.000000Z"}} 2018-10-04 13:48:13,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}550334c4c1eee8dc12515550fdcd298e81f367e9" 2018-10-04 13:48:13,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f8eba51-2ef6-4ed8-bd7a-7428d625cd16 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:48:13,380 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8f8eba51-2ef6-4ed8-bd7a-7428d625cd16 2018-10-04 13:48:13,382 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:48:13,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}550334c4c1eee8dc12515550fdcd298e81f367e9" 2018-10-04 13:48:13,584 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48: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-d4748c4d-3bd1-45dc-b6d8-7d30dd8c97d1 x-compute-request-id: req-d4748c4d-3bd1-45dc-b6d8-7d30dd8c97d1 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 13:48:13,584 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d4748c4d-3bd1-45dc-b6d8-7d30dd8c97d1 2018-10-04 13:48:13,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}550334c4c1eee8dc12515550fdcd298e81f367e9" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-eb2bb29d-a4a5-4440-8ecf-63f68cece584name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-04 13:48:13,649 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48: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-f31261d9-c2a4-4475-8049-5d36a7dfbbdb x-compute-request-id: req-f31261d9-c2a4-4475-8049-5d36a7dfbbdb Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e9c63b3a-f076-4abe-b688-2c750f025967", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e9c63b3a-f076-4abe-b688-2c750f025967", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e9c63b3a-f076-4abe-b688-2c750f025967", "name": "CreateFlavorTests-eb2bb29d-a4a5-4440-8ecf-63f68cece584name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 13:48:13,649 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f31261d9-c2a4-4475-8049-5d36a7dfbbdb 2018-10-04 13:48:13,650 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:48:14,023 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:48:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["l7M7ZGkdSh288si3jagd7Q"], "issued_at": "2018-10-04T13:48:14.000000Z"}} 2018-10-04 13:48:14,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/e9c63b3a-f076-4abe-b688-2c750f025967 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c85f683c6bdb447ed947f61345352e1ae66771" 2018-10-04 13:48:14,189 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43fb9e6f-585a-4457-9cc9-0145ea2bbc15 x-compute-request-id: req-43fb9e6f-585a-4457-9cc9-0145ea2bbc15 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e9c63b3a-f076-4abe-b688-2c750f025967", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e9c63b3a-f076-4abe-b688-2c750f025967", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e9c63b3a-f076-4abe-b688-2c750f025967", "name": "CreateFlavorTests-eb2bb29d-a4a5-4440-8ecf-63f68cece584name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 13:48:14,189 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/e9c63b3a-f076-4abe-b688-2c750f025967 used request id req-43fb9e6f-585a-4457-9cc9-0145ea2bbc15 2018-10-04 13:48:14,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/e9c63b3a-f076-4abe-b688-2c750f025967/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c85f683c6bdb447ed947f61345352e1ae66771" 2018-10-04 13:48:14,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0188ae6c-e929-4fee-ba50-dc0ce08c07d8 x-compute-request-id: req-0188ae6c-e929-4fee-ba50-dc0ce08c07d8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 13:48:14,365 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/e9c63b3a-f076-4abe-b688-2c750f025967/os-extra_specs used request id req-0188ae6c-e929-4fee-ba50-dc0ce08c07d8 2018-10-04 13:48:14,368 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/e9c63b3a-f076-4abe-b688-2c750f025967 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c85f683c6bdb447ed947f61345352e1ae66771" 2018-10-04 13:48:14,426 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:48:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-26038100-378f-4a40-aace-5d68f41098be x-compute-request-id: req-26038100-378f-4a40-aace-5d68f41098be Content-Length: 0 Content-Type: application/json 2018-10-04 13:48:14,426 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/e9c63b3a-f076-4abe-b688-2c750f025967 used request id req-26038100-378f-4a40-aace-5d68f41098be 2018-10-04 13:48:14,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c85f683c6bdb447ed947f61345352e1ae66771" 2018-10-04 13:48:14,456 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0c1cf6af-c5d5-417d-b448-04e3543fc063 x-compute-request-id: req-0c1cf6af-c5d5-417d-b448-04e3543fc063 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 13:48:14,456 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0c1cf6af-c5d5-417d-b448-04e3543fc063 2018-10-04 13:48:14,459 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/e9c63b3a-f076-4abe-b688-2c750f025967 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}550334c4c1eee8dc12515550fdcd298e81f367e9" 2018-10-04 13:48:14,479 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 13:48:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c97ec58a-3159-4fc1-96b1-7aa874985f51 x-compute-request-id: req-c97ec58a-3159-4fc1-96b1-7aa874985f51 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor e9c63b3a-f076-4abe-b688-2c750f025967 could not be found.", "code": 404}} 2018-10-04 13:48:14,479 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/e9c63b3a-f076-4abe-b688-2c750f025967 used request id req-c97ec58a-3159-4fc1-96b1-7aa874985f51 2018-10-04 13:48:14,480 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:48:14,482 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:48:14,483 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:48:14,871 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:48:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["zjZht8zSQCSSg8RmCVx70Q"], "issued_at": "2018-10-04T13:48:14.000000Z"}} 2018-10-04 13:48:14,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bbf3bd4c913164f1f092713b20d6e05d036b335" 2018-10-04 13:48:14,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c5d9f36-4c50-4c11-abc1-e3b83d96cb9d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:48:14,965 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5c5d9f36-4c50-4c11-abc1-e3b83d96cb9d 2018-10-04 13:48:14,967 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:48:14,971 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bbf3bd4c913164f1f092713b20d6e05d036b335" 2018-10-04 13:48:15,158 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-220b8cab-bac5-4e1b-9c3a-c763afa4e72c x-compute-request-id: req-220b8cab-bac5-4e1b-9c3a-c763afa4e72c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 13:48:15,159 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-220b8cab-bac5-4e1b-9c3a-c763afa4e72c 2018-10-04 13:48:15,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bbf3bd4c913164f1f092713b20d6e05d036b335" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-bdb1c83c-2b08-4768-96c8-63f8e5078863name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-04 13:48:15,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13: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-d62c788b-69f2-4a5a-9b9c-1a2d66e2022d x-compute-request-id: req-d62c788b-69f2-4a5a-9b9c-1a2d66e2022d Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/64045ccf-6c96-4729-a7e4-42a16ebaaced", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/64045ccf-6c96-4729-a7e4-42a16ebaaced", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "64045ccf-6c96-4729-a7e4-42a16ebaaced", "name": "CreateFlavorTests-bdb1c83c-2b08-4768-96c8-63f8e5078863name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 13:48:15,236 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d62c788b-69f2-4a5a-9b9c-1a2d66e2022d 2018-10-04 13:48:15,237 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:48:15,615 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:48:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["X8GqfzcgRku4raIrja85hQ"], "issued_at": "2018-10-04T13:48:15.000000Z"}} 2018-10-04 13:48:15,618 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/64045ccf-6c96-4729-a7e4-42a16ebaaced -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dcee708ef0e680438bae47512c4e01c4eb43f73" 2018-10-04 13:48:15,790 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13: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-957048ea-d097-448f-9659-f9cfe459a35a x-compute-request-id: req-957048ea-d097-448f-9659-f9cfe459a35a Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/64045ccf-6c96-4729-a7e4-42a16ebaaced", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/64045ccf-6c96-4729-a7e4-42a16ebaaced", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "64045ccf-6c96-4729-a7e4-42a16ebaaced", "name": "CreateFlavorTests-bdb1c83c-2b08-4768-96c8-63f8e5078863name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 13:48:15,790 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/64045ccf-6c96-4729-a7e4-42a16ebaaced used request id req-957048ea-d097-448f-9659-f9cfe459a35a 2018-10-04 13:48:15,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/64045ccf-6c96-4729-a7e4-42a16ebaaced/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dcee708ef0e680438bae47512c4e01c4eb43f73" 2018-10-04 13:48:15,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-29842779-c57a-4233-a439-8d9ac40e652c x-compute-request-id: req-29842779-c57a-4233-a439-8d9ac40e652c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 13:48:15,809 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/64045ccf-6c96-4729-a7e4-42a16ebaaced/os-extra_specs used request id req-29842779-c57a-4233-a439-8d9ac40e652c 2018-10-04 13:48:15,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/64045ccf-6c96-4729-a7e4-42a16ebaaced -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bbf3bd4c913164f1f092713b20d6e05d036b335" 2018-10-04 13:48:15,850 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:48:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-40bca852-dd7a-4856-b253-61d34a09a505 x-compute-request-id: req-40bca852-dd7a-4856-b253-61d34a09a505 Content-Length: 0 Content-Type: application/json 2018-10-04 13:48:15,850 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/64045ccf-6c96-4729-a7e4-42a16ebaaced used request id req-40bca852-dd7a-4856-b253-61d34a09a505 2018-10-04 13:48:15,852 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:48:15,853 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:48:15,854 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:48:16,237 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:48:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["yiHDJx-rTDabepi8R72MXQ"], "issued_at": "2018-10-04T13:48:16.000000Z"}} 2018-10-04 13:48:16,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dbfb2553ec0c0c74fb938a88682ffaa0e123dc6" 2018-10-04 13:48:16,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ba29040-8b9e-457c-8b97-f6fec6880c31 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:48:16,327 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7ba29040-8b9e-457c-8b97-f6fec6880c31 2018-10-04 13:48:16,328 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:48:16,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dbfb2553ec0c0c74fb938a88682ffaa0e123dc6" 2018-10-04 13:48:16,503 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3e43f670-716b-471d-b3f8-eec9ea647292 x-compute-request-id: req-3e43f670-716b-471d-b3f8-eec9ea647292 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 13:48:16,504 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-3e43f670-716b-471d-b3f8-eec9ea647292 2018-10-04 13:48:16,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dbfb2553ec0c0c74fb938a88682ffaa0e123dc6" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-d468f30e-5e5d-4e6e-9fe9-ac9be5ccb972name", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2018-10-04 13:48:16,546 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4cff6e2-0261-46dd-b37d-57ef39ca848e x-compute-request-id: req-b4cff6e2-0261-46dd-b37d-57ef39ca848e Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/307eadfc-d113-4c59-bc0d-df91b6e219d2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/307eadfc-d113-4c59-bc0d-df91b6e219d2", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "307eadfc-d113-4c59-bc0d-df91b6e219d2", "name": "CreateFlavorTests-d468f30e-5e5d-4e6e-9fe9-ac9be5ccb972name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-10-04 13:48:16,546 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-b4cff6e2-0261-46dd-b37d-57ef39ca848e 2018-10-04 13:48:16,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:48:16,934 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:48:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["EahiihFYQyum9w00pVOwnQ"], "issued_at": "2018-10-04T13:48:16.000000Z"}} 2018-10-04 13:48:16,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/307eadfc-d113-4c59-bc0d-df91b6e219d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af40ec44b0445076c149ac13033d21a02fc7be0f" 2018-10-04 13:48:17,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e15ba67c-6320-4cc2-be0a-d94a884f6781 x-compute-request-id: req-e15ba67c-6320-4cc2-be0a-d94a884f6781 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/307eadfc-d113-4c59-bc0d-df91b6e219d2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/307eadfc-d113-4c59-bc0d-df91b6e219d2", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "307eadfc-d113-4c59-bc0d-df91b6e219d2", "name": "CreateFlavorTests-d468f30e-5e5d-4e6e-9fe9-ac9be5ccb972name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-10-04 13:48:17,495 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/307eadfc-d113-4c59-bc0d-df91b6e219d2 used request id req-e15ba67c-6320-4cc2-be0a-d94a884f6781 2018-10-04 13:48:17,498 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/307eadfc-d113-4c59-bc0d-df91b6e219d2/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af40ec44b0445076c149ac13033d21a02fc7be0f" 2018-10-04 13:48:17,516 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-33871408-918b-493f-b09a-16c43fbc18da x-compute-request-id: req-33871408-918b-493f-b09a-16c43fbc18da Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 13:48:17,517 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/307eadfc-d113-4c59-bc0d-df91b6e219d2/os-extra_specs used request id req-33871408-918b-493f-b09a-16c43fbc18da 2018-10-04 13:48:17,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/307eadfc-d113-4c59-bc0d-df91b6e219d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af40ec44b0445076c149ac13033d21a02fc7be0f" 2018-10-04 13:48:17,560 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:48:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1ba68852-b8be-433e-91bf-83fbe11dd8b9 x-compute-request-id: req-1ba68852-b8be-433e-91bf-83fbe11dd8b9 Content-Length: 0 Content-Type: application/json 2018-10-04 13:48:17,561 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/307eadfc-d113-4c59-bc0d-df91b6e219d2 used request id req-1ba68852-b8be-433e-91bf-83fbe11dd8b9 2018-10-04 13:48:17,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af40ec44b0445076c149ac13033d21a02fc7be0f" 2018-10-04 13:48:17,594 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7faba28b-79cd-4ee9-908f-92883a68ca7d x-compute-request-id: req-7faba28b-79cd-4ee9-908f-92883a68ca7d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 13:48:17,595 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-7faba28b-79cd-4ee9-908f-92883a68ca7d 2018-10-04 13:48:17,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/307eadfc-d113-4c59-bc0d-df91b6e219d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dbfb2553ec0c0c74fb938a88682ffaa0e123dc6" 2018-10-04 13:48:17,614 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 13:48:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-244e8cdd-0b33-4e82-a434-7ce9ed2b1791 x-compute-request-id: req-244e8cdd-0b33-4e82-a434-7ce9ed2b1791 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 307eadfc-d113-4c59-bc0d-df91b6e219d2 could not be found.", "code": 404}} 2018-10-04 13:48:17,615 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/307eadfc-d113-4c59-bc0d-df91b6e219d2 used request id req-244e8cdd-0b33-4e82-a434-7ce9ed2b1791 2018-10-04 13:48:17,616 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:48:17,617 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:48:17,618 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:48:18,010 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:48:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["Bei5GsTlR-i3QOaUwWPtxQ"], "issued_at": "2018-10-04T13:48:18.000000Z"}} 2018-10-04 13:48:18,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82eb628999b6740bce786a77babc17ce121ac0e3" 2018-10-04 13:48:18,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8b6798a-b668-4a40-b59b-2dd891a07fd8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:48:18,096 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a8b6798a-b668-4a40-b59b-2dd891a07fd8 2018-10-04 13:48:18,097 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:48:18,102 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82eb628999b6740bce786a77babc17ce121ac0e3" 2018-10-04 13:48:18,277 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7623f458-ea14-41ef-9293-6a3905f9c0e7 x-compute-request-id: req-7623f458-ea14-41ef-9293-6a3905f9c0e7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 13:48:18,277 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-7623f458-ea14-41ef-9293-6a3905f9c0e7 2018-10-04 13:48:18,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82eb628999b6740bce786a77babc17ce121ac0e3" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-a5612c33-dec5-4863-a1bd-145acafe4404name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-04 13:48:18,372 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a930cbd9-ee31-4f90-b6d8-742e0a2761d7 x-compute-request-id: req-a930cbd9-ee31-4f90-b6d8-742e0a2761d7 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/95d2eac3-71ec-4a65-bfe1-f78defc5069d", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/95d2eac3-71ec-4a65-bfe1-f78defc5069d", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "95d2eac3-71ec-4a65-bfe1-f78defc5069d", "name": "CreateFlavorTests-a5612c33-dec5-4863-a1bd-145acafe4404name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 13:48:18,372 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-a930cbd9-ee31-4f90-b6d8-742e0a2761d7 2018-10-04 13:48:18,373 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:48:18,750 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:48:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["IVEU9UWNS46k3vY-6MS9lQ"], "issued_at": "2018-10-04T13:48:18.000000Z"}} 2018-10-04 13:48:18,753 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/95d2eac3-71ec-4a65-bfe1-f78defc5069d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdf1d245fe4dc2ff29436b918912adb8d99c3f1" 2018-10-04 13:48:18,931 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-514b7a91-896e-4486-a42c-290a4b0f9c53 x-compute-request-id: req-514b7a91-896e-4486-a42c-290a4b0f9c53 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/95d2eac3-71ec-4a65-bfe1-f78defc5069d", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/95d2eac3-71ec-4a65-bfe1-f78defc5069d", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "95d2eac3-71ec-4a65-bfe1-f78defc5069d", "name": "CreateFlavorTests-a5612c33-dec5-4863-a1bd-145acafe4404name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 13:48:18,931 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/95d2eac3-71ec-4a65-bfe1-f78defc5069d used request id req-514b7a91-896e-4486-a42c-290a4b0f9c53 2018-10-04 13:48:18,934 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/95d2eac3-71ec-4a65-bfe1-f78defc5069d/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fdf1d245fe4dc2ff29436b918912adb8d99c3f1" 2018-10-04 13:48:18,952 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e39eec03-ca09-44cd-8b56-3e67d0a19a4f x-compute-request-id: req-e39eec03-ca09-44cd-8b56-3e67d0a19a4f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 13:48:18,953 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/95d2eac3-71ec-4a65-bfe1-f78defc5069d/os-extra_specs used request id req-e39eec03-ca09-44cd-8b56-3e67d0a19a4f 2018-10-04 13:48:18,953 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:48:18,954 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:48:19,345 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:48:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["dNsQAxY5So2FKeHFeFCr4w"], "issued_at": "2018-10-04T13:48:19.000000Z"}} 2018-10-04 13:48:19,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a174e7ab2efd120ae549b2427f78abd498558d8a" 2018-10-04 13:48:19,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d20a86e-fb90-4e88-89f0-b38d1a436aef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:48:19,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2d20a86e-fb90-4e88-89f0-b38d1a436aef 2018-10-04 13:48:19,439 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:48:19,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a174e7ab2efd120ae549b2427f78abd498558d8a" 2018-10-04 13:48:19,731 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48: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-052e9999-9e30-4456-a227-6f6c5c630faa x-compute-request-id: req-052e9999-9e30-4456-a227-6f6c5c630faa Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"flavors": [{"id": "95d2eac3-71ec-4a65-bfe1-f78defc5069d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/95d2eac3-71ec-4a65-bfe1-f78defc5069d", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/95d2eac3-71ec-4a65-bfe1-f78defc5069d", "rel": "bookmark"}], "name": "CreateFlavorTests-a5612c33-dec5-4863-a1bd-145acafe4404name"}]} 2018-10-04 13:48:19,731 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-052e9999-9e30-4456-a227-6f6c5c630faa 2018-10-04 13:48:19,734 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/95d2eac3-71ec-4a65-bfe1-f78defc5069d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a174e7ab2efd120ae549b2427f78abd498558d8a" 2018-10-04 13:48:19,754 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48: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-63b8db39-783e-4ca1-aee6-30843bfd06a8 x-compute-request-id: req-63b8db39-783e-4ca1-aee6-30843bfd06a8 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/95d2eac3-71ec-4a65-bfe1-f78defc5069d", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/95d2eac3-71ec-4a65-bfe1-f78defc5069d", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "95d2eac3-71ec-4a65-bfe1-f78defc5069d", "name": "CreateFlavorTests-a5612c33-dec5-4863-a1bd-145acafe4404name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 13:48:19,754 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/95d2eac3-71ec-4a65-bfe1-f78defc5069d used request id req-63b8db39-783e-4ca1-aee6-30843bfd06a8 2018-10-04 13:48:19,754 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-a5612c33-dec5-4863-a1bd-145acafe4404name 2018-10-04 13:48:19,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/95d2eac3-71ec-4a65-bfe1-f78defc5069d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82eb628999b6740bce786a77babc17ce121ac0e3" 2018-10-04 13:48:19,809 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:48:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-74010e66-329e-41f5-ab54-fd720879becd x-compute-request-id: req-74010e66-329e-41f5-ab54-fd720879becd Content-Length: 0 Content-Type: application/json 2018-10-04 13:48:19,809 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/95d2eac3-71ec-4a65-bfe1-f78defc5069d used request id req-74010e66-329e-41f5-ab54-fd720879becd 2018-10-04 13:48:19,811 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 13:48:19,811 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:48:19,812 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:48:20,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:48:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["COEIupCPQaO_qDqQ4B47lg"], "issued_at": "2018-10-04T13:48:20.000000Z"}} 2018-10-04 13:48:20,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}347e5d98b82cedf27dc2c0d878b2cd958ea45c43" 2018-10-04 13:48:20,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b866761d-fc81-4210-a2d7-f1f8a85ee58e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:48:20,268 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b866761d-fc81-4210-a2d7-f1f8a85ee58e 2018-10-04 13:48:20,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}347e5d98b82cedf27dc2c0d878b2cd958ea45c43" 2018-10-04 13:48:20,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-15315fcf-acc6-4407-97c3-f9936c8060bf Date: Thu, 04 Oct 2018 13:48:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-image"} 2018-10-04 13:48:20,464 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-image used request id req-15315fcf-acc6-4407-97c3-f9936c8060bf 2018-10-04 13:48:20,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}347e5d98b82cedf27dc2c0d878b2cd958ea45c43" 2018-10-04 13:48:20,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5be317ce-7237-4895-9441-ec8bebc0adfd Date: Thu, 04 Oct 2018 13:48:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 13:48:20,615 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-5be317ce-7237-4895-9441-ec8bebc0adfd 2018-10-04 13:48:20,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}347e5d98b82cedf27dc2c0d878b2cd958ea45c43" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-image"}' 2018-10-04 13:48:21,972 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/5797da8a-1c01-4d61-b3d2-6a89961014ab X-Openstack-Request-Id: req-c1c4e6b3-3e68-45cb-8a8b-9057dc9bd1b7 Date: Thu, 04 Oct 2018 13:48:21 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:48:20Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T13:48:20Z", "visibility": "shared", "locations": [], "self": "/v2/images/5797da8a-1c01-4d61-b3d2-6a89961014ab", "min_disk": 0, "protected": false, "id": "5797da8a-1c01-4d61-b3d2-6a89961014ab", "file": "/v2/images/5797da8a-1c01-4d61-b3d2-6a89961014ab/file", "checksum": null, "owner": "93973d1238b2486385104382b3d557a9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:48:21,973 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-c1c4e6b3-3e68-45cb-8a8b-9057dc9bd1b7 2018-10-04 13:48:21,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/5797da8a-1c01-4d61-b3d2-6a89961014ab/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}347e5d98b82cedf27dc2c0d878b2cd958ea45c43" -d '' 2018-10-04 13:48:23,522 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c8720932-f061-450e-b499-0cd463cbdffa Date: Thu, 04 Oct 2018 13:48:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 13:48:23,522 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/5797da8a-1c01-4d61-b3d2-6a89961014ab/file used request id req-c8720932-f061-450e-b499-0cd463cbdffa 2018-10-04 13:48:23,523 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 13:48:23,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/5797da8a-1c01-4d61-b3d2-6a89961014ab -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}347e5d98b82cedf27dc2c0d878b2cd958ea45c43" 2018-10-04 13:48:24,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-396ea00f-398c-41db-93ff-e6994ecd00b5 Date: Thu, 04 Oct 2018 13:48:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:48:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:48:23Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/5797da8a-1c01-4d61-b3d2-6a89961014ab/snap", "metadata": {}}], "self": "/v2/images/5797da8a-1c01-4d61-b3d2-6a89961014ab", "min_disk": 0, "protected": false, "id": "5797da8a-1c01-4d61-b3d2-6a89961014ab", "file": "/v2/images/5797da8a-1c01-4d61-b3d2-6a89961014ab/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93973d1238b2486385104382b3d557a9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/5797da8a-1c01-4d61-b3d2-6a89961014ab/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:48:24,155 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/5797da8a-1c01-4d61-b3d2-6a89961014ab used request id req-396ea00f-398c-41db-93ff-e6994ecd00b5 2018-10-04 13:48:24,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}347e5d98b82cedf27dc2c0d878b2cd958ea45c43" 2018-10-04 13:48:24,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5a26995c-dae3-4054-a78b-356c1f61e6bd Date: Thu, 04 Oct 2018 13:48:24 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 13:48:24,321 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-5a26995c-dae3-4054-a78b-356c1f61e6bd 2018-10-04 13:48:24,324 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-image 2018-10-04 13:48:24,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/5797da8a-1c01-4d61-b3d2-6a89961014ab -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}347e5d98b82cedf27dc2c0d878b2cd958ea45c43" 2018-10-04 13:48:24,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-5b4f18ab-8bfc-4a0b-94c7-92b1749e887f Date: Thu, 04 Oct 2018 13:48:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:48:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:48:23Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/5797da8a-1c01-4d61-b3d2-6a89961014ab/snap", "metadata": {}}], "self": "/v2/images/5797da8a-1c01-4d61-b3d2-6a89961014ab", "min_disk": 0, "protected": false, "id": "5797da8a-1c01-4d61-b3d2-6a89961014ab", "file": "/v2/images/5797da8a-1c01-4d61-b3d2-6a89961014ab/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93973d1238b2486385104382b3d557a9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/5797da8a-1c01-4d61-b3d2-6a89961014ab/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:48:24,492 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/5797da8a-1c01-4d61-b3d2-6a89961014ab used request id req-5b4f18ab-8bfc-4a0b-94c7-92b1749e887f 2018-10-04 13:48:24,492 - create_image - DEBUG - Instance status is - active 2018-10-04 13:48:24,492 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-image 2018-10-04 13:48:24,493 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-image 2018-10-04 13:48:24,493 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:48:24,494 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:48:24,878 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:48:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["Ttop821CSf-_3dmFI5xNDw"], "issued_at": "2018-10-04T13:48:24.000000Z"}} 2018-10-04 13:48:24,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d813db285a714422bcb43209597d8c1e1d54d8d" 2018-10-04 13:48:24,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c7d27c1-a8f7-4a6e-95ea-16af83ea446f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:48:24,955 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7c7d27c1-a8f7-4a6e-95ea-16af83ea446f 2018-10-04 13:48:24,956 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:48:24,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d813db285a714422bcb43209597d8c1e1d54d8d" 2018-10-04 13:48:25,140 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48: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-e38695be-7a6b-4f06-b545-c5877488a684 x-compute-request-id: req-e38695be-7a6b-4f06-b545-c5877488a684 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 13:48:25,141 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-e38695be-7a6b-4f06-b545-c5877488a684 2018-10-04 13:48:25,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d813db285a714422bcb43209597d8c1e1d54d8d" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 13:48:25,205 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b1ff3e5-bdb3-40ae-a9df-f2cf060ae4a3 x-compute-request-id: req-4b1ff3e5-bdb3-40ae-a9df-f2cf060ae4a3 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/dda65c31-7b36-4d05-b099-75b9e9e5510a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/dda65c31-7b36-4d05-b099-75b9e9e5510a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "dda65c31-7b36-4d05-b099-75b9e9e5510a", "name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 13:48:25,206 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4b1ff3e5-bdb3-40ae-a9df-f2cf060ae4a3 2018-10-04 13:48:25,216 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 13:48:25,241 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:48:25,702 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:48:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["-yTgxH8STlCmgp_B-ld9Vw"], "issued_at": "2018-10-04T13:48:25.000000Z"}} 2018-10-04 13:48:25,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441b0e7425643b0d3952ac00e2ccbb3ac3973ce9" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-net", "inst_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-flavor"}}' 2018-10-04 13:48:28,714 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:48:25 GMT Server: Apache x-openstack-request-id: req-3d40ac9d-ebed-4de7-a54f-bbadc0fb0d57 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "8554e2f0-6610-468a-be0d-208245e1acbd", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd", "rel": "self"}]}} 2018-10-04 13:48:28,715 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks used request id req-3d40ac9d-ebed-4de7-a54f-bbadc0fb0d57 2018-10-04 13:48:28,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/8554e2f0-6610-468a-be0d-208245e1acbd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441b0e7425643b0d3952ac00e2ccbb3ac3973ce9" 2018-10-04 13:48:29,498 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:48:28 GMT Server: Apache x-openstack-request-id: req-6c333e55-fac4-4877-b780-292921169d2c Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:48:30,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:29 GMT Server: Apache x-openstack-request-id: req-6a4d9838-f6cb-4ad8-a6a5-34aa7250846b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "8554e2f0-6610-468a-be0d-208245e1acbd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-image", "inst_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1", "stack_user_project_id": "413cd3d86f614d128b50a1785f28c524", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:48:27Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8554e2f0-6610-468a-be0d-208245e1acbd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:48:30,253 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd used request id req-6a4d9838-f6cb-4ad8-a6a5-34aa7250846b 2018-10-04 13:48:30,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks?stack_name=HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441b0e7425643b0d3952ac00e2ccbb3ac3973ce9" 2018-10-04 13:48:30,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:30 GMT Server: Apache x-openstack-request-id: req-24625c51-6dc1-4688-bf5f-a9f8c746230c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1", "stack_user_project_id": "413cd3d86f614d128b50a1785f28c524", "deletion_time": null, "creation_time": "2018-10-04T13:48:27Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd", "rel": "self"}], "updated_time": null, "project": "93973d1238b2486385104382b3d557a9", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "8554e2f0-6610-468a-be0d-208245e1acbd", "tags": null}]} 2018-10-04 13:48:30,978 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks?stack_name=HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1 used request id req-24625c51-6dc1-4688-bf5f-a9f8c746230c 2018-10-04 13:48:30,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks?stack_name=HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441b0e7425643b0d3952ac00e2ccbb3ac3973ce9" 2018-10-04 13:48:31,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:30 GMT Server: Apache x-openstack-request-id: req-21384c1e-84d1-44a3-8834-f025da169ca9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1", "stack_user_project_id": "413cd3d86f614d128b50a1785f28c524", "deletion_time": null, "creation_time": "2018-10-04T13:48:27Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd", "rel": "self"}], "updated_time": null, "project": "93973d1238b2486385104382b3d557a9", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "8554e2f0-6610-468a-be0d-208245e1acbd", "tags": null}]} 2018-10-04 13:48:31,669 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks?stack_name=HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1 used request id req-21384c1e-84d1-44a3-8834-f025da169ca9 2018-10-04 13:48:31,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/8554e2f0-6610-468a-be0d-208245e1acbd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441b0e7425643b0d3952ac00e2ccbb3ac3973ce9" 2018-10-04 13:48:32,369 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:48:31 GMT Server: Apache x-openstack-request-id: req-920f355f-f0f3-4926-b2a8-580d53804e46 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:48:33,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:32 GMT Server: Apache x-openstack-request-id: req-9406a57f-b8ce-4ee4-bdc7-dfef29b32d5c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "8554e2f0-6610-468a-be0d-208245e1acbd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-image", "inst_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1", "stack_user_project_id": "413cd3d86f614d128b50a1785f28c524", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:48:27Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8554e2f0-6610-468a-be0d-208245e1acbd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:48:33,097 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd used request id req-9406a57f-b8ce-4ee4-bdc7-dfef29b32d5c 2018-10-04 13:48:33,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/8554e2f0-6610-468a-be0d-208245e1acbd/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441b0e7425643b0d3952ac00e2ccbb3ac3973ce9" 2018-10-04 13:48:33,176 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:48:33 GMT Server: Apache x-openstack-request-id: req-2bce0e72-01d4-4384-a49b-25b4b152af05 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:48:33,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:33 GMT Server: Apache x-openstack-request-id: req-0f5d85da-3e92-4a2f-bed6-5fa6e6e86edc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 567 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-04T13:48:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:48:28Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "e18e3720-6164-4a52-bdcb-57f59f31700d", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-04T13:48:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:48:28Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "0dcf7d25-2ac4-4569-8a01-53f1c39e2cc9", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-04T13:48:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:48:28Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "1c2e1b07-699a-44c9-95ba-219eb7945e10", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-04T13:48:28Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2018-10-04T13:48:28Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2018-10-04 13:48:33,859 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources used request id req-0f5d85da-3e92-4a2f-bed6-5fa6e6e86edc 2018-10-04 13:48:33,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/8554e2f0-6610-468a-be0d-208245e1acbd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441b0e7425643b0d3952ac00e2ccbb3ac3973ce9" 2018-10-04 13:48:34,597 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:48:33 GMT Server: Apache x-openstack-request-id: req-61308a57-f2f1-4257-b9ff-54d98efac672 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:48:34,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:34 GMT Server: Apache x-openstack-request-id: req-1b18dd2c-90f2-42da-b259-f68b40d1e767 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "8554e2f0-6610-468a-be0d-208245e1acbd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-image", "inst_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1", "stack_user_project_id": "413cd3d86f614d128b50a1785f28c524", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:48:27Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8554e2f0-6610-468a-be0d-208245e1acbd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:48:34,722 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd used request id req-1b18dd2c-90f2-42da-b259-f68b40d1e767 2018-10-04 13:48:34,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/8554e2f0-6610-468a-be0d-208245e1acbd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441b0e7425643b0d3952ac00e2ccbb3ac3973ce9" 2018-10-04 13:48:35,478 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:48:34 GMT Server: Apache x-openstack-request-id: req-8beddbc2-974a-4a15-87b4-7c5b93e0a026 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:48:35,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:35 GMT Server: Apache x-openstack-request-id: req-42259990-81fe-4c65-80fc-1726c17e043d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "8554e2f0-6610-468a-be0d-208245e1acbd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-image", "inst_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1", "stack_user_project_id": "413cd3d86f614d128b50a1785f28c524", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:48:27Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8554e2f0-6610-468a-be0d-208245e1acbd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:48:35,603 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd used request id req-42259990-81fe-4c65-80fc-1726c17e043d 2018-10-04 13:48:38,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/8554e2f0-6610-468a-be0d-208245e1acbd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441b0e7425643b0d3952ac00e2ccbb3ac3973ce9" 2018-10-04 13:48:38,684 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:48:38 GMT Server: Apache x-openstack-request-id: req-f7d20f7f-77b9-4a78-b265-37d969dbf9ea Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:48:39,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:38 GMT Server: Apache x-openstack-request-id: req-82ee1d94-860e-4b21-821b-1f8b74b3df74 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "8554e2f0-6610-468a-be0d-208245e1acbd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-image", "inst_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1", "stack_user_project_id": "413cd3d86f614d128b50a1785f28c524", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:48:27Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8554e2f0-6610-468a-be0d-208245e1acbd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:48:39,420 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd used request id req-82ee1d94-860e-4b21-821b-1f8b74b3df74 2018-10-04 13:48:42,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/8554e2f0-6610-468a-be0d-208245e1acbd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441b0e7425643b0d3952ac00e2ccbb3ac3973ce9" 2018-10-04 13:48:42,503 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:48:42 GMT Server: Apache x-openstack-request-id: req-8f39dd44-b19f-4b2e-ad56-9f97a50741bd Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:48:43,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:42 GMT Server: Apache x-openstack-request-id: req-26134db4-aee8-497a-9ba7-a15f42fbf6ae Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "8554e2f0-6610-468a-be0d-208245e1acbd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-image", "inst_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1", "stack_user_project_id": "413cd3d86f614d128b50a1785f28c524", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T13:48:27Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "8554e2f0-6610-468a-be0d-208245e1acbd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:48:43,233 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd used request id req-26134db4-aee8-497a-9ba7-a15f42fbf6ae 2018-10-04 13:48:43,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/8554e2f0-6610-468a-be0d-208245e1acbd/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441b0e7425643b0d3952ac00e2ccbb3ac3973ce9" 2018-10-04 13:48:43,928 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:48:43 GMT Server: Apache x-openstack-request-id: req-6e0ad43f-a9ca-4136-af09-881945c4729d Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:48:44,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:43 GMT Server: Apache x-openstack-request-id: req-fdb760fc-3ba8-4cd0-8538-0ce8fd1442b3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-04T13:48:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:48:28Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "e18e3720-6164-4a52-bdcb-57f59f31700d", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-04T13:48:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:48:28Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "0dcf7d25-2ac4-4569-8a01-53f1c39e2cc9", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-04T13:48:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:48:28Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "1c2e1b07-699a-44c9-95ba-219eb7945e10", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-04T13:48:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:48:28Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "555a4a33-b901-4c47-9b78-99f8eacc8f54", "resource_type": "OS::Nova::Server"}]} 2018-10-04 13:48:44,715 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources used request id req-fdb760fc-3ba8-4cd0-8538-0ce8fd1442b3 2018-10-04 13:48:44,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=1c2e1b07-699a-44c9-95ba-219eb7945e10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441b0e7425643b0d3952ac00e2ccbb3ac3973ce9" 2018-10-04 13:48:44,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-4fa826e0-2b01-41ec-b24f-86f4854f79a4 Date: Thu, 04 Oct 2018 13:48:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1c2e1b07-699a-44c9-95ba-219eb7945e10","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":22,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["0dcf7d25-2ac4-4569-8a01-53f1c39e2cc9"],"description":"","tags":[],"updated_at":"2018-10-04T13:48:30Z","qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:48:29Z","provider:network_type":"vxlan"}]} 2018-10-04 13:48:44,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=1c2e1b07-699a-44c9-95ba-219eb7945e10 used request id req-4fa826e0-2b01-41ec-b24f-86f4854f79a4 2018-10-04 13:48:44,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1c2e1b07-699a-44c9-95ba-219eb7945e10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441b0e7425643b0d3952ac00e2ccbb3ac3973ce9" 2018-10-04 13:48:45,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-256ca979-6519-4ea9-bd27-e9651fa6c06b Date: Thu, 04 Oct 2018 13:48:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c2e1b07-699a-44c9-95ba-219eb7945e10","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:48:30Z","dns_nameservers":[],"updated_at":"2018-10-04T13:48:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"0dcf7d25-2ac4-4569-8a01-53f1c39e2cc9","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-subnet"}]} 2018-10-04 13:48:45,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1c2e1b07-699a-44c9-95ba-219eb7945e10 used request id req-256ca979-6519-4ea9-bd27-e9651fa6c06b 2018-10-04 13:48:45,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1c2e1b07-699a-44c9-95ba-219eb7945e10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441b0e7425643b0d3952ac00e2ccbb3ac3973ce9" 2018-10-04 13:48:45,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0ec54c36-8000-4ece-bf8c-00aeed7fe0dc Date: Thu, 04 Oct 2018 13:48:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c2e1b07-699a-44c9-95ba-219eb7945e10","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:48:30Z","dns_nameservers":[],"updated_at":"2018-10-04T13:48:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"0dcf7d25-2ac4-4569-8a01-53f1c39e2cc9","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-subnet"}]} 2018-10-04 13:48:45,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1c2e1b07-699a-44c9-95ba-219eb7945e10 used request id req-0ec54c36-8000-4ece-bf8c-00aeed7fe0dc 2018-10-04 13:48:45,098 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:48:45,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441b0e7425643b0d3952ac00e2ccbb3ac3973ce9" 2018-10-04 13:48:45,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ae5c236-0f02-4689-ab76-2d0b3cb4fc1b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:48:45,181 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1ae5c236-0f02-4689-ab76-2d0b3cb4fc1b 2018-10-04 13:48:45,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/8554e2f0-6610-468a-be0d-208245e1acbd/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441b0e7425643b0d3952ac00e2ccbb3ac3973ce9" 2018-10-04 13:48:45,860 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:48:45 GMT Server: Apache x-openstack-request-id: req-d587ba7f-ad44-4021-991f-9eb809e74267 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:48:45,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:45 GMT Server: Apache x-openstack-request-id: req-3b2ffb66-dc85-4cb9-a9e5-41bdb7a22013 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-04T13:48:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:48:28Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "e18e3720-6164-4a52-bdcb-57f59f31700d", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-04T13:48:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:48:28Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "0dcf7d25-2ac4-4569-8a01-53f1c39e2cc9", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-04T13:48:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:48:28Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "1c2e1b07-699a-44c9-95ba-219eb7945e10", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-04T13:48:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:48:28Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "555a4a33-b901-4c47-9b78-99f8eacc8f54", "resource_type": "OS::Nova::Server"}]} 2018-10-04 13:48:45,986 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources used request id req-3b2ffb66-dc85-4cb9-a9e5-41bdb7a22013 2018-10-04 13:48:45,990 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/555a4a33-b901-4c47-9b78-99f8eacc8f54 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441b0e7425643b0d3952ac00e2ccbb3ac3973ce9" 2018-10-04 13:48:46,280 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48: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-99c10f8d-2175-4712-81c6-7359bd1cbc7d x-compute-request-id: req-99c10f8d-2175-4712-81c6-7359bd1cbc7d Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:43:b5", "version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/555a4a33-b901-4c47-9b78-99f8eacc8f54", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/555a4a33-b901-4c47-9b78-99f8eacc8f54", "rel": "bookmark"}], "image": {"id": "5797da8a-1c01-4d61-b3d2-6a89961014ab", "links": [{"href": "http://172.30.9.23:8774/images/5797da8a-1c01-4d61-b3d2-6a89961014ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000012", "OS-SRV-USG:launched_at": "2018-10-04T13:48:38.000000", "flavor": {"id": "dda65c31-7b36-4d05-b099-75b9e9e5510a", "links": [{"href": "http://172.30.9.23:8774/flavors/dda65c31-7b36-4d05-b099-75b9e9e5510a", "rel": "bookmark"}]}, "id": "555a4a33-b901-4c47-9b78-99f8eacc8f54", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:48:41Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-inst", "created": "2018-10-04T13:48:35Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:48:46,280 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/555a4a33-b901-4c47-9b78-99f8eacc8f54 used request id req-99c10f8d-2175-4712-81c6-7359bd1cbc7d 2018-10-04 13:48:46,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441b0e7425643b0d3952ac00e2ccbb3ac3973ce9" 2018-10-04 13:48:46,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-88a4ece3-a6b5-48be-aec2-ed38437bbae3 Date: Thu, 04 Oct 2018 13:48:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1c2e1b07-699a-44c9-95ba-219eb7945e10","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":22,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["0dcf7d25-2ac4-4569-8a01-53f1c39e2cc9"],"description":"","tags":[],"updated_at":"2018-10-04T13:48:30Z","qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:48:29Z","provider:network_type":"vxlan"}]} 2018-10-04 13:48:46,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-net used request id req-88a4ece3-a6b5-48be-aec2-ed38437bbae3 2018-10-04 13:48:46,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:48:46,377 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:48:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:48:46,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441b0e7425643b0d3952ac00e2ccbb3ac3973ce9" 2018-10-04 13:48:46,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94c3f388-9361-4d16-aab3-c9ceb71c90aa Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:48:46,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-94c3f388-9361-4d16-aab3-c9ceb71c90aa 2018-10-04 13:48:46,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1c2e1b07-699a-44c9-95ba-219eb7945e10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441b0e7425643b0d3952ac00e2ccbb3ac3973ce9" 2018-10-04 13:48:46,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8fc0a96b-e131-4bcf-a473-9f4dfcef1769 Date: Thu, 04 Oct 2018 13:48:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c2e1b07-699a-44c9-95ba-219eb7945e10","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:48:30Z","dns_nameservers":[],"updated_at":"2018-10-04T13:48:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"0dcf7d25-2ac4-4569-8a01-53f1c39e2cc9","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-subnet"}]} 2018-10-04 13:48:46,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1c2e1b07-699a-44c9-95ba-219eb7945e10 used request id req-8fc0a96b-e131-4bcf-a473-9f4dfcef1769 2018-10-04 13:48:46,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1c2e1b07-699a-44c9-95ba-219eb7945e10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441b0e7425643b0d3952ac00e2ccbb3ac3973ce9" 2018-10-04 13:48:46,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3909 X-Openstack-Request-Id: req-d91f23e3-c15b-4bb3-965b-a56d2016908e Date: Thu, 04 Oct 2018 13:48:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:48:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0dcf7d25-2ac4-4569-8a01-53f1c39e2cc9","ip_address":"10.0.0.3"}],"id":"6607f358-eea9-41c8-ad76-5c3d9d8b9f0b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:04:09:f3","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1c2e1b07-699a-44c9-95ba-219eb7945e10","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:48:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1c2e1b07-699a-44c9-95ba-219eb7945e10"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:48:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0dcf7d25-2ac4-4569-8a01-53f1c39e2cc9","ip_address":"10.0.0.2"}],"id":"a35b1a30-15b7-4241-bf52-410d34e4fd11","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cf:ff:ad","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1c2e1b07-699a-44c9-95ba-219eb7945e10","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:48:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1c2e1b07-699a-44c9-95ba-219eb7945e10"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:48:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0dcf7d25-2ac4-4569-8a01-53f1c39e2cc9","ip_address":"10.0.0.4"}],"id":"a503dea7-454e-481b-adee-11622b32e796","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fd:0e:e5","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1c2e1b07-699a-44c9-95ba-219eb7945e10","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:48:32Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1c2e1b07-699a-44c9-95ba-219eb7945e10"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:48:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0dcf7d25-2ac4-4569-8a01-53f1c39e2cc9","ip_address":"10.0.0.5"}],"id":"e18e3720-6164-4a52-bdcb-57f59f31700d","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:51:43:b5","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1-server1_port-iqaac73mga2c","admin_state_up":true,"network_id":"1c2e1b07-699a-44c9-95ba-219eb7945e10","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:48:32Z","binding:vnic_type":"normal","device_id":"555a4a33-b901-4c47-9b78-99f8eacc8f54"}]} 2018-10-04 13:48:46,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1c2e1b07-699a-44c9-95ba-219eb7945e10 used request id req-d91f23e3-c15b-4bb3-965b-a56d2016908e 2018-10-04 13:48:46,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/8554e2f0-6610-468a-be0d-208245e1acbd/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441b0e7425643b0d3952ac00e2ccbb3ac3973ce9" 2018-10-04 13:48:46,748 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:48:46 GMT Server: Apache x-openstack-request-id: req-563252c1-196f-4d61-85a1-f24073ddbd2f Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:48:46,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:46 GMT Server: Apache x-openstack-request-id: req-778d3a1b-ee75-4346-9a47-95f287146a68 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-04T13:48:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:48:28Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "e18e3720-6164-4a52-bdcb-57f59f31700d", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-04T13:48:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:48:28Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "0dcf7d25-2ac4-4569-8a01-53f1c39e2cc9", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-04T13:48:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:48:28Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "1c2e1b07-699a-44c9-95ba-219eb7945e10", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-04T13:48:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:48:28Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "555a4a33-b901-4c47-9b78-99f8eacc8f54", "resource_type": "OS::Nova::Server"}]} 2018-10-04 13:48:46,874 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd/resources used request id req-778d3a1b-ee75-4346-9a47-95f287146a68 2018-10-04 13:48:46,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/8554e2f0-6610-468a-be0d-208245e1acbd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441b0e7425643b0d3952ac00e2ccbb3ac3973ce9" 2018-10-04 13:48:46,952 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:48:46 GMT Server: Apache x-openstack-request-id: req-9a4d5ccb-22e6-49c0-a29e-56851f2a2f5e Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:48:47,678 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:48:46 GMT Server: Apache x-openstack-request-id: req-1d12b6ec-7099-4aaa-ba02-a3d9140d61a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:48:47,679 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-stack1/8554e2f0-6610-468a-be0d-208245e1acbd used request id req-1d12b6ec-7099-4aaa-ba02-a3d9140d61a7 2018-10-04 13:48:47,679 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-00a15743-7058-45e2-9722-de6cc36e9cff-image 2018-10-04 13:48:47,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/5797da8a-1c01-4d61-b3d2-6a89961014ab -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}347e5d98b82cedf27dc2c0d878b2cd958ea45c43" 2018-10-04 13:48:49,914 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-752cabd6-ab74-492d-9ffd-42b66644dd56 Date: Thu, 04 Oct 2018 13:48:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 13:48:49,914 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/5797da8a-1c01-4d61-b3d2-6a89961014ab used request id req-752cabd6-ab74-492d-9ffd-42b66644dd56 2018-10-04 13:48:49,918 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/dda65c31-7b36-4d05-b099-75b9e9e5510a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d813db285a714422bcb43209597d8c1e1d54d8d" 2018-10-04 13:48:49,956 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:48:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-be21f4e0-7280-4325-90de-1f486c6c155a x-compute-request-id: req-be21f4e0-7280-4325-90de-1f486c6c155a Content-Length: 0 Content-Type: application/json 2018-10-04 13:48:49,956 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/dda65c31-7b36-4d05-b099-75b9e9e5510a used request id req-be21f4e0-7280-4325-90de-1f486c6c155a 2018-10-04 13:48:49,957 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 13:48:49,958 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:48:49,959 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:48:50,353 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:48:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["P7tg1DUSSZG8u7LBZmbL7Q"], "issued_at": "2018-10-04T13:48:50.000000Z"}} 2018-10-04 13:48:50,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab29a7a7daf492fb14f6e7d4dd8c8bd0693e8222" 2018-10-04 13:48:50,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b3ec6b2-a6d3-40b3-a571-1bce6bcb5f16 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:48:50,428 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9b3ec6b2-a6d3-40b3-a571-1bce6bcb5f16 2018-10-04 13:48:50,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ab29a7a7daf492fb14f6e7d4dd8c8bd0693e8222" 2018-10-04 13:48:50,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-685a2ff9-5f16-4187-8d83-b87b577e36b3 Date: Thu, 04 Oct 2018 13:48:50 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image"} 2018-10-04 13:48:50,608 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image used request id req-685a2ff9-5f16-4187-8d83-b87b577e36b3 2018-10-04 13:48:50,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ab29a7a7daf492fb14f6e7d4dd8c8bd0693e8222" 2018-10-04 13:48:50,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-eed39058-ca5e-48b4-b54e-1da0c899a489 Date: Thu, 04 Oct 2018 13:48:50 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 13:48:50,764 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-eed39058-ca5e-48b4-b54e-1da0c899a489 2018-10-04 13:48:50,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab29a7a7daf492fb14f6e7d4dd8c8bd0693e8222" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image"}' 2018-10-04 13:48:51,081 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/6184ded8-0374-42fb-97d3-5bb1a878eddc X-Openstack-Request-Id: req-cf650966-4e3c-49b7-9a1d-8ac6333a6f69 Date: Thu, 04 Oct 2018 13:48:51 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:48:50Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T13:48:50Z", "visibility": "shared", "locations": [], "self": "/v2/images/6184ded8-0374-42fb-97d3-5bb1a878eddc", "min_disk": 0, "protected": false, "id": "6184ded8-0374-42fb-97d3-5bb1a878eddc", "file": "/v2/images/6184ded8-0374-42fb-97d3-5bb1a878eddc/file", "checksum": null, "owner": "93973d1238b2486385104382b3d557a9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:48:51,082 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-cf650966-4e3c-49b7-9a1d-8ac6333a6f69 2018-10-04 13:48:51,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/6184ded8-0374-42fb-97d3-5bb1a878eddc/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ab29a7a7daf492fb14f6e7d4dd8c8bd0693e8222" -d '' 2018-10-04 13:48:52,867 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c19fe107-68f3-48c2-870d-cc21070d242a Date: Thu, 04 Oct 2018 13:48:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 13:48:52,867 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/6184ded8-0374-42fb-97d3-5bb1a878eddc/file used request id req-c19fe107-68f3-48c2-870d-cc21070d242a 2018-10-04 13:48:52,868 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 13:48:52,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/6184ded8-0374-42fb-97d3-5bb1a878eddc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ab29a7a7daf492fb14f6e7d4dd8c8bd0693e8222" 2018-10-04 13:48:53,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-5f76a813-14aa-4276-a0ba-06990343e3fe Date: Thu, 04 Oct 2018 13:48:53 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:48:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:48:52Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/6184ded8-0374-42fb-97d3-5bb1a878eddc/snap", "metadata": {}}], "self": "/v2/images/6184ded8-0374-42fb-97d3-5bb1a878eddc", "min_disk": 0, "protected": false, "id": "6184ded8-0374-42fb-97d3-5bb1a878eddc", "file": "/v2/images/6184ded8-0374-42fb-97d3-5bb1a878eddc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93973d1238b2486385104382b3d557a9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/6184ded8-0374-42fb-97d3-5bb1a878eddc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:48:53,027 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/6184ded8-0374-42fb-97d3-5bb1a878eddc used request id req-5f76a813-14aa-4276-a0ba-06990343e3fe 2018-10-04 13:48:53,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ab29a7a7daf492fb14f6e7d4dd8c8bd0693e8222" 2018-10-04 13:48:53,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-aa270a05-2aca-4968-9ac8-bd80a3b58101 Date: Thu, 04 Oct 2018 13:48:53 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 13:48:53,181 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-aa270a05-2aca-4968-9ac8-bd80a3b58101 2018-10-04 13:48:53,184 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image 2018-10-04 13:48:53,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/6184ded8-0374-42fb-97d3-5bb1a878eddc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ab29a7a7daf492fb14f6e7d4dd8c8bd0693e8222" 2018-10-04 13:48:53,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-34d869bd-caf4-42f3-a9e4-dfed05693a1f Date: Thu, 04 Oct 2018 13:48:53 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:48:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:48:52Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/6184ded8-0374-42fb-97d3-5bb1a878eddc/snap", "metadata": {}}], "self": "/v2/images/6184ded8-0374-42fb-97d3-5bb1a878eddc", "min_disk": 0, "protected": false, "id": "6184ded8-0374-42fb-97d3-5bb1a878eddc", "file": "/v2/images/6184ded8-0374-42fb-97d3-5bb1a878eddc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93973d1238b2486385104382b3d557a9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/6184ded8-0374-42fb-97d3-5bb1a878eddc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:48:53,343 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/6184ded8-0374-42fb-97d3-5bb1a878eddc used request id req-34d869bd-caf4-42f3-a9e4-dfed05693a1f 2018-10-04 13:48:53,344 - create_image - DEBUG - Instance status is - active 2018-10-04 13:48:53,344 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image 2018-10-04 13:48:53,344 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image 2018-10-04 13:48:53,344 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:48:53,345 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:48:53,730 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:48:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["TmUrmWRZRzyd5PRxpZC6mA"], "issued_at": "2018-10-04T13:48:53.000000Z"}} 2018-10-04 13:48:53,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecacc8b119328cce53f7668a8aae86602d7c1486" 2018-10-04 13:48:53,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0352774c-7b8d-4df2-9bf1-c311137a17f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:48:53,817 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0352774c-7b8d-4df2-9bf1-c311137a17f3 2018-10-04 13:48:53,819 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:48:53,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecacc8b119328cce53f7668a8aae86602d7c1486" 2018-10-04 13:48:53,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13: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 x-openstack-request-id: req-6f8c681a-1ea1-483d-a279-1d74e0a4dc1f x-compute-request-id: req-6f8c681a-1ea1-483d-a279-1d74e0a4dc1f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 13:48:53,995 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-6f8c681a-1ea1-483d-a279-1d74e0a4dc1f 2018-10-04 13:48:53,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecacc8b119328cce53f7668a8aae86602d7c1486" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 13:48:54,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f8d3835f-2765-4d01-ac82-6f54eefba5ac x-compute-request-id: req-f8d3835f-2765-4d01-ac82-6f54eefba5ac Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/132eeea7-0752-4968-9367-baa1187fe2df", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/132eeea7-0752-4968-9367-baa1187fe2df", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "132eeea7-0752-4968-9367-baa1187fe2df", "name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 13:48:54,073 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f8d3835f-2765-4d01-ac82-6f54eefba5ac 2018-10-04 13:48:54,074 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 13:48:54,102 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:48:54,473 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:48:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["l8L1BaiwR0y0EA74GK9Kxw"], "issued_at": "2018-10-04T13:48:54.000000Z"}} 2018-10-04 13:48:54,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}}' 2018-10-04 13:48:57,051 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:48:54 GMT Server: Apache x-openstack-request-id: req-39603295-64ef-4e71-8551-56c59c283d45 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "49b37098-56ea-48ba-9d3c-4488ad94dcb7", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7", "rel": "self"}]}} 2018-10-04 13:48:57,051 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks used request id req-39603295-64ef-4e71-8551-56c59c283d45 2018-10-04 13:48:57,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/49b37098-56ea-48ba-9d3c-4488ad94dcb7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:48:57,273 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:48:57 GMT Server: Apache x-openstack-request-id: req-9284d71c-c962-4231-ad91-5cd85a121c43 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:48:57,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:57 GMT Server: Apache x-openstack-request-id: req-2d877ad9-6f95-4101-8258-e2760cdc420d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "49b37098-56ea-48ba-9d3c-4488ad94dcb7", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1", "stack_user_project_id": "7a5387540d36474cbdd120e63c7a4312", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:48:56Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "49b37098-56ea-48ba-9d3c-4488ad94dcb7", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:48:57,546 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7 used request id req-2d877ad9-6f95-4101-8258-e2760cdc420d 2018-10-04 13:48:57,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks?stack_name=HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:48:57,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:57 GMT Server: Apache x-openstack-request-id: req-9cbf8c26-772c-4862-8f60-20398485a20a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1", "stack_user_project_id": "7a5387540d36474cbdd120e63c7a4312", "deletion_time": null, "creation_time": "2018-10-04T13:48:56Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7", "rel": "self"}], "updated_time": null, "project": "93973d1238b2486385104382b3d557a9", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "49b37098-56ea-48ba-9d3c-4488ad94dcb7", "tags": null}]} 2018-10-04 13:48:57,776 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks?stack_name=HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1 used request id req-9cbf8c26-772c-4862-8f60-20398485a20a 2018-10-04 13:48:57,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks?stack_name=HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:48:58,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:57 GMT Server: Apache x-openstack-request-id: req-26ac681c-eae1-45cd-9f8f-6b20e67bbb71 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1", "stack_user_project_id": "7a5387540d36474cbdd120e63c7a4312", "deletion_time": null, "creation_time": "2018-10-04T13:48:56Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7", "rel": "self"}], "updated_time": null, "project": "93973d1238b2486385104382b3d557a9", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "49b37098-56ea-48ba-9d3c-4488ad94dcb7", "tags": null}]} 2018-10-04 13:48:58,015 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks?stack_name=HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1 used request id req-26ac681c-eae1-45cd-9f8f-6b20e67bbb71 2018-10-04 13:48:58,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/49b37098-56ea-48ba-9d3c-4488ad94dcb7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:48:58,683 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:48:58 GMT Server: Apache x-openstack-request-id: req-c611a635-16da-4272-946a-a5da21d4fe6f Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:48:59,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:58 GMT Server: Apache x-openstack-request-id: req-0160e4fc-4ac0-40f1-893a-747424ec0d1f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "49b37098-56ea-48ba-9d3c-4488ad94dcb7", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1", "stack_user_project_id": "7a5387540d36474cbdd120e63c7a4312", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:48:56Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "49b37098-56ea-48ba-9d3c-4488ad94dcb7", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:48:59,363 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7 used request id req-0160e4fc-4ac0-40f1-893a-747424ec0d1f 2018-10-04 13:48:59,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/49b37098-56ea-48ba-9d3c-4488ad94dcb7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:48:59,619 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:48:59 GMT Server: Apache x-openstack-request-id: req-4bffdd8d-5e3d-424e-9ff1-c25ad6d9ee4b Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:48:59,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:48:59 GMT Server: Apache x-openstack-request-id: req-7bbedc19-ac2f-4ad8-8a38-c0de83d75c4f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "49b37098-56ea-48ba-9d3c-4488ad94dcb7", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1", "stack_user_project_id": "7a5387540d36474cbdd120e63c7a4312", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:48:56Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "49b37098-56ea-48ba-9d3c-4488ad94dcb7", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:48:59,744 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7 used request id req-7bbedc19-ac2f-4ad8-8a38-c0de83d75c4f 2018-10-04 13:49:02,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/49b37098-56ea-48ba-9d3c-4488ad94dcb7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:49:03,475 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:49:02 GMT Server: Apache x-openstack-request-id: req-16cccff6-e154-4cea-b294-79d09075134f Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:49:03,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:49:03 GMT Server: Apache x-openstack-request-id: req-d34d75e3-90e6-43d5-83a1-5fc21cbe23e3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "49b37098-56ea-48ba-9d3c-4488ad94dcb7", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1", "stack_user_project_id": "7a5387540d36474cbdd120e63c7a4312", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:48:56Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "49b37098-56ea-48ba-9d3c-4488ad94dcb7", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:49:03,518 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7 used request id req-d34d75e3-90e6-43d5-83a1-5fc21cbe23e3 2018-10-04 13:49:06,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/49b37098-56ea-48ba-9d3c-4488ad94dcb7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:49:06,714 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:49:06 GMT Server: Apache x-openstack-request-id: req-b2e66c5d-178a-4aed-8fd7-65acdda50451 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:49:07,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:49:06 GMT Server: Apache x-openstack-request-id: req-94733011-cbfe-45dc-8412-1a823090f7a6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "49b37098-56ea-48ba-9d3c-4488ad94dcb7", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1", "stack_user_project_id": "7a5387540d36474cbdd120e63c7a4312", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:48:56Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "49b37098-56ea-48ba-9d3c-4488ad94dcb7", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:49:07,414 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7 used request id req-94733011-cbfe-45dc-8412-1a823090f7a6 2018-10-04 13:49:10,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/49b37098-56ea-48ba-9d3c-4488ad94dcb7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:49:11,044 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:49:10 GMT Server: Apache x-openstack-request-id: req-a90fd794-6a9b-43ed-81e5-b59453684687 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:49:11,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:49:11 GMT Server: Apache x-openstack-request-id: req-0d12cee8-458c-46fc-8ff4-162feaf93350 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "49b37098-56ea-48ba-9d3c-4488ad94dcb7", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1", "stack_user_project_id": "7a5387540d36474cbdd120e63c7a4312", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:48:56Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "49b37098-56ea-48ba-9d3c-4488ad94dcb7", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:49:11,086 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7 used request id req-0d12cee8-458c-46fc-8ff4-162feaf93350 2018-10-04 13:49:14,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/49b37098-56ea-48ba-9d3c-4488ad94dcb7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:49:14,119 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:49:14 GMT Server: Apache x-openstack-request-id: req-55d020b9-a7ab-46a6-bb41-96f701dfa67b Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:49:14,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:49:14 GMT Server: Apache x-openstack-request-id: req-bfa22d90-aca3-4c91-802b-74f6bc302ed2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 560 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "49b37098-56ea-48ba-9d3c-4488ad94dcb7", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1", "stack_user_project_id": "7a5387540d36474cbdd120e63c7a4312", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T13:48:56Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "49b37098-56ea-48ba-9d3c-4488ad94dcb7", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:49:14,161 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7 used request id req-bfa22d90-aca3-4c91-802b-74f6bc302ed2 2018-10-04 13:49:14,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}}' 2018-10-04 13:49:15,818 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:49:14 GMT Server: Apache x-openstack-request-id: req-bd5cfd71-d29a-498d-99eb-8cc5bcfc10b4 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce", "rel": "self"}]}} 2018-10-04 13:49:15,818 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks used request id req-bd5cfd71-d29a-498d-99eb-8cc5bcfc10b4 2018-10-04 13:49:15,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/563fb0c0-769b-4c4e-b934-fe8ef8015dce -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:49:15,846 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:49:15 GMT Server: Apache x-openstack-request-id: req-d1bb074f-dab6-4e72-a02a-fcd6b539f43f Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:49:16,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:49:15 GMT Server: Apache x-openstack-request-id: req-d305eea9-f38c-4ba7-ab6b-290b3ec61736 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "stack_user_project_id": "ca0fb60252e04fb9a7f602dd5f381fa3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:49:15Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:49:16,042 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce used request id req-d305eea9-f38c-4ba7-ab6b-290b3ec61736 2018-10-04 13:49:16,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks?stack_name=HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:49:16,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:49:16 GMT Server: Apache x-openstack-request-id: req-e273ea55-58d0-47a3-b1d0-d0a01e81f2f0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "stack_user_project_id": "ca0fb60252e04fb9a7f602dd5f381fa3", "deletion_time": null, "creation_time": "2018-10-04T13:49:15Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce", "rel": "self"}], "updated_time": null, "project": "93973d1238b2486385104382b3d557a9", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "tags": null}]} 2018-10-04 13:49:16,704 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks?stack_name=HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2 used request id req-e273ea55-58d0-47a3-b1d0-d0a01e81f2f0 2018-10-04 13:49:16,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks?stack_name=HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:49:16,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:49:16 GMT Server: Apache x-openstack-request-id: req-b86f9abd-1c04-4a0d-b160-508ffbc3016a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "stack_user_project_id": "ca0fb60252e04fb9a7f602dd5f381fa3", "deletion_time": null, "creation_time": "2018-10-04T13:49:15Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce", "rel": "self"}], "updated_time": null, "project": "93973d1238b2486385104382b3d557a9", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "tags": null}]} 2018-10-04 13:49:16,751 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks?stack_name=HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2 used request id req-b86f9abd-1c04-4a0d-b160-508ffbc3016a 2018-10-04 13:49:16,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/563fb0c0-769b-4c4e-b934-fe8ef8015dce -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:49:16,779 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:49:16 GMT Server: Apache x-openstack-request-id: req-6f94a93d-197e-465b-9e7a-184fb75e2d65 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:49:17,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:49:16 GMT Server: Apache x-openstack-request-id: req-8180dc8a-d060-43a6-bc05-f8d1a7140956 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "stack_user_project_id": "ca0fb60252e04fb9a7f602dd5f381fa3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:49:15Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:49:17,419 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce used request id req-8180dc8a-d060-43a6-bc05-f8d1a7140956 2018-10-04 13:49:17,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/563fb0c0-769b-4c4e-b934-fe8ef8015dce -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:49:17,450 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:49:17 GMT Server: Apache x-openstack-request-id: req-4cd20350-66c1-48ba-8d79-8fb85ac89d68 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:49:17,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:49:17 GMT Server: Apache x-openstack-request-id: req-50d0596d-b276-4bf8-892f-36849af5cedb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "stack_user_project_id": "ca0fb60252e04fb9a7f602dd5f381fa3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:49:15Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:49:17,633 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce used request id req-50d0596d-b276-4bf8-892f-36849af5cedb 2018-10-04 13:49:20,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/563fb0c0-769b-4c4e-b934-fe8ef8015dce -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:49:20,667 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:49:20 GMT Server: Apache x-openstack-request-id: req-bc67ea8e-ded9-491d-afc1-dfa207c55baa Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:49:20,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:49:20 GMT Server: Apache x-openstack-request-id: req-2811f890-b82e-475c-9e3f-d7b11e13a3cb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "stack_user_project_id": "ca0fb60252e04fb9a7f602dd5f381fa3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:49:15Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:49:20,741 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce used request id req-2811f890-b82e-475c-9e3f-d7b11e13a3cb 2018-10-04 13:49:23,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/563fb0c0-769b-4c4e-b934-fe8ef8015dce -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:49:23,771 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:49:23 GMT Server: Apache x-openstack-request-id: req-068ad302-3720-47b4-bde2-25a19c2b8d14 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:49:23,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:49:23 GMT Server: Apache x-openstack-request-id: req-7b2ada36-f583-4de2-be1f-3d1345bd17f1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "stack_user_project_id": "ca0fb60252e04fb9a7f602dd5f381fa3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:49:15Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:49:23,845 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce used request id req-7b2ada36-f583-4de2-be1f-3d1345bd17f1 2018-10-04 13:49:26,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/563fb0c0-769b-4c4e-b934-fe8ef8015dce -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:49:26,880 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:49:26 GMT Server: Apache x-openstack-request-id: req-df37aea1-8acc-4e3f-9a05-3064c9ab0c55 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:49:27,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:49:26 GMT Server: Apache x-openstack-request-id: req-2907d2ed-5527-4ca6-a98d-d2f9e86d23b3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "stack_user_project_id": "ca0fb60252e04fb9a7f602dd5f381fa3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:49:15Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:49:27,108 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce used request id req-2907d2ed-5527-4ca6-a98d-d2f9e86d23b3 2018-10-04 13:49:30,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/563fb0c0-769b-4c4e-b934-fe8ef8015dce -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:49:30,302 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:49:30 GMT Server: Apache x-openstack-request-id: req-dc63c735-7960-4ab7-be7c-2e90a4062083 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:49:30,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:49:30 GMT Server: Apache x-openstack-request-id: req-c197e7da-40fb-441e-884b-6643dcc74622 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "stack_user_project_id": "ca0fb60252e04fb9a7f602dd5f381fa3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:49:15Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:49:30,345 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce used request id req-c197e7da-40fb-441e-884b-6643dcc74622 2018-10-04 13:49:33,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/563fb0c0-769b-4c4e-b934-fe8ef8015dce -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:49:33,379 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:49:33 GMT Server: Apache x-openstack-request-id: req-87569ee2-40de-48ff-b8a1-ef65fe35da44 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:49:33,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:49:33 GMT Server: Apache x-openstack-request-id: req-94cd1c32-e0b6-4d2f-b66f-6e0ff55b16d5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "stack_user_project_id": "ca0fb60252e04fb9a7f602dd5f381fa3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:49:15Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:49:33,455 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce used request id req-94cd1c32-e0b6-4d2f-b66f-6e0ff55b16d5 2018-10-04 13:49:36,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/563fb0c0-769b-4c4e-b934-fe8ef8015dce -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:49:36,491 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:49:36 GMT Server: Apache x-openstack-request-id: req-820a1a6f-3401-4135-aaea-537034677ea8 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:49:36,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:49:36 GMT Server: Apache x-openstack-request-id: req-3b1f838b-0563-4634-93b7-dad3840c42c2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "stack_user_project_id": "ca0fb60252e04fb9a7f602dd5f381fa3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:49:15Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:49:36,567 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce used request id req-3b1f838b-0563-4634-93b7-dad3840c42c2 2018-10-04 13:49:39,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/563fb0c0-769b-4c4e-b934-fe8ef8015dce -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:49:39,603 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:49:39 GMT Server: Apache x-openstack-request-id: req-9777ce6e-6d52-4509-861d-73338a93006f Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:49:39,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:49:39 GMT Server: Apache x-openstack-request-id: req-4fb7ccfc-555e-42df-b836-3d640df17200 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "stack_user_project_id": "ca0fb60252e04fb9a7f602dd5f381fa3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:49:15Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:49:39,677 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce used request id req-4fb7ccfc-555e-42df-b836-3d640df17200 2018-10-04 13:49:42,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/563fb0c0-769b-4c4e-b934-fe8ef8015dce -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:49:42,712 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:49:42 GMT Server: Apache x-openstack-request-id: req-959b989b-8b9f-4199-9647-97920e85a726 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:49:42,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:49:42 GMT Server: Apache x-openstack-request-id: req-55db74c8-ac53-4b82-abb2-927b988e98e3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "stack_user_project_id": "ca0fb60252e04fb9a7f602dd5f381fa3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:49:15Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:49:42,787 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce used request id req-55db74c8-ac53-4b82-abb2-927b988e98e3 2018-10-04 13:49:45,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/563fb0c0-769b-4c4e-b934-fe8ef8015dce -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:49:45,819 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:49:45 GMT Server: Apache x-openstack-request-id: req-e19d4d82-6bbd-4d24-a353-d092212da091 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:49:45,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:49:45 GMT Server: Apache x-openstack-request-id: req-9ba726cf-6b76-4b14-8df0-35123f90c283 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "stack_user_project_id": "ca0fb60252e04fb9a7f602dd5f381fa3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:49:15Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:49:45,894 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce used request id req-9ba726cf-6b76-4b14-8df0-35123f90c283 2018-10-04 13:49:48,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/563fb0c0-769b-4c4e-b934-fe8ef8015dce -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:49:49,521 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:49:48 GMT Server: Apache x-openstack-request-id: req-08d9b1e6-6fe4-49d2-a43c-db4af6e31967 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:49:50,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:49:49 GMT Server: Apache x-openstack-request-id: req-56ac8be0-69e3-474e-89c6-df4a726384b2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "stack_user_project_id": "ca0fb60252e04fb9a7f602dd5f381fa3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:49:15Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:49:50,204 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce used request id req-56ac8be0-69e3-474e-89c6-df4a726384b2 2018-10-04 13:49:53,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/563fb0c0-769b-4c4e-b934-fe8ef8015dce -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:49:53,238 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:49:53 GMT Server: Apache x-openstack-request-id: req-3e5a57c4-a428-4a66-a877-c5ea0ec285d1 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:49:53,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:49:53 GMT Server: Apache x-openstack-request-id: req-307cf8b2-d176-4f77-912e-c3e10e353220 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "stack_user_project_id": "ca0fb60252e04fb9a7f602dd5f381fa3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:49:15Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:49:53,279 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce used request id req-307cf8b2-d176-4f77-912e-c3e10e353220 2018-10-04 13:49:56,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/563fb0c0-769b-4c4e-b934-fe8ef8015dce -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:49:56,313 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:49:56 GMT Server: Apache x-openstack-request-id: req-75eabbac-db40-400f-b0f7-53327ba5e93c Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:49:56,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:49:56 GMT Server: Apache x-openstack-request-id: req-2b2b5318-cd85-491b-9a9b-4fe5e40ec349 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "stack_user_project_id": "ca0fb60252e04fb9a7f602dd5f381fa3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:49:15Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:49:56,356 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce used request id req-2b2b5318-cd85-491b-9a9b-4fe5e40ec349 2018-10-04 13:49:59,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/563fb0c0-769b-4c4e-b934-fe8ef8015dce -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:49:59,524 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:49:59 GMT Server: Apache x-openstack-request-id: req-fe9b26f6-79e6-453a-b25c-75ae31e6493f Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:49:59,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:49:59 GMT Server: Apache x-openstack-request-id: req-1c9c7d4e-6926-4dde-a7b8-692a8df4d409 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "stack_user_project_id": "ca0fb60252e04fb9a7f602dd5f381fa3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:49:15Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:49:59,567 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce used request id req-1c9c7d4e-6926-4dde-a7b8-692a8df4d409 2018-10-04 13:50:02,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/563fb0c0-769b-4c4e-b934-fe8ef8015dce -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:50:02,603 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:50:02 GMT Server: Apache x-openstack-request-id: req-68024a12-77bc-4d13-8d54-026d4d4d8ac1 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:50:02,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:02 GMT Server: Apache x-openstack-request-id: req-eb9a3b1e-d324-4703-b5e3-eb97939e51d4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "stack_user_project_id": "ca0fb60252e04fb9a7f602dd5f381fa3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:49:15Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:50:02,679 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce used request id req-eb9a3b1e-d324-4703-b5e3-eb97939e51d4 2018-10-04 13:50:05,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/563fb0c0-769b-4c4e-b934-fe8ef8015dce -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:50:05,713 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:50:05 GMT Server: Apache x-openstack-request-id: req-db7198ae-9b4b-4fd9-9bc9-1551653effea Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:50:05,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:05 GMT Server: Apache x-openstack-request-id: req-91439864-8b53-413f-a329-6fa1baeba767 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image", "inst_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2", "stack_user_project_id": "ca0fb60252e04fb9a7f602dd5f381fa3", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T13:49:15Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "563fb0c0-769b-4c4e-b934-fe8ef8015dce", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 13:50:05,755 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce used request id req-91439864-8b53-413f-a329-6fa1baeba767 2018-10-04 13:50:05,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/49b37098-56ea-48ba-9d3c-4488ad94dcb7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:50:05,785 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:50:05 GMT Server: Apache x-openstack-request-id: req-db319187-a81d-49e5-956b-e4f44a8056b9 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:50:05,858 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:50:05 GMT Server: Apache x-openstack-request-id: req-b3d36ee3-459f-4931-a26b-22639ee71a17 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:50:05,858 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack1/49b37098-56ea-48ba-9d3c-4488ad94dcb7 used request id req-b3d36ee3-459f-4931-a26b-22639ee71a17 2018-10-04 13:50:05,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/563fb0c0-769b-4c4e-b934-fe8ef8015dce -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06ddaba5850b9830b1df678866023e10f960a5ec" 2018-10-04 13:50:06,610 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:50:05 GMT Server: Apache x-openstack-request-id: req-4d6f13b5-97e9-45de-9853-246437dcd066 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:50:06,683 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:50:06 GMT Server: Apache x-openstack-request-id: req-5daccb01-4aed-46b3-aa57-be3dcbf86079 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:50:06,684 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-stack2/563fb0c0-769b-4c4e-b934-fe8ef8015dce used request id req-5daccb01-4aed-46b3-aa57-be3dcbf86079 2018-10-04 13:50:06,684 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-6de995e0-2897-4a0a-a962-35ca969a657d-image 2018-10-04 13:50:06,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/6184ded8-0374-42fb-97d3-5bb1a878eddc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ab29a7a7daf492fb14f6e7d4dd8c8bd0693e8222" 2018-10-04 13:50:08,436 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4515dfce-41d4-4d05-b5d4-1c14c51dc421 Date: Thu, 04 Oct 2018 13:50:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 13:50:08,436 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/6184ded8-0374-42fb-97d3-5bb1a878eddc used request id req-4515dfce-41d4-4d05-b5d4-1c14c51dc421 2018-10-04 13:50:08,440 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/132eeea7-0752-4968-9367-baa1187fe2df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecacc8b119328cce53f7668a8aae86602d7c1486" 2018-10-04 13:50:08,499 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:50: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-3f1d6cb7-2d57-477a-8b97-32bed5bc3ef6 x-compute-request-id: req-3f1d6cb7-2d57-477a-8b97-32bed5bc3ef6 Content-Length: 0 Content-Type: application/json 2018-10-04 13:50:08,499 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/132eeea7-0752-4968-9367-baa1187fe2df used request id req-3f1d6cb7-2d57-477a-8b97-32bed5bc3ef6 2018-10-04 13:50:08,501 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 13:50:08,501 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:50:08,502 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:50:08,881 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:50:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["8k4VDXvDRvyvGpRgT9aPUg"], "issued_at": "2018-10-04T13:50:08.000000Z"}} 2018-10-04 13:50:08,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2685b9ad80793171b52b3bc7c57585cc0099351" 2018-10-04 13:50:08,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3b7f449-693f-4259-b684-f7b7409f32a9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:50:08,967 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a3b7f449-693f-4259-b684-f7b7409f32a9 2018-10-04 13:50:08,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a2685b9ad80793171b52b3bc7c57585cc0099351" 2018-10-04 13:50:09,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-225a6c33-36a5-4817-b412-a6fb5cdd19e2 Date: Thu, 04 Oct 2018 13:50:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1"} 2018-10-04 13:50:09,134 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1 used request id req-225a6c33-36a5-4817-b412-a6fb5cdd19e2 2018-10-04 13:50:09,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a2685b9ad80793171b52b3bc7c57585cc0099351" 2018-10-04 13:50:09,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-227db38c-e0ff-48c9-aab9-891208e3f547 Date: Thu, 04 Oct 2018 13:50:09 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 13:50:09,291 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-227db38c-e0ff-48c9-aab9-891208e3f547 2018-10-04 13:50:09,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a2685b9ad80793171b52b3bc7c57585cc0099351" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1"}' 2018-10-04 13:50:09,513 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/33c1d0c2-7729-4260-8eb2-90951a07e088 X-Openstack-Request-Id: req-754741b8-fd51-4097-89cd-58239608300a Date: Thu, 04 Oct 2018 13:50:09 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:50:09Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T13:50:09Z", "visibility": "shared", "locations": [], "self": "/v2/images/33c1d0c2-7729-4260-8eb2-90951a07e088", "min_disk": 0, "protected": false, "id": "33c1d0c2-7729-4260-8eb2-90951a07e088", "file": "/v2/images/33c1d0c2-7729-4260-8eb2-90951a07e088/file", "checksum": null, "owner": "93973d1238b2486385104382b3d557a9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:50:09,513 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-754741b8-fd51-4097-89cd-58239608300a 2018-10-04 13:50:09,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/33c1d0c2-7729-4260-8eb2-90951a07e088/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a2685b9ad80793171b52b3bc7c57585cc0099351" -d '' 2018-10-04 13:50:11,520 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-29c791db-c050-413a-9666-debeb4b59a2e Date: Thu, 04 Oct 2018 13:50:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 13:50:11,520 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/33c1d0c2-7729-4260-8eb2-90951a07e088/file used request id req-29c791db-c050-413a-9666-debeb4b59a2e 2018-10-04 13:50:11,521 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 13:50:11,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/33c1d0c2-7729-4260-8eb2-90951a07e088 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a2685b9ad80793171b52b3bc7c57585cc0099351" 2018-10-04 13:50:11,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-daacf07d-81d9-419d-a3fa-b478b910deb4 Date: Thu, 04 Oct 2018 13:50:11 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:50:09Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:50:11Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/33c1d0c2-7729-4260-8eb2-90951a07e088/snap", "metadata": {}}], "self": "/v2/images/33c1d0c2-7729-4260-8eb2-90951a07e088", "min_disk": 0, "protected": false, "id": "33c1d0c2-7729-4260-8eb2-90951a07e088", "file": "/v2/images/33c1d0c2-7729-4260-8eb2-90951a07e088/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93973d1238b2486385104382b3d557a9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/33c1d0c2-7729-4260-8eb2-90951a07e088/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:50:11,693 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/33c1d0c2-7729-4260-8eb2-90951a07e088 used request id req-daacf07d-81d9-419d-a3fa-b478b910deb4 2018-10-04 13:50:11,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a2685b9ad80793171b52b3bc7c57585cc0099351" 2018-10-04 13:50:11,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f684be3c-a353-458f-83ea-73d1aef9cdc0 Date: Thu, 04 Oct 2018 13:50:11 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 13:50:11,852 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-f684be3c-a353-458f-83ea-73d1aef9cdc0 2018-10-04 13:50:11,855 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1 2018-10-04 13:50:11,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/33c1d0c2-7729-4260-8eb2-90951a07e088 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a2685b9ad80793171b52b3bc7c57585cc0099351" 2018-10-04 13:50:12,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-be44710b-d6f8-4651-9a27-ba16d01fce15 Date: Thu, 04 Oct 2018 13:50:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:50:09Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:50:11Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/33c1d0c2-7729-4260-8eb2-90951a07e088/snap", "metadata": {}}], "self": "/v2/images/33c1d0c2-7729-4260-8eb2-90951a07e088", "min_disk": 0, "protected": false, "id": "33c1d0c2-7729-4260-8eb2-90951a07e088", "file": "/v2/images/33c1d0c2-7729-4260-8eb2-90951a07e088/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93973d1238b2486385104382b3d557a9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/33c1d0c2-7729-4260-8eb2-90951a07e088/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:50:12,043 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/33c1d0c2-7729-4260-8eb2-90951a07e088 used request id req-be44710b-d6f8-4651-9a27-ba16d01fce15 2018-10-04 13:50:12,044 - create_image - DEBUG - Instance status is - active 2018-10-04 13:50:12,044 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1 2018-10-04 13:50:12,044 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1 2018-10-04 13:50:12,044 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 13:50:12,044 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:50:12,045 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:50:12,418 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:50:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["RqvSZaAOQPC1iTkHxI2jZA"], "issued_at": "2018-10-04T13:50:12.000000Z"}} 2018-10-04 13:50:12,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974f6923d639288672b0d0441f942a59ab7d52f6" 2018-10-04 13:50:12,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f03d170-89ac-4e19-af34-de78e088509c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:50:12,501 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8f03d170-89ac-4e19-af34-de78e088509c 2018-10-04 13:50:12,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}974f6923d639288672b0d0441f942a59ab7d52f6" 2018-10-04 13:50:12,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-57db514a-619d-4ed6-bfa6-8826cc8d49ea Date: Thu, 04 Oct 2018 13:50:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2"} 2018-10-04 13:50:12,681 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2 used request id req-57db514a-619d-4ed6-bfa6-8826cc8d49ea 2018-10-04 13:50:12,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}974f6923d639288672b0d0441f942a59ab7d52f6" 2018-10-04 13:50:12,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7f6818e1-6a28-4a6a-926a-b6ee977f7d99 Date: Thu, 04 Oct 2018 13:50:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 13:50:12,848 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-7f6818e1-6a28-4a6a-926a-b6ee977f7d99 2018-10-04 13:50:12,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}974f6923d639288672b0d0441f942a59ab7d52f6" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2"}' 2018-10-04 13:50:13,063 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/b320e58d-8ae1-479d-919a-90ee9c588922 X-Openstack-Request-Id: req-d8062076-ea41-431e-b7ef-564996fd777e Date: Thu, 04 Oct 2018 13:50:13 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:50:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T13:50:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/b320e58d-8ae1-479d-919a-90ee9c588922", "min_disk": 0, "protected": false, "id": "b320e58d-8ae1-479d-919a-90ee9c588922", "file": "/v2/images/b320e58d-8ae1-479d-919a-90ee9c588922/file", "checksum": null, "owner": "93973d1238b2486385104382b3d557a9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:50:13,063 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-d8062076-ea41-431e-b7ef-564996fd777e 2018-10-04 13:50:13,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/b320e58d-8ae1-479d-919a-90ee9c588922/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}974f6923d639288672b0d0441f942a59ab7d52f6" -d '' 2018-10-04 13:50:15,336 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-397eb671-ccb6-44e0-aa6b-a859058f6eec Date: Thu, 04 Oct 2018 13:50:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 13:50:15,336 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b320e58d-8ae1-479d-919a-90ee9c588922/file used request id req-397eb671-ccb6-44e0-aa6b-a859058f6eec 2018-10-04 13:50:15,337 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 13:50:15,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/b320e58d-8ae1-479d-919a-90ee9c588922 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}974f6923d639288672b0d0441f942a59ab7d52f6" 2018-10-04 13:50:15,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-6aa19117-5c98-473d-970c-0556a56cc4dd Date: Thu, 04 Oct 2018 13:50:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:50:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:50:15Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b320e58d-8ae1-479d-919a-90ee9c588922/snap", "metadata": {}}], "self": "/v2/images/b320e58d-8ae1-479d-919a-90ee9c588922", "min_disk": 0, "protected": false, "id": "b320e58d-8ae1-479d-919a-90ee9c588922", "file": "/v2/images/b320e58d-8ae1-479d-919a-90ee9c588922/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93973d1238b2486385104382b3d557a9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b320e58d-8ae1-479d-919a-90ee9c588922/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:50:15,537 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/b320e58d-8ae1-479d-919a-90ee9c588922 used request id req-6aa19117-5c98-473d-970c-0556a56cc4dd 2018-10-04 13:50:15,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}974f6923d639288672b0d0441f942a59ab7d52f6" 2018-10-04 13:50:15,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a2c86df5-982c-4070-8a00-3dfa3f8c7d40 Date: Thu, 04 Oct 2018 13:50:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 13:50:15,688 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-a2c86df5-982c-4070-8a00-3dfa3f8c7d40 2018-10-04 13:50:15,690 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2 2018-10-04 13:50:15,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/b320e58d-8ae1-479d-919a-90ee9c588922 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}974f6923d639288672b0d0441f942a59ab7d52f6" 2018-10-04 13:50:15,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-0911f38c-f503-49eb-81c5-0d721db509ee Date: Thu, 04 Oct 2018 13:50:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:50:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:50:15Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b320e58d-8ae1-479d-919a-90ee9c588922/snap", "metadata": {}}], "self": "/v2/images/b320e58d-8ae1-479d-919a-90ee9c588922", "min_disk": 0, "protected": false, "id": "b320e58d-8ae1-479d-919a-90ee9c588922", "file": "/v2/images/b320e58d-8ae1-479d-919a-90ee9c588922/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93973d1238b2486385104382b3d557a9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b320e58d-8ae1-479d-919a-90ee9c588922/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:50:15,853 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/b320e58d-8ae1-479d-919a-90ee9c588922 used request id req-0911f38c-f503-49eb-81c5-0d721db509ee 2018-10-04 13:50:15,854 - create_image - DEBUG - Instance status is - active 2018-10-04 13:50:15,854 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2 2018-10-04 13:50:15,854 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2 2018-10-04 13:50:15,854 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 13:50:15,915 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:50:16,297 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:50:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["fJwsHcreTYO8HwV4ZVYDjw"], "issued_at": "2018-10-04T13:50:16.000000Z"}} 2018-10-04 13:50:16,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "template": {"outputs": {"private_key": {"description": "SSH Private Key", "value": {"get_attr": ["keypair", "private_key"]}}}, "heat_template_version": "2015-04-30", "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": {"default": "m1.med", "type": "string", "description": "Flavor name for the second instance", "label": "Instance Flavor for second VM"}, "image2_name": {"default": "image_2", "type": "string", "description": "Image name to be used for second instance", "label": "Image ID for second VM"}, "keypair_name": {"default": "keypair_name", "type": "string", "description": "The name of the stack's keypair", "label": "Keypair name"}, "security_group_name": {"default": "security_group_name", "type": "string", "description": "The name of the stack's security group", "label": "Security Group name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "external_net_name": {"default": "external", "type": "string", "description": "Name of the external network which management network will connect to"}, "inst2_name": {"default": "test_vm2", "type": "string", "description": "The name of the second VM to be spawned", "label": "Second VM name"}, "inst1_name": {"default": "test_vm1", "type": "string", "description": "The name of the first VM to be spawned", "label": "First VM name"}, "router_name": {"default": "mgmt_router", "type": "string", "description": "The name of the stack's router", "label": "Test router name"}, "flavor1_name": {"default": "m1.small", "type": "string", "description": "Flavor name for the first instance", "label": "Instance Flavor for first VM"}, "image1_name": {"default": "image_1", "type": "string", "description": "Image name to be used for first instance", "label": "Image ID for first VM"}}, "resources": {"flavor2": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 2, "disk": 2, "ram": 1024}}, "flavor1": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 2, "disk": 2, "ram": 1024}}, "network": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "subnet": {"type": "OS::Neutron::Subnet", "properties": {"ip_version": 4, "cidr": "10.1.2.0/24", "name": {"get_param": "subnet_name"}, "network": {"get_resource": "network"}}}, "server_security_group": {"type": "OS::Neutron::SecurityGroup", "properties": {"rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "port_range_min": 22, "protocol": "tcp"}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "icmp"}], "description": "Add security group rules for server", "name": {"get_param": "security_group_name"}}}, "floating_ip": {"type": "OS::Neutron::FloatingIP", "properties": {"floating_network": {"get_param": "external_net_name"}}}, "floating_ip_association": {"type": "OS::Neutron::FloatingIPAssociation", "properties": {"floatingip_id": {"get_resource": "floating_ip"}, "port_id": {"get_resource": "port1"}}}, "management_router": {"type": "OS::Neutron::Router", "properties": {"external_gateway_info": {"network": {"get_param": "external_net_name"}}, "name": {"get_param": "router_name"}}}, "keypair": {"type": "OS::Nova::KeyPair", "properties": {"name": {"get_param": "keypair_name"}, "save_private_key": true}}, "management_router_interface": {"type": "OS::Neutron::RouterInterface", "properties": {"router": {"get_resource": "management_router"}, "subnet": {"get_resource": "subnet"}}}, "port1": {"type": "OS::Neutron::Port", "properties": {"fixed_ips": [{"subnet_id": {"get_resource": "subnet"}}], "network": {"get_resource": "network"}, "security_groups": [{"get_resource": "server_security_group"}]}}, "vm2": {"depends_on": ["subnet", "keypair", "flavor2"], "type": "OS::Nova::Server", "properties": {"key_name": {"get_resource": "keypair"}, "image": {"get_param": "image2_name"}, "name": {"get_param": "inst2_name"}, "flavor": {"get_resource": "flavor2"}, "networks": [{"network": {"get_resource": "network"}}]}}, "vm1": {"depends_on": ["subnet", "keypair", "flavor1", "port1"], "type": "OS::Nova::Server", "properties": {"key_name": {"get_resource": "keypair"}, "image": {"get_param": "image1_name"}, "name": {"get_param": "inst1_name"}, "flavor": {"get_resource": "flavor1"}, "networks": [{"port": {"get_resource": "port1"}}]}}}}, "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net"}}' 2018-10-04 13:50:19,928 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:50:16 GMT Server: Apache x-openstack-request-id: req-2448286c-15a3-4ea4-abf4-ae5d1d990ca1 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "self"}]}} 2018-10-04 13:50:19,928 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks used request id req-2448286c-15a3-4ea4-abf4-ae5d1d990ca1 2018-10-04 13:50:19,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:20,110 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:50:19 GMT Server: Apache x-openstack-request-id: req-3a0bd225-bfa7-423a-b54b-a3b4ea6242fe Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:50:20,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:20 GMT Server: Apache x-openstack-request-id: req-cb28e7f9-6e01-4a92-9bb6-da4c76eacd4b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor2", "OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "OS::stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "stack_user_project_id": "ce1d80c3fb5642e28a18fa75a6fe59c5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:50:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 13:50:20,348 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf used request id req-cb28e7f9-6e01-4a92-9bb6-da4c76eacd4b 2018-10-04 13:50:20,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:20,377 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:50:20 GMT Server: Apache x-openstack-request-id: req-8da4a37d-1e44-4ad1-a761-d1bc2b56e1af Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:50:21,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:20 GMT Server: Apache x-openstack-request-id: req-92ed7afb-f971-4070-86e5-c50c439a5b45 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor2", "OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "OS::stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "stack_user_project_id": "ce1d80c3fb5642e28a18fa75a6fe59c5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:50:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 13:50:21,060 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf used request id req-92ed7afb-f971-4070-86e5-c50c439a5b45 2018-10-04 13:50:24,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:24,240 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:50:24 GMT Server: Apache x-openstack-request-id: req-9b4c0351-4f1b-45bf-9390-3a1966bda190 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:50:25,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:24 GMT Server: Apache x-openstack-request-id: req-214981f1-64bb-47b8-bafd-fff57e175130 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor2", "OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "OS::stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "stack_user_project_id": "ce1d80c3fb5642e28a18fa75a6fe59c5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:50:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtF2irgzVFlKmeJHv4rPbu3KpJujRdyM2r740qD4lukxqX7hC\nyagbZLWdlZV/ShHmxlzTo60MRdVaGNtIh/0/PX+n/pmPbcwEDWLZDIicqk2TwJ+h\nhNJNEQqeg6zNRMEKlWdNCfCM2w8i7RRMeJagw/CTaSOr54Z5JTVR3CRCRTfZpF/N\nH3IgdOEFaovsdMc0HCn6j0DpkTdKc8jTrIau/t0KOptlVY/gugnIPhHJKJywm/B2\nB7txZlOKqS7Y49Jbqyc4HrzOYuaUeP2TdvsD/DWixIoTk21mm30K42Tee5eCxaV3\nhI0tJLnqe+ei6v38oiSWX0j/4PUMqA9vzYdJowIDAQABAoIBAQCIasnAGrSQTbLb\nPoXRUXfALtkBNNY45clW4uWw2lBut509CIB7RUpywWqO2KONwjxpi4wHH7tIljWu\n1yvkrwZF3WeSiVKSGNx3w2umryzPIh2+cv4XF3hyizWZIfmfJuJ6XcdG3Umr5abk\n6ZVtH4A4spzLyM8cLfkyy0E+362/61dr7E4gJ3YMLN3v1hcIE9KjpITFkFSrxSXF\nlOYG0EjtpkkxLSDvLyOuUwH1JbRA4miMf5FbxQEAm6v9ZIFa+1NhnimnB1Qx3A98\nH1lbnjmb3Go1KCCeiMDQwHCOP715uSZt26h1OwfXWAeKb8N7TJ6RD1CWo79i+dP2\nkLkm4wUBAoGBAO1GDQ8KJiBDII3wra77w6OKvYtOe60VESqwM/z66YczfdZuFATC\nC/P1GdEjc50jybeZ8Ey5Wh3rpTQlvC/PKxARK1mKe/36XrGk88j3bd6QuP5eASn3\nOvdKAxwQsqBUlSkGadC3kSgHrG8rbjqwneREuq29IfyVd7fnsJVLaNkdAoGBAMKZ\nzOf/NGsFcemHJsHcnUqJ3e4gbylVghZ0HXSL+5t+HPoqHtWa3o89oYtOoz8n6L1E\n5GhMHb+JE5UFQ2Z6+LK+lS4L0cdakHkY4Nvgm2ozrYe36s3PjANujpWq8qL/45wm\nBNUnXjRJA7yVGvefmfh67Mrau/iEisO6EO5iPfG/AoGAS3jSwovp4K05d6ysslIm\nwqho7hzCviVLVpbBkqCFE5pPVpuhBnpqruixk5KBPeSaTypKAz2Z6pZ/7/xoxZRS\nEERF0693DSxMXpknai855WeHUHG6UQzw1qPWJWEyUElXQLtngRpCs8btFFduMoDn\nWCp8brMQUnWApSCvTG22JgkCgYAYrNPUnwGQiHI3QFHjxwuSxgSEC0zNGvCR1Etf\n2dgfkVAvUGP0hdyuoQv41BHTEkZqqW+k4fHrtX/sJ2yyc+lREOVtn0YMVyl2kXcB\nqmtKfh8E1IdLbYO9c6lUxQZbMMM1q4R1WraRPqjgoq92sqAdZ8jat/2Zt4S46MD4\n2TAtlQKBgQC3f56NbGxvb+DRxRafLD7AdZ9ilPnkkA7aXpSP5sUcI8cAgFUhNqL4\nBifBSJP+mU0BW5iyprKDr4bN+0e+SOo6Ixa+vhCYbrihS8rLNswS9aPLMe1ykjCM\ngBpgDfzf4nNTuiGcCkq7MnH+oR1bTdFqDNfQEx0jMIReiwWILGWyAg==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 13:50:25,108 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf used request id req-214981f1-64bb-47b8-bafd-fff57e175130 2018-10-04 13:50:28,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:28,290 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:50:28 GMT Server: Apache x-openstack-request-id: req-6ce4b3c2-1ed6-4acb-a699-c643181c50a1 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:50:28,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:28 GMT Server: Apache x-openstack-request-id: req-b795bd41-9288-4049-9031-5ec6b27942e2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor2", "OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "OS::stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "stack_user_project_id": "ce1d80c3fb5642e28a18fa75a6fe59c5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:50:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtF2irgzVFlKmeJHv4rPbu3KpJujRdyM2r740qD4lukxqX7hC\nyagbZLWdlZV/ShHmxlzTo60MRdVaGNtIh/0/PX+n/pmPbcwEDWLZDIicqk2TwJ+h\nhNJNEQqeg6zNRMEKlWdNCfCM2w8i7RRMeJagw/CTaSOr54Z5JTVR3CRCRTfZpF/N\nH3IgdOEFaovsdMc0HCn6j0DpkTdKc8jTrIau/t0KOptlVY/gugnIPhHJKJywm/B2\nB7txZlOKqS7Y49Jbqyc4HrzOYuaUeP2TdvsD/DWixIoTk21mm30K42Tee5eCxaV3\nhI0tJLnqe+ei6v38oiSWX0j/4PUMqA9vzYdJowIDAQABAoIBAQCIasnAGrSQTbLb\nPoXRUXfALtkBNNY45clW4uWw2lBut509CIB7RUpywWqO2KONwjxpi4wHH7tIljWu\n1yvkrwZF3WeSiVKSGNx3w2umryzPIh2+cv4XF3hyizWZIfmfJuJ6XcdG3Umr5abk\n6ZVtH4A4spzLyM8cLfkyy0E+362/61dr7E4gJ3YMLN3v1hcIE9KjpITFkFSrxSXF\nlOYG0EjtpkkxLSDvLyOuUwH1JbRA4miMf5FbxQEAm6v9ZIFa+1NhnimnB1Qx3A98\nH1lbnjmb3Go1KCCeiMDQwHCOP715uSZt26h1OwfXWAeKb8N7TJ6RD1CWo79i+dP2\nkLkm4wUBAoGBAO1GDQ8KJiBDII3wra77w6OKvYtOe60VESqwM/z66YczfdZuFATC\nC/P1GdEjc50jybeZ8Ey5Wh3rpTQlvC/PKxARK1mKe/36XrGk88j3bd6QuP5eASn3\nOvdKAxwQsqBUlSkGadC3kSgHrG8rbjqwneREuq29IfyVd7fnsJVLaNkdAoGBAMKZ\nzOf/NGsFcemHJsHcnUqJ3e4gbylVghZ0HXSL+5t+HPoqHtWa3o89oYtOoz8n6L1E\n5GhMHb+JE5UFQ2Z6+LK+lS4L0cdakHkY4Nvgm2ozrYe36s3PjANujpWq8qL/45wm\nBNUnXjRJA7yVGvefmfh67Mrau/iEisO6EO5iPfG/AoGAS3jSwovp4K05d6ysslIm\nwqho7hzCviVLVpbBkqCFE5pPVpuhBnpqruixk5KBPeSaTypKAz2Z6pZ/7/xoxZRS\nEERF0693DSxMXpknai855WeHUHG6UQzw1qPWJWEyUElXQLtngRpCs8btFFduMoDn\nWCp8brMQUnWApSCvTG22JgkCgYAYrNPUnwGQiHI3QFHjxwuSxgSEC0zNGvCR1Etf\n2dgfkVAvUGP0hdyuoQv41BHTEkZqqW+k4fHrtX/sJ2yyc+lREOVtn0YMVyl2kXcB\nqmtKfh8E1IdLbYO9c6lUxQZbMMM1q4R1WraRPqjgoq92sqAdZ8jat/2Zt4S46MD4\n2TAtlQKBgQC3f56NbGxvb+DRxRafLD7AdZ9ilPnkkA7aXpSP5sUcI8cAgFUhNqL4\nBifBSJP+mU0BW5iyprKDr4bN+0e+SOo6Ixa+vhCYbrihS8rLNswS9aPLMe1ykjCM\ngBpgDfzf4nNTuiGcCkq7MnH+oR1bTdFqDNfQEx0jMIReiwWILGWyAg==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 13:50:28,565 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf used request id req-b795bd41-9288-4049-9031-5ec6b27942e2 2018-10-04 13:50:31,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:31,734 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:50:31 GMT Server: Apache x-openstack-request-id: req-317e8755-5b32-442b-a624-cda5fb753cd6 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:50:32,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:31 GMT Server: Apache x-openstack-request-id: req-d3642caa-3874-4771-b74e-7ebaa6a2425c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor2", "OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "OS::stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "stack_user_project_id": "ce1d80c3fb5642e28a18fa75a6fe59c5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:50:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtF2irgzVFlKmeJHv4rPbu3KpJujRdyM2r740qD4lukxqX7hC\nyagbZLWdlZV/ShHmxlzTo60MRdVaGNtIh/0/PX+n/pmPbcwEDWLZDIicqk2TwJ+h\nhNJNEQqeg6zNRMEKlWdNCfCM2w8i7RRMeJagw/CTaSOr54Z5JTVR3CRCRTfZpF/N\nH3IgdOEFaovsdMc0HCn6j0DpkTdKc8jTrIau/t0KOptlVY/gugnIPhHJKJywm/B2\nB7txZlOKqS7Y49Jbqyc4HrzOYuaUeP2TdvsD/DWixIoTk21mm30K42Tee5eCxaV3\nhI0tJLnqe+ei6v38oiSWX0j/4PUMqA9vzYdJowIDAQABAoIBAQCIasnAGrSQTbLb\nPoXRUXfALtkBNNY45clW4uWw2lBut509CIB7RUpywWqO2KONwjxpi4wHH7tIljWu\n1yvkrwZF3WeSiVKSGNx3w2umryzPIh2+cv4XF3hyizWZIfmfJuJ6XcdG3Umr5abk\n6ZVtH4A4spzLyM8cLfkyy0E+362/61dr7E4gJ3YMLN3v1hcIE9KjpITFkFSrxSXF\nlOYG0EjtpkkxLSDvLyOuUwH1JbRA4miMf5FbxQEAm6v9ZIFa+1NhnimnB1Qx3A98\nH1lbnjmb3Go1KCCeiMDQwHCOP715uSZt26h1OwfXWAeKb8N7TJ6RD1CWo79i+dP2\nkLkm4wUBAoGBAO1GDQ8KJiBDII3wra77w6OKvYtOe60VESqwM/z66YczfdZuFATC\nC/P1GdEjc50jybeZ8Ey5Wh3rpTQlvC/PKxARK1mKe/36XrGk88j3bd6QuP5eASn3\nOvdKAxwQsqBUlSkGadC3kSgHrG8rbjqwneREuq29IfyVd7fnsJVLaNkdAoGBAMKZ\nzOf/NGsFcemHJsHcnUqJ3e4gbylVghZ0HXSL+5t+HPoqHtWa3o89oYtOoz8n6L1E\n5GhMHb+JE5UFQ2Z6+LK+lS4L0cdakHkY4Nvgm2ozrYe36s3PjANujpWq8qL/45wm\nBNUnXjRJA7yVGvefmfh67Mrau/iEisO6EO5iPfG/AoGAS3jSwovp4K05d6ysslIm\nwqho7hzCviVLVpbBkqCFE5pPVpuhBnpqruixk5KBPeSaTypKAz2Z6pZ/7/xoxZRS\nEERF0693DSxMXpknai855WeHUHG6UQzw1qPWJWEyUElXQLtngRpCs8btFFduMoDn\nWCp8brMQUnWApSCvTG22JgkCgYAYrNPUnwGQiHI3QFHjxwuSxgSEC0zNGvCR1Etf\n2dgfkVAvUGP0hdyuoQv41BHTEkZqqW+k4fHrtX/sJ2yyc+lREOVtn0YMVyl2kXcB\nqmtKfh8E1IdLbYO9c6lUxQZbMMM1q4R1WraRPqjgoq92sqAdZ8jat/2Zt4S46MD4\n2TAtlQKBgQC3f56NbGxvb+DRxRafLD7AdZ9ilPnkkA7aXpSP5sUcI8cAgFUhNqL4\nBifBSJP+mU0BW5iyprKDr4bN+0e+SOo6Ixa+vhCYbrihS8rLNswS9aPLMe1ykjCM\ngBpgDfzf4nNTuiGcCkq7MnH+oR1bTdFqDNfQEx0jMIReiwWILGWyAg==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 13:50:32,538 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf used request id req-d3642caa-3874-4771-b74e-7ebaa6a2425c 2018-10-04 13:50:35,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:36,260 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:50:35 GMT Server: Apache x-openstack-request-id: req-1872415b-94b6-4c20-ba32-533a46789776 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:50:36,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:36 GMT Server: Apache x-openstack-request-id: req-5928985f-d114-4b74-917b-5fae479805b8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor2", "OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "OS::stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "stack_user_project_id": "ce1d80c3fb5642e28a18fa75a6fe59c5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:50:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtF2irgzVFlKmeJHv4rPbu3KpJujRdyM2r740qD4lukxqX7hC\nyagbZLWdlZV/ShHmxlzTo60MRdVaGNtIh/0/PX+n/pmPbcwEDWLZDIicqk2TwJ+h\nhNJNEQqeg6zNRMEKlWdNCfCM2w8i7RRMeJagw/CTaSOr54Z5JTVR3CRCRTfZpF/N\nH3IgdOEFaovsdMc0HCn6j0DpkTdKc8jTrIau/t0KOptlVY/gugnIPhHJKJywm/B2\nB7txZlOKqS7Y49Jbqyc4HrzOYuaUeP2TdvsD/DWixIoTk21mm30K42Tee5eCxaV3\nhI0tJLnqe+ei6v38oiSWX0j/4PUMqA9vzYdJowIDAQABAoIBAQCIasnAGrSQTbLb\nPoXRUXfALtkBNNY45clW4uWw2lBut509CIB7RUpywWqO2KONwjxpi4wHH7tIljWu\n1yvkrwZF3WeSiVKSGNx3w2umryzPIh2+cv4XF3hyizWZIfmfJuJ6XcdG3Umr5abk\n6ZVtH4A4spzLyM8cLfkyy0E+362/61dr7E4gJ3YMLN3v1hcIE9KjpITFkFSrxSXF\nlOYG0EjtpkkxLSDvLyOuUwH1JbRA4miMf5FbxQEAm6v9ZIFa+1NhnimnB1Qx3A98\nH1lbnjmb3Go1KCCeiMDQwHCOP715uSZt26h1OwfXWAeKb8N7TJ6RD1CWo79i+dP2\nkLkm4wUBAoGBAO1GDQ8KJiBDII3wra77w6OKvYtOe60VESqwM/z66YczfdZuFATC\nC/P1GdEjc50jybeZ8Ey5Wh3rpTQlvC/PKxARK1mKe/36XrGk88j3bd6QuP5eASn3\nOvdKAxwQsqBUlSkGadC3kSgHrG8rbjqwneREuq29IfyVd7fnsJVLaNkdAoGBAMKZ\nzOf/NGsFcemHJsHcnUqJ3e4gbylVghZ0HXSL+5t+HPoqHtWa3o89oYtOoz8n6L1E\n5GhMHb+JE5UFQ2Z6+LK+lS4L0cdakHkY4Nvgm2ozrYe36s3PjANujpWq8qL/45wm\nBNUnXjRJA7yVGvefmfh67Mrau/iEisO6EO5iPfG/AoGAS3jSwovp4K05d6ysslIm\nwqho7hzCviVLVpbBkqCFE5pPVpuhBnpqruixk5KBPeSaTypKAz2Z6pZ/7/xoxZRS\nEERF0693DSxMXpknai855WeHUHG6UQzw1qPWJWEyUElXQLtngRpCs8btFFduMoDn\nWCp8brMQUnWApSCvTG22JgkCgYAYrNPUnwGQiHI3QFHjxwuSxgSEC0zNGvCR1Etf\n2dgfkVAvUGP0hdyuoQv41BHTEkZqqW+k4fHrtX/sJ2yyc+lREOVtn0YMVyl2kXcB\nqmtKfh8E1IdLbYO9c6lUxQZbMMM1q4R1WraRPqjgoq92sqAdZ8jat/2Zt4S46MD4\n2TAtlQKBgQC3f56NbGxvb+DRxRafLD7AdZ9ilPnkkA7aXpSP5sUcI8cAgFUhNqL4\nBifBSJP+mU0BW5iyprKDr4bN+0e+SOo6Ixa+vhCYbrihS8rLNswS9aPLMe1ykjCM\ngBpgDfzf4nNTuiGcCkq7MnH+oR1bTdFqDNfQEx0jMIReiwWILGWyAg==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 13:50:36,588 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf used request id req-5928985f-d114-4b74-917b-5fae479805b8 2018-10-04 13:50:39,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:40,227 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:50:39 GMT Server: Apache x-openstack-request-id: req-67a3a04c-d448-482e-bff6-5aaf91f30f17 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:50:41,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:40 GMT Server: Apache x-openstack-request-id: req-3caa25c9-f359-4463-adec-9b170e8d9a71 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor2", "OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "OS::stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "stack_user_project_id": "ce1d80c3fb5642e28a18fa75a6fe59c5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:50:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtF2irgzVFlKmeJHv4rPbu3KpJujRdyM2r740qD4lukxqX7hC\nyagbZLWdlZV/ShHmxlzTo60MRdVaGNtIh/0/PX+n/pmPbcwEDWLZDIicqk2TwJ+h\nhNJNEQqeg6zNRMEKlWdNCfCM2w8i7RRMeJagw/CTaSOr54Z5JTVR3CRCRTfZpF/N\nH3IgdOEFaovsdMc0HCn6j0DpkTdKc8jTrIau/t0KOptlVY/gugnIPhHJKJywm/B2\nB7txZlOKqS7Y49Jbqyc4HrzOYuaUeP2TdvsD/DWixIoTk21mm30K42Tee5eCxaV3\nhI0tJLnqe+ei6v38oiSWX0j/4PUMqA9vzYdJowIDAQABAoIBAQCIasnAGrSQTbLb\nPoXRUXfALtkBNNY45clW4uWw2lBut509CIB7RUpywWqO2KONwjxpi4wHH7tIljWu\n1yvkrwZF3WeSiVKSGNx3w2umryzPIh2+cv4XF3hyizWZIfmfJuJ6XcdG3Umr5abk\n6ZVtH4A4spzLyM8cLfkyy0E+362/61dr7E4gJ3YMLN3v1hcIE9KjpITFkFSrxSXF\nlOYG0EjtpkkxLSDvLyOuUwH1JbRA4miMf5FbxQEAm6v9ZIFa+1NhnimnB1Qx3A98\nH1lbnjmb3Go1KCCeiMDQwHCOP715uSZt26h1OwfXWAeKb8N7TJ6RD1CWo79i+dP2\nkLkm4wUBAoGBAO1GDQ8KJiBDII3wra77w6OKvYtOe60VESqwM/z66YczfdZuFATC\nC/P1GdEjc50jybeZ8Ey5Wh3rpTQlvC/PKxARK1mKe/36XrGk88j3bd6QuP5eASn3\nOvdKAxwQsqBUlSkGadC3kSgHrG8rbjqwneREuq29IfyVd7fnsJVLaNkdAoGBAMKZ\nzOf/NGsFcemHJsHcnUqJ3e4gbylVghZ0HXSL+5t+HPoqHtWa3o89oYtOoz8n6L1E\n5GhMHb+JE5UFQ2Z6+LK+lS4L0cdakHkY4Nvgm2ozrYe36s3PjANujpWq8qL/45wm\nBNUnXjRJA7yVGvefmfh67Mrau/iEisO6EO5iPfG/AoGAS3jSwovp4K05d6ysslIm\nwqho7hzCviVLVpbBkqCFE5pPVpuhBnpqruixk5KBPeSaTypKAz2Z6pZ/7/xoxZRS\nEERF0693DSxMXpknai855WeHUHG6UQzw1qPWJWEyUElXQLtngRpCs8btFFduMoDn\nWCp8brMQUnWApSCvTG22JgkCgYAYrNPUnwGQiHI3QFHjxwuSxgSEC0zNGvCR1Etf\n2dgfkVAvUGP0hdyuoQv41BHTEkZqqW+k4fHrtX/sJ2yyc+lREOVtn0YMVyl2kXcB\nqmtKfh8E1IdLbYO9c6lUxQZbMMM1q4R1WraRPqjgoq92sqAdZ8jat/2Zt4S46MD4\n2TAtlQKBgQC3f56NbGxvb+DRxRafLD7AdZ9ilPnkkA7aXpSP5sUcI8cAgFUhNqL4\nBifBSJP+mU0BW5iyprKDr4bN+0e+SOo6Ixa+vhCYbrihS8rLNswS9aPLMe1ykjCM\ngBpgDfzf4nNTuiGcCkq7MnH+oR1bTdFqDNfQEx0jMIReiwWILGWyAg==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 13:50:41,021 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf used request id req-3caa25c9-f359-4463-adec-9b170e8d9a71 2018-10-04 13:50:44,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:44,696 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:50:44 GMT Server: Apache x-openstack-request-id: req-ffa2eab6-5e63-4faa-8487-0b52f39d9e5e Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:50:45,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:44 GMT Server: Apache x-openstack-request-id: req-723447f2-ec41-4c7e-a7c9-80eb277987d3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor2", "OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "OS::stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "stack_user_project_id": "ce1d80c3fb5642e28a18fa75a6fe59c5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:50:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtF2irgzVFlKmeJHv4rPbu3KpJujRdyM2r740qD4lukxqX7hC\nyagbZLWdlZV/ShHmxlzTo60MRdVaGNtIh/0/PX+n/pmPbcwEDWLZDIicqk2TwJ+h\nhNJNEQqeg6zNRMEKlWdNCfCM2w8i7RRMeJagw/CTaSOr54Z5JTVR3CRCRTfZpF/N\nH3IgdOEFaovsdMc0HCn6j0DpkTdKc8jTrIau/t0KOptlVY/gugnIPhHJKJywm/B2\nB7txZlOKqS7Y49Jbqyc4HrzOYuaUeP2TdvsD/DWixIoTk21mm30K42Tee5eCxaV3\nhI0tJLnqe+ei6v38oiSWX0j/4PUMqA9vzYdJowIDAQABAoIBAQCIasnAGrSQTbLb\nPoXRUXfALtkBNNY45clW4uWw2lBut509CIB7RUpywWqO2KONwjxpi4wHH7tIljWu\n1yvkrwZF3WeSiVKSGNx3w2umryzPIh2+cv4XF3hyizWZIfmfJuJ6XcdG3Umr5abk\n6ZVtH4A4spzLyM8cLfkyy0E+362/61dr7E4gJ3YMLN3v1hcIE9KjpITFkFSrxSXF\nlOYG0EjtpkkxLSDvLyOuUwH1JbRA4miMf5FbxQEAm6v9ZIFa+1NhnimnB1Qx3A98\nH1lbnjmb3Go1KCCeiMDQwHCOP715uSZt26h1OwfXWAeKb8N7TJ6RD1CWo79i+dP2\nkLkm4wUBAoGBAO1GDQ8KJiBDII3wra77w6OKvYtOe60VESqwM/z66YczfdZuFATC\nC/P1GdEjc50jybeZ8Ey5Wh3rpTQlvC/PKxARK1mKe/36XrGk88j3bd6QuP5eASn3\nOvdKAxwQsqBUlSkGadC3kSgHrG8rbjqwneREuq29IfyVd7fnsJVLaNkdAoGBAMKZ\nzOf/NGsFcemHJsHcnUqJ3e4gbylVghZ0HXSL+5t+HPoqHtWa3o89oYtOoz8n6L1E\n5GhMHb+JE5UFQ2Z6+LK+lS4L0cdakHkY4Nvgm2ozrYe36s3PjANujpWq8qL/45wm\nBNUnXjRJA7yVGvefmfh67Mrau/iEisO6EO5iPfG/AoGAS3jSwovp4K05d6ysslIm\nwqho7hzCviVLVpbBkqCFE5pPVpuhBnpqruixk5KBPeSaTypKAz2Z6pZ/7/xoxZRS\nEERF0693DSxMXpknai855WeHUHG6UQzw1qPWJWEyUElXQLtngRpCs8btFFduMoDn\nWCp8brMQUnWApSCvTG22JgkCgYAYrNPUnwGQiHI3QFHjxwuSxgSEC0zNGvCR1Etf\n2dgfkVAvUGP0hdyuoQv41BHTEkZqqW+k4fHrtX/sJ2yyc+lREOVtn0YMVyl2kXcB\nqmtKfh8E1IdLbYO9c6lUxQZbMMM1q4R1WraRPqjgoq92sqAdZ8jat/2Zt4S46MD4\n2TAtlQKBgQC3f56NbGxvb+DRxRafLD7AdZ9ilPnkkA7aXpSP5sUcI8cAgFUhNqL4\nBifBSJP+mU0BW5iyprKDr4bN+0e+SOo6Ixa+vhCYbrihS8rLNswS9aPLMe1ykjCM\ngBpgDfzf4nNTuiGcCkq7MnH+oR1bTdFqDNfQEx0jMIReiwWILGWyAg==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 13:50:45,011 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf used request id req-723447f2-ec41-4c7e-a7c9-80eb277987d3 2018-10-04 13:50:48,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:48,192 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:50:48 GMT Server: Apache x-openstack-request-id: req-4173ca5f-23e1-4f5d-8f4f-cef5d072e744 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:50:48,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:48 GMT Server: Apache x-openstack-request-id: req-90ca7a83-732e-453c-b626-912084a267b9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2083 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor2", "OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "OS::stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "stack_user_project_id": "ce1d80c3fb5642e28a18fa75a6fe59c5", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T13:50:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtF2irgzVFlKmeJHv4rPbu3KpJujRdyM2r740qD4lukxqX7hC\nyagbZLWdlZV/ShHmxlzTo60MRdVaGNtIh/0/PX+n/pmPbcwEDWLZDIicqk2TwJ+h\nhNJNEQqeg6zNRMEKlWdNCfCM2w8i7RRMeJagw/CTaSOr54Z5JTVR3CRCRTfZpF/N\nH3IgdOEFaovsdMc0HCn6j0DpkTdKc8jTrIau/t0KOptlVY/gugnIPhHJKJywm/B2\nB7txZlOKqS7Y49Jbqyc4HrzOYuaUeP2TdvsD/DWixIoTk21mm30K42Tee5eCxaV3\nhI0tJLnqe+ei6v38oiSWX0j/4PUMqA9vzYdJowIDAQABAoIBAQCIasnAGrSQTbLb\nPoXRUXfALtkBNNY45clW4uWw2lBut509CIB7RUpywWqO2KONwjxpi4wHH7tIljWu\n1yvkrwZF3WeSiVKSGNx3w2umryzPIh2+cv4XF3hyizWZIfmfJuJ6XcdG3Umr5abk\n6ZVtH4A4spzLyM8cLfkyy0E+362/61dr7E4gJ3YMLN3v1hcIE9KjpITFkFSrxSXF\nlOYG0EjtpkkxLSDvLyOuUwH1JbRA4miMf5FbxQEAm6v9ZIFa+1NhnimnB1Qx3A98\nH1lbnjmb3Go1KCCeiMDQwHCOP715uSZt26h1OwfXWAeKb8N7TJ6RD1CWo79i+dP2\nkLkm4wUBAoGBAO1GDQ8KJiBDII3wra77w6OKvYtOe60VESqwM/z66YczfdZuFATC\nC/P1GdEjc50jybeZ8Ey5Wh3rpTQlvC/PKxARK1mKe/36XrGk88j3bd6QuP5eASn3\nOvdKAxwQsqBUlSkGadC3kSgHrG8rbjqwneREuq29IfyVd7fnsJVLaNkdAoGBAMKZ\nzOf/NGsFcemHJsHcnUqJ3e4gbylVghZ0HXSL+5t+HPoqHtWa3o89oYtOoz8n6L1E\n5GhMHb+JE5UFQ2Z6+LK+lS4L0cdakHkY4Nvgm2ozrYe36s3PjANujpWq8qL/45wm\nBNUnXjRJA7yVGvefmfh67Mrau/iEisO6EO5iPfG/AoGAS3jSwovp4K05d6ysslIm\nwqho7hzCviVLVpbBkqCFE5pPVpuhBnpqruixk5KBPeSaTypKAz2Z6pZ/7/xoxZRS\nEERF0693DSxMXpknai855WeHUHG6UQzw1qPWJWEyUElXQLtngRpCs8btFFduMoDn\nWCp8brMQUnWApSCvTG22JgkCgYAYrNPUnwGQiHI3QFHjxwuSxgSEC0zNGvCR1Etf\n2dgfkVAvUGP0hdyuoQv41BHTEkZqqW+k4fHrtX/sJ2yyc+lREOVtn0YMVyl2kXcB\nqmtKfh8E1IdLbYO9c6lUxQZbMMM1q4R1WraRPqjgoq92sqAdZ8jat/2Zt4S46MD4\n2TAtlQKBgQC3f56NbGxvb+DRxRafLD7AdZ9ilPnkkA7aXpSP5sUcI8cAgFUhNqL4\nBifBSJP+mU0BW5iyprKDr4bN+0e+SOo6Ixa+vhCYbrihS8rLNswS9aPLMe1ykjCM\ngBpgDfzf4nNTuiGcCkq7MnH+oR1bTdFqDNfQEx0jMIReiwWILGWyAg==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 13:50:48,366 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf used request id req-90ca7a83-732e-453c-b626-912084a267b9 2018-10-04 13:50:48,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:48,396 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:50:48 GMT Server: Apache x-openstack-request-id: req-d60aa852-ba3e-4877-85c8-5572681f6f78 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:50:48,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:48 GMT Server: Apache x-openstack-request-id: req-19a50e2e-1a59-48a9-a045-c8e96b9566ba Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1050 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "c7daf2e8-d584-4e56-bfe9-3fc024dccced", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "89cf2a98-8406-4dfd-ae48-72ac96753fd2", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/network", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "464d3257-e3de-4ea7-8105-630ecb3f27bc", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "53b38b3d-29ed-4b13-94b7-471aafd2536b", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "c1c8d910-a381-4c46-bac8-555ef054bff7", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-04T13:50:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:19Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "39", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-04T13:50:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:19Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "eba0e9ca-7cf9-410d-b64e-d1dac95209a7:subnet_id=b4c3d797-3fb1-4328-95fe-1a83c3bced6c", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "b4c3d797-3fb1-4328-95fe-1a83c3bced6c", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "eba0e9ca-7cf9-410d-b64e-d1dac95209a7", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/port1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "a301c22e-6795-44f2-b551-a4fcb5d6f3f9", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "559c01da-4715-4fb7-be9a-a9b5891e1e3f", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "bf134c37-c45e-43f1-951a-bce1b1fb284c", "resource_type": "OS::Nova::Server"}]} 2018-10-04 13:50:48,622 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources used request id req-19a50e2e-1a59-48a9-a045-c8e96b9566ba 2018-10-04 13:50:48,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:48,651 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:50:48 GMT Server: Apache x-openstack-request-id: req-70725989-7411-47b7-8006-17219286f6a9 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:50:48,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:48 GMT Server: Apache x-openstack-request-id: req-83dffe61-03c2-4688-8006-34806aa54648 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2083 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor2", "OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "OS::stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "stack_user_project_id": "ce1d80c3fb5642e28a18fa75a6fe59c5", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T13:50:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtF2irgzVFlKmeJHv4rPbu3KpJujRdyM2r740qD4lukxqX7hC\nyagbZLWdlZV/ShHmxlzTo60MRdVaGNtIh/0/PX+n/pmPbcwEDWLZDIicqk2TwJ+h\nhNJNEQqeg6zNRMEKlWdNCfCM2w8i7RRMeJagw/CTaSOr54Z5JTVR3CRCRTfZpF/N\nH3IgdOEFaovsdMc0HCn6j0DpkTdKc8jTrIau/t0KOptlVY/gugnIPhHJKJywm/B2\nB7txZlOKqS7Y49Jbqyc4HrzOYuaUeP2TdvsD/DWixIoTk21mm30K42Tee5eCxaV3\nhI0tJLnqe+ei6v38oiSWX0j/4PUMqA9vzYdJowIDAQABAoIBAQCIasnAGrSQTbLb\nPoXRUXfALtkBNNY45clW4uWw2lBut509CIB7RUpywWqO2KONwjxpi4wHH7tIljWu\n1yvkrwZF3WeSiVKSGNx3w2umryzPIh2+cv4XF3hyizWZIfmfJuJ6XcdG3Umr5abk\n6ZVtH4A4spzLyM8cLfkyy0E+362/61dr7E4gJ3YMLN3v1hcIE9KjpITFkFSrxSXF\nlOYG0EjtpkkxLSDvLyOuUwH1JbRA4miMf5FbxQEAm6v9ZIFa+1NhnimnB1Qx3A98\nH1lbnjmb3Go1KCCeiMDQwHCOP715uSZt26h1OwfXWAeKb8N7TJ6RD1CWo79i+dP2\nkLkm4wUBAoGBAO1GDQ8KJiBDII3wra77w6OKvYtOe60VESqwM/z66YczfdZuFATC\nC/P1GdEjc50jybeZ8Ey5Wh3rpTQlvC/PKxARK1mKe/36XrGk88j3bd6QuP5eASn3\nOvdKAxwQsqBUlSkGadC3kSgHrG8rbjqwneREuq29IfyVd7fnsJVLaNkdAoGBAMKZ\nzOf/NGsFcemHJsHcnUqJ3e4gbylVghZ0HXSL+5t+HPoqHtWa3o89oYtOoz8n6L1E\n5GhMHb+JE5UFQ2Z6+LK+lS4L0cdakHkY4Nvgm2ozrYe36s3PjANujpWq8qL/45wm\nBNUnXjRJA7yVGvefmfh67Mrau/iEisO6EO5iPfG/AoGAS3jSwovp4K05d6ysslIm\nwqho7hzCviVLVpbBkqCFE5pPVpuhBnpqruixk5KBPeSaTypKAz2Z6pZ/7/xoxZRS\nEERF0693DSxMXpknai855WeHUHG6UQzw1qPWJWEyUElXQLtngRpCs8btFFduMoDn\nWCp8brMQUnWApSCvTG22JgkCgYAYrNPUnwGQiHI3QFHjxwuSxgSEC0zNGvCR1Etf\n2dgfkVAvUGP0hdyuoQv41BHTEkZqqW+k4fHrtX/sJ2yyc+lREOVtn0YMVyl2kXcB\nqmtKfh8E1IdLbYO9c6lUxQZbMMM1q4R1WraRPqjgoq92sqAdZ8jat/2Zt4S46MD4\n2TAtlQKBgQC3f56NbGxvb+DRxRafLD7AdZ9ilPnkkA7aXpSP5sUcI8cAgFUhNqL4\nBifBSJP+mU0BW5iyprKDr4bN+0e+SOo6Ixa+vhCYbrihS8rLNswS9aPLMe1ykjCM\ngBpgDfzf4nNTuiGcCkq7MnH+oR1bTdFqDNfQEx0jMIReiwWILGWyAg==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 13:50:48,875 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf used request id req-83dffe61-03c2-4688-8006-34806aa54648 2018-10-04 13:50:48,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:48,906 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:50:48 GMT Server: Apache x-openstack-request-id: req-ee4b35e9-a04a-428c-a3e8-9334e03a1ae7 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:50:49,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:48 GMT Server: Apache x-openstack-request-id: req-4bf7a362-105a-4268-b876-695e9923f755 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1047 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "c7daf2e8-d584-4e56-bfe9-3fc024dccced", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "89cf2a98-8406-4dfd-ae48-72ac96753fd2", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/network", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "464d3257-e3de-4ea7-8105-630ecb3f27bc", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "53b38b3d-29ed-4b13-94b7-471aafd2536b", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "c1c8d910-a381-4c46-bac8-555ef054bff7", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-04T13:50:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:19Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "39", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-04T13:50:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:19Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "eba0e9ca-7cf9-410d-b64e-d1dac95209a7:subnet_id=b4c3d797-3fb1-4328-95fe-1a83c3bced6c", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "b4c3d797-3fb1-4328-95fe-1a83c3bced6c", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "eba0e9ca-7cf9-410d-b64e-d1dac95209a7", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/port1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "a301c22e-6795-44f2-b551-a4fcb5d6f3f9", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "559c01da-4715-4fb7-be9a-a9b5891e1e3f", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "bf134c37-c45e-43f1-951a-bce1b1fb284c", "resource_type": "OS::Nova::Server"}]} 2018-10-04 13:50:49,128 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources used request id req-4bf7a362-105a-4268-b876-695e9923f755 2018-10-04 13:50:49,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=464d3257-e3de-4ea7-8105-630ecb3f27bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:49,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-8d16b4a3-a326-4264-9f69-a37a5e61cb00 Date: Thu, 04 Oct 2018 13:50:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"464d3257-e3de-4ea7-8105-630ecb3f27bc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["b4c3d797-3fb1-4328-95fe-1a83c3bced6c"],"description":"","tags":[],"updated_at":"2018-10-04T13:50:25Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:50:23Z","provider:network_type":"vxlan"}]} 2018-10-04 13:50:49,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=464d3257-e3de-4ea7-8105-630ecb3f27bc used request id req-8d16b4a3-a326-4264-9f69-a37a5e61cb00 2018-10-04 13:50:49,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=464d3257-e3de-4ea7-8105-630ecb3f27bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:49,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7416a2cc-5d55-461f-a779-c707746399d5 Date: Thu, 04 Oct 2018 13:50:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"464d3257-e3de-4ea7-8105-630ecb3f27bc","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:50:25Z","dns_nameservers":[],"updated_at":"2018-10-04T13:50:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"b4c3d797-3fb1-4328-95fe-1a83c3bced6c","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-subnet"}]} 2018-10-04 13:50:49,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=464d3257-e3de-4ea7-8105-630ecb3f27bc used request id req-7416a2cc-5d55-461f-a779-c707746399d5 2018-10-04 13:50:49,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=464d3257-e3de-4ea7-8105-630ecb3f27bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:49,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e1743b12-8bf0-42a3-9b92-61a6d3b7e70b Date: Thu, 04 Oct 2018 13:50:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"464d3257-e3de-4ea7-8105-630ecb3f27bc","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:50:25Z","dns_nameservers":[],"updated_at":"2018-10-04T13:50:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"b4c3d797-3fb1-4328-95fe-1a83c3bced6c","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-subnet"}]} 2018-10-04 13:50:49,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=464d3257-e3de-4ea7-8105-630ecb3f27bc used request id req-e1743b12-8bf0-42a3-9b92-61a6d3b7e70b 2018-10-04 13:50:49,469 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:50:49,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:49,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8342a65f-c935-45f0-a9eb-03328db03464 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:50:49,552 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8342a65f-c935-45f0-a9eb-03328db03464 2018-10-04 13:50:49,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:49,677 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:50:49 GMT Server: Apache x-openstack-request-id: req-b47b9858-c70b-47cb-bccc-2ff900971dc2 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:50:49,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:49 GMT Server: Apache x-openstack-request-id: req-b8b1a5b1-f9f5-4dd2-a58e-6f7a2ddaff70 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1050 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "c7daf2e8-d584-4e56-bfe9-3fc024dccced", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "89cf2a98-8406-4dfd-ae48-72ac96753fd2", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/network", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "464d3257-e3de-4ea7-8105-630ecb3f27bc", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "53b38b3d-29ed-4b13-94b7-471aafd2536b", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "c1c8d910-a381-4c46-bac8-555ef054bff7", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-04T13:50:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:19Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "39", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-04T13:50:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:19Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "eba0e9ca-7cf9-410d-b64e-d1dac95209a7:subnet_id=b4c3d797-3fb1-4328-95fe-1a83c3bced6c", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "b4c3d797-3fb1-4328-95fe-1a83c3bced6c", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "eba0e9ca-7cf9-410d-b64e-d1dac95209a7", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/port1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "a301c22e-6795-44f2-b551-a4fcb5d6f3f9", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "559c01da-4715-4fb7-be9a-a9b5891e1e3f", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "bf134c37-c45e-43f1-951a-bce1b1fb284c", "resource_type": "OS::Nova::Server"}]} 2018-10-04 13:50:49,756 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources used request id req-b8b1a5b1-f9f5-4dd2-a58e-6f7a2ddaff70 2018-10-04 13:50:49,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/559c01da-4715-4fb7-be9a-a9b5891e1e3f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:50,085 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9a840eb-a3d4-4051-9e80-1c08d52f5192 x-compute-request-id: req-a9a840eb-a3d4-4051-9e80-1c08d52f5192 Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:8f:72", "version": 4, "addr": "10.1.2.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/559c01da-4715-4fb7-be9a-a9b5891e1e3f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/559c01da-4715-4fb7-be9a-a9b5891e1e3f", "rel": "bookmark"}], "image": {"id": "b320e58d-8ae1-479d-919a-90ee9c588922", "links": [{"href": "http://172.30.9.23:8774/images/b320e58d-8ae1-479d-919a-90ee9c588922", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001e", "OS-SRV-USG:launched_at": "2018-10-04T13:50:42.000000", "flavor": {"id": "c7daf2e8-d584-4e56-bfe9-3fc024dccced", "links": [{"href": "http://172.30.9.23:8774/flavors/c7daf2e8-d584-4e56-bfe9-3fc024dccced", "rel": "bookmark"}]}, "id": "559c01da-4715-4fb7-be9a-a9b5891e1e3f", "security_groups": [{"name": "default"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:50:44Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst2", "created": "2018-10-04T13:50:28Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:50:50,085 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/559c01da-4715-4fb7-be9a-a9b5891e1e3f used request id req-a9a840eb-a3d4-4051-9e80-1c08d52f5192 2018-10-04 13:50:50,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:50,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-42a24204-887d-43ba-93eb-2ac4018c6573 Date: Thu, 04 Oct 2018 13:50:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"464d3257-e3de-4ea7-8105-630ecb3f27bc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["b4c3d797-3fb1-4328-95fe-1a83c3bced6c"],"description":"","tags":[],"updated_at":"2018-10-04T13:50:25Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:50:23Z","provider:network_type":"vxlan"}]} 2018-10-04 13:50:50,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net used request id req-42a24204-887d-43ba-93eb-2ac4018c6573 2018-10-04 13:50:50,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:50:50,181 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:50:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:50:50,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:50,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbcb477d-caaa-4c9d-8509-68ae0f9399c6 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:50:50,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-dbcb477d-caaa-4c9d-8509-68ae0f9399c6 2018-10-04 13:50:50,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=464d3257-e3de-4ea7-8105-630ecb3f27bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:50,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0a8c0530-5e60-49f4-96ce-b29d7aba75a8 Date: Thu, 04 Oct 2018 13:50:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"464d3257-e3de-4ea7-8105-630ecb3f27bc","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:50:25Z","dns_nameservers":[],"updated_at":"2018-10-04T13:50:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"b4c3d797-3fb1-4328-95fe-1a83c3bced6c","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-subnet"}]} 2018-10-04 13:50:50,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=464d3257-e3de-4ea7-8105-630ecb3f27bc used request id req-0a8c0530-5e60-49f4-96ce-b29d7aba75a8 2018-10-04 13:50:50,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=464d3257-e3de-4ea7-8105-630ecb3f27bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:50,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5786 X-Openstack-Request-Id: req-9bad0872-4791-4f2b-8742-93727cf8c51c Date: Thu, 04 Oct 2018 13:50:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:50:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b4c3d797-3fb1-4328-95fe-1a83c3bced6c","ip_address":"10.1.2.7"}],"id":"0d770ac9-8491-4ac9-9f3e-86ceca1a20fc","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ed:8f:72","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"464d3257-e3de-4ea7-8105-630ecb3f27bc","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:50:37Z","binding:vnic_type":"normal","device_id":"559c01da-4715-4fb7-be9a-a9b5891e1e3f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:50:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b4c3d797-3fb1-4328-95fe-1a83c3bced6c","ip_address":"10.1.2.4"}],"id":"292f6452-1334-47b3-8d7a-469ab72d2888","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:ea:67","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"464d3257-e3de-4ea7-8105-630ecb3f27bc","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:50:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-464d3257-e3de-4ea7-8105-630ecb3f27bc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:50:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b4c3d797-3fb1-4328-95fe-1a83c3bced6c","ip_address":"10.1.2.3"}],"id":"2dbff99d-296d-43f5-9f33-ed32705920ae","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:39:9e","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"464d3257-e3de-4ea7-8105-630ecb3f27bc","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:50:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-464d3257-e3de-4ea7-8105-630ecb3f27bc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:50:34Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b4c3d797-3fb1-4328-95fe-1a83c3bced6c","ip_address":"10.1.2.10"}],"id":"a301c22e-6795-44f2-b551-a4fcb5d6f3f9","security_groups":["53b38b3d-29ed-4b13-94b7-471aafd2536b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:68:cd","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack-port1-63thkhc2qrq5","admin_state_up":true,"network_id":"464d3257-e3de-4ea7-8105-630ecb3f27bc","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:50:26Z","binding:vnic_type":"normal","device_id":"bf134c37-c45e-43f1-951a-bce1b1fb284c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:50:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b4c3d797-3fb1-4328-95fe-1a83c3bced6c","ip_address":"10.1.2.2"}],"id":"a853d1bb-9f69-48bf-a6da-e335d3efad67","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b6:40:5c","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"464d3257-e3de-4ea7-8105-630ecb3f27bc","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:50:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-464d3257-e3de-4ea7-8105-630ecb3f27bc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:50:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b4c3d797-3fb1-4328-95fe-1a83c3bced6c","ip_address":"10.1.2.1"}],"id":"b30b8168-f5a2-447f-a9ea-b4ef33c54bd4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:41:34:ab","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"464d3257-e3de-4ea7-8105-630ecb3f27bc","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:50:28Z","binding:vnic_type":"normal","device_id":"eba0e9ca-7cf9-410d-b64e-d1dac95209a7"}]} 2018-10-04 13:50:50,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=464d3257-e3de-4ea7-8105-630ecb3f27bc used request id req-9bad0872-4791-4f2b-8742-93727cf8c51c 2018-10-04 13:50:50,385 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/bf134c37-c45e-43f1-951a-bce1b1fb284c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:50,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50: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-cf6c2649-c960-400f-83d4-53637c6d3cc3 x-compute-request-id: req-cf6c2649-c960-400f-83d4-53637c6d3cc3 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:68:cd", "version": 4, "addr": "10.1.2.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:68:cd", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bf134c37-c45e-43f1-951a-bce1b1fb284c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bf134c37-c45e-43f1-951a-bce1b1fb284c", "rel": "bookmark"}], "image": {"id": "33c1d0c2-7729-4260-8eb2-90951a07e088", "links": [{"href": "http://172.30.9.23:8774/images/33c1d0c2-7729-4260-8eb2-90951a07e088", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001b", "OS-SRV-USG:launched_at": "2018-10-04T13:50:32.000000", "flavor": {"id": "89cf2a98-8406-4dfd-ae48-72ac96753fd2", "links": [{"href": "http://172.30.9.23:8774/flavors/89cf2a98-8406-4dfd-ae48-72ac96753fd2", "rel": "bookmark"}]}, "id": "bf134c37-c45e-43f1-951a-bce1b1fb284c", "security_groups": [{"name": "security_group_name"}], "user_id": "edcc1fa643e64948b9f2a6f4934de106", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:50:35Z", "hostId": "4d5a0f2b35f2110acdac39fb4eb24578c4a78dcdbcda80f3a1a71358", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst1", "created": "2018-10-04T13:50:29Z", "tenant_id": "93973d1238b2486385104382b3d557a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:50:50,766 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/bf134c37-c45e-43f1-951a-bce1b1fb284c used request id req-cf6c2649-c960-400f-83d4-53637c6d3cc3 2018-10-04 13:50:50,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:50,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-71d4e3cc-88e5-4b22-ac7c-3aa873d200d0 Date: Thu, 04 Oct 2018 13:50:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"464d3257-e3de-4ea7-8105-630ecb3f27bc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","subnets":["b4c3d797-3fb1-4328-95fe-1a83c3bced6c"],"description":"","tags":[],"updated_at":"2018-10-04T13:50:25Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net","admin_state_up":true,"tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:50:23Z","provider:network_type":"vxlan"}]} 2018-10-04 13:50:50,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net used request id req-71d4e3cc-88e5-4b22-ac7c-3aa873d200d0 2018-10-04 13:50:50,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:50,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-766cfaca-6eaa-47f4-bc38-7d4a05e7f5bf Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:50:50,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-766cfaca-6eaa-47f4-bc38-7d4a05e7f5bf 2018-10-04 13:50:50,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=464d3257-e3de-4ea7-8105-630ecb3f27bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:51,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6d7d8ba3-19a8-4b0f-a02b-799757a7f2a6 Date: Thu, 04 Oct 2018 13:50:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"464d3257-e3de-4ea7-8105-630ecb3f27bc","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:50:25Z","dns_nameservers":[],"updated_at":"2018-10-04T13:50:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"93973d1238b2486385104382b3d557a9","id":"b4c3d797-3fb1-4328-95fe-1a83c3bced6c","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-subnet"}]} 2018-10-04 13:50:51,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=464d3257-e3de-4ea7-8105-630ecb3f27bc used request id req-6d7d8ba3-19a8-4b0f-a02b-799757a7f2a6 2018-10-04 13:50:51,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=464d3257-e3de-4ea7-8105-630ecb3f27bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:51,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5786 X-Openstack-Request-Id: req-04034ed3-dba0-414a-be57-b4ffd76c389c Date: Thu, 04 Oct 2018 13:50:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:50:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b4c3d797-3fb1-4328-95fe-1a83c3bced6c","ip_address":"10.1.2.7"}],"id":"0d770ac9-8491-4ac9-9f3e-86ceca1a20fc","security_groups":["a99d65f2-113b-4778-9a94-a0655a6d446f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ed:8f:72","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"464d3257-e3de-4ea7-8105-630ecb3f27bc","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:50:37Z","binding:vnic_type":"normal","device_id":"559c01da-4715-4fb7-be9a-a9b5891e1e3f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:50:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b4c3d797-3fb1-4328-95fe-1a83c3bced6c","ip_address":"10.1.2.4"}],"id":"292f6452-1334-47b3-8d7a-469ab72d2888","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:ea:67","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"464d3257-e3de-4ea7-8105-630ecb3f27bc","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:50:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-464d3257-e3de-4ea7-8105-630ecb3f27bc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:50:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b4c3d797-3fb1-4328-95fe-1a83c3bced6c","ip_address":"10.1.2.3"}],"id":"2dbff99d-296d-43f5-9f33-ed32705920ae","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:39:9e","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"464d3257-e3de-4ea7-8105-630ecb3f27bc","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:50:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-464d3257-e3de-4ea7-8105-630ecb3f27bc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:50:34Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b4c3d797-3fb1-4328-95fe-1a83c3bced6c","ip_address":"10.1.2.10"}],"id":"a301c22e-6795-44f2-b551-a4fcb5d6f3f9","security_groups":["53b38b3d-29ed-4b13-94b7-471aafd2536b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:68:cd","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack-port1-63thkhc2qrq5","admin_state_up":true,"network_id":"464d3257-e3de-4ea7-8105-630ecb3f27bc","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:50:26Z","binding:vnic_type":"normal","device_id":"bf134c37-c45e-43f1-951a-bce1b1fb284c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:50:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b4c3d797-3fb1-4328-95fe-1a83c3bced6c","ip_address":"10.1.2.2"}],"id":"a853d1bb-9f69-48bf-a6da-e335d3efad67","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b6:40:5c","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"464d3257-e3de-4ea7-8105-630ecb3f27bc","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:50:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-464d3257-e3de-4ea7-8105-630ecb3f27bc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:50:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b4c3d797-3fb1-4328-95fe-1a83c3bced6c","ip_address":"10.1.2.1"}],"id":"b30b8168-f5a2-447f-a9ea-b4ef33c54bd4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:41:34:ab","project_id":"93973d1238b2486385104382b3d557a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"464d3257-e3de-4ea7-8105-630ecb3f27bc","tenant_id":"93973d1238b2486385104382b3d557a9","created_at":"2018-10-04T13:50:28Z","binding:vnic_type":"normal","device_id":"eba0e9ca-7cf9-410d-b64e-d1dac95209a7"}]} 2018-10-04 13:50:51,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=464d3257-e3de-4ea7-8105-630ecb3f27bc used request id req-04034ed3-dba0-414a-be57-b4ffd76c389c 2018-10-04 13:50:51,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:51,096 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:50:51 GMT Server: Apache x-openstack-request-id: req-d944d114-219f-4522-8ffa-764159e4df71 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:50:51,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:51 GMT Server: Apache x-openstack-request-id: req-5bd91aea-4022-418d-bd4e-cb1b5404f121 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1047 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "c7daf2e8-d584-4e56-bfe9-3fc024dccced", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "89cf2a98-8406-4dfd-ae48-72ac96753fd2", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/network", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "464d3257-e3de-4ea7-8105-630ecb3f27bc", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "53b38b3d-29ed-4b13-94b7-471aafd2536b", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "c1c8d910-a381-4c46-bac8-555ef054bff7", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-04T13:50:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:19Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "39", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-04T13:50:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:19Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "eba0e9ca-7cf9-410d-b64e-d1dac95209a7:subnet_id=b4c3d797-3fb1-4328-95fe-1a83c3bced6c", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "b4c3d797-3fb1-4328-95fe-1a83c3bced6c", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "eba0e9ca-7cf9-410d-b64e-d1dac95209a7", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/port1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "a301c22e-6795-44f2-b551-a4fcb5d6f3f9", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "559c01da-4715-4fb7-be9a-a9b5891e1e3f", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-04T13:50:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:50:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "bf134c37-c45e-43f1-951a-bce1b1fb284c", "resource_type": "OS::Nova::Server"}]} 2018-10-04 13:50:51,323 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf/resources used request id req-5bd91aea-4022-418d-bd4e-cb1b5404f121 2018-10-04 13:50:51,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/b320e58d-8ae1-479d-919a-90ee9c588922 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:51,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-a8ae7217-8c73-4edc-9bf7-eafed0b70c24 Date: Thu, 04 Oct 2018 13:50:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:50:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:50:15Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b320e58d-8ae1-479d-919a-90ee9c588922/snap", "metadata": {}}], "self": "/v2/images/b320e58d-8ae1-479d-919a-90ee9c588922", "min_disk": 0, "protected": false, "id": "b320e58d-8ae1-479d-919a-90ee9c588922", "file": "/v2/images/b320e58d-8ae1-479d-919a-90ee9c588922/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93973d1238b2486385104382b3d557a9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b320e58d-8ae1-479d-919a-90ee9c588922/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:50:51,497 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/b320e58d-8ae1-479d-919a-90ee9c588922 used request id req-a8ae7217-8c73-4edc-9bf7-eafed0b70c24 2018-10-04 13:50:51,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:51,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9bd9b833-5d5f-44b9-9954-feebf871a74d Date: Thu, 04 Oct 2018 13:50:51 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 13:50:51,646 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-9bd9b833-5d5f-44b9-9954-feebf871a74d 2018-10-04 13:50:51,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/b320e58d-8ae1-479d-919a-90ee9c588922 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:51,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-4c40217c-2edd-4356-82b9-7d9a1965da14 Date: Thu, 04 Oct 2018 13:50:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:50:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:50:15Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b320e58d-8ae1-479d-919a-90ee9c588922/snap", "metadata": {}}], "self": "/v2/images/b320e58d-8ae1-479d-919a-90ee9c588922", "min_disk": 0, "protected": false, "id": "b320e58d-8ae1-479d-919a-90ee9c588922", "file": "/v2/images/b320e58d-8ae1-479d-919a-90ee9c588922/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93973d1238b2486385104382b3d557a9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b320e58d-8ae1-479d-919a-90ee9c588922/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:50:51,826 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/b320e58d-8ae1-479d-919a-90ee9c588922 used request id req-4c40217c-2edd-4356-82b9-7d9a1965da14 2018-10-04 13:50:51,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/33c1d0c2-7729-4260-8eb2-90951a07e088 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:51,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-2b8ba7ab-e541-464f-9e46-c27f90e25f8a Date: Thu, 04 Oct 2018 13:50:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:50:09Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:50:11Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/33c1d0c2-7729-4260-8eb2-90951a07e088/snap", "metadata": {}}], "self": "/v2/images/33c1d0c2-7729-4260-8eb2-90951a07e088", "min_disk": 0, "protected": false, "id": "33c1d0c2-7729-4260-8eb2-90951a07e088", "file": "/v2/images/33c1d0c2-7729-4260-8eb2-90951a07e088/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "93973d1238b2486385104382b3d557a9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/33c1d0c2-7729-4260-8eb2-90951a07e088/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:50:51,848 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/33c1d0c2-7729-4260-8eb2-90951a07e088 used request id req-2b8ba7ab-e541-464f-9e46-c27f90e25f8a 2018-10-04 13:50:51,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:51,877 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:50:51 GMT Server: Apache x-openstack-request-id: req-0460813d-6ecf-4c2f-867e-eaefe9373f51 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:50:52,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:51 GMT Server: Apache x-openstack-request-id: req-ce7eeee2-05fc-4dc2-835c-218e1bc6688f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2083 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor2", "OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "OS::stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "stack_user_project_id": "ce1d80c3fb5642e28a18fa75a6fe59c5", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T13:50:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtF2irgzVFlKmeJHv4rPbu3KpJujRdyM2r740qD4lukxqX7hC\nyagbZLWdlZV/ShHmxlzTo60MRdVaGNtIh/0/PX+n/pmPbcwEDWLZDIicqk2TwJ+h\nhNJNEQqeg6zNRMEKlWdNCfCM2w8i7RRMeJagw/CTaSOr54Z5JTVR3CRCRTfZpF/N\nH3IgdOEFaovsdMc0HCn6j0DpkTdKc8jTrIau/t0KOptlVY/gugnIPhHJKJywm/B2\nB7txZlOKqS7Y49Jbqyc4HrzOYuaUeP2TdvsD/DWixIoTk21mm30K42Tee5eCxaV3\nhI0tJLnqe+ei6v38oiSWX0j/4PUMqA9vzYdJowIDAQABAoIBAQCIasnAGrSQTbLb\nPoXRUXfALtkBNNY45clW4uWw2lBut509CIB7RUpywWqO2KONwjxpi4wHH7tIljWu\n1yvkrwZF3WeSiVKSGNx3w2umryzPIh2+cv4XF3hyizWZIfmfJuJ6XcdG3Umr5abk\n6ZVtH4A4spzLyM8cLfkyy0E+362/61dr7E4gJ3YMLN3v1hcIE9KjpITFkFSrxSXF\nlOYG0EjtpkkxLSDvLyOuUwH1JbRA4miMf5FbxQEAm6v9ZIFa+1NhnimnB1Qx3A98\nH1lbnjmb3Go1KCCeiMDQwHCOP715uSZt26h1OwfXWAeKb8N7TJ6RD1CWo79i+dP2\nkLkm4wUBAoGBAO1GDQ8KJiBDII3wra77w6OKvYtOe60VESqwM/z66YczfdZuFATC\nC/P1GdEjc50jybeZ8Ey5Wh3rpTQlvC/PKxARK1mKe/36XrGk88j3bd6QuP5eASn3\nOvdKAxwQsqBUlSkGadC3kSgHrG8rbjqwneREuq29IfyVd7fnsJVLaNkdAoGBAMKZ\nzOf/NGsFcemHJsHcnUqJ3e4gbylVghZ0HXSL+5t+HPoqHtWa3o89oYtOoz8n6L1E\n5GhMHb+JE5UFQ2Z6+LK+lS4L0cdakHkY4Nvgm2ozrYe36s3PjANujpWq8qL/45wm\nBNUnXjRJA7yVGvefmfh67Mrau/iEisO6EO5iPfG/AoGAS3jSwovp4K05d6ysslIm\nwqho7hzCviVLVpbBkqCFE5pPVpuhBnpqruixk5KBPeSaTypKAz2Z6pZ/7/xoxZRS\nEERF0693DSxMXpknai855WeHUHG6UQzw1qPWJWEyUElXQLtngRpCs8btFFduMoDn\nWCp8brMQUnWApSCvTG22JgkCgYAYrNPUnwGQiHI3QFHjxwuSxgSEC0zNGvCR1Etf\n2dgfkVAvUGP0hdyuoQv41BHTEkZqqW+k4fHrtX/sJ2yyc+lREOVtn0YMVyl2kXcB\nqmtKfh8E1IdLbYO9c6lUxQZbMMM1q4R1WraRPqjgoq92sqAdZ8jat/2Zt4S46MD4\n2TAtlQKBgQC3f56NbGxvb+DRxRafLD7AdZ9ilPnkkA7aXpSP5sUcI8cAgFUhNqL4\nBifBSJP+mU0BW5iyprKDr4bN+0e+SOo6Ixa+vhCYbrihS8rLNswS9aPLMe1ykjCM\ngBpgDfzf4nNTuiGcCkq7MnH+oR1bTdFqDNfQEx0jMIReiwWILGWyAg==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 13:50:52,052 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf used request id req-ce7eeee2-05fc-4dc2-835c-218e1bc6688f 2018-10-04 13:50:52,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:52,081 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:50:52 GMT Server: Apache x-openstack-request-id: req-e559c390-79b5-476a-b292-ad433ffe0568 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:50:52,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:52 GMT Server: Apache x-openstack-request-id: req-14481743-1c8c-4e30-8d7e-888b62690a1e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2083 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor2", "OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "OS::stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "stack_user_project_id": "ce1d80c3fb5642e28a18fa75a6fe59c5", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T13:50:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtF2irgzVFlKmeJHv4rPbu3KpJujRdyM2r740qD4lukxqX7hC\nyagbZLWdlZV/ShHmxlzTo60MRdVaGNtIh/0/PX+n/pmPbcwEDWLZDIicqk2TwJ+h\nhNJNEQqeg6zNRMEKlWdNCfCM2w8i7RRMeJagw/CTaSOr54Z5JTVR3CRCRTfZpF/N\nH3IgdOEFaovsdMc0HCn6j0DpkTdKc8jTrIau/t0KOptlVY/gugnIPhHJKJywm/B2\nB7txZlOKqS7Y49Jbqyc4HrzOYuaUeP2TdvsD/DWixIoTk21mm30K42Tee5eCxaV3\nhI0tJLnqe+ei6v38oiSWX0j/4PUMqA9vzYdJowIDAQABAoIBAQCIasnAGrSQTbLb\nPoXRUXfALtkBNNY45clW4uWw2lBut509CIB7RUpywWqO2KONwjxpi4wHH7tIljWu\n1yvkrwZF3WeSiVKSGNx3w2umryzPIh2+cv4XF3hyizWZIfmfJuJ6XcdG3Umr5abk\n6ZVtH4A4spzLyM8cLfkyy0E+362/61dr7E4gJ3YMLN3v1hcIE9KjpITFkFSrxSXF\nlOYG0EjtpkkxLSDvLyOuUwH1JbRA4miMf5FbxQEAm6v9ZIFa+1NhnimnB1Qx3A98\nH1lbnjmb3Go1KCCeiMDQwHCOP715uSZt26h1OwfXWAeKb8N7TJ6RD1CWo79i+dP2\nkLkm4wUBAoGBAO1GDQ8KJiBDII3wra77w6OKvYtOe60VESqwM/z66YczfdZuFATC\nC/P1GdEjc50jybeZ8Ey5Wh3rpTQlvC/PKxARK1mKe/36XrGk88j3bd6QuP5eASn3\nOvdKAxwQsqBUlSkGadC3kSgHrG8rbjqwneREuq29IfyVd7fnsJVLaNkdAoGBAMKZ\nzOf/NGsFcemHJsHcnUqJ3e4gbylVghZ0HXSL+5t+HPoqHtWa3o89oYtOoz8n6L1E\n5GhMHb+JE5UFQ2Z6+LK+lS4L0cdakHkY4Nvgm2ozrYe36s3PjANujpWq8qL/45wm\nBNUnXjRJA7yVGvefmfh67Mrau/iEisO6EO5iPfG/AoGAS3jSwovp4K05d6ysslIm\nwqho7hzCviVLVpbBkqCFE5pPVpuhBnpqruixk5KBPeSaTypKAz2Z6pZ/7/xoxZRS\nEERF0693DSxMXpknai855WeHUHG6UQzw1qPWJWEyUElXQLtngRpCs8btFFduMoDn\nWCp8brMQUnWApSCvTG22JgkCgYAYrNPUnwGQiHI3QFHjxwuSxgSEC0zNGvCR1Etf\n2dgfkVAvUGP0hdyuoQv41BHTEkZqqW+k4fHrtX/sJ2yyc+lREOVtn0YMVyl2kXcB\nqmtKfh8E1IdLbYO9c6lUxQZbMMM1q4R1WraRPqjgoq92sqAdZ8jat/2Zt4S46MD4\n2TAtlQKBgQC3f56NbGxvb+DRxRafLD7AdZ9ilPnkkA7aXpSP5sUcI8cAgFUhNqL4\nBifBSJP+mU0BW5iyprKDr4bN+0e+SOo6Ixa+vhCYbrihS8rLNswS9aPLMe1ykjCM\ngBpgDfzf4nNTuiGcCkq7MnH+oR1bTdFqDNfQEx0jMIReiwWILGWyAg==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 13:50:52,254 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf used request id req-14481743-1c8c-4e30-8d7e-888b62690a1e 2018-10-04 13:50:52,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:52,285 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:50:52 GMT Server: Apache x-openstack-request-id: req-d91b5e0c-165e-4ab8-8a74-69f5b0579fc8 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:50:52,408 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:50:52 GMT Server: Apache x-openstack-request-id: req-ae715637-1c80-4469-9bf6-c2736d4bdf5a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:50:52,408 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf used request id req-ae715637-1c80-4469-9bf6-c2736d4bdf5a 2018-10-04 13:50:52,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:52,437 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:50:52 GMT Server: Apache x-openstack-request-id: req-e2bf6514-d7e4-4a2d-a160-b27335d773e6 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:50:52,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:52 GMT Server: Apache x-openstack-request-id: req-d9d216e0-23d4-4024-81fa-f21f764c3503 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor2", "OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "OS::stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "stack_user_project_id": "ce1d80c3fb5642e28a18fa75a6fe59c5", "tags": null, "creation_time": "2018-10-04T13:50:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T13:50:52Z", "id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 13:50:52,463 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf used request id req-d9d216e0-23d4-4024-81fa-f21f764c3503 2018-10-04 13:50:55,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:55,681 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:50:55 GMT Server: Apache x-openstack-request-id: req-5f50f308-efe8-480e-b2ec-4d171384324a Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:50:55,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:55 GMT Server: Apache x-openstack-request-id: req-66229c91-0195-4a59-9552-5a1ff9c9b53b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor2", "OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "OS::stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "stack_user_project_id": "ce1d80c3fb5642e28a18fa75a6fe59c5", "tags": null, "creation_time": "2018-10-04T13:50:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T13:50:52Z", "id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 13:50:55,707 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf used request id req-66229c91-0195-4a59-9552-5a1ff9c9b53b 2018-10-04 13:50:58,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:50:58,889 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:50:58 GMT Server: Apache x-openstack-request-id: req-93727649-736c-4d65-9704-95ac130de665 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:50:59,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:50:58 GMT Server: Apache x-openstack-request-id: req-1a83f442-fdad-4f2b-89b0-1a8217cd536c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor2", "OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "OS::stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "stack_user_project_id": "ce1d80c3fb5642e28a18fa75a6fe59c5", "tags": null, "creation_time": "2018-10-04T13:50:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T13:50:52Z", "id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 13:50:59,063 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf used request id req-1a83f442-fdad-4f2b-89b0-1a8217cd536c 2018-10-04 13:51:02,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:51:02,245 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:51:02 GMT Server: Apache x-openstack-request-id: req-6feefd2a-9e42-4844-a88b-7984bee58110 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:51:02,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:02 GMT Server: Apache x-openstack-request-id: req-e86fecb0-daf9-4dac-bf7c-0eff015c7701 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor2", "OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "OS::stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "stack_user_project_id": "ce1d80c3fb5642e28a18fa75a6fe59c5", "tags": null, "creation_time": "2018-10-04T13:50:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T13:50:52Z", "id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 13:51:02,288 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf used request id req-e86fecb0-daf9-4dac-bf7c-0eff015c7701 2018-10-04 13:51:05,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:51:05,320 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:51:05 GMT Server: Apache x-openstack-request-id: req-bedd351e-07ac-4352-ac69-175c947cc460 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:51:05,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:05 GMT Server: Apache x-openstack-request-id: req-727195ec-dc5b-4e2f-b0db-04bddd13797c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor2", "OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "OS::stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "stack_user_project_id": "ce1d80c3fb5642e28a18fa75a6fe59c5", "tags": null, "creation_time": "2018-10-04T13:50:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T13:50:52Z", "id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 13:51:05,483 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf used request id req-727195ec-dc5b-4e2f-b0db-04bddd13797c 2018-10-04 13:51:08,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77abc0cbe67bb8b417099af624caf059322137c2" 2018-10-04 13:51:08,698 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:51:08 GMT Server: Apache x-openstack-request-id: req-af13c2f3-2073-4252-b0c5-52f558da286a Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:51:08,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:08 GMT Server: Apache x-openstack-request-id: req-45c1effb-149f-448d-b0b1-a5eacd4aeaab Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 692 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor2", "OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "OS::stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1"}, "deletion_time": "2018-10-04T13:51:07Z", "stack_name": "HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack", "stack_user_project_id": "ce1d80c3fb5642e28a18fa75a6fe59c5", "tags": null, "creation_time": "2018-10-04T13:50:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-04T13:50:52Z", "id": "c1ad853e-7db8-4a71-bd57-4c4af35b7dcf", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 13:51:08,741 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-stack/c1ad853e-7db8-4a71-bd57-4c4af35b7dcf used request id req-45c1effb-149f-448d-b0b1-a5eacd4aeaab 2018-10-04 13:51:08,742 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image1 2018-10-04 13:51:08,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/33c1d0c2-7729-4260-8eb2-90951a07e088 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a2685b9ad80793171b52b3bc7c57585cc0099351" 2018-10-04 13:51:10,873 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0755ce76-131e-45e9-b25f-28de24674703 Date: Thu, 04 Oct 2018 13:51:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 13:51:10,873 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/33c1d0c2-7729-4260-8eb2-90951a07e088 used request id req-0755ce76-131e-45e9-b25f-28de24674703 2018-10-04 13:51:10,874 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-dfcc09d4-290b-4c22-9440-63df5a7ee19d-image2 2018-10-04 13:51:10,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/b320e58d-8ae1-479d-919a-90ee9c588922 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}974f6923d639288672b0d0441f942a59ab7d52f6" 2018-10-04 13:51:12,189 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e1298afa-7ee1-4e03-a722-03e98e0e3ebf Date: Thu, 04 Oct 2018 13:51:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 13:51:12,189 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b320e58d-8ae1-479d-919a-90ee9c588922 used request id req-e1298afa-7ee1-4e03-a722-03e98e0e3ebf 2018-10-04 13:51:12,193 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 13:51:12,193 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:51:12,202 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:51:12,593 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:51:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["dTKqv5ScQQyd5PgHHt4tmQ"], "issued_at": "2018-10-04T13:51:12.000000Z"}} 2018-10-04 13:51:12,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ee9eab833b762b51fba8edf68abf521ea13842" -d '{"stack_name": "HeatUtilsFlavorTests-342ac6ab-15c5-4435-85f4-9f717f40af11-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single volume with encryption", "resources": {"flavor": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 8, "disk": 200, "ram": 1024}}}}}' 2018-10-04 13:51:14,228 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:51:12 GMT Server: Apache x-openstack-request-id: req-e840c215-3f3f-4854-858f-0a0b5fa941b2 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsFlavorTests-342ac6ab-15c5-4435-85f4-9f717f40af11-stack/df77abbf-4744-4237-88fa-1ac4b2d19e4f Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "df77abbf-4744-4237-88fa-1ac4b2d19e4f", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsFlavorTests-342ac6ab-15c5-4435-85f4-9f717f40af11-stack/df77abbf-4744-4237-88fa-1ac4b2d19e4f", "rel": "self"}]}} 2018-10-04 13:51:14,228 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks used request id req-e840c215-3f3f-4854-858f-0a0b5fa941b2 2018-10-04 13:51:14,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/df77abbf-4744-4237-88fa-1ac4b2d19e4f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ee9eab833b762b51fba8edf68abf521ea13842" 2018-10-04 13:51:14,863 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:51:14 GMT Server: Apache x-openstack-request-id: req-4e44a969-a930-41ee-b284-f3837869cc72 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsFlavorTests-342ac6ab-15c5-4435-85f4-9f717f40af11-stack/df77abbf-4744-4237-88fa-1ac4b2d19e4f Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsFlavorTests-342ac6ab-15c5-4435-85f4-9f717f40af11-stack/df77abbf-4744-4237-88fa-1ac4b2d19e4f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:51:15,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:14 GMT Server: Apache x-openstack-request-id: req-7a7527ea-f6ad-4344-bde9-33d28e83c461 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "df77abbf-4744-4237-88fa-1ac4b2d19e4f", "OS::stack_name": "HeatUtilsFlavorTests-342ac6ab-15c5-4435-85f4-9f717f40af11-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-342ac6ab-15c5-4435-85f4-9f717f40af11-stack", "stack_user_project_id": "6d23a6cb7e1540c5b5be4090e0691629", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T13:51:13Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsFlavorTests-342ac6ab-15c5-4435-85f4-9f717f40af11-stack/df77abbf-4744-4237-88fa-1ac4b2d19e4f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "df77abbf-4744-4237-88fa-1ac4b2d19e4f", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-04 13:51:15,055 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsFlavorTests-342ac6ab-15c5-4435-85f4-9f717f40af11-stack/df77abbf-4744-4237-88fa-1ac4b2d19e4f used request id req-7a7527ea-f6ad-4344-bde9-33d28e83c461 2018-10-04 13:51:15,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/df77abbf-4744-4237-88fa-1ac4b2d19e4f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ee9eab833b762b51fba8edf68abf521ea13842" 2018-10-04 13:51:15,085 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:51:15 GMT Server: Apache x-openstack-request-id: req-5f392ac8-56a9-438b-aa6c-c828067cba54 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsFlavorTests-342ac6ab-15c5-4435-85f4-9f717f40af11-stack/df77abbf-4744-4237-88fa-1ac4b2d19e4f Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsFlavorTests-342ac6ab-15c5-4435-85f4-9f717f40af11-stack/df77abbf-4744-4237-88fa-1ac4b2d19e4f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:51:15,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:15 GMT Server: Apache x-openstack-request-id: req-3dab90ae-a7bb-460c-810e-aa823081b19e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "df77abbf-4744-4237-88fa-1ac4b2d19e4f", "OS::stack_name": "HeatUtilsFlavorTests-342ac6ab-15c5-4435-85f4-9f717f40af11-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-342ac6ab-15c5-4435-85f4-9f717f40af11-stack", "stack_user_project_id": "6d23a6cb7e1540c5b5be4090e0691629", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T13:51:13Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsFlavorTests-342ac6ab-15c5-4435-85f4-9f717f40af11-stack/df77abbf-4744-4237-88fa-1ac4b2d19e4f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "df77abbf-4744-4237-88fa-1ac4b2d19e4f", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-04 13:51:15,278 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsFlavorTests-342ac6ab-15c5-4435-85f4-9f717f40af11-stack/df77abbf-4744-4237-88fa-1ac4b2d19e4f used request id req-3dab90ae-a7bb-460c-810e-aa823081b19e 2018-10-04 13:51:15,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/df77abbf-4744-4237-88fa-1ac4b2d19e4f/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ee9eab833b762b51fba8edf68abf521ea13842" 2018-10-04 13:51:15,456 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:51:15 GMT Server: Apache x-openstack-request-id: req-778b57b5-7bba-498c-9ff4-5b59737a3183 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsFlavorTests-342ac6ab-15c5-4435-85f4-9f717f40af11-stack/df77abbf-4744-4237-88fa-1ac4b2d19e4f/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsFlavorTests-342ac6ab-15c5-4435-85f4-9f717f40af11-stack/df77abbf-4744-4237-88fa-1ac4b2d19e4f/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:51:15,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:15 GMT Server: Apache x-openstack-request-id: req-8f55600c-3891-4507-a27f-893f9c360304 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsFlavorTests-342ac6ab-15c5-4435-85f4-9f717f40af11-stack/df77abbf-4744-4237-88fa-1ac4b2d19e4f/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsFlavorTests-342ac6ab-15c5-4435-85f4-9f717f40af11-stack/df77abbf-4744-4237-88fa-1ac4b2d19e4f", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-10-04T13:51:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:51:14Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "7b21517d-b090-420b-b663-79606c8d601b", "resource_type": "OS::Nova::Flavor"}]} 2018-10-04 13:51:15,657 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsFlavorTests-342ac6ab-15c5-4435-85f4-9f717f40af11-stack/df77abbf-4744-4237-88fa-1ac4b2d19e4f/resources used request id req-8f55600c-3891-4507-a27f-893f9c360304 2018-10-04 13:51:15,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/7b21517d-b090-420b-b663-79606c8d601b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ee9eab833b762b51fba8edf68abf521ea13842" 2018-10-04 13:51:15,680 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00d3171c-9381-4449-9a24-1bf1d64497c7 x-compute-request-id: req-00d3171c-9381-4449-9a24-1bf1d64497c7 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7b21517d-b090-420b-b663-79606c8d601b", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7b21517d-b090-420b-b663-79606c8d601b", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "7b21517d-b090-420b-b663-79606c8d601b", "name": "HeatUtilsFlavorTests-342ac6ab-15c5-4435-85f4-9f717f40af11-stack-flavor-mshlrv5erha7", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 13:51:15,680 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/7b21517d-b090-420b-b663-79606c8d601b used request id req-00d3171c-9381-4449-9a24-1bf1d64497c7 2018-10-04 13:51:15,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/df77abbf-4744-4237-88fa-1ac4b2d19e4f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ee9eab833b762b51fba8edf68abf521ea13842" 2018-10-04 13:51:15,868 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:51:15 GMT Server: Apache x-openstack-request-id: req-eb8c5522-508c-402b-af9e-73e7427704a0 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsFlavorTests-342ac6ab-15c5-4435-85f4-9f717f40af11-stack/df77abbf-4744-4237-88fa-1ac4b2d19e4f Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsFlavorTests-342ac6ab-15c5-4435-85f4-9f717f40af11-stack/df77abbf-4744-4237-88fa-1ac4b2d19e4f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:51:15,909 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:51:15 GMT Server: Apache x-openstack-request-id: req-f6a4c785-2347-4b28-bc79-e14839e2779c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:51:15,909 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsFlavorTests-342ac6ab-15c5-4435-85f4-9f717f40af11-stack/df77abbf-4744-4237-88fa-1ac4b2d19e4f used request id req-f6a4c785-2347-4b28-bc79-e14839e2779c 2018-10-04 13:51:15,910 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 13:51:15,911 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:51:15,923 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:51:16,300 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:51:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["Mrc8oFGuRZ-6QqrLlKY4FQ"], "issued_at": "2018-10-04T13:51:16.000000Z"}} 2018-10-04 13:51:16,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4069503af4785b681f64441883570eeebbe4a1" -d '{"stack_name": "HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack", "template": {"outputs": {"private_key": {"description": "SSH Private Key", "value": {"get_attr": ["keypair", "private_key"]}}}, "heat_template_version": "2015-04-30", "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"keypair_name": {"default": "keypair_name", "type": "string", "description": "The name of the stack's keypair", "label": "Keypair name"}}, "resources": {"keypair": {"type": "OS::Nova::KeyPair", "properties": {"name": {"get_param": "keypair_name"}, "save_private_key": true}}}}, "parameters": {"keypair_name": "HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-kp"}}' 2018-10-04 13:51:18,173 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:51:16 GMT Server: Apache x-openstack-request-id: req-ad45afb2-6082-4d11-b6cf-50131de369d5 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack/c2146890-84af-4cd5-ab9e-e0b76bee35f8 Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "c2146890-84af-4cd5-ab9e-e0b76bee35f8", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack/c2146890-84af-4cd5-ab9e-e0b76bee35f8", "rel": "self"}]}} 2018-10-04 13:51:18,173 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks used request id req-ad45afb2-6082-4d11-b6cf-50131de369d5 2018-10-04 13:51:18,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c2146890-84af-4cd5-ab9e-e0b76bee35f8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4069503af4785b681f64441883570eeebbe4a1" 2018-10-04 13:51:18,340 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:51:18 GMT Server: Apache x-openstack-request-id: req-cfc0b856-2154-4194-b529-3066eb1816cb Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack/c2146890-84af-4cd5-ab9e-e0b76bee35f8 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack/c2146890-84af-4cd5-ab9e-e0b76bee35f8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:51:18,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:18 GMT Server: Apache x-openstack-request-id: req-41ddb5c3-0b3c-467e-8c6d-49a1d2d0650f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "c2146890-84af-4cd5-ab9e-e0b76bee35f8", "OS::stack_name": "HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack", "keypair_name": "HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack", "stack_user_project_id": "a8516be0e55a41fb8f7db7cc90314876", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:51:17Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack/c2146890-84af-4cd5-ab9e-e0b76bee35f8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c2146890-84af-4cd5-ab9e-e0b76bee35f8", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-10-04 13:51:18,533 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack/c2146890-84af-4cd5-ab9e-e0b76bee35f8 used request id req-41ddb5c3-0b3c-467e-8c6d-49a1d2d0650f 2018-10-04 13:51:18,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c2146890-84af-4cd5-ab9e-e0b76bee35f8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4069503af4785b681f64441883570eeebbe4a1" 2018-10-04 13:51:18,716 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:51:18 GMT Server: Apache x-openstack-request-id: req-7c2195c0-e727-43e4-b8ae-986453d38996 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack/c2146890-84af-4cd5-ab9e-e0b76bee35f8 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack/c2146890-84af-4cd5-ab9e-e0b76bee35f8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:51:18,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:18 GMT Server: Apache x-openstack-request-id: req-8753bdb4-fed5-4597-87ce-dc2821b17fed Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "c2146890-84af-4cd5-ab9e-e0b76bee35f8", "OS::stack_name": "HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack", "keypair_name": "HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack", "stack_user_project_id": "a8516be0e55a41fb8f7db7cc90314876", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:51:17Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack/c2146890-84af-4cd5-ab9e-e0b76bee35f8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c2146890-84af-4cd5-ab9e-e0b76bee35f8", "outputs": [{"output_value": "", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-10-04 13:51:18,905 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack/c2146890-84af-4cd5-ab9e-e0b76bee35f8 used request id req-8753bdb4-fed5-4597-87ce-dc2821b17fed 2018-10-04 13:51:21,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c2146890-84af-4cd5-ab9e-e0b76bee35f8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4069503af4785b681f64441883570eeebbe4a1" 2018-10-04 13:51:22,105 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:51:21 GMT Server: Apache x-openstack-request-id: req-458b68a3-6922-4996-a5e6-6dcaf0ade5a0 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack/c2146890-84af-4cd5-ab9e-e0b76bee35f8 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack/c2146890-84af-4cd5-ab9e-e0b76bee35f8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:51:22,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:22 GMT Server: Apache x-openstack-request-id: req-8dff4d2f-c01c-4c57-b431-5e2ab5e8584b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1906 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "c2146890-84af-4cd5-ab9e-e0b76bee35f8", "OS::stack_name": "HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack", "keypair_name": "HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack", "stack_user_project_id": "a8516be0e55a41fb8f7db7cc90314876", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T13:51:17Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack/c2146890-84af-4cd5-ab9e-e0b76bee35f8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c2146890-84af-4cd5-ab9e-e0b76bee35f8", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEA6+czmnWQjlQyyDg8ZcJbpWc/28cqSa1ZRgjLoINKHnTMAxgK\n5ZuNzBVYw6trecOFsPtXAVntvna42iTdEGDuAFogMbJVAst4bdTl+udEnF1UsI4n\nQOnkHZyuzZHUc5jyq8AevVOSqrqY4zsAkc8isGUmEpFYCIlm5DZ4zoMayKNP+5NB\nqHJhV0SYXj22yn+/0jBrkY0rdgZ2E3vg0wAu0o7YBUbInO0xOkgxp0Rp1UNxvPtM\nocElt4R1bJD+XpL/7JHqhqI/tduz/7eFy219WgthP2/pw1r2gYehzVUIKm63sf0F\nxr+7SiBVbHmy7zYaueUdoz9tfy99zn2PkGa8BwIDAQABAoIBAQDNSCZJtSCUGoUO\nYpF8Y8Nojg6t7ATKlITpQuIfzeAD3NNjpdplsBWWkMTrkRI3pYODXVR7IoyWf62g\ndw/AHvk9aTA2zt7XTcSAnxF6YyH7h+QYt7tE68PMWPpsfQiJh4E1IDwfuMgatcIx\niriWKdAf/AVDhyM6Wock9Jnv63q1OGy+abswL167EulKh+RJb7JMH9HSJiWpt50r\nCbBMYOtN6LOLNlasH+j1WGMlJ8AN+ezwTmjScLDP3xf6XIP1lm1om0cyeZjN85Di\nD+zUjzv3D/CmvNJnTnpnzhFdQzOoeK9m0gEZSnMx8jGjLFX3gvI97PpqLFqrg4Q9\nA8ghEpSxAoGBAPchlsLbL5rTfHpzD2ryUUh9lrlKTVB1bGw5tmhOGkZNrJiQwhtd\nLyW5eDfx872MhbK1SnatQbJKHcOU5Qw8GbQso8/WqKidheh8JbXj6nGfu/DYPiRn\nNOBU32E5iaURQQ2P1JkgvjiDVvOYl6aPvzLDJo+e0lQ3OQ6dUndDPRbVAoGBAPRe\ndabOk/vgXJbFOgbII2y6g9qUWa9s0ETbvhytOHgK1ymvPfyS+zSSFqenYvtsj/uM\nQkUaw1yfE0rRBFbRx70kjvM9iEIx1tZOjW1PCKi2B0JoOq5Cejx2k+dJrkb0Ytca\n6BTU2o3l7JXv8EORlULL7tzGFNNvWNu6/o9sT+1rAoGBALk1tyM52aeTMAslCD0C\ndeB6Huemw+K03hkN96KcRhzCQcPlWVPgtmDzayGidyVrlxejvrbKih3wZfYaNL7C\nnBDoE6zEF4qm46Ckyi5TLXUSXWvW5Fur7XjiorbexEWtdK+RR6erXmREKnpNtfni\naUzF7LReNwteh6hoR1GSVsoxAoGBAKpchBcTY3Wwl7wAqZB6zL+LVEr5K4EyEgw/\nSc2CMaD2pcQIyOUhrwGaazLcbhQsPkC3Kqg0nUggGnoJN8YzH9XL++C14B2N02G6\nh7xR4g6EQJFaSrab383xOPGAm4AZ9iJSPsPvFKLiTUrGaLEieHWF6PN/IJu6v68I\nMVnZv+sbAoGBAIE0+uaGWu/i9qFxjVsfVjN9xuQCFiQUM2IvjRztq5geVwGuHq5I\ndmcq5DuskzhwDb984Y5qUNuInc/3acdEn3ghWOvT+enDHVZWYMK5t/42rjyA6LHs\negBqgl+UlmBD9McSQjrgKU3fRfgHZKZOjBx6hMlUMQgLRuBZqYv6IgST\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-10-04 13:51:22,281 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack/c2146890-84af-4cd5-ab9e-e0b76bee35f8 used request id req-8dff4d2f-c01c-4c57-b431-5e2ab5e8584b 2018-10-04 13:51:22,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c2146890-84af-4cd5-ab9e-e0b76bee35f8/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4069503af4785b681f64441883570eeebbe4a1" 2018-10-04 13:51:22,446 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:51:22 GMT Server: Apache x-openstack-request-id: req-fbb6a36c-b6da-4c72-a849-444ab2d09e2d Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack/c2146890-84af-4cd5-ab9e-e0b76bee35f8/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack/c2146890-84af-4cd5-ab9e-e0b76bee35f8/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:51:22,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:22 GMT Server: Apache x-openstack-request-id: req-940ddb1c-aad3-433c-a48f-883ca30c10f8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack/c2146890-84af-4cd5-ab9e-e0b76bee35f8/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack/c2146890-84af-4cd5-ab9e-e0b76bee35f8", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-04T13:51:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:51:18Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-10-04 13:51:22,658 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack/c2146890-84af-4cd5-ab9e-e0b76bee35f8/resources used request id req-940ddb1c-aad3-433c-a48f-883ca30c10f8 2018-10-04 13:51:22,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4069503af4785b681f64441883570eeebbe4a1" 2018-10-04 13:51:22,676 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1b70198-5c1c-404a-b4b2-967550002970 x-compute-request-id: req-b1b70198-5c1c-404a-b4b2-967550002970 Content-Encoding: gzip Content-Length: 573 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDr5zOadZCOVDLIODxlwlulZz/bxypJrVlGCMugg0oedMwDGArlm43MFVjDq2t5w4Ww+1cBWe2+drjaJN0QYO4AWiAxslUCy3ht1OX650ScXVSwjidA6eQdnK7NkdRzmPKrwB69U5KqupjjOwCRzyKwZSYSkVgIiWbkNnjOgxrIo0/7k0GocmFXRJhePbbKf7/SMGuRjSt2BnYTe+DTAC7SjtgFRsic7TE6SDGnRGnVQ3G8+0yhwSW3hHVskP5ekv/skeqGoj+127P/t4XLbX1aC2E/b+nDWvaBh6HNVQgqbrex/QXGv7tKIFVsebLvNhq55R2jP21/L33OfY+QZrwH Generated-by-Nova", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "name": "HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-kp", "deleted": false, "created_at": "2018-10-04T13:51:18.000000", "updated_at": null, "fingerprint": "af:9b:67:06:4f:5e:0d:89:6d:7a:6d:eb:0e:75:fb:75", "deleted_at": null, "id": 15}} 2018-10-04 13:51:22,677 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-kp used request id req-b1b70198-5c1c-404a-b4b2-967550002970 2018-10-04 13:51:22,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c2146890-84af-4cd5-ab9e-e0b76bee35f8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4069503af4785b681f64441883570eeebbe4a1" 2018-10-04 13:51:22,706 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:51:22 GMT Server: Apache x-openstack-request-id: req-3c93889e-2502-413a-8a8b-835e36fe1d46 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack/c2146890-84af-4cd5-ab9e-e0b76bee35f8 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack/c2146890-84af-4cd5-ab9e-e0b76bee35f8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:51:22,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:22 GMT Server: Apache x-openstack-request-id: req-0570efe9-7823-43c8-ad68-58638213678b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1906 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "c2146890-84af-4cd5-ab9e-e0b76bee35f8", "OS::stack_name": "HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack", "keypair_name": "HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack", "stack_user_project_id": "a8516be0e55a41fb8f7db7cc90314876", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T13:51:17Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack/c2146890-84af-4cd5-ab9e-e0b76bee35f8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c2146890-84af-4cd5-ab9e-e0b76bee35f8", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEA6+czmnWQjlQyyDg8ZcJbpWc/28cqSa1ZRgjLoINKHnTMAxgK\n5ZuNzBVYw6trecOFsPtXAVntvna42iTdEGDuAFogMbJVAst4bdTl+udEnF1UsI4n\nQOnkHZyuzZHUc5jyq8AevVOSqrqY4zsAkc8isGUmEpFYCIlm5DZ4zoMayKNP+5NB\nqHJhV0SYXj22yn+/0jBrkY0rdgZ2E3vg0wAu0o7YBUbInO0xOkgxp0Rp1UNxvPtM\nocElt4R1bJD+XpL/7JHqhqI/tduz/7eFy219WgthP2/pw1r2gYehzVUIKm63sf0F\nxr+7SiBVbHmy7zYaueUdoz9tfy99zn2PkGa8BwIDAQABAoIBAQDNSCZJtSCUGoUO\nYpF8Y8Nojg6t7ATKlITpQuIfzeAD3NNjpdplsBWWkMTrkRI3pYODXVR7IoyWf62g\ndw/AHvk9aTA2zt7XTcSAnxF6YyH7h+QYt7tE68PMWPpsfQiJh4E1IDwfuMgatcIx\niriWKdAf/AVDhyM6Wock9Jnv63q1OGy+abswL167EulKh+RJb7JMH9HSJiWpt50r\nCbBMYOtN6LOLNlasH+j1WGMlJ8AN+ezwTmjScLDP3xf6XIP1lm1om0cyeZjN85Di\nD+zUjzv3D/CmvNJnTnpnzhFdQzOoeK9m0gEZSnMx8jGjLFX3gvI97PpqLFqrg4Q9\nA8ghEpSxAoGBAPchlsLbL5rTfHpzD2ryUUh9lrlKTVB1bGw5tmhOGkZNrJiQwhtd\nLyW5eDfx872MhbK1SnatQbJKHcOU5Qw8GbQso8/WqKidheh8JbXj6nGfu/DYPiRn\nNOBU32E5iaURQQ2P1JkgvjiDVvOYl6aPvzLDJo+e0lQ3OQ6dUndDPRbVAoGBAPRe\ndabOk/vgXJbFOgbII2y6g9qUWa9s0ETbvhytOHgK1ymvPfyS+zSSFqenYvtsj/uM\nQkUaw1yfE0rRBFbRx70kjvM9iEIx1tZOjW1PCKi2B0JoOq5Cejx2k+dJrkb0Ytca\n6BTU2o3l7JXv8EORlULL7tzGFNNvWNu6/o9sT+1rAoGBALk1tyM52aeTMAslCD0C\ndeB6Huemw+K03hkN96KcRhzCQcPlWVPgtmDzayGidyVrlxejvrbKih3wZfYaNL7C\nnBDoE6zEF4qm46Ckyi5TLXUSXWvW5Fur7XjiorbexEWtdK+RR6erXmREKnpNtfni\naUzF7LReNwteh6hoR1GSVsoxAoGBAKpchBcTY3Wwl7wAqZB6zL+LVEr5K4EyEgw/\nSc2CMaD2pcQIyOUhrwGaazLcbhQsPkC3Kqg0nUggGnoJN8YzH9XL++C14B2N02G6\nh7xR4g6EQJFaSrab383xOPGAm4AZ9iJSPsPvFKLiTUrGaLEieHWF6PN/IJu6v68I\nMVnZv+sbAoGBAIE0+uaGWu/i9qFxjVsfVjN9xuQCFiQUM2IvjRztq5geVwGuHq5I\ndmcq5DuskzhwDb984Y5qUNuInc/3acdEn3ghWOvT+enDHVZWYMK5t/42rjyA6LHs\negBqgl+UlmBD9McSQjrgKU3fRfgHZKZOjBx6hMlUMQgLRuBZqYv6IgST\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-10-04 13:51:22,830 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack/c2146890-84af-4cd5-ab9e-e0b76bee35f8 used request id req-0570efe9-7823-43c8-ad68-58638213678b 2018-10-04 13:51:22,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4069503af4785b681f64441883570eeebbe4a1" 2018-10-04 13:51:22,850 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-664bb6f7-2a48-46af-87ab-f9dedf8b2e0e x-compute-request-id: req-664bb6f7-2a48-46af-87ab-f9dedf8b2e0e Content-Encoding: gzip Content-Length: 573 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDr5zOadZCOVDLIODxlwlulZz/bxypJrVlGCMugg0oedMwDGArlm43MFVjDq2t5w4Ww+1cBWe2+drjaJN0QYO4AWiAxslUCy3ht1OX650ScXVSwjidA6eQdnK7NkdRzmPKrwB69U5KqupjjOwCRzyKwZSYSkVgIiWbkNnjOgxrIo0/7k0GocmFXRJhePbbKf7/SMGuRjSt2BnYTe+DTAC7SjtgFRsic7TE6SDGnRGnVQ3G8+0yhwSW3hHVskP5ekv/skeqGoj+127P/t4XLbX1aC2E/b+nDWvaBh6HNVQgqbrex/QXGv7tKIFVsebLvNhq55R2jP21/L33OfY+QZrwH Generated-by-Nova", "user_id": "edcc1fa643e64948b9f2a6f4934de106", "name": "HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-kp", "deleted": false, "created_at": "2018-10-04T13:51:18.000000", "updated_at": null, "fingerprint": "af:9b:67:06:4f:5e:0d:89:6d:7a:6d:eb:0e:75:fb:75", "deleted_at": null, "id": 15}} 2018-10-04 13:51:22,850 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-kp used request id req-664bb6f7-2a48-46af-87ab-f9dedf8b2e0e 2018-10-04 13:51:22,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/c2146890-84af-4cd5-ab9e-e0b76bee35f8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4069503af4785b681f64441883570eeebbe4a1" 2018-10-04 13:51:23,031 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:51:22 GMT Server: Apache x-openstack-request-id: req-ffc67a23-af5d-49ee-8afd-4e1e87ba9c15 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack/c2146890-84af-4cd5-ab9e-e0b76bee35f8 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack/c2146890-84af-4cd5-ab9e-e0b76bee35f8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:51:23,222 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:51:23 GMT Server: Apache x-openstack-request-id: req-d9579ecd-095d-4990-be15-308ae042a8c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:51:23,222 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsKeypairTests-b406597b-60cd-4f6e-a212-aa8c52e9ecda-stack/c2146890-84af-4cd5-ab9e-e0b76bee35f8 used request id req-d9579ecd-095d-4990-be15-308ae042a8c8 2018-10-04 13:51:23,223 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 13:51:23,238 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:51:23,622 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:51:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["jFDIXNbCS--D2GwOXImNAw"], "issued_at": "2018-10-04T13:51:23.000000Z"}} 2018-10-04 13:51:23,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd8d77973025ce8d823eff63f0bfd4a0c50af921" -d '{"stack_name": "HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack", "template": {"heat_template_version": "2015-04-30", "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"security_group_name": {"default": "security_group_name", "type": "string", "description": "The name of the stack's security group", "label": "Security Group name"}}, "resources": {"server_security_group": {"type": "OS::Neutron::SecurityGroup", "properties": {"rules": [{"direction": "egress", "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0", "ethertype": "IPv4", "port_range_max": 22, "port_range_min": 22}, {"ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}], "description": "Test description", "name": {"get_param": "security_group_name"}}}}}, "parameters": {"security_group_name": "HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-sec-grp"}}' 2018-10-04 13:51:25,109 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:51:23 GMT Server: Apache x-openstack-request-id: req-9ea81ee6-b896-48af-a8b1-5688735d9112 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack/2bd3e53d-461f-45eb-9a82-8d75ab80e717 Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "2bd3e53d-461f-45eb-9a82-8d75ab80e717", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack/2bd3e53d-461f-45eb-9a82-8d75ab80e717", "rel": "self"}]}} 2018-10-04 13:51:25,109 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks used request id req-9ea81ee6-b896-48af-a8b1-5688735d9112 2018-10-04 13:51:25,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/2bd3e53d-461f-45eb-9a82-8d75ab80e717 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd8d77973025ce8d823eff63f0bfd4a0c50af921" 2018-10-04 13:51:25,292 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:51:25 GMT Server: Apache x-openstack-request-id: req-ab51351a-0c09-49ed-9ffa-be146b3c5ac5 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack/2bd3e53d-461f-45eb-9a82-8d75ab80e717 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack/2bd3e53d-461f-45eb-9a82-8d75ab80e717;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:51:25,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:25 GMT Server: Apache x-openstack-request-id: req-6ef27393-846b-4947-9d00-e6c373727b8a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "2bd3e53d-461f-45eb-9a82-8d75ab80e717", "OS::stack_name": "HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack", "security_group_name": "HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack", "stack_user_project_id": "971e8b67c8c245669f4d7d502a0bb8f9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:51:24Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack/2bd3e53d-461f-45eb-9a82-8d75ab80e717", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2bd3e53d-461f-45eb-9a82-8d75ab80e717", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-04 13:51:25,479 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack/2bd3e53d-461f-45eb-9a82-8d75ab80e717 used request id req-6ef27393-846b-4947-9d00-e6c373727b8a 2018-10-04 13:51:25,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/2bd3e53d-461f-45eb-9a82-8d75ab80e717 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd8d77973025ce8d823eff63f0bfd4a0c50af921" 2018-10-04 13:51:25,649 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:51:25 GMT Server: Apache x-openstack-request-id: req-50192bec-5610-4840-af92-fcd34c66f97f Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack/2bd3e53d-461f-45eb-9a82-8d75ab80e717 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack/2bd3e53d-461f-45eb-9a82-8d75ab80e717;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:51:25,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:25 GMT Server: Apache x-openstack-request-id: req-ec13f336-9762-454f-9f12-c4ef6bd72bd3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "2bd3e53d-461f-45eb-9a82-8d75ab80e717", "OS::stack_name": "HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack", "security_group_name": "HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack", "stack_user_project_id": "971e8b67c8c245669f4d7d502a0bb8f9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T13:51:24Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack/2bd3e53d-461f-45eb-9a82-8d75ab80e717", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2bd3e53d-461f-45eb-9a82-8d75ab80e717", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-04 13:51:25,848 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack/2bd3e53d-461f-45eb-9a82-8d75ab80e717 used request id req-ec13f336-9762-454f-9f12-c4ef6bd72bd3 2018-10-04 13:51:28,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/2bd3e53d-461f-45eb-9a82-8d75ab80e717 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd8d77973025ce8d823eff63f0bfd4a0c50af921" 2018-10-04 13:51:29,052 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:51:28 GMT Server: Apache x-openstack-request-id: req-f261ace4-cdb5-4126-bff0-2b68956a4c71 Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack/2bd3e53d-461f-45eb-9a82-8d75ab80e717 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack/2bd3e53d-461f-45eb-9a82-8d75ab80e717;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:51:29,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:29 GMT Server: Apache x-openstack-request-id: req-d771e7c2-b6b0-4427-9a2c-028f9f7ff743 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "93973d1238b2486385104382b3d557a9", "OS::stack_id": "2bd3e53d-461f-45eb-9a82-8d75ab80e717", "OS::stack_name": "HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack", "security_group_name": "HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack", "stack_user_project_id": "971e8b67c8c245669f4d7d502a0bb8f9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T13:51:24Z", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack/2bd3e53d-461f-45eb-9a82-8d75ab80e717", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "2bd3e53d-461f-45eb-9a82-8d75ab80e717", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-04 13:51:29,250 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack/2bd3e53d-461f-45eb-9a82-8d75ab80e717 used request id req-d771e7c2-b6b0-4427-9a2c-028f9f7ff743 2018-10-04 13:51:29,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/2bd3e53d-461f-45eb-9a82-8d75ab80e717/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd8d77973025ce8d823eff63f0bfd4a0c50af921" 2018-10-04 13:51:29,425 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:51:29 GMT Server: Apache x-openstack-request-id: req-49629ea9-f677-4ad1-8d9e-4e62977a4ced Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack/2bd3e53d-461f-45eb-9a82-8d75ab80e717/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack/2bd3e53d-461f-45eb-9a82-8d75ab80e717/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:51:29,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:29 GMT Server: Apache x-openstack-request-id: req-dd82c537-f674-4dbe-9e5a-73a24a21f378 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 402 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack/2bd3e53d-461f-45eb-9a82-8d75ab80e717/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack/2bd3e53d-461f-45eb-9a82-8d75ab80e717", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-04T13:51:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T13:51:25Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "6879188c-9a20-444f-924f-bda0518badf6", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-10-04 13:51:29,624 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack/2bd3e53d-461f-45eb-9a82-8d75ab80e717/resources used request id req-dd82c537-f674-4dbe-9e5a-73a24a21f378 2018-10-04 13:51:29,624 - neutron_utils - INFO - Retrieving security group with ID - 6879188c-9a20-444f-924f-bda0518badf6 2018-10-04 13:51:29,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=6879188c-9a20-444f-924f-bda0518badf6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd8d77973025ce8d823eff63f0bfd4a0c50af921" 2018-10-04 13:51:29,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-6f3900e5-92be-46dc-8b50-4d500acd8733 Date: Thu, 04 Oct 2018 13:51:29 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:51:25Z", "updated_at": "2018-10-04T13:51:26Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T13:51:26Z", "revision_number": 0, "id": "337caed3-5bb1-49b4-bb23-67b8b6a80eb0", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-04T13:51:26Z", "security_group_id": "6879188c-9a20-444f-924f-bda0518badf6", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:51:26Z", "revision_number": 0, "id": "e93d7f91-b736-42b5-888d-f9205d9d47c8", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-04T13:51:26Z", "security_group_id": "6879188c-9a20-444f-924f-bda0518badf6", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}], "revision_number": 6, "project_id": "93973d1238b2486385104382b3d557a9", "id": "6879188c-9a20-444f-924f-bda0518badf6", "name": "HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-sec-grp"}]} 2018-10-04 13:51:29,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=6879188c-9a20-444f-924f-bda0518badf6 used request id req-6f3900e5-92be-46dc-8b50-4d500acd8733 2018-10-04 13:51:29,812 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6879188c-9a20-444f-924f-bda0518badf6 2018-10-04 13:51:29,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=6879188c-9a20-444f-924f-bda0518badf6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd8d77973025ce8d823eff63f0bfd4a0c50af921" 2018-10-04 13:51:30,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-a8e8bb6b-0dd0-4a23-aaad-e7950c999caf Date: Thu, 04 Oct 2018 13:51:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-10-04T13:51:26Z", "security_group_id": "6879188c-9a20-444f-924f-bda0518badf6", "port_range_min": 22, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:51:26Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "337caed3-5bb1-49b4-bb23-67b8b6a80eb0"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-10-04T13:51:26Z", "security_group_id": "6879188c-9a20-444f-924f-bda0518badf6", "port_range_min": null, "revision_number": 0, "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:51:26Z", "project_id": "93973d1238b2486385104382b3d557a9", "id": "e93d7f91-b736-42b5-888d-f9205d9d47c8"}]} 2018-10-04 13:51:30,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=6879188c-9a20-444f-924f-bda0518badf6 used request id req-a8e8bb6b-0dd0-4a23-aaad-e7950c999caf 2018-10-04 13:51:30,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/2bd3e53d-461f-45eb-9a82-8d75ab80e717 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd8d77973025ce8d823eff63f0bfd4a0c50af921" 2018-10-04 13:51:30,247 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 13:51:30 GMT Server: Apache x-openstack-request-id: req-713b7ea0-0e2f-41a3-bea1-d0f4adf9f05a Location: http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack/2bd3e53d-461f-45eb-9a82-8d75ab80e717 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack/2bd3e53d-461f-45eb-9a82-8d75ab80e717;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 13:51:30,430 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:51:30 GMT Server: Apache x-openstack-request-id: req-e5057667-1f10-4539-a946-3ba05389754b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:51:30,430 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9/stacks/HeatUtilsSecurityGroupTests-d3b84c25-f9c7-462d-9bbd-d3984a8bae49-stack/2bd3e53d-461f-45eb-9a82-8d75ab80e717 used request id req-e5057667-1f10-4539-a946-3ba05389754b 2018-10-04 13:51:30,434 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:51:30,830 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:51:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["SnpxxP1NRDeslcWS0OqeCQ"], "issued_at": "2018-10-04T13:51:30.000000Z"}} 2018-10-04 13:51:30,834 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efba23c25968f5d4b5fefa0a21b184b2ccde4c2c" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-2da4c886-5c2e-4802-9a84-cac964197e06"}}' 2018-10-04 13:51:31,596 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:30 GMT Server: Apache x-compute-request-id: req-9bbaec3e-0809-4716-855d-f7a9b6d5d095 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9bbaec3e-0809-4716-855d-f7a9b6d5d095 Content-Encoding: gzip Content-Length: 242 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "ea578f48-8fbc-4899-9765-98c023f54ef5", "name": "CinderUtilsQoSTests-2da4c886-5c2e-4802-9a84-cac964197e06"}, "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/ea578f48-8fbc-4899-9765-98c023f54ef5", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/qos-specs/ea578f48-8fbc-4899-9765-98c023f54ef5", "rel": "bookmark"}]} 2018-10-04 13:51:31,597 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs used request id req-9bbaec3e-0809-4716-855d-f7a9b6d5d095 2018-10-04 13:51:31,601 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9bbaec3e-0809-4716-855d-f7a9b6d5d095" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efba23c25968f5d4b5fefa0a21b184b2ccde4c2c" 2018-10-04 13:51:31,783 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:31 GMT Server: Apache x-compute-request-id: req-4e3d6f15-7b3f-47b8-bed0-8ea12138dc60 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4e3d6f15-7b3f-47b8-bed0-8ea12138dc60 Content-Encoding: gzip Content-Length: 156 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "ea578f48-8fbc-4899-9765-98c023f54ef5", "name": "CinderUtilsQoSTests-2da4c886-5c2e-4802-9a84-cac964197e06"}]} 2018-10-04 13:51:31,784 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs used request id req-4e3d6f15-7b3f-47b8-bed0-8ea12138dc60 2018-10-04 13:51:31,784 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-2da4c886-5c2e-4802-9a84-cac964197e06 2018-10-04 13:51:31,787 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/ea578f48-8fbc-4899-9765-98c023f54ef5?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9bbaec3e-0809-4716-855d-f7a9b6d5d095" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efba23c25968f5d4b5fefa0a21b184b2ccde4c2c" 2018-10-04 13:51:32,018 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:51:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c71fec4c-f945-4084-8aa2-40d6111895eb 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-10-04 13:51:32,018 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/ea578f48-8fbc-4899-9765-98c023f54ef5?force=False used request id req-c71fec4c-f945-4084-8aa2-40d6111895eb 2018-10-04 13:51:32,021 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9bbaec3e-0809-4716-855d-f7a9b6d5d095" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efba23c25968f5d4b5fefa0a21b184b2ccde4c2c" 2018-10-04 13:51:32,194 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:32 GMT Server: Apache x-compute-request-id: req-50cc1deb-83ed-4885-a58c-929dd0f48291 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-50cc1deb-83ed-4885-a58c-929dd0f48291 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-04 13:51:32,194 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs used request id req-50cc1deb-83ed-4885-a58c-929dd0f48291 2018-10-04 13:51:32,195 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-2da4c886-5c2e-4802-9a84-cac964197e06 2018-10-04 13:51:32,198 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/ea578f48-8fbc-4899-9765-98c023f54ef5?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9bbaec3e-0809-4716-855d-f7a9b6d5d095" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efba23c25968f5d4b5fefa0a21b184b2ccde4c2c" 2018-10-04 13:51:32,377 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 13:51:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-dbfa5f0f-8510-4409-995e-bc17b941a9b7 x-openstack-request-id: req-dbfa5f0f-8510-4409-995e-bc17b941a9b7 Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec ea578f48-8fbc-4899-9765-98c023f54ef5.", "code": 404}} 2018-10-04 13:51:32,377 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/ea578f48-8fbc-4899-9765-98c023f54ef5?force=False used request id req-dbfa5f0f-8510-4409-995e-bc17b941a9b7 2018-10-04 13:51:32,380 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:51:32,765 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:51:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["uPOIaVoxQNmyXcdzVWGmvw"], "issued_at": "2018-10-04T13:51:32.000000Z"}} 2018-10-04 13:51:32,769 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12e293566c7990a8cf92ea2f806c52ef7262873" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-dd7c55d4-8a9b-4266-953b-08bc173b72ec"}}' 2018-10-04 13:51:33,529 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:32 GMT Server: Apache x-compute-request-id: req-d2b8d5e3-2414-4774-b81c-6a70b547d537 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d2b8d5e3-2414-4774-b81c-6a70b547d537 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "d7ad1612-68b8-4016-8a96-d9da3a6c738c", "name": "CinderUtilsQoSTests-dd7c55d4-8a9b-4266-953b-08bc173b72ec"}, "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/d7ad1612-68b8-4016-8a96-d9da3a6c738c", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/qos-specs/d7ad1612-68b8-4016-8a96-d9da3a6c738c", "rel": "bookmark"}]} 2018-10-04 13:51:33,529 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs used request id req-d2b8d5e3-2414-4774-b81c-6a70b547d537 2018-10-04 13:51:33,533 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d2b8d5e3-2414-4774-b81c-6a70b547d537" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12e293566c7990a8cf92ea2f806c52ef7262873" 2018-10-04 13:51:33,708 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:33 GMT Server: Apache x-compute-request-id: req-cb82668c-173d-4be5-b8e2-6b54ebebb818 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cb82668c-173d-4be5-b8e2-6b54ebebb818 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "d7ad1612-68b8-4016-8a96-d9da3a6c738c", "name": "CinderUtilsQoSTests-dd7c55d4-8a9b-4266-953b-08bc173b72ec"}]} 2018-10-04 13:51:33,708 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs used request id req-cb82668c-173d-4be5-b8e2-6b54ebebb818 2018-10-04 13:51:33,712 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/d7ad1612-68b8-4016-8a96-d9da3a6c738c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d2b8d5e3-2414-4774-b81c-6a70b547d537" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12e293566c7990a8cf92ea2f806c52ef7262873" 2018-10-04 13:51:33,882 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:33 GMT Server: Apache x-compute-request-id: req-6a1e3f29-2489-4611-abf1-a8038720458e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6a1e3f29-2489-4611-abf1-a8038720458e Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "d7ad1612-68b8-4016-8a96-d9da3a6c738c", "name": "CinderUtilsQoSTests-dd7c55d4-8a9b-4266-953b-08bc173b72ec"}, "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/d7ad1612-68b8-4016-8a96-d9da3a6c738c", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/qos-specs/d7ad1612-68b8-4016-8a96-d9da3a6c738c", "rel": "bookmark"}]} 2018-10-04 13:51:33,882 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/d7ad1612-68b8-4016-8a96-d9da3a6c738c used request id req-6a1e3f29-2489-4611-abf1-a8038720458e 2018-10-04 13:51:33,882 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-dd7c55d4-8a9b-4266-953b-08bc173b72ec 2018-10-04 13:51:33,885 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/d7ad1612-68b8-4016-8a96-d9da3a6c738c?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d2b8d5e3-2414-4774-b81c-6a70b547d537" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12e293566c7990a8cf92ea2f806c52ef7262873" 2018-10-04 13:51:34,627 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:51:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2c969a21-f1bc-4be6-bfba-09fc244ea4c4 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-10-04 13:51:34,627 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/d7ad1612-68b8-4016-8a96-d9da3a6c738c?force=False used request id req-2c969a21-f1bc-4be6-bfba-09fc244ea4c4 2018-10-04 13:51:34,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:51:35,002 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:51:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["zt75AsA1TL2Dnj6JG28zVQ"], "issued_at": "2018-10-04T13:51:35.000000Z"}} 2018-10-04 13:51:35,005 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6b6101bad3b0038c40f6906cfa68ee1b8ee1eda" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-45fea7d4-7187-4e9d-ab95-e8f7c4467ba6"}}' 2018-10-04 13:51:35,204 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:35 GMT Server: Apache x-compute-request-id: req-0bcdf466-7ed0-4ade-8a0d-9c0bcc1712e7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0bcdf466-7ed0-4ade-8a0d-9c0bcc1712e7 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "4ce983d0-c4ca-4793-84d2-287713740f6c", "name": "CinderUtilsQoSTests-45fea7d4-7187-4e9d-ab95-e8f7c4467ba6"}, "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/4ce983d0-c4ca-4793-84d2-287713740f6c", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/qos-specs/4ce983d0-c4ca-4793-84d2-287713740f6c", "rel": "bookmark"}]} 2018-10-04 13:51:35,204 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs used request id req-0bcdf466-7ed0-4ade-8a0d-9c0bcc1712e7 2018-10-04 13:51:35,208 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0bcdf466-7ed0-4ade-8a0d-9c0bcc1712e7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6b6101bad3b0038c40f6906cfa68ee1b8ee1eda" 2018-10-04 13:51:35,385 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:35 GMT Server: Apache x-compute-request-id: req-ccf6381f-04cb-4d11-ae9e-4d26b10eae26 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ccf6381f-04cb-4d11-ae9e-4d26b10eae26 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "4ce983d0-c4ca-4793-84d2-287713740f6c", "name": "CinderUtilsQoSTests-45fea7d4-7187-4e9d-ab95-e8f7c4467ba6"}]} 2018-10-04 13:51:35,385 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs used request id req-ccf6381f-04cb-4d11-ae9e-4d26b10eae26 2018-10-04 13:51:35,388 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/4ce983d0-c4ca-4793-84d2-287713740f6c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0bcdf466-7ed0-4ade-8a0d-9c0bcc1712e7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6b6101bad3b0038c40f6906cfa68ee1b8ee1eda" 2018-10-04 13:51:35,570 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:35 GMT Server: Apache x-compute-request-id: req-f1e7602f-606e-42dc-a618-9e4eb3eb06f3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f1e7602f-606e-42dc-a618-9e4eb3eb06f3 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "4ce983d0-c4ca-4793-84d2-287713740f6c", "name": "CinderUtilsQoSTests-45fea7d4-7187-4e9d-ab95-e8f7c4467ba6"}, "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/4ce983d0-c4ca-4793-84d2-287713740f6c", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/qos-specs/4ce983d0-c4ca-4793-84d2-287713740f6c", "rel": "bookmark"}]} 2018-10-04 13:51:35,570 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/4ce983d0-c4ca-4793-84d2-287713740f6c used request id req-f1e7602f-606e-42dc-a618-9e4eb3eb06f3 2018-10-04 13:51:35,571 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-45fea7d4-7187-4e9d-ab95-e8f7c4467ba6 2018-10-04 13:51:35,573 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/4ce983d0-c4ca-4793-84d2-287713740f6c?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0bcdf466-7ed0-4ade-8a0d-9c0bcc1712e7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6b6101bad3b0038c40f6906cfa68ee1b8ee1eda" 2018-10-04 13:51:35,774 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:51:35 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c8488849-cdf2-418c-895b-c472f0b5c312 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-10-04 13:51:35,774 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/4ce983d0-c4ca-4793-84d2-287713740f6c?force=False used request id req-c8488849-cdf2-418c-895b-c472f0b5c312 2018-10-04 13:51:35,777 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:51:36,166 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:51:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["c8F6K4OaRpukpsM5thY1Eg"], "issued_at": "2018-10-04T13:51:36.000000Z"}} 2018-10-04 13:51:36,170 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4be5e330e5aa91120685267ec7e37d0e54828971" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-124151a5-349d-4b80-97f0-163d90906791"}}' 2018-10-04 13:51:36,381 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:36 GMT Server: Apache x-compute-request-id: req-97274c72-90c6-45a6-a365-2f771d61e546 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-97274c72-90c6-45a6-a365-2f771d61e546 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "3b41db40-069b-4dad-b438-8a1f021e0668", "name": "CinderUtilsQoSTests-124151a5-349d-4b80-97f0-163d90906791"}, "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/3b41db40-069b-4dad-b438-8a1f021e0668", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/qos-specs/3b41db40-069b-4dad-b438-8a1f021e0668", "rel": "bookmark"}]} 2018-10-04 13:51:36,381 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs used request id req-97274c72-90c6-45a6-a365-2f771d61e546 2018-10-04 13:51:36,385 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-97274c72-90c6-45a6-a365-2f771d61e546" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4be5e330e5aa91120685267ec7e37d0e54828971" 2018-10-04 13:51:36,563 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:36 GMT Server: Apache x-compute-request-id: req-8181f78b-a144-4a10-b78d-9084e503b3f4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8181f78b-a144-4a10-b78d-9084e503b3f4 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "3b41db40-069b-4dad-b438-8a1f021e0668", "name": "CinderUtilsQoSTests-124151a5-349d-4b80-97f0-163d90906791"}]} 2018-10-04 13:51:36,564 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs used request id req-8181f78b-a144-4a10-b78d-9084e503b3f4 2018-10-04 13:51:36,567 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/3b41db40-069b-4dad-b438-8a1f021e0668 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-97274c72-90c6-45a6-a365-2f771d61e546" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4be5e330e5aa91120685267ec7e37d0e54828971" 2018-10-04 13:51:36,840 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:36 GMT Server: Apache x-compute-request-id: req-bf101a32-b661-4351-a2a2-6a7b4cf524cf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bf101a32-b661-4351-a2a2-6a7b4cf524cf Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "3b41db40-069b-4dad-b438-8a1f021e0668", "name": "CinderUtilsQoSTests-124151a5-349d-4b80-97f0-163d90906791"}, "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/3b41db40-069b-4dad-b438-8a1f021e0668", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/qos-specs/3b41db40-069b-4dad-b438-8a1f021e0668", "rel": "bookmark"}]} 2018-10-04 13:51:36,840 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/3b41db40-069b-4dad-b438-8a1f021e0668 used request id req-bf101a32-b661-4351-a2a2-6a7b4cf524cf 2018-10-04 13:51:36,841 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-124151a5-349d-4b80-97f0-163d90906791 2018-10-04 13:51:36,844 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/3b41db40-069b-4dad-b438-8a1f021e0668?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-97274c72-90c6-45a6-a365-2f771d61e546" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4be5e330e5aa91120685267ec7e37d0e54828971" 2018-10-04 13:51:37,140 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:51:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-95a4afe0-f168-424c-ae82-98b1186247ce 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-10-04 13:51:37,141 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/3b41db40-069b-4dad-b438-8a1f021e0668?force=False used request id req-95a4afe0-f168-424c-ae82-98b1186247ce 2018-10-04 13:51:37,144 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:51:37,531 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:51:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["2F38Iq2FRjGgzhV3rvco6w"], "issued_at": "2018-10-04T13:51:37.000000Z"}} 2018-10-04 13:51:37,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b2790668d543ba786c2db38083ebb733992e123" 2018-10-04 13:51:37,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7717158-44f6-4af3-b474-956993f33e6a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:51:37,609 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c7717158-44f6-4af3-b474-956993f33e6a 2018-10-04 13:51:37,614 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b2790668d543ba786c2db38083ebb733992e123" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-2814804b-2e44-4de3-a42b-b366dec11af5", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-04 13:51:37,998 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:51:37 GMT Server: Apache x-compute-request-id: req-40490629-8608-48e7-876f-fdb4481af2b7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-40490629-8608-48e7-876f-fdb4481af2b7 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T13:51:37.885932", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-2814804b-2e44-4de3-a42b-b366dec11af5", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7f0fae36-58df-433b-87e1-56bd71ef482b", "size": 1}} 2018-10-04 13:51:37,998 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes used request id req-40490629-8608-48e7-876f-fdb4481af2b7 2018-10-04 13:51:38,001 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40490629-8608-48e7-876f-fdb4481af2b7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b2790668d543ba786c2db38083ebb733992e123" 2018-10-04 13:51:38,190 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:38 GMT Server: Apache x-compute-request-id: req-894c4aa3-302f-4d40-94e7-753ca5379d51 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-894c4aa3-302f-4d40-94e7-753ca5379d51 Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T13:51:38.000000", "replication_status": null, "snapshot_id": null, "id": "7f0fae36-58df-433b-87e1-56bd71ef482b", "size": 1, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "os-vol-tenant-attr:tenant_id": "93973d1238b2486385104382b3d557a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "creating", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-2814804b-2e44-4de3-a42b-b366dec11af5", "bootable": "false", "created_at": "2018-10-04T13:51:37.000000", "volume_type": null}} 2018-10-04 13:51:38,191 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b used request id req-894c4aa3-302f-4d40-94e7-753ca5379d51 2018-10-04 13:51:38,194 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40490629-8608-48e7-876f-fdb4481af2b7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b2790668d543ba786c2db38083ebb733992e123" 2018-10-04 13:51:38,404 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:38 GMT Server: Apache x-compute-request-id: req-88e9e88a-b5e5-4843-a2da-55346563667c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-88e9e88a-b5e5-4843-a2da-55346563667c Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T13:51:38.000000", "replication_status": null, "snapshot_id": null, "id": "7f0fae36-58df-433b-87e1-56bd71ef482b", "size": 1, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "os-vol-tenant-attr:tenant_id": "93973d1238b2486385104382b3d557a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "creating", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-2814804b-2e44-4de3-a42b-b366dec11af5", "bootable": "false", "created_at": "2018-10-04T13:51:37.000000", "volume_type": null}} 2018-10-04 13:51:38,404 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b used request id req-88e9e88a-b5e5-4843-a2da-55346563667c 2018-10-04 13:51:41,408 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40490629-8608-48e7-876f-fdb4481af2b7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b2790668d543ba786c2db38083ebb733992e123" 2018-10-04 13:51:41,553 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:41 GMT Server: Apache x-compute-request-id: req-9fe01a1d-3b82-46ed-b11a-c4f4f524bcad OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9fe01a1d-3b82-46ed-b11a-c4f4f524bcad Content-Encoding: gzip Content-Length: 515 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T13:51:38.000000", "replication_status": null, "snapshot_id": null, "id": "7f0fae36-58df-433b-87e1-56bd71ef482b", "size": 1, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "os-vol-tenant-attr:tenant_id": "93973d1238b2486385104382b3d557a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-2814804b-2e44-4de3-a42b-b366dec11af5", "bootable": "false", "created_at": "2018-10-04T13:51:37.000000", "volume_type": null}} 2018-10-04 13:51:41,553 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b used request id req-9fe01a1d-3b82-46ed-b11a-c4f4f524bcad 2018-10-04 13:51:41,556 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40490629-8608-48e7-876f-fdb4481af2b7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b2790668d543ba786c2db38083ebb733992e123" 2018-10-04 13:51:41,769 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:41 GMT Server: Apache x-compute-request-id: req-71b95fc7-869c-4220-8845-657602cdbd46 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-71b95fc7-869c-4220-8845-657602cdbd46 Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T13:51:38.000000", "replication_status": null, "snapshot_id": null, "id": "7f0fae36-58df-433b-87e1-56bd71ef482b", "size": 1, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "os-vol-tenant-attr:tenant_id": "93973d1238b2486385104382b3d557a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-2814804b-2e44-4de3-a42b-b366dec11af5", "bootable": "false", "created_at": "2018-10-04T13:51:37.000000", "volume_type": null}]} 2018-10-04 13:51:41,769 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/detail used request id req-71b95fc7-869c-4220-8845-657602cdbd46 2018-10-04 13:51:41,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:51:41,778 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:51:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:51:41,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b2790668d543ba786c2db38083ebb733992e123" 2018-10-04 13:51:41,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6805a3fc-209f-42ca-bf73-6240a19b90ea Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:51:41,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-6805a3fc-209f-42ca-bf73-6240a19b90ea 2018-10-04 13:51:41,877 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-2814804b-2e44-4de3-a42b-b366dec11af5 2018-10-04 13:51:41,880 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40490629-8608-48e7-876f-fdb4481af2b7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b2790668d543ba786c2db38083ebb733992e123" 2018-10-04 13:51:42,692 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:51:41 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a2f4f557-ed14-4856-b8cf-c140f03689a8 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-10-04 13:51:42,693 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b used request id req-a2f4f557-ed14-4856-b8cf-c140f03689a8 2018-10-04 13:51:42,696 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40490629-8608-48e7-876f-fdb4481af2b7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b2790668d543ba786c2db38083ebb733992e123" 2018-10-04 13:51:42,909 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:42 GMT Server: Apache x-compute-request-id: req-c5116376-1bdd-4632-a1ad-9a0ab57f3434 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c5116376-1bdd-4632-a1ad-9a0ab57f3434 Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T13:51:42.000000", "replication_status": null, "snapshot_id": null, "id": "7f0fae36-58df-433b-87e1-56bd71ef482b", "size": 1, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "os-vol-tenant-attr:tenant_id": "93973d1238b2486385104382b3d557a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "deleting", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-2814804b-2e44-4de3-a42b-b366dec11af5", "bootable": "false", "created_at": "2018-10-04T13:51:37.000000", "volume_type": null}} 2018-10-04 13:51:42,909 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b used request id req-c5116376-1bdd-4632-a1ad-9a0ab57f3434 2018-10-04 13:51:45,916 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40490629-8608-48e7-876f-fdb4481af2b7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b2790668d543ba786c2db38083ebb733992e123" 2018-10-04 13:51:45,954 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 13:51:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-e8a1ce0a-a253-41f2-8af7-638be4fe0615 x-openstack-request-id: req-e8a1ce0a-a253-41f2-8af7-638be4fe0615 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 7f0fae36-58df-433b-87e1-56bd71ef482b could not be found.", "code": 404}} 2018-10-04 13:51:45,954 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b used request id req-e8a1ce0a-a253-41f2-8af7-638be4fe0615 2018-10-04 13:51:45,957 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40490629-8608-48e7-876f-fdb4481af2b7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b2790668d543ba786c2db38083ebb733992e123" 2018-10-04 13:51:46,002 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:45 GMT Server: Apache x-compute-request-id: req-80e8d132-c8d4-45df-b6f3-d75708070b98 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-80e8d132-c8d4-45df-b6f3-d75708070b98 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-04 13:51:46,002 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/detail used request id req-80e8d132-c8d4-45df-b6f3-d75708070b98 2018-10-04 13:51:46,003 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-2814804b-2e44-4de3-a42b-b366dec11af5 2018-10-04 13:51:46,006 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40490629-8608-48e7-876f-fdb4481af2b7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b2790668d543ba786c2db38083ebb733992e123" 2018-10-04 13:51:46,210 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 13:51:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d2f3144b-d97c-4ac2-87f4-60413a31946f x-openstack-request-id: req-d2f3144b-d97c-4ac2-87f4-60413a31946f Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 7f0fae36-58df-433b-87e1-56bd71ef482b could not be found.", "code": 404}} 2018-10-04 13:51:46,210 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b used request id req-d2f3144b-d97c-4ac2-87f4-60413a31946f 2018-10-04 13:51:46,213 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40490629-8608-48e7-876f-fdb4481af2b7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b2790668d543ba786c2db38083ebb733992e123" 2018-10-04 13:51:46,409 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 13:51:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ef07da01-3af7-41ab-a64b-0ce60c87f0e1 x-openstack-request-id: req-ef07da01-3af7-41ab-a64b-0ce60c87f0e1 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 7f0fae36-58df-433b-87e1-56bd71ef482b could not be found.", "code": 404}} 2018-10-04 13:51:46,410 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/7f0fae36-58df-433b-87e1-56bd71ef482b used request id req-ef07da01-3af7-41ab-a64b-0ce60c87f0e1 2018-10-04 13:51:46,412 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:51:46,784 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:51:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["oGzZWiNCTT2TXmxCsYrfTw"], "issued_at": "2018-10-04T13:51:46.000000Z"}} 2018-10-04 13:51:46,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13afe491bcf3d34f7e1b2a1ea1e3c8d73059318" 2018-10-04 13:51:46,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67e699e3-9ba3-489d-bdde-1a0f5fd58746 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:51:46,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-67e699e3-9ba3-489d-bdde-1a0f5fd58746 2018-10-04 13:51:46,891 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13afe491bcf3d34f7e1b2a1ea1e3c8d73059318" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-3911138b-7c03-4ae8-8f1d-fc831c7f99d8", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-04 13:51:47,345 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:51:46 GMT Server: Apache x-compute-request-id: req-68d9eb70-97f1-417e-9c1a-a30ac3c5cf1f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-68d9eb70-97f1-417e-9c1a-a30ac3c5cf1f Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T13:51:47.243501", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-3911138b-7c03-4ae8-8f1d-fc831c7f99d8", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5", "size": 1}} 2018-10-04 13:51:47,346 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes used request id req-68d9eb70-97f1-417e-9c1a-a30ac3c5cf1f 2018-10-04 13:51:47,350 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-68d9eb70-97f1-417e-9c1a-a30ac3c5cf1f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13afe491bcf3d34f7e1b2a1ea1e3c8d73059318" 2018-10-04 13:51:47,557 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:47 GMT Server: Apache x-compute-request-id: req-e2f1f2c0-f68d-41a0-9190-2e1070dead80 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e2f1f2c0-f68d-41a0-9190-2e1070dead80 Content-Encoding: gzip Content-Length: 494 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": null, "encrypted": false, "updated_at": null, "replication_status": null, "snapshot_id": null, "id": "f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5", "size": 1, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "os-vol-tenant-attr:tenant_id": "93973d1238b2486385104382b3d557a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "creating", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-3911138b-7c03-4ae8-8f1d-fc831c7f99d8", "bootable": "false", "created_at": "2018-10-04T13:51:47.000000", "volume_type": null}} 2018-10-04 13:51:47,557 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5 used request id req-e2f1f2c0-f68d-41a0-9190-2e1070dead80 2018-10-04 13:51:47,560 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-68d9eb70-97f1-417e-9c1a-a30ac3c5cf1f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13afe491bcf3d34f7e1b2a1ea1e3c8d73059318" 2018-10-04 13:51:47,755 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:47 GMT Server: Apache x-compute-request-id: req-9c585ce2-0a7a-4b44-a242-b8989b5884af OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9c585ce2-0a7a-4b44-a242-b8989b5884af Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T13:51:47.000000", "replication_status": null, "snapshot_id": null, "id": "f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5", "size": 1, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "os-vol-tenant-attr:tenant_id": "93973d1238b2486385104382b3d557a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "creating", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-3911138b-7c03-4ae8-8f1d-fc831c7f99d8", "bootable": "false", "created_at": "2018-10-04T13:51:47.000000", "volume_type": null}} 2018-10-04 13:51:47,756 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5 used request id req-9c585ce2-0a7a-4b44-a242-b8989b5884af 2018-10-04 13:51:50,762 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-68d9eb70-97f1-417e-9c1a-a30ac3c5cf1f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13afe491bcf3d34f7e1b2a1ea1e3c8d73059318" 2018-10-04 13:51:50,816 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:50 GMT Server: Apache x-compute-request-id: req-1bbdaf3e-d61c-4d19-a46b-98f9a741653d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1bbdaf3e-d61c-4d19-a46b-98f9a741653d Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T13:51:47.000000", "replication_status": null, "snapshot_id": null, "id": "f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5", "size": 1, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "os-vol-tenant-attr:tenant_id": "93973d1238b2486385104382b3d557a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-3911138b-7c03-4ae8-8f1d-fc831c7f99d8", "bootable": "false", "created_at": "2018-10-04T13:51:47.000000", "volume_type": null}} 2018-10-04 13:51:50,816 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5 used request id req-1bbdaf3e-d61c-4d19-a46b-98f9a741653d 2018-10-04 13:51:50,820 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-68d9eb70-97f1-417e-9c1a-a30ac3c5cf1f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13afe491bcf3d34f7e1b2a1ea1e3c8d73059318" 2018-10-04 13:51:51,036 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:50 GMT Server: Apache x-compute-request-id: req-adfcbac3-2da0-4679-afb4-39a595fb5199 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-adfcbac3-2da0-4679-afb4-39a595fb5199 Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T13:51:47.000000", "replication_status": null, "snapshot_id": null, "id": "f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5", "size": 1, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "os-vol-tenant-attr:tenant_id": "93973d1238b2486385104382b3d557a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-3911138b-7c03-4ae8-8f1d-fc831c7f99d8", "bootable": "false", "created_at": "2018-10-04T13:51:47.000000", "volume_type": null}]} 2018-10-04 13:51:51,037 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/detail used request id req-adfcbac3-2da0-4679-afb4-39a595fb5199 2018-10-04 13:51:51,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:51:51,046 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:51:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:51:51,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13afe491bcf3d34f7e1b2a1ea1e3c8d73059318" 2018-10-04 13:51:51,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68a6888b-9d5e-4666-b852-1323cdc02681 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:51:51,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-68a6888b-9d5e-4666-b852-1323cdc02681 2018-10-04 13:51:51,135 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-3911138b-7c03-4ae8-8f1d-fc831c7f99d8 2018-10-04 13:51:51,138 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-68d9eb70-97f1-417e-9c1a-a30ac3c5cf1f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13afe491bcf3d34f7e1b2a1ea1e3c8d73059318" 2018-10-04 13:51:51,230 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:51:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fc6d37b4-c2a9-4b9b-bef4-c03366709424 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-10-04 13:51:51,230 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5 used request id req-fc6d37b4-c2a9-4b9b-bef4-c03366709424 2018-10-04 13:51:51,233 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-68d9eb70-97f1-417e-9c1a-a30ac3c5cf1f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13afe491bcf3d34f7e1b2a1ea1e3c8d73059318" 2018-10-04 13:51:51,429 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:51 GMT Server: Apache x-compute-request-id: req-7a6babee-03fd-4c13-bd0d-bfc4d82fe6d9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7a6babee-03fd-4c13-bd0d-bfc4d82fe6d9 Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/volumes/f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T13:51:51.000000", "replication_status": null, "snapshot_id": null, "id": "f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5", "size": 1, "user_id": "edcc1fa643e64948b9f2a6f4934de106", "os-vol-tenant-attr:tenant_id": "93973d1238b2486385104382b3d557a9", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "deleting", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-3911138b-7c03-4ae8-8f1d-fc831c7f99d8", "bootable": "false", "created_at": "2018-10-04T13:51:47.000000", "volume_type": null}} 2018-10-04 13:51:51,429 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5 used request id req-7a6babee-03fd-4c13-bd0d-bfc4d82fe6d9 2018-10-04 13:51:54,435 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-68d9eb70-97f1-417e-9c1a-a30ac3c5cf1f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13afe491bcf3d34f7e1b2a1ea1e3c8d73059318" 2018-10-04 13:51:54,631 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 13:51:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-1aa58f92-98e5-4b6e-b455-c002a26ea288 x-openstack-request-id: req-1aa58f92-98e5-4b6e-b455-c002a26ea288 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5 could not be found.", "code": 404}} 2018-10-04 13:51:54,632 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/volumes/f55e23a5-82ed-4ecf-ba0d-7ce04f8338b5 used request id req-1aa58f92-98e5-4b6e-b455-c002a26ea288 2018-10-04 13:51:54,634 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:51:55,022 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:51:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["eVB5-CASSpy-xxpNj30L8A"], "issued_at": "2018-10-04T13:51:55.000000Z"}} 2018-10-04 13:51:55,025 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}413ccab594af268932ee3426ca15ad8346c2ccb6" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-08b91834-4093-458e-8756-e51186e73665", "description": null}}' 2018-10-04 13:51:55,266 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:55 GMT Server: Apache x-compute-request-id: req-ee772cb1-de38-4bf2-9ded-47274e6d732e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ee772cb1-de38-4bf2-9ded-47274e6d732e Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-08b91834-4093-458e-8756-e51186e73665", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f1c8e0d8-bac1-49d6-9c95-6cf5e36aa72d", "description": null}} 2018-10-04 13:51:55,267 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types used request id req-ee772cb1-de38-4bf2-9ded-47274e6d732e 2018-10-04 13:51:55,271 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ee772cb1-de38-4bf2-9ded-47274e6d732e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}413ccab594af268932ee3426ca15ad8346c2ccb6" 2018-10-04 13:51:55,436 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:55 GMT Server: Apache x-compute-request-id: req-33aa15f5-05cd-437f-a1d2-60c15b8a6ae7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-33aa15f5-05cd-437f-a1d2-60c15b8a6ae7 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-08b91834-4093-458e-8756-e51186e73665", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f1c8e0d8-bac1-49d6-9c95-6cf5e36aa72d", "description": null}]} 2018-10-04 13:51:55,436 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types?is_public=None used request id req-33aa15f5-05cd-437f-a1d2-60c15b8a6ae7 2018-10-04 13:51:55,439 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/f1c8e0d8-bac1-49d6-9c95-6cf5e36aa72d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ee772cb1-de38-4bf2-9ded-47274e6d732e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}413ccab594af268932ee3426ca15ad8346c2ccb6" 2018-10-04 13:51:56,225 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:55 GMT Server: Apache x-compute-request-id: req-76700ccb-55ee-4773-bd75-7b7b4688daad OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-76700ccb-55ee-4773-bd75-7b7b4688daad Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-08b91834-4093-458e-8756-e51186e73665", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f1c8e0d8-bac1-49d6-9c95-6cf5e36aa72d", "description": null}} 2018-10-04 13:51:56,225 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/f1c8e0d8-bac1-49d6-9c95-6cf5e36aa72d used request id req-76700ccb-55ee-4773-bd75-7b7b4688daad 2018-10-04 13:51:56,228 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/f1c8e0d8-bac1-49d6-9c95-6cf5e36aa72d/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ee772cb1-de38-4bf2-9ded-47274e6d732e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}413ccab594af268932ee3426ca15ad8346c2ccb6" 2018-10-04 13:51:56,403 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:56 GMT Server: Apache x-compute-request-id: req-2e234ef0-d522-49a9-b3e5-db069a31f918 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2e234ef0-d522-49a9-b3e5-db069a31f918 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-04 13:51:56,403 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/f1c8e0d8-bac1-49d6-9c95-6cf5e36aa72d/encryption used request id req-2e234ef0-d522-49a9-b3e5-db069a31f918 2018-10-04 13:51:56,404 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-08b91834-4093-458e-8756-e51186e73665 2018-10-04 13:51:56,406 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/f1c8e0d8-bac1-49d6-9c95-6cf5e36aa72d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ee772cb1-de38-4bf2-9ded-47274e6d732e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}413ccab594af268932ee3426ca15ad8346c2ccb6" 2018-10-04 13:51:56,643 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:51:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0c620f09-2dc2-4973-bf94-2c6d8da05e92 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-10-04 13:51:56,643 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/f1c8e0d8-bac1-49d6-9c95-6cf5e36aa72d used request id req-0c620f09-2dc2-4973-bf94-2c6d8da05e92 2018-10-04 13:51:56,646 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/f1c8e0d8-bac1-49d6-9c95-6cf5e36aa72d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ee772cb1-de38-4bf2-9ded-47274e6d732e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}413ccab594af268932ee3426ca15ad8346c2ccb6" 2018-10-04 13:51:56,809 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 13:51:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-b9591e08-2fae-4c9f-8b38-981a35206eca x-openstack-request-id: req-b9591e08-2fae-4c9f-8b38-981a35206eca Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type f1c8e0d8-bac1-49d6-9c95-6cf5e36aa72d could not be found.", "code": 404}} 2018-10-04 13:51:56,809 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/f1c8e0d8-bac1-49d6-9c95-6cf5e36aa72d used request id req-b9591e08-2fae-4c9f-8b38-981a35206eca 2018-10-04 13:51:56,809 - cinder_utils - INFO - Volume with ID [f1c8e0d8-bac1-49d6-9c95-6cf5e36aa72d] does not exist 2018-10-04 13:51:56,809 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-08b91834-4093-458e-8756-e51186e73665 2018-10-04 13:51:56,812 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/f1c8e0d8-bac1-49d6-9c95-6cf5e36aa72d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ee772cb1-de38-4bf2-9ded-47274e6d732e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}413ccab594af268932ee3426ca15ad8346c2ccb6" 2018-10-04 13:51:56,833 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 13:51:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-b04d134f-4819-4aca-a4fc-96d04912638b x-openstack-request-id: req-b04d134f-4819-4aca-a4fc-96d04912638b Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type f1c8e0d8-bac1-49d6-9c95-6cf5e36aa72d could not be found.", "code": 404}} 2018-10-04 13:51:56,833 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/f1c8e0d8-bac1-49d6-9c95-6cf5e36aa72d used request id req-b04d134f-4819-4aca-a4fc-96d04912638b 2018-10-04 13:51:56,835 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:51:57,217 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:51:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["HMEwRlhrRbGBxWaOzSLpfQ"], "issued_at": "2018-10-04T13:51:57.000000Z"}} 2018-10-04 13:51:57,220 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe7d73d4cbeae74afad06de6dca08e0b7b9c7559" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-c13a51b2-df37-460e-928d-07037263096f", "description": null}}' 2018-10-04 13:51:57,437 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:57 GMT Server: Apache x-compute-request-id: req-700f5449-8b59-4ec3-b4e2-c8fc28d2027d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-700f5449-8b59-4ec3-b4e2-c8fc28d2027d Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-c13a51b2-df37-460e-928d-07037263096f", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "10410742-850c-4c4e-9436-f73ee77ddf62", "description": null}} 2018-10-04 13:51:57,437 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types used request id req-700f5449-8b59-4ec3-b4e2-c8fc28d2027d 2018-10-04 13:51:57,440 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-700f5449-8b59-4ec3-b4e2-c8fc28d2027d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe7d73d4cbeae74afad06de6dca08e0b7b9c7559" 2018-10-04 13:51:57,618 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:57 GMT Server: Apache x-compute-request-id: req-18dfe339-48af-4c70-b486-8fc1aaabab7b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-18dfe339-48af-4c70-b486-8fc1aaabab7b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-c13a51b2-df37-460e-928d-07037263096f", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "10410742-850c-4c4e-9436-f73ee77ddf62", "description": null}]} 2018-10-04 13:51:57,618 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types?is_public=None used request id req-18dfe339-48af-4c70-b486-8fc1aaabab7b 2018-10-04 13:51:57,622 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/10410742-850c-4c4e-9436-f73ee77ddf62 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-700f5449-8b59-4ec3-b4e2-c8fc28d2027d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe7d73d4cbeae74afad06de6dca08e0b7b9c7559" 2018-10-04 13:51:57,792 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:57 GMT Server: Apache x-compute-request-id: req-b9bf7ad0-8401-4247-a931-ff759baeb12b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b9bf7ad0-8401-4247-a931-ff759baeb12b Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-c13a51b2-df37-460e-928d-07037263096f", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "10410742-850c-4c4e-9436-f73ee77ddf62", "description": null}} 2018-10-04 13:51:57,793 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/10410742-850c-4c4e-9436-f73ee77ddf62 used request id req-b9bf7ad0-8401-4247-a931-ff759baeb12b 2018-10-04 13:51:57,796 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/10410742-850c-4c4e-9436-f73ee77ddf62/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-700f5449-8b59-4ec3-b4e2-c8fc28d2027d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe7d73d4cbeae74afad06de6dca08e0b7b9c7559" 2018-10-04 13:51:57,971 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:57 GMT Server: Apache x-compute-request-id: req-ac39aab8-9c96-4bbc-9695-4c1db504f72b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ac39aab8-9c96-4bbc-9695-4c1db504f72b Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-04 13:51:57,971 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/10410742-850c-4c4e-9436-f73ee77ddf62/encryption used request id req-ac39aab8-9c96-4bbc-9695-4c1db504f72b 2018-10-04 13:51:57,974 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/10410742-850c-4c4e-9436-f73ee77ddf62 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-700f5449-8b59-4ec3-b4e2-c8fc28d2027d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe7d73d4cbeae74afad06de6dca08e0b7b9c7559" 2018-10-04 13:51:58,164 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:57 GMT Server: Apache x-compute-request-id: req-0cbe6bca-eb6f-432d-b89a-826bbf0ce6d8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0cbe6bca-eb6f-432d-b89a-826bbf0ce6d8 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-c13a51b2-df37-460e-928d-07037263096f", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "10410742-850c-4c4e-9436-f73ee77ddf62", "description": null}} 2018-10-04 13:51:58,164 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/10410742-850c-4c4e-9436-f73ee77ddf62 used request id req-0cbe6bca-eb6f-432d-b89a-826bbf0ce6d8 2018-10-04 13:51:58,167 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/10410742-850c-4c4e-9436-f73ee77ddf62 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-700f5449-8b59-4ec3-b4e2-c8fc28d2027d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe7d73d4cbeae74afad06de6dca08e0b7b9c7559" 2018-10-04 13:51:58,188 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:58 GMT Server: Apache x-compute-request-id: req-ebbb8be5-2a4e-4fcb-bc21-81932a0162ff OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ebbb8be5-2a4e-4fcb-bc21-81932a0162ff Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-c13a51b2-df37-460e-928d-07037263096f", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "10410742-850c-4c4e-9436-f73ee77ddf62", "description": null}} 2018-10-04 13:51:58,188 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/10410742-850c-4c4e-9436-f73ee77ddf62 used request id req-ebbb8be5-2a4e-4fcb-bc21-81932a0162ff 2018-10-04 13:51:58,191 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/10410742-850c-4c4e-9436-f73ee77ddf62/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-700f5449-8b59-4ec3-b4e2-c8fc28d2027d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe7d73d4cbeae74afad06de6dca08e0b7b9c7559" 2018-10-04 13:51:58,916 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:58 GMT Server: Apache x-compute-request-id: req-8939855d-458b-458c-a0a6-d98dcfd44146 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8939855d-458b-458c-a0a6-d98dcfd44146 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-04 13:51:58,916 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/10410742-850c-4c4e-9436-f73ee77ddf62/encryption used request id req-8939855d-458b-458c-a0a6-d98dcfd44146 2018-10-04 13:51:58,917 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-c13a51b2-df37-460e-928d-07037263096f 2018-10-04 13:51:58,919 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/10410742-850c-4c4e-9436-f73ee77ddf62 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-700f5449-8b59-4ec3-b4e2-c8fc28d2027d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe7d73d4cbeae74afad06de6dca08e0b7b9c7559" 2018-10-04 13:51:59,135 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:51:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-200a9eb2-6942-4a17-9a9d-c58e9068a912 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-10-04 13:51:59,135 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/10410742-850c-4c4e-9436-f73ee77ddf62 used request id req-200a9eb2-6942-4a17-9a9d-c58e9068a912 2018-10-04 13:51:59,138 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:51:59,511 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:51:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["80z-D6iLS7-BR67h29xM-A"], "issued_at": "2018-10-04T13:51:59.000000Z"}} 2018-10-04 13:51:59,514 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b42f6f0b1048bab8967340c7ebbd94ff34a34386" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-4d7bbe90-c40f-403c-9e00-891ee02cd37e-type", "description": null}}' 2018-10-04 13:51:59,712 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:51:59 GMT Server: Apache x-compute-request-id: req-e30888cb-60ef-44dd-b6b8-46f5b61ba958 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e30888cb-60ef-44dd-b6b8-46f5b61ba958 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-4d7bbe90-c40f-403c-9e00-891ee02cd37e-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7c6c6a99-2740-4acc-b990-8bdaac76f8e2", "description": null}} 2018-10-04 13:51:59,712 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types used request id req-e30888cb-60ef-44dd-b6b8-46f5b61ba958 2018-10-04 13:51:59,716 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/7c6c6a99-2740-4acc-b990-8bdaac76f8e2/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e30888cb-60ef-44dd-b6b8-46f5b61ba958" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b42f6f0b1048bab8967340c7ebbd94ff34a34386" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-4d7bbe90-c40f-403c-9e00-891ee02cd37e", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-10-04 13:51:59,917 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Thu, 04 Oct 2018 13:51:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-265ded44-f909-4963-868b-2b0135d6714a x-openstack-request-id: req-265ded44-f909-4963-868b-2b0135d6714a Content-Length: 65 Content-Type: application/json RESP BODY: {"badRequest": {"message": "key_size must be >= 0", "code": 400}} 2018-10-04 13:51:59,917 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/7c6c6a99-2740-4acc-b990-8bdaac76f8e2/encryption used request id req-265ded44-f909-4963-868b-2b0135d6714a 2018-10-04 13:51:59,918 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-4d7bbe90-c40f-403c-9e00-891ee02cd37e-type 2018-10-04 13:51:59,921 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/7c6c6a99-2740-4acc-b990-8bdaac76f8e2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e30888cb-60ef-44dd-b6b8-46f5b61ba958" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b42f6f0b1048bab8967340c7ebbd94ff34a34386" 2018-10-04 13:52:00,116 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:51:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-18d57044-2e40-4351-b42e-69523478299b 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-10-04 13:52:00,116 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/7c6c6a99-2740-4acc-b990-8bdaac76f8e2 used request id req-18d57044-2e40-4351-b42e-69523478299b 2018-10-04 13:52:00,119 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:52:00,499 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:52:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["XCffEbEKRsWhq05Ry7UY7Q"], "issued_at": "2018-10-04T13:52:00.000000Z"}} 2018-10-04 13:52:00,502 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c09f000df719dd92b1d1ad53357085aca07f075c" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-918357f9-ae66-402d-b9a8-d094b165aeb0-type", "description": null}}' 2018-10-04 13:52:00,700 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:00 GMT Server: Apache x-compute-request-id: req-f1c57e96-25f3-4116-947b-5059015ac4be OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f1c57e96-25f3-4116-947b-5059015ac4be Content-Encoding: gzip Content-Length: 200 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-918357f9-ae66-402d-b9a8-d094b165aeb0-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a67f1277-ed92-4476-858a-6bb9d025c54b", "description": null}} 2018-10-04 13:52:00,700 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types used request id req-f1c57e96-25f3-4116-947b-5059015ac4be 2018-10-04 13:52:00,705 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a67f1277-ed92-4476-858a-6bb9d025c54b/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f1c57e96-25f3-4116-947b-5059015ac4be" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c09f000df719dd92b1d1ad53357085aca07f075c" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-918357f9-ae66-402d-b9a8-d094b165aeb0", "provider": "LuksEncryptor"}}' 2018-10-04 13:52:00,906 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:00 GMT Server: Apache x-compute-request-id: req-5d761766-8834-43c0-b874-264652e9a7d4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5d761766-8834-43c0-b874-264652e9a7d4 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "a67f1277-ed92-4476-858a-6bb9d025c54b", "name": "CinderUtilsAddEncryptionTests-918357f9-ae66-402d-b9a8-d094b165aeb0", "control_location": "back-end", "encryption_id": "1ce82c44-2eba-4543-8afd-6f16d9616ed3", "provider": "LuksEncryptor", "provider_class": "LuksEncryptor"}} 2018-10-04 13:52:00,906 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a67f1277-ed92-4476-858a-6bb9d025c54b/encryption used request id req-5d761766-8834-43c0-b874-264652e9a7d4 2018-10-04 13:52:00,910 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a67f1277-ed92-4476-858a-6bb9d025c54b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1c57e96-25f3-4116-947b-5059015ac4be" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c09f000df719dd92b1d1ad53357085aca07f075c" 2018-10-04 13:52:01,072 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:00 GMT Server: Apache x-compute-request-id: req-2ad10956-de49-4dab-8cf6-02f996445cd7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2ad10956-de49-4dab-8cf6-02f996445cd7 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-918357f9-ae66-402d-b9a8-d094b165aeb0-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a67f1277-ed92-4476-858a-6bb9d025c54b", "description": null}} 2018-10-04 13:52:01,072 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a67f1277-ed92-4476-858a-6bb9d025c54b used request id req-2ad10956-de49-4dab-8cf6-02f996445cd7 2018-10-04 13:52:01,075 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a67f1277-ed92-4476-858a-6bb9d025c54b/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1c57e96-25f3-4116-947b-5059015ac4be" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c09f000df719dd92b1d1ad53357085aca07f075c" 2018-10-04 13:52:01,251 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:01 GMT Server: Apache x-compute-request-id: req-32a439d5-b016-4fcc-9315-8a8581f60ec9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-32a439d5-b016-4fcc-9315-8a8581f60ec9 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"volume_type_id": "a67f1277-ed92-4476-858a-6bb9d025c54b", "control_location": "back-end", "deleted": false, "created_at": "2018-10-04T13:52:00.000000", "updated_at": null, "encryption_id": "1ce82c44-2eba-4543-8afd-6f16d9616ed3", "key_size": null, "provider": "LuksEncryptor", "deleted_at": null, "cipher": null} 2018-10-04 13:52:01,252 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a67f1277-ed92-4476-858a-6bb9d025c54b/encryption used request id req-32a439d5-b016-4fcc-9315-8a8581f60ec9 2018-10-04 13:52:01,252 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-918357f9-ae66-402d-b9a8-d094b165aeb0-type 2018-10-04 13:52:01,255 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a67f1277-ed92-4476-858a-6bb9d025c54b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1c57e96-25f3-4116-947b-5059015ac4be" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c09f000df719dd92b1d1ad53357085aca07f075c" 2018-10-04 13:52:01,421 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:01 GMT Server: Apache x-compute-request-id: req-e67df8ed-2137-47af-a608-f513d4f305b0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e67df8ed-2137-47af-a608-f513d4f305b0 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-918357f9-ae66-402d-b9a8-d094b165aeb0-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a67f1277-ed92-4476-858a-6bb9d025c54b", "description": null}} 2018-10-04 13:52:01,421 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a67f1277-ed92-4476-858a-6bb9d025c54b used request id req-e67df8ed-2137-47af-a608-f513d4f305b0 2018-10-04 13:52:01,424 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a67f1277-ed92-4476-858a-6bb9d025c54b/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1c57e96-25f3-4116-947b-5059015ac4be" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c09f000df719dd92b1d1ad53357085aca07f075c" 2018-10-04 13:52:01,604 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:52:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f23ae4e7-0158-499f-82ff-450ded216c88 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-10-04 13:52:01,604 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a67f1277-ed92-4476-858a-6bb9d025c54b/encryption/provider used request id req-f23ae4e7-0158-499f-82ff-450ded216c88 2018-10-04 13:52:01,607 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a67f1277-ed92-4476-858a-6bb9d025c54b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1c57e96-25f3-4116-947b-5059015ac4be" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c09f000df719dd92b1d1ad53357085aca07f075c" 2018-10-04 13:52:01,854 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:01 GMT Server: Apache x-compute-request-id: req-8fd54fdc-a4df-4d74-b8e0-15568c23ae34 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8fd54fdc-a4df-4d74-b8e0-15568c23ae34 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-918357f9-ae66-402d-b9a8-d094b165aeb0-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a67f1277-ed92-4476-858a-6bb9d025c54b", "description": null}} 2018-10-04 13:52:01,854 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a67f1277-ed92-4476-858a-6bb9d025c54b used request id req-8fd54fdc-a4df-4d74-b8e0-15568c23ae34 2018-10-04 13:52:01,857 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a67f1277-ed92-4476-858a-6bb9d025c54b/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1c57e96-25f3-4116-947b-5059015ac4be" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c09f000df719dd92b1d1ad53357085aca07f075c" 2018-10-04 13:52:02,032 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:01 GMT Server: Apache x-compute-request-id: req-0dc24f11-a36d-4b15-9cef-eea87967adf8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0dc24f11-a36d-4b15-9cef-eea87967adf8 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-04 13:52:02,032 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a67f1277-ed92-4476-858a-6bb9d025c54b/encryption used request id req-0dc24f11-a36d-4b15-9cef-eea87967adf8 2018-10-04 13:52:02,032 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-918357f9-ae66-402d-b9a8-d094b165aeb0-type 2018-10-04 13:52:02,035 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a67f1277-ed92-4476-858a-6bb9d025c54b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1c57e96-25f3-4116-947b-5059015ac4be" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c09f000df719dd92b1d1ad53357085aca07f075c" 2018-10-04 13:52:02,200 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:02 GMT Server: Apache x-compute-request-id: req-5b51a80e-ad0f-4fbe-b898-d7e13e487686 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5b51a80e-ad0f-4fbe-b898-d7e13e487686 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-918357f9-ae66-402d-b9a8-d094b165aeb0-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a67f1277-ed92-4476-858a-6bb9d025c54b", "description": null}} 2018-10-04 13:52:02,200 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a67f1277-ed92-4476-858a-6bb9d025c54b used request id req-5b51a80e-ad0f-4fbe-b898-d7e13e487686 2018-10-04 13:52:02,203 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a67f1277-ed92-4476-858a-6bb9d025c54b/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1c57e96-25f3-4116-947b-5059015ac4be" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c09f000df719dd92b1d1ad53357085aca07f075c" 2018-10-04 13:52:02,236 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 13:52:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-23fae421-69db-403c-aa4c-dd6c31dedce6 x-openstack-request-id: req-23fae421-69db-403c-aa4c-dd6c31dedce6 Content-Length: 130 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type encryption for type a67f1277-ed92-4476-858a-6bb9d025c54b does not exist.", "code": 404}} 2018-10-04 13:52:02,236 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a67f1277-ed92-4476-858a-6bb9d025c54b/encryption/provider used request id req-23fae421-69db-403c-aa4c-dd6c31dedce6 2018-10-04 13:52:02,237 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-918357f9-ae66-402d-b9a8-d094b165aeb0-type 2018-10-04 13:52:02,240 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a67f1277-ed92-4476-858a-6bb9d025c54b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1c57e96-25f3-4116-947b-5059015ac4be" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c09f000df719dd92b1d1ad53357085aca07f075c" 2018-10-04 13:52:02,445 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:52:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-82e2e34e-e56d-409e-b337-e81fba774aaf 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-10-04 13:52:02,445 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a67f1277-ed92-4476-858a-6bb9d025c54b used request id req-82e2e34e-e56d-409e-b337-e81fba774aaf 2018-10-04 13:52:02,448 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:52:02,831 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:52:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["-BodIoGQTzGWSIprpAt-hA"], "issued_at": "2018-10-04T13:52:02.000000Z"}} 2018-10-04 13:52:02,834 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b705c3a6c202142bc6c6c6662d96d32c876e22ad" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-5c915a05-4327-40ec-9000-098a1900b16f-type", "description": null}}' 2018-10-04 13:52:03,048 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:02 GMT Server: Apache x-compute-request-id: req-6dc7faf7-267b-4949-8b1d-286f1003f3b1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6dc7faf7-267b-4949-8b1d-286f1003f3b1 Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-5c915a05-4327-40ec-9000-098a1900b16f-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "94206da7-bd7a-4c37-92e0-7c5306329264", "description": null}} 2018-10-04 13:52:03,049 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types used request id req-6dc7faf7-267b-4949-8b1d-286f1003f3b1 2018-10-04 13:52:03,052 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/94206da7-bd7a-4c37-92e0-7c5306329264/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6dc7faf7-267b-4949-8b1d-286f1003f3b1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b705c3a6c202142bc6c6c6662d96d32c876e22ad" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-5c915a05-4327-40ec-9000-098a1900b16f", "provider": "foo"}}' 2018-10-04 13:52:03,254 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:03 GMT Server: Apache x-compute-request-id: req-7af4403d-7b23-4497-bc1b-8097adb2ce34 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7af4403d-7b23-4497-bc1b-8097adb2ce34 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "94206da7-bd7a-4c37-92e0-7c5306329264", "name": "CinderUtilsAddEncryptionTests-5c915a05-4327-40ec-9000-098a1900b16f", "control_location": "front-end", "encryption_id": "fc051ddd-ad9c-4dc8-97d5-4a9cf51c794c", "provider": "foo", "provider_class": "foo"}} 2018-10-04 13:52:03,254 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/94206da7-bd7a-4c37-92e0-7c5306329264/encryption used request id req-7af4403d-7b23-4497-bc1b-8097adb2ce34 2018-10-04 13:52:03,257 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/94206da7-bd7a-4c37-92e0-7c5306329264 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6dc7faf7-267b-4949-8b1d-286f1003f3b1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b705c3a6c202142bc6c6c6662d96d32c876e22ad" 2018-10-04 13:52:03,429 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:03 GMT Server: Apache x-compute-request-id: req-f54934cb-2c0f-422a-8fab-628b36fe0dd0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f54934cb-2c0f-422a-8fab-628b36fe0dd0 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-5c915a05-4327-40ec-9000-098a1900b16f-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "94206da7-bd7a-4c37-92e0-7c5306329264", "description": null}} 2018-10-04 13:52:03,429 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/94206da7-bd7a-4c37-92e0-7c5306329264 used request id req-f54934cb-2c0f-422a-8fab-628b36fe0dd0 2018-10-04 13:52:03,433 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/94206da7-bd7a-4c37-92e0-7c5306329264/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6dc7faf7-267b-4949-8b1d-286f1003f3b1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b705c3a6c202142bc6c6c6662d96d32c876e22ad" 2018-10-04 13:52:03,706 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:03 GMT Server: Apache x-compute-request-id: req-afae80df-5bbe-4552-a1d3-7c9d236f7480 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-afae80df-5bbe-4552-a1d3-7c9d236f7480 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"volume_type_id": "94206da7-bd7a-4c37-92e0-7c5306329264", "control_location": "front-end", "deleted": false, "created_at": "2018-10-04T13:52:03.000000", "updated_at": null, "encryption_id": "fc051ddd-ad9c-4dc8-97d5-4a9cf51c794c", "key_size": null, "provider": "foo", "deleted_at": null, "cipher": null} 2018-10-04 13:52:03,707 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/94206da7-bd7a-4c37-92e0-7c5306329264/encryption used request id req-afae80df-5bbe-4552-a1d3-7c9d236f7480 2018-10-04 13:52:03,707 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-5c915a05-4327-40ec-9000-098a1900b16f-type 2018-10-04 13:52:03,710 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/94206da7-bd7a-4c37-92e0-7c5306329264 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6dc7faf7-267b-4949-8b1d-286f1003f3b1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b705c3a6c202142bc6c6c6662d96d32c876e22ad" 2018-10-04 13:52:03,871 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:03 GMT Server: Apache x-compute-request-id: req-2736b8c5-a516-4d32-897c-d37d5c64f84d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2736b8c5-a516-4d32-897c-d37d5c64f84d Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-5c915a05-4327-40ec-9000-098a1900b16f-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "94206da7-bd7a-4c37-92e0-7c5306329264", "description": null}} 2018-10-04 13:52:03,871 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/94206da7-bd7a-4c37-92e0-7c5306329264 used request id req-2736b8c5-a516-4d32-897c-d37d5c64f84d 2018-10-04 13:52:03,874 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/94206da7-bd7a-4c37-92e0-7c5306329264/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6dc7faf7-267b-4949-8b1d-286f1003f3b1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b705c3a6c202142bc6c6c6662d96d32c876e22ad" 2018-10-04 13:52:04,071 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:52:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8c42b5ed-2b0d-46d8-8ed5-df3cf218d10f 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-10-04 13:52:04,072 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/94206da7-bd7a-4c37-92e0-7c5306329264/encryption/provider used request id req-8c42b5ed-2b0d-46d8-8ed5-df3cf218d10f 2018-10-04 13:52:04,072 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-5c915a05-4327-40ec-9000-098a1900b16f-type 2018-10-04 13:52:04,075 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/94206da7-bd7a-4c37-92e0-7c5306329264 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6dc7faf7-267b-4949-8b1d-286f1003f3b1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b705c3a6c202142bc6c6c6662d96d32c876e22ad" 2018-10-04 13:52:04,294 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:52:04 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d20a544d-ff90-4aca-a47f-ed0c5345eb2a 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-10-04 13:52:04,295 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/94206da7-bd7a-4c37-92e0-7c5306329264 used request id req-d20a544d-ff90-4aca-a47f-ed0c5345eb2a 2018-10-04 13:52:04,297 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:52:04,666 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:52:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["DQ1yDMRqRoOCkF0Hau46RQ"], "issued_at": "2018-10-04T13:52:04.000000Z"}} 2018-10-04 13:52:04,669 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05b93c58efe12cbc073c3e2ed43b7f445ece780b" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-2946def6-6d3c-44f8-b1a6-ceb7aa45097d-type", "description": null}}' 2018-10-04 13:52:04,867 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:04 GMT Server: Apache x-compute-request-id: req-b2d075cd-01e0-4e13-8f19-968beac55d5f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b2d075cd-01e0-4e13-8f19-968beac55d5f Content-Encoding: gzip Content-Length: 200 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-2946def6-6d3c-44f8-b1a6-ceb7aa45097d-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1006a22e-53df-4944-82a6-8451249380f8", "description": null}} 2018-10-04 13:52:04,867 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types used request id req-b2d075cd-01e0-4e13-8f19-968beac55d5f 2018-10-04 13:52:04,871 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/1006a22e-53df-4944-82a6-8451249380f8/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b2d075cd-01e0-4e13-8f19-968beac55d5f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05b93c58efe12cbc073c3e2ed43b7f445ece780b" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-2946def6-6d3c-44f8-b1a6-ceb7aa45097d", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-10-04 13:52:05,080 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:04 GMT Server: Apache x-compute-request-id: req-4dce1215-90bb-46eb-88c7-7074cd7c82b9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4dce1215-90bb-46eb-88c7-7074cd7c82b9 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "1006a22e-53df-4944-82a6-8451249380f8", "name": "CinderUtilsAddEncryptionTests-2946def6-6d3c-44f8-b1a6-ceb7aa45097d", "control_location": "back-end", "encryption_id": "f9ca7002-c7b4-40e6-916e-da41c65b889b", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}} 2018-10-04 13:52:05,081 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/1006a22e-53df-4944-82a6-8451249380f8/encryption used request id req-4dce1215-90bb-46eb-88c7-7074cd7c82b9 2018-10-04 13:52:05,084 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/1006a22e-53df-4944-82a6-8451249380f8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b2d075cd-01e0-4e13-8f19-968beac55d5f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05b93c58efe12cbc073c3e2ed43b7f445ece780b" 2018-10-04 13:52:05,265 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:05 GMT Server: Apache x-compute-request-id: req-7963d912-73e5-4162-b177-9aa8ad3e4479 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7963d912-73e5-4162-b177-9aa8ad3e4479 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-2946def6-6d3c-44f8-b1a6-ceb7aa45097d-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1006a22e-53df-4944-82a6-8451249380f8", "description": null}} 2018-10-04 13:52:05,265 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/1006a22e-53df-4944-82a6-8451249380f8 used request id req-7963d912-73e5-4162-b177-9aa8ad3e4479 2018-10-04 13:52:05,268 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/1006a22e-53df-4944-82a6-8451249380f8/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b2d075cd-01e0-4e13-8f19-968beac55d5f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05b93c58efe12cbc073c3e2ed43b7f445ece780b" 2018-10-04 13:52:06,155 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:05 GMT Server: Apache x-compute-request-id: req-41e52654-7839-49cb-a3e0-9c00e5d5ac21 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-41e52654-7839-49cb-a3e0-9c00e5d5ac21 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"volume_type_id": "1006a22e-53df-4944-82a6-8451249380f8", "control_location": "back-end", "deleted": false, "created_at": "2018-10-04T13:52:05.000000", "updated_at": null, "encryption_id": "f9ca7002-c7b4-40e6-916e-da41c65b889b", "key_size": 1, "provider": "foo", "deleted_at": null, "cipher": "bar"} 2018-10-04 13:52:06,155 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/1006a22e-53df-4944-82a6-8451249380f8/encryption used request id req-41e52654-7839-49cb-a3e0-9c00e5d5ac21 2018-10-04 13:52:06,155 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-2946def6-6d3c-44f8-b1a6-ceb7aa45097d-type 2018-10-04 13:52:06,158 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/1006a22e-53df-4944-82a6-8451249380f8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b2d075cd-01e0-4e13-8f19-968beac55d5f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05b93c58efe12cbc073c3e2ed43b7f445ece780b" 2018-10-04 13:52:06,330 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:06 GMT Server: Apache x-compute-request-id: req-1731dff9-d005-4b47-b29d-71ca53f26efd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1731dff9-d005-4b47-b29d-71ca53f26efd Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-2946def6-6d3c-44f8-b1a6-ceb7aa45097d-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1006a22e-53df-4944-82a6-8451249380f8", "description": null}} 2018-10-04 13:52:06,330 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/1006a22e-53df-4944-82a6-8451249380f8 used request id req-1731dff9-d005-4b47-b29d-71ca53f26efd 2018-10-04 13:52:06,333 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/1006a22e-53df-4944-82a6-8451249380f8/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b2d075cd-01e0-4e13-8f19-968beac55d5f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05b93c58efe12cbc073c3e2ed43b7f445ece780b" 2018-10-04 13:52:06,532 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:52:06 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6380f193-cdef-4548-a933-2ed30a6e2fcf 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-10-04 13:52:06,533 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/1006a22e-53df-4944-82a6-8451249380f8/encryption/provider used request id req-6380f193-cdef-4548-a933-2ed30a6e2fcf 2018-10-04 13:52:06,533 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-2946def6-6d3c-44f8-b1a6-ceb7aa45097d-type 2018-10-04 13:52:06,536 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/1006a22e-53df-4944-82a6-8451249380f8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b2d075cd-01e0-4e13-8f19-968beac55d5f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05b93c58efe12cbc073c3e2ed43b7f445ece780b" 2018-10-04 13:52:06,755 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:52:06 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-45880bc0-79e2-4acb-a822-9701f71691ac 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-10-04 13:52:06,756 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/1006a22e-53df-4944-82a6-8451249380f8 used request id req-45880bc0-79e2-4acb-a822-9701f71691ac 2018-10-04 13:52:06,758 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:52:07,152 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:52:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["U48oKl3fTGWfIPGQYknPiQ"], "issued_at": "2018-10-04T13:52:07.000000Z"}} 2018-10-04 13:52:07,156 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}122b61c723aeadca4a763228a195bfd5d412d420" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-6ac96256-ddd8-4c4e-ad1a-a4c6290d4ca1-qos"}}' 2018-10-04 13:52:07,361 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:07 GMT Server: Apache x-compute-request-id: req-fea019b1-9ac3-41c3-a444-24e427948db4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fea019b1-9ac3-41c3-a444-24e427948db4 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "414dda88-0615-42f7-933c-c78a299ab5c3", "name": "CinderUtilsVolumeTypeCompleteTests-6ac96256-ddd8-4c4e-ad1a-a4c6290d4ca1-qos"}, "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/414dda88-0615-42f7-933c-c78a299ab5c3", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/qos-specs/414dda88-0615-42f7-933c-c78a299ab5c3", "rel": "bookmark"}]} 2018-10-04 13:52:07,362 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs used request id req-fea019b1-9ac3-41c3-a444-24e427948db4 2018-10-04 13:52:07,365 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fea019b1-9ac3-41c3-a444-24e427948db4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}122b61c723aeadca4a763228a195bfd5d412d420" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-6ac96256-ddd8-4c4e-ad1a-a4c6290d4ca1", "description": null}}' 2018-10-04 13:52:07,678 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:07 GMT Server: Apache x-compute-request-id: req-53f6b7b6-e969-4ac4-b3af-d0ce62464497 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-53f6b7b6-e969-4ac4-b3af-d0ce62464497 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-6ac96256-ddd8-4c4e-ad1a-a4c6290d4ca1", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "58271db5-9cc8-420d-b451-6f14b0bb0fb5", "description": null}} 2018-10-04 13:52:07,678 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types used request id req-53f6b7b6-e969-4ac4-b3af-d0ce62464497 2018-10-04 13:52:07,681 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/58271db5-9cc8-420d-b451-6f14b0bb0fb5/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fea019b1-9ac3-41c3-a444-24e427948db4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}122b61c723aeadca4a763228a195bfd5d412d420" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-10-04 13:52:07,906 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:07 GMT Server: Apache x-compute-request-id: req-a906146c-603e-4d04-9477-c704918c7ae7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a906146c-603e-4d04-9477-c704918c7ae7 Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "58271db5-9cc8-420d-b451-6f14b0bb0fb5", "name": "foo", "control_location": "back-end", "encryption_id": "d9b79172-a50f-4415-bbba-cfedd49c2d03", "provider": "bar", "provider_class": "bar"}} 2018-10-04 13:52:07,906 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/58271db5-9cc8-420d-b451-6f14b0bb0fb5/encryption used request id req-a906146c-603e-4d04-9477-c704918c7ae7 2018-10-04 13:52:07,910 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/58271db5-9cc8-420d-b451-6f14b0bb0fb5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fea019b1-9ac3-41c3-a444-24e427948db4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}122b61c723aeadca4a763228a195bfd5d412d420" 2018-10-04 13:52:08,086 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:07 GMT Server: Apache x-compute-request-id: req-a9890fcd-f347-46bf-85b1-a67c8349e945 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a9890fcd-f347-46bf-85b1-a67c8349e945 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-6ac96256-ddd8-4c4e-ad1a-a4c6290d4ca1", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "58271db5-9cc8-420d-b451-6f14b0bb0fb5", "description": null}} 2018-10-04 13:52:08,086 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/58271db5-9cc8-420d-b451-6f14b0bb0fb5 used request id req-a9890fcd-f347-46bf-85b1-a67c8349e945 2018-10-04 13:52:08,089 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/58271db5-9cc8-420d-b451-6f14b0bb0fb5/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fea019b1-9ac3-41c3-a444-24e427948db4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}122b61c723aeadca4a763228a195bfd5d412d420" 2018-10-04 13:52:08,112 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:08 GMT Server: Apache x-compute-request-id: req-dd186c7d-bc6f-4a05-b15a-e7b0e73c092f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dd186c7d-bc6f-4a05-b15a-e7b0e73c092f Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"volume_type_id": "58271db5-9cc8-420d-b451-6f14b0bb0fb5", "control_location": "back-end", "deleted": false, "created_at": "2018-10-04T13:52:07.000000", "updated_at": null, "encryption_id": "d9b79172-a50f-4415-bbba-cfedd49c2d03", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-10-04 13:52:08,112 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/58271db5-9cc8-420d-b451-6f14b0bb0fb5/encryption used request id req-dd186c7d-bc6f-4a05-b15a-e7b0e73c092f 2018-10-04 13:52:08,112 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-6ac96256-ddd8-4c4e-ad1a-a4c6290d4ca1 2018-10-04 13:52:08,115 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/58271db5-9cc8-420d-b451-6f14b0bb0fb5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fea019b1-9ac3-41c3-a444-24e427948db4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}122b61c723aeadca4a763228a195bfd5d412d420" 2018-10-04 13:52:08,271 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:08 GMT Server: Apache x-compute-request-id: req-7c7b5049-04a9-4e0b-b98a-bcd5241e9586 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7c7b5049-04a9-4e0b-b98a-bcd5241e9586 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-6ac96256-ddd8-4c4e-ad1a-a4c6290d4ca1", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "58271db5-9cc8-420d-b451-6f14b0bb0fb5", "description": null}} 2018-10-04 13:52:08,271 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/58271db5-9cc8-420d-b451-6f14b0bb0fb5 used request id req-7c7b5049-04a9-4e0b-b98a-bcd5241e9586 2018-10-04 13:52:08,275 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/58271db5-9cc8-420d-b451-6f14b0bb0fb5/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fea019b1-9ac3-41c3-a444-24e427948db4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}122b61c723aeadca4a763228a195bfd5d412d420" 2018-10-04 13:52:08,317 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:52:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-48ab741d-3fd2-4a7b-9c14-3378f2dca6d7 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-10-04 13:52:08,317 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/58271db5-9cc8-420d-b451-6f14b0bb0fb5/encryption/provider used request id req-48ab741d-3fd2-4a7b-9c14-3378f2dca6d7 2018-10-04 13:52:08,317 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-6ac96256-ddd8-4c4e-ad1a-a4c6290d4ca1 2018-10-04 13:52:08,320 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/58271db5-9cc8-420d-b451-6f14b0bb0fb5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fea019b1-9ac3-41c3-a444-24e427948db4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}122b61c723aeadca4a763228a195bfd5d412d420" 2018-10-04 13:52:08,534 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:52:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-781fb7e4-a7a3-4c14-96c5-19b5a6b0eca8 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-10-04 13:52:08,534 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/58271db5-9cc8-420d-b451-6f14b0bb0fb5 used request id req-781fb7e4-a7a3-4c14-96c5-19b5a6b0eca8 2018-10-04 13:52:08,535 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-6ac96256-ddd8-4c4e-ad1a-a4c6290d4ca1-qos 2018-10-04 13:52:08,538 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/414dda88-0615-42f7-933c-c78a299ab5c3?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fea019b1-9ac3-41c3-a444-24e427948db4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}122b61c723aeadca4a763228a195bfd5d412d420" 2018-10-04 13:52:08,750 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:52:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ce767ba4-911c-49f6-8b0d-801b97ca321f 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-10-04 13:52:08,751 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/414dda88-0615-42f7-933c-c78a299ab5c3?force=False used request id req-ce767ba4-911c-49f6-8b0d-801b97ca321f 2018-10-04 13:52:08,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:52:09,133 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:52:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["V8Vvvg-hTWKP39Xxo7h-hw"], "issued_at": "2018-10-04T13:52:09.000000Z"}} 2018-10-04 13:52:09,136 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}016b3cecf8fa3333558f09ccacb90cdaafbaad2e" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-cf1ea9c3-b17e-42f5-80a5-40ba1cd93b4d-qos"}}' 2018-10-04 13:52:09,337 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:09 GMT Server: Apache x-compute-request-id: req-e30e8d96-d321-43ea-bd72-c6f54a9288c5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e30e8d96-d321-43ea-bd72-c6f54a9288c5 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "7952f71f-282b-4844-87f8-423ac039ae06", "name": "CinderUtilsVolumeTypeCompleteTests-cf1ea9c3-b17e-42f5-80a5-40ba1cd93b4d-qos"}, "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/7952f71f-282b-4844-87f8-423ac039ae06", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/qos-specs/7952f71f-282b-4844-87f8-423ac039ae06", "rel": "bookmark"}]} 2018-10-04 13:52:09,337 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs used request id req-e30e8d96-d321-43ea-bd72-c6f54a9288c5 2018-10-04 13:52:09,341 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e30e8d96-d321-43ea-bd72-c6f54a9288c5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}016b3cecf8fa3333558f09ccacb90cdaafbaad2e" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-cf1ea9c3-b17e-42f5-80a5-40ba1cd93b4d", "description": null}}' 2018-10-04 13:52:09,540 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:09 GMT Server: Apache x-compute-request-id: req-24538edd-feee-4e9d-aa06-c514faa099fd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-24538edd-feee-4e9d-aa06-c514faa099fd Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-cf1ea9c3-b17e-42f5-80a5-40ba1cd93b4d", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "16c7f08c-b8e6-45e2-8b56-d67edaf7c7c0", "description": null}} 2018-10-04 13:52:09,540 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types used request id req-24538edd-feee-4e9d-aa06-c514faa099fd 2018-10-04 13:52:09,543 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e30e8d96-d321-43ea-bd72-c6f54a9288c5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}016b3cecf8fa3333558f09ccacb90cdaafbaad2e" 2018-10-04 13:52:10,251 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:09 GMT Server: Apache x-compute-request-id: req-21de5b07-4ffb-4adb-8229-41f1cdfeb18e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-21de5b07-4ffb-4adb-8229-41f1cdfeb18e Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "7952f71f-282b-4844-87f8-423ac039ae06", "name": "CinderUtilsVolumeTypeCompleteTests-cf1ea9c3-b17e-42f5-80a5-40ba1cd93b4d-qos"}]} 2018-10-04 13:52:10,251 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs used request id req-21de5b07-4ffb-4adb-8229-41f1cdfeb18e 2018-10-04 13:52:10,254 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/None/associate?vol_type_id=16c7f08c-b8e6-45e2-8b56-d67edaf7c7c0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e30e8d96-d321-43ea-bd72-c6f54a9288c5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}016b3cecf8fa3333558f09ccacb90cdaafbaad2e" 2018-10-04 13:52:10,429 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 13:52:10 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-87ea5959-4ea5-4ad4-b521-ecb28b928378 x-openstack-request-id: req-87ea5959-4ea5-4ad4-b521-ecb28b928378 Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2018-10-04 13:52:10,429 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/None/associate?vol_type_id=16c7f08c-b8e6-45e2-8b56-d67edaf7c7c0 used request id req-87ea5959-4ea5-4ad4-b521-ecb28b928378 2018-10-04 13:52:10,430 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-87ea5959-4ea5-4ad4-b521-ecb28b928378) 2018-10-04 13:52:10,430 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-cf1ea9c3-b17e-42f5-80a5-40ba1cd93b4d 2018-10-04 13:52:10,433 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/16c7f08c-b8e6-45e2-8b56-d67edaf7c7c0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e30e8d96-d321-43ea-bd72-c6f54a9288c5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}016b3cecf8fa3333558f09ccacb90cdaafbaad2e" 2018-10-04 13:52:11,195 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:52:10 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c6724943-8f75-4522-a08e-b2a0dbde03d3 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-10-04 13:52:11,195 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/16c7f08c-b8e6-45e2-8b56-d67edaf7c7c0 used request id req-c6724943-8f75-4522-a08e-b2a0dbde03d3 2018-10-04 13:52:11,195 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-cf1ea9c3-b17e-42f5-80a5-40ba1cd93b4d-qos 2018-10-04 13:52:11,198 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/7952f71f-282b-4844-87f8-423ac039ae06?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e30e8d96-d321-43ea-bd72-c6f54a9288c5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}016b3cecf8fa3333558f09ccacb90cdaafbaad2e" 2018-10-04 13:52:11,402 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:52:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f7cbb32d-e4be-4ffa-a173-52306174a560 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-10-04 13:52:11,403 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/7952f71f-282b-4844-87f8-423ac039ae06?force=False used request id req-f7cbb32d-e4be-4ffa-a173-52306174a560 2018-10-04 13:52:11,405 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:52:11,780 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:52:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["Xpc9tFs1REemiaM5H47_-A"], "issued_at": "2018-10-04T13:52:11.000000Z"}} 2018-10-04 13:52:11,783 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a262bcdc0c473ee73bd8d4628b9f2dbd4bb03b62" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-54678eaf-78f7-4bd4-80ae-7acfa5173c1d-qos"}}' 2018-10-04 13:52:12,536 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:11 GMT Server: Apache x-compute-request-id: req-642c1b92-51b5-491c-b7d4-f7a743125e53 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-642c1b92-51b5-491c-b7d4-f7a743125e53 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "00b97c06-88fa-427c-a077-8c8d2867353e", "name": "CinderUtilsVolumeTypeCompleteTests-54678eaf-78f7-4bd4-80ae-7acfa5173c1d-qos"}, "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/00b97c06-88fa-427c-a077-8c8d2867353e", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/qos-specs/00b97c06-88fa-427c-a077-8c8d2867353e", "rel": "bookmark"}]} 2018-10-04 13:52:12,536 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs used request id req-642c1b92-51b5-491c-b7d4-f7a743125e53 2018-10-04 13:52:12,539 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-642c1b92-51b5-491c-b7d4-f7a743125e53" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a262bcdc0c473ee73bd8d4628b9f2dbd4bb03b62" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-54678eaf-78f7-4bd4-80ae-7acfa5173c1d", "description": null}}' 2018-10-04 13:52:12,773 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:12 GMT Server: Apache x-compute-request-id: req-61e45bd7-cf0d-4dba-9047-617400321446 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-61e45bd7-cf0d-4dba-9047-617400321446 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-54678eaf-78f7-4bd4-80ae-7acfa5173c1d", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9fc32551-f96f-40a4-9f2b-4b02cc1cf7f8", "description": null}} 2018-10-04 13:52:12,774 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types used request id req-61e45bd7-cf0d-4dba-9047-617400321446 2018-10-04 13:52:12,777 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-642c1b92-51b5-491c-b7d4-f7a743125e53" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a262bcdc0c473ee73bd8d4628b9f2dbd4bb03b62" 2018-10-04 13:52:12,939 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:12 GMT Server: Apache x-compute-request-id: req-373bb409-24e9-4aaf-8974-8fb9ff7ec808 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-373bb409-24e9-4aaf-8974-8fb9ff7ec808 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "00b97c06-88fa-427c-a077-8c8d2867353e", "name": "CinderUtilsVolumeTypeCompleteTests-54678eaf-78f7-4bd4-80ae-7acfa5173c1d-qos"}]} 2018-10-04 13:52:12,939 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs used request id req-373bb409-24e9-4aaf-8974-8fb9ff7ec808 2018-10-04 13:52:12,943 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/00b97c06-88fa-427c-a077-8c8d2867353e/associate?vol_type_id=9fc32551-f96f-40a4-9f2b-4b02cc1cf7f8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-642c1b92-51b5-491c-b7d4-f7a743125e53" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a262bcdc0c473ee73bd8d4628b9f2dbd4bb03b62" 2018-10-04 13:52:13,157 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:52:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-656d0e45-61eb-4702-b044-cb7c609a21d7 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-10-04 13:52:13,157 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/00b97c06-88fa-427c-a077-8c8d2867353e/associate?vol_type_id=9fc32551-f96f-40a4-9f2b-4b02cc1cf7f8 used request id req-656d0e45-61eb-4702-b044-cb7c609a21d7 2018-10-04 13:52:13,158 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-54678eaf-78f7-4bd4-80ae-7acfa5173c1d 2018-10-04 13:52:13,160 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/9fc32551-f96f-40a4-9f2b-4b02cc1cf7f8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-642c1b92-51b5-491c-b7d4-f7a743125e53" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a262bcdc0c473ee73bd8d4628b9f2dbd4bb03b62" 2018-10-04 13:52:13,379 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:52:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-79de75ac-0165-4afc-b2d2-6fc3162c636c 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-10-04 13:52:13,379 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/9fc32551-f96f-40a4-9f2b-4b02cc1cf7f8 used request id req-79de75ac-0165-4afc-b2d2-6fc3162c636c 2018-10-04 13:52:13,379 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-54678eaf-78f7-4bd4-80ae-7acfa5173c1d-qos 2018-10-04 13:52:13,382 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/00b97c06-88fa-427c-a077-8c8d2867353e?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-642c1b92-51b5-491c-b7d4-f7a743125e53" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a262bcdc0c473ee73bd8d4628b9f2dbd4bb03b62" 2018-10-04 13:52:13,594 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:52:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7f36f16f-d242-49d1-af26-4ab6077b8f5d 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-10-04 13:52:13,594 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/00b97c06-88fa-427c-a077-8c8d2867353e?force=False used request id req-7f36f16f-d242-49d1-af26-4ab6077b8f5d 2018-10-04 13:52:13,597 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:52:13,987 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9e11696db34b56b96eeecbd2ff0dc2", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "c74950244697477582ea2e170a77e0b1", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T14:52:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93973d1238b2486385104382b3d557a9", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/93973d1238b2486385104382b3d557a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "id": "edcc1fa643e64948b9f2a6f4934de106"}, "audit_ids": ["JwRUuhCHSd6ibR1C7lD85Q"], "issued_at": "2018-10-04T13:52:13.000000Z"}} 2018-10-04 13:52:13,991 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}584ceefdd9fe8c9e16421a4c98f8e53ec25de4a3" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-7490c61d-cc40-4e64-a12c-58ca3a63b898-qos"}}' 2018-10-04 13:52:14,178 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:14 GMT Server: Apache x-compute-request-id: req-fb2237ba-88f7-4404-b63e-abe1067f60b6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fb2237ba-88f7-4404-b63e-abe1067f60b6 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "8e2c6b8e-ded4-4479-89a0-3c37779c33e6", "name": "CinderUtilsVolumeTypeCompleteTests-7490c61d-cc40-4e64-a12c-58ca3a63b898-qos"}, "links": [{"href": "http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/8e2c6b8e-ded4-4479-89a0-3c37779c33e6", "rel": "self"}, {"href": "http://172.30.9.23:8776/93973d1238b2486385104382b3d557a9/qos-specs/8e2c6b8e-ded4-4479-89a0-3c37779c33e6", "rel": "bookmark"}]} 2018-10-04 13:52:14,178 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs used request id req-fb2237ba-88f7-4404-b63e-abe1067f60b6 2018-10-04 13:52:14,181 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fb2237ba-88f7-4404-b63e-abe1067f60b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}584ceefdd9fe8c9e16421a4c98f8e53ec25de4a3" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-7490c61d-cc40-4e64-a12c-58ca3a63b898", "description": null}}' 2018-10-04 13:52:14,395 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:14 GMT Server: Apache x-compute-request-id: req-5a00c058-1176-49ee-82f0-69fe8c6cbdf7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5a00c058-1176-49ee-82f0-69fe8c6cbdf7 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-7490c61d-cc40-4e64-a12c-58ca3a63b898", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a61b3d5f-f40a-46ac-a73a-e3da1aadb1e4", "description": null}} 2018-10-04 13:52:14,395 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types used request id req-5a00c058-1176-49ee-82f0-69fe8c6cbdf7 2018-10-04 13:52:14,398 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a61b3d5f-f40a-46ac-a73a-e3da1aadb1e4/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fb2237ba-88f7-4404-b63e-abe1067f60b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}584ceefdd9fe8c9e16421a4c98f8e53ec25de4a3" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-10-04 13:52:14,615 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:14 GMT Server: Apache x-compute-request-id: req-ad2a4e44-8416-4e66-81a3-480b3fab0de5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ad2a4e44-8416-4e66-81a3-480b3fab0de5 Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "a61b3d5f-f40a-46ac-a73a-e3da1aadb1e4", "name": "foo", "control_location": "back-end", "encryption_id": "b7803e3a-c8e6-4204-8457-cdbc6143db3b", "provider": "bar", "provider_class": "bar"}} 2018-10-04 13:52:14,615 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a61b3d5f-f40a-46ac-a73a-e3da1aadb1e4/encryption used request id req-ad2a4e44-8416-4e66-81a3-480b3fab0de5 2018-10-04 13:52:14,619 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb2237ba-88f7-4404-b63e-abe1067f60b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}584ceefdd9fe8c9e16421a4c98f8e53ec25de4a3" 2018-10-04 13:52:15,316 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:14 GMT Server: Apache x-compute-request-id: req-3e6416d5-d640-4b33-b2bd-f791cf90560e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3e6416d5-d640-4b33-b2bd-f791cf90560e Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "8e2c6b8e-ded4-4479-89a0-3c37779c33e6", "name": "CinderUtilsVolumeTypeCompleteTests-7490c61d-cc40-4e64-a12c-58ca3a63b898-qos"}]} 2018-10-04 13:52:15,316 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs used request id req-3e6416d5-d640-4b33-b2bd-f791cf90560e 2018-10-04 13:52:15,320 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/8e2c6b8e-ded4-4479-89a0-3c37779c33e6/associate?vol_type_id=a61b3d5f-f40a-46ac-a73a-e3da1aadb1e4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb2237ba-88f7-4404-b63e-abe1067f60b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}584ceefdd9fe8c9e16421a4c98f8e53ec25de4a3" 2018-10-04 13:52:15,523 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:52:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6ede8f74-e762-4777-8ffb-2c92fc8612e3 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-10-04 13:52:15,523 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/8e2c6b8e-ded4-4479-89a0-3c37779c33e6/associate?vol_type_id=a61b3d5f-f40a-46ac-a73a-e3da1aadb1e4 used request id req-6ede8f74-e762-4777-8ffb-2c92fc8612e3 2018-10-04 13:52:15,526 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a61b3d5f-f40a-46ac-a73a-e3da1aadb1e4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb2237ba-88f7-4404-b63e-abe1067f60b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}584ceefdd9fe8c9e16421a4c98f8e53ec25de4a3" 2018-10-04 13:52:15,716 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:15 GMT Server: Apache x-compute-request-id: req-cff7c80c-efec-4643-beec-7cbd57b0f974 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cff7c80c-efec-4643-beec-7cbd57b0f974 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-7490c61d-cc40-4e64-a12c-58ca3a63b898", "qos_specs_id": "8e2c6b8e-ded4-4479-89a0-3c37779c33e6", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a61b3d5f-f40a-46ac-a73a-e3da1aadb1e4", "description": null}} 2018-10-04 13:52:15,716 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a61b3d5f-f40a-46ac-a73a-e3da1aadb1e4 used request id req-cff7c80c-efec-4643-beec-7cbd57b0f974 2018-10-04 13:52:15,718 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a61b3d5f-f40a-46ac-a73a-e3da1aadb1e4/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb2237ba-88f7-4404-b63e-abe1067f60b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}584ceefdd9fe8c9e16421a4c98f8e53ec25de4a3" 2018-10-04 13:52:15,885 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:15 GMT Server: Apache x-compute-request-id: req-93eea2a0-1710-4716-94ac-67963111ee21 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-93eea2a0-1710-4716-94ac-67963111ee21 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "a61b3d5f-f40a-46ac-a73a-e3da1aadb1e4", "control_location": "back-end", "deleted": false, "created_at": "2018-10-04T13:52:14.000000", "updated_at": null, "encryption_id": "b7803e3a-c8e6-4204-8457-cdbc6143db3b", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-10-04 13:52:15,885 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a61b3d5f-f40a-46ac-a73a-e3da1aadb1e4/encryption used request id req-93eea2a0-1710-4716-94ac-67963111ee21 2018-10-04 13:52:15,886 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-7490c61d-cc40-4e64-a12c-58ca3a63b898 2018-10-04 13:52:15,889 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a61b3d5f-f40a-46ac-a73a-e3da1aadb1e4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb2237ba-88f7-4404-b63e-abe1067f60b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}584ceefdd9fe8c9e16421a4c98f8e53ec25de4a3" 2018-10-04 13:52:16,059 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:15 GMT Server: Apache x-compute-request-id: req-a7b45650-837a-4ef8-bc49-a9ed135a5def OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a7b45650-837a-4ef8-bc49-a9ed135a5def Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-7490c61d-cc40-4e64-a12c-58ca3a63b898", "qos_specs_id": "8e2c6b8e-ded4-4479-89a0-3c37779c33e6", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a61b3d5f-f40a-46ac-a73a-e3da1aadb1e4", "description": null}} 2018-10-04 13:52:16,060 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a61b3d5f-f40a-46ac-a73a-e3da1aadb1e4 used request id req-a7b45650-837a-4ef8-bc49-a9ed135a5def 2018-10-04 13:52:16,063 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a61b3d5f-f40a-46ac-a73a-e3da1aadb1e4/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb2237ba-88f7-4404-b63e-abe1067f60b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}584ceefdd9fe8c9e16421a4c98f8e53ec25de4a3" 2018-10-04 13:52:16,115 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:52:16 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f77487b3-57b5-47ce-a6e3-c303edf6bf64 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-10-04 13:52:16,115 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a61b3d5f-f40a-46ac-a73a-e3da1aadb1e4/encryption/provider used request id req-f77487b3-57b5-47ce-a6e3-c303edf6bf64 2018-10-04 13:52:16,115 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-7490c61d-cc40-4e64-a12c-58ca3a63b898 2018-10-04 13:52:16,117 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a61b3d5f-f40a-46ac-a73a-e3da1aadb1e4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb2237ba-88f7-4404-b63e-abe1067f60b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}584ceefdd9fe8c9e16421a4c98f8e53ec25de4a3" 2018-10-04 13:52:16,324 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:52:16 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fa6db8a1-544b-42ca-a29d-bd2e3ef76a11 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-10-04 13:52:16,325 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/types/a61b3d5f-f40a-46ac-a73a-e3da1aadb1e4 used request id req-fa6db8a1-544b-42ca-a29d-bd2e3ef76a11 2018-10-04 13:52:16,325 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-7490c61d-cc40-4e64-a12c-58ca3a63b898-qos 2018-10-04 13:52:16,328 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/8e2c6b8e-ded4-4479-89a0-3c37779c33e6?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb2237ba-88f7-4404-b63e-abe1067f60b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}584ceefdd9fe8c9e16421a4c98f8e53ec25de4a3" 2018-10-04 13:52:16,524 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:52:16 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c537db94-015e-4970-a2f7-ae7ec0c0d6a0 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-10-04 13:52:16,524 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/93973d1238b2486385104382b3d557a9/qos-specs/8e2c6b8e-ded4-4479-89a0-3c37779c33e6?force=False used request id req-c537db94-015e-4970-a2f7-ae7ec0c0d6a0 2018-10-04 13:52:16,525 - xtesting.core.unit - DEBUG - test_create_project_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_user_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_credentials (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_service (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_with_each_interface (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_grant_user_role_to_project (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_admin_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user_2x (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_2x (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_bad_domain (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_quota_override (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_update_quotas (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_sec_grp_one_user (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_project_sec_grp_two_users (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_image_minimal_file (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_image_minimal_url (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_network (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_add_interface_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_missing_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip_to_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_network_object (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_simple (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_with_public_interface (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_delete_simple_sec_grp (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_rules (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_one_rule (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_get_sec_grp_by_id (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_floating_ips (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests) ... ok test_create_delete_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_key_from_file (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_delete_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_instance (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests) ... ok test_add_remove_volume (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_attach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_detach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_create_clean_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_delete_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_all_settings (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_existing (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_create_stack_x2 (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_get_settings_from_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests) ... ok test_create_flavor_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests) ... ok test_create_keypair_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests) ... ok test_create_security_group_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests) ... ok test_create_delete_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_back (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_both (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_front (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_delete_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_simple_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_delete_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_simple_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_bad_key_size (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_delete_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_simple_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_all_attrs (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_invalid_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos_and_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok ---------------------------------------------------------------------- Ran 84 tests in 787.098s OK 2018-10-04 13:52:16,642 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 13:52:16,643 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 13:07 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-04 13:52:16,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:52:16,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:52:16,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcea2846-28bc-4230-8231-6e4355d57930 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c74950244697477582ea2e170a77e0b1", "links": {"self": "http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:52:16,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-fcea2846-28bc-4230-8231-6e4355d57930 2018-10-04 13:52:16,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0844960212708s 2018-10-04 13:52:16,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 13:52:16,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:52:16,913 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:52:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94c21ad0-0e57-44e7-b05d-26e78867d12f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:52:16,913 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/c74950244697477582ea2e170a77e0b1 used request id req-94c21ad0-0e57-44e7-b05d-26e78867d12f 2018-10-04 13:52:16,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.178038835526s 2018-10-04 13:52:16,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 13:52:16,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:52:17,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5519ca32-f01a-4230-b33a-8e004f690a11 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229", "links": {"self": "http://172.30.9.23:5000/v3/users/edcc1fa643e64948b9f2a6f4934de106"}, "domain_id": "default", "enabled": true, "id": "edcc1fa643e64948b9f2a6f4934de106", "options": {}}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:52:17,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-5519ca32-f01a-4230-b33a-8e004f690a11 2018-10-04 13:52:17,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0994639396667s 2018-10-04 13:52:17,014 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-5519ca32-f01a-4230-b33a-8e004f690a11 2018-10-04 13:52:17,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 13:52:17,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/edcc1fa643e64948b9f2a6f4934de106 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:52:17,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d5e5112-eb23-4e0d-b0b1-40431e81ebf6 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/edcc1fa643e64948b9f2a6f4934de106"}, "enabled": true, "id": "edcc1fa643e64948b9f2a6f4934de106", "options": {}, "domain_id": "default", "name": "api_check-user_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}} 2018-10-04 13:52:17,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/edcc1fa643e64948b9f2a6f4934de106 used request id req-4d5e5112-eb23-4e0d-b0b1-40431e81ebf6 2018-10-04 13:52:17,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0914421081543s 2018-10-04 13:52:17,112 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/edcc1fa643e64948b9f2a6f4934de106 used request id req-4d5e5112-eb23-4e0d-b0b1-40431e81ebf6 2018-10-04 13:52:17,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-04 13:52:17,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/edcc1fa643e64948b9f2a6f4934de106 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:52:17,309 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:52:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9bead569-7ccf-4beb-ac6d-ce793b25c8f1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:52:17,310 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/edcc1fa643e64948b9f2a6f4934de106 used request id req-9bead569-7ccf-4beb-ac6d-ce793b25c8f1 2018-10-04 13:52:17,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.197371006012s 2018-10-04 13:52:17,310 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/edcc1fa643e64948b9f2a6f4934de106 used request id req-9bead569-7ccf-4beb-ac6d-ce793b25c8f1 2018-10-04 13:52:17,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 13:52:17,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:52:17,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-895668cb-a24d-4426-98e4-483664513c95 Content-Encoding: gzip Content-Length: 376 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9"}, "enabled": true, "id": "93973d1238b2486385104382b3d557a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_6a13c37b-8d4c-4ac9-8b44-6f2525b34229"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 13:52:17,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-895668cb-a24d-4426-98e4-483664513c95 2018-10-04 13:52:17,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0751161575317s 2018-10-04 13:52:17,386 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-895668cb-a24d-4426-98e4-483664513c95 2018-10-04 13:52:17,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-04 13:52:17,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:52:17,544 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:52:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3cd84e4-92a6-460b-89a1-4bbca15cc287 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:52:17,544 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-c3cd84e4-92a6-460b-89a1-4bbca15cc287 2018-10-04 13:52:17,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.155158996582s 2018-10-04 13:52:17,544 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/93973d1238b2486385104382b3d557a9 used request id req-c3cd84e4-92a6-460b-89a1-4bbca15cc287 2018-10-04 13:52:17,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:52:17,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:52:17,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f730d632-ce13-4315-8148-7781391a0e8c Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9e11696db34b56b96eeecbd2ff0dc2", "links": {"self": "http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:52:17,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f730d632-ce13-4315-8148-7781391a0e8c 2018-10-04 13:52:17,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0742139816284s 2018-10-04 13:52:17,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 13:52:17,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:52:17,731 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:52:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60ae234c-bf59-4521-ac39-2da4a413f6f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:52:17,731 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/1a9e11696db34b56b96eeecbd2ff0dc2 used request id req-60ae234c-bf59-4521-ac39-2da4a413f6f7 2018-10-04 13:52:17,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.11093211174s 2018-10-04 13:52:17,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 13:52:17,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=93973d1238b2486385104382b3d557a9&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:52:17,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-064c5230-2a6f-4c13-8849-26522101209c Date: Thu, 04 Oct 2018 13:52:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:39:36Z", "updated_at": "2018-10-04T13:39:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "768d65a2-9365-4708-9714-df990aefb328", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "7d3b28ec-a2a5-4e4d-83b6-2ce880028231", "remote_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "e055ef95-9dc1-4e87-af39-a535336b371f", "remote_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "f33d05f8-1645-4f36-a658-e007a834a89d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}], "revision_number": 4, "project_id": "93973d1238b2486385104382b3d557a9", "id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "name": "default"}]} 2018-10-04 13:52:17,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=93973d1238b2486385104382b3d557a9&name=default used request id req-064c5230-2a6f-4c13-8849-26522101209c 2018-10-04 13:52:17,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.183975934982s 2018-10-04 13:52:17,922 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=93973d1238b2486385104382b3d557a9&name=default used request id req-064c5230-2a6f-4c13-8849-26522101209c 2018-10-04 13:52:17,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 13:52:17,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:52:18,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-0f209396-13f9-407e-9682-f3b2963f6702 Date: Thu, 04 Oct 2018 13:52:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "93973d1238b2486385104382b3d557a9", "created_at": "2018-10-04T13:39:36Z", "updated_at": "2018-10-04T13:39:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "e055ef95-9dc1-4e87-af39-a535336b371f", "remote_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "7d3b28ec-a2a5-4e4d-83b6-2ce880028231", "remote_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "768d65a2-9365-4708-9714-df990aefb328", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "93973d1238b2486385104382b3d557a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:36Z", "revision_number": 0, "id": "f33d05f8-1645-4f36-a658-e007a834a89d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:36Z", "security_group_id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "tenant_id": "93973d1238b2486385104382b3d557a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "93973d1238b2486385104382b3d557a9"}], "revision_number": 4, "project_id": "93973d1238b2486385104382b3d557a9", "id": "a99d65f2-113b-4778-9a94-a0655a6d446f", "name": "default"}]} 2018-10-04 13:52:18,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-0f209396-13f9-407e-9682-f3b2963f6702 2018-10-04 13:52:18,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.213030099869s 2018-10-04 13:52:18,139 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-0f209396-13f9-407e-9682-f3b2963f6702 2018-10-04 13:52:18,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-04 13:52:18,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/a99d65f2-113b-4778-9a94-a0655a6d446f.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1cf01ce07baa13a85b5a0f99211518b145b0a4ed" 2018-10-04 13:52:18,462 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8ef0b4a0-3ec1-4f38-8820-34442d370993 Content-Length: 0 Date: Thu, 04 Oct 2018 13:52:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:52:18,462 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/a99d65f2-113b-4778-9a94-a0655a6d446f.json used request id req-8ef0b4a0-3ec1-4f38-8820-34442d370993 2018-10-04 13:52:18,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.318613052368s 2018-10-04 13:52:18,462 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/a99d65f2-113b-4778-9a94-a0655a6d446f.json used request id req-8ef0b4a0-3ec1-4f38-8820-34442d370993 2018-10-04 13:52:18,483 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-10-04 13:52:18,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 13:52:18,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 13:52:18,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 13:52:18,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 13:52:18,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 13:52:18,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 13:52:18,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 13:52:18,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 13:52:18,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 13:52:18,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 13:52:18,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 13:52:18,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 13:52:18,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 13:52:18,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 13:52:18,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 13:52:18,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 13:52:18,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 13:52:18,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 13:52:18,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 13:52:18,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 13:52:18,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 13:52:18,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 13:52:18,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 13:52:18,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:52:18,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35e27c91-6def-4e7b-8d49-0914a21e4932 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:52:18,531 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-35e27c91-6def-4e7b-8d49-0914a21e4932 2018-10-04 13:52:18,531 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:52:18,898 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}], "expires_at": "2018-10-04T14:52:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ecbf2b9cbec04c3e8332c7164aa04ab3"}, "audit_ids": ["1y9gf5bOTYCJ_pLdMdDG1Q"], "issued_at": "2018-10-04T13:52:18.000000Z"}} 2018-10-04 13:52:18,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:18,907 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:52:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:52:18,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:18,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4c2a67f-8bec-4b03-aaa5-9cd898301b34 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/356d297e741f42d0b9d8bc9b13448e43"}, "description": "", "name": "heat_stack", "enabled": true, "id": "356d297e741f42d0b9d8bc9b13448e43"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 13:52:18,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-e4c2a67f-8bec-4b03-aaa5-9cd898301b34 2018-10-04 13:52:18,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.470337152481s 2018-10-04 13:52:18,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-04 13:52:18,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91"}}' 2018-10-04 13:52:19,092 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:52:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d734c02-3da3-4337-98d8-18a9b3f48d23 Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/f80fe6358a334241916439028da604ad"}, "enabled": true, "id": "f80fe6358a334241916439028da604ad", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91"}} 2018-10-04 13:52:19,092 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-4d734c02-3da3-4337-98d8-18a9b3f48d23 2018-10-04 13:52:19,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.0962200164795s 2018-10-04 13:52:19,092 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-4d734c02-3da3-4337-98d8-18a9b3f48d23 2018-10-04 13:52:19,093 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91', 'id': u'f80fe6358a334241916439028da604ad', 'description': u'Created by OPNFV Functest: snaps_health_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-04 13:52:19,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-04 13:52:19,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.412301063538s 2018-10-04 13:52:19,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/ea1daac9c2e240b983714bf9038eb238 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:19,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32a6923b-2fe3-42b6-b509-1103d964d629 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/ea1daac9c2e240b983714bf9038eb238"}, "enabled": true, "id": "ea1daac9c2e240b983714bf9038eb238", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91"}} 2018-10-04 13:52:19,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/ea1daac9c2e240b983714bf9038eb238 used request id req-32a6923b-2fe3-42b6-b509-1103d964d629 2018-10-04 13:52:19,607 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ea1daac9c2e240b983714bf9038eb238', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91'}) 2018-10-04 13:52:19,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:52:19,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:19,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52a31124-fbf3-4867-b1c4-f77912663e76 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:52:19,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-52a31124-fbf3-4867-b1c4-f77912663e76 2018-10-04 13:52:19,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0756890773773s 2018-10-04 13:52:19,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:52:19,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:19,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-849d4297-8744-4396-bdca-4b17b286cbd2 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:52:19,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-849d4297-8744-4396-bdca-4b17b286cbd2 2018-10-04 13:52:19,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0824670791626s 2018-10-04 13:52:19,768 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 13:52:19,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 13:52:19,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" -d '{"role": {"name": "Member"}}' 2018-10-04 13:52:19,870 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:52:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-128324d0-7518-4483-bf14-a9ea437c3450 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3ca11eee7eda45b095b2149347930aa0", "links": {"self": "http://172.30.9.23:5000/v3/roles/3ca11eee7eda45b095b2149347930aa0"}, "name": "Member"}} 2018-10-04 13:52:19,870 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-128324d0-7518-4483-bf14-a9ea437c3450 2018-10-04 13:52:19,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.101876974106s 2018-10-04 13:52:19,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/3ca11eee7eda45b095b2149347930aa0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:19,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3dc1bfa-1f42-4de8-be98-1090bcb2bb3d Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/3ca11eee7eda45b095b2149347930aa0"}, "domain_id": null, "name": "Member", "id": "3ca11eee7eda45b095b2149347930aa0"}} 2018-10-04 13:52:19,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/3ca11eee7eda45b095b2149347930aa0 used request id req-d3dc1bfa-1f42-4de8-be98-1090bcb2bb3d 2018-10-04 13:52:19,945 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/3ca11eee7eda45b095b2149347930aa0'}, 'domain_id': None, 'human_id': None, 'id': u'3ca11eee7eda45b095b2149347930aa0', 'HUMAN_ID': False}) 2018-10-04 13:52:19,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:52:19,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:20,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e96f490a-3df4-4902-8d15-b4878a2266a3 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ca11eee7eda45b095b2149347930aa0", "links": {"self": "http://172.30.9.23:5000/v3/roles/3ca11eee7eda45b095b2149347930aa0"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:52:20,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e96f490a-3df4-4902-8d15-b4878a2266a3 2018-10-04 13:52:20,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0851011276245s 2018-10-04 13:52:20,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 13:52:20,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:20,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eba559b9-9b95-4a42-a696-2627385200bd Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 13:52:20,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-eba559b9-9b95-4a42-a696-2627385200bd 2018-10-04 13:52:20,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0828678607941s 2018-10-04 13:52:20,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 13:52:20,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:20,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b09279bf-09d3-4dde-a6bd-fc626002d506 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91", "links": {"self": "http://172.30.9.23:5000/v3/users/ea1daac9c2e240b983714bf9038eb238"}, "domain_id": "default", "enabled": true, "id": "ea1daac9c2e240b983714bf9038eb238", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:52:20,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b09279bf-09d3-4dde-a6bd-fc626002d506 2018-10-04 13:52:20,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0932099819183s 2018-10-04 13:52:20,209 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b09279bf-09d3-4dde-a6bd-fc626002d506 2018-10-04 13:52:20,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 13:52:20,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:20,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7569ba58-90ac-471e-bc2e-e7804d608382 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/f80fe6358a334241916439028da604ad"}, "enabled": true, "id": "f80fe6358a334241916439028da604ad", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91"}]} 2018-10-04 13:52:20,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-7569ba58-90ac-471e-bc2e-e7804d608382 2018-10-04 13:52:20,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.07847905159s 2018-10-04 13:52:20,295 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-7569ba58-90ac-471e-bc2e-e7804d608382 2018-10-04 13:52:20,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 13:52:20,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=ea1daac9c2e240b983714bf9038eb238&scope.project.id=f80fe6358a334241916439028da604ad&role.id=3ca11eee7eda45b095b2149347930aa0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:20,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f96c44a1-2e18-4d6b-99fb-2ecf5e010974 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=ea1daac9c2e240b983714bf9038eb238&scope.project.id=f80fe6358a334241916439028da604ad&role.id=3ca11eee7eda45b095b2149347930aa0", "previous": null, "next": null}} 2018-10-04 13:52:20,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=ea1daac9c2e240b983714bf9038eb238&scope.project.id=f80fe6358a334241916439028da604ad&role.id=3ca11eee7eda45b095b2149347930aa0 used request id req-f96c44a1-2e18-4d6b-99fb-2ecf5e010974 2018-10-04 13:52:20,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0792942047119s 2018-10-04 13:52:20,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 13:52:20,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/f80fe6358a334241916439028da604ad/users/ea1daac9c2e240b983714bf9038eb238/roles/3ca11eee7eda45b095b2149347930aa0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:20,484 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:52:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53096bcb-3b3e-4f8a-a521-a7272000db9b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:52:20,484 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/f80fe6358a334241916439028da604ad/users/ea1daac9c2e240b983714bf9038eb238/roles/3ca11eee7eda45b095b2149347930aa0 used request id req-53096bcb-3b3e-4f8a-a521-a7272000db9b 2018-10-04 13:52:20,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.107517957687s 2018-10-04 13:52:20,485 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '68b77c27-6e6d-4504-a007-f766e2c93bc8', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'snaps_health_check-user_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91', 'project_id': u'f80fe6358a334241916439028da604ad', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 13:52:20,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 13:52:20,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 13:52:20,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 13:52:20,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 13:52:20,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 13:52:20,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 13:52:20,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 13:52:20,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 13:52:20,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 13:52:20,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 13:52:20,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 13:52:20,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 13:52:20,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 13:52:20,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 13:52:20,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 13:52:20,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 13:52:20,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 13:52:20,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 13:52:20,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 13:52:20,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 13:52:20,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 13:52:20,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 13:52:20,490 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91', 'password': '68b77c27-6e6d-4504-a007-f766e2c93bc8', 'project_name': 'snaps_health_check-project_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': 'f80fe6358a334241916439028da604ad', 'project_domain_name': 'Default'} 2018-10-04 13:52:20,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:52:20,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:20,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-697bf9e5-d0b2-4683-9717-7c5443c0af1a Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ca11eee7eda45b095b2149347930aa0", "links": {"self": "http://172.30.9.23:5000/v3/roles/3ca11eee7eda45b095b2149347930aa0"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:52:20,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-697bf9e5-d0b2-4683-9717-7c5443c0af1a 2018-10-04 13:52:20,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0810551643372s 2018-10-04 13:52:20,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:52:20,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:20,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a211e984-a4d8-41ab-b8fe-a45715a9e051 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ca11eee7eda45b095b2149347930aa0", "links": {"self": "http://172.30.9.23:5000/v3/roles/3ca11eee7eda45b095b2149347930aa0"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:52:20,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a211e984-a4d8-41ab-b8fe-a45715a9e051 2018-10-04 13:52:20,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0794451236725s 2018-10-04 13:52:20,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 13:52:20,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:20,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2b9901d-e21d-443f-8180-1ff7ba91e8f6 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 13:52:20,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-c2b9901d-e21d-443f-8180-1ff7ba91e8f6 2018-10-04 13:52:20,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0751600265503s 2018-10-04 13:52:20,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 13:52:20,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:20,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5935ce6-75b4-44ca-bac0-dbb41892c50d Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91", "links": {"self": "http://172.30.9.23:5000/v3/users/ea1daac9c2e240b983714bf9038eb238"}, "domain_id": "default", "enabled": true, "id": "ea1daac9c2e240b983714bf9038eb238", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:52:20,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-a5935ce6-75b4-44ca-bac0-dbb41892c50d 2018-10-04 13:52:20,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100667953491s 2018-10-04 13:52:20,831 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-a5935ce6-75b4-44ca-bac0-dbb41892c50d 2018-10-04 13:52:20,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 13:52:20,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:20,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf35988c-3c63-4eb3-a4ba-6fcf23eb5c1b Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/f80fe6358a334241916439028da604ad"}, "enabled": true, "id": "f80fe6358a334241916439028da604ad", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91"}]} 2018-10-04 13:52:20,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-bf35988c-3c63-4eb3-a4ba-6fcf23eb5c1b 2018-10-04 13:52:20,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.079980134964s 2018-10-04 13:52:20,918 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-bf35988c-3c63-4eb3-a4ba-6fcf23eb5c1b 2018-10-04 13:52:20,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 13:52:20,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=ea1daac9c2e240b983714bf9038eb238&scope.project.id=f80fe6358a334241916439028da604ad&role.id=649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:21,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09c5379c-1538-4a14-9ee6-a1a07869e7d8 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=ea1daac9c2e240b983714bf9038eb238&scope.project.id=f80fe6358a334241916439028da604ad&role.id=649d50d4e38f4048899913e0d7e41071", "previous": null, "next": null}} 2018-10-04 13:52:21,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=ea1daac9c2e240b983714bf9038eb238&scope.project.id=f80fe6358a334241916439028da604ad&role.id=649d50d4e38f4048899913e0d7e41071 used request id req-09c5379c-1538-4a14-9ee6-a1a07869e7d8 2018-10-04 13:52:21,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.154292106628s 2018-10-04 13:52:21,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 13:52:21,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/f80fe6358a334241916439028da604ad/users/ea1daac9c2e240b983714bf9038eb238/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:21,195 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:52:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f96e29af-1f7b-4d41-b98d-be5314dbc314 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:52:21,196 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/f80fe6358a334241916439028da604ad/users/ea1daac9c2e240b983714bf9038eb238/roles/649d50d4e38f4048899913e0d7e41071 used request id req-f96e29af-1f7b-4d41-b98d-be5314dbc314 2018-10-04 13:52:21,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121101856232s 2018-10-04 13:52:21,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:52:21,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:21,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7196a947-1bfd-48b6-88d1-92f442c0df40 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ca11eee7eda45b095b2149347930aa0", "links": {"self": "http://172.30.9.23:5000/v3/roles/3ca11eee7eda45b095b2149347930aa0"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:52:21,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7196a947-1bfd-48b6-88d1-92f442c0df40 2018-10-04 13:52:21,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.16757106781s 2018-10-04 13:52:21,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 13:52:21,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-04 13:52:21,469 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:52:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5e918fe-5ad8-4df2-bd2a-f85f8b77ec49 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "27a473bf26404581a2815b189d99cb15", "links": {"self": "http://172.30.9.23:5000/v3/roles/27a473bf26404581a2815b189d99cb15"}, "name": "heat_stack_owner"}} 2018-10-04 13:52:21,469 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-e5e918fe-5ad8-4df2-bd2a-f85f8b77ec49 2018-10-04 13:52:21,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.103916883469s 2018-10-04 13:52:21,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/27a473bf26404581a2815b189d99cb15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:21,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39da69e1-9fc2-4e5c-a510-2864ce2fe28a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/27a473bf26404581a2815b189d99cb15"}, "domain_id": null, "name": "heat_stack_owner", "id": "27a473bf26404581a2815b189d99cb15"}} 2018-10-04 13:52:21,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/27a473bf26404581a2815b189d99cb15 used request id req-39da69e1-9fc2-4e5c-a510-2864ce2fe28a 2018-10-04 13:52:21,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:52:21,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:21,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1ed50ea-206a-4938-90ec-15ea8cefb78b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "27a473bf26404581a2815b189d99cb15", "links": {"self": "http://172.30.9.23:5000/v3/roles/27a473bf26404581a2815b189d99cb15"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "3ca11eee7eda45b095b2149347930aa0", "links": {"self": "http://172.30.9.23:5000/v3/roles/3ca11eee7eda45b095b2149347930aa0"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:52:21,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d1ed50ea-206a-4938-90ec-15ea8cefb78b 2018-10-04 13:52:21,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0833129882812s 2018-10-04 13:52:21,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 13:52:21,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:21,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd1ccc37-49cb-4eb7-9bc2-db43481ed735 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 13:52:21,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-fd1ccc37-49cb-4eb7-9bc2-db43481ed735 2018-10-04 13:52:21,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0727369785309s 2018-10-04 13:52:21,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 13:52:21,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:21,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-054ccf70-a836-4e86-8e18-fab3fe60af2c Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91", "links": {"self": "http://172.30.9.23:5000/v3/users/ea1daac9c2e240b983714bf9038eb238"}, "domain_id": "default", "enabled": true, "id": "ea1daac9c2e240b983714bf9038eb238", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:52:21,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-054ccf70-a836-4e86-8e18-fab3fe60af2c 2018-10-04 13:52:21,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0972080230713s 2018-10-04 13:52:21,887 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-054ccf70-a836-4e86-8e18-fab3fe60af2c 2018-10-04 13:52:21,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 13:52:21,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:21,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86e4a055-6fd7-46a9-9f87-8e29f2710e90 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/f80fe6358a334241916439028da604ad"}, "enabled": true, "id": "f80fe6358a334241916439028da604ad", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91"}]} 2018-10-04 13:52:21,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-86e4a055-6fd7-46a9-9f87-8e29f2710e90 2018-10-04 13:52:21,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0972559452057s 2018-10-04 13:52:21,991 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-86e4a055-6fd7-46a9-9f87-8e29f2710e90 2018-10-04 13:52:21,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 13:52:21,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=ea1daac9c2e240b983714bf9038eb238&scope.project.id=f80fe6358a334241916439028da604ad&role.id=27a473bf26404581a2815b189d99cb15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:22,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c743d6b0-c117-4019-a2f4-89498cb69815 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=ea1daac9c2e240b983714bf9038eb238&scope.project.id=f80fe6358a334241916439028da604ad&role.id=27a473bf26404581a2815b189d99cb15", "previous": null, "next": null}} 2018-10-04 13:52:22,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=ea1daac9c2e240b983714bf9038eb238&scope.project.id=f80fe6358a334241916439028da604ad&role.id=27a473bf26404581a2815b189d99cb15 used request id req-c743d6b0-c117-4019-a2f4-89498cb69815 2018-10-04 13:52:22,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0719637870789s 2018-10-04 13:52:22,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 13:52:22,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/f80fe6358a334241916439028da604ad/users/ea1daac9c2e240b983714bf9038eb238/roles/27a473bf26404581a2815b189d99cb15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:52:22,263 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:52:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ede15eb-ad62-4b5b-8c84-b94cd0d7ccbb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:52:22,263 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/f80fe6358a334241916439028da604ad/users/ea1daac9c2e240b983714bf9038eb238/roles/27a473bf26404581a2815b189d99cb15 used request id req-0ede15eb-ad62-4b5b-8c84-b94cd0d7ccbb 2018-10-04 13:52:22,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.197864055634s 2018-10-04 13:52:22,263 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-04 13:52:22,264 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-04 13:52:22,264 - openstack_tests - INFO - OS Credentials = > 2018-10-04 13:52:22,264 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:52:22,265 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:52:22,651 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27a473bf26404581a2815b189d99cb15", "name": "heat_stack_owner"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "3ca11eee7eda45b095b2149347930aa0", "name": "Member"}], "expires_at": "2018-10-04T14:52:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f80fe6358a334241916439028da604ad", "name": "snaps_health_check-project_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/f80fe6358a334241916439028da604ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/f80fe6358a334241916439028da604ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/f80fe6358a334241916439028da604ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f80fe6358a334241916439028da604ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/f80fe6358a334241916439028da604ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/f80fe6358a334241916439028da604ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/f80fe6358a334241916439028da604ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/f80fe6358a334241916439028da604ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/f80fe6358a334241916439028da604ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f80fe6358a334241916439028da604ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/f80fe6358a334241916439028da604ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/f80fe6358a334241916439028da604ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91", "id": "ea1daac9c2e240b983714bf9038eb238"}, "audit_ids": ["yxlQpisMS7eCab8kqokZgw"], "issued_at": "2018-10-04T13:52:22.000000Z"}} 2018-10-04 13:52:22,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1faa662aab4781db1f81d63f83dea0c70cb0123" 2018-10-04 13:52:23,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-9d2418c5-be31-4496-b760-f2cbc9315b6e Date: Thu, 04 Oct 2018 13:52:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 13:52:23,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-9d2418c5-be31-4496-b760-f2cbc9315b6e 2018-10-04 13:52:23,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1faa662aab4781db1f81d63f83dea0c70cb0123" 2018-10-04 13:52:23,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-c34c1603-a76d-400e-bfc4-cf10990e7342 Date: Thu, 04 Oct 2018 13:52:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","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":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 13:52:23,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-c34c1603-a76d-400e-bfc4-cf10990e7342 2018-10-04 13:52:23,214 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-04 13:52:23,214 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-10-04 13:52:23,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:52:23,216 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:52:23,603 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27a473bf26404581a2815b189d99cb15", "name": "heat_stack_owner"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "3ca11eee7eda45b095b2149347930aa0", "name": "Member"}], "expires_at": "2018-10-04T14:52:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f80fe6358a334241916439028da604ad", "name": "snaps_health_check-project_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/f80fe6358a334241916439028da604ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/f80fe6358a334241916439028da604ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/f80fe6358a334241916439028da604ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f80fe6358a334241916439028da604ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/f80fe6358a334241916439028da604ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/f80fe6358a334241916439028da604ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/f80fe6358a334241916439028da604ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/f80fe6358a334241916439028da604ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/f80fe6358a334241916439028da604ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f80fe6358a334241916439028da604ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/f80fe6358a334241916439028da604ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/f80fe6358a334241916439028da604ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91", "id": "ea1daac9c2e240b983714bf9038eb238"}, "audit_ids": ["-oEnFqKWTRmKuMW9BOZvhw"], "issued_at": "2018-10-04T13:52:23.000000Z"}} 2018-10-04 13:52:23,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8741698e16e2e8c8d2bf89b6c96a58eb68933664" 2018-10-04 13:52:23,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f5374d3-e2ea-4137-a7e9-d641018d2a53 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:52:23,699 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4f5374d3-e2ea-4137-a7e9-d641018d2a53 2018-10-04 13:52:23,701 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:52:23,702 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:52:24,091 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27a473bf26404581a2815b189d99cb15", "name": "heat_stack_owner"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "3ca11eee7eda45b095b2149347930aa0", "name": "Member"}], "expires_at": "2018-10-04T14:52:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f80fe6358a334241916439028da604ad", "name": "snaps_health_check-project_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/f80fe6358a334241916439028da604ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/f80fe6358a334241916439028da604ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/f80fe6358a334241916439028da604ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f80fe6358a334241916439028da604ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/f80fe6358a334241916439028da604ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/f80fe6358a334241916439028da604ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/f80fe6358a334241916439028da604ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/f80fe6358a334241916439028da604ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/f80fe6358a334241916439028da604ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f80fe6358a334241916439028da604ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/f80fe6358a334241916439028da604ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/f80fe6358a334241916439028da604ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91", "id": "ea1daac9c2e240b983714bf9038eb238"}, "audit_ids": ["4WjtBf2nQNKRDIvtFkN32Q"], "issued_at": "2018-10-04T13:52:24.000000Z"}} 2018-10-04 13:52:24,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95faed34d7c9a185c35ef5d8faf3db951166b3d2" 2018-10-04 13:52:24,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed783d0f-40cf-495b-833b-4ca286433452 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:52:24,168 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ed783d0f-40cf-495b-833b-4ca286433452 2018-10-04 13:52:24,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:52:24,179 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:52:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:52:24,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-26b1ff70-43b2-49a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95faed34d7c9a185c35ef5d8faf3db951166b3d2" 2018-10-04 13:52:24,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e94dcc71-bbf1-4c6f-8027-3562f0fee3d0 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-26b1ff70-43b2-49a-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 13:52:24,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-26b1ff70-43b2-49a-proj used request id req-e94dcc71-bbf1-4c6f-8027-3562f0fee3d0 2018-10-04 13:52:24,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95faed34d7c9a185c35ef5d8faf3db951166b3d2" 2018-10-04 13:52:24,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19791890-d12e-4bcd-b3fb-86bbe2f05b95 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 13:52:24,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-19791890-d12e-4bcd-b3fb-86bbe2f05b95 2018-10-04 13:52:24,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95faed34d7c9a185c35ef5d8faf3db951166b3d2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-26b1ff70-43b2-49a-proj"}}' 2018-10-04 13:52:24,476 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:52:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8027c5c1-3017-45b3-8f9c-f88dd171ee26 Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b"}, "enabled": true, "id": "5308fbb9a9af471cad803d78a8c41b8b", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-26b1ff70-43b2-49a-proj"}} 2018-10-04 13:52:24,477 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-8027c5c1-3017-45b3-8f9c-f88dd171ee26 2018-10-04 13:52:24,477 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-26b1ff70-43b2-49a-proj 2018-10-04 13:52:24,477 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:52:24,478 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:52:24,872 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27a473bf26404581a2815b189d99cb15", "name": "heat_stack_owner"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "3ca11eee7eda45b095b2149347930aa0", "name": "Member"}], "expires_at": "2018-10-04T14:52:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f80fe6358a334241916439028da604ad", "name": "snaps_health_check-project_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/f80fe6358a334241916439028da604ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/f80fe6358a334241916439028da604ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/f80fe6358a334241916439028da604ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f80fe6358a334241916439028da604ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/f80fe6358a334241916439028da604ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/f80fe6358a334241916439028da604ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/f80fe6358a334241916439028da604ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/f80fe6358a334241916439028da604ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/f80fe6358a334241916439028da604ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f80fe6358a334241916439028da604ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/f80fe6358a334241916439028da604ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/f80fe6358a334241916439028da604ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91", "id": "ea1daac9c2e240b983714bf9038eb238"}, "audit_ids": ["LYwST7y8QCKYPUGoPFAX6A"], "issued_at": "2018-10-04T13:52:24.000000Z"}} 2018-10-04 13:52:24,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e32b718355d2b4a8c149b4e0776cdd824998eda" 2018-10-04 13:52:24,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30900cc4-b401-4d63-8ea3-8ac46b042c99 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:52:24,955 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-30900cc4-b401-4d63-8ea3-8ac46b042c99 2018-10-04 13:52:24,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:52:24,965 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:52:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:52:24,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e32b718355d2b4a8c149b4e0776cdd824998eda" 2018-10-04 13:52:25,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cad71ecf-4260-486e-9989-5c9c4a9ff22c Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91", "links": {"self": "http://172.30.9.23:5000/v3/users/ea1daac9c2e240b983714bf9038eb238"}, "domain_id": "default", "enabled": true, "id": "ea1daac9c2e240b983714bf9038eb238", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:52:25,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-cad71ecf-4260-486e-9989-5c9c4a9ff22c 2018-10-04 13:52:25,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=SimpleHealthCheck-26b1ff70-43b2-49a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e32b718355d2b4a8c149b4e0776cdd824998eda" 2018-10-04 13:52:25,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbdc2369-84fe-406c-be91-8f237f39c07f Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=SimpleHealthCheck-26b1ff70-43b2-49a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b"}, "enabled": true, "id": "5308fbb9a9af471cad803d78a8c41b8b", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-26b1ff70-43b2-49a-proj"}]} 2018-10-04 13:52:25,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=SimpleHealthCheck-26b1ff70-43b2-49a-proj used request id req-bbdc2369-84fe-406c-be91-8f237f39c07f 2018-10-04 13:52:25,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e32b718355d2b4a8c149b4e0776cdd824998eda" 2018-10-04 13:52:25,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9c3f765-7d9d-4153-9c83-1c9586284367 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 13:52:25,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-e9c3f765-7d9d-4153-9c83-1c9586284367 2018-10-04 13:52:25,636 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-26b1ff70-43b2-49a-user 2018-10-04 13:52:25,637 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:52:25,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95faed34d7c9a185c35ef5d8faf3db951166b3d2" 2018-10-04 13:52:25,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b660e0a4-593d-433a-b677-b4f64124c2b4 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "27a473bf26404581a2815b189d99cb15", "links": {"self": "http://172.30.9.23:5000/v3/roles/27a473bf26404581a2815b189d99cb15"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "3ca11eee7eda45b095b2149347930aa0", "links": {"self": "http://172.30.9.23:5000/v3/roles/3ca11eee7eda45b095b2149347930aa0"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:52:25,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b660e0a4-593d-433a-b677-b4f64124c2b4 2018-10-04 13:52:25,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95faed34d7c9a185c35ef5d8faf3db951166b3d2" -d '{"role": {"name": "SimpleHealthCheck-26b1ff70-43b2-49a-proj-role"}}' 2018-10-04 13:52:25,834 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:52:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f77c6603-6a36-42e4-8ad2-2ec477fd6474 Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "be78c458774a44c69f66bf313e29ea35", "links": {"self": "http://172.30.9.23:5000/v3/roles/be78c458774a44c69f66bf313e29ea35"}, "name": "SimpleHealthCheck-26b1ff70-43b2-49a-proj-role"}} 2018-10-04 13:52:25,834 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-f77c6603-6a36-42e4-8ad2-2ec477fd6474 2018-10-04 13:52:25,835 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-26b1ff70-43b2-49a-proj-role 2018-10-04 13:52:25,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/be78c458774a44c69f66bf313e29ea35 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95faed34d7c9a185c35ef5d8faf3db951166b3d2" 2018-10-04 13:52:25,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c7364fb-5c53-4d88-9f15-8053f3262ee0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/be78c458774a44c69f66bf313e29ea35"}, "domain_id": null, "name": "SimpleHealthCheck-26b1ff70-43b2-49a-proj-role", "id": "be78c458774a44c69f66bf313e29ea35"}} 2018-10-04 13:52:25,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/be78c458774a44c69f66bf313e29ea35 used request id req-5c7364fb-5c53-4d88-9f15-8053f3262ee0 2018-10-04 13:52:25,859 - keystone_utils - INFO - Granting role SimpleHealthCheck-26b1ff70-43b2-49a-proj-role to project SimpleHealthCheck-26b1ff70-43b2-49a-proj 2018-10-04 13:52:25,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b/users/6e01ba47bc9c4136b96f0f45878f9242/roles/be78c458774a44c69f66bf313e29ea35 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95faed34d7c9a185c35ef5d8faf3db951166b3d2" 2018-10-04 13:52:26,019 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:52:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30dfe7b7-a4cc-4833-a385-ed41a94f3398 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:52:26,019 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b/users/6e01ba47bc9c4136b96f0f45878f9242/roles/be78c458774a44c69f66bf313e29ea35 used request id req-30dfe7b7-a4cc-4833-a385-ed41a94f3398 2018-10-04 13:52:26,019 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:52:26,021 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 13:52:26,021 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:52:26,022 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:52:26,398 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be78c458774a44c69f66bf313e29ea35", "name": "SimpleHealthCheck-26b1ff70-43b2-49a-proj-role"}], "expires_at": "2018-10-04T14:52:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5308fbb9a9af471cad803d78a8c41b8b", "name": "SimpleHealthCheck-26b1ff70-43b2-49a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/5308fbb9a9af471cad803d78a8c41b8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/5308fbb9a9af471cad803d78a8c41b8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/5308fbb9a9af471cad803d78a8c41b8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5308fbb9a9af471cad803d78a8c41b8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/5308fbb9a9af471cad803d78a8c41b8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/5308fbb9a9af471cad803d78a8c41b8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/5308fbb9a9af471cad803d78a8c41b8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/5308fbb9a9af471cad803d78a8c41b8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/5308fbb9a9af471cad803d78a8c41b8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5308fbb9a9af471cad803d78a8c41b8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/5308fbb9a9af471cad803d78a8c41b8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/5308fbb9a9af471cad803d78a8c41b8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-26b1ff70-43b2-49a-user", "id": "6e01ba47bc9c4136b96f0f45878f9242"}, "audit_ids": ["eEXmkWMPRtacmfF0rq-2Dw"], "issued_at": "2018-10-04T13:52:26.000000Z"}} 2018-10-04 13:52:26,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4178e9ad4322ca3cc31ccb9d262bd9e957318b82" 2018-10-04 13:52:26,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10c90bd6-53c9-4583-9a23-7590dd4bd13e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:52:26,481 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-10c90bd6-53c9-4583-9a23-7590dd4bd13e 2018-10-04 13:52:26,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4178e9ad4322ca3cc31ccb9d262bd9e957318b82" 2018-10-04 13:52:26,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-e6841379-4dc9-45f9-ab4d-8803ffec8306 Date: Thu, 04 Oct 2018 13:52:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-image"} 2018-10-04 13:52:26,657 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-image used request id req-e6841379-4dc9-45f9-ab4d-8803ffec8306 2018-10-04 13:52:26,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4178e9ad4322ca3cc31ccb9d262bd9e957318b82" 2018-10-04 13:52:26,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-87c65304-2e63-4f5a-8970-e28b24064f03 Date: Thu, 04 Oct 2018 13:52:26 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 13:52:26,817 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-87c65304-2e63-4f5a-8970-e28b24064f03 2018-10-04 13:52:26,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4178e9ad4322ca3cc31ccb9d262bd9e957318b82" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-image"}' 2018-10-04 13:52:27,076 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/5e06048e-1960-44d1-ac90-93c7c7252b67 X-Openstack-Request-Id: req-26781994-fbb0-4d10-815b-bcac40bcee3b Date: Thu, 04 Oct 2018 13:52:27 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:52:27Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T13:52:27Z", "visibility": "shared", "locations": [], "self": "/v2/images/5e06048e-1960-44d1-ac90-93c7c7252b67", "min_disk": 0, "protected": false, "id": "5e06048e-1960-44d1-ac90-93c7c7252b67", "file": "/v2/images/5e06048e-1960-44d1-ac90-93c7c7252b67/file", "checksum": null, "owner": "5308fbb9a9af471cad803d78a8c41b8b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:52:27,076 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-26781994-fbb0-4d10-815b-bcac40bcee3b 2018-10-04 13:52:27,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/5e06048e-1960-44d1-ac90-93c7c7252b67/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4178e9ad4322ca3cc31ccb9d262bd9e957318b82" -d '' 2018-10-04 13:52:28,652 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-351219ec-226d-4f6c-82e7-acabe41a8808 Date: Thu, 04 Oct 2018 13:52:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 13:52:28,653 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/5e06048e-1960-44d1-ac90-93c7c7252b67/file used request id req-351219ec-226d-4f6c-82e7-acabe41a8808 2018-10-04 13:52:28,653 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 13:52:28,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/5e06048e-1960-44d1-ac90-93c7c7252b67 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4178e9ad4322ca3cc31ccb9d262bd9e957318b82" 2018-10-04 13:52:28,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-eba5cfae-5e4a-4bfc-92d6-dc5cb3f7902c Date: Thu, 04 Oct 2018 13:52:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:52:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:52:28Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/5e06048e-1960-44d1-ac90-93c7c7252b67/snap", "metadata": {}}], "self": "/v2/images/5e06048e-1960-44d1-ac90-93c7c7252b67", "min_disk": 0, "protected": false, "id": "5e06048e-1960-44d1-ac90-93c7c7252b67", "file": "/v2/images/5e06048e-1960-44d1-ac90-93c7c7252b67/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5308fbb9a9af471cad803d78a8c41b8b", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/5e06048e-1960-44d1-ac90-93c7c7252b67/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:52:28,807 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/5e06048e-1960-44d1-ac90-93c7c7252b67 used request id req-eba5cfae-5e4a-4bfc-92d6-dc5cb3f7902c 2018-10-04 13:52:28,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4178e9ad4322ca3cc31ccb9d262bd9e957318b82" 2018-10-04 13:52:28,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9d5169dc-5f6d-4e7f-9601-3653b0b90aa5 Date: Thu, 04 Oct 2018 13:52:28 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 13:52:28,971 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-9d5169dc-5f6d-4e7f-9601-3653b0b90aa5 2018-10-04 13:52:28,974 - create_image - INFO - Created image with name - SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-image 2018-10-04 13:52:28,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/5e06048e-1960-44d1-ac90-93c7c7252b67 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4178e9ad4322ca3cc31ccb9d262bd9e957318b82" 2018-10-04 13:52:29,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-6df09ed8-692e-4128-a6ba-b2fc8c4873ba Date: Thu, 04 Oct 2018 13:52:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:52:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:52:28Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/5e06048e-1960-44d1-ac90-93c7c7252b67/snap", "metadata": {}}], "self": "/v2/images/5e06048e-1960-44d1-ac90-93c7c7252b67", "min_disk": 0, "protected": false, "id": "5e06048e-1960-44d1-ac90-93c7c7252b67", "file": "/v2/images/5e06048e-1960-44d1-ac90-93c7c7252b67/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5308fbb9a9af471cad803d78a8c41b8b", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/5e06048e-1960-44d1-ac90-93c7c7252b67/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 13:52:29,134 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/5e06048e-1960-44d1-ac90-93c7c7252b67 used request id req-6df09ed8-692e-4128-a6ba-b2fc8c4873ba 2018-10-04 13:52:29,135 - create_image - DEBUG - Instance status is - active 2018-10-04 13:52:29,135 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-image 2018-10-04 13:52:29,135 - create_image - INFO - Image is now active with name - SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-image 2018-10-04 13:52:29,135 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:52:29,136 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:52:29,507 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be78c458774a44c69f66bf313e29ea35", "name": "SimpleHealthCheck-26b1ff70-43b2-49a-proj-role"}], "expires_at": "2018-10-04T14:52:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5308fbb9a9af471cad803d78a8c41b8b", "name": "SimpleHealthCheck-26b1ff70-43b2-49a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/5308fbb9a9af471cad803d78a8c41b8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/5308fbb9a9af471cad803d78a8c41b8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/5308fbb9a9af471cad803d78a8c41b8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5308fbb9a9af471cad803d78a8c41b8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/5308fbb9a9af471cad803d78a8c41b8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/5308fbb9a9af471cad803d78a8c41b8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/5308fbb9a9af471cad803d78a8c41b8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/5308fbb9a9af471cad803d78a8c41b8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/5308fbb9a9af471cad803d78a8c41b8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5308fbb9a9af471cad803d78a8c41b8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/5308fbb9a9af471cad803d78a8c41b8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/5308fbb9a9af471cad803d78a8c41b8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-26b1ff70-43b2-49a-user", "id": "6e01ba47bc9c4136b96f0f45878f9242"}, "audit_ids": ["7t0Q7H8JQW-XbyfNrIepng"], "issued_at": "2018-10-04T13:52:29.000000Z"}} 2018-10-04 13:52:29,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75aec624e5659ab2cba45a8328653a6b288c27d1" 2018-10-04 13:52:29,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-137a20d2-66b1-41f2-aee8-2f9f61ddc02b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:52:29,580 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-137a20d2-66b1-41f2-aee8-2f9f61ddc02b 2018-10-04 13:52:29,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75aec624e5659ab2cba45a8328653a6b288c27d1" 2018-10-04 13:52:29,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b4bbd2a9-c2ec-4f63-af40-89245f9b5ec6 Date: Thu, 04 Oct 2018 13:52:29 GMT RESP BODY: {"networks":[]} 2018-10-04 13:52:29,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net used request id req-b4bbd2a9-c2ec-4f63-af40-89245f9b5ec6 2018-10-04 13:52:29,750 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net 2018-10-04 13:52:29,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75aec624e5659ab2cba45a8328653a6b288c27d1" -d '{"network": {"name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net", "admin_state_up": true}}' 2018-10-04 13:52:30,275 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-8b87c217-7283-4a87-9bf2-e434b6e5fab9 Date: Thu, 04 Oct 2018 13:52:30 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5308fbb9a9af471cad803d78a8c41b8b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:52:30Z","is_default":false,"name":"SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"5308fbb9a9af471cad803d78a8c41b8b","created_at":"2018-10-04T13:52:30Z","mtu":1450}} 2018-10-04 13:52:30,275 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-8b87c217-7283-4a87-9bf2-e434b6e5fab9 2018-10-04 13:52:30,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75aec624e5659ab2cba45a8328653a6b288c27d1" 2018-10-04 13:52:30,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 605 X-Openstack-Request-Id: req-c44a1537-28d3-43b5-a961-442956742918 Date: Thu, 04 Oct 2018 13:52:30 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-10-04T13:52:30Z","tenant_id":"5308fbb9a9af471cad803d78a8c41b8b","created_at":"2018-10-04T13:52:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5308fbb9a9af471cad803d78a8c41b8b","id":"8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30","name":"SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net"}]} 2018-10-04 13:52:30,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30 used request id req-c44a1537-28d3-43b5-a961-442956742918 2018-10-04 13:52:30,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75aec624e5659ab2cba45a8328653a6b288c27d1" 2018-10-04 13:52:30,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-940f0edd-40ef-41b1-9212-4e585ccf63e2 Date: Thu, 04 Oct 2018 13:52:30 GMT RESP BODY: {"subnets":[]} 2018-10-04 13:52:30,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30 used request id req-940f0edd-40ef-41b1-9212-4e585ccf63e2 2018-10-04 13:52:30,690 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-subnet 2018-10-04 13:52:30,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75aec624e5659ab2cba45a8328653a6b288c27d1" -d '{"subnets": [{"ip_version": 4, "network_id": "8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-subnet"}]}' 2018-10-04 13:52:31,514 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-998edb62-e2bf-4009-af8b-f0fd607075b1 Date: Thu, 04 Oct 2018 13:52:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30","tenant_id":"5308fbb9a9af471cad803d78a8c41b8b","created_at":"2018-10-04T13:52:31Z","dns_nameservers":[],"updated_at":"2018-10-04T13:52:31Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"5308fbb9a9af471cad803d78a8c41b8b","id":"83301a98-dd26-4c83-8a2f-9528b066d239","subnetpool_id":null,"name":"SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-subnet"}]} 2018-10-04 13:52:31,514 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-998edb62-e2bf-4009-af8b-f0fd607075b1 2018-10-04 13:52:31,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75aec624e5659ab2cba45a8328653a6b288c27d1" 2018-10-04 13:52:31,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-79c30ef0-13ab-4abc-a105-758860850d0c Date: Thu, 04 Oct 2018 13:52:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["83301a98-dd26-4c83-8a2f-9528b066d239"],"updated_at":"2018-10-04T13:52:31Z","tenant_id":"5308fbb9a9af471cad803d78a8c41b8b","created_at":"2018-10-04T13:52:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5308fbb9a9af471cad803d78a8c41b8b","id":"8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30","name":"SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net"}]} 2018-10-04 13:52:31,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30 used request id req-79c30ef0-13ab-4abc-a105-758860850d0c 2018-10-04 13:52:31,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75aec624e5659ab2cba45a8328653a6b288c27d1" 2018-10-04 13:52:31,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-af68918e-b2f9-44e0-8c2a-6006b9469e6b Date: Thu, 04 Oct 2018 13:52:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30","tenant_id":"5308fbb9a9af471cad803d78a8c41b8b","created_at":"2018-10-04T13:52:31Z","dns_nameservers":[],"updated_at":"2018-10-04T13:52:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5308fbb9a9af471cad803d78a8c41b8b","id":"83301a98-dd26-4c83-8a2f-9528b066d239","subnetpool_id":null,"name":"SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-subnet"}]} 2018-10-04 13:52:31,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30 used request id req-af68918e-b2f9-44e0-8c2a-6006b9469e6b 2018-10-04 13:52:31,979 - OpenStackNetwork - DEBUG - Network [8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30] created successfully 2018-10-04 13:52:31,979 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:52:31,980 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:52:32,368 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27a473bf26404581a2815b189d99cb15", "name": "heat_stack_owner"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "3ca11eee7eda45b095b2149347930aa0", "name": "Member"}], "expires_at": "2018-10-04T14:52:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f80fe6358a334241916439028da604ad", "name": "snaps_health_check-project_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/f80fe6358a334241916439028da604ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/f80fe6358a334241916439028da604ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/f80fe6358a334241916439028da604ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f80fe6358a334241916439028da604ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/f80fe6358a334241916439028da604ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/f80fe6358a334241916439028da604ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/f80fe6358a334241916439028da604ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/f80fe6358a334241916439028da604ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/f80fe6358a334241916439028da604ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f80fe6358a334241916439028da604ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/f80fe6358a334241916439028da604ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/f80fe6358a334241916439028da604ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91", "id": "ea1daac9c2e240b983714bf9038eb238"}, "audit_ids": ["LnK2UmlOSSujvOkVbQkiaw"], "issued_at": "2018-10-04T13:52:32.000000Z"}} 2018-10-04 13:52:32,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e76265155e07bcdfc76a9c9c54c5e2c85d6eaa44" 2018-10-04 13:52:32,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-372e5a9f-9d91-49e7-85bd-9a0f13122127 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:52:32,446 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-372e5a9f-9d91-49e7-85bd-9a0f13122127 2018-10-04 13:52:32,447 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:52:32,452 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e76265155e07bcdfc76a9c9c54c5e2c85d6eaa44" 2018-10-04 13:52:32,634 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b2dfd694-ad8e-4393-9526-76c0b335b17a x-compute-request-id: req-b2dfd694-ad8e-4393-9526-76c0b335b17a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 13:52:32,634 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-b2dfd694-ad8e-4393-9526-76c0b335b17a 2018-10-04 13:52:32,638 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e76265155e07bcdfc76a9c9c54c5e2c85d6eaa44" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 13:52:32,696 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df8b5bda-0bb2-4c34-a183-b346815dba19 x-compute-request-id: req-df8b5bda-0bb2-4c34-a183-b346815dba19 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a1197a24-4f76-4e6e-8952-c1f28e51bf88", "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 13:52:32,696 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-df8b5bda-0bb2-4c34-a183-b346815dba19 2018-10-04 13:52:32,697 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:52:32,698 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:52:33,079 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be78c458774a44c69f66bf313e29ea35", "name": "SimpleHealthCheck-26b1ff70-43b2-49a-proj-role"}], "expires_at": "2018-10-04T14:52:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5308fbb9a9af471cad803d78a8c41b8b", "name": "SimpleHealthCheck-26b1ff70-43b2-49a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/5308fbb9a9af471cad803d78a8c41b8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/5308fbb9a9af471cad803d78a8c41b8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/5308fbb9a9af471cad803d78a8c41b8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5308fbb9a9af471cad803d78a8c41b8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/5308fbb9a9af471cad803d78a8c41b8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/5308fbb9a9af471cad803d78a8c41b8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/5308fbb9a9af471cad803d78a8c41b8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/5308fbb9a9af471cad803d78a8c41b8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/5308fbb9a9af471cad803d78a8c41b8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5308fbb9a9af471cad803d78a8c41b8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/5308fbb9a9af471cad803d78a8c41b8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/5308fbb9a9af471cad803d78a8c41b8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-26b1ff70-43b2-49a-user", "id": "6e01ba47bc9c4136b96f0f45878f9242"}, "audit_ids": ["GasIge8sR_Ga06yW4-hGAg"], "issued_at": "2018-10-04T13:52:33.000000Z"}} 2018-10-04 13:52:33,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:33,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffbee75e-4644-4622-be2e-57ce7865c219 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:52:33,159 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ffbee75e-4644-4622-be2e-57ce7865c219 2018-10-04 13:52:33,160 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 13:52:33,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:33,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1df02e89-64a9-4815-94d6-f64a2c3725bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:52:33,316 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1df02e89-64a9-4815-94d6-f64a2c3725bf 2018-10-04 13:52:33,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:33,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-d6cabd17-2310-4358-9f56-a4627fb83d23 Date: Thu, 04 Oct 2018 13:52:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["83301a98-dd26-4c83-8a2f-9528b066d239"],"updated_at":"2018-10-04T13:52:31Z","tenant_id":"5308fbb9a9af471cad803d78a8c41b8b","created_at":"2018-10-04T13:52:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5308fbb9a9af471cad803d78a8c41b8b","id":"8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30","name":"SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net"}]} 2018-10-04 13:52:33,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net used request id req-d6cabd17-2310-4358-9f56-a4627fb83d23 2018-10-04 13:52:33,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:52:33,576 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:52:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:52:33,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:33,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19c6cd48-62d3-480f-8585-91d65faef410 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b"}, "enabled": true, "id": "5308fbb9a9af471cad803d78a8c41b8b", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-26b1ff70-43b2-49a-proj"}} 2018-10-04 13:52:33,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b used request id req-19c6cd48-62d3-480f-8585-91d65faef410 2018-10-04 13:52:33,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:33,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e920c3e2-8925-45f7-8006-1aee4103da4f Date: Thu, 04 Oct 2018 13:52:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30","tenant_id":"5308fbb9a9af471cad803d78a8c41b8b","created_at":"2018-10-04T13:52:31Z","dns_nameservers":[],"updated_at":"2018-10-04T13:52:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5308fbb9a9af471cad803d78a8c41b8b","id":"83301a98-dd26-4c83-8a2f-9528b066d239","subnetpool_id":null,"name":"SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-subnet"}]} 2018-10-04 13:52:33,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30 used request id req-e920c3e2-8925-45f7-8006-1aee4103da4f 2018-10-04 13:52:33,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30&name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:34,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-72b75a16-6864-4b7d-9798-fe8115d7f92e Date: Thu, 04 Oct 2018 13:52:34 GMT RESP BODY: {"ports":[]} 2018-10-04 13:52:34,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30&name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737port-1&admin_state_up=True used request id req-72b75a16-6864-4b7d-9798-fe8115d7f92e 2018-10-04 13:52:34,065 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:34,310 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8c894a69-6929-4d66-97ac-06938907f419 x-compute-request-id: req-8c894a69-6929-4d66-97ac-06938907f419 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 13:52:34,310 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst used request id req-8c894a69-6929-4d66-97ac-06938907f419 2018-10-04 13:52:34,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:34,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-1731681e-d62b-4b44-b9e1-8763081f8c7d Date: Thu, 04 Oct 2018 13:52:34 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":["83301a98-dd26-4c83-8a2f-9528b066d239"],"updated_at":"2018-10-04T13:52:31Z","tenant_id":"5308fbb9a9af471cad803d78a8c41b8b","created_at":"2018-10-04T13:52:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5308fbb9a9af471cad803d78a8c41b8b","id":"8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30","name":"SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net"}]} 2018-10-04 13:52:34,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net used request id req-1731681e-d62b-4b44-b9e1-8763081f8c7d 2018-10-04 13:52:34,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:34,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78ed7fb1-ccd4-4dc9-b9e3-93bc6440f04c Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b"}, "enabled": true, "id": "5308fbb9a9af471cad803d78a8c41b8b", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-26b1ff70-43b2-49a-proj"}} 2018-10-04 13:52:34,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b used request id req-78ed7fb1-ccd4-4dc9-b9e3-93bc6440f04c 2018-10-04 13:52:34,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:34,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1636edbc-6c40-491e-847d-f4021660e4f5 Date: Thu, 04 Oct 2018 13:52:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30","tenant_id":"5308fbb9a9af471cad803d78a8c41b8b","created_at":"2018-10-04T13:52:31Z","dns_nameservers":[],"updated_at":"2018-10-04T13:52:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5308fbb9a9af471cad803d78a8c41b8b","id":"83301a98-dd26-4c83-8a2f-9528b066d239","subnetpool_id":null,"name":"SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-subnet"}]} 2018-10-04 13:52:34,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30 used request id req-1636edbc-6c40-491e-847d-f4021660e4f5 2018-10-04 13:52:34,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30&name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:34,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-bcd8ad64-9638-47cb-8a90-36e9053405d5 Date: Thu, 04 Oct 2018 13:52:34 GMT RESP BODY: {"ports":[]} 2018-10-04 13:52:34,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30&name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737port-1&admin_state_up=True used request id req-bcd8ad64-9638-47cb-8a90-36e9053405d5 2018-10-04 13:52:34,873 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 13:52:34,873 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:52:35,248 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be78c458774a44c69f66bf313e29ea35", "name": "SimpleHealthCheck-26b1ff70-43b2-49a-proj-role"}], "expires_at": "2018-10-04T14:52:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5308fbb9a9af471cad803d78a8c41b8b", "name": "SimpleHealthCheck-26b1ff70-43b2-49a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/5308fbb9a9af471cad803d78a8c41b8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/5308fbb9a9af471cad803d78a8c41b8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/5308fbb9a9af471cad803d78a8c41b8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5308fbb9a9af471cad803d78a8c41b8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/5308fbb9a9af471cad803d78a8c41b8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/5308fbb9a9af471cad803d78a8c41b8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/5308fbb9a9af471cad803d78a8c41b8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/5308fbb9a9af471cad803d78a8c41b8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/5308fbb9a9af471cad803d78a8c41b8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5308fbb9a9af471cad803d78a8c41b8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/5308fbb9a9af471cad803d78a8c41b8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/5308fbb9a9af471cad803d78a8c41b8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-26b1ff70-43b2-49a-user", "id": "6e01ba47bc9c4136b96f0f45878f9242"}, "audit_ids": ["KJNPmKorQCuaPkeiTR_W8w"], "issued_at": "2018-10-04T13:52:35.000000Z"}} 2018-10-04 13:52:35,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70fae6507f64659263b34bd588ddff133771cf1" 2018-10-04 13:52:35,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcd6f2f6-a8ad-4f9d-bf96-2dfa55f1b2d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:52:35,325 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dcd6f2f6-a8ad-4f9d-bf96-2dfa55f1b2d8 2018-10-04 13:52:35,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:35,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-921d3ecb-9a04-4c87-8913-3eba125622ac Date: Thu, 04 Oct 2018 13:52:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["83301a98-dd26-4c83-8a2f-9528b066d239"],"updated_at":"2018-10-04T13:52:31Z","tenant_id":"5308fbb9a9af471cad803d78a8c41b8b","created_at":"2018-10-04T13:52:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5308fbb9a9af471cad803d78a8c41b8b","id":"8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30","name":"SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net"}]} 2018-10-04 13:52:35,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net used request id req-921d3ecb-9a04-4c87-8913-3eba125622ac 2018-10-04 13:52:35,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:35,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8a9d6a47-27d3-4406-ae53-44bf93f1f62b Date: Thu, 04 Oct 2018 13:52:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30","tenant_id":"5308fbb9a9af471cad803d78a8c41b8b","created_at":"2018-10-04T13:52:31Z","dns_nameservers":[],"updated_at":"2018-10-04T13:52:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5308fbb9a9af471cad803d78a8c41b8b","id":"83301a98-dd26-4c83-8a2f-9528b066d239","subnetpool_id":null,"name":"SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-subnet"}]} 2018-10-04 13:52:35,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30 used request id req-8a9d6a47-27d3-4406-ae53-44bf93f1f62b 2018-10-04 13:52:35,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:36,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-6a8b6e9c-5a13-47f1-a6be-53fda2033002 Date: Thu, 04 Oct 2018 13:52:36 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":["83301a98-dd26-4c83-8a2f-9528b066d239"],"updated_at":"2018-10-04T13:52:31Z","tenant_id":"5308fbb9a9af471cad803d78a8c41b8b","created_at":"2018-10-04T13:52:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5308fbb9a9af471cad803d78a8c41b8b","id":"8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30","name":"SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net"}]} 2018-10-04 13:52:36,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net used request id req-6a8b6e9c-5a13-47f1-a6be-53fda2033002 2018-10-04 13:52:36,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:52:36,050 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:52:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:52:36,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70fae6507f64659263b34bd588ddff133771cf1" 2018-10-04 13:52:36,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-393cef1e-6c93-401b-9825-68b6ea1e195b Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b"}, "enabled": true, "id": "5308fbb9a9af471cad803d78a8c41b8b", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-26b1ff70-43b2-49a-proj"}} 2018-10-04 13:52:36,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b used request id req-393cef1e-6c93-401b-9825-68b6ea1e195b 2018-10-04 13:52:36,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:36,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8163ee8c-5bf7-42ed-8302-adef91ba8d82 Date: Thu, 04 Oct 2018 13:52:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30","tenant_id":"5308fbb9a9af471cad803d78a8c41b8b","created_at":"2018-10-04T13:52:31Z","dns_nameservers":[],"updated_at":"2018-10-04T13:52:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5308fbb9a9af471cad803d78a8c41b8b","id":"83301a98-dd26-4c83-8a2f-9528b066d239","subnetpool_id":null,"name":"SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-subnet"}]} 2018-10-04 13:52:36,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30 used request id req-8163ee8c-5bf7-42ed-8302-adef91ba8d82 2018-10-04 13:52:36,337 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net 2018-10-04 13:52:36,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" -d '{"port": {"network_id": "8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30", "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737port-1", "admin_state_up": true}}' 2018-10-04 13:52:37,430 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 774 X-Openstack-Request-Id: req-bc13da0a-1f29-4596-8864-d0dc1f74dcfc Date: Thu, 04 Oct 2018 13:52:37 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:52:36Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"83301a98-dd26-4c83-8a2f-9528b066d239","ip_address":"10.55.0.11"}],"id":"7698a196-617b-4d18-a585-ec0c62c9ffc3","security_groups":["5d29838b-2c4a-4d10-8a46-380d48706a0c"],"mac_address":"fa:16:3e:79:25:d1","device_id":"","status":"DOWN","description":"","tags":[],"name":"SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737port-1","project_id":"5308fbb9a9af471cad803d78a8c41b8b","qos_policy_id":null,"admin_state_up":true,"network_id":"8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30","tenant_id":"5308fbb9a9af471cad803d78a8c41b8b","created_at":"2018-10-04T13:52:36Z","binding:vnic_type":"normal"}} 2018-10-04 13:52:37,431 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-bc13da0a-1f29-4596-8864-d0dc1f74dcfc 2018-10-04 13:52:37,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:37,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-c601ec31-0c01-4cf9-9a2c-04b6f2c1ebd8 Date: Thu, 04 Oct 2018 13:52:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["83301a98-dd26-4c83-8a2f-9528b066d239"],"updated_at":"2018-10-04T13:52:31Z","tenant_id":"5308fbb9a9af471cad803d78a8c41b8b","created_at":"2018-10-04T13:52:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5308fbb9a9af471cad803d78a8c41b8b","id":"8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30","name":"SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net"}]} 2018-10-04 13:52:37,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net used request id req-c601ec31-0c01-4cf9-9a2c-04b6f2c1ebd8 2018-10-04 13:52:37,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:37,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c508e17-ec30-4bdf-b21f-13c6bdf09cff Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b"}, "enabled": true, "id": "5308fbb9a9af471cad803d78a8c41b8b", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-26b1ff70-43b2-49a-proj"}} 2018-10-04 13:52:37,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b used request id req-6c508e17-ec30-4bdf-b21f-13c6bdf09cff 2018-10-04 13:52:37,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:37,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-982262b6-1b14-4870-a9ae-02df752cf524 Date: Thu, 04 Oct 2018 13:52:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30","tenant_id":"5308fbb9a9af471cad803d78a8c41b8b","created_at":"2018-10-04T13:52:31Z","dns_nameservers":[],"updated_at":"2018-10-04T13:52:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5308fbb9a9af471cad803d78a8c41b8b","id":"83301a98-dd26-4c83-8a2f-9528b066d239","subnetpool_id":null,"name":"SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-subnet"}]} 2018-10-04 13:52:37,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30 used request id req-982262b6-1b14-4870-a9ae-02df752cf524 2018-10-04 13:52:37,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30&name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:38,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 777 X-Openstack-Request-Id: req-3629eb1d-630f-43d6-a9c3-e43f260f4c86 Date: Thu, 04 Oct 2018 13:52:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:52:36Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"83301a98-dd26-4c83-8a2f-9528b066d239","ip_address":"10.55.0.11"}],"id":"7698a196-617b-4d18-a585-ec0c62c9ffc3","security_groups":["5d29838b-2c4a-4d10-8a46-380d48706a0c"],"mac_address":"fa:16:3e:79:25:d1","project_id":"5308fbb9a9af471cad803d78a8c41b8b","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737port-1","admin_state_up":true,"network_id":"8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30","tenant_id":"5308fbb9a9af471cad803d78a8c41b8b","created_at":"2018-10-04T13:52:36Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 13:52:38,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30&name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737port-1&admin_state_up=True used request id req-3629eb1d-630f-43d6-a9c3-e43f260f4c86 2018-10-04 13:52:38,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:38,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ca175dd-4c51-4442-9dfd-090adfdb727f Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b"}, "enabled": true, "id": "5308fbb9a9af471cad803d78a8c41b8b", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-26b1ff70-43b2-49a-proj"}} 2018-10-04 13:52:38,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b used request id req-4ca175dd-4c51-4442-9dfd-090adfdb727f 2018-10-04 13:52:38,276 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst 2018-10-04 13:52:38,280 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:38,312 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b5741de3-65b2-4db4-8ea7-578a38708fda x-compute-request-id: req-b5741de3-65b2-4db4-8ea7-578a38708fda Content-Encoding: gzip Content-Length: 202 Content-Type: application/json RESP BODY: {"flavors": [{"id": "a1197a24-4f76-4e6e-8952-c1f28e51bf88", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88", "rel": "bookmark"}], "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-flavor-name"}]} 2018-10-04 13:52:38,313 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-b5741de3-65b2-4db4-8ea7-578a38708fda 2018-10-04 13:52:38,316 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:38,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e639c9bb-f847-45c1-94a3-27a6a2144eb0 x-compute-request-id: req-e639c9bb-f847-45c1-94a3-27a6a2144eb0 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a1197a24-4f76-4e6e-8952-c1f28e51bf88", "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 13:52:38,335 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88 used request id req-e639c9bb-f847-45c1-94a3-27a6a2144eb0 2018-10-04 13:52:38,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:38,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-395fe344-5c53-4119-8182-c72bc2e08596 Date: Thu, 04 Oct 2018 13:52:38 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T13:52:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T13:52:28Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/5e06048e-1960-44d1-ac90-93c7c7252b67/snap", "metadata": {}}], "self": "/v2/images/5e06048e-1960-44d1-ac90-93c7c7252b67", "min_disk": 0, "protected": false, "id": "5e06048e-1960-44d1-ac90-93c7c7252b67", "file": "/v2/images/5e06048e-1960-44d1-ac90-93c7c7252b67/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5308fbb9a9af471cad803d78a8c41b8b", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/5e06048e-1960-44d1-ac90-93c7c7252b67/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-image"} 2018-10-04 13:52:38,503 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-image used request id req-395fe344-5c53-4119-8182-c72bc2e08596 2018-10-04 13:52:38,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:38,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5744b52a-f794-46b6-b732-65ca3d87b172 Date: Thu, 04 Oct 2018 13:52:38 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 13:52:38,761 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-5744b52a-f794-46b6-b732-65ca3d87b172 2018-10-04 13:52:38,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" -d '{"server": {"name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst", "imageRef": "5e06048e-1960-44d1-ac90-93c7c7252b67", "flavorRef": "a1197a24-4f76-4e6e-8952-c1f28e51bf88", "max_count": 1, "min_count": 1, "networks": [{"port": "7698a196-617b-4d18-a585-ec0c62c9ffc3"}]}}' 2018-10-04 13:52:40,552 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:52:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cfa4027a-6419-4bb4-9a54-732f12a1fdc5 x-compute-request-id: req-cfa4027a-6419-4bb4-9a54-732f12a1fdc5 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d919b197-7c08-414c-aac5-edee8d730ecb", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "bookmark"}], "adminPass": "7rvMmHhEvoW3"}} 2018-10-04 13:52:40,552 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-cfa4027a-6419-4bb4-9a54-732f12a1fdc5 2018-10-04 13:52:40,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:41,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ca7169d-26c2-43cc-9c30-4560f876d49a x-compute-request-id: req-4ca7169d-26c2-43cc-9c30-4560f876d49a Content-Encoding: gzip Content-Length: 609 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "bookmark"}], "image": {"id": "5e06048e-1960-44d1-ac90-93c7c7252b67", "links": [{"href": "http://172.30.9.23:8774/images/5e06048e-1960-44d1-ac90-93c7c7252b67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1197a24-4f76-4e6e-8952-c1f28e51bf88", "links": [{"href": "http://172.30.9.23:8774/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88", "rel": "bookmark"}]}, "id": "d919b197-7c08-414c-aac5-edee8d730ecb", "user_id": "6e01ba47bc9c4136b96f0f45878f9242", "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-10-04T13:52:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst", "created": "2018-10-04T13:52:40Z", "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:52:41,009 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb used request id req-4ca7169d-26c2-43cc-9c30-4560f876d49a 2018-10-04 13:52:41,009 - create_instance - INFO - Created instance with name - SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst 2018-10-04 13:52:41,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:41,387 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52: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-c696274e-ff7c-4f48-b5c4-deb1aa492998 x-compute-request-id: req-c696274e-ff7c-4f48-b5c4-deb1aa492998 Content-Encoding: gzip Content-Length: 611 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "bookmark"}], "image": {"id": "5e06048e-1960-44d1-ac90-93c7c7252b67", "links": [{"href": "http://172.30.9.23:8774/images/5e06048e-1960-44d1-ac90-93c7c7252b67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1197a24-4f76-4e6e-8952-c1f28e51bf88", "links": [{"href": "http://172.30.9.23:8774/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88", "rel": "bookmark"}]}, "id": "d919b197-7c08-414c-aac5-edee8d730ecb", "user_id": "6e01ba47bc9c4136b96f0f45878f9242", "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-10-04T13:52:41Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst", "created": "2018-10-04T13:52:40Z", "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:52:41,387 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb used request id req-c696274e-ff7c-4f48-b5c4-deb1aa492998 2018-10-04 13:52:41,387 - create_instance - DEBUG - Instance status [SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst] is - BUILD 2018-10-04 13:52:41,387 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:52:44,391 - create_instance - DEBUG - VM status query timeout in 896.619002819 2018-10-04 13:52:44,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:44,730 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5efe3961-9e72-4cc2-a8f6-c449e0811cdb x-compute-request-id: req-5efe3961-9e72-4cc2-a8f6-c449e0811cdb Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "bookmark"}], "image": {"id": "5e06048e-1960-44d1-ac90-93c7c7252b67", "links": [{"href": "http://172.30.9.23:8774/images/5e06048e-1960-44d1-ac90-93c7c7252b67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1197a24-4f76-4e6e-8952-c1f28e51bf88", "links": [{"href": "http://172.30.9.23:8774/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88", "rel": "bookmark"}]}, "id": "d919b197-7c08-414c-aac5-edee8d730ecb", "security_groups": [{"name": "default"}], "user_id": "6e01ba47bc9c4136b96f0f45878f9242", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:52:41Z", "hostId": "dc5a7a41f6ed3043505184e112fe6f1cad889d19ee6d9d839e19e67f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst", "created": "2018-10-04T13:52:40Z", "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:52:44,730 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb used request id req-5efe3961-9e72-4cc2-a8f6-c449e0811cdb 2018-10-04 13:52:44,730 - create_instance - DEBUG - Instance status [SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst] is - BUILD 2018-10-04 13:52:44,731 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:52:47,734 - create_instance - DEBUG - VM status query timeout in 893.275867939 2018-10-04 13:52:47,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:48,196 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52: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-ff1e06ca-f71c-4787-9617-91f259a53d3b x-compute-request-id: req-ff1e06ca-f71c-4787-9617-91f259a53d3b Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:25:d1", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "bookmark"}], "image": {"id": "5e06048e-1960-44d1-ac90-93c7c7252b67", "links": [{"href": "http://172.30.9.23:8774/images/5e06048e-1960-44d1-ac90-93c7c7252b67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:52:44.000000", "flavor": {"id": "a1197a24-4f76-4e6e-8952-c1f28e51bf88", "links": [{"href": "http://172.30.9.23:8774/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88", "rel": "bookmark"}]}, "id": "d919b197-7c08-414c-aac5-edee8d730ecb", "security_groups": [{"name": "default"}], "user_id": "6e01ba47bc9c4136b96f0f45878f9242", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:52:47Z", "hostId": "dc5a7a41f6ed3043505184e112fe6f1cad889d19ee6d9d839e19e67f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst", "created": "2018-10-04T13:52:40Z", "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:52:48,196 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb used request id req-ff1e06ca-f71c-4787-9617-91f259a53d3b 2018-10-04 13:52:48,197 - create_instance - DEBUG - Instance status [SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst] is - ACTIVE 2018-10-04 13:52:48,197 - create_instance - INFO - VM is - ACTIVE 2018-10-04 13:52:48,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:48,788 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52: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-462337d6-c93f-4312-b070-2d7624d030ef x-compute-request-id: req-462337d6-c93f-4312-b070-2d7624d030ef Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:25:d1", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "bookmark"}], "image": {"id": "5e06048e-1960-44d1-ac90-93c7c7252b67", "links": [{"href": "http://172.30.9.23:8774/images/5e06048e-1960-44d1-ac90-93c7c7252b67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:52:44.000000", "flavor": {"id": "a1197a24-4f76-4e6e-8952-c1f28e51bf88", "links": [{"href": "http://172.30.9.23:8774/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88", "rel": "bookmark"}]}, "id": "d919b197-7c08-414c-aac5-edee8d730ecb", "security_groups": [{"name": "default"}], "user_id": "6e01ba47bc9c4136b96f0f45878f9242", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:52:47Z", "hostId": "dc5a7a41f6ed3043505184e112fe6f1cad889d19ee6d9d839e19e67f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst", "created": "2018-10-04T13:52:40Z", "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:52:48,788 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb used request id req-462337d6-c93f-4312-b070-2d7624d030ef 2018-10-04 13:52:48,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:48,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-61d4cfb2-40b0-44d7-a68d-2d282906c84c Date: Thu, 04 Oct 2018 13:52:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["83301a98-dd26-4c83-8a2f-9528b066d239"],"updated_at":"2018-10-04T13:52:31Z","tenant_id":"5308fbb9a9af471cad803d78a8c41b8b","created_at":"2018-10-04T13:52:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5308fbb9a9af471cad803d78a8c41b8b","id":"8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30","name":"SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net"}]} 2018-10-04 13:52:48,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net used request id req-61d4cfb2-40b0-44d7-a68d-2d282906c84c 2018-10-04 13:52:48,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:48,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b8e4bc9-7750-41c3-bfe1-be11b609fcee Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b"}, "enabled": true, "id": "5308fbb9a9af471cad803d78a8c41b8b", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-26b1ff70-43b2-49a-proj"}} 2018-10-04 13:52:48,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b used request id req-7b8e4bc9-7750-41c3-bfe1-be11b609fcee 2018-10-04 13:52:48,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:49,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-cace8ea5-d20c-432c-974a-f868e9be03d6 Date: Thu, 04 Oct 2018 13:52:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30","tenant_id":"5308fbb9a9af471cad803d78a8c41b8b","created_at":"2018-10-04T13:52:31Z","dns_nameservers":[],"updated_at":"2018-10-04T13:52:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5308fbb9a9af471cad803d78a8c41b8b","id":"83301a98-dd26-4c83-8a2f-9528b066d239","subnetpool_id":null,"name":"SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-subnet"}]} 2018-10-04 13:52:49,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30 used request id req-cace8ea5-d20c-432c-974a-f868e9be03d6 2018-10-04 13:52:49,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:49,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3104 X-Openstack-Request-Id: req-c74ec649-494c-48f5-b6af-69eb9c5863f6 Date: Thu, 04 Oct 2018 13:52:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:52:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"83301a98-dd26-4c83-8a2f-9528b066d239","ip_address":"10.55.0.4"}],"id":"17f0c2c4-db7e-476c-a0b1-8562407f1b6a","security_groups":[],"mac_address":"fa:16:3e:dd:68:36","project_id":"5308fbb9a9af471cad803d78a8c41b8b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30","tenant_id":"5308fbb9a9af471cad803d78a8c41b8b","created_at":"2018-10-04T13:52:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:52:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"83301a98-dd26-4c83-8a2f-9528b066d239","ip_address":"10.55.0.11"}],"id":"7698a196-617b-4d18-a585-ec0c62c9ffc3","security_groups":["5d29838b-2c4a-4d10-8a46-380d48706a0c"],"mac_address":"fa:16:3e:79:25:d1","project_id":"5308fbb9a9af471cad803d78a8c41b8b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737port-1","admin_state_up":true,"network_id":"8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30","tenant_id":"5308fbb9a9af471cad803d78a8c41b8b","created_at":"2018-10-04T13:52:36Z","binding:vnic_type":"normal","device_id":"d919b197-7c08-414c-aac5-edee8d730ecb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:52:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"83301a98-dd26-4c83-8a2f-9528b066d239","ip_address":"10.55.0.3"}],"id":"7fca2e75-ed5b-4961-9e59-3f70e8e9fc13","security_groups":[],"mac_address":"fa:16:3e:98:1f:5a","project_id":"5308fbb9a9af471cad803d78a8c41b8b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30","tenant_id":"5308fbb9a9af471cad803d78a8c41b8b","created_at":"2018-10-04T13:52:32Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:52:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"83301a98-dd26-4c83-8a2f-9528b066d239","ip_address":"10.55.0.2"}],"id":"87659f78-55ae-4920-9000-a326976b0895","security_groups":[],"mac_address":"fa:16:3e:c4:5b:29","project_id":"5308fbb9a9af471cad803d78a8c41b8b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30","tenant_id":"5308fbb9a9af471cad803d78a8c41b8b","created_at":"2018-10-04T13:52:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30"}]} 2018-10-04 13:52:49,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30 used request id req-c74ec649-494c-48f5-b6af-69eb9c5863f6 2018-10-04 13:52:49,423 - create_instance_tests - INFO - Looking for IP 10.55.0.11 in the console log 2018-10-04 13:52:49,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:49,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-929fb022-bc3e-4b11-829d-cf7eea7b4e12 x-compute-request-id: req-929fb022-bc3e-4b11-829d-cf7eea7b4e12 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:25:d1", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "bookmark"}], "image": {"id": "5e06048e-1960-44d1-ac90-93c7c7252b67", "links": [{"href": "http://172.30.9.23:8774/images/5e06048e-1960-44d1-ac90-93c7c7252b67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:52:44.000000", "flavor": {"id": "a1197a24-4f76-4e6e-8952-c1f28e51bf88", "links": [{"href": "http://172.30.9.23:8774/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88", "rel": "bookmark"}]}, "id": "d919b197-7c08-414c-aac5-edee8d730ecb", "security_groups": [{"name": "default"}], "user_id": "6e01ba47bc9c4136b96f0f45878f9242", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:52:47Z", "hostId": "dc5a7a41f6ed3043505184e112fe6f1cad889d19ee6d9d839e19e67f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst", "created": "2018-10-04T13:52:40Z", "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:52:49,736 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb used request id req-929fb022-bc3e-4b11-829d-cf7eea7b4e12 2018-10-04 13:52:49,739 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 13:52:50,840 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8171a26b-85a5-4f1d-adc4-69f1cea6a790 x-compute-request-id: req-8171a26b-85a5-4f1d-adc4-69f1cea6a790 Content-Encoding: gzip Content-Length: 7937 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 545274033 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162065] pid_max: default: 32768 minimum: 301\n[ 0.162947] ACPI: Core revision 20150930\n[ 0.164315] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.165612] Security Framework initialized\n[ 0.166412] Yama: becoming mindful.\n[ 0.167133] AppArmor: AppArmor initialized\n[ 0.168040] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169374] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.170669] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.171929] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.173324] Initializing cgroup subsys io\n[ 0.174171] Initializing cgroup subsys memory\n[ 0.175098] Initializing cgroup subsys devices\n[ 0.176024] Initializing cgroup subsys freezer\n[ 0.176930] Initializing cgroup subsys net_cls\n[ 0.177833] Initializing cgroup subsys perf_event\n[ 0.178772] Initializing cgroup subsys net_prio\n[ 0.179691] Initializing cgroup subsys hugetlb\n[ 0.180604] Initializing cgroup subsys pids\n[ 0.181498] CPU: Physical Processor ID: 0\n[ 0.183011] mce: CPU supports 10 MCE banks\n[ 0.183922] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184953] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196205] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.202672] ftrace: allocating 31920 entries in 125 pages\n[ 0.228852] smpboot: Max logical packages: 1\n[ 0.229769] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231137] x2apic enabled\n[ 0.231997] Switched APIC routing to physical x2apic.\n[ 0.233782] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234990] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.237114] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.239055] KVM setup paravirtual spinlock\n[ 0.240360] x86: Booted up 1 node, 1 CPUs\n[ 0.241172] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242615] devtmpfs: initialized\n[ 0.244291] evm: security.selinux\n[ 0.245038] evm: security.SMACK64\n[ 0.245757] evm: security.SMACK64EXEC\n[ 0.246580] evm: security.SMACK64TRANSMUTE\n[ 0.247421] evm: security.SMACK64MMAP\n[ 0.248201] evm: security.ima\n[ 0.248846] evm: security.capability\n[ 0.249706] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251702] pinctrl core: initialized pinctrl subsystem\n[ 0.252790] RTC time: 13:52:44, date: 10/04/18\n[ 0.253732] NET: Registered protocol family 16\n[ 0.254693] cpuidle: using governor ladder\n[ 0.255503] cpuidle: using governor menu\n[ 0.256287] PCCT header not found.\n[ 0.257034] ACPI: bus type PCI registered\n[ 0.257822] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259048] PCI: Using configuration type 1 for base access\n[ 0.260792] ACPI: Added _OSI(Module Device)\n[ 0.261665] ACPI: Added _OSI(Processor Device)\n[ 0.262564] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.263499] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.265684] ACPI: Interpreter enabled\n[ 0.266481] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.268347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.270282] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.272181] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.274246] ACPI: (supports S0 S5)\n[ 0.274972] ACPI: Using IOAPIC for interrupt routing\n[ 0.276050] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.279275] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.280459] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.281735] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.282975] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.285269] acpiphp: Slot [3] registered\n[ 0.286104] acpiphp: Slot [4] registered\n[ 0.286929] acpiphp: Slot [5] registered\n[ 0.287767] acpiphp: Slot [6] registered\n[ 0.288597] acpiphp: Slot [7] registered\n[ 0.289424] acpiphp: Slot [8] registered\n[ 0.290252] acpiphp: Slot [9] registered\n[ 0.291092] acpiphp: Slot [10] registered\n[ 0.291940] acpiphp: Slot [11] registered\n[ 0.292783] acpiphp: Slot [12] registered\n[ 0.293618] acpiphp: Slot [13] registered\n[ 0.294456] acpiphp: Slot [14] registered\n[ 0.295312] acpiphp: Slot [15] registered\n[ 0.306691] acpiphp: Slot [16] registered\n[ 0.307548] acpiphp: Slot [17] registered\n[ 0.308403] acpiphp: Slot [18] registered\n[ 0.309251] acpiphp: Slot [19] registered\n[ 0.310107] acpiphp: Slot [20] registered\n[ 0.310974] acpiphp: Slot [21] registered\n[ 0.311833] acpiphp: Slot [22] registered\n[ 0.312661] acpiphp: Slot [23] registered\n[ 0.313515] acpiphp: Slot [24] registered\n[ 0.314370] acpiphp: Slot [25] registered\n[ 0.315236] acpiphp: Slot [26] registered\n[ 0.316108] acpiphp: Slot [27] registered\n[ 0.316972] acpiphp: Slot [28] registered\n[ 0.317858] acpiphp: Slot [29] registered\n[ 0.318712] acpiphp: Slot [30] registered\n[ 0.319584] acpiphp: Slot [31] registered\n[ 0.320458] PCI host bridge to bus 0000:00\n[ 0.321308] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.322595] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323885] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.325411] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.326931] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.333103] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.334456] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.335697] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.337051] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.343549] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.345046] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390011] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391552] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.393042] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395992] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.397299] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398743] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399837] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.401441] vgaarb: loaded\n[ 0.402086] vgaarb: bridge control possible 0000:00:02.0\n[ 0.403268] SCSI subsystem initialized\n[ 0.404127] ACPI: bus type USB registered\n[ 0.404973] usbcore: registered new interface driver usbfs\n[ 0.406028] usbcore: registered new interface driver hub\n[ 0.407063] usbcore: registered new device driver usb\n[ 0.408155] PCI: Using ACPI for IRQ routing\n[ 0.409210] NetLabel: Initializing\n[ 0.409962] NetLabel: domain hash size = 128\n[ 0.410846] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411824] NetLabel: unlabeled traffic allowed by default\n[ 0.412954] clocksource: Switched to clocksource kvm-clock\n[ 0.418322] AppArmor: AppArmor Filesystem Enabled\n[ 0.419355] pnp: PnP ACPI init\n[ 0.420297] pnp: PnP ACPI: found 5 devices\n[ 0.426393] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428147] NET: Registered protocol family 2\n[ 0.429149] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.430466] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.431683] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.432918] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434040] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435266] NET: Registered protocol family 1\n[ 0.436205] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437397] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438506] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452912] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.467163] Trying to unpack rootfs image as initramfs...\n[ 0.517320] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.531830] Scanning for low memory corruption every 60 seconds\n[ 0.533227] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534479] audit: initializing netlink subsys (disabled)\n[ 0.535581] audit: type=2000 audit(1538661165.602:1): initialized\n[ 0.536961] Initialise system trusted keyring\n[ 0.537945] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539168] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.541257] zbud: loaded\n[ 0.543468] VFS: Disk quotas dquot_6.6.0\n[ 0.544334] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.545919] fuse init (API version 7.23)\n[ 0.546845] Key type big_key registered\n[ 0.547696] Allocating IMA MOK and blacklist keyrings.\n[ 0.548852] Key type asymmetric registered\n[ 0.549728] Asymmetric key parser 'x509' registered\n[ 0.550720] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.552245] io scheduler noop registered\n[ 0.553083] io scheduler deadline registered (default)\n[ 0.554114] io scheduler cfq registered\n[ 0.554986] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.556068] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.557396] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.558920] ACPI: Power Button [PWRF]\n[ 0.559805] GHES: HEST is not enabled!\n[ 0.573604] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602200] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.604520] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.630777] Linux agpgart interface v0.103\n[ 0.633252] brd: module loaded\n[ 0.634497] loop: module loaded\n[ 0.639993] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641790] GPT:90111 != 20971519\n[ 0.642637] GPT:Alternate GPT header not at the end of the disk.\n[ 0.644009] GPT:90111 != 20971519\n[ 0.644844] GPT: Use GNU Parted to correct GPT errors.\n[ 0.646037] vda: vda1 vda15\n[ 0.647592] scsi host0: ata_piix\n[ 0.648497] scsi host1: ata_piix\n[ 0.649349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.650870] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.652993] libphy: Fixed MDIO Bus: probed\n[ 0.654005] tun: Universal TUN/TAP device driver, 1.6\n[ 0.655173] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657640] PPP generic driver version 2.4.2\n[ 0.658663] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660163] ehci-pci: EHCI PCI platform driver\n[ 0.661250] ehci-platform: EHCI generic platform driver\n[ 0.662500] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663907] ohci-pci: OHCI PCI platform driver\n[ 0.664985] ohci-platform: OHCI generic platform driver\n[ 0.666212] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.680864] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.682118] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.683902] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685176] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.686580] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688116] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689877] usb usb1: Product: UHCI Host Controller\n[ 0.691081] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692525] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693707] hub 1-0:1.0: USB hub found\n[ 0.694658] hub 1-0:1.0: 2 ports detected\n[ 0.695757] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698254] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699448] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700735] mousedev: PS/2 mouse device common for all mice\n[ 0.702246] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704499] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705834] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707309] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708811] i2c /dev entries driver\n[ 0.709747] device-mapper: uevent: version 1.0.3\n[ 0.710903] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.712934] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.714487] NET: Registered protocol family 10\n[ 0.715696] NET: Registered protocol family 17\n[ 0.716803] Key type dns_resolver registered\n[ 0.717952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.719037] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.720781] registered taskstats version 1\n[ 0.721697] Loading compiled-in X.509 certificates\n[ 0.723137] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.724980] zswap: loaded using pool lzo/zbud\n[ 0.726341] Key type trusted registered\n[ 0.727896] Key type encrypted registered\n[ 0.728725] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.729763] ima: No TPM chip found, activating TPM-bypass!\n[ 0.730802] evm: HMAC attrs: 0x1\n[ 0.731730] Magic number: 6:43:887\n[ 0.732564] rtc_cmos 00:00: setting system clock to 2018-10-04 13:52:45 UTC (1538661165)\n[ 0.734151] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.735258] EDD information not available.\n[ 0.810117] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811666] Write protecting the kernel read-only data: 14336k\n[ 0.824165] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825990] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.868626] 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 1.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.0.11...\nLease of 10.55.0.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.41. iid=i-0000001e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: "} 2018-10-04 13:52:50,841 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb/action used request id req-8171a26b-85a5-4f1d-adc4-69f1cea6a790 2018-10-04 13:52:50,842 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-04 13:52:50,842 - create_instance_tests - DEBUG - Full console output - [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 545274033 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.160427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.162065] pid_max: default: 32768 minimum: 301 [ 0.162947] ACPI: Core revision 20150930 [ 0.164315] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.165612] Security Framework initialized [ 0.166412] Yama: becoming mindful. [ 0.167133] AppArmor: AppArmor initialized [ 0.168040] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.169374] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.170669] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.171929] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.173324] Initializing cgroup subsys io [ 0.174171] Initializing cgroup subsys memory [ 0.175098] Initializing cgroup subsys devices [ 0.176024] Initializing cgroup subsys freezer [ 0.176930] Initializing cgroup subsys net_cls [ 0.177833] Initializing cgroup subsys perf_event [ 0.178772] Initializing cgroup subsys net_prio [ 0.179691] Initializing cgroup subsys hugetlb [ 0.180604] Initializing cgroup subsys pids [ 0.181498] CPU: Physical Processor ID: 0 [ 0.183011] mce: CPU supports 10 MCE banks [ 0.183922] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.184953] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.196205] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.202672] ftrace: allocating 31920 entries in 125 pages [ 0.228852] smpboot: Max logical packages: 1 [ 0.229769] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.231137] x2apic enabled [ 0.231997] Switched APIC routing to physical x2apic. [ 0.233782] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.234990] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.237114] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.239055] KVM setup paravirtual spinlock [ 0.240360] x86: Booted up 1 node, 1 CPUs [ 0.241172] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.242615] devtmpfs: initialized [ 0.244291] evm: security.selinux [ 0.245038] evm: security.SMACK64 [ 0.245757] evm: security.SMACK64EXEC [ 0.246580] evm: security.SMACK64TRANSMUTE [ 0.247421] evm: security.SMACK64MMAP [ 0.248201] evm: security.ima [ 0.248846] evm: security.capability [ 0.249706] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.251702] pinctrl core: initialized pinctrl subsystem [ 0.252790] RTC time: 13:52:44, date: 10/04/18 [ 0.253732] NET: Registered protocol family 16 [ 0.254693] cpuidle: using governor ladder [ 0.255503] cpuidle: using governor menu [ 0.256287] PCCT header not found. [ 0.257034] ACPI: bus type PCI registered [ 0.257822] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.259048] PCI: Using configuration type 1 for base access [ 0.260792] ACPI: Added _OSI(Module Device) [ 0.261665] ACPI: Added _OSI(Processor Device) [ 0.262564] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.263499] ACPI: Added _OSI(Processor Aggregator Device) [ 0.265684] ACPI: Interpreter enabled [ 0.266481] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.268347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.270282] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.272181] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274246] ACPI: (supports S0 S5) [ 0.274972] ACPI: Using IOAPIC for interrupt routing [ 0.276050] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.279275] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.280459] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.281735] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.282975] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.285269] acpiphp: Slot [3] registered [ 0.286104] acpiphp: Slot [4] registered [ 0.286929] acpiphp: Slot [5] registered [ 0.287767] acpiphp: Slot [6] registered [ 0.288597] acpiphp: Slot [7] registered [ 0.289424] acpiphp: Slot [8] registered [ 0.290252] acpiphp: Slot [9] registered [ 0.291092] acpiphp: Slot [10] registered [ 0.291940] acpiphp: Slot [11] registered [ 0.292783] acpiphp: Slot [12] registered [ 0.293618] acpiphp: Slot [13] registered [ 0.294456] acpiphp: Slot [14] registered [ 0.295312] acpiphp: Slot [15] registered [ 0.306691] acpiphp: Slot [16] registered [ 0.307548] acpiphp: Slot [17] registered [ 0.308403] acpiphp: Slot [18] registered [ 0.309251] acpiphp: Slot [19] registered [ 0.310107] acpiphp: Slot [20] registered [ 0.310974] acpiphp: Slot [21] registered [ 0.311833] acpiphp: Slot [22] registered [ 0.312661] acpiphp: Slot [23] registered [ 0.313515] acpiphp: Slot [24] registered [ 0.314370] acpiphp: Slot [25] registered [ 0.315236] acpiphp: Slot [26] registered [ 0.316108] acpiphp: Slot [27] registered [ 0.316972] acpiphp: Slot [28] registered [ 0.317858] acpiphp: Slot [29] registered [ 0.318712] acpiphp: Slot [30] registered [ 0.319584] acpiphp: Slot [31] registered [ 0.320458] PCI host bridge to bus 0000:00 [ 0.321308] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.322595] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.323885] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.325411] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.326931] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.333103] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.334456] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.335697] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.337051] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.343549] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.345046] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.390011] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.391552] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.393042] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.394513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.395992] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.397299] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.398743] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.399837] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.401441] vgaarb: loaded [ 0.402086] vgaarb: bridge control possible 0000:00:02.0 [ 0.403268] SCSI subsystem initialized [ 0.404127] ACPI: bus type USB registered [ 0.404973] usbcore: registered new interface driver usbfs [ 0.406028] usbcore: registered new interface driver hub [ 0.407063] usbcore: registered new device driver usb [ 0.408155] PCI: Using ACPI for IRQ routing [ 0.409210] NetLabel: Initializing [ 0.409962] NetLabel: domain hash size = 128 [ 0.410846] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.411824] NetLabel: unlabeled traffic allowed by default [ 0.412954] clocksource: Switched to clocksource kvm-clock [ 0.418322] AppArmor: AppArmor Filesystem Enabled [ 0.419355] pnp: PnP ACPI init [ 0.420297] pnp: PnP ACPI: found 5 devices [ 0.426393] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.428147] NET: Registered protocol family 2 [ 0.429149] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.430466] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.431683] TCP: Hash tables configured (established 2048 bind 2048) [ 0.432918] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.434040] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.435266] NET: Registered protocol family 1 [ 0.436205] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.437397] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.438506] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.452912] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.467163] Trying to unpack rootfs image as initramfs... [ 0.517320] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.531830] Scanning for low memory corruption every 60 seconds [ 0.533227] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.534479] audit: initializing netlink subsys (disabled) [ 0.535581] audit: type=2000 audit(1538661165.602:1): initialized [ 0.536961] Initialise system trusted keyring [ 0.537945] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.539168] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.541257] zbud: loaded [ 0.543468] VFS: Disk quotas dquot_6.6.0 [ 0.544334] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.545919] fuse init (API version 7.23) [ 0.546845] Key type big_key registered [ 0.547696] Allocating IMA MOK and blacklist keyrings. [ 0.548852] Key type asymmetric registered [ 0.549728] Asymmetric key parser 'x509' registered [ 0.550720] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.552245] io scheduler noop registered [ 0.553083] io scheduler deadline registered (default) [ 0.554114] io scheduler cfq registered [ 0.554986] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.556068] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.557396] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.558920] ACPI: Power Button [PWRF] [ 0.559805] GHES: HEST is not enabled! [ 0.573604] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.602200] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.604520] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.628579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.630777] Linux agpgart interface v0.103 [ 0.633252] brd: module loaded [ 0.634497] loop: module loaded [ 0.639993] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.641790] GPT:90111 != 20971519 [ 0.642637] GPT:Alternate GPT header not at the end of the disk. [ 0.644009] GPT:90111 != 20971519 [ 0.644844] GPT: Use GNU Parted to correct GPT errors. [ 0.646037] vda: vda1 vda15 [ 0.647592] scsi host0: ata_piix [ 0.648497] scsi host1: ata_piix [ 0.649349] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.650870] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.652993] libphy: Fixed MDIO Bus: probed [ 0.654005] tun: Universal TUN/TAP device driver, 1.6 [ 0.655173] tun: (C) 1999-2004 Max Krasnyansky [ 0.657640] PPP generic driver version 2.4.2 [ 0.658663] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660163] ehci-pci: EHCI PCI platform driver [ 0.661250] ehci-platform: EHCI generic platform driver [ 0.662500] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.663907] ohci-pci: OHCI PCI platform driver [ 0.664985] ohci-platform: OHCI generic platform driver [ 0.666212] uhci_hcd: USB Universal Host Controller Interface driver [ 0.680864] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.682118] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.683902] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.685176] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.686580] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.688116] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.689877] usb usb1: Product: UHCI Host Controller [ 0.691081] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.692525] usb usb1: SerialNumber: 0000:00:01.2 [ 0.693707] hub 1-0:1.0: USB hub found [ 0.694658] hub 1-0:1.0: 2 ports detected [ 0.695757] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.698254] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.699448] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.700735] mousedev: PS/2 mouse device common for all mice [ 0.702246] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.704499] rtc_cmos 00:00: RTC can wake from S4 [ 0.705834] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.707309] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.708811] i2c /dev entries driver [ 0.709747] device-mapper: uevent: version 1.0.3 [ 0.710903] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.712934] ledtrig-cpu: registered to indicate activity on CPUs [ 0.714487] NET: Registered protocol family 10 [ 0.715696] NET: Registered protocol family 17 [ 0.716803] Key type dns_resolver registered [ 0.717952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.719037] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.720781] registered taskstats version 1 [ 0.721697] Loading compiled-in X.509 certificates [ 0.723137] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.724980] zswap: loaded using pool lzo/zbud [ 0.726341] Key type trusted registered [ 0.727896] Key type encrypted registered [ 0.728725] AppArmor: AppArmor sha1 policy hashing enabled [ 0.729763] ima: No TPM chip found, activating TPM-bypass! [ 0.730802] evm: HMAC attrs: 0x1 [ 0.731730] Magic number: 6:43:887 [ 0.732564] rtc_cmos 00:00: setting system clock to 2018-10-04 13:52:45 UTC (1538661165) [ 0.734151] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.735258] EDD information not available. [ 0.810117] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.811666] Write protecting the kernel read-only data: 14336k [ 0.824165] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.825990] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.868626] 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 1.25 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.0.11... Lease of 10.55.0.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.41. iid=i-0000001e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: 2018-10-04 13:52:50,843 - create_instance - INFO - Deleting Port with ID - 7698a196-617b-4d18-a585-ec0c62c9ffc3 2018-10-04 13:52:50,843 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737port-1 2018-10-04 13:52:50,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/7698a196-617b-4d18-a585-ec0c62c9ffc3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:51,403 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a68b7b17-3110-47fe-bed8-9c2d767bf650 Date: Thu, 04 Oct 2018 13:52:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:52:51,403 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/7698a196-617b-4d18-a585-ec0c62c9ffc3 used request id req-a68b7b17-3110-47fe-bed8-9c2d767bf650 2018-10-04 13:52:51,404 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst 2018-10-04 13:52:51,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:51,618 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:52: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-305a6561-9a26-4b9f-a1ee-6c6811209834 x-compute-request-id: req-305a6561-9a26-4b9f-a1ee-6c6811209834 Content-Type: application/json 2018-10-04 13:52:51,618 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb used request id req-305a6561-9a26-4b9f-a1ee-6c6811209834 2018-10-04 13:52:51,618 - create_instance - INFO - Checking deletion status 2018-10-04 13:52:51,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:51,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52: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-43712cd1-12c6-4d48-b503-1abf0edc1366 x-compute-request-id: req-43712cd1-12c6-4d48-b503-1abf0edc1366 Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "bookmark"}], "image": {"id": "5e06048e-1960-44d1-ac90-93c7c7252b67", "links": [{"href": "http://172.30.9.23:8774/images/5e06048e-1960-44d1-ac90-93c7c7252b67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:52:44.000000", "flavor": {"id": "a1197a24-4f76-4e6e-8952-c1f28e51bf88", "links": [{"href": "http://172.30.9.23:8774/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88", "rel": "bookmark"}]}, "id": "d919b197-7c08-414c-aac5-edee8d730ecb", "user_id": "6e01ba47bc9c4136b96f0f45878f9242", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:52:51Z", "hostId": "dc5a7a41f6ed3043505184e112fe6f1cad889d19ee6d9d839e19e67f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst", "created": "2018-10-04T13:52:40Z", "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:52:51,985 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb used request id req-43712cd1-12c6-4d48-b503-1abf0edc1366 2018-10-04 13:52:51,985 - create_instance - DEBUG - Instance status [SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst] is - ACTIVE 2018-10-04 13:52:51,985 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:52:54,989 - create_instance - DEBUG - VM status query timeout in 296.630000114 2018-10-04 13:52:54,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:55,099 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52: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-9ae4afb8-5b9d-4adf-8f67-73ea4ec0b01c x-compute-request-id: req-9ae4afb8-5b9d-4adf-8f67-73ea4ec0b01c Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "bookmark"}], "image": {"id": "5e06048e-1960-44d1-ac90-93c7c7252b67", "links": [{"href": "http://172.30.9.23:8774/images/5e06048e-1960-44d1-ac90-93c7c7252b67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:52:44.000000", "flavor": {"id": "a1197a24-4f76-4e6e-8952-c1f28e51bf88", "links": [{"href": "http://172.30.9.23:8774/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88", "rel": "bookmark"}]}, "id": "d919b197-7c08-414c-aac5-edee8d730ecb", "user_id": "6e01ba47bc9c4136b96f0f45878f9242", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:52:51Z", "hostId": "dc5a7a41f6ed3043505184e112fe6f1cad889d19ee6d9d839e19e67f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst", "created": "2018-10-04T13:52:40Z", "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:52:55,099 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb used request id req-9ae4afb8-5b9d-4adf-8f67-73ea4ec0b01c 2018-10-04 13:52:55,100 - create_instance - DEBUG - Instance status [SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst] is - ACTIVE 2018-10-04 13:52:55,100 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:52:58,103 - create_instance - DEBUG - VM status query timeout in 293.51535511 2018-10-04 13:52:58,106 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:52:58,490 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:52:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11a0c94d-9cc7-400a-afb3-60c533f77285 x-compute-request-id: req-11a0c94d-9cc7-400a-afb3-60c533f77285 Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "bookmark"}], "image": {"id": "5e06048e-1960-44d1-ac90-93c7c7252b67", "links": [{"href": "http://172.30.9.23:8774/images/5e06048e-1960-44d1-ac90-93c7c7252b67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:52:44.000000", "flavor": {"id": "a1197a24-4f76-4e6e-8952-c1f28e51bf88", "links": [{"href": "http://172.30.9.23:8774/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88", "rel": "bookmark"}]}, "id": "d919b197-7c08-414c-aac5-edee8d730ecb", "user_id": "6e01ba47bc9c4136b96f0f45878f9242", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:52:51Z", "hostId": "dc5a7a41f6ed3043505184e112fe6f1cad889d19ee6d9d839e19e67f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst", "created": "2018-10-04T13:52:40Z", "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:52:58,490 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb used request id req-11a0c94d-9cc7-400a-afb3-60c533f77285 2018-10-04 13:52:58,491 - create_instance - DEBUG - Instance status [SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst] is - ACTIVE 2018-10-04 13:52:58,491 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:53:01,493 - create_instance - DEBUG - VM status query timeout in 290.125464201 2018-10-04 13:53:01,497 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:53:01,776 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59cec87e-571b-41f8-8e66-bcec31c1b9f5 x-compute-request-id: req-59cec87e-571b-41f8-8e66-bcec31c1b9f5 Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "bookmark"}], "image": {"id": "5e06048e-1960-44d1-ac90-93c7c7252b67", "links": [{"href": "http://172.30.9.23:8774/images/5e06048e-1960-44d1-ac90-93c7c7252b67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:52:44.000000", "flavor": {"id": "a1197a24-4f76-4e6e-8952-c1f28e51bf88", "links": [{"href": "http://172.30.9.23:8774/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88", "rel": "bookmark"}]}, "id": "d919b197-7c08-414c-aac5-edee8d730ecb", "user_id": "6e01ba47bc9c4136b96f0f45878f9242", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:52:51Z", "hostId": "dc5a7a41f6ed3043505184e112fe6f1cad889d19ee6d9d839e19e67f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst", "created": "2018-10-04T13:52:40Z", "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:53:01,776 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb used request id req-59cec87e-571b-41f8-8e66-bcec31c1b9f5 2018-10-04 13:53:01,776 - create_instance - DEBUG - Instance status [SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst] is - ACTIVE 2018-10-04 13:53:01,777 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:53:04,780 - create_instance - DEBUG - VM status query timeout in 286.838640213 2018-10-04 13:53:04,783 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:53:05,017 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-312b59f7-6c63-4327-be64-a95f6d213d92 x-compute-request-id: req-312b59f7-6c63-4327-be64-a95f6d213d92 Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "bookmark"}], "image": {"id": "5e06048e-1960-44d1-ac90-93c7c7252b67", "links": [{"href": "http://172.30.9.23:8774/images/5e06048e-1960-44d1-ac90-93c7c7252b67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:52:44.000000", "flavor": {"id": "a1197a24-4f76-4e6e-8952-c1f28e51bf88", "links": [{"href": "http://172.30.9.23:8774/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88", "rel": "bookmark"}]}, "id": "d919b197-7c08-414c-aac5-edee8d730ecb", "user_id": "6e01ba47bc9c4136b96f0f45878f9242", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:52:51Z", "hostId": "dc5a7a41f6ed3043505184e112fe6f1cad889d19ee6d9d839e19e67f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst", "created": "2018-10-04T13:52:40Z", "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:53:05,017 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb used request id req-312b59f7-6c63-4327-be64-a95f6d213d92 2018-10-04 13:53:05,017 - create_instance - DEBUG - Instance status [SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst] is - ACTIVE 2018-10-04 13:53:05,017 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:53:08,021 - create_instance - DEBUG - VM status query timeout in 283.597866058 2018-10-04 13:53:08,024 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:53:08,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13: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-a65fcee4-4352-461d-917c-35c1b4d031fd x-compute-request-id: req-a65fcee4-4352-461d-917c-35c1b4d031fd Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "bookmark"}], "image": {"id": "5e06048e-1960-44d1-ac90-93c7c7252b67", "links": [{"href": "http://172.30.9.23:8774/images/5e06048e-1960-44d1-ac90-93c7c7252b67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:52:44.000000", "flavor": {"id": "a1197a24-4f76-4e6e-8952-c1f28e51bf88", "links": [{"href": "http://172.30.9.23:8774/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88", "rel": "bookmark"}]}, "id": "d919b197-7c08-414c-aac5-edee8d730ecb", "user_id": "6e01ba47bc9c4136b96f0f45878f9242", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:52:51Z", "hostId": "dc5a7a41f6ed3043505184e112fe6f1cad889d19ee6d9d839e19e67f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst", "created": "2018-10-04T13:52:40Z", "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:53:08,284 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb used request id req-a65fcee4-4352-461d-917c-35c1b4d031fd 2018-10-04 13:53:08,284 - create_instance - DEBUG - Instance status [SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst] is - ACTIVE 2018-10-04 13:53:08,285 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:53:11,288 - create_instance - DEBUG - VM status query timeout in 280.33080411 2018-10-04 13:53:11,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:53:11,551 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-75a2cfcb-ba47-4c1c-891c-aae9fd93e8eb x-compute-request-id: req-75a2cfcb-ba47-4c1c-891c-aae9fd93e8eb Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "bookmark"}], "image": {"id": "5e06048e-1960-44d1-ac90-93c7c7252b67", "links": [{"href": "http://172.30.9.23:8774/images/5e06048e-1960-44d1-ac90-93c7c7252b67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:52:44.000000", "flavor": {"id": "a1197a24-4f76-4e6e-8952-c1f28e51bf88", "links": [{"href": "http://172.30.9.23:8774/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88", "rel": "bookmark"}]}, "id": "d919b197-7c08-414c-aac5-edee8d730ecb", "user_id": "6e01ba47bc9c4136b96f0f45878f9242", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:52:51Z", "hostId": "dc5a7a41f6ed3043505184e112fe6f1cad889d19ee6d9d839e19e67f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst", "created": "2018-10-04T13:52:40Z", "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:53:11,551 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb used request id req-75a2cfcb-ba47-4c1c-891c-aae9fd93e8eb 2018-10-04 13:53:11,552 - create_instance - DEBUG - Instance status [SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst] is - ACTIVE 2018-10-04 13:53:11,552 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:53:14,552 - create_instance - DEBUG - VM status query timeout in 277.066490173 2018-10-04 13:53:14,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:53:14,808 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53: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-d7af36a5-a497-49c0-a2dd-346ce50277a5 x-compute-request-id: req-d7af36a5-a497-49c0-a2dd-346ce50277a5 Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "bookmark"}], "image": {"id": "5e06048e-1960-44d1-ac90-93c7c7252b67", "links": [{"href": "http://172.30.9.23:8774/images/5e06048e-1960-44d1-ac90-93c7c7252b67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:52:44.000000", "flavor": {"id": "a1197a24-4f76-4e6e-8952-c1f28e51bf88", "links": [{"href": "http://172.30.9.23:8774/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88", "rel": "bookmark"}]}, "id": "d919b197-7c08-414c-aac5-edee8d730ecb", "user_id": "6e01ba47bc9c4136b96f0f45878f9242", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:52:51Z", "hostId": "dc5a7a41f6ed3043505184e112fe6f1cad889d19ee6d9d839e19e67f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst", "created": "2018-10-04T13:52:40Z", "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:53:14,808 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb used request id req-d7af36a5-a497-49c0-a2dd-346ce50277a5 2018-10-04 13:53:14,809 - create_instance - DEBUG - Instance status [SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst] is - ACTIVE 2018-10-04 13:53:14,809 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:53:17,812 - create_instance - DEBUG - VM status query timeout in 273.806210041 2018-10-04 13:53:17,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:53:18,075 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13: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-48c1c690-530b-4d69-a58f-f9903c50a4c4 x-compute-request-id: req-48c1c690-530b-4d69-a58f-f9903c50a4c4 Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "bookmark"}], "image": {"id": "5e06048e-1960-44d1-ac90-93c7c7252b67", "links": [{"href": "http://172.30.9.23:8774/images/5e06048e-1960-44d1-ac90-93c7c7252b67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:52:44.000000", "flavor": {"id": "a1197a24-4f76-4e6e-8952-c1f28e51bf88", "links": [{"href": "http://172.30.9.23:8774/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88", "rel": "bookmark"}]}, "id": "d919b197-7c08-414c-aac5-edee8d730ecb", "user_id": "6e01ba47bc9c4136b96f0f45878f9242", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:52:51Z", "hostId": "dc5a7a41f6ed3043505184e112fe6f1cad889d19ee6d9d839e19e67f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst", "created": "2018-10-04T13:52:40Z", "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:53:18,075 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb used request id req-48c1c690-530b-4d69-a58f-f9903c50a4c4 2018-10-04 13:53:18,075 - create_instance - DEBUG - Instance status [SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst] is - ACTIVE 2018-10-04 13:53:18,075 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:53:21,079 - create_instance - DEBUG - VM status query timeout in 270.539793015 2018-10-04 13:53:21,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:53:21,343 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fe2c0e58-2d02-4913-84a7-209758e2c146 x-compute-request-id: req-fe2c0e58-2d02-4913-84a7-209758e2c146 Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "bookmark"}], "image": {"id": "5e06048e-1960-44d1-ac90-93c7c7252b67", "links": [{"href": "http://172.30.9.23:8774/images/5e06048e-1960-44d1-ac90-93c7c7252b67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:52:44.000000", "flavor": {"id": "a1197a24-4f76-4e6e-8952-c1f28e51bf88", "links": [{"href": "http://172.30.9.23:8774/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88", "rel": "bookmark"}]}, "id": "d919b197-7c08-414c-aac5-edee8d730ecb", "user_id": "6e01ba47bc9c4136b96f0f45878f9242", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:52:51Z", "hostId": "dc5a7a41f6ed3043505184e112fe6f1cad889d19ee6d9d839e19e67f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst", "created": "2018-10-04T13:52:40Z", "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:53:21,343 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb used request id req-fe2c0e58-2d02-4913-84a7-209758e2c146 2018-10-04 13:53:21,344 - create_instance - DEBUG - Instance status [SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst] is - ACTIVE 2018-10-04 13:53:21,344 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:53:24,347 - create_instance - DEBUG - VM status query timeout in 267.271634102 2018-10-04 13:53:24,350 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:53:24,600 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53: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-460ac5a2-3523-4272-b8e7-7c030e69c865 x-compute-request-id: req-460ac5a2-3523-4272-b8e7-7c030e69c865 Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "bookmark"}], "image": {"id": "5e06048e-1960-44d1-ac90-93c7c7252b67", "links": [{"href": "http://172.30.9.23:8774/images/5e06048e-1960-44d1-ac90-93c7c7252b67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:52:44.000000", "flavor": {"id": "a1197a24-4f76-4e6e-8952-c1f28e51bf88", "links": [{"href": "http://172.30.9.23:8774/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88", "rel": "bookmark"}]}, "id": "d919b197-7c08-414c-aac5-edee8d730ecb", "user_id": "6e01ba47bc9c4136b96f0f45878f9242", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:52:51Z", "hostId": "dc5a7a41f6ed3043505184e112fe6f1cad889d19ee6d9d839e19e67f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst", "created": "2018-10-04T13:52:40Z", "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:53:24,600 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb used request id req-460ac5a2-3523-4272-b8e7-7c030e69c865 2018-10-04 13:53:24,601 - create_instance - DEBUG - Instance status [SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst] is - ACTIVE 2018-10-04 13:53:24,601 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:53:27,604 - create_instance - DEBUG - VM status query timeout in 264.014299154 2018-10-04 13:53:27,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:53:27,846 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e730d852-895e-4ec9-9770-3f8c5f3ec1bd x-compute-request-id: req-e730d852-895e-4ec9-9770-3f8c5f3ec1bd Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d919b197-7c08-414c-aac5-edee8d730ecb", "rel": "bookmark"}], "image": {"id": "5e06048e-1960-44d1-ac90-93c7c7252b67", "links": [{"href": "http://172.30.9.23:8774/images/5e06048e-1960-44d1-ac90-93c7c7252b67", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:52:44.000000", "flavor": {"id": "a1197a24-4f76-4e6e-8952-c1f28e51bf88", "links": [{"href": "http://172.30.9.23:8774/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88", "rel": "bookmark"}]}, "id": "d919b197-7c08-414c-aac5-edee8d730ecb", "user_id": "6e01ba47bc9c4136b96f0f45878f9242", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:52:51Z", "hostId": "dc5a7a41f6ed3043505184e112fe6f1cad889d19ee6d9d839e19e67f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst", "created": "2018-10-04T13:52:40Z", "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 13:53:27,846 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb used request id req-e730d852-895e-4ec9-9770-3f8c5f3ec1bd 2018-10-04 13:53:27,847 - create_instance - DEBUG - Instance status [SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst] is - ACTIVE 2018-10-04 13:53:27,847 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 13:53:30,850 - create_instance - DEBUG - VM status query timeout in 260.768463135 2018-10-04 13:53:30,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b22fdc76a708ff98142827b7e52593169f2f9cbb" 2018-10-04 13:53:30,902 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 13: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-e49f9bb2-e581-405d-a2d7-8acd8f5b0bf8 x-compute-request-id: req-e49f9bb2-e581-405d-a2d7-8acd8f5b0bf8 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance d919b197-7c08-414c-aac5-edee8d730ecb could not be found.", "code": 404}} 2018-10-04 13:53:30,902 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d919b197-7c08-414c-aac5-edee8d730ecb used request id req-e49f9bb2-e581-405d-a2d7-8acd8f5b0bf8 2018-10-04 13:53:30,903 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance d919b197-7c08-414c-aac5-edee8d730ecb could not be found. (HTTP 404) (Request-ID: req-e49f9bb2-e581-405d-a2d7-8acd8f5b0bf8) 2018-10-04 13:53:30,903 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-inst 2018-10-04 13:53:30,904 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-subnet 2018-10-04 13:53:30,904 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-subnet 2018-10-04 13:53:30,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/83301a98-dd26-4c83-8a2f-9528b066d239 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75aec624e5659ab2cba45a8328653a6b288c27d1" 2018-10-04 13:53:33,085 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-35c02eff-5e09-4105-bcbe-6f33e99f1b00 Date: Thu, 04 Oct 2018 13:53:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:53:33,085 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/83301a98-dd26-4c83-8a2f-9528b066d239 used request id req-35c02eff-5e09-4105-bcbe-6f33e99f1b00 2018-10-04 13:53:33,085 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-priv-net 2018-10-04 13:53:33,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75aec624e5659ab2cba45a8328653a6b288c27d1" 2018-10-04 13:53:34,298 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-43f56edf-3449-4dea-be63-5bc684b1a4ff Date: Thu, 04 Oct 2018 13:53:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:53:34,298 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/8fc0afa4-e34a-40c0-9e9a-a14bcd3f9c30 used request id req-43f56edf-3449-4dea-be63-5bc684b1a4ff 2018-10-04 13:53:34,302 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e76265155e07bcdfc76a9c9c54c5e2c85d6eaa44" 2018-10-04 13:53:34,355 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:53:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f8b98efb-0c19-4692-889c-cf0daad53fe9 x-compute-request-id: req-f8b98efb-0c19-4692-889c-cf0daad53fe9 Content-Length: 0 Content-Type: application/json 2018-10-04 13:53:34,355 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/a1197a24-4f76-4e6e-8952-c1f28e51bf88 used request id req-f8b98efb-0c19-4692-889c-cf0daad53fe9 2018-10-04 13:53:34,356 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-14ac6d35-bd5c-4b47-add8-8e3e766ce737-image 2018-10-04 13:53:34,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/5e06048e-1960-44d1-ac90-93c7c7252b67 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4178e9ad4322ca3cc31ccb9d262bd9e957318b82" 2018-10-04 13:53:36,033 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b81dbf1d-c971-4700-8774-2e2a9fe180d3 Date: Thu, 04 Oct 2018 13:53:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 13:53:36,034 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/5e06048e-1960-44d1-ac90-93c7c7252b67 used request id req-b81dbf1d-c971-4700-8774-2e2a9fe180d3 2018-10-04 13:53:36,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95faed34d7c9a185c35ef5d8faf3db951166b3d2" 2018-10-04 13:53:36,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-687c20fc-791c-42b1-92e3-f36a08093a76 Date: Thu, 04 Oct 2018 13:53:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f80fe6358a334241916439028da604ad", "created_at": "2018-10-04T13:53:36Z", "updated_at": "2018-10-04T13:53:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:36Z", "revision_number": 0, "id": "0265e497-a7c6-4f3b-8133-c6b9777adecf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:36Z", "security_group_id": "4be406ec-a315-4d44-b353-147639127a2c", "tenant_id": "f80fe6358a334241916439028da604ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "f80fe6358a334241916439028da604ad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:36Z", "revision_number": 0, "id": "ac26c257-2f60-4d0f-baed-9274db55347a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:36Z", "security_group_id": "4be406ec-a315-4d44-b353-147639127a2c", "tenant_id": "f80fe6358a334241916439028da604ad", "port_range_min": null, "ethertype": "IPv6", "project_id": "f80fe6358a334241916439028da604ad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:36Z", "revision_number": 0, "id": "d82b7065-516e-4934-b1b4-4d3871f0d5bd", "remote_group_id": "4be406ec-a315-4d44-b353-147639127a2c", "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:36Z", "security_group_id": "4be406ec-a315-4d44-b353-147639127a2c", "tenant_id": "f80fe6358a334241916439028da604ad", "port_range_min": null, "ethertype": "IPv6", "project_id": "f80fe6358a334241916439028da604ad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:36Z", "revision_number": 0, "id": "daf0e011-86c1-4cdd-bb4c-89f1ef7eadad", "remote_group_id": "4be406ec-a315-4d44-b353-147639127a2c", "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:36Z", "security_group_id": "4be406ec-a315-4d44-b353-147639127a2c", "tenant_id": "f80fe6358a334241916439028da604ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "f80fe6358a334241916439028da604ad"}], "revision_number": 4, "project_id": "f80fe6358a334241916439028da604ad", "id": "4be406ec-a315-4d44-b353-147639127a2c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "created_at": "2018-10-04T13:52:29Z", "updated_at": "2018-10-04T13:52:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:52:30Z", "revision_number": 0, "id": "0333a1cd-da7f-4b02-85c1-034790b2b3ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:52:30Z", "security_group_id": "5d29838b-2c4a-4d10-8a46-380d48706a0c", "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "port_range_min": null, "ethertype": "IPv6", "project_id": "5308fbb9a9af471cad803d78a8c41b8b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:52:30Z", "revision_number": 0, "id": "0baf4687-5d3f-43b7-92cf-cb2f8da587d7", "remote_group_id": "5d29838b-2c4a-4d10-8a46-380d48706a0c", "remote_ip_prefix": null, "created_at": "2018-10-04T13:52:30Z", "security_group_id": "5d29838b-2c4a-4d10-8a46-380d48706a0c", "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "port_range_min": null, "ethertype": "IPv6", "project_id": "5308fbb9a9af471cad803d78a8c41b8b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:52:30Z", "revision_number": 0, "id": "18182d44-df8a-4015-b2f4-9ca9e577adfd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:52:30Z", "security_group_id": "5d29838b-2c4a-4d10-8a46-380d48706a0c", "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "port_range_min": null, "ethertype": "IPv4", "project_id": "5308fbb9a9af471cad803d78a8c41b8b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:52:30Z", "revision_number": 0, "id": "8304364a-2060-41ff-96cb-ac09756f2555", "remote_group_id": "5d29838b-2c4a-4d10-8a46-380d48706a0c", "remote_ip_prefix": null, "created_at": "2018-10-04T13:52:30Z", "security_group_id": "5d29838b-2c4a-4d10-8a46-380d48706a0c", "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "port_range_min": null, "ethertype": "IPv4", "project_id": "5308fbb9a9af471cad803d78a8c41b8b"}], "revision_number": 4, "project_id": "5308fbb9a9af471cad803d78a8c41b8b", "id": "5d29838b-2c4a-4d10-8a46-380d48706a0c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 13:53:36,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-687c20fc-791c-42b1-92e3-f36a08093a76 2018-10-04 13:53:36,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95faed34d7c9a185c35ef5d8faf3db951166b3d2" 2018-10-04 13:53:36,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d593ab21-5f83-4945-8cb9-a1f1ad2d0e94 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 13:53:36,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-d593ab21-5f83-4945-8cb9-a1f1ad2d0e94 2018-10-04 13:53:36,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95faed34d7c9a185c35ef5d8faf3db951166b3d2" 2018-10-04 13:53:36,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaacdcd6-8180-4639-881a-fcd664b76ca7 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 13:53:36,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-eaacdcd6-8180-4639-881a-fcd664b76ca7 2018-10-04 13:53:36,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/f80fe6358a334241916439028da604ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95faed34d7c9a185c35ef5d8faf3db951166b3d2" 2018-10-04 13:53:36,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04c34248-9049-40a4-8c51-c492eaefd026 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/f80fe6358a334241916439028da604ad"}, "enabled": true, "id": "f80fe6358a334241916439028da604ad", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91"}} 2018-10-04 13:53:36,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/f80fe6358a334241916439028da604ad used request id req-04c34248-9049-40a4-8c51-c492eaefd026 2018-10-04 13:53:36,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95faed34d7c9a185c35ef5d8faf3db951166b3d2" 2018-10-04 13:53:36,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c5a7a35-da2d-4cfb-bff0-4175e2de4c38 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b"}, "enabled": true, "id": "5308fbb9a9af471cad803d78a8c41b8b", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-26b1ff70-43b2-49a-proj"}} 2018-10-04 13:53:36,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b used request id req-4c5a7a35-da2d-4cfb-bff0-4175e2de4c38 2018-10-04 13:53:36,821 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5d29838b-2c4a-4d10-8a46-380d48706a0c 2018-10-04 13:53:36,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=5d29838b-2c4a-4d10-8a46-380d48706a0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95faed34d7c9a185c35ef5d8faf3db951166b3d2" 2018-10-04 13:53:37,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c2966ae9-c232-47fc-98ac-e06111d1792b Date: Thu, 04 Oct 2018 13:53:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:52:30Z", "security_group_id": "5d29838b-2c4a-4d10-8a46-380d48706a0c", "port_range_min": null, "revision_number": 0, "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "created_at": "2018-10-04T13:52:30Z", "project_id": "5308fbb9a9af471cad803d78a8c41b8b", "id": "0333a1cd-da7f-4b02-85c1-034790b2b3ec"}, {"remote_group_id": "5d29838b-2c4a-4d10-8a46-380d48706a0c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:52:30Z", "security_group_id": "5d29838b-2c4a-4d10-8a46-380d48706a0c", "port_range_min": null, "revision_number": 0, "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "created_at": "2018-10-04T13:52:30Z", "project_id": "5308fbb9a9af471cad803d78a8c41b8b", "id": "0baf4687-5d3f-43b7-92cf-cb2f8da587d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:52:30Z", "security_group_id": "5d29838b-2c4a-4d10-8a46-380d48706a0c", "port_range_min": null, "revision_number": 0, "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "created_at": "2018-10-04T13:52:30Z", "project_id": "5308fbb9a9af471cad803d78a8c41b8b", "id": "18182d44-df8a-4015-b2f4-9ca9e577adfd"}, {"remote_group_id": "5d29838b-2c4a-4d10-8a46-380d48706a0c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T13:52:30Z", "security_group_id": "5d29838b-2c4a-4d10-8a46-380d48706a0c", "port_range_min": null, "revision_number": 0, "tenant_id": "5308fbb9a9af471cad803d78a8c41b8b", "created_at": "2018-10-04T13:52:30Z", "project_id": "5308fbb9a9af471cad803d78a8c41b8b", "id": "8304364a-2060-41ff-96cb-ac09756f2555"}]} 2018-10-04 13:53:37,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=5d29838b-2c4a-4d10-8a46-380d48706a0c used request id req-c2966ae9-c232-47fc-98ac-e06111d1792b 2018-10-04 13:53:37,004 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 13:53:37,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/5d29838b-2c4a-4d10-8a46-380d48706a0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95faed34d7c9a185c35ef5d8faf3db951166b3d2" 2018-10-04 13:53:37,305 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-66dc9a27-f167-428a-85d8-f7a82378c6a0 Content-Length: 0 Date: Thu, 04 Oct 2018 13:53:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:53:37,305 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/5d29838b-2c4a-4d10-8a46-380d48706a0c used request id req-66dc9a27-f167-428a-85d8-f7a82378c6a0 2018-10-04 13:53:37,306 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-26b1ff70-43b2-49a-proj 2018-10-04 13:53:37,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95faed34d7c9a185c35ef5d8faf3db951166b3d2" 2018-10-04 13:53:37,502 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:53:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3131eaed-333e-4eb4-bb52-40e07518f77a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:53:37,502 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/5308fbb9a9af471cad803d78a8c41b8b used request id req-3131eaed-333e-4eb4-bb52-40e07518f77a 2018-10-04 13:53:37,503 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-26b1ff70-43b2-49a-proj-role 2018-10-04 13:53:37,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/be78c458774a44c69f66bf313e29ea35 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95faed34d7c9a185c35ef5d8faf3db951166b3d2" 2018-10-04 13:53:37,653 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:53:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f01f1e13-9b25-439c-830a-d72ef9bbaa2e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:53:37,654 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/be78c458774a44c69f66bf313e29ea35 used request id req-f01f1e13-9b25-439c-830a-d72ef9bbaa2e 2018-10-04 13:53:37,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95faed34d7c9a185c35ef5d8faf3db951166b3d2" 2018-10-04 13:53:37,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cc3dd2d-3eb5-4947-9eb4-e918063874a8 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "27a473bf26404581a2815b189d99cb15", "links": {"self": "http://172.30.9.23:5000/v3/roles/27a473bf26404581a2815b189d99cb15"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "3ca11eee7eda45b095b2149347930aa0", "links": {"self": "http://172.30.9.23:5000/v3/roles/3ca11eee7eda45b095b2149347930aa0"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:53:37,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6cc3dd2d-3eb5-4947-9eb4-e918063874a8 2018-10-04 13:53:37,747 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-26b1ff70-43b2-49a-user 2018-10-04 13:53:37,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/6e01ba47bc9c4136b96f0f45878f9242 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e32b718355d2b4a8c149b4e0776cdd824998eda" 2018-10-04 13:53:37,921 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:53:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1f843a8-6799-4113-bbde-2f5191fc7ef7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:53:37,921 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/6e01ba47bc9c4136b96f0f45878f9242 used request id req-f1f843a8-6799-4113-bbde-2f5191fc7ef7 2018-10-04 13:53:37,922 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 74.707s OK 2018-10-04 13:53:38,041 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 13:53:38,041 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:15 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-10-04 13:53:38,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:53:38,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:53:38,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f07fedb-e726-400b-b6ff-165ada0bb536 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "27a473bf26404581a2815b189d99cb15", "links": {"self": "http://172.30.9.23:5000/v3/roles/27a473bf26404581a2815b189d99cb15"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "3ca11eee7eda45b095b2149347930aa0", "links": {"self": "http://172.30.9.23:5000/v3/roles/3ca11eee7eda45b095b2149347930aa0"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:53:38,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5f07fedb-e726-400b-b6ff-165ada0bb536 2018-10-04 13:53:38,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0867199897766s 2018-10-04 13:53:38,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 13:53:38,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/27a473bf26404581a2815b189d99cb15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:53:38,267 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:53:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-799b94a5-7dea-46b1-be39-753895426078 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:53:38,267 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/27a473bf26404581a2815b189d99cb15 used request id req-799b94a5-7dea-46b1-be39-753895426078 2018-10-04 13:53:38,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.131016969681s 2018-10-04 13:53:38,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 13:53:38,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:53:38,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c67900ad-de2c-4bf3-831c-ff0c404a0e43 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91", "links": {"self": "http://172.30.9.23:5000/v3/users/ea1daac9c2e240b983714bf9038eb238"}, "domain_id": "default", "enabled": true, "id": "ea1daac9c2e240b983714bf9038eb238", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:53:38,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c67900ad-de2c-4bf3-831c-ff0c404a0e43 2018-10-04 13:53:38,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0902578830719s 2018-10-04 13:53:38,359 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c67900ad-de2c-4bf3-831c-ff0c404a0e43 2018-10-04 13:53:38,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 13:53:38,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/ea1daac9c2e240b983714bf9038eb238 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:53:38,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-536482d6-bee9-4c2f-8cfd-6a1e8727b14e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/ea1daac9c2e240b983714bf9038eb238"}, "enabled": true, "id": "ea1daac9c2e240b983714bf9038eb238", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91"}} 2018-10-04 13:53:38,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/ea1daac9c2e240b983714bf9038eb238 used request id req-536482d6-bee9-4c2f-8cfd-6a1e8727b14e 2018-10-04 13:53:38,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0984818935394s 2018-10-04 13:53:38,463 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/ea1daac9c2e240b983714bf9038eb238 used request id req-536482d6-bee9-4c2f-8cfd-6a1e8727b14e 2018-10-04 13:53:38,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-04 13:53:38,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/ea1daac9c2e240b983714bf9038eb238 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:53:38,732 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:53:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52e12765-d86b-465b-a099-b0bf5c617d98 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:53:38,732 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/ea1daac9c2e240b983714bf9038eb238 used request id req-52e12765-d86b-465b-a099-b0bf5c617d98 2018-10-04 13:53:38,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.268595933914s 2018-10-04 13:53:38,733 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/ea1daac9c2e240b983714bf9038eb238 used request id req-52e12765-d86b-465b-a099-b0bf5c617d98 2018-10-04 13:53:38,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 13:53:38,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:53:38,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f91dba5-52a0-42e9-a155-18331a558099 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/f80fe6358a334241916439028da604ad"}, "enabled": true, "id": "f80fe6358a334241916439028da604ad", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_844f80f4-d0c5-47a8-b5a3-62e6a27c6f91"}]} 2018-10-04 13:53:38,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-8f91dba5-52a0-42e9-a155-18331a558099 2018-10-04 13:53:38,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0758481025696s 2018-10-04 13:53:38,809 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-8f91dba5-52a0-42e9-a155-18331a558099 2018-10-04 13:53:38,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-04 13:53:38,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/f80fe6358a334241916439028da604ad -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:53:38,968 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:53:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35d8840f-4f93-4bf3-ae5f-33e3485c5bdd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:53:38,968 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/f80fe6358a334241916439028da604ad used request id req-35d8840f-4f93-4bf3-ae5f-33e3485c5bdd 2018-10-04 13:53:38,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.156044960022s 2018-10-04 13:53:38,968 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/f80fe6358a334241916439028da604ad used request id req-35d8840f-4f93-4bf3-ae5f-33e3485c5bdd 2018-10-04 13:53:38,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:53:38,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:53:39,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a335910-7b75-4d59-8241-2f34cb42cfe5 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ca11eee7eda45b095b2149347930aa0", "links": {"self": "http://172.30.9.23:5000/v3/roles/3ca11eee7eda45b095b2149347930aa0"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:53:39,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4a335910-7b75-4d59-8241-2f34cb42cfe5 2018-10-04 13:53:39,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0830850601196s 2018-10-04 13:53:39,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 13:53:39,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/3ca11eee7eda45b095b2149347930aa0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:53:39,261 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:53:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80569acd-1285-4884-b6a9-8359c5188a94 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:53:39,261 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/3ca11eee7eda45b095b2149347930aa0 used request id req-80569acd-1285-4884-b6a9-8359c5188a94 2018-10-04 13:53:39,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.208135843277s 2018-10-04 13:53:39,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 13:53:39,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=f80fe6358a334241916439028da604ad&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:53:39,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-0d2815d8-71ea-4177-8fed-d37530725d3c Date: Thu, 04 Oct 2018 13:53:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f80fe6358a334241916439028da604ad", "created_at": "2018-10-04T13:53:36Z", "updated_at": "2018-10-04T13:53:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:36Z", "revision_number": 0, "id": "0265e497-a7c6-4f3b-8133-c6b9777adecf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:36Z", "security_group_id": "4be406ec-a315-4d44-b353-147639127a2c", "tenant_id": "f80fe6358a334241916439028da604ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "f80fe6358a334241916439028da604ad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:36Z", "revision_number": 0, "id": "ac26c257-2f60-4d0f-baed-9274db55347a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:36Z", "security_group_id": "4be406ec-a315-4d44-b353-147639127a2c", "tenant_id": "f80fe6358a334241916439028da604ad", "port_range_min": null, "ethertype": "IPv6", "project_id": "f80fe6358a334241916439028da604ad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:36Z", "revision_number": 0, "id": "d82b7065-516e-4934-b1b4-4d3871f0d5bd", "remote_group_id": "4be406ec-a315-4d44-b353-147639127a2c", "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:36Z", "security_group_id": "4be406ec-a315-4d44-b353-147639127a2c", "tenant_id": "f80fe6358a334241916439028da604ad", "port_range_min": null, "ethertype": "IPv6", "project_id": "f80fe6358a334241916439028da604ad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:36Z", "revision_number": 0, "id": "daf0e011-86c1-4cdd-bb4c-89f1ef7eadad", "remote_group_id": "4be406ec-a315-4d44-b353-147639127a2c", "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:36Z", "security_group_id": "4be406ec-a315-4d44-b353-147639127a2c", "tenant_id": "f80fe6358a334241916439028da604ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "f80fe6358a334241916439028da604ad"}], "revision_number": 4, "project_id": "f80fe6358a334241916439028da604ad", "id": "4be406ec-a315-4d44-b353-147639127a2c", "name": "default"}]} 2018-10-04 13:53:39,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=f80fe6358a334241916439028da604ad&name=default used request id req-0d2815d8-71ea-4177-8fed-d37530725d3c 2018-10-04 13:53:39,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.197479963303s 2018-10-04 13:53:39,465 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=f80fe6358a334241916439028da604ad&name=default used request id req-0d2815d8-71ea-4177-8fed-d37530725d3c 2018-10-04 13:53:39,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 13:53:39,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:53:39,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-ff858c2c-ffea-4c7f-929e-c50c1f8007de Date: Thu, 04 Oct 2018 13:53:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f80fe6358a334241916439028da604ad", "created_at": "2018-10-04T13:53:36Z", "updated_at": "2018-10-04T13:53:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:36Z", "revision_number": 0, "id": "ac26c257-2f60-4d0f-baed-9274db55347a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:36Z", "security_group_id": "4be406ec-a315-4d44-b353-147639127a2c", "tenant_id": "f80fe6358a334241916439028da604ad", "port_range_min": null, "ethertype": "IPv6", "project_id": "f80fe6358a334241916439028da604ad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:36Z", "revision_number": 0, "id": "0265e497-a7c6-4f3b-8133-c6b9777adecf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:36Z", "security_group_id": "4be406ec-a315-4d44-b353-147639127a2c", "tenant_id": "f80fe6358a334241916439028da604ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "f80fe6358a334241916439028da604ad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:36Z", "revision_number": 0, "id": "daf0e011-86c1-4cdd-bb4c-89f1ef7eadad", "remote_group_id": "4be406ec-a315-4d44-b353-147639127a2c", "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:36Z", "security_group_id": "4be406ec-a315-4d44-b353-147639127a2c", "tenant_id": "f80fe6358a334241916439028da604ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "f80fe6358a334241916439028da604ad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:36Z", "revision_number": 0, "id": "d82b7065-516e-4934-b1b4-4d3871f0d5bd", "remote_group_id": "4be406ec-a315-4d44-b353-147639127a2c", "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:36Z", "security_group_id": "4be406ec-a315-4d44-b353-147639127a2c", "tenant_id": "f80fe6358a334241916439028da604ad", "port_range_min": null, "ethertype": "IPv6", "project_id": "f80fe6358a334241916439028da604ad"}], "revision_number": 4, "project_id": "f80fe6358a334241916439028da604ad", "id": "4be406ec-a315-4d44-b353-147639127a2c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 13:53:39,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-ff858c2c-ffea-4c7f-929e-c50c1f8007de 2018-10-04 13:53:39,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.199149847031s 2018-10-04 13:53:39,668 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-ff858c2c-ffea-4c7f-929e-c50c1f8007de 2018-10-04 13:53:39,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-04 13:53:39,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/4be406ec-a315-4d44-b353-147639127a2c.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1b2a688d08079a79e8f47e07774c5c9d92fe26a4" 2018-10-04 13:53:39,965 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-eefc2c43-7a2a-405a-8b50-587c4e5acd2a Content-Length: 0 Date: Thu, 04 Oct 2018 13:53:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:53:39,965 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/4be406ec-a315-4d44-b353-147639127a2c.json used request id req-eefc2c43-7a2a-405a-8b50-587c4e5acd2a 2018-10-04 13:53:39,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.292919874191s 2018-10-04 13:53:39,965 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/4be406ec-a315-4d44-b353-147639127a2c.json used request id req-eefc2c43-7a2a-405a-8b50-587c4e5acd2a 2018-10-04 13:53:39,966 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:11 | PASS | | api_check | functest | healthcheck | 13:07 | PASS | | snaps_health_check | functest | healthcheck | 01:15 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-10-04 13:53:39,971 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-04 13:53:45,167 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-291 | | 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-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-04 13:53:45,172 - 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_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=hT9guQXYWvHUyCeUD34TPTcUc export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 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_REGION_NAME=regionOne 2018-10-04 13:53:45,172 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-04 13:53:45,174 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-10-04 13:53:45,211 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-10-04 13:53:47,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 13:53:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 13:53:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 13:53:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 13:53:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 13:53:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 13:53:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 13:53:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 13:53:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 13:53:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 13:53:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 13:53:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 13:53:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 13:53:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 13:53:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 13:53:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 13:53:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 13:53:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 13:53:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 13:53:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 13:53:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 13:53:47,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 13:53:47,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 13:53:47,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 13:53:47,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:53:47,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8aaf5e98-64a4-4694-a3ab-d63886eac98a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:53:47,469 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8aaf5e98-64a4-4694-a3ab-d63886eac98a 2018-10-04 13:53:47,469 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:53:47,851 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}], "expires_at": "2018-10-04T14:53:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ecbf2b9cbec04c3e8332c7164aa04ab3"}, "audit_ids": ["hPichwYqQv2ioTC45qUZ8A"], "issued_at": "2018-10-04T13:53:47.000000Z"}} 2018-10-04 13:53:47,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 13:53:47,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:53:48,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-debdf340-cf4d-4ac4-9eff-614191a2d1f3 Date: Thu, 04 Oct 2018 13:53:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 13:53:48,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-debdf340-cf4d-4ac4-9eff-614191a2d1f3 2018-10-04 13:53:48,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.250111103058s 2018-10-04 13:53:48,105 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-debdf340-cf4d-4ac4-9eff-614191a2d1f3 2018-10-04 13:53:48,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 13:53:48,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:53:48,120 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:53:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:53:48,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:53:48,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a80ba7c2-1faf-4841-b336-881dc52d40ec Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/356d297e741f42d0b9d8bc9b13448e43"}, "description": "", "name": "heat_stack", "enabled": true, "id": "356d297e741f42d0b9d8bc9b13448e43"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 13:53:48,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-a80ba7c2-1faf-4841-b336-881dc52d40ec 2018-10-04 13:53:48,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.380558013916s 2018-10-04 13:53:48,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-04 13:53:48,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}}' 2018-10-04 13:53:48,606 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:53:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef55f40e-0256-4f26-9677-b2468f8424aa Content-Length: 352 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.23:5000/v3/projects/5bd47b864f364b7591b3ae15f278b322"}, "enabled": true, "id": "5bd47b864f364b7591b3ae15f278b322", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}} 2018-10-04 13:53:48,606 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-ef55f40e-0256-4f26-9677-b2468f8424aa 2018-10-04 13:53:48,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.113349199295s 2018-10-04 13:53:48,607 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-ef55f40e-0256-4f26-9677-b2468f8424aa 2018-10-04 13:53:48,607 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5', 'id': u'5bd47b864f364b7591b3ae15f278b322', 'description': u'Created by OPNFV Functest: vping_ssh', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-04 13:53:48,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-04 13:53:48,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.386739015579s 2018-10-04 13:53:48,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/626af7793ee74536bf8eec45f063e80e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:53:49,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b5c8f15-9bea-4875-b067-b0368c3a5ac6 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/626af7793ee74536bf8eec45f063e80e"}, "enabled": true, "id": "626af7793ee74536bf8eec45f063e80e", "options": {}, "domain_id": "default", "name": "vping_ssh-user_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}} 2018-10-04 13:53:49,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/626af7793ee74536bf8eec45f063e80e used request id req-2b5c8f15-9bea-4875-b067-b0368c3a5ac6 2018-10-04 13:53:49,096 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'626af7793ee74536bf8eec45f063e80e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5'}) 2018-10-04 13:53:49,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:53:49,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:53:49,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d5d8b76-bbc9-4a16-a22b-994fb87ca0f7 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:53:49,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3d5d8b76-bbc9-4a16-a22b-994fb87ca0f7 2018-10-04 13:53:49,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0857949256897s 2018-10-04 13:53:49,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:53:49,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:53:49,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bfa1510-8e55-42e7-b688-34239a5f1a7f Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:53:49,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-2bfa1510-8e55-42e7-b688-34239a5f1a7f 2018-10-04 13:53:49,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0896811485291s 2018-10-04 13:53:49,275 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 13:53:49,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 13:53:49,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" -d '{"role": {"name": "Member"}}' 2018-10-04 13:53:49,399 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:53:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b773b5bc-1ce2-4b7d-93aa-37cef8c38e79 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d101136116ca4332b51ca08f3c84e942", "links": {"self": "http://172.30.9.23:5000/v3/roles/d101136116ca4332b51ca08f3c84e942"}, "name": "Member"}} 2018-10-04 13:53:49,400 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-b773b5bc-1ce2-4b7d-93aa-37cef8c38e79 2018-10-04 13:53:49,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.12443113327s 2018-10-04 13:53:49,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/d101136116ca4332b51ca08f3c84e942 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:53:49,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-667c3f0d-4afc-43ec-8797-84c701fe73c9 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/d101136116ca4332b51ca08f3c84e942"}, "domain_id": null, "name": "Member", "id": "d101136116ca4332b51ca08f3c84e942"}} 2018-10-04 13:53:49,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/d101136116ca4332b51ca08f3c84e942 used request id req-667c3f0d-4afc-43ec-8797-84c701fe73c9 2018-10-04 13:53:49,417 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/d101136116ca4332b51ca08f3c84e942'}, 'domain_id': None, 'human_id': None, 'id': u'd101136116ca4332b51ca08f3c84e942', 'HUMAN_ID': False}) 2018-10-04 13:53:49,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:53:49,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:53:49,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16a41007-4acb-4bf2-ba66-c205d773f8cd Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d101136116ca4332b51ca08f3c84e942", "links": {"self": "http://172.30.9.23:5000/v3/roles/d101136116ca4332b51ca08f3c84e942"}, "name": "Member"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:53:49,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-16a41007-4acb-4bf2-ba66-c205d773f8cd 2018-10-04 13:53:49,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0748519897461s 2018-10-04 13:53:49,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 13:53:49,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:53:49,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b12bf1b4-ae2b-47c9-8aab-054105a9713d Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 13:53:49,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-b12bf1b4-ae2b-47c9-8aab-054105a9713d 2018-10-04 13:53:49,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0795941352844s 2018-10-04 13:53:49,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 13:53:49,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:53:49,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd8cba12-a135-4a99-a6af-14fda46109d7 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "links": {"self": "http://172.30.9.23:5000/v3/users/626af7793ee74536bf8eec45f063e80e"}, "domain_id": "default", "enabled": true, "id": "626af7793ee74536bf8eec45f063e80e", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:53:49,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-dd8cba12-a135-4a99-a6af-14fda46109d7 2018-10-04 13:53:49,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104647159576s 2018-10-04 13:53:49,679 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-dd8cba12-a135-4a99-a6af-14fda46109d7 2018-10-04 13:53:49,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 13:53:49,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:53:49,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8543e03-e032-48e3-8582-32241c886e2d Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.23:5000/v3/projects/5bd47b864f364b7591b3ae15f278b322"}, "enabled": true, "id": "5bd47b864f364b7591b3ae15f278b322", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 13:53:49,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-b8543e03-e032-48e3-8582-32241c886e2d 2018-10-04 13:53:49,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0751428604126s 2018-10-04 13:53:49,762 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-b8543e03-e032-48e3-8582-32241c886e2d 2018-10-04 13:53:49,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 13:53:49,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=626af7793ee74536bf8eec45f063e80e&scope.project.id=5bd47b864f364b7591b3ae15f278b322&role.id=d101136116ca4332b51ca08f3c84e942 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:53:49,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7bd5b7a-1a3b-420e-af22-8e3a36b0a7af Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=626af7793ee74536bf8eec45f063e80e&scope.project.id=5bd47b864f364b7591b3ae15f278b322&role.id=d101136116ca4332b51ca08f3c84e942", "previous": null, "next": null}} 2018-10-04 13:53:49,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=626af7793ee74536bf8eec45f063e80e&scope.project.id=5bd47b864f364b7591b3ae15f278b322&role.id=d101136116ca4332b51ca08f3c84e942 used request id req-f7bd5b7a-1a3b-420e-af22-8e3a36b0a7af 2018-10-04 13:53:49,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0791368484497s 2018-10-04 13:53:49,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 13:53:49,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/5bd47b864f364b7591b3ae15f278b322/users/626af7793ee74536bf8eec45f063e80e/roles/d101136116ca4332b51ca08f3c84e942 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:53:49,975 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:53:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64dce612-2cf4-43ad-90b0-c10581fd7ee4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:53:49,975 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/5bd47b864f364b7591b3ae15f278b322/users/626af7793ee74536bf8eec45f063e80e/roles/d101136116ca4332b51ca08f3c84e942 used request id req-64dce612-2cf4-43ad-90b0-c10581fd7ee4 2018-10-04 13:53:49,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.131268024445s 2018-10-04 13:53:49,976 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '4e1decdd-e361-45d9-bd00-196cdda2ec73', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'vping_ssh-user_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5', 'project_id': u'5bd47b864f364b7591b3ae15f278b322', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 13:53:49,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 13:53:49,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 13:53:49,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 13:53:49,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 13:53:49,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 13:53:49,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 13:53:49,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 13:53:49,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 13:53:49,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 13:53:49,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 13:53:49,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 13:53:49,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 13:53:49,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 13:53:49,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 13:53:49,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 13:53:49,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 13:53:49,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 13:53:49,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 13:53:49,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 13:53:49,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 13:53:49,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 13:53:49,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 13:53:49,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 13:53:49,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 13:53:49,982 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5', 'password': '4e1decdd-e361-45d9-bd00-196cdda2ec73', 'project_name': 'vping_ssh-project_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '5bd47b864f364b7591b3ae15f278b322', 'project_domain_name': 'Default'} 2018-10-04 13:53:49,982 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-10-04 13:53:49,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 13:53:49,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:53:50,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b395220-0d79-4cbe-a97d-3b816895af14 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/356d297e741f42d0b9d8bc9b13448e43"}, "description": "", "name": "heat_stack", "enabled": true, "id": "356d297e741f42d0b9d8bc9b13448e43"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 13:53:50,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-2b395220-0d79-4cbe-a97d-3b816895af14 2018-10-04 13:53:50,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0722279548645s 2018-10-04 13:53:50,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 13:53:50,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:53:50,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d917efdc-e5a2-4a57-9d59-709f665b0c94 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.23:5000/v3/projects/5bd47b864f364b7591b3ae15f278b322"}, "enabled": true, "id": "5bd47b864f364b7591b3ae15f278b322", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 13:53:50,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-d917efdc-e5a2-4a57-9d59-709f665b0c94 2018-10-04 13:53:50,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0893070697784s 2018-10-04 13:53:50,146 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-d917efdc-e5a2-4a57-9d59-709f665b0c94 2018-10-04 13:53:50,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-04 13:53:50,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" -d '{"network": {"tenant_id": "5bd47b864f364b7591b3ae15f278b322", "name": "vping_ssh-net_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "admin_state_up": true}}' 2018-10-04 13:53:50,658 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 703 X-Openstack-Request-Id: req-09c7c4ae-75ae-42ca-bd61-5cb61083ddf1 Date: Thu, 04 Oct 2018 13:53:50 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3c692705-ccb4-419a-9767-177700ef1157","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":31,"ipv4_address_scope":null,"shared":false,"project_id":"5bd47b864f364b7591b3ae15f278b322","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:53:50Z","is_default":false,"qos_policy_id":null,"name":"vping_ssh-net_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5","admin_state_up":true,"tenant_id":"5bd47b864f364b7591b3ae15f278b322","created_at":"2018-10-04T13:53:50Z","mtu":1450}} 2018-10-04 13:53:50,658 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-09c7c4ae-75ae-42ca-bd61-5cb61083ddf1 2018-10-04 13:53:50,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.509246110916s 2018-10-04 13:53:50,659 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-09c7c4ae-75ae-42ca-bd61-5cb61083ddf1 2018-10-04 13:53:50,659 - 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-10-04T13:53:50Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'3c692705-ccb4-419a-9767-177700ef1157', u'provider:segmentation_id': 31, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'vping_ssh-net_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5', u'created_at': u'2018-10-04T13:53:50Z', u'mtu': 1450, u'tenant_id': u'5bd47b864f364b7591b3ae15f278b322', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'5bd47b864f364b7591b3ae15f278b322'}) 2018-10-04 13:53:50,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:53:50,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:53:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5792acd3-2762-4d41-beab-185ba7ff01fb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:53:50,668 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5792acd3-2762-4d41-beab-185ba7ff01fb 2018-10-04 13:53:50,668 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:53:51,039 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d101136116ca4332b51ca08f3c84e942", "name": "Member"}], "expires_at": "2018-10-04T14:53:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bd47b864f364b7591b3ae15f278b322", "name": "vping_ssh-project_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/5bd47b864f364b7591b3ae15f278b322", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/5bd47b864f364b7591b3ae15f278b322", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/5bd47b864f364b7591b3ae15f278b322", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5bd47b864f364b7591b3ae15f278b322", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/5bd47b864f364b7591b3ae15f278b322", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/5bd47b864f364b7591b3ae15f278b322", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/5bd47b864f364b7591b3ae15f278b322", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/5bd47b864f364b7591b3ae15f278b322", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/5bd47b864f364b7591b3ae15f278b322", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5bd47b864f364b7591b3ae15f278b322", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/5bd47b864f364b7591b3ae15f278b322", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/5bd47b864f364b7591b3ae15f278b322", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "id": "626af7793ee74536bf8eec45f063e80e"}, "audit_ids": ["HuKRIGjQQfS6hi7nXnszMQ"], "issued_at": "2018-10-04T13:53:51.000000Z"}} 2018-10-04 13:53:51,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 13:53:51,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:53:51,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-a5de7485-2784-4650-9124-70ae5fa92c7c Date: Thu, 04 Oct 2018 13:53:51 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T13:53:50Z","tenant_id":"5bd47b864f364b7591b3ae15f278b322","created_at":"2018-10-04T13:53:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5bd47b864f364b7591b3ae15f278b322","id":"3c692705-ccb4-419a-9767-177700ef1157","name":"vping_ssh-net_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}]} 2018-10-04 13:53:51,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a5de7485-2784-4650-9124-70ae5fa92c7c 2018-10-04 13:53:51,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.281649827957s 2018-10-04 13:53:51,324 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a5de7485-2784-4650-9124-70ae5fa92c7c 2018-10-04 13:53:51,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-04 13:53:51,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" -d '{"subnet": {"name": "vping_ssh-subnet_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "enable_dhcp": true, "network_id": "3c692705-ccb4-419a-9767-177700ef1157", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-04 13:53:51,989 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-b48bc41d-e5f1-4b78-98d2-d7225157f152 Date: Thu, 04 Oct 2018 13:53:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c692705-ccb4-419a-9767-177700ef1157","tenant_id":"5bd47b864f364b7591b3ae15f278b322","created_at":"2018-10-04T13:53:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-04T13:53: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":"5bd47b864f364b7591b3ae15f278b322","id":"716d5f48-fe2a-425c-a1bf-e486a6ff631e","subnetpool_id":null,"name":"vping_ssh-subnet_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}} 2018-10-04 13:53:51,990 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-b48bc41d-e5f1-4b78-98d2-d7225157f152 2018-10-04 13:53:51,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.664275884628s 2018-10-04 13:53:51,990 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-b48bc41d-e5f1-4b78-98d2-d7225157f152 2018-10-04 13:53:51,990 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-04T13:53: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'716d5f48-fe2a-425c-a1bf-e486a6ff631e', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5', u'enable_dhcp': True, u'network_id': u'3c692705-ccb4-419a-9767-177700ef1157', u'tenant_id': u'5bd47b864f364b7591b3ae15f278b322', u'created_at': u'2018-10-04T13:53: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'5bd47b864f364b7591b3ae15f278b322'}) 2018-10-04 13:53:51,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-04 13:53:51,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "vping_ssh-router_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "admin_state_up": true}}' 2018-10-04 13:53:57,134 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-475f0dcb-e9d2-4237-99b1-7f321b593123 Date: Thu, 04 Oct 2018 13:53:57 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "created_at": "2018-10-04T13:53:52Z", "admin_state_up": true, "updated_at": "2018-10-04T13:53:53Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "5bd47b864f364b7591b3ae15f278b322", "id": "fb3bdbc4-9668-4182-8dfb-5acfe649401e", "name": "vping_ssh-router_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}} 2018-10-04 13:53:57,134 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-475f0dcb-e9d2-4237-99b1-7f321b593123 2018-10-04 13:53:57,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.1430978775s 2018-10-04 13:53:57,135 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-475f0dcb-e9d2-4237-99b1-7f321b593123 2018-10-04 13:53:57,135 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-10-04T13:53:53Z', u'revision_number': 2, u'id': u'fb3bdbc4-9668-4182-8dfb-5acfe649401e', u'external_gateway_info': {u'network_id': u'18028772-bdec-4175-9daf-5ee7ae542a2e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b', u'ip_address': u'172.30.9.208'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-router_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5', u'admin_state_up': True, u'tenant_id': u'5bd47b864f364b7591b3ae15f278b322', u'created_at': u'2018-10-04T13:53:52Z', u'flavor_id': None, u'routes': [], u'project_id': u'5bd47b864f364b7591b3ae15f278b322'}) 2018-10-04 13:53:57,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-04 13:53:57,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/fb3bdbc4-9668-4182-8dfb-5acfe649401e/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" -d '{"subnet_id": "716d5f48-fe2a-425c-a1bf-e486a6ff631e"}' 2018-10-04 13:53:59,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-772fe2d9-5a60-48ed-9ea2-80a40376e630 Date: Thu, 04 Oct 2018 13:53:59 GMT RESP BODY: {"network_id": "3c692705-ccb4-419a-9767-177700ef1157", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "subnet_id": "716d5f48-fe2a-425c-a1bf-e486a6ff631e", "subnet_ids": ["716d5f48-fe2a-425c-a1bf-e486a6ff631e"], "port_id": "17ddb6a9-35d4-40ed-8985-12568aa5965b", "id": "fb3bdbc4-9668-4182-8dfb-5acfe649401e"} 2018-10-04 13:53:59,245 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/fb3bdbc4-9668-4182-8dfb-5acfe649401e/add_router_interface.json used request id req-772fe2d9-5a60-48ed-9ea2-80a40376e630 2018-10-04 13:53:59,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.10882782936s 2018-10-04 13:53:59,245 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/fb3bdbc4-9668-4182-8dfb-5acfe649401e/add_router_interface.json used request id req-772fe2d9-5a60-48ed-9ea2-80a40376e630 returning object fb3bdbc4-9668-4182-8dfb-5acfe649401e 2018-10-04 13:53:59,246 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 13:53:59,377 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-04 13:53:59,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:53:59,384 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 04 Oct 2018 13:53:59 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-10-04 13:53:59,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 13:53:59,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:53:59,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-3fd9c26a-1984-464d-840c-f7d93ba83d3a Date: Thu, 04 Oct 2018 13:53:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 13:53:59,567 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3fd9c26a-1984-464d-840c-f7d93ba83d3a 2018-10-04 13:53:59,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.18145108223s 2018-10-04 13:53:59,568 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3fd9c26a-1984-464d-840c-f7d93ba83d3a 2018-10-04 13:53:59,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 13:53:59,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}' 2018-10-04 13:53:59,787 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c X-Openstack-Request-Id: req-a9d4e9c5-2318-4ab9-aafc-cd38ac08c9c5 Date: Thu, 04 Oct 2018 13:53:59 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c/file", "owner": "5bd47b864f364b7591b3ae15f278b322", "id": "fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "size": null, "self": "/v2/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T13:53:59Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "checksum": null, "created_at": "2018-10-04T13:53:59Z", "protected": false} 2018-10-04 13:53:59,787 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-a9d4e9c5-2318-4ab9-aafc-cd38ac08c9c5 2018-10-04 13:53:59,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.218031167984s 2018-10-04 13:53:59,788 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-a9d4e9c5-2318-4ab9-aafc-cd38ac08c9c5 returning object fef62239-838a-4fd1-a3ce-7eb2d3980f5c 2018-10-04 13:53:59,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 13:53:59,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" -d '' 2018-10-04 13:54:00,884 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-48e4b2bf-fd30-4ba7-a1f5-4d391cd0a144 Date: Thu, 04 Oct 2018 13:54:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 13:54:00,884 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c/file used request id req-48e4b2bf-fd30-4ba7-a1f5-4d391cd0a144 2018-10-04 13:54:00,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.0959649086s 2018-10-04 13:54:00,885 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c/file used request id req-48e4b2bf-fd30-4ba7-a1f5-4d391cd0a144 2018-10-04 13:54:00,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 13:54:00,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:00,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-2a2cfc5f-07f0-4e83-bffd-e7af1ce46443 Date: Thu, 04 Oct 2018 13:54:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c/snap", "metadata": {}}], "file": "/v2/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c/file", "owner": "5bd47b864f364b7591b3ae15f278b322", "id": "fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "size": 12716032, "self": "/v2/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T13:54:00Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T13:53:59Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 13:54:00,924 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-2a2cfc5f-07f0-4e83-bffd-e7af1ce46443 2018-10-04 13:54:00,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0382089614868s 2018-10-04 13:54:00,924 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-2a2cfc5f-07f0-4e83-bffd-e7af1ce46443 2018-10-04 13:54:00,926 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c/file', 'owner': u'5bd47b864f364b7591b3ae15f278b322', 'id': u'fef62239-838a-4fd1-a3ce-7eb2d3980f5c', 'size': 12716032, u'self': u'/v2/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5bd47b864f364b7591b3ae15f278b322', 'name': 'vping_ssh-project_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T13:54:00Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-04T13:54:00Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5', 'created': u'2018-10-04T13:53:59Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T13:53:59Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 13:54:00,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 13:54:00,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-04 13:54:01,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13: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-66d708a8-fce1-43a4-8da9-84e3bc01c607 x-compute-request-id: req-66d708a8-fce1-43a4-8da9-84e3bc01c607 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8179c761-bcdd-4b39-a5e7-270a5062416d", "name": "vping_ssh-flavor_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 13:54:01,108 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-66d708a8-fce1-43a4-8da9-84e3bc01c607 2018-10-04 13:54:01,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.181079149246s 2018-10-04 13:54:01,108 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-66d708a8-fce1-43a4-8da9-84e3bc01c607 returning object 8179c761-bcdd-4b39-a5e7-270a5062416d 2018-10-04 13:54:01,109 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5', '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'ba8ec7ddbe634bf4b6238a0de4b4bf1a', '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'8179c761-bcdd-4b39-a5e7-270a5062416d', 'swap': 0}) 2018-10-04 13:54:01,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 13:54:01,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" -d '{"extra_specs": {}}' 2018-10-04 13:54:01,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13: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 x-openstack-request-id: req-02075db6-d2ac-4ceb-baf6-ae78ed97556b x-compute-request-id: req-02075db6-d2ac-4ceb-baf6-ae78ed97556b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 13:54:01,134 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d/os-extra_specs used request id req-02075db6-d2ac-4ceb-baf6-ae78ed97556b 2018-10-04 13:54:01,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0236730575562s 2018-10-04 13:54:01,134 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d/os-extra_specs used request id req-02075db6-d2ac-4ceb-baf6-ae78ed97556b 2018-10-04 13:54:01,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-10-04 13:54:01,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" -d '{"keypair": {"name": "vping_ssh-kp_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}}' 2018-10-04 13:54:01,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13: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-2726b4ce-b3bb-45c2-af48-a6660c39b12c x-compute-request-id: req-2726b4ce-b3bb-45c2-af48-a6660c39b12c Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC60JmOOeLM6Iw6/vab1mLYXJEEmBZn9SfrMdTzLRuF7jTKCF+ADd0/VQCdTcZ1bC3KmOb5Xqreu2qUOQG+AE23Z3Ig+QOu9fqr4WQmNABTVrWx5Vbi+SQ6Urwx7sO1gCdw2MJaP02TcZlP/bRryPcOK9+yKnQUV2AFgcDvmZqxscpx581VZVCtly6YqcH7sayRb2ZccNXV/eIVltaE0P2cwXgcGZ83/Tx5npnh9OT/WnPF5vW2HkQgQ3qkGC6ERsiVnOzuvv3lUenvyFngKYcGW7b8GdBNVaOI/n50YkouezGSJwSbfPjoR8cgpPMVXwaJKkP8zhuo6EmxA5LCXH0x Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAutCZjjnizOiMOv72m9Zi2FyRBJgWZ/Un6zHU8y0bhe40yghf\ngA3dP1UAnU3GdWwtypjm+V6q3rtqlDkBvgBNt2dyIPkDrvX6q+FkJjQAU1a1seVW\n4vkkOlK8Me7DtYAncNjCWj9Nk3GZT/20a8j3Divfsip0FFdgBYHA75masbHKcefN\nVWVQrZcumKnB+7GskW9mXHDV1f3iFZbWhND9nMF4HBmfN/08eZ6Z4fTk/1pzxeb1\nth5EIEN6pBguhEbIlZzs7r795VHp78hZ4CmHBlu2/BnQTVWjiP5+dGJKLnsxkicE\nm3z46EfHIKTzFV8GiSpD/M4bqOhJsQOSwlx9MQIDAQABAoIBAHgZ5a6XLmUX2BeR\nlM/JO1Dn6d9vO3BoHtrI9aPEyx4Gb2+3hFYaE7REnJmEx+LzwliuhkepgeahzLow\nEBurrEsNuUTTcnfH8fkQdUdORStO4o7U51ASZiUMzaq4Wp/UHQcig4hrjB8PeEYB\n0D0/PP2iXTT4sBnntnaz3WrscJRto+p6F4WOwUSl2+/P2XDC0ncjaOgfgLRK2x4e\ny8YMHz/FXEsPxQtRk8KXaothJ/stkLxZUFcIrmSjvzXvl4oZW9+LgN17lrSjMAMk\nkX39m7dKfe3USJYEAD4RdAYLqEWrYMNQ7EarRMEPHIoxV7saqK1lGdaDU+Emq0ky\nTE5Vi/UCgYEA6ezAvclwZkfNJiN37ErVlOVUKIjaAZvY4KZrYfg6LFRuaq2dd2dB\ni+CBr3Yw2R04usM9ewk+r7GudAm0ccKnpBsyhgNOWN9O6xLVJjEBnDSeb2kkhfZi\ngMjcM4osNGfvRNRmKCfOYIWOauMlvOcGjy+f6CfPrWajcErYlftxe/cCgYEAzHG+\n7JmF0SrpeQegpCMsBVXNv3qfNwYqxOxtTS8JokLSaslmVgK5AoUOFVfR88J0SKv7\nRrL3qyXuOnnOIyaivugErNkydjNSMTZ+mYIpnT9l0HPBslKMErcuBls7mzC6DRXr\nAbl60bFE8MjLw3tR7HbbxpJHRgCh96DEciGN9hcCgYBXDKdc+M0/ApExFBnYcLCy\nS/TZcLPPzXMThlqHhpv/Sxwbzqe+e0pFBzK7XLwoz1sBBQ6n7nTJZNGKlOH1Q36m\n7wgKHsjVAaSYjdWL9MionFwpEXNp9poJWrW26EAy8Ep1zqSFZOrDuG+bDxRIC6DB\nP/O9rLL30C4Z54BZr8w3WQKBgE6RgBApR9YEqckLd17c7XP3b6SgmUNqKVGYksDQ\nzOEA0SCc2alATp17SNhG8ba+CjZLcbvP14J8hzsNyHyVwoGfZPyQU+Y8/t9O1ARm\nk1uNG7Gqasv/ETm4EAX9VcDkTvvsam41O9AOUjI+2J/9apR3cSq02JM8dwJVVGmQ\nH6BtAoGBALSlnKgcEYUBOPuuftBPvLnIqcMbCrIyj9Oa/ftVOjSPVJrll5nhqXku\nTzcpPvEAaoBMDxc1Me8mAB1ogUC75URF6HcPRkeEqxS6Jpe3XA1/7KTpv+FafxEj\nyR1m+gp3CexDrf8Z5hhHrrphxyBycs4dlPamE1LWunjVrLg5cs6U\n-----END RSA PRIVATE KEY-----\n", "user_id": "626af7793ee74536bf8eec45f063e80e", "name": "vping_ssh-kp_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "fingerprint": "58:e6:f2:72:a3:f5:32:91:33:e1:23:4e:27:29:e6:15"}} 2018-10-04 13:54:01,721 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-2726b4ce-b3bb-45c2-af48-a6660c39b12c 2018-10-04 13:54:01,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.586719036102s 2018-10-04 13:54:01,722 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-2726b4ce-b3bb-45c2-af48-a6660c39b12c 2018-10-04 13:54:01,723 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC60JmOOeLM6Iw6/vab1mLYXJEEmBZn9SfrMdTzLRuF7jTKCF+ADd0/VQCdTcZ1bC3KmOb5Xqreu2qUOQG+AE23Z3Ig+QOu9fqr4WQmNABTVrWx5Vbi+SQ6Urwx7sO1gCdw2MJaP02TcZlP/bRryPcOK9+yKnQUV2AFgcDvmZqxscpx581VZVCtly6YqcH7sayRb2ZccNXV/eIVltaE0P2cwXgcGZ83/Tx5npnh9OT/WnPF5vW2HkQgQ3qkGC6ERsiVnOzuvv3lUenvyFngKYcGW7b8GdBNVaOI/n50YkouezGSJwSbfPjoR8cgpPMVXwaJKkP8zhuo6EmxA5LCXH0x Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAutCZjjnizOiMOv72m9Zi2FyRBJgWZ/Un6zHU8y0bhe40yghf\ngA3dP1UAnU3GdWwtypjm+V6q3rtqlDkBvgBNt2dyIPkDrvX6q+FkJjQAU1a1seVW\n4vkkOlK8Me7DtYAncNjCWj9Nk3GZT/20a8j3Divfsip0FFdgBYHA75masbHKcefN\nVWVQrZcumKnB+7GskW9mXHDV1f3iFZbWhND9nMF4HBmfN/08eZ6Z4fTk/1pzxeb1\nth5EIEN6pBguhEbIlZzs7r795VHp78hZ4CmHBlu2/BnQTVWjiP5+dGJKLnsxkicE\nm3z46EfHIKTzFV8GiSpD/M4bqOhJsQOSwlx9MQIDAQABAoIBAHgZ5a6XLmUX2BeR\nlM/JO1Dn6d9vO3BoHtrI9aPEyx4Gb2+3hFYaE7REnJmEx+LzwliuhkepgeahzLow\nEBurrEsNuUTTcnfH8fkQdUdORStO4o7U51ASZiUMzaq4Wp/UHQcig4hrjB8PeEYB\n0D0/PP2iXTT4sBnntnaz3WrscJRto+p6F4WOwUSl2+/P2XDC0ncjaOgfgLRK2x4e\ny8YMHz/FXEsPxQtRk8KXaothJ/stkLxZUFcIrmSjvzXvl4oZW9+LgN17lrSjMAMk\nkX39m7dKfe3USJYEAD4RdAYLqEWrYMNQ7EarRMEPHIoxV7saqK1lGdaDU+Emq0ky\nTE5Vi/UCgYEA6ezAvclwZkfNJiN37ErVlOVUKIjaAZvY4KZrYfg6LFRuaq2dd2dB\ni+CBr3Yw2R04usM9ewk+r7GudAm0ccKnpBsyhgNOWN9O6xLVJjEBnDSeb2kkhfZi\ngMjcM4osNGfvRNRmKCfOYIWOauMlvOcGjy+f6CfPrWajcErYlftxe/cCgYEAzHG+\n7JmF0SrpeQegpCMsBVXNv3qfNwYqxOxtTS8JokLSaslmVgK5AoUOFVfR88J0SKv7\nRrL3qyXuOnnOIyaivugErNkydjNSMTZ+mYIpnT9l0HPBslKMErcuBls7mzC6DRXr\nAbl60bFE8MjLw3tR7HbbxpJHRgCh96DEciGN9hcCgYBXDKdc+M0/ApExFBnYcLCy\nS/TZcLPPzXMThlqHhpv/Sxwbzqe+e0pFBzK7XLwoz1sBBQ6n7nTJZNGKlOH1Q36m\n7wgKHsjVAaSYjdWL9MionFwpEXNp9poJWrW26EAy8Ep1zqSFZOrDuG+bDxRIC6DB\nP/O9rLL30C4Z54BZr8w3WQKBgE6RgBApR9YEqckLd17c7XP3b6SgmUNqKVGYksDQ\nzOEA0SCc2alATp17SNhG8ba+CjZLcbvP14J8hzsNyHyVwoGfZPyQU+Y8/t9O1ARm\nk1uNG7Gqasv/ETm4EAX9VcDkTvvsam41O9AOUjI+2J/9apR3cSq02JM8dwJVVGmQ\nH6BtAoGBALSlnKgcEYUBOPuuftBPvLnIqcMbCrIyj9Oa/ftVOjSPVJrll5nhqXku\nTzcpPvEAaoBMDxc1Me8mAB1ogUC75URF6HcPRkeEqxS6Jpe3XA1/7KTpv+FafxEj\nyR1m+gp3CexDrf8Z5hhHrrphxyBycs4dlPamE1LWunjVrLg5cs6U\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'626af7793ee74536bf8eec45f063e80e', 'name': u'vping_ssh-kp_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5', 'created_at': '2018-10-04T13:54:01.722953', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5bd47b864f364b7591b3ae15f278b322', 'name': 'vping_ssh-project_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'58:e6:f2:72:a3:f5:32:91:33:e1:23:4e:27:29:e6:15', 'type': 'ssh', 'id': u'vping_ssh-kp_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5'}) 2018-10-04 13:54:01,723 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAutCZjjnizOiMOv72m9Zi2FyRBJgWZ/Un6zHU8y0bhe40yghf gA3dP1UAnU3GdWwtypjm+V6q3rtqlDkBvgBNt2dyIPkDrvX6q+FkJjQAU1a1seVW 4vkkOlK8Me7DtYAncNjCWj9Nk3GZT/20a8j3Divfsip0FFdgBYHA75masbHKcefN VWVQrZcumKnB+7GskW9mXHDV1f3iFZbWhND9nMF4HBmfN/08eZ6Z4fTk/1pzxeb1 th5EIEN6pBguhEbIlZzs7r795VHp78hZ4CmHBlu2/BnQTVWjiP5+dGJKLnsxkicE m3z46EfHIKTzFV8GiSpD/M4bqOhJsQOSwlx9MQIDAQABAoIBAHgZ5a6XLmUX2BeR lM/JO1Dn6d9vO3BoHtrI9aPEyx4Gb2+3hFYaE7REnJmEx+LzwliuhkepgeahzLow EBurrEsNuUTTcnfH8fkQdUdORStO4o7U51ASZiUMzaq4Wp/UHQcig4hrjB8PeEYB 0D0/PP2iXTT4sBnntnaz3WrscJRto+p6F4WOwUSl2+/P2XDC0ncjaOgfgLRK2x4e y8YMHz/FXEsPxQtRk8KXaothJ/stkLxZUFcIrmSjvzXvl4oZW9+LgN17lrSjMAMk kX39m7dKfe3USJYEAD4RdAYLqEWrYMNQ7EarRMEPHIoxV7saqK1lGdaDU+Emq0ky TE5Vi/UCgYEA6ezAvclwZkfNJiN37ErVlOVUKIjaAZvY4KZrYfg6LFRuaq2dd2dB i+CBr3Yw2R04usM9ewk+r7GudAm0ccKnpBsyhgNOWN9O6xLVJjEBnDSeb2kkhfZi gMjcM4osNGfvRNRmKCfOYIWOauMlvOcGjy+f6CfPrWajcErYlftxe/cCgYEAzHG+ 7JmF0SrpeQegpCMsBVXNv3qfNwYqxOxtTS8JokLSaslmVgK5AoUOFVfR88J0SKv7 RrL3qyXuOnnOIyaivugErNkydjNSMTZ+mYIpnT9l0HPBslKMErcuBls7mzC6DRXr Abl60bFE8MjLw3tR7HbbxpJHRgCh96DEciGN9hcCgYBXDKdc+M0/ApExFBnYcLCy S/TZcLPPzXMThlqHhpv/Sxwbzqe+e0pFBzK7XLwoz1sBBQ6n7nTJZNGKlOH1Q36m 7wgKHsjVAaSYjdWL9MionFwpEXNp9poJWrW26EAy8Ep1zqSFZOrDuG+bDxRIC6DB P/O9rLL30C4Z54BZr8w3WQKBgE6RgBApR9YEqckLd17c7XP3b6SgmUNqKVGYksDQ zOEA0SCc2alATp17SNhG8ba+CjZLcbvP14J8hzsNyHyVwoGfZPyQU+Y8/t9O1ARm k1uNG7Gqasv/ETm4EAX9VcDkTvvsam41O9AOUjI+2J/9apR3cSq02JM8dwJVVGmQ H6BtAoGBALSlnKgcEYUBOPuuftBPvLnIqcMbCrIyj9Oa/ftVOjSPVJrll5nhqXku TzcpPvEAaoBMDxc1Me8mAB1ogUC75URF6HcPRkeEqxS6Jpe3XA1/7KTpv+FafxEj yR1m+gp3CexDrf8Z5hhHrrphxyBycs4dlPamE1LWunjVrLg5cs6U -----END RSA PRIVATE KEY----- 2018-10-04 13:54:01,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-10-04 13:54:01,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" -d '{"security_group": {"name": "vping_ssh-sg_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-10-04 13:54:02,057 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-c2bea78d-9d56-4aaa-84c0-59b890a5574d Date: Thu, 04 Oct 2018 13:54:02 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "created_at": "2018-10-04T13:54:01Z", "updated_at": "2018-10-04T13:54:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:54:01Z", "revision_number": 0, "id": "3cc5ea33-5ea3-451a-a49b-306f6c96d87b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:54:01Z", "security_group_id": "5b473905-1fdd-4fb2-9478-b41b68359238", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bd47b864f364b7591b3ae15f278b322"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:54:01Z", "revision_number": 0, "id": "9c56bf51-7f5d-4c54-bd77-8b97a3b0f98b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:54:01Z", "security_group_id": "5b473905-1fdd-4fb2-9478-b41b68359238", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd47b864f364b7591b3ae15f278b322"}], "revision_number": 2, "project_id": "5bd47b864f364b7591b3ae15f278b322", "id": "5b473905-1fdd-4fb2-9478-b41b68359238", "name": "vping_ssh-sg_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}} 2018-10-04 13:54:02,058 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-c2bea78d-9d56-4aaa-84c0-59b890a5574d 2018-10-04 13:54:02,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.331784963608s 2018-10-04 13:54:02,058 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-c2bea78d-9d56-4aaa-84c0-59b890a5574d 2018-10-04 13:54:02,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 13:54:02,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:02,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-02f08ef2-5829-44e3-b62b-51405653be25 Date: Thu, 04 Oct 2018 13:54:02 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "created_at": "2018-10-04T13:54:01Z", "updated_at": "2018-10-04T13:54:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:54:01Z", "revision_number": 0, "id": "3cc5ea33-5ea3-451a-a49b-306f6c96d87b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:54:01Z", "security_group_id": "5b473905-1fdd-4fb2-9478-b41b68359238", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bd47b864f364b7591b3ae15f278b322"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:54:01Z", "revision_number": 0, "id": "9c56bf51-7f5d-4c54-bd77-8b97a3b0f98b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:54:01Z", "security_group_id": "5b473905-1fdd-4fb2-9478-b41b68359238", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd47b864f364b7591b3ae15f278b322"}], "revision_number": 2, "project_id": "5bd47b864f364b7591b3ae15f278b322", "id": "5b473905-1fdd-4fb2-9478-b41b68359238", "name": "vping_ssh-sg_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}, {"description": "Default security group", "tags": [], "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "created_at": "2018-10-04T13:53:50Z", "updated_at": "2018-10-04T13:53:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:50Z", "revision_number": 0, "id": "2ba1131f-8073-4c10-bd7e-8ec985cdfead", "remote_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:50Z", "security_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bd47b864f364b7591b3ae15f278b322"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:50Z", "revision_number": 0, "id": "438ec6a4-10a9-4e96-a17f-66887be1ac58", "remote_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:50Z", "security_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd47b864f364b7591b3ae15f278b322"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:50Z", "revision_number": 0, "id": "80e52138-f427-467f-9fdc-4e6564472dc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:50Z", "security_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd47b864f364b7591b3ae15f278b322"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:50Z", "revision_number": 0, "id": "ea950573-26fe-44c8-a0b7-ca8b5796d930", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:50Z", "security_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bd47b864f364b7591b3ae15f278b322"}], "revision_number": 4, "project_id": "5bd47b864f364b7591b3ae15f278b322", "id": "814f874e-551f-47f1-9138-7a58265a7adc", "name": "default"}]} 2018-10-04 13:54:02,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-02f08ef2-5829-44e3-b62b-51405653be25 2018-10-04 13:54:02,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.196294784546s 2018-10-04 13:54:02,259 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-02f08ef2-5829-44e3-b62b-51405653be25 2018-10-04 13:54:02,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-04 13:54:02,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" -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": "5b473905-1fdd-4fb2-9478-b41b68359238"}}' 2018-10-04 13:54:02,576 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-e054fc6c-956a-4b98-8110-0ec31aaa5571 Date: Thu, 04 Oct 2018 13:54:02 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-10-04T13:54:02Z", "security_group_id": "5b473905-1fdd-4fb2-9478-b41b68359238", "port_range_min": 22, "revision_number": 0, "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "created_at": "2018-10-04T13:54:02Z", "project_id": "5bd47b864f364b7591b3ae15f278b322", "id": "5acedf42-2ca7-45ed-9653-31331ec6f5c1"}} 2018-10-04 13:54:02,576 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-e054fc6c-956a-4b98-8110-0ec31aaa5571 2018-10-04 13:54:02,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.313209056854s 2018-10-04 13:54:02,577 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-e054fc6c-956a-4b98-8110-0ec31aaa5571 2018-10-04 13:54:02,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 13:54:02,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:02,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-d4e1ef30-5f23-4e88-abfb-343c8e1bec0a Date: Thu, 04 Oct 2018 13:54:02 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "created_at": "2018-10-04T13:54:01Z", "updated_at": "2018-10-04T13:54:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:54:01Z", "revision_number": 0, "id": "3cc5ea33-5ea3-451a-a49b-306f6c96d87b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:54:01Z", "security_group_id": "5b473905-1fdd-4fb2-9478-b41b68359238", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bd47b864f364b7591b3ae15f278b322"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T13:54:02Z", "revision_number": 0, "id": "5acedf42-2ca7-45ed-9653-31331ec6f5c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:54:02Z", "security_group_id": "5b473905-1fdd-4fb2-9478-b41b68359238", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5bd47b864f364b7591b3ae15f278b322"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:54:01Z", "revision_number": 0, "id": "9c56bf51-7f5d-4c54-bd77-8b97a3b0f98b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:54:01Z", "security_group_id": "5b473905-1fdd-4fb2-9478-b41b68359238", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd47b864f364b7591b3ae15f278b322"}], "revision_number": 3, "project_id": "5bd47b864f364b7591b3ae15f278b322", "id": "5b473905-1fdd-4fb2-9478-b41b68359238", "name": "vping_ssh-sg_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}, {"description": "Default security group", "tags": [], "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "created_at": "2018-10-04T13:53:50Z", "updated_at": "2018-10-04T13:53:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:50Z", "revision_number": 0, "id": "2ba1131f-8073-4c10-bd7e-8ec985cdfead", "remote_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:50Z", "security_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bd47b864f364b7591b3ae15f278b322"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:50Z", "revision_number": 0, "id": "438ec6a4-10a9-4e96-a17f-66887be1ac58", "remote_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:50Z", "security_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd47b864f364b7591b3ae15f278b322"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:50Z", "revision_number": 0, "id": "80e52138-f427-467f-9fdc-4e6564472dc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:50Z", "security_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd47b864f364b7591b3ae15f278b322"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:50Z", "revision_number": 0, "id": "ea950573-26fe-44c8-a0b7-ca8b5796d930", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:50Z", "security_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bd47b864f364b7591b3ae15f278b322"}], "revision_number": 4, "project_id": "5bd47b864f364b7591b3ae15f278b322", "id": "814f874e-551f-47f1-9138-7a58265a7adc", "name": "default"}]} 2018-10-04 13:54:02,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-d4e1ef30-5f23-4e88-abfb-343c8e1bec0a 2018-10-04 13:54:02,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.185230016708s 2018-10-04 13:54:02,766 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-d4e1ef30-5f23-4e88-abfb-343c8e1bec0a 2018-10-04 13:54:02,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-04 13:54:02,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" -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": "5b473905-1fdd-4fb2-9478-b41b68359238"}}' 2018-10-04 13:54:02,935 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-08ec0eb2-4870-48f0-9ace-35e44b03a6d3 Date: Thu, 04 Oct 2018 13:54:02 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-10-04T13:54:02Z", "security_group_id": "5b473905-1fdd-4fb2-9478-b41b68359238", "port_range_min": null, "revision_number": 0, "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "created_at": "2018-10-04T13:54:02Z", "project_id": "5bd47b864f364b7591b3ae15f278b322", "id": "2530cbb2-3a59-4d07-97d2-7a05ed61aab4"}} 2018-10-04 13:54:02,936 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-08ec0eb2-4870-48f0-9ace-35e44b03a6d3 2018-10-04 13:54:02,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.165745973587s 2018-10-04 13:54:02,936 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-08ec0eb2-4870-48f0-9ace-35e44b03a6d3 2018-10-04 13:54:02,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 13:54:02,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:03,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-348c962e-1127-4876-9279-014bb9753c74 Date: Thu, 04 Oct 2018 13:54:03 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["716d5f48-fe2a-425c-a1bf-e486a6ff631e"],"updated_at":"2018-10-04T13:53:51Z","tenant_id":"5bd47b864f364b7591b3ae15f278b322","created_at":"2018-10-04T13:53:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5bd47b864f364b7591b3ae15f278b322","id":"3c692705-ccb4-419a-9767-177700ef1157","name":"vping_ssh-net_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}]} 2018-10-04 13:54:03,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-348c962e-1127-4876-9279-014bb9753c74 2018-10-04 13:54:03,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.402391910553s 2018-10-04 13:54:03,340 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-348c962e-1127-4876-9279-014bb9753c74 2018-10-04 13:54:03,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 13:54:03,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:03,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-bb06b90a-ee11-4187-94e8-304a1bec154d Date: Thu, 04 Oct 2018 13:54:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c/snap", "metadata": {}}], "file": "/v2/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c/file", "owner": "5bd47b864f364b7591b3ae15f278b322", "id": "fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "size": 12716032, "self": "/v2/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T13:54:00Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T13:53:59Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 13:54:03,518 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-bb06b90a-ee11-4187-94e8-304a1bec154d 2018-10-04 13:54:03,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.176433801651s 2018-10-04 13:54:03,518 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-bb06b90a-ee11-4187-94e8-304a1bec154d 2018-10-04 13:54:03,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 13:54:03,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:03,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80f4b3d2-6135-412d-8f4d-42bb15d835ba x-compute-request-id: req-80f4b3d2-6135-412d-8f4d-42bb15d835ba Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8179c761-bcdd-4b39-a5e7-270a5062416d", "name": "vping_ssh-flavor_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 13:54:03,560 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-80f4b3d2-6135-412d-8f4d-42bb15d835ba 2018-10-04 13:54:03,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0400218963623s 2018-10-04 13:54:03,560 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-80f4b3d2-6135-412d-8f4d-42bb15d835ba 2018-10-04 13:54:03,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-04 13:54:03,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" -d '{"server": {"name": "vping_ssh-vm2_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "imageRef": "fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "flavorRef": "8179c761-bcdd-4b39-a5e7-270a5062416d", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3c692705-ccb4-419a-9767-177700ef1157"}], "security_groups": [{"name": "5b473905-1fdd-4fb2-9478-b41b68359238"}]}}' 2018-10-04 13:54:05,745 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:54:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-29dddf06-c8d1-4be1-a80f-ed37fe98a296 x-compute-request-id: req-29dddf06-c8d1-4be1-a80f-ed37fe98a296 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/aef617e5-49e0-4717-832e-90485701c2cd Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "5b473905-1fdd-4fb2-9478-b41b68359238"}], "OS-DCF:diskConfig": "MANUAL", "id": "aef617e5-49e0-4717-832e-90485701c2cd", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aef617e5-49e0-4717-832e-90485701c2cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aef617e5-49e0-4717-832e-90485701c2cd", "rel": "bookmark"}], "adminPass": "MfXho8QRJ9Lw"}} 2018-10-04 13:54:05,745 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-29dddf06-c8d1-4be1-a80f-ed37fe98a296 2018-10-04 13:54:05,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.18319392204s 2018-10-04 13:54:05,746 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-29dddf06-c8d1-4be1-a80f-ed37fe98a296 2018-10-04 13:54:05,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:54:05,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:06,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0a34fe4-3707-4e4b-9d78-6e37b0459497 x-compute-request-id: req-f0a34fe4-3707-4e4b-9d78-6e37b0459497 Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aef617e5-49e0-4717-832e-90485701c2cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aef617e5-49e0-4717-832e-90485701c2cd", "rel": "bookmark"}], "image": {"id": "fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "links": [{"href": "http://172.30.9.23:8774/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8179c761-bcdd-4b39-a5e7-270a5062416d", "links": [{"href": "http://172.30.9.23:8774/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "bookmark"}]}, "id": "aef617e5-49e0-4717-832e-90485701c2cd", "user_id": "626af7793ee74536bf8eec45f063e80e", "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-10-04T13:54:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "created": "2018-10-04T13:54:05Z", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:54:06,150 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f0a34fe4-3707-4e4b-9d78-6e37b0459497 2018-10-04 13:54:06,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.40363407135s 2018-10-04 13:54:06,151 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f0a34fe4-3707-4e4b-9d78-6e37b0459497 2018-10-04 13:54:06,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 13:54:06,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:06,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-e96e6290-f792-4622-9da6-3ae5ff3cb6df Date: Thu, 04 Oct 2018 13:54:06 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["716d5f48-fe2a-425c-a1bf-e486a6ff631e"],"updated_at":"2018-10-04T13:53:51Z","tenant_id":"5bd47b864f364b7591b3ae15f278b322","created_at":"2018-10-04T13:53:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5bd47b864f364b7591b3ae15f278b322","id":"3c692705-ccb4-419a-9767-177700ef1157","name":"vping_ssh-net_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}]} 2018-10-04 13:54:06,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e96e6290-f792-4622-9da6-3ae5ff3cb6df 2018-10-04 13:54:06,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.249006986618s 2018-10-04 13:54:06,406 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e96e6290-f792-4622-9da6-3ae5ff3cb6df 2018-10-04 13:54:06,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-04 13:54:06,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:06,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-9f21fe40-2e90-46d7-acdc-4b3eabcf8751 Date: Thu, 04 Oct 2018 13:54:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c692705-ccb4-419a-9767-177700ef1157","tenant_id":"5bd47b864f364b7591b3ae15f278b322","created_at":"2018-10-04T13:53:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-04T13:53: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":"5bd47b864f364b7591b3ae15f278b322","id":"716d5f48-fe2a-425c-a1bf-e486a6ff631e","subnetpool_id":null,"name":"vping_ssh-subnet_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}]} 2018-10-04 13:54:06,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-9f21fe40-2e90-46d7-acdc-4b3eabcf8751 2018-10-04 13:54:06,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.196744918823s 2018-10-04 13:54:06,605 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-9f21fe40-2e90-46d7-acdc-4b3eabcf8751 2018-10-04 13:54:06,605 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 13:54:08,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:54:08,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:09,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54: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-025a54a8-27d6-4057-8c62-526bcc707877 x-compute-request-id: req-025a54a8-27d6-4057-8c62-526bcc707877 Content-Encoding: gzip Content-Length: 640 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aef617e5-49e0-4717-832e-90485701c2cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aef617e5-49e0-4717-832e-90485701c2cd", "rel": "bookmark"}], "image": {"id": "fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "links": [{"href": "http://172.30.9.23:8774/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8179c761-bcdd-4b39-a5e7-270a5062416d", "links": [{"href": "http://172.30.9.23:8774/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "bookmark"}]}, "id": "aef617e5-49e0-4717-832e-90485701c2cd", "user_id": "626af7793ee74536bf8eec45f063e80e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:54:06Z", "hostId": "57e0126277270c97ca3c6775c6abf9398eb91af61a47b7b65f6d4927", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "created": "2018-10-04T13:54:05Z", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:54:09,036 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-025a54a8-27d6-4057-8c62-526bcc707877 2018-10-04 13:54:09,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.428101062775s 2018-10-04 13:54:09,037 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-025a54a8-27d6-4057-8c62-526bcc707877 2018-10-04 13:54:09,041 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 13:54:11,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:54:11,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:11,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43070d64-82c2-4094-b389-d4070905df9d x-compute-request-id: req-43070d64-82c2-4094-b389-d4070905df9d 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.23:8774/v2.1/servers/aef617e5-49e0-4717-832e-90485701c2cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aef617e5-49e0-4717-832e-90485701c2cd", "rel": "bookmark"}], "image": {"id": "fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "links": [{"href": "http://172.30.9.23:8774/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8179c761-bcdd-4b39-a5e7-270a5062416d", "links": [{"href": "http://172.30.9.23:8774/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "bookmark"}]}, "id": "aef617e5-49e0-4717-832e-90485701c2cd", "security_groups": [{"name": "vping_ssh-sg_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}], "user_id": "626af7793ee74536bf8eec45f063e80e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:54:10Z", "hostId": "57e0126277270c97ca3c6775c6abf9398eb91af61a47b7b65f6d4927", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "created": "2018-10-04T13:54:05Z", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:54:11,529 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-43070d64-82c2-4094-b389-d4070905df9d 2018-10-04 13:54:11,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.485569000244s 2018-10-04 13:54:11,529 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-43070d64-82c2-4094-b389-d4070905df9d 2018-10-04 13:54:11,533 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 13:54:13,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:54:13,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:14,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-781c2fa0-cfbe-4a76-b4e1-2f6dbaa85fb3 x-compute-request-id: req-781c2fa0-cfbe-4a76-b4e1-2f6dbaa85fb3 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.23:8774/v2.1/servers/aef617e5-49e0-4717-832e-90485701c2cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aef617e5-49e0-4717-832e-90485701c2cd", "rel": "bookmark"}], "image": {"id": "fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "links": [{"href": "http://172.30.9.23:8774/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8179c761-bcdd-4b39-a5e7-270a5062416d", "links": [{"href": "http://172.30.9.23:8774/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "bookmark"}]}, "id": "aef617e5-49e0-4717-832e-90485701c2cd", "security_groups": [{"name": "vping_ssh-sg_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}], "user_id": "626af7793ee74536bf8eec45f063e80e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:54:10Z", "hostId": "57e0126277270c97ca3c6775c6abf9398eb91af61a47b7b65f6d4927", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "created": "2018-10-04T13:54:05Z", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:54:14,049 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-781c2fa0-cfbe-4a76-b4e1-2f6dbaa85fb3 2018-10-04 13:54:14,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.513198852539s 2018-10-04 13:54:14,049 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-781c2fa0-cfbe-4a76-b4e1-2f6dbaa85fb3 2018-10-04 13:54:14,053 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 13:54:16,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:54:16,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:16,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d04d307-cca9-4348-bcc1-a44e1dabbf37 x-compute-request-id: req-8d04d307-cca9-4348-bcc1-a44e1dabbf37 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:31:25", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aef617e5-49e0-4717-832e-90485701c2cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aef617e5-49e0-4717-832e-90485701c2cd", "rel": "bookmark"}], "image": {"id": "fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "links": [{"href": "http://172.30.9.23:8774/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:54:13.000000", "flavor": {"id": "8179c761-bcdd-4b39-a5e7-270a5062416d", "links": [{"href": "http://172.30.9.23:8774/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "bookmark"}]}, "id": "aef617e5-49e0-4717-832e-90485701c2cd", "security_groups": [{"name": "vping_ssh-sg_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}], "user_id": "626af7793ee74536bf8eec45f063e80e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:54:15Z", "hostId": "57e0126277270c97ca3c6775c6abf9398eb91af61a47b7b65f6d4927", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "created": "2018-10-04T13:54:05Z", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:54:16,584 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8d04d307-cca9-4348-bcc1-a44e1dabbf37 2018-10-04 13:54:16,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.528311014175s 2018-10-04 13:54:16,584 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8d04d307-cca9-4348-bcc1-a44e1dabbf37 2018-10-04 13:54:16,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-04 13:54:16,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=aef617e5-49e0-4717-832e-90485701c2cd" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:16,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-21ac1f8c-fbe5-44ad-b703-3d06ec2002eb Date: Thu, 04 Oct 2018 13:54:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:54:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"716d5f48-fe2a-425c-a1bf-e486a6ff631e","ip_address":"192.168.120.14"}],"id":"7e67686c-fdb3-4636-bd23-fcc354d82d46","security_groups":["5b473905-1fdd-4fb2-9478-b41b68359238"],"mac_address":"fa:16:3e:c9:31:25","project_id":"5bd47b864f364b7591b3ae15f278b322","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3c692705-ccb4-419a-9767-177700ef1157","tenant_id":"5bd47b864f364b7591b3ae15f278b322","created_at":"2018-10-04T13:54:10Z","binding:vnic_type":"normal","device_id":"aef617e5-49e0-4717-832e-90485701c2cd"}]} 2018-10-04 13:54:16,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=aef617e5-49e0-4717-832e-90485701c2cd used request id req-21ac1f8c-fbe5-44ad-b703-3d06ec2002eb 2018-10-04 13:54:16,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0616660118103s 2018-10-04 13:54:16,651 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=aef617e5-49e0-4717-832e-90485701c2cd used request id req-21ac1f8c-fbe5-44ad-b703-3d06ec2002eb 2018-10-04 13:54:16,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 13:54:16,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=7e67686c-fdb3-4636-bd23-fcc354d82d46" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:16,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a8956426-047d-4ddb-95c8-8aa9c2a62abf Date: Thu, 04 Oct 2018 13:54:16 GMT RESP BODY: {"floatingips": []} 2018-10-04 13:54:16,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=7e67686c-fdb3-4636-bd23-fcc354d82d46 used request id req-a8956426-047d-4ddb-95c8-8aa9c2a62abf 2018-10-04 13:54:16,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.149537801743s 2018-10-04 13:54:16,806 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=7e67686c-fdb3-4636-bd23-fcc354d82d46 used request id req-a8956426-047d-4ddb-95c8-8aa9c2a62abf 2018-10-04 13:54:16,807 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c9:31:25', u'version': 4, u'addr': u'192.168.120.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'fef62239-838a-4fd1-a3ce-7eb2d3980f5c'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-04T13:54:13.000000', 'flavor': Munch({u'id': u'8179c761-bcdd-4b39-a5e7-270a5062416d'}), 'az': u'nova', 'id': u'aef617e5-49e0-4717-832e-90485701c2cd', 'security_groups': [Munch({u'name': u'vping_ssh-sg_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'626af7793ee74536bf8eec45f063e80e', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5bd47b864f364b7591b3ae15f278b322', 'name': 'vping_ssh-project_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5', '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-10-04T13:54:13.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-04T13:54:15Z', 'hostId': u'57e0126277270c97ca3c6775c6abf9398eb91af61a47b7b65f6d4927', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'57e0126277270c97ca3c6775c6abf9398eb91af61a47b7b65f6d4927', '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-10-04T13:54:13.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'5bd47b864f364b7591b3ae15f278b322', 'name': u'vping_ssh-vm2_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5', 'adminPass': u'MfXho8QRJ9Lw', 'tenant_id': u'5bd47b864f364b7591b3ae15f278b322', 'region': 'regionOne', 'created': u'2018-10-04T13:54:05Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-04 13:54:16,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 13:54:16,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:16,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-b9ba617d-a328-46da-b7d6-301dbb80b2e7 Date: Thu, 04 Oct 2018 13:54:16 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["716d5f48-fe2a-425c-a1bf-e486a6ff631e"],"updated_at":"2018-10-04T13:53:51Z","tenant_id":"5bd47b864f364b7591b3ae15f278b322","created_at":"2018-10-04T13:53:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5bd47b864f364b7591b3ae15f278b322","id":"3c692705-ccb4-419a-9767-177700ef1157","name":"vping_ssh-net_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}]} 2018-10-04 13:54:16,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b9ba617d-a328-46da-b7d6-301dbb80b2e7 2018-10-04 13:54:16,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.105412006378s 2018-10-04 13:54:16,914 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b9ba617d-a328-46da-b7d6-301dbb80b2e7 2018-10-04 13:54:16,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 13:54:16,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:17,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-a9281ae7-8edb-4ac3-8265-f429f23d7806 Date: Thu, 04 Oct 2018 13:54:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c/snap", "metadata": {}}], "file": "/v2/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c/file", "owner": "5bd47b864f364b7591b3ae15f278b322", "id": "fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "size": 12716032, "self": "/v2/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T13:54:00Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T13:53:59Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 13:54:17,091 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-a9281ae7-8edb-4ac3-8265-f429f23d7806 2018-10-04 13:54:17,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.176112890244s 2018-10-04 13:54:17,091 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-a9281ae7-8edb-4ac3-8265-f429f23d7806 2018-10-04 13:54:17,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 13:54:17,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:17,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37f5e200-08ce-4044-aee1-12579c0fd5a8 x-compute-request-id: req-37f5e200-08ce-4044-aee1-12579c0fd5a8 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8179c761-bcdd-4b39-a5e7-270a5062416d", "name": "vping_ssh-flavor_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 13:54:17,125 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-37f5e200-08ce-4044-aee1-12579c0fd5a8 2018-10-04 13:54:17,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0318470001221s 2018-10-04 13:54:17,125 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-37f5e200-08ce-4044-aee1-12579c0fd5a8 2018-10-04 13:54:17,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-04 13:54:17,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" -d '{"server": {"name": "vping_ssh-vm_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "imageRef": "fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "key_name": "vping_ssh-kp_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "flavorRef": "8179c761-bcdd-4b39-a5e7-270a5062416d", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3c692705-ccb4-419a-9767-177700ef1157"}], "security_groups": [{"name": "5b473905-1fdd-4fb2-9478-b41b68359238"}]}}' 2018-10-04 13:54:18,875 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:54:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bac7d331-d659-4d2f-8e6a-07f9cdf8d920 x-compute-request-id: req-bac7d331-d659-4d2f-8e6a-07f9cdf8d920 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/b9123a9f-a621-44b0-a659-0658ea03fa8a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "5b473905-1fdd-4fb2-9478-b41b68359238"}], "OS-DCF:diskConfig": "MANUAL", "id": "b9123a9f-a621-44b0-a659-0658ea03fa8a", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b9123a9f-a621-44b0-a659-0658ea03fa8a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b9123a9f-a621-44b0-a659-0658ea03fa8a", "rel": "bookmark"}], "adminPass": "5F2PGLaJBu6V"}} 2018-10-04 13:54:18,875 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-bac7d331-d659-4d2f-8e6a-07f9cdf8d920 2018-10-04 13:54:18,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.74799609184s 2018-10-04 13:54:18,875 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-bac7d331-d659-4d2f-8e6a-07f9cdf8d920 2018-10-04 13:54:18,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:54:18,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:19,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a49ff900-5a1a-4fcb-8bb3-3f2123bf99ef x-compute-request-id: req-a49ff900-5a1a-4fcb-8bb3-3f2123bf99ef Content-Encoding: gzip Content-Length: 854 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b9123a9f-a621-44b0-a659-0658ea03fa8a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b9123a9f-a621-44b0-a659-0658ea03fa8a", "rel": "bookmark"}], "image": {"id": "fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "links": [{"href": "http://172.30.9.23:8774/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8179c761-bcdd-4b39-a5e7-270a5062416d", "links": [{"href": "http://172.30.9.23:8774/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "bookmark"}]}, "id": "b9123a9f-a621-44b0-a659-0658ea03fa8a", "user_id": "626af7793ee74536bf8eec45f063e80e", "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-10-04T13:54:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "name": "vping_ssh-vm_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "created": "2018-10-04T13:54:18Z", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:31:25", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aef617e5-49e0-4717-832e-90485701c2cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aef617e5-49e0-4717-832e-90485701c2cd", "rel": "bookmark"}], "image": {"id": "fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "links": [{"href": "http://172.30.9.23:8774/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:54:13.000000", "flavor": {"id": "8179c761-bcdd-4b39-a5e7-270a5062416d", "links": [{"href": "http://172.30.9.23:8774/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "bookmark"}]}, "id": "aef617e5-49e0-4717-832e-90485701c2cd", "security_groups": [{"name": "vping_ssh-sg_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}], "user_id": "626af7793ee74536bf8eec45f063e80e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:54:15Z", "hostId": "57e0126277270c97ca3c6775c6abf9398eb91af61a47b7b65f6d4927", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "created": "2018-10-04T13:54:05Z", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:54:19,579 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a49ff900-5a1a-4fcb-8bb3-3f2123bf99ef 2018-10-04 13:54:19,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.703485012054s 2018-10-04 13:54:19,580 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a49ff900-5a1a-4fcb-8bb3-3f2123bf99ef 2018-10-04 13:54:19,585 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 13:54:21,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:54:21,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:22,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-964f9575-8610-461a-89b7-704c52a7b469 x-compute-request-id: req-964f9575-8610-461a-89b7-704c52a7b469 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.23:8774/v2.1/servers/b9123a9f-a621-44b0-a659-0658ea03fa8a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b9123a9f-a621-44b0-a659-0658ea03fa8a", "rel": "bookmark"}], "image": {"id": "fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "links": [{"href": "http://172.30.9.23:8774/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8179c761-bcdd-4b39-a5e7-270a5062416d", "links": [{"href": "http://172.30.9.23:8774/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "bookmark"}]}, "id": "b9123a9f-a621-44b0-a659-0658ea03fa8a", "security_groups": [{"name": "vping_ssh-sg_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}], "user_id": "626af7793ee74536bf8eec45f063e80e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:54:20Z", "hostId": "8e869a7e13c404aab2d39eedb5c3f604703f8d8de766f0d92b6b0a8f", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "name": "vping_ssh-vm_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "created": "2018-10-04T13:54:18Z", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:31:25", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aef617e5-49e0-4717-832e-90485701c2cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aef617e5-49e0-4717-832e-90485701c2cd", "rel": "bookmark"}], "image": {"id": "fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "links": [{"href": "http://172.30.9.23:8774/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:54:13.000000", "flavor": {"id": "8179c761-bcdd-4b39-a5e7-270a5062416d", "links": [{"href": "http://172.30.9.23:8774/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "bookmark"}]}, "id": "aef617e5-49e0-4717-832e-90485701c2cd", "security_groups": [{"name": "vping_ssh-sg_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}], "user_id": "626af7793ee74536bf8eec45f063e80e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:54:15Z", "hostId": "57e0126277270c97ca3c6775c6abf9398eb91af61a47b7b65f6d4927", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "created": "2018-10-04T13:54:05Z", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:54:22,413 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-964f9575-8610-461a-89b7-704c52a7b469 2018-10-04 13:54:22,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.824995994568s 2018-10-04 13:54:22,413 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-964f9575-8610-461a-89b7-704c52a7b469 2018-10-04 13:54:22,418 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 13:54:24,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:54:24,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:24,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ac1a019-edb1-4053-9d67-07ddc3b8896e x-compute-request-id: req-5ac1a019-edb1-4053-9d67-07ddc3b8896e 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.23:8774/v2.1/servers/b9123a9f-a621-44b0-a659-0658ea03fa8a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b9123a9f-a621-44b0-a659-0658ea03fa8a", "rel": "bookmark"}], "image": {"id": "fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "links": [{"href": "http://172.30.9.23:8774/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8179c761-bcdd-4b39-a5e7-270a5062416d", "links": [{"href": "http://172.30.9.23:8774/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "bookmark"}]}, "id": "b9123a9f-a621-44b0-a659-0658ea03fa8a", "security_groups": [{"name": "vping_ssh-sg_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}], "user_id": "626af7793ee74536bf8eec45f063e80e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:54:20Z", "hostId": "8e869a7e13c404aab2d39eedb5c3f604703f8d8de766f0d92b6b0a8f", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "name": "vping_ssh-vm_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "created": "2018-10-04T13:54:18Z", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:31:25", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aef617e5-49e0-4717-832e-90485701c2cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aef617e5-49e0-4717-832e-90485701c2cd", "rel": "bookmark"}], "image": {"id": "fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "links": [{"href": "http://172.30.9.23:8774/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:54:13.000000", "flavor": {"id": "8179c761-bcdd-4b39-a5e7-270a5062416d", "links": [{"href": "http://172.30.9.23:8774/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "bookmark"}]}, "id": "aef617e5-49e0-4717-832e-90485701c2cd", "security_groups": [{"name": "vping_ssh-sg_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}], "user_id": "626af7793ee74536bf8eec45f063e80e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:54:15Z", "hostId": "57e0126277270c97ca3c6775c6abf9398eb91af61a47b7b65f6d4927", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "created": "2018-10-04T13:54:05Z", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:54:24,979 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5ac1a019-edb1-4053-9d67-07ddc3b8896e 2018-10-04 13:54:24,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.558082103729s 2018-10-04 13:54:24,979 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5ac1a019-edb1-4053-9d67-07ddc3b8896e 2018-10-04 13:54:24,984 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 13:54:26,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:54:26,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:27,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54: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-32537bd0-304a-4ba4-bb32-b4043dded2ac x-compute-request-id: req-32537bd0-304a-4ba4-bb32-b4043dded2ac 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.23:8774/v2.1/servers/b9123a9f-a621-44b0-a659-0658ea03fa8a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b9123a9f-a621-44b0-a659-0658ea03fa8a", "rel": "bookmark"}], "image": {"id": "fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "links": [{"href": "http://172.30.9.23:8774/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8179c761-bcdd-4b39-a5e7-270a5062416d", "links": [{"href": "http://172.30.9.23:8774/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "bookmark"}]}, "id": "b9123a9f-a621-44b0-a659-0658ea03fa8a", "security_groups": [{"name": "vping_ssh-sg_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}], "user_id": "626af7793ee74536bf8eec45f063e80e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:54:20Z", "hostId": "8e869a7e13c404aab2d39eedb5c3f604703f8d8de766f0d92b6b0a8f", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "name": "vping_ssh-vm_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "created": "2018-10-04T13:54:18Z", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:31:25", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aef617e5-49e0-4717-832e-90485701c2cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aef617e5-49e0-4717-832e-90485701c2cd", "rel": "bookmark"}], "image": {"id": "fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "links": [{"href": "http://172.30.9.23:8774/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:54:13.000000", "flavor": {"id": "8179c761-bcdd-4b39-a5e7-270a5062416d", "links": [{"href": "http://172.30.9.23:8774/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "bookmark"}]}, "id": "aef617e5-49e0-4717-832e-90485701c2cd", "security_groups": [{"name": "vping_ssh-sg_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}], "user_id": "626af7793ee74536bf8eec45f063e80e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:54:15Z", "hostId": "57e0126277270c97ca3c6775c6abf9398eb91af61a47b7b65f6d4927", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "created": "2018-10-04T13:54:05Z", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:54:27,812 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-32537bd0-304a-4ba4-bb32-b4043dded2ac 2018-10-04 13:54:27,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.8258061409s 2018-10-04 13:54:27,813 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-32537bd0-304a-4ba4-bb32-b4043dded2ac 2018-10-04 13:54:27,818 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 13:54:29,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:54:29,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:30,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57546419-79ae-437c-a1f7-b7b8b2dc6ba7 x-compute-request-id: req-57546419-79ae-437c-a1f7-b7b8b2dc6ba7 Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:f8:de", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b9123a9f-a621-44b0-a659-0658ea03fa8a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b9123a9f-a621-44b0-a659-0658ea03fa8a", "rel": "bookmark"}], "image": {"id": "fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "links": [{"href": "http://172.30.9.23:8774/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:54:24.000000", "flavor": {"id": "8179c761-bcdd-4b39-a5e7-270a5062416d", "links": [{"href": "http://172.30.9.23:8774/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "bookmark"}]}, "id": "b9123a9f-a621-44b0-a659-0658ea03fa8a", "security_groups": [{"name": "vping_ssh-sg_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}], "user_id": "626af7793ee74536bf8eec45f063e80e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:54:27Z", "hostId": "8e869a7e13c404aab2d39eedb5c3f604703f8d8de766f0d92b6b0a8f", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "name": "vping_ssh-vm_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "created": "2018-10-04T13:54:18Z", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:31:25", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aef617e5-49e0-4717-832e-90485701c2cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aef617e5-49e0-4717-832e-90485701c2cd", "rel": "bookmark"}], "image": {"id": "fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "links": [{"href": "http://172.30.9.23:8774/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:54:13.000000", "flavor": {"id": "8179c761-bcdd-4b39-a5e7-270a5062416d", "links": [{"href": "http://172.30.9.23:8774/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "bookmark"}]}, "id": "aef617e5-49e0-4717-832e-90485701c2cd", "security_groups": [{"name": "vping_ssh-sg_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}], "user_id": "626af7793ee74536bf8eec45f063e80e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:54:15Z", "hostId": "57e0126277270c97ca3c6775c6abf9398eb91af61a47b7b65f6d4927", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "created": "2018-10-04T13:54:05Z", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:54:30,187 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-57546419-79ae-437c-a1f7-b7b8b2dc6ba7 2018-10-04 13:54:30,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366216182709s 2018-10-04 13:54:30,187 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-57546419-79ae-437c-a1f7-b7b8b2dc6ba7 2018-10-04 13:54:30,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-04 13:54:30,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=b9123a9f-a621-44b0-a659-0658ea03fa8a" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:30,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-0e49dea5-019c-43f5-8fa2-4d51d7bfdde5 Date: Thu, 04 Oct 2018 13:54:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:54:26Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"716d5f48-fe2a-425c-a1bf-e486a6ff631e","ip_address":"192.168.120.8"}],"id":"48faf757-b5b6-4485-a79d-90a38e94eb05","security_groups":["5b473905-1fdd-4fb2-9478-b41b68359238"],"mac_address":"fa:16:3e:22:f8:de","project_id":"5bd47b864f364b7591b3ae15f278b322","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3c692705-ccb4-419a-9767-177700ef1157","tenant_id":"5bd47b864f364b7591b3ae15f278b322","created_at":"2018-10-04T13:54:20Z","binding:vnic_type":"normal","device_id":"b9123a9f-a621-44b0-a659-0658ea03fa8a"}]} 2018-10-04 13:54:30,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=b9123a9f-a621-44b0-a659-0658ea03fa8a used request id req-0e49dea5-019c-43f5-8fa2-4d51d7bfdde5 2018-10-04 13:54:30,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0582489967346s 2018-10-04 13:54:30,251 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=b9123a9f-a621-44b0-a659-0658ea03fa8a used request id req-0e49dea5-019c-43f5-8fa2-4d51d7bfdde5 2018-10-04 13:54:30,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 13:54:30,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=48faf757-b5b6-4485-a79d-90a38e94eb05" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:30,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-946bf254-42dd-44b4-9903-37d6f5ec7cb0 Date: Thu, 04 Oct 2018 13:54:30 GMT RESP BODY: {"floatingips": []} 2018-10-04 13:54:30,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=48faf757-b5b6-4485-a79d-90a38e94eb05 used request id req-946bf254-42dd-44b4-9903-37d6f5ec7cb0 2018-10-04 13:54:30,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0176839828491s 2018-10-04 13:54:30,275 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=48faf757-b5b6-4485-a79d-90a38e94eb05 used request id req-946bf254-42dd-44b4-9903-37d6f5ec7cb0 2018-10-04 13:54:30,275 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:22:f8:de', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'fef62239-838a-4fd1-a3ce-7eb2d3980f5c'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-04T13:54:24.000000', 'flavor': Munch({u'id': u'8179c761-bcdd-4b39-a5e7-270a5062416d'}), 'az': u'nova', 'id': u'b9123a9f-a621-44b0-a659-0658ea03fa8a', 'security_groups': [Munch({u'name': u'vping_ssh-sg_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'626af7793ee74536bf8eec45f063e80e', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5bd47b864f364b7591b3ae15f278b322', 'name': 'vping_ssh-project_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5', '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-10-04T13:54:24.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-04T13:54:27Z', 'hostId': u'8e869a7e13c404aab2d39eedb5c3f604703f8d8de766f0d92b6b0a8f', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'8e869a7e13c404aab2d39eedb5c3f604703f8d8de766f0d92b6b0a8f', '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-10-04T13:54:24.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'5bd47b864f364b7591b3ae15f278b322', 'name': u'vping_ssh-vm_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5', 'adminPass': u'5F2PGLaJBu6V', 'tenant_id': u'5bd47b864f364b7591b3ae15f278b322', 'region': 'regionOne', 'created': u'2018-10-04T13:54:18Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-04 13:54:30,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 13:54:30,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:30,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-b6eb52e5-5a50-456f-a545-f57183835f31 Date: Thu, 04 Oct 2018 13:54:30 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["716d5f48-fe2a-425c-a1bf-e486a6ff631e"],"updated_at":"2018-10-04T13:53:51Z","tenant_id":"5bd47b864f364b7591b3ae15f278b322","created_at":"2018-10-04T13:53:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5bd47b864f364b7591b3ae15f278b322","id":"3c692705-ccb4-419a-9767-177700ef1157","name":"vping_ssh-net_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}]} 2018-10-04 13:54:30,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b6eb52e5-5a50-456f-a545-f57183835f31 2018-10-04 13:54:30,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.409237146378s 2018-10-04 13:54:30,688 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b6eb52e5-5a50-456f-a545-f57183835f31 2018-10-04 13:54:30,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-04 13:54:30,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=b9123a9f-a621-44b0-a659-0658ea03fa8a" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:30,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-48b73aab-0cde-468a-bc29-f99dccd97611 Date: Thu, 04 Oct 2018 13:54:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:54:26Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"716d5f48-fe2a-425c-a1bf-e486a6ff631e","ip_address":"192.168.120.8"}],"id":"48faf757-b5b6-4485-a79d-90a38e94eb05","security_groups":["5b473905-1fdd-4fb2-9478-b41b68359238"],"mac_address":"fa:16:3e:22:f8:de","project_id":"5bd47b864f364b7591b3ae15f278b322","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3c692705-ccb4-419a-9767-177700ef1157","tenant_id":"5bd47b864f364b7591b3ae15f278b322","created_at":"2018-10-04T13:54:20Z","binding:vnic_type":"normal","device_id":"b9123a9f-a621-44b0-a659-0658ea03fa8a"}]} 2018-10-04 13:54:30,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=b9123a9f-a621-44b0-a659-0658ea03fa8a used request id req-48b73aab-0cde-468a-bc29-f99dccd97611 2018-10-04 13:54:30,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0578129291534s 2018-10-04 13:54:30,748 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=b9123a9f-a621-44b0-a659-0658ea03fa8a used request id req-48b73aab-0cde-468a-bc29-f99dccd97611 2018-10-04 13:54:30,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-10-04 13:54:30,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" -d '{"floatingip": {"floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "192.168.120.8", "port_id": "48faf757-b5b6-4485-a79d-90a38e94eb05"}}' 2018-10-04 13:54:32,846 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-7a65b505-b13e-4e8b-a2c0-897bb10069ba Date: Thu, 04 Oct 2018 13:54:32 GMT RESP BODY: {"floatingip": {"router_id": "fb3bdbc4-9668-4182-8dfb-5acfe649401e", "status": "DOWN", "description": "", "tags": [], "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "created_at": "2018-10-04T13:54:31Z", "updated_at": "2018-10-04T13:54:31Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "5bd47b864f364b7591b3ae15f278b322", "port_id": "48faf757-b5b6-4485-a79d-90a38e94eb05", "id": "bccbff99-66c2-4191-8663-8e17de5d3ce8"}} 2018-10-04 13:54:32,846 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-7a65b505-b13e-4e8b-a2c0-897bb10069ba 2018-10-04 13:54:32,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.09715604782s 2018-10-04 13:54:32,847 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-7a65b505-b13e-4e8b-a2c0-897bb10069ba 2018-10-04 13:54:32,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 13:54:32,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:33,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-c2300619-62b1-4a76-b81a-30907554fb35 Date: Thu, 04 Oct 2018 13:54:33 GMT RESP BODY: {"floatingips": [{"router_id": "fb3bdbc4-9668-4182-8dfb-5acfe649401e", "status": "DOWN", "description": "", "tags": [], "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "created_at": "2018-10-04T13:54:31Z", "updated_at": "2018-10-04T13:54:31Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "5bd47b864f364b7591b3ae15f278b322", "port_id": "48faf757-b5b6-4485-a79d-90a38e94eb05", "id": "bccbff99-66c2-4191-8663-8e17de5d3ce8"}]} 2018-10-04 13:54:33,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-c2300619-62b1-4a76-b81a-30907554fb35 2018-10-04 13:54:33,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.16680598259s 2018-10-04 13:54:33,023 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-c2300619-62b1-4a76-b81a-30907554fb35 2018-10-04 13:54:33,027 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-04 13:54:33,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 13:54:33,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:33,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-a6b842d4-86f7-48c2-b91d-4015f1575488 Date: Thu, 04 Oct 2018 13:54:33 GMT RESP BODY: {"floatingips": [{"router_id": "fb3bdbc4-9668-4182-8dfb-5acfe649401e", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "created_at": "2018-10-04T13:54:31Z", "updated_at": "2018-10-04T13:54:31Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "5bd47b864f364b7591b3ae15f278b322", "port_id": "48faf757-b5b6-4485-a79d-90a38e94eb05", "id": "bccbff99-66c2-4191-8663-8e17de5d3ce8"}]} 2018-10-04 13:54:33,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-a6b842d4-86f7-48c2-b91d-4015f1575488 2018-10-04 13:54:33,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.159784078598s 2018-10-04 13:54:33,292 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-a6b842d4-86f7-48c2-b91d-4015f1575488 2018-10-04 13:54:33,296 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'fb3bdbc4-9668-4182-8dfb-5acfe649401e', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'5bd47b864f364b7591b3ae15f278b322', 'created_at': u'2018-10-04T13:54:31Z', 'attached': True, 'updated_at': u'2018-10-04T13:54:31Z', 'id': u'bccbff99-66c2-4191-8663-8e17de5d3ce8', 'floating_network_id': u'18028772-bdec-4175-9daf-5ee7ae542a2e', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.206', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5bd47b864f364b7591b3ae15f278b322', 'name': 'vping_ssh-project_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'fb3bdbc4-9668-4182-8dfb-5acfe649401e', 'project_id': u'5bd47b864f364b7591b3ae15f278b322', 'port_id': u'48faf757-b5b6-4485-a79d-90a38e94eb05', 'port': u'48faf757-b5b6-4485-a79d-90a38e94eb05', 'network': u'18028772-bdec-4175-9daf-5ee7ae542a2e'}) 2018-10-04 13:54:33,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-04 13:54:33,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/b9123a9f-a621-44b0-a659-0658ea03fa8a/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 13:54:34,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ff20432-7b20-4f9e-a50d-7f221a71e6ea x-compute-request-id: req-7ff20432-7b20-4f9e-a50d-7f221a71e6ea Content-Encoding: gzip Content-Length: 9571 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 496136008 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133822] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135525] pid_max: default: 32768 minimum: 301\n[ 0.136428] ACPI: Core revision 20150930\n[ 0.137815] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139141] Security Framework initialized\n[ 0.139965] Yama: becoming mindful.\n[ 0.140698] AppArmor: AppArmor initialized\n[ 0.141620] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143001] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144334] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145583] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147033] Initializing cgroup subsys io\n[ 0.147877] Initializing cgroup subsys memory\n[ 0.148756] Initializing cgroup subsys devices\n[ 0.149684] Initializing cgroup subsys freezer\n[ 0.150591] Initializing cgroup subsys net_cls\n[ 0.151494] Initializing cgroup subsys perf_event\n[ 0.152441] Initializing cgroup subsys net_prio\n[ 0.153371] Initializing cgroup subsys hugetlb\n[ 0.154246] Initializing cgroup subsys pids\n[ 0.155158] CPU: Physical Processor ID: 0\n[ 0.156654] mce: CPU supports 10 MCE banks\n[ 0.157514] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158538] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169372] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175618] ftrace: allocating 31920 entries in 125 pages\n[ 0.201272] smpboot: Max logical packages: 1\n[ 0.202173] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203542] x2apic enabled\n[ 0.204374] Switched APIC routing to physical x2apic.\n[ 0.206151] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209323] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211156] KVM setup paravirtual spinlock\n[ 0.212467] x86: Booted up 1 node, 1 CPUs\n[ 0.213302] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214719] devtmpfs: initialized\n[ 0.216462] evm: security.selinux\n[ 0.217185] evm: security.SMACK64\n[ 0.217881] evm: security.SMACK64EXEC\n[ 0.218630] evm: security.SMACK64TRANSMUTE\n[ 0.219459] evm: security.SMACK64MMAP\n[ 0.220227] evm: security.ima\n[ 0.220876] evm: security.capability\n[ 0.221687] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223576] pinctrl core: initialized pinctrl subsystem\n[ 0.224700] RTC time: 13:54:24, date: 10/04/18\n[ 0.225672] NET: Registered protocol family 16\n[ 0.226658] cpuidle: using governor ladder\n[ 0.227501] cpuidle: using governor menu\n[ 0.228306] PCCT header not found.\n[ 0.229054] ACPI: bus type PCI registered\n[ 0.229855] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231084] PCI: Using configuration type 1 for base access\n[ 0.232816] ACPI: Added _OSI(Module Device)\n[ 0.233649] ACPI: Added _OSI(Processor Device)\n[ 0.234506] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235424] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237540] ACPI: Interpreter enabled\n[ 0.238324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240191] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242055] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245883] ACPI: (supports S0 S5)\n[ 0.246599] ACPI: Using IOAPIC for interrupt routing\n[ 0.247697] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250859] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252042] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253335] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254598] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256885] acpiphp: Slot [3] registered\n[ 0.257690] acpiphp: Slot [4] registered\n[ 0.258505] acpiphp: Slot [5] registered\n[ 0.259346] acpiphp: Slot [6] registered\n[ 0.260162] acpiphp: Slot [7] registered\n[ 0.260979] acpiphp: Slot [8] registered\n[ 0.261790] acpiphp: Slot [9] registered\n[ 0.262608] acpiphp: Slot [10] registered\n[ 0.263434] acpiphp: Slot [11] registered\n[ 0.264290] acpiphp: Slot [12] registered\n[ 0.265283] acpiphp: Slot [13] registered\n[ 0.266154] acpiphp: Slot [14] registered\n[ 0.266944] acpiphp: Slot [15] registered\n[ 0.277969] acpiphp: Slot [16] registered\n[ 0.278760] acpiphp: Slot [17] registered\n[ 0.279546] acpiphp: Slot [18] registered\n[ 0.280327] acpiphp: Slot [19] registered\n[ 0.281108] acpiphp: Slot [20] registered\n[ 0.281889] acpiphp: Slot [21] registered\n[ 0.282676] acpiphp: Slot [22] registered\n[ 0.283462] acpiphp: Slot [23] registered\n[ 0.284243] acpiphp: Slot [24] registered\n[ 0.285025] acpiphp: Slot [25] registered\n[ 0.285805] acpiphp: Slot [26] registered\n[ 0.286581] acpiphp: Slot [27] registered\n[ 0.287368] acpiphp: Slot [28] registered\n[ 0.288152] acpiphp: Slot [29] registered\n[ 0.288931] acpiphp: Slot [30] registered\n[ 0.289708] acpiphp: Slot [31] registered\n[ 0.290484] PCI host bridge to bus 0000:00\n[ 0.291262] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292427] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293590] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294984] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296373] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302640] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303871] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305001] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306224] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313014] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314431] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363188] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364764] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366273] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367762] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370150] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371679] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373042] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374386] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376496] vgaarb: loaded\n[ 0.377285] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378718] SCSI subsystem initialized\n[ 0.379722] ACPI: bus type USB registered\n[ 0.380768] usbcore: registered new interface driver usbfs\n[ 0.382101] usbcore: registered new interface driver hub\n[ 0.383433] usbcore: registered new device driver usb\n[ 0.384750] PCI: Using ACPI for IRQ routing\n[ 0.386061] NetLabel: Initializing\n[ 0.386948] NetLabel: domain hash size = 128\n[ 0.388052] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389228] NetLabel: unlabeled traffic allowed by default\n[ 0.390642] clocksource: Switched to clocksource kvm-clock\n[ 0.396568] AppArmor: AppArmor Filesystem Enabled\n[ 0.397776] pnp: PnP ACPI init\n[ 0.398852] pnp: PnP ACPI: found 5 devices\n[ 0.405487] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407698] NET: Registered protocol family 2\n[ 0.408922] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410540] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412050] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413543] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415015] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416551] NET: Registered protocol family 1\n[ 0.417679] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.419179] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.420591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.434638] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.448856] Trying to unpack rootfs image as initramfs...\n[ 0.498287] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512779] Scanning for low memory corruption every 60 seconds\n[ 0.514317] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515704] audit: initializing netlink subsys (disabled)\n[ 0.516933] audit: type=2000 audit(1538661265.445:1): initialized\n[ 0.518495] Initialise system trusted keyring\n[ 0.519597] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521059] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523330] zbud: loaded\n[ 0.524171] VFS: Disk quotas dquot_6.6.0\n[ 0.525168] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526969] fuse init (API version 7.23)\n[ 0.528020] Key type big_key registered\n[ 0.528962] Allocating IMA MOK and blacklist keyrings.\n[ 0.530572] Key type asymmetric registered\n[ 0.531568] Asymmetric key parser 'x509' registered\n[ 0.532676] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.534421] io scheduler noop registered\n[ 0.535371] io scheduler deadline registered (default)\n[ 0.536561] io scheduler cfq registered\n[ 0.537580] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540412] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542189] ACPI: Power Button [PWRF]\n[ 0.543132] GHES: HEST is not enabled!\n[ 0.557586] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586944] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596266] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.623270] Linux agpgart interface v0.103\n[ 0.625832] brd: module loaded\n[ 0.627416] loop: module loaded\n[ 0.632243] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633947] GPT:90111 != 2097151\n[ 0.634711] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636018] GPT:90111 != 2097151\n[ 0.636752] GPT: Use GNU Parted to correct GPT errors.\n[ 0.637903] vda: vda1 vda15\n[ 0.639480] scsi host0: ata_piix\n[ 0.640357] scsi host1: ata_piix\n[ 0.641155] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.642574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.644240] libphy: Fixed MDIO Bus: probed\n[ 0.645199] tun: Universal TUN/TAP device driver, 1.6\n[ 0.646263] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.648630] PPP generic driver version 2.4.2\n[ 0.649865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651060] ehci-pci: EHCI PCI platform driver\n[ 0.651923] ehci-platform: EHCI generic platform driver\n[ 0.652894] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654005] ohci-pci: OHCI PCI platform driver\n[ 0.654866] ohci-platform: OHCI generic platform driver\n[ 0.655840] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.670361] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.671361] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672807] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673820] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674932] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.676129] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677515] usb usb1: Product: UHCI Host Controller\n[ 0.678436] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.679561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.680599] hub 1-0:1.0: USB hub found\n[ 0.681387] hub 1-0:1.0: 2 ports detected\n[ 0.682288] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685339] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686356] mousedev: PS/2 mouse device common for all mice\n[ 0.687609] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689412] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690498] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691695] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692868] i2c /dev entries driver\n[ 0.693625] device-mapper: uevent: version 1.0.3\n[ 0.694561] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.696170] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697460] NET: Registered protocol family 10\n[ 0.698458] NET: Registered protocol family 17\n[ 0.699341] Key type dns_resolver registered\n[ 0.700261] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.701339] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.703078] registered taskstats version 1\n[ 0.703895] Loading compiled-in X.509 certificates\n[ 0.705324] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.707162] zswap: loaded using pool lzo/zbud\n[ 0.708557] Key type trusted registered\n[ 0.710111] Key type encrypted registered\n[ 0.710927] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711945] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712968] evm: HMAC attrs: 0x1\n[ 0.713898] Magic number: 6:593:937\n[ 0.714670] misc lightnvm: hash matches\n[ 0.715461] acpi PNP0103:00: hash matches\n[ 0.716308] rtc_cmos 00:00: setting system clock to 2018-10-04 13:54:25 UTC (1538661265)\n[ 0.717877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718981] EDD information not available.\n[ 0.804252] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816652] Write protecting the kernel read-only data: 14336k\n[ 0.818483] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820573] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.361990] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.8...\nLease of 192.168.120.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.30. iid=i-00000024\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDXgu4QONCsFCTS8dT7ggOGWPWymLlntaJCm/KvgTqSlU6sz2XVSDKCmoXEklT/TUUGUayL4m+qjguXxXV3xIwUPJJIQmK3yEp2lDyqjVeSQmcQAP1TkQFqp7RKVZZChQMgt70oPiZsYBFMvA3OOnmM/zUffrTh4QxAMqhQcfCOU36/eNaMjCa7ejWHu/h53zja/RWksxiIo2dIxOrfmQL2zMwEbxBqOi+fEhZhyiyorLik9EftDMFTKoHS5oOkaq8Rwu78PiUg4fNVbpcW53+BMLBY1lQYDQsW9+HZZhOOW7oGp3H8lCBaL9+Q+iMkVEWtChD5TuZwFUrU5VMwN8Cr root@vping-ssh-vm-3e46f8a4-46c8-4fb9-9eb0-b2236527eff5\nssh-dss AAAAB3NzaC1kc3MAAACBAMkzewJgTXd1KttONyviUX1WauoWD7t4yrQvTOxcFnOByTbj19704LRknGwIPxe4mpP25DbgeLkjr3LvsF6rZjlPSd6eCARxhwVlmj5giIbz8aLdnCVYyWfRF0kX7JvvnE5UlkUnQj2XuapoA48sE8JkAzbc8s7z+mLuXjHNekNXAAAAFQCWROF7m98wgW5pflRx6ZofLdLuNQAAAIEArsWrbqkxQ8p/BLWznkTtwcS3BlDdpb+6IUa+MCy4inCUC4jbo9A2b6IO9Oyf2adUBKL9kQ+vDllHlTnQ5SAsqKK7aCZn4EV0pkDAw2+zLEy2NPr0h0MqyOoStVCzcuJyQTgSr2AAojEE5QK0DWjc0frm5NdoBLvQFpiq3tzbnjIAAACAat3MH0YGAvc4ZLR6971tFxct7VKiBazukeuBYUvQ+zAN+GSk4nSjT9pD0lOwOe7BgitQhnfTgoYScbeuA5LEc4AULDHyuA4mvThjMh04ositDDzxWVQrBPAve3IhVxWR0zMrYjG3xotCGHx/mlxB3KT+hDwvHBy4i1emad8Nk+0= root@vping-ssh-vm-3e46f8a4-46c8-4fb9-9eb0-b2236527eff5\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.8,24,fe80::f816:3eff:fe22:f8de/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.8 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000024\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-3e46f8a4-46c8-4fb9-9eb0-b2236527eff5\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.59 ===\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-3e46f8a4-46c8-4fb9-9eb0-b2236527eff5 login: "} 2018-10-04 13:54:34,406 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b9123a9f-a621-44b0-a659-0658ea03fa8a/action used request id req-7ff20432-7b20-4f9e-a50d-7f221a71e6ea 2018-10-04 13:54:34,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10910701752s 2018-10-04 13:54:34,407 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b9123a9f-a621-44b0-a659-0658ea03fa8a/action used request id req-7ff20432-7b20-4f9e-a50d-7f221a71e6ea 2018-10-04 13:54:34,407 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 496136008 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.910 MHz processor [ 0.133822] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.135525] pid_max: default: 32768 minimum: 301 [ 0.136428] ACPI: Core revision 20150930 [ 0.137815] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.139141] Security Framework initialized [ 0.139965] Yama: becoming mindful. [ 0.140698] AppArmor: AppArmor initialized [ 0.141620] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.143001] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144334] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145583] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147033] Initializing cgroup subsys io [ 0.147877] Initializing cgroup subsys memory [ 0.148756] Initializing cgroup subsys devices [ 0.149684] Initializing cgroup subsys freezer [ 0.150591] Initializing cgroup subsys net_cls [ 0.151494] Initializing cgroup subsys perf_event [ 0.152441] Initializing cgroup subsys net_prio [ 0.153371] Initializing cgroup subsys hugetlb [ 0.154246] Initializing cgroup subsys pids [ 0.155158] CPU: Physical Processor ID: 0 [ 0.156654] mce: CPU supports 10 MCE banks [ 0.157514] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.158538] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.169372] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.175618] ftrace: allocating 31920 entries in 125 pages [ 0.201272] smpboot: Max logical packages: 1 [ 0.202173] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203542] x2apic enabled [ 0.204374] Switched APIC routing to physical x2apic. [ 0.206151] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209323] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211156] KVM setup paravirtual spinlock [ 0.212467] x86: Booted up 1 node, 1 CPUs [ 0.213302] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214719] devtmpfs: initialized [ 0.216462] evm: security.selinux [ 0.217185] evm: security.SMACK64 [ 0.217881] evm: security.SMACK64EXEC [ 0.218630] evm: security.SMACK64TRANSMUTE [ 0.219459] evm: security.SMACK64MMAP [ 0.220227] evm: security.ima [ 0.220876] evm: security.capability [ 0.221687] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223576] pinctrl core: initialized pinctrl subsystem [ 0.224700] RTC time: 13:54:24, date: 10/04/18 [ 0.225672] NET: Registered protocol family 16 [ 0.226658] cpuidle: using governor ladder [ 0.227501] cpuidle: using governor menu [ 0.228306] PCCT header not found. [ 0.229054] ACPI: bus type PCI registered [ 0.229855] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231084] PCI: Using configuration type 1 for base access [ 0.232816] ACPI: Added _OSI(Module Device) [ 0.233649] ACPI: Added _OSI(Processor Device) [ 0.234506] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235424] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237540] ACPI: Interpreter enabled [ 0.238324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240191] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.242055] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245883] ACPI: (supports S0 S5) [ 0.246599] ACPI: Using IOAPIC for interrupt routing [ 0.247697] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250859] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.252042] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.253335] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.254598] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256885] acpiphp: Slot [3] registered [ 0.257690] acpiphp: Slot [4] registered [ 0.258505] acpiphp: Slot [5] registered [ 0.259346] acpiphp: Slot [6] registered [ 0.260162] acpiphp: Slot [7] registered [ 0.260979] acpiphp: Slot [8] registered [ 0.261790] acpiphp: Slot [9] registered [ 0.262608] acpiphp: Slot [10] registered [ 0.263434] acpiphp: Slot [11] registered [ 0.264290] acpiphp: Slot [12] registered [ 0.265283] acpiphp: Slot [13] registered [ 0.266154] acpiphp: Slot [14] registered [ 0.266944] acpiphp: Slot [15] registered [ 0.277969] acpiphp: Slot [16] registered [ 0.278760] acpiphp: Slot [17] registered [ 0.279546] acpiphp: Slot [18] registered [ 0.280327] acpiphp: Slot [19] registered [ 0.281108] acpiphp: Slot [20] registered [ 0.281889] acpiphp: Slot [21] registered [ 0.282676] acpiphp: Slot [22] registered [ 0.283462] acpiphp: Slot [23] registered [ 0.284243] acpiphp: Slot [24] registered [ 0.285025] acpiphp: Slot [25] registered [ 0.285805] acpiphp: Slot [26] registered [ 0.286581] acpiphp: Slot [27] registered [ 0.287368] acpiphp: Slot [28] registered [ 0.288152] acpiphp: Slot [29] registered [ 0.288931] acpiphp: Slot [30] registered [ 0.289708] acpiphp: Slot [31] registered [ 0.290484] PCI host bridge to bus 0000:00 [ 0.291262] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.292427] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293590] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.294984] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296373] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.302640] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.303871] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305001] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306224] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313014] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.314431] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.363188] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.364764] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.366273] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.367762] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370150] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.371679] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373042] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374386] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.376496] vgaarb: loaded [ 0.377285] vgaarb: bridge control possible 0000:00:02.0 [ 0.378718] SCSI subsystem initialized [ 0.379722] ACPI: bus type USB registered [ 0.380768] usbcore: registered new interface driver usbfs [ 0.382101] usbcore: registered new interface driver hub [ 0.383433] usbcore: registered new device driver usb [ 0.384750] PCI: Using ACPI for IRQ routing [ 0.386061] NetLabel: Initializing [ 0.386948] NetLabel: domain hash size = 128 [ 0.388052] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.389228] NetLabel: unlabeled traffic allowed by default [ 0.390642] clocksource: Switched to clocksource kvm-clock [ 0.396568] AppArmor: AppArmor Filesystem Enabled [ 0.397776] pnp: PnP ACPI init [ 0.398852] pnp: PnP ACPI: found 5 devices [ 0.405487] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407698] NET: Registered protocol family 2 [ 0.408922] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.410540] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.412050] TCP: Hash tables configured (established 4096 bind 4096) [ 0.413543] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.415015] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.416551] NET: Registered protocol family 1 [ 0.417679] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419179] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420591] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434638] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448856] Trying to unpack rootfs image as initramfs... [ 0.498287] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512779] Scanning for low memory corruption every 60 seconds [ 0.514317] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.515704] audit: initializing netlink subsys (disabled) [ 0.516933] audit: type=2000 audit(1538661265.445:1): initialized [ 0.518495] Initialise system trusted keyring [ 0.519597] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.521059] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.523330] zbud: loaded [ 0.524171] VFS: Disk quotas dquot_6.6.0 [ 0.525168] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.526969] fuse init (API version 7.23) [ 0.528020] Key type big_key registered [ 0.528962] Allocating IMA MOK and blacklist keyrings. [ 0.530572] Key type asymmetric registered [ 0.531568] Asymmetric key parser 'x509' registered [ 0.532676] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.534421] io scheduler noop registered [ 0.535371] io scheduler deadline registered (default) [ 0.536561] io scheduler cfq registered [ 0.537580] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.538915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.540412] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.542189] ACPI: Power Button [PWRF] [ 0.543132] GHES: HEST is not enabled! [ 0.557586] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.586944] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.596266] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.619851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.623270] Linux agpgart interface v0.103 [ 0.625832] brd: module loaded [ 0.627416] loop: module loaded [ 0.632243] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.633947] GPT:90111 != 2097151 [ 0.634711] GPT:Alternate GPT header not at the end of the disk. [ 0.636018] GPT:90111 != 2097151 [ 0.636752] GPT: Use GNU Parted to correct GPT errors. [ 0.637903] vda: vda1 vda15 [ 0.639480] scsi host0: ata_piix [ 0.640357] scsi host1: ata_piix [ 0.641155] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.642574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.644240] libphy: Fixed MDIO Bus: probed [ 0.645199] tun: Universal TUN/TAP device driver, 1.6 [ 0.646263] tun: (C) 1999-2004 Max Krasnyansky [ 0.648630] PPP generic driver version 2.4.2 [ 0.649865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651060] ehci-pci: EHCI PCI platform driver [ 0.651923] ehci-platform: EHCI generic platform driver [ 0.652894] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654005] ohci-pci: OHCI PCI platform driver [ 0.654866] ohci-platform: OHCI generic platform driver [ 0.655840] uhci_hcd: USB Universal Host Controller Interface driver [ 0.670361] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.671361] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.672807] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.673820] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.674932] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.676129] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.677515] usb usb1: Product: UHCI Host Controller [ 0.678436] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.679561] usb usb1: SerialNumber: 0000:00:01.2 [ 0.680599] hub 1-0:1.0: USB hub found [ 0.681387] hub 1-0:1.0: 2 ports detected [ 0.682288] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.684395] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.685339] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.686356] mousedev: PS/2 mouse device common for all mice [ 0.687609] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.689412] rtc_cmos 00:00: RTC can wake from S4 [ 0.690498] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.691695] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692868] i2c /dev entries driver [ 0.693625] device-mapper: uevent: version 1.0.3 [ 0.694561] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.696170] ledtrig-cpu: registered to indicate activity on CPUs [ 0.697460] NET: Registered protocol family 10 [ 0.698458] NET: Registered protocol family 17 [ 0.699341] Key type dns_resolver registered [ 0.700261] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.701339] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.703078] registered taskstats version 1 [ 0.703895] Loading compiled-in X.509 certificates [ 0.705324] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.707162] zswap: loaded using pool lzo/zbud [ 0.708557] Key type trusted registered [ 0.710111] Key type encrypted registered [ 0.710927] AppArmor: AppArmor sha1 policy hashing enabled [ 0.711945] ima: No TPM chip found, activating TPM-bypass! [ 0.712968] evm: HMAC attrs: 0x1 [ 0.713898] Magic number: 6:593:937 [ 0.714670] misc lightnvm: hash matches [ 0.715461] acpi PNP0103:00: hash matches [ 0.716308] rtc_cmos 00:00: setting system clock to 2018-10-04 13:54:25 UTC (1538661265) [ 0.717877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718981] EDD information not available. [ 0.804252] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.816652] Write protecting the kernel read-only data: 14336k [ 0.818483] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.820573] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.65 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.15 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.361990] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.30. iid=i-00000024 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDXgu4QONCsFCTS8dT7ggOGWPWymLlntaJCm/KvgTqSlU6sz2XVSDKCmoXEklT/TUUGUayL4m+qjguXxXV3xIwUPJJIQmK3yEp2lDyqjVeSQmcQAP1TkQFqp7RKVZZChQMgt70oPiZsYBFMvA3OOnmM/zUffrTh4QxAMqhQcfCOU36/eNaMjCa7ejWHu/h53zja/RWksxiIo2dIxOrfmQL2zMwEbxBqOi+fEhZhyiyorLik9EftDMFTKoHS5oOkaq8Rwu78PiUg4fNVbpcW53+BMLBY1lQYDQsW9+HZZhOOW7oGp3H8lCBaL9+Q+iMkVEWtChD5TuZwFUrU5VMwN8Cr root@vping-ssh-vm-3e46f8a4-46c8-4fb9-9eb0-b2236527eff5 ssh-dss AAAAB3NzaC1kc3MAAACBAMkzewJgTXd1KttONyviUX1WauoWD7t4yrQvTOxcFnOByTbj19704LRknGwIPxe4mpP25DbgeLkjr3LvsF6rZjlPSd6eCARxhwVlmj5giIbz8aLdnCVYyWfRF0kX7JvvnE5UlkUnQj2XuapoA48sE8JkAzbc8s7z+mLuXjHNekNXAAAAFQCWROF7m98wgW5pflRx6ZofLdLuNQAAAIEArsWrbqkxQ8p/BLWznkTtwcS3BlDdpb+6IUa+MCy4inCUC4jbo9A2b6IO9Oyf2adUBKL9kQ+vDllHlTnQ5SAsqKK7aCZn4EV0pkDAw2+zLEy2NPr0h0MqyOoStVCzcuJyQTgSr2AAojEE5QK0DWjc0frm5NdoBLvQFpiq3tzbnjIAAACAat3MH0YGAvc4ZLR6971tFxct7VKiBazukeuBYUvQ+zAN+GSk4nSjT9pD0lOwOe7BgitQhnfTgoYScbeuA5LEc4AULDHyuA4mvThjMh04ositDDzxWVQrBPAve3IhVxWR0zMrYjG3xotCGHx/mlxB3KT+hDwvHBy4i1emad8Nk+0= root@vping-ssh-vm-3e46f8a4-46c8-4fb9-9eb0-b2236527eff5 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fe22:f8de/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.8 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000024 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-3e46f8a4-46c8-4fb9-9eb0-b2236527eff5 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.59 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-3e46f8a4-46c8-4fb9-9eb0-b2236527eff5 login: 2018-10-04 13:54:34,411 - paramiko.transport - DEBUG - starting thread (client mode): 0xbcd6ac50L 2018-10-04 13:54:34,412 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 13:54:34,412 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-04 13:54:34,412 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 13:54:34,413 - 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-10-04 13:54:34,413 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 13:54:34,413 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-04 13:54:34,413 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 13:54:34,414 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 13:54:34,414 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 13:54:34,465 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 13:54:34,466 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 13:54:34,482 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.206: 6c2f1bfcbc4fb4bb0d09f3cafb9ce548 2018-10-04 13:54:34,483 - paramiko.transport - DEBUG - Trying key 58e6f272a3f5329133e1234e2729e615 from /tmp/tmpAHakcT 2018-10-04 13:54:34,505 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 13:54:34,725 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 13:54:34,747 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 13:54:34,748 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-04 13:54:34,748 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 13:54:34,749 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 13:54:34,752 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 13:54:34,752 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.14 (192.168.120.14): 56 data bytes 64 bytes from 192.168.120.14: seq=0 ttl=64 time=1.017 ms --- 192.168.120.14 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.017/1.017/1.017 ms 2018-10-04 13:54:34,753 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-10-04 13:54:34,754 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 13:54:34,869 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 13:54:34,869 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:45 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-04 13:54:34,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-04 13:54:34,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/aef617e5-49e0-4717-832e-90485701c2cd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:35,026 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:54:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-17ede85e-187b-4f01-b662-355962d8d87f x-compute-request-id: req-17ede85e-187b-4f01-b662-355962d8d87f Content-Type: application/json 2018-10-04 13:54:35,026 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/aef617e5-49e0-4717-832e-90485701c2cd used request id req-17ede85e-187b-4f01-b662-355962d8d87f 2018-10-04 13:54:35,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.15171790123s 2018-10-04 13:54:35,027 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/aef617e5-49e0-4717-832e-90485701c2cd used request id req-17ede85e-187b-4f01-b662-355962d8d87f 2018-10-04 13:54:35,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:54:35,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:35,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54: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-ff128d8f-dbe9-4a75-8e57-0eae3965f30a x-compute-request-id: req-ff128d8f-dbe9-4a75-8e57-0eae3965f30a Content-Encoding: gzip Content-Length: 900 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:f8:de", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:f8:de", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b9123a9f-a621-44b0-a659-0658ea03fa8a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b9123a9f-a621-44b0-a659-0658ea03fa8a", "rel": "bookmark"}], "image": {"id": "fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "links": [{"href": "http://172.30.9.23:8774/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:54:24.000000", "flavor": {"id": "8179c761-bcdd-4b39-a5e7-270a5062416d", "links": [{"href": "http://172.30.9.23:8774/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "bookmark"}]}, "id": "b9123a9f-a621-44b0-a659-0658ea03fa8a", "security_groups": [{"name": "vping_ssh-sg_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}], "user_id": "626af7793ee74536bf8eec45f063e80e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:54:27Z", "hostId": "8e869a7e13c404aab2d39eedb5c3f604703f8d8de766f0d92b6b0a8f", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "name": "vping_ssh-vm_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "created": "2018-10-04T13:54:18Z", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:31:25", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aef617e5-49e0-4717-832e-90485701c2cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aef617e5-49e0-4717-832e-90485701c2cd", "rel": "bookmark"}], "image": {"id": "fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "links": [{"href": "http://172.30.9.23:8774/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:54:13.000000", "flavor": {"id": "8179c761-bcdd-4b39-a5e7-270a5062416d", "links": [{"href": "http://172.30.9.23:8774/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "bookmark"}]}, "id": "aef617e5-49e0-4717-832e-90485701c2cd", "security_groups": [{"name": "vping_ssh-sg_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}], "user_id": "626af7793ee74536bf8eec45f063e80e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:54:34Z", "hostId": "57e0126277270c97ca3c6775c6abf9398eb91af61a47b7b65f6d4927", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "created": "2018-10-04T13:54:05Z", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:54:35,673 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ff128d8f-dbe9-4a75-8e57-0eae3965f30a 2018-10-04 13:54:35,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.646476984024s 2018-10-04 13:54:35,674 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ff128d8f-dbe9-4a75-8e57-0eae3965f30a 2018-10-04 13:54:35,677 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 13:54:37,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:54:37,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:38,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54: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-4b58a5d2-6a48-46ac-bad8-e10f4c8712d9 x-compute-request-id: req-4b58a5d2-6a48-46ac-bad8-e10f4c8712d9 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:f8:de", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:f8:de", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b9123a9f-a621-44b0-a659-0658ea03fa8a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b9123a9f-a621-44b0-a659-0658ea03fa8a", "rel": "bookmark"}], "image": {"id": "fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "links": [{"href": "http://172.30.9.23:8774/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:54:24.000000", "flavor": {"id": "8179c761-bcdd-4b39-a5e7-270a5062416d", "links": [{"href": "http://172.30.9.23:8774/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "bookmark"}]}, "id": "b9123a9f-a621-44b0-a659-0658ea03fa8a", "security_groups": [{"name": "vping_ssh-sg_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}], "user_id": "626af7793ee74536bf8eec45f063e80e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:54:27Z", "hostId": "8e869a7e13c404aab2d39eedb5c3f604703f8d8de766f0d92b6b0a8f", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "name": "vping_ssh-vm_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "created": "2018-10-04T13:54:18Z", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:54:38,321 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4b58a5d2-6a48-46ac-bad8-e10f4c8712d9 2018-10-04 13:54:38,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.641902923584s 2018-10-04 13:54:38,322 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4b58a5d2-6a48-46ac-bad8-e10f4c8712d9 2018-10-04 13:54:38,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-10-04 13:54:38,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/bccbff99-66c2-4191-8663-8e17de5d3ce8.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:39,169 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-63e59d4e-60c0-41bb-9ac3-898611484aa1 Content-Length: 0 Date: Thu, 04 Oct 2018 13:54:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:54:39,169 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/bccbff99-66c2-4191-8663-8e17de5d3ce8.json used request id req-63e59d4e-60c0-41bb-9ac3-898611484aa1 2018-10-04 13:54:39,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.839490175247s 2018-10-04 13:54:39,169 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/bccbff99-66c2-4191-8663-8e17de5d3ce8.json used request id req-63e59d4e-60c0-41bb-9ac3-898611484aa1 2018-10-04 13:54:39,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 13:54:39,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:39,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-43340097-5da4-41d9-85b0-bdad88ecd792 Date: Thu, 04 Oct 2018 13:54:39 GMT RESP BODY: {"floatingips": []} 2018-10-04 13:54:39,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-43340097-5da4-41d9-85b0-bdad88ecd792 2018-10-04 13:54:39,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.14938211441s 2018-10-04 13:54:39,324 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-43340097-5da4-41d9-85b0-bdad88ecd792 2018-10-04 13:54:39,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-04 13:54:39,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/b9123a9f-a621-44b0-a659-0658ea03fa8a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:39,969 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:54: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-37ea2f27-3dc5-4453-bf3d-3d79000fb2b7 x-compute-request-id: req-37ea2f27-3dc5-4453-bf3d-3d79000fb2b7 Content-Type: application/json 2018-10-04 13:54:39,969 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/b9123a9f-a621-44b0-a659-0658ea03fa8a used request id req-37ea2f27-3dc5-4453-bf3d-3d79000fb2b7 2018-10-04 13:54:39,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.644273996353s 2018-10-04 13:54:39,970 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/b9123a9f-a621-44b0-a659-0658ea03fa8a used request id req-37ea2f27-3dc5-4453-bf3d-3d79000fb2b7 2018-10-04 13:54:39,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:54:39,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:40,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54: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-0682b7ca-fd32-41e9-832f-084a9357d48b x-compute-request-id: req-0682b7ca-fd32-41e9-832f-084a9357d48b Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:f8:de", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b9123a9f-a621-44b0-a659-0658ea03fa8a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b9123a9f-a621-44b0-a659-0658ea03fa8a", "rel": "bookmark"}], "image": {"id": "fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "links": [{"href": "http://172.30.9.23:8774/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:54:24.000000", "flavor": {"id": "8179c761-bcdd-4b39-a5e7-270a5062416d", "links": [{"href": "http://172.30.9.23:8774/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "bookmark"}]}, "id": "b9123a9f-a621-44b0-a659-0658ea03fa8a", "security_groups": [{"name": "vping_ssh-sg_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}], "user_id": "626af7793ee74536bf8eec45f063e80e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:54:39Z", "hostId": "8e869a7e13c404aab2d39eedb5c3f604703f8d8de766f0d92b6b0a8f", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "name": "vping_ssh-vm_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "created": "2018-10-04T13:54:18Z", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:54:40,465 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0682b7ca-fd32-41e9-832f-084a9357d48b 2018-10-04 13:54:40,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.495493888855s 2018-10-04 13:54:40,466 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0682b7ca-fd32-41e9-832f-084a9357d48b 2018-10-04 13:54:40,467 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 13:54:42,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:54:42,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:42,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4817f6a0-5d31-400d-8e5f-6bfb0d7d0b56 x-compute-request-id: req-4817f6a0-5d31-400d-8e5f-6bfb0d7d0b56 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 13:54:42,554 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4817f6a0-5d31-400d-8e5f-6bfb0d7d0b56 2018-10-04 13:54:42,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0844218730927s 2018-10-04 13:54:42,554 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4817f6a0-5d31-400d-8e5f-6bfb0d7d0b56 2018-10-04 13:54:42,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 13:54:42,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:42,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-89187c6a-a871-491b-83a2-8c67f0cfa5de Date: Thu, 04 Oct 2018 13:54:42 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "created_at": "2018-10-04T13:54:01Z", "updated_at": "2018-10-04T13:54:02Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:54:02Z", "revision_number": 0, "id": "2530cbb2-3a59-4d07-97d2-7a05ed61aab4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:54:02Z", "security_group_id": "5b473905-1fdd-4fb2-9478-b41b68359238", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd47b864f364b7591b3ae15f278b322"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:54:01Z", "revision_number": 0, "id": "3cc5ea33-5ea3-451a-a49b-306f6c96d87b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:54:01Z", "security_group_id": "5b473905-1fdd-4fb2-9478-b41b68359238", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bd47b864f364b7591b3ae15f278b322"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T13:54:02Z", "revision_number": 0, "id": "5acedf42-2ca7-45ed-9653-31331ec6f5c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:54:02Z", "security_group_id": "5b473905-1fdd-4fb2-9478-b41b68359238", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5bd47b864f364b7591b3ae15f278b322"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:54:01Z", "revision_number": 0, "id": "9c56bf51-7f5d-4c54-bd77-8b97a3b0f98b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:54:01Z", "security_group_id": "5b473905-1fdd-4fb2-9478-b41b68359238", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd47b864f364b7591b3ae15f278b322"}], "revision_number": 4, "project_id": "5bd47b864f364b7591b3ae15f278b322", "id": "5b473905-1fdd-4fb2-9478-b41b68359238", "name": "vping_ssh-sg_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}, {"description": "Default security group", "tags": [], "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "created_at": "2018-10-04T13:53:50Z", "updated_at": "2018-10-04T13:53:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:50Z", "revision_number": 0, "id": "2ba1131f-8073-4c10-bd7e-8ec985cdfead", "remote_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:50Z", "security_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bd47b864f364b7591b3ae15f278b322"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:50Z", "revision_number": 0, "id": "438ec6a4-10a9-4e96-a17f-66887be1ac58", "remote_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:50Z", "security_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd47b864f364b7591b3ae15f278b322"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:50Z", "revision_number": 0, "id": "80e52138-f427-467f-9fdc-4e6564472dc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:50Z", "security_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd47b864f364b7591b3ae15f278b322"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:50Z", "revision_number": 0, "id": "ea950573-26fe-44c8-a0b7-ca8b5796d930", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:50Z", "security_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bd47b864f364b7591b3ae15f278b322"}], "revision_number": 4, "project_id": "5bd47b864f364b7591b3ae15f278b322", "id": "814f874e-551f-47f1-9138-7a58265a7adc", "name": "default"}]} 2018-10-04 13:54:42,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-89187c6a-a871-491b-83a2-8c67f0cfa5de 2018-10-04 13:54:42,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.051050901413s 2018-10-04 13:54:42,609 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-89187c6a-a871-491b-83a2-8c67f0cfa5de 2018-10-04 13:54:42,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-04 13:54:42,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/5b473905-1fdd-4fb2-9478-b41b68359238.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:42,777 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4aa87e5e-6431-4329-9b79-558ec13d21e9 Content-Length: 0 Date: Thu, 04 Oct 2018 13:54:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:54:42,777 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/5b473905-1fdd-4fb2-9478-b41b68359238.json used request id req-4aa87e5e-6431-4329-9b79-558ec13d21e9 2018-10-04 13:54:42,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.164746046066s 2018-10-04 13:54:42,777 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/5b473905-1fdd-4fb2-9478-b41b68359238.json used request id req-4aa87e5e-6431-4329-9b79-558ec13d21e9 2018-10-04 13:54:42,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-10-04 13:54:42,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:42,833 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:54:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6530e242-fe6d-4b02-8078-a0da51aa88a0 x-compute-request-id: req-6530e242-fe6d-4b02-8078-a0da51aa88a0 Content-Length: 0 Content-Type: application/json 2018-10-04 13:54:42,833 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5 used request id req-6530e242-fe6d-4b02-8078-a0da51aa88a0 2018-10-04 13:54:42,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0555720329285s 2018-10-04 13:54:42,834 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5 used request id req-6530e242-fe6d-4b02-8078-a0da51aa88a0 2018-10-04 13:54:42,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-04 13:54:42,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/fb3bdbc4-9668-4182-8dfb-5acfe649401e/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" -d '{"subnet_id": "716d5f48-fe2a-425c-a1bf-e486a6ff631e"}' 2018-10-04 13:54:44,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-12230e98-0220-4497-b148-511de825ff75 Date: Thu, 04 Oct 2018 13:54:44 GMT RESP BODY: {"network_id": "3c692705-ccb4-419a-9767-177700ef1157", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "subnet_id": "716d5f48-fe2a-425c-a1bf-e486a6ff631e", "subnet_ids": ["716d5f48-fe2a-425c-a1bf-e486a6ff631e"], "port_id": "17ddb6a9-35d4-40ed-8985-12568aa5965b", "id": "fb3bdbc4-9668-4182-8dfb-5acfe649401e"} 2018-10-04 13:54:44,309 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/fb3bdbc4-9668-4182-8dfb-5acfe649401e/remove_router_interface.json used request id req-12230e98-0220-4497-b148-511de825ff75 2018-10-04 13:54:44,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.47527718544s 2018-10-04 13:54:44,310 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/fb3bdbc4-9668-4182-8dfb-5acfe649401e/remove_router_interface.json used request id req-12230e98-0220-4497-b148-511de825ff75 returning object fb3bdbc4-9668-4182-8dfb-5acfe649401e 2018-10-04 13:54:44,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-04 13:54:44,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:44,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-05a20829-51eb-4842-aabf-c589c1c98ed7 Date: Thu, 04 Oct 2018 13:54:44 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "created_at": "2018-10-04T13:53:52Z", "admin_state_up": true, "updated_at": "2018-10-04T13:54:43Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "5bd47b864f364b7591b3ae15f278b322", "id": "fb3bdbc4-9668-4182-8dfb-5acfe649401e", "name": "vping_ssh-router_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}]} 2018-10-04 13:54:44,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-05a20829-51eb-4842-aabf-c589c1c98ed7 2018-10-04 13:54:44,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0809099674225s 2018-10-04 13:54:44,392 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-05a20829-51eb-4842-aabf-c589c1c98ed7 2018-10-04 13:54:44,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-04 13:54:44,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/fb3bdbc4-9668-4182-8dfb-5acfe649401e.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:47,576 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-87281ec4-3a71-44fd-8051-43550982e74b Content-Length: 0 Date: Thu, 04 Oct 2018 13:54:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:54:47,577 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/fb3bdbc4-9668-4182-8dfb-5acfe649401e.json used request id req-87281ec4-3a71-44fd-8051-43550982e74b 2018-10-04 13:54:47,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.18343281746s 2018-10-04 13:54:47,577 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/fb3bdbc4-9668-4182-8dfb-5acfe649401e.json used request id req-87281ec4-3a71-44fd-8051-43550982e74b 2018-10-04 13:54:47,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-04 13:54:47,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:47,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-0ce26313-28a5-4ad5-9785-3093342e08e8 Date: Thu, 04 Oct 2018 13:54:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c692705-ccb4-419a-9767-177700ef1157","tenant_id":"5bd47b864f364b7591b3ae15f278b322","created_at":"2018-10-04T13:53:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-04T13:53: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":"5bd47b864f364b7591b3ae15f278b322","id":"716d5f48-fe2a-425c-a1bf-e486a6ff631e","subnetpool_id":null,"name":"vping_ssh-subnet_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}]} 2018-10-04 13:54:47,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-0ce26313-28a5-4ad5-9785-3093342e08e8 2018-10-04 13:54:47,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0601511001587s 2018-10-04 13:54:47,638 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-0ce26313-28a5-4ad5-9785-3093342e08e8 2018-10-04 13:54:47,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-04 13:54:47,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/716d5f48-fe2a-425c-a1bf-e486a6ff631e.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:49,918 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bddea7c2-d4e7-4201-a3fb-20e23945544b Date: Thu, 04 Oct 2018 13:54:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:54:49,919 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/716d5f48-fe2a-425c-a1bf-e486a6ff631e.json used request id req-bddea7c2-d4e7-4201-a3fb-20e23945544b 2018-10-04 13:54:49,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.27884411812s 2018-10-04 13:54:49,919 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/716d5f48-fe2a-425c-a1bf-e486a6ff631e.json used request id req-bddea7c2-d4e7-4201-a3fb-20e23945544b 2018-10-04 13:54:49,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 13:54:49,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:50,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1196 X-Openstack-Request-Id: req-44bb94f9-6391-4c7f-8cdb-7572effb6296 Date: Thu, 04 Oct 2018 13:54:50 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T13:54:49Z","tenant_id":"5bd47b864f364b7591b3ae15f278b322","created_at":"2018-10-04T13:53:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"5bd47b864f364b7591b3ae15f278b322","id":"3c692705-ccb4-419a-9767-177700ef1157","name":"vping_ssh-net_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}]} 2018-10-04 13:54:50,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-44bb94f9-6391-4c7f-8cdb-7572effb6296 2018-10-04 13:54:50,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110239028931s 2018-10-04 13:54:50,030 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-44bb94f9-6391-4c7f-8cdb-7572effb6296 2018-10-04 13:54:50,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-04 13:54:50,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/3c692705-ccb4-419a-9767-177700ef1157.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:51,124 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e89ea812-ac90-422c-b72f-e1437d414468 Date: Thu, 04 Oct 2018 13:54:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:54:51,124 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/3c692705-ccb4-419a-9767-177700ef1157.json used request id req-e89ea812-ac90-422c-b72f-e1437d414468 2018-10-04 13:54:51,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.09324002266s 2018-10-04 13:54:51,125 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/3c692705-ccb4-419a-9767-177700ef1157.json used request id req-e89ea812-ac90-422c-b72f-e1437d414468 2018-10-04 13:54:51,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 13:54:51,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:51,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-13b55cab-3235-4d5d-b4d2-8b4731d48757 Date: Thu, 04 Oct 2018 13:54:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c/snap", "metadata": {}}], "file": "/v2/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c/file", "owner": "5bd47b864f364b7591b3ae15f278b322", "id": "fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "size": 12716032, "self": "/v2/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T13:54:00Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T13:53:59Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 13:54:51,356 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-13b55cab-3235-4d5d-b4d2-8b4731d48757 2018-10-04 13:54:51,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.230407953262s 2018-10-04 13:54:51,356 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-13b55cab-3235-4d5d-b4d2-8b4731d48757 2018-10-04 13:54:51,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 13:54:51,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6d057e7306783166aecbf9c7d35e06dc159171e" 2018-10-04 13:54:52,675 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-889df2ee-3b10-4c34-81df-e39821b99d79 Date: Thu, 04 Oct 2018 13:54:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 13:54:52,675 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c used request id req-889df2ee-3b10-4c34-81df-e39821b99d79 2018-10-04 13:54:52,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.31716108322s 2018-10-04 13:54:52,676 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/fef62239-838a-4fd1-a3ce-7eb2d3980f5c used request id req-889df2ee-3b10-4c34-81df-e39821b99d79 2018-10-04 13:54:52,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 13:54:52,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:54:52,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-523414b1-e4e3-4f5e-85b7-19ff44200157 x-compute-request-id: req-523414b1-e4e3-4f5e-85b7-19ff44200157 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8179c761-bcdd-4b39-a5e7-270a5062416d", "name": "vping_ssh-flavor_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 13:54:52,712 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-523414b1-e4e3-4f5e-85b7-19ff44200157 2018-10-04 13:54:52,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0356349945068s 2018-10-04 13:54:52,712 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-523414b1-e4e3-4f5e-85b7-19ff44200157 2018-10-04 13:54:52,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 13:54:52,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:54:52,771 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:54:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-acbb39c5-8977-418d-92ac-0134ff63f14a x-compute-request-id: req-acbb39c5-8977-418d-92ac-0134ff63f14a Content-Length: 0 Content-Type: application/json 2018-10-04 13:54:52,771 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d used request id req-acbb39c5-8977-418d-92ac-0134ff63f14a 2018-10-04 13:54:52,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0575070381165s 2018-10-04 13:54:52,771 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/8179c761-bcdd-4b39-a5e7-270a5062416d used request id req-acbb39c5-8977-418d-92ac-0134ff63f14a 2018-10-04 13:54:52,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 13:54:52,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:54:52,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6efd36e1-d63f-4ac8-80a2-3daaa7a92b59 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5", "links": {"self": "http://172.30.9.23:5000/v3/users/626af7793ee74536bf8eec45f063e80e"}, "domain_id": "default", "enabled": true, "id": "626af7793ee74536bf8eec45f063e80e", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:54:52,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6efd36e1-d63f-4ac8-80a2-3daaa7a92b59 2018-10-04 13:54:52,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.097491979599s 2018-10-04 13:54:52,870 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6efd36e1-d63f-4ac8-80a2-3daaa7a92b59 2018-10-04 13:54:52,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 13:54:52,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/626af7793ee74536bf8eec45f063e80e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:54:52,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-536cf868-9f28-45c0-b96e-966d2f2d9d26 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/626af7793ee74536bf8eec45f063e80e"}, "enabled": true, "id": "626af7793ee74536bf8eec45f063e80e", "options": {}, "domain_id": "default", "name": "vping_ssh-user_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}} 2018-10-04 13:54:52,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/626af7793ee74536bf8eec45f063e80e used request id req-536cf868-9f28-45c0-b96e-966d2f2d9d26 2018-10-04 13:54:52,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102164983749s 2018-10-04 13:54:52,977 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/626af7793ee74536bf8eec45f063e80e used request id req-536cf868-9f28-45c0-b96e-966d2f2d9d26 2018-10-04 13:54:52,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-04 13:54:52,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/626af7793ee74536bf8eec45f063e80e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:54:53,148 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:54:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-125a29fa-bbd2-412d-90c8-f6b64fc0d9b1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:54:53,148 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/626af7793ee74536bf8eec45f063e80e used request id req-125a29fa-bbd2-412d-90c8-f6b64fc0d9b1 2018-10-04 13:54:53,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.170109987259s 2018-10-04 13:54:53,148 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/626af7793ee74536bf8eec45f063e80e used request id req-125a29fa-bbd2-412d-90c8-f6b64fc0d9b1 2018-10-04 13:54:53,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 13:54:53,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:54:53,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3642019e-0668-4485-8707-0d2bb88f74ff Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.23:5000/v3/projects/5bd47b864f364b7591b3ae15f278b322"}, "enabled": true, "id": "5bd47b864f364b7591b3ae15f278b322", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_3e46f8a4-46c8-4fb9-9eb0-b2236527eff5"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 13:54:53,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-3642019e-0668-4485-8707-0d2bb88f74ff 2018-10-04 13:54:53,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0749127864838s 2018-10-04 13:54:53,224 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-3642019e-0668-4485-8707-0d2bb88f74ff 2018-10-04 13:54:53,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-04 13:54:53,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/5bd47b864f364b7591b3ae15f278b322 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:54:53,494 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:54:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c40c6f2e-b939-4efd-a1a6-8cf21e9d6cd8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:54:53,495 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/5bd47b864f364b7591b3ae15f278b322 used request id req-c40c6f2e-b939-4efd-a1a6-8cf21e9d6cd8 2018-10-04 13:54:53,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.268081903458s 2018-10-04 13:54:53,495 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/5bd47b864f364b7591b3ae15f278b322 used request id req-c40c6f2e-b939-4efd-a1a6-8cf21e9d6cd8 2018-10-04 13:54:53,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:54:53,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:54:53,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd17a6e1-ede3-4a14-afa2-b22fbb6933ac Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d101136116ca4332b51ca08f3c84e942", "links": {"self": "http://172.30.9.23:5000/v3/roles/d101136116ca4332b51ca08f3c84e942"}, "name": "Member"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:54:53,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-cd17a6e1-ede3-4a14-afa2-b22fbb6933ac 2018-10-04 13:54:53,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0748138427734s 2018-10-04 13:54:53,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 13:54:53,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/d101136116ca4332b51ca08f3c84e942 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:54:53,689 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:54:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2a44695-a314-43e1-8729-246a672b6f4a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:54:53,689 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/d101136116ca4332b51ca08f3c84e942 used request id req-f2a44695-a314-43e1-8729-246a672b6f4a 2018-10-04 13:54:53,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.117584943771s 2018-10-04 13:54:53,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 13:54:53,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=5bd47b864f364b7591b3ae15f278b322&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:54:53,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-5f9f0320-b7c2-4937-942e-397ded01574f Date: Thu, 04 Oct 2018 13:54:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "created_at": "2018-10-04T13:53:50Z", "updated_at": "2018-10-04T13:53:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:50Z", "revision_number": 0, "id": "2ba1131f-8073-4c10-bd7e-8ec985cdfead", "remote_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:50Z", "security_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bd47b864f364b7591b3ae15f278b322"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:50Z", "revision_number": 0, "id": "438ec6a4-10a9-4e96-a17f-66887be1ac58", "remote_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:50Z", "security_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd47b864f364b7591b3ae15f278b322"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:50Z", "revision_number": 0, "id": "80e52138-f427-467f-9fdc-4e6564472dc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:50Z", "security_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd47b864f364b7591b3ae15f278b322"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:50Z", "revision_number": 0, "id": "ea950573-26fe-44c8-a0b7-ca8b5796d930", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:50Z", "security_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bd47b864f364b7591b3ae15f278b322"}], "revision_number": 4, "project_id": "5bd47b864f364b7591b3ae15f278b322", "id": "814f874e-551f-47f1-9138-7a58265a7adc", "name": "default"}]} 2018-10-04 13:54:53,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=5bd47b864f364b7591b3ae15f278b322&name=default used request id req-5f9f0320-b7c2-4937-942e-397ded01574f 2018-10-04 13:54:53,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.197484970093s 2018-10-04 13:54:53,891 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=5bd47b864f364b7591b3ae15f278b322&name=default used request id req-5f9f0320-b7c2-4937-942e-397ded01574f 2018-10-04 13:54:53,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 13:54:53,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:54:54,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-3daf1074-701b-4fd2-9af7-097e05537990 Date: Thu, 04 Oct 2018 13:54:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "created_at": "2018-10-04T13:53:50Z", "updated_at": "2018-10-04T13:53:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:50Z", "revision_number": 0, "id": "80e52138-f427-467f-9fdc-4e6564472dc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:50Z", "security_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd47b864f364b7591b3ae15f278b322"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:50Z", "revision_number": 0, "id": "438ec6a4-10a9-4e96-a17f-66887be1ac58", "remote_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:50Z", "security_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd47b864f364b7591b3ae15f278b322"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:50Z", "revision_number": 0, "id": "2ba1131f-8073-4c10-bd7e-8ec985cdfead", "remote_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:50Z", "security_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bd47b864f364b7591b3ae15f278b322"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:53:50Z", "revision_number": 0, "id": "ea950573-26fe-44c8-a0b7-ca8b5796d930", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:53:50Z", "security_group_id": "814f874e-551f-47f1-9138-7a58265a7adc", "tenant_id": "5bd47b864f364b7591b3ae15f278b322", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bd47b864f364b7591b3ae15f278b322"}], "revision_number": 4, "project_id": "5bd47b864f364b7591b3ae15f278b322", "id": "814f874e-551f-47f1-9138-7a58265a7adc", "name": "default"}]} 2018-10-04 13:54:54,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-3daf1074-701b-4fd2-9af7-097e05537990 2018-10-04 13:54:54,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.192443847656s 2018-10-04 13:54:54,087 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-3daf1074-701b-4fd2-9af7-097e05537990 2018-10-04 13:54:54,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-04 13:54:54,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/814f874e-551f-47f1-9138-7a58265a7adc.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9170e21639c7159d72c127bf3f8beffdab6776a" 2018-10-04 13:54:54,406 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-069455e9-6e6b-4a4d-ad0d-fa89fdabba23 Content-Length: 0 Date: Thu, 04 Oct 2018 13:54:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:54:54,406 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/814f874e-551f-47f1-9138-7a58265a7adc.json used request id req-069455e9-6e6b-4a4d-ad0d-fa89fdabba23 2018-10-04 13:54:54,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.314316034317s 2018-10-04 13:54:54,406 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/814f874e-551f-47f1-9138-7a58265a7adc.json used request id req-069455e9-6e6b-4a4d-ad0d-fa89fdabba23 2018-10-04 13:54:54,459 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-10-04 13:54:54,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 13:54:54,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 13:54:54,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 13:54:54,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 13:54:54,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 13:54:54,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 13:54:54,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 13:54:54,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 13:54:54,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 13:54:54,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 13:54:54,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 13:54:54,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 13:54:54,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 13:54:54,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 13:54:54,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 13:54:54,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 13:54:54,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 13:54:54,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 13:54:54,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 13:54:54,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 13:54:54,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 13:54:54,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 13:54:54,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 13:54:54,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 13:54:54,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:54:54,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e685ca0e-acc8-4287-9fdb-f8bc4caa0ceb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:54:54,510 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e685ca0e-acc8-4287-9fdb-f8bc4caa0ceb 2018-10-04 13:54:54,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:54:54,876 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}], "expires_at": "2018-10-04T14:54:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ecbf2b9cbec04c3e8332c7164aa04ab3"}, "audit_ids": ["0_2mCVe4S56wjvHq95GNjw"], "issued_at": "2018-10-04T13:54:54.000000Z"}} 2018-10-04 13:54:54,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 13:54:54,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:54:55,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-1acd716f-7d9f-4602-9e78-2ff4802a3037 Date: Thu, 04 Oct 2018 13:54:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 13:54:55,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1acd716f-7d9f-4602-9e78-2ff4802a3037 2018-10-04 13:54:55,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.248794078827s 2018-10-04 13:54:55,129 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1acd716f-7d9f-4602-9e78-2ff4802a3037 2018-10-04 13:54:55,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 13:54:55,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:54:55,139 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:54:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:54:55,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:54:55,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84222175-7dd0-4b67-b94f-f3d761ea6de9 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/356d297e741f42d0b9d8bc9b13448e43"}, "description": "", "name": "heat_stack", "enabled": true, "id": "356d297e741f42d0b9d8bc9b13448e43"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 13:54:55,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-84222175-7dd0-4b67-b94f-f3d761ea6de9 2018-10-04 13:54:55,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0944550037384s 2018-10-04 13:54:55,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-04 13:54:55,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_054f2e3c-aad5-4b38-8b76-5c9f2132a741"}}' 2018-10-04 13:54:55,360 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:54:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83d2d8ae-68ef-45dc-a492-d490c8c167d2 Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.23:5000/v3/projects/9f69ff65cf394d95b2c43796036c055d"}, "enabled": true, "id": "9f69ff65cf394d95b2c43796036c055d", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_054f2e3c-aad5-4b38-8b76-5c9f2132a741"}} 2018-10-04 13:54:55,360 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-83d2d8ae-68ef-45dc-a492-d490c8c167d2 2018-10-04 13:54:55,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.134363889694s 2018-10-04 13:54:55,361 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-83d2d8ae-68ef-45dc-a492-d490c8c167d2 2018-10-04 13:54:55,362 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_054f2e3c-aad5-4b38-8b76-5c9f2132a741', 'id': u'9f69ff65cf394d95b2c43796036c055d', 'description': u'Created by OPNFV Functest: vping_userdata', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-04 13:54:55,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-04 13:54:55,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.354000091553s 2018-10-04 13:54:55,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/f1bdd6f0e4fb4df19c8f27d26fdf22b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:54:55,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78821b70-cb9c-422a-9045-a87aa6f20d7e Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/f1bdd6f0e4fb4df19c8f27d26fdf22b6"}, "enabled": true, "id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "options": {}, "domain_id": "default", "name": "vping_userdata-user_054f2e3c-aad5-4b38-8b76-5c9f2132a741"}} 2018-10-04 13:54:55,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/f1bdd6f0e4fb4df19c8f27d26fdf22b6 used request id req-78821b70-cb9c-422a-9045-a87aa6f20d7e 2018-10-04 13:54:55,812 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f1bdd6f0e4fb4df19c8f27d26fdf22b6', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_054f2e3c-aad5-4b38-8b76-5c9f2132a741'}) 2018-10-04 13:54:55,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:54:55,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:54:55,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-703fd0cf-9e72-4113-9a23-2e49be7fc515 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:54:55,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-703fd0cf-9e72-4113-9a23-2e49be7fc515 2018-10-04 13:54:55,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0748929977417s 2018-10-04 13:54:55,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:54:55,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:54:55,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0ea653c-d88f-4350-b65e-4286d58bdf2b Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:54:55,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f0ea653c-d88f-4350-b65e-4286d58bdf2b 2018-10-04 13:54:55,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0807828903198s 2018-10-04 13:54:55,971 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 13:54:55,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 13:54:55,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" -d '{"role": {"name": "Member"}}' 2018-10-04 13:54:56,212 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:54:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d36ce6dd-a030-499f-9a27-bfd7dd26fcde Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "629fd393902b431eb550d2944559295f", "links": {"self": "http://172.30.9.23:5000/v3/roles/629fd393902b431eb550d2944559295f"}, "name": "Member"}} 2018-10-04 13:54:56,212 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-d36ce6dd-a030-499f-9a27-bfd7dd26fcde 2018-10-04 13:54:56,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.241272926331s 2018-10-04 13:54:56,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/629fd393902b431eb550d2944559295f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:54:56,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86ad812a-8075-4ee9-a8bd-8e52c11ef41a Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/629fd393902b431eb550d2944559295f"}, "domain_id": null, "name": "Member", "id": "629fd393902b431eb550d2944559295f"}} 2018-10-04 13:54:56,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/629fd393902b431eb550d2944559295f used request id req-86ad812a-8075-4ee9-a8bd-8e52c11ef41a 2018-10-04 13:54:56,291 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/629fd393902b431eb550d2944559295f'}, 'domain_id': None, 'human_id': None, 'id': u'629fd393902b431eb550d2944559295f', 'HUMAN_ID': False}) 2018-10-04 13:54:56,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:54:56,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:54:56,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0480705a-e571-4aee-b5f2-33cf614d76e6 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "629fd393902b431eb550d2944559295f", "links": {"self": "http://172.30.9.23:5000/v3/roles/629fd393902b431eb550d2944559295f"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:54:56,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0480705a-e571-4aee-b5f2-33cf614d76e6 2018-10-04 13:54:56,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0837590694427s 2018-10-04 13:54:56,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 13:54:56,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:54:56,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-205034eb-3795-40e8-a628-dea395e8ebd2 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 13:54:56,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-205034eb-3795-40e8-a628-dea395e8ebd2 2018-10-04 13:54:56,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0847191810608s 2018-10-04 13:54:56,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 13:54:56,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:54:56,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de2d5244-5baa-48e2-90b5-2f042916494e Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "links": {"self": "http://172.30.9.23:5000/v3/users/f1bdd6f0e4fb4df19c8f27d26fdf22b6"}, "domain_id": "default", "enabled": true, "id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "options": {}}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:54:56,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-de2d5244-5baa-48e2-90b5-2f042916494e 2018-10-04 13:54:56,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0935089588165s 2018-10-04 13:54:56,556 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-de2d5244-5baa-48e2-90b5-2f042916494e 2018-10-04 13:54:56,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 13:54:56,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:54:56,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81a9f720-21d8-473d-aec0-7975030bb5da Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.23:5000/v3/projects/9f69ff65cf394d95b2c43796036c055d"}, "enabled": true, "id": "9f69ff65cf394d95b2c43796036c055d", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_054f2e3c-aad5-4b38-8b76-5c9f2132a741"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 13:54:56,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-81a9f720-21d8-473d-aec0-7975030bb5da 2018-10-04 13:54:56,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0796840190887s 2018-10-04 13:54:56,643 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-81a9f720-21d8-473d-aec0-7975030bb5da 2018-10-04 13:54:56,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 13:54:56,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=f1bdd6f0e4fb4df19c8f27d26fdf22b6&scope.project.id=9f69ff65cf394d95b2c43796036c055d&role.id=629fd393902b431eb550d2944559295f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:54:56,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bac9101-beb4-4a0a-aa37-ca4070199172 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=f1bdd6f0e4fb4df19c8f27d26fdf22b6&scope.project.id=9f69ff65cf394d95b2c43796036c055d&role.id=629fd393902b431eb550d2944559295f", "previous": null, "next": null}} 2018-10-04 13:54:56,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=f1bdd6f0e4fb4df19c8f27d26fdf22b6&scope.project.id=9f69ff65cf394d95b2c43796036c055d&role.id=629fd393902b431eb550d2944559295f used request id req-4bac9101-beb4-4a0a-aa37-ca4070199172 2018-10-04 13:54:56,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0793590545654s 2018-10-04 13:54:56,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 13:54:56,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/9f69ff65cf394d95b2c43796036c055d/users/f1bdd6f0e4fb4df19c8f27d26fdf22b6/roles/629fd393902b431eb550d2944559295f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:54:56,866 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:54:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d667412-5add-4e85-84f8-e03f84ff52b2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:54:56,867 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/9f69ff65cf394d95b2c43796036c055d/users/f1bdd6f0e4fb4df19c8f27d26fdf22b6/roles/629fd393902b431eb550d2944559295f used request id req-5d667412-5add-4e85-84f8-e03f84ff52b2 2018-10-04 13:54:56,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.141474962234s 2018-10-04 13:54:56,868 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_054f2e3c-aad5-4b38-8b76-5c9f2132a741', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '19dcc29a-82eb-4339-9fd0-8952113cbb58', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'vping_userdata-user_054f2e3c-aad5-4b38-8b76-5c9f2132a741', 'project_id': u'9f69ff65cf394d95b2c43796036c055d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 13:54:56,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 13:54:56,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 13:54:56,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 13:54:56,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 13:54:56,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 13:54:56,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 13:54:56,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 13:54:56,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 13:54:56,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 13:54:56,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 13:54:56,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 13:54:56,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 13:54:56,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 13:54:56,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 13:54:56,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 13:54:56,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 13:54:56,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 13:54:56,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 13:54:56,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 13:54:56,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 13:54:56,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 13:54:56,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 13:54:56,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 13:54:56,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 13:54:56,873 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_054f2e3c-aad5-4b38-8b76-5c9f2132a741', 'password': '19dcc29a-82eb-4339-9fd0-8952113cbb58', 'project_name': 'vping_userdata-project_054f2e3c-aad5-4b38-8b76-5c9f2132a741', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '9f69ff65cf394d95b2c43796036c055d', 'project_domain_name': 'Default'} 2018-10-04 13:54:56,873 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-10-04 13:54:56,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 13:54:56,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:54:56,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82e049a7-ffb0-487a-9e14-30b38dee734d Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/356d297e741f42d0b9d8bc9b13448e43"}, "description": "", "name": "heat_stack", "enabled": true, "id": "356d297e741f42d0b9d8bc9b13448e43"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 13:54:56,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-82e049a7-ffb0-487a-9e14-30b38dee734d 2018-10-04 13:54:56,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0819790363312s 2018-10-04 13:54:56,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 13:54:56,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:54:57,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b26545d6-abf1-4031-9f54-be00de984c61 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.23:5000/v3/projects/9f69ff65cf394d95b2c43796036c055d"}, "enabled": true, "id": "9f69ff65cf394d95b2c43796036c055d", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_054f2e3c-aad5-4b38-8b76-5c9f2132a741"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 13:54:57,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-b26545d6-abf1-4031-9f54-be00de984c61 2018-10-04 13:54:57,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0776870250702s 2018-10-04 13:54:57,035 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-b26545d6-abf1-4031-9f54-be00de984c61 2018-10-04 13:54:57,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-04 13:54:57,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" -d '{"network": {"tenant_id": "9f69ff65cf394d95b2c43796036c055d", "name": "vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "admin_state_up": true}}' 2018-10-04 13:54:57,610 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-28caea30-929c-4d29-8a8a-ee84c91328e4 Date: Thu, 04 Oct 2018 13:54:57 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d447a863-3800-48e0-872f-aefb2b047e85","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":81,"ipv4_address_scope":null,"shared":false,"project_id":"9f69ff65cf394d95b2c43796036c055d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T13:54:57Z","is_default":false,"qos_policy_id":null,"name":"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741","admin_state_up":true,"tenant_id":"9f69ff65cf394d95b2c43796036c055d","created_at":"2018-10-04T13:54:57Z","mtu":1450}} 2018-10-04 13:54:57,610 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-28caea30-929c-4d29-8a8a-ee84c91328e4 2018-10-04 13:54:57,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.570863008499s 2018-10-04 13:54:57,610 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-28caea30-929c-4d29-8a8a-ee84c91328e4 2018-10-04 13:54:57,611 - 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-10-04T13:54:57Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'd447a863-3800-48e0-872f-aefb2b047e85', u'provider:segmentation_id': 81, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741', u'created_at': u'2018-10-04T13:54:57Z', u'mtu': 1450, u'tenant_id': u'9f69ff65cf394d95b2c43796036c055d', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9f69ff65cf394d95b2c43796036c055d'}) 2018-10-04 13:54:57,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:54:57,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:54:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8776937e-e528-475d-a4fd-93f1fc605516 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:54:57,618 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8776937e-e528-475d-a4fd-93f1fc605516 2018-10-04 13:54:57,619 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:54:57,991 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "629fd393902b431eb550d2944559295f", "name": "Member"}], "expires_at": "2018-10-04T14:54:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9f69ff65cf394d95b2c43796036c055d", "name": "vping_userdata-project_054f2e3c-aad5-4b38-8b76-5c9f2132a741"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/9f69ff65cf394d95b2c43796036c055d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/9f69ff65cf394d95b2c43796036c055d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/9f69ff65cf394d95b2c43796036c055d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9f69ff65cf394d95b2c43796036c055d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/9f69ff65cf394d95b2c43796036c055d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/9f69ff65cf394d95b2c43796036c055d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/9f69ff65cf394d95b2c43796036c055d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/9f69ff65cf394d95b2c43796036c055d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/9f69ff65cf394d95b2c43796036c055d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9f69ff65cf394d95b2c43796036c055d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/9f69ff65cf394d95b2c43796036c055d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/9f69ff65cf394d95b2c43796036c055d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6"}, "audit_ids": ["yk9hIL7dRz6G5Q60C32Hwg"], "issued_at": "2018-10-04T13:54:57.000000Z"}} 2018-10-04 13:54:57,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 13:54:57,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:54:58,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-9a930031-98b4-45eb-ab20-7dc024844468 Date: Thu, 04 Oct 2018 13:54:58 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T13:54:57Z","tenant_id":"9f69ff65cf394d95b2c43796036c055d","created_at":"2018-10-04T13:54:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9f69ff65cf394d95b2c43796036c055d","id":"d447a863-3800-48e0-872f-aefb2b047e85","name":"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741"}]} 2018-10-04 13:54:58,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9a930031-98b4-45eb-ab20-7dc024844468 2018-10-04 13:54:58,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.245533943176s 2018-10-04 13:54:58,240 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9a930031-98b4-45eb-ab20-7dc024844468 2018-10-04 13:54:58,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-04 13:54:58,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" -d '{"subnet": {"name": "vping_userdata-subnet_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "enable_dhcp": true, "network_id": "d447a863-3800-48e0-872f-aefb2b047e85", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-04 13:54:59,035 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-dabe0c35-6004-44d2-97b1-26163ea098cd Date: Thu, 04 Oct 2018 13:54:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d447a863-3800-48e0-872f-aefb2b047e85","tenant_id":"9f69ff65cf394d95b2c43796036c055d","created_at":"2018-10-04T13:54:58Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-04T13:54:58Z","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":"9f69ff65cf394d95b2c43796036c055d","id":"4be894a6-1ea3-4548-83c5-dffc302b9607","subnetpool_id":null,"name":"vping_userdata-subnet_054f2e3c-aad5-4b38-8b76-5c9f2132a741"}} 2018-10-04 13:54:59,035 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-dabe0c35-6004-44d2-97b1-26163ea098cd 2018-10-04 13:54:59,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.793212890625s 2018-10-04 13:54:59,035 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-dabe0c35-6004-44d2-97b1-26163ea098cd 2018-10-04 13:54:59,036 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-04T13:54:58Z', 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'4be894a6-1ea3-4548-83c5-dffc302b9607', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_054f2e3c-aad5-4b38-8b76-5c9f2132a741', u'enable_dhcp': True, u'network_id': u'd447a863-3800-48e0-872f-aefb2b047e85', u'tenant_id': u'9f69ff65cf394d95b2c43796036c055d', u'created_at': u'2018-10-04T13:54:58Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'9f69ff65cf394d95b2c43796036c055d'}) 2018-10-04 13:54:59,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-04 13:54:59,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "vping_userdata-router_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "admin_state_up": true}}' 2018-10-04 13:55:04,032 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-f4d938b3-81e7-423b-89f2-c9a6a0081fb8 Date: Thu, 04 Oct 2018 13:55:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "created_at": "2018-10-04T13:54:59Z", "admin_state_up": true, "updated_at": "2018-10-04T13:55:00Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "9f69ff65cf394d95b2c43796036c055d", "id": "96323679-bcae-419e-909b-f8bd46eef844", "name": "vping_userdata-router_054f2e3c-aad5-4b38-8b76-5c9f2132a741"}} 2018-10-04 13:55:04,032 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-f4d938b3-81e7-423b-89f2-c9a6a0081fb8 2018-10-04 13:55:04,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 4.99595212936s 2018-10-04 13:55:04,033 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-f4d938b3-81e7-423b-89f2-c9a6a0081fb8 2018-10-04 13:55:04,033 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-10-04T13:55:00Z', u'revision_number': 3, u'id': u'96323679-bcae-419e-909b-f8bd46eef844', u'external_gateway_info': {u'network_id': u'18028772-bdec-4175-9daf-5ee7ae542a2e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-router_054f2e3c-aad5-4b38-8b76-5c9f2132a741', u'admin_state_up': True, u'tenant_id': u'9f69ff65cf394d95b2c43796036c055d', u'created_at': u'2018-10-04T13:54:59Z', u'flavor_id': None, u'routes': [], u'project_id': u'9f69ff65cf394d95b2c43796036c055d'}) 2018-10-04 13:55:04,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-04 13:55:04,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/96323679-bcae-419e-909b-f8bd46eef844/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" -d '{"subnet_id": "4be894a6-1ea3-4548-83c5-dffc302b9607"}' 2018-10-04 13:55:06,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ee275eeb-259b-43e0-980f-86d20ba3d9e5 Date: Thu, 04 Oct 2018 13:55:06 GMT RESP BODY: {"network_id": "d447a863-3800-48e0-872f-aefb2b047e85", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "subnet_id": "4be894a6-1ea3-4548-83c5-dffc302b9607", "subnet_ids": ["4be894a6-1ea3-4548-83c5-dffc302b9607"], "port_id": "3d915ab8-6bb2-49c5-8136-1235ea239d41", "id": "96323679-bcae-419e-909b-f8bd46eef844"} 2018-10-04 13:55:06,061 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/96323679-bcae-419e-909b-f8bd46eef844/add_router_interface.json used request id req-ee275eeb-259b-43e0-980f-86d20ba3d9e5 2018-10-04 13:55:06,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.02757287025s 2018-10-04 13:55:06,062 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/96323679-bcae-419e-909b-f8bd46eef844/add_router_interface.json used request id req-ee275eeb-259b-43e0-980f-86d20ba3d9e5 returning object 96323679-bcae-419e-909b-f8bd46eef844 2018-10-04 13:55:06,062 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 13:55:06,194 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-04 13:55:06,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:06,200 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 04 Oct 2018 13:55:06 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-10-04 13:55:06,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 13:55:06,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:06,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-146d4163-8ae5-4fc2-bdfc-8a099f32ff1c Date: Thu, 04 Oct 2018 13:55:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 13:55:06,469 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-146d4163-8ae5-4fc2-bdfc-8a099f32ff1c 2018-10-04 13:55:06,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.267830133438s 2018-10-04 13:55:06,470 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-146d4163-8ae5-4fc2-bdfc-8a099f32ff1c 2018-10-04 13:55:06,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 13:55:06,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_054f2e3c-aad5-4b38-8b76-5c9f2132a741"}' 2018-10-04 13:55:06,717 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f X-Openstack-Request-Id: req-e8954adb-a129-4e67-9c6c-37062dfd8471 Date: Thu, 04 Oct 2018 13:55:06 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f/file", "owner": "9f69ff65cf394d95b2c43796036c055d", "id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "size": null, "self": "/v2/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T13:55:06Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "checksum": null, "created_at": "2018-10-04T13:55:06Z", "protected": false} 2018-10-04 13:55:06,717 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-e8954adb-a129-4e67-9c6c-37062dfd8471 2018-10-04 13:55:06,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.245885133743s 2018-10-04 13:55:06,718 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-e8954adb-a129-4e67-9c6c-37062dfd8471 returning object b179ac45-2a70-4ee2-bec5-2d5af17ec04f 2018-10-04 13:55:06,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 13:55:06,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" -d '' 2018-10-04 13:55:08,593 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8e71b303-6f9e-4db9-8ce8-a69d1cdaf7da Date: Thu, 04 Oct 2018 13:55:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 13:55:08,593 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f/file used request id req-8e71b303-6f9e-4db9-8ce8-a69d1cdaf7da 2018-10-04 13:55:08,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.87492489815s 2018-10-04 13:55:08,594 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f/file used request id req-8e71b303-6f9e-4db9-8ce8-a69d1cdaf7da 2018-10-04 13:55:08,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 13:55:08,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:08,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-64dab3ae-d104-4d23-a016-06ffa2590ddf Date: Thu, 04 Oct 2018 13:55:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f/snap", "metadata": {}}], "file": "/v2/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f/file", "owner": "9f69ff65cf394d95b2c43796036c055d", "id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "size": 12716032, "self": "/v2/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T13:55:08Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T13:55:06Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 13:55:08,810 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-64dab3ae-d104-4d23-a016-06ffa2590ddf 2018-10-04 13:55:08,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.216121196747s 2018-10-04 13:55:08,811 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-64dab3ae-d104-4d23-a016-06ffa2590ddf 2018-10-04 13:55:08,813 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f/file', 'owner': u'9f69ff65cf394d95b2c43796036c055d', 'id': u'b179ac45-2a70-4ee2-bec5-2d5af17ec04f', 'size': 12716032, u'self': u'/v2/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9f69ff65cf394d95b2c43796036c055d', 'name': 'vping_userdata-project_054f2e3c-aad5-4b38-8b76-5c9f2132a741', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T13:55:08Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-04T13:55:08Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_054f2e3c-aad5-4b38-8b76-5c9f2132a741', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_054f2e3c-aad5-4b38-8b76-5c9f2132a741', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_054f2e3c-aad5-4b38-8b76-5c9f2132a741', 'created': u'2018-10-04T13:55:06Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T13:55:06Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_054f2e3c-aad5-4b38-8b76-5c9f2132a741', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 13:55:08,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 13:55:08,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-04 13:55:09,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:55: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-3cc3e31e-6ff7-44c3-a490-537e7897a085 x-compute-request-id: req-3cc3e31e-6ff7-44c3-a490-537e7897a085 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "name": "vping_userdata-flavor_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 13:55:09,011 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-3cc3e31e-6ff7-44c3-a490-537e7897a085 2018-10-04 13:55:09,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.197948932648s 2018-10-04 13:55:09,012 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-3cc3e31e-6ff7-44c3-a490-537e7897a085 returning object 2ae70575-b81c-47e1-bed8-4d23cecc68c0 2018-10-04 13:55:09,013 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_054f2e3c-aad5-4b38-8b76-5c9f2132a741', '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'ba8ec7ddbe634bf4b6238a0de4b4bf1a', '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'2ae70575-b81c-47e1-bed8-4d23cecc68c0', 'swap': 0}) 2018-10-04 13:55:09,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 13:55:09,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" -d '{"extra_specs": {}}' 2018-10-04 13:55:09,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:55: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-00aba978-72af-4c4b-b5ea-cc1b95d6c7ae x-compute-request-id: req-00aba978-72af-4c4b-b5ea-cc1b95d6c7ae Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 13:55:09,039 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0/os-extra_specs used request id req-00aba978-72af-4c4b-b5ea-cc1b95d6c7ae 2018-10-04 13:55:09,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0253911018372s 2018-10-04 13:55:09,039 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0/os-extra_specs used request id req-00aba978-72af-4c4b-b5ea-cc1b95d6c7ae 2018-10-04 13:55:09,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 13:55:09,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:09,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-4d3cdfe7-3ff9-4ba2-9abc-763a5e19ad94 Date: Thu, 04 Oct 2018 13:55:09 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4be894a6-1ea3-4548-83c5-dffc302b9607"],"updated_at":"2018-10-04T13:54:58Z","tenant_id":"9f69ff65cf394d95b2c43796036c055d","created_at":"2018-10-04T13:54:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9f69ff65cf394d95b2c43796036c055d","id":"d447a863-3800-48e0-872f-aefb2b047e85","name":"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741"}]} 2018-10-04 13:55:09,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4d3cdfe7-3ff9-4ba2-9abc-763a5e19ad94 2018-10-04 13:55:09,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.26109790802s 2018-10-04 13:55:09,301 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4d3cdfe7-3ff9-4ba2-9abc-763a5e19ad94 2018-10-04 13:55:09,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 13:55:09,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:09,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-9e64d76a-ffe1-4245-908d-7afbb724446d Date: Thu, 04 Oct 2018 13:55:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f/snap", "metadata": {}}], "file": "/v2/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f/file", "owner": "9f69ff65cf394d95b2c43796036c055d", "id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "size": 12716032, "self": "/v2/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T13:55:08Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T13:55:06Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 13:55:09,476 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-9e64d76a-ffe1-4245-908d-7afbb724446d 2018-10-04 13:55:09,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173264026642s 2018-10-04 13:55:09,476 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-9e64d76a-ffe1-4245-908d-7afbb724446d 2018-10-04 13:55:09,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 13:55:09,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:09,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:55: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-b3a19230-3df0-4207-ac9c-14e237e64cd1 x-compute-request-id: req-b3a19230-3df0-4207-ac9c-14e237e64cd1 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "name": "vping_userdata-flavor_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 13:55:09,672 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-b3a19230-3df0-4207-ac9c-14e237e64cd1 2018-10-04 13:55:09,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.194159984589s 2018-10-04 13:55:09,673 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-b3a19230-3df0-4207-ac9c-14e237e64cd1 2018-10-04 13:55:09,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-04 13:55:09,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" -d '{"server": {"name": "vping_userdata-vm_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "imageRef": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "flavorRef": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d447a863-3800-48e0-872f-aefb2b047e85"}]}}' 2018-10-04 13:55:11,225 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:55: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-d60fd463-40bb-418f-8bdf-a5f3b95cf2e7 x-compute-request-id: req-d60fd463-40bb-418f-8bdf-a5f3b95cf2e7 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8cdd5cd2-570a-4159-8950-f265ed4b8662", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "bookmark"}], "adminPass": "AxD2t8oF3c7D"}} 2018-10-04 13:55:11,226 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-d60fd463-40bb-418f-8bdf-a5f3b95cf2e7 2018-10-04 13:55:11,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.55062294006s 2018-10-04 13:55:11,226 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-d60fd463-40bb-418f-8bdf-a5f3b95cf2e7 2018-10-04 13:55:11,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:55:11,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:11,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:55: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-876e4371-01f6-4948-b255-6b0377bc1a8d x-compute-request-id: req-876e4371-01f6-4948-b255-6b0377bc1a8d Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "8cdd5cd2-570a-4159-8950-f265ed4b8662", "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "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-10-04T13:55:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:11Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:55:11,688 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-876e4371-01f6-4948-b255-6b0377bc1a8d 2018-10-04 13:55:11,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.461428880692s 2018-10-04 13:55:11,689 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-876e4371-01f6-4948-b255-6b0377bc1a8d 2018-10-04 13:55:11,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 13:55:11,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:11,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-85d4d3be-5ee2-4c8e-8b20-edef2f322b4b Date: Thu, 04 Oct 2018 13:55:11 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4be894a6-1ea3-4548-83c5-dffc302b9607"],"updated_at":"2018-10-04T13:54:58Z","tenant_id":"9f69ff65cf394d95b2c43796036c055d","created_at":"2018-10-04T13:54:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9f69ff65cf394d95b2c43796036c055d","id":"d447a863-3800-48e0-872f-aefb2b047e85","name":"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741"}]} 2018-10-04 13:55:11,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-85d4d3be-5ee2-4c8e-8b20-edef2f322b4b 2018-10-04 13:55:11,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.25771522522s 2018-10-04 13:55:11,954 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-85d4d3be-5ee2-4c8e-8b20-edef2f322b4b 2018-10-04 13:55:11,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-04 13:55:11,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:12,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5057b34f-96db-4f05-97f4-7453cfbb2ae3 Date: Thu, 04 Oct 2018 13:55:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d447a863-3800-48e0-872f-aefb2b047e85","tenant_id":"9f69ff65cf394d95b2c43796036c055d","created_at":"2018-10-04T13:54:58Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-04T13:54:58Z","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":"9f69ff65cf394d95b2c43796036c055d","id":"4be894a6-1ea3-4548-83c5-dffc302b9607","subnetpool_id":null,"name":"vping_userdata-subnet_054f2e3c-aad5-4b38-8b76-5c9f2132a741"}]} 2018-10-04 13:55:12,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-5057b34f-96db-4f05-97f4-7453cfbb2ae3 2018-10-04 13:55:12,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.054013967514s 2018-10-04 13:55:12,009 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-5057b34f-96db-4f05-97f4-7453cfbb2ae3 2018-10-04 13:55:12,010 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 13:55:14,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:55:14,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:14,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:55: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-44f23ec8-214d-4022-a072-a6799e63b546 x-compute-request-id: req-44f23ec8-214d-4022-a072-a6799e63b546 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.23:8774/v2.1/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "8cdd5cd2-570a-4159-8950-f265ed4b8662", "security_groups": [{"name": "default"}], "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:55:12Z", "hostId": "16066e9f8ac2e2f46c59ec99e3c683b5c6613a9deffd46be8924ca5a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:11Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:55:14,784 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-44f23ec8-214d-4022-a072-a6799e63b546 2018-10-04 13:55:14,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.771065950394s 2018-10-04 13:55:14,784 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-44f23ec8-214d-4022-a072-a6799e63b546 2018-10-04 13:55:14,788 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 13:55:16,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:55:16,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:17,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:55: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-a135f6f7-e8d6-4d97-9f7a-10b0d7c6d965 x-compute-request-id: req-a135f6f7-e8d6-4d97-9f7a-10b0d7c6d965 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.23:8774/v2.1/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "8cdd5cd2-570a-4159-8950-f265ed4b8662", "security_groups": [{"name": "default"}], "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:55:12Z", "hostId": "16066e9f8ac2e2f46c59ec99e3c683b5c6613a9deffd46be8924ca5a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:11Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:55:17,511 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a135f6f7-e8d6-4d97-9f7a-10b0d7c6d965 2018-10-04 13:55:17,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.720251083374s 2018-10-04 13:55:17,511 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a135f6f7-e8d6-4d97-9f7a-10b0d7c6d965 2018-10-04 13:55:17,515 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 13:55:19,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:55:19,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:20,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:55: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-4f84219b-d76f-43c1-b51f-db0135dca933 x-compute-request-id: req-4f84219b-d76f-43c1-b51f-db0135dca933 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:35:ff", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:55:15.000000", "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "8cdd5cd2-570a-4159-8950-f265ed4b8662", "security_groups": [{"name": "default"}], "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:55:17Z", "hostId": "16066e9f8ac2e2f46c59ec99e3c683b5c6613a9deffd46be8924ca5a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:11Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:55:20,150 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4f84219b-d76f-43c1-b51f-db0135dca933 2018-10-04 13:55:20,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.632190942764s 2018-10-04 13:55:20,151 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4f84219b-d76f-43c1-b51f-db0135dca933 2018-10-04 13:55:20,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-04 13:55:20,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=8cdd5cd2-570a-4159-8950-f265ed4b8662" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:20,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-cb48b4e9-0604-4a96-9f58-c71938ffbf66 Date: Thu, 04 Oct 2018 13:55:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:55:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4be894a6-1ea3-4548-83c5-dffc302b9607","ip_address":"192.168.120.11"}],"id":"7adf990b-88cd-48bd-a4ce-a669f9a9c04e","security_groups":["d11b46b2-bc06-4d6c-b6bf-4ec0fb272e24"],"mac_address":"fa:16:3e:32:35:ff","project_id":"9f69ff65cf394d95b2c43796036c055d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d447a863-3800-48e0-872f-aefb2b047e85","tenant_id":"9f69ff65cf394d95b2c43796036c055d","created_at":"2018-10-04T13:55:13Z","binding:vnic_type":"normal","device_id":"8cdd5cd2-570a-4159-8950-f265ed4b8662"}]} 2018-10-04 13:55:20,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=8cdd5cd2-570a-4159-8950-f265ed4b8662 used request id req-cb48b4e9-0604-4a96-9f58-c71938ffbf66 2018-10-04 13:55:20,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0589590072632s 2018-10-04 13:55:20,215 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=8cdd5cd2-570a-4159-8950-f265ed4b8662 used request id req-cb48b4e9-0604-4a96-9f58-c71938ffbf66 2018-10-04 13:55:20,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 13:55:20,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=7adf990b-88cd-48bd-a4ce-a669f9a9c04e" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:20,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-837386b1-8426-4289-986b-3a57794f749c Date: Thu, 04 Oct 2018 13:55:20 GMT RESP BODY: {"floatingips": []} 2018-10-04 13:55:20,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=7adf990b-88cd-48bd-a4ce-a669f9a9c04e used request id req-837386b1-8426-4289-986b-3a57794f749c 2018-10-04 13:55:20,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.168220996857s 2018-10-04 13:55:20,389 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=7adf990b-88cd-48bd-a4ce-a669f9a9c04e used request id req-837386b1-8426-4289-986b-3a57794f749c 2018-10-04 13:55:20,389 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:32:35:ff', 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'b179ac45-2a70-4ee2-bec5-2d5af17ec04f'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-04T13:55:15.000000', 'flavor': Munch({u'id': u'2ae70575-b81c-47e1-bed8-4d23cecc68c0'}), 'az': u'nova', 'id': u'8cdd5cd2-570a-4159-8950-f265ed4b8662', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f1bdd6f0e4fb4df19c8f27d26fdf22b6', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9f69ff65cf394d95b2c43796036c055d', 'name': 'vping_userdata-project_054f2e3c-aad5-4b38-8b76-5c9f2132a741', '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-10-04T13:55:15.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-04T13:55:17Z', 'hostId': u'16066e9f8ac2e2f46c59ec99e3c683b5c6613a9deffd46be8924ca5a', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'16066e9f8ac2e2f46c59ec99e3c683b5c6613a9deffd46be8924ca5a', '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-10-04T13:55:15.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'9f69ff65cf394d95b2c43796036c055d', 'name': u'vping_userdata-vm_054f2e3c-aad5-4b38-8b76-5c9f2132a741', 'adminPass': u'AxD2t8oF3c7D', 'tenant_id': u'9f69ff65cf394d95b2c43796036c055d', 'region': 'regionOne', 'created': u'2018-10-04T13:55:11Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-04 13:55:20,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 13:55:20,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:20,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-b826a8fc-dd90-41bc-9d48-cf2d66a5f16c Date: Thu, 04 Oct 2018 13:55:20 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4be894a6-1ea3-4548-83c5-dffc302b9607"],"updated_at":"2018-10-04T13:54:58Z","tenant_id":"9f69ff65cf394d95b2c43796036c055d","created_at":"2018-10-04T13:54:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9f69ff65cf394d95b2c43796036c055d","id":"d447a863-3800-48e0-872f-aefb2b047e85","name":"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741"}]} 2018-10-04 13:55:20,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b826a8fc-dd90-41bc-9d48-cf2d66a5f16c 2018-10-04 13:55:20,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.268948078156s 2018-10-04 13:55:20,660 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b826a8fc-dd90-41bc-9d48-cf2d66a5f16c 2018-10-04 13:55:20,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 13:55:20,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:20,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-b7e4e432-0fac-47f0-8a71-1d19bb5fac0e Date: Thu, 04 Oct 2018 13:55:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f/snap", "metadata": {}}], "file": "/v2/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f/file", "owner": "9f69ff65cf394d95b2c43796036c055d", "id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "size": 12716032, "self": "/v2/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T13:55:08Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T13:55:06Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 13:55:20,834 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b7e4e432-0fac-47f0-8a71-1d19bb5fac0e 2018-10-04 13:55:20,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173418998718s 2018-10-04 13:55:20,835 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b7e4e432-0fac-47f0-8a71-1d19bb5fac0e 2018-10-04 13:55:20,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 13:55:20,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:20,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:55: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-f63d1f22-9289-44e5-a77a-68c648dd4180 x-compute-request-id: req-f63d1f22-9289-44e5-a77a-68c648dd4180 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "name": "vping_userdata-flavor_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 13:55:20,872 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-f63d1f22-9289-44e5-a77a-68c648dd4180 2018-10-04 13:55:20,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0350368022919s 2018-10-04 13:55:20,872 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-f63d1f22-9289-44e5-a77a-68c648dd4180 2018-10-04 13:55:20,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-04 13:55:20,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" -d '{"server": {"name": "vping_userdata-vm2_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "imageRef": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "flavorRef": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjExIDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d447a863-3800-48e0-872f-aefb2b047e85"}]}}' 2018-10-04 13:55:22,637 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13:55: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-99fc132d-d91b-41cd-8239-72e026a05db3 x-compute-request-id: req-99fc132d-d91b-41cd-8239-72e026a05db3 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4ac9bda8-b380-4f86-b615-ecbfdceac639", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "bookmark"}], "adminPass": "bXT2rfQK72ZP"}} 2018-10-04 13:55:22,638 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-99fc132d-d91b-41cd-8239-72e026a05db3 2018-10-04 13:55:22,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.76420307159s 2018-10-04 13:55:22,638 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-99fc132d-d91b-41cd-8239-72e026a05db3 2018-10-04 13:55:22,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:55:22,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:23,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:55: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-ea6faa70-d393-4983-97bb-9491a5556cf6 x-compute-request-id: req-ea6faa70-d393-4983-97bb-9491a5556cf6 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "4ac9bda8-b380-4f86-b615-ecbfdceac639", "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "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-10-04T13:55:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:22Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:35:ff", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:55:15.000000", "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "8cdd5cd2-570a-4159-8950-f265ed4b8662", "security_groups": [{"name": "default"}], "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:55:17Z", "hostId": "16066e9f8ac2e2f46c59ec99e3c683b5c6613a9deffd46be8924ca5a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:11Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:55:23,419 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ea6faa70-d393-4983-97bb-9491a5556cf6 2018-10-04 13:55:23,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.780478954315s 2018-10-04 13:55:23,420 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ea6faa70-d393-4983-97bb-9491a5556cf6 2018-10-04 13:55:23,425 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 13:55:25,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:55:25,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:26,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:55:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7af2f02-80ba-4fec-b4e1-ee0a74f439b5 x-compute-request-id: req-f7af2f02-80ba-4fec-b4e1-ee0a74f439b5 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "4ac9bda8-b380-4f86-b615-ecbfdceac639", "security_groups": [{"name": "default"}], "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:55:23Z", "hostId": "bfc6ef638fc0bca71f6d152fc5651ec742e6572b83e4ec75c411d4f4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:22Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:35:ff", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:55:15.000000", "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "8cdd5cd2-570a-4159-8950-f265ed4b8662", "security_groups": [{"name": "default"}], "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:55:17Z", "hostId": "16066e9f8ac2e2f46c59ec99e3c683b5c6613a9deffd46be8924ca5a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:11Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:55:26,121 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f7af2f02-80ba-4fec-b4e1-ee0a74f439b5 2018-10-04 13:55:26,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.693131923676s 2018-10-04 13:55:26,122 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f7af2f02-80ba-4fec-b4e1-ee0a74f439b5 2018-10-04 13:55:26,126 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 13:55:28,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:55:28,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:28,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:55:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73337586-7990-4a12-ae25-e67dce659c43 x-compute-request-id: req-73337586-7990-4a12-ae25-e67dce659c43 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "4ac9bda8-b380-4f86-b615-ecbfdceac639", "security_groups": [{"name": "default"}], "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T13:55:23Z", "hostId": "bfc6ef638fc0bca71f6d152fc5651ec742e6572b83e4ec75c411d4f4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:22Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:35:ff", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:55:15.000000", "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "8cdd5cd2-570a-4159-8950-f265ed4b8662", "security_groups": [{"name": "default"}], "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:55:17Z", "hostId": "16066e9f8ac2e2f46c59ec99e3c683b5c6613a9deffd46be8924ca5a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:11Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:55:28,593 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-73337586-7990-4a12-ae25-e67dce659c43 2018-10-04 13:55:28,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.463439941406s 2018-10-04 13:55:28,593 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-73337586-7990-4a12-ae25-e67dce659c43 2018-10-04 13:55:28,597 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 13:55:30,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:55:30,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:31,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:55: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-0b927cb6-53fb-41d5-a3a3-3e0ed92db803 x-compute-request-id: req-0b927cb6-53fb-41d5-a3a3-3e0ed92db803 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:a1:cc", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:55:26.000000", "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "4ac9bda8-b380-4f86-b615-ecbfdceac639", "security_groups": [{"name": "default"}], "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:55:29Z", "hostId": "bfc6ef638fc0bca71f6d152fc5651ec742e6572b83e4ec75c411d4f4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:22Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:35:ff", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:55:15.000000", "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "8cdd5cd2-570a-4159-8950-f265ed4b8662", "security_groups": [{"name": "default"}], "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:55:17Z", "hostId": "16066e9f8ac2e2f46c59ec99e3c683b5c6613a9deffd46be8924ca5a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:11Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:55:31,337 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0b927cb6-53fb-41d5-a3a3-3e0ed92db803 2018-10-04 13:55:31,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.736536026001s 2018-10-04 13:55:31,337 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0b927cb6-53fb-41d5-a3a3-3e0ed92db803 2018-10-04 13:55:31,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-04 13:55:31,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=4ac9bda8-b380-4f86-b615-ecbfdceac639" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:31,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-94ed6c45-0259-43e5-ae07-c4e92ca51e4c Date: Thu, 04 Oct 2018 13:55:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T13:55:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4be894a6-1ea3-4548-83c5-dffc302b9607","ip_address":"192.168.120.6"}],"id":"d8795d91-e8f3-4b3a-8d7d-66bd06331b31","security_groups":["d11b46b2-bc06-4d6c-b6bf-4ec0fb272e24"],"mac_address":"fa:16:3e:d2:a1:cc","project_id":"9f69ff65cf394d95b2c43796036c055d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d447a863-3800-48e0-872f-aefb2b047e85","tenant_id":"9f69ff65cf394d95b2c43796036c055d","created_at":"2018-10-04T13:55:23Z","binding:vnic_type":"normal","device_id":"4ac9bda8-b380-4f86-b615-ecbfdceac639"}]} 2018-10-04 13:55:31,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=4ac9bda8-b380-4f86-b615-ecbfdceac639 used request id req-94ed6c45-0259-43e5-ae07-c4e92ca51e4c 2018-10-04 13:55:31,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0562300682068s 2018-10-04 13:55:31,399 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=4ac9bda8-b380-4f86-b615-ecbfdceac639 used request id req-94ed6c45-0259-43e5-ae07-c4e92ca51e4c 2018-10-04 13:55:31,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 13:55:31,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=d8795d91-e8f3-4b3a-8d7d-66bd06331b31" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:31,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9e772d60-161b-48af-a09d-faf234124dbf Date: Thu, 04 Oct 2018 13:55:31 GMT RESP BODY: {"floatingips": []} 2018-10-04 13:55:31,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=d8795d91-e8f3-4b3a-8d7d-66bd06331b31 used request id req-9e772d60-161b-48af-a09d-faf234124dbf 2018-10-04 13:55:31,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.155891895294s 2018-10-04 13:55:31,561 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=d8795d91-e8f3-4b3a-8d7d-66bd06331b31 used request id req-9e772d60-161b-48af-a09d-faf234124dbf 2018-10-04 13:55:31,561 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d2:a1:cc', 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'b179ac45-2a70-4ee2-bec5-2d5af17ec04f'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-04T13:55:26.000000', 'flavor': Munch({u'id': u'2ae70575-b81c-47e1-bed8-4d23cecc68c0'}), 'az': u'nova', 'id': u'4ac9bda8-b380-4f86-b615-ecbfdceac639', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f1bdd6f0e4fb4df19c8f27d26fdf22b6', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9f69ff65cf394d95b2c43796036c055d', 'name': 'vping_userdata-project_054f2e3c-aad5-4b38-8b76-5c9f2132a741', '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-10-04T13:55:26.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-04T13:55:29Z', 'hostId': u'bfc6ef638fc0bca71f6d152fc5651ec742e6572b83e4ec75c411d4f4', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'bfc6ef638fc0bca71f6d152fc5651ec742e6572b83e4ec75c411d4f4', '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-10-04T13:55:26.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'9f69ff65cf394d95b2c43796036c055d', 'name': u'vping_userdata-vm2_054f2e3c-aad5-4b38-8b76-5c9f2132a741', 'adminPass': u'bXT2rfQK72ZP', 'tenant_id': u'9f69ff65cf394d95b2c43796036c055d', 'region': 'regionOne', 'created': u'2018-10-04T13:55:22Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-04 13:55:31,562 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-10-04 13:55:32,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:55:32,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:33,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:55: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-daaa7765-7073-4a44-9e11-b5776b24d368 x-compute-request-id: req-daaa7765-7073-4a44-9e11-b5776b24d368 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:a1:cc", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:55:26.000000", "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "4ac9bda8-b380-4f86-b615-ecbfdceac639", "security_groups": [{"name": "default"}], "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:55:29Z", "hostId": "bfc6ef638fc0bca71f6d152fc5651ec742e6572b83e4ec75c411d4f4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:22Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:35:ff", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:55:15.000000", "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "8cdd5cd2-570a-4159-8950-f265ed4b8662", "security_groups": [{"name": "default"}], "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:55:17Z", "hostId": "16066e9f8ac2e2f46c59ec99e3c683b5c6613a9deffd46be8924ca5a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:11Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:55:33,078 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-daaa7765-7073-4a44-9e11-b5776b24d368 2018-10-04 13:55:33,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.514043807983s 2018-10-04 13:55:33,078 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-daaa7765-7073-4a44-9e11-b5776b24d368 2018-10-04 13:55:33,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-04 13:55:33,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 13:55:34,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:55: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-0d6c280c-f08f-4335-94d6-47d41d5b4692 x-compute-request-id: req-0d6c280c-f08f-4335-94d6-47d41d5b4692 Content-Encoding: gzip Content-Length: 9537 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505711596 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135264] pid_max: default: 32768 minimum: 301\n[ 0.136174] ACPI: Core revision 20150930\n[ 0.137577] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138900] Security Framework initialized\n[ 0.139724] Yama: becoming mindful.\n[ 0.140460] AppArmor: AppArmor initialized\n[ 0.141339] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142676] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143974] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145194] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146603] Initializing cgroup subsys io\n[ 0.147424] Initializing cgroup subsys memory\n[ 0.148339] Initializing cgroup subsys devices\n[ 0.149229] Initializing cgroup subsys freezer\n[ 0.150108] Initializing cgroup subsys net_cls\n[ 0.150987] Initializing cgroup subsys perf_event\n[ 0.151911] Initializing cgroup subsys net_prio\n[ 0.152819] Initializing cgroup subsys hugetlb\n[ 0.153694] Initializing cgroup subsys pids\n[ 0.154591] CPU: Physical Processor ID: 0\n[ 0.156101] mce: CPU supports 10 MCE banks\n[ 0.156972] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157988] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168738] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175158] ftrace: allocating 31920 entries in 125 pages\n[ 0.201852] smpboot: Max logical packages: 1\n[ 0.202716] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204080] x2apic enabled\n[ 0.204909] Switched APIC routing to physical x2apic.\n[ 0.206680] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207810] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209825] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211635] KVM setup paravirtual spinlock\n[ 0.212998] x86: Booted up 1 node, 1 CPUs\n[ 0.213818] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215226] devtmpfs: initialized\n[ 0.216958] evm: security.selinux\n[ 0.217671] evm: security.SMACK64\n[ 0.218371] evm: security.SMACK64EXEC\n[ 0.219121] evm: security.SMACK64TRANSMUTE\n[ 0.219938] evm: security.SMACK64MMAP\n[ 0.220697] evm: security.ima\n[ 0.221347] evm: security.capability\n[ 0.222161] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224035] pinctrl core: initialized pinctrl subsystem\n[ 0.225151] RTC time: 13:55:26, date: 10/04/18\n[ 0.226116] NET: Registered protocol family 16\n[ 0.227097] cpuidle: using governor ladder\n[ 0.227926] cpuidle: using governor menu\n[ 0.228726] PCCT header not found.\n[ 0.229495] ACPI: bus type PCI registered\n[ 0.230308] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231564] PCI: Using configuration type 1 for base access\n[ 0.233351] ACPI: Added _OSI(Module Device)\n[ 0.234205] ACPI: Added _OSI(Processor Device)\n[ 0.235081] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235993] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238173] ACPI: Interpreter enabled\n[ 0.238965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242712] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246478] ACPI: (supports S0 S5)\n[ 0.247195] ACPI: Using IOAPIC for interrupt routing\n[ 0.248271] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251394] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252554] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253806] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255018] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257282] acpiphp: Slot [3] registered\n[ 0.258096] acpiphp: Slot [4] registered\n[ 0.258911] acpiphp: Slot [5] registered\n[ 0.259731] acpiphp: Slot [6] registered\n[ 0.260541] acpiphp: Slot [7] registered\n[ 0.261358] acpiphp: Slot [8] registered\n[ 0.262167] acpiphp: Slot [9] registered\n[ 0.262982] acpiphp: Slot [10] registered\n[ 0.263807] acpiphp: Slot [11] registered\n[ 0.264633] acpiphp: Slot [12] registered\n[ 0.265464] acpiphp: Slot [13] registered\n[ 0.266289] acpiphp: Slot [14] registered\n[ 0.267110] acpiphp: Slot [15] registered\n[ 0.278517] acpiphp: Slot [16] registered\n[ 0.279346] acpiphp: Slot [17] registered\n[ 0.280166] acpiphp: Slot [18] registered\n[ 0.280990] acpiphp: Slot [19] registered\n[ 0.281814] acpiphp: Slot [20] registered\n[ 0.282651] acpiphp: Slot [21] registered\n[ 0.283476] acpiphp: Slot [22] registered\n[ 0.284298] acpiphp: Slot [23] registered\n[ 0.285120] acpiphp: Slot [24] registered\n[ 0.285944] acpiphp: Slot [25] registered\n[ 0.286775] acpiphp: Slot [26] registered\n[ 0.287607] acpiphp: Slot [27] registered\n[ 0.288434] acpiphp: Slot [28] registered\n[ 0.289256] acpiphp: Slot [29] registered\n[ 0.290081] acpiphp: Slot [30] registered\n[ 0.290914] acpiphp: Slot [31] registered\n[ 0.291738] PCI host bridge to bus 0000:00\n[ 0.292557] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293781] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295014] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296490] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297961] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304443] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305745] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306936] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308228] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314633] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316085] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362537] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364046] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365499] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366958] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368371] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369657] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371062] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372140] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373712] vgaarb: loaded\n[ 0.374326] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375474] SCSI subsystem initialized\n[ 0.376303] ACPI: bus type USB registered\n[ 0.377125] usbcore: registered new interface driver usbfs\n[ 0.378170] usbcore: registered new interface driver hub\n[ 0.379193] usbcore: registered new device driver usb\n[ 0.380260] PCI: Using ACPI for IRQ routing\n[ 0.381298] NetLabel: Initializing\n[ 0.382019] NetLabel: domain hash size = 128\n[ 0.382888] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383855] NetLabel: unlabeled traffic allowed by default\n[ 0.384963] clocksource: Switched to clocksource kvm-clock\n[ 0.390426] AppArmor: AppArmor Filesystem Enabled\n[ 0.391397] pnp: PnP ACPI init\n[ 0.392315] pnp: PnP ACPI: found 5 devices\n[ 0.398705] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400564] NET: Registered protocol family 2\n[ 0.401534] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402816] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403996] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405178] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406273] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407642] NET: Registered protocol family 1\n[ 0.408522] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409645] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410751] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424782] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439013] Trying to unpack rootfs image as initramfs...\n[ 0.488603] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502828] Scanning for low memory corruption every 60 seconds\n[ 0.504172] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505343] audit: initializing netlink subsys (disabled)\n[ 0.506379] audit: type=2000 audit(1538661327.596:1): initialized\n[ 0.507693] Initialise system trusted keyring\n[ 0.508628] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509811] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511786] zbud: loaded\n[ 0.512500] VFS: Disk quotas dquot_6.6.0\n[ 0.513339] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514854] fuse init (API version 7.23)\n[ 0.515761] Key type big_key registered\n[ 0.516570] Allocating IMA MOK and blacklist keyrings.\n[ 0.517694] Key type asymmetric registered\n[ 0.518528] Asymmetric key parser 'x509' registered\n[ 0.519489] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521384] io scheduler noop registered\n[ 0.522186] io scheduler deadline registered (default)\n[ 0.523187] io scheduler cfq registered\n[ 0.524031] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525108] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526397] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527862] ACPI: Power Button [PWRF]\n[ 0.528703] GHES: HEST is not enabled!\n[ 0.542410] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572137] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575070] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604086] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612739] Linux agpgart interface v0.103\n[ 0.614870] brd: module loaded\n[ 0.616101] loop: module loaded\n[ 0.620487] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.621982] GPT:90111 != 2097151\n[ 0.622684] GPT:Alternate GPT header not at the end of the disk.\n[ 0.623807] GPT:90111 != 2097151\n[ 0.624498] GPT: Use GNU Parted to correct GPT errors.\n[ 0.625495] vda: vda1 vda15\n[ 0.627028] scsi host0: ata_piix\n[ 0.627782] scsi host1: ata_piix\n[ 0.628509] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629772] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631266] libphy: Fixed MDIO Bus: probed\n[ 0.632110] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633096] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635550] PPP generic driver version 2.4.2\n[ 0.636645] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638071] ehci-pci: EHCI PCI platform driver\n[ 0.639097] ehci-platform: EHCI generic platform driver\n[ 0.640330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641626] ohci-pci: OHCI PCI platform driver\n[ 0.642655] ohci-platform: OHCI generic platform driver\n[ 0.643822] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658655] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659802] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661484] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665587] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667274] usb usb1: Product: UHCI Host Controller\n[ 0.668454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669934] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671149] hub 1-0:1.0: USB hub found\n[ 0.672116] hub 1-0:1.0: 2 ports detected\n[ 0.673169] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.675602] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.676769] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678009] mousedev: PS/2 mouse device common for all mice\n[ 0.679536] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682014] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683334] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684840] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686505] i2c /dev entries driver\n[ 0.687409] device-mapper: uevent: version 1.0.3\n[ 0.688603] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690708] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692374] NET: Registered protocol family 10\n[ 0.693625] NET: Registered protocol family 17\n[ 0.694684] Key type dns_resolver registered\n[ 0.695836] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697160] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699533] registered taskstats version 1\n[ 0.700611] Loading compiled-in X.509 certificates\n[ 0.702429] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704868] zswap: loaded using pool lzo/zbud\n[ 0.707011] Key type trusted registered\n[ 0.709269] Key type encrypted registered\n[ 0.710231] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711460] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712642] evm: HMAC attrs: 0x1\n[ 0.713692] Magic number: 6:593:937\n[ 0.714563] misc lightnvm: hash matches\n[ 0.715484] acpi PNP0103:00: hash matches\n[ 0.716437] rtc_cmos 00:00: setting system clock to 2018-10-04 13:55:27 UTC (1538661327)\n[ 0.718264] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.719570] EDD information not available.\n[ 0.789954] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802251] Write protecting the kernel read-only data: 14336k\n[ 0.803854] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805681] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.850078] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.6...\nLease of 192.168.120.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.13. iid=i-0000002a\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCruTrKI8dOnEg+dfRRAoWHmQjuecmpeUfX4MLDip+lt3XTGj/ooOgwzmn7L7xtJ5K0qjYM+IYWdCnmxeQyLRA+EvW0zFy/E/YVN1/+sECtoVvGCRAD5opQHmGQ1oookD3mQOomc/zfol/uUBUSsk6Zg165PD1KVeSt/HYXlKDzAsL8otxPer28j3v+TUK+x8VKSoblFGmYHK+NKUeYPETHjvzXw10PkJOg4gFcIQQHkVyrhVuZMsaT5IWALpc3pFT8uumTYQ/LyESY+TON/Om8W8LW0Xk00D0Q6EFYntt/+KNNG/kDPMnxKoPjfXIAHIk96j3T23whjSBGirVE8CId root@vping-userdata-vm2-054f2e3c-aad5-4b38-8b76-5c9f2132a741\nssh-dss AAAAB3NzaC1kc3MAAACBAOh+sEvJ6hiawMTxWHQ8QMc5z8mgBffxmEuNqMR4OsNZJR6PwlafED/PwtAAfBsMHwirl1nDH0rfA3Foi3NRmMm3xnrxY0ACs1T4Lyyj1MXaDx0+juWZyE+QxA1Mz0dzedww6A9uUDR4tyad/HUTpnJ1BD9pJVWrdnMG/Ldta5b3AAAAFQDhvYEQxj24dbYm38M1tcnzSbqHuwAAAIEAnOMCVzTFYIev3u3f8mM+ELDDexAw/+UyLA2y8xB0GRguP8Z1v7GVcGSafF7m1Nkcyyb+9erWJlUxYTzBXdpBzmbRpYLLrvqI0wAsnesK7VXJRox8+w3jy6gQ/pf+iBt5/rrc0Zl+YISjPKAzNombuoEZXzH5sRyxS9avKushJNMAAACBALXALbWfxBGgRXV/peuaXhakBpe+oIxRvpa/u05uxhDdFffifHPO4c1cSXP2PH0eXUSZq6WRxgHoaEFP0yIg0tOSmK9Gwf5jMvY4366rSQmC0z3VuoarfioXOf4rn3xWH8B64pnWHziqmj4VkAg1p56Zpau5c5Fbb7eOxhIp3085 root@vping-userdata-vm2-054f2e3c-aad5-4b38-8b76-5c9f2132a741\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.6,24,fe80::f816:3eff:fed2:a1cc/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000002a\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-054f2e3c-aad5-4b38-8b76-5c9f2132a741\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.82 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-userdata-vm2-054f2e3c-aad5-4b38-8b76-5c9f2132a741 login: "} 2018-10-04 13:55:34,245 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639/action used request id req-0d6c280c-f08f-4335-94d6-47d41d5b4692 2018-10-04 13:55:34,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.16470694542s 2018-10-04 13:55:34,246 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639/action used request id req-0d6c280c-f08f-4335-94d6-47d41d5b4692 2018-10-04 13:55:34,247 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 505711596 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.910 MHz processor [ 0.133592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.135264] pid_max: default: 32768 minimum: 301 [ 0.136174] ACPI: Core revision 20150930 [ 0.137577] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.138900] Security Framework initialized [ 0.139724] Yama: becoming mindful. [ 0.140460] AppArmor: AppArmor initialized [ 0.141339] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.142676] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.143974] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145194] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.146603] Initializing cgroup subsys io [ 0.147424] Initializing cgroup subsys memory [ 0.148339] Initializing cgroup subsys devices [ 0.149229] Initializing cgroup subsys freezer [ 0.150108] Initializing cgroup subsys net_cls [ 0.150987] Initializing cgroup subsys perf_event [ 0.151911] Initializing cgroup subsys net_prio [ 0.152819] Initializing cgroup subsys hugetlb [ 0.153694] Initializing cgroup subsys pids [ 0.154591] CPU: Physical Processor ID: 0 [ 0.156101] mce: CPU supports 10 MCE banks [ 0.156972] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.157988] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168738] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.175158] ftrace: allocating 31920 entries in 125 pages [ 0.201852] smpboot: Max logical packages: 1 [ 0.202716] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.204080] x2apic enabled [ 0.204909] Switched APIC routing to physical x2apic. [ 0.206680] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207810] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209825] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211635] KVM setup paravirtual spinlock [ 0.212998] x86: Booted up 1 node, 1 CPUs [ 0.213818] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.215226] devtmpfs: initialized [ 0.216958] evm: security.selinux [ 0.217671] evm: security.SMACK64 [ 0.218371] evm: security.SMACK64EXEC [ 0.219121] evm: security.SMACK64TRANSMUTE [ 0.219938] evm: security.SMACK64MMAP [ 0.220697] evm: security.ima [ 0.221347] evm: security.capability [ 0.222161] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.224035] pinctrl core: initialized pinctrl subsystem [ 0.225151] RTC time: 13:55:26, date: 10/04/18 [ 0.226116] NET: Registered protocol family 16 [ 0.227097] cpuidle: using governor ladder [ 0.227926] cpuidle: using governor menu [ 0.228726] PCCT header not found. [ 0.229495] ACPI: bus type PCI registered [ 0.230308] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231564] PCI: Using configuration type 1 for base access [ 0.233351] ACPI: Added _OSI(Module Device) [ 0.234205] ACPI: Added _OSI(Processor Device) [ 0.235081] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235993] ACPI: Added _OSI(Processor Aggregator Device) [ 0.238173] ACPI: Interpreter enabled [ 0.238965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.242712] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.244606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.246478] ACPI: (supports S0 S5) [ 0.247195] ACPI: Using IOAPIC for interrupt routing [ 0.248271] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.251394] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.252554] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.253806] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.255018] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.257282] acpiphp: Slot [3] registered [ 0.258096] acpiphp: Slot [4] registered [ 0.258911] acpiphp: Slot [5] registered [ 0.259731] acpiphp: Slot [6] registered [ 0.260541] acpiphp: Slot [7] registered [ 0.261358] acpiphp: Slot [8] registered [ 0.262167] acpiphp: Slot [9] registered [ 0.262982] acpiphp: Slot [10] registered [ 0.263807] acpiphp: Slot [11] registered [ 0.264633] acpiphp: Slot [12] registered [ 0.265464] acpiphp: Slot [13] registered [ 0.266289] acpiphp: Slot [14] registered [ 0.267110] acpiphp: Slot [15] registered [ 0.278517] acpiphp: Slot [16] registered [ 0.279346] acpiphp: Slot [17] registered [ 0.280166] acpiphp: Slot [18] registered [ 0.280990] acpiphp: Slot [19] registered [ 0.281814] acpiphp: Slot [20] registered [ 0.282651] acpiphp: Slot [21] registered [ 0.283476] acpiphp: Slot [22] registered [ 0.284298] acpiphp: Slot [23] registered [ 0.285120] acpiphp: Slot [24] registered [ 0.285944] acpiphp: Slot [25] registered [ 0.286775] acpiphp: Slot [26] registered [ 0.287607] acpiphp: Slot [27] registered [ 0.288434] acpiphp: Slot [28] registered [ 0.289256] acpiphp: Slot [29] registered [ 0.290081] acpiphp: Slot [30] registered [ 0.290914] acpiphp: Slot [31] registered [ 0.291738] PCI host bridge to bus 0000:00 [ 0.292557] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.293781] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.295014] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.296490] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.297961] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.304443] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.305745] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.306936] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.308228] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.314633] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.316085] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.362537] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.364046] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.365499] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.366958] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.368371] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.369657] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.371062] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.372140] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.373712] vgaarb: loaded [ 0.374326] vgaarb: bridge control possible 0000:00:02.0 [ 0.375474] SCSI subsystem initialized [ 0.376303] ACPI: bus type USB registered [ 0.377125] usbcore: registered new interface driver usbfs [ 0.378170] usbcore: registered new interface driver hub [ 0.379193] usbcore: registered new device driver usb [ 0.380260] PCI: Using ACPI for IRQ routing [ 0.381298] NetLabel: Initializing [ 0.382019] NetLabel: domain hash size = 128 [ 0.382888] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.383855] NetLabel: unlabeled traffic allowed by default [ 0.384963] clocksource: Switched to clocksource kvm-clock [ 0.390426] AppArmor: AppArmor Filesystem Enabled [ 0.391397] pnp: PnP ACPI init [ 0.392315] pnp: PnP ACPI: found 5 devices [ 0.398705] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400564] NET: Registered protocol family 2 [ 0.401534] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.402816] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.403996] TCP: Hash tables configured (established 4096 bind 4096) [ 0.405178] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.406273] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.407642] NET: Registered protocol family 1 [ 0.408522] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.409645] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.410751] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.424782] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.439013] Trying to unpack rootfs image as initramfs... [ 0.488603] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.502828] Scanning for low memory corruption every 60 seconds [ 0.504172] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.505343] audit: initializing netlink subsys (disabled) [ 0.506379] audit: type=2000 audit(1538661327.596:1): initialized [ 0.507693] Initialise system trusted keyring [ 0.508628] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.509811] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511786] zbud: loaded [ 0.512500] VFS: Disk quotas dquot_6.6.0 [ 0.513339] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514854] fuse init (API version 7.23) [ 0.515761] Key type big_key registered [ 0.516570] Allocating IMA MOK and blacklist keyrings. [ 0.517694] Key type asymmetric registered [ 0.518528] Asymmetric key parser 'x509' registered [ 0.519489] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.521384] io scheduler noop registered [ 0.522186] io scheduler deadline registered (default) [ 0.523187] io scheduler cfq registered [ 0.524031] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525108] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526397] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.527862] ACPI: Power Button [PWRF] [ 0.528703] GHES: HEST is not enabled! [ 0.542410] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572137] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.575070] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604086] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.612739] Linux agpgart interface v0.103 [ 0.614870] brd: module loaded [ 0.616101] loop: module loaded [ 0.620487] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.621982] GPT:90111 != 2097151 [ 0.622684] GPT:Alternate GPT header not at the end of the disk. [ 0.623807] GPT:90111 != 2097151 [ 0.624498] GPT: Use GNU Parted to correct GPT errors. [ 0.625495] vda: vda1 vda15 [ 0.627028] scsi host0: ata_piix [ 0.627782] scsi host1: ata_piix [ 0.628509] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629772] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631266] libphy: Fixed MDIO Bus: probed [ 0.632110] tun: Universal TUN/TAP device driver, 1.6 [ 0.633096] tun: (C) 1999-2004 Max Krasnyansky [ 0.635550] PPP generic driver version 2.4.2 [ 0.636645] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.638071] ehci-pci: EHCI PCI platform driver [ 0.639097] ehci-platform: EHCI generic platform driver [ 0.640330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.641626] ohci-pci: OHCI PCI platform driver [ 0.642655] ohci-platform: OHCI generic platform driver [ 0.643822] uhci_hcd: USB Universal Host Controller Interface driver [ 0.658655] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.659802] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.661484] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.662642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.663979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665587] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667274] usb usb1: Product: UHCI Host Controller [ 0.668454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669934] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671149] hub 1-0:1.0: USB hub found [ 0.672116] hub 1-0:1.0: 2 ports detected [ 0.673169] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675602] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676769] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678009] mousedev: PS/2 mouse device common for all mice [ 0.679536] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682014] rtc_cmos 00:00: RTC can wake from S4 [ 0.683334] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.684840] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686505] i2c /dev entries driver [ 0.687409] device-mapper: uevent: version 1.0.3 [ 0.688603] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.690708] ledtrig-cpu: registered to indicate activity on CPUs [ 0.692374] NET: Registered protocol family 10 [ 0.693625] NET: Registered protocol family 17 [ 0.694684] Key type dns_resolver registered [ 0.695836] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.697160] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.699533] registered taskstats version 1 [ 0.700611] Loading compiled-in X.509 certificates [ 0.702429] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.704868] zswap: loaded using pool lzo/zbud [ 0.707011] Key type trusted registered [ 0.709269] Key type encrypted registered [ 0.710231] AppArmor: AppArmor sha1 policy hashing enabled [ 0.711460] ima: No TPM chip found, activating TPM-bypass! [ 0.712642] evm: HMAC attrs: 0x1 [ 0.713692] Magic number: 6:593:937 [ 0.714563] misc lightnvm: hash matches [ 0.715484] acpi PNP0103:00: hash matches [ 0.716437] rtc_cmos 00:00: setting system clock to 2018-10-04 13:55:27 UTC (1538661327) [ 0.718264] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.719570] EDD information not available. [ 0.789954] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.802251] Write protecting the kernel read-only data: 14336k [ 0.803854] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805681] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.850078] 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.99 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.6... Lease of 192.168.120.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.13. iid=i-0000002a 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCruTrKI8dOnEg+dfRRAoWHmQjuecmpeUfX4MLDip+lt3XTGj/ooOgwzmn7L7xtJ5K0qjYM+IYWdCnmxeQyLRA+EvW0zFy/E/YVN1/+sECtoVvGCRAD5opQHmGQ1oookD3mQOomc/zfol/uUBUSsk6Zg165PD1KVeSt/HYXlKDzAsL8otxPer28j3v+TUK+x8VKSoblFGmYHK+NKUeYPETHjvzXw10PkJOg4gFcIQQHkVyrhVuZMsaT5IWALpc3pFT8uumTYQ/LyESY+TON/Om8W8LW0Xk00D0Q6EFYntt/+KNNG/kDPMnxKoPjfXIAHIk96j3T23whjSBGirVE8CId root@vping-userdata-vm2-054f2e3c-aad5-4b38-8b76-5c9f2132a741 ssh-dss AAAAB3NzaC1kc3MAAACBAOh+sEvJ6hiawMTxWHQ8QMc5z8mgBffxmEuNqMR4OsNZJR6PwlafED/PwtAAfBsMHwirl1nDH0rfA3Foi3NRmMm3xnrxY0ACs1T4Lyyj1MXaDx0+juWZyE+QxA1Mz0dzedww6A9uUDR4tyad/HUTpnJ1BD9pJVWrdnMG/Ldta5b3AAAAFQDhvYEQxj24dbYm38M1tcnzSbqHuwAAAIEAnOMCVzTFYIev3u3f8mM+ELDDexAw/+UyLA2y8xB0GRguP8Z1v7GVcGSafF7m1Nkcyyb+9erWJlUxYTzBXdpBzmbRpYLLrvqI0wAsnesK7VXJRox8+w3jy6gQ/pf+iBt5/rrc0Zl+YISjPKAzNombuoEZXzH5sRyxS9avKushJNMAAACBALXALbWfxBGgRXV/peuaXhakBpe+oIxRvpa/u05uxhDdFffifHPO4c1cSXP2PH0eXUSZq6WRxgHoaEFP0yIg0tOSmK9Gwf5jMvY4366rSQmC0z3VuoarfioXOf4rn3xWH8B64pnWHziqmj4VkAg1p56Zpau5c5Fbb7eOxhIp3085 root@vping-userdata-vm2-054f2e3c-aad5-4b38-8b76-5c9f2132a741 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fed2:a1cc/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000002a name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-054f2e3c-aad5-4b38-8b76-5c9f2132a741 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.82 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-054f2e3c-aad5-4b38-8b76-5c9f2132a741 login: 2018-10-04 13:55:34,248 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-10-04 13:55:34,361 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 13:55:34,361 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:37 | PASS | +------------------------+------------------+------------------+----------------+ 2018-10-04 13:55:34,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-04 13:55:34,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:34,523 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:55:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7459e13f-1d4c-4e3b-8ea7-0f1ce8a291ce x-compute-request-id: req-7459e13f-1d4c-4e3b-8ea7-0f1ce8a291ce Content-Type: application/json 2018-10-04 13:55:34,523 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662 used request id req-7459e13f-1d4c-4e3b-8ea7-0f1ce8a291ce 2018-10-04 13:55:34,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.15686416626s 2018-10-04 13:55:34,524 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662 used request id req-7459e13f-1d4c-4e3b-8ea7-0f1ce8a291ce 2018-10-04 13:55:34,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:55:34,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:35,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:55: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-fd6e2288-a9dd-41f4-ad0b-12fdad45ddc4 x-compute-request-id: req-fd6e2288-a9dd-41f4-ad0b-12fdad45ddc4 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:a1:cc", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:55:26.000000", "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "4ac9bda8-b380-4f86-b615-ecbfdceac639", "security_groups": [{"name": "default"}], "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:55:29Z", "hostId": "bfc6ef638fc0bca71f6d152fc5651ec742e6572b83e4ec75c411d4f4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:22Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:35:ff", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:55:15.000000", "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "8cdd5cd2-570a-4159-8950-f265ed4b8662", "security_groups": [{"name": "default"}], "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:55:34Z", "hostId": "16066e9f8ac2e2f46c59ec99e3c683b5c6613a9deffd46be8924ca5a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:11Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:55:35,109 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fd6e2288-a9dd-41f4-ad0b-12fdad45ddc4 2018-10-04 13:55:35,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.584496021271s 2018-10-04 13:55:35,109 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fd6e2288-a9dd-41f4-ad0b-12fdad45ddc4 2018-10-04 13:55:35,112 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 13:55:37,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:55:37,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:38,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:55: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-c14f21ac-68f2-42ae-98ec-067456008c61 x-compute-request-id: req-c14f21ac-68f2-42ae-98ec-067456008c61 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:a1:cc", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:55:26.000000", "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "4ac9bda8-b380-4f86-b615-ecbfdceac639", "security_groups": [{"name": "default"}], "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:55:29Z", "hostId": "bfc6ef638fc0bca71f6d152fc5651ec742e6572b83e4ec75c411d4f4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:22Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:35:ff", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:55:15.000000", "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "8cdd5cd2-570a-4159-8950-f265ed4b8662", "security_groups": [{"name": "default"}], "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:55:34Z", "hostId": "16066e9f8ac2e2f46c59ec99e3c683b5c6613a9deffd46be8924ca5a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:11Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:55:38,046 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c14f21ac-68f2-42ae-98ec-067456008c61 2018-10-04 13:55:38,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.931882858276s 2018-10-04 13:55:38,047 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c14f21ac-68f2-42ae-98ec-067456008c61 2018-10-04 13:55:38,049 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 13:55:40,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:55:40,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:40,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:55: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-33e39a48-ff76-47fd-8c82-c3bf6bc178f5 x-compute-request-id: req-33e39a48-ff76-47fd-8c82-c3bf6bc178f5 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:a1:cc", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:55:26.000000", "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "4ac9bda8-b380-4f86-b615-ecbfdceac639", "security_groups": [{"name": "default"}], "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:55:29Z", "hostId": "bfc6ef638fc0bca71f6d152fc5651ec742e6572b83e4ec75c411d4f4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:22Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:35:ff", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:55:15.000000", "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "8cdd5cd2-570a-4159-8950-f265ed4b8662", "security_groups": [{"name": "default"}], "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:55:34Z", "hostId": "16066e9f8ac2e2f46c59ec99e3c683b5c6613a9deffd46be8924ca5a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:11Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:55:40,595 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-33e39a48-ff76-47fd-8c82-c3bf6bc178f5 2018-10-04 13:55:40,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.542866945267s 2018-10-04 13:55:40,595 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-33e39a48-ff76-47fd-8c82-c3bf6bc178f5 2018-10-04 13:55:40,598 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 13:55:42,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:55:42,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:43,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:55:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c658656-446e-46af-9724-6dec447649fb x-compute-request-id: req-4c658656-446e-46af-9724-6dec447649fb Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:a1:cc", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:55:26.000000", "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "4ac9bda8-b380-4f86-b615-ecbfdceac639", "security_groups": [{"name": "default"}], "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:55:29Z", "hostId": "bfc6ef638fc0bca71f6d152fc5651ec742e6572b83e4ec75c411d4f4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:22Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:35:ff", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:55:15.000000", "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "8cdd5cd2-570a-4159-8950-f265ed4b8662", "security_groups": [{"name": "default"}], "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:55:34Z", "hostId": "16066e9f8ac2e2f46c59ec99e3c683b5c6613a9deffd46be8924ca5a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:11Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:55:43,110 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4c658656-446e-46af-9724-6dec447649fb 2018-10-04 13:55:43,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.510544061661s 2018-10-04 13:55:43,111 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4c658656-446e-46af-9724-6dec447649fb 2018-10-04 13:55:43,113 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 13:55:45,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:55:45,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:45,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:55: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-a4b0e1a6-7f18-4812-b786-1a031c1a3aa6 x-compute-request-id: req-a4b0e1a6-7f18-4812-b786-1a031c1a3aa6 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:a1:cc", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:55:26.000000", "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "4ac9bda8-b380-4f86-b615-ecbfdceac639", "security_groups": [{"name": "default"}], "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:55:29Z", "hostId": "bfc6ef638fc0bca71f6d152fc5651ec742e6572b83e4ec75c411d4f4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:22Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:35:ff", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:55:15.000000", "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "8cdd5cd2-570a-4159-8950-f265ed4b8662", "security_groups": [{"name": "default"}], "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:55:34Z", "hostId": "16066e9f8ac2e2f46c59ec99e3c683b5c6613a9deffd46be8924ca5a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:11Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:55:45,819 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a4b0e1a6-7f18-4812-b786-1a031c1a3aa6 2018-10-04 13:55:45,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.703712940216s 2018-10-04 13:55:45,820 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a4b0e1a6-7f18-4812-b786-1a031c1a3aa6 2018-10-04 13:55:45,822 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 13:55:47,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:55:47,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:48,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:55: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-878c2d1b-c1b2-41a7-84c0-051d31b6a907 x-compute-request-id: req-878c2d1b-c1b2-41a7-84c0-051d31b6a907 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:a1:cc", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:55:26.000000", "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "4ac9bda8-b380-4f86-b615-ecbfdceac639", "security_groups": [{"name": "default"}], "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:55:29Z", "hostId": "bfc6ef638fc0bca71f6d152fc5651ec742e6572b83e4ec75c411d4f4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:22Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:35:ff", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8cdd5cd2-570a-4159-8950-f265ed4b8662", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:55:15.000000", "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "8cdd5cd2-570a-4159-8950-f265ed4b8662", "security_groups": [{"name": "default"}], "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:55:34Z", "hostId": "16066e9f8ac2e2f46c59ec99e3c683b5c6613a9deffd46be8924ca5a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:11Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:55:48,372 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-878c2d1b-c1b2-41a7-84c0-051d31b6a907 2018-10-04 13:55:48,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.546495914459s 2018-10-04 13:55:48,372 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-878c2d1b-c1b2-41a7-84c0-051d31b6a907 2018-10-04 13:55:48,374 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 13:55:50,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:55:50,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:50,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:55: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-a30d5102-8a56-4d42-b23d-645313b03b4c x-compute-request-id: req-a30d5102-8a56-4d42-b23d-645313b03b4c Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:a1:cc", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:55:26.000000", "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "4ac9bda8-b380-4f86-b615-ecbfdceac639", "security_groups": [{"name": "default"}], "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:55:29Z", "hostId": "bfc6ef638fc0bca71f6d152fc5651ec742e6572b83e4ec75c411d4f4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:22Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:55:50,983 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a30d5102-8a56-4d42-b23d-645313b03b4c 2018-10-04 13:55:50,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.60609793663s 2018-10-04 13:55:50,984 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a30d5102-8a56-4d42-b23d-645313b03b4c 2018-10-04 13:55:50,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-04 13:55:50,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:51,182 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:55: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-22480cf5-67bc-42f2-ab3c-6527c9d5da74 x-compute-request-id: req-22480cf5-67bc-42f2-ab3c-6527c9d5da74 Content-Type: application/json 2018-10-04 13:55:51,182 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639 used request id req-22480cf5-67bc-42f2-ab3c-6527c9d5da74 2018-10-04 13:55:51,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.196734189987s 2018-10-04 13:55:51,182 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639 used request id req-22480cf5-67bc-42f2-ab3c-6527c9d5da74 2018-10-04 13:55:51,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:55:51,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:51,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:55:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98042a83-d8d5-4c57-82e1-70b13cf6620e x-compute-request-id: req-98042a83-d8d5-4c57-82e1-70b13cf6620e Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:a1:cc", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4ac9bda8-b380-4f86-b615-ecbfdceac639", "rel": "bookmark"}], "image": {"id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "links": [{"href": "http://172.30.9.23:8774/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T13:55:26.000000", "flavor": {"id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "links": [{"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}]}, "id": "4ac9bda8-b380-4f86-b615-ecbfdceac639", "security_groups": [{"name": "default"}], "user_id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T13:55:51Z", "hostId": "bfc6ef638fc0bca71f6d152fc5651ec742e6572b83e4ec75c411d4f4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "created": "2018-10-04T13:55:22Z", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 13:55:51,666 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-98042a83-d8d5-4c57-82e1-70b13cf6620e 2018-10-04 13:55:51,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.482733011246s 2018-10-04 13:55:51,666 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-98042a83-d8d5-4c57-82e1-70b13cf6620e 2018-10-04 13:55:51,668 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 13:55:53,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 13:55:53,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:53,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:55: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-4e826116-9ee1-4c7a-ad94-9cceee66b86d x-compute-request-id: req-4e826116-9ee1-4c7a-ad94-9cceee66b86d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 13:55:53,751 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4e826116-9ee1-4c7a-ad94-9cceee66b86d 2018-10-04 13:55:53,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.080885887146s 2018-10-04 13:55:53,752 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4e826116-9ee1-4c7a-ad94-9cceee66b86d 2018-10-04 13:55:53,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-04 13:55:53,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/96323679-bcae-419e-909b-f8bd46eef844/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" -d '{"subnet_id": "4be894a6-1ea3-4548-83c5-dffc302b9607"}' 2018-10-04 13:55:55,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-adb6f119-96bb-41c5-82ae-4c3a0891fc9a Date: Thu, 04 Oct 2018 13:55:55 GMT RESP BODY: {"network_id": "d447a863-3800-48e0-872f-aefb2b047e85", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "subnet_id": "4be894a6-1ea3-4548-83c5-dffc302b9607", "subnet_ids": ["4be894a6-1ea3-4548-83c5-dffc302b9607"], "port_id": "3d915ab8-6bb2-49c5-8136-1235ea239d41", "id": "96323679-bcae-419e-909b-f8bd46eef844"} 2018-10-04 13:55:55,388 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/96323679-bcae-419e-909b-f8bd46eef844/remove_router_interface.json used request id req-adb6f119-96bb-41c5-82ae-4c3a0891fc9a 2018-10-04 13:55:55,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.63533592224s 2018-10-04 13:55:55,388 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/96323679-bcae-419e-909b-f8bd46eef844/remove_router_interface.json used request id req-adb6f119-96bb-41c5-82ae-4c3a0891fc9a returning object 96323679-bcae-419e-909b-f8bd46eef844 2018-10-04 13:55:55,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-04 13:55:55,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:55,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-8a47ef61-8cbb-410c-acf3-4ac293d78e38 Date: Thu, 04 Oct 2018 13:55:55 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "created_at": "2018-10-04T13:54:59Z", "admin_state_up": true, "updated_at": "2018-10-04T13:55:54Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "9f69ff65cf394d95b2c43796036c055d", "id": "96323679-bcae-419e-909b-f8bd46eef844", "name": "vping_userdata-router_054f2e3c-aad5-4b38-8b76-5c9f2132a741"}]} 2018-10-04 13:55:55,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-8a47ef61-8cbb-410c-acf3-4ac293d78e38 2018-10-04 13:55:55,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0845198631287s 2018-10-04 13:55:55,474 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-8a47ef61-8cbb-410c-acf3-4ac293d78e38 2018-10-04 13:55:55,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-04 13:55:55,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/96323679-bcae-419e-909b-f8bd46eef844.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:59,049 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-68c166b1-cd5b-46c7-ab4e-3e39af7e55f3 Content-Length: 0 Date: Thu, 04 Oct 2018 13:55:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:55:59,050 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/96323679-bcae-419e-909b-f8bd46eef844.json used request id req-68c166b1-cd5b-46c7-ab4e-3e39af7e55f3 2018-10-04 13:55:59,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.57445001602s 2018-10-04 13:55:59,050 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/96323679-bcae-419e-909b-f8bd46eef844.json used request id req-68c166b1-cd5b-46c7-ab4e-3e39af7e55f3 2018-10-04 13:55:59,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-04 13:55:59,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:55:59,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4b467fdf-c066-4806-8128-33f3fe5b1a2c Date: Thu, 04 Oct 2018 13:55:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d447a863-3800-48e0-872f-aefb2b047e85","tenant_id":"9f69ff65cf394d95b2c43796036c055d","created_at":"2018-10-04T13:54:58Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-04T13:54:58Z","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":"9f69ff65cf394d95b2c43796036c055d","id":"4be894a6-1ea3-4548-83c5-dffc302b9607","subnetpool_id":null,"name":"vping_userdata-subnet_054f2e3c-aad5-4b38-8b76-5c9f2132a741"}]} 2018-10-04 13:55:59,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-4b467fdf-c066-4806-8128-33f3fe5b1a2c 2018-10-04 13:55:59,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0582590103149s 2018-10-04 13:55:59,109 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-4b467fdf-c066-4806-8128-33f3fe5b1a2c 2018-10-04 13:55:59,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-04 13:55:59,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/4be894a6-1ea3-4548-83c5-dffc302b9607.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:56:01,378 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-61762290-43c2-4e44-8fa2-9826f64a3ddd Date: Thu, 04 Oct 2018 13:56:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:56:01,378 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/4be894a6-1ea3-4548-83c5-dffc302b9607.json used request id req-61762290-43c2-4e44-8fa2-9826f64a3ddd 2018-10-04 13:56:01,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.26695990562s 2018-10-04 13:56:01,378 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/4be894a6-1ea3-4548-83c5-dffc302b9607.json used request id req-61762290-43c2-4e44-8fa2-9826f64a3ddd 2018-10-04 13:56:01,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 13:56:01,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:56:01,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1201 X-Openstack-Request-Id: req-674d709c-20c1-42af-9ad6-36c662f93a73 Date: Thu, 04 Oct 2018 13:56:01 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T13:56:01Z","tenant_id":"9f69ff65cf394d95b2c43796036c055d","created_at":"2018-10-04T13:54:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"9f69ff65cf394d95b2c43796036c055d","id":"d447a863-3800-48e0-872f-aefb2b047e85","name":"vping_userdata-net_054f2e3c-aad5-4b38-8b76-5c9f2132a741"}]} 2018-10-04 13:56:01,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-674d709c-20c1-42af-9ad6-36c662f93a73 2018-10-04 13:56:01,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106291055679s 2018-10-04 13:56:01,486 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-674d709c-20c1-42af-9ad6-36c662f93a73 2018-10-04 13:56:01,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-04 13:56:01,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/d447a863-3800-48e0-872f-aefb2b047e85.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:56:02,648 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ca272cda-1032-4d4d-8f24-1d60cfe87ba0 Date: Thu, 04 Oct 2018 13:56:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:56:02,649 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d447a863-3800-48e0-872f-aefb2b047e85.json used request id req-ca272cda-1032-4d4d-8f24-1d60cfe87ba0 2018-10-04 13:56:02,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.16188502312s 2018-10-04 13:56:02,649 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d447a863-3800-48e0-872f-aefb2b047e85.json used request id req-ca272cda-1032-4d4d-8f24-1d60cfe87ba0 2018-10-04 13:56:02,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 13:56:02,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:56:02,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-1e3448c6-30b8-40de-98e7-dd8575e4c521 Date: Thu, 04 Oct 2018 13:56:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f/snap", "metadata": {}}], "file": "/v2/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f/file", "owner": "9f69ff65cf394d95b2c43796036c055d", "id": "b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "size": 12716032, "self": "/v2/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T13:55:08Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T13:55:06Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 13:56:02,843 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-1e3448c6-30b8-40de-98e7-dd8575e4c521 2018-10-04 13:56:02,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.193803071976s 2018-10-04 13:56:02,844 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-1e3448c6-30b8-40de-98e7-dd8575e4c521 2018-10-04 13:56:02,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 13:56:02,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0d465a31bfd4a1e86e285c92204cc74b773e7d00" 2018-10-04 13:56:04,613 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e4f79bff-a264-4b2e-a1fb-dfd364aa175a Date: Thu, 04 Oct 2018 13:56:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 13:56:04,613 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f used request id req-e4f79bff-a264-4b2e-a1fb-dfd364aa175a 2018-10-04 13:56:04,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.76780509949s 2018-10-04 13:56:04,614 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b179ac45-2a70-4ee2-bec5-2d5af17ec04f used request id req-e4f79bff-a264-4b2e-a1fb-dfd364aa175a 2018-10-04 13:56:04,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 13:56:04,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:56:04,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13: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-b60bf84b-7b2a-44ac-ba64-ffea644ff7b9 x-compute-request-id: req-b60bf84b-7b2a-44ac-ba64-ffea644ff7b9 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2ae70575-b81c-47e1-bed8-4d23cecc68c0", "name": "vping_userdata-flavor_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 13:56:04,647 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-b60bf84b-7b2a-44ac-ba64-ffea644ff7b9 2018-10-04 13:56:04,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0328888893127s 2018-10-04 13:56:04,648 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-b60bf84b-7b2a-44ac-ba64-ffea644ff7b9 2018-10-04 13:56:04,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 13:56:04,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:56:04,708 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 13: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 x-openstack-request-id: req-6f597c1a-52bb-438d-afbf-b76e02dc8e23 x-compute-request-id: req-6f597c1a-52bb-438d-afbf-b76e02dc8e23 Content-Length: 0 Content-Type: application/json 2018-10-04 13:56:04,708 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0 used request id req-6f597c1a-52bb-438d-afbf-b76e02dc8e23 2018-10-04 13:56:04,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0586721897125s 2018-10-04 13:56:04,708 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/2ae70575-b81c-47e1-bed8-4d23cecc68c0 used request id req-6f597c1a-52bb-438d-afbf-b76e02dc8e23 2018-10-04 13:56:04,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 13:56:04,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:56:04,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73e6ba66-5751-4e0a-a28a-c0e7ddbb7143 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_054f2e3c-aad5-4b38-8b76-5c9f2132a741", "links": {"self": "http://172.30.9.23:5000/v3/users/f1bdd6f0e4fb4df19c8f27d26fdf22b6"}, "domain_id": "default", "enabled": true, "id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "options": {}}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:56:04,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-73e6ba66-5751-4e0a-a28a-c0e7ddbb7143 2018-10-04 13:56:04,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100428104401s 2018-10-04 13:56:04,810 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-73e6ba66-5751-4e0a-a28a-c0e7ddbb7143 2018-10-04 13:56:04,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 13:56:04,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/f1bdd6f0e4fb4df19c8f27d26fdf22b6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:56:04,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7e01a7d-bf6f-4735-8b8b-43a85100783b Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/f1bdd6f0e4fb4df19c8f27d26fdf22b6"}, "enabled": true, "id": "f1bdd6f0e4fb4df19c8f27d26fdf22b6", "options": {}, "domain_id": "default", "name": "vping_userdata-user_054f2e3c-aad5-4b38-8b76-5c9f2132a741"}} 2018-10-04 13:56:04,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/f1bdd6f0e4fb4df19c8f27d26fdf22b6 used request id req-c7e01a7d-bf6f-4735-8b8b-43a85100783b 2018-10-04 13:56:04,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0898921489716s 2018-10-04 13:56:04,906 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/f1bdd6f0e4fb4df19c8f27d26fdf22b6 used request id req-c7e01a7d-bf6f-4735-8b8b-43a85100783b 2018-10-04 13:56:04,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-04 13:56:04,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/f1bdd6f0e4fb4df19c8f27d26fdf22b6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:56:05,173 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:56:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d523de5-083b-4318-b49d-a8f7cab5b8f2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:56:05,173 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/f1bdd6f0e4fb4df19c8f27d26fdf22b6 used request id req-8d523de5-083b-4318-b49d-a8f7cab5b8f2 2018-10-04 13:56:05,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.266378879547s 2018-10-04 13:56:05,174 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/f1bdd6f0e4fb4df19c8f27d26fdf22b6 used request id req-8d523de5-083b-4318-b49d-a8f7cab5b8f2 2018-10-04 13:56:05,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 13:56:05,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:56:05,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-915a0213-348f-487a-a494-90bbbf7bb88e Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.23:5000/v3/projects/9f69ff65cf394d95b2c43796036c055d"}, "enabled": true, "id": "9f69ff65cf394d95b2c43796036c055d", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_054f2e3c-aad5-4b38-8b76-5c9f2132a741"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 13:56:05,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-915a0213-348f-487a-a494-90bbbf7bb88e 2018-10-04 13:56:05,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0784120559692s 2018-10-04 13:56:05,253 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-915a0213-348f-487a-a494-90bbbf7bb88e 2018-10-04 13:56:05,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-04 13:56:05,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/9f69ff65cf394d95b2c43796036c055d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:56:05,515 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:56:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d733b098-7b5c-4ade-8b7e-4e5c47b87817 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:56:05,515 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/9f69ff65cf394d95b2c43796036c055d used request id req-d733b098-7b5c-4ade-8b7e-4e5c47b87817 2018-10-04 13:56:05,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.26014995575s 2018-10-04 13:56:05,516 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/9f69ff65cf394d95b2c43796036c055d used request id req-d733b098-7b5c-4ade-8b7e-4e5c47b87817 2018-10-04 13:56:05,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:56:05,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:56:05,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c7e7d37-1c45-49e2-a1dc-2cc4b262e00e Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "629fd393902b431eb550d2944559295f", "links": {"self": "http://172.30.9.23:5000/v3/roles/629fd393902b431eb550d2944559295f"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:56:05,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1c7e7d37-1c45-49e2-a1dc-2cc4b262e00e 2018-10-04 13:56:05,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0816791057587s 2018-10-04 13:56:05,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 13:56:05,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/629fd393902b431eb550d2944559295f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:56:05,700 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:56:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e28026ba-ab33-485c-9f74-67b7c42c7b1b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:56:05,700 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/629fd393902b431eb550d2944559295f used request id req-e28026ba-ab33-485c-9f74-67b7c42c7b1b 2018-10-04 13:56:05,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.100787878036s 2018-10-04 13:56:05,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 13:56:05,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=9f69ff65cf394d95b2c43796036c055d&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:56:05,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-5f2381fe-1db8-4f19-86ac-8374104eef5b Date: Thu, 04 Oct 2018 13:56:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "created_at": "2018-10-04T13:54:57Z", "updated_at": "2018-10-04T13:54:57Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:54:57Z", "revision_number": 0, "id": "3408c028-7ee7-4f37-a665-7ed0bf81ed6e", "remote_group_id": "d11b46b2-bc06-4d6c-b6bf-4ec0fb272e24", "remote_ip_prefix": null, "created_at": "2018-10-04T13:54:57Z", "security_group_id": "d11b46b2-bc06-4d6c-b6bf-4ec0fb272e24", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f69ff65cf394d95b2c43796036c055d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:54:57Z", "revision_number": 0, "id": "6d95b5ab-4beb-41c8-95bd-3340532944aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:54:57Z", "security_group_id": "d11b46b2-bc06-4d6c-b6bf-4ec0fb272e24", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f69ff65cf394d95b2c43796036c055d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:54:57Z", "revision_number": 0, "id": "804d5ff3-bfe7-474e-90eb-a52d9fb80378", "remote_group_id": "d11b46b2-bc06-4d6c-b6bf-4ec0fb272e24", "remote_ip_prefix": null, "created_at": "2018-10-04T13:54:57Z", "security_group_id": "d11b46b2-bc06-4d6c-b6bf-4ec0fb272e24", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f69ff65cf394d95b2c43796036c055d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:54:57Z", "revision_number": 0, "id": "ff2620fd-d434-4dc7-ba33-c53eb60886d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:54:57Z", "security_group_id": "d11b46b2-bc06-4d6c-b6bf-4ec0fb272e24", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f69ff65cf394d95b2c43796036c055d"}], "revision_number": 4, "project_id": "9f69ff65cf394d95b2c43796036c055d", "id": "d11b46b2-bc06-4d6c-b6bf-4ec0fb272e24", "name": "default"}]} 2018-10-04 13:56:05,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=9f69ff65cf394d95b2c43796036c055d&name=default used request id req-5f2381fe-1db8-4f19-86ac-8374104eef5b 2018-10-04 13:56:05,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.183460950851s 2018-10-04 13:56:05,888 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=9f69ff65cf394d95b2c43796036c055d&name=default used request id req-5f2381fe-1db8-4f19-86ac-8374104eef5b 2018-10-04 13:56:05,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 13:56:05,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:56:06,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-1111b2bf-822a-4649-a0e2-2fb3429f7fd7 Date: Thu, 04 Oct 2018 13:56:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "created_at": "2018-10-04T13:54:57Z", "updated_at": "2018-10-04T13:54:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:54:57Z", "revision_number": 0, "id": "6d95b5ab-4beb-41c8-95bd-3340532944aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:54:57Z", "security_group_id": "d11b46b2-bc06-4d6c-b6bf-4ec0fb272e24", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f69ff65cf394d95b2c43796036c055d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:54:57Z", "revision_number": 0, "id": "ff2620fd-d434-4dc7-ba33-c53eb60886d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:54:57Z", "security_group_id": "d11b46b2-bc06-4d6c-b6bf-4ec0fb272e24", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f69ff65cf394d95b2c43796036c055d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:54:57Z", "revision_number": 0, "id": "3408c028-7ee7-4f37-a665-7ed0bf81ed6e", "remote_group_id": "d11b46b2-bc06-4d6c-b6bf-4ec0fb272e24", "remote_ip_prefix": null, "created_at": "2018-10-04T13:54:57Z", "security_group_id": "d11b46b2-bc06-4d6c-b6bf-4ec0fb272e24", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f69ff65cf394d95b2c43796036c055d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:54:57Z", "revision_number": 0, "id": "804d5ff3-bfe7-474e-90eb-a52d9fb80378", "remote_group_id": "d11b46b2-bc06-4d6c-b6bf-4ec0fb272e24", "remote_ip_prefix": null, "created_at": "2018-10-04T13:54:57Z", "security_group_id": "d11b46b2-bc06-4d6c-b6bf-4ec0fb272e24", "tenant_id": "9f69ff65cf394d95b2c43796036c055d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f69ff65cf394d95b2c43796036c055d"}], "revision_number": 4, "project_id": "9f69ff65cf394d95b2c43796036c055d", "id": "d11b46b2-bc06-4d6c-b6bf-4ec0fb272e24", "name": "default"}]} 2018-10-04 13:56:06,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-1111b2bf-822a-4649-a0e2-2fb3429f7fd7 2018-10-04 13:56:06,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.201784133911s 2018-10-04 13:56:06,093 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-1111b2bf-822a-4649-a0e2-2fb3429f7fd7 2018-10-04 13:56:06,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-04 13:56:06,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/d11b46b2-bc06-4d6c-b6bf-4ec0fb272e24.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ce3cf3772956b306c73c0bc09519a3abcd5d41d9" 2018-10-04 13:56:06,414 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c9257429-6f00-47d6-a1f8-28e9ff37c74a Content-Length: 0 Date: Thu, 04 Oct 2018 13:56:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 13:56:06,414 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/d11b46b2-bc06-4d6c-b6bf-4ec0fb272e24.json used request id req-c9257429-6f00-47d6-a1f8-28e9ff37c74a 2018-10-04 13:56:06,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.31643986702s 2018-10-04 13:56:06,414 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/d11b46b2-bc06-4d6c-b6bf-4ec0fb272e24.json used request id req-c9257429-6f00-47d6-a1f8-28e9ff37c74a 2018-10-04 13:56:06,467 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-10-04 13:56:06,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 13:56:06,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 13:56:06,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 13:56:06,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 13:56:06,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 13:56:06,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 13:56:06,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 13:56:06,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 13:56:06,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 13:56:06,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 13:56:06,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 13:56:06,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 13:56:06,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 13:56:06,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 13:56:06,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 13:56:06,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 13:56:06,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 13:56:06,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 13:56:06,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 13:56:06,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 13:56:06,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 13:56:06,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 13:56:06,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 13:56:06,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 13:56:06,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:56:06,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2c676de-9ee6-4b04-8001-bc601612c67a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:56:06,572 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c2c676de-9ee6-4b04-8001-bc601612c67a 2018-10-04 13:56:06,573 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:56:06,946 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}], "expires_at": "2018-10-04T14:56:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ecbf2b9cbec04c3e8332c7164aa04ab3"}, "audit_ids": ["so-a4q3tQTygs3lYrrAa0A"], "issued_at": "2018-10-04T13:56:06.000000Z"}} 2018-10-04 13:56:06,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 13:56:06,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 13:56:07,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-3edb50f6-308a-4340-9d46-6ea695fe7e25 Date: Thu, 04 Oct 2018 13:56:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 13:56:07,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3edb50f6-308a-4340-9d46-6ea695fe7e25 2018-10-04 13:56:07,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.233839035034s 2018-10-04 13:56:07,184 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3edb50f6-308a-4340-9d46-6ea695fe7e25 2018-10-04 13:56:07,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 13:56:07,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 13:56:07,192 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:56:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:56:07,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 13:56:07,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddf834c5-3e2b-4a2e-ba6c-9070d0ec1e3d Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/356d297e741f42d0b9d8bc9b13448e43"}, "description": "", "name": "heat_stack", "enabled": true, "id": "356d297e741f42d0b9d8bc9b13448e43"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 13:56:07,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-ddf834c5-3e2b-4a2e-ba6c-9070d0ec1e3d 2018-10-04 13:56:07,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0833539962769s 2018-10-04 13:56:07,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-04 13:56:07,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" -d '{"project": {"description": "Created by OPNFV Functest: tempest_smoke_serial", "enabled": true, "domain_id": "default", "name": "tempest_smoke_seri-project_00fc33a0-5c69-4db9-a503-000eb3ba3bec"}}' 2018-10-04 13:56:07,393 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:56:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-235486e0-85a1-43df-8905-1b28f1640565 Content-Length: 372 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5208542a5a742a5b4e87a8bd453663b"}, "enabled": true, "id": "c5208542a5a742a5b4e87a8bd453663b", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_00fc33a0-5c69-4db9-a503-000eb3ba3bec"}} 2018-10-04 13:56:07,393 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-235486e0-85a1-43df-8905-1b28f1640565 2018-10-04 13:56:07,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.123929977417s 2018-10-04 13:56:07,394 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-235486e0-85a1-43df-8905-1b28f1640565 2018-10-04 13:56:07,394 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_00fc33a0-5c69-4db9-a503-000eb3ba3bec', 'id': u'c5208542a5a742a5b4e87a8bd453663b', 'description': u'Created by OPNFV Functest: tempest_smoke_serial', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-04 13:56:07,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-04 13:56:07,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.34764790535s 2018-10-04 13:56:07,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/b531891c2940456da2c02eb697d059d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 13:56:07,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebca4cfe-5ae6-44fa-97eb-b79783ec946b Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/b531891c2940456da2c02eb697d059d7"}, "enabled": true, "id": "b531891c2940456da2c02eb697d059d7", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_00fc33a0-5c69-4db9-a503-000eb3ba3bec"}} 2018-10-04 13:56:07,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/b531891c2940456da2c02eb697d059d7 used request id req-ebca4cfe-5ae6-44fa-97eb-b79783ec946b 2018-10-04 13:56:07,837 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b531891c2940456da2c02eb697d059d7', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_00fc33a0-5c69-4db9-a503-000eb3ba3bec'}) 2018-10-04 13:56:07,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:56:07,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 13:56:07,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a2c7f70-9787-4972-98ed-75716ccf60c8 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:56:07,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1a2c7f70-9787-4972-98ed-75716ccf60c8 2018-10-04 13:56:07,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0805878639221s 2018-10-04 13:56:07,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:56:07,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 13:56:07,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-830858e4-286e-40e3-9e31-32f3ce5a1094 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:56:07,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-830858e4-286e-40e3-9e31-32f3ce5a1094 2018-10-04 13:56:07,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0776209831238s 2018-10-04 13:56:07,998 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 13:56:07,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 13:56:07,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" -d '{"role": {"name": "Member"}}' 2018-10-04 13:56:08,090 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 13:56:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27f753d3-eb2b-42f2-8f37-1fc43bc63df9 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1d351186cd464480ae53dd5b757a72e1", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d351186cd464480ae53dd5b757a72e1"}, "name": "Member"}} 2018-10-04 13:56:08,090 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-27f753d3-eb2b-42f2-8f37-1fc43bc63df9 2018-10-04 13:56:08,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.092316865921s 2018-10-04 13:56:08,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/1d351186cd464480ae53dd5b757a72e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 13:56:08,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26623179-f325-4b80-bf08-5c77d0e470ee Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/1d351186cd464480ae53dd5b757a72e1"}, "domain_id": null, "name": "Member", "id": "1d351186cd464480ae53dd5b757a72e1"}} 2018-10-04 13:56:08,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/1d351186cd464480ae53dd5b757a72e1 used request id req-26623179-f325-4b80-bf08-5c77d0e470ee 2018-10-04 13:56:08,173 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/1d351186cd464480ae53dd5b757a72e1'}, 'domain_id': None, 'human_id': None, 'id': u'1d351186cd464480ae53dd5b757a72e1', 'HUMAN_ID': False}) 2018-10-04 13:56:08,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:56:08,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 13:56:08,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f73ea54-baf3-4a4e-ac60-d0345b8082a6 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d351186cd464480ae53dd5b757a72e1", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d351186cd464480ae53dd5b757a72e1"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:56:08,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-2f73ea54-baf3-4a4e-ac60-d0345b8082a6 2018-10-04 13:56:08,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0828230381012s 2018-10-04 13:56:08,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 13:56:08,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 13:56:08,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-699a9a16-4ae6-47da-9439-7befa39b8b3f Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 13:56:08,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-699a9a16-4ae6-47da-9439-7befa39b8b3f 2018-10-04 13:56:08,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0724740028381s 2018-10-04 13:56:08,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 13:56:08,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 13:56:08,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1b7f821-1034-40f4-9d11-c8d2fcca78f8 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "links": {"self": "http://172.30.9.23:5000/v3/users/b531891c2940456da2c02eb697d059d7"}, "domain_id": "default", "enabled": true, "id": "b531891c2940456da2c02eb697d059d7", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:56:08,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e1b7f821-1034-40f4-9d11-c8d2fcca78f8 2018-10-04 13:56:08,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0965130329132s 2018-10-04 13:56:08,428 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e1b7f821-1034-40f4-9d11-c8d2fcca78f8 2018-10-04 13:56:08,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 13:56:08,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 13:56:08,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-334b6c92-f589-4e92-a4e5-91949360a9da Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5208542a5a742a5b4e87a8bd453663b"}, "enabled": true, "id": "c5208542a5a742a5b4e87a8bd453663b", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_00fc33a0-5c69-4db9-a503-000eb3ba3bec"}]} 2018-10-04 13:56:08,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-334b6c92-f589-4e92-a4e5-91949360a9da 2018-10-04 13:56:08,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0784459114075s 2018-10-04 13:56:08,513 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-334b6c92-f589-4e92-a4e5-91949360a9da 2018-10-04 13:56:08,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 13:56:08,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=b531891c2940456da2c02eb697d059d7&scope.project.id=c5208542a5a742a5b4e87a8bd453663b&role.id=1d351186cd464480ae53dd5b757a72e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 13:56:08,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-891c5304-4d92-43f4-aae5-b376aef4ca29 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=b531891c2940456da2c02eb697d059d7&scope.project.id=c5208542a5a742a5b4e87a8bd453663b&role.id=1d351186cd464480ae53dd5b757a72e1", "previous": null, "next": null}} 2018-10-04 13:56:08,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=b531891c2940456da2c02eb697d059d7&scope.project.id=c5208542a5a742a5b4e87a8bd453663b&role.id=1d351186cd464480ae53dd5b757a72e1 used request id req-891c5304-4d92-43f4-aae5-b376aef4ca29 2018-10-04 13:56:08,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0740561485291s 2018-10-04 13:56:08,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 13:56:08,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/c5208542a5a742a5b4e87a8bd453663b/users/b531891c2940456da2c02eb697d059d7/roles/1d351186cd464480ae53dd5b757a72e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 13:56:08,709 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:56:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51f38f0c-e07c-41c2-af00-c738a31642e8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:56:08,709 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/c5208542a5a742a5b4e87a8bd453663b/users/b531891c2940456da2c02eb697d059d7/roles/1d351186cd464480ae53dd5b757a72e1 used request id req-51f38f0c-e07c-41c2-af00-c738a31642e8 2018-10-04 13:56:08,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.119189023972s 2018-10-04 13:56:08,710 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_00fc33a0-5c69-4db9-a503-000eb3ba3bec', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '1cc5c57c-bf81-4c70-a335-89c7b209684e', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'tempest_smoke_serial-user_00fc33a0-5c69-4db9-a503-000eb3ba3bec', 'project_id': u'c5208542a5a742a5b4e87a8bd453663b', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 13:56:08,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 13:56:08,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 13:56:08,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 13:56:08,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 13:56:08,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 13:56:08,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 13:56:08,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 13:56:08,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 13:56:08,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 13:56:08,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 13:56:08,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 13:56:08,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 13:56:08,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 13:56:08,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 13:56:08,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 13:56:08,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 13:56:08,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 13:56:08,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 13:56:08,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 13:56:08,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 13:56:08,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 13:56:08,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 13:56:08,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 13:56:08,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 13:56:08,714 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_00fc33a0-5c69-4db9-a503-000eb3ba3bec', 'password': '1cc5c57c-bf81-4c70-a335-89c7b209684e', 'project_name': 'tempest_smoke_seri-project_00fc33a0-5c69-4db9-a503-000eb3ba3bec', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': 'c5208542a5a742a5b4e87a8bd453663b', 'project_domain_name': 'Default'} 2018-10-04 13:56:08,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:56:08,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 13:56:08,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b01b23ec-12c4-494c-8602-3d806fa9a148 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d351186cd464480ae53dd5b757a72e1", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d351186cd464480ae53dd5b757a72e1"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:56:08,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b01b23ec-12c4-494c-8602-3d806fa9a148 2018-10-04 13:56:08,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.075434923172s 2018-10-04 13:56:08,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:56:08,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 13:56:08,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7bb3b34-e517-46fd-8856-48463c57dacf Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d351186cd464480ae53dd5b757a72e1", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d351186cd464480ae53dd5b757a72e1"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:56:08,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e7bb3b34-e517-46fd-8856-48463c57dacf 2018-10-04 13:56:08,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0723760128021s 2018-10-04 13:56:08,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 13:56:08,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 13:56:08,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84ade137-952a-4baf-bdad-f29365344b36 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 13:56:08,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-84ade137-952a-4baf-bdad-f29365344b36 2018-10-04 13:56:08,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0809700489044s 2018-10-04 13:56:08,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 13:56:08,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 13:56:09,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a09d7dec-f5ea-4871-977f-b02971b715c7 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "links": {"self": "http://172.30.9.23:5000/v3/users/b531891c2940456da2c02eb697d059d7"}, "domain_id": "default", "enabled": true, "id": "b531891c2940456da2c02eb697d059d7", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:56:09,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-a09d7dec-f5ea-4871-977f-b02971b715c7 2018-10-04 13:56:09,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.099100112915s 2018-10-04 13:56:09,046 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-a09d7dec-f5ea-4871-977f-b02971b715c7 2018-10-04 13:56:09,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 13:56:09,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 13:56:09,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d81bc3ad-03cc-4fbc-9585-aa71a8ca8924 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5208542a5a742a5b4e87a8bd453663b"}, "enabled": true, "id": "c5208542a5a742a5b4e87a8bd453663b", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_00fc33a0-5c69-4db9-a503-000eb3ba3bec"}]} 2018-10-04 13:56:09,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-d81bc3ad-03cc-4fbc-9585-aa71a8ca8924 2018-10-04 13:56:09,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0759170055389s 2018-10-04 13:56:09,128 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-d81bc3ad-03cc-4fbc-9585-aa71a8ca8924 2018-10-04 13:56:09,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 13:56:09,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=b531891c2940456da2c02eb697d059d7&scope.project.id=c5208542a5a742a5b4e87a8bd453663b&role.id=649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 13:56:09,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f48ad1b5-a874-49ae-b69b-690807d4213b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=b531891c2940456da2c02eb697d059d7&scope.project.id=c5208542a5a742a5b4e87a8bd453663b&role.id=649d50d4e38f4048899913e0d7e41071", "previous": null, "next": null}} 2018-10-04 13:56:09,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=b531891c2940456da2c02eb697d059d7&scope.project.id=c5208542a5a742a5b4e87a8bd453663b&role.id=649d50d4e38f4048899913e0d7e41071 used request id req-f48ad1b5-a874-49ae-b69b-690807d4213b 2018-10-04 13:56:09,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0801448822021s 2018-10-04 13:56:09,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 13:56:09,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/c5208542a5a742a5b4e87a8bd453663b/users/b531891c2940456da2c02eb697d059d7/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 13:56:09,332 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:56:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0cc97884-a3e7-4af8-8ba6-7176bee14c99 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:56:09,333 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/c5208542a5a742a5b4e87a8bd453663b/users/b531891c2940456da2c02eb697d059d7/roles/649d50d4e38f4048899913e0d7e41071 used request id req-0cc97884-a3e7-4af8-8ba6-7176bee14c99 2018-10-04 13:56:09,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121524095535s 2018-10-04 13:56:09,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:56:09,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 13:56:09,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34875865-0e77-4bbd-b01a-a53fadb6ab37 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d351186cd464480ae53dd5b757a72e1", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d351186cd464480ae53dd5b757a72e1"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:56:09,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-34875865-0e77-4bbd-b01a-a53fadb6ab37 2018-10-04 13:56:09,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0795249938965s 2018-10-04 13:56:09,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 13:56:09,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 13:56:09,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4f58fbc-2318-4f22-ab4a-948d369e8787 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 13:56:09,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-c4f58fbc-2318-4f22-ab4a-948d369e8787 2018-10-04 13:56:09,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0816459655762s 2018-10-04 13:56:09,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 13:56:09,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 13:56:09,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3a35a47-7e4f-4058-9a01-fba6588b48e0 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "links": {"self": "http://172.30.9.23:5000/v3/users/b531891c2940456da2c02eb697d059d7"}, "domain_id": "default", "enabled": true, "id": "b531891c2940456da2c02eb697d059d7", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 13:56:09,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e3a35a47-7e4f-4058-9a01-fba6588b48e0 2018-10-04 13:56:09,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0980288982391s 2018-10-04 13:56:09,595 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e3a35a47-7e4f-4058-9a01-fba6588b48e0 2018-10-04 13:56:09,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 13:56:09,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=b531891c2940456da2c02eb697d059d7&role.id=649d50d4e38f4048899913e0d7e41071&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 13:56:09,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41ab0de3-b47d-4313-a4c3-473f3b5e0b55 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=b531891c2940456da2c02eb697d059d7&role.id=649d50d4e38f4048899913e0d7e41071&scope.domain.id=default", "previous": null, "next": null}} 2018-10-04 13:56:09,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=b531891c2940456da2c02eb697d059d7&role.id=649d50d4e38f4048899913e0d7e41071&scope.domain.id=default used request id req-41ab0de3-b47d-4313-a4c3-473f3b5e0b55 2018-10-04 13:56:09,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0747261047363s 2018-10-04 13:56:09,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 13:56:09,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/domains/default/users/b531891c2940456da2c02eb697d059d7/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 13:56:10,142 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 13:56:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1dd96b2a-3551-433b-b9ea-b1dfd4234fc1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 13:56:10,143 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/domains/default/users/b531891c2940456da2c02eb697d059d7/roles/649d50d4e38f4048899913e0d7e41071 used request id req-1dd96b2a-3551-433b-b9ea-b1dfd4234fc1 2018-10-04 13:56:10,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.466192960739s 2018-10-04 13:56:10,143 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-04 13:56:17,974 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-04 13:56:17.714 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e2611fa7-89a1-4762-8519-8167dbc20d8d) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e2611fa7-89a1-4762-8519-8167dbc20d8d | 2018-10-04T13:56:17 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e2611fa7-89a1-4762-8519-8167dbc20d8d ~/.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-10-04 13:56:21,258 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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 | +-------------+-------------------+-----------+ 2018-10-04 13:56:21,259 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-04 13:56:28,577 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-04 13:56:25.490 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-04 13:56:25.644 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-04 13:56:28.386 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=327bf50e-c71c-4860-90c2-92f47eaf61a3) has been successfully created! Using verifier 'opnfv-tempest' (UUID=327bf50e-c71c-4860-90c2-92f47eaf61a3) as the default verifier for the future CLI operations. 2018-10-04 13:56:31,579 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-10-04 13:56:31,579 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 13:56:31,683 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-04 13:56:31,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 13:56:31,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d361bad-e703-4365-a035-19cfc469d515 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 13:56:31,692 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5d361bad-e703-4365-a035-19cfc469d515 2018-10-04 13:56:31,693 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 13:56:32,077 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "1d351186cd464480ae53dd5b757a72e1", "name": "Member"}], "expires_at": "2018-10-04T14:56:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c5208542a5a742a5b4e87a8bd453663b", "name": "tempest_smoke_seri-project_00fc33a0-5c69-4db9-a503-000eb3ba3bec"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/c5208542a5a742a5b4e87a8bd453663b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/c5208542a5a742a5b4e87a8bd453663b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/c5208542a5a742a5b4e87a8bd453663b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c5208542a5a742a5b4e87a8bd453663b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/c5208542a5a742a5b4e87a8bd453663b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/c5208542a5a742a5b4e87a8bd453663b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/c5208542a5a742a5b4e87a8bd453663b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/c5208542a5a742a5b4e87a8bd453663b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/c5208542a5a742a5b4e87a8bd453663b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c5208542a5a742a5b4e87a8bd453663b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/c5208542a5a742a5b4e87a8bd453663b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/c5208542a5a742a5b4e87a8bd453663b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_smoke_serial-user_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "id": "b531891c2940456da2c02eb697d059d7"}, "audit_ids": ["ae7HL7sYSyy7TuQf9gja6w"], "issued_at": "2018-10-04T13:56:32.000000Z"}} 2018-10-04 13:56:32,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d019d463b7e4e97b884134d357049d29221262" 2018-10-04 13:56:32,087 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 04 Oct 2018 13:56:32 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-10-04 13:56:32,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 13:56:32,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}47d019d463b7e4e97b884134d357049d29221262" 2018-10-04 13:56:32,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-99c67be4-59f5-4394-ad2c-ce73d1e38cac Date: Thu, 04 Oct 2018 13:56:32 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 13:56:32,265 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-99c67be4-59f5-4394-ad2c-ce73d1e38cac 2018-10-04 13:56:32,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173933982849s 2018-10-04 13:56:32,265 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-99c67be4-59f5-4394-ad2c-ce73d1e38cac 2018-10-04 13:56:32,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 13:56:32,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}47d019d463b7e4e97b884134d357049d29221262" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_00fc33a0-5c69-4db9-a503-000eb3ba3bec"}' 2018-10-04 13:56:32,513 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/6ace876d-2f2d-4877-9f94-883dce84db7d X-Openstack-Request-Id: req-d61c549f-fe31-4439-8b91-e2b65c415018 Date: Thu, 04 Oct 2018 13:56:32 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/6ace876d-2f2d-4877-9f94-883dce84db7d/file", "owner": "c5208542a5a742a5b4e87a8bd453663b", "id": "6ace876d-2f2d-4877-9f94-883dce84db7d", "size": null, "self": "/v2/images/6ace876d-2f2d-4877-9f94-883dce84db7d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T13:56:32Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "checksum": null, "created_at": "2018-10-04T13:56:32Z", "protected": false} 2018-10-04 13:56:32,513 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-d61c549f-fe31-4439-8b91-e2b65c415018 2018-10-04 13:56:32,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.246242046356s 2018-10-04 13:56:32,514 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-d61c549f-fe31-4439-8b91-e2b65c415018 returning object 6ace876d-2f2d-4877-9f94-883dce84db7d 2018-10-04 13:56:32,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 13:56:32,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/6ace876d-2f2d-4877-9f94-883dce84db7d/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}47d019d463b7e4e97b884134d357049d29221262" -d '' 2018-10-04 13:56:34,853 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2e979c73-42f9-4abf-8607-f909059975c8 Date: Thu, 04 Oct 2018 13:56:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 13:56:34,853 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/6ace876d-2f2d-4877-9f94-883dce84db7d/file used request id req-2e979c73-42f9-4abf-8607-f909059975c8 2018-10-04 13:56:34,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.33840107918s 2018-10-04 13:56:34,854 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/6ace876d-2f2d-4877-9f94-883dce84db7d/file used request id req-2e979c73-42f9-4abf-8607-f909059975c8 2018-10-04 13:56:34,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 13:56:34,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}47d019d463b7e4e97b884134d357049d29221262" 2018-10-04 13:56:35,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-390e5b02-5b76-4f53-865f-24f7aa8c6840 Date: Thu, 04 Oct 2018 13:56:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/6ace876d-2f2d-4877-9f94-883dce84db7d/snap", "metadata": {}}], "file": "/v2/images/6ace876d-2f2d-4877-9f94-883dce84db7d/file", "owner": "c5208542a5a742a5b4e87a8bd453663b", "id": "6ace876d-2f2d-4877-9f94-883dce84db7d", "size": 12716032, "self": "/v2/images/6ace876d-2f2d-4877-9f94-883dce84db7d", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/6ace876d-2f2d-4877-9f94-883dce84db7d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T13:56:34Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T13:56:32Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 13:56:35,039 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-390e5b02-5b76-4f53-865f-24f7aa8c6840 2018-10-04 13:56:35,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.184509038925s 2018-10-04 13:56:35,039 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-390e5b02-5b76-4f53-865f-24f7aa8c6840 2018-10-04 13:56:35,041 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/6ace876d-2f2d-4877-9f94-883dce84db7d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6ace876d-2f2d-4877-9f94-883dce84db7d/file', 'owner': u'c5208542a5a742a5b4e87a8bd453663b', 'id': u'6ace876d-2f2d-4877-9f94-883dce84db7d', 'size': 12716032, u'self': u'/v2/images/6ace876d-2f2d-4877-9f94-883dce84db7d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c5208542a5a742a5b4e87a8bd453663b', 'name': 'tempest_smoke_seri-project_00fc33a0-5c69-4db9-a503-000eb3ba3bec', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/6ace876d-2f2d-4877-9f94-883dce84db7d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T13:56:34Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T13:56:34Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_00fc33a0-5c69-4db9-a503-000eb3ba3bec', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/6ace876d-2f2d-4877-9f94-883dce84db7d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_00fc33a0-5c69-4db9-a503-000eb3ba3bec', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_00fc33a0-5c69-4db9-a503-000eb3ba3bec', 'created': u'2018-10-04T13:56:32Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T13:56:32Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/6ace876d-2f2d-4877-9f94-883dce84db7d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_00fc33a0-5c69-4db9-a503-000eb3ba3bec', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 13:56:35,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 13:56:35,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke_serial-flavor_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-04 13:56:35,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d72072e7-331c-46c9-ab7c-ec499f1d791e x-compute-request-id: req-d72072e7-331c-46c9-ab7c-ec499f1d791e Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/4263ca32-aa9a-4ef7-93b4-aa097d32e454", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/4263ca32-aa9a-4ef7-93b4-aa097d32e454", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4263ca32-aa9a-4ef7-93b4-aa097d32e454", "name": "tempest_smoke_serial-flavor_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 13:56:35,365 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d72072e7-331c-46c9-ab7c-ec499f1d791e 2018-10-04 13:56:35,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.322915077209s 2018-10-04 13:56:35,366 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d72072e7-331c-46c9-ab7c-ec499f1d791e returning object 4263ca32-aa9a-4ef7-93b4-aa097d32e454 2018-10-04 13:56:35,367 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_00fc33a0-5c69-4db9-a503-000eb3ba3bec', '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'ba8ec7ddbe634bf4b6238a0de4b4bf1a', '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'4263ca32-aa9a-4ef7-93b4-aa097d32e454', 'swap': 0}) 2018-10-04 13:56:35,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 13:56:35,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/4263ca32-aa9a-4ef7-93b4-aa097d32e454/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" -d '{"extra_specs": {}}' 2018-10-04 13:56:35,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4f94decf-ab38-48fb-a5bd-5321e3653dad x-compute-request-id: req-4f94decf-ab38-48fb-a5bd-5321e3653dad Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 13:56:35,388 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/4263ca32-aa9a-4ef7-93b4-aa097d32e454/os-extra_specs used request id req-4f94decf-ab38-48fb-a5bd-5321e3653dad 2018-10-04 13:56:35,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0211229324341s 2018-10-04 13:56:35,389 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/4263ca32-aa9a-4ef7-93b4-aa097d32e454/os-extra_specs used request id req-4f94decf-ab38-48fb-a5bd-5321e3653dad 2018-10-04 13:56:35,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 13:56:35,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d019d463b7e4e97b884134d357049d29221262" 2018-10-04 13:56:35,400 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 13:56:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 13:56:35,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d019d463b7e4e97b884134d357049d29221262" 2018-10-04 13:56:35,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f1b4559-674f-4027-baea-14a7b2798f00 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d351186cd464480ae53dd5b757a72e1", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d351186cd464480ae53dd5b757a72e1"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 13:56:35,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5f1b4559-674f-4027-baea-14a7b2798f00 2018-10-04 13:56:35,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0996141433716s 2018-10-04 13:56:35,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-04 13:56:35,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}47d019d463b7e4e97b884134d357049d29221262" 2018-10-04 13:56:35,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c8153a4-5701-414e-8fd7-aa70c6ac0f69 x-compute-request-id: req-1c8153a4-5701-414e-8fd7-aa70c6ac0f69 Content-Encoding: gzip Content-Length: 722 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 192}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-04 13:56:35,686 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-1c8153a4-5701-414e-8fd7-aa70c6ac0f69 2018-10-04 13:56:35,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.192169904709s 2018-10-04 13:56:35,687 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-1c8153a4-5701-414e-8fd7-aa70c6ac0f69 2018-10-04 13:56:35,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 13:56:35,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}47d019d463b7e4e97b884134d357049d29221262" 2018-10-04 13:56:35,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-99f1d08c-6802-4788-a5b5-6f015f3168d0 Date: Thu, 04 Oct 2018 13:56:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/6ace876d-2f2d-4877-9f94-883dce84db7d/snap", "metadata": {}}], "file": "/v2/images/6ace876d-2f2d-4877-9f94-883dce84db7d/file", "owner": "c5208542a5a742a5b4e87a8bd453663b", "id": "6ace876d-2f2d-4877-9f94-883dce84db7d", "size": 12716032, "self": "/v2/images/6ace876d-2f2d-4877-9f94-883dce84db7d", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/6ace876d-2f2d-4877-9f94-883dce84db7d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T13:56:34Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T13:56:32Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 13:56:35,866 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-99f1d08c-6802-4788-a5b5-6f015f3168d0 2018-10-04 13:56:35,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.178062915802s 2018-10-04 13:56:35,866 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-99f1d08c-6802-4788-a5b5-6f015f3168d0 2018-10-04 13:56:35,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 13:56:35,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}47d019d463b7e4e97b884134d357049d29221262" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_alt_00fc33a0-5c69-4db9-a503-000eb3ba3bec"}' 2018-10-04 13:56:35,943 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/76319d49-8139-4887-a62f-c7d06f755982 X-Openstack-Request-Id: req-f24e4812-b5db-4e1c-aa18-6fb0dacd941e Date: Thu, 04 Oct 2018 13:56:35 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/76319d49-8139-4887-a62f-c7d06f755982/file", "owner": "c5208542a5a742a5b4e87a8bd453663b", "id": "76319d49-8139-4887-a62f-c7d06f755982", "size": null, "self": "/v2/images/76319d49-8139-4887-a62f-c7d06f755982", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T13:56:35Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "checksum": null, "created_at": "2018-10-04T13:56:35Z", "protected": false} 2018-10-04 13:56:35,944 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-f24e4812-b5db-4e1c-aa18-6fb0dacd941e 2018-10-04 13:56:35,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0748059749603s 2018-10-04 13:56:35,944 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-f24e4812-b5db-4e1c-aa18-6fb0dacd941e returning object 76319d49-8139-4887-a62f-c7d06f755982 2018-10-04 13:56:35,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 13:56:35,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/76319d49-8139-4887-a62f-c7d06f755982/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}47d019d463b7e4e97b884134d357049d29221262" -d '' 2018-10-04 13:56:36,846 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fdb2e899-14c8-44ef-bc2b-0993561a857e Date: Thu, 04 Oct 2018 13:56:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 13:56:36,846 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/76319d49-8139-4887-a62f-c7d06f755982/file used request id req-fdb2e899-14c8-44ef-bc2b-0993561a857e 2018-10-04 13:56:36,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.901059150696s 2018-10-04 13:56:36,847 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/76319d49-8139-4887-a62f-c7d06f755982/file used request id req-fdb2e899-14c8-44ef-bc2b-0993561a857e 2018-10-04 13:56:36,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 13:56:36,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}47d019d463b7e4e97b884134d357049d29221262" 2018-10-04 13:56:36,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-b3ee2f57-1606-4a69-8881-9504fe321917 Date: Thu, 04 Oct 2018 13:56:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/76319d49-8139-4887-a62f-c7d06f755982/snap", "metadata": {}}], "file": "/v2/images/76319d49-8139-4887-a62f-c7d06f755982/file", "owner": "c5208542a5a742a5b4e87a8bd453663b", "id": "76319d49-8139-4887-a62f-c7d06f755982", "size": 12716032, "self": "/v2/images/76319d49-8139-4887-a62f-c7d06f755982", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/76319d49-8139-4887-a62f-c7d06f755982/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T13:56:36Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T13:56:35Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/6ace876d-2f2d-4877-9f94-883dce84db7d/snap", "metadata": {}}], "file": "/v2/images/6ace876d-2f2d-4877-9f94-883dce84db7d/file", "owner": "c5208542a5a742a5b4e87a8bd453663b", "id": "6ace876d-2f2d-4877-9f94-883dce84db7d", "size": 12716032, "self": "/v2/images/6ace876d-2f2d-4877-9f94-883dce84db7d", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/6ace876d-2f2d-4877-9f94-883dce84db7d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T13:56:34Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T13:56:32Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 13:56:36,873 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b3ee2f57-1606-4a69-8881-9504fe321917 2018-10-04 13:56:36,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0261290073395s 2018-10-04 13:56:36,874 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b3ee2f57-1606-4a69-8881-9504fe321917 2018-10-04 13:56:36,876 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/76319d49-8139-4887-a62f-c7d06f755982/snap', u'metadata': Munch({})})], 'file': u'/v2/images/76319d49-8139-4887-a62f-c7d06f755982/file', 'owner': u'c5208542a5a742a5b4e87a8bd453663b', 'id': u'76319d49-8139-4887-a62f-c7d06f755982', 'size': 12716032, u'self': u'/v2/images/76319d49-8139-4887-a62f-c7d06f755982', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c5208542a5a742a5b4e87a8bd453663b', 'name': 'tempest_smoke_seri-project_00fc33a0-5c69-4db9-a503-000eb3ba3bec', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/76319d49-8139-4887-a62f-c7d06f755982/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T13:56:36Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T13:56:36Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_00fc33a0-5c69-4db9-a503-000eb3ba3bec', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/76319d49-8139-4887-a62f-c7d06f755982', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_00fc33a0-5c69-4db9-a503-000eb3ba3bec', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_00fc33a0-5c69-4db9-a503-000eb3ba3bec', 'created': u'2018-10-04T13:56:35Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T13:56:35Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/76319d49-8139-4887-a62f-c7d06f755982', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_00fc33a0-5c69-4db9-a503-000eb3ba3bec', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 13:56:36,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 13:56:36,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke_serial-flavor_alt_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-04 13:56:36,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13: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-11400991-f714-42e0-a31d-d91e460c7da4 x-compute-request-id: req-11400991-f714-42e0-a31d-d91e460c7da4 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/3ef54f52-8362-4cca-adf8-c2991dd6d1ec", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/3ef54f52-8362-4cca-adf8-c2991dd6d1ec", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3ef54f52-8362-4cca-adf8-c2991dd6d1ec", "name": "tempest_smoke_serial-flavor_alt_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 13:56:36,958 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-11400991-f714-42e0-a31d-d91e460c7da4 2018-10-04 13:56:36,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0805630683899s 2018-10-04 13:56:36,958 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-11400991-f714-42e0-a31d-d91e460c7da4 returning object 3ef54f52-8362-4cca-adf8-c2991dd6d1ec 2018-10-04 13:56:36,959 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_00fc33a0-5c69-4db9-a503-000eb3ba3bec', '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'ba8ec7ddbe634bf4b6238a0de4b4bf1a', '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'3ef54f52-8362-4cca-adf8-c2991dd6d1ec', 'swap': 0}) 2018-10-04 13:56:36,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 13:56:36,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/3ef54f52-8362-4cca-adf8-c2991dd6d1ec/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" -d '{"extra_specs": {}}' 2018-10-04 13:56:36,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 13:56:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e76acc5d-2fde-45d1-a07e-1ccae85d0cb6 x-compute-request-id: req-e76acc5d-2fde-45d1-a07e-1ccae85d0cb6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 13:56:36,981 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/3ef54f52-8362-4cca-adf8-c2991dd6d1ec/os-extra_specs used request id req-e76acc5d-2fde-45d1-a07e-1ccae85d0cb6 2018-10-04 13:56:36,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0216100215912s 2018-10-04 13:56:36,982 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/3ef54f52-8362-4cca-adf8-c2991dd6d1ec/os-extra_specs used request id req-e76acc5d-2fde-45d1-a07e-1ccae85d0cb6 2018-10-04 13:56:36,982 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_00fc33a0-5c69-4db9-a503-000eb3ba3bec', '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'ba8ec7ddbe634bf4b6238a0de4b4bf1a', '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'3ef54f52-8362-4cca-adf8-c2991dd6d1ec', 'swap': 0}) 2018-10-04 13:56:40,270 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-04 13:56:39.112 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=327bf50e-c71c-4860-90c2-92f47eaf61a3) for deployment 'opnfv-rally' (UUID=e2611fa7-89a1-4762-8519-8167dbc20d8d). 2018-10-04 13:56:40.105 42 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-04 13:56:40.108 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=327bf50e-c71c-4860-90c2-92f47eaf61a3) has been successfully configured for deployment 'opnfv-rally' (UUID=e2611fa7-89a1-4762-8519-8167dbc20d8d)! 2018-10-04 13:56:40,270 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-04 13:56:40,271 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-04 13:56:40,273 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-04 13:56:40,289 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-04 13:56:45,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-327bf50e-c71c-4860-90c2-92f47eaf61a3/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-10-04 13:56:45,343 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-04 13:56:45,369 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-04 13:56:45,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt', u'--concurrency=1']'. 2018-10-04 13:56:47,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 13:56:47.566 51 INFO rally.api [-] Starting verification (UUID=16543093-d39d-45ff-94af-f53b4891656f) for deployment 'opnfv-rally' (UUID=e2611fa7-89a1-4762-8519-8167dbc20d8d) by verifier 'opnfv-tempest' (UUID=327bf50e-c71c-4860-90c2-92f47eaf61a3). 2018-10-04 13:56:47,568 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 16543093-d39d-45ff-94af-f53b4891656f 2018-10-04 13:56:53,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 13:56:53.601 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.169s] 2018-10-04 13:56:53,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 13:56:53.655 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.054s] 2018-10-04 13:56:59,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 13:56:59.581 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.338s] 2018-10-04 13:57:03,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 13:57:03.141 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.559s] 2018-10-04 13:57:15,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 13:57:15.698 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.758s] 2018-10-04 13:57:33,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 13:57:33.640 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [11.631s] 2018-10-04 13:58:12,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 13:58:12.975 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.089s] 2018-10-04 13:58:12,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 13:58:12.976 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-10-04 13:58:52,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 13:58:52.826 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.081s] 2018-10-04 13:58:52,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 13:58:52.827 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-10-04 13:59:29,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 13:59:29.304 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.065s] 2018-10-04 13:59:29,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 13:59:29.305 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-10-04 14:00:18,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:00:18.346 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [12.604s] 2018-10-04 14:00:44,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:00:44.261 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.052s] 2018-10-04 14:00:44,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:00:44.359 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.098s] 2018-10-04 14:00:51,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:00:51.382 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.649s] 2018-10-04 14:00:51,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:00:51.391 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-10-04 14:00:52,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:00:52.796 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 14:00:52,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:00:52.797 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 14:00:57,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:00:57.074 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.364s] 2018-10-04 14:01:03,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:01:03.018 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.494s] 2018-10-04 14:01:09,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:01:09.515 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.577s] 2018-10-04 14:01:17,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:01:17.109 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.382s] 2018-10-04 14:01:26,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:01:26.064 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.824s] 2018-10-04 14:01:32,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:01:32.216 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.677s] 2018-10-04 14:01:38,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:01:38.701 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.177s] 2018-10-04 14:01:45,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:01:45.943 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.395s] 2018-10-04 14:01:53,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:01:53.098 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.859s] 2018-10-04 14:02:02,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:02:02.085 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.703s] 2018-10-04 14:02:04,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:02:04.292 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-10-04 14:02:06,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:02:06.222 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.080s] 2018-10-04 14:02:06,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:02:06.302 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.079s] 2018-10-04 14:02:06,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:02:06.370 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.068s] 2018-10-04 14:02:06,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:02:06.376 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-10-04 14:02:10,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:02:10.305 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.885s] 2018-10-04 14:02:11,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:02:11.859 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.553s] 2018-10-04 14:02:14,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:02:14.166 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.307s] 2018-10-04 14:02:20,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:02:20.911 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-10-04 14:02:28,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:02:28.497 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.475s] 2018-10-04 14:02:45,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:02:45.456 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.497s] 2018-10-04 14:02:50,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:02:50.217 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.760s] 2018-10-04 14:03:04,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:03:04.209 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.743s] 2018-10-04 14:03:08,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:03:08.111 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.900s] 2018-10-04 14:03:16,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:03:16.646 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.535s] 2018-10-04 14:03:25,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:03:25.774 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.671s] 2018-10-04 14:03:29,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:03:29.752 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.977s] 2018-10-04 14:03:33,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:03:33.171 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.419s] 2018-10-04 14:03:48,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:03:48.826 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.821s] 2018-10-04 14:03:49,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:03:49.115 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.289s] 2018-10-04 14:03:49,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:03:49.219 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.103s] 2018-10-04 14:03:49,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:03:49.415 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.195s] 2018-10-04 14:03:49,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:03:49.523 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.108s] 2018-10-04 14:03:49,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:03:49.713 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.189s] 2018-10-04 14:04:03,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:04:03.459 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.576s] 2018-10-04 14:04:03,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:04:03.882 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.423s] 2018-10-04 14:04:04,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:04:04.024 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.141s] 2018-10-04 14:04:04,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:04:04.242 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.218s] 2018-10-04 14:04:04,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:04:04.490 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.248s] 2018-10-04 14:04:04,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:04:04.681 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.190s] 2018-10-04 14:04:17,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:04:17.508 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.679s] 2018-10-04 14:04:23,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:04:23.054 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.545s] 2018-10-04 14:04:25,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:04:25.267 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.213s] 2018-10-04 14:04:25,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:04:25.483 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.216s] 2018-10-04 14:04:25,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:04:25.569 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.086s] 2018-10-04 14:04:38,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:04:38.295 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.401s] 2018-10-04 14:04:44,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:04:44.171 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.875s] 2018-10-04 14:04:46,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:04:46.295 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.123s] 2018-10-04 14:04:46,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:04:46.353 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.058s] 2018-10-04 14:04:46,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:04:46.446 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.093s] 2018-10-04 14:05:07,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:05:07.915 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [16.391s] 2018-10-04 14:05:19,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:05:19.468 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.551s] 2018-10-04 14:05:30,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:05:30.456 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [10.987s] 2018-10-04 14:05:39,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:05:39.749 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [9.292s] 2018-10-04 14:06:10,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:06:10.564 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [15.907s] 2018-10-04 14:06:22,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:06:22.577 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [12.013s] 2018-10-04 14:06:33,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:06:33.083 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.505s] 2018-10-04 14:06:41,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:06:41.944 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [8.860s] 2018-10-04 14:06:58,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:06:58.478 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.596s] 2018-10-04 14:07:00,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:07:00.934 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.453s] 2018-10-04 14:07:01,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:07:01.133 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.202s] 2018-10-04 14:07:05,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:07:05.749 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.561s] 2018-10-04 14:07:08,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:07:08.663 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.911s] 2018-10-04 14:07:08,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:07:08.841 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.181s] 2018-10-04 14:07:13,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:07:13.116 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.227s] 2018-10-04 14:07:16,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:07:16.203 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-10-04 14:07:17,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:07:17.442 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-10-04 14:07:17,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:07:17.444 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-10-04 14:07:17,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:07:17.447 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-10-04 14:07:17,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:07:17.448 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-04 14:07:17,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:07:17.448 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-10-04 14:07:19,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:07:19.334 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2018-10-04 14:07:33,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:07:33.915 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.176s] 2018-10-04 14:07:46,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:07:46.569 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.245s] 2018-10-04 14:07:58,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:07:58.888 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.316s] 2018-10-04 14:08:09,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:08:09.263 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.040s] 2018-10-04 14:09:18,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:09:18.178 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [62.687s] 2018-10-04 14:09:57,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:09:57.117 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [26.241s] 2018-10-04 14:10:53,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:10:53.434 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [27.978s] 2018-10-04 14:11:13,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 16543093-d39d-45ff-94af-f53b4891656f 2018-10-04 14:11:13,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '16543093-d39d-45ff-94af-f53b4891656f']'. 2018-10-04 14:11:14,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-04 14:11:14,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-04 14:11:14,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 14:11:14,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 16543093-d39d-45ff-94af-f53b4891656f | 2018-10-04 14:11:14,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-10-04 14:11:14,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-04 13:56:47 | 2018-10-04 14:11:14,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-04 14:11:13 | 2018-10-04 14:11:14,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:26 | 2018-10-04 14:11:14,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-10-04 14:11:14,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-04 14:11:14,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-04 14:11:14,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 327bf50e-c71c-4860-90c2-92f47eaf61a3) | 2018-10-04 14:11:14,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-04 14:11:14,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e2611fa7-89a1-4762-8519-8167dbc20d8d) | 2018-10-04 14:11:14,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-10-04 14:11:14,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 841.894 | 2018-10-04 14:11:14,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-10-04 14:11:14,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-10-04 14:11:14,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-04 14:11:14,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-04 14:11:14,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-10-04 14:11:14,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 14:11:14,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-04 14:11:14,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-04 14:11:14,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-10-04 14:11:14,729 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 14:11:14,730 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:43 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-10-04 14:11:14,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 14:11:14,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/76319d49-8139-4887-a62f-c7d06f755982 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}47d019d463b7e4e97b884134d357049d29221262" 2018-10-04 14:11:16,371 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-06d6ed4e-177a-4c57-b027-7a9723946139 Date: Thu, 04 Oct 2018 14:11:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 14:11:16,371 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/76319d49-8139-4887-a62f-c7d06f755982 used request id req-06d6ed4e-177a-4c57-b027-7a9723946139 2018-10-04 14:11:16,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.63562202454s 2018-10-04 14:11:16,371 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/76319d49-8139-4887-a62f-c7d06f755982 used request id req-06d6ed4e-177a-4c57-b027-7a9723946139 2018-10-04 14:11:16,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 14:11:16,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 14:11:16,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cec75c90-f855-4e3b-a349-d11283a9f141 x-compute-request-id: req-cec75c90-f855-4e3b-a349-d11283a9f141 Content-Encoding: gzip Content-Length: 368 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/3ef54f52-8362-4cca-adf8-c2991dd6d1ec", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/3ef54f52-8362-4cca-adf8-c2991dd6d1ec", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3ef54f52-8362-4cca-adf8-c2991dd6d1ec", "name": "tempest_smoke_serial-flavor_alt_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/4263ca32-aa9a-4ef7-93b4-aa097d32e454", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/4263ca32-aa9a-4ef7-93b4-aa097d32e454", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4263ca32-aa9a-4ef7-93b4-aa097d32e454", "name": "tempest_smoke_serial-flavor_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 14:11:16,563 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-cec75c90-f855-4e3b-a349-d11283a9f141 2018-10-04 14:11:16,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.191312074661s 2018-10-04 14:11:16,564 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-cec75c90-f855-4e3b-a349-d11283a9f141 2018-10-04 14:11:16,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 14:11:16,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/3ef54f52-8362-4cca-adf8-c2991dd6d1ec -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 14:11:16,608 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 14:11:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5b7ed6bb-5591-41bb-8975-a6dfbd7735bf x-compute-request-id: req-5b7ed6bb-5591-41bb-8975-a6dfbd7735bf Content-Length: 0 Content-Type: application/json 2018-10-04 14:11:16,608 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/3ef54f52-8362-4cca-adf8-c2991dd6d1ec used request id req-5b7ed6bb-5591-41bb-8975-a6dfbd7735bf 2018-10-04 14:11:16,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0421710014343s 2018-10-04 14:11:16,609 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/3ef54f52-8362-4cca-adf8-c2991dd6d1ec used request id req-5b7ed6bb-5591-41bb-8975-a6dfbd7735bf 2018-10-04 14:11:16,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 14:11:16,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}47d019d463b7e4e97b884134d357049d29221262" 2018-10-04 14:11:16,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-cee854c6-f001-4efe-863f-0b0cd95b3abc Date: Thu, 04 Oct 2018 14:11:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/6ace876d-2f2d-4877-9f94-883dce84db7d/snap", "metadata": {}}], "file": "/v2/images/6ace876d-2f2d-4877-9f94-883dce84db7d/file", "owner": "c5208542a5a742a5b4e87a8bd453663b", "id": "6ace876d-2f2d-4877-9f94-883dce84db7d", "size": 12716032, "self": "/v2/images/6ace876d-2f2d-4877-9f94-883dce84db7d", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/6ace876d-2f2d-4877-9f94-883dce84db7d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T13:56:34Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T13:56:32Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 14:11:16,778 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-cee854c6-f001-4efe-863f-0b0cd95b3abc 2018-10-04 14:11:16,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.168962955475s 2018-10-04 14:11:16,779 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-cee854c6-f001-4efe-863f-0b0cd95b3abc 2018-10-04 14:11:16,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 14:11:16,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/6ace876d-2f2d-4877-9f94-883dce84db7d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}47d019d463b7e4e97b884134d357049d29221262" 2018-10-04 14:11:18,559 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9013e9df-8a16-4a76-8bdb-6afe7a10a875 Date: Thu, 04 Oct 2018 14:11:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 14:11:18,559 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/6ace876d-2f2d-4877-9f94-883dce84db7d used request id req-9013e9df-8a16-4a76-8bdb-6afe7a10a875 2018-10-04 14:11:18,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.77851510048s 2018-10-04 14:11:18,559 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/6ace876d-2f2d-4877-9f94-883dce84db7d used request id req-9013e9df-8a16-4a76-8bdb-6afe7a10a875 2018-10-04 14:11:18,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 14:11:18,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 14:11:18,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2347fb6-8e82-4e11-a109-aa8fba250f08 x-compute-request-id: req-f2347fb6-8e82-4e11-a109-aa8fba250f08 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/4263ca32-aa9a-4ef7-93b4-aa097d32e454", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/4263ca32-aa9a-4ef7-93b4-aa097d32e454", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4263ca32-aa9a-4ef7-93b4-aa097d32e454", "name": "tempest_smoke_serial-flavor_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 14:11:18,600 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-f2347fb6-8e82-4e11-a109-aa8fba250f08 2018-10-04 14:11:18,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0403912067413s 2018-10-04 14:11:18,601 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-f2347fb6-8e82-4e11-a109-aa8fba250f08 2018-10-04 14:11:18,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 14:11:18,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/4263ca32-aa9a-4ef7-93b4-aa097d32e454 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 14:11:18,638 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 14:11:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ff74e260-26e5-4780-871e-e963b6af8304 x-compute-request-id: req-ff74e260-26e5-4780-871e-e963b6af8304 Content-Length: 0 Content-Type: application/json 2018-10-04 14:11:18,638 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/4263ca32-aa9a-4ef7-93b4-aa097d32e454 used request id req-ff74e260-26e5-4780-871e-e963b6af8304 2018-10-04 14:11:18,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0358579158783s 2018-10-04 14:11:18,638 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/4263ca32-aa9a-4ef7-93b4-aa097d32e454 used request id req-ff74e260-26e5-4780-871e-e963b6af8304 2018-10-04 14:11:18,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 14:11:18,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 14:11:18,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36feaea5-e8d3-47ec-a44f-cb73846dc3a8 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_00fc33a0-5c69-4db9-a503-000eb3ba3bec", "links": {"self": "http://172.30.9.23:5000/v3/users/b531891c2940456da2c02eb697d059d7"}, "domain_id": "default", "enabled": true, "id": "b531891c2940456da2c02eb697d059d7", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:11:18,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-36feaea5-e8d3-47ec-a44f-cb73846dc3a8 2018-10-04 14:11:18,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.09348487854s 2018-10-04 14:11:18,733 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-36feaea5-e8d3-47ec-a44f-cb73846dc3a8 2018-10-04 14:11:18,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 14:11:18,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/b531891c2940456da2c02eb697d059d7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 14:11:18,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00bbb7a0-d706-480e-9b6e-d22007f8600c Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/b531891c2940456da2c02eb697d059d7"}, "enabled": true, "id": "b531891c2940456da2c02eb697d059d7", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_00fc33a0-5c69-4db9-a503-000eb3ba3bec"}} 2018-10-04 14:11:18,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/b531891c2940456da2c02eb697d059d7 used request id req-00bbb7a0-d706-480e-9b6e-d22007f8600c 2018-10-04 14:11:18,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.168737888336s 2018-10-04 14:11:18,908 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/b531891c2940456da2c02eb697d059d7 used request id req-00bbb7a0-d706-480e-9b6e-d22007f8600c 2018-10-04 14:11:18,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-04 14:11:18,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/b531891c2940456da2c02eb697d059d7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 14:11:19,277 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:11:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9168eacb-9e9b-4a26-b05f-ad13c9c227fa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:11:19,277 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/b531891c2940456da2c02eb697d059d7 used request id req-9168eacb-9e9b-4a26-b05f-ad13c9c227fa 2018-10-04 14:11:19,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.36812710762s 2018-10-04 14:11:19,277 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/b531891c2940456da2c02eb697d059d7 used request id req-9168eacb-9e9b-4a26-b05f-ad13c9c227fa 2018-10-04 14:11:19,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 14:11:19,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 14:11:19,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35ef4f70-2630-44a1-b7f1-0f05b6323b28 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5208542a5a742a5b4e87a8bd453663b"}, "enabled": true, "id": "c5208542a5a742a5b4e87a8bd453663b", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_00fc33a0-5c69-4db9-a503-000eb3ba3bec"}]} 2018-10-04 14:11:19,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-35ef4f70-2630-44a1-b7f1-0f05b6323b28 2018-10-04 14:11:19,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0732090473175s 2018-10-04 14:11:19,351 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-35ef4f70-2630-44a1-b7f1-0f05b6323b28 2018-10-04 14:11:19,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-04 14:11:19,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/c5208542a5a742a5b4e87a8bd453663b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 14:11:19,515 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:11:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b91148f0-1bfc-4280-9adb-509b19b81999 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:11:19,515 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/c5208542a5a742a5b4e87a8bd453663b used request id req-b91148f0-1bfc-4280-9adb-509b19b81999 2018-10-04 14:11:19,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.161067008972s 2018-10-04 14:11:19,515 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/c5208542a5a742a5b4e87a8bd453663b used request id req-b91148f0-1bfc-4280-9adb-509b19b81999 2018-10-04 14:11:19,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:11:19,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 14:11:19,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a3c3970-e0e0-4b42-a1c3-c621c135d2b9 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d351186cd464480ae53dd5b757a72e1", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d351186cd464480ae53dd5b757a72e1"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:11:19,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4a3c3970-e0e0-4b42-a1c3-c621c135d2b9 2018-10-04 14:11:19,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.163081169128s 2018-10-04 14:11:19,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 14:11:19,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/1d351186cd464480ae53dd5b757a72e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 14:11:19,787 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:11:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed95e93b-8e6d-4c8d-8d2c-befbc1bc5d6d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:11:19,787 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/1d351186cd464480ae53dd5b757a72e1 used request id req-ed95e93b-8e6d-4c8d-8d2c-befbc1bc5d6d 2018-10-04 14:11:19,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.106956005096s 2018-10-04 14:11:19,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 14:11:19,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=c5208542a5a742a5b4e87a8bd453663b&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}49adabc77d16b177d0e7834d4687e8898dafe823" 2018-10-04 14:11:19,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-4f5ce66e-6b5c-49c5-a783-4b1a42fc146a Date: Thu, 04 Oct 2018 14:11:19 GMT RESP BODY: {"security_groups": []} 2018-10-04 14:11:19,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=c5208542a5a742a5b4e87a8bd453663b&name=default used request id req-4f5ce66e-6b5c-49c5-a783-4b1a42fc146a 2018-10-04 14:11:19,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.178901910782s 2018-10-04 14:11:19,970 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=c5208542a5a742a5b4e87a8bd453663b&name=default used request id req-4f5ce66e-6b5c-49c5-a783-4b1a42fc146a 2018-10-04 14:11:20,023 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-10-04 14:11:20,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 14:11:20,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 14:11:20,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 14:11:20,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 14:11:20,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 14:11:20,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 14:11:20,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 14:11:20,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 14:11:20,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 14:11:20,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 14:11:20,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 14:11:20,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 14:11:20,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 14:11:20,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 14:11:20,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 14:11:20,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 14:11:20,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 14:11:20,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 14:11:20,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 14:11:20,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 14:11:20,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 14:11:20,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 14:11:20,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 14:11:20,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 14:11:20,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:11:20,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34ad5216-b788-43b2-ac43-0bac8fddda9e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:11:20,129 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-34ad5216-b788-43b2-ac43-0bac8fddda9e 2018-10-04 14:11:20,130 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:11:20,511 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}], "expires_at": "2018-10-04T15:11:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ecbf2b9cbec04c3e8332c7164aa04ab3"}, "audit_ids": ["6A_5rrvcQVGnccAHNUHEVg"], "issued_at": "2018-10-04T14:11:20.000000Z"}} 2018-10-04 14:11:20,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 14:11:20,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:11:20,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-773cdca0-0f62-46fc-9a2e-7491145a1380 Date: Thu, 04 Oct 2018 14:11:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 14:11:20,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-773cdca0-0f62-46fc-9a2e-7491145a1380 2018-10-04 14:11:20,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.244611978531s 2018-10-04 14:11:20,759 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-773cdca0-0f62-46fc-9a2e-7491145a1380 2018-10-04 14:11:20,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 14:11:20,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:11:20,769 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:11:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:11:20,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:11:20,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9d6d0fe-da71-4807-a427-8b34db629eb1 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/356d297e741f42d0b9d8bc9b13448e43"}, "description": "", "name": "heat_stack", "enabled": true, "id": "356d297e741f42d0b9d8bc9b13448e43"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 14:11:20,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-c9d6d0fe-da71-4807-a427-8b34db629eb1 2018-10-04 14:11:20,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0938789844513s 2018-10-04 14:11:20,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-04 14:11:20,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_7b0d9294-0352-422a-8c8e-0dcd732e32cb"}}' 2018-10-04 14:11:20,972 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:11:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7617a737-8e0c-4371-8dfe-6366bce4b583 Content-Length: 358 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.23:5000/v3/projects/1b6b1031e7bd428ba42f762d1b16d38a"}, "enabled": true, "id": "1b6b1031e7bd428ba42f762d1b16d38a", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_7b0d9294-0352-422a-8c8e-0dcd732e32cb"}} 2018-10-04 14:11:20,972 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-7617a737-8e0c-4371-8dfe-6366bce4b583 2018-10-04 14:11:20,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.116793870926s 2018-10-04 14:11:20,973 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-7617a737-8e0c-4371-8dfe-6366bce4b583 2018-10-04 14:11:20,973 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_7b0d9294-0352-422a-8c8e-0dcd732e32cb', 'id': u'1b6b1031e7bd428ba42f762d1b16d38a', 'description': u'Created by OPNFV Functest: rally_sanity', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-04 14:11:20,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-04 14:11:21,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.339690923691s 2018-10-04 14:11:21,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/7a26fe9f35cd47a0bf1065fcc013b1dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:11:21,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ddf4e51-bac2-4df4-ae53-a068a101354d Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/7a26fe9f35cd47a0bf1065fcc013b1dc"}, "enabled": true, "id": "7a26fe9f35cd47a0bf1065fcc013b1dc", "options": {}, "domain_id": "default", "name": "rally_sanity-user_7b0d9294-0352-422a-8c8e-0dcd732e32cb"}} 2018-10-04 14:11:21,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/7a26fe9f35cd47a0bf1065fcc013b1dc used request id req-4ddf4e51-bac2-4df4-ae53-a068a101354d 2018-10-04 14:11:21,407 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'7a26fe9f35cd47a0bf1065fcc013b1dc', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_7b0d9294-0352-422a-8c8e-0dcd732e32cb'}) 2018-10-04 14:11:21,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:11:21,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:11:21,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b80aa99b-053b-47c1-9cc2-081c3b2a8df5 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:11:21,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b80aa99b-053b-47c1-9cc2-081c3b2a8df5 2018-10-04 14:11:21,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0160269737244s 2018-10-04 14:11:21,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:11:21,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:11:21,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f58d57cf-3f0f-454a-934c-76f7a30387c4 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:11:21,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f58d57cf-3f0f-454a-934c-76f7a30387c4 2018-10-04 14:11:21,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.080855846405s 2018-10-04 14:11:21,507 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 14:11:21,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 14:11:21,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" -d '{"role": {"name": "Member"}}' 2018-10-04 14:11:21,621 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:11:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc781ac7-a371-4244-80aa-1903e212ec44 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ed0eeff3833441e2848899f6b173137c", "links": {"self": "http://172.30.9.23:5000/v3/roles/ed0eeff3833441e2848899f6b173137c"}, "name": "Member"}} 2018-10-04 14:11:21,621 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-bc781ac7-a371-4244-80aa-1903e212ec44 2018-10-04 14:11:21,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.115010023117s 2018-10-04 14:11:21,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/ed0eeff3833441e2848899f6b173137c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:11:21,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf4cb2fc-3aa8-4c0d-a3c8-89c6c7039462 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/ed0eeff3833441e2848899f6b173137c"}, "domain_id": null, "name": "Member", "id": "ed0eeff3833441e2848899f6b173137c"}} 2018-10-04 14:11:21,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/ed0eeff3833441e2848899f6b173137c used request id req-bf4cb2fc-3aa8-4c0d-a3c8-89c6c7039462 2018-10-04 14:11:21,705 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/ed0eeff3833441e2848899f6b173137c'}, 'domain_id': None, 'human_id': None, 'id': u'ed0eeff3833441e2848899f6b173137c', 'HUMAN_ID': False}) 2018-10-04 14:11:21,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:11:21,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:11:21,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83883e27-2864-40b2-bf13-d744cdf3262b Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ed0eeff3833441e2848899f6b173137c", "links": {"self": "http://172.30.9.23:5000/v3/roles/ed0eeff3833441e2848899f6b173137c"}, "name": "Member"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:11:21,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-83883e27-2864-40b2-bf13-d744cdf3262b 2018-10-04 14:11:21,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0727119445801s 2018-10-04 14:11:21,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 14:11:21,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:11:21,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1c658bc-e729-4ca5-80a8-ab92d0d4660d Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 14:11:21,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-d1c658bc-e729-4ca5-80a8-ab92d0d4660d 2018-10-04 14:11:21,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0902061462402s 2018-10-04 14:11:21,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 14:11:21,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:11:21,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-766b9e79-5204-4c8b-b4cc-87575b3df641 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_7b0d9294-0352-422a-8c8e-0dcd732e32cb", "links": {"self": "http://172.30.9.23:5000/v3/users/7a26fe9f35cd47a0bf1065fcc013b1dc"}, "domain_id": "default", "enabled": true, "id": "7a26fe9f35cd47a0bf1065fcc013b1dc", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:11:21,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-766b9e79-5204-4c8b-b4cc-87575b3df641 2018-10-04 14:11:21,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0992119312286s 2018-10-04 14:11:21,971 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-766b9e79-5204-4c8b-b4cc-87575b3df641 2018-10-04 14:11:21,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 14:11:21,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:11:22,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d617ca30-d12b-4d2b-b40c-8d3155227608 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.23:5000/v3/projects/1b6b1031e7bd428ba42f762d1b16d38a"}, "enabled": true, "id": "1b6b1031e7bd428ba42f762d1b16d38a", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_7b0d9294-0352-422a-8c8e-0dcd732e32cb"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 14:11:22,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-d617ca30-d12b-4d2b-b40c-8d3155227608 2018-10-04 14:11:22,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0750391483307s 2018-10-04 14:11:22,053 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-d617ca30-d12b-4d2b-b40c-8d3155227608 2018-10-04 14:11:22,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 14:11:22,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=7a26fe9f35cd47a0bf1065fcc013b1dc&scope.project.id=1b6b1031e7bd428ba42f762d1b16d38a&role.id=ed0eeff3833441e2848899f6b173137c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:11:22,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57cbba2b-7c5c-4a70-bdb4-b58b69f138bd Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=7a26fe9f35cd47a0bf1065fcc013b1dc&scope.project.id=1b6b1031e7bd428ba42f762d1b16d38a&role.id=ed0eeff3833441e2848899f6b173137c", "previous": null, "next": null}} 2018-10-04 14:11:22,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=7a26fe9f35cd47a0bf1065fcc013b1dc&scope.project.id=1b6b1031e7bd428ba42f762d1b16d38a&role.id=ed0eeff3833441e2848899f6b173137c used request id req-57cbba2b-7c5c-4a70-bdb4-b58b69f138bd 2018-10-04 14:11:22,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0778629779816s 2018-10-04 14:11:22,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 14:11:22,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/1b6b1031e7bd428ba42f762d1b16d38a/users/7a26fe9f35cd47a0bf1065fcc013b1dc/roles/ed0eeff3833441e2848899f6b173137c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:11:22,257 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:11:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3356da3c-6e15-42f3-a43f-6744976f8495 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:11:22,257 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/1b6b1031e7bd428ba42f762d1b16d38a/users/7a26fe9f35cd47a0bf1065fcc013b1dc/roles/ed0eeff3833441e2848899f6b173137c used request id req-3356da3c-6e15-42f3-a43f-6744976f8495 2018-10-04 14:11:22,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.123035907745s 2018-10-04 14:11:22,258 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_7b0d9294-0352-422a-8c8e-0dcd732e32cb', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': 'fa587088-6658-491e-9d48-7120184adb3d', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'rally_sanity-user_7b0d9294-0352-422a-8c8e-0dcd732e32cb', 'project_id': u'1b6b1031e7bd428ba42f762d1b16d38a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 14:11:22,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 14:11:22,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 14:11:22,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 14:11:22,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 14:11:22,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 14:11:22,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 14:11:22,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 14:11:22,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 14:11:22,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 14:11:22,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 14:11:22,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 14:11:22,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 14:11:22,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 14:11:22,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 14:11:22,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 14:11:22,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 14:11:22,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 14:11:22,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 14:11:22,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 14:11:22,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 14:11:22,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 14:11:22,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 14:11:22,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 14:11:22,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 14:11:22,264 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_7b0d9294-0352-422a-8c8e-0dcd732e32cb', 'password': 'fa587088-6658-491e-9d48-7120184adb3d', 'project_name': 'rally_sanity-project_7b0d9294-0352-422a-8c8e-0dcd732e32cb', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '1b6b1031e7bd428ba42f762d1b16d38a', 'project_domain_name': 'Default'} 2018-10-04 14:11:22,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:11:22,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:11:22,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72fb45fb-86e5-473f-86dd-7adb967582ed Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ed0eeff3833441e2848899f6b173137c", "links": {"self": "http://172.30.9.23:5000/v3/roles/ed0eeff3833441e2848899f6b173137c"}, "name": "Member"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:11:22,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-72fb45fb-86e5-473f-86dd-7adb967582ed 2018-10-04 14:11:22,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0720620155334s 2018-10-04 14:11:22,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:11:22,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:11:22,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69e0c6ff-55bb-4b0d-a37b-f9639b6c8017 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ed0eeff3833441e2848899f6b173137c", "links": {"self": "http://172.30.9.23:5000/v3/roles/ed0eeff3833441e2848899f6b173137c"}, "name": "Member"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:11:22,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-69e0c6ff-55bb-4b0d-a37b-f9639b6c8017 2018-10-04 14:11:22,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0804569721222s 2018-10-04 14:11:22,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 14:11:22,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:11:22,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dc693c2-b11e-4b2a-8200-208dc047c6d3 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 14:11:22,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-7dc693c2-b11e-4b2a-8200-208dc047c6d3 2018-10-04 14:11:22,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0833239555359s 2018-10-04 14:11:22,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 14:11:22,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:11:22,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a077c3b-c113-4fd7-b193-d318afd469bf Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_7b0d9294-0352-422a-8c8e-0dcd732e32cb", "links": {"self": "http://172.30.9.23:5000/v3/users/7a26fe9f35cd47a0bf1065fcc013b1dc"}, "domain_id": "default", "enabled": true, "id": "7a26fe9f35cd47a0bf1065fcc013b1dc", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:11:22,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-5a077c3b-c113-4fd7-b193-d318afd469bf 2018-10-04 14:11:22,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0906701087952s 2018-10-04 14:11:22,595 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-5a077c3b-c113-4fd7-b193-d318afd469bf 2018-10-04 14:11:22,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 14:11:22,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:11:22,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c6df21b-52dc-4ace-864e-e5e2e9d8a68b Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.23:5000/v3/projects/1b6b1031e7bd428ba42f762d1b16d38a"}, "enabled": true, "id": "1b6b1031e7bd428ba42f762d1b16d38a", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_7b0d9294-0352-422a-8c8e-0dcd732e32cb"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 14:11:22,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-4c6df21b-52dc-4ace-864e-e5e2e9d8a68b 2018-10-04 14:11:22,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0794169902802s 2018-10-04 14:11:22,681 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-4c6df21b-52dc-4ace-864e-e5e2e9d8a68b 2018-10-04 14:11:22,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 14:11:22,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=7a26fe9f35cd47a0bf1065fcc013b1dc&scope.project.id=1b6b1031e7bd428ba42f762d1b16d38a&role.id=649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:11:22,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecc1f9c9-64e7-4481-adc7-a4b44565a74b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=7a26fe9f35cd47a0bf1065fcc013b1dc&scope.project.id=1b6b1031e7bd428ba42f762d1b16d38a&role.id=649d50d4e38f4048899913e0d7e41071", "previous": null, "next": null}} 2018-10-04 14:11:22,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=7a26fe9f35cd47a0bf1065fcc013b1dc&scope.project.id=1b6b1031e7bd428ba42f762d1b16d38a&role.id=649d50d4e38f4048899913e0d7e41071 used request id req-ecc1f9c9-64e7-4481-adc7-a4b44565a74b 2018-10-04 14:11:22,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0847418308258s 2018-10-04 14:11:22,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 14:11:22,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/1b6b1031e7bd428ba42f762d1b16d38a/users/7a26fe9f35cd47a0bf1065fcc013b1dc/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:11:22,884 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:11:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbb3b5f9-0800-4d87-a1d8-8c6bc1911aab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:11:22,884 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/1b6b1031e7bd428ba42f762d1b16d38a/users/7a26fe9f35cd47a0bf1065fcc013b1dc/roles/649d50d4e38f4048899913e0d7e41071 used request id req-bbb3b5f9-0800-4d87-a1d8-8c6bc1911aab 2018-10-04 14:11:22,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.115776777267s 2018-10-04 14:11:22,885 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-10-04 14:11:27,051 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Max retries exceeded with url: /resources/monitoring/ping (Caused by ConnectTimeoutError(, 'Connection to energy.opnfv.fr timed out. (connect timeout=4)')) 2018-10-04 14:11:27,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 14:11:27,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:11:27,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c61e2c10-4a36-4bed-b074-3ea8e021a3f5 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/356d297e741f42d0b9d8bc9b13448e43"}, "description": "", "name": "heat_stack", "enabled": true, "id": "356d297e741f42d0b9d8bc9b13448e43"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 14:11:27,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-c61e2c10-4a36-4bed-b074-3ea8e021a3f5 2018-10-04 14:11:27,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0968868732452s 2018-10-04 14:11:27,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 14:11:27,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:11:27,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b001ce79-cd33-4ea2-9740-ca62fb33432c Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.23:5000/v3/projects/1b6b1031e7bd428ba42f762d1b16d38a"}, "enabled": true, "id": "1b6b1031e7bd428ba42f762d1b16d38a", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_7b0d9294-0352-422a-8c8e-0dcd732e32cb"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 14:11:27,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-b001ce79-cd33-4ea2-9740-ca62fb33432c 2018-10-04 14:11:27,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0850300788879s 2018-10-04 14:11:27,235 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-b001ce79-cd33-4ea2-9740-ca62fb33432c 2018-10-04 14:11:27,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-04 14:11:27,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" -d '{"network": {"shared": true, "tenant_id": "1b6b1031e7bd428ba42f762d1b16d38a", "name": "rally_sanity-net_7b0d9294-0352-422a-8c8e-0dcd732e32cb", "admin_state_up": true}}' 2018-10-04 14:11:27,953 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-770eca45-5d5d-47f9-a327-bbc88602181c Date: Thu, 04 Oct 2018 14:11:27 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"645ecc6f-578c-45f3-95e2-ea209cffea78","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":true,"project_id":"1b6b1031e7bd428ba42f762d1b16d38a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T14:11:27Z","is_default":false,"qos_policy_id":null,"name":"rally_sanity-net_7b0d9294-0352-422a-8c8e-0dcd732e32cb","admin_state_up":true,"tenant_id":"1b6b1031e7bd428ba42f762d1b16d38a","created_at":"2018-10-04T14:11:27Z","mtu":1450}} 2018-10-04 14:11:27,953 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-770eca45-5d5d-47f9-a327-bbc88602181c 2018-10-04 14:11:27,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.715232133865s 2018-10-04 14:11:27,954 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-770eca45-5d5d-47f9-a327-bbc88602181c 2018-10-04 14:11:27,954 - 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-10-04T14:11:27Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'645ecc6f-578c-45f3-95e2-ea209cffea78', u'provider:segmentation_id': 19, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'rally_sanity-net_7b0d9294-0352-422a-8c8e-0dcd732e32cb', u'created_at': u'2018-10-04T14:11:27Z', u'mtu': 1450, u'tenant_id': u'1b6b1031e7bd428ba42f762d1b16d38a', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'1b6b1031e7bd428ba42f762d1b16d38a'}) 2018-10-04 14:11:27,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:11:27,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a12eb5af-5fde-41b0-ba19-b653105de502 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:11:27,962 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a12eb5af-5fde-41b0-ba19-b653105de502 2018-10-04 14:11:27,963 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:11:28,341 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "ed0eeff3833441e2848899f6b173137c", "name": "Member"}], "expires_at": "2018-10-04T15:11:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1b6b1031e7bd428ba42f762d1b16d38a", "name": "rally_sanity-project_7b0d9294-0352-422a-8c8e-0dcd732e32cb"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/1b6b1031e7bd428ba42f762d1b16d38a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/1b6b1031e7bd428ba42f762d1b16d38a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/1b6b1031e7bd428ba42f762d1b16d38a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1b6b1031e7bd428ba42f762d1b16d38a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/1b6b1031e7bd428ba42f762d1b16d38a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/1b6b1031e7bd428ba42f762d1b16d38a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/1b6b1031e7bd428ba42f762d1b16d38a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/1b6b1031e7bd428ba42f762d1b16d38a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/1b6b1031e7bd428ba42f762d1b16d38a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1b6b1031e7bd428ba42f762d1b16d38a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/1b6b1031e7bd428ba42f762d1b16d38a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/1b6b1031e7bd428ba42f762d1b16d38a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_7b0d9294-0352-422a-8c8e-0dcd732e32cb", "id": "7a26fe9f35cd47a0bf1065fcc013b1dc"}, "audit_ids": ["coy2lidWTKOWtSQcpuZyVA"], "issued_at": "2018-10-04T14:11:28.000000Z"}} 2018-10-04 14:11:28,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 14:11:28,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}365b5d4db9231c726fb2d8d6d2b2174135ce7bc3" 2018-10-04 14:11:28,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-a7d4e92f-9b8c-45b6-ae23-098a705fc49e Date: Thu, 04 Oct 2018 14:11:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"645ecc6f-578c-45f3-95e2-ea209cffea78","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":true,"project_id":"1b6b1031e7bd428ba42f762d1b16d38a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T14:11:27Z","qos_policy_id":null,"name":"rally_sanity-net_7b0d9294-0352-422a-8c8e-0dcd732e32cb","admin_state_up":true,"tenant_id":"1b6b1031e7bd428ba42f762d1b16d38a","created_at":"2018-10-04T14:11:27Z","provider:network_type":"vxlan"}]} 2018-10-04 14:11:28,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a7d4e92f-9b8c-45b6-ae23-098a705fc49e 2018-10-04 14:11:28,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.254795789719s 2018-10-04 14:11:28,599 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a7d4e92f-9b8c-45b6-ae23-098a705fc49e 2018-10-04 14:11:28,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-04 14:11:28,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}365b5d4db9231c726fb2d8d6d2b2174135ce7bc3" -d '{"subnet": {"name": "rally_sanity-subnet_7b0d9294-0352-422a-8c8e-0dcd732e32cb", "enable_dhcp": true, "network_id": "645ecc6f-578c-45f3-95e2-ea209cffea78", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-04 14:11:29,168 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-9cd0f9c8-9e7d-4e07-9180-fcedfdeb7354 Date: Thu, 04 Oct 2018 14:11:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"645ecc6f-578c-45f3-95e2-ea209cffea78","tenant_id":"1b6b1031e7bd428ba42f762d1b16d38a","created_at":"2018-10-04T14:11:28Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-04T14:11: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":"1b6b1031e7bd428ba42f762d1b16d38a","id":"75c16107-4ab4-457a-9507-4ac2a88ee71b","subnetpool_id":null,"name":"rally_sanity-subnet_7b0d9294-0352-422a-8c8e-0dcd732e32cb"}} 2018-10-04 14:11:29,168 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-9cd0f9c8-9e7d-4e07-9180-fcedfdeb7354 2018-10-04 14:11:29,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.567648887634s 2018-10-04 14:11:29,169 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-9cd0f9c8-9e7d-4e07-9180-fcedfdeb7354 2018-10-04 14:11:29,169 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-04T14:11: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'75c16107-4ab4-457a-9507-4ac2a88ee71b', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_7b0d9294-0352-422a-8c8e-0dcd732e32cb', u'enable_dhcp': True, u'network_id': u'645ecc6f-578c-45f3-95e2-ea209cffea78', u'tenant_id': u'1b6b1031e7bd428ba42f762d1b16d38a', u'created_at': u'2018-10-04T14:11: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'1b6b1031e7bd428ba42f762d1b16d38a'}) 2018-10-04 14:11:29,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-04 14:11:29,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}365b5d4db9231c726fb2d8d6d2b2174135ce7bc3" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "rally_sanity-router_7b0d9294-0352-422a-8c8e-0dcd732e32cb", "admin_state_up": true}}' 2018-10-04 14:11:34,260 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 711 X-Openstack-Request-Id: req-d286af03-4e45-46bb-9099-f8214befa19a Date: Thu, 04 Oct 2018 14:11:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "1b6b1031e7bd428ba42f762d1b16d38a", "created_at": "2018-10-04T14:11:29Z", "admin_state_up": true, "updated_at": "2018-10-04T14:11:30Z", "project_id": "1b6b1031e7bd428ba42f762d1b16d38a", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "c6b0ba51-058b-4329-9005-d144aac026b8", "name": "rally_sanity-router_7b0d9294-0352-422a-8c8e-0dcd732e32cb"}} 2018-10-04 14:11:34,261 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-d286af03-4e45-46bb-9099-f8214befa19a 2018-10-04 14:11:34,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.09079217911s 2018-10-04 14:11:34,261 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-d286af03-4e45-46bb-9099-f8214befa19a 2018-10-04 14:11:34,262 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-10-04T14:11:30Z', u'revision_number': 2, u'ha': True, u'id': u'c6b0ba51-058b-4329-9005-d144aac026b8', u'external_gateway_info': {u'network_id': u'18028772-bdec-4175-9daf-5ee7ae542a2e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b', u'ip_address': u'172.30.9.208'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-router_7b0d9294-0352-422a-8c8e-0dcd732e32cb', u'admin_state_up': True, u'tenant_id': u'1b6b1031e7bd428ba42f762d1b16d38a', u'created_at': u'2018-10-04T14:11:29Z', u'flavor_id': None, u'routes': [], u'project_id': u'1b6b1031e7bd428ba42f762d1b16d38a'}) 2018-10-04 14:11:34,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-04 14:11:34,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/c6b0ba51-058b-4329-9005-d144aac026b8/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}365b5d4db9231c726fb2d8d6d2b2174135ce7bc3" -d '{"subnet_id": "75c16107-4ab4-457a-9507-4ac2a88ee71b"}' 2018-10-04 14:11:36,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0222184f-810f-4d29-9e82-c72246d25194 Date: Thu, 04 Oct 2018 14:11:36 GMT RESP BODY: {"network_id": "645ecc6f-578c-45f3-95e2-ea209cffea78", "tenant_id": "1b6b1031e7bd428ba42f762d1b16d38a", "subnet_id": "75c16107-4ab4-457a-9507-4ac2a88ee71b", "subnet_ids": ["75c16107-4ab4-457a-9507-4ac2a88ee71b"], "port_id": "02f9047c-577c-4ed7-b1fc-41f9bd5ac980", "id": "c6b0ba51-058b-4329-9005-d144aac026b8"} 2018-10-04 14:11:36,217 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/c6b0ba51-058b-4329-9005-d144aac026b8/add_router_interface.json used request id req-0222184f-810f-4d29-9e82-c72246d25194 2018-10-04 14:11:36,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.95494008064s 2018-10-04 14:11:36,218 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/c6b0ba51-058b-4329-9005-d144aac026b8/add_router_interface.json used request id req-0222184f-810f-4d29-9e82-c72246d25194 returning object c6b0ba51-058b-4329-9005-d144aac026b8 2018-10-04 14:11:36,219 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 14:11:36,351 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-04 14:11:36,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}365b5d4db9231c726fb2d8d6d2b2174135ce7bc3" 2018-10-04 14:11:36,358 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 04 Oct 2018 14:11:36 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-10-04 14:11:36,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 14:11:36,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}365b5d4db9231c726fb2d8d6d2b2174135ce7bc3" 2018-10-04 14:11:36,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-bc6912d4-f89a-46a3-a340-320a3251eba7 Date: Thu, 04 Oct 2018 14:11:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 14:11:36,537 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-bc6912d4-f89a-46a3-a340-320a3251eba7 2018-10-04 14:11:36,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.175991773605s 2018-10-04 14:11:36,538 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-bc6912d4-f89a-46a3-a340-320a3251eba7 2018-10-04 14:11:36,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 14:11:36,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}365b5d4db9231c726fb2d8d6d2b2174135ce7bc3" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb"}' 2018-10-04 14:11:36,752 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/4d8435bb-804e-4bbb-94fb-36f19d806a32 X-Openstack-Request-Id: req-c438ce77-3561-4c60-bec6-ad4361366cac Date: Thu, 04 Oct 2018 14:11:36 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/4d8435bb-804e-4bbb-94fb-36f19d806a32/file", "owner": "1b6b1031e7bd428ba42f762d1b16d38a", "id": "4d8435bb-804e-4bbb-94fb-36f19d806a32", "size": null, "self": "/v2/images/4d8435bb-804e-4bbb-94fb-36f19d806a32", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T14:11:36Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb", "checksum": null, "created_at": "2018-10-04T14:11:36Z", "protected": false} 2018-10-04 14:11:36,753 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-c438ce77-3561-4c60-bec6-ad4361366cac 2018-10-04 14:11:36,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.213264942169s 2018-10-04 14:11:36,753 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-c438ce77-3561-4c60-bec6-ad4361366cac returning object 4d8435bb-804e-4bbb-94fb-36f19d806a32 2018-10-04 14:11:36,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 14:11:36,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/4d8435bb-804e-4bbb-94fb-36f19d806a32/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}365b5d4db9231c726fb2d8d6d2b2174135ce7bc3" -d '' 2018-10-04 14:11:38,733 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c43bfce0-3510-4ba6-85fa-a265b5102aa7 Date: Thu, 04 Oct 2018 14:11:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 14:11:38,733 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/4d8435bb-804e-4bbb-94fb-36f19d806a32/file used request id req-c43bfce0-3510-4ba6-85fa-a265b5102aa7 2018-10-04 14:11:38,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.97934699059s 2018-10-04 14:11:38,734 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/4d8435bb-804e-4bbb-94fb-36f19d806a32/file used request id req-c43bfce0-3510-4ba6-85fa-a265b5102aa7 2018-10-04 14:11:38,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 14:11:38,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}365b5d4db9231c726fb2d8d6d2b2174135ce7bc3" 2018-10-04 14:11:38,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-10e26487-27f9-4d6e-8e6c-552e65640208 Date: Thu, 04 Oct 2018 14:11:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/4d8435bb-804e-4bbb-94fb-36f19d806a32/snap", "metadata": {}}], "file": "/v2/images/4d8435bb-804e-4bbb-94fb-36f19d806a32/file", "owner": "1b6b1031e7bd428ba42f762d1b16d38a", "id": "4d8435bb-804e-4bbb-94fb-36f19d806a32", "size": 12716032, "self": "/v2/images/4d8435bb-804e-4bbb-94fb-36f19d806a32", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/4d8435bb-804e-4bbb-94fb-36f19d806a32/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T14:11:38Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T14:11:36Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 14:11:38,903 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-10e26487-27f9-4d6e-8e6c-552e65640208 2018-10-04 14:11:38,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.168791055679s 2018-10-04 14:11:38,904 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-10e26487-27f9-4d6e-8e6c-552e65640208 2018-10-04 14:11:38,906 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/4d8435bb-804e-4bbb-94fb-36f19d806a32/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4d8435bb-804e-4bbb-94fb-36f19d806a32/file', 'owner': u'1b6b1031e7bd428ba42f762d1b16d38a', 'id': u'4d8435bb-804e-4bbb-94fb-36f19d806a32', 'size': 12716032, u'self': u'/v2/images/4d8435bb-804e-4bbb-94fb-36f19d806a32', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b6b1031e7bd428ba42f762d1b16d38a', 'name': 'rally_sanity-project_7b0d9294-0352-422a-8c8e-0dcd732e32cb', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/4d8435bb-804e-4bbb-94fb-36f19d806a32/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T14:11:38Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T14:11:38Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/4d8435bb-804e-4bbb-94fb-36f19d806a32', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb', 'created': u'2018-10-04T14:11:36Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T14:11:36Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/4d8435bb-804e-4bbb-94fb-36f19d806a32', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 14:11:38,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 14:11:38,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_7b0d9294-0352-422a-8c8e-0dcd732e32cb", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-04 14:11:39,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11: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-a449cae5-a503-4a8e-bc2d-1862b4e2ae07 x-compute-request-id: req-a449cae5-a503-4a8e-bc2d-1862b4e2ae07 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0a8100bb-147c-44cb-a418-335841f41a40", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0a8100bb-147c-44cb-a418-335841f41a40", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0a8100bb-147c-44cb-a418-335841f41a40", "name": "rally_sanity-flavor_7b0d9294-0352-422a-8c8e-0dcd732e32cb", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 14:11:39,102 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-a449cae5-a503-4a8e-bc2d-1862b4e2ae07 2018-10-04 14:11:39,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.195414066315s 2018-10-04 14:11:39,103 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-a449cae5-a503-4a8e-bc2d-1862b4e2ae07 returning object 0a8100bb-147c-44cb-a418-335841f41a40 2018-10-04 14:11:39,104 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_7b0d9294-0352-422a-8c8e-0dcd732e32cb', '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'ba8ec7ddbe634bf4b6238a0de4b4bf1a', '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'0a8100bb-147c-44cb-a418-335841f41a40', 'swap': 0}) 2018-10-04 14:11:39,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 14:11:39,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/0a8100bb-147c-44cb-a418-335841f41a40/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" -d '{"extra_specs": {}}' 2018-10-04 14:11:39,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11: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-6a72a627-d5a9-49c6-8e36-0b7e33a97109 x-compute-request-id: req-6a72a627-d5a9-49c6-8e36-0b7e33a97109 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 14:11:39,125 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/0a8100bb-147c-44cb-a418-335841f41a40/os-extra_specs used request id req-6a72a627-d5a9-49c6-8e36-0b7e33a97109 2018-10-04 14:11:39,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0202970504761s 2018-10-04 14:11:39,125 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/0a8100bb-147c-44cb-a418-335841f41a40/os-extra_specs used request id req-6a72a627-d5a9-49c6-8e36-0b7e33a97109 2018-10-04 14:11:39,126 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-04 14:11:41,698 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-04 14:11:41.294 115 INFO rally.deployment.engine [-] Deployment e2611fa7-89a1-4762-8519-8167dbc20d8d | Starting: Destroy cloud and free allocated resources. 2018-10-04 14:11:41.373 115 INFO rally.deployment.engine [-] Deployment e2611fa7-89a1-4762-8519-8167dbc20d8d | Completed: Destroy cloud and free allocated resources. 2018-10-04 14:11:41.414 115 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=327bf50e-c71c-4860-90c2-92f47eaf61a3) for deployment 'opnfv-rally'. 2018-10-04 14:11:41.431 115 INFO rally.api [-] Deleting verification (UUID=16543093-d39d-45ff-94af-f53b4891656f). 2018-10-04 14:11:41.469 115 INFO rally.api [-] Verification has been successfully deleted! 2018-10-04 14:11:41.469 115 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=327bf50e-c71c-4860-90c2-92f47eaf61a3). 2018-10-04 14:11:41.476 115 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-04 14:11:44,265 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-04 14:11:43.987 118 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=ada188c9-d290-4905-bff7-f77777ad842f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | ada188c9-d290-4905-bff7-f77777ad842f | 2018-10-04T14:11:43 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: ada188c9-d290-4905-bff7-f77777ad842f ~/.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-10-04 14:11:47,766 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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 | +-------------+-------------------+-----------+ 2018-10-04 14:11:47,767 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-10-04 14:11:47,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-04 14:11:47,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}365b5d4db9231c726fb2d8d6d2b2174135ce7bc3" 2018-10-04 14:11:47,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11: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-aba8b7c7-51f9-4dd7-8599-77964128b508 x-compute-request-id: req-aba8b7c7-51f9-4dd7-8599-77964128b508 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 192}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-04 14:11:47,973 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-aba8b7c7-51f9-4dd7-8599-77964128b508 2018-10-04 14:11:47,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.205504894257s 2018-10-04 14:11:47,974 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-aba8b7c7-51f9-4dd7-8599-77964128b508 2018-10-04 14:11:47,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 14:11:47,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_7b0d9294-0352-422a-8c8e-0dcd732e32cb", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-04 14:11:48,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11: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-55ef906f-ec21-4096-bab2-3238975ab08f x-compute-request-id: req-55ef906f-ec21-4096-bab2-3238975ab08f Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/00ed0d8a-71b7-4853-aedc-770635811b3e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/00ed0d8a-71b7-4853-aedc-770635811b3e", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "00ed0d8a-71b7-4853-aedc-770635811b3e", "name": "rally_sanity-flavor_alt_7b0d9294-0352-422a-8c8e-0dcd732e32cb", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 14:11:48,033 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-55ef906f-ec21-4096-bab2-3238975ab08f 2018-10-04 14:11:48,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0577440261841s 2018-10-04 14:11:48,033 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-55ef906f-ec21-4096-bab2-3238975ab08f returning object 00ed0d8a-71b7-4853-aedc-770635811b3e 2018-10-04 14:11:48,034 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_7b0d9294-0352-422a-8c8e-0dcd732e32cb', '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'ba8ec7ddbe634bf4b6238a0de4b4bf1a', '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'00ed0d8a-71b7-4853-aedc-770635811b3e', 'swap': 0}) 2018-10-04 14:11:48,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 14:11:48,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/00ed0d8a-71b7-4853-aedc-770635811b3e/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" -d '{"extra_specs": {}}' 2018-10-04 14:11:48,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:11: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-37b3c5fd-6511-41c7-8c68-b653866c0504 x-compute-request-id: req-37b3c5fd-6511-41c7-8c68-b653866c0504 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 14:11:48,056 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/00ed0d8a-71b7-4853-aedc-770635811b3e/os-extra_specs used request id req-37b3c5fd-6511-41c7-8c68-b653866c0504 2018-10-04 14:11:48,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.020724773407s 2018-10-04 14:11:48,056 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/00ed0d8a-71b7-4853-aedc-770635811b3e/os-extra_specs used request id req-37b3c5fd-6511-41c7-8c68-b653866c0504 2018-10-04 14:11:48,056 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_7b0d9294-0352-422a-8c8e-0dcd732e32cb', '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'ba8ec7ddbe634bf4b6238a0de4b4bf1a', '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'00ed0d8a-71b7-4853-aedc-770635811b3e', 'swap': 0}) 2018-10-04 14:11:48,057 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-10-04 14:11:48,061 - 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-10-04 14:11:48,062 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-04 14:11:48,075 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-04 14:11:48,083 - 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': '645ecc6f-578c-45f3-95e2-ea209cffea78', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb', 'flavor_name': 'rally_sanity-flavor_7b0d9294-0352-422a-8c8e-0dcd732e32cb', '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_7b0d9294-0352-422a-8c8e-0dcd732e32cb', '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-10-04 14:12:50,395 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 81779943-6ad4-476c-b874-f673d2638c0f 2018-10-04 14:12:50,395 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-10-04 14:12:50,396 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '81779943-6ad4-476c-b874-f673d2638c0f'] 2018-10-04 14:12:51,427 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 81779943-6ad4-476c-b874-f673d2638c0f -------------------------------------------------------------------------------- Task 81779943-6ad4-476c-b874-f673d2638c0f: finished -------------------------------------------------------------------------------- test scenario Authenticate.keystone args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 81779943-6ad4-476c-b874-f673d2638c0f 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.561 | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 100.0% | 1 | | total | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 100.0% | 1 | | -> duration | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.560654 Full duration: 7.512558 -------------------------------------------------------------------------------- test scenario Authenticate.validate_cinder args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 81779943-6ad4-476c-b874-f673d2638c0f 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.324 | 0.324 | 0.324 | 0.324 | 0.324 | 0.324 | 100.0% | 1 | | total | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 100.0% | 1 | | -> duration | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.801508 Full duration: 7.475516 -------------------------------------------------------------------------------- test scenario Authenticate.validate_glance args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 81779943-6ad4-476c-b874-f673d2638c0f 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.52 | 0.52 | 0.52 | 0.52 | 0.52 | 0.52 | 100.0% | 1 | | total | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 100.0% | 1 | | -> duration | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.926673 Full duration: 8.258473 -------------------------------------------------------------------------------- test scenario Authenticate.validate_heat args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 81779943-6ad4-476c-b874-f673d2638c0f 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 | 0.358 | 0.358 | 0.358 | 0.358 | 0.358 | 0.358 | 100.0% | 1 | | total | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 100.0% | 1 | | -> duration | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.801313 Full duration: 7.750975 -------------------------------------------------------------------------------- test scenario Authenticate.validate_neutron args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 81779943-6ad4-476c-b874-f673d2638c0f 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.523 | 0.523 | 0.523 | 0.523 | 0.523 | 0.523 | 100.0% | 1 | | total | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 100.0% | 1 | | -> duration | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.932084 Full duration: 7.831109 -------------------------------------------------------------------------------- test scenario Authenticate.validate_nova args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 81779943-6ad4-476c-b874-f673d2638c0f 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.23 | 0.23 | 0.23 | 0.23 | 0.23 | 0.23 | 100.0% | 1 | | total | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> duration | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.687901 Full duration: 7.615735 HINTS: * To plot HTML graphics with this data, run: rally task report 81779943-6ad4-476c-b874-f673d2638c0f --out output.html * To generate a JUnit report, run: rally task export 81779943-6ad4-476c-b874-f673d2638c0f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 81779943-6ad4-476c-b874-f673d2638c0f --json --out output.json 2018-10-04 14:12:51,428 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '81779943-6ad4-476c-b874-f673d2638c0f', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-10-04 14:12:53,789 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 81779943-6ad4-476c-b874-f673d2638c0f --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-10-04 14:12:53.688 726 INFO rally.api [-] Building 'json' report for the following task(s): '81779943-6ad4-476c-b874-f673d2638c0f'. 2018-10-04 14:12:53.693 726 INFO rally.api [-] The report has been successfully built. 2018-10-04 14:12:53,790 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '81779943-6ad4-476c-b874-f673d2638c0f', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-10-04 14:12:55,998 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 81779943-6ad4-476c-b874-f673d2638c0f --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-10-04 14:12:55.868 729 INFO rally.api [-] Building 'html' report for the following task(s): '81779943-6ad4-476c-b874-f673d2638c0f'. 2018-10-04 14:12:55.892 729 INFO rally.api [-] The report has been successfully built. 2018-10-04 14:12:56,000 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-10-04 14:12:56,000 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-10-04 14:12:56,012 - 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-10-04 14:12:56,012 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-04 14:12:56,018 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-04 14:12:56,018 - 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': '645ecc6f-578c-45f3-95e2-ea209cffea78', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb', 'flavor_name': 'rally_sanity-flavor_7b0d9294-0352-422a-8c8e-0dcd732e32cb', '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_7b0d9294-0352-422a-8c8e-0dcd732e32cb', '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-10-04 14:14:31,821 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a3c645cf-faab-4610-8020-fd9b55ee47e6 2018-10-04 14:14:31,822 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'a3c645cf-faab-4610-8020-fd9b55ee47e6'] 2018-10-04 14:14:32,886 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid a3c645cf-faab-4610-8020-fd9b55ee47e6 -------------------------------------------------------------------------------- Task a3c645cf-faab-4610-8020-fd9b55ee47e6: finished -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_delete_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "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 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task a3c645cf-faab-4610-8020-fd9b55ee47e6 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.043 | 4.043 | 4.043 | 4.043 | 4.043 | 4.043 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 100.0% | 1 | | -> glance_v2.upload_data | 1.096 | 1.096 | 1.096 | 1.096 | 1.096 | 1.096 | 100.0% | 1 | | glance_v2.delete_image | 1.319 | 1.319 | 1.319 | 1.319 | 1.319 | 1.319 | 100.0% | 1 | | total | 5.362 | 5.362 | 5.362 | 5.362 | 5.362 | 5.362 | 100.0% | 1 | | -> duration | 5.362 | 5.362 | 5.362 | 5.362 | 5.362 | 5.362 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.362037 Full duration: 13.624379 -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_list_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "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 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task a3c645cf-faab-4610-8020-fd9b55ee47e6 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.602 | 4.602 | 4.602 | 4.602 | 4.602 | 4.602 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 100.0% | 1 | | -> glance_v2.upload_data | 1.627 | 1.627 | 1.627 | 1.627 | 1.627 | 1.627 | 100.0% | 1 | | glance_v2.list_images | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 100.0% | 1 | | total | 4.64 | 4.64 | 4.64 | 4.64 | 4.64 | 4.64 | 100.0% | 1 | | -> duration | 4.64 | 4.64 | 4.64 | 4.64 | 4.64 | 4.64 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.64024 Full duration: 16.979362 -------------------------------------------------------------------------------- test scenario GlanceImages.list_images args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task a3c645cf-faab-4610-8020-fd9b55ee47e6 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.35 | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 100.0% | 1 | | total | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 100.0% | 1 | | -> duration | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.350177 Full duration: 8.432106 -------------------------------------------------------------------------------- test scenario GlanceImages.create_image_and_boot_instances args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img", "flavor": { "name": "rally_sanity-flavor_7b0d9294-0352-422a-8c8e-0dcd732e32cb" }, "number_instances": 2, "nics": [ { "net-id": "645ecc6f-578c-45f3-95e2-ea209cffea78" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task a3c645cf-faab-4610-8020-fd9b55ee47e6 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.295 | 4.295 | 4.295 | 4.295 | 4.295 | 4.295 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.332 | 0.332 | 0.332 | 0.332 | 0.332 | 0.332 | 100.0% | 1 | | -> glance_v2.upload_data | 1.443 | 1.443 | 1.443 | 1.443 | 1.443 | 1.443 | 100.0% | 1 | | nova.boot_servers | 13.474 | 13.474 | 13.474 | 13.474 | 13.474 | 13.474 | 100.0% | 1 | | total | 17.769 | 17.769 | 17.769 | 17.769 | 17.769 | 17.769 | 100.0% | 1 | | -> duration | 16.769 | 16.769 | 16.769 | 16.769 | 16.769 | 16.769 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.769135 Full duration: 39.106565 HINTS: * To plot HTML graphics with this data, run: rally task report a3c645cf-faab-4610-8020-fd9b55ee47e6 --out output.html * To generate a JUnit report, run: rally task export a3c645cf-faab-4610-8020-fd9b55ee47e6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a3c645cf-faab-4610-8020-fd9b55ee47e6 --json --out output.json 2018-10-04 14:14:32,887 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'a3c645cf-faab-4610-8020-fd9b55ee47e6', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-10-04 14:14:35,143 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid a3c645cf-faab-4610-8020-fd9b55ee47e6 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-10-04 14:14:35.029 1282 INFO rally.api [-] Building 'json' report for the following task(s): 'a3c645cf-faab-4610-8020-fd9b55ee47e6'. 2018-10-04 14:14:35.034 1282 INFO rally.api [-] The report has been successfully built. 2018-10-04 14:14:35,144 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'a3c645cf-faab-4610-8020-fd9b55ee47e6', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-10-04 14:14:37,242 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid a3c645cf-faab-4610-8020-fd9b55ee47e6 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-10-04 14:14:37.115 1285 INFO rally.api [-] Building 'html' report for the following task(s): 'a3c645cf-faab-4610-8020-fd9b55ee47e6'. 2018-10-04 14:14:37.136 1285 INFO rally.api [-] The report has been successfully built. 2018-10-04 14:14:37,248 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-10-04 14:14:37,248 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-10-04 14:14:37,249 - 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-10-04 14:14:37,249 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-04 14:14:37,265 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-04 14:14:37,266 - 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': '645ecc6f-578c-45f3-95e2-ea209cffea78', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb', 'flavor_name': 'rally_sanity-flavor_7b0d9294-0352-422a-8c8e-0dcd732e32cb', '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_7b0d9294-0352-422a-8c8e-0dcd732e32cb', '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-10-04 14:17:58,563 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b5b8b12b-7263-4e58-8d51-64003ad2ef27 2018-10-04 14:17:58,564 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'b5b8b12b-7263-4e58-8d51-64003ad2ef27'] 2018-10-04 14:17:59,608 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid b5b8b12b-7263-4e58-8d51-64003ad2ef27 -------------------------------------------------------------------------------- Task b5b8b12b-7263-4e58-8d51-64003ad2ef27: finished -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_snapshot args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "force": false }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } }, "volumes": { "size": 1, "volumes_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b5b8b12b-7263-4e58-8d51-64003ad2ef27 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.118 | 3.118 | 3.118 | 3.118 | 3.118 | 3.118 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.613 | 2.613 | 2.613 | 2.613 | 2.613 | 2.613 | 100.0% | 1 | | total | 5.732 | 5.732 | 5.732 | 5.732 | 5.732 | 5.732 | 100.0% | 1 | | -> duration | 5.732 | 5.732 | 5.732 | 5.732 | 5.732 | 5.732 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.731848 Full duration: 24.521747 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": { "max": 1, "min": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task b5b8b12b-7263-4e58-8d51-64003ad2ef27 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.142 | 3.142 | 3.142 | 3.142 | 3.142 | 3.142 | 100.0% | 1 | | cinder_v2.delete_volume | 2.314 | 2.314 | 2.314 | 2.314 | 2.314 | 2.314 | 100.0% | 1 | | total | 5.456 | 5.456 | 5.456 | 5.456 | 5.456 | 5.456 | 100.0% | 1 | | -> duration | 5.456 | 5.456 | 5.456 | 5.456 | 5.456 | 5.456 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.456248 Full duration: 16.043792 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task b5b8b12b-7263-4e58-8d51-64003ad2ef27 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.908 | 8.908 | 8.908 | 8.908 | 8.908 | 8.908 | 100.0% | 1 | | cinder_v2.delete_volume | 2.45 | 2.45 | 2.45 | 2.45 | 2.45 | 2.45 | 100.0% | 1 | | total | 11.359 | 11.359 | 11.359 | 11.359 | 11.359 | 11.359 | 100.0% | 1 | | -> duration | 11.359 | 11.359 | 11.359 | 11.359 | 11.359 | 11.359 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.358925 Full duration: 22.000088 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task b5b8b12b-7263-4e58-8d51-64003ad2ef27 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.886 | 3.886 | 3.886 | 3.886 | 3.886 | 3.886 | 100.0% | 1 | | cinder_v2.delete_volume | 2.531 | 2.531 | 2.531 | 2.531 | 2.531 | 2.531 | 100.0% | 1 | | total | 6.418 | 6.418 | 6.418 | 6.418 | 6.418 | 6.418 | 100.0% | 1 | | -> duration | 6.418 | 6.418 | 6.418 | 6.418 | 6.418 | 6.418 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.417567 Full duration: 16.33964 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_extend_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "new_size": 2, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task b5b8b12b-7263-4e58-8d51-64003ad2ef27 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.427 | 3.427 | 3.427 | 3.427 | 3.427 | 3.427 | 100.0% | 1 | | cinder_v2.extend_volume | 2.544 | 2.544 | 2.544 | 2.544 | 2.544 | 2.544 | 100.0% | 1 | | cinder_v2.delete_volume | 2.621 | 2.621 | 2.621 | 2.621 | 2.621 | 2.621 | 100.0% | 1 | | total | 8.593 | 8.593 | 8.593 | 8.593 | 8.593 | 8.593 | 100.0% | 1 | | -> duration | 8.593 | 8.593 | 8.593 | 8.593 | 8.593 | 8.593 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.592767 Full duration: 18.637441 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_from_volume_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } }, "volumes": { "size": 1, "volumes_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b5b8b12b-7263-4e58-8d51-64003ad2ef27 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.336 | 3.336 | 3.336 | 3.336 | 3.336 | 3.336 | 100.0% | 1 | | cinder_v2.delete_volume | 2.442 | 2.442 | 2.442 | 2.442 | 2.442 | 2.442 | 100.0% | 1 | | total | 5.779 | 5.779 | 5.779 | 5.779 | 5.779 | 5.779 | 100.0% | 1 | | -> duration | 5.779 | 5.779 | 5.779 | 5.779 | 5.779 | 5.779 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.778762 Full duration: 22.763251 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_list_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "consumer": "both", "write_iops_sec": "10", "read_iops_sec": "1000" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b5b8b12b-7263-4e58-8d51-64003ad2ef27 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.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | cinder_v2.list_qos | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 100.0% | 1 | | total | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | -> duration | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.81056 Full duration: 12.495556 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_set_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "consumer": "back-end", "write_iops_sec": "10", "read_iops_sec": "1000", "set_consumer": "both", "set_write_iops_sec": "11", "set_read_iops_sec": "1001" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b5b8b12b-7263-4e58-8d51-64003ad2ef27 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.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | cinder_v2.set_qos | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 100.0% | 1 | | total | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | -> duration | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.830372 Full duration: 12.468402 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_and_list_volume_types args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "description": "rally tests creating types" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b5b8b12b-7263-4e58-8d51-64003ad2ef27 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.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | cinder_v2.list_types | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 100.0% | 1 | | total | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> duration | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.771412 Full duration: 12.21931 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_volume_type_and_encryption_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "description": "rally tests creating types", "provider": "LuksEncryptor", "cipher": "aes-xts-plain64", "key_size": 512, "control_location": "front-end" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b5b8b12b-7263-4e58-8d51-64003ad2ef27 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.647 | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 100.0% | 1 | | total | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 100.0% | 1 | | -> duration | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.846237 Full duration: 12.508278 HINTS: * To plot HTML graphics with this data, run: rally task report b5b8b12b-7263-4e58-8d51-64003ad2ef27 --out output.html * To generate a JUnit report, run: rally task export b5b8b12b-7263-4e58-8d51-64003ad2ef27 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b5b8b12b-7263-4e58-8d51-64003ad2ef27 --json --out output.json 2018-10-04 14:17:59,609 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'b5b8b12b-7263-4e58-8d51-64003ad2ef27', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-10-04 14:18:02,096 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid b5b8b12b-7263-4e58-8d51-64003ad2ef27 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-10-04 14:18:01.979 3074 INFO rally.api [-] Building 'json' report for the following task(s): 'b5b8b12b-7263-4e58-8d51-64003ad2ef27'. 2018-10-04 14:18:01.988 3074 INFO rally.api [-] The report has been successfully built. 2018-10-04 14:18:02,096 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'b5b8b12b-7263-4e58-8d51-64003ad2ef27', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-10-04 14:18:04,577 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid b5b8b12b-7263-4e58-8d51-64003ad2ef27 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-10-04 14:18:04.437 3077 INFO rally.api [-] Building 'html' report for the following task(s): 'b5b8b12b-7263-4e58-8d51-64003ad2ef27'. 2018-10-04 14:18:04.469 3077 INFO rally.api [-] The report has been successfully built. 2018-10-04 14:18:04,588 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-10-04 14:18:04,589 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-10-04 14:18:04,589 - 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-10-04 14:18:04,590 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-04 14:18:04,606 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-04 14:18:04,606 - 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': '645ecc6f-578c-45f3-95e2-ea209cffea78', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb', 'flavor_name': 'rally_sanity-flavor_7b0d9294-0352-422a-8c8e-0dcd732e32cb', '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_7b0d9294-0352-422a-8c8e-0dcd732e32cb', '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-10-04 14:19:25,658 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 27fc961e-3bea-4b6f-bd84-701ebf4966df 2018-10-04 14:19:25,659 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '27fc961e-3bea-4b6f-bd84-701ebf4966df'] 2018-10-04 14:19:26,723 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 27fc961e-3bea-4b6f-bd84-701ebf4966df -------------------------------------------------------------------------------- Task 27fc961e-3bea-4b6f-bd84-701ebf4966df: finished -------------------------------------------------------------------------------- test scenario HeatStacks.create_update_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "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 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task 27fc961e-3bea-4b6f-bd84-701ebf4966df 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 | 4.58 | 4.58 | 4.58 | 4.58 | 4.58 | 4.58 | 100.0% | 1 | | heat.update_stack | 2.823 | 2.823 | 2.823 | 2.823 | 2.823 | 2.823 | 100.0% | 1 | | heat.delete_stack | 2.843 | 2.843 | 2.843 | 2.843 | 2.843 | 2.843 | 100.0% | 1 | | total | 10.246 | 10.246 | 10.246 | 10.246 | 10.246 | 10.246 | 100.0% | 1 | | -> duration | 6.246 | 6.246 | 6.246 | 6.246 | 6.246 | 6.246 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.246358 Full duration: 18.429463 -------------------------------------------------------------------------------- test scenario HeatStacks.create_check_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "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 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task 27fc961e-3bea-4b6f-bd84-701ebf4966df 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 | 4.448 | 4.448 | 4.448 | 4.448 | 4.448 | 4.448 | 100.0% | 1 | | heat.check_stack | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 100.0% | 1 | | heat.delete_stack | 1.758 | 1.758 | 1.758 | 1.758 | 1.758 | 1.758 | 100.0% | 1 | | total | 7.089 | 7.089 | 7.089 | 7.089 | 7.089 | 7.089 | 100.0% | 1 | | -> duration | 5.089 | 5.089 | 5.089 | 5.089 | 5.089 | 5.089 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.089391 Full duration: 15.40439 -------------------------------------------------------------------------------- test scenario HeatStacks.create_suspend_resume_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "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 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task 27fc961e-3bea-4b6f-bd84-701ebf4966df 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 | 4.674 | 4.674 | 4.674 | 4.674 | 4.674 | 4.674 | 100.0% | 1 | | heat.suspend_stack | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 100.0% | 1 | | heat.resume_stack | 1.538 | 1.538 | 1.538 | 1.538 | 1.538 | 1.538 | 100.0% | 1 | | heat.delete_stack | 1.612 | 1.612 | 1.612 | 1.612 | 1.612 | 1.612 | 100.0% | 1 | | total | 8.332 | 8.332 | 8.332 | 8.332 | 8.332 | 8.332 | 100.0% | 1 | | -> duration | 6.332 | 6.332 | 6.332 | 6.332 | 6.332 | 6.332 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.331828 Full duration: 18.417654 -------------------------------------------------------------------------------- test scenario HeatStacks.list_stacks_and_resources args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task 27fc961e-3bea-4b6f-bd84-701ebf4966df 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.598 | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 100.0% | 1 | | total | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | -> duration | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.598564 Full duration: 8.478829 HINTS: * To plot HTML graphics with this data, run: rally task report 27fc961e-3bea-4b6f-bd84-701ebf4966df --out output.html * To generate a JUnit report, run: rally task export 27fc961e-3bea-4b6f-bd84-701ebf4966df --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 27fc961e-3bea-4b6f-bd84-701ebf4966df --json --out output.json 2018-10-04 14:19:26,724 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '27fc961e-3bea-4b6f-bd84-701ebf4966df', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-10-04 14:19:28,975 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 27fc961e-3bea-4b6f-bd84-701ebf4966df --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-10-04 14:19:28.859 3810 INFO rally.api [-] Building 'json' report for the following task(s): '27fc961e-3bea-4b6f-bd84-701ebf4966df'. 2018-10-04 14:19:28.865 3810 INFO rally.api [-] The report has been successfully built. 2018-10-04 14:19:28,975 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '27fc961e-3bea-4b6f-bd84-701ebf4966df', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-10-04 14:19:31,089 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 27fc961e-3bea-4b6f-bd84-701ebf4966df --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-10-04 14:19:30.958 3813 INFO rally.api [-] Building 'html' report for the following task(s): '27fc961e-3bea-4b6f-bd84-701ebf4966df'. 2018-10-04 14:19:30.982 3813 INFO rally.api [-] The report has been successfully built. 2018-10-04 14:19:31,093 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-10-04 14:19:31,094 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-10-04 14:19:31,094 - 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-10-04 14:19:31,094 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-04 14:19:31,109 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-04 14:19:31,116 - 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': '645ecc6f-578c-45f3-95e2-ea209cffea78', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb', 'flavor_name': 'rally_sanity-flavor_7b0d9294-0352-422a-8c8e-0dcd732e32cb', '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_7b0d9294-0352-422a-8c8e-0dcd732e32cb', '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-10-04 14:22:47,374 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : dde70bf5-ddd8-4466-84eb-4a7fa9ba4a2c 2018-10-04 14:22:47,375 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'dde70bf5-ddd8-4466-84eb-4a7fa9ba4a2c'] 2018-10-04 14:22:48,514 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid dde70bf5-ddd8-4466-84eb-4a7fa9ba4a2c -------------------------------------------------------------------------------- Task dde70bf5-ddd8-4466-84eb-4a7fa9ba4a2c: finished -------------------------------------------------------------------------------- test scenario KeystoneBasic.add_and_remove_user_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task dde70bf5-ddd8-4466-84eb-4a7fa9ba4a2c 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.515 | 0.515 | 0.515 | 0.515 | 0.515 | 0.515 | 100.0% | 1 | | keystone_v3.add_role | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 100.0% | 1 | | keystone_v3.revoke_role | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 100.0% | 1 | | total | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> duration | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.786283 Full duration: 14.595425 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_add_and_list_user_roles args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task dde70bf5-ddd8-4466-84eb-4a7fa9ba4a2c 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.515 | 0.515 | 0.515 | 0.515 | 0.515 | 0.515 | 100.0% | 1 | | keystone_v3.add_role | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | keystone_v3.list_roles | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | total | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | -> duration | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.75255 Full duration: 14.616408 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_tenants args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task dde70bf5-ddd8-4466-84eb-4a7fa9ba4a2c 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.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | keystone_v3.list_projects | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> duration | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.779066 Full duration: 14.767922 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task dde70bf5-ddd8-4466-84eb-4a7fa9ba4a2c 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.49 | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 100.0% | 1 | | keystone_v3.delete_role | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | total | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> duration | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.60911 Full duration: 12.427168 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_service args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task dde70bf5-ddd8-4466-84eb-4a7fa9ba4a2c 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.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | keystone_v3.delete_service | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | -> duration | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.593002 Full duration: 12.202566 -------------------------------------------------------------------------------- test scenario KeystoneBasic.get_entities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task dde70bf5-ddd8-4466-84eb-4a7fa9ba4a2c 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.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | keystone_v3.create_user | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | -> keystone_v3.add_role | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 100.0% | 1 | | keystone_v3.create_role | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 100.0% | 1 | | keystone_v3.get_project | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.get_user | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | keystone_v3.get_role | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | keystone_v3.list_services | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | keystone_v3.get_services | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | total | 1.82 | 1.82 | 1.82 | 1.82 | 1.82 | 1.82 | 100.0% | 1 | | -> duration | 1.82 | 1.82 | 1.82 | 1.82 | 1.82 | 1.82 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.820221 Full duration: 19.689727 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_update_and_delete_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task dde70bf5-ddd8-4466-84eb-4a7fa9ba4a2c 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.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | keystone_v3.update_project | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | keystone_v3.delete_project | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | total | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 100.0% | 1 | | -> duration | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.054422 Full duration: 12.876289 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task dde70bf5-ddd8-4466-84eb-4a7fa9ba4a2c 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.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | total | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> duration | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.785403 Full duration: 14.552792 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task dde70bf5-ddd8-4466-84eb-4a7fa9ba4a2c 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.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | total | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> duration | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.770851 Full duration: 14.539853 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task dde70bf5-ddd8-4466-84eb-4a7fa9ba4a2c 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.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | keystone_v3.list_users | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 100.0% | 1 | | total | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | -> duration | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.904123 Full duration: 14.958539 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant_with_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "users_per_tenant": 10 }, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task dde70bf5-ddd8-4466-84eb-4a7fa9ba4a2c 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.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | keystone_v3.create_users | 5.151 | 5.151 | 5.151 | 5.151 | 5.151 | 5.151 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.151 | 5.151 | 5.151 | 5.151 | 5.151 | 5.151 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.288 | 1.288 | 1.288 | 1.288 | 1.288 | 1.288 | 100.0% | 1 | | total | 6.822 | 6.822 | 6.822 | 6.822 | 6.822 | 6.822 | 100.0% | 1 | | -> duration | 6.822 | 6.822 | 6.822 | 6.822 | 6.822 | 6.822 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.822144 Full duration: 23.020876 HINTS: * To plot HTML graphics with this data, run: rally task report dde70bf5-ddd8-4466-84eb-4a7fa9ba4a2c --out output.html * To generate a JUnit report, run: rally task export dde70bf5-ddd8-4466-84eb-4a7fa9ba4a2c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report dde70bf5-ddd8-4466-84eb-4a7fa9ba4a2c --json --out output.json 2018-10-04 14:22:48,515 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'dde70bf5-ddd8-4466-84eb-4a7fa9ba4a2c', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-10-04 14:22:50,728 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid dde70bf5-ddd8-4466-84eb-4a7fa9ba4a2c --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-10-04 14:22:50.614 5728 INFO rally.api [-] Building 'json' report for the following task(s): 'dde70bf5-ddd8-4466-84eb-4a7fa9ba4a2c'. 2018-10-04 14:22:50.624 5728 INFO rally.api [-] The report has been successfully built. 2018-10-04 14:22:50,728 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'dde70bf5-ddd8-4466-84eb-4a7fa9ba4a2c', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-10-04 14:22:53,133 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid dde70bf5-ddd8-4466-84eb-4a7fa9ba4a2c --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-10-04 14:22:52.958 5731 INFO rally.api [-] Building 'html' report for the following task(s): 'dde70bf5-ddd8-4466-84eb-4a7fa9ba4a2c'. 2018-10-04 14:22:52.991 5731 INFO rally.api [-] The report has been successfully built. 2018-10-04 14:22:53,141 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-10-04 14:22:53,141 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-10-04 14:22:53,142 - 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-10-04 14:22:53,142 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-04 14:22:53,151 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-04 14:22:53,161 - 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': '645ecc6f-578c-45f3-95e2-ea209cffea78', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb', 'flavor_name': 'rally_sanity-flavor_7b0d9294-0352-422a-8c8e-0dcd732e32cb', '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_7b0d9294-0352-422a-8c8e-0dcd732e32cb', '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-10-04 14:29:02,911 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4be13d1c-8d90-4ac0-ab54-a6eeebde4acc 2018-10-04 14:29:02,912 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '4be13d1c-8d90-4ac0-ab54-a6eeebde4acc'] 2018-10-04 14:29:04,041 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 4be13d1c-8d90-4ac0-ab54-a6eeebde4acc -------------------------------------------------------------------------------- Task 4be13d1c-8d90-4ac0-ab54-a6eeebde4acc: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task 4be13d1c-8d90-4ac0-ab54-a6eeebde4acc 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.923 | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 100.0% | 1 | | neutron.delete_network | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | total | 1.738 | 1.738 | 1.738 | 1.738 | 1.738 | 1.738 | 100.0% | 1 | | -> duration | 1.738 | 1.738 | 1.738 | 1.738 | 1.738 | 1.738 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.738222 Full duration: 15.089049 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "port_create_args": {}, "ports_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "port": -1 } } } } -------------------------------------------------------------------------------- Task 4be13d1c-8d90-4ac0-ab54-a6eeebde4acc 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.457 | 1.457 | 1.457 | 1.457 | 1.457 | 1.457 | 100.0% | 1 | | neutron.delete_port | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 100.0% | 1 | | total | 2.099 | 2.099 | 2.099 | 2.099 | 2.099 | 2.099 | 100.0% | 1 | | -> duration | 2.099 | 2.099 | 2.099 | 2.099 | 2.099 | 2.099 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.099174 Full duration: 34.90733 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "router_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1, "port": -1, "router": -1 } } } } -------------------------------------------------------------------------------- Task 4be13d1c-8d90-4ac0-ab54-a6eeebde4acc 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.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | neutron.create_subnet | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | neutron.create_router | 3.336 | 3.336 | 3.336 | 3.336 | 3.336 | 3.336 | 100.0% | 1 | | neutron.add_interface_router | 2.048 | 2.048 | 2.048 | 2.048 | 2.048 | 2.048 | 100.0% | 1 | | neutron.remove_interface_router | 1.33 | 1.33 | 1.33 | 1.33 | 1.33 | 1.33 | 100.0% | 1 | | neutron.delete_router | 1.889 | 1.889 | 1.889 | 1.889 | 1.889 | 1.889 | 100.0% | 1 | | total | 10.221 | 10.221 | 10.221 | 10.221 | 10.221 | 10.221 | 100.0% | 1 | | -> duration | 10.221 | 10.221 | 10.221 | 10.221 | 10.221 | 10.221 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.220577 Full duration: 49.667454 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1 } } } } -------------------------------------------------------------------------------- Task 4be13d1c-8d90-4ac0-ab54-a6eeebde4acc 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.003 | 1.003 | 1.003 | 1.003 | 1.003 | 1.003 | 100.0% | 1 | | neutron.delete_subnet | 1.369 | 1.369 | 1.369 | 1.369 | 1.369 | 1.369 | 100.0% | 1 | | total | 2.373 | 2.373 | 2.373 | 2.373 | 2.373 | 2.373 | 100.0% | 1 | | -> duration | 2.373 | 2.373 | 2.373 | 2.373 | 2.373 | 2.373 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.373203 Full duration: 36.00023 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task 4be13d1c-8d90-4ac0-ab54-a6eeebde4acc 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.929 | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 100.0% | 1 | | neutron.list_networks | 0.287 | 0.287 | 0.287 | 0.287 | 0.287 | 0.287 | 100.0% | 1 | | total | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 100.0% | 1 | | -> duration | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.216229 Full duration: 17.108667 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "port_create_args": {}, "ports_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "port": -1 } } } } -------------------------------------------------------------------------------- Task 4be13d1c-8d90-4ac0-ab54-a6eeebde4acc 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.493 | 1.493 | 1.493 | 1.493 | 1.493 | 1.493 | 100.0% | 1 | | neutron.list_ports | 0.244 | 0.244 | 0.244 | 0.244 | 0.244 | 0.244 | 100.0% | 1 | | total | 1.737 | 1.737 | 1.737 | 1.737 | 1.737 | 1.737 | 100.0% | 1 | | -> duration | 1.737 | 1.737 | 1.737 | 1.737 | 1.737 | 1.737 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.737218 Full duration: 35.986785 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "router_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1, "router": -1 } } } } -------------------------------------------------------------------------------- Task 4be13d1c-8d90-4ac0-ab54-a6eeebde4acc 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.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | neutron.create_subnet | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | neutron.create_router | 3.207 | 3.207 | 3.207 | 3.207 | 3.207 | 3.207 | 100.0% | 1 | | neutron.add_interface_router | 2.013 | 2.013 | 2.013 | 2.013 | 2.013 | 2.013 | 100.0% | 1 | | neutron.list_routers | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 100.0% | 1 | | total | 7.041 | 7.041 | 7.041 | 7.041 | 7.041 | 7.041 | 100.0% | 1 | | -> duration | 7.041 | 7.041 | 7.041 | 7.041 | 7.041 | 7.041 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.040711 Full duration: 49.143848 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1 } } } } -------------------------------------------------------------------------------- Task 4be13d1c-8d90-4ac0-ab54-a6eeebde4acc 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.021 | 1.021 | 1.021 | 1.021 | 1.021 | 1.021 | 100.0% | 1 | | neutron.create_subnet | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | neutron.list_subnets | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 1.966 | 1.966 | 1.966 | 1.966 | 1.966 | 1.966 | 100.0% | 1 | | -> duration | 1.966 | 1.966 | 1.966 | 1.966 | 1.966 | 1.966 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.966335 Full duration: 42.315836 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_groups args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "security_group": -1 } } } } -------------------------------------------------------------------------------- Task 4be13d1c-8d90-4ac0-ab54-a6eeebde4acc 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.848 | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 100.0% | 1 | | neutron.delete_security_group | 0.285 | 0.285 | 0.285 | 0.285 | 0.285 | 0.285 | 100.0% | 1 | | total | 1.133 | 1.133 | 1.133 | 1.133 | 1.133 | 1.133 | 100.0% | 1 | | -> duration | 1.133 | 1.133 | 1.133 | 1.133 | 1.133 | 1.133 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.133064 Full duration: 14.514931 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_group_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "security_group": -1 } } } } -------------------------------------------------------------------------------- Task 4be13d1c-8d90-4ac0-ab54-a6eeebde4acc 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.963 | 0.963 | 0.963 | 0.963 | 0.963 | 0.963 | 100.0% | 1 | | neutron.create_security_group_rule | 0.346 | 0.346 | 0.346 | 0.346 | 0.346 | 0.346 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.256 | 0.256 | 0.256 | 0.256 | 0.256 | 0.256 | 100.0% | 1 | | neutron.delete_security_group | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | total | 1.69 | 1.69 | 1.69 | 1.69 | 1.69 | 1.69 | 100.0% | 1 | | -> duration | 1.69 | 1.69 | 1.69 | 1.69 | 1.69 | 1.69 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.68991 Full duration: 14.836243 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1, "router": -1 } }, "roles": [ "admin" ] } } -------------------------------------------------------------------------------- Task 4be13d1c-8d90-4ac0-ab54-a6eeebde4acc 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.942 | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 100.0% | 1 | | neutron.create_router | 3.884 | 3.884 | 3.884 | 3.884 | 3.884 | 3.884 | 100.0% | 1 | | neutron.add_gateway_router | 1.763 | 1.763 | 1.763 | 1.763 | 1.763 | 1.763 | 100.0% | 1 | | neutron.remove_gateway_router | 1.064 | 1.064 | 1.064 | 1.064 | 1.064 | 1.064 | 100.0% | 1 | | total | 7.654 | 7.654 | 7.654 | 7.654 | 7.654 | 7.654 | 100.0% | 1 | | -> duration | 7.654 | 7.654 | 7.654 | 7.654 | 7.654 | 7.654 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.653589 Full duration: 31.024567 HINTS: * To plot HTML graphics with this data, run: rally task report 4be13d1c-8d90-4ac0-ab54-a6eeebde4acc --out output.html * To generate a JUnit report, run: rally task export 4be13d1c-8d90-4ac0-ab54-a6eeebde4acc --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4be13d1c-8d90-4ac0-ab54-a6eeebde4acc --json --out output.json 2018-10-04 14:29:04,042 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '4be13d1c-8d90-4ac0-ab54-a6eeebde4acc', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-10-04 14:29:06,452 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 4be13d1c-8d90-4ac0-ab54-a6eeebde4acc --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-10-04 14:29:06.316 9026 INFO rally.api [-] Building 'json' report for the following task(s): '4be13d1c-8d90-4ac0-ab54-a6eeebde4acc'. 2018-10-04 14:29:06.327 9026 INFO rally.api [-] The report has been successfully built. 2018-10-04 14:29:06,453 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '4be13d1c-8d90-4ac0-ab54-a6eeebde4acc', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-10-04 14:29:08,770 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 4be13d1c-8d90-4ac0-ab54-a6eeebde4acc --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-10-04 14:29:08.636 9029 INFO rally.api [-] Building 'html' report for the following task(s): '4be13d1c-8d90-4ac0-ab54-a6eeebde4acc'. 2018-10-04 14:29:08.667 9029 INFO rally.api [-] The report has been successfully built. 2018-10-04 14:29:08,786 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-10-04 14:29:08,787 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-10-04 14:29:08,787 - 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-10-04 14:29:08,787 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-04 14:29:08,803 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-04 14:29:08,813 - 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': '645ecc6f-578c-45f3-95e2-ea209cffea78', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb', 'flavor_name': 'rally_sanity-flavor_7b0d9294-0352-422a-8c8e-0dcd732e32cb', '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_7b0d9294-0352-422a-8c8e-0dcd732e32cb', '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-10-04 14:36:13,390 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : aed86586-2c53-4b96-92f7-fd0e294e5078 2018-10-04 14:36:13,390 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'aed86586-2c53-4b96-92f7-fd0e294e5078'] 2018-10-04 14:36:14,439 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid aed86586-2c53-4b96-92f7-fd0e294e5078 -------------------------------------------------------------------------------- Task aed86586-2c53-4b96-92f7-fd0e294e5078: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_7b0d9294-0352-422a-8c8e-0dcd732e32cb" }, "image": { "name": "rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb" }, "block_migration": false, "nics": [ { "net-id": "645ecc6f-578c-45f3-95e2-ea209cffea78" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task aed86586-2c53-4b96-92f7-fd0e294e5078 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 12.119 | 12.119 | 12.119 | 12.119 | 12.119 | 12.119 | 100.0% | 1 | | nova.find_host_to_migrate | 1.088 | 1.088 | 1.088 | 1.088 | 1.088 | 1.088 | 100.0% | 1 | | nova.live_migrate | 10.802 | 10.802 | 10.802 | 10.802 | 10.802 | 10.802 | 100.0% | 1 | | nova.delete_server | 2.771 | 2.771 | 2.771 | 2.771 | 2.771 | 2.771 | 100.0% | 1 | | total | 26.78 | 26.78 | 26.78 | 26.78 | 26.78 | 26.78 | 100.0% | 1 | | -> duration | 25.78 | 25.78 | 25.78 | 25.78 | 25.78 | 25.78 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 25.779681 Full duration: 36.112648 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_7b0d9294-0352-422a-8c8e-0dcd732e32cb" }, "image": { "name": "rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "645ecc6f-578c-45f3-95e2-ea209cffea78" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task aed86586-2c53-4b96-92f7-fd0e294e5078 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.061 | 10.061 | 10.061 | 10.061 | 10.061 | 10.061 | 100.0% | 1 | | cinder_v2.create_volume | 2.953 | 2.953 | 2.953 | 2.953 | 2.953 | 2.953 | 100.0% | 1 | | nova.attach_volume | 4.407 | 4.407 | 4.407 | 4.407 | 4.407 | 4.407 | 100.0% | 1 | | nova.find_host_to_migrate | 1.489 | 1.489 | 1.489 | 1.489 | 1.489 | 1.489 | 100.0% | 1 | | nova.live_migrate | 14.55 | 14.55 | 14.55 | 14.55 | 14.55 | 14.55 | 100.0% | 1 | | nova.detach_volume | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 100.0% | 1 | | cinder_v2.delete_volume | 2.317 | 2.317 | 2.317 | 2.317 | 2.317 | 2.317 | 100.0% | 1 | | nova.delete_server | 2.804 | 2.804 | 2.804 | 2.804 | 2.804 | 2.804 | 100.0% | 1 | | total | 39.942 | 39.942 | 39.942 | 39.942 | 39.942 | 39.942 | 100.0% | 1 | | -> duration | 38.942 | 38.942 | 38.942 | 38.942 | 38.942 | 38.942 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 38.941766 Full duration: 51.562168 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_7b0d9294-0352-422a-8c8e-0dcd732e32cb" }, "image": { "name": "rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "645ecc6f-578c-45f3-95e2-ea209cffea78" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task aed86586-2c53-4b96-92f7-fd0e294e5078 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.715 | 8.715 | 8.715 | 8.715 | 8.715 | 8.715 | 100.0% | 1 | | nova.boot_server | 12.1 | 12.1 | 12.1 | 12.1 | 12.1 | 12.1 | 100.0% | 1 | | nova.find_host_to_migrate | 1.377 | 1.377 | 1.377 | 1.377 | 1.377 | 1.377 | 100.0% | 1 | | nova.live_migrate | 13.56 | 13.56 | 13.56 | 13.56 | 13.56 | 13.56 | 100.0% | 1 | | nova.delete_server | 7.358 | 7.358 | 7.358 | 7.358 | 7.358 | 7.358 | 100.0% | 1 | | total | 43.11 | 43.11 | 43.11 | 43.11 | 43.11 | 43.11 | 100.0% | 1 | | -> duration | 42.11 | 42.11 | 42.11 | 42.11 | 42.11 | 42.11 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 42.109957 Full duration: 54.790794 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_7b0d9294-0352-422a-8c8e-0dcd732e32cb" }, "image": { "name": "rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb" }, "server_kwargs": { "nics": [ { "net-id": "645ecc6f-578c-45f3-95e2-ea209cffea78" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "key_pairs": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task aed86586-2c53-4b96-92f7-fd0e294e5078 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | nova.boot_server | 8.53 | 8.53 | 8.53 | 8.53 | 8.53 | 8.53 | 100.0% | 1 | | nova.delete_server | 2.945 | 2.945 | 2.945 | 2.945 | 2.945 | 2.945 | 100.0% | 1 | | nova.delete_keypair | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | total | 12.314 | 12.314 | 12.314 | 12.314 | 12.314 | 12.314 | 100.0% | 1 | | -> duration | 11.314 | 11.314 | 11.314 | 11.314 | 11.314 | 11.314 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.313776 Full duration: 44.245035 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_7b0d9294-0352-422a-8c8e-0dcd732e32cb" }, "image": { "name": "rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb" }, "volume_size": 5, "nics": [ { "net-id": "645ecc6f-578c-45f3-95e2-ea209cffea78" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 }, "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task aed86586-2c53-4b96-92f7-fd0e294e5078 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.708 | 8.708 | 8.708 | 8.708 | 8.708 | 8.708 | 100.0% | 1 | | nova.boot_server | 10.34 | 10.34 | 10.34 | 10.34 | 10.34 | 10.34 | 100.0% | 1 | | nova.delete_server | 2.812 | 2.812 | 2.812 | 2.812 | 2.812 | 2.812 | 100.0% | 1 | | total | 21.861 | 21.861 | 21.861 | 21.861 | 21.861 | 21.861 | 100.0% | 1 | | -> duration | 20.861 | 20.861 | 20.861 | 20.861 | 20.861 | 20.861 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.860769 Full duration: 55.435323 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_7b0d9294-0352-422a-8c8e-0dcd732e32cb" }, "image": { "name": "rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb" }, "force_delete": false, "nics": [ { "net-id": "645ecc6f-578c-45f3-95e2-ea209cffea78" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task aed86586-2c53-4b96-92f7-fd0e294e5078 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.217 | 9.217 | 9.217 | 9.217 | 9.217 | 9.217 | 100.0% | 1 | | nova.pause_server | 2.63 | 2.63 | 2.63 | 2.63 | 2.63 | 2.63 | 100.0% | 1 | | nova.unpause_server | 2.776 | 2.776 | 2.776 | 2.776 | 2.776 | 2.776 | 100.0% | 1 | | nova.delete_server | 5.523 | 5.523 | 5.523 | 5.523 | 5.523 | 5.523 | 100.0% | 1 | | total | 20.146 | 20.146 | 20.146 | 20.146 | 20.146 | 20.146 | 100.0% | 1 | | -> duration | 15.146 | 15.146 | 15.146 | 15.146 | 15.146 | 15.146 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.146247 Full duration: 51.361677 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_7b0d9294-0352-422a-8c8e-0dcd732e32cb" }, "image": { "name": "rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb" }, "nics": [ { "net-id": "645ecc6f-578c-45f3-95e2-ea209cffea78" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task aed86586-2c53-4b96-92f7-fd0e294e5078 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.138 | 9.138 | 9.138 | 9.138 | 9.138 | 9.138 | 100.0% | 1 | | nova.migrate | 15.617 | 15.617 | 15.617 | 15.617 | 15.617 | 15.617 | 100.0% | 1 | | nova.resize_confirm | 3.141 | 3.141 | 3.141 | 3.141 | 3.141 | 3.141 | 100.0% | 1 | | nova.delete_server | 2.49 | 2.49 | 2.49 | 2.49 | 2.49 | 2.49 | 100.0% | 1 | | total | 30.386 | 30.386 | 30.386 | 30.386 | 30.386 | 30.386 | 100.0% | 1 | | -> duration | 29.386 | 29.386 | 29.386 | 29.386 | 29.386 | 29.386 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 29.38589 Full duration: 39.888656 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_7b0d9294-0352-422a-8c8e-0dcd732e32cb" }, "image": { "name": "rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task aed86586-2c53-4b96-92f7-fd0e294e5078 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.743 | 9.743 | 9.743 | 9.743 | 9.743 | 9.743 | 100.0% | 1 | | nova.list_interfaces | 0.259 | 0.259 | 0.259 | 0.259 | 0.259 | 0.259 | 100.0% | 1 | | total | 10.003 | 10.003 | 10.003 | 10.003 | 10.003 | 10.003 | 100.0% | 1 | | -> duration | 9.003 | 9.003 | 9.003 | 9.003 | 9.003 | 9.003 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.002659 Full duration: 46.82355 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task aed86586-2c53-4b96-92f7-fd0e294e5078 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | nova.delete_server_group | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | total | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | -> duration | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.727553 Full duration: 9.30308 HINTS: * To plot HTML graphics with this data, run: rally task report aed86586-2c53-4b96-92f7-fd0e294e5078 --out output.html * To generate a JUnit report, run: rally task export aed86586-2c53-4b96-92f7-fd0e294e5078 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report aed86586-2c53-4b96-92f7-fd0e294e5078 --json --out output.json 2018-10-04 14:36:14,440 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'aed86586-2c53-4b96-92f7-fd0e294e5078', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-10-04 14:36:16,589 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid aed86586-2c53-4b96-92f7-fd0e294e5078 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-10-04 14:36:16.473 10672 INFO rally.api [-] Building 'json' report for the following task(s): 'aed86586-2c53-4b96-92f7-fd0e294e5078'. 2018-10-04 14:36:16.482 10672 INFO rally.api [-] The report has been successfully built. 2018-10-04 14:36:16,589 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'aed86586-2c53-4b96-92f7-fd0e294e5078', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-10-04 14:36:18,856 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid aed86586-2c53-4b96-92f7-fd0e294e5078 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-10-04 14:36:18.722 10675 INFO rally.api [-] Building 'html' report for the following task(s): 'aed86586-2c53-4b96-92f7-fd0e294e5078'. 2018-10-04 14:36:18.753 10675 INFO rally.api [-] The report has been successfully built. 2018-10-04 14:36:18,870 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-10-04 14:36:18,870 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-10-04 14:36:18,871 - 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-10-04 14:36:18,871 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-04 14:36:18,887 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-04 14:36:18,898 - 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': '645ecc6f-578c-45f3-95e2-ea209cffea78', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb', 'flavor_name': 'rally_sanity-flavor_7b0d9294-0352-422a-8c8e-0dcd732e32cb', '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_7b0d9294-0352-422a-8c8e-0dcd732e32cb', '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-10-04 14:37:12,157 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 75b9bc69-8af3-4c99-83fd-c40e1345af49 2018-10-04 14:37:12,158 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '75b9bc69-8af3-4c99-83fd-c40e1345af49'] 2018-10-04 14:37:13,148 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 75b9bc69-8af3-4c99-83fd-c40e1345af49 -------------------------------------------------------------------------------- Task 75b9bc69-8af3-4c99-83fd-c40e1345af49: finished -------------------------------------------------------------------------------- test scenario Quotas.cinder_update_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 75b9bc69-8af3-4c99-83fd-c40e1345af49 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.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | quotas.delete_quotas | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 100.0% | 1 | | total | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 100.0% | 1 | | -> duration | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.920875 Full duration: 8.735217 -------------------------------------------------------------------------------- test scenario Quotas.cinder_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 75b9bc69-8af3-4c99-83fd-c40e1345af49 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.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | total | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | -> duration | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.742697 Full duration: 8.439501 -------------------------------------------------------------------------------- test scenario Quotas.neutron_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 75b9bc69-8af3-4c99-83fd-c40e1345af49 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.296 | 0.296 | 0.296 | 0.296 | 0.296 | 0.296 | 100.0% | 1 | | total | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | -> duration | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.686841 Full duration: 8.31881 -------------------------------------------------------------------------------- test scenario Quotas.nova_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 75b9bc69-8af3-4c99-83fd-c40e1345af49 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.247 | 1.247 | 1.247 | 1.247 | 1.247 | 1.247 | 100.0% | 1 | | total | 1.247 | 1.247 | 1.247 | 1.247 | 1.247 | 1.247 | 100.0% | 1 | | -> duration | 1.247 | 1.247 | 1.247 | 1.247 | 1.247 | 1.247 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.247185 Full duration: 8.940182 HINTS: * To plot HTML graphics with this data, run: rally task report 75b9bc69-8af3-4c99-83fd-c40e1345af49 --out output.html * To generate a JUnit report, run: rally task export 75b9bc69-8af3-4c99-83fd-c40e1345af49 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 75b9bc69-8af3-4c99-83fd-c40e1345af49 --json --out output.json 2018-10-04 14:37:13,149 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '75b9bc69-8af3-4c99-83fd-c40e1345af49', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-10-04 14:37:15,420 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 75b9bc69-8af3-4c99-83fd-c40e1345af49 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-10-04 14:37:15.270 11188 INFO rally.api [-] Building 'json' report for the following task(s): '75b9bc69-8af3-4c99-83fd-c40e1345af49'. 2018-10-04 14:37:15.274 11188 INFO rally.api [-] The report has been successfully built. 2018-10-04 14:37:15,420 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '75b9bc69-8af3-4c99-83fd-c40e1345af49', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-10-04 14:37:17,854 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 75b9bc69-8af3-4c99-83fd-c40e1345af49 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-10-04 14:37:17.717 11191 INFO rally.api [-] Building 'html' report for the following task(s): '75b9bc69-8af3-4c99-83fd-c40e1345af49'. 2018-10-04 14:37:17.741 11191 INFO rally.api [-] The report has been successfully built. 2018-10-04 14:37:17,859 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-10-04 14:37:17,863 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:18 | 4 | 100.00% | | cinder | 02:49 | 10 | 100.00% | | heat | 01:00 | 4 | 100.00% | | keystone | 02:48 | 11 | 100.00% | | neutron | 05:40 | 11 | 100.00% | | nova | 06:29 | 9 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:21:28 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-10-04 14:37:17,863 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2018-10-04 14:37:17,991 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 14:37:17,992 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 25:51 | PASS | +----------------------+------------------+------------------+----------------+ 2018-10-04 14:37:17,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 14:37:17,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:37:18,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0069315-1b34-4a89-8ad7-6bcefdc8b2dd x-compute-request-id: req-a0069315-1b34-4a89-8ad7-6bcefdc8b2dd Content-Encoding: gzip Content-Length: 363 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/00ed0d8a-71b7-4853-aedc-770635811b3e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/00ed0d8a-71b7-4853-aedc-770635811b3e", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "00ed0d8a-71b7-4853-aedc-770635811b3e", "name": "rally_sanity-flavor_alt_7b0d9294-0352-422a-8c8e-0dcd732e32cb", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0a8100bb-147c-44cb-a418-335841f41a40", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0a8100bb-147c-44cb-a418-335841f41a40", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0a8100bb-147c-44cb-a418-335841f41a40", "name": "rally_sanity-flavor_7b0d9294-0352-422a-8c8e-0dcd732e32cb", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 14:37:18,178 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-a0069315-1b34-4a89-8ad7-6bcefdc8b2dd 2018-10-04 14:37:18,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.182917118073s 2018-10-04 14:37:18,178 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-a0069315-1b34-4a89-8ad7-6bcefdc8b2dd 2018-10-04 14:37:18,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 14:37:18,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/00ed0d8a-71b7-4853-aedc-770635811b3e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:37:18,217 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 14:37:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-89f201b5-d034-4685-aa83-10c282d0f245 x-compute-request-id: req-89f201b5-d034-4685-aa83-10c282d0f245 Content-Length: 0 Content-Type: application/json 2018-10-04 14:37:18,217 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/00ed0d8a-71b7-4853-aedc-770635811b3e used request id req-89f201b5-d034-4685-aa83-10c282d0f245 2018-10-04 14:37:18,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0376400947571s 2018-10-04 14:37:18,217 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/00ed0d8a-71b7-4853-aedc-770635811b3e used request id req-89f201b5-d034-4685-aa83-10c282d0f245 2018-10-04 14:37:18,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-04 14:37:18,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/c6b0ba51-058b-4329-9005-d144aac026b8/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}365b5d4db9231c726fb2d8d6d2b2174135ce7bc3" -d '{"subnet_id": "75c16107-4ab4-457a-9507-4ac2a88ee71b"}' 2018-10-04 14:37:20,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3fa61020-9532-4e50-ab38-8a4f68bfa044 Date: Thu, 04 Oct 2018 14:37:20 GMT RESP BODY: {"network_id": "645ecc6f-578c-45f3-95e2-ea209cffea78", "tenant_id": "1b6b1031e7bd428ba42f762d1b16d38a", "subnet_id": "75c16107-4ab4-457a-9507-4ac2a88ee71b", "subnet_ids": ["75c16107-4ab4-457a-9507-4ac2a88ee71b"], "port_id": "02f9047c-577c-4ed7-b1fc-41f9bd5ac980", "id": "c6b0ba51-058b-4329-9005-d144aac026b8"} 2018-10-04 14:37:20,207 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/c6b0ba51-058b-4329-9005-d144aac026b8/remove_router_interface.json used request id req-3fa61020-9532-4e50-ab38-8a4f68bfa044 2018-10-04 14:37:20,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.98918509483s 2018-10-04 14:37:20,207 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/c6b0ba51-058b-4329-9005-d144aac026b8/remove_router_interface.json used request id req-3fa61020-9532-4e50-ab38-8a4f68bfa044 returning object c6b0ba51-058b-4329-9005-d144aac026b8 2018-10-04 14:37:20,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-04 14:37:20,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}365b5d4db9231c726fb2d8d6d2b2174135ce7bc3" 2018-10-04 14:37:20,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 720 X-Openstack-Request-Id: req-8c476758-ef93-4f6c-8b58-049ac13e2ff5 Date: Thu, 04 Oct 2018 14:37:20 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1b6b1031e7bd428ba42f762d1b16d38a", "created_at": "2018-10-04T14:11:29Z", "admin_state_up": true, "updated_at": "2018-10-04T14:37:19Z", "project_id": "1b6b1031e7bd428ba42f762d1b16d38a", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "c6b0ba51-058b-4329-9005-d144aac026b8", "name": "rally_sanity-router_7b0d9294-0352-422a-8c8e-0dcd732e32cb"}]} 2018-10-04 14:37:20,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-8c476758-ef93-4f6c-8b58-049ac13e2ff5 2018-10-04 14:37:20,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.251489162445s 2018-10-04 14:37:20,460 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-8c476758-ef93-4f6c-8b58-049ac13e2ff5 2018-10-04 14:37:20,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-04 14:37:20,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/c6b0ba51-058b-4329-9005-d144aac026b8.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}365b5d4db9231c726fb2d8d6d2b2174135ce7bc3" 2018-10-04 14:37:23,804 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ab417b56-eac4-4dcc-b854-19eba893a153 Content-Length: 0 Date: Thu, 04 Oct 2018 14:37:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:37:23,804 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/c6b0ba51-058b-4329-9005-d144aac026b8.json used request id req-ab417b56-eac4-4dcc-b854-19eba893a153 2018-10-04 14:37:23,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.34254598618s 2018-10-04 14:37:23,804 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/c6b0ba51-058b-4329-9005-d144aac026b8.json used request id req-ab417b56-eac4-4dcc-b854-19eba893a153 2018-10-04 14:37:23,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-04 14:37:23,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}365b5d4db9231c726fb2d8d6d2b2174135ce7bc3" 2018-10-04 14:37:24,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-9b5c91cb-d499-46e5-800e-5d170cbec2c4 Date: Thu, 04 Oct 2018 14:37:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"645ecc6f-578c-45f3-95e2-ea209cffea78","tenant_id":"1b6b1031e7bd428ba42f762d1b16d38a","created_at":"2018-10-04T14:11:28Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-04T14:11: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":"1b6b1031e7bd428ba42f762d1b16d38a","id":"75c16107-4ab4-457a-9507-4ac2a88ee71b","subnetpool_id":null,"name":"rally_sanity-subnet_7b0d9294-0352-422a-8c8e-0dcd732e32cb"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","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":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 14:37:24,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-9b5c91cb-d499-46e5-800e-5d170cbec2c4 2018-10-04 14:37:24,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.200577020645s 2018-10-04 14:37:24,006 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-9b5c91cb-d499-46e5-800e-5d170cbec2c4 2018-10-04 14:37:24,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-04 14:37:24,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/75c16107-4ab4-457a-9507-4ac2a88ee71b.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}365b5d4db9231c726fb2d8d6d2b2174135ce7bc3" 2018-10-04 14:37:26,168 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d3d5bff8-73bd-41ad-95bc-2f9f1e9842aa Date: Thu, 04 Oct 2018 14:37:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:37:26,168 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/75c16107-4ab4-457a-9507-4ac2a88ee71b.json used request id req-d3d5bff8-73bd-41ad-95bc-2f9f1e9842aa 2018-10-04 14:37:26,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.16079998016s 2018-10-04 14:37:26,169 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/75c16107-4ab4-457a-9507-4ac2a88ee71b.json used request id req-d3d5bff8-73bd-41ad-95bc-2f9f1e9842aa 2018-10-04 14:37:26,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 14:37:26,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}365b5d4db9231c726fb2d8d6d2b2174135ce7bc3" 2018-10-04 14:37:26,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1397 X-Openstack-Request-Id: req-20890e5d-d3ce-4a58-ac47-0f6b1a4f142e Date: Thu, 04 Oct 2018 14:37:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1450,"id":"645ecc6f-578c-45f3-95e2-ea209cffea78","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":true,"project_id":"1b6b1031e7bd428ba42f762d1b16d38a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T14:37:25Z","qos_policy_id":null,"name":"rally_sanity-net_7b0d9294-0352-422a-8c8e-0dcd732e32cb","admin_state_up":true,"tenant_id":"1b6b1031e7bd428ba42f762d1b16d38a","created_at":"2018-10-04T14:11:27Z","provider:network_type":"vxlan"}]} 2018-10-04 14:37:26,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-20890e5d-d3ce-4a58-ac47-0f6b1a4f142e 2018-10-04 14:37:26,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0887091159821s 2018-10-04 14:37:26,258 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-20890e5d-d3ce-4a58-ac47-0f6b1a4f142e 2018-10-04 14:37:26,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-04 14:37:26,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/645ecc6f-578c-45f3-95e2-ea209cffea78.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}365b5d4db9231c726fb2d8d6d2b2174135ce7bc3" 2018-10-04 14:37:27,376 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-27aa8e9f-2f10-4721-8733-96d923f03966 Date: Thu, 04 Oct 2018 14:37:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:37:27,376 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/645ecc6f-578c-45f3-95e2-ea209cffea78.json used request id req-27aa8e9f-2f10-4721-8733-96d923f03966 2018-10-04 14:37:27,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.11691689491s 2018-10-04 14:37:27,377 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/645ecc6f-578c-45f3-95e2-ea209cffea78.json used request id req-27aa8e9f-2f10-4721-8733-96d923f03966 2018-10-04 14:37:27,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 14:37:27,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}365b5d4db9231c726fb2d8d6d2b2174135ce7bc3" 2018-10-04 14:37:27,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-e56eff9c-c927-4b69-ae3d-30a08d7a24ed Date: Thu, 04 Oct 2018 14:37:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/4d8435bb-804e-4bbb-94fb-36f19d806a32/snap", "metadata": {}}], "file": "/v2/images/4d8435bb-804e-4bbb-94fb-36f19d806a32/file", "owner": "1b6b1031e7bd428ba42f762d1b16d38a", "id": "4d8435bb-804e-4bbb-94fb-36f19d806a32", "size": 12716032, "self": "/v2/images/4d8435bb-804e-4bbb-94fb-36f19d806a32", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/4d8435bb-804e-4bbb-94fb-36f19d806a32/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T14:11:38Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_7b0d9294-0352-422a-8c8e-0dcd732e32cb", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T14:11:36Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 14:37:27,560 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e56eff9c-c927-4b69-ae3d-30a08d7a24ed 2018-10-04 14:37:27,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.182783842087s 2018-10-04 14:37:27,560 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e56eff9c-c927-4b69-ae3d-30a08d7a24ed 2018-10-04 14:37:27,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 14:37:27,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/4d8435bb-804e-4bbb-94fb-36f19d806a32 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}365b5d4db9231c726fb2d8d6d2b2174135ce7bc3" 2018-10-04 14:37:29,077 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dd806353-6a3d-44e3-81e3-668a66db9f66 Date: Thu, 04 Oct 2018 14:37:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 14:37:29,077 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/4d8435bb-804e-4bbb-94fb-36f19d806a32 used request id req-dd806353-6a3d-44e3-81e3-668a66db9f66 2018-10-04 14:37:29,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.5149409771s 2018-10-04 14:37:29,078 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/4d8435bb-804e-4bbb-94fb-36f19d806a32 used request id req-dd806353-6a3d-44e3-81e3-668a66db9f66 2018-10-04 14:37:29,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 14:37:29,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:37:29,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37: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-34374970-83f8-4793-8768-036f0eb6709a x-compute-request-id: req-34374970-83f8-4793-8768-036f0eb6709a Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0a8100bb-147c-44cb-a418-335841f41a40", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0a8100bb-147c-44cb-a418-335841f41a40", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0a8100bb-147c-44cb-a418-335841f41a40", "name": "rally_sanity-flavor_7b0d9294-0352-422a-8c8e-0dcd732e32cb", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 14:37:29,111 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-34374970-83f8-4793-8768-036f0eb6709a 2018-10-04 14:37:29,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0330440998077s 2018-10-04 14:37:29,112 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-34374970-83f8-4793-8768-036f0eb6709a 2018-10-04 14:37:29,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 14:37:29,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/0a8100bb-147c-44cb-a418-335841f41a40 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:37:29,172 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 14:37: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-3169d2a3-d252-47cf-89d2-0e47497370e1 x-compute-request-id: req-3169d2a3-d252-47cf-89d2-0e47497370e1 Content-Length: 0 Content-Type: application/json 2018-10-04 14:37:29,172 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/0a8100bb-147c-44cb-a418-335841f41a40 used request id req-3169d2a3-d252-47cf-89d2-0e47497370e1 2018-10-04 14:37:29,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0583589076996s 2018-10-04 14:37:29,172 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/0a8100bb-147c-44cb-a418-335841f41a40 used request id req-3169d2a3-d252-47cf-89d2-0e47497370e1 2018-10-04 14:37:29,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 14:37:29,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:37:29,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-111a475d-bee6-4c7e-8212-eea3dcbe6c45 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_7b0d9294-0352-422a-8c8e-0dcd732e32cb", "links": {"self": "http://172.30.9.23:5000/v3/users/7a26fe9f35cd47a0bf1065fcc013b1dc"}, "domain_id": "default", "enabled": true, "id": "7a26fe9f35cd47a0bf1065fcc013b1dc", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:37:29,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-111a475d-bee6-4c7e-8212-eea3dcbe6c45 2018-10-04 14:37:29,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.108690977097s 2018-10-04 14:37:29,282 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-111a475d-bee6-4c7e-8212-eea3dcbe6c45 2018-10-04 14:37:29,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 14:37:29,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/7a26fe9f35cd47a0bf1065fcc013b1dc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:37:29,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9df7eec4-2f0f-4b06-93e0-4783c4474657 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/7a26fe9f35cd47a0bf1065fcc013b1dc"}, "enabled": true, "id": "7a26fe9f35cd47a0bf1065fcc013b1dc", "options": {}, "domain_id": "default", "name": "rally_sanity-user_7b0d9294-0352-422a-8c8e-0dcd732e32cb"}} 2018-10-04 14:37:29,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/7a26fe9f35cd47a0bf1065fcc013b1dc used request id req-9df7eec4-2f0f-4b06-93e0-4783c4474657 2018-10-04 14:37:29,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0953419208527s 2018-10-04 14:37:29,384 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/7a26fe9f35cd47a0bf1065fcc013b1dc used request id req-9df7eec4-2f0f-4b06-93e0-4783c4474657 2018-10-04 14:37:29,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-04 14:37:29,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/7a26fe9f35cd47a0bf1065fcc013b1dc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:37:29,556 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:37:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-594ebbf8-7bcb-43d2-b793-a022e91b69f9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:37:29,557 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/7a26fe9f35cd47a0bf1065fcc013b1dc used request id req-594ebbf8-7bcb-43d2-b793-a022e91b69f9 2018-10-04 14:37:29,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.171865940094s 2018-10-04 14:37:29,557 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/7a26fe9f35cd47a0bf1065fcc013b1dc used request id req-594ebbf8-7bcb-43d2-b793-a022e91b69f9 2018-10-04 14:37:29,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 14:37:29,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:37:29,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe939713-bab6-4a5b-acb5-8788a8547748 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.23:5000/v3/projects/1b6b1031e7bd428ba42f762d1b16d38a"}, "enabled": true, "id": "1b6b1031e7bd428ba42f762d1b16d38a", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_7b0d9294-0352-422a-8c8e-0dcd732e32cb"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 14:37:29,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-fe939713-bab6-4a5b-acb5-8788a8547748 2018-10-04 14:37:29,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0919101238251s 2018-10-04 14:37:29,650 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-fe939713-bab6-4a5b-acb5-8788a8547748 2018-10-04 14:37:29,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-04 14:37:29,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/1b6b1031e7bd428ba42f762d1b16d38a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:37:29,794 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:37:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e41ad4b8-64b1-472f-aeb6-f43169db2370 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:37:29,794 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/1b6b1031e7bd428ba42f762d1b16d38a used request id req-e41ad4b8-64b1-472f-aeb6-f43169db2370 2018-10-04 14:37:29,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.141247987747s 2018-10-04 14:37:29,794 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/1b6b1031e7bd428ba42f762d1b16d38a used request id req-e41ad4b8-64b1-472f-aeb6-f43169db2370 2018-10-04 14:37:29,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:37:29,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:37:29,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-559acd6f-43e9-49ff-b2e2-6a7fcf1792fc Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ed0eeff3833441e2848899f6b173137c", "links": {"self": "http://172.30.9.23:5000/v3/roles/ed0eeff3833441e2848899f6b173137c"}, "name": "Member"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:37:29,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-559acd6f-43e9-49ff-b2e2-6a7fcf1792fc 2018-10-04 14:37:29,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.080424785614s 2018-10-04 14:37:29,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 14:37:29,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/ed0eeff3833441e2848899f6b173137c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:37:29,977 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:37:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7b44927-1ddc-47c6-a9a0-cf9568abe2f4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:37:29,978 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/ed0eeff3833441e2848899f6b173137c used request id req-e7b44927-1ddc-47c6-a9a0-cf9568abe2f4 2018-10-04 14:37:29,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.101002931595s 2018-10-04 14:37:29,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 14:37:29,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=1b6b1031e7bd428ba42f762d1b16d38a&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:37:30,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-306e809b-38ab-497c-8954-7291730804e9 Date: Thu, 04 Oct 2018 14:37:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1b6b1031e7bd428ba42f762d1b16d38a", "created_at": "2018-10-04T14:11:27Z", "updated_at": "2018-10-04T14:11:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:11:27Z", "revision_number": 0, "id": "29cd62d9-ae2f-4d50-8328-0e7a7d569727", "remote_group_id": "4ce1860a-03a3-4966-99d5-ade72226cecb", "remote_ip_prefix": null, "created_at": "2018-10-04T14:11:27Z", "security_group_id": "4ce1860a-03a3-4966-99d5-ade72226cecb", "tenant_id": "1b6b1031e7bd428ba42f762d1b16d38a", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b6b1031e7bd428ba42f762d1b16d38a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:11:27Z", "revision_number": 0, "id": "6079c957-f1fa-420d-818b-0a58e654e31e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:11:27Z", "security_group_id": "4ce1860a-03a3-4966-99d5-ade72226cecb", "tenant_id": "1b6b1031e7bd428ba42f762d1b16d38a", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b6b1031e7bd428ba42f762d1b16d38a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:11:27Z", "revision_number": 0, "id": "935db645-d9f5-4e7c-bb36-9ea1a5dcfd21", "remote_group_id": "4ce1860a-03a3-4966-99d5-ade72226cecb", "remote_ip_prefix": null, "created_at": "2018-10-04T14:11:27Z", "security_group_id": "4ce1860a-03a3-4966-99d5-ade72226cecb", "tenant_id": "1b6b1031e7bd428ba42f762d1b16d38a", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b6b1031e7bd428ba42f762d1b16d38a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:11:27Z", "revision_number": 0, "id": "ef141db6-3c9b-4e77-8f6b-f3ad72f5a2b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:11:27Z", "security_group_id": "4ce1860a-03a3-4966-99d5-ade72226cecb", "tenant_id": "1b6b1031e7bd428ba42f762d1b16d38a", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b6b1031e7bd428ba42f762d1b16d38a"}], "revision_number": 4, "project_id": "1b6b1031e7bd428ba42f762d1b16d38a", "id": "4ce1860a-03a3-4966-99d5-ade72226cecb", "name": "default"}]} 2018-10-04 14:37:30,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=1b6b1031e7bd428ba42f762d1b16d38a&name=default used request id req-306e809b-38ab-497c-8954-7291730804e9 2018-10-04 14:37:30,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.199965953827s 2018-10-04 14:37:30,181 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=1b6b1031e7bd428ba42f762d1b16d38a&name=default used request id req-306e809b-38ab-497c-8954-7291730804e9 2018-10-04 14:37:30,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 14:37:30,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:37:30,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-4bc86505-89ad-4828-a532-3538f4348e0e Date: Thu, 04 Oct 2018 14:37:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1b6b1031e7bd428ba42f762d1b16d38a", "created_at": "2018-10-04T14:11:27Z", "updated_at": "2018-10-04T14:11:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:11:27Z", "revision_number": 0, "id": "29cd62d9-ae2f-4d50-8328-0e7a7d569727", "remote_group_id": "4ce1860a-03a3-4966-99d5-ade72226cecb", "remote_ip_prefix": null, "created_at": "2018-10-04T14:11:27Z", "security_group_id": "4ce1860a-03a3-4966-99d5-ade72226cecb", "tenant_id": "1b6b1031e7bd428ba42f762d1b16d38a", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b6b1031e7bd428ba42f762d1b16d38a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:11:27Z", "revision_number": 0, "id": "ef141db6-3c9b-4e77-8f6b-f3ad72f5a2b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:11:27Z", "security_group_id": "4ce1860a-03a3-4966-99d5-ade72226cecb", "tenant_id": "1b6b1031e7bd428ba42f762d1b16d38a", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b6b1031e7bd428ba42f762d1b16d38a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:11:27Z", "revision_number": 0, "id": "935db645-d9f5-4e7c-bb36-9ea1a5dcfd21", "remote_group_id": "4ce1860a-03a3-4966-99d5-ade72226cecb", "remote_ip_prefix": null, "created_at": "2018-10-04T14:11:27Z", "security_group_id": "4ce1860a-03a3-4966-99d5-ade72226cecb", "tenant_id": "1b6b1031e7bd428ba42f762d1b16d38a", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b6b1031e7bd428ba42f762d1b16d38a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:11:27Z", "revision_number": 0, "id": "6079c957-f1fa-420d-818b-0a58e654e31e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:11:27Z", "security_group_id": "4ce1860a-03a3-4966-99d5-ade72226cecb", "tenant_id": "1b6b1031e7bd428ba42f762d1b16d38a", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b6b1031e7bd428ba42f762d1b16d38a"}], "revision_number": 4, "project_id": "1b6b1031e7bd428ba42f762d1b16d38a", "id": "4ce1860a-03a3-4966-99d5-ade72226cecb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:37:30,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-4bc86505-89ad-4828-a532-3538f4348e0e 2018-10-04 14:37:30,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.569314002991s 2018-10-04 14:37:30,755 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-4bc86505-89ad-4828-a532-3538f4348e0e 2018-10-04 14:37:30,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-04 14:37:30,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/4ce1860a-03a3-4966-99d5-ade72226cecb.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e916c25d056f4e5b90adcf7831f956b7c8821a50" 2018-10-04 14:37:31,110 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-36ab23e2-b060-4752-af8b-476c9ae8139f Content-Length: 0 Date: Thu, 04 Oct 2018 14:37:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:37:31,110 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/4ce1860a-03a3-4966-99d5-ade72226cecb.json used request id req-36ab23e2-b060-4752-af8b-476c9ae8139f 2018-10-04 14:37:31,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.350765943527s 2018-10-04 14:37:31,110 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/4ce1860a-03a3-4966-99d5-ade72226cecb.json used request id req-36ab23e2-b060-4752-af8b-476c9ae8139f 2018-10-04 14:37:31,163 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-10-04 14:37:31,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 14:37:31,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 14:37:31,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 14:37:31,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 14:37:31,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 14:37:31,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 14:37:31,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 14:37:31,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 14:37:31,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 14:37:31,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 14:37:31,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 14:37:31,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 14:37:31,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 14:37:31,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 14:37:31,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 14:37:31,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 14:37:31,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 14:37:31,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 14:37:31,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 14:37:31,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 14:37:31,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 14:37:31,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 14:37:31,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 14:37:31,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 14:37:31,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:37:31,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a34c66c-fa9b-45eb-ab2c-757b729cb2d9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:37:31,262 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5a34c66c-fa9b-45eb-ab2c-757b729cb2d9 2018-10-04 14:37:31,263 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:37:31,636 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}], "expires_at": "2018-10-04T15:37:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ecbf2b9cbec04c3e8332c7164aa04ab3"}, "audit_ids": ["yWej24ZXT3qEJXIYNryM8Q"], "issued_at": "2018-10-04T14:37:31.000000Z"}} 2018-10-04 14:37:31,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 14:37:31,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:37:32,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-77ac4677-cd57-4046-884f-03f31904cdbe Date: Thu, 04 Oct 2018 14:37:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 14:37:32,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-77ac4677-cd57-4046-884f-03f31904cdbe 2018-10-04 14:37:32,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.601730108261s 2018-10-04 14:37:32,241 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-77ac4677-cd57-4046-884f-03f31904cdbe 2018-10-04 14:37:32,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 14:37:32,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:37:32,252 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:37:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:37:32,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:37:32,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11f3b464-af54-4a48-a188-d469a10140c5 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/356d297e741f42d0b9d8bc9b13448e43"}, "description": "", "name": "heat_stack", "enabled": true, "id": "356d297e741f42d0b9d8bc9b13448e43"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 14:37:32,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-11f3b464-af54-4a48-a188-d469a10140c5 2018-10-04 14:37:32,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0898790359497s 2018-10-04 14:37:32,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-04 14:37:32,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" -d '{"project": {"description": "Created by OPNFV Functest: refstack_defcore", "enabled": true, "domain_id": "default", "name": "refstack_defcore-project_02396668-7517-4f05-a3e7-6383a7466400"}}' 2018-10-04 14:37:32,455 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:37:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3354b63d-b20d-44ca-b21d-c8df4c4c8ef1 Content-Length: 366 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.23:5000/v3/projects/c0fccc2559834dafac6b30e6e3ae676a"}, "enabled": true, "id": "c0fccc2559834dafac6b30e6e3ae676a", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_02396668-7517-4f05-a3e7-6383a7466400"}} 2018-10-04 14:37:32,455 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-3354b63d-b20d-44ca-b21d-c8df4c4c8ef1 2018-10-04 14:37:32,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.121495008469s 2018-10-04 14:37:32,455 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-3354b63d-b20d-44ca-b21d-c8df4c4c8ef1 2018-10-04 14:37:32,456 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_02396668-7517-4f05-a3e7-6383a7466400', 'id': u'c0fccc2559834dafac6b30e6e3ae676a', 'description': u'Created by OPNFV Functest: refstack_defcore', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-04 14:37:32,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-04 14:37:32,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.364214897156s 2018-10-04 14:37:32,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/18083f2e09764d06a704435f86f4f636 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:37:32,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64835242-7650-42d7-8b9a-b3e5e879716b Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/18083f2e09764d06a704435f86f4f636"}, "enabled": true, "id": "18083f2e09764d06a704435f86f4f636", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_02396668-7517-4f05-a3e7-6383a7466400"}} 2018-10-04 14:37:32,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/18083f2e09764d06a704435f86f4f636 used request id req-64835242-7650-42d7-8b9a-b3e5e879716b 2018-10-04 14:37:32,911 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'18083f2e09764d06a704435f86f4f636', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_02396668-7517-4f05-a3e7-6383a7466400'}) 2018-10-04 14:37:32,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:37:32,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:37:33,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f3450db-f38d-4f22-a169-162e00dde655 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:37:33,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7f3450db-f38d-4f22-a169-162e00dde655 2018-10-04 14:37:33,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0896019935608s 2018-10-04 14:37:33,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:37:33,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:37:33,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36230b20-1e12-495a-967e-dc5b959bdd69 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:37:33,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-36230b20-1e12-495a-967e-dc5b959bdd69 2018-10-04 14:37:33,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0831530094147s 2018-10-04 14:37:33,087 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 14:37:33,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 14:37:33,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" -d '{"role": {"name": "Member"}}' 2018-10-04 14:37:33,192 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:37:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-daeaebdd-da94-4d23-8ce2-cc17cb6ee292 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "46a7d09621ea4e8ba26226d36906b966", "links": {"self": "http://172.30.9.23:5000/v3/roles/46a7d09621ea4e8ba26226d36906b966"}, "name": "Member"}} 2018-10-04 14:37:33,193 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-daeaebdd-da94-4d23-8ce2-cc17cb6ee292 2018-10-04 14:37:33,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.10542011261s 2018-10-04 14:37:33,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/46a7d09621ea4e8ba26226d36906b966 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:37:33,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32555a77-23a2-4ac0-bd9d-fbcce308b058 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/46a7d09621ea4e8ba26226d36906b966"}, "domain_id": null, "name": "Member", "id": "46a7d09621ea4e8ba26226d36906b966"}} 2018-10-04 14:37:33,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/46a7d09621ea4e8ba26226d36906b966 used request id req-32555a77-23a2-4ac0-bd9d-fbcce308b058 2018-10-04 14:37:33,278 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/46a7d09621ea4e8ba26226d36906b966'}, 'domain_id': None, 'human_id': None, 'id': u'46a7d09621ea4e8ba26226d36906b966', 'HUMAN_ID': False}) 2018-10-04 14:37:33,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:37:33,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:37:33,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-072639b2-5b17-4c9d-ac7e-106aacb39cb6 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "46a7d09621ea4e8ba26226d36906b966", "links": {"self": "http://172.30.9.23:5000/v3/roles/46a7d09621ea4e8ba26226d36906b966"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:37:33,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-072639b2-5b17-4c9d-ac7e-106aacb39cb6 2018-10-04 14:37:33,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0800290107727s 2018-10-04 14:37:33,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 14:37:33,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:37:33,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ffad915-2f7e-4662-92a3-7b7380d8728b Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 14:37:33,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-0ffad915-2f7e-4662-92a3-7b7380d8728b 2018-10-04 14:37:33,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0721259117126s 2018-10-04 14:37:33,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 14:37:33,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:37:33,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-945c8693-6724-4db1-a98d-d3a2db5d2509 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "refstack_defcore-user_02396668-7517-4f05-a3e7-6383a7466400", "links": {"self": "http://172.30.9.23:5000/v3/users/18083f2e09764d06a704435f86f4f636"}, "domain_id": "default", "enabled": true, "id": "18083f2e09764d06a704435f86f4f636", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:37:33,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-945c8693-6724-4db1-a98d-d3a2db5d2509 2018-10-04 14:37:33,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0345199108124s 2018-10-04 14:37:33,468 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-945c8693-6724-4db1-a98d-d3a2db5d2509 2018-10-04 14:37:33,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 14:37:33,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:37:33,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-506ac703-9e10-4f81-96d8-59e05d9fcbed Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.23:5000/v3/projects/c0fccc2559834dafac6b30e6e3ae676a"}, "enabled": true, "id": "c0fccc2559834dafac6b30e6e3ae676a", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_02396668-7517-4f05-a3e7-6383a7466400"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 14:37:33,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-506ac703-9e10-4f81-96d8-59e05d9fcbed 2018-10-04 14:37:33,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0785980224609s 2018-10-04 14:37:33,553 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-506ac703-9e10-4f81-96d8-59e05d9fcbed 2018-10-04 14:37:33,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 14:37:33,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=18083f2e09764d06a704435f86f4f636&scope.project.id=c0fccc2559834dafac6b30e6e3ae676a&role.id=46a7d09621ea4e8ba26226d36906b966 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:37:33,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8ba2b74-38e1-4981-91e7-66159b8b7144 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=18083f2e09764d06a704435f86f4f636&scope.project.id=c0fccc2559834dafac6b30e6e3ae676a&role.id=46a7d09621ea4e8ba26226d36906b966", "previous": null, "next": null}} 2018-10-04 14:37:33,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=18083f2e09764d06a704435f86f4f636&scope.project.id=c0fccc2559834dafac6b30e6e3ae676a&role.id=46a7d09621ea4e8ba26226d36906b966 used request id req-f8ba2b74-38e1-4981-91e7-66159b8b7144 2018-10-04 14:37:33,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.151059865952s 2018-10-04 14:37:33,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 14:37:33,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/c0fccc2559834dafac6b30e6e3ae676a/users/18083f2e09764d06a704435f86f4f636/roles/46a7d09621ea4e8ba26226d36906b966 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:37:33,829 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:37:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1bed0862-8f31-4e61-afd1-36af36df020a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:37:33,829 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/c0fccc2559834dafac6b30e6e3ae676a/users/18083f2e09764d06a704435f86f4f636/roles/46a7d09621ea4e8ba26226d36906b966 used request id req-1bed0862-8f31-4e61-afd1-36af36df020a 2018-10-04 14:37:33,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.122272968292s 2018-10-04 14:37:33,830 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_02396668-7517-4f05-a3e7-6383a7466400', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': 'a737ac35-9538-43ee-8cfd-4e3d69fb3b2b', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'refstack_defcore-user_02396668-7517-4f05-a3e7-6383a7466400', 'project_id': u'c0fccc2559834dafac6b30e6e3ae676a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 14:37:33,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 14:37:33,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 14:37:33,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 14:37:33,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 14:37:33,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 14:37:33,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 14:37:33,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 14:37:33,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 14:37:33,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 14:37:33,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 14:37:33,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 14:37:33,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 14:37:33,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 14:37:33,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 14:37:33,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 14:37:33,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 14:37:33,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 14:37:33,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 14:37:33,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 14:37:33,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 14:37:33,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 14:37:33,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 14:37:33,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 14:37:33,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 14:37:33,836 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_02396668-7517-4f05-a3e7-6383a7466400', 'password': 'a737ac35-9538-43ee-8cfd-4e3d69fb3b2b', 'project_name': 'refstack_defcore-project_02396668-7517-4f05-a3e7-6383a7466400', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': 'c0fccc2559834dafac6b30e6e3ae676a', 'project_domain_name': 'Default'} 2018-10-04 14:37:33,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:37:33,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:37:33,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25d06134-3001-47b8-90cf-09700cfcf9ae Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "46a7d09621ea4e8ba26226d36906b966", "links": {"self": "http://172.30.9.23:5000/v3/roles/46a7d09621ea4e8ba26226d36906b966"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:37:33,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-25d06134-3001-47b8-90cf-09700cfcf9ae 2018-10-04 14:37:33,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0810949802399s 2018-10-04 14:37:33,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:37:33,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:37:33,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6222176d-2b28-4e92-8e32-3d0bc7fbcdb0 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "46a7d09621ea4e8ba26226d36906b966", "links": {"self": "http://172.30.9.23:5000/v3/roles/46a7d09621ea4e8ba26226d36906b966"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:37:33,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6222176d-2b28-4e92-8e32-3d0bc7fbcdb0 2018-10-04 14:37:33,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0738499164581s 2018-10-04 14:37:33,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 14:37:33,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:37:34,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e80a7da-3d4e-49a5-a497-2d0f340f8f3a Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 14:37:34,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-6e80a7da-3d4e-49a5-a497-2d0f340f8f3a 2018-10-04 14:37:34,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0812041759491s 2018-10-04 14:37:34,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 14:37:34,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:37:34,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a040404a-0d92-4b35-9b30-16987f080551 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "refstack_defcore-user_02396668-7517-4f05-a3e7-6383a7466400", "links": {"self": "http://172.30.9.23:5000/v3/users/18083f2e09764d06a704435f86f4f636"}, "domain_id": "default", "enabled": true, "id": "18083f2e09764d06a704435f86f4f636", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:37:34,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-a040404a-0d92-4b35-9b30-16987f080551 2018-10-04 14:37:34,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100472927094s 2018-10-04 14:37:34,177 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-a040404a-0d92-4b35-9b30-16987f080551 2018-10-04 14:37:34,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 14:37:34,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:37:34,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe660368-1929-4d19-b760-b193fbe1c143 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.23:5000/v3/projects/c0fccc2559834dafac6b30e6e3ae676a"}, "enabled": true, "id": "c0fccc2559834dafac6b30e6e3ae676a", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_02396668-7517-4f05-a3e7-6383a7466400"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 14:37:34,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-fe660368-1929-4d19-b760-b193fbe1c143 2018-10-04 14:37:34,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0744650363922s 2018-10-04 14:37:34,258 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-fe660368-1929-4d19-b760-b193fbe1c143 2018-10-04 14:37:34,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 14:37:34,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=18083f2e09764d06a704435f86f4f636&scope.project.id=c0fccc2559834dafac6b30e6e3ae676a&role.id=649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:37:34,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e18505e1-90a3-461a-a179-955f45003d33 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=18083f2e09764d06a704435f86f4f636&scope.project.id=c0fccc2559834dafac6b30e6e3ae676a&role.id=649d50d4e38f4048899913e0d7e41071", "previous": null, "next": null}} 2018-10-04 14:37:34,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=18083f2e09764d06a704435f86f4f636&scope.project.id=c0fccc2559834dafac6b30e6e3ae676a&role.id=649d50d4e38f4048899913e0d7e41071 used request id req-e18505e1-90a3-461a-a179-955f45003d33 2018-10-04 14:37:34,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0828759670258s 2018-10-04 14:37:34,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 14:37:34,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/c0fccc2559834dafac6b30e6e3ae676a/users/18083f2e09764d06a704435f86f4f636/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:37:34,459 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:37:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe94aaef-3191-404a-af8c-621998f4430e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:37:34,459 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/c0fccc2559834dafac6b30e6e3ae676a/users/18083f2e09764d06a704435f86f4f636/roles/649d50d4e38f4048899913e0d7e41071 used request id req-fe94aaef-3191-404a-af8c-621998f4430e 2018-10-04 14:37:34,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.115084171295s 2018-10-04 14:37:34,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:37:34,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:37:34,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4e449be-7b0d-4fd9-a882-643ade909b36 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "46a7d09621ea4e8ba26226d36906b966", "links": {"self": "http://172.30.9.23:5000/v3/roles/46a7d09621ea4e8ba26226d36906b966"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:37:34,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b4e449be-7b0d-4fd9-a882-643ade909b36 2018-10-04 14:37:34,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0716760158539s 2018-10-04 14:37:34,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 14:37:34,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:37:34,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4073cff7-fd8a-4308-a3b4-bd1943c1b112 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 14:37:34,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-4073cff7-fd8a-4308-a3b4-bd1943c1b112 2018-10-04 14:37:34,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0808689594269s 2018-10-04 14:37:34,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 14:37:34,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:37:34,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48bd32a3-00b0-4144-bbfb-d1c962178d71 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "refstack_defcore-user_02396668-7517-4f05-a3e7-6383a7466400", "links": {"self": "http://172.30.9.23:5000/v3/users/18083f2e09764d06a704435f86f4f636"}, "domain_id": "default", "enabled": true, "id": "18083f2e09764d06a704435f86f4f636", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:37:34,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-48bd32a3-00b0-4144-bbfb-d1c962178d71 2018-10-04 14:37:34,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0973889827728s 2018-10-04 14:37:34,712 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-48bd32a3-00b0-4144-bbfb-d1c962178d71 2018-10-04 14:37:34,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 14:37:34,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=18083f2e09764d06a704435f86f4f636&role.id=649d50d4e38f4048899913e0d7e41071&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:37:34,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64192a2f-71a8-41ad-8191-2361ef9bf512 Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=18083f2e09764d06a704435f86f4f636&role.id=649d50d4e38f4048899913e0d7e41071&scope.domain.id=default", "previous": null, "next": null}} 2018-10-04 14:37:34,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=18083f2e09764d06a704435f86f4f636&role.id=649d50d4e38f4048899913e0d7e41071&scope.domain.id=default used request id req-64192a2f-71a8-41ad-8191-2361ef9bf512 2018-10-04 14:37:34,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0735960006714s 2018-10-04 14:37:34,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 14:37:34,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/domains/default/users/18083f2e09764d06a704435f86f4f636/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:37:34,908 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:37:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26faec83-4f40-4ad1-8be0-fa2833cca290 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:37:34,908 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/domains/default/users/18083f2e09764d06a704435f86f4f636/roles/649d50d4e38f4048899913e0d7e41071 used request id req-26faec83-4f40-4ad1-8be0-fa2833cca290 2018-10-04 14:37:34,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.117094039917s 2018-10-04 14:37:34,909 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-04 14:37:37,340 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-04 14:37:37.033 11194 INFO rally.deployment.engine [-] Deployment ada188c9-d290-4905-bff7-f77777ad842f | Starting: Destroy cloud and free allocated resources. 2018-10-04 14:37:37.103 11194 INFO rally.deployment.engine [-] Deployment ada188c9-d290-4905-bff7-f77777ad842f | Completed: Destroy cloud and free allocated resources. 2018-10-04 14:37:37.126 11194 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=327bf50e-c71c-4860-90c2-92f47eaf61a3). 2018-10-04 14:37:37.130 11194 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-04 14:37:39,693 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-04 14:37:39.410 11197 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=7161541a-d73e-4d1f-8bc0-57941679914a) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 7161541a-d73e-4d1f-8bc0-57941679914a | 2018-10-04T14:37:39 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 7161541a-d73e-4d1f-8bc0-57941679914a ~/.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-10-04 14:37:42,979 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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 | +-------------+-------------------+-----------+ 2018-10-04 14:37:42,979 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-04 14:37:45,610 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-04 14:37:45.273 11203 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=327bf50e-c71c-4860-90c2-92f47eaf61a3). 2018-10-04 14:37:45.438 11203 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-04 14:37:49,404 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-04 14:37:47.656 11206 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-04 14:37:48.139 11206 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-04 14:37:49.199 11206 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=aeba77f7-c554-4a2b-8c4b-565822196cce) has been successfully created! Using verifier 'opnfv-tempest' (UUID=aeba77f7-c554-4a2b-8c4b-565822196cce) as the default verifier for the future CLI operations. 2018-10-04 14:37:52,373 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-10-04 14:37:52,374 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 14:37:52,495 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-04 14:37:52,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:37:52,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f0d6b96-6927-4e16-a9ff-00c4e5f51ec5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:37:52,505 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9f0d6b96-6927-4e16-a9ff-00c4e5f51ec5 2018-10-04 14:37:52,506 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:37:52,898 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "46a7d09621ea4e8ba26226d36906b966", "name": "Member"}], "expires_at": "2018-10-04T15:37:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c0fccc2559834dafac6b30e6e3ae676a", "name": "refstack_defcore-project_02396668-7517-4f05-a3e7-6383a7466400"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/c0fccc2559834dafac6b30e6e3ae676a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/c0fccc2559834dafac6b30e6e3ae676a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/c0fccc2559834dafac6b30e6e3ae676a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c0fccc2559834dafac6b30e6e3ae676a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/c0fccc2559834dafac6b30e6e3ae676a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/c0fccc2559834dafac6b30e6e3ae676a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/c0fccc2559834dafac6b30e6e3ae676a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/c0fccc2559834dafac6b30e6e3ae676a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/c0fccc2559834dafac6b30e6e3ae676a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c0fccc2559834dafac6b30e6e3ae676a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/c0fccc2559834dafac6b30e6e3ae676a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/c0fccc2559834dafac6b30e6e3ae676a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "refstack_defcore-user_02396668-7517-4f05-a3e7-6383a7466400", "id": "18083f2e09764d06a704435f86f4f636"}, "audit_ids": ["LVXT-FpqTOOz7FvpCHqAEQ"], "issued_at": "2018-10-04T14:37:52.000000Z"}} 2018-10-04 14:37:52,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99302444d57936ecaf6900110d5878a4e99a630d" 2018-10-04 14:37:52,909 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 04 Oct 2018 14:37:52 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-10-04 14:37:52,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 14:37:52,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}99302444d57936ecaf6900110d5878a4e99a630d" 2018-10-04 14:37:53,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8ab7b537-d417-42a5-ba71-16eae95ddef4 Date: Thu, 04 Oct 2018 14:37:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 14:37:53,107 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8ab7b537-d417-42a5-ba71-16eae95ddef4 2018-10-04 14:37:53,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.193953037262s 2018-10-04 14:37:53,107 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8ab7b537-d417-42a5-ba71-16eae95ddef4 2018-10-04 14:37:53,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 14:37:53,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}99302444d57936ecaf6900110d5878a4e99a630d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_02396668-7517-4f05-a3e7-6383a7466400", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_02396668-7517-4f05-a3e7-6383a7466400"}' 2018-10-04 14:37:53,343 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 883 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423 X-Openstack-Request-Id: req-e0eb17f4-fd24-4b00-8c23-728bf8c092c4 Date: Thu, 04 Oct 2018 14:37:53 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423/file", "owner": "c0fccc2559834dafac6b30e6e3ae676a", "id": "5d6e75f8-28ae-4a82-bc4a-2c04b466e423", "size": null, "self": "/v2/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T14:37:53Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_02396668-7517-4f05-a3e7-6383a7466400", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_02396668-7517-4f05-a3e7-6383a7466400", "checksum": null, "created_at": "2018-10-04T14:37:53Z", "protected": false} 2018-10-04 14:37:53,344 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-e0eb17f4-fd24-4b00-8c23-728bf8c092c4 2018-10-04 14:37:53,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.234604120255s 2018-10-04 14:37:53,344 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-e0eb17f4-fd24-4b00-8c23-728bf8c092c4 returning object 5d6e75f8-28ae-4a82-bc4a-2c04b466e423 2018-10-04 14:37:53,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 14:37:53,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}99302444d57936ecaf6900110d5878a4e99a630d" -d '' 2018-10-04 14:37:55,074 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-da70c21b-aff6-40c5-b669-e521b23cebc0 Date: Thu, 04 Oct 2018 14:37:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 14:37:55,074 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423/file used request id req-da70c21b-aff6-40c5-b669-e521b23cebc0 2018-10-04 14:37:55,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.72944307327s 2018-10-04 14:37:55,075 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423/file used request id req-da70c21b-aff6-40c5-b669-e521b23cebc0 2018-10-04 14:37:55,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 14:37:55,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}99302444d57936ecaf6900110d5878a4e99a630d" 2018-10-04 14:37:55,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-2c7cdb50-93dc-4168-ae65-06c0b165bf78 Date: Thu, 04 Oct 2018 14:37:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423/snap", "metadata": {}}], "file": "/v2/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423/file", "owner": "c0fccc2559834dafac6b30e6e3ae676a", "id": "5d6e75f8-28ae-4a82-bc4a-2c04b466e423", "size": 12716032, "self": "/v2/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T14:37:55Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_02396668-7517-4f05-a3e7-6383a7466400", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_02396668-7517-4f05-a3e7-6383a7466400", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T14:37:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 14:37:55,246 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-2c7cdb50-93dc-4168-ae65-06c0b165bf78 2018-10-04 14:37:55,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171002149582s 2018-10-04 14:37:55,247 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-2c7cdb50-93dc-4168-ae65-06c0b165bf78 2018-10-04 14:37:55,249 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423/snap', u'metadata': Munch({})})], 'file': u'/v2/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423/file', 'owner': u'c0fccc2559834dafac6b30e6e3ae676a', 'id': u'5d6e75f8-28ae-4a82-bc4a-2c04b466e423', 'size': 12716032, u'self': u'/v2/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c0fccc2559834dafac6b30e6e3ae676a', 'name': 'refstack_defcore-project_02396668-7517-4f05-a3e7-6383a7466400', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T14:37:55Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T14:37:55Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_02396668-7517-4f05-a3e7-6383a7466400', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_02396668-7517-4f05-a3e7-6383a7466400', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_02396668-7517-4f05-a3e7-6383a7466400', 'created': u'2018-10-04T14:37:53Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T14:37:53Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_02396668-7517-4f05-a3e7-6383a7466400', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 14:37:55,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 14:37:55,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_02396668-7517-4f05-a3e7-6383a7466400", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-04 14:37:55,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14: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-3262c3c7-a221-4142-a165-29c3f38095ab x-compute-request-id: req-3262c3c7-a221-4142-a165-29c3f38095ab Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7e6d02db-2cee-4e3e-8c1d-b5fd1c9d7090", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7e6d02db-2cee-4e3e-8c1d-b5fd1c9d7090", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7e6d02db-2cee-4e3e-8c1d-b5fd1c9d7090", "name": "refstack_defcore-flavor_02396668-7517-4f05-a3e7-6383a7466400", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 14:37:55,442 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-3262c3c7-a221-4142-a165-29c3f38095ab 2018-10-04 14:37:55,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.192249059677s 2018-10-04 14:37:55,443 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-3262c3c7-a221-4142-a165-29c3f38095ab returning object 7e6d02db-2cee-4e3e-8c1d-b5fd1c9d7090 2018-10-04 14:37:55,444 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_02396668-7517-4f05-a3e7-6383a7466400', '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'ba8ec7ddbe634bf4b6238a0de4b4bf1a', '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'7e6d02db-2cee-4e3e-8c1d-b5fd1c9d7090', 'swap': 0}) 2018-10-04 14:37:55,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 14:37:55,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/7e6d02db-2cee-4e3e-8c1d-b5fd1c9d7090/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" -d '{"extra_specs": {}}' 2018-10-04 14:37:55,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14: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 x-openstack-request-id: req-f2c08113-a3e9-4b38-be19-bc01b7652077 x-compute-request-id: req-f2c08113-a3e9-4b38-be19-bc01b7652077 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 14:37:55,465 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/7e6d02db-2cee-4e3e-8c1d-b5fd1c9d7090/os-extra_specs used request id req-f2c08113-a3e9-4b38-be19-bc01b7652077 2018-10-04 14:37:55,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0203700065613s 2018-10-04 14:37:55,465 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/7e6d02db-2cee-4e3e-8c1d-b5fd1c9d7090/os-extra_specs used request id req-f2c08113-a3e9-4b38-be19-bc01b7652077 2018-10-04 14:37:55,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:37:55,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99302444d57936ecaf6900110d5878a4e99a630d" 2018-10-04 14:37:55,476 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:37:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:37:55,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99302444d57936ecaf6900110d5878a4e99a630d" 2018-10-04 14:37:55,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:37:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86fbd091-b77a-4558-9df0-4f3c34098a34 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "46a7d09621ea4e8ba26226d36906b966", "links": {"self": "http://172.30.9.23:5000/v3/roles/46a7d09621ea4e8ba26226d36906b966"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:37:55,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-86fbd091-b77a-4558-9df0-4f3c34098a34 2018-10-04 14:37:55,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0894989967346s 2018-10-04 14:37:55,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-04 14:37:55,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}99302444d57936ecaf6900110d5878a4e99a630d" 2018-10-04 14:37:55,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14: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-ef110155-d8e0-41e5-8e46-d33be3011ba3 x-compute-request-id: req-ef110155-d8e0-41e5-8e46-d33be3011ba3 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 192}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-04 14:37:55,761 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-ef110155-d8e0-41e5-8e46-d33be3011ba3 2018-10-04 14:37:55,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.201550960541s 2018-10-04 14:37:55,762 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-ef110155-d8e0-41e5-8e46-d33be3011ba3 2018-10-04 14:37:55,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 14:37:55,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}99302444d57936ecaf6900110d5878a4e99a630d" 2018-10-04 14:37:55,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-106494bd-a62f-4816-a5b2-8b5073332327 Date: Thu, 04 Oct 2018 14:37:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423/snap", "metadata": {}}], "file": "/v2/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423/file", "owner": "c0fccc2559834dafac6b30e6e3ae676a", "id": "5d6e75f8-28ae-4a82-bc4a-2c04b466e423", "size": 12716032, "self": "/v2/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T14:37:55Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_02396668-7517-4f05-a3e7-6383a7466400", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_02396668-7517-4f05-a3e7-6383a7466400", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T14:37:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 14:37:55,938 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-106494bd-a62f-4816-a5b2-8b5073332327 2018-10-04 14:37:55,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.175793170929s 2018-10-04 14:37:55,939 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-106494bd-a62f-4816-a5b2-8b5073332327 2018-10-04 14:37:55,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 14:37:55,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}99302444d57936ecaf6900110d5878a4e99a630d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_02396668-7517-4f05-a3e7-6383a7466400", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_02396668-7517-4f05-a3e7-6383a7466400"}' 2018-10-04 14:37:56,140 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/107306af-35e2-41d5-9279-2cb6975013dc X-Openstack-Request-Id: req-01e9dffa-66b6-4023-8157-d9420c37d83d Date: Thu, 04 Oct 2018 14:37:56 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/107306af-35e2-41d5-9279-2cb6975013dc/file", "owner": "c0fccc2559834dafac6b30e6e3ae676a", "id": "107306af-35e2-41d5-9279-2cb6975013dc", "size": null, "self": "/v2/images/107306af-35e2-41d5-9279-2cb6975013dc", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T14:37:56Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_02396668-7517-4f05-a3e7-6383a7466400", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_02396668-7517-4f05-a3e7-6383a7466400", "checksum": null, "created_at": "2018-10-04T14:37:56Z", "protected": false} 2018-10-04 14:37:56,140 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-01e9dffa-66b6-4023-8157-d9420c37d83d 2018-10-04 14:37:56,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.199146032333s 2018-10-04 14:37:56,141 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-01e9dffa-66b6-4023-8157-d9420c37d83d returning object 107306af-35e2-41d5-9279-2cb6975013dc 2018-10-04 14:37:56,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 14:37:56,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/107306af-35e2-41d5-9279-2cb6975013dc/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}99302444d57936ecaf6900110d5878a4e99a630d" -d '' 2018-10-04 14:37:57,255 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f3090641-906d-412e-8953-7912409a3eb9 Date: Thu, 04 Oct 2018 14:37:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 14:37:57,256 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/107306af-35e2-41d5-9279-2cb6975013dc/file used request id req-f3090641-906d-412e-8953-7912409a3eb9 2018-10-04 14:37:57,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.1140460968s 2018-10-04 14:37:57,256 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/107306af-35e2-41d5-9279-2cb6975013dc/file used request id req-f3090641-906d-412e-8953-7912409a3eb9 2018-10-04 14:37:57,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 14:37:57,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}99302444d57936ecaf6900110d5878a4e99a630d" 2018-10-04 14:37:57,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2367 Content-Type: application/json X-Openstack-Request-Id: req-b09a425c-5f09-4b80-a9b3-dabaaa89d69f Date: Thu, 04 Oct 2018 14:37:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/107306af-35e2-41d5-9279-2cb6975013dc/snap", "metadata": {}}], "file": "/v2/images/107306af-35e2-41d5-9279-2cb6975013dc/file", "owner": "c0fccc2559834dafac6b30e6e3ae676a", "id": "107306af-35e2-41d5-9279-2cb6975013dc", "size": 12716032, "self": "/v2/images/107306af-35e2-41d5-9279-2cb6975013dc", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/107306af-35e2-41d5-9279-2cb6975013dc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T14:37:57Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_02396668-7517-4f05-a3e7-6383a7466400", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_02396668-7517-4f05-a3e7-6383a7466400", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T14:37:56Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423/snap", "metadata": {}}], "file": "/v2/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423/file", "owner": "c0fccc2559834dafac6b30e6e3ae676a", "id": "5d6e75f8-28ae-4a82-bc4a-2c04b466e423", "size": 12716032, "self": "/v2/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T14:37:55Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_02396668-7517-4f05-a3e7-6383a7466400", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_02396668-7517-4f05-a3e7-6383a7466400", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T14:37:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 14:37:57,438 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b09a425c-5f09-4b80-a9b3-dabaaa89d69f 2018-10-04 14:37:57,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.180718898773s 2018-10-04 14:37:57,439 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b09a425c-5f09-4b80-a9b3-dabaaa89d69f 2018-10-04 14:37:57,442 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/107306af-35e2-41d5-9279-2cb6975013dc/snap', u'metadata': Munch({})})], 'file': u'/v2/images/107306af-35e2-41d5-9279-2cb6975013dc/file', 'owner': u'c0fccc2559834dafac6b30e6e3ae676a', 'id': u'107306af-35e2-41d5-9279-2cb6975013dc', 'size': 12716032, u'self': u'/v2/images/107306af-35e2-41d5-9279-2cb6975013dc', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c0fccc2559834dafac6b30e6e3ae676a', 'name': 'refstack_defcore-project_02396668-7517-4f05-a3e7-6383a7466400', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/107306af-35e2-41d5-9279-2cb6975013dc/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T14:37:57Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T14:37:57Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_02396668-7517-4f05-a3e7-6383a7466400', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/107306af-35e2-41d5-9279-2cb6975013dc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_02396668-7517-4f05-a3e7-6383a7466400', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_02396668-7517-4f05-a3e7-6383a7466400', 'created': u'2018-10-04T14:37:56Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T14:37:56Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/107306af-35e2-41d5-9279-2cb6975013dc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_02396668-7517-4f05-a3e7-6383a7466400', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 14:37:57,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 14:37:57,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_02396668-7517-4f05-a3e7-6383a7466400", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-04 14:37:57,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14: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-4c6c8f3f-8d0b-496a-9472-a945f3584891 x-compute-request-id: req-4c6c8f3f-8d0b-496a-9472-a945f3584891 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/687458f2-a014-40fb-8182-dfa5639ec1f7", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/687458f2-a014-40fb-8182-dfa5639ec1f7", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "687458f2-a014-40fb-8182-dfa5639ec1f7", "name": "refstack_defcore-flavor_alt_02396668-7517-4f05-a3e7-6383a7466400", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 14:37:57,498 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4c6c8f3f-8d0b-496a-9472-a945f3584891 2018-10-04 14:37:57,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0547089576721s 2018-10-04 14:37:57,499 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4c6c8f3f-8d0b-496a-9472-a945f3584891 returning object 687458f2-a014-40fb-8182-dfa5639ec1f7 2018-10-04 14:37:57,499 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_02396668-7517-4f05-a3e7-6383a7466400', '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'ba8ec7ddbe634bf4b6238a0de4b4bf1a', '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'687458f2-a014-40fb-8182-dfa5639ec1f7', 'swap': 0}) 2018-10-04 14:37:57,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 14:37:57,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/687458f2-a014-40fb-8182-dfa5639ec1f7/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" -d '{"extra_specs": {}}' 2018-10-04 14:37:57,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14: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 x-openstack-request-id: req-04ffd43d-02bf-44d9-9499-88b1bb72032c x-compute-request-id: req-04ffd43d-02bf-44d9-9499-88b1bb72032c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 14:37:57,524 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/687458f2-a014-40fb-8182-dfa5639ec1f7/os-extra_specs used request id req-04ffd43d-02bf-44d9-9499-88b1bb72032c 2018-10-04 14:37:57,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0238740444183s 2018-10-04 14:37:57,524 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/687458f2-a014-40fb-8182-dfa5639ec1f7/os-extra_specs used request id req-04ffd43d-02bf-44d9-9499-88b1bb72032c 2018-10-04 14:37:57,525 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_02396668-7517-4f05-a3e7-6383a7466400', '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'ba8ec7ddbe634bf4b6238a0de4b4bf1a', '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'687458f2-a014-40fb-8182-dfa5639ec1f7', 'swap': 0}) 2018-10-04 14:38:01,059 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-04 14:37:59.642 11225 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=aeba77f7-c554-4a2b-8c4b-565822196cce) for deployment 'opnfv-rally' (UUID=7161541a-d73e-4d1f-8bc0-57941679914a). 2018-10-04 14:38:00.891 11225 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-04 14:38:00.893 11225 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=aeba77f7-c554-4a2b-8c4b-565822196cce) has been successfully configured for deployment 'opnfv-rally' (UUID=7161541a-d73e-4d1f-8bc0-57941679914a)! 2018-10-04 14:38:01,060 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-04 14:38:01,060 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-04 14:38:01,063 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-04 14:38:05,297 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_create_get_delete_snapshot_metadata not found in Tempest list. 2018-10-04 14:38:05,297 - refstack_client.list_parser - WARNING - Test tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_reboot_deleted_server not found in Tempest list. 2018-10-04 14:38:05,297 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_out_passing_size not found in Tempest list. 2018-10-04 14:38:05,297 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_volume_without_passing_volume_id not found in Tempest list. 2018-10-04 14:38:05,297 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_volume_without_passing_volume_id not found in Tempest list. 2018-10-04 14:38:05,297 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks not found in Tempest list. 2018-10-04 14:38:05,297 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw not found in Tempest list. 2018-10-04 14:38:05,297 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name not found in Tempest list. 2018-10-04 14:38:05,297 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status not found in Tempest list. 2018-10-04 14:38:05,298 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata not found in Tempest list. 2018-10-04 14:38:05,298 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params not found in Tempest list. 2018-10-04 14:38:05,298 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_container_format not found in Tempest list. 2018-10-04 14:38:05,298 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_nonexistent_volume_id not found in Tempest list. 2018-10-04 14:38:05,298 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination not found in Tempest list. 2018-10-04 14:38:05,298 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id not found in Tempest list. 2018-10-04 14:38:05,298 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_negative not found in Tempest list. 2018-10-04 14:38:05,298 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id not found in Tempest list. 2018-10-04 14:38:05,298 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions not found in Tempest list. 2018-10-04 14:38:05,298 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_get_nonexistent_volume_id not found in Tempest list. 2018-10-04 14:38:05,298 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_status not found in Tempest list. 2018-10-04 14:38:05,298 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_create_get_delete_volume_metadata not found in Tempest list. 2018-10-04 14:38:05,298 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-10-04 14:38:05,298 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_nonexistent_name not found in Tempest list. 2018-10-04 14:38:05,298 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshot_create_get_list_update_delete not found in Tempest list. 2018-10-04 14:38:05,299 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_as_clone not found in Tempest list. 2018-10-04 14:38:05,299 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_zero not found in Tempest list. 2018-10-04 14:38:05,299 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params not found in Tempest list. 2018-10-04 14:38:05,299 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status not found in Tempest list. 2018-10-04 14:38:05,299 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_nonexistent_name not found in Tempest list. 2018-10-04 14:38:05,299 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet not found in Tempest list. 2018-10-04 14:38:05,299 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_details_with_params not found in Tempest list. 2018-10-04 14:38:05,299 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_display_name_and_status not found in Tempest list. 2018-10-04 14:38:05,299 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload not found in Tempest list. 2018-10-04 14:38:05,299 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields not found in Tempest list. 2018-10-04 14:38:05,299 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_disk_format not found in Tempest list. 2018-10-04 14:38:05,299 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image not found in Tempest list. 2018-10-04 14:38:05,299 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_update_subnet_gw_dns_host_routes_dhcp not found in Tempest list. 2018-10-04 14:38:05,299 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw_and_allocation_pools not found in Tempest list. 2018-10-04 14:38:05,299 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_source_volid not found in Tempest list. 2018-10-04 14:38:05,300 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses not found in Tempest list. 2018-10-04 14:38:05,300 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_availability_zone not found in Tempest list. 2018-10-04 14:38:05,300 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_details_with_params not found in Tempest list. 2018-10-04 14:38:05,300 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_volume_type not found in Tempest list. 2018-10-04 14:38:05,300 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_delete_nonexistent_volume_id not found in Tempest list. 2018-10-04 14:38:05,300 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_invalid_status not found in Tempest list. 2018-10-04 14:38:05,300 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_with_multiple_params not found in Tempest list. 2018-10-04 14:38:05,300 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes not found in Tempest list. 2018-10-04 14:38:05,300 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_dhcp_enabled not found in Tempest list. 2018-10-04 14:38:05,300 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet not found in Tempest list. 2018-10-04 14:38:05,300 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list not found in Tempest list. 2018-10-04 14:38:05,300 - refstack_client.list_parser - WARNING - Test tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status not found in Tempest list. 2018-10-04 14:38:05,300 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network not found in Tempest list. 2018-10-04 14:38:05,300 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_min_max_size not found in Tempest list. 2018-10-04 14:38:05,300 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields not found in Tempest list. 2018-10-04 14:38:05,300 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-10-04 14:38:05,301 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet not found in Tempest list. 2018-10-04 14:38:05,301 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_without_passing_size not found in Tempest list. 2018-10-04 14:38:05,301 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_pagination not found in Tempest list. 2018-10-04 14:38:05,301 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_media_types not found in Tempest list. 2018-10-04 14:38:05,301 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_empty_volume_id not found in Tempest list. 2018-10-04 14:38:05,301 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete not found in Tempest list. 2018-10-04 14:38:05,301 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id not found in Tempest list. 2018-10-04 14:38:05,301 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_invalid_size not found in Tempest list. 2018-10-04 14:38:05,301 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields not found in Tempest list. 2018-10-04 14:38:05,301 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources not found in Tempest list. 2018-10-04 14:38:05,301 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway not found in Tempest list. 2018-10-04 14:38:05,301 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_availability_zone not found in Tempest list. 2018-10-04 14:38:05,301 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit not found in Tempest list. 2018-10-04 14:38:05,301 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params not found in Tempest list. 2018-10-04 14:38:05,301 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id not found in Tempest list. 2018-10-04 14:38:05,302 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_metadata not found in Tempest list. 2018-10-04 14:38:05,302 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_by_name not found in Tempest list. 2018-10-04 14:38:05,302 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields not found in Tempest list. 2018-10-04 14:38:05,302 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility not found in Tempest list. 2018-10-04 14:38:05,302 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema not found in Tempest list. 2018-10-04 14:38:05,302 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_param_display_name_and_status not found in Tempest list. 2018-10-04 14:38:05,302 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_invalid_volume_id not found in Tempest list. 2018-10-04 14:38:05,302 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable not found in Tempest list. 2018-10-04 14:38:05,302 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update not found in Tempest list. 2018-10-04 14:38:05,302 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_param_metadata not found in Tempest list. 2018-10-04 14:38:05,302 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot not found in Tempest list. 2018-10-04 14:38:05,302 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-10-04 14:38:05,302 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_with_params not found in Tempest list. 2018-10-04 14:38:05,302 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_host_routes_and_dns_nameservers not found in Tempest list. 2018-10-04 14:38:05,302 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_invalid_status not found in Tempest list. 2018-10-04 14:38:05,302 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list not found in Tempest list. 2018-10-04 14:38:05,303 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets not found in Tempest list. 2018-10-04 14:38:05,303 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-10-04 14:38:05,303 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_allocation_pools not found in Tempest list. 2018-10-04 14:38:05,303 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details not found in Tempest list. 2018-10-04 14:38:05,303 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata not found in Tempest list. 2018-10-04 14:38:05,303 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema not found in Tempest list. 2018-10-04 14:38:05,303 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_snapshot_id not found in Tempest list. 2018-10-04 14:38:05,303 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size not found in Tempest list. 2018-10-04 14:38:05,304 - refstack_client.list_parser - DEBUG - Number of tests: 200 2018-10-04 14:38:05,305 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-04 14:38:05,330 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-04 14:38:05,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack_defcore/test_list.txt', u'--concurrency=4']'. 2018-10-04 14:38:07,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:38:07.515 11237 INFO rally.api [-] Starting verification (UUID=e939e0f3-6267-4128-a8d3-b3c6be34bb18) for deployment 'opnfv-rally' (UUID=7161541a-d73e-4d1f-8bc0-57941679914a) by verifier 'opnfv-tempest' (UUID=aeba77f7-c554-4a2b-8c4b-565822196cce). 2018-10-04 14:38:07,517 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: e939e0f3-6267-4128-a8d3-b3c6be34bb18 2018-10-04 14:38:14,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:38:14.276 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.577s] 2018-10-04 14:38:14,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:38:14.349 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.073s] 2018-10-04 14:38:16,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:38:16.356 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.592s] 2018-10-04 14:38:18,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:38:18.659 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [1.051s] 2018-10-04 14:38:27,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:38:27.207 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [13.533s] 2018-10-04 14:38:32,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:38:32.701 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [16.339s] 2018-10-04 14:38:35,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:38:35.110 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.067s] 2018-10-04 14:38:35,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:38:35.122 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-10-04 14:38:35,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:38:35.264 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.141s] 2018-10-04 14:38:35,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:38:35.275 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-10-04 14:38:35,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:38:35.290 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.014s] 2018-10-04 14:38:35,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:38:35.329 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.039s] 2018-10-04 14:38:35,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:38:35.401 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.071s] 2018-10-04 14:38:35,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:38:35.461 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.059s] 2018-10-04 14:38:35,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:38:35.931 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.469s] 2018-10-04 14:38:35,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:38:35.945 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-10-04 14:38:36,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:38:36.014 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.068s] 2018-10-04 14:38:40,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:38:40.072 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.067s] 2018-10-04 14:38:43,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:38:43.209 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.135s] 2018-10-04 14:38:50,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:38:50.191 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [26.990s] 2018-10-04 14:38:50,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:38:50.342 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [17.639s] 2018-10-04 14:38:51,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:38:51.751 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.567s] 2018-10-04 14:38:58,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:38:58.212 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [7.870s] 2018-10-04 14:39:06,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:06.567 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.014s] 2018-10-04 14:39:09,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:09.948 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.503s] 2018-10-04 14:39:10,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:10.101 11237 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.077s] 2018-10-04 14:39:10,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:10.177 11237 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.075s] 2018-10-04 14:39:10,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:10.254 11237 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.077s] 2018-10-04 14:39:10,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:10.484 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.534s] 2018-10-04 14:39:10,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:10.846 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.362s] 2018-10-04 14:39:11,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:11.696 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.848s] 2018-10-04 14:39:12,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:12.353 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.657s] 2018-10-04 14:39:12,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:12.431 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.077s] 2018-10-04 14:39:12,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:12.508 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.077s] 2018-10-04 14:39:12,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:12.575 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.066s] 2018-10-04 14:39:12,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:12.643 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.067s] 2018-10-04 14:39:12,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:12.718 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.074s] 2018-10-04 14:39:12,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:12.863 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.145s] 2018-10-04 14:39:15,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:15.169 11237 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.148s] 2018-10-04 14:39:15,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:15.321 11237 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.151s] 2018-10-04 14:39:16,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:16.344 11237 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.021s] 2018-10-04 14:39:16,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:16.354 11237 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.010s] 2018-10-04 14:39:16,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:16.522 11237 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.168s] 2018-10-04 14:39:26,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:26.782 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.370s] 2018-10-04 14:39:30,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:30.273 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [4.628s] 2018-10-04 14:39:30,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:30.345 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.072s] 2018-10-04 14:39:30,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:30.840 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.056s] 2018-10-04 14:39:31,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:31.178 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.832s] 2018-10-04 14:39:31,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:31.279 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.099s] 2018-10-04 14:39:31,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:31.280 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-10-04 14:39:34,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:34.548 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.708s] 2018-10-04 14:39:37,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:37.957 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.409s] 2018-10-04 14:39:42,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:42.074 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.116s] 2018-10-04 14:39:45,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:45.650 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.575s] 2018-10-04 14:39:49,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:49.729 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.078s] 2018-10-04 14:39:55,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:39:55.644 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.915s] 2018-10-04 14:40:00,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:00.081 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.436s] 2018-10-04 14:40:00,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:00.348 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.267s] 2018-10-04 14:40:00,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:00.759 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.410s] 2018-10-04 14:40:00,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:00.956 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.197s] 2018-10-04 14:40:01,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:01.039 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.082s] 2018-10-04 14:40:01,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:01.323 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.283s] 2018-10-04 14:40:01,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:01.414 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.091s] 2018-10-04 14:40:01,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:01.478 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.063s] 2018-10-04 14:40:01,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:01.538 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.060s] 2018-10-04 14:40:02,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:02.451 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [64.224s] 2018-10-04 14:40:06,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:06.093 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.553s] 2018-10-04 14:40:06,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:06.421 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.311s] 2018-10-04 14:40:06,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:06.837 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.416s] 2018-10-04 14:40:14,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:14.151 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.158s] 2018-10-04 14:40:15,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:15.796 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.643s] 2018-10-04 14:40:16,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:16.563 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.767s] 2018-10-04 14:40:17,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:17.886 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.322s] 2018-10-04 14:40:19,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:19.743 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.856s] 2018-10-04 14:40:20,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:20.596 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [14.690s] 2018-10-04 14:40:21,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:21.600 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.856s] 2018-10-04 14:40:22,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:22.397 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [7.124s] 2018-10-04 14:40:22,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:22.468 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.070s] 2018-10-04 14:40:22,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:22.553 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.952s] 2018-10-04 14:40:22,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:22.656 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.103s] 2018-10-04 14:40:22,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:22.843 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.186s] 2018-10-04 14:40:23,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:23.004 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.158s] 2018-10-04 14:40:23,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:23.005 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.533s] 2018-10-04 14:40:23,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:23.020 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.019s] 2018-10-04 14:40:23,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:23.132 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.130s] 2018-10-04 14:40:23,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:23.134 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-10-04 14:40:29,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:29.558 11237 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.734s] 2018-10-04 14:40:29,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:29.853 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [9.258s] 2018-10-04 14:40:30,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:30.449 11237 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.891s] 2018-10-04 14:40:42,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:42.441 11237 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.511s] 2018-10-04 14:40:49,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:49.300 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.370s] 2018-10-04 14:40:49,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:49.509 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.209s] 2018-10-04 14:40:49,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:49.708 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.198s] 2018-10-04 14:40:50,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:50.075 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.367s] 2018-10-04 14:40:50,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:50.655 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.579s] 2018-10-04 14:40:51,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:51.105 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.449s] 2018-10-04 14:40:52,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:52.050 11237 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [9.608s] 2018-10-04 14:40:58,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:58.507 11237 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.103s] 2018-10-04 14:40:59,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:40:59.813 11237 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.306s] 2018-10-04 14:41:00,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:00.568 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [30.708s] 2018-10-04 14:41:07,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:07.220 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.388s] 2018-10-04 14:41:08,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:08.545 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.325s] 2018-10-04 14:41:11,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:11.950 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.399s] 2018-10-04 14:41:12,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:12.980 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.034s] 2018-10-04 14:41:14,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:14.805 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.822s] 2018-10-04 14:41:15,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:15.688 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.884s] 2018-10-04 14:41:16,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:16.955 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [55.834s] 2018-10-04 14:41:17,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:17.719 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.028s] 2018-10-04 14:41:17,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:17.772 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.056s] 2018-10-04 14:41:19,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:19.528 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [18.958s] 2018-10-04 14:41:21,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:21.005 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.156s] 2018-10-04 14:41:27,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:27.056 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.684s] 2018-10-04 14:41:27,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:27.781 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.725s] 2018-10-04 14:41:46,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:46.562 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.170s] 2018-10-04 14:41:47,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:47.763 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.200s] 2018-10-04 14:41:48,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:48.617 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [31.653s] 2018-10-04 14:41:48,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:48.689 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.924s] 2018-10-04 14:41:49,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:49.911 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.222s] 2018-10-04 14:41:50,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:50.780 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.868s] 2018-10-04 14:41:51,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:51.752 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.972s] 2018-10-04 14:41:52,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:52.125 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.373s] 2018-10-04 14:41:52,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:52.661 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.535s] 2018-10-04 14:41:53,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:53.197 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.534s] 2018-10-04 14:41:54,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:54.113 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.915s] 2018-10-04 14:41:54,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:54.527 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.414s] 2018-10-04 14:41:55,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:55.109 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.581s] 2018-10-04 14:41:55,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:55.626 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.516s] 2018-10-04 14:41:56,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:56.678 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.051s] 2018-10-04 14:41:57,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:57.072 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.394s] 2018-10-04 14:41:57,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:57.449 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.376s] 2018-10-04 14:41:57,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:57.948 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.498s] 2018-10-04 14:41:58,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:41:58.731 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.783s] 2018-10-04 14:42:05,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:05.013 11237 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.313s] 2018-10-04 14:42:05,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:05.652 11237 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.090s] 2018-10-04 14:42:06,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:06.983 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [39.195s] 2018-10-04 14:42:13,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:13.846 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.471s] 2018-10-04 14:42:19,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:19.418 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.571s] 2018-10-04 14:42:21,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:21.526 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-10-04 14:42:21,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:21.589 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.170s] 2018-10-04 14:42:21,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:21.679 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.152s] 2018-10-04 14:42:21,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:21.782 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.193s] 2018-10-04 14:42:21,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:21.858 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.076s] 2018-10-04 14:42:21,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:21.884 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.204s] 2018-10-04 14:42:21,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:21.908 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.049s] 2018-10-04 14:42:21,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:21.951 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.043s] 2018-10-04 14:42:22,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:22.018 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.485s] 2018-10-04 14:42:22,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:22.237 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.353s] 2018-10-04 14:42:22,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:22.407 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.169s] 2018-10-04 14:42:22,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:22.588 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.569s] 2018-10-04 14:42:22,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:22.736 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.327s] 2018-10-04 14:42:23,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:23.306 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.569s] 2018-10-04 14:42:23,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:23.563 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.256s] 2018-10-04 14:42:23,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:23.605 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.042s] 2018-10-04 14:42:23,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:23.649 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.044s] 2018-10-04 14:42:27,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:27.982 11237 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.172s] 2018-10-04 14:42:36,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:36.820 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.041s] 2018-10-04 14:42:36,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:36.996 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.176s] 2018-10-04 14:42:38,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:38.407 11237 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.258s] 2018-10-04 14:42:41,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:41.814 11237 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.477s] 2018-10-04 14:42:46,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:46.039 11237 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.630s] 2018-10-04 14:42:49,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:49.142 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.959s] 2018-10-04 14:42:49,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:42:49.813 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.670s] 2018-10-04 14:43:00,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:00.266 11237 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [14.223s] 2018-10-04 14:43:01,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:01.478 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.038s] 2018-10-04 14:43:01,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:01.659 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.181s] 2018-10-04 14:43:01,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:01.868 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.207s] 2018-10-04 14:43:02,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:02.526 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.657s] 2018-10-04 14:43:02,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:02.772 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.245s] 2018-10-04 14:43:03,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:03.276 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.504s] 2018-10-04 14:43:03,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:03.315 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.039s] 2018-10-04 14:43:03,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:03.511 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.194s] 2018-10-04 14:43:03,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:03.565 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.053s] 2018-10-04 14:43:03,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:03.744 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.179s] 2018-10-04 14:43:03,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:03.787 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.042s] 2018-10-04 14:43:03,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:03.867 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.079s] 2018-10-04 14:43:03,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:03.944 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.076s] 2018-10-04 14:43:03,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:03.994 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.050s] 2018-10-04 14:43:04,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:04.042 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.047s] 2018-10-04 14:43:10,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:10.319 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.177s] 2018-10-04 14:43:10,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:10.490 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.171s] 2018-10-04 14:43:10,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:10.689 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.199s] 2018-10-04 14:43:10,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:10.861 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.171s] 2018-10-04 14:43:11,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:11.020 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.159s] 2018-10-04 14:43:11,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:11.185 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.164s] 2018-10-04 14:43:11,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:11.368 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.182s] 2018-10-04 14:43:11,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:11.406 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.037s] 2018-10-04 14:43:11,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:11.563 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.157s] 2018-10-04 14:43:11,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:11.755 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.191s] 2018-10-04 14:43:11,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:11.766 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.011s] 2018-10-04 14:43:11,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:11.954 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.187s] 2018-10-04 14:43:12,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:12.151 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.196s] 2018-10-04 14:43:12,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:12.187 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.035s] 2018-10-04 14:43:12,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:12.223 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.035s] 2018-10-04 14:43:12,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:12.232 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-10-04 14:43:12,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:12.397 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.164s] 2018-10-04 14:43:12,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:12.434 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.036s] 2018-10-04 14:43:12,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:12.467 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.033s] 2018-10-04 14:43:12,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:43:12.651 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.184s] 2018-10-04 14:47:33,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:47:33.088 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.542s] 2018-10-04 14:47:33,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:47:33.289 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.201s] 2018-10-04 14:47:36,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: e939e0f3-6267-4128-a8d3-b3c6be34bb18 2018-10-04 14:47:36,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'e939e0f3-6267-4128-a8d3-b3c6be34bb18']'. 2018-10-04 14:47:37,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-04 14:47:37,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-04 14:47:37,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 14:47:37,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | e939e0f3-6267-4128-a8d3-b3c6be34bb18 | 2018-10-04 14:47:37,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-10-04 14:47:37,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-04 14:38:07 | 2018-10-04 14:47:37,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-04 14:47:36 | 2018-10-04 14:47:37,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:09:29 | 2018-10-04 14:47:37,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-10-04 14:47:37,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-04 14:47:37,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-04 14:47:37,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: aeba77f7-c554-4a2b-8c4b-565822196cce) | 2018-10-04 14:47:37,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-04 14:47:37,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 7161541a-d73e-4d1f-8bc0-57941679914a) | 2018-10-04 14:47:37,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 200 | 2018-10-04 14:47:37,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 561.48 | 2018-10-04 14:47:37,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 200 | 2018-10-04 14:47:37,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-10-04 14:47:37,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-04 14:47:37,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-04 14:47:37,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-10-04 14:47:37,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 14:47:37,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-04 14:47:37,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-04 14:47:37,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-10-04 14:47:37,655 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 14:47:37,655 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 09:45 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-10-04 14:47:37,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 14:47:37,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/107306af-35e2-41d5-9279-2cb6975013dc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}99302444d57936ecaf6900110d5878a4e99a630d" 2018-10-04 14:47:39,377 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e20d1658-367b-4be0-929d-1b00a9744935 Date: Thu, 04 Oct 2018 14:47:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 14:47:39,377 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/107306af-35e2-41d5-9279-2cb6975013dc used request id req-e20d1658-367b-4be0-929d-1b00a9744935 2018-10-04 14:47:39,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.71513986588s 2018-10-04 14:47:39,377 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/107306af-35e2-41d5-9279-2cb6975013dc used request id req-e20d1658-367b-4be0-929d-1b00a9744935 2018-10-04 14:47:39,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 14:47:39,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:47:39,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47: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-d45c6db2-9bea-4422-96cb-aa568e881b82 x-compute-request-id: req-d45c6db2-9bea-4422-96cb-aa568e881b82 Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/687458f2-a014-40fb-8182-dfa5639ec1f7", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/687458f2-a014-40fb-8182-dfa5639ec1f7", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "687458f2-a014-40fb-8182-dfa5639ec1f7", "name": "refstack_defcore-flavor_alt_02396668-7517-4f05-a3e7-6383a7466400", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7e6d02db-2cee-4e3e-8c1d-b5fd1c9d7090", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7e6d02db-2cee-4e3e-8c1d-b5fd1c9d7090", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7e6d02db-2cee-4e3e-8c1d-b5fd1c9d7090", "name": "refstack_defcore-flavor_02396668-7517-4f05-a3e7-6383a7466400", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 14:47:39,569 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-d45c6db2-9bea-4422-96cb-aa568e881b82 2018-10-04 14:47:39,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.191529989243s 2018-10-04 14:47:39,570 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-d45c6db2-9bea-4422-96cb-aa568e881b82 2018-10-04 14:47:39,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 14:47:39,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/687458f2-a014-40fb-8182-dfa5639ec1f7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:47:39,627 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 14:47: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-50122152-4dc0-4cd6-bc31-3e8729a4fb6a x-compute-request-id: req-50122152-4dc0-4cd6-bc31-3e8729a4fb6a Content-Length: 0 Content-Type: application/json 2018-10-04 14:47:39,627 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/687458f2-a014-40fb-8182-dfa5639ec1f7 used request id req-50122152-4dc0-4cd6-bc31-3e8729a4fb6a 2018-10-04 14:47:39,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0541641712189s 2018-10-04 14:47:39,627 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/687458f2-a014-40fb-8182-dfa5639ec1f7 used request id req-50122152-4dc0-4cd6-bc31-3e8729a4fb6a 2018-10-04 14:47:39,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 14:47:39,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}99302444d57936ecaf6900110d5878a4e99a630d" 2018-10-04 14:47:39,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-b21ee44c-038e-43f6-a3c4-e6a6a90e274d Date: Thu, 04 Oct 2018 14:47:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423/snap", "metadata": {}}], "file": "/v2/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423/file", "owner": "c0fccc2559834dafac6b30e6e3ae676a", "id": "5d6e75f8-28ae-4a82-bc4a-2c04b466e423", "size": 12716032, "self": "/v2/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T14:37:55Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_02396668-7517-4f05-a3e7-6383a7466400", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_02396668-7517-4f05-a3e7-6383a7466400", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T14:37:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 14:47:39,806 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b21ee44c-038e-43f6-a3c4-e6a6a90e274d 2018-10-04 14:47:39,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.178117990494s 2018-10-04 14:47:39,806 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b21ee44c-038e-43f6-a3c4-e6a6a90e274d 2018-10-04 14:47:39,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 14:47:39,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}99302444d57936ecaf6900110d5878a4e99a630d" 2018-10-04 14:47:41,416 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0a241327-913f-4fb2-b37e-dde2395c98b5 Date: Thu, 04 Oct 2018 14:47:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 14:47:41,417 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423 used request id req-0a241327-913f-4fb2-b37e-dde2395c98b5 2018-10-04 14:47:41,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.6086230278s 2018-10-04 14:47:41,417 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/5d6e75f8-28ae-4a82-bc4a-2c04b466e423 used request id req-0a241327-913f-4fb2-b37e-dde2395c98b5 2018-10-04 14:47:41,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 14:47:41,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:47:41,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab4cacd2-5225-4749-a216-360a2df90979 x-compute-request-id: req-ab4cacd2-5225-4749-a216-360a2df90979 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7e6d02db-2cee-4e3e-8c1d-b5fd1c9d7090", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7e6d02db-2cee-4e3e-8c1d-b5fd1c9d7090", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7e6d02db-2cee-4e3e-8c1d-b5fd1c9d7090", "name": "refstack_defcore-flavor_02396668-7517-4f05-a3e7-6383a7466400", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 14:47:41,452 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-ab4cacd2-5225-4749-a216-360a2df90979 2018-10-04 14:47:41,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.034900188446s 2018-10-04 14:47:41,453 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-ab4cacd2-5225-4749-a216-360a2df90979 2018-10-04 14:47:41,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 14:47:41,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/7e6d02db-2cee-4e3e-8c1d-b5fd1c9d7090 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:47:41,503 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 14:47:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1050564e-d576-4e87-afa3-fbed0521b732 x-compute-request-id: req-1050564e-d576-4e87-afa3-fbed0521b732 Content-Length: 0 Content-Type: application/json 2018-10-04 14:47:41,503 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/7e6d02db-2cee-4e3e-8c1d-b5fd1c9d7090 used request id req-1050564e-d576-4e87-afa3-fbed0521b732 2018-10-04 14:47:41,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0481019020081s 2018-10-04 14:47:41,503 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/7e6d02db-2cee-4e3e-8c1d-b5fd1c9d7090 used request id req-1050564e-d576-4e87-afa3-fbed0521b732 2018-10-04 14:47:41,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 14:47:41,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:47:41,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cd5c087-717f-47cd-8bf8-90c9f5acd6f3 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "refstack_defcore-user_02396668-7517-4f05-a3e7-6383a7466400", "links": {"self": "http://172.30.9.23:5000/v3/users/18083f2e09764d06a704435f86f4f636"}, "domain_id": "default", "enabled": true, "id": "18083f2e09764d06a704435f86f4f636", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:47:41,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0cd5c087-717f-47cd-8bf8-90c9f5acd6f3 2018-10-04 14:47:41,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100606918335s 2018-10-04 14:47:41,605 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0cd5c087-717f-47cd-8bf8-90c9f5acd6f3 2018-10-04 14:47:41,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 14:47:41,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/18083f2e09764d06a704435f86f4f636 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:47:41,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26d7b070-640e-4860-ad94-acb3d2607c4a Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/18083f2e09764d06a704435f86f4f636"}, "enabled": true, "id": "18083f2e09764d06a704435f86f4f636", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_02396668-7517-4f05-a3e7-6383a7466400"}} 2018-10-04 14:47:41,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/18083f2e09764d06a704435f86f4f636 used request id req-26d7b070-640e-4860-ad94-acb3d2607c4a 2018-10-04 14:47:41,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0877521038055s 2018-10-04 14:47:41,699 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/18083f2e09764d06a704435f86f4f636 used request id req-26d7b070-640e-4860-ad94-acb3d2607c4a 2018-10-04 14:47:41,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-04 14:47:41,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/18083f2e09764d06a704435f86f4f636 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:47:41,877 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:47:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d73eb1a-3626-4fe3-a0a1-1720dabfb3d2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:47:41,878 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/18083f2e09764d06a704435f86f4f636 used request id req-6d73eb1a-3626-4fe3-a0a1-1720dabfb3d2 2018-10-04 14:47:41,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.178092002869s 2018-10-04 14:47:41,878 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/18083f2e09764d06a704435f86f4f636 used request id req-6d73eb1a-3626-4fe3-a0a1-1720dabfb3d2 2018-10-04 14:47:41,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 14:47:41,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:47:41,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16528561-e4d7-482b-ae03-9d79da4c975a Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.23:5000/v3/projects/c0fccc2559834dafac6b30e6e3ae676a"}, "enabled": true, "id": "c0fccc2559834dafac6b30e6e3ae676a", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_02396668-7517-4f05-a3e7-6383a7466400"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 14:47:41,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-16528561-e4d7-482b-ae03-9d79da4c975a 2018-10-04 14:47:41,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0765931606293s 2018-10-04 14:47:41,956 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-16528561-e4d7-482b-ae03-9d79da4c975a 2018-10-04 14:47:41,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-04 14:47:41,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/c0fccc2559834dafac6b30e6e3ae676a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:47:42,103 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:47:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e19d2e76-2b23-4fc3-8a66-e2636742e943 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:47:42,103 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/c0fccc2559834dafac6b30e6e3ae676a used request id req-e19d2e76-2b23-4fc3-8a66-e2636742e943 2018-10-04 14:47:42,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.145085096359s 2018-10-04 14:47:42,103 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/c0fccc2559834dafac6b30e6e3ae676a used request id req-e19d2e76-2b23-4fc3-8a66-e2636742e943 2018-10-04 14:47:42,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:47:42,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:47:42,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9509f672-294d-4e89-8f04-0f2ea0f03d6b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "46a7d09621ea4e8ba26226d36906b966", "links": {"self": "http://172.30.9.23:5000/v3/roles/46a7d09621ea4e8ba26226d36906b966"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:47:42,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9509f672-294d-4e89-8f04-0f2ea0f03d6b 2018-10-04 14:47:42,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0795860290527s 2018-10-04 14:47:42,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 14:47:42,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/46a7d09621ea4e8ba26226d36906b966 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:47:42,291 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:47:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1bb821d-6cf7-4d6e-8b25-e92273a1d0b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:47:42,291 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/46a7d09621ea4e8ba26226d36906b966 used request id req-f1bb821d-6cf7-4d6e-8b25-e92273a1d0b6 2018-10-04 14:47:42,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.106381893158s 2018-10-04 14:47:42,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 14:47:42,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=c0fccc2559834dafac6b30e6e3ae676a&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}60baf50569de9341ca7a784a736fa02f97c35d03" 2018-10-04 14:47:42,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-0e68b311-d8a5-4cd3-9707-e16e381c6199 Date: Thu, 04 Oct 2018 14:47:42 GMT RESP BODY: {"security_groups": []} 2018-10-04 14:47:42,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=c0fccc2559834dafac6b30e6e3ae676a&name=default used request id req-0e68b311-d8a5-4cd3-9707-e16e381c6199 2018-10-04 14:47:42,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.192614078522s 2018-10-04 14:47:42,488 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=c0fccc2559834dafac6b30e6e3ae676a&name=default used request id req-0e68b311-d8a5-4cd3-9707-e16e381c6199 2018-10-04 14:47:42,541 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-10-04 14:47:42,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 14:47:42,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 14:47:42,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 14:47:42,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 14:47:42,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 14:47:42,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 14:47:42,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 14:47:42,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 14:47:42,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 14:47:42,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 14:47:42,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 14:47:42,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 14:47:42,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 14:47:42,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 14:47:42,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 14:47:42,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 14:47:42,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 14:47:42,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 14:47:42,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 14:47:42,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 14:47:42,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 14:47:42,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 14:47:42,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 14:47:42,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 14:47:42,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:47:42,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ddb84a5-fd52-4975-b793-9d8d80ba3baa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:47:42,598 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0ddb84a5-fd52-4975-b793-9d8d80ba3baa 2018-10-04 14:47:42,598 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:47:42,976 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}], "expires_at": "2018-10-04T15:47:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ecbf2b9cbec04c3e8332c7164aa04ab3"}, "audit_ids": ["I2GBRP0CSp2ectZXDTPTIQ"], "issued_at": "2018-10-04T14:47:42.000000Z"}} 2018-10-04 14:47:42,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 14:47:42,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:47:43,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-3a3e24cf-3d5d-49cf-a594-60ff9e62b168 Date: Thu, 04 Oct 2018 14:47:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 14:47:43,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3a3e24cf-3d5d-49cf-a594-60ff9e62b168 2018-10-04 14:47:43,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.249194860458s 2018-10-04 14:47:43,229 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3a3e24cf-3d5d-49cf-a594-60ff9e62b168 2018-10-04 14:47:43,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 14:47:43,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:47:43,239 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:47:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:47:43,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:47:43,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f64df98f-40e1-479d-8e25-99b2a9b71715 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/356d297e741f42d0b9d8bc9b13448e43"}, "description": "", "name": "heat_stack", "enabled": true, "id": "356d297e741f42d0b9d8bc9b13448e43"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 14:47:43,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-f64df98f-40e1-479d-8e25-99b2a9b71715 2018-10-04 14:47:43,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0954358577728s 2018-10-04 14:47:43,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-04 14:47:43,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" -d '{"project": {"description": "Created by OPNFV Functest: patrole", "enabled": true, "domain_id": "default", "name": "patrole-project_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4"}}' 2018-10-04 14:47:43,430 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:47:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f92467d-1fd9-4431-9257-efba06886db0 Content-Length: 348 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.23:5000/v3/projects/ccc1a208eff24f64953f943e061f32fe"}, "enabled": true, "id": "ccc1a208eff24f64953f943e061f32fe", "parent_id": "default", "domain_id": "default", "name": "patrole-project_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4"}} 2018-10-04 14:47:43,430 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-2f92467d-1fd9-4431-9257-efba06886db0 2018-10-04 14:47:43,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.103081941605s 2018-10-04 14:47:43,430 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-2f92467d-1fd9-4431-9257-efba06886db0 2018-10-04 14:47:43,431 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4', 'id': u'ccc1a208eff24f64953f943e061f32fe', 'description': u'Created by OPNFV Functest: patrole', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-04 14:47:43,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-04 14:47:43,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.364477872849s 2018-10-04 14:47:43,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/a0e962f739d346e8b353e31071659774 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:47:43,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5afd91dc-580e-40fe-bf35-ce04b2633065 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/a0e962f739d346e8b353e31071659774"}, "enabled": true, "id": "a0e962f739d346e8b353e31071659774", "options": {}, "domain_id": "default", "name": "patrole-user_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4"}} 2018-10-04 14:47:43,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/a0e962f739d346e8b353e31071659774 used request id req-5afd91dc-580e-40fe-bf35-ce04b2633065 2018-10-04 14:47:43,889 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a0e962f739d346e8b353e31071659774', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4'}) 2018-10-04 14:47:43,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:47:43,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:47:43,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2e24c6f-9d86-4593-8e71-6bccfc233f2b Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:47:43,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a2e24c6f-9d86-4593-8e71-6bccfc233f2b 2018-10-04 14:47:43,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0818932056427s 2018-10-04 14:47:43,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:47:43,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:47:44,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6351eaf6-69ae-4b5d-b014-7b1c56881daa Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:47:44,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6351eaf6-69ae-4b5d-b014-7b1c56881daa 2018-10-04 14:47:44,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0795369148254s 2018-10-04 14:47:44,053 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 14:47:44,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 14:47:44,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" -d '{"role": {"name": "Member"}}' 2018-10-04 14:47:44,142 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:47:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0597509d-1227-444c-a215-9a05d8aa857b Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fcf9deb13af642e3bf188a4e69f591ce", "links": {"self": "http://172.30.9.23:5000/v3/roles/fcf9deb13af642e3bf188a4e69f591ce"}, "name": "Member"}} 2018-10-04 14:47:44,142 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-0597509d-1227-444c-a215-9a05d8aa857b 2018-10-04 14:47:44,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.088760137558s 2018-10-04 14:47:44,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/fcf9deb13af642e3bf188a4e69f591ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:47:44,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10dbebef-1f21-4dcf-908c-b2bc9471d61e Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/fcf9deb13af642e3bf188a4e69f591ce"}, "domain_id": null, "name": "Member", "id": "fcf9deb13af642e3bf188a4e69f591ce"}} 2018-10-04 14:47:44,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/fcf9deb13af642e3bf188a4e69f591ce used request id req-10dbebef-1f21-4dcf-908c-b2bc9471d61e 2018-10-04 14:47:44,224 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/fcf9deb13af642e3bf188a4e69f591ce'}, 'domain_id': None, 'human_id': None, 'id': u'fcf9deb13af642e3bf188a4e69f591ce', 'HUMAN_ID': False}) 2018-10-04 14:47:44,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:47:44,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:47:44,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-707d1b51-7b6e-41dd-8afb-e5fa87639c0a Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fcf9deb13af642e3bf188a4e69f591ce", "links": {"self": "http://172.30.9.23:5000/v3/roles/fcf9deb13af642e3bf188a4e69f591ce"}, "name": "Member"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:47:44,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-707d1b51-7b6e-41dd-8afb-e5fa87639c0a 2018-10-04 14:47:44,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0816807746887s 2018-10-04 14:47:44,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 14:47:44,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:47:44,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10298c2e-d9e5-4fc9-b11a-21423d2b3006 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 14:47:44,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-10298c2e-d9e5-4fc9-b11a-21423d2b3006 2018-10-04 14:47:44,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0755820274353s 2018-10-04 14:47:44,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 14:47:44,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:47:44,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adc10c87-c356-437e-a336-d882d280b508 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e962f739d346e8b353e31071659774"}, "domain_id": "default", "enabled": true, "id": "a0e962f739d346e8b353e31071659774", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:47:44,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-adc10c87-c356-437e-a336-d882d280b508 2018-10-04 14:47:44,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0964858531952s 2018-10-04 14:47:44,481 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-adc10c87-c356-437e-a336-d882d280b508 2018-10-04 14:47:44,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 14:47:44,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:47:44,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a20a40d5-0438-435c-b15d-b22187946273 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.23:5000/v3/projects/ccc1a208eff24f64953f943e061f32fe"}, "enabled": true, "id": "ccc1a208eff24f64953f943e061f32fe", "parent_id": "default", "domain_id": "default", "name": "patrole-project_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4"}]} 2018-10-04 14:47:44,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-a20a40d5-0438-435c-b15d-b22187946273 2018-10-04 14:47:44,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0807521343231s 2018-10-04 14:47:44,569 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-a20a40d5-0438-435c-b15d-b22187946273 2018-10-04 14:47:44,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 14:47:44,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=a0e962f739d346e8b353e31071659774&scope.project.id=ccc1a208eff24f64953f943e061f32fe&role.id=fcf9deb13af642e3bf188a4e69f591ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:47:44,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa240c85-8c54-470f-bac1-270bdf6277db Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=a0e962f739d346e8b353e31071659774&scope.project.id=ccc1a208eff24f64953f943e061f32fe&role.id=fcf9deb13af642e3bf188a4e69f591ce", "previous": null, "next": null}} 2018-10-04 14:47:44,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=a0e962f739d346e8b353e31071659774&scope.project.id=ccc1a208eff24f64953f943e061f32fe&role.id=fcf9deb13af642e3bf188a4e69f591ce used request id req-fa240c85-8c54-470f-bac1-270bdf6277db 2018-10-04 14:47:44,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.072979927063s 2018-10-04 14:47:44,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 14:47:44,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/ccc1a208eff24f64953f943e061f32fe/users/a0e962f739d346e8b353e31071659774/roles/fcf9deb13af642e3bf188a4e69f591ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:47:44,765 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:47:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2fd43458-6d20-4fd4-9d2c-1daacec5ac4f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:47:44,766 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/ccc1a208eff24f64953f943e061f32fe/users/a0e962f739d346e8b353e31071659774/roles/fcf9deb13af642e3bf188a4e69f591ce used request id req-2fd43458-6d20-4fd4-9d2c-1daacec5ac4f 2018-10-04 14:47:44,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.120908975601s 2018-10-04 14:47:44,767 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '7d50de52-d8a2-4dba-9979-ba8c418a2b59', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4', 'project_id': u'ccc1a208eff24f64953f943e061f32fe', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 14:47:44,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 14:47:44,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 14:47:44,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 14:47:44,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 14:47:44,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 14:47:44,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 14:47:44,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 14:47:44,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 14:47:44,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 14:47:44,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 14:47:44,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 14:47:44,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 14:47:44,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 14:47:44,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 14:47:44,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 14:47:44,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 14:47:44,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 14:47:44,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 14:47:44,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 14:47:44,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 14:47:44,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 14:47:44,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 14:47:44,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 14:47:44,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 14:47:44,772 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4', 'password': '7d50de52-d8a2-4dba-9979-ba8c418a2b59', 'project_name': 'patrole-project_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': 'ccc1a208eff24f64953f943e061f32fe', 'project_domain_name': 'Default'} 2018-10-04 14:47:44,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:47:44,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:47:44,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c222ecc2-9dd7-4ca5-abb6-afd5bc5a42d5 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fcf9deb13af642e3bf188a4e69f591ce", "links": {"self": "http://172.30.9.23:5000/v3/roles/fcf9deb13af642e3bf188a4e69f591ce"}, "name": "Member"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:47:44,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c222ecc2-9dd7-4ca5-abb6-afd5bc5a42d5 2018-10-04 14:47:44,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0840449333191s 2018-10-04 14:47:44,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:47:44,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:47:44,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a95c0e3-f6b5-482d-9f52-94edbe40099c Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fcf9deb13af642e3bf188a4e69f591ce", "links": {"self": "http://172.30.9.23:5000/v3/roles/fcf9deb13af642e3bf188a4e69f591ce"}, "name": "Member"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:47:44,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3a95c0e3-f6b5-482d-9f52-94edbe40099c 2018-10-04 14:47:44,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0740389823914s 2018-10-04 14:47:44,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 14:47:44,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:47:45,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16b59545-7dda-4132-bd31-082293b33b52 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 14:47:45,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-16b59545-7dda-4132-bd31-082293b33b52 2018-10-04 14:47:45,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0782880783081s 2018-10-04 14:47:45,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 14:47:45,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:47:45,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46755451-983f-4321-93fe-0b7b87c93eb6 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e962f739d346e8b353e31071659774"}, "domain_id": "default", "enabled": true, "id": "a0e962f739d346e8b353e31071659774", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:47:45,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-46755451-983f-4321-93fe-0b7b87c93eb6 2018-10-04 14:47:45,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.113974809647s 2018-10-04 14:47:45,127 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-46755451-983f-4321-93fe-0b7b87c93eb6 2018-10-04 14:47:45,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 14:47:45,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:47:45,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-950e6302-498d-4e73-aa48-5be5dd4e3938 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.23:5000/v3/projects/ccc1a208eff24f64953f943e061f32fe"}, "enabled": true, "id": "ccc1a208eff24f64953f943e061f32fe", "parent_id": "default", "domain_id": "default", "name": "patrole-project_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4"}]} 2018-10-04 14:47:45,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-950e6302-498d-4e73-aa48-5be5dd4e3938 2018-10-04 14:47:45,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0752069950104s 2018-10-04 14:47:45,208 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-950e6302-498d-4e73-aa48-5be5dd4e3938 2018-10-04 14:47:45,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 14:47:45,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=a0e962f739d346e8b353e31071659774&scope.project.id=ccc1a208eff24f64953f943e061f32fe&role.id=649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:47:45,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef5fb278-f460-4aa0-b35d-9177037f3519 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=a0e962f739d346e8b353e31071659774&scope.project.id=ccc1a208eff24f64953f943e061f32fe&role.id=649d50d4e38f4048899913e0d7e41071", "previous": null, "next": null}} 2018-10-04 14:47:45,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=a0e962f739d346e8b353e31071659774&scope.project.id=ccc1a208eff24f64953f943e061f32fe&role.id=649d50d4e38f4048899913e0d7e41071 used request id req-ef5fb278-f460-4aa0-b35d-9177037f3519 2018-10-04 14:47:45,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0825901031494s 2018-10-04 14:47:45,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 14:47:45,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/ccc1a208eff24f64953f943e061f32fe/users/a0e962f739d346e8b353e31071659774/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:47:45,419 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:47:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69618e1c-497a-4643-a463-1ef20d026dec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:47:45,419 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/ccc1a208eff24f64953f943e061f32fe/users/a0e962f739d346e8b353e31071659774/roles/649d50d4e38f4048899913e0d7e41071 used request id req-69618e1c-497a-4643-a463-1ef20d026dec 2018-10-04 14:47:45,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.126457929611s 2018-10-04 14:47:45,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:47:45,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:47:45,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc68ef8d-f1ca-4b10-91f8-4d9ca9c02eb6 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fcf9deb13af642e3bf188a4e69f591ce", "links": {"self": "http://172.30.9.23:5000/v3/roles/fcf9deb13af642e3bf188a4e69f591ce"}, "name": "Member"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:47:45,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-dc68ef8d-f1ca-4b10-91f8-4d9ca9c02eb6 2018-10-04 14:47:45,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0731420516968s 2018-10-04 14:47:45,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 14:47:45,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:47:45,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b4a4625-24f3-4891-a787-35a0aaaed87c Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 14:47:45,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-2b4a4625-24f3-4891-a787-35a0aaaed87c 2018-10-04 14:47:45,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0766971111298s 2018-10-04 14:47:45,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 14:47:45,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:47:45,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8322688-d858-474d-a2b7-6eb74dd25b98 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e962f739d346e8b353e31071659774"}, "domain_id": "default", "enabled": true, "id": "a0e962f739d346e8b353e31071659774", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:47:45,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-a8322688-d858-474d-a2b7-6eb74dd25b98 2018-10-04 14:47:45,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0940730571747s 2018-10-04 14:47:45,667 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-a8322688-d858-474d-a2b7-6eb74dd25b98 2018-10-04 14:47:45,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 14:47:45,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=a0e962f739d346e8b353e31071659774&role.id=649d50d4e38f4048899913e0d7e41071&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:47:45,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec0e8248-d53d-4bc7-9651-2f88ef541e5c Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=a0e962f739d346e8b353e31071659774&role.id=649d50d4e38f4048899913e0d7e41071&scope.domain.id=default", "previous": null, "next": null}} 2018-10-04 14:47:45,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=a0e962f739d346e8b353e31071659774&role.id=649d50d4e38f4048899913e0d7e41071&scope.domain.id=default used request id req-ec0e8248-d53d-4bc7-9651-2f88ef541e5c 2018-10-04 14:47:45,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0740668773651s 2018-10-04 14:47:45,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 14:47:45,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/domains/default/users/a0e962f739d346e8b353e31071659774/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:47:45,869 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:47:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9d799c7-13e8-4cdd-93a9-d50a00b71b06 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:47:45,869 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/domains/default/users/a0e962f739d346e8b353e31071659774/roles/649d50d4e38f4048899913e0d7e41071 used request id req-f9d799c7-13e8-4cdd-93a9-d50a00b71b06 2018-10-04 14:47:45,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.122023820877s 2018-10-04 14:47:45,870 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-04 14:47:48,400 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-04 14:47:48.001 11289 INFO rally.deployment.engine [-] Deployment 7161541a-d73e-4d1f-8bc0-57941679914a | Starting: Destroy cloud and free allocated resources. 2018-10-04 14:47:48.083 11289 INFO rally.deployment.engine [-] Deployment 7161541a-d73e-4d1f-8bc0-57941679914a | Completed: Destroy cloud and free allocated resources. 2018-10-04 14:47:48.127 11289 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=aeba77f7-c554-4a2b-8c4b-565822196cce) for deployment 'opnfv-rally'. 2018-10-04 14:47:48.148 11289 INFO rally.api [-] Deleting verification (UUID=e939e0f3-6267-4128-a8d3-b3c6be34bb18). 2018-10-04 14:47:48.189 11289 INFO rally.api [-] Verification has been successfully deleted! 2018-10-04 14:47:48.190 11289 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=aeba77f7-c554-4a2b-8c4b-565822196cce). 2018-10-04 14:47:48.198 11289 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-04 14:47:50,761 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-04 14:47:50.494 11292 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1b58d387-871c-4472-8a04-9ad1044b2ea8) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1b58d387-871c-4472-8a04-9ad1044b2ea8 | 2018-10-04T14:47:50 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1b58d387-871c-4472-8a04-9ad1044b2ea8 ~/.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-10-04 14:47:54,105 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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 | +-------------+-------------------+-----------+ 2018-10-04 14:47:54,106 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-04 14:47:56,628 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-04 14:47:56.346 11298 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=aeba77f7-c554-4a2b-8c4b-565822196cce). 2018-10-04 14:47:56.460 11298 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-04 14:48:00,028 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-04 14:47:58.774 11301 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-04 14:47:58.907 11301 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-04 14:47:59.897 11301 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f7617477-bef5-429d-88b8-5f6e5fc11c05) has been successfully created! Using verifier 'opnfv-tempest' (UUID=f7617477-bef5-429d-88b8-5f6e5fc11c05) as the default verifier for the future CLI operations. 2018-10-04 14:48:03,126 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-10-04 14:48:03,126 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 14:48:03,254 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-04 14:48:03,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:48:03,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:48:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b583826b-53f8-47bc-87bc-9538c1420e24 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:48:03,263 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b583826b-53f8-47bc-87bc-9538c1420e24 2018-10-04 14:48:03,263 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:48:03,655 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "fcf9deb13af642e3bf188a4e69f591ce", "name": "Member"}], "expires_at": "2018-10-04T15:48:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ccc1a208eff24f64953f943e061f32fe", "name": "patrole-project_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ccc1a208eff24f64953f943e061f32fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ccc1a208eff24f64953f943e061f32fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ccc1a208eff24f64953f943e061f32fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ccc1a208eff24f64953f943e061f32fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ccc1a208eff24f64953f943e061f32fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ccc1a208eff24f64953f943e061f32fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ccc1a208eff24f64953f943e061f32fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ccc1a208eff24f64953f943e061f32fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ccc1a208eff24f64953f943e061f32fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ccc1a208eff24f64953f943e061f32fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ccc1a208eff24f64953f943e061f32fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ccc1a208eff24f64953f943e061f32fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "patrole-user_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "id": "a0e962f739d346e8b353e31071659774"}, "audit_ids": ["sBY8aOuhSKKQBIYLujA7sw"], "issued_at": "2018-10-04T14:48:03.000000Z"}} 2018-10-04 14:48:03,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21f8cd19e309d9e2d3c8dfbf8de802409a1a179e" 2018-10-04 14:48:03,666 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 04 Oct 2018 14:48:03 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-10-04 14:48:03,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 14:48:03,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}21f8cd19e309d9e2d3c8dfbf8de802409a1a179e" 2018-10-04 14:48:03,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-33762794-e850-484d-b6a3-2291245f3328 Date: Thu, 04 Oct 2018 14:48:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 14:48:03,951 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-33762794-e850-484d-b6a3-2291245f3328 2018-10-04 14:48:03,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.281539916992s 2018-10-04 14:48:03,952 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-33762794-e850-484d-b6a3-2291245f3328 2018-10-04 14:48:03,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 14:48:03,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}21f8cd19e309d9e2d3c8dfbf8de802409a1a179e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4"}' 2018-10-04 14:48:04,151 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd X-Openstack-Request-Id: req-833b20cc-0acf-40e5-a106-fca704244cc2 Date: Thu, 04 Oct 2018 14:48:04 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd/file", "owner": "ccc1a208eff24f64953f943e061f32fe", "id": "b0a5618e-5fba-4a45-b8d1-89a47709c5dd", "size": null, "self": "/v2/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T14:48:04Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "checksum": null, "created_at": "2018-10-04T14:48:04Z", "protected": false} 2018-10-04 14:48:04,151 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-833b20cc-0acf-40e5-a106-fca704244cc2 2018-10-04 14:48:04,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.197244167328s 2018-10-04 14:48:04,152 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-833b20cc-0acf-40e5-a106-fca704244cc2 returning object b0a5618e-5fba-4a45-b8d1-89a47709c5dd 2018-10-04 14:48:04,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 14:48:04,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}21f8cd19e309d9e2d3c8dfbf8de802409a1a179e" -d '' 2018-10-04 14:48:05,611 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fc649521-5370-448e-a610-f45784c30ba3 Date: Thu, 04 Oct 2018 14:48:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 14:48:05,611 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd/file used request id req-fc649521-5370-448e-a610-f45784c30ba3 2018-10-04 14:48:05,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.45860099792s 2018-10-04 14:48:05,611 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd/file used request id req-fc649521-5370-448e-a610-f45784c30ba3 2018-10-04 14:48:05,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 14:48:05,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}21f8cd19e309d9e2d3c8dfbf8de802409a1a179e" 2018-10-04 14:48:05,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-6f267f77-7626-4452-a999-201a00575302 Date: Thu, 04 Oct 2018 14:48:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd/snap", "metadata": {}}], "file": "/v2/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd/file", "owner": "ccc1a208eff24f64953f943e061f32fe", "id": "b0a5618e-5fba-4a45-b8d1-89a47709c5dd", "size": 12716032, "self": "/v2/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T14:48:05Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T14:48:04Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 14:48:05,778 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6f267f77-7626-4452-a999-201a00575302 2018-10-04 14:48:05,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.166168928146s 2018-10-04 14:48:05,778 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6f267f77-7626-4452-a999-201a00575302 2018-10-04 14:48:05,780 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd/file', 'owner': u'ccc1a208eff24f64953f943e061f32fe', 'id': u'b0a5618e-5fba-4a45-b8d1-89a47709c5dd', 'size': 12716032, u'self': u'/v2/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ccc1a208eff24f64953f943e061f32fe', 'name': 'patrole-project_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T14:48:05Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T14:48:05Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4', 'created': u'2018-10-04T14:48:04Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T14:48:04Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 14:48:05,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 14:48:05,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-04 14:48:06,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:48: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-68422c8c-b050-4e28-a02a-bac4f47acd94 x-compute-request-id: req-68422c8c-b050-4e28-a02a-bac4f47acd94 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c55c6bde-1dc2-4d6e-916b-9fd2decf652e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c55c6bde-1dc2-4d6e-916b-9fd2decf652e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c55c6bde-1dc2-4d6e-916b-9fd2decf652e", "name": "patrole-flavor_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 14:48:06,346 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-68422c8c-b050-4e28-a02a-bac4f47acd94 2018-10-04 14:48:06,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.564091920853s 2018-10-04 14:48:06,346 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-68422c8c-b050-4e28-a02a-bac4f47acd94 returning object c55c6bde-1dc2-4d6e-916b-9fd2decf652e 2018-10-04 14:48:06,347 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4', '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'ba8ec7ddbe634bf4b6238a0de4b4bf1a', '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'c55c6bde-1dc2-4d6e-916b-9fd2decf652e', 'swap': 0}) 2018-10-04 14:48:06,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 14:48:06,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/c55c6bde-1dc2-4d6e-916b-9fd2decf652e/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" -d '{"extra_specs": {}}' 2018-10-04 14:48:06,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:48:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-33c1f35c-a71e-4a72-b92e-0a5239f11c53 x-compute-request-id: req-33c1f35c-a71e-4a72-b92e-0a5239f11c53 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 14:48:06,368 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/c55c6bde-1dc2-4d6e-916b-9fd2decf652e/os-extra_specs used request id req-33c1f35c-a71e-4a72-b92e-0a5239f11c53 2018-10-04 14:48:06,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0203568935394s 2018-10-04 14:48:06,368 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/c55c6bde-1dc2-4d6e-916b-9fd2decf652e/os-extra_specs used request id req-33c1f35c-a71e-4a72-b92e-0a5239f11c53 2018-10-04 14:48:06,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:48:06,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21f8cd19e309d9e2d3c8dfbf8de802409a1a179e" 2018-10-04 14:48:06,379 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:48:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:48:06,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21f8cd19e309d9e2d3c8dfbf8de802409a1a179e" 2018-10-04 14:48:06,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:48:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a85a11cb-0606-40bd-986e-da47b9f90d49 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fcf9deb13af642e3bf188a4e69f591ce", "links": {"self": "http://172.30.9.23:5000/v3/roles/fcf9deb13af642e3bf188a4e69f591ce"}, "name": "Member"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:48:06,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a85a11cb-0606-40bd-986e-da47b9f90d49 2018-10-04 14:48:06,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.106428861618s 2018-10-04 14:48:06,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-04 14:48:06,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}21f8cd19e309d9e2d3c8dfbf8de802409a1a179e" 2018-10-04 14:48:06,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:48:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee6333ff-4189-47cc-a73a-f3f480bacca7 x-compute-request-id: req-ee6333ff-4189-47cc-a73a-f3f480bacca7 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 192}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-04 14:48:06,662 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-ee6333ff-4189-47cc-a73a-f3f480bacca7 2018-10-04 14:48:06,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.182752847672s 2018-10-04 14:48:06,663 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-ee6333ff-4189-47cc-a73a-f3f480bacca7 2018-10-04 14:48:06,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 14:48:06,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}21f8cd19e309d9e2d3c8dfbf8de802409a1a179e" 2018-10-04 14:48:06,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-de4bf1a6-05d7-44c9-9e06-1de93eb6b72c Date: Thu, 04 Oct 2018 14:48:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd/snap", "metadata": {}}], "file": "/v2/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd/file", "owner": "ccc1a208eff24f64953f943e061f32fe", "id": "b0a5618e-5fba-4a45-b8d1-89a47709c5dd", "size": 12716032, "self": "/v2/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T14:48:05Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T14:48:04Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 14:48:06,832 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-de4bf1a6-05d7-44c9-9e06-1de93eb6b72c 2018-10-04 14:48:06,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.167713165283s 2018-10-04 14:48:06,832 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-de4bf1a6-05d7-44c9-9e06-1de93eb6b72c 2018-10-04 14:48:06,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 14:48:06,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}21f8cd19e309d9e2d3c8dfbf8de802409a1a179e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4"}' 2018-10-04 14:48:07,014 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/b79da9b4-c7bc-45ba-9477-e28f33e7707a X-Openstack-Request-Id: req-30ad62a7-eabb-44f3-b293-498d5b299ffa Date: Thu, 04 Oct 2018 14:48:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/b79da9b4-c7bc-45ba-9477-e28f33e7707a/file", "owner": "ccc1a208eff24f64953f943e061f32fe", "id": "b79da9b4-c7bc-45ba-9477-e28f33e7707a", "size": null, "self": "/v2/images/b79da9b4-c7bc-45ba-9477-e28f33e7707a", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T14:48:06Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "checksum": null, "created_at": "2018-10-04T14:48:06Z", "protected": false} 2018-10-04 14:48:07,014 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-30ad62a7-eabb-44f3-b293-498d5b299ffa 2018-10-04 14:48:07,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.179935932159s 2018-10-04 14:48:07,015 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-30ad62a7-eabb-44f3-b293-498d5b299ffa returning object b79da9b4-c7bc-45ba-9477-e28f33e7707a 2018-10-04 14:48:07,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 14:48:07,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/b79da9b4-c7bc-45ba-9477-e28f33e7707a/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}21f8cd19e309d9e2d3c8dfbf8de802409a1a179e" -d '' 2018-10-04 14:48:09,039 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-16658a8e-439c-4643-a208-a1f3088e8c59 Date: Thu, 04 Oct 2018 14:48:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 14:48:09,040 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b79da9b4-c7bc-45ba-9477-e28f33e7707a/file used request id req-16658a8e-439c-4643-a208-a1f3088e8c59 2018-10-04 14:48:09,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.02382683754s 2018-10-04 14:48:09,040 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b79da9b4-c7bc-45ba-9477-e28f33e7707a/file used request id req-16658a8e-439c-4643-a208-a1f3088e8c59 2018-10-04 14:48:09,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 14:48:09,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}21f8cd19e309d9e2d3c8dfbf8de802409a1a179e" 2018-10-04 14:48:09,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2331 Content-Type: application/json X-Openstack-Request-Id: req-f8f63a25-2f08-4374-9f89-ce09c773ffcc Date: Thu, 04 Oct 2018 14:48:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b79da9b4-c7bc-45ba-9477-e28f33e7707a/snap", "metadata": {}}], "file": "/v2/images/b79da9b4-c7bc-45ba-9477-e28f33e7707a/file", "owner": "ccc1a208eff24f64953f943e061f32fe", "id": "b79da9b4-c7bc-45ba-9477-e28f33e7707a", "size": 12716032, "self": "/v2/images/b79da9b4-c7bc-45ba-9477-e28f33e7707a", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b79da9b4-c7bc-45ba-9477-e28f33e7707a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T14:48:09Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T14:48:06Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd/snap", "metadata": {}}], "file": "/v2/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd/file", "owner": "ccc1a208eff24f64953f943e061f32fe", "id": "b0a5618e-5fba-4a45-b8d1-89a47709c5dd", "size": 12716032, "self": "/v2/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T14:48:05Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T14:48:04Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 14:48:09,304 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-f8f63a25-2f08-4374-9f89-ce09c773ffcc 2018-10-04 14:48:09,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.2634100914s 2018-10-04 14:48:09,305 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-f8f63a25-2f08-4374-9f89-ce09c773ffcc 2018-10-04 14:48:09,307 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b79da9b4-c7bc-45ba-9477-e28f33e7707a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b79da9b4-c7bc-45ba-9477-e28f33e7707a/file', 'owner': u'ccc1a208eff24f64953f943e061f32fe', 'id': u'b79da9b4-c7bc-45ba-9477-e28f33e7707a', 'size': 12716032, u'self': u'/v2/images/b79da9b4-c7bc-45ba-9477-e28f33e7707a', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ccc1a208eff24f64953f943e061f32fe', 'name': 'patrole-project_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b79da9b4-c7bc-45ba-9477-e28f33e7707a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T14:48:09Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T14:48:09Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b79da9b4-c7bc-45ba-9477-e28f33e7707a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4', 'created': u'2018-10-04T14:48:06Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T14:48:06Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b79da9b4-c7bc-45ba-9477-e28f33e7707a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 14:48:09,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 14:48:09,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-04 14:48:09,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:48: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-0ce3478b-b506-4d4f-b523-d4b48183e34d x-compute-request-id: req-0ce3478b-b506-4d4f-b523-d4b48183e34d Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/bf8f221c-c489-4775-a267-c3c2d80728b7", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/bf8f221c-c489-4775-a267-c3c2d80728b7", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bf8f221c-c489-4775-a267-c3c2d80728b7", "name": "patrole-flavor_alt_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 14:48:09,357 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0ce3478b-b506-4d4f-b523-d4b48183e34d 2018-10-04 14:48:09,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0484549999237s 2018-10-04 14:48:09,357 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0ce3478b-b506-4d4f-b523-d4b48183e34d returning object bf8f221c-c489-4775-a267-c3c2d80728b7 2018-10-04 14:48:09,358 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4', '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'ba8ec7ddbe634bf4b6238a0de4b4bf1a', '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'bf8f221c-c489-4775-a267-c3c2d80728b7', 'swap': 0}) 2018-10-04 14:48:09,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 14:48:09,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/bf8f221c-c489-4775-a267-c3c2d80728b7/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" -d '{"extra_specs": {}}' 2018-10-04 14:48:09,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:48: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-38d589fd-c4ee-443b-954e-ac66d4b17edc x-compute-request-id: req-38d589fd-c4ee-443b-954e-ac66d4b17edc Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 14:48:09,381 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/bf8f221c-c489-4775-a267-c3c2d80728b7/os-extra_specs used request id req-38d589fd-c4ee-443b-954e-ac66d4b17edc 2018-10-04 14:48:09,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0224668979645s 2018-10-04 14:48:09,381 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/bf8f221c-c489-4775-a267-c3c2d80728b7/os-extra_specs used request id req-38d589fd-c4ee-443b-954e-ac66d4b17edc 2018-10-04 14:48:09,382 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4', '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'ba8ec7ddbe634bf4b6238a0de4b4bf1a', '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'bf8f221c-c489-4775-a267-c3c2d80728b7', 'swap': 0}) 2018-10-04 14:48:12,441 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-04 14:48:11.420 11320 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f7617477-bef5-429d-88b8-5f6e5fc11c05) for deployment 'opnfv-rally' (UUID=1b58d387-871c-4472-8a04-9ad1044b2ea8). 2018-10-04 14:48:12.263 11320 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-04 14:48:12.266 11320 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f7617477-bef5-429d-88b8-5f6e5fc11c05) has been successfully configured for deployment 'opnfv-rally' (UUID=1b58d387-871c-4472-8a04-9ad1044b2ea8)! 2018-10-04 14:48:12,442 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-04 14:48:12,442 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-04 14:48:12,445 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-04 14:48:12,469 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-04 14:48:15,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-f7617477-bef5-429d-88b8-5f6e5fc11c05/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/test_list.txt 2>/dev/null) 2018-10-04 14:48:15,749 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-04 14:48:15,764 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-04 14:48:15,765 - 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-10-04 14:48:17,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 14:48:17.885 11329 INFO rally.api [-] Starting verification (UUID=a0056f66-cead-49ec-9847-0108f947ee1e) for deployment 'opnfv-rally' (UUID=1b58d387-871c-4472-8a04-9ad1044b2ea8) by verifier 'opnfv-tempest' (UUID=f7617477-bef5-429d-88b8-5f6e5fc11c05). 2018-10-04 14:48:17,886 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a0056f66-cead-49ec-9847-0108f947ee1e 2018-10-04 14:50:41,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: a0056f66-cead-49ec-9847-0108f947ee1e 2018-10-04 14:50:41,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a0056f66-cead-49ec-9847-0108f947ee1e']'. 2018-10-04 14:50:42,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-04 14:50:42,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-04 14:50:42,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 14:50:42,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a0056f66-cead-49ec-9847-0108f947ee1e | 2018-10-04 14:50:42,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-10-04 14:50:42,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-04 14:48:17 | 2018-10-04 14:50:42,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-04 14:50:41 | 2018-10-04 14:50:42,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:24 | 2018-10-04 14:50:42,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-04 14:50:42,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-04 14:50:42,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: f7617477-bef5-429d-88b8-5f6e5fc11c05) | 2018-10-04 14:50:42,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-04 14:50:42,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1b58d387-871c-4472-8a04-9ad1044b2ea8) | 2018-10-04 14:50:42,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-10-04 14:50:42,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 135.339 | 2018-10-04 14:50:42,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-10-04 14:50:42,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-10-04 14:50:42,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-04 14:50:42,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-04 14:50:42,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-10-04 14:50:42,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 14:50:42,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-04 14:50:42,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-04 14:50:42,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-10-04 14:50:43,122 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 14:50:43,122 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:40 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-04 14:50:43,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 14:50:43,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/b79da9b4-c7bc-45ba-9477-e28f33e7707a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}21f8cd19e309d9e2d3c8dfbf8de802409a1a179e" 2018-10-04 14:50:44,184 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-39b5878e-2c91-4056-9d10-394855ea6aba Date: Thu, 04 Oct 2018 14:50:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 14:50:44,184 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b79da9b4-c7bc-45ba-9477-e28f33e7707a used request id req-39b5878e-2c91-4056-9d10-394855ea6aba 2018-10-04 14:50:44,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.05648422241s 2018-10-04 14:50:44,185 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b79da9b4-c7bc-45ba-9477-e28f33e7707a used request id req-39b5878e-2c91-4056-9d10-394855ea6aba 2018-10-04 14:50:44,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 14:50:44,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:50:44,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50: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-6538ebc0-2de5-4d24-ae9f-ba3afdc06f5b x-compute-request-id: req-6538ebc0-2de5-4d24-ae9f-ba3afdc06f5b Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/bf8f221c-c489-4775-a267-c3c2d80728b7", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/bf8f221c-c489-4775-a267-c3c2d80728b7", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bf8f221c-c489-4775-a267-c3c2d80728b7", "name": "patrole-flavor_alt_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c55c6bde-1dc2-4d6e-916b-9fd2decf652e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c55c6bde-1dc2-4d6e-916b-9fd2decf652e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c55c6bde-1dc2-4d6e-916b-9fd2decf652e", "name": "patrole-flavor_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 14:50:44,226 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-6538ebc0-2de5-4d24-ae9f-ba3afdc06f5b 2018-10-04 14:50:44,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.040999174118s 2018-10-04 14:50:44,227 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-6538ebc0-2de5-4d24-ae9f-ba3afdc06f5b 2018-10-04 14:50:44,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 14:50:44,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/bf8f221c-c489-4775-a267-c3c2d80728b7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:50:44,280 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 14:50: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-187f5d5f-2b91-4fc2-9a34-2081f251e5ed x-compute-request-id: req-187f5d5f-2b91-4fc2-9a34-2081f251e5ed Content-Length: 0 Content-Type: application/json 2018-10-04 14:50:44,280 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/bf8f221c-c489-4775-a267-c3c2d80728b7 used request id req-187f5d5f-2b91-4fc2-9a34-2081f251e5ed 2018-10-04 14:50:44,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0512030124664s 2018-10-04 14:50:44,281 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/bf8f221c-c489-4775-a267-c3c2d80728b7 used request id req-187f5d5f-2b91-4fc2-9a34-2081f251e5ed 2018-10-04 14:50:44,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 14:50:44,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}21f8cd19e309d9e2d3c8dfbf8de802409a1a179e" 2018-10-04 14:50:44,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-ba3ea493-ee9d-4456-ade5-769606398969 Date: Thu, 04 Oct 2018 14:50:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd/snap", "metadata": {}}], "file": "/v2/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd/file", "owner": "ccc1a208eff24f64953f943e061f32fe", "id": "b0a5618e-5fba-4a45-b8d1-89a47709c5dd", "size": 12716032, "self": "/v2/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T14:48:05Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T14:48:04Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 14:50:44,468 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-ba3ea493-ee9d-4456-ade5-769606398969 2018-10-04 14:50:44,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.186492204666s 2018-10-04 14:50:44,468 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-ba3ea493-ee9d-4456-ade5-769606398969 2018-10-04 14:50:44,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 14:50:44,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}21f8cd19e309d9e2d3c8dfbf8de802409a1a179e" 2018-10-04 14:50:46,406 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5163eb7e-8d19-414d-b229-6fee8f496ba9 Date: Thu, 04 Oct 2018 14:50:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 14:50:46,406 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd used request id req-5163eb7e-8d19-414d-b229-6fee8f496ba9 2018-10-04 14:50:46,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.93648195267s 2018-10-04 14:50:46,406 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b0a5618e-5fba-4a45-b8d1-89a47709c5dd used request id req-5163eb7e-8d19-414d-b229-6fee8f496ba9 2018-10-04 14:50:46,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 14:50:46,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:50:46,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50: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-d314e8cc-6d73-4805-8f2b-ea9f7a9d0bf1 x-compute-request-id: req-d314e8cc-6d73-4805-8f2b-ea9f7a9d0bf1 Content-Encoding: gzip Content-Length: 304 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c55c6bde-1dc2-4d6e-916b-9fd2decf652e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c55c6bde-1dc2-4d6e-916b-9fd2decf652e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c55c6bde-1dc2-4d6e-916b-9fd2decf652e", "name": "patrole-flavor_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 14:50:46,439 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-d314e8cc-6d73-4805-8f2b-ea9f7a9d0bf1 2018-10-04 14:50:46,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0323259830475s 2018-10-04 14:50:46,440 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-d314e8cc-6d73-4805-8f2b-ea9f7a9d0bf1 2018-10-04 14:50:46,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 14:50:46,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/c55c6bde-1dc2-4d6e-916b-9fd2decf652e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:50:46,491 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 14:50: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-64e84d6a-b817-4ad8-9307-900b1c9a6bf4 x-compute-request-id: req-64e84d6a-b817-4ad8-9307-900b1c9a6bf4 Content-Length: 0 Content-Type: application/json 2018-10-04 14:50:46,491 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/c55c6bde-1dc2-4d6e-916b-9fd2decf652e used request id req-64e84d6a-b817-4ad8-9307-900b1c9a6bf4 2018-10-04 14:50:46,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0491700172424s 2018-10-04 14:50:46,491 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/c55c6bde-1dc2-4d6e-916b-9fd2decf652e used request id req-64e84d6a-b817-4ad8-9307-900b1c9a6bf4 2018-10-04 14:50:46,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 14:50:46,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:50:46,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c57d3117-70ac-4342-b16b-658e3e544c99 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4", "links": {"self": "http://172.30.9.23:5000/v3/users/a0e962f739d346e8b353e31071659774"}, "domain_id": "default", "enabled": true, "id": "a0e962f739d346e8b353e31071659774", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:50:46,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c57d3117-70ac-4342-b16b-658e3e544c99 2018-10-04 14:50:46,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.11310505867s 2018-10-04 14:50:46,605 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c57d3117-70ac-4342-b16b-658e3e544c99 2018-10-04 14:50:46,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 14:50:46,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/a0e962f739d346e8b353e31071659774 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:50:46,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13ae8b32-13eb-4617-bbae-7bf48f6014aa Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/a0e962f739d346e8b353e31071659774"}, "enabled": true, "id": "a0e962f739d346e8b353e31071659774", "options": {}, "domain_id": "default", "name": "patrole-user_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4"}} 2018-10-04 14:50:46,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/a0e962f739d346e8b353e31071659774 used request id req-13ae8b32-13eb-4617-bbae-7bf48f6014aa 2018-10-04 14:50:46,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0995349884033s 2018-10-04 14:50:46,711 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/a0e962f739d346e8b353e31071659774 used request id req-13ae8b32-13eb-4617-bbae-7bf48f6014aa 2018-10-04 14:50:46,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-04 14:50:46,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/a0e962f739d346e8b353e31071659774 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:50:46,906 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:50:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0a2dfb5-fc8a-4c2b-a69d-6535d1205468 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:50:46,907 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/a0e962f739d346e8b353e31071659774 used request id req-b0a2dfb5-fc8a-4c2b-a69d-6535d1205468 2018-10-04 14:50:46,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.195064067841s 2018-10-04 14:50:46,907 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/a0e962f739d346e8b353e31071659774 used request id req-b0a2dfb5-fc8a-4c2b-a69d-6535d1205468 2018-10-04 14:50:46,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 14:50:46,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:50:46,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b878362b-ca97-4dab-98a2-2b134fc39c77 Content-Encoding: gzip Content-Length: 371 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.23:5000/v3/projects/ccc1a208eff24f64953f943e061f32fe"}, "enabled": true, "id": "ccc1a208eff24f64953f943e061f32fe", "parent_id": "default", "domain_id": "default", "name": "patrole-project_eb3d435e-dad8-4bca-bef9-c13c9f17a4c4"}]} 2018-10-04 14:50:46,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-b878362b-ca97-4dab-98a2-2b134fc39c77 2018-10-04 14:50:46,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0741519927979s 2018-10-04 14:50:46,982 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-b878362b-ca97-4dab-98a2-2b134fc39c77 2018-10-04 14:50:46,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-04 14:50:46,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/ccc1a208eff24f64953f943e061f32fe -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:50:47,132 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:50:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac742bf7-7251-4ee0-971b-88613f96cc72 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:50:47,132 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/ccc1a208eff24f64953f943e061f32fe used request id req-ac742bf7-7251-4ee0-971b-88613f96cc72 2018-10-04 14:50:47,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.14745593071s 2018-10-04 14:50:47,132 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/ccc1a208eff24f64953f943e061f32fe used request id req-ac742bf7-7251-4ee0-971b-88613f96cc72 2018-10-04 14:50:47,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:50:47,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:50:47,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6561ff48-93bc-492e-9d38-3af9898af5c0 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fcf9deb13af642e3bf188a4e69f591ce", "links": {"self": "http://172.30.9.23:5000/v3/roles/fcf9deb13af642e3bf188a4e69f591ce"}, "name": "Member"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:50:47,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6561ff48-93bc-492e-9d38-3af9898af5c0 2018-10-04 14:50:47,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.080668926239s 2018-10-04 14:50:47,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 14:50:47,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/fcf9deb13af642e3bf188a4e69f591ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:50:47,326 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:50:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-657ca7cd-c2c3-44af-86da-027541cf27b2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:50:47,326 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/fcf9deb13af642e3bf188a4e69f591ce used request id req-657ca7cd-c2c3-44af-86da-027541cf27b2 2018-10-04 14:50:47,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.111784934998s 2018-10-04 14:50:47,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 14:50:47,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=ccc1a208eff24f64953f943e061f32fe&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ac4083b7196ec6376c313ca8acb245ed63d49698" 2018-10-04 14:50:47,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-7662d9b4-25e9-4e3d-9827-bdbc8dd24b38 Date: Thu, 04 Oct 2018 14:50:47 GMT RESP BODY: {"security_groups": []} 2018-10-04 14:50:47,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=ccc1a208eff24f64953f943e061f32fe&name=default used request id req-7662d9b4-25e9-4e3d-9827-bdbc8dd24b38 2018-10-04 14:50:47,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.247720956802s 2018-10-04 14:50:47,578 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=ccc1a208eff24f64953f943e061f32fe&name=default used request id req-7662d9b4-25e9-4e3d-9827-bdbc8dd24b38 2018-10-04 14:50:47,632 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-10-04 14:50:48,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 14:50:48,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 14:50:48,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 14:50:48,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 14:50:48,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 14:50:48,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 14:50:48,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 14:50:48,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 14:50:48,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 14:50:48,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 14:50:48,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 14:50:48,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 14:50:48,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 14:50:48,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 14:50:48,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 14:50:48,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 14:50:48,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 14:50:48,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 14:50:48,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 14:50:48,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 14:50:48,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 14:50:48,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 14:50:48,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 14:50:48,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 14:50:48,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 14:50:48,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:50:48,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dde268cb-6184-4704-a482-068857bccb4b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:50:48,145 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dde268cb-6184-4704-a482-068857bccb4b 2018-10-04 14:50:48,146 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:50:48,522 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}], "expires_at": "2018-10-04T15:50:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ecbf2b9cbec04c3e8332c7164aa04ab3"}, "audit_ids": ["oA5gTaVETj6oUIbLQ3lGxw"], "issued_at": "2018-10-04T14:50:48.000000Z"}} 2018-10-04 14:50:48,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:48,531 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:50:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:50:48,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:48,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c96d4e7c-3f2c-49dc-8eb9-0d9a6b09c82a Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/356d297e741f42d0b9d8bc9b13448e43"}, "description": "", "name": "heat_stack", "enabled": true, "id": "356d297e741f42d0b9d8bc9b13448e43"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 14:50:48,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-c96d4e7c-3f2c-49dc-8eb9-0d9a6b09c82a 2018-10-04 14:50:48,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.477787971497s 2018-10-04 14:50:48,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-04 14:50:48,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" -d '{"project": {"description": "Created by OPNFV Functest: snaps_smoke", "enabled": true, "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}}' 2018-10-04 14:50:48,729 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:50:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50c327cb-6f7b-4308-8aa5-677af2bb852a Content-Length: 356 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:50:48,729 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-50c327cb-6f7b-4308-8aa5-677af2bb852a 2018-10-04 14:50:48,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.11079788208s 2018-10-04 14:50:48,729 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-50c327cb-6f7b-4308-8aa5-677af2bb852a 2018-10-04 14:50:48,730 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a', 'id': u'37b49a87c69d406f8a162c83c144ee19', 'description': u'Created by OPNFV Functest: snaps_smoke', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-04 14:50:48,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-04 14:50:49,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.350561141968s 2018-10-04 14:50:49,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:49,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4650577d-e38b-4203-8489-fa38a0a6e8b2 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}, "domain_id": "default", "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:50:49,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da used request id req-4650577d-e38b-4203-8489-fa38a0a6e8b2 2018-10-04 14:50:49,180 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'3a032000a46e41578f8c47bddd5776da', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a'}) 2018-10-04 14:50:49,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:50:49,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:49,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0710fe6e-23b5-472f-a824-712b012de383 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:50:49,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0710fe6e-23b5-472f-a824-712b012de383 2018-10-04 14:50:49,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0926840305328s 2018-10-04 14:50:49,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:50:49,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:49,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-830fbadd-a1d3-4696-83d4-49317db7e2bc Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:50:49,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-830fbadd-a1d3-4696-83d4-49317db7e2bc 2018-10-04 14:50:49,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0734939575195s 2018-10-04 14:50:49,349 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 14:50:49,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 14:50:49,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" -d '{"role": {"name": "Member"}}' 2018-10-04 14:50:49,459 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:50:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6cb9fbf-77a5-49d0-b3ff-1c47aa79b2d6 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}} 2018-10-04 14:50:49,459 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-f6cb9fbf-77a5-49d0-b3ff-1c47aa79b2d6 2018-10-04 14:50:49,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.110141992569s 2018-10-04 14:50:49,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:49,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-776dd2a7-f59d-489b-a787-bc369c4fd5f3 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "domain_id": null, "name": "Member", "id": "4bd645c9727840b2813cf30866d068f5"}} 2018-10-04 14:50:49,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5 used request id req-776dd2a7-f59d-489b-a787-bc369c4fd5f3 2018-10-04 14:50:49,548 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5'}, 'domain_id': None, 'human_id': None, 'id': u'4bd645c9727840b2813cf30866d068f5', 'HUMAN_ID': False}) 2018-10-04 14:50:49,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:50:49,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:49,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-723fb915-95cd-45c4-8612-e20c80064307 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:50:49,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-723fb915-95cd-45c4-8612-e20c80064307 2018-10-04 14:50:49,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0749289989471s 2018-10-04 14:50:49,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 14:50:49,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:49,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da873243-0a36-4aca-be7e-38c329df0488 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 14:50:49,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-da873243-0a36-4aca-be7e-38c329df0488 2018-10-04 14:50:49,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0903959274292s 2018-10-04 14:50:49,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 14:50:49,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:49,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-721cb694-6489-4cac-b2fb-718bf33a5163 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:50:49,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-721cb694-6489-4cac-b2fb-718bf33a5163 2018-10-04 14:50:49,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0975000858307s 2018-10-04 14:50:49,814 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-721cb694-6489-4cac-b2fb-718bf33a5163 2018-10-04 14:50:49,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 14:50:49,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:49,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb51861e-3610-4cd5-9238-712993df69a6 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 14:50:49,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-bb51861e-3610-4cd5-9238-712993df69a6 2018-10-04 14:50:49,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0727109909058s 2018-10-04 14:50:49,894 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-bb51861e-3610-4cd5-9238-712993df69a6 2018-10-04 14:50:49,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 14:50:49,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=3a032000a46e41578f8c47bddd5776da&scope.project.id=37b49a87c69d406f8a162c83c144ee19&role.id=4bd645c9727840b2813cf30866d068f5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:49,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59353b2e-3f8f-4776-9854-83d4cbaea779 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=3a032000a46e41578f8c47bddd5776da&scope.project.id=37b49a87c69d406f8a162c83c144ee19&role.id=4bd645c9727840b2813cf30866d068f5", "previous": null, "next": null}} 2018-10-04 14:50:49,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=3a032000a46e41578f8c47bddd5776da&scope.project.id=37b49a87c69d406f8a162c83c144ee19&role.id=4bd645c9727840b2813cf30866d068f5 used request id req-59353b2e-3f8f-4776-9854-83d4cbaea779 2018-10-04 14:50:49,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0858590602875s 2018-10-04 14:50:49,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 14:50:49,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19/users/3a032000a46e41578f8c47bddd5776da/roles/4bd645c9727840b2813cf30866d068f5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:50,048 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:50:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f946595-ce6a-48bc-9157-35a460253026 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:50:50,048 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19/users/3a032000a46e41578f8c47bddd5776da/roles/4bd645c9727840b2813cf30866d068f5 used request id req-6f946595-ce6a-48bc-9157-35a460253026 2018-10-04 14:50:50,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.0657868385315s 2018-10-04 14:50:50,049 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '6d9e7d8e-8a37-4d8f-91ba-9a52b4c1945b', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a', 'project_id': u'37b49a87c69d406f8a162c83c144ee19', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 14:50:50,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 14:50:50,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 14:50:50,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 14:50:50,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 14:50:50,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 14:50:50,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 14:50:50,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 14:50:50,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 14:50:50,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 14:50:50,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 14:50:50,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 14:50:50,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 14:50:50,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 14:50:50,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 14:50:50,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 14:50:50,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 14:50:50,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 14:50:50,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 14:50:50,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 14:50:50,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 14:50:50,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 14:50:50,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 14:50:50,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 14:50:50,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 14:50:50,054 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a', 'password': '6d9e7d8e-8a37-4d8f-91ba-9a52b4c1945b', 'project_name': 'snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '37b49a87c69d406f8a162c83c144ee19', 'project_domain_name': 'Default'} 2018-10-04 14:50:50,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:50:50,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:50,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb8e1c89-556f-4061-a6a7-e44666b4bdfb Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:50:50,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-fb8e1c89-556f-4061-a6a7-e44666b4bdfb 2018-10-04 14:50:50,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0745539665222s 2018-10-04 14:50:50,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:50:50,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:50,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdaba4d8-63ed-4e8d-aef4-acb4d4cb2175 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:50:50,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-fdaba4d8-63ed-4e8d-aef4-acb4d4cb2175 2018-10-04 14:50:50,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.079638004303s 2018-10-04 14:50:50,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 14:50:50,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:50,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e080c3c5-fdd0-4d66-9f1e-20a988917cfd Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 14:50:50,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-e080c3c5-fdd0-4d66-9f1e-20a988917cfd 2018-10-04 14:50:50,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0801811218262s 2018-10-04 14:50:50,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 14:50:50,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:50,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cf95045-af76-4d4a-be7d-d6d333387311 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:50:50,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6cf95045-af76-4d4a-be7d-d6d333387311 2018-10-04 14:50:50,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0910971164703s 2018-10-04 14:50:50,384 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6cf95045-af76-4d4a-be7d-d6d333387311 2018-10-04 14:50:50,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 14:50:50,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:50,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f590df8-bd53-40d5-99f2-7164656b223c Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 14:50:50,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-2f590df8-bd53-40d5-99f2-7164656b223c 2018-10-04 14:50:50,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0790660381317s 2018-10-04 14:50:50,469 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-2f590df8-bd53-40d5-99f2-7164656b223c 2018-10-04 14:50:50,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 14:50:50,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=3a032000a46e41578f8c47bddd5776da&scope.project.id=37b49a87c69d406f8a162c83c144ee19&role.id=649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:50,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ad9cded-6f68-4d83-b1e3-e93315b7d49d Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=3a032000a46e41578f8c47bddd5776da&scope.project.id=37b49a87c69d406f8a162c83c144ee19&role.id=649d50d4e38f4048899913e0d7e41071", "previous": null, "next": null}} 2018-10-04 14:50:50,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=3a032000a46e41578f8c47bddd5776da&scope.project.id=37b49a87c69d406f8a162c83c144ee19&role.id=649d50d4e38f4048899913e0d7e41071 used request id req-5ad9cded-6f68-4d83-b1e3-e93315b7d49d 2018-10-04 14:50:50,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0797190666199s 2018-10-04 14:50:50,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 14:50:50,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19/users/3a032000a46e41578f8c47bddd5776da/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:50,664 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:50:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d402d4a0-933c-4763-a742-c984324d8e03 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:50:50,664 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19/users/3a032000a46e41578f8c47bddd5776da/roles/649d50d4e38f4048899913e0d7e41071 used request id req-d402d4a0-933c-4763-a742-c984324d8e03 2018-10-04 14:50:50,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.113345861435s 2018-10-04 14:50:50,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:50:50,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:50,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-303cf4cc-702e-457e-8649-6d1a283982bb Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:50:50,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-303cf4cc-702e-457e-8649-6d1a283982bb 2018-10-04 14:50:50,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0816798210144s 2018-10-04 14:50:50,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 14:50:50,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-04 14:50:50,848 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:50:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8b0a213-d562-4ea3-b8e8-445089112958 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}} 2018-10-04 14:50:50,849 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-a8b0a213-d562-4ea3-b8e8-445089112958 2018-10-04 14:50:50,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.100713968277s 2018-10-04 14:50:50,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:50,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56d2d8eb-c7c3-4428-8133-9e1650886c73 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "domain_id": null, "name": "heat_stack_owner", "id": "aa60aa92e6004a9babfb6641bde48b31"}} 2018-10-04 14:50:50,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-56d2d8eb-c7c3-4428-8133-9e1650886c73 2018-10-04 14:50:50,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 14:50:50,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:51,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e102c62-3c76-423b-a420-26e1f2937ee4 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:50:51,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0e102c62-3c76-423b-a420-26e1f2937ee4 2018-10-04 14:50:51,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0811431407928s 2018-10-04 14:50:51,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 14:50:51,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:51,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6398500b-4f63-46b1-95d9-3b8f036bd97e Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 14:50:51,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-6398500b-4f63-46b1-95d9-3b8f036bd97e 2018-10-04 14:50:51,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0809571743011s 2018-10-04 14:50:51,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 14:50:51,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:51,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e4aeb6a-f969-4555-a8b6-a2df7417ea76 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:50:51,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3e4aeb6a-f969-4555-a8b6-a2df7417ea76 2018-10-04 14:50:51,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0885257720947s 2018-10-04 14:50:51,176 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3e4aeb6a-f969-4555-a8b6-a2df7417ea76 2018-10-04 14:50:51,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 14:50:51,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:51,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f618d5c2-3d40-41d6-b99c-f72719d2ffe3 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 14:50:51,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-f618d5c2-3d40-41d6-b99c-f72719d2ffe3 2018-10-04 14:50:51,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0796630382538s 2018-10-04 14:50:51,263 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-f618d5c2-3d40-41d6-b99c-f72719d2ffe3 2018-10-04 14:50:51,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 14:50:51,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=3a032000a46e41578f8c47bddd5776da&scope.project.id=37b49a87c69d406f8a162c83c144ee19&role.id=aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:51,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bff44fe3-b292-4045-b8fc-686c885be45a Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=3a032000a46e41578f8c47bddd5776da&scope.project.id=37b49a87c69d406f8a162c83c144ee19&role.id=aa60aa92e6004a9babfb6641bde48b31", "previous": null, "next": null}} 2018-10-04 14:50:51,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=3a032000a46e41578f8c47bddd5776da&scope.project.id=37b49a87c69d406f8a162c83c144ee19&role.id=aa60aa92e6004a9babfb6641bde48b31 used request id req-bff44fe3-b292-4045-b8fc-686c885be45a 2018-10-04 14:50:51,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0812509059906s 2018-10-04 14:50:51,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 14:50:51,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19/users/3a032000a46e41578f8c47bddd5776da/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 14:50:51,455 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:50:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19985a89-8c38-4e57-8df2-5faa9fe01e3c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:50:51,455 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19/users/3a032000a46e41578f8c47bddd5776da/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-19985a89-8c38-4e57-8df2-5faa9fe01e3c 2018-10-04 14:50:51,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.10907292366s 2018-10-04 14:50:51,456 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-04 14:50:51,456 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-04 14:50:51,456 - openstack_tests - INFO - OS Credentials = > 2018-10-04 14:50:51,457 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:51,461 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:50:51,848 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:50:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["7nIT504mQbiOJKKp_kTbzw"], "issued_at": "2018-10-04T14:50:51.000000Z"}} 2018-10-04 14:50:51,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbedecbc46f85dd0a9d1929fd58f53d2a3b6b40c" 2018-10-04 14:50:52,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-a0057db9-72e4-4f76-9137-5f67a20f7cd2 Date: Thu, 04 Oct 2018 14:50:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 14:50:52,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-a0057db9-72e4-4f76-9137-5f67a20f7cd2 2018-10-04 14:50:52,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbedecbc46f85dd0a9d1929fd58f53d2a3b6b40c" 2018-10-04 14:50:52,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-e4f48205-f692-4d76-bf97-aa8290b21b74 Date: Thu, 04 Oct 2018 14:50:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","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":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 14:50:52,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-e4f48205-f692-4d76-bf97-aa8290b21b74 2018-10-04 14:50:52,288 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-04 14:50:52,289 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-10-04 14:50:52,289 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,293 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,293 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,294 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,295 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,296 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,297 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,297 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,299 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,299 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,300 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,301 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,303 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,304 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,306 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,306 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,307 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,310 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,313 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,314 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,315 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,315 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,316 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,317 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,317 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,318 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,320 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,321 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,321 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,322 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,322 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,323 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,324 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,324 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,325 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,326 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,326 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,327 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,328 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,328 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,329 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,330 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,330 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,331 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,332 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,332 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,333 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,334 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,334 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,336 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,336 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,337 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,338 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,338 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,339 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,340 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,341 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,342 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,342 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,344 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,346 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,347 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,347 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,348 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,348 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,349 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,349 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,350 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,351 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,351 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,352 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,352 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,353 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,354 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,354 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,355 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,356 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,356 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,357 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,357 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,358 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,358 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,359 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,360 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,360 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,361 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,362 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,362 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,363 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,363 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,364 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,365 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,365 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,366 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,366 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,367 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,367 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,368 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,368 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,369 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,370 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,370 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:50:52,756 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:50:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["MBnlYOLYTAG0U6cD_hEnXQ"], "issued_at": "2018-10-04T14:50:52.000000Z"}} 2018-10-04 14:50:52,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afe3ebe86d61654fbb7bea46f034fbfc395ac1ec" 2018-10-04 14:50:52,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c57ea111-dfea-4892-869c-dbef0c85e17e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:50:52,836 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c57ea111-dfea-4892-869c-dbef0c85e17e 2018-10-04 14:50:52,837 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:52,838 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:50:53,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:50:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["_zvj1huuQDOpnIM0lgj3RQ"], "issued_at": "2018-10-04T14:50:53.000000Z"}} 2018-10-04 14:50:53,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f19cd8eb53fa06fc188388d1f16f8ce7a9d2b8" 2018-10-04 14:50:53,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bacf961-e077-4e51-8a8a-f79a66f4195f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:50:53,314 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5bacf961-e077-4e51-8a8a-f79a66f4195f 2018-10-04 14:50:53,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:50:53,325 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:50:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:50:53,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-da1f4162-230b-4c8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f19cd8eb53fa06fc188388d1f16f8ce7a9d2b8" 2018-10-04 14:50:53,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2816efc5-c911-43c5-b209-6b04ea29fc4c Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-da1f4162-230b-4c8-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:50:53,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-da1f4162-230b-4c8-proj used request id req-2816efc5-c911-43c5-b209-6b04ea29fc4c 2018-10-04 14:50:53,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f19cd8eb53fa06fc188388d1f16f8ce7a9d2b8" 2018-10-04 14:50:53,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-704f7a82-a5ee-4a19-9746-c4026aec5f0e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:50:53,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-704f7a82-a5ee-4a19-9746-c4026aec5f0e 2018-10-04 14:50:53,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f19cd8eb53fa06fc188388d1f16f8ce7a9d2b8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-da1f4162-230b-4c8-proj"}}' 2018-10-04 14:50:53,614 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:50:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-598afce4-af0a-420a-95cb-74c6aa721e7b Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/bf9ee1e5e7804b6daa230e91e9f7de3a"}, "enabled": true, "id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-da1f4162-230b-4c8-proj"}} 2018-10-04 14:50:53,615 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-598afce4-af0a-420a-95cb-74c6aa721e7b 2018-10-04 14:50:53,615 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-da1f4162-230b-4c8-proj 2018-10-04 14:50:53,615 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:53,616 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:50:54,000 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:50:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["2S-ldmo_TFejZ2-NMGkviQ"], "issued_at": "2018-10-04T14:50:54.000000Z"}} 2018-10-04 14:50:54,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11520cc93b148199188555e7cc4ad6acafe9dcc8" 2018-10-04 14:50:54,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ddafee7-e433-477a-9f8e-27bfe2a5e2d9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:50:54,086 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9ddafee7-e433-477a-9f8e-27bfe2a5e2d9 2018-10-04 14:50:54,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:50:54,095 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:50:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:50:54,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11520cc93b148199188555e7cc4ad6acafe9dcc8" 2018-10-04 14:50:54,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9d318aa-4ebe-42fa-bd42-10fe9d55b211 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:50:54,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b9d318aa-4ebe-42fa-bd42-10fe9d55b211 2018-10-04 14:50:54,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-da1f4162-230b-4c8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11520cc93b148199188555e7cc4ad6acafe9dcc8" 2018-10-04 14:50:54,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4e24c6f-2670-47ea-ba3a-811c176701bb Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-da1f4162-230b-4c8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/bf9ee1e5e7804b6daa230e91e9f7de3a"}, "enabled": true, "id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-da1f4162-230b-4c8-proj"}]} 2018-10-04 14:50:54,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-da1f4162-230b-4c8-proj used request id req-f4e24c6f-2670-47ea-ba3a-811c176701bb 2018-10-04 14:50:54,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11520cc93b148199188555e7cc4ad6acafe9dcc8" 2018-10-04 14:50:54,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af792913-6578-4547-8a0b-67e958826e0c Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:50:54,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-af792913-6578-4547-8a0b-67e958826e0c 2018-10-04 14:50:54,680 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-da1f4162-230b-4c8-user 2018-10-04 14:50:54,680 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:54,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f19cd8eb53fa06fc188388d1f16f8ce7a9d2b8" 2018-10-04 14:50:54,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46795812-698d-4f4c-b1ea-56ac34453541 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:50:54,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-46795812-698d-4f4c-b1ea-56ac34453541 2018-10-04 14:50:54,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f19cd8eb53fa06fc188388d1f16f8ce7a9d2b8" -d '{"role": {"name": "CreateSecurityGroupTests-da1f4162-230b-4c8-proj-role"}}' 2018-10-04 14:50:54,872 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:50:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88e38655-b509-47e4-bded-9267a5253a09 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5eae44446a4e4952b0ef80ea9268dda3", "links": {"self": "http://172.30.9.23:5000/v3/roles/5eae44446a4e4952b0ef80ea9268dda3"}, "name": "CreateSecurityGroupTests-da1f4162-230b-4c8-proj-role"}} 2018-10-04 14:50:54,872 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-88e38655-b509-47e4-bded-9267a5253a09 2018-10-04 14:50:54,872 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-da1f4162-230b-4c8-proj-role 2018-10-04 14:50:54,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/5eae44446a4e4952b0ef80ea9268dda3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f19cd8eb53fa06fc188388d1f16f8ce7a9d2b8" 2018-10-04 14:50:54,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fb693d1-09bb-44f5-b8da-b3d08d40a1de Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/5eae44446a4e4952b0ef80ea9268dda3"}, "domain_id": null, "name": "CreateSecurityGroupTests-da1f4162-230b-4c8-proj-role", "id": "5eae44446a4e4952b0ef80ea9268dda3"}} 2018-10-04 14:50:54,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/5eae44446a4e4952b0ef80ea9268dda3 used request id req-6fb693d1-09bb-44f5-b8da-b3d08d40a1de 2018-10-04 14:50:54,968 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-da1f4162-230b-4c8-proj-role to project CreateSecurityGroupTests-da1f4162-230b-4c8-proj 2018-10-04 14:50:54,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/bf9ee1e5e7804b6daa230e91e9f7de3a/users/a1f4033966cb49b4a3f35424928490b6/roles/5eae44446a4e4952b0ef80ea9268dda3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f19cd8eb53fa06fc188388d1f16f8ce7a9d2b8" 2018-10-04 14:50:55,102 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:50:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8cfac260-512e-4703-af0d-18169ff2d2b5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:50:55,103 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/bf9ee1e5e7804b6daa230e91e9f7de3a/users/a1f4033966cb49b4a3f35424928490b6/roles/5eae44446a4e4952b0ef80ea9268dda3 used request id req-8cfac260-512e-4703-af0d-18169ff2d2b5 2018-10-04 14:50:55,103 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:50:55,104 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:50:55,473 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5eae44446a4e4952b0ef80ea9268dda3", "name": "CreateSecurityGroupTests-da1f4162-230b-4c8-proj-role"}], "expires_at": "2018-10-04T15:50:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "name": "CreateSecurityGroupTests-da1f4162-230b-4c8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/bf9ee1e5e7804b6daa230e91e9f7de3a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/bf9ee1e5e7804b6daa230e91e9f7de3a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/bf9ee1e5e7804b6daa230e91e9f7de3a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/bf9ee1e5e7804b6daa230e91e9f7de3a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/bf9ee1e5e7804b6daa230e91e9f7de3a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/bf9ee1e5e7804b6daa230e91e9f7de3a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/bf9ee1e5e7804b6daa230e91e9f7de3a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/bf9ee1e5e7804b6daa230e91e9f7de3a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/bf9ee1e5e7804b6daa230e91e9f7de3a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/bf9ee1e5e7804b6daa230e91e9f7de3a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/bf9ee1e5e7804b6daa230e91e9f7de3a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/bf9ee1e5e7804b6daa230e91e9f7de3a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-da1f4162-230b-4c8-user", "id": "a1f4033966cb49b4a3f35424928490b6"}, "audit_ids": ["GPtO4_PKRmSZ8rs4FhMlXQ"], "issued_at": "2018-10-04T14:50:55.000000Z"}} 2018-10-04 14:50:55,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2049507722eb2426821c0dda784a0cfd92f33b" 2018-10-04 14:50:55,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0178b792-ad98-4e42-9c97-7d340f223c56 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:50:55,554 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0178b792-ad98-4e42-9c97-7d340f223c56 2018-10-04 14:50:55,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c4288292-9f0b-40db-83a8-ff7db1d479e2name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2049507722eb2426821c0dda784a0cfd92f33b" 2018-10-04 14:50:55,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-b294cade-b010-4eb4-aa22-df40390f7c5b Date: Thu, 04 Oct 2018 14:50:55 GMT RESP BODY: {"security_groups": []} 2018-10-04 14:50:55,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c4288292-9f0b-40db-83a8-ff7db1d479e2name&description=hello+group used request id req-b294cade-b010-4eb4-aa22-df40390f7c5b 2018-10-04 14:50:55,853 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-c4288292-9f0b-40db-83a8-ff7db1d479e2name... 2018-10-04 14:50:55,853 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-c4288292-9f0b-40db-83a8-ff7db1d479e2name 2018-10-04 14:50:55,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2049507722eb2426821c0dda784a0cfd92f33b" -d '{"security_group": {"name": "CreateSecurityGroupTests-c4288292-9f0b-40db-83a8-ff7db1d479e2name", "description": "hello group"}}' 2018-10-04 14:50:56,232 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-d7d8a157-6584-41dd-8b6c-f9d4c4073470 Date: Thu, 04 Oct 2018 14:50:56 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "updated_at": "2018-10-04T14:50:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "revision_number": 0, "id": "97c0b1ea-41fc-4b84-abb7-dc9ccb4825a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "port_range_min": null, "ethertype": "IPv6", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "revision_number": 0, "id": "e3d5cc51-fa88-468e-89d7-6a6d91da613d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a"}], "revision_number": 2, "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "86493cac-75f2-4b92-a335-8add4a626b00", "name": "CreateSecurityGroupTests-c4288292-9f0b-40db-83a8-ff7db1d479e2name"}} 2018-10-04 14:50:56,232 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-d7d8a157-6584-41dd-8b6c-f9d4c4073470 2018-10-04 14:50:56,233 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86493cac-75f2-4b92-a335-8add4a626b00 2018-10-04 14:50:56,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=86493cac-75f2-4b92-a335-8add4a626b00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2049507722eb2426821c0dda784a0cfd92f33b" 2018-10-04 14:50:56,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-be1c51e6-57c7-49d5-9b81-62f33f0cb7d4 Date: Thu, 04 Oct 2018 14:50:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "97c0b1ea-41fc-4b84-abb7-dc9ccb4825a9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "e3d5cc51-fa88-468e-89d7-6a6d91da613d"}]} 2018-10-04 14:50:56,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=86493cac-75f2-4b92-a335-8add4a626b00 used request id req-be1c51e6-57c7-49d5-9b81-62f33f0cb7d4 2018-10-04 14:50:56,422 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86493cac-75f2-4b92-a335-8add4a626b00 2018-10-04 14:50:56,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=86493cac-75f2-4b92-a335-8add4a626b00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2049507722eb2426821c0dda784a0cfd92f33b" 2018-10-04 14:50:56,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8794f273-a613-486d-bfaf-c7338a847172 Date: Thu, 04 Oct 2018 14:50:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "97c0b1ea-41fc-4b84-abb7-dc9ccb4825a9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "e3d5cc51-fa88-468e-89d7-6a6d91da613d"}]} 2018-10-04 14:50:56,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=86493cac-75f2-4b92-a335-8add4a626b00 used request id req-8794f273-a613-486d-bfaf-c7338a847172 2018-10-04 14:50:56,621 - neutron_utils - INFO - Retrieving security group with ID - 86493cac-75f2-4b92-a335-8add4a626b00 2018-10-04 14:50:56,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=86493cac-75f2-4b92-a335-8add4a626b00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2049507722eb2426821c0dda784a0cfd92f33b" 2018-10-04 14:50:56,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-a0a68b11-3544-4223-be46-f1cfc55ee1d0 Date: Thu, 04 Oct 2018 14:50:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "updated_at": "2018-10-04T14:50:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "revision_number": 0, "id": "97c0b1ea-41fc-4b84-abb7-dc9ccb4825a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "port_range_min": null, "ethertype": "IPv6", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "revision_number": 0, "id": "e3d5cc51-fa88-468e-89d7-6a6d91da613d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a"}], "revision_number": 2, "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "86493cac-75f2-4b92-a335-8add4a626b00", "name": "CreateSecurityGroupTests-c4288292-9f0b-40db-83a8-ff7db1d479e2name"}]} 2018-10-04 14:50:56,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=86493cac-75f2-4b92-a335-8add4a626b00 used request id req-a0a68b11-3544-4223-be46-f1cfc55ee1d0 2018-10-04 14:50:56,697 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86493cac-75f2-4b92-a335-8add4a626b00 2018-10-04 14:50:56,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=86493cac-75f2-4b92-a335-8add4a626b00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2049507722eb2426821c0dda784a0cfd92f33b" 2018-10-04 14:50:56,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bd83d6ce-8c13-4c6e-bf7c-0a3e60fb0d0f Date: Thu, 04 Oct 2018 14:50:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "97c0b1ea-41fc-4b84-abb7-dc9ccb4825a9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "e3d5cc51-fa88-468e-89d7-6a6d91da613d"}]} 2018-10-04 14:50:56,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=86493cac-75f2-4b92-a335-8add4a626b00 used request id req-bd83d6ce-8c13-4c6e-bf7c-0a3e60fb0d0f 2018-10-04 14:50:56,867 - neutron_utils - INFO - Retrieving security group with ID - 86493cac-75f2-4b92-a335-8add4a626b00 2018-10-04 14:50:56,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=86493cac-75f2-4b92-a335-8add4a626b00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2049507722eb2426821c0dda784a0cfd92f33b" 2018-10-04 14:50:56,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-be31f7ff-9e86-41b9-b46f-d2d499f63284 Date: Thu, 04 Oct 2018 14:50:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "updated_at": "2018-10-04T14:50:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "revision_number": 0, "id": "97c0b1ea-41fc-4b84-abb7-dc9ccb4825a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "port_range_min": null, "ethertype": "IPv6", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "revision_number": 0, "id": "e3d5cc51-fa88-468e-89d7-6a6d91da613d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a"}], "revision_number": 2, "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "86493cac-75f2-4b92-a335-8add4a626b00", "name": "CreateSecurityGroupTests-c4288292-9f0b-40db-83a8-ff7db1d479e2name"}]} 2018-10-04 14:50:56,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=86493cac-75f2-4b92-a335-8add4a626b00 used request id req-be31f7ff-9e86-41b9-b46f-d2d499f63284 2018-10-04 14:50:56,918 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86493cac-75f2-4b92-a335-8add4a626b00 2018-10-04 14:50:56,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=86493cac-75f2-4b92-a335-8add4a626b00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2049507722eb2426821c0dda784a0cfd92f33b" 2018-10-04 14:50:57,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-aa666265-b646-4a68-b281-8f17eb5df441 Date: Thu, 04 Oct 2018 14:50:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "97c0b1ea-41fc-4b84-abb7-dc9ccb4825a9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "e3d5cc51-fa88-468e-89d7-6a6d91da613d"}]} 2018-10-04 14:50:57,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=86493cac-75f2-4b92-a335-8add4a626b00 used request id req-aa666265-b646-4a68-b281-8f17eb5df441 2018-10-04 14:50:57,107 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-c4288292-9f0b-40db-83a8-ff7db1d479e2name 2018-10-04 14:50:57,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c4288292-9f0b-40db-83a8-ff7db1d479e2name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2049507722eb2426821c0dda784a0cfd92f33b" 2018-10-04 14:50:57,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-3b7c30d5-e69b-4eff-a6fe-82f8d39bef9d Date: Thu, 04 Oct 2018 14:50:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "updated_at": "2018-10-04T14:50:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "revision_number": 0, "id": "97c0b1ea-41fc-4b84-abb7-dc9ccb4825a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "port_range_min": null, "ethertype": "IPv6", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "revision_number": 0, "id": "e3d5cc51-fa88-468e-89d7-6a6d91da613d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a"}], "revision_number": 2, "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "86493cac-75f2-4b92-a335-8add4a626b00", "name": "CreateSecurityGroupTests-c4288292-9f0b-40db-83a8-ff7db1d479e2name"}]} 2018-10-04 14:50:57,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c4288292-9f0b-40db-83a8-ff7db1d479e2name used request id req-3b7c30d5-e69b-4eff-a6fe-82f8d39bef9d 2018-10-04 14:50:57,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:50:57,333 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:50:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:50:57,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/bf9ee1e5e7804b6daa230e91e9f7de3a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2049507722eb2426821c0dda784a0cfd92f33b" 2018-10-04 14:50:57,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa4f9132-50aa-41ed-8d8b-0fbbf9cbf31c Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/bf9ee1e5e7804b6daa230e91e9f7de3a"}, "enabled": true, "id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-da1f4162-230b-4c8-proj"}} 2018-10-04 14:50:57,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/bf9ee1e5e7804b6daa230e91e9f7de3a used request id req-fa4f9132-50aa-41ed-8d8b-0fbbf9cbf31c 2018-10-04 14:50:57,407 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86493cac-75f2-4b92-a335-8add4a626b00 2018-10-04 14:50:57,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=86493cac-75f2-4b92-a335-8add4a626b00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2049507722eb2426821c0dda784a0cfd92f33b" 2018-10-04 14:50:57,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-775d262c-c367-4e78-96a0-dc68788ccd54 Date: Thu, 04 Oct 2018 14:50:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "97c0b1ea-41fc-4b84-abb7-dc9ccb4825a9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "e3d5cc51-fa88-468e-89d7-6a6d91da613d"}]} 2018-10-04 14:50:57,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=86493cac-75f2-4b92-a335-8add4a626b00 used request id req-775d262c-c367-4e78-96a0-dc68788ccd54 2018-10-04 14:50:57,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2049507722eb2426821c0dda784a0cfd92f33b" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00"}}' 2018-10-04 14:50:57,908 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-ca180422-9970-4da2-adbd-5923b25f2111 Date: Thu, 04 Oct 2018 14:50:57 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:57Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:57Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "4b88c411-b069-438c-ab04-2bcc8ab037a6"}} 2018-10-04 14:50:57,908 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-ca180422-9970-4da2-adbd-5923b25f2111 2018-10-04 14:50:57,909 - neutron_utils - INFO - Retrieving security group with ID - 86493cac-75f2-4b92-a335-8add4a626b00 2018-10-04 14:50:57,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=86493cac-75f2-4b92-a335-8add4a626b00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2049507722eb2426821c0dda784a0cfd92f33b" 2018-10-04 14:50:58,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-42690853-059e-4b7e-87b8-497629b34503 Date: Thu, 04 Oct 2018 14:50:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "updated_at": "2018-10-04T14:50:57Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:50:57Z", "revision_number": 0, "id": "4b88c411-b069-438c-ab04-2bcc8ab037a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:50:57Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "revision_number": 0, "id": "97c0b1ea-41fc-4b84-abb7-dc9ccb4825a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "port_range_min": null, "ethertype": "IPv6", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "revision_number": 0, "id": "e3d5cc51-fa88-468e-89d7-6a6d91da613d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a"}], "revision_number": 3, "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "86493cac-75f2-4b92-a335-8add4a626b00", "name": "CreateSecurityGroupTests-c4288292-9f0b-40db-83a8-ff7db1d479e2name"}]} 2018-10-04 14:50:58,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=86493cac-75f2-4b92-a335-8add4a626b00 used request id req-42690853-059e-4b7e-87b8-497629b34503 2018-10-04 14:50:58,111 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86493cac-75f2-4b92-a335-8add4a626b00 2018-10-04 14:50:58,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=86493cac-75f2-4b92-a335-8add4a626b00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2049507722eb2426821c0dda784a0cfd92f33b" 2018-10-04 14:50:58,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-5ea5aec4-2441-4c19-a514-76c77ba47c1a Date: Thu, 04 Oct 2018 14:50:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:57Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:57Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "4b88c411-b069-438c-ab04-2bcc8ab037a6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "97c0b1ea-41fc-4b84-abb7-dc9ccb4825a9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "e3d5cc51-fa88-468e-89d7-6a6d91da613d"}]} 2018-10-04 14:50:58,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=86493cac-75f2-4b92-a335-8add4a626b00 used request id req-5ea5aec4-2441-4c19-a514-76c77ba47c1a 2018-10-04 14:50:58,143 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:50:58,515 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5eae44446a4e4952b0ef80ea9268dda3", "name": "CreateSecurityGroupTests-da1f4162-230b-4c8-proj-role"}], "expires_at": "2018-10-04T15:50:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "name": "CreateSecurityGroupTests-da1f4162-230b-4c8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/bf9ee1e5e7804b6daa230e91e9f7de3a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/bf9ee1e5e7804b6daa230e91e9f7de3a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/bf9ee1e5e7804b6daa230e91e9f7de3a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/bf9ee1e5e7804b6daa230e91e9f7de3a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/bf9ee1e5e7804b6daa230e91e9f7de3a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/bf9ee1e5e7804b6daa230e91e9f7de3a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/bf9ee1e5e7804b6daa230e91e9f7de3a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/bf9ee1e5e7804b6daa230e91e9f7de3a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/bf9ee1e5e7804b6daa230e91e9f7de3a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/bf9ee1e5e7804b6daa230e91e9f7de3a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/bf9ee1e5e7804b6daa230e91e9f7de3a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/bf9ee1e5e7804b6daa230e91e9f7de3a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-da1f4162-230b-4c8-user", "id": "a1f4033966cb49b4a3f35424928490b6"}, "audit_ids": ["3po3qnMMS_ChGfBLidT61g"], "issued_at": "2018-10-04T14:50:58.000000Z"}} 2018-10-04 14:50:58,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c4288292-9f0b-40db-83a8-ff7db1d479e2name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c4618e4d9c96a8f6766cc885523a99437b5349" 2018-10-04 14:50:58,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-10bd6f97-03a1-41f9-b461-3c9485e90c08 Date: Thu, 04 Oct 2018 14:50:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "updated_at": "2018-10-04T14:50:57Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:50:57Z", "revision_number": 0, "id": "4b88c411-b069-438c-ab04-2bcc8ab037a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:50:57Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "revision_number": 0, "id": "97c0b1ea-41fc-4b84-abb7-dc9ccb4825a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "port_range_min": null, "ethertype": "IPv6", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "revision_number": 0, "id": "e3d5cc51-fa88-468e-89d7-6a6d91da613d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a"}], "revision_number": 3, "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "86493cac-75f2-4b92-a335-8add4a626b00", "name": "CreateSecurityGroupTests-c4288292-9f0b-40db-83a8-ff7db1d479e2name"}]} 2018-10-04 14:50:58,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c4288292-9f0b-40db-83a8-ff7db1d479e2name&description=hello+group used request id req-10bd6f97-03a1-41f9-b461-3c9485e90c08 2018-10-04 14:50:58,706 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86493cac-75f2-4b92-a335-8add4a626b00 2018-10-04 14:50:58,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=86493cac-75f2-4b92-a335-8add4a626b00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c4618e4d9c96a8f6766cc885523a99437b5349" 2018-10-04 14:50:58,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-c4087cd8-17cd-4461-8c3f-ee23a497223a Date: Thu, 04 Oct 2018 14:50:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:57Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:57Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "4b88c411-b069-438c-ab04-2bcc8ab037a6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "97c0b1ea-41fc-4b84-abb7-dc9ccb4825a9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "e3d5cc51-fa88-468e-89d7-6a6d91da613d"}]} 2018-10-04 14:50:58,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=86493cac-75f2-4b92-a335-8add4a626b00 used request id req-c4087cd8-17cd-4461-8c3f-ee23a497223a 2018-10-04 14:50:58,899 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86493cac-75f2-4b92-a335-8add4a626b00 2018-10-04 14:50:58,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=86493cac-75f2-4b92-a335-8add4a626b00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c4618e4d9c96a8f6766cc885523a99437b5349" 2018-10-04 14:50:59,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-fee962f4-34c8-42e7-89e6-14192ffb32b9 Date: Thu, 04 Oct 2018 14:50:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:57Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:57Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "4b88c411-b069-438c-ab04-2bcc8ab037a6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "97c0b1ea-41fc-4b84-abb7-dc9ccb4825a9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "e3d5cc51-fa88-468e-89d7-6a6d91da613d"}]} 2018-10-04 14:50:59,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=86493cac-75f2-4b92-a335-8add4a626b00 used request id req-fee962f4-34c8-42e7-89e6-14192ffb32b9 2018-10-04 14:50:59,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c4288292-9f0b-40db-83a8-ff7db1d479e2name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c4618e4d9c96a8f6766cc885523a99437b5349" 2018-10-04 14:50:59,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-72214674-e3c8-4a11-bc17-e5a59d5c3506 Date: Thu, 04 Oct 2018 14:50:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "updated_at": "2018-10-04T14:50:57Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:50:57Z", "revision_number": 0, "id": "4b88c411-b069-438c-ab04-2bcc8ab037a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:50:57Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "revision_number": 0, "id": "97c0b1ea-41fc-4b84-abb7-dc9ccb4825a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "port_range_min": null, "ethertype": "IPv6", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "revision_number": 0, "id": "e3d5cc51-fa88-468e-89d7-6a6d91da613d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a"}], "revision_number": 3, "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "86493cac-75f2-4b92-a335-8add4a626b00", "name": "CreateSecurityGroupTests-c4288292-9f0b-40db-83a8-ff7db1d479e2name"}]} 2018-10-04 14:50:59,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c4288292-9f0b-40db-83a8-ff7db1d479e2name used request id req-72214674-e3c8-4a11-bc17-e5a59d5c3506 2018-10-04 14:50:59,269 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86493cac-75f2-4b92-a335-8add4a626b00 2018-10-04 14:50:59,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=86493cac-75f2-4b92-a335-8add4a626b00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c4618e4d9c96a8f6766cc885523a99437b5349" 2018-10-04 14:50:59,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-44448156-9692-463f-bd37-47b093e357cf Date: Thu, 04 Oct 2018 14:50:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:57Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:57Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "4b88c411-b069-438c-ab04-2bcc8ab037a6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "97c0b1ea-41fc-4b84-abb7-dc9ccb4825a9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "e3d5cc51-fa88-468e-89d7-6a6d91da613d"}]} 2018-10-04 14:50:59,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=86493cac-75f2-4b92-a335-8add4a626b00 used request id req-44448156-9692-463f-bd37-47b093e357cf 2018-10-04 14:50:59,443 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86493cac-75f2-4b92-a335-8add4a626b00 2018-10-04 14:50:59,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=86493cac-75f2-4b92-a335-8add4a626b00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c4618e4d9c96a8f6766cc885523a99437b5349" 2018-10-04 14:50:59,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-ec65f35a-1aa8-419f-9bd5-06069fca23eb Date: Thu, 04 Oct 2018 14:50:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:57Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:57Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "4b88c411-b069-438c-ab04-2bcc8ab037a6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "97c0b1ea-41fc-4b84-abb7-dc9ccb4825a9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "e3d5cc51-fa88-468e-89d7-6a6d91da613d"}]} 2018-10-04 14:50:59,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=86493cac-75f2-4b92-a335-8add4a626b00 used request id req-ec65f35a-1aa8-419f-9bd5-06069fca23eb 2018-10-04 14:50:59,625 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-c4288292-9f0b-40db-83a8-ff7db1d479e2name 2018-10-04 14:50:59,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c4288292-9f0b-40db-83a8-ff7db1d479e2name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2049507722eb2426821c0dda784a0cfd92f33b" 2018-10-04 14:50:59,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-32fcc96e-b5d4-4e0b-8dad-5f7d06f8b09b Date: Thu, 04 Oct 2018 14:50:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "updated_at": "2018-10-04T14:50:57Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:50:57Z", "revision_number": 0, "id": "4b88c411-b069-438c-ab04-2bcc8ab037a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:50:57Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "revision_number": 0, "id": "97c0b1ea-41fc-4b84-abb7-dc9ccb4825a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "port_range_min": null, "ethertype": "IPv6", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "revision_number": 0, "id": "e3d5cc51-fa88-468e-89d7-6a6d91da613d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a"}], "revision_number": 3, "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "86493cac-75f2-4b92-a335-8add4a626b00", "name": "CreateSecurityGroupTests-c4288292-9f0b-40db-83a8-ff7db1d479e2name"}]} 2018-10-04 14:50:59,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c4288292-9f0b-40db-83a8-ff7db1d479e2name used request id req-32fcc96e-b5d4-4e0b-8dad-5f7d06f8b09b 2018-10-04 14:50:59,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/bf9ee1e5e7804b6daa230e91e9f7de3a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2049507722eb2426821c0dda784a0cfd92f33b" 2018-10-04 14:50:59,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:50:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b6bf6e8-ae72-47e6-854d-3dc7687e4ba4 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/bf9ee1e5e7804b6daa230e91e9f7de3a"}, "enabled": true, "id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-da1f4162-230b-4c8-proj"}} 2018-10-04 14:50:59,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/bf9ee1e5e7804b6daa230e91e9f7de3a used request id req-4b6bf6e8-ae72-47e6-854d-3dc7687e4ba4 2018-10-04 14:50:59,762 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86493cac-75f2-4b92-a335-8add4a626b00 2018-10-04 14:50:59,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=86493cac-75f2-4b92-a335-8add4a626b00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2049507722eb2426821c0dda784a0cfd92f33b" 2018-10-04 14:50:59,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-0db257da-378d-4a38-a49e-111f0005820f Date: Thu, 04 Oct 2018 14:50:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:57Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:57Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "4b88c411-b069-438c-ab04-2bcc8ab037a6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "97c0b1ea-41fc-4b84-abb7-dc9ccb4825a9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "e3d5cc51-fa88-468e-89d7-6a6d91da613d"}]} 2018-10-04 14:50:59,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=86493cac-75f2-4b92-a335-8add4a626b00 used request id req-0db257da-378d-4a38-a49e-111f0005820f 2018-10-04 14:50:59,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2049507722eb2426821c0dda784a0cfd92f33b" -d '{"security_group_rule": {"direction": "egress", "protocol": 1, "description": "test_rule_2", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00"}}' 2018-10-04 14:51:00,225 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 519 X-Openstack-Request-Id: req-c8bf9c8e-64cd-4dc3-acde-bc34b1b904d4 Date: Thu, 04 Oct 2018 14:51:00 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "1", "description": "test_rule_2", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:00Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:51:00Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "4d09832f-4b75-405f-a55c-43af3ed8b9b5"}} 2018-10-04 14:51:00,225 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-c8bf9c8e-64cd-4dc3-acde-bc34b1b904d4 2018-10-04 14:51:00,226 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86493cac-75f2-4b92-a335-8add4a626b00 2018-10-04 14:51:00,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=86493cac-75f2-4b92-a335-8add4a626b00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c4618e4d9c96a8f6766cc885523a99437b5349" 2018-10-04 14:51:00,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1996 X-Openstack-Request-Id: req-47d5e440-4ffb-4928-bfff-a972d7592222 Date: Thu, 04 Oct 2018 14:51:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:57Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:57Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "4b88c411-b069-438c-ab04-2bcc8ab037a6"}, {"remote_group_id": null, "direction": "egress", "protocol": "1", "description": "test_rule_2", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:00Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:51:00Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "4d09832f-4b75-405f-a55c-43af3ed8b9b5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "97c0b1ea-41fc-4b84-abb7-dc9ccb4825a9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:56Z", "security_group_id": "86493cac-75f2-4b92-a335-8add4a626b00", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:56Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "e3d5cc51-fa88-468e-89d7-6a6d91da613d"}]} 2018-10-04 14:51:00,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=86493cac-75f2-4b92-a335-8add4a626b00 used request id req-47d5e440-4ffb-4928-bfff-a972d7592222 2018-10-04 14:51:00,422 - neutron_utils - INFO - Deleting security group rule with ID - 97c0b1ea-41fc-4b84-abb7-dc9ccb4825a9 2018-10-04 14:51:00,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/97c0b1ea-41fc-4b84-abb7-dc9ccb4825a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2049507722eb2426821c0dda784a0cfd92f33b" 2018-10-04 14:51:00,747 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9e7b2adb-6d78-47bd-bf62-58eb6b83a414 Content-Length: 0 Date: Thu, 04 Oct 2018 14:51:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:51:00,747 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/97c0b1ea-41fc-4b84-abb7-dc9ccb4825a9 used request id req-9e7b2adb-6d78-47bd-bf62-58eb6b83a414 2018-10-04 14:51:00,747 - neutron_utils - INFO - Deleting security group rule with ID - 4b88c411-b069-438c-ab04-2bcc8ab037a6 2018-10-04 14:51:00,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/4b88c411-b069-438c-ab04-2bcc8ab037a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2049507722eb2426821c0dda784a0cfd92f33b" 2018-10-04 14:51:01,093 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-64788ed6-4abf-42cb-a069-8ce10ca0ab36 Content-Length: 0 Date: Thu, 04 Oct 2018 14:51:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:51:01,093 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/4b88c411-b069-438c-ab04-2bcc8ab037a6 used request id req-64788ed6-4abf-42cb-a069-8ce10ca0ab36 2018-10-04 14:51:01,093 - neutron_utils - INFO - Deleting security group rule with ID - 4d09832f-4b75-405f-a55c-43af3ed8b9b5 2018-10-04 14:51:01,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/4d09832f-4b75-405f-a55c-43af3ed8b9b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2049507722eb2426821c0dda784a0cfd92f33b" 2018-10-04 14:51:01,199 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e0da12da-aa9c-4e38-9404-891703b44484 Content-Length: 0 Date: Thu, 04 Oct 2018 14:51:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:51:01,199 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/4d09832f-4b75-405f-a55c-43af3ed8b9b5 used request id req-e0da12da-aa9c-4e38-9404-891703b44484 2018-10-04 14:51:01,199 - neutron_utils - INFO - Deleting security group rule with ID - e3d5cc51-fa88-468e-89d7-6a6d91da613d 2018-10-04 14:51:01,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/e3d5cc51-fa88-468e-89d7-6a6d91da613d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2049507722eb2426821c0dda784a0cfd92f33b" 2018-10-04 14:51:01,306 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fdcd5d1c-fb34-4969-b8c3-bbb5bc5840e0 Content-Length: 0 Date: Thu, 04 Oct 2018 14:51:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:51:01,306 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/e3d5cc51-fa88-468e-89d7-6a6d91da613d used request id req-fdcd5d1c-fb34-4969-b8c3-bbb5bc5840e0 2018-10-04 14:51:01,307 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-c4288292-9f0b-40db-83a8-ff7db1d479e2name 2018-10-04 14:51:01,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/86493cac-75f2-4b92-a335-8add4a626b00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2049507722eb2426821c0dda784a0cfd92f33b" 2018-10-04 14:51:01,746 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9b06cf5e-3cda-4c1e-82cf-d2e2b280a548 Content-Length: 0 Date: Thu, 04 Oct 2018 14:51:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:51:01,747 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/86493cac-75f2-4b92-a335-8add4a626b00 used request id req-9b06cf5e-3cda-4c1e-82cf-d2e2b280a548 2018-10-04 14:51:01,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f19cd8eb53fa06fc188388d1f16f8ce7a9d2b8" 2018-10-04 14:51:02,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-cff07800-c1c7-45ef-8852-ce661fa4e7c6 Date: Thu, 04 Oct 2018 14:51:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:55Z", "updated_at": "2018-10-04T14:50:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:50:55Z", "revision_number": 0, "id": "0d7aac7b-349a-4408-a1b5-1e17b63fb595", "remote_group_id": "21db5ff6-7ade-49d4-ac8f-092baee8d563", "remote_ip_prefix": null, "created_at": "2018-10-04T14:50:55Z", "security_group_id": "21db5ff6-7ade-49d4-ac8f-092baee8d563", "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "port_range_min": null, "ethertype": "IPv6", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:50:55Z", "revision_number": 0, "id": "0fcf1e56-f6fc-4a61-afe4-45aa1c181408", "remote_group_id": "21db5ff6-7ade-49d4-ac8f-092baee8d563", "remote_ip_prefix": null, "created_at": "2018-10-04T14:50:55Z", "security_group_id": "21db5ff6-7ade-49d4-ac8f-092baee8d563", "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:50:55Z", "revision_number": 0, "id": "1ce88b63-ec5a-4671-a397-3974942f9ec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:50:55Z", "security_group_id": "21db5ff6-7ade-49d4-ac8f-092baee8d563", "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:50:55Z", "revision_number": 0, "id": "9b1c057b-4970-41fa-bfc2-f0dc8296c94d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:50:55Z", "security_group_id": "21db5ff6-7ade-49d4-ac8f-092baee8d563", "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "port_range_min": null, "ethertype": "IPv6", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a"}], "revision_number": 4, "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "21db5ff6-7ade-49d4-ac8f-092baee8d563", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:51:02,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-cff07800-c1c7-45ef-8852-ce661fa4e7c6 2018-10-04 14:51:02,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f19cd8eb53fa06fc188388d1f16f8ce7a9d2b8" 2018-10-04 14:51:02,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-586be73c-24fa-4797-82ab-800f98ec80f1 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:51:02,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-586be73c-24fa-4797-82ab-800f98ec80f1 2018-10-04 14:51:02,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/bf9ee1e5e7804b6daa230e91e9f7de3a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f19cd8eb53fa06fc188388d1f16f8ce7a9d2b8" 2018-10-04 14:51:02,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-075f74fb-8266-4175-a0fa-3cccb6ed507d Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/bf9ee1e5e7804b6daa230e91e9f7de3a"}, "enabled": true, "id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-da1f4162-230b-4c8-proj"}} 2018-10-04 14:51:02,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/bf9ee1e5e7804b6daa230e91e9f7de3a used request id req-075f74fb-8266-4175-a0fa-3cccb6ed507d 2018-10-04 14:51:02,387 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21db5ff6-7ade-49d4-ac8f-092baee8d563 2018-10-04 14:51:02,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=21db5ff6-7ade-49d4-ac8f-092baee8d563 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f19cd8eb53fa06fc188388d1f16f8ce7a9d2b8" 2018-10-04 14:51:02,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7a758793-5af9-40fb-b67e-65b3ad0f394f Date: Thu, 04 Oct 2018 14:51:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "21db5ff6-7ade-49d4-ac8f-092baee8d563", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:55Z", "security_group_id": "21db5ff6-7ade-49d4-ac8f-092baee8d563", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:55Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "0d7aac7b-349a-4408-a1b5-1e17b63fb595"}, {"remote_group_id": "21db5ff6-7ade-49d4-ac8f-092baee8d563", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:55Z", "security_group_id": "21db5ff6-7ade-49d4-ac8f-092baee8d563", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:55Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "0fcf1e56-f6fc-4a61-afe4-45aa1c181408"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:55Z", "security_group_id": "21db5ff6-7ade-49d4-ac8f-092baee8d563", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:55Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "1ce88b63-ec5a-4671-a397-3974942f9ec3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:50:55Z", "security_group_id": "21db5ff6-7ade-49d4-ac8f-092baee8d563", "port_range_min": null, "revision_number": 0, "tenant_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "created_at": "2018-10-04T14:50:55Z", "project_id": "bf9ee1e5e7804b6daa230e91e9f7de3a", "id": "9b1c057b-4970-41fa-bfc2-f0dc8296c94d"}]} 2018-10-04 14:51:02,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=21db5ff6-7ade-49d4-ac8f-092baee8d563 used request id req-7a758793-5af9-40fb-b67e-65b3ad0f394f 2018-10-04 14:51:02,570 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 14:51:02,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/21db5ff6-7ade-49d4-ac8f-092baee8d563 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f19cd8eb53fa06fc188388d1f16f8ce7a9d2b8" 2018-10-04 14:51:02,875 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-58d8d2c9-2ecc-4028-903e-07100383e40a Content-Length: 0 Date: Thu, 04 Oct 2018 14:51:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:51:02,875 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/21db5ff6-7ade-49d4-ac8f-092baee8d563 used request id req-58d8d2c9-2ecc-4028-903e-07100383e40a 2018-10-04 14:51:02,876 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-da1f4162-230b-4c8-proj 2018-10-04 14:51:02,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/bf9ee1e5e7804b6daa230e91e9f7de3a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f19cd8eb53fa06fc188388d1f16f8ce7a9d2b8" 2018-10-04 14:51:03,102 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:51:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f75fd2bd-07cb-4c74-96a9-b9bf44ec7ddb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:51:03,103 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/bf9ee1e5e7804b6daa230e91e9f7de3a used request id req-f75fd2bd-07cb-4c74-96a9-b9bf44ec7ddb 2018-10-04 14:51:03,103 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-da1f4162-230b-4c8-proj-role 2018-10-04 14:51:03,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/5eae44446a4e4952b0ef80ea9268dda3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f19cd8eb53fa06fc188388d1f16f8ce7a9d2b8" 2018-10-04 14:51:03,219 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:51:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1017f6a7-aad2-49ab-9dc5-a1b3c090ed28 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:51:03,219 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/5eae44446a4e4952b0ef80ea9268dda3 used request id req-1017f6a7-aad2-49ab-9dc5-a1b3c090ed28 2018-10-04 14:51:03,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f19cd8eb53fa06fc188388d1f16f8ce7a9d2b8" 2018-10-04 14:51:03,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29aa29ad-bc66-4c76-abdb-921731e42aa2 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:51:03,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-29aa29ad-bc66-4c76-abdb-921731e42aa2 2018-10-04 14:51:03,315 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-da1f4162-230b-4c8-user 2018-10-04 14:51:03,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/a1f4033966cb49b4a3f35424928490b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11520cc93b148199188555e7cc4ad6acafe9dcc8" 2018-10-04 14:51:03,505 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:51:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-856f2412-b8ca-473c-a9a8-f42e657715db Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:51:03,506 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/a1f4033966cb49b4a3f35424928490b6 used request id req-856f2412-b8ca-473c-a9a8-f42e657715db 2018-10-04 14:51:03,508 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:03,892 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:51:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["_Pj6M62hTiaJaBPY6E_c0g"], "issued_at": "2018-10-04T14:51:03.000000Z"}} 2018-10-04 14:51:03,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1ea101a8e168b1d48964608f4e8b7b7a76052d" 2018-10-04 14:51:03,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aad8ae46-e51d-46f5-a223-9183b3589d9c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:51:03,993 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-aad8ae46-e51d-46f5-a223-9183b3589d9c 2018-10-04 14:51:03,994 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:51:03,995 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:04,380 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:51:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["QPfZ0S_nQSWolb39WUD9EQ"], "issued_at": "2018-10-04T14:51:04.000000Z"}} 2018-10-04 14:51:04,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50af252885c5741a4e1e5714297ed8130618ac50" 2018-10-04 14:51:04,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0c40a31-c6d8-441a-b202-bcf94c18f2ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:51:04,459 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d0c40a31-c6d8-441a-b202-bcf94c18f2ea 2018-10-04 14:51:04,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:51:04,469 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:51:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:51:04,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-e5813fd3-0a50-4eb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50af252885c5741a4e1e5714297ed8130618ac50" 2018-10-04 14:51:04,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32aec3ee-de7a-4405-bc6f-02f9039c8487 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-e5813fd3-0a50-4eb-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:51:04,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-e5813fd3-0a50-4eb-proj used request id req-32aec3ee-de7a-4405-bc6f-02f9039c8487 2018-10-04 14:51:04,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50af252885c5741a4e1e5714297ed8130618ac50" 2018-10-04 14:51:04,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb54b3e5-7af4-454d-8d2b-e2b388082cc4 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:51:04,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-bb54b3e5-7af4-454d-8d2b-e2b388082cc4 2018-10-04 14:51:04,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50af252885c5741a4e1e5714297ed8130618ac50" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-e5813fd3-0a50-4eb-proj"}}' 2018-10-04 14:51:04,777 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:51:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-235fb7f4-0ba7-4b15-b67d-6248b0126ed6 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8de4a163b1b84c818ab90971e907f0c2"}, "enabled": true, "id": "8de4a163b1b84c818ab90971e907f0c2", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-e5813fd3-0a50-4eb-proj"}} 2018-10-04 14:51:04,777 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-235fb7f4-0ba7-4b15-b67d-6248b0126ed6 2018-10-04 14:51:04,777 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-e5813fd3-0a50-4eb-proj 2018-10-04 14:51:04,777 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:51:04,778 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:05,233 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:51:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["OtHv6QoYTr65XWUT_yBouw"], "issued_at": "2018-10-04T14:51:05.000000Z"}} 2018-10-04 14:51:05,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77a2d7e3b0c5b9f0cf7ef4f5a81ab0895733dbfc" 2018-10-04 14:51:05,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10a59ddc-08f9-403d-99c5-9455909ef49c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:51:05,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-10a59ddc-08f9-403d-99c5-9455909ef49c 2018-10-04 14:51:05,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:51:05,332 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:51:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:51:05,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77a2d7e3b0c5b9f0cf7ef4f5a81ab0895733dbfc" 2018-10-04 14:51:05,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a736f76-fbd7-4e70-9b93-d20763f480d6 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:51:05,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-4a736f76-fbd7-4e70-9b93-d20763f480d6 2018-10-04 14:51:05,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-e5813fd3-0a50-4eb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77a2d7e3b0c5b9f0cf7ef4f5a81ab0895733dbfc" 2018-10-04 14:51:05,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-249368b5-c740-4ac0-9129-8081de9b9522 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-e5813fd3-0a50-4eb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8de4a163b1b84c818ab90971e907f0c2"}, "enabled": true, "id": "8de4a163b1b84c818ab90971e907f0c2", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-e5813fd3-0a50-4eb-proj"}]} 2018-10-04 14:51:05,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-e5813fd3-0a50-4eb-proj used request id req-249368b5-c740-4ac0-9129-8081de9b9522 2018-10-04 14:51:05,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77a2d7e3b0c5b9f0cf7ef4f5a81ab0895733dbfc" 2018-10-04 14:51:05,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0e559d5-b16d-414b-a8f6-e892577d19d7 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:51:05,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-f0e559d5-b16d-414b-a8f6-e892577d19d7 2018-10-04 14:51:06,010 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-e5813fd3-0a50-4eb-user 2018-10-04 14:51:06,010 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:51:06,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50af252885c5741a4e1e5714297ed8130618ac50" 2018-10-04 14:51:06,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f76451b7-f766-426c-b3a7-370effccb456 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:51:06,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f76451b7-f766-426c-b3a7-370effccb456 2018-10-04 14:51:06,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50af252885c5741a4e1e5714297ed8130618ac50" -d '{"role": {"name": "CreateSecurityGroupTests-e5813fd3-0a50-4eb-proj-role"}}' 2018-10-04 14:51:06,220 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:51:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5414ab71-ede3-4c02-a27e-eb1f0ab89240 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "eb164e3e954a4078855bb60d7c0062d8", "links": {"self": "http://172.30.9.23:5000/v3/roles/eb164e3e954a4078855bb60d7c0062d8"}, "name": "CreateSecurityGroupTests-e5813fd3-0a50-4eb-proj-role"}} 2018-10-04 14:51:06,220 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-5414ab71-ede3-4c02-a27e-eb1f0ab89240 2018-10-04 14:51:06,220 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-e5813fd3-0a50-4eb-proj-role 2018-10-04 14:51:06,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/eb164e3e954a4078855bb60d7c0062d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50af252885c5741a4e1e5714297ed8130618ac50" 2018-10-04 14:51:06,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05b70b06-82e6-4066-af46-35be4b615d5d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/eb164e3e954a4078855bb60d7c0062d8"}, "domain_id": null, "name": "CreateSecurityGroupTests-e5813fd3-0a50-4eb-proj-role", "id": "eb164e3e954a4078855bb60d7c0062d8"}} 2018-10-04 14:51:06,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/eb164e3e954a4078855bb60d7c0062d8 used request id req-05b70b06-82e6-4066-af46-35be4b615d5d 2018-10-04 14:51:06,315 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-e5813fd3-0a50-4eb-proj-role to project CreateSecurityGroupTests-e5813fd3-0a50-4eb-proj 2018-10-04 14:51:06,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/8de4a163b1b84c818ab90971e907f0c2/users/d2cba9fba748405f80045b97615fff54/roles/eb164e3e954a4078855bb60d7c0062d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50af252885c5741a4e1e5714297ed8130618ac50" 2018-10-04 14:51:06,431 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:51:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05aaf65d-43c9-4cd0-b58f-c6394c4f689e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:51:06,431 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/8de4a163b1b84c818ab90971e907f0c2/users/d2cba9fba748405f80045b97615fff54/roles/eb164e3e954a4078855bb60d7c0062d8 used request id req-05aaf65d-43c9-4cd0-b58f-c6394c4f689e 2018-10-04 14:51:06,432 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:51:06,432 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:06,819 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eb164e3e954a4078855bb60d7c0062d8", "name": "CreateSecurityGroupTests-e5813fd3-0a50-4eb-proj-role"}], "expires_at": "2018-10-04T15:51:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8de4a163b1b84c818ab90971e907f0c2", "name": "CreateSecurityGroupTests-e5813fd3-0a50-4eb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/8de4a163b1b84c818ab90971e907f0c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/8de4a163b1b84c818ab90971e907f0c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/8de4a163b1b84c818ab90971e907f0c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8de4a163b1b84c818ab90971e907f0c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/8de4a163b1b84c818ab90971e907f0c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/8de4a163b1b84c818ab90971e907f0c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/8de4a163b1b84c818ab90971e907f0c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/8de4a163b1b84c818ab90971e907f0c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/8de4a163b1b84c818ab90971e907f0c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8de4a163b1b84c818ab90971e907f0c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/8de4a163b1b84c818ab90971e907f0c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/8de4a163b1b84c818ab90971e907f0c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-e5813fd3-0a50-4eb-user", "id": "d2cba9fba748405f80045b97615fff54"}, "audit_ids": ["urlgnz0TSd-cwXATAox3PA"], "issued_at": "2018-10-04T14:51:06.000000Z"}} 2018-10-04 14:51:06,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a3ccde9c76b82e858db4fdd93cd7a26662ded6" 2018-10-04 14:51:06,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c39dc87-2049-459f-9fd8-b3be8ee26bf5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:51:06,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9c39dc87-2049-459f-9fd8-b3be8ee26bf5 2018-10-04 14:51:06,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5c8775c8-f495-46de-b251-47f42513a3a3name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a3ccde9c76b82e858db4fdd93cd7a26662ded6" 2018-10-04 14:51:07,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-019f9a8a-23ae-486c-977d-704b4d1f89e5 Date: Thu, 04 Oct 2018 14:51:07 GMT RESP BODY: {"security_groups": []} 2018-10-04 14:51:07,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5c8775c8-f495-46de-b251-47f42513a3a3name&description=hello+group used request id req-019f9a8a-23ae-486c-977d-704b4d1f89e5 2018-10-04 14:51:07,233 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-5c8775c8-f495-46de-b251-47f42513a3a3name... 2018-10-04 14:51:07,233 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-5c8775c8-f495-46de-b251-47f42513a3a3name 2018-10-04 14:51:07,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a3ccde9c76b82e858db4fdd93cd7a26662ded6" -d '{"security_group": {"name": "CreateSecurityGroupTests-5c8775c8-f495-46de-b251-47f42513a3a3name", "description": "hello group"}}' 2018-10-04 14:51:07,591 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-6c11b924-1042-489d-b94a-235569b9b71b Date: Thu, 04 Oct 2018 14:51:07 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "created_at": "2018-10-04T14:51:07Z", "updated_at": "2018-10-04T14:51:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:07Z", "revision_number": 0, "id": "9885ff8b-c95b-41bd-93d0-e3d4189ac46b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:07Z", "security_group_id": "22a9c442-961a-4194-abd9-c223ed4da112", "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8de4a163b1b84c818ab90971e907f0c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:07Z", "revision_number": 0, "id": "ddd3822f-10c2-4f02-95aa-0081c6aaf6d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:07Z", "security_group_id": "22a9c442-961a-4194-abd9-c223ed4da112", "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8de4a163b1b84c818ab90971e907f0c2"}], "revision_number": 2, "project_id": "8de4a163b1b84c818ab90971e907f0c2", "id": "22a9c442-961a-4194-abd9-c223ed4da112", "name": "CreateSecurityGroupTests-5c8775c8-f495-46de-b251-47f42513a3a3name"}} 2018-10-04 14:51:07,592 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-6c11b924-1042-489d-b94a-235569b9b71b 2018-10-04 14:51:07,592 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 22a9c442-961a-4194-abd9-c223ed4da112 2018-10-04 14:51:07,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=22a9c442-961a-4194-abd9-c223ed4da112 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a3ccde9c76b82e858db4fdd93cd7a26662ded6" 2018-10-04 14:51:07,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a77a4739-11ed-4939-92e1-3d535f75dbef Date: Thu, 04 Oct 2018 14:51:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:07Z", "security_group_id": "22a9c442-961a-4194-abd9-c223ed4da112", "port_range_min": null, "revision_number": 0, "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "created_at": "2018-10-04T14:51:07Z", "project_id": "8de4a163b1b84c818ab90971e907f0c2", "id": "9885ff8b-c95b-41bd-93d0-e3d4189ac46b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:07Z", "security_group_id": "22a9c442-961a-4194-abd9-c223ed4da112", "port_range_min": null, "revision_number": 0, "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "created_at": "2018-10-04T14:51:07Z", "project_id": "8de4a163b1b84c818ab90971e907f0c2", "id": "ddd3822f-10c2-4f02-95aa-0081c6aaf6d2"}]} 2018-10-04 14:51:07,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=22a9c442-961a-4194-abd9-c223ed4da112 used request id req-a77a4739-11ed-4939-92e1-3d535f75dbef 2018-10-04 14:51:07,765 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 22a9c442-961a-4194-abd9-c223ed4da112 2018-10-04 14:51:07,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=22a9c442-961a-4194-abd9-c223ed4da112 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a3ccde9c76b82e858db4fdd93cd7a26662ded6" 2018-10-04 14:51:07,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2a85de85-153f-40d1-ac59-8aaef24eb859 Date: Thu, 04 Oct 2018 14:51:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:07Z", "security_group_id": "22a9c442-961a-4194-abd9-c223ed4da112", "port_range_min": null, "revision_number": 0, "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "created_at": "2018-10-04T14:51:07Z", "project_id": "8de4a163b1b84c818ab90971e907f0c2", "id": "9885ff8b-c95b-41bd-93d0-e3d4189ac46b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:07Z", "security_group_id": "22a9c442-961a-4194-abd9-c223ed4da112", "port_range_min": null, "revision_number": 0, "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "created_at": "2018-10-04T14:51:07Z", "project_id": "8de4a163b1b84c818ab90971e907f0c2", "id": "ddd3822f-10c2-4f02-95aa-0081c6aaf6d2"}]} 2018-10-04 14:51:07,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=22a9c442-961a-4194-abd9-c223ed4da112 used request id req-2a85de85-153f-40d1-ac59-8aaef24eb859 2018-10-04 14:51:07,951 - neutron_utils - INFO - Retrieving security group with ID - 22a9c442-961a-4194-abd9-c223ed4da112 2018-10-04 14:51:07,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=22a9c442-961a-4194-abd9-c223ed4da112 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a3ccde9c76b82e858db4fdd93cd7a26662ded6" 2018-10-04 14:51:08,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-8bd55e17-c74b-48e4-9b65-36ca12c2b4b2 Date: Thu, 04 Oct 2018 14:51:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "created_at": "2018-10-04T14:51:07Z", "updated_at": "2018-10-04T14:51:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:07Z", "revision_number": 0, "id": "9885ff8b-c95b-41bd-93d0-e3d4189ac46b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:07Z", "security_group_id": "22a9c442-961a-4194-abd9-c223ed4da112", "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8de4a163b1b84c818ab90971e907f0c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:07Z", "revision_number": 0, "id": "ddd3822f-10c2-4f02-95aa-0081c6aaf6d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:07Z", "security_group_id": "22a9c442-961a-4194-abd9-c223ed4da112", "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8de4a163b1b84c818ab90971e907f0c2"}], "revision_number": 2, "project_id": "8de4a163b1b84c818ab90971e907f0c2", "id": "22a9c442-961a-4194-abd9-c223ed4da112", "name": "CreateSecurityGroupTests-5c8775c8-f495-46de-b251-47f42513a3a3name"}]} 2018-10-04 14:51:08,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=22a9c442-961a-4194-abd9-c223ed4da112 used request id req-8bd55e17-c74b-48e4-9b65-36ca12c2b4b2 2018-10-04 14:51:08,153 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 22a9c442-961a-4194-abd9-c223ed4da112 2018-10-04 14:51:08,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=22a9c442-961a-4194-abd9-c223ed4da112 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a3ccde9c76b82e858db4fdd93cd7a26662ded6" 2018-10-04 14:51:08,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f083b928-135f-4c5d-9d1f-2413304e8339 Date: Thu, 04 Oct 2018 14:51:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:07Z", "security_group_id": "22a9c442-961a-4194-abd9-c223ed4da112", "port_range_min": null, "revision_number": 0, "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "created_at": "2018-10-04T14:51:07Z", "project_id": "8de4a163b1b84c818ab90971e907f0c2", "id": "9885ff8b-c95b-41bd-93d0-e3d4189ac46b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:07Z", "security_group_id": "22a9c442-961a-4194-abd9-c223ed4da112", "port_range_min": null, "revision_number": 0, "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "created_at": "2018-10-04T14:51:07Z", "project_id": "8de4a163b1b84c818ab90971e907f0c2", "id": "ddd3822f-10c2-4f02-95aa-0081c6aaf6d2"}]} 2018-10-04 14:51:08,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=22a9c442-961a-4194-abd9-c223ed4da112 used request id req-f083b928-135f-4c5d-9d1f-2413304e8339 2018-10-04 14:51:08,322 - neutron_utils - INFO - Retrieving security group with ID - 22a9c442-961a-4194-abd9-c223ed4da112 2018-10-04 14:51:08,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=22a9c442-961a-4194-abd9-c223ed4da112 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a3ccde9c76b82e858db4fdd93cd7a26662ded6" 2018-10-04 14:51:08,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-1e34609c-0fc4-43d0-b5bf-d0538f9aff06 Date: Thu, 04 Oct 2018 14:51:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "created_at": "2018-10-04T14:51:07Z", "updated_at": "2018-10-04T14:51:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:07Z", "revision_number": 0, "id": "9885ff8b-c95b-41bd-93d0-e3d4189ac46b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:07Z", "security_group_id": "22a9c442-961a-4194-abd9-c223ed4da112", "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8de4a163b1b84c818ab90971e907f0c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:07Z", "revision_number": 0, "id": "ddd3822f-10c2-4f02-95aa-0081c6aaf6d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:07Z", "security_group_id": "22a9c442-961a-4194-abd9-c223ed4da112", "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8de4a163b1b84c818ab90971e907f0c2"}], "revision_number": 2, "project_id": "8de4a163b1b84c818ab90971e907f0c2", "id": "22a9c442-961a-4194-abd9-c223ed4da112", "name": "CreateSecurityGroupTests-5c8775c8-f495-46de-b251-47f42513a3a3name"}]} 2018-10-04 14:51:08,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=22a9c442-961a-4194-abd9-c223ed4da112 used request id req-1e34609c-0fc4-43d0-b5bf-d0538f9aff06 2018-10-04 14:51:08,526 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 22a9c442-961a-4194-abd9-c223ed4da112 2018-10-04 14:51:08,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=22a9c442-961a-4194-abd9-c223ed4da112 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a3ccde9c76b82e858db4fdd93cd7a26662ded6" 2018-10-04 14:51:08,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-50d0591c-7dfd-470d-92f1-db7c2f456345 Date: Thu, 04 Oct 2018 14:51:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:07Z", "security_group_id": "22a9c442-961a-4194-abd9-c223ed4da112", "port_range_min": null, "revision_number": 0, "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "created_at": "2018-10-04T14:51:07Z", "project_id": "8de4a163b1b84c818ab90971e907f0c2", "id": "9885ff8b-c95b-41bd-93d0-e3d4189ac46b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:07Z", "security_group_id": "22a9c442-961a-4194-abd9-c223ed4da112", "port_range_min": null, "revision_number": 0, "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "created_at": "2018-10-04T14:51:07Z", "project_id": "8de4a163b1b84c818ab90971e907f0c2", "id": "ddd3822f-10c2-4f02-95aa-0081c6aaf6d2"}]} 2018-10-04 14:51:08,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=22a9c442-961a-4194-abd9-c223ed4da112 used request id req-50d0591c-7dfd-470d-92f1-db7c2f456345 2018-10-04 14:51:08,709 - neutron_utils - INFO - Retrieving security group with ID - 22a9c442-961a-4194-abd9-c223ed4da112 2018-10-04 14:51:08,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=22a9c442-961a-4194-abd9-c223ed4da112 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a3ccde9c76b82e858db4fdd93cd7a26662ded6" 2018-10-04 14:51:08,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-7ee64e20-f226-4626-b505-714020911ed2 Date: Thu, 04 Oct 2018 14:51:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "created_at": "2018-10-04T14:51:07Z", "updated_at": "2018-10-04T14:51:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:07Z", "revision_number": 0, "id": "9885ff8b-c95b-41bd-93d0-e3d4189ac46b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:07Z", "security_group_id": "22a9c442-961a-4194-abd9-c223ed4da112", "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8de4a163b1b84c818ab90971e907f0c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:07Z", "revision_number": 0, "id": "ddd3822f-10c2-4f02-95aa-0081c6aaf6d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:07Z", "security_group_id": "22a9c442-961a-4194-abd9-c223ed4da112", "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8de4a163b1b84c818ab90971e907f0c2"}], "revision_number": 2, "project_id": "8de4a163b1b84c818ab90971e907f0c2", "id": "22a9c442-961a-4194-abd9-c223ed4da112", "name": "CreateSecurityGroupTests-5c8775c8-f495-46de-b251-47f42513a3a3name"}]} 2018-10-04 14:51:08,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=22a9c442-961a-4194-abd9-c223ed4da112 used request id req-7ee64e20-f226-4626-b505-714020911ed2 2018-10-04 14:51:08,766 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 22a9c442-961a-4194-abd9-c223ed4da112 2018-10-04 14:51:08,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=22a9c442-961a-4194-abd9-c223ed4da112 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a3ccde9c76b82e858db4fdd93cd7a26662ded6" 2018-10-04 14:51:08,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ea52b6a4-329b-4fa6-ae8c-151796e38793 Date: Thu, 04 Oct 2018 14:51:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:07Z", "security_group_id": "22a9c442-961a-4194-abd9-c223ed4da112", "port_range_min": null, "revision_number": 0, "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "created_at": "2018-10-04T14:51:07Z", "project_id": "8de4a163b1b84c818ab90971e907f0c2", "id": "9885ff8b-c95b-41bd-93d0-e3d4189ac46b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:07Z", "security_group_id": "22a9c442-961a-4194-abd9-c223ed4da112", "port_range_min": null, "revision_number": 0, "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "created_at": "2018-10-04T14:51:07Z", "project_id": "8de4a163b1b84c818ab90971e907f0c2", "id": "ddd3822f-10c2-4f02-95aa-0081c6aaf6d2"}]} 2018-10-04 14:51:08,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=22a9c442-961a-4194-abd9-c223ed4da112 used request id req-ea52b6a4-329b-4fa6-ae8c-151796e38793 2018-10-04 14:51:08,930 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-5c8775c8-f495-46de-b251-47f42513a3a3name 2018-10-04 14:51:08,931 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:09,295 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eb164e3e954a4078855bb60d7c0062d8", "name": "CreateSecurityGroupTests-e5813fd3-0a50-4eb-proj-role"}], "expires_at": "2018-10-04T15:51:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8de4a163b1b84c818ab90971e907f0c2", "name": "CreateSecurityGroupTests-e5813fd3-0a50-4eb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/8de4a163b1b84c818ab90971e907f0c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/8de4a163b1b84c818ab90971e907f0c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/8de4a163b1b84c818ab90971e907f0c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8de4a163b1b84c818ab90971e907f0c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/8de4a163b1b84c818ab90971e907f0c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/8de4a163b1b84c818ab90971e907f0c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/8de4a163b1b84c818ab90971e907f0c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/8de4a163b1b84c818ab90971e907f0c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/8de4a163b1b84c818ab90971e907f0c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8de4a163b1b84c818ab90971e907f0c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/8de4a163b1b84c818ab90971e907f0c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/8de4a163b1b84c818ab90971e907f0c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-e5813fd3-0a50-4eb-user", "id": "d2cba9fba748405f80045b97615fff54"}, "audit_ids": ["EZjI7LB3R1W6swsg7nawtA"], "issued_at": "2018-10-04T14:51:09.000000Z"}} 2018-10-04 14:51:09,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/22a9c442-961a-4194-abd9-c223ed4da112 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b14712bc20c0ec59a3aa104076319d0472ca751f" 2018-10-04 14:51:09,593 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-681658f2-bdf7-42c2-906a-44b18b84843f Content-Length: 0 Date: Thu, 04 Oct 2018 14:51:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:51:09,593 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/22a9c442-961a-4194-abd9-c223ed4da112 used request id req-681658f2-bdf7-42c2-906a-44b18b84843f 2018-10-04 14:51:09,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5c8775c8-f495-46de-b251-47f42513a3a3name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b14712bc20c0ec59a3aa104076319d0472ca751f" 2018-10-04 14:51:09,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-f858524e-9708-49ec-8256-86b4a653ebf2 Date: Thu, 04 Oct 2018 14:51:09 GMT RESP BODY: {"security_groups": []} 2018-10-04 14:51:09,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5c8775c8-f495-46de-b251-47f42513a3a3name&description=hello+group used request id req-f858524e-9708-49ec-8256-86b4a653ebf2 2018-10-04 14:51:09,797 - neutron_utils - INFO - Deleting security group rule with ID - ddd3822f-10c2-4f02-95aa-0081c6aaf6d2 2018-10-04 14:51:09,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/ddd3822f-10c2-4f02-95aa-0081c6aaf6d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a3ccde9c76b82e858db4fdd93cd7a26662ded6" 2018-10-04 14:51:09,824 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-fc9b1c23-f1fb-4d85-a4af-5faec671a666 Date: Thu, 04 Oct 2018 14:51:09 GMT RESP BODY: {"NeutronError": {"message": "Security group rule ddd3822f-10c2-4f02-95aa-0081c6aaf6d2 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-04 14:51:09,824 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/ddd3822f-10c2-4f02-95aa-0081c6aaf6d2 used request id req-fc9b1c23-f1fb-4d85-a4af-5faec671a666 2018-10-04 14:51:09,824 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule ddd3822f-10c2-4f02-95aa-0081c6aaf6d2 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-04 14:51:09,825 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule ddd3822f-10c2-4f02-95aa-0081c6aaf6d2 does not exist Neutron server returns request_ids: ['req-fc9b1c23-f1fb-4d85-a4af-5faec671a666'] 2018-10-04 14:51:09,825 - neutron_utils - INFO - Deleting security group rule with ID - 9885ff8b-c95b-41bd-93d0-e3d4189ac46b 2018-10-04 14:51:09,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/9885ff8b-c95b-41bd-93d0-e3d4189ac46b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a3ccde9c76b82e858db4fdd93cd7a26662ded6" 2018-10-04 14:51:09,983 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-02d641b1-ec1e-457c-bc12-6afbbcd763cb Date: Thu, 04 Oct 2018 14:51:09 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 9885ff8b-c95b-41bd-93d0-e3d4189ac46b does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-04 14:51:09,983 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/9885ff8b-c95b-41bd-93d0-e3d4189ac46b used request id req-02d641b1-ec1e-457c-bc12-6afbbcd763cb 2018-10-04 14:51:09,983 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 9885ff8b-c95b-41bd-93d0-e3d4189ac46b does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-04 14:51:09,984 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 9885ff8b-c95b-41bd-93d0-e3d4189ac46b does not exist Neutron server returns request_ids: ['req-02d641b1-ec1e-457c-bc12-6afbbcd763cb'] 2018-10-04 14:51:09,984 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-5c8775c8-f495-46de-b251-47f42513a3a3name 2018-10-04 14:51:09,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/22a9c442-961a-4194-abd9-c223ed4da112 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a3ccde9c76b82e858db4fdd93cd7a26662ded6" 2018-10-04 14:51:10,013 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-16d4a9c9-0444-4c73-bd60-c484775de886 Date: Thu, 04 Oct 2018 14:51:10 GMT RESP BODY: {"NeutronError": {"message": "Security group 22a9c442-961a-4194-abd9-c223ed4da112 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-10-04 14:51:10,013 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/22a9c442-961a-4194-abd9-c223ed4da112 used request id req-16d4a9c9-0444-4c73-bd60-c484775de886 2018-10-04 14:51:10,013 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 22a9c442-961a-4194-abd9-c223ed4da112 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-10-04 14:51:10,014 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 22a9c442-961a-4194-abd9-c223ed4da112 does not exist Neutron server returns request_ids: ['req-16d4a9c9-0444-4c73-bd60-c484775de886'] 2018-10-04 14:51:10,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50af252885c5741a4e1e5714297ed8130618ac50" 2018-10-04 14:51:10,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-bf8bee48-8c19-4ecd-8ab9-134c50bdc89f Date: Thu, 04 Oct 2018 14:51:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "created_at": "2018-10-04T14:51:07Z", "updated_at": "2018-10-04T14:51:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:07Z", "revision_number": 0, "id": "138589bb-a5e0-48c6-bdb2-63193e3ad711", "remote_group_id": "7431f87c-0f8d-4d2c-8bd2-9c2eaff045ea", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:07Z", "security_group_id": "7431f87c-0f8d-4d2c-8bd2-9c2eaff045ea", "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8de4a163b1b84c818ab90971e907f0c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:07Z", "revision_number": 0, "id": "2f5cfd38-0046-4c21-8f5c-91095ff6e551", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:07Z", "security_group_id": "7431f87c-0f8d-4d2c-8bd2-9c2eaff045ea", "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8de4a163b1b84c818ab90971e907f0c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:07Z", "revision_number": 0, "id": "9f5f6387-740e-44a0-bfa1-684a3235f39e", "remote_group_id": "7431f87c-0f8d-4d2c-8bd2-9c2eaff045ea", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:07Z", "security_group_id": "7431f87c-0f8d-4d2c-8bd2-9c2eaff045ea", "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8de4a163b1b84c818ab90971e907f0c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:07Z", "revision_number": 0, "id": "f1de120e-2393-4edc-9f5e-877259c00cf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:07Z", "security_group_id": "7431f87c-0f8d-4d2c-8bd2-9c2eaff045ea", "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8de4a163b1b84c818ab90971e907f0c2"}], "revision_number": 4, "project_id": "8de4a163b1b84c818ab90971e907f0c2", "id": "7431f87c-0f8d-4d2c-8bd2-9c2eaff045ea", "name": "default"}]} 2018-10-04 14:51:10,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-bf8bee48-8c19-4ecd-8ab9-134c50bdc89f 2018-10-04 14:51:10,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50af252885c5741a4e1e5714297ed8130618ac50" 2018-10-04 14:51:10,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d23bdac6-05c3-4063-875f-05e300bdb719 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:51:10,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-d23bdac6-05c3-4063-875f-05e300bdb719 2018-10-04 14:51:10,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50af252885c5741a4e1e5714297ed8130618ac50" 2018-10-04 14:51:10,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2818576-e950-4ea1-ae55-ffbcf7c352ae Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:51:10,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-c2818576-e950-4ea1-ae55-ffbcf7c352ae 2018-10-04 14:51:10,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50af252885c5741a4e1e5714297ed8130618ac50" 2018-10-04 14:51:10,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4b60f40-af5d-4e1d-9c57-9f9bbfe0c7a8 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:51:10,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-a4b60f40-af5d-4e1d-9c57-9f9bbfe0c7a8 2018-10-04 14:51:10,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/8de4a163b1b84c818ab90971e907f0c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50af252885c5741a4e1e5714297ed8130618ac50" 2018-10-04 14:51:10,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b878789-a777-4b7f-8e78-7fc9070e9979 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8de4a163b1b84c818ab90971e907f0c2"}, "enabled": true, "id": "8de4a163b1b84c818ab90971e907f0c2", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-e5813fd3-0a50-4eb-proj"}} 2018-10-04 14:51:10,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/8de4a163b1b84c818ab90971e907f0c2 used request id req-6b878789-a777-4b7f-8e78-7fc9070e9979 2018-10-04 14:51:10,697 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7431f87c-0f8d-4d2c-8bd2-9c2eaff045ea 2018-10-04 14:51:10,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=7431f87c-0f8d-4d2c-8bd2-9c2eaff045ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50af252885c5741a4e1e5714297ed8130618ac50" 2018-10-04 14:51:10,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c5357db6-d281-48be-960d-cf4afc715201 Date: Thu, 04 Oct 2018 14:51:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "7431f87c-0f8d-4d2c-8bd2-9c2eaff045ea", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:07Z", "security_group_id": "7431f87c-0f8d-4d2c-8bd2-9c2eaff045ea", "port_range_min": null, "revision_number": 0, "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "created_at": "2018-10-04T14:51:07Z", "project_id": "8de4a163b1b84c818ab90971e907f0c2", "id": "138589bb-a5e0-48c6-bdb2-63193e3ad711"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:07Z", "security_group_id": "7431f87c-0f8d-4d2c-8bd2-9c2eaff045ea", "port_range_min": null, "revision_number": 0, "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "created_at": "2018-10-04T14:51:07Z", "project_id": "8de4a163b1b84c818ab90971e907f0c2", "id": "2f5cfd38-0046-4c21-8f5c-91095ff6e551"}, {"remote_group_id": "7431f87c-0f8d-4d2c-8bd2-9c2eaff045ea", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:07Z", "security_group_id": "7431f87c-0f8d-4d2c-8bd2-9c2eaff045ea", "port_range_min": null, "revision_number": 0, "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "created_at": "2018-10-04T14:51:07Z", "project_id": "8de4a163b1b84c818ab90971e907f0c2", "id": "9f5f6387-740e-44a0-bfa1-684a3235f39e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:07Z", "security_group_id": "7431f87c-0f8d-4d2c-8bd2-9c2eaff045ea", "port_range_min": null, "revision_number": 0, "tenant_id": "8de4a163b1b84c818ab90971e907f0c2", "created_at": "2018-10-04T14:51:07Z", "project_id": "8de4a163b1b84c818ab90971e907f0c2", "id": "f1de120e-2393-4edc-9f5e-877259c00cf1"}]} 2018-10-04 14:51:10,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=7431f87c-0f8d-4d2c-8bd2-9c2eaff045ea used request id req-c5357db6-d281-48be-960d-cf4afc715201 2018-10-04 14:51:10,880 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 14:51:10,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/7431f87c-0f8d-4d2c-8bd2-9c2eaff045ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50af252885c5741a4e1e5714297ed8130618ac50" 2018-10-04 14:51:11,171 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5e5da3da-11c3-48dc-bc84-81a33e36dfc1 Content-Length: 0 Date: Thu, 04 Oct 2018 14:51:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:51:11,171 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/7431f87c-0f8d-4d2c-8bd2-9c2eaff045ea used request id req-5e5da3da-11c3-48dc-bc84-81a33e36dfc1 2018-10-04 14:51:11,172 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-e5813fd3-0a50-4eb-proj 2018-10-04 14:51:11,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/8de4a163b1b84c818ab90971e907f0c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50af252885c5741a4e1e5714297ed8130618ac50" 2018-10-04 14:51:11,359 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:51:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de0a8bf4-4893-4cb6-af18-aa83a7bcd7f2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:51:11,359 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/8de4a163b1b84c818ab90971e907f0c2 used request id req-de0a8bf4-4893-4cb6-af18-aa83a7bcd7f2 2018-10-04 14:51:11,359 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-e5813fd3-0a50-4eb-proj-role 2018-10-04 14:51:11,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/eb164e3e954a4078855bb60d7c0062d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50af252885c5741a4e1e5714297ed8130618ac50" 2018-10-04 14:51:11,465 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:51:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd266525-be3e-4e8e-b854-0fb146674d9b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:51:11,465 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/eb164e3e954a4078855bb60d7c0062d8 used request id req-bd266525-be3e-4e8e-b854-0fb146674d9b 2018-10-04 14:51:11,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50af252885c5741a4e1e5714297ed8130618ac50" 2018-10-04 14:51:11,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a748bd6d-0873-419a-9bce-4ef6ef7d895b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:51:11,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a748bd6d-0873-419a-9bce-4ef6ef7d895b 2018-10-04 14:51:11,556 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-e5813fd3-0a50-4eb-user 2018-10-04 14:51:11,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/d2cba9fba748405f80045b97615fff54 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77a2d7e3b0c5b9f0cf7ef4f5a81ab0895733dbfc" 2018-10-04 14:51:11,745 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:51:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2dd16d33-f373-4a55-81fe-36d0113ee8ce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:51:11,746 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/d2cba9fba748405f80045b97615fff54 used request id req-2dd16d33-f373-4a55-81fe-36d0113ee8ce 2018-10-04 14:51:11,747 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:12,120 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:51:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["w2TgNWQ2TKig0NDl4zdZBA"], "issued_at": "2018-10-04T14:51:12.000000Z"}} 2018-10-04 14:51:12,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc71bb7b5530db7de9b33d9b27ef5e7baa7814b1" 2018-10-04 14:51:12,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-465064ff-5a91-4bc2-9d70-bbd07e435c42 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:51:12,200 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-465064ff-5a91-4bc2-9d70-bbd07e435c42 2018-10-04 14:51:12,201 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:51:12,202 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:12,586 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:51:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["VHmxrzTXTR6pNEsBD7V9iQ"], "issued_at": "2018-10-04T14:51:12.000000Z"}} 2018-10-04 14:51:12,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b7bae8492394a52a5e403f4d6e7d2fcbbdc53b" 2018-10-04 14:51:12,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22408419-eb48-4062-9c3e-552295d9438b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:51:12,662 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-22408419-eb48-4062-9c3e-552295d9438b 2018-10-04 14:51:12,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:51:12,672 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:51:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:51:12,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-ae786270-ec89-479-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b7bae8492394a52a5e403f4d6e7d2fcbbdc53b" 2018-10-04 14:51:12,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f009a37d-ab27-44f9-ab6f-b5f3c7686ede Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-ae786270-ec89-479-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:51:12,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-ae786270-ec89-479-proj used request id req-f009a37d-ab27-44f9-ab6f-b5f3c7686ede 2018-10-04 14:51:12,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b7bae8492394a52a5e403f4d6e7d2fcbbdc53b" 2018-10-04 14:51:12,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba96cca2-bbc7-4df2-9298-f3e3d8f1a78d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:51:12,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-ba96cca2-bbc7-4df2-9298-f3e3d8f1a78d 2018-10-04 14:51:12,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b7bae8492394a52a5e403f4d6e7d2fcbbdc53b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-ae786270-ec89-479-proj"}}' 2018-10-04 14:51:12,962 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:51:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37054ca5-bd9f-43c5-8f9e-5e5fdef47e57 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a0e5a81e76174a1f8e581a93293783cc"}, "enabled": true, "id": "a0e5a81e76174a1f8e581a93293783cc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-ae786270-ec89-479-proj"}} 2018-10-04 14:51:12,962 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-37054ca5-bd9f-43c5-8f9e-5e5fdef47e57 2018-10-04 14:51:12,962 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-ae786270-ec89-479-proj 2018-10-04 14:51:12,963 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:51:12,963 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:13,346 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:51:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["1Ip0-l_JSwm533qI9S11xA"], "issued_at": "2018-10-04T14:51:13.000000Z"}} 2018-10-04 14:51:13,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9fd08628b6df65118a80d0f38c5de56aed3422" 2018-10-04 14:51:13,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a5489c0-6335-4c2c-84aa-33fd5b7c0b81 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:51:13,426 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9a5489c0-6335-4c2c-84aa-33fd5b7c0b81 2018-10-04 14:51:13,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:51:13,436 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:51:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:51:13,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9fd08628b6df65118a80d0f38c5de56aed3422" 2018-10-04 14:51:13,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-212b5868-f1a4-45b4-8af1-d18d07684c36 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:51:13,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-212b5868-f1a4-45b4-8af1-d18d07684c36 2018-10-04 14:51:13,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-ae786270-ec89-479-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9fd08628b6df65118a80d0f38c5de56aed3422" 2018-10-04 14:51:13,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2ce82b7-76c6-47e7-9ccd-0f4d9cbc77ac Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-ae786270-ec89-479-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a0e5a81e76174a1f8e581a93293783cc"}, "enabled": true, "id": "a0e5a81e76174a1f8e581a93293783cc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-ae786270-ec89-479-proj"}]} 2018-10-04 14:51:13,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-ae786270-ec89-479-proj used request id req-f2ce82b7-76c6-47e7-9ccd-0f4d9cbc77ac 2018-10-04 14:51:13,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9fd08628b6df65118a80d0f38c5de56aed3422" 2018-10-04 14:51:13,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c748363-583b-45a1-871c-05967e1e6e31 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:51:13,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-4c748363-583b-45a1-871c-05967e1e6e31 2018-10-04 14:51:14,087 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-ae786270-ec89-479-user 2018-10-04 14:51:14,087 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:51:14,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b7bae8492394a52a5e403f4d6e7d2fcbbdc53b" 2018-10-04 14:51:14,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-156b7d01-3ce2-4b78-b9fa-9bf3ee69d7e7 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:51:14,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-156b7d01-3ce2-4b78-b9fa-9bf3ee69d7e7 2018-10-04 14:51:14,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b7bae8492394a52a5e403f4d6e7d2fcbbdc53b" -d '{"role": {"name": "CreateSecurityGroupTests-ae786270-ec89-479-proj-role"}}' 2018-10-04 14:51:14,356 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:51:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9edc115-e208-4895-84a7-a545ec94b3bc Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fa8d2daf9d9d4c5c944a9afa99e02bb7", "links": {"self": "http://172.30.9.23:5000/v3/roles/fa8d2daf9d9d4c5c944a9afa99e02bb7"}, "name": "CreateSecurityGroupTests-ae786270-ec89-479-proj-role"}} 2018-10-04 14:51:14,356 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-f9edc115-e208-4895-84a7-a545ec94b3bc 2018-10-04 14:51:14,357 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-ae786270-ec89-479-proj-role 2018-10-04 14:51:14,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/fa8d2daf9d9d4c5c944a9afa99e02bb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b7bae8492394a52a5e403f4d6e7d2fcbbdc53b" 2018-10-04 14:51:14,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e8ae0c2-4ef4-4edd-94ab-02e4b5f5f963 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/fa8d2daf9d9d4c5c944a9afa99e02bb7"}, "domain_id": null, "name": "CreateSecurityGroupTests-ae786270-ec89-479-proj-role", "id": "fa8d2daf9d9d4c5c944a9afa99e02bb7"}} 2018-10-04 14:51:14,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/fa8d2daf9d9d4c5c944a9afa99e02bb7 used request id req-4e8ae0c2-4ef4-4edd-94ab-02e4b5f5f963 2018-10-04 14:51:14,449 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-ae786270-ec89-479-proj-role to project CreateSecurityGroupTests-ae786270-ec89-479-proj 2018-10-04 14:51:14,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/a0e5a81e76174a1f8e581a93293783cc/users/89796b45c44d4d90834abacd9f4eb770/roles/fa8d2daf9d9d4c5c944a9afa99e02bb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b7bae8492394a52a5e403f4d6e7d2fcbbdc53b" 2018-10-04 14:51:14,568 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:51:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67314625-dfe9-4d0c-87a1-5e0e2b65508a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:51:14,569 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/a0e5a81e76174a1f8e581a93293783cc/users/89796b45c44d4d90834abacd9f4eb770/roles/fa8d2daf9d9d4c5c944a9afa99e02bb7 used request id req-67314625-dfe9-4d0c-87a1-5e0e2b65508a 2018-10-04 14:51:14,569 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:51:14,570 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:14,958 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:51:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["SzOiLgvuQRCNG-31sDQwXg"], "issued_at": "2018-10-04T14:51:14.000000Z"}} 2018-10-04 14:51:14,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3deeb8db5f4206d254ce5c1466712a7af713c47" 2018-10-04 14:51:15,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33f77955-4267-4e0f-a16d-0033597c295e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:51:15,048 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-33f77955-4267-4e0f-a16d-0033597c295e 2018-10-04 14:51:15,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5f800a73-d7a7-424e-bbd7-18a2a94f6a83name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3deeb8db5f4206d254ce5c1466712a7af713c47" 2018-10-04 14:51:15,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-c7b352b1-b045-41dd-9580-fa03dc39aa5b Date: Thu, 04 Oct 2018 14:51:15 GMT RESP BODY: {"security_groups": []} 2018-10-04 14:51:15,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5f800a73-d7a7-424e-bbd7-18a2a94f6a83name&description=hello+group used request id req-c7b352b1-b045-41dd-9580-fa03dc39aa5b 2018-10-04 14:51:15,252 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-5f800a73-d7a7-424e-bbd7-18a2a94f6a83name... 2018-10-04 14:51:15,252 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-5f800a73-d7a7-424e-bbd7-18a2a94f6a83name 2018-10-04 14:51:15,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:51:15,261 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:51:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:51:15,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-ae786270-ec89-479-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3deeb8db5f4206d254ce5c1466712a7af713c47" 2018-10-04 14:51:15,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be823045-1f89-46f6-a854-f515bf88a71c Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-ae786270-ec89-479-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a0e5a81e76174a1f8e581a93293783cc"}, "enabled": true, "id": "a0e5a81e76174a1f8e581a93293783cc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-ae786270-ec89-479-proj"}]} 2018-10-04 14:51:15,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-ae786270-ec89-479-proj used request id req-be823045-1f89-46f6-a854-f515bf88a71c 2018-10-04 14:51:15,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3deeb8db5f4206d254ce5c1466712a7af713c47" -d '{"security_group": {"tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "name": "CreateSecurityGroupTests-5f800a73-d7a7-424e-bbd7-18a2a94f6a83name", "description": "hello group"}}' 2018-10-04 14:51:15,788 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-5db708d2-663b-4540-a495-093d9126704e Date: Thu, 04 Oct 2018 14:51:15 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "updated_at": "2018-10-04T14:51:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "revision_number": 0, "id": "26445944-903d-4ef4-b9dd-d482ce37d256", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "a0e5a81e76174a1f8e581a93293783cc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "revision_number": 0, "id": "bd555e42-fadf-484e-b719-5f8a217281e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "port_range_min": null, "ethertype": "IPv6", "project_id": "a0e5a81e76174a1f8e581a93293783cc"}], "revision_number": 2, "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "name": "CreateSecurityGroupTests-5f800a73-d7a7-424e-bbd7-18a2a94f6a83name"}} 2018-10-04 14:51:15,789 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-5db708d2-663b-4540-a495-093d9126704e 2018-10-04 14:51:15,789 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 2018-10-04 14:51:15,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3deeb8db5f4206d254ce5c1466712a7af713c47" 2018-10-04 14:51:16,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c7c58fe6-da70-4deb-a414-236fed0b9437 Date: Thu, 04 Oct 2018 14:51:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "port_range_min": null, "revision_number": 0, "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "26445944-903d-4ef4-b9dd-d482ce37d256"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "port_range_min": null, "revision_number": 0, "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "bd555e42-fadf-484e-b719-5f8a217281e1"}]} 2018-10-04 14:51:16,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 used request id req-c7c58fe6-da70-4deb-a414-236fed0b9437 2018-10-04 14:51:16,053 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 2018-10-04 14:51:16,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3deeb8db5f4206d254ce5c1466712a7af713c47" 2018-10-04 14:51:16,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-760736e0-de4d-4c9e-bbce-1c100a12e578 Date: Thu, 04 Oct 2018 14:51:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "port_range_min": null, "revision_number": 0, "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "26445944-903d-4ef4-b9dd-d482ce37d256"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "port_range_min": null, "revision_number": 0, "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "bd555e42-fadf-484e-b719-5f8a217281e1"}]} 2018-10-04 14:51:16,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 used request id req-760736e0-de4d-4c9e-bbce-1c100a12e578 2018-10-04 14:51:16,237 - neutron_utils - INFO - Retrieving security group with ID - 66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 2018-10-04 14:51:16,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3deeb8db5f4206d254ce5c1466712a7af713c47" 2018-10-04 14:51:16,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-507d896a-d007-4e98-83c9-0aa0dd51edd3 Date: Thu, 04 Oct 2018 14:51:16 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "updated_at": "2018-10-04T14:51:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "revision_number": 0, "id": "26445944-903d-4ef4-b9dd-d482ce37d256", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "a0e5a81e76174a1f8e581a93293783cc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "revision_number": 0, "id": "bd555e42-fadf-484e-b719-5f8a217281e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "port_range_min": null, "ethertype": "IPv6", "project_id": "a0e5a81e76174a1f8e581a93293783cc"}], "revision_number": 2, "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "name": "CreateSecurityGroupTests-5f800a73-d7a7-424e-bbd7-18a2a94f6a83name"}]} 2018-10-04 14:51:16,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 used request id req-507d896a-d007-4e98-83c9-0aa0dd51edd3 2018-10-04 14:51:16,437 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 2018-10-04 14:51:16,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3deeb8db5f4206d254ce5c1466712a7af713c47" 2018-10-04 14:51:16,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-40a12bc2-8ce4-4d13-aadd-d3d21e669268 Date: Thu, 04 Oct 2018 14:51:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "port_range_min": null, "revision_number": 0, "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "26445944-903d-4ef4-b9dd-d482ce37d256"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "port_range_min": null, "revision_number": 0, "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "bd555e42-fadf-484e-b719-5f8a217281e1"}]} 2018-10-04 14:51:16,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 used request id req-40a12bc2-8ce4-4d13-aadd-d3d21e669268 2018-10-04 14:51:16,623 - neutron_utils - INFO - Retrieving security group with ID - 66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 2018-10-04 14:51:16,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3deeb8db5f4206d254ce5c1466712a7af713c47" 2018-10-04 14:51:16,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-c9169b30-e36a-4a13-a194-1387cda71d58 Date: Thu, 04 Oct 2018 14:51:16 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "updated_at": "2018-10-04T14:51:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "revision_number": 0, "id": "26445944-903d-4ef4-b9dd-d482ce37d256", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "a0e5a81e76174a1f8e581a93293783cc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "revision_number": 0, "id": "bd555e42-fadf-484e-b719-5f8a217281e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "port_range_min": null, "ethertype": "IPv6", "project_id": "a0e5a81e76174a1f8e581a93293783cc"}], "revision_number": 2, "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "name": "CreateSecurityGroupTests-5f800a73-d7a7-424e-bbd7-18a2a94f6a83name"}]} 2018-10-04 14:51:16,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 used request id req-c9169b30-e36a-4a13-a194-1387cda71d58 2018-10-04 14:51:16,825 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 2018-10-04 14:51:16,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3deeb8db5f4206d254ce5c1466712a7af713c47" 2018-10-04 14:51:16,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7fd35ac0-1fc8-4e70-909a-f98035169a06 Date: Thu, 04 Oct 2018 14:51:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "port_range_min": null, "revision_number": 0, "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "26445944-903d-4ef4-b9dd-d482ce37d256"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "port_range_min": null, "revision_number": 0, "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "bd555e42-fadf-484e-b719-5f8a217281e1"}]} 2018-10-04 14:51:16,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 used request id req-7fd35ac0-1fc8-4e70-909a-f98035169a06 2018-10-04 14:51:16,994 - neutron_utils - INFO - Retrieving security group with ID - 66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 2018-10-04 14:51:16,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3deeb8db5f4206d254ce5c1466712a7af713c47" 2018-10-04 14:51:17,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-eb56809f-9c61-4c9e-939b-b417392a4fb0 Date: Thu, 04 Oct 2018 14:51:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "updated_at": "2018-10-04T14:51:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "revision_number": 0, "id": "26445944-903d-4ef4-b9dd-d482ce37d256", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "a0e5a81e76174a1f8e581a93293783cc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "revision_number": 0, "id": "bd555e42-fadf-484e-b719-5f8a217281e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "port_range_min": null, "ethertype": "IPv6", "project_id": "a0e5a81e76174a1f8e581a93293783cc"}], "revision_number": 2, "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "name": "CreateSecurityGroupTests-5f800a73-d7a7-424e-bbd7-18a2a94f6a83name"}]} 2018-10-04 14:51:17,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 used request id req-eb56809f-9c61-4c9e-939b-b417392a4fb0 2018-10-04 14:51:17,203 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 2018-10-04 14:51:17,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3deeb8db5f4206d254ce5c1466712a7af713c47" 2018-10-04 14:51:17,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c418dc47-f215-4d43-a15d-47f78aad2a69 Date: Thu, 04 Oct 2018 14:51:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "port_range_min": null, "revision_number": 0, "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "26445944-903d-4ef4-b9dd-d482ce37d256"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "port_range_min": null, "revision_number": 0, "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "bd555e42-fadf-484e-b719-5f8a217281e1"}]} 2018-10-04 14:51:17,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 used request id req-c418dc47-f215-4d43-a15d-47f78aad2a69 2018-10-04 14:51:17,380 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:17,755 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa8d2daf9d9d4c5c944a9afa99e02bb7", "name": "CreateSecurityGroupTests-ae786270-ec89-479-proj-role"}], "expires_at": "2018-10-04T15:51:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0e5a81e76174a1f8e581a93293783cc", "name": "CreateSecurityGroupTests-ae786270-ec89-479-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/a0e5a81e76174a1f8e581a93293783cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/a0e5a81e76174a1f8e581a93293783cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/a0e5a81e76174a1f8e581a93293783cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/a0e5a81e76174a1f8e581a93293783cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/a0e5a81e76174a1f8e581a93293783cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/a0e5a81e76174a1f8e581a93293783cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/a0e5a81e76174a1f8e581a93293783cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/a0e5a81e76174a1f8e581a93293783cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/a0e5a81e76174a1f8e581a93293783cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a0e5a81e76174a1f8e581a93293783cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/a0e5a81e76174a1f8e581a93293783cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/a0e5a81e76174a1f8e581a93293783cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-ae786270-ec89-479-user", "id": "89796b45c44d4d90834abacd9f4eb770"}, "audit_ids": ["D4mHFpWYRrCbHtaE_jrGYA"], "issued_at": "2018-10-04T14:51:17.000000Z"}} 2018-10-04 14:51:17,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5f800a73-d7a7-424e-bbd7-18a2a94f6a83name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8acc570f48948400d583542c4350cdc73dd127d" 2018-10-04 14:51:17,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-47c21745-3009-4b97-b7fa-4ac31bf67d88 Date: Thu, 04 Oct 2018 14:51:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "updated_at": "2018-10-04T14:51:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "revision_number": 0, "id": "26445944-903d-4ef4-b9dd-d482ce37d256", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "a0e5a81e76174a1f8e581a93293783cc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "revision_number": 0, "id": "bd555e42-fadf-484e-b719-5f8a217281e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "port_range_min": null, "ethertype": "IPv6", "project_id": "a0e5a81e76174a1f8e581a93293783cc"}], "revision_number": 2, "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "name": "CreateSecurityGroupTests-5f800a73-d7a7-424e-bbd7-18a2a94f6a83name"}]} 2018-10-04 14:51:17,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5f800a73-d7a7-424e-bbd7-18a2a94f6a83name&description=hello+group used request id req-47c21745-3009-4b97-b7fa-4ac31bf67d88 2018-10-04 14:51:17,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:51:17,967 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:51:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:51:17,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/a0e5a81e76174a1f8e581a93293783cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc71bb7b5530db7de9b33d9b27ef5e7baa7814b1" 2018-10-04 14:51:18,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d986253-8cbf-4a8c-85f9-59b9e867142f Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a0e5a81e76174a1f8e581a93293783cc"}, "enabled": true, "id": "a0e5a81e76174a1f8e581a93293783cc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-ae786270-ec89-479-proj"}} 2018-10-04 14:51:18,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/a0e5a81e76174a1f8e581a93293783cc used request id req-3d986253-8cbf-4a8c-85f9-59b9e867142f 2018-10-04 14:51:18,056 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 2018-10-04 14:51:18,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8acc570f48948400d583542c4350cdc73dd127d" 2018-10-04 14:51:18,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2e4a8f72-f917-430f-921c-f77ff5d23cd9 Date: Thu, 04 Oct 2018 14:51:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "port_range_min": null, "revision_number": 0, "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "26445944-903d-4ef4-b9dd-d482ce37d256"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "port_range_min": null, "revision_number": 0, "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "bd555e42-fadf-484e-b719-5f8a217281e1"}]} 2018-10-04 14:51:18,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 used request id req-2e4a8f72-f917-430f-921c-f77ff5d23cd9 2018-10-04 14:51:18,231 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 2018-10-04 14:51:18,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8acc570f48948400d583542c4350cdc73dd127d" 2018-10-04 14:51:18,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7da709f4-4be4-4b0e-b37a-8114365af7b4 Date: Thu, 04 Oct 2018 14:51:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "port_range_min": null, "revision_number": 0, "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "26445944-903d-4ef4-b9dd-d482ce37d256"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "port_range_min": null, "revision_number": 0, "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "bd555e42-fadf-484e-b719-5f8a217281e1"}]} 2018-10-04 14:51:18,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 used request id req-7da709f4-4be4-4b0e-b37a-8114365af7b4 2018-10-04 14:51:18,412 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:51:18,412 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:18,790 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa8d2daf9d9d4c5c944a9afa99e02bb7", "name": "CreateSecurityGroupTests-ae786270-ec89-479-proj-role"}], "expires_at": "2018-10-04T15:51:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0e5a81e76174a1f8e581a93293783cc", "name": "CreateSecurityGroupTests-ae786270-ec89-479-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/a0e5a81e76174a1f8e581a93293783cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/a0e5a81e76174a1f8e581a93293783cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/a0e5a81e76174a1f8e581a93293783cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/a0e5a81e76174a1f8e581a93293783cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/a0e5a81e76174a1f8e581a93293783cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/a0e5a81e76174a1f8e581a93293783cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/a0e5a81e76174a1f8e581a93293783cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/a0e5a81e76174a1f8e581a93293783cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/a0e5a81e76174a1f8e581a93293783cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a0e5a81e76174a1f8e581a93293783cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/a0e5a81e76174a1f8e581a93293783cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/a0e5a81e76174a1f8e581a93293783cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-ae786270-ec89-479-user", "id": "89796b45c44d4d90834abacd9f4eb770"}, "audit_ids": ["e217Bm6sTPSwPIH74GNm-Q"], "issued_at": "2018-10-04T14:51:18.000000Z"}} 2018-10-04 14:51:18,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf0cd806a79ad9ea3fc56568cba5e67fee98cca0" 2018-10-04 14:51:18,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fffca49-fddd-4606-9842-da0e98071deb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:51:18,862 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6fffca49-fddd-4606-9842-da0e98071deb 2018-10-04 14:51:18,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5f800a73-d7a7-424e-bbd7-18a2a94f6a83name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf0cd806a79ad9ea3fc56568cba5e67fee98cca0" 2018-10-04 14:51:19,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-9537efc1-95cf-4539-8dcc-fe3181da0fe8 Date: Thu, 04 Oct 2018 14:51:19 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "updated_at": "2018-10-04T14:51:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "revision_number": 0, "id": "26445944-903d-4ef4-b9dd-d482ce37d256", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "a0e5a81e76174a1f8e581a93293783cc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "revision_number": 0, "id": "bd555e42-fadf-484e-b719-5f8a217281e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "port_range_min": null, "ethertype": "IPv6", "project_id": "a0e5a81e76174a1f8e581a93293783cc"}], "revision_number": 2, "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "name": "CreateSecurityGroupTests-5f800a73-d7a7-424e-bbd7-18a2a94f6a83name"}]} 2018-10-04 14:51:19,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5f800a73-d7a7-424e-bbd7-18a2a94f6a83name used request id req-9537efc1-95cf-4539-8dcc-fe3181da0fe8 2018-10-04 14:51:19,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:51:19,065 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:51:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:51:19,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/a0e5a81e76174a1f8e581a93293783cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf0cd806a79ad9ea3fc56568cba5e67fee98cca0" 2018-10-04 14:51:19,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91929e54-43eb-47cc-899b-d9d5573e218d Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a0e5a81e76174a1f8e581a93293783cc"}, "enabled": true, "id": "a0e5a81e76174a1f8e581a93293783cc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-ae786270-ec89-479-proj"}} 2018-10-04 14:51:19,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/a0e5a81e76174a1f8e581a93293783cc used request id req-91929e54-43eb-47cc-899b-d9d5573e218d 2018-10-04 14:51:19,144 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 2018-10-04 14:51:19,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf0cd806a79ad9ea3fc56568cba5e67fee98cca0" 2018-10-04 14:51:19,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e7ffee7f-0984-44bc-92f4-12d7769ad3bd Date: Thu, 04 Oct 2018 14:51:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "port_range_min": null, "revision_number": 0, "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "26445944-903d-4ef4-b9dd-d482ce37d256"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "port_range_min": null, "revision_number": 0, "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "bd555e42-fadf-484e-b719-5f8a217281e1"}]} 2018-10-04 14:51:19,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 used request id req-e7ffee7f-0984-44bc-92f4-12d7769ad3bd 2018-10-04 14:51:19,328 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 2018-10-04 14:51:19,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf0cd806a79ad9ea3fc56568cba5e67fee98cca0" 2018-10-04 14:51:19,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7102c26b-e046-4ad7-9206-4ff4b1c97673 Date: Thu, 04 Oct 2018 14:51:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "port_range_min": null, "revision_number": 0, "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "26445944-903d-4ef4-b9dd-d482ce37d256"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "port_range_min": null, "revision_number": 0, "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "bd555e42-fadf-484e-b719-5f8a217281e1"}]} 2018-10-04 14:51:19,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 used request id req-7102c26b-e046-4ad7-9206-4ff4b1c97673 2018-10-04 14:51:19,582 - neutron_utils - INFO - Retrieving security group with ID - 66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 2018-10-04 14:51:19,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf0cd806a79ad9ea3fc56568cba5e67fee98cca0" 2018-10-04 14:51:19,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-e8e2b26d-456e-46e8-9787-dedb880c9ec7 Date: Thu, 04 Oct 2018 14:51:19 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "updated_at": "2018-10-04T14:51:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "revision_number": 0, "id": "26445944-903d-4ef4-b9dd-d482ce37d256", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "a0e5a81e76174a1f8e581a93293783cc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "revision_number": 0, "id": "bd555e42-fadf-484e-b719-5f8a217281e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "port_range_min": null, "ethertype": "IPv6", "project_id": "a0e5a81e76174a1f8e581a93293783cc"}], "revision_number": 2, "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "name": "CreateSecurityGroupTests-5f800a73-d7a7-424e-bbd7-18a2a94f6a83name"}]} 2018-10-04 14:51:19,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 used request id req-e8e2b26d-456e-46e8-9787-dedb880c9ec7 2018-10-04 14:51:19,789 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 2018-10-04 14:51:19,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf0cd806a79ad9ea3fc56568cba5e67fee98cca0" 2018-10-04 14:51:19,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4336df40-e3f3-4c4c-a51a-8ff30f2d9385 Date: Thu, 04 Oct 2018 14:51:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "port_range_min": null, "revision_number": 0, "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "26445944-903d-4ef4-b9dd-d482ce37d256"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "security_group_id": "66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845", "port_range_min": null, "revision_number": 0, "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "bd555e42-fadf-484e-b719-5f8a217281e1"}]} 2018-10-04 14:51:19,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 used request id req-4336df40-e3f3-4c4c-a51a-8ff30f2d9385 2018-10-04 14:51:19,976 - neutron_utils - INFO - Deleting security group rule with ID - 26445944-903d-4ef4-b9dd-d482ce37d256 2018-10-04 14:51:19,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/26445944-903d-4ef4-b9dd-d482ce37d256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3deeb8db5f4206d254ce5c1466712a7af713c47" 2018-10-04 14:51:20,065 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e546c0ef-d267-4e97-aaaf-526f2a56c16b Content-Length: 0 Date: Thu, 04 Oct 2018 14:51:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:51:20,065 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/26445944-903d-4ef4-b9dd-d482ce37d256 used request id req-e546c0ef-d267-4e97-aaaf-526f2a56c16b 2018-10-04 14:51:20,065 - neutron_utils - INFO - Deleting security group rule with ID - bd555e42-fadf-484e-b719-5f8a217281e1 2018-10-04 14:51:20,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/bd555e42-fadf-484e-b719-5f8a217281e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3deeb8db5f4206d254ce5c1466712a7af713c47" 2018-10-04 14:51:20,151 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a939dc3d-1dc3-4b21-a611-54b4451b7ce8 Content-Length: 0 Date: Thu, 04 Oct 2018 14:51:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:51:20,151 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/bd555e42-fadf-484e-b719-5f8a217281e1 used request id req-a939dc3d-1dc3-4b21-a611-54b4451b7ce8 2018-10-04 14:51:20,151 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-5f800a73-d7a7-424e-bbd7-18a2a94f6a83name 2018-10-04 14:51:20,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3deeb8db5f4206d254ce5c1466712a7af713c47" 2018-10-04 14:51:20,259 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ca8fe5f1-2855-43f7-b011-64f4c8a9873e Content-Length: 0 Date: Thu, 04 Oct 2018 14:51:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:51:20,259 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/66c1e0f7-cf58-4e4a-9d65-ec8c0b3a4845 used request id req-ca8fe5f1-2855-43f7-b011-64f4c8a9873e 2018-10-04 14:51:20,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b7bae8492394a52a5e403f4d6e7d2fcbbdc53b" 2018-10-04 14:51:20,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-e20ba3df-0df1-4a2f-b5b3-2bb83411dda4 Date: Thu, 04 Oct 2018 14:51:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "updated_at": "2018-10-04T14:51:15Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "revision_number": 0, "id": "4b39fdaf-b727-42bd-badf-f96877ec290e", "remote_group_id": "ea9c75a3-2dba-4105-94f3-07ed8ebc89eb", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:15Z", "security_group_id": "ea9c75a3-2dba-4105-94f3-07ed8ebc89eb", "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "port_range_min": null, "ethertype": "IPv6", "project_id": "a0e5a81e76174a1f8e581a93293783cc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "revision_number": 0, "id": "a398a0cf-9e12-47be-b30f-bd2655bf3690", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:15Z", "security_group_id": "ea9c75a3-2dba-4105-94f3-07ed8ebc89eb", "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "port_range_min": null, "ethertype": "IPv6", "project_id": "a0e5a81e76174a1f8e581a93293783cc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "revision_number": 0, "id": "d26f042e-5a1e-43f4-99b9-e224eb8a4cc7", "remote_group_id": "ea9c75a3-2dba-4105-94f3-07ed8ebc89eb", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:15Z", "security_group_id": "ea9c75a3-2dba-4105-94f3-07ed8ebc89eb", "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "a0e5a81e76174a1f8e581a93293783cc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "revision_number": 0, "id": "de0d95dd-4e83-44f6-b93b-61ea90fc0df1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:15Z", "security_group_id": "ea9c75a3-2dba-4105-94f3-07ed8ebc89eb", "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "a0e5a81e76174a1f8e581a93293783cc"}], "revision_number": 4, "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "ea9c75a3-2dba-4105-94f3-07ed8ebc89eb", "name": "default"}]} 2018-10-04 14:51:20,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-e20ba3df-0df1-4a2f-b5b3-2bb83411dda4 2018-10-04 14:51:20,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b7bae8492394a52a5e403f4d6e7d2fcbbdc53b" 2018-10-04 14:51:20,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c62c7946-7da8-4165-a935-b66be0a10342 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:51:20,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-c62c7946-7da8-4165-a935-b66be0a10342 2018-10-04 14:51:20,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b7bae8492394a52a5e403f4d6e7d2fcbbdc53b" 2018-10-04 14:51:20,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5d12e43-90ac-4f3d-bf23-541b4c80e788 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:51:20,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-a5d12e43-90ac-4f3d-bf23-541b4c80e788 2018-10-04 14:51:20,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b7bae8492394a52a5e403f4d6e7d2fcbbdc53b" 2018-10-04 14:51:20,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c97d5fb-6487-480b-b822-df0e83294e24 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:51:20,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-1c97d5fb-6487-480b-b822-df0e83294e24 2018-10-04 14:51:20,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/a0e5a81e76174a1f8e581a93293783cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b7bae8492394a52a5e403f4d6e7d2fcbbdc53b" 2018-10-04 14:51:20,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9be3a30-c906-4576-b568-3b70d561cc8a Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a0e5a81e76174a1f8e581a93293783cc"}, "enabled": true, "id": "a0e5a81e76174a1f8e581a93293783cc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-ae786270-ec89-479-proj"}} 2018-10-04 14:51:20,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/a0e5a81e76174a1f8e581a93293783cc used request id req-b9be3a30-c906-4576-b568-3b70d561cc8a 2018-10-04 14:51:20,833 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea9c75a3-2dba-4105-94f3-07ed8ebc89eb 2018-10-04 14:51:20,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ea9c75a3-2dba-4105-94f3-07ed8ebc89eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b7bae8492394a52a5e403f4d6e7d2fcbbdc53b" 2018-10-04 14:51:21,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-faf8b343-d5eb-478d-9c5d-7f75d49d256c Date: Thu, 04 Oct 2018 14:51:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "ea9c75a3-2dba-4105-94f3-07ed8ebc89eb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "security_group_id": "ea9c75a3-2dba-4105-94f3-07ed8ebc89eb", "port_range_min": null, "revision_number": 0, "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "4b39fdaf-b727-42bd-badf-f96877ec290e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "security_group_id": "ea9c75a3-2dba-4105-94f3-07ed8ebc89eb", "port_range_min": null, "revision_number": 0, "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "a398a0cf-9e12-47be-b30f-bd2655bf3690"}, {"remote_group_id": "ea9c75a3-2dba-4105-94f3-07ed8ebc89eb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "security_group_id": "ea9c75a3-2dba-4105-94f3-07ed8ebc89eb", "port_range_min": null, "revision_number": 0, "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "d26f042e-5a1e-43f4-99b9-e224eb8a4cc7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:15Z", "security_group_id": "ea9c75a3-2dba-4105-94f3-07ed8ebc89eb", "port_range_min": null, "revision_number": 0, "tenant_id": "a0e5a81e76174a1f8e581a93293783cc", "created_at": "2018-10-04T14:51:15Z", "project_id": "a0e5a81e76174a1f8e581a93293783cc", "id": "de0d95dd-4e83-44f6-b93b-61ea90fc0df1"}]} 2018-10-04 14:51:21,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ea9c75a3-2dba-4105-94f3-07ed8ebc89eb used request id req-faf8b343-d5eb-478d-9c5d-7f75d49d256c 2018-10-04 14:51:21,009 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 14:51:21,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/ea9c75a3-2dba-4105-94f3-07ed8ebc89eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b7bae8492394a52a5e403f4d6e7d2fcbbdc53b" 2018-10-04 14:51:21,304 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-47453222-79b7-453e-b5b1-0e27233b21db Content-Length: 0 Date: Thu, 04 Oct 2018 14:51:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:51:21,305 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/ea9c75a3-2dba-4105-94f3-07ed8ebc89eb used request id req-47453222-79b7-453e-b5b1-0e27233b21db 2018-10-04 14:51:21,305 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-ae786270-ec89-479-proj 2018-10-04 14:51:21,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/a0e5a81e76174a1f8e581a93293783cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b7bae8492394a52a5e403f4d6e7d2fcbbdc53b" 2018-10-04 14:51:21,491 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:51:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01af2dd3-3242-4315-9d94-0671cccc852f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:51:21,491 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/a0e5a81e76174a1f8e581a93293783cc used request id req-01af2dd3-3242-4315-9d94-0671cccc852f 2018-10-04 14:51:21,492 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-ae786270-ec89-479-proj-role 2018-10-04 14:51:21,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/fa8d2daf9d9d4c5c944a9afa99e02bb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b7bae8492394a52a5e403f4d6e7d2fcbbdc53b" 2018-10-04 14:51:21,608 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:51:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e5d52c1-6d1f-4f4b-8c51-00e5e21382ae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:51:21,608 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/fa8d2daf9d9d4c5c944a9afa99e02bb7 used request id req-8e5d52c1-6d1f-4f4b-8c51-00e5e21382ae 2018-10-04 14:51:21,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b7bae8492394a52a5e403f4d6e7d2fcbbdc53b" 2018-10-04 14:51:21,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f70e2fb1-dd98-4447-a48b-11cc6b308a89 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:51:21,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f70e2fb1-dd98-4447-a48b-11cc6b308a89 2018-10-04 14:51:21,694 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-ae786270-ec89-479-user 2018-10-04 14:51:21,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/89796b45c44d4d90834abacd9f4eb770 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9fd08628b6df65118a80d0f38c5de56aed3422" 2018-10-04 14:51:21,866 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:51:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-279e14c2-2bb9-4932-b0a8-bb8117393c0b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:51:21,866 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/89796b45c44d4d90834abacd9f4eb770 used request id req-279e14c2-2bb9-4932-b0a8-bb8117393c0b 2018-10-04 14:51:21,868 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:22,252 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:51:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["a44CqfytQEGz7JLUaO4_Iw"], "issued_at": "2018-10-04T14:51:22.000000Z"}} 2018-10-04 14:51:22,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe035b77671217d004a56db49f9db48944b4870" 2018-10-04 14:51:22,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-468c20c2-a899-45e9-9ab9-df69c2e4aed9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:51:22,333 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-468c20c2-a899-45e9-9ab9-df69c2e4aed9 2018-10-04 14:51:22,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:51:22,336 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:22,720 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:51:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["F-P3GHDFTwe31S1tGBgEwQ"], "issued_at": "2018-10-04T14:51:22.000000Z"}} 2018-10-04 14:51:22,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df47edf2e64dd7f82100e38159f43a034ae4c24b" 2018-10-04 14:51:22,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4de6e441-0b52-4368-8c34-d4d3072f3517 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:51:22,816 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4de6e441-0b52-4368-8c34-d4d3072f3517 2018-10-04 14:51:22,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:51:22,826 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:51:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:51:22,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-f2e1984e-3a00-465-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df47edf2e64dd7f82100e38159f43a034ae4c24b" 2018-10-04 14:51:22,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c276a737-62cc-46b5-9296-b4093d771f8c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-f2e1984e-3a00-465-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:51:22,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-f2e1984e-3a00-465-proj used request id req-c276a737-62cc-46b5-9296-b4093d771f8c 2018-10-04 14:51:22,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df47edf2e64dd7f82100e38159f43a034ae4c24b" 2018-10-04 14:51:22,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-696d470c-42e7-4eac-9c3d-17d987ca41ff Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:51:22,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-696d470c-42e7-4eac-9c3d-17d987ca41ff 2018-10-04 14:51:22,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df47edf2e64dd7f82100e38159f43a034ae4c24b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-f2e1984e-3a00-465-proj"}}' 2018-10-04 14:51:23,046 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:51:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28524a9b-c46f-4de1-bf48-dbb9f5cd27c1 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/2490638446a343ce9913098054d9bed5"}, "enabled": true, "id": "2490638446a343ce9913098054d9bed5", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-f2e1984e-3a00-465-proj"}} 2018-10-04 14:51:23,046 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-28524a9b-c46f-4de1-bf48-dbb9f5cd27c1 2018-10-04 14:51:23,046 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-f2e1984e-3a00-465-proj 2018-10-04 14:51:23,046 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:51:23,047 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:23,431 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:51:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["eYWaWGLGSQ6CVwghJa3zIQ"], "issued_at": "2018-10-04T14:51:23.000000Z"}} 2018-10-04 14:51:23,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9105dd77f01b9036a9663068e17e374f4f24aa71" 2018-10-04 14:51:23,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2036a1e8-698a-47d8-8960-29b9782e1ff3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:51:23,515 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2036a1e8-698a-47d8-8960-29b9782e1ff3 2018-10-04 14:51:23,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:51:23,525 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:51:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:51:23,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9105dd77f01b9036a9663068e17e374f4f24aa71" 2018-10-04 14:51:23,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73b759a7-ac32-463f-bef0-b6767cf80032 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:51:23,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-73b759a7-ac32-463f-bef0-b6767cf80032 2018-10-04 14:51:23,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-f2e1984e-3a00-465-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9105dd77f01b9036a9663068e17e374f4f24aa71" 2018-10-04 14:51:23,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69d377a5-f3fd-4de8-b479-81517bc3c270 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-f2e1984e-3a00-465-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/2490638446a343ce9913098054d9bed5"}, "enabled": true, "id": "2490638446a343ce9913098054d9bed5", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-f2e1984e-3a00-465-proj"}]} 2018-10-04 14:51:23,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-f2e1984e-3a00-465-proj used request id req-69d377a5-f3fd-4de8-b479-81517bc3c270 2018-10-04 14:51:23,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9105dd77f01b9036a9663068e17e374f4f24aa71" 2018-10-04 14:51:23,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e09eb5fc-f366-4087-a66d-79cec302c43e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:51:23,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-e09eb5fc-f366-4087-a66d-79cec302c43e 2018-10-04 14:51:24,268 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-f2e1984e-3a00-465-user 2018-10-04 14:51:24,268 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:51:24,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df47edf2e64dd7f82100e38159f43a034ae4c24b" 2018-10-04 14:51:24,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73d44790-65d0-4343-82e2-208ba25d3c27 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:51:24,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-73d44790-65d0-4343-82e2-208ba25d3c27 2018-10-04 14:51:24,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df47edf2e64dd7f82100e38159f43a034ae4c24b" -d '{"role": {"name": "CreateSecurityGroupTests-f2e1984e-3a00-465-proj-role"}}' 2018-10-04 14:51:24,446 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:51:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da8c71d9-9783-44c1-8ea0-25f08f06b606 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f9f621a09e2b4dd4a1febabac2c90292", "links": {"self": "http://172.30.9.23:5000/v3/roles/f9f621a09e2b4dd4a1febabac2c90292"}, "name": "CreateSecurityGroupTests-f2e1984e-3a00-465-proj-role"}} 2018-10-04 14:51:24,446 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-da8c71d9-9783-44c1-8ea0-25f08f06b606 2018-10-04 14:51:24,447 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-f2e1984e-3a00-465-proj-role 2018-10-04 14:51:24,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/f9f621a09e2b4dd4a1febabac2c90292 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df47edf2e64dd7f82100e38159f43a034ae4c24b" 2018-10-04 14:51:24,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1e428ee-313e-4eb6-a32d-051d55f769e4 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/f9f621a09e2b4dd4a1febabac2c90292"}, "domain_id": null, "name": "CreateSecurityGroupTests-f2e1984e-3a00-465-proj-role", "id": "f9f621a09e2b4dd4a1febabac2c90292"}} 2018-10-04 14:51:24,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/f9f621a09e2b4dd4a1febabac2c90292 used request id req-a1e428ee-313e-4eb6-a32d-051d55f769e4 2018-10-04 14:51:24,536 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-f2e1984e-3a00-465-proj-role to project CreateSecurityGroupTests-f2e1984e-3a00-465-proj 2018-10-04 14:51:24,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/2490638446a343ce9913098054d9bed5/users/a3adad981c5e440ba39c57f9a84c86eb/roles/f9f621a09e2b4dd4a1febabac2c90292 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df47edf2e64dd7f82100e38159f43a034ae4c24b" 2018-10-04 14:51:24,671 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:51:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fee22da0-a618-4a89-95eb-c7cb8a65071b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:51:24,671 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/2490638446a343ce9913098054d9bed5/users/a3adad981c5e440ba39c57f9a84c86eb/roles/f9f621a09e2b4dd4a1febabac2c90292 used request id req-fee22da0-a618-4a89-95eb-c7cb8a65071b 2018-10-04 14:51:24,672 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:51:24,672 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:25,044 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:51:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["KgXffbMCRfSwHcHQJayXyQ"], "issued_at": "2018-10-04T14:51:25.000000Z"}} 2018-10-04 14:51:25,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bd0a7311fe90fafc33d9e1c3a8451ddd147caca" 2018-10-04 14:51:25,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a770e7ee-56b7-4c17-842a-c695a050c55c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:51:25,131 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a770e7ee-56b7-4c17-842a-c695a050c55c 2018-10-04 14:51:25,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3a65e8b8-9c7b-48e6-ab3b-effe69d4b4f2name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bd0a7311fe90fafc33d9e1c3a8451ddd147caca" 2018-10-04 14:51:25,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-ee896616-88f6-41c3-a01f-619e2f261fd8 Date: Thu, 04 Oct 2018 14:51:25 GMT RESP BODY: {"security_groups": []} 2018-10-04 14:51:25,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3a65e8b8-9c7b-48e6-ab3b-effe69d4b4f2name&description=hello+group used request id req-ee896616-88f6-41c3-a01f-619e2f261fd8 2018-10-04 14:51:25,324 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-3a65e8b8-9c7b-48e6-ab3b-effe69d4b4f2name... 2018-10-04 14:51:25,324 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-3a65e8b8-9c7b-48e6-ab3b-effe69d4b4f2name 2018-10-04 14:51:25,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:51:25,333 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:51:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:51:25,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-f2e1984e-3a00-465-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bd0a7311fe90fafc33d9e1c3a8451ddd147caca" 2018-10-04 14:51:25,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcda9d0e-61d7-47fd-a0f5-687bda6d28d7 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-f2e1984e-3a00-465-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/2490638446a343ce9913098054d9bed5"}, "enabled": true, "id": "2490638446a343ce9913098054d9bed5", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-f2e1984e-3a00-465-proj"}]} 2018-10-04 14:51:25,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-f2e1984e-3a00-465-proj used request id req-bcda9d0e-61d7-47fd-a0f5-687bda6d28d7 2018-10-04 14:51:25,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bd0a7311fe90fafc33d9e1c3a8451ddd147caca" -d '{"security_group": {"tenant_id": "2490638446a343ce9913098054d9bed5", "name": "CreateSecurityGroupTests-3a65e8b8-9c7b-48e6-ab3b-effe69d4b4f2name", "description": "hello group"}}' 2018-10-04 14:51:25,867 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-f3d736c9-2d35-4edf-8c8f-f95223240804 Date: Thu, 04 Oct 2018 14:51:25 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "2490638446a343ce9913098054d9bed5", "created_at": "2018-10-04T14:51:25Z", "updated_at": "2018-10-04T14:51:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "revision_number": 0, "id": "01d128aa-3138-4e34-9e75-c13bc2a8f9c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:25Z", "security_group_id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "tenant_id": "2490638446a343ce9913098054d9bed5", "port_range_min": null, "ethertype": "IPv4", "project_id": "2490638446a343ce9913098054d9bed5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "revision_number": 0, "id": "9c8ce8a4-d954-43b9-b143-8cfdb2a8fc26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:25Z", "security_group_id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "tenant_id": "2490638446a343ce9913098054d9bed5", "port_range_min": null, "ethertype": "IPv6", "project_id": "2490638446a343ce9913098054d9bed5"}], "revision_number": 2, "project_id": "2490638446a343ce9913098054d9bed5", "id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "name": "CreateSecurityGroupTests-3a65e8b8-9c7b-48e6-ab3b-effe69d4b4f2name"}} 2018-10-04 14:51:25,867 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-f3d736c9-2d35-4edf-8c8f-f95223240804 2018-10-04 14:51:25,867 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cfe1896c-46bd-41d9-a007-b4383e41ff8c 2018-10-04 14:51:25,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cfe1896c-46bd-41d9-a007-b4383e41ff8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bd0a7311fe90fafc33d9e1c3a8451ddd147caca" 2018-10-04 14:51:26,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7bd90013-c29b-4a43-b8db-71b322c8ae1a Date: Thu, 04 Oct 2018 14:51:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "security_group_id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "port_range_min": null, "revision_number": 0, "tenant_id": "2490638446a343ce9913098054d9bed5", "created_at": "2018-10-04T14:51:25Z", "project_id": "2490638446a343ce9913098054d9bed5", "id": "01d128aa-3138-4e34-9e75-c13bc2a8f9c2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "security_group_id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "port_range_min": null, "revision_number": 0, "tenant_id": "2490638446a343ce9913098054d9bed5", "created_at": "2018-10-04T14:51:25Z", "project_id": "2490638446a343ce9913098054d9bed5", "id": "9c8ce8a4-d954-43b9-b143-8cfdb2a8fc26"}]} 2018-10-04 14:51:26,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cfe1896c-46bd-41d9-a007-b4383e41ff8c used request id req-7bd90013-c29b-4a43-b8db-71b322c8ae1a 2018-10-04 14:51:26,072 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cfe1896c-46bd-41d9-a007-b4383e41ff8c 2018-10-04 14:51:26,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cfe1896c-46bd-41d9-a007-b4383e41ff8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bd0a7311fe90fafc33d9e1c3a8451ddd147caca" 2018-10-04 14:51:26,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-45a0793c-259b-432a-85be-075a8740eae4 Date: Thu, 04 Oct 2018 14:51:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "security_group_id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "port_range_min": null, "revision_number": 0, "tenant_id": "2490638446a343ce9913098054d9bed5", "created_at": "2018-10-04T14:51:25Z", "project_id": "2490638446a343ce9913098054d9bed5", "id": "01d128aa-3138-4e34-9e75-c13bc2a8f9c2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "security_group_id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "port_range_min": null, "revision_number": 0, "tenant_id": "2490638446a343ce9913098054d9bed5", "created_at": "2018-10-04T14:51:25Z", "project_id": "2490638446a343ce9913098054d9bed5", "id": "9c8ce8a4-d954-43b9-b143-8cfdb2a8fc26"}]} 2018-10-04 14:51:26,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cfe1896c-46bd-41d9-a007-b4383e41ff8c used request id req-45a0793c-259b-432a-85be-075a8740eae4 2018-10-04 14:51:26,240 - neutron_utils - INFO - Retrieving security group with ID - cfe1896c-46bd-41d9-a007-b4383e41ff8c 2018-10-04 14:51:26,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=cfe1896c-46bd-41d9-a007-b4383e41ff8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bd0a7311fe90fafc33d9e1c3a8451ddd147caca" 2018-10-04 14:51:26,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-c9bd7214-ccad-482a-96ab-9a468629b6f3 Date: Thu, 04 Oct 2018 14:51:26 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2490638446a343ce9913098054d9bed5", "created_at": "2018-10-04T14:51:25Z", "updated_at": "2018-10-04T14:51:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "revision_number": 0, "id": "01d128aa-3138-4e34-9e75-c13bc2a8f9c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:25Z", "security_group_id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "tenant_id": "2490638446a343ce9913098054d9bed5", "port_range_min": null, "ethertype": "IPv4", "project_id": "2490638446a343ce9913098054d9bed5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "revision_number": 0, "id": "9c8ce8a4-d954-43b9-b143-8cfdb2a8fc26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:25Z", "security_group_id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "tenant_id": "2490638446a343ce9913098054d9bed5", "port_range_min": null, "ethertype": "IPv6", "project_id": "2490638446a343ce9913098054d9bed5"}], "revision_number": 2, "project_id": "2490638446a343ce9913098054d9bed5", "id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "name": "CreateSecurityGroupTests-3a65e8b8-9c7b-48e6-ab3b-effe69d4b4f2name"}]} 2018-10-04 14:51:26,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=cfe1896c-46bd-41d9-a007-b4383e41ff8c used request id req-c9bd7214-ccad-482a-96ab-9a468629b6f3 2018-10-04 14:51:26,449 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cfe1896c-46bd-41d9-a007-b4383e41ff8c 2018-10-04 14:51:26,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cfe1896c-46bd-41d9-a007-b4383e41ff8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bd0a7311fe90fafc33d9e1c3a8451ddd147caca" 2018-10-04 14:51:26,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c1d58441-37d9-4c52-824d-0413830bb676 Date: Thu, 04 Oct 2018 14:51:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "security_group_id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "port_range_min": null, "revision_number": 0, "tenant_id": "2490638446a343ce9913098054d9bed5", "created_at": "2018-10-04T14:51:25Z", "project_id": "2490638446a343ce9913098054d9bed5", "id": "01d128aa-3138-4e34-9e75-c13bc2a8f9c2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "security_group_id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "port_range_min": null, "revision_number": 0, "tenant_id": "2490638446a343ce9913098054d9bed5", "created_at": "2018-10-04T14:51:25Z", "project_id": "2490638446a343ce9913098054d9bed5", "id": "9c8ce8a4-d954-43b9-b143-8cfdb2a8fc26"}]} 2018-10-04 14:51:26,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cfe1896c-46bd-41d9-a007-b4383e41ff8c used request id req-c1d58441-37d9-4c52-824d-0413830bb676 2018-10-04 14:51:26,640 - neutron_utils - INFO - Retrieving security group with ID - cfe1896c-46bd-41d9-a007-b4383e41ff8c 2018-10-04 14:51:26,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=cfe1896c-46bd-41d9-a007-b4383e41ff8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bd0a7311fe90fafc33d9e1c3a8451ddd147caca" 2018-10-04 14:51:26,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-fcefd1be-e7d3-4658-99ff-39048d5dd419 Date: Thu, 04 Oct 2018 14:51:26 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2490638446a343ce9913098054d9bed5", "created_at": "2018-10-04T14:51:25Z", "updated_at": "2018-10-04T14:51:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "revision_number": 0, "id": "01d128aa-3138-4e34-9e75-c13bc2a8f9c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:25Z", "security_group_id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "tenant_id": "2490638446a343ce9913098054d9bed5", "port_range_min": null, "ethertype": "IPv4", "project_id": "2490638446a343ce9913098054d9bed5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "revision_number": 0, "id": "9c8ce8a4-d954-43b9-b143-8cfdb2a8fc26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:25Z", "security_group_id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "tenant_id": "2490638446a343ce9913098054d9bed5", "port_range_min": null, "ethertype": "IPv6", "project_id": "2490638446a343ce9913098054d9bed5"}], "revision_number": 2, "project_id": "2490638446a343ce9913098054d9bed5", "id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "name": "CreateSecurityGroupTests-3a65e8b8-9c7b-48e6-ab3b-effe69d4b4f2name"}]} 2018-10-04 14:51:26,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=cfe1896c-46bd-41d9-a007-b4383e41ff8c used request id req-fcefd1be-e7d3-4658-99ff-39048d5dd419 2018-10-04 14:51:26,846 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cfe1896c-46bd-41d9-a007-b4383e41ff8c 2018-10-04 14:51:26,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cfe1896c-46bd-41d9-a007-b4383e41ff8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bd0a7311fe90fafc33d9e1c3a8451ddd147caca" 2018-10-04 14:51:27,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-44e293da-2c55-449c-a6d9-2f874a0f6e8b Date: Thu, 04 Oct 2018 14:51:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "security_group_id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "port_range_min": null, "revision_number": 0, "tenant_id": "2490638446a343ce9913098054d9bed5", "created_at": "2018-10-04T14:51:25Z", "project_id": "2490638446a343ce9913098054d9bed5", "id": "01d128aa-3138-4e34-9e75-c13bc2a8f9c2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "security_group_id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "port_range_min": null, "revision_number": 0, "tenant_id": "2490638446a343ce9913098054d9bed5", "created_at": "2018-10-04T14:51:25Z", "project_id": "2490638446a343ce9913098054d9bed5", "id": "9c8ce8a4-d954-43b9-b143-8cfdb2a8fc26"}]} 2018-10-04 14:51:27,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cfe1896c-46bd-41d9-a007-b4383e41ff8c used request id req-44e293da-2c55-449c-a6d9-2f874a0f6e8b 2018-10-04 14:51:27,031 - neutron_utils - INFO - Retrieving security group with ID - cfe1896c-46bd-41d9-a007-b4383e41ff8c 2018-10-04 14:51:27,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=cfe1896c-46bd-41d9-a007-b4383e41ff8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bd0a7311fe90fafc33d9e1c3a8451ddd147caca" 2018-10-04 14:51:27,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-b4de37ff-3d7e-43b6-b5a0-62cdf695ccf4 Date: Thu, 04 Oct 2018 14:51:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2490638446a343ce9913098054d9bed5", "created_at": "2018-10-04T14:51:25Z", "updated_at": "2018-10-04T14:51:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "revision_number": 0, "id": "01d128aa-3138-4e34-9e75-c13bc2a8f9c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:25Z", "security_group_id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "tenant_id": "2490638446a343ce9913098054d9bed5", "port_range_min": null, "ethertype": "IPv4", "project_id": "2490638446a343ce9913098054d9bed5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "revision_number": 0, "id": "9c8ce8a4-d954-43b9-b143-8cfdb2a8fc26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:25Z", "security_group_id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "tenant_id": "2490638446a343ce9913098054d9bed5", "port_range_min": null, "ethertype": "IPv6", "project_id": "2490638446a343ce9913098054d9bed5"}], "revision_number": 2, "project_id": "2490638446a343ce9913098054d9bed5", "id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "name": "CreateSecurityGroupTests-3a65e8b8-9c7b-48e6-ab3b-effe69d4b4f2name"}]} 2018-10-04 14:51:27,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=cfe1896c-46bd-41d9-a007-b4383e41ff8c used request id req-b4de37ff-3d7e-43b6-b5a0-62cdf695ccf4 2018-10-04 14:51:27,239 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cfe1896c-46bd-41d9-a007-b4383e41ff8c 2018-10-04 14:51:27,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cfe1896c-46bd-41d9-a007-b4383e41ff8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bd0a7311fe90fafc33d9e1c3a8451ddd147caca" 2018-10-04 14:51:27,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f0ac0987-9e84-4fa7-aa0c-e23171e1dfa8 Date: Thu, 04 Oct 2018 14:51:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "security_group_id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "port_range_min": null, "revision_number": 0, "tenant_id": "2490638446a343ce9913098054d9bed5", "created_at": "2018-10-04T14:51:25Z", "project_id": "2490638446a343ce9913098054d9bed5", "id": "01d128aa-3138-4e34-9e75-c13bc2a8f9c2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "security_group_id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "port_range_min": null, "revision_number": 0, "tenant_id": "2490638446a343ce9913098054d9bed5", "created_at": "2018-10-04T14:51:25Z", "project_id": "2490638446a343ce9913098054d9bed5", "id": "9c8ce8a4-d954-43b9-b143-8cfdb2a8fc26"}]} 2018-10-04 14:51:27,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cfe1896c-46bd-41d9-a007-b4383e41ff8c used request id req-f0ac0987-9e84-4fa7-aa0c-e23171e1dfa8 2018-10-04 14:51:27,417 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:27,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f9f621a09e2b4dd4a1febabac2c90292", "name": "CreateSecurityGroupTests-f2e1984e-3a00-465-proj-role"}], "expires_at": "2018-10-04T15:51:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2490638446a343ce9913098054d9bed5", "name": "CreateSecurityGroupTests-f2e1984e-3a00-465-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/2490638446a343ce9913098054d9bed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/2490638446a343ce9913098054d9bed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/2490638446a343ce9913098054d9bed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/2490638446a343ce9913098054d9bed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/2490638446a343ce9913098054d9bed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/2490638446a343ce9913098054d9bed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/2490638446a343ce9913098054d9bed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/2490638446a343ce9913098054d9bed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/2490638446a343ce9913098054d9bed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2490638446a343ce9913098054d9bed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/2490638446a343ce9913098054d9bed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/2490638446a343ce9913098054d9bed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-f2e1984e-3a00-465-user", "id": "a3adad981c5e440ba39c57f9a84c86eb"}, "audit_ids": ["XUZqpI8sRUuknNRkS1CbWw"], "issued_at": "2018-10-04T14:51:27.000000Z"}} 2018-10-04 14:51:27,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3a65e8b8-9c7b-48e6-ab3b-effe69d4b4f2name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a729b3ad4a51d02ee27fba25257aaa3e346c3021" 2018-10-04 14:51:28,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-190d09a9-70ab-470b-aa2a-d7a6aa9b484e Date: Thu, 04 Oct 2018 14:51:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2490638446a343ce9913098054d9bed5", "created_at": "2018-10-04T14:51:25Z", "updated_at": "2018-10-04T14:51:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "revision_number": 0, "id": "01d128aa-3138-4e34-9e75-c13bc2a8f9c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:25Z", "security_group_id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "tenant_id": "2490638446a343ce9913098054d9bed5", "port_range_min": null, "ethertype": "IPv4", "project_id": "2490638446a343ce9913098054d9bed5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "revision_number": 0, "id": "9c8ce8a4-d954-43b9-b143-8cfdb2a8fc26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:25Z", "security_group_id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "tenant_id": "2490638446a343ce9913098054d9bed5", "port_range_min": null, "ethertype": "IPv6", "project_id": "2490638446a343ce9913098054d9bed5"}], "revision_number": 2, "project_id": "2490638446a343ce9913098054d9bed5", "id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "name": "CreateSecurityGroupTests-3a65e8b8-9c7b-48e6-ab3b-effe69d4b4f2name"}]} 2018-10-04 14:51:28,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3a65e8b8-9c7b-48e6-ab3b-effe69d4b4f2name&description=hello+group used request id req-190d09a9-70ab-470b-aa2a-d7a6aa9b484e 2018-10-04 14:51:28,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:51:28,025 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:51:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:51:28,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/2490638446a343ce9913098054d9bed5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe035b77671217d004a56db49f9db48944b4870" 2018-10-04 14:51:28,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f87bcc97-2349-4746-9781-0127941eb8c1 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/2490638446a343ce9913098054d9bed5"}, "enabled": true, "id": "2490638446a343ce9913098054d9bed5", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-f2e1984e-3a00-465-proj"}} 2018-10-04 14:51:28,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/2490638446a343ce9913098054d9bed5 used request id req-f87bcc97-2349-4746-9781-0127941eb8c1 2018-10-04 14:51:28,109 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cfe1896c-46bd-41d9-a007-b4383e41ff8c 2018-10-04 14:51:28,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cfe1896c-46bd-41d9-a007-b4383e41ff8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a729b3ad4a51d02ee27fba25257aaa3e346c3021" 2018-10-04 14:51:28,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a8c316ae-215b-4f97-a5c9-ee8c02f15161 Date: Thu, 04 Oct 2018 14:51:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "security_group_id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "port_range_min": null, "revision_number": 0, "tenant_id": "2490638446a343ce9913098054d9bed5", "created_at": "2018-10-04T14:51:25Z", "project_id": "2490638446a343ce9913098054d9bed5", "id": "01d128aa-3138-4e34-9e75-c13bc2a8f9c2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "security_group_id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "port_range_min": null, "revision_number": 0, "tenant_id": "2490638446a343ce9913098054d9bed5", "created_at": "2018-10-04T14:51:25Z", "project_id": "2490638446a343ce9913098054d9bed5", "id": "9c8ce8a4-d954-43b9-b143-8cfdb2a8fc26"}]} 2018-10-04 14:51:28,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cfe1896c-46bd-41d9-a007-b4383e41ff8c used request id req-a8c316ae-215b-4f97-a5c9-ee8c02f15161 2018-10-04 14:51:28,286 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cfe1896c-46bd-41d9-a007-b4383e41ff8c 2018-10-04 14:51:28,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cfe1896c-46bd-41d9-a007-b4383e41ff8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a729b3ad4a51d02ee27fba25257aaa3e346c3021" 2018-10-04 14:51:28,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-768536f2-37e8-4deb-8d10-14cdbe489be5 Date: Thu, 04 Oct 2018 14:51:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "security_group_id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "port_range_min": null, "revision_number": 0, "tenant_id": "2490638446a343ce9913098054d9bed5", "created_at": "2018-10-04T14:51:25Z", "project_id": "2490638446a343ce9913098054d9bed5", "id": "01d128aa-3138-4e34-9e75-c13bc2a8f9c2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "security_group_id": "cfe1896c-46bd-41d9-a007-b4383e41ff8c", "port_range_min": null, "revision_number": 0, "tenant_id": "2490638446a343ce9913098054d9bed5", "created_at": "2018-10-04T14:51:25Z", "project_id": "2490638446a343ce9913098054d9bed5", "id": "9c8ce8a4-d954-43b9-b143-8cfdb2a8fc26"}]} 2018-10-04 14:51:28,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cfe1896c-46bd-41d9-a007-b4383e41ff8c used request id req-768536f2-37e8-4deb-8d10-14cdbe489be5 2018-10-04 14:51:28,456 - neutron_utils - INFO - Deleting security group rule with ID - 01d128aa-3138-4e34-9e75-c13bc2a8f9c2 2018-10-04 14:51:28,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/01d128aa-3138-4e34-9e75-c13bc2a8f9c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bd0a7311fe90fafc33d9e1c3a8451ddd147caca" 2018-10-04 14:51:28,546 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-13fc105f-42f7-40fc-9f32-3ff0a6dae9b7 Content-Length: 0 Date: Thu, 04 Oct 2018 14:51:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:51:28,546 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/01d128aa-3138-4e34-9e75-c13bc2a8f9c2 used request id req-13fc105f-42f7-40fc-9f32-3ff0a6dae9b7 2018-10-04 14:51:28,546 - neutron_utils - INFO - Deleting security group rule with ID - 9c8ce8a4-d954-43b9-b143-8cfdb2a8fc26 2018-10-04 14:51:28,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/9c8ce8a4-d954-43b9-b143-8cfdb2a8fc26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bd0a7311fe90fafc33d9e1c3a8451ddd147caca" 2018-10-04 14:51:28,803 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6365aca1-cc5c-4f58-8f23-1f769b1ba830 Content-Length: 0 Date: Thu, 04 Oct 2018 14:51:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:51:28,803 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/9c8ce8a4-d954-43b9-b143-8cfdb2a8fc26 used request id req-6365aca1-cc5c-4f58-8f23-1f769b1ba830 2018-10-04 14:51:28,804 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-3a65e8b8-9c7b-48e6-ab3b-effe69d4b4f2name 2018-10-04 14:51:28,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/cfe1896c-46bd-41d9-a007-b4383e41ff8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bd0a7311fe90fafc33d9e1c3a8451ddd147caca" 2018-10-04 14:51:29,062 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e6c9afac-10ef-43b5-b4c5-68dd3ea4a4db Content-Length: 0 Date: Thu, 04 Oct 2018 14:51:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:51:29,062 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/cfe1896c-46bd-41d9-a007-b4383e41ff8c used request id req-e6c9afac-10ef-43b5-b4c5-68dd3ea4a4db 2018-10-04 14:51:29,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df47edf2e64dd7f82100e38159f43a034ae4c24b" 2018-10-04 14:51:29,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c426eea4-27fa-4c1b-a94b-13f2376f978f Date: Thu, 04 Oct 2018 14:51:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2490638446a343ce9913098054d9bed5", "created_at": "2018-10-04T14:51:25Z", "updated_at": "2018-10-04T14:51:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "revision_number": 0, "id": "0cf32fb4-2400-443b-a8d6-cec077b3d8bd", "remote_group_id": "a26e282e-5e2a-4785-8667-e9e14879bdc1", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:25Z", "security_group_id": "a26e282e-5e2a-4785-8667-e9e14879bdc1", "tenant_id": "2490638446a343ce9913098054d9bed5", "port_range_min": null, "ethertype": "IPv4", "project_id": "2490638446a343ce9913098054d9bed5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "revision_number": 0, "id": "331d9508-20a9-4fbb-bd10-232460e7554a", "remote_group_id": "a26e282e-5e2a-4785-8667-e9e14879bdc1", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:25Z", "security_group_id": "a26e282e-5e2a-4785-8667-e9e14879bdc1", "tenant_id": "2490638446a343ce9913098054d9bed5", "port_range_min": null, "ethertype": "IPv6", "project_id": "2490638446a343ce9913098054d9bed5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "revision_number": 0, "id": "c2516a4d-ff30-4c27-916b-cbe1a3697320", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:25Z", "security_group_id": "a26e282e-5e2a-4785-8667-e9e14879bdc1", "tenant_id": "2490638446a343ce9913098054d9bed5", "port_range_min": null, "ethertype": "IPv4", "project_id": "2490638446a343ce9913098054d9bed5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "revision_number": 0, "id": "eb448bf7-03d1-4f6c-bd16-bb620f3dc553", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:25Z", "security_group_id": "a26e282e-5e2a-4785-8667-e9e14879bdc1", "tenant_id": "2490638446a343ce9913098054d9bed5", "port_range_min": null, "ethertype": "IPv6", "project_id": "2490638446a343ce9913098054d9bed5"}], "revision_number": 4, "project_id": "2490638446a343ce9913098054d9bed5", "id": "a26e282e-5e2a-4785-8667-e9e14879bdc1", "name": "default"}]} 2018-10-04 14:51:29,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-c426eea4-27fa-4c1b-a94b-13f2376f978f 2018-10-04 14:51:29,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df47edf2e64dd7f82100e38159f43a034ae4c24b" 2018-10-04 14:51:29,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12e0ec45-1f32-4ed0-97be-ccd0dac26184 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:51:29,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-12e0ec45-1f32-4ed0-97be-ccd0dac26184 2018-10-04 14:51:29,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df47edf2e64dd7f82100e38159f43a034ae4c24b" 2018-10-04 14:51:29,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75307b38-32c4-4b3b-85b8-d99a08b639b6 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:51:29,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-75307b38-32c4-4b3b-85b8-d99a08b639b6 2018-10-04 14:51:29,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df47edf2e64dd7f82100e38159f43a034ae4c24b" 2018-10-04 14:51:29,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e045555-2765-49fd-aac2-b545617f61f3 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:51:29,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-0e045555-2765-49fd-aac2-b545617f61f3 2018-10-04 14:51:29,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/2490638446a343ce9913098054d9bed5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df47edf2e64dd7f82100e38159f43a034ae4c24b" 2018-10-04 14:51:29,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a74f4a4-9f5e-4b05-b881-c47c165c0968 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/2490638446a343ce9913098054d9bed5"}, "enabled": true, "id": "2490638446a343ce9913098054d9bed5", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-f2e1984e-3a00-465-proj"}} 2018-10-04 14:51:29,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/2490638446a343ce9913098054d9bed5 used request id req-3a74f4a4-9f5e-4b05-b881-c47c165c0968 2018-10-04 14:51:29,714 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a26e282e-5e2a-4785-8667-e9e14879bdc1 2018-10-04 14:51:29,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=a26e282e-5e2a-4785-8667-e9e14879bdc1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df47edf2e64dd7f82100e38159f43a034ae4c24b" 2018-10-04 14:51:29,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-12f54e1a-750f-4d54-b7ed-ed8c72cfc7a9 Date: Thu, 04 Oct 2018 14:51:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "a26e282e-5e2a-4785-8667-e9e14879bdc1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "security_group_id": "a26e282e-5e2a-4785-8667-e9e14879bdc1", "port_range_min": null, "revision_number": 0, "tenant_id": "2490638446a343ce9913098054d9bed5", "created_at": "2018-10-04T14:51:25Z", "project_id": "2490638446a343ce9913098054d9bed5", "id": "0cf32fb4-2400-443b-a8d6-cec077b3d8bd"}, {"remote_group_id": "a26e282e-5e2a-4785-8667-e9e14879bdc1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "security_group_id": "a26e282e-5e2a-4785-8667-e9e14879bdc1", "port_range_min": null, "revision_number": 0, "tenant_id": "2490638446a343ce9913098054d9bed5", "created_at": "2018-10-04T14:51:25Z", "project_id": "2490638446a343ce9913098054d9bed5", "id": "331d9508-20a9-4fbb-bd10-232460e7554a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "security_group_id": "a26e282e-5e2a-4785-8667-e9e14879bdc1", "port_range_min": null, "revision_number": 0, "tenant_id": "2490638446a343ce9913098054d9bed5", "created_at": "2018-10-04T14:51:25Z", "project_id": "2490638446a343ce9913098054d9bed5", "id": "c2516a4d-ff30-4c27-916b-cbe1a3697320"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:25Z", "security_group_id": "a26e282e-5e2a-4785-8667-e9e14879bdc1", "port_range_min": null, "revision_number": 0, "tenant_id": "2490638446a343ce9913098054d9bed5", "created_at": "2018-10-04T14:51:25Z", "project_id": "2490638446a343ce9913098054d9bed5", "id": "eb448bf7-03d1-4f6c-bd16-bb620f3dc553"}]} 2018-10-04 14:51:29,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=a26e282e-5e2a-4785-8667-e9e14879bdc1 used request id req-12f54e1a-750f-4d54-b7ed-ed8c72cfc7a9 2018-10-04 14:51:29,892 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 14:51:29,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/a26e282e-5e2a-4785-8667-e9e14879bdc1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df47edf2e64dd7f82100e38159f43a034ae4c24b" 2018-10-04 14:51:30,183 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-511ae7db-ab11-4419-8a60-acc6057db70f Content-Length: 0 Date: Thu, 04 Oct 2018 14:51:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:51:30,183 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/a26e282e-5e2a-4785-8667-e9e14879bdc1 used request id req-511ae7db-ab11-4419-8a60-acc6057db70f 2018-10-04 14:51:30,184 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-f2e1984e-3a00-465-proj 2018-10-04 14:51:30,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/2490638446a343ce9913098054d9bed5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df47edf2e64dd7f82100e38159f43a034ae4c24b" 2018-10-04 14:51:30,377 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:51:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30a4d188-e7f3-44b5-bd98-9d382f5ba373 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:51:30,377 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/2490638446a343ce9913098054d9bed5 used request id req-30a4d188-e7f3-44b5-bd98-9d382f5ba373 2018-10-04 14:51:30,378 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-f2e1984e-3a00-465-proj-role 2018-10-04 14:51:30,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/f9f621a09e2b4dd4a1febabac2c90292 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df47edf2e64dd7f82100e38159f43a034ae4c24b" 2018-10-04 14:51:30,488 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:51:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f3747d5-6ad7-4a04-bbe7-2223874dc04c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:51:30,488 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/f9f621a09e2b4dd4a1febabac2c90292 used request id req-1f3747d5-6ad7-4a04-bbe7-2223874dc04c 2018-10-04 14:51:30,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df47edf2e64dd7f82100e38159f43a034ae4c24b" 2018-10-04 14:51:30,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55de98fc-2fcd-4dfe-8b75-b060ac2e6b63 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:51:30,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-55de98fc-2fcd-4dfe-8b75-b060ac2e6b63 2018-10-04 14:51:30,579 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-f2e1984e-3a00-465-user 2018-10-04 14:51:30,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/a3adad981c5e440ba39c57f9a84c86eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9105dd77f01b9036a9663068e17e374f4f24aa71" 2018-10-04 14:51:30,750 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:51:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-331d5662-c4d6-495a-b1aa-982ee9a73950 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:51:30,751 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/a3adad981c5e440ba39c57f9a84c86eb used request id req-331d5662-c4d6-495a-b1aa-982ee9a73950 2018-10-04 14:51:30,752 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:31,123 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:51:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["FLcIlRyRQXK_Pw3QDIh7YQ"], "issued_at": "2018-10-04T14:51:31.000000Z"}} 2018-10-04 14:51:31,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6415495b8f5e39bc8dc452fd8924988d09c38de3" 2018-10-04 14:51:31,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-813fefba-5ed5-4339-860e-aecdcb1871f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:51:31,220 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-813fefba-5ed5-4339-860e-aecdcb1871f9 2018-10-04 14:51:31,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:51:31,222 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:31,706 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:51:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["NDFVm1kNQ4mkmmW8zdhAOA"], "issued_at": "2018-10-04T14:51:31.000000Z"}} 2018-10-04 14:51:31,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574a4869e8846c82d11f96e8673a6852cb0d387d" 2018-10-04 14:51:31,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b051c911-561e-4f94-b167-2c2c2c7efdb3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:51:31,789 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b051c911-561e-4f94-b167-2c2c2c7efdb3 2018-10-04 14:51:31,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:51:31,799 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:51:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:51:31,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-ff4d4f40-bccb-443-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574a4869e8846c82d11f96e8673a6852cb0d387d" 2018-10-04 14:51:31,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5399394f-f818-4fb6-acef-4844681c915b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-ff4d4f40-bccb-443-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:51:31,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-ff4d4f40-bccb-443-proj used request id req-5399394f-f818-4fb6-acef-4844681c915b 2018-10-04 14:51:31,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574a4869e8846c82d11f96e8673a6852cb0d387d" 2018-10-04 14:51:31,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2fa180a-8e30-4498-afcb-c23b4de7acd0 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:51:31,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-d2fa180a-8e30-4498-afcb-c23b4de7acd0 2018-10-04 14:51:31,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574a4869e8846c82d11f96e8673a6852cb0d387d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-ff4d4f40-bccb-443-proj"}}' 2018-10-04 14:51:32,099 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:51:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4da20c9-3dd3-494c-9ea4-ded8831c85df Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/dc07ad7ce5314e26b24bbae506fca8db"}, "enabled": true, "id": "dc07ad7ce5314e26b24bbae506fca8db", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-ff4d4f40-bccb-443-proj"}} 2018-10-04 14:51:32,099 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-f4da20c9-3dd3-494c-9ea4-ded8831c85df 2018-10-04 14:51:32,100 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-ff4d4f40-bccb-443-proj 2018-10-04 14:51:32,100 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:51:32,101 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:32,498 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:51:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["fxZJ15hlR3yIkx-dCkeJrQ"], "issued_at": "2018-10-04T14:51:32.000000Z"}} 2018-10-04 14:51:32,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b97103861a2137b88254737c311fa2493de89a10" 2018-10-04 14:51:32,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae8f5356-e43c-42a7-a391-1765517f3833 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:51:32,574 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ae8f5356-e43c-42a7-a391-1765517f3833 2018-10-04 14:51:32,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:51:32,584 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:51:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:51:32,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b97103861a2137b88254737c311fa2493de89a10" 2018-10-04 14:51:32,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-623860d4-f15e-4d63-8acf-ec38df569218 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:51:32,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-623860d4-f15e-4d63-8acf-ec38df569218 2018-10-04 14:51:32,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-ff4d4f40-bccb-443-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b97103861a2137b88254737c311fa2493de89a10" 2018-10-04 14:51:32,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bc20eaa-4738-40de-8f4b-b465107dc45e Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-ff4d4f40-bccb-443-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/dc07ad7ce5314e26b24bbae506fca8db"}, "enabled": true, "id": "dc07ad7ce5314e26b24bbae506fca8db", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-ff4d4f40-bccb-443-proj"}]} 2018-10-04 14:51:32,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-ff4d4f40-bccb-443-proj used request id req-9bc20eaa-4738-40de-8f4b-b465107dc45e 2018-10-04 14:51:32,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b97103861a2137b88254737c311fa2493de89a10" 2018-10-04 14:51:32,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7bd76c2-558e-4ee8-a5b0-430ea24c88ca Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:51:32,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-d7bd76c2-558e-4ee8-a5b0-430ea24c88ca 2018-10-04 14:51:33,202 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-ff4d4f40-bccb-443-user 2018-10-04 14:51:33,203 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:51:33,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574a4869e8846c82d11f96e8673a6852cb0d387d" 2018-10-04 14:51:33,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea6bc513-0c87-4306-9a75-558027847ac8 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:51:33,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ea6bc513-0c87-4306-9a75-558027847ac8 2018-10-04 14:51:33,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574a4869e8846c82d11f96e8673a6852cb0d387d" -d '{"role": {"name": "CreateSecurityGroupTests-ff4d4f40-bccb-443-proj-role"}}' 2018-10-04 14:51:33,405 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:51:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a964fb9f-281e-4b6a-ac5f-ffa65d86186a Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0ba22e09e77744ff9117eef330bccd57", "links": {"self": "http://172.30.9.23:5000/v3/roles/0ba22e09e77744ff9117eef330bccd57"}, "name": "CreateSecurityGroupTests-ff4d4f40-bccb-443-proj-role"}} 2018-10-04 14:51:33,405 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-a964fb9f-281e-4b6a-ac5f-ffa65d86186a 2018-10-04 14:51:33,405 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-ff4d4f40-bccb-443-proj-role 2018-10-04 14:51:33,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/0ba22e09e77744ff9117eef330bccd57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574a4869e8846c82d11f96e8673a6852cb0d387d" 2018-10-04 14:51:33,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6ccf664-4873-4c4f-a1b1-9149ddc67ce8 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/0ba22e09e77744ff9117eef330bccd57"}, "domain_id": null, "name": "CreateSecurityGroupTests-ff4d4f40-bccb-443-proj-role", "id": "0ba22e09e77744ff9117eef330bccd57"}} 2018-10-04 14:51:33,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/0ba22e09e77744ff9117eef330bccd57 used request id req-a6ccf664-4873-4c4f-a1b1-9149ddc67ce8 2018-10-04 14:51:33,495 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-ff4d4f40-bccb-443-proj-role to project CreateSecurityGroupTests-ff4d4f40-bccb-443-proj 2018-10-04 14:51:33,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/dc07ad7ce5314e26b24bbae506fca8db/users/983b0e0796d34b7e8cc0a5002d838d64/roles/0ba22e09e77744ff9117eef330bccd57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574a4869e8846c82d11f96e8673a6852cb0d387d" 2018-10-04 14:51:33,622 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:51:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b2214e4-146b-45e9-a33a-400bc922ff6d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:51:33,622 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/dc07ad7ce5314e26b24bbae506fca8db/users/983b0e0796d34b7e8cc0a5002d838d64/roles/0ba22e09e77744ff9117eef330bccd57 used request id req-2b2214e4-146b-45e9-a33a-400bc922ff6d 2018-10-04 14:51:33,623 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:51:33,624 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:34,004 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0ba22e09e77744ff9117eef330bccd57", "name": "CreateSecurityGroupTests-ff4d4f40-bccb-443-proj-role"}], "expires_at": "2018-10-04T15:51:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dc07ad7ce5314e26b24bbae506fca8db", "name": "CreateSecurityGroupTests-ff4d4f40-bccb-443-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/dc07ad7ce5314e26b24bbae506fca8db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/dc07ad7ce5314e26b24bbae506fca8db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/dc07ad7ce5314e26b24bbae506fca8db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/dc07ad7ce5314e26b24bbae506fca8db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/dc07ad7ce5314e26b24bbae506fca8db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/dc07ad7ce5314e26b24bbae506fca8db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dc07ad7ce5314e26b24bbae506fca8db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/dc07ad7ce5314e26b24bbae506fca8db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/dc07ad7ce5314e26b24bbae506fca8db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/dc07ad7ce5314e26b24bbae506fca8db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/dc07ad7ce5314e26b24bbae506fca8db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/dc07ad7ce5314e26b24bbae506fca8db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-ff4d4f40-bccb-443-user", "id": "983b0e0796d34b7e8cc0a5002d838d64"}, "audit_ids": ["ryKRwW8TQyWbvQn6-T6Afg"], "issued_at": "2018-10-04T14:51:34.000000Z"}} 2018-10-04 14:51:34,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39bf22dcfa3002c73a5ee8588454cd55bb502a44" 2018-10-04 14:51:34,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60375ef4-9102-4101-b845-a2c12e4e7e12 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:51:34,082 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-60375ef4-9102-4101-b845-a2c12e4e7e12 2018-10-04 14:51:34,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3ecfda8b-2fdd-4bca-bbc0-a31a90b60d35name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39bf22dcfa3002c73a5ee8588454cd55bb502a44" 2018-10-04 14:51:34,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-3ed4c4f7-92c6-4a9b-820a-627c8f3b13c8 Date: Thu, 04 Oct 2018 14:51:34 GMT RESP BODY: {"security_groups": []} 2018-10-04 14:51:34,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3ecfda8b-2fdd-4bca-bbc0-a31a90b60d35name&description=hello+group used request id req-3ed4c4f7-92c6-4a9b-820a-627c8f3b13c8 2018-10-04 14:51:34,360 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-3ecfda8b-2fdd-4bca-bbc0-a31a90b60d35name... 2018-10-04 14:51:34,360 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-3ecfda8b-2fdd-4bca-bbc0-a31a90b60d35name 2018-10-04 14:51:34,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39bf22dcfa3002c73a5ee8588454cd55bb502a44" -d '{"security_group": {"name": "CreateSecurityGroupTests-3ecfda8b-2fdd-4bca-bbc0-a31a90b60d35name", "description": "hello group"}}' 2018-10-04 14:51:34,699 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-507692c2-f7fc-4164-a466-87b9849d27be Date: Thu, 04 Oct 2018 14:51:34 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "updated_at": "2018-10-04T14:51:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "revision_number": 0, "id": "13109521-cf14-4987-9e21-97434f11d62f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "port_range_min": null, "ethertype": "IPv6", "project_id": "dc07ad7ce5314e26b24bbae506fca8db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "revision_number": 0, "id": "eac1d4f6-5f10-416c-b807-4ba365c184fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "port_range_min": null, "ethertype": "IPv4", "project_id": "dc07ad7ce5314e26b24bbae506fca8db"}], "revision_number": 2, "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "name": "CreateSecurityGroupTests-3ecfda8b-2fdd-4bca-bbc0-a31a90b60d35name"}} 2018-10-04 14:51:34,699 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-507692c2-f7fc-4164-a466-87b9849d27be 2018-10-04 14:51:34,700 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e87314c-f8b4-4e59-a90a-23cf6e1bc381 2018-10-04 14:51:34,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e87314c-f8b4-4e59-a90a-23cf6e1bc381 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39bf22dcfa3002c73a5ee8588454cd55bb502a44" 2018-10-04 14:51:34,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-24c0d468-c23b-41ef-95f5-82530af3e41e Date: Thu, 04 Oct 2018 14:51:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": null, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "13109521-cf14-4987-9e21-97434f11d62f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": null, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "eac1d4f6-5f10-416c-b807-4ba365c184fa"}]} 2018-10-04 14:51:34,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e87314c-f8b4-4e59-a90a-23cf6e1bc381 used request id req-24c0d468-c23b-41ef-95f5-82530af3e41e 2018-10-04 14:51:34,951 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e87314c-f8b4-4e59-a90a-23cf6e1bc381 2018-10-04 14:51:34,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e87314c-f8b4-4e59-a90a-23cf6e1bc381 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39bf22dcfa3002c73a5ee8588454cd55bb502a44" 2018-10-04 14:51:35,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b2dfbd4a-17be-403f-8cfb-3c0f73c81c46 Date: Thu, 04 Oct 2018 14:51:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": null, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "13109521-cf14-4987-9e21-97434f11d62f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": null, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "eac1d4f6-5f10-416c-b807-4ba365c184fa"}]} 2018-10-04 14:51:35,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e87314c-f8b4-4e59-a90a-23cf6e1bc381 used request id req-b2dfbd4a-17be-403f-8cfb-3c0f73c81c46 2018-10-04 14:51:35,138 - neutron_utils - INFO - Retrieving security group with ID - 4e87314c-f8b4-4e59-a90a-23cf6e1bc381 2018-10-04 14:51:35,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=4e87314c-f8b4-4e59-a90a-23cf6e1bc381 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39bf22dcfa3002c73a5ee8588454cd55bb502a44" 2018-10-04 14:51:35,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-5a70a91a-ea31-4a34-802a-01aade53f485 Date: Thu, 04 Oct 2018 14:51:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "updated_at": "2018-10-04T14:51:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "revision_number": 0, "id": "13109521-cf14-4987-9e21-97434f11d62f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "port_range_min": null, "ethertype": "IPv6", "project_id": "dc07ad7ce5314e26b24bbae506fca8db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "revision_number": 0, "id": "eac1d4f6-5f10-416c-b807-4ba365c184fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "port_range_min": null, "ethertype": "IPv4", "project_id": "dc07ad7ce5314e26b24bbae506fca8db"}], "revision_number": 2, "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "name": "CreateSecurityGroupTests-3ecfda8b-2fdd-4bca-bbc0-a31a90b60d35name"}]} 2018-10-04 14:51:35,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=4e87314c-f8b4-4e59-a90a-23cf6e1bc381 used request id req-5a70a91a-ea31-4a34-802a-01aade53f485 2018-10-04 14:51:35,329 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e87314c-f8b4-4e59-a90a-23cf6e1bc381 2018-10-04 14:51:35,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e87314c-f8b4-4e59-a90a-23cf6e1bc381 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39bf22dcfa3002c73a5ee8588454cd55bb502a44" 2018-10-04 14:51:35,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-154f2bce-67fa-43ef-9f5e-3fd28fbe23dc Date: Thu, 04 Oct 2018 14:51:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": null, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "13109521-cf14-4987-9e21-97434f11d62f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": null, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "eac1d4f6-5f10-416c-b807-4ba365c184fa"}]} 2018-10-04 14:51:35,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e87314c-f8b4-4e59-a90a-23cf6e1bc381 used request id req-154f2bce-67fa-43ef-9f5e-3fd28fbe23dc 2018-10-04 14:51:35,358 - neutron_utils - INFO - Retrieving security group with ID - 4e87314c-f8b4-4e59-a90a-23cf6e1bc381 2018-10-04 14:51:35,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=4e87314c-f8b4-4e59-a90a-23cf6e1bc381 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39bf22dcfa3002c73a5ee8588454cd55bb502a44" 2018-10-04 14:51:35,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-59e21ceb-83e3-4cdd-8d78-f3d637dd5358 Date: Thu, 04 Oct 2018 14:51:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "updated_at": "2018-10-04T14:51:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "revision_number": 0, "id": "13109521-cf14-4987-9e21-97434f11d62f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "port_range_min": null, "ethertype": "IPv6", "project_id": "dc07ad7ce5314e26b24bbae506fca8db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "revision_number": 0, "id": "eac1d4f6-5f10-416c-b807-4ba365c184fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "port_range_min": null, "ethertype": "IPv4", "project_id": "dc07ad7ce5314e26b24bbae506fca8db"}], "revision_number": 2, "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "name": "CreateSecurityGroupTests-3ecfda8b-2fdd-4bca-bbc0-a31a90b60d35name"}]} 2018-10-04 14:51:35,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=4e87314c-f8b4-4e59-a90a-23cf6e1bc381 used request id req-59e21ceb-83e3-4cdd-8d78-f3d637dd5358 2018-10-04 14:51:35,544 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e87314c-f8b4-4e59-a90a-23cf6e1bc381 2018-10-04 14:51:35,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e87314c-f8b4-4e59-a90a-23cf6e1bc381 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39bf22dcfa3002c73a5ee8588454cd55bb502a44" 2018-10-04 14:51:35,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0984c27d-d0a0-485c-bd5d-ab3f84d568d0 Date: Thu, 04 Oct 2018 14:51:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": null, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "13109521-cf14-4987-9e21-97434f11d62f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": null, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "eac1d4f6-5f10-416c-b807-4ba365c184fa"}]} 2018-10-04 14:51:35,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e87314c-f8b4-4e59-a90a-23cf6e1bc381 used request id req-0984c27d-d0a0-485c-bd5d-ab3f84d568d0 2018-10-04 14:51:35,573 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-3ecfda8b-2fdd-4bca-bbc0-a31a90b60d35name 2018-10-04 14:51:35,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3ecfda8b-2fdd-4bca-bbc0-a31a90b60d35name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39bf22dcfa3002c73a5ee8588454cd55bb502a44" 2018-10-04 14:51:35,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-18e5efa4-a517-47eb-a3f2-644c3a4c958b Date: Thu, 04 Oct 2018 14:51:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "updated_at": "2018-10-04T14:51:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "revision_number": 0, "id": "13109521-cf14-4987-9e21-97434f11d62f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "port_range_min": null, "ethertype": "IPv6", "project_id": "dc07ad7ce5314e26b24bbae506fca8db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "revision_number": 0, "id": "eac1d4f6-5f10-416c-b807-4ba365c184fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "port_range_min": null, "ethertype": "IPv4", "project_id": "dc07ad7ce5314e26b24bbae506fca8db"}], "revision_number": 2, "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "name": "CreateSecurityGroupTests-3ecfda8b-2fdd-4bca-bbc0-a31a90b60d35name"}]} 2018-10-04 14:51:35,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3ecfda8b-2fdd-4bca-bbc0-a31a90b60d35name used request id req-18e5efa4-a517-47eb-a3f2-644c3a4c958b 2018-10-04 14:51:35,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:51:35,634 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:51:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:51:35,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/dc07ad7ce5314e26b24bbae506fca8db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39bf22dcfa3002c73a5ee8588454cd55bb502a44" 2018-10-04 14:51:35,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca9122b3-35c8-44a2-9520-7b02ffcf3fac Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/dc07ad7ce5314e26b24bbae506fca8db"}, "enabled": true, "id": "dc07ad7ce5314e26b24bbae506fca8db", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-ff4d4f40-bccb-443-proj"}} 2018-10-04 14:51:35,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/dc07ad7ce5314e26b24bbae506fca8db used request id req-ca9122b3-35c8-44a2-9520-7b02ffcf3fac 2018-10-04 14:51:35,715 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e87314c-f8b4-4e59-a90a-23cf6e1bc381 2018-10-04 14:51:35,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e87314c-f8b4-4e59-a90a-23cf6e1bc381 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39bf22dcfa3002c73a5ee8588454cd55bb502a44" 2018-10-04 14:51:35,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cd359de2-dd6d-422c-8bac-5bb28fc51c66 Date: Thu, 04 Oct 2018 14:51:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": null, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "13109521-cf14-4987-9e21-97434f11d62f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": null, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "eac1d4f6-5f10-416c-b807-4ba365c184fa"}]} 2018-10-04 14:51:35,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e87314c-f8b4-4e59-a90a-23cf6e1bc381 used request id req-cd359de2-dd6d-422c-8bac-5bb28fc51c66 2018-10-04 14:51:35,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39bf22dcfa3002c73a5ee8588454cd55bb502a44" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_1", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": 10}}' 2018-10-04 14:51:36,219 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-21a5f1bd-991e-42ba-a714-f995453b87a3 Date: Thu, 04 Oct 2018 14:51:36 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:51:36Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": 10, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:36Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "2d5abc7a-ff5c-44eb-a919-76169f86c4f6"}} 2018-10-04 14:51:36,220 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-21a5f1bd-991e-42ba-a714-f995453b87a3 2018-10-04 14:51:36,220 - neutron_utils - INFO - Retrieving security group with ID - 4e87314c-f8b4-4e59-a90a-23cf6e1bc381 2018-10-04 14:51:36,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=4e87314c-f8b4-4e59-a90a-23cf6e1bc381 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39bf22dcfa3002c73a5ee8588454cd55bb502a44" 2018-10-04 14:51:36,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-7a8cecc4-fea9-4d9d-8568-e40c0ca6da07 Date: Thu, 04 Oct 2018 14:51:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "updated_at": "2018-10-04T14:51:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "revision_number": 0, "id": "13109521-cf14-4987-9e21-97434f11d62f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "port_range_min": null, "ethertype": "IPv6", "project_id": "dc07ad7ce5314e26b24bbae506fca8db"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:51:36Z", "revision_number": 0, "id": "2d5abc7a-ff5c-44eb-a919-76169f86c4f6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:36Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "port_range_min": 10, "ethertype": "IPv4", "project_id": "dc07ad7ce5314e26b24bbae506fca8db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "revision_number": 0, "id": "eac1d4f6-5f10-416c-b807-4ba365c184fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "port_range_min": null, "ethertype": "IPv4", "project_id": "dc07ad7ce5314e26b24bbae506fca8db"}], "revision_number": 3, "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "name": "CreateSecurityGroupTests-3ecfda8b-2fdd-4bca-bbc0-a31a90b60d35name"}]} 2018-10-04 14:51:36,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=4e87314c-f8b4-4e59-a90a-23cf6e1bc381 used request id req-7a8cecc4-fea9-4d9d-8568-e40c0ca6da07 2018-10-04 14:51:36,271 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e87314c-f8b4-4e59-a90a-23cf6e1bc381 2018-10-04 14:51:36,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e87314c-f8b4-4e59-a90a-23cf6e1bc381 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39bf22dcfa3002c73a5ee8588454cd55bb502a44" 2018-10-04 14:51:36,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-6b400d16-a90e-4cb5-a9a7-ddbacb635793 Date: Thu, 04 Oct 2018 14:51:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": null, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "13109521-cf14-4987-9e21-97434f11d62f"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:51:36Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": 10, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:36Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "2d5abc7a-ff5c-44eb-a919-76169f86c4f6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": null, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "eac1d4f6-5f10-416c-b807-4ba365c184fa"}]} 2018-10-04 14:51:36,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e87314c-f8b4-4e59-a90a-23cf6e1bc381 used request id req-6b400d16-a90e-4cb5-a9a7-ddbacb635793 2018-10-04 14:51:36,304 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:36,684 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0ba22e09e77744ff9117eef330bccd57", "name": "CreateSecurityGroupTests-ff4d4f40-bccb-443-proj-role"}], "expires_at": "2018-10-04T15:51:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dc07ad7ce5314e26b24bbae506fca8db", "name": "CreateSecurityGroupTests-ff4d4f40-bccb-443-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/dc07ad7ce5314e26b24bbae506fca8db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/dc07ad7ce5314e26b24bbae506fca8db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/dc07ad7ce5314e26b24bbae506fca8db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/dc07ad7ce5314e26b24bbae506fca8db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/dc07ad7ce5314e26b24bbae506fca8db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/dc07ad7ce5314e26b24bbae506fca8db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dc07ad7ce5314e26b24bbae506fca8db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/dc07ad7ce5314e26b24bbae506fca8db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/dc07ad7ce5314e26b24bbae506fca8db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/dc07ad7ce5314e26b24bbae506fca8db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/dc07ad7ce5314e26b24bbae506fca8db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/dc07ad7ce5314e26b24bbae506fca8db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-ff4d4f40-bccb-443-user", "id": "983b0e0796d34b7e8cc0a5002d838d64"}, "audit_ids": ["KUM9Sy01SYSicZkQ8wEVLw"], "issued_at": "2018-10-04T14:51:36.000000Z"}} 2018-10-04 14:51:36,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3ecfda8b-2fdd-4bca-bbc0-a31a90b60d35name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a924dcf27957562911448aee86107b42a12033c" 2018-10-04 14:51:36,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-0b239dee-4c86-4849-88d5-d578206b574d Date: Thu, 04 Oct 2018 14:51:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "updated_at": "2018-10-04T14:51:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "revision_number": 0, "id": "13109521-cf14-4987-9e21-97434f11d62f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "port_range_min": null, "ethertype": "IPv6", "project_id": "dc07ad7ce5314e26b24bbae506fca8db"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:51:36Z", "revision_number": 0, "id": "2d5abc7a-ff5c-44eb-a919-76169f86c4f6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:36Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "port_range_min": 10, "ethertype": "IPv4", "project_id": "dc07ad7ce5314e26b24bbae506fca8db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "revision_number": 0, "id": "eac1d4f6-5f10-416c-b807-4ba365c184fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "port_range_min": null, "ethertype": "IPv4", "project_id": "dc07ad7ce5314e26b24bbae506fca8db"}], "revision_number": 3, "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "name": "CreateSecurityGroupTests-3ecfda8b-2fdd-4bca-bbc0-a31a90b60d35name"}]} 2018-10-04 14:51:36,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3ecfda8b-2fdd-4bca-bbc0-a31a90b60d35name&description=hello+group used request id req-0b239dee-4c86-4849-88d5-d578206b574d 2018-10-04 14:51:36,874 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e87314c-f8b4-4e59-a90a-23cf6e1bc381 2018-10-04 14:51:36,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e87314c-f8b4-4e59-a90a-23cf6e1bc381 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a924dcf27957562911448aee86107b42a12033c" 2018-10-04 14:51:37,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-65e326f0-c97e-452a-9df4-35d27600cb53 Date: Thu, 04 Oct 2018 14:51:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": null, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "13109521-cf14-4987-9e21-97434f11d62f"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:51:36Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": 10, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:36Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "2d5abc7a-ff5c-44eb-a919-76169f86c4f6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": null, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "eac1d4f6-5f10-416c-b807-4ba365c184fa"}]} 2018-10-04 14:51:37,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e87314c-f8b4-4e59-a90a-23cf6e1bc381 used request id req-65e326f0-c97e-452a-9df4-35d27600cb53 2018-10-04 14:51:37,059 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e87314c-f8b4-4e59-a90a-23cf6e1bc381 2018-10-04 14:51:37,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e87314c-f8b4-4e59-a90a-23cf6e1bc381 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a924dcf27957562911448aee86107b42a12033c" 2018-10-04 14:51:37,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-b28c1123-f8d9-42c6-873b-898ccab774f6 Date: Thu, 04 Oct 2018 14:51:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": null, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "13109521-cf14-4987-9e21-97434f11d62f"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:51:36Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": 10, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:36Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "2d5abc7a-ff5c-44eb-a919-76169f86c4f6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": null, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "eac1d4f6-5f10-416c-b807-4ba365c184fa"}]} 2018-10-04 14:51:37,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e87314c-f8b4-4e59-a90a-23cf6e1bc381 used request id req-b28c1123-f8d9-42c6-873b-898ccab774f6 2018-10-04 14:51:37,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3ecfda8b-2fdd-4bca-bbc0-a31a90b60d35name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a924dcf27957562911448aee86107b42a12033c" 2018-10-04 14:51:37,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-9baac0ef-fb83-4d96-86eb-fb18c2de1027 Date: Thu, 04 Oct 2018 14:51:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "updated_at": "2018-10-04T14:51:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "revision_number": 0, "id": "13109521-cf14-4987-9e21-97434f11d62f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "port_range_min": null, "ethertype": "IPv6", "project_id": "dc07ad7ce5314e26b24bbae506fca8db"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:51:36Z", "revision_number": 0, "id": "2d5abc7a-ff5c-44eb-a919-76169f86c4f6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:36Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "port_range_min": 10, "ethertype": "IPv4", "project_id": "dc07ad7ce5314e26b24bbae506fca8db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "revision_number": 0, "id": "eac1d4f6-5f10-416c-b807-4ba365c184fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "port_range_min": null, "ethertype": "IPv4", "project_id": "dc07ad7ce5314e26b24bbae506fca8db"}], "revision_number": 3, "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "name": "CreateSecurityGroupTests-3ecfda8b-2fdd-4bca-bbc0-a31a90b60d35name"}]} 2018-10-04 14:51:37,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3ecfda8b-2fdd-4bca-bbc0-a31a90b60d35name used request id req-9baac0ef-fb83-4d96-86eb-fb18c2de1027 2018-10-04 14:51:37,433 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e87314c-f8b4-4e59-a90a-23cf6e1bc381 2018-10-04 14:51:37,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e87314c-f8b4-4e59-a90a-23cf6e1bc381 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a924dcf27957562911448aee86107b42a12033c" 2018-10-04 14:51:37,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-410475fc-6f9c-4b74-8903-62e832c312e5 Date: Thu, 04 Oct 2018 14:51:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": null, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "13109521-cf14-4987-9e21-97434f11d62f"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:51:36Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": 10, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:36Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "2d5abc7a-ff5c-44eb-a919-76169f86c4f6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": null, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "eac1d4f6-5f10-416c-b807-4ba365c184fa"}]} 2018-10-04 14:51:37,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e87314c-f8b4-4e59-a90a-23cf6e1bc381 used request id req-410475fc-6f9c-4b74-8903-62e832c312e5 2018-10-04 14:51:37,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3ecfda8b-2fdd-4bca-bbc0-a31a90b60d35name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a924dcf27957562911448aee86107b42a12033c" 2018-10-04 14:51:37,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-3d11420e-64f2-477a-b632-2d4f828158ab Date: Thu, 04 Oct 2018 14:51:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "updated_at": "2018-10-04T14:51:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "revision_number": 0, "id": "13109521-cf14-4987-9e21-97434f11d62f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "port_range_min": null, "ethertype": "IPv6", "project_id": "dc07ad7ce5314e26b24bbae506fca8db"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:51:36Z", "revision_number": 0, "id": "2d5abc7a-ff5c-44eb-a919-76169f86c4f6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:36Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "port_range_min": 10, "ethertype": "IPv4", "project_id": "dc07ad7ce5314e26b24bbae506fca8db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "revision_number": 0, "id": "eac1d4f6-5f10-416c-b807-4ba365c184fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "port_range_min": null, "ethertype": "IPv4", "project_id": "dc07ad7ce5314e26b24bbae506fca8db"}], "revision_number": 3, "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "name": "CreateSecurityGroupTests-3ecfda8b-2fdd-4bca-bbc0-a31a90b60d35name"}]} 2018-10-04 14:51:37,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3ecfda8b-2fdd-4bca-bbc0-a31a90b60d35name used request id req-3d11420e-64f2-477a-b632-2d4f828158ab 2018-10-04 14:51:37,672 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e87314c-f8b4-4e59-a90a-23cf6e1bc381 2018-10-04 14:51:37,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e87314c-f8b4-4e59-a90a-23cf6e1bc381 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a924dcf27957562911448aee86107b42a12033c" 2018-10-04 14:51:37,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-7de2f05c-66ec-4822-a132-9fc47bd6d807 Date: Thu, 04 Oct 2018 14:51:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": null, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "13109521-cf14-4987-9e21-97434f11d62f"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:51:36Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": 10, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:36Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "2d5abc7a-ff5c-44eb-a919-76169f86c4f6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "security_group_id": "4e87314c-f8b4-4e59-a90a-23cf6e1bc381", "port_range_min": null, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "eac1d4f6-5f10-416c-b807-4ba365c184fa"}]} 2018-10-04 14:51:37,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4e87314c-f8b4-4e59-a90a-23cf6e1bc381 used request id req-7de2f05c-66ec-4822-a132-9fc47bd6d807 2018-10-04 14:51:37,865 - neutron_utils - INFO - Deleting security group rule with ID - eac1d4f6-5f10-416c-b807-4ba365c184fa 2018-10-04 14:51:37,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/eac1d4f6-5f10-416c-b807-4ba365c184fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39bf22dcfa3002c73a5ee8588454cd55bb502a44" 2018-10-04 14:51:38,092 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f62289aa-2026-401b-a566-0242f928d7ab Content-Length: 0 Date: Thu, 04 Oct 2018 14:51:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:51:38,093 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/eac1d4f6-5f10-416c-b807-4ba365c184fa used request id req-f62289aa-2026-401b-a566-0242f928d7ab 2018-10-04 14:51:38,093 - neutron_utils - INFO - Deleting security group rule with ID - 13109521-cf14-4987-9e21-97434f11d62f 2018-10-04 14:51:38,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/13109521-cf14-4987-9e21-97434f11d62f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39bf22dcfa3002c73a5ee8588454cd55bb502a44" 2018-10-04 14:51:38,180 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dbd23c94-ee05-4210-9094-48a02836bddf Content-Length: 0 Date: Thu, 04 Oct 2018 14:51:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:51:38,180 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/13109521-cf14-4987-9e21-97434f11d62f used request id req-dbd23c94-ee05-4210-9094-48a02836bddf 2018-10-04 14:51:38,181 - neutron_utils - INFO - Deleting security group rule with ID - 2d5abc7a-ff5c-44eb-a919-76169f86c4f6 2018-10-04 14:51:38,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/2d5abc7a-ff5c-44eb-a919-76169f86c4f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39bf22dcfa3002c73a5ee8588454cd55bb502a44" 2018-10-04 14:51:38,425 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aae663d0-f8d8-4f1d-bba0-4f2bdae4c4dc Content-Length: 0 Date: Thu, 04 Oct 2018 14:51:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:51:38,425 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/2d5abc7a-ff5c-44eb-a919-76169f86c4f6 used request id req-aae663d0-f8d8-4f1d-bba0-4f2bdae4c4dc 2018-10-04 14:51:38,425 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-3ecfda8b-2fdd-4bca-bbc0-a31a90b60d35name 2018-10-04 14:51:38,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/4e87314c-f8b4-4e59-a90a-23cf6e1bc381 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39bf22dcfa3002c73a5ee8588454cd55bb502a44" 2018-10-04 14:51:38,692 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6397395e-2c50-4ee6-bbe5-273721fd1b6e Content-Length: 0 Date: Thu, 04 Oct 2018 14:51:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:51:38,692 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/4e87314c-f8b4-4e59-a90a-23cf6e1bc381 used request id req-6397395e-2c50-4ee6-bbe5-273721fd1b6e 2018-10-04 14:51:38,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574a4869e8846c82d11f96e8673a6852cb0d387d" 2018-10-04 14:51:38,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-9e322213-0afa-4e80-a7fb-03111615829e Date: Thu, 04 Oct 2018 14:51:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "updated_at": "2018-10-04T14:51:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "revision_number": 0, "id": "1541b0f1-8d1f-4594-ad89-2171609d82d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:34Z", "security_group_id": "9f675898-cbc6-490f-abda-b78e791c84fb", "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "port_range_min": null, "ethertype": "IPv4", "project_id": "dc07ad7ce5314e26b24bbae506fca8db"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "revision_number": 0, "id": "764193e0-5a04-4c1f-b75b-2837a1258b77", "remote_group_id": "9f675898-cbc6-490f-abda-b78e791c84fb", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:34Z", "security_group_id": "9f675898-cbc6-490f-abda-b78e791c84fb", "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "port_range_min": null, "ethertype": "IPv4", "project_id": "dc07ad7ce5314e26b24bbae506fca8db"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "revision_number": 0, "id": "c90a0bff-41e8-43f5-822c-0edc761797d5", "remote_group_id": "9f675898-cbc6-490f-abda-b78e791c84fb", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:34Z", "security_group_id": "9f675898-cbc6-490f-abda-b78e791c84fb", "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "port_range_min": null, "ethertype": "IPv6", "project_id": "dc07ad7ce5314e26b24bbae506fca8db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "revision_number": 0, "id": "f1382b94-f801-4796-97fc-84ad15311854", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:34Z", "security_group_id": "9f675898-cbc6-490f-abda-b78e791c84fb", "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "port_range_min": null, "ethertype": "IPv6", "project_id": "dc07ad7ce5314e26b24bbae506fca8db"}], "revision_number": 4, "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "9f675898-cbc6-490f-abda-b78e791c84fb", "name": "default"}]} 2018-10-04 14:51:38,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-9e322213-0afa-4e80-a7fb-03111615829e 2018-10-04 14:51:38,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574a4869e8846c82d11f96e8673a6852cb0d387d" 2018-10-04 14:51:38,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2943eee6-8223-4ba3-8fdd-e6eb0e86d868 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:51:38,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-2943eee6-8223-4ba3-8fdd-e6eb0e86d868 2018-10-04 14:51:38,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574a4869e8846c82d11f96e8673a6852cb0d387d" 2018-10-04 14:51:39,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a038aaea-af36-4732-a673-df9e789d4c7c Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:51:39,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-a038aaea-af36-4732-a673-df9e789d4c7c 2018-10-04 14:51:39,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574a4869e8846c82d11f96e8673a6852cb0d387d" 2018-10-04 14:51:39,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d5db4db-e163-40b6-bfaf-c54642f88837 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:51:39,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-3d5db4db-e163-40b6-bfaf-c54642f88837 2018-10-04 14:51:39,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/dc07ad7ce5314e26b24bbae506fca8db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574a4869e8846c82d11f96e8673a6852cb0d387d" 2018-10-04 14:51:39,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04159023-14bd-4e61-9b08-4dfb4f6960e5 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/dc07ad7ce5314e26b24bbae506fca8db"}, "enabled": true, "id": "dc07ad7ce5314e26b24bbae506fca8db", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-ff4d4f40-bccb-443-proj"}} 2018-10-04 14:51:39,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/dc07ad7ce5314e26b24bbae506fca8db used request id req-04159023-14bd-4e61-9b08-4dfb4f6960e5 2018-10-04 14:51:39,262 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f675898-cbc6-490f-abda-b78e791c84fb 2018-10-04 14:51:39,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=9f675898-cbc6-490f-abda-b78e791c84fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574a4869e8846c82d11f96e8673a6852cb0d387d" 2018-10-04 14:51:39,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-9a893010-9d79-490c-a573-9cd358177a6a Date: Thu, 04 Oct 2018 14:51:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "security_group_id": "9f675898-cbc6-490f-abda-b78e791c84fb", "port_range_min": null, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "1541b0f1-8d1f-4594-ad89-2171609d82d3"}, {"remote_group_id": "9f675898-cbc6-490f-abda-b78e791c84fb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "security_group_id": "9f675898-cbc6-490f-abda-b78e791c84fb", "port_range_min": null, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "764193e0-5a04-4c1f-b75b-2837a1258b77"}, {"remote_group_id": "9f675898-cbc6-490f-abda-b78e791c84fb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "security_group_id": "9f675898-cbc6-490f-abda-b78e791c84fb", "port_range_min": null, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "c90a0bff-41e8-43f5-822c-0edc761797d5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:34Z", "security_group_id": "9f675898-cbc6-490f-abda-b78e791c84fb", "port_range_min": null, "revision_number": 0, "tenant_id": "dc07ad7ce5314e26b24bbae506fca8db", "created_at": "2018-10-04T14:51:34Z", "project_id": "dc07ad7ce5314e26b24bbae506fca8db", "id": "f1382b94-f801-4796-97fc-84ad15311854"}]} 2018-10-04 14:51:39,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=9f675898-cbc6-490f-abda-b78e791c84fb used request id req-9a893010-9d79-490c-a573-9cd358177a6a 2018-10-04 14:51:39,442 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 14:51:39,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/9f675898-cbc6-490f-abda-b78e791c84fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574a4869e8846c82d11f96e8673a6852cb0d387d" 2018-10-04 14:51:39,911 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8f343fde-f5b4-46eb-8cc6-54df99a3cd92 Content-Length: 0 Date: Thu, 04 Oct 2018 14:51:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:51:39,911 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/9f675898-cbc6-490f-abda-b78e791c84fb used request id req-8f343fde-f5b4-46eb-8cc6-54df99a3cd92 2018-10-04 14:51:39,912 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-ff4d4f40-bccb-443-proj 2018-10-04 14:51:39,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/dc07ad7ce5314e26b24bbae506fca8db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574a4869e8846c82d11f96e8673a6852cb0d387d" 2018-10-04 14:51:40,102 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:51:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d063a80-4859-4eb1-a823-8c8123bbc980 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:51:40,102 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/dc07ad7ce5314e26b24bbae506fca8db used request id req-4d063a80-4859-4eb1-a823-8c8123bbc980 2018-10-04 14:51:40,102 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-ff4d4f40-bccb-443-proj-role 2018-10-04 14:51:40,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/0ba22e09e77744ff9117eef330bccd57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574a4869e8846c82d11f96e8673a6852cb0d387d" 2018-10-04 14:51:40,242 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:51:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c4bc7d5-6112-4f9c-96f8-33a853764eba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:51:40,242 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/0ba22e09e77744ff9117eef330bccd57 used request id req-8c4bc7d5-6112-4f9c-96f8-33a853764eba 2018-10-04 14:51:40,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574a4869e8846c82d11f96e8673a6852cb0d387d" 2018-10-04 14:51:40,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e600c3a-a364-480b-a824-fad106df8de6 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:51:40,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4e600c3a-a364-480b-a824-fad106df8de6 2018-10-04 14:51:40,327 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-ff4d4f40-bccb-443-user 2018-10-04 14:51:40,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/983b0e0796d34b7e8cc0a5002d838d64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b97103861a2137b88254737c311fa2493de89a10" 2018-10-04 14:51:40,499 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:51:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bafd0b1-ea9a-4ca1-a38f-5fd139fcb5f6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:51:40,500 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/983b0e0796d34b7e8cc0a5002d838d64 used request id req-0bafd0b1-ea9a-4ca1-a38f-5fd139fcb5f6 2018-10-04 14:51:40,501 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:40,883 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:51:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["vxzug_iESj6-16y7gw7RlQ"], "issued_at": "2018-10-04T14:51:40.000000Z"}} 2018-10-04 14:51:40,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964fc30a0e107de2d77473dfcb8e24ee31f8c2ec" 2018-10-04 14:51:40,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d4165dc-fdc5-44a4-8e0b-8097777a5c51 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:51:40,962 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9d4165dc-fdc5-44a4-8e0b-8097777a5c51 2018-10-04 14:51:40,964 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:51:40,965 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:41,371 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:51:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["oEtJyFXLQ-uvp-uwD42Mhg"], "issued_at": "2018-10-04T14:51:41.000000Z"}} 2018-10-04 14:51:41,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}505f4826efc65508a93b696a8b9c7e16f23c334c" 2018-10-04 14:51:41,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-860c98f8-20c6-437a-b37b-0d85b4f59ec0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:51:41,452 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-860c98f8-20c6-437a-b37b-0d85b4f59ec0 2018-10-04 14:51:41,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:51:41,461 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:51:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:51:41,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-fcdc467f-604b-40d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}505f4826efc65508a93b696a8b9c7e16f23c334c" 2018-10-04 14:51:41,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b53faf2-81a5-487b-acf5-5ed2d6d03be8 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-fcdc467f-604b-40d-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:51:41,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-fcdc467f-604b-40d-proj used request id req-9b53faf2-81a5-487b-acf5-5ed2d6d03be8 2018-10-04 14:51:41,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}505f4826efc65508a93b696a8b9c7e16f23c334c" 2018-10-04 14:51:41,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2e9d8ef-b7e4-44ff-ad6a-0a1ff73068c2 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:51:41,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-c2e9d8ef-b7e4-44ff-ad6a-0a1ff73068c2 2018-10-04 14:51:41,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}505f4826efc65508a93b696a8b9c7e16f23c334c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-fcdc467f-604b-40d-proj"}}' 2018-10-04 14:51:41,770 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:51:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b4fce95-c30b-415a-a3c2-a4c3e402a2a3 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f864fbb8d4454fa39fda3b28416a6b3c"}, "enabled": true, "id": "f864fbb8d4454fa39fda3b28416a6b3c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-fcdc467f-604b-40d-proj"}} 2018-10-04 14:51:41,770 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-1b4fce95-c30b-415a-a3c2-a4c3e402a2a3 2018-10-04 14:51:41,771 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-fcdc467f-604b-40d-proj 2018-10-04 14:51:41,771 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:51:41,772 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:42,157 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:51:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["19XkiPhWRsS6kE9qZfL29Q"], "issued_at": "2018-10-04T14:51:42.000000Z"}} 2018-10-04 14:51:42,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}326b443f03405e09b3a7c145db4ea7a2b876597d" 2018-10-04 14:51:42,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e75ee3f1-5f99-4f2e-bb84-a81113cce496 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:51:42,244 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e75ee3f1-5f99-4f2e-bb84-a81113cce496 2018-10-04 14:51:42,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:51:42,253 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:51:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:51:42,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}326b443f03405e09b3a7c145db4ea7a2b876597d" 2018-10-04 14:51:42,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0759a787-7ed3-4ded-9c03-cb91917b9ad6 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:51:42,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0759a787-7ed3-4ded-9c03-cb91917b9ad6 2018-10-04 14:51:42,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-fcdc467f-604b-40d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}326b443f03405e09b3a7c145db4ea7a2b876597d" 2018-10-04 14:51:42,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89f64808-5d24-4a0d-b328-3a9cc44ef4c0 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-fcdc467f-604b-40d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f864fbb8d4454fa39fda3b28416a6b3c"}, "enabled": true, "id": "f864fbb8d4454fa39fda3b28416a6b3c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-fcdc467f-604b-40d-proj"}]} 2018-10-04 14:51:42,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-fcdc467f-604b-40d-proj used request id req-89f64808-5d24-4a0d-b328-3a9cc44ef4c0 2018-10-04 14:51:42,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}326b443f03405e09b3a7c145db4ea7a2b876597d" 2018-10-04 14:51:42,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dab5907-841d-4caa-abc8-319368d4a897 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:51:42,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-4dab5907-841d-4caa-abc8-319368d4a897 2018-10-04 14:51:42,901 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-fcdc467f-604b-40d-user 2018-10-04 14:51:42,902 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:51:42,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}505f4826efc65508a93b696a8b9c7e16f23c334c" 2018-10-04 14:51:42,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f9a6900-f23c-4fdd-b96c-afdec3664729 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:51:42,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9f9a6900-f23c-4fdd-b96c-afdec3664729 2018-10-04 14:51:43,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}505f4826efc65508a93b696a8b9c7e16f23c334c" -d '{"role": {"name": "CreateSecurityGroupTests-fcdc467f-604b-40d-proj-role"}}' 2018-10-04 14:51:43,093 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:51:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b313ee56-54b0-4323-9e16-8e1bf8925703 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d201e08461384c4bb5ccdf531ad06b0e", "links": {"self": "http://172.30.9.23:5000/v3/roles/d201e08461384c4bb5ccdf531ad06b0e"}, "name": "CreateSecurityGroupTests-fcdc467f-604b-40d-proj-role"}} 2018-10-04 14:51:43,093 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-b313ee56-54b0-4323-9e16-8e1bf8925703 2018-10-04 14:51:43,093 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-fcdc467f-604b-40d-proj-role 2018-10-04 14:51:43,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/d201e08461384c4bb5ccdf531ad06b0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}505f4826efc65508a93b696a8b9c7e16f23c334c" 2018-10-04 14:51:43,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d06a6248-8f5a-481e-9562-6ba6adae5046 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/d201e08461384c4bb5ccdf531ad06b0e"}, "domain_id": null, "name": "CreateSecurityGroupTests-fcdc467f-604b-40d-proj-role", "id": "d201e08461384c4bb5ccdf531ad06b0e"}} 2018-10-04 14:51:43,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/d201e08461384c4bb5ccdf531ad06b0e used request id req-d06a6248-8f5a-481e-9562-6ba6adae5046 2018-10-04 14:51:43,196 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-fcdc467f-604b-40d-proj-role to project CreateSecurityGroupTests-fcdc467f-604b-40d-proj 2018-10-04 14:51:43,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/f864fbb8d4454fa39fda3b28416a6b3c/users/b1ec4ce98ecf4472995eafbf16b77cab/roles/d201e08461384c4bb5ccdf531ad06b0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}505f4826efc65508a93b696a8b9c7e16f23c334c" 2018-10-04 14:51:43,335 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:51:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-708af9a4-f542-4589-8597-2d99d2475e79 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:51:43,335 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/f864fbb8d4454fa39fda3b28416a6b3c/users/b1ec4ce98ecf4472995eafbf16b77cab/roles/d201e08461384c4bb5ccdf531ad06b0e used request id req-708af9a4-f542-4589-8597-2d99d2475e79 2018-10-04 14:51:43,336 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:51:43,337 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:43,710 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d201e08461384c4bb5ccdf531ad06b0e", "name": "CreateSecurityGroupTests-fcdc467f-604b-40d-proj-role"}], "expires_at": "2018-10-04T15:51:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f864fbb8d4454fa39fda3b28416a6b3c", "name": "CreateSecurityGroupTests-fcdc467f-604b-40d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/f864fbb8d4454fa39fda3b28416a6b3c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/f864fbb8d4454fa39fda3b28416a6b3c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/f864fbb8d4454fa39fda3b28416a6b3c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f864fbb8d4454fa39fda3b28416a6b3c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/f864fbb8d4454fa39fda3b28416a6b3c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/f864fbb8d4454fa39fda3b28416a6b3c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/f864fbb8d4454fa39fda3b28416a6b3c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/f864fbb8d4454fa39fda3b28416a6b3c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/f864fbb8d4454fa39fda3b28416a6b3c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f864fbb8d4454fa39fda3b28416a6b3c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/f864fbb8d4454fa39fda3b28416a6b3c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/f864fbb8d4454fa39fda3b28416a6b3c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-fcdc467f-604b-40d-user", "id": "b1ec4ce98ecf4472995eafbf16b77cab"}, "audit_ids": ["pXhNGgXpTwio33HXAZ0Nmw"], "issued_at": "2018-10-04T14:51:43.000000Z"}} 2018-10-04 14:51:43,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}692f025bf6c63bf5dba8453287afecd1983b1dc6" 2018-10-04 14:51:43,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4755bf65-fc67-40de-bae1-956c6deaba80 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:51:43,799 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4755bf65-fc67-40de-bae1-956c6deaba80 2018-10-04 14:51:43,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-d9e31b4b-ec0e-4c4d-af8e-c6c431846cc6name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}692f025bf6c63bf5dba8453287afecd1983b1dc6" 2018-10-04 14:51:44,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-dd70cca5-df82-460a-855d-5c7a23180e52 Date: Thu, 04 Oct 2018 14:51:44 GMT RESP BODY: {"security_groups": []} 2018-10-04 14:51:44,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-d9e31b4b-ec0e-4c4d-af8e-c6c431846cc6name&description=hello+group used request id req-dd70cca5-df82-460a-855d-5c7a23180e52 2018-10-04 14:51:44,099 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-d9e31b4b-ec0e-4c4d-af8e-c6c431846cc6name... 2018-10-04 14:51:44,099 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-d9e31b4b-ec0e-4c4d-af8e-c6c431846cc6name 2018-10-04 14:51:44,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}692f025bf6c63bf5dba8453287afecd1983b1dc6" -d '{"security_group": {"name": "CreateSecurityGroupTests-d9e31b4b-ec0e-4c4d-af8e-c6c431846cc6name", "description": "hello group"}}' 2018-10-04 14:51:44,453 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-980a7e89-fa2f-41a1-94bc-bc1930d0e0d0 Date: Thu, 04 Oct 2018 14:51:44 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "updated_at": "2018-10-04T14:51:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "revision_number": 0, "id": "31da6699-5303-4a98-a2ab-889e0d9765d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "revision_number": 0, "id": "87754098-3fec-409c-8de2-59b8a5d4c53f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c"}], "revision_number": 2, "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "name": "CreateSecurityGroupTests-d9e31b4b-ec0e-4c4d-af8e-c6c431846cc6name"}} 2018-10-04 14:51:44,453 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-980a7e89-fa2f-41a1-94bc-bc1930d0e0d0 2018-10-04 14:51:44,454 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 215d9734-add2-45ee-9fa7-a49530bdcdae 2018-10-04 14:51:44,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=215d9734-add2-45ee-9fa7-a49530bdcdae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}692f025bf6c63bf5dba8453287afecd1983b1dc6" 2018-10-04 14:51:44,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e1201ea3-c3d0-4a35-bef4-9f6a81b53aef Date: Thu, 04 Oct 2018 14:51:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "31da6699-5303-4a98-a2ab-889e0d9765d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "87754098-3fec-409c-8de2-59b8a5d4c53f"}]} 2018-10-04 14:51:44,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=215d9734-add2-45ee-9fa7-a49530bdcdae used request id req-e1201ea3-c3d0-4a35-bef4-9f6a81b53aef 2018-10-04 14:51:44,619 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 215d9734-add2-45ee-9fa7-a49530bdcdae 2018-10-04 14:51:44,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=215d9734-add2-45ee-9fa7-a49530bdcdae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}692f025bf6c63bf5dba8453287afecd1983b1dc6" 2018-10-04 14:51:44,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7b85dd2f-fdff-4281-9145-d079016cb6b4 Date: Thu, 04 Oct 2018 14:51:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "31da6699-5303-4a98-a2ab-889e0d9765d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "87754098-3fec-409c-8de2-59b8a5d4c53f"}]} 2018-10-04 14:51:44,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=215d9734-add2-45ee-9fa7-a49530bdcdae used request id req-7b85dd2f-fdff-4281-9145-d079016cb6b4 2018-10-04 14:51:44,801 - neutron_utils - INFO - Retrieving security group with ID - 215d9734-add2-45ee-9fa7-a49530bdcdae 2018-10-04 14:51:44,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=215d9734-add2-45ee-9fa7-a49530bdcdae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}692f025bf6c63bf5dba8453287afecd1983b1dc6" 2018-10-04 14:51:45,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-1383ebb7-332a-4d37-b52f-d94e7bd32b63 Date: Thu, 04 Oct 2018 14:51:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "updated_at": "2018-10-04T14:51:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "revision_number": 0, "id": "31da6699-5303-4a98-a2ab-889e0d9765d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "revision_number": 0, "id": "87754098-3fec-409c-8de2-59b8a5d4c53f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c"}], "revision_number": 2, "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "name": "CreateSecurityGroupTests-d9e31b4b-ec0e-4c4d-af8e-c6c431846cc6name"}]} 2018-10-04 14:51:45,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=215d9734-add2-45ee-9fa7-a49530bdcdae used request id req-1383ebb7-332a-4d37-b52f-d94e7bd32b63 2018-10-04 14:51:45,009 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 215d9734-add2-45ee-9fa7-a49530bdcdae 2018-10-04 14:51:45,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=215d9734-add2-45ee-9fa7-a49530bdcdae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}692f025bf6c63bf5dba8453287afecd1983b1dc6" 2018-10-04 14:51:45,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2a7592a8-1526-4b32-a55a-5c34877d1bca Date: Thu, 04 Oct 2018 14:51:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "31da6699-5303-4a98-a2ab-889e0d9765d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "87754098-3fec-409c-8de2-59b8a5d4c53f"}]} 2018-10-04 14:51:45,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=215d9734-add2-45ee-9fa7-a49530bdcdae used request id req-2a7592a8-1526-4b32-a55a-5c34877d1bca 2018-10-04 14:51:45,176 - neutron_utils - INFO - Retrieving security group with ID - 215d9734-add2-45ee-9fa7-a49530bdcdae 2018-10-04 14:51:45,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=215d9734-add2-45ee-9fa7-a49530bdcdae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}692f025bf6c63bf5dba8453287afecd1983b1dc6" 2018-10-04 14:51:45,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-fd40fbd1-32b1-4cba-ae9c-0936eafed1ed Date: Thu, 04 Oct 2018 14:51:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "updated_at": "2018-10-04T14:51:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "revision_number": 0, "id": "31da6699-5303-4a98-a2ab-889e0d9765d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "revision_number": 0, "id": "87754098-3fec-409c-8de2-59b8a5d4c53f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c"}], "revision_number": 2, "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "name": "CreateSecurityGroupTests-d9e31b4b-ec0e-4c4d-af8e-c6c431846cc6name"}]} 2018-10-04 14:51:45,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=215d9734-add2-45ee-9fa7-a49530bdcdae used request id req-fd40fbd1-32b1-4cba-ae9c-0936eafed1ed 2018-10-04 14:51:45,228 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 215d9734-add2-45ee-9fa7-a49530bdcdae 2018-10-04 14:51:45,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=215d9734-add2-45ee-9fa7-a49530bdcdae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}692f025bf6c63bf5dba8453287afecd1983b1dc6" 2018-10-04 14:51:45,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-78a1c2f6-1cdf-4a99-8907-8c4d85b16410 Date: Thu, 04 Oct 2018 14:51:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "31da6699-5303-4a98-a2ab-889e0d9765d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "87754098-3fec-409c-8de2-59b8a5d4c53f"}]} 2018-10-04 14:51:45,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=215d9734-add2-45ee-9fa7-a49530bdcdae used request id req-78a1c2f6-1cdf-4a99-8907-8c4d85b16410 2018-10-04 14:51:45,405 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-d9e31b4b-ec0e-4c4d-af8e-c6c431846cc6name 2018-10-04 14:51:45,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-d9e31b4b-ec0e-4c4d-af8e-c6c431846cc6name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}692f025bf6c63bf5dba8453287afecd1983b1dc6" 2018-10-04 14:51:45,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-7c7532c5-d38c-4fa6-9e01-16e909af507b Date: Thu, 04 Oct 2018 14:51:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "updated_at": "2018-10-04T14:51:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "revision_number": 0, "id": "31da6699-5303-4a98-a2ab-889e0d9765d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "revision_number": 0, "id": "87754098-3fec-409c-8de2-59b8a5d4c53f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c"}], "revision_number": 2, "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "name": "CreateSecurityGroupTests-d9e31b4b-ec0e-4c4d-af8e-c6c431846cc6name"}]} 2018-10-04 14:51:45,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-d9e31b4b-ec0e-4c4d-af8e-c6c431846cc6name used request id req-7c7532c5-d38c-4fa6-9e01-16e909af507b 2018-10-04 14:51:45,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:51:45,616 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:51:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:51:45,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/f864fbb8d4454fa39fda3b28416a6b3c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}692f025bf6c63bf5dba8453287afecd1983b1dc6" 2018-10-04 14:51:45,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d6334a8-3531-49bb-a85f-e6f6356c62d0 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f864fbb8d4454fa39fda3b28416a6b3c"}, "enabled": true, "id": "f864fbb8d4454fa39fda3b28416a6b3c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-fcdc467f-604b-40d-proj"}} 2018-10-04 14:51:45,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/f864fbb8d4454fa39fda3b28416a6b3c used request id req-5d6334a8-3531-49bb-a85f-e6f6356c62d0 2018-10-04 14:51:45,703 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 215d9734-add2-45ee-9fa7-a49530bdcdae 2018-10-04 14:51:45,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=215d9734-add2-45ee-9fa7-a49530bdcdae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}692f025bf6c63bf5dba8453287afecd1983b1dc6" 2018-10-04 14:51:45,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-24d87900-ba16-498d-8d5e-e747182b8390 Date: Thu, 04 Oct 2018 14:51:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "31da6699-5303-4a98-a2ab-889e0d9765d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "87754098-3fec-409c-8de2-59b8a5d4c53f"}]} 2018-10-04 14:51:45,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=215d9734-add2-45ee-9fa7-a49530bdcdae used request id req-24d87900-ba16-498d-8d5e-e747182b8390 2018-10-04 14:51:45,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}692f025bf6c63bf5dba8453287afecd1983b1dc6" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae"}}' 2018-10-04 14:51:46,189 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-5f2a6fea-e509-4c1d-a3e2-1c2ef225bf27 Date: Thu, 04 Oct 2018 14:51:46 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:46Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:46Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "1b8cd108-19da-4441-a216-179fcea96bd6"}} 2018-10-04 14:51:46,190 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-5f2a6fea-e509-4c1d-a3e2-1c2ef225bf27 2018-10-04 14:51:46,190 - neutron_utils - INFO - Retrieving security group with ID - 215d9734-add2-45ee-9fa7-a49530bdcdae 2018-10-04 14:51:46,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=215d9734-add2-45ee-9fa7-a49530bdcdae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}692f025bf6c63bf5dba8453287afecd1983b1dc6" 2018-10-04 14:51:46,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-5555e58f-031c-4354-ab4d-5db62b582cc7 Date: Thu, 04 Oct 2018 14:51:46 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "updated_at": "2018-10-04T14:51:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:46Z", "revision_number": 0, "id": "1b8cd108-19da-4441-a216-179fcea96bd6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:46Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "revision_number": 0, "id": "31da6699-5303-4a98-a2ab-889e0d9765d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "revision_number": 0, "id": "87754098-3fec-409c-8de2-59b8a5d4c53f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c"}], "revision_number": 3, "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "name": "CreateSecurityGroupTests-d9e31b4b-ec0e-4c4d-af8e-c6c431846cc6name"}]} 2018-10-04 14:51:46,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=215d9734-add2-45ee-9fa7-a49530bdcdae used request id req-5555e58f-031c-4354-ab4d-5db62b582cc7 2018-10-04 14:51:46,247 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 215d9734-add2-45ee-9fa7-a49530bdcdae 2018-10-04 14:51:46,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=215d9734-add2-45ee-9fa7-a49530bdcdae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}692f025bf6c63bf5dba8453287afecd1983b1dc6" 2018-10-04 14:51:46,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-f25ed282-ad5b-47f5-b4d6-198786ae03a3 Date: Thu, 04 Oct 2018 14:51:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:46Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:46Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "1b8cd108-19da-4441-a216-179fcea96bd6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "31da6699-5303-4a98-a2ab-889e0d9765d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "87754098-3fec-409c-8de2-59b8a5d4c53f"}]} 2018-10-04 14:51:46,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=215d9734-add2-45ee-9fa7-a49530bdcdae used request id req-f25ed282-ad5b-47f5-b4d6-198786ae03a3 2018-10-04 14:51:46,278 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:46,658 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d201e08461384c4bb5ccdf531ad06b0e", "name": "CreateSecurityGroupTests-fcdc467f-604b-40d-proj-role"}], "expires_at": "2018-10-04T15:51:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f864fbb8d4454fa39fda3b28416a6b3c", "name": "CreateSecurityGroupTests-fcdc467f-604b-40d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/f864fbb8d4454fa39fda3b28416a6b3c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/f864fbb8d4454fa39fda3b28416a6b3c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/f864fbb8d4454fa39fda3b28416a6b3c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f864fbb8d4454fa39fda3b28416a6b3c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/f864fbb8d4454fa39fda3b28416a6b3c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/f864fbb8d4454fa39fda3b28416a6b3c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/f864fbb8d4454fa39fda3b28416a6b3c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/f864fbb8d4454fa39fda3b28416a6b3c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/f864fbb8d4454fa39fda3b28416a6b3c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f864fbb8d4454fa39fda3b28416a6b3c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/f864fbb8d4454fa39fda3b28416a6b3c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/f864fbb8d4454fa39fda3b28416a6b3c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-fcdc467f-604b-40d-user", "id": "b1ec4ce98ecf4472995eafbf16b77cab"}, "audit_ids": ["Fclg0pnAR1Go6zKPSXTmpg"], "issued_at": "2018-10-04T14:51:46.000000Z"}} 2018-10-04 14:51:46,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-d9e31b4b-ec0e-4c4d-af8e-c6c431846cc6name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4116dc094855ed2a243c9e38e9bf32e1b49cca" 2018-10-04 14:51:46,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-33d61598-63b5-4f5b-b814-15e09ff14b33 Date: Thu, 04 Oct 2018 14:51:46 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "updated_at": "2018-10-04T14:51:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:46Z", "revision_number": 0, "id": "1b8cd108-19da-4441-a216-179fcea96bd6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:46Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "revision_number": 0, "id": "31da6699-5303-4a98-a2ab-889e0d9765d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "revision_number": 0, "id": "87754098-3fec-409c-8de2-59b8a5d4c53f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c"}], "revision_number": 3, "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "name": "CreateSecurityGroupTests-d9e31b4b-ec0e-4c4d-af8e-c6c431846cc6name"}]} 2018-10-04 14:51:46,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-d9e31b4b-ec0e-4c4d-af8e-c6c431846cc6name&description=hello+group used request id req-33d61598-63b5-4f5b-b814-15e09ff14b33 2018-10-04 14:51:46,879 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 215d9734-add2-45ee-9fa7-a49530bdcdae 2018-10-04 14:51:46,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=215d9734-add2-45ee-9fa7-a49530bdcdae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4116dc094855ed2a243c9e38e9bf32e1b49cca" 2018-10-04 14:51:47,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-31ad62e7-14e5-4fec-aa9a-c1ac04568915 Date: Thu, 04 Oct 2018 14:51:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:46Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:46Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "1b8cd108-19da-4441-a216-179fcea96bd6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "31da6699-5303-4a98-a2ab-889e0d9765d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "87754098-3fec-409c-8de2-59b8a5d4c53f"}]} 2018-10-04 14:51:47,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=215d9734-add2-45ee-9fa7-a49530bdcdae used request id req-31ad62e7-14e5-4fec-aa9a-c1ac04568915 2018-10-04 14:51:47,057 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 215d9734-add2-45ee-9fa7-a49530bdcdae 2018-10-04 14:51:47,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=215d9734-add2-45ee-9fa7-a49530bdcdae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4116dc094855ed2a243c9e38e9bf32e1b49cca" 2018-10-04 14:51:47,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-c502c678-5917-4e94-bbcd-d5a6f4c8eb8c Date: Thu, 04 Oct 2018 14:51:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:46Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:46Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "1b8cd108-19da-4441-a216-179fcea96bd6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "31da6699-5303-4a98-a2ab-889e0d9765d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "87754098-3fec-409c-8de2-59b8a5d4c53f"}]} 2018-10-04 14:51:47,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=215d9734-add2-45ee-9fa7-a49530bdcdae used request id req-c502c678-5917-4e94-bbcd-d5a6f4c8eb8c 2018-10-04 14:51:47,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-d9e31b4b-ec0e-4c4d-af8e-c6c431846cc6name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4116dc094855ed2a243c9e38e9bf32e1b49cca" 2018-10-04 14:51:47,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-74a2fb92-bfda-4d0b-b16b-d12cc7674ceb Date: Thu, 04 Oct 2018 14:51:47 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "updated_at": "2018-10-04T14:51:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:46Z", "revision_number": 0, "id": "1b8cd108-19da-4441-a216-179fcea96bd6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:46Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "revision_number": 0, "id": "31da6699-5303-4a98-a2ab-889e0d9765d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "revision_number": 0, "id": "87754098-3fec-409c-8de2-59b8a5d4c53f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c"}], "revision_number": 3, "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "name": "CreateSecurityGroupTests-d9e31b4b-ec0e-4c4d-af8e-c6c431846cc6name"}]} 2018-10-04 14:51:47,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-d9e31b4b-ec0e-4c4d-af8e-c6c431846cc6name used request id req-74a2fb92-bfda-4d0b-b16b-d12cc7674ceb 2018-10-04 14:51:47,451 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 215d9734-add2-45ee-9fa7-a49530bdcdae 2018-10-04 14:51:47,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=215d9734-add2-45ee-9fa7-a49530bdcdae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4116dc094855ed2a243c9e38e9bf32e1b49cca" 2018-10-04 14:51:47,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-398b452e-e7b3-41c1-806e-7f77f81c2c96 Date: Thu, 04 Oct 2018 14:51:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:46Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:46Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "1b8cd108-19da-4441-a216-179fcea96bd6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "31da6699-5303-4a98-a2ab-889e0d9765d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "security_group_id": "215d9734-add2-45ee-9fa7-a49530bdcdae", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "87754098-3fec-409c-8de2-59b8a5d4c53f"}]} 2018-10-04 14:51:47,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=215d9734-add2-45ee-9fa7-a49530bdcdae used request id req-398b452e-e7b3-41c1-806e-7f77f81c2c96 2018-10-04 14:51:47,616 - neutron_utils - INFO - Deleting security group rule with ID - 87754098-3fec-409c-8de2-59b8a5d4c53f 2018-10-04 14:51:47,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/87754098-3fec-409c-8de2-59b8a5d4c53f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}692f025bf6c63bf5dba8453287afecd1983b1dc6" 2018-10-04 14:51:47,722 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2481379f-f850-4fec-a13c-8906b1482324 Content-Length: 0 Date: Thu, 04 Oct 2018 14:51:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:51:47,723 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/87754098-3fec-409c-8de2-59b8a5d4c53f used request id req-2481379f-f850-4fec-a13c-8906b1482324 2018-10-04 14:51:47,723 - neutron_utils - INFO - Deleting security group rule with ID - 31da6699-5303-4a98-a2ab-889e0d9765d7 2018-10-04 14:51:47,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/31da6699-5303-4a98-a2ab-889e0d9765d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}692f025bf6c63bf5dba8453287afecd1983b1dc6" 2018-10-04 14:51:47,961 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9c9cbd62-5bf2-4055-a40f-565871efa6b5 Content-Length: 0 Date: Thu, 04 Oct 2018 14:51:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:51:47,961 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/31da6699-5303-4a98-a2ab-889e0d9765d7 used request id req-9c9cbd62-5bf2-4055-a40f-565871efa6b5 2018-10-04 14:51:47,962 - neutron_utils - INFO - Deleting security group rule with ID - 1b8cd108-19da-4441-a216-179fcea96bd6 2018-10-04 14:51:47,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/1b8cd108-19da-4441-a216-179fcea96bd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}692f025bf6c63bf5dba8453287afecd1983b1dc6" 2018-10-04 14:51:48,194 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-23d038f9-cefb-4ea7-af9c-f7aeaf2a57e4 Content-Length: 0 Date: Thu, 04 Oct 2018 14:51:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:51:48,194 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/1b8cd108-19da-4441-a216-179fcea96bd6 used request id req-23d038f9-cefb-4ea7-af9c-f7aeaf2a57e4 2018-10-04 14:51:48,195 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-d9e31b4b-ec0e-4c4d-af8e-c6c431846cc6name 2018-10-04 14:51:48,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/215d9734-add2-45ee-9fa7-a49530bdcdae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}692f025bf6c63bf5dba8453287afecd1983b1dc6" 2018-10-04 14:51:48,322 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4c0b4c5a-aec2-4ad8-87c1-71febc0b1f7e Content-Length: 0 Date: Thu, 04 Oct 2018 14:51:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:51:48,323 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/215d9734-add2-45ee-9fa7-a49530bdcdae used request id req-4c0b4c5a-aec2-4ad8-87c1-71febc0b1f7e 2018-10-04 14:51:48,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}505f4826efc65508a93b696a8b9c7e16f23c334c" 2018-10-04 14:51:48,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-5e469ee3-fa79-4a8a-818a-d50e103176cf Date: Thu, 04 Oct 2018 14:51:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:43Z", "updated_at": "2018-10-04T14:51:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "revision_number": 0, "id": "42c2e3a7-c58f-4f4d-ba1a-7b36e5662c47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:44Z", "security_group_id": "13e9b697-01fe-4aa4-a575-924116c9c974", "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "revision_number": 0, "id": "ce7745e5-605f-423d-8c25-1d22d6f6b112", "remote_group_id": "13e9b697-01fe-4aa4-a575-924116c9c974", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:44Z", "security_group_id": "13e9b697-01fe-4aa4-a575-924116c9c974", "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "revision_number": 0, "id": "d61d5ac1-157c-4051-9fea-bae8d1308b97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:44Z", "security_group_id": "13e9b697-01fe-4aa4-a575-924116c9c974", "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "revision_number": 0, "id": "fb13ab5f-dda2-4d5e-9753-a33c3455bfd7", "remote_group_id": "13e9b697-01fe-4aa4-a575-924116c9c974", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:44Z", "security_group_id": "13e9b697-01fe-4aa4-a575-924116c9c974", "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c"}], "revision_number": 4, "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "13e9b697-01fe-4aa4-a575-924116c9c974", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:51:48,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-5e469ee3-fa79-4a8a-818a-d50e103176cf 2018-10-04 14:51:48,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}505f4826efc65508a93b696a8b9c7e16f23c334c" 2018-10-04 14:51:48,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b67989a2-5b02-440a-ac08-4b9381f16c04 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:51:48,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-b67989a2-5b02-440a-ac08-4b9381f16c04 2018-10-04 14:51:48,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/f864fbb8d4454fa39fda3b28416a6b3c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}505f4826efc65508a93b696a8b9c7e16f23c334c" 2018-10-04 14:51:48,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7088c2e-3669-4d6a-9f16-03243c992778 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f864fbb8d4454fa39fda3b28416a6b3c"}, "enabled": true, "id": "f864fbb8d4454fa39fda3b28416a6b3c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-fcdc467f-604b-40d-proj"}} 2018-10-04 14:51:48,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/f864fbb8d4454fa39fda3b28416a6b3c used request id req-b7088c2e-3669-4d6a-9f16-03243c992778 2018-10-04 14:51:48,710 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 13e9b697-01fe-4aa4-a575-924116c9c974 2018-10-04 14:51:48,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=13e9b697-01fe-4aa4-a575-924116c9c974 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}505f4826efc65508a93b696a8b9c7e16f23c334c" 2018-10-04 14:51:48,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c3eb4d06-71ab-4d5f-8771-922ca1cb5522 Date: Thu, 04 Oct 2018 14:51:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "security_group_id": "13e9b697-01fe-4aa4-a575-924116c9c974", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "42c2e3a7-c58f-4f4d-ba1a-7b36e5662c47"}, {"remote_group_id": "13e9b697-01fe-4aa4-a575-924116c9c974", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "security_group_id": "13e9b697-01fe-4aa4-a575-924116c9c974", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "ce7745e5-605f-423d-8c25-1d22d6f6b112"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "security_group_id": "13e9b697-01fe-4aa4-a575-924116c9c974", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "d61d5ac1-157c-4051-9fea-bae8d1308b97"}, {"remote_group_id": "13e9b697-01fe-4aa4-a575-924116c9c974", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:44Z", "security_group_id": "13e9b697-01fe-4aa4-a575-924116c9c974", "port_range_min": null, "revision_number": 0, "tenant_id": "f864fbb8d4454fa39fda3b28416a6b3c", "created_at": "2018-10-04T14:51:44Z", "project_id": "f864fbb8d4454fa39fda3b28416a6b3c", "id": "fb13ab5f-dda2-4d5e-9753-a33c3455bfd7"}]} 2018-10-04 14:51:48,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=13e9b697-01fe-4aa4-a575-924116c9c974 used request id req-c3eb4d06-71ab-4d5f-8771-922ca1cb5522 2018-10-04 14:51:48,890 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 14:51:48,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/13e9b697-01fe-4aa4-a575-924116c9c974 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}505f4826efc65508a93b696a8b9c7e16f23c334c" 2018-10-04 14:51:49,173 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9f552842-f59c-4c77-a26f-55233972c313 Content-Length: 0 Date: Thu, 04 Oct 2018 14:51:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:51:49,173 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/13e9b697-01fe-4aa4-a575-924116c9c974 used request id req-9f552842-f59c-4c77-a26f-55233972c313 2018-10-04 14:51:49,174 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-fcdc467f-604b-40d-proj 2018-10-04 14:51:49,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/f864fbb8d4454fa39fda3b28416a6b3c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}505f4826efc65508a93b696a8b9c7e16f23c334c" 2018-10-04 14:51:49,374 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:51:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10aca372-cad1-421c-80d6-dc6a9dd707b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:51:49,374 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/f864fbb8d4454fa39fda3b28416a6b3c used request id req-10aca372-cad1-421c-80d6-dc6a9dd707b6 2018-10-04 14:51:49,375 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-fcdc467f-604b-40d-proj-role 2018-10-04 14:51:49,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/d201e08461384c4bb5ccdf531ad06b0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}505f4826efc65508a93b696a8b9c7e16f23c334c" 2018-10-04 14:51:49,494 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:51:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-abb6dfb4-ca42-4c90-b2c4-0e2526b8ada4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:51:49,494 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/d201e08461384c4bb5ccdf531ad06b0e used request id req-abb6dfb4-ca42-4c90-b2c4-0e2526b8ada4 2018-10-04 14:51:49,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}505f4826efc65508a93b696a8b9c7e16f23c334c" 2018-10-04 14:51:49,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5d159bf-59fb-459c-8593-c0900a621014 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:51:49,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b5d159bf-59fb-459c-8593-c0900a621014 2018-10-04 14:51:49,660 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-fcdc467f-604b-40d-user 2018-10-04 14:51:49,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/b1ec4ce98ecf4472995eafbf16b77cab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}326b443f03405e09b3a7c145db4ea7a2b876597d" 2018-10-04 14:51:49,841 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:51:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-274a0da6-e016-429f-a6af-8c1e2b91c297 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:51:49,841 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/b1ec4ce98ecf4472995eafbf16b77cab used request id req-274a0da6-e016-429f-a6af-8c1e2b91c297 2018-10-04 14:51:49,842 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:50,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:51:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["Hm95V2LBSDSkefa86DAJAQ"], "issued_at": "2018-10-04T14:51:50.000000Z"}} 2018-10-04 14:51:50,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60e616c090ba60a24cdfd7f1c7ff6957b633c758" 2018-10-04 14:51:50,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd338d2d-5132-4617-9767-86526bc756a5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:51:50,312 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fd338d2d-5132-4617-9767-86526bc756a5 2018-10-04 14:51:50,314 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:51:50,315 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:50,699 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:51:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["mm_ZwtUqRUm71kV5W1VS_w"], "issued_at": "2018-10-04T14:51:50.000000Z"}} 2018-10-04 14:51:50,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2c09f72c3893e77da6cbfa92e8087e08a4f82d3" 2018-10-04 14:51:50,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2cb7f29-9741-4848-9573-e21479cd02c9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:51:50,793 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d2cb7f29-9741-4848-9573-e21479cd02c9 2018-10-04 14:51:50,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:51:50,803 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:51:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:51:50,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a83bd212-59b3-457-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2c09f72c3893e77da6cbfa92e8087e08a4f82d3" 2018-10-04 14:51:50,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-240d8443-71f3-4126-9720-666dd773e205 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a83bd212-59b3-457-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:51:50,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a83bd212-59b3-457-proj used request id req-240d8443-71f3-4126-9720-666dd773e205 2018-10-04 14:51:50,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2c09f72c3893e77da6cbfa92e8087e08a4f82d3" 2018-10-04 14:51:50,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff709d32-872b-4c03-afb8-6aeb4211a88a Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:51:50,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-ff709d32-872b-4c03-afb8-6aeb4211a88a 2018-10-04 14:51:50,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2c09f72c3893e77da6cbfa92e8087e08a4f82d3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-a83bd212-59b3-457-proj"}}' 2018-10-04 14:51:51,099 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:51:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a019b87e-c507-44d8-adfd-fd02b84bea76 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d3050a08b0984caba47356c4ca4961ac"}, "enabled": true, "id": "d3050a08b0984caba47356c4ca4961ac", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a83bd212-59b3-457-proj"}} 2018-10-04 14:51:51,099 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-a019b87e-c507-44d8-adfd-fd02b84bea76 2018-10-04 14:51:51,100 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-a83bd212-59b3-457-proj 2018-10-04 14:51:51,100 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:51:51,101 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:51,487 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:51:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["pyU789thT0eDXQta1leEiw"], "issued_at": "2018-10-04T14:51:51.000000Z"}} 2018-10-04 14:51:51,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b305fb13756e7e580f35a3d5e5c8882d8a00a10" 2018-10-04 14:51:51,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d940600e-0a07-4f4e-a762-62abce547b2b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:51:51,579 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d940600e-0a07-4f4e-a762-62abce547b2b 2018-10-04 14:51:51,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:51:51,588 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:51:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:51:51,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b305fb13756e7e580f35a3d5e5c8882d8a00a10" 2018-10-04 14:51:51,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-953e5617-34f0-4fb1-b959-ebf6aeb9db97 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:51:51,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-953e5617-34f0-4fb1-b959-ebf6aeb9db97 2018-10-04 14:51:51,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-a83bd212-59b3-457-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b305fb13756e7e580f35a3d5e5c8882d8a00a10" 2018-10-04 14:51:51,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4dbbf47-c0a4-49e1-893b-efdafccb4163 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-a83bd212-59b3-457-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d3050a08b0984caba47356c4ca4961ac"}, "enabled": true, "id": "d3050a08b0984caba47356c4ca4961ac", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a83bd212-59b3-457-proj"}]} 2018-10-04 14:51:51,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-a83bd212-59b3-457-proj used request id req-a4dbbf47-c0a4-49e1-893b-efdafccb4163 2018-10-04 14:51:51,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b305fb13756e7e580f35a3d5e5c8882d8a00a10" 2018-10-04 14:51:51,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0692a489-2dbd-4e7f-9c15-6944a2b4f78d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:51:51,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-0692a489-2dbd-4e7f-9c15-6944a2b4f78d 2018-10-04 14:51:52,170 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-a83bd212-59b3-457-user 2018-10-04 14:51:52,170 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:51:52,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2c09f72c3893e77da6cbfa92e8087e08a4f82d3" 2018-10-04 14:51:52,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b03d139-9336-489f-94f9-c8647d425ca6 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:51:52,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6b03d139-9336-489f-94f9-c8647d425ca6 2018-10-04 14:51:52,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2c09f72c3893e77da6cbfa92e8087e08a4f82d3" -d '{"role": {"name": "CreateSecurityGroupTests-a83bd212-59b3-457-proj-role"}}' 2018-10-04 14:51:52,356 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:51:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6156648-a99d-4b78-828a-f772f188d9ce Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fa7d67b921e448c0b7708dd762d04345", "links": {"self": "http://172.30.9.23:5000/v3/roles/fa7d67b921e448c0b7708dd762d04345"}, "name": "CreateSecurityGroupTests-a83bd212-59b3-457-proj-role"}} 2018-10-04 14:51:52,356 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-f6156648-a99d-4b78-828a-f772f188d9ce 2018-10-04 14:51:52,357 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-a83bd212-59b3-457-proj-role 2018-10-04 14:51:52,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/fa7d67b921e448c0b7708dd762d04345 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2c09f72c3893e77da6cbfa92e8087e08a4f82d3" 2018-10-04 14:51:52,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25169369-cce2-4943-9cf4-ed14de10bc39 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/fa7d67b921e448c0b7708dd762d04345"}, "domain_id": null, "name": "CreateSecurityGroupTests-a83bd212-59b3-457-proj-role", "id": "fa7d67b921e448c0b7708dd762d04345"}} 2018-10-04 14:51:52,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/fa7d67b921e448c0b7708dd762d04345 used request id req-25169369-cce2-4943-9cf4-ed14de10bc39 2018-10-04 14:51:52,448 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-a83bd212-59b3-457-proj-role to project CreateSecurityGroupTests-a83bd212-59b3-457-proj 2018-10-04 14:51:52,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/d3050a08b0984caba47356c4ca4961ac/users/29e607649acf470dbc57bcf083675bbe/roles/fa7d67b921e448c0b7708dd762d04345 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2c09f72c3893e77da6cbfa92e8087e08a4f82d3" 2018-10-04 14:51:52,581 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:51:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-897c2117-8f9b-4913-911d-0767b491e0d9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:51:52,581 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/d3050a08b0984caba47356c4ca4961ac/users/29e607649acf470dbc57bcf083675bbe/roles/fa7d67b921e448c0b7708dd762d04345 used request id req-897c2117-8f9b-4913-911d-0767b491e0d9 2018-10-04 14:51:52,581 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:51:52,582 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:52,953 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa7d67b921e448c0b7708dd762d04345", "name": "CreateSecurityGroupTests-a83bd212-59b3-457-proj-role"}], "expires_at": "2018-10-04T15:51:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3050a08b0984caba47356c4ca4961ac", "name": "CreateSecurityGroupTests-a83bd212-59b3-457-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/d3050a08b0984caba47356c4ca4961ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/d3050a08b0984caba47356c4ca4961ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/d3050a08b0984caba47356c4ca4961ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d3050a08b0984caba47356c4ca4961ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/d3050a08b0984caba47356c4ca4961ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/d3050a08b0984caba47356c4ca4961ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/d3050a08b0984caba47356c4ca4961ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/d3050a08b0984caba47356c4ca4961ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/d3050a08b0984caba47356c4ca4961ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d3050a08b0984caba47356c4ca4961ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/d3050a08b0984caba47356c4ca4961ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/d3050a08b0984caba47356c4ca4961ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-a83bd212-59b3-457-user", "id": "29e607649acf470dbc57bcf083675bbe"}, "audit_ids": ["9FkBwdMiRcOMbb-9m2c0Wg"], "issued_at": "2018-10-04T14:51:52.000000Z"}} 2018-10-04 14:51:52,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" 2018-10-04 14:51:53,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-731d9fd0-b7e7-4b50-a4ea-fae6c084a279 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:51:53,036 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-731d9fd0-b7e7-4b50-a4ea-fae6c084a279 2018-10-04 14:51:53,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" 2018-10-04 14:51:53,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-0f9ef683-1fe8-406d-b5ce-59feca2fd250 Date: Thu, 04 Oct 2018 14:51:53 GMT RESP BODY: {"security_groups": []} 2018-10-04 14:51:53,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name&description=hello+group used request id req-0f9ef683-1fe8-406d-b5ce-59feca2fd250 2018-10-04 14:51:53,348 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name... 2018-10-04 14:51:53,349 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name 2018-10-04 14:51:53,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" -d '{"security_group": {"name": "CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name", "description": "hello group"}}' 2018-10-04 14:51:53,717 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-2dcf400e-dcf2-4794-b4b1-e93c97672a35 Date: Thu, 04 Oct 2018 14:51:53 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "updated_at": "2018-10-04T14:51:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}], "revision_number": 2, "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "e209ecae-5b6b-423b-a302-947a59026869", "name": "CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name"}} 2018-10-04 14:51:53,717 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-2dcf400e-dcf2-4794-b4b1-e93c97672a35 2018-10-04 14:51:53,717 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e209ecae-5b6b-423b-a302-947a59026869 2018-10-04 14:51:53,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" 2018-10-04 14:51:53,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1e6e0462-2633-49d5-85f2-10468eca662b Date: Thu, 04 Oct 2018 14:51:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38"}]} 2018-10-04 14:51:53,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 used request id req-1e6e0462-2633-49d5-85f2-10468eca662b 2018-10-04 14:51:53,888 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e209ecae-5b6b-423b-a302-947a59026869 2018-10-04 14:51:53,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" 2018-10-04 14:51:54,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-52233166-9c2c-4fa6-b6af-c6a78713ad85 Date: Thu, 04 Oct 2018 14:51:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38"}]} 2018-10-04 14:51:54,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 used request id req-52233166-9c2c-4fa6-b6af-c6a78713ad85 2018-10-04 14:51:54,072 - neutron_utils - INFO - Retrieving security group with ID - e209ecae-5b6b-423b-a302-947a59026869 2018-10-04 14:51:54,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=e209ecae-5b6b-423b-a302-947a59026869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" 2018-10-04 14:51:54,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-83a75198-2fd9-422e-96fc-8c2c11a419cb Date: Thu, 04 Oct 2018 14:51:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "updated_at": "2018-10-04T14:51:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}], "revision_number": 2, "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "e209ecae-5b6b-423b-a302-947a59026869", "name": "CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name"}]} 2018-10-04 14:51:54,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=e209ecae-5b6b-423b-a302-947a59026869 used request id req-83a75198-2fd9-422e-96fc-8c2c11a419cb 2018-10-04 14:51:54,152 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e209ecae-5b6b-423b-a302-947a59026869 2018-10-04 14:51:54,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" 2018-10-04 14:51:54,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-940d4622-7f89-4a8d-8eb7-b22bd7c93a8e Date: Thu, 04 Oct 2018 14:51:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38"}]} 2018-10-04 14:51:54,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 used request id req-940d4622-7f89-4a8d-8eb7-b22bd7c93a8e 2018-10-04 14:51:54,340 - neutron_utils - INFO - Retrieving security group with ID - e209ecae-5b6b-423b-a302-947a59026869 2018-10-04 14:51:54,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=e209ecae-5b6b-423b-a302-947a59026869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" 2018-10-04 14:51:54,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-17382ad6-0e37-4879-9e40-c1248142b3de Date: Thu, 04 Oct 2018 14:51:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "updated_at": "2018-10-04T14:51:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}], "revision_number": 2, "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "e209ecae-5b6b-423b-a302-947a59026869", "name": "CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name"}]} 2018-10-04 14:51:54,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=e209ecae-5b6b-423b-a302-947a59026869 used request id req-17382ad6-0e37-4879-9e40-c1248142b3de 2018-10-04 14:51:54,527 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e209ecae-5b6b-423b-a302-947a59026869 2018-10-04 14:51:54,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" 2018-10-04 14:51:54,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c0d93ff8-5f5f-4611-a216-832547a00e45 Date: Thu, 04 Oct 2018 14:51:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38"}]} 2018-10-04 14:51:54,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 used request id req-c0d93ff8-5f5f-4611-a216-832547a00e45 2018-10-04 14:51:54,711 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name 2018-10-04 14:51:54,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" 2018-10-04 14:51:54,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-e8dd70dc-2c07-44d1-9139-4a3d720c8e4f Date: Thu, 04 Oct 2018 14:51:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "updated_at": "2018-10-04T14:51:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}], "revision_number": 2, "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "e209ecae-5b6b-423b-a302-947a59026869", "name": "CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name"}]} 2018-10-04 14:51:54,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name used request id req-e8dd70dc-2c07-44d1-9139-4a3d720c8e4f 2018-10-04 14:51:54,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:51:54,916 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:51:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:51:54,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/d3050a08b0984caba47356c4ca4961ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" 2018-10-04 14:51:54,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe1ae731-bcbb-4b75-b425-62490bd19738 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d3050a08b0984caba47356c4ca4961ac"}, "enabled": true, "id": "d3050a08b0984caba47356c4ca4961ac", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a83bd212-59b3-457-proj"}} 2018-10-04 14:51:54,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/d3050a08b0984caba47356c4ca4961ac used request id req-fe1ae731-bcbb-4b75-b425-62490bd19738 2018-10-04 14:51:54,993 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e209ecae-5b6b-423b-a302-947a59026869 2018-10-04 14:51:54,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" 2018-10-04 14:51:55,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-36ac4337-08b5-4be0-b9c2-600c681a2fcb Date: Thu, 04 Oct 2018 14:51:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38"}]} 2018-10-04 14:51:55,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 used request id req-36ac4337-08b5-4be0-b9c2-600c681a2fcb 2018-10-04 14:51:55,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869"}}' 2018-10-04 14:51:55,482 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-4a9fb56b-edd4-473e-8627-2e9fea8ce9bb Date: Thu, 04 Oct 2018 14:51:55 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "d1740421-a078-40b1-afd6-f78c47c22e24"}} 2018-10-04 14:51:55,483 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-4a9fb56b-edd4-473e-8627-2e9fea8ce9bb 2018-10-04 14:51:55,483 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name 2018-10-04 14:51:55,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" 2018-10-04 14:51:55,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-c030e69a-06cb-4b74-950b-de7e12889720 Date: Thu, 04 Oct 2018 14:51:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "updated_at": "2018-10-04T14:51:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "revision_number": 0, "id": "d1740421-a078-40b1-afd6-f78c47c22e24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}], "revision_number": 3, "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "e209ecae-5b6b-423b-a302-947a59026869", "name": "CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name"}]} 2018-10-04 14:51:55,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name used request id req-c030e69a-06cb-4b74-950b-de7e12889720 2018-10-04 14:51:55,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/d3050a08b0984caba47356c4ca4961ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" 2018-10-04 14:51:55,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b99ea2b2-395d-4073-8510-8e4cb5c67d5e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d3050a08b0984caba47356c4ca4961ac"}, "enabled": true, "id": "d3050a08b0984caba47356c4ca4961ac", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a83bd212-59b3-457-proj"}} 2018-10-04 14:51:55,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/d3050a08b0984caba47356c4ca4961ac used request id req-b99ea2b2-395d-4073-8510-8e4cb5c67d5e 2018-10-04 14:51:55,619 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e209ecae-5b6b-423b-a302-947a59026869 2018-10-04 14:51:55,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" 2018-10-04 14:51:55,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-b8d348cc-9e7e-43a4-b43b-dee0830a8d03 Date: Thu, 04 Oct 2018 14:51:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "d1740421-a078-40b1-afd6-f78c47c22e24"}]} 2018-10-04 14:51:55,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 used request id req-b8d348cc-9e7e-43a4-b43b-dee0830a8d03 2018-10-04 14:51:55,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869"}}' 2018-10-04 14:51:55,806 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-2a463464-10e4-44e6-8ec4-526cc0cb4732 Date: Thu, 04 Oct 2018 14:51:55 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "628e7f27-e874-4552-8b08-5f58ae3bc3f3"}} 2018-10-04 14:51:55,807 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-2a463464-10e4-44e6-8ec4-526cc0cb4732 2018-10-04 14:51:55,807 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name 2018-10-04 14:51:55,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" 2018-10-04 14:51:55,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-2e7c53ad-a304-4a93-8df5-ea252746b05f Date: Thu, 04 Oct 2018 14:51:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "updated_at": "2018-10-04T14:51:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "revision_number": 0, "id": "628e7f27-e874-4552-8b08-5f58ae3bc3f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "revision_number": 0, "id": "d1740421-a078-40b1-afd6-f78c47c22e24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}], "revision_number": 4, "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "e209ecae-5b6b-423b-a302-947a59026869", "name": "CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name"}]} 2018-10-04 14:51:55,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name used request id req-2e7c53ad-a304-4a93-8df5-ea252746b05f 2018-10-04 14:51:55,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/d3050a08b0984caba47356c4ca4961ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" 2018-10-04 14:51:55,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:51:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b88f3196-b732-490f-a152-67d40a456898 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d3050a08b0984caba47356c4ca4961ac"}, "enabled": true, "id": "d3050a08b0984caba47356c4ca4961ac", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a83bd212-59b3-457-proj"}} 2018-10-04 14:51:55,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/d3050a08b0984caba47356c4ca4961ac used request id req-b88f3196-b732-490f-a152-67d40a456898 2018-10-04 14:51:55,950 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e209ecae-5b6b-423b-a302-947a59026869 2018-10-04 14:51:55,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" 2018-10-04 14:51:56,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-45dfcb7e-d8f1-4750-b1ac-5db39d113ccb Date: Thu, 04 Oct 2018 14:51:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "628e7f27-e874-4552-8b08-5f58ae3bc3f3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "d1740421-a078-40b1-afd6-f78c47c22e24"}]} 2018-10-04 14:51:56,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 used request id req-45dfcb7e-d8f1-4750-b1ac-5db39d113ccb 2018-10-04 14:51:56,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": 10}}' 2018-10-04 14:51:56,441 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-0847173f-c38f-4958-b5e3-710a43949832 Date: Thu, 04 Oct 2018 14:51:56 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:51:56Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": 10, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:56Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "328189db-fb71-4bbe-b04a-6c5b66823899"}} 2018-10-04 14:51:56,442 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-0847173f-c38f-4958-b5e3-710a43949832 2018-10-04 14:51:56,442 - neutron_utils - INFO - Retrieving security group with ID - e209ecae-5b6b-423b-a302-947a59026869 2018-10-04 14:51:56,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=e209ecae-5b6b-423b-a302-947a59026869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" 2018-10-04 14:51:56,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-ed41e835-76b3-46c1-acf4-ffd140709013 Date: Thu, 04 Oct 2018 14:51:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "updated_at": "2018-10-04T14:51:56Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:51:56Z", "revision_number": 0, "id": "328189db-fb71-4bbe-b04a-6c5b66823899", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:56Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "revision_number": 0, "id": "628e7f27-e874-4552-8b08-5f58ae3bc3f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "revision_number": 0, "id": "d1740421-a078-40b1-afd6-f78c47c22e24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}], "revision_number": 5, "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "e209ecae-5b6b-423b-a302-947a59026869", "name": "CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name"}]} 2018-10-04 14:51:56,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=e209ecae-5b6b-423b-a302-947a59026869 used request id req-ed41e835-76b3-46c1-acf4-ffd140709013 2018-10-04 14:51:56,502 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e209ecae-5b6b-423b-a302-947a59026869 2018-10-04 14:51:56,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" 2018-10-04 14:51:56,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-2e8c2223-5155-4644-acbd-5aef599f00e4 Date: Thu, 04 Oct 2018 14:51:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:51:56Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": 10, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:56Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "328189db-fb71-4bbe-b04a-6c5b66823899"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "628e7f27-e874-4552-8b08-5f58ae3bc3f3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "d1740421-a078-40b1-afd6-f78c47c22e24"}]} 2018-10-04 14:51:56,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 used request id req-2e8c2223-5155-4644-acbd-5aef599f00e4 2018-10-04 14:51:56,539 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:51:56,909 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa7d67b921e448c0b7708dd762d04345", "name": "CreateSecurityGroupTests-a83bd212-59b3-457-proj-role"}], "expires_at": "2018-10-04T15:51:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3050a08b0984caba47356c4ca4961ac", "name": "CreateSecurityGroupTests-a83bd212-59b3-457-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/d3050a08b0984caba47356c4ca4961ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/d3050a08b0984caba47356c4ca4961ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/d3050a08b0984caba47356c4ca4961ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d3050a08b0984caba47356c4ca4961ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/d3050a08b0984caba47356c4ca4961ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/d3050a08b0984caba47356c4ca4961ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/d3050a08b0984caba47356c4ca4961ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/d3050a08b0984caba47356c4ca4961ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/d3050a08b0984caba47356c4ca4961ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d3050a08b0984caba47356c4ca4961ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/d3050a08b0984caba47356c4ca4961ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/d3050a08b0984caba47356c4ca4961ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-a83bd212-59b3-457-user", "id": "29e607649acf470dbc57bcf083675bbe"}, "audit_ids": ["c70k1LSGRGi7qE8g2wbktA"], "issued_at": "2018-10-04T14:51:56.000000Z"}} 2018-10-04 14:51:56,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38ffbd2bdd7604abb6c18f1bb0c9c961577f7fe" 2018-10-04 14:51:57,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-c1e8ec1e-5dc8-4c21-8cb4-e1e2ad96a55d Date: Thu, 04 Oct 2018 14:51:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "updated_at": "2018-10-04T14:51:56Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:51:56Z", "revision_number": 0, "id": "328189db-fb71-4bbe-b04a-6c5b66823899", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:56Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "revision_number": 0, "id": "628e7f27-e874-4552-8b08-5f58ae3bc3f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "revision_number": 0, "id": "d1740421-a078-40b1-afd6-f78c47c22e24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}], "revision_number": 5, "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "e209ecae-5b6b-423b-a302-947a59026869", "name": "CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name"}]} 2018-10-04 14:51:57,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name&description=hello+group used request id req-c1e8ec1e-5dc8-4c21-8cb4-e1e2ad96a55d 2018-10-04 14:51:57,130 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e209ecae-5b6b-423b-a302-947a59026869 2018-10-04 14:51:57,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38ffbd2bdd7604abb6c18f1bb0c9c961577f7fe" 2018-10-04 14:51:57,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-0a7e0da1-9181-4ec5-aba0-2e2e88ad9cbe Date: Thu, 04 Oct 2018 14:51:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:51:56Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": 10, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:56Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "328189db-fb71-4bbe-b04a-6c5b66823899"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "628e7f27-e874-4552-8b08-5f58ae3bc3f3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "d1740421-a078-40b1-afd6-f78c47c22e24"}]} 2018-10-04 14:51:57,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 used request id req-0a7e0da1-9181-4ec5-aba0-2e2e88ad9cbe 2018-10-04 14:51:57,352 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e209ecae-5b6b-423b-a302-947a59026869 2018-10-04 14:51:57,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38ffbd2bdd7604abb6c18f1bb0c9c961577f7fe" 2018-10-04 14:51:57,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-05066ce0-b93f-45d1-b9b5-44a7bf5efa84 Date: Thu, 04 Oct 2018 14:51:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:51:56Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": 10, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:56Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "328189db-fb71-4bbe-b04a-6c5b66823899"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "628e7f27-e874-4552-8b08-5f58ae3bc3f3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "d1740421-a078-40b1-afd6-f78c47c22e24"}]} 2018-10-04 14:51:57,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 used request id req-05066ce0-b93f-45d1-b9b5-44a7bf5efa84 2018-10-04 14:51:57,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38ffbd2bdd7604abb6c18f1bb0c9c961577f7fe" 2018-10-04 14:51:57,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-56a18817-fde6-43fb-89a7-bf01967ba467 Date: Thu, 04 Oct 2018 14:51:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "updated_at": "2018-10-04T14:51:56Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:51:56Z", "revision_number": 0, "id": "328189db-fb71-4bbe-b04a-6c5b66823899", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:56Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "revision_number": 0, "id": "628e7f27-e874-4552-8b08-5f58ae3bc3f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "revision_number": 0, "id": "d1740421-a078-40b1-afd6-f78c47c22e24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}], "revision_number": 5, "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "e209ecae-5b6b-423b-a302-947a59026869", "name": "CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name"}]} 2018-10-04 14:51:57,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name used request id req-56a18817-fde6-43fb-89a7-bf01967ba467 2018-10-04 14:51:57,582 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e209ecae-5b6b-423b-a302-947a59026869 2018-10-04 14:51:57,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38ffbd2bdd7604abb6c18f1bb0c9c961577f7fe" 2018-10-04 14:51:57,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-c8a90975-be5d-4fa6-aa21-dea37fa6a023 Date: Thu, 04 Oct 2018 14:51:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:51:56Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": 10, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:56Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "328189db-fb71-4bbe-b04a-6c5b66823899"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "628e7f27-e874-4552-8b08-5f58ae3bc3f3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "d1740421-a078-40b1-afd6-f78c47c22e24"}]} 2018-10-04 14:51:57,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 used request id req-c8a90975-be5d-4fa6-aa21-dea37fa6a023 2018-10-04 14:51:57,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38ffbd2bdd7604abb6c18f1bb0c9c961577f7fe" 2018-10-04 14:51:57,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-00385b0f-0da2-449a-8604-b2e6946f2233 Date: Thu, 04 Oct 2018 14:51:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "updated_at": "2018-10-04T14:51:56Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:51:56Z", "revision_number": 0, "id": "328189db-fb71-4bbe-b04a-6c5b66823899", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:56Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "revision_number": 0, "id": "628e7f27-e874-4552-8b08-5f58ae3bc3f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "revision_number": 0, "id": "d1740421-a078-40b1-afd6-f78c47c22e24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}], "revision_number": 5, "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "e209ecae-5b6b-423b-a302-947a59026869", "name": "CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name"}]} 2018-10-04 14:51:57,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name used request id req-00385b0f-0da2-449a-8604-b2e6946f2233 2018-10-04 14:51:57,977 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e209ecae-5b6b-423b-a302-947a59026869 2018-10-04 14:51:57,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38ffbd2bdd7604abb6c18f1bb0c9c961577f7fe" 2018-10-04 14:51:58,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-eec40ec2-acf0-41a5-a066-f6a5c6ee3338 Date: Thu, 04 Oct 2018 14:51:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:51:56Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": 10, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:56Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "328189db-fb71-4bbe-b04a-6c5b66823899"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "628e7f27-e874-4552-8b08-5f58ae3bc3f3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "d1740421-a078-40b1-afd6-f78c47c22e24"}]} 2018-10-04 14:51:58,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 used request id req-eec40ec2-acf0-41a5-a066-f6a5c6ee3338 2018-10-04 14:51:58,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38ffbd2bdd7604abb6c18f1bb0c9c961577f7fe" 2018-10-04 14:51:58,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-e7a26eae-3c89-421c-ad68-d835eff03f9d Date: Thu, 04 Oct 2018 14:51:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "updated_at": "2018-10-04T14:51:56Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:51:56Z", "revision_number": 0, "id": "328189db-fb71-4bbe-b04a-6c5b66823899", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:56Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "revision_number": 0, "id": "628e7f27-e874-4552-8b08-5f58ae3bc3f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "revision_number": 0, "id": "d1740421-a078-40b1-afd6-f78c47c22e24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}], "revision_number": 5, "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "e209ecae-5b6b-423b-a302-947a59026869", "name": "CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name"}]} 2018-10-04 14:51:58,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name used request id req-e7a26eae-3c89-421c-ad68-d835eff03f9d 2018-10-04 14:51:58,364 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e209ecae-5b6b-423b-a302-947a59026869 2018-10-04 14:51:58,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38ffbd2bdd7604abb6c18f1bb0c9c961577f7fe" 2018-10-04 14:51:58,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-13c8d241-a60c-48f8-8746-209c5419a03f Date: Thu, 04 Oct 2018 14:51:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:51:56Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": 10, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:56Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "328189db-fb71-4bbe-b04a-6c5b66823899"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "628e7f27-e874-4552-8b08-5f58ae3bc3f3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "d1740421-a078-40b1-afd6-f78c47c22e24"}]} 2018-10-04 14:51:58,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 used request id req-13c8d241-a60c-48f8-8746-209c5419a03f 2018-10-04 14:51:58,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38ffbd2bdd7604abb6c18f1bb0c9c961577f7fe" 2018-10-04 14:51:58,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-83671372-e566-4a06-83b5-73d6f096a74a Date: Thu, 04 Oct 2018 14:51:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "updated_at": "2018-10-04T14:51:56Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:51:56Z", "revision_number": 0, "id": "328189db-fb71-4bbe-b04a-6c5b66823899", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:56Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "revision_number": 0, "id": "628e7f27-e874-4552-8b08-5f58ae3bc3f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "revision_number": 0, "id": "d1740421-a078-40b1-afd6-f78c47c22e24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}], "revision_number": 5, "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "e209ecae-5b6b-423b-a302-947a59026869", "name": "CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name"}]} 2018-10-04 14:51:58,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name used request id req-83671372-e566-4a06-83b5-73d6f096a74a 2018-10-04 14:51:58,734 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e209ecae-5b6b-423b-a302-947a59026869 2018-10-04 14:51:58,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38ffbd2bdd7604abb6c18f1bb0c9c961577f7fe" 2018-10-04 14:51:58,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-59577e7f-d77b-4aea-b9fb-ae0442d5f715 Date: Thu, 04 Oct 2018 14:51:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:51:56Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": 10, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:56Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "328189db-fb71-4bbe-b04a-6c5b66823899"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "628e7f27-e874-4552-8b08-5f58ae3bc3f3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "d1740421-a078-40b1-afd6-f78c47c22e24"}]} 2018-10-04 14:51:58,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 used request id req-59577e7f-d77b-4aea-b9fb-ae0442d5f715 2018-10-04 14:51:58,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38ffbd2bdd7604abb6c18f1bb0c9c961577f7fe" 2018-10-04 14:51:59,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-98eeea7f-92d8-4805-bca4-876b10fe3407 Date: Thu, 04 Oct 2018 14:51:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "updated_at": "2018-10-04T14:51:56Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:51:56Z", "revision_number": 0, "id": "328189db-fb71-4bbe-b04a-6c5b66823899", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:56Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "revision_number": 0, "id": "628e7f27-e874-4552-8b08-5f58ae3bc3f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "revision_number": 0, "id": "d1740421-a078-40b1-afd6-f78c47c22e24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}], "revision_number": 5, "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "e209ecae-5b6b-423b-a302-947a59026869", "name": "CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name"}]} 2018-10-04 14:51:59,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name used request id req-98eeea7f-92d8-4805-bca4-876b10fe3407 2018-10-04 14:51:59,129 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e209ecae-5b6b-423b-a302-947a59026869 2018-10-04 14:51:59,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38ffbd2bdd7604abb6c18f1bb0c9c961577f7fe" 2018-10-04 14:51:59,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-3852e522-c671-430d-9724-b32ba141cb11 Date: Thu, 04 Oct 2018 14:51:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:51:56Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": 10, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:56Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "328189db-fb71-4bbe-b04a-6c5b66823899"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "628e7f27-e874-4552-8b08-5f58ae3bc3f3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "d1740421-a078-40b1-afd6-f78c47c22e24"}]} 2018-10-04 14:51:59,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 used request id req-3852e522-c671-430d-9724-b32ba141cb11 2018-10-04 14:51:59,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38ffbd2bdd7604abb6c18f1bb0c9c961577f7fe" 2018-10-04 14:51:59,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-31c0d62c-195b-4068-841a-46dc69749f91 Date: Thu, 04 Oct 2018 14:51:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "updated_at": "2018-10-04T14:51:56Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:51:56Z", "revision_number": 0, "id": "328189db-fb71-4bbe-b04a-6c5b66823899", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:56Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "revision_number": 0, "id": "628e7f27-e874-4552-8b08-5f58ae3bc3f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "revision_number": 0, "id": "d1740421-a078-40b1-afd6-f78c47c22e24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}], "revision_number": 5, "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "e209ecae-5b6b-423b-a302-947a59026869", "name": "CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name"}]} 2018-10-04 14:51:59,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name used request id req-31c0d62c-195b-4068-841a-46dc69749f91 2018-10-04 14:51:59,361 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e209ecae-5b6b-423b-a302-947a59026869 2018-10-04 14:51:59,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38ffbd2bdd7604abb6c18f1bb0c9c961577f7fe" 2018-10-04 14:51:59,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-51464437-7d44-4ef7-bd5e-186abcadc7dd Date: Thu, 04 Oct 2018 14:51:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:51:56Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": 10, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:56Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "328189db-fb71-4bbe-b04a-6c5b66823899"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "628e7f27-e874-4552-8b08-5f58ae3bc3f3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "d1740421-a078-40b1-afd6-f78c47c22e24"}]} 2018-10-04 14:51:59,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 used request id req-51464437-7d44-4ef7-bd5e-186abcadc7dd 2018-10-04 14:51:59,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38ffbd2bdd7604abb6c18f1bb0c9c961577f7fe" 2018-10-04 14:51:59,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-d50c8dcb-a047-454c-a2a7-e9a518c1e129 Date: Thu, 04 Oct 2018 14:51:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "updated_at": "2018-10-04T14:51:56Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:51:56Z", "revision_number": 0, "id": "328189db-fb71-4bbe-b04a-6c5b66823899", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:56Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "revision_number": 0, "id": "628e7f27-e874-4552-8b08-5f58ae3bc3f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "revision_number": 0, "id": "d1740421-a078-40b1-afd6-f78c47c22e24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}], "revision_number": 5, "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "e209ecae-5b6b-423b-a302-947a59026869", "name": "CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name"}]} 2018-10-04 14:51:59,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name used request id req-d50c8dcb-a047-454c-a2a7-e9a518c1e129 2018-10-04 14:51:59,593 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e209ecae-5b6b-423b-a302-947a59026869 2018-10-04 14:51:59,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38ffbd2bdd7604abb6c18f1bb0c9c961577f7fe" 2018-10-04 14:51:59,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-06063ca3-f7d0-4ac7-9c7b-34c388fae2d1 Date: Thu, 04 Oct 2018 14:51:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:51:56Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": 10, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:56Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "328189db-fb71-4bbe-b04a-6c5b66823899"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "628e7f27-e874-4552-8b08-5f58ae3bc3f3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "d1740421-a078-40b1-afd6-f78c47c22e24"}]} 2018-10-04 14:51:59,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 used request id req-06063ca3-f7d0-4ac7-9c7b-34c388fae2d1 2018-10-04 14:51:59,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38ffbd2bdd7604abb6c18f1bb0c9c961577f7fe" 2018-10-04 14:51:59,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-e1f15ee5-898b-4d31-b02d-b94d982100fe Date: Thu, 04 Oct 2018 14:51:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "updated_at": "2018-10-04T14:51:56Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:51:56Z", "revision_number": 0, "id": "328189db-fb71-4bbe-b04a-6c5b66823899", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:56Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "revision_number": 0, "id": "628e7f27-e874-4552-8b08-5f58ae3bc3f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "revision_number": 0, "id": "d1740421-a078-40b1-afd6-f78c47c22e24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}], "revision_number": 5, "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "e209ecae-5b6b-423b-a302-947a59026869", "name": "CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name"}]} 2018-10-04 14:51:59,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name used request id req-e1f15ee5-898b-4d31-b02d-b94d982100fe 2018-10-04 14:51:59,972 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e209ecae-5b6b-423b-a302-947a59026869 2018-10-04 14:51:59,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38ffbd2bdd7604abb6c18f1bb0c9c961577f7fe" 2018-10-04 14:52:00,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-38a57c55-53ed-46f0-aab9-348e5ee30a3c Date: Thu, 04 Oct 2018 14:52:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:51:56Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": 10, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:56Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "328189db-fb71-4bbe-b04a-6c5b66823899"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "628e7f27-e874-4552-8b08-5f58ae3bc3f3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "d1740421-a078-40b1-afd6-f78c47c22e24"}]} 2018-10-04 14:52:00,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 used request id req-38a57c55-53ed-46f0-aab9-348e5ee30a3c 2018-10-04 14:52:00,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38ffbd2bdd7604abb6c18f1bb0c9c961577f7fe" 2018-10-04 14:52:00,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-138c8cce-4f22-41f9-a650-08941309fb4a Date: Thu, 04 Oct 2018 14:52:00 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "updated_at": "2018-10-04T14:51:56Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:51:56Z", "revision_number": 0, "id": "328189db-fb71-4bbe-b04a-6c5b66823899", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:56Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "revision_number": 0, "id": "628e7f27-e874-4552-8b08-5f58ae3bc3f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "revision_number": 0, "id": "d1740421-a078-40b1-afd6-f78c47c22e24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}], "revision_number": 5, "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "e209ecae-5b6b-423b-a302-947a59026869", "name": "CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name"}]} 2018-10-04 14:52:00,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name used request id req-138c8cce-4f22-41f9-a650-08941309fb4a 2018-10-04 14:52:00,223 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e209ecae-5b6b-423b-a302-947a59026869 2018-10-04 14:52:00,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e38ffbd2bdd7604abb6c18f1bb0c9c961577f7fe" 2018-10-04 14:52:00,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-c32828ad-df70-4d38-a949-deb2a794a185 Date: Thu, 04 Oct 2018 14:52:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:51:56Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": 10, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:56Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "328189db-fb71-4bbe-b04a-6c5b66823899"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "5958fd39-74db-4ef3-b0b2-3fa3473bf531"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "628e7f27-e874-4552-8b08-5f58ae3bc3f3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "99bb2257-f7ac-43ef-a0d8-7647fadfdb38"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:55Z", "security_group_id": "e209ecae-5b6b-423b-a302-947a59026869", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:55Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "d1740421-a078-40b1-afd6-f78c47c22e24"}]} 2018-10-04 14:52:00,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e209ecae-5b6b-423b-a302-947a59026869 used request id req-c32828ad-df70-4d38-a949-deb2a794a185 2018-10-04 14:52:00,414 - neutron_utils - INFO - Deleting security group rule with ID - d1740421-a078-40b1-afd6-f78c47c22e24 2018-10-04 14:52:00,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/d1740421-a078-40b1-afd6-f78c47c22e24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" 2018-10-04 14:52:00,661 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9ae64de2-7150-4ab4-96e7-dc3db001032c Content-Length: 0 Date: Thu, 04 Oct 2018 14:52:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:52:00,661 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/d1740421-a078-40b1-afd6-f78c47c22e24 used request id req-9ae64de2-7150-4ab4-96e7-dc3db001032c 2018-10-04 14:52:00,662 - neutron_utils - INFO - Deleting security group rule with ID - 628e7f27-e874-4552-8b08-5f58ae3bc3f3 2018-10-04 14:52:00,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/628e7f27-e874-4552-8b08-5f58ae3bc3f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" 2018-10-04 14:52:00,891 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-24f1cb49-7b1d-4abd-87e3-503a169f437a Content-Length: 0 Date: Thu, 04 Oct 2018 14:52:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:52:00,891 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/628e7f27-e874-4552-8b08-5f58ae3bc3f3 used request id req-24f1cb49-7b1d-4abd-87e3-503a169f437a 2018-10-04 14:52:00,891 - neutron_utils - INFO - Deleting security group rule with ID - 99bb2257-f7ac-43ef-a0d8-7647fadfdb38 2018-10-04 14:52:00,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/99bb2257-f7ac-43ef-a0d8-7647fadfdb38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" 2018-10-04 14:52:01,137 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-67f2dd5f-f8a5-40bc-bc8d-a7387be7d6c0 Content-Length: 0 Date: Thu, 04 Oct 2018 14:52:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:52:01,137 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/99bb2257-f7ac-43ef-a0d8-7647fadfdb38 used request id req-67f2dd5f-f8a5-40bc-bc8d-a7387be7d6c0 2018-10-04 14:52:01,137 - neutron_utils - INFO - Deleting security group rule with ID - 5958fd39-74db-4ef3-b0b2-3fa3473bf531 2018-10-04 14:52:01,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/5958fd39-74db-4ef3-b0b2-3fa3473bf531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" 2018-10-04 14:52:01,377 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3dc0f0da-1da7-48ef-8fc5-13ef1e7380c6 Content-Length: 0 Date: Thu, 04 Oct 2018 14:52:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:52:01,377 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/5958fd39-74db-4ef3-b0b2-3fa3473bf531 used request id req-3dc0f0da-1da7-48ef-8fc5-13ef1e7380c6 2018-10-04 14:52:01,378 - neutron_utils - INFO - Deleting security group rule with ID - 328189db-fb71-4bbe-b04a-6c5b66823899 2018-10-04 14:52:01,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/328189db-fb71-4bbe-b04a-6c5b66823899 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" 2018-10-04 14:52:01,619 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e735af2f-6c33-4da8-987d-53271e45eb25 Content-Length: 0 Date: Thu, 04 Oct 2018 14:52:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:52:01,619 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/328189db-fb71-4bbe-b04a-6c5b66823899 used request id req-e735af2f-6c33-4da8-987d-53271e45eb25 2018-10-04 14:52:01,620 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-21691882-1ba3-404a-a4c3-4f4c38e3bf43name 2018-10-04 14:52:01,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/e209ecae-5b6b-423b-a302-947a59026869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63eaa1266a359541f7eda7e07ba5abd69a40bc7" 2018-10-04 14:52:01,897 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-33df9b4b-c8bd-4714-bb3e-6a7c21492a38 Content-Length: 0 Date: Thu, 04 Oct 2018 14:52:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:52:01,897 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/e209ecae-5b6b-423b-a302-947a59026869 used request id req-33df9b4b-c8bd-4714-bb3e-6a7c21492a38 2018-10-04 14:52:01,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2c09f72c3893e77da6cbfa92e8087e08a4f82d3" 2018-10-04 14:52:02,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-807720d5-741c-4400-90e5-dd2e2f300b87 Date: Thu, 04 Oct 2018 14:52:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "updated_at": "2018-10-04T14:51:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "1b5cf274-7642-40a2-90f8-3577de04e5a1", "remote_group_id": "5e6b6d96-f5ad-48db-8591-ea30f0916f36", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "5e6b6d96-f5ad-48db-8591-ea30f0916f36", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "909b27f4-43e2-4a9e-a11f-d28e019bcabe", "remote_group_id": "5e6b6d96-f5ad-48db-8591-ea30f0916f36", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "5e6b6d96-f5ad-48db-8591-ea30f0916f36", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "ba11cacd-2142-4383-abfc-c011a2095299", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "5e6b6d96-f5ad-48db-8591-ea30f0916f36", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3050a08b0984caba47356c4ca4961ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "revision_number": 0, "id": "e4911658-ad59-4265-b15f-db4fe7011729", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:53Z", "security_group_id": "5e6b6d96-f5ad-48db-8591-ea30f0916f36", "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3050a08b0984caba47356c4ca4961ac"}], "revision_number": 4, "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "5e6b6d96-f5ad-48db-8591-ea30f0916f36", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:52:02,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-807720d5-741c-4400-90e5-dd2e2f300b87 2018-10-04 14:52:02,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2c09f72c3893e77da6cbfa92e8087e08a4f82d3" 2018-10-04 14:52:02,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae59672f-8a5e-4b57-9603-55510dcbc343 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:52:02,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-ae59672f-8a5e-4b57-9603-55510dcbc343 2018-10-04 14:52:02,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2c09f72c3893e77da6cbfa92e8087e08a4f82d3" 2018-10-04 14:52:02,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6eb97520-621a-43e1-82aa-4176bfcdd7ce Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:52:02,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-6eb97520-621a-43e1-82aa-4176bfcdd7ce 2018-10-04 14:52:02,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2c09f72c3893e77da6cbfa92e8087e08a4f82d3" 2018-10-04 14:52:02,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1efeedc5-c83f-4418-8fd7-9178bee2c508 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:52:02,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-1efeedc5-c83f-4418-8fd7-9178bee2c508 2018-10-04 14:52:02,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/d3050a08b0984caba47356c4ca4961ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2c09f72c3893e77da6cbfa92e8087e08a4f82d3" 2018-10-04 14:52:02,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17e8c6ed-5d85-4696-bba0-2bca6dbc7f12 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d3050a08b0984caba47356c4ca4961ac"}, "enabled": true, "id": "d3050a08b0984caba47356c4ca4961ac", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a83bd212-59b3-457-proj"}} 2018-10-04 14:52:02,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/d3050a08b0984caba47356c4ca4961ac used request id req-17e8c6ed-5d85-4696-bba0-2bca6dbc7f12 2018-10-04 14:52:02,483 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5e6b6d96-f5ad-48db-8591-ea30f0916f36 2018-10-04 14:52:02,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=5e6b6d96-f5ad-48db-8591-ea30f0916f36 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2c09f72c3893e77da6cbfa92e8087e08a4f82d3" 2018-10-04 14:52:02,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ea2b5cee-1258-41ee-93c4-2f7a5ce1e34b Date: Thu, 04 Oct 2018 14:52:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "5e6b6d96-f5ad-48db-8591-ea30f0916f36", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "5e6b6d96-f5ad-48db-8591-ea30f0916f36", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "1b5cf274-7642-40a2-90f8-3577de04e5a1"}, {"remote_group_id": "5e6b6d96-f5ad-48db-8591-ea30f0916f36", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "5e6b6d96-f5ad-48db-8591-ea30f0916f36", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "909b27f4-43e2-4a9e-a11f-d28e019bcabe"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "5e6b6d96-f5ad-48db-8591-ea30f0916f36", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "ba11cacd-2142-4383-abfc-c011a2095299"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:51:53Z", "security_group_id": "5e6b6d96-f5ad-48db-8591-ea30f0916f36", "port_range_min": null, "revision_number": 0, "tenant_id": "d3050a08b0984caba47356c4ca4961ac", "created_at": "2018-10-04T14:51:53Z", "project_id": "d3050a08b0984caba47356c4ca4961ac", "id": "e4911658-ad59-4265-b15f-db4fe7011729"}]} 2018-10-04 14:52:02,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=5e6b6d96-f5ad-48db-8591-ea30f0916f36 used request id req-ea2b5cee-1258-41ee-93c4-2f7a5ce1e34b 2018-10-04 14:52:02,663 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 14:52:02,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/5e6b6d96-f5ad-48db-8591-ea30f0916f36 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2c09f72c3893e77da6cbfa92e8087e08a4f82d3" 2018-10-04 14:52:02,946 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0c998f37-65a2-4048-b6d3-272b645f6ec3 Content-Length: 0 Date: Thu, 04 Oct 2018 14:52:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:52:02,946 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/5e6b6d96-f5ad-48db-8591-ea30f0916f36 used request id req-0c998f37-65a2-4048-b6d3-272b645f6ec3 2018-10-04 14:52:02,947 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-a83bd212-59b3-457-proj 2018-10-04 14:52:02,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/d3050a08b0984caba47356c4ca4961ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2c09f72c3893e77da6cbfa92e8087e08a4f82d3" 2018-10-04 14:52:03,174 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:52:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f43371da-f833-478b-a6ed-fc5b7c71a7a3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:52:03,174 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/d3050a08b0984caba47356c4ca4961ac used request id req-f43371da-f833-478b-a6ed-fc5b7c71a7a3 2018-10-04 14:52:03,175 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-a83bd212-59b3-457-proj-role 2018-10-04 14:52:03,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/fa7d67b921e448c0b7708dd762d04345 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2c09f72c3893e77da6cbfa92e8087e08a4f82d3" 2018-10-04 14:52:03,278 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:52:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f283a184-4a35-441e-8f70-9d77be1f4880 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:52:03,279 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/fa7d67b921e448c0b7708dd762d04345 used request id req-f283a184-4a35-441e-8f70-9d77be1f4880 2018-10-04 14:52:03,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2c09f72c3893e77da6cbfa92e8087e08a4f82d3" 2018-10-04 14:52:03,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e82218cc-83a2-4258-9fee-17a8f8b89fc0 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:52:03,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e82218cc-83a2-4258-9fee-17a8f8b89fc0 2018-10-04 14:52:03,369 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-a83bd212-59b3-457-user 2018-10-04 14:52:03,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/29e607649acf470dbc57bcf083675bbe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b305fb13756e7e580f35a3d5e5c8882d8a00a10" 2018-10-04 14:52:03,553 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:52:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2764e21b-8bb3-4744-8659-cfb713abf135 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:52:03,553 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/29e607649acf470dbc57bcf083675bbe used request id req-2764e21b-8bb3-4744-8659-cfb713abf135 2018-10-04 14:52:03,555 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:03,931 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:52:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["LevZfnh5Sc2_bWkMH1vRHw"], "issued_at": "2018-10-04T14:52:03.000000Z"}} 2018-10-04 14:52:03,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67bcdea3d11eeaf59cb66b62637cf661d349ecec" 2018-10-04 14:52:04,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35ea371c-c943-4222-97ac-779b2cd351eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:52:04,023 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-35ea371c-c943-4222-97ac-779b2cd351eb 2018-10-04 14:52:04,025 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:52:04,026 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:04,417 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:52:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["mdfqMjElSi-XjQljipGa_A"], "issued_at": "2018-10-04T14:52:04.000000Z"}} 2018-10-04 14:52:04,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd2139b4e71495a6862501337909155c138b0d2" 2018-10-04 14:52:04,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef10240f-0d33-407a-976e-8d4a21b64969 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:52:04,494 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ef10240f-0d33-407a-976e-8d4a21b64969 2018-10-04 14:52:04,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:52:04,503 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:52:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:52:04,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a8eca8d9-d10c-412-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd2139b4e71495a6862501337909155c138b0d2" 2018-10-04 14:52:04,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a2722c2-4e22-4004-929d-699fc77cfeac Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a8eca8d9-d10c-412-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:52:04,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a8eca8d9-d10c-412-proj used request id req-6a2722c2-4e22-4004-929d-699fc77cfeac 2018-10-04 14:52:04,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd2139b4e71495a6862501337909155c138b0d2" 2018-10-04 14:52:04,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c441d85-4417-4e4a-a48e-471bb02dc126 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:52:04,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-3c441d85-4417-4e4a-a48e-471bb02dc126 2018-10-04 14:52:04,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd2139b4e71495a6862501337909155c138b0d2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-a8eca8d9-d10c-412-proj"}}' 2018-10-04 14:52:04,800 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:52:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d5469fd-b7f0-4702-9798-73ff1dc37796 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/9aaf64188f2647d386effc08147bea7e"}, "enabled": true, "id": "9aaf64188f2647d386effc08147bea7e", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a8eca8d9-d10c-412-proj"}} 2018-10-04 14:52:04,800 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-1d5469fd-b7f0-4702-9798-73ff1dc37796 2018-10-04 14:52:04,800 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-a8eca8d9-d10c-412-proj 2018-10-04 14:52:04,801 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:52:04,801 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:05,194 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:52:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["DAJ7xM-GRPWjlRnjOulHPQ"], "issued_at": "2018-10-04T14:52:05.000000Z"}} 2018-10-04 14:52:05,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcdb3575989e2ac770c214da3aec7efc7d0d4c89" 2018-10-04 14:52:05,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8624a145-cdcc-4cc3-9c47-db7271670155 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:52:05,271 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8624a145-cdcc-4cc3-9c47-db7271670155 2018-10-04 14:52:05,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:52:05,281 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:52:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:52:05,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcdb3575989e2ac770c214da3aec7efc7d0d4c89" 2018-10-04 14:52:05,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45e24499-5971-4171-a08b-207baa60ad91 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:52:05,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-45e24499-5971-4171-a08b-207baa60ad91 2018-10-04 14:52:05,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-a8eca8d9-d10c-412-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcdb3575989e2ac770c214da3aec7efc7d0d4c89" 2018-10-04 14:52:05,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-198f15e2-37f6-49e1-a1eb-6c56dcc63058 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-a8eca8d9-d10c-412-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/9aaf64188f2647d386effc08147bea7e"}, "enabled": true, "id": "9aaf64188f2647d386effc08147bea7e", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a8eca8d9-d10c-412-proj"}]} 2018-10-04 14:52:05,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-a8eca8d9-d10c-412-proj used request id req-198f15e2-37f6-49e1-a1eb-6c56dcc63058 2018-10-04 14:52:05,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcdb3575989e2ac770c214da3aec7efc7d0d4c89" 2018-10-04 14:52:05,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8921f2b-997a-42b8-b916-3f03821678b8 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:52:05,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-a8921f2b-997a-42b8-b916-3f03821678b8 2018-10-04 14:52:05,788 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-a8eca8d9-d10c-412-user 2018-10-04 14:52:05,788 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:52:05,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd2139b4e71495a6862501337909155c138b0d2" 2018-10-04 14:52:05,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dba752a2-67aa-42b6-98c6-a046f57c36ca Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:52:05,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-dba752a2-67aa-42b6-98c6-a046f57c36ca 2018-10-04 14:52:05,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd2139b4e71495a6862501337909155c138b0d2" -d '{"role": {"name": "CreateSecurityGroupTests-a8eca8d9-d10c-412-proj-role"}}' 2018-10-04 14:52:05,997 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:52:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f802a542-65ee-4fbc-9f1f-f98994cbd947 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5072a26adcea450eb3f6dd2397e2e1f7", "links": {"self": "http://172.30.9.23:5000/v3/roles/5072a26adcea450eb3f6dd2397e2e1f7"}, "name": "CreateSecurityGroupTests-a8eca8d9-d10c-412-proj-role"}} 2018-10-04 14:52:05,997 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-f802a542-65ee-4fbc-9f1f-f98994cbd947 2018-10-04 14:52:05,998 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-a8eca8d9-d10c-412-proj-role 2018-10-04 14:52:06,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/5072a26adcea450eb3f6dd2397e2e1f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd2139b4e71495a6862501337909155c138b0d2" 2018-10-04 14:52:06,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59b6aff5-3d8f-455c-b7f2-a7912293c21f Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/5072a26adcea450eb3f6dd2397e2e1f7"}, "domain_id": null, "name": "CreateSecurityGroupTests-a8eca8d9-d10c-412-proj-role", "id": "5072a26adcea450eb3f6dd2397e2e1f7"}} 2018-10-04 14:52:06,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/5072a26adcea450eb3f6dd2397e2e1f7 used request id req-59b6aff5-3d8f-455c-b7f2-a7912293c21f 2018-10-04 14:52:06,091 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-a8eca8d9-d10c-412-proj-role to project CreateSecurityGroupTests-a8eca8d9-d10c-412-proj 2018-10-04 14:52:06,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/9aaf64188f2647d386effc08147bea7e/users/e4d9f137d18b40d5bc7090b6a6065dc2/roles/5072a26adcea450eb3f6dd2397e2e1f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd2139b4e71495a6862501337909155c138b0d2" 2018-10-04 14:52:06,215 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:52:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2679ffa5-615e-49e4-bf59-74e9680ec7f3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:52:06,215 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/9aaf64188f2647d386effc08147bea7e/users/e4d9f137d18b40d5bc7090b6a6065dc2/roles/5072a26adcea450eb3f6dd2397e2e1f7 used request id req-2679ffa5-615e-49e4-bf59-74e9680ec7f3 2018-10-04 14:52:06,216 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:52:06,217 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:06,593 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5072a26adcea450eb3f6dd2397e2e1f7", "name": "CreateSecurityGroupTests-a8eca8d9-d10c-412-proj-role"}], "expires_at": "2018-10-04T15:52:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9aaf64188f2647d386effc08147bea7e", "name": "CreateSecurityGroupTests-a8eca8d9-d10c-412-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/9aaf64188f2647d386effc08147bea7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/9aaf64188f2647d386effc08147bea7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/9aaf64188f2647d386effc08147bea7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9aaf64188f2647d386effc08147bea7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/9aaf64188f2647d386effc08147bea7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/9aaf64188f2647d386effc08147bea7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/9aaf64188f2647d386effc08147bea7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/9aaf64188f2647d386effc08147bea7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/9aaf64188f2647d386effc08147bea7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9aaf64188f2647d386effc08147bea7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/9aaf64188f2647d386effc08147bea7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/9aaf64188f2647d386effc08147bea7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-a8eca8d9-d10c-412-user", "id": "e4d9f137d18b40d5bc7090b6a6065dc2"}, "audit_ids": ["wJ_wQhF_RzSBb-0IV4-h6Q"], "issued_at": "2018-10-04T14:52:06.000000Z"}} 2018-10-04 14:52:06,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7418e2bcd7b4d2b0411685b969cf6dfd3c02a" 2018-10-04 14:52:06,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f818463f-c206-4083-8cfb-3e50fb9d3c68 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:52:06,668 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f818463f-c206-4083-8cfb-3e50fb9d3c68 2018-10-04 14:52:06,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe3d282a-8e3f-480b-8579-f9e9aa15d1b5name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7418e2bcd7b4d2b0411685b969cf6dfd3c02a" 2018-10-04 14:52:06,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-752d09f4-2b14-45a4-a2a6-a3258c54c0ff Date: Thu, 04 Oct 2018 14:52:06 GMT RESP BODY: {"security_groups": []} 2018-10-04 14:52:06,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe3d282a-8e3f-480b-8579-f9e9aa15d1b5name&description=hello+group used request id req-752d09f4-2b14-45a4-a2a6-a3258c54c0ff 2018-10-04 14:52:06,977 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-fe3d282a-8e3f-480b-8579-f9e9aa15d1b5name... 2018-10-04 14:52:06,977 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-fe3d282a-8e3f-480b-8579-f9e9aa15d1b5name 2018-10-04 14:52:06,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7418e2bcd7b4d2b0411685b969cf6dfd3c02a" -d '{"security_group": {"name": "CreateSecurityGroupTests-fe3d282a-8e3f-480b-8579-f9e9aa15d1b5name", "description": "hello group"}}' 2018-10-04 14:52:07,352 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-f3cb4541-2c7d-49f6-8743-49179eb0b227 Date: Thu, 04 Oct 2018 14:52:07 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "9aaf64188f2647d386effc08147bea7e", "created_at": "2018-10-04T14:52:07Z", "updated_at": "2018-10-04T14:52:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:07Z", "revision_number": 0, "id": "06067a20-db5a-48fc-aa59-1cb701efa3c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:07Z", "security_group_id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "tenant_id": "9aaf64188f2647d386effc08147bea7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "9aaf64188f2647d386effc08147bea7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:07Z", "revision_number": 0, "id": "4c7ea8a1-3e29-418c-96a4-51de7ef3f840", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:07Z", "security_group_id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "tenant_id": "9aaf64188f2647d386effc08147bea7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "9aaf64188f2647d386effc08147bea7e"}], "revision_number": 2, "project_id": "9aaf64188f2647d386effc08147bea7e", "id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "name": "CreateSecurityGroupTests-fe3d282a-8e3f-480b-8579-f9e9aa15d1b5name"}} 2018-10-04 14:52:07,352 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-f3cb4541-2c7d-49f6-8743-49179eb0b227 2018-10-04 14:52:07,352 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0d56ed4c-06ea-44b7-914c-73d5730fd8c0 2018-10-04 14:52:07,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0d56ed4c-06ea-44b7-914c-73d5730fd8c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7418e2bcd7b4d2b0411685b969cf6dfd3c02a" 2018-10-04 14:52:07,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ea02fe17-7b1d-417c-9ad8-ab3340eee9d0 Date: Thu, 04 Oct 2018 14:52:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:07Z", "security_group_id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "port_range_min": null, "revision_number": 0, "tenant_id": "9aaf64188f2647d386effc08147bea7e", "created_at": "2018-10-04T14:52:07Z", "project_id": "9aaf64188f2647d386effc08147bea7e", "id": "06067a20-db5a-48fc-aa59-1cb701efa3c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:07Z", "security_group_id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "port_range_min": null, "revision_number": 0, "tenant_id": "9aaf64188f2647d386effc08147bea7e", "created_at": "2018-10-04T14:52:07Z", "project_id": "9aaf64188f2647d386effc08147bea7e", "id": "4c7ea8a1-3e29-418c-96a4-51de7ef3f840"}]} 2018-10-04 14:52:07,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0d56ed4c-06ea-44b7-914c-73d5730fd8c0 used request id req-ea02fe17-7b1d-417c-9ad8-ab3340eee9d0 2018-10-04 14:52:07,522 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0d56ed4c-06ea-44b7-914c-73d5730fd8c0 2018-10-04 14:52:07,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0d56ed4c-06ea-44b7-914c-73d5730fd8c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7418e2bcd7b4d2b0411685b969cf6dfd3c02a" 2018-10-04 14:52:07,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7901729e-49c5-455b-a4e4-2ac29a2e7bc3 Date: Thu, 04 Oct 2018 14:52:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:07Z", "security_group_id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "port_range_min": null, "revision_number": 0, "tenant_id": "9aaf64188f2647d386effc08147bea7e", "created_at": "2018-10-04T14:52:07Z", "project_id": "9aaf64188f2647d386effc08147bea7e", "id": "06067a20-db5a-48fc-aa59-1cb701efa3c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:07Z", "security_group_id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "port_range_min": null, "revision_number": 0, "tenant_id": "9aaf64188f2647d386effc08147bea7e", "created_at": "2018-10-04T14:52:07Z", "project_id": "9aaf64188f2647d386effc08147bea7e", "id": "4c7ea8a1-3e29-418c-96a4-51de7ef3f840"}]} 2018-10-04 14:52:07,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0d56ed4c-06ea-44b7-914c-73d5730fd8c0 used request id req-7901729e-49c5-455b-a4e4-2ac29a2e7bc3 2018-10-04 14:52:07,703 - neutron_utils - INFO - Retrieving security group with ID - 0d56ed4c-06ea-44b7-914c-73d5730fd8c0 2018-10-04 14:52:07,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=0d56ed4c-06ea-44b7-914c-73d5730fd8c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7418e2bcd7b4d2b0411685b969cf6dfd3c02a" 2018-10-04 14:52:07,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-9596d37b-56a3-4954-a2ca-85f02429036b Date: Thu, 04 Oct 2018 14:52:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9aaf64188f2647d386effc08147bea7e", "created_at": "2018-10-04T14:52:07Z", "updated_at": "2018-10-04T14:52:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:07Z", "revision_number": 0, "id": "06067a20-db5a-48fc-aa59-1cb701efa3c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:07Z", "security_group_id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "tenant_id": "9aaf64188f2647d386effc08147bea7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "9aaf64188f2647d386effc08147bea7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:07Z", "revision_number": 0, "id": "4c7ea8a1-3e29-418c-96a4-51de7ef3f840", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:07Z", "security_group_id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "tenant_id": "9aaf64188f2647d386effc08147bea7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "9aaf64188f2647d386effc08147bea7e"}], "revision_number": 2, "project_id": "9aaf64188f2647d386effc08147bea7e", "id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "name": "CreateSecurityGroupTests-fe3d282a-8e3f-480b-8579-f9e9aa15d1b5name"}]} 2018-10-04 14:52:07,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=0d56ed4c-06ea-44b7-914c-73d5730fd8c0 used request id req-9596d37b-56a3-4954-a2ca-85f02429036b 2018-10-04 14:52:07,911 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0d56ed4c-06ea-44b7-914c-73d5730fd8c0 2018-10-04 14:52:07,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0d56ed4c-06ea-44b7-914c-73d5730fd8c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7418e2bcd7b4d2b0411685b969cf6dfd3c02a" 2018-10-04 14:52:08,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-26510552-b01a-4dea-acee-155d6a2a5280 Date: Thu, 04 Oct 2018 14:52:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:07Z", "security_group_id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "port_range_min": null, "revision_number": 0, "tenant_id": "9aaf64188f2647d386effc08147bea7e", "created_at": "2018-10-04T14:52:07Z", "project_id": "9aaf64188f2647d386effc08147bea7e", "id": "06067a20-db5a-48fc-aa59-1cb701efa3c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:07Z", "security_group_id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "port_range_min": null, "revision_number": 0, "tenant_id": "9aaf64188f2647d386effc08147bea7e", "created_at": "2018-10-04T14:52:07Z", "project_id": "9aaf64188f2647d386effc08147bea7e", "id": "4c7ea8a1-3e29-418c-96a4-51de7ef3f840"}]} 2018-10-04 14:52:08,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0d56ed4c-06ea-44b7-914c-73d5730fd8c0 used request id req-26510552-b01a-4dea-acee-155d6a2a5280 2018-10-04 14:52:08,074 - neutron_utils - INFO - Retrieving security group with ID - 0d56ed4c-06ea-44b7-914c-73d5730fd8c0 2018-10-04 14:52:08,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=0d56ed4c-06ea-44b7-914c-73d5730fd8c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7418e2bcd7b4d2b0411685b969cf6dfd3c02a" 2018-10-04 14:52:08,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-27728eb7-c092-49aa-9fd0-c124145f6a60 Date: Thu, 04 Oct 2018 14:52:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9aaf64188f2647d386effc08147bea7e", "created_at": "2018-10-04T14:52:07Z", "updated_at": "2018-10-04T14:52:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:07Z", "revision_number": 0, "id": "06067a20-db5a-48fc-aa59-1cb701efa3c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:07Z", "security_group_id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "tenant_id": "9aaf64188f2647d386effc08147bea7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "9aaf64188f2647d386effc08147bea7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:07Z", "revision_number": 0, "id": "4c7ea8a1-3e29-418c-96a4-51de7ef3f840", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:07Z", "security_group_id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "tenant_id": "9aaf64188f2647d386effc08147bea7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "9aaf64188f2647d386effc08147bea7e"}], "revision_number": 2, "project_id": "9aaf64188f2647d386effc08147bea7e", "id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "name": "CreateSecurityGroupTests-fe3d282a-8e3f-480b-8579-f9e9aa15d1b5name"}]} 2018-10-04 14:52:08,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=0d56ed4c-06ea-44b7-914c-73d5730fd8c0 used request id req-27728eb7-c092-49aa-9fd0-c124145f6a60 2018-10-04 14:52:08,278 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0d56ed4c-06ea-44b7-914c-73d5730fd8c0 2018-10-04 14:52:08,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0d56ed4c-06ea-44b7-914c-73d5730fd8c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7418e2bcd7b4d2b0411685b969cf6dfd3c02a" 2018-10-04 14:52:08,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6f16322d-15eb-4acf-b6e5-b00e31bdfb39 Date: Thu, 04 Oct 2018 14:52:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:07Z", "security_group_id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "port_range_min": null, "revision_number": 0, "tenant_id": "9aaf64188f2647d386effc08147bea7e", "created_at": "2018-10-04T14:52:07Z", "project_id": "9aaf64188f2647d386effc08147bea7e", "id": "06067a20-db5a-48fc-aa59-1cb701efa3c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:07Z", "security_group_id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "port_range_min": null, "revision_number": 0, "tenant_id": "9aaf64188f2647d386effc08147bea7e", "created_at": "2018-10-04T14:52:07Z", "project_id": "9aaf64188f2647d386effc08147bea7e", "id": "4c7ea8a1-3e29-418c-96a4-51de7ef3f840"}]} 2018-10-04 14:52:08,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0d56ed4c-06ea-44b7-914c-73d5730fd8c0 used request id req-6f16322d-15eb-4acf-b6e5-b00e31bdfb39 2018-10-04 14:52:08,343 - neutron_utils - INFO - Retrieving security group with ID - 0d56ed4c-06ea-44b7-914c-73d5730fd8c0 2018-10-04 14:52:08,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=0d56ed4c-06ea-44b7-914c-73d5730fd8c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7418e2bcd7b4d2b0411685b969cf6dfd3c02a" 2018-10-04 14:52:08,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-c13a1cd8-5a0f-4492-91ff-53210c51b7e0 Date: Thu, 04 Oct 2018 14:52:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9aaf64188f2647d386effc08147bea7e", "created_at": "2018-10-04T14:52:07Z", "updated_at": "2018-10-04T14:52:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:07Z", "revision_number": 0, "id": "06067a20-db5a-48fc-aa59-1cb701efa3c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:07Z", "security_group_id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "tenant_id": "9aaf64188f2647d386effc08147bea7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "9aaf64188f2647d386effc08147bea7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:07Z", "revision_number": 0, "id": "4c7ea8a1-3e29-418c-96a4-51de7ef3f840", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:07Z", "security_group_id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "tenant_id": "9aaf64188f2647d386effc08147bea7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "9aaf64188f2647d386effc08147bea7e"}], "revision_number": 2, "project_id": "9aaf64188f2647d386effc08147bea7e", "id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "name": "CreateSecurityGroupTests-fe3d282a-8e3f-480b-8579-f9e9aa15d1b5name"}]} 2018-10-04 14:52:08,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=0d56ed4c-06ea-44b7-914c-73d5730fd8c0 used request id req-c13a1cd8-5a0f-4492-91ff-53210c51b7e0 2018-10-04 14:52:08,399 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0d56ed4c-06ea-44b7-914c-73d5730fd8c0 2018-10-04 14:52:08,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0d56ed4c-06ea-44b7-914c-73d5730fd8c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7418e2bcd7b4d2b0411685b969cf6dfd3c02a" 2018-10-04 14:52:08,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-07ae3429-4026-44c8-af5e-c0d803b47465 Date: Thu, 04 Oct 2018 14:52:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:07Z", "security_group_id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "port_range_min": null, "revision_number": 0, "tenant_id": "9aaf64188f2647d386effc08147bea7e", "created_at": "2018-10-04T14:52:07Z", "project_id": "9aaf64188f2647d386effc08147bea7e", "id": "06067a20-db5a-48fc-aa59-1cb701efa3c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:07Z", "security_group_id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "port_range_min": null, "revision_number": 0, "tenant_id": "9aaf64188f2647d386effc08147bea7e", "created_at": "2018-10-04T14:52:07Z", "project_id": "9aaf64188f2647d386effc08147bea7e", "id": "4c7ea8a1-3e29-418c-96a4-51de7ef3f840"}]} 2018-10-04 14:52:08,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0d56ed4c-06ea-44b7-914c-73d5730fd8c0 used request id req-07ae3429-4026-44c8-af5e-c0d803b47465 2018-10-04 14:52:08,429 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:08,810 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5072a26adcea450eb3f6dd2397e2e1f7", "name": "CreateSecurityGroupTests-a8eca8d9-d10c-412-proj-role"}], "expires_at": "2018-10-04T15:52:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9aaf64188f2647d386effc08147bea7e", "name": "CreateSecurityGroupTests-a8eca8d9-d10c-412-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/9aaf64188f2647d386effc08147bea7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/9aaf64188f2647d386effc08147bea7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/9aaf64188f2647d386effc08147bea7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9aaf64188f2647d386effc08147bea7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/9aaf64188f2647d386effc08147bea7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/9aaf64188f2647d386effc08147bea7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/9aaf64188f2647d386effc08147bea7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/9aaf64188f2647d386effc08147bea7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/9aaf64188f2647d386effc08147bea7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9aaf64188f2647d386effc08147bea7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/9aaf64188f2647d386effc08147bea7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/9aaf64188f2647d386effc08147bea7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-a8eca8d9-d10c-412-user", "id": "e4d9f137d18b40d5bc7090b6a6065dc2"}, "audit_ids": ["fdV2rWo0SWKgGxJaEKKj-g"], "issued_at": "2018-10-04T14:52:08.000000Z"}} 2018-10-04 14:52:08,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe3d282a-8e3f-480b-8579-f9e9aa15d1b5name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bddb7509652d5cafe4f7e9fd893cb8e01a0e8b52" 2018-10-04 14:52:09,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-886f412e-0b1d-461a-bf7d-763f5e41877d Date: Thu, 04 Oct 2018 14:52:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9aaf64188f2647d386effc08147bea7e", "created_at": "2018-10-04T14:52:07Z", "updated_at": "2018-10-04T14:52:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:07Z", "revision_number": 0, "id": "06067a20-db5a-48fc-aa59-1cb701efa3c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:07Z", "security_group_id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "tenant_id": "9aaf64188f2647d386effc08147bea7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "9aaf64188f2647d386effc08147bea7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:07Z", "revision_number": 0, "id": "4c7ea8a1-3e29-418c-96a4-51de7ef3f840", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:07Z", "security_group_id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "tenant_id": "9aaf64188f2647d386effc08147bea7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "9aaf64188f2647d386effc08147bea7e"}], "revision_number": 2, "project_id": "9aaf64188f2647d386effc08147bea7e", "id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "name": "CreateSecurityGroupTests-fe3d282a-8e3f-480b-8579-f9e9aa15d1b5name"}]} 2018-10-04 14:52:09,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe3d282a-8e3f-480b-8579-f9e9aa15d1b5name&description=hello+group used request id req-886f412e-0b1d-461a-bf7d-763f5e41877d 2018-10-04 14:52:09,030 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0d56ed4c-06ea-44b7-914c-73d5730fd8c0 2018-10-04 14:52:09,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0d56ed4c-06ea-44b7-914c-73d5730fd8c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bddb7509652d5cafe4f7e9fd893cb8e01a0e8b52" 2018-10-04 14:52:09,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-09d6581a-7021-4257-a22a-a3be8397801e Date: Thu, 04 Oct 2018 14:52:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:07Z", "security_group_id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "port_range_min": null, "revision_number": 0, "tenant_id": "9aaf64188f2647d386effc08147bea7e", "created_at": "2018-10-04T14:52:07Z", "project_id": "9aaf64188f2647d386effc08147bea7e", "id": "06067a20-db5a-48fc-aa59-1cb701efa3c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:07Z", "security_group_id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "port_range_min": null, "revision_number": 0, "tenant_id": "9aaf64188f2647d386effc08147bea7e", "created_at": "2018-10-04T14:52:07Z", "project_id": "9aaf64188f2647d386effc08147bea7e", "id": "4c7ea8a1-3e29-418c-96a4-51de7ef3f840"}]} 2018-10-04 14:52:09,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0d56ed4c-06ea-44b7-914c-73d5730fd8c0 used request id req-09d6581a-7021-4257-a22a-a3be8397801e 2018-10-04 14:52:09,203 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0d56ed4c-06ea-44b7-914c-73d5730fd8c0 2018-10-04 14:52:09,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0d56ed4c-06ea-44b7-914c-73d5730fd8c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bddb7509652d5cafe4f7e9fd893cb8e01a0e8b52" 2018-10-04 14:52:09,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6423cdef-d028-42a7-8e68-28eddd36204c Date: Thu, 04 Oct 2018 14:52:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:07Z", "security_group_id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "port_range_min": null, "revision_number": 0, "tenant_id": "9aaf64188f2647d386effc08147bea7e", "created_at": "2018-10-04T14:52:07Z", "project_id": "9aaf64188f2647d386effc08147bea7e", "id": "06067a20-db5a-48fc-aa59-1cb701efa3c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:07Z", "security_group_id": "0d56ed4c-06ea-44b7-914c-73d5730fd8c0", "port_range_min": null, "revision_number": 0, "tenant_id": "9aaf64188f2647d386effc08147bea7e", "created_at": "2018-10-04T14:52:07Z", "project_id": "9aaf64188f2647d386effc08147bea7e", "id": "4c7ea8a1-3e29-418c-96a4-51de7ef3f840"}]} 2018-10-04 14:52:09,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0d56ed4c-06ea-44b7-914c-73d5730fd8c0 used request id req-6423cdef-d028-42a7-8e68-28eddd36204c 2018-10-04 14:52:09,381 - neutron_utils - INFO - Deleting security group rule with ID - 4c7ea8a1-3e29-418c-96a4-51de7ef3f840 2018-10-04 14:52:09,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/4c7ea8a1-3e29-418c-96a4-51de7ef3f840 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7418e2bcd7b4d2b0411685b969cf6dfd3c02a" 2018-10-04 14:52:09,639 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0a0253b8-8a1e-4341-91c7-e55f174ae3b7 Content-Length: 0 Date: Thu, 04 Oct 2018 14:52:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:52:09,639 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/4c7ea8a1-3e29-418c-96a4-51de7ef3f840 used request id req-0a0253b8-8a1e-4341-91c7-e55f174ae3b7 2018-10-04 14:52:09,639 - neutron_utils - INFO - Deleting security group rule with ID - 06067a20-db5a-48fc-aa59-1cb701efa3c9 2018-10-04 14:52:09,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/06067a20-db5a-48fc-aa59-1cb701efa3c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7418e2bcd7b4d2b0411685b969cf6dfd3c02a" 2018-10-04 14:52:09,976 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3f5f6549-5745-4cc4-b310-e703965bbadf Content-Length: 0 Date: Thu, 04 Oct 2018 14:52:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:52:09,977 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/06067a20-db5a-48fc-aa59-1cb701efa3c9 used request id req-3f5f6549-5745-4cc4-b310-e703965bbadf 2018-10-04 14:52:09,977 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-fe3d282a-8e3f-480b-8579-f9e9aa15d1b5name 2018-10-04 14:52:09,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/0d56ed4c-06ea-44b7-914c-73d5730fd8c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7418e2bcd7b4d2b0411685b969cf6dfd3c02a" 2018-10-04 14:52:10,242 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3fba4007-5aee-413f-98b6-cc553a59e420 Content-Length: 0 Date: Thu, 04 Oct 2018 14:52:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:52:10,243 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/0d56ed4c-06ea-44b7-914c-73d5730fd8c0 used request id req-3fba4007-5aee-413f-98b6-cc553a59e420 2018-10-04 14:52:10,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd2139b4e71495a6862501337909155c138b0d2" 2018-10-04 14:52:10,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-a810e9cb-153b-43ba-b1d3-c49d93276a82 Date: Thu, 04 Oct 2018 14:52:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9aaf64188f2647d386effc08147bea7e", "created_at": "2018-10-04T14:52:06Z", "updated_at": "2018-10-04T14:52:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:06Z", "revision_number": 0, "id": "9fe50447-4578-455c-9dc2-f0f3c035060e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:06Z", "security_group_id": "a356d12e-2ed8-4aae-bfe9-d205afcdca0b", "tenant_id": "9aaf64188f2647d386effc08147bea7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "9aaf64188f2647d386effc08147bea7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:06Z", "revision_number": 0, "id": "c26873b1-a9ed-4a10-b429-f928bb4c3f1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:06Z", "security_group_id": "a356d12e-2ed8-4aae-bfe9-d205afcdca0b", "tenant_id": "9aaf64188f2647d386effc08147bea7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "9aaf64188f2647d386effc08147bea7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:06Z", "revision_number": 0, "id": "cb106b9c-584d-489b-b4ce-e2a9ea83c496", "remote_group_id": "a356d12e-2ed8-4aae-bfe9-d205afcdca0b", "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:06Z", "security_group_id": "a356d12e-2ed8-4aae-bfe9-d205afcdca0b", "tenant_id": "9aaf64188f2647d386effc08147bea7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "9aaf64188f2647d386effc08147bea7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:06Z", "revision_number": 0, "id": "fd5f22cc-2485-4b95-aef8-ba4bcec71719", "remote_group_id": "a356d12e-2ed8-4aae-bfe9-d205afcdca0b", "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:06Z", "security_group_id": "a356d12e-2ed8-4aae-bfe9-d205afcdca0b", "tenant_id": "9aaf64188f2647d386effc08147bea7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "9aaf64188f2647d386effc08147bea7e"}], "revision_number": 4, "project_id": "9aaf64188f2647d386effc08147bea7e", "id": "a356d12e-2ed8-4aae-bfe9-d205afcdca0b", "name": "default"}]} 2018-10-04 14:52:10,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-a810e9cb-153b-43ba-b1d3-c49d93276a82 2018-10-04 14:52:10,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd2139b4e71495a6862501337909155c138b0d2" 2018-10-04 14:52:10,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06bd5d0e-e40b-43ed-8930-f0ef8954e1c3 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:52:10,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-06bd5d0e-e40b-43ed-8930-f0ef8954e1c3 2018-10-04 14:52:10,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd2139b4e71495a6862501337909155c138b0d2" 2018-10-04 14:52:10,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5018d22d-f4ce-4a85-bfd4-bdf7ae0a4c02 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:52:10,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-5018d22d-f4ce-4a85-bfd4-bdf7ae0a4c02 2018-10-04 14:52:10,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd2139b4e71495a6862501337909155c138b0d2" 2018-10-04 14:52:10,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b096d87a-5e5b-42c9-8dbd-d59b2901b953 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:52:10,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-b096d87a-5e5b-42c9-8dbd-d59b2901b953 2018-10-04 14:52:10,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9aaf64188f2647d386effc08147bea7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd2139b4e71495a6862501337909155c138b0d2" 2018-10-04 14:52:10,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e97eed0-67c8-4918-bd81-59f17e54b3ab Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/9aaf64188f2647d386effc08147bea7e"}, "enabled": true, "id": "9aaf64188f2647d386effc08147bea7e", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a8eca8d9-d10c-412-proj"}} 2018-10-04 14:52:10,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9aaf64188f2647d386effc08147bea7e used request id req-4e97eed0-67c8-4918-bd81-59f17e54b3ab 2018-10-04 14:52:10,825 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a356d12e-2ed8-4aae-bfe9-d205afcdca0b 2018-10-04 14:52:10,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=a356d12e-2ed8-4aae-bfe9-d205afcdca0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd2139b4e71495a6862501337909155c138b0d2" 2018-10-04 14:52:10,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1124bfba-a4ff-4ad8-aded-af5b0b1d3a02 Date: Thu, 04 Oct 2018 14:52:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:06Z", "security_group_id": "a356d12e-2ed8-4aae-bfe9-d205afcdca0b", "port_range_min": null, "revision_number": 0, "tenant_id": "9aaf64188f2647d386effc08147bea7e", "created_at": "2018-10-04T14:52:06Z", "project_id": "9aaf64188f2647d386effc08147bea7e", "id": "9fe50447-4578-455c-9dc2-f0f3c035060e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:06Z", "security_group_id": "a356d12e-2ed8-4aae-bfe9-d205afcdca0b", "port_range_min": null, "revision_number": 0, "tenant_id": "9aaf64188f2647d386effc08147bea7e", "created_at": "2018-10-04T14:52:06Z", "project_id": "9aaf64188f2647d386effc08147bea7e", "id": "c26873b1-a9ed-4a10-b429-f928bb4c3f1e"}, {"remote_group_id": "a356d12e-2ed8-4aae-bfe9-d205afcdca0b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:06Z", "security_group_id": "a356d12e-2ed8-4aae-bfe9-d205afcdca0b", "port_range_min": null, "revision_number": 0, "tenant_id": "9aaf64188f2647d386effc08147bea7e", "created_at": "2018-10-04T14:52:06Z", "project_id": "9aaf64188f2647d386effc08147bea7e", "id": "cb106b9c-584d-489b-b4ce-e2a9ea83c496"}, {"remote_group_id": "a356d12e-2ed8-4aae-bfe9-d205afcdca0b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:06Z", "security_group_id": "a356d12e-2ed8-4aae-bfe9-d205afcdca0b", "port_range_min": null, "revision_number": 0, "tenant_id": "9aaf64188f2647d386effc08147bea7e", "created_at": "2018-10-04T14:52:06Z", "project_id": "9aaf64188f2647d386effc08147bea7e", "id": "fd5f22cc-2485-4b95-aef8-ba4bcec71719"}]} 2018-10-04 14:52:10,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=a356d12e-2ed8-4aae-bfe9-d205afcdca0b used request id req-1124bfba-a4ff-4ad8-aded-af5b0b1d3a02 2018-10-04 14:52:10,998 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 14:52:11,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/a356d12e-2ed8-4aae-bfe9-d205afcdca0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd2139b4e71495a6862501337909155c138b0d2" 2018-10-04 14:52:11,294 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ce4117aa-de60-4669-8a7f-69088bf022c2 Content-Length: 0 Date: Thu, 04 Oct 2018 14:52:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:52:11,294 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/a356d12e-2ed8-4aae-bfe9-d205afcdca0b used request id req-ce4117aa-de60-4669-8a7f-69088bf022c2 2018-10-04 14:52:11,295 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-a8eca8d9-d10c-412-proj 2018-10-04 14:52:11,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/9aaf64188f2647d386effc08147bea7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd2139b4e71495a6862501337909155c138b0d2" 2018-10-04 14:52:11,509 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:52:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a70a8985-c83c-4072-96ea-28f21cf60d4e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:52:11,510 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/9aaf64188f2647d386effc08147bea7e used request id req-a70a8985-c83c-4072-96ea-28f21cf60d4e 2018-10-04 14:52:11,510 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-a8eca8d9-d10c-412-proj-role 2018-10-04 14:52:11,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/5072a26adcea450eb3f6dd2397e2e1f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd2139b4e71495a6862501337909155c138b0d2" 2018-10-04 14:52:11,625 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:52:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfcbbf98-5341-4324-9b88-58dca5b4ca7b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:52:11,625 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/5072a26adcea450eb3f6dd2397e2e1f7 used request id req-dfcbbf98-5341-4324-9b88-58dca5b4ca7b 2018-10-04 14:52:11,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd2139b4e71495a6862501337909155c138b0d2" 2018-10-04 14:52:11,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c71a659-430f-422e-ba6d-b8f750c09e1b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:52:11,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7c71a659-430f-422e-ba6d-b8f750c09e1b 2018-10-04 14:52:11,713 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-a8eca8d9-d10c-412-user 2018-10-04 14:52:11,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/e4d9f137d18b40d5bc7090b6a6065dc2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcdb3575989e2ac770c214da3aec7efc7d0d4c89" 2018-10-04 14:52:11,973 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:52:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a09a095-5dda-461d-8c3b-3fa5cb307d6c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:52:11,973 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/e4d9f137d18b40d5bc7090b6a6065dc2 used request id req-5a09a095-5dda-461d-8c3b-3fa5cb307d6c 2018-10-04 14:52:11,974 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:12,345 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:52:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["CJWVFbHlR62E2gBmN59T6g"], "issued_at": "2018-10-04T14:52:12.000000Z"}} 2018-10-04 14:52:12,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5b398ac51043e494d3f6b030834cee87e51c2e3" 2018-10-04 14:52:12,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b133b45f-ab4c-40fc-8ea6-74bc5c2dcb26 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:52:12,432 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b133b45f-ab4c-40fc-8ea6-74bc5c2dcb26 2018-10-04 14:52:12,433 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:52:12,434 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:12,816 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:52:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["Klz6mkDQTLuXEu7Hi44BxA"], "issued_at": "2018-10-04T14:52:12.000000Z"}} 2018-10-04 14:52:12,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a31ca53f080679f16ebd025ec5ba98cbbe669a48" 2018-10-04 14:52:12,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82dd582b-b418-48e9-b822-c106aab82219 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:52:12,895 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-82dd582b-b418-48e9-b822-c106aab82219 2018-10-04 14:52:12,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:52:12,905 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:52:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:52:12,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-647a0376-e61f-462-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a31ca53f080679f16ebd025ec5ba98cbbe669a48" 2018-10-04 14:52:12,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2080ec5-f57c-4e38-a6c7-28e5c444864b Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-647a0376-e61f-462-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:52:12,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-647a0376-e61f-462-proj used request id req-f2080ec5-f57c-4e38-a6c7-28e5c444864b 2018-10-04 14:52:12,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a31ca53f080679f16ebd025ec5ba98cbbe669a48" 2018-10-04 14:52:13,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8b60f50-8b1d-414e-a51c-95d43f382a36 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:52:13,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-a8b60f50-8b1d-414e-a51c-95d43f382a36 2018-10-04 14:52:13,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a31ca53f080679f16ebd025ec5ba98cbbe669a48" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-647a0376-e61f-462-proj"}}' 2018-10-04 14:52:13,226 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:52:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ae4e07b-0276-4b5f-ab6d-a5b5bdd0bf84 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7bbbc11f83094e6c8943078c0b3c9337"}, "enabled": true, "id": "7bbbc11f83094e6c8943078c0b3c9337", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-647a0376-e61f-462-proj"}} 2018-10-04 14:52:13,226 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-3ae4e07b-0276-4b5f-ab6d-a5b5bdd0bf84 2018-10-04 14:52:13,226 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-647a0376-e61f-462-proj 2018-10-04 14:52:13,227 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:52:13,227 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:13,609 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:52:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["jy06n2a0TmCdBx_qHGmHsw"], "issued_at": "2018-10-04T14:52:13.000000Z"}} 2018-10-04 14:52:13,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c83f9b399d54af6624ef98b586c84067328ea6" 2018-10-04 14:52:13,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01c05f6b-e01d-446a-9f47-c024f07c4caf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:52:13,622 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-01c05f6b-e01d-446a-9f47-c024f07c4caf 2018-10-04 14:52:13,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:52:13,632 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:52:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:52:13,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c83f9b399d54af6624ef98b586c84067328ea6" 2018-10-04 14:52:13,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-617b99bd-f541-4467-9650-1c87a100aef0 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:52:13,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-617b99bd-f541-4467-9650-1c87a100aef0 2018-10-04 14:52:13,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-647a0376-e61f-462-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c83f9b399d54af6624ef98b586c84067328ea6" 2018-10-04 14:52:13,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac6b3d6e-9673-42c0-8ee7-a2db94a75f70 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-647a0376-e61f-462-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7bbbc11f83094e6c8943078c0b3c9337"}, "enabled": true, "id": "7bbbc11f83094e6c8943078c0b3c9337", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-647a0376-e61f-462-proj"}]} 2018-10-04 14:52:13,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-647a0376-e61f-462-proj used request id req-ac6b3d6e-9673-42c0-8ee7-a2db94a75f70 2018-10-04 14:52:13,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c83f9b399d54af6624ef98b586c84067328ea6" 2018-10-04 14:52:13,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07f53d30-86fd-4916-91b7-78ed13b4007c Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:52:13,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-07f53d30-86fd-4916-91b7-78ed13b4007c 2018-10-04 14:52:14,296 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-647a0376-e61f-462-user 2018-10-04 14:52:14,296 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:52:14,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a31ca53f080679f16ebd025ec5ba98cbbe669a48" 2018-10-04 14:52:14,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91353946-7b72-4a23-82ec-81ad5f0aa481 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:52:14,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-91353946-7b72-4a23-82ec-81ad5f0aa481 2018-10-04 14:52:14,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a31ca53f080679f16ebd025ec5ba98cbbe669a48" -d '{"role": {"name": "CreateSecurityGroupTests-647a0376-e61f-462-proj-role"}}' 2018-10-04 14:52:14,501 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:52:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea3c90ac-14f7-4c60-aa26-3f29ef2dd7df Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "01f9a8feb3154376ab269a05dacc706a", "links": {"self": "http://172.30.9.23:5000/v3/roles/01f9a8feb3154376ab269a05dacc706a"}, "name": "CreateSecurityGroupTests-647a0376-e61f-462-proj-role"}} 2018-10-04 14:52:14,501 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-ea3c90ac-14f7-4c60-aa26-3f29ef2dd7df 2018-10-04 14:52:14,502 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-647a0376-e61f-462-proj-role 2018-10-04 14:52:14,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/01f9a8feb3154376ab269a05dacc706a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a31ca53f080679f16ebd025ec5ba98cbbe669a48" 2018-10-04 14:52:14,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34b6a8c2-88b1-4ca6-931f-8be0251b3475 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/01f9a8feb3154376ab269a05dacc706a"}, "domain_id": null, "name": "CreateSecurityGroupTests-647a0376-e61f-462-proj-role", "id": "01f9a8feb3154376ab269a05dacc706a"}} 2018-10-04 14:52:14,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/01f9a8feb3154376ab269a05dacc706a used request id req-34b6a8c2-88b1-4ca6-931f-8be0251b3475 2018-10-04 14:52:14,522 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-647a0376-e61f-462-proj-role to project CreateSecurityGroupTests-647a0376-e61f-462-proj 2018-10-04 14:52:14,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/7bbbc11f83094e6c8943078c0b3c9337/users/22eac2baf3c94778868c0878b969647d/roles/01f9a8feb3154376ab269a05dacc706a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a31ca53f080679f16ebd025ec5ba98cbbe669a48" 2018-10-04 14:52:14,640 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:52:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1899618a-8ed1-4b3f-91f9-412abafe64a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:52:14,640 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/7bbbc11f83094e6c8943078c0b3c9337/users/22eac2baf3c94778868c0878b969647d/roles/01f9a8feb3154376ab269a05dacc706a used request id req-1899618a-8ed1-4b3f-91f9-412abafe64a4 2018-10-04 14:52:14,641 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:52:14,642 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:15,025 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "01f9a8feb3154376ab269a05dacc706a", "name": "CreateSecurityGroupTests-647a0376-e61f-462-proj-role"}], "expires_at": "2018-10-04T15:52:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7bbbc11f83094e6c8943078c0b3c9337", "name": "CreateSecurityGroupTests-647a0376-e61f-462-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/7bbbc11f83094e6c8943078c0b3c9337", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/7bbbc11f83094e6c8943078c0b3c9337", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/7bbbc11f83094e6c8943078c0b3c9337", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/7bbbc11f83094e6c8943078c0b3c9337", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/7bbbc11f83094e6c8943078c0b3c9337", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/7bbbc11f83094e6c8943078c0b3c9337", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/7bbbc11f83094e6c8943078c0b3c9337", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/7bbbc11f83094e6c8943078c0b3c9337", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/7bbbc11f83094e6c8943078c0b3c9337", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7bbbc11f83094e6c8943078c0b3c9337", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/7bbbc11f83094e6c8943078c0b3c9337", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/7bbbc11f83094e6c8943078c0b3c9337", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-647a0376-e61f-462-user", "id": "22eac2baf3c94778868c0878b969647d"}, "audit_ids": ["e_BcqSyBQwKRAipzCE3efQ"], "issued_at": "2018-10-04T14:52:15.000000Z"}} 2018-10-04 14:52:15,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:15,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd2713fc-1848-4494-a56c-21019df5049b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:52:15,115 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dd2713fc-1848-4494-a56c-21019df5049b 2018-10-04 14:52:15,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:15,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-ef5c425b-a4a9-47df-9cf7-35f88e91d92a Date: Thu, 04 Oct 2018 14:52:15 GMT RESP BODY: {"security_groups": []} 2018-10-04 14:52:15,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name&description=hello+group used request id req-ef5c425b-a4a9-47df-9cf7-35f88e91d92a 2018-10-04 14:52:15,424 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name... 2018-10-04 14:52:15,424 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name 2018-10-04 14:52:15,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" -d '{"security_group": {"name": "CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name", "description": "hello group"}}' 2018-10-04 14:52:15,794 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-7af697fb-0cbf-400c-99e5-4fdbdc546803 Date: Thu, 04 Oct 2018 14:52:15 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "updated_at": "2018-10-04T14:52:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "3d258219-57f9-4471-b686-0a5ec0f0831d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "445d6144-572b-4785-8833-588109902352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}], "revision_number": 2, "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "name": "CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name"}} 2018-10-04 14:52:15,795 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-7af697fb-0cbf-400c-99e5-4fdbdc546803 2018-10-04 14:52:15,795 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43b71cd4-fb17-4f52-b3e4-db6cb9a16302 2018-10-04 14:52:15,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:15,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8e5e97ad-cde2-441b-921a-d99119ca36a6 Date: Thu, 04 Oct 2018 14:52:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "3d258219-57f9-4471-b686-0a5ec0f0831d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "445d6144-572b-4785-8833-588109902352"}]} 2018-10-04 14:52:15,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 used request id req-8e5e97ad-cde2-441b-921a-d99119ca36a6 2018-10-04 14:52:15,975 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43b71cd4-fb17-4f52-b3e4-db6cb9a16302 2018-10-04 14:52:15,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:16,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8a00679c-06ff-4af4-8c8a-200abc51a48c Date: Thu, 04 Oct 2018 14:52:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "3d258219-57f9-4471-b686-0a5ec0f0831d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "445d6144-572b-4785-8833-588109902352"}]} 2018-10-04 14:52:16,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 used request id req-8a00679c-06ff-4af4-8c8a-200abc51a48c 2018-10-04 14:52:16,163 - neutron_utils - INFO - Retrieving security group with ID - 43b71cd4-fb17-4f52-b3e4-db6cb9a16302 2018-10-04 14:52:16,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:16,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-37d3125e-68c0-4302-93b8-ee44034a0d83 Date: Thu, 04 Oct 2018 14:52:16 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "updated_at": "2018-10-04T14:52:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "3d258219-57f9-4471-b686-0a5ec0f0831d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "445d6144-572b-4785-8833-588109902352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}], "revision_number": 2, "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "name": "CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name"}]} 2018-10-04 14:52:16,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 used request id req-37d3125e-68c0-4302-93b8-ee44034a0d83 2018-10-04 14:52:16,364 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43b71cd4-fb17-4f52-b3e4-db6cb9a16302 2018-10-04 14:52:16,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:16,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-172f7e7a-fba3-44e6-8fa8-22bf61f0652e Date: Thu, 04 Oct 2018 14:52:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "3d258219-57f9-4471-b686-0a5ec0f0831d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "445d6144-572b-4785-8833-588109902352"}]} 2018-10-04 14:52:16,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 used request id req-172f7e7a-fba3-44e6-8fa8-22bf61f0652e 2018-10-04 14:52:16,395 - neutron_utils - INFO - Retrieving security group with ID - 43b71cd4-fb17-4f52-b3e4-db6cb9a16302 2018-10-04 14:52:16,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:16,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-9d954217-285f-4d87-9e81-18d7a7b1a50a Date: Thu, 04 Oct 2018 14:52:16 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "updated_at": "2018-10-04T14:52:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "3d258219-57f9-4471-b686-0a5ec0f0831d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "445d6144-572b-4785-8833-588109902352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}], "revision_number": 2, "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "name": "CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name"}]} 2018-10-04 14:52:16,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 used request id req-9d954217-285f-4d87-9e81-18d7a7b1a50a 2018-10-04 14:52:16,604 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43b71cd4-fb17-4f52-b3e4-db6cb9a16302 2018-10-04 14:52:16,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:16,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d4f01273-f9e0-4d1a-98ad-7c3233978a04 Date: Thu, 04 Oct 2018 14:52:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "3d258219-57f9-4471-b686-0a5ec0f0831d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "445d6144-572b-4785-8833-588109902352"}]} 2018-10-04 14:52:16,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 used request id req-d4f01273-f9e0-4d1a-98ad-7c3233978a04 2018-10-04 14:52:16,774 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name 2018-10-04 14:52:16,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:16,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-635efb47-43f4-4676-942a-db6ee147dc19 Date: Thu, 04 Oct 2018 14:52:16 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "updated_at": "2018-10-04T14:52:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "3d258219-57f9-4471-b686-0a5ec0f0831d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "445d6144-572b-4785-8833-588109902352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}], "revision_number": 2, "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "name": "CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name"}]} 2018-10-04 14:52:16,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name used request id req-635efb47-43f4-4676-942a-db6ee147dc19 2018-10-04 14:52:16,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:52:16,986 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:52:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:52:16,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7bbbc11f83094e6c8943078c0b3c9337 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:17,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79035bd0-caac-42bf-921f-51645d903002 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7bbbc11f83094e6c8943078c0b3c9337"}, "enabled": true, "id": "7bbbc11f83094e6c8943078c0b3c9337", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-647a0376-e61f-462-proj"}} 2018-10-04 14:52:17,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7bbbc11f83094e6c8943078c0b3c9337 used request id req-79035bd0-caac-42bf-921f-51645d903002 2018-10-04 14:52:17,070 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43b71cd4-fb17-4f52-b3e4-db6cb9a16302 2018-10-04 14:52:17,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:17,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d773930d-3277-43e4-bccb-a56b60d5a75a Date: Thu, 04 Oct 2018 14:52:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "3d258219-57f9-4471-b686-0a5ec0f0831d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "445d6144-572b-4785-8833-588109902352"}]} 2018-10-04 14:52:17,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 used request id req-d773930d-3277-43e4-bccb-a56b60d5a75a 2018-10-04 14:52:17,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302"}}' 2018-10-04 14:52:17,561 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-f8317273-5cc1-4049-8817-864d1ce55fc3 Date: Thu, 04 Oct 2018 14:52:17 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:17Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85"}} 2018-10-04 14:52:17,561 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-f8317273-5cc1-4049-8817-864d1ce55fc3 2018-10-04 14:52:17,561 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name 2018-10-04 14:52:17,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:17,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-6aacf4d8-b7cc-431a-a7fa-bd3f6a0812a8 Date: Thu, 04 Oct 2018 14:52:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "updated_at": "2018-10-04T14:52:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "3d258219-57f9-4471-b686-0a5ec0f0831d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "445d6144-572b-4785-8833-588109902352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "revision_number": 0, "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}], "revision_number": 3, "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "name": "CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name"}]} 2018-10-04 14:52:17,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name used request id req-6aacf4d8-b7cc-431a-a7fa-bd3f6a0812a8 2018-10-04 14:52:17,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7bbbc11f83094e6c8943078c0b3c9337 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:17,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccfd9015-521d-4fa3-a00e-799df5369d1a Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7bbbc11f83094e6c8943078c0b3c9337"}, "enabled": true, "id": "7bbbc11f83094e6c8943078c0b3c9337", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-647a0376-e61f-462-proj"}} 2018-10-04 14:52:17,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7bbbc11f83094e6c8943078c0b3c9337 used request id req-ccfd9015-521d-4fa3-a00e-799df5369d1a 2018-10-04 14:52:17,696 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43b71cd4-fb17-4f52-b3e4-db6cb9a16302 2018-10-04 14:52:17,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:17,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-feebc15f-95f7-4fcd-bcee-fe0563632eeb Date: Thu, 04 Oct 2018 14:52:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "3d258219-57f9-4471-b686-0a5ec0f0831d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "445d6144-572b-4785-8833-588109902352"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:17Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85"}]} 2018-10-04 14:52:17,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 used request id req-feebc15f-95f7-4fcd-bcee-fe0563632eeb 2018-10-04 14:52:17,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302"}}' 2018-10-04 14:52:18,201 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-993c76ce-c070-4323-af55-e0c9a9c6a699 Date: Thu, 04 Oct 2018 14:52:18 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "22d25e56-019f-4304-970f-b72a77b0d91a"}} 2018-10-04 14:52:18,201 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-993c76ce-c070-4323-af55-e0c9a9c6a699 2018-10-04 14:52:18,202 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name 2018-10-04 14:52:18,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:18,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-eca9bf22-87fd-45a4-87bd-e0593df66c29 Date: Thu, 04 Oct 2018 14:52:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "updated_at": "2018-10-04T14:52:18Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "revision_number": 0, "id": "22d25e56-019f-4304-970f-b72a77b0d91a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "3d258219-57f9-4471-b686-0a5ec0f0831d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "445d6144-572b-4785-8833-588109902352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "revision_number": 0, "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}], "revision_number": 4, "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "name": "CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name"}]} 2018-10-04 14:52:18,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name used request id req-eca9bf22-87fd-45a4-87bd-e0593df66c29 2018-10-04 14:52:18,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7bbbc11f83094e6c8943078c0b3c9337 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:18,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4ce10c5-531a-4e56-9bac-baa77c0508b9 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7bbbc11f83094e6c8943078c0b3c9337"}, "enabled": true, "id": "7bbbc11f83094e6c8943078c0b3c9337", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-647a0376-e61f-462-proj"}} 2018-10-04 14:52:18,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7bbbc11f83094e6c8943078c0b3c9337 used request id req-b4ce10c5-531a-4e56-9bac-baa77c0508b9 2018-10-04 14:52:18,468 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43b71cd4-fb17-4f52-b3e4-db6cb9a16302 2018-10-04 14:52:18,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:18,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-3209fd0a-67f2-4e02-8328-e1965d3e6308 Date: Thu, 04 Oct 2018 14:52:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "22d25e56-019f-4304-970f-b72a77b0d91a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "3d258219-57f9-4471-b686-0a5ec0f0831d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "445d6144-572b-4785-8833-588109902352"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:17Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85"}]} 2018-10-04 14:52:18,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 used request id req-3209fd0a-67f2-4e02-8328-e1965d3e6308 2018-10-04 14:52:18,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": 10}}' 2018-10-04 14:52:18,807 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-4ef03f60-e7d6-4728-a799-826438d62f41 Date: Thu, 04 Oct 2018 14:52:18 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": 10, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "fde11b40-89f4-4eb1-96f9-972ad2480037"}} 2018-10-04 14:52:18,807 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-4ef03f60-e7d6-4728-a799-826438d62f41 2018-10-04 14:52:18,807 - neutron_utils - INFO - Retrieving security group with ID - 43b71cd4-fb17-4f52-b3e4-db6cb9a16302 2018-10-04 14:52:18,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:19,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-873fdb64-4587-4aae-806b-304b2019d068 Date: Thu, 04 Oct 2018 14:52:19 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "updated_at": "2018-10-04T14:52:18Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "revision_number": 0, "id": "22d25e56-019f-4304-970f-b72a77b0d91a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "3d258219-57f9-4471-b686-0a5ec0f0831d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "445d6144-572b-4785-8833-588109902352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "revision_number": 0, "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "revision_number": 0, "id": "fde11b40-89f4-4eb1-96f9-972ad2480037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": 10, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}], "revision_number": 5, "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "name": "CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name"}]} 2018-10-04 14:52:19,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 used request id req-873fdb64-4587-4aae-806b-304b2019d068 2018-10-04 14:52:19,010 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43b71cd4-fb17-4f52-b3e4-db6cb9a16302 2018-10-04 14:52:19,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:19,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-d2197cdf-6a51-4e46-b17c-0d267327c6bf Date: Thu, 04 Oct 2018 14:52:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "22d25e56-019f-4304-970f-b72a77b0d91a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "3d258219-57f9-4471-b686-0a5ec0f0831d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "445d6144-572b-4785-8833-588109902352"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:17Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": 10, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "fde11b40-89f4-4eb1-96f9-972ad2480037"}]} 2018-10-04 14:52:19,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 used request id req-d2197cdf-6a51-4e46-b17c-0d267327c6bf 2018-10-04 14:52:19,049 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:19,431 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "01f9a8feb3154376ab269a05dacc706a", "name": "CreateSecurityGroupTests-647a0376-e61f-462-proj-role"}], "expires_at": "2018-10-04T15:52:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7bbbc11f83094e6c8943078c0b3c9337", "name": "CreateSecurityGroupTests-647a0376-e61f-462-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/7bbbc11f83094e6c8943078c0b3c9337", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/7bbbc11f83094e6c8943078c0b3c9337", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/7bbbc11f83094e6c8943078c0b3c9337", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/7bbbc11f83094e6c8943078c0b3c9337", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/7bbbc11f83094e6c8943078c0b3c9337", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/7bbbc11f83094e6c8943078c0b3c9337", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/7bbbc11f83094e6c8943078c0b3c9337", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/7bbbc11f83094e6c8943078c0b3c9337", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/7bbbc11f83094e6c8943078c0b3c9337", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7bbbc11f83094e6c8943078c0b3c9337", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/7bbbc11f83094e6c8943078c0b3c9337", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/7bbbc11f83094e6c8943078c0b3c9337", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-647a0376-e61f-462-user", "id": "22eac2baf3c94778868c0878b969647d"}, "audit_ids": ["JdCjpwcrSg-24ly_r0qFyQ"], "issued_at": "2018-10-04T14:52:19.000000Z"}} 2018-10-04 14:52:19,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3da405d0819f800b1c06041f2d3aa3b549a6bc" 2018-10-04 14:52:19,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-786ad757-760c-4668-a5e9-2ca47d018642 Date: Thu, 04 Oct 2018 14:52:19 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "updated_at": "2018-10-04T14:52:18Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "revision_number": 0, "id": "22d25e56-019f-4304-970f-b72a77b0d91a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "3d258219-57f9-4471-b686-0a5ec0f0831d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "445d6144-572b-4785-8833-588109902352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "revision_number": 0, "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "revision_number": 0, "id": "fde11b40-89f4-4eb1-96f9-972ad2480037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": 10, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}], "revision_number": 5, "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "name": "CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name"}]} 2018-10-04 14:52:19,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name&description=hello+group used request id req-786ad757-760c-4668-a5e9-2ca47d018642 2018-10-04 14:52:19,636 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43b71cd4-fb17-4f52-b3e4-db6cb9a16302 2018-10-04 14:52:19,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3da405d0819f800b1c06041f2d3aa3b549a6bc" 2018-10-04 14:52:19,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-d48368ff-70a1-4f30-89f2-5443a1b502f3 Date: Thu, 04 Oct 2018 14:52:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "22d25e56-019f-4304-970f-b72a77b0d91a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "3d258219-57f9-4471-b686-0a5ec0f0831d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "445d6144-572b-4785-8833-588109902352"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:17Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": 10, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "fde11b40-89f4-4eb1-96f9-972ad2480037"}]} 2018-10-04 14:52:19,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 used request id req-d48368ff-70a1-4f30-89f2-5443a1b502f3 2018-10-04 14:52:19,820 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43b71cd4-fb17-4f52-b3e4-db6cb9a16302 2018-10-04 14:52:19,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3da405d0819f800b1c06041f2d3aa3b549a6bc" 2018-10-04 14:52:20,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-b1981609-fe7c-4a0b-b08c-d7baee72b68f Date: Thu, 04 Oct 2018 14:52:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "22d25e56-019f-4304-970f-b72a77b0d91a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "3d258219-57f9-4471-b686-0a5ec0f0831d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "445d6144-572b-4785-8833-588109902352"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:17Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": 10, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "fde11b40-89f4-4eb1-96f9-972ad2480037"}]} 2018-10-04 14:52:20,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 used request id req-b1981609-fe7c-4a0b-b08c-d7baee72b68f 2018-10-04 14:52:20,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3da405d0819f800b1c06041f2d3aa3b549a6bc" 2018-10-04 14:52:20,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-76f8f7d9-5785-4aff-9b41-8fdd56471653 Date: Thu, 04 Oct 2018 14:52:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "updated_at": "2018-10-04T14:52:18Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "revision_number": 0, "id": "22d25e56-019f-4304-970f-b72a77b0d91a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "3d258219-57f9-4471-b686-0a5ec0f0831d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "445d6144-572b-4785-8833-588109902352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "revision_number": 0, "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "revision_number": 0, "id": "fde11b40-89f4-4eb1-96f9-972ad2480037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": 10, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}], "revision_number": 5, "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "name": "CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name"}]} 2018-10-04 14:52:20,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name used request id req-76f8f7d9-5785-4aff-9b41-8fdd56471653 2018-10-04 14:52:20,219 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43b71cd4-fb17-4f52-b3e4-db6cb9a16302 2018-10-04 14:52:20,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3da405d0819f800b1c06041f2d3aa3b549a6bc" 2018-10-04 14:52:20,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-3b0d7a22-b111-41f7-a430-4c2558817259 Date: Thu, 04 Oct 2018 14:52:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "22d25e56-019f-4304-970f-b72a77b0d91a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "3d258219-57f9-4471-b686-0a5ec0f0831d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "445d6144-572b-4785-8833-588109902352"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:17Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": 10, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "fde11b40-89f4-4eb1-96f9-972ad2480037"}]} 2018-10-04 14:52:20,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 used request id req-3b0d7a22-b111-41f7-a430-4c2558817259 2018-10-04 14:52:20,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3da405d0819f800b1c06041f2d3aa3b549a6bc" 2018-10-04 14:52:20,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-d96b3939-b707-4406-8e38-79f51b8d809b Date: Thu, 04 Oct 2018 14:52:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "updated_at": "2018-10-04T14:52:18Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "revision_number": 0, "id": "22d25e56-019f-4304-970f-b72a77b0d91a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "3d258219-57f9-4471-b686-0a5ec0f0831d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "445d6144-572b-4785-8833-588109902352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "revision_number": 0, "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "revision_number": 0, "id": "fde11b40-89f4-4eb1-96f9-972ad2480037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": 10, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}], "revision_number": 5, "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "name": "CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name"}]} 2018-10-04 14:52:20,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name used request id req-d96b3939-b707-4406-8e38-79f51b8d809b 2018-10-04 14:52:20,613 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43b71cd4-fb17-4f52-b3e4-db6cb9a16302 2018-10-04 14:52:20,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3da405d0819f800b1c06041f2d3aa3b549a6bc" 2018-10-04 14:52:20,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-f8d2f023-4e8b-4b41-bd49-818c786796b7 Date: Thu, 04 Oct 2018 14:52:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "22d25e56-019f-4304-970f-b72a77b0d91a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "3d258219-57f9-4471-b686-0a5ec0f0831d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "445d6144-572b-4785-8833-588109902352"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:17Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": 10, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "fde11b40-89f4-4eb1-96f9-972ad2480037"}]} 2018-10-04 14:52:20,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 used request id req-f8d2f023-4e8b-4b41-bd49-818c786796b7 2018-10-04 14:52:20,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3da405d0819f800b1c06041f2d3aa3b549a6bc" 2018-10-04 14:52:20,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-9810baea-ba4a-4a65-94ff-7c80b4cd093c Date: Thu, 04 Oct 2018 14:52:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "updated_at": "2018-10-04T14:52:18Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "revision_number": 0, "id": "22d25e56-019f-4304-970f-b72a77b0d91a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "3d258219-57f9-4471-b686-0a5ec0f0831d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "445d6144-572b-4785-8833-588109902352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "revision_number": 0, "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "revision_number": 0, "id": "fde11b40-89f4-4eb1-96f9-972ad2480037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": 10, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}], "revision_number": 5, "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "name": "CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name"}]} 2018-10-04 14:52:20,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name used request id req-9810baea-ba4a-4a65-94ff-7c80b4cd093c 2018-10-04 14:52:20,935 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43b71cd4-fb17-4f52-b3e4-db6cb9a16302 2018-10-04 14:52:20,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3da405d0819f800b1c06041f2d3aa3b549a6bc" 2018-10-04 14:52:21,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-db07fe2c-14fd-4f43-9272-721c26daf108 Date: Thu, 04 Oct 2018 14:52:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "22d25e56-019f-4304-970f-b72a77b0d91a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "3d258219-57f9-4471-b686-0a5ec0f0831d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "445d6144-572b-4785-8833-588109902352"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:17Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": 10, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "fde11b40-89f4-4eb1-96f9-972ad2480037"}]} 2018-10-04 14:52:21,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 used request id req-db07fe2c-14fd-4f43-9272-721c26daf108 2018-10-04 14:52:21,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3da405d0819f800b1c06041f2d3aa3b549a6bc" 2018-10-04 14:52:21,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-972f104e-5d7e-40d1-8a53-0e046834aece Date: Thu, 04 Oct 2018 14:52:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "updated_at": "2018-10-04T14:52:18Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "revision_number": 0, "id": "22d25e56-019f-4304-970f-b72a77b0d91a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "3d258219-57f9-4471-b686-0a5ec0f0831d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "445d6144-572b-4785-8833-588109902352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "revision_number": 0, "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "revision_number": 0, "id": "fde11b40-89f4-4eb1-96f9-972ad2480037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": 10, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}], "revision_number": 5, "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "name": "CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name"}]} 2018-10-04 14:52:21,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name used request id req-972f104e-5d7e-40d1-8a53-0e046834aece 2018-10-04 14:52:21,322 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43b71cd4-fb17-4f52-b3e4-db6cb9a16302 2018-10-04 14:52:21,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3da405d0819f800b1c06041f2d3aa3b549a6bc" 2018-10-04 14:52:21,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-685d357e-de6a-413a-8e33-f340c2e614c0 Date: Thu, 04 Oct 2018 14:52:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "22d25e56-019f-4304-970f-b72a77b0d91a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "3d258219-57f9-4471-b686-0a5ec0f0831d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "445d6144-572b-4785-8833-588109902352"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:17Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": 10, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "fde11b40-89f4-4eb1-96f9-972ad2480037"}]} 2018-10-04 14:52:21,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 used request id req-685d357e-de6a-413a-8e33-f340c2e614c0 2018-10-04 14:52:21,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3da405d0819f800b1c06041f2d3aa3b549a6bc" 2018-10-04 14:52:21,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-6412abc1-4218-4111-bd99-cdd0f0a9785d Date: Thu, 04 Oct 2018 14:52:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "updated_at": "2018-10-04T14:52:18Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "revision_number": 0, "id": "22d25e56-019f-4304-970f-b72a77b0d91a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "3d258219-57f9-4471-b686-0a5ec0f0831d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "445d6144-572b-4785-8833-588109902352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "revision_number": 0, "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "revision_number": 0, "id": "fde11b40-89f4-4eb1-96f9-972ad2480037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": 10, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}], "revision_number": 5, "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "name": "CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name"}]} 2018-10-04 14:52:21,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name used request id req-6412abc1-4218-4111-bd99-cdd0f0a9785d 2018-10-04 14:52:21,699 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43b71cd4-fb17-4f52-b3e4-db6cb9a16302 2018-10-04 14:52:21,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3da405d0819f800b1c06041f2d3aa3b549a6bc" 2018-10-04 14:52:21,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-bca5afd8-dab4-4992-b659-2e5c9d8f5074 Date: Thu, 04 Oct 2018 14:52:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "22d25e56-019f-4304-970f-b72a77b0d91a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "3d258219-57f9-4471-b686-0a5ec0f0831d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "445d6144-572b-4785-8833-588109902352"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:17Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": 10, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "fde11b40-89f4-4eb1-96f9-972ad2480037"}]} 2018-10-04 14:52:21,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 used request id req-bca5afd8-dab4-4992-b659-2e5c9d8f5074 2018-10-04 14:52:21,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3da405d0819f800b1c06041f2d3aa3b549a6bc" 2018-10-04 14:52:22,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-fc97ec20-3e27-403d-91e1-7b80514d8837 Date: Thu, 04 Oct 2018 14:52:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "updated_at": "2018-10-04T14:52:18Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "revision_number": 0, "id": "22d25e56-019f-4304-970f-b72a77b0d91a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "3d258219-57f9-4471-b686-0a5ec0f0831d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "445d6144-572b-4785-8833-588109902352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "revision_number": 0, "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "revision_number": 0, "id": "fde11b40-89f4-4eb1-96f9-972ad2480037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": 10, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}], "revision_number": 5, "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "name": "CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name"}]} 2018-10-04 14:52:22,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name used request id req-fc97ec20-3e27-403d-91e1-7b80514d8837 2018-10-04 14:52:22,082 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43b71cd4-fb17-4f52-b3e4-db6cb9a16302 2018-10-04 14:52:22,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3da405d0819f800b1c06041f2d3aa3b549a6bc" 2018-10-04 14:52:22,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-c7efb52c-fa13-4d3c-8961-f085cab41dc6 Date: Thu, 04 Oct 2018 14:52:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "22d25e56-019f-4304-970f-b72a77b0d91a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "3d258219-57f9-4471-b686-0a5ec0f0831d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "445d6144-572b-4785-8833-588109902352"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:17Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": 10, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "fde11b40-89f4-4eb1-96f9-972ad2480037"}]} 2018-10-04 14:52:22,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 used request id req-c7efb52c-fa13-4d3c-8961-f085cab41dc6 2018-10-04 14:52:22,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3da405d0819f800b1c06041f2d3aa3b549a6bc" 2018-10-04 14:52:22,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-d86ea70b-4877-4402-9ae5-f9a2752c292c Date: Thu, 04 Oct 2018 14:52:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "updated_at": "2018-10-04T14:52:18Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "revision_number": 0, "id": "22d25e56-019f-4304-970f-b72a77b0d91a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "3d258219-57f9-4471-b686-0a5ec0f0831d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "445d6144-572b-4785-8833-588109902352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "revision_number": 0, "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "revision_number": 0, "id": "fde11b40-89f4-4eb1-96f9-972ad2480037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": 10, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}], "revision_number": 5, "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "name": "CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name"}]} 2018-10-04 14:52:22,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name used request id req-d86ea70b-4877-4402-9ae5-f9a2752c292c 2018-10-04 14:52:22,474 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43b71cd4-fb17-4f52-b3e4-db6cb9a16302 2018-10-04 14:52:22,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3da405d0819f800b1c06041f2d3aa3b549a6bc" 2018-10-04 14:52:22,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-0fb2265e-f14f-411a-9b76-3eb455d53809 Date: Thu, 04 Oct 2018 14:52:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "22d25e56-019f-4304-970f-b72a77b0d91a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "3d258219-57f9-4471-b686-0a5ec0f0831d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "445d6144-572b-4785-8833-588109902352"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:17Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": 10, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "fde11b40-89f4-4eb1-96f9-972ad2480037"}]} 2018-10-04 14:52:22,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 used request id req-0fb2265e-f14f-411a-9b76-3eb455d53809 2018-10-04 14:52:22,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3da405d0819f800b1c06041f2d3aa3b549a6bc" 2018-10-04 14:52:22,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-40ed9f4c-508f-4392-8aa9-b5d0bb3d692c Date: Thu, 04 Oct 2018 14:52:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "updated_at": "2018-10-04T14:52:18Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "revision_number": 0, "id": "22d25e56-019f-4304-970f-b72a77b0d91a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "3d258219-57f9-4471-b686-0a5ec0f0831d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "445d6144-572b-4785-8833-588109902352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "revision_number": 0, "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "revision_number": 0, "id": "fde11b40-89f4-4eb1-96f9-972ad2480037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": 10, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}], "revision_number": 5, "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "name": "CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name"}]} 2018-10-04 14:52:22,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name used request id req-40ed9f4c-508f-4392-8aa9-b5d0bb3d692c 2018-10-04 14:52:22,847 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43b71cd4-fb17-4f52-b3e4-db6cb9a16302 2018-10-04 14:52:22,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3da405d0819f800b1c06041f2d3aa3b549a6bc" 2018-10-04 14:52:23,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-2473153c-1aae-4036-beca-5ef029348808 Date: Thu, 04 Oct 2018 14:52:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "22d25e56-019f-4304-970f-b72a77b0d91a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "3d258219-57f9-4471-b686-0a5ec0f0831d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "445d6144-572b-4785-8833-588109902352"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:17Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": 10, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "fde11b40-89f4-4eb1-96f9-972ad2480037"}]} 2018-10-04 14:52:23,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 used request id req-2473153c-1aae-4036-beca-5ef029348808 2018-10-04 14:52:23,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3da405d0819f800b1c06041f2d3aa3b549a6bc" 2018-10-04 14:52:23,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-b95abe85-7ba5-41e5-b3bb-e024c1a9b096 Date: Thu, 04 Oct 2018 14:52:23 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "updated_at": "2018-10-04T14:52:18Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "revision_number": 0, "id": "22d25e56-019f-4304-970f-b72a77b0d91a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "3d258219-57f9-4471-b686-0a5ec0f0831d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "445d6144-572b-4785-8833-588109902352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "revision_number": 0, "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "revision_number": 0, "id": "fde11b40-89f4-4eb1-96f9-972ad2480037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": 10, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}], "revision_number": 5, "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "name": "CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name"}]} 2018-10-04 14:52:23,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name used request id req-b95abe85-7ba5-41e5-b3bb-e024c1a9b096 2018-10-04 14:52:23,225 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43b71cd4-fb17-4f52-b3e4-db6cb9a16302 2018-10-04 14:52:23,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3da405d0819f800b1c06041f2d3aa3b549a6bc" 2018-10-04 14:52:23,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-d43d4d5a-d9d5-4373-8057-da6728a3d162 Date: Thu, 04 Oct 2018 14:52:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "22d25e56-019f-4304-970f-b72a77b0d91a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "3d258219-57f9-4471-b686-0a5ec0f0831d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "445d6144-572b-4785-8833-588109902352"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:17Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": 10, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "fde11b40-89f4-4eb1-96f9-972ad2480037"}]} 2018-10-04 14:52:23,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 used request id req-d43d4d5a-d9d5-4373-8057-da6728a3d162 2018-10-04 14:52:23,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3da405d0819f800b1c06041f2d3aa3b549a6bc" 2018-10-04 14:52:23,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-e3f52c18-b136-43a8-9613-d80742116cc1 Date: Thu, 04 Oct 2018 14:52:23 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "updated_at": "2018-10-04T14:52:18Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "revision_number": 0, "id": "22d25e56-019f-4304-970f-b72a77b0d91a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "3d258219-57f9-4471-b686-0a5ec0f0831d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "445d6144-572b-4785-8833-588109902352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "revision_number": 0, "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "revision_number": 0, "id": "fde11b40-89f4-4eb1-96f9-972ad2480037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": 10, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}], "revision_number": 5, "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "name": "CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name"}]} 2018-10-04 14:52:23,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name used request id req-e3f52c18-b136-43a8-9613-d80742116cc1 2018-10-04 14:52:23,322 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43b71cd4-fb17-4f52-b3e4-db6cb9a16302 2018-10-04 14:52:23,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3da405d0819f800b1c06041f2d3aa3b549a6bc" 2018-10-04 14:52:23,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-6d11fa7f-48e4-4965-8379-90655b6785b1 Date: Thu, 04 Oct 2018 14:52:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "22d25e56-019f-4304-970f-b72a77b0d91a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "3d258219-57f9-4471-b686-0a5ec0f0831d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "445d6144-572b-4785-8833-588109902352"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:17Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": 10, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "fde11b40-89f4-4eb1-96f9-972ad2480037"}]} 2018-10-04 14:52:23,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 used request id req-6d11fa7f-48e4-4965-8379-90655b6785b1 2018-10-04 14:52:23,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:23,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-65d63af2-ed89-4b7f-a747-80d4a9833e60 Date: Thu, 04 Oct 2018 14:52:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "22d25e56-019f-4304-970f-b72a77b0d91a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "3d258219-57f9-4471-b686-0a5ec0f0831d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "445d6144-572b-4785-8833-588109902352"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:17Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": 10, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "fde11b40-89f4-4eb1-96f9-972ad2480037"}]} 2018-10-04 14:52:23,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 used request id req-65d63af2-ed89-4b7f-a747-80d4a9833e60 2018-10-04 14:52:23,403 - neutron_utils - INFO - Deleting security group rule with ID - 22d25e56-019f-4304-970f-b72a77b0d91a 2018-10-04 14:52:23,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/22d25e56-019f-4304-970f-b72a77b0d91a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:23,638 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1bcf8503-d782-4b01-9560-4d6d48009f5f Content-Length: 0 Date: Thu, 04 Oct 2018 14:52:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:52:23,638 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/22d25e56-019f-4304-970f-b72a77b0d91a used request id req-1bcf8503-d782-4b01-9560-4d6d48009f5f 2018-10-04 14:52:23,639 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-10-04 14:52:23,639 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43b71cd4-fb17-4f52-b3e4-db6cb9a16302 2018-10-04 14:52:23,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3da405d0819f800b1c06041f2d3aa3b549a6bc" 2018-10-04 14:52:23,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1993 X-Openstack-Request-Id: req-bbc9fc4c-489e-4c07-ae77-f9065fa9eafc Date: Thu, 04 Oct 2018 14:52:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "3d258219-57f9-4471-b686-0a5ec0f0831d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "445d6144-572b-4785-8833-588109902352"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:17Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:17Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "7cad97d2-1950-48b1-b8f8-3131f1fe6f85"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:18Z", "security_group_id": "43b71cd4-fb17-4f52-b3e4-db6cb9a16302", "port_range_min": 10, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:18Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "fde11b40-89f4-4eb1-96f9-972ad2480037"}]} 2018-10-04 14:52:23,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=43b71cd4-fb17-4f52-b3e4-db6cb9a16302 used request id req-bbc9fc4c-489e-4c07-ae77-f9065fa9eafc 2018-10-04 14:52:23,672 - neutron_utils - INFO - Deleting security group rule with ID - 3d258219-57f9-4471-b686-0a5ec0f0831d 2018-10-04 14:52:23,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/3d258219-57f9-4471-b686-0a5ec0f0831d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:23,918 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-be510fbf-ab51-4e39-b64f-bfa3a61ab225 Content-Length: 0 Date: Thu, 04 Oct 2018 14:52:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:52:23,918 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/3d258219-57f9-4471-b686-0a5ec0f0831d used request id req-be510fbf-ab51-4e39-b64f-bfa3a61ab225 2018-10-04 14:52:23,918 - neutron_utils - INFO - Deleting security group rule with ID - 7cad97d2-1950-48b1-b8f8-3131f1fe6f85 2018-10-04 14:52:23,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/7cad97d2-1950-48b1-b8f8-3131f1fe6f85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:24,017 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8af13d45-37c5-4b5b-924a-f57cc1ebe1ea Content-Length: 0 Date: Thu, 04 Oct 2018 14:52:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:52:24,017 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/7cad97d2-1950-48b1-b8f8-3131f1fe6f85 used request id req-8af13d45-37c5-4b5b-924a-f57cc1ebe1ea 2018-10-04 14:52:24,017 - neutron_utils - INFO - Deleting security group rule with ID - fde11b40-89f4-4eb1-96f9-972ad2480037 2018-10-04 14:52:24,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/fde11b40-89f4-4eb1-96f9-972ad2480037 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:24,266 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6546c4c5-5bd1-495b-8bb6-ac2de383d63c Content-Length: 0 Date: Thu, 04 Oct 2018 14:52:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:52:24,266 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/fde11b40-89f4-4eb1-96f9-972ad2480037 used request id req-6546c4c5-5bd1-495b-8bb6-ac2de383d63c 2018-10-04 14:52:24,266 - neutron_utils - INFO - Deleting security group rule with ID - 22d25e56-019f-4304-970f-b72a77b0d91a 2018-10-04 14:52:24,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/22d25e56-019f-4304-970f-b72a77b0d91a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:24,293 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-d03dc8b0-dee2-4b11-8cb9-ca9559ba14b7 Date: Thu, 04 Oct 2018 14:52:24 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 22d25e56-019f-4304-970f-b72a77b0d91a does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-04 14:52:24,293 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/22d25e56-019f-4304-970f-b72a77b0d91a used request id req-d03dc8b0-dee2-4b11-8cb9-ca9559ba14b7 2018-10-04 14:52:24,293 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 22d25e56-019f-4304-970f-b72a77b0d91a does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-04 14:52:24,294 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 22d25e56-019f-4304-970f-b72a77b0d91a does not exist Neutron server returns request_ids: ['req-d03dc8b0-dee2-4b11-8cb9-ca9559ba14b7'] 2018-10-04 14:52:24,294 - neutron_utils - INFO - Deleting security group rule with ID - 445d6144-572b-4785-8833-588109902352 2018-10-04 14:52:24,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/445d6144-572b-4785-8833-588109902352 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:24,389 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5a469796-991a-4d95-a809-bf0046d77943 Content-Length: 0 Date: Thu, 04 Oct 2018 14:52:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:52:24,389 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/445d6144-572b-4785-8833-588109902352 used request id req-5a469796-991a-4d95-a809-bf0046d77943 2018-10-04 14:52:24,390 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-ca987feb-19d5-406c-a3e7-9b07ae5df804name 2018-10-04 14:52:24,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/43b71cd4-fb17-4f52-b3e4-db6cb9a16302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db60c395c4acf5361d81987fab888737f5c5b6df" 2018-10-04 14:52:24,508 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5add26d1-07a2-42e2-9ce1-fe9008a65a4a Content-Length: 0 Date: Thu, 04 Oct 2018 14:52:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:52:24,508 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/43b71cd4-fb17-4f52-b3e4-db6cb9a16302 used request id req-5add26d1-07a2-42e2-9ce1-fe9008a65a4a 2018-10-04 14:52:24,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a31ca53f080679f16ebd025ec5ba98cbbe669a48" 2018-10-04 14:52:24,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-56965074-f171-4e6c-abea-aa71be0d269d Date: Thu, 04 Oct 2018 14:52:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "updated_at": "2018-10-04T14:52:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "0388985a-1dbc-4280-b00f-84a60b8b6695", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "ec226b82-0cca-4736-b946-df5f5b79c3b2", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "4d9a42c8-a799-4859-80c0-4db16d4fdee3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "ec226b82-0cca-4736-b946-df5f5b79c3b2", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "78953135-0d3f-46fb-82f4-f81008ea123c", "remote_group_id": "ec226b82-0cca-4736-b946-df5f5b79c3b2", "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "ec226b82-0cca-4736-b946-df5f5b79c3b2", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "revision_number": 0, "id": "cb77e269-f677-4bb9-85c2-8464fe09e863", "remote_group_id": "ec226b82-0cca-4736-b946-df5f5b79c3b2", "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:15Z", "security_group_id": "ec226b82-0cca-4736-b946-df5f5b79c3b2", "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bbbc11f83094e6c8943078c0b3c9337"}], "revision_number": 4, "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "ec226b82-0cca-4736-b946-df5f5b79c3b2", "name": "default"}]} 2018-10-04 14:52:24,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-56965074-f171-4e6c-abea-aa71be0d269d 2018-10-04 14:52:24,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a31ca53f080679f16ebd025ec5ba98cbbe669a48" 2018-10-04 14:52:24,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32e6ffce-197f-41fb-8081-2245504ff9f5 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:52:24,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-32e6ffce-197f-41fb-8081-2245504ff9f5 2018-10-04 14:52:24,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a31ca53f080679f16ebd025ec5ba98cbbe669a48" 2018-10-04 14:52:24,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-528e6f76-b88e-4b36-b6cb-4dd1e61499b8 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:52:24,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-528e6f76-b88e-4b36-b6cb-4dd1e61499b8 2018-10-04 14:52:24,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a31ca53f080679f16ebd025ec5ba98cbbe669a48" 2018-10-04 14:52:25,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ba22336-17d3-4731-810f-dd36789b454a Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:52:25,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-4ba22336-17d3-4731-810f-dd36789b454a 2018-10-04 14:52:25,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7bbbc11f83094e6c8943078c0b3c9337 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a31ca53f080679f16ebd025ec5ba98cbbe669a48" 2018-10-04 14:52:25,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e20e63d-e01c-4290-ba2b-d9f7dc1388dd Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7bbbc11f83094e6c8943078c0b3c9337"}, "enabled": true, "id": "7bbbc11f83094e6c8943078c0b3c9337", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-647a0376-e61f-462-proj"}} 2018-10-04 14:52:25,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7bbbc11f83094e6c8943078c0b3c9337 used request id req-2e20e63d-e01c-4290-ba2b-d9f7dc1388dd 2018-10-04 14:52:25,102 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ec226b82-0cca-4736-b946-df5f5b79c3b2 2018-10-04 14:52:25,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ec226b82-0cca-4736-b946-df5f5b79c3b2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a31ca53f080679f16ebd025ec5ba98cbbe669a48" 2018-10-04 14:52:25,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f7956f2b-bfdd-4386-a30f-221899dc1ebf Date: Thu, 04 Oct 2018 14:52:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "ec226b82-0cca-4736-b946-df5f5b79c3b2", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "0388985a-1dbc-4280-b00f-84a60b8b6695"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "ec226b82-0cca-4736-b946-df5f5b79c3b2", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "4d9a42c8-a799-4859-80c0-4db16d4fdee3"}, {"remote_group_id": "ec226b82-0cca-4736-b946-df5f5b79c3b2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "ec226b82-0cca-4736-b946-df5f5b79c3b2", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "78953135-0d3f-46fb-82f4-f81008ea123c"}, {"remote_group_id": "ec226b82-0cca-4736-b946-df5f5b79c3b2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:15Z", "security_group_id": "ec226b82-0cca-4736-b946-df5f5b79c3b2", "port_range_min": null, "revision_number": 0, "tenant_id": "7bbbc11f83094e6c8943078c0b3c9337", "created_at": "2018-10-04T14:52:15Z", "project_id": "7bbbc11f83094e6c8943078c0b3c9337", "id": "cb77e269-f677-4bb9-85c2-8464fe09e863"}]} 2018-10-04 14:52:25,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ec226b82-0cca-4736-b946-df5f5b79c3b2 used request id req-f7956f2b-bfdd-4386-a30f-221899dc1ebf 2018-10-04 14:52:25,283 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 14:52:25,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/ec226b82-0cca-4736-b946-df5f5b79c3b2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a31ca53f080679f16ebd025ec5ba98cbbe669a48" 2018-10-04 14:52:25,555 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0969156c-0d18-484d-a119-0506caf269ee Content-Length: 0 Date: Thu, 04 Oct 2018 14:52:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:52:25,555 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/ec226b82-0cca-4736-b946-df5f5b79c3b2 used request id req-0969156c-0d18-484d-a119-0506caf269ee 2018-10-04 14:52:25,556 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-647a0376-e61f-462-proj 2018-10-04 14:52:25,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/7bbbc11f83094e6c8943078c0b3c9337 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a31ca53f080679f16ebd025ec5ba98cbbe669a48" 2018-10-04 14:52:25,808 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:52:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-155fca9f-690d-48f2-affa-10ce0aeafecb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:52:25,808 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/7bbbc11f83094e6c8943078c0b3c9337 used request id req-155fca9f-690d-48f2-affa-10ce0aeafecb 2018-10-04 14:52:25,809 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-647a0376-e61f-462-proj-role 2018-10-04 14:52:25,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/01f9a8feb3154376ab269a05dacc706a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a31ca53f080679f16ebd025ec5ba98cbbe669a48" 2018-10-04 14:52:25,925 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:52:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92dba5aa-95b9-47af-b386-08a8ffc2c3d3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:52:25,925 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/01f9a8feb3154376ab269a05dacc706a used request id req-92dba5aa-95b9-47af-b386-08a8ffc2c3d3 2018-10-04 14:52:25,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a31ca53f080679f16ebd025ec5ba98cbbe669a48" 2018-10-04 14:52:26,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-537a5234-de57-4bad-ba6c-dc0f7a447f4e Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:52:26,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-537a5234-de57-4bad-ba6c-dc0f7a447f4e 2018-10-04 14:52:26,025 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-647a0376-e61f-462-user 2018-10-04 14:52:26,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/22eac2baf3c94778868c0878b969647d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c83f9b399d54af6624ef98b586c84067328ea6" 2018-10-04 14:52:26,295 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:52:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15ac0d30-aec6-4da1-9730-e9a3135573a5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:52:26,295 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/22eac2baf3c94778868c0878b969647d used request id req-15ac0d30-aec6-4da1-9730-e9a3135573a5 2018-10-04 14:52:26,297 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:26,679 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:52:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["2-eZg5TjQgiulKXDr89r3Q"], "issued_at": "2018-10-04T14:52:26.000000Z"}} 2018-10-04 14:52:26,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7575a202a05ae81f0d8232f72a904480de182ca3" 2018-10-04 14:52:26,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca842925-26ff-4a03-b71d-70aa5c202b41 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:52:26,765 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ca842925-26ff-4a03-b71d-70aa5c202b41 2018-10-04 14:52:26,767 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:52:26,768 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:27,150 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:52:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["nOm1cv7CQxmSRbmQS1HMuw"], "issued_at": "2018-10-04T14:52:27.000000Z"}} 2018-10-04 14:52:27,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b1ebd95cccac6fec1e044f150aae68cfa48a7c" 2018-10-04 14:52:27,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50280699-f89d-450e-b02f-05d320f79ef1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:52:27,240 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-50280699-f89d-450e-b02f-05d320f79ef1 2018-10-04 14:52:27,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:52:27,250 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:52:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:52:27,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-2e00cca3-e5cb-4f4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b1ebd95cccac6fec1e044f150aae68cfa48a7c" 2018-10-04 14:52:27,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64dffdae-0dcc-45cb-9fba-22c49492828a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-2e00cca3-e5cb-4f4-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:52:27,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-2e00cca3-e5cb-4f4-proj used request id req-64dffdae-0dcc-45cb-9fba-22c49492828a 2018-10-04 14:52:27,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b1ebd95cccac6fec1e044f150aae68cfa48a7c" 2018-10-04 14:52:27,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69dbbb80-a621-4899-9c9a-ceb31dd1350b Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:52:27,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-69dbbb80-a621-4899-9c9a-ceb31dd1350b 2018-10-04 14:52:27,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b1ebd95cccac6fec1e044f150aae68cfa48a7c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-2e00cca3-e5cb-4f4-proj"}}' 2018-10-04 14:52:27,483 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:52:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c67b21d-f637-46e9-9a15-0415d060d9ad Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/fde4965601f3487f9974ac1f2d822abc"}, "enabled": true, "id": "fde4965601f3487f9974ac1f2d822abc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-2e00cca3-e5cb-4f4-proj"}} 2018-10-04 14:52:27,483 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-9c67b21d-f637-46e9-9a15-0415d060d9ad 2018-10-04 14:52:27,483 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-2e00cca3-e5cb-4f4-proj 2018-10-04 14:52:27,483 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:52:27,484 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:27,866 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:52:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["px1sVEQrTdeCIF9T6f4CHA"], "issued_at": "2018-10-04T14:52:27.000000Z"}} 2018-10-04 14:52:27,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91a9ee578b16711ebd1721e4d654c7355e82909" 2018-10-04 14:52:27,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c864450-649d-4723-9f0d-5453144f7431 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:52:27,954 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3c864450-649d-4723-9f0d-5453144f7431 2018-10-04 14:52:27,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:52:27,964 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:52:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:52:27,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91a9ee578b16711ebd1721e4d654c7355e82909" 2018-10-04 14:52:28,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f784ccd0-d4d3-4d48-b1a9-138384546dee Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:52:28,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-f784ccd0-d4d3-4d48-b1a9-138384546dee 2018-10-04 14:52:28,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-2e00cca3-e5cb-4f4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91a9ee578b16711ebd1721e4d654c7355e82909" 2018-10-04 14:52:28,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98d027ac-682b-4f40-98db-6a11d0035508 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-2e00cca3-e5cb-4f4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/fde4965601f3487f9974ac1f2d822abc"}, "enabled": true, "id": "fde4965601f3487f9974ac1f2d822abc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-2e00cca3-e5cb-4f4-proj"}]} 2018-10-04 14:52:28,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateSecurityGroupTests-2e00cca3-e5cb-4f4-proj used request id req-98d027ac-682b-4f40-98db-6a11d0035508 2018-10-04 14:52:28,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91a9ee578b16711ebd1721e4d654c7355e82909" 2018-10-04 14:52:28,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cad7dbc6-91da-45bc-b6ea-a0fdd7b39689 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:52:28,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-cad7dbc6-91da-45bc-b6ea-a0fdd7b39689 2018-10-04 14:52:28,560 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-2e00cca3-e5cb-4f4-user 2018-10-04 14:52:28,560 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:52:28,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b1ebd95cccac6fec1e044f150aae68cfa48a7c" 2018-10-04 14:52:28,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-484e886a-8448-4031-acc6-b0510778121c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:52:28,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-484e886a-8448-4031-acc6-b0510778121c 2018-10-04 14:52:28,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b1ebd95cccac6fec1e044f150aae68cfa48a7c" -d '{"role": {"name": "CreateSecurityGroupTests-2e00cca3-e5cb-4f4-proj-role"}}' 2018-10-04 14:52:28,776 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:52:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da5ae405-fecc-4a02-99bc-4e43e4242594 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0db5300599a645b0b098ab71f4e40e71", "links": {"self": "http://172.30.9.23:5000/v3/roles/0db5300599a645b0b098ab71f4e40e71"}, "name": "CreateSecurityGroupTests-2e00cca3-e5cb-4f4-proj-role"}} 2018-10-04 14:52:28,776 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-da5ae405-fecc-4a02-99bc-4e43e4242594 2018-10-04 14:52:28,777 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-2e00cca3-e5cb-4f4-proj-role 2018-10-04 14:52:28,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/0db5300599a645b0b098ab71f4e40e71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b1ebd95cccac6fec1e044f150aae68cfa48a7c" 2018-10-04 14:52:28,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5d8f272-33c7-42e3-b879-65d7b0e594e6 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/0db5300599a645b0b098ab71f4e40e71"}, "domain_id": null, "name": "CreateSecurityGroupTests-2e00cca3-e5cb-4f4-proj-role", "id": "0db5300599a645b0b098ab71f4e40e71"}} 2018-10-04 14:52:28,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/0db5300599a645b0b098ab71f4e40e71 used request id req-d5d8f272-33c7-42e3-b879-65d7b0e594e6 2018-10-04 14:52:28,867 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-2e00cca3-e5cb-4f4-proj-role to project CreateSecurityGroupTests-2e00cca3-e5cb-4f4-proj 2018-10-04 14:52:28,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/fde4965601f3487f9974ac1f2d822abc/users/2bb3fdf29149471cbe2263aee922550b/roles/0db5300599a645b0b098ab71f4e40e71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b1ebd95cccac6fec1e044f150aae68cfa48a7c" 2018-10-04 14:52:29,005 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:52:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ffa197e-1074-4520-bfcd-a36a145eaa10 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:52:29,006 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/fde4965601f3487f9974ac1f2d822abc/users/2bb3fdf29149471cbe2263aee922550b/roles/0db5300599a645b0b098ab71f4e40e71 used request id req-8ffa197e-1074-4520-bfcd-a36a145eaa10 2018-10-04 14:52:29,006 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:52:29,007 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:29,384 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0db5300599a645b0b098ab71f4e40e71", "name": "CreateSecurityGroupTests-2e00cca3-e5cb-4f4-proj-role"}], "expires_at": "2018-10-04T15:52:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fde4965601f3487f9974ac1f2d822abc", "name": "CreateSecurityGroupTests-2e00cca3-e5cb-4f4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/fde4965601f3487f9974ac1f2d822abc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/fde4965601f3487f9974ac1f2d822abc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/fde4965601f3487f9974ac1f2d822abc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fde4965601f3487f9974ac1f2d822abc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/fde4965601f3487f9974ac1f2d822abc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/fde4965601f3487f9974ac1f2d822abc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/fde4965601f3487f9974ac1f2d822abc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/fde4965601f3487f9974ac1f2d822abc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/fde4965601f3487f9974ac1f2d822abc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fde4965601f3487f9974ac1f2d822abc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/fde4965601f3487f9974ac1f2d822abc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/fde4965601f3487f9974ac1f2d822abc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-2e00cca3-e5cb-4f4-user", "id": "2bb3fdf29149471cbe2263aee922550b"}, "audit_ids": ["poMzCsUISOqIK_PuGqX3dg"], "issued_at": "2018-10-04T14:52:29.000000Z"}} 2018-10-04 14:52:29,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" 2018-10-04 14:52:29,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c9b60d4-3030-4dce-9559-d271e6ac9f25 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:52:29,456 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7c9b60d4-3030-4dce-9559-d271e6ac9f25 2018-10-04 14:52:29,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" 2018-10-04 14:52:29,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-04b48f3e-346f-4054-9e6c-8fefb2a98b64 Date: Thu, 04 Oct 2018 14:52:29 GMT RESP BODY: {"security_groups": []} 2018-10-04 14:52:29,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name&description=hello+group used request id req-04b48f3e-346f-4054-9e6c-8fefb2a98b64 2018-10-04 14:52:29,749 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name... 2018-10-04 14:52:29,749 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name 2018-10-04 14:52:29,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" -d '{"security_group": {"name": "CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name", "description": "hello group"}}' 2018-10-04 14:52:30,112 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-a44df313-8228-4382-8f11-74f105c29249 Date: Thu, 04 Oct 2018 14:52:30 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:29Z", "updated_at": "2018-10-04T14:52:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}], "revision_number": 2, "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "name": "CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name"}} 2018-10-04 14:52:30,112 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-a44df313-8228-4382-8f11-74f105c29249 2018-10-04 14:52:30,112 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf98bb42-306a-4c13-8775-795dd4d2bb93 2018-10-04 14:52:30,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" 2018-10-04 14:52:30,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-43cc2aa1-ebba-4923-976c-721eec3e5887 Date: Thu, 04 Oct 2018 14:52:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a"}]} 2018-10-04 14:52:30,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 used request id req-43cc2aa1-ebba-4923-976c-721eec3e5887 2018-10-04 14:52:30,282 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf98bb42-306a-4c13-8775-795dd4d2bb93 2018-10-04 14:52:30,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" 2018-10-04 14:52:30,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-58299697-0097-4d99-948c-b15b0ed42824 Date: Thu, 04 Oct 2018 14:52:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a"}]} 2018-10-04 14:52:30,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 used request id req-58299697-0097-4d99-948c-b15b0ed42824 2018-10-04 14:52:30,460 - neutron_utils - INFO - Retrieving security group with ID - cf98bb42-306a-4c13-8775-795dd4d2bb93 2018-10-04 14:52:30,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=cf98bb42-306a-4c13-8775-795dd4d2bb93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" 2018-10-04 14:52:30,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-49cb7d9f-6eb0-459f-9afa-52502f212850 Date: Thu, 04 Oct 2018 14:52:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:29Z", "updated_at": "2018-10-04T14:52:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}], "revision_number": 2, "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "name": "CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name"}]} 2018-10-04 14:52:30,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=cf98bb42-306a-4c13-8775-795dd4d2bb93 used request id req-49cb7d9f-6eb0-459f-9afa-52502f212850 2018-10-04 14:52:30,663 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf98bb42-306a-4c13-8775-795dd4d2bb93 2018-10-04 14:52:30,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" 2018-10-04 14:52:30,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5646c8b5-f2bd-4a05-bfb8-b0d91ad5efa5 Date: Thu, 04 Oct 2018 14:52:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a"}]} 2018-10-04 14:52:30,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 used request id req-5646c8b5-f2bd-4a05-bfb8-b0d91ad5efa5 2018-10-04 14:52:30,831 - neutron_utils - INFO - Retrieving security group with ID - cf98bb42-306a-4c13-8775-795dd4d2bb93 2018-10-04 14:52:30,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=cf98bb42-306a-4c13-8775-795dd4d2bb93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" 2018-10-04 14:52:31,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-5d989bdb-7777-46e4-9414-e9cf047afd73 Date: Thu, 04 Oct 2018 14:52:31 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:29Z", "updated_at": "2018-10-04T14:52:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}], "revision_number": 2, "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "name": "CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name"}]} 2018-10-04 14:52:31,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=cf98bb42-306a-4c13-8775-795dd4d2bb93 used request id req-5d989bdb-7777-46e4-9414-e9cf047afd73 2018-10-04 14:52:31,032 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf98bb42-306a-4c13-8775-795dd4d2bb93 2018-10-04 14:52:31,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" 2018-10-04 14:52:31,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5f7e5d2c-8072-45c4-8aa0-023645226a3b Date: Thu, 04 Oct 2018 14:52:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a"}]} 2018-10-04 14:52:31,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 used request id req-5f7e5d2c-8072-45c4-8aa0-023645226a3b 2018-10-04 14:52:31,216 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name 2018-10-04 14:52:31,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" 2018-10-04 14:52:31,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-23596866-1147-4912-96e5-c20723ae5edb Date: Thu, 04 Oct 2018 14:52:31 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:29Z", "updated_at": "2018-10-04T14:52:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}], "revision_number": 2, "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "name": "CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name"}]} 2018-10-04 14:52:31,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name used request id req-23596866-1147-4912-96e5-c20723ae5edb 2018-10-04 14:52:31,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:52:31,416 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:52:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:52:31,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/fde4965601f3487f9974ac1f2d822abc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" 2018-10-04 14:52:31,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c3a1ede-f77a-4caf-bb5b-21ac09956510 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/fde4965601f3487f9974ac1f2d822abc"}, "enabled": true, "id": "fde4965601f3487f9974ac1f2d822abc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-2e00cca3-e5cb-4f4-proj"}} 2018-10-04 14:52:31,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/fde4965601f3487f9974ac1f2d822abc used request id req-1c3a1ede-f77a-4caf-bb5b-21ac09956510 2018-10-04 14:52:31,493 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf98bb42-306a-4c13-8775-795dd4d2bb93 2018-10-04 14:52:31,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" 2018-10-04 14:52:31,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5fd6c0c5-ab5a-4c2f-b422-9f6d73f7781f Date: Thu, 04 Oct 2018 14:52:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a"}]} 2018-10-04 14:52:31,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 used request id req-5fd6c0c5-ab5a-4c2f-b422-9f6d73f7781f 2018-10-04 14:52:31,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93"}}' 2018-10-04 14:52:32,010 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-1091c244-d713-47d0-b5d9-48a7e3d0d29b Date: Thu, 04 Oct 2018 14:52:32 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:31Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:31Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "1dda26cc-5320-4874-955e-e830741b2539"}} 2018-10-04 14:52:32,010 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-1091c244-d713-47d0-b5d9-48a7e3d0d29b 2018-10-04 14:52:32,010 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name 2018-10-04 14:52:32,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" 2018-10-04 14:52:32,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-958410fe-45af-4be1-8429-37463754896f Date: Thu, 04 Oct 2018 14:52:32 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:29Z", "updated_at": "2018-10-04T14:52:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:31Z", "revision_number": 0, "id": "1dda26cc-5320-4874-955e-e830741b2539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:31Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}], "revision_number": 3, "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "name": "CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name"}]} 2018-10-04 14:52:32,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name used request id req-958410fe-45af-4be1-8429-37463754896f 2018-10-04 14:52:32,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/fde4965601f3487f9974ac1f2d822abc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" 2018-10-04 14:52:32,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7893217f-3483-4984-b1b4-25360c077217 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/fde4965601f3487f9974ac1f2d822abc"}, "enabled": true, "id": "fde4965601f3487f9974ac1f2d822abc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-2e00cca3-e5cb-4f4-proj"}} 2018-10-04 14:52:32,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/fde4965601f3487f9974ac1f2d822abc used request id req-7893217f-3483-4984-b1b4-25360c077217 2018-10-04 14:52:32,285 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf98bb42-306a-4c13-8775-795dd4d2bb93 2018-10-04 14:52:32,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" 2018-10-04 14:52:32,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-1f4c1692-3ae7-425b-aaca-30f24a3e2d7e Date: Thu, 04 Oct 2018 14:52:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:31Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:31Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "1dda26cc-5320-4874-955e-e830741b2539"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a"}]} 2018-10-04 14:52:32,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 used request id req-1f4c1692-3ae7-425b-aaca-30f24a3e2d7e 2018-10-04 14:52:32,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93"}}' 2018-10-04 14:52:32,944 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-d39f0ff7-ff65-4650-856a-aa95483952dd Date: Thu, 04 Oct 2018 14:52:32 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:32Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:32Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "9e14f90d-30dd-471b-8c60-92a1b6e40f37"}} 2018-10-04 14:52:32,944 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-d39f0ff7-ff65-4650-856a-aa95483952dd 2018-10-04 14:52:32,945 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name 2018-10-04 14:52:32,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" 2018-10-04 14:52:33,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-bc2b4d75-6273-4e97-9235-4fd16e623650 Date: Thu, 04 Oct 2018 14:52:33 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:29Z", "updated_at": "2018-10-04T14:52:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:31Z", "revision_number": 0, "id": "1dda26cc-5320-4874-955e-e830741b2539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:31Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:32Z", "revision_number": 0, "id": "9e14f90d-30dd-471b-8c60-92a1b6e40f37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:32Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}], "revision_number": 4, "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "name": "CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name"}]} 2018-10-04 14:52:33,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name used request id req-bc2b4d75-6273-4e97-9235-4fd16e623650 2018-10-04 14:52:33,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/fde4965601f3487f9974ac1f2d822abc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" 2018-10-04 14:52:33,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c02846c-fc59-4d57-be20-8dcb32ec30d5 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/fde4965601f3487f9974ac1f2d822abc"}, "enabled": true, "id": "fde4965601f3487f9974ac1f2d822abc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-2e00cca3-e5cb-4f4-proj"}} 2018-10-04 14:52:33,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/fde4965601f3487f9974ac1f2d822abc used request id req-2c02846c-fc59-4d57-be20-8dcb32ec30d5 2018-10-04 14:52:33,098 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf98bb42-306a-4c13-8775-795dd4d2bb93 2018-10-04 14:52:33,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" 2018-10-04 14:52:33,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-3d030ee1-fb51-433a-a7d7-100ed6859ac0 Date: Thu, 04 Oct 2018 14:52:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:31Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:31Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "1dda26cc-5320-4874-955e-e830741b2539"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:32Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:32Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "9e14f90d-30dd-471b-8c60-92a1b6e40f37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a"}]} 2018-10-04 14:52:33,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 used request id req-3d030ee1-fb51-433a-a7d7-100ed6859ac0 2018-10-04 14:52:33,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": 10}}' 2018-10-04 14:52:33,465 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-46931d9a-99b2-406c-b091-44b51b33a91b Date: Thu, 04 Oct 2018 14:52:33 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:33Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": 10, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:33Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "8f50e283-6d75-4f50-83b9-b15774267f26"}} 2018-10-04 14:52:33,465 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-46931d9a-99b2-406c-b091-44b51b33a91b 2018-10-04 14:52:33,465 - neutron_utils - INFO - Retrieving security group with ID - cf98bb42-306a-4c13-8775-795dd4d2bb93 2018-10-04 14:52:33,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=cf98bb42-306a-4c13-8775-795dd4d2bb93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" 2018-10-04 14:52:33,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-c2e2b5e7-e479-4514-b876-07a241137c34 Date: Thu, 04 Oct 2018 14:52:33 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:29Z", "updated_at": "2018-10-04T14:52:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:31Z", "revision_number": 0, "id": "1dda26cc-5320-4874-955e-e830741b2539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:31Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:52:33Z", "revision_number": 0, "id": "8f50e283-6d75-4f50-83b9-b15774267f26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:33Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": 10, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:32Z", "revision_number": 0, "id": "9e14f90d-30dd-471b-8c60-92a1b6e40f37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:32Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}], "revision_number": 5, "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "name": "CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name"}]} 2018-10-04 14:52:33,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=cf98bb42-306a-4c13-8775-795dd4d2bb93 used request id req-c2e2b5e7-e479-4514-b876-07a241137c34 2018-10-04 14:52:33,522 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf98bb42-306a-4c13-8775-795dd4d2bb93 2018-10-04 14:52:33,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" 2018-10-04 14:52:33,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-a3e14798-ca91-442b-bdb9-d8c147b3bdd7 Date: Thu, 04 Oct 2018 14:52:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:31Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:31Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "1dda26cc-5320-4874-955e-e830741b2539"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:33Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": 10, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:33Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "8f50e283-6d75-4f50-83b9-b15774267f26"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:32Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:32Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "9e14f90d-30dd-471b-8c60-92a1b6e40f37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a"}]} 2018-10-04 14:52:33,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 used request id req-a3e14798-ca91-442b-bdb9-d8c147b3bdd7 2018-10-04 14:52:33,562 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:33,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0db5300599a645b0b098ab71f4e40e71", "name": "CreateSecurityGroupTests-2e00cca3-e5cb-4f4-proj-role"}], "expires_at": "2018-10-04T15:52:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fde4965601f3487f9974ac1f2d822abc", "name": "CreateSecurityGroupTests-2e00cca3-e5cb-4f4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/fde4965601f3487f9974ac1f2d822abc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/fde4965601f3487f9974ac1f2d822abc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/fde4965601f3487f9974ac1f2d822abc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fde4965601f3487f9974ac1f2d822abc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/fde4965601f3487f9974ac1f2d822abc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/fde4965601f3487f9974ac1f2d822abc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/fde4965601f3487f9974ac1f2d822abc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/fde4965601f3487f9974ac1f2d822abc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/fde4965601f3487f9974ac1f2d822abc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fde4965601f3487f9974ac1f2d822abc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/fde4965601f3487f9974ac1f2d822abc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/fde4965601f3487f9974ac1f2d822abc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-2e00cca3-e5cb-4f4-user", "id": "2bb3fdf29149471cbe2263aee922550b"}, "audit_ids": ["yZ1FWd2NTiC8GlvtxCu2zQ"], "issued_at": "2018-10-04T14:52:33.000000Z"}} 2018-10-04 14:52:33,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93f0470e3ffa9ac31bbee4b368b8db1846263718" 2018-10-04 14:52:34,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-09165b6e-eb04-4519-bd03-37ae8e11c0d2 Date: Thu, 04 Oct 2018 14:52:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:29Z", "updated_at": "2018-10-04T14:52:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:31Z", "revision_number": 0, "id": "1dda26cc-5320-4874-955e-e830741b2539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:31Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:52:33Z", "revision_number": 0, "id": "8f50e283-6d75-4f50-83b9-b15774267f26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:33Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": 10, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:32Z", "revision_number": 0, "id": "9e14f90d-30dd-471b-8c60-92a1b6e40f37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:32Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}], "revision_number": 5, "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "name": "CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name"}]} 2018-10-04 14:52:34,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name&description=hello+group used request id req-09165b6e-eb04-4519-bd03-37ae8e11c0d2 2018-10-04 14:52:34,148 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf98bb42-306a-4c13-8775-795dd4d2bb93 2018-10-04 14:52:34,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93f0470e3ffa9ac31bbee4b368b8db1846263718" 2018-10-04 14:52:34,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-19413fd9-4613-47c2-849c-704794944916 Date: Thu, 04 Oct 2018 14:52:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:31Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:31Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "1dda26cc-5320-4874-955e-e830741b2539"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:33Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": 10, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:33Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "8f50e283-6d75-4f50-83b9-b15774267f26"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:32Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:32Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "9e14f90d-30dd-471b-8c60-92a1b6e40f37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a"}]} 2018-10-04 14:52:34,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 used request id req-19413fd9-4613-47c2-849c-704794944916 2018-10-04 14:52:34,325 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf98bb42-306a-4c13-8775-795dd4d2bb93 2018-10-04 14:52:34,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93f0470e3ffa9ac31bbee4b368b8db1846263718" 2018-10-04 14:52:34,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-32334e55-4e84-4d1b-b6b8-1b72345e877d Date: Thu, 04 Oct 2018 14:52:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:31Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:31Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "1dda26cc-5320-4874-955e-e830741b2539"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:33Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": 10, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:33Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "8f50e283-6d75-4f50-83b9-b15774267f26"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:32Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:32Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "9e14f90d-30dd-471b-8c60-92a1b6e40f37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a"}]} 2018-10-04 14:52:34,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 used request id req-32334e55-4e84-4d1b-b6b8-1b72345e877d 2018-10-04 14:52:34,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93f0470e3ffa9ac31bbee4b368b8db1846263718" 2018-10-04 14:52:34,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-ea25f56a-7150-4faa-b416-a336f644e5d4 Date: Thu, 04 Oct 2018 14:52:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:29Z", "updated_at": "2018-10-04T14:52:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:31Z", "revision_number": 0, "id": "1dda26cc-5320-4874-955e-e830741b2539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:31Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:52:33Z", "revision_number": 0, "id": "8f50e283-6d75-4f50-83b9-b15774267f26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:33Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": 10, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:32Z", "revision_number": 0, "id": "9e14f90d-30dd-471b-8c60-92a1b6e40f37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:32Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}], "revision_number": 5, "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "name": "CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name"}]} 2018-10-04 14:52:34,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name used request id req-ea25f56a-7150-4faa-b416-a336f644e5d4 2018-10-04 14:52:34,721 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf98bb42-306a-4c13-8775-795dd4d2bb93 2018-10-04 14:52:34,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93f0470e3ffa9ac31bbee4b368b8db1846263718" 2018-10-04 14:52:34,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-8fe2da69-766f-4af0-857e-bf9ba767cc85 Date: Thu, 04 Oct 2018 14:52:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:31Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:31Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "1dda26cc-5320-4874-955e-e830741b2539"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:33Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": 10, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:33Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "8f50e283-6d75-4f50-83b9-b15774267f26"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:32Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:32Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "9e14f90d-30dd-471b-8c60-92a1b6e40f37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a"}]} 2018-10-04 14:52:34,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 used request id req-8fe2da69-766f-4af0-857e-bf9ba767cc85 2018-10-04 14:52:34,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93f0470e3ffa9ac31bbee4b368b8db1846263718" 2018-10-04 14:52:34,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-5b12ee84-5e8a-48e7-87d5-61720f632cff Date: Thu, 04 Oct 2018 14:52:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:29Z", "updated_at": "2018-10-04T14:52:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:31Z", "revision_number": 0, "id": "1dda26cc-5320-4874-955e-e830741b2539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:31Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:52:33Z", "revision_number": 0, "id": "8f50e283-6d75-4f50-83b9-b15774267f26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:33Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": 10, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:32Z", "revision_number": 0, "id": "9e14f90d-30dd-471b-8c60-92a1b6e40f37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:32Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}], "revision_number": 5, "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "name": "CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name"}]} 2018-10-04 14:52:34,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name used request id req-5b12ee84-5e8a-48e7-87d5-61720f632cff 2018-10-04 14:52:34,961 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf98bb42-306a-4c13-8775-795dd4d2bb93 2018-10-04 14:52:34,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93f0470e3ffa9ac31bbee4b368b8db1846263718" 2018-10-04 14:52:35,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-69278bba-5fe2-4d48-b7d5-e9cfd7a834b4 Date: Thu, 04 Oct 2018 14:52:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:31Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:31Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "1dda26cc-5320-4874-955e-e830741b2539"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:33Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": 10, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:33Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "8f50e283-6d75-4f50-83b9-b15774267f26"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:32Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:32Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "9e14f90d-30dd-471b-8c60-92a1b6e40f37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a"}]} 2018-10-04 14:52:35,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 used request id req-69278bba-5fe2-4d48-b7d5-e9cfd7a834b4 2018-10-04 14:52:35,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93f0470e3ffa9ac31bbee4b368b8db1846263718" 2018-10-04 14:52:35,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-30f07d69-6953-421a-b512-57c76175945c Date: Thu, 04 Oct 2018 14:52:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:29Z", "updated_at": "2018-10-04T14:52:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:31Z", "revision_number": 0, "id": "1dda26cc-5320-4874-955e-e830741b2539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:31Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:52:33Z", "revision_number": 0, "id": "8f50e283-6d75-4f50-83b9-b15774267f26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:33Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": 10, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:32Z", "revision_number": 0, "id": "9e14f90d-30dd-471b-8c60-92a1b6e40f37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:32Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}], "revision_number": 5, "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "name": "CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name"}]} 2018-10-04 14:52:35,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name used request id req-30f07d69-6953-421a-b512-57c76175945c 2018-10-04 14:52:35,354 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf98bb42-306a-4c13-8775-795dd4d2bb93 2018-10-04 14:52:35,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93f0470e3ffa9ac31bbee4b368b8db1846263718" 2018-10-04 14:52:35,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-af691129-22c0-4adc-bca2-9ef2bff37b86 Date: Thu, 04 Oct 2018 14:52:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:31Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:31Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "1dda26cc-5320-4874-955e-e830741b2539"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:33Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": 10, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:33Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "8f50e283-6d75-4f50-83b9-b15774267f26"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:32Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:32Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "9e14f90d-30dd-471b-8c60-92a1b6e40f37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a"}]} 2018-10-04 14:52:35,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 used request id req-af691129-22c0-4adc-bca2-9ef2bff37b86 2018-10-04 14:52:35,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93f0470e3ffa9ac31bbee4b368b8db1846263718" 2018-10-04 14:52:35,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-640984a5-a942-496e-8ad5-72bf915e4c80 Date: Thu, 04 Oct 2018 14:52:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:29Z", "updated_at": "2018-10-04T14:52:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:31Z", "revision_number": 0, "id": "1dda26cc-5320-4874-955e-e830741b2539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:31Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:52:33Z", "revision_number": 0, "id": "8f50e283-6d75-4f50-83b9-b15774267f26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:33Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": 10, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:32Z", "revision_number": 0, "id": "9e14f90d-30dd-471b-8c60-92a1b6e40f37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:32Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}], "revision_number": 5, "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "name": "CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name"}]} 2018-10-04 14:52:35,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name used request id req-640984a5-a942-496e-8ad5-72bf915e4c80 2018-10-04 14:52:35,721 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf98bb42-306a-4c13-8775-795dd4d2bb93 2018-10-04 14:52:35,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93f0470e3ffa9ac31bbee4b368b8db1846263718" 2018-10-04 14:52:35,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-6dfa3c42-2e15-4ae9-b436-f45f50ca4c37 Date: Thu, 04 Oct 2018 14:52:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:31Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:31Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "1dda26cc-5320-4874-955e-e830741b2539"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:33Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": 10, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:33Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "8f50e283-6d75-4f50-83b9-b15774267f26"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:32Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:32Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "9e14f90d-30dd-471b-8c60-92a1b6e40f37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a"}]} 2018-10-04 14:52:35,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 used request id req-6dfa3c42-2e15-4ae9-b436-f45f50ca4c37 2018-10-04 14:52:35,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93f0470e3ffa9ac31bbee4b368b8db1846263718" 2018-10-04 14:52:36,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-0aa60ce5-35d3-45cb-a82a-6b84130e4039 Date: Thu, 04 Oct 2018 14:52:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:29Z", "updated_at": "2018-10-04T14:52:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:31Z", "revision_number": 0, "id": "1dda26cc-5320-4874-955e-e830741b2539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:31Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:52:33Z", "revision_number": 0, "id": "8f50e283-6d75-4f50-83b9-b15774267f26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:33Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": 10, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:32Z", "revision_number": 0, "id": "9e14f90d-30dd-471b-8c60-92a1b6e40f37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:32Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}], "revision_number": 5, "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "name": "CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name"}]} 2018-10-04 14:52:36,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name used request id req-0aa60ce5-35d3-45cb-a82a-6b84130e4039 2018-10-04 14:52:36,084 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf98bb42-306a-4c13-8775-795dd4d2bb93 2018-10-04 14:52:36,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93f0470e3ffa9ac31bbee4b368b8db1846263718" 2018-10-04 14:52:36,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-41e21bd5-24d2-43ec-840e-576ffafb7a28 Date: Thu, 04 Oct 2018 14:52:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:31Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:31Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "1dda26cc-5320-4874-955e-e830741b2539"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:33Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": 10, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:33Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "8f50e283-6d75-4f50-83b9-b15774267f26"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:32Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:32Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "9e14f90d-30dd-471b-8c60-92a1b6e40f37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a"}]} 2018-10-04 14:52:36,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 used request id req-41e21bd5-24d2-43ec-840e-576ffafb7a28 2018-10-04 14:52:36,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93f0470e3ffa9ac31bbee4b368b8db1846263718" 2018-10-04 14:52:36,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-b80cde19-c6c9-4752-953a-a2776c645256 Date: Thu, 04 Oct 2018 14:52:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:29Z", "updated_at": "2018-10-04T14:52:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:31Z", "revision_number": 0, "id": "1dda26cc-5320-4874-955e-e830741b2539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:31Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:52:33Z", "revision_number": 0, "id": "8f50e283-6d75-4f50-83b9-b15774267f26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:33Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": 10, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:32Z", "revision_number": 0, "id": "9e14f90d-30dd-471b-8c60-92a1b6e40f37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:32Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}], "revision_number": 5, "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "name": "CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name"}]} 2018-10-04 14:52:36,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name used request id req-b80cde19-c6c9-4752-953a-a2776c645256 2018-10-04 14:52:36,332 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf98bb42-306a-4c13-8775-795dd4d2bb93 2018-10-04 14:52:36,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93f0470e3ffa9ac31bbee4b368b8db1846263718" 2018-10-04 14:52:36,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-b2668590-cad4-49b9-a5c9-8cfb9bc439f3 Date: Thu, 04 Oct 2018 14:52:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:31Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:31Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "1dda26cc-5320-4874-955e-e830741b2539"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:33Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": 10, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:33Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "8f50e283-6d75-4f50-83b9-b15774267f26"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:32Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:32Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "9e14f90d-30dd-471b-8c60-92a1b6e40f37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a"}]} 2018-10-04 14:52:36,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 used request id req-b2668590-cad4-49b9-a5c9-8cfb9bc439f3 2018-10-04 14:52:36,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93f0470e3ffa9ac31bbee4b368b8db1846263718" 2018-10-04 14:52:36,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-fab25941-422f-436f-add1-3236356ce89f Date: Thu, 04 Oct 2018 14:52:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:29Z", "updated_at": "2018-10-04T14:52:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:31Z", "revision_number": 0, "id": "1dda26cc-5320-4874-955e-e830741b2539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:31Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:52:33Z", "revision_number": 0, "id": "8f50e283-6d75-4f50-83b9-b15774267f26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:33Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": 10, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:32Z", "revision_number": 0, "id": "9e14f90d-30dd-471b-8c60-92a1b6e40f37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:32Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}], "revision_number": 5, "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "name": "CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name"}]} 2018-10-04 14:52:36,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name used request id req-fab25941-422f-436f-add1-3236356ce89f 2018-10-04 14:52:36,570 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf98bb42-306a-4c13-8775-795dd4d2bb93 2018-10-04 14:52:36,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93f0470e3ffa9ac31bbee4b368b8db1846263718" 2018-10-04 14:52:36,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-79637bbc-bf3c-460c-b3ec-2827b94bc233 Date: Thu, 04 Oct 2018 14:52:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:31Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:31Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "1dda26cc-5320-4874-955e-e830741b2539"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:33Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": 10, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:33Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "8f50e283-6d75-4f50-83b9-b15774267f26"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:32Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:32Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "9e14f90d-30dd-471b-8c60-92a1b6e40f37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a"}]} 2018-10-04 14:52:36,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 used request id req-79637bbc-bf3c-460c-b3ec-2827b94bc233 2018-10-04 14:52:36,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93f0470e3ffa9ac31bbee4b368b8db1846263718" 2018-10-04 14:52:36,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-c3c48300-98cb-440d-a5d4-d47a6c42323e Date: Thu, 04 Oct 2018 14:52:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:29Z", "updated_at": "2018-10-04T14:52:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:31Z", "revision_number": 0, "id": "1dda26cc-5320-4874-955e-e830741b2539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:31Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-04T14:52:33Z", "revision_number": 0, "id": "8f50e283-6d75-4f50-83b9-b15774267f26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:33Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": 10, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:32Z", "revision_number": 0, "id": "9e14f90d-30dd-471b-8c60-92a1b6e40f37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:32Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "revision_number": 0, "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}], "revision_number": 5, "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "name": "CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name"}]} 2018-10-04 14:52:36,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name used request id req-c3c48300-98cb-440d-a5d4-d47a6c42323e 2018-10-04 14:52:36,956 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf98bb42-306a-4c13-8775-795dd4d2bb93 2018-10-04 14:52:36,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93f0470e3ffa9ac31bbee4b368b8db1846263718" 2018-10-04 14:52:37,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-f8e350ce-33ec-4f86-be2a-0ac17aeceaca Date: Thu, 04 Oct 2018 14:52:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:31Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:31Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "1dda26cc-5320-4874-955e-e830741b2539"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:33Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": 10, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:33Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "8f50e283-6d75-4f50-83b9-b15774267f26"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:32Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:32Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "9e14f90d-30dd-471b-8c60-92a1b6e40f37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a"}]} 2018-10-04 14:52:37,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 used request id req-f8e350ce-33ec-4f86-be2a-0ac17aeceaca 2018-10-04 14:52:37,147 - neutron_utils - INFO - Deleting security group rule with ID - 1dda26cc-5320-4874-955e-e830741b2539 2018-10-04 14:52:37,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/1dda26cc-5320-4874-955e-e830741b2539 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" 2018-10-04 14:52:37,389 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d91ecb85-6c94-420b-8160-0810144242b0 Content-Length: 0 Date: Thu, 04 Oct 2018 14:52:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:52:37,389 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/1dda26cc-5320-4874-955e-e830741b2539 used request id req-d91ecb85-6c94-420b-8160-0810144242b0 2018-10-04 14:52:37,389 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-10-04 14:52:37,389 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf98bb42-306a-4c13-8775-795dd4d2bb93 2018-10-04 14:52:37,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93f0470e3ffa9ac31bbee4b368b8db1846263718" 2018-10-04 14:52:37,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1992 X-Openstack-Request-Id: req-f66548e6-7cb5-48c0-8b07-82f24b12cce3 Date: Thu, 04 Oct 2018 14:52:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "5dabd78b-3882-4933-8d63-f0e9fa7a13e4"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-04T14:52:33Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": 10, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:33Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "8f50e283-6d75-4f50-83b9-b15774267f26"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:32Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:32Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "9e14f90d-30dd-471b-8c60-92a1b6e40f37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:30Z", "security_group_id": "cf98bb42-306a-4c13-8775-795dd4d2bb93", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:30Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "b0634d07-6b2e-4ca5-b450-594f789cfb7a"}]} 2018-10-04 14:52:37,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cf98bb42-306a-4c13-8775-795dd4d2bb93 used request id req-f66548e6-7cb5-48c0-8b07-82f24b12cce3 2018-10-04 14:52:37,653 - neutron_utils - INFO - Deleting security group rule with ID - 1dda26cc-5320-4874-955e-e830741b2539 2018-10-04 14:52:37,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/1dda26cc-5320-4874-955e-e830741b2539 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" 2018-10-04 14:52:37,683 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-029803fb-c8ad-4f21-8c87-33e8353bfe78 Date: Thu, 04 Oct 2018 14:52:37 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 1dda26cc-5320-4874-955e-e830741b2539 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-04 14:52:37,684 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/1dda26cc-5320-4874-955e-e830741b2539 used request id req-029803fb-c8ad-4f21-8c87-33e8353bfe78 2018-10-04 14:52:37,684 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 1dda26cc-5320-4874-955e-e830741b2539 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-04 14:52:37,684 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 1dda26cc-5320-4874-955e-e830741b2539 does not exist Neutron server returns request_ids: ['req-029803fb-c8ad-4f21-8c87-33e8353bfe78'] 2018-10-04 14:52:37,684 - neutron_utils - INFO - Deleting security group rule with ID - b0634d07-6b2e-4ca5-b450-594f789cfb7a 2018-10-04 14:52:37,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/b0634d07-6b2e-4ca5-b450-594f789cfb7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" 2018-10-04 14:52:37,789 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-09e9e3b3-160f-4823-bd3c-2b89583f32c3 Content-Length: 0 Date: Thu, 04 Oct 2018 14:52:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:52:37,789 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/b0634d07-6b2e-4ca5-b450-594f789cfb7a used request id req-09e9e3b3-160f-4823-bd3c-2b89583f32c3 2018-10-04 14:52:37,789 - neutron_utils - INFO - Deleting security group rule with ID - 9e14f90d-30dd-471b-8c60-92a1b6e40f37 2018-10-04 14:52:37,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/9e14f90d-30dd-471b-8c60-92a1b6e40f37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" 2018-10-04 14:52:37,892 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9fb9d28d-4402-4c0a-b253-cc16a1994fd0 Content-Length: 0 Date: Thu, 04 Oct 2018 14:52:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:52:37,892 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/9e14f90d-30dd-471b-8c60-92a1b6e40f37 used request id req-9fb9d28d-4402-4c0a-b253-cc16a1994fd0 2018-10-04 14:52:37,892 - neutron_utils - INFO - Deleting security group rule with ID - 5dabd78b-3882-4933-8d63-f0e9fa7a13e4 2018-10-04 14:52:37,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/5dabd78b-3882-4933-8d63-f0e9fa7a13e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" 2018-10-04 14:52:38,141 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0f20f0a0-551e-44f8-8d93-6959f7533d50 Content-Length: 0 Date: Thu, 04 Oct 2018 14:52:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:52:38,142 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/5dabd78b-3882-4933-8d63-f0e9fa7a13e4 used request id req-0f20f0a0-551e-44f8-8d93-6959f7533d50 2018-10-04 14:52:38,142 - neutron_utils - INFO - Deleting security group rule with ID - 8f50e283-6d75-4f50-83b9-b15774267f26 2018-10-04 14:52:38,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/8f50e283-6d75-4f50-83b9-b15774267f26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" 2018-10-04 14:52:38,516 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9dbd5f4e-1091-41cd-ba7e-d212813cca3c Content-Length: 0 Date: Thu, 04 Oct 2018 14:52:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:52:38,516 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/8f50e283-6d75-4f50-83b9-b15774267f26 used request id req-9dbd5f4e-1091-41cd-ba7e-d212813cca3c 2018-10-04 14:52:38,517 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-c9f08d3e-625b-4e25-b8ac-ca8406e4b546name 2018-10-04 14:52:38,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/cf98bb42-306a-4c13-8775-795dd4d2bb93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131a68f1562f2f1ff858e0e5c23d8cd4db9b64bd" 2018-10-04 14:52:38,650 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d5a1c506-eae8-4ec0-8bc5-72cf3df0bf93 Content-Length: 0 Date: Thu, 04 Oct 2018 14:52:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:52:38,650 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/cf98bb42-306a-4c13-8775-795dd4d2bb93 used request id req-d5a1c506-eae8-4ec0-8bc5-72cf3df0bf93 2018-10-04 14:52:38,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b1ebd95cccac6fec1e044f150aae68cfa48a7c" 2018-10-04 14:52:38,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-74e725a2-bb54-43ec-8f25-167a8d985891 Date: Thu, 04 Oct 2018 14:52:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:29Z", "updated_at": "2018-10-04T14:52:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:29Z", "revision_number": 0, "id": "0c1e54a6-c9c1-40ab-b8c4-dfdb56066b02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:29Z", "security_group_id": "8d116959-d646-4481-83c4-addd053d16c9", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:29Z", "revision_number": 0, "id": "71432af9-c2a4-4e83-8209-fc14448a7d8a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:29Z", "security_group_id": "8d116959-d646-4481-83c4-addd053d16c9", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:29Z", "revision_number": 0, "id": "d635ef27-8e0c-45b4-a39d-dfb39591fb4a", "remote_group_id": "8d116959-d646-4481-83c4-addd053d16c9", "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:29Z", "security_group_id": "8d116959-d646-4481-83c4-addd053d16c9", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv4", "project_id": "fde4965601f3487f9974ac1f2d822abc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:52:29Z", "revision_number": 0, "id": "e8bacfac-6267-4832-b4a3-600d02450778", "remote_group_id": "8d116959-d646-4481-83c4-addd053d16c9", "remote_ip_prefix": null, "created_at": "2018-10-04T14:52:29Z", "security_group_id": "8d116959-d646-4481-83c4-addd053d16c9", "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "port_range_min": null, "ethertype": "IPv6", "project_id": "fde4965601f3487f9974ac1f2d822abc"}], "revision_number": 4, "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "8d116959-d646-4481-83c4-addd053d16c9", "name": "default"}]} 2018-10-04 14:52:38,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-74e725a2-bb54-43ec-8f25-167a8d985891 2018-10-04 14:52:38,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b1ebd95cccac6fec1e044f150aae68cfa48a7c" 2018-10-04 14:52:38,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ad6397a-9848-4ee8-8397-d8ad1d34ea82 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:52:38,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-6ad6397a-9848-4ee8-8397-d8ad1d34ea82 2018-10-04 14:52:38,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b1ebd95cccac6fec1e044f150aae68cfa48a7c" 2018-10-04 14:52:39,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-526ca5ac-24ec-42c8-88da-730910b701c9 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:52:39,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-526ca5ac-24ec-42c8-88da-730910b701c9 2018-10-04 14:52:39,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b1ebd95cccac6fec1e044f150aae68cfa48a7c" 2018-10-04 14:52:39,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01fcaaa5-2ce4-4ce3-bb2f-adc03dcbc909 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:52:39,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-01fcaaa5-2ce4-4ce3-bb2f-adc03dcbc909 2018-10-04 14:52:39,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/fde4965601f3487f9974ac1f2d822abc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b1ebd95cccac6fec1e044f150aae68cfa48a7c" 2018-10-04 14:52:39,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53826261-65a5-4cfb-8d46-815b81bdd438 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/fde4965601f3487f9974ac1f2d822abc"}, "enabled": true, "id": "fde4965601f3487f9974ac1f2d822abc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-2e00cca3-e5cb-4f4-proj"}} 2018-10-04 14:52:39,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/fde4965601f3487f9974ac1f2d822abc used request id req-53826261-65a5-4cfb-8d46-815b81bdd438 2018-10-04 14:52:39,231 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d116959-d646-4481-83c4-addd053d16c9 2018-10-04 14:52:39,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8d116959-d646-4481-83c4-addd053d16c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b1ebd95cccac6fec1e044f150aae68cfa48a7c" 2018-10-04 14:52:39,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-23468693-b6e8-4052-8b7e-d00d40d1732d Date: Thu, 04 Oct 2018 14:52:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:29Z", "security_group_id": "8d116959-d646-4481-83c4-addd053d16c9", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:29Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "0c1e54a6-c9c1-40ab-b8c4-dfdb56066b02"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:29Z", "security_group_id": "8d116959-d646-4481-83c4-addd053d16c9", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:29Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "71432af9-c2a4-4e83-8209-fc14448a7d8a"}, {"remote_group_id": "8d116959-d646-4481-83c4-addd053d16c9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:29Z", "security_group_id": "8d116959-d646-4481-83c4-addd053d16c9", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:29Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "d635ef27-8e0c-45b4-a39d-dfb39591fb4a"}, {"remote_group_id": "8d116959-d646-4481-83c4-addd053d16c9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:52:29Z", "security_group_id": "8d116959-d646-4481-83c4-addd053d16c9", "port_range_min": null, "revision_number": 0, "tenant_id": "fde4965601f3487f9974ac1f2d822abc", "created_at": "2018-10-04T14:52:29Z", "project_id": "fde4965601f3487f9974ac1f2d822abc", "id": "e8bacfac-6267-4832-b4a3-600d02450778"}]} 2018-10-04 14:52:39,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8d116959-d646-4481-83c4-addd053d16c9 used request id req-23468693-b6e8-4052-8b7e-d00d40d1732d 2018-10-04 14:52:39,425 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 14:52:39,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/8d116959-d646-4481-83c4-addd053d16c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b1ebd95cccac6fec1e044f150aae68cfa48a7c" 2018-10-04 14:52:39,699 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-81afa242-986b-4090-8d1e-c0f1546afa2e Content-Length: 0 Date: Thu, 04 Oct 2018 14:52:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:52:39,699 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/8d116959-d646-4481-83c4-addd053d16c9 used request id req-81afa242-986b-4090-8d1e-c0f1546afa2e 2018-10-04 14:52:39,700 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-2e00cca3-e5cb-4f4-proj 2018-10-04 14:52:39,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/fde4965601f3487f9974ac1f2d822abc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b1ebd95cccac6fec1e044f150aae68cfa48a7c" 2018-10-04 14:52:39,922 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:52:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a429bcd4-6ca8-4d80-92be-39bf3512edd5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:52:39,922 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/fde4965601f3487f9974ac1f2d822abc used request id req-a429bcd4-6ca8-4d80-92be-39bf3512edd5 2018-10-04 14:52:39,923 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-2e00cca3-e5cb-4f4-proj-role 2018-10-04 14:52:39,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/0db5300599a645b0b098ab71f4e40e71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b1ebd95cccac6fec1e044f150aae68cfa48a7c" 2018-10-04 14:52:40,044 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:52:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb85200b-956b-490a-9050-32a59937e652 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:52:40,045 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/0db5300599a645b0b098ab71f4e40e71 used request id req-fb85200b-956b-490a-9050-32a59937e652 2018-10-04 14:52:40,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b1ebd95cccac6fec1e044f150aae68cfa48a7c" 2018-10-04 14:52:40,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97ee8d3d-9053-40d1-8c04-7fc77995dbed Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:52:40,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-97ee8d3d-9053-40d1-8c04-7fc77995dbed 2018-10-04 14:52:40,128 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-2e00cca3-e5cb-4f4-user 2018-10-04 14:52:40,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/2bb3fdf29149471cbe2263aee922550b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91a9ee578b16711ebd1721e4d654c7355e82909" 2018-10-04 14:52:40,314 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:52:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-692fe22f-b7c8-4972-bcee-372e42f33bb8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:52:40,314 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/2bb3fdf29149471cbe2263aee922550b used request id req-692fe22f-b7c8-4972-bcee-372e42f33bb8 2018-10-04 14:52:40,316 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:40,703 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:52:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["u6ywnSt-Sl6BnyCgM0oiYA"], "issued_at": "2018-10-04T14:52:40.000000Z"}} 2018-10-04 14:52:40,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22d22930ebecb1dbd851b3d37c09fefc129f41a1" 2018-10-04 14:52:40,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a105a129-787a-4801-a0e6-cbbce769fb00 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:52:40,803 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a105a129-787a-4801-a0e6-cbbce769fb00 2018-10-04 14:52:40,804 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:52:40,806 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:41,213 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:52:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["h748muKCQdGOPN9673QQ2w"], "issued_at": "2018-10-04T14:52:41.000000Z"}} 2018-10-04 14:52:41,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2cad8bd37ca7af66b5b99f9fc40cb4989d14057" 2018-10-04 14:52:41,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7379d92a-d923-476b-8be1-279f7f8f5657 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:52:41,308 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7379d92a-d923-476b-8be1-279f7f8f5657 2018-10-04 14:52:41,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:52:41,318 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:52:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:52:41,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-2d462848-8123-4e2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2cad8bd37ca7af66b5b99f9fc40cb4989d14057" 2018-10-04 14:52:41,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6999f09-a093-49e0-bdce-7823829fbbab Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-2d462848-8123-4e2-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:52:41,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-2d462848-8123-4e2-proj used request id req-b6999f09-a093-49e0-bdce-7823829fbbab 2018-10-04 14:52:41,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2cad8bd37ca7af66b5b99f9fc40cb4989d14057" 2018-10-04 14:52:41,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e16d07f-a2f5-4819-a61b-be37540a2f9a Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:52:41,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-1e16d07f-a2f5-4819-a61b-be37540a2f9a 2018-10-04 14:52:41,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2cad8bd37ca7af66b5b99f9fc40cb4989d14057" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-2d462848-8123-4e2-proj"}}' 2018-10-04 14:52:41,621 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:52:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-517095ae-4aaf-4593-9d4f-ee3249e26a53 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e6f4f8e10e8e493583a633298b96cdbc"}, "enabled": true, "id": "e6f4f8e10e8e493583a633298b96cdbc", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-2d462848-8123-4e2-proj"}} 2018-10-04 14:52:41,621 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-517095ae-4aaf-4593-9d4f-ee3249e26a53 2018-10-04 14:52:41,621 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-2d462848-8123-4e2-proj 2018-10-04 14:52:41,622 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:52:41,622 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:42,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:52:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["SRDlPkuZQvO_uHBZYN7G4A"], "issued_at": "2018-10-04T14:52:42.000000Z"}} 2018-10-04 14:52:42,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}542b8607c671fcec10a142d4ff9a3e6ac1f1354d" 2018-10-04 14:52:42,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a03c65a0-0e98-4335-8414-d901f36dcac1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:52:42,023 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a03c65a0-0e98-4335-8414-d901f36dcac1 2018-10-04 14:52:42,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:52:42,032 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:52:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:52:42,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}542b8607c671fcec10a142d4ff9a3e6ac1f1354d" 2018-10-04 14:52:42,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb2c7ca0-bc3b-498f-91f3-c6675b2e3b91 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:52:42,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-bb2c7ca0-bc3b-498f-91f3-c6675b2e3b91 2018-10-04 14:52:42,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateImageSuccessTests-2d462848-8123-4e2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}542b8607c671fcec10a142d4ff9a3e6ac1f1354d" 2018-10-04 14:52:42,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d25477e-10b9-4ee8-a450-afc13badd28e Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateImageSuccessTests-2d462848-8123-4e2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e6f4f8e10e8e493583a633298b96cdbc"}, "enabled": true, "id": "e6f4f8e10e8e493583a633298b96cdbc", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-2d462848-8123-4e2-proj"}]} 2018-10-04 14:52:42,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateImageSuccessTests-2d462848-8123-4e2-proj used request id req-2d25477e-10b9-4ee8-a450-afc13badd28e 2018-10-04 14:52:42,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}542b8607c671fcec10a142d4ff9a3e6ac1f1354d" 2018-10-04 14:52:42,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae993a7e-f63c-4407-8930-2acc0deb70dc Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:52:42,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-ae993a7e-f63c-4407-8930-2acc0deb70dc 2018-10-04 14:52:42,691 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-2d462848-8123-4e2-user 2018-10-04 14:52:42,692 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:52:42,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2cad8bd37ca7af66b5b99f9fc40cb4989d14057" 2018-10-04 14:52:42,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95c1b081-21b3-40d8-b9b9-f025c0f5f172 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:52:42,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-95c1b081-21b3-40d8-b9b9-f025c0f5f172 2018-10-04 14:52:42,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2cad8bd37ca7af66b5b99f9fc40cb4989d14057" -d '{"role": {"name": "CreateImageSuccessTests-2d462848-8123-4e2-proj-role"}}' 2018-10-04 14:52:42,896 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:52:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94c1744c-5741-4ec2-bbd8-549a2b11a66c Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "160e7df14bf8438ca0c6590e42eee16d", "links": {"self": "http://172.30.9.23:5000/v3/roles/160e7df14bf8438ca0c6590e42eee16d"}, "name": "CreateImageSuccessTests-2d462848-8123-4e2-proj-role"}} 2018-10-04 14:52:42,896 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-94c1744c-5741-4ec2-bbd8-549a2b11a66c 2018-10-04 14:52:42,896 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-2d462848-8123-4e2-proj-role 2018-10-04 14:52:42,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/160e7df14bf8438ca0c6590e42eee16d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2cad8bd37ca7af66b5b99f9fc40cb4989d14057" 2018-10-04 14:52:42,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4faed7af-a0e8-47ba-8efe-47d617af1586 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/160e7df14bf8438ca0c6590e42eee16d"}, "domain_id": null, "name": "CreateImageSuccessTests-2d462848-8123-4e2-proj-role", "id": "160e7df14bf8438ca0c6590e42eee16d"}} 2018-10-04 14:52:42,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/160e7df14bf8438ca0c6590e42eee16d used request id req-4faed7af-a0e8-47ba-8efe-47d617af1586 2018-10-04 14:52:42,999 - keystone_utils - INFO - Granting role CreateImageSuccessTests-2d462848-8123-4e2-proj-role to project CreateImageSuccessTests-2d462848-8123-4e2-proj 2018-10-04 14:52:43,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/e6f4f8e10e8e493583a633298b96cdbc/users/a50c2c12126b4da580934a1cfd084bfe/roles/160e7df14bf8438ca0c6590e42eee16d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2cad8bd37ca7af66b5b99f9fc40cb4989d14057" 2018-10-04 14:52:43,138 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:52:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e43dd1de-4677-4e08-b514-02b02b95f6d5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:52:43,138 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/e6f4f8e10e8e493583a633298b96cdbc/users/a50c2c12126b4da580934a1cfd084bfe/roles/160e7df14bf8438ca0c6590e42eee16d used request id req-e43dd1de-4677-4e08-b514-02b02b95f6d5 2018-10-04 14:52:43,160 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 14:52:43,160 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:52:43,161 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:43,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "160e7df14bf8438ca0c6590e42eee16d", "name": "CreateImageSuccessTests-2d462848-8123-4e2-proj-role"}], "expires_at": "2018-10-04T15:52:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e6f4f8e10e8e493583a633298b96cdbc", "name": "CreateImageSuccessTests-2d462848-8123-4e2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/e6f4f8e10e8e493583a633298b96cdbc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/e6f4f8e10e8e493583a633298b96cdbc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/e6f4f8e10e8e493583a633298b96cdbc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/e6f4f8e10e8e493583a633298b96cdbc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/e6f4f8e10e8e493583a633298b96cdbc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/e6f4f8e10e8e493583a633298b96cdbc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e6f4f8e10e8e493583a633298b96cdbc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/e6f4f8e10e8e493583a633298b96cdbc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/e6f4f8e10e8e493583a633298b96cdbc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e6f4f8e10e8e493583a633298b96cdbc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/e6f4f8e10e8e493583a633298b96cdbc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/e6f4f8e10e8e493583a633298b96cdbc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-2d462848-8123-4e2-user", "id": "a50c2c12126b4da580934a1cfd084bfe"}, "audit_ids": ["E-eVLf-zTMSBt9yfPnZdGg"], "issued_at": "2018-10-04T14:52:43.000000Z"}} 2018-10-04 14:52:43,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c447973aeee71fee8c1dac6e8702d5b06fc2695" 2018-10-04 14:52:43,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96212946-6f2e-4803-b0bd-c5e9ad0d817c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:52:43,727 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-96212946-6f2e-4803-b0bd-c5e9ad0d817c 2018-10-04 14:52:43,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-d34e04d1-8bfd-4f7e-aa5e-a5d7a30901d4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c447973aeee71fee8c1dac6e8702d5b06fc2695" 2018-10-04 14:52:43,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-6b4f0e7d-28a8-4d56-94ed-b03d3cf20f7d Date: Thu, 04 Oct 2018 14:52:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-d34e04d1-8bfd-4f7e-aa5e-a5d7a30901d4"} 2018-10-04 14:52:43,916 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-d34e04d1-8bfd-4f7e-aa5e-a5d7a30901d4 used request id req-6b4f0e7d-28a8-4d56-94ed-b03d3cf20f7d 2018-10-04 14:52:43,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c447973aeee71fee8c1dac6e8702d5b06fc2695" 2018-10-04 14:52:44,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fa916b39-bf9f-4e45-872d-783fddf55b99 Date: Thu, 04 Oct 2018 14:52:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 14:52:44,059 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-fa916b39-bf9f-4e45-872d-783fddf55b99 2018-10-04 14:52:44,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8c447973aeee71fee8c1dac6e8702d5b06fc2695" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-d34e04d1-8bfd-4f7e-aa5e-a5d7a30901d4"}' 2018-10-04 14:52:44,300 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/24926420-382f-43e5-a678-2ede9bca5190 X-Openstack-Request-Id: req-556daef2-3822-4b40-bfcb-43fb78037e7f Date: Thu, 04 Oct 2018 14:52:44 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-d34e04d1-8bfd-4f7e-aa5e-a5d7a30901d4", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:52:44Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T14:52:44Z", "visibility": "shared", "locations": [], "self": "/v2/images/24926420-382f-43e5-a678-2ede9bca5190", "min_disk": 0, "protected": false, "id": "24926420-382f-43e5-a678-2ede9bca5190", "file": "/v2/images/24926420-382f-43e5-a678-2ede9bca5190/file", "checksum": null, "owner": "e6f4f8e10e8e493583a633298b96cdbc", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 14:52:44,300 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-556daef2-3822-4b40-bfcb-43fb78037e7f 2018-10-04 14:52:44,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/24926420-382f-43e5-a678-2ede9bca5190/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c447973aeee71fee8c1dac6e8702d5b06fc2695" -d '' 2018-10-04 14:52:46,061 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f78bcf63-4bf9-4595-9b08-9cc5360f6bf0 Date: Thu, 04 Oct 2018 14:52:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 14:52:46,061 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/24926420-382f-43e5-a678-2ede9bca5190/file used request id req-f78bcf63-4bf9-4595-9b08-9cc5360f6bf0 2018-10-04 14:52:46,062 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 14:52:46,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/24926420-382f-43e5-a678-2ede9bca5190 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c447973aeee71fee8c1dac6e8702d5b06fc2695" 2018-10-04 14:52:46,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-84e3472c-5078-47c8-ae0e-412b3ecb2bcc Date: Thu, 04 Oct 2018 14:52:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-d34e04d1-8bfd-4f7e-aa5e-a5d7a30901d4", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:52:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T14:52:45Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/24926420-382f-43e5-a678-2ede9bca5190/snap", "metadata": {}}], "self": "/v2/images/24926420-382f-43e5-a678-2ede9bca5190", "min_disk": 0, "protected": false, "id": "24926420-382f-43e5-a678-2ede9bca5190", "file": "/v2/images/24926420-382f-43e5-a678-2ede9bca5190/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e6f4f8e10e8e493583a633298b96cdbc", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/24926420-382f-43e5-a678-2ede9bca5190/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 14:52:46,221 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/24926420-382f-43e5-a678-2ede9bca5190 used request id req-84e3472c-5078-47c8-ae0e-412b3ecb2bcc 2018-10-04 14:52:46,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c447973aeee71fee8c1dac6e8702d5b06fc2695" 2018-10-04 14:52:46,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-82423aeb-9f62-4a38-affc-c6e87c6ce955 Date: Thu, 04 Oct 2018 14:52:46 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 14:52:46,390 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-82423aeb-9f62-4a38-affc-c6e87c6ce955 2018-10-04 14:52:46,393 - create_image - INFO - Created image with name - CreateImageSuccessTests-d34e04d1-8bfd-4f7e-aa5e-a5d7a30901d4 2018-10-04 14:52:46,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/24926420-382f-43e5-a678-2ede9bca5190 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c447973aeee71fee8c1dac6e8702d5b06fc2695" 2018-10-04 14:52:46,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-4b7cbe4f-16d5-4375-8333-3d45dc330590 Date: Thu, 04 Oct 2018 14:52:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-d34e04d1-8bfd-4f7e-aa5e-a5d7a30901d4", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:52:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T14:52:45Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/24926420-382f-43e5-a678-2ede9bca5190/snap", "metadata": {}}], "self": "/v2/images/24926420-382f-43e5-a678-2ede9bca5190", "min_disk": 0, "protected": false, "id": "24926420-382f-43e5-a678-2ede9bca5190", "file": "/v2/images/24926420-382f-43e5-a678-2ede9bca5190/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e6f4f8e10e8e493583a633298b96cdbc", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/24926420-382f-43e5-a678-2ede9bca5190/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 14:52:46,546 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/24926420-382f-43e5-a678-2ede9bca5190 used request id req-4b7cbe4f-16d5-4375-8333-3d45dc330590 2018-10-04 14:52:46,546 - create_image - DEBUG - Instance status is - active 2018-10-04 14:52:46,547 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-d34e04d1-8bfd-4f7e-aa5e-a5d7a30901d4 2018-10-04 14:52:46,547 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-d34e04d1-8bfd-4f7e-aa5e-a5d7a30901d4 2018-10-04 14:52:46,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:46,922 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "160e7df14bf8438ca0c6590e42eee16d", "name": "CreateImageSuccessTests-2d462848-8123-4e2-proj-role"}], "expires_at": "2018-10-04T15:52:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e6f4f8e10e8e493583a633298b96cdbc", "name": "CreateImageSuccessTests-2d462848-8123-4e2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/e6f4f8e10e8e493583a633298b96cdbc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/e6f4f8e10e8e493583a633298b96cdbc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/e6f4f8e10e8e493583a633298b96cdbc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/e6f4f8e10e8e493583a633298b96cdbc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/e6f4f8e10e8e493583a633298b96cdbc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/e6f4f8e10e8e493583a633298b96cdbc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e6f4f8e10e8e493583a633298b96cdbc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/e6f4f8e10e8e493583a633298b96cdbc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/e6f4f8e10e8e493583a633298b96cdbc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e6f4f8e10e8e493583a633298b96cdbc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/e6f4f8e10e8e493583a633298b96cdbc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/e6f4f8e10e8e493583a633298b96cdbc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-2d462848-8123-4e2-user", "id": "a50c2c12126b4da580934a1cfd084bfe"}, "audit_ids": ["ZD8NWXxFR-qR1P5FGRnIlg"], "issued_at": "2018-10-04T14:52:46.000000Z"}} 2018-10-04 14:52:46,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-d34e04d1-8bfd-4f7e-aa5e-a5d7a30901d4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8f6ab92ffb69a7ed2e63339a28232b898c11851b" 2018-10-04 14:52:47,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-aa4c182e-620d-4fa5-9f0d-9007f6a861da Date: Thu, 04 Oct 2018 14:52:47 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-d34e04d1-8bfd-4f7e-aa5e-a5d7a30901d4", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:52:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T14:52:45Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/24926420-382f-43e5-a678-2ede9bca5190/snap", "metadata": {}}], "self": "/v2/images/24926420-382f-43e5-a678-2ede9bca5190", "min_disk": 0, "protected": false, "id": "24926420-382f-43e5-a678-2ede9bca5190", "file": "/v2/images/24926420-382f-43e5-a678-2ede9bca5190/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e6f4f8e10e8e493583a633298b96cdbc", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/24926420-382f-43e5-a678-2ede9bca5190/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-d34e04d1-8bfd-4f7e-aa5e-a5d7a30901d4"} 2018-10-04 14:52:47,103 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-d34e04d1-8bfd-4f7e-aa5e-a5d7a30901d4 used request id req-aa4c182e-620d-4fa5-9f0d-9007f6a861da 2018-10-04 14:52:47,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8f6ab92ffb69a7ed2e63339a28232b898c11851b" 2018-10-04 14:52:47,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3f657961-c650-466b-b0cf-6aa890b622ce Date: Thu, 04 Oct 2018 14:52:47 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 14:52:47,267 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-3f657961-c650-466b-b0cf-6aa890b622ce 2018-10-04 14:52:47,270 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-d34e04d1-8bfd-4f7e-aa5e-a5d7a30901d4 2018-10-04 14:52:47,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/24926420-382f-43e5-a678-2ede9bca5190 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8f6ab92ffb69a7ed2e63339a28232b898c11851b" 2018-10-04 14:52:48,836 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2f69b7f2-ab7b-4c25-b578-79b1354867ba Date: Thu, 04 Oct 2018 14:52:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 14:52:48,836 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/24926420-382f-43e5-a678-2ede9bca5190 used request id req-2f69b7f2-ab7b-4c25-b578-79b1354867ba 2018-10-04 14:52:48,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-d34e04d1-8bfd-4f7e-aa5e-a5d7a30901d4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8f6ab92ffb69a7ed2e63339a28232b898c11851b" 2018-10-04 14:52:48,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-c0a10391-f10e-4b9b-9661-00fd2f451732 Date: Thu, 04 Oct 2018 14:52:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-d34e04d1-8bfd-4f7e-aa5e-a5d7a30901d4"} 2018-10-04 14:52:48,998 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-d34e04d1-8bfd-4f7e-aa5e-a5d7a30901d4 used request id req-c0a10391-f10e-4b9b-9661-00fd2f451732 2018-10-04 14:52:48,999 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-d34e04d1-8bfd-4f7e-aa5e-a5d7a30901d4 2018-10-04 14:52:49,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/24926420-382f-43e5-a678-2ede9bca5190 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c447973aeee71fee8c1dac6e8702d5b06fc2695" 2018-10-04 14:52:49,154 - keystoneauth.session - DEBUG - RESP: [404] Content-Length: 189 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-aceec6f3-1ee4-431f-b296-b5c92ab122db Date: Thu, 04 Oct 2018 14:52:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 14:52:49,155 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/24926420-382f-43e5-a678-2ede9bca5190 used request id req-aceec6f3-1ee4-431f-b296-b5c92ab122db 2018-10-04 14:52:49,155 - glanceclient.common.http - DEBUG - Request returned failure status 404. 2018-10-04 14:52:49,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2cad8bd37ca7af66b5b99f9fc40cb4989d14057" 2018-10-04 14:52:49,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9e85f127-37b7-4949-b523-1ab061bd7780 Date: Thu, 04 Oct 2018 14:52:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:52:49,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-9e85f127-37b7-4949-b523-1ab061bd7780 2018-10-04 14:52:49,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2cad8bd37ca7af66b5b99f9fc40cb4989d14057" 2018-10-04 14:52:49,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58ccc158-4c9c-4424-8879-c5cc87688f46 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:52:49,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-58ccc158-4c9c-4424-8879-c5cc87688f46 2018-10-04 14:52:49,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2cad8bd37ca7af66b5b99f9fc40cb4989d14057" 2018-10-04 14:52:49,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f30d39e6-ea0d-4e29-a834-281330f8f633 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:52:49,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-f30d39e6-ea0d-4e29-a834-281330f8f633 2018-10-04 14:52:49,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2cad8bd37ca7af66b5b99f9fc40cb4989d14057" 2018-10-04 14:52:49,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e0b6f15-4a0e-4253-b42a-953892268522 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:52:49,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-8e0b6f15-4a0e-4253-b42a-953892268522 2018-10-04 14:52:49,646 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-2d462848-8123-4e2-proj 2018-10-04 14:52:49,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/e6f4f8e10e8e493583a633298b96cdbc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2cad8bd37ca7af66b5b99f9fc40cb4989d14057" 2018-10-04 14:52:49,850 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:52:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f70f8a1c-9643-4e87-898c-ca4ff05db4fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:52:49,850 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/e6f4f8e10e8e493583a633298b96cdbc used request id req-f70f8a1c-9643-4e87-898c-ca4ff05db4fb 2018-10-04 14:52:49,850 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-2d462848-8123-4e2-proj-role 2018-10-04 14:52:49,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/160e7df14bf8438ca0c6590e42eee16d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2cad8bd37ca7af66b5b99f9fc40cb4989d14057" 2018-10-04 14:52:49,955 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:52:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6413b514-73e7-4924-a419-eb458e682d33 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:52:49,955 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/160e7df14bf8438ca0c6590e42eee16d used request id req-6413b514-73e7-4924-a419-eb458e682d33 2018-10-04 14:52:49,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2cad8bd37ca7af66b5b99f9fc40cb4989d14057" 2018-10-04 14:52:50,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab176489-2097-4f51-980b-f63fcc20dd2b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:52:50,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ab176489-2097-4f51-980b-f63fcc20dd2b 2018-10-04 14:52:50,050 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-2d462848-8123-4e2-user 2018-10-04 14:52:50,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/a50c2c12126b4da580934a1cfd084bfe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}542b8607c671fcec10a142d4ff9a3e6ac1f1354d" 2018-10-04 14:52:50,216 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:52:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a242a26-e75c-419c-bb20-bdd064431749 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:52:50,216 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/a50c2c12126b4da580934a1cfd084bfe used request id req-6a242a26-e75c-419c-bb20-bdd064431749 2018-10-04 14:52:50,218 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:50,600 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:52:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["jzctl7LFTECKbcrYO81qmQ"], "issued_at": "2018-10-04T14:52:50.000000Z"}} 2018-10-04 14:52:50,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a85425378cdc4eee255f5b0eb91cee96c7849f10" 2018-10-04 14:52:50,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba69b7ae-6f72-448c-b86b-e39231873ebd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:52:50,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ba69b7ae-6f72-448c-b86b-e39231873ebd 2018-10-04 14:52:50,695 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:52:50,696 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:51,080 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:52:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["7O2wEy4TQQSve0LoJ--GCg"], "issued_at": "2018-10-04T14:52:51.000000Z"}} 2018-10-04 14:52:51,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9116068f49ff5b5e79644c188e025b78c40a0ddf" 2018-10-04 14:52:51,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-503746bd-f132-436e-aa5b-000df6d3859b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:52:51,171 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-503746bd-f132-436e-aa5b-000df6d3859b 2018-10-04 14:52:51,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:52:51,181 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:52:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:52:51,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-659467ab-8d95-421-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9116068f49ff5b5e79644c188e025b78c40a0ddf" 2018-10-04 14:52:51,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-848d9f98-0121-44f1-991b-73d7a5a2b52b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-659467ab-8d95-421-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:52:51,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-659467ab-8d95-421-proj used request id req-848d9f98-0121-44f1-991b-73d7a5a2b52b 2018-10-04 14:52:51,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9116068f49ff5b5e79644c188e025b78c40a0ddf" 2018-10-04 14:52:51,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3af4dbe5-b7ed-403e-be99-6bce3650214b Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:52:51,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-3af4dbe5-b7ed-403e-be99-6bce3650214b 2018-10-04 14:52:51,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9116068f49ff5b5e79644c188e025b78c40a0ddf" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-659467ab-8d95-421-proj"}}' 2018-10-04 14:52:51,482 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:52:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c903cddb-726e-4d46-ae6a-5de0eca3c2d9 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8d4fac0aa7064e65911b9f17d96b1b20"}, "enabled": true, "id": "8d4fac0aa7064e65911b9f17d96b1b20", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-659467ab-8d95-421-proj"}} 2018-10-04 14:52:51,482 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-c903cddb-726e-4d46-ae6a-5de0eca3c2d9 2018-10-04 14:52:51,483 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-659467ab-8d95-421-proj 2018-10-04 14:52:51,483 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:52:51,484 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:51,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:52:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["PaT8c2zwQvukfgB8mEvVlg"], "issued_at": "2018-10-04T14:52:51.000000Z"}} 2018-10-04 14:52:51,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75910c58c89b5167a1acc083ce18e32f01c4829a" 2018-10-04 14:52:51,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80bd96d2-58d4-4248-8d64-41a087569f4a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:52:51,946 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-80bd96d2-58d4-4248-8d64-41a087569f4a 2018-10-04 14:52:51,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:52:51,956 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:52:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:52:51,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75910c58c89b5167a1acc083ce18e32f01c4829a" 2018-10-04 14:52:52,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0c71e8e-dc7b-44e2-9b83-a85b400f5ac2 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:52:52,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-d0c71e8e-dc7b-44e2-9b83-a85b400f5ac2 2018-10-04 14:52:52,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateImageSuccessTests-659467ab-8d95-421-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75910c58c89b5167a1acc083ce18e32f01c4829a" 2018-10-04 14:52:52,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a472947c-6edc-4ae2-96e5-00e2bc8d2fdf Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateImageSuccessTests-659467ab-8d95-421-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8d4fac0aa7064e65911b9f17d96b1b20"}, "enabled": true, "id": "8d4fac0aa7064e65911b9f17d96b1b20", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-659467ab-8d95-421-proj"}]} 2018-10-04 14:52:52,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateImageSuccessTests-659467ab-8d95-421-proj used request id req-a472947c-6edc-4ae2-96e5-00e2bc8d2fdf 2018-10-04 14:52:52,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75910c58c89b5167a1acc083ce18e32f01c4829a" 2018-10-04 14:52:52,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19d90ccd-8b78-49dc-9126-e807039a8f57 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:52:52,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-19d90ccd-8b78-49dc-9126-e807039a8f57 2018-10-04 14:52:52,614 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-659467ab-8d95-421-user 2018-10-04 14:52:52,615 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:52:52,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9116068f49ff5b5e79644c188e025b78c40a0ddf" 2018-10-04 14:52:52,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cde7ba1-fd86-436d-b25e-50b00b5f3d5c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:52:52,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3cde7ba1-fd86-436d-b25e-50b00b5f3d5c 2018-10-04 14:52:52,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9116068f49ff5b5e79644c188e025b78c40a0ddf" -d '{"role": {"name": "CreateImageSuccessTests-659467ab-8d95-421-proj-role"}}' 2018-10-04 14:52:52,835 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:52:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-849510a6-76e4-4bbc-a1fb-e9809b9765f8 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ce6117bb77f842e099783cb563ce1e26", "links": {"self": "http://172.30.9.23:5000/v3/roles/ce6117bb77f842e099783cb563ce1e26"}, "name": "CreateImageSuccessTests-659467ab-8d95-421-proj-role"}} 2018-10-04 14:52:52,835 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-849510a6-76e4-4bbc-a1fb-e9809b9765f8 2018-10-04 14:52:52,835 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-659467ab-8d95-421-proj-role 2018-10-04 14:52:52,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/ce6117bb77f842e099783cb563ce1e26 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9116068f49ff5b5e79644c188e025b78c40a0ddf" 2018-10-04 14:52:52,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10a5a8cd-c3f4-4278-b097-e3b5b135c8da Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/ce6117bb77f842e099783cb563ce1e26"}, "domain_id": null, "name": "CreateImageSuccessTests-659467ab-8d95-421-proj-role", "id": "ce6117bb77f842e099783cb563ce1e26"}} 2018-10-04 14:52:52,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/ce6117bb77f842e099783cb563ce1e26 used request id req-10a5a8cd-c3f4-4278-b097-e3b5b135c8da 2018-10-04 14:52:52,856 - keystone_utils - INFO - Granting role CreateImageSuccessTests-659467ab-8d95-421-proj-role to project CreateImageSuccessTests-659467ab-8d95-421-proj 2018-10-04 14:52:52,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/8d4fac0aa7064e65911b9f17d96b1b20/users/08bfbbfb630d4f539bb1efef3d46ba44/roles/ce6117bb77f842e099783cb563ce1e26 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9116068f49ff5b5e79644c188e025b78c40a0ddf" 2018-10-04 14:52:52,981 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:52:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4b480c5-c309-45e2-825d-904611a74283 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:52:52,981 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/8d4fac0aa7064e65911b9f17d96b1b20/users/08bfbbfb630d4f539bb1efef3d46ba44/roles/ce6117bb77f842e099783cb563ce1e26 used request id req-c4b480c5-c309-45e2-825d-904611a74283 2018-10-04 14:52:52,982 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 14:52:52,982 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:52:52,983 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:53,359 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ce6117bb77f842e099783cb563ce1e26", "name": "CreateImageSuccessTests-659467ab-8d95-421-proj-role"}], "expires_at": "2018-10-04T15:52:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8d4fac0aa7064e65911b9f17d96b1b20", "name": "CreateImageSuccessTests-659467ab-8d95-421-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/8d4fac0aa7064e65911b9f17d96b1b20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/8d4fac0aa7064e65911b9f17d96b1b20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/8d4fac0aa7064e65911b9f17d96b1b20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8d4fac0aa7064e65911b9f17d96b1b20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/8d4fac0aa7064e65911b9f17d96b1b20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/8d4fac0aa7064e65911b9f17d96b1b20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/8d4fac0aa7064e65911b9f17d96b1b20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/8d4fac0aa7064e65911b9f17d96b1b20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/8d4fac0aa7064e65911b9f17d96b1b20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8d4fac0aa7064e65911b9f17d96b1b20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/8d4fac0aa7064e65911b9f17d96b1b20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/8d4fac0aa7064e65911b9f17d96b1b20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-659467ab-8d95-421-user", "id": "08bfbbfb630d4f539bb1efef3d46ba44"}, "audit_ids": ["qpq_mMndQTGwWP9Yp4H_EA"], "issued_at": "2018-10-04T14:52:53.000000Z"}} 2018-10-04 14:52:53,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f62eab0f13c513dd3072498c416e41afa07f7f64" 2018-10-04 14:52:53,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00488874-0418-423a-8cdb-ff4a5f861030 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:52:53,435 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-00488874-0418-423a-8cdb-ff4a5f861030 2018-10-04 14:52:53,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-18cd6d8d-dbc0-46dc-b962-d5824e2eb111 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f62eab0f13c513dd3072498c416e41afa07f7f64" 2018-10-04 14:52:53,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-c7f3cff2-614f-4059-805e-a44ebb11514a Date: Thu, 04 Oct 2018 14:52:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-18cd6d8d-dbc0-46dc-b962-d5824e2eb111"} 2018-10-04 14:52:53,603 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-18cd6d8d-dbc0-46dc-b962-d5824e2eb111 used request id req-c7f3cff2-614f-4059-805e-a44ebb11514a 2018-10-04 14:52:53,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f62eab0f13c513dd3072498c416e41afa07f7f64" 2018-10-04 14:52:53,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5930014b-ea12-4862-8b2a-4d42800e7b90 Date: Thu, 04 Oct 2018 14:52:53 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 14:52:53,768 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-5930014b-ea12-4862-8b2a-4d42800e7b90 2018-10-04 14:52:53,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f62eab0f13c513dd3072498c416e41afa07f7f64" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-18cd6d8d-dbc0-46dc-b962-d5824e2eb111"}' 2018-10-04 14:52:53,994 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/7cc4be89-05e2-4a3c-a514-1ed3b635f0cc X-Openstack-Request-Id: req-4dec9aa1-77b5-44df-ad52-12161b8c4ea9 Date: Thu, 04 Oct 2018 14:52:53 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-18cd6d8d-dbc0-46dc-b962-d5824e2eb111", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:52:53Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T14:52:53Z", "visibility": "shared", "locations": [], "self": "/v2/images/7cc4be89-05e2-4a3c-a514-1ed3b635f0cc", "min_disk": 0, "protected": false, "id": "7cc4be89-05e2-4a3c-a514-1ed3b635f0cc", "file": "/v2/images/7cc4be89-05e2-4a3c-a514-1ed3b635f0cc/file", "checksum": null, "owner": "8d4fac0aa7064e65911b9f17d96b1b20", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 14:52:53,994 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-4dec9aa1-77b5-44df-ad52-12161b8c4ea9 2018-10-04 14:52:54,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/7cc4be89-05e2-4a3c-a514-1ed3b635f0cc/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f62eab0f13c513dd3072498c416e41afa07f7f64" -d '' 2018-10-04 14:52:55,246 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-eeb27459-ef44-4bcd-a35c-c9318b44f7a8 Date: Thu, 04 Oct 2018 14:52:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 14:52:55,246 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/7cc4be89-05e2-4a3c-a514-1ed3b635f0cc/file used request id req-eeb27459-ef44-4bcd-a35c-c9318b44f7a8 2018-10-04 14:52:55,247 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 14:52:55,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/7cc4be89-05e2-4a3c-a514-1ed3b635f0cc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f62eab0f13c513dd3072498c416e41afa07f7f64" 2018-10-04 14:52:55,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-523ef315-230f-44b2-a542-246e649c14c6 Date: Thu, 04 Oct 2018 14:52:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-18cd6d8d-dbc0-46dc-b962-d5824e2eb111", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:52:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T14:52:55Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7cc4be89-05e2-4a3c-a514-1ed3b635f0cc/snap", "metadata": {}}], "self": "/v2/images/7cc4be89-05e2-4a3c-a514-1ed3b635f0cc", "min_disk": 0, "protected": false, "id": "7cc4be89-05e2-4a3c-a514-1ed3b635f0cc", "file": "/v2/images/7cc4be89-05e2-4a3c-a514-1ed3b635f0cc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8d4fac0aa7064e65911b9f17d96b1b20", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7cc4be89-05e2-4a3c-a514-1ed3b635f0cc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 14:52:55,419 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/7cc4be89-05e2-4a3c-a514-1ed3b635f0cc used request id req-523ef315-230f-44b2-a542-246e649c14c6 2018-10-04 14:52:55,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f62eab0f13c513dd3072498c416e41afa07f7f64" 2018-10-04 14:52:55,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-401b793f-79fd-4fd6-ac91-0ed83c198bcd Date: Thu, 04 Oct 2018 14:52:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 14:52:55,577 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-401b793f-79fd-4fd6-ac91-0ed83c198bcd 2018-10-04 14:52:55,580 - create_image - INFO - Created image with name - CreateImageSuccessTests-18cd6d8d-dbc0-46dc-b962-d5824e2eb111 2018-10-04 14:52:55,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/7cc4be89-05e2-4a3c-a514-1ed3b635f0cc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f62eab0f13c513dd3072498c416e41afa07f7f64" 2018-10-04 14:52:55,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-12616a27-b9d2-4b7a-9f7d-1cfdaef1bcf5 Date: Thu, 04 Oct 2018 14:52:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-18cd6d8d-dbc0-46dc-b962-d5824e2eb111", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:52:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T14:52:55Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7cc4be89-05e2-4a3c-a514-1ed3b635f0cc/snap", "metadata": {}}], "self": "/v2/images/7cc4be89-05e2-4a3c-a514-1ed3b635f0cc", "min_disk": 0, "protected": false, "id": "7cc4be89-05e2-4a3c-a514-1ed3b635f0cc", "file": "/v2/images/7cc4be89-05e2-4a3c-a514-1ed3b635f0cc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8d4fac0aa7064e65911b9f17d96b1b20", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7cc4be89-05e2-4a3c-a514-1ed3b635f0cc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 14:52:55,829 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/7cc4be89-05e2-4a3c-a514-1ed3b635f0cc used request id req-12616a27-b9d2-4b7a-9f7d-1cfdaef1bcf5 2018-10-04 14:52:55,829 - create_image - DEBUG - Instance status is - active 2018-10-04 14:52:55,829 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-18cd6d8d-dbc0-46dc-b962-d5824e2eb111 2018-10-04 14:52:55,830 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-18cd6d8d-dbc0-46dc-b962-d5824e2eb111 2018-10-04 14:52:55,830 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:56,214 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ce6117bb77f842e099783cb563ce1e26", "name": "CreateImageSuccessTests-659467ab-8d95-421-proj-role"}], "expires_at": "2018-10-04T15:52:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8d4fac0aa7064e65911b9f17d96b1b20", "name": "CreateImageSuccessTests-659467ab-8d95-421-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/8d4fac0aa7064e65911b9f17d96b1b20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/8d4fac0aa7064e65911b9f17d96b1b20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/8d4fac0aa7064e65911b9f17d96b1b20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8d4fac0aa7064e65911b9f17d96b1b20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/8d4fac0aa7064e65911b9f17d96b1b20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/8d4fac0aa7064e65911b9f17d96b1b20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/8d4fac0aa7064e65911b9f17d96b1b20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/8d4fac0aa7064e65911b9f17d96b1b20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/8d4fac0aa7064e65911b9f17d96b1b20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8d4fac0aa7064e65911b9f17d96b1b20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/8d4fac0aa7064e65911b9f17d96b1b20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/8d4fac0aa7064e65911b9f17d96b1b20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-659467ab-8d95-421-user", "id": "08bfbbfb630d4f539bb1efef3d46ba44"}, "audit_ids": ["CWkpMNHtSeCY1DPS3uKLkg"], "issued_at": "2018-10-04T14:52:56.000000Z"}} 2018-10-04 14:52:56,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-18cd6d8d-dbc0-46dc-b962-d5824e2eb111 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}437cb8ae57a5d80ccd01d1f247b83e979796ee7a" 2018-10-04 14:52:56,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-e93e55aa-20a7-4030-8c17-45fc16dd3028 Date: Thu, 04 Oct 2018 14:52:56 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-18cd6d8d-dbc0-46dc-b962-d5824e2eb111", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:52:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T14:52:55Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7cc4be89-05e2-4a3c-a514-1ed3b635f0cc/snap", "metadata": {}}], "self": "/v2/images/7cc4be89-05e2-4a3c-a514-1ed3b635f0cc", "min_disk": 0, "protected": false, "id": "7cc4be89-05e2-4a3c-a514-1ed3b635f0cc", "file": "/v2/images/7cc4be89-05e2-4a3c-a514-1ed3b635f0cc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8d4fac0aa7064e65911b9f17d96b1b20", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7cc4be89-05e2-4a3c-a514-1ed3b635f0cc/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-18cd6d8d-dbc0-46dc-b962-d5824e2eb111"} 2018-10-04 14:52:56,409 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-18cd6d8d-dbc0-46dc-b962-d5824e2eb111 used request id req-e93e55aa-20a7-4030-8c17-45fc16dd3028 2018-10-04 14:52:56,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}437cb8ae57a5d80ccd01d1f247b83e979796ee7a" 2018-10-04 14:52:56,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ef97ca2a-0cf4-454d-b415-a5301ca443c9 Date: Thu, 04 Oct 2018 14:52:56 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 14:52:56,555 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-ef97ca2a-0cf4-454d-b415-a5301ca443c9 2018-10-04 14:52:56,558 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-18cd6d8d-dbc0-46dc-b962-d5824e2eb111 2018-10-04 14:52:56,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/7cc4be89-05e2-4a3c-a514-1ed3b635f0cc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f62eab0f13c513dd3072498c416e41afa07f7f64" 2018-10-04 14:52:57,572 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-37db55bb-5adf-4421-81e1-5aa251e5464a Date: Thu, 04 Oct 2018 14:52:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 14:52:57,572 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/7cc4be89-05e2-4a3c-a514-1ed3b635f0cc used request id req-37db55bb-5adf-4421-81e1-5aa251e5464a 2018-10-04 14:52:57,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9116068f49ff5b5e79644c188e025b78c40a0ddf" 2018-10-04 14:52:57,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-1962b714-26a5-46d0-80eb-32b579958773 Date: Thu, 04 Oct 2018 14:52:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:52:57,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-1962b714-26a5-46d0-80eb-32b579958773 2018-10-04 14:52:57,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9116068f49ff5b5e79644c188e025b78c40a0ddf" 2018-10-04 14:52:57,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88f57aa4-eea6-4f8b-85e6-4ba3a10cf91f Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:52:57,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-88f57aa4-eea6-4f8b-85e6-4ba3a10cf91f 2018-10-04 14:52:57,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9116068f49ff5b5e79644c188e025b78c40a0ddf" 2018-10-04 14:52:57,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6be76d7-ac9c-49a6-b6c6-2c56ab6c1a7a Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:52:57,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-d6be76d7-ac9c-49a6-b6c6-2c56ab6c1a7a 2018-10-04 14:52:57,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9116068f49ff5b5e79644c188e025b78c40a0ddf" 2018-10-04 14:52:58,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-320dd89b-50d7-4679-a070-e4606609608a Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:52:58,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-320dd89b-50d7-4679-a070-e4606609608a 2018-10-04 14:52:58,075 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-659467ab-8d95-421-proj 2018-10-04 14:52:58,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/8d4fac0aa7064e65911b9f17d96b1b20 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9116068f49ff5b5e79644c188e025b78c40a0ddf" 2018-10-04 14:52:58,269 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:52:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14fd0b5a-2d59-4a68-b2de-23ef55f64314 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:52:58,269 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/8d4fac0aa7064e65911b9f17d96b1b20 used request id req-14fd0b5a-2d59-4a68-b2de-23ef55f64314 2018-10-04 14:52:58,269 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-659467ab-8d95-421-proj-role 2018-10-04 14:52:58,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/ce6117bb77f842e099783cb563ce1e26 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9116068f49ff5b5e79644c188e025b78c40a0ddf" 2018-10-04 14:52:58,386 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:52:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97fbca60-4a5f-4658-aed4-cfae8004de52 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:52:58,386 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/ce6117bb77f842e099783cb563ce1e26 used request id req-97fbca60-4a5f-4658-aed4-cfae8004de52 2018-10-04 14:52:58,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9116068f49ff5b5e79644c188e025b78c40a0ddf" 2018-10-04 14:52:58,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7a96b04-1fc8-42f1-80e1-2e6bd89ec4a8 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:52:58,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d7a96b04-1fc8-42f1-80e1-2e6bd89ec4a8 2018-10-04 14:52:58,485 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-659467ab-8d95-421-user 2018-10-04 14:52:58,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/08bfbbfb630d4f539bb1efef3d46ba44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75910c58c89b5167a1acc083ce18e32f01c4829a" 2018-10-04 14:52:58,738 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:52:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-705a7b44-8f8f-4894-9b67-2f4facdf5159 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:52:58,739 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/08bfbbfb630d4f539bb1efef3d46ba44 used request id req-705a7b44-8f8f-4894-9b67-2f4facdf5159 2018-10-04 14:52:58,740 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:59,115 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:52:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["iL7IEYrBTv2YPekdIhMEsw"], "issued_at": "2018-10-04T14:52:59.000000Z"}} 2018-10-04 14:52:59,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8191ea12944a2ee3d67056f66d9ca3f64fbb2b" 2018-10-04 14:52:59,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d75ea16-90ea-4889-85ea-4b00e450cc84 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:52:59,197 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9d75ea16-90ea-4889-85ea-4b00e450cc84 2018-10-04 14:52:59,198 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:52:59,199 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:52:59,584 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:52:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["FfaGF3jYTqal8Czgv2MUJw"], "issued_at": "2018-10-04T14:52:59.000000Z"}} 2018-10-04 14:52:59,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e488d7749104da1069b9bfe576ae6be9c5c048" 2018-10-04 14:52:59,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaac5077-4b43-418e-8b97-1d3410ba3048 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:52:59,671 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-eaac5077-4b43-418e-8b97-1d3410ba3048 2018-10-04 14:52:59,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:52:59,681 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:52:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:52:59,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-dc2d80a5-c4e7-4fa-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e488d7749104da1069b9bfe576ae6be9c5c048" 2018-10-04 14:52:59,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac279801-0416-4928-be52-bdc553e87aac Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-dc2d80a5-c4e7-4fa-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:52:59,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-dc2d80a5-c4e7-4fa-proj used request id req-ac279801-0416-4928-be52-bdc553e87aac 2018-10-04 14:52:59,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e488d7749104da1069b9bfe576ae6be9c5c048" 2018-10-04 14:52:59,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:52:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77fffed7-6ff1-4b46-8e07-435c85b9fb44 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:52:59,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-77fffed7-6ff1-4b46-8e07-435c85b9fb44 2018-10-04 14:52:59,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e488d7749104da1069b9bfe576ae6be9c5c048" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-dc2d80a5-c4e7-4fa-proj"}}' 2018-10-04 14:52:59,973 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:52:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4a7dab0-07ea-43c2-91fa-6e1fd7089107 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f72a0cec8edc46f9a932e887faa697ff"}, "enabled": true, "id": "f72a0cec8edc46f9a932e887faa697ff", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-dc2d80a5-c4e7-4fa-proj"}} 2018-10-04 14:52:59,973 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-b4a7dab0-07ea-43c2-91fa-6e1fd7089107 2018-10-04 14:52:59,973 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-dc2d80a5-c4e7-4fa-proj 2018-10-04 14:52:59,974 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:52:59,974 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:00,368 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:53:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["Yvu6g4VsRPSjSfMBoZoNPw"], "issued_at": "2018-10-04T14:53:00.000000Z"}} 2018-10-04 14:53:00,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1475dc2dc77a3ab74e314775ef705793d802833f" 2018-10-04 14:53:00,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98ca70f2-dff2-4dd7-971a-286078f7f5e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:00,381 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-98ca70f2-dff2-4dd7-971a-286078f7f5e2 2018-10-04 14:53:00,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:53:00,391 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:53:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:53:00,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1475dc2dc77a3ab74e314775ef705793d802833f" 2018-10-04 14:53:00,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e3038df-4647-43c2-a497-7421691a2bab Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:53:00,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-2e3038df-4647-43c2-a497-7421691a2bab 2018-10-04 14:53:00,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateImageSuccessTests-dc2d80a5-c4e7-4fa-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1475dc2dc77a3ab74e314775ef705793d802833f" 2018-10-04 14:53:00,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74f80a86-70c8-40e9-bef9-ffdf1736909f Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateImageSuccessTests-dc2d80a5-c4e7-4fa-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f72a0cec8edc46f9a932e887faa697ff"}, "enabled": true, "id": "f72a0cec8edc46f9a932e887faa697ff", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-dc2d80a5-c4e7-4fa-proj"}]} 2018-10-04 14:53:00,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateImageSuccessTests-dc2d80a5-c4e7-4fa-proj used request id req-74f80a86-70c8-40e9-bef9-ffdf1736909f 2018-10-04 14:53:00,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1475dc2dc77a3ab74e314775ef705793d802833f" 2018-10-04 14:53:00,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfda01f0-2455-4954-9d46-2ab2a33ecdb5 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:53:00,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-dfda01f0-2455-4954-9d46-2ab2a33ecdb5 2018-10-04 14:53:00,960 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-dc2d80a5-c4e7-4fa-user 2018-10-04 14:53:00,961 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:00,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e488d7749104da1069b9bfe576ae6be9c5c048" 2018-10-04 14:53:01,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03260021-f51a-4e83-9ea5-5f7041d60419 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:53:01,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-03260021-f51a-4e83-9ea5-5f7041d60419 2018-10-04 14:53:01,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e488d7749104da1069b9bfe576ae6be9c5c048" -d '{"role": {"name": "CreateImageSuccessTests-dc2d80a5-c4e7-4fa-proj-role"}}' 2018-10-04 14:53:01,147 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:53:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68efba32-3094-4a5c-a046-94ddbfd9621e Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "19f96e4963534ff5bf8560f6e0adf1c5", "links": {"self": "http://172.30.9.23:5000/v3/roles/19f96e4963534ff5bf8560f6e0adf1c5"}, "name": "CreateImageSuccessTests-dc2d80a5-c4e7-4fa-proj-role"}} 2018-10-04 14:53:01,147 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-68efba32-3094-4a5c-a046-94ddbfd9621e 2018-10-04 14:53:01,147 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-dc2d80a5-c4e7-4fa-proj-role 2018-10-04 14:53:01,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/19f96e4963534ff5bf8560f6e0adf1c5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e488d7749104da1069b9bfe576ae6be9c5c048" 2018-10-04 14:53:01,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ddc877f-950d-403e-b386-6272a37dd4f2 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/19f96e4963534ff5bf8560f6e0adf1c5"}, "domain_id": null, "name": "CreateImageSuccessTests-dc2d80a5-c4e7-4fa-proj-role", "id": "19f96e4963534ff5bf8560f6e0adf1c5"}} 2018-10-04 14:53:01,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/19f96e4963534ff5bf8560f6e0adf1c5 used request id req-5ddc877f-950d-403e-b386-6272a37dd4f2 2018-10-04 14:53:01,237 - keystone_utils - INFO - Granting role CreateImageSuccessTests-dc2d80a5-c4e7-4fa-proj-role to project CreateImageSuccessTests-dc2d80a5-c4e7-4fa-proj 2018-10-04 14:53:01,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/f72a0cec8edc46f9a932e887faa697ff/users/e9c2941e24704fc2ad26da07494dcfb7/roles/19f96e4963534ff5bf8560f6e0adf1c5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e488d7749104da1069b9bfe576ae6be9c5c048" 2018-10-04 14:53:01,354 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-608f32a8-1cfd-4e5c-a212-b87ac7fa96f0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:01,354 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/f72a0cec8edc46f9a932e887faa697ff/users/e9c2941e24704fc2ad26da07494dcfb7/roles/19f96e4963534ff5bf8560f6e0adf1c5 used request id req-608f32a8-1cfd-4e5c-a212-b87ac7fa96f0 2018-10-04 14:53:01,355 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 14:53:01,355 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:01,356 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:01,730 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "19f96e4963534ff5bf8560f6e0adf1c5", "name": "CreateImageSuccessTests-dc2d80a5-c4e7-4fa-proj-role"}], "expires_at": "2018-10-04T15:53:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f72a0cec8edc46f9a932e887faa697ff", "name": "CreateImageSuccessTests-dc2d80a5-c4e7-4fa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/f72a0cec8edc46f9a932e887faa697ff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/f72a0cec8edc46f9a932e887faa697ff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/f72a0cec8edc46f9a932e887faa697ff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f72a0cec8edc46f9a932e887faa697ff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/f72a0cec8edc46f9a932e887faa697ff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/f72a0cec8edc46f9a932e887faa697ff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/f72a0cec8edc46f9a932e887faa697ff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/f72a0cec8edc46f9a932e887faa697ff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/f72a0cec8edc46f9a932e887faa697ff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f72a0cec8edc46f9a932e887faa697ff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/f72a0cec8edc46f9a932e887faa697ff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/f72a0cec8edc46f9a932e887faa697ff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-dc2d80a5-c4e7-4fa-user", "id": "e9c2941e24704fc2ad26da07494dcfb7"}, "audit_ids": ["56JHhLhGR-OlxwMHqvu2Hw"], "issued_at": "2018-10-04T14:53:01.000000Z"}} 2018-10-04 14:53:01,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e48b239b500cbd2b235deb32d40c587fc78450d" 2018-10-04 14:53:01,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8c167fa-b043-4373-ad09-5322041dff32 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:01,810 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f8c167fa-b043-4373-ad09-5322041dff32 2018-10-04 14:53:01,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-2c9fb0ec-7dd8-4b58-8431-f7f67924c0af -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4e48b239b500cbd2b235deb32d40c587fc78450d" 2018-10-04 14:53:01,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-e282a1f5-6140-4691-b868-1cef752bf317 Date: Thu, 04 Oct 2018 14:53:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-2c9fb0ec-7dd8-4b58-8431-f7f67924c0af"} 2018-10-04 14:53:01,982 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-2c9fb0ec-7dd8-4b58-8431-f7f67924c0af used request id req-e282a1f5-6140-4691-b868-1cef752bf317 2018-10-04 14:53:01,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4e48b239b500cbd2b235deb32d40c587fc78450d" 2018-10-04 14:53:02,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a0ce5a1d-e5bb-4769-9772-4c6abb30923c Date: Thu, 04 Oct 2018 14:53:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 14:53:02,141 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-a0ce5a1d-e5bb-4769-9772-4c6abb30923c 2018-10-04 14:53:02,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4e48b239b500cbd2b235deb32d40c587fc78450d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-2c9fb0ec-7dd8-4b58-8431-f7f67924c0af"}' 2018-10-04 14:53:02,423 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/0720823a-30c4-45d6-815b-6f4651412503 X-Openstack-Request-Id: req-eb24619f-a586-44f5-9392-2c7fd246a85f Date: Thu, 04 Oct 2018 14:53:02 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-2c9fb0ec-7dd8-4b58-8431-f7f67924c0af", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:53:02Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T14:53:02Z", "visibility": "shared", "locations": [], "self": "/v2/images/0720823a-30c4-45d6-815b-6f4651412503", "min_disk": 0, "protected": false, "id": "0720823a-30c4-45d6-815b-6f4651412503", "file": "/v2/images/0720823a-30c4-45d6-815b-6f4651412503/file", "checksum": null, "owner": "f72a0cec8edc46f9a932e887faa697ff", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 14:53:02,423 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-eb24619f-a586-44f5-9392-2c7fd246a85f 2018-10-04 14:53:02,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/0720823a-30c4-45d6-815b-6f4651412503/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4e48b239b500cbd2b235deb32d40c587fc78450d" -d '' 2018-10-04 14:53:04,241 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-511e456b-06cb-4eaf-bf58-836da6c8aef6 Date: Thu, 04 Oct 2018 14:53:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 14:53:04,241 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/0720823a-30c4-45d6-815b-6f4651412503/file used request id req-511e456b-06cb-4eaf-bf58-836da6c8aef6 2018-10-04 14:53:04,241 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 14:53:04,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/0720823a-30c4-45d6-815b-6f4651412503 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4e48b239b500cbd2b235deb32d40c587fc78450d" 2018-10-04 14:53:04,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-cee7a900-287e-4d57-9773-30bf8fafd3ba Date: Thu, 04 Oct 2018 14:53:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-2c9fb0ec-7dd8-4b58-8431-f7f67924c0af", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:53:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T14:53:04Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/0720823a-30c4-45d6-815b-6f4651412503/snap", "metadata": {}}], "self": "/v2/images/0720823a-30c4-45d6-815b-6f4651412503", "min_disk": 0, "protected": false, "id": "0720823a-30c4-45d6-815b-6f4651412503", "file": "/v2/images/0720823a-30c4-45d6-815b-6f4651412503/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f72a0cec8edc46f9a932e887faa697ff", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/0720823a-30c4-45d6-815b-6f4651412503/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 14:53:04,428 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/0720823a-30c4-45d6-815b-6f4651412503 used request id req-cee7a900-287e-4d57-9773-30bf8fafd3ba 2018-10-04 14:53:04,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4e48b239b500cbd2b235deb32d40c587fc78450d" 2018-10-04 14:53:04,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-57f8cf0e-6b14-475a-ac7d-c680f0fe5440 Date: Thu, 04 Oct 2018 14:53:04 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 14:53:04,597 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-57f8cf0e-6b14-475a-ac7d-c680f0fe5440 2018-10-04 14:53:04,600 - create_image - INFO - Created image with name - CreateImageSuccessTests-2c9fb0ec-7dd8-4b58-8431-f7f67924c0af 2018-10-04 14:53:04,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/0720823a-30c4-45d6-815b-6f4651412503 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4e48b239b500cbd2b235deb32d40c587fc78450d" 2018-10-04 14:53:04,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-bfae0478-20a4-4bb6-8f7a-244be891b5a2 Date: Thu, 04 Oct 2018 14:53:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-2c9fb0ec-7dd8-4b58-8431-f7f67924c0af", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:53:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T14:53:04Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/0720823a-30c4-45d6-815b-6f4651412503/snap", "metadata": {}}], "self": "/v2/images/0720823a-30c4-45d6-815b-6f4651412503", "min_disk": 0, "protected": false, "id": "0720823a-30c4-45d6-815b-6f4651412503", "file": "/v2/images/0720823a-30c4-45d6-815b-6f4651412503/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f72a0cec8edc46f9a932e887faa697ff", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/0720823a-30c4-45d6-815b-6f4651412503/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 14:53:04,761 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/0720823a-30c4-45d6-815b-6f4651412503 used request id req-bfae0478-20a4-4bb6-8f7a-244be891b5a2 2018-10-04 14:53:04,762 - create_image - DEBUG - Instance status is - active 2018-10-04 14:53:04,762 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-2c9fb0ec-7dd8-4b58-8431-f7f67924c0af 2018-10-04 14:53:04,762 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-2c9fb0ec-7dd8-4b58-8431-f7f67924c0af 2018-10-04 14:53:04,762 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:05,128 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "19f96e4963534ff5bf8560f6e0adf1c5", "name": "CreateImageSuccessTests-dc2d80a5-c4e7-4fa-proj-role"}], "expires_at": "2018-10-04T15:53:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f72a0cec8edc46f9a932e887faa697ff", "name": "CreateImageSuccessTests-dc2d80a5-c4e7-4fa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/f72a0cec8edc46f9a932e887faa697ff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/f72a0cec8edc46f9a932e887faa697ff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/f72a0cec8edc46f9a932e887faa697ff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f72a0cec8edc46f9a932e887faa697ff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/f72a0cec8edc46f9a932e887faa697ff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/f72a0cec8edc46f9a932e887faa697ff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/f72a0cec8edc46f9a932e887faa697ff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/f72a0cec8edc46f9a932e887faa697ff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/f72a0cec8edc46f9a932e887faa697ff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f72a0cec8edc46f9a932e887faa697ff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/f72a0cec8edc46f9a932e887faa697ff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/f72a0cec8edc46f9a932e887faa697ff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-dc2d80a5-c4e7-4fa-user", "id": "e9c2941e24704fc2ad26da07494dcfb7"}, "audit_ids": ["wt159ZbsQAesOAJSWK6a1g"], "issued_at": "2018-10-04T14:53:05.000000Z"}} 2018-10-04 14:53:05,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-2c9fb0ec-7dd8-4b58-8431-f7f67924c0af -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}63c608f7dcf76569f8fc4f5b3847e1380717d8dd" 2018-10-04 14:53:05,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-26718726-97e2-4514-8a5a-80635836e091 Date: Thu, 04 Oct 2018 14:53:05 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-2c9fb0ec-7dd8-4b58-8431-f7f67924c0af", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:53:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T14:53:04Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/0720823a-30c4-45d6-815b-6f4651412503/snap", "metadata": {}}], "self": "/v2/images/0720823a-30c4-45d6-815b-6f4651412503", "min_disk": 0, "protected": false, "id": "0720823a-30c4-45d6-815b-6f4651412503", "file": "/v2/images/0720823a-30c4-45d6-815b-6f4651412503/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f72a0cec8edc46f9a932e887faa697ff", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/0720823a-30c4-45d6-815b-6f4651412503/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-2c9fb0ec-7dd8-4b58-8431-f7f67924c0af"} 2018-10-04 14:53:05,311 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-2c9fb0ec-7dd8-4b58-8431-f7f67924c0af used request id req-26718726-97e2-4514-8a5a-80635836e091 2018-10-04 14:53:05,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}63c608f7dcf76569f8fc4f5b3847e1380717d8dd" 2018-10-04 14:53:05,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0cf7ef02-ad98-43d7-8be9-14d0b6d308d0 Date: Thu, 04 Oct 2018 14:53:05 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 14:53:05,471 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-0cf7ef02-ad98-43d7-8be9-14d0b6d308d0 2018-10-04 14:53:05,475 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-2c9fb0ec-7dd8-4b58-8431-f7f67924c0af 2018-10-04 14:53:05,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/0720823a-30c4-45d6-815b-6f4651412503 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4e48b239b500cbd2b235deb32d40c587fc78450d" 2018-10-04 14:53:06,578 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d9fe3758-c306-46a5-b016-6b790d82672d Date: Thu, 04 Oct 2018 14:53:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 14:53:06,579 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/0720823a-30c4-45d6-815b-6f4651412503 used request id req-d9fe3758-c306-46a5-b016-6b790d82672d 2018-10-04 14:53:06,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e488d7749104da1069b9bfe576ae6be9c5c048" 2018-10-04 14:53:06,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-8dd35c78-f877-4a81-9516-3451cf754531 Date: Thu, 04 Oct 2018 14:53:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:53:06,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-8dd35c78-f877-4a81-9516-3451cf754531 2018-10-04 14:53:06,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e488d7749104da1069b9bfe576ae6be9c5c048" 2018-10-04 14:53:06,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d59fa88-ec52-4d53-8061-b39bda912281 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:53:06,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-2d59fa88-ec52-4d53-8061-b39bda912281 2018-10-04 14:53:06,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e488d7749104da1069b9bfe576ae6be9c5c048" 2018-10-04 14:53:06,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acc43f62-4bcc-4b73-9396-05369c9d01b3 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:53:06,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-acc43f62-4bcc-4b73-9396-05369c9d01b3 2018-10-04 14:53:06,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e488d7749104da1069b9bfe576ae6be9c5c048" 2018-10-04 14:53:07,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01ef9aa1-c386-4207-8ced-61f37d605f76 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:53:07,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-01ef9aa1-c386-4207-8ced-61f37d605f76 2018-10-04 14:53:07,074 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-dc2d80a5-c4e7-4fa-proj 2018-10-04 14:53:07,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/f72a0cec8edc46f9a932e887faa697ff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e488d7749104da1069b9bfe576ae6be9c5c048" 2018-10-04 14:53:07,288 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-523828d5-9c2e-47f0-95c3-fbafedbb01fd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:07,288 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/f72a0cec8edc46f9a932e887faa697ff used request id req-523828d5-9c2e-47f0-95c3-fbafedbb01fd 2018-10-04 14:53:07,288 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-dc2d80a5-c4e7-4fa-proj-role 2018-10-04 14:53:07,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/19f96e4963534ff5bf8560f6e0adf1c5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e488d7749104da1069b9bfe576ae6be9c5c048" 2018-10-04 14:53:07,404 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9dbb2363-82d5-4683-876b-b2d95de34704 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:07,404 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/19f96e4963534ff5bf8560f6e0adf1c5 used request id req-9dbb2363-82d5-4683-876b-b2d95de34704 2018-10-04 14:53:07,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e488d7749104da1069b9bfe576ae6be9c5c048" 2018-10-04 14:53:07,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46339334-ca83-4451-bd81-e59ce34eccc0 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:53:07,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-46339334-ca83-4451-bd81-e59ce34eccc0 2018-10-04 14:53:07,489 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-dc2d80a5-c4e7-4fa-user 2018-10-04 14:53:07,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/e9c2941e24704fc2ad26da07494dcfb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1475dc2dc77a3ab74e314775ef705793d802833f" 2018-10-04 14:53:07,667 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1dcee87f-8764-4189-b9a0-4556540facdb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:07,667 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/e9c2941e24704fc2ad26da07494dcfb7 used request id req-1dcee87f-8764-4189-b9a0-4556540facdb 2018-10-04 14:53:07,669 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:08,059 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:53:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["q-pUJjMMTT2XbZzN7RBy-Q"], "issued_at": "2018-10-04T14:53:08.000000Z"}} 2018-10-04 14:53:08,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a01090a8951224db153b088d5268a8f09ba999" 2018-10-04 14:53:08,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd12d6f9-9865-4a8a-949a-aeb170a25e1d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:08,143 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dd12d6f9-9865-4a8a-949a-aeb170a25e1d 2018-10-04 14:53:08,145 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:08,145 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:08,620 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:53:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["KdwnQBi9TluZ0kPWJXrl5g"], "issued_at": "2018-10-04T14:53:08.000000Z"}} 2018-10-04 14:53:08,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a024518c4b763197928b89c2ffeb6c76031d71cd" 2018-10-04 14:53:08,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26f45c75-749e-4bdb-80d9-9dc397f1889a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:08,708 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-26f45c75-749e-4bdb-80d9-9dc397f1889a 2018-10-04 14:53:08,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:53:08,719 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:53:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:53:08,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-6aa7e13a-2bc1-47a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a024518c4b763197928b89c2ffeb6c76031d71cd" 2018-10-04 14:53:08,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de58945e-96e5-4117-86f1-49f559448a36 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-6aa7e13a-2bc1-47a-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:53:08,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-6aa7e13a-2bc1-47a-proj used request id req-de58945e-96e5-4117-86f1-49f559448a36 2018-10-04 14:53:08,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a024518c4b763197928b89c2ffeb6c76031d71cd" 2018-10-04 14:53:08,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85211b1d-bf29-47bb-a319-008de41ffb37 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:53:08,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-85211b1d-bf29-47bb-a319-008de41ffb37 2018-10-04 14:53:08,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a024518c4b763197928b89c2ffeb6c76031d71cd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-6aa7e13a-2bc1-47a-proj"}}' 2018-10-04 14:53:09,009 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:53:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09dda29f-34d0-41ab-9eac-a86ea0773760 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/925be75684534d02a895a77fdcdb9388"}, "enabled": true, "id": "925be75684534d02a895a77fdcdb9388", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-6aa7e13a-2bc1-47a-proj"}} 2018-10-04 14:53:09,009 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-09dda29f-34d0-41ab-9eac-a86ea0773760 2018-10-04 14:53:09,010 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-6aa7e13a-2bc1-47a-proj 2018-10-04 14:53:09,010 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:09,011 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:09,391 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:53:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["CT-F5pjXQIuQpNEc464lrA"], "issued_at": "2018-10-04T14:53:09.000000Z"}} 2018-10-04 14:53:09,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03f1aa0798f35d4d8a5e5bd89e4ee765ab13bc04" 2018-10-04 14:53:09,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdc47534-1348-48ab-ba1e-ac1370eba0c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:09,473 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bdc47534-1348-48ab-ba1e-ac1370eba0c5 2018-10-04 14:53:09,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:53:09,483 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:53:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:53:09,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03f1aa0798f35d4d8a5e5bd89e4ee765ab13bc04" 2018-10-04 14:53:09,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57ec59f9-1b8c-4ea0-a955-50063d2a7eb9 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:53:09,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-57ec59f9-1b8c-4ea0-a955-50063d2a7eb9 2018-10-04 14:53:09,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateImageSuccessTests-6aa7e13a-2bc1-47a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03f1aa0798f35d4d8a5e5bd89e4ee765ab13bc04" 2018-10-04 14:53:09,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-860b85db-8c18-4ef0-813e-9c520ccad1a2 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateImageSuccessTests-6aa7e13a-2bc1-47a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/925be75684534d02a895a77fdcdb9388"}, "enabled": true, "id": "925be75684534d02a895a77fdcdb9388", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-6aa7e13a-2bc1-47a-proj"}]} 2018-10-04 14:53:09,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateImageSuccessTests-6aa7e13a-2bc1-47a-proj used request id req-860b85db-8c18-4ef0-813e-9c520ccad1a2 2018-10-04 14:53:09,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03f1aa0798f35d4d8a5e5bd89e4ee765ab13bc04" 2018-10-04 14:53:09,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-403fa88f-5d02-438d-a834-076405a5f110 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:53:09,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-403fa88f-5d02-438d-a834-076405a5f110 2018-10-04 14:53:10,141 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-6aa7e13a-2bc1-47a-user 2018-10-04 14:53:10,141 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:10,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a024518c4b763197928b89c2ffeb6c76031d71cd" 2018-10-04 14:53:10,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d84d940-b559-4eb2-b096-df327aedf3f8 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:53:10,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3d84d940-b559-4eb2-b096-df327aedf3f8 2018-10-04 14:53:10,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a024518c4b763197928b89c2ffeb6c76031d71cd" -d '{"role": {"name": "CreateImageSuccessTests-6aa7e13a-2bc1-47a-proj-role"}}' 2018-10-04 14:53:10,338 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:53:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74923b6e-2186-4b80-be8f-29fb7022c4d8 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0513c77b202447ebb9d6032dfc84ed68", "links": {"self": "http://172.30.9.23:5000/v3/roles/0513c77b202447ebb9d6032dfc84ed68"}, "name": "CreateImageSuccessTests-6aa7e13a-2bc1-47a-proj-role"}} 2018-10-04 14:53:10,338 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-74923b6e-2186-4b80-be8f-29fb7022c4d8 2018-10-04 14:53:10,339 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-6aa7e13a-2bc1-47a-proj-role 2018-10-04 14:53:10,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/0513c77b202447ebb9d6032dfc84ed68 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a024518c4b763197928b89c2ffeb6c76031d71cd" 2018-10-04 14:53:10,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7e0c924-f01d-4038-aae7-6bc867fd8447 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/0513c77b202447ebb9d6032dfc84ed68"}, "domain_id": null, "name": "CreateImageSuccessTests-6aa7e13a-2bc1-47a-proj-role", "id": "0513c77b202447ebb9d6032dfc84ed68"}} 2018-10-04 14:53:10,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/0513c77b202447ebb9d6032dfc84ed68 used request id req-f7e0c924-f01d-4038-aae7-6bc867fd8447 2018-10-04 14:53:10,431 - keystone_utils - INFO - Granting role CreateImageSuccessTests-6aa7e13a-2bc1-47a-proj-role to project CreateImageSuccessTests-6aa7e13a-2bc1-47a-proj 2018-10-04 14:53:10,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/925be75684534d02a895a77fdcdb9388/users/cb752d03cdf04fd29688f00f7ec66f84/roles/0513c77b202447ebb9d6032dfc84ed68 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a024518c4b763197928b89c2ffeb6c76031d71cd" 2018-10-04 14:53:10,557 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-917abbca-4fcd-4e36-a2f7-25d99f678fcd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:10,558 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/925be75684534d02a895a77fdcdb9388/users/cb752d03cdf04fd29688f00f7ec66f84/roles/0513c77b202447ebb9d6032dfc84ed68 used request id req-917abbca-4fcd-4e36-a2f7-25d99f678fcd 2018-10-04 14:53:10,559 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 14:53:10,559 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:10,560 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:10,963 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0513c77b202447ebb9d6032dfc84ed68", "name": "CreateImageSuccessTests-6aa7e13a-2bc1-47a-proj-role"}], "expires_at": "2018-10-04T15:53:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "925be75684534d02a895a77fdcdb9388", "name": "CreateImageSuccessTests-6aa7e13a-2bc1-47a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/925be75684534d02a895a77fdcdb9388", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/925be75684534d02a895a77fdcdb9388", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/925be75684534d02a895a77fdcdb9388", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/925be75684534d02a895a77fdcdb9388", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/925be75684534d02a895a77fdcdb9388", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/925be75684534d02a895a77fdcdb9388", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/925be75684534d02a895a77fdcdb9388", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/925be75684534d02a895a77fdcdb9388", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/925be75684534d02a895a77fdcdb9388", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/925be75684534d02a895a77fdcdb9388", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/925be75684534d02a895a77fdcdb9388", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/925be75684534d02a895a77fdcdb9388", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-6aa7e13a-2bc1-47a-user", "id": "cb752d03cdf04fd29688f00f7ec66f84"}, "audit_ids": ["-BTRZGf2QuKlb47lc7Qf8A"], "issued_at": "2018-10-04T14:53:10.000000Z"}} 2018-10-04 14:53:10,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}632f9970bd9b40ceef0180bcee96c04dee5a1ca8" 2018-10-04 14:53:11,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f7ed044-85d7-4bc1-8cf6-628637414749 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:11,032 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7f7ed044-85d7-4bc1-8cf6-628637414749 2018-10-04 14:53:11,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-fddb0609-5de9-431f-b087-036a89037299 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}632f9970bd9b40ceef0180bcee96c04dee5a1ca8" 2018-10-04 14:53:11,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-1d2db8e3-7c08-4575-8790-3ece4ed70861 Date: Thu, 04 Oct 2018 14:53:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-fddb0609-5de9-431f-b087-036a89037299"} 2018-10-04 14:53:11,205 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-fddb0609-5de9-431f-b087-036a89037299 used request id req-1d2db8e3-7c08-4575-8790-3ece4ed70861 2018-10-04 14:53:11,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}632f9970bd9b40ceef0180bcee96c04dee5a1ca8" 2018-10-04 14:53:11,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-537876d3-0707-400a-a3a8-3adef3e53a10 Date: Thu, 04 Oct 2018 14:53:11 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 14:53:11,364 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-537876d3-0707-400a-a3a8-3adef3e53a10 2018-10-04 14:53:11,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}632f9970bd9b40ceef0180bcee96c04dee5a1ca8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-fddb0609-5de9-431f-b087-036a89037299"}' 2018-10-04 14:53:11,605 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3 X-Openstack-Request-Id: req-3c7ba84f-8c3e-491a-bf04-058cf7823ffb Date: Thu, 04 Oct 2018 14:53:11 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-fddb0609-5de9-431f-b087-036a89037299", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:53:11Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T14:53:11Z", "visibility": "shared", "locations": [], "self": "/v2/images/8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3", "min_disk": 0, "protected": false, "id": "8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3", "file": "/v2/images/8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3/file", "checksum": null, "owner": "925be75684534d02a895a77fdcdb9388", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 14:53:11,605 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-3c7ba84f-8c3e-491a-bf04-058cf7823ffb 2018-10-04 14:53:11,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}632f9970bd9b40ceef0180bcee96c04dee5a1ca8" -d '' 2018-10-04 14:53:12,922 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1f3a0cf9-c00f-4c12-9b9d-5ca5afdab748 Date: Thu, 04 Oct 2018 14:53:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 14:53:12,923 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3/file used request id req-1f3a0cf9-c00f-4c12-9b9d-5ca5afdab748 2018-10-04 14:53:12,923 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 14:53:12,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}632f9970bd9b40ceef0180bcee96c04dee5a1ca8" 2018-10-04 14:53:13,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-f6c0a775-887a-4d6c-9196-0da54f93036f Date: Thu, 04 Oct 2018 14:53:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-fddb0609-5de9-431f-b087-036a89037299", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:53:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T14:53:12Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3/snap", "metadata": {}}], "self": "/v2/images/8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3", "min_disk": 0, "protected": false, "id": "8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3", "file": "/v2/images/8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "925be75684534d02a895a77fdcdb9388", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 14:53:13,087 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3 used request id req-f6c0a775-887a-4d6c-9196-0da54f93036f 2018-10-04 14:53:13,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}632f9970bd9b40ceef0180bcee96c04dee5a1ca8" 2018-10-04 14:53:13,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b6093661-9690-4050-a157-09a6fd1309c8 Date: Thu, 04 Oct 2018 14:53:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 14:53:13,241 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-b6093661-9690-4050-a157-09a6fd1309c8 2018-10-04 14:53:13,244 - create_image - INFO - Created image with name - CreateImageSuccessTests-fddb0609-5de9-431f-b087-036a89037299 2018-10-04 14:53:13,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}632f9970bd9b40ceef0180bcee96c04dee5a1ca8" 2018-10-04 14:53:13,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-553f9681-e980-4112-a2c6-71388dcb9662 Date: Thu, 04 Oct 2018 14:53:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-fddb0609-5de9-431f-b087-036a89037299", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:53:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T14:53:12Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3/snap", "metadata": {}}], "self": "/v2/images/8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3", "min_disk": 0, "protected": false, "id": "8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3", "file": "/v2/images/8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "925be75684534d02a895a77fdcdb9388", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 14:53:13,408 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3 used request id req-553f9681-e980-4112-a2c6-71388dcb9662 2018-10-04 14:53:13,408 - create_image - DEBUG - Instance status is - active 2018-10-04 14:53:13,409 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-fddb0609-5de9-431f-b087-036a89037299 2018-10-04 14:53:13,409 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-fddb0609-5de9-431f-b087-036a89037299 2018-10-04 14:53:13,409 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:13,785 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0513c77b202447ebb9d6032dfc84ed68", "name": "CreateImageSuccessTests-6aa7e13a-2bc1-47a-proj-role"}], "expires_at": "2018-10-04T15:53:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "925be75684534d02a895a77fdcdb9388", "name": "CreateImageSuccessTests-6aa7e13a-2bc1-47a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/925be75684534d02a895a77fdcdb9388", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/925be75684534d02a895a77fdcdb9388", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/925be75684534d02a895a77fdcdb9388", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/925be75684534d02a895a77fdcdb9388", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/925be75684534d02a895a77fdcdb9388", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/925be75684534d02a895a77fdcdb9388", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/925be75684534d02a895a77fdcdb9388", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/925be75684534d02a895a77fdcdb9388", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/925be75684534d02a895a77fdcdb9388", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/925be75684534d02a895a77fdcdb9388", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/925be75684534d02a895a77fdcdb9388", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/925be75684534d02a895a77fdcdb9388", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-6aa7e13a-2bc1-47a-user", "id": "cb752d03cdf04fd29688f00f7ec66f84"}, "audit_ids": ["VosPuhrKQam3RVuOOZ0exw"], "issued_at": "2018-10-04T14:53:13.000000Z"}} 2018-10-04 14:53:13,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-fddb0609-5de9-431f-b087-036a89037299 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}45e5a1b63983de2f882f19b6f14407a2a75681ca" 2018-10-04 14:53:13,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-571a1e13-787c-4f78-bcf3-c1d2c3d5255a Date: Thu, 04 Oct 2018 14:53:13 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-fddb0609-5de9-431f-b087-036a89037299", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:53:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T14:53:12Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3/snap", "metadata": {}}], "self": "/v2/images/8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3", "min_disk": 0, "protected": false, "id": "8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3", "file": "/v2/images/8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "925be75684534d02a895a77fdcdb9388", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-fddb0609-5de9-431f-b087-036a89037299"} 2018-10-04 14:53:13,959 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-fddb0609-5de9-431f-b087-036a89037299 used request id req-571a1e13-787c-4f78-bcf3-c1d2c3d5255a 2018-10-04 14:53:13,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}45e5a1b63983de2f882f19b6f14407a2a75681ca" 2018-10-04 14:53:14,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-de8ecc88-d1ba-4c2a-8f33-c76951c02385 Date: Thu, 04 Oct 2018 14:53:14 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 14:53:14,126 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-de8ecc88-d1ba-4c2a-8f33-c76951c02385 2018-10-04 14:53:14,129 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-fddb0609-5de9-431f-b087-036a89037299 2018-10-04 14:53:14,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}632f9970bd9b40ceef0180bcee96c04dee5a1ca8" 2018-10-04 14:53:15,560 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5b957807-8eb0-4163-a90d-e5713a5a0ebf Date: Thu, 04 Oct 2018 14:53:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 14:53:15,560 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/8a5cdf4e-f5a7-47c5-b6bd-0947bae31ed3 used request id req-5b957807-8eb0-4163-a90d-e5713a5a0ebf 2018-10-04 14:53:15,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a024518c4b763197928b89c2ffeb6c76031d71cd" 2018-10-04 14:53:15,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-5285fa2b-549f-45f9-a388-e0491d532de9 Date: Thu, 04 Oct 2018 14:53:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:53:15,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-5285fa2b-549f-45f9-a388-e0491d532de9 2018-10-04 14:53:15,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a024518c4b763197928b89c2ffeb6c76031d71cd" 2018-10-04 14:53:15,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d43c9ef-05cf-41df-afe9-a0dc18acaae5 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:53:15,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-2d43c9ef-05cf-41df-afe9-a0dc18acaae5 2018-10-04 14:53:15,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a024518c4b763197928b89c2ffeb6c76031d71cd" 2018-10-04 14:53:15,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f16fc57-17aa-41f5-b9c0-a92652259450 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:53:15,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-9f16fc57-17aa-41f5-b9c0-a92652259450 2018-10-04 14:53:15,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a024518c4b763197928b89c2ffeb6c76031d71cd" 2018-10-04 14:53:16,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93db6864-346f-4047-b1eb-bc0c41bfbd09 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:53:16,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-93db6864-346f-4047-b1eb-bc0c41bfbd09 2018-10-04 14:53:16,073 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-6aa7e13a-2bc1-47a-proj 2018-10-04 14:53:16,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/925be75684534d02a895a77fdcdb9388 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a024518c4b763197928b89c2ffeb6c76031d71cd" 2018-10-04 14:53:16,389 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-960ef5d5-8289-4741-83a2-64273ac63712 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:16,389 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/925be75684534d02a895a77fdcdb9388 used request id req-960ef5d5-8289-4741-83a2-64273ac63712 2018-10-04 14:53:16,390 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-6aa7e13a-2bc1-47a-proj-role 2018-10-04 14:53:16,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/0513c77b202447ebb9d6032dfc84ed68 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a024518c4b763197928b89c2ffeb6c76031d71cd" 2018-10-04 14:53:16,505 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b6c9597-3b4e-4b1e-aea9-92c5e87d2ed4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:16,506 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/0513c77b202447ebb9d6032dfc84ed68 used request id req-7b6c9597-3b4e-4b1e-aea9-92c5e87d2ed4 2018-10-04 14:53:16,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a024518c4b763197928b89c2ffeb6c76031d71cd" 2018-10-04 14:53:16,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06850f10-c33c-42b4-8db0-4f1ea554a035 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:53:16,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-06850f10-c33c-42b4-8db0-4f1ea554a035 2018-10-04 14:53:16,596 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-6aa7e13a-2bc1-47a-user 2018-10-04 14:53:16,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/cb752d03cdf04fd29688f00f7ec66f84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03f1aa0798f35d4d8a5e5bd89e4ee765ab13bc04" 2018-10-04 14:53:16,757 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec2d4079-317b-4699-9c2e-bf1e78156a58 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:16,757 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/cb752d03cdf04fd29688f00f7ec66f84 used request id req-ec2d4079-317b-4699-9c2e-bf1e78156a58 2018-10-04 14:53:16,759 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:17,148 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:53:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["N2m25ay0QzeAxkVL5RXhtA"], "issued_at": "2018-10-04T14:53:17.000000Z"}} 2018-10-04 14:53:17,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30cf70bd949feeb8252ba610260566156a5abdb0" 2018-10-04 14:53:17,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f711de6-4df4-4e96-a4cc-2b1daac86d8e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:17,232 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1f711de6-4df4-4e96-a4cc-2b1daac86d8e 2018-10-04 14:53:17,233 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:17,234 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:17,606 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:53:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["KlM81LYmTHChaMuObVOOMQ"], "issued_at": "2018-10-04T14:53:17.000000Z"}} 2018-10-04 14:53:17,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3252ab4aa714d7baca648aacc6bc4d268bab0223" 2018-10-04 14:53:17,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84f6f170-2b1c-4adf-b7bb-4899f5bb864f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:17,695 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-84f6f170-2b1c-4adf-b7bb-4899f5bb864f 2018-10-04 14:53:17,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:53:17,706 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:53:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:53:17,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-d6e4e49d-3763-49b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3252ab4aa714d7baca648aacc6bc4d268bab0223" 2018-10-04 14:53:17,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9a6cc1f-e03d-4a48-bb9a-23fdbb95421f Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-d6e4e49d-3763-49b-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:53:17,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-d6e4e49d-3763-49b-proj used request id req-d9a6cc1f-e03d-4a48-bb9a-23fdbb95421f 2018-10-04 14:53:17,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3252ab4aa714d7baca648aacc6bc4d268bab0223" 2018-10-04 14:53:17,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58685dcd-36eb-432a-837c-5b0384991871 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:53:17,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-58685dcd-36eb-432a-837c-5b0384991871 2018-10-04 14:53:17,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3252ab4aa714d7baca648aacc6bc4d268bab0223" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-d6e4e49d-3763-49b-proj"}}' 2018-10-04 14:53:18,056 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:53:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-adc7ec31-b917-464d-b2fa-5264de58c30b Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/557c7735502f4fb49aac20062a8deca0"}, "enabled": true, "id": "557c7735502f4fb49aac20062a8deca0", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-d6e4e49d-3763-49b-proj"}} 2018-10-04 14:53:18,057 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-adc7ec31-b917-464d-b2fa-5264de58c30b 2018-10-04 14:53:18,057 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-d6e4e49d-3763-49b-proj 2018-10-04 14:53:18,057 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:18,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:18,434 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:53:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["COH3mYV1SRG1yyYoeoc0Ow"], "issued_at": "2018-10-04T14:53:18.000000Z"}} 2018-10-04 14:53:18,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec027dd0151cc7179169581a445bf0a0fd5e1d7" 2018-10-04 14:53:18,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1ebbb35-bdf6-4b62-beab-700f262c7373 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:18,523 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c1ebbb35-bdf6-4b62-beab-700f262c7373 2018-10-04 14:53:18,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:53:18,532 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:53:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:53:18,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec027dd0151cc7179169581a445bf0a0fd5e1d7" 2018-10-04 14:53:18,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6542b991-6965-4462-a984-39f3903fdfbf Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:53:18,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6542b991-6965-4462-a984-39f3903fdfbf 2018-10-04 14:53:18,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateImageSuccessTests-d6e4e49d-3763-49b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec027dd0151cc7179169581a445bf0a0fd5e1d7" 2018-10-04 14:53:18,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d84a4c2-5988-45ac-b1be-731963157e4e Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateImageSuccessTests-d6e4e49d-3763-49b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/557c7735502f4fb49aac20062a8deca0"}, "enabled": true, "id": "557c7735502f4fb49aac20062a8deca0", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-d6e4e49d-3763-49b-proj"}]} 2018-10-04 14:53:18,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateImageSuccessTests-d6e4e49d-3763-49b-proj used request id req-0d84a4c2-5988-45ac-b1be-731963157e4e 2018-10-04 14:53:18,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec027dd0151cc7179169581a445bf0a0fd5e1d7" 2018-10-04 14:53:18,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-325d3b61-3e26-42a8-855b-ace8c33c0c0d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:53:18,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-325d3b61-3e26-42a8-855b-ace8c33c0c0d 2018-10-04 14:53:19,105 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-d6e4e49d-3763-49b-user 2018-10-04 14:53:19,105 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:19,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3252ab4aa714d7baca648aacc6bc4d268bab0223" 2018-10-04 14:53:19,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28ef0edf-75f9-4835-8402-943a774321f8 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:53:19,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-28ef0edf-75f9-4835-8402-943a774321f8 2018-10-04 14:53:19,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3252ab4aa714d7baca648aacc6bc4d268bab0223" -d '{"role": {"name": "CreateImageSuccessTests-d6e4e49d-3763-49b-proj-role"}}' 2018-10-04 14:53:19,302 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:53:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef1318cb-6716-4e1f-bdbc-0daed5903dd8 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ac308b11d1304eeba9ea802954bbf636", "links": {"self": "http://172.30.9.23:5000/v3/roles/ac308b11d1304eeba9ea802954bbf636"}, "name": "CreateImageSuccessTests-d6e4e49d-3763-49b-proj-role"}} 2018-10-04 14:53:19,303 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-ef1318cb-6716-4e1f-bdbc-0daed5903dd8 2018-10-04 14:53:19,303 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-d6e4e49d-3763-49b-proj-role 2018-10-04 14:53:19,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/ac308b11d1304eeba9ea802954bbf636 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3252ab4aa714d7baca648aacc6bc4d268bab0223" 2018-10-04 14:53:19,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-400cc68b-b850-48b1-aa75-04bab65a241e Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/ac308b11d1304eeba9ea802954bbf636"}, "domain_id": null, "name": "CreateImageSuccessTests-d6e4e49d-3763-49b-proj-role", "id": "ac308b11d1304eeba9ea802954bbf636"}} 2018-10-04 14:53:19,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/ac308b11d1304eeba9ea802954bbf636 used request id req-400cc68b-b850-48b1-aa75-04bab65a241e 2018-10-04 14:53:19,333 - keystone_utils - INFO - Granting role CreateImageSuccessTests-d6e4e49d-3763-49b-proj-role to project CreateImageSuccessTests-d6e4e49d-3763-49b-proj 2018-10-04 14:53:19,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/557c7735502f4fb49aac20062a8deca0/users/0cff0df5778b4773bb74296bbaf95309/roles/ac308b11d1304eeba9ea802954bbf636 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3252ab4aa714d7baca648aacc6bc4d268bab0223" 2018-10-04 14:53:19,467 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-208ab2ff-713a-4108-97b1-7a1feb5b7090 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:19,467 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/557c7735502f4fb49aac20062a8deca0/users/0cff0df5778b4773bb74296bbaf95309/roles/ac308b11d1304eeba9ea802954bbf636 used request id req-208ab2ff-713a-4108-97b1-7a1feb5b7090 2018-10-04 14:53:19,468 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 14:53:19,468 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:19,469 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:19,850 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac308b11d1304eeba9ea802954bbf636", "name": "CreateImageSuccessTests-d6e4e49d-3763-49b-proj-role"}], "expires_at": "2018-10-04T15:53:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "557c7735502f4fb49aac20062a8deca0", "name": "CreateImageSuccessTests-d6e4e49d-3763-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/557c7735502f4fb49aac20062a8deca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/557c7735502f4fb49aac20062a8deca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/557c7735502f4fb49aac20062a8deca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/557c7735502f4fb49aac20062a8deca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/557c7735502f4fb49aac20062a8deca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/557c7735502f4fb49aac20062a8deca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/557c7735502f4fb49aac20062a8deca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/557c7735502f4fb49aac20062a8deca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/557c7735502f4fb49aac20062a8deca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/557c7735502f4fb49aac20062a8deca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/557c7735502f4fb49aac20062a8deca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/557c7735502f4fb49aac20062a8deca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-d6e4e49d-3763-49b-user", "id": "0cff0df5778b4773bb74296bbaf95309"}, "audit_ids": ["gzzRL3fISeeTMCt5qp1HeA"], "issued_at": "2018-10-04T14:53:19.000000Z"}} 2018-10-04 14:53:19,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9616486d43240cd613094cb1f3c373f33c94b977" 2018-10-04 14:53:19,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-894978ca-efc3-45be-8183-cf6942ebec67 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:19,921 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-894978ca-efc3-45be-8183-cf6942ebec67 2018-10-04 14:53:19,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-a161f189-c028-413b-b50b-a283ccecfb5f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9616486d43240cd613094cb1f3c373f33c94b977" 2018-10-04 14:53:20,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-d7cd9c4c-1ec2-4a45-a8f4-33f47b874293 Date: Thu, 04 Oct 2018 14:53:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-a161f189-c028-413b-b50b-a283ccecfb5f"} 2018-10-04 14:53:20,107 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-a161f189-c028-413b-b50b-a283ccecfb5f used request id req-d7cd9c4c-1ec2-4a45-a8f4-33f47b874293 2018-10-04 14:53:20,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9616486d43240cd613094cb1f3c373f33c94b977" 2018-10-04 14:53:20,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-50e1e382-0812-4a39-94db-d37278853cdf Date: Thu, 04 Oct 2018 14:53:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 14:53:20,267 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-50e1e382-0812-4a39-94db-d37278853cdf 2018-10-04 14:53:20,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9616486d43240cd613094cb1f3c373f33c94b977" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-a161f189-c028-413b-b50b-a283ccecfb5f"}' 2018-10-04 14:53:20,473 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/62e5a903-6f33-4555-9738-2abc2b4f3f31 X-Openstack-Request-Id: req-e32b1b7a-0e39-45ba-9d71-ea24b8021e1f Date: Thu, 04 Oct 2018 14:53:20 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-a161f189-c028-413b-b50b-a283ccecfb5f", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:53:20Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T14:53:20Z", "visibility": "shared", "locations": [], "self": "/v2/images/62e5a903-6f33-4555-9738-2abc2b4f3f31", "min_disk": 0, "protected": false, "id": "62e5a903-6f33-4555-9738-2abc2b4f3f31", "file": "/v2/images/62e5a903-6f33-4555-9738-2abc2b4f3f31/file", "checksum": null, "owner": "557c7735502f4fb49aac20062a8deca0", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 14:53:20,474 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-e32b1b7a-0e39-45ba-9d71-ea24b8021e1f 2018-10-04 14:53:20,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/62e5a903-6f33-4555-9738-2abc2b4f3f31/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9616486d43240cd613094cb1f3c373f33c94b977" -d '' 2018-10-04 14:53:21,977 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fc42c993-a6e5-49a6-977f-4ba73569ca63 Date: Thu, 04 Oct 2018 14:53:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 14:53:21,977 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/62e5a903-6f33-4555-9738-2abc2b4f3f31/file used request id req-fc42c993-a6e5-49a6-977f-4ba73569ca63 2018-10-04 14:53:21,977 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 14:53:21,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/62e5a903-6f33-4555-9738-2abc2b4f3f31 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9616486d43240cd613094cb1f3c373f33c94b977" 2018-10-04 14:53:22,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-5b27ef44-a3e6-4416-965f-ccb0a5400158 Date: Thu, 04 Oct 2018 14:53:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-a161f189-c028-413b-b50b-a283ccecfb5f", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:53:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T14:53:21Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/62e5a903-6f33-4555-9738-2abc2b4f3f31/snap", "metadata": {}}], "self": "/v2/images/62e5a903-6f33-4555-9738-2abc2b4f3f31", "min_disk": 0, "protected": false, "id": "62e5a903-6f33-4555-9738-2abc2b4f3f31", "file": "/v2/images/62e5a903-6f33-4555-9738-2abc2b4f3f31/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "557c7735502f4fb49aac20062a8deca0", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/62e5a903-6f33-4555-9738-2abc2b4f3f31/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 14:53:22,144 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/62e5a903-6f33-4555-9738-2abc2b4f3f31 used request id req-5b27ef44-a3e6-4416-965f-ccb0a5400158 2018-10-04 14:53:22,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9616486d43240cd613094cb1f3c373f33c94b977" 2018-10-04 14:53:22,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f9382462-3a51-4653-8d99-4bed005d6ed4 Date: Thu, 04 Oct 2018 14:53:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 14:53:22,307 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-f9382462-3a51-4653-8d99-4bed005d6ed4 2018-10-04 14:53:22,310 - create_image - INFO - Created image with name - CreateImageSuccessTests-a161f189-c028-413b-b50b-a283ccecfb5f 2018-10-04 14:53:22,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/62e5a903-6f33-4555-9738-2abc2b4f3f31 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9616486d43240cd613094cb1f3c373f33c94b977" 2018-10-04 14:53:22,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-128bdb45-a8d1-49f2-9f00-2a16284f56b3 Date: Thu, 04 Oct 2018 14:53:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-a161f189-c028-413b-b50b-a283ccecfb5f", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:53:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T14:53:21Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/62e5a903-6f33-4555-9738-2abc2b4f3f31/snap", "metadata": {}}], "self": "/v2/images/62e5a903-6f33-4555-9738-2abc2b4f3f31", "min_disk": 0, "protected": false, "id": "62e5a903-6f33-4555-9738-2abc2b4f3f31", "file": "/v2/images/62e5a903-6f33-4555-9738-2abc2b4f3f31/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "557c7735502f4fb49aac20062a8deca0", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/62e5a903-6f33-4555-9738-2abc2b4f3f31/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 14:53:22,467 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/62e5a903-6f33-4555-9738-2abc2b4f3f31 used request id req-128bdb45-a8d1-49f2-9f00-2a16284f56b3 2018-10-04 14:53:22,467 - create_image - DEBUG - Instance status is - active 2018-10-04 14:53:22,468 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-a161f189-c028-413b-b50b-a283ccecfb5f 2018-10-04 14:53:22,468 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-a161f189-c028-413b-b50b-a283ccecfb5f 2018-10-04 14:53:22,468 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:22,847 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac308b11d1304eeba9ea802954bbf636", "name": "CreateImageSuccessTests-d6e4e49d-3763-49b-proj-role"}], "expires_at": "2018-10-04T15:53:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "557c7735502f4fb49aac20062a8deca0", "name": "CreateImageSuccessTests-d6e4e49d-3763-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/557c7735502f4fb49aac20062a8deca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/557c7735502f4fb49aac20062a8deca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/557c7735502f4fb49aac20062a8deca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/557c7735502f4fb49aac20062a8deca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/557c7735502f4fb49aac20062a8deca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/557c7735502f4fb49aac20062a8deca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/557c7735502f4fb49aac20062a8deca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/557c7735502f4fb49aac20062a8deca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/557c7735502f4fb49aac20062a8deca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/557c7735502f4fb49aac20062a8deca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/557c7735502f4fb49aac20062a8deca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/557c7735502f4fb49aac20062a8deca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-d6e4e49d-3763-49b-user", "id": "0cff0df5778b4773bb74296bbaf95309"}, "audit_ids": ["rlUVoLkMQLa8DN7OP3rLWQ"], "issued_at": "2018-10-04T14:53:22.000000Z"}} 2018-10-04 14:53:22,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-a161f189-c028-413b-b50b-a283ccecfb5f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c4c88c4141e35fbeb2a7e20e1c4bdbf04604adad" 2018-10-04 14:53:23,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-39b8990a-8dca-4839-b45a-16bdf729ac93 Date: Thu, 04 Oct 2018 14:53:23 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-a161f189-c028-413b-b50b-a283ccecfb5f", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:53:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T14:53:21Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/62e5a903-6f33-4555-9738-2abc2b4f3f31/snap", "metadata": {}}], "self": "/v2/images/62e5a903-6f33-4555-9738-2abc2b4f3f31", "min_disk": 0, "protected": false, "id": "62e5a903-6f33-4555-9738-2abc2b4f3f31", "file": "/v2/images/62e5a903-6f33-4555-9738-2abc2b4f3f31/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "557c7735502f4fb49aac20062a8deca0", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/62e5a903-6f33-4555-9738-2abc2b4f3f31/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-a161f189-c028-413b-b50b-a283ccecfb5f"} 2018-10-04 14:53:23,106 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-a161f189-c028-413b-b50b-a283ccecfb5f used request id req-39b8990a-8dca-4839-b45a-16bdf729ac93 2018-10-04 14:53:23,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c4c88c4141e35fbeb2a7e20e1c4bdbf04604adad" 2018-10-04 14:53:23,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3a148f9d-d371-426f-80d1-385ccdc48f9d Date: Thu, 04 Oct 2018 14:53:23 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 14:53:23,282 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-3a148f9d-d371-426f-80d1-385ccdc48f9d 2018-10-04 14:53:23,286 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:23,287 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:23,672 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac308b11d1304eeba9ea802954bbf636", "name": "CreateImageSuccessTests-d6e4e49d-3763-49b-proj-role"}], "expires_at": "2018-10-04T15:53:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "557c7735502f4fb49aac20062a8deca0", "name": "CreateImageSuccessTests-d6e4e49d-3763-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/557c7735502f4fb49aac20062a8deca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/557c7735502f4fb49aac20062a8deca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/557c7735502f4fb49aac20062a8deca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/557c7735502f4fb49aac20062a8deca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/557c7735502f4fb49aac20062a8deca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/557c7735502f4fb49aac20062a8deca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/557c7735502f4fb49aac20062a8deca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/557c7735502f4fb49aac20062a8deca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/557c7735502f4fb49aac20062a8deca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/557c7735502f4fb49aac20062a8deca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/557c7735502f4fb49aac20062a8deca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/557c7735502f4fb49aac20062a8deca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-d6e4e49d-3763-49b-user", "id": "0cff0df5778b4773bb74296bbaf95309"}, "audit_ids": ["ZSar33LsScy2ZCE7m17XyQ"], "issued_at": "2018-10-04T14:53:23.000000Z"}} 2018-10-04 14:53:23,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e4436f5ae4bb627a7a7dceac69127ab66314073" 2018-10-04 14:53:23,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c4d0816-7d47-429b-9714-9f578e72642a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:23,747 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1c4d0816-7d47-429b-9714-9f578e72642a 2018-10-04 14:53:23,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-a161f189-c028-413b-b50b-a283ccecfb5f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e4436f5ae4bb627a7a7dceac69127ab66314073" 2018-10-04 14:53:24,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-2152fd9d-536e-4c46-8459-e1a7cef1e5e7 Date: Thu, 04 Oct 2018 14:53:24 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-a161f189-c028-413b-b50b-a283ccecfb5f", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:53:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T14:53:21Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/62e5a903-6f33-4555-9738-2abc2b4f3f31/snap", "metadata": {}}], "self": "/v2/images/62e5a903-6f33-4555-9738-2abc2b4f3f31", "min_disk": 0, "protected": false, "id": "62e5a903-6f33-4555-9738-2abc2b4f3f31", "file": "/v2/images/62e5a903-6f33-4555-9738-2abc2b4f3f31/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "557c7735502f4fb49aac20062a8deca0", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/62e5a903-6f33-4555-9738-2abc2b4f3f31/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-a161f189-c028-413b-b50b-a283ccecfb5f"} 2018-10-04 14:53:24,009 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-a161f189-c028-413b-b50b-a283ccecfb5f used request id req-2152fd9d-536e-4c46-8459-e1a7cef1e5e7 2018-10-04 14:53:24,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e4436f5ae4bb627a7a7dceac69127ab66314073" 2018-10-04 14:53:24,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e9ef8c18-300b-43a9-9062-b78e020b8bfa Date: Thu, 04 Oct 2018 14:53:24 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 14:53:24,159 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-e9ef8c18-300b-43a9-9062-b78e020b8bfa 2018-10-04 14:53:24,162 - create_image - INFO - Found image with name - CreateImageSuccessTests-a161f189-c028-413b-b50b-a283ccecfb5f 2018-10-04 14:53:24,163 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-a161f189-c028-413b-b50b-a283ccecfb5f 2018-10-04 14:53:24,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/62e5a903-6f33-4555-9738-2abc2b4f3f31 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9616486d43240cd613094cb1f3c373f33c94b977" 2018-10-04 14:53:25,740 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b56ec6f2-02b3-445d-a44e-33cf506b2e29 Date: Thu, 04 Oct 2018 14:53:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 14:53:25,740 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/62e5a903-6f33-4555-9738-2abc2b4f3f31 used request id req-b56ec6f2-02b3-445d-a44e-33cf506b2e29 2018-10-04 14:53:25,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3252ab4aa714d7baca648aacc6bc4d268bab0223" 2018-10-04 14:53:25,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-6e5a1085-edf9-4ca1-883a-a0a6368f4239 Date: Thu, 04 Oct 2018 14:53:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:53:25,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-6e5a1085-edf9-4ca1-883a-a0a6368f4239 2018-10-04 14:53:25,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3252ab4aa714d7baca648aacc6bc4d268bab0223" 2018-10-04 14:53:26,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2090ef6d-f79a-4208-88f2-bfabd6b426b7 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:53:26,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-2090ef6d-f79a-4208-88f2-bfabd6b426b7 2018-10-04 14:53:26,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3252ab4aa714d7baca648aacc6bc4d268bab0223" 2018-10-04 14:53:26,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20bf73e8-f0b5-47fb-b093-8ae14261a2a2 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:53:26,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-20bf73e8-f0b5-47fb-b093-8ae14261a2a2 2018-10-04 14:53:26,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3252ab4aa714d7baca648aacc6bc4d268bab0223" 2018-10-04 14:53:26,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f0eaa93-9b3f-4eef-a630-c202059421cc Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:53:26,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-4f0eaa93-9b3f-4eef-a630-c202059421cc 2018-10-04 14:53:26,219 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-d6e4e49d-3763-49b-proj 2018-10-04 14:53:26,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/557c7735502f4fb49aac20062a8deca0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3252ab4aa714d7baca648aacc6bc4d268bab0223" 2018-10-04 14:53:26,407 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14cb149d-d106-491d-8ba5-e26cba1aa20a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:26,407 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/557c7735502f4fb49aac20062a8deca0 used request id req-14cb149d-d106-491d-8ba5-e26cba1aa20a 2018-10-04 14:53:26,407 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-d6e4e49d-3763-49b-proj-role 2018-10-04 14:53:26,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/ac308b11d1304eeba9ea802954bbf636 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3252ab4aa714d7baca648aacc6bc4d268bab0223" 2018-10-04 14:53:26,519 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-183e58b5-0758-4437-99bb-939899b04089 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:26,519 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/ac308b11d1304eeba9ea802954bbf636 used request id req-183e58b5-0758-4437-99bb-939899b04089 2018-10-04 14:53:26,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3252ab4aa714d7baca648aacc6bc4d268bab0223" 2018-10-04 14:53:26,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c491b57-4295-49cf-82ac-a0c20cd8e32c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:53:26,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1c491b57-4295-49cf-82ac-a0c20cd8e32c 2018-10-04 14:53:26,605 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-d6e4e49d-3763-49b-user 2018-10-04 14:53:26,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/0cff0df5778b4773bb74296bbaf95309 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec027dd0151cc7179169581a445bf0a0fd5e1d7" 2018-10-04 14:53:26,853 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0316137d-07c0-4766-a0d1-69bbf708618c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:26,853 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/0cff0df5778b4773bb74296bbaf95309 used request id req-0316137d-07c0-4766-a0d1-69bbf708618c 2018-10-04 14:53:26,855 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:27,244 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:53:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["dmxGv8OUQXaJevm80V1A0Q"], "issued_at": "2018-10-04T14:53:27.000000Z"}} 2018-10-04 14:53:27,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c520ece377e4998d5186387d997fcefaacf48f43" 2018-10-04 14:53:27,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bda0109c-71e3-4458-b104-8c1869facfc9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:27,320 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bda0109c-71e3-4458-b104-8c1869facfc9 2018-10-04 14:53:27,321 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:27,322 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:27,712 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:53:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["6lT51QBQQDm2zWDOvv4N5g"], "issued_at": "2018-10-04T14:53:27.000000Z"}} 2018-10-04 14:53:27,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb40936a034c6c27e07b7e8e46caee545fff5e01" 2018-10-04 14:53:27,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a38e585-aaf1-4075-93f4-1dfadb56ba3e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:27,799 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1a38e585-aaf1-4075-93f4-1dfadb56ba3e 2018-10-04 14:53:27,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:53:27,809 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:53:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:53:27,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-829fc615-a049-435-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb40936a034c6c27e07b7e8e46caee545fff5e01" 2018-10-04 14:53:27,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bce4562-cec6-4ee0-ae37-5b488d80f98a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-829fc615-a049-435-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:53:27,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-829fc615-a049-435-proj used request id req-1bce4562-cec6-4ee0-ae37-5b488d80f98a 2018-10-04 14:53:27,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb40936a034c6c27e07b7e8e46caee545fff5e01" 2018-10-04 14:53:27,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b4d4eb8-8d0a-41f1-9f74-e0c6f1a50b08 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:53:27,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-0b4d4eb8-8d0a-41f1-9f74-e0c6f1a50b08 2018-10-04 14:53:27,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb40936a034c6c27e07b7e8e46caee545fff5e01" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-829fc615-a049-435-proj"}}' 2018-10-04 14:53:28,100 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:53:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca33e8c3-1ec9-4e9e-8784-ef63551b2c30 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f784dce76f1e40ccb7641404654e1c34"}, "enabled": true, "id": "f784dce76f1e40ccb7641404654e1c34", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-829fc615-a049-435-proj"}} 2018-10-04 14:53:28,100 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-ca33e8c3-1ec9-4e9e-8784-ef63551b2c30 2018-10-04 14:53:28,100 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-829fc615-a049-435-proj 2018-10-04 14:53:28,101 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:28,101 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:28,490 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:53:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["hNwVEVstQC2uVutUFj0PRA"], "issued_at": "2018-10-04T14:53:28.000000Z"}} 2018-10-04 14:53:28,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8121933dc8675eebc65bd45236821b431dbd3ff7" 2018-10-04 14:53:28,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab9aafdc-7578-4a80-9ee7-b51372a3e955 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:28,579 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ab9aafdc-7578-4a80-9ee7-b51372a3e955 2018-10-04 14:53:28,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:53:28,589 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:53:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:53:28,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8121933dc8675eebc65bd45236821b431dbd3ff7" 2018-10-04 14:53:28,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cb76870-e026-45ca-8829-30529a4fa5e2 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:53:28,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6cb76870-e026-45ca-8829-30529a4fa5e2 2018-10-04 14:53:28,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateImageSuccessTests-829fc615-a049-435-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8121933dc8675eebc65bd45236821b431dbd3ff7" 2018-10-04 14:53:28,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d13fbc2d-24cb-4fb8-8414-e54fdf4b924b Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateImageSuccessTests-829fc615-a049-435-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f784dce76f1e40ccb7641404654e1c34"}, "enabled": true, "id": "f784dce76f1e40ccb7641404654e1c34", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-829fc615-a049-435-proj"}]} 2018-10-04 14:53:28,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateImageSuccessTests-829fc615-a049-435-proj used request id req-d13fbc2d-24cb-4fb8-8414-e54fdf4b924b 2018-10-04 14:53:28,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8121933dc8675eebc65bd45236821b431dbd3ff7" 2018-10-04 14:53:28,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6807bcc2-a544-4779-b877-e50cccde05c7 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:53:28,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-6807bcc2-a544-4779-b877-e50cccde05c7 2018-10-04 14:53:29,170 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-829fc615-a049-435-user 2018-10-04 14:53:29,170 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:29,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb40936a034c6c27e07b7e8e46caee545fff5e01" 2018-10-04 14:53:29,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4aa1b10-96de-40f9-b042-3ae8d3eb89dc Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:53:29,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b4aa1b10-96de-40f9-b042-3ae8d3eb89dc 2018-10-04 14:53:29,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb40936a034c6c27e07b7e8e46caee545fff5e01" -d '{"role": {"name": "CreateImageSuccessTests-829fc615-a049-435-proj-role"}}' 2018-10-04 14:53:29,356 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:53:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9892da11-0da9-42bb-a514-229853c37ff5 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9c18d110b05044ff9443519dd7039c7c", "links": {"self": "http://172.30.9.23:5000/v3/roles/9c18d110b05044ff9443519dd7039c7c"}, "name": "CreateImageSuccessTests-829fc615-a049-435-proj-role"}} 2018-10-04 14:53:29,356 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-9892da11-0da9-42bb-a514-229853c37ff5 2018-10-04 14:53:29,357 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-829fc615-a049-435-proj-role 2018-10-04 14:53:29,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/9c18d110b05044ff9443519dd7039c7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb40936a034c6c27e07b7e8e46caee545fff5e01" 2018-10-04 14:53:29,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fe6b75e-0b10-47a8-be4c-f12306953955 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/9c18d110b05044ff9443519dd7039c7c"}, "domain_id": null, "name": "CreateImageSuccessTests-829fc615-a049-435-proj-role", "id": "9c18d110b05044ff9443519dd7039c7c"}} 2018-10-04 14:53:29,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/9c18d110b05044ff9443519dd7039c7c used request id req-8fe6b75e-0b10-47a8-be4c-f12306953955 2018-10-04 14:53:29,449 - keystone_utils - INFO - Granting role CreateImageSuccessTests-829fc615-a049-435-proj-role to project CreateImageSuccessTests-829fc615-a049-435-proj 2018-10-04 14:53:29,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/f784dce76f1e40ccb7641404654e1c34/users/98c91f6b063545a9b02aa65b8f73ba17/roles/9c18d110b05044ff9443519dd7039c7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb40936a034c6c27e07b7e8e46caee545fff5e01" 2018-10-04 14:53:29,582 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6d9b2f8-1276-4168-b1ba-624fb925f630 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:29,583 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/f784dce76f1e40ccb7641404654e1c34/users/98c91f6b063545a9b02aa65b8f73ba17/roles/9c18d110b05044ff9443519dd7039c7c used request id req-b6d9b2f8-1276-4168-b1ba-624fb925f630 2018-10-04 14:53:29,583 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 14:53:29,584 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:29,584 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:29,950 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9c18d110b05044ff9443519dd7039c7c", "name": "CreateImageSuccessTests-829fc615-a049-435-proj-role"}], "expires_at": "2018-10-04T15:53:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f784dce76f1e40ccb7641404654e1c34", "name": "CreateImageSuccessTests-829fc615-a049-435-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/f784dce76f1e40ccb7641404654e1c34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/f784dce76f1e40ccb7641404654e1c34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/f784dce76f1e40ccb7641404654e1c34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f784dce76f1e40ccb7641404654e1c34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/f784dce76f1e40ccb7641404654e1c34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/f784dce76f1e40ccb7641404654e1c34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/f784dce76f1e40ccb7641404654e1c34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/f784dce76f1e40ccb7641404654e1c34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/f784dce76f1e40ccb7641404654e1c34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f784dce76f1e40ccb7641404654e1c34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/f784dce76f1e40ccb7641404654e1c34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/f784dce76f1e40ccb7641404654e1c34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-829fc615-a049-435-user", "id": "98c91f6b063545a9b02aa65b8f73ba17"}, "audit_ids": ["bsAa6KVORWWg09TgOxaGfg"], "issued_at": "2018-10-04T14:53:29.000000Z"}} 2018-10-04 14:53:29,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7598907e3eb27621f9816b15acbf629a8de31df9" 2018-10-04 14:53:30,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-413df574-5199-4ac0-ba64-6d1ba66eb1c4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:30,024 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-413df574-5199-4ac0-ba64-6d1ba66eb1c4 2018-10-04 14:53:30,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-c3b206b2-c872-4260-8b93-ea41465a4bcc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7598907e3eb27621f9816b15acbf629a8de31df9" 2018-10-04 14:53:30,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-60a6c847-ea74-488c-9548-7cac6784867d Date: Thu, 04 Oct 2018 14:53:30 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-c3b206b2-c872-4260-8b93-ea41465a4bcc"} 2018-10-04 14:53:30,605 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-c3b206b2-c872-4260-8b93-ea41465a4bcc used request id req-60a6c847-ea74-488c-9548-7cac6784867d 2018-10-04 14:53:30,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7598907e3eb27621f9816b15acbf629a8de31df9" 2018-10-04 14:53:30,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5a12c5b3-e042-4e3c-a06d-913e4e888e56 Date: Thu, 04 Oct 2018 14:53:30 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 14:53:30,765 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-5a12c5b3-e042-4e3c-a06d-913e4e888e56 2018-10-04 14:53:30,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7598907e3eb27621f9816b15acbf629a8de31df9" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-c3b206b2-c872-4260-8b93-ea41465a4bcc"}' 2018-10-04 14:53:30,963 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/da8e8934-46fb-400a-a967-556b8f2b0039 X-Openstack-Request-Id: req-9dd1c7df-be9d-4688-8f52-bbe0d66bcccc Date: Thu, 04 Oct 2018 14:53:30 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-c3b206b2-c872-4260-8b93-ea41465a4bcc", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:53:30Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T14:53:30Z", "visibility": "shared", "locations": [], "self": "/v2/images/da8e8934-46fb-400a-a967-556b8f2b0039", "min_disk": 0, "protected": false, "id": "da8e8934-46fb-400a-a967-556b8f2b0039", "file": "/v2/images/da8e8934-46fb-400a-a967-556b8f2b0039/file", "checksum": null, "owner": "f784dce76f1e40ccb7641404654e1c34", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 14:53:30,964 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-9dd1c7df-be9d-4688-8f52-bbe0d66bcccc 2018-10-04 14:53:30,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/da8e8934-46fb-400a-a967-556b8f2b0039/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7598907e3eb27621f9816b15acbf629a8de31df9" -d '' 2018-10-04 14:53:32,990 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-64920c79-cfeb-41ae-94e8-8c9134b5d4b3 Date: Thu, 04 Oct 2018 14:53:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 14:53:32,990 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/da8e8934-46fb-400a-a967-556b8f2b0039/file used request id req-64920c79-cfeb-41ae-94e8-8c9134b5d4b3 2018-10-04 14:53:32,991 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 14:53:32,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/da8e8934-46fb-400a-a967-556b8f2b0039 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7598907e3eb27621f9816b15acbf629a8de31df9" 2018-10-04 14:53:33,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-831be5f9-70dd-4cae-ab74-0e5e7445aec5 Date: Thu, 04 Oct 2018 14:53:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-c3b206b2-c872-4260-8b93-ea41465a4bcc", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:53:30Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T14:53:32Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/da8e8934-46fb-400a-a967-556b8f2b0039/snap", "metadata": {}}], "self": "/v2/images/da8e8934-46fb-400a-a967-556b8f2b0039", "min_disk": 0, "protected": false, "id": "da8e8934-46fb-400a-a967-556b8f2b0039", "file": "/v2/images/da8e8934-46fb-400a-a967-556b8f2b0039/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f784dce76f1e40ccb7641404654e1c34", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/da8e8934-46fb-400a-a967-556b8f2b0039/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 14:53:33,162 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/da8e8934-46fb-400a-a967-556b8f2b0039 used request id req-831be5f9-70dd-4cae-ab74-0e5e7445aec5 2018-10-04 14:53:33,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7598907e3eb27621f9816b15acbf629a8de31df9" 2018-10-04 14:53:33,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-05935665-9ab0-47fd-a470-d3b8583868ba Date: Thu, 04 Oct 2018 14:53:33 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 14:53:33,309 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-05935665-9ab0-47fd-a470-d3b8583868ba 2018-10-04 14:53:33,312 - create_image - INFO - Created image with name - CreateImageSuccessTests-c3b206b2-c872-4260-8b93-ea41465a4bcc 2018-10-04 14:53:33,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/da8e8934-46fb-400a-a967-556b8f2b0039 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7598907e3eb27621f9816b15acbf629a8de31df9" 2018-10-04 14:53:33,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-5f55c2c6-27f0-4842-8d77-1e155a411fd3 Date: Thu, 04 Oct 2018 14:53:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-c3b206b2-c872-4260-8b93-ea41465a4bcc", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:53:30Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T14:53:32Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/da8e8934-46fb-400a-a967-556b8f2b0039/snap", "metadata": {}}], "self": "/v2/images/da8e8934-46fb-400a-a967-556b8f2b0039", "min_disk": 0, "protected": false, "id": "da8e8934-46fb-400a-a967-556b8f2b0039", "file": "/v2/images/da8e8934-46fb-400a-a967-556b8f2b0039/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f784dce76f1e40ccb7641404654e1c34", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/da8e8934-46fb-400a-a967-556b8f2b0039/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 14:53:33,474 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/da8e8934-46fb-400a-a967-556b8f2b0039 used request id req-5f55c2c6-27f0-4842-8d77-1e155a411fd3 2018-10-04 14:53:33,475 - create_image - DEBUG - Instance status is - active 2018-10-04 14:53:33,475 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-c3b206b2-c872-4260-8b93-ea41465a4bcc 2018-10-04 14:53:33,475 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-c3b206b2-c872-4260-8b93-ea41465a4bcc 2018-10-04 14:53:33,476 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:33,849 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9c18d110b05044ff9443519dd7039c7c", "name": "CreateImageSuccessTests-829fc615-a049-435-proj-role"}], "expires_at": "2018-10-04T15:53:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f784dce76f1e40ccb7641404654e1c34", "name": "CreateImageSuccessTests-829fc615-a049-435-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/f784dce76f1e40ccb7641404654e1c34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/f784dce76f1e40ccb7641404654e1c34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/f784dce76f1e40ccb7641404654e1c34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f784dce76f1e40ccb7641404654e1c34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/f784dce76f1e40ccb7641404654e1c34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/f784dce76f1e40ccb7641404654e1c34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/f784dce76f1e40ccb7641404654e1c34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/f784dce76f1e40ccb7641404654e1c34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/f784dce76f1e40ccb7641404654e1c34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f784dce76f1e40ccb7641404654e1c34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/f784dce76f1e40ccb7641404654e1c34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/f784dce76f1e40ccb7641404654e1c34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-829fc615-a049-435-user", "id": "98c91f6b063545a9b02aa65b8f73ba17"}, "audit_ids": ["qOEyq-1wSe2naNGBggh-5w"], "issued_at": "2018-10-04T14:53:33.000000Z"}} 2018-10-04 14:53:33,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-c3b206b2-c872-4260-8b93-ea41465a4bcc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}71fd855033cee6b35061056f5aaac55f4dca0bea" 2018-10-04 14:53:34,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-26e5746e-a658-429e-842a-a019f4c014bb Date: Thu, 04 Oct 2018 14:53:34 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-c3b206b2-c872-4260-8b93-ea41465a4bcc", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:53:30Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T14:53:32Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/da8e8934-46fb-400a-a967-556b8f2b0039/snap", "metadata": {}}], "self": "/v2/images/da8e8934-46fb-400a-a967-556b8f2b0039", "min_disk": 0, "protected": false, "id": "da8e8934-46fb-400a-a967-556b8f2b0039", "file": "/v2/images/da8e8934-46fb-400a-a967-556b8f2b0039/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f784dce76f1e40ccb7641404654e1c34", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/da8e8934-46fb-400a-a967-556b8f2b0039/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-c3b206b2-c872-4260-8b93-ea41465a4bcc"} 2018-10-04 14:53:34,021 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-c3b206b2-c872-4260-8b93-ea41465a4bcc used request id req-26e5746e-a658-429e-842a-a019f4c014bb 2018-10-04 14:53:34,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}71fd855033cee6b35061056f5aaac55f4dca0bea" 2018-10-04 14:53:34,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-93dcdc74-6e00-480b-853d-1807b986b382 Date: Thu, 04 Oct 2018 14:53:34 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 14:53:34,190 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-93dcdc74-6e00-480b-853d-1807b986b382 2018-10-04 14:53:34,193 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:34,194 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:34,563 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9c18d110b05044ff9443519dd7039c7c", "name": "CreateImageSuccessTests-829fc615-a049-435-proj-role"}], "expires_at": "2018-10-04T15:53:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f784dce76f1e40ccb7641404654e1c34", "name": "CreateImageSuccessTests-829fc615-a049-435-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/f784dce76f1e40ccb7641404654e1c34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/f784dce76f1e40ccb7641404654e1c34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/f784dce76f1e40ccb7641404654e1c34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f784dce76f1e40ccb7641404654e1c34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/f784dce76f1e40ccb7641404654e1c34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/f784dce76f1e40ccb7641404654e1c34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/f784dce76f1e40ccb7641404654e1c34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/f784dce76f1e40ccb7641404654e1c34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/f784dce76f1e40ccb7641404654e1c34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f784dce76f1e40ccb7641404654e1c34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/f784dce76f1e40ccb7641404654e1c34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/f784dce76f1e40ccb7641404654e1c34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-829fc615-a049-435-user", "id": "98c91f6b063545a9b02aa65b8f73ba17"}, "audit_ids": ["A9IEGU-wR2W61TUCP83p6A"], "issued_at": "2018-10-04T14:53:34.000000Z"}} 2018-10-04 14:53:34,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e8caf4ac0fb4abb377d7b2a3021a1123397f9eb" 2018-10-04 14:53:34,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8adb906-d502-4cae-a18e-db731fc40269 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:34,642 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a8adb906-d502-4cae-a18e-db731fc40269 2018-10-04 14:53:34,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&name=CreateImageSuccessTests-c3b206b2-c872-4260-8b93-ea41465a4bcc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6e8caf4ac0fb4abb377d7b2a3021a1123397f9eb" 2018-10-04 14:53:34,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1026 Content-Type: application/json X-Openstack-Request-Id: req-602d7507-d525-4647-b95b-365874e56d18 Date: Thu, 04 Oct 2018 14:53:34 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-c3b206b2-c872-4260-8b93-ea41465a4bcc", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:53:30Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T14:53:32Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/da8e8934-46fb-400a-a967-556b8f2b0039/snap", "metadata": {}}], "self": "/v2/images/da8e8934-46fb-400a-a967-556b8f2b0039", "min_disk": 0, "protected": false, "id": "da8e8934-46fb-400a-a967-556b8f2b0039", "file": "/v2/images/da8e8934-46fb-400a-a967-556b8f2b0039/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f784dce76f1e40ccb7641404654e1c34", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/da8e8934-46fb-400a-a967-556b8f2b0039/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=CreateImageSuccessTests-c3b206b2-c872-4260-8b93-ea41465a4bcc"} 2018-10-04 14:53:34,832 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&name=CreateImageSuccessTests-c3b206b2-c872-4260-8b93-ea41465a4bcc used request id req-602d7507-d525-4647-b95b-365874e56d18 2018-10-04 14:53:34,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6e8caf4ac0fb4abb377d7b2a3021a1123397f9eb" 2018-10-04 14:53:34,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e959ee8f-1d3a-40bc-9a17-dec78d05522b Date: Thu, 04 Oct 2018 14:53:34 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 14:53:34,972 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-e959ee8f-1d3a-40bc-9a17-dec78d05522b 2018-10-04 14:53:34,975 - create_image - INFO - Found image with name - CreateImageSuccessTests-c3b206b2-c872-4260-8b93-ea41465a4bcc 2018-10-04 14:53:34,976 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-c3b206b2-c872-4260-8b93-ea41465a4bcc 2018-10-04 14:53:34,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/da8e8934-46fb-400a-a967-556b8f2b0039 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7598907e3eb27621f9816b15acbf629a8de31df9" 2018-10-04 14:53:36,381 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e067cd24-065a-4fb6-b1e4-c1e997e85c70 Date: Thu, 04 Oct 2018 14:53:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 14:53:36,381 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/da8e8934-46fb-400a-a967-556b8f2b0039 used request id req-e067cd24-065a-4fb6-b1e4-c1e997e85c70 2018-10-04 14:53:36,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb40936a034c6c27e07b7e8e46caee545fff5e01" 2018-10-04 14:53:36,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-31c3455f-73b7-4877-8866-ce91df2edeb3 Date: Thu, 04 Oct 2018 14:53:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:53:36,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-31c3455f-73b7-4877-8866-ce91df2edeb3 2018-10-04 14:53:36,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb40936a034c6c27e07b7e8e46caee545fff5e01" 2018-10-04 14:53:36,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0654a50f-a216-411e-a197-5e57bfc8183f Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:53:36,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-0654a50f-a216-411e-a197-5e57bfc8183f 2018-10-04 14:53:36,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb40936a034c6c27e07b7e8e46caee545fff5e01" 2018-10-04 14:53:36,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-625951df-26b5-455f-8331-f5af1b6d1175 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:53:36,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-625951df-26b5-455f-8331-f5af1b6d1175 2018-10-04 14:53:36,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb40936a034c6c27e07b7e8e46caee545fff5e01" 2018-10-04 14:53:36,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15bfa084-c1fb-43f1-955b-79e81b05fd2f Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:53:36,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-15bfa084-c1fb-43f1-955b-79e81b05fd2f 2018-10-04 14:53:36,859 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-829fc615-a049-435-proj 2018-10-04 14:53:36,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/f784dce76f1e40ccb7641404654e1c34 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb40936a034c6c27e07b7e8e46caee545fff5e01" 2018-10-04 14:53:37,222 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a165184-ec26-47a8-98ae-757ccc676220 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:37,222 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/f784dce76f1e40ccb7641404654e1c34 used request id req-8a165184-ec26-47a8-98ae-757ccc676220 2018-10-04 14:53:37,222 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-829fc615-a049-435-proj-role 2018-10-04 14:53:37,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/9c18d110b05044ff9443519dd7039c7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb40936a034c6c27e07b7e8e46caee545fff5e01" 2018-10-04 14:53:37,333 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb328d40-2510-448b-b575-7db396552ecf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:37,333 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/9c18d110b05044ff9443519dd7039c7c used request id req-bb328d40-2510-448b-b575-7db396552ecf 2018-10-04 14:53:37,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb40936a034c6c27e07b7e8e46caee545fff5e01" 2018-10-04 14:53:37,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-279e3138-3ba5-4afb-8a8d-c054cc7b9df1 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:53:37,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-279e3138-3ba5-4afb-8a8d-c054cc7b9df1 2018-10-04 14:53:37,432 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-829fc615-a049-435-user 2018-10-04 14:53:37,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/98c91f6b063545a9b02aa65b8f73ba17 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8121933dc8675eebc65bd45236821b431dbd3ff7" 2018-10-04 14:53:37,619 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6df196fa-928e-46a9-b339-f99e1d62ea65 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:37,619 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/98c91f6b063545a9b02aa65b8f73ba17 used request id req-6df196fa-928e-46a9-b339-f99e1d62ea65 2018-10-04 14:53:37,621 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:37,996 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:53:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["JPW7JrkqRGyOhz5Ls3Pidw"], "issued_at": "2018-10-04T14:53:37.000000Z"}} 2018-10-04 14:53:37,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d4e1dc9b4670d42b8d662818a8e388109f5703" 2018-10-04 14:53:38,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07211669-cbd6-4e17-bfe8-34746f555ecf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:38,083 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-07211669-cbd6-4e17-bfe8-34746f555ecf 2018-10-04 14:53:38,084 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:38,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:38,475 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:53:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["tzJFFN43QZWILN5pb4Cjjw"], "issued_at": "2018-10-04T14:53:38.000000Z"}} 2018-10-04 14:53:38,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6af0ad2f8ab355b1f4ccfdc15c86ab7ef508fad" 2018-10-04 14:53:38,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08c07a50-c527-4d72-87c4-d218329bffbe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:38,552 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-08c07a50-c527-4d72-87c4-d218329bffbe 2018-10-04 14:53:38,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:53:38,562 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:53:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:53:38,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-6d7a09c0-be7c-40f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6af0ad2f8ab355b1f4ccfdc15c86ab7ef508fad" 2018-10-04 14:53:38,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3179dcff-c977-42d4-ab95-ea4c8f791fdc Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-6d7a09c0-be7c-40f-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:53:38,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-6d7a09c0-be7c-40f-proj used request id req-3179dcff-c977-42d4-ab95-ea4c8f791fdc 2018-10-04 14:53:38,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6af0ad2f8ab355b1f4ccfdc15c86ab7ef508fad" 2018-10-04 14:53:38,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc11c9d2-7873-4b2c-aa82-bdf4f24895b5 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:53:38,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-dc11c9d2-7873-4b2c-aa82-bdf4f24895b5 2018-10-04 14:53:38,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6af0ad2f8ab355b1f4ccfdc15c86ab7ef508fad" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-6d7a09c0-be7c-40f-proj"}}' 2018-10-04 14:53:38,859 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:53:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35f6d515-8c1f-4791-a515-3bdfe0a0b437 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/47586d4d1c414b89b32c749f4dac9b31"}, "enabled": true, "id": "47586d4d1c414b89b32c749f4dac9b31", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-6d7a09c0-be7c-40f-proj"}} 2018-10-04 14:53:38,860 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-35f6d515-8c1f-4791-a515-3bdfe0a0b437 2018-10-04 14:53:38,860 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-6d7a09c0-be7c-40f-proj 2018-10-04 14:53:38,860 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:38,861 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:39,244 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:53:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["xDPhzLHBS3y1TLuY-wN6Wg"], "issued_at": "2018-10-04T14:53:39.000000Z"}} 2018-10-04 14:53:39,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7435386198c36efd122a7a8464d6a5b314d3ad9" 2018-10-04 14:53:39,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a418775-8684-4344-96d0-0c76a346929f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:39,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0a418775-8684-4344-96d0-0c76a346929f 2018-10-04 14:53:39,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:53:39,331 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:53:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:53:39,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7435386198c36efd122a7a8464d6a5b314d3ad9" 2018-10-04 14:53:39,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5886fd66-0713-4cc7-9ffa-e7ac36d64aa8 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:53:39,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-5886fd66-0713-4cc7-9ffa-e7ac36d64aa8 2018-10-04 14:53:39,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateImageNegativeTests-6d7a09c0-be7c-40f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7435386198c36efd122a7a8464d6a5b314d3ad9" 2018-10-04 14:53:39,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e345efb-083a-4714-8528-297c3fe88820 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateImageNegativeTests-6d7a09c0-be7c-40f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/47586d4d1c414b89b32c749f4dac9b31"}, "enabled": true, "id": "47586d4d1c414b89b32c749f4dac9b31", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-6d7a09c0-be7c-40f-proj"}]} 2018-10-04 14:53:39,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateImageNegativeTests-6d7a09c0-be7c-40f-proj used request id req-0e345efb-083a-4714-8528-297c3fe88820 2018-10-04 14:53:39,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7435386198c36efd122a7a8464d6a5b314d3ad9" 2018-10-04 14:53:39,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0fc65b1-e221-43b9-a0d7-5edc6cae3cbf Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:53:39,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-c0fc65b1-e221-43b9-a0d7-5edc6cae3cbf 2018-10-04 14:53:39,979 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-6d7a09c0-be7c-40f-user 2018-10-04 14:53:39,979 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:39,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6af0ad2f8ab355b1f4ccfdc15c86ab7ef508fad" 2018-10-04 14:53:40,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd586535-4c2c-4727-9f92-98f8042f7e7d Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:53:40,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-bd586535-4c2c-4727-9f92-98f8042f7e7d 2018-10-04 14:53:40,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6af0ad2f8ab355b1f4ccfdc15c86ab7ef508fad" -d '{"role": {"name": "CreateImageNegativeTests-6d7a09c0-be7c-40f-proj-role"}}' 2018-10-04 14:53:40,183 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:53:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c1d1848-5ba2-4527-8b44-3abaac6f075c Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "36af983ab20446c3913f65210a76d8b2", "links": {"self": "http://172.30.9.23:5000/v3/roles/36af983ab20446c3913f65210a76d8b2"}, "name": "CreateImageNegativeTests-6d7a09c0-be7c-40f-proj-role"}} 2018-10-04 14:53:40,183 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-0c1d1848-5ba2-4527-8b44-3abaac6f075c 2018-10-04 14:53:40,183 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-6d7a09c0-be7c-40f-proj-role 2018-10-04 14:53:40,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/36af983ab20446c3913f65210a76d8b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6af0ad2f8ab355b1f4ccfdc15c86ab7ef508fad" 2018-10-04 14:53:40,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4658dac-42fe-4e17-8739-72d79999d0d2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/36af983ab20446c3913f65210a76d8b2"}, "domain_id": null, "name": "CreateImageNegativeTests-6d7a09c0-be7c-40f-proj-role", "id": "36af983ab20446c3913f65210a76d8b2"}} 2018-10-04 14:53:40,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/36af983ab20446c3913f65210a76d8b2 used request id req-c4658dac-42fe-4e17-8739-72d79999d0d2 2018-10-04 14:53:40,275 - keystone_utils - INFO - Granting role CreateImageNegativeTests-6d7a09c0-be7c-40f-proj-role to project CreateImageNegativeTests-6d7a09c0-be7c-40f-proj 2018-10-04 14:53:40,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/47586d4d1c414b89b32c749f4dac9b31/users/19a30c453c16414d9558ce8ec3eb9831/roles/36af983ab20446c3913f65210a76d8b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6af0ad2f8ab355b1f4ccfdc15c86ab7ef508fad" 2018-10-04 14:53:40,400 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1abeff3-dd3c-4680-9bc3-5dc8dcdf7b45 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:40,400 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/47586d4d1c414b89b32c749f4dac9b31/users/19a30c453c16414d9558ce8ec3eb9831/roles/36af983ab20446c3913f65210a76d8b2 used request id req-e1abeff3-dd3c-4680-9bc3-5dc8dcdf7b45 2018-10-04 14:53:40,401 - openstack_tests - DEBUG - Image metadata - None 2018-10-04 14:53:40,401 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:40,402 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:40,778 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "36af983ab20446c3913f65210a76d8b2", "name": "CreateImageNegativeTests-6d7a09c0-be7c-40f-proj-role"}], "expires_at": "2018-10-04T15:53:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "47586d4d1c414b89b32c749f4dac9b31", "name": "CreateImageNegativeTests-6d7a09c0-be7c-40f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/47586d4d1c414b89b32c749f4dac9b31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/47586d4d1c414b89b32c749f4dac9b31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/47586d4d1c414b89b32c749f4dac9b31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/47586d4d1c414b89b32c749f4dac9b31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/47586d4d1c414b89b32c749f4dac9b31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/47586d4d1c414b89b32c749f4dac9b31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/47586d4d1c414b89b32c749f4dac9b31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/47586d4d1c414b89b32c749f4dac9b31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/47586d4d1c414b89b32c749f4dac9b31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/47586d4d1c414b89b32c749f4dac9b31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/47586d4d1c414b89b32c749f4dac9b31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/47586d4d1c414b89b32c749f4dac9b31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-6d7a09c0-be7c-40f-user", "id": "19a30c453c16414d9558ce8ec3eb9831"}, "audit_ids": ["2eBfkbW9ScSQNZDqr_NIjw"], "issued_at": "2018-10-04T14:53:40.000000Z"}} 2018-10-04 14:53:40,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0d9decda9634f466641f086028d839c3b416fe8" 2018-10-04 14:53:40,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2c5f274-562b-468c-bf75-e900a12246cd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:40,858 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a2c5f274-562b-468c-bf75-e900a12246cd 2018-10-04 14:53:40,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-f1f8c44b-7e7c-48e6-b397-8b2bb1d7ed6a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0d9decda9634f466641f086028d839c3b416fe8" 2018-10-04 14:53:41,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 163 Content-Type: application/json X-Openstack-Request-Id: req-2f189aef-02f4-4cd4-9cef-886ae0e360f3 Date: Thu, 04 Oct 2018 14:53:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageNegativeTests-f1f8c44b-7e7c-48e6-b397-8b2bb1d7ed6a"} 2018-10-04 14:53:41,034 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-f1f8c44b-7e7c-48e6-b397-8b2bb1d7ed6a used request id req-2f189aef-02f4-4cd4-9cef-886ae0e360f3 2018-10-04 14:53:41,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0d9decda9634f466641f086028d839c3b416fe8" 2018-10-04 14:53:41,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7c9d7e82-577f-4d66-9b34-57ac62f90881 Date: Thu, 04 Oct 2018 14:53:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 14:53:41,202 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-7c9d7e82-577f-4d66-9b34-57ac62f90881 2018-10-04 14:53:41,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e0d9decda9634f466641f086028d839c3b416fe8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageNegativeTests-f1f8c44b-7e7c-48e6-b397-8b2bb1d7ed6a"}' 2018-10-04 14:53:41,430 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 622 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/a5e85e66-fc4f-4fd6-890c-aec906e6f5df X-Openstack-Request-Id: req-2cdd2165-ae18-4e27-94a8-a5fd025af2e3 Date: Thu, 04 Oct 2018 14:53:41 GMT RESP BODY: {"status": "queued", "name": "CreateImageNegativeTests-f1f8c44b-7e7c-48e6-b397-8b2bb1d7ed6a", "tags": [], "container_format": "bare", "created_at": "2018-10-04T14:53:41Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T14:53:41Z", "visibility": "shared", "locations": [], "self": "/v2/images/a5e85e66-fc4f-4fd6-890c-aec906e6f5df", "min_disk": 0, "protected": false, "id": "a5e85e66-fc4f-4fd6-890c-aec906e6f5df", "file": "/v2/images/a5e85e66-fc4f-4fd6-890c-aec906e6f5df/file", "checksum": null, "owner": "47586d4d1c414b89b32c749f4dac9b31", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 14:53:41,431 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-2cdd2165-ae18-4e27-94a8-a5fd025af2e3 2018-10-04 14:53:41,438 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-10-04 14:53:41,439 - glance_utils - INFO - Deleting image named - CreateImageNegativeTests-f1f8c44b-7e7c-48e6-b397-8b2bb1d7ed6a 2018-10-04 14:53:41,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/a5e85e66-fc4f-4fd6-890c-aec906e6f5df -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0d9decda9634f466641f086028d839c3b416fe8" 2018-10-04 14:53:41,649 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-441e023e-3de5-4a23-956b-24f072d9f5eb Date: Thu, 04 Oct 2018 14:53:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 14:53:41,650 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/a5e85e66-fc4f-4fd6-890c-aec906e6f5df used request id req-441e023e-3de5-4a23-956b-24f072d9f5eb 2018-10-04 14:53:41,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6af0ad2f8ab355b1f4ccfdc15c86ab7ef508fad" 2018-10-04 14:53:41,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b391d1ef-8dcb-4522-a08c-4e7e850ed884 Date: Thu, 04 Oct 2018 14:53:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:53:41,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-b391d1ef-8dcb-4522-a08c-4e7e850ed884 2018-10-04 14:53:41,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6af0ad2f8ab355b1f4ccfdc15c86ab7ef508fad" 2018-10-04 14:53:41,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cbf4b43-aa67-4372-9e76-aafde00fa7f2 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:53:41,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-5cbf4b43-aa67-4372-9e76-aafde00fa7f2 2018-10-04 14:53:41,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6af0ad2f8ab355b1f4ccfdc15c86ab7ef508fad" 2018-10-04 14:53:42,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fc0f467-b3be-477c-8c4b-afde3550167d Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:53:42,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-8fc0f467-b3be-477c-8c4b-afde3550167d 2018-10-04 14:53:42,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6af0ad2f8ab355b1f4ccfdc15c86ab7ef508fad" 2018-10-04 14:53:42,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-658fcb8d-cdc4-4ac8-975f-8bd6ed2381cc Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:53:42,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-658fcb8d-cdc4-4ac8-975f-8bd6ed2381cc 2018-10-04 14:53:42,140 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-6d7a09c0-be7c-40f-proj 2018-10-04 14:53:42,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/47586d4d1c414b89b32c749f4dac9b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6af0ad2f8ab355b1f4ccfdc15c86ab7ef508fad" 2018-10-04 14:53:42,412 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0058f54-5e1b-4a89-b577-01f11c19e78c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:42,413 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/47586d4d1c414b89b32c749f4dac9b31 used request id req-c0058f54-5e1b-4a89-b577-01f11c19e78c 2018-10-04 14:53:42,413 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-6d7a09c0-be7c-40f-proj-role 2018-10-04 14:53:42,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/36af983ab20446c3913f65210a76d8b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6af0ad2f8ab355b1f4ccfdc15c86ab7ef508fad" 2018-10-04 14:53:42,529 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dccec8db-ded4-4a4b-88c4-d32d407b0a18 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:42,529 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/36af983ab20446c3913f65210a76d8b2 used request id req-dccec8db-ded4-4a4b-88c4-d32d407b0a18 2018-10-04 14:53:42,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6af0ad2f8ab355b1f4ccfdc15c86ab7ef508fad" 2018-10-04 14:53:42,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb54ea71-1c8c-483e-9377-88ddea497141 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:53:42,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-bb54ea71-1c8c-483e-9377-88ddea497141 2018-10-04 14:53:42,617 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-6d7a09c0-be7c-40f-user 2018-10-04 14:53:42,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/19a30c453c16414d9558ce8ec3eb9831 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7435386198c36efd122a7a8464d6a5b314d3ad9" 2018-10-04 14:53:42,785 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81e7ef58-6dfb-43e5-a6cb-a3d7c9d7f311 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:42,785 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/19a30c453c16414d9558ce8ec3eb9831 used request id req-81e7ef58-6dfb-43e5-a6cb-a3d7c9d7f311 2018-10-04 14:53:42,787 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:43,250 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:53:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["VdmZObuIQViNMGmCE2gTjQ"], "issued_at": "2018-10-04T14:53:43.000000Z"}} 2018-10-04 14:53:43,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32823e662591680b40e679a9fd389ef2113a6900" 2018-10-04 14:53:43,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2de7a790-fd89-4a03-9304-3e8261744c3c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:43,336 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2de7a790-fd89-4a03-9304-3e8261744c3c 2018-10-04 14:53:43,337 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:43,338 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:43,714 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:53:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["8FTIptLrRFKCN654RQVpcA"], "issued_at": "2018-10-04T14:53:43.000000Z"}} 2018-10-04 14:53:43,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4137ebfc1b92d948b0df7d447875a9106a1c1dbb" 2018-10-04 14:53:43,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0eea3115-9eb6-4826-b40a-1ee2fc577683 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:43,809 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0eea3115-9eb6-4826-b40a-1ee2fc577683 2018-10-04 14:53:43,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:53:43,818 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:53:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:53:43,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-81b49456-9de1-48a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4137ebfc1b92d948b0df7d447875a9106a1c1dbb" 2018-10-04 14:53:43,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c98cfe3-d9e4-410a-ae28-701981e081c4 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-81b49456-9de1-48a-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:53:43,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-81b49456-9de1-48a-proj used request id req-5c98cfe3-d9e4-410a-ae28-701981e081c4 2018-10-04 14:53:43,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4137ebfc1b92d948b0df7d447875a9106a1c1dbb" 2018-10-04 14:53:43,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8470ad1-5e03-4a33-9c9e-ed4ccbabc691 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:53:43,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-c8470ad1-5e03-4a33-9c9e-ed4ccbabc691 2018-10-04 14:53:43,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4137ebfc1b92d948b0df7d447875a9106a1c1dbb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-81b49456-9de1-48a-proj"}}' 2018-10-04 14:53:44,051 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:53:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d05f5180-32c1-4259-b06f-0e06d34f4c8a Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b6d2f66ece754b1e975b7d1d2ecaa35c"}, "enabled": true, "id": "b6d2f66ece754b1e975b7d1d2ecaa35c", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-81b49456-9de1-48a-proj"}} 2018-10-04 14:53:44,051 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-d05f5180-32c1-4259-b06f-0e06d34f4c8a 2018-10-04 14:53:44,052 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-81b49456-9de1-48a-proj 2018-10-04 14:53:44,052 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:44,053 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:44,425 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:53:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["9GFJChNmQiO3NYZ5kucuDQ"], "issued_at": "2018-10-04T14:53:44.000000Z"}} 2018-10-04 14:53:44,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca9ec8106ed33547f818e730cd20089e8babee2" 2018-10-04 14:53:44,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a43fcca8-d78c-4095-bb0d-6932f1c76e58 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:44,522 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a43fcca8-d78c-4095-bb0d-6932f1c76e58 2018-10-04 14:53:44,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:53:44,532 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:53:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:53:44,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca9ec8106ed33547f818e730cd20089e8babee2" 2018-10-04 14:53:44,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2de4d00-7fa6-4df8-b334-30918d6150af Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:53:44,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e2de4d00-7fa6-4df8-b334-30918d6150af 2018-10-04 14:53:44,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateImageNegativeTests-81b49456-9de1-48a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca9ec8106ed33547f818e730cd20089e8babee2" 2018-10-04 14:53:44,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-434a1230-473a-4059-84b5-bccc10ed1e89 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateImageNegativeTests-81b49456-9de1-48a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b6d2f66ece754b1e975b7d1d2ecaa35c"}, "enabled": true, "id": "b6d2f66ece754b1e975b7d1d2ecaa35c", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-81b49456-9de1-48a-proj"}]} 2018-10-04 14:53:44,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateImageNegativeTests-81b49456-9de1-48a-proj used request id req-434a1230-473a-4059-84b5-bccc10ed1e89 2018-10-04 14:53:44,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca9ec8106ed33547f818e730cd20089e8babee2" 2018-10-04 14:53:44,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b13aa58a-a88a-499d-9e44-8a636713f8c1 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:53:44,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-b13aa58a-a88a-499d-9e44-8a636713f8c1 2018-10-04 14:53:45,122 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-81b49456-9de1-48a-user 2018-10-04 14:53:45,122 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:45,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4137ebfc1b92d948b0df7d447875a9106a1c1dbb" 2018-10-04 14:53:45,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7c4b4cd-6565-4a9f-b01e-0867f6b33a5c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:53:45,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e7c4b4cd-6565-4a9f-b01e-0867f6b33a5c 2018-10-04 14:53:45,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4137ebfc1b92d948b0df7d447875a9106a1c1dbb" -d '{"role": {"name": "CreateImageNegativeTests-81b49456-9de1-48a-proj-role"}}' 2018-10-04 14:53:45,350 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:53:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d07b2b1e-be8e-4a31-ad60-9cdbb46a02cd Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4c6db01d81364c8e8f06b8177d206823", "links": {"self": "http://172.30.9.23:5000/v3/roles/4c6db01d81364c8e8f06b8177d206823"}, "name": "CreateImageNegativeTests-81b49456-9de1-48a-proj-role"}} 2018-10-04 14:53:45,350 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-d07b2b1e-be8e-4a31-ad60-9cdbb46a02cd 2018-10-04 14:53:45,351 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-81b49456-9de1-48a-proj-role 2018-10-04 14:53:45,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/4c6db01d81364c8e8f06b8177d206823 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4137ebfc1b92d948b0df7d447875a9106a1c1dbb" 2018-10-04 14:53:45,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba428ba4-347b-41ce-afa8-f8dd9d491a76 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/4c6db01d81364c8e8f06b8177d206823"}, "domain_id": null, "name": "CreateImageNegativeTests-81b49456-9de1-48a-proj-role", "id": "4c6db01d81364c8e8f06b8177d206823"}} 2018-10-04 14:53:45,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/4c6db01d81364c8e8f06b8177d206823 used request id req-ba428ba4-347b-41ce-afa8-f8dd9d491a76 2018-10-04 14:53:45,439 - keystone_utils - INFO - Granting role CreateImageNegativeTests-81b49456-9de1-48a-proj-role to project CreateImageNegativeTests-81b49456-9de1-48a-proj 2018-10-04 14:53:45,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/b6d2f66ece754b1e975b7d1d2ecaa35c/users/6965955712ef4013842802931561868c/roles/4c6db01d81364c8e8f06b8177d206823 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4137ebfc1b92d948b0df7d447875a9106a1c1dbb" 2018-10-04 14:53:45,575 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34471783-d8f5-4f88-be89-cd680757301f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:45,576 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/b6d2f66ece754b1e975b7d1d2ecaa35c/users/6965955712ef4013842802931561868c/roles/4c6db01d81364c8e8f06b8177d206823 used request id req-34471783-d8f5-4f88-be89-cd680757301f 2018-10-04 14:53:45,576 - openstack_tests - DEBUG - Image metadata - None 2018-10-04 14:53:45,576 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:45,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:45,954 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4c6db01d81364c8e8f06b8177d206823", "name": "CreateImageNegativeTests-81b49456-9de1-48a-proj-role"}], "expires_at": "2018-10-04T15:53:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6d2f66ece754b1e975b7d1d2ecaa35c", "name": "CreateImageNegativeTests-81b49456-9de1-48a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/b6d2f66ece754b1e975b7d1d2ecaa35c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/b6d2f66ece754b1e975b7d1d2ecaa35c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/b6d2f66ece754b1e975b7d1d2ecaa35c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/b6d2f66ece754b1e975b7d1d2ecaa35c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/b6d2f66ece754b1e975b7d1d2ecaa35c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/b6d2f66ece754b1e975b7d1d2ecaa35c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/b6d2f66ece754b1e975b7d1d2ecaa35c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/b6d2f66ece754b1e975b7d1d2ecaa35c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/b6d2f66ece754b1e975b7d1d2ecaa35c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b6d2f66ece754b1e975b7d1d2ecaa35c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/b6d2f66ece754b1e975b7d1d2ecaa35c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/b6d2f66ece754b1e975b7d1d2ecaa35c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-81b49456-9de1-48a-user", "id": "6965955712ef4013842802931561868c"}, "audit_ids": ["ttOrek2USLmWRyfgybf0Ng"], "issued_at": "2018-10-04T14:53:45.000000Z"}} 2018-10-04 14:53:45,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b1f7cd5209597fb531b28e6f709f2a75e2b4dd1" 2018-10-04 14:53:46,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a48fe08-88b3-481b-a1f6-6573b9194153 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:46,024 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4a48fe08-88b3-481b-a1f6-6573b9194153 2018-10-04 14:53:46,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=foo&name=CreateImageNegativeTests-3853967f-3a09-475a-8ea9-b084740e6df7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0b1f7cd5209597fb531b28e6f709f2a75e2b4dd1" 2018-10-04 14:53:46,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 161 Content-Type: application/json X-Openstack-Request-Id: req-2800c633-5a0e-44d1-b0c3-dc3b30f184e3 Date: Thu, 04 Oct 2018 14:53:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=foo&limit=20&name=CreateImageNegativeTests-3853967f-3a09-475a-8ea9-b084740e6df7"} 2018-10-04 14:53:46,190 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=foo&name=CreateImageNegativeTests-3853967f-3a09-475a-8ea9-b084740e6df7 used request id req-2800c633-5a0e-44d1-b0c3-dc3b30f184e3 2018-10-04 14:53:46,191 - file_utils - DEBUG - Downloading file from - http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img 2018-10-04 14:53:46,191 - file_utils - DEBUG - Saving file to - /tmp/11b8c8d4-c1d8-4532-b98f-d96c8913e506 2018-10-04 14:53:46,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0b1f7cd5209597fb531b28e6f709f2a75e2b4dd1" 2018-10-04 14:53:46,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-522136f7-9db6-43b4-aa16-b5bbe92e8908 Date: Thu, 04 Oct 2018 14:53:46 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 14:53:46,579 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-522136f7-9db6-43b4-aa16-b5bbe92e8908 2018-10-04 14:53:46,602 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-10-04 14:53:46,602 - glance_utils - DEBUG - Closing file ./tmp/11b8c8d4-c1d8-4532-b98f-d96c8913e506 2018-10-04 14:53:46,602 - glance_utils - INFO - Removing file ./tmp/11b8c8d4-c1d8-4532-b98f-d96c8913e506 2018-10-04 14:53:46,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4137ebfc1b92d948b0df7d447875a9106a1c1dbb" 2018-10-04 14:53:46,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-e0c693d2-ad50-454f-8db9-92e71fa32a0d Date: Thu, 04 Oct 2018 14:53:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:53:46,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-e0c693d2-ad50-454f-8db9-92e71fa32a0d 2018-10-04 14:53:46,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4137ebfc1b92d948b0df7d447875a9106a1c1dbb" 2018-10-04 14:53:46,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bafce92d-e0d9-41e2-b5aa-3afa5efd77f9 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:53:46,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-bafce92d-e0d9-41e2-b5aa-3afa5efd77f9 2018-10-04 14:53:46,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4137ebfc1b92d948b0df7d447875a9106a1c1dbb" 2018-10-04 14:53:47,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55847f84-b23f-4158-9957-3345396ad035 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:53:47,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-55847f84-b23f-4158-9957-3345396ad035 2018-10-04 14:53:47,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4137ebfc1b92d948b0df7d447875a9106a1c1dbb" 2018-10-04 14:53:47,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c302774-4d5e-4766-ad5d-61f53d517669 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:53:47,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-5c302774-4d5e-4766-ad5d-61f53d517669 2018-10-04 14:53:47,104 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-81b49456-9de1-48a-proj 2018-10-04 14:53:47,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/b6d2f66ece754b1e975b7d1d2ecaa35c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4137ebfc1b92d948b0df7d447875a9106a1c1dbb" 2018-10-04 14:53:47,316 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5f09d07-4c79-46dc-a9cf-21dcbfd6608f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:47,317 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/b6d2f66ece754b1e975b7d1d2ecaa35c used request id req-b5f09d07-4c79-46dc-a9cf-21dcbfd6608f 2018-10-04 14:53:47,317 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-81b49456-9de1-48a-proj-role 2018-10-04 14:53:47,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/4c6db01d81364c8e8f06b8177d206823 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4137ebfc1b92d948b0df7d447875a9106a1c1dbb" 2018-10-04 14:53:47,428 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab011e09-7f50-484d-a51d-e7ac185932e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:47,428 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/4c6db01d81364c8e8f06b8177d206823 used request id req-ab011e09-7f50-484d-a51d-e7ac185932e7 2018-10-04 14:53:47,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4137ebfc1b92d948b0df7d447875a9106a1c1dbb" 2018-10-04 14:53:47,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cfca5e7-8982-4c18-9f79-ea3e65b7c308 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:53:47,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-2cfca5e7-8982-4c18-9f79-ea3e65b7c308 2018-10-04 14:53:47,511 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-81b49456-9de1-48a-user 2018-10-04 14:53:47,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/6965955712ef4013842802931561868c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca9ec8106ed33547f818e730cd20089e8babee2" 2018-10-04 14:53:47,690 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-452682fe-d6be-42c8-8b4f-b0621e7e95ff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:47,690 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/6965955712ef4013842802931561868c used request id req-452682fe-d6be-42c8-8b4f-b0621e7e95ff 2018-10-04 14:53:47,692 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:48,075 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:53:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["OD_0GS4sTaypwu3yWlPgVQ"], "issued_at": "2018-10-04T14:53:48.000000Z"}} 2018-10-04 14:53:48,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd502279ca9d1670a3c6b72ac7e9f5037eff639" 2018-10-04 14:53:48,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2570099-bdcd-4892-82b2-a0c82dc7b920 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:48,154 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b2570099-bdcd-4892-82b2-a0c82dc7b920 2018-10-04 14:53:48,155 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:48,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:48,534 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:53:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["zoPLvG8mQZe-wdL02i1Aww"], "issued_at": "2018-10-04T14:53:48.000000Z"}} 2018-10-04 14:53:48,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4680f14cdf2efe320b8c96f70ec2337d068a7aeb" 2018-10-04 14:53:48,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d9eed86-cd87-4998-a365-20d505c2ff07 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:48,621 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2d9eed86-cd87-4998-a365-20d505c2ff07 2018-10-04 14:53:48,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:53:48,630 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:53:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:53:48,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-610fd9ac-13b5-403-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4680f14cdf2efe320b8c96f70ec2337d068a7aeb" 2018-10-04 14:53:48,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc580df2-f4f2-4b4f-8601-bb540e4db503 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-610fd9ac-13b5-403-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:53:48,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-610fd9ac-13b5-403-proj used request id req-fc580df2-f4f2-4b4f-8601-bb540e4db503 2018-10-04 14:53:48,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4680f14cdf2efe320b8c96f70ec2337d068a7aeb" 2018-10-04 14:53:48,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30c2452a-f274-4f5f-b987-d75581903a19 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:53:48,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-30c2452a-f274-4f5f-b987-d75581903a19 2018-10-04 14:53:48,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4680f14cdf2efe320b8c96f70ec2337d068a7aeb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-610fd9ac-13b5-403-proj"}}' 2018-10-04 14:53:49,040 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:53:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01c6dc4c-c332-4565-88a3-90a368b753ff Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/66d25052c41d4a0aac0865584fc2ba12"}, "enabled": true, "id": "66d25052c41d4a0aac0865584fc2ba12", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-610fd9ac-13b5-403-proj"}} 2018-10-04 14:53:49,040 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-01c6dc4c-c332-4565-88a3-90a368b753ff 2018-10-04 14:53:49,040 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-610fd9ac-13b5-403-proj 2018-10-04 14:53:49,040 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:49,041 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:49,435 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:53:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["GyCJ29nrQPuVd68x9VkLnA"], "issued_at": "2018-10-04T14:53:49.000000Z"}} 2018-10-04 14:53:49,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88652f17ec323795d2f8579e16c990a0ba601a4a" 2018-10-04 14:53:49,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa2e70d0-0d3a-48aa-b2ed-b00a5f7bf98b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:49,528 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-aa2e70d0-0d3a-48aa-b2ed-b00a5f7bf98b 2018-10-04 14:53:49,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:53:49,537 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:53:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:53:49,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88652f17ec323795d2f8579e16c990a0ba601a4a" 2018-10-04 14:53:49,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93d2594f-1b12-4926-9c6c-556fbb98a038 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:53:49,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-93d2594f-1b12-4926-9c6c-556fbb98a038 2018-10-04 14:53:49,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateImageNegativeTests-610fd9ac-13b5-403-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88652f17ec323795d2f8579e16c990a0ba601a4a" 2018-10-04 14:53:49,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9aeec935-2ef8-4ab3-b52f-5526466a405d Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateImageNegativeTests-610fd9ac-13b5-403-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/66d25052c41d4a0aac0865584fc2ba12"}, "enabled": true, "id": "66d25052c41d4a0aac0865584fc2ba12", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-610fd9ac-13b5-403-proj"}]} 2018-10-04 14:53:49,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateImageNegativeTests-610fd9ac-13b5-403-proj used request id req-9aeec935-2ef8-4ab3-b52f-5526466a405d 2018-10-04 14:53:49,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88652f17ec323795d2f8579e16c990a0ba601a4a" 2018-10-04 14:53:49,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64d37b69-4e36-4eb8-ba72-bdfae14e3601 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:53:49,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-64d37b69-4e36-4eb8-ba72-bdfae14e3601 2018-10-04 14:53:50,195 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-610fd9ac-13b5-403-user 2018-10-04 14:53:50,195 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:50,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4680f14cdf2efe320b8c96f70ec2337d068a7aeb" 2018-10-04 14:53:50,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04ee96c7-eec1-4508-912d-ae3f0d5df144 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:53:50,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-04ee96c7-eec1-4508-912d-ae3f0d5df144 2018-10-04 14:53:50,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4680f14cdf2efe320b8c96f70ec2337d068a7aeb" -d '{"role": {"name": "CreateImageNegativeTests-610fd9ac-13b5-403-proj-role"}}' 2018-10-04 14:53:50,387 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:53:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69125f99-286a-4b3c-a3f5-6b8042c449f4 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ab16501d030f4cc0910c5ff5e6a1e456", "links": {"self": "http://172.30.9.23:5000/v3/roles/ab16501d030f4cc0910c5ff5e6a1e456"}, "name": "CreateImageNegativeTests-610fd9ac-13b5-403-proj-role"}} 2018-10-04 14:53:50,388 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-69125f99-286a-4b3c-a3f5-6b8042c449f4 2018-10-04 14:53:50,388 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-610fd9ac-13b5-403-proj-role 2018-10-04 14:53:50,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/ab16501d030f4cc0910c5ff5e6a1e456 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4680f14cdf2efe320b8c96f70ec2337d068a7aeb" 2018-10-04 14:53:50,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38f0f32a-468b-4916-9a8f-06bd20507cfc Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/ab16501d030f4cc0910c5ff5e6a1e456"}, "domain_id": null, "name": "CreateImageNegativeTests-610fd9ac-13b5-403-proj-role", "id": "ab16501d030f4cc0910c5ff5e6a1e456"}} 2018-10-04 14:53:50,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/ab16501d030f4cc0910c5ff5e6a1e456 used request id req-38f0f32a-468b-4916-9a8f-06bd20507cfc 2018-10-04 14:53:50,407 - keystone_utils - INFO - Granting role CreateImageNegativeTests-610fd9ac-13b5-403-proj-role to project CreateImageNegativeTests-610fd9ac-13b5-403-proj 2018-10-04 14:53:50,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/66d25052c41d4a0aac0865584fc2ba12/users/3c42efead294493285eb215ea552e088/roles/ab16501d030f4cc0910c5ff5e6a1e456 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4680f14cdf2efe320b8c96f70ec2337d068a7aeb" 2018-10-04 14:53:50,538 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb0c6a8b-53e5-40e8-916a-d1b1604c25a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:50,539 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/66d25052c41d4a0aac0865584fc2ba12/users/3c42efead294493285eb215ea552e088/roles/ab16501d030f4cc0910c5ff5e6a1e456 used request id req-bb0c6a8b-53e5-40e8-916a-d1b1604c25a9 2018-10-04 14:53:50,539 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:50,540 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:50,907 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ab16501d030f4cc0910c5ff5e6a1e456", "name": "CreateImageNegativeTests-610fd9ac-13b5-403-proj-role"}], "expires_at": "2018-10-04T15:53:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "66d25052c41d4a0aac0865584fc2ba12", "name": "CreateImageNegativeTests-610fd9ac-13b5-403-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/66d25052c41d4a0aac0865584fc2ba12", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/66d25052c41d4a0aac0865584fc2ba12", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/66d25052c41d4a0aac0865584fc2ba12", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/66d25052c41d4a0aac0865584fc2ba12", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/66d25052c41d4a0aac0865584fc2ba12", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/66d25052c41d4a0aac0865584fc2ba12", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/66d25052c41d4a0aac0865584fc2ba12", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/66d25052c41d4a0aac0865584fc2ba12", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/66d25052c41d4a0aac0865584fc2ba12", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/66d25052c41d4a0aac0865584fc2ba12", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/66d25052c41d4a0aac0865584fc2ba12", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/66d25052c41d4a0aac0865584fc2ba12", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-610fd9ac-13b5-403-user", "id": "3c42efead294493285eb215ea552e088"}, "audit_ids": ["WF5AK3cTRIabA82kKcKMLg"], "issued_at": "2018-10-04T14:53:50.000000Z"}} 2018-10-04 14:53:50,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63947bee71941c31bfcf56a02241148e8eaf4ecd" 2018-10-04 14:53:50,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af05d9a4-71fc-463d-bc42-4cd1ed463bad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:50,986 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-af05d9a4-71fc-463d-bc42-4cd1ed463bad 2018-10-04 14:53:50,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}63947bee71941c31bfcf56a02241148e8eaf4ecd" 2018-10-04 14:53:51,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-8628488b-267e-453f-9a05-82f1ac21e2ea Date: Thu, 04 Oct 2018 14:53:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-10-04 14:53:51,159 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&name=foo used request id req-8628488b-267e-453f-9a05-82f1ac21e2ea 2018-10-04 14:53:51,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4680f14cdf2efe320b8c96f70ec2337d068a7aeb" 2018-10-04 14:53:51,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-74d7aaba-53b1-4a27-b2d8-c6e92c79e307 Date: Thu, 04 Oct 2018 14:53:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:53:51,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-74d7aaba-53b1-4a27-b2d8-c6e92c79e307 2018-10-04 14:53:51,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4680f14cdf2efe320b8c96f70ec2337d068a7aeb" 2018-10-04 14:53:51,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4329d0e3-a6f9-4f07-b8db-5d45c9393bfa Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:53:51,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-4329d0e3-a6f9-4f07-b8db-5d45c9393bfa 2018-10-04 14:53:51,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4680f14cdf2efe320b8c96f70ec2337d068a7aeb" 2018-10-04 14:53:51,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e90aed36-8521-420f-93dd-a84a0f3febbd Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:53:51,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-e90aed36-8521-420f-93dd-a84a0f3febbd 2018-10-04 14:53:51,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4680f14cdf2efe320b8c96f70ec2337d068a7aeb" 2018-10-04 14:53:51,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cdc024a-f6df-41cc-8686-3f7710528124 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:53:51,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-4cdc024a-f6df-41cc-8686-3f7710528124 2018-10-04 14:53:51,661 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-610fd9ac-13b5-403-proj 2018-10-04 14:53:51,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/66d25052c41d4a0aac0865584fc2ba12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4680f14cdf2efe320b8c96f70ec2337d068a7aeb" 2018-10-04 14:53:51,868 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-453d7a91-6d3c-4b9b-9333-4c9e959c86f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:51,868 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/66d25052c41d4a0aac0865584fc2ba12 used request id req-453d7a91-6d3c-4b9b-9333-4c9e959c86f8 2018-10-04 14:53:51,868 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-610fd9ac-13b5-403-proj-role 2018-10-04 14:53:51,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/ab16501d030f4cc0910c5ff5e6a1e456 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4680f14cdf2efe320b8c96f70ec2337d068a7aeb" 2018-10-04 14:53:51,978 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a945c93e-742a-4745-ab63-adfb4866a9a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:51,979 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/ab16501d030f4cc0910c5ff5e6a1e456 used request id req-a945c93e-742a-4745-ab63-adfb4866a9a7 2018-10-04 14:53:51,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4680f14cdf2efe320b8c96f70ec2337d068a7aeb" 2018-10-04 14:53:52,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bb58042-c444-44ea-9b16-645be0141c34 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:53:52,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8bb58042-c444-44ea-9b16-645be0141c34 2018-10-04 14:53:52,072 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-610fd9ac-13b5-403-user 2018-10-04 14:53:52,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/3c42efead294493285eb215ea552e088 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88652f17ec323795d2f8579e16c990a0ba601a4a" 2018-10-04 14:53:52,337 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6eaf259c-34a8-4c79-a487-dbbc06393901 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:52,338 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/3c42efead294493285eb215ea552e088 used request id req-6eaf259c-34a8-4c79-a487-dbbc06393901 2018-10-04 14:53:52,339 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:52,714 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:53:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["Cmhd_gFHRUuisvHyTYpwxA"], "issued_at": "2018-10-04T14:53:52.000000Z"}} 2018-10-04 14:53:52,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2321c9bd80f425f14d96bc841d63bb30d45a9c04" 2018-10-04 14:53:52,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee792f53-1563-41d9-845d-22fc8ad6c675 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:52,800 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ee792f53-1563-41d9-845d-22fc8ad6c675 2018-10-04 14:53:52,802 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:52,803 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:53,194 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:53:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["3Vr5sTtrTA-ukeuIGPMiaw"], "issued_at": "2018-10-04T14:53:53.000000Z"}} 2018-10-04 14:53:53,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1bb8685db94c0a412872d7c7644c412ce112e9e" 2018-10-04 14:53:53,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43c9f403-fcc4-49e2-b066-0a8d27c865b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:53,274 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-43c9f403-fcc4-49e2-b066-0a8d27c865b5 2018-10-04 14:53:53,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:53:53,284 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:53:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:53:53,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-e67372e1-ab06-4cd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1bb8685db94c0a412872d7c7644c412ce112e9e" 2018-10-04 14:53:53,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22fedaa0-22d2-4a02-af53-ad094fe83e7d Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-e67372e1-ab06-4cd-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:53:53,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-e67372e1-ab06-4cd-proj used request id req-22fedaa0-22d2-4a02-af53-ad094fe83e7d 2018-10-04 14:53:53,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1bb8685db94c0a412872d7c7644c412ce112e9e" 2018-10-04 14:53:53,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cf86fa0-b926-4c48-a087-29106b79d321 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:53:53,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-0cf86fa0-b926-4c48-a087-29106b79d321 2018-10-04 14:53:53,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1bb8685db94c0a412872d7c7644c412ce112e9e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-e67372e1-ab06-4cd-proj"}}' 2018-10-04 14:53:53,572 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:53:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02c02943-ee82-4f9d-bce8-3dde00a15254 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/42634b1c795c4caca73d7fbc7bbccffc"}, "enabled": true, "id": "42634b1c795c4caca73d7fbc7bbccffc", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-e67372e1-ab06-4cd-proj"}} 2018-10-04 14:53:53,572 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-02c02943-ee82-4f9d-bce8-3dde00a15254 2018-10-04 14:53:53,572 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-e67372e1-ab06-4cd-proj 2018-10-04 14:53:53,573 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:53,573 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:53,957 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:53:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["SHmwjXtyRv-QBgSN1L6v_w"], "issued_at": "2018-10-04T14:53:53.000000Z"}} 2018-10-04 14:53:53,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25c722b111f9ac520ab0345510b37baab3fbce9f" 2018-10-04 14:53:54,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-293a4c70-f4b4-4ea9-bf7b-5cf92f178663 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:54,036 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-293a4c70-f4b4-4ea9-bf7b-5cf92f178663 2018-10-04 14:53:54,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:53:54,046 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:53:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:53:54,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25c722b111f9ac520ab0345510b37baab3fbce9f" 2018-10-04 14:53:54,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bc1b35e-7d91-494b-9e58-1608d999b962 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:53:54,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0bc1b35e-7d91-494b-9e58-1608d999b962 2018-10-04 14:53:54,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateImageNegativeTests-e67372e1-ab06-4cd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25c722b111f9ac520ab0345510b37baab3fbce9f" 2018-10-04 14:53:54,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd1a3a0c-4efd-4b11-9332-b7551dbe0016 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateImageNegativeTests-e67372e1-ab06-4cd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/42634b1c795c4caca73d7fbc7bbccffc"}, "enabled": true, "id": "42634b1c795c4caca73d7fbc7bbccffc", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-e67372e1-ab06-4cd-proj"}]} 2018-10-04 14:53:54,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateImageNegativeTests-e67372e1-ab06-4cd-proj used request id req-bd1a3a0c-4efd-4b11-9332-b7551dbe0016 2018-10-04 14:53:54,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25c722b111f9ac520ab0345510b37baab3fbce9f" 2018-10-04 14:53:54,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9dc57a5-4c1a-499e-a3a4-3c4bb51d340d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:53:54,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-d9dc57a5-4c1a-499e-a3a4-3c4bb51d340d 2018-10-04 14:53:54,697 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-e67372e1-ab06-4cd-user 2018-10-04 14:53:54,698 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:54,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1bb8685db94c0a412872d7c7644c412ce112e9e" 2018-10-04 14:53:54,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca9a8691-1d09-4f42-bcad-03599e792106 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:53:54,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ca9a8691-1d09-4f42-bcad-03599e792106 2018-10-04 14:53:54,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1bb8685db94c0a412872d7c7644c412ce112e9e" -d '{"role": {"name": "CreateImageNegativeTests-e67372e1-ab06-4cd-proj-role"}}' 2018-10-04 14:53:54,895 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:53:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-538058dd-730d-4989-8fd0-f82ee66aa8ab Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "694283d2888143829abbbf30c5d2bee5", "links": {"self": "http://172.30.9.23:5000/v3/roles/694283d2888143829abbbf30c5d2bee5"}, "name": "CreateImageNegativeTests-e67372e1-ab06-4cd-proj-role"}} 2018-10-04 14:53:54,895 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-538058dd-730d-4989-8fd0-f82ee66aa8ab 2018-10-04 14:53:54,896 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-e67372e1-ab06-4cd-proj-role 2018-10-04 14:53:54,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/694283d2888143829abbbf30c5d2bee5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1bb8685db94c0a412872d7c7644c412ce112e9e" 2018-10-04 14:53:54,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d99b2959-fc02-44f4-94d2-dcb72038acf9 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/694283d2888143829abbbf30c5d2bee5"}, "domain_id": null, "name": "CreateImageNegativeTests-e67372e1-ab06-4cd-proj-role", "id": "694283d2888143829abbbf30c5d2bee5"}} 2018-10-04 14:53:54,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/694283d2888143829abbbf30c5d2bee5 used request id req-d99b2959-fc02-44f4-94d2-dcb72038acf9 2018-10-04 14:53:54,987 - keystone_utils - INFO - Granting role CreateImageNegativeTests-e67372e1-ab06-4cd-proj-role to project CreateImageNegativeTests-e67372e1-ab06-4cd-proj 2018-10-04 14:53:54,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/42634b1c795c4caca73d7fbc7bbccffc/users/7b31e36bef25421c819247ef431a7fe4/roles/694283d2888143829abbbf30c5d2bee5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1bb8685db94c0a412872d7c7644c412ce112e9e" 2018-10-04 14:53:55,113 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81f80474-823d-409e-a80f-a18ad7142fea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:55,113 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/42634b1c795c4caca73d7fbc7bbccffc/users/7b31e36bef25421c819247ef431a7fe4/roles/694283d2888143829abbbf30c5d2bee5 used request id req-81f80474-823d-409e-a80f-a18ad7142fea 2018-10-04 14:53:55,113 - openstack_tests - DEBUG - Image metadata - None 2018-10-04 14:53:55,114 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:55,114 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:55,490 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "694283d2888143829abbbf30c5d2bee5", "name": "CreateImageNegativeTests-e67372e1-ab06-4cd-proj-role"}], "expires_at": "2018-10-04T15:53:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "42634b1c795c4caca73d7fbc7bbccffc", "name": "CreateImageNegativeTests-e67372e1-ab06-4cd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/42634b1c795c4caca73d7fbc7bbccffc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/42634b1c795c4caca73d7fbc7bbccffc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/42634b1c795c4caca73d7fbc7bbccffc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/42634b1c795c4caca73d7fbc7bbccffc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/42634b1c795c4caca73d7fbc7bbccffc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/42634b1c795c4caca73d7fbc7bbccffc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/42634b1c795c4caca73d7fbc7bbccffc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/42634b1c795c4caca73d7fbc7bbccffc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/42634b1c795c4caca73d7fbc7bbccffc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/42634b1c795c4caca73d7fbc7bbccffc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/42634b1c795c4caca73d7fbc7bbccffc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/42634b1c795c4caca73d7fbc7bbccffc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-e67372e1-ab06-4cd-user", "id": "7b31e36bef25421c819247ef431a7fe4"}, "audit_ids": ["7tGFA3_jSS2TAfY62UoQSA"], "issued_at": "2018-10-04T14:53:55.000000Z"}} 2018-10-04 14:53:55,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}312a9026716418e45be8e24dc5f0c5ba7c292906" 2018-10-04 14:53:55,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6058b65f-40ae-4c3f-a3cd-c1231c2c908f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:55,571 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6058b65f-40ae-4c3f-a3cd-c1231c2c908f 2018-10-04 14:53:55,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-87b41fd3-23c6-4ab6-acbb-6a5e6d4d4b9b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}312a9026716418e45be8e24dc5f0c5ba7c292906" 2018-10-04 14:53:55,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 163 Content-Type: application/json X-Openstack-Request-Id: req-8029f9da-f027-4e33-8927-5d9c84a67433 Date: Thu, 04 Oct 2018 14:53:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageNegativeTests-87b41fd3-23c6-4ab6-acbb-6a5e6d4d4b9b"} 2018-10-04 14:53:55,746 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-87b41fd3-23c6-4ab6-acbb-6a5e6d4d4b9b used request id req-8029f9da-f027-4e33-8927-5d9c84a67433 2018-10-04 14:53:55,746 - file_utils - DEBUG - Downloading file from - http://foo.bar 2018-10-04 14:53:55,747 - file_utils - DEBUG - Saving file to - /tmp/14b867e9-fd00-40aa-908c-c0a09820846b 2018-10-04 14:53:55,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1bb8685db94c0a412872d7c7644c412ce112e9e" 2018-10-04 14:53:55,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7a265d8a-9009-4cb6-b6f8-5331787f435e Date: Thu, 04 Oct 2018 14:53:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:53:55,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-7a265d8a-9009-4cb6-b6f8-5331787f435e 2018-10-04 14:53:55,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1bb8685db94c0a412872d7c7644c412ce112e9e" 2018-10-04 14:53:56,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d0ce84a-ff83-454d-b429-a3111beb21ff Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:53:56,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-7d0ce84a-ff83-454d-b429-a3111beb21ff 2018-10-04 14:53:56,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1bb8685db94c0a412872d7c7644c412ce112e9e" 2018-10-04 14:53:56,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c96f1b7d-ecb7-4f26-91a9-fc0b1a23eeaa Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:53:56,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-c96f1b7d-ecb7-4f26-91a9-fc0b1a23eeaa 2018-10-04 14:53:56,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1bb8685db94c0a412872d7c7644c412ce112e9e" 2018-10-04 14:53:56,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19eb4312-c60b-4fe9-b8ed-72d1276b74f4 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:53:56,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-19eb4312-c60b-4fe9-b8ed-72d1276b74f4 2018-10-04 14:53:56,256 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-e67372e1-ab06-4cd-proj 2018-10-04 14:53:56,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/42634b1c795c4caca73d7fbc7bbccffc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1bb8685db94c0a412872d7c7644c412ce112e9e" 2018-10-04 14:53:56,498 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-422b3b7a-4cc7-48d2-8407-e55dcbe9f5d3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:56,499 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/42634b1c795c4caca73d7fbc7bbccffc used request id req-422b3b7a-4cc7-48d2-8407-e55dcbe9f5d3 2018-10-04 14:53:56,499 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-e67372e1-ab06-4cd-proj-role 2018-10-04 14:53:56,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/694283d2888143829abbbf30c5d2bee5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1bb8685db94c0a412872d7c7644c412ce112e9e" 2018-10-04 14:53:56,619 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aba9a035-749f-4673-9f1d-f59e0e609fcd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:56,619 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/694283d2888143829abbbf30c5d2bee5 used request id req-aba9a035-749f-4673-9f1d-f59e0e609fcd 2018-10-04 14:53:56,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1bb8685db94c0a412872d7c7644c412ce112e9e" 2018-10-04 14:53:56,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8254d1c5-587c-4ae6-bb0d-ca109d19496e Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:53:56,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8254d1c5-587c-4ae6-bb0d-ca109d19496e 2018-10-04 14:53:56,714 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-e67372e1-ab06-4cd-user 2018-10-04 14:53:56,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/7b31e36bef25421c819247ef431a7fe4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25c722b111f9ac520ab0345510b37baab3fbce9f" 2018-10-04 14:53:56,938 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7105cb6e-093b-483f-b595-8fe3ffa0200e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:56,938 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/7b31e36bef25421c819247ef431a7fe4 used request id req-7105cb6e-093b-483f-b595-8fe3ffa0200e 2018-10-04 14:53:56,940 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:57,332 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:53:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["G4tglneLS22g-qi45fTCiQ"], "issued_at": "2018-10-04T14:53:57.000000Z"}} 2018-10-04 14:53:57,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc79aff1097f03d85dda9ecf8bdec3a8394200b" 2018-10-04 14:53:57,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61076043-7708-4591-939e-4718063ed185 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:57,418 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-61076043-7708-4591-939e-4718063ed185 2018-10-04 14:53:57,420 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:57,421 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:57,796 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:53:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["tKfAlzvxRYe3eXZcyZzIWA"], "issued_at": "2018-10-04T14:53:57.000000Z"}} 2018-10-04 14:53:57,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da9e2a0eeaab9077c45b11a68642faf67ab57e87" 2018-10-04 14:53:57,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7202c952-75c6-4bed-b7a8-b114441ce0eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:57,811 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7202c952-75c6-4bed-b7a8-b114441ce0eb 2018-10-04 14:53:57,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:53:57,821 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:53:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:53:57,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-57120dfe-a171-4b1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da9e2a0eeaab9077c45b11a68642faf67ab57e87" 2018-10-04 14:53:57,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a42dd32d-577f-4b40-85a6-caf1eaa51e65 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-57120dfe-a171-4b1-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:53:57,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-57120dfe-a171-4b1-proj used request id req-a42dd32d-577f-4b40-85a6-caf1eaa51e65 2018-10-04 14:53:57,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da9e2a0eeaab9077c45b11a68642faf67ab57e87" 2018-10-04 14:53:57,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f50879c-e6be-4b72-9f65-eb5451a97bcf Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:53:57,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-7f50879c-e6be-4b72-9f65-eb5451a97bcf 2018-10-04 14:53:58,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da9e2a0eeaab9077c45b11a68642faf67ab57e87" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-57120dfe-a171-4b1-proj"}}' 2018-10-04 14:53:58,110 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:53:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d47723c-e947-4137-bcae-da0c3300e1d2 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/002f9d2b100044718883a9b502f162fa"}, "enabled": true, "id": "002f9d2b100044718883a9b502f162fa", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-57120dfe-a171-4b1-proj"}} 2018-10-04 14:53:58,111 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-8d47723c-e947-4137-bcae-da0c3300e1d2 2018-10-04 14:53:58,111 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-57120dfe-a171-4b1-proj 2018-10-04 14:53:58,111 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:58,112 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:53:58,484 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:53:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["hiktmsh-T8uGJhQ_2aNN8w"], "issued_at": "2018-10-04T14:53:58.000000Z"}} 2018-10-04 14:53:58,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdff0c46a783e4d8f6d4445292f5e4813ec186d5" 2018-10-04 14:53:58,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a597179-be38-4c7d-842f-6fdba9dc0e41 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:53:58,572 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1a597179-be38-4c7d-842f-6fdba9dc0e41 2018-10-04 14:53:58,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:53:58,583 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:53:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:53:58,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdff0c46a783e4d8f6d4445292f5e4813ec186d5" 2018-10-04 14:53:58,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cd751af-899d-4f4d-a2b3-64d302770e68 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:53:58,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0cd751af-899d-4f4d-a2b3-64d302770e68 2018-10-04 14:53:58,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateMultiPartImageTests-57120dfe-a171-4b1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdff0c46a783e4d8f6d4445292f5e4813ec186d5" 2018-10-04 14:53:58,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ac54635-b5c6-4bbb-8328-aebb80721153 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateMultiPartImageTests-57120dfe-a171-4b1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/002f9d2b100044718883a9b502f162fa"}, "enabled": true, "id": "002f9d2b100044718883a9b502f162fa", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-57120dfe-a171-4b1-proj"}]} 2018-10-04 14:53:58,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateMultiPartImageTests-57120dfe-a171-4b1-proj used request id req-7ac54635-b5c6-4bbb-8328-aebb80721153 2018-10-04 14:53:58,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdff0c46a783e4d8f6d4445292f5e4813ec186d5" 2018-10-04 14:53:58,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2b7c00d-3eab-4268-802c-747a389d0a7f Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:53:58,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-d2b7c00d-3eab-4268-802c-747a389d0a7f 2018-10-04 14:53:59,158 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-57120dfe-a171-4b1-user 2018-10-04 14:53:59,159 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:53:59,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da9e2a0eeaab9077c45b11a68642faf67ab57e87" 2018-10-04 14:53:59,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d672598-f956-4470-813a-a4edc6c5e115 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:53:59,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5d672598-f956-4470-813a-a4edc6c5e115 2018-10-04 14:53:59,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da9e2a0eeaab9077c45b11a68642faf67ab57e87" -d '{"role": {"name": "CreateMultiPartImageTests-57120dfe-a171-4b1-proj-role"}}' 2018-10-04 14:53:59,357 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:53:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0ec906f-8727-4d9d-9d1b-4a69e32712ac Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "30363beb2aa842a5b970be8d1f76a299", "links": {"self": "http://172.30.9.23:5000/v3/roles/30363beb2aa842a5b970be8d1f76a299"}, "name": "CreateMultiPartImageTests-57120dfe-a171-4b1-proj-role"}} 2018-10-04 14:53:59,358 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-c0ec906f-8727-4d9d-9d1b-4a69e32712ac 2018-10-04 14:53:59,358 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-57120dfe-a171-4b1-proj-role 2018-10-04 14:53:59,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/30363beb2aa842a5b970be8d1f76a299 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da9e2a0eeaab9077c45b11a68642faf67ab57e87" 2018-10-04 14:53:59,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a6f927b-b7d7-4839-9855-b19778995a96 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/30363beb2aa842a5b970be8d1f76a299"}, "domain_id": null, "name": "CreateMultiPartImageTests-57120dfe-a171-4b1-proj-role", "id": "30363beb2aa842a5b970be8d1f76a299"}} 2018-10-04 14:53:59,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/30363beb2aa842a5b970be8d1f76a299 used request id req-2a6f927b-b7d7-4839-9855-b19778995a96 2018-10-04 14:53:59,443 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-57120dfe-a171-4b1-proj-role to project CreateMultiPartImageTests-57120dfe-a171-4b1-proj 2018-10-04 14:53:59,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/002f9d2b100044718883a9b502f162fa/users/adde3cf92fe24c34ab0e29895f9ce954/roles/30363beb2aa842a5b970be8d1f76a299 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da9e2a0eeaab9077c45b11a68642faf67ab57e87" 2018-10-04 14:53:59,587 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:53:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4779cb85-600a-49ae-ae30-167b164873cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:53:59,587 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/002f9d2b100044718883a9b502f162fa/users/adde3cf92fe24c34ab0e29895f9ce954/roles/30363beb2aa842a5b970be8d1f76a299 used request id req-4779cb85-600a-49ae-ae30-167b164873cf 2018-10-04 14:53:59,588 - create_image_tests - WARNING - Will not download the kernel image. Cannot execute test 2018-10-04 14:53:59,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da9e2a0eeaab9077c45b11a68642faf67ab57e87" 2018-10-04 14:53:59,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-22f0b5c5-e458-4d5c-8622-1f07d7c0d924 Date: Thu, 04 Oct 2018 14:53:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:53:59,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-22f0b5c5-e458-4d5c-8622-1f07d7c0d924 2018-10-04 14:53:59,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da9e2a0eeaab9077c45b11a68642faf67ab57e87" 2018-10-04 14:53:59,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91527d2a-542c-470f-b8d7-41eec903a52d Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:53:59,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-91527d2a-542c-470f-b8d7-41eec903a52d 2018-10-04 14:53:59,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da9e2a0eeaab9077c45b11a68642faf67ab57e87" 2018-10-04 14:53:59,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0bfa8f7-da94-4aa9-a639-d9d6c201ae89 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:53:59,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-e0bfa8f7-da94-4aa9-a639-d9d6c201ae89 2018-10-04 14:53:59,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da9e2a0eeaab9077c45b11a68642faf67ab57e87" 2018-10-04 14:54:00,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:53:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36f03107-69e1-470d-9a52-24d5c80049a1 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:54:00,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-36f03107-69e1-470d-9a52-24d5c80049a1 2018-10-04 14:54:00,083 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-57120dfe-a171-4b1-proj 2018-10-04 14:54:00,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/002f9d2b100044718883a9b502f162fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da9e2a0eeaab9077c45b11a68642faf67ab57e87" 2018-10-04 14:54:00,298 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa2c1312-d31e-40bf-8f83-21d0b0e54f2e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:00,299 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/002f9d2b100044718883a9b502f162fa used request id req-aa2c1312-d31e-40bf-8f83-21d0b0e54f2e 2018-10-04 14:54:00,299 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-57120dfe-a171-4b1-proj-role 2018-10-04 14:54:00,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/30363beb2aa842a5b970be8d1f76a299 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da9e2a0eeaab9077c45b11a68642faf67ab57e87" 2018-10-04 14:54:00,405 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a44b9de-2b1e-4ef8-9bf1-1702b7cb160c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:00,405 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/30363beb2aa842a5b970be8d1f76a299 used request id req-7a44b9de-2b1e-4ef8-9bf1-1702b7cb160c 2018-10-04 14:54:00,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da9e2a0eeaab9077c45b11a68642faf67ab57e87" 2018-10-04 14:54:00,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab1fdcf1-4350-466e-ad33-588f2100cc7a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:54:00,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ab1fdcf1-4350-466e-ad33-588f2100cc7a 2018-10-04 14:54:00,492 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-57120dfe-a171-4b1-user 2018-10-04 14:54:00,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/adde3cf92fe24c34ab0e29895f9ce954 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdff0c46a783e4d8f6d4445292f5e4813ec186d5" 2018-10-04 14:54:00,762 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c5a320d-db48-4196-bb73-7bc1b365ba14 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:00,762 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/adde3cf92fe24c34ab0e29895f9ce954 used request id req-0c5a320d-db48-4196-bb73-7bc1b365ba14 2018-10-04 14:54:00,763 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:01,152 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["oljlmyVjSSmk9AGmhbxObQ"], "issued_at": "2018-10-04T14:54:01.000000Z"}} 2018-10-04 14:54:01,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19bb149a24000b3cf30a3d0bc8e9c0ac619e50a" 2018-10-04 14:54:01,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69423c9f-2d7d-46dc-be5c-ccbfb92cb5c1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:01,243 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-69423c9f-2d7d-46dc-be5c-ccbfb92cb5c1 2018-10-04 14:54:01,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:01,245 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:01,625 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["16GbnQdVTmqMTyBvgu-TFA"], "issued_at": "2018-10-04T14:54:01.000000Z"}} 2018-10-04 14:54:01,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c62b85e8bf6a30c726336b1e02782674fff5f9b3" 2018-10-04 14:54:01,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-133106fd-21cd-417a-9794-6ae3a3ca56f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:01,700 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-133106fd-21cd-417a-9794-6ae3a3ca56f9 2018-10-04 14:54:01,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:54:01,710 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:54:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:54:01,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-2173bc34-5035-4fe-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c62b85e8bf6a30c726336b1e02782674fff5f9b3" 2018-10-04 14:54:01,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a0c566d-4b55-4ab0-93fa-ed682b839f73 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-2173bc34-5035-4fe-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:54:01,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-2173bc34-5035-4fe-proj used request id req-5a0c566d-4b55-4ab0-93fa-ed682b839f73 2018-10-04 14:54:01,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c62b85e8bf6a30c726336b1e02782674fff5f9b3" 2018-10-04 14:54:01,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87f97ac5-83cc-448a-8c30-cfd99fab1189 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:54:01,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-87f97ac5-83cc-448a-8c30-cfd99fab1189 2018-10-04 14:54:01,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c62b85e8bf6a30c726336b1e02782674fff5f9b3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-2173bc34-5035-4fe-proj"}}' 2018-10-04 14:54:02,009 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:54:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0dbdbe2-46c1-44c4-b268-912c3976d00f Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4f962eb6434941a58b76bfb83ddf711d"}, "enabled": true, "id": "4f962eb6434941a58b76bfb83ddf711d", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-2173bc34-5035-4fe-proj"}} 2018-10-04 14:54:02,009 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-a0dbdbe2-46c1-44c4-b268-912c3976d00f 2018-10-04 14:54:02,009 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-2173bc34-5035-4fe-proj 2018-10-04 14:54:02,010 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:02,010 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:02,396 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["0I53Zo4tRdK0kH7Ce4LsAg"], "issued_at": "2018-10-04T14:54:02.000000Z"}} 2018-10-04 14:54:02,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c94132e034d958f8acad1b2949accc6cae8372f" 2018-10-04 14:54:02,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcab694c-c0f0-44ff-9101-1228d5429ec7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:02,469 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dcab694c-c0f0-44ff-9101-1228d5429ec7 2018-10-04 14:54:02,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:54:02,479 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:54:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:54:02,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c94132e034d958f8acad1b2949accc6cae8372f" 2018-10-04 14:54:02,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bc36658-9159-4fbf-8acd-239260c8c4a9 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:54:02,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0bc36658-9159-4fbf-8acd-239260c8c4a9 2018-10-04 14:54:02,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateMultiPartImageTests-2173bc34-5035-4fe-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c94132e034d958f8acad1b2949accc6cae8372f" 2018-10-04 14:54:02,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc89e772-ac09-4c4d-b088-3c312892b953 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateMultiPartImageTests-2173bc34-5035-4fe-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4f962eb6434941a58b76bfb83ddf711d"}, "enabled": true, "id": "4f962eb6434941a58b76bfb83ddf711d", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-2173bc34-5035-4fe-proj"}]} 2018-10-04 14:54:02,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateMultiPartImageTests-2173bc34-5035-4fe-proj used request id req-bc89e772-ac09-4c4d-b088-3c312892b953 2018-10-04 14:54:02,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c94132e034d958f8acad1b2949accc6cae8372f" 2018-10-04 14:54:02,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3c00569-99ee-4618-9301-db7b1d6b5f3e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:54:02,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-d3c00569-99ee-4618-9301-db7b1d6b5f3e 2018-10-04 14:54:03,070 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-2173bc34-5035-4fe-user 2018-10-04 14:54:03,070 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:03,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c62b85e8bf6a30c726336b1e02782674fff5f9b3" 2018-10-04 14:54:03,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a8531db-adc9-4edf-9ffc-2c2896fee724 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:54:03,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4a8531db-adc9-4edf-9ffc-2c2896fee724 2018-10-04 14:54:03,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c62b85e8bf6a30c726336b1e02782674fff5f9b3" -d '{"role": {"name": "CreateMultiPartImageTests-2173bc34-5035-4fe-proj-role"}}' 2018-10-04 14:54:03,278 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:54:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f625dce-54d6-4613-8d8b-da28ab565c93 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6945145343014c0989b2d3ed2a89bb8b", "links": {"self": "http://172.30.9.23:5000/v3/roles/6945145343014c0989b2d3ed2a89bb8b"}, "name": "CreateMultiPartImageTests-2173bc34-5035-4fe-proj-role"}} 2018-10-04 14:54:03,279 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-3f625dce-54d6-4613-8d8b-da28ab565c93 2018-10-04 14:54:03,279 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-2173bc34-5035-4fe-proj-role 2018-10-04 14:54:03,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/6945145343014c0989b2d3ed2a89bb8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c62b85e8bf6a30c726336b1e02782674fff5f9b3" 2018-10-04 14:54:03,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af00ff02-c2be-475b-b183-24ee7e14e8db Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/6945145343014c0989b2d3ed2a89bb8b"}, "domain_id": null, "name": "CreateMultiPartImageTests-2173bc34-5035-4fe-proj-role", "id": "6945145343014c0989b2d3ed2a89bb8b"}} 2018-10-04 14:54:03,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/6945145343014c0989b2d3ed2a89bb8b used request id req-af00ff02-c2be-475b-b183-24ee7e14e8db 2018-10-04 14:54:03,370 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-2173bc34-5035-4fe-proj-role to project CreateMultiPartImageTests-2173bc34-5035-4fe-proj 2018-10-04 14:54:03,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/4f962eb6434941a58b76bfb83ddf711d/users/902baa7678fc471793b127fbd02800d1/roles/6945145343014c0989b2d3ed2a89bb8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c62b85e8bf6a30c726336b1e02782674fff5f9b3" 2018-10-04 14:54:03,502 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ec5b972-b224-487b-8b35-4f8eef3d9d8d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:03,502 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/4f962eb6434941a58b76bfb83ddf711d/users/902baa7678fc471793b127fbd02800d1/roles/6945145343014c0989b2d3ed2a89bb8b used request id req-7ec5b972-b224-487b-8b35-4f8eef3d9d8d 2018-10-04 14:54:03,514 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-10-04 14:54:03,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c62b85e8bf6a30c726336b1e02782674fff5f9b3" 2018-10-04 14:54:03,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-28ae50b1-086d-4134-96ae-edecdaab6ca2 Date: Thu, 04 Oct 2018 14:54:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:54:03,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-28ae50b1-086d-4134-96ae-edecdaab6ca2 2018-10-04 14:54:03,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c62b85e8bf6a30c726336b1e02782674fff5f9b3" 2018-10-04 14:54:03,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e565e2e2-e511-417e-8577-8a8255939f74 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:54:03,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-e565e2e2-e511-417e-8577-8a8255939f74 2018-10-04 14:54:03,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c62b85e8bf6a30c726336b1e02782674fff5f9b3" 2018-10-04 14:54:03,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4acf8de4-0df5-4cf1-a791-41d3adad2d8a Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:54:03,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-4acf8de4-0df5-4cf1-a791-41d3adad2d8a 2018-10-04 14:54:03,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c62b85e8bf6a30c726336b1e02782674fff5f9b3" 2018-10-04 14:54:04,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9e022c5-fa42-4327-8b32-c02e7e3f5331 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:54:04,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-e9e022c5-fa42-4327-8b32-c02e7e3f5331 2018-10-04 14:54:04,041 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-2173bc34-5035-4fe-proj 2018-10-04 14:54:04,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/4f962eb6434941a58b76bfb83ddf711d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c62b85e8bf6a30c726336b1e02782674fff5f9b3" 2018-10-04 14:54:04,299 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e6fd943-944a-4efe-90c2-d31462049e99 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:04,299 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/4f962eb6434941a58b76bfb83ddf711d used request id req-9e6fd943-944a-4efe-90c2-d31462049e99 2018-10-04 14:54:04,299 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-2173bc34-5035-4fe-proj-role 2018-10-04 14:54:04,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/6945145343014c0989b2d3ed2a89bb8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c62b85e8bf6a30c726336b1e02782674fff5f9b3" 2018-10-04 14:54:04,355 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4515675c-6370-47b1-b0c6-e5c92d4ad070 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:04,355 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/6945145343014c0989b2d3ed2a89bb8b used request id req-4515675c-6370-47b1-b0c6-e5c92d4ad070 2018-10-04 14:54:04,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c62b85e8bf6a30c726336b1e02782674fff5f9b3" 2018-10-04 14:54:04,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-562ae48a-4cd7-4dab-87b0-33b8753fc9d1 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:54:04,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-562ae48a-4cd7-4dab-87b0-33b8753fc9d1 2018-10-04 14:54:04,449 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-2173bc34-5035-4fe-user 2018-10-04 14:54:04,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/902baa7678fc471793b127fbd02800d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c94132e034d958f8acad1b2949accc6cae8372f" 2018-10-04 14:54:04,637 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8cecd6e3-d467-4273-8c8c-c2a23ecf2eff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:04,637 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/902baa7678fc471793b127fbd02800d1 used request id req-8cecd6e3-d467-4273-8c8c-c2a23ecf2eff 2018-10-04 14:54:04,638 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:05,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["dlpWRoSLRqmR2WWcr0b6cQ"], "issued_at": "2018-10-04T14:54:05.000000Z"}} 2018-10-04 14:54:05,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d02d1ece491e0b1b64d65cce77f1500a457a686" 2018-10-04 14:54:05,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-824b941e-21ee-4ed7-80ec-4aa4668d1eb4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:05,102 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-824b941e-21ee-4ed7-80ec-4aa4668d1eb4 2018-10-04 14:54:05,104 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:05,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:05,495 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["LqLauwRUQliCDgvdjruQYA"], "issued_at": "2018-10-04T14:54:05.000000Z"}} 2018-10-04 14:54:05,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57885c549c7db449b941c0622506bd954c6241ec" 2018-10-04 14:54:05,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aae94b1a-1860-4335-b839-b66048e1a108 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:05,580 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-aae94b1a-1860-4335-b839-b66048e1a108 2018-10-04 14:54:05,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:54:05,591 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:54:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:54:05,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-707aa9ad-f070-4bb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57885c549c7db449b941c0622506bd954c6241ec" 2018-10-04 14:54:05,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8153816-550c-4386-9b2b-55c72debc745 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-707aa9ad-f070-4bb-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:54:05,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-707aa9ad-f070-4bb-proj used request id req-b8153816-550c-4386-9b2b-55c72debc745 2018-10-04 14:54:05,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57885c549c7db449b941c0622506bd954c6241ec" 2018-10-04 14:54:05,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e19c90fc-01e4-47b7-a0a2-b323b8a02e59 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:54:05,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-e19c90fc-01e4-47b7-a0a2-b323b8a02e59 2018-10-04 14:54:05,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57885c549c7db449b941c0622506bd954c6241ec" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-707aa9ad-f070-4bb-proj"}}' 2018-10-04 14:54:05,877 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:54:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19fa7857-63fa-4213-833c-17dceb8f7710 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f89f78ba894d4d78a44ed2d03f9fceb2"}, "enabled": true, "id": "f89f78ba894d4d78a44ed2d03f9fceb2", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-707aa9ad-f070-4bb-proj"}} 2018-10-04 14:54:05,877 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-19fa7857-63fa-4213-833c-17dceb8f7710 2018-10-04 14:54:05,877 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-707aa9ad-f070-4bb-proj 2018-10-04 14:54:05,877 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:05,878 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:06,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["n6xW5I04Tqe4EngtZI2YzQ"], "issued_at": "2018-10-04T14:54:06.000000Z"}} 2018-10-04 14:54:06,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}730630dc0f0400b0aa9ad63eb5360d6866da0284" 2018-10-04 14:54:06,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c023eac2-f20f-4c10-bf69-53c440cd9f8d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:06,436 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c023eac2-f20f-4c10-bf69-53c440cd9f8d 2018-10-04 14:54:06,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:54:06,446 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:54:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:54:06,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}730630dc0f0400b0aa9ad63eb5360d6866da0284" 2018-10-04 14:54:06,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf54b534-094f-4366-ae46-b642bfb092bb Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:54:06,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-bf54b534-094f-4366-ae46-b642bfb092bb 2018-10-04 14:54:06,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateMultiPartImageTests-707aa9ad-f070-4bb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}730630dc0f0400b0aa9ad63eb5360d6866da0284" 2018-10-04 14:54:06,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55e74998-62d2-4b79-a572-1d3e04d13aa1 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateMultiPartImageTests-707aa9ad-f070-4bb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f89f78ba894d4d78a44ed2d03f9fceb2"}, "enabled": true, "id": "f89f78ba894d4d78a44ed2d03f9fceb2", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-707aa9ad-f070-4bb-proj"}]} 2018-10-04 14:54:06,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateMultiPartImageTests-707aa9ad-f070-4bb-proj used request id req-55e74998-62d2-4b79-a572-1d3e04d13aa1 2018-10-04 14:54:06,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}730630dc0f0400b0aa9ad63eb5360d6866da0284" 2018-10-04 14:54:06,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e75ef26-29e0-4d1a-80d2-2130db5f9fd8 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:54:06,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-8e75ef26-29e0-4d1a-80d2-2130db5f9fd8 2018-10-04 14:54:07,104 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-707aa9ad-f070-4bb-user 2018-10-04 14:54:07,105 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:07,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57885c549c7db449b941c0622506bd954c6241ec" 2018-10-04 14:54:07,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a14b537-1b02-413d-a3e4-515680c34ae2 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:54:07,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-2a14b537-1b02-413d-a3e4-515680c34ae2 2018-10-04 14:54:07,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57885c549c7db449b941c0622506bd954c6241ec" -d '{"role": {"name": "CreateMultiPartImageTests-707aa9ad-f070-4bb-proj-role"}}' 2018-10-04 14:54:07,308 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:54:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aeb81e9e-c712-4db5-9595-4619d3e1115c Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "380f6b8ad4b441c9a8d2491171ed0a11", "links": {"self": "http://172.30.9.23:5000/v3/roles/380f6b8ad4b441c9a8d2491171ed0a11"}, "name": "CreateMultiPartImageTests-707aa9ad-f070-4bb-proj-role"}} 2018-10-04 14:54:07,308 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-aeb81e9e-c712-4db5-9595-4619d3e1115c 2018-10-04 14:54:07,308 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-707aa9ad-f070-4bb-proj-role 2018-10-04 14:54:07,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/380f6b8ad4b441c9a8d2491171ed0a11 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57885c549c7db449b941c0622506bd954c6241ec" 2018-10-04 14:54:07,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-579f960c-515a-4335-9aec-f130a28ec831 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/380f6b8ad4b441c9a8d2491171ed0a11"}, "domain_id": null, "name": "CreateMultiPartImageTests-707aa9ad-f070-4bb-proj-role", "id": "380f6b8ad4b441c9a8d2491171ed0a11"}} 2018-10-04 14:54:07,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/380f6b8ad4b441c9a8d2491171ed0a11 used request id req-579f960c-515a-4335-9aec-f130a28ec831 2018-10-04 14:54:07,330 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-707aa9ad-f070-4bb-proj-role to project CreateMultiPartImageTests-707aa9ad-f070-4bb-proj 2018-10-04 14:54:07,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/f89f78ba894d4d78a44ed2d03f9fceb2/users/fab66f07700c4f7698dc0bd85290ab60/roles/380f6b8ad4b441c9a8d2491171ed0a11 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57885c549c7db449b941c0622506bd954c6241ec" 2018-10-04 14:54:07,466 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69fc1c27-f8d6-4693-b58b-fbb83b896fbb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:07,466 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/f89f78ba894d4d78a44ed2d03f9fceb2/users/fab66f07700c4f7698dc0bd85290ab60/roles/380f6b8ad4b441c9a8d2491171ed0a11 used request id req-69fc1c27-f8d6-4693-b58b-fbb83b896fbb 2018-10-04 14:54:07,478 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-10-04 14:54:07,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57885c549c7db449b941c0622506bd954c6241ec" 2018-10-04 14:54:07,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-84557c67-a386-4226-b15c-2c987e2835fd Date: Thu, 04 Oct 2018 14:54:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:54:07,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-84557c67-a386-4226-b15c-2c987e2835fd 2018-10-04 14:54:07,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57885c549c7db449b941c0622506bd954c6241ec" 2018-10-04 14:54:07,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7298a5e7-415b-4f24-adee-c59336b33fb9 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:54:07,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-7298a5e7-415b-4f24-adee-c59336b33fb9 2018-10-04 14:54:07,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57885c549c7db449b941c0622506bd954c6241ec" 2018-10-04 14:54:07,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dce8dda5-240e-4d31-b1e9-aa9317855892 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:54:07,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-dce8dda5-240e-4d31-b1e9-aa9317855892 2018-10-04 14:54:07,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57885c549c7db449b941c0622506bd954c6241ec" 2018-10-04 14:54:07,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8efe075-e701-43a6-a331-0ebf7e56c403 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:54:07,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-f8efe075-e701-43a6-a331-0ebf7e56c403 2018-10-04 14:54:07,974 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-707aa9ad-f070-4bb-proj 2018-10-04 14:54:07,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/f89f78ba894d4d78a44ed2d03f9fceb2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57885c549c7db449b941c0622506bd954c6241ec" 2018-10-04 14:54:08,167 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89b383dc-e059-4049-98dc-cd4b8af284ce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:08,167 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/f89f78ba894d4d78a44ed2d03f9fceb2 used request id req-89b383dc-e059-4049-98dc-cd4b8af284ce 2018-10-04 14:54:08,167 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-707aa9ad-f070-4bb-proj-role 2018-10-04 14:54:08,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/380f6b8ad4b441c9a8d2491171ed0a11 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57885c549c7db449b941c0622506bd954c6241ec" 2018-10-04 14:54:08,290 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-421526e2-1d9f-42e8-9bea-d445399046eb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:08,290 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/380f6b8ad4b441c9a8d2491171ed0a11 used request id req-421526e2-1d9f-42e8-9bea-d445399046eb 2018-10-04 14:54:08,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57885c549c7db449b941c0622506bd954c6241ec" 2018-10-04 14:54:08,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb711f87-ac58-442c-bdbe-9abcccf6f03c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:54:08,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-cb711f87-ac58-442c-bdbe-9abcccf6f03c 2018-10-04 14:54:08,388 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-707aa9ad-f070-4bb-user 2018-10-04 14:54:08,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/fab66f07700c4f7698dc0bd85290ab60 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}730630dc0f0400b0aa9ad63eb5360d6866da0284" 2018-10-04 14:54:08,563 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14c1ccc9-b987-48d3-a2ed-3403204b9ede Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:08,563 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/fab66f07700c4f7698dc0bd85290ab60 used request id req-14c1ccc9-b987-48d3-a2ed-3403204b9ede 2018-10-04 14:54:08,565 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:08,950 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["zuovlSo5TFazgnEV1STUyA"], "issued_at": "2018-10-04T14:54:08.000000Z"}} 2018-10-04 14:54:08,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559ccb6fe8be283dbabc4c0ad06f0f3bca419e71" 2018-10-04 14:54:09,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e210a89-863b-4a3c-ad3c-fcaa631753ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:09,041 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0e210a89-863b-4a3c-ad3c-fcaa631753ed 2018-10-04 14:54:09,042 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:09,043 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:09,420 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["g6mSm53kQgSlrHCN-zp2ng"], "issued_at": "2018-10-04T14:54:09.000000Z"}} 2018-10-04 14:54:09,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18fa26e3a661fc4cb819f662745872e44bbfc092" 2018-10-04 14:54:09,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d948efb5-584b-454e-b400-b9d51f2ecdff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:09,514 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d948efb5-584b-454e-b400-b9d51f2ecdff 2018-10-04 14:54:09,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:54:09,524 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:54:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:54:09,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-93bd6198-8c3a-4fe-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18fa26e3a661fc4cb819f662745872e44bbfc092" 2018-10-04 14:54:09,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94a6a52a-bfc1-461c-9479-8cc6bf597ded Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-93bd6198-8c3a-4fe-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:54:09,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-93bd6198-8c3a-4fe-proj used request id req-94a6a52a-bfc1-461c-9479-8cc6bf597ded 2018-10-04 14:54:09,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18fa26e3a661fc4cb819f662745872e44bbfc092" 2018-10-04 14:54:09,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deb1d378-3485-4e1e-a89d-24a115bd5d27 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:54:09,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-deb1d378-3485-4e1e-a89d-24a115bd5d27 2018-10-04 14:54:09,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18fa26e3a661fc4cb819f662745872e44bbfc092" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-93bd6198-8c3a-4fe-proj"}}' 2018-10-04 14:54:09,835 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:54:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5eac821e-2181-4a45-b8a7-7496a6c37ef7 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4fc7e11a2f894270a1d06df57b1e4053"}, "enabled": true, "id": "4fc7e11a2f894270a1d06df57b1e4053", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-93bd6198-8c3a-4fe-proj"}} 2018-10-04 14:54:09,835 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-5eac821e-2181-4a45-b8a7-7496a6c37ef7 2018-10-04 14:54:09,836 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-93bd6198-8c3a-4fe-proj 2018-10-04 14:54:09,836 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:09,837 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:10,218 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["JgoNssyBRSmQYi_yBItpfA"], "issued_at": "2018-10-04T14:54:10.000000Z"}} 2018-10-04 14:54:10,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd56753b50b5d6bd77504504420e55a023d9fbf9" 2018-10-04 14:54:10,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bb5cc06-32ee-4e05-8019-8caee4e13ac7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:10,305 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0bb5cc06-32ee-4e05-8019-8caee4e13ac7 2018-10-04 14:54:10,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:54:10,314 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:54:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:54:10,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd56753b50b5d6bd77504504420e55a023d9fbf9" 2018-10-04 14:54:10,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43aa870c-5ae2-4f55-8b16-1bdb6210f61a Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:54:10,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-43aa870c-5ae2-4f55-8b16-1bdb6210f61a 2018-10-04 14:54:10,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateKeypairsTests-93bd6198-8c3a-4fe-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd56753b50b5d6bd77504504420e55a023d9fbf9" 2018-10-04 14:54:10,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fd7e3d1-1f49-437f-9b74-06708d06be5f Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateKeypairsTests-93bd6198-8c3a-4fe-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4fc7e11a2f894270a1d06df57b1e4053"}, "enabled": true, "id": "4fc7e11a2f894270a1d06df57b1e4053", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-93bd6198-8c3a-4fe-proj"}]} 2018-10-04 14:54:10,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateKeypairsTests-93bd6198-8c3a-4fe-proj used request id req-2fd7e3d1-1f49-437f-9b74-06708d06be5f 2018-10-04 14:54:10,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd56753b50b5d6bd77504504420e55a023d9fbf9" 2018-10-04 14:54:10,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-667c5ecf-7705-4675-be86-3b3df152caeb Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:54:10,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-667c5ecf-7705-4675-be86-3b3df152caeb 2018-10-04 14:54:10,956 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-93bd6198-8c3a-4fe-user 2018-10-04 14:54:10,957 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:10,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18fa26e3a661fc4cb819f662745872e44bbfc092" 2018-10-04 14:54:11,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-769e74f4-5f83-4c47-9134-c211017046c6 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:54:11,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-769e74f4-5f83-4c47-9134-c211017046c6 2018-10-04 14:54:11,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18fa26e3a661fc4cb819f662745872e44bbfc092" -d '{"role": {"name": "CreateKeypairsTests-93bd6198-8c3a-4fe-proj-role"}}' 2018-10-04 14:54:11,183 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:54:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10b9028c-659a-40ca-b1a7-46006408aea2 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ccd76db6161c4e04a4b597d655a95533", "links": {"self": "http://172.30.9.23:5000/v3/roles/ccd76db6161c4e04a4b597d655a95533"}, "name": "CreateKeypairsTests-93bd6198-8c3a-4fe-proj-role"}} 2018-10-04 14:54:11,183 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-10b9028c-659a-40ca-b1a7-46006408aea2 2018-10-04 14:54:11,184 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-93bd6198-8c3a-4fe-proj-role 2018-10-04 14:54:11,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/ccd76db6161c4e04a4b597d655a95533 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18fa26e3a661fc4cb819f662745872e44bbfc092" 2018-10-04 14:54:11,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b3594a9-edec-4865-8aef-b98521381329 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/ccd76db6161c4e04a4b597d655a95533"}, "domain_id": null, "name": "CreateKeypairsTests-93bd6198-8c3a-4fe-proj-role", "id": "ccd76db6161c4e04a4b597d655a95533"}} 2018-10-04 14:54:11,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/ccd76db6161c4e04a4b597d655a95533 used request id req-8b3594a9-edec-4865-8aef-b98521381329 2018-10-04 14:54:11,203 - keystone_utils - INFO - Granting role CreateKeypairsTests-93bd6198-8c3a-4fe-proj-role to project CreateKeypairsTests-93bd6198-8c3a-4fe-proj 2018-10-04 14:54:11,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/4fc7e11a2f894270a1d06df57b1e4053/users/a340a5f41e4945bcb789064be4ab8585/roles/ccd76db6161c4e04a4b597d655a95533 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18fa26e3a661fc4cb819f662745872e44bbfc092" 2018-10-04 14:54:11,269 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d04ddfe-d5ae-4d57-b00e-e60e0fdc111c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:11,269 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/4fc7e11a2f894270a1d06df57b1e4053/users/a340a5f41e4945bcb789064be4ab8585/roles/ccd76db6161c4e04a4b597d655a95533 used request id req-2d04ddfe-d5ae-4d57-b00e-e60e0fdc111c 2018-10-04 14:54:11,270 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 14:54:11,330 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:11,330 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:11,709 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ccd76db6161c4e04a4b597d655a95533", "name": "CreateKeypairsTests-93bd6198-8c3a-4fe-proj-role"}], "expires_at": "2018-10-04T15:54:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4fc7e11a2f894270a1d06df57b1e4053", "name": "CreateKeypairsTests-93bd6198-8c3a-4fe-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/4fc7e11a2f894270a1d06df57b1e4053", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/4fc7e11a2f894270a1d06df57b1e4053", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/4fc7e11a2f894270a1d06df57b1e4053", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4fc7e11a2f894270a1d06df57b1e4053", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/4fc7e11a2f894270a1d06df57b1e4053", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/4fc7e11a2f894270a1d06df57b1e4053", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4fc7e11a2f894270a1d06df57b1e4053", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/4fc7e11a2f894270a1d06df57b1e4053", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/4fc7e11a2f894270a1d06df57b1e4053", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4fc7e11a2f894270a1d06df57b1e4053", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/4fc7e11a2f894270a1d06df57b1e4053", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/4fc7e11a2f894270a1d06df57b1e4053", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-93bd6198-8c3a-4fe-user", "id": "a340a5f41e4945bcb789064be4ab8585"}, "audit_ids": ["TLt0m5wJTDSDVYuPMXMSZA"], "issued_at": "2018-10-04T14:54:11.000000Z"}} 2018-10-04 14:54:11,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d45d38a8db890d6ad10104e64ef1aca967ecae76" 2018-10-04 14:54:11,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db235345-ee61-4108-b087-6a35b41d4564 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:11,778 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-db235345-ee61-4108-b087-6a35b41d4564 2018-10-04 14:54:11,779 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 14:54:11,784 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d45d38a8db890d6ad10104e64ef1aca967ecae76" 2018-10-04 14:54:12,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b8d21be3-72ca-41f0-84c8-0b37d4638673 x-compute-request-id: req-b8d21be3-72ca-41f0-84c8-0b37d4638673 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-04 14:54:12,327 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-b8d21be3-72ca-41f0-84c8-0b37d4638673 2018-10-04 14:54:12,328 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-2375cea4-9408-42cc-96f0-9f9ce8e99f70... 2018-10-04 14:54:12,328 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 14:54:12,348 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-2375cea4-9408-42cc-96f0-9f9ce8e99f70 2018-10-04 14:54:12,351 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d45d38a8db890d6ad10104e64ef1aca967ecae76" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDtp1tLfW/W9Vqb2HHFLtcn9nde40tq8g+VRPI+0yrzoKH3mGEZtk8uCwBLvRb4BjqcyY6fmhHwwBFtFoMkysoKdRBn+Xv85RjLk4/WXBdNN0pyG8B5ihBT+aRsfd9vrc3CM4wbRWgHmZo82EjeusXWOiVjFjBCVxD393V9j5kqhw==", "name": "CreateKeypairsTests-2375cea4-9408-42cc-96f0-9f9ce8e99f70"}}' 2018-10-04 14:54:12,410 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54: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-b3abd318-f8a7-4045-8e3e-f352c1b7b5e2 x-compute-request-id: req-b3abd318-f8a7-4045-8e3e-f352c1b7b5e2 Content-Encoding: gzip Content-Length: 363 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDtp1tLfW/W9Vqb2HHFLtcn9nde40tq8g+VRPI+0yrzoKH3mGEZtk8uCwBLvRb4BjqcyY6fmhHwwBFtFoMkysoKdRBn+Xv85RjLk4/WXBdNN0pyG8B5ihBT+aRsfd9vrc3CM4wbRWgHmZo82EjeusXWOiVjFjBCVxD393V9j5kqhw==", "user_id": "a340a5f41e4945bcb789064be4ab8585", "name": "CreateKeypairsTests-2375cea4-9408-42cc-96f0-9f9ce8e99f70", "fingerprint": "4b:f0:af:c1:6e:1c:7f:db:21:82:81:d1:66:f3:37:2a"}} 2018-10-04 14:54:12,410 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-b3abd318-f8a7-4045-8e3e-f352c1b7b5e2 2018-10-04 14:54:12,411 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-2375cea4-9408-42cc-96f0-9f9ce8e99f70 2018-10-04 14:54:12,411 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:12,787 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ccd76db6161c4e04a4b597d655a95533", "name": "CreateKeypairsTests-93bd6198-8c3a-4fe-proj-role"}], "expires_at": "2018-10-04T15:54:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4fc7e11a2f894270a1d06df57b1e4053", "name": "CreateKeypairsTests-93bd6198-8c3a-4fe-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/4fc7e11a2f894270a1d06df57b1e4053", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/4fc7e11a2f894270a1d06df57b1e4053", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/4fc7e11a2f894270a1d06df57b1e4053", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4fc7e11a2f894270a1d06df57b1e4053", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/4fc7e11a2f894270a1d06df57b1e4053", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/4fc7e11a2f894270a1d06df57b1e4053", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4fc7e11a2f894270a1d06df57b1e4053", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/4fc7e11a2f894270a1d06df57b1e4053", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/4fc7e11a2f894270a1d06df57b1e4053", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4fc7e11a2f894270a1d06df57b1e4053", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/4fc7e11a2f894270a1d06df57b1e4053", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/4fc7e11a2f894270a1d06df57b1e4053", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-93bd6198-8c3a-4fe-user", "id": "a340a5f41e4945bcb789064be4ab8585"}, "audit_ids": ["EgxwXtzrQo6zSHPSOZaYDg"], "issued_at": "2018-10-04T14:54:12.000000Z"}} 2018-10-04 14:54:12,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsTests-2375cea4-9408-42cc-96f0-9f9ce8e99f70 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}256e63ad0bf8ef33d39971a520d63b6a442ed644" 2018-10-04 14:54:12,961 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 14:54: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-ee75f170-126a-4f0e-8a5e-123ac5412a8f x-compute-request-id: req-ee75f170-126a-4f0e-8a5e-123ac5412a8f Content-Length: 0 Content-Type: application/json 2018-10-04 14:54:12,961 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsTests-2375cea4-9408-42cc-96f0-9f9ce8e99f70 used request id req-ee75f170-126a-4f0e-8a5e-123ac5412a8f 2018-10-04 14:54:12,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}256e63ad0bf8ef33d39971a520d63b6a442ed644" 2018-10-04 14:54:12,979 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54: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-c93210e7-3d47-4ada-955d-cf0565be62eb x-compute-request-id: req-c93210e7-3d47-4ada-955d-cf0565be62eb Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-04 14:54:12,980 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-c93210e7-3d47-4ada-955d-cf0565be62eb 2018-10-04 14:54:12,980 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-2375cea4-9408-42cc-96f0-9f9ce8e99f70 2018-10-04 14:54:12,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsTests-2375cea4-9408-42cc-96f0-9f9ce8e99f70 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d45d38a8db890d6ad10104e64ef1aca967ecae76" 2018-10-04 14:54:13,028 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 14:54: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-99d8811b-3520-4113-a16a-9640fa98f694 x-compute-request-id: req-99d8811b-3520-4113-a16a-9640fa98f694 Content-Length: 162 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair CreateKeypairsTests-2375cea4-9408-42cc-96f0-9f9ce8e99f70 not found for user a340a5f41e4945bcb789064be4ab8585", "code": 404}} 2018-10-04 14:54:13,028 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsTests-2375cea4-9408-42cc-96f0-9f9ce8e99f70 used request id req-99d8811b-3520-4113-a16a-9640fa98f694 2018-10-04 14:54:13,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18fa26e3a661fc4cb819f662745872e44bbfc092" 2018-10-04 14:54:13,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9cd2f863-a030-44e8-b0cb-4135e93d89d8 Date: Thu, 04 Oct 2018 14:54:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:54:13,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-9cd2f863-a030-44e8-b0cb-4135e93d89d8 2018-10-04 14:54:13,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18fa26e3a661fc4cb819f662745872e44bbfc092" 2018-10-04 14:54:13,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91fa593d-41da-4a1a-b575-31b95902a0b2 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:54:13,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-91fa593d-41da-4a1a-b575-31b95902a0b2 2018-10-04 14:54:13,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18fa26e3a661fc4cb819f662745872e44bbfc092" 2018-10-04 14:54:13,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbc66f41-aa74-4ef9-86b9-507ef4b4eb27 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:54:13,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-fbc66f41-aa74-4ef9-86b9-507ef4b4eb27 2018-10-04 14:54:13,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18fa26e3a661fc4cb819f662745872e44bbfc092" 2018-10-04 14:54:13,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97ed1c00-d216-4b9f-8ea2-9416014c6308 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:54:13,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-97ed1c00-d216-4b9f-8ea2-9416014c6308 2018-10-04 14:54:13,454 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-93bd6198-8c3a-4fe-proj 2018-10-04 14:54:13,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/4fc7e11a2f894270a1d06df57b1e4053 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18fa26e3a661fc4cb819f662745872e44bbfc092" 2018-10-04 14:54:13,677 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c016bbd-9b60-4214-8be1-a5bdcf0212e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:13,677 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/4fc7e11a2f894270a1d06df57b1e4053 used request id req-0c016bbd-9b60-4214-8be1-a5bdcf0212e1 2018-10-04 14:54:13,677 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-93bd6198-8c3a-4fe-proj-role 2018-10-04 14:54:13,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/ccd76db6161c4e04a4b597d655a95533 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18fa26e3a661fc4cb819f662745872e44bbfc092" 2018-10-04 14:54:13,787 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6133631-54f7-4a0d-a9f2-462a8d30a751 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:13,787 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/ccd76db6161c4e04a4b597d655a95533 used request id req-f6133631-54f7-4a0d-a9f2-462a8d30a751 2018-10-04 14:54:13,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18fa26e3a661fc4cb819f662745872e44bbfc092" 2018-10-04 14:54:13,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbf82e91-6c0d-4b7c-aa73-b6316d966027 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:54:13,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-dbf82e91-6c0d-4b7c-aa73-b6316d966027 2018-10-04 14:54:13,884 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-93bd6198-8c3a-4fe-user 2018-10-04 14:54:13,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/a340a5f41e4945bcb789064be4ab8585 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd56753b50b5d6bd77504504420e55a023d9fbf9" 2018-10-04 14:54:14,069 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1fe5c8e8-d520-4fd0-bcfe-06bc8d39b65d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:14,069 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/a340a5f41e4945bcb789064be4ab8585 used request id req-1fe5c8e8-d520-4fd0-bcfe-06bc8d39b65d 2018-10-04 14:54:14,071 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:14,448 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["YQyHWcrHRgWzDl1K80BKYA"], "issued_at": "2018-10-04T14:54:14.000000Z"}} 2018-10-04 14:54:14,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}983d042b213696620e2539e0e2a554b19220b170" 2018-10-04 14:54:14,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c3e5423-8158-46e4-b81d-703552223d63 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:14,537 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9c3e5423-8158-46e4-b81d-703552223d63 2018-10-04 14:54:14,538 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:14,539 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:14,928 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["xC6pJ5SmR1ilsacWESzvtg"], "issued_at": "2018-10-04T14:54:14.000000Z"}} 2018-10-04 14:54:14,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3136788027e677912342baf8c5c0e2f0e5af08c9" 2018-10-04 14:54:15,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dcae521-04e3-4e6e-a345-e8b4d512b7e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:15,008 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5dcae521-04e3-4e6e-a345-e8b4d512b7e5 2018-10-04 14:54:15,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:54:15,019 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:54:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:54:15,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-4fd5c11e-a689-432-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3136788027e677912342baf8c5c0e2f0e5af08c9" 2018-10-04 14:54:15,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a3e42f5-6a65-48af-8d44-dca79f5f3b7a Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-4fd5c11e-a689-432-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:54:15,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-4fd5c11e-a689-432-proj used request id req-3a3e42f5-6a65-48af-8d44-dca79f5f3b7a 2018-10-04 14:54:15,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3136788027e677912342baf8c5c0e2f0e5af08c9" 2018-10-04 14:54:15,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-187b9e3b-a4ce-4e1a-b1ca-b92023d5571f Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:54:15,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-187b9e3b-a4ce-4e1a-b1ca-b92023d5571f 2018-10-04 14:54:15,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3136788027e677912342baf8c5c0e2f0e5af08c9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-4fd5c11e-a689-432-proj"}}' 2018-10-04 14:54:15,314 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:54:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f7ad42d-3a26-4519-a3ab-20d327b2f652 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b2c5ed9fe871477ea3dccb9a6d4a82f8"}, "enabled": true, "id": "b2c5ed9fe871477ea3dccb9a6d4a82f8", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-4fd5c11e-a689-432-proj"}} 2018-10-04 14:54:15,314 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-6f7ad42d-3a26-4519-a3ab-20d327b2f652 2018-10-04 14:54:15,314 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-4fd5c11e-a689-432-proj 2018-10-04 14:54:15,315 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:15,315 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:15,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["67hMweL4SxSYnYBM6nC7rw"], "issued_at": "2018-10-04T14:54:15.000000Z"}} 2018-10-04 14:54:15,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bfbc18308b6cc65bedae94b276c68cfe62665ec" 2018-10-04 14:54:15,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7de830b3-c009-4a18-bcca-64e6be20f8e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:15,780 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7de830b3-c009-4a18-bcca-64e6be20f8e8 2018-10-04 14:54:15,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:54:15,790 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:54:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:54:15,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bfbc18308b6cc65bedae94b276c68cfe62665ec" 2018-10-04 14:54:15,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4996cb3a-7cf2-48e9-8f7b-cdb76657e8f7 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:54:15,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-4996cb3a-7cf2-48e9-8f7b-cdb76657e8f7 2018-10-04 14:54:15,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateKeypairsTests-4fd5c11e-a689-432-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bfbc18308b6cc65bedae94b276c68cfe62665ec" 2018-10-04 14:54:15,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b519ed7f-c2b3-4f81-821a-77b79eb768c6 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateKeypairsTests-4fd5c11e-a689-432-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b2c5ed9fe871477ea3dccb9a6d4a82f8"}, "enabled": true, "id": "b2c5ed9fe871477ea3dccb9a6d4a82f8", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-4fd5c11e-a689-432-proj"}]} 2018-10-04 14:54:15,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateKeypairsTests-4fd5c11e-a689-432-proj used request id req-b519ed7f-c2b3-4f81-821a-77b79eb768c6 2018-10-04 14:54:15,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bfbc18308b6cc65bedae94b276c68cfe62665ec" 2018-10-04 14:54:16,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39623146-569c-4090-8a71-d891a17152e6 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:54:16,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-39623146-569c-4090-8a71-d891a17152e6 2018-10-04 14:54:16,440 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-4fd5c11e-a689-432-user 2018-10-04 14:54:16,440 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:16,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3136788027e677912342baf8c5c0e2f0e5af08c9" 2018-10-04 14:54:16,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73e382f0-ae20-4f6b-8b6a-7378736d88a1 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:54:16,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-73e382f0-ae20-4f6b-8b6a-7378736d88a1 2018-10-04 14:54:16,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3136788027e677912342baf8c5c0e2f0e5af08c9" -d '{"role": {"name": "CreateKeypairsTests-4fd5c11e-a689-432-proj-role"}}' 2018-10-04 14:54:16,644 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:54:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24be2262-6495-4fe6-a827-0fa09fd3247b Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "28a45bd4daae4faa89afc6bbb8210809", "links": {"self": "http://172.30.9.23:5000/v3/roles/28a45bd4daae4faa89afc6bbb8210809"}, "name": "CreateKeypairsTests-4fd5c11e-a689-432-proj-role"}} 2018-10-04 14:54:16,644 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-24be2262-6495-4fe6-a827-0fa09fd3247b 2018-10-04 14:54:16,644 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-4fd5c11e-a689-432-proj-role 2018-10-04 14:54:16,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/28a45bd4daae4faa89afc6bbb8210809 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3136788027e677912342baf8c5c0e2f0e5af08c9" 2018-10-04 14:54:16,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbe3b940-28a4-4caf-b216-a1a113caa294 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/28a45bd4daae4faa89afc6bbb8210809"}, "domain_id": null, "name": "CreateKeypairsTests-4fd5c11e-a689-432-proj-role", "id": "28a45bd4daae4faa89afc6bbb8210809"}} 2018-10-04 14:54:16,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/28a45bd4daae4faa89afc6bbb8210809 used request id req-bbe3b940-28a4-4caf-b216-a1a113caa294 2018-10-04 14:54:16,736 - keystone_utils - INFO - Granting role CreateKeypairsTests-4fd5c11e-a689-432-proj-role to project CreateKeypairsTests-4fd5c11e-a689-432-proj 2018-10-04 14:54:16,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/b2c5ed9fe871477ea3dccb9a6d4a82f8/users/fd14da8ac3e949a9b86ac2833d979711/roles/28a45bd4daae4faa89afc6bbb8210809 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3136788027e677912342baf8c5c0e2f0e5af08c9" 2018-10-04 14:54:16,857 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7fcecf55-fe13-4287-b556-fa88f38c6702 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:16,857 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/b2c5ed9fe871477ea3dccb9a6d4a82f8/users/fd14da8ac3e949a9b86ac2833d979711/roles/28a45bd4daae4faa89afc6bbb8210809 used request id req-7fcecf55-fe13-4287-b556-fa88f38c6702 2018-10-04 14:54:16,857 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 14:54:16,941 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-f1de5a23-0743-4cce-a6df-c2d36ff5721b.pub 2018-10-04 14:54:16,941 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:16,942 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:17,324 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "28a45bd4daae4faa89afc6bbb8210809", "name": "CreateKeypairsTests-4fd5c11e-a689-432-proj-role"}], "expires_at": "2018-10-04T15:54:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b2c5ed9fe871477ea3dccb9a6d4a82f8", "name": "CreateKeypairsTests-4fd5c11e-a689-432-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/b2c5ed9fe871477ea3dccb9a6d4a82f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/b2c5ed9fe871477ea3dccb9a6d4a82f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/b2c5ed9fe871477ea3dccb9a6d4a82f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/b2c5ed9fe871477ea3dccb9a6d4a82f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/b2c5ed9fe871477ea3dccb9a6d4a82f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/b2c5ed9fe871477ea3dccb9a6d4a82f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/b2c5ed9fe871477ea3dccb9a6d4a82f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/b2c5ed9fe871477ea3dccb9a6d4a82f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/b2c5ed9fe871477ea3dccb9a6d4a82f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b2c5ed9fe871477ea3dccb9a6d4a82f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/b2c5ed9fe871477ea3dccb9a6d4a82f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/b2c5ed9fe871477ea3dccb9a6d4a82f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-4fd5c11e-a689-432-user", "id": "fd14da8ac3e949a9b86ac2833d979711"}, "audit_ids": ["gRIXlIcmQPSZtk6-y-VAYQ"], "issued_at": "2018-10-04T14:54:17.000000Z"}} 2018-10-04 14:54:17,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ae307fc870c2b64081fb25e1422f87c4e1c62d3" 2018-10-04 14:54:17,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa6f0536-93b3-4d7e-a3d1-00ec5f6fb14b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:17,401 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fa6f0536-93b3-4d7e-a3d1-00ec5f6fb14b 2018-10-04 14:54:17,402 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 14:54:17,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ae307fc870c2b64081fb25e1422f87c4e1c62d3" 2018-10-04 14:54:17,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3fa24dd7-6392-4641-93e7-ab5c0affea18 x-compute-request-id: req-3fa24dd7-6392-4641-93e7-ab5c0affea18 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-04 14:54:17,947 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-3fa24dd7-6392-4641-93e7-ab5c0affea18 2018-10-04 14:54:17,947 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-f1de5a23-0743-4cce-a6df-c2d36ff5721b... 2018-10-04 14:54:17,947 - OpenStackKeypair - INFO - Uploading existing keypair 2018-10-04 14:54:17,948 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsTests-f1de5a23-0743-4cce-a6df-c2d36ff5721b.pub 2018-10-04 14:54:17,948 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-f1de5a23-0743-4cce-a6df-c2d36ff5721b 2018-10-04 14:54:17,951 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ae307fc870c2b64081fb25e1422f87c4e1c62d3" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQcjCypVYvIEz4ap6LsdQUvjTn9IE6n3qHlXajTsAbTzTlQjz/IrIXNnlmsSbluzua92xhW7k1WwYLbGnDoJJ5a0tHAboENmo/wJ4gZL3xh0yoyYnR51nkSZ9R/4PCFFTOeqcgjkdYGrM2vFYmxfktLDkBjw0DrzTwCz/VVdHo9onxknGXQAVA1Bl0eD++QHbTB21EXA4ueq7vY9dZMx1P3O8os+K7MX2hHWFCGpW2B7k1KoBlIlBCSN4RRiZBo04B7UCAybVTCuzQAuVi+R/kARwimU480BDpQxoIsHICoTaDkAl33IC9McvYIqU7hSfUjG/KxGfCx9l02/qBGatP", "name": "CreateKeypairsTests-f1de5a23-0743-4cce-a6df-c2d36ff5721b"}}' 2018-10-04 14:54:18,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c7e34f6e-3c4d-4f9a-aa95-60b7cb78e861 x-compute-request-id: req-c7e34f6e-3c4d-4f9a-aa95-60b7cb78e861 Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQcjCypVYvIEz4ap6LsdQUvjTn9IE6n3qHlXajTsAbTzTlQjz/IrIXNnlmsSbluzua92xhW7k1WwYLbGnDoJJ5a0tHAboENmo/wJ4gZL3xh0yoyYnR51nkSZ9R/4PCFFTOeqcgjkdYGrM2vFYmxfktLDkBjw0DrzTwCz/VVdHo9onxknGXQAVA1Bl0eD++QHbTB21EXA4ueq7vY9dZMx1P3O8os+K7MX2hHWFCGpW2B7k1KoBlIlBCSN4RRiZBo04B7UCAybVTCuzQAuVi+R/kARwimU480BDpQxoIsHICoTaDkAl33IC9McvYIqU7hSfUjG/KxGfCx9l02/qBGatP", "user_id": "fd14da8ac3e949a9b86ac2833d979711", "name": "CreateKeypairsTests-f1de5a23-0743-4cce-a6df-c2d36ff5721b", "fingerprint": "3a:e6:b8:f0:5f:24:9c:7d:df:71:19:51:19:f5:c4:de"}} 2018-10-04 14:54:18,070 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-c7e34f6e-3c4d-4f9a-aa95-60b7cb78e861 2018-10-04 14:54:18,070 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:18,435 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "28a45bd4daae4faa89afc6bbb8210809", "name": "CreateKeypairsTests-4fd5c11e-a689-432-proj-role"}], "expires_at": "2018-10-04T15:54:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b2c5ed9fe871477ea3dccb9a6d4a82f8", "name": "CreateKeypairsTests-4fd5c11e-a689-432-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/b2c5ed9fe871477ea3dccb9a6d4a82f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/b2c5ed9fe871477ea3dccb9a6d4a82f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/b2c5ed9fe871477ea3dccb9a6d4a82f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/b2c5ed9fe871477ea3dccb9a6d4a82f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/b2c5ed9fe871477ea3dccb9a6d4a82f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/b2c5ed9fe871477ea3dccb9a6d4a82f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/b2c5ed9fe871477ea3dccb9a6d4a82f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/b2c5ed9fe871477ea3dccb9a6d4a82f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/b2c5ed9fe871477ea3dccb9a6d4a82f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b2c5ed9fe871477ea3dccb9a6d4a82f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/b2c5ed9fe871477ea3dccb9a6d4a82f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/b2c5ed9fe871477ea3dccb9a6d4a82f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-4fd5c11e-a689-432-user", "id": "fd14da8ac3e949a9b86ac2833d979711"}, "audit_ids": ["CSOYvtkxRPa7u9WfXOpptA"], "issued_at": "2018-10-04T14:54:18.000000Z"}} 2018-10-04 14:54:18,438 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsTests-f1de5a23-0743-4cce-a6df-c2d36ff5721b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2d2bf327f5a6364a49283d7ceebe601eb9405df" 2018-10-04 14:54:18,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b6f476c-e6ce-42d5-b75e-d303ff62b54c x-compute-request-id: req-7b6f476c-e6ce-42d5-b75e-d303ff62b54c Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQcjCypVYvIEz4ap6LsdQUvjTn9IE6n3qHlXajTsAbTzTlQjz/IrIXNnlmsSbluzua92xhW7k1WwYLbGnDoJJ5a0tHAboENmo/wJ4gZL3xh0yoyYnR51nkSZ9R/4PCFFTOeqcgjkdYGrM2vFYmxfktLDkBjw0DrzTwCz/VVdHo9onxknGXQAVA1Bl0eD++QHbTB21EXA4ueq7vY9dZMx1P3O8os+K7MX2hHWFCGpW2B7k1KoBlIlBCSN4RRiZBo04B7UCAybVTCuzQAuVi+R/kARwimU480BDpQxoIsHICoTaDkAl33IC9McvYIqU7hSfUjG/KxGfCx9l02/qBGatP", "user_id": "fd14da8ac3e949a9b86ac2833d979711", "name": "CreateKeypairsTests-f1de5a23-0743-4cce-a6df-c2d36ff5721b", "deleted": false, "created_at": "2018-10-04T14:54:17.000000", "updated_at": null, "fingerprint": "3a:e6:b8:f0:5f:24:9c:7d:df:71:19:51:19:f5:c4:de", "deleted_at": null, "id": 66}} 2018-10-04 14:54:18,924 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsTests-f1de5a23-0743-4cce-a6df-c2d36ff5721b used request id req-7b6f476c-e6ce-42d5-b75e-d303ff62b54c 2018-10-04 14:54:18,925 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-f1de5a23-0743-4cce-a6df-c2d36ff5721b 2018-10-04 14:54:18,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsTests-f1de5a23-0743-4cce-a6df-c2d36ff5721b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ae307fc870c2b64081fb25e1422f87c4e1c62d3" 2018-10-04 14:54:19,003 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 14:54:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-35ad6a65-6222-46c7-8f04-c9cbc34328cd x-compute-request-id: req-35ad6a65-6222-46c7-8f04-c9cbc34328cd Content-Length: 0 Content-Type: application/json 2018-10-04 14:54:19,003 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsTests-f1de5a23-0743-4cce-a6df-c2d36ff5721b used request id req-35ad6a65-6222-46c7-8f04-c9cbc34328cd 2018-10-04 14:54:19,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3136788027e677912342baf8c5c0e2f0e5af08c9" 2018-10-04 14:54:19,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-c31cc7c0-75fd-4cae-bb6b-62fa7a4b825d Date: Thu, 04 Oct 2018 14:54:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:54:19,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-c31cc7c0-75fd-4cae-bb6b-62fa7a4b825d 2018-10-04 14:54:19,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3136788027e677912342baf8c5c0e2f0e5af08c9" 2018-10-04 14:54:19,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bff21a48-d3f9-41c5-a71e-477947832751 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:54:19,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-bff21a48-d3f9-41c5-a71e-477947832751 2018-10-04 14:54:19,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3136788027e677912342baf8c5c0e2f0e5af08c9" 2018-10-04 14:54:19,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfe9df39-2f01-47cf-a028-40ebbeba07d1 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:54:19,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-cfe9df39-2f01-47cf-a028-40ebbeba07d1 2018-10-04 14:54:19,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3136788027e677912342baf8c5c0e2f0e5af08c9" 2018-10-04 14:54:19,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-361d1b0f-a535-4fa3-830c-2c0e6baf86e6 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:54:19,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-361d1b0f-a535-4fa3-830c-2c0e6baf86e6 2018-10-04 14:54:19,486 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-4fd5c11e-a689-432-proj 2018-10-04 14:54:19,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/b2c5ed9fe871477ea3dccb9a6d4a82f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3136788027e677912342baf8c5c0e2f0e5af08c9" 2018-10-04 14:54:19,688 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d18b7a37-adba-4d26-81bb-36163a1a83b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:19,688 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/b2c5ed9fe871477ea3dccb9a6d4a82f8 used request id req-d18b7a37-adba-4d26-81bb-36163a1a83b6 2018-10-04 14:54:19,688 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-4fd5c11e-a689-432-proj-role 2018-10-04 14:54:19,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/28a45bd4daae4faa89afc6bbb8210809 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3136788027e677912342baf8c5c0e2f0e5af08c9" 2018-10-04 14:54:19,794 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29cb15cd-176a-4ebd-86b7-0fe17427007e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:19,795 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/28a45bd4daae4faa89afc6bbb8210809 used request id req-29cb15cd-176a-4ebd-86b7-0fe17427007e 2018-10-04 14:54:19,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3136788027e677912342baf8c5c0e2f0e5af08c9" 2018-10-04 14:54:19,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67707821-f072-4150-9b64-5d54c77be7a7 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:54:19,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-67707821-f072-4150-9b64-5d54c77be7a7 2018-10-04 14:54:19,882 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-4fd5c11e-a689-432-user 2018-10-04 14:54:19,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/fd14da8ac3e949a9b86ac2833d979711 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bfbc18308b6cc65bedae94b276c68cfe62665ec" 2018-10-04 14:54:20,061 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff8984d2-866e-4425-93f6-7a0e9dc89c14 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:20,061 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/fd14da8ac3e949a9b86ac2833d979711 used request id req-ff8984d2-866e-4425-93f6-7a0e9dc89c14 2018-10-04 14:54:20,063 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:20,458 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["QkZTa06AQzyWu4E53_D-2A"], "issued_at": "2018-10-04T14:54:20.000000Z"}} 2018-10-04 14:54:20,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df591267d4a8312ffe260c7d44f452c3d6140d9" 2018-10-04 14:54:20,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a60d9f0-f2f1-4349-a037-8b6d97cc22b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:20,537 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8a60d9f0-f2f1-4349-a037-8b6d97cc22b6 2018-10-04 14:54:20,538 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:20,539 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:20,928 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["hAazIGiMRh282KhIZf6xIg"], "issued_at": "2018-10-04T14:54:20.000000Z"}} 2018-10-04 14:54:20,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f02f1d723fb69c497376e615eabb2fd0a237f9" 2018-10-04 14:54:21,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4bb876d-33b5-40a7-ae27-97b1ab15589e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:21,014 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f4bb876d-33b5-40a7-ae27-97b1ab15589e 2018-10-04 14:54:21,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:54:21,024 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:54:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:54:21,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-b7824e02-9013-42b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f02f1d723fb69c497376e615eabb2fd0a237f9" 2018-10-04 14:54:21,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4461a829-fbee-46ef-84a3-b065c0a02665 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-b7824e02-9013-42b-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:54:21,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-b7824e02-9013-42b-proj used request id req-4461a829-fbee-46ef-84a3-b065c0a02665 2018-10-04 14:54:21,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f02f1d723fb69c497376e615eabb2fd0a237f9" 2018-10-04 14:54:21,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c438723f-e423-4b86-b10b-37cfdcec1a17 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:54:21,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-c438723f-e423-4b86-b10b-37cfdcec1a17 2018-10-04 14:54:21,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f02f1d723fb69c497376e615eabb2fd0a237f9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-b7824e02-9013-42b-proj"}}' 2018-10-04 14:54:21,310 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:54:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-229a5515-e8bd-4f42-8936-61f8092e6652 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ec0032cd7c124b2ca4bc0662c4f0feea"}, "enabled": true, "id": "ec0032cd7c124b2ca4bc0662c4f0feea", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-b7824e02-9013-42b-proj"}} 2018-10-04 14:54:21,310 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-229a5515-e8bd-4f42-8936-61f8092e6652 2018-10-04 14:54:21,310 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-b7824e02-9013-42b-proj 2018-10-04 14:54:21,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:21,311 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:21,696 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["9JlwzLVGQFysl6FY4Tsssw"], "issued_at": "2018-10-04T14:54:21.000000Z"}} 2018-10-04 14:54:21,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}119271b124918d0c1ae00e5074f920cde7461281" 2018-10-04 14:54:21,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2aa8d9bf-7771-4409-aea0-43313f7ecaf8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:21,782 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2aa8d9bf-7771-4409-aea0-43313f7ecaf8 2018-10-04 14:54:21,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:54:21,791 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:54:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:54:21,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}119271b124918d0c1ae00e5074f920cde7461281" 2018-10-04 14:54:21,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-082b8d02-9d4d-416c-ab9f-c594f3e596b4 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:54:21,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-082b8d02-9d4d-416c-ab9f-c594f3e596b4 2018-10-04 14:54:21,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateKeypairsTests-b7824e02-9013-42b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}119271b124918d0c1ae00e5074f920cde7461281" 2018-10-04 14:54:21,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49f5f70a-de50-4277-9161-d89556d250d7 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateKeypairsTests-b7824e02-9013-42b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ec0032cd7c124b2ca4bc0662c4f0feea"}, "enabled": true, "id": "ec0032cd7c124b2ca4bc0662c4f0feea", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-b7824e02-9013-42b-proj"}]} 2018-10-04 14:54:21,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateKeypairsTests-b7824e02-9013-42b-proj used request id req-49f5f70a-de50-4277-9161-d89556d250d7 2018-10-04 14:54:21,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}119271b124918d0c1ae00e5074f920cde7461281" 2018-10-04 14:54:22,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fe5e5cd-8628-40d4-9b9f-286788e66e1a Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:54:22,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-2fe5e5cd-8628-40d4-9b9f-286788e66e1a 2018-10-04 14:54:22,374 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-b7824e02-9013-42b-user 2018-10-04 14:54:22,374 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:22,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f02f1d723fb69c497376e615eabb2fd0a237f9" 2018-10-04 14:54:22,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd77c397-0be0-4ca1-b85c-eadc14dd9e85 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:54:22,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-fd77c397-0be0-4ca1-b85c-eadc14dd9e85 2018-10-04 14:54:22,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f02f1d723fb69c497376e615eabb2fd0a237f9" -d '{"role": {"name": "CreateKeypairsTests-b7824e02-9013-42b-proj-role"}}' 2018-10-04 14:54:22,577 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:54:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f9eb787-a739-494e-8d83-dde50e8161e3 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f7c18708fb984aa1a89e1c2ee175c1c4", "links": {"self": "http://172.30.9.23:5000/v3/roles/f7c18708fb984aa1a89e1c2ee175c1c4"}, "name": "CreateKeypairsTests-b7824e02-9013-42b-proj-role"}} 2018-10-04 14:54:22,577 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-9f9eb787-a739-494e-8d83-dde50e8161e3 2018-10-04 14:54:22,578 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-b7824e02-9013-42b-proj-role 2018-10-04 14:54:22,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/f7c18708fb984aa1a89e1c2ee175c1c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f02f1d723fb69c497376e615eabb2fd0a237f9" 2018-10-04 14:54:22,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4596fc8-6dff-4d4d-86d0-8b6b056d8a47 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/f7c18708fb984aa1a89e1c2ee175c1c4"}, "domain_id": null, "name": "CreateKeypairsTests-b7824e02-9013-42b-proj-role", "id": "f7c18708fb984aa1a89e1c2ee175c1c4"}} 2018-10-04 14:54:22,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/f7c18708fb984aa1a89e1c2ee175c1c4 used request id req-a4596fc8-6dff-4d4d-86d0-8b6b056d8a47 2018-10-04 14:54:22,600 - keystone_utils - INFO - Granting role CreateKeypairsTests-b7824e02-9013-42b-proj-role to project CreateKeypairsTests-b7824e02-9013-42b-proj 2018-10-04 14:54:22,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/ec0032cd7c124b2ca4bc0662c4f0feea/users/ab228ddfea1042e9bd2c4884e666242b/roles/f7c18708fb984aa1a89e1c2ee175c1c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f02f1d723fb69c497376e615eabb2fd0a237f9" 2018-10-04 14:54:22,736 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c5b8997-ebbb-4be2-bea7-4bfb7c6d242b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:22,736 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/ec0032cd7c124b2ca4bc0662c4f0feea/users/ab228ddfea1042e9bd2c4884e666242b/roles/f7c18708fb984aa1a89e1c2ee175c1c4 used request id req-8c5b8997-ebbb-4be2-bea7-4bfb7c6d242b 2018-10-04 14:54:22,737 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 14:54:22,738 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:22,739 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:23,126 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f7c18708fb984aa1a89e1c2ee175c1c4", "name": "CreateKeypairsTests-b7824e02-9013-42b-proj-role"}], "expires_at": "2018-10-04T15:54:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ec0032cd7c124b2ca4bc0662c4f0feea", "name": "CreateKeypairsTests-b7824e02-9013-42b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ec0032cd7c124b2ca4bc0662c4f0feea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ec0032cd7c124b2ca4bc0662c4f0feea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ec0032cd7c124b2ca4bc0662c4f0feea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ec0032cd7c124b2ca4bc0662c4f0feea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ec0032cd7c124b2ca4bc0662c4f0feea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ec0032cd7c124b2ca4bc0662c4f0feea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ec0032cd7c124b2ca4bc0662c4f0feea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ec0032cd7c124b2ca4bc0662c4f0feea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ec0032cd7c124b2ca4bc0662c4f0feea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ec0032cd7c124b2ca4bc0662c4f0feea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ec0032cd7c124b2ca4bc0662c4f0feea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ec0032cd7c124b2ca4bc0662c4f0feea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-b7824e02-9013-42b-user", "id": "ab228ddfea1042e9bd2c4884e666242b"}, "audit_ids": ["kDVXpsECRu6CHbkQRETN9A"], "issued_at": "2018-10-04T14:54:23.000000Z"}} 2018-10-04 14:54:23,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5903a3b770227d1e6d267b08f6bc6798d3a669be" 2018-10-04 14:54:23,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c39c0b0b-7bfd-4885-b095-99376e1b0426 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:23,215 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c39c0b0b-7bfd-4885-b095-99376e1b0426 2018-10-04 14:54:23,216 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 14:54:23,220 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5903a3b770227d1e6d267b08f6bc6798d3a669be" 2018-10-04 14:54:23,398 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e80c7804-a428-4052-bb19-eceab88e2f36 x-compute-request-id: req-e80c7804-a428-4052-bb19-eceab88e2f36 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-04 14:54:23,398 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-e80c7804-a428-4052-bb19-eceab88e2f36 2018-10-04 14:54:23,399 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-3d9de9d2-bd85-4702-9a57-35cf1869a6cb... 2018-10-04 14:54:23,399 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 14:54:35,526 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-3d9de9d2-bd85-4702-9a57-35cf1869a6cb 2018-10-04 14:54:35,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5903a3b770227d1e6d267b08f6bc6798d3a669be" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDDqark+HRLQuf9wB5knBzCYlHW5VHggPJh0K1pPhhE4F8mhXKD5oxJETSMvAyIhZW6Gwbwn7LN3Wj43J2IOeQXJGiMCqFkelqRa1uXXrySNv7U5K6KFOdNw4Qf7HOLdVW02QsdVlLADzmOk2cvojHdLifYPTvxprnHlxXaaEwyAEeImBZzrgedtQ5n8T4iApTqiW8LHxMetQ/CYR6/ELhHhb73+sWdXvvnyiBiGOktOlNVHvHdv1+h36JF2kl50mtRSB0f/wknd6OlBs9UPKXdw/+lRb14sKgY9Xvxn28gnIwaLI1CC6xf7VfQ/5AwcnHXmceaoi0m6tcYkbeeYsvbGWTw/Yu1QsB8atwsl6vV63kU4Iiuc/Bvy0SB2qKRq0f+/9TtSCusH8/RqSYx9WEogVPxFituAeWthhckxptzXPbT7PR+e5KjZYsOYQhKyDFZmd2zjSSC4l8Jdys2PcWwY8/LRxQG6B0g6zZSko6k3fuG4nLiz+DN8S50J4V9Yg6UjU2HEtULv7UgsXV5i3YOLOznkGazieMiqNyJ9bAE4bQxcQknX8HvFEvBxIq1pmKxMz5DVfoCZIz91vdQTfzeU+xXx8YuvRGpN5/2fRuOmo1ENir6y25fujAxpQzdHS5ACS6BmKQEiQY01dWvv/54Ps7VSNYEnWMN7YSOT8a8YfhPgP8kzdKQTruRNcL2lUSQQq6P8x7bYCHrNQNKVvhHLD92Im5DQwLQt/uWqfDb+oLW8nIOzNMurXk9s/PFAXDE0eUq/NbkuCKqR6QTGGGiSE5PwUiTMcqf5OuZLKgdck7ItEHRQgHzLHYbT3je0Sw9zOQA7c/5Huc0rGcYt4ChQ8YctZMvYiWFk/6UunDU3HQSf9u8fMYwhM0ZKWnJ9D+Oz2nIYMpFvDWsj9Ij11BUW50gKplsSvtRagUXQVtF28mAqjnL23FFEqter/JJoy3wOBpcFhPMk1axbozJIsPkMMDRAg0wQD2f4CPPJ9LjIDs1/FJGmCqzDXH/UMrjDhXSZJ0PEwdRKiE8p05Rlv5FCbIvs86G7z8iSv0g3uNfZILYNAk9INWz3i8p4VwXf9GmwgphLF5tdA88aEVRXPV4I3ydsOSK7326o/pz97l5n1vyTMg61GCDW0lzOX0jJQXdFe7aZccQHrVykNJ5uU0Aj6sNDXazWkcQHxg9N7De2jN86PQOQATGTf0F7584LsSpAAnQuDGazhRR/Wmj9bV+65OO6LJsf2OsFFlw/D5/+Wx+9WOjHWSJgOJEapBV4hHVaieuqyIZpqbIhCemDlBKQ66kQIkohpLsIczn/r8kbPUMEZFrK3WXB51p0Cv0WdLJXzajUopH9jIqexowOunBVjaXPvRPOKpt9OLCreJuIk2nBGMpKccz70QxbiXg9OFniQjkk8tN39Yinik3EVQYhmkjK/OwFLFFGbIKdSIhIsCQKn7+VtO1IDcsrwown3JxHgM+kyHFK7AtWSg8TEvBEZYjCk4Ak4vXOe6GqjRHD5GrcFSxMau0BQWIyFab3A1O+eQZxDCSXo09sD1BRgQXwYWAQjvt1Hq/QBqoc39or4VUGIrdWQboUiBwwd8ywEFAhK9E9gqeNGW2f1j9gFq8M/nTvFYg7YgJTR1qe/b1f4ERloIboeEvGyjsjYR6HM3uFw==", "name": "CreateKeypairsTests-3d9de9d2-bd85-4702-9a57-35cf1869a6cb"}}' 2018-10-04 14:54:35,596 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54: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-734ae7b7-0be3-4deb-8e18-606537d82980 x-compute-request-id: req-734ae7b7-0be3-4deb-8e18-606537d82980 Content-Encoding: gzip Content-Length: 1511 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDDqark+HRLQuf9wB5knBzCYlHW5VHggPJh0K1pPhhE4F8mhXKD5oxJETSMvAyIhZW6Gwbwn7LN3Wj43J2IOeQXJGiMCqFkelqRa1uXXrySNv7U5K6KFOdNw4Qf7HOLdVW02QsdVlLADzmOk2cvojHdLifYPTvxprnHlxXaaEwyAEeImBZzrgedtQ5n8T4iApTqiW8LHxMetQ/CYR6/ELhHhb73+sWdXvvnyiBiGOktOlNVHvHdv1+h36JF2kl50mtRSB0f/wknd6OlBs9UPKXdw/+lRb14sKgY9Xvxn28gnIwaLI1CC6xf7VfQ/5AwcnHXmceaoi0m6tcYkbeeYsvbGWTw/Yu1QsB8atwsl6vV63kU4Iiuc/Bvy0SB2qKRq0f+/9TtSCusH8/RqSYx9WEogVPxFituAeWthhckxptzXPbT7PR+e5KjZYsOYQhKyDFZmd2zjSSC4l8Jdys2PcWwY8/LRxQG6B0g6zZSko6k3fuG4nLiz+DN8S50J4V9Yg6UjU2HEtULv7UgsXV5i3YOLOznkGazieMiqNyJ9bAE4bQxcQknX8HvFEvBxIq1pmKxMz5DVfoCZIz91vdQTfzeU+xXx8YuvRGpN5/2fRuOmo1ENir6y25fujAxpQzdHS5ACS6BmKQEiQY01dWvv/54Ps7VSNYEnWMN7YSOT8a8YfhPgP8kzdKQTruRNcL2lUSQQq6P8x7bYCHrNQNKVvhHLD92Im5DQwLQt/uWqfDb+oLW8nIOzNMurXk9s/PFAXDE0eUq/NbkuCKqR6QTGGGiSE5PwUiTMcqf5OuZLKgdck7ItEHRQgHzLHYbT3je0Sw9zOQA7c/5Huc0rGcYt4ChQ8YctZMvYiWFk/6UunDU3HQSf9u8fMYwhM0ZKWnJ9D+Oz2nIYMpFvDWsj9Ij11BUW50gKplsSvtRagUXQVtF28mAqjnL23FFEqter/JJoy3wOBpcFhPMk1axbozJIsPkMMDRAg0wQD2f4CPPJ9LjIDs1/FJGmCqzDXH/UMrjDhXSZJ0PEwdRKiE8p05Rlv5FCbIvs86G7z8iSv0g3uNfZILYNAk9INWz3i8p4VwXf9GmwgphLF5tdA88aEVRXPV4I3ydsOSK7326o/pz97l5n1vyTMg61GCDW0lzOX0jJQXdFe7aZccQHrVykNJ5uU0Aj6sNDXazWkcQHxg9N7De2jN86PQOQATGTf0F7584LsSpAAnQuDGazhRR/Wmj9bV+65OO6LJsf2OsFFlw/D5/+Wx+9WOjHWSJgOJEapBV4hHVaieuqyIZpqbIhCemDlBKQ66kQIkohpLsIczn/r8kbPUMEZFrK3WXB51p0Cv0WdLJXzajUopH9jIqexowOunBVjaXPvRPOKpt9OLCreJuIk2nBGMpKccz70QxbiXg9OFniQjkk8tN39Yinik3EVQYhmkjK/OwFLFFGbIKdSIhIsCQKn7+VtO1IDcsrwown3JxHgM+kyHFK7AtWSg8TEvBEZYjCk4Ak4vXOe6GqjRHD5GrcFSxMau0BQWIyFab3A1O+eQZxDCSXo09sD1BRgQXwYWAQjvt1Hq/QBqoc39or4VUGIrdWQboUiBwwd8ywEFAhK9E9gqeNGW2f1j9gFq8M/nTvFYg7YgJTR1qe/b1f4ERloIboeEvGyjsjYR6HM3uFw==", "user_id": "ab228ddfea1042e9bd2c4884e666242b", "name": "CreateKeypairsTests-3d9de9d2-bd85-4702-9a57-35cf1869a6cb", "fingerprint": "c2:3b:c4:75:f4:c0:62:b6:3a:89:7e:dd:3d:48:61:49"}} 2018-10-04 14:54:35,596 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-734ae7b7-0be3-4deb-8e18-606537d82980 2018-10-04 14:54:35,596 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:35,989 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f7c18708fb984aa1a89e1c2ee175c1c4", "name": "CreateKeypairsTests-b7824e02-9013-42b-proj-role"}], "expires_at": "2018-10-04T15:54:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ec0032cd7c124b2ca4bc0662c4f0feea", "name": "CreateKeypairsTests-b7824e02-9013-42b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ec0032cd7c124b2ca4bc0662c4f0feea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ec0032cd7c124b2ca4bc0662c4f0feea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ec0032cd7c124b2ca4bc0662c4f0feea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ec0032cd7c124b2ca4bc0662c4f0feea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ec0032cd7c124b2ca4bc0662c4f0feea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ec0032cd7c124b2ca4bc0662c4f0feea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ec0032cd7c124b2ca4bc0662c4f0feea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ec0032cd7c124b2ca4bc0662c4f0feea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ec0032cd7c124b2ca4bc0662c4f0feea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ec0032cd7c124b2ca4bc0662c4f0feea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ec0032cd7c124b2ca4bc0662c4f0feea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ec0032cd7c124b2ca4bc0662c4f0feea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-b7824e02-9013-42b-user", "id": "ab228ddfea1042e9bd2c4884e666242b"}, "audit_ids": ["4pVugQqoSlGv6ZhlVZkiiA"], "issued_at": "2018-10-04T14:54:35.000000Z"}} 2018-10-04 14:54:35,993 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsTests-3d9de9d2-bd85-4702-9a57-35cf1869a6cb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab22c653cba4013a4edd92e687939975a19d6f7b" 2018-10-04 14:54:36,244 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54: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-d63ebae4-3150-4e31-beb8-77e535d7f0aa x-compute-request-id: req-d63ebae4-3150-4e31-beb8-77e535d7f0aa Content-Encoding: gzip Content-Length: 1575 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDDqark+HRLQuf9wB5knBzCYlHW5VHggPJh0K1pPhhE4F8mhXKD5oxJETSMvAyIhZW6Gwbwn7LN3Wj43J2IOeQXJGiMCqFkelqRa1uXXrySNv7U5K6KFOdNw4Qf7HOLdVW02QsdVlLADzmOk2cvojHdLifYPTvxprnHlxXaaEwyAEeImBZzrgedtQ5n8T4iApTqiW8LHxMetQ/CYR6/ELhHhb73+sWdXvvnyiBiGOktOlNVHvHdv1+h36JF2kl50mtRSB0f/wknd6OlBs9UPKXdw/+lRb14sKgY9Xvxn28gnIwaLI1CC6xf7VfQ/5AwcnHXmceaoi0m6tcYkbeeYsvbGWTw/Yu1QsB8atwsl6vV63kU4Iiuc/Bvy0SB2qKRq0f+/9TtSCusH8/RqSYx9WEogVPxFituAeWthhckxptzXPbT7PR+e5KjZYsOYQhKyDFZmd2zjSSC4l8Jdys2PcWwY8/LRxQG6B0g6zZSko6k3fuG4nLiz+DN8S50J4V9Yg6UjU2HEtULv7UgsXV5i3YOLOznkGazieMiqNyJ9bAE4bQxcQknX8HvFEvBxIq1pmKxMz5DVfoCZIz91vdQTfzeU+xXx8YuvRGpN5/2fRuOmo1ENir6y25fujAxpQzdHS5ACS6BmKQEiQY01dWvv/54Ps7VSNYEnWMN7YSOT8a8YfhPgP8kzdKQTruRNcL2lUSQQq6P8x7bYCHrNQNKVvhHLD92Im5DQwLQt/uWqfDb+oLW8nIOzNMurXk9s/PFAXDE0eUq/NbkuCKqR6QTGGGiSE5PwUiTMcqf5OuZLKgdck7ItEHRQgHzLHYbT3je0Sw9zOQA7c/5Huc0rGcYt4ChQ8YctZMvYiWFk/6UunDU3HQSf9u8fMYwhM0ZKWnJ9D+Oz2nIYMpFvDWsj9Ij11BUW50gKplsSvtRagUXQVtF28mAqjnL23FFEqter/JJoy3wOBpcFhPMk1axbozJIsPkMMDRAg0wQD2f4CPPJ9LjIDs1/FJGmCqzDXH/UMrjDhXSZJ0PEwdRKiE8p05Rlv5FCbIvs86G7z8iSv0g3uNfZILYNAk9INWz3i8p4VwXf9GmwgphLF5tdA88aEVRXPV4I3ydsOSK7326o/pz97l5n1vyTMg61GCDW0lzOX0jJQXdFe7aZccQHrVykNJ5uU0Aj6sNDXazWkcQHxg9N7De2jN86PQOQATGTf0F7584LsSpAAnQuDGazhRR/Wmj9bV+65OO6LJsf2OsFFlw/D5/+Wx+9WOjHWSJgOJEapBV4hHVaieuqyIZpqbIhCemDlBKQ66kQIkohpLsIczn/r8kbPUMEZFrK3WXB51p0Cv0WdLJXzajUopH9jIqexowOunBVjaXPvRPOKpt9OLCreJuIk2nBGMpKccz70QxbiXg9OFniQjkk8tN39Yinik3EVQYhmkjK/OwFLFFGbIKdSIhIsCQKn7+VtO1IDcsrwown3JxHgM+kyHFK7AtWSg8TEvBEZYjCk4Ak4vXOe6GqjRHD5GrcFSxMau0BQWIyFab3A1O+eQZxDCSXo09sD1BRgQXwYWAQjvt1Hq/QBqoc39or4VUGIrdWQboUiBwwd8ywEFAhK9E9gqeNGW2f1j9gFq8M/nTvFYg7YgJTR1qe/b1f4ERloIboeEvGyjsjYR6HM3uFw==", "user_id": "ab228ddfea1042e9bd2c4884e666242b", "name": "CreateKeypairsTests-3d9de9d2-bd85-4702-9a57-35cf1869a6cb", "deleted": false, "created_at": "2018-10-04T14:54:35.000000", "updated_at": null, "fingerprint": "c2:3b:c4:75:f4:c0:62:b6:3a:89:7e:dd:3d:48:61:49", "deleted_at": null, "id": 69}} 2018-10-04 14:54:36,244 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsTests-3d9de9d2-bd85-4702-9a57-35cf1869a6cb used request id req-d63ebae4-3150-4e31-beb8-77e535d7f0aa 2018-10-04 14:54:36,245 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-3d9de9d2-bd85-4702-9a57-35cf1869a6cb 2018-10-04 14:54:36,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsTests-3d9de9d2-bd85-4702-9a57-35cf1869a6cb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5903a3b770227d1e6d267b08f6bc6798d3a669be" 2018-10-04 14:54:36,284 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 14:54:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d3369398-fd89-486b-9208-be24c46a5ae6 x-compute-request-id: req-d3369398-fd89-486b-9208-be24c46a5ae6 Content-Length: 0 Content-Type: application/json 2018-10-04 14:54:36,284 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsTests-3d9de9d2-bd85-4702-9a57-35cf1869a6cb used request id req-d3369398-fd89-486b-9208-be24c46a5ae6 2018-10-04 14:54:36,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f02f1d723fb69c497376e615eabb2fd0a237f9" 2018-10-04 14:54:36,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-701a6608-67bf-4fca-afbe-2129b3dd366b Date: Thu, 04 Oct 2018 14:54:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:54:36,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-701a6608-67bf-4fca-afbe-2129b3dd366b 2018-10-04 14:54:36,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f02f1d723fb69c497376e615eabb2fd0a237f9" 2018-10-04 14:54:36,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c42be0d4-e99a-483d-a34d-af6fa76c9651 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:54:36,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-c42be0d4-e99a-483d-a34d-af6fa76c9651 2018-10-04 14:54:36,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f02f1d723fb69c497376e615eabb2fd0a237f9" 2018-10-04 14:54:36,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ca19605-e8d7-4643-a7a6-142deb796c44 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:54:36,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-0ca19605-e8d7-4643-a7a6-142deb796c44 2018-10-04 14:54:36,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f02f1d723fb69c497376e615eabb2fd0a237f9" 2018-10-04 14:54:36,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60262e77-6c03-4e9f-baab-687671ce94db Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:54:36,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-60262e77-6c03-4e9f-baab-687671ce94db 2018-10-04 14:54:36,789 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-b7824e02-9013-42b-proj 2018-10-04 14:54:36,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/ec0032cd7c124b2ca4bc0662c4f0feea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f02f1d723fb69c497376e615eabb2fd0a237f9" 2018-10-04 14:54:36,992 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df4cc7c3-3d4e-4c6a-9f4a-60f6072fdbd5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:36,993 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/ec0032cd7c124b2ca4bc0662c4f0feea used request id req-df4cc7c3-3d4e-4c6a-9f4a-60f6072fdbd5 2018-10-04 14:54:36,993 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-b7824e02-9013-42b-proj-role 2018-10-04 14:54:36,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/f7c18708fb984aa1a89e1c2ee175c1c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f02f1d723fb69c497376e615eabb2fd0a237f9" 2018-10-04 14:54:37,110 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6385b01d-1090-46b8-983b-d77760f289bb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:37,110 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/f7c18708fb984aa1a89e1c2ee175c1c4 used request id req-6385b01d-1090-46b8-983b-d77760f289bb 2018-10-04 14:54:37,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f02f1d723fb69c497376e615eabb2fd0a237f9" 2018-10-04 14:54:37,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a24be3c-6f0c-4f4e-a675-6c7cec9a6bce Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:54:37,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0a24be3c-6f0c-4f4e-a675-6c7cec9a6bce 2018-10-04 14:54:37,203 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-b7824e02-9013-42b-user 2018-10-04 14:54:37,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/ab228ddfea1042e9bd2c4884e666242b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}119271b124918d0c1ae00e5074f920cde7461281" 2018-10-04 14:54:37,391 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-869e6be0-0032-4421-9c6e-6430c6360f27 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:37,391 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/ab228ddfea1042e9bd2c4884e666242b used request id req-869e6be0-0032-4421-9c6e-6430c6360f27 2018-10-04 14:54:37,393 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:37,781 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["cbUfK067T1iCEJzHyOBL_A"], "issued_at": "2018-10-04T14:54:37.000000Z"}} 2018-10-04 14:54:37,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d27a00b580963cec2dcfe7ea58b8cae2eac13156" 2018-10-04 14:54:37,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c2e664b-ad2b-4587-81a4-a1a54bbcc68b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:37,865 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4c2e664b-ad2b-4587-81a4-a1a54bbcc68b 2018-10-04 14:54:37,867 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:37,868 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:38,240 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["bNoWREO0R6SWRLTT_Ypuew"], "issued_at": "2018-10-04T14:54:38.000000Z"}} 2018-10-04 14:54:38,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a6883cd40abdefaab8ae42b9aa250f59c00d7f4" 2018-10-04 14:54:38,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1655978-23ce-4e85-b880-2644bf73385f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:38,330 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f1655978-23ce-4e85-b880-2644bf73385f 2018-10-04 14:54:38,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:54:38,341 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:54:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:54:38,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-e4360dd8-aa1a-4e0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a6883cd40abdefaab8ae42b9aa250f59c00d7f4" 2018-10-04 14:54:38,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4f1763a-a13e-4c08-852d-81fb549c2857 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-e4360dd8-aa1a-4e0-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:54:38,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-e4360dd8-aa1a-4e0-proj used request id req-b4f1763a-a13e-4c08-852d-81fb549c2857 2018-10-04 14:54:38,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a6883cd40abdefaab8ae42b9aa250f59c00d7f4" 2018-10-04 14:54:38,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-903e58ab-5536-4a92-a23a-32de018415f3 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:54:38,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-903e58ab-5536-4a92-a23a-32de018415f3 2018-10-04 14:54:38,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a6883cd40abdefaab8ae42b9aa250f59c00d7f4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-e4360dd8-aa1a-4e0-proj"}}' 2018-10-04 14:54:38,637 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:54:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d806872d-01c3-4adc-822b-21d359b52d7b Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/77f7cecd01b448218f46502924706a6d"}, "enabled": true, "id": "77f7cecd01b448218f46502924706a6d", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-e4360dd8-aa1a-4e0-proj"}} 2018-10-04 14:54:38,637 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-d806872d-01c3-4adc-822b-21d359b52d7b 2018-10-04 14:54:38,637 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-e4360dd8-aa1a-4e0-proj 2018-10-04 14:54:38,638 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:38,639 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:39,013 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["TA0S9hAtTAqu89xWzMa5-w"], "issued_at": "2018-10-04T14:54:39.000000Z"}} 2018-10-04 14:54:39,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11ab7f3553ec682dec8e45fd4736a434137eb245" 2018-10-04 14:54:39,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26c05a7c-136d-4b11-8527-0d69b14088f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:39,027 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-26c05a7c-136d-4b11-8527-0d69b14088f0 2018-10-04 14:54:39,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:54:39,037 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:54:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:54:39,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11ab7f3553ec682dec8e45fd4736a434137eb245" 2018-10-04 14:54:39,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-604a3cde-96fe-47a2-b8e4-164de43c4770 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:54:39,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-604a3cde-96fe-47a2-b8e4-164de43c4770 2018-10-04 14:54:39,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateKeypairsTests-e4360dd8-aa1a-4e0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11ab7f3553ec682dec8e45fd4736a434137eb245" 2018-10-04 14:54:39,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6da2921b-1d3a-49ec-88b0-7ce4ce54e75d Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateKeypairsTests-e4360dd8-aa1a-4e0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/77f7cecd01b448218f46502924706a6d"}, "enabled": true, "id": "77f7cecd01b448218f46502924706a6d", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-e4360dd8-aa1a-4e0-proj"}]} 2018-10-04 14:54:39,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateKeypairsTests-e4360dd8-aa1a-4e0-proj used request id req-6da2921b-1d3a-49ec-88b0-7ce4ce54e75d 2018-10-04 14:54:39,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11ab7f3553ec682dec8e45fd4736a434137eb245" 2018-10-04 14:54:39,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef6cbe5f-8423-4250-a00a-7872eeae96b8 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:54:39,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-ef6cbe5f-8423-4250-a00a-7872eeae96b8 2018-10-04 14:54:39,685 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-e4360dd8-aa1a-4e0-user 2018-10-04 14:54:39,685 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:39,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a6883cd40abdefaab8ae42b9aa250f59c00d7f4" 2018-10-04 14:54:39,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8bd87d3-4931-4687-9c22-b88f0d20f019 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:54:39,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b8bd87d3-4931-4687-9c22-b88f0d20f019 2018-10-04 14:54:39,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a6883cd40abdefaab8ae42b9aa250f59c00d7f4" -d '{"role": {"name": "CreateKeypairsTests-e4360dd8-aa1a-4e0-proj-role"}}' 2018-10-04 14:54:39,908 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:54:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff618dec-97b6-4aad-b6fc-54e388913692 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "01c56c0570694bd68966a3d14e2eaff8", "links": {"self": "http://172.30.9.23:5000/v3/roles/01c56c0570694bd68966a3d14e2eaff8"}, "name": "CreateKeypairsTests-e4360dd8-aa1a-4e0-proj-role"}} 2018-10-04 14:54:39,908 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-ff618dec-97b6-4aad-b6fc-54e388913692 2018-10-04 14:54:39,908 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-e4360dd8-aa1a-4e0-proj-role 2018-10-04 14:54:39,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/01c56c0570694bd68966a3d14e2eaff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a6883cd40abdefaab8ae42b9aa250f59c00d7f4" 2018-10-04 14:54:39,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-095b74b3-a7b9-4621-9920-abfaac96a081 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/01c56c0570694bd68966a3d14e2eaff8"}, "domain_id": null, "name": "CreateKeypairsTests-e4360dd8-aa1a-4e0-proj-role", "id": "01c56c0570694bd68966a3d14e2eaff8"}} 2018-10-04 14:54:39,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/01c56c0570694bd68966a3d14e2eaff8 used request id req-095b74b3-a7b9-4621-9920-abfaac96a081 2018-10-04 14:54:39,994 - keystone_utils - INFO - Granting role CreateKeypairsTests-e4360dd8-aa1a-4e0-proj-role to project CreateKeypairsTests-e4360dd8-aa1a-4e0-proj 2018-10-04 14:54:39,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/77f7cecd01b448218f46502924706a6d/users/6df987349e414109ac14bfc33c062ace/roles/01c56c0570694bd68966a3d14e2eaff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a6883cd40abdefaab8ae42b9aa250f59c00d7f4" 2018-10-04 14:54:40,120 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2de6403-094a-4583-bea0-e8253d24aa3a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:40,120 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/77f7cecd01b448218f46502924706a6d/users/6df987349e414109ac14bfc33c062ace/roles/01c56c0570694bd68966a3d14e2eaff8 used request id req-d2de6403-094a-4583-bea0-e8253d24aa3a 2018-10-04 14:54:40,121 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 14:54:40,122 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:40,123 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:40,503 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "01c56c0570694bd68966a3d14e2eaff8", "name": "CreateKeypairsTests-e4360dd8-aa1a-4e0-proj-role"}], "expires_at": "2018-10-04T15:54:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "77f7cecd01b448218f46502924706a6d", "name": "CreateKeypairsTests-e4360dd8-aa1a-4e0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/77f7cecd01b448218f46502924706a6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/77f7cecd01b448218f46502924706a6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/77f7cecd01b448218f46502924706a6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/77f7cecd01b448218f46502924706a6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/77f7cecd01b448218f46502924706a6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/77f7cecd01b448218f46502924706a6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/77f7cecd01b448218f46502924706a6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/77f7cecd01b448218f46502924706a6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/77f7cecd01b448218f46502924706a6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/77f7cecd01b448218f46502924706a6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/77f7cecd01b448218f46502924706a6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/77f7cecd01b448218f46502924706a6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-e4360dd8-aa1a-4e0-user", "id": "6df987349e414109ac14bfc33c062ace"}, "audit_ids": ["nPrMt91fTYO9sL_JSTcKaw"], "issued_at": "2018-10-04T14:54:40.000000Z"}} 2018-10-04 14:54:40,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7962345ebc54bb32069b6ef1de72e958fc125631" 2018-10-04 14:54:40,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6aa5b730-7e53-4cd3-b21f-d026ae181579 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:40,571 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6aa5b730-7e53-4cd3-b21f-d026ae181579 2018-10-04 14:54:40,572 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 14:54:40,576 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7962345ebc54bb32069b6ef1de72e958fc125631" 2018-10-04 14:54:41,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a16097c2-6423-49c3-b7ac-6ca7bd6f710c x-compute-request-id: req-a16097c2-6423-49c3-b7ac-6ca7bd6f710c Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-04 14:54:41,123 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-a16097c2-6423-49c3-b7ac-6ca7bd6f710c 2018-10-04 14:54:41,124 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-5c14b8f1-76dd-4cc1-974c-95c48e62e323... 2018-10-04 14:54:41,124 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 14:54:41,145 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-5c14b8f1-76dd-4cc1-974c-95c48e62e323 2018-10-04 14:54:41,147 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7962345ebc54bb32069b6ef1de72e958fc125631" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDg2JL0RL/qRjKXdaAlzYN7ToJz3mZvAlEUohhylFy4a32MqG+0ae5uTCHNvc7tAcoHwQBj13w+kyjdb+X8f8EbQO4NdV4xDC8yoGm807/VpK/LAdiSiWzQ4BgObbqUcL58BYm0BZ6hf/CtNkE1vLjoUnuu1LI3y5ShJrpwcMjF7Q==", "name": "CreateKeypairsTests-5c14b8f1-76dd-4cc1-974c-95c48e62e323"}}' 2018-10-04 14:54:41,219 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e7e7ce7-3f9e-434b-926b-200f8d308466 x-compute-request-id: req-6e7e7ce7-3f9e-434b-926b-200f8d308466 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDg2JL0RL/qRjKXdaAlzYN7ToJz3mZvAlEUohhylFy4a32MqG+0ae5uTCHNvc7tAcoHwQBj13w+kyjdb+X8f8EbQO4NdV4xDC8yoGm807/VpK/LAdiSiWzQ4BgObbqUcL58BYm0BZ6hf/CtNkE1vLjoUnuu1LI3y5ShJrpwcMjF7Q==", "user_id": "6df987349e414109ac14bfc33c062ace", "name": "CreateKeypairsTests-5c14b8f1-76dd-4cc1-974c-95c48e62e323", "fingerprint": "ad:f5:4e:dd:86:77:19:86:de:a2:1d:c7:b4:62:c4:23"}} 2018-10-04 14:54:41,220 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-6e7e7ce7-3f9e-434b-926b-200f8d308466 2018-10-04 14:54:41,220 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:41,598 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "01c56c0570694bd68966a3d14e2eaff8", "name": "CreateKeypairsTests-e4360dd8-aa1a-4e0-proj-role"}], "expires_at": "2018-10-04T15:54:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "77f7cecd01b448218f46502924706a6d", "name": "CreateKeypairsTests-e4360dd8-aa1a-4e0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/77f7cecd01b448218f46502924706a6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/77f7cecd01b448218f46502924706a6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/77f7cecd01b448218f46502924706a6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/77f7cecd01b448218f46502924706a6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/77f7cecd01b448218f46502924706a6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/77f7cecd01b448218f46502924706a6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/77f7cecd01b448218f46502924706a6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/77f7cecd01b448218f46502924706a6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/77f7cecd01b448218f46502924706a6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/77f7cecd01b448218f46502924706a6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/77f7cecd01b448218f46502924706a6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/77f7cecd01b448218f46502924706a6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-e4360dd8-aa1a-4e0-user", "id": "6df987349e414109ac14bfc33c062ace"}, "audit_ids": ["BpmDPWUlQ8miJXtUe-Fygw"], "issued_at": "2018-10-04T14:54:41.000000Z"}} 2018-10-04 14:54:41,601 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsTests-5c14b8f1-76dd-4cc1-974c-95c48e62e323 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31ec7101dd2a3cdf3e418a71d31626472597fee1" 2018-10-04 14:54:42,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64c32c9f-f710-4e56-9408-9655b2a53e34 x-compute-request-id: req-64c32c9f-f710-4e56-9408-9655b2a53e34 Content-Encoding: gzip Content-Length: 420 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDg2JL0RL/qRjKXdaAlzYN7ToJz3mZvAlEUohhylFy4a32MqG+0ae5uTCHNvc7tAcoHwQBj13w+kyjdb+X8f8EbQO4NdV4xDC8yoGm807/VpK/LAdiSiWzQ4BgObbqUcL58BYm0BZ6hf/CtNkE1vLjoUnuu1LI3y5ShJrpwcMjF7Q==", "user_id": "6df987349e414109ac14bfc33c062ace", "name": "CreateKeypairsTests-5c14b8f1-76dd-4cc1-974c-95c48e62e323", "deleted": false, "created_at": "2018-10-04T14:54:41.000000", "updated_at": null, "fingerprint": "ad:f5:4e:dd:86:77:19:86:de:a2:1d:c7:b4:62:c4:23", "deleted_at": null, "id": 72}} 2018-10-04 14:54:42,132 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsTests-5c14b8f1-76dd-4cc1-974c-95c48e62e323 used request id req-64c32c9f-f710-4e56-9408-9655b2a53e34 2018-10-04 14:54:42,132 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-5c14b8f1-76dd-4cc1-974c-95c48e62e323 2018-10-04 14:54:42,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsTests-5c14b8f1-76dd-4cc1-974c-95c48e62e323 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7962345ebc54bb32069b6ef1de72e958fc125631" 2018-10-04 14:54:42,170 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 14:54:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-150fd098-907b-4e2a-bce0-31252f979d3a x-compute-request-id: req-150fd098-907b-4e2a-bce0-31252f979d3a Content-Length: 0 Content-Type: application/json 2018-10-04 14:54:42,170 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsTests-5c14b8f1-76dd-4cc1-974c-95c48e62e323 used request id req-150fd098-907b-4e2a-bce0-31252f979d3a 2018-10-04 14:54:42,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a6883cd40abdefaab8ae42b9aa250f59c00d7f4" 2018-10-04 14:54:42,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-684132ba-4db0-4b55-8617-50ea70da3716 Date: Thu, 04 Oct 2018 14:54:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:54:42,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-684132ba-4db0-4b55-8617-50ea70da3716 2018-10-04 14:54:42,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a6883cd40abdefaab8ae42b9aa250f59c00d7f4" 2018-10-04 14:54:42,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2cd7449-c53d-4368-9657-a11ac1f7e737 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:54:42,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-f2cd7449-c53d-4368-9657-a11ac1f7e737 2018-10-04 14:54:42,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a6883cd40abdefaab8ae42b9aa250f59c00d7f4" 2018-10-04 14:54:42,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e3a0f2f-7783-4458-9dad-23886a19b94c Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:54:42,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-5e3a0f2f-7783-4458-9dad-23886a19b94c 2018-10-04 14:54:42,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a6883cd40abdefaab8ae42b9aa250f59c00d7f4" 2018-10-04 14:54:42,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9e7e3e8-c98f-4016-a96a-b0b446abd036 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:54:42,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-d9e7e3e8-c98f-4016-a96a-b0b446abd036 2018-10-04 14:54:42,674 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-e4360dd8-aa1a-4e0-proj 2018-10-04 14:54:42,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/77f7cecd01b448218f46502924706a6d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a6883cd40abdefaab8ae42b9aa250f59c00d7f4" 2018-10-04 14:54:42,875 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94c1483b-db2d-4193-b39a-36b3860cc4f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:42,875 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/77f7cecd01b448218f46502924706a6d used request id req-94c1483b-db2d-4193-b39a-36b3860cc4f8 2018-10-04 14:54:42,875 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-e4360dd8-aa1a-4e0-proj-role 2018-10-04 14:54:42,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/01c56c0570694bd68966a3d14e2eaff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a6883cd40abdefaab8ae42b9aa250f59c00d7f4" 2018-10-04 14:54:42,972 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a6e47ac-578e-4349-8116-b6f16f8bb5fa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:42,972 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/01c56c0570694bd68966a3d14e2eaff8 used request id req-9a6e47ac-578e-4349-8116-b6f16f8bb5fa 2018-10-04 14:54:42,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a6883cd40abdefaab8ae42b9aa250f59c00d7f4" 2018-10-04 14:54:43,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-892c7864-289c-47b2-b8dc-98aa83243f3d Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:54:43,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-892c7864-289c-47b2-b8dc-98aa83243f3d 2018-10-04 14:54:43,068 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-e4360dd8-aa1a-4e0-user 2018-10-04 14:54:43,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/6df987349e414109ac14bfc33c062ace -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11ab7f3553ec682dec8e45fd4736a434137eb245" 2018-10-04 14:54:43,241 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8b10ac0-60c2-4cb9-91c3-ee6ddd1d7acf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:43,241 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/6df987349e414109ac14bfc33c062ace used request id req-c8b10ac0-60c2-4cb9-91c3-ee6ddd1d7acf 2018-10-04 14:54:43,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:43,616 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["5ZseSQmaSFmFtCwrsQr2Dg"], "issued_at": "2018-10-04T14:54:43.000000Z"}} 2018-10-04 14:54:43,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9aced73ab6ced87bcaf9b3a161806724719e89e" 2018-10-04 14:54:43,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e74ac544-f79b-4aa9-953b-70288a827373 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:43,708 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e74ac544-f79b-4aa9-953b-70288a827373 2018-10-04 14:54:43,709 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:43,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:44,109 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["k2kThpGwSROiBCMF-6iPbQ"], "issued_at": "2018-10-04T14:54:44.000000Z"}} 2018-10-04 14:54:44,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ad98181d72c6c46bca08decdb5288dbc1039b7" 2018-10-04 14:54:44,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d338080-dcdf-461d-ad6b-b65b48a610c9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:44,186 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9d338080-dcdf-461d-ad6b-b65b48a610c9 2018-10-04 14:54:44,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:54:44,196 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:54:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:54:44,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-752d11d9-1b2c-437-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ad98181d72c6c46bca08decdb5288dbc1039b7" 2018-10-04 14:54:44,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cf8f5be-6a3d-4dc4-88a6-65a15194890a Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-752d11d9-1b2c-437-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:54:44,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-752d11d9-1b2c-437-proj used request id req-6cf8f5be-6a3d-4dc4-88a6-65a15194890a 2018-10-04 14:54:44,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ad98181d72c6c46bca08decdb5288dbc1039b7" 2018-10-04 14:54:44,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38161228-cb9b-4a70-85e3-218c3c32930f Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:54:44,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-38161228-cb9b-4a70-85e3-218c3c32930f 2018-10-04 14:54:44,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ad98181d72c6c46bca08decdb5288dbc1039b7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-752d11d9-1b2c-437-proj"}}' 2018-10-04 14:54:44,502 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:54:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d924931b-79d3-4ef8-ba0a-3af95cd24035 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/826436462e0141b9ac7bf38284ffe6af"}, "enabled": true, "id": "826436462e0141b9ac7bf38284ffe6af", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-752d11d9-1b2c-437-proj"}} 2018-10-04 14:54:44,502 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-d924931b-79d3-4ef8-ba0a-3af95cd24035 2018-10-04 14:54:44,503 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-752d11d9-1b2c-437-proj 2018-10-04 14:54:44,503 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:44,504 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:44,891 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["zyJZHrNaRNO3UIGU5KGLhg"], "issued_at": "2018-10-04T14:54:44.000000Z"}} 2018-10-04 14:54:44,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eee6e94f15130821050e88845ebde6b740125d4a" 2018-10-04 14:54:45,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80cd5120-beac-4671-a7a1-b3704e6da1db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:45,055 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-80cd5120-beac-4671-a7a1-b3704e6da1db 2018-10-04 14:54:45,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:54:45,065 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:54:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:54:45,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eee6e94f15130821050e88845ebde6b740125d4a" 2018-10-04 14:54:45,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa2cfdc4-ccf8-46c6-9fc0-4424bd60f110 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:54:45,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-fa2cfdc4-ccf8-46c6-9fc0-4424bd60f110 2018-10-04 14:54:45,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateKeypairsTests-752d11d9-1b2c-437-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eee6e94f15130821050e88845ebde6b740125d4a" 2018-10-04 14:54:45,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a408875-8268-421a-bcd9-be82ae3228c6 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateKeypairsTests-752d11d9-1b2c-437-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/826436462e0141b9ac7bf38284ffe6af"}, "enabled": true, "id": "826436462e0141b9ac7bf38284ffe6af", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-752d11d9-1b2c-437-proj"}]} 2018-10-04 14:54:45,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateKeypairsTests-752d11d9-1b2c-437-proj used request id req-4a408875-8268-421a-bcd9-be82ae3228c6 2018-10-04 14:54:45,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eee6e94f15130821050e88845ebde6b740125d4a" 2018-10-04 14:54:45,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3de6f1d8-854d-42e7-9786-161254060c91 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:54:45,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-3de6f1d8-854d-42e7-9786-161254060c91 2018-10-04 14:54:45,661 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-752d11d9-1b2c-437-user 2018-10-04 14:54:45,662 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:45,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ad98181d72c6c46bca08decdb5288dbc1039b7" 2018-10-04 14:54:45,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a99d141-c417-4cf3-af82-c5228965a24d Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:54:45,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0a99d141-c417-4cf3-af82-c5228965a24d 2018-10-04 14:54:45,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ad98181d72c6c46bca08decdb5288dbc1039b7" -d '{"role": {"name": "CreateKeypairsTests-752d11d9-1b2c-437-proj-role"}}' 2018-10-04 14:54:45,859 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:54:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d329d5c7-8518-4295-a014-a7e40f768c37 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7e0992c99687406d986aa837b9011a29", "links": {"self": "http://172.30.9.23:5000/v3/roles/7e0992c99687406d986aa837b9011a29"}, "name": "CreateKeypairsTests-752d11d9-1b2c-437-proj-role"}} 2018-10-04 14:54:45,859 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-d329d5c7-8518-4295-a014-a7e40f768c37 2018-10-04 14:54:45,859 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-752d11d9-1b2c-437-proj-role 2018-10-04 14:54:45,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/7e0992c99687406d986aa837b9011a29 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ad98181d72c6c46bca08decdb5288dbc1039b7" 2018-10-04 14:54:45,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fabf71f6-bce8-4d2b-a47c-002969604d8c Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/7e0992c99687406d986aa837b9011a29"}, "domain_id": null, "name": "CreateKeypairsTests-752d11d9-1b2c-437-proj-role", "id": "7e0992c99687406d986aa837b9011a29"}} 2018-10-04 14:54:45,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/7e0992c99687406d986aa837b9011a29 used request id req-fabf71f6-bce8-4d2b-a47c-002969604d8c 2018-10-04 14:54:45,950 - keystone_utils - INFO - Granting role CreateKeypairsTests-752d11d9-1b2c-437-proj-role to project CreateKeypairsTests-752d11d9-1b2c-437-proj 2018-10-04 14:54:45,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/826436462e0141b9ac7bf38284ffe6af/users/6c31790476f84d729b169a97f9df2131/roles/7e0992c99687406d986aa837b9011a29 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ad98181d72c6c46bca08decdb5288dbc1039b7" 2018-10-04 14:54:46,077 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5da11497-f178-4b53-8378-6db77c1f39d8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:46,077 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/826436462e0141b9ac7bf38284ffe6af/users/6c31790476f84d729b169a97f9df2131/roles/7e0992c99687406d986aa837b9011a29 used request id req-5da11497-f178-4b53-8378-6db77c1f39d8 2018-10-04 14:54:46,077 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 14:54:46,079 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:46,079 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:46,464 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7e0992c99687406d986aa837b9011a29", "name": "CreateKeypairsTests-752d11d9-1b2c-437-proj-role"}], "expires_at": "2018-10-04T15:54:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "826436462e0141b9ac7bf38284ffe6af", "name": "CreateKeypairsTests-752d11d9-1b2c-437-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/826436462e0141b9ac7bf38284ffe6af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/826436462e0141b9ac7bf38284ffe6af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/826436462e0141b9ac7bf38284ffe6af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/826436462e0141b9ac7bf38284ffe6af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/826436462e0141b9ac7bf38284ffe6af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/826436462e0141b9ac7bf38284ffe6af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/826436462e0141b9ac7bf38284ffe6af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/826436462e0141b9ac7bf38284ffe6af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/826436462e0141b9ac7bf38284ffe6af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/826436462e0141b9ac7bf38284ffe6af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/826436462e0141b9ac7bf38284ffe6af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/826436462e0141b9ac7bf38284ffe6af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-752d11d9-1b2c-437-user", "id": "6c31790476f84d729b169a97f9df2131"}, "audit_ids": ["L3_ucJZvRK6nFTzfc38LiQ"], "issued_at": "2018-10-04T14:54:46.000000Z"}} 2018-10-04 14:54:46,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d7cd8979e9b0b388c462338d4d713ccc66d1ef" 2018-10-04 14:54:46,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8a82925-7372-450f-b022-23921f9f34d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:46,545 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c8a82925-7372-450f-b022-23921f9f34d6 2018-10-04 14:54:46,546 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 14:54:46,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d7cd8979e9b0b388c462338d4d713ccc66d1ef" 2018-10-04 14:54:47,094 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-21169f9b-90a1-470d-aa69-be31b975e56a x-compute-request-id: req-21169f9b-90a1-470d-aa69-be31b975e56a Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-04 14:54:47,094 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-21169f9b-90a1-470d-aa69-be31b975e56a 2018-10-04 14:54:47,095 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-88a204e5-dfd9-4270-9481-898d7986722f... 2018-10-04 14:54:47,095 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 14:54:47,126 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-88a204e5-dfd9-4270-9481-898d7986722f 2018-10-04 14:54:47,128 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d7cd8979e9b0b388c462338d4d713ccc66d1ef" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDEQhCpwyf3wv/zzmc0u7mfI97HkYB/Wk+cZHWP/sYBKa85evEKlf/PQPPAY+O/+9Epf/svhMIoxL82qewx1o/xDOPYcHd0tv5TT7eJCYvzsuAEfpzjfgPNr+lTl5uNTofrRuLQZjJmTHTnVJqxhtJ4h6TQhCNOnePeNAvpCcxOnQ==", "name": "CreateKeypairsTests-88a204e5-dfd9-4270-9481-898d7986722f"}}' 2018-10-04 14:54:47,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54: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-97a892a1-8917-4693-971e-b68d6b84bdcb x-compute-request-id: req-97a892a1-8917-4693-971e-b68d6b84bdcb Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDEQhCpwyf3wv/zzmc0u7mfI97HkYB/Wk+cZHWP/sYBKa85evEKlf/PQPPAY+O/+9Epf/svhMIoxL82qewx1o/xDOPYcHd0tv5TT7eJCYvzsuAEfpzjfgPNr+lTl5uNTofrRuLQZjJmTHTnVJqxhtJ4h6TQhCNOnePeNAvpCcxOnQ==", "user_id": "6c31790476f84d729b169a97f9df2131", "name": "CreateKeypairsTests-88a204e5-dfd9-4270-9481-898d7986722f", "fingerprint": "1b:01:11:4b:1f:91:25:e7:2d:20:05:06:98:97:17:e0"}} 2018-10-04 14:54:47,189 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-97a892a1-8917-4693-971e-b68d6b84bdcb 2018-10-04 14:54:47,191 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-88a204e5-dfd9-4270-9481-898d7986722f.pub 2018-10-04 14:54:47,192 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsTests-88a204e5-dfd9-4270-9481-898d7986722f 2018-10-04 14:54:47,192 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:47,559 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7e0992c99687406d986aa837b9011a29", "name": "CreateKeypairsTests-752d11d9-1b2c-437-proj-role"}], "expires_at": "2018-10-04T15:54:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "826436462e0141b9ac7bf38284ffe6af", "name": "CreateKeypairsTests-752d11d9-1b2c-437-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/826436462e0141b9ac7bf38284ffe6af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/826436462e0141b9ac7bf38284ffe6af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/826436462e0141b9ac7bf38284ffe6af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/826436462e0141b9ac7bf38284ffe6af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/826436462e0141b9ac7bf38284ffe6af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/826436462e0141b9ac7bf38284ffe6af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/826436462e0141b9ac7bf38284ffe6af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/826436462e0141b9ac7bf38284ffe6af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/826436462e0141b9ac7bf38284ffe6af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/826436462e0141b9ac7bf38284ffe6af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/826436462e0141b9ac7bf38284ffe6af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/826436462e0141b9ac7bf38284ffe6af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-752d11d9-1b2c-437-user", "id": "6c31790476f84d729b169a97f9df2131"}, "audit_ids": ["ccqLM6Y2Sd2gpnZdySNznA"], "issued_at": "2018-10-04T14:54:47.000000Z"}} 2018-10-04 14:54:47,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsTests-88a204e5-dfd9-4270-9481-898d7986722f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2821d423f54c92d3a4843a3645896990771ac5cb" 2018-10-04 14:54:47,723 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54: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-493fac8e-7f80-41a8-b338-5383d564275c x-compute-request-id: req-493fac8e-7f80-41a8-b338-5383d564275c Content-Encoding: gzip Content-Length: 422 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDEQhCpwyf3wv/zzmc0u7mfI97HkYB/Wk+cZHWP/sYBKa85evEKlf/PQPPAY+O/+9Epf/svhMIoxL82qewx1o/xDOPYcHd0tv5TT7eJCYvzsuAEfpzjfgPNr+lTl5uNTofrRuLQZjJmTHTnVJqxhtJ4h6TQhCNOnePeNAvpCcxOnQ==", "user_id": "6c31790476f84d729b169a97f9df2131", "name": "CreateKeypairsTests-88a204e5-dfd9-4270-9481-898d7986722f", "deleted": false, "created_at": "2018-10-04T14:54:47.000000", "updated_at": null, "fingerprint": "1b:01:11:4b:1f:91:25:e7:2d:20:05:06:98:97:17:e0", "deleted_at": null, "id": 75}} 2018-10-04 14:54:47,723 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsTests-88a204e5-dfd9-4270-9481-898d7986722f used request id req-493fac8e-7f80-41a8-b338-5383d564275c 2018-10-04 14:54:47,724 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-88a204e5-dfd9-4270-9481-898d7986722f 2018-10-04 14:54:47,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsTests-88a204e5-dfd9-4270-9481-898d7986722f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d7cd8979e9b0b388c462338d4d713ccc66d1ef" 2018-10-04 14:54:47,883 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 14:54: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-44da79ab-d30b-461a-98e5-72c14dc969af x-compute-request-id: req-44da79ab-d30b-461a-98e5-72c14dc969af Content-Length: 0 Content-Type: application/json 2018-10-04 14:54:47,884 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsTests-88a204e5-dfd9-4270-9481-898d7986722f used request id req-44da79ab-d30b-461a-98e5-72c14dc969af 2018-10-04 14:54:47,884 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-88a204e5-dfd9-4270-9481-898d7986722f.pub] 2018-10-04 14:54:47,884 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsTests-88a204e5-dfd9-4270-9481-898d7986722f] 2018-10-04 14:54:47,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ad98181d72c6c46bca08decdb5288dbc1039b7" 2018-10-04 14:54:48,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-5797a35c-b526-4cdf-8266-628f2ac381cd Date: Thu, 04 Oct 2018 14:54:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:54:48,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-5797a35c-b526-4cdf-8266-628f2ac381cd 2018-10-04 14:54:48,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ad98181d72c6c46bca08decdb5288dbc1039b7" 2018-10-04 14:54:48,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab90ffd6-cf69-4ba3-9a09-290429f306b4 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:54:48,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-ab90ffd6-cf69-4ba3-9a09-290429f306b4 2018-10-04 14:54:48,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ad98181d72c6c46bca08decdb5288dbc1039b7" 2018-10-04 14:54:48,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83eb070f-6438-443a-983d-ddc711c0c619 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:54:48,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-83eb070f-6438-443a-983d-ddc711c0c619 2018-10-04 14:54:48,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ad98181d72c6c46bca08decdb5288dbc1039b7" 2018-10-04 14:54:48,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10224483-4be0-437b-bb27-536f9cfd8c82 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:54:48,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-10224483-4be0-437b-bb27-536f9cfd8c82 2018-10-04 14:54:48,380 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-752d11d9-1b2c-437-proj 2018-10-04 14:54:48,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/826436462e0141b9ac7bf38284ffe6af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ad98181d72c6c46bca08decdb5288dbc1039b7" 2018-10-04 14:54:48,586 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ad7cd20-9427-40b0-9b5f-439acb623e06 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:48,586 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/826436462e0141b9ac7bf38284ffe6af used request id req-8ad7cd20-9427-40b0-9b5f-439acb623e06 2018-10-04 14:54:48,587 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-752d11d9-1b2c-437-proj-role 2018-10-04 14:54:48,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/7e0992c99687406d986aa837b9011a29 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ad98181d72c6c46bca08decdb5288dbc1039b7" 2018-10-04 14:54:48,690 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9cfc5128-09e1-4d72-8d2a-6158c9207f9b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:48,691 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/7e0992c99687406d986aa837b9011a29 used request id req-9cfc5128-09e1-4d72-8d2a-6158c9207f9b 2018-10-04 14:54:48,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ad98181d72c6c46bca08decdb5288dbc1039b7" 2018-10-04 14:54:48,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88a8fda9-fe0c-43e7-9d5e-46e6f608d0b2 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:54:48,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-88a8fda9-fe0c-43e7-9d5e-46e6f608d0b2 2018-10-04 14:54:48,778 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-752d11d9-1b2c-437-user 2018-10-04 14:54:48,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/6c31790476f84d729b169a97f9df2131 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eee6e94f15130821050e88845ebde6b740125d4a" 2018-10-04 14:54:48,948 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6d32a86-82c4-4875-962a-b47e0a9e33a2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:48,948 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/6c31790476f84d729b169a97f9df2131 used request id req-c6d32a86-82c4-4875-962a-b47e0a9e33a2 2018-10-04 14:54:48,950 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:49,335 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["b0UtAPv4SCWQIdC4Ueuleg"], "issued_at": "2018-10-04T14:54:49.000000Z"}} 2018-10-04 14:54:49,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2b23a7ce1fd98ffa6b7ab625a6d6914314d7690" 2018-10-04 14:54:49,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29662138-815e-4834-9446-9338c4143e91 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:49,412 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-29662138-815e-4834-9446-9338c4143e91 2018-10-04 14:54:49,413 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:49,413 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:49,795 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["DuFJKSRZSy-3ytk5YSrPxg"], "issued_at": "2018-10-04T14:54:49.000000Z"}} 2018-10-04 14:54:49,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f89fe236929d404c66308a99a878f2ba623efb27" 2018-10-04 14:54:49,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21958c99-70d1-4fc8-8a16-de260363ed90 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:49,877 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-21958c99-70d1-4fc8-8a16-de260363ed90 2018-10-04 14:54:49,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:54:49,886 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:54:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:54:49,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-4ff63dd1-f2e0-465-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f89fe236929d404c66308a99a878f2ba623efb27" 2018-10-04 14:54:49,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e646f7fc-5260-4d05-96b5-47251a14ab05 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-4ff63dd1-f2e0-465-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:54:49,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-4ff63dd1-f2e0-465-proj used request id req-e646f7fc-5260-4d05-96b5-47251a14ab05 2018-10-04 14:54:49,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f89fe236929d404c66308a99a878f2ba623efb27" 2018-10-04 14:54:49,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-830f69dc-7251-485b-9f33-4c6c3db8679a Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:54:49,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-830f69dc-7251-485b-9f33-4c6c3db8679a 2018-10-04 14:54:49,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f89fe236929d404c66308a99a878f2ba623efb27" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-4ff63dd1-f2e0-465-proj"}}' 2018-10-04 14:54:50,110 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:54:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e981b8d-b888-40b8-99aa-7c3ffbbe8186 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/fc68c2d298af4e5d8fcdf26358776492"}, "enabled": true, "id": "fc68c2d298af4e5d8fcdf26358776492", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-4ff63dd1-f2e0-465-proj"}} 2018-10-04 14:54:50,110 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-5e981b8d-b888-40b8-99aa-7c3ffbbe8186 2018-10-04 14:54:50,110 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-4ff63dd1-f2e0-465-proj 2018-10-04 14:54:50,111 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:50,111 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:50,500 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["R2XliK-eQdCwfn6i4BJ0-g"], "issued_at": "2018-10-04T14:54:50.000000Z"}} 2018-10-04 14:54:50,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94bd43e2ca1cff51820c980b68a6b0ff8a62857f" 2018-10-04 14:54:50,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef4bcdb9-391d-4c4c-91c4-d0f042c46932 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:50,592 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ef4bcdb9-391d-4c4c-91c4-d0f042c46932 2018-10-04 14:54:50,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:54:50,602 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:54:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:54:50,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94bd43e2ca1cff51820c980b68a6b0ff8a62857f" 2018-10-04 14:54:50,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ea34a9c-85c1-4699-b5f0-a7eec8c631a3 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:54:50,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3ea34a9c-85c1-4699-b5f0-a7eec8c631a3 2018-10-04 14:54:50,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateKeypairsTests-4ff63dd1-f2e0-465-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94bd43e2ca1cff51820c980b68a6b0ff8a62857f" 2018-10-04 14:54:50,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f93377cd-dfdb-4f06-99c2-6ae2406a89f9 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateKeypairsTests-4ff63dd1-f2e0-465-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/fc68c2d298af4e5d8fcdf26358776492"}, "enabled": true, "id": "fc68c2d298af4e5d8fcdf26358776492", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-4ff63dd1-f2e0-465-proj"}]} 2018-10-04 14:54:50,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateKeypairsTests-4ff63dd1-f2e0-465-proj used request id req-f93377cd-dfdb-4f06-99c2-6ae2406a89f9 2018-10-04 14:54:50,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94bd43e2ca1cff51820c980b68a6b0ff8a62857f" 2018-10-04 14:54:50,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b226147-7aaf-4aea-a076-e289afbec708 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:54:50,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-5b226147-7aaf-4aea-a076-e289afbec708 2018-10-04 14:54:51,111 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-4ff63dd1-f2e0-465-user 2018-10-04 14:54:51,111 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:51,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f89fe236929d404c66308a99a878f2ba623efb27" 2018-10-04 14:54:51,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a452631-0500-4736-b4c3-941ba0473b6a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:54:51,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6a452631-0500-4736-b4c3-941ba0473b6a 2018-10-04 14:54:51,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f89fe236929d404c66308a99a878f2ba623efb27" -d '{"role": {"name": "CreateKeypairsTests-4ff63dd1-f2e0-465-proj-role"}}' 2018-10-04 14:54:51,317 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:54:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-539ec2e0-fd46-45df-a322-ef39a4be8491 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7f60bdf7dc0c44729da0f8a88fdccca8", "links": {"self": "http://172.30.9.23:5000/v3/roles/7f60bdf7dc0c44729da0f8a88fdccca8"}, "name": "CreateKeypairsTests-4ff63dd1-f2e0-465-proj-role"}} 2018-10-04 14:54:51,317 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-539ec2e0-fd46-45df-a322-ef39a4be8491 2018-10-04 14:54:51,317 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-4ff63dd1-f2e0-465-proj-role 2018-10-04 14:54:51,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/7f60bdf7dc0c44729da0f8a88fdccca8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f89fe236929d404c66308a99a878f2ba623efb27" 2018-10-04 14:54:51,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae08917d-b1f8-4fd2-b8e1-f0c4c52b2eba Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/7f60bdf7dc0c44729da0f8a88fdccca8"}, "domain_id": null, "name": "CreateKeypairsTests-4ff63dd1-f2e0-465-proj-role", "id": "7f60bdf7dc0c44729da0f8a88fdccca8"}} 2018-10-04 14:54:51,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/7f60bdf7dc0c44729da0f8a88fdccca8 used request id req-ae08917d-b1f8-4fd2-b8e1-f0c4c52b2eba 2018-10-04 14:54:51,404 - keystone_utils - INFO - Granting role CreateKeypairsTests-4ff63dd1-f2e0-465-proj-role to project CreateKeypairsTests-4ff63dd1-f2e0-465-proj 2018-10-04 14:54:51,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/fc68c2d298af4e5d8fcdf26358776492/users/eff8a6faf76f4fea912b0caa655abdf7/roles/7f60bdf7dc0c44729da0f8a88fdccca8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f89fe236929d404c66308a99a878f2ba623efb27" 2018-10-04 14:54:51,539 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1339ad5b-182d-4c43-a75f-cc8222e935c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:51,539 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/fc68c2d298af4e5d8fcdf26358776492/users/eff8a6faf76f4fea912b0caa655abdf7/roles/7f60bdf7dc0c44729da0f8a88fdccca8 used request id req-1339ad5b-182d-4c43-a75f-cc8222e935c6 2018-10-04 14:54:51,539 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 14:54:51,540 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:51,542 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:51,907 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7f60bdf7dc0c44729da0f8a88fdccca8", "name": "CreateKeypairsTests-4ff63dd1-f2e0-465-proj-role"}], "expires_at": "2018-10-04T15:54:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc68c2d298af4e5d8fcdf26358776492", "name": "CreateKeypairsTests-4ff63dd1-f2e0-465-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/fc68c2d298af4e5d8fcdf26358776492", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/fc68c2d298af4e5d8fcdf26358776492", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/fc68c2d298af4e5d8fcdf26358776492", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fc68c2d298af4e5d8fcdf26358776492", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/fc68c2d298af4e5d8fcdf26358776492", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/fc68c2d298af4e5d8fcdf26358776492", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/fc68c2d298af4e5d8fcdf26358776492", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/fc68c2d298af4e5d8fcdf26358776492", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/fc68c2d298af4e5d8fcdf26358776492", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fc68c2d298af4e5d8fcdf26358776492", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/fc68c2d298af4e5d8fcdf26358776492", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/fc68c2d298af4e5d8fcdf26358776492", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-4ff63dd1-f2e0-465-user", "id": "eff8a6faf76f4fea912b0caa655abdf7"}, "audit_ids": ["9m9xnuG4QZqXcKdlT7gcHQ"], "issued_at": "2018-10-04T14:54:51.000000Z"}} 2018-10-04 14:54:51,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}552bcca19891214899d36578eb4ade790c4247aa" 2018-10-04 14:54:51,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-431b53dc-9871-42bd-a53c-f6c4d2736294 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:51,979 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-431b53dc-9871-42bd-a53c-f6c4d2736294 2018-10-04 14:54:51,980 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 14:54:51,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}552bcca19891214899d36578eb4ade790c4247aa" 2018-10-04 14:54:52,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a2782189-2ac6-4e68-8c1f-cd5b886da479 x-compute-request-id: req-a2782189-2ac6-4e68-8c1f-cd5b886da479 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-04 14:54:52,144 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-a2782189-2ac6-4e68-8c1f-cd5b886da479 2018-10-04 14:54:52,144 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-920dcd36-cfc6-44f4-ac25-8b56dcc19b86... 2018-10-04 14:54:52,144 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 14:54:52,162 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-920dcd36-cfc6-44f4-ac25-8b56dcc19b86 2018-10-04 14:54:52,165 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}552bcca19891214899d36578eb4ade790c4247aa" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDGCRzlN29s+HFWtVQP1wuCIk5SIBKAv/DyCZRbLGzGJPi0dpoBNHpIF9WJkzPhx+5eTsvENl84bFdvtPT4zb85+AVXLhGdS9DuEcJFWH7JkWOOua41LK3cvPX3Y0v+9gih37yBWcpAdJL3c6e1Ofd2Hag4ydYmYxBx0wn3mc7XRw==", "name": "CreateKeypairsTests-920dcd36-cfc6-44f4-ac25-8b56dcc19b86"}}' 2018-10-04 14:54:52,224 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-457e19e0-1140-4429-af51-deaa7ee9a924 x-compute-request-id: req-457e19e0-1140-4429-af51-deaa7ee9a924 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDGCRzlN29s+HFWtVQP1wuCIk5SIBKAv/DyCZRbLGzGJPi0dpoBNHpIF9WJkzPhx+5eTsvENl84bFdvtPT4zb85+AVXLhGdS9DuEcJFWH7JkWOOua41LK3cvPX3Y0v+9gih37yBWcpAdJL3c6e1Ofd2Hag4ydYmYxBx0wn3mc7XRw==", "user_id": "eff8a6faf76f4fea912b0caa655abdf7", "name": "CreateKeypairsTests-920dcd36-cfc6-44f4-ac25-8b56dcc19b86", "fingerprint": "4a:c9:7c:6a:8c:c2:d3:e3:56:55:d5:25:5d:4d:8d:0c"}} 2018-10-04 14:54:52,225 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-457e19e0-1140-4429-af51-deaa7ee9a924 2018-10-04 14:54:52,227 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-920dcd36-cfc6-44f4-ac25-8b56dcc19b86.pub 2018-10-04 14:54:52,227 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:52,621 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7f60bdf7dc0c44729da0f8a88fdccca8", "name": "CreateKeypairsTests-4ff63dd1-f2e0-465-proj-role"}], "expires_at": "2018-10-04T15:54:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc68c2d298af4e5d8fcdf26358776492", "name": "CreateKeypairsTests-4ff63dd1-f2e0-465-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/fc68c2d298af4e5d8fcdf26358776492", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/fc68c2d298af4e5d8fcdf26358776492", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/fc68c2d298af4e5d8fcdf26358776492", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fc68c2d298af4e5d8fcdf26358776492", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/fc68c2d298af4e5d8fcdf26358776492", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/fc68c2d298af4e5d8fcdf26358776492", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/fc68c2d298af4e5d8fcdf26358776492", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/fc68c2d298af4e5d8fcdf26358776492", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/fc68c2d298af4e5d8fcdf26358776492", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fc68c2d298af4e5d8fcdf26358776492", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/fc68c2d298af4e5d8fcdf26358776492", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/fc68c2d298af4e5d8fcdf26358776492", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-4ff63dd1-f2e0-465-user", "id": "eff8a6faf76f4fea912b0caa655abdf7"}, "audit_ids": ["WbwOk4PdTpuLJZjyjWpz8g"], "issued_at": "2018-10-04T14:54:52.000000Z"}} 2018-10-04 14:54:52,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsTests-920dcd36-cfc6-44f4-ac25-8b56dcc19b86 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eed5b67acd08e4e3940010eeefabd87deb7a89e9" 2018-10-04 14:54:52,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d2e2f2dd-13de-4fdc-beb3-1901291e06a2 x-compute-request-id: req-d2e2f2dd-13de-4fdc-beb3-1901291e06a2 Content-Encoding: gzip Content-Length: 421 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDGCRzlN29s+HFWtVQP1wuCIk5SIBKAv/DyCZRbLGzGJPi0dpoBNHpIF9WJkzPhx+5eTsvENl84bFdvtPT4zb85+AVXLhGdS9DuEcJFWH7JkWOOua41LK3cvPX3Y0v+9gih37yBWcpAdJL3c6e1Ofd2Hag4ydYmYxBx0wn3mc7XRw==", "user_id": "eff8a6faf76f4fea912b0caa655abdf7", "name": "CreateKeypairsTests-920dcd36-cfc6-44f4-ac25-8b56dcc19b86", "deleted": false, "created_at": "2018-10-04T14:54:52.000000", "updated_at": null, "fingerprint": "4a:c9:7c:6a:8c:c2:d3:e3:56:55:d5:25:5d:4d:8d:0c", "deleted_at": null, "id": 78}} 2018-10-04 14:54:52,799 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsTests-920dcd36-cfc6-44f4-ac25-8b56dcc19b86 used request id req-d2e2f2dd-13de-4fdc-beb3-1901291e06a2 2018-10-04 14:54:52,800 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-920dcd36-cfc6-44f4-ac25-8b56dcc19b86 2018-10-04 14:54:52,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsTests-920dcd36-cfc6-44f4-ac25-8b56dcc19b86 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}552bcca19891214899d36578eb4ade790c4247aa" 2018-10-04 14:54:52,841 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 14:54:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5617ae2a-d31f-477d-8bf5-3ce88d4aa3aa x-compute-request-id: req-5617ae2a-d31f-477d-8bf5-3ce88d4aa3aa Content-Length: 0 Content-Type: application/json 2018-10-04 14:54:52,841 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsTests-920dcd36-cfc6-44f4-ac25-8b56dcc19b86 used request id req-5617ae2a-d31f-477d-8bf5-3ce88d4aa3aa 2018-10-04 14:54:52,841 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-920dcd36-cfc6-44f4-ac25-8b56dcc19b86.pub] 2018-10-04 14:54:52,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f89fe236929d404c66308a99a878f2ba623efb27" 2018-10-04 14:54:53,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-ab45a67b-a8a7-485f-92c2-77326eb39290 Date: Thu, 04 Oct 2018 14:54:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:54:53,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-ab45a67b-a8a7-485f-92c2-77326eb39290 2018-10-04 14:54:53,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f89fe236929d404c66308a99a878f2ba623efb27" 2018-10-04 14:54:53,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6f1109a-f194-4159-a0b2-0ca17fa0a57a Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:54:53,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-c6f1109a-f194-4159-a0b2-0ca17fa0a57a 2018-10-04 14:54:53,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f89fe236929d404c66308a99a878f2ba623efb27" 2018-10-04 14:54:53,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5766200f-92e0-493e-be9e-f38d54108c1b Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:54:53,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-5766200f-92e0-493e-be9e-f38d54108c1b 2018-10-04 14:54:53,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f89fe236929d404c66308a99a878f2ba623efb27" 2018-10-04 14:54:53,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b53687a2-6d30-46d1-a92d-9529f5fbe697 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:54:53,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-b53687a2-6d30-46d1-a92d-9529f5fbe697 2018-10-04 14:54:53,335 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-4ff63dd1-f2e0-465-proj 2018-10-04 14:54:53,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/fc68c2d298af4e5d8fcdf26358776492 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f89fe236929d404c66308a99a878f2ba623efb27" 2018-10-04 14:54:53,550 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3493eae-0a49-42d3-8537-7b355f5a16d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:53,550 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/fc68c2d298af4e5d8fcdf26358776492 used request id req-e3493eae-0a49-42d3-8537-7b355f5a16d0 2018-10-04 14:54:53,551 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-4ff63dd1-f2e0-465-proj-role 2018-10-04 14:54:53,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/7f60bdf7dc0c44729da0f8a88fdccca8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f89fe236929d404c66308a99a878f2ba623efb27" 2018-10-04 14:54:53,661 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7253d57a-e0b3-48a5-b889-2ddb060ffcf0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:53,661 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/7f60bdf7dc0c44729da0f8a88fdccca8 used request id req-7253d57a-e0b3-48a5-b889-2ddb060ffcf0 2018-10-04 14:54:53,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f89fe236929d404c66308a99a878f2ba623efb27" 2018-10-04 14:54:53,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a32887e-2eb6-4d95-a8ed-6fe1286f9b26 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:54:53,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8a32887e-2eb6-4d95-a8ed-6fe1286f9b26 2018-10-04 14:54:53,760 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-4ff63dd1-f2e0-465-user 2018-10-04 14:54:53,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/eff8a6faf76f4fea912b0caa655abdf7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94bd43e2ca1cff51820c980b68a6b0ff8a62857f" 2018-10-04 14:54:53,931 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f307e973-68c1-4079-83a5-a972fc361cb1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:53,931 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/eff8a6faf76f4fea912b0caa655abdf7 used request id req-f307e973-68c1-4079-83a5-a972fc361cb1 2018-10-04 14:54:53,933 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:54,319 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["a9f3pyO5Q2OgAvQKmf_2Ag"], "issued_at": "2018-10-04T14:54:54.000000Z"}} 2018-10-04 14:54:54,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63f92683ebcda269b55a9c2a7991a9d3c46eeaf4" 2018-10-04 14:54:54,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dab0ccf-4258-4b89-a9cc-65b8414fc4d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:54,408 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3dab0ccf-4258-4b89-a9cc-65b8414fc4d8 2018-10-04 14:54:54,410 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:54,411 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:54,868 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["VTEDiwaAQqa-havEY9LWeQ"], "issued_at": "2018-10-04T14:54:54.000000Z"}} 2018-10-04 14:54:54,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e34da7fbae8acc0e8578873d879ab2fa9bb54614" 2018-10-04 14:54:54,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-352a64d2-612c-4ca8-902d-b4ec12668020 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:54,954 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-352a64d2-612c-4ca8-902d-b4ec12668020 2018-10-04 14:54:54,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:54:54,963 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:54:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:54:54,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-ad97b02d-20c1-464-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e34da7fbae8acc0e8578873d879ab2fa9bb54614" 2018-10-04 14:54:55,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fdc9040-aebb-45ab-a307-1b8c94906c9c Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-ad97b02d-20c1-464-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:54:55,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-ad97b02d-20c1-464-proj used request id req-2fdc9040-aebb-45ab-a307-1b8c94906c9c 2018-10-04 14:54:55,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e34da7fbae8acc0e8578873d879ab2fa9bb54614" 2018-10-04 14:54:55,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcb7bf8b-0245-46da-abf7-6992793f7084 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:54:55,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-bcb7bf8b-0245-46da-abf7-6992793f7084 2018-10-04 14:54:55,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e34da7fbae8acc0e8578873d879ab2fa9bb54614" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-ad97b02d-20c1-464-proj"}}' 2018-10-04 14:54:55,347 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:54:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-286996eb-acb2-4c54-b90d-ddbf634cf1c4 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4c61b519968348fba44864722de96d3d"}, "enabled": true, "id": "4c61b519968348fba44864722de96d3d", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-ad97b02d-20c1-464-proj"}} 2018-10-04 14:54:55,347 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-286996eb-acb2-4c54-b90d-ddbf634cf1c4 2018-10-04 14:54:55,347 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-ad97b02d-20c1-464-proj 2018-10-04 14:54:55,347 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:55,348 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:55,729 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["7i0oBReVTkuH0Ie679ju5w"], "issued_at": "2018-10-04T14:54:55.000000Z"}} 2018-10-04 14:54:55,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b792b14be916c8f076ba192f9c1b7e2495b75a9" 2018-10-04 14:54:55,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2a33acc-75ae-40f3-8b44-a914866c065d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:55,820 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c2a33acc-75ae-40f3-8b44-a914866c065d 2018-10-04 14:54:55,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:54:55,831 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:54:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:54:55,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b792b14be916c8f076ba192f9c1b7e2495b75a9" 2018-10-04 14:54:55,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab1489ec-6c00-4366-96c8-d9c79cec1e59 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:54:55,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ab1489ec-6c00-4366-96c8-d9c79cec1e59 2018-10-04 14:54:55,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateKeypairsCleanupTests-ad97b02d-20c1-464-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b792b14be916c8f076ba192f9c1b7e2495b75a9" 2018-10-04 14:54:55,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6491905a-05cf-4f1f-8141-6f3a11ba63ee Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateKeypairsCleanupTests-ad97b02d-20c1-464-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4c61b519968348fba44864722de96d3d"}, "enabled": true, "id": "4c61b519968348fba44864722de96d3d", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-ad97b02d-20c1-464-proj"}]} 2018-10-04 14:54:55,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateKeypairsCleanupTests-ad97b02d-20c1-464-proj used request id req-6491905a-05cf-4f1f-8141-6f3a11ba63ee 2018-10-04 14:54:55,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b792b14be916c8f076ba192f9c1b7e2495b75a9" 2018-10-04 14:54:56,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46816d10-bd8e-4761-8bf7-a903e5a660ee Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:54:56,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-46816d10-bd8e-4761-8bf7-a903e5a660ee 2018-10-04 14:54:56,404 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-ad97b02d-20c1-464-user 2018-10-04 14:54:56,404 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:56,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e34da7fbae8acc0e8578873d879ab2fa9bb54614" 2018-10-04 14:54:56,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59b6126a-1ff0-40e6-878a-c77c673c43ad Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:54:56,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-59b6126a-1ff0-40e6-878a-c77c673c43ad 2018-10-04 14:54:56,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e34da7fbae8acc0e8578873d879ab2fa9bb54614" -d '{"role": {"name": "CreateKeypairsCleanupTests-ad97b02d-20c1-464-proj-role"}}' 2018-10-04 14:54:56,604 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:54:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c25ad4e-40b1-48ba-b399-4f0b458d3c9e Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e135235e57c34d1bab6e037ac37b6183", "links": {"self": "http://172.30.9.23:5000/v3/roles/e135235e57c34d1bab6e037ac37b6183"}, "name": "CreateKeypairsCleanupTests-ad97b02d-20c1-464-proj-role"}} 2018-10-04 14:54:56,604 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-1c25ad4e-40b1-48ba-b399-4f0b458d3c9e 2018-10-04 14:54:56,604 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-ad97b02d-20c1-464-proj-role 2018-10-04 14:54:56,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/e135235e57c34d1bab6e037ac37b6183 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e34da7fbae8acc0e8578873d879ab2fa9bb54614" 2018-10-04 14:54:56,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c293b3a-b9b6-4e3a-a6ec-ec0b065df1b6 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/e135235e57c34d1bab6e037ac37b6183"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-ad97b02d-20c1-464-proj-role", "id": "e135235e57c34d1bab6e037ac37b6183"}} 2018-10-04 14:54:56,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/e135235e57c34d1bab6e037ac37b6183 used request id req-2c293b3a-b9b6-4e3a-a6ec-ec0b065df1b6 2018-10-04 14:54:56,624 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-ad97b02d-20c1-464-proj-role to project CreateKeypairsCleanupTests-ad97b02d-20c1-464-proj 2018-10-04 14:54:56,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/4c61b519968348fba44864722de96d3d/users/20f046c0d06141eebd588fd8b0a03c44/roles/e135235e57c34d1bab6e037ac37b6183 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e34da7fbae8acc0e8578873d879ab2fa9bb54614" 2018-10-04 14:54:56,754 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5df50bf-7a4f-4745-9619-eab3832b8791 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:56,754 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/4c61b519968348fba44864722de96d3d/users/20f046c0d06141eebd588fd8b0a03c44/roles/e135235e57c34d1bab6e037ac37b6183 used request id req-f5df50bf-7a4f-4745-9619-eab3832b8791 2018-10-04 14:54:56,754 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 14:54:56,923 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-e23742d0-e549-4dac-b0ac-9781fa23776f.pub 2018-10-04 14:54:56,923 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-e23742d0-e549-4dac-b0ac-9781fa23776f 2018-10-04 14:54:56,923 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:56,924 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:57,308 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e135235e57c34d1bab6e037ac37b6183", "name": "CreateKeypairsCleanupTests-ad97b02d-20c1-464-proj-role"}], "expires_at": "2018-10-04T15:54:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4c61b519968348fba44864722de96d3d", "name": "CreateKeypairsCleanupTests-ad97b02d-20c1-464-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/4c61b519968348fba44864722de96d3d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/4c61b519968348fba44864722de96d3d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/4c61b519968348fba44864722de96d3d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4c61b519968348fba44864722de96d3d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/4c61b519968348fba44864722de96d3d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/4c61b519968348fba44864722de96d3d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4c61b519968348fba44864722de96d3d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/4c61b519968348fba44864722de96d3d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/4c61b519968348fba44864722de96d3d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4c61b519968348fba44864722de96d3d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/4c61b519968348fba44864722de96d3d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/4c61b519968348fba44864722de96d3d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-ad97b02d-20c1-464-user", "id": "20f046c0d06141eebd588fd8b0a03c44"}, "audit_ids": ["RPeyV4_ZSwKiLDqWE7CpNg"], "issued_at": "2018-10-04T14:54:57.000000Z"}} 2018-10-04 14:54:57,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}010c6957d353e585136067d3388cc527a096a9de" 2018-10-04 14:54:57,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b82a4fe-9023-4910-a471-a4e6080b33c0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:57,386 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3b82a4fe-9023-4910-a471-a4e6080b33c0 2018-10-04 14:54:57,387 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 14:54:57,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}010c6957d353e585136067d3388cc527a096a9de" 2018-10-04 14:54:57,544 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54: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-bf8a795e-f739-4477-8c95-de7f376e3eb7 x-compute-request-id: req-bf8a795e-f739-4477-8c95-de7f376e3eb7 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-04 14:54:57,544 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-bf8a795e-f739-4477-8c95-de7f376e3eb7 2018-10-04 14:54:57,545 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-e23742d0-e549-4dac-b0ac-9781fa23776f... 2018-10-04 14:54:57,545 - OpenStackKeypair - INFO - Uploading existing keypair 2018-10-04 14:54:57,545 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-e23742d0-e549-4dac-b0ac-9781fa23776f.pub 2018-10-04 14:54:57,545 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-e23742d0-e549-4dac-b0ac-9781fa23776f 2018-10-04 14:54:57,548 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}010c6957d353e585136067d3388cc527a096a9de" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCj433iHLRTG3QdHWCchaeclgiDb3nI3wRsWyXVmgBTjuPW/4FW5GUOdQTmoaJsUjMR7YYkiCaha81P1SOECxC2otoH1mUmjSH6SkCCP/0zbGa9UaWHWTwvE9QmTr1uKm0KnCjhX32s9+K2F04wIuEA0n1cyOrdQq1lx2odBBCjGSZQx4SPSBkP0SWL7DcYrmGjzOA6JMYFCjWm0WX5n+UdcFgvK/tpGpZ9m5RDi/WyJXdi1GD3/odw3rcodgySTwu1fgOK2pF1SuKk/8mlqRDRSOYxgapK35QBqp+YsfvXhx0rpgaBDOIOMxnqrxzLsm0EJdGCsBmbeuxYNgzxvhbN", "name": "CreateKeypairsCleanupTests-e23742d0-e549-4dac-b0ac-9781fa23776f"}}' 2018-10-04 14:54:57,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54: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-6da74b52-666d-4a44-b198-1993d9aa3ae5 x-compute-request-id: req-6da74b52-666d-4a44-b198-1993d9aa3ae5 Content-Encoding: gzip Content-Length: 501 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCj433iHLRTG3QdHWCchaeclgiDb3nI3wRsWyXVmgBTjuPW/4FW5GUOdQTmoaJsUjMR7YYkiCaha81P1SOECxC2otoH1mUmjSH6SkCCP/0zbGa9UaWHWTwvE9QmTr1uKm0KnCjhX32s9+K2F04wIuEA0n1cyOrdQq1lx2odBBCjGSZQx4SPSBkP0SWL7DcYrmGjzOA6JMYFCjWm0WX5n+UdcFgvK/tpGpZ9m5RDi/WyJXdi1GD3/odw3rcodgySTwu1fgOK2pF1SuKk/8mlqRDRSOYxgapK35QBqp+YsfvXhx0rpgaBDOIOMxnqrxzLsm0EJdGCsBmbeuxYNgzxvhbN", "user_id": "20f046c0d06141eebd588fd8b0a03c44", "name": "CreateKeypairsCleanupTests-e23742d0-e549-4dac-b0ac-9781fa23776f", "fingerprint": "79:68:37:a2:09:fb:36:33:d2:14:86:80:69:8c:51:37"}} 2018-10-04 14:54:57,620 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-6da74b52-666d-4a44-b198-1993d9aa3ae5 2018-10-04 14:54:57,621 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-e23742d0-e549-4dac-b0ac-9781fa23776f 2018-10-04 14:54:57,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-e23742d0-e549-4dac-b0ac-9781fa23776f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}010c6957d353e585136067d3388cc527a096a9de" 2018-10-04 14:54:57,661 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 14:54: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-0142e12a-a316-41ad-ba7f-47efdda28016 x-compute-request-id: req-0142e12a-a316-41ad-ba7f-47efdda28016 Content-Length: 0 Content-Type: application/json 2018-10-04 14:54:57,661 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-e23742d0-e549-4dac-b0ac-9781fa23776f used request id req-0142e12a-a316-41ad-ba7f-47efdda28016 2018-10-04 14:54:57,662 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-e23742d0-e549-4dac-b0ac-9781fa23776f.pub] 2018-10-04 14:54:57,662 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-e23742d0-e549-4dac-b0ac-9781fa23776f] 2018-10-04 14:54:57,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e34da7fbae8acc0e8578873d879ab2fa9bb54614" 2018-10-04 14:54:57,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-e1f0bfa7-e3bf-410e-bf89-98de5af705ca Date: Thu, 04 Oct 2018 14:54:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:54:57,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-e1f0bfa7-e3bf-410e-bf89-98de5af705ca 2018-10-04 14:54:57,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e34da7fbae8acc0e8578873d879ab2fa9bb54614" 2018-10-04 14:54:57,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f949ce5-d746-4a8e-886f-b459cceb492b Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:54:57,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-5f949ce5-d746-4a8e-886f-b459cceb492b 2018-10-04 14:54:57,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e34da7fbae8acc0e8578873d879ab2fa9bb54614" 2018-10-04 14:54:58,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15a25f24-1623-4591-a1c6-eeb06e37f65c Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:54:58,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-15a25f24-1623-4591-a1c6-eeb06e37f65c 2018-10-04 14:54:58,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e34da7fbae8acc0e8578873d879ab2fa9bb54614" 2018-10-04 14:54:58,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53987694-97ef-4726-a6cf-3b84cfe5b198 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:54:58,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-53987694-97ef-4726-a6cf-3b84cfe5b198 2018-10-04 14:54:58,165 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-ad97b02d-20c1-464-proj 2018-10-04 14:54:58,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/4c61b519968348fba44864722de96d3d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e34da7fbae8acc0e8578873d879ab2fa9bb54614" 2018-10-04 14:54:58,370 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db5363a5-fefc-45a8-8bd8-b4abaa208f59 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:58,370 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/4c61b519968348fba44864722de96d3d used request id req-db5363a5-fefc-45a8-8bd8-b4abaa208f59 2018-10-04 14:54:58,370 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-ad97b02d-20c1-464-proj-role 2018-10-04 14:54:58,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/e135235e57c34d1bab6e037ac37b6183 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e34da7fbae8acc0e8578873d879ab2fa9bb54614" 2018-10-04 14:54:58,488 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75a6cd72-a3cd-4c1c-a6d4-8c27953e91ee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:58,488 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/e135235e57c34d1bab6e037ac37b6183 used request id req-75a6cd72-a3cd-4c1c-a6d4-8c27953e91ee 2018-10-04 14:54:58,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e34da7fbae8acc0e8578873d879ab2fa9bb54614" 2018-10-04 14:54:58,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fa4d6ee-9a4a-4d01-b626-6b414cd2527c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:54:58,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6fa4d6ee-9a4a-4d01-b626-6b414cd2527c 2018-10-04 14:54:58,570 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-ad97b02d-20c1-464-user 2018-10-04 14:54:58,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/20f046c0d06141eebd588fd8b0a03c44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b792b14be916c8f076ba192f9c1b7e2495b75a9" 2018-10-04 14:54:58,771 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:54:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4406c71b-b5c4-4f9b-9ba2-86afe2585627 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:54:58,771 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/20f046c0d06141eebd588fd8b0a03c44 used request id req-4406c71b-b5c4-4f9b-9ba2-86afe2585627 2018-10-04 14:54:58,772 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:59,160 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["iDWEFyrUSQyc99Ud87RFxg"], "issued_at": "2018-10-04T14:54:59.000000Z"}} 2018-10-04 14:54:59,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cd55d108dc872705d8d4f9cc635f4d6b40e7151" 2018-10-04 14:54:59,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c189173-732b-436a-a779-25df3534345e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:59,239 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5c189173-732b-436a-a779-25df3534345e 2018-10-04 14:54:59,241 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:54:59,242 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:54:59,629 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:54:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["dCP5v7doTqWXp1hJubbQ7g"], "issued_at": "2018-10-04T14:54:59.000000Z"}} 2018-10-04 14:54:59,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74be88c8bd57a8ebe9ca43dd59a0e0e9f08c9ee9" 2018-10-04 14:54:59,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbf3acd9-e4f6-44de-86b9-6ae08d55cb2c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:54:59,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bbf3acd9-e4f6-44de-86b9-6ae08d55cb2c 2018-10-04 14:54:59,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:54:59,729 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:54:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:54:59,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-e7f5b71f-be84-40d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74be88c8bd57a8ebe9ca43dd59a0e0e9f08c9ee9" 2018-10-04 14:54:59,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f6e7bd8-8a04-489f-9b08-f0ae6e8833e2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-e7f5b71f-be84-40d-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:54:59,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-e7f5b71f-be84-40d-proj used request id req-3f6e7bd8-8a04-489f-9b08-f0ae6e8833e2 2018-10-04 14:54:59,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74be88c8bd57a8ebe9ca43dd59a0e0e9f08c9ee9" 2018-10-04 14:54:59,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:54:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4a01fa1-1c94-4829-9a27-23fe6689330b Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:54:59,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-e4a01fa1-1c94-4829-9a27-23fe6689330b 2018-10-04 14:54:59,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74be88c8bd57a8ebe9ca43dd59a0e0e9f08c9ee9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-e7f5b71f-be84-40d-proj"}}' 2018-10-04 14:55:00,015 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:54:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab529be8-31cb-4c93-9113-0f99adb0fb43 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/78298385793f41bdad09f122a6373b75"}, "enabled": true, "id": "78298385793f41bdad09f122a6373b75", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-e7f5b71f-be84-40d-proj"}} 2018-10-04 14:55:00,015 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-ab529be8-31cb-4c93-9113-0f99adb0fb43 2018-10-04 14:55:00,015 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-e7f5b71f-be84-40d-proj 2018-10-04 14:55:00,015 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:00,016 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:00,411 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:55:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["Y-KuXbgqSnWdwPSwSYf6zg"], "issued_at": "2018-10-04T14:55:00.000000Z"}} 2018-10-04 14:55:00,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77767c9efd3d12f73e7cc892fa3d674916536926" 2018-10-04 14:55:00,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-718d666d-b112-48f7-8a4b-048e856f1faf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:00,524 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-718d666d-b112-48f7-8a4b-048e856f1faf 2018-10-04 14:55:00,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:55:00,534 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:55:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:55:00,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77767c9efd3d12f73e7cc892fa3d674916536926" 2018-10-04 14:55:00,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea5e57f6-281d-45e6-8741-6c4127e81746 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:55:00,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ea5e57f6-281d-45e6-8741-6c4127e81746 2018-10-04 14:55:00,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateKeypairsCleanupTests-e7f5b71f-be84-40d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77767c9efd3d12f73e7cc892fa3d674916536926" 2018-10-04 14:55:00,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab7daeb1-29cf-4878-9a13-ce1addbe9faa Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateKeypairsCleanupTests-e7f5b71f-be84-40d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/78298385793f41bdad09f122a6373b75"}, "enabled": true, "id": "78298385793f41bdad09f122a6373b75", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-e7f5b71f-be84-40d-proj"}]} 2018-10-04 14:55:00,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateKeypairsCleanupTests-e7f5b71f-be84-40d-proj used request id req-ab7daeb1-29cf-4878-9a13-ce1addbe9faa 2018-10-04 14:55:00,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77767c9efd3d12f73e7cc892fa3d674916536926" 2018-10-04 14:55:00,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e68de863-bdd8-446d-8584-da84c46dda14 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:55:00,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-e68de863-bdd8-446d-8584-da84c46dda14 2018-10-04 14:55:01,182 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-e7f5b71f-be84-40d-user 2018-10-04 14:55:01,182 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:01,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74be88c8bd57a8ebe9ca43dd59a0e0e9f08c9ee9" 2018-10-04 14:55:01,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8b72981-5458-4073-9c7a-115accf7f3e9 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:55:01,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f8b72981-5458-4073-9c7a-115accf7f3e9 2018-10-04 14:55:01,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74be88c8bd57a8ebe9ca43dd59a0e0e9f08c9ee9" -d '{"role": {"name": "CreateKeypairsCleanupTests-e7f5b71f-be84-40d-proj-role"}}' 2018-10-04 14:55:01,392 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:55:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14d45795-4b3e-4dfb-b719-c47a70480619 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8b8911ff74b244d9a90a6186421c45e7", "links": {"self": "http://172.30.9.23:5000/v3/roles/8b8911ff74b244d9a90a6186421c45e7"}, "name": "CreateKeypairsCleanupTests-e7f5b71f-be84-40d-proj-role"}} 2018-10-04 14:55:01,393 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-14d45795-4b3e-4dfb-b719-c47a70480619 2018-10-04 14:55:01,393 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-e7f5b71f-be84-40d-proj-role 2018-10-04 14:55:01,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/8b8911ff74b244d9a90a6186421c45e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74be88c8bd57a8ebe9ca43dd59a0e0e9f08c9ee9" 2018-10-04 14:55:01,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-005b6808-87eb-4083-a5fb-a30ab1f711ee Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/8b8911ff74b244d9a90a6186421c45e7"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-e7f5b71f-be84-40d-proj-role", "id": "8b8911ff74b244d9a90a6186421c45e7"}} 2018-10-04 14:55:01,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/8b8911ff74b244d9a90a6186421c45e7 used request id req-005b6808-87eb-4083-a5fb-a30ab1f711ee 2018-10-04 14:55:01,416 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-e7f5b71f-be84-40d-proj-role to project CreateKeypairsCleanupTests-e7f5b71f-be84-40d-proj 2018-10-04 14:55:01,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/78298385793f41bdad09f122a6373b75/users/742a08b8b4084356b131cf2858134f06/roles/8b8911ff74b244d9a90a6186421c45e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74be88c8bd57a8ebe9ca43dd59a0e0e9f08c9ee9" 2018-10-04 14:55:01,552 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:55:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89bb4964-729c-406c-90f4-2400abaaafec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:55:01,552 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/78298385793f41bdad09f122a6373b75/users/742a08b8b4084356b131cf2858134f06/roles/8b8911ff74b244d9a90a6186421c45e7 used request id req-89bb4964-729c-406c-90f4-2400abaaafec 2018-10-04 14:55:01,553 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 14:55:01,642 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-ae0b3060-6a8a-43af-8e65-36e5c9e2caab.pub 2018-10-04 14:55:01,642 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-ae0b3060-6a8a-43af-8e65-36e5c9e2caab 2018-10-04 14:55:01,642 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:01,643 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:02,009 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b8911ff74b244d9a90a6186421c45e7", "name": "CreateKeypairsCleanupTests-e7f5b71f-be84-40d-proj-role"}], "expires_at": "2018-10-04T15:55:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "78298385793f41bdad09f122a6373b75", "name": "CreateKeypairsCleanupTests-e7f5b71f-be84-40d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/78298385793f41bdad09f122a6373b75", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/78298385793f41bdad09f122a6373b75", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/78298385793f41bdad09f122a6373b75", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/78298385793f41bdad09f122a6373b75", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/78298385793f41bdad09f122a6373b75", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/78298385793f41bdad09f122a6373b75", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/78298385793f41bdad09f122a6373b75", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/78298385793f41bdad09f122a6373b75", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/78298385793f41bdad09f122a6373b75", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/78298385793f41bdad09f122a6373b75", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/78298385793f41bdad09f122a6373b75", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/78298385793f41bdad09f122a6373b75", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-e7f5b71f-be84-40d-user", "id": "742a08b8b4084356b131cf2858134f06"}, "audit_ids": ["2KbGg0KZSQ2F6ENzkBRvkA"], "issued_at": "2018-10-04T14:55:02.000000Z"}} 2018-10-04 14:55:02,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19c5b9903f01084b48184212121d045bddc46f19" 2018-10-04 14:55:02,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c70f9bd-38b8-41a1-829d-75e244ccb54f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:02,083 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7c70f9bd-38b8-41a1-829d-75e244ccb54f 2018-10-04 14:55:02,085 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 14:55:02,089 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19c5b9903f01084b48184212121d045bddc46f19" 2018-10-04 14:55:02,250 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a987a929-27ea-4e49-91cc-caf960741d07 x-compute-request-id: req-a987a929-27ea-4e49-91cc-caf960741d07 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-04 14:55:02,250 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-a987a929-27ea-4e49-91cc-caf960741d07 2018-10-04 14:55:02,251 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-ae0b3060-6a8a-43af-8e65-36e5c9e2caab... 2018-10-04 14:55:02,251 - OpenStackKeypair - INFO - Uploading existing keypair 2018-10-04 14:55:02,251 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-ae0b3060-6a8a-43af-8e65-36e5c9e2caab.pub 2018-10-04 14:55:02,251 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-ae0b3060-6a8a-43af-8e65-36e5c9e2caab 2018-10-04 14:55:02,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19c5b9903f01084b48184212121d045bddc46f19" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6fEH/kcUbxZ5geGxprlYUKHobotIBpXE/7h4ySwfIFVpt2KzCEA0XJLhFCZZpVGcncy7zLO9N8+53aCo3cs3+JDrHhfwn1XkA3fiH0Wtm1H+q+Ti8P8lWeVbDdDkGyg+lOLZilIDGOcpm4s14c2yvfDam/QmFgQuMXNx3l1JhiL73mZ/lYRUkv6QGVcAiCsvU3A1CeA/aRc3j0soDri0ww30nry0ouk4mRsvP70LMOAsVPbXfgl9FrmBj9QR0hPB9SUYGOgRi9/r+Cp1BTGkhOqUYFsEGXEcjGI/483r6Qk/s1YXaJOLFppeiVyEM25INnPFTQI14izfbcOo3NdeJ", "name": "CreateKeypairsCleanupTests-ae0b3060-6a8a-43af-8e65-36e5c9e2caab"}}' 2018-10-04 14:55:02,321 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-834c7e36-82dc-48a0-b148-5e3f4d862b92 x-compute-request-id: req-834c7e36-82dc-48a0-b148-5e3f4d862b92 Content-Encoding: gzip Content-Length: 500 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6fEH/kcUbxZ5geGxprlYUKHobotIBpXE/7h4ySwfIFVpt2KzCEA0XJLhFCZZpVGcncy7zLO9N8+53aCo3cs3+JDrHhfwn1XkA3fiH0Wtm1H+q+Ti8P8lWeVbDdDkGyg+lOLZilIDGOcpm4s14c2yvfDam/QmFgQuMXNx3l1JhiL73mZ/lYRUkv6QGVcAiCsvU3A1CeA/aRc3j0soDri0ww30nry0ouk4mRsvP70LMOAsVPbXfgl9FrmBj9QR0hPB9SUYGOgRi9/r+Cp1BTGkhOqUYFsEGXEcjGI/483r6Qk/s1YXaJOLFppeiVyEM25INnPFTQI14izfbcOo3NdeJ", "user_id": "742a08b8b4084356b131cf2858134f06", "name": "CreateKeypairsCleanupTests-ae0b3060-6a8a-43af-8e65-36e5c9e2caab", "fingerprint": "0d:48:3d:8e:b6:fb:4b:96:e4:1e:6f:2d:85:6c:e7:8d"}} 2018-10-04 14:55:02,321 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-834c7e36-82dc-48a0-b148-5e3f4d862b92 2018-10-04 14:55:02,322 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-ae0b3060-6a8a-43af-8e65-36e5c9e2caab 2018-10-04 14:55:02,325 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-ae0b3060-6a8a-43af-8e65-36e5c9e2caab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19c5b9903f01084b48184212121d045bddc46f19" 2018-10-04 14:55:02,361 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 14:55:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-808879f9-746b-4221-ba05-f51adfc3495d x-compute-request-id: req-808879f9-746b-4221-ba05-f51adfc3495d Content-Length: 0 Content-Type: application/json 2018-10-04 14:55:02,361 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-ae0b3060-6a8a-43af-8e65-36e5c9e2caab used request id req-808879f9-746b-4221-ba05-f51adfc3495d 2018-10-04 14:55:02,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74be88c8bd57a8ebe9ca43dd59a0e0e9f08c9ee9" 2018-10-04 14:55:02,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b0886e37-dec7-4979-b25d-8c9cc8df39b0 Date: Thu, 04 Oct 2018 14:55:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:55:02,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-b0886e37-dec7-4979-b25d-8c9cc8df39b0 2018-10-04 14:55:02,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74be88c8bd57a8ebe9ca43dd59a0e0e9f08c9ee9" 2018-10-04 14:55:02,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c07419f8-d07e-47dd-a037-21975c31168e Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:55:02,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-c07419f8-d07e-47dd-a037-21975c31168e 2018-10-04 14:55:02,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74be88c8bd57a8ebe9ca43dd59a0e0e9f08c9ee9" 2018-10-04 14:55:02,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-374853de-41de-4e60-bf8c-6433d2540e17 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:55:02,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-374853de-41de-4e60-bf8c-6433d2540e17 2018-10-04 14:55:02,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74be88c8bd57a8ebe9ca43dd59a0e0e9f08c9ee9" 2018-10-04 14:55:02,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-043e0fe2-74e6-4265-b784-4f8bb8388365 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:55:02,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-043e0fe2-74e6-4265-b784-4f8bb8388365 2018-10-04 14:55:02,945 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-e7f5b71f-be84-40d-proj 2018-10-04 14:55:02,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/78298385793f41bdad09f122a6373b75 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74be88c8bd57a8ebe9ca43dd59a0e0e9f08c9ee9" 2018-10-04 14:55:03,162 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:55:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cccfd57e-9e36-4a70-b915-0cd0bd2cc58c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:55:03,162 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/78298385793f41bdad09f122a6373b75 used request id req-cccfd57e-9e36-4a70-b915-0cd0bd2cc58c 2018-10-04 14:55:03,162 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-e7f5b71f-be84-40d-proj-role 2018-10-04 14:55:03,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/8b8911ff74b244d9a90a6186421c45e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74be88c8bd57a8ebe9ca43dd59a0e0e9f08c9ee9" 2018-10-04 14:55:03,272 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:55:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f69ed56e-2a46-4582-82b0-31013bfad57a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:55:03,272 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/8b8911ff74b244d9a90a6186421c45e7 used request id req-f69ed56e-2a46-4582-82b0-31013bfad57a 2018-10-04 14:55:03,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74be88c8bd57a8ebe9ca43dd59a0e0e9f08c9ee9" 2018-10-04 14:55:03,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34ec58b0-05c1-4d5a-8bd5-a8bdc3ac98bd Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:55:03,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-34ec58b0-05c1-4d5a-8bd5-a8bdc3ac98bd 2018-10-04 14:55:03,368 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-e7f5b71f-be84-40d-user 2018-10-04 14:55:03,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/742a08b8b4084356b131cf2858134f06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77767c9efd3d12f73e7cc892fa3d674916536926" 2018-10-04 14:55:03,553 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:55:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9cd9c23-4623-4180-ab1f-a0159a5e6fa5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:55:03,553 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/742a08b8b4084356b131cf2858134f06 used request id req-d9cd9c23-4623-4180-ab1f-a0159a5e6fa5 2018-10-04 14:55:03,555 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:03,939 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:55:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["Vft4CGmxR9qMb-czlwcDYQ"], "issued_at": "2018-10-04T14:55:03.000000Z"}} 2018-10-04 14:55:03,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3799a292f51f5a4e3a8f565bcd99da23d7ed4d19" 2018-10-04 14:55:04,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f796b238-de1d-4c57-9f34-f6ff64994a05 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:04,108 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f796b238-de1d-4c57-9f34-f6ff64994a05 2018-10-04 14:55:04,110 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:04,110 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:04,503 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:55:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["UfnP8RnIS9Wf7nM0J0p2rQ"], "issued_at": "2018-10-04T14:55:04.000000Z"}} 2018-10-04 14:55:04,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf05a3533c488ff2757dbae7d276f0b76221a9f7" 2018-10-04 14:55:04,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d29c947-26c8-4ffc-9562-a61cb3fc13d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:04,579 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8d29c947-26c8-4ffc-9562-a61cb3fc13d1 2018-10-04 14:55:04,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:55:04,589 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:55:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:55:04,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-de22d9cf-f995-461-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf05a3533c488ff2757dbae7d276f0b76221a9f7" 2018-10-04 14:55:04,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c1af013-04c9-4f5b-9e96-fed9b3a81328 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-de22d9cf-f995-461-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:55:04,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-de22d9cf-f995-461-proj used request id req-3c1af013-04c9-4f5b-9e96-fed9b3a81328 2018-10-04 14:55:04,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf05a3533c488ff2757dbae7d276f0b76221a9f7" 2018-10-04 14:55:04,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaac4ca3-bb7d-4640-b8aa-c91e1ec1dc84 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:55:04,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-eaac4ca3-bb7d-4640-b8aa-c91e1ec1dc84 2018-10-04 14:55:04,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf05a3533c488ff2757dbae7d276f0b76221a9f7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-de22d9cf-f995-461-proj"}}' 2018-10-04 14:55:04,895 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:55:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60c5f67f-b056-4ec4-a05d-5edb4c3f0be5 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/5c0bcb577d66495bbb85966a60cc4b61"}, "enabled": true, "id": "5c0bcb577d66495bbb85966a60cc4b61", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-de22d9cf-f995-461-proj"}} 2018-10-04 14:55:04,895 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-60c5f67f-b056-4ec4-a05d-5edb4c3f0be5 2018-10-04 14:55:04,896 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-de22d9cf-f995-461-proj 2018-10-04 14:55:04,896 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:04,897 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:05,370 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:55:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["xIBFWXJHQM2RybURddblLg"], "issued_at": "2018-10-04T14:55:05.000000Z"}} 2018-10-04 14:55:05,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58866d2b56df8c8feda6a3e95d0721efe27e7198" 2018-10-04 14:55:05,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d9da87e-af88-46e2-a0b7-e59bc4193fb0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:05,550 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4d9da87e-af88-46e2-a0b7-e59bc4193fb0 2018-10-04 14:55:05,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:55:05,560 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:55:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:55:05,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58866d2b56df8c8feda6a3e95d0721efe27e7198" 2018-10-04 14:55:05,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd79a765-4be6-43c0-929d-ba6646a15479 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:55:05,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-fd79a765-4be6-43c0-929d-ba6646a15479 2018-10-04 14:55:05,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateKeypairsCleanupTests-de22d9cf-f995-461-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58866d2b56df8c8feda6a3e95d0721efe27e7198" 2018-10-04 14:55:05,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f703653d-ae82-4820-bc96-a62447c43446 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateKeypairsCleanupTests-de22d9cf-f995-461-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/5c0bcb577d66495bbb85966a60cc4b61"}, "enabled": true, "id": "5c0bcb577d66495bbb85966a60cc4b61", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-de22d9cf-f995-461-proj"}]} 2018-10-04 14:55:05,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateKeypairsCleanupTests-de22d9cf-f995-461-proj used request id req-f703653d-ae82-4820-bc96-a62447c43446 2018-10-04 14:55:05,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58866d2b56df8c8feda6a3e95d0721efe27e7198" 2018-10-04 14:55:05,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e989d627-53a5-479e-a196-e5485e7f4cb9 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:55:05,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-e989d627-53a5-479e-a196-e5485e7f4cb9 2018-10-04 14:55:06,232 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-de22d9cf-f995-461-user 2018-10-04 14:55:06,233 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:06,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf05a3533c488ff2757dbae7d276f0b76221a9f7" 2018-10-04 14:55:06,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6f39c90-cf33-4efe-8cbc-c20849f340bd Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:55:06,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c6f39c90-cf33-4efe-8cbc-c20849f340bd 2018-10-04 14:55:06,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf05a3533c488ff2757dbae7d276f0b76221a9f7" -d '{"role": {"name": "CreateKeypairsCleanupTests-de22d9cf-f995-461-proj-role"}}' 2018-10-04 14:55:06,446 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:55:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a29de97-f4cb-4389-a1e7-4775486ece15 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d9a648b72ad54a448abb99302e5a9882", "links": {"self": "http://172.30.9.23:5000/v3/roles/d9a648b72ad54a448abb99302e5a9882"}, "name": "CreateKeypairsCleanupTests-de22d9cf-f995-461-proj-role"}} 2018-10-04 14:55:06,446 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-0a29de97-f4cb-4389-a1e7-4775486ece15 2018-10-04 14:55:06,446 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-de22d9cf-f995-461-proj-role 2018-10-04 14:55:06,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/d9a648b72ad54a448abb99302e5a9882 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf05a3533c488ff2757dbae7d276f0b76221a9f7" 2018-10-04 14:55:06,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89c2e0b6-00ef-4455-8503-2c45dc4883fe Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/d9a648b72ad54a448abb99302e5a9882"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-de22d9cf-f995-461-proj-role", "id": "d9a648b72ad54a448abb99302e5a9882"}} 2018-10-04 14:55:06,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/d9a648b72ad54a448abb99302e5a9882 used request id req-89c2e0b6-00ef-4455-8503-2c45dc4883fe 2018-10-04 14:55:06,467 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-de22d9cf-f995-461-proj-role to project CreateKeypairsCleanupTests-de22d9cf-f995-461-proj 2018-10-04 14:55:06,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/5c0bcb577d66495bbb85966a60cc4b61/users/e5f9d528da3840dea447b48558f10a07/roles/d9a648b72ad54a448abb99302e5a9882 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf05a3533c488ff2757dbae7d276f0b76221a9f7" 2018-10-04 14:55:06,586 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:55:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83be4285-12a7-47c2-ba5f-61cc09884b6d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:55:06,586 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/5c0bcb577d66495bbb85966a60cc4b61/users/e5f9d528da3840dea447b48558f10a07/roles/d9a648b72ad54a448abb99302e5a9882 used request id req-83be4285-12a7-47c2-ba5f-61cc09884b6d 2018-10-04 14:55:06,586 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 14:55:06,588 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:06,589 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:07,054 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d9a648b72ad54a448abb99302e5a9882", "name": "CreateKeypairsCleanupTests-de22d9cf-f995-461-proj-role"}], "expires_at": "2018-10-04T15:55:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5c0bcb577d66495bbb85966a60cc4b61", "name": "CreateKeypairsCleanupTests-de22d9cf-f995-461-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/5c0bcb577d66495bbb85966a60cc4b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/5c0bcb577d66495bbb85966a60cc4b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/5c0bcb577d66495bbb85966a60cc4b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5c0bcb577d66495bbb85966a60cc4b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/5c0bcb577d66495bbb85966a60cc4b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/5c0bcb577d66495bbb85966a60cc4b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/5c0bcb577d66495bbb85966a60cc4b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/5c0bcb577d66495bbb85966a60cc4b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/5c0bcb577d66495bbb85966a60cc4b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5c0bcb577d66495bbb85966a60cc4b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/5c0bcb577d66495bbb85966a60cc4b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/5c0bcb577d66495bbb85966a60cc4b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-de22d9cf-f995-461-user", "id": "e5f9d528da3840dea447b48558f10a07"}, "audit_ids": ["t9rFPZMpS0uaUSW5lgh8lg"], "issued_at": "2018-10-04T14:55:07.000000Z"}} 2018-10-04 14:55:07,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb20c89da07c212961d04a97ad8acc79857e99e" 2018-10-04 14:55:07,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e112b395-7a25-4ea3-876f-b9b810388901 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:07,129 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e112b395-7a25-4ea3-876f-b9b810388901 2018-10-04 14:55:07,130 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 14:55:07,134 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb20c89da07c212961d04a97ad8acc79857e99e" 2018-10-04 14:55:07,671 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7d8089a0-47c1-49fa-a435-455322321ba4 x-compute-request-id: req-7d8089a0-47c1-49fa-a435-455322321ba4 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-04 14:55:07,671 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-7d8089a0-47c1-49fa-a435-455322321ba4 2018-10-04 14:55:07,672 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-c878b73c-bd5f-496e-b9fe-a46d8a5daacf... 2018-10-04 14:55:07,672 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 14:55:07,718 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-c878b73c-bd5f-496e-b9fe-a46d8a5daacf 2018-10-04 14:55:07,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb20c89da07c212961d04a97ad8acc79857e99e" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDcywxy88qfcvbQK7HL3G5OjaXDWa2I9yg9Zwd2pqpmZUHkNF3i91GVm/WDUEetP1tnA/8lf9Rze9KDhIbfmldm+cPTBIMZivC5MPALml1WIrtdis+gCYkdHz0Y+TzX4eHPvEEzwisNSQGBJCBdtH4Phd/NpKw9eK3RoljV8zV/mQ==", "name": "CreateKeypairsCleanupTests-c878b73c-bd5f-496e-b9fe-a46d8a5daacf"}}' 2018-10-04 14:55:07,775 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55: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-5b319a4b-f34e-405c-aad6-fdaa44528f0b x-compute-request-id: req-5b319a4b-f34e-405c-aad6-fdaa44528f0b Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDcywxy88qfcvbQK7HL3G5OjaXDWa2I9yg9Zwd2pqpmZUHkNF3i91GVm/WDUEetP1tnA/8lf9Rze9KDhIbfmldm+cPTBIMZivC5MPALml1WIrtdis+gCYkdHz0Y+TzX4eHPvEEzwisNSQGBJCBdtH4Phd/NpKw9eK3RoljV8zV/mQ==", "user_id": "e5f9d528da3840dea447b48558f10a07", "name": "CreateKeypairsCleanupTests-c878b73c-bd5f-496e-b9fe-a46d8a5daacf", "fingerprint": "d8:19:57:d0:89:1f:82:6b:69:79:79:09:78:e1:6b:27"}} 2018-10-04 14:55:07,775 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-5b319a4b-f34e-405c-aad6-fdaa44528f0b 2018-10-04 14:55:07,785 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-c878b73c-bd5f-496e-b9fe-a46d8a5daacf.pub 2018-10-04 14:55:07,785 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-c878b73c-bd5f-496e-b9fe-a46d8a5daacf 2018-10-04 14:55:07,786 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-c878b73c-bd5f-496e-b9fe-a46d8a5daacf 2018-10-04 14:55:07,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-c878b73c-bd5f-496e-b9fe-a46d8a5daacf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb20c89da07c212961d04a97ad8acc79857e99e" 2018-10-04 14:55:07,816 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 14:55:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ffb8b8e1-41ed-4acc-b2e9-ec880d0a4905 x-compute-request-id: req-ffb8b8e1-41ed-4acc-b2e9-ec880d0a4905 Content-Length: 0 Content-Type: application/json 2018-10-04 14:55:07,816 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-c878b73c-bd5f-496e-b9fe-a46d8a5daacf used request id req-ffb8b8e1-41ed-4acc-b2e9-ec880d0a4905 2018-10-04 14:55:07,817 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-c878b73c-bd5f-496e-b9fe-a46d8a5daacf.pub] 2018-10-04 14:55:07,817 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-c878b73c-bd5f-496e-b9fe-a46d8a5daacf] 2018-10-04 14:55:07,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf05a3533c488ff2757dbae7d276f0b76221a9f7" 2018-10-04 14:55:08,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-44bca884-de9d-4fd7-b833-7d67cf68dc0c Date: Thu, 04 Oct 2018 14:55:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:55:08,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-44bca884-de9d-4fd7-b833-7d67cf68dc0c 2018-10-04 14:55:08,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf05a3533c488ff2757dbae7d276f0b76221a9f7" 2018-10-04 14:55:08,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d347fb5-a69d-4d99-83e8-d8d4cf303f38 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:55:08,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-0d347fb5-a69d-4d99-83e8-d8d4cf303f38 2018-10-04 14:55:08,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf05a3533c488ff2757dbae7d276f0b76221a9f7" 2018-10-04 14:55:08,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28587ddd-3d35-4647-bedc-1659ebf7557e Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:55:08,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-28587ddd-3d35-4647-bedc-1659ebf7557e 2018-10-04 14:55:08,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf05a3533c488ff2757dbae7d276f0b76221a9f7" 2018-10-04 14:55:08,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c7e865a-fca0-4a94-84dc-1d4496d1d2f2 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:55:08,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-1c7e865a-fca0-4a94-84dc-1d4496d1d2f2 2018-10-04 14:55:08,298 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-de22d9cf-f995-461-proj 2018-10-04 14:55:08,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/5c0bcb577d66495bbb85966a60cc4b61 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf05a3533c488ff2757dbae7d276f0b76221a9f7" 2018-10-04 14:55:08,502 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:55:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04796eec-0bb9-45d5-b443-e9ca8db5679f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:55:08,502 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/5c0bcb577d66495bbb85966a60cc4b61 used request id req-04796eec-0bb9-45d5-b443-e9ca8db5679f 2018-10-04 14:55:08,502 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-de22d9cf-f995-461-proj-role 2018-10-04 14:55:08,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/d9a648b72ad54a448abb99302e5a9882 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf05a3533c488ff2757dbae7d276f0b76221a9f7" 2018-10-04 14:55:08,613 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:55:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-848ea820-436c-4da2-bfb5-14bbdd1de475 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:55:08,613 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/d9a648b72ad54a448abb99302e5a9882 used request id req-848ea820-436c-4da2-bfb5-14bbdd1de475 2018-10-04 14:55:08,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf05a3533c488ff2757dbae7d276f0b76221a9f7" 2018-10-04 14:55:08,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a8900ef-8b81-4c88-9549-6802651ac777 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:55:08,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0a8900ef-8b81-4c88-9549-6802651ac777 2018-10-04 14:55:08,710 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-de22d9cf-f995-461-user 2018-10-04 14:55:08,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/e5f9d528da3840dea447b48558f10a07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58866d2b56df8c8feda6a3e95d0721efe27e7198" 2018-10-04 14:55:08,874 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:55:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce6a7fa7-d6a2-43b4-b067-02bcf5189a4e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:55:08,875 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/e5f9d528da3840dea447b48558f10a07 used request id req-ce6a7fa7-d6a2-43b4-b067-02bcf5189a4e 2018-10-04 14:55:08,876 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:09,258 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:55:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["DyB9cYDARYOPXVOgXyLHLg"], "issued_at": "2018-10-04T14:55:09.000000Z"}} 2018-10-04 14:55:09,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e38a9db0a2dd99ae794e5f80aa467d34383a311" 2018-10-04 14:55:09,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8a633ab-e4c5-497c-b126-92491ee4a4ce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:09,356 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b8a633ab-e4c5-497c-b126-92491ee4a4ce 2018-10-04 14:55:09,358 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:09,359 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:09,732 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:55:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["5WRk4k2mR1iTQGRTiKiskQ"], "issued_at": "2018-10-04T14:55:09.000000Z"}} 2018-10-04 14:55:09,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94b2fb84cf3bc69e75b498f5452a4b05f6c5dba5" 2018-10-04 14:55:09,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c330d180-b983-4bfb-af0f-7bd6d3ee0b4b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:09,814 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c330d180-b983-4bfb-af0f-7bd6d3ee0b4b 2018-10-04 14:55:09,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:55:09,822 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:55:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:55:09,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-2a8e7686-639e-4df-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94b2fb84cf3bc69e75b498f5452a4b05f6c5dba5" 2018-10-04 14:55:09,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da4470e4-1edb-4232-897d-05496dd481fa Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-2a8e7686-639e-4df-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:55:09,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-2a8e7686-639e-4df-proj used request id req-da4470e4-1edb-4232-897d-05496dd481fa 2018-10-04 14:55:09,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94b2fb84cf3bc69e75b498f5452a4b05f6c5dba5" 2018-10-04 14:55:09,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4abe2de-3075-44cc-8060-ff160dfb0797 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:55:09,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-b4abe2de-3075-44cc-8060-ff160dfb0797 2018-10-04 14:55:09,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94b2fb84cf3bc69e75b498f5452a4b05f6c5dba5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-2a8e7686-639e-4df-proj"}}' 2018-10-04 14:55:10,116 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:55:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f22f1e2a-2a82-434f-816a-0b71d2527a30 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/5f9178035da94f9cacfb9b1d421aa280"}, "enabled": true, "id": "5f9178035da94f9cacfb9b1d421aa280", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-2a8e7686-639e-4df-proj"}} 2018-10-04 14:55:10,117 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-f22f1e2a-2a82-434f-816a-0b71d2527a30 2018-10-04 14:55:10,117 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-2a8e7686-639e-4df-proj 2018-10-04 14:55:10,117 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:10,118 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:10,491 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:55:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["vYA64QDbQ2SOjY7IXk7bhg"], "issued_at": "2018-10-04T14:55:10.000000Z"}} 2018-10-04 14:55:10,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25bc37e68d5a9b1939f1273f10ea76893ba03dd8" 2018-10-04 14:55:10,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bab1616d-bc56-44b3-9a63-fcdc46621dac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:10,576 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bab1616d-bc56-44b3-9a63-fcdc46621dac 2018-10-04 14:55:10,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:55:10,583 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:55:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:55:10,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25bc37e68d5a9b1939f1273f10ea76893ba03dd8" 2018-10-04 14:55:10,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e4eebec-05d3-4d06-af92-392f53999695 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:55:10,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-5e4eebec-05d3-4d06-af92-392f53999695 2018-10-04 14:55:10,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateKeypairsCleanupTests-2a8e7686-639e-4df-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25bc37e68d5a9b1939f1273f10ea76893ba03dd8" 2018-10-04 14:55:10,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-396297e6-18d8-48fb-bf1d-80ba93ab4884 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateKeypairsCleanupTests-2a8e7686-639e-4df-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/5f9178035da94f9cacfb9b1d421aa280"}, "enabled": true, "id": "5f9178035da94f9cacfb9b1d421aa280", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-2a8e7686-639e-4df-proj"}]} 2018-10-04 14:55:10,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateKeypairsCleanupTests-2a8e7686-639e-4df-proj used request id req-396297e6-18d8-48fb-bf1d-80ba93ab4884 2018-10-04 14:55:10,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25bc37e68d5a9b1939f1273f10ea76893ba03dd8" 2018-10-04 14:55:10,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fb29eb7-6029-4bfc-91fb-5046f80d27be Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:55:10,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-1fb29eb7-6029-4bfc-91fb-5046f80d27be 2018-10-04 14:55:11,147 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-2a8e7686-639e-4df-user 2018-10-04 14:55:11,148 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:11,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94b2fb84cf3bc69e75b498f5452a4b05f6c5dba5" 2018-10-04 14:55:11,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc59775c-d17d-4823-a426-f953688b06aa Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:55:11,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-dc59775c-d17d-4823-a426-f953688b06aa 2018-10-04 14:55:11,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94b2fb84cf3bc69e75b498f5452a4b05f6c5dba5" -d '{"role": {"name": "CreateKeypairsCleanupTests-2a8e7686-639e-4df-proj-role"}}' 2018-10-04 14:55:11,277 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:55:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6773e2b0-7af5-4edf-9993-a429b9a3818f Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c8eb16eedcfd441ebe1eb5bac4a3b64d", "links": {"self": "http://172.30.9.23:5000/v3/roles/c8eb16eedcfd441ebe1eb5bac4a3b64d"}, "name": "CreateKeypairsCleanupTests-2a8e7686-639e-4df-proj-role"}} 2018-10-04 14:55:11,277 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-6773e2b0-7af5-4edf-9993-a429b9a3818f 2018-10-04 14:55:11,277 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-2a8e7686-639e-4df-proj-role 2018-10-04 14:55:11,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/c8eb16eedcfd441ebe1eb5bac4a3b64d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94b2fb84cf3bc69e75b498f5452a4b05f6c5dba5" 2018-10-04 14:55:11,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35b9561f-6724-4367-9ffa-e77488dd0bec Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/c8eb16eedcfd441ebe1eb5bac4a3b64d"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-2a8e7686-639e-4df-proj-role", "id": "c8eb16eedcfd441ebe1eb5bac4a3b64d"}} 2018-10-04 14:55:11,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/c8eb16eedcfd441ebe1eb5bac4a3b64d used request id req-35b9561f-6724-4367-9ffa-e77488dd0bec 2018-10-04 14:55:11,363 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-2a8e7686-639e-4df-proj-role to project CreateKeypairsCleanupTests-2a8e7686-639e-4df-proj 2018-10-04 14:55:11,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/5f9178035da94f9cacfb9b1d421aa280/users/88010867163e476a9448b909ae219593/roles/c8eb16eedcfd441ebe1eb5bac4a3b64d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94b2fb84cf3bc69e75b498f5452a4b05f6c5dba5" 2018-10-04 14:55:11,489 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:55:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9cba342a-4b5f-437c-863e-5548a0783649 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:55:11,489 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/5f9178035da94f9cacfb9b1d421aa280/users/88010867163e476a9448b909ae219593/roles/c8eb16eedcfd441ebe1eb5bac4a3b64d used request id req-9cba342a-4b5f-437c-863e-5548a0783649 2018-10-04 14:55:11,490 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 14:55:11,491 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:11,491 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:11,868 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c8eb16eedcfd441ebe1eb5bac4a3b64d", "name": "CreateKeypairsCleanupTests-2a8e7686-639e-4df-proj-role"}], "expires_at": "2018-10-04T15:55:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5f9178035da94f9cacfb9b1d421aa280", "name": "CreateKeypairsCleanupTests-2a8e7686-639e-4df-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/5f9178035da94f9cacfb9b1d421aa280", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/5f9178035da94f9cacfb9b1d421aa280", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/5f9178035da94f9cacfb9b1d421aa280", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5f9178035da94f9cacfb9b1d421aa280", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/5f9178035da94f9cacfb9b1d421aa280", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/5f9178035da94f9cacfb9b1d421aa280", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/5f9178035da94f9cacfb9b1d421aa280", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/5f9178035da94f9cacfb9b1d421aa280", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/5f9178035da94f9cacfb9b1d421aa280", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5f9178035da94f9cacfb9b1d421aa280", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/5f9178035da94f9cacfb9b1d421aa280", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/5f9178035da94f9cacfb9b1d421aa280", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-2a8e7686-639e-4df-user", "id": "88010867163e476a9448b909ae219593"}, "audit_ids": ["k6s0CgTpTpCGgmpHorbfYw"], "issued_at": "2018-10-04T14:55:11.000000Z"}} 2018-10-04 14:55:11,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3395f56c87aa6f3068dae894523689667e19f856" 2018-10-04 14:55:11,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fb033db-808a-4a5d-a646-89a535bc7123 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:11,943 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0fb033db-808a-4a5d-a646-89a535bc7123 2018-10-04 14:55:11,944 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 14:55:11,947 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3395f56c87aa6f3068dae894523689667e19f856" 2018-10-04 14:55:12,100 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55: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-cd2aab6f-170e-4bc4-8fcd-c8cea6d57f5a x-compute-request-id: req-cd2aab6f-170e-4bc4-8fcd-c8cea6d57f5a Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-04 14:55:12,100 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-cd2aab6f-170e-4bc4-8fcd-c8cea6d57f5a 2018-10-04 14:55:12,100 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-c96cf750-33a5-47d0-b80a-998cbc6bfa31... 2018-10-04 14:55:12,100 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 14:55:12,109 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-c96cf750-33a5-47d0-b80a-998cbc6bfa31 2018-10-04 14:55:12,110 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3395f56c87aa6f3068dae894523689667e19f856" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQD8iFkeFreGslW6c0kgRRTvG2nG2ciW87i3SJ1yRk2NdOj5jWXKCj5nCcLxRlBKNtvoC/5JHzhwp3ZtGRE3XopBnpHmK4llVvXTJDMS5AdRvazj7jQSLuCxD7QUwacQOp7Xt/vQcXCGFMpLr23rt+a/Y0hcKUnk9SLDXEgBoSbl9w==", "name": "CreateKeypairsCleanupTests-c96cf750-33a5-47d0-b80a-998cbc6bfa31"}}' 2018-10-04 14:55:12,177 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55: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-07e82dc0-aa8f-49da-8aee-7a27f59f3c24 x-compute-request-id: req-07e82dc0-aa8f-49da-8aee-7a27f59f3c24 Content-Encoding: gzip Content-Length: 374 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQD8iFkeFreGslW6c0kgRRTvG2nG2ciW87i3SJ1yRk2NdOj5jWXKCj5nCcLxRlBKNtvoC/5JHzhwp3ZtGRE3XopBnpHmK4llVvXTJDMS5AdRvazj7jQSLuCxD7QUwacQOp7Xt/vQcXCGFMpLr23rt+a/Y0hcKUnk9SLDXEgBoSbl9w==", "user_id": "88010867163e476a9448b909ae219593", "name": "CreateKeypairsCleanupTests-c96cf750-33a5-47d0-b80a-998cbc6bfa31", "fingerprint": "6b:30:ab:1d:6e:c6:df:a9:21:98:65:8a:b1:c1:0b:32"}} 2018-10-04 14:55:12,177 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-07e82dc0-aa8f-49da-8aee-7a27f59f3c24 2018-10-04 14:55:12,186 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-c96cf750-33a5-47d0-b80a-998cbc6bfa31.pub 2018-10-04 14:55:12,187 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-c96cf750-33a5-47d0-b80a-998cbc6bfa31 2018-10-04 14:55:12,187 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-c96cf750-33a5-47d0-b80a-998cbc6bfa31 2018-10-04 14:55:12,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-c96cf750-33a5-47d0-b80a-998cbc6bfa31 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3395f56c87aa6f3068dae894523689667e19f856" 2018-10-04 14:55:12,224 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 14:55: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-7980f5de-6268-49e7-a25f-0e142a4e274d x-compute-request-id: req-7980f5de-6268-49e7-a25f-0e142a4e274d Content-Length: 0 Content-Type: application/json 2018-10-04 14:55:12,224 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-c96cf750-33a5-47d0-b80a-998cbc6bfa31 used request id req-7980f5de-6268-49e7-a25f-0e142a4e274d 2018-10-04 14:55:12,225 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-c96cf750-33a5-47d0-b80a-998cbc6bfa31.pub] 2018-10-04 14:55:12,225 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-c96cf750-33a5-47d0-b80a-998cbc6bfa31] 2018-10-04 14:55:12,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94b2fb84cf3bc69e75b498f5452a4b05f6c5dba5" 2018-10-04 14:55:12,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-14888b13-4e86-4787-a74a-94809a5f4b25 Date: Thu, 04 Oct 2018 14:55:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:55:12,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-14888b13-4e86-4787-a74a-94809a5f4b25 2018-10-04 14:55:12,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94b2fb84cf3bc69e75b498f5452a4b05f6c5dba5" 2018-10-04 14:55:12,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d22f826-0d32-436a-a97d-429496765103 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:55:12,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-3d22f826-0d32-436a-a97d-429496765103 2018-10-04 14:55:12,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94b2fb84cf3bc69e75b498f5452a4b05f6c5dba5" 2018-10-04 14:55:12,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05c48afc-7e2b-4562-a61d-791d326b1194 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:55:12,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-05c48afc-7e2b-4562-a61d-791d326b1194 2018-10-04 14:55:12,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94b2fb84cf3bc69e75b498f5452a4b05f6c5dba5" 2018-10-04 14:55:12,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6025c12e-d471-4dcc-aeb9-3506b0514700 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:55:12,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-6025c12e-d471-4dcc-aeb9-3506b0514700 2018-10-04 14:55:12,732 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-2a8e7686-639e-4df-proj 2018-10-04 14:55:12,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/5f9178035da94f9cacfb9b1d421aa280 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94b2fb84cf3bc69e75b498f5452a4b05f6c5dba5" 2018-10-04 14:55:12,963 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:55:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2b12f28-94d0-427a-bde0-4aabf1381a91 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:55:12,963 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/5f9178035da94f9cacfb9b1d421aa280 used request id req-f2b12f28-94d0-427a-bde0-4aabf1381a91 2018-10-04 14:55:12,964 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-2a8e7686-639e-4df-proj-role 2018-10-04 14:55:12,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/c8eb16eedcfd441ebe1eb5bac4a3b64d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94b2fb84cf3bc69e75b498f5452a4b05f6c5dba5" 2018-10-04 14:55:13,073 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:55:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02ca6c2c-abb9-4126-bece-4d8032ab678c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:55:13,074 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/c8eb16eedcfd441ebe1eb5bac4a3b64d used request id req-02ca6c2c-abb9-4126-bece-4d8032ab678c 2018-10-04 14:55:13,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94b2fb84cf3bc69e75b498f5452a4b05f6c5dba5" 2018-10-04 14:55:13,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91805fb6-d490-43ed-8513-89ed251cca1c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:55:13,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-91805fb6-d490-43ed-8513-89ed251cca1c 2018-10-04 14:55:13,158 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-2a8e7686-639e-4df-user 2018-10-04 14:55:13,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/88010867163e476a9448b909ae219593 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25bc37e68d5a9b1939f1273f10ea76893ba03dd8" 2018-10-04 14:55:13,428 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:55:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51cbd5ff-5a59-4f32-be68-a420f76672a2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:55:13,428 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/88010867163e476a9448b909ae219593 used request id req-51cbd5ff-5a59-4f32-be68-a420f76672a2 2018-10-04 14:55:13,429 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:13,817 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:55:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["gB7rFUqCSP-cBAoLcIZv7Q"], "issued_at": "2018-10-04T14:55:13.000000Z"}} 2018-10-04 14:55:13,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2ed445bd400ad658cdbec7da0f91c7a4c776b76" 2018-10-04 14:55:13,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-349c6a7f-942d-433a-94bd-3816315055ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:13,895 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-349c6a7f-942d-433a-94bd-3816315055ed 2018-10-04 14:55:13,896 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:13,897 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:14,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:55:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["v52I0bmmT2iof0WPwNcw9g"], "issued_at": "2018-10-04T14:55:14.000000Z"}} 2018-10-04 14:55:14,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}253d506f72156fdc02cb45e8f0f5686e4a53be4f" 2018-10-04 14:55:14,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c47c1903-f4ba-4406-b5ae-6c9657b128cc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:14,369 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c47c1903-f4ba-4406-b5ae-6c9657b128cc 2018-10-04 14:55:14,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:55:14,379 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:55:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:55:14,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-642a31de-a2ac-443-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}253d506f72156fdc02cb45e8f0f5686e4a53be4f" 2018-10-04 14:55:14,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f32e6a1-2d7f-46ef-80f0-ea09307c1765 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-642a31de-a2ac-443-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:55:14,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-642a31de-a2ac-443-proj used request id req-1f32e6a1-2d7f-46ef-80f0-ea09307c1765 2018-10-04 14:55:14,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}253d506f72156fdc02cb45e8f0f5686e4a53be4f" 2018-10-04 14:55:14,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee74ca3b-e3c9-4a08-b846-80ebb72e4e30 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:55:14,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-ee74ca3b-e3c9-4a08-b846-80ebb72e4e30 2018-10-04 14:55:14,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}253d506f72156fdc02cb45e8f0f5686e4a53be4f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-642a31de-a2ac-443-proj"}}' 2018-10-04 14:55:14,667 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:55:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80f72dd9-f5f5-4d04-9ff8-d371010dd8d4 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8a766f9e33f04fe9a661cf5e07efa558"}, "enabled": true, "id": "8a766f9e33f04fe9a661cf5e07efa558", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-642a31de-a2ac-443-proj"}} 2018-10-04 14:55:14,667 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-80f72dd9-f5f5-4d04-9ff8-d371010dd8d4 2018-10-04 14:55:14,668 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-642a31de-a2ac-443-proj 2018-10-04 14:55:14,668 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:14,669 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:15,055 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:55:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["ioI8EU1gQrKOsbaavi3wHg"], "issued_at": "2018-10-04T14:55:15.000000Z"}} 2018-10-04 14:55:15,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91b160a68515c87945ff097f4eb873b396773b32" 2018-10-04 14:55:15,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-319d47e2-7920-41ba-ad05-a1a658f667e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:15,070 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-319d47e2-7920-41ba-ad05-a1a658f667e3 2018-10-04 14:55:15,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:55:15,078 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:55:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:55:15,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91b160a68515c87945ff097f4eb873b396773b32" 2018-10-04 14:55:15,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3fccaba-4a27-4176-bb11-b32201429655 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:55:15,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e3fccaba-4a27-4176-bb11-b32201429655 2018-10-04 14:55:15,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateKeypairsCleanupTests-642a31de-a2ac-443-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91b160a68515c87945ff097f4eb873b396773b32" 2018-10-04 14:55:15,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7cebbf6-ab3d-4a81-88c1-1ecbdbb81f24 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateKeypairsCleanupTests-642a31de-a2ac-443-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8a766f9e33f04fe9a661cf5e07efa558"}, "enabled": true, "id": "8a766f9e33f04fe9a661cf5e07efa558", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-642a31de-a2ac-443-proj"}]} 2018-10-04 14:55:15,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateKeypairsCleanupTests-642a31de-a2ac-443-proj used request id req-f7cebbf6-ab3d-4a81-88c1-1ecbdbb81f24 2018-10-04 14:55:15,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91b160a68515c87945ff097f4eb873b396773b32" 2018-10-04 14:55:15,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab5a1f24-6b52-4a74-b5d3-4e57d34a8716 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:55:15,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-ab5a1f24-6b52-4a74-b5d3-4e57d34a8716 2018-10-04 14:55:15,733 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-642a31de-a2ac-443-user 2018-10-04 14:55:15,733 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:15,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}253d506f72156fdc02cb45e8f0f5686e4a53be4f" 2018-10-04 14:55:15,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-376ff6ef-e0ce-4f5f-845c-182ba288e36c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:55:15,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-376ff6ef-e0ce-4f5f-845c-182ba288e36c 2018-10-04 14:55:15,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}253d506f72156fdc02cb45e8f0f5686e4a53be4f" -d '{"role": {"name": "CreateKeypairsCleanupTests-642a31de-a2ac-443-proj-role"}}' 2018-10-04 14:55:15,949 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:55:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-edfb9461-2dd5-46cb-8200-db860d20e386 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b3124afa816544e6ab4ab8101ad3b031", "links": {"self": "http://172.30.9.23:5000/v3/roles/b3124afa816544e6ab4ab8101ad3b031"}, "name": "CreateKeypairsCleanupTests-642a31de-a2ac-443-proj-role"}} 2018-10-04 14:55:15,949 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-edfb9461-2dd5-46cb-8200-db860d20e386 2018-10-04 14:55:15,950 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-642a31de-a2ac-443-proj-role 2018-10-04 14:55:15,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/b3124afa816544e6ab4ab8101ad3b031 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}253d506f72156fdc02cb45e8f0f5686e4a53be4f" 2018-10-04 14:55:15,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23926723-251d-4c5d-9f92-b0a30c3b1d6c Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/b3124afa816544e6ab4ab8101ad3b031"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-642a31de-a2ac-443-proj-role", "id": "b3124afa816544e6ab4ab8101ad3b031"}} 2018-10-04 14:55:15,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/b3124afa816544e6ab4ab8101ad3b031 used request id req-23926723-251d-4c5d-9f92-b0a30c3b1d6c 2018-10-04 14:55:15,970 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-642a31de-a2ac-443-proj-role to project CreateKeypairsCleanupTests-642a31de-a2ac-443-proj 2018-10-04 14:55:15,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/8a766f9e33f04fe9a661cf5e07efa558/users/7cdc62623ce547c183d2cfc56207a900/roles/b3124afa816544e6ab4ab8101ad3b031 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}253d506f72156fdc02cb45e8f0f5686e4a53be4f" 2018-10-04 14:55:16,101 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:55:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb81a166-2e1e-4162-9cde-58635d9d3b5b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:55:16,101 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/8a766f9e33f04fe9a661cf5e07efa558/users/7cdc62623ce547c183d2cfc56207a900/roles/b3124afa816544e6ab4ab8101ad3b031 used request id req-bb81a166-2e1e-4162-9cde-58635d9d3b5b 2018-10-04 14:55:16,102 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 14:55:16,103 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:16,104 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:16,477 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3124afa816544e6ab4ab8101ad3b031", "name": "CreateKeypairsCleanupTests-642a31de-a2ac-443-proj-role"}], "expires_at": "2018-10-04T15:55:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8a766f9e33f04fe9a661cf5e07efa558", "name": "CreateKeypairsCleanupTests-642a31de-a2ac-443-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/8a766f9e33f04fe9a661cf5e07efa558", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/8a766f9e33f04fe9a661cf5e07efa558", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/8a766f9e33f04fe9a661cf5e07efa558", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8a766f9e33f04fe9a661cf5e07efa558", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/8a766f9e33f04fe9a661cf5e07efa558", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/8a766f9e33f04fe9a661cf5e07efa558", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/8a766f9e33f04fe9a661cf5e07efa558", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/8a766f9e33f04fe9a661cf5e07efa558", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/8a766f9e33f04fe9a661cf5e07efa558", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8a766f9e33f04fe9a661cf5e07efa558", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/8a766f9e33f04fe9a661cf5e07efa558", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/8a766f9e33f04fe9a661cf5e07efa558", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-642a31de-a2ac-443-user", "id": "7cdc62623ce547c183d2cfc56207a900"}, "audit_ids": ["AlRB8fU7TyqTHRSV3aDA1g"], "issued_at": "2018-10-04T14:55:16.000000Z"}} 2018-10-04 14:55:16,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24c83682caf7b8e883d1bb0ead43127948973bbf" 2018-10-04 14:55:16,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-662eb3c1-1d77-43ed-8435-29b29a69c07c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:16,563 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-662eb3c1-1d77-43ed-8435-29b29a69c07c 2018-10-04 14:55:16,565 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 14:55:16,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24c83682caf7b8e883d1bb0ead43127948973bbf" 2018-10-04 14:55:17,113 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-43336e9a-e081-4322-af4b-8420c44aaff8 x-compute-request-id: req-43336e9a-e081-4322-af4b-8420c44aaff8 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-04 14:55:17,114 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-43336e9a-e081-4322-af4b-8420c44aaff8 2018-10-04 14:55:17,114 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-83eacd9a-21b8-4325-a116-5bcd6b6d6541... 2018-10-04 14:55:17,114 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 14:55:17,178 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-83eacd9a-21b8-4325-a116-5bcd6b6d6541 2018-10-04 14:55:17,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24c83682caf7b8e883d1bb0ead43127948973bbf" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDGHpSz/4/umReWMAgLG690Tk4NTuyRPbprhOEK8FEYlLSlkLMN5XaV2/dm3oHw2A+g7E1Xnwe/qaDwWk2L9ToNgK7zVy53LFiZF/BHlu+fTRZcrb8LVMjEifHkEMJUVgh5vnM+lYibVwAAPvj5xFeRhQ8/snpHYQcfhtHkaviyEw==", "name": "CreateKeypairsCleanupTests-83eacd9a-21b8-4325-a116-5bcd6b6d6541"}}' 2018-10-04 14:55:17,248 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55: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-8971f3a2-368b-4861-bd51-ce5a0210f42e x-compute-request-id: req-8971f3a2-368b-4861-bd51-ce5a0210f42e Content-Encoding: gzip Content-Length: 376 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDGHpSz/4/umReWMAgLG690Tk4NTuyRPbprhOEK8FEYlLSlkLMN5XaV2/dm3oHw2A+g7E1Xnwe/qaDwWk2L9ToNgK7zVy53LFiZF/BHlu+fTRZcrb8LVMjEifHkEMJUVgh5vnM+lYibVwAAPvj5xFeRhQ8/snpHYQcfhtHkaviyEw==", "user_id": "7cdc62623ce547c183d2cfc56207a900", "name": "CreateKeypairsCleanupTests-83eacd9a-21b8-4325-a116-5bcd6b6d6541", "fingerprint": "1a:9d:37:57:56:9a:27:12:a0:df:c7:45:a8:e3:08:a5"}} 2018-10-04 14:55:17,249 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-8971f3a2-368b-4861-bd51-ce5a0210f42e 2018-10-04 14:55:17,259 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-83eacd9a-21b8-4325-a116-5bcd6b6d6541.pub 2018-10-04 14:55:17,260 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-83eacd9a-21b8-4325-a116-5bcd6b6d6541 2018-10-04 14:55:17,260 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-83eacd9a-21b8-4325-a116-5bcd6b6d6541 2018-10-04 14:55:17,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-83eacd9a-21b8-4325-a116-5bcd6b6d6541 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24c83682caf7b8e883d1bb0ead43127948973bbf" 2018-10-04 14:55:17,289 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 14:55: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-76fcc1f4-00ca-4431-bd8b-f1cdb84759d3 x-compute-request-id: req-76fcc1f4-00ca-4431-bd8b-f1cdb84759d3 Content-Length: 0 Content-Type: application/json 2018-10-04 14:55:17,289 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-83eacd9a-21b8-4325-a116-5bcd6b6d6541 used request id req-76fcc1f4-00ca-4431-bd8b-f1cdb84759d3 2018-10-04 14:55:17,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}253d506f72156fdc02cb45e8f0f5686e4a53be4f" 2018-10-04 14:55:17,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-ca0bc1cf-abaa-41a6-8b95-1f1b5d8c4e24 Date: Thu, 04 Oct 2018 14:55:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:55:17,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-ca0bc1cf-abaa-41a6-8b95-1f1b5d8c4e24 2018-10-04 14:55:17,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}253d506f72156fdc02cb45e8f0f5686e4a53be4f" 2018-10-04 14:55:17,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-994ef49f-ce49-444a-8f71-33f040c15cd3 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:55:17,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-994ef49f-ce49-444a-8f71-33f040c15cd3 2018-10-04 14:55:17,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}253d506f72156fdc02cb45e8f0f5686e4a53be4f" 2018-10-04 14:55:17,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a74c4b6-56cc-40ce-97bf-d5183186b547 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:55:17,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-9a74c4b6-56cc-40ce-97bf-d5183186b547 2018-10-04 14:55:17,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}253d506f72156fdc02cb45e8f0f5686e4a53be4f" 2018-10-04 14:55:17,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48ab0a97-7b0c-4a7f-ab77-dc8fa57bdd1b Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:55:17,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-48ab0a97-7b0c-4a7f-ab77-dc8fa57bdd1b 2018-10-04 14:55:17,777 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-642a31de-a2ac-443-proj 2018-10-04 14:55:17,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/8a766f9e33f04fe9a661cf5e07efa558 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}253d506f72156fdc02cb45e8f0f5686e4a53be4f" 2018-10-04 14:55:18,209 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:55:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3966b3bb-4f6e-454c-be87-0a95a601c64f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:55:18,210 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/8a766f9e33f04fe9a661cf5e07efa558 used request id req-3966b3bb-4f6e-454c-be87-0a95a601c64f 2018-10-04 14:55:18,210 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-642a31de-a2ac-443-proj-role 2018-10-04 14:55:18,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/b3124afa816544e6ab4ab8101ad3b031 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}253d506f72156fdc02cb45e8f0f5686e4a53be4f" 2018-10-04 14:55:18,319 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:55:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4dee40a-566d-4664-af15-00f0db2c97e4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:55:18,320 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/b3124afa816544e6ab4ab8101ad3b031 used request id req-a4dee40a-566d-4664-af15-00f0db2c97e4 2018-10-04 14:55:18,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}253d506f72156fdc02cb45e8f0f5686e4a53be4f" 2018-10-04 14:55:18,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-234c95ac-6851-44a4-83f4-201bb76cdf37 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:55:18,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-234c95ac-6851-44a4-83f4-201bb76cdf37 2018-10-04 14:55:18,419 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-642a31de-a2ac-443-user 2018-10-04 14:55:18,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/7cdc62623ce547c183d2cfc56207a900 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91b160a68515c87945ff097f4eb873b396773b32" 2018-10-04 14:55:18,601 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:55:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1dab6d76-136d-40ec-b9f5-23b5316803ac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:55:18,601 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/7cdc62623ce547c183d2cfc56207a900 used request id req-1dab6d76-136d-40ec-b9f5-23b5316803ac 2018-10-04 14:55:18,603 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:19,052 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:55:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["nux2m7GXQJud1Wm_PhzmnQ"], "issued_at": "2018-10-04T14:55:19.000000Z"}} 2018-10-04 14:55:19,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c7389befe02a290e3d6d39b58c46a7388946d0" 2018-10-04 14:55:19,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e03e13d-954b-4e14-abee-8ba6fc2373dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:19,138 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3e03e13d-954b-4e14-abee-8ba6fc2373dc 2018-10-04 14:55:19,140 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:19,141 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:19,525 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:55:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["ODs52YoOQfKOlskcIeak7g"], "issued_at": "2018-10-04T14:55:19.000000Z"}} 2018-10-04 14:55:19,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180b6edfe5952a2ba37ec3ce261d36659600ff3f" 2018-10-04 14:55:19,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe13233f-5f26-4a90-bb31-aeee322baa7c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:19,601 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fe13233f-5f26-4a90-bb31-aeee322baa7c 2018-10-04 14:55:19,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:55:19,611 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:55:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:55:19,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-5e64c921-27db-43b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180b6edfe5952a2ba37ec3ce261d36659600ff3f" 2018-10-04 14:55:19,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b25b3d8a-ba7b-4272-bb24-8deb025c9044 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-5e64c921-27db-43b-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:55:19,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-5e64c921-27db-43b-proj used request id req-b25b3d8a-ba7b-4272-bb24-8deb025c9044 2018-10-04 14:55:19,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180b6edfe5952a2ba37ec3ce261d36659600ff3f" 2018-10-04 14:55:19,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2b02fb8-73df-4b26-a221-8d4f08d68288 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:55:19,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-e2b02fb8-73df-4b26-a221-8d4f08d68288 2018-10-04 14:55:19,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180b6edfe5952a2ba37ec3ce261d36659600ff3f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-5e64c921-27db-43b-proj"}}' 2018-10-04 14:55:19,925 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:55:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4561d0d1-b39a-45a5-9dd2-d62b976691d6 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/9409055ee1f64cc9a5c4d1f459de3159"}, "enabled": true, "id": "9409055ee1f64cc9a5c4d1f459de3159", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-5e64c921-27db-43b-proj"}} 2018-10-04 14:55:19,925 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-4561d0d1-b39a-45a5-9dd2-d62b976691d6 2018-10-04 14:55:19,926 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-5e64c921-27db-43b-proj 2018-10-04 14:55:19,926 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:19,927 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:20,313 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:55:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["nE0O3aybQjqrIivdvL_eBQ"], "issued_at": "2018-10-04T14:55:20.000000Z"}} 2018-10-04 14:55:20,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd7162ef1fd6b1202881cb047777430c9265b391" 2018-10-04 14:55:20,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2896dbec-dd29-474f-afe4-d3ba6e8b4b92 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:20,392 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2896dbec-dd29-474f-afe4-d3ba6e8b4b92 2018-10-04 14:55:20,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:55:20,401 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:55:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:55:20,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd7162ef1fd6b1202881cb047777430c9265b391" 2018-10-04 14:55:20,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fafd52a5-7c74-4b1d-9b5d-eb0bf9d36f22 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:55:20,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-fafd52a5-7c74-4b1d-9b5d-eb0bf9d36f22 2018-10-04 14:55:20,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-5e64c921-27db-43b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd7162ef1fd6b1202881cb047777430c9265b391" 2018-10-04 14:55:20,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-965b7e9b-6e82-4ffd-aff0-f27d10a0d1c7 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-5e64c921-27db-43b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/9409055ee1f64cc9a5c4d1f459de3159"}, "enabled": true, "id": "9409055ee1f64cc9a5c4d1f459de3159", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-5e64c921-27db-43b-proj"}]} 2018-10-04 14:55:20,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-5e64c921-27db-43b-proj used request id req-965b7e9b-6e82-4ffd-aff0-f27d10a0d1c7 2018-10-04 14:55:20,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd7162ef1fd6b1202881cb047777430c9265b391" 2018-10-04 14:55:20,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e6578ae-7ede-4db0-b8d5-7b0869db7124 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:55:20,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-9e6578ae-7ede-4db0-b8d5-7b0869db7124 2018-10-04 14:55:20,841 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-5e64c921-27db-43b-user 2018-10-04 14:55:20,842 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:20,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180b6edfe5952a2ba37ec3ce261d36659600ff3f" 2018-10-04 14:55:20,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e16d78d2-3482-414b-96fe-92a6328c9f81 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:55:20,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e16d78d2-3482-414b-96fe-92a6328c9f81 2018-10-04 14:55:20,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180b6edfe5952a2ba37ec3ce261d36659600ff3f" -d '{"role": {"name": "CreateNetworkSuccessTests-5e64c921-27db-43b-proj-role"}}' 2018-10-04 14:55:21,038 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:55:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85bc6901-9301-4866-87d6-213440a6b8cf Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f19e45888d974ceb94a98b3efd6ab3da", "links": {"self": "http://172.30.9.23:5000/v3/roles/f19e45888d974ceb94a98b3efd6ab3da"}, "name": "CreateNetworkSuccessTests-5e64c921-27db-43b-proj-role"}} 2018-10-04 14:55:21,038 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-85bc6901-9301-4866-87d6-213440a6b8cf 2018-10-04 14:55:21,039 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-5e64c921-27db-43b-proj-role 2018-10-04 14:55:21,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/f19e45888d974ceb94a98b3efd6ab3da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180b6edfe5952a2ba37ec3ce261d36659600ff3f" 2018-10-04 14:55:21,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21062d7c-cffa-4ca2-a611-d1636d3a5ec1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/f19e45888d974ceb94a98b3efd6ab3da"}, "domain_id": null, "name": "CreateNetworkSuccessTests-5e64c921-27db-43b-proj-role", "id": "f19e45888d974ceb94a98b3efd6ab3da"}} 2018-10-04 14:55:21,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/f19e45888d974ceb94a98b3efd6ab3da used request id req-21062d7c-cffa-4ca2-a611-d1636d3a5ec1 2018-10-04 14:55:21,133 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-5e64c921-27db-43b-proj-role to project CreateNetworkSuccessTests-5e64c921-27db-43b-proj 2018-10-04 14:55:21,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/9409055ee1f64cc9a5c4d1f459de3159/users/69e185b7357647bba6196bc704281856/roles/f19e45888d974ceb94a98b3efd6ab3da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180b6edfe5952a2ba37ec3ce261d36659600ff3f" 2018-10-04 14:55:21,251 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:55:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4ca572c-c2fc-47b7-9ada-f6834d23cfa9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:55:21,251 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/9409055ee1f64cc9a5c4d1f459de3159/users/69e185b7357647bba6196bc704281856/roles/f19e45888d974ceb94a98b3efd6ab3da used request id req-c4ca572c-c2fc-47b7-9ada-f6834d23cfa9 2018-10-04 14:55:21,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:21,253 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:21,629 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f19e45888d974ceb94a98b3efd6ab3da", "name": "CreateNetworkSuccessTests-5e64c921-27db-43b-proj-role"}], "expires_at": "2018-10-04T15:55:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9409055ee1f64cc9a5c4d1f459de3159", "name": "CreateNetworkSuccessTests-5e64c921-27db-43b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/9409055ee1f64cc9a5c4d1f459de3159", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/9409055ee1f64cc9a5c4d1f459de3159", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/9409055ee1f64cc9a5c4d1f459de3159", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9409055ee1f64cc9a5c4d1f459de3159", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/9409055ee1f64cc9a5c4d1f459de3159", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/9409055ee1f64cc9a5c4d1f459de3159", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/9409055ee1f64cc9a5c4d1f459de3159", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/9409055ee1f64cc9a5c4d1f459de3159", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/9409055ee1f64cc9a5c4d1f459de3159", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9409055ee1f64cc9a5c4d1f459de3159", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/9409055ee1f64cc9a5c4d1f459de3159", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/9409055ee1f64cc9a5c4d1f459de3159", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-5e64c921-27db-43b-user", "id": "69e185b7357647bba6196bc704281856"}, "audit_ids": ["EMW6-5wDQUW50HdN5nHDSA"], "issued_at": "2018-10-04T14:55:21.000000Z"}} 2018-10-04 14:55:21,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee05c17a558246d4b325bd86409db251d9ec7d39" 2018-10-04 14:55:21,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90827bea-4251-4a71-b32c-ce8e39068059 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:21,707 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-90827bea-4251-4a71-b32c-ce8e39068059 2018-10-04 14:55:21,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-c9018780-59d2-4b7a-9981-f5a49b8c1589-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee05c17a558246d4b325bd86409db251d9ec7d39" 2018-10-04 14:55:21,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b98c2576-5bff-41f1-a0bd-bfe5995de5b4 Date: Thu, 04 Oct 2018 14:55:21 GMT RESP BODY: {"networks":[]} 2018-10-04 14:55:21,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-c9018780-59d2-4b7a-9981-f5a49b8c1589-pub-net used request id req-b98c2576-5bff-41f1-a0bd-bfe5995de5b4 2018-10-04 14:55:21,879 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-c9018780-59d2-4b7a-9981-f5a49b8c1589-pub-net 2018-10-04 14:55:21,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee05c17a558246d4b325bd86409db251d9ec7d39" -d '{"network": {"name": "CreateNetworkSuccessTests-c9018780-59d2-4b7a-9981-f5a49b8c1589-pub-net", "admin_state_up": true}}' 2018-10-04 14:55:22,428 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-fbf44ef2-b1ec-48ba-b2e4-c84f43da6a7d Date: Thu, 04 Oct 2018 14:55:22 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"fa316313-e6cb-4ead-8672-065586287150","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9409055ee1f64cc9a5c4d1f459de3159","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T14:55:22Z","is_default":false,"name":"CreateNetworkSuccessTests-c9018780-59d2-4b7a-9981-f5a49b8c1589-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"9409055ee1f64cc9a5c4d1f459de3159","created_at":"2018-10-04T14:55:22Z","mtu":1450}} 2018-10-04 14:55:22,428 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-fbf44ef2-b1ec-48ba-b2e4-c84f43da6a7d 2018-10-04 14:55:22,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=fa316313-e6cb-4ead-8672-065586287150 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee05c17a558246d4b325bd86409db251d9ec7d39" 2018-10-04 14:55:22,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-639615b2-dc5b-49be-b9e9-f7d6c15c7f5c Date: Thu, 04 Oct 2018 14:55:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T14:55:22Z","tenant_id":"9409055ee1f64cc9a5c4d1f459de3159","created_at":"2018-10-04T14:55:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9409055ee1f64cc9a5c4d1f459de3159","id":"fa316313-e6cb-4ead-8672-065586287150","name":"CreateNetworkSuccessTests-c9018780-59d2-4b7a-9981-f5a49b8c1589-pub-net"}]} 2018-10-04 14:55:22,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=fa316313-e6cb-4ead-8672-065586287150 used request id req-639615b2-dc5b-49be-b9e9-f7d6c15c7f5c 2018-10-04 14:55:22,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=fa316313-e6cb-4ead-8672-065586287150 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee05c17a558246d4b325bd86409db251d9ec7d39" 2018-10-04 14:55:22,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-58d1f9bf-84b1-4927-8f7a-f69940e80ef2 Date: Thu, 04 Oct 2018 14:55:22 GMT RESP BODY: {"subnets":[]} 2018-10-04 14:55:22,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=fa316313-e6cb-4ead-8672-065586287150 used request id req-58d1f9bf-84b1-4927-8f7a-f69940e80ef2 2018-10-04 14:55:22,863 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-c9018780-59d2-4b7a-9981-f5a49b8c1589-pub-subnet 2018-10-04 14:55:22,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee05c17a558246d4b325bd86409db251d9ec7d39" -d '{"subnets": [{"ip_version": 4, "network_id": "fa316313-e6cb-4ead-8672-065586287150", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-c9018780-59d2-4b7a-9981-f5a49b8c1589-pub-subnet"}]}' 2018-10-04 14:55:23,708 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ba2270d3-203a-437e-85db-e56377d52c1c Date: Thu, 04 Oct 2018 14:55:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fa316313-e6cb-4ead-8672-065586287150","tenant_id":"9409055ee1f64cc9a5c4d1f459de3159","created_at":"2018-10-04T14:55:23Z","dns_nameservers":[],"updated_at":"2018-10-04T14:55:23Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"9409055ee1f64cc9a5c4d1f459de3159","id":"26015ac3-f87a-4e96-8e5a-ae10af82391c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-c9018780-59d2-4b7a-9981-f5a49b8c1589-pub-subnet"}]} 2018-10-04 14:55:23,708 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-ba2270d3-203a-437e-85db-e56377d52c1c 2018-10-04 14:55:23,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=fa316313-e6cb-4ead-8672-065586287150 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee05c17a558246d4b325bd86409db251d9ec7d39" 2018-10-04 14:55:23,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-fae13237-aca7-4374-8b77-922592d4a095 Date: Thu, 04 Oct 2018 14:55:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["26015ac3-f87a-4e96-8e5a-ae10af82391c"],"updated_at":"2018-10-04T14:55:23Z","tenant_id":"9409055ee1f64cc9a5c4d1f459de3159","created_at":"2018-10-04T14:55:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9409055ee1f64cc9a5c4d1f459de3159","id":"fa316313-e6cb-4ead-8672-065586287150","name":"CreateNetworkSuccessTests-c9018780-59d2-4b7a-9981-f5a49b8c1589-pub-net"}]} 2018-10-04 14:55:23,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=fa316313-e6cb-4ead-8672-065586287150 used request id req-fae13237-aca7-4374-8b77-922592d4a095 2018-10-04 14:55:23,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=fa316313-e6cb-4ead-8672-065586287150 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee05c17a558246d4b325bd86409db251d9ec7d39" 2018-10-04 14:55:24,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-afbf6ecc-9159-4d8e-b9dd-b37440f7db1d Date: Thu, 04 Oct 2018 14:55:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fa316313-e6cb-4ead-8672-065586287150","tenant_id":"9409055ee1f64cc9a5c4d1f459de3159","created_at":"2018-10-04T14:55:23Z","dns_nameservers":[],"updated_at":"2018-10-04T14:55:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9409055ee1f64cc9a5c4d1f459de3159","id":"26015ac3-f87a-4e96-8e5a-ae10af82391c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-c9018780-59d2-4b7a-9981-f5a49b8c1589-pub-subnet"}]} 2018-10-04 14:55:24,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=fa316313-e6cb-4ead-8672-065586287150 used request id req-afbf6ecc-9159-4d8e-b9dd-b37440f7db1d 2018-10-04 14:55:24,193 - OpenStackNetwork - DEBUG - Network [fa316313-e6cb-4ead-8672-065586287150] created successfully 2018-10-04 14:55:24,193 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:24,561 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f19e45888d974ceb94a98b3efd6ab3da", "name": "CreateNetworkSuccessTests-5e64c921-27db-43b-proj-role"}], "expires_at": "2018-10-04T15:55:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9409055ee1f64cc9a5c4d1f459de3159", "name": "CreateNetworkSuccessTests-5e64c921-27db-43b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/9409055ee1f64cc9a5c4d1f459de3159", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/9409055ee1f64cc9a5c4d1f459de3159", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/9409055ee1f64cc9a5c4d1f459de3159", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9409055ee1f64cc9a5c4d1f459de3159", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/9409055ee1f64cc9a5c4d1f459de3159", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/9409055ee1f64cc9a5c4d1f459de3159", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/9409055ee1f64cc9a5c4d1f459de3159", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/9409055ee1f64cc9a5c4d1f459de3159", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/9409055ee1f64cc9a5c4d1f459de3159", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9409055ee1f64cc9a5c4d1f459de3159", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/9409055ee1f64cc9a5c4d1f459de3159", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/9409055ee1f64cc9a5c4d1f459de3159", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-5e64c921-27db-43b-user", "id": "69e185b7357647bba6196bc704281856"}, "audit_ids": ["nD-wLJonRI-IQXS1a6QtGw"], "issued_at": "2018-10-04T14:55:24.000000Z"}} 2018-10-04 14:55:24,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-c9018780-59d2-4b7a-9981-f5a49b8c1589-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caea3f4ae536ae7e37a93b750eef01a0c7725051" 2018-10-04 14:55:24,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-511a9c85-876e-47a8-9b09-3f4269fbd8e4 Date: Thu, 04 Oct 2018 14:55:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["26015ac3-f87a-4e96-8e5a-ae10af82391c"],"updated_at":"2018-10-04T14:55:23Z","tenant_id":"9409055ee1f64cc9a5c4d1f459de3159","created_at":"2018-10-04T14:55:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9409055ee1f64cc9a5c4d1f459de3159","id":"fa316313-e6cb-4ead-8672-065586287150","name":"CreateNetworkSuccessTests-c9018780-59d2-4b7a-9981-f5a49b8c1589-pub-net"}]} 2018-10-04 14:55:24,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-c9018780-59d2-4b7a-9981-f5a49b8c1589-pub-net used request id req-511a9c85-876e-47a8-9b09-3f4269fbd8e4 2018-10-04 14:55:24,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:55:24,847 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:55:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:55:24,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9409055ee1f64cc9a5c4d1f459de3159 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c7389befe02a290e3d6d39b58c46a7388946d0" 2018-10-04 14:55:24,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e62e4271-db44-4102-9fc4-4ec2cd0368b8 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/9409055ee1f64cc9a5c4d1f459de3159"}, "enabled": true, "id": "9409055ee1f64cc9a5c4d1f459de3159", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-5e64c921-27db-43b-proj"}} 2018-10-04 14:55:24,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9409055ee1f64cc9a5c4d1f459de3159 used request id req-e62e4271-db44-4102-9fc4-4ec2cd0368b8 2018-10-04 14:55:24,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=fa316313-e6cb-4ead-8672-065586287150 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caea3f4ae536ae7e37a93b750eef01a0c7725051" 2018-10-04 14:55:25,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f5c9a0b6-6c19-4ecb-ad14-ccbb269f18d7 Date: Thu, 04 Oct 2018 14:55:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fa316313-e6cb-4ead-8672-065586287150","tenant_id":"9409055ee1f64cc9a5c4d1f459de3159","created_at":"2018-10-04T14:55:23Z","dns_nameservers":[],"updated_at":"2018-10-04T14:55:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9409055ee1f64cc9a5c4d1f459de3159","id":"26015ac3-f87a-4e96-8e5a-ae10af82391c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-c9018780-59d2-4b7a-9981-f5a49b8c1589-pub-subnet"}]} 2018-10-04 14:55:25,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=fa316313-e6cb-4ead-8672-065586287150 used request id req-f5c9a0b6-6c19-4ecb-ad14-ccbb269f18d7 2018-10-04 14:55:25,134 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-c9018780-59d2-4b7a-9981-f5a49b8c1589-pub-subnet 2018-10-04 14:55:25,134 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-c9018780-59d2-4b7a-9981-f5a49b8c1589-pub-subnet 2018-10-04 14:55:25,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/26015ac3-f87a-4e96-8e5a-ae10af82391c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caea3f4ae536ae7e37a93b750eef01a0c7725051" 2018-10-04 14:55:27,180 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-821e543e-2832-4136-8060-7093dac44e4d Date: Thu, 04 Oct 2018 14:55:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:55:27,180 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/26015ac3-f87a-4e96-8e5a-ae10af82391c used request id req-821e543e-2832-4136-8060-7093dac44e4d 2018-10-04 14:55:27,181 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-c9018780-59d2-4b7a-9981-f5a49b8c1589-pub-net 2018-10-04 14:55:27,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/fa316313-e6cb-4ead-8672-065586287150 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caea3f4ae536ae7e37a93b750eef01a0c7725051" 2018-10-04 14:55:28,421 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d077bc6e-7f92-4b94-a186-d65d5e48d16c Date: Thu, 04 Oct 2018 14:55:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:55:28,421 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/fa316313-e6cb-4ead-8672-065586287150 used request id req-d077bc6e-7f92-4b94-a186-d65d5e48d16c 2018-10-04 14:55:28,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-c9018780-59d2-4b7a-9981-f5a49b8c1589-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caea3f4ae536ae7e37a93b750eef01a0c7725051" 2018-10-04 14:55:28,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-924192c4-6ae0-4a30-a82e-e1a2f89402d0 Date: Thu, 04 Oct 2018 14:55:28 GMT RESP BODY: {"networks":[]} 2018-10-04 14:55:28,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-c9018780-59d2-4b7a-9981-f5a49b8c1589-pub-net used request id req-924192c4-6ae0-4a30-a82e-e1a2f89402d0 2018-10-04 14:55:28,686 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-c9018780-59d2-4b7a-9981-f5a49b8c1589-pub-subnet 2018-10-04 14:55:28,686 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-c9018780-59d2-4b7a-9981-f5a49b8c1589-pub-subnet 2018-10-04 14:55:28,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/26015ac3-f87a-4e96-8e5a-ae10af82391c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee05c17a558246d4b325bd86409db251d9ec7d39" 2018-10-04 14:55:28,731 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-2cc4272a-6e79-4c84-95b5-b060906ff78b Date: Thu, 04 Oct 2018 14:55:28 GMT RESP BODY: {"NeutronError": {"message": "Subnet 26015ac3-f87a-4e96-8e5a-ae10af82391c could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-04 14:55:28,731 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/26015ac3-f87a-4e96-8e5a-ae10af82391c used request id req-2cc4272a-6e79-4c84-95b5-b060906ff78b 2018-10-04 14:55:28,731 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 26015ac3-f87a-4e96-8e5a-ae10af82391c could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-04 14:55:28,732 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-c9018780-59d2-4b7a-9981-f5a49b8c1589-pub-net 2018-10-04 14:55:28,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/fa316313-e6cb-4ead-8672-065586287150 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee05c17a558246d4b325bd86409db251d9ec7d39" 2018-10-04 14:55:28,902 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 138 X-Openstack-Request-Id: req-20bc7c95-66d6-483a-8956-3f46fb42d37b Date: Thu, 04 Oct 2018 14:55:28 GMT RESP BODY: {"NeutronError": {"message": "Network fa316313-e6cb-4ead-8672-065586287150 could not be found.", "type": "NetworkNotFound", "detail": ""}} 2018-10-04 14:55:28,903 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/fa316313-e6cb-4ead-8672-065586287150 used request id req-20bc7c95-66d6-483a-8956-3f46fb42d37b 2018-10-04 14:55:28,903 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Network fa316313-e6cb-4ead-8672-065586287150 could not be found.", "type": "NetworkNotFound", "detail": ""}} 2018-10-04 14:55:28,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180b6edfe5952a2ba37ec3ce261d36659600ff3f" 2018-10-04 14:55:29,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-47d8cb34-af68-4aec-98b8-c685b2ca45e4 Date: Thu, 04 Oct 2018 14:55:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9409055ee1f64cc9a5c4d1f459de3159", "created_at": "2018-10-04T14:55:22Z", "updated_at": "2018-10-04T14:55:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:55:22Z", "revision_number": 0, "id": "0e3e9697-83dc-4fa3-99e2-fbd8bd32df12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:55:22Z", "security_group_id": "4fe64afd-59c5-495d-a043-47d97cacafe7", "tenant_id": "9409055ee1f64cc9a5c4d1f459de3159", "port_range_min": null, "ethertype": "IPv6", "project_id": "9409055ee1f64cc9a5c4d1f459de3159"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:55:22Z", "revision_number": 0, "id": "1394fd12-71ee-4666-b8e2-00e4ac6156ce", "remote_group_id": "4fe64afd-59c5-495d-a043-47d97cacafe7", "remote_ip_prefix": null, "created_at": "2018-10-04T14:55:22Z", "security_group_id": "4fe64afd-59c5-495d-a043-47d97cacafe7", "tenant_id": "9409055ee1f64cc9a5c4d1f459de3159", "port_range_min": null, "ethertype": "IPv6", "project_id": "9409055ee1f64cc9a5c4d1f459de3159"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:55:22Z", "revision_number": 0, "id": "2116e40c-d48d-4f6e-8a2e-feae9758363b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:55:22Z", "security_group_id": "4fe64afd-59c5-495d-a043-47d97cacafe7", "tenant_id": "9409055ee1f64cc9a5c4d1f459de3159", "port_range_min": null, "ethertype": "IPv4", "project_id": "9409055ee1f64cc9a5c4d1f459de3159"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:55:22Z", "revision_number": 0, "id": "a8467459-9660-480d-b1c6-c4393618e650", "remote_group_id": "4fe64afd-59c5-495d-a043-47d97cacafe7", "remote_ip_prefix": null, "created_at": "2018-10-04T14:55:22Z", "security_group_id": "4fe64afd-59c5-495d-a043-47d97cacafe7", "tenant_id": "9409055ee1f64cc9a5c4d1f459de3159", "port_range_min": null, "ethertype": "IPv4", "project_id": "9409055ee1f64cc9a5c4d1f459de3159"}], "revision_number": 4, "project_id": "9409055ee1f64cc9a5c4d1f459de3159", "id": "4fe64afd-59c5-495d-a043-47d97cacafe7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:55:29,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-47d8cb34-af68-4aec-98b8-c685b2ca45e4 2018-10-04 14:55:29,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180b6edfe5952a2ba37ec3ce261d36659600ff3f" 2018-10-04 14:55:29,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06f83d09-b740-4b7a-b922-86d3e69032b9 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:55:29,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-06f83d09-b740-4b7a-b922-86d3e69032b9 2018-10-04 14:55:29,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180b6edfe5952a2ba37ec3ce261d36659600ff3f" 2018-10-04 14:55:29,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a48e5818-9655-4c2d-8c10-def51aacf93e Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:55:29,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-a48e5818-9655-4c2d-8c10-def51aacf93e 2018-10-04 14:55:29,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180b6edfe5952a2ba37ec3ce261d36659600ff3f" 2018-10-04 14:55:29,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c168f8a-6dd1-499c-be84-e9254aa13ca0 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:55:29,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-6c168f8a-6dd1-499c-be84-e9254aa13ca0 2018-10-04 14:55:29,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9409055ee1f64cc9a5c4d1f459de3159 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180b6edfe5952a2ba37ec3ce261d36659600ff3f" 2018-10-04 14:55:29,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f873fc3-9b10-47ba-b871-d69f7af4ff1c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/9409055ee1f64cc9a5c4d1f459de3159"}, "enabled": true, "id": "9409055ee1f64cc9a5c4d1f459de3159", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-5e64c921-27db-43b-proj"}} 2018-10-04 14:55:29,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9409055ee1f64cc9a5c4d1f459de3159 used request id req-8f873fc3-9b10-47ba-b871-d69f7af4ff1c 2018-10-04 14:55:29,645 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4fe64afd-59c5-495d-a043-47d97cacafe7 2018-10-04 14:55:29,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4fe64afd-59c5-495d-a043-47d97cacafe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180b6edfe5952a2ba37ec3ce261d36659600ff3f" 2018-10-04 14:55:29,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ee6b2041-f558-497a-9be8-b518d65a9bb1 Date: Thu, 04 Oct 2018 14:55:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:55:22Z", "security_group_id": "4fe64afd-59c5-495d-a043-47d97cacafe7", "port_range_min": null, "revision_number": 0, "tenant_id": "9409055ee1f64cc9a5c4d1f459de3159", "created_at": "2018-10-04T14:55:22Z", "project_id": "9409055ee1f64cc9a5c4d1f459de3159", "id": "0e3e9697-83dc-4fa3-99e2-fbd8bd32df12"}, {"remote_group_id": "4fe64afd-59c5-495d-a043-47d97cacafe7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:55:22Z", "security_group_id": "4fe64afd-59c5-495d-a043-47d97cacafe7", "port_range_min": null, "revision_number": 0, "tenant_id": "9409055ee1f64cc9a5c4d1f459de3159", "created_at": "2018-10-04T14:55:22Z", "project_id": "9409055ee1f64cc9a5c4d1f459de3159", "id": "1394fd12-71ee-4666-b8e2-00e4ac6156ce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:55:22Z", "security_group_id": "4fe64afd-59c5-495d-a043-47d97cacafe7", "port_range_min": null, "revision_number": 0, "tenant_id": "9409055ee1f64cc9a5c4d1f459de3159", "created_at": "2018-10-04T14:55:22Z", "project_id": "9409055ee1f64cc9a5c4d1f459de3159", "id": "2116e40c-d48d-4f6e-8a2e-feae9758363b"}, {"remote_group_id": "4fe64afd-59c5-495d-a043-47d97cacafe7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:55:22Z", "security_group_id": "4fe64afd-59c5-495d-a043-47d97cacafe7", "port_range_min": null, "revision_number": 0, "tenant_id": "9409055ee1f64cc9a5c4d1f459de3159", "created_at": "2018-10-04T14:55:22Z", "project_id": "9409055ee1f64cc9a5c4d1f459de3159", "id": "a8467459-9660-480d-b1c6-c4393618e650"}]} 2018-10-04 14:55:29,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4fe64afd-59c5-495d-a043-47d97cacafe7 used request id req-ee6b2041-f558-497a-9be8-b518d65a9bb1 2018-10-04 14:55:29,834 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 14:55:29,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/4fe64afd-59c5-495d-a043-47d97cacafe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180b6edfe5952a2ba37ec3ce261d36659600ff3f" 2018-10-04 14:55:30,146 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-63985a21-30b5-4b7d-b10e-b86c215bfd0e Content-Length: 0 Date: Thu, 04 Oct 2018 14:55:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:55:30,147 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/4fe64afd-59c5-495d-a043-47d97cacafe7 used request id req-63985a21-30b5-4b7d-b10e-b86c215bfd0e 2018-10-04 14:55:30,147 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-5e64c921-27db-43b-proj 2018-10-04 14:55:30,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/9409055ee1f64cc9a5c4d1f459de3159 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180b6edfe5952a2ba37ec3ce261d36659600ff3f" 2018-10-04 14:55:30,364 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:55:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b92d1b5-2dd2-4829-9dcb-b2945c453866 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:55:30,365 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/9409055ee1f64cc9a5c4d1f459de3159 used request id req-9b92d1b5-2dd2-4829-9dcb-b2945c453866 2018-10-04 14:55:30,365 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-5e64c921-27db-43b-proj-role 2018-10-04 14:55:30,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/f19e45888d974ceb94a98b3efd6ab3da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180b6edfe5952a2ba37ec3ce261d36659600ff3f" 2018-10-04 14:55:30,481 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:55:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aec18f27-da89-4298-b93e-accc7f2ab903 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:55:30,481 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/f19e45888d974ceb94a98b3efd6ab3da used request id req-aec18f27-da89-4298-b93e-accc7f2ab903 2018-10-04 14:55:30,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180b6edfe5952a2ba37ec3ce261d36659600ff3f" 2018-10-04 14:55:30,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10e0a2f9-3ae3-4a76-9ce7-ed795eb69316 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:55:30,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-10e0a2f9-3ae3-4a76-9ce7-ed795eb69316 2018-10-04 14:55:30,567 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-5e64c921-27db-43b-user 2018-10-04 14:55:30,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/69e185b7357647bba6196bc704281856 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd7162ef1fd6b1202881cb047777430c9265b391" 2018-10-04 14:55:30,744 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:55:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd8d466d-9d07-46e4-8a6e-3290c7254dad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:55:30,744 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/69e185b7357647bba6196bc704281856 used request id req-bd8d466d-9d07-46e4-8a6e-3290c7254dad 2018-10-04 14:55:30,746 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:31,130 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:55:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["208eXExwQJ-EFjV3MAyZGA"], "issued_at": "2018-10-04T14:55:31.000000Z"}} 2018-10-04 14:55:31,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e8352f9ea16fcde9324e4db217c073778829220" 2018-10-04 14:55:31,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-342df375-72fc-4f05-82dd-624adb0c72ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:31,210 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-342df375-72fc-4f05-82dd-624adb0c72ef 2018-10-04 14:55:31,211 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:31,213 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:31,598 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:55:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["jh9f2jmfS1ysPKj2HUDMYg"], "issued_at": "2018-10-04T14:55:31.000000Z"}} 2018-10-04 14:55:31,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b23120fa0b4bc7a5669c72eb771913b3caf52c5" 2018-10-04 14:55:31,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae2fd5e2-287c-41ee-b65b-3be54a18f13c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:31,685 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ae2fd5e2-287c-41ee-b65b-3be54a18f13c 2018-10-04 14:55:31,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:55:31,695 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:55:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:55:31,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b23120fa0b4bc7a5669c72eb771913b3caf52c5" 2018-10-04 14:55:31,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0b41407-ff83-4ded-98e8-1bc50c5d3cb0 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:55:31,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj used request id req-c0b41407-ff83-4ded-98e8-1bc50c5d3cb0 2018-10-04 14:55:31,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b23120fa0b4bc7a5669c72eb771913b3caf52c5" 2018-10-04 14:55:31,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd8225a9-aae9-4dbf-b157-d607305b24fe Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:55:31,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-dd8225a9-aae9-4dbf-b157-d607305b24fe 2018-10-04 14:55:31,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b23120fa0b4bc7a5669c72eb771913b3caf52c5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj"}}' 2018-10-04 14:55:31,997 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:55:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bf8b163-ceab-47fd-8e9c-6db6df3ea314 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/58c4725ad7544991a220ceb5689017cc"}, "enabled": true, "id": "58c4725ad7544991a220ceb5689017cc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj"}} 2018-10-04 14:55:31,997 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-0bf8b163-ceab-47fd-8e9c-6db6df3ea314 2018-10-04 14:55:31,997 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj 2018-10-04 14:55:31,997 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:31,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:32,387 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:55:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["HDKntnxUT6CTcrkF8kRSFw"], "issued_at": "2018-10-04T14:55:32.000000Z"}} 2018-10-04 14:55:32,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd44941cf232b131bf18c0b65aacdb62758eea92" 2018-10-04 14:55:32,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce39738c-a642-42df-8057-4b97a93744a1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:32,480 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ce39738c-a642-42df-8057-4b97a93744a1 2018-10-04 14:55:32,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:55:32,490 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:55:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:55:32,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd44941cf232b131bf18c0b65aacdb62758eea92" 2018-10-04 14:55:32,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6cf0286-5bde-4ea4-8c5a-87a6a43f4d8b Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:55:32,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b6cf0286-5bde-4ea4-8c5a-87a6a43f4d8b 2018-10-04 14:55:32,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd44941cf232b131bf18c0b65aacdb62758eea92" 2018-10-04 14:55:32,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-057b97b6-106f-4c1e-b575-9d182db6157b Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/58c4725ad7544991a220ceb5689017cc"}, "enabled": true, "id": "58c4725ad7544991a220ceb5689017cc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj"}]} 2018-10-04 14:55:32,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj used request id req-057b97b6-106f-4c1e-b575-9d182db6157b 2018-10-04 14:55:32,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd44941cf232b131bf18c0b65aacdb62758eea92" 2018-10-04 14:55:32,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c04c8613-ea10-4c87-a9a5-df3c5c84e4dc Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:55:32,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-c04c8613-ea10-4c87-a9a5-df3c5c84e4dc 2018-10-04 14:55:33,183 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-user 2018-10-04 14:55:33,184 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:33,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b23120fa0b4bc7a5669c72eb771913b3caf52c5" 2018-10-04 14:55:33,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3d277bc-93cd-4536-abd0-ed44fc2e25e5 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:55:33,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c3d277bc-93cd-4536-abd0-ed44fc2e25e5 2018-10-04 14:55:33,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b23120fa0b4bc7a5669c72eb771913b3caf52c5" -d '{"role": {"name": "CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj-role"}}' 2018-10-04 14:55:33,418 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:55:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d530de83-6fd0-4cf2-9761-bed47356b2f6 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b3d1ab1a428b4ef5aa7992676dc34c19", "links": {"self": "http://172.30.9.23:5000/v3/roles/b3d1ab1a428b4ef5aa7992676dc34c19"}, "name": "CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj-role"}} 2018-10-04 14:55:33,418 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-d530de83-6fd0-4cf2-9761-bed47356b2f6 2018-10-04 14:55:33,419 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj-role 2018-10-04 14:55:33,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/b3d1ab1a428b4ef5aa7992676dc34c19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b23120fa0b4bc7a5669c72eb771913b3caf52c5" 2018-10-04 14:55:33,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55840a20-8af4-4b41-aca7-e43f6d9fdd00 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/b3d1ab1a428b4ef5aa7992676dc34c19"}, "domain_id": null, "name": "CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj-role", "id": "b3d1ab1a428b4ef5aa7992676dc34c19"}} 2018-10-04 14:55:33,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/b3d1ab1a428b4ef5aa7992676dc34c19 used request id req-55840a20-8af4-4b41-aca7-e43f6d9fdd00 2018-10-04 14:55:33,438 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj-role to project CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj 2018-10-04 14:55:33,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/58c4725ad7544991a220ceb5689017cc/users/60315080e29441f29ac0577b12dd84d4/roles/b3d1ab1a428b4ef5aa7992676dc34c19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b23120fa0b4bc7a5669c72eb771913b3caf52c5" 2018-10-04 14:55:33,568 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:55:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f68811f-3897-4a8a-ac5d-e7af44677357 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:55:33,568 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/58c4725ad7544991a220ceb5689017cc/users/60315080e29441f29ac0577b12dd84d4/roles/b3d1ab1a428b4ef5aa7992676dc34c19 used request id req-3f68811f-3897-4a8a-ac5d-e7af44677357 2018-10-04 14:55:33,569 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:33,570 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:33,947 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:55:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["xST9necfRay3uabYESud3w"], "issued_at": "2018-10-04T14:55:33.000000Z"}} 2018-10-04 14:55:33,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbb3b2912193de3269dc6266704a18062a42a874" 2018-10-04 14:55:34,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb853c06-19d7-49a9-af0d-3f4f0200bfd4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:34,040 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-eb853c06-19d7-49a9-af0d-3f4f0200bfd4 2018-10-04 14:55:34,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbb3b2912193de3269dc6266704a18062a42a874" 2018-10-04 14:55:34,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-534786bd-35e0-4002-9354-7a80c2b2b351 Date: Thu, 04 Oct 2018 14:55:34 GMT RESP BODY: {"networks":[]} 2018-10-04 14:55:34,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-net used request id req-534786bd-35e0-4002-9354-7a80c2b2b351 2018-10-04 14:55:34,239 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-net 2018-10-04 14:55:34,240 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:34,240 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:34,624 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:55:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["2NZ6rkLyQFyC87Eh54jvqg"], "issued_at": "2018-10-04T14:55:34.000000Z"}} 2018-10-04 14:55:34,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89fbed9a4b48bcad2ddcb694092017769fdb5e04" 2018-10-04 14:55:34,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec451549-3e8c-448a-b0bb-0188a24b29f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:34,703 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ec451549-3e8c-448a-b0bb-0188a24b29f6 2018-10-04 14:55:34,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:55:34,713 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:55:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:55:34,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89fbed9a4b48bcad2ddcb694092017769fdb5e04" 2018-10-04 14:55:34,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9387dc14-2a1e-45f1-8ffe-335754c3c7ad Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/58c4725ad7544991a220ceb5689017cc"}, "enabled": true, "id": "58c4725ad7544991a220ceb5689017cc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj"}]} 2018-10-04 14:55:34,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj used request id req-9387dc14-2a1e-45f1-8ffe-335754c3c7ad 2018-10-04 14:55:34,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbb3b2912193de3269dc6266704a18062a42a874" -d '{"network": {"tenant_id": "58c4725ad7544991a220ceb5689017cc", "name": "CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-net", "admin_state_up": true}}' 2018-10-04 14:55:35,438 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-b8128478-ed81-46b1-b3a9-de77dcf9b205 Date: Thu, 04 Oct 2018 14:55:35 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"362b1c6e-461a-40e8-9002-121366fcfdf0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":false,"project_id":"58c4725ad7544991a220ceb5689017cc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T14:55:35Z","is_default":false,"qos_policy_id":null,"name":"CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-net","admin_state_up":true,"tenant_id":"58c4725ad7544991a220ceb5689017cc","created_at":"2018-10-04T14:55:35Z","mtu":1450}} 2018-10-04 14:55:35,438 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-b8128478-ed81-46b1-b3a9-de77dcf9b205 2018-10-04 14:55:35,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=362b1c6e-461a-40e8-9002-121366fcfdf0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbb3b2912193de3269dc6266704a18062a42a874" 2018-10-04 14:55:35,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-c462a6ea-7509-44e3-a3f1-98fb697eb06d Date: Thu, 04 Oct 2018 14:55:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"362b1c6e-461a-40e8-9002-121366fcfdf0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":false,"project_id":"58c4725ad7544991a220ceb5689017cc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T14:55:35Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-net","admin_state_up":true,"tenant_id":"58c4725ad7544991a220ceb5689017cc","created_at":"2018-10-04T14:55:35Z","provider:network_type":"vxlan"}]} 2018-10-04 14:55:35,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=362b1c6e-461a-40e8-9002-121366fcfdf0 used request id req-c462a6ea-7509-44e3-a3f1-98fb697eb06d 2018-10-04 14:55:35,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=362b1c6e-461a-40e8-9002-121366fcfdf0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbb3b2912193de3269dc6266704a18062a42a874" 2018-10-04 14:55:35,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-be121153-4719-4947-944a-e0ef1c836e37 Date: Thu, 04 Oct 2018 14:55:35 GMT RESP BODY: {"subnets":[]} 2018-10-04 14:55:35,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=362b1c6e-461a-40e8-9002-121366fcfdf0 used request id req-be121153-4719-4947-944a-e0ef1c836e37 2018-10-04 14:55:35,870 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:35,871 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:36,242 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:55:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["cg1KTqcKR3S--thMGxLI5Q"], "issued_at": "2018-10-04T14:55:36.000000Z"}} 2018-10-04 14:55:36,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa947e87cfec581740c11dadb71e03f499c76150" 2018-10-04 14:55:36,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfb53fe7-7c82-4c21-adc2-96fb0dcfcdf5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:36,328 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dfb53fe7-7c82-4c21-adc2-96fb0dcfcdf5 2018-10-04 14:55:36,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:55:36,338 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:55:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:55:36,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa947e87cfec581740c11dadb71e03f499c76150" 2018-10-04 14:55:36,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f2d31b6-474e-4f12-8acb-f5b9ec67bac8 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/58c4725ad7544991a220ceb5689017cc"}, "enabled": true, "id": "58c4725ad7544991a220ceb5689017cc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj"}]} 2018-10-04 14:55:36,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj used request id req-5f2d31b6-474e-4f12-8acb-f5b9ec67bac8 2018-10-04 14:55:36,425 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-subnet 2018-10-04 14:55:36,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbb3b2912193de3269dc6266704a18062a42a874" -d '{"subnets": [{"ip_version": 4, "network_id": "362b1c6e-461a-40e8-9002-121366fcfdf0", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-subnet", "tenant_id": "58c4725ad7544991a220ceb5689017cc"}]}' 2018-10-04 14:55:36,964 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3f2fb31f-1ca6-4f3b-bb28-ce990228d2e0 Date: Thu, 04 Oct 2018 14:55:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"362b1c6e-461a-40e8-9002-121366fcfdf0","tenant_id":"58c4725ad7544991a220ceb5689017cc","created_at":"2018-10-04T14:55:36Z","dns_nameservers":[],"updated_at":"2018-10-04T14:55:36Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"58c4725ad7544991a220ceb5689017cc","id":"eb7aefbd-47f9-4e0d-a5aa-7eecdbb6f23f","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-subnet"}]} 2018-10-04 14:55:36,965 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-3f2fb31f-1ca6-4f3b-bb28-ce990228d2e0 2018-10-04 14:55:36,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=362b1c6e-461a-40e8-9002-121366fcfdf0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbb3b2912193de3269dc6266704a18062a42a874" 2018-10-04 14:55:37,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-ec149a7b-7888-46a8-8745-833fecc7e3bf Date: Thu, 04 Oct 2018 14:55:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"362b1c6e-461a-40e8-9002-121366fcfdf0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":false,"project_id":"58c4725ad7544991a220ceb5689017cc","status":"ACTIVE","subnets":["eb7aefbd-47f9-4e0d-a5aa-7eecdbb6f23f"],"description":"","tags":[],"updated_at":"2018-10-04T14:55:36Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-net","admin_state_up":true,"tenant_id":"58c4725ad7544991a220ceb5689017cc","created_at":"2018-10-04T14:55:35Z","provider:network_type":"vxlan"}]} 2018-10-04 14:55:37,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=362b1c6e-461a-40e8-9002-121366fcfdf0 used request id req-ec149a7b-7888-46a8-8745-833fecc7e3bf 2018-10-04 14:55:37,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=362b1c6e-461a-40e8-9002-121366fcfdf0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbb3b2912193de3269dc6266704a18062a42a874" 2018-10-04 14:55:37,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-cb0350b1-89d1-464a-b84d-eeb2cdbaad24 Date: Thu, 04 Oct 2018 14:55:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"362b1c6e-461a-40e8-9002-121366fcfdf0","tenant_id":"58c4725ad7544991a220ceb5689017cc","created_at":"2018-10-04T14:55:36Z","dns_nameservers":[],"updated_at":"2018-10-04T14:55:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"58c4725ad7544991a220ceb5689017cc","id":"eb7aefbd-47f9-4e0d-a5aa-7eecdbb6f23f","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-subnet"}]} 2018-10-04 14:55:37,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=362b1c6e-461a-40e8-9002-121366fcfdf0 used request id req-cb0350b1-89d1-464a-b84d-eeb2cdbaad24 2018-10-04 14:55:37,307 - OpenStackNetwork - DEBUG - Network [362b1c6e-461a-40e8-9002-121366fcfdf0] created successfully 2018-10-04 14:55:37,307 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:37,679 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3d1ab1a428b4ef5aa7992676dc34c19", "name": "CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj-role"}], "expires_at": "2018-10-04T15:55:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58c4725ad7544991a220ceb5689017cc", "name": "CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/58c4725ad7544991a220ceb5689017cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/58c4725ad7544991a220ceb5689017cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/58c4725ad7544991a220ceb5689017cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/58c4725ad7544991a220ceb5689017cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/58c4725ad7544991a220ceb5689017cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/58c4725ad7544991a220ceb5689017cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/58c4725ad7544991a220ceb5689017cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/58c4725ad7544991a220ceb5689017cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/58c4725ad7544991a220ceb5689017cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/58c4725ad7544991a220ceb5689017cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/58c4725ad7544991a220ceb5689017cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/58c4725ad7544991a220ceb5689017cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-user", "id": "60315080e29441f29ac0577b12dd84d4"}, "audit_ids": ["OFhs4PRsQIeB4QasvEF3ZA"], "issued_at": "2018-10-04T14:55:37.000000Z"}} 2018-10-04 14:55:37,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}794a1091e5f5e5114610ad47873e861e7670e502" 2018-10-04 14:55:37,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7b23bdbb-f391-4ca9-8d2a-0541884312e4 Date: Thu, 04 Oct 2018 14:55:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eb7aefbd-47f9-4e0d-a5aa-7eecdbb6f23f"],"updated_at":"2018-10-04T14:55:36Z","tenant_id":"58c4725ad7544991a220ceb5689017cc","created_at":"2018-10-04T14:55:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58c4725ad7544991a220ceb5689017cc","id":"362b1c6e-461a-40e8-9002-121366fcfdf0","name":"CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-net"}]} 2018-10-04 14:55:37,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-net used request id req-7b23bdbb-f391-4ca9-8d2a-0541884312e4 2018-10-04 14:55:37,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:55:37,967 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:55:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:55:37,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/58c4725ad7544991a220ceb5689017cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e8352f9ea16fcde9324e4db217c073778829220" 2018-10-04 14:55:38,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-967bea4b-37e1-4848-a1ef-ec392a58e9e7 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/58c4725ad7544991a220ceb5689017cc"}, "enabled": true, "id": "58c4725ad7544991a220ceb5689017cc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj"}} 2018-10-04 14:55:38,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/58c4725ad7544991a220ceb5689017cc used request id req-967bea4b-37e1-4848-a1ef-ec392a58e9e7 2018-10-04 14:55:38,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=362b1c6e-461a-40e8-9002-121366fcfdf0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}794a1091e5f5e5114610ad47873e861e7670e502" 2018-10-04 14:55:38,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-499944f6-0b3c-45a9-9f70-ea99cd664b84 Date: Thu, 04 Oct 2018 14:55:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"362b1c6e-461a-40e8-9002-121366fcfdf0","tenant_id":"58c4725ad7544991a220ceb5689017cc","created_at":"2018-10-04T14:55:36Z","dns_nameservers":[],"updated_at":"2018-10-04T14:55:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"58c4725ad7544991a220ceb5689017cc","id":"eb7aefbd-47f9-4e0d-a5aa-7eecdbb6f23f","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-subnet"}]} 2018-10-04 14:55:38,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=362b1c6e-461a-40e8-9002-121366fcfdf0 used request id req-499944f6-0b3c-45a9-9f70-ea99cd664b84 2018-10-04 14:55:38,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:38,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:38,630 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3d1ab1a428b4ef5aa7992676dc34c19", "name": "CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj-role"}], "expires_at": "2018-10-04T15:55:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58c4725ad7544991a220ceb5689017cc", "name": "CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/58c4725ad7544991a220ceb5689017cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/58c4725ad7544991a220ceb5689017cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/58c4725ad7544991a220ceb5689017cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/58c4725ad7544991a220ceb5689017cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/58c4725ad7544991a220ceb5689017cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/58c4725ad7544991a220ceb5689017cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/58c4725ad7544991a220ceb5689017cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/58c4725ad7544991a220ceb5689017cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/58c4725ad7544991a220ceb5689017cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/58c4725ad7544991a220ceb5689017cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/58c4725ad7544991a220ceb5689017cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/58c4725ad7544991a220ceb5689017cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-user", "id": "60315080e29441f29ac0577b12dd84d4"}, "audit_ids": ["7qeamrVfTgmv8mF_gdrxNA"], "issued_at": "2018-10-04T14:55:38.000000Z"}} 2018-10-04 14:55:38,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4941be8b41a1d1b91adfee2f89cc2e6b685f00fb" 2018-10-04 14:55:38,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-671cbb11-d572-46d5-bf8a-0192fedf979d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:38,716 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-671cbb11-d572-46d5-bf8a-0192fedf979d 2018-10-04 14:55:38,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4941be8b41a1d1b91adfee2f89cc2e6b685f00fb" 2018-10-04 14:55:38,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-b3b282d3-5d77-4141-902c-68294b8a83b3 Date: Thu, 04 Oct 2018 14:55:38 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":["eb7aefbd-47f9-4e0d-a5aa-7eecdbb6f23f"],"updated_at":"2018-10-04T14:55:36Z","tenant_id":"58c4725ad7544991a220ceb5689017cc","created_at":"2018-10-04T14:55:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58c4725ad7544991a220ceb5689017cc","id":"362b1c6e-461a-40e8-9002-121366fcfdf0","name":"CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-net"}]} 2018-10-04 14:55:38,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-net used request id req-b3b282d3-5d77-4141-902c-68294b8a83b3 2018-10-04 14:55:38,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:55:39,001 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:55:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:55:39,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/58c4725ad7544991a220ceb5689017cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4941be8b41a1d1b91adfee2f89cc2e6b685f00fb" 2018-10-04 14:55:39,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-633e88af-990b-4bdf-b980-a08028f50da9 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/58c4725ad7544991a220ceb5689017cc"}, "enabled": true, "id": "58c4725ad7544991a220ceb5689017cc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj"}} 2018-10-04 14:55:39,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/58c4725ad7544991a220ceb5689017cc used request id req-633e88af-990b-4bdf-b980-a08028f50da9 2018-10-04 14:55:39,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=362b1c6e-461a-40e8-9002-121366fcfdf0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4941be8b41a1d1b91adfee2f89cc2e6b685f00fb" 2018-10-04 14:55:39,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4df6ded8-545c-4d58-a45e-87e67065601b Date: Thu, 04 Oct 2018 14:55:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"362b1c6e-461a-40e8-9002-121366fcfdf0","tenant_id":"58c4725ad7544991a220ceb5689017cc","created_at":"2018-10-04T14:55:36Z","dns_nameservers":[],"updated_at":"2018-10-04T14:55:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"58c4725ad7544991a220ceb5689017cc","id":"eb7aefbd-47f9-4e0d-a5aa-7eecdbb6f23f","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-subnet"}]} 2018-10-04 14:55:39,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=362b1c6e-461a-40e8-9002-121366fcfdf0 used request id req-4df6ded8-545c-4d58-a45e-87e67065601b 2018-10-04 14:55:39,301 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:39,302 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:39,685 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:55:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["5onpWHv3SjmJGSgTVfX01A"], "issued_at": "2018-10-04T14:55:39.000000Z"}} 2018-10-04 14:55:39,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860c5fb5ad404d9512a5c58764c35efadbcf3e58" 2018-10-04 14:55:39,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e1d1d2a-11e8-4fd6-976e-f8ba559228e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:39,764 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3e1d1d2a-11e8-4fd6-976e-f8ba559228e5 2018-10-04 14:55:39,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860c5fb5ad404d9512a5c58764c35efadbcf3e58" 2018-10-04 14:55:39,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bb31554c-7498-4f72-a7a4-65c846847f0b Date: Thu, 04 Oct 2018 14:55:39 GMT RESP BODY: {"routers": []} 2018-10-04 14:55:39,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-router&admin_state_up=True used request id req-bb31554c-7498-4f72-a7a4-65c846847f0b 2018-10-04 14:55:39,956 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:55:39,957 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:55:40,339 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:55:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["TNXnsbcNQdqwlnUw3mxbAQ"], "issued_at": "2018-10-04T14:55:40.000000Z"}} 2018-10-04 14:55:40,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f322acd34a8966e6dc7c35c4bd21bb28032e9bd" 2018-10-04 14:55:40,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c3b5736-a04e-4a6b-9227-34924563f3f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:55:40,422 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4c3b5736-a04e-4a6b-9227-34924563f3f5 2018-10-04 14:55:40,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:55:40,432 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:55:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:55:40,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f322acd34a8966e6dc7c35c4bd21bb28032e9bd" 2018-10-04 14:55:40,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-647d6225-a495-45c0-a091-9179077aac99 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/58c4725ad7544991a220ceb5689017cc"}, "enabled": true, "id": "58c4725ad7544991a220ceb5689017cc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj"}]} 2018-10-04 14:55:40,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj used request id req-647d6225-a495-45c0-a091-9179077aac99 2018-10-04 14:55:40,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860c5fb5ad404d9512a5c58764c35efadbcf3e58" 2018-10-04 14:55:40,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-45331576-52a6-4b0b-a0b0-f61fdff14388 Date: Thu, 04 Oct 2018 14:55:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 14:55:40,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-45331576-52a6-4b0b-a0b0-f61fdff14388 2018-10-04 14:55:40,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860c5fb5ad404d9512a5c58764c35efadbcf3e58" 2018-10-04 14:55:40,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-ba1fe2d8-dce3-4251-a5be-53d39b57e408 Date: Thu, 04 Oct 2018 14:55:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","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":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 14:55:40,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-ba1fe2d8-dce3-4251-a5be-53d39b57e408 2018-10-04 14:55:40,985 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-router 2018-10-04 14:55:40,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860c5fb5ad404d9512a5c58764c35efadbcf3e58" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "tenant_id": "58c4725ad7544991a220ceb5689017cc", "name": "CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-router", "admin_state_up": true}}' 2018-10-04 14:55:46,076 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-bc7aa91a-fc1c-4651-96e8-72b4858e54e8 Date: Thu, 04 Oct 2018 14:55:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "58c4725ad7544991a220ceb5689017cc", "created_at": "2018-10-04T14:55:41Z", "admin_state_up": true, "updated_at": "2018-10-04T14:55:42Z", "project_id": "58c4725ad7544991a220ceb5689017cc", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "45430d2b-824a-471a-b8c0-dc44e8cb5906", "name": "CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-router"}} 2018-10-04 14:55:46,077 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-bc7aa91a-fc1c-4651-96e8-72b4858e54e8 2018-10-04 14:55:46,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=45430d2b-824a-471a-b8c0-dc44e8cb5906 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860c5fb5ad404d9512a5c58764c35efadbcf3e58" 2018-10-04 14:55:46,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-4d8d360e-7af9-43b5-a2b0-97d24b3ad8cf Date: Thu, 04 Oct 2018 14:55:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:55:44Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8d4d296c-c479-4df8-b159-2f307b946b2d","ip_address":"169.254.192.8"}],"id":"41c1ed5a-8960-47dd-877b-3666d94a210a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6c:e8:39","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 58c4725ad7544991a220ceb5689017cc","admin_state_up":true,"network_id":"40bcb494-4779-4873-bf6d-c62944d12abb","tenant_id":"","created_at":"2018-10-04T14:55:44Z","binding:vnic_type":"normal","device_id":"45430d2b-824a-471a-b8c0-dc44e8cb5906"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:55:43Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8d4d296c-c479-4df8-b159-2f307b946b2d","ip_address":"169.254.192.2"}],"id":"5da9801a-d3df-41da-9fea-8ad0e894afff","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:67:70:24","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 58c4725ad7544991a220ceb5689017cc","admin_state_up":true,"network_id":"40bcb494-4779-4873-bf6d-c62944d12abb","tenant_id":"","created_at":"2018-10-04T14:55:43Z","binding:vnic_type":"normal","device_id":"45430d2b-824a-471a-b8c0-dc44e8cb5906"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:55:44Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8d4d296c-c479-4df8-b159-2f307b946b2d","ip_address":"169.254.192.11"}],"id":"e99ba831-359e-492b-a89f-dac51d1c86f7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9b:8c:1e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 58c4725ad7544991a220ceb5689017cc","admin_state_up":true,"network_id":"40bcb494-4779-4873-bf6d-c62944d12abb","tenant_id":"","created_at":"2018-10-04T14:55:44Z","binding:vnic_type":"normal","device_id":"45430d2b-824a-471a-b8c0-dc44e8cb5906"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:55:42Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","ip_address":"172.30.9.208"}],"id":"ead5eb61-f2d3-4191-ac04-8b448dbebee7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:17:60:a9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"","created_at":"2018-10-04T14:55:42Z","binding:vnic_type":"normal","device_id":"45430d2b-824a-471a-b8c0-dc44e8cb5906"}]} 2018-10-04 14:55:46,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=45430d2b-824a-471a-b8c0-dc44e8cb5906 used request id req-4d8d360e-7af9-43b5-a2b0-97d24b3ad8cf 2018-10-04 14:55:46,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860c5fb5ad404d9512a5c58764c35efadbcf3e58" 2018-10-04 14:55:46,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-7f5b916b-8c4a-4eba-a326-da842f6c36ca Date: Thu, 04 Oct 2018 14:55:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 14:55:46,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b used request id req-7f5b916b-8c4a-4eba-a326-da842f6c36ca 2018-10-04 14:55:46,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/8d4d296c-c479-4df8-b159-2f307b946b2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860c5fb5ad404d9512a5c58764c35efadbcf3e58" 2018-10-04 14:55:47,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ab3002c6-9b84-4648-a9ff-f9f789e35e8f Date: Thu, 04 Oct 2018 14:55:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"40bcb494-4779-4873-bf6d-c62944d12abb","tenant_id":"","created_at":"2018-10-04T14:55:41Z","dns_nameservers":[],"updated_at":"2018-10-04T14:55:41Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"8d4d296c-c479-4df8-b159-2f307b946b2d","subnetpool_id":null,"name":"HA subnet tenant 58c4725ad7544991a220ceb5689017cc"}} 2018-10-04 14:55:47,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/8d4d296c-c479-4df8-b159-2f307b946b2d used request id req-ab3002c6-9b84-4648-a9ff-f9f789e35e8f 2018-10-04 14:55:47,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/8d4d296c-c479-4df8-b159-2f307b946b2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860c5fb5ad404d9512a5c58764c35efadbcf3e58" 2018-10-04 14:55:47,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d0047416-cfd1-4852-9c48-3bdeebac391c Date: Thu, 04 Oct 2018 14:55:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"40bcb494-4779-4873-bf6d-c62944d12abb","tenant_id":"","created_at":"2018-10-04T14:55:41Z","dns_nameservers":[],"updated_at":"2018-10-04T14:55:41Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"8d4d296c-c479-4df8-b159-2f307b946b2d","subnetpool_id":null,"name":"HA subnet tenant 58c4725ad7544991a220ceb5689017cc"}} 2018-10-04 14:55:47,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/8d4d296c-c479-4df8-b159-2f307b946b2d used request id req-d0047416-cfd1-4852-9c48-3bdeebac391c 2018-10-04 14:55:47,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/8d4d296c-c479-4df8-b159-2f307b946b2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860c5fb5ad404d9512a5c58764c35efadbcf3e58" 2018-10-04 14:55:47,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-3d00d848-63e6-4fed-ab4a-050c794bbdb0 Date: Thu, 04 Oct 2018 14:55:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"40bcb494-4779-4873-bf6d-c62944d12abb","tenant_id":"","created_at":"2018-10-04T14:55:41Z","dns_nameservers":[],"updated_at":"2018-10-04T14:55:41Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"8d4d296c-c479-4df8-b159-2f307b946b2d","subnetpool_id":null,"name":"HA subnet tenant 58c4725ad7544991a220ceb5689017cc"}} 2018-10-04 14:55:47,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/8d4d296c-c479-4df8-b159-2f307b946b2d used request id req-3d00d848-63e6-4fed-ab4a-050c794bbdb0 2018-10-04 14:55:47,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860c5fb5ad404d9512a5c58764c35efadbcf3e58" 2018-10-04 14:55:47,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-a2226ea1-d356-4bef-8f91-fc1970dc6202 Date: Thu, 04 Oct 2018 14:55:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"362b1c6e-461a-40e8-9002-121366fcfdf0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":false,"project_id":"58c4725ad7544991a220ceb5689017cc","status":"ACTIVE","subnets":["eb7aefbd-47f9-4e0d-a5aa-7eecdbb6f23f"],"description":"","tags":[],"updated_at":"2018-10-04T14:55:36Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-net","admin_state_up":true,"tenant_id":"58c4725ad7544991a220ceb5689017cc","created_at":"2018-10-04T14:55:35Z","provider:network_type":"vxlan"}]} 2018-10-04 14:55:47,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-net used request id req-a2226ea1-d356-4bef-8f91-fc1970dc6202 2018-10-04 14:55:47,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:55:47,546 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:55:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:55:47,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/58c4725ad7544991a220ceb5689017cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860c5fb5ad404d9512a5c58764c35efadbcf3e58" 2018-10-04 14:55:47,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f075914c-00f9-41b4-ba7d-fa7d2ca36e92 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/58c4725ad7544991a220ceb5689017cc"}, "enabled": true, "id": "58c4725ad7544991a220ceb5689017cc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj"}} 2018-10-04 14:55:47,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/58c4725ad7544991a220ceb5689017cc used request id req-f075914c-00f9-41b4-ba7d-fa7d2ca36e92 2018-10-04 14:55:47,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=362b1c6e-461a-40e8-9002-121366fcfdf0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860c5fb5ad404d9512a5c58764c35efadbcf3e58" 2018-10-04 14:55:47,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-25b45c8f-4fa9-443a-beee-ffa32ce4f289 Date: Thu, 04 Oct 2018 14:55:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"362b1c6e-461a-40e8-9002-121366fcfdf0","tenant_id":"58c4725ad7544991a220ceb5689017cc","created_at":"2018-10-04T14:55:36Z","dns_nameservers":[],"updated_at":"2018-10-04T14:55:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"58c4725ad7544991a220ceb5689017cc","id":"eb7aefbd-47f9-4e0d-a5aa-7eecdbb6f23f","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-subnet"}]} 2018-10-04 14:55:47,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=362b1c6e-461a-40e8-9002-121366fcfdf0 used request id req-25b45c8f-4fa9-443a-beee-ffa32ce4f289 2018-10-04 14:55:47,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=362b1c6e-461a-40e8-9002-121366fcfdf0&name=CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860c5fb5ad404d9512a5c58764c35efadbcf3e58" 2018-10-04 14:55:48,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2257b8ea-d4b5-4841-9c5c-211590bb408c Date: Thu, 04 Oct 2018 14:55:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"362b1c6e-461a-40e8-9002-121366fcfdf0","tenant_id":"58c4725ad7544991a220ceb5689017cc","created_at":"2018-10-04T14:55:36Z","dns_nameservers":[],"updated_at":"2018-10-04T14:55:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"58c4725ad7544991a220ceb5689017cc","id":"eb7aefbd-47f9-4e0d-a5aa-7eecdbb6f23f","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-subnet"}]} 2018-10-04 14:55:48,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=362b1c6e-461a-40e8-9002-121366fcfdf0&name=CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-subnet used request id req-2257b8ea-d4b5-4841-9c5c-211590bb408c 2018-10-04 14:55:48,087 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-04 14:55:48,087 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-router 2018-10-04 14:55:48,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/45430d2b-824a-471a-b8c0-dc44e8cb5906/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860c5fb5ad404d9512a5c58764c35efadbcf3e58" -d '{"subnet_id": "eb7aefbd-47f9-4e0d-a5aa-7eecdbb6f23f"}' 2018-10-04 14:55:49,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b488933e-4e4c-4224-863d-96917496788c Date: Thu, 04 Oct 2018 14:55:49 GMT RESP BODY: {"network_id": "362b1c6e-461a-40e8-9002-121366fcfdf0", "tenant_id": "58c4725ad7544991a220ceb5689017cc", "subnet_id": "eb7aefbd-47f9-4e0d-a5aa-7eecdbb6f23f", "subnet_ids": ["eb7aefbd-47f9-4e0d-a5aa-7eecdbb6f23f"], "port_id": "0ca294f3-8b86-474c-9733-ea789881ed24", "id": "45430d2b-824a-471a-b8c0-dc44e8cb5906"} 2018-10-04 14:55:49,828 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/45430d2b-824a-471a-b8c0-dc44e8cb5906/add_router_interface used request id req-b488933e-4e4c-4224-863d-96917496788c 2018-10-04 14:55:49,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/45430d2b-824a-471a-b8c0-dc44e8cb5906 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860c5fb5ad404d9512a5c58764c35efadbcf3e58" 2018-10-04 14:55:49,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 734 X-Openstack-Request-Id: req-9b07a2e2-29b9-4615-a927-42066f77e3d1 Date: Thu, 04 Oct 2018 14:55:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "58c4725ad7544991a220ceb5689017cc", "created_at": "2018-10-04T14:55:41Z", "admin_state_up": true, "updated_at": "2018-10-04T14:55:49Z", "project_id": "58c4725ad7544991a220ceb5689017cc", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "45430d2b-824a-471a-b8c0-dc44e8cb5906", "name": "CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-router"}} 2018-10-04 14:55:49,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/45430d2b-824a-471a-b8c0-dc44e8cb5906 used request id req-9b07a2e2-29b9-4615-a927-42066f77e3d1 2018-10-04 14:55:49,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=45430d2b-824a-471a-b8c0-dc44e8cb5906 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860c5fb5ad404d9512a5c58764c35efadbcf3e58" 2018-10-04 14:55:50,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4442 X-Openstack-Request-Id: req-98fa4abe-1cd4-4892-b035-b4c5ebdff8b3 Date: Thu, 04 Oct 2018 14:55:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:55:49Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eb7aefbd-47f9-4e0d-a5aa-7eecdbb6f23f","ip_address":"10.55.1.1"}],"id":"0ca294f3-8b86-474c-9733-ea789881ed24","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b8:13:3c","project_id":"58c4725ad7544991a220ceb5689017cc","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"362b1c6e-461a-40e8-9002-121366fcfdf0","tenant_id":"58c4725ad7544991a220ceb5689017cc","created_at":"2018-10-04T14:55:48Z","binding:vnic_type":"normal","device_id":"45430d2b-824a-471a-b8c0-dc44e8cb5906"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:55:49Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8d4d296c-c479-4df8-b159-2f307b946b2d","ip_address":"169.254.192.8"}],"id":"41c1ed5a-8960-47dd-877b-3666d94a210a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6c:e8:39","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 58c4725ad7544991a220ceb5689017cc","admin_state_up":true,"network_id":"40bcb494-4779-4873-bf6d-c62944d12abb","tenant_id":"","created_at":"2018-10-04T14:55:44Z","binding:vnic_type":"normal","device_id":"45430d2b-824a-471a-b8c0-dc44e8cb5906"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:55:48Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8d4d296c-c479-4df8-b159-2f307b946b2d","ip_address":"169.254.192.2"}],"id":"5da9801a-d3df-41da-9fea-8ad0e894afff","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:67:70:24","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 58c4725ad7544991a220ceb5689017cc","admin_state_up":true,"network_id":"40bcb494-4779-4873-bf6d-c62944d12abb","tenant_id":"","created_at":"2018-10-04T14:55:43Z","binding:vnic_type":"normal","device_id":"45430d2b-824a-471a-b8c0-dc44e8cb5906"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:55:49Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8d4d296c-c479-4df8-b159-2f307b946b2d","ip_address":"169.254.192.11"}],"id":"e99ba831-359e-492b-a89f-dac51d1c86f7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:8c:1e","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 58c4725ad7544991a220ceb5689017cc","admin_state_up":true,"network_id":"40bcb494-4779-4873-bf6d-c62944d12abb","tenant_id":"","created_at":"2018-10-04T14:55:44Z","binding:vnic_type":"normal","device_id":"45430d2b-824a-471a-b8c0-dc44e8cb5906"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:55:48Z","device_owner":"network:router_gateway","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","ip_address":"172.30.9.208"}],"id":"ead5eb61-f2d3-4191-ac04-8b448dbebee7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:17:60:a9","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"","created_at":"2018-10-04T14:55:42Z","binding:vnic_type":"normal","device_id":"45430d2b-824a-471a-b8c0-dc44e8cb5906"}]} 2018-10-04 14:55:50,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=45430d2b-824a-471a-b8c0-dc44e8cb5906 used request id req-98fa4abe-1cd4-4892-b035-b4c5ebdff8b3 2018-10-04 14:55:50,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860c5fb5ad404d9512a5c58764c35efadbcf3e58" 2018-10-04 14:55:50,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-17a6829d-6b97-4ce0-9d9b-25da344bc2d4 Date: Thu, 04 Oct 2018 14:55:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 14:55:50,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b used request id req-17a6829d-6b97-4ce0-9d9b-25da344bc2d4 2018-10-04 14:55:50,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/8d4d296c-c479-4df8-b159-2f307b946b2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860c5fb5ad404d9512a5c58764c35efadbcf3e58" 2018-10-04 14:55:50,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-1e204a4e-8961-46f3-80c7-4aa2176541f2 Date: Thu, 04 Oct 2018 14:55:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"40bcb494-4779-4873-bf6d-c62944d12abb","tenant_id":"","created_at":"2018-10-04T14:55:41Z","dns_nameservers":[],"updated_at":"2018-10-04T14:55:41Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"8d4d296c-c479-4df8-b159-2f307b946b2d","subnetpool_id":null,"name":"HA subnet tenant 58c4725ad7544991a220ceb5689017cc"}} 2018-10-04 14:55:50,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/8d4d296c-c479-4df8-b159-2f307b946b2d used request id req-1e204a4e-8961-46f3-80c7-4aa2176541f2 2018-10-04 14:55:50,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/8d4d296c-c479-4df8-b159-2f307b946b2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860c5fb5ad404d9512a5c58764c35efadbcf3e58" 2018-10-04 14:55:50,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-fba65b36-0088-4a5a-808e-c10ecbfe3ff1 Date: Thu, 04 Oct 2018 14:55:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"40bcb494-4779-4873-bf6d-c62944d12abb","tenant_id":"","created_at":"2018-10-04T14:55:41Z","dns_nameservers":[],"updated_at":"2018-10-04T14:55:41Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"8d4d296c-c479-4df8-b159-2f307b946b2d","subnetpool_id":null,"name":"HA subnet tenant 58c4725ad7544991a220ceb5689017cc"}} 2018-10-04 14:55:50,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/8d4d296c-c479-4df8-b159-2f307b946b2d used request id req-fba65b36-0088-4a5a-808e-c10ecbfe3ff1 2018-10-04 14:55:50,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/8d4d296c-c479-4df8-b159-2f307b946b2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860c5fb5ad404d9512a5c58764c35efadbcf3e58" 2018-10-04 14:55:50,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-236af035-a6b2-4015-9d1b-86f9c39904f8 Date: Thu, 04 Oct 2018 14:55:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"40bcb494-4779-4873-bf6d-c62944d12abb","tenant_id":"","created_at":"2018-10-04T14:55:41Z","dns_nameservers":[],"updated_at":"2018-10-04T14:55:41Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"8d4d296c-c479-4df8-b159-2f307b946b2d","subnetpool_id":null,"name":"HA subnet tenant 58c4725ad7544991a220ceb5689017cc"}} 2018-10-04 14:55:50,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/8d4d296c-c479-4df8-b159-2f307b946b2d used request id req-236af035-a6b2-4015-9d1b-86f9c39904f8 2018-10-04 14:55:50,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/eb7aefbd-47f9-4e0d-a5aa-7eecdbb6f23f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860c5fb5ad404d9512a5c58764c35efadbcf3e58" 2018-10-04 14:55:50,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-9f1d59fd-12eb-4920-89e0-623acda8c3cc Date: Thu, 04 Oct 2018 14:55:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"362b1c6e-461a-40e8-9002-121366fcfdf0","tenant_id":"58c4725ad7544991a220ceb5689017cc","created_at":"2018-10-04T14:55:36Z","dns_nameservers":[],"updated_at":"2018-10-04T14:55:36Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"58c4725ad7544991a220ceb5689017cc","id":"eb7aefbd-47f9-4e0d-a5aa-7eecdbb6f23f","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-subnet"}} 2018-10-04 14:55:50,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/eb7aefbd-47f9-4e0d-a5aa-7eecdbb6f23f used request id req-9f1d59fd-12eb-4920-89e0-623acda8c3cc 2018-10-04 14:55:50,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}794a1091e5f5e5114610ad47873e861e7670e502" 2018-10-04 14:55:51,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-964fb6d9-d999-483b-9baa-23a93cba77f6 Date: Thu, 04 Oct 2018 14:55:51 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "58c4725ad7544991a220ceb5689017cc", "created_at": "2018-10-04T14:55:41Z", "admin_state_up": true, "updated_at": "2018-10-04T14:55:49Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "58c4725ad7544991a220ceb5689017cc", "id": "45430d2b-824a-471a-b8c0-dc44e8cb5906", "name": "CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-router"}]} 2018-10-04 14:55:51,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-router&admin_state_up=True used request id req-964fb6d9-d999-483b-9baa-23a93cba77f6 2018-10-04 14:55:51,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/58c4725ad7544991a220ceb5689017cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e8352f9ea16fcde9324e4db217c073778829220" 2018-10-04 14:55:51,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:55:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d8110b5-ef27-449d-ba6f-5c22975e456b Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/58c4725ad7544991a220ceb5689017cc"}, "enabled": true, "id": "58c4725ad7544991a220ceb5689017cc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj"}} 2018-10-04 14:55:51,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/58c4725ad7544991a220ceb5689017cc used request id req-0d8110b5-ef27-449d-ba6f-5c22975e456b 2018-10-04 14:55:51,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=45430d2b-824a-471a-b8c0-dc44e8cb5906 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}794a1091e5f5e5114610ad47873e861e7670e502" 2018-10-04 14:55:51,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-10b25188-5552-4780-a20c-099dc2374eae Date: Thu, 04 Oct 2018 14:55:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:55:51Z","device_owner":"network:ha_router_replicated_interface","revision_number":7,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eb7aefbd-47f9-4e0d-a5aa-7eecdbb6f23f","ip_address":"10.55.1.1"}],"id":"0ca294f3-8b86-474c-9733-ea789881ed24","security_groups":[],"mac_address":"fa:16:3e:b8:13:3c","project_id":"58c4725ad7544991a220ceb5689017cc","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"362b1c6e-461a-40e8-9002-121366fcfdf0","tenant_id":"58c4725ad7544991a220ceb5689017cc","created_at":"2018-10-04T14:55:48Z","binding:vnic_type":"normal","device_id":"45430d2b-824a-471a-b8c0-dc44e8cb5906"}]} 2018-10-04 14:55:51,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=45430d2b-824a-471a-b8c0-dc44e8cb5906 used request id req-10b25188-5552-4780-a20c-099dc2374eae 2018-10-04 14:55:51,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/eb7aefbd-47f9-4e0d-a5aa-7eecdbb6f23f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}794a1091e5f5e5114610ad47873e861e7670e502" 2018-10-04 14:55:51,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-ec44459a-7ae3-46cc-bb16-6eeff1db33b8 Date: Thu, 04 Oct 2018 14:55:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"362b1c6e-461a-40e8-9002-121366fcfdf0","tenant_id":"58c4725ad7544991a220ceb5689017cc","created_at":"2018-10-04T14:55:36Z","dns_nameservers":[],"updated_at":"2018-10-04T14:55:36Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"58c4725ad7544991a220ceb5689017cc","id":"eb7aefbd-47f9-4e0d-a5aa-7eecdbb6f23f","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-subnet"}} 2018-10-04 14:55:51,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/eb7aefbd-47f9-4e0d-a5aa-7eecdbb6f23f used request id req-ec44459a-7ae3-46cc-bb16-6eeff1db33b8 2018-10-04 14:55:51,764 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-router and subnet CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-subnet 2018-10-04 14:55:51,764 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-router 2018-10-04 14:55:51,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/45430d2b-824a-471a-b8c0-dc44e8cb5906/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860c5fb5ad404d9512a5c58764c35efadbcf3e58" -d '{"subnet_id": "eb7aefbd-47f9-4e0d-a5aa-7eecdbb6f23f"}' 2018-10-04 14:55:53,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-eaad607f-5e57-4559-8c93-912717966f36 Date: Thu, 04 Oct 2018 14:55:53 GMT RESP BODY: {"network_id": "362b1c6e-461a-40e8-9002-121366fcfdf0", "tenant_id": "58c4725ad7544991a220ceb5689017cc", "subnet_id": "eb7aefbd-47f9-4e0d-a5aa-7eecdbb6f23f", "subnet_ids": ["eb7aefbd-47f9-4e0d-a5aa-7eecdbb6f23f"], "port_id": "0ca294f3-8b86-474c-9733-ea789881ed24", "id": "45430d2b-824a-471a-b8c0-dc44e8cb5906"} 2018-10-04 14:55:53,243 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/45430d2b-824a-471a-b8c0-dc44e8cb5906/remove_router_interface used request id req-eaad607f-5e57-4559-8c93-912717966f36 2018-10-04 14:55:53,243 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-router 2018-10-04 14:55:53,243 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-router 2018-10-04 14:55:53,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/45430d2b-824a-471a-b8c0-dc44e8cb5906 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860c5fb5ad404d9512a5c58764c35efadbcf3e58" 2018-10-04 14:55:56,755 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e9c09cc7-946c-48c8-8169-0cdafbb881c7 Content-Length: 0 Date: Thu, 04 Oct 2018 14:55:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:55:56,755 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/45430d2b-824a-471a-b8c0-dc44e8cb5906 used request id req-e9c09cc7-946c-48c8-8169-0cdafbb881c7 2018-10-04 14:55:56,756 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-subnet 2018-10-04 14:55:56,756 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-subnet 2018-10-04 14:55:56,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/eb7aefbd-47f9-4e0d-a5aa-7eecdbb6f23f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbb3b2912193de3269dc6266704a18062a42a874" 2018-10-04 14:55:58,764 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-edf52d21-5d5c-451a-9f27-221d0e2376bd Date: Thu, 04 Oct 2018 14:55:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:55:58,765 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/eb7aefbd-47f9-4e0d-a5aa-7eecdbb6f23f used request id req-edf52d21-5d5c-451a-9f27-221d0e2376bd 2018-10-04 14:55:58,765 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-b530e1bd-3e62-43c8-8d54-d0c26f3b7b2b-pub-net 2018-10-04 14:55:58,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/362b1c6e-461a-40e8-9002-121366fcfdf0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbb3b2912193de3269dc6266704a18062a42a874" 2018-10-04 14:55:59,989 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1fa9770d-040b-4890-a3f8-a2f1444d1a96 Date: Thu, 04 Oct 2018 14:55:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:55:59,989 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/362b1c6e-461a-40e8-9002-121366fcfdf0 used request id req-1fa9770d-040b-4890-a3f8-a2f1444d1a96 2018-10-04 14:55:59,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b23120fa0b4bc7a5669c72eb771913b3caf52c5" 2018-10-04 14:56:00,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ad39983c-3641-474d-905c-cd53586c2f0e Date: Thu, 04 Oct 2018 14:56:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "58c4725ad7544991a220ceb5689017cc", "created_at": "2018-10-04T14:55:35Z", "updated_at": "2018-10-04T14:55:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:55:35Z", "revision_number": 0, "id": "403b5578-b5d7-4e56-8be2-f93fea560077", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:55:35Z", "security_group_id": "b71a08d6-d01d-4ad1-a5c9-05fc7cbc3d08", "tenant_id": "58c4725ad7544991a220ceb5689017cc", "port_range_min": null, "ethertype": "IPv6", "project_id": "58c4725ad7544991a220ceb5689017cc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:55:35Z", "revision_number": 0, "id": "4e13cee6-54db-4b56-8134-03297b6eecf5", "remote_group_id": "b71a08d6-d01d-4ad1-a5c9-05fc7cbc3d08", "remote_ip_prefix": null, "created_at": "2018-10-04T14:55:35Z", "security_group_id": "b71a08d6-d01d-4ad1-a5c9-05fc7cbc3d08", "tenant_id": "58c4725ad7544991a220ceb5689017cc", "port_range_min": null, "ethertype": "IPv6", "project_id": "58c4725ad7544991a220ceb5689017cc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:55:35Z", "revision_number": 0, "id": "76315626-04b9-449c-b14a-f70ee6c01d75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:55:35Z", "security_group_id": "b71a08d6-d01d-4ad1-a5c9-05fc7cbc3d08", "tenant_id": "58c4725ad7544991a220ceb5689017cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "58c4725ad7544991a220ceb5689017cc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:55:35Z", "revision_number": 0, "id": "824df7a8-41a1-4c76-b6d0-5849c4fcc2af", "remote_group_id": "b71a08d6-d01d-4ad1-a5c9-05fc7cbc3d08", "remote_ip_prefix": null, "created_at": "2018-10-04T14:55:35Z", "security_group_id": "b71a08d6-d01d-4ad1-a5c9-05fc7cbc3d08", "tenant_id": "58c4725ad7544991a220ceb5689017cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "58c4725ad7544991a220ceb5689017cc"}], "revision_number": 4, "project_id": "58c4725ad7544991a220ceb5689017cc", "id": "b71a08d6-d01d-4ad1-a5c9-05fc7cbc3d08", "name": "default"}]} 2018-10-04 14:56:00,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-ad39983c-3641-474d-905c-cd53586c2f0e 2018-10-04 14:56:00,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b23120fa0b4bc7a5669c72eb771913b3caf52c5" 2018-10-04 14:56:00,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8951594-1677-4dbc-a37e-55c961a53552 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:56:00,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-b8951594-1677-4dbc-a37e-55c961a53552 2018-10-04 14:56:00,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b23120fa0b4bc7a5669c72eb771913b3caf52c5" 2018-10-04 14:56:00,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c9a6af5-a5d1-4bbe-a6f5-4882f7852ad5 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:56:00,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-9c9a6af5-a5d1-4bbe-a6f5-4882f7852ad5 2018-10-04 14:56:00,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b23120fa0b4bc7a5669c72eb771913b3caf52c5" 2018-10-04 14:56:00,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c41c7e2-4e81-4a70-9c52-5bb7919b701b Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:56:00,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-4c41c7e2-4e81-4a70-9c52-5bb7919b701b 2018-10-04 14:56:00,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/58c4725ad7544991a220ceb5689017cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b23120fa0b4bc7a5669c72eb771913b3caf52c5" 2018-10-04 14:56:00,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-498ab278-3e07-49fb-be12-1dae6df9172d Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/58c4725ad7544991a220ceb5689017cc"}, "enabled": true, "id": "58c4725ad7544991a220ceb5689017cc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj"}} 2018-10-04 14:56:00,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/58c4725ad7544991a220ceb5689017cc used request id req-498ab278-3e07-49fb-be12-1dae6df9172d 2018-10-04 14:56:00,578 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b71a08d6-d01d-4ad1-a5c9-05fc7cbc3d08 2018-10-04 14:56:00,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b71a08d6-d01d-4ad1-a5c9-05fc7cbc3d08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b23120fa0b4bc7a5669c72eb771913b3caf52c5" 2018-10-04 14:56:00,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d64e1b31-d531-43f4-b805-a5919b7ce7c7 Date: Thu, 04 Oct 2018 14:56:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:55:35Z", "security_group_id": "b71a08d6-d01d-4ad1-a5c9-05fc7cbc3d08", "port_range_min": null, "revision_number": 0, "tenant_id": "58c4725ad7544991a220ceb5689017cc", "created_at": "2018-10-04T14:55:35Z", "project_id": "58c4725ad7544991a220ceb5689017cc", "id": "403b5578-b5d7-4e56-8be2-f93fea560077"}, {"remote_group_id": "b71a08d6-d01d-4ad1-a5c9-05fc7cbc3d08", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:55:35Z", "security_group_id": "b71a08d6-d01d-4ad1-a5c9-05fc7cbc3d08", "port_range_min": null, "revision_number": 0, "tenant_id": "58c4725ad7544991a220ceb5689017cc", "created_at": "2018-10-04T14:55:35Z", "project_id": "58c4725ad7544991a220ceb5689017cc", "id": "4e13cee6-54db-4b56-8134-03297b6eecf5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:55:35Z", "security_group_id": "b71a08d6-d01d-4ad1-a5c9-05fc7cbc3d08", "port_range_min": null, "revision_number": 0, "tenant_id": "58c4725ad7544991a220ceb5689017cc", "created_at": "2018-10-04T14:55:35Z", "project_id": "58c4725ad7544991a220ceb5689017cc", "id": "76315626-04b9-449c-b14a-f70ee6c01d75"}, {"remote_group_id": "b71a08d6-d01d-4ad1-a5c9-05fc7cbc3d08", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:55:35Z", "security_group_id": "b71a08d6-d01d-4ad1-a5c9-05fc7cbc3d08", "port_range_min": null, "revision_number": 0, "tenant_id": "58c4725ad7544991a220ceb5689017cc", "created_at": "2018-10-04T14:55:35Z", "project_id": "58c4725ad7544991a220ceb5689017cc", "id": "824df7a8-41a1-4c76-b6d0-5849c4fcc2af"}]} 2018-10-04 14:56:00,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b71a08d6-d01d-4ad1-a5c9-05fc7cbc3d08 used request id req-d64e1b31-d531-43f4-b805-a5919b7ce7c7 2018-10-04 14:56:00,749 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 14:56:00,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/b71a08d6-d01d-4ad1-a5c9-05fc7cbc3d08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b23120fa0b4bc7a5669c72eb771913b3caf52c5" 2018-10-04 14:56:01,086 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-70077481-caca-4555-b19f-dbfa9097e9e2 Content-Length: 0 Date: Thu, 04 Oct 2018 14:56:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:56:01,087 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/b71a08d6-d01d-4ad1-a5c9-05fc7cbc3d08 used request id req-70077481-caca-4555-b19f-dbfa9097e9e2 2018-10-04 14:56:01,087 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj 2018-10-04 14:56:01,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/58c4725ad7544991a220ceb5689017cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b23120fa0b4bc7a5669c72eb771913b3caf52c5" 2018-10-04 14:56:01,322 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:56:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96a74e10-58d8-47cb-98e4-c1a97cd4a93f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:56:01,322 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/58c4725ad7544991a220ceb5689017cc used request id req-96a74e10-58d8-47cb-98e4-c1a97cd4a93f 2018-10-04 14:56:01,322 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-proj-role 2018-10-04 14:56:01,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/b3d1ab1a428b4ef5aa7992676dc34c19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b23120fa0b4bc7a5669c72eb771913b3caf52c5" 2018-10-04 14:56:01,434 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:56:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f676df2-8e76-444c-b725-46c6cd52f157 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:56:01,434 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/b3d1ab1a428b4ef5aa7992676dc34c19 used request id req-6f676df2-8e76-444c-b725-46c6cd52f157 2018-10-04 14:56:01,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b23120fa0b4bc7a5669c72eb771913b3caf52c5" 2018-10-04 14:56:01,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2b89d17-7e10-4b77-82a3-038f41ae61c2 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:56:01,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f2b89d17-7e10-4b77-82a3-038f41ae61c2 2018-10-04 14:56:01,529 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-3c8d7bf3-a4e8-43c-user 2018-10-04 14:56:01,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/60315080e29441f29ac0577b12dd84d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd44941cf232b131bf18c0b65aacdb62758eea92" 2018-10-04 14:56:01,730 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:56:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5405343-afb5-4dcd-b10c-a40a9a560a00 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:56:01,731 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/60315080e29441f29ac0577b12dd84d4 used request id req-b5405343-afb5-4dcd-b10c-a40a9a560a00 2018-10-04 14:56:01,732 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:56:02,190 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:56:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["dRIAgXKPRmy0V4xxaVW3nQ"], "issued_at": "2018-10-04T14:56:02.000000Z"}} 2018-10-04 14:56:02,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5d89412983efe1267170cd8b4318ec3f43888fe" 2018-10-04 14:56:02,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c02ff1bb-df15-4b67-a68d-010e2aa22e72 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:56:02,270 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c02ff1bb-df15-4b67-a68d-010e2aa22e72 2018-10-04 14:56:02,272 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:56:02,273 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:56:02,656 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:56:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["ots6qs0XQi-yxEHb-QlaWA"], "issued_at": "2018-10-04T14:56:02.000000Z"}} 2018-10-04 14:56:02,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6089cce70c5e5610692af002d376178f141647" 2018-10-04 14:56:02,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0acbbe02-8b01-44bb-a9dc-23d6d7a427ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:56:02,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0acbbe02-8b01-44bb-a9dc-23d6d7a427ca 2018-10-04 14:56:02,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:56:02,760 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:56:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:56:02,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6089cce70c5e5610692af002d376178f141647" 2018-10-04 14:56:02,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7c0ee9c-b04a-47f9-bd53-17cc6680f416 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:56:02,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj used request id req-a7c0ee9c-b04a-47f9-bd53-17cc6680f416 2018-10-04 14:56:02,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6089cce70c5e5610692af002d376178f141647" 2018-10-04 14:56:02,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b86669f7-0f11-4a9e-8f7d-e65cabebfcc1 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:56:02,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-b86669f7-0f11-4a9e-8f7d-e65cabebfcc1 2018-10-04 14:56:02,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6089cce70c5e5610692af002d376178f141647" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj"}}' 2018-10-04 14:56:02,987 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:56:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c98ad5d-a1f4-4bad-aa04-fcd41b302ff9 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/939d7169216a4a0685e26c605065367b"}, "enabled": true, "id": "939d7169216a4a0685e26c605065367b", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj"}} 2018-10-04 14:56:02,987 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-7c98ad5d-a1f4-4bad-aa04-fcd41b302ff9 2018-10-04 14:56:02,987 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj 2018-10-04 14:56:02,987 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:56:02,988 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:56:03,368 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:56:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["OqZV2Fj0QmqNnorE2Z6HUg"], "issued_at": "2018-10-04T14:56:03.000000Z"}} 2018-10-04 14:56:03,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5af3c1acdef1ee336bcf4f929535d8baf3c1ea6d" 2018-10-04 14:56:03,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-681abeb8-e862-4e39-ada5-d0ee6c0125e9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:56:03,470 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-681abeb8-e862-4e39-ada5-d0ee6c0125e9 2018-10-04 14:56:03,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:56:03,480 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:56:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:56:03,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5af3c1acdef1ee336bcf4f929535d8baf3c1ea6d" 2018-10-04 14:56:03,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13348182-775d-4374-9aad-02e3ef945609 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:56:03,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-13348182-775d-4374-9aad-02e3ef945609 2018-10-04 14:56:03,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5af3c1acdef1ee336bcf4f929535d8baf3c1ea6d" 2018-10-04 14:56:03,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76ff4096-fd8b-4b61-892f-c2225ecd9298 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/939d7169216a4a0685e26c605065367b"}, "enabled": true, "id": "939d7169216a4a0685e26c605065367b", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj"}]} 2018-10-04 14:56:03,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj used request id req-76ff4096-fd8b-4b61-892f-c2225ecd9298 2018-10-04 14:56:03,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5af3c1acdef1ee336bcf4f929535d8baf3c1ea6d" 2018-10-04 14:56:03,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36843ae3-2100-4360-942a-b7faf6458a8f Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:56:03,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-36843ae3-2100-4360-942a-b7faf6458a8f 2018-10-04 14:56:04,170 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-b55b2636-4d2c-44b-user 2018-10-04 14:56:04,170 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:56:04,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6089cce70c5e5610692af002d376178f141647" 2018-10-04 14:56:04,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7c1e790-605a-4379-9846-c626dc9c7c66 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:56:04,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b7c1e790-605a-4379-9846-c626dc9c7c66 2018-10-04 14:56:04,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6089cce70c5e5610692af002d376178f141647" -d '{"role": {"name": "CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj-role"}}' 2018-10-04 14:56:04,392 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:56:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d312925-b392-47e2-be34-7a25386ac026 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4fd3b9ddab0747ad8db91e610f19e5a6", "links": {"self": "http://172.30.9.23:5000/v3/roles/4fd3b9ddab0747ad8db91e610f19e5a6"}, "name": "CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj-role"}} 2018-10-04 14:56:04,392 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-6d312925-b392-47e2-be34-7a25386ac026 2018-10-04 14:56:04,392 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj-role 2018-10-04 14:56:04,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/4fd3b9ddab0747ad8db91e610f19e5a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6089cce70c5e5610692af002d376178f141647" 2018-10-04 14:56:04,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75125cca-3966-4179-ae56-f17988c77ce6 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/4fd3b9ddab0747ad8db91e610f19e5a6"}, "domain_id": null, "name": "CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj-role", "id": "4fd3b9ddab0747ad8db91e610f19e5a6"}} 2018-10-04 14:56:04,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/4fd3b9ddab0747ad8db91e610f19e5a6 used request id req-75125cca-3966-4179-ae56-f17988c77ce6 2018-10-04 14:56:04,481 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj-role to project CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj 2018-10-04 14:56:04,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/939d7169216a4a0685e26c605065367b/users/01adf62c291f463b9a65ac2930e585bd/roles/4fd3b9ddab0747ad8db91e610f19e5a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6089cce70c5e5610692af002d376178f141647" 2018-10-04 14:56:04,615 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:56:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f1b81e9-9115-47a9-a5b5-91012c9c0c4b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:56:04,615 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/939d7169216a4a0685e26c605065367b/users/01adf62c291f463b9a65ac2930e585bd/roles/4fd3b9ddab0747ad8db91e610f19e5a6 used request id req-2f1b81e9-9115-47a9-a5b5-91012c9c0c4b 2018-10-04 14:56:04,616 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:56:04,617 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:56:05,007 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:56:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["HlTDbjdNTGarMrdlVpQ3Pg"], "issued_at": "2018-10-04T14:56:05.000000Z"}} 2018-10-04 14:56:05,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb42b7a0a67978996b999a75be71317352560f58" 2018-10-04 14:56:05,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c36108a8-7e51-4b90-b5b9-bda20dfa99ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:56:05,086 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c36108a8-7e51-4b90-b5b9-bda20dfa99ba 2018-10-04 14:56:05,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb42b7a0a67978996b999a75be71317352560f58" 2018-10-04 14:56:05,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1bf27856-37b4-4d5a-b98d-5acfa9d89bbb Date: Thu, 04 Oct 2018 14:56:05 GMT RESP BODY: {"networks":[]} 2018-10-04 14:56:05,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-net used request id req-1bf27856-37b4-4d5a-b98d-5acfa9d89bbb 2018-10-04 14:56:05,268 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-net 2018-10-04 14:56:05,268 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:56:05,269 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:56:05,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:56:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["bZ1hhI3zTTyJ1tBh8WG9wA"], "issued_at": "2018-10-04T14:56:05.000000Z"}} 2018-10-04 14:56:05,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ddea238b5af5b7117a2e1387a06e828182c368" 2018-10-04 14:56:05,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25360054-f8e9-4fe8-ac57-4f6242a1e33f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:56:05,765 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-25360054-f8e9-4fe8-ac57-4f6242a1e33f 2018-10-04 14:56:05,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:56:05,775 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:56:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:56:05,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ddea238b5af5b7117a2e1387a06e828182c368" 2018-10-04 14:56:05,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-584ac249-87b9-47e7-a5d9-2843b556875b Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/939d7169216a4a0685e26c605065367b"}, "enabled": true, "id": "939d7169216a4a0685e26c605065367b", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj"}]} 2018-10-04 14:56:05,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj used request id req-584ac249-87b9-47e7-a5d9-2843b556875b 2018-10-04 14:56:05,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb42b7a0a67978996b999a75be71317352560f58" -d '{"network": {"tenant_id": "939d7169216a4a0685e26c605065367b", "name": "CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-net", "admin_state_up": true}}' 2018-10-04 14:56:06,425 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-a10d0c78-6728-4e3f-90b4-9203d4cdb26a Date: Thu, 04 Oct 2018 14:56:06 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"53db79f1-943d-4342-a7b1-e0d135c90c9c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":47,"ipv4_address_scope":null,"shared":false,"project_id":"939d7169216a4a0685e26c605065367b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T14:56:06Z","is_default":false,"qos_policy_id":null,"name":"CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-net","admin_state_up":true,"tenant_id":"939d7169216a4a0685e26c605065367b","created_at":"2018-10-04T14:56:06Z","mtu":1450}} 2018-10-04 14:56:06,426 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-a10d0c78-6728-4e3f-90b4-9203d4cdb26a 2018-10-04 14:56:06,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=53db79f1-943d-4342-a7b1-e0d135c90c9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb42b7a0a67978996b999a75be71317352560f58" 2018-10-04 14:56:06,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-1308c9b1-776c-4482-bbcd-b535931ae8b1 Date: Thu, 04 Oct 2018 14:56:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"53db79f1-943d-4342-a7b1-e0d135c90c9c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":47,"ipv4_address_scope":null,"shared":false,"project_id":"939d7169216a4a0685e26c605065367b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T14:56:06Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-net","admin_state_up":true,"tenant_id":"939d7169216a4a0685e26c605065367b","created_at":"2018-10-04T14:56:06Z","provider:network_type":"vxlan"}]} 2018-10-04 14:56:06,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=53db79f1-943d-4342-a7b1-e0d135c90c9c used request id req-1308c9b1-776c-4482-bbcd-b535931ae8b1 2018-10-04 14:56:06,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=53db79f1-943d-4342-a7b1-e0d135c90c9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb42b7a0a67978996b999a75be71317352560f58" 2018-10-04 14:56:06,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8e4f5fab-19d8-4ec7-beeb-f6f4908d8318 Date: Thu, 04 Oct 2018 14:56:06 GMT RESP BODY: {"subnets":[]} 2018-10-04 14:56:06,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=53db79f1-943d-4342-a7b1-e0d135c90c9c used request id req-8e4f5fab-19d8-4ec7-beeb-f6f4908d8318 2018-10-04 14:56:06,686 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:56:06,686 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:56:07,076 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:56:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["vap14lWFQaaqY0-Y6YPRLg"], "issued_at": "2018-10-04T14:56:07.000000Z"}} 2018-10-04 14:56:07,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d4e8e1e65de87b906a542f0acf2bb7de8337454" 2018-10-04 14:56:07,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-814dbd2c-0054-4450-bbce-95e5e3bbedd9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:56:07,151 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-814dbd2c-0054-4450-bbce-95e5e3bbedd9 2018-10-04 14:56:07,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:56:07,161 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:56:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:56:07,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d4e8e1e65de87b906a542f0acf2bb7de8337454" 2018-10-04 14:56:07,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fe91da9-c159-4092-85b7-4b02ce2464ea Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/939d7169216a4a0685e26c605065367b"}, "enabled": true, "id": "939d7169216a4a0685e26c605065367b", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj"}]} 2018-10-04 14:56:07,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj used request id req-4fe91da9-c159-4092-85b7-4b02ce2464ea 2018-10-04 14:56:07,249 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-subnet 2018-10-04 14:56:07,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb42b7a0a67978996b999a75be71317352560f58" -d '{"subnets": [{"ip_version": 4, "network_id": "53db79f1-943d-4342-a7b1-e0d135c90c9c", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-subnet", "tenant_id": "939d7169216a4a0685e26c605065367b"}]}' 2018-10-04 14:56:07,940 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-306ce403-3d01-41e3-8c27-e2cff7e37f30 Date: Thu, 04 Oct 2018 14:56:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53db79f1-943d-4342-a7b1-e0d135c90c9c","tenant_id":"939d7169216a4a0685e26c605065367b","created_at":"2018-10-04T14:56:07Z","dns_nameservers":[],"updated_at":"2018-10-04T14:56:07Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"939d7169216a4a0685e26c605065367b","id":"417e032a-be83-4b7d-a615-29fa17a16f62","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-subnet"}]} 2018-10-04 14:56:07,940 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-306ce403-3d01-41e3-8c27-e2cff7e37f30 2018-10-04 14:56:07,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=53db79f1-943d-4342-a7b1-e0d135c90c9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb42b7a0a67978996b999a75be71317352560f58" 2018-10-04 14:56:08,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-e085dd28-0014-4021-a075-41fb462d9aa4 Date: Thu, 04 Oct 2018 14:56:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"53db79f1-943d-4342-a7b1-e0d135c90c9c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":47,"ipv4_address_scope":null,"shared":false,"project_id":"939d7169216a4a0685e26c605065367b","status":"ACTIVE","subnets":["417e032a-be83-4b7d-a615-29fa17a16f62"],"description":"","tags":[],"updated_at":"2018-10-04T14:56:07Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-net","admin_state_up":true,"tenant_id":"939d7169216a4a0685e26c605065367b","created_at":"2018-10-04T14:56:06Z","provider:network_type":"vxlan"}]} 2018-10-04 14:56:08,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=53db79f1-943d-4342-a7b1-e0d135c90c9c used request id req-e085dd28-0014-4021-a075-41fb462d9aa4 2018-10-04 14:56:08,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=53db79f1-943d-4342-a7b1-e0d135c90c9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb42b7a0a67978996b999a75be71317352560f58" 2018-10-04 14:56:08,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3bd7558b-8a12-4e42-b877-f9b97b3ceed9 Date: Thu, 04 Oct 2018 14:56:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53db79f1-943d-4342-a7b1-e0d135c90c9c","tenant_id":"939d7169216a4a0685e26c605065367b","created_at":"2018-10-04T14:56:07Z","dns_nameservers":[],"updated_at":"2018-10-04T14:56:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"939d7169216a4a0685e26c605065367b","id":"417e032a-be83-4b7d-a615-29fa17a16f62","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-subnet"}]} 2018-10-04 14:56:08,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=53db79f1-943d-4342-a7b1-e0d135c90c9c used request id req-3bd7558b-8a12-4e42-b877-f9b97b3ceed9 2018-10-04 14:56:08,403 - OpenStackNetwork - DEBUG - Network [53db79f1-943d-4342-a7b1-e0d135c90c9c] created successfully 2018-10-04 14:56:08,403 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:56:08,771 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4fd3b9ddab0747ad8db91e610f19e5a6", "name": "CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj-role"}], "expires_at": "2018-10-04T15:56:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "939d7169216a4a0685e26c605065367b", "name": "CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/939d7169216a4a0685e26c605065367b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/939d7169216a4a0685e26c605065367b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/939d7169216a4a0685e26c605065367b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/939d7169216a4a0685e26c605065367b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/939d7169216a4a0685e26c605065367b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/939d7169216a4a0685e26c605065367b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/939d7169216a4a0685e26c605065367b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/939d7169216a4a0685e26c605065367b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/939d7169216a4a0685e26c605065367b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/939d7169216a4a0685e26c605065367b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/939d7169216a4a0685e26c605065367b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/939d7169216a4a0685e26c605065367b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-b55b2636-4d2c-44b-user", "id": "01adf62c291f463b9a65ac2930e585bd"}, "audit_ids": ["w-NZHOeURSizc5KbdsR98w"], "issued_at": "2018-10-04T14:56:08.000000Z"}} 2018-10-04 14:56:08,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}111abbe1fb3669d3789b71cec6fbabb9acfcf5f2" 2018-10-04 14:56:09,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-bca2f950-55d1-4442-8389-699b5f7b153e Date: Thu, 04 Oct 2018 14:56:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["417e032a-be83-4b7d-a615-29fa17a16f62"],"updated_at":"2018-10-04T14:56:07Z","tenant_id":"939d7169216a4a0685e26c605065367b","created_at":"2018-10-04T14:56:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"939d7169216a4a0685e26c605065367b","id":"53db79f1-943d-4342-a7b1-e0d135c90c9c","name":"CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-net"}]} 2018-10-04 14:56:09,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-net used request id req-bca2f950-55d1-4442-8389-699b5f7b153e 2018-10-04 14:56:09,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:56:09,029 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:56:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:56:09,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/939d7169216a4a0685e26c605065367b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5d89412983efe1267170cd8b4318ec3f43888fe" 2018-10-04 14:56:09,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad3da5f8-8643-416a-9432-61a6811396d6 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/939d7169216a4a0685e26c605065367b"}, "enabled": true, "id": "939d7169216a4a0685e26c605065367b", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj"}} 2018-10-04 14:56:09,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/939d7169216a4a0685e26c605065367b used request id req-ad3da5f8-8643-416a-9432-61a6811396d6 2018-10-04 14:56:09,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=53db79f1-943d-4342-a7b1-e0d135c90c9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}111abbe1fb3669d3789b71cec6fbabb9acfcf5f2" 2018-10-04 14:56:09,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b60c01c9-6a25-4ee8-9e0e-2bae7ed068db Date: Thu, 04 Oct 2018 14:56:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53db79f1-943d-4342-a7b1-e0d135c90c9c","tenant_id":"939d7169216a4a0685e26c605065367b","created_at":"2018-10-04T14:56:07Z","dns_nameservers":[],"updated_at":"2018-10-04T14:56:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"939d7169216a4a0685e26c605065367b","id":"417e032a-be83-4b7d-a615-29fa17a16f62","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-subnet"}]} 2018-10-04 14:56:09,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=53db79f1-943d-4342-a7b1-e0d135c90c9c used request id req-b60c01c9-6a25-4ee8-9e0e-2bae7ed068db 2018-10-04 14:56:09,433 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:56:09,433 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:56:09,815 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:56:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["gzlh-9UDTdio6flNNFOE5w"], "issued_at": "2018-10-04T14:56:09.000000Z"}} 2018-10-04 14:56:09,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cca7ae50cff80c64c8445f4b29d88a92dc17c05" 2018-10-04 14:56:09,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd6d7fae-9cc7-4f0c-9388-64e8488a20c4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:56:09,895 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cd6d7fae-9cc7-4f0c-9388-64e8488a20c4 2018-10-04 14:56:09,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cca7ae50cff80c64c8445f4b29d88a92dc17c05" 2018-10-04 14:56:10,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b5b1a018-2157-408e-acd6-ebabe5f9082e Date: Thu, 04 Oct 2018 14:56:10 GMT RESP BODY: {"routers": []} 2018-10-04 14:56:10,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-router&admin_state_up=True used request id req-b5b1a018-2157-408e-acd6-ebabe5f9082e 2018-10-04 14:56:10,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:56:10,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:56:10,639 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:56:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["XJ0jwDXjRV6T789rQAfa7Q"], "issued_at": "2018-10-04T14:56:10.000000Z"}} 2018-10-04 14:56:10,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2053529669f8d1ad2cd91f5fbbe323b3ce6b281" 2018-10-04 14:56:10,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b99976f-dc4b-4cf7-b90b-45f16f56fcf2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:56:10,726 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1b99976f-dc4b-4cf7-b90b-45f16f56fcf2 2018-10-04 14:56:10,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:56:10,735 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:56:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:56:10,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2053529669f8d1ad2cd91f5fbbe323b3ce6b281" 2018-10-04 14:56:10,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a4edb19-30fe-424b-84de-4842d93f382e Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/939d7169216a4a0685e26c605065367b"}, "enabled": true, "id": "939d7169216a4a0685e26c605065367b", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj"}]} 2018-10-04 14:56:10,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj used request id req-3a4edb19-30fe-424b-84de-4842d93f382e 2018-10-04 14:56:10,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cca7ae50cff80c64c8445f4b29d88a92dc17c05" 2018-10-04 14:56:11,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-d8098ca8-8096-4bd1-b468-cc621bba6918 Date: Thu, 04 Oct 2018 14:56:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 14:56:11,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-d8098ca8-8096-4bd1-b468-cc621bba6918 2018-10-04 14:56:11,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cca7ae50cff80c64c8445f4b29d88a92dc17c05" 2018-10-04 14:56:11,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-997e61fa-4c78-4eb2-a9c4-871dac1bd843 Date: Thu, 04 Oct 2018 14:56:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","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":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 14:56:11,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-997e61fa-4c78-4eb2-a9c4-871dac1bd843 2018-10-04 14:56:11,271 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-router 2018-10-04 14:56:11,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cca7ae50cff80c64c8445f4b29d88a92dc17c05" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "tenant_id": "939d7169216a4a0685e26c605065367b", "name": "CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-router", "admin_state_up": true}}' 2018-10-04 14:56:16,027 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-daedb243-c711-444a-92ed-48e3455f54de Date: Thu, 04 Oct 2018 14:56:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "939d7169216a4a0685e26c605065367b", "created_at": "2018-10-04T14:56:11Z", "admin_state_up": true, "updated_at": "2018-10-04T14:56:12Z", "project_id": "939d7169216a4a0685e26c605065367b", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "849d5fb8-4913-4cd7-95e5-4d2c00336a14", "name": "CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-router"}} 2018-10-04 14:56:16,027 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-daedb243-c711-444a-92ed-48e3455f54de 2018-10-04 14:56:16,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=849d5fb8-4913-4cd7-95e5-4d2c00336a14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cca7ae50cff80c64c8445f4b29d88a92dc17c05" 2018-10-04 14:56:16,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-fc098a2e-4280-4eb6-9141-06af1e776cbd Date: Thu, 04 Oct 2018 14:56:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:56:14Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6747545-bbcf-4df2-a307-4e6c986742cf","ip_address":"169.254.192.7"}],"id":"2b2467a3-4713-40d4-b2a0-b5cbd22e4aab","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d6:0f:1f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 939d7169216a4a0685e26c605065367b","admin_state_up":true,"network_id":"22f03a73-0b35-4435-9770-02ad88674835","tenant_id":"","created_at":"2018-10-04T14:56:13Z","binding:vnic_type":"normal","device_id":"849d5fb8-4913-4cd7-95e5-4d2c00336a14"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:56:14Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6747545-bbcf-4df2-a307-4e6c986742cf","ip_address":"169.254.192.2"}],"id":"d6a3dc84-0045-45b3-877d-0898adfcef1a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d3:7a:27","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 939d7169216a4a0685e26c605065367b","admin_state_up":true,"network_id":"22f03a73-0b35-4435-9770-02ad88674835","tenant_id":"","created_at":"2018-10-04T14:56:14Z","binding:vnic_type":"normal","device_id":"849d5fb8-4913-4cd7-95e5-4d2c00336a14"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:56:13Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6747545-bbcf-4df2-a307-4e6c986742cf","ip_address":"169.254.192.4"}],"id":"db032005-9b65-43f9-b99c-db71aa57b30e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:88:51:6e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 939d7169216a4a0685e26c605065367b","admin_state_up":true,"network_id":"22f03a73-0b35-4435-9770-02ad88674835","tenant_id":"","created_at":"2018-10-04T14:56:13Z","binding:vnic_type":"normal","device_id":"849d5fb8-4913-4cd7-95e5-4d2c00336a14"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:56:12Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","ip_address":"172.30.9.201"}],"id":"e7347957-b1a4-415a-8f6d-3b989c822e9c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0e:ba:2f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"","created_at":"2018-10-04T14:56:12Z","binding:vnic_type":"normal","device_id":"849d5fb8-4913-4cd7-95e5-4d2c00336a14"}]} 2018-10-04 14:56:16,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=849d5fb8-4913-4cd7-95e5-4d2c00336a14 used request id req-fc098a2e-4280-4eb6-9141-06af1e776cbd 2018-10-04 14:56:16,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cca7ae50cff80c64c8445f4b29d88a92dc17c05" 2018-10-04 14:56:16,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-c52567b1-b761-4277-9a9b-0c5da5264645 Date: Thu, 04 Oct 2018 14:56:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 14:56:16,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b used request id req-c52567b1-b761-4277-9a9b-0c5da5264645 2018-10-04 14:56:16,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d6747545-bbcf-4df2-a307-4e6c986742cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cca7ae50cff80c64c8445f4b29d88a92dc17c05" 2018-10-04 14:56:16,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-898a0682-d8a6-4f73-9b2d-38147bbce3f8 Date: Thu, 04 Oct 2018 14:56:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"22f03a73-0b35-4435-9770-02ad88674835","tenant_id":"","created_at":"2018-10-04T14:56:11Z","dns_nameservers":[],"updated_at":"2018-10-04T14:56:11Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d6747545-bbcf-4df2-a307-4e6c986742cf","subnetpool_id":null,"name":"HA subnet tenant 939d7169216a4a0685e26c605065367b"}} 2018-10-04 14:56:16,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d6747545-bbcf-4df2-a307-4e6c986742cf used request id req-898a0682-d8a6-4f73-9b2d-38147bbce3f8 2018-10-04 14:56:16,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d6747545-bbcf-4df2-a307-4e6c986742cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cca7ae50cff80c64c8445f4b29d88a92dc17c05" 2018-10-04 14:56:16,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-1107d909-f471-4da5-991e-c666f4ff6e9c Date: Thu, 04 Oct 2018 14:56:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"22f03a73-0b35-4435-9770-02ad88674835","tenant_id":"","created_at":"2018-10-04T14:56:11Z","dns_nameservers":[],"updated_at":"2018-10-04T14:56:11Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d6747545-bbcf-4df2-a307-4e6c986742cf","subnetpool_id":null,"name":"HA subnet tenant 939d7169216a4a0685e26c605065367b"}} 2018-10-04 14:56:16,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d6747545-bbcf-4df2-a307-4e6c986742cf used request id req-1107d909-f471-4da5-991e-c666f4ff6e9c 2018-10-04 14:56:16,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d6747545-bbcf-4df2-a307-4e6c986742cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cca7ae50cff80c64c8445f4b29d88a92dc17c05" 2018-10-04 14:56:16,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f5108262-2635-4aa1-a2cd-c2a68949e938 Date: Thu, 04 Oct 2018 14:56:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"22f03a73-0b35-4435-9770-02ad88674835","tenant_id":"","created_at":"2018-10-04T14:56:11Z","dns_nameservers":[],"updated_at":"2018-10-04T14:56:11Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d6747545-bbcf-4df2-a307-4e6c986742cf","subnetpool_id":null,"name":"HA subnet tenant 939d7169216a4a0685e26c605065367b"}} 2018-10-04 14:56:16,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d6747545-bbcf-4df2-a307-4e6c986742cf used request id req-f5108262-2635-4aa1-a2cd-c2a68949e938 2018-10-04 14:56:16,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cca7ae50cff80c64c8445f4b29d88a92dc17c05" 2018-10-04 14:56:17,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-196a359c-14f6-44bd-be82-5fee1c2a09d4 Date: Thu, 04 Oct 2018 14:56:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"53db79f1-943d-4342-a7b1-e0d135c90c9c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":47,"ipv4_address_scope":null,"shared":false,"project_id":"939d7169216a4a0685e26c605065367b","status":"ACTIVE","subnets":["417e032a-be83-4b7d-a615-29fa17a16f62"],"description":"","tags":[],"updated_at":"2018-10-04T14:56:07Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-net","admin_state_up":true,"tenant_id":"939d7169216a4a0685e26c605065367b","created_at":"2018-10-04T14:56:06Z","provider:network_type":"vxlan"}]} 2018-10-04 14:56:17,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-net used request id req-196a359c-14f6-44bd-be82-5fee1c2a09d4 2018-10-04 14:56:17,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:56:17,014 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:56:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:56:17,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/939d7169216a4a0685e26c605065367b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cca7ae50cff80c64c8445f4b29d88a92dc17c05" 2018-10-04 14:56:17,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baf13735-0457-4499-b96f-f087fdbb4102 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/939d7169216a4a0685e26c605065367b"}, "enabled": true, "id": "939d7169216a4a0685e26c605065367b", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj"}} 2018-10-04 14:56:17,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/939d7169216a4a0685e26c605065367b used request id req-baf13735-0457-4499-b96f-f087fdbb4102 2018-10-04 14:56:17,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=53db79f1-943d-4342-a7b1-e0d135c90c9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cca7ae50cff80c64c8445f4b29d88a92dc17c05" 2018-10-04 14:56:17,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-25332090-81c8-4c40-9dc7-c9ce58aaf211 Date: Thu, 04 Oct 2018 14:56:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53db79f1-943d-4342-a7b1-e0d135c90c9c","tenant_id":"939d7169216a4a0685e26c605065367b","created_at":"2018-10-04T14:56:07Z","dns_nameservers":[],"updated_at":"2018-10-04T14:56:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"939d7169216a4a0685e26c605065367b","id":"417e032a-be83-4b7d-a615-29fa17a16f62","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-subnet"}]} 2018-10-04 14:56:17,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=53db79f1-943d-4342-a7b1-e0d135c90c9c used request id req-25332090-81c8-4c40-9dc7-c9ce58aaf211 2018-10-04 14:56:17,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=53db79f1-943d-4342-a7b1-e0d135c90c9c&name=CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cca7ae50cff80c64c8445f4b29d88a92dc17c05" 2018-10-04 14:56:17,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8fa87151-05a7-44f4-8106-cddde268d094 Date: Thu, 04 Oct 2018 14:56:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53db79f1-943d-4342-a7b1-e0d135c90c9c","tenant_id":"939d7169216a4a0685e26c605065367b","created_at":"2018-10-04T14:56:07Z","dns_nameservers":[],"updated_at":"2018-10-04T14:56:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"939d7169216a4a0685e26c605065367b","id":"417e032a-be83-4b7d-a615-29fa17a16f62","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-subnet"}]} 2018-10-04 14:56:17,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=53db79f1-943d-4342-a7b1-e0d135c90c9c&name=CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-subnet used request id req-8fa87151-05a7-44f4-8106-cddde268d094 2018-10-04 14:56:17,521 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-04 14:56:17,522 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-router 2018-10-04 14:56:17,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/849d5fb8-4913-4cd7-95e5-4d2c00336a14/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cca7ae50cff80c64c8445f4b29d88a92dc17c05" -d '{"subnet_id": "417e032a-be83-4b7d-a615-29fa17a16f62"}' 2018-10-04 14:56:19,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-579958e8-e5c4-4a66-b602-38ce73ce8241 Date: Thu, 04 Oct 2018 14:56:19 GMT RESP BODY: {"network_id": "53db79f1-943d-4342-a7b1-e0d135c90c9c", "tenant_id": "939d7169216a4a0685e26c605065367b", "subnet_id": "417e032a-be83-4b7d-a615-29fa17a16f62", "subnet_ids": ["417e032a-be83-4b7d-a615-29fa17a16f62"], "port_id": "faff0775-579c-41b4-8a0e-7593b039c66d", "id": "849d5fb8-4913-4cd7-95e5-4d2c00336a14"} 2018-10-04 14:56:19,403 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/849d5fb8-4913-4cd7-95e5-4d2c00336a14/add_router_interface used request id req-579958e8-e5c4-4a66-b602-38ce73ce8241 2018-10-04 14:56:19,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/849d5fb8-4913-4cd7-95e5-4d2c00336a14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cca7ae50cff80c64c8445f4b29d88a92dc17c05" 2018-10-04 14:56:19,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 734 X-Openstack-Request-Id: req-f802cfa2-d3ad-4c61-823b-36f335bc4e84 Date: Thu, 04 Oct 2018 14:56:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "939d7169216a4a0685e26c605065367b", "created_at": "2018-10-04T14:56:11Z", "admin_state_up": true, "updated_at": "2018-10-04T14:56:18Z", "project_id": "939d7169216a4a0685e26c605065367b", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "849d5fb8-4913-4cd7-95e5-4d2c00336a14", "name": "CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-router"}} 2018-10-04 14:56:19,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/849d5fb8-4913-4cd7-95e5-4d2c00336a14 used request id req-f802cfa2-d3ad-4c61-823b-36f335bc4e84 2018-10-04 14:56:19,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=849d5fb8-4913-4cd7-95e5-4d2c00336a14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cca7ae50cff80c64c8445f4b29d88a92dc17c05" 2018-10-04 14:56:19,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4441 X-Openstack-Request-Id: req-f7337c45-aff4-48bc-aca6-9b0a8ef66d83 Date: Thu, 04 Oct 2018 14:56:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:56:19Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6747545-bbcf-4df2-a307-4e6c986742cf","ip_address":"169.254.192.7"}],"id":"2b2467a3-4713-40d4-b2a0-b5cbd22e4aab","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d6:0f:1f","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 939d7169216a4a0685e26c605065367b","admin_state_up":true,"network_id":"22f03a73-0b35-4435-9770-02ad88674835","tenant_id":"","created_at":"2018-10-04T14:56:13Z","binding:vnic_type":"normal","device_id":"849d5fb8-4913-4cd7-95e5-4d2c00336a14"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:56:18Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6747545-bbcf-4df2-a307-4e6c986742cf","ip_address":"169.254.192.2"}],"id":"d6a3dc84-0045-45b3-877d-0898adfcef1a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d3:7a:27","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 939d7169216a4a0685e26c605065367b","admin_state_up":true,"network_id":"22f03a73-0b35-4435-9770-02ad88674835","tenant_id":"","created_at":"2018-10-04T14:56:14Z","binding:vnic_type":"normal","device_id":"849d5fb8-4913-4cd7-95e5-4d2c00336a14"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:56:19Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6747545-bbcf-4df2-a307-4e6c986742cf","ip_address":"169.254.192.4"}],"id":"db032005-9b65-43f9-b99c-db71aa57b30e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:88:51:6e","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 939d7169216a4a0685e26c605065367b","admin_state_up":true,"network_id":"22f03a73-0b35-4435-9770-02ad88674835","tenant_id":"","created_at":"2018-10-04T14:56:13Z","binding:vnic_type":"normal","device_id":"849d5fb8-4913-4cd7-95e5-4d2c00336a14"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:56:18Z","device_owner":"network:router_gateway","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","ip_address":"172.30.9.201"}],"id":"e7347957-b1a4-415a-8f6d-3b989c822e9c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0e:ba:2f","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"","created_at":"2018-10-04T14:56:12Z","binding:vnic_type":"normal","device_id":"849d5fb8-4913-4cd7-95e5-4d2c00336a14"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:56:18Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"417e032a-be83-4b7d-a615-29fa17a16f62","ip_address":"10.55.1.1"}],"id":"faff0775-579c-41b4-8a0e-7593b039c66d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2c:6e:46","project_id":"939d7169216a4a0685e26c605065367b","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53db79f1-943d-4342-a7b1-e0d135c90c9c","tenant_id":"939d7169216a4a0685e26c605065367b","created_at":"2018-10-04T14:56:18Z","binding:vnic_type":"normal","device_id":"849d5fb8-4913-4cd7-95e5-4d2c00336a14"}]} 2018-10-04 14:56:19,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=849d5fb8-4913-4cd7-95e5-4d2c00336a14 used request id req-f7337c45-aff4-48bc-aca6-9b0a8ef66d83 2018-10-04 14:56:19,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cca7ae50cff80c64c8445f4b29d88a92dc17c05" 2018-10-04 14:56:20,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-0a79f7d9-dc77-4f84-bac1-c7f256bc2ece Date: Thu, 04 Oct 2018 14:56:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 14:56:20,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b used request id req-0a79f7d9-dc77-4f84-bac1-c7f256bc2ece 2018-10-04 14:56:20,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d6747545-bbcf-4df2-a307-4e6c986742cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cca7ae50cff80c64c8445f4b29d88a92dc17c05" 2018-10-04 14:56:20,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ffe1308f-c3d5-4cd9-bc2e-dec07afb2e88 Date: Thu, 04 Oct 2018 14:56:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"22f03a73-0b35-4435-9770-02ad88674835","tenant_id":"","created_at":"2018-10-04T14:56:11Z","dns_nameservers":[],"updated_at":"2018-10-04T14:56:11Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d6747545-bbcf-4df2-a307-4e6c986742cf","subnetpool_id":null,"name":"HA subnet tenant 939d7169216a4a0685e26c605065367b"}} 2018-10-04 14:56:20,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d6747545-bbcf-4df2-a307-4e6c986742cf used request id req-ffe1308f-c3d5-4cd9-bc2e-dec07afb2e88 2018-10-04 14:56:20,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d6747545-bbcf-4df2-a307-4e6c986742cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cca7ae50cff80c64c8445f4b29d88a92dc17c05" 2018-10-04 14:56:20,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e8bd314b-64ef-487c-ad68-2d45bd4a69f1 Date: Thu, 04 Oct 2018 14:56:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"22f03a73-0b35-4435-9770-02ad88674835","tenant_id":"","created_at":"2018-10-04T14:56:11Z","dns_nameservers":[],"updated_at":"2018-10-04T14:56:11Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d6747545-bbcf-4df2-a307-4e6c986742cf","subnetpool_id":null,"name":"HA subnet tenant 939d7169216a4a0685e26c605065367b"}} 2018-10-04 14:56:20,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d6747545-bbcf-4df2-a307-4e6c986742cf used request id req-e8bd314b-64ef-487c-ad68-2d45bd4a69f1 2018-10-04 14:56:20,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d6747545-bbcf-4df2-a307-4e6c986742cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cca7ae50cff80c64c8445f4b29d88a92dc17c05" 2018-10-04 14:56:20,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-99c0f086-6c1c-410c-8004-b345dfe92e03 Date: Thu, 04 Oct 2018 14:56:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"22f03a73-0b35-4435-9770-02ad88674835","tenant_id":"","created_at":"2018-10-04T14:56:11Z","dns_nameservers":[],"updated_at":"2018-10-04T14:56:11Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d6747545-bbcf-4df2-a307-4e6c986742cf","subnetpool_id":null,"name":"HA subnet tenant 939d7169216a4a0685e26c605065367b"}} 2018-10-04 14:56:20,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d6747545-bbcf-4df2-a307-4e6c986742cf used request id req-99c0f086-6c1c-410c-8004-b345dfe92e03 2018-10-04 14:56:20,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/417e032a-be83-4b7d-a615-29fa17a16f62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cca7ae50cff80c64c8445f4b29d88a92dc17c05" 2018-10-04 14:56:20,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-f1ce91a0-6b31-43e9-9704-40631ba42a30 Date: Thu, 04 Oct 2018 14:56:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53db79f1-943d-4342-a7b1-e0d135c90c9c","tenant_id":"939d7169216a4a0685e26c605065367b","created_at":"2018-10-04T14:56:07Z","dns_nameservers":[],"updated_at":"2018-10-04T14:56:07Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"939d7169216a4a0685e26c605065367b","id":"417e032a-be83-4b7d-a615-29fa17a16f62","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-subnet"}} 2018-10-04 14:56:20,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/417e032a-be83-4b7d-a615-29fa17a16f62 used request id req-f1ce91a0-6b31-43e9-9704-40631ba42a30 2018-10-04 14:56:20,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}111abbe1fb3669d3789b71cec6fbabb9acfcf5f2" 2018-10-04 14:56:21,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-94805704-abff-44a3-978c-8d7ea4fe7123 Date: Thu, 04 Oct 2018 14:56:21 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "939d7169216a4a0685e26c605065367b", "created_at": "2018-10-04T14:56:11Z", "admin_state_up": true, "updated_at": "2018-10-04T14:56:18Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "939d7169216a4a0685e26c605065367b", "id": "849d5fb8-4913-4cd7-95e5-4d2c00336a14", "name": "CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-router"}]} 2018-10-04 14:56:21,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-router&admin_state_up=True used request id req-94805704-abff-44a3-978c-8d7ea4fe7123 2018-10-04 14:56:21,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/939d7169216a4a0685e26c605065367b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5d89412983efe1267170cd8b4318ec3f43888fe" 2018-10-04 14:56:21,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f80c4e85-84db-4cd4-8133-42bffd9fc6e7 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/939d7169216a4a0685e26c605065367b"}, "enabled": true, "id": "939d7169216a4a0685e26c605065367b", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj"}} 2018-10-04 14:56:21,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/939d7169216a4a0685e26c605065367b used request id req-f80c4e85-84db-4cd4-8133-42bffd9fc6e7 2018-10-04 14:56:21,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=849d5fb8-4913-4cd7-95e5-4d2c00336a14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}111abbe1fb3669d3789b71cec6fbabb9acfcf5f2" 2018-10-04 14:56:21,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-28f8d79c-9b14-421f-b1b3-3f3da74bf20c Date: Thu, 04 Oct 2018 14:56:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:56:20Z","device_owner":"network:ha_router_replicated_interface","revision_number":7,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"417e032a-be83-4b7d-a615-29fa17a16f62","ip_address":"10.55.1.1"}],"id":"faff0775-579c-41b4-8a0e-7593b039c66d","security_groups":[],"mac_address":"fa:16:3e:2c:6e:46","project_id":"939d7169216a4a0685e26c605065367b","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53db79f1-943d-4342-a7b1-e0d135c90c9c","tenant_id":"939d7169216a4a0685e26c605065367b","created_at":"2018-10-04T14:56:18Z","binding:vnic_type":"normal","device_id":"849d5fb8-4913-4cd7-95e5-4d2c00336a14"}]} 2018-10-04 14:56:21,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=849d5fb8-4913-4cd7-95e5-4d2c00336a14 used request id req-28f8d79c-9b14-421f-b1b3-3f3da74bf20c 2018-10-04 14:56:21,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/417e032a-be83-4b7d-a615-29fa17a16f62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}111abbe1fb3669d3789b71cec6fbabb9acfcf5f2" 2018-10-04 14:56:21,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-dd080872-71db-4d97-882c-103dee10b6d6 Date: Thu, 04 Oct 2018 14:56:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53db79f1-943d-4342-a7b1-e0d135c90c9c","tenant_id":"939d7169216a4a0685e26c605065367b","created_at":"2018-10-04T14:56:07Z","dns_nameservers":[],"updated_at":"2018-10-04T14:56:07Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"939d7169216a4a0685e26c605065367b","id":"417e032a-be83-4b7d-a615-29fa17a16f62","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-subnet"}} 2018-10-04 14:56:21,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/417e032a-be83-4b7d-a615-29fa17a16f62 used request id req-dd080872-71db-4d97-882c-103dee10b6d6 2018-10-04 14:56:21,546 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-router and subnet CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-subnet 2018-10-04 14:56:21,546 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-router 2018-10-04 14:56:21,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/849d5fb8-4913-4cd7-95e5-4d2c00336a14/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cca7ae50cff80c64c8445f4b29d88a92dc17c05" -d '{"subnet_id": "417e032a-be83-4b7d-a615-29fa17a16f62"}' 2018-10-04 14:56:22,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-616f0839-715e-4daa-b704-1ae6c96fce23 Date: Thu, 04 Oct 2018 14:56:22 GMT RESP BODY: {"network_id": "53db79f1-943d-4342-a7b1-e0d135c90c9c", "tenant_id": "939d7169216a4a0685e26c605065367b", "subnet_id": "417e032a-be83-4b7d-a615-29fa17a16f62", "subnet_ids": ["417e032a-be83-4b7d-a615-29fa17a16f62"], "port_id": "faff0775-579c-41b4-8a0e-7593b039c66d", "id": "849d5fb8-4913-4cd7-95e5-4d2c00336a14"} 2018-10-04 14:56:22,863 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/849d5fb8-4913-4cd7-95e5-4d2c00336a14/remove_router_interface used request id req-616f0839-715e-4daa-b704-1ae6c96fce23 2018-10-04 14:56:22,863 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-router 2018-10-04 14:56:22,863 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-router 2018-10-04 14:56:22,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/849d5fb8-4913-4cd7-95e5-4d2c00336a14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cca7ae50cff80c64c8445f4b29d88a92dc17c05" 2018-10-04 14:56:26,410 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0dd470f0-0ef6-4703-b908-eaab8dc16ace Content-Length: 0 Date: Thu, 04 Oct 2018 14:56:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:56:26,411 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/849d5fb8-4913-4cd7-95e5-4d2c00336a14 used request id req-0dd470f0-0ef6-4703-b908-eaab8dc16ace 2018-10-04 14:56:26,411 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-subnet 2018-10-04 14:56:26,412 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-subnet 2018-10-04 14:56:26,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/417e032a-be83-4b7d-a615-29fa17a16f62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb42b7a0a67978996b999a75be71317352560f58" 2018-10-04 14:56:28,485 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-adad507f-0bbf-4e6a-9b61-2a4c6ad35e3f Date: Thu, 04 Oct 2018 14:56:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:56:28,486 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/417e032a-be83-4b7d-a615-29fa17a16f62 used request id req-adad507f-0bbf-4e6a-9b61-2a4c6ad35e3f 2018-10-04 14:56:28,486 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-b745f785-f674-453f-93fd-9bd9b5bb5201-pub-net 2018-10-04 14:56:28,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/53db79f1-943d-4342-a7b1-e0d135c90c9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb42b7a0a67978996b999a75be71317352560f58" 2018-10-04 14:56:29,808 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4e1fb5ce-1a17-458f-b0a4-1c283a7bfc53 Date: Thu, 04 Oct 2018 14:56:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:56:29,808 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/53db79f1-943d-4342-a7b1-e0d135c90c9c used request id req-4e1fb5ce-1a17-458f-b0a4-1c283a7bfc53 2018-10-04 14:56:29,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6089cce70c5e5610692af002d376178f141647" 2018-10-04 14:56:30,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-0fd59685-ca35-4e66-ab7d-ce6f5b139ac8 Date: Thu, 04 Oct 2018 14:56:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "939d7169216a4a0685e26c605065367b", "created_at": "2018-10-04T14:56:06Z", "updated_at": "2018-10-04T14:56:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:56:06Z", "revision_number": 0, "id": "1dcc29cb-840a-4a06-a825-3a771af800b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:56:06Z", "security_group_id": "f448bd10-df7d-4fd8-a7ef-cd158066d375", "tenant_id": "939d7169216a4a0685e26c605065367b", "port_range_min": null, "ethertype": "IPv6", "project_id": "939d7169216a4a0685e26c605065367b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:56:06Z", "revision_number": 0, "id": "5065809a-2c25-4a77-8d9c-7a4b59c5f81a", "remote_group_id": "f448bd10-df7d-4fd8-a7ef-cd158066d375", "remote_ip_prefix": null, "created_at": "2018-10-04T14:56:06Z", "security_group_id": "f448bd10-df7d-4fd8-a7ef-cd158066d375", "tenant_id": "939d7169216a4a0685e26c605065367b", "port_range_min": null, "ethertype": "IPv6", "project_id": "939d7169216a4a0685e26c605065367b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:56:06Z", "revision_number": 0, "id": "9c52b4d4-ccdb-48b6-9e20-a3c8f736167c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:56:06Z", "security_group_id": "f448bd10-df7d-4fd8-a7ef-cd158066d375", "tenant_id": "939d7169216a4a0685e26c605065367b", "port_range_min": null, "ethertype": "IPv4", "project_id": "939d7169216a4a0685e26c605065367b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:56:06Z", "revision_number": 0, "id": "9d1c490f-f40c-4a63-be98-d90e28c088a6", "remote_group_id": "f448bd10-df7d-4fd8-a7ef-cd158066d375", "remote_ip_prefix": null, "created_at": "2018-10-04T14:56:06Z", "security_group_id": "f448bd10-df7d-4fd8-a7ef-cd158066d375", "tenant_id": "939d7169216a4a0685e26c605065367b", "port_range_min": null, "ethertype": "IPv4", "project_id": "939d7169216a4a0685e26c605065367b"}], "revision_number": 4, "project_id": "939d7169216a4a0685e26c605065367b", "id": "f448bd10-df7d-4fd8-a7ef-cd158066d375", "name": "default"}]} 2018-10-04 14:56:30,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-0fd59685-ca35-4e66-ab7d-ce6f5b139ac8 2018-10-04 14:56:30,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6089cce70c5e5610692af002d376178f141647" 2018-10-04 14:56:30,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64a1465b-e12c-4216-bdc9-5c8f184b4dd1 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:56:30,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-64a1465b-e12c-4216-bdc9-5c8f184b4dd1 2018-10-04 14:56:30,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6089cce70c5e5610692af002d376178f141647" 2018-10-04 14:56:30,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d163190-66cb-4baa-93bb-6288b1a3aced Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:56:30,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-3d163190-66cb-4baa-93bb-6288b1a3aced 2018-10-04 14:56:30,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6089cce70c5e5610692af002d376178f141647" 2018-10-04 14:56:30,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94731311-7bff-4140-b7cb-cff5a37259ed Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:56:30,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-94731311-7bff-4140-b7cb-cff5a37259ed 2018-10-04 14:56:30,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/939d7169216a4a0685e26c605065367b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6089cce70c5e5610692af002d376178f141647" 2018-10-04 14:56:30,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da72f0d6-a880-4cde-82bf-9842da308421 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/939d7169216a4a0685e26c605065367b"}, "enabled": true, "id": "939d7169216a4a0685e26c605065367b", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj"}} 2018-10-04 14:56:30,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/939d7169216a4a0685e26c605065367b used request id req-da72f0d6-a880-4cde-82bf-9842da308421 2018-10-04 14:56:30,401 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f448bd10-df7d-4fd8-a7ef-cd158066d375 2018-10-04 14:56:30,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=f448bd10-df7d-4fd8-a7ef-cd158066d375 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6089cce70c5e5610692af002d376178f141647" 2018-10-04 14:56:30,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ee8df904-560d-4aae-8368-e149a92a90c1 Date: Thu, 04 Oct 2018 14:56:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:56:06Z", "security_group_id": "f448bd10-df7d-4fd8-a7ef-cd158066d375", "port_range_min": null, "revision_number": 0, "tenant_id": "939d7169216a4a0685e26c605065367b", "created_at": "2018-10-04T14:56:06Z", "project_id": "939d7169216a4a0685e26c605065367b", "id": "1dcc29cb-840a-4a06-a825-3a771af800b4"}, {"remote_group_id": "f448bd10-df7d-4fd8-a7ef-cd158066d375", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:56:06Z", "security_group_id": "f448bd10-df7d-4fd8-a7ef-cd158066d375", "port_range_min": null, "revision_number": 0, "tenant_id": "939d7169216a4a0685e26c605065367b", "created_at": "2018-10-04T14:56:06Z", "project_id": "939d7169216a4a0685e26c605065367b", "id": "5065809a-2c25-4a77-8d9c-7a4b59c5f81a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:56:06Z", "security_group_id": "f448bd10-df7d-4fd8-a7ef-cd158066d375", "port_range_min": null, "revision_number": 0, "tenant_id": "939d7169216a4a0685e26c605065367b", "created_at": "2018-10-04T14:56:06Z", "project_id": "939d7169216a4a0685e26c605065367b", "id": "9c52b4d4-ccdb-48b6-9e20-a3c8f736167c"}, {"remote_group_id": "f448bd10-df7d-4fd8-a7ef-cd158066d375", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:56:06Z", "security_group_id": "f448bd10-df7d-4fd8-a7ef-cd158066d375", "port_range_min": null, "revision_number": 0, "tenant_id": "939d7169216a4a0685e26c605065367b", "created_at": "2018-10-04T14:56:06Z", "project_id": "939d7169216a4a0685e26c605065367b", "id": "9d1c490f-f40c-4a63-be98-d90e28c088a6"}]} 2018-10-04 14:56:30,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=f448bd10-df7d-4fd8-a7ef-cd158066d375 used request id req-ee8df904-560d-4aae-8368-e149a92a90c1 2018-10-04 14:56:30,571 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 14:56:30,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/f448bd10-df7d-4fd8-a7ef-cd158066d375 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6089cce70c5e5610692af002d376178f141647" 2018-10-04 14:56:30,862 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-01915c24-e0dd-46ab-a85c-bd17ac2cd24b Content-Length: 0 Date: Thu, 04 Oct 2018 14:56:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:56:30,862 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/f448bd10-df7d-4fd8-a7ef-cd158066d375 used request id req-01915c24-e0dd-46ab-a85c-bd17ac2cd24b 2018-10-04 14:56:30,863 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj 2018-10-04 14:56:30,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/939d7169216a4a0685e26c605065367b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6089cce70c5e5610692af002d376178f141647" 2018-10-04 14:56:31,089 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:56:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45f82df3-ecff-439b-be56-6b68fa4d80e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:56:31,089 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/939d7169216a4a0685e26c605065367b used request id req-45f82df3-ecff-439b-be56-6b68fa4d80e1 2018-10-04 14:56:31,089 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-b55b2636-4d2c-44b-proj-role 2018-10-04 14:56:31,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/4fd3b9ddab0747ad8db91e610f19e5a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6089cce70c5e5610692af002d376178f141647" 2018-10-04 14:56:31,202 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:56:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-432891f4-1f30-4b99-b81c-19c9dcc9acfd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:56:31,202 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/4fd3b9ddab0747ad8db91e610f19e5a6 used request id req-432891f4-1f30-4b99-b81c-19c9dcc9acfd 2018-10-04 14:56:31,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6089cce70c5e5610692af002d376178f141647" 2018-10-04 14:56:31,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-599e1145-8c84-41be-9c47-49a0e9430a31 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:56:31,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-599e1145-8c84-41be-9c47-49a0e9430a31 2018-10-04 14:56:31,290 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-b55b2636-4d2c-44b-user 2018-10-04 14:56:31,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/01adf62c291f463b9a65ac2930e585bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5af3c1acdef1ee336bcf4f929535d8baf3c1ea6d" 2018-10-04 14:56:31,518 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:56:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53b2211f-74a7-4c8e-b26e-987d892a026a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:56:31,518 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/01adf62c291f463b9a65ac2930e585bd used request id req-53b2211f-74a7-4c8e-b26e-987d892a026a 2018-10-04 14:56:31,520 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:56:31,906 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:56:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["y-PDzbT2RvKzBlsPyslvKA"], "issued_at": "2018-10-04T14:56:31.000000Z"}} 2018-10-04 14:56:31,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5be4e627642653f7eb555a2ff6d60d211a9bd02" 2018-10-04 14:56:31,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a73c2432-f556-4b86-b4e1-c8ec096f3e96 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:56:31,985 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a73c2432-f556-4b86-b4e1-c8ec096f3e96 2018-10-04 14:56:31,987 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:56:31,988 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:56:32,371 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:56:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["e-Cm98g2QkOHr5xsZuBIqA"], "issued_at": "2018-10-04T14:56:32.000000Z"}} 2018-10-04 14:56:32,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad81fd877f8f3cc5ac351cdd0624496f1912fec0" 2018-10-04 14:56:32,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea9c4e77-3b09-46a1-ab6c-db717a30e99f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:56:32,458 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ea9c4e77-3b09-46a1-ab6c-db717a30e99f 2018-10-04 14:56:32,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:56:32,466 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:56:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:56:32,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-a06ae6a3-4239-459-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad81fd877f8f3cc5ac351cdd0624496f1912fec0" 2018-10-04 14:56:32,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7e63c7b-c630-494d-8f24-929488f4ec7e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-a06ae6a3-4239-459-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:56:32,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-a06ae6a3-4239-459-proj used request id req-f7e63c7b-c630-494d-8f24-929488f4ec7e 2018-10-04 14:56:32,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad81fd877f8f3cc5ac351cdd0624496f1912fec0" 2018-10-04 14:56:32,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e636187d-a6d2-4ac3-9b36-1e263d11da8a Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:56:32,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-e636187d-a6d2-4ac3-9b36-1e263d11da8a 2018-10-04 14:56:32,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad81fd877f8f3cc5ac351cdd0624496f1912fec0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-a06ae6a3-4239-459-proj"}}' 2018-10-04 14:56:32,774 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:56:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68e645da-0f7d-4e8b-98c7-139a77ba7eaf Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/48578690a94b497699e207cb84a7fdd5"}, "enabled": true, "id": "48578690a94b497699e207cb84a7fdd5", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a06ae6a3-4239-459-proj"}} 2018-10-04 14:56:32,774 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-68e645da-0f7d-4e8b-98c7-139a77ba7eaf 2018-10-04 14:56:32,774 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-a06ae6a3-4239-459-proj 2018-10-04 14:56:32,775 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:56:32,775 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:56:33,160 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:56:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["ZBKXa6M-R02peH-5F9KZ9g"], "issued_at": "2018-10-04T14:56:33.000000Z"}} 2018-10-04 14:56:33,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a72e47743a28441ab4805c20d45f8bfb4f5afe" 2018-10-04 14:56:33,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-427c05f0-602e-41da-a743-5432df54d2de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:56:33,253 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-427c05f0-602e-41da-a743-5432df54d2de 2018-10-04 14:56:33,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:56:33,261 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:56:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:56:33,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a72e47743a28441ab4805c20d45f8bfb4f5afe" 2018-10-04 14:56:33,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a76afa5-41f4-4bde-bf3c-7594332770c6 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:56:33,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6a76afa5-41f4-4bde-bf3c-7594332770c6 2018-10-04 14:56:33,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-a06ae6a3-4239-459-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a72e47743a28441ab4805c20d45f8bfb4f5afe" 2018-10-04 14:56:33,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c2500ee-b3b2-440c-8d69-11c02292b131 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-a06ae6a3-4239-459-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/48578690a94b497699e207cb84a7fdd5"}, "enabled": true, "id": "48578690a94b497699e207cb84a7fdd5", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a06ae6a3-4239-459-proj"}]} 2018-10-04 14:56:33,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-a06ae6a3-4239-459-proj used request id req-1c2500ee-b3b2-440c-8d69-11c02292b131 2018-10-04 14:56:33,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a72e47743a28441ab4805c20d45f8bfb4f5afe" 2018-10-04 14:56:33,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76cb2fe6-aad8-4681-8037-da7cf52dae9a Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:56:33,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-76cb2fe6-aad8-4681-8037-da7cf52dae9a 2018-10-04 14:56:33,858 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-a06ae6a3-4239-459-user 2018-10-04 14:56:33,859 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:56:33,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad81fd877f8f3cc5ac351cdd0624496f1912fec0" 2018-10-04 14:56:33,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bc25a46-eb88-4649-afa8-992aa4919fad Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:56:33,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6bc25a46-eb88-4649-afa8-992aa4919fad 2018-10-04 14:56:33,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad81fd877f8f3cc5ac351cdd0624496f1912fec0" -d '{"role": {"name": "CreateNetworkSuccessTests-a06ae6a3-4239-459-proj-role"}}' 2018-10-04 14:56:34,059 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:56:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-918bfd19-69ef-44a4-85af-34b859457561 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "455b4ba7ec2646199ad17336656f52e8", "links": {"self": "http://172.30.9.23:5000/v3/roles/455b4ba7ec2646199ad17336656f52e8"}, "name": "CreateNetworkSuccessTests-a06ae6a3-4239-459-proj-role"}} 2018-10-04 14:56:34,059 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-918bfd19-69ef-44a4-85af-34b859457561 2018-10-04 14:56:34,059 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-a06ae6a3-4239-459-proj-role 2018-10-04 14:56:34,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/455b4ba7ec2646199ad17336656f52e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad81fd877f8f3cc5ac351cdd0624496f1912fec0" 2018-10-04 14:56:34,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2be32211-bb52-4088-b5db-6a86c78daf29 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/455b4ba7ec2646199ad17336656f52e8"}, "domain_id": null, "name": "CreateNetworkSuccessTests-a06ae6a3-4239-459-proj-role", "id": "455b4ba7ec2646199ad17336656f52e8"}} 2018-10-04 14:56:34,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/455b4ba7ec2646199ad17336656f52e8 used request id req-2be32211-bb52-4088-b5db-6a86c78daf29 2018-10-04 14:56:34,152 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-a06ae6a3-4239-459-proj-role to project CreateNetworkSuccessTests-a06ae6a3-4239-459-proj 2018-10-04 14:56:34,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/48578690a94b497699e207cb84a7fdd5/users/19a29e1951dd4598881daa3cf284d848/roles/455b4ba7ec2646199ad17336656f52e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad81fd877f8f3cc5ac351cdd0624496f1912fec0" 2018-10-04 14:56:34,286 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:56:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0f3435d-b866-48a0-9aed-a1f5d3c4546c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:56:34,286 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/48578690a94b497699e207cb84a7fdd5/users/19a29e1951dd4598881daa3cf284d848/roles/455b4ba7ec2646199ad17336656f52e8 used request id req-a0f3435d-b866-48a0-9aed-a1f5d3c4546c 2018-10-04 14:56:34,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:56:34,288 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:56:34,656 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "455b4ba7ec2646199ad17336656f52e8", "name": "CreateNetworkSuccessTests-a06ae6a3-4239-459-proj-role"}], "expires_at": "2018-10-04T15:56:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "48578690a94b497699e207cb84a7fdd5", "name": "CreateNetworkSuccessTests-a06ae6a3-4239-459-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/48578690a94b497699e207cb84a7fdd5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/48578690a94b497699e207cb84a7fdd5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/48578690a94b497699e207cb84a7fdd5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/48578690a94b497699e207cb84a7fdd5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/48578690a94b497699e207cb84a7fdd5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/48578690a94b497699e207cb84a7fdd5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/48578690a94b497699e207cb84a7fdd5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/48578690a94b497699e207cb84a7fdd5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/48578690a94b497699e207cb84a7fdd5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/48578690a94b497699e207cb84a7fdd5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/48578690a94b497699e207cb84a7fdd5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/48578690a94b497699e207cb84a7fdd5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-a06ae6a3-4239-459-user", "id": "19a29e1951dd4598881daa3cf284d848"}, "audit_ids": ["5Zsk-NwhSaCwQIA8iDZoqQ"], "issued_at": "2018-10-04T14:56:34.000000Z"}} 2018-10-04 14:56:34,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40efe315e7b9fa543ad9b424f7fb0c216bf12403" 2018-10-04 14:56:34,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b72fe91-d78c-4f41-af27-92ab524ca4bd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:56:34,740 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7b72fe91-d78c-4f41-af27-92ab524ca4bd 2018-10-04 14:56:34,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40efe315e7b9fa543ad9b424f7fb0c216bf12403" 2018-10-04 14:56:34,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-de3af7e3-08fd-46c6-acc4-2aff8e9c9f3f Date: Thu, 04 Oct 2018 14:56:34 GMT RESP BODY: {"networks":[]} 2018-10-04 14:56:34,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-net used request id req-de3af7e3-08fd-46c6-acc4-2aff8e9c9f3f 2018-10-04 14:56:34,918 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-net 2018-10-04 14:56:34,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40efe315e7b9fa543ad9b424f7fb0c216bf12403" -d '{"network": {"name": "CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-net", "admin_state_up": true}}' 2018-10-04 14:56:35,446 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-fba1100b-a62a-434e-9f18-38fa0ec5632c Date: Thu, 04 Oct 2018 14:56:35 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"675f31fe-b458-49aa-9db9-c024ae99f669","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"48578690a94b497699e207cb84a7fdd5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T14:56:35Z","is_default":false,"name":"CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"48578690a94b497699e207cb84a7fdd5","created_at":"2018-10-04T14:56:35Z","mtu":1450}} 2018-10-04 14:56:35,447 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-fba1100b-a62a-434e-9f18-38fa0ec5632c 2018-10-04 14:56:35,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=675f31fe-b458-49aa-9db9-c024ae99f669 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40efe315e7b9fa543ad9b424f7fb0c216bf12403" 2018-10-04 14:56:35,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-11edd1c2-b7c6-461a-8ff5-e257b20520b9 Date: Thu, 04 Oct 2018 14:56:35 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-10-04T14:56:35Z","tenant_id":"48578690a94b497699e207cb84a7fdd5","created_at":"2018-10-04T14:56:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"48578690a94b497699e207cb84a7fdd5","id":"675f31fe-b458-49aa-9db9-c024ae99f669","name":"CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-net"}]} 2018-10-04 14:56:35,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=675f31fe-b458-49aa-9db9-c024ae99f669 used request id req-11edd1c2-b7c6-461a-8ff5-e257b20520b9 2018-10-04 14:56:35,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=675f31fe-b458-49aa-9db9-c024ae99f669 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40efe315e7b9fa543ad9b424f7fb0c216bf12403" 2018-10-04 14:56:35,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a03726a9-c3ec-4e7e-9ba4-b4b27781aaa3 Date: Thu, 04 Oct 2018 14:56:35 GMT RESP BODY: {"subnets":[]} 2018-10-04 14:56:35,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=675f31fe-b458-49aa-9db9-c024ae99f669 used request id req-a03726a9-c3ec-4e7e-9ba4-b4b27781aaa3 2018-10-04 14:56:35,966 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-subnet 2018-10-04 14:56:35,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40efe315e7b9fa543ad9b424f7fb0c216bf12403" -d '{"subnets": [{"ip_version": 4, "network_id": "675f31fe-b458-49aa-9db9-c024ae99f669", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-subnet"}]}' 2018-10-04 14:56:36,845 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-82899d98-df44-4049-b374-3a5f756878fb Date: Thu, 04 Oct 2018 14:56:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"675f31fe-b458-49aa-9db9-c024ae99f669","tenant_id":"48578690a94b497699e207cb84a7fdd5","created_at":"2018-10-04T14:56:36Z","dns_nameservers":[],"updated_at":"2018-10-04T14:56:36Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"48578690a94b497699e207cb84a7fdd5","id":"d9e3b16a-596b-44f6-ab95-0d370c0d9881","subnetpool_id":null,"name":"CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-subnet"}]} 2018-10-04 14:56:36,845 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-82899d98-df44-4049-b374-3a5f756878fb 2018-10-04 14:56:36,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=675f31fe-b458-49aa-9db9-c024ae99f669 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40efe315e7b9fa543ad9b424f7fb0c216bf12403" 2018-10-04 14:56:37,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-a60377ef-9d23-4241-8b57-83754a0a2361 Date: Thu, 04 Oct 2018 14:56:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d9e3b16a-596b-44f6-ab95-0d370c0d9881"],"updated_at":"2018-10-04T14:56:36Z","tenant_id":"48578690a94b497699e207cb84a7fdd5","created_at":"2018-10-04T14:56:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"48578690a94b497699e207cb84a7fdd5","id":"675f31fe-b458-49aa-9db9-c024ae99f669","name":"CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-net"}]} 2018-10-04 14:56:37,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=675f31fe-b458-49aa-9db9-c024ae99f669 used request id req-a60377ef-9d23-4241-8b57-83754a0a2361 2018-10-04 14:56:37,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=675f31fe-b458-49aa-9db9-c024ae99f669 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40efe315e7b9fa543ad9b424f7fb0c216bf12403" 2018-10-04 14:56:37,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8bc13b91-16bd-4b4e-8444-cf37815f4b8d Date: Thu, 04 Oct 2018 14:56:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"675f31fe-b458-49aa-9db9-c024ae99f669","tenant_id":"48578690a94b497699e207cb84a7fdd5","created_at":"2018-10-04T14:56:36Z","dns_nameservers":[],"updated_at":"2018-10-04T14:56:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"48578690a94b497699e207cb84a7fdd5","id":"d9e3b16a-596b-44f6-ab95-0d370c0d9881","subnetpool_id":null,"name":"CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-subnet"}]} 2018-10-04 14:56:37,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=675f31fe-b458-49aa-9db9-c024ae99f669 used request id req-8bc13b91-16bd-4b4e-8444-cf37815f4b8d 2018-10-04 14:56:37,316 - OpenStackNetwork - DEBUG - Network [675f31fe-b458-49aa-9db9-c024ae99f669] created successfully 2018-10-04 14:56:37,316 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:56:37,316 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:56:37,690 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "455b4ba7ec2646199ad17336656f52e8", "name": "CreateNetworkSuccessTests-a06ae6a3-4239-459-proj-role"}], "expires_at": "2018-10-04T15:56:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "48578690a94b497699e207cb84a7fdd5", "name": "CreateNetworkSuccessTests-a06ae6a3-4239-459-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/48578690a94b497699e207cb84a7fdd5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/48578690a94b497699e207cb84a7fdd5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/48578690a94b497699e207cb84a7fdd5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/48578690a94b497699e207cb84a7fdd5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/48578690a94b497699e207cb84a7fdd5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/48578690a94b497699e207cb84a7fdd5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/48578690a94b497699e207cb84a7fdd5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/48578690a94b497699e207cb84a7fdd5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/48578690a94b497699e207cb84a7fdd5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/48578690a94b497699e207cb84a7fdd5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/48578690a94b497699e207cb84a7fdd5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/48578690a94b497699e207cb84a7fdd5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-a06ae6a3-4239-459-user", "id": "19a29e1951dd4598881daa3cf284d848"}, "audit_ids": ["03i6-mjCSYmV35Bf-X7lAg"], "issued_at": "2018-10-04T14:56:37.000000Z"}} 2018-10-04 14:56:37,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ada3026d808d12ded3d497e8cc248fa85e0c9458" 2018-10-04 14:56:37,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57b8c876-54d1-48d6-832f-f875bdde6cf0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:56:37,767 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-57b8c876-54d1-48d6-832f-f875bdde6cf0 2018-10-04 14:56:37,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ada3026d808d12ded3d497e8cc248fa85e0c9458" 2018-10-04 14:56:37,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-50d9bf3e-e976-457b-a98f-aa8843f7646b Date: Thu, 04 Oct 2018 14:56:37 GMT RESP BODY: {"routers": []} 2018-10-04 14:56:37,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-router&admin_state_up=True used request id req-50d9bf3e-e976-457b-a98f-aa8843f7646b 2018-10-04 14:56:37,967 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:56:37,968 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:56:38,338 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "455b4ba7ec2646199ad17336656f52e8", "name": "CreateNetworkSuccessTests-a06ae6a3-4239-459-proj-role"}], "expires_at": "2018-10-04T15:56:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "48578690a94b497699e207cb84a7fdd5", "name": "CreateNetworkSuccessTests-a06ae6a3-4239-459-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/48578690a94b497699e207cb84a7fdd5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/48578690a94b497699e207cb84a7fdd5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/48578690a94b497699e207cb84a7fdd5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/48578690a94b497699e207cb84a7fdd5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/48578690a94b497699e207cb84a7fdd5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/48578690a94b497699e207cb84a7fdd5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/48578690a94b497699e207cb84a7fdd5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/48578690a94b497699e207cb84a7fdd5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/48578690a94b497699e207cb84a7fdd5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/48578690a94b497699e207cb84a7fdd5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/48578690a94b497699e207cb84a7fdd5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/48578690a94b497699e207cb84a7fdd5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-a06ae6a3-4239-459-user", "id": "19a29e1951dd4598881daa3cf284d848"}, "audit_ids": ["jKEJ6etfR4us0tPGhJJELg"], "issued_at": "2018-10-04T14:56:38.000000Z"}} 2018-10-04 14:56:38,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}282fc688f8b4228741f8abde9b14c409886fcdbd" 2018-10-04 14:56:38,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b97c860-ccde-430c-b68d-08f6c95080f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:56:38,413 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4b97c860-ccde-430c-b68d-08f6c95080f9 2018-10-04 14:56:38,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ada3026d808d12ded3d497e8cc248fa85e0c9458" 2018-10-04 14:56:38,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-02090cd2-4420-4a21-b4fe-7c903189ea73 Date: Thu, 04 Oct 2018 14:56:38 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 14:56:38,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-02090cd2-4420-4a21-b4fe-7c903189ea73 2018-10-04 14:56:38,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ada3026d808d12ded3d497e8cc248fa85e0c9458" 2018-10-04 14:56:38,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-af30c733-09ef-495b-a929-66f0a87cd49f Date: Thu, 04 Oct 2018 14:56:38 GMT RESP BODY: {"subnets":[]} 2018-10-04 14:56:38,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-af30c733-09ef-495b-a929-66f0a87cd49f 2018-10-04 14:56:38,839 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-router 2018-10-04 14:56:38,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ada3026d808d12ded3d497e8cc248fa85e0c9458" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-router", "admin_state_up": true}}' 2018-10-04 14:56:43,777 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-57e5232c-0344-487d-8ab6-560425f3cb9e Date: Thu, 04 Oct 2018 14:56:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "48578690a94b497699e207cb84a7fdd5", "created_at": "2018-10-04T14:56:39Z", "admin_state_up": true, "updated_at": "2018-10-04T14:56:40Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "48578690a94b497699e207cb84a7fdd5", "id": "0526e187-0118-4c82-a58a-ecfe7cf903a0", "name": "CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-router"}} 2018-10-04 14:56:43,777 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-57e5232c-0344-487d-8ab6-560425f3cb9e 2018-10-04 14:56:43,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=0526e187-0118-4c82-a58a-ecfe7cf903a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ada3026d808d12ded3d497e8cc248fa85e0c9458" 2018-10-04 14:56:43,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6ef599d4-fbb0-4688-85c6-935fd84e100f Date: Thu, 04 Oct 2018 14:56:43 GMT RESP BODY: {"ports":[]} 2018-10-04 14:56:43,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=0526e187-0118-4c82-a58a-ecfe7cf903a0 used request id req-6ef599d4-fbb0-4688-85c6-935fd84e100f 2018-10-04 14:56:43,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ada3026d808d12ded3d497e8cc248fa85e0c9458" 2018-10-04 14:56:44,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7f5eaf6f-1d3c-486e-9dc2-dc2210d9ca80 Date: Thu, 04 Oct 2018 14:56:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d9e3b16a-596b-44f6-ab95-0d370c0d9881"],"updated_at":"2018-10-04T14:56:36Z","tenant_id":"48578690a94b497699e207cb84a7fdd5","created_at":"2018-10-04T14:56:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"48578690a94b497699e207cb84a7fdd5","id":"675f31fe-b458-49aa-9db9-c024ae99f669","name":"CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-net"}]} 2018-10-04 14:56:44,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-net used request id req-7f5eaf6f-1d3c-486e-9dc2-dc2210d9ca80 2018-10-04 14:56:44,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:56:44,219 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:56:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:56:44,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/48578690a94b497699e207cb84a7fdd5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ada3026d808d12ded3d497e8cc248fa85e0c9458" 2018-10-04 14:56:44,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fcf7674-bd9c-4f5e-bbb3-aef4530079c9 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/48578690a94b497699e207cb84a7fdd5"}, "enabled": true, "id": "48578690a94b497699e207cb84a7fdd5", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a06ae6a3-4239-459-proj"}} 2018-10-04 14:56:44,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/48578690a94b497699e207cb84a7fdd5 used request id req-1fcf7674-bd9c-4f5e-bbb3-aef4530079c9 2018-10-04 14:56:44,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=675f31fe-b458-49aa-9db9-c024ae99f669 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ada3026d808d12ded3d497e8cc248fa85e0c9458" 2018-10-04 14:56:44,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ccb00b20-651f-4f38-818b-9d6f1516ed82 Date: Thu, 04 Oct 2018 14:56:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"675f31fe-b458-49aa-9db9-c024ae99f669","tenant_id":"48578690a94b497699e207cb84a7fdd5","created_at":"2018-10-04T14:56:36Z","dns_nameservers":[],"updated_at":"2018-10-04T14:56:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"48578690a94b497699e207cb84a7fdd5","id":"d9e3b16a-596b-44f6-ab95-0d370c0d9881","subnetpool_id":null,"name":"CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-subnet"}]} 2018-10-04 14:56:44,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=675f31fe-b458-49aa-9db9-c024ae99f669 used request id req-ccb00b20-651f-4f38-818b-9d6f1516ed82 2018-10-04 14:56:44,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=675f31fe-b458-49aa-9db9-c024ae99f669&name=CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ada3026d808d12ded3d497e8cc248fa85e0c9458" 2018-10-04 14:56:44,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-94481b3d-38c5-421f-add3-deb032ac57e0 Date: Thu, 04 Oct 2018 14:56:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"675f31fe-b458-49aa-9db9-c024ae99f669","tenant_id":"48578690a94b497699e207cb84a7fdd5","created_at":"2018-10-04T14:56:36Z","dns_nameservers":[],"updated_at":"2018-10-04T14:56:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"48578690a94b497699e207cb84a7fdd5","id":"d9e3b16a-596b-44f6-ab95-0d370c0d9881","subnetpool_id":null,"name":"CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-subnet"}]} 2018-10-04 14:56:44,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=675f31fe-b458-49aa-9db9-c024ae99f669&name=CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-subnet used request id req-94481b3d-38c5-421f-add3-deb032ac57e0 2018-10-04 14:56:44,423 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-04 14:56:44,423 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-router 2018-10-04 14:56:44,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/0526e187-0118-4c82-a58a-ecfe7cf903a0/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ada3026d808d12ded3d497e8cc248fa85e0c9458" -d '{"subnet_id": "d9e3b16a-596b-44f6-ab95-0d370c0d9881"}' 2018-10-04 14:56:46,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-74c90da4-af4b-4860-8e5a-391194f2c319 Date: Thu, 04 Oct 2018 14:56:46 GMT RESP BODY: {"network_id": "675f31fe-b458-49aa-9db9-c024ae99f669", "tenant_id": "48578690a94b497699e207cb84a7fdd5", "subnet_id": "d9e3b16a-596b-44f6-ab95-0d370c0d9881", "subnet_ids": ["d9e3b16a-596b-44f6-ab95-0d370c0d9881"], "port_id": "d42d86bb-e1db-4a86-9689-bc8fc2160f02", "id": "0526e187-0118-4c82-a58a-ecfe7cf903a0"} 2018-10-04 14:56:46,380 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0526e187-0118-4c82-a58a-ecfe7cf903a0/add_router_interface used request id req-74c90da4-af4b-4860-8e5a-391194f2c319 2018-10-04 14:56:46,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/0526e187-0118-4c82-a58a-ecfe7cf903a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ada3026d808d12ded3d497e8cc248fa85e0c9458" 2018-10-04 14:56:46,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-b1ae5bfd-7e0c-4f49-bc03-d2122241b3e6 Date: Thu, 04 Oct 2018 14:56:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "48578690a94b497699e207cb84a7fdd5", "created_at": "2018-10-04T14:56:39Z", "admin_state_up": true, "updated_at": "2018-10-04T14:56:45Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "48578690a94b497699e207cb84a7fdd5", "id": "0526e187-0118-4c82-a58a-ecfe7cf903a0", "name": "CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-router"}} 2018-10-04 14:56:46,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/0526e187-0118-4c82-a58a-ecfe7cf903a0 used request id req-b1ae5bfd-7e0c-4f49-bc03-d2122241b3e6 2018-10-04 14:56:46,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=0526e187-0118-4c82-a58a-ecfe7cf903a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ada3026d808d12ded3d497e8cc248fa85e0c9458" 2018-10-04 14:56:46,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-07c0ff03-03ff-4454-8ef4-c459610a39e8 Date: Thu, 04 Oct 2018 14:56:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:56:45Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d9e3b16a-596b-44f6-ab95-0d370c0d9881","ip_address":"10.55.1.1"}],"id":"d42d86bb-e1db-4a86-9689-bc8fc2160f02","security_groups":[],"mac_address":"fa:16:3e:7b:cd:09","project_id":"48578690a94b497699e207cb84a7fdd5","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"675f31fe-b458-49aa-9db9-c024ae99f669","tenant_id":"48578690a94b497699e207cb84a7fdd5","created_at":"2018-10-04T14:56:45Z","binding:vnic_type":"normal","device_id":"0526e187-0118-4c82-a58a-ecfe7cf903a0"}]} 2018-10-04 14:56:46,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=0526e187-0118-4c82-a58a-ecfe7cf903a0 used request id req-07c0ff03-03ff-4454-8ef4-c459610a39e8 2018-10-04 14:56:46,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d9e3b16a-596b-44f6-ab95-0d370c0d9881 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ada3026d808d12ded3d497e8cc248fa85e0c9458" 2018-10-04 14:56:46,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-1ee9a3bf-f5c9-416b-8224-6984e7ff4deb Date: Thu, 04 Oct 2018 14:56:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"675f31fe-b458-49aa-9db9-c024ae99f669","tenant_id":"48578690a94b497699e207cb84a7fdd5","created_at":"2018-10-04T14:56:36Z","dns_nameservers":[],"updated_at":"2018-10-04T14:56:36Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"48578690a94b497699e207cb84a7fdd5","id":"d9e3b16a-596b-44f6-ab95-0d370c0d9881","subnetpool_id":null,"name":"CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-subnet"}} 2018-10-04 14:56:46,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d9e3b16a-596b-44f6-ab95-0d370c0d9881 used request id req-1ee9a3bf-f5c9-416b-8224-6984e7ff4deb 2018-10-04 14:56:46,882 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:56:47,262 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "455b4ba7ec2646199ad17336656f52e8", "name": "CreateNetworkSuccessTests-a06ae6a3-4239-459-proj-role"}], "expires_at": "2018-10-04T15:56:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "48578690a94b497699e207cb84a7fdd5", "name": "CreateNetworkSuccessTests-a06ae6a3-4239-459-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/48578690a94b497699e207cb84a7fdd5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/48578690a94b497699e207cb84a7fdd5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/48578690a94b497699e207cb84a7fdd5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/48578690a94b497699e207cb84a7fdd5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/48578690a94b497699e207cb84a7fdd5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/48578690a94b497699e207cb84a7fdd5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/48578690a94b497699e207cb84a7fdd5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/48578690a94b497699e207cb84a7fdd5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/48578690a94b497699e207cb84a7fdd5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/48578690a94b497699e207cb84a7fdd5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/48578690a94b497699e207cb84a7fdd5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/48578690a94b497699e207cb84a7fdd5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-a06ae6a3-4239-459-user", "id": "19a29e1951dd4598881daa3cf284d848"}, "audit_ids": ["Gcr4FmtXTcqWHa94uY5STQ"], "issued_at": "2018-10-04T14:56:47.000000Z"}} 2018-10-04 14:56:47,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5d9c09876032e4ee4c685b7217738073ab0d3de" 2018-10-04 14:56:47,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-70ae8021-696b-43e3-8136-e887ca5e61f1 Date: Thu, 04 Oct 2018 14:56:47 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":["d9e3b16a-596b-44f6-ab95-0d370c0d9881"],"updated_at":"2018-10-04T14:56:36Z","tenant_id":"48578690a94b497699e207cb84a7fdd5","created_at":"2018-10-04T14:56:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"48578690a94b497699e207cb84a7fdd5","id":"675f31fe-b458-49aa-9db9-c024ae99f669","name":"CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-net"}]} 2018-10-04 14:56:47,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-net used request id req-70ae8021-696b-43e3-8136-e887ca5e61f1 2018-10-04 14:56:47,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:56:47,524 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:56:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:56:47,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/48578690a94b497699e207cb84a7fdd5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5be4e627642653f7eb555a2ff6d60d211a9bd02" 2018-10-04 14:56:47,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6293782f-68db-4239-a19a-748025226212 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/48578690a94b497699e207cb84a7fdd5"}, "enabled": true, "id": "48578690a94b497699e207cb84a7fdd5", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a06ae6a3-4239-459-proj"}} 2018-10-04 14:56:47,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/48578690a94b497699e207cb84a7fdd5 used request id req-6293782f-68db-4239-a19a-748025226212 2018-10-04 14:56:47,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=675f31fe-b458-49aa-9db9-c024ae99f669 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5d9c09876032e4ee4c685b7217738073ab0d3de" 2018-10-04 14:56:47,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a67c1591-9069-4032-9835-c7a0ddb4f2bc Date: Thu, 04 Oct 2018 14:56:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"675f31fe-b458-49aa-9db9-c024ae99f669","tenant_id":"48578690a94b497699e207cb84a7fdd5","created_at":"2018-10-04T14:56:36Z","dns_nameservers":[],"updated_at":"2018-10-04T14:56:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"48578690a94b497699e207cb84a7fdd5","id":"d9e3b16a-596b-44f6-ab95-0d370c0d9881","subnetpool_id":null,"name":"CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-subnet"}]} 2018-10-04 14:56:47,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=675f31fe-b458-49aa-9db9-c024ae99f669 used request id req-a67c1591-9069-4032-9835-c7a0ddb4f2bc 2018-10-04 14:56:47,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=675f31fe-b458-49aa-9db9-c024ae99f669&name=CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5d9c09876032e4ee4c685b7217738073ab0d3de" 2018-10-04 14:56:48,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-519dcff8-733c-4c0e-a030-c1fc39aaad22 Date: Thu, 04 Oct 2018 14:56:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"675f31fe-b458-49aa-9db9-c024ae99f669","tenant_id":"48578690a94b497699e207cb84a7fdd5","created_at":"2018-10-04T14:56:36Z","dns_nameservers":[],"updated_at":"2018-10-04T14:56:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"48578690a94b497699e207cb84a7fdd5","id":"d9e3b16a-596b-44f6-ab95-0d370c0d9881","subnetpool_id":null,"name":"CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-subnet"}]} 2018-10-04 14:56:48,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=675f31fe-b458-49aa-9db9-c024ae99f669&name=CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-subnet used request id req-519dcff8-733c-4c0e-a030-c1fc39aaad22 2018-10-04 14:56:48,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5d9c09876032e4ee4c685b7217738073ab0d3de" 2018-10-04 14:56:48,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-de9564e8-0dd9-48d6-850a-d4b12b7ef4d6 Date: Thu, 04 Oct 2018 14:56:48 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "48578690a94b497699e207cb84a7fdd5", "created_at": "2018-10-04T14:56:39Z", "admin_state_up": true, "updated_at": "2018-10-04T14:56:45Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "48578690a94b497699e207cb84a7fdd5", "id": "0526e187-0118-4c82-a58a-ecfe7cf903a0", "name": "CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-router"}]} 2018-10-04 14:56:48,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-router used request id req-de9564e8-0dd9-48d6-850a-d4b12b7ef4d6 2018-10-04 14:56:48,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/48578690a94b497699e207cb84a7fdd5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5be4e627642653f7eb555a2ff6d60d211a9bd02" 2018-10-04 14:56:48,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e1fa9c0-cb9e-4941-bb36-3bce5dd75013 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/48578690a94b497699e207cb84a7fdd5"}, "enabled": true, "id": "48578690a94b497699e207cb84a7fdd5", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a06ae6a3-4239-459-proj"}} 2018-10-04 14:56:48,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/48578690a94b497699e207cb84a7fdd5 used request id req-4e1fa9c0-cb9e-4941-bb36-3bce5dd75013 2018-10-04 14:56:48,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=0526e187-0118-4c82-a58a-ecfe7cf903a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5d9c09876032e4ee4c685b7217738073ab0d3de" 2018-10-04 14:56:48,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-b1f465e7-13d4-4e3f-9ade-5cd5d8610d81 Date: Thu, 04 Oct 2018 14:56:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:56:45Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d9e3b16a-596b-44f6-ab95-0d370c0d9881","ip_address":"10.55.1.1"}],"id":"d42d86bb-e1db-4a86-9689-bc8fc2160f02","security_groups":[],"mac_address":"fa:16:3e:7b:cd:09","project_id":"48578690a94b497699e207cb84a7fdd5","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"675f31fe-b458-49aa-9db9-c024ae99f669","tenant_id":"48578690a94b497699e207cb84a7fdd5","created_at":"2018-10-04T14:56:45Z","binding:vnic_type":"normal","device_id":"0526e187-0118-4c82-a58a-ecfe7cf903a0"}]} 2018-10-04 14:56:48,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=0526e187-0118-4c82-a58a-ecfe7cf903a0 used request id req-b1f465e7-13d4-4e3f-9ade-5cd5d8610d81 2018-10-04 14:56:48,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d9e3b16a-596b-44f6-ab95-0d370c0d9881 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5d9c09876032e4ee4c685b7217738073ab0d3de" 2018-10-04 14:56:48,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-d7d0b687-3f50-43c9-b997-50c789fbebb3 Date: Thu, 04 Oct 2018 14:56:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"675f31fe-b458-49aa-9db9-c024ae99f669","tenant_id":"48578690a94b497699e207cb84a7fdd5","created_at":"2018-10-04T14:56:36Z","dns_nameservers":[],"updated_at":"2018-10-04T14:56:36Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"48578690a94b497699e207cb84a7fdd5","id":"d9e3b16a-596b-44f6-ab95-0d370c0d9881","subnetpool_id":null,"name":"CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-subnet"}} 2018-10-04 14:56:48,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d9e3b16a-596b-44f6-ab95-0d370c0d9881 used request id req-d7d0b687-3f50-43c9-b997-50c789fbebb3 2018-10-04 14:56:48,765 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-router and subnet CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-subnet 2018-10-04 14:56:48,765 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-router 2018-10-04 14:56:48,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/0526e187-0118-4c82-a58a-ecfe7cf903a0/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ada3026d808d12ded3d497e8cc248fa85e0c9458" -d '{"subnet_id": "d9e3b16a-596b-44f6-ab95-0d370c0d9881"}' 2018-10-04 14:56:50,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fe100b94-cf5c-43a0-9a77-037e04f9b76e Date: Thu, 04 Oct 2018 14:56:50 GMT RESP BODY: {"network_id": "675f31fe-b458-49aa-9db9-c024ae99f669", "tenant_id": "48578690a94b497699e207cb84a7fdd5", "subnet_id": "d9e3b16a-596b-44f6-ab95-0d370c0d9881", "subnet_ids": ["d9e3b16a-596b-44f6-ab95-0d370c0d9881"], "port_id": "d42d86bb-e1db-4a86-9689-bc8fc2160f02", "id": "0526e187-0118-4c82-a58a-ecfe7cf903a0"} 2018-10-04 14:56:50,205 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0526e187-0118-4c82-a58a-ecfe7cf903a0/remove_router_interface used request id req-fe100b94-cf5c-43a0-9a77-037e04f9b76e 2018-10-04 14:56:50,205 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-router 2018-10-04 14:56:50,205 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-router 2018-10-04 14:56:50,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/0526e187-0118-4c82-a58a-ecfe7cf903a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ada3026d808d12ded3d497e8cc248fa85e0c9458" 2018-10-04 14:56:53,741 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5c92375a-0efb-498b-a1db-28aee41ee507 Content-Length: 0 Date: Thu, 04 Oct 2018 14:56:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:56:53,741 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/0526e187-0118-4c82-a58a-ecfe7cf903a0 used request id req-5c92375a-0efb-498b-a1db-28aee41ee507 2018-10-04 14:56:53,742 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-subnet 2018-10-04 14:56:53,742 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-subnet 2018-10-04 14:56:53,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/d9e3b16a-596b-44f6-ab95-0d370c0d9881 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40efe315e7b9fa543ad9b424f7fb0c216bf12403" 2018-10-04 14:56:56,041 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-64af6358-e021-4c65-81d8-d0d5e7def07e Date: Thu, 04 Oct 2018 14:56:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:56:56,042 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/d9e3b16a-596b-44f6-ab95-0d370c0d9881 used request id req-64af6358-e021-4c65-81d8-d0d5e7def07e 2018-10-04 14:56:56,042 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-db771d5e-71fc-4147-b952-18bb2dd672b1-pub-net 2018-10-04 14:56:56,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/675f31fe-b458-49aa-9db9-c024ae99f669 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40efe315e7b9fa543ad9b424f7fb0c216bf12403" 2018-10-04 14:56:57,282 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9f158f78-0e7f-4536-bb6a-de473b417407 Date: Thu, 04 Oct 2018 14:56:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:56:57,283 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/675f31fe-b458-49aa-9db9-c024ae99f669 used request id req-9f158f78-0e7f-4536-bb6a-de473b417407 2018-10-04 14:56:57,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad81fd877f8f3cc5ac351cdd0624496f1912fec0" 2018-10-04 14:56:57,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c5aa1970-aede-4050-9f49-8373c0b8f32c Date: Thu, 04 Oct 2018 14:56:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "48578690a94b497699e207cb84a7fdd5", "created_at": "2018-10-04T14:56:35Z", "updated_at": "2018-10-04T14:56:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:56:35Z", "revision_number": 0, "id": "40be3eae-326a-4c66-8aaa-6da5e16d377b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:56:35Z", "security_group_id": "fcc65191-4c0b-420c-892e-466e0d7baa1a", "tenant_id": "48578690a94b497699e207cb84a7fdd5", "port_range_min": null, "ethertype": "IPv4", "project_id": "48578690a94b497699e207cb84a7fdd5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:56:35Z", "revision_number": 0, "id": "548bb10f-8006-4a2b-b7be-a2d52b71f6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:56:35Z", "security_group_id": "fcc65191-4c0b-420c-892e-466e0d7baa1a", "tenant_id": "48578690a94b497699e207cb84a7fdd5", "port_range_min": null, "ethertype": "IPv6", "project_id": "48578690a94b497699e207cb84a7fdd5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:56:35Z", "revision_number": 0, "id": "fc83103d-301f-43af-9f24-06651e6ff652", "remote_group_id": "fcc65191-4c0b-420c-892e-466e0d7baa1a", "remote_ip_prefix": null, "created_at": "2018-10-04T14:56:35Z", "security_group_id": "fcc65191-4c0b-420c-892e-466e0d7baa1a", "tenant_id": "48578690a94b497699e207cb84a7fdd5", "port_range_min": null, "ethertype": "IPv6", "project_id": "48578690a94b497699e207cb84a7fdd5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:56:35Z", "revision_number": 0, "id": "fdc5395c-5dc4-4d62-b931-4c5c8596789d", "remote_group_id": "fcc65191-4c0b-420c-892e-466e0d7baa1a", "remote_ip_prefix": null, "created_at": "2018-10-04T14:56:35Z", "security_group_id": "fcc65191-4c0b-420c-892e-466e0d7baa1a", "tenant_id": "48578690a94b497699e207cb84a7fdd5", "port_range_min": null, "ethertype": "IPv4", "project_id": "48578690a94b497699e207cb84a7fdd5"}], "revision_number": 4, "project_id": "48578690a94b497699e207cb84a7fdd5", "id": "fcc65191-4c0b-420c-892e-466e0d7baa1a", "name": "default"}]} 2018-10-04 14:56:57,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-c5aa1970-aede-4050-9f49-8373c0b8f32c 2018-10-04 14:56:57,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad81fd877f8f3cc5ac351cdd0624496f1912fec0" 2018-10-04 14:56:57,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f5cd136-6c00-4c2f-8d0c-083a0239df0b Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:56:57,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-7f5cd136-6c00-4c2f-8d0c-083a0239df0b 2018-10-04 14:56:57,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad81fd877f8f3cc5ac351cdd0624496f1912fec0" 2018-10-04 14:56:57,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5698fa2d-850c-414b-b499-d41efcf23a48 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:56:57,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-5698fa2d-850c-414b-b499-d41efcf23a48 2018-10-04 14:56:57,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad81fd877f8f3cc5ac351cdd0624496f1912fec0" 2018-10-04 14:56:57,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab7b6c5a-9016-4dbc-afa2-4b589297305d Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:56:57,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-ab7b6c5a-9016-4dbc-afa2-4b589297305d 2018-10-04 14:56:57,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/48578690a94b497699e207cb84a7fdd5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad81fd877f8f3cc5ac351cdd0624496f1912fec0" 2018-10-04 14:56:57,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aad4c175-f998-4189-ab58-967d7d621892 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/48578690a94b497699e207cb84a7fdd5"}, "enabled": true, "id": "48578690a94b497699e207cb84a7fdd5", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a06ae6a3-4239-459-proj"}} 2018-10-04 14:56:57,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/48578690a94b497699e207cb84a7fdd5 used request id req-aad4c175-f998-4189-ab58-967d7d621892 2018-10-04 14:56:57,941 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fcc65191-4c0b-420c-892e-466e0d7baa1a 2018-10-04 14:56:57,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=fcc65191-4c0b-420c-892e-466e0d7baa1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad81fd877f8f3cc5ac351cdd0624496f1912fec0" 2018-10-04 14:56:58,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f42739e4-338f-4fbf-9644-a4ee0808f248 Date: Thu, 04 Oct 2018 14:56:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:56:35Z", "security_group_id": "fcc65191-4c0b-420c-892e-466e0d7baa1a", "port_range_min": null, "revision_number": 0, "tenant_id": "48578690a94b497699e207cb84a7fdd5", "created_at": "2018-10-04T14:56:35Z", "project_id": "48578690a94b497699e207cb84a7fdd5", "id": "40be3eae-326a-4c66-8aaa-6da5e16d377b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:56:35Z", "security_group_id": "fcc65191-4c0b-420c-892e-466e0d7baa1a", "port_range_min": null, "revision_number": 0, "tenant_id": "48578690a94b497699e207cb84a7fdd5", "created_at": "2018-10-04T14:56:35Z", "project_id": "48578690a94b497699e207cb84a7fdd5", "id": "548bb10f-8006-4a2b-b7be-a2d52b71f6e9"}, {"remote_group_id": "fcc65191-4c0b-420c-892e-466e0d7baa1a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:56:35Z", "security_group_id": "fcc65191-4c0b-420c-892e-466e0d7baa1a", "port_range_min": null, "revision_number": 0, "tenant_id": "48578690a94b497699e207cb84a7fdd5", "created_at": "2018-10-04T14:56:35Z", "project_id": "48578690a94b497699e207cb84a7fdd5", "id": "fc83103d-301f-43af-9f24-06651e6ff652"}, {"remote_group_id": "fcc65191-4c0b-420c-892e-466e0d7baa1a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:56:35Z", "security_group_id": "fcc65191-4c0b-420c-892e-466e0d7baa1a", "port_range_min": null, "revision_number": 0, "tenant_id": "48578690a94b497699e207cb84a7fdd5", "created_at": "2018-10-04T14:56:35Z", "project_id": "48578690a94b497699e207cb84a7fdd5", "id": "fdc5395c-5dc4-4d62-b931-4c5c8596789d"}]} 2018-10-04 14:56:58,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=fcc65191-4c0b-420c-892e-466e0d7baa1a used request id req-f42739e4-338f-4fbf-9644-a4ee0808f248 2018-10-04 14:56:58,139 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 14:56:58,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/fcc65191-4c0b-420c-892e-466e0d7baa1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad81fd877f8f3cc5ac351cdd0624496f1912fec0" 2018-10-04 14:56:58,457 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1b3aa2ab-13b1-4e81-adca-311e06f92a3a Content-Length: 0 Date: Thu, 04 Oct 2018 14:56:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:56:58,457 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/fcc65191-4c0b-420c-892e-466e0d7baa1a used request id req-1b3aa2ab-13b1-4e81-adca-311e06f92a3a 2018-10-04 14:56:58,458 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-a06ae6a3-4239-459-proj 2018-10-04 14:56:58,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/48578690a94b497699e207cb84a7fdd5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad81fd877f8f3cc5ac351cdd0624496f1912fec0" 2018-10-04 14:56:58,687 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:56:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9473c9a0-d27c-45d1-8340-611c131ca6ab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:56:58,687 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/48578690a94b497699e207cb84a7fdd5 used request id req-9473c9a0-d27c-45d1-8340-611c131ca6ab 2018-10-04 14:56:58,687 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-a06ae6a3-4239-459-proj-role 2018-10-04 14:56:58,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/455b4ba7ec2646199ad17336656f52e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad81fd877f8f3cc5ac351cdd0624496f1912fec0" 2018-10-04 14:56:58,816 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:56:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79c78010-9d3a-40a4-8ebd-0e9cdb74044d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:56:58,817 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/455b4ba7ec2646199ad17336656f52e8 used request id req-79c78010-9d3a-40a4-8ebd-0e9cdb74044d 2018-10-04 14:56:58,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad81fd877f8f3cc5ac351cdd0624496f1912fec0" 2018-10-04 14:56:58,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69f03e56-aed4-43e2-98e4-c6609ce1fc09 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:56:58,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-69f03e56-aed4-43e2-98e4-c6609ce1fc09 2018-10-04 14:56:58,902 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-a06ae6a3-4239-459-user 2018-10-04 14:56:58,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/19a29e1951dd4598881daa3cf284d848 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a72e47743a28441ab4805c20d45f8bfb4f5afe" 2018-10-04 14:56:59,115 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:56:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83d53b06-1ec8-4d71-baad-18343cb2eb9a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:56:59,116 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/19a29e1951dd4598881daa3cf284d848 used request id req-83d53b06-1ec8-4d71-baad-18343cb2eb9a 2018-10-04 14:56:59,117 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:56:59,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:56:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["EDF4k065TPuCe-3z5-KtXA"], "issued_at": "2018-10-04T14:56:59.000000Z"}} 2018-10-04 14:56:59,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c868f9257433d3b2f45880a48a246160f23c239f" 2018-10-04 14:56:59,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26369dad-5765-4b32-b48c-a52ee6ed7cad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:56:59,582 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-26369dad-5765-4b32-b48c-a52ee6ed7cad 2018-10-04 14:56:59,583 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:56:59,584 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:56:59,968 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:56:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["ITMSylzNS7eLG4Y13Ucs1Q"], "issued_at": "2018-10-04T14:56:59.000000Z"}} 2018-10-04 14:56:59,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e86b63750b6b20437ee1687ad5d283fc96c5bea" 2018-10-04 14:57:00,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c01f9d5f-23ed-409b-9b6f-e6beb68a2916 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:57:00,053 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c01f9d5f-23ed-409b-9b6f-e6beb68a2916 2018-10-04 14:57:00,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:57:00,063 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:57:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:57:00,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-5ab2f64a-dc44-451-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e86b63750b6b20437ee1687ad5d283fc96c5bea" 2018-10-04 14:57:00,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b78b349-f117-44bf-be85-8ab1b9534c9d Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-5ab2f64a-dc44-451-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:57:00,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-5ab2f64a-dc44-451-proj used request id req-8b78b349-f117-44bf-be85-8ab1b9534c9d 2018-10-04 14:57:00,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e86b63750b6b20437ee1687ad5d283fc96c5bea" 2018-10-04 14:57:00,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bca487a2-994c-411f-afb9-0d9261d52738 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:57:00,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-bca487a2-994c-411f-afb9-0d9261d52738 2018-10-04 14:57:00,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e86b63750b6b20437ee1687ad5d283fc96c5bea" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-5ab2f64a-dc44-451-proj"}}' 2018-10-04 14:57:00,349 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:57:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b18b835c-7886-44d1-bbf5-c0762004bfee Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ac4fbd34ddd74bc6911105ea1d9e2247"}, "enabled": true, "id": "ac4fbd34ddd74bc6911105ea1d9e2247", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-5ab2f64a-dc44-451-proj"}} 2018-10-04 14:57:00,349 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-b18b835c-7886-44d1-bbf5-c0762004bfee 2018-10-04 14:57:00,350 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-5ab2f64a-dc44-451-proj 2018-10-04 14:57:00,350 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:57:00,351 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:57:00,740 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:57:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["TJAAq40jSz-ZjVbokofN8g"], "issued_at": "2018-10-04T14:57:00.000000Z"}} 2018-10-04 14:57:00,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f1fe8c457864cb0eb5b21433164fcf35a81b40" 2018-10-04 14:57:00,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9e39ccc-adf6-44ce-a26f-f550ec649cdf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:57:00,833 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a9e39ccc-adf6-44ce-a26f-f550ec649cdf 2018-10-04 14:57:00,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:57:00,843 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:57:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:57:00,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f1fe8c457864cb0eb5b21433164fcf35a81b40" 2018-10-04 14:57:00,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28cd00fb-0b68-4d49-ab9a-ed0f971bd2ce Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:57:00,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-28cd00fb-0b68-4d49-ab9a-ed0f971bd2ce 2018-10-04 14:57:00,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-5ab2f64a-dc44-451-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f1fe8c457864cb0eb5b21433164fcf35a81b40" 2018-10-04 14:57:00,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36149b52-b012-4710-9b92-051b8ea81297 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-5ab2f64a-dc44-451-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ac4fbd34ddd74bc6911105ea1d9e2247"}, "enabled": true, "id": "ac4fbd34ddd74bc6911105ea1d9e2247", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-5ab2f64a-dc44-451-proj"}]} 2018-10-04 14:57:00,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-5ab2f64a-dc44-451-proj used request id req-36149b52-b012-4710-9b92-051b8ea81297 2018-10-04 14:57:00,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f1fe8c457864cb0eb5b21433164fcf35a81b40" 2018-10-04 14:57:01,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79dc2f7d-699e-4bc2-a03a-3002960e50c7 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:57:01,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-79dc2f7d-699e-4bc2-a03a-3002960e50c7 2018-10-04 14:57:01,516 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-5ab2f64a-dc44-451-user 2018-10-04 14:57:01,517 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:57:01,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e86b63750b6b20437ee1687ad5d283fc96c5bea" 2018-10-04 14:57:01,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4367c0e9-d6e8-48d4-bcc0-26fbbfa917ae Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:57:01,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4367c0e9-d6e8-48d4-bcc0-26fbbfa917ae 2018-10-04 14:57:01,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e86b63750b6b20437ee1687ad5d283fc96c5bea" -d '{"role": {"name": "CreateNetworkSuccessTests-5ab2f64a-dc44-451-proj-role"}}' 2018-10-04 14:57:01,708 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:57:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e1c2d70-8e81-482a-a59e-1ce5b47c41fe Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fc6ee77c717b47478b3b544d4c37e766", "links": {"self": "http://172.30.9.23:5000/v3/roles/fc6ee77c717b47478b3b544d4c37e766"}, "name": "CreateNetworkSuccessTests-5ab2f64a-dc44-451-proj-role"}} 2018-10-04 14:57:01,708 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-1e1c2d70-8e81-482a-a59e-1ce5b47c41fe 2018-10-04 14:57:01,708 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-5ab2f64a-dc44-451-proj-role 2018-10-04 14:57:01,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/fc6ee77c717b47478b3b544d4c37e766 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e86b63750b6b20437ee1687ad5d283fc96c5bea" 2018-10-04 14:57:01,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-026ddf2a-73f5-48b9-9295-73c0d7b679c7 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/fc6ee77c717b47478b3b544d4c37e766"}, "domain_id": null, "name": "CreateNetworkSuccessTests-5ab2f64a-dc44-451-proj-role", "id": "fc6ee77c717b47478b3b544d4c37e766"}} 2018-10-04 14:57:01,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/fc6ee77c717b47478b3b544d4c37e766 used request id req-026ddf2a-73f5-48b9-9295-73c0d7b679c7 2018-10-04 14:57:01,727 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-5ab2f64a-dc44-451-proj-role to project CreateNetworkSuccessTests-5ab2f64a-dc44-451-proj 2018-10-04 14:57:01,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/ac4fbd34ddd74bc6911105ea1d9e2247/users/fe8075a0d8754f84ba73a8eeb592eb6a/roles/fc6ee77c717b47478b3b544d4c37e766 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e86b63750b6b20437ee1687ad5d283fc96c5bea" 2018-10-04 14:57:01,852 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:57:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4f63fcc-74bd-4dcd-9f4f-f52374374f3a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:57:01,852 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/ac4fbd34ddd74bc6911105ea1d9e2247/users/fe8075a0d8754f84ba73a8eeb592eb6a/roles/fc6ee77c717b47478b3b544d4c37e766 used request id req-b4f63fcc-74bd-4dcd-9f4f-f52374374f3a 2018-10-04 14:57:01,853 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:57:01,854 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:57:02,219 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc6ee77c717b47478b3b544d4c37e766", "name": "CreateNetworkSuccessTests-5ab2f64a-dc44-451-proj-role"}], "expires_at": "2018-10-04T15:57:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ac4fbd34ddd74bc6911105ea1d9e2247", "name": "CreateNetworkSuccessTests-5ab2f64a-dc44-451-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ac4fbd34ddd74bc6911105ea1d9e2247", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ac4fbd34ddd74bc6911105ea1d9e2247", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ac4fbd34ddd74bc6911105ea1d9e2247", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ac4fbd34ddd74bc6911105ea1d9e2247", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ac4fbd34ddd74bc6911105ea1d9e2247", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ac4fbd34ddd74bc6911105ea1d9e2247", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ac4fbd34ddd74bc6911105ea1d9e2247", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ac4fbd34ddd74bc6911105ea1d9e2247", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ac4fbd34ddd74bc6911105ea1d9e2247", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ac4fbd34ddd74bc6911105ea1d9e2247", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ac4fbd34ddd74bc6911105ea1d9e2247", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ac4fbd34ddd74bc6911105ea1d9e2247", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-5ab2f64a-dc44-451-user", "id": "fe8075a0d8754f84ba73a8eeb592eb6a"}, "audit_ids": ["lF7nVFuTQPaV65YmvMf_xw"], "issued_at": "2018-10-04T14:57:02.000000Z"}} 2018-10-04 14:57:02,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bd96235bdb5fdc0d69b5ef98acc127d05f55578" 2018-10-04 14:57:02,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c514c0c7-3f5e-4928-b71f-82c8b85c35b1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:57:02,297 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c514c0c7-3f5e-4928-b71f-82c8b85c35b1 2018-10-04 14:57:02,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-ab34262e-2a5e-4886-95e5-9f2f615a0dc6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bd96235bdb5fdc0d69b5ef98acc127d05f55578" 2018-10-04 14:57:02,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5ad86cc0-3916-436f-8c9b-a881b16c3d98 Date: Thu, 04 Oct 2018 14:57:02 GMT RESP BODY: {"networks":[]} 2018-10-04 14:57:02,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-ab34262e-2a5e-4886-95e5-9f2f615a0dc6-pub-net used request id req-5ad86cc0-3916-436f-8c9b-a881b16c3d98 2018-10-04 14:57:02,474 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-ab34262e-2a5e-4886-95e5-9f2f615a0dc6-pub-net 2018-10-04 14:57:02,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bd96235bdb5fdc0d69b5ef98acc127d05f55578" -d '{"network": {"name": "CreateNetworkSuccessTests-ab34262e-2a5e-4886-95e5-9f2f615a0dc6-pub-net", "admin_state_up": true}}' 2018-10-04 14:57:03,024 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-4f4701aa-fd19-499b-9933-a2e8bc86056b Date: Thu, 04 Oct 2018 14:57:03 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"54d8daff-5258-4bff-b38c-322a1c80e7ca","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ac4fbd34ddd74bc6911105ea1d9e2247","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T14:57:02Z","is_default":false,"name":"CreateNetworkSuccessTests-ab34262e-2a5e-4886-95e5-9f2f615a0dc6-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"ac4fbd34ddd74bc6911105ea1d9e2247","created_at":"2018-10-04T14:57:02Z","mtu":1450}} 2018-10-04 14:57:03,024 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-4f4701aa-fd19-499b-9933-a2e8bc86056b 2018-10-04 14:57:03,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=54d8daff-5258-4bff-b38c-322a1c80e7ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bd96235bdb5fdc0d69b5ef98acc127d05f55578" 2018-10-04 14:57:03,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-702413d5-adac-4669-96b0-97154cec7764 Date: Thu, 04 Oct 2018 14:57:03 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-10-04T14:57:02Z","tenant_id":"ac4fbd34ddd74bc6911105ea1d9e2247","created_at":"2018-10-04T14:57:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ac4fbd34ddd74bc6911105ea1d9e2247","id":"54d8daff-5258-4bff-b38c-322a1c80e7ca","name":"CreateNetworkSuccessTests-ab34262e-2a5e-4886-95e5-9f2f615a0dc6-pub-net"}]} 2018-10-04 14:57:03,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=54d8daff-5258-4bff-b38c-322a1c80e7ca used request id req-702413d5-adac-4669-96b0-97154cec7764 2018-10-04 14:57:03,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=54d8daff-5258-4bff-b38c-322a1c80e7ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bd96235bdb5fdc0d69b5ef98acc127d05f55578" 2018-10-04 14:57:03,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c98c1ba2-3cd8-41b6-bd43-2293ceb87237 Date: Thu, 04 Oct 2018 14:57:03 GMT RESP BODY: {"subnets":[]} 2018-10-04 14:57:03,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=54d8daff-5258-4bff-b38c-322a1c80e7ca used request id req-c98c1ba2-3cd8-41b6-bd43-2293ceb87237 2018-10-04 14:57:03,448 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-ab34262e-2a5e-4886-95e5-9f2f615a0dc6-pub-subnet 2018-10-04 14:57:03,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bd96235bdb5fdc0d69b5ef98acc127d05f55578" -d '{"subnets": [{"ip_version": 4, "network_id": "54d8daff-5258-4bff-b38c-322a1c80e7ca", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-ab34262e-2a5e-4886-95e5-9f2f615a0dc6-pub-subnet"}]}' 2018-10-04 14:57:04,309 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d9270518-9e29-4aad-912f-d8b07d497bd7 Date: Thu, 04 Oct 2018 14:57:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54d8daff-5258-4bff-b38c-322a1c80e7ca","tenant_id":"ac4fbd34ddd74bc6911105ea1d9e2247","created_at":"2018-10-04T14:57:03Z","dns_nameservers":[],"updated_at":"2018-10-04T14:57:03Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"ac4fbd34ddd74bc6911105ea1d9e2247","id":"32ea2c82-b0c8-4905-a005-47d1cac81ffd","subnetpool_id":null,"name":"CreateNetworkSuccessTests-ab34262e-2a5e-4886-95e5-9f2f615a0dc6-pub-subnet"}]} 2018-10-04 14:57:04,309 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-d9270518-9e29-4aad-912f-d8b07d497bd7 2018-10-04 14:57:04,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=54d8daff-5258-4bff-b38c-322a1c80e7ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bd96235bdb5fdc0d69b5ef98acc127d05f55578" 2018-10-04 14:57:04,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7cd3a260-17ed-4495-a2b8-b226228e5ed0 Date: Thu, 04 Oct 2018 14:57:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["32ea2c82-b0c8-4905-a005-47d1cac81ffd"],"updated_at":"2018-10-04T14:57:03Z","tenant_id":"ac4fbd34ddd74bc6911105ea1d9e2247","created_at":"2018-10-04T14:57:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ac4fbd34ddd74bc6911105ea1d9e2247","id":"54d8daff-5258-4bff-b38c-322a1c80e7ca","name":"CreateNetworkSuccessTests-ab34262e-2a5e-4886-95e5-9f2f615a0dc6-pub-net"}]} 2018-10-04 14:57:04,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=54d8daff-5258-4bff-b38c-322a1c80e7ca used request id req-7cd3a260-17ed-4495-a2b8-b226228e5ed0 2018-10-04 14:57:04,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=54d8daff-5258-4bff-b38c-322a1c80e7ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bd96235bdb5fdc0d69b5ef98acc127d05f55578" 2018-10-04 14:57:04,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-cae864a3-f982-4d79-a3b4-92940b3f10d4 Date: Thu, 04 Oct 2018 14:57:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54d8daff-5258-4bff-b38c-322a1c80e7ca","tenant_id":"ac4fbd34ddd74bc6911105ea1d9e2247","created_at":"2018-10-04T14:57:03Z","dns_nameservers":[],"updated_at":"2018-10-04T14:57:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ac4fbd34ddd74bc6911105ea1d9e2247","id":"32ea2c82-b0c8-4905-a005-47d1cac81ffd","subnetpool_id":null,"name":"CreateNetworkSuccessTests-ab34262e-2a5e-4886-95e5-9f2f615a0dc6-pub-subnet"}]} 2018-10-04 14:57:04,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=54d8daff-5258-4bff-b38c-322a1c80e7ca used request id req-cae864a3-f982-4d79-a3b4-92940b3f10d4 2018-10-04 14:57:04,663 - OpenStackNetwork - DEBUG - Network [54d8daff-5258-4bff-b38c-322a1c80e7ca] created successfully 2018-10-04 14:57:04,663 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:57:05,066 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc6ee77c717b47478b3b544d4c37e766", "name": "CreateNetworkSuccessTests-5ab2f64a-dc44-451-proj-role"}], "expires_at": "2018-10-04T15:57:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ac4fbd34ddd74bc6911105ea1d9e2247", "name": "CreateNetworkSuccessTests-5ab2f64a-dc44-451-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ac4fbd34ddd74bc6911105ea1d9e2247", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ac4fbd34ddd74bc6911105ea1d9e2247", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ac4fbd34ddd74bc6911105ea1d9e2247", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ac4fbd34ddd74bc6911105ea1d9e2247", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ac4fbd34ddd74bc6911105ea1d9e2247", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ac4fbd34ddd74bc6911105ea1d9e2247", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ac4fbd34ddd74bc6911105ea1d9e2247", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ac4fbd34ddd74bc6911105ea1d9e2247", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ac4fbd34ddd74bc6911105ea1d9e2247", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ac4fbd34ddd74bc6911105ea1d9e2247", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ac4fbd34ddd74bc6911105ea1d9e2247", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ac4fbd34ddd74bc6911105ea1d9e2247", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-5ab2f64a-dc44-451-user", "id": "fe8075a0d8754f84ba73a8eeb592eb6a"}, "audit_ids": ["0KmlzDQFSv6MbJOye3q9VQ"], "issued_at": "2018-10-04T14:57:05.000000Z"}} 2018-10-04 14:57:05,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-ab34262e-2a5e-4886-95e5-9f2f615a0dc6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0840570abfbbf76a6b92163803d398b02d824aa5" 2018-10-04 14:57:05,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-e37aa96b-e96b-4972-8e93-74f96052c52d Date: Thu, 04 Oct 2018 14:57:05 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":["32ea2c82-b0c8-4905-a005-47d1cac81ffd"],"updated_at":"2018-10-04T14:57:03Z","tenant_id":"ac4fbd34ddd74bc6911105ea1d9e2247","created_at":"2018-10-04T14:57:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ac4fbd34ddd74bc6911105ea1d9e2247","id":"54d8daff-5258-4bff-b38c-322a1c80e7ca","name":"CreateNetworkSuccessTests-ab34262e-2a5e-4886-95e5-9f2f615a0dc6-pub-net"}]} 2018-10-04 14:57:05,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-ab34262e-2a5e-4886-95e5-9f2f615a0dc6-pub-net used request id req-e37aa96b-e96b-4972-8e93-74f96052c52d 2018-10-04 14:57:05,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:57:05,333 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:57:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:57:05,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ac4fbd34ddd74bc6911105ea1d9e2247 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c868f9257433d3b2f45880a48a246160f23c239f" 2018-10-04 14:57:05,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9acdfcc-6378-454e-8e12-f7b8448251f7 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ac4fbd34ddd74bc6911105ea1d9e2247"}, "enabled": true, "id": "ac4fbd34ddd74bc6911105ea1d9e2247", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-5ab2f64a-dc44-451-proj"}} 2018-10-04 14:57:05,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ac4fbd34ddd74bc6911105ea1d9e2247 used request id req-c9acdfcc-6378-454e-8e12-f7b8448251f7 2018-10-04 14:57:05,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=54d8daff-5258-4bff-b38c-322a1c80e7ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0840570abfbbf76a6b92163803d398b02d824aa5" 2018-10-04 14:57:05,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d03c5f9c-3d2e-44d4-886f-10b449b93c84 Date: Thu, 04 Oct 2018 14:57:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54d8daff-5258-4bff-b38c-322a1c80e7ca","tenant_id":"ac4fbd34ddd74bc6911105ea1d9e2247","created_at":"2018-10-04T14:57:03Z","dns_nameservers":[],"updated_at":"2018-10-04T14:57:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ac4fbd34ddd74bc6911105ea1d9e2247","id":"32ea2c82-b0c8-4905-a005-47d1cac81ffd","subnetpool_id":null,"name":"CreateNetworkSuccessTests-ab34262e-2a5e-4886-95e5-9f2f615a0dc6-pub-subnet"}]} 2018-10-04 14:57:05,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=54d8daff-5258-4bff-b38c-322a1c80e7ca used request id req-d03c5f9c-3d2e-44d4-886f-10b449b93c84 2018-10-04 14:57:05,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=54d8daff-5258-4bff-b38c-322a1c80e7ca&name=CreateNetworkSuccessTests-ab34262e-2a5e-4886-95e5-9f2f615a0dc6-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0840570abfbbf76a6b92163803d398b02d824aa5" 2018-10-04 14:57:05,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-25ca3c20-0f47-4148-b591-7f65416123dd Date: Thu, 04 Oct 2018 14:57:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54d8daff-5258-4bff-b38c-322a1c80e7ca","tenant_id":"ac4fbd34ddd74bc6911105ea1d9e2247","created_at":"2018-10-04T14:57:03Z","dns_nameservers":[],"updated_at":"2018-10-04T14:57:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ac4fbd34ddd74bc6911105ea1d9e2247","id":"32ea2c82-b0c8-4905-a005-47d1cac81ffd","subnetpool_id":null,"name":"CreateNetworkSuccessTests-ab34262e-2a5e-4886-95e5-9f2f615a0dc6-pub-subnet"}]} 2018-10-04 14:57:05,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=54d8daff-5258-4bff-b38c-322a1c80e7ca&name=CreateNetworkSuccessTests-ab34262e-2a5e-4886-95e5-9f2f615a0dc6-pub-subnet used request id req-25ca3c20-0f47-4148-b591-7f65416123dd 2018-10-04 14:57:05,867 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-ab34262e-2a5e-4886-95e5-9f2f615a0dc6-pub-subnet 2018-10-04 14:57:05,868 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-ab34262e-2a5e-4886-95e5-9f2f615a0dc6-pub-subnet 2018-10-04 14:57:05,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/32ea2c82-b0c8-4905-a005-47d1cac81ffd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bd96235bdb5fdc0d69b5ef98acc127d05f55578" 2018-10-04 14:57:08,589 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7351df57-52d1-4572-86a5-407c98ff6eb1 Date: Thu, 04 Oct 2018 14:57:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:57:08,589 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/32ea2c82-b0c8-4905-a005-47d1cac81ffd used request id req-7351df57-52d1-4572-86a5-407c98ff6eb1 2018-10-04 14:57:08,590 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-ab34262e-2a5e-4886-95e5-9f2f615a0dc6-pub-net 2018-10-04 14:57:08,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/54d8daff-5258-4bff-b38c-322a1c80e7ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bd96235bdb5fdc0d69b5ef98acc127d05f55578" 2018-10-04 14:57:09,794 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e4d437a4-abe1-475b-aad3-e699707b349a Date: Thu, 04 Oct 2018 14:57:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:57:09,795 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/54d8daff-5258-4bff-b38c-322a1c80e7ca used request id req-e4d437a4-abe1-475b-aad3-e699707b349a 2018-10-04 14:57:09,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e86b63750b6b20437ee1687ad5d283fc96c5bea" 2018-10-04 14:57:10,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-8663ad27-5c53-4be4-8788-81dd7d1719c9 Date: Thu, 04 Oct 2018 14:57:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ac4fbd34ddd74bc6911105ea1d9e2247", "created_at": "2018-10-04T14:57:02Z", "updated_at": "2018-10-04T14:57:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:57:02Z", "revision_number": 0, "id": "03acb703-4110-4ad8-a61d-8a37df9295ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:57:02Z", "security_group_id": "ee826411-8efa-46fe-a91b-500e439f1367", "tenant_id": "ac4fbd34ddd74bc6911105ea1d9e2247", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac4fbd34ddd74bc6911105ea1d9e2247"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:57:02Z", "revision_number": 0, "id": "24eb893f-d232-42f8-80d0-63eb701ff2fd", "remote_group_id": "ee826411-8efa-46fe-a91b-500e439f1367", "remote_ip_prefix": null, "created_at": "2018-10-04T14:57:02Z", "security_group_id": "ee826411-8efa-46fe-a91b-500e439f1367", "tenant_id": "ac4fbd34ddd74bc6911105ea1d9e2247", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac4fbd34ddd74bc6911105ea1d9e2247"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:57:02Z", "revision_number": 0, "id": "79a7e308-2c4e-498e-8fd0-883f8b25415a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:57:02Z", "security_group_id": "ee826411-8efa-46fe-a91b-500e439f1367", "tenant_id": "ac4fbd34ddd74bc6911105ea1d9e2247", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac4fbd34ddd74bc6911105ea1d9e2247"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:57:02Z", "revision_number": 0, "id": "d16b03dd-3455-4131-bb37-c83ab07ebdf9", "remote_group_id": "ee826411-8efa-46fe-a91b-500e439f1367", "remote_ip_prefix": null, "created_at": "2018-10-04T14:57:02Z", "security_group_id": "ee826411-8efa-46fe-a91b-500e439f1367", "tenant_id": "ac4fbd34ddd74bc6911105ea1d9e2247", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac4fbd34ddd74bc6911105ea1d9e2247"}], "revision_number": 4, "project_id": "ac4fbd34ddd74bc6911105ea1d9e2247", "id": "ee826411-8efa-46fe-a91b-500e439f1367", "name": "default"}]} 2018-10-04 14:57:10,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-8663ad27-5c53-4be4-8788-81dd7d1719c9 2018-10-04 14:57:10,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e86b63750b6b20437ee1687ad5d283fc96c5bea" 2018-10-04 14:57:10,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc6eaaac-e318-4303-b957-830f88960a94 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:57:10,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-cc6eaaac-e318-4303-b957-830f88960a94 2018-10-04 14:57:10,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e86b63750b6b20437ee1687ad5d283fc96c5bea" 2018-10-04 14:57:10,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e6d4ed4-0fa2-4b85-9622-85cfb52b59dc Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:57:10,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-4e6d4ed4-0fa2-4b85-9622-85cfb52b59dc 2018-10-04 14:57:10,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e86b63750b6b20437ee1687ad5d283fc96c5bea" 2018-10-04 14:57:10,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0733d486-5d21-4151-8bcb-b1fa54973c37 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:57:10,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-0733d486-5d21-4151-8bcb-b1fa54973c37 2018-10-04 14:57:10,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ac4fbd34ddd74bc6911105ea1d9e2247 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e86b63750b6b20437ee1687ad5d283fc96c5bea" 2018-10-04 14:57:10,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dedee7c-1a8e-4ef5-a1c6-0afd2b868e35 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ac4fbd34ddd74bc6911105ea1d9e2247"}, "enabled": true, "id": "ac4fbd34ddd74bc6911105ea1d9e2247", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-5ab2f64a-dc44-451-proj"}} 2018-10-04 14:57:10,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ac4fbd34ddd74bc6911105ea1d9e2247 used request id req-1dedee7c-1a8e-4ef5-a1c6-0afd2b868e35 2018-10-04 14:57:10,397 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ee826411-8efa-46fe-a91b-500e439f1367 2018-10-04 14:57:10,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ee826411-8efa-46fe-a91b-500e439f1367 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e86b63750b6b20437ee1687ad5d283fc96c5bea" 2018-10-04 14:57:10,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-66923d04-fc0f-47d2-b293-c430857fb61c Date: Thu, 04 Oct 2018 14:57:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:57:02Z", "security_group_id": "ee826411-8efa-46fe-a91b-500e439f1367", "port_range_min": null, "revision_number": 0, "tenant_id": "ac4fbd34ddd74bc6911105ea1d9e2247", "created_at": "2018-10-04T14:57:02Z", "project_id": "ac4fbd34ddd74bc6911105ea1d9e2247", "id": "03acb703-4110-4ad8-a61d-8a37df9295ed"}, {"remote_group_id": "ee826411-8efa-46fe-a91b-500e439f1367", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:57:02Z", "security_group_id": "ee826411-8efa-46fe-a91b-500e439f1367", "port_range_min": null, "revision_number": 0, "tenant_id": "ac4fbd34ddd74bc6911105ea1d9e2247", "created_at": "2018-10-04T14:57:02Z", "project_id": "ac4fbd34ddd74bc6911105ea1d9e2247", "id": "24eb893f-d232-42f8-80d0-63eb701ff2fd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:57:02Z", "security_group_id": "ee826411-8efa-46fe-a91b-500e439f1367", "port_range_min": null, "revision_number": 0, "tenant_id": "ac4fbd34ddd74bc6911105ea1d9e2247", "created_at": "2018-10-04T14:57:02Z", "project_id": "ac4fbd34ddd74bc6911105ea1d9e2247", "id": "79a7e308-2c4e-498e-8fd0-883f8b25415a"}, {"remote_group_id": "ee826411-8efa-46fe-a91b-500e439f1367", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:57:02Z", "security_group_id": "ee826411-8efa-46fe-a91b-500e439f1367", "port_range_min": null, "revision_number": 0, "tenant_id": "ac4fbd34ddd74bc6911105ea1d9e2247", "created_at": "2018-10-04T14:57:02Z", "project_id": "ac4fbd34ddd74bc6911105ea1d9e2247", "id": "d16b03dd-3455-4131-bb37-c83ab07ebdf9"}]} 2018-10-04 14:57:10,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ee826411-8efa-46fe-a91b-500e439f1367 used request id req-66923d04-fc0f-47d2-b293-c430857fb61c 2018-10-04 14:57:10,584 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 14:57:10,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/ee826411-8efa-46fe-a91b-500e439f1367 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e86b63750b6b20437ee1687ad5d283fc96c5bea" 2018-10-04 14:57:10,896 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-afee40b1-0565-46c4-a558-f3e12c5fa161 Content-Length: 0 Date: Thu, 04 Oct 2018 14:57:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:57:10,896 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/ee826411-8efa-46fe-a91b-500e439f1367 used request id req-afee40b1-0565-46c4-a558-f3e12c5fa161 2018-10-04 14:57:10,897 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-5ab2f64a-dc44-451-proj 2018-10-04 14:57:10,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/ac4fbd34ddd74bc6911105ea1d9e2247 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e86b63750b6b20437ee1687ad5d283fc96c5bea" 2018-10-04 14:57:11,094 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:57:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3366cb74-8a9a-4a0a-a440-a28577d4b52c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:57:11,094 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/ac4fbd34ddd74bc6911105ea1d9e2247 used request id req-3366cb74-8a9a-4a0a-a440-a28577d4b52c 2018-10-04 14:57:11,094 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-5ab2f64a-dc44-451-proj-role 2018-10-04 14:57:11,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/fc6ee77c717b47478b3b544d4c37e766 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e86b63750b6b20437ee1687ad5d283fc96c5bea" 2018-10-04 14:57:11,205 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:57:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c764595d-3578-4f58-909d-ffd555d48775 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:57:11,205 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/fc6ee77c717b47478b3b544d4c37e766 used request id req-c764595d-3578-4f58-909d-ffd555d48775 2018-10-04 14:57:11,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e86b63750b6b20437ee1687ad5d283fc96c5bea" 2018-10-04 14:57:11,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc7148bd-08ec-4e16-a230-78d4f32defe6 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:57:11,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-cc7148bd-08ec-4e16-a230-78d4f32defe6 2018-10-04 14:57:11,296 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-5ab2f64a-dc44-451-user 2018-10-04 14:57:11,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/fe8075a0d8754f84ba73a8eeb592eb6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f1fe8c457864cb0eb5b21433164fcf35a81b40" 2018-10-04 14:57:11,484 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:57:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3805b36f-a3d3-41e2-bf4f-6abadad19a77 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:57:11,485 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/fe8075a0d8754f84ba73a8eeb592eb6a used request id req-3805b36f-a3d3-41e2-bf4f-6abadad19a77 2018-10-04 14:57:11,486 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:57:11,867 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:57:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["igR3luKqTHyQZzRhwyJsIw"], "issued_at": "2018-10-04T14:57:11.000000Z"}} 2018-10-04 14:57:11,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28d39be11c10be45b6ce28417ebd64cb6e4640ac" 2018-10-04 14:57:11,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d0476ba-b3aa-408e-987e-d8055c47ef18 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:57:11,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9d0476ba-b3aa-408e-987e-d8055c47ef18 2018-10-04 14:57:11,959 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:57:11,960 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:57:12,330 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:57:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["riWUzS0rTASvts-umox75g"], "issued_at": "2018-10-04T14:57:12.000000Z"}} 2018-10-04 14:57:12,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2e4af950e343dc2bda68e55ab0c9fbb4dbb8a4" 2018-10-04 14:57:12,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-723f6a9c-30e2-49ae-b175-118bd5094ae4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:57:12,417 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-723f6a9c-30e2-49ae-b175-118bd5094ae4 2018-10-04 14:57:12,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:57:12,428 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:57:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:57:12,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-50728828-384d-479-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2e4af950e343dc2bda68e55ab0c9fbb4dbb8a4" 2018-10-04 14:57:12,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80edfce0-996e-4eec-be61-b0d57601dfa2 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-50728828-384d-479-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:57:12,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-50728828-384d-479-proj used request id req-80edfce0-996e-4eec-be61-b0d57601dfa2 2018-10-04 14:57:12,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2e4af950e343dc2bda68e55ab0c9fbb4dbb8a4" 2018-10-04 14:57:12,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b679457-4f17-4508-815d-af894422fd93 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:57:12,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-0b679457-4f17-4508-815d-af894422fd93 2018-10-04 14:57:12,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2e4af950e343dc2bda68e55ab0c9fbb4dbb8a4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-50728828-384d-479-proj"}}' 2018-10-04 14:57:12,733 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:57:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71176ac7-5fe1-4e7e-9244-7eee810d888c Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/19a767b43c0e40f2989be10733850250"}, "enabled": true, "id": "19a767b43c0e40f2989be10733850250", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-50728828-384d-479-proj"}} 2018-10-04 14:57:12,733 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-71176ac7-5fe1-4e7e-9244-7eee810d888c 2018-10-04 14:57:12,733 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-50728828-384d-479-proj 2018-10-04 14:57:12,733 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:57:12,734 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:57:13,109 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:57:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["FjY7wVkRSFu51pCdRUKlwQ"], "issued_at": "2018-10-04T14:57:13.000000Z"}} 2018-10-04 14:57:13,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6983e99fb1340429daa3b6efc3b54fb4411b6ca" 2018-10-04 14:57:13,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88ab0ad7-4334-4cde-a29f-94d6cd06e2f1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:57:13,197 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-88ab0ad7-4334-4cde-a29f-94d6cd06e2f1 2018-10-04 14:57:13,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:57:13,208 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:57:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:57:13,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6983e99fb1340429daa3b6efc3b54fb4411b6ca" 2018-10-04 14:57:13,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e505344-8027-4f6b-9d40-b4149afd14e0 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:57:13,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-4e505344-8027-4f6b-9d40-b4149afd14e0 2018-10-04 14:57:13,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-50728828-384d-479-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6983e99fb1340429daa3b6efc3b54fb4411b6ca" 2018-10-04 14:57:13,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3208d47-c236-4f98-9f27-d66ae47c7907 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-50728828-384d-479-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/19a767b43c0e40f2989be10733850250"}, "enabled": true, "id": "19a767b43c0e40f2989be10733850250", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-50728828-384d-479-proj"}]} 2018-10-04 14:57:13,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateNetworkSuccessTests-50728828-384d-479-proj used request id req-b3208d47-c236-4f98-9f27-d66ae47c7907 2018-10-04 14:57:13,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6983e99fb1340429daa3b6efc3b54fb4411b6ca" 2018-10-04 14:57:13,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d62cdc7-9a07-45c8-8327-73452cfe3313 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:57:13,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-5d62cdc7-9a07-45c8-8327-73452cfe3313 2018-10-04 14:57:13,858 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-50728828-384d-479-user 2018-10-04 14:57:13,858 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:57:13,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2e4af950e343dc2bda68e55ab0c9fbb4dbb8a4" 2018-10-04 14:57:13,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2b5198e-e9e7-4a4d-b390-5ced31d87fda Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:57:13,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f2b5198e-e9e7-4a4d-b390-5ced31d87fda 2018-10-04 14:57:13,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2e4af950e343dc2bda68e55ab0c9fbb4dbb8a4" -d '{"role": {"name": "CreateNetworkSuccessTests-50728828-384d-479-proj-role"}}' 2018-10-04 14:57:13,984 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:57:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-562e77ac-f5eb-456d-b37a-3da6cb38ce9a Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a9b4f695093f45a8876ae3bdd507dc64", "links": {"self": "http://172.30.9.23:5000/v3/roles/a9b4f695093f45a8876ae3bdd507dc64"}, "name": "CreateNetworkSuccessTests-50728828-384d-479-proj-role"}} 2018-10-04 14:57:13,984 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-562e77ac-f5eb-456d-b37a-3da6cb38ce9a 2018-10-04 14:57:13,984 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-50728828-384d-479-proj-role 2018-10-04 14:57:13,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/a9b4f695093f45a8876ae3bdd507dc64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2e4af950e343dc2bda68e55ab0c9fbb4dbb8a4" 2018-10-04 14:57:14,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25dea9ef-0221-49cf-82b5-bdc0867c3b42 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/a9b4f695093f45a8876ae3bdd507dc64"}, "domain_id": null, "name": "CreateNetworkSuccessTests-50728828-384d-479-proj-role", "id": "a9b4f695093f45a8876ae3bdd507dc64"}} 2018-10-04 14:57:14,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/a9b4f695093f45a8876ae3bdd507dc64 used request id req-25dea9ef-0221-49cf-82b5-bdc0867c3b42 2018-10-04 14:57:14,068 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-50728828-384d-479-proj-role to project CreateNetworkSuccessTests-50728828-384d-479-proj 2018-10-04 14:57:14,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/19a767b43c0e40f2989be10733850250/users/f84438732ee8448ca2c4b946c1c261ce/roles/a9b4f695093f45a8876ae3bdd507dc64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2e4af950e343dc2bda68e55ab0c9fbb4dbb8a4" 2018-10-04 14:57:14,195 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:57:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3485162b-5dd1-4778-bed7-206b86e86cc8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:57:14,196 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/19a767b43c0e40f2989be10733850250/users/f84438732ee8448ca2c4b946c1c261ce/roles/a9b4f695093f45a8876ae3bdd507dc64 used request id req-3485162b-5dd1-4778-bed7-206b86e86cc8 2018-10-04 14:57:14,196 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:57:14,197 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:57:14,573 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a9b4f695093f45a8876ae3bdd507dc64", "name": "CreateNetworkSuccessTests-50728828-384d-479-proj-role"}], "expires_at": "2018-10-04T15:57:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "19a767b43c0e40f2989be10733850250", "name": "CreateNetworkSuccessTests-50728828-384d-479-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/19a767b43c0e40f2989be10733850250", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/19a767b43c0e40f2989be10733850250", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/19a767b43c0e40f2989be10733850250", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/19a767b43c0e40f2989be10733850250", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/19a767b43c0e40f2989be10733850250", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/19a767b43c0e40f2989be10733850250", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/19a767b43c0e40f2989be10733850250", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/19a767b43c0e40f2989be10733850250", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/19a767b43c0e40f2989be10733850250", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/19a767b43c0e40f2989be10733850250", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/19a767b43c0e40f2989be10733850250", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/19a767b43c0e40f2989be10733850250", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-50728828-384d-479-user", "id": "f84438732ee8448ca2c4b946c1c261ce"}, "audit_ids": ["CzOak3QbQ9mRyCMTzQ1CWA"], "issued_at": "2018-10-04T14:57:14.000000Z"}} 2018-10-04 14:57:14,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc8261db79906f2adbe382e53ce91232d53fa5a" 2018-10-04 14:57:14,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f8e8f55-1391-4fba-a1e5-4cf64e0c3fe1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:57:14,646 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1f8e8f55-1391-4fba-a1e5-4cf64e0c3fe1 2018-10-04 14:57:14,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-30f753e0-e464-4a14-b721-83e6f10e8173-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc8261db79906f2adbe382e53ce91232d53fa5a" 2018-10-04 14:57:14,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8c9320c4-7ded-458d-8ea3-4141c667280b Date: Thu, 04 Oct 2018 14:57:14 GMT RESP BODY: {"networks":[]} 2018-10-04 14:57:14,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-30f753e0-e464-4a14-b721-83e6f10e8173-pub-net used request id req-8c9320c4-7ded-458d-8ea3-4141c667280b 2018-10-04 14:57:14,805 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-30f753e0-e464-4a14-b721-83e6f10e8173-pub-net 2018-10-04 14:57:14,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc8261db79906f2adbe382e53ce91232d53fa5a" -d '{"network": {"name": "CreateNetworkSuccessTests-30f753e0-e464-4a14-b721-83e6f10e8173-pub-net", "admin_state_up": true}}' 2018-10-04 14:57:15,473 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-80dbaebe-caaf-4b1b-8824-e548f8cf4fdd Date: Thu, 04 Oct 2018 14:57:15 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"52d020db-3735-44f4-b978-d56467a762e6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"19a767b43c0e40f2989be10733850250","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T14:57:15Z","is_default":false,"name":"CreateNetworkSuccessTests-30f753e0-e464-4a14-b721-83e6f10e8173-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"19a767b43c0e40f2989be10733850250","created_at":"2018-10-04T14:57:15Z","mtu":1450}} 2018-10-04 14:57:15,473 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-80dbaebe-caaf-4b1b-8824-e548f8cf4fdd 2018-10-04 14:57:15,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=52d020db-3735-44f4-b978-d56467a762e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc8261db79906f2adbe382e53ce91232d53fa5a" 2018-10-04 14:57:15,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-7a693bab-9bf1-49b5-a33c-d43d9a1d4ccf Date: Thu, 04 Oct 2018 14:57:15 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-10-04T14:57:15Z","tenant_id":"19a767b43c0e40f2989be10733850250","created_at":"2018-10-04T14:57:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"19a767b43c0e40f2989be10733850250","id":"52d020db-3735-44f4-b978-d56467a762e6","name":"CreateNetworkSuccessTests-30f753e0-e464-4a14-b721-83e6f10e8173-pub-net"}]} 2018-10-04 14:57:15,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=52d020db-3735-44f4-b978-d56467a762e6 used request id req-7a693bab-9bf1-49b5-a33c-d43d9a1d4ccf 2018-10-04 14:57:15,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=52d020db-3735-44f4-b978-d56467a762e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc8261db79906f2adbe382e53ce91232d53fa5a" 2018-10-04 14:57:16,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-469d0af8-c8d2-43a4-89ed-dbebbd10f1d6 Date: Thu, 04 Oct 2018 14:57:16 GMT RESP BODY: {"subnets":[]} 2018-10-04 14:57:16,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=52d020db-3735-44f4-b978-d56467a762e6 used request id req-469d0af8-c8d2-43a4-89ed-dbebbd10f1d6 2018-10-04 14:57:16,085 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-30f753e0-e464-4a14-b721-83e6f10e8173-pub-subnet 2018-10-04 14:57:16,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc8261db79906f2adbe382e53ce91232d53fa5a" -d '{"subnets": [{"ip_version": 4, "network_id": "52d020db-3735-44f4-b978-d56467a762e6", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-30f753e0-e464-4a14-b721-83e6f10e8173-pub-subnet"}]}' 2018-10-04 14:57:16,806 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-80ce86b4-b46f-4fd9-a622-1d18b1091112 Date: Thu, 04 Oct 2018 14:57:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52d020db-3735-44f4-b978-d56467a762e6","tenant_id":"19a767b43c0e40f2989be10733850250","created_at":"2018-10-04T14:57:16Z","dns_nameservers":[],"updated_at":"2018-10-04T14:57:16Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"19a767b43c0e40f2989be10733850250","id":"4586cd01-55e5-4ca5-879d-1adb5ac59bce","subnetpool_id":null,"name":"CreateNetworkSuccessTests-30f753e0-e464-4a14-b721-83e6f10e8173-pub-subnet"}]} 2018-10-04 14:57:16,806 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-80ce86b4-b46f-4fd9-a622-1d18b1091112 2018-10-04 14:57:16,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=52d020db-3735-44f4-b978-d56467a762e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc8261db79906f2adbe382e53ce91232d53fa5a" 2018-10-04 14:57:17,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-a15bb692-721e-49ac-865e-f0c090bdc1f2 Date: Thu, 04 Oct 2018 14:57:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4586cd01-55e5-4ca5-879d-1adb5ac59bce"],"updated_at":"2018-10-04T14:57:16Z","tenant_id":"19a767b43c0e40f2989be10733850250","created_at":"2018-10-04T14:57:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"19a767b43c0e40f2989be10733850250","id":"52d020db-3735-44f4-b978-d56467a762e6","name":"CreateNetworkSuccessTests-30f753e0-e464-4a14-b721-83e6f10e8173-pub-net"}]} 2018-10-04 14:57:17,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=52d020db-3735-44f4-b978-d56467a762e6 used request id req-a15bb692-721e-49ac-865e-f0c090bdc1f2 2018-10-04 14:57:17,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=52d020db-3735-44f4-b978-d56467a762e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc8261db79906f2adbe382e53ce91232d53fa5a" 2018-10-04 14:57:17,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ed95d28a-0bc7-45d0-93fd-75ca31dced1c Date: Thu, 04 Oct 2018 14:57:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52d020db-3735-44f4-b978-d56467a762e6","tenant_id":"19a767b43c0e40f2989be10733850250","created_at":"2018-10-04T14:57:16Z","dns_nameservers":[],"updated_at":"2018-10-04T14:57:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"19a767b43c0e40f2989be10733850250","id":"4586cd01-55e5-4ca5-879d-1adb5ac59bce","subnetpool_id":null,"name":"CreateNetworkSuccessTests-30f753e0-e464-4a14-b721-83e6f10e8173-pub-subnet"}]} 2018-10-04 14:57:17,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=52d020db-3735-44f4-b978-d56467a762e6 used request id req-ed95d28a-0bc7-45d0-93fd-75ca31dced1c 2018-10-04 14:57:17,260 - OpenStackNetwork - DEBUG - Network [52d020db-3735-44f4-b978-d56467a762e6] created successfully 2018-10-04 14:57:17,260 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:57:17,261 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:57:17,653 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a9b4f695093f45a8876ae3bdd507dc64", "name": "CreateNetworkSuccessTests-50728828-384d-479-proj-role"}], "expires_at": "2018-10-04T15:57:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "19a767b43c0e40f2989be10733850250", "name": "CreateNetworkSuccessTests-50728828-384d-479-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/19a767b43c0e40f2989be10733850250", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/19a767b43c0e40f2989be10733850250", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/19a767b43c0e40f2989be10733850250", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/19a767b43c0e40f2989be10733850250", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/19a767b43c0e40f2989be10733850250", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/19a767b43c0e40f2989be10733850250", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/19a767b43c0e40f2989be10733850250", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/19a767b43c0e40f2989be10733850250", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/19a767b43c0e40f2989be10733850250", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/19a767b43c0e40f2989be10733850250", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/19a767b43c0e40f2989be10733850250", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/19a767b43c0e40f2989be10733850250", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-50728828-384d-479-user", "id": "f84438732ee8448ca2c4b946c1c261ce"}, "audit_ids": ["EjMFA8bfTBGtSVQYrCwfnw"], "issued_at": "2018-10-04T14:57:17.000000Z"}} 2018-10-04 14:57:17,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f420882737186082501752709cf7cd08e409250" 2018-10-04 14:57:17,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e14bac6-804d-438e-b256-d29568bedaca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:57:17,729 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8e14bac6-804d-438e-b256-d29568bedaca 2018-10-04 14:57:17,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-30f753e0-e464-4a14-b721-83e6f10e8173-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f420882737186082501752709cf7cd08e409250" 2018-10-04 14:57:18,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-73e17eec-400a-44f1-9366-00f4b4abceb2 Date: Thu, 04 Oct 2018 14:57:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4586cd01-55e5-4ca5-879d-1adb5ac59bce"],"updated_at":"2018-10-04T14:57:16Z","tenant_id":"19a767b43c0e40f2989be10733850250","created_at":"2018-10-04T14:57:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"19a767b43c0e40f2989be10733850250","id":"52d020db-3735-44f4-b978-d56467a762e6","name":"CreateNetworkSuccessTests-30f753e0-e464-4a14-b721-83e6f10e8173-pub-net"}]} 2018-10-04 14:57:18,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateNetworkSuccessTests-30f753e0-e464-4a14-b721-83e6f10e8173-pub-net used request id req-73e17eec-400a-44f1-9366-00f4b4abceb2 2018-10-04 14:57:18,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:57:18,025 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:57:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:57:18,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/19a767b43c0e40f2989be10733850250 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f420882737186082501752709cf7cd08e409250" 2018-10-04 14:57:18,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e787a46-ce83-491d-93c0-4616006abbc9 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/19a767b43c0e40f2989be10733850250"}, "enabled": true, "id": "19a767b43c0e40f2989be10733850250", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-50728828-384d-479-proj"}} 2018-10-04 14:57:18,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/19a767b43c0e40f2989be10733850250 used request id req-2e787a46-ce83-491d-93c0-4616006abbc9 2018-10-04 14:57:18,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=52d020db-3735-44f4-b978-d56467a762e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f420882737186082501752709cf7cd08e409250" 2018-10-04 14:57:18,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c45ef064-929f-4e1d-85ba-a3537ff26f95 Date: Thu, 04 Oct 2018 14:57:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52d020db-3735-44f4-b978-d56467a762e6","tenant_id":"19a767b43c0e40f2989be10733850250","created_at":"2018-10-04T14:57:16Z","dns_nameservers":[],"updated_at":"2018-10-04T14:57:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"19a767b43c0e40f2989be10733850250","id":"4586cd01-55e5-4ca5-879d-1adb5ac59bce","subnetpool_id":null,"name":"CreateNetworkSuccessTests-30f753e0-e464-4a14-b721-83e6f10e8173-pub-subnet"}]} 2018-10-04 14:57:18,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=52d020db-3735-44f4-b978-d56467a762e6 used request id req-c45ef064-929f-4e1d-85ba-a3537ff26f95 2018-10-04 14:57:18,307 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-30f753e0-e464-4a14-b721-83e6f10e8173-pub-subnet 2018-10-04 14:57:18,307 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-30f753e0-e464-4a14-b721-83e6f10e8173-pub-subnet 2018-10-04 14:57:18,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/4586cd01-55e5-4ca5-879d-1adb5ac59bce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc8261db79906f2adbe382e53ce91232d53fa5a" 2018-10-04 14:57:20,026 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dcd7a163-90eb-4650-8985-1110104b4311 Date: Thu, 04 Oct 2018 14:57:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:57:20,026 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/4586cd01-55e5-4ca5-879d-1adb5ac59bce used request id req-dcd7a163-90eb-4650-8985-1110104b4311 2018-10-04 14:57:20,026 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-30f753e0-e464-4a14-b721-83e6f10e8173-pub-net 2018-10-04 14:57:20,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/52d020db-3735-44f4-b978-d56467a762e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc8261db79906f2adbe382e53ce91232d53fa5a" 2018-10-04 14:57:21,270 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-230a5707-8098-4e3c-a6cf-fefc3587d14c Date: Thu, 04 Oct 2018 14:57:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:57:21,270 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/52d020db-3735-44f4-b978-d56467a762e6 used request id req-230a5707-8098-4e3c-a6cf-fefc3587d14c 2018-10-04 14:57:21,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2e4af950e343dc2bda68e55ab0c9fbb4dbb8a4" 2018-10-04 14:57:21,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-fdebdd5f-d8f3-4156-9bb7-35082769a759 Date: Thu, 04 Oct 2018 14:57:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "19a767b43c0e40f2989be10733850250", "created_at": "2018-10-04T14:57:15Z", "updated_at": "2018-10-04T14:57:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:57:15Z", "revision_number": 0, "id": "0580e545-87f7-43b6-8559-183f6c4030b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:57:15Z", "security_group_id": "77ebcccd-6ea8-49c5-af76-ef8fdc95897a", "tenant_id": "19a767b43c0e40f2989be10733850250", "port_range_min": null, "ethertype": "IPv4", "project_id": "19a767b43c0e40f2989be10733850250"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:57:15Z", "revision_number": 0, "id": "6bb2e464-6a49-49e4-864f-1e921265ccd4", "remote_group_id": "77ebcccd-6ea8-49c5-af76-ef8fdc95897a", "remote_ip_prefix": null, "created_at": "2018-10-04T14:57:15Z", "security_group_id": "77ebcccd-6ea8-49c5-af76-ef8fdc95897a", "tenant_id": "19a767b43c0e40f2989be10733850250", "port_range_min": null, "ethertype": "IPv4", "project_id": "19a767b43c0e40f2989be10733850250"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:57:15Z", "revision_number": 0, "id": "936236f0-79a4-4e76-83b4-43b4b3563109", "remote_group_id": "77ebcccd-6ea8-49c5-af76-ef8fdc95897a", "remote_ip_prefix": null, "created_at": "2018-10-04T14:57:15Z", "security_group_id": "77ebcccd-6ea8-49c5-af76-ef8fdc95897a", "tenant_id": "19a767b43c0e40f2989be10733850250", "port_range_min": null, "ethertype": "IPv6", "project_id": "19a767b43c0e40f2989be10733850250"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:57:15Z", "revision_number": 0, "id": "f0acaa12-f57c-4940-b344-8f01d0e1f9d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:57:15Z", "security_group_id": "77ebcccd-6ea8-49c5-af76-ef8fdc95897a", "tenant_id": "19a767b43c0e40f2989be10733850250", "port_range_min": null, "ethertype": "IPv6", "project_id": "19a767b43c0e40f2989be10733850250"}], "revision_number": 4, "project_id": "19a767b43c0e40f2989be10733850250", "id": "77ebcccd-6ea8-49c5-af76-ef8fdc95897a", "name": "default"}]} 2018-10-04 14:57:21,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-fdebdd5f-d8f3-4156-9bb7-35082769a759 2018-10-04 14:57:21,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2e4af950e343dc2bda68e55ab0c9fbb4dbb8a4" 2018-10-04 14:57:21,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaf12afa-f1f2-4ec2-9bde-8926d9c38dd7 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:57:21,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-aaf12afa-f1f2-4ec2-9bde-8926d9c38dd7 2018-10-04 14:57:21,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2e4af950e343dc2bda68e55ab0c9fbb4dbb8a4" 2018-10-04 14:57:21,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45b3c2c5-32e5-42d9-8b11-26869e0e1b64 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:57:21,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-45b3c2c5-32e5-42d9-8b11-26869e0e1b64 2018-10-04 14:57:21,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2e4af950e343dc2bda68e55ab0c9fbb4dbb8a4" 2018-10-04 14:57:21,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7595726e-9b41-43b9-962c-2145ea07f46c Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:57:21,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-7595726e-9b41-43b9-962c-2145ea07f46c 2018-10-04 14:57:21,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/19a767b43c0e40f2989be10733850250 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2e4af950e343dc2bda68e55ab0c9fbb4dbb8a4" 2018-10-04 14:57:21,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a7d3c29-4d4f-4d09-9a4a-8258c9c38a1f Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/19a767b43c0e40f2989be10733850250"}, "enabled": true, "id": "19a767b43c0e40f2989be10733850250", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-50728828-384d-479-proj"}} 2018-10-04 14:57:21,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/19a767b43c0e40f2989be10733850250 used request id req-0a7d3c29-4d4f-4d09-9a4a-8258c9c38a1f 2018-10-04 14:57:21,953 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 77ebcccd-6ea8-49c5-af76-ef8fdc95897a 2018-10-04 14:57:21,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=77ebcccd-6ea8-49c5-af76-ef8fdc95897a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2e4af950e343dc2bda68e55ab0c9fbb4dbb8a4" 2018-10-04 14:57:22,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d013abd0-348e-495e-b5a1-6f81d28cbfa7 Date: Thu, 04 Oct 2018 14:57:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:57:15Z", "security_group_id": "77ebcccd-6ea8-49c5-af76-ef8fdc95897a", "port_range_min": null, "revision_number": 0, "tenant_id": "19a767b43c0e40f2989be10733850250", "created_at": "2018-10-04T14:57:15Z", "project_id": "19a767b43c0e40f2989be10733850250", "id": "0580e545-87f7-43b6-8559-183f6c4030b1"}, {"remote_group_id": "77ebcccd-6ea8-49c5-af76-ef8fdc95897a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:57:15Z", "security_group_id": "77ebcccd-6ea8-49c5-af76-ef8fdc95897a", "port_range_min": null, "revision_number": 0, "tenant_id": "19a767b43c0e40f2989be10733850250", "created_at": "2018-10-04T14:57:15Z", "project_id": "19a767b43c0e40f2989be10733850250", "id": "6bb2e464-6a49-49e4-864f-1e921265ccd4"}, {"remote_group_id": "77ebcccd-6ea8-49c5-af76-ef8fdc95897a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:57:15Z", "security_group_id": "77ebcccd-6ea8-49c5-af76-ef8fdc95897a", "port_range_min": null, "revision_number": 0, "tenant_id": "19a767b43c0e40f2989be10733850250", "created_at": "2018-10-04T14:57:15Z", "project_id": "19a767b43c0e40f2989be10733850250", "id": "936236f0-79a4-4e76-83b4-43b4b3563109"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:57:15Z", "security_group_id": "77ebcccd-6ea8-49c5-af76-ef8fdc95897a", "port_range_min": null, "revision_number": 0, "tenant_id": "19a767b43c0e40f2989be10733850250", "created_at": "2018-10-04T14:57:15Z", "project_id": "19a767b43c0e40f2989be10733850250", "id": "f0acaa12-f57c-4940-b344-8f01d0e1f9d3"}]} 2018-10-04 14:57:22,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=77ebcccd-6ea8-49c5-af76-ef8fdc95897a used request id req-d013abd0-348e-495e-b5a1-6f81d28cbfa7 2018-10-04 14:57:22,123 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 14:57:22,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/77ebcccd-6ea8-49c5-af76-ef8fdc95897a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2e4af950e343dc2bda68e55ab0c9fbb4dbb8a4" 2018-10-04 14:57:22,426 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ee8bef82-7584-493c-8bd1-ea931749839f Content-Length: 0 Date: Thu, 04 Oct 2018 14:57:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:57:22,426 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/77ebcccd-6ea8-49c5-af76-ef8fdc95897a used request id req-ee8bef82-7584-493c-8bd1-ea931749839f 2018-10-04 14:57:22,427 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-50728828-384d-479-proj 2018-10-04 14:57:22,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/19a767b43c0e40f2989be10733850250 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2e4af950e343dc2bda68e55ab0c9fbb4dbb8a4" 2018-10-04 14:57:22,639 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:57:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-252e097b-05c7-4118-a934-f8867c06c147 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:57:22,640 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/19a767b43c0e40f2989be10733850250 used request id req-252e097b-05c7-4118-a934-f8867c06c147 2018-10-04 14:57:22,640 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-50728828-384d-479-proj-role 2018-10-04 14:57:22,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/a9b4f695093f45a8876ae3bdd507dc64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2e4af950e343dc2bda68e55ab0c9fbb4dbb8a4" 2018-10-04 14:57:22,765 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:57:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-844d544a-75f4-4452-8ac6-708b6c8334f2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:57:22,765 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/a9b4f695093f45a8876ae3bdd507dc64 used request id req-844d544a-75f4-4452-8ac6-708b6c8334f2 2018-10-04 14:57:22,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2e4af950e343dc2bda68e55ab0c9fbb4dbb8a4" 2018-10-04 14:57:22,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2336adb9-fbe1-401b-ba7a-01158eb27d7f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:57:22,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-2336adb9-fbe1-401b-ba7a-01158eb27d7f 2018-10-04 14:57:22,864 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-50728828-384d-479-user 2018-10-04 14:57:22,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/f84438732ee8448ca2c4b946c1c261ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6983e99fb1340429daa3b6efc3b54fb4411b6ca" 2018-10-04 14:57:23,090 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:57:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4e2e6c8-37d7-41c0-b578-cd2be73b77ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:57:23,090 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/f84438732ee8448ca2c4b946c1c261ce used request id req-a4e2e6c8-37d7-41c0-b578-cd2be73b77ed 2018-10-04 14:57:23,092 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:57:23,481 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:57:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["XgBbMIgFRE-1Xa_mvS_drg"], "issued_at": "2018-10-04T14:57:23.000000Z"}} 2018-10-04 14:57:23,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a5b5453b91872d251afd0e08f16a65b300c3c3" 2018-10-04 14:57:23,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10f822de-8f57-4eb6-8af0-40125116ca69 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:57:23,580 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-10f822de-8f57-4eb6-8af0-40125116ca69 2018-10-04 14:57:23,581 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:57:23,582 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:57:23,965 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:57:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["AuH86IY8SRm4_r1LHof3sA"], "issued_at": "2018-10-04T14:57:23.000000Z"}} 2018-10-04 14:57:23,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb98dd1974da88bfee5dd962475b5836ca283ff4" 2018-10-04 14:57:24,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8596d91-c75e-45a9-a395-97802d62fb6e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:57:24,056 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b8596d91-c75e-45a9-a395-97802d62fb6e 2018-10-04 14:57:24,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:57:24,066 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:57:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:57:24,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-88091845-eb6f-42c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb98dd1974da88bfee5dd962475b5836ca283ff4" 2018-10-04 14:57:24,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71558032-c7db-4887-a71f-6a25dec5a3a1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-88091845-eb6f-42c-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:57:24,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-88091845-eb6f-42c-proj used request id req-71558032-c7db-4887-a71f-6a25dec5a3a1 2018-10-04 14:57:24,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb98dd1974da88bfee5dd962475b5836ca283ff4" 2018-10-04 14:57:24,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc185d0e-8646-46bf-978c-4a41624ba3a0 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:57:24,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-fc185d0e-8646-46bf-978c-4a41624ba3a0 2018-10-04 14:57:24,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb98dd1974da88bfee5dd962475b5836ca283ff4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-88091845-eb6f-42c-proj"}}' 2018-10-04 14:57:24,371 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:57:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-198c617a-ff8f-4f4f-8284-075552461085 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3fe8a6fb536f4ff986629c3bca85bf56"}, "enabled": true, "id": "3fe8a6fb536f4ff986629c3bca85bf56", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-88091845-eb6f-42c-proj"}} 2018-10-04 14:57:24,371 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-198c617a-ff8f-4f4f-8284-075552461085 2018-10-04 14:57:24,371 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-88091845-eb6f-42c-proj 2018-10-04 14:57:24,371 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:57:24,372 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:57:24,747 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:57:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["rZFPL3AZSu2okjup9ivw5Q"], "issued_at": "2018-10-04T14:57:24.000000Z"}} 2018-10-04 14:57:24,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e38dcf3a2ff49a1f45e3c0319b8a1ddebf562a" 2018-10-04 14:57:24,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4f70301-8c4e-41f3-b228-58d380609de9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:57:24,831 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d4f70301-8c4e-41f3-b228-58d380609de9 2018-10-04 14:57:24,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:57:24,841 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:57:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:57:24,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e38dcf3a2ff49a1f45e3c0319b8a1ddebf562a" 2018-10-04 14:57:24,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8894d131-28db-4b32-9654-3a2cb07068d1 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:57:24,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-8894d131-28db-4b32-9654-3a2cb07068d1 2018-10-04 14:57:24,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-88091845-eb6f-42c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e38dcf3a2ff49a1f45e3c0319b8a1ddebf562a" 2018-10-04 14:57:24,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3151720d-7d64-4550-8d71-232ac34d2a1c Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-88091845-eb6f-42c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3fe8a6fb536f4ff986629c3bca85bf56"}, "enabled": true, "id": "3fe8a6fb536f4ff986629c3bca85bf56", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-88091845-eb6f-42c-proj"}]} 2018-10-04 14:57:24,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-88091845-eb6f-42c-proj used request id req-3151720d-7d64-4550-8d71-232ac34d2a1c 2018-10-04 14:57:24,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e38dcf3a2ff49a1f45e3c0319b8a1ddebf562a" 2018-10-04 14:57:25,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3a242a9-5b85-43af-9961-8191055059b2 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:57:25,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-b3a242a9-5b85-43af-9961-8191055059b2 2018-10-04 14:57:25,358 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-88091845-eb6f-42c-user 2018-10-04 14:57:25,358 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:57:25,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb98dd1974da88bfee5dd962475b5836ca283ff4" 2018-10-04 14:57:25,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b6daa56-bf48-497b-b9f9-697014bb2952 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:57:25,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6b6daa56-bf48-497b-b9f9-697014bb2952 2018-10-04 14:57:25,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb98dd1974da88bfee5dd962475b5836ca283ff4" -d '{"role": {"name": "CreateRouterSuccessTests-88091845-eb6f-42c-proj-role"}}' 2018-10-04 14:57:25,564 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:57:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f04b432-b815-446f-a185-f10d16af6926 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cbc73bfe4f734837a58e2d12cdf2826a", "links": {"self": "http://172.30.9.23:5000/v3/roles/cbc73bfe4f734837a58e2d12cdf2826a"}, "name": "CreateRouterSuccessTests-88091845-eb6f-42c-proj-role"}} 2018-10-04 14:57:25,564 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-2f04b432-b815-446f-a185-f10d16af6926 2018-10-04 14:57:25,565 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-88091845-eb6f-42c-proj-role 2018-10-04 14:57:25,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/cbc73bfe4f734837a58e2d12cdf2826a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb98dd1974da88bfee5dd962475b5836ca283ff4" 2018-10-04 14:57:25,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5d73a30-d1d0-44b4-89ec-b4360b310154 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/cbc73bfe4f734837a58e2d12cdf2826a"}, "domain_id": null, "name": "CreateRouterSuccessTests-88091845-eb6f-42c-proj-role", "id": "cbc73bfe4f734837a58e2d12cdf2826a"}} 2018-10-04 14:57:25,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/cbc73bfe4f734837a58e2d12cdf2826a used request id req-f5d73a30-d1d0-44b4-89ec-b4360b310154 2018-10-04 14:57:25,655 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-88091845-eb6f-42c-proj-role to project CreateRouterSuccessTests-88091845-eb6f-42c-proj 2018-10-04 14:57:25,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/3fe8a6fb536f4ff986629c3bca85bf56/users/ffb4400f64884a0d968e3fac7651ebb0/roles/cbc73bfe4f734837a58e2d12cdf2826a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb98dd1974da88bfee5dd962475b5836ca283ff4" 2018-10-04 14:57:25,771 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:57:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba9cd139-7834-4fd9-9419-13cdc0cc0a87 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:57:25,771 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/3fe8a6fb536f4ff986629c3bca85bf56/users/ffb4400f64884a0d968e3fac7651ebb0/roles/cbc73bfe4f734837a58e2d12cdf2826a used request id req-ba9cd139-7834-4fd9-9419-13cdc0cc0a87 2018-10-04 14:57:25,772 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:57:25,773 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:57:26,145 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cbc73bfe4f734837a58e2d12cdf2826a", "name": "CreateRouterSuccessTests-88091845-eb6f-42c-proj-role"}], "expires_at": "2018-10-04T15:57:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3fe8a6fb536f4ff986629c3bca85bf56", "name": "CreateRouterSuccessTests-88091845-eb6f-42c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-88091845-eb6f-42c-user", "id": "ffb4400f64884a0d968e3fac7651ebb0"}, "audit_ids": ["MCxWFfXzTCy_Yp15yq9y8Q"], "issued_at": "2018-10-04T14:57:26.000000Z"}} 2018-10-04 14:57:26,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a28c9854208eedf611de36d0edeb387486329cee" 2018-10-04 14:57:26,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e085bdd0-c6e1-4da6-a2de-40eb5bc6a9f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:57:26,215 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e085bdd0-c6e1-4da6-a2de-40eb5bc6a9f6 2018-10-04 14:57:26,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-0cbcae2a-39de-46c3-a699-1cd7657be898-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a28c9854208eedf611de36d0edeb387486329cee" 2018-10-04 14:57:26,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c475ad32-4017-4b08-b588-6281cde03ad7 Date: Thu, 04 Oct 2018 14:57:26 GMT RESP BODY: {"routers": []} 2018-10-04 14:57:26,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-0cbcae2a-39de-46c3-a699-1cd7657be898-pub-router&admin_state_up=True used request id req-c475ad32-4017-4b08-b588-6281cde03ad7 2018-10-04 14:57:26,412 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:57:26,413 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:57:26,792 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cbc73bfe4f734837a58e2d12cdf2826a", "name": "CreateRouterSuccessTests-88091845-eb6f-42c-proj-role"}], "expires_at": "2018-10-04T15:57:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3fe8a6fb536f4ff986629c3bca85bf56", "name": "CreateRouterSuccessTests-88091845-eb6f-42c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-88091845-eb6f-42c-user", "id": "ffb4400f64884a0d968e3fac7651ebb0"}, "audit_ids": ["2kJvAhCeR46-RYHjPTWCgw"], "issued_at": "2018-10-04T14:57:26.000000Z"}} 2018-10-04 14:57:26,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af2060e43a7c30bf873fd769f187c0b24f78009" 2018-10-04 14:57:26,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2481a88-5e6d-4190-bbe5-9bb4eb167a34 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:57:26,873 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e2481a88-5e6d-4190-bbe5-9bb4eb167a34 2018-10-04 14:57:26,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a28c9854208eedf611de36d0edeb387486329cee" 2018-10-04 14:57:27,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-738f7332-aa18-40e6-bd41-07e88b88301b Date: Thu, 04 Oct 2018 14:57:27 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 14:57:27,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-738f7332-aa18-40e6-bd41-07e88b88301b 2018-10-04 14:57:27,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a28c9854208eedf611de36d0edeb387486329cee" 2018-10-04 14:57:27,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f936d5f6-18fd-4a1e-a550-f961ff94ccc8 Date: Thu, 04 Oct 2018 14:57:27 GMT RESP BODY: {"subnets":[]} 2018-10-04 14:57:27,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-f936d5f6-18fd-4a1e-a550-f961ff94ccc8 2018-10-04 14:57:27,294 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-0cbcae2a-39de-46c3-a699-1cd7657be898-pub-router 2018-10-04 14:57:27,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a28c9854208eedf611de36d0edeb387486329cee" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "CreateRouterSuccessTests-0cbcae2a-39de-46c3-a699-1cd7657be898-pub-router", "admin_state_up": true}}' 2018-10-04 14:57:32,133 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-6bb3054e-3c29-4e7b-9690-abd49a52cd76 Date: Thu, 04 Oct 2018 14:57:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "3fe8a6fb536f4ff986629c3bca85bf56", "created_at": "2018-10-04T14:57:28Z", "admin_state_up": true, "updated_at": "2018-10-04T14:57:28Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "3fe8a6fb536f4ff986629c3bca85bf56", "id": "0e3bbce2-02ab-4fe4-8401-fc42452db48d", "name": "CreateRouterSuccessTests-0cbcae2a-39de-46c3-a699-1cd7657be898-pub-router"}} 2018-10-04 14:57:32,133 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-6bb3054e-3c29-4e7b-9690-abd49a52cd76 2018-10-04 14:57:32,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=0e3bbce2-02ab-4fe4-8401-fc42452db48d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a28c9854208eedf611de36d0edeb387486329cee" 2018-10-04 14:57:32,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-26af7b86-3976-4a95-aee9-587131434852 Date: Thu, 04 Oct 2018 14:57:32 GMT RESP BODY: {"ports":[]} 2018-10-04 14:57:32,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=0e3bbce2-02ab-4fe4-8401-fc42452db48d used request id req-26af7b86-3976-4a95-aee9-587131434852 2018-10-04 14:57:32,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/0e3bbce2-02ab-4fe4-8401-fc42452db48d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a28c9854208eedf611de36d0edeb387486329cee" 2018-10-04 14:57:32,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-ade9d783-b160-407f-90a7-e13103eff49b Date: Thu, 04 Oct 2018 14:57:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "3fe8a6fb536f4ff986629c3bca85bf56", "created_at": "2018-10-04T14:57:28Z", "admin_state_up": true, "updated_at": "2018-10-04T14:57:31Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "3fe8a6fb536f4ff986629c3bca85bf56", "id": "0e3bbce2-02ab-4fe4-8401-fc42452db48d", "name": "CreateRouterSuccessTests-0cbcae2a-39de-46c3-a699-1cd7657be898-pub-router"}} 2018-10-04 14:57:32,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/0e3bbce2-02ab-4fe4-8401-fc42452db48d used request id req-ade9d783-b160-407f-90a7-e13103eff49b 2018-10-04 14:57:32,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=0e3bbce2-02ab-4fe4-8401-fc42452db48d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a28c9854208eedf611de36d0edeb387486329cee" 2018-10-04 14:57:32,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0b9859a0-ad01-4660-a106-6d58edb3a80d Date: Thu, 04 Oct 2018 14:57:32 GMT RESP BODY: {"ports":[]} 2018-10-04 14:57:32,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=0e3bbce2-02ab-4fe4-8401-fc42452db48d used request id req-0b9859a0-ad01-4660-a106-6d58edb3a80d 2018-10-04 14:57:32,755 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:57:33,125 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cbc73bfe4f734837a58e2d12cdf2826a", "name": "CreateRouterSuccessTests-88091845-eb6f-42c-proj-role"}], "expires_at": "2018-10-04T15:57:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3fe8a6fb536f4ff986629c3bca85bf56", "name": "CreateRouterSuccessTests-88091845-eb6f-42c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/3fe8a6fb536f4ff986629c3bca85bf56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-88091845-eb6f-42c-user", "id": "ffb4400f64884a0d968e3fac7651ebb0"}, "audit_ids": ["2khqmjHPTTGR08oR63bQTg"], "issued_at": "2018-10-04T14:57:33.000000Z"}} 2018-10-04 14:57:33,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-0cbcae2a-39de-46c3-a699-1cd7657be898-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4ff52a2990ab5541c144175284742821fdad8d" 2018-10-04 14:57:33,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-91564330-867f-4035-8666-38348e4f4f37 Date: Thu, 04 Oct 2018 14:57:33 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "3fe8a6fb536f4ff986629c3bca85bf56", "created_at": "2018-10-04T14:57:28Z", "admin_state_up": true, "updated_at": "2018-10-04T14:57:31Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "3fe8a6fb536f4ff986629c3bca85bf56", "id": "0e3bbce2-02ab-4fe4-8401-fc42452db48d", "name": "CreateRouterSuccessTests-0cbcae2a-39de-46c3-a699-1cd7657be898-pub-router"}]} 2018-10-04 14:57:33,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-0cbcae2a-39de-46c3-a699-1cd7657be898-pub-router&admin_state_up=True used request id req-91564330-867f-4035-8666-38348e4f4f37 2018-10-04 14:57:33,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:57:33,358 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:57:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:57:33,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3fe8a6fb536f4ff986629c3bca85bf56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a5b5453b91872d251afd0e08f16a65b300c3c3" 2018-10-04 14:57:33,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d8c3de6-ce44-4ea4-aea8-437bb16897f8 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3fe8a6fb536f4ff986629c3bca85bf56"}, "enabled": true, "id": "3fe8a6fb536f4ff986629c3bca85bf56", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-88091845-eb6f-42c-proj"}} 2018-10-04 14:57:33,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3fe8a6fb536f4ff986629c3bca85bf56 used request id req-5d8c3de6-ce44-4ea4-aea8-437bb16897f8 2018-10-04 14:57:33,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=0e3bbce2-02ab-4fe4-8401-fc42452db48d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4ff52a2990ab5541c144175284742821fdad8d" 2018-10-04 14:57:33,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-02f391fe-05be-4ea8-b438-fdc3ac15a388 Date: Thu, 04 Oct 2018 14:57:33 GMT RESP BODY: {"ports":[]} 2018-10-04 14:57:33,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=0e3bbce2-02ab-4fe4-8401-fc42452db48d used request id req-02f391fe-05be-4ea8-b438-fdc3ac15a388 2018-10-04 14:57:33,651 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-0cbcae2a-39de-46c3-a699-1cd7657be898-pub-router 2018-10-04 14:57:33,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/0e3bbce2-02ab-4fe4-8401-fc42452db48d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4ff52a2990ab5541c144175284742821fdad8d" 2018-10-04 14:57:37,718 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8aee3a91-b136-468f-a5bd-0d69dca334e0 Content-Length: 0 Date: Thu, 04 Oct 2018 14:57:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:57:37,718 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/0e3bbce2-02ab-4fe4-8401-fc42452db48d used request id req-8aee3a91-b136-468f-a5bd-0d69dca334e0 2018-10-04 14:57:37,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-0cbcae2a-39de-46c3-a699-1cd7657be898-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4ff52a2990ab5541c144175284742821fdad8d" 2018-10-04 14:57:37,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-14e77b1a-bd09-44de-a459-b012f1473b45 Date: Thu, 04 Oct 2018 14:57:37 GMT RESP BODY: {"routers": []} 2018-10-04 14:57:37,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-0cbcae2a-39de-46c3-a699-1cd7657be898-pub-router&admin_state_up=True used request id req-14e77b1a-bd09-44de-a459-b012f1473b45 2018-10-04 14:57:37,912 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-0cbcae2a-39de-46c3-a699-1cd7657be898-pub-router 2018-10-04 14:57:37,912 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-0cbcae2a-39de-46c3-a699-1cd7657be898-pub-router 2018-10-04 14:57:37,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/0e3bbce2-02ab-4fe4-8401-fc42452db48d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a28c9854208eedf611de36d0edeb387486329cee" 2018-10-04 14:57:38,107 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 135 X-Openstack-Request-Id: req-8dd0c266-9300-4a4f-8188-2689d826ccbe Date: Thu, 04 Oct 2018 14:57:38 GMT RESP BODY: {"NeutronError": {"message": "Router 0e3bbce2-02ab-4fe4-8401-fc42452db48d could not be found", "type": "RouterNotFound", "detail": ""}} 2018-10-04 14:57:38,107 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/0e3bbce2-02ab-4fe4-8401-fc42452db48d used request id req-8dd0c266-9300-4a4f-8188-2689d826ccbe 2018-10-04 14:57:38,107 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Router 0e3bbce2-02ab-4fe4-8401-fc42452db48d could not be found", "type": "RouterNotFound", "detail": ""}} 2018-10-04 14:57:38,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb98dd1974da88bfee5dd962475b5836ca283ff4" 2018-10-04 14:57:38,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-13412a73-3b6d-4e50-9dfd-81ed022ba285 Date: Thu, 04 Oct 2018 14:57:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:57:38,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-13412a73-3b6d-4e50-9dfd-81ed022ba285 2018-10-04 14:57:38,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb98dd1974da88bfee5dd962475b5836ca283ff4" 2018-10-04 14:57:38,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9aff8cb-60d5-4f2c-9f65-52f780869b15 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:57:38,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-d9aff8cb-60d5-4f2c-9f65-52f780869b15 2018-10-04 14:57:38,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb98dd1974da88bfee5dd962475b5836ca283ff4" 2018-10-04 14:57:38,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba6e50cd-0c41-4854-98f7-07c5aea2a6e7 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:57:38,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-ba6e50cd-0c41-4854-98f7-07c5aea2a6e7 2018-10-04 14:57:38,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb98dd1974da88bfee5dd962475b5836ca283ff4" 2018-10-04 14:57:38,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0ba7e10-6ea4-4b0d-825a-2521dfb9e479 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:57:38,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-a0ba7e10-6ea4-4b0d-825a-2521dfb9e479 2018-10-04 14:57:38,699 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-88091845-eb6f-42c-proj 2018-10-04 14:57:38,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/3fe8a6fb536f4ff986629c3bca85bf56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb98dd1974da88bfee5dd962475b5836ca283ff4" 2018-10-04 14:57:38,906 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:57:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24469cab-1a4c-4b31-b497-de345c4946c2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:57:38,906 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/3fe8a6fb536f4ff986629c3bca85bf56 used request id req-24469cab-1a4c-4b31-b497-de345c4946c2 2018-10-04 14:57:38,906 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-88091845-eb6f-42c-proj-role 2018-10-04 14:57:38,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/cbc73bfe4f734837a58e2d12cdf2826a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb98dd1974da88bfee5dd962475b5836ca283ff4" 2018-10-04 14:57:39,013 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:57:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7b2a2da-7f62-4fa3-b6d4-7f41a2ac01ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:57:39,013 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/cbc73bfe4f734837a58e2d12cdf2826a used request id req-d7b2a2da-7f62-4fa3-b6d4-7f41a2ac01ad 2018-10-04 14:57:39,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb98dd1974da88bfee5dd962475b5836ca283ff4" 2018-10-04 14:57:39,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c37104f1-f46f-4884-813f-c259f719159c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:57:39,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c37104f1-f46f-4884-813f-c259f719159c 2018-10-04 14:57:39,123 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-88091845-eb6f-42c-user 2018-10-04 14:57:39,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/ffb4400f64884a0d968e3fac7651ebb0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e38dcf3a2ff49a1f45e3c0319b8a1ddebf562a" 2018-10-04 14:57:39,281 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:57:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1b206ac-b76c-439a-9030-b36692b0b206 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:57:39,281 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/ffb4400f64884a0d968e3fac7651ebb0 used request id req-b1b206ac-b76c-439a-9030-b36692b0b206 2018-10-04 14:57:39,283 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:57:39,663 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:57:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["urfdF1zhRpaxUxqxLxhrdw"], "issued_at": "2018-10-04T14:57:39.000000Z"}} 2018-10-04 14:57:39,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c9dd5ef2398c5ed5615be20369660d58b25f4a" 2018-10-04 14:57:39,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdb13952-08fe-40c8-b817-9621af9c2499 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:57:39,751 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bdb13952-08fe-40c8-b817-9621af9c2499 2018-10-04 14:57:39,753 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:57:39,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:57:40,209 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:57:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["dZtVICRWQy6rDmUPqanYVQ"], "issued_at": "2018-10-04T14:57:40.000000Z"}} 2018-10-04 14:57:40,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7157b9ea39a3bd01e6d65af50a123cae7fb4c6a3" 2018-10-04 14:57:40,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e44de2a3-56c0-41ac-b4e9-7317f032620a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:57:40,300 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e44de2a3-56c0-41ac-b4e9-7317f032620a 2018-10-04 14:57:40,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:57:40,311 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:57:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:57:40,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-fa9f7d7a-37fe-40d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7157b9ea39a3bd01e6d65af50a123cae7fb4c6a3" 2018-10-04 14:57:40,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff3d475d-aa58-41ec-864e-fef23e451c70 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-fa9f7d7a-37fe-40d-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:57:40,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-fa9f7d7a-37fe-40d-proj used request id req-ff3d475d-aa58-41ec-864e-fef23e451c70 2018-10-04 14:57:40,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7157b9ea39a3bd01e6d65af50a123cae7fb4c6a3" 2018-10-04 14:57:40,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67ba27cf-750f-4cad-8473-7dfc51e6994d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:57:40,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-67ba27cf-750f-4cad-8473-7dfc51e6994d 2018-10-04 14:57:40,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7157b9ea39a3bd01e6d65af50a123cae7fb4c6a3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-fa9f7d7a-37fe-40d-proj"}}' 2018-10-04 14:57:40,622 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:57:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-450940f7-03f5-4861-9a84-089f7b36b5eb Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/72475c70d9a74c05b5fedba8c916c606"}, "enabled": true, "id": "72475c70d9a74c05b5fedba8c916c606", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-fa9f7d7a-37fe-40d-proj"}} 2018-10-04 14:57:40,622 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-450940f7-03f5-4861-9a84-089f7b36b5eb 2018-10-04 14:57:40,623 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-fa9f7d7a-37fe-40d-proj 2018-10-04 14:57:40,623 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:57:40,624 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:57:41,005 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:57:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["p4MAqttIRfGNuZ4zJEbUuA"], "issued_at": "2018-10-04T14:57:41.000000Z"}} 2018-10-04 14:57:41,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f33347de95150a176c8fffe93e6ea577ae74337" 2018-10-04 14:57:41,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8719cc68-5f0f-4141-9464-5a9ead813fef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:57:41,097 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8719cc68-5f0f-4141-9464-5a9ead813fef 2018-10-04 14:57:41,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:57:41,107 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:57:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:57:41,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f33347de95150a176c8fffe93e6ea577ae74337" 2018-10-04 14:57:41,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de8fdba5-c86f-44f5-91c8-1fb165c5ee5e Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:57:41,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-de8fdba5-c86f-44f5-91c8-1fb165c5ee5e 2018-10-04 14:57:41,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-fa9f7d7a-37fe-40d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f33347de95150a176c8fffe93e6ea577ae74337" 2018-10-04 14:57:41,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82866a6f-0c84-434f-92b3-3ed0caa4cf15 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-fa9f7d7a-37fe-40d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/72475c70d9a74c05b5fedba8c916c606"}, "enabled": true, "id": "72475c70d9a74c05b5fedba8c916c606", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-fa9f7d7a-37fe-40d-proj"}]} 2018-10-04 14:57:41,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-fa9f7d7a-37fe-40d-proj used request id req-82866a6f-0c84-434f-92b3-3ed0caa4cf15 2018-10-04 14:57:41,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f33347de95150a176c8fffe93e6ea577ae74337" 2018-10-04 14:57:41,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18ed2640-8795-4240-9233-debeb18546e4 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:57:41,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-18ed2640-8795-4240-9233-debeb18546e4 2018-10-04 14:57:41,774 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-fa9f7d7a-37fe-40d-user 2018-10-04 14:57:41,774 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:57:41,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7157b9ea39a3bd01e6d65af50a123cae7fb4c6a3" 2018-10-04 14:57:41,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acdafa5b-55e8-4ad9-9452-63614ac13f19 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:57:41,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-acdafa5b-55e8-4ad9-9452-63614ac13f19 2018-10-04 14:57:41,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7157b9ea39a3bd01e6d65af50a123cae7fb4c6a3" -d '{"role": {"name": "CreateRouterSuccessTests-fa9f7d7a-37fe-40d-proj-role"}}' 2018-10-04 14:57:41,996 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:57:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1cc6e386-ce78-4c31-8054-5d9caded7458 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "406bec386b5147dd9ac2b94d0809504a", "links": {"self": "http://172.30.9.23:5000/v3/roles/406bec386b5147dd9ac2b94d0809504a"}, "name": "CreateRouterSuccessTests-fa9f7d7a-37fe-40d-proj-role"}} 2018-10-04 14:57:41,996 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-1cc6e386-ce78-4c31-8054-5d9caded7458 2018-10-04 14:57:41,996 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-fa9f7d7a-37fe-40d-proj-role 2018-10-04 14:57:42,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/406bec386b5147dd9ac2b94d0809504a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7157b9ea39a3bd01e6d65af50a123cae7fb4c6a3" 2018-10-04 14:57:42,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24ed4292-a2ef-4de4-98c3-1333406ed8e6 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/406bec386b5147dd9ac2b94d0809504a"}, "domain_id": null, "name": "CreateRouterSuccessTests-fa9f7d7a-37fe-40d-proj-role", "id": "406bec386b5147dd9ac2b94d0809504a"}} 2018-10-04 14:57:42,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/406bec386b5147dd9ac2b94d0809504a used request id req-24ed4292-a2ef-4de4-98c3-1333406ed8e6 2018-10-04 14:57:42,016 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-fa9f7d7a-37fe-40d-proj-role to project CreateRouterSuccessTests-fa9f7d7a-37fe-40d-proj 2018-10-04 14:57:42,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/72475c70d9a74c05b5fedba8c916c606/users/05672f7078d747cd934d330507e79278/roles/406bec386b5147dd9ac2b94d0809504a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7157b9ea39a3bd01e6d65af50a123cae7fb4c6a3" 2018-10-04 14:57:42,154 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:57:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b47d5435-8bd5-498d-9b37-896b4c2cc12e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:57:42,154 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/72475c70d9a74c05b5fedba8c916c606/users/05672f7078d747cd934d330507e79278/roles/406bec386b5147dd9ac2b94d0809504a used request id req-b47d5435-8bd5-498d-9b37-896b4c2cc12e 2018-10-04 14:57:42,155 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:57:42,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:57:42,638 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "406bec386b5147dd9ac2b94d0809504a", "name": "CreateRouterSuccessTests-fa9f7d7a-37fe-40d-proj-role"}], "expires_at": "2018-10-04T15:57:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "72475c70d9a74c05b5fedba8c916c606", "name": "CreateRouterSuccessTests-fa9f7d7a-37fe-40d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/72475c70d9a74c05b5fedba8c916c606", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/72475c70d9a74c05b5fedba8c916c606", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/72475c70d9a74c05b5fedba8c916c606", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/72475c70d9a74c05b5fedba8c916c606", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/72475c70d9a74c05b5fedba8c916c606", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/72475c70d9a74c05b5fedba8c916c606", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/72475c70d9a74c05b5fedba8c916c606", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/72475c70d9a74c05b5fedba8c916c606", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/72475c70d9a74c05b5fedba8c916c606", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/72475c70d9a74c05b5fedba8c916c606", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/72475c70d9a74c05b5fedba8c916c606", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/72475c70d9a74c05b5fedba8c916c606", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-fa9f7d7a-37fe-40d-user", "id": "05672f7078d747cd934d330507e79278"}, "audit_ids": ["0zcgjGKVSKSZ4aOflwq4Ow"], "issued_at": "2018-10-04T14:57:42.000000Z"}} 2018-10-04 14:57:42,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef679c08991e3fa9461647cd39aadf75fbfb2f2" 2018-10-04 14:57:42,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d7d2ce1-4a23-42d3-a51b-5f2834aa675b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:57:42,714 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2d7d2ce1-4a23-42d3-a51b-5f2834aa675b 2018-10-04 14:57:42,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-a70c5a47-3225-4a4f-aa78-f42524505821-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef679c08991e3fa9461647cd39aadf75fbfb2f2" 2018-10-04 14:57:42,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-65e45237-d54c-4345-8d86-dcbbad502011 Date: Thu, 04 Oct 2018 14:57:42 GMT RESP BODY: {"routers": []} 2018-10-04 14:57:42,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-a70c5a47-3225-4a4f-aa78-f42524505821-pub-router&admin_state_up=True used request id req-65e45237-d54c-4345-8d86-dcbbad502011 2018-10-04 14:57:42,932 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:57:42,933 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:57:43,314 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "406bec386b5147dd9ac2b94d0809504a", "name": "CreateRouterSuccessTests-fa9f7d7a-37fe-40d-proj-role"}], "expires_at": "2018-10-04T15:57:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "72475c70d9a74c05b5fedba8c916c606", "name": "CreateRouterSuccessTests-fa9f7d7a-37fe-40d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/72475c70d9a74c05b5fedba8c916c606", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/72475c70d9a74c05b5fedba8c916c606", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/72475c70d9a74c05b5fedba8c916c606", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/72475c70d9a74c05b5fedba8c916c606", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/72475c70d9a74c05b5fedba8c916c606", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/72475c70d9a74c05b5fedba8c916c606", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/72475c70d9a74c05b5fedba8c916c606", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/72475c70d9a74c05b5fedba8c916c606", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/72475c70d9a74c05b5fedba8c916c606", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/72475c70d9a74c05b5fedba8c916c606", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/72475c70d9a74c05b5fedba8c916c606", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/72475c70d9a74c05b5fedba8c916c606", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-fa9f7d7a-37fe-40d-user", "id": "05672f7078d747cd934d330507e79278"}, "audit_ids": ["9fN0ra9xSGKRqBDWZKIJ9w"], "issued_at": "2018-10-04T14:57:43.000000Z"}} 2018-10-04 14:57:43,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01f6aafb28c74e8344d66a6d575c909f61054389" 2018-10-04 14:57:43,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9ac257d-e226-4043-8da7-b35d4324c6a5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:57:43,390 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a9ac257d-e226-4043-8da7-b35d4324c6a5 2018-10-04 14:57:43,392 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-a70c5a47-3225-4a4f-aa78-f42524505821-pub-router 2018-10-04 14:57:43,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef679c08991e3fa9461647cd39aadf75fbfb2f2" -d '{"router": {"name": "CreateRouterSuccessTests-a70c5a47-3225-4a4f-aa78-f42524505821-pub-router", "admin_state_up": true}}' 2018-10-04 14:57:47,063 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 535 X-Openstack-Request-Id: req-e4ac2ba1-20b1-4dc1-bbeb-2e23a1c5b732 Date: Thu, 04 Oct 2018 14:57:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "72475c70d9a74c05b5fedba8c916c606", "created_at": "2018-10-04T14:57:44Z", "admin_state_up": true, "updated_at": "2018-10-04T14:57:44Z", "flavor_id": null, "revision_number": 1, "routes": [], "project_id": "72475c70d9a74c05b5fedba8c916c606", "id": "eb005547-a7bb-4ab7-bef0-c9677b4ec80f", "name": "CreateRouterSuccessTests-a70c5a47-3225-4a4f-aa78-f42524505821-pub-router"}} 2018-10-04 14:57:47,063 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-e4ac2ba1-20b1-4dc1-bbeb-2e23a1c5b732 2018-10-04 14:57:47,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=eb005547-a7bb-4ab7-bef0-c9677b4ec80f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef679c08991e3fa9461647cd39aadf75fbfb2f2" 2018-10-04 14:57:47,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-aed7432d-ef52-4a3a-8d50-78b68d472869 Date: Thu, 04 Oct 2018 14:57:47 GMT RESP BODY: {"ports":[]} 2018-10-04 14:57:47,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=eb005547-a7bb-4ab7-bef0-c9677b4ec80f used request id req-aed7432d-ef52-4a3a-8d50-78b68d472869 2018-10-04 14:57:47,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/eb005547-a7bb-4ab7-bef0-c9677b4ec80f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef679c08991e3fa9461647cd39aadf75fbfb2f2" 2018-10-04 14:57:47,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-bf23d38e-f4a8-4549-9942-6ac3067ae5da Date: Thu, 04 Oct 2018 14:57:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "72475c70d9a74c05b5fedba8c916c606", "created_at": "2018-10-04T14:57:44Z", "admin_state_up": true, "updated_at": "2018-10-04T14:57:46Z", "flavor_id": null, "revision_number": 5, "routes": [], "project_id": "72475c70d9a74c05b5fedba8c916c606", "id": "eb005547-a7bb-4ab7-bef0-c9677b4ec80f", "name": "CreateRouterSuccessTests-a70c5a47-3225-4a4f-aa78-f42524505821-pub-router"}} 2018-10-04 14:57:47,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/eb005547-a7bb-4ab7-bef0-c9677b4ec80f used request id req-bf23d38e-f4a8-4549-9942-6ac3067ae5da 2018-10-04 14:57:47,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=eb005547-a7bb-4ab7-bef0-c9677b4ec80f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef679c08991e3fa9461647cd39aadf75fbfb2f2" 2018-10-04 14:57:47,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-aae0a115-b474-4c4b-9930-90c8a2e2d4a7 Date: Thu, 04 Oct 2018 14:57:47 GMT RESP BODY: {"ports":[]} 2018-10-04 14:57:47,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=eb005547-a7bb-4ab7-bef0-c9677b4ec80f used request id req-aae0a115-b474-4c4b-9930-90c8a2e2d4a7 2018-10-04 14:57:47,665 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:57:48,049 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "406bec386b5147dd9ac2b94d0809504a", "name": "CreateRouterSuccessTests-fa9f7d7a-37fe-40d-proj-role"}], "expires_at": "2018-10-04T15:57:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "72475c70d9a74c05b5fedba8c916c606", "name": "CreateRouterSuccessTests-fa9f7d7a-37fe-40d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/72475c70d9a74c05b5fedba8c916c606", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/72475c70d9a74c05b5fedba8c916c606", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/72475c70d9a74c05b5fedba8c916c606", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/72475c70d9a74c05b5fedba8c916c606", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/72475c70d9a74c05b5fedba8c916c606", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/72475c70d9a74c05b5fedba8c916c606", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/72475c70d9a74c05b5fedba8c916c606", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/72475c70d9a74c05b5fedba8c916c606", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/72475c70d9a74c05b5fedba8c916c606", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/72475c70d9a74c05b5fedba8c916c606", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/72475c70d9a74c05b5fedba8c916c606", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/72475c70d9a74c05b5fedba8c916c606", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-fa9f7d7a-37fe-40d-user", "id": "05672f7078d747cd934d330507e79278"}, "audit_ids": ["TCKVCDYNR_W7uPZwaQplQQ"], "issued_at": "2018-10-04T14:57:48.000000Z"}} 2018-10-04 14:57:48,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-a70c5a47-3225-4a4f-aa78-f42524505821-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}566039e76c396ce7780ce8c2f953224212e92feb" 2018-10-04 14:57:48,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-e42d23d1-2a98-404d-9f58-39cb80d7b273 Date: Thu, 04 Oct 2018 14:57:48 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "72475c70d9a74c05b5fedba8c916c606", "created_at": "2018-10-04T14:57:44Z", "admin_state_up": true, "updated_at": "2018-10-04T14:57:46Z", "flavor_id": null, "revision_number": 5, "routes": [], "project_id": "72475c70d9a74c05b5fedba8c916c606", "id": "eb005547-a7bb-4ab7-bef0-c9677b4ec80f", "name": "CreateRouterSuccessTests-a70c5a47-3225-4a4f-aa78-f42524505821-pub-router"}]} 2018-10-04 14:57:48,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-a70c5a47-3225-4a4f-aa78-f42524505821-pub-router&admin_state_up=True used request id req-e42d23d1-2a98-404d-9f58-39cb80d7b273 2018-10-04 14:57:48,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:57:48,278 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:57:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:57:48,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/72475c70d9a74c05b5fedba8c916c606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c9dd5ef2398c5ed5615be20369660d58b25f4a" 2018-10-04 14:57:48,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a57c061-e5ae-492c-897d-bdc7c526c003 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/72475c70d9a74c05b5fedba8c916c606"}, "enabled": true, "id": "72475c70d9a74c05b5fedba8c916c606", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-fa9f7d7a-37fe-40d-proj"}} 2018-10-04 14:57:48,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/72475c70d9a74c05b5fedba8c916c606 used request id req-6a57c061-e5ae-492c-897d-bdc7c526c003 2018-10-04 14:57:48,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=eb005547-a7bb-4ab7-bef0-c9677b4ec80f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}566039e76c396ce7780ce8c2f953224212e92feb" 2018-10-04 14:57:48,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-634b6962-b86a-499b-bfa6-0cf4cfb9a798 Date: Thu, 04 Oct 2018 14:57:48 GMT RESP BODY: {"ports":[]} 2018-10-04 14:57:48,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=eb005547-a7bb-4ab7-bef0-c9677b4ec80f used request id req-634b6962-b86a-499b-bfa6-0cf4cfb9a798 2018-10-04 14:57:48,555 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-a70c5a47-3225-4a4f-aa78-f42524505821-pub-router 2018-10-04 14:57:48,555 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-a70c5a47-3225-4a4f-aa78-f42524505821-pub-router 2018-10-04 14:57:48,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/eb005547-a7bb-4ab7-bef0-c9677b4ec80f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef679c08991e3fa9461647cd39aadf75fbfb2f2" 2018-10-04 14:57:51,551 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-67489d4e-23c3-4597-96f2-e70b47b7171f Content-Length: 0 Date: Thu, 04 Oct 2018 14:57:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:57:51,552 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/eb005547-a7bb-4ab7-bef0-c9677b4ec80f used request id req-67489d4e-23c3-4597-96f2-e70b47b7171f 2018-10-04 14:57:51,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7157b9ea39a3bd01e6d65af50a123cae7fb4c6a3" 2018-10-04 14:57:51,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-884c30f1-a4db-4856-9e5e-76d2223ac7d8 Date: Thu, 04 Oct 2018 14:57:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:57:51,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-884c30f1-a4db-4856-9e5e-76d2223ac7d8 2018-10-04 14:57:51,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7157b9ea39a3bd01e6d65af50a123cae7fb4c6a3" 2018-10-04 14:57:51,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e00107f9-2263-451e-aa72-427a2b0cad44 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:57:51,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-e00107f9-2263-451e-aa72-427a2b0cad44 2018-10-04 14:57:51,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7157b9ea39a3bd01e6d65af50a123cae7fb4c6a3" 2018-10-04 14:57:51,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-befa511f-539f-491f-863d-3fb828e860f5 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:57:51,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-befa511f-539f-491f-863d-3fb828e860f5 2018-10-04 14:57:51,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7157b9ea39a3bd01e6d65af50a123cae7fb4c6a3" 2018-10-04 14:57:52,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cddd5e89-b58d-4349-ac04-a5ddfeb67f97 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:57:52,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-cddd5e89-b58d-4349-ac04-a5ddfeb67f97 2018-10-04 14:57:52,050 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-fa9f7d7a-37fe-40d-proj 2018-10-04 14:57:52,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/72475c70d9a74c05b5fedba8c916c606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7157b9ea39a3bd01e6d65af50a123cae7fb4c6a3" 2018-10-04 14:57:52,244 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:57:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-857d81a9-1087-4669-bae4-68beeb96fbbb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:57:52,244 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/72475c70d9a74c05b5fedba8c916c606 used request id req-857d81a9-1087-4669-bae4-68beeb96fbbb 2018-10-04 14:57:52,244 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-fa9f7d7a-37fe-40d-proj-role 2018-10-04 14:57:52,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/406bec386b5147dd9ac2b94d0809504a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7157b9ea39a3bd01e6d65af50a123cae7fb4c6a3" 2018-10-04 14:57:52,361 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:57:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4a2463d-7ade-44aa-a6a5-14f4ceb599ce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:57:52,361 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/406bec386b5147dd9ac2b94d0809504a used request id req-c4a2463d-7ade-44aa-a6a5-14f4ceb599ce 2018-10-04 14:57:52,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7157b9ea39a3bd01e6d65af50a123cae7fb4c6a3" 2018-10-04 14:57:52,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf71837b-6d59-4d7f-96a0-5aa5d81397d6 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:57:52,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-cf71837b-6d59-4d7f-96a0-5aa5d81397d6 2018-10-04 14:57:52,456 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-fa9f7d7a-37fe-40d-user 2018-10-04 14:57:52,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/05672f7078d747cd934d330507e79278 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f33347de95150a176c8fffe93e6ea577ae74337" 2018-10-04 14:57:52,764 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:57:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c9d333c-1dcd-4f4d-9b2c-414213f26c33 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:57:52,764 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/05672f7078d747cd934d330507e79278 used request id req-5c9d333c-1dcd-4f4d-9b2c-414213f26c33 2018-10-04 14:57:52,765 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:57:53,151 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:57:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["A-IgXnHrSimyxsrXg1TpHQ"], "issued_at": "2018-10-04T14:57:53.000000Z"}} 2018-10-04 14:57:53,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabd3bde1844cf2ceef8a4ceb3711c5f68fda38c" 2018-10-04 14:57:53,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7c7ce7c-bc64-4e1f-ba32-27a1a727637a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:57:53,242 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e7c7ce7c-bc64-4e1f-ba32-27a1a727637a 2018-10-04 14:57:53,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:57:53,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:57:53,616 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:57:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["E19KY5ezQGqU1VgWN-EHtA"], "issued_at": "2018-10-04T14:57:53.000000Z"}} 2018-10-04 14:57:53,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c82330c3b14380e668f5a12f8e779806282000" 2018-10-04 14:57:53,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf8b957a-9853-420f-9e1e-84e38f9e9c4a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:57:53,706 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bf8b957a-9853-420f-9e1e-84e38f9e9c4a 2018-10-04 14:57:53,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:57:53,716 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:57:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:57:53,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-7d1f30be-67be-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c82330c3b14380e668f5a12f8e779806282000" 2018-10-04 14:57:53,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b9cda72-21e1-4275-a8a5-029af4e88ed8 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-7d1f30be-67be-45e-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:57:53,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-7d1f30be-67be-45e-proj used request id req-3b9cda72-21e1-4275-a8a5-029af4e88ed8 2018-10-04 14:57:53,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c82330c3b14380e668f5a12f8e779806282000" 2018-10-04 14:57:53,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dc8325f-b3fb-4e79-a2dc-35a79bb4fe96 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:57:53,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-3dc8325f-b3fb-4e79-a2dc-35a79bb4fe96 2018-10-04 14:57:53,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c82330c3b14380e668f5a12f8e779806282000" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-7d1f30be-67be-45e-proj"}}' 2018-10-04 14:57:54,020 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:57:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c62d62b-a562-465c-89f3-0ba48a1e92cd Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/0ecadfd13fee41d086fc3b15b41231a8"}, "enabled": true, "id": "0ecadfd13fee41d086fc3b15b41231a8", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-7d1f30be-67be-45e-proj"}} 2018-10-04 14:57:54,020 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-6c62d62b-a562-465c-89f3-0ba48a1e92cd 2018-10-04 14:57:54,021 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-7d1f30be-67be-45e-proj 2018-10-04 14:57:54,021 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:57:54,022 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:57:54,397 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:57:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["cSuoiBY7T4GL38C8GKWhoA"], "issued_at": "2018-10-04T14:57:54.000000Z"}} 2018-10-04 14:57:54,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a61dc695ad869bd1ffbd5b9c51681adcd5dbc76b" 2018-10-04 14:57:54,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38a85e9a-d019-4208-b65e-9ef0cfd4f3ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:57:54,486 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-38a85e9a-d019-4208-b65e-9ef0cfd4f3ca 2018-10-04 14:57:54,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:57:54,497 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:57:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:57:54,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a61dc695ad869bd1ffbd5b9c51681adcd5dbc76b" 2018-10-04 14:57:54,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07bb4b08-283f-4882-a75d-124980dd3006 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:57:54,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-07bb4b08-283f-4882-a75d-124980dd3006 2018-10-04 14:57:54,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-7d1f30be-67be-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a61dc695ad869bd1ffbd5b9c51681adcd5dbc76b" 2018-10-04 14:57:54,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e875a69-8d6e-4836-9b64-4607643a0917 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-7d1f30be-67be-45e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/0ecadfd13fee41d086fc3b15b41231a8"}, "enabled": true, "id": "0ecadfd13fee41d086fc3b15b41231a8", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-7d1f30be-67be-45e-proj"}]} 2018-10-04 14:57:54,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-7d1f30be-67be-45e-proj used request id req-0e875a69-8d6e-4836-9b64-4607643a0917 2018-10-04 14:57:54,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a61dc695ad869bd1ffbd5b9c51681adcd5dbc76b" 2018-10-04 14:57:54,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12768f57-9240-43e5-913a-adc0c32bbe1f Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:57:54,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-12768f57-9240-43e5-913a-adc0c32bbe1f 2018-10-04 14:57:55,175 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-7d1f30be-67be-45e-user 2018-10-04 14:57:55,176 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:57:55,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c82330c3b14380e668f5a12f8e779806282000" 2018-10-04 14:57:55,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78e6f77c-ac23-4db3-b7a7-4f7f376a1571 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:57:55,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-78e6f77c-ac23-4db3-b7a7-4f7f376a1571 2018-10-04 14:57:55,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c82330c3b14380e668f5a12f8e779806282000" -d '{"role": {"name": "CreateRouterSuccessTests-7d1f30be-67be-45e-proj-role"}}' 2018-10-04 14:57:55,313 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:57:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-586b22d3-402e-4c47-81f6-57df416b09f4 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2301131e3986483e90a63a6b36fa54eb", "links": {"self": "http://172.30.9.23:5000/v3/roles/2301131e3986483e90a63a6b36fa54eb"}, "name": "CreateRouterSuccessTests-7d1f30be-67be-45e-proj-role"}} 2018-10-04 14:57:55,313 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-586b22d3-402e-4c47-81f6-57df416b09f4 2018-10-04 14:57:55,313 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-7d1f30be-67be-45e-proj-role 2018-10-04 14:57:55,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/2301131e3986483e90a63a6b36fa54eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c82330c3b14380e668f5a12f8e779806282000" 2018-10-04 14:57:55,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3522ef7-a4d2-41b9-9d78-5af5bb5ed201 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/2301131e3986483e90a63a6b36fa54eb"}, "domain_id": null, "name": "CreateRouterSuccessTests-7d1f30be-67be-45e-proj-role", "id": "2301131e3986483e90a63a6b36fa54eb"}} 2018-10-04 14:57:55,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/2301131e3986483e90a63a6b36fa54eb used request id req-d3522ef7-a4d2-41b9-9d78-5af5bb5ed201 2018-10-04 14:57:55,334 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-7d1f30be-67be-45e-proj-role to project CreateRouterSuccessTests-7d1f30be-67be-45e-proj 2018-10-04 14:57:55,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/0ecadfd13fee41d086fc3b15b41231a8/users/eae0bd4d4aea47ce80655aa5945ae65d/roles/2301131e3986483e90a63a6b36fa54eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c82330c3b14380e668f5a12f8e779806282000" 2018-10-04 14:57:55,463 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:57:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc59aa12-0b91-4d1e-98cf-c18759c01731 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:57:55,463 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/0ecadfd13fee41d086fc3b15b41231a8/users/eae0bd4d4aea47ce80655aa5945ae65d/roles/2301131e3986483e90a63a6b36fa54eb used request id req-cc59aa12-0b91-4d1e-98cf-c18759c01731 2018-10-04 14:57:55,464 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:57:55,465 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:57:55,840 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2301131e3986483e90a63a6b36fa54eb", "name": "CreateRouterSuccessTests-7d1f30be-67be-45e-proj-role"}], "expires_at": "2018-10-04T15:57:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0ecadfd13fee41d086fc3b15b41231a8", "name": "CreateRouterSuccessTests-7d1f30be-67be-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/0ecadfd13fee41d086fc3b15b41231a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/0ecadfd13fee41d086fc3b15b41231a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/0ecadfd13fee41d086fc3b15b41231a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0ecadfd13fee41d086fc3b15b41231a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/0ecadfd13fee41d086fc3b15b41231a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/0ecadfd13fee41d086fc3b15b41231a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/0ecadfd13fee41d086fc3b15b41231a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/0ecadfd13fee41d086fc3b15b41231a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/0ecadfd13fee41d086fc3b15b41231a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0ecadfd13fee41d086fc3b15b41231a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/0ecadfd13fee41d086fc3b15b41231a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/0ecadfd13fee41d086fc3b15b41231a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-7d1f30be-67be-45e-user", "id": "eae0bd4d4aea47ce80655aa5945ae65d"}, "audit_ids": ["yHs9fzlFQROy_YLXLnwG9Q"], "issued_at": "2018-10-04T14:57:55.000000Z"}} 2018-10-04 14:57:55,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec3aa1013a70b2d2e62809c5379f44914e44ea6" 2018-10-04 14:57:55,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28a5a9d1-a98c-4249-a8c2-5e7579a98425 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:57:55,919 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-28a5a9d1-a98c-4249-a8c2-5e7579a98425 2018-10-04 14:57:55,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-90a17e13-9995-4feb-af3e-c67e80fc39fd-pub-router&admin_state_up=False -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec3aa1013a70b2d2e62809c5379f44914e44ea6" 2018-10-04 14:57:56,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-fc6ac521-0b6c-4506-813b-a1dcd081234a Date: Thu, 04 Oct 2018 14:57:56 GMT RESP BODY: {"routers": []} 2018-10-04 14:57:56,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-90a17e13-9995-4feb-af3e-c67e80fc39fd-pub-router&admin_state_up=False used request id req-fc6ac521-0b6c-4506-813b-a1dcd081234a 2018-10-04 14:57:56,121 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:57:56,122 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:57:56,501 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2301131e3986483e90a63a6b36fa54eb", "name": "CreateRouterSuccessTests-7d1f30be-67be-45e-proj-role"}], "expires_at": "2018-10-04T15:57:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0ecadfd13fee41d086fc3b15b41231a8", "name": "CreateRouterSuccessTests-7d1f30be-67be-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/0ecadfd13fee41d086fc3b15b41231a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/0ecadfd13fee41d086fc3b15b41231a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/0ecadfd13fee41d086fc3b15b41231a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0ecadfd13fee41d086fc3b15b41231a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/0ecadfd13fee41d086fc3b15b41231a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/0ecadfd13fee41d086fc3b15b41231a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/0ecadfd13fee41d086fc3b15b41231a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/0ecadfd13fee41d086fc3b15b41231a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/0ecadfd13fee41d086fc3b15b41231a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0ecadfd13fee41d086fc3b15b41231a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/0ecadfd13fee41d086fc3b15b41231a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/0ecadfd13fee41d086fc3b15b41231a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-7d1f30be-67be-45e-user", "id": "eae0bd4d4aea47ce80655aa5945ae65d"}, "audit_ids": ["KeZFPkkFRdWVdQv2p4FnMQ"], "issued_at": "2018-10-04T14:57:56.000000Z"}} 2018-10-04 14:57:56,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94afccbb4fb7a928ca58c751253b4abdd7dda341" 2018-10-04 14:57:56,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:57:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d981e16-a963-4012-8978-76704643ed0d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:57:56,572 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0d981e16-a963-4012-8978-76704643ed0d 2018-10-04 14:57:56,573 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-90a17e13-9995-4feb-af3e-c67e80fc39fd-pub-router 2018-10-04 14:57:56,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec3aa1013a70b2d2e62809c5379f44914e44ea6" -d '{"router": {"name": "CreateRouterSuccessTests-90a17e13-9995-4feb-af3e-c67e80fc39fd-pub-router", "admin_state_up": false}}' 2018-10-04 14:58:00,199 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 536 X-Openstack-Request-Id: req-a09cbe1d-9a60-4cca-adca-9cdfbbbce367 Date: Thu, 04 Oct 2018 14:58:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "0ecadfd13fee41d086fc3b15b41231a8", "created_at": "2018-10-04T14:57:57Z", "admin_state_up": false, "updated_at": "2018-10-04T14:57:57Z", "flavor_id": null, "revision_number": 1, "routes": [], "project_id": "0ecadfd13fee41d086fc3b15b41231a8", "id": "be5fa6f5-3cd2-4a54-a917-7108a78b1568", "name": "CreateRouterSuccessTests-90a17e13-9995-4feb-af3e-c67e80fc39fd-pub-router"}} 2018-10-04 14:58:00,199 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-a09cbe1d-9a60-4cca-adca-9cdfbbbce367 2018-10-04 14:58:00,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=be5fa6f5-3cd2-4a54-a917-7108a78b1568 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec3aa1013a70b2d2e62809c5379f44914e44ea6" 2018-10-04 14:58:00,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f6a43496-07ff-422d-91cd-af3b5e20e45a Date: Thu, 04 Oct 2018 14:58:00 GMT RESP BODY: {"ports":[]} 2018-10-04 14:58:00,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=be5fa6f5-3cd2-4a54-a917-7108a78b1568 used request id req-f6a43496-07ff-422d-91cd-af3b5e20e45a 2018-10-04 14:58:00,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/be5fa6f5-3cd2-4a54-a917-7108a78b1568 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec3aa1013a70b2d2e62809c5379f44914e44ea6" 2018-10-04 14:58:00,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 542 X-Openstack-Request-Id: req-8d6b2504-1e31-4731-a452-01a39c9051d3 Date: Thu, 04 Oct 2018 14:58:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0ecadfd13fee41d086fc3b15b41231a8", "created_at": "2018-10-04T14:57:57Z", "admin_state_up": false, "updated_at": "2018-10-04T14:57:59Z", "flavor_id": null, "revision_number": 5, "routes": [], "project_id": "0ecadfd13fee41d086fc3b15b41231a8", "id": "be5fa6f5-3cd2-4a54-a917-7108a78b1568", "name": "CreateRouterSuccessTests-90a17e13-9995-4feb-af3e-c67e80fc39fd-pub-router"}} 2018-10-04 14:58:00,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/be5fa6f5-3cd2-4a54-a917-7108a78b1568 used request id req-8d6b2504-1e31-4731-a452-01a39c9051d3 2018-10-04 14:58:00,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=be5fa6f5-3cd2-4a54-a917-7108a78b1568 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec3aa1013a70b2d2e62809c5379f44914e44ea6" 2018-10-04 14:58:00,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ce10a61f-db11-4e23-a3d6-93ea96aa1592 Date: Thu, 04 Oct 2018 14:58:00 GMT RESP BODY: {"ports":[]} 2018-10-04 14:58:00,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=be5fa6f5-3cd2-4a54-a917-7108a78b1568 used request id req-ce10a61f-db11-4e23-a3d6-93ea96aa1592 2018-10-04 14:58:00,715 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:58:01,096 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2301131e3986483e90a63a6b36fa54eb", "name": "CreateRouterSuccessTests-7d1f30be-67be-45e-proj-role"}], "expires_at": "2018-10-04T15:58:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0ecadfd13fee41d086fc3b15b41231a8", "name": "CreateRouterSuccessTests-7d1f30be-67be-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/0ecadfd13fee41d086fc3b15b41231a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/0ecadfd13fee41d086fc3b15b41231a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/0ecadfd13fee41d086fc3b15b41231a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0ecadfd13fee41d086fc3b15b41231a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/0ecadfd13fee41d086fc3b15b41231a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/0ecadfd13fee41d086fc3b15b41231a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/0ecadfd13fee41d086fc3b15b41231a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/0ecadfd13fee41d086fc3b15b41231a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/0ecadfd13fee41d086fc3b15b41231a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0ecadfd13fee41d086fc3b15b41231a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/0ecadfd13fee41d086fc3b15b41231a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/0ecadfd13fee41d086fc3b15b41231a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-7d1f30be-67be-45e-user", "id": "eae0bd4d4aea47ce80655aa5945ae65d"}, "audit_ids": ["qXL0kyAqQ_G_PCVUn-A71g"], "issued_at": "2018-10-04T14:58:01.000000Z"}} 2018-10-04 14:58:01,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-90a17e13-9995-4feb-af3e-c67e80fc39fd-pub-router&admin_state_up=False -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65fa609c8c1f9d5daa23b67eb6ff21fe9c41d106" 2018-10-04 14:58:01,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 545 X-Openstack-Request-Id: req-7e55d547-f986-49eb-ad79-f757a0527b1e Date: Thu, 04 Oct 2018 14:58:01 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0ecadfd13fee41d086fc3b15b41231a8", "created_at": "2018-10-04T14:57:57Z", "admin_state_up": false, "updated_at": "2018-10-04T14:57:59Z", "flavor_id": null, "revision_number": 5, "routes": [], "project_id": "0ecadfd13fee41d086fc3b15b41231a8", "id": "be5fa6f5-3cd2-4a54-a917-7108a78b1568", "name": "CreateRouterSuccessTests-90a17e13-9995-4feb-af3e-c67e80fc39fd-pub-router"}]} 2018-10-04 14:58:01,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-90a17e13-9995-4feb-af3e-c67e80fc39fd-pub-router&admin_state_up=False used request id req-7e55d547-f986-49eb-ad79-f757a0527b1e 2018-10-04 14:58:01,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:58:01,334 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:58:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:58:01,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/0ecadfd13fee41d086fc3b15b41231a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabd3bde1844cf2ceef8a4ceb3711c5f68fda38c" 2018-10-04 14:58:01,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-206b62e8-71c1-4c89-ab06-fc8ab79de663 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/0ecadfd13fee41d086fc3b15b41231a8"}, "enabled": true, "id": "0ecadfd13fee41d086fc3b15b41231a8", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-7d1f30be-67be-45e-proj"}} 2018-10-04 14:58:01,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/0ecadfd13fee41d086fc3b15b41231a8 used request id req-206b62e8-71c1-4c89-ab06-fc8ab79de663 2018-10-04 14:58:01,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=be5fa6f5-3cd2-4a54-a917-7108a78b1568 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65fa609c8c1f9d5daa23b67eb6ff21fe9c41d106" 2018-10-04 14:58:01,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ffdd4c42-2501-428d-9f59-2d7c3faced39 Date: Thu, 04 Oct 2018 14:58:01 GMT RESP BODY: {"ports":[]} 2018-10-04 14:58:01,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=be5fa6f5-3cd2-4a54-a917-7108a78b1568 used request id req-ffdd4c42-2501-428d-9f59-2d7c3faced39 2018-10-04 14:58:01,598 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-90a17e13-9995-4feb-af3e-c67e80fc39fd-pub-router 2018-10-04 14:58:01,599 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-90a17e13-9995-4feb-af3e-c67e80fc39fd-pub-router 2018-10-04 14:58:01,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/be5fa6f5-3cd2-4a54-a917-7108a78b1568 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec3aa1013a70b2d2e62809c5379f44914e44ea6" 2018-10-04 14:58:04,400 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-852d7fc3-b377-4b52-ae94-324c1933b2d1 Content-Length: 0 Date: Thu, 04 Oct 2018 14:58:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:58:04,400 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/be5fa6f5-3cd2-4a54-a917-7108a78b1568 used request id req-852d7fc3-b377-4b52-ae94-324c1933b2d1 2018-10-04 14:58:04,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c82330c3b14380e668f5a12f8e779806282000" 2018-10-04 14:58:04,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-67131f05-b2cf-4b4e-b0ed-04a819a6fe53 Date: Thu, 04 Oct 2018 14:58:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:58:04,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-67131f05-b2cf-4b4e-b0ed-04a819a6fe53 2018-10-04 14:58:04,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c82330c3b14380e668f5a12f8e779806282000" 2018-10-04 14:58:04,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05b3270f-e5c8-4006-a01a-bf60f8f1ae01 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:58:04,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-05b3270f-e5c8-4006-a01a-bf60f8f1ae01 2018-10-04 14:58:04,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c82330c3b14380e668f5a12f8e779806282000" 2018-10-04 14:58:04,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3a655cf-44d0-4621-a283-5da7af79ac48 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:58:04,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-d3a655cf-44d0-4621-a283-5da7af79ac48 2018-10-04 14:58:04,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c82330c3b14380e668f5a12f8e779806282000" 2018-10-04 14:58:04,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c8359b1-da26-4ec0-b741-2881a538866c Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:58:04,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-1c8359b1-da26-4ec0-b741-2881a538866c 2018-10-04 14:58:04,896 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-7d1f30be-67be-45e-proj 2018-10-04 14:58:04,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/0ecadfd13fee41d086fc3b15b41231a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c82330c3b14380e668f5a12f8e779806282000" 2018-10-04 14:58:05,100 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:58:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e170d96-2a44-4b99-bc46-a61f30cc0cba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:58:05,100 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/0ecadfd13fee41d086fc3b15b41231a8 used request id req-6e170d96-2a44-4b99-bc46-a61f30cc0cba 2018-10-04 14:58:05,100 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-7d1f30be-67be-45e-proj-role 2018-10-04 14:58:05,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/2301131e3986483e90a63a6b36fa54eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c82330c3b14380e668f5a12f8e779806282000" 2018-10-04 14:58:05,217 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:58:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9911c7f1-2f9d-4093-a158-46c1542f4bc6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:58:05,217 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/2301131e3986483e90a63a6b36fa54eb used request id req-9911c7f1-2f9d-4093-a158-46c1542f4bc6 2018-10-04 14:58:05,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c82330c3b14380e668f5a12f8e779806282000" 2018-10-04 14:58:05,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9828cc06-14e7-4654-8514-aa62182eaa40 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:58:05,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9828cc06-14e7-4654-8514-aa62182eaa40 2018-10-04 14:58:05,313 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-7d1f30be-67be-45e-user 2018-10-04 14:58:05,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/eae0bd4d4aea47ce80655aa5945ae65d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a61dc695ad869bd1ffbd5b9c51681adcd5dbc76b" 2018-10-04 14:58:05,521 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:58:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5dd8d444-dfd1-4f93-bd76-d9a21476cb6c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:58:05,521 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/eae0bd4d4aea47ce80655aa5945ae65d used request id req-5dd8d444-dfd1-4f93-bd76-d9a21476cb6c 2018-10-04 14:58:05,522 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:58:05,909 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:58:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["5AbDBNIPQMu38aPdPYd6lQ"], "issued_at": "2018-10-04T14:58:05.000000Z"}} 2018-10-04 14:58:05,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac3afb0cfb1230d8b93ebbd9a7c4bdcf6653523d" 2018-10-04 14:58:05,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f848e0f6-9fde-49ab-a73a-fba5e416e31d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:58:05,991 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f848e0f6-9fde-49ab-a73a-fba5e416e31d 2018-10-04 14:58:05,993 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:58:05,994 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:58:06,368 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:58:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["cUCxwl0AQda13yMbFexEkA"], "issued_at": "2018-10-04T14:58:06.000000Z"}} 2018-10-04 14:58:06,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb21d4f6009d179d04cf42c3e13f78832c23c66" 2018-10-04 14:58:06,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-019f1636-5a1d-46ba-bbbe-41ba2a91b120 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:58:06,466 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-019f1636-5a1d-46ba-bbbe-41ba2a91b120 2018-10-04 14:58:06,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:58:06,477 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:58:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:58:06,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-552284d7-e927-431-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb21d4f6009d179d04cf42c3e13f78832c23c66" 2018-10-04 14:58:06,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c86d7369-6836-47e9-97c5-5e1f4c657c74 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-552284d7-e927-431-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:58:06,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-552284d7-e927-431-proj used request id req-c86d7369-6836-47e9-97c5-5e1f4c657c74 2018-10-04 14:58:06,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb21d4f6009d179d04cf42c3e13f78832c23c66" 2018-10-04 14:58:06,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a36ed87c-1144-499a-856b-cd6d7a0dff86 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:58:06,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-a36ed87c-1144-499a-856b-cd6d7a0dff86 2018-10-04 14:58:06,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb21d4f6009d179d04cf42c3e13f78832c23c66" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-552284d7-e927-431-proj"}}' 2018-10-04 14:58:06,792 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:58:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a29bf619-8147-49a8-9fad-8f5d0ee0a8bb Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/284c9fa6d5b04da78ed404db424b8037"}, "enabled": true, "id": "284c9fa6d5b04da78ed404db424b8037", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-552284d7-e927-431-proj"}} 2018-10-04 14:58:06,792 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-a29bf619-8147-49a8-9fad-8f5d0ee0a8bb 2018-10-04 14:58:06,793 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-552284d7-e927-431-proj 2018-10-04 14:58:06,793 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:58:06,794 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:58:07,170 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:58:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["9PpWGPENT1acaFFsgHSKhA"], "issued_at": "2018-10-04T14:58:07.000000Z"}} 2018-10-04 14:58:07,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2c92c7f937004f2d294880d0547f9955b19482e" 2018-10-04 14:58:07,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfed1f80-7b57-4704-97e0-398072ea966d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:58:07,184 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bfed1f80-7b57-4704-97e0-398072ea966d 2018-10-04 14:58:07,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:58:07,193 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:58:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:58:07,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2c92c7f937004f2d294880d0547f9955b19482e" 2018-10-04 14:58:07,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e266cfdf-04dc-44bc-b98d-5d724fc9712d Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:58:07,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e266cfdf-04dc-44bc-b98d-5d724fc9712d 2018-10-04 14:58:07,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-552284d7-e927-431-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2c92c7f937004f2d294880d0547f9955b19482e" 2018-10-04 14:58:07,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd59d827-dc59-49c3-b2fa-b6427c9b3f27 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-552284d7-e927-431-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/284c9fa6d5b04da78ed404db424b8037"}, "enabled": true, "id": "284c9fa6d5b04da78ed404db424b8037", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-552284d7-e927-431-proj"}]} 2018-10-04 14:58:07,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-552284d7-e927-431-proj used request id req-cd59d827-dc59-49c3-b2fa-b6427c9b3f27 2018-10-04 14:58:07,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2c92c7f937004f2d294880d0547f9955b19482e" 2018-10-04 14:58:07,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32e7feca-9f7c-4c75-9f5f-988376b8ed0e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:58:07,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-32e7feca-9f7c-4c75-9f5f-988376b8ed0e 2018-10-04 14:58:07,852 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-552284d7-e927-431-user 2018-10-04 14:58:07,852 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:58:07,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb21d4f6009d179d04cf42c3e13f78832c23c66" 2018-10-04 14:58:07,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9ece9f1-dfd1-46f7-a9eb-15bd940485f9 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:58:07,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f9ece9f1-dfd1-46f7-a9eb-15bd940485f9 2018-10-04 14:58:07,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb21d4f6009d179d04cf42c3e13f78832c23c66" -d '{"role": {"name": "CreateRouterSuccessTests-552284d7-e927-431-proj-role"}}' 2018-10-04 14:58:08,075 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:58:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21c905dc-7322-41da-be79-aaabfdeabfae Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "982338af94224a71a8f4d2ccfb162f7e", "links": {"self": "http://172.30.9.23:5000/v3/roles/982338af94224a71a8f4d2ccfb162f7e"}, "name": "CreateRouterSuccessTests-552284d7-e927-431-proj-role"}} 2018-10-04 14:58:08,076 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-21c905dc-7322-41da-be79-aaabfdeabfae 2018-10-04 14:58:08,076 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-552284d7-e927-431-proj-role 2018-10-04 14:58:08,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/982338af94224a71a8f4d2ccfb162f7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb21d4f6009d179d04cf42c3e13f78832c23c66" 2018-10-04 14:58:08,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c715370-38f5-4e26-ae9d-5c4f2c3b17d9 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/982338af94224a71a8f4d2ccfb162f7e"}, "domain_id": null, "name": "CreateRouterSuccessTests-552284d7-e927-431-proj-role", "id": "982338af94224a71a8f4d2ccfb162f7e"}} 2018-10-04 14:58:08,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/982338af94224a71a8f4d2ccfb162f7e used request id req-3c715370-38f5-4e26-ae9d-5c4f2c3b17d9 2018-10-04 14:58:08,163 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-552284d7-e927-431-proj-role to project CreateRouterSuccessTests-552284d7-e927-431-proj 2018-10-04 14:58:08,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/284c9fa6d5b04da78ed404db424b8037/users/4c924276b09b4942a6d0f87ea7751c71/roles/982338af94224a71a8f4d2ccfb162f7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb21d4f6009d179d04cf42c3e13f78832c23c66" 2018-10-04 14:58:08,285 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:58:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bd8451b-3276-4db5-b080-d4e13b916771 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:58:08,285 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/284c9fa6d5b04da78ed404db424b8037/users/4c924276b09b4942a6d0f87ea7751c71/roles/982338af94224a71a8f4d2ccfb162f7e used request id req-6bd8451b-3276-4db5-b080-d4e13b916771 2018-10-04 14:58:08,286 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:58:08,287 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:58:08,674 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:58:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["32PAOq5JTX6jdBTMRluBDA"], "issued_at": "2018-10-04T14:58:08.000000Z"}} 2018-10-04 14:58:08,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631d1fcf9581365c453bfdb4106f19a78ecbe788" 2018-10-04 14:58:08,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c1202bb-0c3c-4e7d-86d6-0a74681849f8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:58:08,753 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4c1202bb-0c3c-4e7d-86d6-0a74681849f8 2018-10-04 14:58:08,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-9ba01edc-c2a4-46d6-bc7e-bf9b054c6bed-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631d1fcf9581365c453bfdb4106f19a78ecbe788" 2018-10-04 14:58:08,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ec19a707-983c-4b14-ac70-4b32087418c4 Date: Thu, 04 Oct 2018 14:58:08 GMT RESP BODY: {"routers": []} 2018-10-04 14:58:08,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-9ba01edc-c2a4-46d6-bc7e-bf9b054c6bed-pub-router&admin_state_up=True used request id req-ec19a707-983c-4b14-ac70-4b32087418c4 2018-10-04 14:58:08,945 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:58:08,946 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:58:09,334 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:58:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["dgYnv3WrQGm_tpbU5jqUAw"], "issued_at": "2018-10-04T14:58:09.000000Z"}} 2018-10-04 14:58:09,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bab5951d256b06c38b99bab95a97c3f83b8441da" 2018-10-04 14:58:09,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29ea5274-e260-4559-8376-b8bc763996aa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:58:09,422 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-29ea5274-e260-4559-8376-b8bc763996aa 2018-10-04 14:58:09,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:58:09,431 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:58:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:58:09,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-552284d7-e927-431-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bab5951d256b06c38b99bab95a97c3f83b8441da" 2018-10-04 14:58:09,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-780a401f-714c-433c-a7c4-cae5f4e10420 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-552284d7-e927-431-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/284c9fa6d5b04da78ed404db424b8037"}, "enabled": true, "id": "284c9fa6d5b04da78ed404db424b8037", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-552284d7-e927-431-proj"}]} 2018-10-04 14:58:09,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-552284d7-e927-431-proj used request id req-780a401f-714c-433c-a7c4-cae5f4e10420 2018-10-04 14:58:09,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631d1fcf9581365c453bfdb4106f19a78ecbe788" 2018-10-04 14:58:09,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-874a26cf-9248-4a52-b6e4-830c8c6fcb80 Date: Thu, 04 Oct 2018 14:58:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 14:58:09,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-874a26cf-9248-4a52-b6e4-830c8c6fcb80 2018-10-04 14:58:09,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631d1fcf9581365c453bfdb4106f19a78ecbe788" 2018-10-04 14:58:09,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-c11fe3fe-1149-4b18-828c-117469e939a1 Date: Thu, 04 Oct 2018 14:58:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","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":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 14:58:09,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-c11fe3fe-1149-4b18-828c-117469e939a1 2018-10-04 14:58:09,990 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-9ba01edc-c2a4-46d6-bc7e-bf9b054c6bed-pub-router 2018-10-04 14:58:09,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631d1fcf9581365c453bfdb4106f19a78ecbe788" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "tenant_id": "284c9fa6d5b04da78ed404db424b8037", "name": "CreateRouterSuccessTests-9ba01edc-c2a4-46d6-bc7e-bf9b054c6bed-pub-router", "admin_state_up": true}}' 2018-10-04 14:58:14,951 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-091b4bc5-a3b1-4343-834c-6a8efb0263a6 Date: Thu, 04 Oct 2018 14:58:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "284c9fa6d5b04da78ed404db424b8037", "created_at": "2018-10-04T14:58:10Z", "admin_state_up": true, "updated_at": "2018-10-04T14:58:11Z", "project_id": "284c9fa6d5b04da78ed404db424b8037", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "7babfa97-1b7f-4102-a5b3-5fae110929c4", "name": "CreateRouterSuccessTests-9ba01edc-c2a4-46d6-bc7e-bf9b054c6bed-pub-router"}} 2018-10-04 14:58:14,951 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-091b4bc5-a3b1-4343-834c-6a8efb0263a6 2018-10-04 14:58:14,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=7babfa97-1b7f-4102-a5b3-5fae110929c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631d1fcf9581365c453bfdb4106f19a78ecbe788" 2018-10-04 14:58:15,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-ec865d7b-839e-4e98-8afe-722022d1d7b1 Date: Thu, 04 Oct 2018 14:58:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:58:13Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6b3f2da0-8fd4-4d54-84fb-641fbfaa6dbe","ip_address":"169.254.192.6"}],"id":"2864a783-a74c-454e-b6b6-84033a6391ae","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f0:c6:80","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 284c9fa6d5b04da78ed404db424b8037","admin_state_up":true,"network_id":"d85d2df6-765c-4e82-a919-29a5b6bdafa6","tenant_id":"","created_at":"2018-10-04T14:58:13Z","binding:vnic_type":"normal","device_id":"7babfa97-1b7f-4102-a5b3-5fae110929c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:58:11Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","ip_address":"172.30.9.204"}],"id":"c69d1edf-f80f-470e-8165-92f0735b75b9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e4:86:ea","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"","created_at":"2018-10-04T14:58:11Z","binding:vnic_type":"normal","device_id":"7babfa97-1b7f-4102-a5b3-5fae110929c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:58:13Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6b3f2da0-8fd4-4d54-84fb-641fbfaa6dbe","ip_address":"169.254.192.11"}],"id":"eacf584e-55df-4314-b763-8abcb6d14621","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:02:f4:4e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 284c9fa6d5b04da78ed404db424b8037","admin_state_up":true,"network_id":"d85d2df6-765c-4e82-a919-29a5b6bdafa6","tenant_id":"","created_at":"2018-10-04T14:58:12Z","binding:vnic_type":"normal","device_id":"7babfa97-1b7f-4102-a5b3-5fae110929c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:58:12Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6b3f2da0-8fd4-4d54-84fb-641fbfaa6dbe","ip_address":"169.254.192.1"}],"id":"eb9608d5-549e-470c-91a4-d9a084dcb4be","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:01:07:9e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 284c9fa6d5b04da78ed404db424b8037","admin_state_up":true,"network_id":"d85d2df6-765c-4e82-a919-29a5b6bdafa6","tenant_id":"","created_at":"2018-10-04T14:58:12Z","binding:vnic_type":"normal","device_id":"7babfa97-1b7f-4102-a5b3-5fae110929c4"}]} 2018-10-04 14:58:15,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=7babfa97-1b7f-4102-a5b3-5fae110929c4 used request id req-ec865d7b-839e-4e98-8afe-722022d1d7b1 2018-10-04 14:58:15,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631d1fcf9581365c453bfdb4106f19a78ecbe788" 2018-10-04 14:58:15,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-f7fb7206-cac6-4163-86cc-206624969a78 Date: Thu, 04 Oct 2018 14:58:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 14:58:15,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b used request id req-f7fb7206-cac6-4163-86cc-206624969a78 2018-10-04 14:58:15,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/6b3f2da0-8fd4-4d54-84fb-641fbfaa6dbe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631d1fcf9581365c453bfdb4106f19a78ecbe788" 2018-10-04 14:58:15,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-798a488a-2aa3-40c8-8e4f-83aae70fae84 Date: Thu, 04 Oct 2018 14:58:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d85d2df6-765c-4e82-a919-29a5b6bdafa6","tenant_id":"","created_at":"2018-10-04T14:58:10Z","dns_nameservers":[],"updated_at":"2018-10-04T14:58:10Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6b3f2da0-8fd4-4d54-84fb-641fbfaa6dbe","subnetpool_id":null,"name":"HA subnet tenant 284c9fa6d5b04da78ed404db424b8037"}} 2018-10-04 14:58:15,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/6b3f2da0-8fd4-4d54-84fb-641fbfaa6dbe used request id req-798a488a-2aa3-40c8-8e4f-83aae70fae84 2018-10-04 14:58:15,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/6b3f2da0-8fd4-4d54-84fb-641fbfaa6dbe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631d1fcf9581365c453bfdb4106f19a78ecbe788" 2018-10-04 14:58:15,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-526ba996-7bc7-4544-bb6b-ce1547837ad7 Date: Thu, 04 Oct 2018 14:58:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d85d2df6-765c-4e82-a919-29a5b6bdafa6","tenant_id":"","created_at":"2018-10-04T14:58:10Z","dns_nameservers":[],"updated_at":"2018-10-04T14:58:10Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6b3f2da0-8fd4-4d54-84fb-641fbfaa6dbe","subnetpool_id":null,"name":"HA subnet tenant 284c9fa6d5b04da78ed404db424b8037"}} 2018-10-04 14:58:15,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/6b3f2da0-8fd4-4d54-84fb-641fbfaa6dbe used request id req-526ba996-7bc7-4544-bb6b-ce1547837ad7 2018-10-04 14:58:15,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/6b3f2da0-8fd4-4d54-84fb-641fbfaa6dbe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631d1fcf9581365c453bfdb4106f19a78ecbe788" 2018-10-04 14:58:15,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-38ccc867-0815-4f4a-afdd-e4a4e535fbba Date: Thu, 04 Oct 2018 14:58:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d85d2df6-765c-4e82-a919-29a5b6bdafa6","tenant_id":"","created_at":"2018-10-04T14:58:10Z","dns_nameservers":[],"updated_at":"2018-10-04T14:58:10Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6b3f2da0-8fd4-4d54-84fb-641fbfaa6dbe","subnetpool_id":null,"name":"HA subnet tenant 284c9fa6d5b04da78ed404db424b8037"}} 2018-10-04 14:58:15,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/6b3f2da0-8fd4-4d54-84fb-641fbfaa6dbe used request id req-38ccc867-0815-4f4a-afdd-e4a4e535fbba 2018-10-04 14:58:15,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/7babfa97-1b7f-4102-a5b3-5fae110929c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631d1fcf9581365c453bfdb4106f19a78ecbe788" 2018-10-04 14:58:16,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-1406bdec-f4ea-48a2-973d-1e52596de6d5 Date: Thu, 04 Oct 2018 14:58:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "284c9fa6d5b04da78ed404db424b8037", "created_at": "2018-10-04T14:58:10Z", "admin_state_up": true, "updated_at": "2018-10-04T14:58:14Z", "project_id": "284c9fa6d5b04da78ed404db424b8037", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "7babfa97-1b7f-4102-a5b3-5fae110929c4", "name": "CreateRouterSuccessTests-9ba01edc-c2a4-46d6-bc7e-bf9b054c6bed-pub-router"}} 2018-10-04 14:58:16,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/7babfa97-1b7f-4102-a5b3-5fae110929c4 used request id req-1406bdec-f4ea-48a2-973d-1e52596de6d5 2018-10-04 14:58:16,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=7babfa97-1b7f-4102-a5b3-5fae110929c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631d1fcf9581365c453bfdb4106f19a78ecbe788" 2018-10-04 14:58:16,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3283 X-Openstack-Request-Id: req-b85fe72f-f0f9-4e69-8ff6-e1012e9d3d7f Date: Thu, 04 Oct 2018 14:58:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:58:13Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6b3f2da0-8fd4-4d54-84fb-641fbfaa6dbe","ip_address":"169.254.192.6"}],"id":"2864a783-a74c-454e-b6b6-84033a6391ae","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f0:c6:80","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 284c9fa6d5b04da78ed404db424b8037","admin_state_up":true,"network_id":"d85d2df6-765c-4e82-a919-29a5b6bdafa6","tenant_id":"","created_at":"2018-10-04T14:58:13Z","binding:vnic_type":"normal","device_id":"7babfa97-1b7f-4102-a5b3-5fae110929c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:58:16Z","device_owner":"network:router_gateway","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","ip_address":"172.30.9.204"}],"id":"c69d1edf-f80f-470e-8165-92f0735b75b9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e4:86:ea","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"","created_at":"2018-10-04T14:58:11Z","binding:vnic_type":"normal","device_id":"7babfa97-1b7f-4102-a5b3-5fae110929c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:58:15Z","device_owner":"network:router_ha_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6b3f2da0-8fd4-4d54-84fb-641fbfaa6dbe","ip_address":"169.254.192.11"}],"id":"eacf584e-55df-4314-b763-8abcb6d14621","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:02:f4:4e","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 284c9fa6d5b04da78ed404db424b8037","admin_state_up":true,"network_id":"d85d2df6-765c-4e82-a919-29a5b6bdafa6","tenant_id":"","created_at":"2018-10-04T14:58:12Z","binding:vnic_type":"normal","device_id":"7babfa97-1b7f-4102-a5b3-5fae110929c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:58:12Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6b3f2da0-8fd4-4d54-84fb-641fbfaa6dbe","ip_address":"169.254.192.1"}],"id":"eb9608d5-549e-470c-91a4-d9a084dcb4be","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:01:07:9e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 284c9fa6d5b04da78ed404db424b8037","admin_state_up":true,"network_id":"d85d2df6-765c-4e82-a919-29a5b6bdafa6","tenant_id":"","created_at":"2018-10-04T14:58:12Z","binding:vnic_type":"normal","device_id":"7babfa97-1b7f-4102-a5b3-5fae110929c4"}]} 2018-10-04 14:58:16,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=7babfa97-1b7f-4102-a5b3-5fae110929c4 used request id req-b85fe72f-f0f9-4e69-8ff6-e1012e9d3d7f 2018-10-04 14:58:16,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631d1fcf9581365c453bfdb4106f19a78ecbe788" 2018-10-04 14:58:16,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-cf3e62a4-750d-4dd8-897e-7acf85c6ceeb Date: Thu, 04 Oct 2018 14:58:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 14:58:16,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b used request id req-cf3e62a4-750d-4dd8-897e-7acf85c6ceeb 2018-10-04 14:58:16,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/6b3f2da0-8fd4-4d54-84fb-641fbfaa6dbe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631d1fcf9581365c453bfdb4106f19a78ecbe788" 2018-10-04 14:58:16,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-47d67744-9be9-4b1f-84a7-1442e1a5a343 Date: Thu, 04 Oct 2018 14:58:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d85d2df6-765c-4e82-a919-29a5b6bdafa6","tenant_id":"","created_at":"2018-10-04T14:58:10Z","dns_nameservers":[],"updated_at":"2018-10-04T14:58:10Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6b3f2da0-8fd4-4d54-84fb-641fbfaa6dbe","subnetpool_id":null,"name":"HA subnet tenant 284c9fa6d5b04da78ed404db424b8037"}} 2018-10-04 14:58:16,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/6b3f2da0-8fd4-4d54-84fb-641fbfaa6dbe used request id req-47d67744-9be9-4b1f-84a7-1442e1a5a343 2018-10-04 14:58:16,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/6b3f2da0-8fd4-4d54-84fb-641fbfaa6dbe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631d1fcf9581365c453bfdb4106f19a78ecbe788" 2018-10-04 14:58:16,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f2a502f7-adf3-4acb-bce9-33e6f5639ff2 Date: Thu, 04 Oct 2018 14:58:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d85d2df6-765c-4e82-a919-29a5b6bdafa6","tenant_id":"","created_at":"2018-10-04T14:58:10Z","dns_nameservers":[],"updated_at":"2018-10-04T14:58:10Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6b3f2da0-8fd4-4d54-84fb-641fbfaa6dbe","subnetpool_id":null,"name":"HA subnet tenant 284c9fa6d5b04da78ed404db424b8037"}} 2018-10-04 14:58:16,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/6b3f2da0-8fd4-4d54-84fb-641fbfaa6dbe used request id req-f2a502f7-adf3-4acb-bce9-33e6f5639ff2 2018-10-04 14:58:16,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/6b3f2da0-8fd4-4d54-84fb-641fbfaa6dbe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631d1fcf9581365c453bfdb4106f19a78ecbe788" 2018-10-04 14:58:16,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-bc691cce-8faf-4bd7-ac6f-293893e9c24a Date: Thu, 04 Oct 2018 14:58:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d85d2df6-765c-4e82-a919-29a5b6bdafa6","tenant_id":"","created_at":"2018-10-04T14:58:10Z","dns_nameservers":[],"updated_at":"2018-10-04T14:58:10Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6b3f2da0-8fd4-4d54-84fb-641fbfaa6dbe","subnetpool_id":null,"name":"HA subnet tenant 284c9fa6d5b04da78ed404db424b8037"}} 2018-10-04 14:58:16,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/6b3f2da0-8fd4-4d54-84fb-641fbfaa6dbe used request id req-bc691cce-8faf-4bd7-ac6f-293893e9c24a 2018-10-04 14:58:16,729 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:58:17,103 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "982338af94224a71a8f4d2ccfb162f7e", "name": "CreateRouterSuccessTests-552284d7-e927-431-proj-role"}], "expires_at": "2018-10-04T15:58:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "284c9fa6d5b04da78ed404db424b8037", "name": "CreateRouterSuccessTests-552284d7-e927-431-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/284c9fa6d5b04da78ed404db424b8037", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/284c9fa6d5b04da78ed404db424b8037", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/284c9fa6d5b04da78ed404db424b8037", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/284c9fa6d5b04da78ed404db424b8037", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/284c9fa6d5b04da78ed404db424b8037", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/284c9fa6d5b04da78ed404db424b8037", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/284c9fa6d5b04da78ed404db424b8037", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/284c9fa6d5b04da78ed404db424b8037", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/284c9fa6d5b04da78ed404db424b8037", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/284c9fa6d5b04da78ed404db424b8037", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/284c9fa6d5b04da78ed404db424b8037", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/284c9fa6d5b04da78ed404db424b8037", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-552284d7-e927-431-user", "id": "4c924276b09b4942a6d0f87ea7751c71"}, "audit_ids": ["hnNZmKhZTNWkp9TQx-8lXg"], "issued_at": "2018-10-04T14:58:17.000000Z"}} 2018-10-04 14:58:17,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-9ba01edc-c2a4-46d6-bc7e-bf9b054c6bed-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73eabbb63a00ea3b194e3959003228a4e89905b9" 2018-10-04 14:58:17,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-b6ffbc32-b836-4412-af93-efb54c672a35 Date: Thu, 04 Oct 2018 14:58:17 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "284c9fa6d5b04da78ed404db424b8037", "created_at": "2018-10-04T14:58:10Z", "admin_state_up": true, "updated_at": "2018-10-04T14:58:14Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "284c9fa6d5b04da78ed404db424b8037", "id": "7babfa97-1b7f-4102-a5b3-5fae110929c4", "name": "CreateRouterSuccessTests-9ba01edc-c2a4-46d6-bc7e-bf9b054c6bed-pub-router"}]} 2018-10-04 14:58:17,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-9ba01edc-c2a4-46d6-bc7e-bf9b054c6bed-pub-router&admin_state_up=True used request id req-b6ffbc32-b836-4412-af93-efb54c672a35 2018-10-04 14:58:17,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:58:17,338 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:58:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:58:17,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/284c9fa6d5b04da78ed404db424b8037 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac3afb0cfb1230d8b93ebbd9a7c4bdcf6653523d" 2018-10-04 14:58:17,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc392576-38bc-4021-af6a-c36b7da27c41 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/284c9fa6d5b04da78ed404db424b8037"}, "enabled": true, "id": "284c9fa6d5b04da78ed404db424b8037", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-552284d7-e927-431-proj"}} 2018-10-04 14:58:17,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/284c9fa6d5b04da78ed404db424b8037 used request id req-bc392576-38bc-4021-af6a-c36b7da27c41 2018-10-04 14:58:17,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=7babfa97-1b7f-4102-a5b3-5fae110929c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73eabbb63a00ea3b194e3959003228a4e89905b9" 2018-10-04 14:58:17,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-da936e41-8a44-457e-be40-4a5f860c2a0e Date: Thu, 04 Oct 2018 14:58:17 GMT RESP BODY: {"ports":[]} 2018-10-04 14:58:17,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=7babfa97-1b7f-4102-a5b3-5fae110929c4 used request id req-da936e41-8a44-457e-be40-4a5f860c2a0e 2018-10-04 14:58:17,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73eabbb63a00ea3b194e3959003228a4e89905b9" 2018-10-04 14:58:18,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-dfe21f27-c715-42e8-9922-29624b913995 Date: Thu, 04 Oct 2018 14:58:18 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 14:58:18,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-dfe21f27-c715-42e8-9922-29624b913995 2018-10-04 14:58:18,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73eabbb63a00ea3b194e3959003228a4e89905b9" 2018-10-04 14:58:18,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-bc191495-6477-48ac-a0e3-351a0e0c31d5 Date: Thu, 04 Oct 2018 14:58:18 GMT RESP BODY: {"subnets":[]} 2018-10-04 14:58:18,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-bc191495-6477-48ac-a0e3-351a0e0c31d5 2018-10-04 14:58:18,186 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-9ba01edc-c2a4-46d6-bc7e-bf9b054c6bed-pub-router 2018-10-04 14:58:18,186 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-9ba01edc-c2a4-46d6-bc7e-bf9b054c6bed-pub-router 2018-10-04 14:58:18,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/7babfa97-1b7f-4102-a5b3-5fae110929c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631d1fcf9581365c453bfdb4106f19a78ecbe788" 2018-10-04 14:58:21,943 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-71dfb292-377a-4637-874a-c43f1fa67ff1 Content-Length: 0 Date: Thu, 04 Oct 2018 14:58:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:58:21,944 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/7babfa97-1b7f-4102-a5b3-5fae110929c4 used request id req-71dfb292-377a-4637-874a-c43f1fa67ff1 2018-10-04 14:58:21,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb21d4f6009d179d04cf42c3e13f78832c23c66" 2018-10-04 14:58:22,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-a0e030b3-d7a6-4682-8ba1-bd8a24efff9a Date: Thu, 04 Oct 2018 14:58:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:58:22,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-a0e030b3-d7a6-4682-8ba1-bd8a24efff9a 2018-10-04 14:58:22,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb21d4f6009d179d04cf42c3e13f78832c23c66" 2018-10-04 14:58:22,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2163b9f-de4d-4cb2-a2ad-7bad42bbe404 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:58:22,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-f2163b9f-de4d-4cb2-a2ad-7bad42bbe404 2018-10-04 14:58:22,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb21d4f6009d179d04cf42c3e13f78832c23c66" 2018-10-04 14:58:22,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61ae7cf9-0886-412c-98e9-939894154b8a Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:58:22,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-61ae7cf9-0886-412c-98e9-939894154b8a 2018-10-04 14:58:22,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb21d4f6009d179d04cf42c3e13f78832c23c66" 2018-10-04 14:58:22,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89bc5f0c-b77a-47e4-884d-1ce9d4f879cc Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:58:22,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-89bc5f0c-b77a-47e4-884d-1ce9d4f879cc 2018-10-04 14:58:22,432 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-552284d7-e927-431-proj 2018-10-04 14:58:22,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/284c9fa6d5b04da78ed404db424b8037 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb21d4f6009d179d04cf42c3e13f78832c23c66" 2018-10-04 14:58:22,706 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:58:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6298b20-eeb7-44f9-85e0-c78715e84d0e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:58:22,706 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/284c9fa6d5b04da78ed404db424b8037 used request id req-f6298b20-eeb7-44f9-85e0-c78715e84d0e 2018-10-04 14:58:22,706 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-552284d7-e927-431-proj-role 2018-10-04 14:58:22,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/982338af94224a71a8f4d2ccfb162f7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb21d4f6009d179d04cf42c3e13f78832c23c66" 2018-10-04 14:58:22,819 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:58:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b7ed8f2-e473-4121-bf60-c205dfc906f5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:58:22,820 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/982338af94224a71a8f4d2ccfb162f7e used request id req-6b7ed8f2-e473-4121-bf60-c205dfc906f5 2018-10-04 14:58:22,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb21d4f6009d179d04cf42c3e13f78832c23c66" 2018-10-04 14:58:22,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b00874e-fc08-4db4-acd1-1ce91139caeb Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:58:22,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8b00874e-fc08-4db4-acd1-1ce91139caeb 2018-10-04 14:58:22,915 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-552284d7-e927-431-user 2018-10-04 14:58:22,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/4c924276b09b4942a6d0f87ea7751c71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2c92c7f937004f2d294880d0547f9955b19482e" 2018-10-04 14:58:23,127 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:58:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3a2bca9-abdb-4d69-938f-6fd35b278ea3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:58:23,127 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/4c924276b09b4942a6d0f87ea7751c71 used request id req-e3a2bca9-abdb-4d69-938f-6fd35b278ea3 2018-10-04 14:58:23,129 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:58:23,503 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:58:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["YN90XI7DTMuRbHwvz9oRPA"], "issued_at": "2018-10-04T14:58:23.000000Z"}} 2018-10-04 14:58:23,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f4c6c662767f293a0e6eeac955d8176796a7de7" 2018-10-04 14:58:23,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d0c42c7-fc2f-4d41-be8c-49bc0752cb2f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:58:23,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3d0c42c7-fc2f-4d41-be8c-49bc0752cb2f 2018-10-04 14:58:23,593 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:58:23,594 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:58:23,982 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:58:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["K16auxU_RJGryIBwfmDGXA"], "issued_at": "2018-10-04T14:58:23.000000Z"}} 2018-10-04 14:58:23,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37dfd27104ebae490a198c184b320039762ee231" 2018-10-04 14:58:24,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6f71484-c8b2-490e-8a37-3a9b2061b0c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:58:24,060 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a6f71484-c8b2-490e-8a37-3a9b2061b0c3 2018-10-04 14:58:24,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:58:24,071 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:58:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:58:24,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-9f958c73-96d5-4db-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37dfd27104ebae490a198c184b320039762ee231" 2018-10-04 14:58:24,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-727c5e4e-7394-482f-98a9-0279c281f07a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-9f958c73-96d5-4db-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:58:24,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-9f958c73-96d5-4db-proj used request id req-727c5e4e-7394-482f-98a9-0279c281f07a 2018-10-04 14:58:24,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37dfd27104ebae490a198c184b320039762ee231" 2018-10-04 14:58:24,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b91c12ed-1040-46e5-8eb3-59110c0cde38 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:58:24,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-b91c12ed-1040-46e5-8eb3-59110c0cde38 2018-10-04 14:58:24,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37dfd27104ebae490a198c184b320039762ee231" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-9f958c73-96d5-4db-proj"}}' 2018-10-04 14:58:24,377 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:58:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6da4b0a-c191-4ea3-a497-d4191fe08ba8 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/af4134a6b4274780a1c1b5ffa06bf8c3"}, "enabled": true, "id": "af4134a6b4274780a1c1b5ffa06bf8c3", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-9f958c73-96d5-4db-proj"}} 2018-10-04 14:58:24,377 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-e6da4b0a-c191-4ea3-a497-d4191fe08ba8 2018-10-04 14:58:24,378 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-9f958c73-96d5-4db-proj 2018-10-04 14:58:24,378 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:58:24,379 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:58:24,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:58:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["RJsVyap5R6ecOggDGcrYlQ"], "issued_at": "2018-10-04T14:58:24.000000Z"}} 2018-10-04 14:58:24,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9e39357411f1d3ef365c5842765693d1cf24b3e" 2018-10-04 14:58:24,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c6b2d31-21cf-4950-8d0f-6577ba6f36d2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:58:24,842 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7c6b2d31-21cf-4950-8d0f-6577ba6f36d2 2018-10-04 14:58:24,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:58:24,852 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:58:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:58:24,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9e39357411f1d3ef365c5842765693d1cf24b3e" 2018-10-04 14:58:24,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12934917-1374-46e2-afca-2de4db01b0b8 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:58:24,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-12934917-1374-46e2-afca-2de4db01b0b8 2018-10-04 14:58:24,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-9f958c73-96d5-4db-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9e39357411f1d3ef365c5842765693d1cf24b3e" 2018-10-04 14:58:25,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79fddf42-9957-4f3c-a4ad-f04192ceb44c Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-9f958c73-96d5-4db-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/af4134a6b4274780a1c1b5ffa06bf8c3"}, "enabled": true, "id": "af4134a6b4274780a1c1b5ffa06bf8c3", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-9f958c73-96d5-4db-proj"}]} 2018-10-04 14:58:25,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-9f958c73-96d5-4db-proj used request id req-79fddf42-9957-4f3c-a4ad-f04192ceb44c 2018-10-04 14:58:25,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9e39357411f1d3ef365c5842765693d1cf24b3e" 2018-10-04 14:58:25,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62fbe75c-be0a-4daf-a153-d008d41323e5 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:58:25,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-62fbe75c-be0a-4daf-a153-d008d41323e5 2018-10-04 14:58:25,433 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-9f958c73-96d5-4db-user 2018-10-04 14:58:25,433 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:58:25,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37dfd27104ebae490a198c184b320039762ee231" 2018-10-04 14:58:25,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db9bf090-18c2-41fa-91e7-5a86add73a42 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:58:25,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-db9bf090-18c2-41fa-91e7-5a86add73a42 2018-10-04 14:58:25,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37dfd27104ebae490a198c184b320039762ee231" -d '{"role": {"name": "CreateRouterSuccessTests-9f958c73-96d5-4db-proj-role"}}' 2018-10-04 14:58:25,636 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:58:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ac4fc6a-2be8-4596-9772-ffbb5cd890be Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e6f5fa6b04954e3cb6dc0ada061f488e", "links": {"self": "http://172.30.9.23:5000/v3/roles/e6f5fa6b04954e3cb6dc0ada061f488e"}, "name": "CreateRouterSuccessTests-9f958c73-96d5-4db-proj-role"}} 2018-10-04 14:58:25,636 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-5ac4fc6a-2be8-4596-9772-ffbb5cd890be 2018-10-04 14:58:25,637 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-9f958c73-96d5-4db-proj-role 2018-10-04 14:58:25,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/e6f5fa6b04954e3cb6dc0ada061f488e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37dfd27104ebae490a198c184b320039762ee231" 2018-10-04 14:58:25,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8fe5dd5-e192-4fb0-ae79-96248dbba9d8 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/e6f5fa6b04954e3cb6dc0ada061f488e"}, "domain_id": null, "name": "CreateRouterSuccessTests-9f958c73-96d5-4db-proj-role", "id": "e6f5fa6b04954e3cb6dc0ada061f488e"}} 2018-10-04 14:58:25,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/e6f5fa6b04954e3cb6dc0ada061f488e used request id req-c8fe5dd5-e192-4fb0-ae79-96248dbba9d8 2018-10-04 14:58:25,731 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-9f958c73-96d5-4db-proj-role to project CreateRouterSuccessTests-9f958c73-96d5-4db-proj 2018-10-04 14:58:25,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/af4134a6b4274780a1c1b5ffa06bf8c3/users/7610af847ac4442a828afe19dbf1a837/roles/e6f5fa6b04954e3cb6dc0ada061f488e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37dfd27104ebae490a198c184b320039762ee231" 2018-10-04 14:58:25,866 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:58:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d80d570c-521b-400a-9f7d-e7f24bea3ee0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:58:25,866 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/af4134a6b4274780a1c1b5ffa06bf8c3/users/7610af847ac4442a828afe19dbf1a837/roles/e6f5fa6b04954e3cb6dc0ada061f488e used request id req-d80d570c-521b-400a-9f7d-e7f24bea3ee0 2018-10-04 14:58:25,867 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:58:25,868 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:58:26,244 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e6f5fa6b04954e3cb6dc0ada061f488e", "name": "CreateRouterSuccessTests-9f958c73-96d5-4db-proj-role"}], "expires_at": "2018-10-04T15:58:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af4134a6b4274780a1c1b5ffa06bf8c3", "name": "CreateRouterSuccessTests-9f958c73-96d5-4db-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-9f958c73-96d5-4db-user", "id": "7610af847ac4442a828afe19dbf1a837"}, "audit_ids": ["0GpWYai9TV6l5SIfPadB4A"], "issued_at": "2018-10-04T14:58:26.000000Z"}} 2018-10-04 14:58:26,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d630c6c191509a03d5d0cb2cc82a61f40a285450" 2018-10-04 14:58:26,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bc3773b-d1a6-439d-8571-0a0d20b269b9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:58:26,325 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4bc3773b-d1a6-439d-8571-0a0d20b269b9 2018-10-04 14:58:26,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d630c6c191509a03d5d0cb2cc82a61f40a285450" 2018-10-04 14:58:26,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-31767328-8f24-4528-b5fe-3c8bd6cf2bea Date: Thu, 04 Oct 2018 14:58:26 GMT RESP BODY: {"networks":[]} 2018-10-04 14:58:26,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-net1 used request id req-31767328-8f24-4528-b5fe-3c8bd6cf2bea 2018-10-04 14:58:26,501 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-net1 2018-10-04 14:58:26,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d630c6c191509a03d5d0cb2cc82a61f40a285450" -d '{"network": {"name": "CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-net1", "admin_state_up": true}}' 2018-10-04 14:58:27,107 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-9e4f80a5-7e96-4504-8b23-cd34968f22c3 Date: Thu, 04 Oct 2018 14:58:27 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"595da853-ef79-4fe9-864e-5365a04ed504","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"af4134a6b4274780a1c1b5ffa06bf8c3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T14:58:26Z","is_default":false,"name":"CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"af4134a6b4274780a1c1b5ffa06bf8c3","created_at":"2018-10-04T14:58:26Z","mtu":1450}} 2018-10-04 14:58:27,107 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-9e4f80a5-7e96-4504-8b23-cd34968f22c3 2018-10-04 14:58:27,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=595da853-ef79-4fe9-864e-5365a04ed504 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d630c6c191509a03d5d0cb2cc82a61f40a285450" 2018-10-04 14:58:27,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-c5cefc52-1e15-4c7f-92fe-9ff3d2016773 Date: Thu, 04 Oct 2018 14:58:27 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-10-04T14:58:26Z","tenant_id":"af4134a6b4274780a1c1b5ffa06bf8c3","created_at":"2018-10-04T14:58:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"af4134a6b4274780a1c1b5ffa06bf8c3","id":"595da853-ef79-4fe9-864e-5365a04ed504","name":"CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-net1"}]} 2018-10-04 14:58:27,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=595da853-ef79-4fe9-864e-5365a04ed504 used request id req-c5cefc52-1e15-4c7f-92fe-9ff3d2016773 2018-10-04 14:58:27,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=595da853-ef79-4fe9-864e-5365a04ed504 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d630c6c191509a03d5d0cb2cc82a61f40a285450" 2018-10-04 14:58:27,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6a1f46ec-31dc-438d-ae1d-77c429d31614 Date: Thu, 04 Oct 2018 14:58:27 GMT RESP BODY: {"subnets":[]} 2018-10-04 14:58:27,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=595da853-ef79-4fe9-864e-5365a04ed504 used request id req-6a1f46ec-31dc-438d-ae1d-77c429d31614 2018-10-04 14:58:27,518 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-subnet1 2018-10-04 14:58:27,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d630c6c191509a03d5d0cb2cc82a61f40a285450" -d '{"subnets": [{"ip_version": 4, "network_id": "595da853-ef79-4fe9-864e-5365a04ed504", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-subnet1"}]}' 2018-10-04 14:58:28,227 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-9ac5fe66-69b3-4cee-abb6-c00eb0541cfd Date: Thu, 04 Oct 2018 14:58:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"595da853-ef79-4fe9-864e-5365a04ed504","tenant_id":"af4134a6b4274780a1c1b5ffa06bf8c3","created_at":"2018-10-04T14:58:27Z","dns_nameservers":[],"updated_at":"2018-10-04T14:58:27Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"af4134a6b4274780a1c1b5ffa06bf8c3","id":"a443e254-1e6b-4bdc-9e15-c8ec151d87ea","subnetpool_id":null,"name":"CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-subnet1"}]} 2018-10-04 14:58:28,227 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-9ac5fe66-69b3-4cee-abb6-c00eb0541cfd 2018-10-04 14:58:28,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=595da853-ef79-4fe9-864e-5365a04ed504 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d630c6c191509a03d5d0cb2cc82a61f40a285450" 2018-10-04 14:58:28,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-5a6be54e-3f10-463c-ad4f-b263af13f0a3 Date: Thu, 04 Oct 2018 14:58:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a443e254-1e6b-4bdc-9e15-c8ec151d87ea"],"updated_at":"2018-10-04T14:58:27Z","tenant_id":"af4134a6b4274780a1c1b5ffa06bf8c3","created_at":"2018-10-04T14:58:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"af4134a6b4274780a1c1b5ffa06bf8c3","id":"595da853-ef79-4fe9-864e-5365a04ed504","name":"CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-net1"}]} 2018-10-04 14:58:28,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=595da853-ef79-4fe9-864e-5365a04ed504 used request id req-5a6be54e-3f10-463c-ad4f-b263af13f0a3 2018-10-04 14:58:28,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=595da853-ef79-4fe9-864e-5365a04ed504 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d630c6c191509a03d5d0cb2cc82a61f40a285450" 2018-10-04 14:58:28,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-2db2d1ce-57b7-42ba-9587-e9a94efebc01 Date: Thu, 04 Oct 2018 14:58:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"595da853-ef79-4fe9-864e-5365a04ed504","tenant_id":"af4134a6b4274780a1c1b5ffa06bf8c3","created_at":"2018-10-04T14:58:27Z","dns_nameservers":[],"updated_at":"2018-10-04T14:58:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"af4134a6b4274780a1c1b5ffa06bf8c3","id":"a443e254-1e6b-4bdc-9e15-c8ec151d87ea","subnetpool_id":null,"name":"CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-subnet1"}]} 2018-10-04 14:58:28,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=595da853-ef79-4fe9-864e-5365a04ed504 used request id req-2db2d1ce-57b7-42ba-9587-e9a94efebc01 2018-10-04 14:58:28,716 - OpenStackNetwork - DEBUG - Network [595da853-ef79-4fe9-864e-5365a04ed504] created successfully 2018-10-04 14:58:28,716 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:58:28,717 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:58:29,118 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e6f5fa6b04954e3cb6dc0ada061f488e", "name": "CreateRouterSuccessTests-9f958c73-96d5-4db-proj-role"}], "expires_at": "2018-10-04T15:58:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af4134a6b4274780a1c1b5ffa06bf8c3", "name": "CreateRouterSuccessTests-9f958c73-96d5-4db-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-9f958c73-96d5-4db-user", "id": "7610af847ac4442a828afe19dbf1a837"}, "audit_ids": ["t8dO8YAbTry9EXTgqPLZ5g"], "issued_at": "2018-10-04T14:58:29.000000Z"}} 2018-10-04 14:58:29,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e22383172e702586e4d7e291ab22f06072be7db5" 2018-10-04 14:58:29,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efd11bbb-33b4-492e-88da-7162ee286c84 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:58:29,195 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-efd11bbb-33b4-492e-88da-7162ee286c84 2018-10-04 14:58:29,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e22383172e702586e4d7e291ab22f06072be7db5" 2018-10-04 14:58:29,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5051cc95-e64c-41bc-9d63-86ac2b1a4503 Date: Thu, 04 Oct 2018 14:58:29 GMT RESP BODY: {"routers": []} 2018-10-04 14:58:29,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-router&admin_state_up=True used request id req-5051cc95-e64c-41bc-9d63-86ac2b1a4503 2018-10-04 14:58:29,396 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:58:29,397 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:58:29,774 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e6f5fa6b04954e3cb6dc0ada061f488e", "name": "CreateRouterSuccessTests-9f958c73-96d5-4db-proj-role"}], "expires_at": "2018-10-04T15:58:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af4134a6b4274780a1c1b5ffa06bf8c3", "name": "CreateRouterSuccessTests-9f958c73-96d5-4db-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-9f958c73-96d5-4db-user", "id": "7610af847ac4442a828afe19dbf1a837"}, "audit_ids": ["A7Kk3l2JRK2TzUW7O4JB6A"], "issued_at": "2018-10-04T14:58:29.000000Z"}} 2018-10-04 14:58:29,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff73812f7065bb07c2277ad1c84a1b77074fbaa6" 2018-10-04 14:58:29,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-860c6193-063f-4a90-bef0-245d183e5e22 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:58:29,854 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-860c6193-063f-4a90-bef0-245d183e5e22 2018-10-04 14:58:29,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e22383172e702586e4d7e291ab22f06072be7db5" 2018-10-04 14:58:30,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-eaf4db1e-dccb-48ca-a4b3-8d5e8d8765d3 Date: Thu, 04 Oct 2018 14:58:30 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 14:58:30,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-eaf4db1e-dccb-48ca-a4b3-8d5e8d8765d3 2018-10-04 14:58:30,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e22383172e702586e4d7e291ab22f06072be7db5" 2018-10-04 14:58:30,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-998c6dd0-7098-4cae-9a66-f9304f570876 Date: Thu, 04 Oct 2018 14:58:30 GMT RESP BODY: {"subnets":[]} 2018-10-04 14:58:30,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-998c6dd0-7098-4cae-9a66-f9304f570876 2018-10-04 14:58:30,307 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-router 2018-10-04 14:58:30,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e22383172e702586e4d7e291ab22f06072be7db5" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-router", "admin_state_up": true}}' 2018-10-04 14:58:35,258 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-eaa8b793-1837-479f-82df-23a218b85915 Date: Thu, 04 Oct 2018 14:58:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "af4134a6b4274780a1c1b5ffa06bf8c3", "created_at": "2018-10-04T14:58:30Z", "admin_state_up": true, "updated_at": "2018-10-04T14:58:31Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "af4134a6b4274780a1c1b5ffa06bf8c3", "id": "82038424-00bc-4c1f-b0b4-aaf86f34b763", "name": "CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-router"}} 2018-10-04 14:58:35,258 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-eaa8b793-1837-479f-82df-23a218b85915 2018-10-04 14:58:35,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=82038424-00bc-4c1f-b0b4-aaf86f34b763 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e22383172e702586e4d7e291ab22f06072be7db5" 2018-10-04 14:58:35,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b528c8a0-98c1-4eeb-a091-45a732de5e9f Date: Thu, 04 Oct 2018 14:58:35 GMT RESP BODY: {"ports":[]} 2018-10-04 14:58:35,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=82038424-00bc-4c1f-b0b4-aaf86f34b763 used request id req-b528c8a0-98c1-4eeb-a091-45a732de5e9f 2018-10-04 14:58:35,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e22383172e702586e4d7e291ab22f06072be7db5" 2018-10-04 14:58:35,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-fbf8aa1e-6909-4c32-a498-4f2b9c17f38e Date: Thu, 04 Oct 2018 14:58:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a443e254-1e6b-4bdc-9e15-c8ec151d87ea"],"updated_at":"2018-10-04T14:58:27Z","tenant_id":"af4134a6b4274780a1c1b5ffa06bf8c3","created_at":"2018-10-04T14:58:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"af4134a6b4274780a1c1b5ffa06bf8c3","id":"595da853-ef79-4fe9-864e-5365a04ed504","name":"CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-net1"}]} 2018-10-04 14:58:35,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-net1 used request id req-fbf8aa1e-6909-4c32-a498-4f2b9c17f38e 2018-10-04 14:58:35,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:58:35,570 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:58:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:58:35,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/af4134a6b4274780a1c1b5ffa06bf8c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e22383172e702586e4d7e291ab22f06072be7db5" 2018-10-04 14:58:35,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dc46281-87b3-4ad9-8591-c163687a7ddc Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/af4134a6b4274780a1c1b5ffa06bf8c3"}, "enabled": true, "id": "af4134a6b4274780a1c1b5ffa06bf8c3", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-9f958c73-96d5-4db-proj"}} 2018-10-04 14:58:35,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/af4134a6b4274780a1c1b5ffa06bf8c3 used request id req-3dc46281-87b3-4ad9-8591-c163687a7ddc 2018-10-04 14:58:35,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=595da853-ef79-4fe9-864e-5365a04ed504 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e22383172e702586e4d7e291ab22f06072be7db5" 2018-10-04 14:58:35,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-8b717e4e-3992-43de-adf7-054d62011ee6 Date: Thu, 04 Oct 2018 14:58:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"595da853-ef79-4fe9-864e-5365a04ed504","tenant_id":"af4134a6b4274780a1c1b5ffa06bf8c3","created_at":"2018-10-04T14:58:27Z","dns_nameservers":[],"updated_at":"2018-10-04T14:58:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"af4134a6b4274780a1c1b5ffa06bf8c3","id":"a443e254-1e6b-4bdc-9e15-c8ec151d87ea","subnetpool_id":null,"name":"CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-subnet1"}]} 2018-10-04 14:58:35,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=595da853-ef79-4fe9-864e-5365a04ed504 used request id req-8b717e4e-3992-43de-adf7-054d62011ee6 2018-10-04 14:58:35,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=595da853-ef79-4fe9-864e-5365a04ed504&name=CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e22383172e702586e4d7e291ab22f06072be7db5" 2018-10-04 14:58:35,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-69203f1a-69a6-4232-85c4-9aa7e697105a Date: Thu, 04 Oct 2018 14:58:35 GMT RESP BODY: {"ports":[]} 2018-10-04 14:58:35,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=595da853-ef79-4fe9-864e-5365a04ed504&name=CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-port1&admin_state_up=True used request id req-69203f1a-69a6-4232-85c4-9aa7e697105a 2018-10-04 14:58:35,894 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-port1 for router - CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-router 2018-10-04 14:58:35,894 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:58:35,895 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:58:36,265 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e6f5fa6b04954e3cb6dc0ada061f488e", "name": "CreateRouterSuccessTests-9f958c73-96d5-4db-proj-role"}], "expires_at": "2018-10-04T15:58:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af4134a6b4274780a1c1b5ffa06bf8c3", "name": "CreateRouterSuccessTests-9f958c73-96d5-4db-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-9f958c73-96d5-4db-user", "id": "7610af847ac4442a828afe19dbf1a837"}, "audit_ids": ["R2lSv9s9QhGA_hmAjnE0HQ"], "issued_at": "2018-10-04T14:58:36.000000Z"}} 2018-10-04 14:58:36,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8631bbef3370652451681ea4cd90d480c6e35046" 2018-10-04 14:58:36,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fb655bf-f6cd-41e9-82a8-3b2d356d760a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:58:36,339 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1fb655bf-f6cd-41e9-82a8-3b2d356d760a 2018-10-04 14:58:36,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e22383172e702586e4d7e291ab22f06072be7db5" 2018-10-04 14:58:36,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f12daa06-b2cf-49e0-bc9a-066a30f2e0ad Date: Thu, 04 Oct 2018 14:58:36 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":["a443e254-1e6b-4bdc-9e15-c8ec151d87ea"],"updated_at":"2018-10-04T14:58:27Z","tenant_id":"af4134a6b4274780a1c1b5ffa06bf8c3","created_at":"2018-10-04T14:58:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"af4134a6b4274780a1c1b5ffa06bf8c3","id":"595da853-ef79-4fe9-864e-5365a04ed504","name":"CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-net1"}]} 2018-10-04 14:58:36,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-net1 used request id req-f12daa06-b2cf-49e0-bc9a-066a30f2e0ad 2018-10-04 14:58:36,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=595da853-ef79-4fe9-864e-5365a04ed504 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e22383172e702586e4d7e291ab22f06072be7db5" 2018-10-04 14:58:36,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-446072ee-b600-44ee-9ba2-79a90eef45da Date: Thu, 04 Oct 2018 14:58:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"595da853-ef79-4fe9-864e-5365a04ed504","tenant_id":"af4134a6b4274780a1c1b5ffa06bf8c3","created_at":"2018-10-04T14:58:27Z","dns_nameservers":[],"updated_at":"2018-10-04T14:58:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"af4134a6b4274780a1c1b5ffa06bf8c3","id":"a443e254-1e6b-4bdc-9e15-c8ec151d87ea","subnetpool_id":null,"name":"CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-subnet1"}]} 2018-10-04 14:58:36,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=595da853-ef79-4fe9-864e-5365a04ed504 used request id req-446072ee-b600-44ee-9ba2-79a90eef45da 2018-10-04 14:58:36,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e22383172e702586e4d7e291ab22f06072be7db5" 2018-10-04 14:58:36,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-95e03cea-5d5e-459b-8ecd-cc481a07f918 Date: Thu, 04 Oct 2018 14:58:36 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":["a443e254-1e6b-4bdc-9e15-c8ec151d87ea"],"updated_at":"2018-10-04T14:58:27Z","tenant_id":"af4134a6b4274780a1c1b5ffa06bf8c3","created_at":"2018-10-04T14:58:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"af4134a6b4274780a1c1b5ffa06bf8c3","id":"595da853-ef79-4fe9-864e-5365a04ed504","name":"CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-net1"}]} 2018-10-04 14:58:36,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-net1 used request id req-95e03cea-5d5e-459b-8ecd-cc481a07f918 2018-10-04 14:58:36,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:58:36,928 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:58:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:58:36,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/af4134a6b4274780a1c1b5ffa06bf8c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8631bbef3370652451681ea4cd90d480c6e35046" 2018-10-04 14:58:37,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e46e622d-01b3-4826-8b08-866fa5261989 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/af4134a6b4274780a1c1b5ffa06bf8c3"}, "enabled": true, "id": "af4134a6b4274780a1c1b5ffa06bf8c3", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-9f958c73-96d5-4db-proj"}} 2018-10-04 14:58:37,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/af4134a6b4274780a1c1b5ffa06bf8c3 used request id req-e46e622d-01b3-4826-8b08-866fa5261989 2018-10-04 14:58:37,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=595da853-ef79-4fe9-864e-5365a04ed504 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e22383172e702586e4d7e291ab22f06072be7db5" 2018-10-04 14:58:37,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-5e812385-8506-4e76-b966-f47185524825 Date: Thu, 04 Oct 2018 14:58:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"595da853-ef79-4fe9-864e-5365a04ed504","tenant_id":"af4134a6b4274780a1c1b5ffa06bf8c3","created_at":"2018-10-04T14:58:27Z","dns_nameservers":[],"updated_at":"2018-10-04T14:58:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"af4134a6b4274780a1c1b5ffa06bf8c3","id":"a443e254-1e6b-4bdc-9e15-c8ec151d87ea","subnetpool_id":null,"name":"CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-subnet1"}]} 2018-10-04 14:58:37,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=595da853-ef79-4fe9-864e-5365a04ed504 used request id req-5e812385-8506-4e76-b966-f47185524825 2018-10-04 14:58:37,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=595da853-ef79-4fe9-864e-5365a04ed504&name=CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e22383172e702586e4d7e291ab22f06072be7db5" 2018-10-04 14:58:37,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-651a8a27-7fa6-499e-8588-826ee5613e16 Date: Thu, 04 Oct 2018 14:58:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"595da853-ef79-4fe9-864e-5365a04ed504","tenant_id":"af4134a6b4274780a1c1b5ffa06bf8c3","created_at":"2018-10-04T14:58:27Z","dns_nameservers":[],"updated_at":"2018-10-04T14:58:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"af4134a6b4274780a1c1b5ffa06bf8c3","id":"a443e254-1e6b-4bdc-9e15-c8ec151d87ea","subnetpool_id":null,"name":"CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-subnet1"}]} 2018-10-04 14:58:37,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=595da853-ef79-4fe9-864e-5365a04ed504&name=CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-subnet1 used request id req-651a8a27-7fa6-499e-8588-826ee5613e16 2018-10-04 14:58:37,281 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-net1 2018-10-04 14:58:37,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e22383172e702586e4d7e291ab22f06072be7db5" -d '{"port": {"network_id": "595da853-ef79-4fe9-864e-5365a04ed504", "fixed_ips": [{"subnet_id": "a443e254-1e6b-4bdc-9e15-c8ec151d87ea", "ip_address": "10.200.201.1"}], "name": "CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-port1", "admin_state_up": true}}' 2018-10-04 14:58:38,401 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-65e9d475-fc22-458b-949f-9b5e3abfd26a Date: Thu, 04 Oct 2018 14:58:38 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:58:37Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a443e254-1e6b-4bdc-9e15-c8ec151d87ea","ip_address":"10.200.201.1"}],"id":"37ab566e-a05f-463f-9471-b3901d583a2b","security_groups":["da57de0e-76fc-4fc3-a69b-d289fd387b4d"],"mac_address":"fa:16:3e:87:33:b6","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-port1","project_id":"af4134a6b4274780a1c1b5ffa06bf8c3","qos_policy_id":null,"admin_state_up":true,"network_id":"595da853-ef79-4fe9-864e-5365a04ed504","tenant_id":"af4134a6b4274780a1c1b5ffa06bf8c3","created_at":"2018-10-04T14:58:37Z","binding:vnic_type":"normal"}} 2018-10-04 14:58:38,401 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-65e9d475-fc22-458b-949f-9b5e3abfd26a 2018-10-04 14:58:38,402 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-port1 for router - CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-router 2018-10-04 14:58:38,402 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-router 2018-10-04 14:58:38,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/82038424-00bc-4c1f-b0b4-aaf86f34b763/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e22383172e702586e4d7e291ab22f06072be7db5" -d '{"port_id": "37ab566e-a05f-463f-9471-b3901d583a2b"}' 2018-10-04 14:58:40,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-eb7554f3-9b5f-4526-9869-6ac80498b590 Date: Thu, 04 Oct 2018 14:58:40 GMT RESP BODY: {"network_id": "595da853-ef79-4fe9-864e-5365a04ed504", "tenant_id": "af4134a6b4274780a1c1b5ffa06bf8c3", "subnet_id": "a443e254-1e6b-4bdc-9e15-c8ec151d87ea", "subnet_ids": ["a443e254-1e6b-4bdc-9e15-c8ec151d87ea"], "port_id": "37ab566e-a05f-463f-9471-b3901d583a2b", "id": "82038424-00bc-4c1f-b0b4-aaf86f34b763"} 2018-10-04 14:58:40,160 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/82038424-00bc-4c1f-b0b4-aaf86f34b763/add_router_interface used request id req-eb7554f3-9b5f-4526-9869-6ac80498b590 2018-10-04 14:58:40,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/82038424-00bc-4c1f-b0b4-aaf86f34b763 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e22383172e702586e4d7e291ab22f06072be7db5" 2018-10-04 14:58:40,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-3899c6ea-c391-42aa-a7bf-474c9d01372a Date: Thu, 04 Oct 2018 14:58:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "af4134a6b4274780a1c1b5ffa06bf8c3", "created_at": "2018-10-04T14:58:30Z", "admin_state_up": true, "updated_at": "2018-10-04T14:58:39Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "af4134a6b4274780a1c1b5ffa06bf8c3", "id": "82038424-00bc-4c1f-b0b4-aaf86f34b763", "name": "CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-router"}} 2018-10-04 14:58:40,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/82038424-00bc-4c1f-b0b4-aaf86f34b763 used request id req-3899c6ea-c391-42aa-a7bf-474c9d01372a 2018-10-04 14:58:40,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=82038424-00bc-4c1f-b0b4-aaf86f34b763 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e22383172e702586e4d7e291ab22f06072be7db5" 2018-10-04 14:58:40,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 860 X-Openstack-Request-Id: req-332a7f24-3edb-45f8-aee4-52e97768fcbe Date: Thu, 04 Oct 2018 14:58:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:58:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a443e254-1e6b-4bdc-9e15-c8ec151d87ea","ip_address":"10.200.201.1"}],"id":"37ab566e-a05f-463f-9471-b3901d583a2b","security_groups":["da57de0e-76fc-4fc3-a69b-d289fd387b4d"],"mac_address":"fa:16:3e:87:33:b6","project_id":"af4134a6b4274780a1c1b5ffa06bf8c3","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-port1","admin_state_up":true,"network_id":"595da853-ef79-4fe9-864e-5365a04ed504","tenant_id":"af4134a6b4274780a1c1b5ffa06bf8c3","created_at":"2018-10-04T14:58:37Z","binding:vnic_type":"normal","device_id":"82038424-00bc-4c1f-b0b4-aaf86f34b763"}]} 2018-10-04 14:58:40,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=82038424-00bc-4c1f-b0b4-aaf86f34b763 used request id req-332a7f24-3edb-45f8-aee4-52e97768fcbe 2018-10-04 14:58:40,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/a443e254-1e6b-4bdc-9e15-c8ec151d87ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e22383172e702586e4d7e291ab22f06072be7db5" 2018-10-04 14:58:40,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-2c2de5c6-3a4b-47a1-9a91-8989b8f84973 Date: Thu, 04 Oct 2018 14:58:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"595da853-ef79-4fe9-864e-5365a04ed504","tenant_id":"af4134a6b4274780a1c1b5ffa06bf8c3","created_at":"2018-10-04T14:58:27Z","dns_nameservers":[],"updated_at":"2018-10-04T14:58:27Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"af4134a6b4274780a1c1b5ffa06bf8c3","id":"a443e254-1e6b-4bdc-9e15-c8ec151d87ea","subnetpool_id":null,"name":"CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-subnet1"}} 2018-10-04 14:58:40,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/a443e254-1e6b-4bdc-9e15-c8ec151d87ea used request id req-2c2de5c6-3a4b-47a1-9a91-8989b8f84973 2018-10-04 14:58:40,502 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:58:40,886 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e6f5fa6b04954e3cb6dc0ada061f488e", "name": "CreateRouterSuccessTests-9f958c73-96d5-4db-proj-role"}], "expires_at": "2018-10-04T15:58:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af4134a6b4274780a1c1b5ffa06bf8c3", "name": "CreateRouterSuccessTests-9f958c73-96d5-4db-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/af4134a6b4274780a1c1b5ffa06bf8c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-9f958c73-96d5-4db-user", "id": "7610af847ac4442a828afe19dbf1a837"}, "audit_ids": ["me73mjH_TSGGDgFAewCYOg"], "issued_at": "2018-10-04T14:58:40.000000Z"}} 2018-10-04 14:58:40,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3335dfb8eedbae94628e29606636bd81f874bf68" 2018-10-04 14:58:41,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-532381a8-ecb3-4dcb-94b9-5ecd51257732 Date: Thu, 04 Oct 2018 14:58:41 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "af4134a6b4274780a1c1b5ffa06bf8c3", "created_at": "2018-10-04T14:58:30Z", "admin_state_up": true, "updated_at": "2018-10-04T14:58:39Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "af4134a6b4274780a1c1b5ffa06bf8c3", "id": "82038424-00bc-4c1f-b0b4-aaf86f34b763", "name": "CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-router"}]} 2018-10-04 14:58:41,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-router&admin_state_up=True used request id req-532381a8-ecb3-4dcb-94b9-5ecd51257732 2018-10-04 14:58:41,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:58:41,124 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:58:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:58:41,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/af4134a6b4274780a1c1b5ffa06bf8c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f4c6c662767f293a0e6eeac955d8176796a7de7" 2018-10-04 14:58:41,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52d0bb70-b7b4-4bdd-b597-85191b36e4b1 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/af4134a6b4274780a1c1b5ffa06bf8c3"}, "enabled": true, "id": "af4134a6b4274780a1c1b5ffa06bf8c3", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-9f958c73-96d5-4db-proj"}} 2018-10-04 14:58:41,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/af4134a6b4274780a1c1b5ffa06bf8c3 used request id req-52d0bb70-b7b4-4bdd-b597-85191b36e4b1 2018-10-04 14:58:41,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=82038424-00bc-4c1f-b0b4-aaf86f34b763 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3335dfb8eedbae94628e29606636bd81f874bf68" 2018-10-04 14:58:41,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-ba710e52-7286-4b0a-8e87-977b4b2351c7 Date: Thu, 04 Oct 2018 14:58:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:58:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a443e254-1e6b-4bdc-9e15-c8ec151d87ea","ip_address":"10.200.201.1"}],"id":"37ab566e-a05f-463f-9471-b3901d583a2b","security_groups":["da57de0e-76fc-4fc3-a69b-d289fd387b4d"],"mac_address":"fa:16:3e:87:33:b6","project_id":"af4134a6b4274780a1c1b5ffa06bf8c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-port1","admin_state_up":true,"network_id":"595da853-ef79-4fe9-864e-5365a04ed504","tenant_id":"af4134a6b4274780a1c1b5ffa06bf8c3","created_at":"2018-10-04T14:58:37Z","binding:vnic_type":"normal","device_id":"82038424-00bc-4c1f-b0b4-aaf86f34b763"}]} 2018-10-04 14:58:41,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=82038424-00bc-4c1f-b0b4-aaf86f34b763 used request id req-ba710e52-7286-4b0a-8e87-977b4b2351c7 2018-10-04 14:58:41,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/a443e254-1e6b-4bdc-9e15-c8ec151d87ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3335dfb8eedbae94628e29606636bd81f874bf68" 2018-10-04 14:58:41,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-5f988466-b305-45d7-9a91-a5d4b8310532 Date: Thu, 04 Oct 2018 14:58:41 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"595da853-ef79-4fe9-864e-5365a04ed504","tenant_id":"af4134a6b4274780a1c1b5ffa06bf8c3","created_at":"2018-10-04T14:58:27Z","dns_nameservers":[],"updated_at":"2018-10-04T14:58:27Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"af4134a6b4274780a1c1b5ffa06bf8c3","id":"a443e254-1e6b-4bdc-9e15-c8ec151d87ea","subnetpool_id":null,"name":"CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-subnet1"}} 2018-10-04 14:58:41,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/a443e254-1e6b-4bdc-9e15-c8ec151d87ea used request id req-5f988466-b305-45d7-9a91-a5d4b8310532 2018-10-04 14:58:41,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3335dfb8eedbae94628e29606636bd81f874bf68" 2018-10-04 14:58:41,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-518b5fa1-0f4d-4fbc-b389-5a88ab66d9d9 Date: Thu, 04 Oct 2018 14:58:41 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 14:58:41,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-518b5fa1-0f4d-4fbc-b389-5a88ab66d9d9 2018-10-04 14:58:41,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3335dfb8eedbae94628e29606636bd81f874bf68" 2018-10-04 14:58:41,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ef1e67e3-cf40-4ba4-b7f7-fe2ddb7cf36a Date: Thu, 04 Oct 2018 14:58:41 GMT RESP BODY: {"subnets":[]} 2018-10-04 14:58:41,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-ef1e67e3-cf40-4ba4-b7f7-fe2ddb7cf36a 2018-10-04 14:58:41,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=595da853-ef79-4fe9-864e-5365a04ed504 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3335dfb8eedbae94628e29606636bd81f874bf68" 2018-10-04 14:58:42,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-97022357-5118-48fb-a151-55f348909096 Date: Thu, 04 Oct 2018 14:58:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a443e254-1e6b-4bdc-9e15-c8ec151d87ea"],"updated_at":"2018-10-04T14:58:27Z","tenant_id":"af4134a6b4274780a1c1b5ffa06bf8c3","created_at":"2018-10-04T14:58:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"af4134a6b4274780a1c1b5ffa06bf8c3","id":"595da853-ef79-4fe9-864e-5365a04ed504","name":"CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-net1"}]} 2018-10-04 14:58:42,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=595da853-ef79-4fe9-864e-5365a04ed504 used request id req-97022357-5118-48fb-a151-55f348909096 2018-10-04 14:58:42,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=595da853-ef79-4fe9-864e-5365a04ed504 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3335dfb8eedbae94628e29606636bd81f874bf68" 2018-10-04 14:58:42,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-7f61d3ac-b525-4e1f-abce-89248156e216 Date: Thu, 04 Oct 2018 14:58:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"595da853-ef79-4fe9-864e-5365a04ed504","tenant_id":"af4134a6b4274780a1c1b5ffa06bf8c3","created_at":"2018-10-04T14:58:27Z","dns_nameservers":[],"updated_at":"2018-10-04T14:58:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"af4134a6b4274780a1c1b5ffa06bf8c3","id":"a443e254-1e6b-4bdc-9e15-c8ec151d87ea","subnetpool_id":null,"name":"CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-subnet1"}]} 2018-10-04 14:58:42,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=595da853-ef79-4fe9-864e-5365a04ed504 used request id req-7f61d3ac-b525-4e1f-abce-89248156e216 2018-10-04 14:58:42,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=595da853-ef79-4fe9-864e-5365a04ed504 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3335dfb8eedbae94628e29606636bd81f874bf68" 2018-10-04 14:58:42,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3148 X-Openstack-Request-Id: req-8db4cd42-f6bc-4fb4-b6a9-e692d82e5b4d Date: Thu, 04 Oct 2018 14:58:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:58:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a443e254-1e6b-4bdc-9e15-c8ec151d87ea","ip_address":"10.200.201.1"}],"id":"37ab566e-a05f-463f-9471-b3901d583a2b","security_groups":["da57de0e-76fc-4fc3-a69b-d289fd387b4d"],"mac_address":"fa:16:3e:87:33:b6","project_id":"af4134a6b4274780a1c1b5ffa06bf8c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-port1","admin_state_up":true,"network_id":"595da853-ef79-4fe9-864e-5365a04ed504","tenant_id":"af4134a6b4274780a1c1b5ffa06bf8c3","created_at":"2018-10-04T14:58:37Z","binding:vnic_type":"normal","device_id":"82038424-00bc-4c1f-b0b4-aaf86f34b763"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:58:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a443e254-1e6b-4bdc-9e15-c8ec151d87ea","ip_address":"10.200.201.4"}],"id":"72cdd16c-4170-42b4-91e0-41f762b476f9","security_groups":[],"mac_address":"fa:16:3e:54:ec:34","project_id":"af4134a6b4274780a1c1b5ffa06bf8c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"595da853-ef79-4fe9-864e-5365a04ed504","tenant_id":"af4134a6b4274780a1c1b5ffa06bf8c3","created_at":"2018-10-04T14:58:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-595da853-ef79-4fe9-864e-5365a04ed504"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:58:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a443e254-1e6b-4bdc-9e15-c8ec151d87ea","ip_address":"10.200.201.2"}],"id":"86b7f713-ab53-4235-abf6-4b0f9e11d46c","security_groups":[],"mac_address":"fa:16:3e:02:8b:60","project_id":"af4134a6b4274780a1c1b5ffa06bf8c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"595da853-ef79-4fe9-864e-5365a04ed504","tenant_id":"af4134a6b4274780a1c1b5ffa06bf8c3","created_at":"2018-10-04T14:58:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-595da853-ef79-4fe9-864e-5365a04ed504"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:58:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a443e254-1e6b-4bdc-9e15-c8ec151d87ea","ip_address":"10.200.201.3"}],"id":"9aca547b-7d77-45f9-8aca-d15416fc227f","security_groups":[],"mac_address":"fa:16:3e:fa:c2:dc","project_id":"af4134a6b4274780a1c1b5ffa06bf8c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"595da853-ef79-4fe9-864e-5365a04ed504","tenant_id":"af4134a6b4274780a1c1b5ffa06bf8c3","created_at":"2018-10-04T14:58:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-595da853-ef79-4fe9-864e-5365a04ed504"}]} 2018-10-04 14:58:42,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=595da853-ef79-4fe9-864e-5365a04ed504 used request id req-8db4cd42-f6bc-4fb4-b6a9-e692d82e5b4d 2018-10-04 14:58:42,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/a443e254-1e6b-4bdc-9e15-c8ec151d87ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3335dfb8eedbae94628e29606636bd81f874bf68" 2018-10-04 14:58:42,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-98b62805-b67e-4453-9571-787fffc61138 Date: Thu, 04 Oct 2018 14:58:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"595da853-ef79-4fe9-864e-5365a04ed504","tenant_id":"af4134a6b4274780a1c1b5ffa06bf8c3","created_at":"2018-10-04T14:58:27Z","dns_nameservers":[],"updated_at":"2018-10-04T14:58:27Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"af4134a6b4274780a1c1b5ffa06bf8c3","id":"a443e254-1e6b-4bdc-9e15-c8ec151d87ea","subnetpool_id":null,"name":"CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-subnet1"}} 2018-10-04 14:58:42,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/a443e254-1e6b-4bdc-9e15-c8ec151d87ea used request id req-98b62805-b67e-4453-9571-787fffc61138 2018-10-04 14:58:42,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=595da853-ef79-4fe9-864e-5365a04ed504 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3335dfb8eedbae94628e29606636bd81f874bf68" 2018-10-04 14:58:42,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-16f0479d-078e-4cc8-9094-81f03c03bfeb Date: Thu, 04 Oct 2018 14:58:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a443e254-1e6b-4bdc-9e15-c8ec151d87ea"],"updated_at":"2018-10-04T14:58:27Z","tenant_id":"af4134a6b4274780a1c1b5ffa06bf8c3","created_at":"2018-10-04T14:58:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"af4134a6b4274780a1c1b5ffa06bf8c3","id":"595da853-ef79-4fe9-864e-5365a04ed504","name":"CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-net1"}]} 2018-10-04 14:58:42,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=595da853-ef79-4fe9-864e-5365a04ed504 used request id req-16f0479d-078e-4cc8-9094-81f03c03bfeb 2018-10-04 14:58:42,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=595da853-ef79-4fe9-864e-5365a04ed504 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3335dfb8eedbae94628e29606636bd81f874bf68" 2018-10-04 14:58:43,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-8ac28a06-2c7c-4ca4-b79f-8663e7bbd3dd Date: Thu, 04 Oct 2018 14:58:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"595da853-ef79-4fe9-864e-5365a04ed504","tenant_id":"af4134a6b4274780a1c1b5ffa06bf8c3","created_at":"2018-10-04T14:58:27Z","dns_nameservers":[],"updated_at":"2018-10-04T14:58:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"af4134a6b4274780a1c1b5ffa06bf8c3","id":"a443e254-1e6b-4bdc-9e15-c8ec151d87ea","subnetpool_id":null,"name":"CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-subnet1"}]} 2018-10-04 14:58:43,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=595da853-ef79-4fe9-864e-5365a04ed504 used request id req-8ac28a06-2c7c-4ca4-b79f-8663e7bbd3dd 2018-10-04 14:58:43,021 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-router and port CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-port1 2018-10-04 14:58:43,021 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-router 2018-10-04 14:58:43,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/82038424-00bc-4c1f-b0b4-aaf86f34b763/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e22383172e702586e4d7e291ab22f06072be7db5" -d '{"port_id": "37ab566e-a05f-463f-9471-b3901d583a2b"}' 2018-10-04 14:58:44,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-39a201ff-ad85-4afc-b7d1-284faa07a24b Date: Thu, 04 Oct 2018 14:58:44 GMT RESP BODY: {"network_id": "595da853-ef79-4fe9-864e-5365a04ed504", "tenant_id": "af4134a6b4274780a1c1b5ffa06bf8c3", "subnet_id": "a443e254-1e6b-4bdc-9e15-c8ec151d87ea", "subnet_ids": ["a443e254-1e6b-4bdc-9e15-c8ec151d87ea"], "port_id": "37ab566e-a05f-463f-9471-b3901d583a2b", "id": "82038424-00bc-4c1f-b0b4-aaf86f34b763"} 2018-10-04 14:58:44,361 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/82038424-00bc-4c1f-b0b4-aaf86f34b763/remove_router_interface used request id req-39a201ff-ad85-4afc-b7d1-284faa07a24b 2018-10-04 14:58:44,361 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-router 2018-10-04 14:58:44,361 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-router 2018-10-04 14:58:44,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/82038424-00bc-4c1f-b0b4-aaf86f34b763 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e22383172e702586e4d7e291ab22f06072be7db5" 2018-10-04 14:58:47,652 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-34fce90d-cf59-40a0-9ad6-d5910416194b Content-Length: 0 Date: Thu, 04 Oct 2018 14:58:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:58:47,652 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/82038424-00bc-4c1f-b0b4-aaf86f34b763 used request id req-34fce90d-cf59-40a0-9ad6-d5910416194b 2018-10-04 14:58:47,653 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-subnet1 2018-10-04 14:58:47,653 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-subnet1 2018-10-04 14:58:47,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/a443e254-1e6b-4bdc-9e15-c8ec151d87ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d630c6c191509a03d5d0cb2cc82a61f40a285450" 2018-10-04 14:58:49,991 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-631da6f8-2cab-411f-b851-1b5db1193d68 Date: Thu, 04 Oct 2018 14:58:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:58:49,991 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/a443e254-1e6b-4bdc-9e15-c8ec151d87ea used request id req-631da6f8-2cab-411f-b851-1b5db1193d68 2018-10-04 14:58:49,991 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-d126575f-de00-4373-b0fc-f7f92d0cd784-pub-net1 2018-10-04 14:58:49,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/595da853-ef79-4fe9-864e-5365a04ed504 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d630c6c191509a03d5d0cb2cc82a61f40a285450" 2018-10-04 14:58:50,880 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f24d6d5a-4289-4773-b7bc-8dbce266b857 Date: Thu, 04 Oct 2018 14:58:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:58:50,880 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/595da853-ef79-4fe9-864e-5365a04ed504 used request id req-f24d6d5a-4289-4773-b7bc-8dbce266b857 2018-10-04 14:58:50,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37dfd27104ebae490a198c184b320039762ee231" 2018-10-04 14:58:51,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-bfd52014-6d8d-41e4-84da-cb7a85471ae3 Date: Thu, 04 Oct 2018 14:58:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "af4134a6b4274780a1c1b5ffa06bf8c3", "created_at": "2018-10-04T14:58:26Z", "updated_at": "2018-10-04T14:58:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:58:26Z", "revision_number": 0, "id": "3fdc42b1-77d8-4210-afca-bb3826fd394b", "remote_group_id": "da57de0e-76fc-4fc3-a69b-d289fd387b4d", "remote_ip_prefix": null, "created_at": "2018-10-04T14:58:26Z", "security_group_id": "da57de0e-76fc-4fc3-a69b-d289fd387b4d", "tenant_id": "af4134a6b4274780a1c1b5ffa06bf8c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "af4134a6b4274780a1c1b5ffa06bf8c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:58:26Z", "revision_number": 0, "id": "7b32e237-2888-4644-bffe-90f38bbea153", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:58:26Z", "security_group_id": "da57de0e-76fc-4fc3-a69b-d289fd387b4d", "tenant_id": "af4134a6b4274780a1c1b5ffa06bf8c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "af4134a6b4274780a1c1b5ffa06bf8c3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:58:26Z", "revision_number": 0, "id": "7b3976c5-637c-45b8-98ec-9c4deea333af", "remote_group_id": "da57de0e-76fc-4fc3-a69b-d289fd387b4d", "remote_ip_prefix": null, "created_at": "2018-10-04T14:58:26Z", "security_group_id": "da57de0e-76fc-4fc3-a69b-d289fd387b4d", "tenant_id": "af4134a6b4274780a1c1b5ffa06bf8c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "af4134a6b4274780a1c1b5ffa06bf8c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:58:26Z", "revision_number": 0, "id": "e5ca1961-f35e-4ec5-a8ce-2560ceea65fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:58:26Z", "security_group_id": "da57de0e-76fc-4fc3-a69b-d289fd387b4d", "tenant_id": "af4134a6b4274780a1c1b5ffa06bf8c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "af4134a6b4274780a1c1b5ffa06bf8c3"}], "revision_number": 4, "project_id": "af4134a6b4274780a1c1b5ffa06bf8c3", "id": "da57de0e-76fc-4fc3-a69b-d289fd387b4d", "name": "default"}]} 2018-10-04 14:58:51,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-bfd52014-6d8d-41e4-84da-cb7a85471ae3 2018-10-04 14:58:51,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37dfd27104ebae490a198c184b320039762ee231" 2018-10-04 14:58:51,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15fa55e1-5182-4cf0-9475-8168d7480037 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:58:51,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-15fa55e1-5182-4cf0-9475-8168d7480037 2018-10-04 14:58:51,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37dfd27104ebae490a198c184b320039762ee231" 2018-10-04 14:58:51,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99a8d8d7-6b47-42f4-b79d-98d11054192c Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:58:51,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-99a8d8d7-6b47-42f4-b79d-98d11054192c 2018-10-04 14:58:51,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37dfd27104ebae490a198c184b320039762ee231" 2018-10-04 14:58:51,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05d6a2a3-2bd2-4dc1-8a0e-c442e4b5ceef Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:58:51,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-05d6a2a3-2bd2-4dc1-8a0e-c442e4b5ceef 2018-10-04 14:58:51,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/af4134a6b4274780a1c1b5ffa06bf8c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37dfd27104ebae490a198c184b320039762ee231" 2018-10-04 14:58:51,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dca04ab-9b45-4a69-bc33-95ef6f478040 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/af4134a6b4274780a1c1b5ffa06bf8c3"}, "enabled": true, "id": "af4134a6b4274780a1c1b5ffa06bf8c3", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-9f958c73-96d5-4db-proj"}} 2018-10-04 14:58:51,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/af4134a6b4274780a1c1b5ffa06bf8c3 used request id req-6dca04ab-9b45-4a69-bc33-95ef6f478040 2018-10-04 14:58:51,451 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da57de0e-76fc-4fc3-a69b-d289fd387b4d 2018-10-04 14:58:51,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=da57de0e-76fc-4fc3-a69b-d289fd387b4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37dfd27104ebae490a198c184b320039762ee231" 2018-10-04 14:58:51,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-009ce612-a222-4898-a339-0b27cc8ad824 Date: Thu, 04 Oct 2018 14:58:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "da57de0e-76fc-4fc3-a69b-d289fd387b4d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:58:26Z", "security_group_id": "da57de0e-76fc-4fc3-a69b-d289fd387b4d", "port_range_min": null, "revision_number": 0, "tenant_id": "af4134a6b4274780a1c1b5ffa06bf8c3", "created_at": "2018-10-04T14:58:26Z", "project_id": "af4134a6b4274780a1c1b5ffa06bf8c3", "id": "3fdc42b1-77d8-4210-afca-bb3826fd394b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:58:26Z", "security_group_id": "da57de0e-76fc-4fc3-a69b-d289fd387b4d", "port_range_min": null, "revision_number": 0, "tenant_id": "af4134a6b4274780a1c1b5ffa06bf8c3", "created_at": "2018-10-04T14:58:26Z", "project_id": "af4134a6b4274780a1c1b5ffa06bf8c3", "id": "7b32e237-2888-4644-bffe-90f38bbea153"}, {"remote_group_id": "da57de0e-76fc-4fc3-a69b-d289fd387b4d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:58:26Z", "security_group_id": "da57de0e-76fc-4fc3-a69b-d289fd387b4d", "port_range_min": null, "revision_number": 0, "tenant_id": "af4134a6b4274780a1c1b5ffa06bf8c3", "created_at": "2018-10-04T14:58:26Z", "project_id": "af4134a6b4274780a1c1b5ffa06bf8c3", "id": "7b3976c5-637c-45b8-98ec-9c4deea333af"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:58:26Z", "security_group_id": "da57de0e-76fc-4fc3-a69b-d289fd387b4d", "port_range_min": null, "revision_number": 0, "tenant_id": "af4134a6b4274780a1c1b5ffa06bf8c3", "created_at": "2018-10-04T14:58:26Z", "project_id": "af4134a6b4274780a1c1b5ffa06bf8c3", "id": "e5ca1961-f35e-4ec5-a8ce-2560ceea65fc"}]} 2018-10-04 14:58:51,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=da57de0e-76fc-4fc3-a69b-d289fd387b4d used request id req-009ce612-a222-4898-a339-0b27cc8ad824 2018-10-04 14:58:51,622 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 14:58:51,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/da57de0e-76fc-4fc3-a69b-d289fd387b4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37dfd27104ebae490a198c184b320039762ee231" 2018-10-04 14:58:51,936 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7e10590c-77cd-4222-b5ba-b3a7d39080f1 Content-Length: 0 Date: Thu, 04 Oct 2018 14:58:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:58:51,936 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/da57de0e-76fc-4fc3-a69b-d289fd387b4d used request id req-7e10590c-77cd-4222-b5ba-b3a7d39080f1 2018-10-04 14:58:51,937 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-9f958c73-96d5-4db-proj 2018-10-04 14:58:51,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/af4134a6b4274780a1c1b5ffa06bf8c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37dfd27104ebae490a198c184b320039762ee231" 2018-10-04 14:58:52,134 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:58:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3b14f78-ba50-4893-baa2-039d4cabbb34 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:58:52,134 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/af4134a6b4274780a1c1b5ffa06bf8c3 used request id req-f3b14f78-ba50-4893-baa2-039d4cabbb34 2018-10-04 14:58:52,135 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-9f958c73-96d5-4db-proj-role 2018-10-04 14:58:52,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/e6f5fa6b04954e3cb6dc0ada061f488e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37dfd27104ebae490a198c184b320039762ee231" 2018-10-04 14:58:52,247 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:58:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1e218d8-8cf1-43ff-925f-93a7a10065f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:58:52,247 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/e6f5fa6b04954e3cb6dc0ada061f488e used request id req-e1e218d8-8cf1-43ff-925f-93a7a10065f8 2018-10-04 14:58:52,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37dfd27104ebae490a198c184b320039762ee231" 2018-10-04 14:58:52,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fea789a1-08de-4c7c-bbeb-430554749530 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:58:52,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-fea789a1-08de-4c7c-bbeb-430554749530 2018-10-04 14:58:52,423 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-9f958c73-96d5-4db-user 2018-10-04 14:58:52,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/7610af847ac4442a828afe19dbf1a837 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9e39357411f1d3ef365c5842765693d1cf24b3e" 2018-10-04 14:58:52,709 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:58:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2374c60b-e1b4-406e-846c-ea5b923bb05d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:58:52,709 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/7610af847ac4442a828afe19dbf1a837 used request id req-2374c60b-e1b4-406e-846c-ea5b923bb05d 2018-10-04 14:58:52,711 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:58:53,085 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:58:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["Uej8M5MfR4Gbxwbz-gJUOQ"], "issued_at": "2018-10-04T14:58:53.000000Z"}} 2018-10-04 14:58:53,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ae31b323fb3505ecd711c3b617e13e86897c81f" 2018-10-04 14:58:53,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05c65c2b-ed44-42b5-8028-db70c87456e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:58:53,181 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-05c65c2b-ed44-42b5-8028-db70c87456e3 2018-10-04 14:58:53,182 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:58:53,183 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:58:53,575 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:58:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["91SdjwuLSOaowdtytJWC5Q"], "issued_at": "2018-10-04T14:58:53.000000Z"}} 2018-10-04 14:58:53,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4414dcbf8c249ba24f7c14c501bebf8fe81fdd84" 2018-10-04 14:58:53,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e1691f4-53cb-4dc2-8177-1f3726bfaed3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:58:53,656 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0e1691f4-53cb-4dc2-8177-1f3726bfaed3 2018-10-04 14:58:53,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:58:53,666 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:58:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:58:53,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-228a7586-d200-4fe-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4414dcbf8c249ba24f7c14c501bebf8fe81fdd84" 2018-10-04 14:58:53,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58fb8848-fb50-49e7-b93a-0628fb795f65 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-228a7586-d200-4fe-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:58:53,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-228a7586-d200-4fe-proj used request id req-58fb8848-fb50-49e7-b93a-0628fb795f65 2018-10-04 14:58:53,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4414dcbf8c249ba24f7c14c501bebf8fe81fdd84" 2018-10-04 14:58:53,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56535482-e39a-427a-9150-5a91a0cf7c4b Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:58:53,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-56535482-e39a-427a-9150-5a91a0cf7c4b 2018-10-04 14:58:53,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4414dcbf8c249ba24f7c14c501bebf8fe81fdd84" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-228a7586-d200-4fe-proj"}}' 2018-10-04 14:58:53,994 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:58:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b32f9393-6012-4708-8df3-e2ef27d90380 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/404d640ca30c4b468310e194f59623ab"}, "enabled": true, "id": "404d640ca30c4b468310e194f59623ab", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-228a7586-d200-4fe-proj"}} 2018-10-04 14:58:53,994 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-b32f9393-6012-4708-8df3-e2ef27d90380 2018-10-04 14:58:53,995 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-228a7586-d200-4fe-proj 2018-10-04 14:58:53,995 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:58:53,996 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:58:54,381 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:58:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["4UuAUuBlRtm9tj9_dCEi9w"], "issued_at": "2018-10-04T14:58:54.000000Z"}} 2018-10-04 14:58:54,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb94c6891a80387b5d15f2f4a410892342766cb" 2018-10-04 14:58:54,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bd9ae03-fb8f-4b1c-b8f7-36be9eb60320 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:58:54,460 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8bd9ae03-fb8f-4b1c-b8f7-36be9eb60320 2018-10-04 14:58:54,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:58:54,472 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:58:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:58:54,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb94c6891a80387b5d15f2f4a410892342766cb" 2018-10-04 14:58:54,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e323371f-0dd0-42ed-b9b2-1b1aba572b0f Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:58:54,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e323371f-0dd0-42ed-b9b2-1b1aba572b0f 2018-10-04 14:58:54,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-228a7586-d200-4fe-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb94c6891a80387b5d15f2f4a410892342766cb" 2018-10-04 14:58:54,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b63b002c-7d54-4771-bb73-8db4ed3e6527 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-228a7586-d200-4fe-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/404d640ca30c4b468310e194f59623ab"}, "enabled": true, "id": "404d640ca30c4b468310e194f59623ab", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-228a7586-d200-4fe-proj"}]} 2018-10-04 14:58:54,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-228a7586-d200-4fe-proj used request id req-b63b002c-7d54-4771-bb73-8db4ed3e6527 2018-10-04 14:58:54,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb94c6891a80387b5d15f2f4a410892342766cb" 2018-10-04 14:58:54,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cb16561-93f4-453d-88c1-7264250cf38a Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:58:54,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-3cb16561-93f4-453d-88c1-7264250cf38a 2018-10-04 14:58:55,152 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-228a7586-d200-4fe-user 2018-10-04 14:58:55,153 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:58:55,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4414dcbf8c249ba24f7c14c501bebf8fe81fdd84" 2018-10-04 14:58:55,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cda081c1-c627-45df-88f5-a055c3c53b18 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:58:55,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-cda081c1-c627-45df-88f5-a055c3c53b18 2018-10-04 14:58:55,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4414dcbf8c249ba24f7c14c501bebf8fe81fdd84" -d '{"role": {"name": "CreateRouterSuccessTests-228a7586-d200-4fe-proj-role"}}' 2018-10-04 14:58:55,373 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:58:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a9eecd0-b50e-46cd-bddc-95b15453ad0d Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "231f587ff4be4d81b6734e98d104abee", "links": {"self": "http://172.30.9.23:5000/v3/roles/231f587ff4be4d81b6734e98d104abee"}, "name": "CreateRouterSuccessTests-228a7586-d200-4fe-proj-role"}} 2018-10-04 14:58:55,373 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-5a9eecd0-b50e-46cd-bddc-95b15453ad0d 2018-10-04 14:58:55,373 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-228a7586-d200-4fe-proj-role 2018-10-04 14:58:55,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/231f587ff4be4d81b6734e98d104abee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4414dcbf8c249ba24f7c14c501bebf8fe81fdd84" 2018-10-04 14:58:55,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e432dc9-7af0-402f-be41-fb752e8c0b21 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/231f587ff4be4d81b6734e98d104abee"}, "domain_id": null, "name": "CreateRouterSuccessTests-228a7586-d200-4fe-proj-role", "id": "231f587ff4be4d81b6734e98d104abee"}} 2018-10-04 14:58:55,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/231f587ff4be4d81b6734e98d104abee used request id req-1e432dc9-7af0-402f-be41-fb752e8c0b21 2018-10-04 14:58:55,465 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-228a7586-d200-4fe-proj-role to project CreateRouterSuccessTests-228a7586-d200-4fe-proj 2018-10-04 14:58:55,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/404d640ca30c4b468310e194f59623ab/users/13ee76d2244a4cb7a0e1b24020c057c9/roles/231f587ff4be4d81b6734e98d104abee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4414dcbf8c249ba24f7c14c501bebf8fe81fdd84" 2018-10-04 14:58:55,524 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:58:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c96be68-b02f-451b-ac34-ec680f58de12 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:58:55,524 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/404d640ca30c4b468310e194f59623ab/users/13ee76d2244a4cb7a0e1b24020c057c9/roles/231f587ff4be4d81b6734e98d104abee used request id req-3c96be68-b02f-451b-ac34-ec680f58de12 2018-10-04 14:58:55,525 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:58:55,525 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:58:55,907 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:58:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["kCeEaGT4RwiWEcJnWFaRsA"], "issued_at": "2018-10-04T14:58:55.000000Z"}} 2018-10-04 14:58:55,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4d0763e63a6d9c751830d97e1a5e3121a88c9c" 2018-10-04 14:58:55,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5eeffbd7-1914-466a-872e-7a8b6bb252a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:58:55,992 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5eeffbd7-1914-466a-872e-7a8b6bb252a2 2018-10-04 14:58:55,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-945eb563-45ac-4635-a44b-f7229162d5a1-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4d0763e63a6d9c751830d97e1a5e3121a88c9c" 2018-10-04 14:58:56,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-97b5ac06-d111-4493-bba7-b6932b9b9484 Date: Thu, 04 Oct 2018 14:58:56 GMT RESP BODY: {"routers": []} 2018-10-04 14:58:56,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-945eb563-45ac-4635-a44b-f7229162d5a1-pub-router&admin_state_up=True used request id req-97b5ac06-d111-4493-bba7-b6932b9b9484 2018-10-04 14:58:56,385 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:58:56,386 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:58:56,760 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:58:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["RIqOlY84QdixWTKp4yW-pA"], "issued_at": "2018-10-04T14:58:56.000000Z"}} 2018-10-04 14:58:56,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cbb0fb7d91183af5ea15b3543745eb07c3940e" 2018-10-04 14:58:56,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fab6e89f-5787-4b4d-a8ac-4d9ab0f27f85 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:58:56,844 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fab6e89f-5787-4b4d-a8ac-4d9ab0f27f85 2018-10-04 14:58:56,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:58:56,853 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:58:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:58:56,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-228a7586-d200-4fe-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cbb0fb7d91183af5ea15b3543745eb07c3940e" 2018-10-04 14:58:56,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:58:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31678854-a999-41ae-8143-5af2b0417c9d Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-228a7586-d200-4fe-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/404d640ca30c4b468310e194f59623ab"}, "enabled": true, "id": "404d640ca30c4b468310e194f59623ab", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-228a7586-d200-4fe-proj"}]} 2018-10-04 14:58:56,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-228a7586-d200-4fe-proj used request id req-31678854-a999-41ae-8143-5af2b0417c9d 2018-10-04 14:58:56,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4d0763e63a6d9c751830d97e1a5e3121a88c9c" 2018-10-04 14:58:57,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-bfc498d4-5b64-4608-8270-997c67b4f4c6 Date: Thu, 04 Oct 2018 14:58:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 14:58:57,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-bfc498d4-5b64-4608-8270-997c67b4f4c6 2018-10-04 14:58:57,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4d0763e63a6d9c751830d97e1a5e3121a88c9c" 2018-10-04 14:58:57,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-dc344361-b687-42e0-a2b5-2294cd0058e6 Date: Thu, 04 Oct 2018 14:58:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","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":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 14:58:57,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-dc344361-b687-42e0-a2b5-2294cd0058e6 2018-10-04 14:58:57,382 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-945eb563-45ac-4635-a44b-f7229162d5a1-pub-router 2018-10-04 14:58:57,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4d0763e63a6d9c751830d97e1a5e3121a88c9c" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "tenant_id": "404d640ca30c4b468310e194f59623ab", "name": "CreateRouterSuccessTests-945eb563-45ac-4635-a44b-f7229162d5a1-pub-router", "admin_state_up": true}}' 2018-10-04 14:59:02,290 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-f6c99066-f423-4078-b7ab-4d167b72fa06 Date: Thu, 04 Oct 2018 14:59:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "404d640ca30c4b468310e194f59623ab", "created_at": "2018-10-04T14:58:58Z", "admin_state_up": true, "updated_at": "2018-10-04T14:58:59Z", "project_id": "404d640ca30c4b468310e194f59623ab", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "2abf5a56-3d7e-45b3-9ba7-9ac1b5861da6", "name": "CreateRouterSuccessTests-945eb563-45ac-4635-a44b-f7229162d5a1-pub-router"}} 2018-10-04 14:59:02,290 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-f6c99066-f423-4078-b7ab-4d167b72fa06 2018-10-04 14:59:02,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=2abf5a56-3d7e-45b3-9ba7-9ac1b5861da6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4d0763e63a6d9c751830d97e1a5e3121a88c9c" 2018-10-04 14:59:02,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-09c075cb-5cea-4800-9feb-a1d144c7e09b Date: Thu, 04 Oct 2018 14:59:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:59:01Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9cbdcab4-1d0b-4f0c-9cf9-f24a4bed161c","ip_address":"169.254.192.6"}],"id":"0146e7cb-2338-4642-be2a-84b2df22be8d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:70:42:8f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 404d640ca30c4b468310e194f59623ab","admin_state_up":true,"network_id":"f625d25a-cff0-47b3-8510-097e36a3a814","tenant_id":"","created_at":"2018-10-04T14:59:01Z","binding:vnic_type":"normal","device_id":"2abf5a56-3d7e-45b3-9ba7-9ac1b5861da6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:59:00Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9cbdcab4-1d0b-4f0c-9cf9-f24a4bed161c","ip_address":"169.254.192.3"}],"id":"2ed35278-891c-4b0b-a6ad-e6dfec7c7a15","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fa:00:b6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 404d640ca30c4b468310e194f59623ab","admin_state_up":true,"network_id":"f625d25a-cff0-47b3-8510-097e36a3a814","tenant_id":"","created_at":"2018-10-04T14:59:00Z","binding:vnic_type":"normal","device_id":"2abf5a56-3d7e-45b3-9ba7-9ac1b5861da6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:58:59Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9cbdcab4-1d0b-4f0c-9cf9-f24a4bed161c","ip_address":"169.254.192.5"}],"id":"f2710e3c-e938-4251-9b1d-d31a448de83e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a7:07:b9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 404d640ca30c4b468310e194f59623ab","admin_state_up":true,"network_id":"f625d25a-cff0-47b3-8510-097e36a3a814","tenant_id":"","created_at":"2018-10-04T14:58:59Z","binding:vnic_type":"normal","device_id":"2abf5a56-3d7e-45b3-9ba7-9ac1b5861da6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:58:58Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","ip_address":"172.30.9.207"}],"id":"fce4461a-be39-4e15-9f95-ae56a18369b2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4c:af:a7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"","created_at":"2018-10-04T14:58:58Z","binding:vnic_type":"normal","device_id":"2abf5a56-3d7e-45b3-9ba7-9ac1b5861da6"}]} 2018-10-04 14:59:02,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=2abf5a56-3d7e-45b3-9ba7-9ac1b5861da6 used request id req-09c075cb-5cea-4800-9feb-a1d144c7e09b 2018-10-04 14:59:02,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4d0763e63a6d9c751830d97e1a5e3121a88c9c" 2018-10-04 14:59:02,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-7f8a6939-31f7-468d-8f25-90f96e15948f Date: Thu, 04 Oct 2018 14:59:02 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 14:59:02,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b used request id req-7f8a6939-31f7-468d-8f25-90f96e15948f 2018-10-04 14:59:02,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/9cbdcab4-1d0b-4f0c-9cf9-f24a4bed161c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4d0763e63a6d9c751830d97e1a5e3121a88c9c" 2018-10-04 14:59:02,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-17ce0757-196c-42b3-8bef-2399b9708fc3 Date: Thu, 04 Oct 2018 14:59:02 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f625d25a-cff0-47b3-8510-097e36a3a814","tenant_id":"","created_at":"2018-10-04T14:58:57Z","dns_nameservers":[],"updated_at":"2018-10-04T14:58:57Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"9cbdcab4-1d0b-4f0c-9cf9-f24a4bed161c","subnetpool_id":null,"name":"HA subnet tenant 404d640ca30c4b468310e194f59623ab"}} 2018-10-04 14:59:02,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/9cbdcab4-1d0b-4f0c-9cf9-f24a4bed161c used request id req-17ce0757-196c-42b3-8bef-2399b9708fc3 2018-10-04 14:59:02,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/9cbdcab4-1d0b-4f0c-9cf9-f24a4bed161c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4d0763e63a6d9c751830d97e1a5e3121a88c9c" 2018-10-04 14:59:02,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-a8aa9ae4-19b1-422a-8ce4-92817c10f2f1 Date: Thu, 04 Oct 2018 14:59:02 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f625d25a-cff0-47b3-8510-097e36a3a814","tenant_id":"","created_at":"2018-10-04T14:58:57Z","dns_nameservers":[],"updated_at":"2018-10-04T14:58:57Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"9cbdcab4-1d0b-4f0c-9cf9-f24a4bed161c","subnetpool_id":null,"name":"HA subnet tenant 404d640ca30c4b468310e194f59623ab"}} 2018-10-04 14:59:02,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/9cbdcab4-1d0b-4f0c-9cf9-f24a4bed161c used request id req-a8aa9ae4-19b1-422a-8ce4-92817c10f2f1 2018-10-04 14:59:02,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/9cbdcab4-1d0b-4f0c-9cf9-f24a4bed161c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4d0763e63a6d9c751830d97e1a5e3121a88c9c" 2018-10-04 14:59:03,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-82ffa119-7191-40f8-b3c1-3f75dea25beb Date: Thu, 04 Oct 2018 14:59:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f625d25a-cff0-47b3-8510-097e36a3a814","tenant_id":"","created_at":"2018-10-04T14:58:57Z","dns_nameservers":[],"updated_at":"2018-10-04T14:58:57Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"9cbdcab4-1d0b-4f0c-9cf9-f24a4bed161c","subnetpool_id":null,"name":"HA subnet tenant 404d640ca30c4b468310e194f59623ab"}} 2018-10-04 14:59:03,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/9cbdcab4-1d0b-4f0c-9cf9-f24a4bed161c used request id req-82ffa119-7191-40f8-b3c1-3f75dea25beb 2018-10-04 14:59:03,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/2abf5a56-3d7e-45b3-9ba7-9ac1b5861da6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4d0763e63a6d9c751830d97e1a5e3121a88c9c" 2018-10-04 14:59:03,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-2d18bd61-e281-4850-9677-77e1434196ad Date: Thu, 04 Oct 2018 14:59:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "404d640ca30c4b468310e194f59623ab", "created_at": "2018-10-04T14:58:58Z", "admin_state_up": true, "updated_at": "2018-10-04T14:59:01Z", "project_id": "404d640ca30c4b468310e194f59623ab", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "2abf5a56-3d7e-45b3-9ba7-9ac1b5861da6", "name": "CreateRouterSuccessTests-945eb563-45ac-4635-a44b-f7229162d5a1-pub-router"}} 2018-10-04 14:59:03,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/2abf5a56-3d7e-45b3-9ba7-9ac1b5861da6 used request id req-2d18bd61-e281-4850-9677-77e1434196ad 2018-10-04 14:59:03,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=2abf5a56-3d7e-45b3-9ba7-9ac1b5861da6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4d0763e63a6d9c751830d97e1a5e3121a88c9c" 2018-10-04 14:59:03,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3310 X-Openstack-Request-Id: req-ae971b99-47cc-413f-aedd-7d2d3f87610b Date: Thu, 04 Oct 2018 14:59:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:59:01Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9cbdcab4-1d0b-4f0c-9cf9-f24a4bed161c","ip_address":"169.254.192.6"}],"id":"0146e7cb-2338-4642-be2a-84b2df22be8d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:70:42:8f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 404d640ca30c4b468310e194f59623ab","admin_state_up":true,"network_id":"f625d25a-cff0-47b3-8510-097e36a3a814","tenant_id":"","created_at":"2018-10-04T14:59:01Z","binding:vnic_type":"normal","device_id":"2abf5a56-3d7e-45b3-9ba7-9ac1b5861da6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:59:00Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9cbdcab4-1d0b-4f0c-9cf9-f24a4bed161c","ip_address":"169.254.192.3"}],"id":"2ed35278-891c-4b0b-a6ad-e6dfec7c7a15","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fa:00:b6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 404d640ca30c4b468310e194f59623ab","admin_state_up":true,"network_id":"f625d25a-cff0-47b3-8510-097e36a3a814","tenant_id":"","created_at":"2018-10-04T14:59:00Z","binding:vnic_type":"normal","device_id":"2abf5a56-3d7e-45b3-9ba7-9ac1b5861da6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:58:59Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9cbdcab4-1d0b-4f0c-9cf9-f24a4bed161c","ip_address":"169.254.192.5"}],"id":"f2710e3c-e938-4251-9b1d-d31a448de83e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a7:07:b9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 404d640ca30c4b468310e194f59623ab","admin_state_up":true,"network_id":"f625d25a-cff0-47b3-8510-097e36a3a814","tenant_id":"","created_at":"2018-10-04T14:58:59Z","binding:vnic_type":"normal","device_id":"2abf5a56-3d7e-45b3-9ba7-9ac1b5861da6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:59:02Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","ip_address":"172.30.9.207"}],"id":"fce4461a-be39-4e15-9f95-ae56a18369b2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:af:a7","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"","created_at":"2018-10-04T14:58:58Z","binding:vnic_type":"normal","device_id":"2abf5a56-3d7e-45b3-9ba7-9ac1b5861da6"}]} 2018-10-04 14:59:03,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=2abf5a56-3d7e-45b3-9ba7-9ac1b5861da6 used request id req-ae971b99-47cc-413f-aedd-7d2d3f87610b 2018-10-04 14:59:03,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4d0763e63a6d9c751830d97e1a5e3121a88c9c" 2018-10-04 14:59:03,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-3d71e459-b1e2-44b6-8e31-84393babf996 Date: Thu, 04 Oct 2018 14:59:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 14:59:03,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b used request id req-3d71e459-b1e2-44b6-8e31-84393babf996 2018-10-04 14:59:03,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/9cbdcab4-1d0b-4f0c-9cf9-f24a4bed161c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4d0763e63a6d9c751830d97e1a5e3121a88c9c" 2018-10-04 14:59:03,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-376d970a-e2b7-40ad-b594-b589f22c2dd1 Date: Thu, 04 Oct 2018 14:59:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f625d25a-cff0-47b3-8510-097e36a3a814","tenant_id":"","created_at":"2018-10-04T14:58:57Z","dns_nameservers":[],"updated_at":"2018-10-04T14:58:57Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"9cbdcab4-1d0b-4f0c-9cf9-f24a4bed161c","subnetpool_id":null,"name":"HA subnet tenant 404d640ca30c4b468310e194f59623ab"}} 2018-10-04 14:59:03,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/9cbdcab4-1d0b-4f0c-9cf9-f24a4bed161c used request id req-376d970a-e2b7-40ad-b594-b589f22c2dd1 2018-10-04 14:59:03,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/9cbdcab4-1d0b-4f0c-9cf9-f24a4bed161c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4d0763e63a6d9c751830d97e1a5e3121a88c9c" 2018-10-04 14:59:03,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-69eab041-5c15-4fc6-aa42-350f22e13dfd Date: Thu, 04 Oct 2018 14:59:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f625d25a-cff0-47b3-8510-097e36a3a814","tenant_id":"","created_at":"2018-10-04T14:58:57Z","dns_nameservers":[],"updated_at":"2018-10-04T14:58:57Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"9cbdcab4-1d0b-4f0c-9cf9-f24a4bed161c","subnetpool_id":null,"name":"HA subnet tenant 404d640ca30c4b468310e194f59623ab"}} 2018-10-04 14:59:03,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/9cbdcab4-1d0b-4f0c-9cf9-f24a4bed161c used request id req-69eab041-5c15-4fc6-aa42-350f22e13dfd 2018-10-04 14:59:03,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/9cbdcab4-1d0b-4f0c-9cf9-f24a4bed161c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4d0763e63a6d9c751830d97e1a5e3121a88c9c" 2018-10-04 14:59:03,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-493cae55-47c2-4b93-a15b-9f9646992067 Date: Thu, 04 Oct 2018 14:59:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f625d25a-cff0-47b3-8510-097e36a3a814","tenant_id":"","created_at":"2018-10-04T14:58:57Z","dns_nameservers":[],"updated_at":"2018-10-04T14:58:57Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"9cbdcab4-1d0b-4f0c-9cf9-f24a4bed161c","subnetpool_id":null,"name":"HA subnet tenant 404d640ca30c4b468310e194f59623ab"}} 2018-10-04 14:59:03,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/9cbdcab4-1d0b-4f0c-9cf9-f24a4bed161c used request id req-493cae55-47c2-4b93-a15b-9f9646992067 2018-10-04 14:59:03,894 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:59:04,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "231f587ff4be4d81b6734e98d104abee", "name": "CreateRouterSuccessTests-228a7586-d200-4fe-proj-role"}], "expires_at": "2018-10-04T15:59:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "404d640ca30c4b468310e194f59623ab", "name": "CreateRouterSuccessTests-228a7586-d200-4fe-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/404d640ca30c4b468310e194f59623ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/404d640ca30c4b468310e194f59623ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/404d640ca30c4b468310e194f59623ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/404d640ca30c4b468310e194f59623ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/404d640ca30c4b468310e194f59623ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/404d640ca30c4b468310e194f59623ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/404d640ca30c4b468310e194f59623ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/404d640ca30c4b468310e194f59623ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/404d640ca30c4b468310e194f59623ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/404d640ca30c4b468310e194f59623ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/404d640ca30c4b468310e194f59623ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/404d640ca30c4b468310e194f59623ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-228a7586-d200-4fe-user", "id": "13ee76d2244a4cb7a0e1b24020c057c9"}, "audit_ids": ["Spzr81JgSaCfzRY6fT5j-A"], "issued_at": "2018-10-04T14:59:04.000000Z"}} 2018-10-04 14:59:04,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-945eb563-45ac-4635-a44b-f7229162d5a1-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679b4dbfb842210508eccb9506a2c5141ad9a4f5" 2018-10-04 14:59:04,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-a10d2070-40ca-484f-9780-0ad91214174c Date: Thu, 04 Oct 2018 14:59:04 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "404d640ca30c4b468310e194f59623ab", "created_at": "2018-10-04T14:58:58Z", "admin_state_up": true, "updated_at": "2018-10-04T14:59:01Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "404d640ca30c4b468310e194f59623ab", "id": "2abf5a56-3d7e-45b3-9ba7-9ac1b5861da6", "name": "CreateRouterSuccessTests-945eb563-45ac-4635-a44b-f7229162d5a1-pub-router"}]} 2018-10-04 14:59:04,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-945eb563-45ac-4635-a44b-f7229162d5a1-pub-router&admin_state_up=True used request id req-a10d2070-40ca-484f-9780-0ad91214174c 2018-10-04 14:59:04,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:59:04,507 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:59:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:59:04,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/404d640ca30c4b468310e194f59623ab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ae31b323fb3505ecd711c3b617e13e86897c81f" 2018-10-04 14:59:04,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa376643-29b3-4750-8719-68c9cca29fa7 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/404d640ca30c4b468310e194f59623ab"}, "enabled": true, "id": "404d640ca30c4b468310e194f59623ab", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-228a7586-d200-4fe-proj"}} 2018-10-04 14:59:04,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/404d640ca30c4b468310e194f59623ab used request id req-aa376643-29b3-4750-8719-68c9cca29fa7 2018-10-04 14:59:04,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=2abf5a56-3d7e-45b3-9ba7-9ac1b5861da6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679b4dbfb842210508eccb9506a2c5141ad9a4f5" 2018-10-04 14:59:04,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-da13f8db-8618-4a21-9075-7ceac1402e02 Date: Thu, 04 Oct 2018 14:59:04 GMT RESP BODY: {"ports":[]} 2018-10-04 14:59:04,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=2abf5a56-3d7e-45b3-9ba7-9ac1b5861da6 used request id req-da13f8db-8618-4a21-9075-7ceac1402e02 2018-10-04 14:59:04,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679b4dbfb842210508eccb9506a2c5141ad9a4f5" 2018-10-04 14:59:05,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-45db8f9c-e4dc-43da-aee7-94b90049105a Date: Thu, 04 Oct 2018 14:59:05 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 14:59:05,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-45db8f9c-e4dc-43da-aee7-94b90049105a 2018-10-04 14:59:05,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679b4dbfb842210508eccb9506a2c5141ad9a4f5" 2018-10-04 14:59:05,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-cbe0b40d-257a-4ce7-87dc-d77a53c69e50 Date: Thu, 04 Oct 2018 14:59:05 GMT RESP BODY: {"subnets":[]} 2018-10-04 14:59:05,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-cbe0b40d-257a-4ce7-87dc-d77a53c69e50 2018-10-04 14:59:05,228 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-945eb563-45ac-4635-a44b-f7229162d5a1-pub-router 2018-10-04 14:59:05,229 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-945eb563-45ac-4635-a44b-f7229162d5a1-pub-router 2018-10-04 14:59:05,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/2abf5a56-3d7e-45b3-9ba7-9ac1b5861da6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4d0763e63a6d9c751830d97e1a5e3121a88c9c" 2018-10-04 14:59:08,653 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-31b6b0b3-0cfa-4a49-884f-fe35984bcde3 Content-Length: 0 Date: Thu, 04 Oct 2018 14:59:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:59:08,653 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/2abf5a56-3d7e-45b3-9ba7-9ac1b5861da6 used request id req-31b6b0b3-0cfa-4a49-884f-fe35984bcde3 2018-10-04 14:59:08,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4414dcbf8c249ba24f7c14c501bebf8fe81fdd84" 2018-10-04 14:59:08,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-45a9ca52-9315-486f-8e3b-12955f38601b Date: Thu, 04 Oct 2018 14:59:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:59:08,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-45a9ca52-9315-486f-8e3b-12955f38601b 2018-10-04 14:59:08,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4414dcbf8c249ba24f7c14c501bebf8fe81fdd84" 2018-10-04 14:59:08,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92e31239-9209-4995-bf3d-db4f0bee794a Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:59:08,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-92e31239-9209-4995-bf3d-db4f0bee794a 2018-10-04 14:59:08,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4414dcbf8c249ba24f7c14c501bebf8fe81fdd84" 2018-10-04 14:59:09,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a338cca-3a49-4709-b4eb-952ebf2963b6 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 14:59:09,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-5a338cca-3a49-4709-b4eb-952ebf2963b6 2018-10-04 14:59:09,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4414dcbf8c249ba24f7c14c501bebf8fe81fdd84" 2018-10-04 14:59:09,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2e59324-b83a-407d-82a6-83a15884bd64 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 14:59:09,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-f2e59324-b83a-407d-82a6-83a15884bd64 2018-10-04 14:59:09,145 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-228a7586-d200-4fe-proj 2018-10-04 14:59:09,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/404d640ca30c4b468310e194f59623ab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4414dcbf8c249ba24f7c14c501bebf8fe81fdd84" 2018-10-04 14:59:09,363 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:59:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c190a993-50fc-43f0-8dfd-f7531cd13b26 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:59:09,363 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/404d640ca30c4b468310e194f59623ab used request id req-c190a993-50fc-43f0-8dfd-f7531cd13b26 2018-10-04 14:59:09,364 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-228a7586-d200-4fe-proj-role 2018-10-04 14:59:09,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/231f587ff4be4d81b6734e98d104abee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4414dcbf8c249ba24f7c14c501bebf8fe81fdd84" 2018-10-04 14:59:09,486 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:59:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-488a217a-3496-4038-a55a-d9818ebc7971 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:59:09,486 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/231f587ff4be4d81b6734e98d104abee used request id req-488a217a-3496-4038-a55a-d9818ebc7971 2018-10-04 14:59:09,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4414dcbf8c249ba24f7c14c501bebf8fe81fdd84" 2018-10-04 14:59:09,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c0326ba-9672-41ba-a061-3fd81f9231bb Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:59:09,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6c0326ba-9672-41ba-a061-3fd81f9231bb 2018-10-04 14:59:09,570 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-228a7586-d200-4fe-user 2018-10-04 14:59:09,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/13ee76d2244a4cb7a0e1b24020c057c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb94c6891a80387b5d15f2f4a410892342766cb" 2018-10-04 14:59:09,783 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:59:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-420a3ea7-af9c-40f9-9acd-cf449e27c7c1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:59:09,784 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/13ee76d2244a4cb7a0e1b24020c057c9 used request id req-420a3ea7-af9c-40f9-9acd-cf449e27c7c1 2018-10-04 14:59:09,785 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:59:10,166 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:59:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["pZT0pBlNRNGLwChyJPD5-A"], "issued_at": "2018-10-04T14:59:10.000000Z"}} 2018-10-04 14:59:10,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfed0c216f014b10da2b2b44a0eb816c442d5575" 2018-10-04 14:59:10,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abe42772-dc30-4a35-9255-a551fd12f553 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:59:10,252 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-abe42772-dc30-4a35-9255-a551fd12f553 2018-10-04 14:59:10,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:59:10,256 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:59:10,639 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:59:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["BAXaKNuwRf2hrvX8_YwmMg"], "issued_at": "2018-10-04T14:59:10.000000Z"}} 2018-10-04 14:59:10,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e100b7a175c6bc88510271b07be6cf149d9baf" 2018-10-04 14:59:10,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83d36987-92a3-4400-a63f-ceb1e04d7980 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:59:10,731 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-83d36987-92a3-4400-a63f-ceb1e04d7980 2018-10-04 14:59:10,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:59:10,739 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:59:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:59:10,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-b97ffbba-a246-476-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e100b7a175c6bc88510271b07be6cf149d9baf" 2018-10-04 14:59:10,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce5dfe72-22d1-413e-9df5-e15360ddbaa8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-b97ffbba-a246-476-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:59:10,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-b97ffbba-a246-476-proj used request id req-ce5dfe72-22d1-413e-9df5-e15360ddbaa8 2018-10-04 14:59:10,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e100b7a175c6bc88510271b07be6cf149d9baf" 2018-10-04 14:59:10,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a209ab21-b086-4c78-be0f-2a6742e75989 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:59:10,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-a209ab21-b086-4c78-be0f-2a6742e75989 2018-10-04 14:59:10,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e100b7a175c6bc88510271b07be6cf149d9baf" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj"}}' 2018-10-04 14:59:11,031 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:59:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ee76818-0a96-419a-98a8-2b6fed4231c0 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4"}, "enabled": true, "id": "0eaa1a2979ac4bcf88bed6396082a5b4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj"}} 2018-10-04 14:59:11,031 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-6ee76818-0a96-419a-98a8-2b6fed4231c0 2018-10-04 14:59:11,031 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-b97ffbba-a246-476-proj 2018-10-04 14:59:11,031 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:59:11,032 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:59:11,416 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:59:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["SqpvAHrIROq_r3fLtb5Mfw"], "issued_at": "2018-10-04T14:59:11.000000Z"}} 2018-10-04 14:59:11,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4801560453e5ab412f8307c79e94e10b3a760db0" 2018-10-04 14:59:11,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7131925-1202-4405-838e-8ea0b13edf24 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:59:11,510 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a7131925-1202-4405-838e-8ea0b13edf24 2018-10-04 14:59:11,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:59:11,520 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:59:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:59:11,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4801560453e5ab412f8307c79e94e10b3a760db0" 2018-10-04 14:59:11,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e40acb9-41b1-467c-8121-89cee32f1cd3 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:59:11,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-9e40acb9-41b1-467c-8121-89cee32f1cd3 2018-10-04 14:59:11,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-b97ffbba-a246-476-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4801560453e5ab412f8307c79e94e10b3a760db0" 2018-10-04 14:59:11,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1554f130-ba95-47ca-845d-5683507ef69d Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-b97ffbba-a246-476-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4"}, "enabled": true, "id": "0eaa1a2979ac4bcf88bed6396082a5b4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj"}]} 2018-10-04 14:59:11,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-b97ffbba-a246-476-proj used request id req-1554f130-ba95-47ca-845d-5683507ef69d 2018-10-04 14:59:11,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4801560453e5ab412f8307c79e94e10b3a760db0" 2018-10-04 14:59:11,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a90c39e0-7072-4110-b938-83e15b6e596e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:59:11,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-a90c39e0-7072-4110-b938-83e15b6e596e 2018-10-04 14:59:12,097 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-b97ffbba-a246-476-user 2018-10-04 14:59:12,097 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:59:12,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e100b7a175c6bc88510271b07be6cf149d9baf" 2018-10-04 14:59:12,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5baec6b9-6ca6-4576-a21b-9646abd85c6a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:59:12,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5baec6b9-6ca6-4576-a21b-9646abd85c6a 2018-10-04 14:59:12,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e100b7a175c6bc88510271b07be6cf149d9baf" -d '{"role": {"name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj-role"}}' 2018-10-04 14:59:12,282 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:59:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2759474c-4551-46b5-9a61-6d1dcd5a6a17 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4663bdab64ab49dcaec6b8c444822c15", "links": {"self": "http://172.30.9.23:5000/v3/roles/4663bdab64ab49dcaec6b8c444822c15"}, "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj-role"}} 2018-10-04 14:59:12,282 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-2759474c-4551-46b5-9a61-6d1dcd5a6a17 2018-10-04 14:59:12,282 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-b97ffbba-a246-476-proj-role 2018-10-04 14:59:12,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/4663bdab64ab49dcaec6b8c444822c15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e100b7a175c6bc88510271b07be6cf149d9baf" 2018-10-04 14:59:12,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e264d50-d633-43d1-8111-d69bcdcf848f Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/4663bdab64ab49dcaec6b8c444822c15"}, "domain_id": null, "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj-role", "id": "4663bdab64ab49dcaec6b8c444822c15"}} 2018-10-04 14:59:12,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/4663bdab64ab49dcaec6b8c444822c15 used request id req-4e264d50-d633-43d1-8111-d69bcdcf848f 2018-10-04 14:59:12,374 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-b97ffbba-a246-476-proj-role to project CreateRouterSuccessTests-b97ffbba-a246-476-proj 2018-10-04 14:59:12,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4/users/f99dc255d0de459bbcd78691bb523af6/roles/4663bdab64ab49dcaec6b8c444822c15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e100b7a175c6bc88510271b07be6cf149d9baf" 2018-10-04 14:59:12,512 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:59:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a55f12d2-a7db-47c5-b4e4-b99c1b827ee9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:59:12,512 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4/users/f99dc255d0de459bbcd78691bb523af6/roles/4663bdab64ab49dcaec6b8c444822c15 used request id req-a55f12d2-a7db-47c5-b4e4-b99c1b827ee9 2018-10-04 14:59:12,513 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:59:12,513 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:59:12,878 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4663bdab64ab49dcaec6b8c444822c15", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj-role"}], "expires_at": "2018-10-04T15:59:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0eaa1a2979ac4bcf88bed6396082a5b4", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-b97ffbba-a246-476-user", "id": "f99dc255d0de459bbcd78691bb523af6"}, "audit_ids": ["NMGw-0XjRXy3ePeONW0Tgg"], "issued_at": "2018-10-04T14:59:12.000000Z"}} 2018-10-04 14:59:12,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac593faf4957204d4541a3f1f3fc3c1b061e9947" 2018-10-04 14:59:12,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3db27bc-588c-4f36-8e6b-ecb44e5f585b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:59:12,959 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d3db27bc-588c-4f36-8e6b-ecb44e5f585b 2018-10-04 14:59:12,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac593faf4957204d4541a3f1f3fc3c1b061e9947" 2018-10-04 14:59:13,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8c765db4-cf91-49be-842b-95c71e3de0be Date: Thu, 04 Oct 2018 14:59:13 GMT RESP BODY: {"networks":[]} 2018-10-04 14:59:13,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net1 used request id req-8c765db4-cf91-49be-842b-95c71e3de0be 2018-10-04 14:59:13,138 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net1 2018-10-04 14:59:13,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac593faf4957204d4541a3f1f3fc3c1b061e9947" -d '{"network": {"name": "CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net1", "admin_state_up": true}}' 2018-10-04 14:59:13,713 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-6d0ddb98-9384-4e1e-bde8-75f8a8414b1d Date: Thu, 04 Oct 2018 14:59:13 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"20fa7424-78a5-4902-80a5-fd963a79ff13","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T14:59:13Z","is_default":false,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:13Z","mtu":1450}} 2018-10-04 14:59:13,713 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-6d0ddb98-9384-4e1e-bde8-75f8a8414b1d 2018-10-04 14:59:13,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=20fa7424-78a5-4902-80a5-fd963a79ff13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac593faf4957204d4541a3f1f3fc3c1b061e9947" 2018-10-04 14:59:13,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-dffd847f-b804-44f0-9917-12f8084c9e6c Date: Thu, 04 Oct 2018 14:59:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T14:59:13Z","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"20fa7424-78a5-4902-80a5-fd963a79ff13","name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net1"}]} 2018-10-04 14:59:13,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=20fa7424-78a5-4902-80a5-fd963a79ff13 used request id req-dffd847f-b804-44f0-9917-12f8084c9e6c 2018-10-04 14:59:13,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=20fa7424-78a5-4902-80a5-fd963a79ff13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac593faf4957204d4541a3f1f3fc3c1b061e9947" 2018-10-04 14:59:14,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-277ac326-be7e-4864-972b-63ec88348e55 Date: Thu, 04 Oct 2018 14:59:14 GMT RESP BODY: {"subnets":[]} 2018-10-04 14:59:14,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=20fa7424-78a5-4902-80a5-fd963a79ff13 used request id req-277ac326-be7e-4864-972b-63ec88348e55 2018-10-04 14:59:14,133 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet1 2018-10-04 14:59:14,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac593faf4957204d4541a3f1f3fc3c1b061e9947" -d '{"subnets": [{"ip_version": 4, "network_id": "20fa7424-78a5-4902-80a5-fd963a79ff13", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet1"}]}' 2018-10-04 14:59:14,784 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-45ffc19a-3a84-492f-adc8-e3345cb0f74e Date: Thu, 04 Oct 2018 14:59:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20fa7424-78a5-4902-80a5-fd963a79ff13","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:14Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:14Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"7faac183-2a50-49b8-b471-3cf8c20c6fed","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet1"}]} 2018-10-04 14:59:14,784 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-45ffc19a-3a84-492f-adc8-e3345cb0f74e 2018-10-04 14:59:14,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=20fa7424-78a5-4902-80a5-fd963a79ff13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac593faf4957204d4541a3f1f3fc3c1b061e9947" 2018-10-04 14:59:15,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-10fb1524-ad21-4b47-9753-c3bda8fc7e70 Date: Thu, 04 Oct 2018 14:59:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7faac183-2a50-49b8-b471-3cf8c20c6fed"],"updated_at":"2018-10-04T14:59:14Z","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"20fa7424-78a5-4902-80a5-fd963a79ff13","name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net1"}]} 2018-10-04 14:59:15,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=20fa7424-78a5-4902-80a5-fd963a79ff13 used request id req-10fb1524-ad21-4b47-9753-c3bda8fc7e70 2018-10-04 14:59:15,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=20fa7424-78a5-4902-80a5-fd963a79ff13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac593faf4957204d4541a3f1f3fc3c1b061e9947" 2018-10-04 14:59:15,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-e569beca-ebff-4eaf-a389-cd98aa57caf0 Date: Thu, 04 Oct 2018 14:59:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20fa7424-78a5-4902-80a5-fd963a79ff13","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:14Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"7faac183-2a50-49b8-b471-3cf8c20c6fed","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet1"}]} 2018-10-04 14:59:15,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=20fa7424-78a5-4902-80a5-fd963a79ff13 used request id req-e569beca-ebff-4eaf-a389-cd98aa57caf0 2018-10-04 14:59:15,241 - OpenStackNetwork - DEBUG - Network [20fa7424-78a5-4902-80a5-fd963a79ff13] created successfully 2018-10-04 14:59:15,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:59:15,242 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:59:15,619 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4663bdab64ab49dcaec6b8c444822c15", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj-role"}], "expires_at": "2018-10-04T15:59:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0eaa1a2979ac4bcf88bed6396082a5b4", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-b97ffbba-a246-476-user", "id": "f99dc255d0de459bbcd78691bb523af6"}, "audit_ids": ["zXGjS0erQA2OLwj_aRYkKg"], "issued_at": "2018-10-04T14:59:15.000000Z"}} 2018-10-04 14:59:15,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d496d3dcd1bcf037e9f7910c955ad88edb678bb7" 2018-10-04 14:59:15,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8d15f6e-4433-4dba-88a3-9cd8ac9bad23 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:59:15,690 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b8d15f6e-4433-4dba-88a3-9cd8ac9bad23 2018-10-04 14:59:15,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d496d3dcd1bcf037e9f7910c955ad88edb678bb7" 2018-10-04 14:59:15,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-91b95bab-897f-4452-a79f-396c37b871c7 Date: Thu, 04 Oct 2018 14:59:15 GMT RESP BODY: {"networks":[]} 2018-10-04 14:59:15,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net2 used request id req-91b95bab-897f-4452-a79f-396c37b871c7 2018-10-04 14:59:15,869 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net2 2018-10-04 14:59:15,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d496d3dcd1bcf037e9f7910c955ad88edb678bb7" -d '{"network": {"name": "CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net2", "admin_state_up": true}}' 2018-10-04 14:59:16,299 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-b2fe5857-01ce-4216-b26f-7c5bec6217b7 Date: Thu, 04 Oct 2018 14:59:16 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T14:59:16Z","is_default":false,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:16Z","mtu":1450}} 2018-10-04 14:59:16,299 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-b2fe5857-01ce-4216-b26f-7c5bec6217b7 2018-10-04 14:59:16,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=2c94192c-dfb2-4e81-b7c4-ed935977befb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d496d3dcd1bcf037e9f7910c955ad88edb678bb7" 2018-10-04 14:59:16,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-d4829316-4aa8-4770-9114-8795586132d7 Date: Thu, 04 Oct 2018 14:59:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T14:59:16Z","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net2"}]} 2018-10-04 14:59:16,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=2c94192c-dfb2-4e81-b7c4-ed935977befb used request id req-d4829316-4aa8-4770-9114-8795586132d7 2018-10-04 14:59:16,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2c94192c-dfb2-4e81-b7c4-ed935977befb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d496d3dcd1bcf037e9f7910c955ad88edb678bb7" 2018-10-04 14:59:16,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a022716b-cfa5-4730-ad09-262e2fc2ed84 Date: Thu, 04 Oct 2018 14:59:16 GMT RESP BODY: {"subnets":[]} 2018-10-04 14:59:16,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2c94192c-dfb2-4e81-b7c4-ed935977befb used request id req-a022716b-cfa5-4730-ad09-262e2fc2ed84 2018-10-04 14:59:16,741 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet2 2018-10-04 14:59:16,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d496d3dcd1bcf037e9f7910c955ad88edb678bb7" -d '{"subnets": [{"ip_version": 4, "network_id": "2c94192c-dfb2-4e81-b7c4-ed935977befb", "cidr": "10.200.202.0/24", "gateway_ip": "10.200.202.1", "name": "CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet2"}]}' 2018-10-04 14:59:17,591 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-1849e41d-91d4-40e9-8b0f-a4c78ab56481 Date: Thu, 04 Oct 2018 14:59:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:17Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:17Z","gateway_ip":"10.200.202.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.202.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"1c8e2dc7-a756-44af-b536-4bc2ffabb5e7","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet2"}]} 2018-10-04 14:59:17,591 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-1849e41d-91d4-40e9-8b0f-a4c78ab56481 2018-10-04 14:59:17,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=2c94192c-dfb2-4e81-b7c4-ed935977befb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d496d3dcd1bcf037e9f7910c955ad88edb678bb7" 2018-10-04 14:59:17,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-5c3547c8-a5f0-4438-bc7c-3303a47bbaff Date: Thu, 04 Oct 2018 14:59:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c8e2dc7-a756-44af-b536-4bc2ffabb5e7"],"updated_at":"2018-10-04T14:59:17Z","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net2"}]} 2018-10-04 14:59:17,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=2c94192c-dfb2-4e81-b7c4-ed935977befb used request id req-5c3547c8-a5f0-4438-bc7c-3303a47bbaff 2018-10-04 14:59:17,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2c94192c-dfb2-4e81-b7c4-ed935977befb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d496d3dcd1bcf037e9f7910c955ad88edb678bb7" 2018-10-04 14:59:17,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-2c902da0-eea8-492b-af39-cf61521d92f5 Date: Thu, 04 Oct 2018 14:59:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:17Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"1c8e2dc7-a756-44af-b536-4bc2ffabb5e7","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet2"}]} 2018-10-04 14:59:17,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2c94192c-dfb2-4e81-b7c4-ed935977befb used request id req-2c902da0-eea8-492b-af39-cf61521d92f5 2018-10-04 14:59:17,902 - OpenStackNetwork - DEBUG - Network [2c94192c-dfb2-4e81-b7c4-ed935977befb] created successfully 2018-10-04 14:59:17,902 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:59:17,903 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:59:18,273 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4663bdab64ab49dcaec6b8c444822c15", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj-role"}], "expires_at": "2018-10-04T15:59:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0eaa1a2979ac4bcf88bed6396082a5b4", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-b97ffbba-a246-476-user", "id": "f99dc255d0de459bbcd78691bb523af6"}, "audit_ids": ["b_DYX8gTQXuB-QbF9DVJ_g"], "issued_at": "2018-10-04T14:59:18.000000Z"}} 2018-10-04 14:59:18,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" 2018-10-04 14:59:18,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a18f18b6-2299-48e6-8f7c-22cf080e5e05 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:59:18,350 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a18f18b6-2299-48e6-8f7c-22cf080e5e05 2018-10-04 14:59:18,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" 2018-10-04 14:59:18,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ea807f1d-7c88-42ae-99bd-b001ab0fff3c Date: Thu, 04 Oct 2018 14:59:18 GMT RESP BODY: {"routers": []} 2018-10-04 14:59:18,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-router&admin_state_up=True used request id req-ea807f1d-7c88-42ae-99bd-b001ab0fff3c 2018-10-04 14:59:18,558 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:59:18,559 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:59:18,946 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4663bdab64ab49dcaec6b8c444822c15", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj-role"}], "expires_at": "2018-10-04T15:59:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0eaa1a2979ac4bcf88bed6396082a5b4", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-b97ffbba-a246-476-user", "id": "f99dc255d0de459bbcd78691bb523af6"}, "audit_ids": ["2h8OgqsmRcmK1fgVxp99Cg"], "issued_at": "2018-10-04T14:59:18.000000Z"}} 2018-10-04 14:59:18,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666083158e5b627290a3dead1d9e746f335dbf4e" 2018-10-04 14:59:19,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64d0754b-6674-4b7b-b2e0-7250ab8eb27d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:59:19,024 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-64d0754b-6674-4b7b-b2e0-7250ab8eb27d 2018-10-04 14:59:19,025 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-router 2018-10-04 14:59:19,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" -d '{"router": {"name": "CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-router", "admin_state_up": true}}' 2018-10-04 14:59:22,972 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 535 X-Openstack-Request-Id: req-49300d52-b521-4479-93fd-1f5c5bd90979 Date: Thu, 04 Oct 2018 14:59:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "created_at": "2018-10-04T14:59:19Z", "admin_state_up": true, "updated_at": "2018-10-04T14:59:19Z", "flavor_id": null, "revision_number": 1, "routes": [], "project_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "id": "fb2d4d12-aa4d-40c5-a88f-49a46084ad38", "name": "CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-router"}} 2018-10-04 14:59:22,972 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-49300d52-b521-4479-93fd-1f5c5bd90979 2018-10-04 14:59:22,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=fb2d4d12-aa4d-40c5-a88f-49a46084ad38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" 2018-10-04 14:59:23,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3266023d-5c3d-4fc5-8fe5-f29c0dd660d2 Date: Thu, 04 Oct 2018 14:59:23 GMT RESP BODY: {"ports":[]} 2018-10-04 14:59:23,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=fb2d4d12-aa4d-40c5-a88f-49a46084ad38 used request id req-3266023d-5c3d-4fc5-8fe5-f29c0dd660d2 2018-10-04 14:59:23,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" 2018-10-04 14:59:23,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-54906f6e-3d4c-4997-a125-bb0aa7caa3a1 Date: Thu, 04 Oct 2018 14:59:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7faac183-2a50-49b8-b471-3cf8c20c6fed"],"updated_at":"2018-10-04T14:59:14Z","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"20fa7424-78a5-4902-80a5-fd963a79ff13","name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net1"}]} 2018-10-04 14:59:23,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net1 used request id req-54906f6e-3d4c-4997-a125-bb0aa7caa3a1 2018-10-04 14:59:23,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:59:23,416 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:59:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:59:23,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" 2018-10-04 14:59:23,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed56ae99-4e86-44e3-babb-bdd9a5d8535d Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4"}, "enabled": true, "id": "0eaa1a2979ac4bcf88bed6396082a5b4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj"}} 2018-10-04 14:59:23,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4 used request id req-ed56ae99-4e86-44e3-babb-bdd9a5d8535d 2018-10-04 14:59:23,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=20fa7424-78a5-4902-80a5-fd963a79ff13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" 2018-10-04 14:59:23,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-227dd851-1e1f-42c0-a72d-0c3140185085 Date: Thu, 04 Oct 2018 14:59:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20fa7424-78a5-4902-80a5-fd963a79ff13","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:14Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"7faac183-2a50-49b8-b471-3cf8c20c6fed","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet1"}]} 2018-10-04 14:59:23,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=20fa7424-78a5-4902-80a5-fd963a79ff13 used request id req-227dd851-1e1f-42c0-a72d-0c3140185085 2018-10-04 14:59:23,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=20fa7424-78a5-4902-80a5-fd963a79ff13&name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" 2018-10-04 14:59:23,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1089b659-92e7-48d9-8d9f-53ae3091a2be Date: Thu, 04 Oct 2018 14:59:23 GMT RESP BODY: {"ports":[]} 2018-10-04 14:59:23,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=20fa7424-78a5-4902-80a5-fd963a79ff13&name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port1&admin_state_up=True used request id req-1089b659-92e7-48d9-8d9f-53ae3091a2be 2018-10-04 14:59:23,704 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port1 for router - CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-router 2018-10-04 14:59:23,704 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:59:23,705 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:59:24,082 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4663bdab64ab49dcaec6b8c444822c15", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj-role"}], "expires_at": "2018-10-04T15:59:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0eaa1a2979ac4bcf88bed6396082a5b4", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-b97ffbba-a246-476-user", "id": "f99dc255d0de459bbcd78691bb523af6"}, "audit_ids": ["ikb80IrLTyue71--7JpUlw"], "issued_at": "2018-10-04T14:59:24.000000Z"}} 2018-10-04 14:59:24,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf6c8aa501a24fdaf59a4cade1e3cea0b8d36b0a" 2018-10-04 14:59:24,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-134126ab-0a54-4215-829f-8fab37ddb7cc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:59:24,167 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-134126ab-0a54-4215-829f-8fab37ddb7cc 2018-10-04 14:59:24,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" 2018-10-04 14:59:24,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-4b2dbb18-7eb8-4588-bb19-bcd039c7c8f1 Date: Thu, 04 Oct 2018 14:59:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7faac183-2a50-49b8-b471-3cf8c20c6fed"],"updated_at":"2018-10-04T14:59:14Z","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"20fa7424-78a5-4902-80a5-fd963a79ff13","name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net1"}]} 2018-10-04 14:59:24,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net1 used request id req-4b2dbb18-7eb8-4588-bb19-bcd039c7c8f1 2018-10-04 14:59:24,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=20fa7424-78a5-4902-80a5-fd963a79ff13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" 2018-10-04 14:59:24,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-02e4b6ab-a0ab-49b8-8201-465e32adcba9 Date: Thu, 04 Oct 2018 14:59:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20fa7424-78a5-4902-80a5-fd963a79ff13","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:14Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"7faac183-2a50-49b8-b471-3cf8c20c6fed","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet1"}]} 2018-10-04 14:59:24,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=20fa7424-78a5-4902-80a5-fd963a79ff13 used request id req-02e4b6ab-a0ab-49b8-8201-465e32adcba9 2018-10-04 14:59:24,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" 2018-10-04 14:59:24,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-cfdc2b5a-9d0e-4baa-a062-24c6395e94fd Date: Thu, 04 Oct 2018 14:59:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7faac183-2a50-49b8-b471-3cf8c20c6fed"],"updated_at":"2018-10-04T14:59:14Z","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"20fa7424-78a5-4902-80a5-fd963a79ff13","name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net1"}]} 2018-10-04 14:59:24,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net1 used request id req-cfdc2b5a-9d0e-4baa-a062-24c6395e94fd 2018-10-04 14:59:24,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:59:24,824 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:59:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:59:24,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf6c8aa501a24fdaf59a4cade1e3cea0b8d36b0a" 2018-10-04 14:59:24,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee7d370f-4766-4c80-adae-57ac6315a60b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4"}, "enabled": true, "id": "0eaa1a2979ac4bcf88bed6396082a5b4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj"}} 2018-10-04 14:59:24,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4 used request id req-ee7d370f-4766-4c80-adae-57ac6315a60b 2018-10-04 14:59:24,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=20fa7424-78a5-4902-80a5-fd963a79ff13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" 2018-10-04 14:59:24,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-9e79840a-0755-4edf-ad1d-dffdcbaf15a4 Date: Thu, 04 Oct 2018 14:59:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20fa7424-78a5-4902-80a5-fd963a79ff13","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:14Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"7faac183-2a50-49b8-b471-3cf8c20c6fed","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet1"}]} 2018-10-04 14:59:24,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=20fa7424-78a5-4902-80a5-fd963a79ff13 used request id req-9e79840a-0755-4edf-ad1d-dffdcbaf15a4 2018-10-04 14:59:24,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=20fa7424-78a5-4902-80a5-fd963a79ff13&name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" 2018-10-04 14:59:25,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-4604d694-9935-46fb-88fc-cce05ef27662 Date: Thu, 04 Oct 2018 14:59:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20fa7424-78a5-4902-80a5-fd963a79ff13","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:14Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"7faac183-2a50-49b8-b471-3cf8c20c6fed","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet1"}]} 2018-10-04 14:59:25,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=20fa7424-78a5-4902-80a5-fd963a79ff13&name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet1 used request id req-4604d694-9935-46fb-88fc-cce05ef27662 2018-10-04 14:59:25,158 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net1 2018-10-04 14:59:25,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" -d '{"port": {"network_id": "20fa7424-78a5-4902-80a5-fd963a79ff13", "fixed_ips": [{"subnet_id": "7faac183-2a50-49b8-b471-3cf8c20c6fed", "ip_address": "10.200.201.1"}], "name": "CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port1", "admin_state_up": true}}' 2018-10-04 14:59:26,312 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-7e9c678f-88ec-4655-a900-2b3e488cc169 Date: Thu, 04 Oct 2018 14:59:26 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:59:25Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7faac183-2a50-49b8-b471-3cf8c20c6fed","ip_address":"10.200.201.1"}],"id":"5d86c596-f91e-4c61-a868-92fa6875c50d","security_groups":["2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01"],"mac_address":"fa:16:3e:9e:e2:70","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port1","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","qos_policy_id":null,"admin_state_up":true,"network_id":"20fa7424-78a5-4902-80a5-fd963a79ff13","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:25Z","binding:vnic_type":"normal"}} 2018-10-04 14:59:26,312 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-7e9c678f-88ec-4655-a900-2b3e488cc169 2018-10-04 14:59:26,312 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port1 for router - CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-router 2018-10-04 14:59:26,312 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-router 2018-10-04 14:59:26,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/fb2d4d12-aa4d-40c5-a88f-49a46084ad38/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" -d '{"port_id": "5d86c596-f91e-4c61-a868-92fa6875c50d"}' 2018-10-04 14:59:27,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a67a0a1e-b613-4ad4-9ff6-a39065c1b4fa Date: Thu, 04 Oct 2018 14:59:27 GMT RESP BODY: {"network_id": "20fa7424-78a5-4902-80a5-fd963a79ff13", "tenant_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "subnet_id": "7faac183-2a50-49b8-b471-3cf8c20c6fed", "subnet_ids": ["7faac183-2a50-49b8-b471-3cf8c20c6fed"], "port_id": "5d86c596-f91e-4c61-a868-92fa6875c50d", "id": "fb2d4d12-aa4d-40c5-a88f-49a46084ad38"} 2018-10-04 14:59:27,987 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/fb2d4d12-aa4d-40c5-a88f-49a46084ad38/add_router_interface used request id req-a67a0a1e-b613-4ad4-9ff6-a39065c1b4fa 2018-10-04 14:59:27,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" 2018-10-04 14:59:28,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d7759c8d-8973-4661-84bf-7d4d2eab1cb2 Date: Thu, 04 Oct 2018 14:59:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c8e2dc7-a756-44af-b536-4bc2ffabb5e7"],"updated_at":"2018-10-04T14:59:17Z","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net2"}]} 2018-10-04 14:59:28,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net2 used request id req-d7759c8d-8973-4661-84bf-7d4d2eab1cb2 2018-10-04 14:59:28,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" 2018-10-04 14:59:28,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0e12600-ca8b-4cb7-9694-8e1729115b77 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4"}, "enabled": true, "id": "0eaa1a2979ac4bcf88bed6396082a5b4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj"}} 2018-10-04 14:59:28,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4 used request id req-a0e12600-ca8b-4cb7-9694-8e1729115b77 2018-10-04 14:59:28,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2c94192c-dfb2-4e81-b7c4-ed935977befb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" 2018-10-04 14:59:28,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-2558d408-7ac1-4007-b10d-7c312b8ba3c9 Date: Thu, 04 Oct 2018 14:59:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:17Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"1c8e2dc7-a756-44af-b536-4bc2ffabb5e7","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet2"}]} 2018-10-04 14:59:28,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2c94192c-dfb2-4e81-b7c4-ed935977befb used request id req-2558d408-7ac1-4007-b10d-7c312b8ba3c9 2018-10-04 14:59:28,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=2c94192c-dfb2-4e81-b7c4-ed935977befb&name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" 2018-10-04 14:59:28,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-20d1e7c7-9c60-410a-9a29-bed50d73f00d Date: Thu, 04 Oct 2018 14:59:28 GMT RESP BODY: {"ports":[]} 2018-10-04 14:59:28,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=2c94192c-dfb2-4e81-b7c4-ed935977befb&name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port2&admin_state_up=True used request id req-20d1e7c7-9c60-410a-9a29-bed50d73f00d 2018-10-04 14:59:28,612 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port2 for router - CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-router 2018-10-04 14:59:28,612 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:59:28,613 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:59:28,985 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4663bdab64ab49dcaec6b8c444822c15", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj-role"}], "expires_at": "2018-10-04T15:59:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0eaa1a2979ac4bcf88bed6396082a5b4", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-b97ffbba-a246-476-user", "id": "f99dc255d0de459bbcd78691bb523af6"}, "audit_ids": ["QceYuZAzQiukZ2fS6r3OGA"], "issued_at": "2018-10-04T14:59:28.000000Z"}} 2018-10-04 14:59:28,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c08636028024639dead30d40731597952c71f094" 2018-10-04 14:59:29,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e3d38b7-997b-4ae3-8532-1d78ad2cf2a5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:59:29,061 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1e3d38b7-997b-4ae3-8532-1d78ad2cf2a5 2018-10-04 14:59:29,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" 2018-10-04 14:59:29,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-dbf24205-5f89-4895-8081-cab734486b79 Date: Thu, 04 Oct 2018 14:59:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c8e2dc7-a756-44af-b536-4bc2ffabb5e7"],"updated_at":"2018-10-04T14:59:17Z","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net2"}]} 2018-10-04 14:59:29,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net2 used request id req-dbf24205-5f89-4895-8081-cab734486b79 2018-10-04 14:59:29,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2c94192c-dfb2-4e81-b7c4-ed935977befb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" 2018-10-04 14:59:29,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-489c89aa-543c-4409-b04f-5c442ff33d66 Date: Thu, 04 Oct 2018 14:59:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:17Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"1c8e2dc7-a756-44af-b536-4bc2ffabb5e7","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet2"}]} 2018-10-04 14:59:29,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2c94192c-dfb2-4e81-b7c4-ed935977befb used request id req-489c89aa-543c-4409-b04f-5c442ff33d66 2018-10-04 14:59:29,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" 2018-10-04 14:59:29,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-4a1ea068-d1a4-4d4c-b418-9ed10a7dddec Date: Thu, 04 Oct 2018 14:59:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c8e2dc7-a756-44af-b536-4bc2ffabb5e7"],"updated_at":"2018-10-04T14:59:17Z","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net2"}]} 2018-10-04 14:59:29,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net2 used request id req-4a1ea068-d1a4-4d4c-b418-9ed10a7dddec 2018-10-04 14:59:29,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:59:29,710 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:59:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:59:29,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c08636028024639dead30d40731597952c71f094" 2018-10-04 14:59:29,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06116203-3a86-45d4-bc09-d261c926e74f Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4"}, "enabled": true, "id": "0eaa1a2979ac4bcf88bed6396082a5b4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj"}} 2018-10-04 14:59:29,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4 used request id req-06116203-3a86-45d4-bc09-d261c926e74f 2018-10-04 14:59:29,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2c94192c-dfb2-4e81-b7c4-ed935977befb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" 2018-10-04 14:59:29,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-9188ab5e-d7c7-4ae7-8deb-0dbd96514bd6 Date: Thu, 04 Oct 2018 14:59:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:17Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"1c8e2dc7-a756-44af-b536-4bc2ffabb5e7","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet2"}]} 2018-10-04 14:59:29,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2c94192c-dfb2-4e81-b7c4-ed935977befb used request id req-9188ab5e-d7c7-4ae7-8deb-0dbd96514bd6 2018-10-04 14:59:29,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2c94192c-dfb2-4e81-b7c4-ed935977befb&name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" 2018-10-04 14:59:30,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-ce6a68ed-b82e-4422-bfeb-27211cdec603 Date: Thu, 04 Oct 2018 14:59:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:17Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"1c8e2dc7-a756-44af-b536-4bc2ffabb5e7","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet2"}]} 2018-10-04 14:59:30,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2c94192c-dfb2-4e81-b7c4-ed935977befb&name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet2 used request id req-ce6a68ed-b82e-4422-bfeb-27211cdec603 2018-10-04 14:59:30,209 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net2 2018-10-04 14:59:30,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" -d '{"port": {"network_id": "2c94192c-dfb2-4e81-b7c4-ed935977befb", "fixed_ips": [{"subnet_id": "1c8e2dc7-a756-44af-b536-4bc2ffabb5e7", "ip_address": "10.200.202.1"}], "name": "CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port2", "admin_state_up": true}}' 2018-10-04 14:59:31,389 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-d2082339-84d9-48b9-8841-2a08a7963636 Date: Thu, 04 Oct 2018 14:59:31 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:59:30Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1c8e2dc7-a756-44af-b536-4bc2ffabb5e7","ip_address":"10.200.202.1"}],"id":"db249d45-b354-4279-a786-a7c611549942","security_groups":["2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01"],"mac_address":"fa:16:3e:3d:70:9f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port2","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","qos_policy_id":null,"admin_state_up":true,"network_id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:30Z","binding:vnic_type":"normal"}} 2018-10-04 14:59:31,389 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-d2082339-84d9-48b9-8841-2a08a7963636 2018-10-04 14:59:31,390 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port2 for router - CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-router 2018-10-04 14:59:31,390 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-router 2018-10-04 14:59:31,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/fb2d4d12-aa4d-40c5-a88f-49a46084ad38/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" -d '{"port_id": "db249d45-b354-4279-a786-a7c611549942"}' 2018-10-04 14:59:32,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1eeca77f-0f72-404d-9c68-f364c499dddb Date: Thu, 04 Oct 2018 14:59:32 GMT RESP BODY: {"network_id": "2c94192c-dfb2-4e81-b7c4-ed935977befb", "tenant_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "subnet_id": "1c8e2dc7-a756-44af-b536-4bc2ffabb5e7", "subnet_ids": ["1c8e2dc7-a756-44af-b536-4bc2ffabb5e7"], "port_id": "db249d45-b354-4279-a786-a7c611549942", "id": "fb2d4d12-aa4d-40c5-a88f-49a46084ad38"} 2018-10-04 14:59:32,919 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/fb2d4d12-aa4d-40c5-a88f-49a46084ad38/add_router_interface used request id req-1eeca77f-0f72-404d-9c68-f364c499dddb 2018-10-04 14:59:32,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/fb2d4d12-aa4d-40c5-a88f-49a46084ad38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" 2018-10-04 14:59:32,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-7c07ccd0-1466-48ad-82c3-6863489efb66 Date: Thu, 04 Oct 2018 14:59:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "created_at": "2018-10-04T14:59:19Z", "admin_state_up": true, "updated_at": "2018-10-04T14:59:32Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "id": "fb2d4d12-aa4d-40c5-a88f-49a46084ad38", "name": "CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-router"}} 2018-10-04 14:59:32,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/fb2d4d12-aa4d-40c5-a88f-49a46084ad38 used request id req-7c07ccd0-1466-48ad-82c3-6863489efb66 2018-10-04 14:59:32,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=fb2d4d12-aa4d-40c5-a88f-49a46084ad38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" 2018-10-04 14:59:33,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1712 X-Openstack-Request-Id: req-488f078f-269d-4fc4-92ad-92345b539337 Date: Thu, 04 Oct 2018 14:59:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:59:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7faac183-2a50-49b8-b471-3cf8c20c6fed","ip_address":"10.200.201.1"}],"id":"5d86c596-f91e-4c61-a868-92fa6875c50d","security_groups":["2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01"],"mac_address":"fa:16:3e:9e:e2:70","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port1","admin_state_up":true,"network_id":"20fa7424-78a5-4902-80a5-fd963a79ff13","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:25Z","binding:vnic_type":"normal","device_id":"fb2d4d12-aa4d-40c5-a88f-49a46084ad38"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:59:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1c8e2dc7-a756-44af-b536-4bc2ffabb5e7","ip_address":"10.200.202.1"}],"id":"db249d45-b354-4279-a786-a7c611549942","security_groups":["2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01"],"mac_address":"fa:16:3e:3d:70:9f","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port2","admin_state_up":true,"network_id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:30Z","binding:vnic_type":"normal","device_id":"fb2d4d12-aa4d-40c5-a88f-49a46084ad38"}]} 2018-10-04 14:59:33,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=fb2d4d12-aa4d-40c5-a88f-49a46084ad38 used request id req-488f078f-269d-4fc4-92ad-92345b539337 2018-10-04 14:59:33,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/7faac183-2a50-49b8-b471-3cf8c20c6fed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" 2018-10-04 14:59:33,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-8f573841-a428-49a4-98a2-5f1e9323fbaf Date: Thu, 04 Oct 2018 14:59:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20fa7424-78a5-4902-80a5-fd963a79ff13","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:14Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:14Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"7faac183-2a50-49b8-b471-3cf8c20c6fed","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet1"}} 2018-10-04 14:59:33,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/7faac183-2a50-49b8-b471-3cf8c20c6fed used request id req-8f573841-a428-49a4-98a2-5f1e9323fbaf 2018-10-04 14:59:33,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/1c8e2dc7-a756-44af-b536-4bc2ffabb5e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" 2018-10-04 14:59:33,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-eeaa3ba7-7d8d-422e-871a-fb06d06db566 Date: Thu, 04 Oct 2018 14:59:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:17Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:17Z","gateway_ip":"10.200.202.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.202.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"1c8e2dc7-a756-44af-b536-4bc2ffabb5e7","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet2"}} 2018-10-04 14:59:33,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/1c8e2dc7-a756-44af-b536-4bc2ffabb5e7 used request id req-eeaa3ba7-7d8d-422e-871a-fb06d06db566 2018-10-04 14:59:33,496 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:59:33,869 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4663bdab64ab49dcaec6b8c444822c15", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj-role"}], "expires_at": "2018-10-04T15:59:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0eaa1a2979ac4bcf88bed6396082a5b4", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-b97ffbba-a246-476-user", "id": "f99dc255d0de459bbcd78691bb523af6"}, "audit_ids": ["_0rAdL9qQ0mR2yue2AsY5w"], "issued_at": "2018-10-04T14:59:33.000000Z"}} 2018-10-04 14:59:33,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20216da9c8ce6fa846a6c986bac33c5ec07dffd" 2018-10-04 14:59:34,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-733c2b38-0986-4345-aebb-d1c5d222c748 Date: Thu, 04 Oct 2018 14:59:34 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "created_at": "2018-10-04T14:59:19Z", "admin_state_up": true, "updated_at": "2018-10-04T14:59:32Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "id": "fb2d4d12-aa4d-40c5-a88f-49a46084ad38", "name": "CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-router"}]} 2018-10-04 14:59:34,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-router&admin_state_up=True used request id req-733c2b38-0986-4345-aebb-d1c5d222c748 2018-10-04 14:59:34,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:59:34,134 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:59:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:59:34,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfed0c216f014b10da2b2b44a0eb816c442d5575" 2018-10-04 14:59:34,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b94f3bec-b85d-4eea-aa0a-111e3bf0edad Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4"}, "enabled": true, "id": "0eaa1a2979ac4bcf88bed6396082a5b4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj"}} 2018-10-04 14:59:34,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4 used request id req-b94f3bec-b85d-4eea-aa0a-111e3bf0edad 2018-10-04 14:59:34,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=fb2d4d12-aa4d-40c5-a88f-49a46084ad38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20216da9c8ce6fa846a6c986bac33c5ec07dffd" 2018-10-04 14:59:34,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1713 X-Openstack-Request-Id: req-7f3e8bca-9433-4fc1-9416-92a2fa1eafa8 Date: Thu, 04 Oct 2018 14:59:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:59:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7faac183-2a50-49b8-b471-3cf8c20c6fed","ip_address":"10.200.201.1"}],"id":"5d86c596-f91e-4c61-a868-92fa6875c50d","security_groups":["2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01"],"mac_address":"fa:16:3e:9e:e2:70","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port1","admin_state_up":true,"network_id":"20fa7424-78a5-4902-80a5-fd963a79ff13","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:25Z","binding:vnic_type":"normal","device_id":"fb2d4d12-aa4d-40c5-a88f-49a46084ad38"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:59:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1c8e2dc7-a756-44af-b536-4bc2ffabb5e7","ip_address":"10.200.202.1"}],"id":"db249d45-b354-4279-a786-a7c611549942","security_groups":["2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01"],"mac_address":"fa:16:3e:3d:70:9f","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port2","admin_state_up":true,"network_id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:30Z","binding:vnic_type":"normal","device_id":"fb2d4d12-aa4d-40c5-a88f-49a46084ad38"}]} 2018-10-04 14:59:34,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=fb2d4d12-aa4d-40c5-a88f-49a46084ad38 used request id req-7f3e8bca-9433-4fc1-9416-92a2fa1eafa8 2018-10-04 14:59:34,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/7faac183-2a50-49b8-b471-3cf8c20c6fed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20216da9c8ce6fa846a6c986bac33c5ec07dffd" 2018-10-04 14:59:34,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c8e3f75a-4bdb-45ce-914b-b9ae1824f629 Date: Thu, 04 Oct 2018 14:59:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20fa7424-78a5-4902-80a5-fd963a79ff13","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:14Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:14Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"7faac183-2a50-49b8-b471-3cf8c20c6fed","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet1"}} 2018-10-04 14:59:34,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/7faac183-2a50-49b8-b471-3cf8c20c6fed used request id req-c8e3f75a-4bdb-45ce-914b-b9ae1824f629 2018-10-04 14:59:34,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/1c8e2dc7-a756-44af-b536-4bc2ffabb5e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20216da9c8ce6fa846a6c986bac33c5ec07dffd" 2018-10-04 14:59:34,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c303daa8-76f6-4b29-a722-aac0e8dbf38e Date: Thu, 04 Oct 2018 14:59:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:17Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:17Z","gateway_ip":"10.200.202.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.202.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"1c8e2dc7-a756-44af-b536-4bc2ffabb5e7","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet2"}} 2018-10-04 14:59:34,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/1c8e2dc7-a756-44af-b536-4bc2ffabb5e7 used request id req-c303daa8-76f6-4b29-a722-aac0e8dbf38e 2018-10-04 14:59:34,941 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:59:34,942 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:59:35,320 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4663bdab64ab49dcaec6b8c444822c15", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj-role"}], "expires_at": "2018-10-04T15:59:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0eaa1a2979ac4bcf88bed6396082a5b4", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/0eaa1a2979ac4bcf88bed6396082a5b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-b97ffbba-a246-476-user", "id": "f99dc255d0de459bbcd78691bb523af6"}, "audit_ids": ["tn_T8I7bSWKQZk4ZKcDLQw"], "issued_at": "2018-10-04T14:59:35.000000Z"}} 2018-10-04 14:59:35,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fedfc48871902b7f35eac20b9e15d630fcc60435" 2018-10-04 14:59:35,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bf6e447-84f1-4d20-a2f5-c5be7c9758bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:59:35,394 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3bf6e447-84f1-4d20-a2f5-c5be7c9758bc 2018-10-04 14:59:35,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fedfc48871902b7f35eac20b9e15d630fcc60435" 2018-10-04 14:59:35,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-5cc25b18-98db-4712-8ec3-a68ce3589038 Date: Thu, 04 Oct 2018 14:59:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "created_at": "2018-10-04T14:59:19Z", "admin_state_up": true, "updated_at": "2018-10-04T14:59:32Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "id": "fb2d4d12-aa4d-40c5-a88f-49a46084ad38", "name": "CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-router"}]} 2018-10-04 14:59:35,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-router&admin_state_up=True used request id req-5cc25b18-98db-4712-8ec3-a68ce3589038 2018-10-04 14:59:35,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:59:35,755 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:59:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:59:35,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fedfc48871902b7f35eac20b9e15d630fcc60435" 2018-10-04 14:59:35,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2a34699-f339-439c-ac29-6781fcfa7dda Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4"}, "enabled": true, "id": "0eaa1a2979ac4bcf88bed6396082a5b4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj"}} 2018-10-04 14:59:35,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4 used request id req-b2a34699-f339-439c-ac29-6781fcfa7dda 2018-10-04 14:59:35,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=fb2d4d12-aa4d-40c5-a88f-49a46084ad38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fedfc48871902b7f35eac20b9e15d630fcc60435" 2018-10-04 14:59:36,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1713 X-Openstack-Request-Id: req-e3a3b0c9-96b9-4c0c-b217-ca556a7724c3 Date: Thu, 04 Oct 2018 14:59:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:59:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7faac183-2a50-49b8-b471-3cf8c20c6fed","ip_address":"10.200.201.1"}],"id":"5d86c596-f91e-4c61-a868-92fa6875c50d","security_groups":["2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01"],"mac_address":"fa:16:3e:9e:e2:70","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port1","admin_state_up":true,"network_id":"20fa7424-78a5-4902-80a5-fd963a79ff13","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:25Z","binding:vnic_type":"normal","device_id":"fb2d4d12-aa4d-40c5-a88f-49a46084ad38"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:59:35Z","device_owner":"network:ha_router_replicated_interface","revision_number":12,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1c8e2dc7-a756-44af-b536-4bc2ffabb5e7","ip_address":"10.200.202.1"}],"id":"db249d45-b354-4279-a786-a7c611549942","security_groups":["2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01"],"mac_address":"fa:16:3e:3d:70:9f","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port2","admin_state_up":true,"network_id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:30Z","binding:vnic_type":"normal","device_id":"fb2d4d12-aa4d-40c5-a88f-49a46084ad38"}]} 2018-10-04 14:59:36,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=fb2d4d12-aa4d-40c5-a88f-49a46084ad38 used request id req-e3a3b0c9-96b9-4c0c-b217-ca556a7724c3 2018-10-04 14:59:36,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/7faac183-2a50-49b8-b471-3cf8c20c6fed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fedfc48871902b7f35eac20b9e15d630fcc60435" 2018-10-04 14:59:36,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-0ed264a5-48f2-4ac9-99f1-aafd771f3db8 Date: Thu, 04 Oct 2018 14:59:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20fa7424-78a5-4902-80a5-fd963a79ff13","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:14Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:14Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"7faac183-2a50-49b8-b471-3cf8c20c6fed","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet1"}} 2018-10-04 14:59:36,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/7faac183-2a50-49b8-b471-3cf8c20c6fed used request id req-0ed264a5-48f2-4ac9-99f1-aafd771f3db8 2018-10-04 14:59:36,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/1c8e2dc7-a756-44af-b536-4bc2ffabb5e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fedfc48871902b7f35eac20b9e15d630fcc60435" 2018-10-04 14:59:36,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-69cfea35-4796-4001-9fbc-78892fefdba9 Date: Thu, 04 Oct 2018 14:59:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:17Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:17Z","gateway_ip":"10.200.202.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.202.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"1c8e2dc7-a756-44af-b536-4bc2ffabb5e7","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet2"}} 2018-10-04 14:59:36,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/1c8e2dc7-a756-44af-b536-4bc2ffabb5e7 used request id req-69cfea35-4796-4001-9fbc-78892fefdba9 2018-10-04 14:59:36,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fedfc48871902b7f35eac20b9e15d630fcc60435" 2018-10-04 14:59:36,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-ce76e74b-9a41-4565-84a7-21bec2d05755 Date: Thu, 04 Oct 2018 14:59:36 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":["7faac183-2a50-49b8-b471-3cf8c20c6fed"],"updated_at":"2018-10-04T14:59:14Z","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"20fa7424-78a5-4902-80a5-fd963a79ff13","name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net1"}]} 2018-10-04 14:59:36,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net1 used request id req-ce76e74b-9a41-4565-84a7-21bec2d05755 2018-10-04 14:59:36,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fedfc48871902b7f35eac20b9e15d630fcc60435" 2018-10-04 14:59:36,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43a6f976-3540-485a-bb2e-24f2c1d50698 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4"}, "enabled": true, "id": "0eaa1a2979ac4bcf88bed6396082a5b4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj"}} 2018-10-04 14:59:36,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4 used request id req-43a6f976-3540-485a-bb2e-24f2c1d50698 2018-10-04 14:59:36,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=20fa7424-78a5-4902-80a5-fd963a79ff13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fedfc48871902b7f35eac20b9e15d630fcc60435" 2018-10-04 14:59:37,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-c412f260-df9a-485b-9f39-eb9cf1c439dd Date: Thu, 04 Oct 2018 14:59:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20fa7424-78a5-4902-80a5-fd963a79ff13","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:14Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"7faac183-2a50-49b8-b471-3cf8c20c6fed","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet1"}]} 2018-10-04 14:59:37,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=20fa7424-78a5-4902-80a5-fd963a79ff13 used request id req-c412f260-df9a-485b-9f39-eb9cf1c439dd 2018-10-04 14:59:37,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=20fa7424-78a5-4902-80a5-fd963a79ff13&name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fedfc48871902b7f35eac20b9e15d630fcc60435" 2018-10-04 14:59:37,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 863 X-Openstack-Request-Id: req-b1f7cece-0ea2-4e6e-b9f7-069d6d3e39e2 Date: Thu, 04 Oct 2018 14:59:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:59:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7faac183-2a50-49b8-b471-3cf8c20c6fed","ip_address":"10.200.201.1"}],"id":"5d86c596-f91e-4c61-a868-92fa6875c50d","security_groups":["2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01"],"mac_address":"fa:16:3e:9e:e2:70","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port1","admin_state_up":true,"network_id":"20fa7424-78a5-4902-80a5-fd963a79ff13","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:25Z","binding:vnic_type":"normal","device_id":"fb2d4d12-aa4d-40c5-a88f-49a46084ad38"}]} 2018-10-04 14:59:37,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=20fa7424-78a5-4902-80a5-fd963a79ff13&name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port1&admin_state_up=True used request id req-b1f7cece-0ea2-4e6e-b9f7-069d6d3e39e2 2018-10-04 14:59:37,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fedfc48871902b7f35eac20b9e15d630fcc60435" 2018-10-04 14:59:37,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b989a76-ff36-47e6-b79e-57a5c401ed4d Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4"}, "enabled": true, "id": "0eaa1a2979ac4bcf88bed6396082a5b4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj"}} 2018-10-04 14:59:37,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4 used request id req-1b989a76-ff36-47e6-b79e-57a5c401ed4d 2018-10-04 14:59:37,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fedfc48871902b7f35eac20b9e15d630fcc60435" 2018-10-04 14:59:37,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-41a7c9fa-7a84-4234-ac59-2bec5d00ecc2 Date: Thu, 04 Oct 2018 14:59:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c8e2dc7-a756-44af-b536-4bc2ffabb5e7"],"updated_at":"2018-10-04T14:59:17Z","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net2"}]} 2018-10-04 14:59:37,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net2 used request id req-41a7c9fa-7a84-4234-ac59-2bec5d00ecc2 2018-10-04 14:59:37,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fedfc48871902b7f35eac20b9e15d630fcc60435" 2018-10-04 14:59:37,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4ba886c-4c83-4fbb-ac5c-1e6434a1cfb2 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4"}, "enabled": true, "id": "0eaa1a2979ac4bcf88bed6396082a5b4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj"}} 2018-10-04 14:59:37,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4 used request id req-a4ba886c-4c83-4fbb-ac5c-1e6434a1cfb2 2018-10-04 14:59:37,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2c94192c-dfb2-4e81-b7c4-ed935977befb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fedfc48871902b7f35eac20b9e15d630fcc60435" 2018-10-04 14:59:37,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-886ac23b-21b5-4cca-a151-4bac070d8a1c Date: Thu, 04 Oct 2018 14:59:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:17Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"1c8e2dc7-a756-44af-b536-4bc2ffabb5e7","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet2"}]} 2018-10-04 14:59:37,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2c94192c-dfb2-4e81-b7c4-ed935977befb used request id req-886ac23b-21b5-4cca-a151-4bac070d8a1c 2018-10-04 14:59:37,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=2c94192c-dfb2-4e81-b7c4-ed935977befb&name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fedfc48871902b7f35eac20b9e15d630fcc60435" 2018-10-04 14:59:37,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 863 X-Openstack-Request-Id: req-8692e081-07ed-4d7c-a4d3-dbc283acc614 Date: Thu, 04 Oct 2018 14:59:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:59:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1c8e2dc7-a756-44af-b536-4bc2ffabb5e7","ip_address":"10.200.202.1"}],"id":"db249d45-b354-4279-a786-a7c611549942","security_groups":["2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01"],"mac_address":"fa:16:3e:3d:70:9f","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port2","admin_state_up":true,"network_id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:30Z","binding:vnic_type":"normal","device_id":"fb2d4d12-aa4d-40c5-a88f-49a46084ad38"}]} 2018-10-04 14:59:37,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=2c94192c-dfb2-4e81-b7c4-ed935977befb&name=CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port2&admin_state_up=True used request id req-8692e081-07ed-4d7c-a4d3-dbc283acc614 2018-10-04 14:59:37,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fedfc48871902b7f35eac20b9e15d630fcc60435" 2018-10-04 14:59:37,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f92132d1-c74a-4a26-9480-62131ae7c1f1 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4"}, "enabled": true, "id": "0eaa1a2979ac4bcf88bed6396082a5b4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj"}} 2018-10-04 14:59:37,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4 used request id req-f92132d1-c74a-4a26-9480-62131ae7c1f1 2018-10-04 14:59:37,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/fb2d4d12-aa4d-40c5-a88f-49a46084ad38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fedfc48871902b7f35eac20b9e15d630fcc60435" 2018-10-04 14:59:38,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-28a3d85c-56d1-4821-a827-589f88605c3a Date: Thu, 04 Oct 2018 14:59:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "created_at": "2018-10-04T14:59:19Z", "admin_state_up": true, "updated_at": "2018-10-04T14:59:32Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "id": "fb2d4d12-aa4d-40c5-a88f-49a46084ad38", "name": "CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-router"}} 2018-10-04 14:59:38,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/fb2d4d12-aa4d-40c5-a88f-49a46084ad38 used request id req-28a3d85c-56d1-4821-a827-589f88605c3a 2018-10-04 14:59:38,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=fb2d4d12-aa4d-40c5-a88f-49a46084ad38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fedfc48871902b7f35eac20b9e15d630fcc60435" 2018-10-04 14:59:38,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1715 X-Openstack-Request-Id: req-cabe554a-9247-47f0-b078-57ebf1c229ad Date: Thu, 04 Oct 2018 14:59:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:59:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7faac183-2a50-49b8-b471-3cf8c20c6fed","ip_address":"10.200.201.1"}],"id":"5d86c596-f91e-4c61-a868-92fa6875c50d","security_groups":["2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01"],"mac_address":"fa:16:3e:9e:e2:70","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port1","admin_state_up":true,"network_id":"20fa7424-78a5-4902-80a5-fd963a79ff13","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:25Z","binding:vnic_type":"normal","device_id":"fb2d4d12-aa4d-40c5-a88f-49a46084ad38"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:59:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1c8e2dc7-a756-44af-b536-4bc2ffabb5e7","ip_address":"10.200.202.1"}],"id":"db249d45-b354-4279-a786-a7c611549942","security_groups":["2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01"],"mac_address":"fa:16:3e:3d:70:9f","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port2","admin_state_up":true,"network_id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:30Z","binding:vnic_type":"normal","device_id":"fb2d4d12-aa4d-40c5-a88f-49a46084ad38"}]} 2018-10-04 14:59:38,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=fb2d4d12-aa4d-40c5-a88f-49a46084ad38 used request id req-cabe554a-9247-47f0-b078-57ebf1c229ad 2018-10-04 14:59:38,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/7faac183-2a50-49b8-b471-3cf8c20c6fed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fedfc48871902b7f35eac20b9e15d630fcc60435" 2018-10-04 14:59:38,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a7cb8e81-c859-46a0-8e8d-957eda38a30f Date: Thu, 04 Oct 2018 14:59:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20fa7424-78a5-4902-80a5-fd963a79ff13","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:14Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:14Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"7faac183-2a50-49b8-b471-3cf8c20c6fed","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet1"}} 2018-10-04 14:59:38,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/7faac183-2a50-49b8-b471-3cf8c20c6fed used request id req-a7cb8e81-c859-46a0-8e8d-957eda38a30f 2018-10-04 14:59:38,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/1c8e2dc7-a756-44af-b536-4bc2ffabb5e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fedfc48871902b7f35eac20b9e15d630fcc60435" 2018-10-04 14:59:38,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-cb1c916e-9d28-44e5-8275-1f8b94c14570 Date: Thu, 04 Oct 2018 14:59:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:17Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:17Z","gateway_ip":"10.200.202.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.202.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"1c8e2dc7-a756-44af-b536-4bc2ffabb5e7","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet2"}} 2018-10-04 14:59:38,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/1c8e2dc7-a756-44af-b536-4bc2ffabb5e7 used request id req-cb1c916e-9d28-44e5-8275-1f8b94c14570 2018-10-04 14:59:38,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=20fa7424-78a5-4902-80a5-fd963a79ff13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20216da9c8ce6fa846a6c986bac33c5ec07dffd" 2018-10-04 14:59:38,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-934ef7c9-b8ba-4253-95cd-2e70141c01bd Date: Thu, 04 Oct 2018 14:59:38 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":["7faac183-2a50-49b8-b471-3cf8c20c6fed"],"updated_at":"2018-10-04T14:59:14Z","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"20fa7424-78a5-4902-80a5-fd963a79ff13","name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net1"}]} 2018-10-04 14:59:38,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=20fa7424-78a5-4902-80a5-fd963a79ff13 used request id req-934ef7c9-b8ba-4253-95cd-2e70141c01bd 2018-10-04 14:59:38,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=20fa7424-78a5-4902-80a5-fd963a79ff13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20216da9c8ce6fa846a6c986bac33c5ec07dffd" 2018-10-04 14:59:38,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-5bbd0267-f20e-464f-bfda-55c861d9ac6d Date: Thu, 04 Oct 2018 14:59:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20fa7424-78a5-4902-80a5-fd963a79ff13","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:14Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"7faac183-2a50-49b8-b471-3cf8c20c6fed","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet1"}]} 2018-10-04 14:59:38,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=20fa7424-78a5-4902-80a5-fd963a79ff13 used request id req-5bbd0267-f20e-464f-bfda-55c861d9ac6d 2018-10-04 14:59:38,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=20fa7424-78a5-4902-80a5-fd963a79ff13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20216da9c8ce6fa846a6c986bac33c5ec07dffd" 2018-10-04 14:59:39,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3149 X-Openstack-Request-Id: req-be46af7d-44b2-45a0-ac00-5687cd49bb41 Date: Thu, 04 Oct 2018 14:59:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:59:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7faac183-2a50-49b8-b471-3cf8c20c6fed","ip_address":"10.200.201.3"}],"id":"37508e11-41e7-482e-b613-9573b5394d3c","security_groups":[],"mac_address":"fa:16:3e:10:84:7e","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"20fa7424-78a5-4902-80a5-fd963a79ff13","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-20fa7424-78a5-4902-80a5-fd963a79ff13"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:59:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7faac183-2a50-49b8-b471-3cf8c20c6fed","ip_address":"10.200.201.1"}],"id":"5d86c596-f91e-4c61-a868-92fa6875c50d","security_groups":["2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01"],"mac_address":"fa:16:3e:9e:e2:70","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port1","admin_state_up":true,"network_id":"20fa7424-78a5-4902-80a5-fd963a79ff13","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:25Z","binding:vnic_type":"normal","device_id":"fb2d4d12-aa4d-40c5-a88f-49a46084ad38"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:59:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7faac183-2a50-49b8-b471-3cf8c20c6fed","ip_address":"10.200.201.2"}],"id":"8a185d4d-b1eb-4f49-9f55-b650bf128445","security_groups":[],"mac_address":"fa:16:3e:7a:f8:fe","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"20fa7424-78a5-4902-80a5-fd963a79ff13","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-20fa7424-78a5-4902-80a5-fd963a79ff13"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:59:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7faac183-2a50-49b8-b471-3cf8c20c6fed","ip_address":"10.200.201.4"}],"id":"d67efcce-478c-4c28-9cf4-f8ff01f0a5e7","security_groups":[],"mac_address":"fa:16:3e:6d:d3:8e","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"20fa7424-78a5-4902-80a5-fd963a79ff13","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-20fa7424-78a5-4902-80a5-fd963a79ff13"}]} 2018-10-04 14:59:39,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=20fa7424-78a5-4902-80a5-fd963a79ff13 used request id req-be46af7d-44b2-45a0-ac00-5687cd49bb41 2018-10-04 14:59:39,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=2c94192c-dfb2-4e81-b7c4-ed935977befb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20216da9c8ce6fa846a6c986bac33c5ec07dffd" 2018-10-04 14:59:39,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-cdf909de-c9f3-43bc-b8eb-f5883607430b Date: Thu, 04 Oct 2018 14:59:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c8e2dc7-a756-44af-b536-4bc2ffabb5e7"],"updated_at":"2018-10-04T14:59:17Z","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net2"}]} 2018-10-04 14:59:39,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=2c94192c-dfb2-4e81-b7c4-ed935977befb used request id req-cdf909de-c9f3-43bc-b8eb-f5883607430b 2018-10-04 14:59:39,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2c94192c-dfb2-4e81-b7c4-ed935977befb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20216da9c8ce6fa846a6c986bac33c5ec07dffd" 2018-10-04 14:59:39,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-92418e9f-cefd-43ef-8b42-8fa30f73ea5e Date: Thu, 04 Oct 2018 14:59:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:17Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"1c8e2dc7-a756-44af-b536-4bc2ffabb5e7","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet2"}]} 2018-10-04 14:59:39,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2c94192c-dfb2-4e81-b7c4-ed935977befb used request id req-92418e9f-cefd-43ef-8b42-8fa30f73ea5e 2018-10-04 14:59:39,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=2c94192c-dfb2-4e81-b7c4-ed935977befb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20216da9c8ce6fa846a6c986bac33c5ec07dffd" 2018-10-04 14:59:39,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3149 X-Openstack-Request-Id: req-3f3a7aea-020c-4cc6-b6d3-d3b153096073 Date: Thu, 04 Oct 2018 14:59:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:59:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1c8e2dc7-a756-44af-b536-4bc2ffabb5e7","ip_address":"10.200.202.3"}],"id":"1814928c-c201-4af1-9b14-4ea94eb88931","security_groups":[],"mac_address":"fa:16:3e:c8:f3:cb","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2c94192c-dfb2-4e81-b7c4-ed935977befb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:59:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1c8e2dc7-a756-44af-b536-4bc2ffabb5e7","ip_address":"10.200.202.4"}],"id":"6f264bad-bcdf-4a63-a957-4391f52c9df1","security_groups":[],"mac_address":"fa:16:3e:c4:ab:ff","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2c94192c-dfb2-4e81-b7c4-ed935977befb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:59:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1c8e2dc7-a756-44af-b536-4bc2ffabb5e7","ip_address":"10.200.202.1"}],"id":"db249d45-b354-4279-a786-a7c611549942","security_groups":["2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01"],"mac_address":"fa:16:3e:3d:70:9f","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port2","admin_state_up":true,"network_id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:30Z","binding:vnic_type":"normal","device_id":"fb2d4d12-aa4d-40c5-a88f-49a46084ad38"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T14:59:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1c8e2dc7-a756-44af-b536-4bc2ffabb5e7","ip_address":"10.200.202.2"}],"id":"fc299f56-9fc6-4874-a279-2665c17ce2c6","security_groups":[],"mac_address":"fa:16:3e:1c:97:b8","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:17Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2c94192c-dfb2-4e81-b7c4-ed935977befb"}]} 2018-10-04 14:59:39,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=2c94192c-dfb2-4e81-b7c4-ed935977befb used request id req-3f3a7aea-020c-4cc6-b6d3-d3b153096073 2018-10-04 14:59:39,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/7faac183-2a50-49b8-b471-3cf8c20c6fed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20216da9c8ce6fa846a6c986bac33c5ec07dffd" 2018-10-04 14:59:39,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-ba20ecd1-1080-4330-9072-417a7c0e3e49 Date: Thu, 04 Oct 2018 14:59:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20fa7424-78a5-4902-80a5-fd963a79ff13","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:14Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:14Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"7faac183-2a50-49b8-b471-3cf8c20c6fed","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet1"}} 2018-10-04 14:59:39,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/7faac183-2a50-49b8-b471-3cf8c20c6fed used request id req-ba20ecd1-1080-4330-9072-417a7c0e3e49 2018-10-04 14:59:39,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=20fa7424-78a5-4902-80a5-fd963a79ff13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20216da9c8ce6fa846a6c986bac33c5ec07dffd" 2018-10-04 14:59:39,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-08c9a271-8f48-4ac6-a0f1-14c6809777a9 Date: Thu, 04 Oct 2018 14:59:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7faac183-2a50-49b8-b471-3cf8c20c6fed"],"updated_at":"2018-10-04T14:59:14Z","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"20fa7424-78a5-4902-80a5-fd963a79ff13","name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net1"}]} 2018-10-04 14:59:39,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=20fa7424-78a5-4902-80a5-fd963a79ff13 used request id req-08c9a271-8f48-4ac6-a0f1-14c6809777a9 2018-10-04 14:59:39,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=20fa7424-78a5-4902-80a5-fd963a79ff13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20216da9c8ce6fa846a6c986bac33c5ec07dffd" 2018-10-04 14:59:40,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-6af886ac-c7ea-4122-a0f4-1d4b875acc14 Date: Thu, 04 Oct 2018 14:59:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20fa7424-78a5-4902-80a5-fd963a79ff13","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:14Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"7faac183-2a50-49b8-b471-3cf8c20c6fed","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet1"}]} 2018-10-04 14:59:40,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=20fa7424-78a5-4902-80a5-fd963a79ff13 used request id req-6af886ac-c7ea-4122-a0f4-1d4b875acc14 2018-10-04 14:59:40,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/1c8e2dc7-a756-44af-b536-4bc2ffabb5e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20216da9c8ce6fa846a6c986bac33c5ec07dffd" 2018-10-04 14:59:40,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-532d3fb3-9ab9-4b95-8410-441cda19f3be Date: Thu, 04 Oct 2018 14:59:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:17Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:17Z","gateway_ip":"10.200.202.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.202.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"1c8e2dc7-a756-44af-b536-4bc2ffabb5e7","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet2"}} 2018-10-04 14:59:40,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/1c8e2dc7-a756-44af-b536-4bc2ffabb5e7 used request id req-532d3fb3-9ab9-4b95-8410-441cda19f3be 2018-10-04 14:59:40,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=2c94192c-dfb2-4e81-b7c4-ed935977befb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20216da9c8ce6fa846a6c986bac33c5ec07dffd" 2018-10-04 14:59:40,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f70726f4-13ed-415c-9a35-f9c3faa7c0ed Date: Thu, 04 Oct 2018 14:59:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c8e2dc7-a756-44af-b536-4bc2ffabb5e7"],"updated_at":"2018-10-04T14:59:17Z","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net2"}]} 2018-10-04 14:59:40,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=2c94192c-dfb2-4e81-b7c4-ed935977befb used request id req-f70726f4-13ed-415c-9a35-f9c3faa7c0ed 2018-10-04 14:59:40,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2c94192c-dfb2-4e81-b7c4-ed935977befb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20216da9c8ce6fa846a6c986bac33c5ec07dffd" 2018-10-04 14:59:40,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-d100f434-6bb3-41a3-ba0a-3213f446636c Date: Thu, 04 Oct 2018 14:59:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c94192c-dfb2-4e81-b7c4-ed935977befb","tenant_id":"0eaa1a2979ac4bcf88bed6396082a5b4","created_at":"2018-10-04T14:59:17Z","dns_nameservers":[],"updated_at":"2018-10-04T14:59:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"0eaa1a2979ac4bcf88bed6396082a5b4","id":"1c8e2dc7-a756-44af-b536-4bc2ffabb5e7","subnetpool_id":null,"name":"CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet2"}]} 2018-10-04 14:59:40,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2c94192c-dfb2-4e81-b7c4-ed935977befb used request id req-d100f434-6bb3-41a3-ba0a-3213f446636c 2018-10-04 14:59:40,641 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-router and port CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port1 2018-10-04 14:59:40,641 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-router 2018-10-04 14:59:40,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/fb2d4d12-aa4d-40c5-a88f-49a46084ad38/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" -d '{"port_id": "5d86c596-f91e-4c61-a868-92fa6875c50d"}' 2018-10-04 14:59:41,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9b97479c-1a11-4fca-80eb-14522ea70b41 Date: Thu, 04 Oct 2018 14:59:41 GMT RESP BODY: {"network_id": "20fa7424-78a5-4902-80a5-fd963a79ff13", "tenant_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "subnet_id": "7faac183-2a50-49b8-b471-3cf8c20c6fed", "subnet_ids": ["7faac183-2a50-49b8-b471-3cf8c20c6fed"], "port_id": "5d86c596-f91e-4c61-a868-92fa6875c50d", "id": "fb2d4d12-aa4d-40c5-a88f-49a46084ad38"} 2018-10-04 14:59:41,886 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/fb2d4d12-aa4d-40c5-a88f-49a46084ad38/remove_router_interface used request id req-9b97479c-1a11-4fca-80eb-14522ea70b41 2018-10-04 14:59:41,887 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-router and port CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-port2 2018-10-04 14:59:41,887 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-router 2018-10-04 14:59:41,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/fb2d4d12-aa4d-40c5-a88f-49a46084ad38/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" -d '{"port_id": "db249d45-b354-4279-a786-a7c611549942"}' 2018-10-04 14:59:43,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4fd09022-4ade-4005-b454-b5400ab8bfa3 Date: Thu, 04 Oct 2018 14:59:43 GMT RESP BODY: {"network_id": "2c94192c-dfb2-4e81-b7c4-ed935977befb", "tenant_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "subnet_id": "1c8e2dc7-a756-44af-b536-4bc2ffabb5e7", "subnet_ids": ["1c8e2dc7-a756-44af-b536-4bc2ffabb5e7"], "port_id": "db249d45-b354-4279-a786-a7c611549942", "id": "fb2d4d12-aa4d-40c5-a88f-49a46084ad38"} 2018-10-04 14:59:43,279 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/fb2d4d12-aa4d-40c5-a88f-49a46084ad38/remove_router_interface used request id req-4fd09022-4ade-4005-b454-b5400ab8bfa3 2018-10-04 14:59:43,279 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-router 2018-10-04 14:59:43,280 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-router 2018-10-04 14:59:43,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/fb2d4d12-aa4d-40c5-a88f-49a46084ad38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200609e8143cfcdb5bcd87835b803745403f0d1" 2018-10-04 14:59:46,112 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aa2a97d2-8bb3-48e6-a8c8-6bbd20cf2b83 Content-Length: 0 Date: Thu, 04 Oct 2018 14:59:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:59:46,112 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/fb2d4d12-aa4d-40c5-a88f-49a46084ad38 used request id req-aa2a97d2-8bb3-48e6-a8c8-6bbd20cf2b83 2018-10-04 14:59:46,113 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet1 2018-10-04 14:59:46,113 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet1 2018-10-04 14:59:46,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/7faac183-2a50-49b8-b471-3cf8c20c6fed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac593faf4957204d4541a3f1f3fc3c1b061e9947" 2018-10-04 14:59:48,424 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1b3e803a-818e-461a-863e-bbebe6b61108 Date: Thu, 04 Oct 2018 14:59:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:59:48,424 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/7faac183-2a50-49b8-b471-3cf8c20c6fed used request id req-1b3e803a-818e-461a-863e-bbebe6b61108 2018-10-04 14:59:48,425 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net1 2018-10-04 14:59:48,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/20fa7424-78a5-4902-80a5-fd963a79ff13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac593faf4957204d4541a3f1f3fc3c1b061e9947" 2018-10-04 14:59:49,765 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-42f230fc-22e5-4243-bf54-4e64c01c8ad2 Date: Thu, 04 Oct 2018 14:59:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:59:49,766 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/20fa7424-78a5-4902-80a5-fd963a79ff13 used request id req-42f230fc-22e5-4243-bf54-4e64c01c8ad2 2018-10-04 14:59:49,766 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet2 2018-10-04 14:59:49,767 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-subnet2 2018-10-04 14:59:49,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/1c8e2dc7-a756-44af-b536-4bc2ffabb5e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d496d3dcd1bcf037e9f7910c955ad88edb678bb7" 2018-10-04 14:59:51,967 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b0b11ace-5b32-42bb-b092-12e27df9c3f6 Date: Thu, 04 Oct 2018 14:59:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:59:51,968 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/1c8e2dc7-a756-44af-b536-4bc2ffabb5e7 used request id req-b0b11ace-5b32-42bb-b092-12e27df9c3f6 2018-10-04 14:59:51,968 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-ac5e15fa-71d5-42be-8841-c5b52308aa44-pub-net2 2018-10-04 14:59:51,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/2c94192c-dfb2-4e81-b7c4-ed935977befb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d496d3dcd1bcf037e9f7910c955ad88edb678bb7" 2018-10-04 14:59:53,113 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-35e5b3de-49c5-46d2-91e4-612f79c9faad Date: Thu, 04 Oct 2018 14:59:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:59:53,113 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/2c94192c-dfb2-4e81-b7c4-ed935977befb used request id req-35e5b3de-49c5-46d2-91e4-612f79c9faad 2018-10-04 14:59:53,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e100b7a175c6bc88510271b07be6cf149d9baf" 2018-10-04 14:59:53,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-24a254c2-3388-4774-acb1-81b903cb9891 Date: Thu, 04 Oct 2018 14:59:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "created_at": "2018-10-04T14:59:13Z", "updated_at": "2018-10-04T14:59:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:59:13Z", "revision_number": 0, "id": "3fe02e86-0eb3-4b4c-ab72-44cd8aaefe61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:59:13Z", "security_group_id": "2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01", "tenant_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "0eaa1a2979ac4bcf88bed6396082a5b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:59:13Z", "revision_number": 0, "id": "76e69bc6-f8f0-42ff-9df7-a4c7047c64c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:59:13Z", "security_group_id": "2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01", "tenant_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "0eaa1a2979ac4bcf88bed6396082a5b4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:59:13Z", "revision_number": 0, "id": "9a2c4188-0b4a-4080-a271-9dced13c0169", "remote_group_id": "2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01", "remote_ip_prefix": null, "created_at": "2018-10-04T14:59:13Z", "security_group_id": "2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01", "tenant_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "0eaa1a2979ac4bcf88bed6396082a5b4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:59:13Z", "revision_number": 0, "id": "de48e6e6-a52d-432a-9512-27837ef5d7f7", "remote_group_id": "2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01", "remote_ip_prefix": null, "created_at": "2018-10-04T14:59:13Z", "security_group_id": "2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01", "tenant_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "0eaa1a2979ac4bcf88bed6396082a5b4"}], "revision_number": 4, "project_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "id": "2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 14:59:53,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-24a254c2-3388-4774-acb1-81b903cb9891 2018-10-04 14:59:53,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e100b7a175c6bc88510271b07be6cf149d9baf" 2018-10-04 14:59:53,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4046a5e-d184-45d0-9931-3688f5ad97d9 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 14:59:53,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-b4046a5e-d184-45d0-9931-3688f5ad97d9 2018-10-04 14:59:53,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e100b7a175c6bc88510271b07be6cf149d9baf" 2018-10-04 14:59:53,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eea0ee50-261b-4fe2-a8e2-dd3638ff0802 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4"}, "enabled": true, "id": "0eaa1a2979ac4bcf88bed6396082a5b4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b97ffbba-a246-476-proj"}} 2018-10-04 14:59:53,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4 used request id req-eea0ee50-261b-4fe2-a8e2-dd3638ff0802 2018-10-04 14:59:53,532 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01 2018-10-04 14:59:53,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e100b7a175c6bc88510271b07be6cf149d9baf" 2018-10-04 14:59:53,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-164358b4-9f10-411e-8a2b-32d075ede732 Date: Thu, 04 Oct 2018 14:59:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:59:13Z", "security_group_id": "2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01", "port_range_min": null, "revision_number": 0, "tenant_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "created_at": "2018-10-04T14:59:13Z", "project_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "id": "3fe02e86-0eb3-4b4c-ab72-44cd8aaefe61"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:59:13Z", "security_group_id": "2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01", "port_range_min": null, "revision_number": 0, "tenant_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "created_at": "2018-10-04T14:59:13Z", "project_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "id": "76e69bc6-f8f0-42ff-9df7-a4c7047c64c0"}, {"remote_group_id": "2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:59:13Z", "security_group_id": "2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01", "port_range_min": null, "revision_number": 0, "tenant_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "created_at": "2018-10-04T14:59:13Z", "project_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "id": "9a2c4188-0b4a-4080-a271-9dced13c0169"}, {"remote_group_id": "2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T14:59:13Z", "security_group_id": "2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01", "port_range_min": null, "revision_number": 0, "tenant_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "created_at": "2018-10-04T14:59:13Z", "project_id": "0eaa1a2979ac4bcf88bed6396082a5b4", "id": "de48e6e6-a52d-432a-9512-27837ef5d7f7"}]} 2018-10-04 14:59:53,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01 used request id req-164358b4-9f10-411e-8a2b-32d075ede732 2018-10-04 14:59:53,706 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 14:59:53,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e100b7a175c6bc88510271b07be6cf149d9baf" 2018-10-04 14:59:54,025 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-063f9ddd-d1ff-455e-ad0b-68583046eb43 Content-Length: 0 Date: Thu, 04 Oct 2018 14:59:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 14:59:54,025 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/2b3ddfdf-f2d0-4a07-89a7-7b434bba7a01 used request id req-063f9ddd-d1ff-455e-ad0b-68583046eb43 2018-10-04 14:59:54,026 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-b97ffbba-a246-476-proj 2018-10-04 14:59:54,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e100b7a175c6bc88510271b07be6cf149d9baf" 2018-10-04 14:59:54,219 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:59:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a40789d8-16c3-452a-8ce0-a7840a3b00a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:59:54,219 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/0eaa1a2979ac4bcf88bed6396082a5b4 used request id req-a40789d8-16c3-452a-8ce0-a7840a3b00a6 2018-10-04 14:59:54,219 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-b97ffbba-a246-476-proj-role 2018-10-04 14:59:54,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/4663bdab64ab49dcaec6b8c444822c15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e100b7a175c6bc88510271b07be6cf149d9baf" 2018-10-04 14:59:54,318 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:59:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df7e5048-2672-4ee3-b42d-85d75d963dd3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:59:54,318 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/4663bdab64ab49dcaec6b8c444822c15 used request id req-df7e5048-2672-4ee3-b42d-85d75d963dd3 2018-10-04 14:59:54,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e100b7a175c6bc88510271b07be6cf149d9baf" 2018-10-04 14:59:54,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80b8ac75-c778-4b6c-aebe-89c78545981c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:59:54,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-80b8ac75-c778-4b6c-aebe-89c78545981c 2018-10-04 14:59:54,413 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-b97ffbba-a246-476-user 2018-10-04 14:59:54,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/f99dc255d0de459bbcd78691bb523af6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4801560453e5ab412f8307c79e94e10b3a760db0" 2018-10-04 14:59:54,611 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:59:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b3ea595-a557-4a9c-bcfd-83992e4d9709 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:59:54,612 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/f99dc255d0de459bbcd78691bb523af6 used request id req-9b3ea595-a557-4a9c-bcfd-83992e4d9709 2018-10-04 14:59:54,613 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:59:54,985 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:59:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["zNiQBHnRSLiBKMIBpZ38sg"], "issued_at": "2018-10-04T14:59:54.000000Z"}} 2018-10-04 14:59:54,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c65a3c06e0280389b66da010eef79e7070a8f3a" 2018-10-04 14:59:55,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-132c1c6b-b8f3-4d87-bfd6-088c9a133602 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:59:55,077 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-132c1c6b-b8f3-4d87-bfd6-088c9a133602 2018-10-04 14:59:55,078 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:59:55,079 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:59:55,473 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:59:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["mF2HcjzARIq-zt6lZdhudw"], "issued_at": "2018-10-04T14:59:55.000000Z"}} 2018-10-04 14:59:55,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d9d5949582c59eaeb53712a8bc04ec30d74436" 2018-10-04 14:59:55,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8166a008-99ca-4f3b-9fb5-be081d222ba2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:59:55,555 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8166a008-99ca-4f3b-9fb5-be081d222ba2 2018-10-04 14:59:55,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:59:55,566 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:59:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:59:55,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f909e688-6228-475-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d9d5949582c59eaeb53712a8bc04ec30d74436" 2018-10-04 14:59:55,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8da9b041-f773-40e0-b2b1-857ace611e57 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f909e688-6228-475-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 14:59:55,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f909e688-6228-475-proj used request id req-8da9b041-f773-40e0-b2b1-857ace611e57 2018-10-04 14:59:55,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d9d5949582c59eaeb53712a8bc04ec30d74436" 2018-10-04 14:59:55,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e6abc73-cee6-41a6-b30c-a2a7f6087e63 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:59:55,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-1e6abc73-cee6-41a6-b30c-a2a7f6087e63 2018-10-04 14:59:55,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d9d5949582c59eaeb53712a8bc04ec30d74436" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-f909e688-6228-475-proj"}}' 2018-10-04 14:59:55,886 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:59:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a761f537-6dbf-41b7-9355-338e30fd32b8 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/42a71cf9aff14814b1332f7925889aa7"}, "enabled": true, "id": "42a71cf9aff14814b1332f7925889aa7", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f909e688-6228-475-proj"}} 2018-10-04 14:59:55,887 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-a761f537-6dbf-41b7-9355-338e30fd32b8 2018-10-04 14:59:55,887 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-f909e688-6228-475-proj 2018-10-04 14:59:55,887 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:59:55,888 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:59:56,276 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T15:59:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["KBFPgrpoQU2iNk3ww_TLQQ"], "issued_at": "2018-10-04T14:59:56.000000Z"}} 2018-10-04 14:59:56,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d44ad5079260b8ae5098aeddc80285d70a38b2a" 2018-10-04 14:59:56,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49bda560-7195-4b5e-bd75-59f18a1aa34c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:59:56,355 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-49bda560-7195-4b5e-bd75-59f18a1aa34c 2018-10-04 14:59:56,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 14:59:56,364 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 14:59:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 14:59:56,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d44ad5079260b8ae5098aeddc80285d70a38b2a" 2018-10-04 14:59:56,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f53ba74-c6a8-408f-9881-b71d7227a48b Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 14:59:56,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-7f53ba74-c6a8-408f-9881-b71d7227a48b 2018-10-04 14:59:56,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-f909e688-6228-475-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d44ad5079260b8ae5098aeddc80285d70a38b2a" 2018-10-04 14:59:56,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e22ed208-5569-4132-a0ff-03efff9645b3 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-f909e688-6228-475-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/42a71cf9aff14814b1332f7925889aa7"}, "enabled": true, "id": "42a71cf9aff14814b1332f7925889aa7", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f909e688-6228-475-proj"}]} 2018-10-04 14:59:56,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-f909e688-6228-475-proj used request id req-e22ed208-5569-4132-a0ff-03efff9645b3 2018-10-04 14:59:56,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d44ad5079260b8ae5098aeddc80285d70a38b2a" 2018-10-04 14:59:56,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7be708f4-4a15-43de-857e-7e75c09e10bf Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 14:59:56,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-7be708f4-4a15-43de-857e-7e75c09e10bf 2018-10-04 14:59:57,109 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-f909e688-6228-475-user 2018-10-04 14:59:57,109 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:59:57,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d9d5949582c59eaeb53712a8bc04ec30d74436" 2018-10-04 14:59:57,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35431f4c-43de-4602-b850-b4ee8ffaba5e Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 14:59:57,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-35431f4c-43de-4602-b850-b4ee8ffaba5e 2018-10-04 14:59:57,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d9d5949582c59eaeb53712a8bc04ec30d74436" -d '{"role": {"name": "CreateRouterSuccessTests-f909e688-6228-475-proj-role"}}' 2018-10-04 14:59:57,306 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 14:59:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-181189a0-243c-488e-baaa-e0ce02aa409a Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d29222198c514095acf4abe34bdfe261", "links": {"self": "http://172.30.9.23:5000/v3/roles/d29222198c514095acf4abe34bdfe261"}, "name": "CreateRouterSuccessTests-f909e688-6228-475-proj-role"}} 2018-10-04 14:59:57,307 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-181189a0-243c-488e-baaa-e0ce02aa409a 2018-10-04 14:59:57,307 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-f909e688-6228-475-proj-role 2018-10-04 14:59:57,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/d29222198c514095acf4abe34bdfe261 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d9d5949582c59eaeb53712a8bc04ec30d74436" 2018-10-04 14:59:57,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc86dca1-825a-4fa8-9529-b0364555fe5a Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/d29222198c514095acf4abe34bdfe261"}, "domain_id": null, "name": "CreateRouterSuccessTests-f909e688-6228-475-proj-role", "id": "d29222198c514095acf4abe34bdfe261"}} 2018-10-04 14:59:57,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/d29222198c514095acf4abe34bdfe261 used request id req-cc86dca1-825a-4fa8-9529-b0364555fe5a 2018-10-04 14:59:57,397 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-f909e688-6228-475-proj-role to project CreateRouterSuccessTests-f909e688-6228-475-proj 2018-10-04 14:59:57,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/42a71cf9aff14814b1332f7925889aa7/users/e801888e862540cfb711fe699619a47d/roles/d29222198c514095acf4abe34bdfe261 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d9d5949582c59eaeb53712a8bc04ec30d74436" 2018-10-04 14:59:57,525 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 14:59:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ac48911-f8fc-4a63-9e19-5f3428f700db Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 14:59:57,525 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/42a71cf9aff14814b1332f7925889aa7/users/e801888e862540cfb711fe699619a47d/roles/d29222198c514095acf4abe34bdfe261 used request id req-8ac48911-f8fc-4a63-9e19-5f3428f700db 2018-10-04 14:59:57,526 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:59:57,527 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:59:57,911 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d29222198c514095acf4abe34bdfe261", "name": "CreateRouterSuccessTests-f909e688-6228-475-proj-role"}], "expires_at": "2018-10-04T15:59:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "42a71cf9aff14814b1332f7925889aa7", "name": "CreateRouterSuccessTests-f909e688-6228-475-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/42a71cf9aff14814b1332f7925889aa7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/42a71cf9aff14814b1332f7925889aa7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/42a71cf9aff14814b1332f7925889aa7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/42a71cf9aff14814b1332f7925889aa7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/42a71cf9aff14814b1332f7925889aa7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/42a71cf9aff14814b1332f7925889aa7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/42a71cf9aff14814b1332f7925889aa7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/42a71cf9aff14814b1332f7925889aa7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/42a71cf9aff14814b1332f7925889aa7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/42a71cf9aff14814b1332f7925889aa7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/42a71cf9aff14814b1332f7925889aa7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/42a71cf9aff14814b1332f7925889aa7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-f909e688-6228-475-user", "id": "e801888e862540cfb711fe699619a47d"}, "audit_ids": ["ipoOq0hhQzaw5cJ-6ERHPg"], "issued_at": "2018-10-04T14:59:57.000000Z"}} 2018-10-04 14:59:57,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a316dc03bd405ba32dfdb9b17e30881a0b0de82" 2018-10-04 14:59:57,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6d6b443-1176-487f-a215-2a3a9fa4be62 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:59:57,986 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d6d6b443-1176-487f-a215-2a3a9fa4be62 2018-10-04 14:59:57,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-7db5a8db-2b94-413f-b88a-658fe5a4444b-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a316dc03bd405ba32dfdb9b17e30881a0b0de82" 2018-10-04 14:59:58,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-370b9608-2888-471a-a95d-daefbdc61e54 Date: Thu, 04 Oct 2018 14:59:58 GMT RESP BODY: {"routers": []} 2018-10-04 14:59:58,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-7db5a8db-2b94-413f-b88a-658fe5a4444b-pub-router&admin_state_up=True used request id req-370b9608-2888-471a-a95d-daefbdc61e54 2018-10-04 14:59:58,194 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 14:59:58,195 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 14:59:58,576 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d29222198c514095acf4abe34bdfe261", "name": "CreateRouterSuccessTests-f909e688-6228-475-proj-role"}], "expires_at": "2018-10-04T15:59:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "42a71cf9aff14814b1332f7925889aa7", "name": "CreateRouterSuccessTests-f909e688-6228-475-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/42a71cf9aff14814b1332f7925889aa7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/42a71cf9aff14814b1332f7925889aa7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/42a71cf9aff14814b1332f7925889aa7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/42a71cf9aff14814b1332f7925889aa7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/42a71cf9aff14814b1332f7925889aa7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/42a71cf9aff14814b1332f7925889aa7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/42a71cf9aff14814b1332f7925889aa7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/42a71cf9aff14814b1332f7925889aa7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/42a71cf9aff14814b1332f7925889aa7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/42a71cf9aff14814b1332f7925889aa7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/42a71cf9aff14814b1332f7925889aa7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/42a71cf9aff14814b1332f7925889aa7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-f909e688-6228-475-user", "id": "e801888e862540cfb711fe699619a47d"}, "audit_ids": ["7CzG33FkRE6j1Py0OJcr0w"], "issued_at": "2018-10-04T14:59:58.000000Z"}} 2018-10-04 14:59:58,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deb7793da15a7d8d208ad620921093610221ef09" 2018-10-04 14:59:58,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 14:59:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12f4de9f-b885-4efa-bdfa-12334507125e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 14:59:58,653 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-12f4de9f-b885-4efa-bdfa-12334507125e 2018-10-04 14:59:58,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a316dc03bd405ba32dfdb9b17e30881a0b0de82" 2018-10-04 14:59:58,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-6977b1ec-876f-4234-86c9-ccd20749bb7b Date: Thu, 04 Oct 2018 14:59:58 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 14:59:58,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-6977b1ec-876f-4234-86c9-ccd20749bb7b 2018-10-04 14:59:58,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a316dc03bd405ba32dfdb9b17e30881a0b0de82" 2018-10-04 14:59:59,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-232e3bd7-c96a-451f-92a3-bb63f188518e Date: Thu, 04 Oct 2018 14:59:59 GMT RESP BODY: {"subnets":[]} 2018-10-04 14:59:59,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-232e3bd7-c96a-451f-92a3-bb63f188518e 2018-10-04 14:59:59,084 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-7db5a8db-2b94-413f-b88a-658fe5a4444b-pub-router 2018-10-04 14:59:59,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a316dc03bd405ba32dfdb9b17e30881a0b0de82" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "CreateRouterSuccessTests-7db5a8db-2b94-413f-b88a-658fe5a4444b-pub-router", "admin_state_up": true}}' 2018-10-04 15:00:04,343 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-c96cc34c-e9ed-442e-9e78-4a3ca03cb19e Date: Thu, 04 Oct 2018 15:00:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "42a71cf9aff14814b1332f7925889aa7", "created_at": "2018-10-04T14:59:59Z", "admin_state_up": true, "updated_at": "2018-10-04T15:00:00Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "42a71cf9aff14814b1332f7925889aa7", "id": "5ee3d3d5-e4f4-4c9f-9728-0ef0c419c45c", "name": "CreateRouterSuccessTests-7db5a8db-2b94-413f-b88a-658fe5a4444b-pub-router"}} 2018-10-04 15:00:04,343 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-c96cc34c-e9ed-442e-9e78-4a3ca03cb19e 2018-10-04 15:00:04,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=5ee3d3d5-e4f4-4c9f-9728-0ef0c419c45c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a316dc03bd405ba32dfdb9b17e30881a0b0de82" 2018-10-04 15:00:04,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c03858c3-7958-45a3-9b19-53026a90309e Date: Thu, 04 Oct 2018 15:00:04 GMT RESP BODY: {"ports":[]} 2018-10-04 15:00:04,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=5ee3d3d5-e4f4-4c9f-9728-0ef0c419c45c used request id req-c03858c3-7958-45a3-9b19-53026a90309e 2018-10-04 15:00:04,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/5ee3d3d5-e4f4-4c9f-9728-0ef0c419c45c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a316dc03bd405ba32dfdb9b17e30881a0b0de82" 2018-10-04 15:00:04,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-7e5fd3cb-3ea8-4252-b154-e89e457aa735 Date: Thu, 04 Oct 2018 15:00:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "42a71cf9aff14814b1332f7925889aa7", "created_at": "2018-10-04T14:59:59Z", "admin_state_up": true, "updated_at": "2018-10-04T15:00:03Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "42a71cf9aff14814b1332f7925889aa7", "id": "5ee3d3d5-e4f4-4c9f-9728-0ef0c419c45c", "name": "CreateRouterSuccessTests-7db5a8db-2b94-413f-b88a-658fe5a4444b-pub-router"}} 2018-10-04 15:00:04,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/5ee3d3d5-e4f4-4c9f-9728-0ef0c419c45c used request id req-7e5fd3cb-3ea8-4252-b154-e89e457aa735 2018-10-04 15:00:04,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=5ee3d3d5-e4f4-4c9f-9728-0ef0c419c45c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a316dc03bd405ba32dfdb9b17e30881a0b0de82" 2018-10-04 15:00:04,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-899322c5-e703-479b-86a5-d2fd8a2026b2 Date: Thu, 04 Oct 2018 15:00:04 GMT RESP BODY: {"ports":[]} 2018-10-04 15:00:04,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=5ee3d3d5-e4f4-4c9f-9728-0ef0c419c45c used request id req-899322c5-e703-479b-86a5-d2fd8a2026b2 2018-10-04 15:00:04,944 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:00:05,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d29222198c514095acf4abe34bdfe261", "name": "CreateRouterSuccessTests-f909e688-6228-475-proj-role"}], "expires_at": "2018-10-04T16:00:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "42a71cf9aff14814b1332f7925889aa7", "name": "CreateRouterSuccessTests-f909e688-6228-475-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/42a71cf9aff14814b1332f7925889aa7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/42a71cf9aff14814b1332f7925889aa7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/42a71cf9aff14814b1332f7925889aa7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/42a71cf9aff14814b1332f7925889aa7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/42a71cf9aff14814b1332f7925889aa7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/42a71cf9aff14814b1332f7925889aa7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/42a71cf9aff14814b1332f7925889aa7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/42a71cf9aff14814b1332f7925889aa7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/42a71cf9aff14814b1332f7925889aa7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/42a71cf9aff14814b1332f7925889aa7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/42a71cf9aff14814b1332f7925889aa7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/42a71cf9aff14814b1332f7925889aa7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-f909e688-6228-475-user", "id": "e801888e862540cfb711fe699619a47d"}, "audit_ids": ["HW3LT4YNRbOiUUkzXz_XIg"], "issued_at": "2018-10-04T15:00:05.000000Z"}} 2018-10-04 15:00:05,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-7db5a8db-2b94-413f-b88a-658fe5a4444b-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ca1ed12075590cef08d47857592c93486400c0c" 2018-10-04 15:00:05,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-10600996-edaa-41cc-a1e3-96715b7f1d4b Date: Thu, 04 Oct 2018 15:00:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "42a71cf9aff14814b1332f7925889aa7", "created_at": "2018-10-04T14:59:59Z", "admin_state_up": true, "updated_at": "2018-10-04T15:00:03Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "42a71cf9aff14814b1332f7925889aa7", "id": "5ee3d3d5-e4f4-4c9f-9728-0ef0c419c45c", "name": "CreateRouterSuccessTests-7db5a8db-2b94-413f-b88a-658fe5a4444b-pub-router"}]} 2018-10-04 15:00:05,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-7db5a8db-2b94-413f-b88a-658fe5a4444b-pub-router&admin_state_up=True used request id req-10600996-edaa-41cc-a1e3-96715b7f1d4b 2018-10-04 15:00:05,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:00:05,699 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:00:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:00:05,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/42a71cf9aff14814b1332f7925889aa7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c65a3c06e0280389b66da010eef79e7070a8f3a" 2018-10-04 15:00:05,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d02de00a-3992-4013-922c-98d3e3058e7f Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/42a71cf9aff14814b1332f7925889aa7"}, "enabled": true, "id": "42a71cf9aff14814b1332f7925889aa7", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f909e688-6228-475-proj"}} 2018-10-04 15:00:05,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/42a71cf9aff14814b1332f7925889aa7 used request id req-d02de00a-3992-4013-922c-98d3e3058e7f 2018-10-04 15:00:05,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=5ee3d3d5-e4f4-4c9f-9728-0ef0c419c45c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ca1ed12075590cef08d47857592c93486400c0c" 2018-10-04 15:00:05,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-640786e5-faf2-4a87-97e1-80de6bdb8f91 Date: Thu, 04 Oct 2018 15:00:05 GMT RESP BODY: {"ports":[]} 2018-10-04 15:00:05,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=5ee3d3d5-e4f4-4c9f-9728-0ef0c419c45c used request id req-640786e5-faf2-4a87-97e1-80de6bdb8f91 2018-10-04 15:00:05,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ca1ed12075590cef08d47857592c93486400c0c" 2018-10-04 15:00:06,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-bc824afb-0b8b-4ccd-a9a2-945fa4ddf3f8 Date: Thu, 04 Oct 2018 15:00:06 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:00:06,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-bc824afb-0b8b-4ccd-a9a2-945fa4ddf3f8 2018-10-04 15:00:06,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ca1ed12075590cef08d47857592c93486400c0c" 2018-10-04 15:00:06,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c44c991f-2aed-4501-a5be-dff606b5fde8 Date: Thu, 04 Oct 2018 15:00:06 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:00:06,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-c44c991f-2aed-4501-a5be-dff606b5fde8 2018-10-04 15:00:06,394 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-7db5a8db-2b94-413f-b88a-658fe5a4444b-pub-router 2018-10-04 15:00:06,394 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-7db5a8db-2b94-413f-b88a-658fe5a4444b-pub-router 2018-10-04 15:00:06,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/5ee3d3d5-e4f4-4c9f-9728-0ef0c419c45c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a316dc03bd405ba32dfdb9b17e30881a0b0de82" 2018-10-04 15:00:09,783 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9dbdc364-301c-4483-a81d-746d53b5270b Content-Length: 0 Date: Thu, 04 Oct 2018 15:00:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:00:09,783 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/5ee3d3d5-e4f4-4c9f-9728-0ef0c419c45c used request id req-9dbdc364-301c-4483-a81d-746d53b5270b 2018-10-04 15:00:09,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d9d5949582c59eaeb53712a8bc04ec30d74436" 2018-10-04 15:00:09,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-6acda024-b451-4ac0-b6d4-df5da56fd2b6 Date: Thu, 04 Oct 2018 15:00:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:00:09,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-6acda024-b451-4ac0-b6d4-df5da56fd2b6 2018-10-04 15:00:09,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d9d5949582c59eaeb53712a8bc04ec30d74436" 2018-10-04 15:00:10,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f6abe40-b1db-4707-9445-6dce6d6ff51c Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:00:10,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-3f6abe40-b1db-4707-9445-6dce6d6ff51c 2018-10-04 15:00:10,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d9d5949582c59eaeb53712a8bc04ec30d74436" 2018-10-04 15:00:10,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b71e9bb-83a3-45b6-98dd-e4e362e394cc Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:00:10,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-0b71e9bb-83a3-45b6-98dd-e4e362e394cc 2018-10-04 15:00:10,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d9d5949582c59eaeb53712a8bc04ec30d74436" 2018-10-04 15:00:10,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0b78c6a-f323-4b78-a5a4-19ddda0ebf3f Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:00:10,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-f0b78c6a-f323-4b78-a5a4-19ddda0ebf3f 2018-10-04 15:00:10,241 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-f909e688-6228-475-proj 2018-10-04 15:00:10,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/42a71cf9aff14814b1332f7925889aa7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d9d5949582c59eaeb53712a8bc04ec30d74436" 2018-10-04 15:00:10,460 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:00:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b209e2c-5a49-494b-a6b1-1a6816f82e35 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:00:10,460 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/42a71cf9aff14814b1332f7925889aa7 used request id req-3b209e2c-5a49-494b-a6b1-1a6816f82e35 2018-10-04 15:00:10,460 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-f909e688-6228-475-proj-role 2018-10-04 15:00:10,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/d29222198c514095acf4abe34bdfe261 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d9d5949582c59eaeb53712a8bc04ec30d74436" 2018-10-04 15:00:10,569 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:00:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb32ad51-1df5-454f-ab7d-fdfca199a8d9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:00:10,570 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/d29222198c514095acf4abe34bdfe261 used request id req-bb32ad51-1df5-454f-ab7d-fdfca199a8d9 2018-10-04 15:00:10,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9d9d5949582c59eaeb53712a8bc04ec30d74436" 2018-10-04 15:00:10,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-492a1424-a8a2-4662-a1d0-d051f893e447 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:00:10,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-492a1424-a8a2-4662-a1d0-d051f893e447 2018-10-04 15:00:10,677 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-f909e688-6228-475-user 2018-10-04 15:00:10,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/e801888e862540cfb711fe699619a47d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d44ad5079260b8ae5098aeddc80285d70a38b2a" 2018-10-04 15:00:10,905 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:00:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1bc2fb8-ce0a-426c-b347-d85dda4ef1ca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:00:10,905 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/e801888e862540cfb711fe699619a47d used request id req-d1bc2fb8-ce0a-426c-b347-d85dda4ef1ca 2018-10-04 15:00:10,907 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:00:11,289 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:00:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["i_MAA-2-SOCHFtHoBakc0A"], "issued_at": "2018-10-04T15:00:11.000000Z"}} 2018-10-04 15:00:11,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7614efe4d6310167c5c36540bb2e75e9fdb032b9" 2018-10-04 15:00:11,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17116b00-debe-43d5-a763-b8a664f1b474 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:00:11,373 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-17116b00-debe-43d5-a763-b8a664f1b474 2018-10-04 15:00:11,375 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:00:11,376 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:00:11,844 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:00:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["eOuMVpq5RxKGzECnnhm5Mw"], "issued_at": "2018-10-04T15:00:11.000000Z"}} 2018-10-04 15:00:11,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef71a5bb175564a543670f65f65295c043ed323a" 2018-10-04 15:00:11,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80ee9b8d-7059-450d-acc4-abdbfc08de74 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:00:11,922 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-80ee9b8d-7059-450d-acc4-abdbfc08de74 2018-10-04 15:00:11,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:00:11,932 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:00:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:00:11,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-5ed1685d-23c9-4a4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef71a5bb175564a543670f65f65295c043ed323a" 2018-10-04 15:00:12,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82868ddf-0bfd-42ac-8dd1-b63f7674e269 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-5ed1685d-23c9-4a4-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:00:12,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-5ed1685d-23c9-4a4-proj used request id req-82868ddf-0bfd-42ac-8dd1-b63f7674e269 2018-10-04 15:00:12,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef71a5bb175564a543670f65f65295c043ed323a" 2018-10-04 15:00:12,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a974f674-96b5-47f7-9a9c-a291ea6963b0 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:00:12,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-a974f674-96b5-47f7-9a9c-a291ea6963b0 2018-10-04 15:00:12,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef71a5bb175564a543670f65f65295c043ed323a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-5ed1685d-23c9-4a4-proj"}}' 2018-10-04 15:00:12,242 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:00:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c1b9d70-3876-4d43-a37a-8909ea561440 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/11370ca087344e329d6654573ad1125b"}, "enabled": true, "id": "11370ca087344e329d6654573ad1125b", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-5ed1685d-23c9-4a4-proj"}} 2018-10-04 15:00:12,242 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-3c1b9d70-3876-4d43-a37a-8909ea561440 2018-10-04 15:00:12,242 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-5ed1685d-23c9-4a4-proj 2018-10-04 15:00:12,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:00:12,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:00:12,625 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:00:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["VYnbY03nQFuZUVL6vTx12g"], "issued_at": "2018-10-04T15:00:12.000000Z"}} 2018-10-04 15:00:12,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93dff270b98d25000e6fad6d1cd08863d6097cd3" 2018-10-04 15:00:12,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41175d88-11aa-4f67-90ff-dc3d3c4356e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:00:12,638 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-41175d88-11aa-4f67-90ff-dc3d3c4356e3 2018-10-04 15:00:12,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:00:12,648 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:00:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:00:12,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93dff270b98d25000e6fad6d1cd08863d6097cd3" 2018-10-04 15:00:12,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f377202-6fbd-4940-8684-d3c33e4bef7a Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:00:12,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6f377202-6fbd-4940-8684-d3c33e4bef7a 2018-10-04 15:00:12,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-5ed1685d-23c9-4a4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93dff270b98d25000e6fad6d1cd08863d6097cd3" 2018-10-04 15:00:12,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c4194f3-aabb-4037-887a-b80ba43e721b Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-5ed1685d-23c9-4a4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/11370ca087344e329d6654573ad1125b"}, "enabled": true, "id": "11370ca087344e329d6654573ad1125b", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-5ed1685d-23c9-4a4-proj"}]} 2018-10-04 15:00:12,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-5ed1685d-23c9-4a4-proj used request id req-6c4194f3-aabb-4037-887a-b80ba43e721b 2018-10-04 15:00:12,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93dff270b98d25000e6fad6d1cd08863d6097cd3" 2018-10-04 15:00:12,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4b43b5b-d0de-4149-b343-7e200943348e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:00:12,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-e4b43b5b-d0de-4149-b343-7e200943348e 2018-10-04 15:00:13,307 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-5ed1685d-23c9-4a4-user 2018-10-04 15:00:13,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:00:13,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef71a5bb175564a543670f65f65295c043ed323a" 2018-10-04 15:00:13,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd1a9495-514c-4ef4-9b7b-89caafd52426 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:00:13,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-cd1a9495-514c-4ef4-9b7b-89caafd52426 2018-10-04 15:00:13,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef71a5bb175564a543670f65f65295c043ed323a" -d '{"role": {"name": "CreateRouterSuccessTests-5ed1685d-23c9-4a4-proj-role"}}' 2018-10-04 15:00:13,552 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:00:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef7ea263-bbbb-4687-a2ce-12cd46868b1c Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7a9c4fdeb5724972ba28723dc42ec42a", "links": {"self": "http://172.30.9.23:5000/v3/roles/7a9c4fdeb5724972ba28723dc42ec42a"}, "name": "CreateRouterSuccessTests-5ed1685d-23c9-4a4-proj-role"}} 2018-10-04 15:00:13,552 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-ef7ea263-bbbb-4687-a2ce-12cd46868b1c 2018-10-04 15:00:13,552 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-5ed1685d-23c9-4a4-proj-role 2018-10-04 15:00:13,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/7a9c4fdeb5724972ba28723dc42ec42a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef71a5bb175564a543670f65f65295c043ed323a" 2018-10-04 15:00:13,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-810ad4bb-1134-4683-9272-8461c712defe Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/7a9c4fdeb5724972ba28723dc42ec42a"}, "domain_id": null, "name": "CreateRouterSuccessTests-5ed1685d-23c9-4a4-proj-role", "id": "7a9c4fdeb5724972ba28723dc42ec42a"}} 2018-10-04 15:00:13,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/7a9c4fdeb5724972ba28723dc42ec42a used request id req-810ad4bb-1134-4683-9272-8461c712defe 2018-10-04 15:00:13,648 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-5ed1685d-23c9-4a4-proj-role to project CreateRouterSuccessTests-5ed1685d-23c9-4a4-proj 2018-10-04 15:00:13,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/11370ca087344e329d6654573ad1125b/users/351ba19c48f44dbdaabcee5853f8cee7/roles/7a9c4fdeb5724972ba28723dc42ec42a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef71a5bb175564a543670f65f65295c043ed323a" 2018-10-04 15:00:13,783 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:00:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb02be21-0c4b-4f8d-902b-343491fa8e69 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:00:13,783 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/11370ca087344e329d6654573ad1125b/users/351ba19c48f44dbdaabcee5853f8cee7/roles/7a9c4fdeb5724972ba28723dc42ec42a used request id req-bb02be21-0c4b-4f8d-902b-343491fa8e69 2018-10-04 15:00:13,784 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:00:13,784 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:00:14,166 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:00:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["0ecLqFReSr2X8JgPxbQZ7A"], "issued_at": "2018-10-04T15:00:14.000000Z"}} 2018-10-04 15:00:14,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f7f204b89d5929bd0dc8f494a3474007068609" 2018-10-04 15:00:14,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfe896a7-2f28-4ac9-b2c3-ab8859630ba6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:00:14,264 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cfe896a7-2f28-4ac9-b2c3-ab8859630ba6 2018-10-04 15:00:14,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-7cece0c6-e647-4df7-80e0-2dbb256cb994-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f7f204b89d5929bd0dc8f494a3474007068609" 2018-10-04 15:00:14,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-015e9d26-aa15-45a2-b65f-596f25263702 Date: Thu, 04 Oct 2018 15:00:14 GMT RESP BODY: {"routers": []} 2018-10-04 15:00:14,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-7cece0c6-e647-4df7-80e0-2dbb256cb994-pub-router&admin_state_up=True used request id req-015e9d26-aa15-45a2-b65f-596f25263702 2018-10-04 15:00:14,476 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:00:14,477 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:00:14,851 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:00:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["2Es9k7_kTJmDMQCVXImyKg"], "issued_at": "2018-10-04T15:00:14.000000Z"}} 2018-10-04 15:00:14,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9467c8aa4907862de297e39e5d6cd0a2e54f2682" 2018-10-04 15:00:14,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dff8c458-1655-4752-a0c6-00545e3973b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:00:14,930 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dff8c458-1655-4752-a0c6-00545e3973b5 2018-10-04 15:00:14,932 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-7cece0c6-e647-4df7-80e0-2dbb256cb994-pub-router 2018-10-04 15:00:14,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f7f204b89d5929bd0dc8f494a3474007068609" -d '{"router": {"name": "CreateRouterSuccessTests-7cece0c6-e647-4df7-80e0-2dbb256cb994-pub-router", "admin_state_up": true}}' 2018-10-04 15:00:18,805 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-af4cfe27-f056-4b3b-ad02-d41ccd0e69ce Date: Thu, 04 Oct 2018 15:00:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T15:00:15Z", "admin_state_up": true, "updated_at": "2018-10-04T15:00:15Z", "project_id": "37b49a87c69d406f8a162c83c144ee19", "flavor_id": null, "revision_number": 1, "routes": [], "ha": true, "id": "ba606244-5b16-422a-84b3-a1a9d95b1249", "name": "CreateRouterSuccessTests-7cece0c6-e647-4df7-80e0-2dbb256cb994-pub-router"}} 2018-10-04 15:00:18,805 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-af4cfe27-f056-4b3b-ad02-d41ccd0e69ce 2018-10-04 15:00:18,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=ba606244-5b16-422a-84b3-a1a9d95b1249 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f7f204b89d5929bd0dc8f494a3474007068609" 2018-10-04 15:00:19,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2453 X-Openstack-Request-Id: req-6923f20e-b8fd-42a5-8dac-379944a8c08c Date: Thu, 04 Oct 2018 15:00:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:00:17Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e6f38d90-7274-4ba3-8c99-403ea8015c0d","ip_address":"169.254.192.8"}],"id":"0eca372a-e454-4708-a3a4-356d65cb182d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5d:a5:45","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 37b49a87c69d406f8a162c83c144ee19","admin_state_up":true,"network_id":"ed8bc17c-50cd-4c75-8839-2a87e01f334f","tenant_id":"","created_at":"2018-10-04T15:00:17Z","binding:vnic_type":"normal","device_id":"ba606244-5b16-422a-84b3-a1a9d95b1249"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:00:18Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e6f38d90-7274-4ba3-8c99-403ea8015c0d","ip_address":"169.254.192.6"}],"id":"8c322c01-cd80-47ae-b4ed-90677681cdf8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f8:1c:1c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 37b49a87c69d406f8a162c83c144ee19","admin_state_up":true,"network_id":"ed8bc17c-50cd-4c75-8839-2a87e01f334f","tenant_id":"","created_at":"2018-10-04T15:00:17Z","binding:vnic_type":"normal","device_id":"ba606244-5b16-422a-84b3-a1a9d95b1249"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:00:16Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e6f38d90-7274-4ba3-8c99-403ea8015c0d","ip_address":"169.254.192.1"}],"id":"ce9421ef-0ad8-4996-a229-e010e907dabf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:04:4c:d9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 37b49a87c69d406f8a162c83c144ee19","admin_state_up":true,"network_id":"ed8bc17c-50cd-4c75-8839-2a87e01f334f","tenant_id":"","created_at":"2018-10-04T15:00:16Z","binding:vnic_type":"normal","device_id":"ba606244-5b16-422a-84b3-a1a9d95b1249"}]} 2018-10-04 15:00:19,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=ba606244-5b16-422a-84b3-a1a9d95b1249 used request id req-6923f20e-b8fd-42a5-8dac-379944a8c08c 2018-10-04 15:00:19,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/e6f38d90-7274-4ba3-8c99-403ea8015c0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f7f204b89d5929bd0dc8f494a3474007068609" 2018-10-04 15:00:19,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ddc2ba77-1fa3-4454-add1-c360aef3a9c9 Date: Thu, 04 Oct 2018 15:00:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ed8bc17c-50cd-4c75-8839-2a87e01f334f","tenant_id":"","created_at":"2018-10-04T15:00:15Z","dns_nameservers":[],"updated_at":"2018-10-04T15:00:15Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"e6f38d90-7274-4ba3-8c99-403ea8015c0d","subnetpool_id":null,"name":"HA subnet tenant 37b49a87c69d406f8a162c83c144ee19"}} 2018-10-04 15:00:19,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/e6f38d90-7274-4ba3-8c99-403ea8015c0d used request id req-ddc2ba77-1fa3-4454-add1-c360aef3a9c9 2018-10-04 15:00:19,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/e6f38d90-7274-4ba3-8c99-403ea8015c0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f7f204b89d5929bd0dc8f494a3474007068609" 2018-10-04 15:00:19,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-1de5d032-e03b-4733-8b8b-252a4e817a93 Date: Thu, 04 Oct 2018 15:00:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ed8bc17c-50cd-4c75-8839-2a87e01f334f","tenant_id":"","created_at":"2018-10-04T15:00:15Z","dns_nameservers":[],"updated_at":"2018-10-04T15:00:15Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"e6f38d90-7274-4ba3-8c99-403ea8015c0d","subnetpool_id":null,"name":"HA subnet tenant 37b49a87c69d406f8a162c83c144ee19"}} 2018-10-04 15:00:19,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/e6f38d90-7274-4ba3-8c99-403ea8015c0d used request id req-1de5d032-e03b-4733-8b8b-252a4e817a93 2018-10-04 15:00:19,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/e6f38d90-7274-4ba3-8c99-403ea8015c0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f7f204b89d5929bd0dc8f494a3474007068609" 2018-10-04 15:00:19,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ee05dde7-36e9-4bb2-811a-374ff6641de5 Date: Thu, 04 Oct 2018 15:00:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ed8bc17c-50cd-4c75-8839-2a87e01f334f","tenant_id":"","created_at":"2018-10-04T15:00:15Z","dns_nameservers":[],"updated_at":"2018-10-04T15:00:15Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"e6f38d90-7274-4ba3-8c99-403ea8015c0d","subnetpool_id":null,"name":"HA subnet tenant 37b49a87c69d406f8a162c83c144ee19"}} 2018-10-04 15:00:19,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/e6f38d90-7274-4ba3-8c99-403ea8015c0d used request id req-ee05dde7-36e9-4bb2-811a-374ff6641de5 2018-10-04 15:00:19,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f7f204b89d5929bd0dc8f494a3474007068609" 2018-10-04 15:00:19,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-98f27d52-8fe8-483e-9b1d-c2a2b4ac3c4b Date: Thu, 04 Oct 2018 15:00:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 15:00:19,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-98f27d52-8fe8-483e-9b1d-c2a2b4ac3c4b 2018-10-04 15:00:19,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:00:19,789 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:00:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:00:19,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f7f204b89d5929bd0dc8f494a3474007068609" 2018-10-04 15:00:19,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a842cca-7f81-4862-8cf1-404a9319a172 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:00:19,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-1a842cca-7f81-4862-8cf1-404a9319a172 2018-10-04 15:00:19,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?name=CreateRouterSuccessTests-7cece0c6-e647-4df7-80e0-2dbb256cb994-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f7f204b89d5929bd0dc8f494a3474007068609" 2018-10-04 15:00:20,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d24e097b-aa37-4501-aa48-e36770759b54 Date: Thu, 04 Oct 2018 15:00:20 GMT RESP BODY: {"ports":[]} 2018-10-04 15:00:20,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?name=CreateRouterSuccessTests-7cece0c6-e647-4df7-80e0-2dbb256cb994-port1&admin_state_up=True used request id req-d24e097b-aa37-4501-aa48-e36770759b54 2018-10-04 15:00:20,059 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-7cece0c6-e647-4df7-80e0-2dbb256cb994-port1 for router - CreateRouterSuccessTests-7cece0c6-e647-4df7-80e0-2dbb256cb994-pub-router 2018-10-04 15:00:20,060 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:00:20,060 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:00:20,440 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:00:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["7pJG93t9R_W3jzhs6TXZ5g"], "issued_at": "2018-10-04T15:00:20.000000Z"}} 2018-10-04 15:00:20,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ecb901b40d42aa0800dc0d641f998581cad7d70" 2018-10-04 15:00:20,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15086973-ed54-4f71-bb8b-4807eca3197c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:00:20,521 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-15086973-ed54-4f71-bb8b-4807eca3197c 2018-10-04 15:00:20,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f7f204b89d5929bd0dc8f494a3474007068609" 2018-10-04 15:00:20,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-3b1182a3-4e1b-4dd1-8372-b96d4d8cdf24 Date: Thu, 04 Oct 2018 15:00:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 15:00:20,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-3b1182a3-4e1b-4dd1-8372-b96d4d8cdf24 2018-10-04 15:00:20,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f7f204b89d5929bd0dc8f494a3474007068609" 2018-10-04 15:00:20,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-34d19a6c-85a3-4847-9f87-ba053c2796d0 Date: Thu, 04 Oct 2018 15:00:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","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":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 15:00:20,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-34d19a6c-85a3-4847-9f87-ba053c2796d0 2018-10-04 15:00:20,824 - neutron_utils - INFO - Creating port for network with name - external 2018-10-04 15:00:20,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f7f204b89d5929bd0dc8f494a3474007068609" -d '{"port": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "name": "CreateRouterSuccessTests-7cece0c6-e647-4df7-80e0-2dbb256cb994-port1", "admin_state_up": true}}' 2018-10-04 15:00:21,831 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-e4176f91-faf3-410b-9578-62ba4ce50310 Date: Thu, 04 Oct 2018 15:00:21 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:00:21Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","ip_address":"172.30.9.204"}],"id":"8709bcfc-1294-49ac-9674-21da82c5d044","security_groups":["2c85e961-5fba-44fd-86fd-36660bdc4ebe"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fb:9e:9d","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateRouterSuccessTests-7cece0c6-e647-4df7-80e0-2dbb256cb994-port1","project_id":"37b49a87c69d406f8a162c83c144ee19","qos_policy_id":null,"admin_state_up":true,"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:00:21Z","binding:vnic_type":"normal"}} 2018-10-04 15:00:21,832 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-e4176f91-faf3-410b-9578-62ba4ce50310 2018-10-04 15:00:21,832 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-7cece0c6-e647-4df7-80e0-2dbb256cb994-port1 for router - CreateRouterSuccessTests-7cece0c6-e647-4df7-80e0-2dbb256cb994-pub-router 2018-10-04 15:00:21,832 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-7cece0c6-e647-4df7-80e0-2dbb256cb994-pub-router 2018-10-04 15:00:21,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/ba606244-5b16-422a-84b3-a1a9d95b1249/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f7f204b89d5929bd0dc8f494a3474007068609" -d '{"port_id": "8709bcfc-1294-49ac-9674-21da82c5d044"}' 2018-10-04 15:00:23,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-938e0130-dc1f-4d9c-9644-4fa781ba671c Date: Thu, 04 Oct 2018 15:00:23 GMT RESP BODY: {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "subnet_ids": ["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"], "port_id": "8709bcfc-1294-49ac-9674-21da82c5d044", "id": "ba606244-5b16-422a-84b3-a1a9d95b1249"} 2018-10-04 15:00:23,539 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ba606244-5b16-422a-84b3-a1a9d95b1249/add_router_interface used request id req-938e0130-dc1f-4d9c-9644-4fa781ba671c 2018-10-04 15:00:23,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/ba606244-5b16-422a-84b3-a1a9d95b1249 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f7f204b89d5929bd0dc8f494a3474007068609" 2018-10-04 15:00:23,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-ec1ab357-9190-44b7-b654-b2cd46a185a4 Date: Thu, 04 Oct 2018 15:00:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T15:00:15Z", "admin_state_up": true, "updated_at": "2018-10-04T15:00:22Z", "project_id": "37b49a87c69d406f8a162c83c144ee19", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "ba606244-5b16-422a-84b3-a1a9d95b1249", "name": "CreateRouterSuccessTests-7cece0c6-e647-4df7-80e0-2dbb256cb994-pub-router"}} 2018-10-04 15:00:23,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/ba606244-5b16-422a-84b3-a1a9d95b1249 used request id req-ec1ab357-9190-44b7-b654-b2cd46a185a4 2018-10-04 15:00:23,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=ba606244-5b16-422a-84b3-a1a9d95b1249 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f7f204b89d5929bd0dc8f494a3474007068609" 2018-10-04 15:00:23,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3692 X-Openstack-Request-Id: req-62c8bd4b-4ca5-4852-a1d7-82a7d58a6cb1 Date: Thu, 04 Oct 2018 15:00:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:00:21Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e6f38d90-7274-4ba3-8c99-403ea8015c0d","ip_address":"169.254.192.8"}],"id":"0eca372a-e454-4708-a3a4-356d65cb182d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5d:a5:45","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 37b49a87c69d406f8a162c83c144ee19","admin_state_up":true,"network_id":"ed8bc17c-50cd-4c75-8839-2a87e01f334f","tenant_id":"","created_at":"2018-10-04T15:00:17Z","binding:vnic_type":"normal","device_id":"ba606244-5b16-422a-84b3-a1a9d95b1249"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:00:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","ip_address":"172.30.9.204"}],"id":"8709bcfc-1294-49ac-9674-21da82c5d044","security_groups":["2c85e961-5fba-44fd-86fd-36660bdc4ebe"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fb:9e:9d","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-7cece0c6-e647-4df7-80e0-2dbb256cb994-port1","admin_state_up":true,"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:00:21Z","binding:vnic_type":"normal","device_id":"ba606244-5b16-422a-84b3-a1a9d95b1249"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:00:20Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e6f38d90-7274-4ba3-8c99-403ea8015c0d","ip_address":"169.254.192.6"}],"id":"8c322c01-cd80-47ae-b4ed-90677681cdf8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:1c:1c","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 37b49a87c69d406f8a162c83c144ee19","admin_state_up":true,"network_id":"ed8bc17c-50cd-4c75-8839-2a87e01f334f","tenant_id":"","created_at":"2018-10-04T15:00:17Z","binding:vnic_type":"normal","device_id":"ba606244-5b16-422a-84b3-a1a9d95b1249"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:00:21Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e6f38d90-7274-4ba3-8c99-403ea8015c0d","ip_address":"169.254.192.1"}],"id":"ce9421ef-0ad8-4996-a229-e010e907dabf","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:04:4c:d9","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 37b49a87c69d406f8a162c83c144ee19","admin_state_up":true,"network_id":"ed8bc17c-50cd-4c75-8839-2a87e01f334f","tenant_id":"","created_at":"2018-10-04T15:00:16Z","binding:vnic_type":"normal","device_id":"ba606244-5b16-422a-84b3-a1a9d95b1249"}]} 2018-10-04 15:00:23,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=ba606244-5b16-422a-84b3-a1a9d95b1249 used request id req-62c8bd4b-4ca5-4852-a1d7-82a7d58a6cb1 2018-10-04 15:00:23,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/e6f38d90-7274-4ba3-8c99-403ea8015c0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f7f204b89d5929bd0dc8f494a3474007068609" 2018-10-04 15:00:24,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b68b934d-0656-4be7-874d-41840a93d222 Date: Thu, 04 Oct 2018 15:00:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ed8bc17c-50cd-4c75-8839-2a87e01f334f","tenant_id":"","created_at":"2018-10-04T15:00:15Z","dns_nameservers":[],"updated_at":"2018-10-04T15:00:15Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"e6f38d90-7274-4ba3-8c99-403ea8015c0d","subnetpool_id":null,"name":"HA subnet tenant 37b49a87c69d406f8a162c83c144ee19"}} 2018-10-04 15:00:24,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/e6f38d90-7274-4ba3-8c99-403ea8015c0d used request id req-b68b934d-0656-4be7-874d-41840a93d222 2018-10-04 15:00:24,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/e6f38d90-7274-4ba3-8c99-403ea8015c0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f7f204b89d5929bd0dc8f494a3474007068609" 2018-10-04 15:00:24,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-1ca03a77-bdaa-4c0f-bc89-4d6db5d89b22 Date: Thu, 04 Oct 2018 15:00:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ed8bc17c-50cd-4c75-8839-2a87e01f334f","tenant_id":"","created_at":"2018-10-04T15:00:15Z","dns_nameservers":[],"updated_at":"2018-10-04T15:00:15Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"e6f38d90-7274-4ba3-8c99-403ea8015c0d","subnetpool_id":null,"name":"HA subnet tenant 37b49a87c69d406f8a162c83c144ee19"}} 2018-10-04 15:00:24,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/e6f38d90-7274-4ba3-8c99-403ea8015c0d used request id req-1ca03a77-bdaa-4c0f-bc89-4d6db5d89b22 2018-10-04 15:00:24,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/e6f38d90-7274-4ba3-8c99-403ea8015c0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f7f204b89d5929bd0dc8f494a3474007068609" 2018-10-04 15:00:24,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-bad9dbb5-6801-44ec-827d-ff3cbea5bcb0 Date: Thu, 04 Oct 2018 15:00:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ed8bc17c-50cd-4c75-8839-2a87e01f334f","tenant_id":"","created_at":"2018-10-04T15:00:15Z","dns_nameservers":[],"updated_at":"2018-10-04T15:00:15Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"e6f38d90-7274-4ba3-8c99-403ea8015c0d","subnetpool_id":null,"name":"HA subnet tenant 37b49a87c69d406f8a162c83c144ee19"}} 2018-10-04 15:00:24,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/e6f38d90-7274-4ba3-8c99-403ea8015c0d used request id req-bad9dbb5-6801-44ec-827d-ff3cbea5bcb0 2018-10-04 15:00:24,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f7f204b89d5929bd0dc8f494a3474007068609" 2018-10-04 15:00:24,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-51a173fd-222a-46a2-9921-044d5808bad6 Date: Thu, 04 Oct 2018 15:00:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 15:00:24,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b used request id req-51a173fd-222a-46a2-9921-044d5808bad6 2018-10-04 15:00:24,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7614efe4d6310167c5c36540bb2e75e9fdb032b9" 2018-10-04 15:00:24,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c2b7a04-f073-4049-a06f-7dd926bc7c62 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:00:24,533 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5c2b7a04-f073-4049-a06f-7dd926bc7c62 2018-10-04 15:00:24,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-7cece0c6-e647-4df7-80e0-2dbb256cb994-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7614efe4d6310167c5c36540bb2e75e9fdb032b9" 2018-10-04 15:00:24,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-e429c958-9e2d-454e-9a0b-fdcbdaba60f2 Date: Thu, 04 Oct 2018 15:00:24 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T15:00:15Z", "admin_state_up": true, "updated_at": "2018-10-04T15:00:22Z", "project_id": "37b49a87c69d406f8a162c83c144ee19", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "ba606244-5b16-422a-84b3-a1a9d95b1249", "name": "CreateRouterSuccessTests-7cece0c6-e647-4df7-80e0-2dbb256cb994-pub-router"}]} 2018-10-04 15:00:24,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-7cece0c6-e647-4df7-80e0-2dbb256cb994-pub-router&admin_state_up=True used request id req-e429c958-9e2d-454e-9a0b-fdcbdaba60f2 2018-10-04 15:00:24,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:00:24,756 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:00:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:00:24,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7614efe4d6310167c5c36540bb2e75e9fdb032b9" 2018-10-04 15:00:24,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f08b4951-a123-4189-a644-120b11711761 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:00:24,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-f08b4951-a123-4189-a644-120b11711761 2018-10-04 15:00:24,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=ba606244-5b16-422a-84b3-a1a9d95b1249 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7614efe4d6310167c5c36540bb2e75e9fdb032b9" 2018-10-04 15:00:25,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3788 X-Openstack-Request-Id: req-101682f2-ae5d-4c3c-98c4-b27e47652602 Date: Thu, 04 Oct 2018 15:00:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:00:21Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e6f38d90-7274-4ba3-8c99-403ea8015c0d","ip_address":"169.254.192.8"}],"id":"0eca372a-e454-4708-a3a4-356d65cb182d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5d:a5:45","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 37b49a87c69d406f8a162c83c144ee19","admin_state_up":true,"network_id":"ed8bc17c-50cd-4c75-8839-2a87e01f334f","tenant_id":"","created_at":"2018-10-04T15:00:17Z","binding:vnic_type":"normal","device_id":"ba606244-5b16-422a-84b3-a1a9d95b1249"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:00:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":8,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","ip_address":"172.30.9.204"}],"id":"8709bcfc-1294-49ac-9674-21da82c5d044","security_groups":["2c85e961-5fba-44fd-86fd-36660bdc4ebe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fb:9e:9d","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-7cece0c6-e647-4df7-80e0-2dbb256cb994-port1","admin_state_up":true,"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:00:21Z","binding:vnic_type":"normal","device_id":"ba606244-5b16-422a-84b3-a1a9d95b1249"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:00:20Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e6f38d90-7274-4ba3-8c99-403ea8015c0d","ip_address":"169.254.192.6"}],"id":"8c322c01-cd80-47ae-b4ed-90677681cdf8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:1c:1c","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 37b49a87c69d406f8a162c83c144ee19","admin_state_up":true,"network_id":"ed8bc17c-50cd-4c75-8839-2a87e01f334f","tenant_id":"","created_at":"2018-10-04T15:00:17Z","binding:vnic_type":"normal","device_id":"ba606244-5b16-422a-84b3-a1a9d95b1249"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:00:21Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e6f38d90-7274-4ba3-8c99-403ea8015c0d","ip_address":"169.254.192.1"}],"id":"ce9421ef-0ad8-4996-a229-e010e907dabf","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:04:4c:d9","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 37b49a87c69d406f8a162c83c144ee19","admin_state_up":true,"network_id":"ed8bc17c-50cd-4c75-8839-2a87e01f334f","tenant_id":"","created_at":"2018-10-04T15:00:16Z","binding:vnic_type":"normal","device_id":"ba606244-5b16-422a-84b3-a1a9d95b1249"}]} 2018-10-04 15:00:25,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=ba606244-5b16-422a-84b3-a1a9d95b1249 used request id req-101682f2-ae5d-4c3c-98c4-b27e47652602 2018-10-04 15:00:25,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/e6f38d90-7274-4ba3-8c99-403ea8015c0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7614efe4d6310167c5c36540bb2e75e9fdb032b9" 2018-10-04 15:00:25,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-522a8015-4bb0-46df-a2d7-ff37ad0972e9 Date: Thu, 04 Oct 2018 15:00:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ed8bc17c-50cd-4c75-8839-2a87e01f334f","tenant_id":"","created_at":"2018-10-04T15:00:15Z","dns_nameservers":[],"updated_at":"2018-10-04T15:00:15Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"e6f38d90-7274-4ba3-8c99-403ea8015c0d","subnetpool_id":null,"name":"HA subnet tenant 37b49a87c69d406f8a162c83c144ee19"}} 2018-10-04 15:00:25,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/e6f38d90-7274-4ba3-8c99-403ea8015c0d used request id req-522a8015-4bb0-46df-a2d7-ff37ad0972e9 2018-10-04 15:00:25,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/e6f38d90-7274-4ba3-8c99-403ea8015c0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7614efe4d6310167c5c36540bb2e75e9fdb032b9" 2018-10-04 15:00:25,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c4959d0a-14c9-41f8-a3ca-3fb20aee5ffc Date: Thu, 04 Oct 2018 15:00:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ed8bc17c-50cd-4c75-8839-2a87e01f334f","tenant_id":"","created_at":"2018-10-04T15:00:15Z","dns_nameservers":[],"updated_at":"2018-10-04T15:00:15Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"e6f38d90-7274-4ba3-8c99-403ea8015c0d","subnetpool_id":null,"name":"HA subnet tenant 37b49a87c69d406f8a162c83c144ee19"}} 2018-10-04 15:00:25,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/e6f38d90-7274-4ba3-8c99-403ea8015c0d used request id req-c4959d0a-14c9-41f8-a3ca-3fb20aee5ffc 2018-10-04 15:00:25,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/e6f38d90-7274-4ba3-8c99-403ea8015c0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7614efe4d6310167c5c36540bb2e75e9fdb032b9" 2018-10-04 15:00:25,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-28ca9ef3-3f2c-4f16-9454-14321e814fd5 Date: Thu, 04 Oct 2018 15:00:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ed8bc17c-50cd-4c75-8839-2a87e01f334f","tenant_id":"","created_at":"2018-10-04T15:00:15Z","dns_nameservers":[],"updated_at":"2018-10-04T15:00:15Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"e6f38d90-7274-4ba3-8c99-403ea8015c0d","subnetpool_id":null,"name":"HA subnet tenant 37b49a87c69d406f8a162c83c144ee19"}} 2018-10-04 15:00:25,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/e6f38d90-7274-4ba3-8c99-403ea8015c0d used request id req-28ca9ef3-3f2c-4f16-9454-14321e814fd5 2018-10-04 15:00:25,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7614efe4d6310167c5c36540bb2e75e9fdb032b9" 2018-10-04 15:00:25,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-b1c0c7cb-6e3d-4b26-a0fb-69f9cba6f8c0 Date: Thu, 04 Oct 2018 15:00:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 15:00:25,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b used request id req-b1c0c7cb-6e3d-4b26-a0fb-69f9cba6f8c0 2018-10-04 15:00:25,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7614efe4d6310167c5c36540bb2e75e9fdb032b9" 2018-10-04 15:00:26,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-f34e1e8f-da5d-4f78-bf07-d71ebe214410 Date: Thu, 04 Oct 2018 15:00:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 15:00:26,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-f34e1e8f-da5d-4f78-bf07-d71ebe214410 2018-10-04 15:00:26,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7614efe4d6310167c5c36540bb2e75e9fdb032b9" 2018-10-04 15:00:26,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-3f84311b-bd7b-4531-9e75-569f6966d807 Date: Thu, 04 Oct 2018 15:00:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","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":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 15:00:26,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-3f84311b-bd7b-4531-9e75-569f6966d807 2018-10-04 15:00:26,334 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-7cece0c6-e647-4df7-80e0-2dbb256cb994-pub-router and port CreateRouterSuccessTests-7cece0c6-e647-4df7-80e0-2dbb256cb994-port1 2018-10-04 15:00:26,334 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-7cece0c6-e647-4df7-80e0-2dbb256cb994-pub-router 2018-10-04 15:00:26,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/ba606244-5b16-422a-84b3-a1a9d95b1249/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f7f204b89d5929bd0dc8f494a3474007068609" -d '{"port_id": "8709bcfc-1294-49ac-9674-21da82c5d044"}' 2018-10-04 15:00:27,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-286d825f-2e91-4267-b22e-48843d2267f7 Date: Thu, 04 Oct 2018 15:00:27 GMT RESP BODY: {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "subnet_ids": ["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"], "port_id": "8709bcfc-1294-49ac-9674-21da82c5d044", "id": "ba606244-5b16-422a-84b3-a1a9d95b1249"} 2018-10-04 15:00:27,630 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ba606244-5b16-422a-84b3-a1a9d95b1249/remove_router_interface used request id req-286d825f-2e91-4267-b22e-48843d2267f7 2018-10-04 15:00:27,630 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-7cece0c6-e647-4df7-80e0-2dbb256cb994-pub-router 2018-10-04 15:00:27,631 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-7cece0c6-e647-4df7-80e0-2dbb256cb994-pub-router 2018-10-04 15:00:27,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/ba606244-5b16-422a-84b3-a1a9d95b1249 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f7f204b89d5929bd0dc8f494a3474007068609" 2018-10-04 15:00:30,752 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2503172f-7acc-481d-8de1-86a56715b3bb Content-Length: 0 Date: Thu, 04 Oct 2018 15:00:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:00:30,753 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/ba606244-5b16-422a-84b3-a1a9d95b1249 used request id req-2503172f-7acc-481d-8de1-86a56715b3bb 2018-10-04 15:00:30,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef71a5bb175564a543670f65f65295c043ed323a" 2018-10-04 15:00:30,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-bb818c80-5d20-4145-8222-9a7d3612b8c1 Date: Thu, 04 Oct 2018 15:00:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:00:30,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-bb818c80-5d20-4145-8222-9a7d3612b8c1 2018-10-04 15:00:30,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef71a5bb175564a543670f65f65295c043ed323a" 2018-10-04 15:00:31,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-751bf873-0adc-4999-a31a-cdaba0a2b3f7 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:00:31,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-751bf873-0adc-4999-a31a-cdaba0a2b3f7 2018-10-04 15:00:31,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef71a5bb175564a543670f65f65295c043ed323a" 2018-10-04 15:00:31,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84f1e7f7-8005-4220-9708-01b78c1cacd8 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:00:31,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-84f1e7f7-8005-4220-9708-01b78c1cacd8 2018-10-04 15:00:31,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef71a5bb175564a543670f65f65295c043ed323a" 2018-10-04 15:00:31,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df769bfa-ed5b-459f-8842-b0101091af07 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:00:31,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-df769bfa-ed5b-459f-8842-b0101091af07 2018-10-04 15:00:31,254 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-5ed1685d-23c9-4a4-proj 2018-10-04 15:00:31,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/11370ca087344e329d6654573ad1125b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef71a5bb175564a543670f65f65295c043ed323a" 2018-10-04 15:00:31,470 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:00:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9fdbb927-d81d-4e0c-8ef4-199fa9440170 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:00:31,471 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/11370ca087344e329d6654573ad1125b used request id req-9fdbb927-d81d-4e0c-8ef4-199fa9440170 2018-10-04 15:00:31,471 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-5ed1685d-23c9-4a4-proj-role 2018-10-04 15:00:31,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/7a9c4fdeb5724972ba28723dc42ec42a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef71a5bb175564a543670f65f65295c043ed323a" 2018-10-04 15:00:31,599 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:00:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e02a881-ba46-457b-82b8-6e1f9d78d375 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:00:31,599 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/7a9c4fdeb5724972ba28723dc42ec42a used request id req-1e02a881-ba46-457b-82b8-6e1f9d78d375 2018-10-04 15:00:31,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef71a5bb175564a543670f65f65295c043ed323a" 2018-10-04 15:00:31,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a11851c4-3203-41a4-9faf-045745433a90 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:00:31,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a11851c4-3203-41a4-9faf-045745433a90 2018-10-04 15:00:31,694 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-5ed1685d-23c9-4a4-user 2018-10-04 15:00:31,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/351ba19c48f44dbdaabcee5853f8cee7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93dff270b98d25000e6fad6d1cd08863d6097cd3" 2018-10-04 15:00:31,879 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:00:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7a7908a-01c1-40ff-b493-dab4575e2ace Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:00:31,879 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/351ba19c48f44dbdaabcee5853f8cee7 used request id req-d7a7908a-01c1-40ff-b493-dab4575e2ace 2018-10-04 15:00:31,880 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:00:32,268 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:00:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["aijgBfBzRWiZyg_aW_5hrg"], "issued_at": "2018-10-04T15:00:32.000000Z"}} 2018-10-04 15:00:32,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18a9ae59965ab2891d2bc54ed4f8bfcaa4de1ba1" 2018-10-04 15:00:32,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06e81761-f5b7-4d19-913b-1fc1fa51d490 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:00:32,353 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-06e81761-f5b7-4d19-913b-1fc1fa51d490 2018-10-04 15:00:32,355 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:00:32,356 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:00:32,731 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:00:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["yiVVE2BiRT2r4y7YNhpLqQ"], "issued_at": "2018-10-04T15:00:32.000000Z"}} 2018-10-04 15:00:32,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}971a81836a20a3d4118f942a66c74d30b1e2024b" 2018-10-04 15:00:32,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e124f80c-de01-42e3-b0e1-db5bd7438441 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:00:32,820 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e124f80c-de01-42e3-b0e1-db5bd7438441 2018-10-04 15:00:32,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:00:32,831 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:00:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:00:32,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-3d5f4ac7-c5f5-426-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}971a81836a20a3d4118f942a66c74d30b1e2024b" 2018-10-04 15:00:32,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88eeffa5-0691-4e12-a7ea-f859e37749c3 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-3d5f4ac7-c5f5-426-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:00:32,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-3d5f4ac7-c5f5-426-proj used request id req-88eeffa5-0691-4e12-a7ea-f859e37749c3 2018-10-04 15:00:32,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}971a81836a20a3d4118f942a66c74d30b1e2024b" 2018-10-04 15:00:33,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60345524-9d6d-4fa7-8ce8-d5399793112f Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:00:33,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-60345524-9d6d-4fa7-8ce8-d5399793112f 2018-10-04 15:00:33,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}971a81836a20a3d4118f942a66c74d30b1e2024b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-3d5f4ac7-c5f5-426-proj"}}' 2018-10-04 15:00:33,145 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:00:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2309ee8-c1ba-4aba-8610-02f08f7bf53d Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/47546e0136c24112b75b341512a3c269"}, "enabled": true, "id": "47546e0136c24112b75b341512a3c269", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-3d5f4ac7-c5f5-426-proj"}} 2018-10-04 15:00:33,145 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-c2309ee8-c1ba-4aba-8610-02f08f7bf53d 2018-10-04 15:00:33,145 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-3d5f4ac7-c5f5-426-proj 2018-10-04 15:00:33,145 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:00:33,146 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:00:33,519 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:00:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["7UE0e67zQnOa60mz7BvYUQ"], "issued_at": "2018-10-04T15:00:33.000000Z"}} 2018-10-04 15:00:33,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211b97c9f312ff21e7eb415f0ad1eca222da539c" 2018-10-04 15:00:33,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dad00d6d-5404-4782-96bf-efeba2636149 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:00:33,602 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dad00d6d-5404-4782-96bf-efeba2636149 2018-10-04 15:00:33,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:00:33,611 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:00:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:00:33,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211b97c9f312ff21e7eb415f0ad1eca222da539c" 2018-10-04 15:00:33,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1253593-5fc4-40c5-88dd-7f9a4b49d0f7 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:00:33,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-a1253593-5fc4-40c5-88dd-7f9a4b49d0f7 2018-10-04 15:00:33,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-3d5f4ac7-c5f5-426-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211b97c9f312ff21e7eb415f0ad1eca222da539c" 2018-10-04 15:00:33,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-538bae7c-eb94-4b51-a62c-00ec2c3c2b83 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-3d5f4ac7-c5f5-426-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/47546e0136c24112b75b341512a3c269"}, "enabled": true, "id": "47546e0136c24112b75b341512a3c269", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-3d5f4ac7-c5f5-426-proj"}]} 2018-10-04 15:00:33,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-3d5f4ac7-c5f5-426-proj used request id req-538bae7c-eb94-4b51-a62c-00ec2c3c2b83 2018-10-04 15:00:33,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211b97c9f312ff21e7eb415f0ad1eca222da539c" 2018-10-04 15:00:33,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a1c4d8a-81e9-46ff-9619-07c507c2a5b3 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:00:33,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-5a1c4d8a-81e9-46ff-9619-07c507c2a5b3 2018-10-04 15:00:34,222 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-3d5f4ac7-c5f5-426-user 2018-10-04 15:00:34,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:00:34,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}971a81836a20a3d4118f942a66c74d30b1e2024b" 2018-10-04 15:00:34,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-590811df-e5d1-4c58-a523-ea7898d164f5 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:00:34,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-590811df-e5d1-4c58-a523-ea7898d164f5 2018-10-04 15:00:34,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}971a81836a20a3d4118f942a66c74d30b1e2024b" -d '{"role": {"name": "CreateRouterSuccessTests-3d5f4ac7-c5f5-426-proj-role"}}' 2018-10-04 15:00:34,360 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:00:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0ee97e6-fa09-47ea-ba7c-3312a21971a1 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2e08a080fedb47439e0adb0fcb235774", "links": {"self": "http://172.30.9.23:5000/v3/roles/2e08a080fedb47439e0adb0fcb235774"}, "name": "CreateRouterSuccessTests-3d5f4ac7-c5f5-426-proj-role"}} 2018-10-04 15:00:34,360 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-f0ee97e6-fa09-47ea-ba7c-3312a21971a1 2018-10-04 15:00:34,361 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-3d5f4ac7-c5f5-426-proj-role 2018-10-04 15:00:34,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/2e08a080fedb47439e0adb0fcb235774 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}971a81836a20a3d4118f942a66c74d30b1e2024b" 2018-10-04 15:00:34,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4093dc99-4909-4809-88b4-855778bcde70 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/2e08a080fedb47439e0adb0fcb235774"}, "domain_id": null, "name": "CreateRouterSuccessTests-3d5f4ac7-c5f5-426-proj-role", "id": "2e08a080fedb47439e0adb0fcb235774"}} 2018-10-04 15:00:34,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/2e08a080fedb47439e0adb0fcb235774 used request id req-4093dc99-4909-4809-88b4-855778bcde70 2018-10-04 15:00:34,381 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-3d5f4ac7-c5f5-426-proj-role to project CreateRouterSuccessTests-3d5f4ac7-c5f5-426-proj 2018-10-04 15:00:34,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/47546e0136c24112b75b341512a3c269/users/418f1286009a48aabc2fb75f04290655/roles/2e08a080fedb47439e0adb0fcb235774 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}971a81836a20a3d4118f942a66c74d30b1e2024b" 2018-10-04 15:00:34,512 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:00:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-862e41e0-2623-4db0-80d7-722ed226e1b9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:00:34,513 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/47546e0136c24112b75b341512a3c269/users/418f1286009a48aabc2fb75f04290655/roles/2e08a080fedb47439e0adb0fcb235774 used request id req-862e41e0-2623-4db0-80d7-722ed226e1b9 2018-10-04 15:00:34,513 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:00:34,514 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:00:34,888 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2e08a080fedb47439e0adb0fcb235774", "name": "CreateRouterSuccessTests-3d5f4ac7-c5f5-426-proj-role"}], "expires_at": "2018-10-04T16:00:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "47546e0136c24112b75b341512a3c269", "name": "CreateRouterSuccessTests-3d5f4ac7-c5f5-426-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/47546e0136c24112b75b341512a3c269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/47546e0136c24112b75b341512a3c269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/47546e0136c24112b75b341512a3c269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/47546e0136c24112b75b341512a3c269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/47546e0136c24112b75b341512a3c269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/47546e0136c24112b75b341512a3c269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/47546e0136c24112b75b341512a3c269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/47546e0136c24112b75b341512a3c269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/47546e0136c24112b75b341512a3c269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/47546e0136c24112b75b341512a3c269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/47546e0136c24112b75b341512a3c269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/47546e0136c24112b75b341512a3c269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-3d5f4ac7-c5f5-426-user", "id": "418f1286009a48aabc2fb75f04290655"}, "audit_ids": ["RhGSLCZFRMmD9dR6CJZAjA"], "issued_at": "2018-10-04T15:00:34.000000Z"}} 2018-10-04 15:00:34,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42a1abbbf321a232ac959782eef74989bce460c3" 2018-10-04 15:00:34,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd1164eb-d440-4579-8455-b37fd27fd036 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:00:34,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fd1164eb-d440-4579-8455-b37fd27fd036 2018-10-04 15:00:34,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42a1abbbf321a232ac959782eef74989bce460c3" 2018-10-04 15:00:35,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ae79f9cc-b5f8-41ca-99be-a947cc6bd27f Date: Thu, 04 Oct 2018 15:00:35 GMT RESP BODY: {"networks":[]} 2018-10-04 15:00:35,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-net1 used request id req-ae79f9cc-b5f8-41ca-99be-a947cc6bd27f 2018-10-04 15:00:35,154 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-net1 2018-10-04 15:00:35,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42a1abbbf321a232ac959782eef74989bce460c3" -d '{"network": {"name": "CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-net1", "admin_state_up": true}}' 2018-10-04 15:00:35,741 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-92731f48-8ef8-40cc-b12b-68a88e648872 Date: Thu, 04 Oct 2018 15:00:35 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"f6356dc1-69ec-41e9-8590-2dee0e6700ef","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"47546e0136c24112b75b341512a3c269","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:00:35Z","is_default":false,"name":"CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"47546e0136c24112b75b341512a3c269","created_at":"2018-10-04T15:00:35Z","mtu":1450}} 2018-10-04 15:00:35,741 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-92731f48-8ef8-40cc-b12b-68a88e648872 2018-10-04 15:00:35,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=f6356dc1-69ec-41e9-8590-2dee0e6700ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42a1abbbf321a232ac959782eef74989bce460c3" 2018-10-04 15:00:35,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-5847b1db-fc13-4838-a055-2a6eb7fff2af Date: Thu, 04 Oct 2018 15:00:35 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-10-04T15:00:35Z","tenant_id":"47546e0136c24112b75b341512a3c269","created_at":"2018-10-04T15:00:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"47546e0136c24112b75b341512a3c269","id":"f6356dc1-69ec-41e9-8590-2dee0e6700ef","name":"CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-net1"}]} 2018-10-04 15:00:35,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=f6356dc1-69ec-41e9-8590-2dee0e6700ef used request id req-5847b1db-fc13-4838-a055-2a6eb7fff2af 2018-10-04 15:00:35,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f6356dc1-69ec-41e9-8590-2dee0e6700ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42a1abbbf321a232ac959782eef74989bce460c3" 2018-10-04 15:00:36,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f12a0372-9252-4059-b863-31f75557257e Date: Thu, 04 Oct 2018 15:00:36 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:00:36,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f6356dc1-69ec-41e9-8590-2dee0e6700ef used request id req-f12a0372-9252-4059-b863-31f75557257e 2018-10-04 15:00:36,166 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-subnet1 2018-10-04 15:00:36,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42a1abbbf321a232ac959782eef74989bce460c3" -d '{"subnets": [{"ip_version": 4, "network_id": "f6356dc1-69ec-41e9-8590-2dee0e6700ef", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-subnet1"}]}' 2018-10-04 15:00:36,813 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-8420e768-8f7a-4044-bc08-49df22b9150d Date: Thu, 04 Oct 2018 15:00:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6356dc1-69ec-41e9-8590-2dee0e6700ef","tenant_id":"47546e0136c24112b75b341512a3c269","created_at":"2018-10-04T15:00:36Z","dns_nameservers":[],"updated_at":"2018-10-04T15:00:36Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"47546e0136c24112b75b341512a3c269","id":"eb00a6af-8823-4e97-a805-4f495bb15def","subnetpool_id":null,"name":"CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-subnet1"}]} 2018-10-04 15:00:36,813 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-8420e768-8f7a-4044-bc08-49df22b9150d 2018-10-04 15:00:36,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=f6356dc1-69ec-41e9-8590-2dee0e6700ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42a1abbbf321a232ac959782eef74989bce460c3" 2018-10-04 15:00:37,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-a9ea583b-e6c6-4699-ba84-03a775b8347a Date: Thu, 04 Oct 2018 15:00:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eb00a6af-8823-4e97-a805-4f495bb15def"],"updated_at":"2018-10-04T15:00:36Z","tenant_id":"47546e0136c24112b75b341512a3c269","created_at":"2018-10-04T15:00:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"47546e0136c24112b75b341512a3c269","id":"f6356dc1-69ec-41e9-8590-2dee0e6700ef","name":"CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-net1"}]} 2018-10-04 15:00:37,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=f6356dc1-69ec-41e9-8590-2dee0e6700ef used request id req-a9ea583b-e6c6-4699-ba84-03a775b8347a 2018-10-04 15:00:37,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f6356dc1-69ec-41e9-8590-2dee0e6700ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42a1abbbf321a232ac959782eef74989bce460c3" 2018-10-04 15:00:37,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-129c878d-9fbe-4a23-8c0f-50a7feb813ae Date: Thu, 04 Oct 2018 15:00:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6356dc1-69ec-41e9-8590-2dee0e6700ef","tenant_id":"47546e0136c24112b75b341512a3c269","created_at":"2018-10-04T15:00:36Z","dns_nameservers":[],"updated_at":"2018-10-04T15:00:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"47546e0136c24112b75b341512a3c269","id":"eb00a6af-8823-4e97-a805-4f495bb15def","subnetpool_id":null,"name":"CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-subnet1"}]} 2018-10-04 15:00:37,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f6356dc1-69ec-41e9-8590-2dee0e6700ef used request id req-129c878d-9fbe-4a23-8c0f-50a7feb813ae 2018-10-04 15:00:37,405 - OpenStackNetwork - DEBUG - Network [f6356dc1-69ec-41e9-8590-2dee0e6700ef] created successfully 2018-10-04 15:00:37,406 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:00:37,406 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:00:37,779 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2e08a080fedb47439e0adb0fcb235774", "name": "CreateRouterSuccessTests-3d5f4ac7-c5f5-426-proj-role"}], "expires_at": "2018-10-04T16:00:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "47546e0136c24112b75b341512a3c269", "name": "CreateRouterSuccessTests-3d5f4ac7-c5f5-426-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/47546e0136c24112b75b341512a3c269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/47546e0136c24112b75b341512a3c269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/47546e0136c24112b75b341512a3c269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/47546e0136c24112b75b341512a3c269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/47546e0136c24112b75b341512a3c269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/47546e0136c24112b75b341512a3c269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/47546e0136c24112b75b341512a3c269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/47546e0136c24112b75b341512a3c269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/47546e0136c24112b75b341512a3c269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/47546e0136c24112b75b341512a3c269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/47546e0136c24112b75b341512a3c269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/47546e0136c24112b75b341512a3c269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-3d5f4ac7-c5f5-426-user", "id": "418f1286009a48aabc2fb75f04290655"}, "audit_ids": ["WOHoLbsJRgWHK0PHbCWuIA"], "issued_at": "2018-10-04T15:00:37.000000Z"}} 2018-10-04 15:00:37,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2e66a84388fc3904e94f404196e52ff1674a34" 2018-10-04 15:00:37,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c260db6-4855-4603-9fd0-cda3a2d56d5b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:00:37,861 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1c260db6-4855-4603-9fd0-cda3a2d56d5b 2018-10-04 15:00:37,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2e66a84388fc3904e94f404196e52ff1674a34" 2018-10-04 15:00:38,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-14533e9e-d1cc-45dd-9c2d-65287185b3c0 Date: Thu, 04 Oct 2018 15:00:38 GMT RESP BODY: {"routers": []} 2018-10-04 15:00:38,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-router&admin_state_up=True used request id req-14533e9e-d1cc-45dd-9c2d-65287185b3c0 2018-10-04 15:00:38,076 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:00:38,076 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:00:38,442 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2e08a080fedb47439e0adb0fcb235774", "name": "CreateRouterSuccessTests-3d5f4ac7-c5f5-426-proj-role"}], "expires_at": "2018-10-04T16:00:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "47546e0136c24112b75b341512a3c269", "name": "CreateRouterSuccessTests-3d5f4ac7-c5f5-426-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/47546e0136c24112b75b341512a3c269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/47546e0136c24112b75b341512a3c269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/47546e0136c24112b75b341512a3c269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/47546e0136c24112b75b341512a3c269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/47546e0136c24112b75b341512a3c269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/47546e0136c24112b75b341512a3c269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/47546e0136c24112b75b341512a3c269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/47546e0136c24112b75b341512a3c269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/47546e0136c24112b75b341512a3c269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/47546e0136c24112b75b341512a3c269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/47546e0136c24112b75b341512a3c269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/47546e0136c24112b75b341512a3c269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-3d5f4ac7-c5f5-426-user", "id": "418f1286009a48aabc2fb75f04290655"}, "audit_ids": ["hh1_vE8hQ926b-IQz9aupQ"], "issued_at": "2018-10-04T15:00:38.000000Z"}} 2018-10-04 15:00:38,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bdb1af55f61da985596a5e1c034ed926c929130" 2018-10-04 15:00:38,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e042bc29-76fd-4306-9fd2-edd9d883b349 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:00:38,530 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e042bc29-76fd-4306-9fd2-edd9d883b349 2018-10-04 15:00:38,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2e66a84388fc3904e94f404196e52ff1674a34" 2018-10-04 15:00:38,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-78264258-885d-4720-a3cc-052b79255d7e Date: Thu, 04 Oct 2018 15:00:38 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:00:38,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-78264258-885d-4720-a3cc-052b79255d7e 2018-10-04 15:00:38,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2e66a84388fc3904e94f404196e52ff1674a34" 2018-10-04 15:00:38,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-249cbe99-39ce-48e1-916e-22df779cee5e Date: Thu, 04 Oct 2018 15:00:38 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:00:38,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-249cbe99-39ce-48e1-916e-22df779cee5e 2018-10-04 15:00:38,986 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-router 2018-10-04 15:00:38,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2e66a84388fc3904e94f404196e52ff1674a34" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-router", "admin_state_up": true}}' 2018-10-04 15:00:44,008 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-6ab3d819-3057-4903-a00f-b4b8640e7e60 Date: Thu, 04 Oct 2018 15:00:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "47546e0136c24112b75b341512a3c269", "created_at": "2018-10-04T15:00:39Z", "admin_state_up": true, "updated_at": "2018-10-04T15:00:40Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "47546e0136c24112b75b341512a3c269", "id": "0f919614-c76c-43f0-9514-c9fa365a5f14", "name": "CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-router"}} 2018-10-04 15:00:44,008 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-6ab3d819-3057-4903-a00f-b4b8640e7e60 2018-10-04 15:00:44,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=0f919614-c76c-43f0-9514-c9fa365a5f14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2e66a84388fc3904e94f404196e52ff1674a34" 2018-10-04 15:00:44,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-cbf090e0-b671-4ac2-a03d-dfbe9d8ae631 Date: Thu, 04 Oct 2018 15:00:44 GMT RESP BODY: {"ports":[]} 2018-10-04 15:00:44,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=0f919614-c76c-43f0-9514-c9fa365a5f14 used request id req-cbf090e0-b671-4ac2-a03d-dfbe9d8ae631 2018-10-04 15:00:44,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?name=CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2e66a84388fc3904e94f404196e52ff1674a34" 2018-10-04 15:00:44,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-fa2c83ea-bbf1-4f33-b83d-267c4734d51a Date: Thu, 04 Oct 2018 15:00:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6356dc1-69ec-41e9-8590-2dee0e6700ef","tenant_id":"47546e0136c24112b75b341512a3c269","created_at":"2018-10-04T15:00:36Z","dns_nameservers":[],"updated_at":"2018-10-04T15:00:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"47546e0136c24112b75b341512a3c269","id":"eb00a6af-8823-4e97-a805-4f495bb15def","subnetpool_id":null,"name":"CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-subnet1"}]} 2018-10-04 15:00:44,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?name=CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-subnet1 used request id req-fa2c83ea-bbf1-4f33-b83d-267c4734d51a 2018-10-04 15:00:44,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:00:44,265 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:00:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:00:44,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/47546e0136c24112b75b341512a3c269 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2e66a84388fc3904e94f404196e52ff1674a34" 2018-10-04 15:00:44,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acbc1ff0-8f16-4a11-8205-b763591165f2 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/47546e0136c24112b75b341512a3c269"}, "enabled": true, "id": "47546e0136c24112b75b341512a3c269", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-3d5f4ac7-c5f5-426-proj"}} 2018-10-04 15:00:44,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/47546e0136c24112b75b341512a3c269 used request id req-acbc1ff0-8f16-4a11-8205-b763591165f2 2018-10-04 15:00:44,337 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-04 15:00:44,337 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-router 2018-10-04 15:00:44,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/0f919614-c76c-43f0-9514-c9fa365a5f14/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2e66a84388fc3904e94f404196e52ff1674a34" -d '{"subnet_id": "eb00a6af-8823-4e97-a805-4f495bb15def"}' 2018-10-04 15:00:46,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4fa9c661-e806-4cc7-b64a-ed1640a48280 Date: Thu, 04 Oct 2018 15:00:46 GMT RESP BODY: {"network_id": "f6356dc1-69ec-41e9-8590-2dee0e6700ef", "tenant_id": "47546e0136c24112b75b341512a3c269", "subnet_id": "eb00a6af-8823-4e97-a805-4f495bb15def", "subnet_ids": ["eb00a6af-8823-4e97-a805-4f495bb15def"], "port_id": "a4056ae1-c660-40c7-a753-d1e51ab20459", "id": "0f919614-c76c-43f0-9514-c9fa365a5f14"} 2018-10-04 15:00:46,426 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0f919614-c76c-43f0-9514-c9fa365a5f14/add_router_interface used request id req-4fa9c661-e806-4cc7-b64a-ed1640a48280 2018-10-04 15:00:46,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/0f919614-c76c-43f0-9514-c9fa365a5f14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2e66a84388fc3904e94f404196e52ff1674a34" 2018-10-04 15:00:46,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-b55d7a0c-144a-45e4-aa4a-7e91960a73ba Date: Thu, 04 Oct 2018 15:00:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "47546e0136c24112b75b341512a3c269", "created_at": "2018-10-04T15:00:39Z", "admin_state_up": true, "updated_at": "2018-10-04T15:00:45Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "47546e0136c24112b75b341512a3c269", "id": "0f919614-c76c-43f0-9514-c9fa365a5f14", "name": "CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-router"}} 2018-10-04 15:00:46,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/0f919614-c76c-43f0-9514-c9fa365a5f14 used request id req-b55d7a0c-144a-45e4-aa4a-7e91960a73ba 2018-10-04 15:00:46,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=0f919614-c76c-43f0-9514-c9fa365a5f14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2e66a84388fc3904e94f404196e52ff1674a34" 2018-10-04 15:00:46,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-9fcece1d-a2ba-42d3-a49b-a3dd39b8b5fd Date: Thu, 04 Oct 2018 15:00:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:00:45Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eb00a6af-8823-4e97-a805-4f495bb15def","ip_address":"10.200.201.1"}],"id":"a4056ae1-c660-40c7-a753-d1e51ab20459","security_groups":[],"mac_address":"fa:16:3e:44:45:a3","project_id":"47546e0136c24112b75b341512a3c269","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6356dc1-69ec-41e9-8590-2dee0e6700ef","tenant_id":"47546e0136c24112b75b341512a3c269","created_at":"2018-10-04T15:00:45Z","binding:vnic_type":"normal","device_id":"0f919614-c76c-43f0-9514-c9fa365a5f14"}]} 2018-10-04 15:00:46,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=0f919614-c76c-43f0-9514-c9fa365a5f14 used request id req-9fcece1d-a2ba-42d3-a49b-a3dd39b8b5fd 2018-10-04 15:00:46,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/eb00a6af-8823-4e97-a805-4f495bb15def -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2e66a84388fc3904e94f404196e52ff1674a34" 2018-10-04 15:00:47,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-643b108b-89ac-4297-a74b-db602fe2e3b7 Date: Thu, 04 Oct 2018 15:00:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6356dc1-69ec-41e9-8590-2dee0e6700ef","tenant_id":"47546e0136c24112b75b341512a3c269","created_at":"2018-10-04T15:00:36Z","dns_nameservers":[],"updated_at":"2018-10-04T15:00:36Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"47546e0136c24112b75b341512a3c269","id":"eb00a6af-8823-4e97-a805-4f495bb15def","subnetpool_id":null,"name":"CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-subnet1"}} 2018-10-04 15:00:47,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/eb00a6af-8823-4e97-a805-4f495bb15def used request id req-643b108b-89ac-4297-a74b-db602fe2e3b7 2018-10-04 15:00:47,058 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-router and subnet CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-subnet1 2018-10-04 15:00:47,058 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-router 2018-10-04 15:00:47,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/0f919614-c76c-43f0-9514-c9fa365a5f14/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2e66a84388fc3904e94f404196e52ff1674a34" -d '{"subnet_id": "eb00a6af-8823-4e97-a805-4f495bb15def"}' 2018-10-04 15:00:48,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bd240536-1ebe-44e6-9e43-49ac1ac00caf Date: Thu, 04 Oct 2018 15:00:48 GMT RESP BODY: {"network_id": "f6356dc1-69ec-41e9-8590-2dee0e6700ef", "tenant_id": "47546e0136c24112b75b341512a3c269", "subnet_id": "eb00a6af-8823-4e97-a805-4f495bb15def", "subnet_ids": ["eb00a6af-8823-4e97-a805-4f495bb15def"], "port_id": "a4056ae1-c660-40c7-a753-d1e51ab20459", "id": "0f919614-c76c-43f0-9514-c9fa365a5f14"} 2018-10-04 15:00:48,585 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0f919614-c76c-43f0-9514-c9fa365a5f14/remove_router_interface used request id req-bd240536-1ebe-44e6-9e43-49ac1ac00caf 2018-10-04 15:00:48,586 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-router 2018-10-04 15:00:48,586 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-router 2018-10-04 15:00:48,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/0f919614-c76c-43f0-9514-c9fa365a5f14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2e66a84388fc3904e94f404196e52ff1674a34" 2018-10-04 15:00:52,127 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ad009713-4e9a-4835-b238-bcdf3d6a3b09 Content-Length: 0 Date: Thu, 04 Oct 2018 15:00:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:00:52,128 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/0f919614-c76c-43f0-9514-c9fa365a5f14 used request id req-ad009713-4e9a-4835-b238-bcdf3d6a3b09 2018-10-04 15:00:52,128 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-subnet1 2018-10-04 15:00:52,129 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-subnet1 2018-10-04 15:00:52,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/eb00a6af-8823-4e97-a805-4f495bb15def -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42a1abbbf321a232ac959782eef74989bce460c3" 2018-10-04 15:00:54,513 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-976ea09f-c0b3-4943-9955-f706f564b32b Date: Thu, 04 Oct 2018 15:00:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:00:54,514 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/eb00a6af-8823-4e97-a805-4f495bb15def used request id req-976ea09f-c0b3-4943-9955-f706f564b32b 2018-10-04 15:00:54,514 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-04abe8c0-008b-4ed7-af0c-392d6c54009e-pub-net1 2018-10-04 15:00:54,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/f6356dc1-69ec-41e9-8590-2dee0e6700ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42a1abbbf321a232ac959782eef74989bce460c3" 2018-10-04 15:00:55,859 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b96c36b3-b5cd-463b-9cd3-31f3af6f9ed6 Date: Thu, 04 Oct 2018 15:00:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:00:55,860 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/f6356dc1-69ec-41e9-8590-2dee0e6700ef used request id req-b96c36b3-b5cd-463b-9cd3-31f3af6f9ed6 2018-10-04 15:00:55,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}971a81836a20a3d4118f942a66c74d30b1e2024b" 2018-10-04 15:00:56,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-a6031032-38b3-4c34-bf14-04c0e169cb3f Date: Thu, 04 Oct 2018 15:00:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "47546e0136c24112b75b341512a3c269", "created_at": "2018-10-04T15:00:35Z", "updated_at": "2018-10-04T15:00:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:00:35Z", "revision_number": 0, "id": "0b612913-331e-401e-ae42-b2e2d05b124a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:00:35Z", "security_group_id": "21068678-e6cf-468b-9db7-3795335a03ae", "tenant_id": "47546e0136c24112b75b341512a3c269", "port_range_min": null, "ethertype": "IPv4", "project_id": "47546e0136c24112b75b341512a3c269"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:00:35Z", "revision_number": 0, "id": "25ab91aa-e6ee-45a1-91c8-faba6bbf186f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:00:35Z", "security_group_id": "21068678-e6cf-468b-9db7-3795335a03ae", "tenant_id": "47546e0136c24112b75b341512a3c269", "port_range_min": null, "ethertype": "IPv6", "project_id": "47546e0136c24112b75b341512a3c269"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:00:35Z", "revision_number": 0, "id": "a0f3c654-a371-43db-8fe1-b309c4be6d23", "remote_group_id": "21068678-e6cf-468b-9db7-3795335a03ae", "remote_ip_prefix": null, "created_at": "2018-10-04T15:00:35Z", "security_group_id": "21068678-e6cf-468b-9db7-3795335a03ae", "tenant_id": "47546e0136c24112b75b341512a3c269", "port_range_min": null, "ethertype": "IPv6", "project_id": "47546e0136c24112b75b341512a3c269"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:00:35Z", "revision_number": 0, "id": "d1599fad-c14d-4edc-ab1c-1c843f112d37", "remote_group_id": "21068678-e6cf-468b-9db7-3795335a03ae", "remote_ip_prefix": null, "created_at": "2018-10-04T15:00:35Z", "security_group_id": "21068678-e6cf-468b-9db7-3795335a03ae", "tenant_id": "47546e0136c24112b75b341512a3c269", "port_range_min": null, "ethertype": "IPv4", "project_id": "47546e0136c24112b75b341512a3c269"}], "revision_number": 4, "project_id": "47546e0136c24112b75b341512a3c269", "id": "21068678-e6cf-468b-9db7-3795335a03ae", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:00:56,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-a6031032-38b3-4c34-bf14-04c0e169cb3f 2018-10-04 15:00:56,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}971a81836a20a3d4118f942a66c74d30b1e2024b" 2018-10-04 15:00:56,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b856e16-a014-42eb-ad55-20f449ea5aee Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:00:56,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-0b856e16-a014-42eb-ad55-20f449ea5aee 2018-10-04 15:00:56,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/47546e0136c24112b75b341512a3c269 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}971a81836a20a3d4118f942a66c74d30b1e2024b" 2018-10-04 15:00:56,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b64f56eb-c243-4389-badf-131f965bbc4c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/47546e0136c24112b75b341512a3c269"}, "enabled": true, "id": "47546e0136c24112b75b341512a3c269", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-3d5f4ac7-c5f5-426-proj"}} 2018-10-04 15:00:56,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/47546e0136c24112b75b341512a3c269 used request id req-b64f56eb-c243-4389-badf-131f965bbc4c 2018-10-04 15:00:56,275 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21068678-e6cf-468b-9db7-3795335a03ae 2018-10-04 15:00:56,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=21068678-e6cf-468b-9db7-3795335a03ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}971a81836a20a3d4118f942a66c74d30b1e2024b" 2018-10-04 15:00:56,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-edcaaecf-8308-4c1f-a7e9-d9aa2c3bd449 Date: Thu, 04 Oct 2018 15:00:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:00:35Z", "security_group_id": "21068678-e6cf-468b-9db7-3795335a03ae", "port_range_min": null, "revision_number": 0, "tenant_id": "47546e0136c24112b75b341512a3c269", "created_at": "2018-10-04T15:00:35Z", "project_id": "47546e0136c24112b75b341512a3c269", "id": "0b612913-331e-401e-ae42-b2e2d05b124a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:00:35Z", "security_group_id": "21068678-e6cf-468b-9db7-3795335a03ae", "port_range_min": null, "revision_number": 0, "tenant_id": "47546e0136c24112b75b341512a3c269", "created_at": "2018-10-04T15:00:35Z", "project_id": "47546e0136c24112b75b341512a3c269", "id": "25ab91aa-e6ee-45a1-91c8-faba6bbf186f"}, {"remote_group_id": "21068678-e6cf-468b-9db7-3795335a03ae", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:00:35Z", "security_group_id": "21068678-e6cf-468b-9db7-3795335a03ae", "port_range_min": null, "revision_number": 0, "tenant_id": "47546e0136c24112b75b341512a3c269", "created_at": "2018-10-04T15:00:35Z", "project_id": "47546e0136c24112b75b341512a3c269", "id": "a0f3c654-a371-43db-8fe1-b309c4be6d23"}, {"remote_group_id": "21068678-e6cf-468b-9db7-3795335a03ae", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:00:35Z", "security_group_id": "21068678-e6cf-468b-9db7-3795335a03ae", "port_range_min": null, "revision_number": 0, "tenant_id": "47546e0136c24112b75b341512a3c269", "created_at": "2018-10-04T15:00:35Z", "project_id": "47546e0136c24112b75b341512a3c269", "id": "d1599fad-c14d-4edc-ab1c-1c843f112d37"}]} 2018-10-04 15:00:56,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=21068678-e6cf-468b-9db7-3795335a03ae used request id req-edcaaecf-8308-4c1f-a7e9-d9aa2c3bd449 2018-10-04 15:00:56,450 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:00:56,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/21068678-e6cf-468b-9db7-3795335a03ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}971a81836a20a3d4118f942a66c74d30b1e2024b" 2018-10-04 15:00:56,750 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ff1b097b-2e7a-493d-999a-29ce4af2ed41 Content-Length: 0 Date: Thu, 04 Oct 2018 15:00:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:00:56,751 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/21068678-e6cf-468b-9db7-3795335a03ae used request id req-ff1b097b-2e7a-493d-999a-29ce4af2ed41 2018-10-04 15:00:56,751 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-3d5f4ac7-c5f5-426-proj 2018-10-04 15:00:56,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/47546e0136c24112b75b341512a3c269 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}971a81836a20a3d4118f942a66c74d30b1e2024b" 2018-10-04 15:00:57,009 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:00:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-258538e6-4eaa-4be5-a10b-bea8eaf902fd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:00:57,009 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/47546e0136c24112b75b341512a3c269 used request id req-258538e6-4eaa-4be5-a10b-bea8eaf902fd 2018-10-04 15:00:57,009 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-3d5f4ac7-c5f5-426-proj-role 2018-10-04 15:00:57,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/2e08a080fedb47439e0adb0fcb235774 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}971a81836a20a3d4118f942a66c74d30b1e2024b" 2018-10-04 15:00:57,120 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:00:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c354eb40-2887-49ad-b9ce-308d7ed902b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:00:57,120 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/2e08a080fedb47439e0adb0fcb235774 used request id req-c354eb40-2887-49ad-b9ce-308d7ed902b6 2018-10-04 15:00:57,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}971a81836a20a3d4118f942a66c74d30b1e2024b" 2018-10-04 15:00:57,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07f55c06-39b4-4dc8-af76-f121b39a980a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:00:57,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-07f55c06-39b4-4dc8-af76-f121b39a980a 2018-10-04 15:00:57,214 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-3d5f4ac7-c5f5-426-user 2018-10-04 15:00:57,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/418f1286009a48aabc2fb75f04290655 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211b97c9f312ff21e7eb415f0ad1eca222da539c" 2018-10-04 15:00:57,369 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:00:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b7b8430-1d7f-4e68-96ab-88f02b4d9375 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:00:57,370 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/418f1286009a48aabc2fb75f04290655 used request id req-7b7b8430-1d7f-4e68-96ab-88f02b4d9375 2018-10-04 15:00:57,371 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:00:57,763 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:00:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["tCSnMyveTOWP9t94Enr6TQ"], "issued_at": "2018-10-04T15:00:57.000000Z"}} 2018-10-04 15:00:57,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9edcc54d7b0870af92b81613bee64cc9b029c036" 2018-10-04 15:00:57,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30451a71-ff36-453c-8abe-3c81480930f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:00:57,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-30451a71-ff36-453c-8abe-3c81480930f3 2018-10-04 15:00:57,849 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:00:57,850 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:00:58,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:00:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["RVeQK574SheYo6Up2cGLqA"], "issued_at": "2018-10-04T15:00:58.000000Z"}} 2018-10-04 15:00:58,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ecac7ba8c0b28df85b399277136655aff4025e" 2018-10-04 15:00:58,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb3d482d-ac45-4fc6-9340-a48be42dfe6e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:00:58,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fb3d482d-ac45-4fc6-9340-a48be42dfe6e 2018-10-04 15:00:58,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:00:58,320 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:00:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:00:58,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-c66b43ca-ca14-4fa-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ecac7ba8c0b28df85b399277136655aff4025e" 2018-10-04 15:00:58,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7cad3c1-7eec-4f5e-9f55-9fc9f1d911f0 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-c66b43ca-ca14-4fa-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:00:58,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-c66b43ca-ca14-4fa-proj used request id req-a7cad3c1-7eec-4f5e-9f55-9fc9f1d911f0 2018-10-04 15:00:58,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ecac7ba8c0b28df85b399277136655aff4025e" 2018-10-04 15:00:58,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e57548b-b761-4248-b71b-ab3cec5c0d99 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:00:58,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-8e57548b-b761-4248-b71b-ab3cec5c0d99 2018-10-04 15:00:58,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ecac7ba8c0b28df85b399277136655aff4025e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-c66b43ca-ca14-4fa-proj"}}' 2018-10-04 15:00:58,557 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:00:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bef8ed38-b919-4a7a-b60a-c17b24aa8873 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/665aa1e21d994ada9d171df467faca94"}, "enabled": true, "id": "665aa1e21d994ada9d171df467faca94", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-c66b43ca-ca14-4fa-proj"}} 2018-10-04 15:00:58,557 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-bef8ed38-b919-4a7a-b60a-c17b24aa8873 2018-10-04 15:00:58,557 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-c66b43ca-ca14-4fa-proj 2018-10-04 15:00:58,558 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:00:58,558 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:00:58,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:00:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["K1zEZZZIQ_id4NMwsi79jA"], "issued_at": "2018-10-04T15:00:58.000000Z"}} 2018-10-04 15:00:58,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}652631cfc78e9de5b3eb37013bd6c0ae710a6b5f" 2018-10-04 15:00:59,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c88c8642-9852-4149-9797-88fb90901aaf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:00:59,023 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c88c8642-9852-4149-9797-88fb90901aaf 2018-10-04 15:00:59,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:00:59,033 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:00:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:00:59,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}652631cfc78e9de5b3eb37013bd6c0ae710a6b5f" 2018-10-04 15:00:59,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dce8a9f2-749e-47d2-ae1c-4ec71446cf92 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:00:59,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-dce8a9f2-749e-47d2-ae1c-4ec71446cf92 2018-10-04 15:00:59,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-c66b43ca-ca14-4fa-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}652631cfc78e9de5b3eb37013bd6c0ae710a6b5f" 2018-10-04 15:00:59,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77bdbf65-90d5-469c-b4ec-419face40c29 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-c66b43ca-ca14-4fa-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/665aa1e21d994ada9d171df467faca94"}, "enabled": true, "id": "665aa1e21d994ada9d171df467faca94", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-c66b43ca-ca14-4fa-proj"}]} 2018-10-04 15:00:59,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateRouterSuccessTests-c66b43ca-ca14-4fa-proj used request id req-77bdbf65-90d5-469c-b4ec-419face40c29 2018-10-04 15:00:59,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}652631cfc78e9de5b3eb37013bd6c0ae710a6b5f" 2018-10-04 15:00:59,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3533a051-82f4-4de0-b266-ac462134d8e9 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:00:59,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-3533a051-82f4-4de0-b266-ac462134d8e9 2018-10-04 15:00:59,683 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-c66b43ca-ca14-4fa-user 2018-10-04 15:00:59,683 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:00:59,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ecac7ba8c0b28df85b399277136655aff4025e" 2018-10-04 15:00:59,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72e87a90-798a-45dc-8ea1-fbabde767952 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:00:59,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-72e87a90-798a-45dc-8ea1-fbabde767952 2018-10-04 15:00:59,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ecac7ba8c0b28df85b399277136655aff4025e" -d '{"role": {"name": "CreateRouterSuccessTests-c66b43ca-ca14-4fa-proj-role"}}' 2018-10-04 15:00:59,905 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:00:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16f482c4-7817-4b04-88b1-8985ed98ea3f Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "95453e8f9aea4599a7f2560fc7eb6cca", "links": {"self": "http://172.30.9.23:5000/v3/roles/95453e8f9aea4599a7f2560fc7eb6cca"}, "name": "CreateRouterSuccessTests-c66b43ca-ca14-4fa-proj-role"}} 2018-10-04 15:00:59,905 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-16f482c4-7817-4b04-88b1-8985ed98ea3f 2018-10-04 15:00:59,906 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-c66b43ca-ca14-4fa-proj-role 2018-10-04 15:00:59,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/95453e8f9aea4599a7f2560fc7eb6cca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ecac7ba8c0b28df85b399277136655aff4025e" 2018-10-04 15:00:59,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a5e0021-c7ac-40e8-8326-51676f92bea6 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/95453e8f9aea4599a7f2560fc7eb6cca"}, "domain_id": null, "name": "CreateRouterSuccessTests-c66b43ca-ca14-4fa-proj-role", "id": "95453e8f9aea4599a7f2560fc7eb6cca"}} 2018-10-04 15:00:59,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/95453e8f9aea4599a7f2560fc7eb6cca used request id req-6a5e0021-c7ac-40e8-8326-51676f92bea6 2018-10-04 15:00:59,990 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-c66b43ca-ca14-4fa-proj-role to project CreateRouterSuccessTests-c66b43ca-ca14-4fa-proj 2018-10-04 15:00:59,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/665aa1e21d994ada9d171df467faca94/users/b2acf4c0005a4aa9897632e7c21245b8/roles/95453e8f9aea4599a7f2560fc7eb6cca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ecac7ba8c0b28df85b399277136655aff4025e" 2018-10-04 15:01:00,129 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:01:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8c53a8c-dea6-4f13-ad77-ba75229c26ee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:01:00,129 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/665aa1e21d994ada9d171df467faca94/users/b2acf4c0005a4aa9897632e7c21245b8/roles/95453e8f9aea4599a7f2560fc7eb6cca used request id req-c8c53a8c-dea6-4f13-ad77-ba75229c26ee 2018-10-04 15:01:00,130 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:01:00,131 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:01:00,525 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:01:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["8_QZ_LUSQPy30FyA-rsIsw"], "issued_at": "2018-10-04T15:01:00.000000Z"}} 2018-10-04 15:01:00,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52fadad97900302ff64f1d826bef2a0939aa2dc4" 2018-10-04 15:01:00,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-246a72f9-99a0-41d1-b2a1-bc41a78a2d0c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:01:00,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-246a72f9-99a0-41d1-b2a1-bc41a78a2d0c 2018-10-04 15:01:00,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-421b6ce2-d82a-41e8-a351-a2e29a9fd009-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52fadad97900302ff64f1d826bef2a0939aa2dc4" 2018-10-04 15:01:00,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7e0d6653-c0aa-454d-b194-4790f71e9dfb Date: Thu, 04 Oct 2018 15:01:00 GMT RESP BODY: {"networks":[]} 2018-10-04 15:01:00,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateRouterSuccessTests-421b6ce2-d82a-41e8-a351-a2e29a9fd009-pub-net1 used request id req-7e0d6653-c0aa-454d-b194-4790f71e9dfb 2018-10-04 15:01:00,739 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-421b6ce2-d82a-41e8-a351-a2e29a9fd009-pub-net1 2018-10-04 15:01:00,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52fadad97900302ff64f1d826bef2a0939aa2dc4" -d '{"network": {"name": "CreateRouterSuccessTests-421b6ce2-d82a-41e8-a351-a2e29a9fd009-pub-net1", "admin_state_up": true}}' 2018-10-04 15:01:01,364 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-3e1f19e9-2fe7-483e-b716-901e838ca688 Date: Thu, 04 Oct 2018 15:01:01 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5ff30d22-e910-47c7-8826-beced10d3292","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":5,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:01:01Z","is_default":false,"qos_policy_id":null,"name":"CreateRouterSuccessTests-421b6ce2-d82a-41e8-a351-a2e29a9fd009-pub-net1","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:01:01Z","mtu":1450}} 2018-10-04 15:01:01,364 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-3e1f19e9-2fe7-483e-b716-901e838ca688 2018-10-04 15:01:01,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=5ff30d22-e910-47c7-8826-beced10d3292 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52fadad97900302ff64f1d826bef2a0939aa2dc4" 2018-10-04 15:01:01,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-eb8d06a9-5bd5-40b1-aca1-a18d7a561f4a Date: Thu, 04 Oct 2018 15:01:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5ff30d22-e910-47c7-8826-beced10d3292","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":5,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:01:01Z","qos_policy_id":null,"name":"CreateRouterSuccessTests-421b6ce2-d82a-41e8-a351-a2e29a9fd009-pub-net1","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:01:01Z","provider:network_type":"vxlan"}]} 2018-10-04 15:01:01,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=5ff30d22-e910-47c7-8826-beced10d3292 used request id req-eb8d06a9-5bd5-40b1-aca1-a18d7a561f4a 2018-10-04 15:01:01,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5ff30d22-e910-47c7-8826-beced10d3292 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52fadad97900302ff64f1d826bef2a0939aa2dc4" 2018-10-04 15:01:01,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-48c16866-d977-4b7e-a71d-fc1fd6d967be Date: Thu, 04 Oct 2018 15:01:01 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:01:01,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5ff30d22-e910-47c7-8826-beced10d3292 used request id req-48c16866-d977-4b7e-a71d-fc1fd6d967be 2018-10-04 15:01:01,786 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-421b6ce2-d82a-41e8-a351-a2e29a9fd009-pub-subnet1 2018-10-04 15:01:01,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52fadad97900302ff64f1d826bef2a0939aa2dc4" -d '{"subnets": [{"ip_version": 4, "network_id": "5ff30d22-e910-47c7-8826-beced10d3292", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-421b6ce2-d82a-41e8-a351-a2e29a9fd009-pub-subnet1"}]}' 2018-10-04 15:01:02,532 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-9608f87e-e7ee-441e-825c-52a9f18f746e Date: Thu, 04 Oct 2018 15:01:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ff30d22-e910-47c7-8826-beced10d3292","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:01:02Z","dns_nameservers":[],"updated_at":"2018-10-04T15:01:02Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"6571ec8b-a7e6-4f8e-9fdd-9599f5758837","subnetpool_id":null,"name":"CreateRouterSuccessTests-421b6ce2-d82a-41e8-a351-a2e29a9fd009-pub-subnet1"}]} 2018-10-04 15:01:02,533 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-9608f87e-e7ee-441e-825c-52a9f18f746e 2018-10-04 15:01:02,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=5ff30d22-e910-47c7-8826-beced10d3292 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52fadad97900302ff64f1d826bef2a0939aa2dc4" 2018-10-04 15:01:03,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c8ae7e5c-1419-4959-aae3-cf6a82f45b5d Date: Thu, 04 Oct 2018 15:01:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"5ff30d22-e910-47c7-8826-beced10d3292","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":5,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["6571ec8b-a7e6-4f8e-9fdd-9599f5758837"],"description":"","tags":[],"updated_at":"2018-10-04T15:01:02Z","qos_policy_id":null,"name":"CreateRouterSuccessTests-421b6ce2-d82a-41e8-a351-a2e29a9fd009-pub-net1","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:01:01Z","provider:network_type":"vxlan"}]} 2018-10-04 15:01:03,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=5ff30d22-e910-47c7-8826-beced10d3292 used request id req-c8ae7e5c-1419-4959-aae3-cf6a82f45b5d 2018-10-04 15:01:03,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5ff30d22-e910-47c7-8826-beced10d3292 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52fadad97900302ff64f1d826bef2a0939aa2dc4" 2018-10-04 15:01:03,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-7b80f794-0055-472b-8e97-a9e571679d75 Date: Thu, 04 Oct 2018 15:01:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ff30d22-e910-47c7-8826-beced10d3292","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:01:02Z","dns_nameservers":[],"updated_at":"2018-10-04T15:01:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"6571ec8b-a7e6-4f8e-9fdd-9599f5758837","subnetpool_id":null,"name":"CreateRouterSuccessTests-421b6ce2-d82a-41e8-a351-a2e29a9fd009-pub-subnet1"}]} 2018-10-04 15:01:03,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5ff30d22-e910-47c7-8826-beced10d3292 used request id req-7b80f794-0055-472b-8e97-a9e571679d75 2018-10-04 15:01:03,232 - OpenStackNetwork - DEBUG - Network [5ff30d22-e910-47c7-8826-beced10d3292] created successfully 2018-10-04 15:01:03,233 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:01:03,234 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:01:03,604 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95453e8f9aea4599a7f2560fc7eb6cca", "name": "CreateRouterSuccessTests-c66b43ca-ca14-4fa-proj-role"}], "expires_at": "2018-10-04T16:01:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "665aa1e21d994ada9d171df467faca94", "name": "CreateRouterSuccessTests-c66b43ca-ca14-4fa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/665aa1e21d994ada9d171df467faca94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/665aa1e21d994ada9d171df467faca94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/665aa1e21d994ada9d171df467faca94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/665aa1e21d994ada9d171df467faca94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/665aa1e21d994ada9d171df467faca94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/665aa1e21d994ada9d171df467faca94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/665aa1e21d994ada9d171df467faca94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/665aa1e21d994ada9d171df467faca94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/665aa1e21d994ada9d171df467faca94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/665aa1e21d994ada9d171df467faca94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/665aa1e21d994ada9d171df467faca94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/665aa1e21d994ada9d171df467faca94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-c66b43ca-ca14-4fa-user", "id": "b2acf4c0005a4aa9897632e7c21245b8"}, "audit_ids": ["Asu_fovnRuiCriCWdYQH0Q"], "issued_at": "2018-10-04T15:01:03.000000Z"}} 2018-10-04 15:01:03,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfea248817161e52cf516a40c39fa8817be13c39" 2018-10-04 15:01:03,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64753b2c-ad70-4084-b125-38efab9d5ddc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:01:03,677 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-64753b2c-ad70-4084-b125-38efab9d5ddc 2018-10-04 15:01:03,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-421b6ce2-d82a-41e8-a351-a2e29a9fd009-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfea248817161e52cf516a40c39fa8817be13c39" 2018-10-04 15:01:03,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-117ab6f1-3ecd-4b5a-859c-74fa5aec5127 Date: Thu, 04 Oct 2018 15:01:03 GMT RESP BODY: {"routers": []} 2018-10-04 15:01:03,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateRouterSuccessTests-421b6ce2-d82a-41e8-a351-a2e29a9fd009-pub-router&admin_state_up=True used request id req-117ab6f1-3ecd-4b5a-859c-74fa5aec5127 2018-10-04 15:01:03,887 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:01:03,888 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:01:04,262 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95453e8f9aea4599a7f2560fc7eb6cca", "name": "CreateRouterSuccessTests-c66b43ca-ca14-4fa-proj-role"}], "expires_at": "2018-10-04T16:01:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "665aa1e21d994ada9d171df467faca94", "name": "CreateRouterSuccessTests-c66b43ca-ca14-4fa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/665aa1e21d994ada9d171df467faca94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/665aa1e21d994ada9d171df467faca94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/665aa1e21d994ada9d171df467faca94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/665aa1e21d994ada9d171df467faca94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/665aa1e21d994ada9d171df467faca94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/665aa1e21d994ada9d171df467faca94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/665aa1e21d994ada9d171df467faca94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/665aa1e21d994ada9d171df467faca94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/665aa1e21d994ada9d171df467faca94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/665aa1e21d994ada9d171df467faca94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/665aa1e21d994ada9d171df467faca94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/665aa1e21d994ada9d171df467faca94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-c66b43ca-ca14-4fa-user", "id": "b2acf4c0005a4aa9897632e7c21245b8"}, "audit_ids": ["USfWmawYQUiR5ZOir5FKew"], "issued_at": "2018-10-04T15:01:04.000000Z"}} 2018-10-04 15:01:04,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d6ba765c743d1db237637ac6d913d8159ce288c" 2018-10-04 15:01:04,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2254fe3-93fb-4cc5-83d4-3482ec544f93 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:01:04,346 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e2254fe3-93fb-4cc5-83d4-3482ec544f93 2018-10-04 15:01:04,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfea248817161e52cf516a40c39fa8817be13c39" 2018-10-04 15:01:04,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-868ccef9-cf02-435a-ae0b-895ff983dc71 Date: Thu, 04 Oct 2018 15:01:04 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:01:04,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-868ccef9-cf02-435a-ae0b-895ff983dc71 2018-10-04 15:01:04,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfea248817161e52cf516a40c39fa8817be13c39" 2018-10-04 15:01:04,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d4f58c77-2690-4e12-98c8-6da84319acdc Date: Thu, 04 Oct 2018 15:01:04 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:01:04,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-d4f58c77-2690-4e12-98c8-6da84319acdc 2018-10-04 15:01:04,778 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-421b6ce2-d82a-41e8-a351-a2e29a9fd009-pub-router 2018-10-04 15:01:04,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfea248817161e52cf516a40c39fa8817be13c39" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "CreateRouterSuccessTests-421b6ce2-d82a-41e8-a351-a2e29a9fd009-pub-router", "admin_state_up": true}}' 2018-10-04 15:01:09,942 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-0b059e29-d7fe-45e2-8f98-c4d454615f81 Date: Thu, 04 Oct 2018 15:01:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "665aa1e21d994ada9d171df467faca94", "created_at": "2018-10-04T15:01:05Z", "admin_state_up": true, "updated_at": "2018-10-04T15:01:06Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "665aa1e21d994ada9d171df467faca94", "id": "cd856f74-9fe5-4301-ba84-ecba4f199eeb", "name": "CreateRouterSuccessTests-421b6ce2-d82a-41e8-a351-a2e29a9fd009-pub-router"}} 2018-10-04 15:01:09,942 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-0b059e29-d7fe-45e2-8f98-c4d454615f81 2018-10-04 15:01:09,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=cd856f74-9fe5-4301-ba84-ecba4f199eeb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfea248817161e52cf516a40c39fa8817be13c39" 2018-10-04 15:01:09,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-66fa1808-c4a3-4e14-b9f8-a892b914ddfe Date: Thu, 04 Oct 2018 15:01:09 GMT RESP BODY: {"ports":[]} 2018-10-04 15:01:09,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=cd856f74-9fe5-4301-ba84-ecba4f199eeb used request id req-66fa1808-c4a3-4e14-b9f8-a892b914ddfe 2018-10-04 15:01:10,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?name=CreateRouterSuccessTests-421b6ce2-d82a-41e8-a351-a2e29a9fd009-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfea248817161e52cf516a40c39fa8817be13c39" 2018-10-04 15:01:10,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-405ef59e-cdc8-4b26-a580-a7a9e06c1d74 Date: Thu, 04 Oct 2018 15:01:10 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:01:10,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?name=CreateRouterSuccessTests-421b6ce2-d82a-41e8-a351-a2e29a9fd009-pub-subnet1 used request id req-405ef59e-cdc8-4b26-a580-a7a9e06c1d74 2018-10-04 15:01:10,174 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-421b6ce2-d82a-41e8-a351-a2e29a9fd009-pub-router 2018-10-04 15:01:10,174 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-421b6ce2-d82a-41e8-a351-a2e29a9fd009-pub-router 2018-10-04 15:01:10,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/cd856f74-9fe5-4301-ba84-ecba4f199eeb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfea248817161e52cf516a40c39fa8817be13c39" 2018-10-04 15:01:14,250 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d607b620-724b-4eda-b26b-6f9e5c520295 Content-Length: 0 Date: Thu, 04 Oct 2018 15:01:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:01:14,251 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/cd856f74-9fe5-4301-ba84-ecba4f199eeb used request id req-d607b620-724b-4eda-b26b-6f9e5c520295 2018-10-04 15:01:14,251 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-421b6ce2-d82a-41e8-a351-a2e29a9fd009-pub-subnet1 2018-10-04 15:01:14,252 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-421b6ce2-d82a-41e8-a351-a2e29a9fd009-pub-subnet1 2018-10-04 15:01:14,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/6571ec8b-a7e6-4f8e-9fdd-9599f5758837 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52fadad97900302ff64f1d826bef2a0939aa2dc4" 2018-10-04 15:01:16,441 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-34fab22d-9aa6-4ffe-8536-cacee945bb9d Date: Thu, 04 Oct 2018 15:01:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:01:16,441 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/6571ec8b-a7e6-4f8e-9fdd-9599f5758837 used request id req-34fab22d-9aa6-4ffe-8536-cacee945bb9d 2018-10-04 15:01:16,441 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-421b6ce2-d82a-41e8-a351-a2e29a9fd009-pub-net1 2018-10-04 15:01:16,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/5ff30d22-e910-47c7-8826-beced10d3292 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52fadad97900302ff64f1d826bef2a0939aa2dc4" 2018-10-04 15:01:17,747 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c1819b50-94b9-483b-a7fb-797f477838a0 Date: Thu, 04 Oct 2018 15:01:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:01:17,748 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/5ff30d22-e910-47c7-8826-beced10d3292 used request id req-c1819b50-94b9-483b-a7fb-797f477838a0 2018-10-04 15:01:17,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ecac7ba8c0b28df85b399277136655aff4025e" 2018-10-04 15:01:17,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-4b2ff8a3-b8cb-44c3-a152-a57fd17abea9 Date: Thu, 04 Oct 2018 15:01:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:01:17,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-4b2ff8a3-b8cb-44c3-a152-a57fd17abea9 2018-10-04 15:01:17,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ecac7ba8c0b28df85b399277136655aff4025e" 2018-10-04 15:01:18,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ef3c29f-efa2-4751-a75a-af8d2beb108d Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:01:18,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-7ef3c29f-efa2-4751-a75a-af8d2beb108d 2018-10-04 15:01:18,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ecac7ba8c0b28df85b399277136655aff4025e" 2018-10-04 15:01:18,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55ba950b-d715-4dfb-b0bd-8979c1f06d08 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:01:18,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-55ba950b-d715-4dfb-b0bd-8979c1f06d08 2018-10-04 15:01:18,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ecac7ba8c0b28df85b399277136655aff4025e" 2018-10-04 15:01:18,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06c638fe-7b5f-427e-a933-711c01dab35f Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:01:18,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-06c638fe-7b5f-427e-a933-711c01dab35f 2018-10-04 15:01:18,263 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-c66b43ca-ca14-4fa-proj 2018-10-04 15:01:18,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/665aa1e21d994ada9d171df467faca94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ecac7ba8c0b28df85b399277136655aff4025e" 2018-10-04 15:01:18,490 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:01:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-046a9de0-9822-4a5c-abb1-dcd4354810c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:01:18,490 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/665aa1e21d994ada9d171df467faca94 used request id req-046a9de0-9822-4a5c-abb1-dcd4354810c7 2018-10-04 15:01:18,490 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-c66b43ca-ca14-4fa-proj-role 2018-10-04 15:01:18,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/95453e8f9aea4599a7f2560fc7eb6cca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ecac7ba8c0b28df85b399277136655aff4025e" 2018-10-04 15:01:18,593 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:01:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba6e6ba6-9206-4688-a4bd-fb26d34e64e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:01:18,593 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/95453e8f9aea4599a7f2560fc7eb6cca used request id req-ba6e6ba6-9206-4688-a4bd-fb26d34e64e3 2018-10-04 15:01:18,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ecac7ba8c0b28df85b399277136655aff4025e" 2018-10-04 15:01:18,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-635c8742-481c-4b3b-9cf3-3ce3d7fcac64 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:01:18,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-635c8742-481c-4b3b-9cf3-3ce3d7fcac64 2018-10-04 15:01:18,692 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-c66b43ca-ca14-4fa-user 2018-10-04 15:01:18,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/b2acf4c0005a4aa9897632e7c21245b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}652631cfc78e9de5b3eb37013bd6c0ae710a6b5f" 2018-10-04 15:01:18,933 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:01:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d309dacc-371e-4ed7-8765-93e843261a86 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:01:18,934 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/b2acf4c0005a4aa9897632e7c21245b8 used request id req-d309dacc-371e-4ed7-8765-93e843261a86 2018-10-04 15:01:18,935 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:01:19,311 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:01:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["c2166uu8SCOB3046zDCVZA"], "issued_at": "2018-10-04T15:01:19.000000Z"}} 2018-10-04 15:01:19,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb097fb63ede4d5a158e18d491e2958842c99de8" 2018-10-04 15:01:19,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-923c17fc-8db0-4621-a80b-05a37861b038 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:01:19,398 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-923c17fc-8db0-4621-a80b-05a37861b038 2018-10-04 15:01:19,399 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:01:19,400 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:01:19,790 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:01:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["2zcfOxzvSrKUVZEMOqfgag"], "issued_at": "2018-10-04T15:01:19.000000Z"}} 2018-10-04 15:01:19,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d005b139377d957c0d19282c3e76be1108a5b5" 2018-10-04 15:01:19,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9084143-a3a5-4e96-897d-cfa2a07fcf08 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:01:19,870 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e9084143-a3a5-4e96-897d-cfa2a07fcf08 2018-10-04 15:01:19,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:01:19,880 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:01:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:01:19,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-4708b8ba-9926-496-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d005b139377d957c0d19282c3e76be1108a5b5" 2018-10-04 15:01:19,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cfdf7c6-6e61-4eff-9ec4-578dea7ac445 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-4708b8ba-9926-496-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:01:19,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-4708b8ba-9926-496-proj used request id req-6cfdf7c6-6e61-4eff-9ec4-578dea7ac445 2018-10-04 15:01:19,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d005b139377d957c0d19282c3e76be1108a5b5" 2018-10-04 15:01:20,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e69cbd62-faa3-44c5-8a05-b45139416eb4 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:01:20,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-e69cbd62-faa3-44c5-8a05-b45139416eb4 2018-10-04 15:01:20,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d005b139377d957c0d19282c3e76be1108a5b5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-4708b8ba-9926-496-proj"}}' 2018-10-04 15:01:20,594 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:01:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43893a2b-88a1-4178-ab0b-b1881901fdde Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/1636ef297b424cbdbfcf3f836a240b5b"}, "enabled": true, "id": "1636ef297b424cbdbfcf3f836a240b5b", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-4708b8ba-9926-496-proj"}} 2018-10-04 15:01:20,594 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-43893a2b-88a1-4178-ab0b-b1881901fdde 2018-10-04 15:01:20,594 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-4708b8ba-9926-496-proj 2018-10-04 15:01:20,595 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:01:20,595 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:01:20,980 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:01:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["cJI1IJazTJWw4QNJ9wmxoA"], "issued_at": "2018-10-04T15:01:20.000000Z"}} 2018-10-04 15:01:20,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd15bbfb8d0b31430c5b963fa771943bfc93b14" 2018-10-04 15:01:21,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8186c6a-0fd1-477e-8bb9-739d7ce39203 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:01:21,057 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d8186c6a-0fd1-477e-8bb9-739d7ce39203 2018-10-04 15:01:21,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:01:21,067 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:01:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:01:21,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd15bbfb8d0b31430c5b963fa771943bfc93b14" 2018-10-04 15:01:21,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd9e5dc6-39de-4051-9a8e-aec223cb7970 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:01:21,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-dd9e5dc6-39de-4051-9a8e-aec223cb7970 2018-10-04 15:01:21,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateRouterNegativeTests-4708b8ba-9926-496-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd15bbfb8d0b31430c5b963fa771943bfc93b14" 2018-10-04 15:01:21,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d40d0b21-6c4f-4d62-b264-3ab515dafac1 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateRouterNegativeTests-4708b8ba-9926-496-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/1636ef297b424cbdbfcf3f836a240b5b"}, "enabled": true, "id": "1636ef297b424cbdbfcf3f836a240b5b", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-4708b8ba-9926-496-proj"}]} 2018-10-04 15:01:21,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateRouterNegativeTests-4708b8ba-9926-496-proj used request id req-d40d0b21-6c4f-4d62-b264-3ab515dafac1 2018-10-04 15:01:21,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd15bbfb8d0b31430c5b963fa771943bfc93b14" 2018-10-04 15:01:21,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82133b6f-3bcd-425b-a625-5cc33d8e0e78 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:01:21,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-82133b6f-3bcd-425b-a625-5cc33d8e0e78 2018-10-04 15:01:21,755 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-4708b8ba-9926-496-user 2018-10-04 15:01:21,755 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:01:21,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d005b139377d957c0d19282c3e76be1108a5b5" 2018-10-04 15:01:21,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfa37a54-43f4-451c-bd7a-ad94d4b02ba4 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:01:21,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-bfa37a54-43f4-451c-bd7a-ad94d4b02ba4 2018-10-04 15:01:21,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d005b139377d957c0d19282c3e76be1108a5b5" -d '{"role": {"name": "CreateRouterNegativeTests-4708b8ba-9926-496-proj-role"}}' 2018-10-04 15:01:21,959 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:01:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8054eff-e9e4-48e2-ab3d-3fbf6e027d46 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1f2750bb374040f1a9fb9fd999202452", "links": {"self": "http://172.30.9.23:5000/v3/roles/1f2750bb374040f1a9fb9fd999202452"}, "name": "CreateRouterNegativeTests-4708b8ba-9926-496-proj-role"}} 2018-10-04 15:01:21,960 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-f8054eff-e9e4-48e2-ab3d-3fbf6e027d46 2018-10-04 15:01:21,960 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-4708b8ba-9926-496-proj-role 2018-10-04 15:01:21,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/1f2750bb374040f1a9fb9fd999202452 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d005b139377d957c0d19282c3e76be1108a5b5" 2018-10-04 15:01:22,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71655841-6322-4de2-90c8-cea4c6e25ca4 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/1f2750bb374040f1a9fb9fd999202452"}, "domain_id": null, "name": "CreateRouterNegativeTests-4708b8ba-9926-496-proj-role", "id": "1f2750bb374040f1a9fb9fd999202452"}} 2018-10-04 15:01:22,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/1f2750bb374040f1a9fb9fd999202452 used request id req-71655841-6322-4de2-90c8-cea4c6e25ca4 2018-10-04 15:01:22,055 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-4708b8ba-9926-496-proj-role to project CreateRouterNegativeTests-4708b8ba-9926-496-proj 2018-10-04 15:01:22,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/1636ef297b424cbdbfcf3f836a240b5b/users/2b580911878441049a135fe7cb8f93dc/roles/1f2750bb374040f1a9fb9fd999202452 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d005b139377d957c0d19282c3e76be1108a5b5" 2018-10-04 15:01:22,176 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:01:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b00583af-dc2b-4c13-8df2-55988df6948a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:01:22,176 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/1636ef297b424cbdbfcf3f836a240b5b/users/2b580911878441049a135fe7cb8f93dc/roles/1f2750bb374040f1a9fb9fd999202452 used request id req-b00583af-dc2b-4c13-8df2-55988df6948a 2018-10-04 15:01:22,177 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:01:22,178 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:01:22,562 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:01:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["98d863x6RXS0lg7reE-Ydw"], "issued_at": "2018-10-04T15:01:22.000000Z"}} 2018-10-04 15:01:22,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73f5b4296cbf872a99287854047e02c7e7c43d36" 2018-10-04 15:01:22,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dca293a-04c6-45ba-bed4-f7228a6f48a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:01:22,699 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7dca293a-04c6-45ba-bed4-f7228a6f48a2 2018-10-04 15:01:22,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73f5b4296cbf872a99287854047e02c7e7c43d36" 2018-10-04 15:01:22,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e3e1c13d-3fe7-4742-a170-0ed05876d35b Date: Thu, 04 Oct 2018 15:01:22 GMT RESP BODY: {"networks":[]} 2018-10-04 15:01:22,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-pub-net1 used request id req-e3e1c13d-3fe7-4742-a170-0ed05876d35b 2018-10-04 15:01:22,872 - neutron_utils - INFO - Creating network with name CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-pub-net1 2018-10-04 15:01:22,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73f5b4296cbf872a99287854047e02c7e7c43d36" -d '{"network": {"name": "CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-pub-net1", "admin_state_up": true}}' 2018-10-04 15:01:23,286 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-0b3b14be-a364-402f-84d1-95436f805eb7 Date: Thu, 04 Oct 2018 15:01:23 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"26927c1b-2b27-4efd-9a9e-bfd82b2219c9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:01:23Z","is_default":false,"qos_policy_id":null,"name":"CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-pub-net1","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:01:23Z","mtu":1450}} 2018-10-04 15:01:23,287 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-0b3b14be-a364-402f-84d1-95436f805eb7 2018-10-04 15:01:23,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=26927c1b-2b27-4efd-9a9e-bfd82b2219c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73f5b4296cbf872a99287854047e02c7e7c43d36" 2018-10-04 15:01:23,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-024ce212-c0e8-438b-9d9a-5ac509c020af Date: Thu, 04 Oct 2018 15:01:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"26927c1b-2b27-4efd-9a9e-bfd82b2219c9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:01:23Z","qos_policy_id":null,"name":"CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-pub-net1","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:01:23Z","provider:network_type":"vxlan"}]} 2018-10-04 15:01:23,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=26927c1b-2b27-4efd-9a9e-bfd82b2219c9 used request id req-024ce212-c0e8-438b-9d9a-5ac509c020af 2018-10-04 15:01:23,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=26927c1b-2b27-4efd-9a9e-bfd82b2219c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73f5b4296cbf872a99287854047e02c7e7c43d36" 2018-10-04 15:01:23,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7399afb5-8c0d-4a75-939b-32f0a59e5303 Date: Thu, 04 Oct 2018 15:01:23 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:01:23,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=26927c1b-2b27-4efd-9a9e-bfd82b2219c9 used request id req-7399afb5-8c0d-4a75-939b-32f0a59e5303 2018-10-04 15:01:23,712 - neutron_utils - INFO - Creating subnet with name CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-pub-subnet1 2018-10-04 15:01:23,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73f5b4296cbf872a99287854047e02c7e7c43d36" -d '{"subnets": [{"ip_version": 4, "network_id": "26927c1b-2b27-4efd-9a9e-bfd82b2219c9", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-pub-subnet1"}]}' 2018-10-04 15:01:24,394 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-b1f8c6ac-f5f3-48c2-97f0-dbcd17007cce Date: Thu, 04 Oct 2018 15:01:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"26927c1b-2b27-4efd-9a9e-bfd82b2219c9","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:01:23Z","dns_nameservers":[],"updated_at":"2018-10-04T15:01:23Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"0f4d3405-d209-42ac-9b38-d1f1e16abb7e","subnetpool_id":null,"name":"CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-pub-subnet1"}]} 2018-10-04 15:01:24,394 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-b1f8c6ac-f5f3-48c2-97f0-dbcd17007cce 2018-10-04 15:01:24,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=26927c1b-2b27-4efd-9a9e-bfd82b2219c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73f5b4296cbf872a99287854047e02c7e7c43d36" 2018-10-04 15:01:24,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 752 X-Openstack-Request-Id: req-47be5d92-107c-40ef-8d0d-d4335a02d774 Date: Thu, 04 Oct 2018 15:01:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"26927c1b-2b27-4efd-9a9e-bfd82b2219c9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["0f4d3405-d209-42ac-9b38-d1f1e16abb7e"],"description":"","tags":[],"updated_at":"2018-10-04T15:01:23Z","qos_policy_id":null,"name":"CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-pub-net1","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:01:23Z","provider:network_type":"vxlan"}]} 2018-10-04 15:01:24,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=26927c1b-2b27-4efd-9a9e-bfd82b2219c9 used request id req-47be5d92-107c-40ef-8d0d-d4335a02d774 2018-10-04 15:01:24,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=26927c1b-2b27-4efd-9a9e-bfd82b2219c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73f5b4296cbf872a99287854047e02c7e7c43d36" 2018-10-04 15:01:24,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-7142a0bb-95ec-4b56-a10f-94abf2d25583 Date: Thu, 04 Oct 2018 15:01:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"26927c1b-2b27-4efd-9a9e-bfd82b2219c9","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:01:23Z","dns_nameservers":[],"updated_at":"2018-10-04T15:01:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"0f4d3405-d209-42ac-9b38-d1f1e16abb7e","subnetpool_id":null,"name":"CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-pub-subnet1"}]} 2018-10-04 15:01:24,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=26927c1b-2b27-4efd-9a9e-bfd82b2219c9 used request id req-7142a0bb-95ec-4b56-a10f-94abf2d25583 2018-10-04 15:01:24,848 - OpenStackNetwork - DEBUG - Network [26927c1b-2b27-4efd-9a9e-bfd82b2219c9] created successfully 2018-10-04 15:01:24,848 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:01:24,849 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:01:25,221 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1f2750bb374040f1a9fb9fd999202452", "name": "CreateRouterNegativeTests-4708b8ba-9926-496-proj-role"}], "expires_at": "2018-10-04T16:01:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1636ef297b424cbdbfcf3f836a240b5b", "name": "CreateRouterNegativeTests-4708b8ba-9926-496-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/1636ef297b424cbdbfcf3f836a240b5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/1636ef297b424cbdbfcf3f836a240b5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/1636ef297b424cbdbfcf3f836a240b5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1636ef297b424cbdbfcf3f836a240b5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/1636ef297b424cbdbfcf3f836a240b5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/1636ef297b424cbdbfcf3f836a240b5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/1636ef297b424cbdbfcf3f836a240b5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/1636ef297b424cbdbfcf3f836a240b5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/1636ef297b424cbdbfcf3f836a240b5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1636ef297b424cbdbfcf3f836a240b5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/1636ef297b424cbdbfcf3f836a240b5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/1636ef297b424cbdbfcf3f836a240b5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-4708b8ba-9926-496-user", "id": "2b580911878441049a135fe7cb8f93dc"}, "audit_ids": ["nuApmNVJRAe_qrUB2gDa7Q"], "issued_at": "2018-10-04T15:01:25.000000Z"}} 2018-10-04 15:01:25,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ab4c8aefec8bd497fe2950b0ef38c392b27bc6" 2018-10-04 15:01:25,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8e858f1-97d2-4082-8720-092e1dd6d5b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:01:25,294 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e8e858f1-97d2-4082-8720-092e1dd6d5b0 2018-10-04 15:01:25,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ab4c8aefec8bd497fe2950b0ef38c392b27bc6" 2018-10-04 15:01:25,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c14f5f17-53fc-4c74-8d38-81a680a20091 Date: Thu, 04 Oct 2018 15:01:25 GMT RESP BODY: {"routers": []} 2018-10-04 15:01:25,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-pub-router&admin_state_up=True used request id req-c14f5f17-53fc-4c74-8d38-81a680a20091 2018-10-04 15:01:25,503 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:01:25,503 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:01:25,884 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1f2750bb374040f1a9fb9fd999202452", "name": "CreateRouterNegativeTests-4708b8ba-9926-496-proj-role"}], "expires_at": "2018-10-04T16:01:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1636ef297b424cbdbfcf3f836a240b5b", "name": "CreateRouterNegativeTests-4708b8ba-9926-496-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/1636ef297b424cbdbfcf3f836a240b5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/1636ef297b424cbdbfcf3f836a240b5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/1636ef297b424cbdbfcf3f836a240b5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1636ef297b424cbdbfcf3f836a240b5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/1636ef297b424cbdbfcf3f836a240b5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/1636ef297b424cbdbfcf3f836a240b5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/1636ef297b424cbdbfcf3f836a240b5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/1636ef297b424cbdbfcf3f836a240b5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/1636ef297b424cbdbfcf3f836a240b5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1636ef297b424cbdbfcf3f836a240b5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/1636ef297b424cbdbfcf3f836a240b5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/1636ef297b424cbdbfcf3f836a240b5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-4708b8ba-9926-496-user", "id": "2b580911878441049a135fe7cb8f93dc"}, "audit_ids": ["KMlHicXpSq-htWfoTxrFsw"], "issued_at": "2018-10-04T15:01:25.000000Z"}} 2018-10-04 15:01:25,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8466314e5eb46a5c73820f5d21934534f7533d9" 2018-10-04 15:01:25,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce8b965d-7a35-4376-9059-1a1403c24fad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:01:25,961 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ce8b965d-7a35-4376-9059-1a1403c24fad 2018-10-04 15:01:25,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ab4c8aefec8bd497fe2950b0ef38c392b27bc6" 2018-10-04 15:01:26,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-44643e21-1a5c-445c-bbdc-edf3923852a2 Date: Thu, 04 Oct 2018 15:01:26 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:01:26,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-44643e21-1a5c-445c-bbdc-edf3923852a2 2018-10-04 15:01:26,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ab4c8aefec8bd497fe2950b0ef38c392b27bc6" 2018-10-04 15:01:26,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d79b6b3b-2b13-4122-a6dd-2936d7d47e58 Date: Thu, 04 Oct 2018 15:01:26 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:01:26,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-d79b6b3b-2b13-4122-a6dd-2936d7d47e58 2018-10-04 15:01:26,382 - neutron_utils - INFO - Creating router with name - CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-pub-router 2018-10-04 15:01:26,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ab4c8aefec8bd497fe2950b0ef38c392b27bc6" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-pub-router", "admin_state_up": true}}' 2018-10-04 15:01:31,433 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-2e069fb2-f682-4202-beb1-7eca2ad23045 Date: Thu, 04 Oct 2018 15:01:31 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "1636ef297b424cbdbfcf3f836a240b5b", "created_at": "2018-10-04T15:01:27Z", "admin_state_up": true, "updated_at": "2018-10-04T15:01:28Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "1636ef297b424cbdbfcf3f836a240b5b", "id": "977bea9c-7e90-4de5-a480-15f07d72a4b5", "name": "CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-pub-router"}} 2018-10-04 15:01:31,433 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-2e069fb2-f682-4202-beb1-7eca2ad23045 2018-10-04 15:01:31,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=977bea9c-7e90-4de5-a480-15f07d72a4b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ab4c8aefec8bd497fe2950b0ef38c392b27bc6" 2018-10-04 15:01:31,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-25651abd-c5b6-4da5-9d9c-4ed07e503060 Date: Thu, 04 Oct 2018 15:01:31 GMT RESP BODY: {"ports":[]} 2018-10-04 15:01:31,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=977bea9c-7e90-4de5-a480-15f07d72a4b5 used request id req-25651abd-c5b6-4da5-9d9c-4ed07e503060 2018-10-04 15:01:31,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ab4c8aefec8bd497fe2950b0ef38c392b27bc6" 2018-10-04 15:01:31,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-037f0342-3903-47ef-be77-35684cd39312 Date: Thu, 04 Oct 2018 15:01:31 GMT RESP BODY: {"networks":[]} 2018-10-04 15:01:31,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-pub-net1 used request id req-037f0342-3903-47ef-be77-35684cd39312 2018-10-04 15:01:31,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?name=CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ab4c8aefec8bd497fe2950b0ef38c392b27bc6" 2018-10-04 15:01:31,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5b1e4487-6c3a-4d10-a59d-40c1d0f1e160 Date: Thu, 04 Oct 2018 15:01:31 GMT RESP BODY: {"ports":[]} 2018-10-04 15:01:31,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?name=CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-port1&admin_state_up=True used request id req-5b1e4487-6c3a-4d10-a59d-40c1d0f1e160 2018-10-04 15:01:31,832 - OpenStackNetwork - INFO - Retrieved port CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-port1 for router - CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-pub-router 2018-10-04 15:01:31,832 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:01:31,833 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:01:32,229 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1f2750bb374040f1a9fb9fd999202452", "name": "CreateRouterNegativeTests-4708b8ba-9926-496-proj-role"}], "expires_at": "2018-10-04T16:01:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1636ef297b424cbdbfcf3f836a240b5b", "name": "CreateRouterNegativeTests-4708b8ba-9926-496-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/1636ef297b424cbdbfcf3f836a240b5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/1636ef297b424cbdbfcf3f836a240b5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/1636ef297b424cbdbfcf3f836a240b5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1636ef297b424cbdbfcf3f836a240b5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/1636ef297b424cbdbfcf3f836a240b5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/1636ef297b424cbdbfcf3f836a240b5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/1636ef297b424cbdbfcf3f836a240b5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/1636ef297b424cbdbfcf3f836a240b5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/1636ef297b424cbdbfcf3f836a240b5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1636ef297b424cbdbfcf3f836a240b5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/1636ef297b424cbdbfcf3f836a240b5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/1636ef297b424cbdbfcf3f836a240b5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-4708b8ba-9926-496-user", "id": "2b580911878441049a135fe7cb8f93dc"}, "audit_ids": ["segb5Bv1T_uFZCHFEo91Nw"], "issued_at": "2018-10-04T15:01:32.000000Z"}} 2018-10-04 15:01:32,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c60cf1e5762a3883f09af5d233abd575b5f3bf" 2018-10-04 15:01:32,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb63992a-639c-41cc-969c-00f72e65b170 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:01:32,305 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cb63992a-639c-41cc-969c-00f72e65b170 2018-10-04 15:01:32,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ab4c8aefec8bd497fe2950b0ef38c392b27bc6" 2018-10-04 15:01:32,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7d49813f-a528-447b-b257-75160b493a71 Date: Thu, 04 Oct 2018 15:01:32 GMT RESP BODY: {"networks":[]} 2018-10-04 15:01:32,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-pub-net1 used request id req-7d49813f-a528-447b-b257-75160b493a71 2018-10-04 15:01:32,336 - OpenStackNetwork - INFO - Removing router CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-pub-router 2018-10-04 15:01:32,337 - neutron_utils - INFO - Deleting router with name - CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-pub-router 2018-10-04 15:01:32,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/977bea9c-7e90-4de5-a480-15f07d72a4b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ab4c8aefec8bd497fe2950b0ef38c392b27bc6" 2018-10-04 15:01:37,182 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-46c424b1-37a7-426c-8c94-0c18e59861f5 Content-Length: 0 Date: Thu, 04 Oct 2018 15:01:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:01:37,182 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/977bea9c-7e90-4de5-a480-15f07d72a4b5 used request id req-46c424b1-37a7-426c-8c94-0c18e59861f5 2018-10-04 15:01:37,182 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-pub-subnet1 2018-10-04 15:01:37,183 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-pub-subnet1 2018-10-04 15:01:37,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/0f4d3405-d209-42ac-9b38-d1f1e16abb7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73f5b4296cbf872a99287854047e02c7e7c43d36" 2018-10-04 15:01:39,286 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-969e33e3-8059-4e7c-ba03-d047d5b38e13 Date: Thu, 04 Oct 2018 15:01:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:01:39,287 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/0f4d3405-d209-42ac-9b38-d1f1e16abb7e used request id req-969e33e3-8059-4e7c-ba03-d047d5b38e13 2018-10-04 15:01:39,287 - neutron_utils - INFO - Deleting network with name CreateRouterNegativeTests-106897f2-7d66-4d02-94ad-de4dbf110aa2-pub-net1 2018-10-04 15:01:39,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/26927c1b-2b27-4efd-9a9e-bfd82b2219c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73f5b4296cbf872a99287854047e02c7e7c43d36" 2018-10-04 15:01:40,590 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-81aaf456-05ac-4f00-b271-b28cb5f0e251 Date: Thu, 04 Oct 2018 15:01:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:01:40,590 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/26927c1b-2b27-4efd-9a9e-bfd82b2219c9 used request id req-81aaf456-05ac-4f00-b271-b28cb5f0e251 2018-10-04 15:01:40,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d005b139377d957c0d19282c3e76be1108a5b5" 2018-10-04 15:01:40,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-a63b3c27-8b3c-44fc-8cbe-e32cdf1f7e26 Date: Thu, 04 Oct 2018 15:01:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:01:40,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-a63b3c27-8b3c-44fc-8cbe-e32cdf1f7e26 2018-10-04 15:01:40,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d005b139377d957c0d19282c3e76be1108a5b5" 2018-10-04 15:01:40,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b4e0668-ab81-4592-ab61-0fd3ea72b988 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:01:40,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-8b4e0668-ab81-4592-ab61-0fd3ea72b988 2018-10-04 15:01:40,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d005b139377d957c0d19282c3e76be1108a5b5" 2018-10-04 15:01:40,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-244aaa87-8933-466a-90a0-c6554e190c6e Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:01:40,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-244aaa87-8933-466a-90a0-c6554e190c6e 2018-10-04 15:01:40,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d005b139377d957c0d19282c3e76be1108a5b5" 2018-10-04 15:01:41,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc1d0cee-c9e9-489b-9115-60dd927f9f24 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:01:41,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-bc1d0cee-c9e9-489b-9115-60dd927f9f24 2018-10-04 15:01:41,077 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-4708b8ba-9926-496-proj 2018-10-04 15:01:41,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/1636ef297b424cbdbfcf3f836a240b5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d005b139377d957c0d19282c3e76be1108a5b5" 2018-10-04 15:01:41,273 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:01:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30ffbd40-9ebb-4c39-b734-c7c761afe7f0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:01:41,273 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/1636ef297b424cbdbfcf3f836a240b5b used request id req-30ffbd40-9ebb-4c39-b734-c7c761afe7f0 2018-10-04 15:01:41,273 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-4708b8ba-9926-496-proj-role 2018-10-04 15:01:41,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/1f2750bb374040f1a9fb9fd999202452 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d005b139377d957c0d19282c3e76be1108a5b5" 2018-10-04 15:01:41,480 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:01:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0cb4af6-ced7-4330-87ba-e3c5ddd5867e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:01:41,480 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/1f2750bb374040f1a9fb9fd999202452 used request id req-f0cb4af6-ced7-4330-87ba-e3c5ddd5867e 2018-10-04 15:01:41,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69d005b139377d957c0d19282c3e76be1108a5b5" 2018-10-04 15:01:41,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1f445ea-dc7f-4c68-9926-443f4603fb14 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:01:41,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b1f445ea-dc7f-4c68-9926-443f4603fb14 2018-10-04 15:01:41,582 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-4708b8ba-9926-496-user 2018-10-04 15:01:41,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/2b580911878441049a135fe7cb8f93dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd15bbfb8d0b31430c5b963fa771943bfc93b14" 2018-10-04 15:01:41,753 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:01:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46220729-b89a-4db1-945b-3116e174944a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:01:41,753 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/2b580911878441049a135fe7cb8f93dc used request id req-46220729-b89a-4db1-945b-3116e174944a 2018-10-04 15:01:41,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:01:42,146 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:01:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["tFvK4HnFRfSLK4qw-xdoWA"], "issued_at": "2018-10-04T15:01:42.000000Z"}} 2018-10-04 15:01:42,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42e5e74125f34f09768be6b481c889d7bab8bfdb" 2018-10-04 15:01:42,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d07af49e-5e42-4205-bd8e-8228980ff4b3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:01:42,324 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d07af49e-5e42-4205-bd8e-8228980ff4b3 2018-10-04 15:01:42,325 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:01:42,326 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:01:42,696 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:01:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["dwJ23BVqSjKN1BzfA8VqcA"], "issued_at": "2018-10-04T15:01:42.000000Z"}} 2018-10-04 15:01:42,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8103bad20a6c9d76c19893fd37c45f2ce66448a" 2018-10-04 15:01:42,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54fc175a-cb6e-4fff-9fa2-b11a417f2292 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:01:42,787 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-54fc175a-cb6e-4fff-9fa2-b11a417f2292 2018-10-04 15:01:42,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:01:42,797 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:01:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:01:42,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-810150fd-efd2-432-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8103bad20a6c9d76c19893fd37c45f2ce66448a" 2018-10-04 15:01:42,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3084816f-5c4b-4fe4-bdcb-e3c4956887ed Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-810150fd-efd2-432-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:01:42,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-810150fd-efd2-432-proj used request id req-3084816f-5c4b-4fe4-bdcb-e3c4956887ed 2018-10-04 15:01:42,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8103bad20a6c9d76c19893fd37c45f2ce66448a" 2018-10-04 15:01:42,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1eb46c8-550e-4a6a-b697-73a8a67e2319 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:01:42,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-d1eb46c8-550e-4a6a-b697-73a8a67e2319 2018-10-04 15:01:42,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8103bad20a6c9d76c19893fd37c45f2ce66448a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-810150fd-efd2-432-proj"}}' 2018-10-04 15:01:43,036 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:01:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7f403fa-6645-41ef-bc6c-beeeffa9ed32 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ef65764e1dfd40bbb52ba858f534b173"}, "enabled": true, "id": "ef65764e1dfd40bbb52ba858f534b173", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-810150fd-efd2-432-proj"}} 2018-10-04 15:01:43,037 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-a7f403fa-6645-41ef-bc6c-beeeffa9ed32 2018-10-04 15:01:43,037 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-810150fd-efd2-432-proj 2018-10-04 15:01:43,037 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:01:43,038 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:01:43,416 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:01:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["JvEJnR_LSSGrdbjZsmwU3w"], "issued_at": "2018-10-04T15:01:43.000000Z"}} 2018-10-04 15:01:43,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cef619e7c8d31399d5be6dc557d61d0e117c478" 2018-10-04 15:01:43,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8070f54-369a-4f35-a31f-55aaf5238341 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:01:43,500 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b8070f54-369a-4f35-a31f-55aaf5238341 2018-10-04 15:01:43,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:01:43,510 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:01:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:01:43,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cef619e7c8d31399d5be6dc557d61d0e117c478" 2018-10-04 15:01:43,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c0d298d-fdef-444b-9a08-306879b3bfa4 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:01:43,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-1c0d298d-fdef-444b-9a08-306879b3bfa4 2018-10-04 15:01:43,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateRouterNegativeTests-810150fd-efd2-432-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cef619e7c8d31399d5be6dc557d61d0e117c478" 2018-10-04 15:01:43,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9286b78b-546d-411d-b75e-5e599487ee32 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateRouterNegativeTests-810150fd-efd2-432-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ef65764e1dfd40bbb52ba858f534b173"}, "enabled": true, "id": "ef65764e1dfd40bbb52ba858f534b173", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-810150fd-efd2-432-proj"}]} 2018-10-04 15:01:43,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateRouterNegativeTests-810150fd-efd2-432-proj used request id req-9286b78b-546d-411d-b75e-5e599487ee32 2018-10-04 15:01:43,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cef619e7c8d31399d5be6dc557d61d0e117c478" 2018-10-04 15:01:43,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c9b95a3-c0ab-4a9a-94e5-b5cbfe4fad20 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:01:43,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-1c9b95a3-c0ab-4a9a-94e5-b5cbfe4fad20 2018-10-04 15:01:44,186 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-810150fd-efd2-432-user 2018-10-04 15:01:44,186 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:01:44,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8103bad20a6c9d76c19893fd37c45f2ce66448a" 2018-10-04 15:01:44,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcf9c97e-73d4-4e83-9f52-db2e0b6c1704 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:01:44,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-bcf9c97e-73d4-4e83-9f52-db2e0b6c1704 2018-10-04 15:01:44,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8103bad20a6c9d76c19893fd37c45f2ce66448a" -d '{"role": {"name": "CreateRouterNegativeTests-810150fd-efd2-432-proj-role"}}' 2018-10-04 15:01:44,420 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:01:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7defff5-4cea-423b-a141-6e606561d529 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e8ec128009fb47998da7d6c599e033f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/e8ec128009fb47998da7d6c599e033f2"}, "name": "CreateRouterNegativeTests-810150fd-efd2-432-proj-role"}} 2018-10-04 15:01:44,420 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-b7defff5-4cea-423b-a141-6e606561d529 2018-10-04 15:01:44,421 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-810150fd-efd2-432-proj-role 2018-10-04 15:01:44,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/e8ec128009fb47998da7d6c599e033f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8103bad20a6c9d76c19893fd37c45f2ce66448a" 2018-10-04 15:01:44,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2c68577-6195-4bb3-9a3e-241792c5592a Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/e8ec128009fb47998da7d6c599e033f2"}, "domain_id": null, "name": "CreateRouterNegativeTests-810150fd-efd2-432-proj-role", "id": "e8ec128009fb47998da7d6c599e033f2"}} 2018-10-04 15:01:44,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/e8ec128009fb47998da7d6c599e033f2 used request id req-f2c68577-6195-4bb3-9a3e-241792c5592a 2018-10-04 15:01:44,505 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-810150fd-efd2-432-proj-role to project CreateRouterNegativeTests-810150fd-efd2-432-proj 2018-10-04 15:01:44,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/ef65764e1dfd40bbb52ba858f534b173/users/8ee0c0f325074102a82cd0a331f85c7e/roles/e8ec128009fb47998da7d6c599e033f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8103bad20a6c9d76c19893fd37c45f2ce66448a" 2018-10-04 15:01:44,637 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:01:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c800558-8852-441b-878f-2d80d7df751d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:01:44,637 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/ef65764e1dfd40bbb52ba858f534b173/users/8ee0c0f325074102a82cd0a331f85c7e/roles/e8ec128009fb47998da7d6c599e033f2 used request id req-5c800558-8852-441b-878f-2d80d7df751d 2018-10-04 15:01:44,638 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:01:44,639 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:01:45,015 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e8ec128009fb47998da7d6c599e033f2", "name": "CreateRouterNegativeTests-810150fd-efd2-432-proj-role"}], "expires_at": "2018-10-04T16:01:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef65764e1dfd40bbb52ba858f534b173", "name": "CreateRouterNegativeTests-810150fd-efd2-432-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ef65764e1dfd40bbb52ba858f534b173", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ef65764e1dfd40bbb52ba858f534b173", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ef65764e1dfd40bbb52ba858f534b173", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ef65764e1dfd40bbb52ba858f534b173", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ef65764e1dfd40bbb52ba858f534b173", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ef65764e1dfd40bbb52ba858f534b173", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ef65764e1dfd40bbb52ba858f534b173", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ef65764e1dfd40bbb52ba858f534b173", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ef65764e1dfd40bbb52ba858f534b173", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ef65764e1dfd40bbb52ba858f534b173", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ef65764e1dfd40bbb52ba858f534b173", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ef65764e1dfd40bbb52ba858f534b173", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-810150fd-efd2-432-user", "id": "8ee0c0f325074102a82cd0a331f85c7e"}, "audit_ids": ["W_58U8QwTcm8e2I-kXgU8w"], "issued_at": "2018-10-04T15:01:45.000000Z"}} 2018-10-04 15:01:45,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}777fd5e216ca9fc4c34edde8b5fbe41fe33713f6" 2018-10-04 15:01:45,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae15f5b2-b290-4aec-a48f-2b9cec44598e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:01:45,087 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ae15f5b2-b290-4aec-a48f-2b9cec44598e 2018-10-04 15:01:45,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateRouterNegativeTests-ada8bec3-6050-4b5f-8c51-86063e21ea7e-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}777fd5e216ca9fc4c34edde8b5fbe41fe33713f6" 2018-10-04 15:01:45,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-dd1c4006-187c-4fbd-b354-1b1e82fff0ea Date: Thu, 04 Oct 2018 15:01:45 GMT RESP BODY: {"routers": []} 2018-10-04 15:01:45,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateRouterNegativeTests-ada8bec3-6050-4b5f-8c51-86063e21ea7e-pub-router&admin_state_up=True used request id req-dd1c4006-187c-4fbd-b354-1b1e82fff0ea 2018-10-04 15:01:45,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:01:45,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:01:45,667 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e8ec128009fb47998da7d6c599e033f2", "name": "CreateRouterNegativeTests-810150fd-efd2-432-proj-role"}], "expires_at": "2018-10-04T16:01:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef65764e1dfd40bbb52ba858f534b173", "name": "CreateRouterNegativeTests-810150fd-efd2-432-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ef65764e1dfd40bbb52ba858f534b173", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ef65764e1dfd40bbb52ba858f534b173", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ef65764e1dfd40bbb52ba858f534b173", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ef65764e1dfd40bbb52ba858f534b173", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ef65764e1dfd40bbb52ba858f534b173", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ef65764e1dfd40bbb52ba858f534b173", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ef65764e1dfd40bbb52ba858f534b173", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ef65764e1dfd40bbb52ba858f534b173", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ef65764e1dfd40bbb52ba858f534b173", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ef65764e1dfd40bbb52ba858f534b173", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ef65764e1dfd40bbb52ba858f534b173", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ef65764e1dfd40bbb52ba858f534b173", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-810150fd-efd2-432-user", "id": "8ee0c0f325074102a82cd0a331f85c7e"}, "audit_ids": ["FuRFffiLRtWXUStby_8hmQ"], "issued_at": "2018-10-04T15:01:45.000000Z"}} 2018-10-04 15:01:45,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c36a0f79c714a6f086b24bf0c57f94a6e7cc030" 2018-10-04 15:01:45,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-789a5502-052c-4c72-912b-0b83c7fc0600 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:01:45,740 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-789a5502-052c-4c72-912b-0b83c7fc0600 2018-10-04 15:01:45,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=Invalid_name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}777fd5e216ca9fc4c34edde8b5fbe41fe33713f6" 2018-10-04 15:01:45,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4282e069-2f5b-4020-ad77-ab1b62dd273c Date: Thu, 04 Oct 2018 15:01:45 GMT RESP BODY: {"networks":[]} 2018-10-04 15:01:45,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=Invalid_name used request id req-4282e069-2f5b-4020-ad77-ab1b62dd273c 2018-10-04 15:01:45,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8103bad20a6c9d76c19893fd37c45f2ce66448a" 2018-10-04 15:01:46,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-81701969-294a-4672-bac8-babcfa0e62c4 Date: Thu, 04 Oct 2018 15:01:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:01:46,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-81701969-294a-4672-bac8-babcfa0e62c4 2018-10-04 15:01:46,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8103bad20a6c9d76c19893fd37c45f2ce66448a" 2018-10-04 15:01:46,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e6a011c-c4a0-4173-9acd-4b6eda27b1fb Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:01:46,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-3e6a011c-c4a0-4173-9acd-4b6eda27b1fb 2018-10-04 15:01:46,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8103bad20a6c9d76c19893fd37c45f2ce66448a" 2018-10-04 15:01:46,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fda76efb-2c8f-4730-adcd-41d66851f2e9 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:01:46,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-fda76efb-2c8f-4730-adcd-41d66851f2e9 2018-10-04 15:01:46,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8103bad20a6c9d76c19893fd37c45f2ce66448a" 2018-10-04 15:01:46,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f31d625-bad1-4c34-8cef-261b8e573f4b Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:01:46,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-8f31d625-bad1-4c34-8cef-261b8e573f4b 2018-10-04 15:01:46,395 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-810150fd-efd2-432-proj 2018-10-04 15:01:46,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/ef65764e1dfd40bbb52ba858f534b173 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8103bad20a6c9d76c19893fd37c45f2ce66448a" 2018-10-04 15:01:46,632 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:01:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-991ee2f1-ec1b-4f87-a088-15e35d580fd9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:01:46,632 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/ef65764e1dfd40bbb52ba858f534b173 used request id req-991ee2f1-ec1b-4f87-a088-15e35d580fd9 2018-10-04 15:01:46,632 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-810150fd-efd2-432-proj-role 2018-10-04 15:01:46,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/e8ec128009fb47998da7d6c599e033f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8103bad20a6c9d76c19893fd37c45f2ce66448a" 2018-10-04 15:01:46,761 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:01:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70b9603d-3713-467e-908e-d8627701b294 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:01:46,761 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/e8ec128009fb47998da7d6c599e033f2 used request id req-70b9603d-3713-467e-908e-d8627701b294 2018-10-04 15:01:46,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8103bad20a6c9d76c19893fd37c45f2ce66448a" 2018-10-04 15:01:46,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dd7c564-1953-4d07-8876-db60733a4470 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:01:46,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3dd7c564-1953-4d07-8876-db60733a4470 2018-10-04 15:01:46,865 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-810150fd-efd2-432-user 2018-10-04 15:01:46,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/8ee0c0f325074102a82cd0a331f85c7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cef619e7c8d31399d5be6dc557d61d0e117c478" 2018-10-04 15:01:47,083 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:01:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1051ebf0-dfbe-4a14-91fb-9569ad29254e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:01:47,083 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/8ee0c0f325074102a82cd0a331f85c7e used request id req-1051ebf0-dfbe-4a14-91fb-9569ad29254e 2018-10-04 15:01:47,084 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:01:47,467 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:01:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["D1wJykwFT6a8lp4UL2vGwQ"], "issued_at": "2018-10-04T15:01:47.000000Z"}} 2018-10-04 15:01:47,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2306ca2c8b8414cd5ce5dad143ce83e7fc070dd2" 2018-10-04 15:01:47,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbfa516d-df9b-497d-8aac-403b9bba6780 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:01:47,557 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cbfa516d-df9b-497d-8aac-403b9bba6780 2018-10-04 15:01:47,559 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:01:47,560 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:01:47,934 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:01:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["vighOyEgRhGECYn_Ai4fVg"], "issued_at": "2018-10-04T15:01:47.000000Z"}} 2018-10-04 15:01:47,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a676171006a63341389233340bc60d4e56a88142" 2018-10-04 15:01:48,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86ba99bf-caca-4f27-98ae-8425c2bd05ff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:01:48,016 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-86ba99bf-caca-4f27-98ae-8425c2bd05ff 2018-10-04 15:01:48,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:01:48,026 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:01:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:01:48,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-b0a241cf-0a3d-4ea-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a676171006a63341389233340bc60d4e56a88142" 2018-10-04 15:01:48,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4a1061b-55b4-4148-b281-6d53f48b6296 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-b0a241cf-0a3d-4ea-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:01:48,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-b0a241cf-0a3d-4ea-proj used request id req-f4a1061b-55b4-4148-b281-6d53f48b6296 2018-10-04 15:01:48,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a676171006a63341389233340bc60d4e56a88142" 2018-10-04 15:01:48,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ae2a59e-295f-4a3c-9e8e-7d342a11890b Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:01:48,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-0ae2a59e-295f-4a3c-9e8e-7d342a11890b 2018-10-04 15:01:48,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a676171006a63341389233340bc60d4e56a88142" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-b0a241cf-0a3d-4ea-proj"}}' 2018-10-04 15:01:48,324 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:01:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3436f7ed-6e07-47c1-b694-de04811e90aa Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/1bce3606429c4e3095fe552e85f9c340"}, "enabled": true, "id": "1bce3606429c4e3095fe552e85f9c340", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-b0a241cf-0a3d-4ea-proj"}} 2018-10-04 15:01:48,324 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-3436f7ed-6e07-47c1-b694-de04811e90aa 2018-10-04 15:01:48,325 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-b0a241cf-0a3d-4ea-proj 2018-10-04 15:01:48,325 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:01:48,326 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:01:48,699 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:01:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["EymQT8mJTEuPyiX1UKITMQ"], "issued_at": "2018-10-04T15:01:48.000000Z"}} 2018-10-04 15:01:48,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6703874f041c340ca31241ba724bf37f24faab1f" 2018-10-04 15:01:48,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f34f1e2-2893-40f0-a6ad-46217d74b7dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:01:48,787 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4f34f1e2-2893-40f0-a6ad-46217d74b7dc 2018-10-04 15:01:48,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:01:48,797 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:01:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:01:48,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6703874f041c340ca31241ba724bf37f24faab1f" 2018-10-04 15:01:48,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-137d3f20-d05c-4720-9c63-1bbb73fc34e9 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:01:48,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-137d3f20-d05c-4720-9c63-1bbb73fc34e9 2018-10-04 15:01:48,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateRouterNegativeTests-b0a241cf-0a3d-4ea-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6703874f041c340ca31241ba724bf37f24faab1f" 2018-10-04 15:01:48,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6420e49e-9185-4502-b30e-363084229b2b Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateRouterNegativeTests-b0a241cf-0a3d-4ea-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/1bce3606429c4e3095fe552e85f9c340"}, "enabled": true, "id": "1bce3606429c4e3095fe552e85f9c340", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-b0a241cf-0a3d-4ea-proj"}]} 2018-10-04 15:01:48,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateRouterNegativeTests-b0a241cf-0a3d-4ea-proj used request id req-6420e49e-9185-4502-b30e-363084229b2b 2018-10-04 15:01:48,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6703874f041c340ca31241ba724bf37f24faab1f" 2018-10-04 15:01:49,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58e649cd-a354-41f0-81e5-b23c9439c2d0 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:01:49,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-58e649cd-a354-41f0-81e5-b23c9439c2d0 2018-10-04 15:01:49,545 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-b0a241cf-0a3d-4ea-user 2018-10-04 15:01:49,545 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:01:49,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a676171006a63341389233340bc60d4e56a88142" 2018-10-04 15:01:49,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5cd8ee9-7352-42bd-8f46-69ef58c69b08 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:01:49,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f5cd8ee9-7352-42bd-8f46-69ef58c69b08 2018-10-04 15:01:49,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a676171006a63341389233340bc60d4e56a88142" -d '{"role": {"name": "CreateRouterNegativeTests-b0a241cf-0a3d-4ea-proj-role"}}' 2018-10-04 15:01:49,749 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:01:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b025f82-a087-45a4-9853-28acb1b98565 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3f015eede24b46d1adfe66c87626fa78", "links": {"self": "http://172.30.9.23:5000/v3/roles/3f015eede24b46d1adfe66c87626fa78"}, "name": "CreateRouterNegativeTests-b0a241cf-0a3d-4ea-proj-role"}} 2018-10-04 15:01:49,749 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-4b025f82-a087-45a4-9853-28acb1b98565 2018-10-04 15:01:49,750 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-b0a241cf-0a3d-4ea-proj-role 2018-10-04 15:01:49,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/3f015eede24b46d1adfe66c87626fa78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a676171006a63341389233340bc60d4e56a88142" 2018-10-04 15:01:49,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-822782d5-6070-4146-b9ad-9ef3dcbc7135 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/3f015eede24b46d1adfe66c87626fa78"}, "domain_id": null, "name": "CreateRouterNegativeTests-b0a241cf-0a3d-4ea-proj-role", "id": "3f015eede24b46d1adfe66c87626fa78"}} 2018-10-04 15:01:49,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/3f015eede24b46d1adfe66c87626fa78 used request id req-822782d5-6070-4146-b9ad-9ef3dcbc7135 2018-10-04 15:01:49,770 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-b0a241cf-0a3d-4ea-proj-role to project CreateRouterNegativeTests-b0a241cf-0a3d-4ea-proj 2018-10-04 15:01:49,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/1bce3606429c4e3095fe552e85f9c340/users/85d3e03fe09e41c5af947747202d4c2c/roles/3f015eede24b46d1adfe66c87626fa78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a676171006a63341389233340bc60d4e56a88142" 2018-10-04 15:01:49,914 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:01:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8261b780-21cb-4489-9ab8-55f01acf1f77 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:01:49,914 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/1bce3606429c4e3095fe552e85f9c340/users/85d3e03fe09e41c5af947747202d4c2c/roles/3f015eede24b46d1adfe66c87626fa78 used request id req-8261b780-21cb-4489-9ab8-55f01acf1f77 2018-10-04 15:01:49,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a676171006a63341389233340bc60d4e56a88142" 2018-10-04 15:01:50,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-3da78fc5-557b-4fb0-a828-8817a211af53 Date: Thu, 04 Oct 2018 15:01:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:01:50,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-3da78fc5-557b-4fb0-a828-8817a211af53 2018-10-04 15:01:50,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a676171006a63341389233340bc60d4e56a88142" 2018-10-04 15:01:50,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b63860a-ca40-42f3-9158-96ede7ea6c81 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:01:50,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-3b63860a-ca40-42f3-9158-96ede7ea6c81 2018-10-04 15:01:50,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a676171006a63341389233340bc60d4e56a88142" 2018-10-04 15:01:50,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb003408-d587-4d54-82d1-3e23aebd8312 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:01:50,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-eb003408-d587-4d54-82d1-3e23aebd8312 2018-10-04 15:01:50,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a676171006a63341389233340bc60d4e56a88142" 2018-10-04 15:01:50,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e7a9ef0-8bd0-43fd-91ef-d3c180b224a6 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:01:50,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-0e7a9ef0-8bd0-43fd-91ef-d3c180b224a6 2018-10-04 15:01:50,401 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-b0a241cf-0a3d-4ea-proj 2018-10-04 15:01:50,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/1bce3606429c4e3095fe552e85f9c340 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a676171006a63341389233340bc60d4e56a88142" 2018-10-04 15:01:50,716 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:01:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8bc1cc0-4f20-4921-ab7b-fa2518eec6a2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:01:50,716 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/1bce3606429c4e3095fe552e85f9c340 used request id req-e8bc1cc0-4f20-4921-ab7b-fa2518eec6a2 2018-10-04 15:01:50,716 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-b0a241cf-0a3d-4ea-proj-role 2018-10-04 15:01:50,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/3f015eede24b46d1adfe66c87626fa78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a676171006a63341389233340bc60d4e56a88142" 2018-10-04 15:01:50,853 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:01:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a75b7ee8-dd5d-4d1a-8e19-f9e744c96125 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:01:50,853 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/3f015eede24b46d1adfe66c87626fa78 used request id req-a75b7ee8-dd5d-4d1a-8e19-f9e744c96125 2018-10-04 15:01:50,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a676171006a63341389233340bc60d4e56a88142" 2018-10-04 15:01:50,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0ae8877-6d77-4376-a634-c49c6119470e Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:01:50,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c0ae8877-6d77-4376-a634-c49c6119470e 2018-10-04 15:01:50,950 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-b0a241cf-0a3d-4ea-user 2018-10-04 15:01:50,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/85d3e03fe09e41c5af947747202d4c2c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6703874f041c340ca31241ba724bf37f24faab1f" 2018-10-04 15:01:51,125 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:01:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-706fcf35-d81b-4782-bf59-1d01d0ac9c67 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:01:51,125 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/85d3e03fe09e41c5af947747202d4c2c used request id req-706fcf35-d81b-4782-bf59-1d01d0ac9c67 2018-10-04 15:01:51,127 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:01:51,500 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:01:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["C_SI2DQ8RIOygcBRFVGLFg"], "issued_at": "2018-10-04T15:01:51.000000Z"}} 2018-10-04 15:01:51,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef9fdd0aafc62cb26f364ee27e6be5ed79a209f8" 2018-10-04 15:01:51,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b18a7d8-42c7-4ffc-b6cb-4fc581ab5a0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:01:51,580 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6b18a7d8-42c7-4ffc-b6cb-4fc581ab5a0b 2018-10-04 15:01:51,582 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:01:51,583 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:01:51,961 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:01:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["LKR6yTa9TGCcJBrCsDQYrQ"], "issued_at": "2018-10-04T15:01:51.000000Z"}} 2018-10-04 15:01:51,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a352ec9722935518456c8b9ed05de8aa70cf651" 2018-10-04 15:01:52,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48e72e60-3b25-451a-8acd-0d5af77803e7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:01:52,041 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-48e72e60-3b25-451a-8acd-0d5af77803e7 2018-10-04 15:01:52,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:01:52,051 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:01:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:01:52,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-c5437c1e-b56a-464-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a352ec9722935518456c8b9ed05de8aa70cf651" 2018-10-04 15:01:52,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-387a5d37-3d3d-4b4d-a630-b70347510b2b Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-c5437c1e-b56a-464-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:01:52,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-c5437c1e-b56a-464-proj used request id req-387a5d37-3d3d-4b4d-a630-b70347510b2b 2018-10-04 15:01:52,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a352ec9722935518456c8b9ed05de8aa70cf651" 2018-10-04 15:01:52,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9a7c6b8-a937-439d-8c15-3c65876f8650 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:01:52,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-f9a7c6b8-a937-439d-8c15-3c65876f8650 2018-10-04 15:01:52,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a352ec9722935518456c8b9ed05de8aa70cf651" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-c5437c1e-b56a-464-proj"}}' 2018-10-04 15:01:52,283 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:01:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d5ff8d5-a2ee-4151-86f2-0db888e2fc10 Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ecfce2040cbe4effb51dab75f4efaad8"}, "enabled": true, "id": "ecfce2040cbe4effb51dab75f4efaad8", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-c5437c1e-b56a-464-proj"}} 2018-10-04 15:01:52,283 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-8d5ff8d5-a2ee-4151-86f2-0db888e2fc10 2018-10-04 15:01:52,283 - keystone_utils - INFO - Created project with name - CreateQoSTests-c5437c1e-b56a-464-proj 2018-10-04 15:01:52,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:01:52,284 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:01:52,673 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:01:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["MMhQcocOTnaOL7J8Rd7b2Q"], "issued_at": "2018-10-04T15:01:52.000000Z"}} 2018-10-04 15:01:52,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93da37d77b11ae9c40014256b2c151ac1c9078ec" 2018-10-04 15:01:52,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ecc5867-5a20-4e5e-8a02-cb180d56c805 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:01:52,749 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0ecc5867-5a20-4e5e-8a02-cb180d56c805 2018-10-04 15:01:52,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:01:52,758 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:01:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:01:52,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93da37d77b11ae9c40014256b2c151ac1c9078ec" 2018-10-04 15:01:52,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69e3614b-b567-42a4-ac41-3ce420d909ba Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:01:52,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-69e3614b-b567-42a4-ac41-3ce420d909ba 2018-10-04 15:01:52,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateQoSTests-c5437c1e-b56a-464-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93da37d77b11ae9c40014256b2c151ac1c9078ec" 2018-10-04 15:01:52,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f38ce1e9-41c9-4f8c-900e-52e1bf0f84d5 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateQoSTests-c5437c1e-b56a-464-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ecfce2040cbe4effb51dab75f4efaad8"}, "enabled": true, "id": "ecfce2040cbe4effb51dab75f4efaad8", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-c5437c1e-b56a-464-proj"}]} 2018-10-04 15:01:52,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateQoSTests-c5437c1e-b56a-464-proj used request id req-f38ce1e9-41c9-4f8c-900e-52e1bf0f84d5 2018-10-04 15:01:52,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93da37d77b11ae9c40014256b2c151ac1c9078ec" 2018-10-04 15:01:52,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af02d086-f088-4c93-87a4-948fb37b82c7 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:01:52,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-af02d086-f088-4c93-87a4-948fb37b82c7 2018-10-04 15:01:53,276 - keystone_utils - INFO - Created user with name - CreateQoSTests-c5437c1e-b56a-464-user 2018-10-04 15:01:53,277 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:01:53,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a352ec9722935518456c8b9ed05de8aa70cf651" 2018-10-04 15:01:53,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-390ad8b3-dd3d-4ce4-946d-52bc334d4a96 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:01:53,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-390ad8b3-dd3d-4ce4-946d-52bc334d4a96 2018-10-04 15:01:53,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a352ec9722935518456c8b9ed05de8aa70cf651" -d '{"role": {"name": "CreateQoSTests-c5437c1e-b56a-464-proj-role"}}' 2018-10-04 15:01:53,491 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:01:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4638e70-19ec-4a77-ad19-d38b0e667996 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9ce34b57cff84c02a46eb61b9e0abebf", "links": {"self": "http://172.30.9.23:5000/v3/roles/9ce34b57cff84c02a46eb61b9e0abebf"}, "name": "CreateQoSTests-c5437c1e-b56a-464-proj-role"}} 2018-10-04 15:01:53,492 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-a4638e70-19ec-4a77-ad19-d38b0e667996 2018-10-04 15:01:53,492 - keystone_utils - INFO - Created role with name - CreateQoSTests-c5437c1e-b56a-464-proj-role 2018-10-04 15:01:53,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/9ce34b57cff84c02a46eb61b9e0abebf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a352ec9722935518456c8b9ed05de8aa70cf651" 2018-10-04 15:01:53,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7205275-6996-45fc-9f6c-2c5ac4892391 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/9ce34b57cff84c02a46eb61b9e0abebf"}, "domain_id": null, "name": "CreateQoSTests-c5437c1e-b56a-464-proj-role", "id": "9ce34b57cff84c02a46eb61b9e0abebf"}} 2018-10-04 15:01:53,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/9ce34b57cff84c02a46eb61b9e0abebf used request id req-a7205275-6996-45fc-9f6c-2c5ac4892391 2018-10-04 15:01:53,513 - keystone_utils - INFO - Granting role CreateQoSTests-c5437c1e-b56a-464-proj-role to project CreateQoSTests-c5437c1e-b56a-464-proj 2018-10-04 15:01:53,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/ecfce2040cbe4effb51dab75f4efaad8/users/7b7eb715e2244ad18823048b090411ce/roles/9ce34b57cff84c02a46eb61b9e0abebf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a352ec9722935518456c8b9ed05de8aa70cf651" 2018-10-04 15:01:53,637 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:01:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31d143d7-0480-4019-95af-170c5f967041 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:01:53,637 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/ecfce2040cbe4effb51dab75f4efaad8/users/7b7eb715e2244ad18823048b090411ce/roles/9ce34b57cff84c02a46eb61b9e0abebf used request id req-31d143d7-0480-4019-95af-170c5f967041 2018-10-04 15:01:53,655 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:01:53,656 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:01:54,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:01:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["85H9UYG-TdCIO2kxb3cJ3w"], "issued_at": "2018-10-04T15:01:54.000000Z"}} 2018-10-04 15:01:54,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da86cf8fcb98ac34f45657e44844c383e4ff1972" 2018-10-04 15:01:54,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4718b50d-2e4b-46ea-8174-e4b84ad8e449 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:01:54,148 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4718b50d-2e4b-46ea-8174-e4b84ad8e449 2018-10-04 15:01:54,153 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da86cf8fcb98ac34f45657e44844c383e4ff1972" 2018-10-04 15:01:54,427 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:54 GMT Server: Apache x-compute-request-id: req-c8e7f10a-83de-4db6-9783-3dc593271f08 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c8e7f10a-83de-4db6-9783-3dc593271f08 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-04 15:01:54,427 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs used request id req-c8e7f10a-83de-4db6-9783-3dc593271f08 2018-10-04 15:01:54,432 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c8e7f10a-83de-4db6-9783-3dc593271f08" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da86cf8fcb98ac34f45657e44844c383e4ff1972" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-21c3400e-19ef-4f8c-8108-5ef2be683de0"}}' 2018-10-04 15:01:55,038 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:54 GMT Server: Apache x-compute-request-id: req-67a829d8-10b0-469f-b338-6ff00d239a54 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-67a829d8-10b0-469f-b338-6ff00d239a54 Content-Encoding: gzip Content-Length: 237 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "9bf5dbac-6998-4383-b8b7-3e01ec5e5835", "name": "CreateQoSTests-21c3400e-19ef-4f8c-8108-5ef2be683de0"}, "links": [{"href": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/9bf5dbac-6998-4383-b8b7-3e01ec5e5835", "rel": "self"}, {"href": "http://172.30.9.23:8776/37b49a87c69d406f8a162c83c144ee19/qos-specs/9bf5dbac-6998-4383-b8b7-3e01ec5e5835", "rel": "bookmark"}]} 2018-10-04 15:01:55,038 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs used request id req-67a829d8-10b0-469f-b338-6ff00d239a54 2018-10-04 15:01:55,039 - create_qos - INFO - Created qos with name - CreateQoSTests-21c3400e-19ef-4f8c-8108-5ef2be683de0 2018-10-04 15:01:55,042 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef9fdd0aafc62cb26f364ee27e6be5ed79a209f8" 2018-10-04 15:01:55,224 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:55 GMT Server: Apache x-compute-request-id: req-a102db84-9e3d-4354-8446-94c1d1b64982 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a102db84-9e3d-4354-8446-94c1d1b64982 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "9bf5dbac-6998-4383-b8b7-3e01ec5e5835", "name": "CreateQoSTests-21c3400e-19ef-4f8c-8108-5ef2be683de0"}]} 2018-10-04 15:01:55,224 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs used request id req-a102db84-9e3d-4354-8446-94c1d1b64982 2018-10-04 15:01:55,225 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-21c3400e-19ef-4f8c-8108-5ef2be683de0 2018-10-04 15:01:55,228 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/9bf5dbac-6998-4383-b8b7-3e01ec5e5835?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a102db84-9e3d-4354-8446-94c1d1b64982" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef9fdd0aafc62cb26f364ee27e6be5ed79a209f8" 2018-10-04 15:01:55,426 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:01:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8b2424f8-ab63-49f8-82bd-e90a4397a45a 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-10-04 15:01:55,426 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/9bf5dbac-6998-4383-b8b7-3e01ec5e5835?force=False used request id req-8b2424f8-ab63-49f8-82bd-e90a4397a45a 2018-10-04 15:01:55,429 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a102db84-9e3d-4354-8446-94c1d1b64982" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef9fdd0aafc62cb26f364ee27e6be5ed79a209f8" 2018-10-04 15:01:55,610 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:55 GMT Server: Apache x-compute-request-id: req-f8856830-e557-4549-a02e-c3ba7e540839 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f8856830-e557-4549-a02e-c3ba7e540839 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-04 15:01:55,610 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs used request id req-f8856830-e557-4549-a02e-c3ba7e540839 2018-10-04 15:01:55,611 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-21c3400e-19ef-4f8c-8108-5ef2be683de0 2018-10-04 15:01:55,614 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/9bf5dbac-6998-4383-b8b7-3e01ec5e5835?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c8e7f10a-83de-4db6-9783-3dc593271f08" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da86cf8fcb98ac34f45657e44844c383e4ff1972" 2018-10-04 15:01:56,163 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:01:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-482c59e4-5cb5-49bb-8450-cc23b10883cf x-openstack-request-id: req-482c59e4-5cb5-49bb-8450-cc23b10883cf Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 9bf5dbac-6998-4383-b8b7-3e01ec5e5835.", "code": 404}} 2018-10-04 15:01:56,163 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/9bf5dbac-6998-4383-b8b7-3e01ec5e5835?force=False used request id req-482c59e4-5cb5-49bb-8450-cc23b10883cf 2018-10-04 15:01:56,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a352ec9722935518456c8b9ed05de8aa70cf651" 2018-10-04 15:01:56,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-3131c055-e40c-4469-8078-78ed1b81d159 Date: Thu, 04 Oct 2018 15:01:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:01:56,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-3131c055-e40c-4469-8078-78ed1b81d159 2018-10-04 15:01:56,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a352ec9722935518456c8b9ed05de8aa70cf651" 2018-10-04 15:01:56,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ceb5635-836d-4019-a334-e440f34d8a1d Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:01:56,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-4ceb5635-836d-4019-a334-e440f34d8a1d 2018-10-04 15:01:56,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a352ec9722935518456c8b9ed05de8aa70cf651" 2018-10-04 15:01:56,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57fc392a-a9ff-40c1-8471-e94fbeb81eb0 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:01:56,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-57fc392a-a9ff-40c1-8471-e94fbeb81eb0 2018-10-04 15:01:56,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a352ec9722935518456c8b9ed05de8aa70cf651" 2018-10-04 15:01:56,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-774df08a-33e5-4605-b60b-f616e470f431 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:01:56,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-774df08a-33e5-4605-b60b-f616e470f431 2018-10-04 15:01:56,664 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-c5437c1e-b56a-464-proj 2018-10-04 15:01:56,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/ecfce2040cbe4effb51dab75f4efaad8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a352ec9722935518456c8b9ed05de8aa70cf651" 2018-10-04 15:01:57,034 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:01:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0e2ccc7-9faf-4d72-b9af-3c06d71369ac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:01:57,034 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/ecfce2040cbe4effb51dab75f4efaad8 used request id req-e0e2ccc7-9faf-4d72-b9af-3c06d71369ac 2018-10-04 15:01:57,034 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-c5437c1e-b56a-464-proj-role 2018-10-04 15:01:57,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/9ce34b57cff84c02a46eb61b9e0abebf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a352ec9722935518456c8b9ed05de8aa70cf651" 2018-10-04 15:01:57,174 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:01:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d025ea5-0ebc-4c1c-ab5e-a6e59491b505 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:01:57,174 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/9ce34b57cff84c02a46eb61b9e0abebf used request id req-2d025ea5-0ebc-4c1c-ab5e-a6e59491b505 2018-10-04 15:01:57,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a352ec9722935518456c8b9ed05de8aa70cf651" 2018-10-04 15:01:57,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f777039e-bc5e-4370-a214-420a571d8dec Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:01:57,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f777039e-bc5e-4370-a214-420a571d8dec 2018-10-04 15:01:57,270 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-c5437c1e-b56a-464-user 2018-10-04 15:01:57,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/7b7eb715e2244ad18823048b090411ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93da37d77b11ae9c40014256b2c151ac1c9078ec" 2018-10-04 15:01:57,447 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:01:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70625379-64c8-4195-83f3-b19de2b785a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:01:57,447 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/7b7eb715e2244ad18823048b090411ce used request id req-70625379-64c8-4195-83f3-b19de2b785a8 2018-10-04 15:01:57,449 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:01:57,843 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:01:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["_QRQSokeSX274W6EEY13jw"], "issued_at": "2018-10-04T15:01:57.000000Z"}} 2018-10-04 15:01:57,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67b5524869e5f4d2c5a4cd1980d006a398bf914f" 2018-10-04 15:01:57,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c19ecb6d-85af-481e-aac7-6c5ebe168f2d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:01:57,930 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c19ecb6d-85af-481e-aac7-6c5ebe168f2d 2018-10-04 15:01:57,931 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:01:57,932 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:01:58,305 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:01:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["R6P0NazeRFeikUbC2Ha4ig"], "issued_at": "2018-10-04T15:01:58.000000Z"}} 2018-10-04 15:01:58,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb8833185d250190b14c1f0ee74ebad4ed18a9ee" 2018-10-04 15:01:58,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3527add9-2695-4fc5-ac81-ab8c78d46f05 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:01:58,394 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3527add9-2695-4fc5-ac81-ab8c78d46f05 2018-10-04 15:01:58,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:01:58,406 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:01:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:01:58,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-773c1a24-01f0-47b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb8833185d250190b14c1f0ee74ebad4ed18a9ee" 2018-10-04 15:01:58,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d292bd02-e0aa-45b2-b280-de79351eb082 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-773c1a24-01f0-47b-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:01:58,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-773c1a24-01f0-47b-proj used request id req-d292bd02-e0aa-45b2-b280-de79351eb082 2018-10-04 15:01:58,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb8833185d250190b14c1f0ee74ebad4ed18a9ee" 2018-10-04 15:01:58,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d23215f-1c07-4e83-b56a-8b1397fd048f Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:01:58,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-4d23215f-1c07-4e83-b56a-8b1397fd048f 2018-10-04 15:01:58,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb8833185d250190b14c1f0ee74ebad4ed18a9ee" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-773c1a24-01f0-47b-proj"}}' 2018-10-04 15:01:58,707 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:01:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d26913ac-6857-4f95-ae99-b5e175e9b856 Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/9611c06898754d349c8305b3beba7f7d"}, "enabled": true, "id": "9611c06898754d349c8305b3beba7f7d", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-773c1a24-01f0-47b-proj"}} 2018-10-04 15:01:58,707 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-d26913ac-6857-4f95-ae99-b5e175e9b856 2018-10-04 15:01:58,707 - keystone_utils - INFO - Created project with name - CreateQoSTests-773c1a24-01f0-47b-proj 2018-10-04 15:01:58,707 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:01:58,708 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:01:59,082 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:01:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["1CJulbHbSGSaZsXwmvvUKg"], "issued_at": "2018-10-04T15:01:59.000000Z"}} 2018-10-04 15:01:59,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4ffe703dca9d3af0c70a3812a2a2b8a1fd1bcba" 2018-10-04 15:01:59,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00622ff9-3c99-4811-9ae8-ee9d2c2e32f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:01:59,178 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-00622ff9-3c99-4811-9ae8-ee9d2c2e32f3 2018-10-04 15:01:59,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:01:59,188 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:01:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:01:59,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4ffe703dca9d3af0c70a3812a2a2b8a1fd1bcba" 2018-10-04 15:01:59,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fab25b61-aaf5-4e19-a0a7-1b0fdcbccbf3 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:01:59,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-fab25b61-aaf5-4e19-a0a7-1b0fdcbccbf3 2018-10-04 15:01:59,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateQoSTests-773c1a24-01f0-47b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4ffe703dca9d3af0c70a3812a2a2b8a1fd1bcba" 2018-10-04 15:01:59,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-218975c4-41be-4e22-8f8f-c45e9790edb8 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateQoSTests-773c1a24-01f0-47b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/9611c06898754d349c8305b3beba7f7d"}, "enabled": true, "id": "9611c06898754d349c8305b3beba7f7d", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-773c1a24-01f0-47b-proj"}]} 2018-10-04 15:01:59,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateQoSTests-773c1a24-01f0-47b-proj used request id req-218975c4-41be-4e22-8f8f-c45e9790edb8 2018-10-04 15:01:59,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4ffe703dca9d3af0c70a3812a2a2b8a1fd1bcba" 2018-10-04 15:01:59,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc1ff16c-0150-43ee-95c2-2e0a0107beeb Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:01:59,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-dc1ff16c-0150-43ee-95c2-2e0a0107beeb 2018-10-04 15:01:59,850 - keystone_utils - INFO - Created user with name - CreateQoSTests-773c1a24-01f0-47b-user 2018-10-04 15:01:59,851 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:01:59,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb8833185d250190b14c1f0ee74ebad4ed18a9ee" 2018-10-04 15:01:59,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:01:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-211aa176-9a2c-447f-ac02-05cbb963f531 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:01:59,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-211aa176-9a2c-447f-ac02-05cbb963f531 2018-10-04 15:01:59,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb8833185d250190b14c1f0ee74ebad4ed18a9ee" -d '{"role": {"name": "CreateQoSTests-773c1a24-01f0-47b-proj-role"}}' 2018-10-04 15:01:59,995 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:01:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7ecdccb-dc5a-4bfc-a105-3447a27391a1 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c29dada185c04b7eb59e54b54dc42e0e", "links": {"self": "http://172.30.9.23:5000/v3/roles/c29dada185c04b7eb59e54b54dc42e0e"}, "name": "CreateQoSTests-773c1a24-01f0-47b-proj-role"}} 2018-10-04 15:01:59,995 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-f7ecdccb-dc5a-4bfc-a105-3447a27391a1 2018-10-04 15:01:59,996 - keystone_utils - INFO - Created role with name - CreateQoSTests-773c1a24-01f0-47b-proj-role 2018-10-04 15:01:59,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/c29dada185c04b7eb59e54b54dc42e0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb8833185d250190b14c1f0ee74ebad4ed18a9ee" 2018-10-04 15:02:00,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0964832-0cee-4425-a1df-ebaf3c8bbf01 Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/c29dada185c04b7eb59e54b54dc42e0e"}, "domain_id": null, "name": "CreateQoSTests-773c1a24-01f0-47b-proj-role", "id": "c29dada185c04b7eb59e54b54dc42e0e"}} 2018-10-04 15:02:00,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/c29dada185c04b7eb59e54b54dc42e0e used request id req-b0964832-0cee-4425-a1df-ebaf3c8bbf01 2018-10-04 15:02:00,016 - keystone_utils - INFO - Granting role CreateQoSTests-773c1a24-01f0-47b-proj-role to project CreateQoSTests-773c1a24-01f0-47b-proj 2018-10-04 15:02:00,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/9611c06898754d349c8305b3beba7f7d/users/0adedfc27d644f6b9b6e0bb6095975d7/roles/c29dada185c04b7eb59e54b54dc42e0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb8833185d250190b14c1f0ee74ebad4ed18a9ee" 2018-10-04 15:02:00,159 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c96ea4d9-c265-416b-a4c4-1fc6e7631f38 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:00,159 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/9611c06898754d349c8305b3beba7f7d/users/0adedfc27d644f6b9b6e0bb6095975d7/roles/c29dada185c04b7eb59e54b54dc42e0e used request id req-c96ea4d9-c265-416b-a4c4-1fc6e7631f38 2018-10-04 15:02:00,161 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:00,162 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:00,553 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["QCtkR1UkQc2R1zvQ58wBZw"], "issued_at": "2018-10-04T15:02:00.000000Z"}} 2018-10-04 15:02:00,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40fd1d096685d71940affb05de43143eab7b45d0" 2018-10-04 15:02:00,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2f1b9bf-c157-4987-9692-33885dab6bb9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:00,629 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d2f1b9bf-c157-4987-9692-33885dab6bb9 2018-10-04 15:02:00,635 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40fd1d096685d71940affb05de43143eab7b45d0" 2018-10-04 15:02:01,201 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:00 GMT Server: Apache x-compute-request-id: req-32234e24-7426-42ae-88ea-8c13d0849a3e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-32234e24-7426-42ae-88ea-8c13d0849a3e Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-04 15:02:01,201 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs used request id req-32234e24-7426-42ae-88ea-8c13d0849a3e 2018-10-04 15:02:01,204 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-32234e24-7426-42ae-88ea-8c13d0849a3e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40fd1d096685d71940affb05de43143eab7b45d0" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-7a41b248-56b2-4c48-b0eb-b1d53307e4c7"}}' 2018-10-04 15:02:01,439 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:01 GMT Server: Apache x-compute-request-id: req-96027e80-30e1-41ec-b120-fd4e82ff2205 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-96027e80-30e1-41ec-b120-fd4e82ff2205 Content-Encoding: gzip Content-Length: 237 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "e52fcb07-1248-41c1-b9f9-4cacc77ce1a6", "name": "CreateQoSTests-7a41b248-56b2-4c48-b0eb-b1d53307e4c7"}, "links": [{"href": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/e52fcb07-1248-41c1-b9f9-4cacc77ce1a6", "rel": "self"}, {"href": "http://172.30.9.23:8776/37b49a87c69d406f8a162c83c144ee19/qos-specs/e52fcb07-1248-41c1-b9f9-4cacc77ce1a6", "rel": "bookmark"}]} 2018-10-04 15:02:01,439 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs used request id req-96027e80-30e1-41ec-b120-fd4e82ff2205 2018-10-04 15:02:01,440 - create_qos - INFO - Created qos with name - CreateQoSTests-7a41b248-56b2-4c48-b0eb-b1d53307e4c7 2018-10-04 15:02:01,443 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67b5524869e5f4d2c5a4cd1980d006a398bf914f" 2018-10-04 15:02:01,688 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:01 GMT Server: Apache x-compute-request-id: req-b599f421-d735-4020-b423-35a9085f53c8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b599f421-d735-4020-b423-35a9085f53c8 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "e52fcb07-1248-41c1-b9f9-4cacc77ce1a6", "name": "CreateQoSTests-7a41b248-56b2-4c48-b0eb-b1d53307e4c7"}]} 2018-10-04 15:02:01,688 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs used request id req-b599f421-d735-4020-b423-35a9085f53c8 2018-10-04 15:02:01,689 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-7a41b248-56b2-4c48-b0eb-b1d53307e4c7 2018-10-04 15:02:01,692 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/e52fcb07-1248-41c1-b9f9-4cacc77ce1a6?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-32234e24-7426-42ae-88ea-8c13d0849a3e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40fd1d096685d71940affb05de43143eab7b45d0" 2018-10-04 15:02:02,270 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:02:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-caedb14b-0da3-403c-a66a-3064f1a9b50d 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-10-04 15:02:02,270 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/e52fcb07-1248-41c1-b9f9-4cacc77ce1a6?force=False used request id req-caedb14b-0da3-403c-a66a-3064f1a9b50d 2018-10-04 15:02:02,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb8833185d250190b14c1f0ee74ebad4ed18a9ee" 2018-10-04 15:02:02,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-e4253632-5ce4-4141-893a-f1a838195d52 Date: Thu, 04 Oct 2018 15:02:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:02:02,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-e4253632-5ce4-4141-893a-f1a838195d52 2018-10-04 15:02:02,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb8833185d250190b14c1f0ee74ebad4ed18a9ee" 2018-10-04 15:02:02,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb8ef4aa-8286-4dc2-bc36-c850ae6bb5b7 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:02:02,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-fb8ef4aa-8286-4dc2-bc36-c850ae6bb5b7 2018-10-04 15:02:02,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb8833185d250190b14c1f0ee74ebad4ed18a9ee" 2018-10-04 15:02:02,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12b74a94-92bb-4c78-9b8c-46bca56921fa Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:02:02,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-12b74a94-92bb-4c78-9b8c-46bca56921fa 2018-10-04 15:02:02,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb8833185d250190b14c1f0ee74ebad4ed18a9ee" 2018-10-04 15:02:02,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e30f18b0-b53d-4ba3-aff1-5c70c3717578 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:02:02,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-e30f18b0-b53d-4ba3-aff1-5c70c3717578 2018-10-04 15:02:02,757 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-773c1a24-01f0-47b-proj 2018-10-04 15:02:02,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/9611c06898754d349c8305b3beba7f7d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb8833185d250190b14c1f0ee74ebad4ed18a9ee" 2018-10-04 15:02:02,968 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b837a8be-4811-42a5-8131-1ddb9498f136 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:02,968 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/9611c06898754d349c8305b3beba7f7d used request id req-b837a8be-4811-42a5-8131-1ddb9498f136 2018-10-04 15:02:02,968 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-773c1a24-01f0-47b-proj-role 2018-10-04 15:02:02,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/c29dada185c04b7eb59e54b54dc42e0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb8833185d250190b14c1f0ee74ebad4ed18a9ee" 2018-10-04 15:02:03,103 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1995a76-049f-46db-9ad2-0dc8a2bdd75e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:03,103 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/c29dada185c04b7eb59e54b54dc42e0e used request id req-d1995a76-049f-46db-9ad2-0dc8a2bdd75e 2018-10-04 15:02:03,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb8833185d250190b14c1f0ee74ebad4ed18a9ee" 2018-10-04 15:02:03,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0edbc9f7-9250-4e7e-a8c9-bc79d2ad7a59 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:02:03,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0edbc9f7-9250-4e7e-a8c9-bc79d2ad7a59 2018-10-04 15:02:03,190 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-773c1a24-01f0-47b-user 2018-10-04 15:02:03,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/0adedfc27d644f6b9b6e0bb6095975d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4ffe703dca9d3af0c70a3812a2a2b8a1fd1bcba" 2018-10-04 15:02:03,378 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e2adbc9-6ff8-4d0d-bf30-29856675e10e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:03,378 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/0adedfc27d644f6b9b6e0bb6095975d7 used request id req-4e2adbc9-6ff8-4d0d-bf30-29856675e10e 2018-10-04 15:02:03,379 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:03,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["xP2sdeTNTc6JPfbVcTmkxQ"], "issued_at": "2018-10-04T15:02:03.000000Z"}} 2018-10-04 15:02:03,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8edf5c82e1db7cab4ef13c98854148e864117cb" 2018-10-04 15:02:03,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c4f8ffb-e772-478e-854b-d1644f376d2d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:03,838 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1c4f8ffb-e772-478e-854b-d1644f376d2d 2018-10-04 15:02:03,840 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:03,841 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:04,230 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["2cUrxRi8SpS9Y_NTS991jg"], "issued_at": "2018-10-04T15:02:04.000000Z"}} 2018-10-04 15:02:04,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fbfb2aa870fe8a0a51f38f9a65b0564383c2ab" 2018-10-04 15:02:04,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7baa1a62-e291-4e7e-8422-01f0011fc04a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:04,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7baa1a62-e291-4e7e-8422-01f0011fc04a 2018-10-04 15:02:04,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:02:04,331 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:02:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:02:04,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-07ce4c82-2927-400-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fbfb2aa870fe8a0a51f38f9a65b0564383c2ab" 2018-10-04 15:02:04,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5be1350c-8e93-4e4f-8f22-0c09f8d8957e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-07ce4c82-2927-400-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:02:04,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-07ce4c82-2927-400-proj used request id req-5be1350c-8e93-4e4f-8f22-0c09f8d8957e 2018-10-04 15:02:04,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fbfb2aa870fe8a0a51f38f9a65b0564383c2ab" 2018-10-04 15:02:04,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-581602ae-d68f-4400-a22a-3f3106278e53 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:02:04,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-581602ae-d68f-4400-a22a-3f3106278e53 2018-10-04 15:02:04,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fbfb2aa870fe8a0a51f38f9a65b0564383c2ab" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-07ce4c82-2927-400-proj"}}' 2018-10-04 15:02:04,617 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:02:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-705f7774-8e07-49c0-9e9b-a0d62b023276 Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/20586a6af5024fa7bb50379eea114db8"}, "enabled": true, "id": "20586a6af5024fa7bb50379eea114db8", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-07ce4c82-2927-400-proj"}} 2018-10-04 15:02:04,617 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-705f7774-8e07-49c0-9e9b-a0d62b023276 2018-10-04 15:02:04,617 - keystone_utils - INFO - Created project with name - CreateQoSTests-07ce4c82-2927-400-proj 2018-10-04 15:02:04,618 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:04,618 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:05,080 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["cJX5JgmJSIO64L1jpVP_UA"], "issued_at": "2018-10-04T15:02:05.000000Z"}} 2018-10-04 15:02:05,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0c0bee6940f3d4459c391bc845a51753eb501cd" 2018-10-04 15:02:05,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4013d4c9-c235-4d50-810f-494425f55f38 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:05,179 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4013d4c9-c235-4d50-810f-494425f55f38 2018-10-04 15:02:05,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:02:05,189 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:02:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:02:05,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0c0bee6940f3d4459c391bc845a51753eb501cd" 2018-10-04 15:02:05,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3570f2f7-a7d5-4d92-aadb-e5cb1557e12e Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:02:05,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3570f2f7-a7d5-4d92-aadb-e5cb1557e12e 2018-10-04 15:02:05,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateQoSTests-07ce4c82-2927-400-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0c0bee6940f3d4459c391bc845a51753eb501cd" 2018-10-04 15:02:05,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39088092-eff2-4861-8752-3f8de3341d4e Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateQoSTests-07ce4c82-2927-400-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/20586a6af5024fa7bb50379eea114db8"}, "enabled": true, "id": "20586a6af5024fa7bb50379eea114db8", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-07ce4c82-2927-400-proj"}]} 2018-10-04 15:02:05,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateQoSTests-07ce4c82-2927-400-proj used request id req-39088092-eff2-4861-8752-3f8de3341d4e 2018-10-04 15:02:05,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0c0bee6940f3d4459c391bc845a51753eb501cd" 2018-10-04 15:02:05,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1be43e33-1281-4088-af50-8ed5d03c5370 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:02:05,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-1be43e33-1281-4088-af50-8ed5d03c5370 2018-10-04 15:02:05,851 - keystone_utils - INFO - Created user with name - CreateQoSTests-07ce4c82-2927-400-user 2018-10-04 15:02:05,851 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:05,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fbfb2aa870fe8a0a51f38f9a65b0564383c2ab" 2018-10-04 15:02:05,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-689f1e2a-1545-4dd1-b536-13ddf54cd5ef Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:02:05,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-689f1e2a-1545-4dd1-b536-13ddf54cd5ef 2018-10-04 15:02:05,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fbfb2aa870fe8a0a51f38f9a65b0564383c2ab" -d '{"role": {"name": "CreateQoSTests-07ce4c82-2927-400-proj-role"}}' 2018-10-04 15:02:06,079 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:02:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91397ff7-64a2-4819-bcb2-558a8c4c35b0 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "23e7e902595542ee91aec5befeb23b0f", "links": {"self": "http://172.30.9.23:5000/v3/roles/23e7e902595542ee91aec5befeb23b0f"}, "name": "CreateQoSTests-07ce4c82-2927-400-proj-role"}} 2018-10-04 15:02:06,079 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-91397ff7-64a2-4819-bcb2-558a8c4c35b0 2018-10-04 15:02:06,079 - keystone_utils - INFO - Created role with name - CreateQoSTests-07ce4c82-2927-400-proj-role 2018-10-04 15:02:06,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/23e7e902595542ee91aec5befeb23b0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fbfb2aa870fe8a0a51f38f9a65b0564383c2ab" 2018-10-04 15:02:06,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c46cd68-f971-4bb3-841e-472114097ae2 Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/23e7e902595542ee91aec5befeb23b0f"}, "domain_id": null, "name": "CreateQoSTests-07ce4c82-2927-400-proj-role", "id": "23e7e902595542ee91aec5befeb23b0f"}} 2018-10-04 15:02:06,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/23e7e902595542ee91aec5befeb23b0f used request id req-5c46cd68-f971-4bb3-841e-472114097ae2 2018-10-04 15:02:06,174 - keystone_utils - INFO - Granting role CreateQoSTests-07ce4c82-2927-400-proj-role to project CreateQoSTests-07ce4c82-2927-400-proj 2018-10-04 15:02:06,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/20586a6af5024fa7bb50379eea114db8/users/3b77b782514f4a8893d3049a7f7ce579/roles/23e7e902595542ee91aec5befeb23b0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fbfb2aa870fe8a0a51f38f9a65b0564383c2ab" 2018-10-04 15:02:06,333 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcc9c38d-b974-45f1-acc5-8962896e37f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:06,333 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/20586a6af5024fa7bb50379eea114db8/users/3b77b782514f4a8893d3049a7f7ce579/roles/23e7e902595542ee91aec5befeb23b0f used request id req-fcc9c38d-b974-45f1-acc5-8962896e37f8 2018-10-04 15:02:06,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:06,336 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:06,709 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["NINs3IC5R4u7jlQw6Jp1eQ"], "issued_at": "2018-10-04T15:02:06.000000Z"}} 2018-10-04 15:02:06,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89d1ccdd5168abf7f606236c0a7993d74b67d1a4" 2018-10-04 15:02:06,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2364c4d5-31fa-4013-9ac9-4893b18f606f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:06,809 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2364c4d5-31fa-4013-9ac9-4893b18f606f 2018-10-04 15:02:06,814 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89d1ccdd5168abf7f606236c0a7993d74b67d1a4" 2018-10-04 15:02:06,997 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:06 GMT Server: Apache x-compute-request-id: req-fb833444-ba9e-42b6-bb21-59fead4cf792 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fb833444-ba9e-42b6-bb21-59fead4cf792 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-04 15:02:06,998 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs used request id req-fb833444-ba9e-42b6-bb21-59fead4cf792 2018-10-04 15:02:07,001 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fb833444-ba9e-42b6-bb21-59fead4cf792" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89d1ccdd5168abf7f606236c0a7993d74b67d1a4" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-b68dd15a-59ef-4c68-97ab-58d9ecc9631c"}}' 2018-10-04 15:02:07,570 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:07 GMT Server: Apache x-compute-request-id: req-7cebd9ea-e430-4090-bcf0-33b9975af189 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7cebd9ea-e430-4090-bcf0-33b9975af189 Content-Encoding: gzip Content-Length: 238 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "727265e9-ddd8-4b7b-90df-3644f1bafbdb", "name": "CreateQoSTests-b68dd15a-59ef-4c68-97ab-58d9ecc9631c"}, "links": [{"href": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/727265e9-ddd8-4b7b-90df-3644f1bafbdb", "rel": "self"}, {"href": "http://172.30.9.23:8776/37b49a87c69d406f8a162c83c144ee19/qos-specs/727265e9-ddd8-4b7b-90df-3644f1bafbdb", "rel": "bookmark"}]} 2018-10-04 15:02:07,570 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs used request id req-7cebd9ea-e430-4090-bcf0-33b9975af189 2018-10-04 15:02:07,571 - create_qos - INFO - Created qos with name - CreateQoSTests-b68dd15a-59ef-4c68-97ab-58d9ecc9631c 2018-10-04 15:02:07,574 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8edf5c82e1db7cab4ef13c98854148e864117cb" 2018-10-04 15:02:08,217 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:07 GMT Server: Apache x-compute-request-id: req-e16a0cfb-1875-49df-aa6d-b4878d7397fb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e16a0cfb-1875-49df-aa6d-b4878d7397fb Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "727265e9-ddd8-4b7b-90df-3644f1bafbdb", "name": "CreateQoSTests-b68dd15a-59ef-4c68-97ab-58d9ecc9631c"}]} 2018-10-04 15:02:08,217 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs used request id req-e16a0cfb-1875-49df-aa6d-b4878d7397fb 2018-10-04 15:02:08,218 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:08,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:08,612 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["2zncE3GRQX6k13cmKL-Ufw"], "issued_at": "2018-10-04T15:02:08.000000Z"}} 2018-10-04 15:02:08,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67bfbf7c2c033cac36dcfc3e6c759343dbf6cd46" 2018-10-04 15:02:08,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed52f1f0-7a8b-43b1-9ceb-baf414e42a01 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:08,694 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ed52f1f0-7a8b-43b1-9ceb-baf414e42a01 2018-10-04 15:02:08,700 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67bfbf7c2c033cac36dcfc3e6c759343dbf6cd46" 2018-10-04 15:02:08,881 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:08 GMT Server: Apache x-compute-request-id: req-76b878b1-0e0b-460c-9cca-1b20da563577 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-76b878b1-0e0b-460c-9cca-1b20da563577 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "727265e9-ddd8-4b7b-90df-3644f1bafbdb", "name": "CreateQoSTests-b68dd15a-59ef-4c68-97ab-58d9ecc9631c"}]} 2018-10-04 15:02:08,881 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs used request id req-76b878b1-0e0b-460c-9cca-1b20da563577 2018-10-04 15:02:08,882 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-b68dd15a-59ef-4c68-97ab-58d9ecc9631c 2018-10-04 15:02:08,885 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/727265e9-ddd8-4b7b-90df-3644f1bafbdb?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb833444-ba9e-42b6-bb21-59fead4cf792" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89d1ccdd5168abf7f606236c0a7993d74b67d1a4" 2018-10-04 15:02:08,934 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:02:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f1443205-68a5-4cdb-93c1-812ba843dbb8 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-10-04 15:02:08,934 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/727265e9-ddd8-4b7b-90df-3644f1bafbdb?force=False used request id req-f1443205-68a5-4cdb-93c1-812ba843dbb8 2018-10-04 15:02:08,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fbfb2aa870fe8a0a51f38f9a65b0564383c2ab" 2018-10-04 15:02:09,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-dd3619ca-b7d1-4561-88ba-5ce09a96f597 Date: Thu, 04 Oct 2018 15:02:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:02:09,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-dd3619ca-b7d1-4561-88ba-5ce09a96f597 2018-10-04 15:02:09,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fbfb2aa870fe8a0a51f38f9a65b0564383c2ab" 2018-10-04 15:02:09,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eeb673d0-88ee-4d66-a33d-55f81d774db3 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:02:09,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-eeb673d0-88ee-4d66-a33d-55f81d774db3 2018-10-04 15:02:09,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fbfb2aa870fe8a0a51f38f9a65b0564383c2ab" 2018-10-04 15:02:09,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4438a9cf-1863-4647-a381-c3936b822887 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:02:09,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-4438a9cf-1863-4647-a381-c3936b822887 2018-10-04 15:02:09,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fbfb2aa870fe8a0a51f38f9a65b0564383c2ab" 2018-10-04 15:02:09,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bce1ecd-7926-40e1-a72a-26e98757caaf Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:02:09,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-7bce1ecd-7926-40e1-a72a-26e98757caaf 2018-10-04 15:02:09,436 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-07ce4c82-2927-400-proj 2018-10-04 15:02:09,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/20586a6af5024fa7bb50379eea114db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fbfb2aa870fe8a0a51f38f9a65b0564383c2ab" 2018-10-04 15:02:09,678 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0e9c4ee-6a17-4116-bf6e-96d6c00be842 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:09,678 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/20586a6af5024fa7bb50379eea114db8 used request id req-b0e9c4ee-6a17-4116-bf6e-96d6c00be842 2018-10-04 15:02:09,678 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-07ce4c82-2927-400-proj-role 2018-10-04 15:02:09,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/23e7e902595542ee91aec5befeb23b0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fbfb2aa870fe8a0a51f38f9a65b0564383c2ab" 2018-10-04 15:02:09,809 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b5fa6ed-bec3-498a-b9c6-1f0b9baaa508 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:09,809 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/23e7e902595542ee91aec5befeb23b0f used request id req-7b5fa6ed-bec3-498a-b9c6-1f0b9baaa508 2018-10-04 15:02:09,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fbfb2aa870fe8a0a51f38f9a65b0564383c2ab" 2018-10-04 15:02:09,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1de7b767-2c79-422a-81fc-31dcd334e4ed Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:02:09,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1de7b767-2c79-422a-81fc-31dcd334e4ed 2018-10-04 15:02:09,888 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-07ce4c82-2927-400-user 2018-10-04 15:02:09,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/3b77b782514f4a8893d3049a7f7ce579 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0c0bee6940f3d4459c391bc845a51753eb501cd" 2018-10-04 15:02:10,072 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0fc7e0b-da84-4db8-beee-e0042b640e1b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:10,072 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/3b77b782514f4a8893d3049a7f7ce579 used request id req-a0fc7e0b-da84-4db8-beee-e0042b640e1b 2018-10-04 15:02:10,074 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:10,466 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["EiJ9wm8cTCa7kRuhJUynlg"], "issued_at": "2018-10-04T15:02:10.000000Z"}} 2018-10-04 15:02:10,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13f16bea12579185778dca6f49e338156bbfda96" 2018-10-04 15:02:10,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18e96e39-907c-40e4-81da-a3b81264b53b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:10,547 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-18e96e39-907c-40e4-81da-a3b81264b53b 2018-10-04 15:02:10,549 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:10,550 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:10,939 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["fwHhxlBvRkiL70aSs1G96w"], "issued_at": "2018-10-04T15:02:10.000000Z"}} 2018-10-04 15:02:10,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ab0f97ef27b1dbc610e202b50e4bd12afa5061" 2018-10-04 15:02:10,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9772cc66-5fe7-448b-9a10-d5517c604913 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:10,954 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9772cc66-5fe7-448b-9a10-d5517c604913 2018-10-04 15:02:10,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:02:10,963 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:02:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:02:10,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-ed4a0695-3318-40f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ab0f97ef27b1dbc610e202b50e4bd12afa5061" 2018-10-04 15:02:11,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4290fdd9-6bba-4955-b2c5-5430c976731d Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-ed4a0695-3318-40f-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:02:11,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-ed4a0695-3318-40f-proj used request id req-4290fdd9-6bba-4955-b2c5-5430c976731d 2018-10-04 15:02:11,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ab0f97ef27b1dbc610e202b50e4bd12afa5061" 2018-10-04 15:02:11,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bb7252b-2d0b-4c6b-9d43-e0d68be41b31 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:02:11,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-4bb7252b-2d0b-4c6b-9d43-e0d68be41b31 2018-10-04 15:02:11,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ab0f97ef27b1dbc610e202b50e4bd12afa5061" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-ed4a0695-3318-40f-proj"}}' 2018-10-04 15:02:11,264 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:02:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e01bffa8-f49e-454b-b834-e51386be2e53 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d20da8f5c4ea427198ca822be990aadd"}, "enabled": true, "id": "d20da8f5c4ea427198ca822be990aadd", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-ed4a0695-3318-40f-proj"}} 2018-10-04 15:02:11,264 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-e01bffa8-f49e-454b-b834-e51386be2e53 2018-10-04 15:02:11,264 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-ed4a0695-3318-40f-proj 2018-10-04 15:02:11,264 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:11,265 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:11,655 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["piu_9yRmTXe1JRXyXSja2Q"], "issued_at": "2018-10-04T15:02:11.000000Z"}} 2018-10-04 15:02:11,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5518189f1a0f5eb0fc054a09ce3eb3d33b777e61" 2018-10-04 15:02:11,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4193d491-39d4-43cc-907a-e2c4359c450c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:11,744 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4193d491-39d4-43cc-907a-e2c4359c450c 2018-10-04 15:02:11,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:02:11,754 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:02:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:02:11,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5518189f1a0f5eb0fc054a09ce3eb3d33b777e61" 2018-10-04 15:02:11,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23ece8de-be76-4627-9193-bc74600771d5 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:02:11,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-23ece8de-be76-4627-9193-bc74600771d5 2018-10-04 15:02:11,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-ed4a0695-3318-40f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5518189f1a0f5eb0fc054a09ce3eb3d33b777e61" 2018-10-04 15:02:11,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6987b06-9438-4ab6-aaf4-65e25ff0ea48 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-ed4a0695-3318-40f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d20da8f5c4ea427198ca822be990aadd"}, "enabled": true, "id": "d20da8f5c4ea427198ca822be990aadd", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-ed4a0695-3318-40f-proj"}]} 2018-10-04 15:02:11,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-ed4a0695-3318-40f-proj used request id req-b6987b06-9438-4ab6-aaf4-65e25ff0ea48 2018-10-04 15:02:11,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5518189f1a0f5eb0fc054a09ce3eb3d33b777e61" 2018-10-04 15:02:12,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dfecd74-72d2-4aa9-98c3-0d44fc659abc Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:02:12,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-0dfecd74-72d2-4aa9-98c3-0d44fc659abc 2018-10-04 15:02:12,420 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-ed4a0695-3318-40f-user 2018-10-04 15:02:12,421 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:12,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ab0f97ef27b1dbc610e202b50e4bd12afa5061" 2018-10-04 15:02:12,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d31e4f19-365e-4b84-832b-18e03914f909 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:02:12,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d31e4f19-365e-4b84-832b-18e03914f909 2018-10-04 15:02:12,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ab0f97ef27b1dbc610e202b50e4bd12afa5061" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-ed4a0695-3318-40f-proj-role"}}' 2018-10-04 15:02:12,623 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:02:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3adacfc8-70b9-4a07-8b29-051b0d4b76aa Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "72ebf2e80663483093ef9f0c572f356b", "links": {"self": "http://172.30.9.23:5000/v3/roles/72ebf2e80663483093ef9f0c572f356b"}, "name": "CreateSimpleVolumeTypeSuccessTests-ed4a0695-3318-40f-proj-role"}} 2018-10-04 15:02:12,623 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-3adacfc8-70b9-4a07-8b29-051b0d4b76aa 2018-10-04 15:02:12,623 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-ed4a0695-3318-40f-proj-role 2018-10-04 15:02:12,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/72ebf2e80663483093ef9f0c572f356b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ab0f97ef27b1dbc610e202b50e4bd12afa5061" 2018-10-04 15:02:12,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc454300-ce8b-49a6-bd9e-7e36e633e16f Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/72ebf2e80663483093ef9f0c572f356b"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-ed4a0695-3318-40f-proj-role", "id": "72ebf2e80663483093ef9f0c572f356b"}} 2018-10-04 15:02:12,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/72ebf2e80663483093ef9f0c572f356b used request id req-bc454300-ce8b-49a6-bd9e-7e36e633e16f 2018-10-04 15:02:12,644 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-ed4a0695-3318-40f-proj-role to project CreateSimpleVolumeTypeSuccessTests-ed4a0695-3318-40f-proj 2018-10-04 15:02:12,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/d20da8f5c4ea427198ca822be990aadd/users/a27b7fba39214a76b2f65d638e818cee/roles/72ebf2e80663483093ef9f0c572f356b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ab0f97ef27b1dbc610e202b50e4bd12afa5061" 2018-10-04 15:02:12,775 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-117661f1-13dc-4274-9cf7-354edf24d6aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:12,775 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/d20da8f5c4ea427198ca822be990aadd/users/a27b7fba39214a76b2f65d638e818cee/roles/72ebf2e80663483093ef9f0c572f356b used request id req-117661f1-13dc-4274-9cf7-354edf24d6aa 2018-10-04 15:02:12,777 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:12,778 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:13,150 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["UUkxirIhTumflGKPV-SQqA"], "issued_at": "2018-10-04T15:02:13.000000Z"}} 2018-10-04 15:02:13,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8686f445fd0948f466b07d4d48f452a1131c4752" 2018-10-04 15:02:13,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-559fb1c5-d9ff-461e-8c22-c90f83c0ecbe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:13,244 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-559fb1c5-d9ff-461e-8c22-c90f83c0ecbe 2018-10-04 15:02:13,250 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8686f445fd0948f466b07d4d48f452a1131c4752" 2018-10-04 15:02:13,425 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:13 GMT Server: Apache x-compute-request-id: req-36518245-15a0-4218-93c7-cb9446eac69d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-36518245-15a0-4218-93c7-cb9446eac69d Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-04 15:02:13,425 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types?is_public=None used request id req-36518245-15a0-4218-93c7-cb9446eac69d 2018-10-04 15:02:13,429 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-36518245-15a0-4218-93c7-cb9446eac69d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8686f445fd0948f466b07d4d48f452a1131c4752" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-4db7136b-05a4-4217-a1b3-7425c066be9e", "description": null}}' 2018-10-04 15:02:13,660 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:13 GMT Server: Apache x-compute-request-id: req-9706c562-9770-4ff7-9bb9-4da42545ffe7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9706c562-9770-4ff7-9bb9-4da42545ffe7 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-4db7136b-05a4-4217-a1b3-7425c066be9e", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "2b4b6e69-3bf8-4286-896e-8ab24387ef34", "description": null}} 2018-10-04 15:02:13,660 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types used request id req-9706c562-9770-4ff7-9bb9-4da42545ffe7 2018-10-04 15:02:13,660 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-4db7136b-05a4-4217-a1b3-7425c066be9e 2018-10-04 15:02:13,663 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13f16bea12579185778dca6f49e338156bbfda96" 2018-10-04 15:02:13,832 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:13 GMT Server: Apache x-compute-request-id: req-8fd19480-f7c9-4c62-bbd5-4a1ce497f783 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8fd19480-f7c9-4c62-bbd5-4a1ce497f783 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-4db7136b-05a4-4217-a1b3-7425c066be9e", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "2b4b6e69-3bf8-4286-896e-8ab24387ef34", "description": null}]} 2018-10-04 15:02:13,833 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types?is_public=None used request id req-8fd19480-f7c9-4c62-bbd5-4a1ce497f783 2018-10-04 15:02:13,836 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/2b4b6e69-3bf8-4286-896e-8ab24387ef34 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8fd19480-f7c9-4c62-bbd5-4a1ce497f783" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13f16bea12579185778dca6f49e338156bbfda96" 2018-10-04 15:02:14,017 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:13 GMT Server: Apache x-compute-request-id: req-0146f15f-3bf0-4c6c-981b-d327c84c4ec7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0146f15f-3bf0-4c6c-981b-d327c84c4ec7 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-4db7136b-05a4-4217-a1b3-7425c066be9e", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "2b4b6e69-3bf8-4286-896e-8ab24387ef34", "description": null}} 2018-10-04 15:02:14,018 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/2b4b6e69-3bf8-4286-896e-8ab24387ef34 used request id req-0146f15f-3bf0-4c6c-981b-d327c84c4ec7 2018-10-04 15:02:14,021 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/2b4b6e69-3bf8-4286-896e-8ab24387ef34/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8fd19480-f7c9-4c62-bbd5-4a1ce497f783" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13f16bea12579185778dca6f49e338156bbfda96" 2018-10-04 15:02:14,203 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:14 GMT Server: Apache x-compute-request-id: req-db5155ac-12a2-466d-a174-4218dd3497d6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-db5155ac-12a2-466d-a174-4218dd3497d6 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-04 15:02:14,203 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/2b4b6e69-3bf8-4286-896e-8ab24387ef34/encryption used request id req-db5155ac-12a2-466d-a174-4218dd3497d6 2018-10-04 15:02:14,203 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-4db7136b-05a4-4217-a1b3-7425c066be9e 2018-10-04 15:02:14,206 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/2b4b6e69-3bf8-4286-896e-8ab24387ef34 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8fd19480-f7c9-4c62-bbd5-4a1ce497f783" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13f16bea12579185778dca6f49e338156bbfda96" 2018-10-04 15:02:14,402 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:02:14 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fa5d87fb-8bbb-4cb9-886f-2ec0cc1aef28 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-10-04 15:02:14,402 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/2b4b6e69-3bf8-4286-896e-8ab24387ef34 used request id req-fa5d87fb-8bbb-4cb9-886f-2ec0cc1aef28 2018-10-04 15:02:14,405 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8fd19480-f7c9-4c62-bbd5-4a1ce497f783" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13f16bea12579185778dca6f49e338156bbfda96" 2018-10-04 15:02:14,576 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:14 GMT Server: Apache x-compute-request-id: req-94c40de1-ef34-4eae-b75f-a917e26c9b19 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-94c40de1-ef34-4eae-b75f-a917e26c9b19 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-04 15:02:14,576 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types?is_public=None used request id req-94c40de1-ef34-4eae-b75f-a917e26c9b19 2018-10-04 15:02:14,576 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-4db7136b-05a4-4217-a1b3-7425c066be9e 2018-10-04 15:02:14,579 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/2b4b6e69-3bf8-4286-896e-8ab24387ef34 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-36518245-15a0-4218-93c7-cb9446eac69d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8686f445fd0948f466b07d4d48f452a1131c4752" 2018-10-04 15:02:14,770 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:02:14 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ebf5337f-8dcb-46e6-87a8-dded40ae8604 x-openstack-request-id: req-ebf5337f-8dcb-46e6-87a8-dded40ae8604 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 2b4b6e69-3bf8-4286-896e-8ab24387ef34 could not be found.", "code": 404}} 2018-10-04 15:02:14,770 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/2b4b6e69-3bf8-4286-896e-8ab24387ef34 used request id req-ebf5337f-8dcb-46e6-87a8-dded40ae8604 2018-10-04 15:02:14,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ab0f97ef27b1dbc610e202b50e4bd12afa5061" 2018-10-04 15:02:15,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-275002f7-714e-4f4f-a2a3-4283e8e2c2f7 Date: Thu, 04 Oct 2018 15:02:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:02:15,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-275002f7-714e-4f4f-a2a3-4283e8e2c2f7 2018-10-04 15:02:15,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ab0f97ef27b1dbc610e202b50e4bd12afa5061" 2018-10-04 15:02:15,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1b106a3-9504-4b5b-ae2d-9813fd1122fc Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:02:15,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-d1b106a3-9504-4b5b-ae2d-9813fd1122fc 2018-10-04 15:02:15,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ab0f97ef27b1dbc610e202b50e4bd12afa5061" 2018-10-04 15:02:15,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-234bf186-2f19-4854-9219-2274e24dfaa0 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:02:15,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-234bf186-2f19-4854-9219-2274e24dfaa0 2018-10-04 15:02:15,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ab0f97ef27b1dbc610e202b50e4bd12afa5061" 2018-10-04 15:02:15,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9c1f8ed-4473-4084-8dd9-38b762bfae6b Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:02:15,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-c9c1f8ed-4473-4084-8dd9-38b762bfae6b 2018-10-04 15:02:15,412 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-ed4a0695-3318-40f-proj 2018-10-04 15:02:15,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/d20da8f5c4ea427198ca822be990aadd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ab0f97ef27b1dbc610e202b50e4bd12afa5061" 2018-10-04 15:02:15,632 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89f95356-b807-4385-9cce-3ba3d016525e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:15,632 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/d20da8f5c4ea427198ca822be990aadd used request id req-89f95356-b807-4385-9cce-3ba3d016525e 2018-10-04 15:02:15,633 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-ed4a0695-3318-40f-proj-role 2018-10-04 15:02:15,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/72ebf2e80663483093ef9f0c572f356b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ab0f97ef27b1dbc610e202b50e4bd12afa5061" 2018-10-04 15:02:15,742 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5b90622-9fea-4738-b41a-4124c7703093 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:15,742 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/72ebf2e80663483093ef9f0c572f356b used request id req-d5b90622-9fea-4738-b41a-4124c7703093 2018-10-04 15:02:15,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ab0f97ef27b1dbc610e202b50e4bd12afa5061" 2018-10-04 15:02:15,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f2f714e-2725-449d-a2d9-26ecf257f6a0 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:02:15,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5f2f714e-2725-449d-a2d9-26ecf257f6a0 2018-10-04 15:02:15,832 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-ed4a0695-3318-40f-user 2018-10-04 15:02:15,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/a27b7fba39214a76b2f65d638e818cee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5518189f1a0f5eb0fc054a09ce3eb3d33b777e61" 2018-10-04 15:02:16,012 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5e2eae0-0723-4732-b61e-96789b843771 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:16,012 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/a27b7fba39214a76b2f65d638e818cee used request id req-d5e2eae0-0723-4732-b61e-96789b843771 2018-10-04 15:02:16,014 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:16,390 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["VIfgbbw_TWucjDD6iXO3Zg"], "issued_at": "2018-10-04T15:02:16.000000Z"}} 2018-10-04 15:02:16,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b81403af8e11d533f06aa6f44733b8c2b21c53e4" 2018-10-04 15:02:16,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c53f15e6-919d-4e7e-ad2f-49a70df6e282 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:16,479 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c53f15e6-919d-4e7e-ad2f-49a70df6e282 2018-10-04 15:02:16,481 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:16,482 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:16,862 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["cMfd_A4JQg-AmEW1eQjGYg"], "issued_at": "2018-10-04T15:02:16.000000Z"}} 2018-10-04 15:02:16,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a908ac444a00290aef373d5728d54029b9d8548" 2018-10-04 15:02:16,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c379198-1f4b-4930-b2a8-363c22918b3f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:16,937 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5c379198-1f4b-4930-b2a8-363c22918b3f 2018-10-04 15:02:16,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:02:16,947 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:02:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:02:16,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-9649d341-f45b-4df-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a908ac444a00290aef373d5728d54029b9d8548" 2018-10-04 15:02:17,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce9b204c-290c-48ee-b739-6b900235d0d7 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-9649d341-f45b-4df-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:02:17,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-9649d341-f45b-4df-proj used request id req-ce9b204c-290c-48ee-b739-6b900235d0d7 2018-10-04 15:02:17,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a908ac444a00290aef373d5728d54029b9d8548" 2018-10-04 15:02:17,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f23454d2-87f2-486e-9a23-71c55fb62ca9 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:02:17,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-f23454d2-87f2-486e-9a23-71c55fb62ca9 2018-10-04 15:02:17,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a908ac444a00290aef373d5728d54029b9d8548" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-9649d341-f45b-4df-proj"}}' 2018-10-04 15:02:17,252 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:02:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d6ef832-a906-484e-8776-8044636f4bdc Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/252664462d4e4c729a93ad4d2d801e3c"}, "enabled": true, "id": "252664462d4e4c729a93ad4d2d801e3c", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-9649d341-f45b-4df-proj"}} 2018-10-04 15:02:17,252 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-1d6ef832-a906-484e-8776-8044636f4bdc 2018-10-04 15:02:17,253 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-9649d341-f45b-4df-proj 2018-10-04 15:02:17,253 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:17,254 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:17,644 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["z3DBRjj-SkO2nWrqtH-RiA"], "issued_at": "2018-10-04T15:02:17.000000Z"}} 2018-10-04 15:02:17,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f96816b74dd69c1fcf9e7003dcf179d2924938ec" 2018-10-04 15:02:17,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d0d6dea-0e20-498f-815a-e2d1d44fda1c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:17,720 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5d0d6dea-0e20-498f-815a-e2d1d44fda1c 2018-10-04 15:02:17,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:02:17,731 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:02:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:02:17,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f96816b74dd69c1fcf9e7003dcf179d2924938ec" 2018-10-04 15:02:17,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2ad2c2b-e7bd-4d44-925d-b81b986b0106 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:02:17,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c2ad2c2b-e7bd-4d44-925d-b81b986b0106 2018-10-04 15:02:17,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-9649d341-f45b-4df-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f96816b74dd69c1fcf9e7003dcf179d2924938ec" 2018-10-04 15:02:17,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d1dd407-0584-4ab7-81d3-0a197aaee89d Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-9649d341-f45b-4df-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/252664462d4e4c729a93ad4d2d801e3c"}, "enabled": true, "id": "252664462d4e4c729a93ad4d2d801e3c", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-9649d341-f45b-4df-proj"}]} 2018-10-04 15:02:17,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-9649d341-f45b-4df-proj used request id req-7d1dd407-0584-4ab7-81d3-0a197aaee89d 2018-10-04 15:02:17,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f96816b74dd69c1fcf9e7003dcf179d2924938ec" 2018-10-04 15:02:17,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56b5a91f-b89d-4a6b-8075-56cb106ef2ed Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:02:17,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-56b5a91f-b89d-4a6b-8075-56cb106ef2ed 2018-10-04 15:02:18,318 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-9649d341-f45b-4df-user 2018-10-04 15:02:18,318 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:18,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a908ac444a00290aef373d5728d54029b9d8548" 2018-10-04 15:02:18,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de7a6c44-e3d4-4e3c-99ce-cbff0995053d Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:02:18,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-de7a6c44-e3d4-4e3c-99ce-cbff0995053d 2018-10-04 15:02:18,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a908ac444a00290aef373d5728d54029b9d8548" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-9649d341-f45b-4df-proj-role"}}' 2018-10-04 15:02:18,545 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:02:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1232ec01-ee03-4750-b851-90b97726d030 Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "036faebe3be24b5281922bf3699fb67a", "links": {"self": "http://172.30.9.23:5000/v3/roles/036faebe3be24b5281922bf3699fb67a"}, "name": "CreateSimpleVolumeTypeSuccessTests-9649d341-f45b-4df-proj-role"}} 2018-10-04 15:02:18,546 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-1232ec01-ee03-4750-b851-90b97726d030 2018-10-04 15:02:18,546 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-9649d341-f45b-4df-proj-role 2018-10-04 15:02:18,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/036faebe3be24b5281922bf3699fb67a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a908ac444a00290aef373d5728d54029b9d8548" 2018-10-04 15:02:18,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af8cc668-a5b7-4b2f-9795-1137ea6b2f86 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/036faebe3be24b5281922bf3699fb67a"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-9649d341-f45b-4df-proj-role", "id": "036faebe3be24b5281922bf3699fb67a"}} 2018-10-04 15:02:18,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/036faebe3be24b5281922bf3699fb67a used request id req-af8cc668-a5b7-4b2f-9795-1137ea6b2f86 2018-10-04 15:02:18,637 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-9649d341-f45b-4df-proj-role to project CreateSimpleVolumeTypeSuccessTests-9649d341-f45b-4df-proj 2018-10-04 15:02:18,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/252664462d4e4c729a93ad4d2d801e3c/users/4c85c0bd0d9d4d64a0e3ed55e9c6a3b0/roles/036faebe3be24b5281922bf3699fb67a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a908ac444a00290aef373d5728d54029b9d8548" 2018-10-04 15:02:18,764 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57e8c816-828c-45db-a089-57e5aa42588a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:18,764 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/252664462d4e4c729a93ad4d2d801e3c/users/4c85c0bd0d9d4d64a0e3ed55e9c6a3b0/roles/036faebe3be24b5281922bf3699fb67a used request id req-57e8c816-828c-45db-a089-57e5aa42588a 2018-10-04 15:02:18,766 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:18,767 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:19,240 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["9we6epZoTTmeDFPtaRdCjw"], "issued_at": "2018-10-04T15:02:19.000000Z"}} 2018-10-04 15:02:19,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7c65d083194c69fe02522a082cc18e6715fec5" 2018-10-04 15:02:19,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4036b26-05b9-4efe-8edb-3160e3685ebe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:19,335 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e4036b26-05b9-4efe-8edb-3160e3685ebe 2018-10-04 15:02:19,341 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7c65d083194c69fe02522a082cc18e6715fec5" 2018-10-04 15:02:19,518 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:19 GMT Server: Apache x-compute-request-id: req-e34d49b1-cefe-4c6d-a69a-25b73d9edba0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e34d49b1-cefe-4c6d-a69a-25b73d9edba0 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-04 15:02:19,518 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types?is_public=None used request id req-e34d49b1-cefe-4c6d-a69a-25b73d9edba0 2018-10-04 15:02:19,522 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e34d49b1-cefe-4c6d-a69a-25b73d9edba0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7c65d083194c69fe02522a082cc18e6715fec5" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-1f229867-c61f-4882-af36-2df9a92583b6", "description": null}}' 2018-10-04 15:02:19,744 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:19 GMT Server: Apache x-compute-request-id: req-4f8e2f03-a7f1-42cb-83a1-9b6bd9ae26c3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4f8e2f03-a7f1-42cb-83a1-9b6bd9ae26c3 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-1f229867-c61f-4882-af36-2df9a92583b6", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "716bb459-8f4a-4470-b89f-7cad5d8dc2cd", "description": null}} 2018-10-04 15:02:19,744 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types used request id req-4f8e2f03-a7f1-42cb-83a1-9b6bd9ae26c3 2018-10-04 15:02:19,745 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-1f229867-c61f-4882-af36-2df9a92583b6 2018-10-04 15:02:19,747 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b81403af8e11d533f06aa6f44733b8c2b21c53e4" 2018-10-04 15:02:20,322 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:19 GMT Server: Apache x-compute-request-id: req-69c5ff56-fadd-40f2-a09a-7a6525af13ce OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-69c5ff56-fadd-40f2-a09a-7a6525af13ce Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-1f229867-c61f-4882-af36-2df9a92583b6", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "716bb459-8f4a-4470-b89f-7cad5d8dc2cd", "description": null}]} 2018-10-04 15:02:20,322 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types?is_public=None used request id req-69c5ff56-fadd-40f2-a09a-7a6525af13ce 2018-10-04 15:02:20,326 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/716bb459-8f4a-4470-b89f-7cad5d8dc2cd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-69c5ff56-fadd-40f2-a09a-7a6525af13ce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b81403af8e11d533f06aa6f44733b8c2b21c53e4" 2018-10-04 15:02:20,516 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:20 GMT Server: Apache x-compute-request-id: req-b6f93c8e-d357-41f7-9f0e-f3342910d3f4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b6f93c8e-d357-41f7-9f0e-f3342910d3f4 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-1f229867-c61f-4882-af36-2df9a92583b6", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "716bb459-8f4a-4470-b89f-7cad5d8dc2cd", "description": null}} 2018-10-04 15:02:20,517 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/716bb459-8f4a-4470-b89f-7cad5d8dc2cd used request id req-b6f93c8e-d357-41f7-9f0e-f3342910d3f4 2018-10-04 15:02:20,520 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/716bb459-8f4a-4470-b89f-7cad5d8dc2cd/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-69c5ff56-fadd-40f2-a09a-7a6525af13ce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b81403af8e11d533f06aa6f44733b8c2b21c53e4" 2018-10-04 15:02:20,700 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:20 GMT Server: Apache x-compute-request-id: req-8f9047b8-7055-409f-b3ff-48ca8d16825d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8f9047b8-7055-409f-b3ff-48ca8d16825d Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-04 15:02:20,700 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/716bb459-8f4a-4470-b89f-7cad5d8dc2cd/encryption used request id req-8f9047b8-7055-409f-b3ff-48ca8d16825d 2018-10-04 15:02:20,700 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:20,701 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:21,080 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["vyCIObaaRE6GjF7T4nzvCA"], "issued_at": "2018-10-04T15:02:21.000000Z"}} 2018-10-04 15:02:21,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac9d5f9f5697892c8db339aa5e1454148dea207" 2018-10-04 15:02:21,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dba10a0-1d74-484a-ad8d-c96d536b2f14 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:21,095 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8dba10a0-1d74-484a-ad8d-c96d536b2f14 2018-10-04 15:02:21,100 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac9d5f9f5697892c8db339aa5e1454148dea207" 2018-10-04 15:02:21,263 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:21 GMT Server: Apache x-compute-request-id: req-fd4e9d9a-66ea-4e2b-880e-9fe368a9435c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fd4e9d9a-66ea-4e2b-880e-9fe368a9435c Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-1f229867-c61f-4882-af36-2df9a92583b6", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "716bb459-8f4a-4470-b89f-7cad5d8dc2cd", "description": null}]} 2018-10-04 15:02:21,263 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types?is_public=None used request id req-fd4e9d9a-66ea-4e2b-880e-9fe368a9435c 2018-10-04 15:02:21,267 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/716bb459-8f4a-4470-b89f-7cad5d8dc2cd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fd4e9d9a-66ea-4e2b-880e-9fe368a9435c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac9d5f9f5697892c8db339aa5e1454148dea207" 2018-10-04 15:02:21,458 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:21 GMT Server: Apache x-compute-request-id: req-65f71beb-e8dd-49a7-942e-5ed92faeceb1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-65f71beb-e8dd-49a7-942e-5ed92faeceb1 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-1f229867-c61f-4882-af36-2df9a92583b6", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "716bb459-8f4a-4470-b89f-7cad5d8dc2cd", "description": null}} 2018-10-04 15:02:21,458 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/716bb459-8f4a-4470-b89f-7cad5d8dc2cd used request id req-65f71beb-e8dd-49a7-942e-5ed92faeceb1 2018-10-04 15:02:21,461 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/716bb459-8f4a-4470-b89f-7cad5d8dc2cd/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fd4e9d9a-66ea-4e2b-880e-9fe368a9435c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac9d5f9f5697892c8db339aa5e1454148dea207" 2018-10-04 15:02:21,637 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:21 GMT Server: Apache x-compute-request-id: req-bfd091a5-4222-45e0-baac-dd073b80e73d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bfd091a5-4222-45e0-baac-dd073b80e73d Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-04 15:02:21,637 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/716bb459-8f4a-4470-b89f-7cad5d8dc2cd/encryption used request id req-bfd091a5-4222-45e0-baac-dd073b80e73d 2018-10-04 15:02:21,638 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-1f229867-c61f-4882-af36-2df9a92583b6 2018-10-04 15:02:21,641 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/716bb459-8f4a-4470-b89f-7cad5d8dc2cd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e34d49b1-cefe-4c6d-a69a-25b73d9edba0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7c65d083194c69fe02522a082cc18e6715fec5" 2018-10-04 15:02:21,827 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:02:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-83e32cb1-aa25-438f-b444-e6eb0b852ca2 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-10-04 15:02:21,827 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/716bb459-8f4a-4470-b89f-7cad5d8dc2cd used request id req-83e32cb1-aa25-438f-b444-e6eb0b852ca2 2018-10-04 15:02:21,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a908ac444a00290aef373d5728d54029b9d8548" 2018-10-04 15:02:22,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-fd553a72-08e9-46af-8163-b4b1da1c45a2 Date: Thu, 04 Oct 2018 15:02:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:02:22,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-fd553a72-08e9-46af-8163-b4b1da1c45a2 2018-10-04 15:02:22,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a908ac444a00290aef373d5728d54029b9d8548" 2018-10-04 15:02:22,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59065787-a975-4109-9355-46c2b15964c6 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:02:22,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-59065787-a975-4109-9355-46c2b15964c6 2018-10-04 15:02:22,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a908ac444a00290aef373d5728d54029b9d8548" 2018-10-04 15:02:22,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-375860f7-4cf2-4d88-bdf5-6868491a3c56 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:02:22,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-375860f7-4cf2-4d88-bdf5-6868491a3c56 2018-10-04 15:02:22,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a908ac444a00290aef373d5728d54029b9d8548" 2018-10-04 15:02:22,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12c614f4-8b6f-4b32-8ae9-cc1fe31b566c Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:02:22,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-12c614f4-8b6f-4b32-8ae9-cc1fe31b566c 2018-10-04 15:02:22,326 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-9649d341-f45b-4df-proj 2018-10-04 15:02:22,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/252664462d4e4c729a93ad4d2d801e3c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a908ac444a00290aef373d5728d54029b9d8548" 2018-10-04 15:02:22,536 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a3db7fc-710c-4ac5-8fb8-a2664e2bd4a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:22,536 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/252664462d4e4c729a93ad4d2d801e3c used request id req-6a3db7fc-710c-4ac5-8fb8-a2664e2bd4a7 2018-10-04 15:02:22,536 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-9649d341-f45b-4df-proj-role 2018-10-04 15:02:22,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/036faebe3be24b5281922bf3699fb67a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a908ac444a00290aef373d5728d54029b9d8548" 2018-10-04 15:02:22,575 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e873503-8c16-4fa5-a333-0d751c0d6eaa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:22,575 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/036faebe3be24b5281922bf3699fb67a used request id req-3e873503-8c16-4fa5-a333-0d751c0d6eaa 2018-10-04 15:02:22,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a908ac444a00290aef373d5728d54029b9d8548" 2018-10-04 15:02:22,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e5b3a4d-af0f-4c5a-ba78-b43f7a9b6ff7 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:02:22,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4e5b3a4d-af0f-4c5a-ba78-b43f7a9b6ff7 2018-10-04 15:02:22,673 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-9649d341-f45b-4df-user 2018-10-04 15:02:22,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/4c85c0bd0d9d4d64a0e3ed55e9c6a3b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f96816b74dd69c1fcf9e7003dcf179d2924938ec" 2018-10-04 15:02:22,850 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f2f71f4-7deb-4c02-8215-cb7fb8cacc39 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:22,851 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/4c85c0bd0d9d4d64a0e3ed55e9c6a3b0 used request id req-9f2f71f4-7deb-4c02-8215-cb7fb8cacc39 2018-10-04 15:02:22,852 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:23,236 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["7lTl9oDwRnOThbMoH6KuZw"], "issued_at": "2018-10-04T15:02:23.000000Z"}} 2018-10-04 15:02:23,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a77bb032061624e12473e901b9e2cb0449b70bb" 2018-10-04 15:02:23,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a5bd663-ee25-40ff-8e4f-f50ca15660d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:23,332 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3a5bd663-ee25-40ff-8e4f-f50ca15660d5 2018-10-04 15:02:23,333 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:23,334 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:23,727 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["QClSUmMWTGO74_EfXSOG4Q"], "issued_at": "2018-10-04T15:02:23.000000Z"}} 2018-10-04 15:02:23,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0b58271523d11efa0e92edfaa8b963c1b46ed66" 2018-10-04 15:02:23,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-775916dc-831c-4958-a781-ae0a639ed546 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:23,811 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-775916dc-831c-4958-a781-ae0a639ed546 2018-10-04 15:02:23,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:02:23,821 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:02:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:02:23,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-ffdf1573-1130-44b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0b58271523d11efa0e92edfaa8b963c1b46ed66" 2018-10-04 15:02:23,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc31eb87-a0b3-46e1-aa9d-35cff7b05b8c Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-ffdf1573-1130-44b-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:02:23,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-ffdf1573-1130-44b-proj used request id req-fc31eb87-a0b3-46e1-aa9d-35cff7b05b8c 2018-10-04 15:02:23,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0b58271523d11efa0e92edfaa8b963c1b46ed66" 2018-10-04 15:02:23,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56cd6e86-db62-4006-a818-3dc674d29618 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:02:23,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-56cd6e86-db62-4006-a818-3dc674d29618 2018-10-04 15:02:24,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0b58271523d11efa0e92edfaa8b963c1b46ed66" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-ffdf1573-1130-44b-proj"}}' 2018-10-04 15:02:24,126 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:02:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ed808f0-c35a-476a-b043-9adab965013d Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/0dcfb64aae5c49f7af4634693197e4d3"}, "enabled": true, "id": "0dcfb64aae5c49f7af4634693197e4d3", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-ffdf1573-1130-44b-proj"}} 2018-10-04 15:02:24,127 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-9ed808f0-c35a-476a-b043-9adab965013d 2018-10-04 15:02:24,127 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-ffdf1573-1130-44b-proj 2018-10-04 15:02:24,127 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:24,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:24,518 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["a1lu0jekRrq7Ynew1-SJCA"], "issued_at": "2018-10-04T15:02:24.000000Z"}} 2018-10-04 15:02:24,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03c5e6aa59e290566d53813ed9ea9f701bd9d289" 2018-10-04 15:02:24,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-838c069d-3d9b-418e-a199-c185ee14f530 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:24,599 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-838c069d-3d9b-418e-a199-c185ee14f530 2018-10-04 15:02:24,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:02:24,609 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:02:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:02:24,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03c5e6aa59e290566d53813ed9ea9f701bd9d289" 2018-10-04 15:02:24,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66bb31e2-bd90-4594-a660-3d3f33a7d8f9 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:02:24,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-66bb31e2-bd90-4594-a660-3d3f33a7d8f9 2018-10-04 15:02:24,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-ffdf1573-1130-44b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03c5e6aa59e290566d53813ed9ea9f701bd9d289" 2018-10-04 15:02:24,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64939bdf-e82d-4ad6-b0ab-a9e29fdc9a01 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-ffdf1573-1130-44b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/0dcfb64aae5c49f7af4634693197e4d3"}, "enabled": true, "id": "0dcfb64aae5c49f7af4634693197e4d3", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-ffdf1573-1130-44b-proj"}]} 2018-10-04 15:02:24,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-ffdf1573-1130-44b-proj used request id req-64939bdf-e82d-4ad6-b0ab-a9e29fdc9a01 2018-10-04 15:02:24,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03c5e6aa59e290566d53813ed9ea9f701bd9d289" 2018-10-04 15:02:24,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f5a767e-b55e-41cc-bdf9-9a36188c5881 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:02:24,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-8f5a767e-b55e-41cc-bdf9-9a36188c5881 2018-10-04 15:02:25,270 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-ffdf1573-1130-44b-user 2018-10-04 15:02:25,270 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:25,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0b58271523d11efa0e92edfaa8b963c1b46ed66" 2018-10-04 15:02:25,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac33da28-db73-4470-a012-7ba9f91b47d0 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:02:25,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ac33da28-db73-4470-a012-7ba9f91b47d0 2018-10-04 15:02:25,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0b58271523d11efa0e92edfaa8b963c1b46ed66" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-ffdf1573-1130-44b-proj-role"}}' 2018-10-04 15:02:25,480 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:02:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f3fbae6-2479-416a-acd9-dc56f793e4f2 Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "86771803498249efb22b1aedfcb9ea4f", "links": {"self": "http://172.30.9.23:5000/v3/roles/86771803498249efb22b1aedfcb9ea4f"}, "name": "CreateSimpleVolumeTypeSuccessTests-ffdf1573-1130-44b-proj-role"}} 2018-10-04 15:02:25,480 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-5f3fbae6-2479-416a-acd9-dc56f793e4f2 2018-10-04 15:02:25,480 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-ffdf1573-1130-44b-proj-role 2018-10-04 15:02:25,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/86771803498249efb22b1aedfcb9ea4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0b58271523d11efa0e92edfaa8b963c1b46ed66" 2018-10-04 15:02:25,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57ae6cca-e343-4252-95ad-de0b31078bdd Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/86771803498249efb22b1aedfcb9ea4f"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-ffdf1573-1130-44b-proj-role", "id": "86771803498249efb22b1aedfcb9ea4f"}} 2018-10-04 15:02:25,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/86771803498249efb22b1aedfcb9ea4f used request id req-57ae6cca-e343-4252-95ad-de0b31078bdd 2018-10-04 15:02:25,573 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-ffdf1573-1130-44b-proj-role to project CreateSimpleVolumeTypeSuccessTests-ffdf1573-1130-44b-proj 2018-10-04 15:02:25,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/0dcfb64aae5c49f7af4634693197e4d3/users/60edba96e87641e79f48bad43d2bcba4/roles/86771803498249efb22b1aedfcb9ea4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0b58271523d11efa0e92edfaa8b963c1b46ed66" 2018-10-04 15:02:25,698 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f352279-aaec-4e65-88e4-0154ff386db0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:25,698 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/0dcfb64aae5c49f7af4634693197e4d3/users/60edba96e87641e79f48bad43d2bcba4/roles/86771803498249efb22b1aedfcb9ea4f used request id req-8f352279-aaec-4e65-88e4-0154ff386db0 2018-10-04 15:02:25,700 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:25,701 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:26,089 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["adnx7PT7RhKJm_w_3DzsBQ"], "issued_at": "2018-10-04T15:02:26.000000Z"}} 2018-10-04 15:02:26,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c7e888e06cb2728582241d5b93ad2adf36a8ed" 2018-10-04 15:02:26,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5b54ca2-ae21-44f4-b540-0bbb81e6f940 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:26,183 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d5b54ca2-ae21-44f4-b540-0bbb81e6f940 2018-10-04 15:02:26,190 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c7e888e06cb2728582241d5b93ad2adf36a8ed" 2018-10-04 15:02:26,352 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:26 GMT Server: Apache x-compute-request-id: req-1e100613-5068-4832-a4e1-95f9bc82a65a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1e100613-5068-4832-a4e1-95f9bc82a65a Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-04 15:02:26,353 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types?is_public=None used request id req-1e100613-5068-4832-a4e1-95f9bc82a65a 2018-10-04 15:02:26,356 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-1e100613-5068-4832-a4e1-95f9bc82a65a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c7e888e06cb2728582241d5b93ad2adf36a8ed" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-3a4f3a43-2875-48f0-9d98-dcddd2a9c13d", "description": null}}' 2018-10-04 15:02:26,561 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:26 GMT Server: Apache x-compute-request-id: req-c0eafd3f-28d4-4e03-9eb6-eb4532266f87 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c0eafd3f-28d4-4e03-9eb6-eb4532266f87 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-3a4f3a43-2875-48f0-9d98-dcddd2a9c13d", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "dd83424b-ce92-493a-9404-dfe07e6bf1ef", "description": null}} 2018-10-04 15:02:26,561 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types used request id req-c0eafd3f-28d4-4e03-9eb6-eb4532266f87 2018-10-04 15:02:26,562 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-3a4f3a43-2875-48f0-9d98-dcddd2a9c13d 2018-10-04 15:02:26,565 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a77bb032061624e12473e901b9e2cb0449b70bb" 2018-10-04 15:02:26,757 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:26 GMT Server: Apache x-compute-request-id: req-cff5c985-20a0-4eef-838a-be0da22c7308 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cff5c985-20a0-4eef-838a-be0da22c7308 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-3a4f3a43-2875-48f0-9d98-dcddd2a9c13d", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "dd83424b-ce92-493a-9404-dfe07e6bf1ef", "description": null}]} 2018-10-04 15:02:26,757 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types?is_public=None used request id req-cff5c985-20a0-4eef-838a-be0da22c7308 2018-10-04 15:02:26,760 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/dd83424b-ce92-493a-9404-dfe07e6bf1ef -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cff5c985-20a0-4eef-838a-be0da22c7308" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a77bb032061624e12473e901b9e2cb0449b70bb" 2018-10-04 15:02:26,934 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:26 GMT Server: Apache x-compute-request-id: req-9a5b5e0a-d447-400d-abaf-e066237e1756 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9a5b5e0a-d447-400d-abaf-e066237e1756 Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-3a4f3a43-2875-48f0-9d98-dcddd2a9c13d", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "dd83424b-ce92-493a-9404-dfe07e6bf1ef", "description": null}} 2018-10-04 15:02:26,934 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/dd83424b-ce92-493a-9404-dfe07e6bf1ef used request id req-9a5b5e0a-d447-400d-abaf-e066237e1756 2018-10-04 15:02:26,937 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/dd83424b-ce92-493a-9404-dfe07e6bf1ef/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cff5c985-20a0-4eef-838a-be0da22c7308" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a77bb032061624e12473e901b9e2cb0449b70bb" 2018-10-04 15:02:27,123 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:26 GMT Server: Apache x-compute-request-id: req-2eac23d4-2964-4e05-8940-a5afab170456 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2eac23d4-2964-4e05-8940-a5afab170456 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-04 15:02:27,123 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/dd83424b-ce92-493a-9404-dfe07e6bf1ef/encryption used request id req-2eac23d4-2964-4e05-8940-a5afab170456 2018-10-04 15:02:27,126 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/dd83424b-ce92-493a-9404-dfe07e6bf1ef -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cff5c985-20a0-4eef-838a-be0da22c7308" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a77bb032061624e12473e901b9e2cb0449b70bb" 2018-10-04 15:02:27,148 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:27 GMT Server: Apache x-compute-request-id: req-b4c56280-3ec1-44bf-8755-919bcb1567f5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b4c56280-3ec1-44bf-8755-919bcb1567f5 Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-3a4f3a43-2875-48f0-9d98-dcddd2a9c13d", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "dd83424b-ce92-493a-9404-dfe07e6bf1ef", "description": null}} 2018-10-04 15:02:27,149 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/dd83424b-ce92-493a-9404-dfe07e6bf1ef used request id req-b4c56280-3ec1-44bf-8755-919bcb1567f5 2018-10-04 15:02:27,152 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/dd83424b-ce92-493a-9404-dfe07e6bf1ef -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cff5c985-20a0-4eef-838a-be0da22c7308" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a77bb032061624e12473e901b9e2cb0449b70bb" 2018-10-04 15:02:27,330 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:27 GMT Server: Apache x-compute-request-id: req-733c400b-bec4-4e39-aa71-3be7ce221f59 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-733c400b-bec4-4e39-aa71-3be7ce221f59 Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-3a4f3a43-2875-48f0-9d98-dcddd2a9c13d", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "dd83424b-ce92-493a-9404-dfe07e6bf1ef", "description": null}} 2018-10-04 15:02:27,330 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/dd83424b-ce92-493a-9404-dfe07e6bf1ef used request id req-733c400b-bec4-4e39-aa71-3be7ce221f59 2018-10-04 15:02:27,333 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/dd83424b-ce92-493a-9404-dfe07e6bf1ef/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cff5c985-20a0-4eef-838a-be0da22c7308" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a77bb032061624e12473e901b9e2cb0449b70bb" 2018-10-04 15:02:27,575 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:27 GMT Server: Apache x-compute-request-id: req-ef88719f-913f-4609-bf03-ddd804ceeb47 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ef88719f-913f-4609-bf03-ddd804ceeb47 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-04 15:02:27,575 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/dd83424b-ce92-493a-9404-dfe07e6bf1ef/encryption used request id req-ef88719f-913f-4609-bf03-ddd804ceeb47 2018-10-04 15:02:27,576 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-3a4f3a43-2875-48f0-9d98-dcddd2a9c13d 2018-10-04 15:02:27,579 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/dd83424b-ce92-493a-9404-dfe07e6bf1ef -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1e100613-5068-4832-a4e1-95f9bc82a65a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c7e888e06cb2728582241d5b93ad2adf36a8ed" 2018-10-04 15:02:27,863 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:02:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-52497487-4feb-4b13-bebe-f67bad393e08 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-10-04 15:02:27,863 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/dd83424b-ce92-493a-9404-dfe07e6bf1ef used request id req-52497487-4feb-4b13-bebe-f67bad393e08 2018-10-04 15:02:27,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0b58271523d11efa0e92edfaa8b963c1b46ed66" 2018-10-04 15:02:28,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-dc0efd0a-5e47-46de-8850-baf2cd7e4164 Date: Thu, 04 Oct 2018 15:02:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:02:28,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-dc0efd0a-5e47-46de-8850-baf2cd7e4164 2018-10-04 15:02:28,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0b58271523d11efa0e92edfaa8b963c1b46ed66" 2018-10-04 15:02:28,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1581b0f9-219c-44ed-857b-0825fb1c2b86 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:02:28,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-1581b0f9-219c-44ed-857b-0825fb1c2b86 2018-10-04 15:02:28,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0b58271523d11efa0e92edfaa8b963c1b46ed66" 2018-10-04 15:02:28,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-311d9fe7-baa7-49ed-a8f9-55ab43bc2b64 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:02:28,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-311d9fe7-baa7-49ed-a8f9-55ab43bc2b64 2018-10-04 15:02:28,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0b58271523d11efa0e92edfaa8b963c1b46ed66" 2018-10-04 15:02:28,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77cdd368-be3d-4620-9192-630710e41c63 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:02:28,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-77cdd368-be3d-4620-9192-630710e41c63 2018-10-04 15:02:28,356 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-ffdf1573-1130-44b-proj 2018-10-04 15:02:28,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/0dcfb64aae5c49f7af4634693197e4d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0b58271523d11efa0e92edfaa8b963c1b46ed66" 2018-10-04 15:02:28,543 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d83c8ad-2442-4f3b-b2e8-d4e60b4a3963 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:28,543 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/0dcfb64aae5c49f7af4634693197e4d3 used request id req-8d83c8ad-2442-4f3b-b2e8-d4e60b4a3963 2018-10-04 15:02:28,543 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-ffdf1573-1130-44b-proj-role 2018-10-04 15:02:28,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/86771803498249efb22b1aedfcb9ea4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0b58271523d11efa0e92edfaa8b963c1b46ed66" 2018-10-04 15:02:28,653 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05d40161-d806-46e6-8a4a-03675bd68021 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:28,653 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/86771803498249efb22b1aedfcb9ea4f used request id req-05d40161-d806-46e6-8a4a-03675bd68021 2018-10-04 15:02:28,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0b58271523d11efa0e92edfaa8b963c1b46ed66" 2018-10-04 15:02:28,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c60af007-9033-4816-8593-fa13cf17a16a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:02:28,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c60af007-9033-4816-8593-fa13cf17a16a 2018-10-04 15:02:28,744 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-ffdf1573-1130-44b-user 2018-10-04 15:02:28,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/60edba96e87641e79f48bad43d2bcba4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03c5e6aa59e290566d53813ed9ea9f701bd9d289" 2018-10-04 15:02:28,907 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bdc6c492-4c86-4feb-a9b6-45e104419ec1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:28,908 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/60edba96e87641e79f48bad43d2bcba4 used request id req-bdc6c492-4c86-4feb-a9b6-45e104419ec1 2018-10-04 15:02:28,909 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:29,293 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["PzzjfTdvRoq2W8-cldfiBQ"], "issued_at": "2018-10-04T15:02:29.000000Z"}} 2018-10-04 15:02:29,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d86992b7b2bbb0deebf952fde6fc75a85b4a3d14" 2018-10-04 15:02:29,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-410dd93c-e972-4139-9ada-daafd214cd05 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:29,383 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-410dd93c-e972-4139-9ada-daafd214cd05 2018-10-04 15:02:29,384 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:29,385 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:29,759 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["VE_xdk92TomgmWc6ngz20w"], "issued_at": "2018-10-04T15:02:29.000000Z"}} 2018-10-04 15:02:29,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b289cc5e646b9ce374bf4a43a694f3c28e062610" 2018-10-04 15:02:29,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb0193f2-9478-4358-8d5a-a7c635a51e66 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:29,845 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-eb0193f2-9478-4358-8d5a-a7c635a51e66 2018-10-04 15:02:29,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:02:29,856 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:02:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:02:29,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-35907db2-3e35-486-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b289cc5e646b9ce374bf4a43a694f3c28e062610" 2018-10-04 15:02:29,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9383d368-46c3-497c-a241-e608624ddaa6 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-35907db2-3e35-486-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:02:29,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-35907db2-3e35-486-proj used request id req-9383d368-46c3-497c-a241-e608624ddaa6 2018-10-04 15:02:29,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b289cc5e646b9ce374bf4a43a694f3c28e062610" 2018-10-04 15:02:30,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce5e0270-bf0f-4f8e-9e75-a5e21ea10c1f Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:02:30,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-ce5e0270-bf0f-4f8e-9e75-a5e21ea10c1f 2018-10-04 15:02:30,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b289cc5e646b9ce374bf4a43a694f3c28e062610" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-35907db2-3e35-486-proj"}}' 2018-10-04 15:02:30,156 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:02:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-291a5eed-b828-497b-a9d1-8e32b9601ff9 Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/476aeda3678e4c1b92560f61a9cdef28"}, "enabled": true, "id": "476aeda3678e4c1b92560f61a9cdef28", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-35907db2-3e35-486-proj"}} 2018-10-04 15:02:30,156 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-291a5eed-b828-497b-a9d1-8e32b9601ff9 2018-10-04 15:02:30,157 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-35907db2-3e35-486-proj 2018-10-04 15:02:30,157 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:30,158 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:30,538 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["TBsu6WYLQyG5gIjbn7Xhvg"], "issued_at": "2018-10-04T15:02:30.000000Z"}} 2018-10-04 15:02:30,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}533fd8fd04f6283b12c756f4d496b4a52440fab2" 2018-10-04 15:02:30,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30e6f01b-0e40-402c-a073-ea1917098f02 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:30,628 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-30e6f01b-0e40-402c-a073-ea1917098f02 2018-10-04 15:02:30,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:02:30,639 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:02:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:02:30,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}533fd8fd04f6283b12c756f4d496b4a52440fab2" 2018-10-04 15:02:30,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdc0be5b-f053-4d27-8c8e-dec291abdb6f Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:02:30,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-cdc0be5b-f053-4d27-8c8e-dec291abdb6f 2018-10-04 15:02:30,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateVolumeTypeComplexTests-35907db2-3e35-486-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}533fd8fd04f6283b12c756f4d496b4a52440fab2" 2018-10-04 15:02:30,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a0a7976-d4e2-4058-993d-f8e858bbd503 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateVolumeTypeComplexTests-35907db2-3e35-486-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/476aeda3678e4c1b92560f61a9cdef28"}, "enabled": true, "id": "476aeda3678e4c1b92560f61a9cdef28", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-35907db2-3e35-486-proj"}]} 2018-10-04 15:02:30,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateVolumeTypeComplexTests-35907db2-3e35-486-proj used request id req-4a0a7976-d4e2-4058-993d-f8e858bbd503 2018-10-04 15:02:30,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}533fd8fd04f6283b12c756f4d496b4a52440fab2" 2018-10-04 15:02:30,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57435bb8-c735-4311-a9ac-211d51525462 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:02:30,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-57435bb8-c735-4311-a9ac-211d51525462 2018-10-04 15:02:31,281 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-35907db2-3e35-486-user 2018-10-04 15:02:31,282 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:31,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b289cc5e646b9ce374bf4a43a694f3c28e062610" 2018-10-04 15:02:31,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-176a64ff-3400-433b-9fab-f1bc7864e00a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:02:31,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-176a64ff-3400-433b-9fab-f1bc7864e00a 2018-10-04 15:02:31,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b289cc5e646b9ce374bf4a43a694f3c28e062610" -d '{"role": {"name": "CreateVolumeTypeComplexTests-35907db2-3e35-486-proj-role"}}' 2018-10-04 15:02:31,491 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:02:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5489cd63-daa9-42f9-aef0-cdd8d79a74e8 Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6934326c53df44d6b77a8a2a8e01eb96", "links": {"self": "http://172.30.9.23:5000/v3/roles/6934326c53df44d6b77a8a2a8e01eb96"}, "name": "CreateVolumeTypeComplexTests-35907db2-3e35-486-proj-role"}} 2018-10-04 15:02:31,492 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-5489cd63-daa9-42f9-aef0-cdd8d79a74e8 2018-10-04 15:02:31,492 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-35907db2-3e35-486-proj-role 2018-10-04 15:02:31,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/6934326c53df44d6b77a8a2a8e01eb96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b289cc5e646b9ce374bf4a43a694f3c28e062610" 2018-10-04 15:02:31,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1a23ba9-d42e-421b-856c-25d8f0baf469 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/6934326c53df44d6b77a8a2a8e01eb96"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-35907db2-3e35-486-proj-role", "id": "6934326c53df44d6b77a8a2a8e01eb96"}} 2018-10-04 15:02:31,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/6934326c53df44d6b77a8a2a8e01eb96 used request id req-d1a23ba9-d42e-421b-856c-25d8f0baf469 2018-10-04 15:02:31,576 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-35907db2-3e35-486-proj-role to project CreateVolumeTypeComplexTests-35907db2-3e35-486-proj 2018-10-04 15:02:31,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/476aeda3678e4c1b92560f61a9cdef28/users/675fb2e5eb4d44db9fe28b7ee9387664/roles/6934326c53df44d6b77a8a2a8e01eb96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b289cc5e646b9ce374bf4a43a694f3c28e062610" 2018-10-04 15:02:31,710 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d70a59fe-8602-4543-a5d4-9b168c21c5d6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:31,710 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/476aeda3678e4c1b92560f61a9cdef28/users/675fb2e5eb4d44db9fe28b7ee9387664/roles/6934326c53df44d6b77a8a2a8e01eb96 used request id req-d70a59fe-8602-4543-a5d4-9b168c21c5d6 2018-10-04 15:02:31,712 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:31,713 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:32,189 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["uSwDvF29Rvq3v4hLTny0CA"], "issued_at": "2018-10-04T15:02:32.000000Z"}} 2018-10-04 15:02:32,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cf50c95043a7b454bca8fbd999034556b4bb9a7" 2018-10-04 15:02:32,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dd8d5db-a087-4d4c-8beb-89bc550c90bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:32,204 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6dd8d5db-a087-4d4c-8beb-89bc550c90bf 2018-10-04 15:02:32,209 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cf50c95043a7b454bca8fbd999034556b4bb9a7" 2018-10-04 15:02:32,386 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:32 GMT Server: Apache x-compute-request-id: req-640be307-f927-462b-adc0-b235005543eb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-640be307-f927-462b-adc0-b235005543eb Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-04 15:02:32,386 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs used request id req-640be307-f927-462b-adc0-b235005543eb 2018-10-04 15:02:32,389 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-640be307-f927-462b-adc0-b235005543eb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cf50c95043a7b454bca8fbd999034556b4bb9a7" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-0f10f7f0-5f2b-4e9e-9be6-eef01d618909-qos-spec"}}' 2018-10-04 15:02:32,582 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:32 GMT Server: Apache x-compute-request-id: req-ec9032ed-a0ed-41fb-9b48-4a72309bbd87 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ec9032ed-a0ed-41fb-9b48-4a72309bbd87 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "c92dd4d8-cfba-4e93-a79e-344840dbcc6b", "name": "CreateVolumeTypeComplexTests-0f10f7f0-5f2b-4e9e-9be6-eef01d618909-qos-spec"}, "links": [{"href": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/c92dd4d8-cfba-4e93-a79e-344840dbcc6b", "rel": "self"}, {"href": "http://172.30.9.23:8776/37b49a87c69d406f8a162c83c144ee19/qos-specs/c92dd4d8-cfba-4e93-a79e-344840dbcc6b", "rel": "bookmark"}]} 2018-10-04 15:02:32,582 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs used request id req-ec9032ed-a0ed-41fb-9b48-4a72309bbd87 2018-10-04 15:02:32,582 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-0f10f7f0-5f2b-4e9e-9be6-eef01d618909-qos-spec 2018-10-04 15:02:32,583 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:32,583 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:32,975 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["LaNG7fniQYacPoTyTCyHyA"], "issued_at": "2018-10-04T15:02:32.000000Z"}} 2018-10-04 15:02:32,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}923a03a9253079a2c703cbfb265a2b03cbd58ccb" 2018-10-04 15:02:33,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca81cb25-4188-4f21-be83-0df862ad94a1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:33,060 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ca81cb25-4188-4f21-be83-0df862ad94a1 2018-10-04 15:02:33,065 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}923a03a9253079a2c703cbfb265a2b03cbd58ccb" 2018-10-04 15:02:33,234 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:33 GMT Server: Apache x-compute-request-id: req-5487aa26-4056-4933-9e77-5cc9c8624ff2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5487aa26-4056-4933-9e77-5cc9c8624ff2 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-04 15:02:33,234 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types?is_public=None used request id req-5487aa26-4056-4933-9e77-5cc9c8624ff2 2018-10-04 15:02:33,238 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-5487aa26-4056-4933-9e77-5cc9c8624ff2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}923a03a9253079a2c703cbfb265a2b03cbd58ccb" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-0f10f7f0-5f2b-4e9e-9be6-eef01d618909-vol_type", "description": null}}' 2018-10-04 15:02:33,442 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:33 GMT Server: Apache x-compute-request-id: req-862bd4da-4e4b-4c78-9de6-fba4d986e9e5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-862bd4da-4e4b-4c78-9de6-fba4d986e9e5 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-0f10f7f0-5f2b-4e9e-9be6-eef01d618909-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3af2f936-e10b-4775-be09-b8dece4a8715", "description": null}} 2018-10-04 15:02:33,442 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types used request id req-862bd4da-4e4b-4c78-9de6-fba4d986e9e5 2018-10-04 15:02:33,446 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/3af2f936-e10b-4775-be09-b8dece4a8715/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-5487aa26-4056-4933-9e77-5cc9c8624ff2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}923a03a9253079a2c703cbfb265a2b03cbd58ccb" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-10-04 15:02:33,683 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:33 GMT Server: Apache x-compute-request-id: req-40234a59-fa1e-4671-8db0-e738117fb3ee OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-40234a59-fa1e-4671-8db0-e738117fb3ee Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "3af2f936-e10b-4775-be09-b8dece4a8715", "name": "foo", "control_location": "back-end", "encryption_id": "a9b6e55c-65b1-4749-ad13-4a4b0b5ea08f", "provider": "bar", "provider_class": "bar"}} 2018-10-04 15:02:33,683 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/3af2f936-e10b-4775-be09-b8dece4a8715/encryption used request id req-40234a59-fa1e-4671-8db0-e738117fb3ee 2018-10-04 15:02:33,683 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-0f10f7f0-5f2b-4e9e-9be6-eef01d618909-vol_type 2018-10-04 15:02:33,686 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/3af2f936-e10b-4775-be09-b8dece4a8715 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d86992b7b2bbb0deebf952fde6fc75a85b4a3d14" 2018-10-04 15:02:33,856 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:33 GMT Server: Apache x-compute-request-id: req-b27759c5-6132-4c33-aa5d-20c5cb9c148f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b27759c5-6132-4c33-aa5d-20c5cb9c148f Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-0f10f7f0-5f2b-4e9e-9be6-eef01d618909-vol_type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3af2f936-e10b-4775-be09-b8dece4a8715", "description": null}} 2018-10-04 15:02:33,856 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/3af2f936-e10b-4775-be09-b8dece4a8715 used request id req-b27759c5-6132-4c33-aa5d-20c5cb9c148f 2018-10-04 15:02:33,860 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/3af2f936-e10b-4775-be09-b8dece4a8715 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b27759c5-6132-4c33-aa5d-20c5cb9c148f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d86992b7b2bbb0deebf952fde6fc75a85b4a3d14" 2018-10-04 15:02:34,043 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:33 GMT Server: Apache x-compute-request-id: req-014838e8-c07b-4490-9526-fc1789497e9f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-014838e8-c07b-4490-9526-fc1789497e9f Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-0f10f7f0-5f2b-4e9e-9be6-eef01d618909-vol_type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3af2f936-e10b-4775-be09-b8dece4a8715", "description": null}} 2018-10-04 15:02:34,043 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/3af2f936-e10b-4775-be09-b8dece4a8715 used request id req-014838e8-c07b-4490-9526-fc1789497e9f 2018-10-04 15:02:34,047 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/3af2f936-e10b-4775-be09-b8dece4a8715/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b27759c5-6132-4c33-aa5d-20c5cb9c148f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d86992b7b2bbb0deebf952fde6fc75a85b4a3d14" 2018-10-04 15:02:34,223 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:34 GMT Server: Apache x-compute-request-id: req-249ccf84-4c7e-411f-84fb-b95034726a28 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-249ccf84-4c7e-411f-84fb-b95034726a28 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"volume_type_id": "3af2f936-e10b-4775-be09-b8dece4a8715", "control_location": "back-end", "deleted": false, "created_at": "2018-10-04T15:02:33.000000", "updated_at": null, "encryption_id": "a9b6e55c-65b1-4749-ad13-4a4b0b5ea08f", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-10-04 15:02:34,223 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/3af2f936-e10b-4775-be09-b8dece4a8715/encryption used request id req-249ccf84-4c7e-411f-84fb-b95034726a28 2018-10-04 15:02:34,223 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-0f10f7f0-5f2b-4e9e-9be6-eef01d618909-vol_type 2018-10-04 15:02:34,226 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/3af2f936-e10b-4775-be09-b8dece4a8715 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5487aa26-4056-4933-9e77-5cc9c8624ff2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}923a03a9253079a2c703cbfb265a2b03cbd58ccb" 2018-10-04 15:02:34,276 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:02:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-71ddd168-0d4f-4fe1-a78e-a9b3d0510a02 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-10-04 15:02:34,276 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/3af2f936-e10b-4775-be09-b8dece4a8715 used request id req-71ddd168-0d4f-4fe1-a78e-a9b3d0510a02 2018-10-04 15:02:34,277 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-0f10f7f0-5f2b-4e9e-9be6-eef01d618909-qos-spec 2018-10-04 15:02:34,280 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/c92dd4d8-cfba-4e93-a79e-344840dbcc6b?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-640be307-f927-462b-adc0-b235005543eb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cf50c95043a7b454bca8fbd999034556b4bb9a7" 2018-10-04 15:02:34,467 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:02:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-254942de-9d61-452c-9d00-92d4478d161d 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-10-04 15:02:34,468 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/c92dd4d8-cfba-4e93-a79e-344840dbcc6b?force=False used request id req-254942de-9d61-452c-9d00-92d4478d161d 2018-10-04 15:02:34,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b289cc5e646b9ce374bf4a43a694f3c28e062610" 2018-10-04 15:02:34,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d92097ca-1562-4200-a764-2ab1a2321439 Date: Thu, 04 Oct 2018 15:02:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:02:34,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-d92097ca-1562-4200-a764-2ab1a2321439 2018-10-04 15:02:34,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b289cc5e646b9ce374bf4a43a694f3c28e062610" 2018-10-04 15:02:34,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f6f452d-e837-474c-ac3d-7f1979666cef Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:02:34,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-5f6f452d-e837-474c-ac3d-7f1979666cef 2018-10-04 15:02:34,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b289cc5e646b9ce374bf4a43a694f3c28e062610" 2018-10-04 15:02:34,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a81dfac3-5751-464e-9ea2-78ecc355c3d8 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:02:34,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-a81dfac3-5751-464e-9ea2-78ecc355c3d8 2018-10-04 15:02:34,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b289cc5e646b9ce374bf4a43a694f3c28e062610" 2018-10-04 15:02:34,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88ece019-ca60-40a3-802a-f779e0cf01c2 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:02:34,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-88ece019-ca60-40a3-802a-f779e0cf01c2 2018-10-04 15:02:34,958 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-35907db2-3e35-486-proj 2018-10-04 15:02:34,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/476aeda3678e4c1b92560f61a9cdef28 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b289cc5e646b9ce374bf4a43a694f3c28e062610" 2018-10-04 15:02:35,158 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9254e51d-73f7-4b0d-bafd-47800405210b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:35,159 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/476aeda3678e4c1b92560f61a9cdef28 used request id req-9254e51d-73f7-4b0d-bafd-47800405210b 2018-10-04 15:02:35,159 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-35907db2-3e35-486-proj-role 2018-10-04 15:02:35,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/6934326c53df44d6b77a8a2a8e01eb96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b289cc5e646b9ce374bf4a43a694f3c28e062610" 2018-10-04 15:02:35,354 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e344895-3665-4a1a-b818-9e90f3ec3025 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:35,354 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/6934326c53df44d6b77a8a2a8e01eb96 used request id req-6e344895-3665-4a1a-b818-9e90f3ec3025 2018-10-04 15:02:35,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b289cc5e646b9ce374bf4a43a694f3c28e062610" 2018-10-04 15:02:35,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2526395-e656-4ce3-8320-50d3fd134f0c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:02:35,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f2526395-e656-4ce3-8320-50d3fd134f0c 2018-10-04 15:02:35,449 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-35907db2-3e35-486-user 2018-10-04 15:02:35,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/675fb2e5eb4d44db9fe28b7ee9387664 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}533fd8fd04f6283b12c756f4d496b4a52440fab2" 2018-10-04 15:02:35,609 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1cb3b3c-1a03-4e82-b5f8-182350d45abb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:35,609 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/675fb2e5eb4d44db9fe28b7ee9387664 used request id req-c1cb3b3c-1a03-4e82-b5f8-182350d45abb 2018-10-04 15:02:35,611 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:35,998 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["bV_SkGYqRECs2MySQg7XGg"], "issued_at": "2018-10-04T15:02:36.000000Z"}} 2018-10-04 15:02:35,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d70aa10681e5b3e1f64374cb0f9aefea6f4a3bac" 2018-10-04 15:02:36,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c1bf176-c58a-4abb-8525-bdecd1b3fe1a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:36,090 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2c1bf176-c58a-4abb-8525-bdecd1b3fe1a 2018-10-04 15:02:36,092 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:36,092 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:36,468 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["dhDlO0y2S3iNOix7RMABBw"], "issued_at": "2018-10-04T15:02:36.000000Z"}} 2018-10-04 15:02:36,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2badf58f10a099acf8fb970f08293ac444f4ad5" 2018-10-04 15:02:36,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e463a76e-45f3-434e-ba23-0763ab18cdfb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:36,558 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e463a76e-45f3-434e-ba23-0763ab18cdfb 2018-10-04 15:02:36,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:02:36,569 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:02:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:02:36,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-7ede7d12-16dd-4e3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2badf58f10a099acf8fb970f08293ac444f4ad5" 2018-10-04 15:02:36,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7aec43c-2a78-4be2-92f7-478bf9ba2294 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-7ede7d12-16dd-4e3-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:02:36,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-7ede7d12-16dd-4e3-proj used request id req-b7aec43c-2a78-4be2-92f7-478bf9ba2294 2018-10-04 15:02:36,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2badf58f10a099acf8fb970f08293ac444f4ad5" 2018-10-04 15:02:36,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e43e2271-6c89-40d0-a516-8af50f9f9388 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:02:36,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-e43e2271-6c89-40d0-a516-8af50f9f9388 2018-10-04 15:02:36,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2badf58f10a099acf8fb970f08293ac444f4ad5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-7ede7d12-16dd-4e3-proj"}}' 2018-10-04 15:02:36,881 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:02:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07c6f07a-77c5-43f9-a426-8d9f8d0377f8 Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/25d498d8e3e342a1b86756295ca19506"}, "enabled": true, "id": "25d498d8e3e342a1b86756295ca19506", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-7ede7d12-16dd-4e3-proj"}} 2018-10-04 15:02:36,881 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-07c6f07a-77c5-43f9-a426-8d9f8d0377f8 2018-10-04 15:02:36,882 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-7ede7d12-16dd-4e3-proj 2018-10-04 15:02:36,882 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:36,883 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:37,358 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["Xp-auD5yQWmbCdA-ZYCgGw"], "issued_at": "2018-10-04T15:02:37.000000Z"}} 2018-10-04 15:02:37,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f26d56bafc15aee3e16e1ff30b31f3cb774d6a7" 2018-10-04 15:02:37,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8245f0c7-0d32-443a-8a8f-608c3a3cb7f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:37,443 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8245f0c7-0d32-443a-8a8f-608c3a3cb7f9 2018-10-04 15:02:37,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:02:37,455 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:02:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:02:37,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f26d56bafc15aee3e16e1ff30b31f3cb774d6a7" 2018-10-04 15:02:37,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ae451e8-5973-40e3-a47d-8a92266db17d Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:02:37,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6ae451e8-5973-40e3-a47d-8a92266db17d 2018-10-04 15:02:37,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateVolumeTypeComplexTests-7ede7d12-16dd-4e3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f26d56bafc15aee3e16e1ff30b31f3cb774d6a7" 2018-10-04 15:02:37,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e78a82e9-87b6-491b-a214-53c37992c741 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateVolumeTypeComplexTests-7ede7d12-16dd-4e3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/25d498d8e3e342a1b86756295ca19506"}, "enabled": true, "id": "25d498d8e3e342a1b86756295ca19506", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-7ede7d12-16dd-4e3-proj"}]} 2018-10-04 15:02:37,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateVolumeTypeComplexTests-7ede7d12-16dd-4e3-proj used request id req-e78a82e9-87b6-491b-a214-53c37992c741 2018-10-04 15:02:37,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f26d56bafc15aee3e16e1ff30b31f3cb774d6a7" 2018-10-04 15:02:37,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd841c62-8ad9-4288-99c9-431ac6af065c Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:02:37,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-cd841c62-8ad9-4288-99c9-431ac6af065c 2018-10-04 15:02:38,109 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-7ede7d12-16dd-4e3-user 2018-10-04 15:02:38,110 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:38,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2badf58f10a099acf8fb970f08293ac444f4ad5" 2018-10-04 15:02:38,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbc5ae2b-cbfd-4a67-97e6-cca7d2015385 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:02:38,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-cbc5ae2b-cbfd-4a67-97e6-cca7d2015385 2018-10-04 15:02:38,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2badf58f10a099acf8fb970f08293ac444f4ad5" -d '{"role": {"name": "CreateVolumeTypeComplexTests-7ede7d12-16dd-4e3-proj-role"}}' 2018-10-04 15:02:38,324 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:02:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f125c459-fdf9-4c99-b346-3ce27a0624df Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c368f130f15e44419e9c2841c5681616", "links": {"self": "http://172.30.9.23:5000/v3/roles/c368f130f15e44419e9c2841c5681616"}, "name": "CreateVolumeTypeComplexTests-7ede7d12-16dd-4e3-proj-role"}} 2018-10-04 15:02:38,324 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-f125c459-fdf9-4c99-b346-3ce27a0624df 2018-10-04 15:02:38,324 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-7ede7d12-16dd-4e3-proj-role 2018-10-04 15:02:38,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/c368f130f15e44419e9c2841c5681616 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2badf58f10a099acf8fb970f08293ac444f4ad5" 2018-10-04 15:02:38,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3211b9a6-abd5-4763-827d-94c9ab8b022f Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/c368f130f15e44419e9c2841c5681616"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-7ede7d12-16dd-4e3-proj-role", "id": "c368f130f15e44419e9c2841c5681616"}} 2018-10-04 15:02:38,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/c368f130f15e44419e9c2841c5681616 used request id req-3211b9a6-abd5-4763-827d-94c9ab8b022f 2018-10-04 15:02:38,346 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-7ede7d12-16dd-4e3-proj-role to project CreateVolumeTypeComplexTests-7ede7d12-16dd-4e3-proj 2018-10-04 15:02:38,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/25d498d8e3e342a1b86756295ca19506/users/854ee212760c48b4924a3abbaaeeb5fc/roles/c368f130f15e44419e9c2841c5681616 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2badf58f10a099acf8fb970f08293ac444f4ad5" 2018-10-04 15:02:38,476 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6eef007c-008c-495d-9157-f5aa01bcaaa3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:38,476 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/25d498d8e3e342a1b86756295ca19506/users/854ee212760c48b4924a3abbaaeeb5fc/roles/c368f130f15e44419e9c2841c5681616 used request id req-6eef007c-008c-495d-9157-f5aa01bcaaa3 2018-10-04 15:02:38,478 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:38,479 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:38,954 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["eafc1gwBTLetCWgxdu5Jrg"], "issued_at": "2018-10-04T15:02:38.000000Z"}} 2018-10-04 15:02:38,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a48bb46c13774d3604391d0fb4c61d7716c88c7b" 2018-10-04 15:02:39,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aeda0b2c-2de7-4dac-acba-d963afcf68d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:39,042 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-aeda0b2c-2de7-4dac-acba-d963afcf68d1 2018-10-04 15:02:39,047 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a48bb46c13774d3604391d0fb4c61d7716c88c7b" 2018-10-04 15:02:39,218 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:39 GMT Server: Apache x-compute-request-id: req-ae651985-a1d7-4309-b562-87f33ade952a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ae651985-a1d7-4309-b562-87f33ade952a Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-04 15:02:39,218 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs used request id req-ae651985-a1d7-4309-b562-87f33ade952a 2018-10-04 15:02:39,222 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ae651985-a1d7-4309-b562-87f33ade952a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a48bb46c13774d3604391d0fb4c61d7716c88c7b" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-03a1a9b4-78ed-421d-829f-52bd12f24264-qos-spec"}}' 2018-10-04 15:02:39,415 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:39 GMT Server: Apache x-compute-request-id: req-157b0c48-3f1b-45c6-93e5-3594e3b7377a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-157b0c48-3f1b-45c6-93e5-3594e3b7377a Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "c168d9c9-031b-4a90-b396-0cfec1f93707", "name": "CreateVolumeTypeComplexTests-03a1a9b4-78ed-421d-829f-52bd12f24264-qos-spec"}, "links": [{"href": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/c168d9c9-031b-4a90-b396-0cfec1f93707", "rel": "self"}, {"href": "http://172.30.9.23:8776/37b49a87c69d406f8a162c83c144ee19/qos-specs/c168d9c9-031b-4a90-b396-0cfec1f93707", "rel": "bookmark"}]} 2018-10-04 15:02:39,415 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs used request id req-157b0c48-3f1b-45c6-93e5-3594e3b7377a 2018-10-04 15:02:39,416 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-03a1a9b4-78ed-421d-829f-52bd12f24264-qos-spec 2018-10-04 15:02:39,416 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:39,417 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:39,797 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["SvTkvaqKQmuFRs2wrw13iw"], "issued_at": "2018-10-04T15:02:39.000000Z"}} 2018-10-04 15:02:39,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54d14ad423a279ff2c7b487983dde995574b15ad" 2018-10-04 15:02:39,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40dd268e-7288-48f1-85cc-c3f62148c953 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:39,892 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-40dd268e-7288-48f1-85cc-c3f62148c953 2018-10-04 15:02:39,898 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54d14ad423a279ff2c7b487983dde995574b15ad" 2018-10-04 15:02:40,073 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:39 GMT Server: Apache x-compute-request-id: req-1c3e7e05-9f5e-4467-9213-9cfceeae0909 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1c3e7e05-9f5e-4467-9213-9cfceeae0909 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-04 15:02:40,074 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types?is_public=None used request id req-1c3e7e05-9f5e-4467-9213-9cfceeae0909 2018-10-04 15:02:40,077 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-1c3e7e05-9f5e-4467-9213-9cfceeae0909" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54d14ad423a279ff2c7b487983dde995574b15ad" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-03a1a9b4-78ed-421d-829f-52bd12f24264-vol_type", "description": null}}' 2018-10-04 15:02:40,282 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:40 GMT Server: Apache x-compute-request-id: req-6c1cb80c-649a-429b-b1fe-c80478ecc73c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6c1cb80c-649a-429b-b1fe-c80478ecc73c Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-03a1a9b4-78ed-421d-829f-52bd12f24264-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "af7b9f5c-37ba-4360-8c9b-5d51ccb734e2", "description": null}} 2018-10-04 15:02:40,282 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types used request id req-6c1cb80c-649a-429b-b1fe-c80478ecc73c 2018-10-04 15:02:40,286 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1c3e7e05-9f5e-4467-9213-9cfceeae0909" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54d14ad423a279ff2c7b487983dde995574b15ad" 2018-10-04 15:02:40,446 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:40 GMT Server: Apache x-compute-request-id: req-ffc7f0ab-4a5e-4520-9654-014306312463 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ffc7f0ab-4a5e-4520-9654-014306312463 Content-Encoding: gzip Content-Length: 168 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "c168d9c9-031b-4a90-b396-0cfec1f93707", "name": "CreateVolumeTypeComplexTests-03a1a9b4-78ed-421d-829f-52bd12f24264-qos-spec"}]} 2018-10-04 15:02:40,446 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs used request id req-ffc7f0ab-4a5e-4520-9654-014306312463 2018-10-04 15:02:40,450 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/c168d9c9-031b-4a90-b396-0cfec1f93707/associate?vol_type_id=af7b9f5c-37ba-4360-8c9b-5d51ccb734e2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1c3e7e05-9f5e-4467-9213-9cfceeae0909" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54d14ad423a279ff2c7b487983dde995574b15ad" 2018-10-04 15:02:40,666 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:02:40 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c53f86ba-c9e9-42e3-ad96-b34bd71bed64 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-10-04 15:02:40,666 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/c168d9c9-031b-4a90-b396-0cfec1f93707/associate?vol_type_id=af7b9f5c-37ba-4360-8c9b-5d51ccb734e2 used request id req-c53f86ba-c9e9-42e3-ad96-b34bd71bed64 2018-10-04 15:02:40,667 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-03a1a9b4-78ed-421d-829f-52bd12f24264-vol_type 2018-10-04 15:02:40,670 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/af7b9f5c-37ba-4360-8c9b-5d51ccb734e2 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d70aa10681e5b3e1f64374cb0f9aefea6f4a3bac" 2018-10-04 15:02:40,847 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:40 GMT Server: Apache x-compute-request-id: req-41a9796b-9616-4582-8022-d46fb09662c0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-41a9796b-9616-4582-8022-d46fb09662c0 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-03a1a9b4-78ed-421d-829f-52bd12f24264-vol_type", "qos_specs_id": "c168d9c9-031b-4a90-b396-0cfec1f93707", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "af7b9f5c-37ba-4360-8c9b-5d51ccb734e2", "description": null}} 2018-10-04 15:02:40,848 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/af7b9f5c-37ba-4360-8c9b-5d51ccb734e2 used request id req-41a9796b-9616-4582-8022-d46fb09662c0 2018-10-04 15:02:40,851 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/af7b9f5c-37ba-4360-8c9b-5d51ccb734e2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-41a9796b-9616-4582-8022-d46fb09662c0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d70aa10681e5b3e1f64374cb0f9aefea6f4a3bac" 2018-10-04 15:02:41,019 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:40 GMT Server: Apache x-compute-request-id: req-1d6e661b-162b-47e5-ba8e-2030b4df5593 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1d6e661b-162b-47e5-ba8e-2030b4df5593 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-03a1a9b4-78ed-421d-829f-52bd12f24264-vol_type", "qos_specs_id": "c168d9c9-031b-4a90-b396-0cfec1f93707", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "af7b9f5c-37ba-4360-8c9b-5d51ccb734e2", "description": null}} 2018-10-04 15:02:41,019 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/af7b9f5c-37ba-4360-8c9b-5d51ccb734e2 used request id req-1d6e661b-162b-47e5-ba8e-2030b4df5593 2018-10-04 15:02:41,022 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/af7b9f5c-37ba-4360-8c9b-5d51ccb734e2/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-41a9796b-9616-4582-8022-d46fb09662c0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d70aa10681e5b3e1f64374cb0f9aefea6f4a3bac" 2018-10-04 15:02:41,584 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:41 GMT Server: Apache x-compute-request-id: req-9ef166cb-1636-4e06-8c3a-4db4134144c2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9ef166cb-1636-4e06-8c3a-4db4134144c2 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-04 15:02:41,584 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/af7b9f5c-37ba-4360-8c9b-5d51ccb734e2/encryption used request id req-9ef166cb-1636-4e06-8c3a-4db4134144c2 2018-10-04 15:02:41,587 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/c168d9c9-031b-4a90-b396-0cfec1f93707 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-41a9796b-9616-4582-8022-d46fb09662c0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d70aa10681e5b3e1f64374cb0f9aefea6f4a3bac" 2018-10-04 15:02:41,776 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:41 GMT Server: Apache x-compute-request-id: req-ee4efff3-904d-416e-abc1-971bbbcd6991 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ee4efff3-904d-416e-abc1-971bbbcd6991 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "c168d9c9-031b-4a90-b396-0cfec1f93707", "name": "CreateVolumeTypeComplexTests-03a1a9b4-78ed-421d-829f-52bd12f24264-qos-spec"}, "links": [{"href": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/c168d9c9-031b-4a90-b396-0cfec1f93707", "rel": "self"}, {"href": "http://172.30.9.23:8776/37b49a87c69d406f8a162c83c144ee19/qos-specs/c168d9c9-031b-4a90-b396-0cfec1f93707", "rel": "bookmark"}]} 2018-10-04 15:02:41,777 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/c168d9c9-031b-4a90-b396-0cfec1f93707 used request id req-ee4efff3-904d-416e-abc1-971bbbcd6991 2018-10-04 15:02:41,777 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-03a1a9b4-78ed-421d-829f-52bd12f24264-vol_type 2018-10-04 15:02:41,780 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/af7b9f5c-37ba-4360-8c9b-5d51ccb734e2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1c3e7e05-9f5e-4467-9213-9cfceeae0909" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54d14ad423a279ff2c7b487983dde995574b15ad" 2018-10-04 15:02:41,834 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:02:41 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ada197c5-b335-40d3-b067-0d3372f61036 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-10-04 15:02:41,834 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/af7b9f5c-37ba-4360-8c9b-5d51ccb734e2 used request id req-ada197c5-b335-40d3-b067-0d3372f61036 2018-10-04 15:02:41,834 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-03a1a9b4-78ed-421d-829f-52bd12f24264-qos-spec 2018-10-04 15:02:41,838 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/c168d9c9-031b-4a90-b396-0cfec1f93707?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ae651985-a1d7-4309-b562-87f33ade952a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a48bb46c13774d3604391d0fb4c61d7716c88c7b" 2018-10-04 15:02:42,425 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:02:41 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-354502b2-3edc-4f15-a0ec-f17e8f8f3909 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-10-04 15:02:42,426 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/c168d9c9-031b-4a90-b396-0cfec1f93707?force=False used request id req-354502b2-3edc-4f15-a0ec-f17e8f8f3909 2018-10-04 15:02:42,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2badf58f10a099acf8fb970f08293ac444f4ad5" 2018-10-04 15:02:42,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-28693423-ef6b-4d13-a253-a523184f31a1 Date: Thu, 04 Oct 2018 15:02:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:02:42,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-28693423-ef6b-4d13-a253-a523184f31a1 2018-10-04 15:02:42,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2badf58f10a099acf8fb970f08293ac444f4ad5" 2018-10-04 15:02:42,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75224dfc-3e5d-47bb-b23c-d5a48501f3db Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:02:42,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-75224dfc-3e5d-47bb-b23c-d5a48501f3db 2018-10-04 15:02:42,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2badf58f10a099acf8fb970f08293ac444f4ad5" 2018-10-04 15:02:42,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf145305-ed33-40a7-8e97-d4a8133c85cb Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:02:42,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-cf145305-ed33-40a7-8e97-d4a8133c85cb 2018-10-04 15:02:42,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2badf58f10a099acf8fb970f08293ac444f4ad5" 2018-10-04 15:02:42,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b773c0f5-0cb2-432f-91a3-6309c6c61f2d Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:02:42,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-b773c0f5-0cb2-432f-91a3-6309c6c61f2d 2018-10-04 15:02:42,933 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-7ede7d12-16dd-4e3-proj 2018-10-04 15:02:42,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/25d498d8e3e342a1b86756295ca19506 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2badf58f10a099acf8fb970f08293ac444f4ad5" 2018-10-04 15:02:43,110 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-641278e6-a5ac-4458-9bef-fa0df621b1ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:43,111 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/25d498d8e3e342a1b86756295ca19506 used request id req-641278e6-a5ac-4458-9bef-fa0df621b1ed 2018-10-04 15:02:43,111 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-7ede7d12-16dd-4e3-proj-role 2018-10-04 15:02:43,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/c368f130f15e44419e9c2841c5681616 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2badf58f10a099acf8fb970f08293ac444f4ad5" 2018-10-04 15:02:43,215 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19339148-e1e2-4a83-9213-d94ddd931e72 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:43,216 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/c368f130f15e44419e9c2841c5681616 used request id req-19339148-e1e2-4a83-9213-d94ddd931e72 2018-10-04 15:02:43,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2badf58f10a099acf8fb970f08293ac444f4ad5" 2018-10-04 15:02:43,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0e64b5a-1867-42ab-8562-d89ef402cbc9 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:02:43,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c0e64b5a-1867-42ab-8562-d89ef402cbc9 2018-10-04 15:02:43,315 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-7ede7d12-16dd-4e3-user 2018-10-04 15:02:43,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/854ee212760c48b4924a3abbaaeeb5fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f26d56bafc15aee3e16e1ff30b31f3cb774d6a7" 2018-10-04 15:02:43,478 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e2af4ea-2875-4446-9258-bc3b6c46cb5a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:43,478 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/854ee212760c48b4924a3abbaaeeb5fc used request id req-6e2af4ea-2875-4446-9258-bc3b6c46cb5a 2018-10-04 15:02:43,480 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:43,867 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["aV5ynVsvSY2z8eViXkHcBg"], "issued_at": "2018-10-04T15:02:43.000000Z"}} 2018-10-04 15:02:43,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3237b632c7c809d02d6e98478ac6b01be2b0be23" 2018-10-04 15:02:43,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d1454e4-020c-430a-b5c0-8251182ad078 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:43,967 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9d1454e4-020c-430a-b5c0-8251182ad078 2018-10-04 15:02:43,968 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:43,970 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:44,344 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["tvxuPwh2S_Cp1B3YVbZe8Q"], "issued_at": "2018-10-04T15:02:44.000000Z"}} 2018-10-04 15:02:44,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437403d575d65355b6f62d1b238b385ed47ba0a1" 2018-10-04 15:02:44,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b9fc6ab-8798-4431-8dbb-c6af71bbebc5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:44,358 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1b9fc6ab-8798-4431-8dbb-c6af71bbebc5 2018-10-04 15:02:44,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:02:44,368 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:02:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:02:44,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-a2dcb1a0-84d6-439-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437403d575d65355b6f62d1b238b385ed47ba0a1" 2018-10-04 15:02:44,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e05fe00b-4748-4e03-9893-f4a72cecbb26 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-a2dcb1a0-84d6-439-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:02:44,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-a2dcb1a0-84d6-439-proj used request id req-e05fe00b-4748-4e03-9893-f4a72cecbb26 2018-10-04 15:02:44,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437403d575d65355b6f62d1b238b385ed47ba0a1" 2018-10-04 15:02:44,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-082d724d-5bc3-425d-9f0c-637d0454e7d1 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:02:44,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-082d724d-5bc3-425d-9f0c-637d0454e7d1 2018-10-04 15:02:44,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437403d575d65355b6f62d1b238b385ed47ba0a1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-a2dcb1a0-84d6-439-proj"}}' 2018-10-04 15:02:44,677 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:02:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6f11a1e-6407-43a3-9643-08bd144939bc Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e70dd3a07a2b42d6b081e316d0c483d0"}, "enabled": true, "id": "e70dd3a07a2b42d6b081e316d0c483d0", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-a2dcb1a0-84d6-439-proj"}} 2018-10-04 15:02:44,677 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-c6f11a1e-6407-43a3-9643-08bd144939bc 2018-10-04 15:02:44,677 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-a2dcb1a0-84d6-439-proj 2018-10-04 15:02:44,678 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:44,678 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:45,053 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["NNnXZs0LTVWc0omLQrh2ow"], "issued_at": "2018-10-04T15:02:45.000000Z"}} 2018-10-04 15:02:45,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}894c39083fe8da5fc27c2be930a0d3a592b63e2c" 2018-10-04 15:02:45,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb9c5d95-b67c-4676-9c2c-8b42d606e4b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:45,151 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bb9c5d95-b67c-4676-9c2c-8b42d606e4b6 2018-10-04 15:02:45,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:02:45,161 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:02:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:02:45,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}894c39083fe8da5fc27c2be930a0d3a592b63e2c" 2018-10-04 15:02:45,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f21e527e-25ad-403d-922a-1a68b8264fcf Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:02:45,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-f21e527e-25ad-403d-922a-1a68b8264fcf 2018-10-04 15:02:45,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateVolumeTypeComplexTests-a2dcb1a0-84d6-439-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}894c39083fe8da5fc27c2be930a0d3a592b63e2c" 2018-10-04 15:02:45,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ce16aa7-d57d-4421-9a21-3c28037f2613 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateVolumeTypeComplexTests-a2dcb1a0-84d6-439-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e70dd3a07a2b42d6b081e316d0c483d0"}, "enabled": true, "id": "e70dd3a07a2b42d6b081e316d0c483d0", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-a2dcb1a0-84d6-439-proj"}]} 2018-10-04 15:02:45,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateVolumeTypeComplexTests-a2dcb1a0-84d6-439-proj used request id req-2ce16aa7-d57d-4421-9a21-3c28037f2613 2018-10-04 15:02:45,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}894c39083fe8da5fc27c2be930a0d3a592b63e2c" 2018-10-04 15:02:45,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-512cf75c-08bc-4add-be1f-f400d1b7c299 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:02:45,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-512cf75c-08bc-4add-be1f-f400d1b7c299 2018-10-04 15:02:45,737 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-a2dcb1a0-84d6-439-user 2018-10-04 15:02:45,738 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:45,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437403d575d65355b6f62d1b238b385ed47ba0a1" 2018-10-04 15:02:45,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b1343a1-b085-434f-abcc-00dd6d1ec794 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:02:45,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1b1343a1-b085-434f-abcc-00dd6d1ec794 2018-10-04 15:02:45,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437403d575d65355b6f62d1b238b385ed47ba0a1" -d '{"role": {"name": "CreateVolumeTypeComplexTests-a2dcb1a0-84d6-439-proj-role"}}' 2018-10-04 15:02:45,941 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:02:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9831c29e-1a0c-417f-9df9-18adea0885f4 Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "dbfe622de56a46cca10de0c53562ba25", "links": {"self": "http://172.30.9.23:5000/v3/roles/dbfe622de56a46cca10de0c53562ba25"}, "name": "CreateVolumeTypeComplexTests-a2dcb1a0-84d6-439-proj-role"}} 2018-10-04 15:02:45,941 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-9831c29e-1a0c-417f-9df9-18adea0885f4 2018-10-04 15:02:45,941 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-a2dcb1a0-84d6-439-proj-role 2018-10-04 15:02:45,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/dbfe622de56a46cca10de0c53562ba25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437403d575d65355b6f62d1b238b385ed47ba0a1" 2018-10-04 15:02:46,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-666e9c1d-7d27-4917-95b9-b25cbe852274 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/dbfe622de56a46cca10de0c53562ba25"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-a2dcb1a0-84d6-439-proj-role", "id": "dbfe622de56a46cca10de0c53562ba25"}} 2018-10-04 15:02:46,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/dbfe622de56a46cca10de0c53562ba25 used request id req-666e9c1d-7d27-4917-95b9-b25cbe852274 2018-10-04 15:02:46,025 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-a2dcb1a0-84d6-439-proj-role to project CreateVolumeTypeComplexTests-a2dcb1a0-84d6-439-proj 2018-10-04 15:02:46,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/e70dd3a07a2b42d6b081e316d0c483d0/users/e73ea8c19ebc4e629f54c683c5da303d/roles/dbfe622de56a46cca10de0c53562ba25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437403d575d65355b6f62d1b238b385ed47ba0a1" 2018-10-04 15:02:46,152 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcd5ab67-b3aa-4b35-bb8d-bd027297922c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:46,153 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/e70dd3a07a2b42d6b081e316d0c483d0/users/e73ea8c19ebc4e629f54c683c5da303d/roles/dbfe622de56a46cca10de0c53562ba25 used request id req-fcd5ab67-b3aa-4b35-bb8d-bd027297922c 2018-10-04 15:02:46,155 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:46,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:46,549 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["RMmtJmN0QtSpRHXArATPcg"], "issued_at": "2018-10-04T15:02:46.000000Z"}} 2018-10-04 15:02:46,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}416f8122a6f23af793ed96406247d04fb66982f1" 2018-10-04 15:02:46,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94e40078-9950-4436-8ada-494bb08c0777 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:46,562 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-94e40078-9950-4436-8ada-494bb08c0777 2018-10-04 15:02:46,568 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}416f8122a6f23af793ed96406247d04fb66982f1" 2018-10-04 15:02:46,732 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:46 GMT Server: Apache x-compute-request-id: req-84893da5-1308-45de-a0ac-e5cbcd7299cd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-84893da5-1308-45de-a0ac-e5cbcd7299cd Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-04 15:02:46,732 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs used request id req-84893da5-1308-45de-a0ac-e5cbcd7299cd 2018-10-04 15:02:46,735 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-84893da5-1308-45de-a0ac-e5cbcd7299cd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}416f8122a6f23af793ed96406247d04fb66982f1" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-13620944-08da-4fa7-9180-453593093cb0-qos-spec"}}' 2018-10-04 15:02:47,013 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:46 GMT Server: Apache x-compute-request-id: req-bc798d24-c7d2-4ba7-a27c-547f4a580b86 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bc798d24-c7d2-4ba7-a27c-547f4a580b86 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "94d2ca5e-78b7-40c3-9efd-88a0a1f43837", "name": "CreateVolumeTypeComplexTests-13620944-08da-4fa7-9180-453593093cb0-qos-spec"}, "links": [{"href": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/94d2ca5e-78b7-40c3-9efd-88a0a1f43837", "rel": "self"}, {"href": "http://172.30.9.23:8776/37b49a87c69d406f8a162c83c144ee19/qos-specs/94d2ca5e-78b7-40c3-9efd-88a0a1f43837", "rel": "bookmark"}]} 2018-10-04 15:02:47,013 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs used request id req-bc798d24-c7d2-4ba7-a27c-547f4a580b86 2018-10-04 15:02:47,014 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-13620944-08da-4fa7-9180-453593093cb0-qos-spec 2018-10-04 15:02:47,014 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:47,015 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:47,399 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["jkZzycJAQyqu-oHQLZ2RCg"], "issued_at": "2018-10-04T15:02:47.000000Z"}} 2018-10-04 15:02:47,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a90e858d86b890683c5530e991703537ebdc910" 2018-10-04 15:02:47,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1768df0d-495d-44e2-8b02-73ee8e3fb5e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:47,491 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1768df0d-495d-44e2-8b02-73ee8e3fb5e5 2018-10-04 15:02:47,497 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a90e858d86b890683c5530e991703537ebdc910" 2018-10-04 15:02:47,674 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:47 GMT Server: Apache x-compute-request-id: req-be8cf23c-0f11-45d4-91d0-d7b7f905bb5b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-be8cf23c-0f11-45d4-91d0-d7b7f905bb5b Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-04 15:02:47,675 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types?is_public=None used request id req-be8cf23c-0f11-45d4-91d0-d7b7f905bb5b 2018-10-04 15:02:47,678 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-be8cf23c-0f11-45d4-91d0-d7b7f905bb5b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a90e858d86b890683c5530e991703537ebdc910" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-13620944-08da-4fa7-9180-453593093cb0-vol_type", "description": null}}' 2018-10-04 15:02:47,885 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:47 GMT Server: Apache x-compute-request-id: req-572f04ea-1ac7-4e32-a2b1-16660b5123aa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-572f04ea-1ac7-4e32-a2b1-16660b5123aa Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-13620944-08da-4fa7-9180-453593093cb0-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "64966ac6-8b52-45f2-9768-792755371a0f", "description": null}} 2018-10-04 15:02:47,885 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types used request id req-572f04ea-1ac7-4e32-a2b1-16660b5123aa 2018-10-04 15:02:47,889 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/64966ac6-8b52-45f2-9768-792755371a0f/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-be8cf23c-0f11-45d4-91d0-d7b7f905bb5b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a90e858d86b890683c5530e991703537ebdc910" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-10-04 15:02:48,109 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:47 GMT Server: Apache x-compute-request-id: req-19ee24eb-1a46-45b5-9743-eaa619708854 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-19ee24eb-1a46-45b5-9743-eaa619708854 Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "64966ac6-8b52-45f2-9768-792755371a0f", "name": "foo", "control_location": "back-end", "encryption_id": "4fd8d5cc-ca1a-42e5-b7b4-d8ba9d77f368", "provider": "bar", "provider_class": "bar"}} 2018-10-04 15:02:48,109 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/64966ac6-8b52-45f2-9768-792755371a0f/encryption used request id req-19ee24eb-1a46-45b5-9743-eaa619708854 2018-10-04 15:02:48,112 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-be8cf23c-0f11-45d4-91d0-d7b7f905bb5b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a90e858d86b890683c5530e991703537ebdc910" 2018-10-04 15:02:48,288 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:48 GMT Server: Apache x-compute-request-id: req-9df48ac4-c7b8-4289-bf23-7b81789a20cf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9df48ac4-c7b8-4289-bf23-7b81789a20cf Content-Encoding: gzip Content-Length: 168 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "94d2ca5e-78b7-40c3-9efd-88a0a1f43837", "name": "CreateVolumeTypeComplexTests-13620944-08da-4fa7-9180-453593093cb0-qos-spec"}]} 2018-10-04 15:02:48,289 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs used request id req-9df48ac4-c7b8-4289-bf23-7b81789a20cf 2018-10-04 15:02:48,291 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/94d2ca5e-78b7-40c3-9efd-88a0a1f43837/associate?vol_type_id=64966ac6-8b52-45f2-9768-792755371a0f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-be8cf23c-0f11-45d4-91d0-d7b7f905bb5b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a90e858d86b890683c5530e991703537ebdc910" 2018-10-04 15:02:48,479 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:02:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-51b9d7ed-2c14-4424-90d9-51944e9a60fa 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-10-04 15:02:48,479 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/94d2ca5e-78b7-40c3-9efd-88a0a1f43837/associate?vol_type_id=64966ac6-8b52-45f2-9768-792755371a0f used request id req-51b9d7ed-2c14-4424-90d9-51944e9a60fa 2018-10-04 15:02:48,480 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-13620944-08da-4fa7-9180-453593093cb0-vol_type 2018-10-04 15:02:48,483 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/64966ac6-8b52-45f2-9768-792755371a0f -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3237b632c7c809d02d6e98478ac6b01be2b0be23" 2018-10-04 15:02:48,666 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:48 GMT Server: Apache x-compute-request-id: req-ad59451a-920a-4ede-b5aa-2bc139067820 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ad59451a-920a-4ede-b5aa-2bc139067820 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-13620944-08da-4fa7-9180-453593093cb0-vol_type", "qos_specs_id": "94d2ca5e-78b7-40c3-9efd-88a0a1f43837", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "64966ac6-8b52-45f2-9768-792755371a0f", "description": null}} 2018-10-04 15:02:48,666 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/64966ac6-8b52-45f2-9768-792755371a0f used request id req-ad59451a-920a-4ede-b5aa-2bc139067820 2018-10-04 15:02:48,670 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/64966ac6-8b52-45f2-9768-792755371a0f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ad59451a-920a-4ede-b5aa-2bc139067820" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3237b632c7c809d02d6e98478ac6b01be2b0be23" 2018-10-04 15:02:48,853 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:48 GMT Server: Apache x-compute-request-id: req-df94bfe5-1fc7-4a0e-907e-dbb519d02b94 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-df94bfe5-1fc7-4a0e-907e-dbb519d02b94 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-13620944-08da-4fa7-9180-453593093cb0-vol_type", "qos_specs_id": "94d2ca5e-78b7-40c3-9efd-88a0a1f43837", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "64966ac6-8b52-45f2-9768-792755371a0f", "description": null}} 2018-10-04 15:02:48,853 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/64966ac6-8b52-45f2-9768-792755371a0f used request id req-df94bfe5-1fc7-4a0e-907e-dbb519d02b94 2018-10-04 15:02:48,856 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/64966ac6-8b52-45f2-9768-792755371a0f/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ad59451a-920a-4ede-b5aa-2bc139067820" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3237b632c7c809d02d6e98478ac6b01be2b0be23" 2018-10-04 15:02:49,022 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:48 GMT Server: Apache x-compute-request-id: req-73e92b84-91db-4aaa-a3cf-49da2d93c6da OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-73e92b84-91db-4aaa-a3cf-49da2d93c6da Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"volume_type_id": "64966ac6-8b52-45f2-9768-792755371a0f", "control_location": "back-end", "deleted": false, "created_at": "2018-10-04T15:02:48.000000", "updated_at": null, "encryption_id": "4fd8d5cc-ca1a-42e5-b7b4-d8ba9d77f368", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-10-04 15:02:49,022 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/64966ac6-8b52-45f2-9768-792755371a0f/encryption used request id req-73e92b84-91db-4aaa-a3cf-49da2d93c6da 2018-10-04 15:02:49,025 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/94d2ca5e-78b7-40c3-9efd-88a0a1f43837 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ad59451a-920a-4ede-b5aa-2bc139067820" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3237b632c7c809d02d6e98478ac6b01be2b0be23" 2018-10-04 15:02:49,201 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:49 GMT Server: Apache x-compute-request-id: req-d8fdfb94-4e52-493a-a105-95b1cf38a89c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d8fdfb94-4e52-493a-a105-95b1cf38a89c Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "94d2ca5e-78b7-40c3-9efd-88a0a1f43837", "name": "CreateVolumeTypeComplexTests-13620944-08da-4fa7-9180-453593093cb0-qos-spec"}, "links": [{"href": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/94d2ca5e-78b7-40c3-9efd-88a0a1f43837", "rel": "self"}, {"href": "http://172.30.9.23:8776/37b49a87c69d406f8a162c83c144ee19/qos-specs/94d2ca5e-78b7-40c3-9efd-88a0a1f43837", "rel": "bookmark"}]} 2018-10-04 15:02:49,201 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/94d2ca5e-78b7-40c3-9efd-88a0a1f43837 used request id req-d8fdfb94-4e52-493a-a105-95b1cf38a89c 2018-10-04 15:02:49,201 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-13620944-08da-4fa7-9180-453593093cb0-vol_type 2018-10-04 15:02:49,204 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/64966ac6-8b52-45f2-9768-792755371a0f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-be8cf23c-0f11-45d4-91d0-d7b7f905bb5b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a90e858d86b890683c5530e991703537ebdc910" 2018-10-04 15:02:49,414 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:02:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e3db6387-2845-466f-9e70-4086ae926fb3 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-10-04 15:02:49,414 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/64966ac6-8b52-45f2-9768-792755371a0f used request id req-e3db6387-2845-466f-9e70-4086ae926fb3 2018-10-04 15:02:49,415 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-13620944-08da-4fa7-9180-453593093cb0-qos-spec 2018-10-04 15:02:49,418 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/94d2ca5e-78b7-40c3-9efd-88a0a1f43837?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-84893da5-1308-45de-a0ac-e5cbcd7299cd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}416f8122a6f23af793ed96406247d04fb66982f1" 2018-10-04 15:02:49,606 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:02:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2a98f8ad-a71a-4dda-abbe-8ca4d861b713 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-10-04 15:02:49,606 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/qos-specs/94d2ca5e-78b7-40c3-9efd-88a0a1f43837?force=False used request id req-2a98f8ad-a71a-4dda-abbe-8ca4d861b713 2018-10-04 15:02:49,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437403d575d65355b6f62d1b238b385ed47ba0a1" 2018-10-04 15:02:49,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-f9abc699-1413-4735-9883-591e7430d0d5 Date: Thu, 04 Oct 2018 15:02:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:02:49,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-f9abc699-1413-4735-9883-591e7430d0d5 2018-10-04 15:02:49,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437403d575d65355b6f62d1b238b385ed47ba0a1" 2018-10-04 15:02:49,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cec3f13-7ed8-4aeb-bc61-b4410954d20c Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:02:49,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-8cec3f13-7ed8-4aeb-bc61-b4410954d20c 2018-10-04 15:02:49,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437403d575d65355b6f62d1b238b385ed47ba0a1" 2018-10-04 15:02:50,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08c37871-92f0-4b5e-b9b9-9e2dac540ad6 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:02:50,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-08c37871-92f0-4b5e-b9b9-9e2dac540ad6 2018-10-04 15:02:50,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437403d575d65355b6f62d1b238b385ed47ba0a1" 2018-10-04 15:02:50,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdfe5f9e-203d-485d-8452-7dcdb78d100b Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:02:50,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-fdfe5f9e-203d-485d-8452-7dcdb78d100b 2018-10-04 15:02:50,116 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-a2dcb1a0-84d6-439-proj 2018-10-04 15:02:50,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/e70dd3a07a2b42d6b081e316d0c483d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437403d575d65355b6f62d1b238b385ed47ba0a1" 2018-10-04 15:02:50,380 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f776f8d9-0031-43e3-ac23-9c023df0d0cb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:50,380 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/e70dd3a07a2b42d6b081e316d0c483d0 used request id req-f776f8d9-0031-43e3-ac23-9c023df0d0cb 2018-10-04 15:02:50,381 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-a2dcb1a0-84d6-439-proj-role 2018-10-04 15:02:50,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/dbfe622de56a46cca10de0c53562ba25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437403d575d65355b6f62d1b238b385ed47ba0a1" 2018-10-04 15:02:50,491 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e0a9b40-73df-4ab4-a667-59a3f68129ee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:50,492 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/dbfe622de56a46cca10de0c53562ba25 used request id req-6e0a9b40-73df-4ab4-a667-59a3f68129ee 2018-10-04 15:02:50,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437403d575d65355b6f62d1b238b385ed47ba0a1" 2018-10-04 15:02:50,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-007c74d1-d246-4278-b11c-c7e4dd4a38de Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:02:50,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-007c74d1-d246-4278-b11c-c7e4dd4a38de 2018-10-04 15:02:50,591 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-a2dcb1a0-84d6-439-user 2018-10-04 15:02:50,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/e73ea8c19ebc4e629f54c683c5da303d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}894c39083fe8da5fc27c2be930a0d3a592b63e2c" 2018-10-04 15:02:50,753 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-213d18c5-c095-4dec-879a-1dc1f2eb1135 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:50,753 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/e73ea8c19ebc4e629f54c683c5da303d used request id req-213d18c5-c095-4dec-879a-1dc1f2eb1135 2018-10-04 15:02:50,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:51,158 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["W4mr4I8BRLWfwWmQf4c5Ow"], "issued_at": "2018-10-04T15:02:51.000000Z"}} 2018-10-04 15:02:51,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f3ff49fa2ad26cd3dc01f516ab9be09d1345a18" 2018-10-04 15:02:51,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e76b8b59-7ca9-4e11-8485-ecc2c0e0abb7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:51,246 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e76b8b59-7ca9-4e11-8485-ecc2c0e0abb7 2018-10-04 15:02:51,247 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:51,248 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:51,623 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["aCa9Ph3zQoSooZO7vbszHA"], "issued_at": "2018-10-04T15:02:51.000000Z"}} 2018-10-04 15:02:51,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36d0e807d760b3ea11dc1285e61033dc600bc3f6" 2018-10-04 15:02:51,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d52a484-c2dc-44f9-86a8-499b1b2ecca2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:51,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9d52a484-c2dc-44f9-86a8-499b1b2ecca2 2018-10-04 15:02:51,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:02:51,720 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:02:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:02:51,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36d0e807d760b3ea11dc1285e61033dc600bc3f6" 2018-10-04 15:02:51,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51888dca-1ad4-4f50-897b-0813865ca210 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:02:51,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-proj used request id req-51888dca-1ad4-4f50-897b-0813865ca210 2018-10-04 15:02:51,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36d0e807d760b3ea11dc1285e61033dc600bc3f6" 2018-10-04 15:02:51,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82235a05-7f62-4ab4-8938-ad9fab499009 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:02:51,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-82235a05-7f62-4ab4-8938-ad9fab499009 2018-10-04 15:02:51,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36d0e807d760b3ea11dc1285e61033dc600bc3f6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-proj"}}' 2018-10-04 15:02:52,085 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:02:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f114be05-93f8-4af7-8989-dbf701d087b9 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/9f5b807fa63f40f388a09a12b641df8e"}, "enabled": true, "id": "9f5b807fa63f40f388a09a12b641df8e", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-proj"}} 2018-10-04 15:02:52,085 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-f114be05-93f8-4af7-8989-dbf701d087b9 2018-10-04 15:02:52,086 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-proj 2018-10-04 15:02:52,086 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:52,087 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:52,462 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:02:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["k3NQJ0_sRV2u0kZs7VbY7g"], "issued_at": "2018-10-04T15:02:52.000000Z"}} 2018-10-04 15:02:52,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f3631882a3bb5e0b9602e91c7f472f11a41caaa" 2018-10-04 15:02:52,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc167979-521f-446c-ba75-82a7685322c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:52,548 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cc167979-521f-446c-ba75-82a7685322c8 2018-10-04 15:02:52,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:02:52,558 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:02:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:02:52,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f3631882a3bb5e0b9602e91c7f472f11a41caaa" 2018-10-04 15:02:52,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec6cec65-d167-41a9-8496-5b02eff7fae1 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:02:52,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ec6cec65-d167-41a9-8496-5b02eff7fae1 2018-10-04 15:02:52,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f3631882a3bb5e0b9602e91c7f472f11a41caaa" 2018-10-04 15:02:52,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2f446ac-5835-4901-ab89-f7aeaccd0b2e Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/9f5b807fa63f40f388a09a12b641df8e"}, "enabled": true, "id": "9f5b807fa63f40f388a09a12b641df8e", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-proj"}]} 2018-10-04 15:02:52,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-proj used request id req-d2f446ac-5835-4901-ab89-f7aeaccd0b2e 2018-10-04 15:02:52,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f3631882a3bb5e0b9602e91c7f472f11a41caaa" 2018-10-04 15:02:52,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01fd28da-ab5f-4dd6-b3d6-b5ac9c5132d8 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:02:52,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-01fd28da-ab5f-4dd6-b3d6-b5ac9c5132d8 2018-10-04 15:02:53,144 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-user 2018-10-04 15:02:53,144 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:53,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36d0e807d760b3ea11dc1285e61033dc600bc3f6" 2018-10-04 15:02:53,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3913fa1b-4eda-49c0-a7fa-afd3c0ca761f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:02:53,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3913fa1b-4eda-49c0-a7fa-afd3c0ca761f 2018-10-04 15:02:53,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36d0e807d760b3ea11dc1285e61033dc600bc3f6" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-proj-role"}}' 2018-10-04 15:02:53,353 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:02:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d08a233-c8df-4374-a597-8ccc3fc76dd1 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "aa0020742b3b4d149d38ff60ec7f44b5", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa0020742b3b4d149d38ff60ec7f44b5"}, "name": "CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-proj-role"}} 2018-10-04 15:02:53,354 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-0d08a233-c8df-4374-a597-8ccc3fc76dd1 2018-10-04 15:02:53,354 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-proj-role 2018-10-04 15:02:53,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/aa0020742b3b4d149d38ff60ec7f44b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36d0e807d760b3ea11dc1285e61033dc600bc3f6" 2018-10-04 15:02:53,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90ba7ac8-4cdd-434b-863e-f476b3bea97a Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/aa0020742b3b4d149d38ff60ec7f44b5"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-proj-role", "id": "aa0020742b3b4d149d38ff60ec7f44b5"}} 2018-10-04 15:02:53,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/aa0020742b3b4d149d38ff60ec7f44b5 used request id req-90ba7ac8-4cdd-434b-863e-f476b3bea97a 2018-10-04 15:02:53,437 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-proj-role to project CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-proj 2018-10-04 15:02:53,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/9f5b807fa63f40f388a09a12b641df8e/users/893ab228442444ba94c05793621fc988/roles/aa0020742b3b4d149d38ff60ec7f44b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36d0e807d760b3ea11dc1285e61033dc600bc3f6" 2018-10-04 15:02:53,572 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:02:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-960d865f-24c6-42de-b1de-bb2794e502ea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:02:53,572 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/9f5b807fa63f40f388a09a12b641df8e/users/893ab228442444ba94c05793621fc988/roles/aa0020742b3b4d149d38ff60ec7f44b5 used request id req-960d865f-24c6-42de-b1de-bb2794e502ea 2018-10-04 15:02:53,574 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:53,962 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa0020742b3b4d149d38ff60ec7f44b5", "name": "CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-proj-role"}], "expires_at": "2018-10-04T16:02:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9f5b807fa63f40f388a09a12b641df8e", "name": "CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/9f5b807fa63f40f388a09a12b641df8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/9f5b807fa63f40f388a09a12b641df8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/9f5b807fa63f40f388a09a12b641df8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9f5b807fa63f40f388a09a12b641df8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/9f5b807fa63f40f388a09a12b641df8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/9f5b807fa63f40f388a09a12b641df8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/9f5b807fa63f40f388a09a12b641df8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/9f5b807fa63f40f388a09a12b641df8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9f5b807fa63f40f388a09a12b641df8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/9f5b807fa63f40f388a09a12b641df8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/9f5b807fa63f40f388a09a12b641df8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-user", "id": "893ab228442444ba94c05793621fc988"}, "audit_ids": ["HsKanACER1uuPE1dcmKncg"], "issued_at": "2018-10-04T15:02:53.000000Z"}} 2018-10-04 15:02:53,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4980f2df759943d26f9f785e9744fdf19f8bfce" 2018-10-04 15:02:54,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e86fa3c5-39f0-412d-94c3-4c2b9881c1d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:54,031 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e86fa3c5-39f0-412d-94c3-4c2b9881c1d8 2018-10-04 15:02:54,033 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:02:54,033 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:02:54,415 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa0020742b3b4d149d38ff60ec7f44b5", "name": "CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-proj-role"}], "expires_at": "2018-10-04T16:02:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9f5b807fa63f40f388a09a12b641df8e", "name": "CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/9f5b807fa63f40f388a09a12b641df8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/9f5b807fa63f40f388a09a12b641df8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/9f5b807fa63f40f388a09a12b641df8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9f5b807fa63f40f388a09a12b641df8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/9f5b807fa63f40f388a09a12b641df8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/9f5b807fa63f40f388a09a12b641df8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/9f5b807fa63f40f388a09a12b641df8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/9f5b807fa63f40f388a09a12b641df8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9f5b807fa63f40f388a09a12b641df8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/9f5b807fa63f40f388a09a12b641df8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/9f5b807fa63f40f388a09a12b641df8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-user", "id": "893ab228442444ba94c05793621fc988"}, "audit_ids": ["Hq20YOwXQU2EacyJnWbmmQ"], "issued_at": "2018-10-04T15:02:54.000000Z"}} 2018-10-04 15:02:54,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d61d887dee3e77b81ee504370778c88513b59347" 2018-10-04 15:02:54,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87547706-08f6-4aa4-bfec-079559e9ab99 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:02:54,493 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-87547706-08f6-4aa4-bfec-079559e9ab99 2018-10-04 15:02:54,498 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d61d887dee3e77b81ee504370778c88513b59347" 2018-10-04 15:02:54,676 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:54 GMT Server: Apache x-compute-request-id: req-50399894-1278-48fb-ae19-a009ab8bc492 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-50399894-1278-48fb-ae19-a009ab8bc492 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-04 15:02:54,676 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e/volumes/detail used request id req-50399894-1278-48fb-ae19-a009ab8bc492 2018-10-04 15:02:54,680 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-50399894-1278-48fb-ae19-a009ab8bc492" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d61d887dee3e77b81ee504370778c88513b59347" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-9b8cd2d4-095d-40c8-acce-efcfa290c887", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-04 15:02:55,006 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:02:54 GMT Server: Apache x-compute-request-id: req-ddeae88d-bf8e-4f10-898c-eb22b48bbb4e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ddeae88d-bf8e-4f10-898c-eb22b48bbb4e Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "893ab228442444ba94c05793621fc988", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e/volumes/0cf042f8-3f39-496e-b4c9-64770d9075be", "rel": "self"}, {"href": "http://172.30.9.23:8776/9f5b807fa63f40f388a09a12b641df8e/volumes/0cf042f8-3f39-496e-b4c9-64770d9075be", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:02:54.919921", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-9b8cd2d4-095d-40c8-acce-efcfa290c887", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0cf042f8-3f39-496e-b4c9-64770d9075be", "size": 1}} 2018-10-04 15:02:55,006 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e/volumes used request id req-ddeae88d-bf8e-4f10-898c-eb22b48bbb4e 2018-10-04 15:02:55,010 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e/volumes/0cf042f8-3f39-496e-b4c9-64770d9075be -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-50399894-1278-48fb-ae19-a009ab8bc492" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d61d887dee3e77b81ee504370778c88513b59347" 2018-10-04 15:02:55,226 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:55 GMT Server: Apache x-compute-request-id: req-33a98de7-f46e-44bf-a531-727e8f3c30a2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-33a98de7-f46e-44bf-a531-727e8f3c30a2 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "893ab228442444ba94c05793621fc988", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e/volumes/0cf042f8-3f39-496e-b4c9-64770d9075be", "rel": "self"}, {"href": "http://172.30.9.23:8776/9f5b807fa63f40f388a09a12b641df8e/volumes/0cf042f8-3f39-496e-b4c9-64770d9075be", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:02:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "9f5b807fa63f40f388a09a12b641df8e", "updated_at": "2018-10-04T15:02:55.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-9b8cd2d4-095d-40c8-acce-efcfa290c887", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0cf042f8-3f39-496e-b4c9-64770d9075be", "size": 1}} 2018-10-04 15:02:55,226 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e/volumes/0cf042f8-3f39-496e-b4c9-64770d9075be used request id req-33a98de7-f46e-44bf-a531-727e8f3c30a2 2018-10-04 15:02:55,227 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-9b8cd2d4-095d-40c8-acce-efcfa290c887 2018-10-04 15:02:55,229 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e/volumes/0cf042f8-3f39-496e-b4c9-64770d9075be -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-50399894-1278-48fb-ae19-a009ab8bc492" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d61d887dee3e77b81ee504370778c88513b59347" 2018-10-04 15:02:55,417 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:55 GMT Server: Apache x-compute-request-id: req-3d075ad7-c5b7-43fb-ac01-42c7859c5a5f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3d075ad7-c5b7-43fb-ac01-42c7859c5a5f Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "893ab228442444ba94c05793621fc988", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e/volumes/0cf042f8-3f39-496e-b4c9-64770d9075be", "rel": "self"}, {"href": "http://172.30.9.23:8776/9f5b807fa63f40f388a09a12b641df8e/volumes/0cf042f8-3f39-496e-b4c9-64770d9075be", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:02:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "9f5b807fa63f40f388a09a12b641df8e", "updated_at": "2018-10-04T15:02:55.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-9b8cd2d4-095d-40c8-acce-efcfa290c887", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0cf042f8-3f39-496e-b4c9-64770d9075be", "size": 1}} 2018-10-04 15:02:55,417 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e/volumes/0cf042f8-3f39-496e-b4c9-64770d9075be used request id req-3d075ad7-c5b7-43fb-ac01-42c7859c5a5f 2018-10-04 15:02:55,418 - create_volume - DEBUG - Instance status is - available 2018-10-04 15:02:55,418 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-9b8cd2d4-095d-40c8-acce-efcfa290c887 2018-10-04 15:02:55,418 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-9b8cd2d4-095d-40c8-acce-efcfa290c887 2018-10-04 15:02:55,421 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4980f2df759943d26f9f785e9744fdf19f8bfce" 2018-10-04 15:02:55,623 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:55 GMT Server: Apache x-compute-request-id: req-7bc63f70-2fb6-4f8a-8f5a-1f57899f1253 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7bc63f70-2fb6-4f8a-8f5a-1f57899f1253 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "893ab228442444ba94c05793621fc988", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e/volumes/0cf042f8-3f39-496e-b4c9-64770d9075be", "rel": "self"}, {"href": "http://172.30.9.23:8776/9f5b807fa63f40f388a09a12b641df8e/volumes/0cf042f8-3f39-496e-b4c9-64770d9075be", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:02:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "9f5b807fa63f40f388a09a12b641df8e", "updated_at": "2018-10-04T15:02:55.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-9b8cd2d4-095d-40c8-acce-efcfa290c887", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0cf042f8-3f39-496e-b4c9-64770d9075be", "size": 1}]} 2018-10-04 15:02:55,623 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e/volumes/detail used request id req-7bc63f70-2fb6-4f8a-8f5a-1f57899f1253 2018-10-04 15:02:55,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:02:55,632 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:02:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:02:55,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9f5b807fa63f40f388a09a12b641df8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4980f2df759943d26f9f785e9744fdf19f8bfce" 2018-10-04 15:02:55,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6c20d57-955e-435f-89c2-cb56eac5e55e Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/9f5b807fa63f40f388a09a12b641df8e"}, "enabled": true, "id": "9f5b807fa63f40f388a09a12b641df8e", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-proj"}} 2018-10-04 15:02:55,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9f5b807fa63f40f388a09a12b641df8e used request id req-a6c20d57-955e-435f-89c2-cb56eac5e55e 2018-10-04 15:02:55,718 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e/volumes/0cf042f8-3f39-496e-b4c9-64770d9075be -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-50399894-1278-48fb-ae19-a009ab8bc492" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d61d887dee3e77b81ee504370778c88513b59347" 2018-10-04 15:02:55,915 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:55 GMT Server: Apache x-compute-request-id: req-99b1fd14-6af1-4865-b48c-99d0826e7350 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-99b1fd14-6af1-4865-b48c-99d0826e7350 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "893ab228442444ba94c05793621fc988", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e/volumes/0cf042f8-3f39-496e-b4c9-64770d9075be", "rel": "self"}, {"href": "http://172.30.9.23:8776/9f5b807fa63f40f388a09a12b641df8e/volumes/0cf042f8-3f39-496e-b4c9-64770d9075be", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:02:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "9f5b807fa63f40f388a09a12b641df8e", "updated_at": "2018-10-04T15:02:55.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-9b8cd2d4-095d-40c8-acce-efcfa290c887", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0cf042f8-3f39-496e-b4c9-64770d9075be", "size": 1}} 2018-10-04 15:02:55,915 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e/volumes/0cf042f8-3f39-496e-b4c9-64770d9075be used request id req-99b1fd14-6af1-4865-b48c-99d0826e7350 2018-10-04 15:02:55,916 - create_volume - DEBUG - Instance status is - available 2018-10-04 15:02:55,916 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-9b8cd2d4-095d-40c8-acce-efcfa290c887 2018-10-04 15:02:55,916 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-9b8cd2d4-095d-40c8-acce-efcfa290c887 2018-10-04 15:02:55,919 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e/volumes/0cf042f8-3f39-496e-b4c9-64770d9075be -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-50399894-1278-48fb-ae19-a009ab8bc492" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d61d887dee3e77b81ee504370778c88513b59347" 2018-10-04 15:02:56,217 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:02:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9b62ec38-d250-4c95-a3f7-f87e17acd95a 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-10-04 15:02:56,217 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e/volumes/0cf042f8-3f39-496e-b4c9-64770d9075be used request id req-9b62ec38-d250-4c95-a3f7-f87e17acd95a 2018-10-04 15:02:56,220 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e/volumes/0cf042f8-3f39-496e-b4c9-64770d9075be -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-50399894-1278-48fb-ae19-a009ab8bc492" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d61d887dee3e77b81ee504370778c88513b59347" 2018-10-04 15:02:56,418 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:56 GMT Server: Apache x-compute-request-id: req-f006b45b-db8f-41fb-8cf9-f87fae5ffa6d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f006b45b-db8f-41fb-8cf9-f87fae5ffa6d Content-Encoding: gzip Content-Length: 467 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "893ab228442444ba94c05793621fc988", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e/volumes/0cf042f8-3f39-496e-b4c9-64770d9075be", "rel": "self"}, {"href": "http://172.30.9.23:8776/9f5b807fa63f40f388a09a12b641df8e/volumes/0cf042f8-3f39-496e-b4c9-64770d9075be", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:02:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "9f5b807fa63f40f388a09a12b641df8e", "updated_at": "2018-10-04T15:02:56.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-9b8cd2d4-095d-40c8-acce-efcfa290c887", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0cf042f8-3f39-496e-b4c9-64770d9075be", "size": 1}} 2018-10-04 15:02:56,419 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e/volumes/0cf042f8-3f39-496e-b4c9-64770d9075be used request id req-f006b45b-db8f-41fb-8cf9-f87fae5ffa6d 2018-10-04 15:02:56,419 - create_volume - DEBUG - Instance status is - deleting 2018-10-04 15:02:56,419 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-04 15:02:59,422 - create_volume - DEBUG - Volume status query timeout in 56.7953259945 2018-10-04 15:02:59,425 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e/volumes/0cf042f8-3f39-496e-b4c9-64770d9075be -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-50399894-1278-48fb-ae19-a009ab8bc492" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d61d887dee3e77b81ee504370778c88513b59347" 2018-10-04 15:02:59,616 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:02:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d64109c5-4f19-4b21-b206-2262ed7f2c7a x-openstack-request-id: req-d64109c5-4f19-4b21-b206-2262ed7f2c7a Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 0cf042f8-3f39-496e-b4c9-64770d9075be could not be found.", "code": 404}} 2018-10-04 15:02:59,616 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e/volumes/0cf042f8-3f39-496e-b4c9-64770d9075be used request id req-d64109c5-4f19-4b21-b206-2262ed7f2c7a 2018-10-04 15:02:59,616 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 0cf042f8-3f39-496e-b4c9-64770d9075be could not be found. (HTTP 404) (Request-ID: req-d64109c5-4f19-4b21-b206-2262ed7f2c7a) 2018-10-04 15:02:59,617 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-9b8cd2d4-095d-40c8-acce-efcfa290c887 2018-10-04 15:02:59,620 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7bc63f70-2fb6-4f8a-8f5a-1f57899f1253" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4980f2df759943d26f9f785e9744fdf19f8bfce" 2018-10-04 15:02:59,823 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:02:59 GMT Server: Apache x-compute-request-id: req-96db46a9-4794-4ddb-b7bc-1ebdb98fd139 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-96db46a9-4794-4ddb-b7bc-1ebdb98fd139 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-04 15:02:59,823 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9f5b807fa63f40f388a09a12b641df8e/volumes/detail used request id req-96db46a9-4794-4ddb-b7bc-1ebdb98fd139 2018-10-04 15:02:59,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36d0e807d760b3ea11dc1285e61033dc600bc3f6" 2018-10-04 15:03:00,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-c9783820-f14b-4269-8676-025fb8b9dfb0 Date: Thu, 04 Oct 2018 15:03:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:03:00,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-c9783820-f14b-4269-8676-025fb8b9dfb0 2018-10-04 15:03:00,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36d0e807d760b3ea11dc1285e61033dc600bc3f6" 2018-10-04 15:03:00,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2002d2b0-02af-4d6a-b71e-7de193278c63 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:03:00,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-2002d2b0-02af-4d6a-b71e-7de193278c63 2018-10-04 15:03:00,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36d0e807d760b3ea11dc1285e61033dc600bc3f6" 2018-10-04 15:03:00,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7f54d8d-7bdb-4114-b266-64f4c6fe699f Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:03:00,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-c7f54d8d-7bdb-4114-b266-64f4c6fe699f 2018-10-04 15:03:00,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36d0e807d760b3ea11dc1285e61033dc600bc3f6" 2018-10-04 15:03:00,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-866f161e-f51c-471d-8287-295e9150b592 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:03:00,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-866f161e-f51c-471d-8287-295e9150b592 2018-10-04 15:03:00,328 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-proj 2018-10-04 15:03:00,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/9f5b807fa63f40f388a09a12b641df8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36d0e807d760b3ea11dc1285e61033dc600bc3f6" 2018-10-04 15:03:00,537 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91a4d3df-e25f-447a-b8af-cf09f839a586 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:00,537 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/9f5b807fa63f40f388a09a12b641df8e used request id req-91a4d3df-e25f-447a-b8af-cf09f839a586 2018-10-04 15:03:00,537 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-proj-role 2018-10-04 15:03:00,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/aa0020742b3b4d149d38ff60ec7f44b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36d0e807d760b3ea11dc1285e61033dc600bc3f6" 2018-10-04 15:03:00,641 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc0235fb-476a-4596-95cf-9fc0e7927157 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:00,642 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/aa0020742b3b4d149d38ff60ec7f44b5 used request id req-cc0235fb-476a-4596-95cf-9fc0e7927157 2018-10-04 15:03:00,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36d0e807d760b3ea11dc1285e61033dc600bc3f6" 2018-10-04 15:03:00,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6988ebfd-7883-4b16-bc37-c0223a764ea4 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:03:00,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6988ebfd-7883-4b16-bc37-c0223a764ea4 2018-10-04 15:03:00,739 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-a211d704-5f3a-489-user 2018-10-04 15:03:00,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/893ab228442444ba94c05793621fc988 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f3631882a3bb5e0b9602e91c7f472f11a41caaa" 2018-10-04 15:03:00,951 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fc40bbe-90bb-4a2e-a8de-b5353a1d6cf7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:00,952 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/893ab228442444ba94c05793621fc988 used request id req-8fc40bbe-90bb-4a2e-a8de-b5353a1d6cf7 2018-10-04 15:03:00,953 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:01,330 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["LcZ2F37NS86cgN8JXPqS4A"], "issued_at": "2018-10-04T15:03:01.000000Z"}} 2018-10-04 15:03:01,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d5a78318841b1d2fc830b47d3f1905e2f1f5659" 2018-10-04 15:03:01,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4347d96d-7801-483c-97f6-2e0614312474 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:01,421 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4347d96d-7801-483c-97f6-2e0614312474 2018-10-04 15:03:01,422 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:01,423 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:01,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["YTX9igC8S9WK8dsTnJwEnw"], "issued_at": "2018-10-04T15:03:01.000000Z"}} 2018-10-04 15:03:01,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e19eb18313e80348865632481efc9d600112d6f" 2018-10-04 15:03:01,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-196047f6-7732-43e1-8dab-9319f456ed11 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:01,892 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-196047f6-7732-43e1-8dab-9319f456ed11 2018-10-04 15:03:01,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:03:01,903 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:03:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:03:01,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-354cab8d-9412-435-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e19eb18313e80348865632481efc9d600112d6f" 2018-10-04 15:03:01,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8868144a-74c2-41f3-8a0e-faaf86aedc81 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-354cab8d-9412-435-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:03:01,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-354cab8d-9412-435-proj used request id req-8868144a-74c2-41f3-8a0e-faaf86aedc81 2018-10-04 15:03:01,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e19eb18313e80348865632481efc9d600112d6f" 2018-10-04 15:03:02,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b182b9ae-005e-4afd-82ac-e19657e1fac5 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:03:02,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-b182b9ae-005e-4afd-82ac-e19657e1fac5 2018-10-04 15:03:02,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e19eb18313e80348865632481efc9d600112d6f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-354cab8d-9412-435-proj"}}' 2018-10-04 15:03:02,216 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:03:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59345a5a-f6d9-4aa2-8d12-7a68ffe3786f Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/308b69399297410e9b78abbf8991b646"}, "enabled": true, "id": "308b69399297410e9b78abbf8991b646", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-354cab8d-9412-435-proj"}} 2018-10-04 15:03:02,216 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-59345a5a-f6d9-4aa2-8d12-7a68ffe3786f 2018-10-04 15:03:02,216 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-354cab8d-9412-435-proj 2018-10-04 15:03:02,216 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:02,217 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:02,607 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["pvS87-VpSQ6Zb3kW0FpblA"], "issued_at": "2018-10-04T15:03:02.000000Z"}} 2018-10-04 15:03:02,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de9eaec9596bd36046d2acce8593b933185ced9b" 2018-10-04 15:03:02,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1188ae7-a8f3-4d03-a222-b4788818db02 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:02,683 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c1188ae7-a8f3-4d03-a222-b4788818db02 2018-10-04 15:03:02,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:03:02,692 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:03:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:03:02,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de9eaec9596bd36046d2acce8593b933185ced9b" 2018-10-04 15:03:02,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75504940-c24d-4b07-938c-0be144805bb0 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:03:02,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-75504940-c24d-4b07-938c-0be144805bb0 2018-10-04 15:03:02,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-354cab8d-9412-435-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de9eaec9596bd36046d2acce8593b933185ced9b" 2018-10-04 15:03:02,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7c26efa-6958-4983-b43f-6ef73e6ce2ff Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-354cab8d-9412-435-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/308b69399297410e9b78abbf8991b646"}, "enabled": true, "id": "308b69399297410e9b78abbf8991b646", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-354cab8d-9412-435-proj"}]} 2018-10-04 15:03:02,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-354cab8d-9412-435-proj used request id req-b7c26efa-6958-4983-b43f-6ef73e6ce2ff 2018-10-04 15:03:02,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de9eaec9596bd36046d2acce8593b933185ced9b" 2018-10-04 15:03:02,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e534a062-c7d7-4757-83aa-488d2fc38590 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:03:02,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-e534a062-c7d7-4757-83aa-488d2fc38590 2018-10-04 15:03:03,342 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-354cab8d-9412-435-user 2018-10-04 15:03:03,342 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:03,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e19eb18313e80348865632481efc9d600112d6f" 2018-10-04 15:03:03,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e1b3f3f-271a-4523-acba-f1a10b51fdbd Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:03:03,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1e1b3f3f-271a-4523-acba-f1a10b51fdbd 2018-10-04 15:03:03,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e19eb18313e80348865632481efc9d600112d6f" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-354cab8d-9412-435-proj-role"}}' 2018-10-04 15:03:03,546 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:03:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-001f1e93-2615-4aac-8564-a087197687c0 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "37a7d702d05f4d52bcd9a41c71a9983e", "links": {"self": "http://172.30.9.23:5000/v3/roles/37a7d702d05f4d52bcd9a41c71a9983e"}, "name": "CreateSimpleVolumeSuccessTests-354cab8d-9412-435-proj-role"}} 2018-10-04 15:03:03,546 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-001f1e93-2615-4aac-8564-a087197687c0 2018-10-04 15:03:03,546 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-354cab8d-9412-435-proj-role 2018-10-04 15:03:03,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/37a7d702d05f4d52bcd9a41c71a9983e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e19eb18313e80348865632481efc9d600112d6f" 2018-10-04 15:03:03,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5413fa44-f2d4-44a2-8868-3faebfe23483 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/37a7d702d05f4d52bcd9a41c71a9983e"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-354cab8d-9412-435-proj-role", "id": "37a7d702d05f4d52bcd9a41c71a9983e"}} 2018-10-04 15:03:03,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/37a7d702d05f4d52bcd9a41c71a9983e used request id req-5413fa44-f2d4-44a2-8868-3faebfe23483 2018-10-04 15:03:03,640 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-354cab8d-9412-435-proj-role to project CreateSimpleVolumeSuccessTests-354cab8d-9412-435-proj 2018-10-04 15:03:03,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/308b69399297410e9b78abbf8991b646/users/83d8ebe4922747a48f1b08a364b0e7c1/roles/37a7d702d05f4d52bcd9a41c71a9983e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e19eb18313e80348865632481efc9d600112d6f" 2018-10-04 15:03:03,757 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c512ab4-66f6-4e1a-a3c8-db7b4026533c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:03,757 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/308b69399297410e9b78abbf8991b646/users/83d8ebe4922747a48f1b08a364b0e7c1/roles/37a7d702d05f4d52bcd9a41c71a9983e used request id req-7c512ab4-66f6-4e1a-a3c8-db7b4026533c 2018-10-04 15:03:03,759 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:04,127 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "37a7d702d05f4d52bcd9a41c71a9983e", "name": "CreateSimpleVolumeSuccessTests-354cab8d-9412-435-proj-role"}], "expires_at": "2018-10-04T16:03:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "308b69399297410e9b78abbf8991b646", "name": "CreateSimpleVolumeSuccessTests-354cab8d-9412-435-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/308b69399297410e9b78abbf8991b646", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/308b69399297410e9b78abbf8991b646", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/308b69399297410e9b78abbf8991b646", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/308b69399297410e9b78abbf8991b646", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/308b69399297410e9b78abbf8991b646", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/308b69399297410e9b78abbf8991b646", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/308b69399297410e9b78abbf8991b646", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/308b69399297410e9b78abbf8991b646", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/308b69399297410e9b78abbf8991b646", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/308b69399297410e9b78abbf8991b646", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/308b69399297410e9b78abbf8991b646", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-354cab8d-9412-435-user", "id": "83d8ebe4922747a48f1b08a364b0e7c1"}, "audit_ids": ["1Ici2P-XTR6wlf5EV4NmTQ"], "issued_at": "2018-10-04T15:03:04.000000Z"}} 2018-10-04 15:03:04,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d3e9ba2805a86a806216686159a5d77b870c63" 2018-10-04 15:03:04,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbf86c71-6007-4367-a281-50743df801a5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:04,201 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bbf86c71-6007-4367-a281-50743df801a5 2018-10-04 15:03:04,202 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:04,203 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:04,569 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "37a7d702d05f4d52bcd9a41c71a9983e", "name": "CreateSimpleVolumeSuccessTests-354cab8d-9412-435-proj-role"}], "expires_at": "2018-10-04T16:03:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "308b69399297410e9b78abbf8991b646", "name": "CreateSimpleVolumeSuccessTests-354cab8d-9412-435-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/308b69399297410e9b78abbf8991b646", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/308b69399297410e9b78abbf8991b646", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/308b69399297410e9b78abbf8991b646", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/308b69399297410e9b78abbf8991b646", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/308b69399297410e9b78abbf8991b646", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/308b69399297410e9b78abbf8991b646", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/308b69399297410e9b78abbf8991b646", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/308b69399297410e9b78abbf8991b646", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/308b69399297410e9b78abbf8991b646", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/308b69399297410e9b78abbf8991b646", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/308b69399297410e9b78abbf8991b646", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-354cab8d-9412-435-user", "id": "83d8ebe4922747a48f1b08a364b0e7c1"}, "audit_ids": ["1pnB8BAeQpy6DFhMGYrMzw"], "issued_at": "2018-10-04T15:03:04.000000Z"}} 2018-10-04 15:03:04,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78a35020e2117ce08de54a976bd54596084d8dd3" 2018-10-04 15:03:04,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a78c448c-9421-4596-8202-1548321b4be0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:04,641 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a78c448c-9421-4596-8202-1548321b4be0 2018-10-04 15:03:04,647 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78a35020e2117ce08de54a976bd54596084d8dd3" 2018-10-04 15:03:04,842 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:04 GMT Server: Apache x-compute-request-id: req-6c568bbb-e62b-462f-b0ae-c44595da6dbd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6c568bbb-e62b-462f-b0ae-c44595da6dbd Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-04 15:03:04,842 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes/detail used request id req-6c568bbb-e62b-462f-b0ae-c44595da6dbd 2018-10-04 15:03:04,846 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6c568bbb-e62b-462f-b0ae-c44595da6dbd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78a35020e2117ce08de54a976bd54596084d8dd3" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-7b59a987-1f31-4bd7-a812-42db29b2255d", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-04 15:03:05,190 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:03:04 GMT Server: Apache x-compute-request-id: req-b5716315-6bc0-4419-be7d-6db30cb33a5a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b5716315-6bc0-4419-be7d-6db30cb33a5a Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "83d8ebe4922747a48f1b08a364b0e7c1", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes/ca0262fa-3390-43c6-abbc-452c13997172", "rel": "self"}, {"href": "http://172.30.9.23:8776/308b69399297410e9b78abbf8991b646/volumes/ca0262fa-3390-43c6-abbc-452c13997172", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:03:05.080830", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-7b59a987-1f31-4bd7-a812-42db29b2255d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ca0262fa-3390-43c6-abbc-452c13997172", "size": 1}} 2018-10-04 15:03:05,190 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes used request id req-b5716315-6bc0-4419-be7d-6db30cb33a5a 2018-10-04 15:03:05,194 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes/ca0262fa-3390-43c6-abbc-452c13997172 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6c568bbb-e62b-462f-b0ae-c44595da6dbd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78a35020e2117ce08de54a976bd54596084d8dd3" 2018-10-04 15:03:05,382 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:05 GMT Server: Apache x-compute-request-id: req-16363b0d-47d6-440e-ab05-174688fee5d7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-16363b0d-47d6-440e-ab05-174688fee5d7 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "83d8ebe4922747a48f1b08a364b0e7c1", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes/ca0262fa-3390-43c6-abbc-452c13997172", "rel": "self"}, {"href": "http://172.30.9.23:8776/308b69399297410e9b78abbf8991b646/volumes/ca0262fa-3390-43c6-abbc-452c13997172", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:03:05.000000", "description": null, "os-vol-tenant-attr:tenant_id": "308b69399297410e9b78abbf8991b646", "updated_at": "2018-10-04T15:03:05.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-7b59a987-1f31-4bd7-a812-42db29b2255d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ca0262fa-3390-43c6-abbc-452c13997172", "size": 1}} 2018-10-04 15:03:05,383 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes/ca0262fa-3390-43c6-abbc-452c13997172 used request id req-16363b0d-47d6-440e-ab05-174688fee5d7 2018-10-04 15:03:05,383 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-7b59a987-1f31-4bd7-a812-42db29b2255d 2018-10-04 15:03:05,386 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes/ca0262fa-3390-43c6-abbc-452c13997172 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6c568bbb-e62b-462f-b0ae-c44595da6dbd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78a35020e2117ce08de54a976bd54596084d8dd3" 2018-10-04 15:03:05,578 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:05 GMT Server: Apache x-compute-request-id: req-3e54e568-64e5-4b41-b33b-080ff1ed1c03 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3e54e568-64e5-4b41-b33b-080ff1ed1c03 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "83d8ebe4922747a48f1b08a364b0e7c1", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes/ca0262fa-3390-43c6-abbc-452c13997172", "rel": "self"}, {"href": "http://172.30.9.23:8776/308b69399297410e9b78abbf8991b646/volumes/ca0262fa-3390-43c6-abbc-452c13997172", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:03:05.000000", "description": null, "os-vol-tenant-attr:tenant_id": "308b69399297410e9b78abbf8991b646", "updated_at": "2018-10-04T15:03:05.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-7b59a987-1f31-4bd7-a812-42db29b2255d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ca0262fa-3390-43c6-abbc-452c13997172", "size": 1}} 2018-10-04 15:03:05,578 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes/ca0262fa-3390-43c6-abbc-452c13997172 used request id req-3e54e568-64e5-4b41-b33b-080ff1ed1c03 2018-10-04 15:03:05,578 - create_volume - DEBUG - Instance status is - available 2018-10-04 15:03:05,578 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-7b59a987-1f31-4bd7-a812-42db29b2255d 2018-10-04 15:03:05,579 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-7b59a987-1f31-4bd7-a812-42db29b2255d 2018-10-04 15:03:05,582 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d3e9ba2805a86a806216686159a5d77b870c63" 2018-10-04 15:03:05,764 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:05 GMT Server: Apache x-compute-request-id: req-063332af-7d10-41b7-a441-fe2e9d788f88 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-063332af-7d10-41b7-a441-fe2e9d788f88 Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "83d8ebe4922747a48f1b08a364b0e7c1", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes/ca0262fa-3390-43c6-abbc-452c13997172", "rel": "self"}, {"href": "http://172.30.9.23:8776/308b69399297410e9b78abbf8991b646/volumes/ca0262fa-3390-43c6-abbc-452c13997172", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:03:05.000000", "description": null, "os-vol-tenant-attr:tenant_id": "308b69399297410e9b78abbf8991b646", "updated_at": "2018-10-04T15:03:05.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-7b59a987-1f31-4bd7-a812-42db29b2255d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ca0262fa-3390-43c6-abbc-452c13997172", "size": 1}]} 2018-10-04 15:03:05,764 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes/detail used request id req-063332af-7d10-41b7-a441-fe2e9d788f88 2018-10-04 15:03:05,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:03:05,773 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:03:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:03:05,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/308b69399297410e9b78abbf8991b646 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d3e9ba2805a86a806216686159a5d77b870c63" 2018-10-04 15:03:05,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0346ef50-7d78-4447-a249-c3bdaac32008 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/308b69399297410e9b78abbf8991b646"}, "enabled": true, "id": "308b69399297410e9b78abbf8991b646", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-354cab8d-9412-435-proj"}} 2018-10-04 15:03:05,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/308b69399297410e9b78abbf8991b646 used request id req-0346ef50-7d78-4447-a249-c3bdaac32008 2018-10-04 15:03:05,831 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:05,832 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:06,206 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "37a7d702d05f4d52bcd9a41c71a9983e", "name": "CreateSimpleVolumeSuccessTests-354cab8d-9412-435-proj-role"}], "expires_at": "2018-10-04T16:03:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "308b69399297410e9b78abbf8991b646", "name": "CreateSimpleVolumeSuccessTests-354cab8d-9412-435-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/308b69399297410e9b78abbf8991b646", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/308b69399297410e9b78abbf8991b646", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/308b69399297410e9b78abbf8991b646", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/308b69399297410e9b78abbf8991b646", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/308b69399297410e9b78abbf8991b646", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/308b69399297410e9b78abbf8991b646", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/308b69399297410e9b78abbf8991b646", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/308b69399297410e9b78abbf8991b646", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/308b69399297410e9b78abbf8991b646", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/308b69399297410e9b78abbf8991b646", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/308b69399297410e9b78abbf8991b646", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-354cab8d-9412-435-user", "id": "83d8ebe4922747a48f1b08a364b0e7c1"}, "audit_ids": ["8IT5URZoT4uHvVbyOsvj1A"], "issued_at": "2018-10-04T15:03:06.000000Z"}} 2018-10-04 15:03:06,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}764c0de329f37896b835080d65cf68b3930f903d" 2018-10-04 15:03:06,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c08d7dd6-366c-4100-bf84-1b648a21a66f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:06,285 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c08d7dd6-366c-4100-bf84-1b648a21a66f 2018-10-04 15:03:06,290 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}764c0de329f37896b835080d65cf68b3930f903d" 2018-10-04 15:03:06,484 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:06 GMT Server: Apache x-compute-request-id: req-bd5c882d-0892-43c8-8a66-8dfb8313c8ea OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bd5c882d-0892-43c8-8a66-8dfb8313c8ea Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "83d8ebe4922747a48f1b08a364b0e7c1", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes/ca0262fa-3390-43c6-abbc-452c13997172", "rel": "self"}, {"href": "http://172.30.9.23:8776/308b69399297410e9b78abbf8991b646/volumes/ca0262fa-3390-43c6-abbc-452c13997172", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:03:05.000000", "description": null, "os-vol-tenant-attr:tenant_id": "308b69399297410e9b78abbf8991b646", "updated_at": "2018-10-04T15:03:05.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-7b59a987-1f31-4bd7-a812-42db29b2255d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ca0262fa-3390-43c6-abbc-452c13997172", "size": 1}]} 2018-10-04 15:03:06,484 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes/detail used request id req-bd5c882d-0892-43c8-8a66-8dfb8313c8ea 2018-10-04 15:03:06,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:03:06,493 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:03:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:03:06,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/308b69399297410e9b78abbf8991b646 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}764c0de329f37896b835080d65cf68b3930f903d" 2018-10-04 15:03:06,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c1743c5-cdd5-40de-b577-dd9d59f4433e Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/308b69399297410e9b78abbf8991b646"}, "enabled": true, "id": "308b69399297410e9b78abbf8991b646", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-354cab8d-9412-435-proj"}} 2018-10-04 15:03:06,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/308b69399297410e9b78abbf8991b646 used request id req-1c1743c5-cdd5-40de-b577-dd9d59f4433e 2018-10-04 15:03:06,573 - create_volume - INFO - Did not create volume due to cleanup mode 2018-10-04 15:03:06,576 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes/ca0262fa-3390-43c6-abbc-452c13997172 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6c568bbb-e62b-462f-b0ae-c44595da6dbd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78a35020e2117ce08de54a976bd54596084d8dd3" 2018-10-04 15:03:06,625 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:06 GMT Server: Apache x-compute-request-id: req-da7b797d-4fdd-4662-9410-8cb604178165 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-da7b797d-4fdd-4662-9410-8cb604178165 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "83d8ebe4922747a48f1b08a364b0e7c1", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes/ca0262fa-3390-43c6-abbc-452c13997172", "rel": "self"}, {"href": "http://172.30.9.23:8776/308b69399297410e9b78abbf8991b646/volumes/ca0262fa-3390-43c6-abbc-452c13997172", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:03:05.000000", "description": null, "os-vol-tenant-attr:tenant_id": "308b69399297410e9b78abbf8991b646", "updated_at": "2018-10-04T15:03:05.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-7b59a987-1f31-4bd7-a812-42db29b2255d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ca0262fa-3390-43c6-abbc-452c13997172", "size": 1}} 2018-10-04 15:03:06,626 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes/ca0262fa-3390-43c6-abbc-452c13997172 used request id req-da7b797d-4fdd-4662-9410-8cb604178165 2018-10-04 15:03:06,626 - create_volume - DEBUG - Instance status is - available 2018-10-04 15:03:06,626 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-7b59a987-1f31-4bd7-a812-42db29b2255d 2018-10-04 15:03:06,626 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-7b59a987-1f31-4bd7-a812-42db29b2255d 2018-10-04 15:03:06,629 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes/ca0262fa-3390-43c6-abbc-452c13997172 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6c568bbb-e62b-462f-b0ae-c44595da6dbd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78a35020e2117ce08de54a976bd54596084d8dd3" 2018-10-04 15:03:06,852 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:03:06 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f58bdf0e-3edd-44c4-aa0b-395176e0330a 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-10-04 15:03:06,852 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes/ca0262fa-3390-43c6-abbc-452c13997172 used request id req-f58bdf0e-3edd-44c4-aa0b-395176e0330a 2018-10-04 15:03:06,855 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes/ca0262fa-3390-43c6-abbc-452c13997172 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6c568bbb-e62b-462f-b0ae-c44595da6dbd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78a35020e2117ce08de54a976bd54596084d8dd3" 2018-10-04 15:03:07,037 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:06 GMT Server: Apache x-compute-request-id: req-3d2a23a8-0a2d-4eb2-be76-4af40e3cc673 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3d2a23a8-0a2d-4eb2-be76-4af40e3cc673 Content-Encoding: gzip Content-Length: 468 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "83d8ebe4922747a48f1b08a364b0e7c1", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes/ca0262fa-3390-43c6-abbc-452c13997172", "rel": "self"}, {"href": "http://172.30.9.23:8776/308b69399297410e9b78abbf8991b646/volumes/ca0262fa-3390-43c6-abbc-452c13997172", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:03:05.000000", "description": null, "os-vol-tenant-attr:tenant_id": "308b69399297410e9b78abbf8991b646", "updated_at": "2018-10-04T15:03:06.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-7b59a987-1f31-4bd7-a812-42db29b2255d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ca0262fa-3390-43c6-abbc-452c13997172", "size": 1}} 2018-10-04 15:03:07,038 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes/ca0262fa-3390-43c6-abbc-452c13997172 used request id req-3d2a23a8-0a2d-4eb2-be76-4af40e3cc673 2018-10-04 15:03:07,038 - create_volume - DEBUG - Instance status is - deleting 2018-10-04 15:03:07,038 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-04 15:03:10,041 - create_volume - DEBUG - Volume status query timeout in 56.8111109734 2018-10-04 15:03:10,044 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes/ca0262fa-3390-43c6-abbc-452c13997172 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6c568bbb-e62b-462f-b0ae-c44595da6dbd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78a35020e2117ce08de54a976bd54596084d8dd3" 2018-10-04 15:03:10,223 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:03:10 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d75149ca-61d5-4e1b-bcff-8985e5f1edb7 x-openstack-request-id: req-d75149ca-61d5-4e1b-bcff-8985e5f1edb7 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume ca0262fa-3390-43c6-abbc-452c13997172 could not be found.", "code": 404}} 2018-10-04 15:03:10,224 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/308b69399297410e9b78abbf8991b646/volumes/ca0262fa-3390-43c6-abbc-452c13997172 used request id req-d75149ca-61d5-4e1b-bcff-8985e5f1edb7 2018-10-04 15:03:10,224 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume ca0262fa-3390-43c6-abbc-452c13997172 could not be found. (HTTP 404) (Request-ID: req-d75149ca-61d5-4e1b-bcff-8985e5f1edb7) 2018-10-04 15:03:10,224 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-7b59a987-1f31-4bd7-a812-42db29b2255d 2018-10-04 15:03:10,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e19eb18313e80348865632481efc9d600112d6f" 2018-10-04 15:03:10,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9bcb747f-45c4-4980-a2de-dfcd389c1168 Date: Thu, 04 Oct 2018 15:03:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:03:10,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-9bcb747f-45c4-4980-a2de-dfcd389c1168 2018-10-04 15:03:10,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e19eb18313e80348865632481efc9d600112d6f" 2018-10-04 15:03:10,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3999aed6-a79f-4004-b669-1d1e0e72ebc5 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:03:10,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-3999aed6-a79f-4004-b669-1d1e0e72ebc5 2018-10-04 15:03:10,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e19eb18313e80348865632481efc9d600112d6f" 2018-10-04 15:03:10,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91b82636-efee-43a2-8043-f9f590464284 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:03:10,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-91b82636-efee-43a2-8043-f9f590464284 2018-10-04 15:03:10,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e19eb18313e80348865632481efc9d600112d6f" 2018-10-04 15:03:10,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fedadcc3-6fdf-42bc-b2c1-289bae0e8eea Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:03:10,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-fedadcc3-6fdf-42bc-b2c1-289bae0e8eea 2018-10-04 15:03:10,716 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-354cab8d-9412-435-proj 2018-10-04 15:03:10,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/308b69399297410e9b78abbf8991b646 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e19eb18313e80348865632481efc9d600112d6f" 2018-10-04 15:03:10,913 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-653b8215-dcd9-4f77-93da-1fce190129ff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:10,914 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/308b69399297410e9b78abbf8991b646 used request id req-653b8215-dcd9-4f77-93da-1fce190129ff 2018-10-04 15:03:10,914 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-354cab8d-9412-435-proj-role 2018-10-04 15:03:10,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/37a7d702d05f4d52bcd9a41c71a9983e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e19eb18313e80348865632481efc9d600112d6f" 2018-10-04 15:03:11,030 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62bf828c-6b61-45ca-b826-8aec7d3b7fe8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:11,030 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/37a7d702d05f4d52bcd9a41c71a9983e used request id req-62bf828c-6b61-45ca-b826-8aec7d3b7fe8 2018-10-04 15:03:11,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e19eb18313e80348865632481efc9d600112d6f" 2018-10-04 15:03:11,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85f00466-ba6e-42df-8261-db68c2cf647f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:03:11,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-85f00466-ba6e-42df-8261-db68c2cf647f 2018-10-04 15:03:11,134 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-354cab8d-9412-435-user 2018-10-04 15:03:11,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/83d8ebe4922747a48f1b08a364b0e7c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de9eaec9596bd36046d2acce8593b933185ced9b" 2018-10-04 15:03:11,317 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e09a9dfd-4d98-4230-8310-9fb027ccd81e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:11,317 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/83d8ebe4922747a48f1b08a364b0e7c1 used request id req-e09a9dfd-4d98-4230-8310-9fb027ccd81e 2018-10-04 15:03:11,319 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:11,693 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["KUZBFFg4SOWxkX_2I-eQcQ"], "issued_at": "2018-10-04T15:03:11.000000Z"}} 2018-10-04 15:03:11,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7f8aa3159e129f83e908032cb9172d3ec8af945" 2018-10-04 15:03:11,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8104be26-c7f7-4507-967c-20bb3a43b0cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:11,784 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8104be26-c7f7-4507-967c-20bb3a43b0cf 2018-10-04 15:03:11,785 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:11,787 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:12,175 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["Bp6BDmxEQFCBdBuDA1UOTw"], "issued_at": "2018-10-04T15:03:12.000000Z"}} 2018-10-04 15:03:12,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20c80d691f41dd334c9030d5d2225f638646af5a" 2018-10-04 15:03:12,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9801a249-3e12-4326-be02-093e85b57364 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:12,253 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9801a249-3e12-4326-be02-093e85b57364 2018-10-04 15:03:12,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:03:12,263 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:03:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:03:12,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20c80d691f41dd334c9030d5d2225f638646af5a" 2018-10-04 15:03:12,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-517b9f89-2ad7-4ddb-bd2f-ac856ebf8386 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:03:12,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-proj used request id req-517b9f89-2ad7-4ddb-bd2f-ac856ebf8386 2018-10-04 15:03:12,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20c80d691f41dd334c9030d5d2225f638646af5a" 2018-10-04 15:03:12,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31e3efb8-68c2-485f-8512-3861a983ff08 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:03:12,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-31e3efb8-68c2-485f-8512-3861a983ff08 2018-10-04 15:03:12,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20c80d691f41dd334c9030d5d2225f638646af5a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-proj"}}' 2018-10-04 15:03:12,563 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:03:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f42b4913-6ee1-4553-bfb5-a126f6ff4838 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d6aa16f965d144a785e2d38f4c80ea31"}, "enabled": true, "id": "d6aa16f965d144a785e2d38f4c80ea31", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-proj"}} 2018-10-04 15:03:12,563 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-f42b4913-6ee1-4553-bfb5-a126f6ff4838 2018-10-04 15:03:12,563 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-proj 2018-10-04 15:03:12,564 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:12,565 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:12,951 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["cBFSTONuQVOmsJi6U9hCSA"], "issued_at": "2018-10-04T15:03:12.000000Z"}} 2018-10-04 15:03:12,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00a797359e10558db5ab48c16117e88b7a116aa6" 2018-10-04 15:03:13,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fc56ab0-c35e-4e11-b3bd-36ed538e42ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:13,027 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6fc56ab0-c35e-4e11-b3bd-36ed538e42ed 2018-10-04 15:03:13,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:03:13,037 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:03:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:03:13,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00a797359e10558db5ab48c16117e88b7a116aa6" 2018-10-04 15:03:13,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6131dc23-8c1e-4034-9639-3729e47e8711 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:03:13,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6131dc23-8c1e-4034-9639-3729e47e8711 2018-10-04 15:03:13,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00a797359e10558db5ab48c16117e88b7a116aa6" 2018-10-04 15:03:13,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00837e2c-61a5-4641-b873-a71889ee715d Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d6aa16f965d144a785e2d38f4c80ea31"}, "enabled": true, "id": "d6aa16f965d144a785e2d38f4c80ea31", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-proj"}]} 2018-10-04 15:03:13,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-proj used request id req-00837e2c-61a5-4641-b873-a71889ee715d 2018-10-04 15:03:13,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00a797359e10558db5ab48c16117e88b7a116aa6" 2018-10-04 15:03:13,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76c273d4-45b9-4a4f-8ad8-d97347ed6ab0 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:03:13,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-76c273d4-45b9-4a4f-8ad8-d97347ed6ab0 2018-10-04 15:03:13,552 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-user 2018-10-04 15:03:13,552 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:13,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20c80d691f41dd334c9030d5d2225f638646af5a" 2018-10-04 15:03:13,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09f0bb47-69c2-4bf0-b124-8704ef0b3da0 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:03:13,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-09f0bb47-69c2-4bf0-b124-8704ef0b3da0 2018-10-04 15:03:13,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20c80d691f41dd334c9030d5d2225f638646af5a" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-proj-role"}}' 2018-10-04 15:03:13,857 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:03:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebf42fb7-7d17-458c-ac8c-b379f99d1f3a Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "853181a60096499bbd47972e0af7378f", "links": {"self": "http://172.30.9.23:5000/v3/roles/853181a60096499bbd47972e0af7378f"}, "name": "CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-proj-role"}} 2018-10-04 15:03:13,857 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-ebf42fb7-7d17-458c-ac8c-b379f99d1f3a 2018-10-04 15:03:13,857 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-proj-role 2018-10-04 15:03:13,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/853181a60096499bbd47972e0af7378f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20c80d691f41dd334c9030d5d2225f638646af5a" 2018-10-04 15:03:13,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-012acd26-e2c1-4b72-8880-64464db152ee Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/853181a60096499bbd47972e0af7378f"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-proj-role", "id": "853181a60096499bbd47972e0af7378f"}} 2018-10-04 15:03:13,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/853181a60096499bbd47972e0af7378f used request id req-012acd26-e2c1-4b72-8880-64464db152ee 2018-10-04 15:03:13,948 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-proj-role to project CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-proj 2018-10-04 15:03:13,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/d6aa16f965d144a785e2d38f4c80ea31/users/6cec34b6236c4b358f57657aff1084a1/roles/853181a60096499bbd47972e0af7378f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20c80d691f41dd334c9030d5d2225f638646af5a" 2018-10-04 15:03:14,074 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9cd755d-e80a-4d98-b607-2206c515a87d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:14,074 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/d6aa16f965d144a785e2d38f4c80ea31/users/6cec34b6236c4b358f57657aff1084a1/roles/853181a60096499bbd47972e0af7378f used request id req-f9cd755d-e80a-4d98-b607-2206c515a87d 2018-10-04 15:03:14,076 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:14,452 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "853181a60096499bbd47972e0af7378f", "name": "CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-proj-role"}], "expires_at": "2018-10-04T16:03:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6aa16f965d144a785e2d38f4c80ea31", "name": "CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/d6aa16f965d144a785e2d38f4c80ea31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/d6aa16f965d144a785e2d38f4c80ea31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/d6aa16f965d144a785e2d38f4c80ea31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d6aa16f965d144a785e2d38f4c80ea31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/d6aa16f965d144a785e2d38f4c80ea31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/d6aa16f965d144a785e2d38f4c80ea31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/d6aa16f965d144a785e2d38f4c80ea31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/d6aa16f965d144a785e2d38f4c80ea31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/d6aa16f965d144a785e2d38f4c80ea31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d6aa16f965d144a785e2d38f4c80ea31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/d6aa16f965d144a785e2d38f4c80ea31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/d6aa16f965d144a785e2d38f4c80ea31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-user", "id": "6cec34b6236c4b358f57657aff1084a1"}, "audit_ids": ["CbjMjPdOSgqOJJsBUcS8lw"], "issued_at": "2018-10-04T15:03:14.000000Z"}} 2018-10-04 15:03:14,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5405642b1c3583426d68f5bf6000e3b4191c743f" 2018-10-04 15:03:14,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c28b738-092b-411f-8786-6ab2331fccb4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:14,539 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8c28b738-092b-411f-8786-6ab2331fccb4 2018-10-04 15:03:14,540 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:14,541 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:14,906 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "853181a60096499bbd47972e0af7378f", "name": "CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-proj-role"}], "expires_at": "2018-10-04T16:03:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6aa16f965d144a785e2d38f4c80ea31", "name": "CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/d6aa16f965d144a785e2d38f4c80ea31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/d6aa16f965d144a785e2d38f4c80ea31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/d6aa16f965d144a785e2d38f4c80ea31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d6aa16f965d144a785e2d38f4c80ea31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/d6aa16f965d144a785e2d38f4c80ea31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/d6aa16f965d144a785e2d38f4c80ea31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/d6aa16f965d144a785e2d38f4c80ea31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/d6aa16f965d144a785e2d38f4c80ea31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/d6aa16f965d144a785e2d38f4c80ea31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d6aa16f965d144a785e2d38f4c80ea31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/d6aa16f965d144a785e2d38f4c80ea31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/d6aa16f965d144a785e2d38f4c80ea31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-user", "id": "6cec34b6236c4b358f57657aff1084a1"}, "audit_ids": ["WVxTHujfSVqHoK46IYxANg"], "issued_at": "2018-10-04T15:03:14.000000Z"}} 2018-10-04 15:03:14,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587cf5e2c9a5faf5413ae011ff0375666ea50dd9" 2018-10-04 15:03:14,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42de055c-5505-4ed6-b97e-bd060a81d1b9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:14,981 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-42de055c-5505-4ed6-b97e-bd060a81d1b9 2018-10-04 15:03:14,986 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/d6aa16f965d144a785e2d38f4c80ea31/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587cf5e2c9a5faf5413ae011ff0375666ea50dd9" 2018-10-04 15:03:15,164 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:14 GMT Server: Apache x-compute-request-id: req-5de0ff02-5fdb-49dc-bca2-3ff3a5fbfe5a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5de0ff02-5fdb-49dc-bca2-3ff3a5fbfe5a Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-04 15:03:15,165 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/d6aa16f965d144a785e2d38f4c80ea31/volumes/detail used request id req-5de0ff02-5fdb-49dc-bca2-3ff3a5fbfe5a 2018-10-04 15:03:15,168 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/d6aa16f965d144a785e2d38f4c80ea31/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-5de0ff02-5fdb-49dc-bca2-3ff3a5fbfe5a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587cf5e2c9a5faf5413ae011ff0375666ea50dd9" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-774bc818-d4ce-46f3-bebf-9f9c22b6d5b3", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-04 15:03:15,510 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:03:15 GMT Server: Apache x-compute-request-id: req-c28e2f32-7243-455b-aaea-dc3cadf60850 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c28e2f32-7243-455b-aaea-dc3cadf60850 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "6cec34b6236c4b358f57657aff1084a1", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/d6aa16f965d144a785e2d38f4c80ea31/volumes/36dc8679-7ab0-4e83-8b01-bfc7c0327eda", "rel": "self"}, {"href": "http://172.30.9.23:8776/d6aa16f965d144a785e2d38f4c80ea31/volumes/36dc8679-7ab0-4e83-8b01-bfc7c0327eda", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:03:15.423282", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-774bc818-d4ce-46f3-bebf-9f9c22b6d5b3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "36dc8679-7ab0-4e83-8b01-bfc7c0327eda", "size": 1}} 2018-10-04 15:03:15,510 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/d6aa16f965d144a785e2d38f4c80ea31/volumes used request id req-c28e2f32-7243-455b-aaea-dc3cadf60850 2018-10-04 15:03:15,513 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/d6aa16f965d144a785e2d38f4c80ea31/volumes/36dc8679-7ab0-4e83-8b01-bfc7c0327eda -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5de0ff02-5fdb-49dc-bca2-3ff3a5fbfe5a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587cf5e2c9a5faf5413ae011ff0375666ea50dd9" 2018-10-04 15:03:15,710 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:15 GMT Server: Apache x-compute-request-id: req-865b0e9f-7ea1-422e-ae57-5d2b815843b8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-865b0e9f-7ea1-422e-ae57-5d2b815843b8 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "6cec34b6236c4b358f57657aff1084a1", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/d6aa16f965d144a785e2d38f4c80ea31/volumes/36dc8679-7ab0-4e83-8b01-bfc7c0327eda", "rel": "self"}, {"href": "http://172.30.9.23:8776/d6aa16f965d144a785e2d38f4c80ea31/volumes/36dc8679-7ab0-4e83-8b01-bfc7c0327eda", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:03:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d6aa16f965d144a785e2d38f4c80ea31", "updated_at": "2018-10-04T15:03:15.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-774bc818-d4ce-46f3-bebf-9f9c22b6d5b3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "36dc8679-7ab0-4e83-8b01-bfc7c0327eda", "size": 1}} 2018-10-04 15:03:15,710 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/d6aa16f965d144a785e2d38f4c80ea31/volumes/36dc8679-7ab0-4e83-8b01-bfc7c0327eda used request id req-865b0e9f-7ea1-422e-ae57-5d2b815843b8 2018-10-04 15:03:15,710 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-774bc818-d4ce-46f3-bebf-9f9c22b6d5b3 2018-10-04 15:03:15,713 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/d6aa16f965d144a785e2d38f4c80ea31/volumes/36dc8679-7ab0-4e83-8b01-bfc7c0327eda -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5de0ff02-5fdb-49dc-bca2-3ff3a5fbfe5a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587cf5e2c9a5faf5413ae011ff0375666ea50dd9" 2018-10-04 15:03:15,894 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:15 GMT Server: Apache x-compute-request-id: req-6c7f6e3d-265a-43c3-9c44-4f35c54c41fc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6c7f6e3d-265a-43c3-9c44-4f35c54c41fc Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "6cec34b6236c4b358f57657aff1084a1", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/d6aa16f965d144a785e2d38f4c80ea31/volumes/36dc8679-7ab0-4e83-8b01-bfc7c0327eda", "rel": "self"}, {"href": "http://172.30.9.23:8776/d6aa16f965d144a785e2d38f4c80ea31/volumes/36dc8679-7ab0-4e83-8b01-bfc7c0327eda", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:03:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d6aa16f965d144a785e2d38f4c80ea31", "updated_at": "2018-10-04T15:03:15.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-774bc818-d4ce-46f3-bebf-9f9c22b6d5b3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "36dc8679-7ab0-4e83-8b01-bfc7c0327eda", "size": 1}} 2018-10-04 15:03:15,894 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/d6aa16f965d144a785e2d38f4c80ea31/volumes/36dc8679-7ab0-4e83-8b01-bfc7c0327eda used request id req-6c7f6e3d-265a-43c3-9c44-4f35c54c41fc 2018-10-04 15:03:15,895 - create_volume - DEBUG - Instance status is - available 2018-10-04 15:03:15,895 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-774bc818-d4ce-46f3-bebf-9f9c22b6d5b3 2018-10-04 15:03:15,895 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-774bc818-d4ce-46f3-bebf-9f9c22b6d5b3 2018-10-04 15:03:15,898 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/d6aa16f965d144a785e2d38f4c80ea31/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5405642b1c3583426d68f5bf6000e3b4191c743f" 2018-10-04 15:03:16,084 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:15 GMT Server: Apache x-compute-request-id: req-e317e82d-7bdc-4394-ae61-df9014031400 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e317e82d-7bdc-4394-ae61-df9014031400 Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "6cec34b6236c4b358f57657aff1084a1", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/d6aa16f965d144a785e2d38f4c80ea31/volumes/36dc8679-7ab0-4e83-8b01-bfc7c0327eda", "rel": "self"}, {"href": "http://172.30.9.23:8776/d6aa16f965d144a785e2d38f4c80ea31/volumes/36dc8679-7ab0-4e83-8b01-bfc7c0327eda", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:03:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d6aa16f965d144a785e2d38f4c80ea31", "updated_at": "2018-10-04T15:03:15.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-774bc818-d4ce-46f3-bebf-9f9c22b6d5b3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "36dc8679-7ab0-4e83-8b01-bfc7c0327eda", "size": 1}]} 2018-10-04 15:03:16,085 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/d6aa16f965d144a785e2d38f4c80ea31/volumes/detail used request id req-e317e82d-7bdc-4394-ae61-df9014031400 2018-10-04 15:03:16,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:03:16,094 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:03:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:03:16,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/d6aa16f965d144a785e2d38f4c80ea31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5405642b1c3583426d68f5bf6000e3b4191c743f" 2018-10-04 15:03:16,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-468292f7-7b73-4aa3-a434-0a4bdf2642b3 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d6aa16f965d144a785e2d38f4c80ea31"}, "enabled": true, "id": "d6aa16f965d144a785e2d38f4c80ea31", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-proj"}} 2018-10-04 15:03:16,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/d6aa16f965d144a785e2d38f4c80ea31 used request id req-468292f7-7b73-4aa3-a434-0a4bdf2642b3 2018-10-04 15:03:16,155 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/d6aa16f965d144a785e2d38f4c80ea31/volumes/36dc8679-7ab0-4e83-8b01-bfc7c0327eda -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5de0ff02-5fdb-49dc-bca2-3ff3a5fbfe5a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587cf5e2c9a5faf5413ae011ff0375666ea50dd9" 2018-10-04 15:03:16,410 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:16 GMT Server: Apache x-compute-request-id: req-9422b3f1-4b4a-40d7-8fd5-8dc972bc5f8e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9422b3f1-4b4a-40d7-8fd5-8dc972bc5f8e Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "6cec34b6236c4b358f57657aff1084a1", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/d6aa16f965d144a785e2d38f4c80ea31/volumes/36dc8679-7ab0-4e83-8b01-bfc7c0327eda", "rel": "self"}, {"href": "http://172.30.9.23:8776/d6aa16f965d144a785e2d38f4c80ea31/volumes/36dc8679-7ab0-4e83-8b01-bfc7c0327eda", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:03:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d6aa16f965d144a785e2d38f4c80ea31", "updated_at": "2018-10-04T15:03:15.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-774bc818-d4ce-46f3-bebf-9f9c22b6d5b3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "36dc8679-7ab0-4e83-8b01-bfc7c0327eda", "size": 1}} 2018-10-04 15:03:16,410 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/d6aa16f965d144a785e2d38f4c80ea31/volumes/36dc8679-7ab0-4e83-8b01-bfc7c0327eda used request id req-9422b3f1-4b4a-40d7-8fd5-8dc972bc5f8e 2018-10-04 15:03:16,411 - create_volume - DEBUG - Instance status is - available 2018-10-04 15:03:16,411 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-774bc818-d4ce-46f3-bebf-9f9c22b6d5b3 2018-10-04 15:03:16,411 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-774bc818-d4ce-46f3-bebf-9f9c22b6d5b3 2018-10-04 15:03:16,414 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/d6aa16f965d144a785e2d38f4c80ea31/volumes/36dc8679-7ab0-4e83-8b01-bfc7c0327eda -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5de0ff02-5fdb-49dc-bca2-3ff3a5fbfe5a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587cf5e2c9a5faf5413ae011ff0375666ea50dd9" 2018-10-04 15:03:16,745 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:03:16 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3e32662b-0060-4a7e-b788-ab232152f099 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-10-04 15:03:16,745 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/d6aa16f965d144a785e2d38f4c80ea31/volumes/36dc8679-7ab0-4e83-8b01-bfc7c0327eda used request id req-3e32662b-0060-4a7e-b788-ab232152f099 2018-10-04 15:03:16,748 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/d6aa16f965d144a785e2d38f4c80ea31/volumes/36dc8679-7ab0-4e83-8b01-bfc7c0327eda -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5de0ff02-5fdb-49dc-bca2-3ff3a5fbfe5a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587cf5e2c9a5faf5413ae011ff0375666ea50dd9" 2018-10-04 15:03:16,955 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:16 GMT Server: Apache x-compute-request-id: req-f1c940af-81c4-4b15-ac76-28b328594074 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f1c940af-81c4-4b15-ac76-28b328594074 Content-Encoding: gzip Content-Length: 468 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "6cec34b6236c4b358f57657aff1084a1", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/d6aa16f965d144a785e2d38f4c80ea31/volumes/36dc8679-7ab0-4e83-8b01-bfc7c0327eda", "rel": "self"}, {"href": "http://172.30.9.23:8776/d6aa16f965d144a785e2d38f4c80ea31/volumes/36dc8679-7ab0-4e83-8b01-bfc7c0327eda", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:03:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d6aa16f965d144a785e2d38f4c80ea31", "updated_at": "2018-10-04T15:03:16.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-774bc818-d4ce-46f3-bebf-9f9c22b6d5b3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "36dc8679-7ab0-4e83-8b01-bfc7c0327eda", "size": 1}} 2018-10-04 15:03:16,955 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/d6aa16f965d144a785e2d38f4c80ea31/volumes/36dc8679-7ab0-4e83-8b01-bfc7c0327eda used request id req-f1c940af-81c4-4b15-ac76-28b328594074 2018-10-04 15:03:16,956 - create_volume - DEBUG - Instance status is - deleting 2018-10-04 15:03:16,956 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-04 15:03:19,959 - create_volume - DEBUG - Volume status query timeout in 56.7859110832 2018-10-04 15:03:19,962 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/d6aa16f965d144a785e2d38f4c80ea31/volumes/36dc8679-7ab0-4e83-8b01-bfc7c0327eda -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5de0ff02-5fdb-49dc-bca2-3ff3a5fbfe5a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587cf5e2c9a5faf5413ae011ff0375666ea50dd9" 2018-10-04 15:03:20,173 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:03:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-2fe244f9-db8d-4d9e-a4e0-d03a7c3e8bff x-openstack-request-id: req-2fe244f9-db8d-4d9e-a4e0-d03a7c3e8bff Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 36dc8679-7ab0-4e83-8b01-bfc7c0327eda could not be found.", "code": 404}} 2018-10-04 15:03:20,173 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/d6aa16f965d144a785e2d38f4c80ea31/volumes/36dc8679-7ab0-4e83-8b01-bfc7c0327eda used request id req-2fe244f9-db8d-4d9e-a4e0-d03a7c3e8bff 2018-10-04 15:03:20,173 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 36dc8679-7ab0-4e83-8b01-bfc7c0327eda could not be found. (HTTP 404) (Request-ID: req-2fe244f9-db8d-4d9e-a4e0-d03a7c3e8bff) 2018-10-04 15:03:20,173 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-774bc818-d4ce-46f3-bebf-9f9c22b6d5b3 2018-10-04 15:03:20,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20c80d691f41dd334c9030d5d2225f638646af5a" 2018-10-04 15:03:20,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-eb2c7d77-7ab8-41e6-aa49-7c35f7226a3c Date: Thu, 04 Oct 2018 15:03:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:03:20,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-eb2c7d77-7ab8-41e6-aa49-7c35f7226a3c 2018-10-04 15:03:20,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20c80d691f41dd334c9030d5d2225f638646af5a" 2018-10-04 15:03:20,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8c6e57a-eb76-45e7-877f-e4da5496e778 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:03:20,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-e8c6e57a-eb76-45e7-877f-e4da5496e778 2018-10-04 15:03:20,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20c80d691f41dd334c9030d5d2225f638646af5a" 2018-10-04 15:03:20,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-279a2098-a19c-4bbd-bd44-e78ebc27799e Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:03:20,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-279a2098-a19c-4bbd-bd44-e78ebc27799e 2018-10-04 15:03:20,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20c80d691f41dd334c9030d5d2225f638646af5a" 2018-10-04 15:03:20,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fa082a6-c3b5-48e1-908a-1d635f2cc12a Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:03:20,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-1fa082a6-c3b5-48e1-908a-1d635f2cc12a 2018-10-04 15:03:20,671 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-proj 2018-10-04 15:03:20,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/d6aa16f965d144a785e2d38f4c80ea31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20c80d691f41dd334c9030d5d2225f638646af5a" 2018-10-04 15:03:20,901 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e6c0525-dd5e-4fd2-96f6-6264f8e839d4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:20,902 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/d6aa16f965d144a785e2d38f4c80ea31 used request id req-4e6c0525-dd5e-4fd2-96f6-6264f8e839d4 2018-10-04 15:03:20,902 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-proj-role 2018-10-04 15:03:20,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/853181a60096499bbd47972e0af7378f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20c80d691f41dd334c9030d5d2225f638646af5a" 2018-10-04 15:03:21,018 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c737d83d-a067-4993-afce-2980dc1721fa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:21,018 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/853181a60096499bbd47972e0af7378f used request id req-c737d83d-a067-4993-afce-2980dc1721fa 2018-10-04 15:03:21,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20c80d691f41dd334c9030d5d2225f638646af5a" 2018-10-04 15:03:21,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a12a567b-1cbc-4dbf-91c8-bcbc5ffb5872 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:03:21,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a12a567b-1cbc-4dbf-91c8-bcbc5ffb5872 2018-10-04 15:03:21,105 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-e871327a-dcdb-414-user 2018-10-04 15:03:21,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/6cec34b6236c4b358f57657aff1084a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00a797359e10558db5ab48c16117e88b7a116aa6" 2018-10-04 15:03:21,299 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b1a410a-824f-4599-98bd-02c7d258dbc1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:21,299 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/6cec34b6236c4b358f57657aff1084a1 used request id req-2b1a410a-824f-4599-98bd-02c7d258dbc1 2018-10-04 15:03:21,301 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:21,682 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["c0oVwhUiRPm7Foxd2Ct-jA"], "issued_at": "2018-10-04T15:03:21.000000Z"}} 2018-10-04 15:03:21,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a09d6e439fed8fc01a88cb1ae134a1b410db112" 2018-10-04 15:03:21,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-678dccbc-6b72-45c8-9d50-0890a5d03076 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:21,764 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-678dccbc-6b72-45c8-9d50-0890a5d03076 2018-10-04 15:03:21,765 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:21,766 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:22,155 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["8sSLp5x3QAarIiouyscW3w"], "issued_at": "2018-10-04T15:03:22.000000Z"}} 2018-10-04 15:03:22,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df544801e71aeaf6135e76abc9934ae42542d98" 2018-10-04 15:03:22,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e02244c-e399-4306-8d7d-26d4f3ca8bcf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:22,240 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4e02244c-e399-4306-8d7d-26d4f3ca8bcf 2018-10-04 15:03:22,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:03:22,250 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:03:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:03:22,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-2c6b6ab6-18d3-435-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df544801e71aeaf6135e76abc9934ae42542d98" 2018-10-04 15:03:22,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-745ff7f7-f695-42a6-a2ba-573dd0c592dd Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-2c6b6ab6-18d3-435-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:03:22,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-2c6b6ab6-18d3-435-proj used request id req-745ff7f7-f695-42a6-a2ba-573dd0c592dd 2018-10-04 15:03:22,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df544801e71aeaf6135e76abc9934ae42542d98" 2018-10-04 15:03:22,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dbf1112-a0f1-45bf-b644-24055e803fbd Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:03:22,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-5dbf1112-a0f1-45bf-b644-24055e803fbd 2018-10-04 15:03:22,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df544801e71aeaf6135e76abc9934ae42542d98" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-2c6b6ab6-18d3-435-proj"}}' 2018-10-04 15:03:22,545 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:03:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3407d8df-335d-4b78-91df-876a5c5145ae Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f312be66cebb4d68ac9a04314ffa73a6"}, "enabled": true, "id": "f312be66cebb4d68ac9a04314ffa73a6", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-2c6b6ab6-18d3-435-proj"}} 2018-10-04 15:03:22,545 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-3407d8df-335d-4b78-91df-876a5c5145ae 2018-10-04 15:03:22,545 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-2c6b6ab6-18d3-435-proj 2018-10-04 15:03:22,546 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:22,546 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:22,934 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["0h8lsBh6Sn-RFcJXqwlRtg"], "issued_at": "2018-10-04T15:03:22.000000Z"}} 2018-10-04 15:03:22,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f7cd5fc58dae34b8219d0b7cf65f7fc2754ac2" 2018-10-04 15:03:22,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ebc3aa7-b85b-44ac-a615-052392f4d0ac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:22,948 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8ebc3aa7-b85b-44ac-a615-052392f4d0ac 2018-10-04 15:03:22,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:03:22,957 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:03:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:03:22,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f7cd5fc58dae34b8219d0b7cf65f7fc2754ac2" 2018-10-04 15:03:23,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2b09bfd-ffbc-49b5-ad91-acfaae5c3b6d Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:03:23,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e2b09bfd-ffbc-49b5-ad91-acfaae5c3b6d 2018-10-04 15:03:23,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeFailureTests-2c6b6ab6-18d3-435-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f7cd5fc58dae34b8219d0b7cf65f7fc2754ac2" 2018-10-04 15:03:23,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-443fad87-9d87-4da5-a1da-cdf3ac7656a1 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeFailureTests-2c6b6ab6-18d3-435-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f312be66cebb4d68ac9a04314ffa73a6"}, "enabled": true, "id": "f312be66cebb4d68ac9a04314ffa73a6", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-2c6b6ab6-18d3-435-proj"}]} 2018-10-04 15:03:23,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeFailureTests-2c6b6ab6-18d3-435-proj used request id req-443fad87-9d87-4da5-a1da-cdf3ac7656a1 2018-10-04 15:03:23,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f7cd5fc58dae34b8219d0b7cf65f7fc2754ac2" 2018-10-04 15:03:23,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2122166c-7083-4ba7-b3ca-e82c3970c609 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:03:23,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-2122166c-7083-4ba7-b3ca-e82c3970c609 2018-10-04 15:03:23,629 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-2c6b6ab6-18d3-435-user 2018-10-04 15:03:23,629 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:23,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df544801e71aeaf6135e76abc9934ae42542d98" 2018-10-04 15:03:23,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-735080d1-b13b-4e2c-8248-7e6206120f09 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:03:23,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-735080d1-b13b-4e2c-8248-7e6206120f09 2018-10-04 15:03:23,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df544801e71aeaf6135e76abc9934ae42542d98" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-2c6b6ab6-18d3-435-proj-role"}}' 2018-10-04 15:03:23,844 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:03:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f81c55e7-1e6e-4ed3-b504-11db87f44af5 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e2900422760347a1a13b216d431351f6", "links": {"self": "http://172.30.9.23:5000/v3/roles/e2900422760347a1a13b216d431351f6"}, "name": "CreateSimpleVolumeFailureTests-2c6b6ab6-18d3-435-proj-role"}} 2018-10-04 15:03:23,844 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-f81c55e7-1e6e-4ed3-b504-11db87f44af5 2018-10-04 15:03:23,844 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-2c6b6ab6-18d3-435-proj-role 2018-10-04 15:03:23,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/e2900422760347a1a13b216d431351f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df544801e71aeaf6135e76abc9934ae42542d98" 2018-10-04 15:03:23,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5054479d-2209-4c30-b3ae-c53232338e3e Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/e2900422760347a1a13b216d431351f6"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-2c6b6ab6-18d3-435-proj-role", "id": "e2900422760347a1a13b216d431351f6"}} 2018-10-04 15:03:23,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/e2900422760347a1a13b216d431351f6 used request id req-5054479d-2209-4c30-b3ae-c53232338e3e 2018-10-04 15:03:23,863 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-2c6b6ab6-18d3-435-proj-role to project CreateSimpleVolumeFailureTests-2c6b6ab6-18d3-435-proj 2018-10-04 15:03:23,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/f312be66cebb4d68ac9a04314ffa73a6/users/ebfcbad643be4bb4a2b2e200e27e8def/roles/e2900422760347a1a13b216d431351f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df544801e71aeaf6135e76abc9934ae42542d98" 2018-10-04 15:03:23,990 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5053794c-4b59-4677-b892-4adef3bd2ab2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:23,991 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/f312be66cebb4d68ac9a04314ffa73a6/users/ebfcbad643be4bb4a2b2e200e27e8def/roles/e2900422760347a1a13b216d431351f6 used request id req-5053794c-4b59-4677-b892-4adef3bd2ab2 2018-10-04 15:03:23,993 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:23,993 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:24,454 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e2900422760347a1a13b216d431351f6", "name": "CreateSimpleVolumeFailureTests-2c6b6ab6-18d3-435-proj-role"}], "expires_at": "2018-10-04T16:03:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f312be66cebb4d68ac9a04314ffa73a6", "name": "CreateSimpleVolumeFailureTests-2c6b6ab6-18d3-435-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/f312be66cebb4d68ac9a04314ffa73a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/f312be66cebb4d68ac9a04314ffa73a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/f312be66cebb4d68ac9a04314ffa73a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f312be66cebb4d68ac9a04314ffa73a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/f312be66cebb4d68ac9a04314ffa73a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/f312be66cebb4d68ac9a04314ffa73a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/f312be66cebb4d68ac9a04314ffa73a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/f312be66cebb4d68ac9a04314ffa73a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/f312be66cebb4d68ac9a04314ffa73a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f312be66cebb4d68ac9a04314ffa73a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/f312be66cebb4d68ac9a04314ffa73a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/f312be66cebb4d68ac9a04314ffa73a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-2c6b6ab6-18d3-435-user", "id": "ebfcbad643be4bb4a2b2e200e27e8def"}, "audit_ids": ["2WQTveZNTMa1AXARJ51-9Q"], "issued_at": "2018-10-04T15:03:24.000000Z"}} 2018-10-04 15:03:24,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcc46b3d228a77660a4c44dfc227b7c879bd6f57" 2018-10-04 15:03:24,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bffe302e-6927-4bfe-a30f-53844662078e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:24,540 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bffe302e-6927-4bfe-a30f-53844662078e 2018-10-04 15:03:24,546 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/f312be66cebb4d68ac9a04314ffa73a6/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcc46b3d228a77660a4c44dfc227b7c879bd6f57" 2018-10-04 15:03:24,762 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:24 GMT Server: Apache x-compute-request-id: req-c0010d42-8d86-41b3-8064-afd1617f4758 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c0010d42-8d86-41b3-8064-afd1617f4758 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-04 15:03:24,762 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/f312be66cebb4d68ac9a04314ffa73a6/volumes/detail used request id req-c0010d42-8d86-41b3-8064-afd1617f4758 2018-10-04 15:03:24,766 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/f312be66cebb4d68ac9a04314ffa73a6/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c0010d42-8d86-41b3-8064-afd1617f4758" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcc46b3d228a77660a4c44dfc227b7c879bd6f57" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-717610bf-fd65-4ff7-bdcf-c0bd07d005fc", "imageRef": "foo", "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-04 15:03:25,120 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Thu, 04 Oct 2018 15:03:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-50aaee13-aa17-4844-bb6d-613edb01a344 x-openstack-request-id: req-50aaee13-aa17-4844-bb6d-613edb01a344 Content-Length: 105 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid image identifier or unable to access requested image.", "code": 400}} 2018-10-04 15:03:25,121 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/f312be66cebb4d68ac9a04314ffa73a6/volumes used request id req-50aaee13-aa17-4844-bb6d-613edb01a344 2018-10-04 15:03:25,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df544801e71aeaf6135e76abc9934ae42542d98" 2018-10-04 15:03:25,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d9273c48-c5ae-4b52-83df-b8fecab67696 Date: Thu, 04 Oct 2018 15:03:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:03:25,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-d9273c48-c5ae-4b52-83df-b8fecab67696 2018-10-04 15:03:25,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df544801e71aeaf6135e76abc9934ae42542d98" 2018-10-04 15:03:25,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c23ff2bd-151e-4bfd-ac89-ae40072f195c Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:03:25,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-c23ff2bd-151e-4bfd-ac89-ae40072f195c 2018-10-04 15:03:25,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df544801e71aeaf6135e76abc9934ae42542d98" 2018-10-04 15:03:25,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39321476-7c60-4fd5-864f-8d9da39e31bf Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:03:25,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-39321476-7c60-4fd5-864f-8d9da39e31bf 2018-10-04 15:03:25,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df544801e71aeaf6135e76abc9934ae42542d98" 2018-10-04 15:03:25,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b832cda4-1ba5-4763-a255-ea37a50ee010 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:03:25,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-b832cda4-1ba5-4763-a255-ea37a50ee010 2018-10-04 15:03:25,620 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-2c6b6ab6-18d3-435-proj 2018-10-04 15:03:25,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/f312be66cebb4d68ac9a04314ffa73a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df544801e71aeaf6135e76abc9934ae42542d98" 2018-10-04 15:03:25,829 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7186bac-6a23-4a8f-892e-fe9fef290259 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:25,829 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/f312be66cebb4d68ac9a04314ffa73a6 used request id req-b7186bac-6a23-4a8f-892e-fe9fef290259 2018-10-04 15:03:25,829 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-2c6b6ab6-18d3-435-proj-role 2018-10-04 15:03:25,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/e2900422760347a1a13b216d431351f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df544801e71aeaf6135e76abc9934ae42542d98" 2018-10-04 15:03:25,946 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a3047ac-0415-419e-903f-c15499f3fb36 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:25,946 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/e2900422760347a1a13b216d431351f6 used request id req-5a3047ac-0415-419e-903f-c15499f3fb36 2018-10-04 15:03:25,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df544801e71aeaf6135e76abc9934ae42542d98" 2018-10-04 15:03:26,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6990d5d-807b-4ebc-b8bf-36aaeb251323 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:03:26,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f6990d5d-807b-4ebc-b8bf-36aaeb251323 2018-10-04 15:03:26,127 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-2c6b6ab6-18d3-435-user 2018-10-04 15:03:26,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/ebfcbad643be4bb4a2b2e200e27e8def -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f7cd5fc58dae34b8219d0b7cf65f7fc2754ac2" 2018-10-04 15:03:26,305 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f96ecb6e-09fd-4c37-9b22-03663f3688a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:26,305 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/ebfcbad643be4bb4a2b2e200e27e8def used request id req-f96ecb6e-09fd-4c37-9b22-03663f3688a9 2018-10-04 15:03:26,307 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:26,682 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["VYYV4opHQBCyZ_k1KGVWsg"], "issued_at": "2018-10-04T15:03:26.000000Z"}} 2018-10-04 15:03:26,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b2f9e229095e35d76ece16f6c7efec67854c148" 2018-10-04 15:03:26,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-613afc54-5a45-413d-8599-4f541719b1ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:26,758 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-613afc54-5a45-413d-8599-4f541719b1ca 2018-10-04 15:03:26,760 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:26,761 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:27,150 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["VTuIFXEAQcWiH70V4NqnLg"], "issued_at": "2018-10-04T15:03:27.000000Z"}} 2018-10-04 15:03:27,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873d3660ef6fa40b5666d10995ef974ada56afd7" 2018-10-04 15:03:27,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-593ea78d-52a8-4147-8ef0-57f938d22a96 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:27,234 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-593ea78d-52a8-4147-8ef0-57f938d22a96 2018-10-04 15:03:27,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:03:27,243 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:03:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:03:27,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-13d94b53-8595-4f8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873d3660ef6fa40b5666d10995ef974ada56afd7" 2018-10-04 15:03:27,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0ef5509-ba68-4db8-97c9-56788b8dd863 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-13d94b53-8595-4f8-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:03:27,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-13d94b53-8595-4f8-proj used request id req-e0ef5509-ba68-4db8-97c9-56788b8dd863 2018-10-04 15:03:27,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873d3660ef6fa40b5666d10995ef974ada56afd7" 2018-10-04 15:03:27,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b64142b-fcfd-4e63-b778-552de59e3eda Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:03:27,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-2b64142b-fcfd-4e63-b778-552de59e3eda 2018-10-04 15:03:27,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873d3660ef6fa40b5666d10995ef974ada56afd7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-13d94b53-8595-4f8-proj"}}' 2018-10-04 15:03:27,552 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:03:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a0f7b14-0b3f-4772-ad55-e8d616ef698a Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3de185a705744306aece45d1c4ca42e7"}, "enabled": true, "id": "3de185a705744306aece45d1c4ca42e7", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-13d94b53-8595-4f8-proj"}} 2018-10-04 15:03:27,552 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-6a0f7b14-0b3f-4772-ad55-e8d616ef698a 2018-10-04 15:03:27,552 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-13d94b53-8595-4f8-proj 2018-10-04 15:03:27,552 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:27,553 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:27,939 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["Ng9lSBEXRxuYHtdIVptFsg"], "issued_at": "2018-10-04T15:03:27.000000Z"}} 2018-10-04 15:03:27,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccc1e796b2d3012e29f0d001e72e6633e0ceec" 2018-10-04 15:03:28,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd1ad2db-106f-4faa-bd3f-c8c92d5791ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:28,017 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fd1ad2db-106f-4faa-bd3f-c8c92d5791ab 2018-10-04 15:03:28,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:03:28,028 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:03:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:03:28,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccc1e796b2d3012e29f0d001e72e6633e0ceec" 2018-10-04 15:03:28,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-050a779d-da79-41e6-92ae-f402151fda85 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:03:28,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-050a779d-da79-41e6-92ae-f402151fda85 2018-10-04 15:03:28,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeFailureTests-13d94b53-8595-4f8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccc1e796b2d3012e29f0d001e72e6633e0ceec" 2018-10-04 15:03:28,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef1002ef-8b9a-4f48-98dd-a93ebc55dbfb Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeFailureTests-13d94b53-8595-4f8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3de185a705744306aece45d1c4ca42e7"}, "enabled": true, "id": "3de185a705744306aece45d1c4ca42e7", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-13d94b53-8595-4f8-proj"}]} 2018-10-04 15:03:28,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeFailureTests-13d94b53-8595-4f8-proj used request id req-ef1002ef-8b9a-4f48-98dd-a93ebc55dbfb 2018-10-04 15:03:28,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccc1e796b2d3012e29f0d001e72e6633e0ceec" 2018-10-04 15:03:28,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a73452e-df5d-4f08-9091-d69716524d44 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:03:28,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-1a73452e-df5d-4f08-9091-d69716524d44 2018-10-04 15:03:28,665 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-13d94b53-8595-4f8-user 2018-10-04 15:03:28,665 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:28,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873d3660ef6fa40b5666d10995ef974ada56afd7" 2018-10-04 15:03:28,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57726a03-a481-4038-a3b2-9a18aab4f400 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:03:28,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-57726a03-a481-4038-a3b2-9a18aab4f400 2018-10-04 15:03:28,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873d3660ef6fa40b5666d10995ef974ada56afd7" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-13d94b53-8595-4f8-proj-role"}}' 2018-10-04 15:03:28,862 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:03:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0e34664-7a8c-41ca-ae8f-b35d2b6268df Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f1af899c3752419d9ba703a3fe4d17de", "links": {"self": "http://172.30.9.23:5000/v3/roles/f1af899c3752419d9ba703a3fe4d17de"}, "name": "CreateSimpleVolumeFailureTests-13d94b53-8595-4f8-proj-role"}} 2018-10-04 15:03:28,862 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-b0e34664-7a8c-41ca-ae8f-b35d2b6268df 2018-10-04 15:03:28,863 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-13d94b53-8595-4f8-proj-role 2018-10-04 15:03:28,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/f1af899c3752419d9ba703a3fe4d17de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873d3660ef6fa40b5666d10995ef974ada56afd7" 2018-10-04 15:03:28,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4e23e55-2674-4099-9ac7-49a71896b80b Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/f1af899c3752419d9ba703a3fe4d17de"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-13d94b53-8595-4f8-proj-role", "id": "f1af899c3752419d9ba703a3fe4d17de"}} 2018-10-04 15:03:28,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/f1af899c3752419d9ba703a3fe4d17de used request id req-d4e23e55-2674-4099-9ac7-49a71896b80b 2018-10-04 15:03:28,956 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-13d94b53-8595-4f8-proj-role to project CreateSimpleVolumeFailureTests-13d94b53-8595-4f8-proj 2018-10-04 15:03:28,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/3de185a705744306aece45d1c4ca42e7/users/5f43f4d2057e4a86831b37e3a6624c68/roles/f1af899c3752419d9ba703a3fe4d17de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873d3660ef6fa40b5666d10995ef974ada56afd7" 2018-10-04 15:03:29,164 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4c29fdc-b511-442c-82b6-7e6f44870f7a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:29,164 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/3de185a705744306aece45d1c4ca42e7/users/5f43f4d2057e4a86831b37e3a6624c68/roles/f1af899c3752419d9ba703a3fe4d17de used request id req-a4c29fdc-b511-442c-82b6-7e6f44870f7a 2018-10-04 15:03:29,166 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:29,167 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:29,549 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f1af899c3752419d9ba703a3fe4d17de", "name": "CreateSimpleVolumeFailureTests-13d94b53-8595-4f8-proj-role"}], "expires_at": "2018-10-04T16:03:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3de185a705744306aece45d1c4ca42e7", "name": "CreateSimpleVolumeFailureTests-13d94b53-8595-4f8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/3de185a705744306aece45d1c4ca42e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/3de185a705744306aece45d1c4ca42e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/3de185a705744306aece45d1c4ca42e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3de185a705744306aece45d1c4ca42e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/3de185a705744306aece45d1c4ca42e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/3de185a705744306aece45d1c4ca42e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3de185a705744306aece45d1c4ca42e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/3de185a705744306aece45d1c4ca42e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/3de185a705744306aece45d1c4ca42e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3de185a705744306aece45d1c4ca42e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/3de185a705744306aece45d1c4ca42e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/3de185a705744306aece45d1c4ca42e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-13d94b53-8595-4f8-user", "id": "5f43f4d2057e4a86831b37e3a6624c68"}, "audit_ids": ["1EJWq8luTUK2RAWk_JDHFQ"], "issued_at": "2018-10-04T15:03:29.000000Z"}} 2018-10-04 15:03:29,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7d18bdb2b7982dc764fa08a5ee4bb7fd78e7725" 2018-10-04 15:03:29,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b2ebacf-b834-42dc-9231-f0d9d3eac43e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:29,779 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3b2ebacf-b834-42dc-9231-f0d9d3eac43e 2018-10-04 15:03:29,783 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3de185a705744306aece45d1c4ca42e7/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7d18bdb2b7982dc764fa08a5ee4bb7fd78e7725" 2018-10-04 15:03:29,960 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:29 GMT Server: Apache x-compute-request-id: req-ec2e1f67-9641-42fc-9146-8342c98b7cdc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ec2e1f67-9641-42fc-9146-8342c98b7cdc Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-04 15:03:29,960 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3de185a705744306aece45d1c4ca42e7/volumes/detail used request id req-ec2e1f67-9641-42fc-9146-8342c98b7cdc 2018-10-04 15:03:29,963 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3de185a705744306aece45d1c4ca42e7/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ec2e1f67-9641-42fc-9146-8342c98b7cdc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7d18bdb2b7982dc764fa08a5ee4bb7fd78e7725" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-0922c2c5-ae34-4139-9372-d1912dcf65c6", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": -1}}' 2018-10-04 15:03:30,121 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Thu, 04 Oct 2018 15:03:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-0a8d2ab0-61cf-40cd-abc3-84c06dd76997 x-openstack-request-id: req-0a8d2ab0-61cf-40cd-abc3-84c06dd76997 Content-Length: 218 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid input received: Invalid volume size provided for create request: -1 (size argument must be an integer (or string representation of an integer) and greater than zero).", "code": 400}} 2018-10-04 15:03:30,121 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3de185a705744306aece45d1c4ca42e7/volumes used request id req-0a8d2ab0-61cf-40cd-abc3-84c06dd76997 2018-10-04 15:03:30,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873d3660ef6fa40b5666d10995ef974ada56afd7" 2018-10-04 15:03:30,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-34f8e401-3507-449c-ad7d-c38c1158caf0 Date: Thu, 04 Oct 2018 15:03:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:03:30,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-34f8e401-3507-449c-ad7d-c38c1158caf0 2018-10-04 15:03:30,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873d3660ef6fa40b5666d10995ef974ada56afd7" 2018-10-04 15:03:30,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82b63404-dcb9-438a-8c7f-b7b128b95d7c Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:03:30,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-82b63404-dcb9-438a-8c7f-b7b128b95d7c 2018-10-04 15:03:30,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873d3660ef6fa40b5666d10995ef974ada56afd7" 2018-10-04 15:03:30,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e713ad81-f430-411a-bc24-9d0fb339c7d7 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:03:30,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-e713ad81-f430-411a-bc24-9d0fb339c7d7 2018-10-04 15:03:30,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873d3660ef6fa40b5666d10995ef974ada56afd7" 2018-10-04 15:03:30,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abc5d81f-5feb-4ad1-a9cd-de04ff62b5ee Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:03:30,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-abc5d81f-5feb-4ad1-a9cd-de04ff62b5ee 2018-10-04 15:03:30,617 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-13d94b53-8595-4f8-proj 2018-10-04 15:03:30,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/3de185a705744306aece45d1c4ca42e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873d3660ef6fa40b5666d10995ef974ada56afd7" 2018-10-04 15:03:30,799 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e4c85ac-6858-4660-9102-1c3f21c3f9f0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:30,799 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/3de185a705744306aece45d1c4ca42e7 used request id req-3e4c85ac-6858-4660-9102-1c3f21c3f9f0 2018-10-04 15:03:30,799 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-13d94b53-8595-4f8-proj-role 2018-10-04 15:03:30,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/f1af899c3752419d9ba703a3fe4d17de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873d3660ef6fa40b5666d10995ef974ada56afd7" 2018-10-04 15:03:30,904 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9f7107d-a486-4ee6-8e8a-2002c5c75214 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:30,904 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/f1af899c3752419d9ba703a3fe4d17de used request id req-d9f7107d-a486-4ee6-8e8a-2002c5c75214 2018-10-04 15:03:30,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}873d3660ef6fa40b5666d10995ef974ada56afd7" 2018-10-04 15:03:31,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccd8f839-5982-467a-af2c-6b94cae5f38b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:03:31,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ccd8f839-5982-467a-af2c-6b94cae5f38b 2018-10-04 15:03:31,003 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-13d94b53-8595-4f8-user 2018-10-04 15:03:31,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/5f43f4d2057e4a86831b37e3a6624c68 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccc1e796b2d3012e29f0d001e72e6633e0ceec" 2018-10-04 15:03:31,161 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a164bb8-297c-42fb-ae73-60dad12867f6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:31,161 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/5f43f4d2057e4a86831b37e3a6624c68 used request id req-7a164bb8-297c-42fb-ae73-60dad12867f6 2018-10-04 15:03:31,162 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:31,546 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["Wo7jkKhvT4-UruGUCk2hkg"], "issued_at": "2018-10-04T15:03:31.000000Z"}} 2018-10-04 15:03:31,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}753ee3a8f151d2333fcb3027ba866543aee2b6b8" 2018-10-04 15:03:31,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c81d8b0-e20b-4e1a-8928-88eaab76ddb2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:31,562 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9c81d8b0-e20b-4e1a-8928-88eaab76ddb2 2018-10-04 15:03:31,563 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:31,564 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:31,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["X03rqGD_RfOlrCM3BYokYA"], "issued_at": "2018-10-04T15:03:31.000000Z"}} 2018-10-04 15:03:31,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eda48ac96e593a75a5decdde5a60f687cdf8a530" 2018-10-04 15:03:32,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a57456cc-bd0b-4003-9e9a-8bf5147648e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:32,024 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a57456cc-bd0b-4003-9e9a-8bf5147648e8 2018-10-04 15:03:32,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:03:32,034 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:03:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:03:32,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-c8ea58bc-97fd-436-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eda48ac96e593a75a5decdde5a60f687cdf8a530" 2018-10-04 15:03:32,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42acce41-2fc4-488e-bf38-14d46ded7769 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-c8ea58bc-97fd-436-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:03:32,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-c8ea58bc-97fd-436-proj used request id req-42acce41-2fc4-488e-bf38-14d46ded7769 2018-10-04 15:03:32,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eda48ac96e593a75a5decdde5a60f687cdf8a530" 2018-10-04 15:03:32,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7aea6e3-b823-47e1-a414-fff6047aca47 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:03:32,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-b7aea6e3-b823-47e1-a414-fff6047aca47 2018-10-04 15:03:32,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eda48ac96e593a75a5decdde5a60f687cdf8a530" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-c8ea58bc-97fd-436-proj"}}' 2018-10-04 15:03:32,342 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:03:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59a312d5-9d2c-43db-839d-c080f549f9f5 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/6958bb68c3af47ecaf9692d5861741e0"}, "enabled": true, "id": "6958bb68c3af47ecaf9692d5861741e0", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-c8ea58bc-97fd-436-proj"}} 2018-10-04 15:03:32,342 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-59a312d5-9d2c-43db-839d-c080f549f9f5 2018-10-04 15:03:32,342 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-c8ea58bc-97fd-436-proj 2018-10-04 15:03:32,342 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:32,343 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:32,717 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["36W_PdLYTMm4hUPFq2Ug2g"], "issued_at": "2018-10-04T15:03:32.000000Z"}} 2018-10-04 15:03:32,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60c2d41f7fc66a330a73a75952999f119c15fe93" 2018-10-04 15:03:32,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c4f56fb-529b-4490-936a-6b3ac6d785f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:32,732 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3c4f56fb-529b-4490-936a-6b3ac6d785f6 2018-10-04 15:03:32,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:03:32,741 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:03:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:03:32,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60c2d41f7fc66a330a73a75952999f119c15fe93" 2018-10-04 15:03:32,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f655447b-a333-45c1-9eba-cf7949c9a9f5 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:03:32,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-f655447b-a333-45c1-9eba-cf7949c9a9f5 2018-10-04 15:03:32,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeFailureTests-c8ea58bc-97fd-436-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60c2d41f7fc66a330a73a75952999f119c15fe93" 2018-10-04 15:03:32,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93e2653c-7083-407f-af7c-5b3e95f278b9 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeFailureTests-c8ea58bc-97fd-436-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/6958bb68c3af47ecaf9692d5861741e0"}, "enabled": true, "id": "6958bb68c3af47ecaf9692d5861741e0", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-c8ea58bc-97fd-436-proj"}]} 2018-10-04 15:03:32,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateSimpleVolumeFailureTests-c8ea58bc-97fd-436-proj used request id req-93e2653c-7083-407f-af7c-5b3e95f278b9 2018-10-04 15:03:32,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60c2d41f7fc66a330a73a75952999f119c15fe93" 2018-10-04 15:03:33,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9927743-9557-4f13-8ebb-95f98d7e58e2 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:03:33,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-a9927743-9557-4f13-8ebb-95f98d7e58e2 2018-10-04 15:03:33,389 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-c8ea58bc-97fd-436-user 2018-10-04 15:03:33,389 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:33,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eda48ac96e593a75a5decdde5a60f687cdf8a530" 2018-10-04 15:03:33,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-270323f5-765b-4f35-990b-fd35b8a3b2a5 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:03:33,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-270323f5-765b-4f35-990b-fd35b8a3b2a5 2018-10-04 15:03:33,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eda48ac96e593a75a5decdde5a60f687cdf8a530" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-c8ea58bc-97fd-436-proj-role"}}' 2018-10-04 15:03:33,605 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:03:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2527086b-3e36-491a-a2d1-f30391c67468 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7179995014254439a0d10fd952f055ab", "links": {"self": "http://172.30.9.23:5000/v3/roles/7179995014254439a0d10fd952f055ab"}, "name": "CreateSimpleVolumeFailureTests-c8ea58bc-97fd-436-proj-role"}} 2018-10-04 15:03:33,605 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-2527086b-3e36-491a-a2d1-f30391c67468 2018-10-04 15:03:33,605 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-c8ea58bc-97fd-436-proj-role 2018-10-04 15:03:33,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/7179995014254439a0d10fd952f055ab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eda48ac96e593a75a5decdde5a60f687cdf8a530" 2018-10-04 15:03:33,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81136abc-0564-45b6-b886-2850c12fdac4 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/7179995014254439a0d10fd952f055ab"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-c8ea58bc-97fd-436-proj-role", "id": "7179995014254439a0d10fd952f055ab"}} 2018-10-04 15:03:33,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/7179995014254439a0d10fd952f055ab used request id req-81136abc-0564-45b6-b886-2850c12fdac4 2018-10-04 15:03:33,691 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-c8ea58bc-97fd-436-proj-role to project CreateSimpleVolumeFailureTests-c8ea58bc-97fd-436-proj 2018-10-04 15:03:33,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/6958bb68c3af47ecaf9692d5861741e0/users/288f946be9f644018bea9285b332b642/roles/7179995014254439a0d10fd952f055ab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eda48ac96e593a75a5decdde5a60f687cdf8a530" 2018-10-04 15:03:33,829 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0ff2d70-b9db-4f51-b4ec-19c98cf53443 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:33,829 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/6958bb68c3af47ecaf9692d5861741e0/users/288f946be9f644018bea9285b332b642/roles/7179995014254439a0d10fd952f055ab used request id req-b0ff2d70-b9db-4f51-b4ec-19c98cf53443 2018-10-04 15:03:33,831 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:33,832 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:34,209 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7179995014254439a0d10fd952f055ab", "name": "CreateSimpleVolumeFailureTests-c8ea58bc-97fd-436-proj-role"}], "expires_at": "2018-10-04T16:03:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6958bb68c3af47ecaf9692d5861741e0", "name": "CreateSimpleVolumeFailureTests-c8ea58bc-97fd-436-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/6958bb68c3af47ecaf9692d5861741e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/6958bb68c3af47ecaf9692d5861741e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/6958bb68c3af47ecaf9692d5861741e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/6958bb68c3af47ecaf9692d5861741e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/6958bb68c3af47ecaf9692d5861741e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/6958bb68c3af47ecaf9692d5861741e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/6958bb68c3af47ecaf9692d5861741e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/6958bb68c3af47ecaf9692d5861741e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/6958bb68c3af47ecaf9692d5861741e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/6958bb68c3af47ecaf9692d5861741e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/6958bb68c3af47ecaf9692d5861741e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/6958bb68c3af47ecaf9692d5861741e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-c8ea58bc-97fd-436-user", "id": "288f946be9f644018bea9285b332b642"}, "audit_ids": ["kgJfDzQ6TWyKR1z7SNO4vQ"], "issued_at": "2018-10-04T15:03:34.000000Z"}} 2018-10-04 15:03:34,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d63d82418878e7f6fad7a3c6fe511504355a040" 2018-10-04 15:03:34,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9cf53a5-c7c6-4c3b-920c-530e18b658e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:34,285 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d9cf53a5-c7c6-4c3b-920c-530e18b658e1 2018-10-04 15:03:34,290 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/6958bb68c3af47ecaf9692d5861741e0/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d63d82418878e7f6fad7a3c6fe511504355a040" 2018-10-04 15:03:34,874 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:34 GMT Server: Apache x-compute-request-id: req-eb649af0-eadc-4bad-a914-6e8827293383 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-eb649af0-eadc-4bad-a914-6e8827293383 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-04 15:03:34,874 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/6958bb68c3af47ecaf9692d5861741e0/volumes/detail used request id req-eb649af0-eadc-4bad-a914-6e8827293383 2018-10-04 15:03:34,878 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/6958bb68c3af47ecaf9692d5861741e0/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-eb649af0-eadc-4bad-a914-6e8827293383" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d63d82418878e7f6fad7a3c6fe511504355a040" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-e9774428-0a41-4368-9938-91971d5bd9ea", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": "foo", "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-04 15:03:35,042 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:03:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-f3c8f70f-b2a1-467d-ae3f-bdb9079cad0b x-openstack-request-id: req-f3c8f70f-b2a1-467d-ae3f-bdb9079cad0b Content-Length: 91 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type with name foo could not be found.", "code": 404}} 2018-10-04 15:03:35,043 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/6958bb68c3af47ecaf9692d5861741e0/volumes used request id req-f3c8f70f-b2a1-467d-ae3f-bdb9079cad0b 2018-10-04 15:03:35,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eda48ac96e593a75a5decdde5a60f687cdf8a530" 2018-10-04 15:03:35,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-f9eee671-4cd4-4dd6-8698-dad45cf52930 Date: Thu, 04 Oct 2018 15:03:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:03:35,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-f9eee671-4cd4-4dd6-8698-dad45cf52930 2018-10-04 15:03:35,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eda48ac96e593a75a5decdde5a60f687cdf8a530" 2018-10-04 15:03:35,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f231185-2818-43b3-ab64-47abbba62e1c Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:03:35,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-2f231185-2818-43b3-ab64-47abbba62e1c 2018-10-04 15:03:35,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eda48ac96e593a75a5decdde5a60f687cdf8a530" 2018-10-04 15:03:35,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64741361-75c2-4ea3-87c9-6bbddecda58f Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:03:35,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-64741361-75c2-4ea3-87c9-6bbddecda58f 2018-10-04 15:03:35,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eda48ac96e593a75a5decdde5a60f687cdf8a530" 2018-10-04 15:03:35,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d83da10-a75b-44a3-9fec-6ed2cc171030 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:03:35,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-3d83da10-a75b-44a3-9fec-6ed2cc171030 2018-10-04 15:03:35,521 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-c8ea58bc-97fd-436-proj 2018-10-04 15:03:35,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/6958bb68c3af47ecaf9692d5861741e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eda48ac96e593a75a5decdde5a60f687cdf8a530" 2018-10-04 15:03:35,716 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12cb3ddf-9376-44f0-80ce-64625af7e6a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:35,716 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/6958bb68c3af47ecaf9692d5861741e0 used request id req-12cb3ddf-9376-44f0-80ce-64625af7e6a6 2018-10-04 15:03:35,716 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-c8ea58bc-97fd-436-proj-role 2018-10-04 15:03:35,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/7179995014254439a0d10fd952f055ab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eda48ac96e593a75a5decdde5a60f687cdf8a530" 2018-10-04 15:03:35,827 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62666f81-47ac-4dca-90cd-489164e076b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:35,828 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/7179995014254439a0d10fd952f055ab used request id req-62666f81-47ac-4dca-90cd-489164e076b6 2018-10-04 15:03:35,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eda48ac96e593a75a5decdde5a60f687cdf8a530" 2018-10-04 15:03:35,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b0ff3eb-1e6f-4beb-83e8-a5c21fe53b24 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:03:35,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7b0ff3eb-1e6f-4beb-83e8-a5c21fe53b24 2018-10-04 15:03:35,914 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-c8ea58bc-97fd-436-user 2018-10-04 15:03:35,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/288f946be9f644018bea9285b332b642 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60c2d41f7fc66a330a73a75952999f119c15fe93" 2018-10-04 15:03:36,083 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67b79c4f-09e2-4698-8d18-df8e95b94784 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:36,083 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/288f946be9f644018bea9285b332b642 used request id req-67b79c4f-09e2-4698-8d18-df8e95b94784 2018-10-04 15:03:36,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:36,469 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["dlczg3-RRMeAHPT_VMtrBg"], "issued_at": "2018-10-04T15:03:36.000000Z"}} 2018-10-04 15:03:36,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28db7048711c9e100af407d0fd2d467fd42fad8" 2018-10-04 15:03:36,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d919acf6-f168-4fb9-a890-6124c160a6d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:36,550 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d919acf6-f168-4fb9-a890-6124c160a6d1 2018-10-04 15:03:36,552 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:36,552 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:36,939 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["rc-JQFUnTpmc4Wsz80XjNg"], "issued_at": "2018-10-04T15:03:36.000000Z"}} 2018-10-04 15:03:36,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc8bc44de6e57999deb2929b8b4c69f0eb5ab9a9" 2018-10-04 15:03:37,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4d54e30-0b0c-43ec-82e9-234a5dfec06f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:37,027 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a4d54e30-0b0c-43ec-82e9-234a5dfec06f 2018-10-04 15:03:37,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:03:37,037 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:03:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:03:37,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-05b66bf9-8afd-4cd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc8bc44de6e57999deb2929b8b4c69f0eb5ab9a9" 2018-10-04 15:03:37,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e76123a-58e6-49bf-87d2-d04b08d09e2d Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-05b66bf9-8afd-4cd-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:03:37,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-05b66bf9-8afd-4cd-proj used request id req-4e76123a-58e6-49bf-87d2-d04b08d09e2d 2018-10-04 15:03:37,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc8bc44de6e57999deb2929b8b4c69f0eb5ab9a9" 2018-10-04 15:03:37,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-778715ad-5f31-4df1-88aa-c3bad75dfb6f Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:03:37,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-778715ad-5f31-4df1-88aa-c3bad75dfb6f 2018-10-04 15:03:37,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc8bc44de6e57999deb2929b8b4c69f0eb5ab9a9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithTypeTests-05b66bf9-8afd-4cd-proj"}}' 2018-10-04 15:03:37,331 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:03:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e20eef08-69bb-464c-8b24-990a5b2fe40f Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ff31f7bc4ac4d54ac4590145c237a3c"}, "enabled": true, "id": "3ff31f7bc4ac4d54ac4590145c237a3c", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-05b66bf9-8afd-4cd-proj"}} 2018-10-04 15:03:37,331 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-e20eef08-69bb-464c-8b24-990a5b2fe40f 2018-10-04 15:03:37,331 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-05b66bf9-8afd-4cd-proj 2018-10-04 15:03:37,331 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:37,332 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:37,720 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["PgnMYUmVTie0jI69CKhBxQ"], "issued_at": "2018-10-04T15:03:37.000000Z"}} 2018-10-04 15:03:37,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e252fa75128b898751f464d208448ce0e17def2" 2018-10-04 15:03:37,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1bbf333-9a35-48e4-8ec9-ba109ef4f378 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:37,811 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d1bbf333-9a35-48e4-8ec9-ba109ef4f378 2018-10-04 15:03:37,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:03:37,821 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:03:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:03:37,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e252fa75128b898751f464d208448ce0e17def2" 2018-10-04 15:03:37,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-092421e9-ed98-42be-848a-b598f84ba1f6 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:03:37,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-092421e9-ed98-42be-848a-b598f84ba1f6 2018-10-04 15:03:37,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateVolumeWithTypeTests-05b66bf9-8afd-4cd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e252fa75128b898751f464d208448ce0e17def2" 2018-10-04 15:03:38,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1fdbfb9-1575-4bab-915b-fbecab2224ab Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateVolumeWithTypeTests-05b66bf9-8afd-4cd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ff31f7bc4ac4d54ac4590145c237a3c"}, "enabled": true, "id": "3ff31f7bc4ac4d54ac4590145c237a3c", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-05b66bf9-8afd-4cd-proj"}]} 2018-10-04 15:03:38,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateVolumeWithTypeTests-05b66bf9-8afd-4cd-proj used request id req-c1fdbfb9-1575-4bab-915b-fbecab2224ab 2018-10-04 15:03:38,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e252fa75128b898751f464d208448ce0e17def2" 2018-10-04 15:03:38,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38a84bd7-242f-4185-8f17-121efb7dff0c Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:03:38,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-38a84bd7-242f-4185-8f17-121efb7dff0c 2018-10-04 15:03:38,467 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-05b66bf9-8afd-4cd-user 2018-10-04 15:03:38,467 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:38,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc8bc44de6e57999deb2929b8b4c69f0eb5ab9a9" 2018-10-04 15:03:38,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87405806-d9c2-4a0d-8366-208de24cdcc9 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:03:38,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-87405806-d9c2-4a0d-8366-208de24cdcc9 2018-10-04 15:03:38,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc8bc44de6e57999deb2929b8b4c69f0eb5ab9a9" -d '{"role": {"name": "CreateVolumeWithTypeTests-05b66bf9-8afd-4cd-proj-role"}}' 2018-10-04 15:03:38,659 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:03:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce0053e3-0a73-4bdb-998d-d9f4b0e96922 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1195b7150c02432fabed484bbcb3ef6f", "links": {"self": "http://172.30.9.23:5000/v3/roles/1195b7150c02432fabed484bbcb3ef6f"}, "name": "CreateVolumeWithTypeTests-05b66bf9-8afd-4cd-proj-role"}} 2018-10-04 15:03:38,659 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-ce0053e3-0a73-4bdb-998d-d9f4b0e96922 2018-10-04 15:03:38,659 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-05b66bf9-8afd-4cd-proj-role 2018-10-04 15:03:38,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/1195b7150c02432fabed484bbcb3ef6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc8bc44de6e57999deb2929b8b4c69f0eb5ab9a9" 2018-10-04 15:03:38,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0a41c14-7834-4e56-a5ad-c3aaf6a94a97 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/1195b7150c02432fabed484bbcb3ef6f"}, "domain_id": null, "name": "CreateVolumeWithTypeTests-05b66bf9-8afd-4cd-proj-role", "id": "1195b7150c02432fabed484bbcb3ef6f"}} 2018-10-04 15:03:38,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/1195b7150c02432fabed484bbcb3ef6f used request id req-e0a41c14-7834-4e56-a5ad-c3aaf6a94a97 2018-10-04 15:03:38,835 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-05b66bf9-8afd-4cd-proj-role to project CreateVolumeWithTypeTests-05b66bf9-8afd-4cd-proj 2018-10-04 15:03:38,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/3ff31f7bc4ac4d54ac4590145c237a3c/users/a3eb78ad6f644de182a2b920bd62fb45/roles/1195b7150c02432fabed484bbcb3ef6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc8bc44de6e57999deb2929b8b4c69f0eb5ab9a9" 2018-10-04 15:03:38,973 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d8a8a75-e933-43d2-96a9-b7e11f9a2a2d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:38,973 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/3ff31f7bc4ac4d54ac4590145c237a3c/users/a3eb78ad6f644de182a2b920bd62fb45/roles/1195b7150c02432fabed484bbcb3ef6f used request id req-9d8a8a75-e933-43d2-96a9-b7e11f9a2a2d 2018-10-04 15:03:38,974 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:38,975 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:39,355 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["z6YdT4DzTX-0AwcdoaUJCg"], "issued_at": "2018-10-04T15:03:39.000000Z"}} 2018-10-04 15:03:39,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90c035b910fdfda8802908b0e49f18bd12be5df8" 2018-10-04 15:03:39,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38245702-4f6d-40d4-a660-f9f222da7c9b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:39,445 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-38245702-4f6d-40d4-a660-f9f222da7c9b 2018-10-04 15:03:39,450 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90c035b910fdfda8802908b0e49f18bd12be5df8" 2018-10-04 15:03:39,622 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:39 GMT Server: Apache x-compute-request-id: req-3a9141ff-d832-48ca-8f5f-cc22bd496e55 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3a9141ff-d832-48ca-8f5f-cc22bd496e55 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-04 15:03:39,623 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types?is_public=None used request id req-3a9141ff-d832-48ca-8f5f-cc22bd496e55 2018-10-04 15:03:39,626 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3a9141ff-d832-48ca-8f5f-cc22bd496e55" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90c035b910fdfda8802908b0e49f18bd12be5df8" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeWithTypeTests-fa773fbb-4ffa-4296-8f81-fa4bcdd310e1-vol-type", "description": null}}' 2018-10-04 15:03:40,214 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:39 GMT Server: Apache x-compute-request-id: req-d6ade74a-d766-414b-90a7-6050e9a56bb9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d6ade74a-d766-414b-90a7-6050e9a56bb9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeWithTypeTests-fa773fbb-4ffa-4296-8f81-fa4bcdd310e1-vol-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "fb6dfad5-db92-47a2-a4b4-1f63a72b32ec", "description": null}} 2018-10-04 15:03:40,215 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types used request id req-d6ade74a-d766-414b-90a7-6050e9a56bb9 2018-10-04 15:03:40,215 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-fa773fbb-4ffa-4296-8f81-fa4bcdd310e1-vol-type 2018-10-04 15:03:40,216 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:40,216 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:40,593 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1195b7150c02432fabed484bbcb3ef6f", "name": "CreateVolumeWithTypeTests-05b66bf9-8afd-4cd-proj-role"}], "expires_at": "2018-10-04T16:03:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3ff31f7bc4ac4d54ac4590145c237a3c", "name": "CreateVolumeWithTypeTests-05b66bf9-8afd-4cd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/3ff31f7bc4ac4d54ac4590145c237a3c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/3ff31f7bc4ac4d54ac4590145c237a3c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/3ff31f7bc4ac4d54ac4590145c237a3c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3ff31f7bc4ac4d54ac4590145c237a3c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/3ff31f7bc4ac4d54ac4590145c237a3c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/3ff31f7bc4ac4d54ac4590145c237a3c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3ff31f7bc4ac4d54ac4590145c237a3c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/3ff31f7bc4ac4d54ac4590145c237a3c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/3ff31f7bc4ac4d54ac4590145c237a3c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3ff31f7bc4ac4d54ac4590145c237a3c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/3ff31f7bc4ac4d54ac4590145c237a3c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/3ff31f7bc4ac4d54ac4590145c237a3c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithTypeTests-05b66bf9-8afd-4cd-user", "id": "a3eb78ad6f644de182a2b920bd62fb45"}, "audit_ids": ["yna-_DM4R0u8Hpbr3N_fAw"], "issued_at": "2018-10-04T15:03:40.000000Z"}} 2018-10-04 15:03:40,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2c9aeb1facdad2746aaffe892e49fe3686b1554" 2018-10-04 15:03:40,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65f60271-269f-4a50-8d25-0d738c30baa3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:40,658 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-65f60271-269f-4a50-8d25-0d738c30baa3 2018-10-04 15:03:40,664 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3ff31f7bc4ac4d54ac4590145c237a3c/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2c9aeb1facdad2746aaffe892e49fe3686b1554" 2018-10-04 15:03:40,856 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:40 GMT Server: Apache x-compute-request-id: req-8a350c6e-a586-4b71-9a09-9d6b00b8f9cf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8a350c6e-a586-4b71-9a09-9d6b00b8f9cf Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-04 15:03:40,856 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3ff31f7bc4ac4d54ac4590145c237a3c/volumes/detail used request id req-8a350c6e-a586-4b71-9a09-9d6b00b8f9cf 2018-10-04 15:03:40,860 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3ff31f7bc4ac4d54ac4590145c237a3c/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-8a350c6e-a586-4b71-9a09-9d6b00b8f9cf" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2c9aeb1facdad2746aaffe892e49fe3686b1554" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithTypeTests-fa773fbb-4ffa-4296-8f81-fa4bcdd310e1-vol", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": "foo", "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-04 15:03:41,037 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:03:40 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-8e52fdaf-29f7-4c8d-ae0e-78e718878549 x-openstack-request-id: req-8e52fdaf-29f7-4c8d-ae0e-78e718878549 Content-Length: 91 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type with name foo could not be found.", "code": 404}} 2018-10-04 15:03:41,037 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3ff31f7bc4ac4d54ac4590145c237a3c/volumes used request id req-8e52fdaf-29f7-4c8d-ae0e-78e718878549 2018-10-04 15:03:41,038 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-fa773fbb-4ffa-4296-8f81-fa4bcdd310e1-vol-type 2018-10-04 15:03:41,041 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/fb6dfad5-db92-47a2-a4b4-1f63a72b32ec -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3a9141ff-d832-48ca-8f5f-cc22bd496e55" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90c035b910fdfda8802908b0e49f18bd12be5df8" 2018-10-04 15:03:41,252 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:03:41 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-823dcb73-f9f5-4983-92a5-08227c76dbc0 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-10-04 15:03:41,252 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/fb6dfad5-db92-47a2-a4b4-1f63a72b32ec used request id req-823dcb73-f9f5-4983-92a5-08227c76dbc0 2018-10-04 15:03:41,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc8bc44de6e57999deb2929b8b4c69f0eb5ab9a9" 2018-10-04 15:03:41,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-3e60eadf-874a-48f1-b99f-2816f79f2f4c Date: Thu, 04 Oct 2018 15:03:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:03:41,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-3e60eadf-874a-48f1-b99f-2816f79f2f4c 2018-10-04 15:03:41,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc8bc44de6e57999deb2929b8b4c69f0eb5ab9a9" 2018-10-04 15:03:41,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0167ab73-5933-417d-a908-ae7e87a20141 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:03:41,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-0167ab73-5933-417d-a908-ae7e87a20141 2018-10-04 15:03:41,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc8bc44de6e57999deb2929b8b4c69f0eb5ab9a9" 2018-10-04 15:03:41,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cf75792-99d7-4ae8-b9bc-ca611bc4ca6b Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:03:41,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-6cf75792-99d7-4ae8-b9bc-ca611bc4ca6b 2018-10-04 15:03:41,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc8bc44de6e57999deb2929b8b4c69f0eb5ab9a9" 2018-10-04 15:03:41,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e703ab7-b35e-49fe-90de-40f74cf1b590 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:03:41,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-4e703ab7-b35e-49fe-90de-40f74cf1b590 2018-10-04 15:03:41,727 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-05b66bf9-8afd-4cd-proj 2018-10-04 15:03:41,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/3ff31f7bc4ac4d54ac4590145c237a3c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc8bc44de6e57999deb2929b8b4c69f0eb5ab9a9" 2018-10-04 15:03:41,931 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51de968b-9962-434e-867d-a73156efeeb0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:41,931 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/3ff31f7bc4ac4d54ac4590145c237a3c used request id req-51de968b-9962-434e-867d-a73156efeeb0 2018-10-04 15:03:41,932 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-05b66bf9-8afd-4cd-proj-role 2018-10-04 15:03:41,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/1195b7150c02432fabed484bbcb3ef6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc8bc44de6e57999deb2929b8b4c69f0eb5ab9a9" 2018-10-04 15:03:42,048 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5530b1c0-cf76-485f-9027-6f3e48a6164b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:42,048 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/1195b7150c02432fabed484bbcb3ef6f used request id req-5530b1c0-cf76-485f-9027-6f3e48a6164b 2018-10-04 15:03:42,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc8bc44de6e57999deb2929b8b4c69f0eb5ab9a9" 2018-10-04 15:03:42,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dee191ed-8af2-4141-bb6e-cc37ba80fd4d Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:03:42,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-dee191ed-8af2-4141-bb6e-cc37ba80fd4d 2018-10-04 15:03:42,136 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-05b66bf9-8afd-4cd-user 2018-10-04 15:03:42,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/a3eb78ad6f644de182a2b920bd62fb45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e252fa75128b898751f464d208448ce0e17def2" 2018-10-04 15:03:42,311 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-adad1509-8ea0-40b3-9006-11c67e880919 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:42,311 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/a3eb78ad6f644de182a2b920bd62fb45 used request id req-adad1509-8ea0-40b3-9006-11c67e880919 2018-10-04 15:03:42,312 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:42,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["W-ly6-55Touc7AgvyUjP-w"], "issued_at": "2018-10-04T15:03:42.000000Z"}} 2018-10-04 15:03:42,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afdf956f3ab9e890957fe21dc0423939ada0c84a" 2018-10-04 15:03:42,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22b7b328-01c1-4d9f-a47c-adbef9176c2d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:42,781 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-22b7b328-01c1-4d9f-a47c-adbef9176c2d 2018-10-04 15:03:42,782 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:42,783 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:43,254 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["RznDXx0WQviTOH0JkI2I8Q"], "issued_at": "2018-10-04T15:03:43.000000Z"}} 2018-10-04 15:03:43,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}741d6078ac3a934e1f755cb1b306b0109b64651e" 2018-10-04 15:03:43,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1aa932cf-95c1-4884-aa33-f498163134b7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:43,352 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1aa932cf-95c1-4884-aa33-f498163134b7 2018-10-04 15:03:43,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:03:43,362 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:03:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:03:43,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-3d84e34d-bca7-43d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}741d6078ac3a934e1f755cb1b306b0109b64651e" 2018-10-04 15:03:43,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f0acf6f-16b1-42f9-ac9d-9f7c90935c22 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-3d84e34d-bca7-43d-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:03:43,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-3d84e34d-bca7-43d-proj used request id req-8f0acf6f-16b1-42f9-ac9d-9f7c90935c22 2018-10-04 15:03:43,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}741d6078ac3a934e1f755cb1b306b0109b64651e" 2018-10-04 15:03:43,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ce13dd7-4125-4be0-a718-1030a93d5540 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:03:43,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-5ce13dd7-4125-4be0-a718-1030a93d5540 2018-10-04 15:03:43,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}741d6078ac3a934e1f755cb1b306b0109b64651e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithTypeTests-3d84e34d-bca7-43d-proj"}}' 2018-10-04 15:03:43,665 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:03:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3a88562-3669-470b-918e-f12c61f3f008 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8687d2ff0faf4849b3ef42ad5f416241"}, "enabled": true, "id": "8687d2ff0faf4849b3ef42ad5f416241", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-3d84e34d-bca7-43d-proj"}} 2018-10-04 15:03:43,665 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-b3a88562-3669-470b-918e-f12c61f3f008 2018-10-04 15:03:43,666 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-3d84e34d-bca7-43d-proj 2018-10-04 15:03:43,666 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:43,667 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:44,055 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["dwBbY4W4R8unijf75Sn7lw"], "issued_at": "2018-10-04T15:03:44.000000Z"}} 2018-10-04 15:03:44,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b25d59a882fa7a261a97fc925d7ee6133ff5336" 2018-10-04 15:03:44,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bf9314d-1e9b-4972-a3ed-5e00563a0479 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:44,152 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7bf9314d-1e9b-4972-a3ed-5e00563a0479 2018-10-04 15:03:44,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:03:44,162 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:03:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:03:44,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b25d59a882fa7a261a97fc925d7ee6133ff5336" 2018-10-04 15:03:44,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5420e9f-f67b-47aa-896e-a64fed570423 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:03:44,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-d5420e9f-f67b-47aa-896e-a64fed570423 2018-10-04 15:03:44,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateVolumeWithTypeTests-3d84e34d-bca7-43d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b25d59a882fa7a261a97fc925d7ee6133ff5336" 2018-10-04 15:03:44,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-902595d5-8b29-48b8-b2a8-c96e127bcadd Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateVolumeWithTypeTests-3d84e34d-bca7-43d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8687d2ff0faf4849b3ef42ad5f416241"}, "enabled": true, "id": "8687d2ff0faf4849b3ef42ad5f416241", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-3d84e34d-bca7-43d-proj"}]} 2018-10-04 15:03:44,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateVolumeWithTypeTests-3d84e34d-bca7-43d-proj used request id req-902595d5-8b29-48b8-b2a8-c96e127bcadd 2018-10-04 15:03:44,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b25d59a882fa7a261a97fc925d7ee6133ff5336" 2018-10-04 15:03:44,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c53d3880-cd82-459a-a0a1-9ae9a1b192ce Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:03:44,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-c53d3880-cd82-459a-a0a1-9ae9a1b192ce 2018-10-04 15:03:44,671 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-3d84e34d-bca7-43d-user 2018-10-04 15:03:44,671 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:44,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}741d6078ac3a934e1f755cb1b306b0109b64651e" 2018-10-04 15:03:44,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e5a0a52-e945-4a70-848e-6c8d4a983b82 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:03:44,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4e5a0a52-e945-4a70-848e-6c8d4a983b82 2018-10-04 15:03:44,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}741d6078ac3a934e1f755cb1b306b0109b64651e" -d '{"role": {"name": "CreateVolumeWithTypeTests-3d84e34d-bca7-43d-proj-role"}}' 2018-10-04 15:03:44,880 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:03:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9724c76-8e75-44e2-9cbf-f0b898fc70df Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a656b24bcad14d31b4a49ba7a2d17843", "links": {"self": "http://172.30.9.23:5000/v3/roles/a656b24bcad14d31b4a49ba7a2d17843"}, "name": "CreateVolumeWithTypeTests-3d84e34d-bca7-43d-proj-role"}} 2018-10-04 15:03:44,880 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-b9724c76-8e75-44e2-9cbf-f0b898fc70df 2018-10-04 15:03:44,880 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-3d84e34d-bca7-43d-proj-role 2018-10-04 15:03:44,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/a656b24bcad14d31b4a49ba7a2d17843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}741d6078ac3a934e1f755cb1b306b0109b64651e" 2018-10-04 15:03:44,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61dd35bc-3052-4421-ab90-4eeb7cbdb4c1 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/a656b24bcad14d31b4a49ba7a2d17843"}, "domain_id": null, "name": "CreateVolumeWithTypeTests-3d84e34d-bca7-43d-proj-role", "id": "a656b24bcad14d31b4a49ba7a2d17843"}} 2018-10-04 15:03:44,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/a656b24bcad14d31b4a49ba7a2d17843 used request id req-61dd35bc-3052-4421-ab90-4eeb7cbdb4c1 2018-10-04 15:03:44,900 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-3d84e34d-bca7-43d-proj-role to project CreateVolumeWithTypeTests-3d84e34d-bca7-43d-proj 2018-10-04 15:03:44,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/8687d2ff0faf4849b3ef42ad5f416241/users/f09dca8b61694d46b798f12d4fea5c5b/roles/a656b24bcad14d31b4a49ba7a2d17843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}741d6078ac3a934e1f755cb1b306b0109b64651e" 2018-10-04 15:03:45,033 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8686c4a2-f048-4b92-8892-6d47e93547fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:45,033 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/8687d2ff0faf4849b3ef42ad5f416241/users/f09dca8b61694d46b798f12d4fea5c5b/roles/a656b24bcad14d31b4a49ba7a2d17843 used request id req-8686c4a2-f048-4b92-8892-6d47e93547fb 2018-10-04 15:03:45,033 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:45,034 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:45,407 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["NGx6POJISr6wdNUqrLIqJA"], "issued_at": "2018-10-04T15:03:45.000000Z"}} 2018-10-04 15:03:45,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf9d88b4069beedf9b1fc7d875fc80650f78a680" 2018-10-04 15:03:45,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09a37e4a-d20d-4f3c-b36d-b7a8cd44f732 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:45,504 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-09a37e4a-d20d-4f3c-b36d-b7a8cd44f732 2018-10-04 15:03:45,510 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf9d88b4069beedf9b1fc7d875fc80650f78a680" 2018-10-04 15:03:45,684 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:45 GMT Server: Apache x-compute-request-id: req-0c1a15d8-2dbc-402f-b541-f9c2701418a9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0c1a15d8-2dbc-402f-b541-f9c2701418a9 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-04 15:03:45,684 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types?is_public=None used request id req-0c1a15d8-2dbc-402f-b541-f9c2701418a9 2018-10-04 15:03:45,688 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-0c1a15d8-2dbc-402f-b541-f9c2701418a9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf9d88b4069beedf9b1fc7d875fc80650f78a680" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeWithTypeTests-8ae88338-88ee-4cd6-a610-5a75810a3182-vol-type", "description": null}}' 2018-10-04 15:03:45,880 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:45 GMT Server: Apache x-compute-request-id: req-e25cbf64-a5d1-49ca-9121-76dbea7ba68e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e25cbf64-a5d1-49ca-9121-76dbea7ba68e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeWithTypeTests-8ae88338-88ee-4cd6-a610-5a75810a3182-vol-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e30e951b-47cd-47a1-8d22-d7fa01ef5315", "description": null}} 2018-10-04 15:03:45,880 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types used request id req-e25cbf64-a5d1-49ca-9121-76dbea7ba68e 2018-10-04 15:03:45,880 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-8ae88338-88ee-4cd6-a610-5a75810a3182-vol-type 2018-10-04 15:03:45,881 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:45,881 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:46,271 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["PXWvoYKXTUCIFWLDaasIyA"], "issued_at": "2018-10-04T15:03:46.000000Z"}} 2018-10-04 15:03:46,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82541b306986a40deb42075833c1e9169de36472" 2018-10-04 15:03:46,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e28c4c61-7bb8-4c19-80f8-ec56d0a0e8af Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:46,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e28c4c61-7bb8-4c19-80f8-ec56d0a0e8af 2018-10-04 15:03:46,363 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82541b306986a40deb42075833c1e9169de36472" 2018-10-04 15:03:46,581 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:46 GMT Server: Apache x-compute-request-id: req-2d063e1c-9a18-404f-b759-6cb47bc56311 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2d063e1c-9a18-404f-b759-6cb47bc56311 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-04 15:03:46,581 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/volumes/detail used request id req-2d063e1c-9a18-404f-b759-6cb47bc56311 2018-10-04 15:03:46,585 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2d063e1c-9a18-404f-b759-6cb47bc56311" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82541b306986a40deb42075833c1e9169de36472" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithTypeTests-8ae88338-88ee-4cd6-a610-5a75810a3182-vol", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": "CreateVolumeWithTypeTests-8ae88338-88ee-4cd6-a610-5a75810a3182-vol-type", "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-04 15:03:46,970 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:03:46 GMT Server: Apache x-compute-request-id: req-1e6d2d8a-036d-43d2-aab9-03d44226df02 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1e6d2d8a-036d-43d2-aab9-03d44226df02 Content-Length: 922 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "3a032000a46e41578f8c47bddd5776da", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/volumes/55c25855-de61-45f6-94d9-c9aabe72df54", "rel": "self"}, {"href": "http://172.30.9.23:8776/37b49a87c69d406f8a162c83c144ee19/volumes/55c25855-de61-45f6-94d9-c9aabe72df54", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:03:46.878699", "description": null, "updated_at": null, "volume_type": "CreateVolumeWithTypeTests-8ae88338-88ee-4cd6-a610-5a75810a3182-vol-type", "name": "CreateVolumeWithTypeTests-8ae88338-88ee-4cd6-a610-5a75810a3182-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "55c25855-de61-45f6-94d9-c9aabe72df54", "size": 1}} 2018-10-04 15:03:46,970 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/volumes used request id req-1e6d2d8a-036d-43d2-aab9-03d44226df02 2018-10-04 15:03:46,973 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/volumes/55c25855-de61-45f6-94d9-c9aabe72df54 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2d063e1c-9a18-404f-b759-6cb47bc56311" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82541b306986a40deb42075833c1e9169de36472" 2018-10-04 15:03:47,167 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:46 GMT Server: Apache x-compute-request-id: req-9279adf1-aac4-424d-8b1e-585fac2ba73d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9279adf1-aac4-424d-8b1e-585fac2ba73d Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/volumes/55c25855-de61-45f6-94d9-c9aabe72df54", "rel": "self"}, {"href": "http://172.30.9.23:8776/37b49a87c69d406f8a162c83c144ee19/volumes/55c25855-de61-45f6-94d9-c9aabe72df54", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T15:03:47.000000", "replication_status": null, "snapshot_id": null, "id": "55c25855-de61-45f6-94d9-c9aabe72df54", "size": 1, "user_id": "3a032000a46e41578f8c47bddd5776da", "os-vol-tenant-attr:tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "creating", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CreateVolumeWithTypeTests-8ae88338-88ee-4cd6-a610-5a75810a3182-vol", "bootable": "false", "created_at": "2018-10-04T15:03:46.000000", "volume_type": "CreateVolumeWithTypeTests-8ae88338-88ee-4cd6-a610-5a75810a3182-vol-type"}} 2018-10-04 15:03:47,167 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/volumes/55c25855-de61-45f6-94d9-c9aabe72df54 used request id req-9279adf1-aac4-424d-8b1e-585fac2ba73d 2018-10-04 15:03:47,167 - create_volume - INFO - Created volume with name - CreateVolumeWithTypeTests-8ae88338-88ee-4cd6-a610-5a75810a3182-vol 2018-10-04 15:03:47,170 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/volumes/55c25855-de61-45f6-94d9-c9aabe72df54 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2d063e1c-9a18-404f-b759-6cb47bc56311" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82541b306986a40deb42075833c1e9169de36472" 2018-10-04 15:03:47,372 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:47 GMT Server: Apache x-compute-request-id: req-00254133-d1bb-49f0-92b6-3cc6f814a39b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-00254133-d1bb-49f0-92b6-3cc6f814a39b Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/volumes/55c25855-de61-45f6-94d9-c9aabe72df54", "rel": "self"}, {"href": "http://172.30.9.23:8776/37b49a87c69d406f8a162c83c144ee19/volumes/55c25855-de61-45f6-94d9-c9aabe72df54", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T15:03:47.000000", "replication_status": null, "snapshot_id": null, "id": "55c25855-de61-45f6-94d9-c9aabe72df54", "size": 1, "user_id": "3a032000a46e41578f8c47bddd5776da", "os-vol-tenant-attr:tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CreateVolumeWithTypeTests-8ae88338-88ee-4cd6-a610-5a75810a3182-vol", "bootable": "false", "created_at": "2018-10-04T15:03:46.000000", "volume_type": "CreateVolumeWithTypeTests-8ae88338-88ee-4cd6-a610-5a75810a3182-vol-type"}} 2018-10-04 15:03:47,372 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/volumes/55c25855-de61-45f6-94d9-c9aabe72df54 used request id req-00254133-d1bb-49f0-92b6-3cc6f814a39b 2018-10-04 15:03:47,373 - create_volume - DEBUG - Instance status is - available 2018-10-04 15:03:47,373 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithTypeTests-8ae88338-88ee-4cd6-a610-5a75810a3182-vol 2018-10-04 15:03:47,373 - create_volume - INFO - Volume is now active with name - CreateVolumeWithTypeTests-8ae88338-88ee-4cd6-a610-5a75810a3182-vol 2018-10-04 15:03:47,376 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/volumes/55c25855-de61-45f6-94d9-c9aabe72df54 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2d063e1c-9a18-404f-b759-6cb47bc56311" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82541b306986a40deb42075833c1e9169de36472" 2018-10-04 15:03:47,576 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:47 GMT Server: Apache x-compute-request-id: req-dd5f6dc2-fdbc-49b9-8869-6ead0eae8318 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dd5f6dc2-fdbc-49b9-8869-6ead0eae8318 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/volumes/55c25855-de61-45f6-94d9-c9aabe72df54", "rel": "self"}, {"href": "http://172.30.9.23:8776/37b49a87c69d406f8a162c83c144ee19/volumes/55c25855-de61-45f6-94d9-c9aabe72df54", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T15:03:47.000000", "replication_status": null, "snapshot_id": null, "id": "55c25855-de61-45f6-94d9-c9aabe72df54", "size": 1, "user_id": "3a032000a46e41578f8c47bddd5776da", "os-vol-tenant-attr:tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CreateVolumeWithTypeTests-8ae88338-88ee-4cd6-a610-5a75810a3182-vol", "bootable": "false", "created_at": "2018-10-04T15:03:46.000000", "volume_type": "CreateVolumeWithTypeTests-8ae88338-88ee-4cd6-a610-5a75810a3182-vol-type"}} 2018-10-04 15:03:47,576 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/volumes/55c25855-de61-45f6-94d9-c9aabe72df54 used request id req-dd5f6dc2-fdbc-49b9-8869-6ead0eae8318 2018-10-04 15:03:47,576 - create_volume - DEBUG - Instance status is - available 2018-10-04 15:03:47,576 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithTypeTests-8ae88338-88ee-4cd6-a610-5a75810a3182-vol 2018-10-04 15:03:47,577 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-8ae88338-88ee-4cd6-a610-5a75810a3182-vol 2018-10-04 15:03:47,579 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/volumes/55c25855-de61-45f6-94d9-c9aabe72df54 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2d063e1c-9a18-404f-b759-6cb47bc56311" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82541b306986a40deb42075833c1e9169de36472" 2018-10-04 15:03:47,901 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:03:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5f4af9b1-176d-4ec4-bb0e-8c307f86358a 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-10-04 15:03:47,901 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/volumes/55c25855-de61-45f6-94d9-c9aabe72df54 used request id req-5f4af9b1-176d-4ec4-bb0e-8c307f86358a 2018-10-04 15:03:47,904 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/volumes/55c25855-de61-45f6-94d9-c9aabe72df54 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2d063e1c-9a18-404f-b759-6cb47bc56311" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82541b306986a40deb42075833c1e9169de36472" 2018-10-04 15:03:48,097 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:47 GMT Server: Apache x-compute-request-id: req-6798d7f1-b8b0-4b90-a846-144b7aec57b0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6798d7f1-b8b0-4b90-a846-144b7aec57b0 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/volumes/55c25855-de61-45f6-94d9-c9aabe72df54", "rel": "self"}, {"href": "http://172.30.9.23:8776/37b49a87c69d406f8a162c83c144ee19/volumes/55c25855-de61-45f6-94d9-c9aabe72df54", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T15:03:47.000000", "replication_status": null, "snapshot_id": null, "id": "55c25855-de61-45f6-94d9-c9aabe72df54", "size": 1, "user_id": "3a032000a46e41578f8c47bddd5776da", "os-vol-tenant-attr:tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "deleting", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CreateVolumeWithTypeTests-8ae88338-88ee-4cd6-a610-5a75810a3182-vol", "bootable": "false", "created_at": "2018-10-04T15:03:46.000000", "volume_type": "CreateVolumeWithTypeTests-8ae88338-88ee-4cd6-a610-5a75810a3182-vol-type"}} 2018-10-04 15:03:48,097 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/volumes/55c25855-de61-45f6-94d9-c9aabe72df54 used request id req-6798d7f1-b8b0-4b90-a846-144b7aec57b0 2018-10-04 15:03:48,097 - create_volume - DEBUG - Instance status is - deleting 2018-10-04 15:03:48,097 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-04 15:03:51,101 - create_volume - DEBUG - Volume status query timeout in 56.8005990982 2018-10-04 15:03:51,104 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/volumes/55c25855-de61-45f6-94d9-c9aabe72df54 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2d063e1c-9a18-404f-b759-6cb47bc56311" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82541b306986a40deb42075833c1e9169de36472" 2018-10-04 15:03:51,324 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:03:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-bd279f28-ad0c-4c2a-a04a-ed8127fb5847 x-openstack-request-id: req-bd279f28-ad0c-4c2a-a04a-ed8127fb5847 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 55c25855-de61-45f6-94d9-c9aabe72df54 could not be found.", "code": 404}} 2018-10-04 15:03:51,324 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/volumes/55c25855-de61-45f6-94d9-c9aabe72df54 used request id req-bd279f28-ad0c-4c2a-a04a-ed8127fb5847 2018-10-04 15:03:51,325 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 55c25855-de61-45f6-94d9-c9aabe72df54 could not be found. (HTTP 404) (Request-ID: req-bd279f28-ad0c-4c2a-a04a-ed8127fb5847) 2018-10-04 15:03:51,325 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithTypeTests-8ae88338-88ee-4cd6-a610-5a75810a3182-vol 2018-10-04 15:03:51,325 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-8ae88338-88ee-4cd6-a610-5a75810a3182-vol-type 2018-10-04 15:03:51,328 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/e30e951b-47cd-47a1-8d22-d7fa01ef5315 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0c1a15d8-2dbc-402f-b541-f9c2701418a9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf9d88b4069beedf9b1fc7d875fc80650f78a680" 2018-10-04 15:03:51,528 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:03:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-76e10cc0-eab1-4b5e-88c6-c68cdf616df7 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-10-04 15:03:51,528 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19/types/e30e951b-47cd-47a1-8d22-d7fa01ef5315 used request id req-76e10cc0-eab1-4b5e-88c6-c68cdf616df7 2018-10-04 15:03:51,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}741d6078ac3a934e1f755cb1b306b0109b64651e" 2018-10-04 15:03:51,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-64ec6a4f-01de-41e2-bde1-94159fc409a1 Date: Thu, 04 Oct 2018 15:03:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:03:51,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-64ec6a4f-01de-41e2-bde1-94159fc409a1 2018-10-04 15:03:51,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}741d6078ac3a934e1f755cb1b306b0109b64651e" 2018-10-04 15:03:51,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2470cc49-cccc-485a-ac00-5fd3809d0c52 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:03:51,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-2470cc49-cccc-485a-ac00-5fd3809d0c52 2018-10-04 15:03:51,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}741d6078ac3a934e1f755cb1b306b0109b64651e" 2018-10-04 15:03:51,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5a056df-77d3-48b1-85a4-af4bc9ed0383 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:03:51,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-e5a056df-77d3-48b1-85a4-af4bc9ed0383 2018-10-04 15:03:51,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}741d6078ac3a934e1f755cb1b306b0109b64651e" 2018-10-04 15:03:52,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-318e199d-cdde-4034-b998-29b0273247cd Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:03:52,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-318e199d-cdde-4034-b998-29b0273247cd 2018-10-04 15:03:52,016 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-3d84e34d-bca7-43d-proj 2018-10-04 15:03:52,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/8687d2ff0faf4849b3ef42ad5f416241 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}741d6078ac3a934e1f755cb1b306b0109b64651e" 2018-10-04 15:03:52,225 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7560d439-c9fe-44bc-ba6a-ff3d6573080c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:52,225 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/8687d2ff0faf4849b3ef42ad5f416241 used request id req-7560d439-c9fe-44bc-ba6a-ff3d6573080c 2018-10-04 15:03:52,226 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-3d84e34d-bca7-43d-proj-role 2018-10-04 15:03:52,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/a656b24bcad14d31b4a49ba7a2d17843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}741d6078ac3a934e1f755cb1b306b0109b64651e" 2018-10-04 15:03:52,335 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0eb41ab-125f-4796-bcb8-81758de5dbbb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:52,335 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/a656b24bcad14d31b4a49ba7a2d17843 used request id req-a0eb41ab-125f-4796-bcb8-81758de5dbbb 2018-10-04 15:03:52,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}741d6078ac3a934e1f755cb1b306b0109b64651e" 2018-10-04 15:03:52,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9679065-1cf9-4615-a14a-142cfd54d37f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:03:52,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a9679065-1cf9-4615-a14a-142cfd54d37f 2018-10-04 15:03:52,419 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-3d84e34d-bca7-43d-user 2018-10-04 15:03:52,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/f09dca8b61694d46b798f12d4fea5c5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b25d59a882fa7a261a97fc925d7ee6133ff5336" 2018-10-04 15:03:52,591 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-946a13be-659d-4b05-9f8b-e01f5c929303 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:52,591 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/f09dca8b61694d46b798f12d4fea5c5b used request id req-946a13be-659d-4b05-9f8b-e01f5c929303 2018-10-04 15:03:52,593 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:52,987 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["FQfdteP9RSqZiVwmH0XK4w"], "issued_at": "2018-10-04T15:03:52.000000Z"}} 2018-10-04 15:03:52,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d67ef8669026220bb6ed27a857a1e39cf8410678" 2018-10-04 15:03:53,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1997f600-c5a9-47c4-8bf1-dbdb6a0dbdc3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:53,065 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1997f600-c5a9-47c4-8bf1-dbdb6a0dbdc3 2018-10-04 15:03:53,066 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:53,067 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:53,459 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["FoFMnwCORz-si-enlLiHYA"], "issued_at": "2018-10-04T15:03:53.000000Z"}} 2018-10-04 15:03:53,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb7a8084c1a7be8e76607b7954ef265390c72d1" 2018-10-04 15:03:53,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3667d58-b9db-479c-ac93-1045a71004d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:53,540 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a3667d58-b9db-479c-ac93-1045a71004d5 2018-10-04 15:03:53,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:03:53,549 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:03:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:03:53,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-142bc0c4-6d08-4bb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb7a8084c1a7be8e76607b7954ef265390c72d1" 2018-10-04 15:03:53,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cabba4fb-a4ce-40f3-8d89-e57eb31f5d34 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-142bc0c4-6d08-4bb-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:03:53,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-142bc0c4-6d08-4bb-proj used request id req-cabba4fb-a4ce-40f3-8d89-e57eb31f5d34 2018-10-04 15:03:53,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb7a8084c1a7be8e76607b7954ef265390c72d1" 2018-10-04 15:03:53,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-595481cd-bf20-4867-893a-016115fe019b Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:03:53,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-595481cd-bf20-4867-893a-016115fe019b 2018-10-04 15:03:53,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb7a8084c1a7be8e76607b7954ef265390c72d1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithImageTests-142bc0c4-6d08-4bb-proj"}}' 2018-10-04 15:03:53,834 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:03:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8f4bd11-4c39-417c-a1bc-531e04f513bb Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/9f7660768b794f8cb22d95abd575459b"}, "enabled": true, "id": "9f7660768b794f8cb22d95abd575459b", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-142bc0c4-6d08-4bb-proj"}} 2018-10-04 15:03:53,834 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-e8f4bd11-4c39-417c-a1bc-531e04f513bb 2018-10-04 15:03:53,834 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-142bc0c4-6d08-4bb-proj 2018-10-04 15:03:53,834 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:53,835 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:54,230 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:03:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["8ONWPRJ2TQSdZWSQPiPVWQ"], "issued_at": "2018-10-04T15:03:54.000000Z"}} 2018-10-04 15:03:54,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c59d3f001fa6c75c71f604da186d9356e7a0bb8a" 2018-10-04 15:03:54,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5766c6ba-993c-4b2a-abc6-6ec0da653dc8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:54,330 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5766c6ba-993c-4b2a-abc6-6ec0da653dc8 2018-10-04 15:03:54,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:03:54,340 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:03:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:03:54,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c59d3f001fa6c75c71f604da186d9356e7a0bb8a" 2018-10-04 15:03:54,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dae3e64-3584-495f-864a-69b5b063429b Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:03:54,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0dae3e64-3584-495f-864a-69b5b063429b 2018-10-04 15:03:54,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateVolumeWithImageTests-142bc0c4-6d08-4bb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c59d3f001fa6c75c71f604da186d9356e7a0bb8a" 2018-10-04 15:03:54,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02b4dcd9-9a92-4fb0-aff0-b4265f78e1bc Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateVolumeWithImageTests-142bc0c4-6d08-4bb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/9f7660768b794f8cb22d95abd575459b"}, "enabled": true, "id": "9f7660768b794f8cb22d95abd575459b", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-142bc0c4-6d08-4bb-proj"}]} 2018-10-04 15:03:54,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateVolumeWithImageTests-142bc0c4-6d08-4bb-proj used request id req-02b4dcd9-9a92-4fb0-aff0-b4265f78e1bc 2018-10-04 15:03:54,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c59d3f001fa6c75c71f604da186d9356e7a0bb8a" 2018-10-04 15:03:54,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6f045df-7a30-4bc6-aa66-264200d8693f Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:03:54,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-d6f045df-7a30-4bc6-aa66-264200d8693f 2018-10-04 15:03:54,946 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-142bc0c4-6d08-4bb-user 2018-10-04 15:03:54,946 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:54,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb7a8084c1a7be8e76607b7954ef265390c72d1" 2018-10-04 15:03:55,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb27292b-7d21-4091-9741-dbc012e52ed1 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:03:55,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-eb27292b-7d21-4091-9741-dbc012e52ed1 2018-10-04 15:03:55,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb7a8084c1a7be8e76607b7954ef265390c72d1" -d '{"role": {"name": "CreateVolumeWithImageTests-142bc0c4-6d08-4bb-proj-role"}}' 2018-10-04 15:03:55,157 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:03:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0331d71-6872-4641-8762-39b0bc67d6b3 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7918979712cf486dab6fec22d639b433", "links": {"self": "http://172.30.9.23:5000/v3/roles/7918979712cf486dab6fec22d639b433"}, "name": "CreateVolumeWithImageTests-142bc0c4-6d08-4bb-proj-role"}} 2018-10-04 15:03:55,157 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-d0331d71-6872-4641-8762-39b0bc67d6b3 2018-10-04 15:03:55,158 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-142bc0c4-6d08-4bb-proj-role 2018-10-04 15:03:55,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/7918979712cf486dab6fec22d639b433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb7a8084c1a7be8e76607b7954ef265390c72d1" 2018-10-04 15:03:55,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ba47a5f-9d72-4d17-aab8-636d5bc3443b Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/7918979712cf486dab6fec22d639b433"}, "domain_id": null, "name": "CreateVolumeWithImageTests-142bc0c4-6d08-4bb-proj-role", "id": "7918979712cf486dab6fec22d639b433"}} 2018-10-04 15:03:55,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/7918979712cf486dab6fec22d639b433 used request id req-3ba47a5f-9d72-4d17-aab8-636d5bc3443b 2018-10-04 15:03:55,254 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-142bc0c4-6d08-4bb-proj-role to project CreateVolumeWithImageTests-142bc0c4-6d08-4bb-proj 2018-10-04 15:03:55,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/9f7660768b794f8cb22d95abd575459b/users/b2712581321845fca206e167478a9b01/roles/7918979712cf486dab6fec22d639b433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb7a8084c1a7be8e76607b7954ef265390c72d1" 2018-10-04 15:03:55,405 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:03:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59f0711e-b772-43d9-8f2e-8f117fdbc752 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:03:55,405 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/9f7660768b794f8cb22d95abd575459b/users/b2712581321845fca206e167478a9b01/roles/7918979712cf486dab6fec22d639b433 used request id req-59f0711e-b772-43d9-8f2e-8f117fdbc752 2018-10-04 15:03:55,407 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:03:55,407 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:55,408 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:55,779 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7918979712cf486dab6fec22d639b433", "name": "CreateVolumeWithImageTests-142bc0c4-6d08-4bb-proj-role"}], "expires_at": "2018-10-04T16:03:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9f7660768b794f8cb22d95abd575459b", "name": "CreateVolumeWithImageTests-142bc0c4-6d08-4bb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/9f7660768b794f8cb22d95abd575459b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/9f7660768b794f8cb22d95abd575459b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/9f7660768b794f8cb22d95abd575459b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9f7660768b794f8cb22d95abd575459b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/9f7660768b794f8cb22d95abd575459b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/9f7660768b794f8cb22d95abd575459b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/9f7660768b794f8cb22d95abd575459b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/9f7660768b794f8cb22d95abd575459b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/9f7660768b794f8cb22d95abd575459b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9f7660768b794f8cb22d95abd575459b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/9f7660768b794f8cb22d95abd575459b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/9f7660768b794f8cb22d95abd575459b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-142bc0c4-6d08-4bb-user", "id": "b2712581321845fca206e167478a9b01"}, "audit_ids": ["9e2_uEAxTqKB6JYpRLEFHA"], "issued_at": "2018-10-04T15:03:55.000000Z"}} 2018-10-04 15:03:55,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac10d15b27ee7ff507bb7560c9a3cc9bac9ad372" 2018-10-04 15:03:55,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c86c7cb3-32d5-456b-b25e-659ee66587bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:55,857 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c86c7cb3-32d5-456b-b25e-659ee66587bf 2018-10-04 15:03:55,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-6ee382bd-654b-4323-a401-3215e0de1427-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac10d15b27ee7ff507bb7560c9a3cc9bac9ad372" 2018-10-04 15:03:56,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-172796b4-b6df-4ead-956f-e366e2950ba2 Date: Thu, 04 Oct 2018 15:03:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateVolumeWithImageTests-6ee382bd-654b-4323-a401-3215e0de1427-image"} 2018-10-04 15:03:56,033 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-6ee382bd-654b-4323-a401-3215e0de1427-image used request id req-172796b4-b6df-4ead-956f-e366e2950ba2 2018-10-04 15:03:56,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac10d15b27ee7ff507bb7560c9a3cc9bac9ad372" 2018-10-04 15:03:56,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-40cb5a31-c766-4e76-bced-5808dadcbed8 Date: Thu, 04 Oct 2018 15:03:56 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:03:56,198 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-40cb5a31-c766-4e76-bced-5808dadcbed8 2018-10-04 15:03:56,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ac10d15b27ee7ff507bb7560c9a3cc9bac9ad372" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateVolumeWithImageTests-6ee382bd-654b-4323-a401-3215e0de1427-image"}' 2018-10-04 15:03:56,427 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/7be33ed0-e35e-422b-820b-125f8c520ac6 X-Openstack-Request-Id: req-ce3c2c27-3d4d-4f4a-9b08-ba4c26ec9542 Date: Thu, 04 Oct 2018 15:03:56 GMT RESP BODY: {"status": "queued", "name": "CreateVolumeWithImageTests-6ee382bd-654b-4323-a401-3215e0de1427-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:03:56Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:03:56Z", "visibility": "shared", "locations": [], "self": "/v2/images/7be33ed0-e35e-422b-820b-125f8c520ac6", "min_disk": 0, "protected": false, "id": "7be33ed0-e35e-422b-820b-125f8c520ac6", "file": "/v2/images/7be33ed0-e35e-422b-820b-125f8c520ac6/file", "checksum": null, "owner": "9f7660768b794f8cb22d95abd575459b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:03:56,427 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-ce3c2c27-3d4d-4f4a-9b08-ba4c26ec9542 2018-10-04 15:03:56,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/7be33ed0-e35e-422b-820b-125f8c520ac6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac10d15b27ee7ff507bb7560c9a3cc9bac9ad372" -d '' 2018-10-04 15:03:57,991 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-772d1c88-50d4-49f2-9ce1-57dfe8fcd145 Date: Thu, 04 Oct 2018 15:03:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:03:57,992 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/7be33ed0-e35e-422b-820b-125f8c520ac6/file used request id req-772d1c88-50d4-49f2-9ce1-57dfe8fcd145 2018-10-04 15:03:57,992 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:03:57,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/7be33ed0-e35e-422b-820b-125f8c520ac6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac10d15b27ee7ff507bb7560c9a3cc9bac9ad372" 2018-10-04 15:03:58,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-7eec63d0-8d89-4ab2-8c18-816c87ec88cb Date: Thu, 04 Oct 2018 15:03:58 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-6ee382bd-654b-4323-a401-3215e0de1427-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:03:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:03:57Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7be33ed0-e35e-422b-820b-125f8c520ac6/snap", "metadata": {}}], "self": "/v2/images/7be33ed0-e35e-422b-820b-125f8c520ac6", "min_disk": 0, "protected": false, "id": "7be33ed0-e35e-422b-820b-125f8c520ac6", "file": "/v2/images/7be33ed0-e35e-422b-820b-125f8c520ac6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9f7660768b794f8cb22d95abd575459b", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7be33ed0-e35e-422b-820b-125f8c520ac6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:03:58,180 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/7be33ed0-e35e-422b-820b-125f8c520ac6 used request id req-7eec63d0-8d89-4ab2-8c18-816c87ec88cb 2018-10-04 15:03:58,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac10d15b27ee7ff507bb7560c9a3cc9bac9ad372" 2018-10-04 15:03:58,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3bb6894b-6dad-4964-bbe7-636830271c3e Date: Thu, 04 Oct 2018 15:03:58 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:03:58,343 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-3bb6894b-6dad-4964-bbe7-636830271c3e 2018-10-04 15:03:58,346 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-6ee382bd-654b-4323-a401-3215e0de1427-image 2018-10-04 15:03:58,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/7be33ed0-e35e-422b-820b-125f8c520ac6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac10d15b27ee7ff507bb7560c9a3cc9bac9ad372" 2018-10-04 15:03:58,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-f225e0db-d6b4-42d5-adae-dec4572717ee Date: Thu, 04 Oct 2018 15:03:58 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-6ee382bd-654b-4323-a401-3215e0de1427-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:03:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:03:57Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7be33ed0-e35e-422b-820b-125f8c520ac6/snap", "metadata": {}}], "self": "/v2/images/7be33ed0-e35e-422b-820b-125f8c520ac6", "min_disk": 0, "protected": false, "id": "7be33ed0-e35e-422b-820b-125f8c520ac6", "file": "/v2/images/7be33ed0-e35e-422b-820b-125f8c520ac6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9f7660768b794f8cb22d95abd575459b", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7be33ed0-e35e-422b-820b-125f8c520ac6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:03:58,508 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/7be33ed0-e35e-422b-820b-125f8c520ac6 used request id req-f225e0db-d6b4-42d5-adae-dec4572717ee 2018-10-04 15:03:58,509 - create_image - DEBUG - Instance status is - active 2018-10-04 15:03:58,509 - create_image - DEBUG - Image is active with name - CreateVolumeWithImageTests-6ee382bd-654b-4323-a401-3215e0de1427-image 2018-10-04 15:03:58,509 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-6ee382bd-654b-4323-a401-3215e0de1427-image 2018-10-04 15:03:58,509 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:03:58,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:03:58,892 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7918979712cf486dab6fec22d639b433", "name": "CreateVolumeWithImageTests-142bc0c4-6d08-4bb-proj-role"}], "expires_at": "2018-10-04T16:03:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9f7660768b794f8cb22d95abd575459b", "name": "CreateVolumeWithImageTests-142bc0c4-6d08-4bb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/9f7660768b794f8cb22d95abd575459b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/9f7660768b794f8cb22d95abd575459b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/9f7660768b794f8cb22d95abd575459b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9f7660768b794f8cb22d95abd575459b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/9f7660768b794f8cb22d95abd575459b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/9f7660768b794f8cb22d95abd575459b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/9f7660768b794f8cb22d95abd575459b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/9f7660768b794f8cb22d95abd575459b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/9f7660768b794f8cb22d95abd575459b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9f7660768b794f8cb22d95abd575459b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/9f7660768b794f8cb22d95abd575459b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/9f7660768b794f8cb22d95abd575459b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-142bc0c4-6d08-4bb-user", "id": "b2712581321845fca206e167478a9b01"}, "audit_ids": ["PxoR56bMSN-okNA4IsUI9Q"], "issued_at": "2018-10-04T15:03:58.000000Z"}} 2018-10-04 15:03:58,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac35cf3dde7cab987abf628e3313d0056236c045" 2018-10-04 15:03:58,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6fb01f8-3cf9-474c-be50-f0121ab938d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:03:58,904 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c6fb01f8-3cf9-474c-be50-f0121ab938d6 2018-10-04 15:03:58,910 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9f7660768b794f8cb22d95abd575459b/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac35cf3dde7cab987abf628e3313d0056236c045" 2018-10-04 15:03:59,116 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:03:58 GMT Server: Apache x-compute-request-id: req-94f9ac80-c4a1-4b7c-8147-37f714b2bff4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-94f9ac80-c4a1-4b7c-8147-37f714b2bff4 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-04 15:03:59,116 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9f7660768b794f8cb22d95abd575459b/volumes/detail used request id req-94f9ac80-c4a1-4b7c-8147-37f714b2bff4 2018-10-04 15:03:59,119 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/9f7660768b794f8cb22d95abd575459b/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-94f9ac80-c4a1-4b7c-8147-37f714b2bff4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac35cf3dde7cab987abf628e3313d0056236c045" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithImageTests-6ee382bd-654b-4323-a401-3215e0de1427-vol", "imageRef": "foo", "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-04 15:03:59,453 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Thu, 04 Oct 2018 15:03:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-642c1e57-9575-4422-b41d-9630fa1347c6 x-openstack-request-id: req-642c1e57-9575-4422-b41d-9630fa1347c6 Content-Length: 105 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid image identifier or unable to access requested image.", "code": 400}} 2018-10-04 15:03:59,454 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/9f7660768b794f8cb22d95abd575459b/volumes used request id req-642c1e57-9575-4422-b41d-9630fa1347c6 2018-10-04 15:03:59,454 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-6ee382bd-654b-4323-a401-3215e0de1427-image 2018-10-04 15:03:59,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/7be33ed0-e35e-422b-820b-125f8c520ac6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac10d15b27ee7ff507bb7560c9a3cc9bac9ad372" 2018-10-04 15:04:00,529 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c4f64679-3070-42eb-8476-a57458984cbc Date: Thu, 04 Oct 2018 15:04:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:04:00,529 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/7be33ed0-e35e-422b-820b-125f8c520ac6 used request id req-c4f64679-3070-42eb-8476-a57458984cbc 2018-10-04 15:04:00,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb7a8084c1a7be8e76607b7954ef265390c72d1" 2018-10-04 15:04:00,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-cd44ff99-9c46-45ac-8720-6bc8b306fc12 Date: Thu, 04 Oct 2018 15:04:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:04:00,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-cd44ff99-9c46-45ac-8720-6bc8b306fc12 2018-10-04 15:04:00,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb7a8084c1a7be8e76607b7954ef265390c72d1" 2018-10-04 15:04:00,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2c0ba99-cad8-41cc-8fb9-fec0e59fd9ec Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:04:00,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-d2c0ba99-cad8-41cc-8fb9-fec0e59fd9ec 2018-10-04 15:04:00,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb7a8084c1a7be8e76607b7954ef265390c72d1" 2018-10-04 15:04:01,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62730b56-b100-44bc-bef6-fae293ad2dc4 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:04:01,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-62730b56-b100-44bc-bef6-fae293ad2dc4 2018-10-04 15:04:01,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb7a8084c1a7be8e76607b7954ef265390c72d1" 2018-10-04 15:04:01,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dff2628a-9b09-451b-8b89-31f824ab1d54 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:04:01,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-dff2628a-9b09-451b-8b89-31f824ab1d54 2018-10-04 15:04:01,136 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-142bc0c4-6d08-4bb-proj 2018-10-04 15:04:01,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/9f7660768b794f8cb22d95abd575459b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb7a8084c1a7be8e76607b7954ef265390c72d1" 2018-10-04 15:04:01,350 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:04:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c1b2020-4738-432f-b5f4-a60ef162d1d7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:04:01,350 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/9f7660768b794f8cb22d95abd575459b used request id req-6c1b2020-4738-432f-b5f4-a60ef162d1d7 2018-10-04 15:04:01,350 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-142bc0c4-6d08-4bb-proj-role 2018-10-04 15:04:01,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/7918979712cf486dab6fec22d639b433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb7a8084c1a7be8e76607b7954ef265390c72d1" 2018-10-04 15:04:01,466 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:04:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-240dfcd3-fc14-4a96-b215-180cf758a572 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:04:01,467 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/7918979712cf486dab6fec22d639b433 used request id req-240dfcd3-fc14-4a96-b215-180cf758a572 2018-10-04 15:04:01,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb7a8084c1a7be8e76607b7954ef265390c72d1" 2018-10-04 15:04:01,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9106e25-23f9-4f83-84e9-4ab1a1d91b6d Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:04:01,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c9106e25-23f9-4f83-84e9-4ab1a1d91b6d 2018-10-04 15:04:01,554 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-142bc0c4-6d08-4bb-user 2018-10-04 15:04:01,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/b2712581321845fca206e167478a9b01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c59d3f001fa6c75c71f604da186d9356e7a0bb8a" 2018-10-04 15:04:01,749 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:04:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d553d1b4-990a-4824-8d87-959fda5972af Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:04:01,749 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/b2712581321845fca206e167478a9b01 used request id req-d553d1b4-990a-4824-8d87-959fda5972af 2018-10-04 15:04:01,751 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:04:02,137 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:04:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["-r3hNEUiQ52bk-ZX5KxA9g"], "issued_at": "2018-10-04T15:04:02.000000Z"}} 2018-10-04 15:04:02,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a125b207e07146c5c45c4e54146038bb4be4899d" 2018-10-04 15:04:02,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90d6c838-1669-4e7d-b98c-cbfe73421f73 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:04:02,296 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-90d6c838-1669-4e7d-b98c-cbfe73421f73 2018-10-04 15:04:02,297 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:04:02,298 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:04:02,687 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:04:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["N7zdMQ__St6o3SOFHBTa1w"], "issued_at": "2018-10-04T15:04:02.000000Z"}} 2018-10-04 15:04:02,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41910d4c384b3b8824106df612520f2a07c5fb79" 2018-10-04 15:04:02,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-170f2208-4d0f-4703-b57f-fade6a2d413f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:04:02,779 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-170f2208-4d0f-4703-b57f-fade6a2d413f 2018-10-04 15:04:02,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:04:02,789 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:04:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:04:02,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-0ab1f80a-c30e-415-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41910d4c384b3b8824106df612520f2a07c5fb79" 2018-10-04 15:04:02,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0800bfe7-e85b-4b2e-beb1-06764f45968b Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-0ab1f80a-c30e-415-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:04:02,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-0ab1f80a-c30e-415-proj used request id req-0800bfe7-e85b-4b2e-beb1-06764f45968b 2018-10-04 15:04:02,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41910d4c384b3b8824106df612520f2a07c5fb79" 2018-10-04 15:04:02,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2004c506-8f07-4578-9765-9b3181014ad4 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:04:02,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-2004c506-8f07-4578-9765-9b3181014ad4 2018-10-04 15:04:02,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41910d4c384b3b8824106df612520f2a07c5fb79" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithImageTests-0ab1f80a-c30e-415-proj"}}' 2018-10-04 15:04:03,084 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:04:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d60adaea-02d0-4a1f-9f1a-736e548cf5ad Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b71199f59f684e04bac96e9fb1ee7aec"}, "enabled": true, "id": "b71199f59f684e04bac96e9fb1ee7aec", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-0ab1f80a-c30e-415-proj"}} 2018-10-04 15:04:03,084 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-d60adaea-02d0-4a1f-9f1a-736e548cf5ad 2018-10-04 15:04:03,084 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-0ab1f80a-c30e-415-proj 2018-10-04 15:04:03,084 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:04:03,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:04:03,472 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:04:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["n3yocwytQMqS37liJ4LBew"], "issued_at": "2018-10-04T15:04:03.000000Z"}} 2018-10-04 15:04:03,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b5631ad42c02da85e7819c26b0a57cd087b47ab" 2018-10-04 15:04:03,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1de4ba70-34cb-4a93-9944-8b09593c43e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:04:03,566 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1de4ba70-34cb-4a93-9944-8b09593c43e3 2018-10-04 15:04:03,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:04:03,575 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:04:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:04:03,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b5631ad42c02da85e7819c26b0a57cd087b47ab" 2018-10-04 15:04:03,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaf00f7b-b935-4277-9890-04a41ef3b7d9 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:04:03,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-eaf00f7b-b935-4277-9890-04a41ef3b7d9 2018-10-04 15:04:03,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateVolumeWithImageTests-0ab1f80a-c30e-415-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b5631ad42c02da85e7819c26b0a57cd087b47ab" 2018-10-04 15:04:03,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fe411e0-a9bf-4ea2-9d39-fd51495c4b04 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateVolumeWithImageTests-0ab1f80a-c30e-415-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b71199f59f684e04bac96e9fb1ee7aec"}, "enabled": true, "id": "b71199f59f684e04bac96e9fb1ee7aec", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-0ab1f80a-c30e-415-proj"}]} 2018-10-04 15:04:03,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateVolumeWithImageTests-0ab1f80a-c30e-415-proj used request id req-0fe411e0-a9bf-4ea2-9d39-fd51495c4b04 2018-10-04 15:04:03,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b5631ad42c02da85e7819c26b0a57cd087b47ab" 2018-10-04 15:04:03,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2848e382-f94e-4636-a6c2-6cc06c402595 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:04:03,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-2848e382-f94e-4636-a6c2-6cc06c402595 2018-10-04 15:04:04,227 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-0ab1f80a-c30e-415-user 2018-10-04 15:04:04,227 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:04:04,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41910d4c384b3b8824106df612520f2a07c5fb79" 2018-10-04 15:04:04,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7927575-794f-4ff6-9527-08322ce368f0 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:04:04,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a7927575-794f-4ff6-9527-08322ce368f0 2018-10-04 15:04:04,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41910d4c384b3b8824106df612520f2a07c5fb79" -d '{"role": {"name": "CreateVolumeWithImageTests-0ab1f80a-c30e-415-proj-role"}}' 2018-10-04 15:04:04,437 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:04:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f969b5c5-8a1f-4405-9f78-4bd95b0b8056 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5972d35926aa4414a8a674a972b9364f", "links": {"self": "http://172.30.9.23:5000/v3/roles/5972d35926aa4414a8a674a972b9364f"}, "name": "CreateVolumeWithImageTests-0ab1f80a-c30e-415-proj-role"}} 2018-10-04 15:04:04,437 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-f969b5c5-8a1f-4405-9f78-4bd95b0b8056 2018-10-04 15:04:04,437 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-0ab1f80a-c30e-415-proj-role 2018-10-04 15:04:04,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/5972d35926aa4414a8a674a972b9364f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41910d4c384b3b8824106df612520f2a07c5fb79" 2018-10-04 15:04:04,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d9e0a2a-2a12-4515-9603-da7e9fee3e54 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/5972d35926aa4414a8a674a972b9364f"}, "domain_id": null, "name": "CreateVolumeWithImageTests-0ab1f80a-c30e-415-proj-role", "id": "5972d35926aa4414a8a674a972b9364f"}} 2018-10-04 15:04:04,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/5972d35926aa4414a8a674a972b9364f used request id req-2d9e0a2a-2a12-4515-9603-da7e9fee3e54 2018-10-04 15:04:04,458 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-0ab1f80a-c30e-415-proj-role to project CreateVolumeWithImageTests-0ab1f80a-c30e-415-proj 2018-10-04 15:04:04,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/b71199f59f684e04bac96e9fb1ee7aec/users/f3e82f7cf58c4a36ac8d71442b7967cf/roles/5972d35926aa4414a8a674a972b9364f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41910d4c384b3b8824106df612520f2a07c5fb79" 2018-10-04 15:04:04,607 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:04:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3070f21-29e9-4e10-bba5-d362bfdb0df6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:04:04,607 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/b71199f59f684e04bac96e9fb1ee7aec/users/f3e82f7cf58c4a36ac8d71442b7967cf/roles/5972d35926aa4414a8a674a972b9364f used request id req-a3070f21-29e9-4e10-bba5-d362bfdb0df6 2018-10-04 15:04:04,609 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:04:04,610 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:04:04,610 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:04:04,977 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5972d35926aa4414a8a674a972b9364f", "name": "CreateVolumeWithImageTests-0ab1f80a-c30e-415-proj-role"}], "expires_at": "2018-10-04T16:04:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b71199f59f684e04bac96e9fb1ee7aec", "name": "CreateVolumeWithImageTests-0ab1f80a-c30e-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/b71199f59f684e04bac96e9fb1ee7aec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/b71199f59f684e04bac96e9fb1ee7aec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/b71199f59f684e04bac96e9fb1ee7aec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/b71199f59f684e04bac96e9fb1ee7aec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/b71199f59f684e04bac96e9fb1ee7aec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/b71199f59f684e04bac96e9fb1ee7aec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/b71199f59f684e04bac96e9fb1ee7aec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/b71199f59f684e04bac96e9fb1ee7aec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b71199f59f684e04bac96e9fb1ee7aec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/b71199f59f684e04bac96e9fb1ee7aec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/b71199f59f684e04bac96e9fb1ee7aec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-0ab1f80a-c30e-415-user", "id": "f3e82f7cf58c4a36ac8d71442b7967cf"}, "audit_ids": ["MztzRFAFRbuz3VK9UJaYSQ"], "issued_at": "2018-10-04T15:04:04.000000Z"}} 2018-10-04 15:04:04,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39fd3a1a29f7456d4ab407f71994c4a069f44e00" 2018-10-04 15:04:05,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17a7363d-f3cf-4419-9018-521dea18af7d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:04:05,048 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-17a7363d-f3cf-4419-9018-521dea18af7d 2018-10-04 15:04:05,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39fd3a1a29f7456d4ab407f71994c4a069f44e00" 2018-10-04 15:04:05,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-ac6b8389-a805-43b2-afb1-c9a0265f466f Date: Thu, 04 Oct 2018 15:04:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-image"} 2018-10-04 15:04:05,238 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-image used request id req-ac6b8389-a805-43b2-afb1-c9a0265f466f 2018-10-04 15:04:05,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39fd3a1a29f7456d4ab407f71994c4a069f44e00" 2018-10-04 15:04:05,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a47cd631-ef1a-4dfa-b8fb-a5edf5ec3c9b Date: Thu, 04 Oct 2018 15:04:05 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:04:05,392 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-a47cd631-ef1a-4dfa-b8fb-a5edf5ec3c9b 2018-10-04 15:04:05,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}39fd3a1a29f7456d4ab407f71994c4a069f44e00" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-image"}' 2018-10-04 15:04:05,622 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/0c134576-439a-4b1b-b1e0-da5b52594bda X-Openstack-Request-Id: req-21a747ed-4d87-4f50-a53e-7247353974ca Date: Thu, 04 Oct 2018 15:04:05 GMT RESP BODY: {"status": "queued", "name": "CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:04:05Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:04:05Z", "visibility": "shared", "locations": [], "self": "/v2/images/0c134576-439a-4b1b-b1e0-da5b52594bda", "min_disk": 0, "protected": false, "id": "0c134576-439a-4b1b-b1e0-da5b52594bda", "file": "/v2/images/0c134576-439a-4b1b-b1e0-da5b52594bda/file", "checksum": null, "owner": "b71199f59f684e04bac96e9fb1ee7aec", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:04:05,622 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-21a747ed-4d87-4f50-a53e-7247353974ca 2018-10-04 15:04:05,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/0c134576-439a-4b1b-b1e0-da5b52594bda/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39fd3a1a29f7456d4ab407f71994c4a069f44e00" -d '' 2018-10-04 15:04:06,830 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5eaf79d8-bd41-4e10-bb41-7d12e84fad4c Date: Thu, 04 Oct 2018 15:04:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:04:06,830 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/0c134576-439a-4b1b-b1e0-da5b52594bda/file used request id req-5eaf79d8-bd41-4e10-bb41-7d12e84fad4c 2018-10-04 15:04:06,831 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:04:06,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/0c134576-439a-4b1b-b1e0-da5b52594bda -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39fd3a1a29f7456d4ab407f71994c4a069f44e00" 2018-10-04 15:04:06,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-13244e71-d8e4-4471-9c77-cc46eac07981 Date: Thu, 04 Oct 2018 15:04:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:04:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:04:06Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/0c134576-439a-4b1b-b1e0-da5b52594bda/snap", "metadata": {}}], "self": "/v2/images/0c134576-439a-4b1b-b1e0-da5b52594bda", "min_disk": 0, "protected": false, "id": "0c134576-439a-4b1b-b1e0-da5b52594bda", "file": "/v2/images/0c134576-439a-4b1b-b1e0-da5b52594bda/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b71199f59f684e04bac96e9fb1ee7aec", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/0c134576-439a-4b1b-b1e0-da5b52594bda/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:04:06,993 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/0c134576-439a-4b1b-b1e0-da5b52594bda used request id req-13244e71-d8e4-4471-9c77-cc46eac07981 2018-10-04 15:04:06,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39fd3a1a29f7456d4ab407f71994c4a069f44e00" 2018-10-04 15:04:07,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-40e7f0f4-cfb7-4f70-a121-011dadf9d72e Date: Thu, 04 Oct 2018 15:04:07 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:04:07,004 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-40e7f0f4-cfb7-4f70-a121-011dadf9d72e 2018-10-04 15:04:07,007 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-image 2018-10-04 15:04:07,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/0c134576-439a-4b1b-b1e0-da5b52594bda -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39fd3a1a29f7456d4ab407f71994c4a069f44e00" 2018-10-04 15:04:07,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-72a39261-5b8b-48e8-ac09-c10d8881a624 Date: Thu, 04 Oct 2018 15:04:07 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:04:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:04:06Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/0c134576-439a-4b1b-b1e0-da5b52594bda/snap", "metadata": {}}], "self": "/v2/images/0c134576-439a-4b1b-b1e0-da5b52594bda", "min_disk": 0, "protected": false, "id": "0c134576-439a-4b1b-b1e0-da5b52594bda", "file": "/v2/images/0c134576-439a-4b1b-b1e0-da5b52594bda/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b71199f59f684e04bac96e9fb1ee7aec", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/0c134576-439a-4b1b-b1e0-da5b52594bda/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:04:07,181 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/0c134576-439a-4b1b-b1e0-da5b52594bda used request id req-72a39261-5b8b-48e8-ac09-c10d8881a624 2018-10-04 15:04:07,181 - create_image - DEBUG - Instance status is - active 2018-10-04 15:04:07,182 - create_image - DEBUG - Image is active with name - CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-image 2018-10-04 15:04:07,182 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-image 2018-10-04 15:04:07,182 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:04:07,183 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:04:07,562 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5972d35926aa4414a8a674a972b9364f", "name": "CreateVolumeWithImageTests-0ab1f80a-c30e-415-proj-role"}], "expires_at": "2018-10-04T16:04:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b71199f59f684e04bac96e9fb1ee7aec", "name": "CreateVolumeWithImageTests-0ab1f80a-c30e-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/b71199f59f684e04bac96e9fb1ee7aec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/b71199f59f684e04bac96e9fb1ee7aec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/b71199f59f684e04bac96e9fb1ee7aec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/b71199f59f684e04bac96e9fb1ee7aec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/b71199f59f684e04bac96e9fb1ee7aec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/b71199f59f684e04bac96e9fb1ee7aec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/b71199f59f684e04bac96e9fb1ee7aec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/b71199f59f684e04bac96e9fb1ee7aec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b71199f59f684e04bac96e9fb1ee7aec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/b71199f59f684e04bac96e9fb1ee7aec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/b71199f59f684e04bac96e9fb1ee7aec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-0ab1f80a-c30e-415-user", "id": "f3e82f7cf58c4a36ac8d71442b7967cf"}, "audit_ids": ["pmYStAUHS7CFejev0hZhsg"], "issued_at": "2018-10-04T15:04:07.000000Z"}} 2018-10-04 15:04:07,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c024353f89954594e8d9c88e1ef2ec66695a163" 2018-10-04 15:04:07,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a6536c4-356e-4fa0-8894-5f7b010ab5dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:04:07,575 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1a6536c4-356e-4fa0-8894-5f7b010ab5dc 2018-10-04 15:04:07,581 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c024353f89954594e8d9c88e1ef2ec66695a163" 2018-10-04 15:04:07,767 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:07 GMT Server: Apache x-compute-request-id: req-ea675c53-e9b0-4216-b8c0-506d5462b526 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ea675c53-e9b0-4216-b8c0-506d5462b526 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-04 15:04:07,767 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/detail used request id req-ea675c53-e9b0-4216-b8c0-506d5462b526 2018-10-04 15:04:07,771 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ea675c53-e9b0-4216-b8c0-506d5462b526" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c024353f89954594e8d9c88e1ef2ec66695a163" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-vol", "imageRef": "CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-image", "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-04 15:04:09,166 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:04:07 GMT Server: Apache x-compute-request-id: req-6be5083f-b4ff-4f31-8706-1110b1e0e707 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6be5083f-b4ff-4f31-8706-1110b1e0e707 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "f3e82f7cf58c4a36ac8d71442b7967cf", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f", "rel": "self"}, {"href": "http://172.30.9.23:8776/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:04:09.074385", "description": null, "updated_at": null, "volume_type": null, "name": "CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "24d76f4e-f8f8-4141-9177-ede8b041e76f", "size": 1}} 2018-10-04 15:04:09,167 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes used request id req-6be5083f-b4ff-4f31-8706-1110b1e0e707 2018-10-04 15:04:09,170 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ea675c53-e9b0-4216-b8c0-506d5462b526" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c024353f89954594e8d9c88e1ef2ec66695a163" 2018-10-04 15:04:09,368 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:09 GMT Server: Apache x-compute-request-id: req-da81f4f9-970a-4741-9f7e-8e21837d3005 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-da81f4f9-970a-4741-9f7e-8e21837d3005 Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "f3e82f7cf58c4a36ac8d71442b7967cf", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f", "rel": "self"}, {"href": "http://172.30.9.23:8776/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:04:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b71199f59f684e04bac96e9fb1ee7aec", "updated_at": "2018-10-04T15:04:09.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "24d76f4e-f8f8-4141-9177-ede8b041e76f", "size": 1}} 2018-10-04 15:04:09,369 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f used request id req-da81f4f9-970a-4741-9f7e-8e21837d3005 2018-10-04 15:04:09,369 - create_volume - INFO - Created volume with name - CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-vol 2018-10-04 15:04:09,372 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ea675c53-e9b0-4216-b8c0-506d5462b526" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c024353f89954594e8d9c88e1ef2ec66695a163" 2018-10-04 15:04:09,559 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:09 GMT Server: Apache x-compute-request-id: req-a453c867-a1e5-43d9-9db0-2a17653651a6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a453c867-a1e5-43d9-9db0-2a17653651a6 Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "f3e82f7cf58c4a36ac8d71442b7967cf", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f", "rel": "self"}, {"href": "http://172.30.9.23:8776/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:04:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b71199f59f684e04bac96e9fb1ee7aec", "updated_at": "2018-10-04T15:04:09.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "24d76f4e-f8f8-4141-9177-ede8b041e76f", "size": 1}} 2018-10-04 15:04:09,559 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f used request id req-a453c867-a1e5-43d9-9db0-2a17653651a6 2018-10-04 15:04:09,560 - create_volume - DEBUG - Instance status is - creating 2018-10-04 15:04:09,560 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-04 15:04:12,563 - create_volume - DEBUG - Volume status query timeout in 296.806112051 2018-10-04 15:04:12,566 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ea675c53-e9b0-4216-b8c0-506d5462b526" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c024353f89954594e8d9c88e1ef2ec66695a163" 2018-10-04 15:04:12,622 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:12 GMT Server: Apache x-compute-request-id: req-410522c1-c57d-48cf-95a5-b4724572336d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-410522c1-c57d-48cf-95a5-b4724572336d Content-Encoding: gzip Content-Length: 469 Content-Type: application/json RESP BODY: {"volume": {"status": "downloading", "user_id": "f3e82f7cf58c4a36ac8d71442b7967cf", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f", "rel": "self"}, {"href": "http://172.30.9.23:8776/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:04:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b71199f59f684e04bac96e9fb1ee7aec", "updated_at": "2018-10-04T15:04:11.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "24d76f4e-f8f8-4141-9177-ede8b041e76f", "size": 1}} 2018-10-04 15:04:12,622 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f used request id req-410522c1-c57d-48cf-95a5-b4724572336d 2018-10-04 15:04:12,622 - create_volume - DEBUG - Instance status is - downloading 2018-10-04 15:04:12,622 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-04 15:04:15,626 - create_volume - DEBUG - Volume status query timeout in 293.74347806 2018-10-04 15:04:15,629 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ea675c53-e9b0-4216-b8c0-506d5462b526" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c024353f89954594e8d9c88e1ef2ec66695a163" 2018-10-04 15:04:15,866 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:15 GMT Server: Apache x-compute-request-id: req-e9d59312-88be-4879-9e5d-6cbccc235a32 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e9d59312-88be-4879-9e5d-6cbccc235a32 Content-Encoding: gzip Content-Length: 596 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f", "rel": "self"}, {"href": "http://172.30.9.23:8776/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-10-04T15:04:14.000000", "replication_status": null, "snapshot_id": null, "id": "24d76f4e-f8f8-4141-9177-ede8b041e76f", "size": 1, "user_id": "f3e82f7cf58c4a36ac8d71442b7967cf", "os-vol-tenant-attr:tenant_id": "b71199f59f684e04bac96e9fb1ee7aec", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-image", "image_id": "0c134576-439a-4b1b-b1e0-da5b52594bda", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-vol", "bootable": "true", "created_at": "2018-10-04T15:04:09.000000", "volume_type": null}} 2018-10-04 15:04:15,866 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f used request id req-e9d59312-88be-4879-9e5d-6cbccc235a32 2018-10-04 15:04:15,866 - create_volume - DEBUG - Instance status is - available 2018-10-04 15:04:15,866 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-vol 2018-10-04 15:04:15,866 - create_volume - INFO - Volume is now active with name - CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-vol 2018-10-04 15:04:15,869 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ea675c53-e9b0-4216-b8c0-506d5462b526" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c024353f89954594e8d9c88e1ef2ec66695a163" 2018-10-04 15:04:16,069 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:15 GMT Server: Apache x-compute-request-id: req-74fcd278-e2f3-4c30-bf29-fea4bac543a1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-74fcd278-e2f3-4c30-bf29-fea4bac543a1 Content-Encoding: gzip Content-Length: 596 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f", "rel": "self"}, {"href": "http://172.30.9.23:8776/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-10-04T15:04:14.000000", "replication_status": null, "snapshot_id": null, "id": "24d76f4e-f8f8-4141-9177-ede8b041e76f", "size": 1, "user_id": "f3e82f7cf58c4a36ac8d71442b7967cf", "os-vol-tenant-attr:tenant_id": "b71199f59f684e04bac96e9fb1ee7aec", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-image", "image_id": "0c134576-439a-4b1b-b1e0-da5b52594bda", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-vol", "bootable": "true", "created_at": "2018-10-04T15:04:09.000000", "volume_type": null}} 2018-10-04 15:04:16,069 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f used request id req-74fcd278-e2f3-4c30-bf29-fea4bac543a1 2018-10-04 15:04:16,070 - create_volume - DEBUG - Instance status is - available 2018-10-04 15:04:16,070 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-vol 2018-10-04 15:04:16,070 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:04:16,447 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5972d35926aa4414a8a674a972b9364f", "name": "CreateVolumeWithImageTests-0ab1f80a-c30e-415-proj-role"}], "expires_at": "2018-10-04T16:04:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b71199f59f684e04bac96e9fb1ee7aec", "name": "CreateVolumeWithImageTests-0ab1f80a-c30e-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/b71199f59f684e04bac96e9fb1ee7aec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/b71199f59f684e04bac96e9fb1ee7aec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/b71199f59f684e04bac96e9fb1ee7aec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/b71199f59f684e04bac96e9fb1ee7aec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/b71199f59f684e04bac96e9fb1ee7aec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/b71199f59f684e04bac96e9fb1ee7aec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/b71199f59f684e04bac96e9fb1ee7aec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/b71199f59f684e04bac96e9fb1ee7aec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b71199f59f684e04bac96e9fb1ee7aec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/b71199f59f684e04bac96e9fb1ee7aec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/b71199f59f684e04bac96e9fb1ee7aec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-0ab1f80a-c30e-415-user", "id": "f3e82f7cf58c4a36ac8d71442b7967cf"}, "audit_ids": ["F8DtmwTQQIe7LM4Q6qaT2Q"], "issued_at": "2018-10-04T15:04:16.000000Z"}} 2018-10-04 15:04:16,450 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2276f0276e41268fa5f4a66c9c789ad08cee3f5d" 2018-10-04 15:04:16,788 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:16 GMT Server: Apache x-compute-request-id: req-99af1e3e-365c-4f48-a6d9-24235154b1c6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-99af1e3e-365c-4f48-a6d9-24235154b1c6 Content-Encoding: gzip Content-Length: 596 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f", "rel": "self"}, {"href": "http://172.30.9.23:8776/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-10-04T15:04:14.000000", "replication_status": null, "snapshot_id": null, "id": "24d76f4e-f8f8-4141-9177-ede8b041e76f", "size": 1, "user_id": "f3e82f7cf58c4a36ac8d71442b7967cf", "os-vol-tenant-attr:tenant_id": "b71199f59f684e04bac96e9fb1ee7aec", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-image", "image_id": "0c134576-439a-4b1b-b1e0-da5b52594bda", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-vol", "bootable": "true", "created_at": "2018-10-04T15:04:09.000000", "volume_type": null}} 2018-10-04 15:04:16,789 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f used request id req-99af1e3e-365c-4f48-a6d9-24235154b1c6 2018-10-04 15:04:16,792 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ea675c53-e9b0-4216-b8c0-506d5462b526" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c024353f89954594e8d9c88e1ef2ec66695a163" 2018-10-04 15:04:16,840 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:16 GMT Server: Apache x-compute-request-id: req-6a2eed3c-686b-40e9-8ea3-a5ac97e4b563 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6a2eed3c-686b-40e9-8ea3-a5ac97e4b563 Content-Encoding: gzip Content-Length: 596 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f", "rel": "self"}, {"href": "http://172.30.9.23:8776/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-10-04T15:04:14.000000", "replication_status": null, "snapshot_id": null, "id": "24d76f4e-f8f8-4141-9177-ede8b041e76f", "size": 1, "user_id": "f3e82f7cf58c4a36ac8d71442b7967cf", "os-vol-tenant-attr:tenant_id": "b71199f59f684e04bac96e9fb1ee7aec", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-image", "image_id": "0c134576-439a-4b1b-b1e0-da5b52594bda", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-vol", "bootable": "true", "created_at": "2018-10-04T15:04:09.000000", "volume_type": null}} 2018-10-04 15:04:16,841 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f used request id req-6a2eed3c-686b-40e9-8ea3-a5ac97e4b563 2018-10-04 15:04:16,841 - create_volume - DEBUG - Instance status is - available 2018-10-04 15:04:16,841 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-vol 2018-10-04 15:04:16,841 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-vol 2018-10-04 15:04:16,844 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ea675c53-e9b0-4216-b8c0-506d5462b526" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c024353f89954594e8d9c88e1ef2ec66695a163" 2018-10-04 15:04:16,923 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:04:16 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-df6c1407-56e9-4145-8b26-d7150df7bfc1 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-10-04 15:04:16,923 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f used request id req-df6c1407-56e9-4145-8b26-d7150df7bfc1 2018-10-04 15:04:16,926 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ea675c53-e9b0-4216-b8c0-506d5462b526" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c024353f89954594e8d9c88e1ef2ec66695a163" 2018-10-04 15:04:17,113 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:16 GMT Server: Apache x-compute-request-id: req-1daad22f-70d3-49f8-84cc-4e4937042302 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1daad22f-70d3-49f8-84cc-4e4937042302 Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f", "rel": "self"}, {"href": "http://172.30.9.23:8776/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-10-04T15:04:16.000000", "replication_status": null, "snapshot_id": null, "id": "24d76f4e-f8f8-4141-9177-ede8b041e76f", "size": 1, "user_id": "f3e82f7cf58c4a36ac8d71442b7967cf", "os-vol-tenant-attr:tenant_id": "b71199f59f684e04bac96e9fb1ee7aec", "metadata": {}, "status": "deleting", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-image", "image_id": "0c134576-439a-4b1b-b1e0-da5b52594bda", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-vol", "bootable": "true", "created_at": "2018-10-04T15:04:09.000000", "volume_type": null}} 2018-10-04 15:04:17,113 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f used request id req-1daad22f-70d3-49f8-84cc-4e4937042302 2018-10-04 15:04:17,114 - create_volume - DEBUG - Instance status is - deleting 2018-10-04 15:04:17,114 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-04 15:04:20,117 - create_volume - DEBUG - Volume status query timeout in 56.8065049648 2018-10-04 15:04:20,120 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ea675c53-e9b0-4216-b8c0-506d5462b526" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c024353f89954594e8d9c88e1ef2ec66695a163" 2018-10-04 15:04:20,329 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:04:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ad1e7de7-4a2d-43a3-9464-9e5c2170811b x-openstack-request-id: req-ad1e7de7-4a2d-43a3-9464-9e5c2170811b Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 24d76f4e-f8f8-4141-9177-ede8b041e76f could not be found.", "code": 404}} 2018-10-04 15:04:20,330 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/b71199f59f684e04bac96e9fb1ee7aec/volumes/24d76f4e-f8f8-4141-9177-ede8b041e76f used request id req-ad1e7de7-4a2d-43a3-9464-9e5c2170811b 2018-10-04 15:04:20,330 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 24d76f4e-f8f8-4141-9177-ede8b041e76f could not be found. (HTTP 404) (Request-ID: req-ad1e7de7-4a2d-43a3-9464-9e5c2170811b) 2018-10-04 15:04:20,330 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-vol 2018-10-04 15:04:20,331 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-e3580222-b192-44eb-9684-a405b7beb711-image 2018-10-04 15:04:20,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/0c134576-439a-4b1b-b1e0-da5b52594bda -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39fd3a1a29f7456d4ab407f71994c4a069f44e00" 2018-10-04 15:04:21,654 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-89c1180c-d0e2-4597-aead-b6aff827c3f9 Date: Thu, 04 Oct 2018 15:04:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:04:21,654 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/0c134576-439a-4b1b-b1e0-da5b52594bda used request id req-89c1180c-d0e2-4597-aead-b6aff827c3f9 2018-10-04 15:04:21,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41910d4c384b3b8824106df612520f2a07c5fb79" 2018-10-04 15:04:21,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d33e503f-5854-4d1a-b849-f3cb0b5614e4 Date: Thu, 04 Oct 2018 15:04:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:04:21,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-d33e503f-5854-4d1a-b849-f3cb0b5614e4 2018-10-04 15:04:21,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41910d4c384b3b8824106df612520f2a07c5fb79" 2018-10-04 15:04:21,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12daefb0-63e4-4157-8e26-bdf09da20041 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:04:21,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-12daefb0-63e4-4157-8e26-bdf09da20041 2018-10-04 15:04:22,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41910d4c384b3b8824106df612520f2a07c5fb79" 2018-10-04 15:04:22,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbbfc410-2d92-4f96-92ae-47a1b8a20b5a Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:04:22,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-fbbfc410-2d92-4f96-92ae-47a1b8a20b5a 2018-10-04 15:04:22,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41910d4c384b3b8824106df612520f2a07c5fb79" 2018-10-04 15:04:22,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fb3e46d-c0c7-4358-911a-49e2c8eeeaeb Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:04:22,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-8fb3e46d-c0c7-4358-911a-49e2c8eeeaeb 2018-10-04 15:04:22,180 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-0ab1f80a-c30e-415-proj 2018-10-04 15:04:22,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/b71199f59f684e04bac96e9fb1ee7aec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41910d4c384b3b8824106df612520f2a07c5fb79" 2018-10-04 15:04:22,380 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:04:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb150137-222b-48a5-9010-ab8037c6c0b7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:04:22,381 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/b71199f59f684e04bac96e9fb1ee7aec used request id req-cb150137-222b-48a5-9010-ab8037c6c0b7 2018-10-04 15:04:22,381 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-0ab1f80a-c30e-415-proj-role 2018-10-04 15:04:22,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/5972d35926aa4414a8a674a972b9364f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41910d4c384b3b8824106df612520f2a07c5fb79" 2018-10-04 15:04:22,509 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:04:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7fd9a977-440a-4027-b555-aed6401ed94c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:04:22,509 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/5972d35926aa4414a8a674a972b9364f used request id req-7fd9a977-440a-4027-b555-aed6401ed94c 2018-10-04 15:04:22,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41910d4c384b3b8824106df612520f2a07c5fb79" 2018-10-04 15:04:22,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c80cfd4b-4077-4a41-828b-a56b7f215e93 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:04:22,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c80cfd4b-4077-4a41-828b-a56b7f215e93 2018-10-04 15:04:22,600 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-0ab1f80a-c30e-415-user 2018-10-04 15:04:22,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/f3e82f7cf58c4a36ac8d71442b7967cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b5631ad42c02da85e7819c26b0a57cd087b47ab" 2018-10-04 15:04:22,784 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:04:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28cd544a-d2ec-4530-b7a7-4ddfa015a428 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:04:22,784 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/f3e82f7cf58c4a36ac8d71442b7967cf used request id req-28cd544a-d2ec-4530-b7a7-4ddfa015a428 2018-10-04 15:04:22,786 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:04:23,171 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:04:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["pAP8l-uIQkG_S7Peb-tD8w"], "issued_at": "2018-10-04T15:04:23.000000Z"}} 2018-10-04 15:04:23,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf08c23d90a842d0c2e6c594656cc6ffd7a92655" 2018-10-04 15:04:23,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b6b0cb7-43f0-4afb-9db4-ab74ac92bdb1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:04:23,255 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0b6b0cb7-43f0-4afb-9db4-ab74ac92bdb1 2018-10-04 15:04:23,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:04:23,258 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:04:23,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:04:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["eDp2sx1wReqRffcpfn8Mgg"], "issued_at": "2018-10-04T15:04:23.000000Z"}} 2018-10-04 15:04:23,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1db68b9b482470fda72c345721e30bba8ed2216f" 2018-10-04 15:04:23,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c67b076-5ce2-432a-b37a-c46c877832c1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:04:23,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7c67b076-5ce2-432a-b37a-c46c877832c1 2018-10-04 15:04:23,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:04:23,729 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:04:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:04:23,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-f8b40b67-08a6-4bd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1db68b9b482470fda72c345721e30bba8ed2216f" 2018-10-04 15:04:23,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1623e909-1de3-4dbf-801b-9ef37f1249b9 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-f8b40b67-08a6-4bd-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:04:23,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-f8b40b67-08a6-4bd-proj used request id req-1623e909-1de3-4dbf-801b-9ef37f1249b9 2018-10-04 15:04:23,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1db68b9b482470fda72c345721e30bba8ed2216f" 2018-10-04 15:04:23,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01e24b8e-e860-46a6-a5f0-4be8108a9e69 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:04:23,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-01e24b8e-e860-46a6-a5f0-4be8108a9e69 2018-10-04 15:04:23,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1db68b9b482470fda72c345721e30bba8ed2216f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-f8b40b67-08a6-4bd-proj"}}' 2018-10-04 15:04:24,024 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:04:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8bd69f7-3c1f-450e-8105-ebb2f80328de Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9"}, "enabled": true, "id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-f8b40b67-08a6-4bd-proj"}} 2018-10-04 15:04:24,024 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-b8bd69f7-3c1f-450e-8105-ebb2f80328de 2018-10-04 15:04:24,024 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-f8b40b67-08a6-4bd-proj 2018-10-04 15:04:24,025 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:04:24,025 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:04:24,410 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:04:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["fOXh3bIUQA67kCgSmpsRCQ"], "issued_at": "2018-10-04T15:04:24.000000Z"}} 2018-10-04 15:04:24,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fd8c231cb7afaad29b9eb8444b4b15909259583" 2018-10-04 15:04:24,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8e1ecd3-fd9d-4442-9b5c-9b54707cbec6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:04:24,492 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e8e1ecd3-fd9d-4442-9b5c-9b54707cbec6 2018-10-04 15:04:24,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:04:24,505 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:04:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:04:24,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fd8c231cb7afaad29b9eb8444b4b15909259583" 2018-10-04 15:04:24,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9dc4e9f-81e8-4d08-943e-1fcc55d8b8b0 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:04:24,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-d9dc4e9f-81e8-4d08-943e-1fcc55d8b8b0 2018-10-04 15:04:24,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=SimpleHealthCheck-f8b40b67-08a6-4bd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fd8c231cb7afaad29b9eb8444b4b15909259583" 2018-10-04 15:04:24,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cec8cef9-be0e-436c-a04b-99fe595416de Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=SimpleHealthCheck-f8b40b67-08a6-4bd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9"}, "enabled": true, "id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-f8b40b67-08a6-4bd-proj"}]} 2018-10-04 15:04:24,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=SimpleHealthCheck-f8b40b67-08a6-4bd-proj used request id req-cec8cef9-be0e-436c-a04b-99fe595416de 2018-10-04 15:04:24,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fd8c231cb7afaad29b9eb8444b4b15909259583" 2018-10-04 15:04:24,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-466da168-b4e7-41a1-bcd9-d64be2e8eb2d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:04:24,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-466da168-b4e7-41a1-bcd9-d64be2e8eb2d 2018-10-04 15:04:25,241 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-f8b40b67-08a6-4bd-user 2018-10-04 15:04:25,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:04:25,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1db68b9b482470fda72c345721e30bba8ed2216f" 2018-10-04 15:04:25,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c169709-14b2-46f8-ae62-97ef20e6b447 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:04:25,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6c169709-14b2-46f8-ae62-97ef20e6b447 2018-10-04 15:04:25,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1db68b9b482470fda72c345721e30bba8ed2216f" -d '{"role": {"name": "SimpleHealthCheck-f8b40b67-08a6-4bd-proj-role"}}' 2018-10-04 15:04:25,443 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:04:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a5981cd-fb94-4fbd-91cf-6caf74f6a85b Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7cd000d9b4a94bf29720ef78f9f2a5ee", "links": {"self": "http://172.30.9.23:5000/v3/roles/7cd000d9b4a94bf29720ef78f9f2a5ee"}, "name": "SimpleHealthCheck-f8b40b67-08a6-4bd-proj-role"}} 2018-10-04 15:04:25,443 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-4a5981cd-fb94-4fbd-91cf-6caf74f6a85b 2018-10-04 15:04:25,444 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-f8b40b67-08a6-4bd-proj-role 2018-10-04 15:04:25,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/7cd000d9b4a94bf29720ef78f9f2a5ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1db68b9b482470fda72c345721e30bba8ed2216f" 2018-10-04 15:04:25,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87cf122a-baf2-41c7-a416-193cc052985a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/7cd000d9b4a94bf29720ef78f9f2a5ee"}, "domain_id": null, "name": "SimpleHealthCheck-f8b40b67-08a6-4bd-proj-role", "id": "7cd000d9b4a94bf29720ef78f9f2a5ee"}} 2018-10-04 15:04:25,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/7cd000d9b4a94bf29720ef78f9f2a5ee used request id req-87cf122a-baf2-41c7-a416-193cc052985a 2018-10-04 15:04:25,539 - keystone_utils - INFO - Granting role SimpleHealthCheck-f8b40b67-08a6-4bd-proj-role to project SimpleHealthCheck-f8b40b67-08a6-4bd-proj 2018-10-04 15:04:25,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9/users/a87712307b49475fbeb6c350ee5fda4b/roles/7cd000d9b4a94bf29720ef78f9f2a5ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1db68b9b482470fda72c345721e30bba8ed2216f" 2018-10-04 15:04:25,655 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:04:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f6b90c7-c1ce-4c42-b2db-03367742f5bf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:04:25,655 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9/users/a87712307b49475fbeb6c350ee5fda4b/roles/7cd000d9b4a94bf29720ef78f9f2a5ee used request id req-7f6b90c7-c1ce-4c42-b2db-03367742f5bf 2018-10-04 15:04:25,655 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:04:25,657 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:04:25,657 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:04:25,658 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:04:26,043 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7cd000d9b4a94bf29720ef78f9f2a5ee", "name": "SimpleHealthCheck-f8b40b67-08a6-4bd-proj-role"}], "expires_at": "2018-10-04T16:04:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "name": "SimpleHealthCheck-f8b40b67-08a6-4bd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-f8b40b67-08a6-4bd-user", "id": "a87712307b49475fbeb6c350ee5fda4b"}, "audit_ids": ["AOpkeiz6SouzyhHeY8XhVQ"], "issued_at": "2018-10-04T15:04:26.000000Z"}} 2018-10-04 15:04:26,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44f40b0de1d6c51e748ba5520c7c31ac685494d8" 2018-10-04 15:04:26,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60aa24b5-8746-4e8c-93bb-defdaf0ff3d7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:04:26,126 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-60aa24b5-8746-4e8c-93bb-defdaf0ff3d7 2018-10-04 15:04:26,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44f40b0de1d6c51e748ba5520c7c31ac685494d8" 2018-10-04 15:04:26,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-ef5176d5-32c9-4570-8b6b-b611f2c046f2 Date: Thu, 04 Oct 2018 15:04:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-image"} 2018-10-04 15:04:26,309 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-image used request id req-ef5176d5-32c9-4570-8b6b-b611f2c046f2 2018-10-04 15:04:26,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44f40b0de1d6c51e748ba5520c7c31ac685494d8" 2018-10-04 15:04:26,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-650ffed5-e81f-4328-9456-d69f8a9d0aaa Date: Thu, 04 Oct 2018 15:04:26 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:04:26,479 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-650ffed5-e81f-4328-9456-d69f8a9d0aaa 2018-10-04 15:04:26,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}44f40b0de1d6c51e748ba5520c7c31ac685494d8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-image"}' 2018-10-04 15:04:26,781 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742 X-Openstack-Request-Id: req-d82f0fab-e7bf-4486-b614-d8608791c755 Date: Thu, 04 Oct 2018 15:04:26 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:04:26Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:04:26Z", "visibility": "shared", "locations": [], "self": "/v2/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "min_disk": 0, "protected": false, "id": "e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "file": "/v2/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742/file", "checksum": null, "owner": "e3b6ab30f5b943f68aad3fbb8d829ec9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:04:26,782 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-d82f0fab-e7bf-4486-b614-d8608791c755 2018-10-04 15:04:26,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44f40b0de1d6c51e748ba5520c7c31ac685494d8" -d '' 2018-10-04 15:04:27,956 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f8b820a3-fc8b-4547-b3c6-e6e02e9e760a Date: Thu, 04 Oct 2018 15:04:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:04:27,956 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742/file used request id req-f8b820a3-fc8b-4547-b3c6-e6e02e9e760a 2018-10-04 15:04:27,957 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:04:27,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44f40b0de1d6c51e748ba5520c7c31ac685494d8" 2018-10-04 15:04:27,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-84b5f913-2c6e-44f0-9d9f-b341c33dcfaa Date: Thu, 04 Oct 2018 15:04:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:04:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:04:27Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742/snap", "metadata": {}}], "self": "/v2/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "min_disk": 0, "protected": false, "id": "e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "file": "/v2/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e3b6ab30f5b943f68aad3fbb8d829ec9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:04:27,981 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742 used request id req-84b5f913-2c6e-44f0-9d9f-b341c33dcfaa 2018-10-04 15:04:27,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44f40b0de1d6c51e748ba5520c7c31ac685494d8" 2018-10-04 15:04:28,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-610b23d1-ed6a-478d-a558-3e615fa96434 Date: Thu, 04 Oct 2018 15:04:28 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:04:28,148 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-610b23d1-ed6a-478d-a558-3e615fa96434 2018-10-04 15:04:28,151 - create_image - INFO - Created image with name - SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-image 2018-10-04 15:04:28,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44f40b0de1d6c51e748ba5520c7c31ac685494d8" 2018-10-04 15:04:28,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-f1714857-80a3-464c-88d6-a6492bfbd308 Date: Thu, 04 Oct 2018 15:04:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:04:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:04:27Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742/snap", "metadata": {}}], "self": "/v2/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "min_disk": 0, "protected": false, "id": "e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "file": "/v2/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e3b6ab30f5b943f68aad3fbb8d829ec9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:04:28,307 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742 used request id req-f1714857-80a3-464c-88d6-a6492bfbd308 2018-10-04 15:04:28,308 - create_image - DEBUG - Instance status is - active 2018-10-04 15:04:28,308 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-image 2018-10-04 15:04:28,308 - create_image - INFO - Image is now active with name - SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-image 2018-10-04 15:04:28,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:04:28,309 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:04:28,674 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7cd000d9b4a94bf29720ef78f9f2a5ee", "name": "SimpleHealthCheck-f8b40b67-08a6-4bd-proj-role"}], "expires_at": "2018-10-04T16:04:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "name": "SimpleHealthCheck-f8b40b67-08a6-4bd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-f8b40b67-08a6-4bd-user", "id": "a87712307b49475fbeb6c350ee5fda4b"}, "audit_ids": ["A8IF2blSRl2hVVlU7KLmLw"], "issued_at": "2018-10-04T15:04:28.000000Z"}} 2018-10-04 15:04:28,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac30efd77dbfe9a7e88c5ae0569eebf3502a1203" 2018-10-04 15:04:28,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2423a48-2bd5-4743-b917-c03b23234d79 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:04:28,748 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d2423a48-2bd5-4743-b917-c03b23234d79 2018-10-04 15:04:28,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac30efd77dbfe9a7e88c5ae0569eebf3502a1203" 2018-10-04 15:04:28,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9472ce76-d3c4-400a-b2d0-cc81fd2d32d8 Date: Thu, 04 Oct 2018 15:04:28 GMT RESP BODY: {"networks":[]} 2018-10-04 15:04:28,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net used request id req-9472ce76-d3c4-400a-b2d0-cc81fd2d32d8 2018-10-04 15:04:28,929 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net 2018-10-04 15:04:28,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac30efd77dbfe9a7e88c5ae0569eebf3502a1203" -d '{"network": {"name": "SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net", "admin_state_up": true}}' 2018-10-04 15:04:29,495 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-8f0dd6f1-f176-404e-9145-64f4f6714e53 Date: Thu, 04 Oct 2018 15:04:29 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b06b8fa7-0f05-444d-86bf-97a0ecf629b0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:04:29Z","is_default":false,"name":"SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","created_at":"2018-10-04T15:04:29Z","mtu":1450}} 2018-10-04 15:04:29,496 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-8f0dd6f1-f176-404e-9145-64f4f6714e53 2018-10-04 15:04:29,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac30efd77dbfe9a7e88c5ae0569eebf3502a1203" 2018-10-04 15:04:29,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 605 X-Openstack-Request-Id: req-d4139818-9712-4dd3-96f2-8cb66b135afa Date: Thu, 04 Oct 2018 15:04:29 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-10-04T15:04:29Z","tenant_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","created_at":"2018-10-04T15:04:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","id":"b06b8fa7-0f05-444d-86bf-97a0ecf629b0","name":"SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net"}]} 2018-10-04 15:04:29,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0 used request id req-d4139818-9712-4dd3-96f2-8cb66b135afa 2018-10-04 15:04:29,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac30efd77dbfe9a7e88c5ae0569eebf3502a1203" 2018-10-04 15:04:30,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e7bcc7cf-7457-4a38-82e6-5cac61affdcc Date: Thu, 04 Oct 2018 15:04:30 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:04:30,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0 used request id req-e7bcc7cf-7457-4a38-82e6-5cac61affdcc 2018-10-04 15:04:30,076 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-subnet 2018-10-04 15:04:30,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac30efd77dbfe9a7e88c5ae0569eebf3502a1203" -d '{"subnets": [{"ip_version": 4, "network_id": "b06b8fa7-0f05-444d-86bf-97a0ecf629b0", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-subnet"}]}' 2018-10-04 15:04:30,771 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9bde5257-3bf2-483e-8b09-c585ce8a0b9a Date: Thu, 04 Oct 2018 15:04:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b06b8fa7-0f05-444d-86bf-97a0ecf629b0","tenant_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","created_at":"2018-10-04T15:04:30Z","dns_nameservers":[],"updated_at":"2018-10-04T15:04:30Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","id":"ebfa4138-b8a5-4a3d-a134-6a705068be03","subnetpool_id":null,"name":"SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-subnet"}]} 2018-10-04 15:04:30,771 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-9bde5257-3bf2-483e-8b09-c585ce8a0b9a 2018-10-04 15:04:30,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac30efd77dbfe9a7e88c5ae0569eebf3502a1203" 2018-10-04 15:04:31,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-99437545-dc05-466b-986f-9784f25f1513 Date: Thu, 04 Oct 2018 15:04:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ebfa4138-b8a5-4a3d-a134-6a705068be03"],"updated_at":"2018-10-04T15:04:30Z","tenant_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","created_at":"2018-10-04T15:04:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","id":"b06b8fa7-0f05-444d-86bf-97a0ecf629b0","name":"SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net"}]} 2018-10-04 15:04:31,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0 used request id req-99437545-dc05-466b-986f-9784f25f1513 2018-10-04 15:04:31,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac30efd77dbfe9a7e88c5ae0569eebf3502a1203" 2018-10-04 15:04:31,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2b4dd0c4-552c-4d22-902c-18d7b0841455 Date: Thu, 04 Oct 2018 15:04:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b06b8fa7-0f05-444d-86bf-97a0ecf629b0","tenant_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","created_at":"2018-10-04T15:04:30Z","dns_nameservers":[],"updated_at":"2018-10-04T15:04:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","id":"ebfa4138-b8a5-4a3d-a134-6a705068be03","subnetpool_id":null,"name":"SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-subnet"}]} 2018-10-04 15:04:31,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0 used request id req-2b4dd0c4-552c-4d22-902c-18d7b0841455 2018-10-04 15:04:31,072 - OpenStackNetwork - DEBUG - Network [b06b8fa7-0f05-444d-86bf-97a0ecf629b0] created successfully 2018-10-04 15:04:31,072 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:04:31,073 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:04:31,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:04:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["gkT3wQt3T2CFSXnIm_UihA"], "issued_at": "2018-10-04T15:04:31.000000Z"}} 2018-10-04 15:04:31,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25afe49111e807d8a677989b48ec659e7d99305b" 2018-10-04 15:04:31,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1f3b6fa-55ab-4bed-9839-e0e4632ee3e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:04:31,549 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a1f3b6fa-55ab-4bed-9839-e0e4632ee3e3 2018-10-04 15:04:31,551 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:04:31,556 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25afe49111e807d8a677989b48ec659e7d99305b" 2018-10-04 15:04:31,745 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04: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-64ec53f2-a879-47d0-9152-63571f6be6b0 x-compute-request-id: req-64ec53f2-a879-47d0-9152-63571f6be6b0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:04:31,745 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-64ec53f2-a879-47d0-9152-63571f6be6b0 2018-10-04 15:04:31,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25afe49111e807d8a677989b48ec659e7d99305b" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:04:31,819 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04: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-0fa6b026-0bb4-4cab-87cf-47f4f8a5788e x-compute-request-id: req-0fa6b026-0bb4-4cab-87cf-47f4f8a5788e Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "name": "SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:04:31,819 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0fa6b026-0bb4-4cab-87cf-47f4f8a5788e 2018-10-04 15:04:31,820 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:04:31,821 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:04:32,291 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7cd000d9b4a94bf29720ef78f9f2a5ee", "name": "SimpleHealthCheck-f8b40b67-08a6-4bd-proj-role"}], "expires_at": "2018-10-04T16:04:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "name": "SimpleHealthCheck-f8b40b67-08a6-4bd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-f8b40b67-08a6-4bd-user", "id": "a87712307b49475fbeb6c350ee5fda4b"}, "audit_ids": ["ZxwzaK6hTAuO6smREuXOXQ"], "issued_at": "2018-10-04T15:04:32.000000Z"}} 2018-10-04 15:04:32,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:32,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06901eeb-ffef-4c4a-baa1-b2012e6191d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:04:32,388 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-06901eeb-ffef-4c4a-baa1-b2012e6191d8 2018-10-04 15:04:32,389 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:04:32,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:32,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef105d3d-95bf-4917-a0f4-a138f7b133af Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:04:32,403 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ef105d3d-95bf-4917-a0f4-a138f7b133af 2018-10-04 15:04:32,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:32,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-ed97a754-c044-48ff-af86-46ef290ef106 Date: Thu, 04 Oct 2018 15:04:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ebfa4138-b8a5-4a3d-a134-6a705068be03"],"updated_at":"2018-10-04T15:04:30Z","tenant_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","created_at":"2018-10-04T15:04:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","id":"b06b8fa7-0f05-444d-86bf-97a0ecf629b0","name":"SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net"}]} 2018-10-04 15:04:32,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net used request id req-ed97a754-c044-48ff-af86-46ef290ef106 2018-10-04 15:04:32,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:04:32,663 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:04:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:04:32,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:32,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75ab52dd-acf5-4551-b1da-4ce5bd0b0eb4 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9"}, "enabled": true, "id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-f8b40b67-08a6-4bd-proj"}} 2018-10-04 15:04:32,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9 used request id req-75ab52dd-acf5-4551-b1da-4ce5bd0b0eb4 2018-10-04 15:04:32,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:32,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-fd000b2c-fe59-4cdd-a13a-8b96c14e260d Date: Thu, 04 Oct 2018 15:04:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b06b8fa7-0f05-444d-86bf-97a0ecf629b0","tenant_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","created_at":"2018-10-04T15:04:30Z","dns_nameservers":[],"updated_at":"2018-10-04T15:04:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","id":"ebfa4138-b8a5-4a3d-a134-6a705068be03","subnetpool_id":null,"name":"SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-subnet"}]} 2018-10-04 15:04:32,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0 used request id req-fd000b2c-fe59-4cdd-a13a-8b96c14e260d 2018-10-04 15:04:32,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0&name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:33,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-62d29f54-d7a3-425e-ad0f-d2fc799591a6 Date: Thu, 04 Oct 2018 15:04:33 GMT RESP BODY: {"ports":[]} 2018-10-04 15:04:33,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0&name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427port-1&admin_state_up=True used request id req-62d29f54-d7a3-425e-ad0f-d2fc799591a6 2018-10-04 15:04:33,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:33,571 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04: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-85f3bb3a-10b4-4aad-afb7-21a96524b02e x-compute-request-id: req-85f3bb3a-10b4-4aad-afb7-21a96524b02e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:04:33,571 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-inst used request id req-85f3bb3a-10b4-4aad-afb7-21a96524b02e 2018-10-04 15:04:33,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:33,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-cbfb2be5-a422-4e2f-b1cd-f2751a3ec08f Date: Thu, 04 Oct 2018 15:04:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ebfa4138-b8a5-4a3d-a134-6a705068be03"],"updated_at":"2018-10-04T15:04:30Z","tenant_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","created_at":"2018-10-04T15:04:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","id":"b06b8fa7-0f05-444d-86bf-97a0ecf629b0","name":"SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net"}]} 2018-10-04 15:04:33,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net used request id req-cbfb2be5-a422-4e2f-b1cd-f2751a3ec08f 2018-10-04 15:04:33,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:33,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afa886fd-6ae6-4b37-bf12-52a62e8c1913 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9"}, "enabled": true, "id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-f8b40b67-08a6-4bd-proj"}} 2018-10-04 15:04:33,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9 used request id req-afa886fd-6ae6-4b37-bf12-52a62e8c1913 2018-10-04 15:04:33,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:34,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8da6e1ac-b5a8-4e15-889e-f6ded6e1c1fc Date: Thu, 04 Oct 2018 15:04:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b06b8fa7-0f05-444d-86bf-97a0ecf629b0","tenant_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","created_at":"2018-10-04T15:04:30Z","dns_nameservers":[],"updated_at":"2018-10-04T15:04:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","id":"ebfa4138-b8a5-4a3d-a134-6a705068be03","subnetpool_id":null,"name":"SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-subnet"}]} 2018-10-04 15:04:34,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0 used request id req-8da6e1ac-b5a8-4e15-889e-f6ded6e1c1fc 2018-10-04 15:04:34,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0&name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:34,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7a901e0f-f674-4245-bbae-ed2f3148d90f Date: Thu, 04 Oct 2018 15:04:34 GMT RESP BODY: {"ports":[]} 2018-10-04 15:04:34,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0&name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427port-1&admin_state_up=True used request id req-7a901e0f-f674-4245-bbae-ed2f3148d90f 2018-10-04 15:04:34,375 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:04:34,376 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:04:34,752 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7cd000d9b4a94bf29720ef78f9f2a5ee", "name": "SimpleHealthCheck-f8b40b67-08a6-4bd-proj-role"}], "expires_at": "2018-10-04T16:04:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "name": "SimpleHealthCheck-f8b40b67-08a6-4bd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/e3b6ab30f5b943f68aad3fbb8d829ec9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-f8b40b67-08a6-4bd-user", "id": "a87712307b49475fbeb6c350ee5fda4b"}, "audit_ids": ["B_Mo4A_GSK-ZClB5-2_7AA"], "issued_at": "2018-10-04T15:04:34.000000Z"}} 2018-10-04 15:04:34,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9771790d6cf2fa11c4b889eba202839d6f3b7e5" 2018-10-04 15:04:34,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63103f73-de0d-42d6-96dc-e46ab49c32a9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:04:34,847 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-63103f73-de0d-42d6-96dc-e46ab49c32a9 2018-10-04 15:04:34,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:35,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-f635e384-ec08-468a-992e-03e646f1b3b5 Date: Thu, 04 Oct 2018 15:04:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ebfa4138-b8a5-4a3d-a134-6a705068be03"],"updated_at":"2018-10-04T15:04:30Z","tenant_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","created_at":"2018-10-04T15:04:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","id":"b06b8fa7-0f05-444d-86bf-97a0ecf629b0","name":"SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net"}]} 2018-10-04 15:04:35,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net used request id req-f635e384-ec08-468a-992e-03e646f1b3b5 2018-10-04 15:04:35,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:35,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-92484736-bc4b-4988-b2dc-95937ffbe803 Date: Thu, 04 Oct 2018 15:04:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b06b8fa7-0f05-444d-86bf-97a0ecf629b0","tenant_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","created_at":"2018-10-04T15:04:30Z","dns_nameservers":[],"updated_at":"2018-10-04T15:04:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","id":"ebfa4138-b8a5-4a3d-a134-6a705068be03","subnetpool_id":null,"name":"SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-subnet"}]} 2018-10-04 15:04:35,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0 used request id req-92484736-bc4b-4988-b2dc-95937ffbe803 2018-10-04 15:04:35,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:35,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-4fbdcc49-fe45-4b2d-8f0d-8b4a80666c21 Date: Thu, 04 Oct 2018 15:04:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ebfa4138-b8a5-4a3d-a134-6a705068be03"],"updated_at":"2018-10-04T15:04:30Z","tenant_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","created_at":"2018-10-04T15:04:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","id":"b06b8fa7-0f05-444d-86bf-97a0ecf629b0","name":"SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net"}]} 2018-10-04 15:04:35,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net used request id req-4fbdcc49-fe45-4b2d-8f0d-8b4a80666c21 2018-10-04 15:04:35,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:04:35,720 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:04:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:04:35,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9771790d6cf2fa11c4b889eba202839d6f3b7e5" 2018-10-04 15:04:35,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f275072-9007-45d9-8fb9-4a4d8e6a87d6 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9"}, "enabled": true, "id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-f8b40b67-08a6-4bd-proj"}} 2018-10-04 15:04:35,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9 used request id req-2f275072-9007-45d9-8fb9-4a4d8e6a87d6 2018-10-04 15:04:35,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:35,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a89194fa-60c0-4c4a-9a75-93f4a0820ba9 Date: Thu, 04 Oct 2018 15:04:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b06b8fa7-0f05-444d-86bf-97a0ecf629b0","tenant_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","created_at":"2018-10-04T15:04:30Z","dns_nameservers":[],"updated_at":"2018-10-04T15:04:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","id":"ebfa4138-b8a5-4a3d-a134-6a705068be03","subnetpool_id":null,"name":"SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-subnet"}]} 2018-10-04 15:04:35,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0 used request id req-a89194fa-60c0-4c4a-9a75-93f4a0820ba9 2018-10-04 15:04:35,881 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net 2018-10-04 15:04:35,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" -d '{"port": {"network_id": "b06b8fa7-0f05-444d-86bf-97a0ecf629b0", "name": "SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427port-1", "admin_state_up": true}}' 2018-10-04 15:04:36,920 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 773 X-Openstack-Request-Id: req-84201007-8c2d-43eb-b9f6-da15616ed4cc Date: Thu, 04 Oct 2018 15:04:36 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:04:36Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ebfa4138-b8a5-4a3d-a134-6a705068be03","ip_address":"10.55.0.9"}],"id":"472e4e56-441d-4480-b355-12eaeacaf22f","security_groups":["daba946d-77d4-4bbe-905c-9fb01230739b"],"mac_address":"fa:16:3e:f4:98:33","device_id":"","status":"DOWN","description":"","tags":[],"name":"SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427port-1","project_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","qos_policy_id":null,"admin_state_up":true,"network_id":"b06b8fa7-0f05-444d-86bf-97a0ecf629b0","tenant_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","created_at":"2018-10-04T15:04:36Z","binding:vnic_type":"normal"}} 2018-10-04 15:04:36,921 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-84201007-8c2d-43eb-b9f6-da15616ed4cc 2018-10-04 15:04:36,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:37,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-51a62f9f-3a70-46a5-99c3-41d2b029c00d Date: Thu, 04 Oct 2018 15:04:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ebfa4138-b8a5-4a3d-a134-6a705068be03"],"updated_at":"2018-10-04T15:04:30Z","tenant_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","created_at":"2018-10-04T15:04:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","id":"b06b8fa7-0f05-444d-86bf-97a0ecf629b0","name":"SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net"}]} 2018-10-04 15:04:37,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net used request id req-51a62f9f-3a70-46a5-99c3-41d2b029c00d 2018-10-04 15:04:37,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:37,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca3e49c3-be2b-426e-8a92-372e0df42f9a Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9"}, "enabled": true, "id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-f8b40b67-08a6-4bd-proj"}} 2018-10-04 15:04:37,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9 used request id req-ca3e49c3-be2b-426e-8a92-372e0df42f9a 2018-10-04 15:04:37,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:37,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8bfecd29-c517-4f99-9493-23265e7a5a1c Date: Thu, 04 Oct 2018 15:04:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b06b8fa7-0f05-444d-86bf-97a0ecf629b0","tenant_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","created_at":"2018-10-04T15:04:30Z","dns_nameservers":[],"updated_at":"2018-10-04T15:04:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","id":"ebfa4138-b8a5-4a3d-a134-6a705068be03","subnetpool_id":null,"name":"SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-subnet"}]} 2018-10-04 15:04:37,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0 used request id req-8bfecd29-c517-4f99-9493-23265e7a5a1c 2018-10-04 15:04:37,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0&name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:37,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 776 X-Openstack-Request-Id: req-4745b8ed-969f-4d84-817a-8c3e39178f38 Date: Thu, 04 Oct 2018 15:04:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:04:36Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ebfa4138-b8a5-4a3d-a134-6a705068be03","ip_address":"10.55.0.9"}],"id":"472e4e56-441d-4480-b355-12eaeacaf22f","security_groups":["daba946d-77d4-4bbe-905c-9fb01230739b"],"mac_address":"fa:16:3e:f4:98:33","project_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427port-1","admin_state_up":true,"network_id":"b06b8fa7-0f05-444d-86bf-97a0ecf629b0","tenant_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","created_at":"2018-10-04T15:04:36Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:04:37,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0&name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427port-1&admin_state_up=True used request id req-4745b8ed-969f-4d84-817a-8c3e39178f38 2018-10-04 15:04:37,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:37,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32c98044-321b-4c41-8471-bd5c5990ded7 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9"}, "enabled": true, "id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-f8b40b67-08a6-4bd-proj"}} 2018-10-04 15:04:37,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9 used request id req-32c98044-321b-4c41-8471-bd5c5990ded7 2018-10-04 15:04:37,499 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-inst 2018-10-04 15:04:37,502 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:37,530 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e67dfdd8-a4e4-44d0-a6e7-5f4aafc1398c x-compute-request-id: req-e67dfdd8-a4e4-44d0-a6e7-5f4aafc1398c Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"flavors": [{"id": "0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "rel": "bookmark"}], "name": "SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-flavor-name"}]} 2018-10-04 15:04:37,530 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-e67dfdd8-a4e4-44d0-a6e7-5f4aafc1398c 2018-10-04 15:04:37,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/0cc0ce1e-5447-470e-8bc6-d326b31dcd1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:37,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be00d878-6e8d-4203-835b-9f096bb410b7 x-compute-request-id: req-be00d878-6e8d-4203-835b-9f096bb410b7 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "name": "SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:04:37,557 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/0cc0ce1e-5447-470e-8bc6-d326b31dcd1f used request id req-be00d878-6e8d-4203-835b-9f096bb410b7 2018-10-04 15:04:37,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:37,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-ae110e72-3fa1-466f-bec0-ea025f706e96 Date: Thu, 04 Oct 2018 15:04:37 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:04:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:04:27Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742/snap", "metadata": {}}], "self": "/v2/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "min_disk": 0, "protected": false, "id": "e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "file": "/v2/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e3b6ab30f5b943f68aad3fbb8d829ec9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-image"} 2018-10-04 15:04:37,737 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-image used request id req-ae110e72-3fa1-466f-bec0-ea025f706e96 2018-10-04 15:04:37,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:37,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5004ddfb-4520-495b-a714-a1bc0cc5dfb4 Date: Thu, 04 Oct 2018 15:04:37 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:04:37,889 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-5004ddfb-4520-495b-a714-a1bc0cc5dfb4 2018-10-04 15:04:37,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" -d '{"server": {"name": "SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-inst", "imageRef": "e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "flavorRef": "0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "max_count": 1, "min_count": 1, "networks": [{"port": "472e4e56-441d-4480-b355-12eaeacaf22f"}]}}' 2018-10-04 15:04:39,427 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:04:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-684acc6f-2810-4edb-91cd-cec30a1cb51e x-compute-request-id: req-684acc6f-2810-4edb-91cd-cec30a1cb51e Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0d866d38-40c2-429e-b885-ff071a7f9d15", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0d866d38-40c2-429e-b885-ff071a7f9d15", "rel": "bookmark"}], "adminPass": "EPpVkf7yqrCr"}} 2018-10-04 15:04:39,427 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-684acc6f-2810-4edb-91cd-cec30a1cb51e 2018-10-04 15:04:39,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:39,804 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04: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-b111b63c-80ac-485b-89de-d0d707f6ec8c x-compute-request-id: req-b111b63c-80ac-485b-89de-d0d707f6ec8c Content-Encoding: gzip Content-Length: 607 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0d866d38-40c2-429e-b885-ff071a7f9d15", "rel": "bookmark"}], "image": {"id": "e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "links": [{"href": "http://172.30.9.23:8774/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "links": [{"href": "http://172.30.9.23:8774/flavors/0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "rel": "bookmark"}]}, "id": "0d866d38-40c2-429e-b885-ff071a7f9d15", "user_id": "a87712307b49475fbeb6c350ee5fda4b", "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-10-04T15:04:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-inst", "created": "2018-10-04T15:04:39Z", "tenant_id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:04:39,804 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15 used request id req-b111b63c-80ac-485b-89de-d0d707f6ec8c 2018-10-04 15:04:39,805 - create_instance - INFO - Created instance with name - SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-inst 2018-10-04 15:04:39,808 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:40,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04: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-0c2f8428-8f8b-45d3-943a-84e23c28adaf x-compute-request-id: req-0c2f8428-8f8b-45d3-943a-84e23c28adaf Content-Encoding: gzip Content-Length: 607 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0d866d38-40c2-429e-b885-ff071a7f9d15", "rel": "bookmark"}], "image": {"id": "e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "links": [{"href": "http://172.30.9.23:8774/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "links": [{"href": "http://172.30.9.23:8774/flavors/0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "rel": "bookmark"}]}, "id": "0d866d38-40c2-429e-b885-ff071a7f9d15", "user_id": "a87712307b49475fbeb6c350ee5fda4b", "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-10-04T15:04:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-inst", "created": "2018-10-04T15:04:39Z", "tenant_id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:04:40,249 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15 used request id req-0c2f8428-8f8b-45d3-943a-84e23c28adaf 2018-10-04 15:04:40,250 - create_instance - DEBUG - Instance status [SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-inst] is - BUILD 2018-10-04 15:04:40,250 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:04:43,253 - create_instance - DEBUG - VM status query timeout in 896.551913977 2018-10-04 15:04:43,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:43,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04: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-5ad5bd7a-cd26-4186-b454-5357a6488d42 x-compute-request-id: req-5ad5bd7a-cd26-4186-b454-5357a6488d42 Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0d866d38-40c2-429e-b885-ff071a7f9d15", "rel": "bookmark"}], "image": {"id": "e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "links": [{"href": "http://172.30.9.23:8774/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "links": [{"href": "http://172.30.9.23:8774/flavors/0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "rel": "bookmark"}]}, "id": "0d866d38-40c2-429e-b885-ff071a7f9d15", "user_id": "a87712307b49475fbeb6c350ee5fda4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:04:42Z", "hostId": "a959e3311901822918e5895e380f8a5618c7e103632d1b5e80ebaf9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-inst", "created": "2018-10-04T15:04:39Z", "tenant_id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:04:43,554 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15 used request id req-5ad5bd7a-cd26-4186-b454-5357a6488d42 2018-10-04 15:04:43,554 - create_instance - DEBUG - Instance status [SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-inst] is - BUILD 2018-10-04 15:04:43,554 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:04:46,558 - create_instance - DEBUG - VM status query timeout in 893.247507811 2018-10-04 15:04:46,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:46,962 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aeee4bae-3f23-4608-abad-1d3ec8e21d92 x-compute-request-id: req-aeee4bae-3f23-4608-abad-1d3ec8e21d92 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0d866d38-40c2-429e-b885-ff071a7f9d15", "rel": "bookmark"}], "image": {"id": "e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "links": [{"href": "http://172.30.9.23:8774/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "links": [{"href": "http://172.30.9.23:8774/flavors/0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "rel": "bookmark"}]}, "id": "0d866d38-40c2-429e-b885-ff071a7f9d15", "security_groups": [{"name": "default"}], "user_id": "a87712307b49475fbeb6c350ee5fda4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:04:42Z", "hostId": "a959e3311901822918e5895e380f8a5618c7e103632d1b5e80ebaf9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-inst", "created": "2018-10-04T15:04:39Z", "tenant_id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:04:46,962 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15 used request id req-aeee4bae-3f23-4608-abad-1d3ec8e21d92 2018-10-04 15:04:46,962 - create_instance - DEBUG - Instance status [SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-inst] is - BUILD 2018-10-04 15:04:46,962 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:04:49,966 - create_instance - DEBUG - VM status query timeout in 889.839428902 2018-10-04 15:04:49,969 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:50,965 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04: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-d0c98983-bc69-4843-ad18-4bab4fa109ac x-compute-request-id: req-d0c98983-bc69-4843-ad18-4bab4fa109ac Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:98:33", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0d866d38-40c2-429e-b885-ff071a7f9d15", "rel": "bookmark"}], "image": {"id": "e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "links": [{"href": "http://172.30.9.23:8774/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:04:45.000000", "flavor": {"id": "0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "links": [{"href": "http://172.30.9.23:8774/flavors/0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "rel": "bookmark"}]}, "id": "0d866d38-40c2-429e-b885-ff071a7f9d15", "security_groups": [{"name": "default"}], "user_id": "a87712307b49475fbeb6c350ee5fda4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:04:47Z", "hostId": "a959e3311901822918e5895e380f8a5618c7e103632d1b5e80ebaf9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-inst", "created": "2018-10-04T15:04:39Z", "tenant_id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:04:50,965 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15 used request id req-d0c98983-bc69-4843-ad18-4bab4fa109ac 2018-10-04 15:04:50,966 - create_instance - DEBUG - Instance status [SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-inst] is - ACTIVE 2018-10-04 15:04:50,966 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:04:50,969 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:51,505 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04: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-5a6f083f-0330-4d04-83c8-c03fd4dbbfa6 x-compute-request-id: req-5a6f083f-0330-4d04-83c8-c03fd4dbbfa6 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:98:33", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0d866d38-40c2-429e-b885-ff071a7f9d15", "rel": "bookmark"}], "image": {"id": "e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "links": [{"href": "http://172.30.9.23:8774/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:04:45.000000", "flavor": {"id": "0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "links": [{"href": "http://172.30.9.23:8774/flavors/0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "rel": "bookmark"}]}, "id": "0d866d38-40c2-429e-b885-ff071a7f9d15", "security_groups": [{"name": "default"}], "user_id": "a87712307b49475fbeb6c350ee5fda4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:04:47Z", "hostId": "a959e3311901822918e5895e380f8a5618c7e103632d1b5e80ebaf9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-inst", "created": "2018-10-04T15:04:39Z", "tenant_id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:04:51,505 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15 used request id req-5a6f083f-0330-4d04-83c8-c03fd4dbbfa6 2018-10-04 15:04:51,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:51,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-318c2fb3-9ed5-42bf-9c3c-5a84f796fdac Date: Thu, 04 Oct 2018 15:04:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ebfa4138-b8a5-4a3d-a134-6a705068be03"],"updated_at":"2018-10-04T15:04:30Z","tenant_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","created_at":"2018-10-04T15:04:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","id":"b06b8fa7-0f05-444d-86bf-97a0ecf629b0","name":"SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net"}]} 2018-10-04 15:04:51,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net used request id req-318c2fb3-9ed5-42bf-9c3c-5a84f796fdac 2018-10-04 15:04:51,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:51,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e0bda5a-fa69-4639-9ed0-55fd81bcfd0d Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9"}, "enabled": true, "id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-f8b40b67-08a6-4bd-proj"}} 2018-10-04 15:04:51,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9 used request id req-1e0bda5a-fa69-4639-9ed0-55fd81bcfd0d 2018-10-04 15:04:51,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:52,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a68fc33d-c226-48ff-8e76-6dd093323ff7 Date: Thu, 04 Oct 2018 15:04:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b06b8fa7-0f05-444d-86bf-97a0ecf629b0","tenant_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","created_at":"2018-10-04T15:04:30Z","dns_nameservers":[],"updated_at":"2018-10-04T15:04:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","id":"ebfa4138-b8a5-4a3d-a134-6a705068be03","subnetpool_id":null,"name":"SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-subnet"}]} 2018-10-04 15:04:52,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0 used request id req-a68fc33d-c226-48ff-8e76-6dd093323ff7 2018-10-04 15:04:52,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:52,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3103 X-Openstack-Request-Id: req-da96bfde-7988-4d0f-bdcf-d826bbc467e1 Date: Thu, 04 Oct 2018 15:04:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:04:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ebfa4138-b8a5-4a3d-a134-6a705068be03","ip_address":"10.55.0.4"}],"id":"0c36d90e-e06c-4a9c-bbf3-c014bc6bd44e","security_groups":[],"mac_address":"fa:16:3e:4d:61:cf","project_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b06b8fa7-0f05-444d-86bf-97a0ecf629b0","tenant_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","created_at":"2018-10-04T15:04:32Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b06b8fa7-0f05-444d-86bf-97a0ecf629b0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:04:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ebfa4138-b8a5-4a3d-a134-6a705068be03","ip_address":"10.55.0.9"}],"id":"472e4e56-441d-4480-b355-12eaeacaf22f","security_groups":["daba946d-77d4-4bbe-905c-9fb01230739b"],"mac_address":"fa:16:3e:f4:98:33","project_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427port-1","admin_state_up":true,"network_id":"b06b8fa7-0f05-444d-86bf-97a0ecf629b0","tenant_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","created_at":"2018-10-04T15:04:36Z","binding:vnic_type":"normal","device_id":"0d866d38-40c2-429e-b885-ff071a7f9d15"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:04:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ebfa4138-b8a5-4a3d-a134-6a705068be03","ip_address":"10.55.0.3"}],"id":"615a5b0a-17ab-462b-a77c-79618d3b24ed","security_groups":[],"mac_address":"fa:16:3e:36:3e:42","project_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b06b8fa7-0f05-444d-86bf-97a0ecf629b0","tenant_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","created_at":"2018-10-04T15:04:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b06b8fa7-0f05-444d-86bf-97a0ecf629b0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:04:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ebfa4138-b8a5-4a3d-a134-6a705068be03","ip_address":"10.55.0.2"}],"id":"ac5a0f05-3201-4621-a57b-d6db0a9a4d49","security_groups":[],"mac_address":"fa:16:3e:d8:eb:e5","project_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b06b8fa7-0f05-444d-86bf-97a0ecf629b0","tenant_id":"e3b6ab30f5b943f68aad3fbb8d829ec9","created_at":"2018-10-04T15:04:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b06b8fa7-0f05-444d-86bf-97a0ecf629b0"}]} 2018-10-04 15:04:52,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=b06b8fa7-0f05-444d-86bf-97a0ecf629b0 used request id req-da96bfde-7988-4d0f-bdcf-d826bbc467e1 2018-10-04 15:04:52,143 - create_instance_tests - INFO - Looking for IP 10.55.0.9 in the console log 2018-10-04 15:04:52,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:52,636 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed466fc8-6dd6-4627-b56d-331b9b1f11fc x-compute-request-id: req-ed466fc8-6dd6-4627-b56d-331b9b1f11fc Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:98:33", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0d866d38-40c2-429e-b885-ff071a7f9d15", "rel": "bookmark"}], "image": {"id": "e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "links": [{"href": "http://172.30.9.23:8774/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:04:45.000000", "flavor": {"id": "0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "links": [{"href": "http://172.30.9.23:8774/flavors/0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "rel": "bookmark"}]}, "id": "0d866d38-40c2-429e-b885-ff071a7f9d15", "security_groups": [{"name": "default"}], "user_id": "a87712307b49475fbeb6c350ee5fda4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:04:47Z", "hostId": "a959e3311901822918e5895e380f8a5618c7e103632d1b5e80ebaf9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-inst", "created": "2018-10-04T15:04:39Z", "tenant_id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:04:52,636 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15 used request id req-ed466fc8-6dd6-4627-b56d-331b9b1f11fc 2018-10-04 15:04:52,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:04:53,748 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac912eb6-1947-417e-be5b-51d30e02c9c0 x-compute-request-id: req-ac912eb6-1947-417e-be5b-51d30e02c9c0 Content-Encoding: gzip Content-Length: 9413 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526624481 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.151233] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.153435] pid_max: default: 32768 minimum: 301\n[ 0.154656] ACPI: Core revision 20150930\n[ 0.156287] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158075] Security Framework initialized\n[ 0.159186] Yama: becoming mindful.\n[ 0.160125] AppArmor: AppArmor initialized\n[ 0.161226] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.162991] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.164704] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.166343] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.168169] Initializing cgroup subsys io\n[ 0.169267] Initializing cgroup subsys memory\n[ 0.170440] Initializing cgroup subsys devices\n[ 0.171611] Initializing cgroup subsys freezer\n[ 0.172746] Initializing cgroup subsys net_cls\n[ 0.173882] Initializing cgroup subsys perf_event\n[ 0.175125] Initializing cgroup subsys net_prio\n[ 0.176294] Initializing cgroup subsys hugetlb\n[ 0.177423] Initializing cgroup subsys pids\n[ 0.178591] CPU: Physical Processor ID: 0\n[ 0.180370] mce: CPU supports 10 MCE banks\n[ 0.181501] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182866] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.195602] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.202448] ftrace: allocating 31920 entries in 125 pages\n[ 0.228585] smpboot: Max logical packages: 1\n[ 0.229735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231538] x2apic enabled\n[ 0.232508] Switched APIC routing to physical x2apic.\n[ 0.234591] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.236094] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238673] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.241007] KVM setup paravirtual spinlock\n[ 0.242521] x86: Booted up 1 node, 1 CPUs\n[ 0.243567] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.245344] devtmpfs: initialized\n[ 0.247283] evm: security.selinux\n[ 0.248178] evm: security.SMACK64\n[ 0.249080] evm: security.SMACK64EXEC\n[ 0.250057] evm: security.SMACK64TRANSMUTE\n[ 0.251104] evm: security.SMACK64MMAP\n[ 0.252060] evm: security.ima\n[ 0.252868] evm: security.capability\n[ 0.253887] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.256313] pinctrl core: initialized pinctrl subsystem\n[ 0.257752] RTC time: 15:04:45, date: 10/04/18\n[ 0.258984] NET: Registered protocol family 16\n[ 0.260255] cpuidle: using governor ladder\n[ 0.261327] cpuidle: using governor menu\n[ 0.262351] PCCT header not found.\n[ 0.263300] ACPI: bus type PCI registered\n[ 0.264348] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266019] PCI: Using configuration type 1 for base access\n[ 0.268082] ACPI: Added _OSI(Module Device)\n[ 0.269192] ACPI: Added _OSI(Processor Device)\n[ 0.270363] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271538] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273985] ACPI: Interpreter enabled\n[ 0.275012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.277413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.279836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.282249] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.284780] ACPI: (supports S0 S5)\n[ 0.285684] ACPI: Using IOAPIC for interrupt routing\n[ 0.286922] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.290569] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.292171] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.293824] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.295426] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.298317] acpiphp: Slot [3] registered\n[ 0.299368] acpiphp: Slot [4] registered\n[ 0.300444] acpiphp: Slot [5] registered\n[ 0.301470] acpiphp: Slot [6] registered\n[ 0.302500] acpiphp: Slot [7] registered\n[ 0.303530] acpiphp: Slot [8] registered\n[ 0.304556] acpiphp: Slot [9] registered\n[ 0.305588] acpiphp: Slot [10] registered\n[ 0.306641] acpiphp: Slot [11] registered\n[ 0.307723] acpiphp: Slot [12] registered\n[ 0.308772] acpiphp: Slot [13] registered\n[ 0.309853] acpiphp: Slot [14] registered\n[ 0.310943] acpiphp: Slot [15] registered\n[ 0.322474] acpiphp: Slot [16] registered\n[ 0.323529] acpiphp: Slot [17] registered\n[ 0.324580] acpiphp: Slot [18] registered\n[ 0.325627] acpiphp: Slot [19] registered\n[ 0.326680] acpiphp: Slot [20] registered\n[ 0.327728] acpiphp: Slot [21] registered\n[ 0.328773] acpiphp: Slot [22] registered\n[ 0.329832] acpiphp: Slot [23] registered\n[ 0.330912] acpiphp: Slot [24] registered\n[ 0.331961] acpiphp: Slot [25] registered\n[ 0.333004] acpiphp: Slot [26] registered\n[ 0.334049] acpiphp: Slot [27] registered\n[ 0.335097] acpiphp: Slot [28] registered\n[ 0.336142] acpiphp: Slot [29] registered\n[ 0.337192] acpiphp: Slot [30] registered\n[ 0.338243] acpiphp: Slot [31] registered\n[ 0.339291] PCI host bridge to bus 0000:00\n[ 0.340371] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.341978] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.343584] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.345471] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.347349] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.353822] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.355548] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.357140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.358869] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.365444] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.367307] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.412118] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.413952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.415763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.417510] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.419845] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.421464] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.422918] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424300] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426305] vgaarb: loaded\n[ 0.427073] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428511] SCSI subsystem initialized\n[ 0.429596] ACPI: bus type USB registered\n[ 0.430680] usbcore: registered new interface driver usbfs\n[ 0.432077] usbcore: registered new interface driver hub\n[ 0.433404] usbcore: registered new device driver usb\n[ 0.434754] PCI: Using ACPI for IRQ routing\n[ 0.436024] NetLabel: Initializing\n[ 0.436945] NetLabel: domain hash size = 128\n[ 0.438050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439290] NetLabel: unlabeled traffic allowed by default\n[ 0.440711] clocksource: Switched to clocksource kvm-clock\n[ 0.446342] AppArmor: AppArmor Filesystem Enabled\n[ 0.447594] pnp: PnP ACPI init\n[ 0.448684] pnp: PnP ACPI: found 5 devices\n[ 0.454941] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457179] NET: Registered protocol family 2\n[ 0.458444] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.460135] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461720] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.463295] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464736] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.466316] NET: Registered protocol family 1\n[ 0.467439] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.468919] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.470327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.484820] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.499228] Trying to unpack rootfs image as initramfs...\n[ 0.549087] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.564419] Scanning for low memory corruption every 60 seconds\n[ 0.565762] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.566933] audit: initializing netlink subsys (disabled)\n[ 0.567976] audit: type=2000 audit(1538665485.928:1): initialized\n[ 0.569318] Initialise system trusted keyring\n[ 0.570262] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.571442] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.573442] zbud: loaded\n[ 0.574153] VFS: Disk quotas dquot_6.6.0\n[ 0.574983] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.576505] fuse init (API version 7.23)\n[ 0.577409] Key type big_key registered\n[ 0.578223] Allocating IMA MOK and blacklist keyrings.\n[ 0.579346] Key type asymmetric registered\n[ 0.580185] Asymmetric key parser 'x509' registered\n[ 0.581159] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582643] io scheduler noop registered\n[ 0.583452] io scheduler deadline registered (default)\n[ 0.584453] io scheduler cfq registered\n[ 0.585304] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586367] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.587636] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589122] ACPI: Power Button [PWRF]\n[ 0.589971] GHES: HEST is not enabled!\n[ 0.603666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.632010] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.634368] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.658077] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.660211] Linux agpgart interface v0.103\n[ 0.662641] brd: module loaded\n[ 0.663824] loop: module loaded\n[ 0.667898] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.669568] GPT:90111 != 20971519\n[ 0.670276] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671379] GPT:90111 != 20971519\n[ 0.672071] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673045] vda: vda1 vda15\n[ 0.674444] scsi host0: ata_piix\n[ 0.675201] scsi host1: ata_piix\n[ 0.675917] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677156] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.678989] libphy: Fixed MDIO Bus: probed\n[ 0.679815] tun: Universal TUN/TAP device driver, 1.6\n[ 0.680784] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.682918] PPP generic driver version 2.4.2\n[ 0.683821] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.685112] ehci-pci: EHCI PCI platform driver\n[ 0.686001] ehci-platform: EHCI generic platform driver\n[ 0.686997] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.688134] ohci-pci: OHCI PCI platform driver\n[ 0.689019] ohci-platform: OHCI generic platform driver\n[ 0.690019] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.704351] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.705386] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.706866] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.707891] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.709024] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.710257] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.711688] usb usb1: Product: UHCI Host Controller\n[ 0.712631] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.713788] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.715292] hub 1-0:1.0: USB hub found\n[ 0.716150] hub 1-0:1.0: 2 ports detected\n[ 0.717229] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.719639] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.720802] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.722100] mousedev: PS/2 mouse device common for all mice\n[ 0.723570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.725814] rtc_cmos 00:00: RTC can wake from S4\n[ 0.727116] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.728535] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.730006] i2c /dev entries driver\n[ 0.730973] device-mapper: uevent: version 1.0.3\n[ 0.732149] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.734181] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.735686] NET: Registered protocol family 10\n[ 0.736699] NET: Registered protocol family 17\n[ 0.737605] Key type dns_resolver registered\n[ 0.738548] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.739663] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.741442] registered taskstats version 1\n[ 0.742281] Loading compiled-in X.509 certificates\n[ 0.743719] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.745599] zswap: loaded using pool lzo/zbud\n[ 0.746986] Key type trusted registered\n[ 0.748557] Key type encrypted registered\n[ 0.749407] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750441] ima: No TPM chip found, activating TPM-bypass!\n[ 0.751478] evm: HMAC attrs: 0x1\n[ 0.752433] Magic number: 6:428:82\n[ 0.753289] rtc_cmos 00:00: setting system clock to 2018-10-04 15:04:46 UTC (1538665486)\n[ 0.754907] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.756031] EDD information not available.\n[ 0.837711] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.839296] Write protecting the kernel read-only data: 14336k\n[ 0.851659] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.853515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.333485] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.0.9...\nLease of 10.55.0.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.24. iid=i-000000ae\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQClBzJtmw1RzjMqTkfme6ns65BbxA5d+cnwDC0lL7jtT78qYNzVPIJ5WU7BxVFWe8qwbh0EmizEzp182nLo47ULMgaWtwxGSODdiTekM9VFiF1G7N+QRdOgrrE6ZcoXKXf5FAtv8DUWt6SwDLDBsdR4p2Gg9zL8IL/5GO9gFDHyCk48+Q0ZH7rfyF58KE1BzMMYEd840HWdxZBFEpmkKNww7UU6Fzuy7E/5YLwREaVejw6G8y5QnLg2zprRKJ4rC/Q5mwSotyxj2VEGnEdICV4l2Q2ksne7fUyWuiuYUmYdwjChgi0dvHhLAGVXo0iF82O0+yf7ofho14FXElQfFkXV root@simplehealthcheck-283d0833-48eb-4175-ba70-48a071fcc427-inst\nssh-dss AAAAB3NzaC1kc3MAAACBAOGdw5n1isD0MHCaIIYSQHiR7ErnZsKgZmYeW3nXgev9rf2rAyVKO9/P+OwK6+cgGooDWqboPkIEci4V1YRIA9MB1lffAnZ71h2XmRHDV6zZHrzDWVjQr13XyRabsE6j4c6T/EpF29zEkV8P7uOuM5iMC9JSWfsrLzYYkURCdh/dAAAAFQDoRq+aDCTA3euinlKWAnmd7oncSQAAAIEAhlZbX28JjdMZWvXAvXzz4Npyt/W117OjXLdUuegEZQbCT96IfnOkPn6MsDle7k5coQC38xw0xScJ459IFzSiqcNk6PTms3glliw8sXP1IEWbT5IFthvI+cyw14LixylOsXlWkrJSAew8ThDUcbWbF+lz6OOsJCy52LgMXhAMnYcAAACAKHqQsAjxSrpgfnuI2LIClrybP3vuT/ovAGa6d/QmNyVM9bSqlCbeGD+IjAFjHBmU09Dwg7zAk0rs8YBBpf4ah6XMCdGhnh3yNLahfaSTxe7FMxnJ1ZUlj8NBFNmPBedeCOTCVXKsiDiRfOABnOduogd0eJtp+/yAcY7WilMHJfU= root@simplehealthcheck-283d0833-48eb-4175-ba70-48a071fcc427-inst\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.0.9,24,fe80::f816:3eff:fef4:9833/64,\nip-route:default via 10.55.0.1 dev eth0 \nip-route:10.55.0.0/24 dev eth0 src 10.55.0.9 \nip-route:169.254.169.254 via 10.55.0.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ae\nname: N/A\navailability-zone: nova\nlocal-hostname: simplehealthcheck-283d0833-48eb-4175-ba70-48a071fcc427-inst\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.73 ===\n"} 2018-10-04 15:04:53,749 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15/action used request id req-ac912eb6-1947-417e-be5b-51d30e02c9c0 2018-10-04 15:04:53,751 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-04 15:04:53,751 - create_instance_tests - DEBUG - Full console output - [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 526624481 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.910 MHz processor [ 0.151233] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.153435] pid_max: default: 32768 minimum: 301 [ 0.154656] ACPI: Core revision 20150930 [ 0.156287] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.158075] Security Framework initialized [ 0.159186] Yama: becoming mindful. [ 0.160125] AppArmor: AppArmor initialized [ 0.161226] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.162991] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.164704] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.166343] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.168169] Initializing cgroup subsys io [ 0.169267] Initializing cgroup subsys memory [ 0.170440] Initializing cgroup subsys devices [ 0.171611] Initializing cgroup subsys freezer [ 0.172746] Initializing cgroup subsys net_cls [ 0.173882] Initializing cgroup subsys perf_event [ 0.175125] Initializing cgroup subsys net_prio [ 0.176294] Initializing cgroup subsys hugetlb [ 0.177423] Initializing cgroup subsys pids [ 0.178591] CPU: Physical Processor ID: 0 [ 0.180370] mce: CPU supports 10 MCE banks [ 0.181501] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.182866] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.195602] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.202448] ftrace: allocating 31920 entries in 125 pages [ 0.228585] smpboot: Max logical packages: 1 [ 0.229735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.231538] x2apic enabled [ 0.232508] Switched APIC routing to physical x2apic. [ 0.234591] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.236094] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.238673] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.241007] KVM setup paravirtual spinlock [ 0.242521] x86: Booted up 1 node, 1 CPUs [ 0.243567] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.245344] devtmpfs: initialized [ 0.247283] evm: security.selinux [ 0.248178] evm: security.SMACK64 [ 0.249080] evm: security.SMACK64EXEC [ 0.250057] evm: security.SMACK64TRANSMUTE [ 0.251104] evm: security.SMACK64MMAP [ 0.252060] evm: security.ima [ 0.252868] evm: security.capability [ 0.253887] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.256313] pinctrl core: initialized pinctrl subsystem [ 0.257752] RTC time: 15:04:45, date: 10/04/18 [ 0.258984] NET: Registered protocol family 16 [ 0.260255] cpuidle: using governor ladder [ 0.261327] cpuidle: using governor menu [ 0.262351] PCCT header not found. [ 0.263300] ACPI: bus type PCI registered [ 0.264348] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.266019] PCI: Using configuration type 1 for base access [ 0.268082] ACPI: Added _OSI(Module Device) [ 0.269192] ACPI: Added _OSI(Processor Device) [ 0.270363] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.271538] ACPI: Added _OSI(Processor Aggregator Device) [ 0.273985] ACPI: Interpreter enabled [ 0.275012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.277413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.279836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.282249] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.284780] ACPI: (supports S0 S5) [ 0.285684] ACPI: Using IOAPIC for interrupt routing [ 0.286922] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.290569] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.292171] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.293824] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.295426] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.298317] acpiphp: Slot [3] registered [ 0.299368] acpiphp: Slot [4] registered [ 0.300444] acpiphp: Slot [5] registered [ 0.301470] acpiphp: Slot [6] registered [ 0.302500] acpiphp: Slot [7] registered [ 0.303530] acpiphp: Slot [8] registered [ 0.304556] acpiphp: Slot [9] registered [ 0.305588] acpiphp: Slot [10] registered [ 0.306641] acpiphp: Slot [11] registered [ 0.307723] acpiphp: Slot [12] registered [ 0.308772] acpiphp: Slot [13] registered [ 0.309853] acpiphp: Slot [14] registered [ 0.310943] acpiphp: Slot [15] registered [ 0.322474] acpiphp: Slot [16] registered [ 0.323529] acpiphp: Slot [17] registered [ 0.324580] acpiphp: Slot [18] registered [ 0.325627] acpiphp: Slot [19] registered [ 0.326680] acpiphp: Slot [20] registered [ 0.327728] acpiphp: Slot [21] registered [ 0.328773] acpiphp: Slot [22] registered [ 0.329832] acpiphp: Slot [23] registered [ 0.330912] acpiphp: Slot [24] registered [ 0.331961] acpiphp: Slot [25] registered [ 0.333004] acpiphp: Slot [26] registered [ 0.334049] acpiphp: Slot [27] registered [ 0.335097] acpiphp: Slot [28] registered [ 0.336142] acpiphp: Slot [29] registered [ 0.337192] acpiphp: Slot [30] registered [ 0.338243] acpiphp: Slot [31] registered [ 0.339291] PCI host bridge to bus 0000:00 [ 0.340371] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.341978] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.343584] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.345471] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.347349] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.353822] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.355548] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.357140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.358869] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.365444] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.367307] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.412118] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.413952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.415763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.417510] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.419845] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.421464] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.422918] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.424300] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.426305] vgaarb: loaded [ 0.427073] vgaarb: bridge control possible 0000:00:02.0 [ 0.428511] SCSI subsystem initialized [ 0.429596] ACPI: bus type USB registered [ 0.430680] usbcore: registered new interface driver usbfs [ 0.432077] usbcore: registered new interface driver hub [ 0.433404] usbcore: registered new device driver usb [ 0.434754] PCI: Using ACPI for IRQ routing [ 0.436024] NetLabel: Initializing [ 0.436945] NetLabel: domain hash size = 128 [ 0.438050] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439290] NetLabel: unlabeled traffic allowed by default [ 0.440711] clocksource: Switched to clocksource kvm-clock [ 0.446342] AppArmor: AppArmor Filesystem Enabled [ 0.447594] pnp: PnP ACPI init [ 0.448684] pnp: PnP ACPI: found 5 devices [ 0.454941] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457179] NET: Registered protocol family 2 [ 0.458444] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.460135] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461720] TCP: Hash tables configured (established 2048 bind 2048) [ 0.463295] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.464736] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.466316] NET: Registered protocol family 1 [ 0.467439] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.468919] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.470327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.484820] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.499228] Trying to unpack rootfs image as initramfs... [ 0.549087] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.564419] Scanning for low memory corruption every 60 seconds [ 0.565762] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.566933] audit: initializing netlink subsys (disabled) [ 0.567976] audit: type=2000 audit(1538665485.928:1): initialized [ 0.569318] Initialise system trusted keyring [ 0.570262] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.571442] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.573442] zbud: loaded [ 0.574153] VFS: Disk quotas dquot_6.6.0 [ 0.574983] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.576505] fuse init (API version 7.23) [ 0.577409] Key type big_key registered [ 0.578223] Allocating IMA MOK and blacklist keyrings. [ 0.579346] Key type asymmetric registered [ 0.580185] Asymmetric key parser 'x509' registered [ 0.581159] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.582643] io scheduler noop registered [ 0.583452] io scheduler deadline registered (default) [ 0.584453] io scheduler cfq registered [ 0.585304] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.586367] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.587636] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.589122] ACPI: Power Button [PWRF] [ 0.589971] GHES: HEST is not enabled! [ 0.603666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.632010] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634368] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658077] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.660211] Linux agpgart interface v0.103 [ 0.662641] brd: module loaded [ 0.663824] loop: module loaded [ 0.667898] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.669568] GPT:90111 != 20971519 [ 0.670276] GPT:Alternate GPT header not at the end of the disk. [ 0.671379] GPT:90111 != 20971519 [ 0.672071] GPT: Use GNU Parted to correct GPT errors. [ 0.673045] vda: vda1 vda15 [ 0.674444] scsi host0: ata_piix [ 0.675201] scsi host1: ata_piix [ 0.675917] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.677156] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.678989] libphy: Fixed MDIO Bus: probed [ 0.679815] tun: Universal TUN/TAP device driver, 1.6 [ 0.680784] tun: (C) 1999-2004 Max Krasnyansky [ 0.682918] PPP generic driver version 2.4.2 [ 0.683821] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.685112] ehci-pci: EHCI PCI platform driver [ 0.686001] ehci-platform: EHCI generic platform driver [ 0.686997] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.688134] ohci-pci: OHCI PCI platform driver [ 0.689019] ohci-platform: OHCI generic platform driver [ 0.690019] uhci_hcd: USB Universal Host Controller Interface driver [ 0.704351] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.705386] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.706866] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.707891] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.709024] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.710257] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.711688] usb usb1: Product: UHCI Host Controller [ 0.712631] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.713788] usb usb1: SerialNumber: 0000:00:01.2 [ 0.715292] hub 1-0:1.0: USB hub found [ 0.716150] hub 1-0:1.0: 2 ports detected [ 0.717229] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.719639] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.720802] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.722100] mousedev: PS/2 mouse device common for all mice [ 0.723570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.725814] rtc_cmos 00:00: RTC can wake from S4 [ 0.727116] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.728535] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.730006] i2c /dev entries driver [ 0.730973] device-mapper: uevent: version 1.0.3 [ 0.732149] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.734181] ledtrig-cpu: registered to indicate activity on CPUs [ 0.735686] NET: Registered protocol family 10 [ 0.736699] NET: Registered protocol family 17 [ 0.737605] Key type dns_resolver registered [ 0.738548] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.739663] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.741442] registered taskstats version 1 [ 0.742281] Loading compiled-in X.509 certificates [ 0.743719] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.745599] zswap: loaded using pool lzo/zbud [ 0.746986] Key type trusted registered [ 0.748557] Key type encrypted registered [ 0.749407] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750441] ima: No TPM chip found, activating TPM-bypass! [ 0.751478] evm: HMAC attrs: 0x1 [ 0.752433] Magic number: 6:428:82 [ 0.753289] rtc_cmos 00:00: setting system clock to 2018-10-04 15:04:46 UTC (1538665486) [ 0.754907] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.756031] EDD information not available. [ 0.837711] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.839296] Write protecting the kernel read-only data: 14336k [ 0.851659] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.853515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.09 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.333485] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.0.9... Lease of 10.55.0.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.24. iid=i-000000ae failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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=20953055,end=20971487 /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.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQClBzJtmw1RzjMqTkfme6ns65BbxA5d+cnwDC0lL7jtT78qYNzVPIJ5WU7BxVFWe8qwbh0EmizEzp182nLo47ULMgaWtwxGSODdiTekM9VFiF1G7N+QRdOgrrE6ZcoXKXf5FAtv8DUWt6SwDLDBsdR4p2Gg9zL8IL/5GO9gFDHyCk48+Q0ZH7rfyF58KE1BzMMYEd840HWdxZBFEpmkKNww7UU6Fzuy7E/5YLwREaVejw6G8y5QnLg2zprRKJ4rC/Q5mwSotyxj2VEGnEdICV4l2Q2ksne7fUyWuiuYUmYdwjChgi0dvHhLAGVXo0iF82O0+yf7ofho14FXElQfFkXV root@simplehealthcheck-283d0833-48eb-4175-ba70-48a071fcc427-inst ssh-dss AAAAB3NzaC1kc3MAAACBAOGdw5n1isD0MHCaIIYSQHiR7ErnZsKgZmYeW3nXgev9rf2rAyVKO9/P+OwK6+cgGooDWqboPkIEci4V1YRIA9MB1lffAnZ71h2XmRHDV6zZHrzDWVjQr13XyRabsE6j4c6T/EpF29zEkV8P7uOuM5iMC9JSWfsrLzYYkURCdh/dAAAAFQDoRq+aDCTA3euinlKWAnmd7oncSQAAAIEAhlZbX28JjdMZWvXAvXzz4Npyt/W117OjXLdUuegEZQbCT96IfnOkPn6MsDle7k5coQC38xw0xScJ459IFzSiqcNk6PTms3glliw8sXP1IEWbT5IFthvI+cyw14LixylOsXlWkrJSAew8ThDUcbWbF+lz6OOsJCy52LgMXhAMnYcAAACAKHqQsAjxSrpgfnuI2LIClrybP3vuT/ovAGa6d/QmNyVM9bSqlCbeGD+IjAFjHBmU09Dwg7zAk0rs8YBBpf4ah6XMCdGhnh3yNLahfaSTxe7FMxnJ1ZUlj8NBFNmPBedeCOTCVXKsiDiRfOABnOduogd0eJtp+/yAcY7WilMHJfU= root@simplehealthcheck-283d0833-48eb-4175-ba70-48a071fcc427-inst -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.0.9,24,fe80::f816:3eff:fef4:9833/64, ip-route:default via 10.55.0.1 dev eth0 ip-route:10.55.0.0/24 dev eth0 src 10.55.0.9 ip-route:169.254.169.254 via 10.55.0.2 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-000000ae name: N/A availability-zone: nova local-hostname: simplehealthcheck-283d0833-48eb-4175-ba70-48a071fcc427-inst launch-index: 0 === cirros: current=0.4.0 uptime=3.73 === 2018-10-04 15:04:53,751 - create_instance - INFO - Deleting Port with ID - 472e4e56-441d-4480-b355-12eaeacaf22f 2018-10-04 15:04:53,752 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427port-1 2018-10-04 15:04:53,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/472e4e56-441d-4480-b355-12eaeacaf22f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:54,772 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7741ebc0-45d2-43c0-acfb-06afd61823ac Date: Thu, 04 Oct 2018 15:04:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:04:54,772 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/472e4e56-441d-4480-b355-12eaeacaf22f used request id req-7741ebc0-45d2-43c0-acfb-06afd61823ac 2018-10-04 15:04:54,773 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-inst 2018-10-04 15:04:54,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:54,917 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:04:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-684b410f-bce9-454e-9572-67976c54729e x-compute-request-id: req-684b410f-bce9-454e-9572-67976c54729e Content-Type: application/json 2018-10-04 15:04:54,917 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15 used request id req-684b410f-bce9-454e-9572-67976c54729e 2018-10-04 15:04:54,918 - create_instance - INFO - Checking deletion status 2018-10-04 15:04:54,920 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:55,159 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a0d5604-d5e0-4202-84ef-ccbe9f87a6bd x-compute-request-id: req-6a0d5604-d5e0-4202-84ef-ccbe9f87a6bd Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:98:33", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0d866d38-40c2-429e-b885-ff071a7f9d15", "rel": "bookmark"}], "image": {"id": "e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "links": [{"href": "http://172.30.9.23:8774/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:04:45.000000", "flavor": {"id": "0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "links": [{"href": "http://172.30.9.23:8774/flavors/0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "rel": "bookmark"}]}, "id": "0d866d38-40c2-429e-b885-ff071a7f9d15", "user_id": "a87712307b49475fbeb6c350ee5fda4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:04:54Z", "hostId": "a959e3311901822918e5895e380f8a5618c7e103632d1b5e80ebaf9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-inst", "created": "2018-10-04T15:04:39Z", "tenant_id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:04:55,159 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15 used request id req-6a0d5604-d5e0-4202-84ef-ccbe9f87a6bd 2018-10-04 15:04:55,160 - create_instance - DEBUG - Instance status [SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-inst] is - ACTIVE 2018-10-04 15:04:55,160 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:04:58,163 - create_instance - DEBUG - VM status query timeout in 296.75484395 2018-10-04 15:04:58,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:04:58,274 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:04:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d61411a3-607b-41f5-811a-dc3765ca9a5c x-compute-request-id: req-d61411a3-607b-41f5-811a-dc3765ca9a5c Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0d866d38-40c2-429e-b885-ff071a7f9d15", "rel": "bookmark"}], "image": {"id": "e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "links": [{"href": "http://172.30.9.23:8774/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:04:45.000000", "flavor": {"id": "0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "links": [{"href": "http://172.30.9.23:8774/flavors/0cc0ce1e-5447-470e-8bc6-d326b31dcd1f", "rel": "bookmark"}]}, "id": "0d866d38-40c2-429e-b885-ff071a7f9d15", "user_id": "a87712307b49475fbeb6c350ee5fda4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:04:54Z", "hostId": "a959e3311901822918e5895e380f8a5618c7e103632d1b5e80ebaf9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-inst", "created": "2018-10-04T15:04:39Z", "tenant_id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:04:58,274 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15 used request id req-d61411a3-607b-41f5-811a-dc3765ca9a5c 2018-10-04 15:04:58,275 - create_instance - DEBUG - Instance status [SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-inst] is - ACTIVE 2018-10-04 15:04:58,275 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:05:01,278 - create_instance - DEBUG - VM status query timeout in 293.639817953 2018-10-04 15:05:01,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acd8ef5538062a96b1bcc3cba95743a8f5eacd3" 2018-10-04 15:05:01,326 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:05: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-09f0871d-3569-4893-b2ad-fadc32986b91 x-compute-request-id: req-09f0871d-3569-4893-b2ad-fadc32986b91 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 0d866d38-40c2-429e-b885-ff071a7f9d15 could not be found.", "code": 404}} 2018-10-04 15:05:01,326 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0d866d38-40c2-429e-b885-ff071a7f9d15 used request id req-09f0871d-3569-4893-b2ad-fadc32986b91 2018-10-04 15:05:01,327 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 0d866d38-40c2-429e-b885-ff071a7f9d15 could not be found. (HTTP 404) (Request-ID: req-09f0871d-3569-4893-b2ad-fadc32986b91) 2018-10-04 15:05:01,327 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-inst 2018-10-04 15:05:01,328 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-subnet 2018-10-04 15:05:01,328 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-subnet 2018-10-04 15:05:01,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/ebfa4138-b8a5-4a3d-a134-6a705068be03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac30efd77dbfe9a7e88c5ae0569eebf3502a1203" 2018-10-04 15:05:03,772 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ca6164ab-b3b3-4d4f-9a92-bf2897760685 Date: Thu, 04 Oct 2018 15:05:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:05:03,773 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/ebfa4138-b8a5-4a3d-a134-6a705068be03 used request id req-ca6164ab-b3b3-4d4f-9a92-bf2897760685 2018-10-04 15:05:03,773 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-priv-net 2018-10-04 15:05:03,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/b06b8fa7-0f05-444d-86bf-97a0ecf629b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac30efd77dbfe9a7e88c5ae0569eebf3502a1203" 2018-10-04 15:05:05,257 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fc2de7c1-e23c-4fdb-b5b4-f2962ee24cbb Date: Thu, 04 Oct 2018 15:05:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:05:05,257 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/b06b8fa7-0f05-444d-86bf-97a0ecf629b0 used request id req-fc2de7c1-e23c-4fdb-b5b4-f2962ee24cbb 2018-10-04 15:05:05,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/0cc0ce1e-5447-470e-8bc6-d326b31dcd1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25afe49111e807d8a677989b48ec659e7d99305b" 2018-10-04 15:05:05,307 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:05:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-445b0e77-97c4-48c1-bd8b-3869c35458c6 x-compute-request-id: req-445b0e77-97c4-48c1-bd8b-3869c35458c6 Content-Length: 0 Content-Type: application/json 2018-10-04 15:05:05,307 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/0cc0ce1e-5447-470e-8bc6-d326b31dcd1f used request id req-445b0e77-97c4-48c1-bd8b-3869c35458c6 2018-10-04 15:05:05,308 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-283d0833-48eb-4175-ba70-48a071fcc427-image 2018-10-04 15:05:05,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44f40b0de1d6c51e748ba5520c7c31ac685494d8" 2018-10-04 15:05:07,521 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a65a41da-9b5c-41da-86c6-86c43a744529 Date: Thu, 04 Oct 2018 15:05:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:05:07,521 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/e2a7c0ca-72e8-403d-bb33-fe91b95ff742 used request id req-a65a41da-9b5c-41da-86c6-86c43a744529 2018-10-04 15:05:07,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1db68b9b482470fda72c345721e30bba8ed2216f" 2018-10-04 15:05:07,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-278db1b5-6c48-4a46-b252-a15ea4537747 Date: Thu, 04 Oct 2018 15:05:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "created_at": "2018-10-04T15:04:29Z", "updated_at": "2018-10-04T15:04:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:04:29Z", "revision_number": 0, "id": "28fb03ae-0002-4bc8-9a57-4d39bf3de952", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:04:29Z", "security_group_id": "daba946d-77d4-4bbe-905c-9fb01230739b", "tenant_id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e3b6ab30f5b943f68aad3fbb8d829ec9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:04:29Z", "revision_number": 0, "id": "9afbbed4-a761-4fa6-9301-249b5584103e", "remote_group_id": "daba946d-77d4-4bbe-905c-9fb01230739b", "remote_ip_prefix": null, "created_at": "2018-10-04T15:04:29Z", "security_group_id": "daba946d-77d4-4bbe-905c-9fb01230739b", "tenant_id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e3b6ab30f5b943f68aad3fbb8d829ec9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:04:29Z", "revision_number": 0, "id": "a7075836-6d94-4223-9aa8-72f37217042f", "remote_group_id": "daba946d-77d4-4bbe-905c-9fb01230739b", "remote_ip_prefix": null, "created_at": "2018-10-04T15:04:29Z", "security_group_id": "daba946d-77d4-4bbe-905c-9fb01230739b", "tenant_id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e3b6ab30f5b943f68aad3fbb8d829ec9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:04:29Z", "revision_number": 0, "id": "b954e5f5-ac17-4682-9c89-3209ee1336a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:04:29Z", "security_group_id": "daba946d-77d4-4bbe-905c-9fb01230739b", "tenant_id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e3b6ab30f5b943f68aad3fbb8d829ec9"}], "revision_number": 4, "project_id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "id": "daba946d-77d4-4bbe-905c-9fb01230739b", "name": "default"}]} 2018-10-04 15:05:07,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-278db1b5-6c48-4a46-b252-a15ea4537747 2018-10-04 15:05:07,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1db68b9b482470fda72c345721e30bba8ed2216f" 2018-10-04 15:05:07,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3b417df-2c55-4366-9e35-b7f7d0fe1f69 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:05:07,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-f3b417df-2c55-4366-9e35-b7f7d0fe1f69 2018-10-04 15:05:07,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1db68b9b482470fda72c345721e30bba8ed2216f" 2018-10-04 15:05:07,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f996627-9741-4500-b178-2e227004920c Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:05:07,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-7f996627-9741-4500-b178-2e227004920c 2018-10-04 15:05:07,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1db68b9b482470fda72c345721e30bba8ed2216f" 2018-10-04 15:05:08,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9b57bfb-5f8e-4b74-9665-8b9bb7c69388 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:05:08,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-d9b57bfb-5f8e-4b74-9665-8b9bb7c69388 2018-10-04 15:05:08,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1db68b9b482470fda72c345721e30bba8ed2216f" 2018-10-04 15:05:08,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-334a5f2c-a0b3-4b5f-9e4e-8c422491fbe0 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9"}, "enabled": true, "id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-f8b40b67-08a6-4bd-proj"}} 2018-10-04 15:05:08,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9 used request id req-334a5f2c-a0b3-4b5f-9e4e-8c422491fbe0 2018-10-04 15:05:08,109 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - daba946d-77d4-4bbe-905c-9fb01230739b 2018-10-04 15:05:08,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=daba946d-77d4-4bbe-905c-9fb01230739b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1db68b9b482470fda72c345721e30bba8ed2216f" 2018-10-04 15:05:08,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-22270821-6c7a-48ff-be18-17fc15567524 Date: Thu, 04 Oct 2018 15:05:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:04:29Z", "security_group_id": "daba946d-77d4-4bbe-905c-9fb01230739b", "port_range_min": null, "revision_number": 0, "tenant_id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "created_at": "2018-10-04T15:04:29Z", "project_id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "id": "28fb03ae-0002-4bc8-9a57-4d39bf3de952"}, {"remote_group_id": "daba946d-77d4-4bbe-905c-9fb01230739b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:04:29Z", "security_group_id": "daba946d-77d4-4bbe-905c-9fb01230739b", "port_range_min": null, "revision_number": 0, "tenant_id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "created_at": "2018-10-04T15:04:29Z", "project_id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "id": "9afbbed4-a761-4fa6-9301-249b5584103e"}, {"remote_group_id": "daba946d-77d4-4bbe-905c-9fb01230739b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:04:29Z", "security_group_id": "daba946d-77d4-4bbe-905c-9fb01230739b", "port_range_min": null, "revision_number": 0, "tenant_id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "created_at": "2018-10-04T15:04:29Z", "project_id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "id": "a7075836-6d94-4223-9aa8-72f37217042f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:04:29Z", "security_group_id": "daba946d-77d4-4bbe-905c-9fb01230739b", "port_range_min": null, "revision_number": 0, "tenant_id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "created_at": "2018-10-04T15:04:29Z", "project_id": "e3b6ab30f5b943f68aad3fbb8d829ec9", "id": "b954e5f5-ac17-4682-9c89-3209ee1336a4"}]} 2018-10-04 15:05:08,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=daba946d-77d4-4bbe-905c-9fb01230739b used request id req-22270821-6c7a-48ff-be18-17fc15567524 2018-10-04 15:05:08,293 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:05:08,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/daba946d-77d4-4bbe-905c-9fb01230739b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1db68b9b482470fda72c345721e30bba8ed2216f" 2018-10-04 15:05:08,638 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d1c3f70d-d464-44e7-8770-fef0308b4f50 Content-Length: 0 Date: Thu, 04 Oct 2018 15:05:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:05:08,638 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/daba946d-77d4-4bbe-905c-9fb01230739b used request id req-d1c3f70d-d464-44e7-8770-fef0308b4f50 2018-10-04 15:05:08,639 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-f8b40b67-08a6-4bd-proj 2018-10-04 15:05:08,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1db68b9b482470fda72c345721e30bba8ed2216f" 2018-10-04 15:05:08,864 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:05:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6446b1c-b9ea-4586-9f9a-6bbb73ca26f0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:05:08,864 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/e3b6ab30f5b943f68aad3fbb8d829ec9 used request id req-d6446b1c-b9ea-4586-9f9a-6bbb73ca26f0 2018-10-04 15:05:08,865 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-f8b40b67-08a6-4bd-proj-role 2018-10-04 15:05:08,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/7cd000d9b4a94bf29720ef78f9f2a5ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1db68b9b482470fda72c345721e30bba8ed2216f" 2018-10-04 15:05:08,981 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:05:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31512659-7952-44cc-9562-aa5466530281 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:05:08,981 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/7cd000d9b4a94bf29720ef78f9f2a5ee used request id req-31512659-7952-44cc-9562-aa5466530281 2018-10-04 15:05:08,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1db68b9b482470fda72c345721e30bba8ed2216f" 2018-10-04 15:05:09,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bd1c71b-5011-4c0c-b128-e70beedbb98d Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:05:09,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8bd1c71b-5011-4c0c-b128-e70beedbb98d 2018-10-04 15:05:09,069 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-f8b40b67-08a6-4bd-user 2018-10-04 15:05:09,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/a87712307b49475fbeb6c350ee5fda4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fd8c231cb7afaad29b9eb8444b4b15909259583" 2018-10-04 15:05:09,291 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:05:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74a812cf-0258-4026-b4a4-1993f3e5dc32 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:05:09,291 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/a87712307b49475fbeb6c350ee5fda4b used request id req-74a812cf-0258-4026-b4a4-1993f3e5dc32 2018-10-04 15:05:09,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:05:09,686 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:05:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["-MvXGooOR4GWBKtkyLWqyQ"], "issued_at": "2018-10-04T15:05:09.000000Z"}} 2018-10-04 15:05:09,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce90e05fb873e54fa16804a512dfeba95724e807" 2018-10-04 15:05:09,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3ef2bf7-1c33-47bd-a5a9-3effb245d67a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:05:09,776 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a3ef2bf7-1c33-47bd-a5a9-3effb245d67a 2018-10-04 15:05:09,778 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:05:09,779 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:05:10,154 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:05:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["rz8-9Pb2TAOj4sbuEDBuhg"], "issued_at": "2018-10-04T15:05:10.000000Z"}} 2018-10-04 15:05:10,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e88be64e5d0396dff8b04ada31986f1cbf85c930" 2018-10-04 15:05:10,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-facd7541-d635-438b-a40c-324d36665bfc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:05:10,237 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-facd7541-d635-438b-a40c-324d36665bfc 2018-10-04 15:05:10,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:05:10,247 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:05:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:05:10,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e88be64e5d0396dff8b04ada31986f1cbf85c930" 2018-10-04 15:05:10,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-987a753d-bf26-4401-aadd-1f6399444220 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:05:10,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj used request id req-987a753d-bf26-4401-aadd-1f6399444220 2018-10-04 15:05:10,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e88be64e5d0396dff8b04ada31986f1cbf85c930" 2018-10-04 15:05:10,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcedc9df-0453-4634-810e-4a4f739537e5 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:05:10,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-dcedc9df-0453-4634-810e-4a4f739537e5 2018-10-04 15:05:10,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e88be64e5d0396dff8b04ada31986f1cbf85c930" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}}' 2018-10-04 15:05:10,539 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:05:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3289388c-91a7-4f55-afb2-65dad20b5cbc Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746"}, "enabled": true, "id": "124896ddcce7428cb250f13bce117746", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}} 2018-10-04 15:05:10,539 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-3289388c-91a7-4f55-afb2-65dad20b5cbc 2018-10-04 15:05:10,539 - keystone_utils - INFO - Created project with name - CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj 2018-10-04 15:05:10,540 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:05:10,541 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:05:10,913 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:05:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["zLFhhk-XRamr3p37QZ8p3Q"], "issued_at": "2018-10-04T15:05:10.000000Z"}} 2018-10-04 15:05:10,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4da9f22df849e6fee3d88902f71773fb517c5c" 2018-10-04 15:05:10,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a8f8fe6-8b95-4ddb-aa8b-682f96722ef9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:05:10,999 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1a8f8fe6-8b95-4ddb-aa8b-682f96722ef9 2018-10-04 15:05:11,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:05:11,008 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:05:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:05:11,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4da9f22df849e6fee3d88902f71773fb517c5c" 2018-10-04 15:05:11,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7debb7a-385c-46c1-9e7b-208411a08a8c Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:05:11,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b7debb7a-385c-46c1-9e7b-208411a08a8c 2018-10-04 15:05:11,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4da9f22df849e6fee3d88902f71773fb517c5c" 2018-10-04 15:05:11,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-490856b6-8f81-4127-bb5d-921a2cc90eb0 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746"}, "enabled": true, "id": "124896ddcce7428cb250f13bce117746", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}]} 2018-10-04 15:05:11,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj used request id req-490856b6-8f81-4127-bb5d-921a2cc90eb0 2018-10-04 15:05:11,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4da9f22df849e6fee3d88902f71773fb517c5c" 2018-10-04 15:05:11,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bc91398-b015-4941-ac1f-bec314e2bb44 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:05:11,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-6bc91398-b015-4941-ac1f-bec314e2bb44 2018-10-04 15:05:11,592 - keystone_utils - INFO - Created user with name - CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-user 2018-10-04 15:05:11,592 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:05:11,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e88be64e5d0396dff8b04ada31986f1cbf85c930" 2018-10-04 15:05:11,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-474c1d10-e748-470e-90c8-6c8035729df7 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:05:11,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-474c1d10-e748-470e-90c8-6c8035729df7 2018-10-04 15:05:11,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e88be64e5d0396dff8b04ada31986f1cbf85c930" -d '{"role": {"name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj-role"}}' 2018-10-04 15:05:11,802 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:05:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-caa329f6-0f34-4daf-baca-a842726de7cc Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1671a8e1653e42bba9205399b9bb2dd7", "links": {"self": "http://172.30.9.23:5000/v3/roles/1671a8e1653e42bba9205399b9bb2dd7"}, "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj-role"}} 2018-10-04 15:05:11,803 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-caa329f6-0f34-4daf-baca-a842726de7cc 2018-10-04 15:05:11,803 - keystone_utils - INFO - Created role with name - CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj-role 2018-10-04 15:05:11,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/1671a8e1653e42bba9205399b9bb2dd7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e88be64e5d0396dff8b04ada31986f1cbf85c930" 2018-10-04 15:05:11,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6610ffd8-3776-4b26-b1b2-6b9527021c13 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/1671a8e1653e42bba9205399b9bb2dd7"}, "domain_id": null, "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj-role", "id": "1671a8e1653e42bba9205399b9bb2dd7"}} 2018-10-04 15:05:11,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/1671a8e1653e42bba9205399b9bb2dd7 used request id req-6610ffd8-3776-4b26-b1b2-6b9527021c13 2018-10-04 15:05:11,886 - keystone_utils - INFO - Granting role CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj-role to project CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj 2018-10-04 15:05:11,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746/users/ae166e0664904ab88137f9ed4478b3b4/roles/1671a8e1653e42bba9205399b9bb2dd7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e88be64e5d0396dff8b04ada31986f1cbf85c930" 2018-10-04 15:05:12,028 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:05:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-327cdf0b-ecfd-4f6d-8aa4-bfc5000286f1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:05:12,028 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746/users/ae166e0664904ab88137f9ed4478b3b4/roles/1671a8e1653e42bba9205399b9bb2dd7 used request id req-327cdf0b-ecfd-4f6d-8aa4-bfc5000286f1 2018-10-04 15:05:12,028 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:05:12,030 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:05:12,030 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:05:12,031 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:05:12,409 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1671a8e1653e42bba9205399b9bb2dd7", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj-role"}], "expires_at": "2018-10-04T16:05:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "124896ddcce7428cb250f13bce117746", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-user", "id": "ae166e0664904ab88137f9ed4478b3b4"}, "audit_ids": ["PiprArOuTJ6qo7OBLKC5ow"], "issued_at": "2018-10-04T15:05:12.000000Z"}} 2018-10-04 15:05:12,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e26885260579995aa08198e6dc7b9de9f83b7204" 2018-10-04 15:05:12,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef753349-b9f8-4793-9250-ce947ab2e705 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:05:12,482 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ef753349-b9f8-4793-9250-ce947ab2e705 2018-10-04 15:05:12,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-7b172d61-d2b8-4cae-8b18-56611eeec7f6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e26885260579995aa08198e6dc7b9de9f83b7204" 2018-10-04 15:05:12,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 164 Content-Type: application/json X-Openstack-Request-Id: req-ff03c9a3-cf57-487e-bc35-cee7a9afd2dc Date: Thu, 04 Oct 2018 15:05:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-7b172d61-d2b8-4cae-8b18-56611eeec7f6"} 2018-10-04 15:05:12,667 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-7b172d61-d2b8-4cae-8b18-56611eeec7f6 used request id req-ff03c9a3-cf57-487e-bc35-cee7a9afd2dc 2018-10-04 15:05:12,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e26885260579995aa08198e6dc7b9de9f83b7204" 2018-10-04 15:05:12,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-45ef85ff-65a0-469d-ac0b-d878bcd31e9a Date: Thu, 04 Oct 2018 15:05:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:05:12,827 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-45ef85ff-65a0-469d-ac0b-d878bcd31e9a 2018-10-04 15:05:12,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e26885260579995aa08198e6dc7b9de9f83b7204" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceTwoNetTests-7b172d61-d2b8-4cae-8b18-56611eeec7f6"}' 2018-10-04 15:05:13,127 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 623 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad X-Openstack-Request-Id: req-dab9f794-398d-44d5-a178-f95c8286a1f1 Date: Thu, 04 Oct 2018 15:05:13 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceTwoNetTests-7b172d61-d2b8-4cae-8b18-56611eeec7f6", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:05:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:05:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "min_disk": 0, "protected": false, "id": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "file": "/v2/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad/file", "checksum": null, "owner": "124896ddcce7428cb250f13bce117746", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:05:13,127 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-dab9f794-398d-44d5-a178-f95c8286a1f1 2018-10-04 15:05:13,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e26885260579995aa08198e6dc7b9de9f83b7204" -d '' 2018-10-04 15:05:14,304 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f811e65d-7e76-4d93-a51b-9f25be7b47c3 Date: Thu, 04 Oct 2018 15:05:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:05:14,304 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad/file used request id req-f811e65d-7e76-4d93-a51b-9f25be7b47c3 2018-10-04 15:05:14,304 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:05:14,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e26885260579995aa08198e6dc7b9de9f83b7204" 2018-10-04 15:05:14,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 884 Content-Type: application/json X-Openstack-Request-Id: req-a0b8c12a-44f8-45c9-a2cf-5a2c1393481a Date: Thu, 04 Oct 2018 15:05:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-7b172d61-d2b8-4cae-8b18-56611eeec7f6", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:05:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:05:14Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad/snap", "metadata": {}}], "self": "/v2/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "min_disk": 0, "protected": false, "id": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "file": "/v2/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "124896ddcce7428cb250f13bce117746", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:05:14,477 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad used request id req-a0b8c12a-44f8-45c9-a2cf-5a2c1393481a 2018-10-04 15:05:14,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e26885260579995aa08198e6dc7b9de9f83b7204" 2018-10-04 15:05:14,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e18302e1-ccde-417b-9f54-7639cb6fdf41 Date: Thu, 04 Oct 2018 15:05:14 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:05:14,488 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-e18302e1-ccde-417b-9f54-7639cb6fdf41 2018-10-04 15:05:14,492 - create_image - INFO - Created image with name - CreateInstanceTwoNetTests-7b172d61-d2b8-4cae-8b18-56611eeec7f6 2018-10-04 15:05:14,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e26885260579995aa08198e6dc7b9de9f83b7204" 2018-10-04 15:05:14,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 884 Content-Type: application/json X-Openstack-Request-Id: req-166bb2b8-d7c9-44c9-ba33-fbcca5c4c2af Date: Thu, 04 Oct 2018 15:05:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-7b172d61-d2b8-4cae-8b18-56611eeec7f6", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:05:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:05:14Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad/snap", "metadata": {}}], "self": "/v2/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "min_disk": 0, "protected": false, "id": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "file": "/v2/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "124896ddcce7428cb250f13bce117746", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:05:14,511 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad used request id req-166bb2b8-d7c9-44c9-ba33-fbcca5c4c2af 2018-10-04 15:05:14,512 - create_image - DEBUG - Instance status is - active 2018-10-04 15:05:14,512 - create_image - DEBUG - Image is active with name - CreateInstanceTwoNetTests-7b172d61-d2b8-4cae-8b18-56611eeec7f6 2018-10-04 15:05:14,512 - create_image - INFO - Image is now active with name - CreateInstanceTwoNetTests-7b172d61-d2b8-4cae-8b18-56611eeec7f6 2018-10-04 15:05:14,512 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:05:14,513 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:05:14,900 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1671a8e1653e42bba9205399b9bb2dd7", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj-role"}], "expires_at": "2018-10-04T16:05:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "124896ddcce7428cb250f13bce117746", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-user", "id": "ae166e0664904ab88137f9ed4478b3b4"}, "audit_ids": ["xt8fEYfqRsuUDskD2XhKbw"], "issued_at": "2018-10-04T15:05:14.000000Z"}} 2018-10-04 15:05:14,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f260d83486150704a84f05e9fd8af46b91e0417" 2018-10-04 15:05:14,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-628e09c3-e6e5-424e-914b-9bb6dba97ac1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:05:14,974 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-628e09c3-e6e5-424e-914b-9bb6dba97ac1 2018-10-04 15:05:14,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f260d83486150704a84f05e9fd8af46b91e0417" 2018-10-04 15:05:15,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1e059f76-c6d0-44d5-96ec-d5651b57815b Date: Thu, 04 Oct 2018 15:05:15 GMT RESP BODY: {"networks":[]} 2018-10-04 15:05:15,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1 used request id req-1e059f76-c6d0-44d5-96ec-d5651b57815b 2018-10-04 15:05:15,159 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1 2018-10-04 15:05:15,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f260d83486150704a84f05e9fd8af46b91e0417" -d '{"network": {"name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1", "admin_state_up": true}}' 2018-10-04 15:05:15,806 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-2129e45b-df0f-414e-b41c-8d57f989768a Date: Thu, 04 Oct 2018 15:05:15 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"23c57023-48e1-45ea-aa89-2122deede7b7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"124896ddcce7428cb250f13bce117746","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:05:15Z","is_default":false,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:15Z","mtu":1450}} 2018-10-04 15:05:15,806 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-2129e45b-df0f-414e-b41c-8d57f989768a 2018-10-04 15:05:15,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=23c57023-48e1-45ea-aa89-2122deede7b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f260d83486150704a84f05e9fd8af46b91e0417" 2018-10-04 15:05:16,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-b414aee1-4d91-463c-a4ae-78b218ee1694 Date: Thu, 04 Oct 2018 15:05:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T15:05:15Z","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"124896ddcce7428cb250f13bce117746","id":"23c57023-48e1-45ea-aa89-2122deede7b7","name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1"}]} 2018-10-04 15:05:16,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=23c57023-48e1-45ea-aa89-2122deede7b7 used request id req-b414aee1-4d91-463c-a4ae-78b218ee1694 2018-10-04 15:05:16,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=23c57023-48e1-45ea-aa89-2122deede7b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f260d83486150704a84f05e9fd8af46b91e0417" 2018-10-04 15:05:16,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-73292007-8241-4b72-bd81-7754e1f67317 Date: Thu, 04 Oct 2018 15:05:16 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:05:16,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=23c57023-48e1-45ea-aa89-2122deede7b7 used request id req-73292007-8241-4b72-bd81-7754e1f67317 2018-10-04 15:05:16,216 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet1 2018-10-04 15:05:16,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f260d83486150704a84f05e9fd8af46b91e0417" -d '{"subnets": [{"ip_version": 4, "network_id": "23c57023-48e1-45ea-aa89-2122deede7b7", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet1"}]}' 2018-10-04 15:05:16,860 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-0fef10fe-1ee1-48d8-99ed-44aa627f561d Date: Thu, 04 Oct 2018 15:05:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23c57023-48e1-45ea-aa89-2122deede7b7","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:16Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:16Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"adf5ff1f-1c86-4058-b250-1c91f6faa0d8","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet1"}]} 2018-10-04 15:05:16,860 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-0fef10fe-1ee1-48d8-99ed-44aa627f561d 2018-10-04 15:05:16,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=23c57023-48e1-45ea-aa89-2122deede7b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f260d83486150704a84f05e9fd8af46b91e0417" 2018-10-04 15:05:17,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-7d968952-9398-48b3-bb9b-2044c49b6c42 Date: Thu, 04 Oct 2018 15:05:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["adf5ff1f-1c86-4058-b250-1c91f6faa0d8"],"updated_at":"2018-10-04T15:05:16Z","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"124896ddcce7428cb250f13bce117746","id":"23c57023-48e1-45ea-aa89-2122deede7b7","name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1"}]} 2018-10-04 15:05:17,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=23c57023-48e1-45ea-aa89-2122deede7b7 used request id req-7d968952-9398-48b3-bb9b-2044c49b6c42 2018-10-04 15:05:17,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=23c57023-48e1-45ea-aa89-2122deede7b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f260d83486150704a84f05e9fd8af46b91e0417" 2018-10-04 15:05:17,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-ff6a567a-fb67-4b2e-826f-4d093aa7afff Date: Thu, 04 Oct 2018 15:05:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23c57023-48e1-45ea-aa89-2122deede7b7","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:16Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"adf5ff1f-1c86-4058-b250-1c91f6faa0d8","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet1"}]} 2018-10-04 15:05:17,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=23c57023-48e1-45ea-aa89-2122deede7b7 used request id req-ff6a567a-fb67-4b2e-826f-4d093aa7afff 2018-10-04 15:05:17,324 - OpenStackNetwork - DEBUG - Network [23c57023-48e1-45ea-aa89-2122deede7b7] created successfully 2018-10-04 15:05:17,324 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:05:17,325 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:05:17,699 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1671a8e1653e42bba9205399b9bb2dd7", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj-role"}], "expires_at": "2018-10-04T16:05:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "124896ddcce7428cb250f13bce117746", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-user", "id": "ae166e0664904ab88137f9ed4478b3b4"}, "audit_ids": ["EMJOs2-BQdqpqb_BWHEceg"], "issued_at": "2018-10-04T15:05:17.000000Z"}} 2018-10-04 15:05:17,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0e09a6bb516b708551e0d8abefdcd687e9a7024" 2018-10-04 15:05:17,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8183a3a3-822d-4863-a462-75db4735d4e0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:05:17,780 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8183a3a3-822d-4863-a462-75db4735d4e0 2018-10-04 15:05:17,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0e09a6bb516b708551e0d8abefdcd687e9a7024" 2018-10-04 15:05:18,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-dced6799-bbf3-48fe-be31-3e6cda2f1d3b Date: Thu, 04 Oct 2018 15:05:18 GMT RESP BODY: {"networks":[]} 2018-10-04 15:05:18,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2 used request id req-dced6799-bbf3-48fe-be31-3e6cda2f1d3b 2018-10-04 15:05:18,078 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2 2018-10-04 15:05:18,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0e09a6bb516b708551e0d8abefdcd687e9a7024" -d '{"network": {"name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2", "admin_state_up": true}}' 2018-10-04 15:05:18,477 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-0e7f0635-aafa-49f5-9898-9de46bf01c18 Date: Thu, 04 Oct 2018 15:05:18 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0353093f-68f8-4423-b179-7fc508ce0f69","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"124896ddcce7428cb250f13bce117746","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:05:18Z","is_default":false,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:18Z","mtu":1450}} 2018-10-04 15:05:18,478 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-0e7f0635-aafa-49f5-9898-9de46bf01c18 2018-10-04 15:05:18,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=0353093f-68f8-4423-b179-7fc508ce0f69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0e09a6bb516b708551e0d8abefdcd687e9a7024" 2018-10-04 15:05:18,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-d53f1886-9ac1-4b86-b8c6-b76ad9b65726 Date: Thu, 04 Oct 2018 15:05:18 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-10-04T15:05:18Z","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"124896ddcce7428cb250f13bce117746","id":"0353093f-68f8-4423-b179-7fc508ce0f69","name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2"}]} 2018-10-04 15:05:18,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=0353093f-68f8-4423-b179-7fc508ce0f69 used request id req-d53f1886-9ac1-4b86-b8c6-b76ad9b65726 2018-10-04 15:05:18,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0353093f-68f8-4423-b179-7fc508ce0f69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0e09a6bb516b708551e0d8abefdcd687e9a7024" 2018-10-04 15:05:18,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fa2efab0-f456-47bf-b9ca-26999a360d35 Date: Thu, 04 Oct 2018 15:05:18 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:05:18,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0353093f-68f8-4423-b179-7fc508ce0f69 used request id req-fa2efab0-f456-47bf-b9ca-26999a360d35 2018-10-04 15:05:18,920 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet2 2018-10-04 15:05:18,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0e09a6bb516b708551e0d8abefdcd687e9a7024" -d '{"subnets": [{"ip_version": 4, "network_id": "0353093f-68f8-4423-b179-7fc508ce0f69", "cidr": "10.200.202.0/24", "gateway_ip": "10.200.202.1", "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet2"}]}' 2018-10-04 15:05:19,735 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d3061512-9e6a-41ee-9f85-447529d3ae9c Date: Thu, 04 Oct 2018 15:05:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0353093f-68f8-4423-b179-7fc508ce0f69","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:19Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:19Z","gateway_ip":"10.200.202.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.202.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"590cb8d8-9d12-439b-8cfb-7a528145fda7","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet2"}]} 2018-10-04 15:05:19,735 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-d3061512-9e6a-41ee-9f85-447529d3ae9c 2018-10-04 15:05:19,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=0353093f-68f8-4423-b179-7fc508ce0f69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0e09a6bb516b708551e0d8abefdcd687e9a7024" 2018-10-04 15:05:19,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-fe08da90-bbf6-4c75-9d00-5e19ab1a8724 Date: Thu, 04 Oct 2018 15:05:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["590cb8d8-9d12-439b-8cfb-7a528145fda7"],"updated_at":"2018-10-04T15:05:19Z","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"124896ddcce7428cb250f13bce117746","id":"0353093f-68f8-4423-b179-7fc508ce0f69","name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2"}]} 2018-10-04 15:05:19,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=0353093f-68f8-4423-b179-7fc508ce0f69 used request id req-fe08da90-bbf6-4c75-9d00-5e19ab1a8724 2018-10-04 15:05:19,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0353093f-68f8-4423-b179-7fc508ce0f69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0e09a6bb516b708551e0d8abefdcd687e9a7024" 2018-10-04 15:05:20,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-2b67c34f-34dc-460e-84f4-62aeeed09f0c Date: Thu, 04 Oct 2018 15:05:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0353093f-68f8-4423-b179-7fc508ce0f69","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:19Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"590cb8d8-9d12-439b-8cfb-7a528145fda7","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet2"}]} 2018-10-04 15:05:20,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0353093f-68f8-4423-b179-7fc508ce0f69 used request id req-2b67c34f-34dc-460e-84f4-62aeeed09f0c 2018-10-04 15:05:20,066 - OpenStackNetwork - DEBUG - Network [0353093f-68f8-4423-b179-7fc508ce0f69] created successfully 2018-10-04 15:05:20,066 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:05:20,067 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:05:20,439 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1671a8e1653e42bba9205399b9bb2dd7", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj-role"}], "expires_at": "2018-10-04T16:05:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "124896ddcce7428cb250f13bce117746", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-user", "id": "ae166e0664904ab88137f9ed4478b3b4"}, "audit_ids": ["SHt-N7n0QGWhx6hrGxpGtA"], "issued_at": "2018-10-04T15:05:20.000000Z"}} 2018-10-04 15:05:20,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" 2018-10-04 15:05:20,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9185af0e-b838-4dcb-846b-5c6c7d77faca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:05:20,452 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9185af0e-b838-4dcb-846b-5c6c7d77faca 2018-10-04 15:05:20,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" 2018-10-04 15:05:20,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8dd61a2c-6b54-42e3-b90f-074c74081d6f Date: Thu, 04 Oct 2018 15:05:20 GMT RESP BODY: {"routers": []} 2018-10-04 15:05:20,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-pub-router&admin_state_up=True used request id req-8dd61a2c-6b54-42e3-b90f-074c74081d6f 2018-10-04 15:05:20,645 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:05:20,646 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:05:21,042 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1671a8e1653e42bba9205399b9bb2dd7", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj-role"}], "expires_at": "2018-10-04T16:05:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "124896ddcce7428cb250f13bce117746", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-user", "id": "ae166e0664904ab88137f9ed4478b3b4"}, "audit_ids": ["_MtTwEdTTV65wxZuGv9-Hw"], "issued_at": "2018-10-04T15:05:21.000000Z"}} 2018-10-04 15:05:21,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de8edae607719f5e398e3c61bd6fca1d162ebbec" 2018-10-04 15:05:21,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5646e508-95f3-4926-80ce-8e3e268635ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:05:21,121 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5646e508-95f3-4926-80ce-8e3e268635ab 2018-10-04 15:05:21,122 - neutron_utils - INFO - Creating router with name - CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-pub-router 2018-10-04 15:05:21,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" -d '{"router": {"name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-pub-router", "admin_state_up": true}}' 2018-10-04 15:05:24,755 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 536 X-Openstack-Request-Id: req-ef145de6-d572-40eb-8a35-20bc4e77f009 Date: Thu, 04 Oct 2018 15:05:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "124896ddcce7428cb250f13bce117746", "created_at": "2018-10-04T15:05:21Z", "admin_state_up": true, "updated_at": "2018-10-04T15:05:21Z", "flavor_id": null, "revision_number": 1, "routes": [], "project_id": "124896ddcce7428cb250f13bce117746", "id": "3255a1fb-ddaa-4247-a325-17b9d0fa3f37", "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-pub-router"}} 2018-10-04 15:05:24,755 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-ef145de6-d572-40eb-8a35-20bc4e77f009 2018-10-04 15:05:24,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=3255a1fb-ddaa-4247-a325-17b9d0fa3f37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" 2018-10-04 15:05:24,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-86a515b4-3b26-4561-b57e-f056e2e97d5a Date: Thu, 04 Oct 2018 15:05:24 GMT RESP BODY: {"ports":[]} 2018-10-04 15:05:24,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=3255a1fb-ddaa-4247-a325-17b9d0fa3f37 used request id req-86a515b4-3b26-4561-b57e-f056e2e97d5a 2018-10-04 15:05:24,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" 2018-10-04 15:05:25,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-5daa6f12-3b77-4a0e-b611-3c8a7da4c542 Date: Thu, 04 Oct 2018 15:05:25 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":["adf5ff1f-1c86-4058-b250-1c91f6faa0d8"],"updated_at":"2018-10-04T15:05:16Z","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"124896ddcce7428cb250f13bce117746","id":"23c57023-48e1-45ea-aa89-2122deede7b7","name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1"}]} 2018-10-04 15:05:25,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1 used request id req-5daa6f12-3b77-4a0e-b611-3c8a7da4c542 2018-10-04 15:05:25,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:05:25,231 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:05:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:05:25,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" 2018-10-04 15:05:25,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3c2d011-3c9b-4c42-9dbe-e4f63596b3c0 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746"}, "enabled": true, "id": "124896ddcce7428cb250f13bce117746", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}} 2018-10-04 15:05:25,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 used request id req-b3c2d011-3c9b-4c42-9dbe-e4f63596b3c0 2018-10-04 15:05:25,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=23c57023-48e1-45ea-aa89-2122deede7b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" 2018-10-04 15:05:25,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b1d58683-861b-4954-9a8c-a6f859755399 Date: Thu, 04 Oct 2018 15:05:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23c57023-48e1-45ea-aa89-2122deede7b7","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:16Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"adf5ff1f-1c86-4058-b250-1c91f6faa0d8","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet1"}]} 2018-10-04 15:05:25,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=23c57023-48e1-45ea-aa89-2122deede7b7 used request id req-b1d58683-861b-4954-9a8c-a6f859755399 2018-10-04 15:05:25,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=23c57023-48e1-45ea-aa89-2122deede7b7&name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-router-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" 2018-10-04 15:05:25,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a190d4c7-7014-4a29-828a-b429508f5371 Date: Thu, 04 Oct 2018 15:05:25 GMT RESP BODY: {"ports":[]} 2018-10-04 15:05:25,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=23c57023-48e1-45ea-aa89-2122deede7b7&name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-router-port1&admin_state_up=True used request id req-a190d4c7-7014-4a29-828a-b429508f5371 2018-10-04 15:05:25,705 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-router-port1 for router - CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-pub-router 2018-10-04 15:05:25,705 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:05:25,706 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:05:26,081 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1671a8e1653e42bba9205399b9bb2dd7", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj-role"}], "expires_at": "2018-10-04T16:05:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "124896ddcce7428cb250f13bce117746", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-user", "id": "ae166e0664904ab88137f9ed4478b3b4"}, "audit_ids": ["bQecdiOpSoOfs_R7QpLnSA"], "issued_at": "2018-10-04T15:05:26.000000Z"}} 2018-10-04 15:05:26,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c617550009292ecc7208febf3a60ec7755608a33" 2018-10-04 15:05:26,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7af77dad-9e60-4a58-84e6-79523f26ddec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:05:26,153 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7af77dad-9e60-4a58-84e6-79523f26ddec 2018-10-04 15:05:26,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" 2018-10-04 15:05:26,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-7690bf4d-9ecc-448c-9205-83ded099532d Date: Thu, 04 Oct 2018 15:05:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["adf5ff1f-1c86-4058-b250-1c91f6faa0d8"],"updated_at":"2018-10-04T15:05:16Z","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"124896ddcce7428cb250f13bce117746","id":"23c57023-48e1-45ea-aa89-2122deede7b7","name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1"}]} 2018-10-04 15:05:26,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1 used request id req-7690bf4d-9ecc-448c-9205-83ded099532d 2018-10-04 15:05:26,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=23c57023-48e1-45ea-aa89-2122deede7b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" 2018-10-04 15:05:26,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-0ee52080-bbb1-4bf8-803e-877b321ef335 Date: Thu, 04 Oct 2018 15:05:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23c57023-48e1-45ea-aa89-2122deede7b7","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:16Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"adf5ff1f-1c86-4058-b250-1c91f6faa0d8","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet1"}]} 2018-10-04 15:05:26,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=23c57023-48e1-45ea-aa89-2122deede7b7 used request id req-0ee52080-bbb1-4bf8-803e-877b321ef335 2018-10-04 15:05:26,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" 2018-10-04 15:05:26,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-bc6df3ac-47f2-4382-b1f1-ff5482ea4ed5 Date: Thu, 04 Oct 2018 15:05:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["adf5ff1f-1c86-4058-b250-1c91f6faa0d8"],"updated_at":"2018-10-04T15:05:16Z","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"124896ddcce7428cb250f13bce117746","id":"23c57023-48e1-45ea-aa89-2122deede7b7","name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1"}]} 2018-10-04 15:05:26,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1 used request id req-bc6df3ac-47f2-4382-b1f1-ff5482ea4ed5 2018-10-04 15:05:26,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:05:26,857 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:05:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:05:26,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c617550009292ecc7208febf3a60ec7755608a33" 2018-10-04 15:05:26,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8d94cbc-375e-4131-ad8c-0a8a0f25cd41 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746"}, "enabled": true, "id": "124896ddcce7428cb250f13bce117746", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}} 2018-10-04 15:05:26,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 used request id req-f8d94cbc-375e-4131-ad8c-0a8a0f25cd41 2018-10-04 15:05:26,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=23c57023-48e1-45ea-aa89-2122deede7b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" 2018-10-04 15:05:26,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d87d91a2-ab55-4f9f-b1cc-c5a333c18d08 Date: Thu, 04 Oct 2018 15:05:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23c57023-48e1-45ea-aa89-2122deede7b7","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:16Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"adf5ff1f-1c86-4058-b250-1c91f6faa0d8","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet1"}]} 2018-10-04 15:05:26,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=23c57023-48e1-45ea-aa89-2122deede7b7 used request id req-d87d91a2-ab55-4f9f-b1cc-c5a333c18d08 2018-10-04 15:05:26,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=23c57023-48e1-45ea-aa89-2122deede7b7&name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" 2018-10-04 15:05:27,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-e27b0be1-0f03-40d4-826a-9f60671a1234 Date: Thu, 04 Oct 2018 15:05:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23c57023-48e1-45ea-aa89-2122deede7b7","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:16Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"adf5ff1f-1c86-4058-b250-1c91f6faa0d8","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet1"}]} 2018-10-04 15:05:27,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=23c57023-48e1-45ea-aa89-2122deede7b7&name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet1 used request id req-e27b0be1-0f03-40d4-826a-9f60671a1234 2018-10-04 15:05:27,160 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1 2018-10-04 15:05:27,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" -d '{"port": {"network_id": "23c57023-48e1-45ea-aa89-2122deede7b7", "fixed_ips": [{"subnet_id": "adf5ff1f-1c86-4058-b250-1c91f6faa0d8", "ip_address": "10.200.201.1"}], "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-router-port1", "admin_state_up": true}}' 2018-10-04 15:05:28,267 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-31dc701f-2077-467e-9e09-22f332a19e04 Date: Thu, 04 Oct 2018 15:05:28 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:05:27Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"adf5ff1f-1c86-4058-b250-1c91f6faa0d8","ip_address":"10.200.201.1"}],"id":"ba37d999-a8b6-4d85-99e4-12d9ca52c49e","security_groups":["32688f23-804f-4945-a2fb-fc07f4eb9529"],"mac_address":"fa:16:3e:e1:78:6d","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-router-port1","project_id":"124896ddcce7428cb250f13bce117746","qos_policy_id":null,"admin_state_up":true,"network_id":"23c57023-48e1-45ea-aa89-2122deede7b7","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:27Z","binding:vnic_type":"normal"}} 2018-10-04 15:05:28,268 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-31dc701f-2077-467e-9e09-22f332a19e04 2018-10-04 15:05:28,268 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-router-port1 for router - CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-pub-router 2018-10-04 15:05:28,268 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-pub-router 2018-10-04 15:05:28,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/3255a1fb-ddaa-4247-a325-17b9d0fa3f37/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" -d '{"port_id": "ba37d999-a8b6-4d85-99e4-12d9ca52c49e"}' 2018-10-04 15:05:29,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0081eff1-2517-4bbc-8d67-f874bb803359 Date: Thu, 04 Oct 2018 15:05:29 GMT RESP BODY: {"network_id": "23c57023-48e1-45ea-aa89-2122deede7b7", "tenant_id": "124896ddcce7428cb250f13bce117746", "subnet_id": "adf5ff1f-1c86-4058-b250-1c91f6faa0d8", "subnet_ids": ["adf5ff1f-1c86-4058-b250-1c91f6faa0d8"], "port_id": "ba37d999-a8b6-4d85-99e4-12d9ca52c49e", "id": "3255a1fb-ddaa-4247-a325-17b9d0fa3f37"} 2018-10-04 15:05:29,800 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/3255a1fb-ddaa-4247-a325-17b9d0fa3f37/add_router_interface used request id req-0081eff1-2517-4bbc-8d67-f874bb803359 2018-10-04 15:05:29,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" 2018-10-04 15:05:30,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-b8e4db95-39b7-4977-bad3-6e7476f6afd7 Date: Thu, 04 Oct 2018 15:05: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":["590cb8d8-9d12-439b-8cfb-7a528145fda7"],"updated_at":"2018-10-04T15:05:19Z","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"124896ddcce7428cb250f13bce117746","id":"0353093f-68f8-4423-b179-7fc508ce0f69","name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2"}]} 2018-10-04 15:05:30,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2 used request id req-b8e4db95-39b7-4977-bad3-6e7476f6afd7 2018-10-04 15:05:30,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" 2018-10-04 15:05:30,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afdcce9b-dd26-452a-bd8f-b4a022f6e4bd Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746"}, "enabled": true, "id": "124896ddcce7428cb250f13bce117746", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}} 2018-10-04 15:05:30,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 used request id req-afdcce9b-dd26-452a-bd8f-b4a022f6e4bd 2018-10-04 15:05:30,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0353093f-68f8-4423-b179-7fc508ce0f69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" 2018-10-04 15:05:30,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-0704072c-4f4c-48d9-8f41-7ca26d64429d Date: Thu, 04 Oct 2018 15:05:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0353093f-68f8-4423-b179-7fc508ce0f69","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:19Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"590cb8d8-9d12-439b-8cfb-7a528145fda7","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet2"}]} 2018-10-04 15:05:30,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0353093f-68f8-4423-b179-7fc508ce0f69 used request id req-0704072c-4f4c-48d9-8f41-7ca26d64429d 2018-10-04 15:05:30,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=0353093f-68f8-4423-b179-7fc508ce0f69&name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-router-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" 2018-10-04 15:05:30,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-08d72786-b369-406f-9807-87595a850575 Date: Thu, 04 Oct 2018 15:05:30 GMT RESP BODY: {"ports":[]} 2018-10-04 15:05:30,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=0353093f-68f8-4423-b179-7fc508ce0f69&name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-router-port2&admin_state_up=True used request id req-08d72786-b369-406f-9807-87595a850575 2018-10-04 15:05:30,386 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-router-port2 for router - CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-pub-router 2018-10-04 15:05:30,386 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:05:30,387 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:05:30,759 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1671a8e1653e42bba9205399b9bb2dd7", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj-role"}], "expires_at": "2018-10-04T16:05:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "124896ddcce7428cb250f13bce117746", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-user", "id": "ae166e0664904ab88137f9ed4478b3b4"}, "audit_ids": ["1wNPpRORTjik09pM51nuHg"], "issued_at": "2018-10-04T15:05:30.000000Z"}} 2018-10-04 15:05:30,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e890f6146d52711f1aed1539c609bc741ab4312d" 2018-10-04 15:05:30,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-390c8fcb-d971-4058-a879-8013184c4756 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:05:30,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-390c8fcb-d971-4058-a879-8013184c4756 2018-10-04 15:05:30,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" 2018-10-04 15:05:30,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-ce672c2d-f2d3-411d-9e57-d1a86889924b Date: Thu, 04 Oct 2018 15:05: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":["590cb8d8-9d12-439b-8cfb-7a528145fda7"],"updated_at":"2018-10-04T15:05:19Z","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"124896ddcce7428cb250f13bce117746","id":"0353093f-68f8-4423-b179-7fc508ce0f69","name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2"}]} 2018-10-04 15:05:30,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2 used request id req-ce672c2d-f2d3-411d-9e57-d1a86889924b 2018-10-04 15:05:30,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0353093f-68f8-4423-b179-7fc508ce0f69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" 2018-10-04 15:05:31,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7e7a884d-7fa4-43d6-882c-6e603125ed10 Date: Thu, 04 Oct 2018 15:05:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0353093f-68f8-4423-b179-7fc508ce0f69","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:19Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"590cb8d8-9d12-439b-8cfb-7a528145fda7","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet2"}]} 2018-10-04 15:05:31,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0353093f-68f8-4423-b179-7fc508ce0f69 used request id req-7e7a884d-7fa4-43d6-882c-6e603125ed10 2018-10-04 15:05:31,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" 2018-10-04 15:05:31,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-e5a12117-e45f-40d7-b759-a7e043ad653a Date: Thu, 04 Oct 2018 15:05:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["590cb8d8-9d12-439b-8cfb-7a528145fda7"],"updated_at":"2018-10-04T15:05:19Z","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"124896ddcce7428cb250f13bce117746","id":"0353093f-68f8-4423-b179-7fc508ce0f69","name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2"}]} 2018-10-04 15:05:31,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2 used request id req-e5a12117-e45f-40d7-b759-a7e043ad653a 2018-10-04 15:05:31,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:05:31,457 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:05:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:05:31,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e890f6146d52711f1aed1539c609bc741ab4312d" 2018-10-04 15:05:31,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c68eca4-7e08-4e9d-a9fb-007a14d63285 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746"}, "enabled": true, "id": "124896ddcce7428cb250f13bce117746", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}} 2018-10-04 15:05:31,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 used request id req-7c68eca4-7e08-4e9d-a9fb-007a14d63285 2018-10-04 15:05:31,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0353093f-68f8-4423-b179-7fc508ce0f69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" 2018-10-04 15:05:31,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-2bc4bd7f-7c35-4fe9-ba83-02369e84dac0 Date: Thu, 04 Oct 2018 15:05:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0353093f-68f8-4423-b179-7fc508ce0f69","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:19Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"590cb8d8-9d12-439b-8cfb-7a528145fda7","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet2"}]} 2018-10-04 15:05:31,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0353093f-68f8-4423-b179-7fc508ce0f69 used request id req-2bc4bd7f-7c35-4fe9-ba83-02369e84dac0 2018-10-04 15:05:31,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0353093f-68f8-4423-b179-7fc508ce0f69&name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" 2018-10-04 15:05:31,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-117f87c7-5f26-4f75-837d-79453b4eecf5 Date: Thu, 04 Oct 2018 15:05:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0353093f-68f8-4423-b179-7fc508ce0f69","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:19Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"590cb8d8-9d12-439b-8cfb-7a528145fda7","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet2"}]} 2018-10-04 15:05:31,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0353093f-68f8-4423-b179-7fc508ce0f69&name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet2 used request id req-117f87c7-5f26-4f75-837d-79453b4eecf5 2018-10-04 15:05:31,820 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2 2018-10-04 15:05:31,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" -d '{"port": {"network_id": "0353093f-68f8-4423-b179-7fc508ce0f69", "fixed_ips": [{"subnet_id": "590cb8d8-9d12-439b-8cfb-7a528145fda7", "ip_address": "10.200.202.1"}], "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-router-port2", "admin_state_up": true}}' 2018-10-04 15:05:32,860 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-de2ee45c-9d84-446a-b1d3-a313872332e5 Date: Thu, 04 Oct 2018 15:05:32 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:05:32Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"590cb8d8-9d12-439b-8cfb-7a528145fda7","ip_address":"10.200.202.1"}],"id":"9e99a0b7-c3e2-4f07-ae4c-df70f16a02d2","security_groups":["32688f23-804f-4945-a2fb-fc07f4eb9529"],"mac_address":"fa:16:3e:90:49:72","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-router-port2","project_id":"124896ddcce7428cb250f13bce117746","qos_policy_id":null,"admin_state_up":true,"network_id":"0353093f-68f8-4423-b179-7fc508ce0f69","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:32Z","binding:vnic_type":"normal"}} 2018-10-04 15:05:32,860 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-de2ee45c-9d84-446a-b1d3-a313872332e5 2018-10-04 15:05:32,861 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-router-port2 for router - CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-pub-router 2018-10-04 15:05:32,861 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-pub-router 2018-10-04 15:05:32,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/3255a1fb-ddaa-4247-a325-17b9d0fa3f37/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" -d '{"port_id": "9e99a0b7-c3e2-4f07-ae4c-df70f16a02d2"}' 2018-10-04 15:05:34,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a341cb3f-e322-4ed8-b599-dd3f0e4cd58a Date: Thu, 04 Oct 2018 15:05:34 GMT RESP BODY: {"network_id": "0353093f-68f8-4423-b179-7fc508ce0f69", "tenant_id": "124896ddcce7428cb250f13bce117746", "subnet_id": "590cb8d8-9d12-439b-8cfb-7a528145fda7", "subnet_ids": ["590cb8d8-9d12-439b-8cfb-7a528145fda7"], "port_id": "9e99a0b7-c3e2-4f07-ae4c-df70f16a02d2", "id": "3255a1fb-ddaa-4247-a325-17b9d0fa3f37"} 2018-10-04 15:05:34,539 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/3255a1fb-ddaa-4247-a325-17b9d0fa3f37/add_router_interface used request id req-a341cb3f-e322-4ed8-b599-dd3f0e4cd58a 2018-10-04 15:05:34,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/3255a1fb-ddaa-4247-a325-17b9d0fa3f37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" 2018-10-04 15:05:34,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 542 X-Openstack-Request-Id: req-f01b8184-8ba9-4078-acd8-ceb568fbd025 Date: Thu, 04 Oct 2018 15:05:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "124896ddcce7428cb250f13bce117746", "created_at": "2018-10-04T15:05:21Z", "admin_state_up": true, "updated_at": "2018-10-04T15:05:33Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "124896ddcce7428cb250f13bce117746", "id": "3255a1fb-ddaa-4247-a325-17b9d0fa3f37", "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-pub-router"}} 2018-10-04 15:05:34,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/3255a1fb-ddaa-4247-a325-17b9d0fa3f37 used request id req-f01b8184-8ba9-4078-acd8-ceb568fbd025 2018-10-04 15:05:34,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=3255a1fb-ddaa-4247-a325-17b9d0fa3f37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" 2018-10-04 15:05:34,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1728 X-Openstack-Request-Id: req-04eed8a8-9fa3-4718-8ea9-c8a407dd1fde Date: Thu, 04 Oct 2018 15:05:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:05:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"590cb8d8-9d12-439b-8cfb-7a528145fda7","ip_address":"10.200.202.1"}],"id":"9e99a0b7-c3e2-4f07-ae4c-df70f16a02d2","security_groups":["32688f23-804f-4945-a2fb-fc07f4eb9529"],"mac_address":"fa:16:3e:90:49:72","project_id":"124896ddcce7428cb250f13bce117746","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-router-port2","admin_state_up":true,"network_id":"0353093f-68f8-4423-b179-7fc508ce0f69","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:32Z","binding:vnic_type":"normal","device_id":"3255a1fb-ddaa-4247-a325-17b9d0fa3f37"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:05:33Z","device_owner":"network:ha_router_replicated_interface","revision_number":14,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"adf5ff1f-1c86-4058-b250-1c91f6faa0d8","ip_address":"10.200.201.1"}],"id":"ba37d999-a8b6-4d85-99e4-12d9ca52c49e","security_groups":["32688f23-804f-4945-a2fb-fc07f4eb9529"],"mac_address":"fa:16:3e:e1:78:6d","project_id":"124896ddcce7428cb250f13bce117746","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-router-port1","admin_state_up":true,"network_id":"23c57023-48e1-45ea-aa89-2122deede7b7","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:27Z","binding:vnic_type":"normal","device_id":"3255a1fb-ddaa-4247-a325-17b9d0fa3f37"}]} 2018-10-04 15:05:34,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=3255a1fb-ddaa-4247-a325-17b9d0fa3f37 used request id req-04eed8a8-9fa3-4718-8ea9-c8a407dd1fde 2018-10-04 15:05:34,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/adf5ff1f-1c86-4058-b250-1c91f6faa0d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" 2018-10-04 15:05:34,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-567d5f5a-639e-4aac-bba7-5458da5d0562 Date: Thu, 04 Oct 2018 15:05:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23c57023-48e1-45ea-aa89-2122deede7b7","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:16Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:16Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"adf5ff1f-1c86-4058-b250-1c91f6faa0d8","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet1"}} 2018-10-04 15:05:34,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/adf5ff1f-1c86-4058-b250-1c91f6faa0d8 used request id req-567d5f5a-639e-4aac-bba7-5458da5d0562 2018-10-04 15:05:34,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/590cb8d8-9d12-439b-8cfb-7a528145fda7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" 2018-10-04 15:05:34,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-7d6d1eed-579a-4bd8-82f4-b2412bdb09af Date: Thu, 04 Oct 2018 15:05:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0353093f-68f8-4423-b179-7fc508ce0f69","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:19Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:19Z","gateway_ip":"10.200.202.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.202.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"590cb8d8-9d12-439b-8cfb-7a528145fda7","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet2"}} 2018-10-04 15:05:34,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/590cb8d8-9d12-439b-8cfb-7a528145fda7 used request id req-7d6d1eed-579a-4bd8-82f4-b2412bdb09af 2018-10-04 15:05:34,962 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:05:34,963 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:05:35,345 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:05:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["m9FZHiy6S_iQbLwHvMbIiA"], "issued_at": "2018-10-04T15:05:35.000000Z"}} 2018-10-04 15:05:35,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd1319c4f9157987bb95f4df83a84e199145880" 2018-10-04 15:05:35,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbdac9a3-f1c8-42e0-bb92-ce55de670e30 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:05:35,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bbdac9a3-f1c8-42e0-bb92-ce55de670e30 2018-10-04 15:05:35,438 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:05:35,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd1319c4f9157987bb95f4df83a84e199145880" 2018-10-04 15:05:35,615 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-322c7e08-0f0a-4baf-9ec8-6751c9c3720b x-compute-request-id: req-322c7e08-0f0a-4baf-9ec8-6751c9c3720b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:05:35,615 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-322c7e08-0f0a-4baf-9ec8-6751c9c3720b 2018-10-04 15:05:35,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd1319c4f9157987bb95f4df83a84e199145880" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 512, "id": null, "swap": 0}}' 2018-10-04 15:05:35,673 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-babb0a51-9562-4c44-9b2c-af80f8a2451e x-compute-request-id: req-babb0a51-9562-4c44-9b2c-af80f8a2451e Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e331c4c9-4db6-47d3-b940-ce9640609dba", "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:05:35,673 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-babb0a51-9562-4c44-9b2c-af80f8a2451e 2018-10-04 15:05:35,674 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:05:35,675 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:05:36,049 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1671a8e1653e42bba9205399b9bb2dd7", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj-role"}], "expires_at": "2018-10-04T16:05:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "124896ddcce7428cb250f13bce117746", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-user", "id": "ae166e0664904ab88137f9ed4478b3b4"}, "audit_ids": ["zMO-d3TdQsaKCxhab7oUjQ"], "issued_at": "2018-10-04T15:05:36.000000Z"}} 2018-10-04 15:05:36,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e02cbf7bb0fcaebffedaea0747564f293ff4f" 2018-10-04 15:05:36,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3946bc2e-5d93-49fa-a991-df30262645ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:05:36,123 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3946bc2e-5d93-49fa-a991-df30262645ec 2018-10-04 15:05:36,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e02cbf7bb0fcaebffedaea0747564f293ff4f" 2018-10-04 15:05:36,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-4926166e-34d0-4aa8-8292-285751119cdd Date: Thu, 04 Oct 2018 15:05:36 GMT RESP BODY: {"security_groups": []} 2018-10-04 15:05:36,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-sec-grp used request id req-4926166e-34d0-4aa8-8292-285751119cdd 2018-10-04 15:05:36,304 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-sec-grp... 2018-10-04 15:05:36,305 - neutron_utils - INFO - Creating security group with name - CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-sec-grp 2018-10-04 15:05:36,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e02cbf7bb0fcaebffedaea0747564f293ff4f" -d '{"security_group": {"name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-sec-grp"}}' 2018-10-04 15:05:36,667 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1402 X-Openstack-Request-Id: req-5bb2946d-5333-4fb6-ab1f-3ca0adcb358f Date: Thu, 04 Oct 2018 15:05:36 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "124896ddcce7428cb250f13bce117746", "created_at": "2018-10-04T15:05:36Z", "updated_at": "2018-10-04T15:05:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:05:36Z", "revision_number": 0, "id": "e3fb4cdb-3d96-4d9f-ab21-1502ee009081", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:05:36Z", "security_group_id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "tenant_id": "124896ddcce7428cb250f13bce117746", "port_range_min": null, "ethertype": "IPv4", "project_id": "124896ddcce7428cb250f13bce117746"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:05:36Z", "revision_number": 0, "id": "eb4b4f55-4fab-4998-a568-31784ea522ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:05:36Z", "security_group_id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "tenant_id": "124896ddcce7428cb250f13bce117746", "port_range_min": null, "ethertype": "IPv6", "project_id": "124896ddcce7428cb250f13bce117746"}], "revision_number": 2, "project_id": "124896ddcce7428cb250f13bce117746", "id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-sec-grp"}} 2018-10-04 15:05:36,668 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-5bb2946d-5333-4fb6-ab1f-3ca0adcb358f 2018-10-04 15:05:36,668 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2ea4069-9d63-4b88-8214-dc49913204fb 2018-10-04 15:05:36,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c2ea4069-9d63-4b88-8214-dc49913204fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e02cbf7bb0fcaebffedaea0747564f293ff4f" 2018-10-04 15:05:36,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-954d9147-63d1-4770-ac09-240dc628f947 Date: Thu, 04 Oct 2018 15:05:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:05:36Z", "security_group_id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "port_range_min": null, "revision_number": 0, "tenant_id": "124896ddcce7428cb250f13bce117746", "created_at": "2018-10-04T15:05:36Z", "project_id": "124896ddcce7428cb250f13bce117746", "id": "e3fb4cdb-3d96-4d9f-ab21-1502ee009081"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:05:36Z", "security_group_id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "port_range_min": null, "revision_number": 0, "tenant_id": "124896ddcce7428cb250f13bce117746", "created_at": "2018-10-04T15:05:36Z", "project_id": "124896ddcce7428cb250f13bce117746", "id": "eb4b4f55-4fab-4998-a568-31784ea522ce"}]} 2018-10-04 15:05:36,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c2ea4069-9d63-4b88-8214-dc49913204fb used request id req-954d9147-63d1-4770-ac09-240dc628f947 2018-10-04 15:05:36,852 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2ea4069-9d63-4b88-8214-dc49913204fb 2018-10-04 15:05:36,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c2ea4069-9d63-4b88-8214-dc49913204fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e02cbf7bb0fcaebffedaea0747564f293ff4f" 2018-10-04 15:05:37,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5afb9125-1808-47f0-b33c-e5ab4b6284e0 Date: Thu, 04 Oct 2018 15:05:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:05:36Z", "security_group_id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "port_range_min": null, "revision_number": 0, "tenant_id": "124896ddcce7428cb250f13bce117746", "created_at": "2018-10-04T15:05:36Z", "project_id": "124896ddcce7428cb250f13bce117746", "id": "e3fb4cdb-3d96-4d9f-ab21-1502ee009081"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:05:36Z", "security_group_id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "port_range_min": null, "revision_number": 0, "tenant_id": "124896ddcce7428cb250f13bce117746", "created_at": "2018-10-04T15:05:36Z", "project_id": "124896ddcce7428cb250f13bce117746", "id": "eb4b4f55-4fab-4998-a568-31784ea522ce"}]} 2018-10-04 15:05:37,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c2ea4069-9d63-4b88-8214-dc49913204fb used request id req-5afb9125-1808-47f0-b33c-e5ab4b6284e0 2018-10-04 15:05:37,026 - neutron_utils - INFO - Retrieving security group with ID - c2ea4069-9d63-4b88-8214-dc49913204fb 2018-10-04 15:05:37,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=c2ea4069-9d63-4b88-8214-dc49913204fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e02cbf7bb0fcaebffedaea0747564f293ff4f" 2018-10-04 15:05:37,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-7a48789e-ed79-4f14-ab82-5b6865c44345 Date: Thu, 04 Oct 2018 15:05:37 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "124896ddcce7428cb250f13bce117746", "created_at": "2018-10-04T15:05:36Z", "updated_at": "2018-10-04T15:05:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:05:36Z", "revision_number": 0, "id": "e3fb4cdb-3d96-4d9f-ab21-1502ee009081", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:05:36Z", "security_group_id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "tenant_id": "124896ddcce7428cb250f13bce117746", "port_range_min": null, "ethertype": "IPv4", "project_id": "124896ddcce7428cb250f13bce117746"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:05:36Z", "revision_number": 0, "id": "eb4b4f55-4fab-4998-a568-31784ea522ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:05:36Z", "security_group_id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "tenant_id": "124896ddcce7428cb250f13bce117746", "port_range_min": null, "ethertype": "IPv6", "project_id": "124896ddcce7428cb250f13bce117746"}], "revision_number": 2, "project_id": "124896ddcce7428cb250f13bce117746", "id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-sec-grp"}]} 2018-10-04 15:05:37,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=c2ea4069-9d63-4b88-8214-dc49913204fb used request id req-7a48789e-ed79-4f14-ab82-5b6865c44345 2018-10-04 15:05:37,223 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2ea4069-9d63-4b88-8214-dc49913204fb 2018-10-04 15:05:37,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c2ea4069-9d63-4b88-8214-dc49913204fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e02cbf7bb0fcaebffedaea0747564f293ff4f" 2018-10-04 15:05:37,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fe183168-7f0e-4137-aace-b1d038b90384 Date: Thu, 04 Oct 2018 15:05:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:05:36Z", "security_group_id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "port_range_min": null, "revision_number": 0, "tenant_id": "124896ddcce7428cb250f13bce117746", "created_at": "2018-10-04T15:05:36Z", "project_id": "124896ddcce7428cb250f13bce117746", "id": "e3fb4cdb-3d96-4d9f-ab21-1502ee009081"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:05:36Z", "security_group_id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "port_range_min": null, "revision_number": 0, "tenant_id": "124896ddcce7428cb250f13bce117746", "created_at": "2018-10-04T15:05:36Z", "project_id": "124896ddcce7428cb250f13bce117746", "id": "eb4b4f55-4fab-4998-a568-31784ea522ce"}]} 2018-10-04 15:05:37,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c2ea4069-9d63-4b88-8214-dc49913204fb used request id req-fe183168-7f0e-4137-aace-b1d038b90384 2018-10-04 15:05:37,257 - neutron_utils - INFO - Retrieving security group with ID - c2ea4069-9d63-4b88-8214-dc49913204fb 2018-10-04 15:05:37,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=c2ea4069-9d63-4b88-8214-dc49913204fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e02cbf7bb0fcaebffedaea0747564f293ff4f" 2018-10-04 15:05:37,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-5324f2f4-167e-4eab-990f-a2f9238e0f6f Date: Thu, 04 Oct 2018 15:05:37 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "124896ddcce7428cb250f13bce117746", "created_at": "2018-10-04T15:05:36Z", "updated_at": "2018-10-04T15:05:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:05:36Z", "revision_number": 0, "id": "e3fb4cdb-3d96-4d9f-ab21-1502ee009081", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:05:36Z", "security_group_id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "tenant_id": "124896ddcce7428cb250f13bce117746", "port_range_min": null, "ethertype": "IPv4", "project_id": "124896ddcce7428cb250f13bce117746"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:05:36Z", "revision_number": 0, "id": "eb4b4f55-4fab-4998-a568-31784ea522ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:05:36Z", "security_group_id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "tenant_id": "124896ddcce7428cb250f13bce117746", "port_range_min": null, "ethertype": "IPv6", "project_id": "124896ddcce7428cb250f13bce117746"}], "revision_number": 2, "project_id": "124896ddcce7428cb250f13bce117746", "id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-sec-grp"}]} 2018-10-04 15:05:37,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=c2ea4069-9d63-4b88-8214-dc49913204fb used request id req-5324f2f4-167e-4eab-990f-a2f9238e0f6f 2018-10-04 15:05:37,452 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2ea4069-9d63-4b88-8214-dc49913204fb 2018-10-04 15:05:37,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c2ea4069-9d63-4b88-8214-dc49913204fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e02cbf7bb0fcaebffedaea0747564f293ff4f" 2018-10-04 15:05:37,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-df04b0b0-f6ec-4f46-8b68-124b338c4052 Date: Thu, 04 Oct 2018 15:05:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:05:36Z", "security_group_id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "port_range_min": null, "revision_number": 0, "tenant_id": "124896ddcce7428cb250f13bce117746", "created_at": "2018-10-04T15:05:36Z", "project_id": "124896ddcce7428cb250f13bce117746", "id": "e3fb4cdb-3d96-4d9f-ab21-1502ee009081"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:05:36Z", "security_group_id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "port_range_min": null, "revision_number": 0, "tenant_id": "124896ddcce7428cb250f13bce117746", "created_at": "2018-10-04T15:05:36Z", "project_id": "124896ddcce7428cb250f13bce117746", "id": "eb4b4f55-4fab-4998-a568-31784ea522ce"}]} 2018-10-04 15:05:37,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c2ea4069-9d63-4b88-8214-dc49913204fb used request id req-df04b0b0-f6ec-4f46-8b68-124b338c4052 2018-10-04 15:05:37,614 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-sec-grp 2018-10-04 15:05:37,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e02cbf7bb0fcaebffedaea0747564f293ff4f" 2018-10-04 15:05:37,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-407cab7c-59c4-4c39-b7e7-a576d993c0d7 Date: Thu, 04 Oct 2018 15:05:37 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "124896ddcce7428cb250f13bce117746", "created_at": "2018-10-04T15:05:36Z", "updated_at": "2018-10-04T15:05:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:05:36Z", "revision_number": 0, "id": "e3fb4cdb-3d96-4d9f-ab21-1502ee009081", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:05:36Z", "security_group_id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "tenant_id": "124896ddcce7428cb250f13bce117746", "port_range_min": null, "ethertype": "IPv4", "project_id": "124896ddcce7428cb250f13bce117746"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:05:36Z", "revision_number": 0, "id": "eb4b4f55-4fab-4998-a568-31784ea522ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:05:36Z", "security_group_id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "tenant_id": "124896ddcce7428cb250f13bce117746", "port_range_min": null, "ethertype": "IPv6", "project_id": "124896ddcce7428cb250f13bce117746"}], "revision_number": 2, "project_id": "124896ddcce7428cb250f13bce117746", "id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-sec-grp"}]} 2018-10-04 15:05:37,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-sec-grp used request id req-407cab7c-59c4-4c39-b7e7-a576d993c0d7 2018-10-04 15:05:37,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:05:37,670 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:05:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:05:37,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e02cbf7bb0fcaebffedaea0747564f293ff4f" 2018-10-04 15:05:37,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8ce1bec-8bec-4903-a83a-3fedc0194815 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746"}, "enabled": true, "id": "124896ddcce7428cb250f13bce117746", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}} 2018-10-04 15:05:37,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 used request id req-c8ce1bec-8bec-4903-a83a-3fedc0194815 2018-10-04 15:05:37,753 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2ea4069-9d63-4b88-8214-dc49913204fb 2018-10-04 15:05:37,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c2ea4069-9d63-4b88-8214-dc49913204fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e02cbf7bb0fcaebffedaea0747564f293ff4f" 2018-10-04 15:05:37,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-40d28391-008d-46b0-a7b9-e362c79e1c9f Date: Thu, 04 Oct 2018 15:05:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:05:36Z", "security_group_id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "port_range_min": null, "revision_number": 0, "tenant_id": "124896ddcce7428cb250f13bce117746", "created_at": "2018-10-04T15:05:36Z", "project_id": "124896ddcce7428cb250f13bce117746", "id": "e3fb4cdb-3d96-4d9f-ab21-1502ee009081"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:05:36Z", "security_group_id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "port_range_min": null, "revision_number": 0, "tenant_id": "124896ddcce7428cb250f13bce117746", "created_at": "2018-10-04T15:05:36Z", "project_id": "124896ddcce7428cb250f13bce117746", "id": "eb4b4f55-4fab-4998-a568-31784ea522ce"}]} 2018-10-04 15:05:37,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c2ea4069-9d63-4b88-8214-dc49913204fb used request id req-40d28391-008d-46b0-a7b9-e362c79e1c9f 2018-10-04 15:05:37,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e02cbf7bb0fcaebffedaea0747564f293ff4f" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "c2ea4069-9d63-4b88-8214-dc49913204fb"}}' 2018-10-04 15:05:38,276 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-a107ee75-4ed5-4de0-9b77-7e6dbf3f8b4c Date: Thu, 04 Oct 2018 15:05:38 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:05:38Z", "security_group_id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "port_range_min": null, "revision_number": 0, "tenant_id": "124896ddcce7428cb250f13bce117746", "created_at": "2018-10-04T15:05:38Z", "project_id": "124896ddcce7428cb250f13bce117746", "id": "f1a92192-81b7-4cb5-8df2-6287a98a5788"}} 2018-10-04 15:05:38,276 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-a107ee75-4ed5-4de0-9b77-7e6dbf3f8b4c 2018-10-04 15:05:38,277 - neutron_utils - INFO - Retrieving security group with ID - c2ea4069-9d63-4b88-8214-dc49913204fb 2018-10-04 15:05:38,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=c2ea4069-9d63-4b88-8214-dc49913204fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e02cbf7bb0fcaebffedaea0747564f293ff4f" 2018-10-04 15:05:38,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1903 X-Openstack-Request-Id: req-c635408c-b4a8-427a-a139-9443918d26d2 Date: Thu, 04 Oct 2018 15:05:38 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "124896ddcce7428cb250f13bce117746", "created_at": "2018-10-04T15:05:36Z", "updated_at": "2018-10-04T15:05:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:05:36Z", "revision_number": 0, "id": "e3fb4cdb-3d96-4d9f-ab21-1502ee009081", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:05:36Z", "security_group_id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "tenant_id": "124896ddcce7428cb250f13bce117746", "port_range_min": null, "ethertype": "IPv4", "project_id": "124896ddcce7428cb250f13bce117746"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:05:36Z", "revision_number": 0, "id": "eb4b4f55-4fab-4998-a568-31784ea522ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:05:36Z", "security_group_id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "tenant_id": "124896ddcce7428cb250f13bce117746", "port_range_min": null, "ethertype": "IPv6", "project_id": "124896ddcce7428cb250f13bce117746"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:05:38Z", "revision_number": 0, "id": "f1a92192-81b7-4cb5-8df2-6287a98a5788", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:05:38Z", "security_group_id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "tenant_id": "124896ddcce7428cb250f13bce117746", "port_range_min": null, "ethertype": "IPv4", "project_id": "124896ddcce7428cb250f13bce117746"}], "revision_number": 3, "project_id": "124896ddcce7428cb250f13bce117746", "id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-sec-grp"}]} 2018-10-04 15:05:38,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=c2ea4069-9d63-4b88-8214-dc49913204fb used request id req-c635408c-b4a8-427a-a139-9443918d26d2 2018-10-04 15:05:38,472 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2ea4069-9d63-4b88-8214-dc49913204fb 2018-10-04 15:05:38,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c2ea4069-9d63-4b88-8214-dc49913204fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e02cbf7bb0fcaebffedaea0747564f293ff4f" 2018-10-04 15:05:38,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-ea01c82b-4512-44dd-9bf7-fa0c178186fb Date: Thu, 04 Oct 2018 15:05:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:05:36Z", "security_group_id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "port_range_min": null, "revision_number": 0, "tenant_id": "124896ddcce7428cb250f13bce117746", "created_at": "2018-10-04T15:05:36Z", "project_id": "124896ddcce7428cb250f13bce117746", "id": "e3fb4cdb-3d96-4d9f-ab21-1502ee009081"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:05:36Z", "security_group_id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "port_range_min": null, "revision_number": 0, "tenant_id": "124896ddcce7428cb250f13bce117746", "created_at": "2018-10-04T15:05:36Z", "project_id": "124896ddcce7428cb250f13bce117746", "id": "eb4b4f55-4fab-4998-a568-31784ea522ce"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:05:38Z", "security_group_id": "c2ea4069-9d63-4b88-8214-dc49913204fb", "port_range_min": null, "revision_number": 0, "tenant_id": "124896ddcce7428cb250f13bce117746", "created_at": "2018-10-04T15:05:38Z", "project_id": "124896ddcce7428cb250f13bce117746", "id": "f1a92192-81b7-4cb5-8df2-6287a98a5788"}]} 2018-10-04 15:05:38,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c2ea4069-9d63-4b88-8214-dc49913204fb used request id req-ea01c82b-4512-44dd-9bf7-fa0c178186fb 2018-10-04 15:05:38,510 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:05:38,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:05:38,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1671a8e1653e42bba9205399b9bb2dd7", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj-role"}], "expires_at": "2018-10-04T16:05:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "124896ddcce7428cb250f13bce117746", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-user", "id": "ae166e0664904ab88137f9ed4478b3b4"}, "audit_ids": ["KWZyJ86LTy-FPoIZjXvzag"], "issued_at": "2018-10-04T15:05:38.000000Z"}} 2018-10-04 15:05:38,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:38,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e36a0135-20c4-48ec-8d94-3763b3bf0280 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:05:38,966 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e36a0135-20c4-48ec-8d94-3763b3bf0280 2018-10-04 15:05:38,967 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:05:38,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:39,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d96c83a6-d7ab-4916-bfef-b52697298cbe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:05:39,044 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d96c83a6-d7ab-4916-bfef-b52697298cbe 2018-10-04 15:05:39,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:39,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-fdb37aa4-ff31-43dd-9c66-542f617386db Date: Thu, 04 Oct 2018 15:05:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["adf5ff1f-1c86-4058-b250-1c91f6faa0d8"],"updated_at":"2018-10-04T15:05:16Z","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"124896ddcce7428cb250f13bce117746","id":"23c57023-48e1-45ea-aa89-2122deede7b7","name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1"}]} 2018-10-04 15:05:39,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1 used request id req-fdb37aa4-ff31-43dd-9c66-542f617386db 2018-10-04 15:05:39,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:05:39,299 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:05:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:05:39,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:39,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42e6f662-2748-4306-b3ad-19a26b43fdb0 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746"}, "enabled": true, "id": "124896ddcce7428cb250f13bce117746", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}} 2018-10-04 15:05:39,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 used request id req-42e6f662-2748-4306-b3ad-19a26b43fdb0 2018-10-04 15:05:39,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=23c57023-48e1-45ea-aa89-2122deede7b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:39,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d8bce927-c209-4f3e-be4c-4a9b7186ea1b Date: Thu, 04 Oct 2018 15:05:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23c57023-48e1-45ea-aa89-2122deede7b7","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:16Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"adf5ff1f-1c86-4058-b250-1c91f6faa0d8","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet1"}]} 2018-10-04 15:05:39,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=23c57023-48e1-45ea-aa89-2122deede7b7 used request id req-d8bce927-c209-4f3e-be4c-4a9b7186ea1b 2018-10-04 15:05:39,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=23c57023-48e1-45ea-aa89-2122deede7b7&name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:39,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c9512ed9-5383-49a9-96be-00ca34966ea5 Date: Thu, 04 Oct 2018 15:05:39 GMT RESP BODY: {"ports":[]} 2018-10-04 15:05:39,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=23c57023-48e1-45ea-aa89-2122deede7b7&name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-vm1-port&admin_state_up=True used request id req-c9512ed9-5383-49a9-96be-00ca34966ea5 2018-10-04 15:05:39,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:39,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9df2c307-8194-40d6-9482-35b156ac1ea6 x-compute-request-id: req-9df2c307-8194-40d6-9482-35b156ac1ea6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:05:39,993 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst1 used request id req-9df2c307-8194-40d6-9482-35b156ac1ea6 2018-10-04 15:05:39,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:40,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-6233ad00-0951-458c-8825-e7e971db3181 Date: Thu, 04 Oct 2018 15:05:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["adf5ff1f-1c86-4058-b250-1c91f6faa0d8"],"updated_at":"2018-10-04T15:05:16Z","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"124896ddcce7428cb250f13bce117746","id":"23c57023-48e1-45ea-aa89-2122deede7b7","name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1"}]} 2018-10-04 15:05:40,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1 used request id req-6233ad00-0951-458c-8825-e7e971db3181 2018-10-04 15:05:40,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:40,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6b15642-2006-44a2-a144-81a76ef8dd57 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746"}, "enabled": true, "id": "124896ddcce7428cb250f13bce117746", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}} 2018-10-04 15:05:40,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 used request id req-f6b15642-2006-44a2-a144-81a76ef8dd57 2018-10-04 15:05:40,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=23c57023-48e1-45ea-aa89-2122deede7b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:40,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-6ee54af1-246a-455a-bd82-296d67f7bfd1 Date: Thu, 04 Oct 2018 15:05:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23c57023-48e1-45ea-aa89-2122deede7b7","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:16Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"adf5ff1f-1c86-4058-b250-1c91f6faa0d8","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet1"}]} 2018-10-04 15:05:40,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=23c57023-48e1-45ea-aa89-2122deede7b7 used request id req-6ee54af1-246a-455a-bd82-296d67f7bfd1 2018-10-04 15:05:40,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=23c57023-48e1-45ea-aa89-2122deede7b7&name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:40,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-317fcfa7-e23e-4033-86d0-7e107ae5f64a Date: Thu, 04 Oct 2018 15:05:40 GMT RESP BODY: {"ports":[]} 2018-10-04 15:05:40,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=23c57023-48e1-45ea-aa89-2122deede7b7&name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-vm1-port&admin_state_up=True used request id req-317fcfa7-e23e-4033-86d0-7e107ae5f64a 2018-10-04 15:05:40,738 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:05:40,739 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:05:41,123 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1671a8e1653e42bba9205399b9bb2dd7", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj-role"}], "expires_at": "2018-10-04T16:05:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "124896ddcce7428cb250f13bce117746", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-user", "id": "ae166e0664904ab88137f9ed4478b3b4"}, "audit_ids": ["CEQnMHSmQQWVwLI3uNYHQQ"], "issued_at": "2018-10-04T15:05:41.000000Z"}} 2018-10-04 15:05:41,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ca26292acee1aebefffb81eb1247a27962f248e" 2018-10-04 15:05:41,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbf049b8-81cc-4719-bd80-41383a9a6f63 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:05:41,271 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dbf049b8-81cc-4719-bd80-41383a9a6f63 2018-10-04 15:05:41,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:41,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-9658961a-dff7-4b7d-968f-8b9469cdd6dd Date: Thu, 04 Oct 2018 15:05:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["adf5ff1f-1c86-4058-b250-1c91f6faa0d8"],"updated_at":"2018-10-04T15:05:16Z","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"124896ddcce7428cb250f13bce117746","id":"23c57023-48e1-45ea-aa89-2122deede7b7","name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1"}]} 2018-10-04 15:05:41,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1 used request id req-9658961a-dff7-4b7d-968f-8b9469cdd6dd 2018-10-04 15:05:41,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=23c57023-48e1-45ea-aa89-2122deede7b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:41,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-13350572-5609-43e0-ab85-63226dff98db Date: Thu, 04 Oct 2018 15:05:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23c57023-48e1-45ea-aa89-2122deede7b7","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:16Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"adf5ff1f-1c86-4058-b250-1c91f6faa0d8","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet1"}]} 2018-10-04 15:05:41,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=23c57023-48e1-45ea-aa89-2122deede7b7 used request id req-13350572-5609-43e0-ab85-63226dff98db 2018-10-04 15:05:41,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:41,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-6b359fd7-66e8-46ee-8bd7-131dcd116861 Date: Thu, 04 Oct 2018 15:05:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["adf5ff1f-1c86-4058-b250-1c91f6faa0d8"],"updated_at":"2018-10-04T15:05:16Z","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"124896ddcce7428cb250f13bce117746","id":"23c57023-48e1-45ea-aa89-2122deede7b7","name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1"}]} 2018-10-04 15:05:41,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1 used request id req-6b359fd7-66e8-46ee-8bd7-131dcd116861 2018-10-04 15:05:41,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:05:41,849 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:05:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:05:41,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ca26292acee1aebefffb81eb1247a27962f248e" 2018-10-04 15:05:41,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfeecbf2-0d57-44d2-ac9e-fb9279c3eff0 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746"}, "enabled": true, "id": "124896ddcce7428cb250f13bce117746", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}} 2018-10-04 15:05:41,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 used request id req-dfeecbf2-0d57-44d2-ac9e-fb9279c3eff0 2018-10-04 15:05:41,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=23c57023-48e1-45ea-aa89-2122deede7b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:42,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-50984af9-699d-4dac-b74e-4761dc57c211 Date: Thu, 04 Oct 2018 15:05:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23c57023-48e1-45ea-aa89-2122deede7b7","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:16Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"adf5ff1f-1c86-4058-b250-1c91f6faa0d8","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet1"}]} 2018-10-04 15:05:42,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=23c57023-48e1-45ea-aa89-2122deede7b7 used request id req-50984af9-699d-4dac-b74e-4761dc57c211 2018-10-04 15:05:42,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=23c57023-48e1-45ea-aa89-2122deede7b7&name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:42,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-69996358-d4a0-4ed4-8219-d2ff00c9665c Date: Thu, 04 Oct 2018 15:05:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23c57023-48e1-45ea-aa89-2122deede7b7","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:16Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"adf5ff1f-1c86-4058-b250-1c91f6faa0d8","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet1"}]} 2018-10-04 15:05:42,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=23c57023-48e1-45ea-aa89-2122deede7b7&name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet1 used request id req-69996358-d4a0-4ed4-8219-d2ff00c9665c 2018-10-04 15:05:42,353 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1 2018-10-04 15:05:42,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" -d '{"port": {"network_id": "23c57023-48e1-45ea-aa89-2122deede7b7", "fixed_ips": [{"subnet_id": "adf5ff1f-1c86-4058-b250-1c91f6faa0d8", "ip_address": "10.200.201.5"}], "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-vm1-port", "admin_state_up": true}}' 2018-10-04 15:05:43,369 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 787 X-Openstack-Request-Id: req-c105f121-2c37-40a3-8f18-3cedaa984b5c Date: Thu, 04 Oct 2018 15:05:43 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:05:42Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"adf5ff1f-1c86-4058-b250-1c91f6faa0d8","ip_address":"10.200.201.5"}],"id":"860f7de5-f6c8-4c71-b22a-e752872b0b01","security_groups":["32688f23-804f-4945-a2fb-fc07f4eb9529"],"mac_address":"fa:16:3e:62:3f:e6","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-vm1-port","project_id":"124896ddcce7428cb250f13bce117746","qos_policy_id":null,"admin_state_up":true,"network_id":"23c57023-48e1-45ea-aa89-2122deede7b7","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:42Z","binding:vnic_type":"normal"}} 2018-10-04 15:05:43,369 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-c105f121-2c37-40a3-8f18-3cedaa984b5c 2018-10-04 15:05:43,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:43,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-0e47cca2-58ce-429f-85de-c7b1258cfeac Date: Thu, 04 Oct 2018 15:05:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["adf5ff1f-1c86-4058-b250-1c91f6faa0d8"],"updated_at":"2018-10-04T15:05:16Z","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"124896ddcce7428cb250f13bce117746","id":"23c57023-48e1-45ea-aa89-2122deede7b7","name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1"}]} 2018-10-04 15:05:43,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1 used request id req-0e47cca2-58ce-429f-85de-c7b1258cfeac 2018-10-04 15:05:43,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:43,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8df8d8b6-d88d-4e5c-900c-6c8d92bae0f2 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746"}, "enabled": true, "id": "124896ddcce7428cb250f13bce117746", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}} 2018-10-04 15:05:43,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 used request id req-8df8d8b6-d88d-4e5c-900c-6c8d92bae0f2 2018-10-04 15:05:43,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=23c57023-48e1-45ea-aa89-2122deede7b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:43,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-68c09a63-58d3-42c3-9aa5-814106697391 Date: Thu, 04 Oct 2018 15:05:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23c57023-48e1-45ea-aa89-2122deede7b7","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:16Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"adf5ff1f-1c86-4058-b250-1c91f6faa0d8","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet1"}]} 2018-10-04 15:05:43,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=23c57023-48e1-45ea-aa89-2122deede7b7 used request id req-68c09a63-58d3-42c3-9aa5-814106697391 2018-10-04 15:05:43,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=23c57023-48e1-45ea-aa89-2122deede7b7&name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:44,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-e5971b3a-66ea-47b0-8b8c-003bf5f0bff7 Date: Thu, 04 Oct 2018 15:05:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:05:42Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"adf5ff1f-1c86-4058-b250-1c91f6faa0d8","ip_address":"10.200.201.5"}],"id":"860f7de5-f6c8-4c71-b22a-e752872b0b01","security_groups":["32688f23-804f-4945-a2fb-fc07f4eb9529"],"mac_address":"fa:16:3e:62:3f:e6","project_id":"124896ddcce7428cb250f13bce117746","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-vm1-port","admin_state_up":true,"network_id":"23c57023-48e1-45ea-aa89-2122deede7b7","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:42Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:05:44,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=23c57023-48e1-45ea-aa89-2122deede7b7&name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-vm1-port&admin_state_up=True used request id req-e5971b3a-66ea-47b0-8b8c-003bf5f0bff7 2018-10-04 15:05:44,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:44,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-494699a5-8c4d-41a3-b8ec-86962e589232 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746"}, "enabled": true, "id": "124896ddcce7428cb250f13bce117746", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}} 2018-10-04 15:05:44,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 used request id req-494699a5-8c4d-41a3-b8ec-86962e589232 2018-10-04 15:05:44,233 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst1 2018-10-04 15:05:44,237 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:44,270 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05: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-d3dd4d3a-ba0a-46da-9bf5-6f8ef37fdcad x-compute-request-id: req-d3dd4d3a-ba0a-46da-9bf5-6f8ef37fdcad Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e331c4c9-4db6-47d3-b940-ce9640609dba", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "bookmark"}], "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-flavor-name"}]} 2018-10-04 15:05:44,270 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d3dd4d3a-ba0a-46da-9bf5-6f8ef37fdcad 2018-10-04 15:05:44,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:44,297 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05: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-d4356c4d-5792-4c10-95da-871106d3fff2 x-compute-request-id: req-d4356c4d-5792-4c10-95da-871106d3fff2 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e331c4c9-4db6-47d3-b940-ce9640609dba", "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:05:44,297 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba used request id req-d4356c4d-5792-4c10-95da-871106d3fff2 2018-10-04 15:05:44,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-7b172d61-d2b8-4cae-8b18-56611eeec7f6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:44,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1048 Content-Type: application/json X-Openstack-Request-Id: req-9d2e08c3-31a2-46f2-bf80-42ecaa4fb757 Date: Thu, 04 Oct 2018 15:05:44 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-7b172d61-d2b8-4cae-8b18-56611eeec7f6", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:05:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:05:14Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad/snap", "metadata": {}}], "self": "/v2/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "min_disk": 0, "protected": false, "id": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "file": "/v2/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "124896ddcce7428cb250f13bce117746", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-7b172d61-d2b8-4cae-8b18-56611eeec7f6"} 2018-10-04 15:05:44,471 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-7b172d61-d2b8-4cae-8b18-56611eeec7f6 used request id req-9d2e08c3-31a2-46f2-bf80-42ecaa4fb757 2018-10-04 15:05:44,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:44,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5bd76063-4d45-403a-8850-8283764020a2 Date: Thu, 04 Oct 2018 15:05:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:05:44,635 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-5bd76063-4d45-403a-8850-8283764020a2 2018-10-04 15:05:44,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" -d '{"server": {"name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst1", "imageRef": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "flavorRef": "e331c4c9-4db6-47d3-b940-ce9640609dba", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDEwLjIwMC4yMDIuNSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCgo=", "max_count": 1, "min_count": 1, "networks": [{"port": "860f7de5-f6c8-4c71-b22a-e752872b0b01"}]}}' 2018-10-04 15:05:46,150 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:05: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-6ce1ecda-2840-45b7-a345-c5ec6b260d89 x-compute-request-id: req-6ce1ecda-2840-45b7-a345-c5ec6b260d89 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "35e1e44f-c382-4f9e-923a-a16fad529d71", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/35e1e44f-c382-4f9e-923a-a16fad529d71", "rel": "bookmark"}], "adminPass": "iea6boWczZ5s"}} 2018-10-04 15:05:46,151 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-6ce1ecda-2840-45b7-a345-c5ec6b260d89 2018-10-04 15:05:46,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:46,463 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05: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-9aa132a3-e633-4fc0-8a12-e802a021f4ec x-compute-request-id: req-9aa132a3-e633-4fc0-8a12-e802a021f4ec Content-Encoding: gzip Content-Length: 613 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/35e1e44f-c382-4f9e-923a-a16fad529d71", "rel": "bookmark"}], "image": {"id": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "links": [{"href": "http://172.30.9.23:8774/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e331c4c9-4db6-47d3-b940-ce9640609dba", "links": [{"href": "http://172.30.9.23:8774/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "bookmark"}]}, "id": "35e1e44f-c382-4f9e-923a-a16fad529d71", "user_id": "ae166e0664904ab88137f9ed4478b3b4", "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-10-04T15:05:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst1", "created": "2018-10-04T15:05:46Z", "tenant_id": "124896ddcce7428cb250f13bce117746", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:05:46,464 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71 used request id req-9aa132a3-e633-4fc0-8a12-e802a021f4ec 2018-10-04 15:05:46,464 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst1 2018-10-04 15:05:46,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:46,829 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05: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-ce0da8b6-1aa0-4b02-90d6-0076e6c741ab x-compute-request-id: req-ce0da8b6-1aa0-4b02-90d6-0076e6c741ab Content-Encoding: gzip Content-Length: 613 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/35e1e44f-c382-4f9e-923a-a16fad529d71", "rel": "bookmark"}], "image": {"id": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "links": [{"href": "http://172.30.9.23:8774/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e331c4c9-4db6-47d3-b940-ce9640609dba", "links": [{"href": "http://172.30.9.23:8774/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "bookmark"}]}, "id": "35e1e44f-c382-4f9e-923a-a16fad529d71", "user_id": "ae166e0664904ab88137f9ed4478b3b4", "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-10-04T15:05:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst1", "created": "2018-10-04T15:05:46Z", "tenant_id": "124896ddcce7428cb250f13bce117746", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:05:46,829 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71 used request id req-ce0da8b6-1aa0-4b02-90d6-0076e6c741ab 2018-10-04 15:05:46,830 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst1] is - BUILD 2018-10-04 15:05:46,830 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:05:49,833 - create_instance - DEBUG - VM status query timeout in 896.63117981 2018-10-04 15:05:49,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:50,298 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a319fe28-e04e-4f5d-b06f-29d85e8fe6d1 x-compute-request-id: req-a319fe28-e04e-4f5d-b06f-29d85e8fe6d1 Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/35e1e44f-c382-4f9e-923a-a16fad529d71", "rel": "bookmark"}], "image": {"id": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "links": [{"href": "http://172.30.9.23:8774/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e331c4c9-4db6-47d3-b940-ce9640609dba", "links": [{"href": "http://172.30.9.23:8774/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "bookmark"}]}, "id": "35e1e44f-c382-4f9e-923a-a16fad529d71", "security_groups": [{"name": "default"}], "user_id": "ae166e0664904ab88137f9ed4478b3b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:05:48Z", "hostId": "05fbf8edb93cc2a97715cecb6ea1afcb30bfe9fb9e7fc43e4b9014bf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst1", "created": "2018-10-04T15:05:46Z", "tenant_id": "124896ddcce7428cb250f13bce117746", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:05:50,298 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71 used request id req-a319fe28-e04e-4f5d-b06f-29d85e8fe6d1 2018-10-04 15:05:50,299 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst1] is - BUILD 2018-10-04 15:05:50,299 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:05:53,302 - create_instance - DEBUG - VM status query timeout in 893.162104845 2018-10-04 15:05:53,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:53,846 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14c1fdd6-249d-416c-aa76-a9717b567ef9 x-compute-request-id: req-14c1fdd6-249d-416c-aa76-a9717b567ef9 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:3f:e6", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/35e1e44f-c382-4f9e-923a-a16fad529d71", "rel": "bookmark"}], "image": {"id": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "links": [{"href": "http://172.30.9.23:8774/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:05:50.000000", "flavor": {"id": "e331c4c9-4db6-47d3-b940-ce9640609dba", "links": [{"href": "http://172.30.9.23:8774/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "bookmark"}]}, "id": "35e1e44f-c382-4f9e-923a-a16fad529d71", "security_groups": [{"name": "default"}], "user_id": "ae166e0664904ab88137f9ed4478b3b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:05:53Z", "hostId": "05fbf8edb93cc2a97715cecb6ea1afcb30bfe9fb9e7fc43e4b9014bf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst1", "created": "2018-10-04T15:05:46Z", "tenant_id": "124896ddcce7428cb250f13bce117746", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:05:53,846 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71 used request id req-14c1fdd6-249d-416c-aa76-a9717b567ef9 2018-10-04 15:05:53,847 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst1] is - ACTIVE 2018-10-04 15:05:53,847 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:05:53,850 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:54,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e8e3dcc-459d-44cf-b06b-0e637541d893 x-compute-request-id: req-9e8e3dcc-459d-44cf-b06b-0e637541d893 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:3f:e6", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/35e1e44f-c382-4f9e-923a-a16fad529d71", "rel": "bookmark"}], "image": {"id": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "links": [{"href": "http://172.30.9.23:8774/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:05:50.000000", "flavor": {"id": "e331c4c9-4db6-47d3-b940-ce9640609dba", "links": [{"href": "http://172.30.9.23:8774/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "bookmark"}]}, "id": "35e1e44f-c382-4f9e-923a-a16fad529d71", "security_groups": [{"name": "default"}], "user_id": "ae166e0664904ab88137f9ed4478b3b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:05:53Z", "hostId": "05fbf8edb93cc2a97715cecb6ea1afcb30bfe9fb9e7fc43e4b9014bf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst1", "created": "2018-10-04T15:05:46Z", "tenant_id": "124896ddcce7428cb250f13bce117746", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:05:54,299 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71 used request id req-9e8e3dcc-459d-44cf-b06b-0e637541d893 2018-10-04 15:05:54,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:54,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-ffc9bf20-4a33-4c21-ba0e-825350b0ec1a Date: Thu, 04 Oct 2018 15:05:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["adf5ff1f-1c86-4058-b250-1c91f6faa0d8"],"updated_at":"2018-10-04T15:05:16Z","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"124896ddcce7428cb250f13bce117746","id":"23c57023-48e1-45ea-aa89-2122deede7b7","name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1"}]} 2018-10-04 15:05:54,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1 used request id req-ffc9bf20-4a33-4c21-ba0e-825350b0ec1a 2018-10-04 15:05:54,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:54,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b454cda7-b0a7-442f-962a-547813d4147f Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746"}, "enabled": true, "id": "124896ddcce7428cb250f13bce117746", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}} 2018-10-04 15:05:54,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 used request id req-b454cda7-b0a7-442f-962a-547813d4147f 2018-10-04 15:05:54,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=23c57023-48e1-45ea-aa89-2122deede7b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:54,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-2643b696-6af5-4850-8970-fce8edffb5ff Date: Thu, 04 Oct 2018 15:05:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23c57023-48e1-45ea-aa89-2122deede7b7","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:16Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"adf5ff1f-1c86-4058-b250-1c91f6faa0d8","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet1"}]} 2018-10-04 15:05:54,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=23c57023-48e1-45ea-aa89-2122deede7b7 used request id req-2643b696-6af5-4850-8970-fce8edffb5ff 2018-10-04 15:05:54,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=23c57023-48e1-45ea-aa89-2122deede7b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:05:54,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3986 X-Openstack-Request-Id: req-1686a5b0-fb1f-4d53-ba12-24eca720fb87 Date: Thu, 04 Oct 2018 15:05:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:05:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"adf5ff1f-1c86-4058-b250-1c91f6faa0d8","ip_address":"10.200.201.4"}],"id":"052ba373-fee6-4d1a-9322-b0952d958ece","security_groups":[],"mac_address":"fa:16:3e:eb:27:cd","project_id":"124896ddcce7428cb250f13bce117746","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"23c57023-48e1-45ea-aa89-2122deede7b7","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-23c57023-48e1-45ea-aa89-2122deede7b7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:05:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"adf5ff1f-1c86-4058-b250-1c91f6faa0d8","ip_address":"10.200.201.2"}],"id":"1ecb637a-6868-4b37-a482-3c54b161d930","security_groups":[],"mac_address":"fa:16:3e:36:0d:4c","project_id":"124896ddcce7428cb250f13bce117746","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"23c57023-48e1-45ea-aa89-2122deede7b7","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-23c57023-48e1-45ea-aa89-2122deede7b7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:05:53Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"adf5ff1f-1c86-4058-b250-1c91f6faa0d8","ip_address":"10.200.201.5"}],"id":"860f7de5-f6c8-4c71-b22a-e752872b0b01","security_groups":["32688f23-804f-4945-a2fb-fc07f4eb9529"],"mac_address":"fa:16:3e:62:3f:e6","project_id":"124896ddcce7428cb250f13bce117746","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-vm1-port","admin_state_up":true,"network_id":"23c57023-48e1-45ea-aa89-2122deede7b7","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:42Z","binding:vnic_type":"normal","device_id":"35e1e44f-c382-4f9e-923a-a16fad529d71"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:05:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"adf5ff1f-1c86-4058-b250-1c91f6faa0d8","ip_address":"10.200.201.3"}],"id":"98e741af-680a-47d3-81b7-8a581050cc32","security_groups":[],"mac_address":"fa:16:3e:d5:67:29","project_id":"124896ddcce7428cb250f13bce117746","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"23c57023-48e1-45ea-aa89-2122deede7b7","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:17Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-23c57023-48e1-45ea-aa89-2122deede7b7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:05:45Z","device_owner":"network:ha_router_replicated_interface","revision_number":15,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"adf5ff1f-1c86-4058-b250-1c91f6faa0d8","ip_address":"10.200.201.1"}],"id":"ba37d999-a8b6-4d85-99e4-12d9ca52c49e","security_groups":["32688f23-804f-4945-a2fb-fc07f4eb9529"],"mac_address":"fa:16:3e:e1:78:6d","project_id":"124896ddcce7428cb250f13bce117746","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-router-port1","admin_state_up":true,"network_id":"23c57023-48e1-45ea-aa89-2122deede7b7","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:27Z","binding:vnic_type":"normal","device_id":"3255a1fb-ddaa-4247-a325-17b9d0fa3f37"}]} 2018-10-04 15:05:54,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=23c57023-48e1-45ea-aa89-2122deede7b7 used request id req-1686a5b0-fb1f-4d53-ba12-24eca720fb87 2018-10-04 15:05:54,921 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:05:54,922 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:05:55,286 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1671a8e1653e42bba9205399b9bb2dd7", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj-role"}], "expires_at": "2018-10-04T16:05:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "124896ddcce7428cb250f13bce117746", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-user", "id": "ae166e0664904ab88137f9ed4478b3b4"}, "audit_ids": ["amm1F-VJR_-K2vZyv2iHgQ"], "issued_at": "2018-10-04T15:05:55.000000Z"}} 2018-10-04 15:05:55,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:05:55,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14c1a053-3016-4ab1-a9e1-31b5a6b29843 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:05:55,359 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-14c1a053-3016-4ab1-a9e1-31b5a6b29843 2018-10-04 15:05:55,361 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:05:55,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:05:55,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bac100cf-45f2-4f99-8515-106ef39bcc68 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:05:55,438 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bac100cf-45f2-4f99-8515-106ef39bcc68 2018-10-04 15:05:55,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:05:55,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-c0ec6b46-b61a-4eab-acb7-cb7af3714e96 Date: Thu, 04 Oct 2018 15:05:55 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":["590cb8d8-9d12-439b-8cfb-7a528145fda7"],"updated_at":"2018-10-04T15:05:19Z","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"124896ddcce7428cb250f13bce117746","id":"0353093f-68f8-4423-b179-7fc508ce0f69","name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2"}]} 2018-10-04 15:05:55,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2 used request id req-c0ec6b46-b61a-4eab-acb7-cb7af3714e96 2018-10-04 15:05:55,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:05:55,836 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:05:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:05:55,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:05:55,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07428d92-8cb9-4126-b884-edba2e83c993 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746"}, "enabled": true, "id": "124896ddcce7428cb250f13bce117746", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}} 2018-10-04 15:05:55,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 used request id req-07428d92-8cb9-4126-b884-edba2e83c993 2018-10-04 15:05:55,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0353093f-68f8-4423-b179-7fc508ce0f69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:05:56,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-711ea65d-627b-40f4-83ea-56922083fb68 Date: Thu, 04 Oct 2018 15:05:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0353093f-68f8-4423-b179-7fc508ce0f69","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:19Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"590cb8d8-9d12-439b-8cfb-7a528145fda7","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet2"}]} 2018-10-04 15:05:56,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0353093f-68f8-4423-b179-7fc508ce0f69 used request id req-711ea65d-627b-40f4-83ea-56922083fb68 2018-10-04 15:05:56,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=0353093f-68f8-4423-b179-7fc508ce0f69&name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:05:56,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c1f98c72-9eb0-43e2-8af1-6dfcc5a26eec Date: Thu, 04 Oct 2018 15:05:56 GMT RESP BODY: {"ports":[]} 2018-10-04 15:05:56,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=0353093f-68f8-4423-b179-7fc508ce0f69&name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-vm2-port&admin_state_up=True used request id req-c1f98c72-9eb0-43e2-8af1-6dfcc5a26eec 2018-10-04 15:05:56,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:05:56,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1a198705-5b9c-462d-b15a-b219c382575a x-compute-request-id: req-1a198705-5b9c-462d-b15a-b219c382575a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:05:56,705 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst2 used request id req-1a198705-5b9c-462d-b15a-b219c382575a 2018-10-04 15:05:56,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:05:57,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-6989f89b-f108-47d8-8661-c61fea65a962 Date: Thu, 04 Oct 2018 15:05:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["590cb8d8-9d12-439b-8cfb-7a528145fda7"],"updated_at":"2018-10-04T15:05:19Z","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"124896ddcce7428cb250f13bce117746","id":"0353093f-68f8-4423-b179-7fc508ce0f69","name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2"}]} 2018-10-04 15:05:57,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2 used request id req-6989f89b-f108-47d8-8661-c61fea65a962 2018-10-04 15:05:57,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:05:57,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ca9a1b5-5d55-4c85-85a1-2058d93d600d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746"}, "enabled": true, "id": "124896ddcce7428cb250f13bce117746", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}} 2018-10-04 15:05:57,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 used request id req-1ca9a1b5-5d55-4c85-85a1-2058d93d600d 2018-10-04 15:05:57,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0353093f-68f8-4423-b179-7fc508ce0f69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:05:57,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7da26c5a-e849-4258-b1c0-d4e723bae7d2 Date: Thu, 04 Oct 2018 15:05:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0353093f-68f8-4423-b179-7fc508ce0f69","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:19Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"590cb8d8-9d12-439b-8cfb-7a528145fda7","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet2"}]} 2018-10-04 15:05:57,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0353093f-68f8-4423-b179-7fc508ce0f69 used request id req-7da26c5a-e849-4258-b1c0-d4e723bae7d2 2018-10-04 15:05:57,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=0353093f-68f8-4423-b179-7fc508ce0f69&name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:05:57,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d97a91c8-e224-498c-8012-b3f6eb525bf2 Date: Thu, 04 Oct 2018 15:05:57 GMT RESP BODY: {"ports":[]} 2018-10-04 15:05:57,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=0353093f-68f8-4423-b179-7fc508ce0f69&name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-vm2-port&admin_state_up=True used request id req-d97a91c8-e224-498c-8012-b3f6eb525bf2 2018-10-04 15:05:57,573 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:05:57,574 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:05:57,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1671a8e1653e42bba9205399b9bb2dd7", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj-role"}], "expires_at": "2018-10-04T16:05:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "124896ddcce7428cb250f13bce117746", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/124896ddcce7428cb250f13bce117746", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-user", "id": "ae166e0664904ab88137f9ed4478b3b4"}, "audit_ids": ["bo4WRM80RYCFIX5b0mtONA"], "issued_at": "2018-10-04T15:05:57.000000Z"}} 2018-10-04 15:05:57,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c39256e74c90c13cdac321a579b2ea618b1e16" 2018-10-04 15:05:58,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5e1f31b-764c-4395-8ac2-8de3ab2ad4dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:05:58,023 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c5e1f31b-764c-4395-8ac2-8de3ab2ad4dc 2018-10-04 15:05:58,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:05:58,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-8c591c70-5eb0-4d07-9dce-7132115c497e Date: Thu, 04 Oct 2018 15:05:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["590cb8d8-9d12-439b-8cfb-7a528145fda7"],"updated_at":"2018-10-04T15:05:19Z","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"124896ddcce7428cb250f13bce117746","id":"0353093f-68f8-4423-b179-7fc508ce0f69","name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2"}]} 2018-10-04 15:05:58,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2 used request id req-8c591c70-5eb0-4d07-9dce-7132115c497e 2018-10-04 15:05:58,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0353093f-68f8-4423-b179-7fc508ce0f69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:05:58,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-48b63eb0-30eb-4444-95b8-138067fae46d Date: Thu, 04 Oct 2018 15:05:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0353093f-68f8-4423-b179-7fc508ce0f69","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:19Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"590cb8d8-9d12-439b-8cfb-7a528145fda7","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet2"}]} 2018-10-04 15:05:58,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0353093f-68f8-4423-b179-7fc508ce0f69 used request id req-48b63eb0-30eb-4444-95b8-138067fae46d 2018-10-04 15:05:58,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:05:58,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-4b9ac6bf-8295-45e6-ae9b-3bb97c6fdbcd Date: Thu, 04 Oct 2018 15:05:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["590cb8d8-9d12-439b-8cfb-7a528145fda7"],"updated_at":"2018-10-04T15:05:19Z","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"124896ddcce7428cb250f13bce117746","id":"0353093f-68f8-4423-b179-7fc508ce0f69","name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2"}]} 2018-10-04 15:05:58,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2 used request id req-4b9ac6bf-8295-45e6-ae9b-3bb97c6fdbcd 2018-10-04 15:05:58,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:05:58,748 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:05:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:05:58,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c39256e74c90c13cdac321a579b2ea618b1e16" 2018-10-04 15:05:58,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:05:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bac53362-b933-4fcc-a7d2-9012a9d836f2 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746"}, "enabled": true, "id": "124896ddcce7428cb250f13bce117746", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}} 2018-10-04 15:05:58,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 used request id req-bac53362-b933-4fcc-a7d2-9012a9d836f2 2018-10-04 15:05:58,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0353093f-68f8-4423-b179-7fc508ce0f69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:05:59,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-dde9add7-5af2-493f-9b0e-d8e1d1a9f8c8 Date: Thu, 04 Oct 2018 15:05:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0353093f-68f8-4423-b179-7fc508ce0f69","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:19Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"590cb8d8-9d12-439b-8cfb-7a528145fda7","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet2"}]} 2018-10-04 15:05:59,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0353093f-68f8-4423-b179-7fc508ce0f69 used request id req-dde9add7-5af2-493f-9b0e-d8e1d1a9f8c8 2018-10-04 15:05:59,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0353093f-68f8-4423-b179-7fc508ce0f69&name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:05:59,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-8c4bcf87-6d52-4bbd-b3f7-cf97da605ca2 Date: Thu, 04 Oct 2018 15:05:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0353093f-68f8-4423-b179-7fc508ce0f69","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:19Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"590cb8d8-9d12-439b-8cfb-7a528145fda7","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet2"}]} 2018-10-04 15:05:59,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0353093f-68f8-4423-b179-7fc508ce0f69&name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet2 used request id req-8c4bcf87-6d52-4bbd-b3f7-cf97da605ca2 2018-10-04 15:05:59,236 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2 2018-10-04 15:05:59,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" -d '{"port": {"network_id": "0353093f-68f8-4423-b179-7fc508ce0f69", "fixed_ips": [{"subnet_id": "590cb8d8-9d12-439b-8cfb-7a528145fda7", "ip_address": "10.200.202.5"}], "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-vm2-port", "admin_state_up": true}}' 2018-10-04 15:06:00,359 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 787 X-Openstack-Request-Id: req-cd1aa715-a2a3-4ca7-9a6a-ea99235d0181 Date: Thu, 04 Oct 2018 15:06:00 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:05:59Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"590cb8d8-9d12-439b-8cfb-7a528145fda7","ip_address":"10.200.202.5"}],"id":"4cccaba0-798b-49b0-a372-f13b839d533f","security_groups":["32688f23-804f-4945-a2fb-fc07f4eb9529"],"mac_address":"fa:16:3e:52:65:fd","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-vm2-port","project_id":"124896ddcce7428cb250f13bce117746","qos_policy_id":null,"admin_state_up":true,"network_id":"0353093f-68f8-4423-b179-7fc508ce0f69","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:59Z","binding:vnic_type":"normal"}} 2018-10-04 15:06:00,360 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-cd1aa715-a2a3-4ca7-9a6a-ea99235d0181 2018-10-04 15:06:00,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:06:00,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-39608eb0-2be4-4fed-b690-d95c01614d39 Date: Thu, 04 Oct 2018 15:06: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":["590cb8d8-9d12-439b-8cfb-7a528145fda7"],"updated_at":"2018-10-04T15:05:19Z","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"124896ddcce7428cb250f13bce117746","id":"0353093f-68f8-4423-b179-7fc508ce0f69","name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2"}]} 2018-10-04 15:06:00,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2 used request id req-39608eb0-2be4-4fed-b690-d95c01614d39 2018-10-04 15:06:00,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:06:00,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:06:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96b252a4-6dfc-4173-8293-951f29b9b4ae Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746"}, "enabled": true, "id": "124896ddcce7428cb250f13bce117746", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}} 2018-10-04 15:06:00,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 used request id req-96b252a4-6dfc-4173-8293-951f29b9b4ae 2018-10-04 15:06:00,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0353093f-68f8-4423-b179-7fc508ce0f69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:06:00,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-75bd480a-3bb2-4aa7-936a-c3bfafad2500 Date: Thu, 04 Oct 2018 15:06:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0353093f-68f8-4423-b179-7fc508ce0f69","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:19Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"590cb8d8-9d12-439b-8cfb-7a528145fda7","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet2"}]} 2018-10-04 15:06:00,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0353093f-68f8-4423-b179-7fc508ce0f69 used request id req-75bd480a-3bb2-4aa7-936a-c3bfafad2500 2018-10-04 15:06:00,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=0353093f-68f8-4423-b179-7fc508ce0f69&name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:06:00,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-45b473fc-57a8-4e86-b80f-fd2f8b7c0dce Date: Thu, 04 Oct 2018 15:06:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:05:59Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"590cb8d8-9d12-439b-8cfb-7a528145fda7","ip_address":"10.200.202.5"}],"id":"4cccaba0-798b-49b0-a372-f13b839d533f","security_groups":["32688f23-804f-4945-a2fb-fc07f4eb9529"],"mac_address":"fa:16:3e:52:65:fd","project_id":"124896ddcce7428cb250f13bce117746","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-vm2-port","admin_state_up":true,"network_id":"0353093f-68f8-4423-b179-7fc508ce0f69","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:59Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:06:00,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=0353093f-68f8-4423-b179-7fc508ce0f69&name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-vm2-port&admin_state_up=True used request id req-45b473fc-57a8-4e86-b80f-fd2f8b7c0dce 2018-10-04 15:06:00,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:06:01,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:06:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eae8bd0a-0f60-47ee-9e50-e28982fa91cd Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746"}, "enabled": true, "id": "124896ddcce7428cb250f13bce117746", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}} 2018-10-04 15:06:01,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 used request id req-eae8bd0a-0f60-47ee-9e50-e28982fa91cd 2018-10-04 15:06:01,042 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst2 2018-10-04 15:06:01,046 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:06:01,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:06:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1cf599f1-3c9f-473f-97dd-44013a8ef69d x-compute-request-id: req-1cf599f1-3c9f-473f-97dd-44013a8ef69d Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e331c4c9-4db6-47d3-b940-ce9640609dba", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "bookmark"}], "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-flavor-name"}]} 2018-10-04 15:06:01,074 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-1cf599f1-3c9f-473f-97dd-44013a8ef69d 2018-10-04 15:06:01,077 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:06:01,099 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:06:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7beea608-9904-4a76-b2bc-50c93abe03ec x-compute-request-id: req-7beea608-9904-4a76-b2bc-50c93abe03ec Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e331c4c9-4db6-47d3-b940-ce9640609dba", "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:06:01,100 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba used request id req-7beea608-9904-4a76-b2bc-50c93abe03ec 2018-10-04 15:06:01,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-7b172d61-d2b8-4cae-8b18-56611eeec7f6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:06:01,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1048 Content-Type: application/json X-Openstack-Request-Id: req-aa5f8e49-0796-41e5-98a9-78b753cf3c55 Date: Thu, 04 Oct 2018 15:06:01 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-7b172d61-d2b8-4cae-8b18-56611eeec7f6", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:05:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:05:14Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad/snap", "metadata": {}}], "self": "/v2/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "min_disk": 0, "protected": false, "id": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "file": "/v2/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "124896ddcce7428cb250f13bce117746", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-7b172d61-d2b8-4cae-8b18-56611eeec7f6"} 2018-10-04 15:06:01,280 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-7b172d61-d2b8-4cae-8b18-56611eeec7f6 used request id req-aa5f8e49-0796-41e5-98a9-78b753cf3c55 2018-10-04 15:06:01,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:06:01,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1f4670f7-08f1-4bda-9d08-b5b82b76111f Date: Thu, 04 Oct 2018 15:06:01 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:06:01,436 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-1f4670f7-08f1-4bda-9d08-b5b82b76111f 2018-10-04 15:06:01,442 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" -d '{"server": {"name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst2", "imageRef": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "flavorRef": "e331c4c9-4db6-47d3-b940-ce9640609dba", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDEwLjIwMC4yMDEuNSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCgo=", "max_count": 1, "min_count": 1, "networks": [{"port": "4cccaba0-798b-49b0-a372-f13b839d533f"}]}}' 2018-10-04 15:06:03,543 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:06:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3bbd3865-07bd-4e02-9bc1-4e58786eb819 x-compute-request-id: req-3bbd3865-07bd-4e02-9bc1-4e58786eb819 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5af39144-51f6-4f96-a7b3-7df2f0721320", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5af39144-51f6-4f96-a7b3-7df2f0721320", "rel": "bookmark"}], "adminPass": "Mg3bTEbSmcka"}} 2018-10-04 15:06:03,543 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-3bbd3865-07bd-4e02-9bc1-4e58786eb819 2018-10-04 15:06:03,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:06:03,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:06:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b92ef41-8325-469c-ac0f-add7141a5f71 x-compute-request-id: req-1b92ef41-8325-469c-ac0f-add7141a5f71 Content-Encoding: gzip Content-Length: 614 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5af39144-51f6-4f96-a7b3-7df2f0721320", "rel": "bookmark"}], "image": {"id": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "links": [{"href": "http://172.30.9.23:8774/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e331c4c9-4db6-47d3-b940-ce9640609dba", "links": [{"href": "http://172.30.9.23:8774/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "bookmark"}]}, "id": "5af39144-51f6-4f96-a7b3-7df2f0721320", "user_id": "ae166e0664904ab88137f9ed4478b3b4", "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-10-04T15:06:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst2", "created": "2018-10-04T15:06:03Z", "tenant_id": "124896ddcce7428cb250f13bce117746", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:06:03,906 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320 used request id req-1b92ef41-8325-469c-ac0f-add7141a5f71 2018-10-04 15:06:03,906 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst2 2018-10-04 15:06:03,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:06:04,627 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:06:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c77b1964-e859-4d1d-9dd8-2eee51a7c4ca x-compute-request-id: req-c77b1964-e859-4d1d-9dd8-2eee51a7c4ca Content-Encoding: gzip Content-Length: 614 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5af39144-51f6-4f96-a7b3-7df2f0721320", "rel": "bookmark"}], "image": {"id": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "links": [{"href": "http://172.30.9.23:8774/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e331c4c9-4db6-47d3-b940-ce9640609dba", "links": [{"href": "http://172.30.9.23:8774/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "bookmark"}]}, "id": "5af39144-51f6-4f96-a7b3-7df2f0721320", "user_id": "ae166e0664904ab88137f9ed4478b3b4", "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-10-04T15:06:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst2", "created": "2018-10-04T15:06:03Z", "tenant_id": "124896ddcce7428cb250f13bce117746", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:06:04,628 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320 used request id req-c77b1964-e859-4d1d-9dd8-2eee51a7c4ca 2018-10-04 15:06:04,628 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst2] is - BUILD 2018-10-04 15:06:04,628 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:06:07,631 - create_instance - DEBUG - VM status query timeout in 896.27522707 2018-10-04 15:06:07,635 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:06:08,163 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:06:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df11a59d-29fc-4c03-aac3-470d3e9d3667 x-compute-request-id: req-df11a59d-29fc-4c03-aac3-470d3e9d3667 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5af39144-51f6-4f96-a7b3-7df2f0721320", "rel": "bookmark"}], "image": {"id": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "links": [{"href": "http://172.30.9.23:8774/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e331c4c9-4db6-47d3-b940-ce9640609dba", "links": [{"href": "http://172.30.9.23:8774/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "bookmark"}]}, "id": "5af39144-51f6-4f96-a7b3-7df2f0721320", "security_groups": [{"name": "default"}], "user_id": "ae166e0664904ab88137f9ed4478b3b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:06:06Z", "hostId": "ab31ab2c71588386334ad7ad4d01549a8187e253e939a8fc1460703b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst2", "created": "2018-10-04T15:06:03Z", "tenant_id": "124896ddcce7428cb250f13bce117746", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:06:08,164 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320 used request id req-df11a59d-29fc-4c03-aac3-470d3e9d3667 2018-10-04 15:06:08,164 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst2] is - BUILD 2018-10-04 15:06:08,164 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:06:11,167 - create_instance - DEBUG - VM status query timeout in 892.739209175 2018-10-04 15:06:11,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:06:11,639 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:06:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3f33544-2720-49f1-8c08-8f95393001d7 x-compute-request-id: req-b3f33544-2720-49f1-8c08-8f95393001d7 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5af39144-51f6-4f96-a7b3-7df2f0721320", "rel": "bookmark"}], "image": {"id": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "links": [{"href": "http://172.30.9.23:8774/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e331c4c9-4db6-47d3-b940-ce9640609dba", "links": [{"href": "http://172.30.9.23:8774/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "bookmark"}]}, "id": "5af39144-51f6-4f96-a7b3-7df2f0721320", "security_groups": [{"name": "default"}], "user_id": "ae166e0664904ab88137f9ed4478b3b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:06:06Z", "hostId": "ab31ab2c71588386334ad7ad4d01549a8187e253e939a8fc1460703b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst2", "created": "2018-10-04T15:06:03Z", "tenant_id": "124896ddcce7428cb250f13bce117746", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:06:11,639 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320 used request id req-b3f33544-2720-49f1-8c08-8f95393001d7 2018-10-04 15:06:11,640 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst2] is - BUILD 2018-10-04 15:06:11,640 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:06:14,643 - create_instance - DEBUG - VM status query timeout in 889.263312101 2018-10-04 15:06:14,647 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:06:15,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:06:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e2e7ced-0cbd-4283-b3d8-8482f745368b x-compute-request-id: req-5e2e7ced-0cbd-4283-b3d8-8482f745368b Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:65:fd", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5af39144-51f6-4f96-a7b3-7df2f0721320", "rel": "bookmark"}], "image": {"id": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "links": [{"href": "http://172.30.9.23:8774/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:06:11.000000", "flavor": {"id": "e331c4c9-4db6-47d3-b940-ce9640609dba", "links": [{"href": "http://172.30.9.23:8774/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "bookmark"}]}, "id": "5af39144-51f6-4f96-a7b3-7df2f0721320", "security_groups": [{"name": "default"}], "user_id": "ae166e0664904ab88137f9ed4478b3b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:06:14Z", "hostId": "ab31ab2c71588386334ad7ad4d01549a8187e253e939a8fc1460703b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst2", "created": "2018-10-04T15:06:03Z", "tenant_id": "124896ddcce7428cb250f13bce117746", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:06:15,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320 used request id req-5e2e7ced-0cbd-4283-b3d8-8482f745368b 2018-10-04 15:06:15,185 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst2] is - ACTIVE 2018-10-04 15:06:15,185 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:06:15,188 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:06:15,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:06:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-22e2944d-0072-4b13-a491-6917826fbe98 x-compute-request-id: req-22e2944d-0072-4b13-a491-6917826fbe98 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:65:fd", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5af39144-51f6-4f96-a7b3-7df2f0721320", "rel": "bookmark"}], "image": {"id": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "links": [{"href": "http://172.30.9.23:8774/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:06:11.000000", "flavor": {"id": "e331c4c9-4db6-47d3-b940-ce9640609dba", "links": [{"href": "http://172.30.9.23:8774/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "bookmark"}]}, "id": "5af39144-51f6-4f96-a7b3-7df2f0721320", "security_groups": [{"name": "default"}], "user_id": "ae166e0664904ab88137f9ed4478b3b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:06:14Z", "hostId": "ab31ab2c71588386334ad7ad4d01549a8187e253e939a8fc1460703b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst2", "created": "2018-10-04T15:06:03Z", "tenant_id": "124896ddcce7428cb250f13bce117746", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:06:15,824 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320 used request id req-22e2944d-0072-4b13-a491-6917826fbe98 2018-10-04 15:06:15,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:06:16,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-51b69679-5d3f-42d9-ac69-ca96f26f7da8 Date: Thu, 04 Oct 2018 15:06:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["590cb8d8-9d12-439b-8cfb-7a528145fda7"],"updated_at":"2018-10-04T15:05:19Z","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"124896ddcce7428cb250f13bce117746","id":"0353093f-68f8-4423-b179-7fc508ce0f69","name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2"}]} 2018-10-04 15:06:16,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2 used request id req-51b69679-5d3f-42d9-ac69-ca96f26f7da8 2018-10-04 15:06:16,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:06:16,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:06:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef14d7db-4a13-4a2f-a588-88f0e245eff0 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746"}, "enabled": true, "id": "124896ddcce7428cb250f13bce117746", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}} 2018-10-04 15:06:16,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 used request id req-ef14d7db-4a13-4a2f-a588-88f0e245eff0 2018-10-04 15:06:16,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0353093f-68f8-4423-b179-7fc508ce0f69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:06:16,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-ca77442b-5f92-4b99-8a0b-ee04c7bcc41a Date: Thu, 04 Oct 2018 15:06:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0353093f-68f8-4423-b179-7fc508ce0f69","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:19Z","dns_nameservers":[],"updated_at":"2018-10-04T15:05:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"124896ddcce7428cb250f13bce117746","id":"590cb8d8-9d12-439b-8cfb-7a528145fda7","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet2"}]} 2018-10-04 15:06:16,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0353093f-68f8-4423-b179-7fc508ce0f69 used request id req-ca77442b-5f92-4b99-8a0b-ee04c7bcc41a 2018-10-04 15:06:16,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=0353093f-68f8-4423-b179-7fc508ce0f69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:06:16,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3986 X-Openstack-Request-Id: req-965386fc-47ee-4ce1-ae11-a9a734c42b91 Date: Thu, 04 Oct 2018 15:06:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:05:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"590cb8d8-9d12-439b-8cfb-7a528145fda7","ip_address":"10.200.202.2"}],"id":"3327af8e-c92c-4f8b-874f-e45ad715f39c","security_groups":[],"mac_address":"fa:16:3e:18:d9:ee","project_id":"124896ddcce7428cb250f13bce117746","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0353093f-68f8-4423-b179-7fc508ce0f69","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0353093f-68f8-4423-b179-7fc508ce0f69"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:06:13Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"590cb8d8-9d12-439b-8cfb-7a528145fda7","ip_address":"10.200.202.5"}],"id":"4cccaba0-798b-49b0-a372-f13b839d533f","security_groups":["32688f23-804f-4945-a2fb-fc07f4eb9529"],"mac_address":"fa:16:3e:52:65:fd","project_id":"124896ddcce7428cb250f13bce117746","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-vm2-port","admin_state_up":true,"network_id":"0353093f-68f8-4423-b179-7fc508ce0f69","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:59Z","binding:vnic_type":"normal","device_id":"5af39144-51f6-4f96-a7b3-7df2f0721320"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:05:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"590cb8d8-9d12-439b-8cfb-7a528145fda7","ip_address":"10.200.202.4"}],"id":"772b6923-7cff-4ff1-9d3d-892e88650d85","security_groups":[],"mac_address":"fa:16:3e:80:f8:61","project_id":"124896ddcce7428cb250f13bce117746","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0353093f-68f8-4423-b179-7fc508ce0f69","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0353093f-68f8-4423-b179-7fc508ce0f69"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:05:47Z","device_owner":"network:ha_router_replicated_interface","revision_number":16,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"590cb8d8-9d12-439b-8cfb-7a528145fda7","ip_address":"10.200.202.1"}],"id":"9e99a0b7-c3e2-4f07-ae4c-df70f16a02d2","security_groups":["32688f23-804f-4945-a2fb-fc07f4eb9529"],"mac_address":"fa:16:3e:90:49:72","project_id":"124896ddcce7428cb250f13bce117746","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-router-port2","admin_state_up":true,"network_id":"0353093f-68f8-4423-b179-7fc508ce0f69","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:32Z","binding:vnic_type":"normal","device_id":"3255a1fb-ddaa-4247-a325-17b9d0fa3f37"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:05:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"590cb8d8-9d12-439b-8cfb-7a528145fda7","ip_address":"10.200.202.3"}],"id":"da80e759-3b55-44e3-bbf0-901ae8323ad8","security_groups":[],"mac_address":"fa:16:3e:47:bd:5e","project_id":"124896ddcce7428cb250f13bce117746","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0353093f-68f8-4423-b179-7fc508ce0f69","tenant_id":"124896ddcce7428cb250f13bce117746","created_at":"2018-10-04T15:05:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0353093f-68f8-4423-b179-7fc508ce0f69"}]} 2018-10-04 15:06:16,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=0353093f-68f8-4423-b179-7fc508ce0f69 used request id req-965386fc-47ee-4ce1-ae11-a9a734c42b91 2018-10-04 15:06:16,442 - create_instance_tests - INFO - Looking for IP 10.200.201.5 in the console log 2018-10-04 15:06:16,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:06:16,897 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:06:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15d58ce3-4267-4766-a898-f22e6ffb30a1 x-compute-request-id: req-15d58ce3-4267-4766-a898-f22e6ffb30a1 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:3f:e6", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/35e1e44f-c382-4f9e-923a-a16fad529d71", "rel": "bookmark"}], "image": {"id": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "links": [{"href": "http://172.30.9.23:8774/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:05:50.000000", "flavor": {"id": "e331c4c9-4db6-47d3-b940-ce9640609dba", "links": [{"href": "http://172.30.9.23:8774/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "bookmark"}]}, "id": "35e1e44f-c382-4f9e-923a-a16fad529d71", "security_groups": [{"name": "default"}], "user_id": "ae166e0664904ab88137f9ed4478b3b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:05:53Z", "hostId": "05fbf8edb93cc2a97715cecb6ea1afcb30bfe9fb9e7fc43e4b9014bf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst1", "created": "2018-10-04T15:05:46Z", "tenant_id": "124896ddcce7428cb250f13bce117746", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:06:16,897 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71 used request id req-15d58ce3-4267-4766-a898-f22e6ffb30a1 2018-10-04 15:06:16,900 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:06:18,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:06:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e61d2e35-347f-480b-8fd7-e4444f9b988e x-compute-request-id: req-e61d2e35-347f-480b-8fd7-e4444f9b988e Content-Encoding: gzip Content-Length: 8105 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 522811027 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.166438] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.168098] pid_max: default: 32768 minimum: 301\n[ 0.169001] ACPI: Core revision 20150930\n[ 0.170408] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.171728] Security Framework initialized\n[ 0.172539] Yama: becoming mindful.\n[ 0.173275] AppArmor: AppArmor initialized\n[ 0.174155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.175490] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.176774] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.177980] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.179388] Initializing cgroup subsys io\n[ 0.180203] Initializing cgroup subsys memory\n[ 0.181064] Initializing cgroup subsys devices\n[ 0.181938] Initializing cgroup subsys freezer\n[ 0.182807] Initializing cgroup subsys net_cls\n[ 0.183671] Initializing cgroup subsys perf_event\n[ 0.184577] Initializing cgroup subsys net_prio\n[ 0.185461] Initializing cgroup subsys hugetlb\n[ 0.186328] Initializing cgroup subsys pids\n[ 0.187206] CPU: Physical Processor ID: 0\n[ 0.188724] mce: CPU supports 10 MCE banks\n[ 0.189581] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190581] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192906] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.199522] ftrace: allocating 31920 entries in 125 pages\n[ 0.227222] smpboot: Max logical packages: 2\n[ 0.228075] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229269] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.230627] x2apic enabled\n[ 0.231441] Switched APIC routing to physical x2apic.\n[ 0.233204] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234430] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236591] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238544] KVM setup paravirtual spinlock\n[ 0.240134] x86: Booting SMP configuration:\n[ 0.241040] .... node #0, CPUs: #1\n[ 0.241944] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.264123] x86: Booted up 1 node, 2 CPUs\n[ 0.264126] KVM setup async PF for cpu 1\n[ 0.264128] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.266708] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.268230] devtmpfs: initialized\n[ 0.269984] evm: security.selinux\n[ 0.270678] evm: security.SMACK64\n[ 0.271362] evm: security.SMACK64EXEC\n[ 0.272107] evm: security.SMACK64TRANSMUTE\n[ 0.272922] evm: security.SMACK64MMAP\n[ 0.273668] evm: security.ima\n[ 0.274305] evm: security.capability\n[ 0.275216] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.277142] pinctrl core: initialized pinctrl subsystem\n[ 0.278253] RTC time: 15:05:51, date: 10/04/18\n[ 0.279274] NET: Registered protocol family 16\n[ 0.289137] cpuidle: using governor ladder\n[ 0.301241] cpuidle: using governor menu\n[ 0.302060] PCCT header not found.\n[ 0.302895] ACPI: bus type PCI registered\n[ 0.303695] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304950] PCI: Using configuration type 1 for base access\n[ 0.318467] ACPI: Added _OSI(Module Device)\n[ 0.319320] ACPI: Added _OSI(Processor Device)\n[ 0.320185] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.321085] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.323513] ACPI: Interpreter enabled\n[ 0.324302] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.328023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.329873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.331739] ACPI: (supports S0 S5)\n[ 0.332447] ACPI: Using IOAPIC for interrupt routing\n[ 0.333552] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.336942] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.338089] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.339326] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.340515] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.342771] acpiphp: Slot [3] registered\n[ 0.343578] acpiphp: Slot [4] registered\n[ 0.344386] acpiphp: Slot [5] registered\n[ 0.345185] acpiphp: Slot [6] registered\n[ 0.345985] acpiphp: Slot [7] registered\n[ 0.346783] acpiphp: Slot [8] registered\n[ 0.347585] acpiphp: Slot [9] registered\n[ 0.348386] acpiphp: Slot [10] registered\n[ 0.359786] acpiphp: Slot [11] registered\n[ 0.360594] acpiphp: Slot [12] registered\n[ 0.361409] acpiphp: Slot [13] registered\n[ 0.362226] acpiphp: Slot [14] registered\n[ 0.363041] acpiphp: Slot [15] registered\n[ 0.363861] acpiphp: Slot [16] registered\n[ 0.364676] acpiphp: Slot [17] registered\n[ 0.365485] acpiphp: Slot [18] registered\n[ 0.366298] acpiphp: Slot [19] registered\n[ 0.367112] acpiphp: Slot [20] registered\n[ 0.367931] acpiphp: Slot [21] registered\n[ 0.368747] acpiphp: Slot [22] registered\n[ 0.369557] acpiphp: Slot [23] registered\n[ 0.370371] acpiphp: Slot [24] registered\n[ 0.371194] acpiphp: Slot [25] registered\n[ 0.372014] acpiphp: Slot [26] registered\n[ 0.372828] acpiphp: Slot [27] registered\n[ 0.373641] acpiphp: Slot [28] registered\n[ 0.374456] acpiphp: Slot [29] registered\n[ 0.375268] acpiphp: Slot [30] registered\n[ 0.376091] acpiphp: Slot [31] registered\n[ 0.376900] PCI host bridge to bus 0000:00\n[ 0.377705] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.378915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.380133] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.381592] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.383040] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.389600] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.390887] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.392072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.393347] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.400439] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.401881] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.454136] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455617] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457037] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.458456] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.459848] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.461128] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.462359] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.463417] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464951] vgaarb: loaded\n[ 0.465551] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467110] SCSI subsystem initialized\n[ 0.468004] ACPI: bus type USB registered\n[ 0.468830] usbcore: registered new interface driver usbfs\n[ 0.469854] usbcore: registered new interface driver hub\n[ 0.470868] usbcore: registered new device driver usb\n[ 0.471988] PCI: Using ACPI for IRQ routing\n[ 0.473028] NetLabel: Initializing\n[ 0.473745] NetLabel: domain hash size = 128\n[ 0.474589] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475544] NetLabel: unlabeled traffic allowed by default\n[ 0.476772] clocksource: Switched to clocksource kvm-clock\n[ 0.483248] AppArmor: AppArmor Filesystem Enabled\n[ 0.484211] pnp: PnP ACPI init\n[ 0.485162] pnp: PnP ACPI: found 5 devices\n[ 0.492162] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.493880] NET: Registered protocol family 2\n[ 0.494856] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.496148] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.497342] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.498506] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.499588] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.500784] NET: Registered protocol family 1\n[ 0.501663] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.502770] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.503841] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.522537] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.541247] Trying to unpack rootfs image as initramfs...\n[ 0.592730] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.610296] Scanning for low memory corruption every 60 seconds\n[ 0.612995] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.614721] audit: initializing netlink subsys (disabled)\n[ 0.616247] audit: type=2000 audit(1538665551.621:1): initialized\n[ 0.618135] Initialise system trusted keyring\n[ 0.619543] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621310] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624004] zbud: loaded\n[ 0.624963] VFS: Disk quotas dquot_6.6.0\n[ 0.626155] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628747] fuse init (API version 7.23)\n[ 0.630019] Key type big_key registered\n[ 0.631164] Allocating IMA MOK and blacklist keyrings.\n[ 0.632880] Key type asymmetric registered\n[ 0.634088] Asymmetric key parser 'x509' registered\n[ 0.635478] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637666] io scheduler noop registered\n[ 0.638811] io scheduler deadline registered (default)\n[ 0.640262] io scheduler cfq registered\n[ 0.641461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.643027] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644917] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646948] ACPI: Power Button [PWRF]\n[ 0.648113] GHES: HEST is not enabled!\n[ 0.666313] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703995] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.707090] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730801] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733751] Linux agpgart interface v0.103\n[ 0.736631] brd: module loaded\n[ 0.738827] loop: module loaded\n[ 0.744263] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.745912] GPT:90111 != 20971519\n[ 0.746649] GPT:Alternate GPT header not at the end of the disk.\n[ 0.747832] GPT:90111 != 20971519\n[ 0.748564] GPT: Use GNU Parted to correct GPT errors.\n[ 0.749631] vda: vda1 vda15\n[ 0.751315] scsi host0: ata_piix\n[ 0.752190] scsi host1: ata_piix\n[ 0.752996] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.754395] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.755964] libphy: Fixed MDIO Bus: probed\n[ 0.756920] tun: Universal TUN/TAP device driver, 1.6\n[ 0.757972] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.760092] PPP generic driver version 2.4.2\n[ 0.761200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.762537] ehci-pci: EHCI PCI platform driver\n[ 0.763520] ehci-platform: EHCI generic platform driver\n[ 0.764622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.766000] ohci-pci: OHCI PCI platform driver\n[ 0.767012] ohci-platform: OHCI generic platform driver\n[ 0.768105] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.787403] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.788677] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.790382] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.791585] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.792845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.794229] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.795881] usb usb1: Product: UHCI Host Controller\n[ 0.796972] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.798433] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.799544] hub 1-0:1.0: USB hub found\n[ 0.800504] hub 1-0:1.0: 2 ports detected\n[ 0.801638] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804408] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.805697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807041] mousedev: PS/2 mouse device common for all mice\n[ 0.808541] rtc_cmos 00:00: RTC can wake from S4\n[ 0.810065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.812261] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.813936] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.815508] i2c /dev entries driver\n[ 0.816463] device-mapper: uevent: version 1.0.3\n[ 0.817719] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.819868] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.821587] NET: Registered protocol family 10\n[ 0.823240] NET: Registered protocol family 17\n[ 0.824414] Key type dns_resolver registered\n[ 0.825665] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.826751] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828187] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.830487] registered taskstats version 1\n[ 0.831562] Loading compiled-in X.509 certificates\n[ 0.833301] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.835778] zswap: loaded using pool lzo/zbud\n[ 0.838117] Key type trusted registered\n[ 0.840089] Key type encrypted registered\n[ 0.841194] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.842555] ima: No TPM chip found, activating TPM-bypass!\n[ 0.843929] evm: HMAC attrs: 0x1\n[ 0.845144] Magic number: 6:428:82\n[ 0.846200] rtc_cmos 00:00: setting system clock to 2018-10-04 15:05:51 UTC (1538665551)\n[ 0.859071] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.860554] EDD information not available.\n[ 0.909863] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911803] Write protecting the kernel read-only data: 14336k\n[ 0.913771] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.916066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.974265] 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 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.200.201.5...\nLease of 10.200.201.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.201.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.31. iid=i-000000b1\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=20953055,end=20971487\nvPing KO\n"} 2018-10-04 15:06:18,014 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71/action used request id req-e61d2e35-347f-480b-8fd7-e4444f9b988e 2018-10-04 15:06:18,015 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-04 15:06:18,016 - create_instance_tests - DEBUG - Full console output - [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14A3 000080 (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 522811027 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 2 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576 [ 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: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.166438] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.168098] pid_max: default: 32768 minimum: 301 [ 0.169001] ACPI: Core revision 20150930 [ 0.170408] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.171728] Security Framework initialized [ 0.172539] Yama: becoming mindful. [ 0.173275] AppArmor: AppArmor initialized [ 0.174155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.175490] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.176774] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.177980] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.179388] Initializing cgroup subsys io [ 0.180203] Initializing cgroup subsys memory [ 0.181064] Initializing cgroup subsys devices [ 0.181938] Initializing cgroup subsys freezer [ 0.182807] Initializing cgroup subsys net_cls [ 0.183671] Initializing cgroup subsys perf_event [ 0.184577] Initializing cgroup subsys net_prio [ 0.185461] Initializing cgroup subsys hugetlb [ 0.186328] Initializing cgroup subsys pids [ 0.187206] CPU: Physical Processor ID: 0 [ 0.188724] mce: CPU supports 10 MCE banks [ 0.189581] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.190581] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.192906] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.199522] ftrace: allocating 31920 entries in 125 pages [ 0.227222] smpboot: Max logical packages: 2 [ 0.228075] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.229269] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.230627] x2apic enabled [ 0.231441] Switched APIC routing to physical x2apic. [ 0.233204] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.234430] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.236591] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.238544] KVM setup paravirtual spinlock [ 0.240134] x86: Booting SMP configuration: [ 0.241040] .... node #0, CPUs: #1 [ 0.241944] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock [ 0.264123] x86: Booted up 1 node, 2 CPUs [ 0.264126] KVM setup async PF for cpu 1 [ 0.264128] kvm-stealtime: cpu 1, msr 1f90d940 [ 0.266708] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.268230] devtmpfs: initialized [ 0.269984] evm: security.selinux [ 0.270678] evm: security.SMACK64 [ 0.271362] evm: security.SMACK64EXEC [ 0.272107] evm: security.SMACK64TRANSMUTE [ 0.272922] evm: security.SMACK64MMAP [ 0.273668] evm: security.ima [ 0.274305] evm: security.capability [ 0.275216] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.277142] pinctrl core: initialized pinctrl subsystem [ 0.278253] RTC time: 15:05:51, date: 10/04/18 [ 0.279274] NET: Registered protocol family 16 [ 0.289137] cpuidle: using governor ladder [ 0.301241] cpuidle: using governor menu [ 0.302060] PCCT header not found. [ 0.302895] ACPI: bus type PCI registered [ 0.303695] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.304950] PCI: Using configuration type 1 for base access [ 0.318467] ACPI: Added _OSI(Module Device) [ 0.319320] ACPI: Added _OSI(Processor Device) [ 0.320185] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.321085] ACPI: Added _OSI(Processor Aggregator Device) [ 0.323513] ACPI: Interpreter enabled [ 0.324302] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.326166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.328023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.329873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.331739] ACPI: (supports S0 S5) [ 0.332447] ACPI: Using IOAPIC for interrupt routing [ 0.333552] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.336942] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.338089] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.339326] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.340515] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.342771] acpiphp: Slot [3] registered [ 0.343578] acpiphp: Slot [4] registered [ 0.344386] acpiphp: Slot [5] registered [ 0.345185] acpiphp: Slot [6] registered [ 0.345985] acpiphp: Slot [7] registered [ 0.346783] acpiphp: Slot [8] registered [ 0.347585] acpiphp: Slot [9] registered [ 0.348386] acpiphp: Slot [10] registered [ 0.359786] acpiphp: Slot [11] registered [ 0.360594] acpiphp: Slot [12] registered [ 0.361409] acpiphp: Slot [13] registered [ 0.362226] acpiphp: Slot [14] registered [ 0.363041] acpiphp: Slot [15] registered [ 0.363861] acpiphp: Slot [16] registered [ 0.364676] acpiphp: Slot [17] registered [ 0.365485] acpiphp: Slot [18] registered [ 0.366298] acpiphp: Slot [19] registered [ 0.367112] acpiphp: Slot [20] registered [ 0.367931] acpiphp: Slot [21] registered [ 0.368747] acpiphp: Slot [22] registered [ 0.369557] acpiphp: Slot [23] registered [ 0.370371] acpiphp: Slot [24] registered [ 0.371194] acpiphp: Slot [25] registered [ 0.372014] acpiphp: Slot [26] registered [ 0.372828] acpiphp: Slot [27] registered [ 0.373641] acpiphp: Slot [28] registered [ 0.374456] acpiphp: Slot [29] registered [ 0.375268] acpiphp: Slot [30] registered [ 0.376091] acpiphp: Slot [31] registered [ 0.376900] PCI host bridge to bus 0000:00 [ 0.377705] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.378915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.380133] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.381592] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.383040] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.389600] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.390887] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.392072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.393347] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.400439] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.401881] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.454136] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.455617] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.457037] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.458456] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.459848] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.461128] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.462359] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.463417] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.464951] vgaarb: loaded [ 0.465551] vgaarb: bridge control possible 0000:00:02.0 [ 0.467110] SCSI subsystem initialized [ 0.468004] ACPI: bus type USB registered [ 0.468830] usbcore: registered new interface driver usbfs [ 0.469854] usbcore: registered new interface driver hub [ 0.470868] usbcore: registered new device driver usb [ 0.471988] PCI: Using ACPI for IRQ routing [ 0.473028] NetLabel: Initializing [ 0.473745] NetLabel: domain hash size = 128 [ 0.474589] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.475544] NetLabel: unlabeled traffic allowed by default [ 0.476772] clocksource: Switched to clocksource kvm-clock [ 0.483248] AppArmor: AppArmor Filesystem Enabled [ 0.484211] pnp: PnP ACPI init [ 0.485162] pnp: PnP ACPI: found 5 devices [ 0.492162] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.493880] NET: Registered protocol family 2 [ 0.494856] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.496148] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.497342] TCP: Hash tables configured (established 4096 bind 4096) [ 0.498506] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.499588] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.500784] NET: Registered protocol family 1 [ 0.501663] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.502770] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.503841] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.522537] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.541247] Trying to unpack rootfs image as initramfs... [ 0.592730] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.610296] Scanning for low memory corruption every 60 seconds [ 0.612995] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.614721] audit: initializing netlink subsys (disabled) [ 0.616247] audit: type=2000 audit(1538665551.621:1): initialized [ 0.618135] Initialise system trusted keyring [ 0.619543] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.621310] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.624004] zbud: loaded [ 0.624963] VFS: Disk quotas dquot_6.6.0 [ 0.626155] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.628747] fuse init (API version 7.23) [ 0.630019] Key type big_key registered [ 0.631164] Allocating IMA MOK and blacklist keyrings. [ 0.632880] Key type asymmetric registered [ 0.634088] Asymmetric key parser 'x509' registered [ 0.635478] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.637666] io scheduler noop registered [ 0.638811] io scheduler deadline registered (default) [ 0.640262] io scheduler cfq registered [ 0.641461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.643027] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.644917] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.646948] ACPI: Power Button [PWRF] [ 0.648113] GHES: HEST is not enabled! [ 0.666313] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.703995] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.707090] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.730801] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.733751] Linux agpgart interface v0.103 [ 0.736631] brd: module loaded [ 0.738827] loop: module loaded [ 0.744263] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.745912] GPT:90111 != 20971519 [ 0.746649] GPT:Alternate GPT header not at the end of the disk. [ 0.747832] GPT:90111 != 20971519 [ 0.748564] GPT: Use GNU Parted to correct GPT errors. [ 0.749631] vda: vda1 vda15 [ 0.751315] scsi host0: ata_piix [ 0.752190] scsi host1: ata_piix [ 0.752996] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.754395] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.755964] libphy: Fixed MDIO Bus: probed [ 0.756920] tun: Universal TUN/TAP device driver, 1.6 [ 0.757972] tun: (C) 1999-2004 Max Krasnyansky [ 0.760092] PPP generic driver version 2.4.2 [ 0.761200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.762537] ehci-pci: EHCI PCI platform driver [ 0.763520] ehci-platform: EHCI generic platform driver [ 0.764622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.766000] ohci-pci: OHCI PCI platform driver [ 0.767012] ohci-platform: OHCI generic platform driver [ 0.768105] uhci_hcd: USB Universal Host Controller Interface driver [ 0.787403] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.788677] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.790382] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.791585] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.792845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.794229] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.795881] usb usb1: Product: UHCI Host Controller [ 0.796972] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.798433] usb usb1: SerialNumber: 0000:00:01.2 [ 0.799544] hub 1-0:1.0: USB hub found [ 0.800504] hub 1-0:1.0: 2 ports detected [ 0.801638] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.804408] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.805697] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.807041] mousedev: PS/2 mouse device common for all mice [ 0.808541] rtc_cmos 00:00: RTC can wake from S4 [ 0.810065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.812261] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.813936] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.815508] i2c /dev entries driver [ 0.816463] device-mapper: uevent: version 1.0.3 [ 0.817719] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.819868] ledtrig-cpu: registered to indicate activity on CPUs [ 0.821587] NET: Registered protocol family 10 [ 0.823240] NET: Registered protocol family 17 [ 0.824414] Key type dns_resolver registered [ 0.825665] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.826751] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.828187] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.830487] registered taskstats version 1 [ 0.831562] Loading compiled-in X.509 certificates [ 0.833301] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.835778] zswap: loaded using pool lzo/zbud [ 0.838117] Key type trusted registered [ 0.840089] Key type encrypted registered [ 0.841194] AppArmor: AppArmor sha1 policy hashing enabled [ 0.842555] ima: No TPM chip found, activating TPM-bypass! [ 0.843929] evm: HMAC attrs: 0x1 [ 0.845144] Magic number: 6:428:82 [ 0.846200] rtc_cmos 00:00: setting system clock to 2018-10-04 15:05:51 UTC (1538665551) [ 0.859071] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.860554] EDD information not available. [ 0.909863] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.911803] Write protecting the kernel read-only data: 14336k [ 0.913771] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.916066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.974265] 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 1.12 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.200.201.5... Lease of 10.200.201.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.200.201.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.31. iid=i-000000b1 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=20953055,end=20971487 vPing KO 2018-10-04 15:06:18,016 - create_instance_tests - INFO - Looking for IP 10.200.202.5 in the console log 2018-10-04 15:06:18,019 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:06:18,463 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:06:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf7f83cb-2718-4129-82db-b27150a77b6e x-compute-request-id: req-cf7f83cb-2718-4129-82db-b27150a77b6e Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:65:fd", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5af39144-51f6-4f96-a7b3-7df2f0721320", "rel": "bookmark"}], "image": {"id": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "links": [{"href": "http://172.30.9.23:8774/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:06:11.000000", "flavor": {"id": "e331c4c9-4db6-47d3-b940-ce9640609dba", "links": [{"href": "http://172.30.9.23:8774/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "bookmark"}]}, "id": "5af39144-51f6-4f96-a7b3-7df2f0721320", "security_groups": [{"name": "default"}], "user_id": "ae166e0664904ab88137f9ed4478b3b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:06:14Z", "hostId": "ab31ab2c71588386334ad7ad4d01549a8187e253e939a8fc1460703b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst2", "created": "2018-10-04T15:06:03Z", "tenant_id": "124896ddcce7428cb250f13bce117746", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:06:18,463 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320 used request id req-cf7f83cb-2718-4129-82db-b27150a77b6e 2018-10-04 15:06:18,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:06:19,568 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:06:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44c4dcfe-e5f5-44d9-a05f-7c3ead1567d4 x-compute-request-id: req-44c4dcfe-e5f5-44d9-a05f-7c3ead1567d4 Content-Encoding: gzip Content-Length: 9647 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520582783 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136229] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137925] pid_max: default: 32768 minimum: 301\n[ 0.138849] ACPI: Core revision 20150930\n[ 0.140252] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141594] Security Framework initialized\n[ 0.142422] Yama: becoming mindful.\n[ 0.143163] AppArmor: AppArmor initialized\n[ 0.144048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145384] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146671] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147918] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149300] Initializing cgroup subsys io\n[ 0.150119] Initializing cgroup subsys memory\n[ 0.150986] Initializing cgroup subsys devices\n[ 0.151902] Initializing cgroup subsys freezer\n[ 0.152774] Initializing cgroup subsys net_cls\n[ 0.153654] Initializing cgroup subsys perf_event\n[ 0.154583] Initializing cgroup subsys net_prio\n[ 0.155505] Initializing cgroup subsys hugetlb\n[ 0.156389] Initializing cgroup subsys pids\n[ 0.157295] CPU: Physical Processor ID: 0\n[ 0.158813] mce: CPU supports 10 MCE banks\n[ 0.159700] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160719] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169347] ftrace: allocating 31920 entries in 125 pages\n[ 0.195600] smpboot: Max logical packages: 2\n[ 0.196495] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197711] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199060] x2apic enabled\n[ 0.199916] Switched APIC routing to physical x2apic.\n[ 0.201656] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202917] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205080] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207018] KVM setup paravirtual spinlock\n[ 0.208500] x86: Booting SMP configuration:\n[ 0.209393] .... node #0, CPUs: #1\n[ 0.210287] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.232010] x86: Booted up 1 node, 2 CPUs\n[ 0.232012] KVM setup async PF for cpu 1\n[ 0.232015] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.234682] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.236216] devtmpfs: initialized\n[ 0.237965] evm: security.selinux\n[ 0.238690] evm: security.SMACK64\n[ 0.239398] evm: security.SMACK64EXEC\n[ 0.240166] evm: security.SMACK64TRANSMUTE\n[ 0.241000] evm: security.SMACK64MMAP\n[ 0.241757] evm: security.ima\n[ 0.242404] evm: security.capability\n[ 0.243244] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.245171] pinctrl core: initialized pinctrl subsystem\n[ 0.246323] RTC time: 15:06:11, date: 10/04/18\n[ 0.247343] NET: Registered protocol family 16\n[ 0.257130] cpuidle: using governor ladder\n[ 0.269145] cpuidle: using governor menu\n[ 0.270142] PCCT header not found.\n[ 0.271065] ACPI: bus type PCI registered\n[ 0.272011] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.273520] PCI: Using configuration type 1 for base access\n[ 0.285738] ACPI: Added _OSI(Module Device)\n[ 0.286780] ACPI: Added _OSI(Processor Device)\n[ 0.287776] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288864] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.291336] ACPI: Interpreter enabled\n[ 0.292254] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.296588] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.298722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.300963] ACPI: (supports S0 S5)\n[ 0.301802] ACPI: Using IOAPIC for interrupt routing\n[ 0.302924] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307958] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309433] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310904] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.313633] acpiphp: Slot [3] registered\n[ 0.314568] acpiphp: Slot [4] registered\n[ 0.315499] acpiphp: Slot [5] registered\n[ 0.316423] acpiphp: Slot [6] registered\n[ 0.317366] acpiphp: Slot [7] registered\n[ 0.318289] acpiphp: Slot [8] registered\n[ 0.319238] acpiphp: Slot [9] registered\n[ 0.320180] acpiphp: Slot [10] registered\n[ 0.331042] acpiphp: Slot [11] registered\n[ 0.331987] acpiphp: Slot [12] registered\n[ 0.332947] acpiphp: Slot [13] registered\n[ 0.333929] acpiphp: Slot [14] registered\n[ 0.334886] acpiphp: Slot [15] registered\n[ 0.335846] acpiphp: Slot [16] registered\n[ 0.336802] acpiphp: Slot [17] registered\n[ 0.337754] acpiphp: Slot [18] registered\n[ 0.338707] acpiphp: Slot [19] registered\n[ 0.339663] acpiphp: Slot [20] registered\n[ 0.340624] acpiphp: Slot [21] registered\n[ 0.341573] acpiphp: Slot [22] registered\n[ 0.342542] acpiphp: Slot [23] registered\n[ 0.343501] acpiphp: Slot [24] registered\n[ 0.344453] acpiphp: Slot [25] registered\n[ 0.345407] acpiphp: Slot [26] registered\n[ 0.346365] acpiphp: Slot [27] registered\n[ 0.347325] acpiphp: Slot [28] registered\n[ 0.348291] acpiphp: Slot [29] registered\n[ 0.349249] acpiphp: Slot [30] registered\n[ 0.350210] acpiphp: Slot [31] registered\n[ 0.351141] PCI host bridge to bus 0000:00\n[ 0.352103] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.353572] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.355051] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.356774] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.358481] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.364911] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.366459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.367851] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.369359] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.375739] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.377421] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.423262] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.424978] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.426620] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.428267] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.429891] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.431824] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.433179] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.434470] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.436295] vgaarb: loaded\n[ 0.436997] vgaarb: bridge control possible 0000:00:02.0\n[ 0.438710] SCSI subsystem initialized\n[ 0.439690] ACPI: bus type USB registered\n[ 0.440665] usbcore: registered new interface driver usbfs\n[ 0.441904] usbcore: registered new interface driver hub\n[ 0.443098] usbcore: registered new device driver usb\n[ 0.444387] PCI: Using ACPI for IRQ routing\n[ 0.445608] NetLabel: Initializing\n[ 0.446442] NetLabel: domain hash size = 128\n[ 0.447417] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.448518] NetLabel: unlabeled traffic allowed by default\n[ 0.449834] clocksource: Switched to clocksource kvm-clock\n[ 0.456121] AppArmor: AppArmor Filesystem Enabled\n[ 0.457282] pnp: PnP ACPI init\n[ 0.458312] pnp: PnP ACPI: found 5 devices\n[ 0.465203] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.467268] NET: Registered protocol family 2\n[ 0.468408] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.469962] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.471358] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.472751] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.474036] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475438] NET: Registered protocol family 1\n[ 0.476458] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.477764] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479041] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.497806] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.516655] Trying to unpack rootfs image as initramfs...\n[ 0.566974] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.582675] Scanning for low memory corruption every 60 seconds\n[ 0.584261] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.585438] audit: initializing netlink subsys (disabled)\n[ 0.586484] audit: type=2000 audit(1538665572.622:1): initialized\n[ 0.587797] Initialise system trusted keyring\n[ 0.588740] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.589914] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.592016] zbud: loaded\n[ 0.593112] VFS: Disk quotas dquot_6.6.0\n[ 0.593955] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.595533] fuse init (API version 7.23)\n[ 0.596415] Key type big_key registered\n[ 0.597216] Allocating IMA MOK and blacklist keyrings.\n[ 0.598453] Key type asymmetric registered\n[ 0.599272] Asymmetric key parser 'x509' registered\n[ 0.600229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.601708] io scheduler noop registered\n[ 0.602508] io scheduler deadline registered (default)\n[ 0.603494] io scheduler cfq registered\n[ 0.604324] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.605365] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.606629] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.608071] ACPI: Power Button [PWRF]\n[ 0.608933] GHES: HEST is not enabled!\n[ 0.627125] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.664708] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.667103] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.691059] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.693224] Linux agpgart interface v0.103\n[ 0.695571] brd: module loaded\n[ 0.697265] loop: module loaded\n[ 0.702782] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.704246] GPT:90111 != 20971519\n[ 0.704933] GPT:Alternate GPT header not at the end of the disk.\n[ 0.706023] GPT:90111 != 20971519\n[ 0.706713] GPT: Use GNU Parted to correct GPT errors.\n[ 0.707671] vda: vda1 vda15\n[ 0.709166] scsi host0: ata_piix\n[ 0.709964] scsi host1: ata_piix\n[ 0.710674] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.711873] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.713122] libphy: Fixed MDIO Bus: probed\n[ 0.714049] tun: Universal TUN/TAP device driver, 1.6\n[ 0.714990] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.716904] PPP generic driver version 2.4.2\n[ 0.717795] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731991] ehci-pci: EHCI PCI platform driver\n[ 0.740730] ehci-platform: EHCI generic platform driver\n[ 0.741762] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.742976] ohci-pci: OHCI PCI platform driver\n[ 0.743884] ohci-platform: OHCI generic platform driver\n[ 0.744920] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.764020] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.765042] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.766537] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.767552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.768669] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.770011] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.771542] usb usb1: Product: UHCI Host Controller\n[ 0.772543] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.773820] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.774868] hub 1-0:1.0: USB hub found\n[ 0.775720] hub 1-0:1.0: 2 ports detected\n[ 0.776681] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.778970] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780027] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781154] mousedev: PS/2 mouse device common for all mice\n[ 0.782414] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784068] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.785798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.787089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.788278] i2c /dev entries driver\n[ 0.789045] device-mapper: uevent: version 1.0.3\n[ 0.789980] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.791591] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.792940] NET: Registered protocol family 10\n[ 0.793946] NET: Registered protocol family 17\n[ 0.794839] Key type dns_resolver registered\n[ 0.795773] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796882] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.797969] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.799703] registered taskstats version 1\n[ 0.800533] Loading compiled-in X.509 certificates\n[ 0.801971] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.803819] zswap: loaded using pool lzo/zbud\n[ 0.805312] Key type trusted registered\n[ 0.806971] Key type encrypted registered\n[ 0.807804] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.808821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.809863] evm: HMAC attrs: 0x1\n[ 0.810827] Magic number: 6:978:132\n[ 0.811615] acpi device:07: hash matches\n[ 0.822786] rtc_cmos 00:00: setting system clock to 2018-10-04 15:06:12 UTC (1538665572)\n[ 0.824416] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.825522] EDD information not available.\n[ 0.866997] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868536] Write protecting the kernel read-only data: 14336k\n[ 0.870171] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.871976] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927111] 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 1.55\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.200.202.5...\nLease of 10.200.202.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.202.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.77. iid=i-000000b4\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=20953055,end=20971487\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQChtDRWN1MXxnOvPCZ7G6jEN9QCswtRAzeYQ1bQu1iwoOC9rLudydBfh5pfWgRjkT/xK2L9RzTYY/Nmpo5l3ixq0ZqYicSgGH37p8Wj73/6cLl+bPfT/Mnz5qQxG2z1F0Htd2gdn+xJzZlXX/ZtLIJMmwBO5hX4yRtx9nn3/UGKU4oVddMXGbCBww/DemRaq6d0uVh051QgL0cKHsJlusCiXWlmlCgJ+EOSbenpYsgkmwlihXVJ4s2PwB9a+cwgV+GiiM4/4ZNrTYsruOhe9F9C44u/SAZod1SX/zS0FYGD8UBxFIuAOyz4l/HYgfOfEIjq3Et8pFCSlCrfJb5TKDjT root@createinstancetwonettests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a\nssh-dss AAAAB3NzaC1kc3MAAACBAJ7uixT7FAbMjCRWfLo9WsOQDn9Gwu3CS9ZmCtXpH3TEGcOLK2XNpr8Uq33AOQ195uEq7wDt+wyKcJ2AJ6GDyVLu5g9TxoIVP2KmE+aNZiqwYA3gufygbTHh5rVvtW79HF0RI47g2JpiiSjObjuazH/Yu9hc+L4C16Dmr2CyT13HAAAAFQDdyFg0LubrgrnJ3qo+QsYJzWBcuQAAAIBrAb0oqFh2giwUOIpBYdaFrllo484uc3nkInFFMlV2xlJo7VYNNC9QtHJ2TwnE3Pczkb4IUOkQIoD1nWg/1HuUCtSiU00JobcAmQwRGkhSMjT84gcM25TpPQarcamgESMeg61J8fsZsYOldwOjsaCbBaKpoyHCvNitG770RJSraQAAAIEAnHqm09vvgjY9I8eTMpwpUNkGwpPvfIpjanklK/tnpLQkNdwD8Z5hvruckld3iCUZSh81rFLoY3mVXhu9WcE/zHtDFV4ksuuVgtnwHKAKz6qYe6XWcjXSO7Rq2AXgueQpi2Ztul6hkCWw0xsdRgGIgUX76t59Z2rAQs2Hbn6/T9Q= root@createinstancetwonettests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.200.202.5,24,fe80::f816:3eff:fe52:65fd/64,\nip-route:default via 10.200.202.1 dev eth0 \nip-route:10.200.202.0/24 dev eth0 src 10.200.202.5 \nip-route:169.254.169.254 via 10.200.202.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000b4\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.92 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a login: "} 2018-10-04 15:06:19,569 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320/action used request id req-44c4dcfe-e5f5-44d9-a05f-7c3ead1567d4 2018-10-04 15:06:19,571 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-04 15:06:19,571 - create_instance_tests - DEBUG - Full console output - [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14A3 000080 (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 520582783 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 2 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576 [ 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: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 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.136229] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137925] pid_max: default: 32768 minimum: 301 [ 0.138849] ACPI: Core revision 20150930 [ 0.140252] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141594] Security Framework initialized [ 0.142422] Yama: becoming mindful. [ 0.143163] AppArmor: AppArmor initialized [ 0.144048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145384] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146671] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147918] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149300] Initializing cgroup subsys io [ 0.150119] Initializing cgroup subsys memory [ 0.150986] Initializing cgroup subsys devices [ 0.151902] Initializing cgroup subsys freezer [ 0.152774] Initializing cgroup subsys net_cls [ 0.153654] Initializing cgroup subsys perf_event [ 0.154583] Initializing cgroup subsys net_prio [ 0.155505] Initializing cgroup subsys hugetlb [ 0.156389] Initializing cgroup subsys pids [ 0.157295] CPU: Physical Processor ID: 0 [ 0.158813] mce: CPU supports 10 MCE banks [ 0.159700] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.160719] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169347] ftrace: allocating 31920 entries in 125 pages [ 0.195600] smpboot: Max logical packages: 2 [ 0.196495] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.197711] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199060] x2apic enabled [ 0.199916] Switched APIC routing to physical x2apic. [ 0.201656] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202917] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205080] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207018] KVM setup paravirtual spinlock [ 0.208500] x86: Booting SMP configuration: [ 0.209393] .... node #0, CPUs: #1 [ 0.210287] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock [ 0.232010] x86: Booted up 1 node, 2 CPUs [ 0.232012] KVM setup async PF for cpu 1 [ 0.232015] kvm-stealtime: cpu 1, msr 1f90d940 [ 0.234682] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.236216] devtmpfs: initialized [ 0.237965] evm: security.selinux [ 0.238690] evm: security.SMACK64 [ 0.239398] evm: security.SMACK64EXEC [ 0.240166] evm: security.SMACK64TRANSMUTE [ 0.241000] evm: security.SMACK64MMAP [ 0.241757] evm: security.ima [ 0.242404] evm: security.capability [ 0.243244] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.245171] pinctrl core: initialized pinctrl subsystem [ 0.246323] RTC time: 15:06:11, date: 10/04/18 [ 0.247343] NET: Registered protocol family 16 [ 0.257130] cpuidle: using governor ladder [ 0.269145] cpuidle: using governor menu [ 0.270142] PCCT header not found. [ 0.271065] ACPI: bus type PCI registered [ 0.272011] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.273520] PCI: Using configuration type 1 for base access [ 0.285738] ACPI: Added _OSI(Module Device) [ 0.286780] ACPI: Added _OSI(Processor Device) [ 0.287776] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.288864] ACPI: Added _OSI(Processor Aggregator Device) [ 0.291336] ACPI: Interpreter enabled [ 0.292254] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.294448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.296588] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.298722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.300963] ACPI: (supports S0 S5) [ 0.301802] ACPI: Using IOAPIC for interrupt routing [ 0.302924] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307958] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309433] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310904] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.313633] acpiphp: Slot [3] registered [ 0.314568] acpiphp: Slot [4] registered [ 0.315499] acpiphp: Slot [5] registered [ 0.316423] acpiphp: Slot [6] registered [ 0.317366] acpiphp: Slot [7] registered [ 0.318289] acpiphp: Slot [8] registered [ 0.319238] acpiphp: Slot [9] registered [ 0.320180] acpiphp: Slot [10] registered [ 0.331042] acpiphp: Slot [11] registered [ 0.331987] acpiphp: Slot [12] registered [ 0.332947] acpiphp: Slot [13] registered [ 0.333929] acpiphp: Slot [14] registered [ 0.334886] acpiphp: Slot [15] registered [ 0.335846] acpiphp: Slot [16] registered [ 0.336802] acpiphp: Slot [17] registered [ 0.337754] acpiphp: Slot [18] registered [ 0.338707] acpiphp: Slot [19] registered [ 0.339663] acpiphp: Slot [20] registered [ 0.340624] acpiphp: Slot [21] registered [ 0.341573] acpiphp: Slot [22] registered [ 0.342542] acpiphp: Slot [23] registered [ 0.343501] acpiphp: Slot [24] registered [ 0.344453] acpiphp: Slot [25] registered [ 0.345407] acpiphp: Slot [26] registered [ 0.346365] acpiphp: Slot [27] registered [ 0.347325] acpiphp: Slot [28] registered [ 0.348291] acpiphp: Slot [29] registered [ 0.349249] acpiphp: Slot [30] registered [ 0.350210] acpiphp: Slot [31] registered [ 0.351141] PCI host bridge to bus 0000:00 [ 0.352103] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.353572] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.355051] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.356774] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.358481] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.364911] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.366459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.367851] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.369359] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.375739] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.377421] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.423262] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.424978] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.426620] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.428267] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.429891] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.431824] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.433179] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.434470] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.436295] vgaarb: loaded [ 0.436997] vgaarb: bridge control possible 0000:00:02.0 [ 0.438710] SCSI subsystem initialized [ 0.439690] ACPI: bus type USB registered [ 0.440665] usbcore: registered new interface driver usbfs [ 0.441904] usbcore: registered new interface driver hub [ 0.443098] usbcore: registered new device driver usb [ 0.444387] PCI: Using ACPI for IRQ routing [ 0.445608] NetLabel: Initializing [ 0.446442] NetLabel: domain hash size = 128 [ 0.447417] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.448518] NetLabel: unlabeled traffic allowed by default [ 0.449834] clocksource: Switched to clocksource kvm-clock [ 0.456121] AppArmor: AppArmor Filesystem Enabled [ 0.457282] pnp: PnP ACPI init [ 0.458312] pnp: PnP ACPI: found 5 devices [ 0.465203] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.467268] NET: Registered protocol family 2 [ 0.468408] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.469962] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.471358] TCP: Hash tables configured (established 4096 bind 4096) [ 0.472751] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.474036] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.475438] NET: Registered protocol family 1 [ 0.476458] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.477764] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.479041] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.497806] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.516655] Trying to unpack rootfs image as initramfs... [ 0.566974] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.582675] Scanning for low memory corruption every 60 seconds [ 0.584261] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.585438] audit: initializing netlink subsys (disabled) [ 0.586484] audit: type=2000 audit(1538665572.622:1): initialized [ 0.587797] Initialise system trusted keyring [ 0.588740] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.589914] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.592016] zbud: loaded [ 0.593112] VFS: Disk quotas dquot_6.6.0 [ 0.593955] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.595533] fuse init (API version 7.23) [ 0.596415] Key type big_key registered [ 0.597216] Allocating IMA MOK and blacklist keyrings. [ 0.598453] Key type asymmetric registered [ 0.599272] Asymmetric key parser 'x509' registered [ 0.600229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.601708] io scheduler noop registered [ 0.602508] io scheduler deadline registered (default) [ 0.603494] io scheduler cfq registered [ 0.604324] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.605365] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.606629] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.608071] ACPI: Power Button [PWRF] [ 0.608933] GHES: HEST is not enabled! [ 0.627125] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.664708] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.667103] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.691059] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.693224] Linux agpgart interface v0.103 [ 0.695571] brd: module loaded [ 0.697265] loop: module loaded [ 0.702782] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.704246] GPT:90111 != 20971519 [ 0.704933] GPT:Alternate GPT header not at the end of the disk. [ 0.706023] GPT:90111 != 20971519 [ 0.706713] GPT: Use GNU Parted to correct GPT errors. [ 0.707671] vda: vda1 vda15 [ 0.709166] scsi host0: ata_piix [ 0.709964] scsi host1: ata_piix [ 0.710674] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.711873] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.713122] libphy: Fixed MDIO Bus: probed [ 0.714049] tun: Universal TUN/TAP device driver, 1.6 [ 0.714990] tun: (C) 1999-2004 Max Krasnyansky [ 0.716904] PPP generic driver version 2.4.2 [ 0.717795] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731991] ehci-pci: EHCI PCI platform driver [ 0.740730] ehci-platform: EHCI generic platform driver [ 0.741762] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.742976] ohci-pci: OHCI PCI platform driver [ 0.743884] ohci-platform: OHCI generic platform driver [ 0.744920] uhci_hcd: USB Universal Host Controller Interface driver [ 0.764020] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.765042] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.766537] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.767552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.768669] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.770011] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.771542] usb usb1: Product: UHCI Host Controller [ 0.772543] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.773820] usb usb1: SerialNumber: 0000:00:01.2 [ 0.774868] hub 1-0:1.0: USB hub found [ 0.775720] hub 1-0:1.0: 2 ports detected [ 0.776681] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.778970] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.780027] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.781154] mousedev: PS/2 mouse device common for all mice [ 0.782414] rtc_cmos 00:00: RTC can wake from S4 [ 0.784068] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.785798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.787089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.788278] i2c /dev entries driver [ 0.789045] device-mapper: uevent: version 1.0.3 [ 0.789980] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.791591] ledtrig-cpu: registered to indicate activity on CPUs [ 0.792940] NET: Registered protocol family 10 [ 0.793946] NET: Registered protocol family 17 [ 0.794839] Key type dns_resolver registered [ 0.795773] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.796882] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.797969] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.799703] registered taskstats version 1 [ 0.800533] Loading compiled-in X.509 certificates [ 0.801971] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.803819] zswap: loaded using pool lzo/zbud [ 0.805312] Key type trusted registered [ 0.806971] Key type encrypted registered [ 0.807804] AppArmor: AppArmor sha1 policy hashing enabled [ 0.808821] ima: No TPM chip found, activating TPM-bypass! [ 0.809863] evm: HMAC attrs: 0x1 [ 0.810827] Magic number: 6:978:132 [ 0.811615] acpi device:07: hash matches [ 0.822786] rtc_cmos 00:00: setting system clock to 2018-10-04 15:06:12 UTC (1538665572) [ 0.824416] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.825522] EDD information not available. [ 0.866997] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.868536] Write protecting the kernel read-only data: 14336k [ 0.870171] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.871976] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.927111] 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 1.55 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.200.202.5... Lease of 10.200.202.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.200.202.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.77. iid=i-000000b4 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=20953055,end=20971487 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.912 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQChtDRWN1MXxnOvPCZ7G6jEN9QCswtRAzeYQ1bQu1iwoOC9rLudydBfh5pfWgRjkT/xK2L9RzTYY/Nmpo5l3ixq0ZqYicSgGH37p8Wj73/6cLl+bPfT/Mnz5qQxG2z1F0Htd2gdn+xJzZlXX/ZtLIJMmwBO5hX4yRtx9nn3/UGKU4oVddMXGbCBww/DemRaq6d0uVh051QgL0cKHsJlusCiXWlmlCgJ+EOSbenpYsgkmwlihXVJ4s2PwB9a+cwgV+GiiM4/4ZNrTYsruOhe9F9C44u/SAZod1SX/zS0FYGD8UBxFIuAOyz4l/HYgfOfEIjq3Et8pFCSlCrfJb5TKDjT root@createinstancetwonettests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a ssh-dss AAAAB3NzaC1kc3MAAACBAJ7uixT7FAbMjCRWfLo9WsOQDn9Gwu3CS9ZmCtXpH3TEGcOLK2XNpr8Uq33AOQ195uEq7wDt+wyKcJ2AJ6GDyVLu5g9TxoIVP2KmE+aNZiqwYA3gufygbTHh5rVvtW79HF0RI47g2JpiiSjObjuazH/Yu9hc+L4C16Dmr2CyT13HAAAAFQDdyFg0LubrgrnJ3qo+QsYJzWBcuQAAAIBrAb0oqFh2giwUOIpBYdaFrllo484uc3nkInFFMlV2xlJo7VYNNC9QtHJ2TwnE3Pczkb4IUOkQIoD1nWg/1HuUCtSiU00JobcAmQwRGkhSMjT84gcM25TpPQarcamgESMeg61J8fsZsYOldwOjsaCbBaKpoyHCvNitG770RJSraQAAAIEAnHqm09vvgjY9I8eTMpwpUNkGwpPvfIpjanklK/tnpLQkNdwD8Z5hvruckld3iCUZSh81rFLoY3mVXhu9WcE/zHtDFV4ksuuVgtnwHKAKz6qYe6XWcjXSO7Rq2AXgueQpi2Ztul6hkCWw0xsdRgGIgUX76t59Z2rAQs2Hbn6/T9Q= root@createinstancetwonettests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.200.202.5,24,fe80::f816:3eff:fe52:65fd/64, ip-route:default via 10.200.202.1 dev eth0 ip-route:10.200.202.0/24 dev eth0 src 10.200.202.5 ip-route:169.254.169.254 via 10.200.202.3 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-000000b4 name: N/A availability-zone: nova local-hostname: createinstancetwonettests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a launch-index: 0 === cirros: current=0.4.0 uptime=3.92 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancetwonettests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a login: 2018-10-04 15:06:20,576 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:06:20,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:06:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e17160be-b30a-4342-ad45-288e0af49bfb x-compute-request-id: req-e17160be-b30a-4342-ad45-288e0af49bfb Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:3f:e6", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/35e1e44f-c382-4f9e-923a-a16fad529d71", "rel": "bookmark"}], "image": {"id": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "links": [{"href": "http://172.30.9.23:8774/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:05:50.000000", "flavor": {"id": "e331c4c9-4db6-47d3-b940-ce9640609dba", "links": [{"href": "http://172.30.9.23:8774/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "bookmark"}]}, "id": "35e1e44f-c382-4f9e-923a-a16fad529d71", "security_groups": [{"name": "default"}], "user_id": "ae166e0664904ab88137f9ed4478b3b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:05:53Z", "hostId": "05fbf8edb93cc2a97715cecb6ea1afcb30bfe9fb9e7fc43e4b9014bf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst1", "created": "2018-10-04T15:05:46Z", "tenant_id": "124896ddcce7428cb250f13bce117746", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:06:20,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71 used request id req-e17160be-b30a-4342-ad45-288e0af49bfb 2018-10-04 15:06:20,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:06:22,028 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:06:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b24d410c-39dd-41af-9c8f-1b5cd6f6909d x-compute-request-id: req-b24d410c-39dd-41af-9c8f-1b5cd6f6909d Content-Encoding: gzip Content-Length: 9624 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 522811027 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.166438] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.168098] pid_max: default: 32768 minimum: 301\n[ 0.169001] ACPI: Core revision 20150930\n[ 0.170408] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.171728] Security Framework initialized\n[ 0.172539] Yama: becoming mindful.\n[ 0.173275] AppArmor: AppArmor initialized\n[ 0.174155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.175490] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.176774] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.177980] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.179388] Initializing cgroup subsys io\n[ 0.180203] Initializing cgroup subsys memory\n[ 0.181064] Initializing cgroup subsys devices\n[ 0.181938] Initializing cgroup subsys freezer\n[ 0.182807] Initializing cgroup subsys net_cls\n[ 0.183671] Initializing cgroup subsys perf_event\n[ 0.184577] Initializing cgroup subsys net_prio\n[ 0.185461] Initializing cgroup subsys hugetlb\n[ 0.186328] Initializing cgroup subsys pids\n[ 0.187206] CPU: Physical Processor ID: 0\n[ 0.188724] mce: CPU supports 10 MCE banks\n[ 0.189581] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190581] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192906] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.199522] ftrace: allocating 31920 entries in 125 pages\n[ 0.227222] smpboot: Max logical packages: 2\n[ 0.228075] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229269] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.230627] x2apic enabled\n[ 0.231441] Switched APIC routing to physical x2apic.\n[ 0.233204] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234430] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236591] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238544] KVM setup paravirtual spinlock\n[ 0.240134] x86: Booting SMP configuration:\n[ 0.241040] .... node #0, CPUs: #1\n[ 0.241944] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.264123] x86: Booted up 1 node, 2 CPUs\n[ 0.264126] KVM setup async PF for cpu 1\n[ 0.264128] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.266708] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.268230] devtmpfs: initialized\n[ 0.269984] evm: security.selinux\n[ 0.270678] evm: security.SMACK64\n[ 0.271362] evm: security.SMACK64EXEC\n[ 0.272107] evm: security.SMACK64TRANSMUTE\n[ 0.272922] evm: security.SMACK64MMAP\n[ 0.273668] evm: security.ima\n[ 0.274305] evm: security.capability\n[ 0.275216] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.277142] pinctrl core: initialized pinctrl subsystem\n[ 0.278253] RTC time: 15:05:51, date: 10/04/18\n[ 0.279274] NET: Registered protocol family 16\n[ 0.289137] cpuidle: using governor ladder\n[ 0.301241] cpuidle: using governor menu\n[ 0.302060] PCCT header not found.\n[ 0.302895] ACPI: bus type PCI registered\n[ 0.303695] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304950] PCI: Using configuration type 1 for base access\n[ 0.318467] ACPI: Added _OSI(Module Device)\n[ 0.319320] ACPI: Added _OSI(Processor Device)\n[ 0.320185] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.321085] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.323513] ACPI: Interpreter enabled\n[ 0.324302] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.328023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.329873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.331739] ACPI: (supports S0 S5)\n[ 0.332447] ACPI: Using IOAPIC for interrupt routing\n[ 0.333552] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.336942] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.338089] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.339326] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.340515] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.342771] acpiphp: Slot [3] registered\n[ 0.343578] acpiphp: Slot [4] registered\n[ 0.344386] acpiphp: Slot [5] registered\n[ 0.345185] acpiphp: Slot [6] registered\n[ 0.345985] acpiphp: Slot [7] registered\n[ 0.346783] acpiphp: Slot [8] registered\n[ 0.347585] acpiphp: Slot [9] registered\n[ 0.348386] acpiphp: Slot [10] registered\n[ 0.359786] acpiphp: Slot [11] registered\n[ 0.360594] acpiphp: Slot [12] registered\n[ 0.361409] acpiphp: Slot [13] registered\n[ 0.362226] acpiphp: Slot [14] registered\n[ 0.363041] acpiphp: Slot [15] registered\n[ 0.363861] acpiphp: Slot [16] registered\n[ 0.364676] acpiphp: Slot [17] registered\n[ 0.365485] acpiphp: Slot [18] registered\n[ 0.366298] acpiphp: Slot [19] registered\n[ 0.367112] acpiphp: Slot [20] registered\n[ 0.367931] acpiphp: Slot [21] registered\n[ 0.368747] acpiphp: Slot [22] registered\n[ 0.369557] acpiphp: Slot [23] registered\n[ 0.370371] acpiphp: Slot [24] registered\n[ 0.371194] acpiphp: Slot [25] registered\n[ 0.372014] acpiphp: Slot [26] registered\n[ 0.372828] acpiphp: Slot [27] registered\n[ 0.373641] acpiphp: Slot [28] registered\n[ 0.374456] acpiphp: Slot [29] registered\n[ 0.375268] acpiphp: Slot [30] registered\n[ 0.376091] acpiphp: Slot [31] registered\n[ 0.376900] PCI host bridge to bus 0000:00\n[ 0.377705] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.378915] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.380133] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.381592] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.383040] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.389600] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.390887] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.392072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.393347] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.400439] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.401881] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.454136] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455617] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457037] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.458456] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.459848] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.461128] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.462359] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.463417] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464951] vgaarb: loaded\n[ 0.465551] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467110] SCSI subsystem initialized\n[ 0.468004] ACPI: bus type USB registered\n[ 0.468830] usbcore: registered new interface driver usbfs\n[ 0.469854] usbcore: registered new interface driver hub\n[ 0.470868] usbcore: registered new device driver usb\n[ 0.471988] PCI: Using ACPI for IRQ routing\n[ 0.473028] NetLabel: Initializing\n[ 0.473745] NetLabel: domain hash size = 128\n[ 0.474589] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475544] NetLabel: unlabeled traffic allowed by default\n[ 0.476772] clocksource: Switched to clocksource kvm-clock\n[ 0.483248] AppArmor: AppArmor Filesystem Enabled\n[ 0.484211] pnp: PnP ACPI init\n[ 0.485162] pnp: PnP ACPI: found 5 devices\n[ 0.492162] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.493880] NET: Registered protocol family 2\n[ 0.494856] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.496148] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.497342] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.498506] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.499588] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.500784] NET: Registered protocol family 1\n[ 0.501663] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.502770] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.503841] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.522537] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.541247] Trying to unpack rootfs image as initramfs...\n[ 0.592730] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.610296] Scanning for low memory corruption every 60 seconds\n[ 0.612995] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.614721] audit: initializing netlink subsys (disabled)\n[ 0.616247] audit: type=2000 audit(1538665551.621:1): initialized\n[ 0.618135] Initialise system trusted keyring\n[ 0.619543] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621310] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624004] zbud: loaded\n[ 0.624963] VFS: Disk quotas dquot_6.6.0\n[ 0.626155] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628747] fuse init (API version 7.23)\n[ 0.630019] Key type big_key registered\n[ 0.631164] Allocating IMA MOK and blacklist keyrings.\n[ 0.632880] Key type asymmetric registered\n[ 0.634088] Asymmetric key parser 'x509' registered\n[ 0.635478] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637666] io scheduler noop registered\n[ 0.638811] io scheduler deadline registered (default)\n[ 0.640262] io scheduler cfq registered\n[ 0.641461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.643027] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644917] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646948] ACPI: Power Button [PWRF]\n[ 0.648113] GHES: HEST is not enabled!\n[ 0.666313] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703995] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.707090] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730801] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733751] Linux agpgart interface v0.103\n[ 0.736631] brd: module loaded\n[ 0.738827] loop: module loaded\n[ 0.744263] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.745912] GPT:90111 != 20971519\n[ 0.746649] GPT:Alternate GPT header not at the end of the disk.\n[ 0.747832] GPT:90111 != 20971519\n[ 0.748564] GPT: Use GNU Parted to correct GPT errors.\n[ 0.749631] vda: vda1 vda15\n[ 0.751315] scsi host0: ata_piix\n[ 0.752190] scsi host1: ata_piix\n[ 0.752996] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.754395] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.755964] libphy: Fixed MDIO Bus: probed\n[ 0.756920] tun: Universal TUN/TAP device driver, 1.6\n[ 0.757972] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.760092] PPP generic driver version 2.4.2\n[ 0.761200] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.762537] ehci-pci: EHCI PCI platform driver\n[ 0.763520] ehci-platform: EHCI generic platform driver\n[ 0.764622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.766000] ohci-pci: OHCI PCI platform driver\n[ 0.767012] ohci-platform: OHCI generic platform driver\n[ 0.768105] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.787403] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.788677] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.790382] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.791585] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.792845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.794229] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.795881] usb usb1: Product: UHCI Host Controller\n[ 0.796972] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.798433] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.799544] hub 1-0:1.0: USB hub found\n[ 0.800504] hub 1-0:1.0: 2 ports detected\n[ 0.801638] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804408] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.805697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807041] mousedev: PS/2 mouse device common for all mice\n[ 0.808541] rtc_cmos 00:00: RTC can wake from S4\n[ 0.810065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.812261] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.813936] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.815508] i2c /dev entries driver\n[ 0.816463] device-mapper: uevent: version 1.0.3\n[ 0.817719] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.819868] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.821587] NET: Registered protocol family 10\n[ 0.823240] NET: Registered protocol family 17\n[ 0.824414] Key type dns_resolver registered\n[ 0.825665] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.826751] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828187] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.830487] registered taskstats version 1\n[ 0.831562] Loading compiled-in X.509 certificates\n[ 0.833301] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.835778] zswap: loaded using pool lzo/zbud\n[ 0.838117] Key type trusted registered\n[ 0.840089] Key type encrypted registered\n[ 0.841194] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.842555] ima: No TPM chip found, activating TPM-bypass!\n[ 0.843929] evm: HMAC attrs: 0x1\n[ 0.845144] Magic number: 6:428:82\n[ 0.846200] rtc_cmos 00:00: setting system clock to 2018-10-04 15:05:51 UTC (1538665551)\n[ 0.859071] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.860554] EDD information not available.\n[ 0.909863] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911803] Write protecting the kernel read-only data: 14336k\n[ 0.913771] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.916066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.974265] 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 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.200.201.5...\nLease of 10.200.201.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.201.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.31. iid=i-000000b1\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=20953055,end=20971487\nvPing KO\nvPing KO\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.910 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGgqGPnNluBRUx6wnJYQ1YJaFMXz9pw+qae3smRMvLtLqJaWZy5N2buiIM65KQEVzhxP4PVqCV0Kx1Mf8Vkx3h3SuhKqWdPjoQmJWJgZOVClo3xZUgYutWubH8tuXzDzC+QxqsWlrf94xTY8HaZ+z10tFD5wvFO4EJEXC4p4YZfN6sdbncXMZ0nsUd3PNxaYd/ZpivXjnsSnTBvKofVJ36apsIhI/pmHRLIQMgILmv29q3nIZR8nKnHRYui9pfGtsFhmBndwvZBJaePtU9LBJDSBiMa6Tqf2rQaPRDAPMRgMHgGtpv+G6rrsVNwCQaX1Rie+ZDkMaqmL6xhkQNRjrD root@createinstancetwonettests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a\nssh-dss AAAAB3NzaC1kc3MAAACBALRUA5PHCvDe3TVBvW9EJnTZL7mVmXNgNDqpD/5vs2Iv5YXSWw7v7BVyWT94Jz+v7qExndrHS70YzPdAl7DQI5y9plvvTWeFdFcXhr04l+ibAHdaAJDb4gMYPpAThYNylgAsZXhiL5bVGnCy4bzlBTjHo4yGHeJaUOeuiaAR7fjhAAAAFQDHbuhplpbjE0swdiBs+fEDBglnawAAAIA5UHS9pkHNcM1zSPe8SuhJ/dB9TZxYIw6fsY9RYvP0qFGaZDIhB+eotiHvj45RgoyDIPjUitKOVu0trEzqiXcvijuI6OOf5sdhc1VfQLLSde9pbB53nOcpcJ/438SBHK3MsQJZaa8SZnCfwJSLwtWuMb7pktJxLpyS7b0qJYyONQAAAIBHdYb0MBxxiLa1UnCZ/dSNsVkcsgSvzOcHH8w5VbDK3Rz+YgFnxGfUOMrhLwwVcOFLre4IMEz7rPayZ1a/dv09DHm47qWqqbPfPvqhHCa9A7lzyCxRg29YyITKK3ZWcGj6tDJExppdlFQ8o9kzqpzHMuS/ETgL0t18mTjiejsBrA== root@createinstancetwonettests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.200.201.5,24,fe80::f816:3eff:fe62:3fe6/64,\nip-route:default via 10.200.201.1 dev eth0 \nip-route:10.200.201.0/24 dev eth0 src 10.200.201.5 \nip-route:169.254.169.254 via 10.200.201.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000b1\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=25.89 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a login: "} 2018-10-04 15:06:22,029 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71/action used request id req-b24d410c-39dd-41af-9c8f-1b5cd6f6909d 2018-10-04 15:06:23,034 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:06:23,504 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:06: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-b058ce5e-14ee-4852-8a81-caca3109ef61 x-compute-request-id: req-b058ce5e-14ee-4852-8a81-caca3109ef61 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:65:fd", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5af39144-51f6-4f96-a7b3-7df2f0721320", "rel": "bookmark"}], "image": {"id": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "links": [{"href": "http://172.30.9.23:8774/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:06:11.000000", "flavor": {"id": "e331c4c9-4db6-47d3-b940-ce9640609dba", "links": [{"href": "http://172.30.9.23:8774/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "bookmark"}]}, "id": "5af39144-51f6-4f96-a7b3-7df2f0721320", "security_groups": [{"name": "default"}], "user_id": "ae166e0664904ab88137f9ed4478b3b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:06:14Z", "hostId": "ab31ab2c71588386334ad7ad4d01549a8187e253e939a8fc1460703b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst2", "created": "2018-10-04T15:06:03Z", "tenant_id": "124896ddcce7428cb250f13bce117746", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:06:23,504 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320 used request id req-b058ce5e-14ee-4852-8a81-caca3109ef61 2018-10-04 15:06:23,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:06:24,612 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:06: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-a7af4fd7-e45b-4852-8296-a853ac2b9251 x-compute-request-id: req-a7af4fd7-e45b-4852-8296-a853ac2b9251 Content-Encoding: gzip Content-Length: 9647 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520582783 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136229] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137925] pid_max: default: 32768 minimum: 301\n[ 0.138849] ACPI: Core revision 20150930\n[ 0.140252] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141594] Security Framework initialized\n[ 0.142422] Yama: becoming mindful.\n[ 0.143163] AppArmor: AppArmor initialized\n[ 0.144048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145384] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146671] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147918] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149300] Initializing cgroup subsys io\n[ 0.150119] Initializing cgroup subsys memory\n[ 0.150986] Initializing cgroup subsys devices\n[ 0.151902] Initializing cgroup subsys freezer\n[ 0.152774] Initializing cgroup subsys net_cls\n[ 0.153654] Initializing cgroup subsys perf_event\n[ 0.154583] Initializing cgroup subsys net_prio\n[ 0.155505] Initializing cgroup subsys hugetlb\n[ 0.156389] Initializing cgroup subsys pids\n[ 0.157295] CPU: Physical Processor ID: 0\n[ 0.158813] mce: CPU supports 10 MCE banks\n[ 0.159700] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160719] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169347] ftrace: allocating 31920 entries in 125 pages\n[ 0.195600] smpboot: Max logical packages: 2\n[ 0.196495] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197711] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199060] x2apic enabled\n[ 0.199916] Switched APIC routing to physical x2apic.\n[ 0.201656] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202917] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205080] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207018] KVM setup paravirtual spinlock\n[ 0.208500] x86: Booting SMP configuration:\n[ 0.209393] .... node #0, CPUs: #1\n[ 0.210287] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.232010] x86: Booted up 1 node, 2 CPUs\n[ 0.232012] KVM setup async PF for cpu 1\n[ 0.232015] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.234682] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.236216] devtmpfs: initialized\n[ 0.237965] evm: security.selinux\n[ 0.238690] evm: security.SMACK64\n[ 0.239398] evm: security.SMACK64EXEC\n[ 0.240166] evm: security.SMACK64TRANSMUTE\n[ 0.241000] evm: security.SMACK64MMAP\n[ 0.241757] evm: security.ima\n[ 0.242404] evm: security.capability\n[ 0.243244] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.245171] pinctrl core: initialized pinctrl subsystem\n[ 0.246323] RTC time: 15:06:11, date: 10/04/18\n[ 0.247343] NET: Registered protocol family 16\n[ 0.257130] cpuidle: using governor ladder\n[ 0.269145] cpuidle: using governor menu\n[ 0.270142] PCCT header not found.\n[ 0.271065] ACPI: bus type PCI registered\n[ 0.272011] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.273520] PCI: Using configuration type 1 for base access\n[ 0.285738] ACPI: Added _OSI(Module Device)\n[ 0.286780] ACPI: Added _OSI(Processor Device)\n[ 0.287776] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288864] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.291336] ACPI: Interpreter enabled\n[ 0.292254] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.296588] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.298722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.300963] ACPI: (supports S0 S5)\n[ 0.301802] ACPI: Using IOAPIC for interrupt routing\n[ 0.302924] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307958] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309433] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310904] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.313633] acpiphp: Slot [3] registered\n[ 0.314568] acpiphp: Slot [4] registered\n[ 0.315499] acpiphp: Slot [5] registered\n[ 0.316423] acpiphp: Slot [6] registered\n[ 0.317366] acpiphp: Slot [7] registered\n[ 0.318289] acpiphp: Slot [8] registered\n[ 0.319238] acpiphp: Slot [9] registered\n[ 0.320180] acpiphp: Slot [10] registered\n[ 0.331042] acpiphp: Slot [11] registered\n[ 0.331987] acpiphp: Slot [12] registered\n[ 0.332947] acpiphp: Slot [13] registered\n[ 0.333929] acpiphp: Slot [14] registered\n[ 0.334886] acpiphp: Slot [15] registered\n[ 0.335846] acpiphp: Slot [16] registered\n[ 0.336802] acpiphp: Slot [17] registered\n[ 0.337754] acpiphp: Slot [18] registered\n[ 0.338707] acpiphp: Slot [19] registered\n[ 0.339663] acpiphp: Slot [20] registered\n[ 0.340624] acpiphp: Slot [21] registered\n[ 0.341573] acpiphp: Slot [22] registered\n[ 0.342542] acpiphp: Slot [23] registered\n[ 0.343501] acpiphp: Slot [24] registered\n[ 0.344453] acpiphp: Slot [25] registered\n[ 0.345407] acpiphp: Slot [26] registered\n[ 0.346365] acpiphp: Slot [27] registered\n[ 0.347325] acpiphp: Slot [28] registered\n[ 0.348291] acpiphp: Slot [29] registered\n[ 0.349249] acpiphp: Slot [30] registered\n[ 0.350210] acpiphp: Slot [31] registered\n[ 0.351141] PCI host bridge to bus 0000:00\n[ 0.352103] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.353572] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.355051] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.356774] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.358481] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.364911] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.366459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.367851] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.369359] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.375739] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.377421] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.423262] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.424978] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.426620] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.428267] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.429891] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.431824] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.433179] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.434470] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.436295] vgaarb: loaded\n[ 0.436997] vgaarb: bridge control possible 0000:00:02.0\n[ 0.438710] SCSI subsystem initialized\n[ 0.439690] ACPI: bus type USB registered\n[ 0.440665] usbcore: registered new interface driver usbfs\n[ 0.441904] usbcore: registered new interface driver hub\n[ 0.443098] usbcore: registered new device driver usb\n[ 0.444387] PCI: Using ACPI for IRQ routing\n[ 0.445608] NetLabel: Initializing\n[ 0.446442] NetLabel: domain hash size = 128\n[ 0.447417] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.448518] NetLabel: unlabeled traffic allowed by default\n[ 0.449834] clocksource: Switched to clocksource kvm-clock\n[ 0.456121] AppArmor: AppArmor Filesystem Enabled\n[ 0.457282] pnp: PnP ACPI init\n[ 0.458312] pnp: PnP ACPI: found 5 devices\n[ 0.465203] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.467268] NET: Registered protocol family 2\n[ 0.468408] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.469962] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.471358] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.472751] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.474036] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475438] NET: Registered protocol family 1\n[ 0.476458] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.477764] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479041] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.497806] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.516655] Trying to unpack rootfs image as initramfs...\n[ 0.566974] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.582675] Scanning for low memory corruption every 60 seconds\n[ 0.584261] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.585438] audit: initializing netlink subsys (disabled)\n[ 0.586484] audit: type=2000 audit(1538665572.622:1): initialized\n[ 0.587797] Initialise system trusted keyring\n[ 0.588740] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.589914] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.592016] zbud: loaded\n[ 0.593112] VFS: Disk quotas dquot_6.6.0\n[ 0.593955] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.595533] fuse init (API version 7.23)\n[ 0.596415] Key type big_key registered\n[ 0.597216] Allocating IMA MOK and blacklist keyrings.\n[ 0.598453] Key type asymmetric registered\n[ 0.599272] Asymmetric key parser 'x509' registered\n[ 0.600229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.601708] io scheduler noop registered\n[ 0.602508] io scheduler deadline registered (default)\n[ 0.603494] io scheduler cfq registered\n[ 0.604324] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.605365] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.606629] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.608071] ACPI: Power Button [PWRF]\n[ 0.608933] GHES: HEST is not enabled!\n[ 0.627125] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.664708] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.667103] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.691059] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.693224] Linux agpgart interface v0.103\n[ 0.695571] brd: module loaded\n[ 0.697265] loop: module loaded\n[ 0.702782] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.704246] GPT:90111 != 20971519\n[ 0.704933] GPT:Alternate GPT header not at the end of the disk.\n[ 0.706023] GPT:90111 != 20971519\n[ 0.706713] GPT: Use GNU Parted to correct GPT errors.\n[ 0.707671] vda: vda1 vda15\n[ 0.709166] scsi host0: ata_piix\n[ 0.709964] scsi host1: ata_piix\n[ 0.710674] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.711873] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.713122] libphy: Fixed MDIO Bus: probed\n[ 0.714049] tun: Universal TUN/TAP device driver, 1.6\n[ 0.714990] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.716904] PPP generic driver version 2.4.2\n[ 0.717795] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731991] ehci-pci: EHCI PCI platform driver\n[ 0.740730] ehci-platform: EHCI generic platform driver\n[ 0.741762] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.742976] ohci-pci: OHCI PCI platform driver\n[ 0.743884] ohci-platform: OHCI generic platform driver\n[ 0.744920] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.764020] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.765042] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.766537] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.767552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.768669] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.770011] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.771542] usb usb1: Product: UHCI Host Controller\n[ 0.772543] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.773820] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.774868] hub 1-0:1.0: USB hub found\n[ 0.775720] hub 1-0:1.0: 2 ports detected\n[ 0.776681] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.778970] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780027] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781154] mousedev: PS/2 mouse device common for all mice\n[ 0.782414] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784068] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.785798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.787089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.788278] i2c /dev entries driver\n[ 0.789045] device-mapper: uevent: version 1.0.3\n[ 0.789980] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.791591] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.792940] NET: Registered protocol family 10\n[ 0.793946] NET: Registered protocol family 17\n[ 0.794839] Key type dns_resolver registered\n[ 0.795773] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796882] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.797969] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.799703] registered taskstats version 1\n[ 0.800533] Loading compiled-in X.509 certificates\n[ 0.801971] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.803819] zswap: loaded using pool lzo/zbud\n[ 0.805312] Key type trusted registered\n[ 0.806971] Key type encrypted registered\n[ 0.807804] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.808821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.809863] evm: HMAC attrs: 0x1\n[ 0.810827] Magic number: 6:978:132\n[ 0.811615] acpi device:07: hash matches\n[ 0.822786] rtc_cmos 00:00: setting system clock to 2018-10-04 15:06:12 UTC (1538665572)\n[ 0.824416] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.825522] EDD information not available.\n[ 0.866997] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868536] Write protecting the kernel read-only data: 14336k\n[ 0.870171] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.871976] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927111] 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 1.55\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.200.202.5...\nLease of 10.200.202.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.202.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.77. iid=i-000000b4\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=20953055,end=20971487\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQChtDRWN1MXxnOvPCZ7G6jEN9QCswtRAzeYQ1bQu1iwoOC9rLudydBfh5pfWgRjkT/xK2L9RzTYY/Nmpo5l3ixq0ZqYicSgGH37p8Wj73/6cLl+bPfT/Mnz5qQxG2z1F0Htd2gdn+xJzZlXX/ZtLIJMmwBO5hX4yRtx9nn3/UGKU4oVddMXGbCBww/DemRaq6d0uVh051QgL0cKHsJlusCiXWlmlCgJ+EOSbenpYsgkmwlihXVJ4s2PwB9a+cwgV+GiiM4/4ZNrTYsruOhe9F9C44u/SAZod1SX/zS0FYGD8UBxFIuAOyz4l/HYgfOfEIjq3Et8pFCSlCrfJb5TKDjT root@createinstancetwonettests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a\nssh-dss AAAAB3NzaC1kc3MAAACBAJ7uixT7FAbMjCRWfLo9WsOQDn9Gwu3CS9ZmCtXpH3TEGcOLK2XNpr8Uq33AOQ195uEq7wDt+wyKcJ2AJ6GDyVLu5g9TxoIVP2KmE+aNZiqwYA3gufygbTHh5rVvtW79HF0RI47g2JpiiSjObjuazH/Yu9hc+L4C16Dmr2CyT13HAAAAFQDdyFg0LubrgrnJ3qo+QsYJzWBcuQAAAIBrAb0oqFh2giwUOIpBYdaFrllo484uc3nkInFFMlV2xlJo7VYNNC9QtHJ2TwnE3Pczkb4IUOkQIoD1nWg/1HuUCtSiU00JobcAmQwRGkhSMjT84gcM25TpPQarcamgESMeg61J8fsZsYOldwOjsaCbBaKpoyHCvNitG770RJSraQAAAIEAnHqm09vvgjY9I8eTMpwpUNkGwpPvfIpjanklK/tnpLQkNdwD8Z5hvruckld3iCUZSh81rFLoY3mVXhu9WcE/zHtDFV4ksuuVgtnwHKAKz6qYe6XWcjXSO7Rq2AXgueQpi2Ztul6hkCWw0xsdRgGIgUX76t59Z2rAQs2Hbn6/T9Q= root@createinstancetwonettests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.200.202.5,24,fe80::f816:3eff:fe52:65fd/64,\nip-route:default via 10.200.202.1 dev eth0 \nip-route:10.200.202.0/24 dev eth0 src 10.200.202.5 \nip-route:169.254.169.254 via 10.200.202.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000b4\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.92 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a login: "} 2018-10-04 15:06:24,613 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320/action used request id req-a7af4fd7-e45b-4852-8296-a853ac2b9251 2018-10-04 15:06:24,614 - create_instance - INFO - Deleting Port with ID - 860f7de5-f6c8-4c71-b22a-e752872b0b01 2018-10-04 15:06:24,614 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-vm1-port 2018-10-04 15:06:24,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/860f7de5-f6c8-4c71-b22a-e752872b0b01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:06:25,207 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fdd8f431-6fec-4198-a33b-8f10c7a4a647 Date: Thu, 04 Oct 2018 15:06:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:06:25,207 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/860f7de5-f6c8-4c71-b22a-e752872b0b01 used request id req-fdd8f431-6fec-4198-a33b-8f10c7a4a647 2018-10-04 15:06:25,207 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst1 2018-10-04 15:06:25,210 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:06:25,911 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:06:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fc628fd9-830e-4943-b792-706b3223cf6e x-compute-request-id: req-fc628fd9-830e-4943-b792-706b3223cf6e Content-Type: application/json 2018-10-04 15:06:25,911 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71 used request id req-fc628fd9-830e-4943-b792-706b3223cf6e 2018-10-04 15:06:25,911 - create_instance - INFO - Checking deletion status 2018-10-04 15:06:25,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:06:26,153 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:06:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61b240a3-423d-4b80-ac71-3b7e865c2f49 x-compute-request-id: req-61b240a3-423d-4b80-ac71-3b7e865c2f49 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/35e1e44f-c382-4f9e-923a-a16fad529d71", "rel": "bookmark"}], "image": {"id": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "links": [{"href": "http://172.30.9.23:8774/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:05:50.000000", "flavor": {"id": "e331c4c9-4db6-47d3-b940-ce9640609dba", "links": [{"href": "http://172.30.9.23:8774/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "bookmark"}]}, "id": "35e1e44f-c382-4f9e-923a-a16fad529d71", "user_id": "ae166e0664904ab88137f9ed4478b3b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:06:25Z", "hostId": "05fbf8edb93cc2a97715cecb6ea1afcb30bfe9fb9e7fc43e4b9014bf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst1", "created": "2018-10-04T15:05:46Z", "tenant_id": "124896ddcce7428cb250f13bce117746", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:06:26,153 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71 used request id req-61b240a3-423d-4b80-ac71-3b7e865c2f49 2018-10-04 15:06:26,153 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst1] is - ACTIVE 2018-10-04 15:06:26,154 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:06:29,157 - create_instance - DEBUG - VM status query timeout in 296.754645824 2018-10-04 15:06:29,160 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:06:29,414 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:06:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eaf65bec-30ba-4ce7-b485-221a0c8218c1 x-compute-request-id: req-eaf65bec-30ba-4ce7-b485-221a0c8218c1 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/35e1e44f-c382-4f9e-923a-a16fad529d71", "rel": "bookmark"}], "image": {"id": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "links": [{"href": "http://172.30.9.23:8774/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:05:50.000000", "flavor": {"id": "e331c4c9-4db6-47d3-b940-ce9640609dba", "links": [{"href": "http://172.30.9.23:8774/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "bookmark"}]}, "id": "35e1e44f-c382-4f9e-923a-a16fad529d71", "user_id": "ae166e0664904ab88137f9ed4478b3b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:06:25Z", "hostId": "05fbf8edb93cc2a97715cecb6ea1afcb30bfe9fb9e7fc43e4b9014bf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst1", "created": "2018-10-04T15:05:46Z", "tenant_id": "124896ddcce7428cb250f13bce117746", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:06:29,414 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71 used request id req-eaf65bec-30ba-4ce7-b485-221a0c8218c1 2018-10-04 15:06:29,414 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst1] is - ACTIVE 2018-10-04 15:06:29,414 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:06:32,418 - create_instance - DEBUG - VM status query timeout in 293.493857861 2018-10-04 15:06:32,421 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:06:32,659 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:06:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73f1e0e0-d50f-43be-a259-95244621b71e x-compute-request-id: req-73f1e0e0-d50f-43be-a259-95244621b71e Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/35e1e44f-c382-4f9e-923a-a16fad529d71", "rel": "bookmark"}], "image": {"id": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "links": [{"href": "http://172.30.9.23:8774/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:05:50.000000", "flavor": {"id": "e331c4c9-4db6-47d3-b940-ce9640609dba", "links": [{"href": "http://172.30.9.23:8774/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "bookmark"}]}, "id": "35e1e44f-c382-4f9e-923a-a16fad529d71", "user_id": "ae166e0664904ab88137f9ed4478b3b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:06:25Z", "hostId": "05fbf8edb93cc2a97715cecb6ea1afcb30bfe9fb9e7fc43e4b9014bf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst1", "created": "2018-10-04T15:05:46Z", "tenant_id": "124896ddcce7428cb250f13bce117746", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:06:32,659 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71 used request id req-73f1e0e0-d50f-43be-a259-95244621b71e 2018-10-04 15:06:32,660 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst1] is - ACTIVE 2018-10-04 15:06:32,660 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:06:35,663 - create_instance - DEBUG - VM status query timeout in 290.248594046 2018-10-04 15:06:35,666 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf08439d5c075c8c8ea235afc839c9678b8875df" 2018-10-04 15:06:35,717 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:06: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-1630053e-3ba7-492c-8f8a-3629fee36741 x-compute-request-id: req-1630053e-3ba7-492c-8f8a-3629fee36741 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 35e1e44f-c382-4f9e-923a-a16fad529d71 could not be found.", "code": 404}} 2018-10-04 15:06:35,717 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/35e1e44f-c382-4f9e-923a-a16fad529d71 used request id req-1630053e-3ba7-492c-8f8a-3629fee36741 2018-10-04 15:06:35,717 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 35e1e44f-c382-4f9e-923a-a16fad529d71 could not be found. (HTTP 404) (Request-ID: req-1630053e-3ba7-492c-8f8a-3629fee36741) 2018-10-04 15:06:35,717 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst1 2018-10-04 15:06:35,718 - create_instance - INFO - Deleting Port with ID - 4cccaba0-798b-49b0-a372-f13b839d533f 2018-10-04 15:06:35,719 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-vm2-port 2018-10-04 15:06:35,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/4cccaba0-798b-49b0-a372-f13b839d533f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:06:36,140 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6a4a95fe-7151-454f-8553-39d05644494f Date: Thu, 04 Oct 2018 15:06:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:06:36,140 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/4cccaba0-798b-49b0-a372-f13b839d533f used request id req-6a4a95fe-7151-454f-8553-39d05644494f 2018-10-04 15:06:36,140 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst2 2018-10-04 15:06:36,143 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:06:36,284 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:06:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-613ed19b-1688-4b38-9119-2d33d9958f38 x-compute-request-id: req-613ed19b-1688-4b38-9119-2d33d9958f38 Content-Type: application/json 2018-10-04 15:06:36,284 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320 used request id req-613ed19b-1688-4b38-9119-2d33d9958f38 2018-10-04 15:06:36,284 - create_instance - INFO - Checking deletion status 2018-10-04 15:06:36,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:06:36,553 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:06:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed764a2c-60f3-4421-8429-42e43d2966dc x-compute-request-id: req-ed764a2c-60f3-4421-8429-42e43d2966dc Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:65:fd", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5af39144-51f6-4f96-a7b3-7df2f0721320", "rel": "bookmark"}], "image": {"id": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "links": [{"href": "http://172.30.9.23:8774/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:06:11.000000", "flavor": {"id": "e331c4c9-4db6-47d3-b940-ce9640609dba", "links": [{"href": "http://172.30.9.23:8774/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "bookmark"}]}, "id": "5af39144-51f6-4f96-a7b3-7df2f0721320", "user_id": "ae166e0664904ab88137f9ed4478b3b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:06:36Z", "hostId": "ab31ab2c71588386334ad7ad4d01549a8187e253e939a8fc1460703b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst2", "created": "2018-10-04T15:06:03Z", "tenant_id": "124896ddcce7428cb250f13bce117746", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:06:36,553 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320 used request id req-ed764a2c-60f3-4421-8429-42e43d2966dc 2018-10-04 15:06:36,553 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst2] is - ACTIVE 2018-10-04 15:06:36,554 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:06:39,557 - create_instance - DEBUG - VM status query timeout in 296.727731943 2018-10-04 15:06:39,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:06:39,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:06: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-4a2aafb7-c2d6-4dbf-b8f2-16ce9b3510cf x-compute-request-id: req-4a2aafb7-c2d6-4dbf-b8f2-16ce9b3510cf Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5af39144-51f6-4f96-a7b3-7df2f0721320", "rel": "bookmark"}], "image": {"id": "7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "links": [{"href": "http://172.30.9.23:8774/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:06:11.000000", "flavor": {"id": "e331c4c9-4db6-47d3-b940-ce9640609dba", "links": [{"href": "http://172.30.9.23:8774/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba", "rel": "bookmark"}]}, "id": "5af39144-51f6-4f96-a7b3-7df2f0721320", "user_id": "ae166e0664904ab88137f9ed4478b3b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:06:36Z", "hostId": "ab31ab2c71588386334ad7ad4d01549a8187e253e939a8fc1460703b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst2", "created": "2018-10-04T15:06:03Z", "tenant_id": "124896ddcce7428cb250f13bce117746", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:06:39,949 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320 used request id req-4a2aafb7-c2d6-4dbf-b8f2-16ce9b3510cf 2018-10-04 15:06:39,949 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst2] is - ACTIVE 2018-10-04 15:06:39,950 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:06:42,953 - create_instance - DEBUG - VM status query timeout in 293.331681013 2018-10-04 15:06:42,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a26931502074a52e99a5170eef0e870988f6e8" 2018-10-04 15:06:42,999 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:06:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-90b27763-86df-4f55-b981-4c7a830e60b4 x-compute-request-id: req-90b27763-86df-4f55-b981-4c7a830e60b4 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 5af39144-51f6-4f96-a7b3-7df2f0721320 could not be found.", "code": 404}} 2018-10-04 15:06:42,999 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5af39144-51f6-4f96-a7b3-7df2f0721320 used request id req-90b27763-86df-4f55-b981-4c7a830e60b4 2018-10-04 15:06:42,999 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 5af39144-51f6-4f96-a7b3-7df2f0721320 could not be found. (HTTP 404) (Request-ID: req-90b27763-86df-4f55-b981-4c7a830e60b4) 2018-10-04 15:06:42,999 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-inst2 2018-10-04 15:06:43,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd1319c4f9157987bb95f4df83a84e199145880" 2018-10-04 15:06:43,052 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:06:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e37c62cf-4a0f-4c67-b5a1-c03412c8759d x-compute-request-id: req-e37c62cf-4a0f-4c67-b5a1-c03412c8759d Content-Length: 0 Content-Type: application/json 2018-10-04 15:06:43,052 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/e331c4c9-4db6-47d3-b940-ce9640609dba used request id req-e37c62cf-4a0f-4c67-b5a1-c03412c8759d 2018-10-04 15:06:43,053 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-pub-router and port CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-router-port1 2018-10-04 15:06:43,053 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-pub-router 2018-10-04 15:06:43,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/3255a1fb-ddaa-4247-a325-17b9d0fa3f37/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" -d '{"port_id": "ba37d999-a8b6-4d85-99e4-12d9ca52c49e"}' 2018-10-04 15:06:44,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f0c4bee6-0982-49df-a557-80011f740e12 Date: Thu, 04 Oct 2018 15:06:44 GMT RESP BODY: {"network_id": "23c57023-48e1-45ea-aa89-2122deede7b7", "tenant_id": "124896ddcce7428cb250f13bce117746", "subnet_id": "adf5ff1f-1c86-4058-b250-1c91f6faa0d8", "subnet_ids": ["adf5ff1f-1c86-4058-b250-1c91f6faa0d8"], "port_id": "ba37d999-a8b6-4d85-99e4-12d9ca52c49e", "id": "3255a1fb-ddaa-4247-a325-17b9d0fa3f37"} 2018-10-04 15:06:44,491 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/3255a1fb-ddaa-4247-a325-17b9d0fa3f37/remove_router_interface used request id req-f0c4bee6-0982-49df-a557-80011f740e12 2018-10-04 15:06:44,492 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-pub-router and port CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-router-port2 2018-10-04 15:06:44,492 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-pub-router 2018-10-04 15:06:44,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/3255a1fb-ddaa-4247-a325-17b9d0fa3f37/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" -d '{"port_id": "9e99a0b7-c3e2-4f07-ae4c-df70f16a02d2"}' 2018-10-04 15:06:46,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-61752358-7da1-42eb-a1e3-b1d3ac88bdc6 Date: Thu, 04 Oct 2018 15:06:46 GMT RESP BODY: {"network_id": "0353093f-68f8-4423-b179-7fc508ce0f69", "tenant_id": "124896ddcce7428cb250f13bce117746", "subnet_id": "590cb8d8-9d12-439b-8cfb-7a528145fda7", "subnet_ids": ["590cb8d8-9d12-439b-8cfb-7a528145fda7"], "port_id": "9e99a0b7-c3e2-4f07-ae4c-df70f16a02d2", "id": "3255a1fb-ddaa-4247-a325-17b9d0fa3f37"} 2018-10-04 15:06:46,049 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/3255a1fb-ddaa-4247-a325-17b9d0fa3f37/remove_router_interface used request id req-61752358-7da1-42eb-a1e3-b1d3ac88bdc6 2018-10-04 15:06:46,049 - OpenStackNetwork - INFO - Removing router CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-pub-router 2018-10-04 15:06:46,050 - neutron_utils - INFO - Deleting router with name - CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-pub-router 2018-10-04 15:06:46,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/3255a1fb-ddaa-4247-a325-17b9d0fa3f37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0b789a4ddc6c26d29e00fb0c8ca04947edf55b" 2018-10-04 15:06:49,441 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c98e9589-868a-4fae-b081-13f6d01fe2e2 Content-Length: 0 Date: Thu, 04 Oct 2018 15:06:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:06:49,442 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/3255a1fb-ddaa-4247-a325-17b9d0fa3f37 used request id req-c98e9589-868a-4fae-b081-13f6d01fe2e2 2018-10-04 15:06:49,443 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet1 2018-10-04 15:06:49,443 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet1 2018-10-04 15:06:49,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/adf5ff1f-1c86-4058-b250-1c91f6faa0d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f260d83486150704a84f05e9fd8af46b91e0417" 2018-10-04 15:06:51,932 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2bc1e6e0-fa49-4085-99fa-f39c42069af3 Date: Thu, 04 Oct 2018 15:06:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:06:51,932 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/adf5ff1f-1c86-4058-b250-1c91f6faa0d8 used request id req-2bc1e6e0-fa49-4085-99fa-f39c42069af3 2018-10-04 15:06:51,932 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net1 2018-10-04 15:06:51,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/23c57023-48e1-45ea-aa89-2122deede7b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f260d83486150704a84f05e9fd8af46b91e0417" 2018-10-04 15:06:53,293 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7e7aac2e-4b97-482b-8d94-1613a42877c6 Date: Thu, 04 Oct 2018 15:06:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:06:53,293 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/23c57023-48e1-45ea-aa89-2122deede7b7 used request id req-7e7aac2e-4b97-482b-8d94-1613a42877c6 2018-10-04 15:06:53,294 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet2 2018-10-04 15:06:53,294 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-subnet2 2018-10-04 15:06:53,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/590cb8d8-9d12-439b-8cfb-7a528145fda7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0e09a6bb516b708551e0d8abefdcd687e9a7024" 2018-10-04 15:06:55,674 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-be2b1f0c-7c43-45a1-9a61-4554b5e8dc97 Date: Thu, 04 Oct 2018 15:06:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:06:55,674 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/590cb8d8-9d12-439b-8cfb-7a528145fda7 used request id req-be2b1f0c-7c43-45a1-9a61-4554b5e8dc97 2018-10-04 15:06:55,674 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-net2 2018-10-04 15:06:55,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/0353093f-68f8-4423-b179-7fc508ce0f69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0e09a6bb516b708551e0d8abefdcd687e9a7024" 2018-10-04 15:06:56,966 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dff957b8-3e8e-431e-a19d-6849364ecbcc Date: Thu, 04 Oct 2018 15:06:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:06:56,966 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/0353093f-68f8-4423-b179-7fc508ce0f69 used request id req-dff957b8-3e8e-431e-a19d-6849364ecbcc 2018-10-04 15:06:56,967 - neutron_utils - INFO - Deleting security group rule with ID - e3fb4cdb-3d96-4d9f-ab21-1502ee009081 2018-10-04 15:06:56,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/e3fb4cdb-3d96-4d9f-ab21-1502ee009081 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e02cbf7bb0fcaebffedaea0747564f293ff4f" 2018-10-04 15:06:57,095 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9e3156a7-b51b-4e41-88a9-8fb1097f261a Content-Length: 0 Date: Thu, 04 Oct 2018 15:06:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:06:57,095 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/e3fb4cdb-3d96-4d9f-ab21-1502ee009081 used request id req-9e3156a7-b51b-4e41-88a9-8fb1097f261a 2018-10-04 15:06:57,095 - neutron_utils - INFO - Deleting security group rule with ID - eb4b4f55-4fab-4998-a568-31784ea522ce 2018-10-04 15:06:57,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/eb4b4f55-4fab-4998-a568-31784ea522ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e02cbf7bb0fcaebffedaea0747564f293ff4f" 2018-10-04 15:06:57,345 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c1c6fcfd-3256-45ff-a9b0-8ba7b45f454a Content-Length: 0 Date: Thu, 04 Oct 2018 15:06:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:06:57,345 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/eb4b4f55-4fab-4998-a568-31784ea522ce used request id req-c1c6fcfd-3256-45ff-a9b0-8ba7b45f454a 2018-10-04 15:06:57,346 - neutron_utils - INFO - Deleting security group rule with ID - f1a92192-81b7-4cb5-8df2-6287a98a5788 2018-10-04 15:06:57,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/f1a92192-81b7-4cb5-8df2-6287a98a5788 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e02cbf7bb0fcaebffedaea0747564f293ff4f" 2018-10-04 15:06:57,589 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6a164d57-ce2f-40a5-94a9-c0253ebc0502 Content-Length: 0 Date: Thu, 04 Oct 2018 15:06:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:06:57,589 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/f1a92192-81b7-4cb5-8df2-6287a98a5788 used request id req-6a164d57-ce2f-40a5-94a9-c0253ebc0502 2018-10-04 15:06:57,590 - neutron_utils - INFO - Deleting security group with name - CreateInstanceTwoNetTests-d4a2fb50-9c13-4f6f-ad2e-fd664e48823a-sec-grp 2018-10-04 15:06:57,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/c2ea4069-9d63-4b88-8214-dc49913204fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e02cbf7bb0fcaebffedaea0747564f293ff4f" 2018-10-04 15:06:57,902 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2660189f-11cb-4e9f-8aa8-fa133eec523e Content-Length: 0 Date: Thu, 04 Oct 2018 15:06:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:06:57,902 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/c2ea4069-9d63-4b88-8214-dc49913204fb used request id req-2660189f-11cb-4e9f-8aa8-fa133eec523e 2018-10-04 15:06:57,903 - glance_utils - INFO - Deleting image named - CreateInstanceTwoNetTests-7b172d61-d2b8-4cae-8b18-56611eeec7f6 2018-10-04 15:06:57,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e26885260579995aa08198e6dc7b9de9f83b7204" 2018-10-04 15:06:59,604 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-77838060-5015-4613-a628-c50fc113a60a Date: Thu, 04 Oct 2018 15:06:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:06:59,604 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/7cefe215-f18a-4d9b-8b55-5da6b0d6fbad used request id req-77838060-5015-4613-a628-c50fc113a60a 2018-10-04 15:06:59,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e88be64e5d0396dff8b04ada31986f1cbf85c930" 2018-10-04 15:06:59,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-740f6249-a430-4919-8b69-27cac052cde1 Date: Thu, 04 Oct 2018 15:06:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "124896ddcce7428cb250f13bce117746", "created_at": "2018-10-04T15:05:15Z", "updated_at": "2018-10-04T15:05:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:05:15Z", "revision_number": 0, "id": "49a424b7-18a7-4677-8d67-57959b8c71cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:05:15Z", "security_group_id": "32688f23-804f-4945-a2fb-fc07f4eb9529", "tenant_id": "124896ddcce7428cb250f13bce117746", "port_range_min": null, "ethertype": "IPv4", "project_id": "124896ddcce7428cb250f13bce117746"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:05:15Z", "revision_number": 0, "id": "5388ff48-3ea2-4792-b7e9-ebe4a6449597", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:05:15Z", "security_group_id": "32688f23-804f-4945-a2fb-fc07f4eb9529", "tenant_id": "124896ddcce7428cb250f13bce117746", "port_range_min": null, "ethertype": "IPv6", "project_id": "124896ddcce7428cb250f13bce117746"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:05:15Z", "revision_number": 0, "id": "e7eecf0e-88c4-460d-9bb5-b56127e01acf", "remote_group_id": "32688f23-804f-4945-a2fb-fc07f4eb9529", "remote_ip_prefix": null, "created_at": "2018-10-04T15:05:15Z", "security_group_id": "32688f23-804f-4945-a2fb-fc07f4eb9529", "tenant_id": "124896ddcce7428cb250f13bce117746", "port_range_min": null, "ethertype": "IPv4", "project_id": "124896ddcce7428cb250f13bce117746"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:05:15Z", "revision_number": 0, "id": "fd23641f-ab4b-4f47-83ae-e6baccd7c057", "remote_group_id": "32688f23-804f-4945-a2fb-fc07f4eb9529", "remote_ip_prefix": null, "created_at": "2018-10-04T15:05:15Z", "security_group_id": "32688f23-804f-4945-a2fb-fc07f4eb9529", "tenant_id": "124896ddcce7428cb250f13bce117746", "port_range_min": null, "ethertype": "IPv6", "project_id": "124896ddcce7428cb250f13bce117746"}], "revision_number": 4, "project_id": "124896ddcce7428cb250f13bce117746", "id": "32688f23-804f-4945-a2fb-fc07f4eb9529", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:06:59,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-740f6249-a430-4919-8b69-27cac052cde1 2018-10-04 15:06:59,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e88be64e5d0396dff8b04ada31986f1cbf85c930" 2018-10-04 15:06:59,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:06:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b07abc91-68ff-411c-9753-c3687c861bad Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:06:59,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-b07abc91-68ff-411c-9753-c3687c861bad 2018-10-04 15:06:59,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e88be64e5d0396dff8b04ada31986f1cbf85c930" 2018-10-04 15:07:00,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:06:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f54350f-1cba-49a2-9eeb-4bf47291721f Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:07:00,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-0f54350f-1cba-49a2-9eeb-4bf47291721f 2018-10-04 15:07:00,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e88be64e5d0396dff8b04ada31986f1cbf85c930" 2018-10-04 15:07:00,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fb07cb6-689a-49aa-a21a-2f50dbe9cf16 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746"}, "enabled": true, "id": "124896ddcce7428cb250f13bce117746", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj"}} 2018-10-04 15:07:00,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 used request id req-2fb07cb6-689a-49aa-a21a-2f50dbe9cf16 2018-10-04 15:07:00,086 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 32688f23-804f-4945-a2fb-fc07f4eb9529 2018-10-04 15:07:00,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=32688f23-804f-4945-a2fb-fc07f4eb9529 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e88be64e5d0396dff8b04ada31986f1cbf85c930" 2018-10-04 15:07:00,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a37cf9ee-01ea-47ab-a000-d20ac9336c45 Date: Thu, 04 Oct 2018 15:07:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:05:15Z", "security_group_id": "32688f23-804f-4945-a2fb-fc07f4eb9529", "port_range_min": null, "revision_number": 0, "tenant_id": "124896ddcce7428cb250f13bce117746", "created_at": "2018-10-04T15:05:15Z", "project_id": "124896ddcce7428cb250f13bce117746", "id": "49a424b7-18a7-4677-8d67-57959b8c71cf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:05:15Z", "security_group_id": "32688f23-804f-4945-a2fb-fc07f4eb9529", "port_range_min": null, "revision_number": 0, "tenant_id": "124896ddcce7428cb250f13bce117746", "created_at": "2018-10-04T15:05:15Z", "project_id": "124896ddcce7428cb250f13bce117746", "id": "5388ff48-3ea2-4792-b7e9-ebe4a6449597"}, {"remote_group_id": "32688f23-804f-4945-a2fb-fc07f4eb9529", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:05:15Z", "security_group_id": "32688f23-804f-4945-a2fb-fc07f4eb9529", "port_range_min": null, "revision_number": 0, "tenant_id": "124896ddcce7428cb250f13bce117746", "created_at": "2018-10-04T15:05:15Z", "project_id": "124896ddcce7428cb250f13bce117746", "id": "e7eecf0e-88c4-460d-9bb5-b56127e01acf"}, {"remote_group_id": "32688f23-804f-4945-a2fb-fc07f4eb9529", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:05:15Z", "security_group_id": "32688f23-804f-4945-a2fb-fc07f4eb9529", "port_range_min": null, "revision_number": 0, "tenant_id": "124896ddcce7428cb250f13bce117746", "created_at": "2018-10-04T15:05:15Z", "project_id": "124896ddcce7428cb250f13bce117746", "id": "fd23641f-ab4b-4f47-83ae-e6baccd7c057"}]} 2018-10-04 15:07:00,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=32688f23-804f-4945-a2fb-fc07f4eb9529 used request id req-a37cf9ee-01ea-47ab-a000-d20ac9336c45 2018-10-04 15:07:00,272 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:07:00,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/32688f23-804f-4945-a2fb-fc07f4eb9529 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e88be64e5d0396dff8b04ada31986f1cbf85c930" 2018-10-04 15:07:00,550 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7465fe16-72ff-447f-8546-77892ba98810 Content-Length: 0 Date: Thu, 04 Oct 2018 15:07:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:07:00,550 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/32688f23-804f-4945-a2fb-fc07f4eb9529 used request id req-7465fe16-72ff-447f-8546-77892ba98810 2018-10-04 15:07:00,551 - keystone_utils - INFO - Deleting project with name - CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj 2018-10-04 15:07:00,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e88be64e5d0396dff8b04ada31986f1cbf85c930" 2018-10-04 15:07:00,763 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:07:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dcfcf7a9-4b74-4412-b3e0-840fc182d979 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:07:00,763 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/124896ddcce7428cb250f13bce117746 used request id req-dcfcf7a9-4b74-4412-b3e0-840fc182d979 2018-10-04 15:07:00,764 - keystone_utils - INFO - Deleting role with name - CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-proj-role 2018-10-04 15:07:00,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/1671a8e1653e42bba9205399b9bb2dd7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e88be64e5d0396dff8b04ada31986f1cbf85c930" 2018-10-04 15:07:00,873 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:07:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c41eef3-47c2-4363-81bc-71fb90ae6759 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:07:00,873 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/1671a8e1653e42bba9205399b9bb2dd7 used request id req-3c41eef3-47c2-4363-81bc-71fb90ae6759 2018-10-04 15:07:00,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e88be64e5d0396dff8b04ada31986f1cbf85c930" 2018-10-04 15:07:00,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-365aba8d-4e99-4df3-ba28-a38e326997d6 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:07:00,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-365aba8d-4e99-4df3-ba28-a38e326997d6 2018-10-04 15:07:00,959 - keystone_utils - INFO - Deleting user with name - CreateInstanceTwoNetTests-a6a771bd-4c9b-4ed-user 2018-10-04 15:07:00,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/ae166e0664904ab88137f9ed4478b3b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4da9f22df849e6fee3d88902f71773fb517c5c" 2018-10-04 15:07:01,147 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:07:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e958ae64-0287-434b-8f8f-9914f60ccfc6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:07:01,148 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/ae166e0664904ab88137f9ed4478b3b4 used request id req-e958ae64-0287-434b-8f8f-9914f60ccfc6 2018-10-04 15:07:01,149 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:07:01,534 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:07:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["HfsgYQxhQeWoaGIy715PIg"], "issued_at": "2018-10-04T15:07:01.000000Z"}} 2018-10-04 15:07:01,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dff8bbf405e8128c2eb1e31b152d8f50ece84afc" 2018-10-04 15:07:01,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b30730d9-66a0-41cf-8cea-aa10a352cd61 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:07:01,613 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b30730d9-66a0-41cf-8cea-aa10a352cd61 2018-10-04 15:07:01,615 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:07:01,615 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:07:02,004 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:07:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["eOkpP6dGQy6L1ME6nYt5kw"], "issued_at": "2018-10-04T15:07:02.000000Z"}} 2018-10-04 15:07:02,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76bb1ce7b74ec671ebd724c90a73e7c0e38d530d" 2018-10-04 15:07:02,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68fcbb6e-3f6e-4b61-9247-98dc7cf488af Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:07:02,090 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-68fcbb6e-3f6e-4b61-9247-98dc7cf488af 2018-10-04 15:07:02,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:07:02,099 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:07:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:07:02,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-d0124590-0215-496-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76bb1ce7b74ec671ebd724c90a73e7c0e38d530d" 2018-10-04 15:07:02,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8092663f-1ce4-49e6-b2c3-b948ed2b2826 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-d0124590-0215-496-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:07:02,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-d0124590-0215-496-proj used request id req-8092663f-1ce4-49e6-b2c3-b948ed2b2826 2018-10-04 15:07:02,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76bb1ce7b74ec671ebd724c90a73e7c0e38d530d" 2018-10-04 15:07:02,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6c6d95f-0bf4-437a-8115-2ec5676d1d4a Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:07:02,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-b6c6d95f-0bf4-437a-8115-2ec5676d1d4a 2018-10-04 15:07:02,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76bb1ce7b74ec671ebd724c90a73e7c0e38d530d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSimpleTests-d0124590-0215-496-proj"}}' 2018-10-04 15:07:02,341 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:07:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8ef7cb8-b3b7-4206-9a99-1c460d9c9c68 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/1aa2a796d7a442dd8f0a3c74a0c5e278"}, "enabled": true, "id": "1aa2a796d7a442dd8f0a3c74a0c5e278", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-d0124590-0215-496-proj"}} 2018-10-04 15:07:02,341 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-e8ef7cb8-b3b7-4206-9a99-1c460d9c9c68 2018-10-04 15:07:02,341 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-d0124590-0215-496-proj 2018-10-04 15:07:02,341 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:07:02,342 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:07:02,730 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:07:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["tDCk9dUgQP-08eGi1NEHDg"], "issued_at": "2018-10-04T15:07:02.000000Z"}} 2018-10-04 15:07:02,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e11fc9bc4444619e1870db0943138859775947b" 2018-10-04 15:07:02,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0aada05-d296-40e7-8f64-1b3743417890 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:07:02,820 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b0aada05-d296-40e7-8f64-1b3743417890 2018-10-04 15:07:02,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:07:02,829 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:07:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:07:02,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e11fc9bc4444619e1870db0943138859775947b" 2018-10-04 15:07:02,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60db3dd7-7114-44a3-8d84-d2a8b691caef Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:07:02,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-60db3dd7-7114-44a3-8d84-d2a8b691caef 2018-10-04 15:07:02,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateInstanceSimpleTests-d0124590-0215-496-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e11fc9bc4444619e1870db0943138859775947b" 2018-10-04 15:07:03,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e21b26ee-b696-4b0e-b466-57b495b034b9 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateInstanceSimpleTests-d0124590-0215-496-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/1aa2a796d7a442dd8f0a3c74a0c5e278"}, "enabled": true, "id": "1aa2a796d7a442dd8f0a3c74a0c5e278", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-d0124590-0215-496-proj"}]} 2018-10-04 15:07:03,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateInstanceSimpleTests-d0124590-0215-496-proj used request id req-e21b26ee-b696-4b0e-b466-57b495b034b9 2018-10-04 15:07:03,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e11fc9bc4444619e1870db0943138859775947b" 2018-10-04 15:07:03,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a17f572-db76-4128-adc3-102a35682ed6 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:07:03,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-7a17f572-db76-4128-adc3-102a35682ed6 2018-10-04 15:07:03,520 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-d0124590-0215-496-user 2018-10-04 15:07:03,521 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:07:03,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76bb1ce7b74ec671ebd724c90a73e7c0e38d530d" 2018-10-04 15:07:03,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db0ed312-3cbc-42ef-8b85-b3bc65172a4f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:07:03,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-db0ed312-3cbc-42ef-8b85-b3bc65172a4f 2018-10-04 15:07:03,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76bb1ce7b74ec671ebd724c90a73e7c0e38d530d" -d '{"role": {"name": "CreateInstanceSimpleTests-d0124590-0215-496-proj-role"}}' 2018-10-04 15:07:03,729 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:07:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b033e1e6-ebd0-4645-ad51-6def4ce34daa Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "acfe14f061064f6e8091f4ab5a3c9d47", "links": {"self": "http://172.30.9.23:5000/v3/roles/acfe14f061064f6e8091f4ab5a3c9d47"}, "name": "CreateInstanceSimpleTests-d0124590-0215-496-proj-role"}} 2018-10-04 15:07:03,730 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-b033e1e6-ebd0-4645-ad51-6def4ce34daa 2018-10-04 15:07:03,730 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-d0124590-0215-496-proj-role 2018-10-04 15:07:03,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/acfe14f061064f6e8091f4ab5a3c9d47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76bb1ce7b74ec671ebd724c90a73e7c0e38d530d" 2018-10-04 15:07:03,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8035e62-d05b-41a2-aa0d-ecee30120992 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/acfe14f061064f6e8091f4ab5a3c9d47"}, "domain_id": null, "name": "CreateInstanceSimpleTests-d0124590-0215-496-proj-role", "id": "acfe14f061064f6e8091f4ab5a3c9d47"}} 2018-10-04 15:07:03,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/acfe14f061064f6e8091f4ab5a3c9d47 used request id req-a8035e62-d05b-41a2-aa0d-ecee30120992 2018-10-04 15:07:03,823 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-d0124590-0215-496-proj-role to project CreateInstanceSimpleTests-d0124590-0215-496-proj 2018-10-04 15:07:03,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/1aa2a796d7a442dd8f0a3c74a0c5e278/users/7c9cf511dbf14b44a430dda0fa6ccc0e/roles/acfe14f061064f6e8091f4ab5a3c9d47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76bb1ce7b74ec671ebd724c90a73e7c0e38d530d" 2018-10-04 15:07:03,951 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:07:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdedd74f-6b56-4453-a389-96c9341e831e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:07:03,951 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/1aa2a796d7a442dd8f0a3c74a0c5e278/users/7c9cf511dbf14b44a430dda0fa6ccc0e/roles/acfe14f061064f6e8091f4ab5a3c9d47 used request id req-cdedd74f-6b56-4453-a389-96c9341e831e 2018-10-04 15:07:03,952 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:07:03,952 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:07:03,954 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:07:03,955 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:07:03,955 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:07:03,956 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:07:04,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "acfe14f061064f6e8091f4ab5a3c9d47", "name": "CreateInstanceSimpleTests-d0124590-0215-496-proj-role"}], "expires_at": "2018-10-04T16:07:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1aa2a796d7a442dd8f0a3c74a0c5e278", "name": "CreateInstanceSimpleTests-d0124590-0215-496-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/1aa2a796d7a442dd8f0a3c74a0c5e278", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/1aa2a796d7a442dd8f0a3c74a0c5e278", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/1aa2a796d7a442dd8f0a3c74a0c5e278", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1aa2a796d7a442dd8f0a3c74a0c5e278", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/1aa2a796d7a442dd8f0a3c74a0c5e278", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/1aa2a796d7a442dd8f0a3c74a0c5e278", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/1aa2a796d7a442dd8f0a3c74a0c5e278", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/1aa2a796d7a442dd8f0a3c74a0c5e278", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/1aa2a796d7a442dd8f0a3c74a0c5e278", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1aa2a796d7a442dd8f0a3c74a0c5e278", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/1aa2a796d7a442dd8f0a3c74a0c5e278", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/1aa2a796d7a442dd8f0a3c74a0c5e278", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-d0124590-0215-496-user", "id": "7c9cf511dbf14b44a430dda0fa6ccc0e"}, "audit_ids": ["vpgncgWHTg2nB5AZ6sV1iA"], "issued_at": "2018-10-04T15:07:04.000000Z"}} 2018-10-04 15:07:04,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bba00056124ff43d33fbe2392de77e3a23f19f2" 2018-10-04 15:07:04,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32f94784-304f-497f-bcfd-b8cf3ea854dd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:07:04,391 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-32f94784-304f-497f-bcfd-b8cf3ea854dd 2018-10-04 15:07:04,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3bba00056124ff43d33fbe2392de77e3a23f19f2" 2018-10-04 15:07:04,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-e50e1a6e-d3ee-47f7-9671-61830e19ab69 Date: Thu, 04 Oct 2018 15:07:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-image"} 2018-10-04 15:07:04,575 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-image used request id req-e50e1a6e-d3ee-47f7-9671-61830e19ab69 2018-10-04 15:07:04,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3bba00056124ff43d33fbe2392de77e3a23f19f2" 2018-10-04 15:07:04,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0ac22f1c-cf5d-43af-976d-ec1c9111db2e Date: Thu, 04 Oct 2018 15:07:04 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:07:04,720 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-0ac22f1c-cf5d-43af-976d-ec1c9111db2e 2018-10-04 15:07:04,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3bba00056124ff43d33fbe2392de77e3a23f19f2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-image"}' 2018-10-04 15:07:04,967 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18 X-Openstack-Request-Id: req-8ba2002c-20c0-44f0-bc07-a367339bc1aa Date: Thu, 04 Oct 2018 15:07:04 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:07:04Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:07:04Z", "visibility": "shared", "locations": [], "self": "/v2/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18", "min_disk": 0, "protected": false, "id": "a9a1f600-b112-4b1a-8faa-39feba4d9b18", "file": "/v2/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18/file", "checksum": null, "owner": "1aa2a796d7a442dd8f0a3c74a0c5e278", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:07:04,967 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-8ba2002c-20c0-44f0-bc07-a367339bc1aa 2018-10-04 15:07:04,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3bba00056124ff43d33fbe2392de77e3a23f19f2" -d '' 2018-10-04 15:07:06,758 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-88361954-14f9-4509-b5ae-b8a4046caf9c Date: Thu, 04 Oct 2018 15:07:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:07:06,758 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18/file used request id req-88361954-14f9-4509-b5ae-b8a4046caf9c 2018-10-04 15:07:06,758 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:07:06,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3bba00056124ff43d33fbe2392de77e3a23f19f2" 2018-10-04 15:07:06,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-ef5a62ad-ce4d-4fc9-bfab-ee2a4a870d0e Date: Thu, 04 Oct 2018 15:07:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:07:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:07:06Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18/snap", "metadata": {}}], "self": "/v2/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18", "min_disk": 0, "protected": false, "id": "a9a1f600-b112-4b1a-8faa-39feba4d9b18", "file": "/v2/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1aa2a796d7a442dd8f0a3c74a0c5e278", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:07:06,779 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18 used request id req-ef5a62ad-ce4d-4fc9-bfab-ee2a4a870d0e 2018-10-04 15:07:06,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3bba00056124ff43d33fbe2392de77e3a23f19f2" 2018-10-04 15:07:06,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-27c30a24-cc6d-4a74-9bdd-7461ac820b98 Date: Thu, 04 Oct 2018 15:07:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:07:06,790 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-27c30a24-cc6d-4a74-9bdd-7461ac820b98 2018-10-04 15:07:06,793 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-image 2018-10-04 15:07:06,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3bba00056124ff43d33fbe2392de77e3a23f19f2" 2018-10-04 15:07:06,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-26802b1a-14ac-4f5a-939b-f6ff69efe486 Date: Thu, 04 Oct 2018 15:07:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:07:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:07:06Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18/snap", "metadata": {}}], "self": "/v2/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18", "min_disk": 0, "protected": false, "id": "a9a1f600-b112-4b1a-8faa-39feba4d9b18", "file": "/v2/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1aa2a796d7a442dd8f0a3c74a0c5e278", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:07:06,812 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18 used request id req-26802b1a-14ac-4f5a-939b-f6ff69efe486 2018-10-04 15:07:06,813 - create_image - DEBUG - Instance status is - active 2018-10-04 15:07:06,813 - create_image - DEBUG - Image is active with name - CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-image 2018-10-04 15:07:06,813 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-image 2018-10-04 15:07:06,814 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:07:06,815 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:07:07,207 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:07:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["gWVhH_j9S9WWO-7cfYo-Zg"], "issued_at": "2018-10-04T15:07:07.000000Z"}} 2018-10-04 15:07:07,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1d2010e4183309aa4a6fe4b4419e7651bc21448" 2018-10-04 15:07:07,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d64a7afd-004c-4b3c-8ccb-887501210a7d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:07:07,289 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d64a7afd-004c-4b3c-8ccb-887501210a7d 2018-10-04 15:07:07,290 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:07:07,295 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1d2010e4183309aa4a6fe4b4419e7651bc21448" 2018-10-04 15:07:07,492 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4170ec1b-3f51-4773-9b8e-4e25ccbf6c1e x-compute-request-id: req-4170ec1b-3f51-4773-9b8e-4e25ccbf6c1e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:07:07,492 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4170ec1b-3f51-4773-9b8e-4e25ccbf6c1e 2018-10-04 15:07:07,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1d2010e4183309aa4a6fe4b4419e7651bc21448" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:07:07,544 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e8c15a96-bbb9-4d0a-b747-b3a27efa90d9 x-compute-request-id: req-e8c15a96-bbb9-4d0a-b747-b3a27efa90d9 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/851a374f-6778-4ddf-95ba-003638469102", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/851a374f-6778-4ddf-95ba-003638469102", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "851a374f-6778-4ddf-95ba-003638469102", "name": "CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:07:07,544 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-e8c15a96-bbb9-4d0a-b747-b3a27efa90d9 2018-10-04 15:07:07,545 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:07:07,546 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:07:07,933 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:07:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["pmyk0isNTMaJHc_8yfur_w"], "issued_at": "2018-10-04T15:07:07.000000Z"}} 2018-10-04 15:07:07,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58ad16ac98f234e53281de3beae011221c32160" 2018-10-04 15:07:08,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be917836-110f-430e-848b-a933a91b1cb4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:07:08,030 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-be917836-110f-430e-848b-a933a91b1cb4 2018-10-04 15:07:08,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58ad16ac98f234e53281de3beae011221c32160" 2018-10-04 15:07:08,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e39f2f56-d99b-4e62-b630-fb1ef2b24524 Date: Thu, 04 Oct 2018 15:07:08 GMT RESP BODY: {"networks":[]} 2018-10-04 15:07:08,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net used request id req-e39f2f56-d99b-4e62-b630-fb1ef2b24524 2018-10-04 15:07:08,217 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net 2018-10-04 15:07:08,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58ad16ac98f234e53281de3beae011221c32160" -d '{"network": {"name": "CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net", "admin_state_up": true}}' 2018-10-04 15:07:08,656 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-646c0fac-ed6d-46ad-9807-af7f57d288f5 Date: Thu, 04 Oct 2018 15:07:08 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"973dea60-82d3-4c0d-bf38-c9569c069a84","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":52,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:07:08Z","is_default":false,"qos_policy_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:08Z","mtu":1450}} 2018-10-04 15:07:08,656 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-646c0fac-ed6d-46ad-9807-af7f57d288f5 2018-10-04 15:07:08,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=973dea60-82d3-4c0d-bf38-c9569c069a84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58ad16ac98f234e53281de3beae011221c32160" 2018-10-04 15:07:08,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-8ec61cde-c094-422d-ab71-0a4483e752a9 Date: Thu, 04 Oct 2018 15:07:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"973dea60-82d3-4c0d-bf38-c9569c069a84","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":52,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:07:08Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:08Z","provider:network_type":"vxlan"}]} 2018-10-04 15:07:08,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=973dea60-82d3-4c0d-bf38-c9569c069a84 used request id req-8ec61cde-c094-422d-ab71-0a4483e752a9 2018-10-04 15:07:08,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58ad16ac98f234e53281de3beae011221c32160" 2018-10-04 15:07:09,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2680688d-15bd-429c-b567-d39ad84cb212 Date: Thu, 04 Oct 2018 15:07:09 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:07:09,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 used request id req-2680688d-15bd-429c-b567-d39ad84cb212 2018-10-04 15:07:09,085 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-subnet 2018-10-04 15:07:09,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58ad16ac98f234e53281de3beae011221c32160" -d '{"subnets": [{"ip_version": 4, "network_id": "973dea60-82d3-4c0d-bf38-c9569c069a84", "cidr": "10.55.0.0/24", "name": "CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-subnet"}]}' 2018-10-04 15:07:09,602 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-197e2bf9-8c00-414e-85e0-f9626901bb12 Date: Thu, 04 Oct 2018 15:07:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:09Z","dns_nameservers":[],"updated_at":"2018-10-04T15:07:09Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","subnetpool_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-subnet"}]} 2018-10-04 15:07:09,602 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-197e2bf9-8c00-414e-85e0-f9626901bb12 2018-10-04 15:07:09,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=973dea60-82d3-4c0d-bf38-c9569c069a84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58ad16ac98f234e53281de3beae011221c32160" 2018-10-04 15:07:09,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-b628a30c-0339-4045-ab36-02733cb69883 Date: Thu, 04 Oct 2018 15:07:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"973dea60-82d3-4c0d-bf38-c9569c069a84","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":52,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["2875f232-a467-4eba-b52e-6aa3a495ee8e"],"description":"","tags":[],"updated_at":"2018-10-04T15:07:09Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:08Z","provider:network_type":"vxlan"}]} 2018-10-04 15:07:09,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=973dea60-82d3-4c0d-bf38-c9569c069a84 used request id req-b628a30c-0339-4045-ab36-02733cb69883 2018-10-04 15:07:09,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58ad16ac98f234e53281de3beae011221c32160" 2018-10-04 15:07:10,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-11b07e7f-5804-4338-9f4c-1317fcee75f9 Date: Thu, 04 Oct 2018 15:07:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:09Z","dns_nameservers":[],"updated_at":"2018-10-04T15:07:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","subnetpool_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-subnet"}]} 2018-10-04 15:07:10,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 used request id req-11b07e7f-5804-4338-9f4c-1317fcee75f9 2018-10-04 15:07:10,088 - OpenStackNetwork - DEBUG - Network [973dea60-82d3-4c0d-bf38-c9569c069a84] created successfully 2018-10-04 15:07:10,088 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:07:10,088 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:07:10,090 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:07:10,091 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:07:10,092 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:07:10,478 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:07:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["WDeHMvzjQpKswFtNl-vRJw"], "issued_at": "2018-10-04T15:07:10.000000Z"}} 2018-10-04 15:07:10,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39c80e4116b794fd3b0b9022e9d6232fcb4085c" 2018-10-04 15:07:10,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-245458a3-9804-497a-9197-63d0097ac601 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:07:10,574 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-245458a3-9804-497a-9197-63d0097ac601 2018-10-04 15:07:10,576 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:07:10,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:07:10,967 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:07:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["Zrg6c_FDSeG3IEpiC4Dw-Q"], "issued_at": "2018-10-04T15:07:10.000000Z"}} 2018-10-04 15:07:10,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:11,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d781d894-723e-4bce-9ce9-bea34ddfac8c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:07:11,046 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d781d894-723e-4bce-9ce9-bea34ddfac8c 2018-10-04 15:07:11,047 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:07:11,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:11,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0c2d5a0-2315-4e84-bcf5-ad32a25fe037 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:07:11,134 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d0c2d5a0-2315-4e84-bcf5-ad32a25fe037 2018-10-04 15:07:11,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:11,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-d9a24000-cca0-4582-a366-61c6c7d20c40 Date: Thu, 04 Oct 2018 15:07:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"973dea60-82d3-4c0d-bf38-c9569c069a84","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":52,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["2875f232-a467-4eba-b52e-6aa3a495ee8e"],"description":"","tags":[],"updated_at":"2018-10-04T15:07:09Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:08Z","provider:network_type":"vxlan"}]} 2018-10-04 15:07:11,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net used request id req-d9a24000-cca0-4582-a366-61c6c7d20c40 2018-10-04 15:07:11,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:07:11,384 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:07:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:07:11,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:11,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb38f484-b2a3-4000-9dd6-f352c47ac128 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:07:11,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-cb38f484-b2a3-4000-9dd6-f352c47ac128 2018-10-04 15:07:11,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:11,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3c527f85-7b9d-438d-a2ac-20acbbfd9ce4 Date: Thu, 04 Oct 2018 15:07:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:09Z","dns_nameservers":[],"updated_at":"2018-10-04T15:07:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","subnetpool_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-subnet"}]} 2018-10-04 15:07:11,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 used request id req-3c527f85-7b9d-438d-a2ac-20acbbfd9ce4 2018-10-04 15:07:11,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84&name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:11,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-99268c3f-3f2d-425b-9cb7-067e947a86b3 Date: Thu, 04 Oct 2018 15:07:11 GMT RESP BODY: {"ports":[]} 2018-10-04 15:07:11,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84&name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-port&admin_state_up=True used request id req-99268c3f-3f2d-425b-9cb7-067e947a86b3 2018-10-04 15:07:11,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:12,116 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ff9ca67c-8ac5-4b3f-bffe-366d5026a4d5 x-compute-request-id: req-ff9ca67c-8ac5-4b3f-bffe-366d5026a4d5 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:07:12,116 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-inst used request id req-ff9ca67c-8ac5-4b3f-bffe-366d5026a4d5 2018-10-04 15:07:12,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:12,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-eb52c12c-2884-4e27-a05c-a9341cbd8184 Date: Thu, 04 Oct 2018 15:07:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"973dea60-82d3-4c0d-bf38-c9569c069a84","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":52,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["2875f232-a467-4eba-b52e-6aa3a495ee8e"],"description":"","tags":[],"updated_at":"2018-10-04T15:07:09Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:08Z","provider:network_type":"vxlan"}]} 2018-10-04 15:07:12,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net used request id req-eb52c12c-2884-4e27-a05c-a9341cbd8184 2018-10-04 15:07:12,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:12,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9abbfed5-270f-4563-a013-0235fca1d495 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:07:12,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-9abbfed5-270f-4563-a013-0235fca1d495 2018-10-04 15:07:12,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:12,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0bc04771-db41-4e94-a6c7-4e3559d450d1 Date: Thu, 04 Oct 2018 15:07:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:09Z","dns_nameservers":[],"updated_at":"2018-10-04T15:07:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","subnetpool_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-subnet"}]} 2018-10-04 15:07:12,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 used request id req-0bc04771-db41-4e94-a6c7-4e3559d450d1 2018-10-04 15:07:12,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84&name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:12,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-616685ae-9fa4-4eaa-8ce3-fb66b68912eb Date: Thu, 04 Oct 2018 15:07:12 GMT RESP BODY: {"ports":[]} 2018-10-04 15:07:12,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84&name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-port&admin_state_up=True used request id req-616685ae-9fa4-4eaa-8ce3-fb66b68912eb 2018-10-04 15:07:12,859 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:07:12,860 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:07:13,250 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:07:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["Eth8vMcOQUCJlFuY21Roig"], "issued_at": "2018-10-04T15:07:13.000000Z"}} 2018-10-04 15:07:13,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbfa508128ddffa9f63f5ecc4e4f4e1b249120" 2018-10-04 15:07:13,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d14f75b-27c5-401a-a8ca-e03beaf7fc7a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:07:13,332 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7d14f75b-27c5-401a-a8ca-e03beaf7fc7a 2018-10-04 15:07:13,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:13,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-06ba3608-3bff-4366-aab0-462409944c69 Date: Thu, 04 Oct 2018 15:07:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"973dea60-82d3-4c0d-bf38-c9569c069a84","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":52,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["2875f232-a467-4eba-b52e-6aa3a495ee8e"],"description":"","tags":[],"updated_at":"2018-10-04T15:07:09Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:08Z","provider:network_type":"vxlan"}]} 2018-10-04 15:07:13,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net used request id req-06ba3608-3bff-4366-aab0-462409944c69 2018-10-04 15:07:13,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:13,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2ecfe3b9-0207-4122-a532-ccd8926bee8a Date: Thu, 04 Oct 2018 15:07:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:09Z","dns_nameservers":[],"updated_at":"2018-10-04T15:07:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","subnetpool_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-subnet"}]} 2018-10-04 15:07:13,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 used request id req-2ecfe3b9-0207-4122-a532-ccd8926bee8a 2018-10-04 15:07:13,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:13,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-533252eb-df6a-4f0b-90fa-58f68b927e4a Date: Thu, 04 Oct 2018 15:07:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"973dea60-82d3-4c0d-bf38-c9569c069a84","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":52,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["2875f232-a467-4eba-b52e-6aa3a495ee8e"],"description":"","tags":[],"updated_at":"2018-10-04T15:07:09Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:08Z","provider:network_type":"vxlan"}]} 2018-10-04 15:07:13,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net used request id req-533252eb-df6a-4f0b-90fa-58f68b927e4a 2018-10-04 15:07:13,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:07:13,790 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:07:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:07:13,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbfa508128ddffa9f63f5ecc4e4f4e1b249120" 2018-10-04 15:07:13,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8023a2f1-b876-410e-b521-081f2b700cc2 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:07:13,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-8023a2f1-b876-410e-b521-081f2b700cc2 2018-10-04 15:07:13,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:14,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-1c008fc7-c9e6-4d21-a6f2-2a5913f31d2d Date: Thu, 04 Oct 2018 15:07:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:09Z","dns_nameservers":[],"updated_at":"2018-10-04T15:07:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","subnetpool_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-subnet"}]} 2018-10-04 15:07:14,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 used request id req-1c008fc7-c9e6-4d21-a6f2-2a5913f31d2d 2018-10-04 15:07:14,100 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net 2018-10-04 15:07:14,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" -d '{"port": {"network_id": "973dea60-82d3-4c0d-bf38-c9569c069a84", "name": "CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-port", "admin_state_up": true}}' 2018-10-04 15:07:14,740 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-9b7c295d-a084-4d1b-a18d-1e2d183c4974 Date: Thu, 04 Oct 2018 15:07:14 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:14Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","ip_address":"10.55.0.8"}],"id":"7b101e52-81b4-4438-a73e-e6b3a81f2d01","security_groups":["2c85e961-5fba-44fd-86fd-36660bdc4ebe"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8d:fd:6d","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-port","project_id":"37b49a87c69d406f8a162c83c144ee19","qos_policy_id":null,"admin_state_up":true,"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:14Z","binding:vnic_type":"normal"}} 2018-10-04 15:07:14,740 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-9b7c295d-a084-4d1b-a18d-1e2d183c4974 2018-10-04 15:07:14,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:14,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-f1273d43-b86a-4e97-8549-495e668e3d95 Date: Thu, 04 Oct 2018 15:07:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"973dea60-82d3-4c0d-bf38-c9569c069a84","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":52,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["2875f232-a467-4eba-b52e-6aa3a495ee8e"],"description":"","tags":[],"updated_at":"2018-10-04T15:07:09Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:08Z","provider:network_type":"vxlan"}]} 2018-10-04 15:07:14,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net used request id req-f1273d43-b86a-4e97-8549-495e668e3d95 2018-10-04 15:07:14,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:15,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5365fa8b-3302-44fa-adde-ca35c4409350 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:07:15,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-5365fa8b-3302-44fa-adde-ca35c4409350 2018-10-04 15:07:15,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:15,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-eec95fb5-99a0-40cd-8e34-a2626cedf70b Date: Thu, 04 Oct 2018 15:07:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:09Z","dns_nameservers":[],"updated_at":"2018-10-04T15:07:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","subnetpool_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-subnet"}]} 2018-10-04 15:07:15,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 used request id req-eec95fb5-99a0-40cd-8e34-a2626cedf70b 2018-10-04 15:07:15,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84&name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:15,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-a0734744-5cb1-4ec9-9db8-97dc86c7b2fc Date: Thu, 04 Oct 2018 15:07:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:14Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","ip_address":"10.55.0.8"}],"id":"7b101e52-81b4-4438-a73e-e6b3a81f2d01","security_groups":["2c85e961-5fba-44fd-86fd-36660bdc4ebe"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8d:fd:6d","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-port","admin_state_up":true,"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:14Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:07:15,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84&name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-port&admin_state_up=True used request id req-a0734744-5cb1-4ec9-9db8-97dc86c7b2fc 2018-10-04 15:07:15,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:15,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14e7a471-5e01-41d9-8b6c-97f6ec9b0c39 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:07:15,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-14e7a471-5e01-41d9-8b6c-97f6ec9b0c39 2018-10-04 15:07:15,265 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-inst 2018-10-04 15:07:15,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:15,294 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07: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-feacac06-b824-4d2f-960f-49797ade95e5 x-compute-request-id: req-feacac06-b824-4d2f-960f-49797ade95e5 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "851a374f-6778-4ddf-95ba-003638469102", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/851a374f-6778-4ddf-95ba-003638469102", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/851a374f-6778-4ddf-95ba-003638469102", "rel": "bookmark"}], "name": "CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-flavor-name"}]} 2018-10-04 15:07:15,294 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-feacac06-b824-4d2f-960f-49797ade95e5 2018-10-04 15:07:15,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/851a374f-6778-4ddf-95ba-003638469102 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:15,316 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07: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-816b37a5-19fa-43eb-97d5-0af8967bb6e5 x-compute-request-id: req-816b37a5-19fa-43eb-97d5-0af8967bb6e5 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/851a374f-6778-4ddf-95ba-003638469102", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/851a374f-6778-4ddf-95ba-003638469102", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "851a374f-6778-4ddf-95ba-003638469102", "name": "CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:07:15,316 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/851a374f-6778-4ddf-95ba-003638469102 used request id req-816b37a5-19fa-43eb-97d5-0af8967bb6e5 2018-10-04 15:07:15,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:15,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-9d0890bb-ef34-4077-8e57-08102f9d8799 Date: Thu, 04 Oct 2018 15:07:15 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:07:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:07:06Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18/snap", "metadata": {}}], "self": "/v2/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18", "min_disk": 0, "protected": false, "id": "a9a1f600-b112-4b1a-8faa-39feba4d9b18", "file": "/v2/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1aa2a796d7a442dd8f0a3c74a0c5e278", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-image"} 2018-10-04 15:07:15,493 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-image used request id req-9d0890bb-ef34-4077-8e57-08102f9d8799 2018-10-04 15:07:15,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:15,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-37e1a13e-1d33-4daf-87e0-ddd5d5637d75 Date: Thu, 04 Oct 2018 15:07:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:07:15,658 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-37e1a13e-1d33-4daf-87e0-ddd5d5637d75 2018-10-04 15:07:15,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" -d '{"server": {"name": "CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-inst", "imageRef": "a9a1f600-b112-4b1a-8faa-39feba4d9b18", "flavorRef": "851a374f-6778-4ddf-95ba-003638469102", "max_count": 1, "min_count": 1, "networks": [{"port": "7b101e52-81b4-4438-a73e-e6b3a81f2d01"}]}}' 2018-10-04 15:07:17,303 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:07: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-4439f520-3c36-4805-9d0f-6bd2ec7b3901 x-compute-request-id: req-4439f520-3c36-4805-9d0f-6bd2ec7b3901 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "rel": "bookmark"}], "adminPass": "p89aXDpvNwda"}} 2018-10-04 15:07:17,303 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-4439f520-3c36-4805-9d0f-6bd2ec7b3901 2018-10-04 15:07:17,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:17,523 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-35c53d0c-d8b8-4c7b-9e77-fffb0c030105 x-compute-request-id: req-35c53d0c-d8b8-4c7b-9e77-fffb0c030105 Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "rel": "bookmark"}], "image": {"id": "a9a1f600-b112-4b1a-8faa-39feba4d9b18", "links": [{"href": "http://172.30.9.23:8774/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "851a374f-6778-4ddf-95ba-003638469102", "links": [{"href": "http://172.30.9.23:8774/flavors/851a374f-6778-4ddf-95ba-003638469102", "rel": "bookmark"}]}, "id": "9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "user_id": "3a032000a46e41578f8c47bddd5776da", "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-10-04T15:07:17Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-inst", "created": "2018-10-04T15:07:17Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:07:17,523 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d used request id req-35c53d0c-d8b8-4c7b-9e77-fffb0c030105 2018-10-04 15:07:17,524 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-inst 2018-10-04 15:07:17,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:18,118 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-707d8cfe-eaab-43eb-8fa8-b91dcd3455a3 x-compute-request-id: req-707d8cfe-eaab-43eb-8fa8-b91dcd3455a3 Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "rel": "bookmark"}], "image": {"id": "a9a1f600-b112-4b1a-8faa-39feba4d9b18", "links": [{"href": "http://172.30.9.23:8774/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "851a374f-6778-4ddf-95ba-003638469102", "links": [{"href": "http://172.30.9.23:8774/flavors/851a374f-6778-4ddf-95ba-003638469102", "rel": "bookmark"}]}, "id": "9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "user_id": "3a032000a46e41578f8c47bddd5776da", "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-10-04T15:07:17Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-inst", "created": "2018-10-04T15:07:17Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:07:18,118 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d used request id req-707d8cfe-eaab-43eb-8fa8-b91dcd3455a3 2018-10-04 15:07:18,119 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-inst] is - BUILD 2018-10-04 15:07:18,119 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:07:21,122 - create_instance - DEBUG - VM status query timeout in 896.401789188 2018-10-04 15:07:21,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:21,815 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07: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-96c8a0c8-488e-48c9-ae66-44a9d76a4002 x-compute-request-id: req-96c8a0c8-488e-48c9-ae66-44a9d76a4002 Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:fd:6d", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "rel": "bookmark"}], "image": {"id": "a9a1f600-b112-4b1a-8faa-39feba4d9b18", "links": [{"href": "http://172.30.9.23:8774/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ba", "OS-SRV-USG:launched_at": null, "flavor": {"id": "851a374f-6778-4ddf-95ba-003638469102", "links": [{"href": "http://172.30.9.23:8774/flavors/851a374f-6778-4ddf-95ba-003638469102", "rel": "bookmark"}]}, "id": "9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "security_groups": [{"name": "default"}], "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:07:18Z", "hostId": "73d5e36f6a9508557177b0a4051d8f9fa4f1c4cc2730852217495415", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-inst", "created": "2018-10-04T15:07:17Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:07:21,815 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d used request id req-96c8a0c8-488e-48c9-ae66-44a9d76a4002 2018-10-04 15:07:21,816 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-inst] is - BUILD 2018-10-04 15:07:21,816 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:07:24,820 - create_instance - DEBUG - VM status query timeout in 892.704097986 2018-10-04 15:07:24,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:25,270 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07: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-b59806b1-f26c-48fb-bb98-14c9a7356f9b x-compute-request-id: req-b59806b1-f26c-48fb-bb98-14c9a7356f9b Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:fd:6d", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "rel": "bookmark"}], "image": {"id": "a9a1f600-b112-4b1a-8faa-39feba4d9b18", "links": [{"href": "http://172.30.9.23:8774/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ba", "OS-SRV-USG:launched_at": "2018-10-04T15:07:21.000000", "flavor": {"id": "851a374f-6778-4ddf-95ba-003638469102", "links": [{"href": "http://172.30.9.23:8774/flavors/851a374f-6778-4ddf-95ba-003638469102", "rel": "bookmark"}]}, "id": "9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "security_groups": [{"name": "default"}], "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:07:24Z", "hostId": "73d5e36f6a9508557177b0a4051d8f9fa4f1c4cc2730852217495415", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-inst", "created": "2018-10-04T15:07:17Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:07:25,270 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d used request id req-b59806b1-f26c-48fb-bb98-14c9a7356f9b 2018-10-04 15:07:25,271 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-inst] is - ACTIVE 2018-10-04 15:07:25,271 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:07:25,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:25,732 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07: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-62e2b5e8-9a62-47db-b0b2-b5838b093ffe x-compute-request-id: req-62e2b5e8-9a62-47db-b0b2-b5838b093ffe Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:fd:6d", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "rel": "bookmark"}], "image": {"id": "a9a1f600-b112-4b1a-8faa-39feba4d9b18", "links": [{"href": "http://172.30.9.23:8774/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ba", "OS-SRV-USG:launched_at": "2018-10-04T15:07:21.000000", "flavor": {"id": "851a374f-6778-4ddf-95ba-003638469102", "links": [{"href": "http://172.30.9.23:8774/flavors/851a374f-6778-4ddf-95ba-003638469102", "rel": "bookmark"}]}, "id": "9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "security_groups": [{"name": "default"}], "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:07:24Z", "hostId": "73d5e36f6a9508557177b0a4051d8f9fa4f1c4cc2730852217495415", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-inst", "created": "2018-10-04T15:07:17Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:07:25,732 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d used request id req-62e2b5e8-9a62-47db-b0b2-b5838b093ffe 2018-10-04 15:07:25,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:25,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-3dc86940-6dc4-424a-ba0c-73b193d8ebb1 Date: Thu, 04 Oct 2018 15:07:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"973dea60-82d3-4c0d-bf38-c9569c069a84","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":52,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["2875f232-a467-4eba-b52e-6aa3a495ee8e"],"description":"","tags":[],"updated_at":"2018-10-04T15:07:09Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:08Z","provider:network_type":"vxlan"}]} 2018-10-04 15:07:25,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net used request id req-3dc86940-6dc4-424a-ba0c-73b193d8ebb1 2018-10-04 15:07:25,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:25,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d8bc02f-9eac-4007-a9a8-251715c354d8 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:07:25,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-4d8bc02f-9eac-4007-a9a8-251715c354d8 2018-10-04 15:07:25,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:26,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0574e3cc-28cf-43d9-8fd8-90ff7836bb24 Date: Thu, 04 Oct 2018 15:07:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:09Z","dns_nameservers":[],"updated_at":"2018-10-04T15:07:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","subnetpool_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-subnet"}]} 2018-10-04 15:07:26,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 used request id req-0574e3cc-28cf-43d9-8fd8-90ff7836bb24 2018-10-04 15:07:26,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:26,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3879 X-Openstack-Request-Id: req-bda71fbc-e473-4100-b7a8-f5d3b9f8fedc Date: Thu, 04 Oct 2018 15:07:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","ip_address":"10.55.0.4"}],"id":"3c32a099-18b5-4761-b90b-596c9ca7d44b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:94:5a","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-973dea60-82d3-4c0d-bf38-c9569c069a84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","ip_address":"10.55.0.3"}],"id":"766dbd51-db43-4efe-9af5-f23817a4f866","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:92:d6:ea","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-973dea60-82d3-4c0d-bf38-c9569c069a84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","ip_address":"10.55.0.8"}],"id":"7b101e52-81b4-4438-a73e-e6b3a81f2d01","security_groups":["2c85e961-5fba-44fd-86fd-36660bdc4ebe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8d:fd:6d","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-port","admin_state_up":true,"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:14Z","binding:vnic_type":"normal","device_id":"9a6eee67-bc8a-4122-92e1-5fb2360f2b6d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","ip_address":"10.55.0.2"}],"id":"b20ed0a6-c1f2-4aac-8b1b-f3920105dd61","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:90:44:56","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-973dea60-82d3-4c0d-bf38-c9569c069a84"}]} 2018-10-04 15:07:26,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 used request id req-bda71fbc-e473-4100-b7a8-f5d3b9f8fedc 2018-10-04 15:07:26,424 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:07:26,883 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:07:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["CchVFmJMQUyeE9bu4q0DZw"], "issued_at": "2018-10-04T15:07:26.000000Z"}} 2018-10-04 15:07:26,886 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f88b76d6cd72c7f102b86a180ea4d7cba885a82" 2018-10-04 15:07:27,614 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07: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-99616691-f3b1-4426-bf6f-9ec80dfe7538 x-compute-request-id: req-99616691-f3b1-4426-bf6f-9ec80dfe7538 Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:fd:6d", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "rel": "bookmark"}], "image": {"id": "a9a1f600-b112-4b1a-8faa-39feba4d9b18", "links": [{"href": "http://172.30.9.23:8774/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ba", "OS-SRV-USG:launched_at": "2018-10-04T15:07:21.000000", "flavor": {"id": "851a374f-6778-4ddf-95ba-003638469102", "links": [{"href": "http://172.30.9.23:8774/flavors/851a374f-6778-4ddf-95ba-003638469102", "rel": "bookmark"}]}, "id": "9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "security_groups": [{"name": "default"}], "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:07:24Z", "hostId": "73d5e36f6a9508557177b0a4051d8f9fa4f1c4cc2730852217495415", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-inst", "created": "2018-10-04T15:07:17Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:07:27,614 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-inst used request id req-99616691-f3b1-4426-bf6f-9ec80dfe7538 2018-10-04 15:07:27,615 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:07:28,005 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:07:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["J5w9AxkbR0S8jlUefq_wFw"], "issued_at": "2018-10-04T15:07:28.000000Z"}} 2018-10-04 15:07:28,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e539c226bdabafd4a39ceddd889723ff52de692" 2018-10-04 15:07:28,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-4202abfa-41ec-4b28-96f0-63553f8a0887 Date: Thu, 04 Oct 2018 15:07:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"973dea60-82d3-4c0d-bf38-c9569c069a84","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":52,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["2875f232-a467-4eba-b52e-6aa3a495ee8e"],"description":"","tags":[],"updated_at":"2018-10-04T15:07:09Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:08Z","provider:network_type":"vxlan"}]} 2018-10-04 15:07:28,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net used request id req-4202abfa-41ec-4b28-96f0-63553f8a0887 2018-10-04 15:07:28,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e539c226bdabafd4a39ceddd889723ff52de692" 2018-10-04 15:07:28,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7e240e33-0cea-452f-941b-a287f9a96c13 Date: Thu, 04 Oct 2018 15:07:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:09Z","dns_nameservers":[],"updated_at":"2018-10-04T15:07:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","subnetpool_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-subnet"}]} 2018-10-04 15:07:28,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 used request id req-7e240e33-0cea-452f-941b-a287f9a96c13 2018-10-04 15:07:28,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e539c226bdabafd4a39ceddd889723ff52de692" 2018-10-04 15:07:28,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3879 X-Openstack-Request-Id: req-c679d924-0011-46f4-95a1-c37ffe45128a Date: Thu, 04 Oct 2018 15:07:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","ip_address":"10.55.0.4"}],"id":"3c32a099-18b5-4761-b90b-596c9ca7d44b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:94:5a","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-973dea60-82d3-4c0d-bf38-c9569c069a84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","ip_address":"10.55.0.3"}],"id":"766dbd51-db43-4efe-9af5-f23817a4f866","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:92:d6:ea","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-973dea60-82d3-4c0d-bf38-c9569c069a84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","ip_address":"10.55.0.8"}],"id":"7b101e52-81b4-4438-a73e-e6b3a81f2d01","security_groups":["2c85e961-5fba-44fd-86fd-36660bdc4ebe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8d:fd:6d","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-port","admin_state_up":true,"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:14Z","binding:vnic_type":"normal","device_id":"9a6eee67-bc8a-4122-92e1-5fb2360f2b6d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","ip_address":"10.55.0.2"}],"id":"b20ed0a6-c1f2-4aac-8b1b-f3920105dd61","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:90:44:56","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-973dea60-82d3-4c0d-bf38-c9569c069a84"}]} 2018-10-04 15:07:28,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 used request id req-c679d924-0011-46f4-95a1-c37ffe45128a 2018-10-04 15:07:28,641 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:07:29,019 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "acfe14f061064f6e8091f4ab5a3c9d47", "name": "CreateInstanceSimpleTests-d0124590-0215-496-proj-role"}], "expires_at": "2018-10-04T16:07:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1aa2a796d7a442dd8f0a3c74a0c5e278", "name": "CreateInstanceSimpleTests-d0124590-0215-496-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/1aa2a796d7a442dd8f0a3c74a0c5e278", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/1aa2a796d7a442dd8f0a3c74a0c5e278", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/1aa2a796d7a442dd8f0a3c74a0c5e278", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1aa2a796d7a442dd8f0a3c74a0c5e278", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/1aa2a796d7a442dd8f0a3c74a0c5e278", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/1aa2a796d7a442dd8f0a3c74a0c5e278", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/1aa2a796d7a442dd8f0a3c74a0c5e278", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/1aa2a796d7a442dd8f0a3c74a0c5e278", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/1aa2a796d7a442dd8f0a3c74a0c5e278", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1aa2a796d7a442dd8f0a3c74a0c5e278", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/1aa2a796d7a442dd8f0a3c74a0c5e278", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/1aa2a796d7a442dd8f0a3c74a0c5e278", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-d0124590-0215-496-user", "id": "7c9cf511dbf14b44a430dda0fa6ccc0e"}, "audit_ids": ["tnbx-StyTxGoZgtKd4jmHQ"], "issued_at": "2018-10-04T15:07:29.000000Z"}} 2018-10-04 15:07:29,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83fa1645ac745e6b8fdfe8a34132534cf8a7574e" 2018-10-04 15:07:29,250 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07: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-f8afdef0-2042-434c-af7f-4b8dae35beba x-compute-request-id: req-f8afdef0-2042-434c-af7f-4b8dae35beba Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:07:29,251 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-inst used request id req-f8afdef0-2042-434c-af7f-4b8dae35beba 2018-10-04 15:07:29,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:29,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07: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-637cc822-5c0d-4354-9fa1-274873c205b1 x-compute-request-id: req-637cc822-5c0d-4354-9fa1-274873c205b1 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:fd:6d", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "rel": "bookmark"}], "image": {"id": "a9a1f600-b112-4b1a-8faa-39feba4d9b18", "links": [{"href": "http://172.30.9.23:8774/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ba", "OS-SRV-USG:launched_at": "2018-10-04T15:07:21.000000", "flavor": {"id": "851a374f-6778-4ddf-95ba-003638469102", "links": [{"href": "http://172.30.9.23:8774/flavors/851a374f-6778-4ddf-95ba-003638469102", "rel": "bookmark"}]}, "id": "9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "security_groups": [{"name": "default"}], "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:07:24Z", "hostId": "73d5e36f6a9508557177b0a4051d8f9fa4f1c4cc2730852217495415", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-inst", "created": "2018-10-04T15:07:17Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:07:29,839 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d used request id req-637cc822-5c0d-4354-9fa1-274873c205b1 2018-10-04 15:07:29,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:29,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-e5988c6f-8156-4fd2-8637-bcc355c633ad Date: Thu, 04 Oct 2018 15:07:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"973dea60-82d3-4c0d-bf38-c9569c069a84","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":52,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["2875f232-a467-4eba-b52e-6aa3a495ee8e"],"description":"","tags":[],"updated_at":"2018-10-04T15:07:09Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:08Z","provider:network_type":"vxlan"}]} 2018-10-04 15:07:29,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net used request id req-e5988c6f-8156-4fd2-8637-bcc355c633ad 2018-10-04 15:07:29,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:30,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4aaecd11-33de-4808-a819-c8db48d2bf4d Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:07:30,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-4aaecd11-33de-4808-a819-c8db48d2bf4d 2018-10-04 15:07:30,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:30,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-61ae4589-d84d-4318-be6c-2753479a1a57 Date: Thu, 04 Oct 2018 15:07:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:09Z","dns_nameservers":[],"updated_at":"2018-10-04T15:07:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","subnetpool_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-subnet"}]} 2018-10-04 15:07:30,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 used request id req-61ae4589-d84d-4318-be6c-2753479a1a57 2018-10-04 15:07:30,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:30,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3879 X-Openstack-Request-Id: req-0209b14f-1899-41e0-aa0b-22dcc11963a8 Date: Thu, 04 Oct 2018 15:07:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","ip_address":"10.55.0.4"}],"id":"3c32a099-18b5-4761-b90b-596c9ca7d44b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:94:5a","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-973dea60-82d3-4c0d-bf38-c9569c069a84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","ip_address":"10.55.0.3"}],"id":"766dbd51-db43-4efe-9af5-f23817a4f866","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:92:d6:ea","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-973dea60-82d3-4c0d-bf38-c9569c069a84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","ip_address":"10.55.0.8"}],"id":"7b101e52-81b4-4438-a73e-e6b3a81f2d01","security_groups":["2c85e961-5fba-44fd-86fd-36660bdc4ebe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8d:fd:6d","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-port","admin_state_up":true,"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:14Z","binding:vnic_type":"normal","device_id":"9a6eee67-bc8a-4122-92e1-5fb2360f2b6d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","ip_address":"10.55.0.2"}],"id":"b20ed0a6-c1f2-4aac-8b1b-f3920105dd61","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:90:44:56","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-973dea60-82d3-4c0d-bf38-c9569c069a84"}]} 2018-10-04 15:07:30,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 used request id req-0209b14f-1899-41e0-aa0b-22dcc11963a8 2018-10-04 15:07:30,126 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:30,707 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07: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-eaca3379-f3a7-4e89-8d65-65d0d5d93de7 x-compute-request-id: req-eaca3379-f3a7-4e89-8d65-65d0d5d93de7 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:fd:6d", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "rel": "bookmark"}], "image": {"id": "a9a1f600-b112-4b1a-8faa-39feba4d9b18", "links": [{"href": "http://172.30.9.23:8774/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ba", "OS-SRV-USG:launched_at": "2018-10-04T15:07:21.000000", "flavor": {"id": "851a374f-6778-4ddf-95ba-003638469102", "links": [{"href": "http://172.30.9.23:8774/flavors/851a374f-6778-4ddf-95ba-003638469102", "rel": "bookmark"}]}, "id": "9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "security_groups": [{"name": "default"}], "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:07:24Z", "hostId": "73d5e36f6a9508557177b0a4051d8f9fa4f1c4cc2730852217495415", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-inst", "created": "2018-10-04T15:07:17Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:07:30,707 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d used request id req-eaca3379-f3a7-4e89-8d65-65d0d5d93de7 2018-10-04 15:07:30,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:30,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-2b0431a0-f730-4d11-a6f8-4adc62415d17 Date: Thu, 04 Oct 2018 15:07:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"973dea60-82d3-4c0d-bf38-c9569c069a84","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":52,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["2875f232-a467-4eba-b52e-6aa3a495ee8e"],"description":"","tags":[],"updated_at":"2018-10-04T15:07:09Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:08Z","provider:network_type":"vxlan"}]} 2018-10-04 15:07:30,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net used request id req-2b0431a0-f730-4d11-a6f8-4adc62415d17 2018-10-04 15:07:30,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:30,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f5ccec8-fc97-4988-b724-f036c6a6c255 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:07:30,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-7f5ccec8-fc97-4988-b724-f036c6a6c255 2018-10-04 15:07:30,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:31,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e363dfec-7797-4f20-84c7-b7816bd84164 Date: Thu, 04 Oct 2018 15:07:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:09Z","dns_nameservers":[],"updated_at":"2018-10-04T15:07:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","subnetpool_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-subnet"}]} 2018-10-04 15:07:31,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 used request id req-e363dfec-7797-4f20-84c7-b7816bd84164 2018-10-04 15:07:31,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:31,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3879 X-Openstack-Request-Id: req-511b7359-07bf-4d6e-871d-b4d771ad555e Date: Thu, 04 Oct 2018 15:07:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","ip_address":"10.55.0.4"}],"id":"3c32a099-18b5-4761-b90b-596c9ca7d44b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:94:5a","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-973dea60-82d3-4c0d-bf38-c9569c069a84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","ip_address":"10.55.0.3"}],"id":"766dbd51-db43-4efe-9af5-f23817a4f866","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:92:d6:ea","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-973dea60-82d3-4c0d-bf38-c9569c069a84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","ip_address":"10.55.0.8"}],"id":"7b101e52-81b4-4438-a73e-e6b3a81f2d01","security_groups":["2c85e961-5fba-44fd-86fd-36660bdc4ebe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8d:fd:6d","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-port","admin_state_up":true,"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:14Z","binding:vnic_type":"normal","device_id":"9a6eee67-bc8a-4122-92e1-5fb2360f2b6d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2875f232-a467-4eba-b52e-6aa3a495ee8e","ip_address":"10.55.0.2"}],"id":"b20ed0a6-c1f2-4aac-8b1b-f3920105dd61","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:90:44:56","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"973dea60-82d3-4c0d-bf38-c9569c069a84","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:07:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-973dea60-82d3-4c0d-bf38-c9569c069a84"}]} 2018-10-04 15:07:31,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=973dea60-82d3-4c0d-bf38-c9569c069a84 used request id req-511b7359-07bf-4d6e-871d-b4d771ad555e 2018-10-04 15:07:31,131 - create_instance - INFO - Deleting Port with ID - 7b101e52-81b4-4438-a73e-e6b3a81f2d01 2018-10-04 15:07:31,131 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-port 2018-10-04 15:07:31,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/7b101e52-81b4-4438-a73e-e6b3a81f2d01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:31,745 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-def7e8d1-4758-4e0f-b354-4b4ff475a401 Date: Thu, 04 Oct 2018 15:07:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:07:31,745 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/7b101e52-81b4-4438-a73e-e6b3a81f2d01 used request id req-def7e8d1-4758-4e0f-b354-4b4ff475a401 2018-10-04 15:07:31,745 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-inst 2018-10-04 15:07:31,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:31,910 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:07: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-602ab912-5dab-474e-9133-0de9ed783a0c x-compute-request-id: req-602ab912-5dab-474e-9133-0de9ed783a0c Content-Type: application/json 2018-10-04 15:07:31,911 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d used request id req-602ab912-5dab-474e-9133-0de9ed783a0c 2018-10-04 15:07:31,911 - create_instance - INFO - Checking deletion status 2018-10-04 15:07:31,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:32,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07: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-f3241006-c4b6-4018-aa0e-f3222f152efa x-compute-request-id: req-f3241006-c4b6-4018-aa0e-f3222f152efa Content-Encoding: gzip Content-Length: 804 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:fd:6d", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "rel": "bookmark"}], "image": {"id": "a9a1f600-b112-4b1a-8faa-39feba4d9b18", "links": [{"href": "http://172.30.9.23:8774/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ba", "OS-SRV-USG:launched_at": "2018-10-04T15:07:21.000000", "flavor": {"id": "851a374f-6778-4ddf-95ba-003638469102", "links": [{"href": "http://172.30.9.23:8774/flavors/851a374f-6778-4ddf-95ba-003638469102", "rel": "bookmark"}]}, "id": "9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:07:31Z", "hostId": "73d5e36f6a9508557177b0a4051d8f9fa4f1c4cc2730852217495415", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-inst", "created": "2018-10-04T15:07:17Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:07:32,296 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d used request id req-f3241006-c4b6-4018-aa0e-f3222f152efa 2018-10-04 15:07:32,297 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-inst] is - ACTIVE 2018-10-04 15:07:32,297 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:07:35,300 - create_instance - DEBUG - VM status query timeout in 296.611245155 2018-10-04 15:07:35,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:35,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07: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-5e052ff5-7bf1-4d84-8798-34b8461d2524 x-compute-request-id: req-5e052ff5-7bf1-4d84-8798-34b8461d2524 Content-Encoding: gzip Content-Length: 732 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "rel": "bookmark"}], "image": {"id": "a9a1f600-b112-4b1a-8faa-39feba4d9b18", "links": [{"href": "http://172.30.9.23:8774/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ba", "OS-SRV-USG:launched_at": "2018-10-04T15:07:21.000000", "flavor": {"id": "851a374f-6778-4ddf-95ba-003638469102", "links": [{"href": "http://172.30.9.23:8774/flavors/851a374f-6778-4ddf-95ba-003638469102", "rel": "bookmark"}]}, "id": "9a6eee67-bc8a-4122-92e1-5fb2360f2b6d", "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:07:31Z", "hostId": "73d5e36f6a9508557177b0a4051d8f9fa4f1c4cc2730852217495415", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-inst", "created": "2018-10-04T15:07:17Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:07:35,742 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d used request id req-5e052ff5-7bf1-4d84-8798-34b8461d2524 2018-10-04 15:07:35,743 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-inst] is - ACTIVE 2018-10-04 15:07:35,743 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:07:38,743 - create_instance - DEBUG - VM status query timeout in 293.167910099 2018-10-04 15:07:38,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ce4fa4bb39bcca77c7d50ad6e6cb4ede60e626" 2018-10-04 15:07:38,798 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:07:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-47c25c42-82e8-4fc6-9a83-593a0d9838e3 x-compute-request-id: req-47c25c42-82e8-4fc6-9a83-593a0d9838e3 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 9a6eee67-bc8a-4122-92e1-5fb2360f2b6d could not be found.", "code": 404}} 2018-10-04 15:07:38,798 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9a6eee67-bc8a-4122-92e1-5fb2360f2b6d used request id req-47c25c42-82e8-4fc6-9a83-593a0d9838e3 2018-10-04 15:07:38,798 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 9a6eee67-bc8a-4122-92e1-5fb2360f2b6d could not be found. (HTTP 404) (Request-ID: req-47c25c42-82e8-4fc6-9a83-593a0d9838e3) 2018-10-04 15:07:38,798 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-inst 2018-10-04 15:07:38,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/851a374f-6778-4ddf-95ba-003638469102 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1d2010e4183309aa4a6fe4b4419e7651bc21448" 2018-10-04 15:07:38,844 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:07:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f7fb0117-56da-4614-b663-68a601116a42 x-compute-request-id: req-f7fb0117-56da-4614-b663-68a601116a42 Content-Length: 0 Content-Type: application/json 2018-10-04 15:07:38,844 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/851a374f-6778-4ddf-95ba-003638469102 used request id req-f7fb0117-56da-4614-b663-68a601116a42 2018-10-04 15:07:38,845 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-subnet 2018-10-04 15:07:38,845 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-subnet 2018-10-04 15:07:38,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/2875f232-a467-4eba-b52e-6aa3a495ee8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58ad16ac98f234e53281de3beae011221c32160" 2018-10-04 15:07:41,081 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-732fe9b2-97db-4fdc-accc-76ec08ed6e1a Date: Thu, 04 Oct 2018 15:07:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:07:41,082 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/2875f232-a467-4eba-b52e-6aa3a495ee8e used request id req-732fe9b2-97db-4fdc-accc-76ec08ed6e1a 2018-10-04 15:07:41,082 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-pub-net 2018-10-04 15:07:41,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/973dea60-82d3-4c0d-bf38-c9569c069a84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58ad16ac98f234e53281de3beae011221c32160" 2018-10-04 15:07:42,039 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e6e8bdf9-0d04-4432-a612-dd369813c8e2 Date: Thu, 04 Oct 2018 15:07:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:07:42,039 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/973dea60-82d3-4c0d-bf38-c9569c069a84 used request id req-e6e8bdf9-0d04-4432-a612-dd369813c8e2 2018-10-04 15:07:42,040 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-6ec0f483-849c-4ad5-8f80-732fcbc48fe5-image 2018-10-04 15:07:42,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3bba00056124ff43d33fbe2392de77e3a23f19f2" 2018-10-04 15:07:43,527 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-03fe610c-6f29-4481-9bb9-dc52de86906e Date: Thu, 04 Oct 2018 15:07:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:07:43,527 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/a9a1f600-b112-4b1a-8faa-39feba4d9b18 used request id req-03fe610c-6f29-4481-9bb9-dc52de86906e 2018-10-04 15:07:43,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76bb1ce7b74ec671ebd724c90a73e7c0e38d530d" 2018-10-04 15:07:43,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-15c96e74-ad23-49cc-bb85-4c24e45ef47d Date: Thu, 04 Oct 2018 15:07:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:07:43,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-15c96e74-ad23-49cc-bb85-4c24e45ef47d 2018-10-04 15:07:43,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76bb1ce7b74ec671ebd724c90a73e7c0e38d530d" 2018-10-04 15:07:43,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f238a994-eefb-4a76-a202-3f1230dbdf47 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:07:43,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-f238a994-eefb-4a76-a202-3f1230dbdf47 2018-10-04 15:07:43,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76bb1ce7b74ec671ebd724c90a73e7c0e38d530d" 2018-10-04 15:07:43,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3029ec73-e7b6-4922-ab10-4e4ddab71d82 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:07:43,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-3029ec73-e7b6-4922-ab10-4e4ddab71d82 2018-10-04 15:07:43,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76bb1ce7b74ec671ebd724c90a73e7c0e38d530d" 2018-10-04 15:07:44,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-982ef231-9f60-404a-a03b-b16accb837dd Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:07:44,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-982ef231-9f60-404a-a03b-b16accb837dd 2018-10-04 15:07:44,028 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-d0124590-0215-496-proj 2018-10-04 15:07:44,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/1aa2a796d7a442dd8f0a3c74a0c5e278 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76bb1ce7b74ec671ebd724c90a73e7c0e38d530d" 2018-10-04 15:07:44,241 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:07:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8557d40-7e3d-41f5-8d22-30f1088d22d9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:07:44,242 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/1aa2a796d7a442dd8f0a3c74a0c5e278 used request id req-a8557d40-7e3d-41f5-8d22-30f1088d22d9 2018-10-04 15:07:44,242 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-d0124590-0215-496-proj-role 2018-10-04 15:07:44,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/acfe14f061064f6e8091f4ab5a3c9d47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76bb1ce7b74ec671ebd724c90a73e7c0e38d530d" 2018-10-04 15:07:44,346 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:07:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef38d511-8d23-49a6-99e3-62314e9aee36 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:07:44,346 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/acfe14f061064f6e8091f4ab5a3c9d47 used request id req-ef38d511-8d23-49a6-99e3-62314e9aee36 2018-10-04 15:07:44,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76bb1ce7b74ec671ebd724c90a73e7c0e38d530d" 2018-10-04 15:07:44,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7336a954-7425-4263-8ba6-3ef7782e4eaa Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:07:44,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7336a954-7425-4263-8ba6-3ef7782e4eaa 2018-10-04 15:07:44,442 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-d0124590-0215-496-user 2018-10-04 15:07:44,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/7c9cf511dbf14b44a430dda0fa6ccc0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e11fc9bc4444619e1870db0943138859775947b" 2018-10-04 15:07:44,676 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:07:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a5d30d5-2a64-467b-a974-2fa5195e383b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:07:44,676 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/7c9cf511dbf14b44a430dda0fa6ccc0e used request id req-8a5d30d5-2a64-467b-a974-2fa5195e383b 2018-10-04 15:07:44,678 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:07:45,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:07:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["h64uqnGzR5ClZ1Z2VXqrhQ"], "issued_at": "2018-10-04T15:07:45.000000Z"}} 2018-10-04 15:07:45,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6b7fa0867de01bd28b19c5c3c75e6358d8edf4" 2018-10-04 15:07:45,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b63e92cf-76c8-442f-964b-66a64945faae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:07:45,166 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b63e92cf-76c8-442f-964b-66a64945faae 2018-10-04 15:07:45,167 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:07:45,168 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:07:45,561 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:07:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["DaFF4BbPRkm7jp_wzNyA1A"], "issued_at": "2018-10-04T15:07:45.000000Z"}} 2018-10-04 15:07:45,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54d9539637b1c0f73e1f4bda6a77843435a7285" 2018-10-04 15:07:45,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fa5097d-bd7b-4d1e-8fb6-67753ae7e226 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:07:45,639 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4fa5097d-bd7b-4d1e-8fb6-67753ae7e226 2018-10-04 15:07:45,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:07:45,649 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:07:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:07:45,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54d9539637b1c0f73e1f4bda6a77843435a7285" 2018-10-04 15:07:45,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ae4e131-b37f-47e5-96c0-962750f27576 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:07:45,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj used request id req-9ae4e131-b37f-47e5-96c0-962750f27576 2018-10-04 15:07:45,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54d9539637b1c0f73e1f4bda6a77843435a7285" 2018-10-04 15:07:45,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-514d0c4e-95b0-4369-bc9e-3039c4183df1 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:07:45,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-514d0c4e-95b0-4369-bc9e-3039c4183df1 2018-10-04 15:07:45,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54d9539637b1c0f73e1f4bda6a77843435a7285" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj"}}' 2018-10-04 15:07:45,951 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:07:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1af3fc94-c885-4c19-82f1-70efcd09ca5b Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257"}, "enabled": true, "id": "3083ac2491154d71b8999b0e43a9f257", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj"}} 2018-10-04 15:07:45,951 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-1af3fc94-c885-4c19-82f1-70efcd09ca5b 2018-10-04 15:07:45,951 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj 2018-10-04 15:07:45,952 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:07:45,952 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:07:46,346 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:07:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["3n2aVcwIRqeqHah6FGP4Eg"], "issued_at": "2018-10-04T15:07:46.000000Z"}} 2018-10-04 15:07:46,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}234a8cc32951603b664f345779ea8ba0358ecac9" 2018-10-04 15:07:46,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1eb94a96-cec3-41ad-b4e8-be16193e12d2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:07:46,432 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1eb94a96-cec3-41ad-b4e8-be16193e12d2 2018-10-04 15:07:46,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:07:46,441 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:07:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:07:46,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}234a8cc32951603b664f345779ea8ba0358ecac9" 2018-10-04 15:07:46,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bab4a2d4-4361-4827-84bf-4177f826a9f2 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:07:46,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-bab4a2d4-4361-4827-84bf-4177f826a9f2 2018-10-04 15:07:46,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}234a8cc32951603b664f345779ea8ba0358ecac9" 2018-10-04 15:07:46,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6084e744-8465-4448-baf9-81dc4f350520 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257"}, "enabled": true, "id": "3083ac2491154d71b8999b0e43a9f257", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj"}]} 2018-10-04 15:07:46,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj used request id req-6084e744-8465-4448-baf9-81dc4f350520 2018-10-04 15:07:46,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}234a8cc32951603b664f345779ea8ba0358ecac9" 2018-10-04 15:07:46,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20bd40c9-336c-4097-8843-6c336e9c5b25 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:07:46,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-20bd40c9-336c-4097-8843-6c336e9c5b25 2018-10-04 15:07:47,038 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-52bbb2bb-b96b-495-user 2018-10-04 15:07:47,039 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:07:47,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54d9539637b1c0f73e1f4bda6a77843435a7285" 2018-10-04 15:07:47,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24b314f3-0fa0-43ce-a694-1608a58c4040 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:07:47,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-24b314f3-0fa0-43ce-a694-1608a58c4040 2018-10-04 15:07:47,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54d9539637b1c0f73e1f4bda6a77843435a7285" -d '{"role": {"name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj-role"}}' 2018-10-04 15:07:47,250 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:07:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f079bc5-0571-4e0d-8233-56ea0013f564 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "41d63faee5454ac795b67fd3e9f37482", "links": {"self": "http://172.30.9.23:5000/v3/roles/41d63faee5454ac795b67fd3e9f37482"}, "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj-role"}} 2018-10-04 15:07:47,250 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-9f079bc5-0571-4e0d-8233-56ea0013f564 2018-10-04 15:07:47,251 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj-role 2018-10-04 15:07:47,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/41d63faee5454ac795b67fd3e9f37482 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54d9539637b1c0f73e1f4bda6a77843435a7285" 2018-10-04 15:07:47,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74515752-7f81-4ca1-9278-c62811b486e8 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/41d63faee5454ac795b67fd3e9f37482"}, "domain_id": null, "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj-role", "id": "41d63faee5454ac795b67fd3e9f37482"}} 2018-10-04 15:07:47,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/41d63faee5454ac795b67fd3e9f37482 used request id req-74515752-7f81-4ca1-9278-c62811b486e8 2018-10-04 15:07:47,341 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj-role to project CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj 2018-10-04 15:07:47,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257/users/86c9be1299c84533b2837945257c889f/roles/41d63faee5454ac795b67fd3e9f37482 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54d9539637b1c0f73e1f4bda6a77843435a7285" 2018-10-04 15:07:47,396 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:07:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfe32e36-13f5-4110-b976-a77d04aff3dd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:07:47,396 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257/users/86c9be1299c84533b2837945257c889f/roles/41d63faee5454ac795b67fd3e9f37482 used request id req-bfe32e36-13f5-4110-b976-a77d04aff3dd 2018-10-04 15:07:47,397 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:07:47,397 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:07:47,398 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:07:47,399 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:07:47,399 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:07:47,400 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:07:47,781 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "41d63faee5454ac795b67fd3e9f37482", "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj-role"}], "expires_at": "2018-10-04T16:07:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3083ac2491154d71b8999b0e43a9f257", "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3083ac2491154d71b8999b0e43a9f257", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/3083ac2491154d71b8999b0e43a9f257", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/3083ac2491154d71b8999b0e43a9f257", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3083ac2491154d71b8999b0e43a9f257", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/3083ac2491154d71b8999b0e43a9f257", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/3083ac2491154d71b8999b0e43a9f257", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-user", "id": "86c9be1299c84533b2837945257c889f"}, "audit_ids": ["lt8A87ydSnCj4ullhuSdcg"], "issued_at": "2018-10-04T15:07:47.000000Z"}} 2018-10-04 15:07:47,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7ccad44965017e858f80e367be25fbbba4f921" 2018-10-04 15:07:47,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bca6eda-3392-4f8e-886e-f2cfcce4f965 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:07:47,866 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9bca6eda-3392-4f8e-886e-f2cfcce4f965 2018-10-04 15:07:47,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da7ccad44965017e858f80e367be25fbbba4f921" 2018-10-04 15:07:48,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-970f26ca-779a-4cae-bb85-5bd81ae800bd Date: Thu, 04 Oct 2018 15:07:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-image"} 2018-10-04 15:07:48,034 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-image used request id req-970f26ca-779a-4cae-bb85-5bd81ae800bd 2018-10-04 15:07:48,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da7ccad44965017e858f80e367be25fbbba4f921" 2018-10-04 15:07:48,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f9ab4a04-6c62-47fd-b588-6b11d4f18639 Date: Thu, 04 Oct 2018 15:07:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:07:48,203 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-f9ab4a04-6c62-47fd-b588-6b11d4f18639 2018-10-04 15:07:48,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da7ccad44965017e858f80e367be25fbbba4f921" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-image"}' 2018-10-04 15:07:48,420 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/347f0aa7-b968-49e2-bcb9-88925f16cd27 X-Openstack-Request-Id: req-528aec04-ce9e-4dd0-8a8b-dba16f31df07 Date: Thu, 04 Oct 2018 15:07:48 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:07:48Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:07:48Z", "visibility": "shared", "locations": [], "self": "/v2/images/347f0aa7-b968-49e2-bcb9-88925f16cd27", "min_disk": 0, "protected": false, "id": "347f0aa7-b968-49e2-bcb9-88925f16cd27", "file": "/v2/images/347f0aa7-b968-49e2-bcb9-88925f16cd27/file", "checksum": null, "owner": "3083ac2491154d71b8999b0e43a9f257", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:07:48,420 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-528aec04-ce9e-4dd0-8a8b-dba16f31df07 2018-10-04 15:07:48,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/347f0aa7-b968-49e2-bcb9-88925f16cd27/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da7ccad44965017e858f80e367be25fbbba4f921" -d '' 2018-10-04 15:07:50,369 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d2d1c693-dda8-4fb3-b1b6-90d21e98b6fe Date: Thu, 04 Oct 2018 15:07:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:07:50,370 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/347f0aa7-b968-49e2-bcb9-88925f16cd27/file used request id req-d2d1c693-dda8-4fb3-b1b6-90d21e98b6fe 2018-10-04 15:07:50,370 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:07:50,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/347f0aa7-b968-49e2-bcb9-88925f16cd27 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da7ccad44965017e858f80e367be25fbbba4f921" 2018-10-04 15:07:50,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-a8a18364-c810-4e43-9857-c666a20d5398 Date: Thu, 04 Oct 2018 15:07:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:07:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:07:50Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/347f0aa7-b968-49e2-bcb9-88925f16cd27/snap", "metadata": {}}], "self": "/v2/images/347f0aa7-b968-49e2-bcb9-88925f16cd27", "min_disk": 0, "protected": false, "id": "347f0aa7-b968-49e2-bcb9-88925f16cd27", "file": "/v2/images/347f0aa7-b968-49e2-bcb9-88925f16cd27/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3083ac2491154d71b8999b0e43a9f257", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/347f0aa7-b968-49e2-bcb9-88925f16cd27/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:07:50,554 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/347f0aa7-b968-49e2-bcb9-88925f16cd27 used request id req-a8a18364-c810-4e43-9857-c666a20d5398 2018-10-04 15:07:50,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da7ccad44965017e858f80e367be25fbbba4f921" 2018-10-04 15:07:50,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-169d6ca0-5877-4400-92a0-a52b32532184 Date: Thu, 04 Oct 2018 15:07:50 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:07:50,701 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-169d6ca0-5877-4400-92a0-a52b32532184 2018-10-04 15:07:50,704 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-image 2018-10-04 15:07:50,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/347f0aa7-b968-49e2-bcb9-88925f16cd27 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da7ccad44965017e858f80e367be25fbbba4f921" 2018-10-04 15:07:50,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-e58bc5c2-cbdf-463d-b6b2-768572d9b60e Date: Thu, 04 Oct 2018 15:07:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:07:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:07:50Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/347f0aa7-b968-49e2-bcb9-88925f16cd27/snap", "metadata": {}}], "self": "/v2/images/347f0aa7-b968-49e2-bcb9-88925f16cd27", "min_disk": 0, "protected": false, "id": "347f0aa7-b968-49e2-bcb9-88925f16cd27", "file": "/v2/images/347f0aa7-b968-49e2-bcb9-88925f16cd27/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3083ac2491154d71b8999b0e43a9f257", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/347f0aa7-b968-49e2-bcb9-88925f16cd27/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:07:50,725 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/347f0aa7-b968-49e2-bcb9-88925f16cd27 used request id req-e58bc5c2-cbdf-463d-b6b2-768572d9b60e 2018-10-04 15:07:50,725 - create_image - DEBUG - Instance status is - active 2018-10-04 15:07:50,725 - create_image - DEBUG - Image is active with name - CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-image 2018-10-04 15:07:50,725 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-image 2018-10-04 15:07:50,726 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:07:50,726 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:07:51,107 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:07:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["KVKLc36uST-U6N4USgQn3A"], "issued_at": "2018-10-04T15:07:51.000000Z"}} 2018-10-04 15:07:51,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d867a656e608184fe546cde37d6b403bfeea94" 2018-10-04 15:07:51,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27c96d35-1494-490a-85f2-4b9f46dbf2a9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:07:51,189 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-27c96d35-1494-490a-85f2-4b9f46dbf2a9 2018-10-04 15:07:51,191 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:07:51,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d867a656e608184fe546cde37d6b403bfeea94" 2018-10-04 15:07:51,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f2d36315-1450-4bd1-b640-c9407ef84019 x-compute-request-id: req-f2d36315-1450-4bd1-b640-c9407ef84019 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:07:51,380 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f2d36315-1450-4bd1-b640-c9407ef84019 2018-10-04 15:07:51,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d867a656e608184fe546cde37d6b403bfeea94" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:07:51,575 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63383b54-b8e7-44d0-85cd-a0c715fdf3ce x-compute-request-id: req-63383b54-b8e7-44d0-85cd-a0c715fdf3ce Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/91cb87bc-4681-4226-b010-b6ff8b66d7bd", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/91cb87bc-4681-4226-b010-b6ff8b66d7bd", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "91cb87bc-4681-4226-b010-b6ff8b66d7bd", "name": "CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:07:51,575 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-63383b54-b8e7-44d0-85cd-a0c715fdf3ce 2018-10-04 15:07:51,576 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:07:51,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:07:51,957 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "41d63faee5454ac795b67fd3e9f37482", "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj-role"}], "expires_at": "2018-10-04T16:07:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3083ac2491154d71b8999b0e43a9f257", "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3083ac2491154d71b8999b0e43a9f257", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/3083ac2491154d71b8999b0e43a9f257", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/3083ac2491154d71b8999b0e43a9f257", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3083ac2491154d71b8999b0e43a9f257", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/3083ac2491154d71b8999b0e43a9f257", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/3083ac2491154d71b8999b0e43a9f257", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-user", "id": "86c9be1299c84533b2837945257c889f"}, "audit_ids": ["VlKE90HkQNmquGwTBJ6m6g"], "issued_at": "2018-10-04T15:07:51.000000Z"}} 2018-10-04 15:07:51,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1489d9cc30569ff7af10a4023408c08ec65f252" 2018-10-04 15:07:52,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17fecd27-beec-4a93-a6ee-7474aefb8e1f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:07:52,029 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-17fecd27-beec-4a93-a6ee-7474aefb8e1f 2018-10-04 15:07:52,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1489d9cc30569ff7af10a4023408c08ec65f252" 2018-10-04 15:07:52,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c78b5a45-5b32-41fb-8868-ef70f3f82228 Date: Thu, 04 Oct 2018 15:07:52 GMT RESP BODY: {"networks":[]} 2018-10-04 15:07:52,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net used request id req-c78b5a45-5b32-41fb-8868-ef70f3f82228 2018-10-04 15:07:52,287 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net 2018-10-04 15:07:52,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1489d9cc30569ff7af10a4023408c08ec65f252" -d '{"network": {"name": "CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net", "admin_state_up": true}}' 2018-10-04 15:07:52,913 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-0fe733a8-27e9-4771-8906-b24aed806af2 Date: Thu, 04 Oct 2018 15:07:52 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"37019bf8-2437-4db2-80af-97d233175ec4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3083ac2491154d71b8999b0e43a9f257","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:07:52Z","is_default":false,"name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:52Z","mtu":1450}} 2018-10-04 15:07:52,913 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-0fe733a8-27e9-4771-8906-b24aed806af2 2018-10-04 15:07:52,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=37019bf8-2437-4db2-80af-97d233175ec4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1489d9cc30569ff7af10a4023408c08ec65f252" 2018-10-04 15:07:53,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-e1ed74e9-2ef6-48f3-b1be-6f4706265e8a Date: Thu, 04 Oct 2018 15:07:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T15:07:52Z","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3083ac2491154d71b8999b0e43a9f257","id":"37019bf8-2437-4db2-80af-97d233175ec4","name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net"}]} 2018-10-04 15:07:53,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=37019bf8-2437-4db2-80af-97d233175ec4 used request id req-e1ed74e9-2ef6-48f3-b1be-6f4706265e8a 2018-10-04 15:07:53,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=37019bf8-2437-4db2-80af-97d233175ec4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1489d9cc30569ff7af10a4023408c08ec65f252" 2018-10-04 15:07:53,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-83753c55-2cca-47da-bc1e-f6b6bb463301 Date: Thu, 04 Oct 2018 15:07:53 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:07:53,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=37019bf8-2437-4db2-80af-97d233175ec4 used request id req-83753c55-2cca-47da-bc1e-f6b6bb463301 2018-10-04 15:07:53,315 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-subnet 2018-10-04 15:07:53,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1489d9cc30569ff7af10a4023408c08ec65f252" -d '{"subnets": [{"ip_version": 4, "network_id": "37019bf8-2437-4db2-80af-97d233175ec4", "cidr": "10.55.0.0/24", "name": "CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-subnet"}]}' 2018-10-04 15:07:54,057 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7b876461-5cbe-4a05-abd2-5c2a80dcea04 Date: Thu, 04 Oct 2018 15:07:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:07:53Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"3083ac2491154d71b8999b0e43a9f257","id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","subnetpool_id":null,"name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-subnet"}]} 2018-10-04 15:07:54,057 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-7b876461-5cbe-4a05-abd2-5c2a80dcea04 2018-10-04 15:07:54,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=37019bf8-2437-4db2-80af-97d233175ec4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1489d9cc30569ff7af10a4023408c08ec65f252" 2018-10-04 15:07:54,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-2b6136b1-50a4-4b87-ad03-18f1e6e1b3ea Date: Thu, 04 Oct 2018 15:07:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1fe2be5c-121f-40cf-ad05-9a5e056a70e3"],"updated_at":"2018-10-04T15:07:53Z","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3083ac2491154d71b8999b0e43a9f257","id":"37019bf8-2437-4db2-80af-97d233175ec4","name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net"}]} 2018-10-04 15:07:54,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=37019bf8-2437-4db2-80af-97d233175ec4 used request id req-2b6136b1-50a4-4b87-ad03-18f1e6e1b3ea 2018-10-04 15:07:54,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=37019bf8-2437-4db2-80af-97d233175ec4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1489d9cc30569ff7af10a4023408c08ec65f252" 2018-10-04 15:07:54,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-cafc1a22-a0db-4b82-9fe5-3be00193f99f Date: Thu, 04 Oct 2018 15:07:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:07:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3083ac2491154d71b8999b0e43a9f257","id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","subnetpool_id":null,"name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-subnet"}]} 2018-10-04 15:07:54,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=37019bf8-2437-4db2-80af-97d233175ec4 used request id req-cafc1a22-a0db-4b82-9fe5-3be00193f99f 2018-10-04 15:07:54,476 - OpenStackNetwork - DEBUG - Network [37019bf8-2437-4db2-80af-97d233175ec4] created successfully 2018-10-04 15:07:54,476 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:07:54,477 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:07:54,851 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "41d63faee5454ac795b67fd3e9f37482", "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj-role"}], "expires_at": "2018-10-04T16:07:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3083ac2491154d71b8999b0e43a9f257", "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3083ac2491154d71b8999b0e43a9f257", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/3083ac2491154d71b8999b0e43a9f257", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/3083ac2491154d71b8999b0e43a9f257", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3083ac2491154d71b8999b0e43a9f257", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/3083ac2491154d71b8999b0e43a9f257", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/3083ac2491154d71b8999b0e43a9f257", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-user", "id": "86c9be1299c84533b2837945257c889f"}, "audit_ids": ["YXcZGUlSQYGa-fTj0BDGHw"], "issued_at": "2018-10-04T15:07:54.000000Z"}} 2018-10-04 15:07:54,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:07:54,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4b0ea1f-99b3-4288-aaa8-63bbe5c7c697 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:07:54,926 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c4b0ea1f-99b3-4288-aaa8-63bbe5c7c697 2018-10-04 15:07:54,927 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:07:54,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:07:55,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04ff2a89-542a-409d-8ab5-dc8436a56fd0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:07:55,005 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-04ff2a89-542a-409d-8ab5-dc8436a56fd0 2018-10-04 15:07:55,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:07:55,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-5560ed4f-4ad0-4ec8-a084-d3ebcfd2b645 Date: Thu, 04 Oct 2018 15:07:55 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":["1fe2be5c-121f-40cf-ad05-9a5e056a70e3"],"updated_at":"2018-10-04T15:07:53Z","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3083ac2491154d71b8999b0e43a9f257","id":"37019bf8-2437-4db2-80af-97d233175ec4","name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net"}]} 2018-10-04 15:07:55,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net used request id req-5560ed4f-4ad0-4ec8-a084-d3ebcfd2b645 2018-10-04 15:07:55,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:07:55,260 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:07:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:07:55,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:07:55,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bab197a-a505-4e8c-89fb-a5a1ce45410a Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257"}, "enabled": true, "id": "3083ac2491154d71b8999b0e43a9f257", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj"}} 2018-10-04 15:07:55,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257 used request id req-2bab197a-a505-4e8c-89fb-a5a1ce45410a 2018-10-04 15:07:55,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=37019bf8-2437-4db2-80af-97d233175ec4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:07:55,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-393c1afb-46e6-4e44-a0c4-bafcd5d3ca3a Date: Thu, 04 Oct 2018 15:07:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:07:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3083ac2491154d71b8999b0e43a9f257","id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","subnetpool_id":null,"name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-subnet"}]} 2018-10-04 15:07:55,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=37019bf8-2437-4db2-80af-97d233175ec4 used request id req-393c1afb-46e6-4e44-a0c4-bafcd5d3ca3a 2018-10-04 15:07:55,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=37019bf8-2437-4db2-80af-97d233175ec4&name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:07:55,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7d7eac45-dd2a-40bd-8d6e-4355c6fa9fc8 Date: Thu, 04 Oct 2018 15:07:55 GMT RESP BODY: {"ports":[]} 2018-10-04 15:07:55,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=37019bf8-2437-4db2-80af-97d233175ec4&name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-port&admin_state_up=True used request id req-7d7eac45-dd2a-40bd-8d6e-4355c6fa9fc8 2018-10-04 15:07:55,676 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:07:55,896 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07: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-89ddbce1-b447-48a8-a68e-6dc401e9260d x-compute-request-id: req-89ddbce1-b447-48a8-a68e-6dc401e9260d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:07:55,896 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst used request id req-89ddbce1-b447-48a8-a68e-6dc401e9260d 2018-10-04 15:07:55,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:07:56,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-46cbbbcc-dd33-46c1-bee8-1d311fb9e21e Date: Thu, 04 Oct 2018 15:07:56 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":["1fe2be5c-121f-40cf-ad05-9a5e056a70e3"],"updated_at":"2018-10-04T15:07:53Z","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3083ac2491154d71b8999b0e43a9f257","id":"37019bf8-2437-4db2-80af-97d233175ec4","name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net"}]} 2018-10-04 15:07:56,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net used request id req-46cbbbcc-dd33-46c1-bee8-1d311fb9e21e 2018-10-04 15:07:56,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:07:56,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8e60b9e-3017-4f44-9abe-0cbea20717f6 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257"}, "enabled": true, "id": "3083ac2491154d71b8999b0e43a9f257", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj"}} 2018-10-04 15:07:56,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257 used request id req-e8e60b9e-3017-4f44-9abe-0cbea20717f6 2018-10-04 15:07:56,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=37019bf8-2437-4db2-80af-97d233175ec4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:07:56,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a1111de8-a362-4da1-8104-0aea59a11c2f Date: Thu, 04 Oct 2018 15:07:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:07:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3083ac2491154d71b8999b0e43a9f257","id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","subnetpool_id":null,"name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-subnet"}]} 2018-10-04 15:07:56,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=37019bf8-2437-4db2-80af-97d233175ec4 used request id req-a1111de8-a362-4da1-8104-0aea59a11c2f 2018-10-04 15:07:56,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=37019bf8-2437-4db2-80af-97d233175ec4&name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:07:56,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b4d50b61-b476-4026-ac57-ca4f385411b7 Date: Thu, 04 Oct 2018 15:07:56 GMT RESP BODY: {"ports":[]} 2018-10-04 15:07:56,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=37019bf8-2437-4db2-80af-97d233175ec4&name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-port&admin_state_up=True used request id req-b4d50b61-b476-4026-ac57-ca4f385411b7 2018-10-04 15:07:56,673 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:07:56,674 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:07:57,052 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "41d63faee5454ac795b67fd3e9f37482", "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj-role"}], "expires_at": "2018-10-04T16:07:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3083ac2491154d71b8999b0e43a9f257", "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3083ac2491154d71b8999b0e43a9f257", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/3083ac2491154d71b8999b0e43a9f257", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/3083ac2491154d71b8999b0e43a9f257", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3083ac2491154d71b8999b0e43a9f257", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/3083ac2491154d71b8999b0e43a9f257", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/3083ac2491154d71b8999b0e43a9f257", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-user", "id": "86c9be1299c84533b2837945257c889f"}, "audit_ids": ["N74lce9KQS6R6Qf-4OD90w"], "issued_at": "2018-10-04T15:07:57.000000Z"}} 2018-10-04 15:07:57,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4442db85d9cf0ba76df3ac47f52c05625733c67" 2018-10-04 15:07:57,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9b74dde-81be-4a00-96ee-65a862dd7be8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:07:57,126 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e9b74dde-81be-4a00-96ee-65a862dd7be8 2018-10-04 15:07:57,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:07:57,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-710657ac-be11-4da8-9385-59bd16435064 Date: Thu, 04 Oct 2018 15:07:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1fe2be5c-121f-40cf-ad05-9a5e056a70e3"],"updated_at":"2018-10-04T15:07:53Z","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3083ac2491154d71b8999b0e43a9f257","id":"37019bf8-2437-4db2-80af-97d233175ec4","name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net"}]} 2018-10-04 15:07:57,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net used request id req-710657ac-be11-4da8-9385-59bd16435064 2018-10-04 15:07:57,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=37019bf8-2437-4db2-80af-97d233175ec4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:07:57,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ad6b8f4e-2453-45a8-89c8-a47e48738792 Date: Thu, 04 Oct 2018 15:07:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:07:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3083ac2491154d71b8999b0e43a9f257","id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","subnetpool_id":null,"name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-subnet"}]} 2018-10-04 15:07:57,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=37019bf8-2437-4db2-80af-97d233175ec4 used request id req-ad6b8f4e-2453-45a8-89c8-a47e48738792 2018-10-04 15:07:57,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:07:57,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-260ce135-03d1-42fc-9fcf-bc9a916f130d Date: Thu, 04 Oct 2018 15:07:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1fe2be5c-121f-40cf-ad05-9a5e056a70e3"],"updated_at":"2018-10-04T15:07:53Z","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3083ac2491154d71b8999b0e43a9f257","id":"37019bf8-2437-4db2-80af-97d233175ec4","name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net"}]} 2018-10-04 15:07:57,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net used request id req-260ce135-03d1-42fc-9fcf-bc9a916f130d 2018-10-04 15:07:57,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:07:57,787 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:07:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:07:57,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4442db85d9cf0ba76df3ac47f52c05625733c67" 2018-10-04 15:07:57,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a191cb1-bcfe-49a6-b260-a4874bd36b3c Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257"}, "enabled": true, "id": "3083ac2491154d71b8999b0e43a9f257", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj"}} 2018-10-04 15:07:57,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257 used request id req-3a191cb1-bcfe-49a6-b260-a4874bd36b3c 2018-10-04 15:07:57,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=37019bf8-2437-4db2-80af-97d233175ec4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:07:58,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-003655b1-7e90-4208-83a1-9dd488de3b11 Date: Thu, 04 Oct 2018 15:07:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:07:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3083ac2491154d71b8999b0e43a9f257","id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","subnetpool_id":null,"name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-subnet"}]} 2018-10-04 15:07:58,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=37019bf8-2437-4db2-80af-97d233175ec4 used request id req-003655b1-7e90-4208-83a1-9dd488de3b11 2018-10-04 15:07:58,062 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net 2018-10-04 15:07:58,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" -d '{"port": {"network_id": "37019bf8-2437-4db2-80af-97d233175ec4", "name": "CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-port", "admin_state_up": true}}' 2018-10-04 15:07:58,967 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 780 X-Openstack-Request-Id: req-f094aab0-b851-4adf-a340-a02ce188c194 Date: Thu, 04 Oct 2018 15:07:58 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:58Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","ip_address":"10.55.0.6"}],"id":"0cb9df95-83b4-44b5-9990-be43236e98b4","security_groups":["c16afb27-6989-496a-aee0-d14c2a5aeae2"],"mac_address":"fa:16:3e:73:f4:a8","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-port","project_id":"3083ac2491154d71b8999b0e43a9f257","qos_policy_id":null,"admin_state_up":true,"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:58Z","binding:vnic_type":"normal"}} 2018-10-04 15:07:58,967 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-f094aab0-b851-4adf-a340-a02ce188c194 2018-10-04 15:07:58,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:07:59,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f364e7f3-ea01-4bbc-bb5e-000ce543bd6b Date: Thu, 04 Oct 2018 15:07:59 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":["1fe2be5c-121f-40cf-ad05-9a5e056a70e3"],"updated_at":"2018-10-04T15:07:53Z","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3083ac2491154d71b8999b0e43a9f257","id":"37019bf8-2437-4db2-80af-97d233175ec4","name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net"}]} 2018-10-04 15:07:59,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net used request id req-f364e7f3-ea01-4bbc-bb5e-000ce543bd6b 2018-10-04 15:07:59,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:07:59,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3671fba4-eacc-4489-9449-1b27f56f7152 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257"}, "enabled": true, "id": "3083ac2491154d71b8999b0e43a9f257", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj"}} 2018-10-04 15:07:59,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257 used request id req-3671fba4-eacc-4489-9449-1b27f56f7152 2018-10-04 15:07:59,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=37019bf8-2437-4db2-80af-97d233175ec4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:07:59,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-48602ae8-82ab-45bc-b1be-df2ba94b2f76 Date: Thu, 04 Oct 2018 15:07:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:07:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3083ac2491154d71b8999b0e43a9f257","id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","subnetpool_id":null,"name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-subnet"}]} 2018-10-04 15:07:59,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=37019bf8-2437-4db2-80af-97d233175ec4 used request id req-48602ae8-82ab-45bc-b1be-df2ba94b2f76 2018-10-04 15:07:59,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=37019bf8-2437-4db2-80af-97d233175ec4&name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:07:59,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-40b7c6a5-e56c-4fcb-b027-0b0477b9f90e Date: Thu, 04 Oct 2018 15:07:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:58Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","ip_address":"10.55.0.6"}],"id":"0cb9df95-83b4-44b5-9990-be43236e98b4","security_groups":["c16afb27-6989-496a-aee0-d14c2a5aeae2"],"mac_address":"fa:16:3e:73:f4:a8","project_id":"3083ac2491154d71b8999b0e43a9f257","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-port","admin_state_up":true,"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:58Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:07:59,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=37019bf8-2437-4db2-80af-97d233175ec4&name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-port&admin_state_up=True used request id req-40b7c6a5-e56c-4fcb-b027-0b0477b9f90e 2018-10-04 15:07:59,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:07:59,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71b1d89a-59c9-4ab1-bd3c-94eea9265dd9 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257"}, "enabled": true, "id": "3083ac2491154d71b8999b0e43a9f257", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj"}} 2018-10-04 15:07:59,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257 used request id req-71b1d89a-59c9-4ab1-bd3c-94eea9265dd9 2018-10-04 15:07:59,826 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst 2018-10-04 15:07:59,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:07:59,863 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07: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-ef63b91c-1a80-462e-82b7-e0d664c6d811 x-compute-request-id: req-ef63b91c-1a80-462e-82b7-e0d664c6d811 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "91cb87bc-4681-4226-b010-b6ff8b66d7bd", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/91cb87bc-4681-4226-b010-b6ff8b66d7bd", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/91cb87bc-4681-4226-b010-b6ff8b66d7bd", "rel": "bookmark"}], "name": "CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-flavor-name"}]} 2018-10-04 15:07:59,863 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ef63b91c-1a80-462e-82b7-e0d664c6d811 2018-10-04 15:07:59,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/91cb87bc-4681-4226-b010-b6ff8b66d7bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:07:59,889 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:07: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-535d91bb-3bbb-485f-8883-6e4e7ab5982c x-compute-request-id: req-535d91bb-3bbb-485f-8883-6e4e7ab5982c Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/91cb87bc-4681-4226-b010-b6ff8b66d7bd", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/91cb87bc-4681-4226-b010-b6ff8b66d7bd", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "91cb87bc-4681-4226-b010-b6ff8b66d7bd", "name": "CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:07:59,890 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/91cb87bc-4681-4226-b010-b6ff8b66d7bd used request id req-535d91bb-3bbb-485f-8883-6e4e7ab5982c 2018-10-04 15:07:59,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:00,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-e5e774c7-6ae7-4ca8-b36c-885d3db9aa0e Date: Thu, 04 Oct 2018 15:08:00 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:07:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:07:50Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/347f0aa7-b968-49e2-bcb9-88925f16cd27/snap", "metadata": {}}], "self": "/v2/images/347f0aa7-b968-49e2-bcb9-88925f16cd27", "min_disk": 0, "protected": false, "id": "347f0aa7-b968-49e2-bcb9-88925f16cd27", "file": "/v2/images/347f0aa7-b968-49e2-bcb9-88925f16cd27/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3083ac2491154d71b8999b0e43a9f257", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/347f0aa7-b968-49e2-bcb9-88925f16cd27/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-image"} 2018-10-04 15:08:00,075 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-image used request id req-e5e774c7-6ae7-4ca8-b36c-885d3db9aa0e 2018-10-04 15:08:00,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:00,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4d424fa2-ee1d-4a44-bffd-32bbbc67ad6e Date: Thu, 04 Oct 2018 15:08:00 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:08:00,231 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-4d424fa2-ee1d-4a44-bffd-32bbbc67ad6e 2018-10-04 15:08:00,236 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" -d '{"server": {"name": "CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst", "imageRef": "347f0aa7-b968-49e2-bcb9-88925f16cd27", "flavorRef": "91cb87bc-4681-4226-b010-b6ff8b66d7bd", "max_count": 1, "min_count": 1, "networks": [{"port": "0cb9df95-83b4-44b5-9990-be43236e98b4"}]}}' 2018-10-04 15:08:01,731 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:08:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4eb857c3-9547-48ea-9916-df203de52800 x-compute-request-id: req-4eb857c3-9547-48ea-9916-df203de52800 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "71699b55-ec11-4b31-8e46-a5d067107b6d", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71699b55-ec11-4b31-8e46-a5d067107b6d", "rel": "bookmark"}], "adminPass": "V7eTKyM3LCac"}} 2018-10-04 15:08:01,731 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-4eb857c3-9547-48ea-9916-df203de52800 2018-10-04 15:08:01,735 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:02,019 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8032fced-9197-4751-8ad9-c68523e99b5a x-compute-request-id: req-8032fced-9197-4751-8ad9-c68523e99b5a Content-Encoding: gzip Content-Length: 614 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71699b55-ec11-4b31-8e46-a5d067107b6d", "rel": "bookmark"}], "image": {"id": "347f0aa7-b968-49e2-bcb9-88925f16cd27", "links": [{"href": "http://172.30.9.23:8774/images/347f0aa7-b968-49e2-bcb9-88925f16cd27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91cb87bc-4681-4226-b010-b6ff8b66d7bd", "links": [{"href": "http://172.30.9.23:8774/flavors/91cb87bc-4681-4226-b010-b6ff8b66d7bd", "rel": "bookmark"}]}, "id": "71699b55-ec11-4b31-8e46-a5d067107b6d", "user_id": "86c9be1299c84533b2837945257c889f", "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-10-04T15:08:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst", "created": "2018-10-04T15:08:01Z", "tenant_id": "3083ac2491154d71b8999b0e43a9f257", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:08:02,019 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d used request id req-8032fced-9197-4751-8ad9-c68523e99b5a 2018-10-04 15:08:02,019 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst 2018-10-04 15:08:02,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:02,227 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d604e79-75d3-44b9-8f03-c517f9f07c6b x-compute-request-id: req-0d604e79-75d3-44b9-8f03-c517f9f07c6b Content-Encoding: gzip Content-Length: 617 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71699b55-ec11-4b31-8e46-a5d067107b6d", "rel": "bookmark"}], "image": {"id": "347f0aa7-b968-49e2-bcb9-88925f16cd27", "links": [{"href": "http://172.30.9.23:8774/images/347f0aa7-b968-49e2-bcb9-88925f16cd27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91cb87bc-4681-4226-b010-b6ff8b66d7bd", "links": [{"href": "http://172.30.9.23:8774/flavors/91cb87bc-4681-4226-b010-b6ff8b66d7bd", "rel": "bookmark"}]}, "id": "71699b55-ec11-4b31-8e46-a5d067107b6d", "user_id": "86c9be1299c84533b2837945257c889f", "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-10-04T15:08:02Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst", "created": "2018-10-04T15:08:01Z", "tenant_id": "3083ac2491154d71b8999b0e43a9f257", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:08:02,227 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d used request id req-0d604e79-75d3-44b9-8f03-c517f9f07c6b 2018-10-04 15:08:02,228 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst] is - BUILD 2018-10-04 15:08:02,228 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:08:05,231 - create_instance - DEBUG - VM status query timeout in 896.788467884 2018-10-04 15:08:05,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:05,623 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed8452b1-c007-4b93-83f8-bc1cef3cbd9a x-compute-request-id: req-ed8452b1-c007-4b93-83f8-bc1cef3cbd9a Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71699b55-ec11-4b31-8e46-a5d067107b6d", "rel": "bookmark"}], "image": {"id": "347f0aa7-b968-49e2-bcb9-88925f16cd27", "links": [{"href": "http://172.30.9.23:8774/images/347f0aa7-b968-49e2-bcb9-88925f16cd27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91cb87bc-4681-4226-b010-b6ff8b66d7bd", "links": [{"href": "http://172.30.9.23:8774/flavors/91cb87bc-4681-4226-b010-b6ff8b66d7bd", "rel": "bookmark"}]}, "id": "71699b55-ec11-4b31-8e46-a5d067107b6d", "security_groups": [{"name": "default"}], "user_id": "86c9be1299c84533b2837945257c889f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:08:02Z", "hostId": "a7ec74f7f19148684d555331336dda8ada890de4ace4834a39276e8e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst", "created": "2018-10-04T15:08:01Z", "tenant_id": "3083ac2491154d71b8999b0e43a9f257", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:08:05,623 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d used request id req-ed8452b1-c007-4b93-83f8-bc1cef3cbd9a 2018-10-04 15:08:05,623 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst] is - BUILD 2018-10-04 15:08:05,623 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:08:08,627 - create_instance - DEBUG - VM status query timeout in 893.392944813 2018-10-04 15:08:08,630 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:09,274 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08: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-0ac84d3f-8918-46a5-b71f-4fbb62493898 x-compute-request-id: req-0ac84d3f-8918-46a5-b71f-4fbb62493898 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:f4:a8", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71699b55-ec11-4b31-8e46-a5d067107b6d", "rel": "bookmark"}], "image": {"id": "347f0aa7-b968-49e2-bcb9-88925f16cd27", "links": [{"href": "http://172.30.9.23:8774/images/347f0aa7-b968-49e2-bcb9-88925f16cd27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:08:05.000000", "flavor": {"id": "91cb87bc-4681-4226-b010-b6ff8b66d7bd", "links": [{"href": "http://172.30.9.23:8774/flavors/91cb87bc-4681-4226-b010-b6ff8b66d7bd", "rel": "bookmark"}]}, "id": "71699b55-ec11-4b31-8e46-a5d067107b6d", "security_groups": [{"name": "default"}], "user_id": "86c9be1299c84533b2837945257c889f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:08:07Z", "hostId": "a7ec74f7f19148684d555331336dda8ada890de4ace4834a39276e8e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst", "created": "2018-10-04T15:08:01Z", "tenant_id": "3083ac2491154d71b8999b0e43a9f257", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:08:09,274 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d used request id req-0ac84d3f-8918-46a5-b71f-4fbb62493898 2018-10-04 15:08:09,274 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst] is - ACTIVE 2018-10-04 15:08:09,274 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:08:09,277 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:10,139 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-379f80d3-154c-4747-9f4d-0986f3a8b187 x-compute-request-id: req-379f80d3-154c-4747-9f4d-0986f3a8b187 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:f4:a8", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71699b55-ec11-4b31-8e46-a5d067107b6d", "rel": "bookmark"}], "image": {"id": "347f0aa7-b968-49e2-bcb9-88925f16cd27", "links": [{"href": "http://172.30.9.23:8774/images/347f0aa7-b968-49e2-bcb9-88925f16cd27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:08:05.000000", "flavor": {"id": "91cb87bc-4681-4226-b010-b6ff8b66d7bd", "links": [{"href": "http://172.30.9.23:8774/flavors/91cb87bc-4681-4226-b010-b6ff8b66d7bd", "rel": "bookmark"}]}, "id": "71699b55-ec11-4b31-8e46-a5d067107b6d", "security_groups": [{"name": "default"}], "user_id": "86c9be1299c84533b2837945257c889f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:08:07Z", "hostId": "a7ec74f7f19148684d555331336dda8ada890de4ace4834a39276e8e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst", "created": "2018-10-04T15:08:01Z", "tenant_id": "3083ac2491154d71b8999b0e43a9f257", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:08:10,139 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d used request id req-379f80d3-154c-4747-9f4d-0986f3a8b187 2018-10-04 15:08:10,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:10,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6d01875f-094e-4318-a42f-dd9b9991e363 Date: Thu, 04 Oct 2018 15:08:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1fe2be5c-121f-40cf-ad05-9a5e056a70e3"],"updated_at":"2018-10-04T15:07:53Z","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3083ac2491154d71b8999b0e43a9f257","id":"37019bf8-2437-4db2-80af-97d233175ec4","name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net"}]} 2018-10-04 15:08:10,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net used request id req-6d01875f-094e-4318-a42f-dd9b9991e363 2018-10-04 15:08:10,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:10,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ab864bd-b790-4ce8-a203-fee57d8b9ca7 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257"}, "enabled": true, "id": "3083ac2491154d71b8999b0e43a9f257", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj"}} 2018-10-04 15:08:10,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257 used request id req-7ab864bd-b790-4ce8-a203-fee57d8b9ca7 2018-10-04 15:08:10,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=37019bf8-2437-4db2-80af-97d233175ec4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:10,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c989a89e-adba-46bd-b86b-36e182dcb071 Date: Thu, 04 Oct 2018 15:08:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:07:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3083ac2491154d71b8999b0e43a9f257","id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","subnetpool_id":null,"name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-subnet"}]} 2018-10-04 15:08:10,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=37019bf8-2437-4db2-80af-97d233175ec4 used request id req-c989a89e-adba-46bd-b86b-36e182dcb071 2018-10-04 15:08:10,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=37019bf8-2437-4db2-80af-97d233175ec4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:10,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-5157d339-d8fb-43c1-a571-3f93181c7da0 Date: Thu, 04 Oct 2018 15:08:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:08:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","ip_address":"10.55.0.6"}],"id":"0cb9df95-83b4-44b5-9990-be43236e98b4","security_groups":["c16afb27-6989-496a-aee0-d14c2a5aeae2"],"mac_address":"fa:16:3e:73:f4:a8","project_id":"3083ac2491154d71b8999b0e43a9f257","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-port","admin_state_up":true,"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:58Z","binding:vnic_type":"normal","device_id":"71699b55-ec11-4b31-8e46-a5d067107b6d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","ip_address":"10.55.0.4"}],"id":"33f89c59-35a7-4016-9125-90e0e732c3fb","security_groups":[],"mac_address":"fa:16:3e:54:f9:00","project_id":"3083ac2491154d71b8999b0e43a9f257","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:55Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-37019bf8-2437-4db2-80af-97d233175ec4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","ip_address":"10.55.0.2"}],"id":"9dfa6d91-3798-49ab-8015-4dc92ef4387a","security_groups":[],"mac_address":"fa:16:3e:7b:79:53","project_id":"3083ac2491154d71b8999b0e43a9f257","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-37019bf8-2437-4db2-80af-97d233175ec4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","ip_address":"10.55.0.3"}],"id":"ba7a4bf6-fb53-4931-89f7-3bfe802f63bb","security_groups":[],"mac_address":"fa:16:3e:75:a0:d5","project_id":"3083ac2491154d71b8999b0e43a9f257","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-37019bf8-2437-4db2-80af-97d233175ec4"}]} 2018-10-04 15:08:10,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=37019bf8-2437-4db2-80af-97d233175ec4 used request id req-5157d339-d8fb-43c1-a571-3f93181c7da0 2018-10-04 15:08:10,480 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:08:10,857 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "41d63faee5454ac795b67fd3e9f37482", "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj-role"}], "expires_at": "2018-10-04T16:08:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3083ac2491154d71b8999b0e43a9f257", "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3083ac2491154d71b8999b0e43a9f257", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/3083ac2491154d71b8999b0e43a9f257", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/3083ac2491154d71b8999b0e43a9f257", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3083ac2491154d71b8999b0e43a9f257", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/3083ac2491154d71b8999b0e43a9f257", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/3083ac2491154d71b8999b0e43a9f257", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-user", "id": "86c9be1299c84533b2837945257c889f"}, "audit_ids": ["1dJfwj-VS8qn7iZDP171-Q"], "issued_at": "2018-10-04T15:08:10.000000Z"}} 2018-10-04 15:08:10,860 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be028ab39deb88d2b3d0ff5ba29a43d6ea7366a2" 2018-10-04 15:08:11,744 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08: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-5820015a-c648-4335-af89-66191d85e457 x-compute-request-id: req-5820015a-c648-4335-af89-66191d85e457 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:f4:a8", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71699b55-ec11-4b31-8e46-a5d067107b6d", "rel": "bookmark"}], "image": {"id": "347f0aa7-b968-49e2-bcb9-88925f16cd27", "links": [{"href": "http://172.30.9.23:8774/images/347f0aa7-b968-49e2-bcb9-88925f16cd27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:08:05.000000", "flavor": {"id": "91cb87bc-4681-4226-b010-b6ff8b66d7bd", "links": [{"href": "http://172.30.9.23:8774/flavors/91cb87bc-4681-4226-b010-b6ff8b66d7bd", "rel": "bookmark"}]}, "id": "71699b55-ec11-4b31-8e46-a5d067107b6d", "security_groups": [{"name": "default"}], "user_id": "86c9be1299c84533b2837945257c889f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:08:07Z", "hostId": "a7ec74f7f19148684d555331336dda8ada890de4ace4834a39276e8e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst", "created": "2018-10-04T15:08:01Z", "tenant_id": "3083ac2491154d71b8999b0e43a9f257", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:08:11,744 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst used request id req-5820015a-c648-4335-af89-66191d85e457 2018-10-04 15:08:11,745 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:08:12,116 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "41d63faee5454ac795b67fd3e9f37482", "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj-role"}], "expires_at": "2018-10-04T16:08:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3083ac2491154d71b8999b0e43a9f257", "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/3083ac2491154d71b8999b0e43a9f257", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3083ac2491154d71b8999b0e43a9f257", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/3083ac2491154d71b8999b0e43a9f257", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/3083ac2491154d71b8999b0e43a9f257", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3083ac2491154d71b8999b0e43a9f257", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/3083ac2491154d71b8999b0e43a9f257", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/3083ac2491154d71b8999b0e43a9f257", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-user", "id": "86c9be1299c84533b2837945257c889f"}, "audit_ids": ["YiRv2h1OQIGEM3DWD99yew"], "issued_at": "2018-10-04T15:08:12.000000Z"}} 2018-10-04 15:08:12,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dc035f40c02b401b8927b8df1f16478f1056f5c" 2018-10-04 15:08:12,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-190bc76d-7287-41ff-9e3d-6c1f9a9e2c8e Date: Thu, 04 Oct 2018 15:08:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1fe2be5c-121f-40cf-ad05-9a5e056a70e3"],"updated_at":"2018-10-04T15:07:53Z","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3083ac2491154d71b8999b0e43a9f257","id":"37019bf8-2437-4db2-80af-97d233175ec4","name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net"}]} 2018-10-04 15:08:12,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net used request id req-190bc76d-7287-41ff-9e3d-6c1f9a9e2c8e 2018-10-04 15:08:12,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=37019bf8-2437-4db2-80af-97d233175ec4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dc035f40c02b401b8927b8df1f16478f1056f5c" 2018-10-04 15:08:12,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f94117a4-1acd-4ffa-a448-20caa0c167d1 Date: Thu, 04 Oct 2018 15:08:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:07:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3083ac2491154d71b8999b0e43a9f257","id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","subnetpool_id":null,"name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-subnet"}]} 2018-10-04 15:08:12,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=37019bf8-2437-4db2-80af-97d233175ec4 used request id req-f94117a4-1acd-4ffa-a448-20caa0c167d1 2018-10-04 15:08:12,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=37019bf8-2437-4db2-80af-97d233175ec4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dc035f40c02b401b8927b8df1f16478f1056f5c" 2018-10-04 15:08:12,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-949bc445-1021-4c74-b0d5-f2fadd59fd7f Date: Thu, 04 Oct 2018 15:08:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:08:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","ip_address":"10.55.0.6"}],"id":"0cb9df95-83b4-44b5-9990-be43236e98b4","security_groups":["c16afb27-6989-496a-aee0-d14c2a5aeae2"],"mac_address":"fa:16:3e:73:f4:a8","project_id":"3083ac2491154d71b8999b0e43a9f257","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-port","admin_state_up":true,"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:58Z","binding:vnic_type":"normal","device_id":"71699b55-ec11-4b31-8e46-a5d067107b6d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","ip_address":"10.55.0.4"}],"id":"33f89c59-35a7-4016-9125-90e0e732c3fb","security_groups":[],"mac_address":"fa:16:3e:54:f9:00","project_id":"3083ac2491154d71b8999b0e43a9f257","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:55Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-37019bf8-2437-4db2-80af-97d233175ec4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","ip_address":"10.55.0.2"}],"id":"9dfa6d91-3798-49ab-8015-4dc92ef4387a","security_groups":[],"mac_address":"fa:16:3e:7b:79:53","project_id":"3083ac2491154d71b8999b0e43a9f257","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-37019bf8-2437-4db2-80af-97d233175ec4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","ip_address":"10.55.0.3"}],"id":"ba7a4bf6-fb53-4931-89f7-3bfe802f63bb","security_groups":[],"mac_address":"fa:16:3e:75:a0:d5","project_id":"3083ac2491154d71b8999b0e43a9f257","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-37019bf8-2437-4db2-80af-97d233175ec4"}]} 2018-10-04 15:08:12,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=37019bf8-2437-4db2-80af-97d233175ec4 used request id req-949bc445-1021-4c74-b0d5-f2fadd59fd7f 2018-10-04 15:08:12,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:13,267 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00de7f38-8e93-48cf-a1b3-5f57b31f5ffe x-compute-request-id: req-00de7f38-8e93-48cf-a1b3-5f57b31f5ffe Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:f4:a8", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71699b55-ec11-4b31-8e46-a5d067107b6d", "rel": "bookmark"}], "image": {"id": "347f0aa7-b968-49e2-bcb9-88925f16cd27", "links": [{"href": "http://172.30.9.23:8774/images/347f0aa7-b968-49e2-bcb9-88925f16cd27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:08:05.000000", "flavor": {"id": "91cb87bc-4681-4226-b010-b6ff8b66d7bd", "links": [{"href": "http://172.30.9.23:8774/flavors/91cb87bc-4681-4226-b010-b6ff8b66d7bd", "rel": "bookmark"}]}, "id": "71699b55-ec11-4b31-8e46-a5d067107b6d", "security_groups": [{"name": "default"}], "user_id": "86c9be1299c84533b2837945257c889f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:08:07Z", "hostId": "a7ec74f7f19148684d555331336dda8ada890de4ace4834a39276e8e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst", "created": "2018-10-04T15:08:01Z", "tenant_id": "3083ac2491154d71b8999b0e43a9f257", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:08:13,268 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d used request id req-00de7f38-8e93-48cf-a1b3-5f57b31f5ffe 2018-10-04 15:08:13,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:13,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-97128a34-022b-40e7-a123-ae9853604500 Date: Thu, 04 Oct 2018 15:08:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1fe2be5c-121f-40cf-ad05-9a5e056a70e3"],"updated_at":"2018-10-04T15:07:53Z","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3083ac2491154d71b8999b0e43a9f257","id":"37019bf8-2437-4db2-80af-97d233175ec4","name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net"}]} 2018-10-04 15:08:13,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net used request id req-97128a34-022b-40e7-a123-ae9853604500 2018-10-04 15:08:13,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:13,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcc8bc69-5637-42a0-b805-43733e4cf942 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257"}, "enabled": true, "id": "3083ac2491154d71b8999b0e43a9f257", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj"}} 2018-10-04 15:08:13,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257 used request id req-fcc8bc69-5637-42a0-b805-43733e4cf942 2018-10-04 15:08:13,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=37019bf8-2437-4db2-80af-97d233175ec4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:13,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-35c29904-9378-4cb7-8af7-34b2ef8d36bd Date: Thu, 04 Oct 2018 15:08:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:07:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3083ac2491154d71b8999b0e43a9f257","id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","subnetpool_id":null,"name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-subnet"}]} 2018-10-04 15:08:13,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=37019bf8-2437-4db2-80af-97d233175ec4 used request id req-35c29904-9378-4cb7-8af7-34b2ef8d36bd 2018-10-04 15:08:13,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=37019bf8-2437-4db2-80af-97d233175ec4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:13,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-e2dfb064-772e-4762-af00-b854e0754ba3 Date: Thu, 04 Oct 2018 15:08:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:08:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","ip_address":"10.55.0.6"}],"id":"0cb9df95-83b4-44b5-9990-be43236e98b4","security_groups":["c16afb27-6989-496a-aee0-d14c2a5aeae2"],"mac_address":"fa:16:3e:73:f4:a8","project_id":"3083ac2491154d71b8999b0e43a9f257","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-port","admin_state_up":true,"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:58Z","binding:vnic_type":"normal","device_id":"71699b55-ec11-4b31-8e46-a5d067107b6d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","ip_address":"10.55.0.4"}],"id":"33f89c59-35a7-4016-9125-90e0e732c3fb","security_groups":[],"mac_address":"fa:16:3e:54:f9:00","project_id":"3083ac2491154d71b8999b0e43a9f257","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:55Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-37019bf8-2437-4db2-80af-97d233175ec4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","ip_address":"10.55.0.2"}],"id":"9dfa6d91-3798-49ab-8015-4dc92ef4387a","security_groups":[],"mac_address":"fa:16:3e:7b:79:53","project_id":"3083ac2491154d71b8999b0e43a9f257","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-37019bf8-2437-4db2-80af-97d233175ec4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","ip_address":"10.55.0.3"}],"id":"ba7a4bf6-fb53-4931-89f7-3bfe802f63bb","security_groups":[],"mac_address":"fa:16:3e:75:a0:d5","project_id":"3083ac2491154d71b8999b0e43a9f257","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-37019bf8-2437-4db2-80af-97d233175ec4"}]} 2018-10-04 15:08:13,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=37019bf8-2437-4db2-80af-97d233175ec4 used request id req-e2dfb064-772e-4762-af00-b854e0754ba3 2018-10-04 15:08:13,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:14,209 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5879f07a-3234-4abe-bb57-02d64d524a0f x-compute-request-id: req-5879f07a-3234-4abe-bb57-02d64d524a0f Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:f4:a8", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71699b55-ec11-4b31-8e46-a5d067107b6d", "rel": "bookmark"}], "image": {"id": "347f0aa7-b968-49e2-bcb9-88925f16cd27", "links": [{"href": "http://172.30.9.23:8774/images/347f0aa7-b968-49e2-bcb9-88925f16cd27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:08:05.000000", "flavor": {"id": "91cb87bc-4681-4226-b010-b6ff8b66d7bd", "links": [{"href": "http://172.30.9.23:8774/flavors/91cb87bc-4681-4226-b010-b6ff8b66d7bd", "rel": "bookmark"}]}, "id": "71699b55-ec11-4b31-8e46-a5d067107b6d", "security_groups": [{"name": "default"}], "user_id": "86c9be1299c84533b2837945257c889f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:08:07Z", "hostId": "a7ec74f7f19148684d555331336dda8ada890de4ace4834a39276e8e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst", "created": "2018-10-04T15:08:01Z", "tenant_id": "3083ac2491154d71b8999b0e43a9f257", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:08:14,209 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d used request id req-5879f07a-3234-4abe-bb57-02d64d524a0f 2018-10-04 15:08:14,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:14,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-26b6c2dd-4338-4161-8c17-d410f152d72f Date: Thu, 04 Oct 2018 15:08:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1fe2be5c-121f-40cf-ad05-9a5e056a70e3"],"updated_at":"2018-10-04T15:07:53Z","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3083ac2491154d71b8999b0e43a9f257","id":"37019bf8-2437-4db2-80af-97d233175ec4","name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net"}]} 2018-10-04 15:08:14,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net used request id req-26b6c2dd-4338-4161-8c17-d410f152d72f 2018-10-04 15:08:14,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:14,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15d7d470-0a08-42f5-89f3-cf6255b289a2 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257"}, "enabled": true, "id": "3083ac2491154d71b8999b0e43a9f257", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj"}} 2018-10-04 15:08:14,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257 used request id req-15d7d470-0a08-42f5-89f3-cf6255b289a2 2018-10-04 15:08:14,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=37019bf8-2437-4db2-80af-97d233175ec4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:14,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-25c9c045-b2e0-46f7-82ba-bb9b31aa17dd Date: Thu, 04 Oct 2018 15:08:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:07:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3083ac2491154d71b8999b0e43a9f257","id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","subnetpool_id":null,"name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-subnet"}]} 2018-10-04 15:08:14,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=37019bf8-2437-4db2-80af-97d233175ec4 used request id req-25c9c045-b2e0-46f7-82ba-bb9b31aa17dd 2018-10-04 15:08:14,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=37019bf8-2437-4db2-80af-97d233175ec4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:14,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-f74e1a10-15c8-4628-b44d-0d03192b6a55 Date: Thu, 04 Oct 2018 15:08:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:08:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","ip_address":"10.55.0.6"}],"id":"0cb9df95-83b4-44b5-9990-be43236e98b4","security_groups":["c16afb27-6989-496a-aee0-d14c2a5aeae2"],"mac_address":"fa:16:3e:73:f4:a8","project_id":"3083ac2491154d71b8999b0e43a9f257","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-port","admin_state_up":true,"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:58Z","binding:vnic_type":"normal","device_id":"71699b55-ec11-4b31-8e46-a5d067107b6d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","ip_address":"10.55.0.4"}],"id":"33f89c59-35a7-4016-9125-90e0e732c3fb","security_groups":[],"mac_address":"fa:16:3e:54:f9:00","project_id":"3083ac2491154d71b8999b0e43a9f257","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:55Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-37019bf8-2437-4db2-80af-97d233175ec4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","ip_address":"10.55.0.2"}],"id":"9dfa6d91-3798-49ab-8015-4dc92ef4387a","security_groups":[],"mac_address":"fa:16:3e:7b:79:53","project_id":"3083ac2491154d71b8999b0e43a9f257","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-37019bf8-2437-4db2-80af-97d233175ec4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:07:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1fe2be5c-121f-40cf-ad05-9a5e056a70e3","ip_address":"10.55.0.3"}],"id":"ba7a4bf6-fb53-4931-89f7-3bfe802f63bb","security_groups":[],"mac_address":"fa:16:3e:75:a0:d5","project_id":"3083ac2491154d71b8999b0e43a9f257","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"37019bf8-2437-4db2-80af-97d233175ec4","tenant_id":"3083ac2491154d71b8999b0e43a9f257","created_at":"2018-10-04T15:07:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-37019bf8-2437-4db2-80af-97d233175ec4"}]} 2018-10-04 15:08:14,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=37019bf8-2437-4db2-80af-97d233175ec4 used request id req-f74e1a10-15c8-4628-b44d-0d03192b6a55 2018-10-04 15:08:14,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be028ab39deb88d2b3d0ff5ba29a43d6ea7366a2" 2018-10-04 15:08:14,833 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:08: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-d90ab16b-0026-4a35-ad06-e247764b56f3 x-compute-request-id: req-d90ab16b-0026-4a35-ad06-e247764b56f3 Content-Type: application/json 2018-10-04 15:08:14,833 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d used request id req-d90ab16b-0026-4a35-ad06-e247764b56f3 2018-10-04 15:08:14,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:15,322 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08: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-1887b704-fcf8-404d-92fb-068a7eac611a x-compute-request-id: req-1887b704-fcf8-404d-92fb-068a7eac611a Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:f4:a8", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71699b55-ec11-4b31-8e46-a5d067107b6d", "rel": "bookmark"}], "image": {"id": "347f0aa7-b968-49e2-bcb9-88925f16cd27", "links": [{"href": "http://172.30.9.23:8774/images/347f0aa7-b968-49e2-bcb9-88925f16cd27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:08:05.000000", "flavor": {"id": "91cb87bc-4681-4226-b010-b6ff8b66d7bd", "links": [{"href": "http://172.30.9.23:8774/flavors/91cb87bc-4681-4226-b010-b6ff8b66d7bd", "rel": "bookmark"}]}, "id": "71699b55-ec11-4b31-8e46-a5d067107b6d", "security_groups": [{"name": "default"}], "user_id": "86c9be1299c84533b2837945257c889f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:08:14Z", "hostId": "a7ec74f7f19148684d555331336dda8ada890de4ace4834a39276e8e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst", "created": "2018-10-04T15:08:01Z", "tenant_id": "3083ac2491154d71b8999b0e43a9f257", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:08:15,322 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d used request id req-1887b704-fcf8-404d-92fb-068a7eac611a 2018-10-04 15:08:15,322 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst] is - ACTIVE 2018-10-04 15:08:15,322 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:08:18,323 - create_instance - DEBUG - VM status query timeout in 296.510238886 2018-10-04 15:08:18,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:18,950 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08: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-22d5603d-fdc5-4f45-93ca-e726bba7848a x-compute-request-id: req-22d5603d-fdc5-4f45-93ca-e726bba7848a Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:f4:a8", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71699b55-ec11-4b31-8e46-a5d067107b6d", "rel": "bookmark"}], "image": {"id": "347f0aa7-b968-49e2-bcb9-88925f16cd27", "links": [{"href": "http://172.30.9.23:8774/images/347f0aa7-b968-49e2-bcb9-88925f16cd27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:08:05.000000", "flavor": {"id": "91cb87bc-4681-4226-b010-b6ff8b66d7bd", "links": [{"href": "http://172.30.9.23:8774/flavors/91cb87bc-4681-4226-b010-b6ff8b66d7bd", "rel": "bookmark"}]}, "id": "71699b55-ec11-4b31-8e46-a5d067107b6d", "security_groups": [{"name": "default"}], "user_id": "86c9be1299c84533b2837945257c889f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:08:14Z", "hostId": "a7ec74f7f19148684d555331336dda8ada890de4ace4834a39276e8e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst", "created": "2018-10-04T15:08:01Z", "tenant_id": "3083ac2491154d71b8999b0e43a9f257", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:08:18,950 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d used request id req-22d5603d-fdc5-4f45-93ca-e726bba7848a 2018-10-04 15:08:18,950 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst] is - ACTIVE 2018-10-04 15:08:18,951 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:08:21,954 - create_instance - DEBUG - VM status query timeout in 292.879309893 2018-10-04 15:08:21,958 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:22,207 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9fef60e7-a33c-47f7-b770-dd63110ff22e x-compute-request-id: req-9fef60e7-a33c-47f7-b770-dd63110ff22e Content-Encoding: gzip Content-Length: 737 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:f4:a8", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71699b55-ec11-4b31-8e46-a5d067107b6d", "rel": "bookmark"}], "image": {"id": "347f0aa7-b968-49e2-bcb9-88925f16cd27", "links": [{"href": "http://172.30.9.23:8774/images/347f0aa7-b968-49e2-bcb9-88925f16cd27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:08:05.000000", "flavor": {"id": "91cb87bc-4681-4226-b010-b6ff8b66d7bd", "links": [{"href": "http://172.30.9.23:8774/flavors/91cb87bc-4681-4226-b010-b6ff8b66d7bd", "rel": "bookmark"}]}, "id": "71699b55-ec11-4b31-8e46-a5d067107b6d", "user_id": "86c9be1299c84533b2837945257c889f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:08:21Z", "hostId": "a7ec74f7f19148684d555331336dda8ada890de4ace4834a39276e8e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst", "created": "2018-10-04T15:08:01Z", "tenant_id": "3083ac2491154d71b8999b0e43a9f257", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:08:22,207 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d used request id req-9fef60e7-a33c-47f7-b770-dd63110ff22e 2018-10-04 15:08:22,208 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst] is - ACTIVE 2018-10-04 15:08:22,208 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:08:25,211 - create_instance - DEBUG - VM status query timeout in 289.621908903 2018-10-04 15:08:25,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:25,271 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:08: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-f911550c-bc0f-4cf2-989d-2c11ac7c1a2b x-compute-request-id: req-f911550c-bc0f-4cf2-989d-2c11ac7c1a2b Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 71699b55-ec11-4b31-8e46-a5d067107b6d could not be found.", "code": 404}} 2018-10-04 15:08:25,271 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d used request id req-f911550c-bc0f-4cf2-989d-2c11ac7c1a2b 2018-10-04 15:08:25,272 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 71699b55-ec11-4b31-8e46-a5d067107b6d could not be found. (HTTP 404) (Request-ID: req-f911550c-bc0f-4cf2-989d-2c11ac7c1a2b) 2018-10-04 15:08:25,275 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be028ab39deb88d2b3d0ff5ba29a43d6ea7366a2" 2018-10-04 15:08:25,360 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08: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-8c3849ef-edba-4ded-841b-d11349e03c44 x-compute-request-id: req-8c3849ef-edba-4ded-841b-d11349e03c44 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:08:25,361 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst used request id req-8c3849ef-edba-4ded-841b-d11349e03c44 2018-10-04 15:08:25,361 - create_instance - INFO - Deleting Port with ID - 0cb9df95-83b4-44b5-9990-be43236e98b4 2018-10-04 15:08:25,361 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-port 2018-10-04 15:08:25,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/0cb9df95-83b4-44b5-9990-be43236e98b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:26,224 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-52e3ad94-7ef1-444a-a8c0-2c0505661412 Date: Thu, 04 Oct 2018 15:08:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:08:26,224 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/0cb9df95-83b4-44b5-9990-be43236e98b4 used request id req-52e3ad94-7ef1-444a-a8c0-2c0505661412 2018-10-04 15:08:26,225 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst 2018-10-04 15:08:26,228 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:26,268 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:08:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3b6d4075-1246-4c3a-a462-df59690a1237 x-compute-request-id: req-3b6d4075-1246-4c3a-a462-df59690a1237 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 71699b55-ec11-4b31-8e46-a5d067107b6d could not be found.", "code": 404}} 2018-10-04 15:08:26,268 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d used request id req-3b6d4075-1246-4c3a-a462-df59690a1237 2018-10-04 15:08:26,268 - create_instance - WARNING - Instance already deleted - Instance 71699b55-ec11-4b31-8e46-a5d067107b6d could not be found. (HTTP 404) (Request-ID: req-3b6d4075-1246-4c3a-a462-df59690a1237) 2018-10-04 15:08:26,269 - create_instance - INFO - Checking deletion status 2018-10-04 15:08:26,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff851fd679ebd04ecdd35232c46cb8f0f6495255" 2018-10-04 15:08:26,321 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:08:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f0687c9d-5291-4f17-84b5-49c47e1a6651 x-compute-request-id: req-f0687c9d-5291-4f17-84b5-49c47e1a6651 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 71699b55-ec11-4b31-8e46-a5d067107b6d could not be found.", "code": 404}} 2018-10-04 15:08:26,321 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/71699b55-ec11-4b31-8e46-a5d067107b6d used request id req-f0687c9d-5291-4f17-84b5-49c47e1a6651 2018-10-04 15:08:26,321 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 71699b55-ec11-4b31-8e46-a5d067107b6d could not be found. (HTTP 404) (Request-ID: req-f0687c9d-5291-4f17-84b5-49c47e1a6651) 2018-10-04 15:08:26,321 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-inst 2018-10-04 15:08:26,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/91cb87bc-4681-4226-b010-b6ff8b66d7bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d867a656e608184fe546cde37d6b403bfeea94" 2018-10-04 15:08:26,367 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:08:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5d65d723-7be9-4979-a836-cfab70440156 x-compute-request-id: req-5d65d723-7be9-4979-a836-cfab70440156 Content-Length: 0 Content-Type: application/json 2018-10-04 15:08:26,367 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/91cb87bc-4681-4226-b010-b6ff8b66d7bd used request id req-5d65d723-7be9-4979-a836-cfab70440156 2018-10-04 15:08:26,368 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-subnet 2018-10-04 15:08:26,368 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-subnet 2018-10-04 15:08:26,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/1fe2be5c-121f-40cf-ad05-9a5e056a70e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1489d9cc30569ff7af10a4023408c08ec65f252" 2018-10-04 15:08:28,662 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6e4d572d-6c0c-465d-9c03-383114730b39 Date: Thu, 04 Oct 2018 15:08:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:08:28,662 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/1fe2be5c-121f-40cf-ad05-9a5e056a70e3 used request id req-6e4d572d-6c0c-465d-9c03-383114730b39 2018-10-04 15:08:28,662 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-pub-net 2018-10-04 15:08:28,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/37019bf8-2437-4db2-80af-97d233175ec4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1489d9cc30569ff7af10a4023408c08ec65f252" 2018-10-04 15:08:30,212 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d45f8cdb-4c65-4ea2-ad71-34c4bf5674e3 Date: Thu, 04 Oct 2018 15:08:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:08:30,212 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/37019bf8-2437-4db2-80af-97d233175ec4 used request id req-d45f8cdb-4c65-4ea2-ad71-34c4bf5674e3 2018-10-04 15:08:30,213 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-ec59fdcb-88a5-47ff-b8c3-c4a5aab476d5-image 2018-10-04 15:08:30,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/347f0aa7-b968-49e2-bcb9-88925f16cd27 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da7ccad44965017e858f80e367be25fbbba4f921" 2018-10-04 15:08:31,544 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6728101d-149b-40cd-b58b-7f727895c8fb Date: Thu, 04 Oct 2018 15:08:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:08:31,544 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/347f0aa7-b968-49e2-bcb9-88925f16cd27 used request id req-6728101d-149b-40cd-b58b-7f727895c8fb 2018-10-04 15:08:31,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54d9539637b1c0f73e1f4bda6a77843435a7285" 2018-10-04 15:08:31,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-bdf29e50-945f-4d73-9052-181248e53781 Date: Thu, 04 Oct 2018 15:08:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3083ac2491154d71b8999b0e43a9f257", "created_at": "2018-10-04T15:07:52Z", "updated_at": "2018-10-04T15:07:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:07:52Z", "revision_number": 0, "id": "28c600fa-aa82-4932-a0be-5645eae0a2ce", "remote_group_id": "c16afb27-6989-496a-aee0-d14c2a5aeae2", "remote_ip_prefix": null, "created_at": "2018-10-04T15:07:52Z", "security_group_id": "c16afb27-6989-496a-aee0-d14c2a5aeae2", "tenant_id": "3083ac2491154d71b8999b0e43a9f257", "port_range_min": null, "ethertype": "IPv6", "project_id": "3083ac2491154d71b8999b0e43a9f257"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:07:52Z", "revision_number": 0, "id": "863c0bf0-859b-4824-a3c5-27ac335b6bfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:07:52Z", "security_group_id": "c16afb27-6989-496a-aee0-d14c2a5aeae2", "tenant_id": "3083ac2491154d71b8999b0e43a9f257", "port_range_min": null, "ethertype": "IPv6", "project_id": "3083ac2491154d71b8999b0e43a9f257"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:07:52Z", "revision_number": 0, "id": "b501edf8-ca69-4694-8e59-80c8c186d543", "remote_group_id": "c16afb27-6989-496a-aee0-d14c2a5aeae2", "remote_ip_prefix": null, "created_at": "2018-10-04T15:07:52Z", "security_group_id": "c16afb27-6989-496a-aee0-d14c2a5aeae2", "tenant_id": "3083ac2491154d71b8999b0e43a9f257", "port_range_min": null, "ethertype": "IPv4", "project_id": "3083ac2491154d71b8999b0e43a9f257"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:07:52Z", "revision_number": 0, "id": "c908274d-718b-4366-88dd-df88f291c60e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:07:52Z", "security_group_id": "c16afb27-6989-496a-aee0-d14c2a5aeae2", "tenant_id": "3083ac2491154d71b8999b0e43a9f257", "port_range_min": null, "ethertype": "IPv4", "project_id": "3083ac2491154d71b8999b0e43a9f257"}], "revision_number": 4, "project_id": "3083ac2491154d71b8999b0e43a9f257", "id": "c16afb27-6989-496a-aee0-d14c2a5aeae2", "name": "default"}]} 2018-10-04 15:08:31,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-bdf29e50-945f-4d73-9052-181248e53781 2018-10-04 15:08:31,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54d9539637b1c0f73e1f4bda6a77843435a7285" 2018-10-04 15:08:31,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5da3cce2-054a-4d85-9a12-39b4ad83c72f Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:08:31,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-5da3cce2-054a-4d85-9a12-39b4ad83c72f 2018-10-04 15:08:31,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54d9539637b1c0f73e1f4bda6a77843435a7285" 2018-10-04 15:08:31,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62200e73-2c65-4395-8b22-75ecaa229257 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:08:31,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-62200e73-2c65-4395-8b22-75ecaa229257 2018-10-04 15:08:31,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54d9539637b1c0f73e1f4bda6a77843435a7285" 2018-10-04 15:08:32,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7eb3c103-89ef-4c23-9058-077417786ee9 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:08:32,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-7eb3c103-89ef-4c23-9058-077417786ee9 2018-10-04 15:08:32,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54d9539637b1c0f73e1f4bda6a77843435a7285" 2018-10-04 15:08:32,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d56b75c-5dc0-4ad8-8704-4872416f4332 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257"}, "enabled": true, "id": "3083ac2491154d71b8999b0e43a9f257", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj"}} 2018-10-04 15:08:32,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257 used request id req-9d56b75c-5dc0-4ad8-8704-4872416f4332 2018-10-04 15:08:32,108 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c16afb27-6989-496a-aee0-d14c2a5aeae2 2018-10-04 15:08:32,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c16afb27-6989-496a-aee0-d14c2a5aeae2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54d9539637b1c0f73e1f4bda6a77843435a7285" 2018-10-04 15:08:32,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7b81224d-aa7d-4595-b3c8-ef64ef73f5f9 Date: Thu, 04 Oct 2018 15:08:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "c16afb27-6989-496a-aee0-d14c2a5aeae2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:07:52Z", "security_group_id": "c16afb27-6989-496a-aee0-d14c2a5aeae2", "port_range_min": null, "revision_number": 0, "tenant_id": "3083ac2491154d71b8999b0e43a9f257", "created_at": "2018-10-04T15:07:52Z", "project_id": "3083ac2491154d71b8999b0e43a9f257", "id": "28c600fa-aa82-4932-a0be-5645eae0a2ce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:07:52Z", "security_group_id": "c16afb27-6989-496a-aee0-d14c2a5aeae2", "port_range_min": null, "revision_number": 0, "tenant_id": "3083ac2491154d71b8999b0e43a9f257", "created_at": "2018-10-04T15:07:52Z", "project_id": "3083ac2491154d71b8999b0e43a9f257", "id": "863c0bf0-859b-4824-a3c5-27ac335b6bfb"}, {"remote_group_id": "c16afb27-6989-496a-aee0-d14c2a5aeae2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:07:52Z", "security_group_id": "c16afb27-6989-496a-aee0-d14c2a5aeae2", "port_range_min": null, "revision_number": 0, "tenant_id": "3083ac2491154d71b8999b0e43a9f257", "created_at": "2018-10-04T15:07:52Z", "project_id": "3083ac2491154d71b8999b0e43a9f257", "id": "b501edf8-ca69-4694-8e59-80c8c186d543"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:07:52Z", "security_group_id": "c16afb27-6989-496a-aee0-d14c2a5aeae2", "port_range_min": null, "revision_number": 0, "tenant_id": "3083ac2491154d71b8999b0e43a9f257", "created_at": "2018-10-04T15:07:52Z", "project_id": "3083ac2491154d71b8999b0e43a9f257", "id": "c908274d-718b-4366-88dd-df88f291c60e"}]} 2018-10-04 15:08:32,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c16afb27-6989-496a-aee0-d14c2a5aeae2 used request id req-7b81224d-aa7d-4595-b3c8-ef64ef73f5f9 2018-10-04 15:08:32,287 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:08:32,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/c16afb27-6989-496a-aee0-d14c2a5aeae2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54d9539637b1c0f73e1f4bda6a77843435a7285" 2018-10-04 15:08:32,856 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-40bcf8ff-4dce-4c93-9318-e5a74f308e15 Content-Length: 0 Date: Thu, 04 Oct 2018 15:08:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:08:32,856 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/c16afb27-6989-496a-aee0-d14c2a5aeae2 used request id req-40bcf8ff-4dce-4c93-9318-e5a74f308e15 2018-10-04 15:08:32,856 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj 2018-10-04 15:08:32,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54d9539637b1c0f73e1f4bda6a77843435a7285" 2018-10-04 15:08:33,061 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:08:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7efbefc4-a194-41f9-a0f2-78496da8340e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:08:33,062 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/3083ac2491154d71b8999b0e43a9f257 used request id req-7efbefc4-a194-41f9-a0f2-78496da8340e 2018-10-04 15:08:33,062 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-52bbb2bb-b96b-495-proj-role 2018-10-04 15:08:33,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/41d63faee5454ac795b67fd3e9f37482 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54d9539637b1c0f73e1f4bda6a77843435a7285" 2018-10-04 15:08:33,196 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:08:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b21890f8-67ed-4a49-a924-a5484b92b452 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:08:33,197 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/41d63faee5454ac795b67fd3e9f37482 used request id req-b21890f8-67ed-4a49-a924-a5484b92b452 2018-10-04 15:08:33,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54d9539637b1c0f73e1f4bda6a77843435a7285" 2018-10-04 15:08:33,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e21e941-5f52-4b85-a07a-14403314ba3a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:08:33,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6e21e941-5f52-4b85-a07a-14403314ba3a 2018-10-04 15:08:33,283 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-52bbb2bb-b96b-495-user 2018-10-04 15:08:33,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/86c9be1299c84533b2837945257c889f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}234a8cc32951603b664f345779ea8ba0358ecac9" 2018-10-04 15:08:33,476 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:08:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d70a18c9-421e-41f2-8ece-805d564c1157 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:08:33,476 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/86c9be1299c84533b2837945257c889f used request id req-d70a18c9-421e-41f2-8ece-805d564c1157 2018-10-04 15:08:33,477 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:08:33,873 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:08:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["Y-0Vg7amSkO0LordTWRLpw"], "issued_at": "2018-10-04T15:08:33.000000Z"}} 2018-10-04 15:08:33,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78b5b6e1b3add4a8b7db00941dd39553957f9f4a" 2018-10-04 15:08:33,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-169f4bc4-0ce2-41d5-a47b-a6d5ff1395f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:08:33,954 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-169f4bc4-0ce2-41d5-a47b-a6d5ff1395f3 2018-10-04 15:08:33,956 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:08:33,957 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:08:34,345 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:08:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["wPGsKBX5RQKQgdS4PHUT3w"], "issued_at": "2018-10-04T15:08:34.000000Z"}} 2018-10-04 15:08:34,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dec1aaccd8e8c0712e9cfbad3a1cc22a2312ce35" 2018-10-04 15:08:34,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8054d51e-f1e7-4bf5-845b-5c0bf7535900 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:08:34,435 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8054d51e-f1e7-4bf5-845b-5c0bf7535900 2018-10-04 15:08:34,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:08:34,445 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:08:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:08:34,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dec1aaccd8e8c0712e9cfbad3a1cc22a2312ce35" 2018-10-04 15:08:34,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05e506c1-c253-4b2d-9ae9-b4d8eaf20030 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:08:34,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj used request id req-05e506c1-c253-4b2d-9ae9-b4d8eaf20030 2018-10-04 15:08:34,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dec1aaccd8e8c0712e9cfbad3a1cc22a2312ce35" 2018-10-04 15:08:34,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7222b10-a980-4b95-b523-e261dff8781c Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:08:34,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-b7222b10-a980-4b95-b523-e261dff8781c 2018-10-04 15:08:34,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dec1aaccd8e8c0712e9cfbad3a1cc22a2312ce35" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj"}}' 2018-10-04 15:08:34,747 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:08:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-492878f0-18c4-4098-8fd9-38e8ea95cc35 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee"}, "enabled": true, "id": "1b1015c2bcbf42e1a402d9c63011beee", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj"}} 2018-10-04 15:08:34,747 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-492878f0-18c4-4098-8fd9-38e8ea95cc35 2018-10-04 15:08:34,748 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj 2018-10-04 15:08:34,748 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:08:34,749 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:08:35,137 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:08:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["1hfdDAiPROG1zWL__0Xyzg"], "issued_at": "2018-10-04T15:08:35.000000Z"}} 2018-10-04 15:08:35,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651d94750096df04b4a9bc29c3cccf1f2bdffd02" 2018-10-04 15:08:35,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6492dd5-e50a-4f7c-8999-6f965be8649a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:08:35,228 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d6492dd5-e50a-4f7c-8999-6f965be8649a 2018-10-04 15:08:35,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:08:35,238 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:08:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:08:35,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651d94750096df04b4a9bc29c3cccf1f2bdffd02" 2018-10-04 15:08:35,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5de5312-f7c8-489c-8600-849b0eb0c065 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:08:35,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e5de5312-f7c8-489c-8600-849b0eb0c065 2018-10-04 15:08:35,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651d94750096df04b4a9bc29c3cccf1f2bdffd02" 2018-10-04 15:08:35,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2da3565-5d33-4ca5-92d3-41f0583b0a96 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee"}, "enabled": true, "id": "1b1015c2bcbf42e1a402d9c63011beee", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj"}]} 2018-10-04 15:08:35,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj used request id req-b2da3565-5d33-4ca5-92d3-41f0583b0a96 2018-10-04 15:08:35,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651d94750096df04b4a9bc29c3cccf1f2bdffd02" 2018-10-04 15:08:35,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bca013b-c6ec-4606-8e04-ae107efaada5 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:08:35,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-4bca013b-c6ec-4606-8e04-ae107efaada5 2018-10-04 15:08:35,921 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-9d6014d8-0067-40e-user 2018-10-04 15:08:35,921 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:08:35,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dec1aaccd8e8c0712e9cfbad3a1cc22a2312ce35" 2018-10-04 15:08:36,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57ac064d-8883-40f2-9288-2731bda4e7f1 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:08:36,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-57ac064d-8883-40f2-9288-2731bda4e7f1 2018-10-04 15:08:36,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dec1aaccd8e8c0712e9cfbad3a1cc22a2312ce35" -d '{"role": {"name": "CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj-role"}}' 2018-10-04 15:08:36,129 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:08:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1426b43-ecbb-45db-929e-4daf2e0ee01f Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a9aaedcccf35497098855b44d41c1ef7", "links": {"self": "http://172.30.9.23:5000/v3/roles/a9aaedcccf35497098855b44d41c1ef7"}, "name": "CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj-role"}} 2018-10-04 15:08:36,129 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-d1426b43-ecbb-45db-929e-4daf2e0ee01f 2018-10-04 15:08:36,129 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj-role 2018-10-04 15:08:36,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/a9aaedcccf35497098855b44d41c1ef7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dec1aaccd8e8c0712e9cfbad3a1cc22a2312ce35" 2018-10-04 15:08:36,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-099b20b2-a10a-4d7c-90d7-d2cd86d6ac58 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/a9aaedcccf35497098855b44d41c1ef7"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj-role", "id": "a9aaedcccf35497098855b44d41c1ef7"}} 2018-10-04 15:08:36,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/a9aaedcccf35497098855b44d41c1ef7 used request id req-099b20b2-a10a-4d7c-90d7-d2cd86d6ac58 2018-10-04 15:08:36,148 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj-role to project CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj 2018-10-04 15:08:36,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee/users/3f178ff8fb2f44d1a06e630135396823/roles/a9aaedcccf35497098855b44d41c1ef7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dec1aaccd8e8c0712e9cfbad3a1cc22a2312ce35" 2018-10-04 15:08:36,283 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:08:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9af7c1b8-5c5f-498c-9336-b862aa2b6de5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:08:36,283 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee/users/3f178ff8fb2f44d1a06e630135396823/roles/a9aaedcccf35497098855b44d41c1ef7 used request id req-9af7c1b8-5c5f-498c-9336-b862aa2b6de5 2018-10-04 15:08:36,283 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:08:36,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:08:36,284 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:08:36,652 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a9aaedcccf35497098855b44d41c1ef7", "name": "CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj-role"}], "expires_at": "2018-10-04T16:08:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1b1015c2bcbf42e1a402d9c63011beee", "name": "CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/1b1015c2bcbf42e1a402d9c63011beee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/1b1015c2bcbf42e1a402d9c63011beee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/1b1015c2bcbf42e1a402d9c63011beee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1b1015c2bcbf42e1a402d9c63011beee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/1b1015c2bcbf42e1a402d9c63011beee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/1b1015c2bcbf42e1a402d9c63011beee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/1b1015c2bcbf42e1a402d9c63011beee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/1b1015c2bcbf42e1a402d9c63011beee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/1b1015c2bcbf42e1a402d9c63011beee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1b1015c2bcbf42e1a402d9c63011beee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/1b1015c2bcbf42e1a402d9c63011beee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/1b1015c2bcbf42e1a402d9c63011beee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-9d6014d8-0067-40e-user", "id": "3f178ff8fb2f44d1a06e630135396823"}, "audit_ids": ["Y9Br9RKsRGu5rcu0JUehXQ"], "issued_at": "2018-10-04T15:08:36.000000Z"}} 2018-10-04 15:08:36,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13016bda3003fc0cf98059c516b8b11e7d06085a" 2018-10-04 15:08:36,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e719f44-1fd4-4cd3-ad59-5c4ba02c3416 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:08:36,731 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9e719f44-1fd4-4cd3-ad59-5c4ba02c3416 2018-10-04 15:08:36,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}13016bda3003fc0cf98059c516b8b11e7d06085a" 2018-10-04 15:08:37,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-292cd795-bd4d-4c74-a798-b3ca13bc0a91 Date: Thu, 04 Oct 2018 15:08:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-image"} 2018-10-04 15:08:37,009 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-image used request id req-292cd795-bd4d-4c74-a798-b3ca13bc0a91 2018-10-04 15:08:37,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}13016bda3003fc0cf98059c516b8b11e7d06085a" 2018-10-04 15:08:37,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d68fbf49-085d-4cfa-bb35-32cb69ac355b Date: Thu, 04 Oct 2018 15:08:37 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:08:37,169 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-d68fbf49-085d-4cfa-bb35-32cb69ac355b 2018-10-04 15:08:37,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}13016bda3003fc0cf98059c516b8b11e7d06085a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-image"}' 2018-10-04 15:08:37,396 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5 X-Openstack-Request-Id: req-13747f06-95d9-40fe-a9e5-cb6be6ce69c3 Date: Thu, 04 Oct 2018 15:08:37 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:08:37Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:08:37Z", "visibility": "shared", "locations": [], "self": "/v2/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5", "min_disk": 0, "protected": false, "id": "c650ad68-68ed-46ac-bad9-e8d55218a8a5", "file": "/v2/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5/file", "checksum": null, "owner": "1b1015c2bcbf42e1a402d9c63011beee", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:08:37,396 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-13747f06-95d9-40fe-a9e5-cb6be6ce69c3 2018-10-04 15:08:37,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}13016bda3003fc0cf98059c516b8b11e7d06085a" -d '' 2018-10-04 15:08:39,168 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c7e52b22-7ce7-4b43-ab95-f2e9d89f07f7 Date: Thu, 04 Oct 2018 15:08:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:08:39,168 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5/file used request id req-c7e52b22-7ce7-4b43-ab95-f2e9d89f07f7 2018-10-04 15:08:39,168 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:08:39,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}13016bda3003fc0cf98059c516b8b11e7d06085a" 2018-10-04 15:08:39,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-045d2ae1-76f8-42e2-ab6f-b6f77cece649 Date: Thu, 04 Oct 2018 15:08:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:08:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:08:39Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5/snap", "metadata": {}}], "self": "/v2/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5", "min_disk": 0, "protected": false, "id": "c650ad68-68ed-46ac-bad9-e8d55218a8a5", "file": "/v2/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1b1015c2bcbf42e1a402d9c63011beee", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:08:39,351 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5 used request id req-045d2ae1-76f8-42e2-ab6f-b6f77cece649 2018-10-04 15:08:39,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}13016bda3003fc0cf98059c516b8b11e7d06085a" 2018-10-04 15:08:39,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7cbfeb82-85b7-4209-a64d-eccd268fc716 Date: Thu, 04 Oct 2018 15:08:39 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:08:39,518 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-7cbfeb82-85b7-4209-a64d-eccd268fc716 2018-10-04 15:08:39,520 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-image 2018-10-04 15:08:39,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}13016bda3003fc0cf98059c516b8b11e7d06085a" 2018-10-04 15:08:39,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-0c844437-34ce-4336-b54d-35ce1d7deb6b Date: Thu, 04 Oct 2018 15:08:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:08:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:08:39Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5/snap", "metadata": {}}], "self": "/v2/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5", "min_disk": 0, "protected": false, "id": "c650ad68-68ed-46ac-bad9-e8d55218a8a5", "file": "/v2/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1b1015c2bcbf42e1a402d9c63011beee", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:08:39,686 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5 used request id req-0c844437-34ce-4336-b54d-35ce1d7deb6b 2018-10-04 15:08:39,687 - create_image - DEBUG - Instance status is - active 2018-10-04 15:08:39,687 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-image 2018-10-04 15:08:39,687 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-image 2018-10-04 15:08:39,688 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:08:39,688 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:08:40,069 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a9aaedcccf35497098855b44d41c1ef7", "name": "CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj-role"}], "expires_at": "2018-10-04T16:08:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1b1015c2bcbf42e1a402d9c63011beee", "name": "CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/1b1015c2bcbf42e1a402d9c63011beee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/1b1015c2bcbf42e1a402d9c63011beee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/1b1015c2bcbf42e1a402d9c63011beee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1b1015c2bcbf42e1a402d9c63011beee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/1b1015c2bcbf42e1a402d9c63011beee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/1b1015c2bcbf42e1a402d9c63011beee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/1b1015c2bcbf42e1a402d9c63011beee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/1b1015c2bcbf42e1a402d9c63011beee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/1b1015c2bcbf42e1a402d9c63011beee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1b1015c2bcbf42e1a402d9c63011beee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/1b1015c2bcbf42e1a402d9c63011beee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/1b1015c2bcbf42e1a402d9c63011beee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-9d6014d8-0067-40e-user", "id": "3f178ff8fb2f44d1a06e630135396823"}, "audit_ids": ["WeKSIhmKTumlfqnDF3wMfQ"], "issued_at": "2018-10-04T15:08:40.000000Z"}} 2018-10-04 15:08:40,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11bbc6abf31d8ecde5cddde8fa23df9ff481444a" 2018-10-04 15:08:40,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01f4df65-95f7-40e9-abfa-f257b5c43b89 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:08:40,144 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-01f4df65-95f7-40e9-abfa-f257b5c43b89 2018-10-04 15:08:40,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11bbc6abf31d8ecde5cddde8fa23df9ff481444a" 2018-10-04 15:08:40,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d9272f41-c12b-4875-b4f3-76de638be3f9 Date: Thu, 04 Oct 2018 15:08:40 GMT RESP BODY: {"networks":[]} 2018-10-04 15:08:40,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net used request id req-d9272f41-c12b-4875-b4f3-76de638be3f9 2018-10-04 15:08:40,317 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net 2018-10-04 15:08:40,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11bbc6abf31d8ecde5cddde8fa23df9ff481444a" -d '{"network": {"name": "CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net", "admin_state_up": true}}' 2018-10-04 15:08:40,829 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-cb397202-c1f0-4238-9744-d4058c535ce4 Date: Thu, 04 Oct 2018 15:08:40 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"f7254fe8-0def-4aae-92bf-ac9c914003d0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1b1015c2bcbf42e1a402d9c63011beee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:08:40Z","is_default":false,"name":"CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"1b1015c2bcbf42e1a402d9c63011beee","created_at":"2018-10-04T15:08:40Z","mtu":1450}} 2018-10-04 15:08:40,829 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-cb397202-c1f0-4238-9744-d4058c535ce4 2018-10-04 15:08:40,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=f7254fe8-0def-4aae-92bf-ac9c914003d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11bbc6abf31d8ecde5cddde8fa23df9ff481444a" 2018-10-04 15:08:41,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-e491901b-9c77-47ef-8771-858852423968 Date: Thu, 04 Oct 2018 15:08:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T15:08:40Z","tenant_id":"1b1015c2bcbf42e1a402d9c63011beee","created_at":"2018-10-04T15:08:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1b1015c2bcbf42e1a402d9c63011beee","id":"f7254fe8-0def-4aae-92bf-ac9c914003d0","name":"CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net"}]} 2018-10-04 15:08:41,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=f7254fe8-0def-4aae-92bf-ac9c914003d0 used request id req-e491901b-9c77-47ef-8771-858852423968 2018-10-04 15:08:41,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f7254fe8-0def-4aae-92bf-ac9c914003d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11bbc6abf31d8ecde5cddde8fa23df9ff481444a" 2018-10-04 15:08:41,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d350f134-2744-4fc6-8d66-150d2ce55df3 Date: Thu, 04 Oct 2018 15:08:41 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:08:41,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f7254fe8-0def-4aae-92bf-ac9c914003d0 used request id req-d350f134-2744-4fc6-8d66-150d2ce55df3 2018-10-04 15:08:41,238 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-subnet 2018-10-04 15:08:41,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11bbc6abf31d8ecde5cddde8fa23df9ff481444a" -d '{"subnets": [{"ip_version": 4, "network_id": "f7254fe8-0def-4aae-92bf-ac9c914003d0", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-subnet"}]}' 2018-10-04 15:08:42,085 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ee48118a-a7c6-4935-be16-4376a4f5c73f Date: Thu, 04 Oct 2018 15:08:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7254fe8-0def-4aae-92bf-ac9c914003d0","tenant_id":"1b1015c2bcbf42e1a402d9c63011beee","created_at":"2018-10-04T15:08:41Z","dns_nameservers":[],"updated_at":"2018-10-04T15:08:41Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"1b1015c2bcbf42e1a402d9c63011beee","id":"5d136de7-e4ae-4cd0-9d21-4649c2e69b16","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-subnet"}]} 2018-10-04 15:08:42,085 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-ee48118a-a7c6-4935-be16-4376a4f5c73f 2018-10-04 15:08:42,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=f7254fe8-0def-4aae-92bf-ac9c914003d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11bbc6abf31d8ecde5cddde8fa23df9ff481444a" 2018-10-04 15:08:42,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-8db793b5-a86c-41fc-9f81-5bb3aef6280b Date: Thu, 04 Oct 2018 15:08:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5d136de7-e4ae-4cd0-9d21-4649c2e69b16"],"updated_at":"2018-10-04T15:08:41Z","tenant_id":"1b1015c2bcbf42e1a402d9c63011beee","created_at":"2018-10-04T15:08:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1b1015c2bcbf42e1a402d9c63011beee","id":"f7254fe8-0def-4aae-92bf-ac9c914003d0","name":"CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net"}]} 2018-10-04 15:08:42,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=f7254fe8-0def-4aae-92bf-ac9c914003d0 used request id req-8db793b5-a86c-41fc-9f81-5bb3aef6280b 2018-10-04 15:08:42,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f7254fe8-0def-4aae-92bf-ac9c914003d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11bbc6abf31d8ecde5cddde8fa23df9ff481444a" 2018-10-04 15:08:42,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4e3b9c85-25f9-4152-b4c6-44617021b2f6 Date: Thu, 04 Oct 2018 15:08:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7254fe8-0def-4aae-92bf-ac9c914003d0","tenant_id":"1b1015c2bcbf42e1a402d9c63011beee","created_at":"2018-10-04T15:08:41Z","dns_nameservers":[],"updated_at":"2018-10-04T15:08:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1b1015c2bcbf42e1a402d9c63011beee","id":"5d136de7-e4ae-4cd0-9d21-4649c2e69b16","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-subnet"}]} 2018-10-04 15:08:42,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f7254fe8-0def-4aae-92bf-ac9c914003d0 used request id req-4e3b9c85-25f9-4152-b4c6-44617021b2f6 2018-10-04 15:08:42,524 - OpenStackNetwork - DEBUG - Network [f7254fe8-0def-4aae-92bf-ac9c914003d0] created successfully 2018-10-04 15:08:42,524 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:08:42,525 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:08:42,907 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:08:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["9I0jrhLfS5ykgeF32APdqA"], "issued_at": "2018-10-04T15:08:42.000000Z"}} 2018-10-04 15:08:42,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}995d69de801774c7d16bcc6916fc2eb43c6a873e" 2018-10-04 15:08:43,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1669b8a1-9360-4e05-9b8d-ae622d129e04 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:08:43,013 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1669b8a1-9360-4e05-9b8d-ae622d129e04 2018-10-04 15:08:43,014 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:08:43,019 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}995d69de801774c7d16bcc6916fc2eb43c6a873e" 2018-10-04 15:08:43,214 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1a37312d-5dc6-413a-8d73-8afbdf9fce60 x-compute-request-id: req-1a37312d-5dc6-413a-8d73-8afbdf9fce60 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:08:43,214 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-1a37312d-5dc6-413a-8d73-8afbdf9fce60 2018-10-04 15:08:43,218 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}995d69de801774c7d16bcc6916fc2eb43c6a873e" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:08:43,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08: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-235173d1-5e3d-4b6b-8e57-e8bd6c1fc882 x-compute-request-id: req-235173d1-5e3d-4b6b-8e57-e8bd6c1fc882 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d", "name": "CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:08:43,275 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-235173d1-5e3d-4b6b-8e57-e8bd6c1fc882 2018-10-04 15:08:43,276 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:08:43,277 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:08:43,646 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a9aaedcccf35497098855b44d41c1ef7", "name": "CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj-role"}], "expires_at": "2018-10-04T16:08:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1b1015c2bcbf42e1a402d9c63011beee", "name": "CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/1b1015c2bcbf42e1a402d9c63011beee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/1b1015c2bcbf42e1a402d9c63011beee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/1b1015c2bcbf42e1a402d9c63011beee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1b1015c2bcbf42e1a402d9c63011beee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/1b1015c2bcbf42e1a402d9c63011beee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/1b1015c2bcbf42e1a402d9c63011beee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/1b1015c2bcbf42e1a402d9c63011beee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/1b1015c2bcbf42e1a402d9c63011beee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/1b1015c2bcbf42e1a402d9c63011beee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1b1015c2bcbf42e1a402d9c63011beee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/1b1015c2bcbf42e1a402d9c63011beee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/1b1015c2bcbf42e1a402d9c63011beee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-9d6014d8-0067-40e-user", "id": "3f178ff8fb2f44d1a06e630135396823"}, "audit_ids": ["aWkkaSzSRX-aIagPEQJmlQ"], "issued_at": "2018-10-04T15:08:43.000000Z"}} 2018-10-04 15:08:43,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:43,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04b63ab3-5cb9-46d9-864b-1028a0c32f3c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:08:43,720 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-04b63ab3-5cb9-46d9-864b-1028a0c32f3c 2018-10-04 15:08:43,721 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:08:43,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:43,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4457aa09-1fff-4e5a-aec7-af98f25f32e9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:08:43,800 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4457aa09-1fff-4e5a-aec7-af98f25f32e9 2018-10-04 15:08:43,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:44,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-b0700831-8dc3-4dde-8ac6-56028b64c7f9 Date: Thu, 04 Oct 2018 15:08:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5d136de7-e4ae-4cd0-9d21-4649c2e69b16"],"updated_at":"2018-10-04T15:08:41Z","tenant_id":"1b1015c2bcbf42e1a402d9c63011beee","created_at":"2018-10-04T15:08:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1b1015c2bcbf42e1a402d9c63011beee","id":"f7254fe8-0def-4aae-92bf-ac9c914003d0","name":"CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net"}]} 2018-10-04 15:08:44,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net used request id req-b0700831-8dc3-4dde-8ac6-56028b64c7f9 2018-10-04 15:08:44,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:08:44,057 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:08:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:08:44,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:44,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c21ddcbd-c75d-4745-a860-83bccac194ce Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee"}, "enabled": true, "id": "1b1015c2bcbf42e1a402d9c63011beee", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj"}} 2018-10-04 15:08:44,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee used request id req-c21ddcbd-c75d-4745-a860-83bccac194ce 2018-10-04 15:08:44,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f7254fe8-0def-4aae-92bf-ac9c914003d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:44,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b562a5b5-4a0b-461a-b653-4bd2d4dacaa1 Date: Thu, 04 Oct 2018 15:08:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7254fe8-0def-4aae-92bf-ac9c914003d0","tenant_id":"1b1015c2bcbf42e1a402d9c63011beee","created_at":"2018-10-04T15:08:41Z","dns_nameservers":[],"updated_at":"2018-10-04T15:08:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1b1015c2bcbf42e1a402d9c63011beee","id":"5d136de7-e4ae-4cd0-9d21-4649c2e69b16","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-subnet"}]} 2018-10-04 15:08:44,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f7254fe8-0def-4aae-92bf-ac9c914003d0 used request id req-b562a5b5-4a0b-461a-b653-4bd2d4dacaa1 2018-10-04 15:08:44,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f7254fe8-0def-4aae-92bf-ac9c914003d0&name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:44,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-50eef1fd-0add-4323-8f08-f27514dabc97 Date: Thu, 04 Oct 2018 15:08:44 GMT RESP BODY: {"ports":[]} 2018-10-04 15:08:44,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f7254fe8-0def-4aae-92bf-ac9c914003d0&name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13port-1&admin_state_up=True used request id req-50eef1fd-0add-4323-8f08-f27514dabc97 2018-10-04 15:08:44,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:44,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-36ac7775-d687-44b5-80fe-50860cb1c177 x-compute-request-id: req-36ac7775-d687-44b5-80fe-50860cb1c177 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:08:44,746 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-inst used request id req-36ac7775-d687-44b5-80fe-50860cb1c177 2018-10-04 15:08:44,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:45,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-721bebc5-6760-4830-8527-a8fcef7cdad6 Date: Thu, 04 Oct 2018 15:08: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":["5d136de7-e4ae-4cd0-9d21-4649c2e69b16"],"updated_at":"2018-10-04T15:08:41Z","tenant_id":"1b1015c2bcbf42e1a402d9c63011beee","created_at":"2018-10-04T15:08:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1b1015c2bcbf42e1a402d9c63011beee","id":"f7254fe8-0def-4aae-92bf-ac9c914003d0","name":"CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net"}]} 2018-10-04 15:08:45,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net used request id req-721bebc5-6760-4830-8527-a8fcef7cdad6 2018-10-04 15:08:45,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:45,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bdf309a-8538-4e24-a2e7-a3df085682b9 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee"}, "enabled": true, "id": "1b1015c2bcbf42e1a402d9c63011beee", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj"}} 2018-10-04 15:08:45,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee used request id req-1bdf309a-8538-4e24-a2e7-a3df085682b9 2018-10-04 15:08:45,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f7254fe8-0def-4aae-92bf-ac9c914003d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:45,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-be716de2-7cec-4e5e-a162-4bc4b7f095ae Date: Thu, 04 Oct 2018 15:08:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7254fe8-0def-4aae-92bf-ac9c914003d0","tenant_id":"1b1015c2bcbf42e1a402d9c63011beee","created_at":"2018-10-04T15:08:41Z","dns_nameservers":[],"updated_at":"2018-10-04T15:08:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1b1015c2bcbf42e1a402d9c63011beee","id":"5d136de7-e4ae-4cd0-9d21-4649c2e69b16","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-subnet"}]} 2018-10-04 15:08:45,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f7254fe8-0def-4aae-92bf-ac9c914003d0 used request id req-be716de2-7cec-4e5e-a162-4bc4b7f095ae 2018-10-04 15:08:45,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f7254fe8-0def-4aae-92bf-ac9c914003d0&name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:45,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1410d3d8-0dcf-43de-96b2-8909e62dde36 Date: Thu, 04 Oct 2018 15:08:45 GMT RESP BODY: {"ports":[]} 2018-10-04 15:08:45,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f7254fe8-0def-4aae-92bf-ac9c914003d0&name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13port-1&admin_state_up=True used request id req-1410d3d8-0dcf-43de-96b2-8909e62dde36 2018-10-04 15:08:45,482 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:08:45,483 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:08:45,847 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a9aaedcccf35497098855b44d41c1ef7", "name": "CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj-role"}], "expires_at": "2018-10-04T16:08:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1b1015c2bcbf42e1a402d9c63011beee", "name": "CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/1b1015c2bcbf42e1a402d9c63011beee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/1b1015c2bcbf42e1a402d9c63011beee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/1b1015c2bcbf42e1a402d9c63011beee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1b1015c2bcbf42e1a402d9c63011beee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/1b1015c2bcbf42e1a402d9c63011beee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/1b1015c2bcbf42e1a402d9c63011beee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/1b1015c2bcbf42e1a402d9c63011beee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/1b1015c2bcbf42e1a402d9c63011beee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/1b1015c2bcbf42e1a402d9c63011beee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1b1015c2bcbf42e1a402d9c63011beee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/1b1015c2bcbf42e1a402d9c63011beee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/1b1015c2bcbf42e1a402d9c63011beee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-9d6014d8-0067-40e-user", "id": "3f178ff8fb2f44d1a06e630135396823"}, "audit_ids": ["iZ2rEyuoT_mp3E-VxfQ23w"], "issued_at": "2018-10-04T15:08:45.000000Z"}} 2018-10-04 15:08:45,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3d107ce84de7718f3d6bad709e1f9b6c98e49e4" 2018-10-04 15:08:45,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a17b40e-845a-4f25-b4a0-47c0d5c58db1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:08:45,920 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9a17b40e-845a-4f25-b4a0-47c0d5c58db1 2018-10-04 15:08:45,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:46,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-022fb3f1-4ef3-43fa-ba5e-2b9683bb9416 Date: Thu, 04 Oct 2018 15:08:46 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":["5d136de7-e4ae-4cd0-9d21-4649c2e69b16"],"updated_at":"2018-10-04T15:08:41Z","tenant_id":"1b1015c2bcbf42e1a402d9c63011beee","created_at":"2018-10-04T15:08:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1b1015c2bcbf42e1a402d9c63011beee","id":"f7254fe8-0def-4aae-92bf-ac9c914003d0","name":"CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net"}]} 2018-10-04 15:08:46,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net used request id req-022fb3f1-4ef3-43fa-ba5e-2b9683bb9416 2018-10-04 15:08:46,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f7254fe8-0def-4aae-92bf-ac9c914003d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:46,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b766379d-d2ff-486a-b7ca-5c26b89e06a0 Date: Thu, 04 Oct 2018 15:08:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7254fe8-0def-4aae-92bf-ac9c914003d0","tenant_id":"1b1015c2bcbf42e1a402d9c63011beee","created_at":"2018-10-04T15:08:41Z","dns_nameservers":[],"updated_at":"2018-10-04T15:08:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1b1015c2bcbf42e1a402d9c63011beee","id":"5d136de7-e4ae-4cd0-9d21-4649c2e69b16","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-subnet"}]} 2018-10-04 15:08:46,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f7254fe8-0def-4aae-92bf-ac9c914003d0 used request id req-b766379d-d2ff-486a-b7ca-5c26b89e06a0 2018-10-04 15:08:46,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:46,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-e46c6a8d-79da-46df-9186-82e160ee8308 Date: Thu, 04 Oct 2018 15:08:46 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":["5d136de7-e4ae-4cd0-9d21-4649c2e69b16"],"updated_at":"2018-10-04T15:08:41Z","tenant_id":"1b1015c2bcbf42e1a402d9c63011beee","created_at":"2018-10-04T15:08:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1b1015c2bcbf42e1a402d9c63011beee","id":"f7254fe8-0def-4aae-92bf-ac9c914003d0","name":"CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net"}]} 2018-10-04 15:08:46,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net used request id req-e46c6a8d-79da-46df-9186-82e160ee8308 2018-10-04 15:08:46,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:08:46,492 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:08:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:08:46,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3d107ce84de7718f3d6bad709e1f9b6c98e49e4" 2018-10-04 15:08:46,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14a73275-5f49-452e-b935-3ae59bb7905c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee"}, "enabled": true, "id": "1b1015c2bcbf42e1a402d9c63011beee", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj"}} 2018-10-04 15:08:46,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee used request id req-14a73275-5f49-452e-b935-3ae59bb7905c 2018-10-04 15:08:46,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f7254fe8-0def-4aae-92bf-ac9c914003d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:46,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a0aad7ba-3129-4456-986a-0d41cc2cf3d3 Date: Thu, 04 Oct 2018 15:08:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7254fe8-0def-4aae-92bf-ac9c914003d0","tenant_id":"1b1015c2bcbf42e1a402d9c63011beee","created_at":"2018-10-04T15:08:41Z","dns_nameservers":[],"updated_at":"2018-10-04T15:08:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1b1015c2bcbf42e1a402d9c63011beee","id":"5d136de7-e4ae-4cd0-9d21-4649c2e69b16","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-subnet"}]} 2018-10-04 15:08:46,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f7254fe8-0def-4aae-92bf-ac9c914003d0 used request id req-a0aad7ba-3129-4456-986a-0d41cc2cf3d3 2018-10-04 15:08:46,761 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net 2018-10-04 15:08:46,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" -d '{"port": {"network_id": "f7254fe8-0def-4aae-92bf-ac9c914003d0", "name": "CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13port-1", "allowed_address_pairs": [{"ip_address": "10.55.0.101", "mac_address": "0a:1b:2c:3d:4e:5f"}], "admin_state_up": true}}' 2018-10-04 15:08:47,800 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 854 X-Openstack-Request-Id: req-50d46f83-ddbf-4220-9e6d-39ac0cc8fe49 Date: Thu, 04 Oct 2018 15:08:47 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:08:47Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5d136de7-e4ae-4cd0-9d21-4649c2e69b16","ip_address":"10.55.0.11"}],"id":"bc2de8af-60b9-4ddc-96d9-412ceb89a0d4","security_groups":["d2a1c150-4b6b-4c02-847f-eeaaffb7e115"],"mac_address":"fa:16:3e:5c:61:d9","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13port-1","project_id":"1b1015c2bcbf42e1a402d9c63011beee","qos_policy_id":null,"admin_state_up":true,"network_id":"f7254fe8-0def-4aae-92bf-ac9c914003d0","tenant_id":"1b1015c2bcbf42e1a402d9c63011beee","created_at":"2018-10-04T15:08:47Z","binding:vnic_type":"normal"}} 2018-10-04 15:08:47,800 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-50d46f83-ddbf-4220-9e6d-39ac0cc8fe49 2018-10-04 15:08:47,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:48,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-861eb387-7fe3-4c16-bf37-3a4197e825a6 Date: Thu, 04 Oct 2018 15:08:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5d136de7-e4ae-4cd0-9d21-4649c2e69b16"],"updated_at":"2018-10-04T15:08:41Z","tenant_id":"1b1015c2bcbf42e1a402d9c63011beee","created_at":"2018-10-04T15:08:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1b1015c2bcbf42e1a402d9c63011beee","id":"f7254fe8-0def-4aae-92bf-ac9c914003d0","name":"CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net"}]} 2018-10-04 15:08:48,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net used request id req-861eb387-7fe3-4c16-bf37-3a4197e825a6 2018-10-04 15:08:48,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:48,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-313e0fa2-6361-458f-90e2-dbe1ba613d3d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee"}, "enabled": true, "id": "1b1015c2bcbf42e1a402d9c63011beee", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj"}} 2018-10-04 15:08:48,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee used request id req-313e0fa2-6361-458f-90e2-dbe1ba613d3d 2018-10-04 15:08:48,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f7254fe8-0def-4aae-92bf-ac9c914003d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:48,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c798453f-1cde-4de7-b79c-eff54729ae39 Date: Thu, 04 Oct 2018 15:08:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7254fe8-0def-4aae-92bf-ac9c914003d0","tenant_id":"1b1015c2bcbf42e1a402d9c63011beee","created_at":"2018-10-04T15:08:41Z","dns_nameservers":[],"updated_at":"2018-10-04T15:08:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1b1015c2bcbf42e1a402d9c63011beee","id":"5d136de7-e4ae-4cd0-9d21-4649c2e69b16","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-subnet"}]} 2018-10-04 15:08:48,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f7254fe8-0def-4aae-92bf-ac9c914003d0 used request id req-c798453f-1cde-4de7-b79c-eff54729ae39 2018-10-04 15:08:48,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f7254fe8-0def-4aae-92bf-ac9c914003d0&name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:48,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 857 X-Openstack-Request-Id: req-c3b856fd-1af2-4348-89a5-ec89b6ac88ea Date: Thu, 04 Oct 2018 15:08:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:08:47Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5d136de7-e4ae-4cd0-9d21-4649c2e69b16","ip_address":"10.55.0.11"}],"id":"bc2de8af-60b9-4ddc-96d9-412ceb89a0d4","security_groups":["d2a1c150-4b6b-4c02-847f-eeaaffb7e115"],"mac_address":"fa:16:3e:5c:61:d9","project_id":"1b1015c2bcbf42e1a402d9c63011beee","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13port-1","admin_state_up":true,"network_id":"f7254fe8-0def-4aae-92bf-ac9c914003d0","tenant_id":"1b1015c2bcbf42e1a402d9c63011beee","created_at":"2018-10-04T15:08:47Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:08:48,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f7254fe8-0def-4aae-92bf-ac9c914003d0&name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13port-1&admin_state_up=True used request id req-c3b856fd-1af2-4348-89a5-ec89b6ac88ea 2018-10-04 15:08:48,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:48,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85f32758-1fb6-4aeb-b3b7-b5c2735488b6 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee"}, "enabled": true, "id": "1b1015c2bcbf42e1a402d9c63011beee", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj"}} 2018-10-04 15:08:48,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee used request id req-85f32758-1fb6-4aeb-b3b7-b5c2735488b6 2018-10-04 15:08:48,504 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-inst 2018-10-04 15:08:48,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:48,543 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08: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-748daf3f-9d61-427a-a5bf-167bfc928828 x-compute-request-id: req-748daf3f-9d61-427a-a5bf-167bfc928828 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-flavor-name"}]} 2018-10-04 15:08:48,544 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-748daf3f-9d61-427a-a5bf-167bfc928828 2018-10-04 15:08:48,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:48,568 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08: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-ff376d68-48f8-4d97-845a-4f0a84c07877 x-compute-request-id: req-ff376d68-48f8-4d97-845a-4f0a84c07877 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d", "name": "CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:08:48,569 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d used request id req-ff376d68-48f8-4d97-845a-4f0a84c07877 2018-10-04 15:08:48,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:48,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-23c5ab1a-6431-4334-85a7-5108f43539a2 Date: Thu, 04 Oct 2018 15:08:48 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:08:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:08:39Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5/snap", "metadata": {}}], "self": "/v2/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5", "min_disk": 0, "protected": false, "id": "c650ad68-68ed-46ac-bad9-e8d55218a8a5", "file": "/v2/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1b1015c2bcbf42e1a402d9c63011beee", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-image"} 2018-10-04 15:08:48,743 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-image used request id req-23c5ab1a-6431-4334-85a7-5108f43539a2 2018-10-04 15:08:48,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:48,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6c1f846d-822d-4acd-adbf-63ab93161f59 Date: Thu, 04 Oct 2018 15:08:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:08:48,899 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-6c1f846d-822d-4acd-adbf-63ab93161f59 2018-10-04 15:08:48,905 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" -d '{"server": {"name": "CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-inst", "imageRef": "c650ad68-68ed-46ac-bad9-e8d55218a8a5", "flavorRef": "46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d", "max_count": 1, "min_count": 1, "networks": [{"port": "bc2de8af-60b9-4ddc-96d9-412ceb89a0d4"}]}}' 2018-10-04 15:08:50,591 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:08: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-e40a6e5a-5ad6-47a0-9a43-b8ac76ee128e x-compute-request-id: req-e40a6e5a-5ad6-47a0-9a43-b8ac76ee128e Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8912bee2-4f63-4d7d-93c1-407e7a26998c", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c", "rel": "bookmark"}], "adminPass": "WBAeiG4EFzAM"}} 2018-10-04 15:08:50,592 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-e40a6e5a-5ad6-47a0-9a43-b8ac76ee128e 2018-10-04 15:08:50,595 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:50,806 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f95b884d-99a1-4b7e-9ce5-04419da97439 x-compute-request-id: req-f95b884d-99a1-4b7e-9ce5-04419da97439 Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c", "rel": "bookmark"}], "image": {"id": "c650ad68-68ed-46ac-bad9-e8d55218a8a5", "links": [{"href": "http://172.30.9.23:8774/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d", "links": [{"href": "http://172.30.9.23:8774/flavors/46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d", "rel": "bookmark"}]}, "id": "8912bee2-4f63-4d7d-93c1-407e7a26998c", "user_id": "3f178ff8fb2f44d1a06e630135396823", "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-10-04T15:08:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-inst", "created": "2018-10-04T15:08:50Z", "tenant_id": "1b1015c2bcbf42e1a402d9c63011beee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:08:50,806 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c used request id req-f95b884d-99a1-4b7e-9ce5-04419da97439 2018-10-04 15:08:50,806 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-inst 2018-10-04 15:08:50,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:51,171 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3446a298-fed6-4d39-9867-5f96e1f1eda1 x-compute-request-id: req-3446a298-fed6-4d39-9867-5f96e1f1eda1 Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c", "rel": "bookmark"}], "image": {"id": "c650ad68-68ed-46ac-bad9-e8d55218a8a5", "links": [{"href": "http://172.30.9.23:8774/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d", "links": [{"href": "http://172.30.9.23:8774/flavors/46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d", "rel": "bookmark"}]}, "id": "8912bee2-4f63-4d7d-93c1-407e7a26998c", "user_id": "3f178ff8fb2f44d1a06e630135396823", "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-10-04T15:08:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-inst", "created": "2018-10-04T15:08:50Z", "tenant_id": "1b1015c2bcbf42e1a402d9c63011beee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:08:51,171 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c used request id req-3446a298-fed6-4d39-9867-5f96e1f1eda1 2018-10-04 15:08:51,172 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-inst] is - BUILD 2018-10-04 15:08:51,172 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:08:54,175 - create_instance - DEBUG - VM status query timeout in 896.631658792 2018-10-04 15:08:54,178 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:54,574 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08: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-ba5a768b-6440-44ba-b182-be82a7e68728 x-compute-request-id: req-ba5a768b-6440-44ba-b182-be82a7e68728 Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c", "rel": "bookmark"}], "image": {"id": "c650ad68-68ed-46ac-bad9-e8d55218a8a5", "links": [{"href": "http://172.30.9.23:8774/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d", "links": [{"href": "http://172.30.9.23:8774/flavors/46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d", "rel": "bookmark"}]}, "id": "8912bee2-4f63-4d7d-93c1-407e7a26998c", "security_groups": [{"name": "default"}], "user_id": "3f178ff8fb2f44d1a06e630135396823", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:08:51Z", "hostId": "77644dea8d5ed070092155e40fc14ffaa52a781f5e054e0251f62edb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-inst", "created": "2018-10-04T15:08:50Z", "tenant_id": "1b1015c2bcbf42e1a402d9c63011beee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:08:54,575 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c used request id req-ba5a768b-6440-44ba-b182-be82a7e68728 2018-10-04 15:08:54,575 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-inst] is - BUILD 2018-10-04 15:08:54,575 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:08:57,579 - create_instance - DEBUG - VM status query timeout in 893.228201866 2018-10-04 15:08:57,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:08:58,060 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:08: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-015dfcd0-d108-483b-98fd-dd2531868895 x-compute-request-id: req-015dfcd0-d108-483b-98fd-dd2531868895 Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c", "rel": "bookmark"}], "image": {"id": "c650ad68-68ed-46ac-bad9-e8d55218a8a5", "links": [{"href": "http://172.30.9.23:8774/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d", "links": [{"href": "http://172.30.9.23:8774/flavors/46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d", "rel": "bookmark"}]}, "id": "8912bee2-4f63-4d7d-93c1-407e7a26998c", "security_groups": [{"name": "default"}], "user_id": "3f178ff8fb2f44d1a06e630135396823", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:08:51Z", "hostId": "77644dea8d5ed070092155e40fc14ffaa52a781f5e054e0251f62edb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-inst", "created": "2018-10-04T15:08:50Z", "tenant_id": "1b1015c2bcbf42e1a402d9c63011beee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:08:58,061 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c used request id req-015dfcd0-d108-483b-98fd-dd2531868895 2018-10-04 15:08:58,061 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-inst] is - BUILD 2018-10-04 15:08:58,061 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:09:01,064 - create_instance - DEBUG - VM status query timeout in 889.742311954 2018-10-04 15:09:01,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:09:01,669 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09: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-11c4200b-1f2d-4714-b1f7-e8ae4c55d703 x-compute-request-id: req-11c4200b-1f2d-4714-b1f7-e8ae4c55d703 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:61:d9", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c", "rel": "bookmark"}], "image": {"id": "c650ad68-68ed-46ac-bad9-e8d55218a8a5", "links": [{"href": "http://172.30.9.23:8774/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:08:55.000000", "flavor": {"id": "46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d", "links": [{"href": "http://172.30.9.23:8774/flavors/46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d", "rel": "bookmark"}]}, "id": "8912bee2-4f63-4d7d-93c1-407e7a26998c", "security_groups": [{"name": "default"}], "user_id": "3f178ff8fb2f44d1a06e630135396823", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:08:57Z", "hostId": "77644dea8d5ed070092155e40fc14ffaa52a781f5e054e0251f62edb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-inst", "created": "2018-10-04T15:08:50Z", "tenant_id": "1b1015c2bcbf42e1a402d9c63011beee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:09:01,669 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c used request id req-11c4200b-1f2d-4714-b1f7-e8ae4c55d703 2018-10-04 15:09:01,670 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-inst] is - ACTIVE 2018-10-04 15:09:01,670 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:09:01,673 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:09:02,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09: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-b4143522-ee77-463a-a2cd-c415ef69c5bf x-compute-request-id: req-b4143522-ee77-463a-a2cd-c415ef69c5bf Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:61:d9", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c", "rel": "bookmark"}], "image": {"id": "c650ad68-68ed-46ac-bad9-e8d55218a8a5", "links": [{"href": "http://172.30.9.23:8774/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:08:55.000000", "flavor": {"id": "46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d", "links": [{"href": "http://172.30.9.23:8774/flavors/46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d", "rel": "bookmark"}]}, "id": "8912bee2-4f63-4d7d-93c1-407e7a26998c", "security_groups": [{"name": "default"}], "user_id": "3f178ff8fb2f44d1a06e630135396823", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:08:57Z", "hostId": "77644dea8d5ed070092155e40fc14ffaa52a781f5e054e0251f62edb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-inst", "created": "2018-10-04T15:08:50Z", "tenant_id": "1b1015c2bcbf42e1a402d9c63011beee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:09:02,461 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c used request id req-b4143522-ee77-463a-a2cd-c415ef69c5bf 2018-10-04 15:09:02,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:09:02,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-3d3ea7aa-5207-43ad-9c7a-2eb5fc79cc05 Date: Thu, 04 Oct 2018 15:09:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5d136de7-e4ae-4cd0-9d21-4649c2e69b16"],"updated_at":"2018-10-04T15:08:41Z","tenant_id":"1b1015c2bcbf42e1a402d9c63011beee","created_at":"2018-10-04T15:08:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1b1015c2bcbf42e1a402d9c63011beee","id":"f7254fe8-0def-4aae-92bf-ac9c914003d0","name":"CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net"}]} 2018-10-04 15:09:02,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net used request id req-3d3ea7aa-5207-43ad-9c7a-2eb5fc79cc05 2018-10-04 15:09:02,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:09:02,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04bdccbf-fd7d-41f0-af80-7387ff164d18 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee"}, "enabled": true, "id": "1b1015c2bcbf42e1a402d9c63011beee", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj"}} 2018-10-04 15:09:02,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee used request id req-04bdccbf-fd7d-41f0-af80-7387ff164d18 2018-10-04 15:09:02,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f7254fe8-0def-4aae-92bf-ac9c914003d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:09:02,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-373c1db3-d5c8-4bae-bdea-ac4cf0d322fd Date: Thu, 04 Oct 2018 15:09:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7254fe8-0def-4aae-92bf-ac9c914003d0","tenant_id":"1b1015c2bcbf42e1a402d9c63011beee","created_at":"2018-10-04T15:08:41Z","dns_nameservers":[],"updated_at":"2018-10-04T15:08:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1b1015c2bcbf42e1a402d9c63011beee","id":"5d136de7-e4ae-4cd0-9d21-4649c2e69b16","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-subnet"}]} 2018-10-04 15:09:02,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f7254fe8-0def-4aae-92bf-ac9c914003d0 used request id req-373c1db3-d5c8-4bae-bdea-ac4cf0d322fd 2018-10-04 15:09:02,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f7254fe8-0def-4aae-92bf-ac9c914003d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:09:03,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3184 X-Openstack-Request-Id: req-ab854ca7-0cc0-4521-a8ac-1fb2e8d4964d Date: Thu, 04 Oct 2018 15:09:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:08:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5d136de7-e4ae-4cd0-9d21-4649c2e69b16","ip_address":"10.55.0.2"}],"id":"2d5321ed-c728-43de-a82c-94cb9172e707","security_groups":[],"mac_address":"fa:16:3e:24:34:ef","project_id":"1b1015c2bcbf42e1a402d9c63011beee","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f7254fe8-0def-4aae-92bf-ac9c914003d0","tenant_id":"1b1015c2bcbf42e1a402d9c63011beee","created_at":"2018-10-04T15:08:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f7254fe8-0def-4aae-92bf-ac9c914003d0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:08:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5d136de7-e4ae-4cd0-9d21-4649c2e69b16","ip_address":"10.55.0.4"}],"id":"67a0364d-3855-4322-b94d-8026c4ce8536","security_groups":[],"mac_address":"fa:16:3e:6c:a2:bf","project_id":"1b1015c2bcbf42e1a402d9c63011beee","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f7254fe8-0def-4aae-92bf-ac9c914003d0","tenant_id":"1b1015c2bcbf42e1a402d9c63011beee","created_at":"2018-10-04T15:08:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f7254fe8-0def-4aae-92bf-ac9c914003d0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:08:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5d136de7-e4ae-4cd0-9d21-4649c2e69b16","ip_address":"10.55.0.3"}],"id":"acaf089e-5a01-44c8-becd-769ffd59c827","security_groups":[],"mac_address":"fa:16:3e:32:8e:8c","project_id":"1b1015c2bcbf42e1a402d9c63011beee","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f7254fe8-0def-4aae-92bf-ac9c914003d0","tenant_id":"1b1015c2bcbf42e1a402d9c63011beee","created_at":"2018-10-04T15:08:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f7254fe8-0def-4aae-92bf-ac9c914003d0"},{"allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:08:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5d136de7-e4ae-4cd0-9d21-4649c2e69b16","ip_address":"10.55.0.11"}],"id":"bc2de8af-60b9-4ddc-96d9-412ceb89a0d4","security_groups":["d2a1c150-4b6b-4c02-847f-eeaaffb7e115"],"mac_address":"fa:16:3e:5c:61:d9","project_id":"1b1015c2bcbf42e1a402d9c63011beee","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13port-1","admin_state_up":true,"network_id":"f7254fe8-0def-4aae-92bf-ac9c914003d0","tenant_id":"1b1015c2bcbf42e1a402d9c63011beee","created_at":"2018-10-04T15:08:47Z","binding:vnic_type":"normal","device_id":"8912bee2-4f63-4d7d-93c1-407e7a26998c"}]} 2018-10-04 15:09:03,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f7254fe8-0def-4aae-92bf-ac9c914003d0 used request id req-ab854ca7-0cc0-4521-a8ac-1fb2e8d4964d 2018-10-04 15:09:03,183 - create_instance - INFO - Deleting Port with ID - bc2de8af-60b9-4ddc-96d9-412ceb89a0d4 2018-10-04 15:09:03,184 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13port-1 2018-10-04 15:09:03,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/bc2de8af-60b9-4ddc-96d9-412ceb89a0d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:09:03,637 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c159aafd-43c1-4c25-8997-c66d65e5f941 Date: Thu, 04 Oct 2018 15:09:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:09:03,637 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/bc2de8af-60b9-4ddc-96d9-412ceb89a0d4 used request id req-c159aafd-43c1-4c25-8997-c66d65e5f941 2018-10-04 15:09:03,637 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-inst 2018-10-04 15:09:03,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:09:03,802 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:09: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-099fab7a-aa02-4ff2-b04a-06e8f470e2e4 x-compute-request-id: req-099fab7a-aa02-4ff2-b04a-06e8f470e2e4 Content-Type: application/json 2018-10-04 15:09:03,803 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c used request id req-099fab7a-aa02-4ff2-b04a-06e8f470e2e4 2018-10-04 15:09:03,803 - create_instance - INFO - Checking deletion status 2018-10-04 15:09:03,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:09:04,205 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09: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-81d9cc29-9b66-4631-adbd-e56ae28036f2 x-compute-request-id: req-81d9cc29-9b66-4631-adbd-e56ae28036f2 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c", "rel": "bookmark"}], "image": {"id": "c650ad68-68ed-46ac-bad9-e8d55218a8a5", "links": [{"href": "http://172.30.9.23:8774/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:08:55.000000", "flavor": {"id": "46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d", "links": [{"href": "http://172.30.9.23:8774/flavors/46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d", "rel": "bookmark"}]}, "id": "8912bee2-4f63-4d7d-93c1-407e7a26998c", "user_id": "3f178ff8fb2f44d1a06e630135396823", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:09:03Z", "hostId": "77644dea8d5ed070092155e40fc14ffaa52a781f5e054e0251f62edb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-inst", "created": "2018-10-04T15:08:50Z", "tenant_id": "1b1015c2bcbf42e1a402d9c63011beee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:09:04,205 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c used request id req-81d9cc29-9b66-4631-adbd-e56ae28036f2 2018-10-04 15:09:04,206 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-inst] is - ACTIVE 2018-10-04 15:09:04,206 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:09:07,209 - create_instance - DEBUG - VM status query timeout in 296.594063044 2018-10-04 15:09:07,212 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:09:07,470 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62ee4e70-582b-46a2-8d5e-19b90e7925d0 x-compute-request-id: req-62ee4e70-582b-46a2-8d5e-19b90e7925d0 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c", "rel": "bookmark"}], "image": {"id": "c650ad68-68ed-46ac-bad9-e8d55218a8a5", "links": [{"href": "http://172.30.9.23:8774/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:08:55.000000", "flavor": {"id": "46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d", "links": [{"href": "http://172.30.9.23:8774/flavors/46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d", "rel": "bookmark"}]}, "id": "8912bee2-4f63-4d7d-93c1-407e7a26998c", "user_id": "3f178ff8fb2f44d1a06e630135396823", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:09:03Z", "hostId": "77644dea8d5ed070092155e40fc14ffaa52a781f5e054e0251f62edb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-inst", "created": "2018-10-04T15:08:50Z", "tenant_id": "1b1015c2bcbf42e1a402d9c63011beee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:09:07,470 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c used request id req-62ee4e70-582b-46a2-8d5e-19b90e7925d0 2018-10-04 15:09:07,470 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-inst] is - ACTIVE 2018-10-04 15:09:07,470 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:09:10,474 - create_instance - DEBUG - VM status query timeout in 293.329694033 2018-10-04 15:09:10,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9684c9622d415c3ed89bfca9d33436d7c7e606d8" 2018-10-04 15:09:10,530 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:09: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-bd1f0970-bd5c-4a24-85e1-553e3b1536f1 x-compute-request-id: req-bd1f0970-bd5c-4a24-85e1-553e3b1536f1 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 8912bee2-4f63-4d7d-93c1-407e7a26998c could not be found.", "code": 404}} 2018-10-04 15:09:10,530 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8912bee2-4f63-4d7d-93c1-407e7a26998c used request id req-bd1f0970-bd5c-4a24-85e1-553e3b1536f1 2018-10-04 15:09:10,530 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 8912bee2-4f63-4d7d-93c1-407e7a26998c could not be found. (HTTP 404) (Request-ID: req-bd1f0970-bd5c-4a24-85e1-553e3b1536f1) 2018-10-04 15:09:10,530 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-inst 2018-10-04 15:09:10,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}995d69de801774c7d16bcc6916fc2eb43c6a873e" 2018-10-04 15:09:10,577 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:09: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-8b7097b5-a5f1-42e6-8be3-21716b33a440 x-compute-request-id: req-8b7097b5-a5f1-42e6-8be3-21716b33a440 Content-Length: 0 Content-Type: application/json 2018-10-04 15:09:10,577 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/46f910d3-dcb8-4fd7-a7ef-6e946e84ac4d used request id req-8b7097b5-a5f1-42e6-8be3-21716b33a440 2018-10-04 15:09:10,578 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-subnet 2018-10-04 15:09:10,578 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-subnet 2018-10-04 15:09:10,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/5d136de7-e4ae-4cd0-9d21-4649c2e69b16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11bbc6abf31d8ecde5cddde8fa23df9ff481444a" 2018-10-04 15:09:13,090 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b2a67993-25c3-4972-a603-1cf42a8709b9 Date: Thu, 04 Oct 2018 15:09:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:09:13,091 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/5d136de7-e4ae-4cd0-9d21-4649c2e69b16 used request id req-b2a67993-25c3-4972-a603-1cf42a8709b9 2018-10-04 15:09:13,091 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-pub-net 2018-10-04 15:09:13,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/f7254fe8-0def-4aae-92bf-ac9c914003d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11bbc6abf31d8ecde5cddde8fa23df9ff481444a" 2018-10-04 15:09:14,833 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e3ecde8f-db5c-4561-95e9-28f67d0964c0 Date: Thu, 04 Oct 2018 15:09:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:09:14,833 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/f7254fe8-0def-4aae-92bf-ac9c914003d0 used request id req-e3ecde8f-db5c-4561-95e9-28f67d0964c0 2018-10-04 15:09:14,834 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-fae86a12-6e5c-40a8-bac6-1866cd541a13-image 2018-10-04 15:09:14,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}13016bda3003fc0cf98059c516b8b11e7d06085a" 2018-10-04 15:09:16,544 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-80151241-eb9e-42bf-8f8b-48efcbaba8c6 Date: Thu, 04 Oct 2018 15:09:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:09:16,544 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/c650ad68-68ed-46ac-bad9-e8d55218a8a5 used request id req-80151241-eb9e-42bf-8f8b-48efcbaba8c6 2018-10-04 15:09:16,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dec1aaccd8e8c0712e9cfbad3a1cc22a2312ce35" 2018-10-04 15:09:16,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-6bfa1517-696e-43b1-91e6-3bb55855da84 Date: Thu, 04 Oct 2018 15:09:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1b1015c2bcbf42e1a402d9c63011beee", "created_at": "2018-10-04T15:08:40Z", "updated_at": "2018-10-04T15:08:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:08:40Z", "revision_number": 0, "id": "4911f506-6ae7-4303-8821-bbb17139f6c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:08:40Z", "security_group_id": "d2a1c150-4b6b-4c02-847f-eeaaffb7e115", "tenant_id": "1b1015c2bcbf42e1a402d9c63011beee", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b1015c2bcbf42e1a402d9c63011beee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:08:40Z", "revision_number": 0, "id": "63e74734-9c8c-4c30-9522-c6fe2fe0109d", "remote_group_id": "d2a1c150-4b6b-4c02-847f-eeaaffb7e115", "remote_ip_prefix": null, "created_at": "2018-10-04T15:08:40Z", "security_group_id": "d2a1c150-4b6b-4c02-847f-eeaaffb7e115", "tenant_id": "1b1015c2bcbf42e1a402d9c63011beee", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b1015c2bcbf42e1a402d9c63011beee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:08:40Z", "revision_number": 0, "id": "b2d25de3-c358-48a5-841e-d302298d8c6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:08:40Z", "security_group_id": "d2a1c150-4b6b-4c02-847f-eeaaffb7e115", "tenant_id": "1b1015c2bcbf42e1a402d9c63011beee", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b1015c2bcbf42e1a402d9c63011beee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:08:40Z", "revision_number": 0, "id": "fc96324f-3c17-403f-9c5a-0909ccfee810", "remote_group_id": "d2a1c150-4b6b-4c02-847f-eeaaffb7e115", "remote_ip_prefix": null, "created_at": "2018-10-04T15:08:40Z", "security_group_id": "d2a1c150-4b6b-4c02-847f-eeaaffb7e115", "tenant_id": "1b1015c2bcbf42e1a402d9c63011beee", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b1015c2bcbf42e1a402d9c63011beee"}], "revision_number": 4, "project_id": "1b1015c2bcbf42e1a402d9c63011beee", "id": "d2a1c150-4b6b-4c02-847f-eeaaffb7e115", "name": "default"}]} 2018-10-04 15:09:16,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-6bfa1517-696e-43b1-91e6-3bb55855da84 2018-10-04 15:09:16,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dec1aaccd8e8c0712e9cfbad3a1cc22a2312ce35" 2018-10-04 15:09:16,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c19fd62-140a-4679-a66e-82ca92242f81 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:09:16,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-6c19fd62-140a-4679-a66e-82ca92242f81 2018-10-04 15:09:16,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dec1aaccd8e8c0712e9cfbad3a1cc22a2312ce35" 2018-10-04 15:09:16,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38975fde-4ae8-48b9-b837-a8fbfeed7fad Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:09:16,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-38975fde-4ae8-48b9-b837-a8fbfeed7fad 2018-10-04 15:09:16,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dec1aaccd8e8c0712e9cfbad3a1cc22a2312ce35" 2018-10-04 15:09:17,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98a7a1fe-2fe9-416a-9448-c6c46d05c59b Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:09:17,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-98a7a1fe-2fe9-416a-9448-c6c46d05c59b 2018-10-04 15:09:17,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dec1aaccd8e8c0712e9cfbad3a1cc22a2312ce35" 2018-10-04 15:09:17,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f6fda2d-bc4f-49b1-bdfc-cc997d9407a7 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee"}, "enabled": true, "id": "1b1015c2bcbf42e1a402d9c63011beee", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj"}} 2018-10-04 15:09:17,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee used request id req-5f6fda2d-bc4f-49b1-bdfc-cc997d9407a7 2018-10-04 15:09:17,126 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2a1c150-4b6b-4c02-847f-eeaaffb7e115 2018-10-04 15:09:17,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d2a1c150-4b6b-4c02-847f-eeaaffb7e115 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dec1aaccd8e8c0712e9cfbad3a1cc22a2312ce35" 2018-10-04 15:09:17,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d6046c37-9846-4be2-b031-8d61ebab8a5f Date: Thu, 04 Oct 2018 15:09:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:08:40Z", "security_group_id": "d2a1c150-4b6b-4c02-847f-eeaaffb7e115", "port_range_min": null, "revision_number": 0, "tenant_id": "1b1015c2bcbf42e1a402d9c63011beee", "created_at": "2018-10-04T15:08:40Z", "project_id": "1b1015c2bcbf42e1a402d9c63011beee", "id": "4911f506-6ae7-4303-8821-bbb17139f6c8"}, {"remote_group_id": "d2a1c150-4b6b-4c02-847f-eeaaffb7e115", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:08:40Z", "security_group_id": "d2a1c150-4b6b-4c02-847f-eeaaffb7e115", "port_range_min": null, "revision_number": 0, "tenant_id": "1b1015c2bcbf42e1a402d9c63011beee", "created_at": "2018-10-04T15:08:40Z", "project_id": "1b1015c2bcbf42e1a402d9c63011beee", "id": "63e74734-9c8c-4c30-9522-c6fe2fe0109d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:08:40Z", "security_group_id": "d2a1c150-4b6b-4c02-847f-eeaaffb7e115", "port_range_min": null, "revision_number": 0, "tenant_id": "1b1015c2bcbf42e1a402d9c63011beee", "created_at": "2018-10-04T15:08:40Z", "project_id": "1b1015c2bcbf42e1a402d9c63011beee", "id": "b2d25de3-c358-48a5-841e-d302298d8c6b"}, {"remote_group_id": "d2a1c150-4b6b-4c02-847f-eeaaffb7e115", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:08:40Z", "security_group_id": "d2a1c150-4b6b-4c02-847f-eeaaffb7e115", "port_range_min": null, "revision_number": 0, "tenant_id": "1b1015c2bcbf42e1a402d9c63011beee", "created_at": "2018-10-04T15:08:40Z", "project_id": "1b1015c2bcbf42e1a402d9c63011beee", "id": "fc96324f-3c17-403f-9c5a-0909ccfee810"}]} 2018-10-04 15:09:17,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d2a1c150-4b6b-4c02-847f-eeaaffb7e115 used request id req-d6046c37-9846-4be2-b031-8d61ebab8a5f 2018-10-04 15:09:17,307 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:09:17,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/d2a1c150-4b6b-4c02-847f-eeaaffb7e115 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dec1aaccd8e8c0712e9cfbad3a1cc22a2312ce35" 2018-10-04 15:09:17,620 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c42aa179-a4ee-4c88-a8a7-f1e42ad2fd3c Content-Length: 0 Date: Thu, 04 Oct 2018 15:09:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:09:17,620 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/d2a1c150-4b6b-4c02-847f-eeaaffb7e115 used request id req-c42aa179-a4ee-4c88-a8a7-f1e42ad2fd3c 2018-10-04 15:09:17,621 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj 2018-10-04 15:09:17,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dec1aaccd8e8c0712e9cfbad3a1cc22a2312ce35" 2018-10-04 15:09:17,849 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:09:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f73b80b-43d3-4e80-86bd-a74b18a6d3bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:09:17,849 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/1b1015c2bcbf42e1a402d9c63011beee used request id req-9f73b80b-43d3-4e80-86bd-a74b18a6d3bd 2018-10-04 15:09:17,850 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-9d6014d8-0067-40e-proj-role 2018-10-04 15:09:17,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/a9aaedcccf35497098855b44d41c1ef7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dec1aaccd8e8c0712e9cfbad3a1cc22a2312ce35" 2018-10-04 15:09:18,011 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:09:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c48d77b-5320-4d87-b7fa-5c66953b6457 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:09:18,011 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/a9aaedcccf35497098855b44d41c1ef7 used request id req-4c48d77b-5320-4d87-b7fa-5c66953b6457 2018-10-04 15:09:18,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dec1aaccd8e8c0712e9cfbad3a1cc22a2312ce35" 2018-10-04 15:09:18,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-545fe0f8-bebe-4300-ac36-672a469d96c8 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:09:18,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-545fe0f8-bebe-4300-ac36-672a469d96c8 2018-10-04 15:09:18,099 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-9d6014d8-0067-40e-user 2018-10-04 15:09:18,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/3f178ff8fb2f44d1a06e630135396823 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651d94750096df04b4a9bc29c3cccf1f2bdffd02" 2018-10-04 15:09:18,346 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:09:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a36d2d5-3815-4f19-aae9-e341c92183c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:09:18,346 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/3f178ff8fb2f44d1a06e630135396823 used request id req-6a36d2d5-3815-4f19-aae9-e341c92183c7 2018-10-04 15:09:18,347 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:09:18,726 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:09:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["OojXQKiRQWKI1hK7WSPxiA"], "issued_at": "2018-10-04T15:09:18.000000Z"}} 2018-10-04 15:09:18,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}765c05cc667c40f2dc41d10f143e3b4c7a7b162c" 2018-10-04 15:09:18,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04d8e0e8-bd41-48d0-b15c-37541753040f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:09:18,812 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-04d8e0e8-bd41-48d0-b15c-37541753040f 2018-10-04 15:09:18,814 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:09:18,817 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:09:19,208 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:09:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["P4FuP-3YSh6UJ3CHB8upFQ"], "issued_at": "2018-10-04T15:09:19.000000Z"}} 2018-10-04 15:09:19,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa86d3c9b4a8f203433e854af639d8bbd6240833" 2018-10-04 15:09:19,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5cce830-9d48-409b-952e-ee8feb026557 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:09:19,284 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e5cce830-9d48-409b-952e-ee8feb026557 2018-10-04 15:09:19,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:09:19,294 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:09:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:09:19,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa86d3c9b4a8f203433e854af639d8bbd6240833" 2018-10-04 15:09:19,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20390a52-9cd1-43cb-b612-f9ad0a48332b Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:09:19,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj used request id req-20390a52-9cd1-43cb-b612-f9ad0a48332b 2018-10-04 15:09:19,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa86d3c9b4a8f203433e854af639d8bbd6240833" 2018-10-04 15:09:19,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0082507-8e92-4b18-b7a3-da89912b4cf5 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:09:19,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-e0082507-8e92-4b18-b7a3-da89912b4cf5 2018-10-04 15:09:19,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa86d3c9b4a8f203433e854af639d8bbd6240833" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj"}}' 2018-10-04 15:09:19,596 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:09:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-763b9145-af02-4102-a5c1-3f1edb2d7363 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ebcb5b27b7b44f0db13be2f8b3a97385"}, "enabled": true, "id": "ebcb5b27b7b44f0db13be2f8b3a97385", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj"}} 2018-10-04 15:09:19,596 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-763b9145-af02-4102-a5c1-3f1edb2d7363 2018-10-04 15:09:19,596 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj 2018-10-04 15:09:19,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:09:19,597 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:09:19,983 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:09:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["5OAQ4CfrQ2yDS4R0T8tXEw"], "issued_at": "2018-10-04T15:09:19.000000Z"}} 2018-10-04 15:09:19,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e4efb540a84905300833421ed655ffec446e064" 2018-10-04 15:09:20,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e172492-0f2a-4b39-bb3c-4b2050a34447 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:09:20,060 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4e172492-0f2a-4b39-bb3c-4b2050a34447 2018-10-04 15:09:20,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:09:20,069 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:09:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:09:20,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e4efb540a84905300833421ed655ffec446e064" 2018-10-04 15:09:20,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be13639a-d7a5-4743-bdbf-6990f8e72b26 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:09:20,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-be13639a-d7a5-4743-bdbf-6990f8e72b26 2018-10-04 15:09:20,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e4efb540a84905300833421ed655ffec446e064" 2018-10-04 15:09:20,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-936b7e05-2c5d-4c41-b74b-da4b9df22f2a Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ebcb5b27b7b44f0db13be2f8b3a97385"}, "enabled": true, "id": "ebcb5b27b7b44f0db13be2f8b3a97385", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj"}]} 2018-10-04 15:09:20,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj used request id req-936b7e05-2c5d-4c41-b74b-da4b9df22f2a 2018-10-04 15:09:20,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e4efb540a84905300833421ed655ffec446e064" 2018-10-04 15:09:20,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-027a0f26-abf2-4b41-9fcc-b780cbe5f818 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:09:20,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-027a0f26-abf2-4b41-9fcc-b780cbe5f818 2018-10-04 15:09:20,741 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-9cb441cf-1b20-455-user 2018-10-04 15:09:20,741 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:09:20,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa86d3c9b4a8f203433e854af639d8bbd6240833" 2018-10-04 15:09:20,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d486bfc6-aa35-4be5-9c76-a4773e2dbe1f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:09:20,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d486bfc6-aa35-4be5-9c76-a4773e2dbe1f 2018-10-04 15:09:20,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa86d3c9b4a8f203433e854af639d8bbd6240833" -d '{"role": {"name": "CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj-role"}}' 2018-10-04 15:09:21,022 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:09:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a8f373c-e1a7-4326-b4e4-7f53328fbc87 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bb4f28d6d0dd416bbd0a32d984aae5fa", "links": {"self": "http://172.30.9.23:5000/v3/roles/bb4f28d6d0dd416bbd0a32d984aae5fa"}, "name": "CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj-role"}} 2018-10-04 15:09:21,023 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-3a8f373c-e1a7-4326-b4e4-7f53328fbc87 2018-10-04 15:09:21,023 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj-role 2018-10-04 15:09:21,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/bb4f28d6d0dd416bbd0a32d984aae5fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa86d3c9b4a8f203433e854af639d8bbd6240833" 2018-10-04 15:09:21,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c57dd800-37fa-4750-8cfb-1b28a9888a7b Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/bb4f28d6d0dd416bbd0a32d984aae5fa"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj-role", "id": "bb4f28d6d0dd416bbd0a32d984aae5fa"}} 2018-10-04 15:09:21,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/bb4f28d6d0dd416bbd0a32d984aae5fa used request id req-c57dd800-37fa-4750-8cfb-1b28a9888a7b 2018-10-04 15:09:21,116 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj-role to project CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj 2018-10-04 15:09:21,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/ebcb5b27b7b44f0db13be2f8b3a97385/users/27aa33d2f26d46418ac1c37a8ec00d31/roles/bb4f28d6d0dd416bbd0a32d984aae5fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa86d3c9b4a8f203433e854af639d8bbd6240833" 2018-10-04 15:09:21,175 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:09:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6fbcdcd-6fcc-4711-8243-29e06286b6fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:09:21,175 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/ebcb5b27b7b44f0db13be2f8b3a97385/users/27aa33d2f26d46418ac1c37a8ec00d31/roles/bb4f28d6d0dd416bbd0a32d984aae5fa used request id req-c6fbcdcd-6fcc-4711-8243-29e06286b6fb 2018-10-04 15:09:21,176 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:09:21,176 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:09:21,177 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:09:21,552 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bb4f28d6d0dd416bbd0a32d984aae5fa", "name": "CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj-role"}], "expires_at": "2018-10-04T16:09:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ebcb5b27b7b44f0db13be2f8b3a97385", "name": "CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-9cb441cf-1b20-455-user", "id": "27aa33d2f26d46418ac1c37a8ec00d31"}, "audit_ids": ["u_fGgHaNRiSVem8LAYjEew"], "issued_at": "2018-10-04T15:09:21.000000Z"}} 2018-10-04 15:09:21,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}093d6bdb30bc703cd4865a746fc4d8916133f510" 2018-10-04 15:09:21,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e451f5cb-cb93-4dde-9d22-7d89fa5699d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:09:21,630 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e451f5cb-cb93-4dde-9d22-7d89fa5699d1 2018-10-04 15:09:21,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}093d6bdb30bc703cd4865a746fc4d8916133f510" 2018-10-04 15:09:21,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-5ccd6841-5f9b-49e1-8f8d-a56ad97897b5 Date: Thu, 04 Oct 2018 15:09:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-image"} 2018-10-04 15:09:21,801 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-image used request id req-5ccd6841-5f9b-49e1-8f8d-a56ad97897b5 2018-10-04 15:09:21,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}093d6bdb30bc703cd4865a746fc4d8916133f510" 2018-10-04 15:09:21,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5e913d0d-9a6a-4184-afcd-bc82991e23b8 Date: Thu, 04 Oct 2018 15:09:21 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:09:21,960 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-5e913d0d-9a6a-4184-afcd-bc82991e23b8 2018-10-04 15:09:21,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}093d6bdb30bc703cd4865a746fc4d8916133f510" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-image"}' 2018-10-04 15:09:22,185 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/c4b5c72d-b05d-487f-9f26-09b745e55255 X-Openstack-Request-Id: req-75127924-5857-4d18-9a43-ee7bc1701763 Date: Thu, 04 Oct 2018 15:09:22 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:09:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:09:22Z", "visibility": "shared", "locations": [], "self": "/v2/images/c4b5c72d-b05d-487f-9f26-09b745e55255", "min_disk": 0, "protected": false, "id": "c4b5c72d-b05d-487f-9f26-09b745e55255", "file": "/v2/images/c4b5c72d-b05d-487f-9f26-09b745e55255/file", "checksum": null, "owner": "ebcb5b27b7b44f0db13be2f8b3a97385", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:09:22,186 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-75127924-5857-4d18-9a43-ee7bc1701763 2018-10-04 15:09:22,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/c4b5c72d-b05d-487f-9f26-09b745e55255/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}093d6bdb30bc703cd4865a746fc4d8916133f510" -d '' 2018-10-04 15:09:24,219 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3a1ff40c-dcc3-4747-9584-fbdc13d663e1 Date: Thu, 04 Oct 2018 15:09:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:09:24,219 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/c4b5c72d-b05d-487f-9f26-09b745e55255/file used request id req-3a1ff40c-dcc3-4747-9584-fbdc13d663e1 2018-10-04 15:09:24,220 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:09:24,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/c4b5c72d-b05d-487f-9f26-09b745e55255 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}093d6bdb30bc703cd4865a746fc4d8916133f510" 2018-10-04 15:09:24,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-29023408-0a17-49c6-8251-ec0eacad295b Date: Thu, 04 Oct 2018 15:09:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:09:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:09:24Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c4b5c72d-b05d-487f-9f26-09b745e55255/snap", "metadata": {}}], "self": "/v2/images/c4b5c72d-b05d-487f-9f26-09b745e55255", "min_disk": 0, "protected": false, "id": "c4b5c72d-b05d-487f-9f26-09b745e55255", "file": "/v2/images/c4b5c72d-b05d-487f-9f26-09b745e55255/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ebcb5b27b7b44f0db13be2f8b3a97385", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c4b5c72d-b05d-487f-9f26-09b745e55255/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:09:24,388 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/c4b5c72d-b05d-487f-9f26-09b745e55255 used request id req-29023408-0a17-49c6-8251-ec0eacad295b 2018-10-04 15:09:24,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}093d6bdb30bc703cd4865a746fc4d8916133f510" 2018-10-04 15:09:24,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-650673b3-e3f8-4e6e-a296-f0505174f13f Date: Thu, 04 Oct 2018 15:09:24 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:09:24,536 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-650673b3-e3f8-4e6e-a296-f0505174f13f 2018-10-04 15:09:24,539 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-image 2018-10-04 15:09:24,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/c4b5c72d-b05d-487f-9f26-09b745e55255 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}093d6bdb30bc703cd4865a746fc4d8916133f510" 2018-10-04 15:09:24,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-bee25c9f-4a6b-4a29-851b-04d871a80c64 Date: Thu, 04 Oct 2018 15:09:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:09:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:09:24Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c4b5c72d-b05d-487f-9f26-09b745e55255/snap", "metadata": {}}], "self": "/v2/images/c4b5c72d-b05d-487f-9f26-09b745e55255", "min_disk": 0, "protected": false, "id": "c4b5c72d-b05d-487f-9f26-09b745e55255", "file": "/v2/images/c4b5c72d-b05d-487f-9f26-09b745e55255/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ebcb5b27b7b44f0db13be2f8b3a97385", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c4b5c72d-b05d-487f-9f26-09b745e55255/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:09:24,560 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/c4b5c72d-b05d-487f-9f26-09b745e55255 used request id req-bee25c9f-4a6b-4a29-851b-04d871a80c64 2018-10-04 15:09:24,560 - create_image - DEBUG - Instance status is - active 2018-10-04 15:09:24,561 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-image 2018-10-04 15:09:24,561 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-image 2018-10-04 15:09:24,561 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:09:24,562 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:09:24,930 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bb4f28d6d0dd416bbd0a32d984aae5fa", "name": "CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj-role"}], "expires_at": "2018-10-04T16:09:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ebcb5b27b7b44f0db13be2f8b3a97385", "name": "CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-9cb441cf-1b20-455-user", "id": "27aa33d2f26d46418ac1c37a8ec00d31"}, "audit_ids": ["bRLb2bt7So69QakeQ8LcKg"], "issued_at": "2018-10-04T15:09:24.000000Z"}} 2018-10-04 15:09:24,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55b408d84c3c39bd189f0b47a2fddc3902bf9b8" 2018-10-04 15:09:24,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-934c9609-ffcb-4655-a8d5-95cb65128bac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:09:24,943 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-934c9609-ffcb-4655-a8d5-95cb65128bac 2018-10-04 15:09:24,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55b408d84c3c39bd189f0b47a2fddc3902bf9b8" 2018-10-04 15:09:25,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f47af602-833a-456a-aa80-9e78a7517910 Date: Thu, 04 Oct 2018 15:09:25 GMT RESP BODY: {"networks":[]} 2018-10-04 15:09:25,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-net used request id req-f47af602-833a-456a-aa80-9e78a7517910 2018-10-04 15:09:25,130 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-net 2018-10-04 15:09:25,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55b408d84c3c39bd189f0b47a2fddc3902bf9b8" -d '{"network": {"name": "CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-net", "admin_state_up": true}}' 2018-10-04 15:09:25,697 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-2fec8646-19da-4f31-90e4-bb50564c370b Date: Thu, 04 Oct 2018 15:09:25 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"c908221d-1b4d-4364-b9dd-e4540aae33eb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ebcb5b27b7b44f0db13be2f8b3a97385","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:09:25Z","is_default":false,"name":"CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"ebcb5b27b7b44f0db13be2f8b3a97385","created_at":"2018-10-04T15:09:25Z","mtu":1450}} 2018-10-04 15:09:25,697 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-2fec8646-19da-4f31-90e4-bb50564c370b 2018-10-04 15:09:25,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=c908221d-1b4d-4364-b9dd-e4540aae33eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55b408d84c3c39bd189f0b47a2fddc3902bf9b8" 2018-10-04 15:09:25,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-840e87f7-c64a-4dee-bf23-811b39555895 Date: Thu, 04 Oct 2018 15:09:25 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-10-04T15:09:25Z","tenant_id":"ebcb5b27b7b44f0db13be2f8b3a97385","created_at":"2018-10-04T15:09:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ebcb5b27b7b44f0db13be2f8b3a97385","id":"c908221d-1b4d-4364-b9dd-e4540aae33eb","name":"CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-net"}]} 2018-10-04 15:09:25,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=c908221d-1b4d-4364-b9dd-e4540aae33eb used request id req-840e87f7-c64a-4dee-bf23-811b39555895 2018-10-04 15:09:25,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c908221d-1b4d-4364-b9dd-e4540aae33eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55b408d84c3c39bd189f0b47a2fddc3902bf9b8" 2018-10-04 15:09:26,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4cf828f6-8599-4cba-bc8d-6471a681f3f6 Date: Thu, 04 Oct 2018 15:09:26 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:09:26,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c908221d-1b4d-4364-b9dd-e4540aae33eb used request id req-4cf828f6-8599-4cba-bc8d-6471a681f3f6 2018-10-04 15:09:26,115 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-subnet 2018-10-04 15:09:26,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55b408d84c3c39bd189f0b47a2fddc3902bf9b8" -d '{"subnets": [{"ip_version": 4, "network_id": "c908221d-1b4d-4364-b9dd-e4540aae33eb", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-subnet"}]}' 2018-10-04 15:09:26,947 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-63e85e0f-0e0d-41b0-931d-e5aaaf4c1d16 Date: Thu, 04 Oct 2018 15:09:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c908221d-1b4d-4364-b9dd-e4540aae33eb","tenant_id":"ebcb5b27b7b44f0db13be2f8b3a97385","created_at":"2018-10-04T15:09:26Z","dns_nameservers":[],"updated_at":"2018-10-04T15:09:26Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"ebcb5b27b7b44f0db13be2f8b3a97385","id":"fc2a4caf-57fc-4548-b8c2-9988b65c6ce9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-subnet"}]} 2018-10-04 15:09:26,948 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-63e85e0f-0e0d-41b0-931d-e5aaaf4c1d16 2018-10-04 15:09:26,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=c908221d-1b4d-4364-b9dd-e4540aae33eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55b408d84c3c39bd189f0b47a2fddc3902bf9b8" 2018-10-04 15:09:27,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-17581c67-f409-4714-a4fc-eeada92705d1 Date: Thu, 04 Oct 2018 15:09:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fc2a4caf-57fc-4548-b8c2-9988b65c6ce9"],"updated_at":"2018-10-04T15:09:26Z","tenant_id":"ebcb5b27b7b44f0db13be2f8b3a97385","created_at":"2018-10-04T15:09:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ebcb5b27b7b44f0db13be2f8b3a97385","id":"c908221d-1b4d-4364-b9dd-e4540aae33eb","name":"CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-net"}]} 2018-10-04 15:09:27,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=c908221d-1b4d-4364-b9dd-e4540aae33eb used request id req-17581c67-f409-4714-a4fc-eeada92705d1 2018-10-04 15:09:27,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c908221d-1b4d-4364-b9dd-e4540aae33eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55b408d84c3c39bd189f0b47a2fddc3902bf9b8" 2018-10-04 15:09:27,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2c17b342-02e4-49c0-825c-ff118a142270 Date: Thu, 04 Oct 2018 15:09:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c908221d-1b4d-4364-b9dd-e4540aae33eb","tenant_id":"ebcb5b27b7b44f0db13be2f8b3a97385","created_at":"2018-10-04T15:09:26Z","dns_nameservers":[],"updated_at":"2018-10-04T15:09:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ebcb5b27b7b44f0db13be2f8b3a97385","id":"fc2a4caf-57fc-4548-b8c2-9988b65c6ce9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-subnet"}]} 2018-10-04 15:09:27,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c908221d-1b4d-4364-b9dd-e4540aae33eb used request id req-2c17b342-02e4-49c0-825c-ff118a142270 2018-10-04 15:09:27,394 - OpenStackNetwork - DEBUG - Network [c908221d-1b4d-4364-b9dd-e4540aae33eb] created successfully 2018-10-04 15:09:27,394 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:09:27,395 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:09:27,868 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:09:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["_TdDZ9xVSSSrHk7w86DWow"], "issued_at": "2018-10-04T15:09:27.000000Z"}} 2018-10-04 15:09:27,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6668e27f4f48c1375e5c73a7f00d12f3d2f1d27d" 2018-10-04 15:09:27,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac37f53f-74b1-4aff-9780-6a6709276fb3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:09:27,945 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ac37f53f-74b1-4aff-9780-6a6709276fb3 2018-10-04 15:09:27,947 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:09:27,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6668e27f4f48c1375e5c73a7f00d12f3d2f1d27d" 2018-10-04 15:09:28,204 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09: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-5b701144-1257-4536-9ae7-ba6349b65fd0 x-compute-request-id: req-5b701144-1257-4536-9ae7-ba6349b65fd0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:09:28,204 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-5b701144-1257-4536-9ae7-ba6349b65fd0 2018-10-04 15:09:28,208 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6668e27f4f48c1375e5c73a7f00d12f3d2f1d27d" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:09:28,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c90f523d-f4d5-4ea1-b3db-03197bc94e6a x-compute-request-id: req-c90f523d-f4d5-4ea1-b3db-03197bc94e6a Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e0f0059c-9af9-4711-a2f7-f64bf15ca3a0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e0f0059c-9af9-4711-a2f7-f64bf15ca3a0", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e0f0059c-9af9-4711-a2f7-f64bf15ca3a0", "name": "CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:09:28,263 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c90f523d-f4d5-4ea1-b3db-03197bc94e6a 2018-10-04 15:09:28,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:09:28,264 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:09:28,644 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bb4f28d6d0dd416bbd0a32d984aae5fa", "name": "CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj-role"}], "expires_at": "2018-10-04T16:09:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ebcb5b27b7b44f0db13be2f8b3a97385", "name": "CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-9cb441cf-1b20-455-user", "id": "27aa33d2f26d46418ac1c37a8ec00d31"}, "audit_ids": ["q8V-prdDTD6_YW4T3L7tFg"], "issued_at": "2018-10-04T15:09:28.000000Z"}} 2018-10-04 15:09:28,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d26b5094d4cecf777d23c537058562b2ba22125e" 2018-10-04 15:09:28,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-840f15e0-907d-432e-ba09-440b8d6f17f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:09:28,800 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-840f15e0-907d-432e-ba09-440b8d6f17f9 2018-10-04 15:09:28,801 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:09:28,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d26b5094d4cecf777d23c537058562b2ba22125e" 2018-10-04 15:09:28,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24ac17a4-9c77-484d-aa25-2e32f63c74b3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:09:28,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-24ac17a4-9c77-484d-aa25-2e32f63c74b3 2018-10-04 15:09:28,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d26b5094d4cecf777d23c537058562b2ba22125e" 2018-10-04 15:09:29,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-db6ea2b9-768d-40cd-a923-12277ed2e08e Date: Thu, 04 Oct 2018 15:09:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fc2a4caf-57fc-4548-b8c2-9988b65c6ce9"],"updated_at":"2018-10-04T15:09:26Z","tenant_id":"ebcb5b27b7b44f0db13be2f8b3a97385","created_at":"2018-10-04T15:09:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ebcb5b27b7b44f0db13be2f8b3a97385","id":"c908221d-1b4d-4364-b9dd-e4540aae33eb","name":"CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-net"}]} 2018-10-04 15:09:29,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-net used request id req-db6ea2b9-768d-40cd-a923-12277ed2e08e 2018-10-04 15:09:29,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:09:29,134 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:09:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:09:29,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ebcb5b27b7b44f0db13be2f8b3a97385 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d26b5094d4cecf777d23c537058562b2ba22125e" 2018-10-04 15:09:29,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bf75e8e-4871-4d5f-9d6e-a818432a181e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ebcb5b27b7b44f0db13be2f8b3a97385"}, "enabled": true, "id": "ebcb5b27b7b44f0db13be2f8b3a97385", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj"}} 2018-10-04 15:09:29,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ebcb5b27b7b44f0db13be2f8b3a97385 used request id req-6bf75e8e-4871-4d5f-9d6e-a818432a181e 2018-10-04 15:09:29,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c908221d-1b4d-4364-b9dd-e4540aae33eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d26b5094d4cecf777d23c537058562b2ba22125e" 2018-10-04 15:09:29,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7549426c-493f-4a63-a9da-8780a9912220 Date: Thu, 04 Oct 2018 15:09:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c908221d-1b4d-4364-b9dd-e4540aae33eb","tenant_id":"ebcb5b27b7b44f0db13be2f8b3a97385","created_at":"2018-10-04T15:09:26Z","dns_nameservers":[],"updated_at":"2018-10-04T15:09:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ebcb5b27b7b44f0db13be2f8b3a97385","id":"fc2a4caf-57fc-4548-b8c2-9988b65c6ce9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-subnet"}]} 2018-10-04 15:09:29,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c908221d-1b4d-4364-b9dd-e4540aae33eb used request id req-7549426c-493f-4a63-a9da-8780a9912220 2018-10-04 15:09:29,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=c908221d-1b4d-4364-b9dd-e4540aae33eb&name=CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edacaport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d26b5094d4cecf777d23c537058562b2ba22125e" 2018-10-04 15:09:29,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9f169414-a241-4e63-b0f4-0d1700b20b0b Date: Thu, 04 Oct 2018 15:09:29 GMT RESP BODY: {"ports":[]} 2018-10-04 15:09:29,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=c908221d-1b4d-4364-b9dd-e4540aae33eb&name=CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edacaport-1&admin_state_up=True used request id req-9f169414-a241-4e63-b0f4-0d1700b20b0b 2018-10-04 15:09:29,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d26b5094d4cecf777d23c537058562b2ba22125e" 2018-10-04 15:09:29,826 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a8de7db6-fab1-4170-a99f-b43ea8bc69a4 x-compute-request-id: req-a8de7db6-fab1-4170-a99f-b43ea8bc69a4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:09:29,826 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-inst used request id req-a8de7db6-fab1-4170-a99f-b43ea8bc69a4 2018-10-04 15:09:29,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d26b5094d4cecf777d23c537058562b2ba22125e" 2018-10-04 15:09:30,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-09189062-1bc3-43ba-ac25-b4161ad626ef Date: Thu, 04 Oct 2018 15:09: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":["fc2a4caf-57fc-4548-b8c2-9988b65c6ce9"],"updated_at":"2018-10-04T15:09:26Z","tenant_id":"ebcb5b27b7b44f0db13be2f8b3a97385","created_at":"2018-10-04T15:09:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ebcb5b27b7b44f0db13be2f8b3a97385","id":"c908221d-1b4d-4364-b9dd-e4540aae33eb","name":"CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-net"}]} 2018-10-04 15:09:30,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-net used request id req-09189062-1bc3-43ba-ac25-b4161ad626ef 2018-10-04 15:09:30,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ebcb5b27b7b44f0db13be2f8b3a97385 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d26b5094d4cecf777d23c537058562b2ba22125e" 2018-10-04 15:09:30,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2940582a-c070-429f-a077-6375afcccdec Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ebcb5b27b7b44f0db13be2f8b3a97385"}, "enabled": true, "id": "ebcb5b27b7b44f0db13be2f8b3a97385", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj"}} 2018-10-04 15:09:30,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ebcb5b27b7b44f0db13be2f8b3a97385 used request id req-2940582a-c070-429f-a077-6375afcccdec 2018-10-04 15:09:30,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c908221d-1b4d-4364-b9dd-e4540aae33eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d26b5094d4cecf777d23c537058562b2ba22125e" 2018-10-04 15:09:30,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-bbb85b8b-f079-4430-b077-2f2447a96d79 Date: Thu, 04 Oct 2018 15:09:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c908221d-1b4d-4364-b9dd-e4540aae33eb","tenant_id":"ebcb5b27b7b44f0db13be2f8b3a97385","created_at":"2018-10-04T15:09:26Z","dns_nameservers":[],"updated_at":"2018-10-04T15:09:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ebcb5b27b7b44f0db13be2f8b3a97385","id":"fc2a4caf-57fc-4548-b8c2-9988b65c6ce9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-subnet"}]} 2018-10-04 15:09:30,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c908221d-1b4d-4364-b9dd-e4540aae33eb used request id req-bbb85b8b-f079-4430-b077-2f2447a96d79 2018-10-04 15:09:30,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=c908221d-1b4d-4364-b9dd-e4540aae33eb&name=CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edacaport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d26b5094d4cecf777d23c537058562b2ba22125e" 2018-10-04 15:09:30,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-54191720-fc48-4eaa-95f7-9cb9875d6233 Date: Thu, 04 Oct 2018 15:09:30 GMT RESP BODY: {"ports":[]} 2018-10-04 15:09:30,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=c908221d-1b4d-4364-b9dd-e4540aae33eb&name=CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edacaport-1&admin_state_up=True used request id req-54191720-fc48-4eaa-95f7-9cb9875d6233 2018-10-04 15:09:30,410 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:09:30,411 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:09:30,783 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bb4f28d6d0dd416bbd0a32d984aae5fa", "name": "CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj-role"}], "expires_at": "2018-10-04T16:09:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ebcb5b27b7b44f0db13be2f8b3a97385", "name": "CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ebcb5b27b7b44f0db13be2f8b3a97385", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-9cb441cf-1b20-455-user", "id": "27aa33d2f26d46418ac1c37a8ec00d31"}, "audit_ids": ["wwp5h6ZQRCCen4XJVC9WfA"], "issued_at": "2018-10-04T15:09:30.000000Z"}} 2018-10-04 15:09:30,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ac91210238b23cd827dde9f4a126b9161ae6d01" 2018-10-04 15:09:30,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfd7d844-81ab-4207-abdd-13948bf62ce1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:09:30,862 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dfd7d844-81ab-4207-abdd-13948bf62ce1 2018-10-04 15:09:30,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d26b5094d4cecf777d23c537058562b2ba22125e" 2018-10-04 15:09:31,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-a310894a-fd37-400c-9e45-612a5f839734 Date: Thu, 04 Oct 2018 15:09:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fc2a4caf-57fc-4548-b8c2-9988b65c6ce9"],"updated_at":"2018-10-04T15:09:26Z","tenant_id":"ebcb5b27b7b44f0db13be2f8b3a97385","created_at":"2018-10-04T15:09:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ebcb5b27b7b44f0db13be2f8b3a97385","id":"c908221d-1b4d-4364-b9dd-e4540aae33eb","name":"CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-net"}]} 2018-10-04 15:09:31,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-net used request id req-a310894a-fd37-400c-9e45-612a5f839734 2018-10-04 15:09:31,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c908221d-1b4d-4364-b9dd-e4540aae33eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d26b5094d4cecf777d23c537058562b2ba22125e" 2018-10-04 15:09:31,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-abc41ba2-cbb7-4944-a8f2-d6ffab85076a Date: Thu, 04 Oct 2018 15:09:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c908221d-1b4d-4364-b9dd-e4540aae33eb","tenant_id":"ebcb5b27b7b44f0db13be2f8b3a97385","created_at":"2018-10-04T15:09:26Z","dns_nameservers":[],"updated_at":"2018-10-04T15:09:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ebcb5b27b7b44f0db13be2f8b3a97385","id":"fc2a4caf-57fc-4548-b8c2-9988b65c6ce9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-subnet"}]} 2018-10-04 15:09:31,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c908221d-1b4d-4364-b9dd-e4540aae33eb used request id req-abc41ba2-cbb7-4944-a8f2-d6ffab85076a 2018-10-04 15:09:31,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d26b5094d4cecf777d23c537058562b2ba22125e" 2018-10-04 15:09:31,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-aff4fb1a-12b2-4676-a1b5-3c24e4c9c3b8 Date: Thu, 04 Oct 2018 15:09:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fc2a4caf-57fc-4548-b8c2-9988b65c6ce9"],"updated_at":"2018-10-04T15:09:26Z","tenant_id":"ebcb5b27b7b44f0db13be2f8b3a97385","created_at":"2018-10-04T15:09:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ebcb5b27b7b44f0db13be2f8b3a97385","id":"c908221d-1b4d-4364-b9dd-e4540aae33eb","name":"CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-net"}]} 2018-10-04 15:09:31,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-net used request id req-aff4fb1a-12b2-4676-a1b5-3c24e4c9c3b8 2018-10-04 15:09:31,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:09:31,598 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:09:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:09:31,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ebcb5b27b7b44f0db13be2f8b3a97385 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ac91210238b23cd827dde9f4a126b9161ae6d01" 2018-10-04 15:09:31,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b85eddef-abf3-4276-b7d5-00d11708d859 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ebcb5b27b7b44f0db13be2f8b3a97385"}, "enabled": true, "id": "ebcb5b27b7b44f0db13be2f8b3a97385", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj"}} 2018-10-04 15:09:31,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ebcb5b27b7b44f0db13be2f8b3a97385 used request id req-b85eddef-abf3-4276-b7d5-00d11708d859 2018-10-04 15:09:31,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c908221d-1b4d-4364-b9dd-e4540aae33eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d26b5094d4cecf777d23c537058562b2ba22125e" 2018-10-04 15:09:31,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-390db161-dc85-4d82-ae4d-0b92b7ffecbb Date: Thu, 04 Oct 2018 15:09:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c908221d-1b4d-4364-b9dd-e4540aae33eb","tenant_id":"ebcb5b27b7b44f0db13be2f8b3a97385","created_at":"2018-10-04T15:09:26Z","dns_nameservers":[],"updated_at":"2018-10-04T15:09:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ebcb5b27b7b44f0db13be2f8b3a97385","id":"fc2a4caf-57fc-4548-b8c2-9988b65c6ce9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-subnet"}]} 2018-10-04 15:09:31,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c908221d-1b4d-4364-b9dd-e4540aae33eb used request id req-390db161-dc85-4d82-ae4d-0b92b7ffecbb 2018-10-04 15:09:31,740 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-net 2018-10-04 15:09:31,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d26b5094d4cecf777d23c537058562b2ba22125e" -d '{"port": {"network_id": "c908221d-1b4d-4364-b9dd-e4540aae33eb", "name": "CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edacaport-1", "allowed_address_pairs": [{"ip_address": "foo", "mac_address": "0a:1b:2c:3d:4e:5f"}], "admin_state_up": true}}' 2018-10-04 15:09:31,758 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 104 Content-Type: application/json X-Openstack-Request-Id: req-8d9f7296-0260-4f16-b1e3-8e518e11bfd5 Date: Thu, 04 Oct 2018 15:09:31 GMT RESP BODY: {"NeutronError": {"message": "'foo' is not a valid IP address", "type": "HTTPBadRequest", "detail": ""}} 2018-10-04 15:09:31,758 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-8d9f7296-0260-4f16-b1e3-8e518e11bfd5 2018-10-04 15:09:31,759 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "'foo' is not a valid IP address", "type": "HTTPBadRequest", "detail": ""}} 2018-10-04 15:09:31,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/e0f0059c-9af9-4711-a2f7-f64bf15ca3a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6668e27f4f48c1375e5c73a7f00d12f3d2f1d27d" 2018-10-04 15:09:31,808 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:09:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-07631346-b836-45c1-a818-884578ede7dd x-compute-request-id: req-07631346-b836-45c1-a818-884578ede7dd Content-Length: 0 Content-Type: application/json 2018-10-04 15:09:31,808 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/e0f0059c-9af9-4711-a2f7-f64bf15ca3a0 used request id req-07631346-b836-45c1-a818-884578ede7dd 2018-10-04 15:09:31,809 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-subnet 2018-10-04 15:09:31,809 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-subnet 2018-10-04 15:09:31,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/fc2a4caf-57fc-4548-b8c2-9988b65c6ce9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55b408d84c3c39bd189f0b47a2fddc3902bf9b8" 2018-10-04 15:09:33,904 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5f726d99-3dbe-49eb-af98-d2433a73a2c2 Date: Thu, 04 Oct 2018 15:09:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:09:33,904 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/fc2a4caf-57fc-4548-b8c2-9988b65c6ce9 used request id req-5f726d99-3dbe-49eb-af98-d2433a73a2c2 2018-10-04 15:09:33,905 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-pub-net 2018-10-04 15:09:33,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/c908221d-1b4d-4364-b9dd-e4540aae33eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55b408d84c3c39bd189f0b47a2fddc3902bf9b8" 2018-10-04 15:09:34,951 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d0079e02-89b2-4f04-b127-806058c1b85b Date: Thu, 04 Oct 2018 15:09:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:09:34,951 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/c908221d-1b4d-4364-b9dd-e4540aae33eb used request id req-d0079e02-89b2-4f04-b127-806058c1b85b 2018-10-04 15:09:34,952 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-4cfb8982-fb50-4ed6-b05b-f602bd6edaca-image 2018-10-04 15:09:34,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/c4b5c72d-b05d-487f-9f26-09b745e55255 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}093d6bdb30bc703cd4865a746fc4d8916133f510" 2018-10-04 15:09:36,520 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-82e931a8-b06c-4826-82e3-f14fe37d9d51 Date: Thu, 04 Oct 2018 15:09:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:09:36,520 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/c4b5c72d-b05d-487f-9f26-09b745e55255 used request id req-82e931a8-b06c-4826-82e3-f14fe37d9d51 2018-10-04 15:09:36,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa86d3c9b4a8f203433e854af639d8bbd6240833" 2018-10-04 15:09:36,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-f566878c-bb95-4e03-a54e-6ed6db8a6093 Date: Thu, 04 Oct 2018 15:09:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ebcb5b27b7b44f0db13be2f8b3a97385", "created_at": "2018-10-04T15:09:25Z", "updated_at": "2018-10-04T15:09:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:09:25Z", "revision_number": 0, "id": "388dd7a3-d47f-4aa6-820f-a777c24bfeb6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:09:25Z", "security_group_id": "47df74d9-c374-4a9e-86dd-66348fbf13c0", "tenant_id": "ebcb5b27b7b44f0db13be2f8b3a97385", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebcb5b27b7b44f0db13be2f8b3a97385"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:09:25Z", "revision_number": 0, "id": "a1fbdb9f-56c7-4509-a36b-6eef32e42c2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:09:25Z", "security_group_id": "47df74d9-c374-4a9e-86dd-66348fbf13c0", "tenant_id": "ebcb5b27b7b44f0db13be2f8b3a97385", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebcb5b27b7b44f0db13be2f8b3a97385"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:09:25Z", "revision_number": 0, "id": "bff8fba1-caed-4683-8445-1493e9ab40ce", "remote_group_id": "47df74d9-c374-4a9e-86dd-66348fbf13c0", "remote_ip_prefix": null, "created_at": "2018-10-04T15:09:25Z", "security_group_id": "47df74d9-c374-4a9e-86dd-66348fbf13c0", "tenant_id": "ebcb5b27b7b44f0db13be2f8b3a97385", "port_range_min": null, "ethertype": "IPv6", "project_id": "ebcb5b27b7b44f0db13be2f8b3a97385"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:09:25Z", "revision_number": 0, "id": "c1cc65ef-86e0-496e-b279-ecd6317b9032", "remote_group_id": "47df74d9-c374-4a9e-86dd-66348fbf13c0", "remote_ip_prefix": null, "created_at": "2018-10-04T15:09:25Z", "security_group_id": "47df74d9-c374-4a9e-86dd-66348fbf13c0", "tenant_id": "ebcb5b27b7b44f0db13be2f8b3a97385", "port_range_min": null, "ethertype": "IPv4", "project_id": "ebcb5b27b7b44f0db13be2f8b3a97385"}], "revision_number": 4, "project_id": "ebcb5b27b7b44f0db13be2f8b3a97385", "id": "47df74d9-c374-4a9e-86dd-66348fbf13c0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:09:36,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-f566878c-bb95-4e03-a54e-6ed6db8a6093 2018-10-04 15:09:36,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa86d3c9b4a8f203433e854af639d8bbd6240833" 2018-10-04 15:09:36,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8db867c-c14f-41df-88ad-09bb018e931e Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:09:36,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-e8db867c-c14f-41df-88ad-09bb018e931e 2018-10-04 15:09:36,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa86d3c9b4a8f203433e854af639d8bbd6240833" 2018-10-04 15:09:36,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cae3c187-2880-46a5-b60f-8169938a57cb Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:09:36,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-cae3c187-2880-46a5-b60f-8169938a57cb 2018-10-04 15:09:36,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa86d3c9b4a8f203433e854af639d8bbd6240833" 2018-10-04 15:09:37,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb99f91f-2e0a-4bf9-91af-056f3d9320e0 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:09:37,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-fb99f91f-2e0a-4bf9-91af-056f3d9320e0 2018-10-04 15:09:37,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ebcb5b27b7b44f0db13be2f8b3a97385 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa86d3c9b4a8f203433e854af639d8bbd6240833" 2018-10-04 15:09:37,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2efee32b-e1b4-498d-99d1-b183a0ec1499 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ebcb5b27b7b44f0db13be2f8b3a97385"}, "enabled": true, "id": "ebcb5b27b7b44f0db13be2f8b3a97385", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj"}} 2018-10-04 15:09:37,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ebcb5b27b7b44f0db13be2f8b3a97385 used request id req-2efee32b-e1b4-498d-99d1-b183a0ec1499 2018-10-04 15:09:37,108 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 47df74d9-c374-4a9e-86dd-66348fbf13c0 2018-10-04 15:09:37,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=47df74d9-c374-4a9e-86dd-66348fbf13c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa86d3c9b4a8f203433e854af639d8bbd6240833" 2018-10-04 15:09:37,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-afe6df26-7d44-4586-8a9d-4192b3bdeb85 Date: Thu, 04 Oct 2018 15:09:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:09:25Z", "security_group_id": "47df74d9-c374-4a9e-86dd-66348fbf13c0", "port_range_min": null, "revision_number": 0, "tenant_id": "ebcb5b27b7b44f0db13be2f8b3a97385", "created_at": "2018-10-04T15:09:25Z", "project_id": "ebcb5b27b7b44f0db13be2f8b3a97385", "id": "388dd7a3-d47f-4aa6-820f-a777c24bfeb6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:09:25Z", "security_group_id": "47df74d9-c374-4a9e-86dd-66348fbf13c0", "port_range_min": null, "revision_number": 0, "tenant_id": "ebcb5b27b7b44f0db13be2f8b3a97385", "created_at": "2018-10-04T15:09:25Z", "project_id": "ebcb5b27b7b44f0db13be2f8b3a97385", "id": "a1fbdb9f-56c7-4509-a36b-6eef32e42c2f"}, {"remote_group_id": "47df74d9-c374-4a9e-86dd-66348fbf13c0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:09:25Z", "security_group_id": "47df74d9-c374-4a9e-86dd-66348fbf13c0", "port_range_min": null, "revision_number": 0, "tenant_id": "ebcb5b27b7b44f0db13be2f8b3a97385", "created_at": "2018-10-04T15:09:25Z", "project_id": "ebcb5b27b7b44f0db13be2f8b3a97385", "id": "bff8fba1-caed-4683-8445-1493e9ab40ce"}, {"remote_group_id": "47df74d9-c374-4a9e-86dd-66348fbf13c0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:09:25Z", "security_group_id": "47df74d9-c374-4a9e-86dd-66348fbf13c0", "port_range_min": null, "revision_number": 0, "tenant_id": "ebcb5b27b7b44f0db13be2f8b3a97385", "created_at": "2018-10-04T15:09:25Z", "project_id": "ebcb5b27b7b44f0db13be2f8b3a97385", "id": "c1cc65ef-86e0-496e-b279-ecd6317b9032"}]} 2018-10-04 15:09:37,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=47df74d9-c374-4a9e-86dd-66348fbf13c0 used request id req-afe6df26-7d44-4586-8a9d-4192b3bdeb85 2018-10-04 15:09:37,282 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:09:37,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/47df74d9-c374-4a9e-86dd-66348fbf13c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa86d3c9b4a8f203433e854af639d8bbd6240833" 2018-10-04 15:09:37,573 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0d9853f7-b4e4-498a-bf9c-c5d3cae27140 Content-Length: 0 Date: Thu, 04 Oct 2018 15:09:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:09:37,573 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/47df74d9-c374-4a9e-86dd-66348fbf13c0 used request id req-0d9853f7-b4e4-498a-bf9c-c5d3cae27140 2018-10-04 15:09:37,574 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj 2018-10-04 15:09:37,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/ebcb5b27b7b44f0db13be2f8b3a97385 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa86d3c9b4a8f203433e854af639d8bbd6240833" 2018-10-04 15:09:37,774 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:09:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-411cc7bc-35c8-4890-a667-ba0cb35893b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:09:37,774 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/ebcb5b27b7b44f0db13be2f8b3a97385 used request id req-411cc7bc-35c8-4890-a667-ba0cb35893b6 2018-10-04 15:09:37,774 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-9cb441cf-1b20-455-proj-role 2018-10-04 15:09:37,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/bb4f28d6d0dd416bbd0a32d984aae5fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa86d3c9b4a8f203433e854af639d8bbd6240833" 2018-10-04 15:09:37,884 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:09:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-560fba6d-db1e-4d62-91bc-b645b1e1df0c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:09:37,884 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/bb4f28d6d0dd416bbd0a32d984aae5fa used request id req-560fba6d-db1e-4d62-91bc-b645b1e1df0c 2018-10-04 15:09:37,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa86d3c9b4a8f203433e854af639d8bbd6240833" 2018-10-04 15:09:37,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91e9fd91-0670-41a5-a817-af2d345a41ee Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:09:37,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-91e9fd91-0670-41a5-a817-af2d345a41ee 2018-10-04 15:09:37,985 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-9cb441cf-1b20-455-user 2018-10-04 15:09:37,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/27aa33d2f26d46418ac1c37a8ec00d31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e4efb540a84905300833421ed655ffec446e064" 2018-10-04 15:09:38,171 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:09:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aba6a5f1-03e6-4d65-ada1-583280620553 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:09:38,172 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/27aa33d2f26d46418ac1c37a8ec00d31 used request id req-aba6a5f1-03e6-4d65-ada1-583280620553 2018-10-04 15:09:38,173 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:09:38,559 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:09:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["_wOFKSrZTWWaM2GwqOavtw"], "issued_at": "2018-10-04T15:09:38.000000Z"}} 2018-10-04 15:09:38,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcf00b8daeb463e624a6e8784492fd09771786d2" 2018-10-04 15:09:38,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dce8c5fb-4298-4b90-81f4-8e793216fd6f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:09:38,642 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dce8c5fb-4298-4b90-81f4-8e793216fd6f 2018-10-04 15:09:38,644 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:09:38,645 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:09:39,022 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:09:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["VjzAUD-yTr-PXHpSnWM8-Q"], "issued_at": "2018-10-04T15:09:39.000000Z"}} 2018-10-04 15:09:39,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c283521d7745eb7fd36270c54e064c1d3b5a478e" 2018-10-04 15:09:39,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1587cdb-2675-4714-aef5-9a69e11df191 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:09:39,112 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a1587cdb-2675-4714-aef5-9a69e11df191 2018-10-04 15:09:39,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:09:39,121 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:09:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:09:39,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c283521d7745eb7fd36270c54e064c1d3b5a478e" 2018-10-04 15:09:39,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38772258-b5a1-4661-ba9f-b91ace04411d Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:09:39,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj used request id req-38772258-b5a1-4661-ba9f-b91ace04411d 2018-10-04 15:09:39,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c283521d7745eb7fd36270c54e064c1d3b5a478e" 2018-10-04 15:09:39,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a98b252-4053-4b4f-8456-d6e4a0236d7a Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:09:39,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-5a98b252-4053-4b4f-8456-d6e4a0236d7a 2018-10-04 15:09:39,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c283521d7745eb7fd36270c54e064c1d3b5a478e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj"}}' 2018-10-04 15:09:39,352 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:09:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7d59608-9dcc-4b48-902d-d78826030640 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f714e55007c9447b8616106c16812aef"}, "enabled": true, "id": "f714e55007c9447b8616106c16812aef", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj"}} 2018-10-04 15:09:39,353 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-e7d59608-9dcc-4b48-902d-d78826030640 2018-10-04 15:09:39,353 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj 2018-10-04 15:09:39,353 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:09:39,354 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:09:39,726 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:09:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["k6pioEx9Syq_0lzFWcdU_A"], "issued_at": "2018-10-04T15:09:39.000000Z"}} 2018-10-04 15:09:39,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d96ae7efdd56453361e70dce25fce0474913fb2f" 2018-10-04 15:09:39,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bfa97fb-0d02-423b-93d3-1667e800f57f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:09:39,812 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5bfa97fb-0d02-423b-93d3-1667e800f57f 2018-10-04 15:09:39,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:09:39,823 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:09:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:09:39,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d96ae7efdd56453361e70dce25fce0474913fb2f" 2018-10-04 15:09:39,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89bc5143-2744-46ac-b808-d5b960d18de6 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:09:39,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-89bc5143-2744-46ac-b808-d5b960d18de6 2018-10-04 15:09:39,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d96ae7efdd56453361e70dce25fce0474913fb2f" 2018-10-04 15:09:39,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51805c3a-7e6e-4582-aee1-a7dd3dc4331a Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f714e55007c9447b8616106c16812aef"}, "enabled": true, "id": "f714e55007c9447b8616106c16812aef", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj"}]} 2018-10-04 15:09:39,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj used request id req-51805c3a-7e6e-4582-aee1-a7dd3dc4331a 2018-10-04 15:09:39,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d96ae7efdd56453361e70dce25fce0474913fb2f" 2018-10-04 15:09:40,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3726e1a1-5c8d-4888-b770-c2d00b76a094 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:09:40,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-3726e1a1-5c8d-4888-b770-c2d00b76a094 2018-10-04 15:09:40,447 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-54e4e47b-a7bb-442-user 2018-10-04 15:09:40,448 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:09:40,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c283521d7745eb7fd36270c54e064c1d3b5a478e" 2018-10-04 15:09:40,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e139d715-295b-408e-992d-c4252c651e94 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:09:40,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e139d715-295b-408e-992d-c4252c651e94 2018-10-04 15:09:40,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c283521d7745eb7fd36270c54e064c1d3b5a478e" -d '{"role": {"name": "CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj-role"}}' 2018-10-04 15:09:40,669 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:09:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28c0c75b-1c61-47b1-a126-3f9e73c60d9d Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4ba3899c0e554ae6a6ab10f536013b0d", "links": {"self": "http://172.30.9.23:5000/v3/roles/4ba3899c0e554ae6a6ab10f536013b0d"}, "name": "CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj-role"}} 2018-10-04 15:09:40,670 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-28c0c75b-1c61-47b1-a126-3f9e73c60d9d 2018-10-04 15:09:40,670 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj-role 2018-10-04 15:09:40,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/4ba3899c0e554ae6a6ab10f536013b0d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c283521d7745eb7fd36270c54e064c1d3b5a478e" 2018-10-04 15:09:40,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37c5953b-7cd4-4555-b436-98870e7927c2 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/4ba3899c0e554ae6a6ab10f536013b0d"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj-role", "id": "4ba3899c0e554ae6a6ab10f536013b0d"}} 2018-10-04 15:09:40,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/4ba3899c0e554ae6a6ab10f536013b0d used request id req-37c5953b-7cd4-4555-b436-98870e7927c2 2018-10-04 15:09:40,754 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj-role to project CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj 2018-10-04 15:09:40,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/f714e55007c9447b8616106c16812aef/users/2d350bcd05324f3cb620d82aa7dade95/roles/4ba3899c0e554ae6a6ab10f536013b0d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c283521d7745eb7fd36270c54e064c1d3b5a478e" 2018-10-04 15:09:40,881 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:09:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f281362b-a129-4630-b565-3324d109393c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:09:40,881 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/f714e55007c9447b8616106c16812aef/users/2d350bcd05324f3cb620d82aa7dade95/roles/4ba3899c0e554ae6a6ab10f536013b0d used request id req-f281362b-a129-4630-b565-3324d109393c 2018-10-04 15:09:40,882 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:09:40,882 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:09:40,883 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:09:41,262 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ba3899c0e554ae6a6ab10f536013b0d", "name": "CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj-role"}], "expires_at": "2018-10-04T16:09:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f714e55007c9447b8616106c16812aef", "name": "CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/f714e55007c9447b8616106c16812aef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/f714e55007c9447b8616106c16812aef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/f714e55007c9447b8616106c16812aef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f714e55007c9447b8616106c16812aef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/f714e55007c9447b8616106c16812aef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/f714e55007c9447b8616106c16812aef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/f714e55007c9447b8616106c16812aef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/f714e55007c9447b8616106c16812aef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/f714e55007c9447b8616106c16812aef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f714e55007c9447b8616106c16812aef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/f714e55007c9447b8616106c16812aef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/f714e55007c9447b8616106c16812aef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-54e4e47b-a7bb-442-user", "id": "2d350bcd05324f3cb620d82aa7dade95"}, "audit_ids": ["Nwawf0wxS9qASeFB8ohPEA"], "issued_at": "2018-10-04T15:09:41.000000Z"}} 2018-10-04 15:09:41,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31287f3be74e6415f6e585bde337654ec80a6f2b" 2018-10-04 15:09:41,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7844217-7c93-4528-abdf-401fba483c30 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:09:41,346 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a7844217-7c93-4528-abdf-401fba483c30 2018-10-04 15:09:41,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}31287f3be74e6415f6e585bde337654ec80a6f2b" 2018-10-04 15:09:41,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-5d82a687-7908-48f4-9f99-d3e3c6a18488 Date: Thu, 04 Oct 2018 15:09:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-image"} 2018-10-04 15:09:41,506 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-image used request id req-5d82a687-7908-48f4-9f99-d3e3c6a18488 2018-10-04 15:09:41,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}31287f3be74e6415f6e585bde337654ec80a6f2b" 2018-10-04 15:09:41,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9e59e881-3be7-43a8-847a-0cdd1b38a759 Date: Thu, 04 Oct 2018 15:09:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:09:41,660 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-9e59e881-3be7-43a8-847a-0cdd1b38a759 2018-10-04 15:09:41,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}31287f3be74e6415f6e585bde337654ec80a6f2b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-image"}' 2018-10-04 15:09:41,862 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/a7c4c302-4aaf-4018-96e5-e3e909db3796 X-Openstack-Request-Id: req-c155e880-fa4c-4d8d-811e-78a0982ed80b Date: Thu, 04 Oct 2018 15:09:41 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:09:41Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:09:41Z", "visibility": "shared", "locations": [], "self": "/v2/images/a7c4c302-4aaf-4018-96e5-e3e909db3796", "min_disk": 0, "protected": false, "id": "a7c4c302-4aaf-4018-96e5-e3e909db3796", "file": "/v2/images/a7c4c302-4aaf-4018-96e5-e3e909db3796/file", "checksum": null, "owner": "f714e55007c9447b8616106c16812aef", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:09:41,863 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-c155e880-fa4c-4d8d-811e-78a0982ed80b 2018-10-04 15:09:41,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/a7c4c302-4aaf-4018-96e5-e3e909db3796/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}31287f3be74e6415f6e585bde337654ec80a6f2b" -d '' 2018-10-04 15:09:43,121 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a9aba69c-9f5b-46af-b3d7-e7155c892e22 Date: Thu, 04 Oct 2018 15:09:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:09:43,121 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/a7c4c302-4aaf-4018-96e5-e3e909db3796/file used request id req-a9aba69c-9f5b-46af-b3d7-e7155c892e22 2018-10-04 15:09:43,122 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:09:43,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/a7c4c302-4aaf-4018-96e5-e3e909db3796 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}31287f3be74e6415f6e585bde337654ec80a6f2b" 2018-10-04 15:09:43,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-64f21e47-ffd2-4bb4-b338-2706c0d161d3 Date: Thu, 04 Oct 2018 15:09:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:09:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:09:43Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/a7c4c302-4aaf-4018-96e5-e3e909db3796/snap", "metadata": {}}], "self": "/v2/images/a7c4c302-4aaf-4018-96e5-e3e909db3796", "min_disk": 0, "protected": false, "id": "a7c4c302-4aaf-4018-96e5-e3e909db3796", "file": "/v2/images/a7c4c302-4aaf-4018-96e5-e3e909db3796/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f714e55007c9447b8616106c16812aef", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/a7c4c302-4aaf-4018-96e5-e3e909db3796/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:09:43,280 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/a7c4c302-4aaf-4018-96e5-e3e909db3796 used request id req-64f21e47-ffd2-4bb4-b338-2706c0d161d3 2018-10-04 15:09:43,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}31287f3be74e6415f6e585bde337654ec80a6f2b" 2018-10-04 15:09:43,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1eeb97f6-1523-4301-87bd-0f095ae48d44 Date: Thu, 04 Oct 2018 15:09:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:09:43,432 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-1eeb97f6-1523-4301-87bd-0f095ae48d44 2018-10-04 15:09:43,434 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-image 2018-10-04 15:09:43,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/a7c4c302-4aaf-4018-96e5-e3e909db3796 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}31287f3be74e6415f6e585bde337654ec80a6f2b" 2018-10-04 15:09:43,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-2d13586a-aa35-4f74-85bb-0374ad2b71f6 Date: Thu, 04 Oct 2018 15:09:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:09:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:09:43Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/a7c4c302-4aaf-4018-96e5-e3e909db3796/snap", "metadata": {}}], "self": "/v2/images/a7c4c302-4aaf-4018-96e5-e3e909db3796", "min_disk": 0, "protected": false, "id": "a7c4c302-4aaf-4018-96e5-e3e909db3796", "file": "/v2/images/a7c4c302-4aaf-4018-96e5-e3e909db3796/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f714e55007c9447b8616106c16812aef", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/a7c4c302-4aaf-4018-96e5-e3e909db3796/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:09:43,597 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/a7c4c302-4aaf-4018-96e5-e3e909db3796 used request id req-2d13586a-aa35-4f74-85bb-0374ad2b71f6 2018-10-04 15:09:43,598 - create_image - DEBUG - Instance status is - active 2018-10-04 15:09:43,598 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-image 2018-10-04 15:09:43,598 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-image 2018-10-04 15:09:43,598 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:09:43,598 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:09:43,972 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ba3899c0e554ae6a6ab10f536013b0d", "name": "CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj-role"}], "expires_at": "2018-10-04T16:09:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f714e55007c9447b8616106c16812aef", "name": "CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/f714e55007c9447b8616106c16812aef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/f714e55007c9447b8616106c16812aef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/f714e55007c9447b8616106c16812aef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f714e55007c9447b8616106c16812aef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/f714e55007c9447b8616106c16812aef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/f714e55007c9447b8616106c16812aef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/f714e55007c9447b8616106c16812aef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/f714e55007c9447b8616106c16812aef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/f714e55007c9447b8616106c16812aef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f714e55007c9447b8616106c16812aef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/f714e55007c9447b8616106c16812aef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/f714e55007c9447b8616106c16812aef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-54e4e47b-a7bb-442-user", "id": "2d350bcd05324f3cb620d82aa7dade95"}, "audit_ids": ["pqFTz4K7QzO7s8ijJh16MQ"], "issued_at": "2018-10-04T15:09:43.000000Z"}} 2018-10-04 15:09:43,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b257911a9d2e38019eb2d874fdecdf63f2d05e0a" 2018-10-04 15:09:44,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5328e4e-b2cb-4802-9a31-dca49e3c01fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:09:44,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e5328e4e-b2cb-4802-9a31-dca49e3c01fc 2018-10-04 15:09:44,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b257911a9d2e38019eb2d874fdecdf63f2d05e0a" 2018-10-04 15:09:44,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c4f55b0e-4a27-4c68-a8eb-a521ad510806 Date: Thu, 04 Oct 2018 15:09:44 GMT RESP BODY: {"networks":[]} 2018-10-04 15:09:44,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-net used request id req-c4f55b0e-4a27-4c68-a8eb-a521ad510806 2018-10-04 15:09:44,224 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-net 2018-10-04 15:09:44,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b257911a9d2e38019eb2d874fdecdf63f2d05e0a" -d '{"network": {"name": "CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-net", "admin_state_up": true}}' 2018-10-04 15:09:44,788 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-7b2f9d2c-f5e1-4715-afb6-247a18f6cd95 Date: Thu, 04 Oct 2018 15:09:44 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"ccf4cc4a-9966-4012-bba1-e9ff82211940","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f714e55007c9447b8616106c16812aef","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:09:44Z","is_default":false,"name":"CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"f714e55007c9447b8616106c16812aef","created_at":"2018-10-04T15:09:44Z","mtu":1450}} 2018-10-04 15:09:44,788 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-7b2f9d2c-f5e1-4715-afb6-247a18f6cd95 2018-10-04 15:09:44,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=ccf4cc4a-9966-4012-bba1-e9ff82211940 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b257911a9d2e38019eb2d874fdecdf63f2d05e0a" 2018-10-04 15:09:45,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-fd7b2220-3b15-4ccd-aaab-d2f3feff0de8 Date: Thu, 04 Oct 2018 15:09:45 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-10-04T15:09:44Z","tenant_id":"f714e55007c9447b8616106c16812aef","created_at":"2018-10-04T15:09:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f714e55007c9447b8616106c16812aef","id":"ccf4cc4a-9966-4012-bba1-e9ff82211940","name":"CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-net"}]} 2018-10-04 15:09:45,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=ccf4cc4a-9966-4012-bba1-e9ff82211940 used request id req-fd7b2220-3b15-4ccd-aaab-d2f3feff0de8 2018-10-04 15:09:45,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ccf4cc4a-9966-4012-bba1-e9ff82211940 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b257911a9d2e38019eb2d874fdecdf63f2d05e0a" 2018-10-04 15:09:45,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4f7813ff-ce15-485c-8fa8-ff3aa5c98991 Date: Thu, 04 Oct 2018 15:09:45 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:09:45,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ccf4cc4a-9966-4012-bba1-e9ff82211940 used request id req-4f7813ff-ce15-485c-8fa8-ff3aa5c98991 2018-10-04 15:09:45,222 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-subnet 2018-10-04 15:09:45,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b257911a9d2e38019eb2d874fdecdf63f2d05e0a" -d '{"subnets": [{"ip_version": 4, "network_id": "ccf4cc4a-9966-4012-bba1-e9ff82211940", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-subnet"}]}' 2018-10-04 15:09:46,051 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-80e4d7f2-2929-4f13-96f5-5c2e1feac8cf Date: Thu, 04 Oct 2018 15:09:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ccf4cc4a-9966-4012-bba1-e9ff82211940","tenant_id":"f714e55007c9447b8616106c16812aef","created_at":"2018-10-04T15:09:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:09:45Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"f714e55007c9447b8616106c16812aef","id":"4b75bf55-f444-4f17-8f36-c1a8ba595b25","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-subnet"}]} 2018-10-04 15:09:46,051 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-80e4d7f2-2929-4f13-96f5-5c2e1feac8cf 2018-10-04 15:09:46,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=ccf4cc4a-9966-4012-bba1-e9ff82211940 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b257911a9d2e38019eb2d874fdecdf63f2d05e0a" 2018-10-04 15:09:46,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-a84afb0a-94ae-4770-92dc-8f10ba886560 Date: Thu, 04 Oct 2018 15:09:46 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":["4b75bf55-f444-4f17-8f36-c1a8ba595b25"],"updated_at":"2018-10-04T15:09:45Z","tenant_id":"f714e55007c9447b8616106c16812aef","created_at":"2018-10-04T15:09:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f714e55007c9447b8616106c16812aef","id":"ccf4cc4a-9966-4012-bba1-e9ff82211940","name":"CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-net"}]} 2018-10-04 15:09:46,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=ccf4cc4a-9966-4012-bba1-e9ff82211940 used request id req-a84afb0a-94ae-4770-92dc-8f10ba886560 2018-10-04 15:09:46,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ccf4cc4a-9966-4012-bba1-e9ff82211940 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b257911a9d2e38019eb2d874fdecdf63f2d05e0a" 2018-10-04 15:09:46,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8f198931-d9ae-4f50-9b6d-cf491b9e7a6f Date: Thu, 04 Oct 2018 15:09:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ccf4cc4a-9966-4012-bba1-e9ff82211940","tenant_id":"f714e55007c9447b8616106c16812aef","created_at":"2018-10-04T15:09:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:09:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f714e55007c9447b8616106c16812aef","id":"4b75bf55-f444-4f17-8f36-c1a8ba595b25","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-subnet"}]} 2018-10-04 15:09:46,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ccf4cc4a-9966-4012-bba1-e9ff82211940 used request id req-8f198931-d9ae-4f50-9b6d-cf491b9e7a6f 2018-10-04 15:09:46,543 - OpenStackNetwork - DEBUG - Network [ccf4cc4a-9966-4012-bba1-e9ff82211940] created successfully 2018-10-04 15:09:46,544 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:09:46,544 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:09:46,918 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:09:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["_K4wiwZdRpeAjd9hDX-I_A"], "issued_at": "2018-10-04T15:09:46.000000Z"}} 2018-10-04 15:09:46,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}240698bf86795364710757e6f89e4c01719fbdf0" 2018-10-04 15:09:47,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4229eaba-1ff7-489b-98ec-c0a555350e36 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:09:47,026 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4229eaba-1ff7-489b-98ec-c0a555350e36 2018-10-04 15:09:47,027 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:09:47,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}240698bf86795364710757e6f89e4c01719fbdf0" 2018-10-04 15:09:47,204 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-63b955ea-3d8f-4bc6-b26f-08d72e96580f x-compute-request-id: req-63b955ea-3d8f-4bc6-b26f-08d72e96580f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:09:47,205 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-63b955ea-3d8f-4bc6-b26f-08d72e96580f 2018-10-04 15:09:47,208 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}240698bf86795364710757e6f89e4c01719fbdf0" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:09:47,255 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e12ad17a-ef46-41b7-8fcb-86d66d8d34f4 x-compute-request-id: req-e12ad17a-ef46-41b7-8fcb-86d66d8d34f4 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/bc956879-d228-450b-b0bc-f81bf317d612", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/bc956879-d228-450b-b0bc-f81bf317d612", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "bc956879-d228-450b-b0bc-f81bf317d612", "name": "CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:09:47,255 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-e12ad17a-ef46-41b7-8fcb-86d66d8d34f4 2018-10-04 15:09:47,256 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:09:47,257 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:09:47,633 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ba3899c0e554ae6a6ab10f536013b0d", "name": "CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj-role"}], "expires_at": "2018-10-04T16:09:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f714e55007c9447b8616106c16812aef", "name": "CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/f714e55007c9447b8616106c16812aef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/f714e55007c9447b8616106c16812aef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/f714e55007c9447b8616106c16812aef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f714e55007c9447b8616106c16812aef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/f714e55007c9447b8616106c16812aef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/f714e55007c9447b8616106c16812aef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/f714e55007c9447b8616106c16812aef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/f714e55007c9447b8616106c16812aef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/f714e55007c9447b8616106c16812aef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f714e55007c9447b8616106c16812aef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/f714e55007c9447b8616106c16812aef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/f714e55007c9447b8616106c16812aef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-54e4e47b-a7bb-442-user", "id": "2d350bcd05324f3cb620d82aa7dade95"}, "audit_ids": ["d3BE77D9S8GuQ-vuf2-RSA"], "issued_at": "2018-10-04T15:09:47.000000Z"}} 2018-10-04 15:09:47,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef721410791ce718523c49243493183ee66c3af" 2018-10-04 15:09:47,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0367e9dc-e5a6-40ba-8aba-9b3e34180856 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:09:47,706 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0367e9dc-e5a6-40ba-8aba-9b3e34180856 2018-10-04 15:09:47,707 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:09:47,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef721410791ce718523c49243493183ee66c3af" 2018-10-04 15:09:47,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b2346c7-4ad7-4df8-b623-034cc6ff4d73 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:09:47,788 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2b2346c7-4ad7-4df8-b623-034cc6ff4d73 2018-10-04 15:09:47,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef721410791ce718523c49243493183ee66c3af" 2018-10-04 15:09:48,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-bc91e8f0-5485-4ba6-9894-2863c37ac823 Date: Thu, 04 Oct 2018 15:09:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4b75bf55-f444-4f17-8f36-c1a8ba595b25"],"updated_at":"2018-10-04T15:09:45Z","tenant_id":"f714e55007c9447b8616106c16812aef","created_at":"2018-10-04T15:09:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f714e55007c9447b8616106c16812aef","id":"ccf4cc4a-9966-4012-bba1-e9ff82211940","name":"CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-net"}]} 2018-10-04 15:09:48,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-net used request id req-bc91e8f0-5485-4ba6-9894-2863c37ac823 2018-10-04 15:09:48,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:09:48,070 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:09:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:09:48,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/f714e55007c9447b8616106c16812aef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef721410791ce718523c49243493183ee66c3af" 2018-10-04 15:09:48,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c34b4668-a57c-4504-9b50-a4d0971b39e6 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f714e55007c9447b8616106c16812aef"}, "enabled": true, "id": "f714e55007c9447b8616106c16812aef", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj"}} 2018-10-04 15:09:48,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/f714e55007c9447b8616106c16812aef used request id req-c34b4668-a57c-4504-9b50-a4d0971b39e6 2018-10-04 15:09:48,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ccf4cc4a-9966-4012-bba1-e9ff82211940 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef721410791ce718523c49243493183ee66c3af" 2018-10-04 15:09:48,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d1222f57-0587-4d0a-9065-93dba92b02ec Date: Thu, 04 Oct 2018 15:09:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ccf4cc4a-9966-4012-bba1-e9ff82211940","tenant_id":"f714e55007c9447b8616106c16812aef","created_at":"2018-10-04T15:09:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:09:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f714e55007c9447b8616106c16812aef","id":"4b75bf55-f444-4f17-8f36-c1a8ba595b25","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-subnet"}]} 2018-10-04 15:09:48,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ccf4cc4a-9966-4012-bba1-e9ff82211940 used request id req-d1222f57-0587-4d0a-9065-93dba92b02ec 2018-10-04 15:09:48,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ccf4cc4a-9966-4012-bba1-e9ff82211940&name=CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780ccport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef721410791ce718523c49243493183ee66c3af" 2018-10-04 15:09:48,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-46e44250-d284-4bc5-932e-0dae4c762746 Date: Thu, 04 Oct 2018 15:09:48 GMT RESP BODY: {"ports":[]} 2018-10-04 15:09:48,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ccf4cc4a-9966-4012-bba1-e9ff82211940&name=CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780ccport-1&admin_state_up=True used request id req-46e44250-d284-4bc5-932e-0dae4c762746 2018-10-04 15:09:48,517 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef721410791ce718523c49243493183ee66c3af" 2018-10-04 15:09:48,735 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09: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-25d68a16-6238-4122-842e-a628aaf3b560 x-compute-request-id: req-25d68a16-6238-4122-842e-a628aaf3b560 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:09:48,735 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-inst used request id req-25d68a16-6238-4122-842e-a628aaf3b560 2018-10-04 15:09:48,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef721410791ce718523c49243493183ee66c3af" 2018-10-04 15:09:48,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-f3146d19-f639-4cec-82d5-91b7a554a5df Date: Thu, 04 Oct 2018 15:09:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4b75bf55-f444-4f17-8f36-c1a8ba595b25"],"updated_at":"2018-10-04T15:09:45Z","tenant_id":"f714e55007c9447b8616106c16812aef","created_at":"2018-10-04T15:09:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f714e55007c9447b8616106c16812aef","id":"ccf4cc4a-9966-4012-bba1-e9ff82211940","name":"CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-net"}]} 2018-10-04 15:09:48,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-net used request id req-f3146d19-f639-4cec-82d5-91b7a554a5df 2018-10-04 15:09:48,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/f714e55007c9447b8616106c16812aef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef721410791ce718523c49243493183ee66c3af" 2018-10-04 15:09:49,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3602cfe6-1138-4e18-9cdd-9be03336de34 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f714e55007c9447b8616106c16812aef"}, "enabled": true, "id": "f714e55007c9447b8616106c16812aef", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj"}} 2018-10-04 15:09:49,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/f714e55007c9447b8616106c16812aef used request id req-3602cfe6-1138-4e18-9cdd-9be03336de34 2018-10-04 15:09:49,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ccf4cc4a-9966-4012-bba1-e9ff82211940 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef721410791ce718523c49243493183ee66c3af" 2018-10-04 15:09:49,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b21c2797-daf6-45d0-b3f9-b8d2a43b9643 Date: Thu, 04 Oct 2018 15:09:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ccf4cc4a-9966-4012-bba1-e9ff82211940","tenant_id":"f714e55007c9447b8616106c16812aef","created_at":"2018-10-04T15:09:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:09:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f714e55007c9447b8616106c16812aef","id":"4b75bf55-f444-4f17-8f36-c1a8ba595b25","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-subnet"}]} 2018-10-04 15:09:49,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ccf4cc4a-9966-4012-bba1-e9ff82211940 used request id req-b21c2797-daf6-45d0-b3f9-b8d2a43b9643 2018-10-04 15:09:49,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ccf4cc4a-9966-4012-bba1-e9ff82211940&name=CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780ccport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef721410791ce718523c49243493183ee66c3af" 2018-10-04 15:09:49,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-da0645c8-259e-43c9-a9d6-3c84e21f43e1 Date: Thu, 04 Oct 2018 15:09:49 GMT RESP BODY: {"ports":[]} 2018-10-04 15:09:49,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ccf4cc4a-9966-4012-bba1-e9ff82211940&name=CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780ccport-1&admin_state_up=True used request id req-da0645c8-259e-43c9-a9d6-3c84e21f43e1 2018-10-04 15:09:49,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:09:49,303 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:09:49,675 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ba3899c0e554ae6a6ab10f536013b0d", "name": "CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj-role"}], "expires_at": "2018-10-04T16:09:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f714e55007c9447b8616106c16812aef", "name": "CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/f714e55007c9447b8616106c16812aef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/f714e55007c9447b8616106c16812aef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/f714e55007c9447b8616106c16812aef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f714e55007c9447b8616106c16812aef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/f714e55007c9447b8616106c16812aef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/f714e55007c9447b8616106c16812aef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/f714e55007c9447b8616106c16812aef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/f714e55007c9447b8616106c16812aef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/f714e55007c9447b8616106c16812aef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f714e55007c9447b8616106c16812aef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/f714e55007c9447b8616106c16812aef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/f714e55007c9447b8616106c16812aef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-54e4e47b-a7bb-442-user", "id": "2d350bcd05324f3cb620d82aa7dade95"}, "audit_ids": ["HSB-PoLyTVaENOf_04BvHw"], "issued_at": "2018-10-04T15:09:49.000000Z"}} 2018-10-04 15:09:49,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9430f662b45511d09463e66360ef497a2971b0db" 2018-10-04 15:09:49,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bf49d9d-56e8-46e5-9acb-79512fd2eb06 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:09:49,748 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8bf49d9d-56e8-46e5-9acb-79512fd2eb06 2018-10-04 15:09:49,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef721410791ce718523c49243493183ee66c3af" 2018-10-04 15:09:49,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-7a338bab-e153-428a-8255-4116038bf1d3 Date: Thu, 04 Oct 2018 15:09:49 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":["4b75bf55-f444-4f17-8f36-c1a8ba595b25"],"updated_at":"2018-10-04T15:09:45Z","tenant_id":"f714e55007c9447b8616106c16812aef","created_at":"2018-10-04T15:09:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f714e55007c9447b8616106c16812aef","id":"ccf4cc4a-9966-4012-bba1-e9ff82211940","name":"CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-net"}]} 2018-10-04 15:09:49,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-net used request id req-7a338bab-e153-428a-8255-4116038bf1d3 2018-10-04 15:09:49,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ccf4cc4a-9966-4012-bba1-e9ff82211940 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef721410791ce718523c49243493183ee66c3af" 2018-10-04 15:09:50,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8c57376b-6715-4ca2-a46e-6285412d0517 Date: Thu, 04 Oct 2018 15:09:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ccf4cc4a-9966-4012-bba1-e9ff82211940","tenant_id":"f714e55007c9447b8616106c16812aef","created_at":"2018-10-04T15:09:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:09:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f714e55007c9447b8616106c16812aef","id":"4b75bf55-f444-4f17-8f36-c1a8ba595b25","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-subnet"}]} 2018-10-04 15:09:50,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ccf4cc4a-9966-4012-bba1-e9ff82211940 used request id req-8c57376b-6715-4ca2-a46e-6285412d0517 2018-10-04 15:09:50,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef721410791ce718523c49243493183ee66c3af" 2018-10-04 15:09:50,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-86f2551c-0fd9-4b3e-b2ac-8b0572f0f6fd Date: Thu, 04 Oct 2018 15:09: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":["4b75bf55-f444-4f17-8f36-c1a8ba595b25"],"updated_at":"2018-10-04T15:09:45Z","tenant_id":"f714e55007c9447b8616106c16812aef","created_at":"2018-10-04T15:09:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f714e55007c9447b8616106c16812aef","id":"ccf4cc4a-9966-4012-bba1-e9ff82211940","name":"CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-net"}]} 2018-10-04 15:09:50,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-net used request id req-86f2551c-0fd9-4b3e-b2ac-8b0572f0f6fd 2018-10-04 15:09:50,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:09:50,325 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:09:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:09:50,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/f714e55007c9447b8616106c16812aef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9430f662b45511d09463e66360ef497a2971b0db" 2018-10-04 15:09:50,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17036ffe-edd1-4d20-ad2b-99c9acb38b6a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f714e55007c9447b8616106c16812aef"}, "enabled": true, "id": "f714e55007c9447b8616106c16812aef", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj"}} 2018-10-04 15:09:50,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/f714e55007c9447b8616106c16812aef used request id req-17036ffe-edd1-4d20-ad2b-99c9acb38b6a 2018-10-04 15:09:50,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ccf4cc4a-9966-4012-bba1-e9ff82211940 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef721410791ce718523c49243493183ee66c3af" 2018-10-04 15:09:50,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-40628fb1-9026-4ed5-920f-d6ac640cdca3 Date: Thu, 04 Oct 2018 15:09:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ccf4cc4a-9966-4012-bba1-e9ff82211940","tenant_id":"f714e55007c9447b8616106c16812aef","created_at":"2018-10-04T15:09:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:09:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f714e55007c9447b8616106c16812aef","id":"4b75bf55-f444-4f17-8f36-c1a8ba595b25","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-subnet"}]} 2018-10-04 15:09:50,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ccf4cc4a-9966-4012-bba1-e9ff82211940 used request id req-40628fb1-9026-4ed5-920f-d6ac640cdca3 2018-10-04 15:09:50,594 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-net 2018-10-04 15:09:50,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef721410791ce718523c49243493183ee66c3af" -d '{"port": {"network_id": "ccf4cc4a-9966-4012-bba1-e9ff82211940", "name": "CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780ccport-1", "allowed_address_pairs": [{"ip_address": "10.55.0.101", "mac_address": "foo"}], "admin_state_up": true}}' 2018-10-04 15:09:50,611 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 105 Content-Type: application/json X-Openstack-Request-Id: req-222ce4b3-272f-414e-944f-0f37b0617793 Date: Thu, 04 Oct 2018 15:09:50 GMT RESP BODY: {"NeutronError": {"message": "'foo' is not a valid MAC address", "type": "HTTPBadRequest", "detail": ""}} 2018-10-04 15:09:50,611 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-222ce4b3-272f-414e-944f-0f37b0617793 2018-10-04 15:09:50,611 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "'foo' is not a valid MAC address", "type": "HTTPBadRequest", "detail": ""}} 2018-10-04 15:09:50,615 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/bc956879-d228-450b-b0bc-f81bf317d612 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}240698bf86795364710757e6f89e4c01719fbdf0" 2018-10-04 15:09:50,654 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:09:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0376179e-7617-4b86-a332-b26f5b3a6be8 x-compute-request-id: req-0376179e-7617-4b86-a332-b26f5b3a6be8 Content-Length: 0 Content-Type: application/json 2018-10-04 15:09:50,654 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/bc956879-d228-450b-b0bc-f81bf317d612 used request id req-0376179e-7617-4b86-a332-b26f5b3a6be8 2018-10-04 15:09:50,655 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-subnet 2018-10-04 15:09:50,655 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-subnet 2018-10-04 15:09:50,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/4b75bf55-f444-4f17-8f36-c1a8ba595b25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b257911a9d2e38019eb2d874fdecdf63f2d05e0a" 2018-10-04 15:09:52,835 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f5f1e2a7-3c9b-4d12-8b32-196506bc9630 Date: Thu, 04 Oct 2018 15:09:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:09:52,835 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/4b75bf55-f444-4f17-8f36-c1a8ba595b25 used request id req-f5f1e2a7-3c9b-4d12-8b32-196506bc9630 2018-10-04 15:09:52,836 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-pub-net 2018-10-04 15:09:52,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/ccf4cc4a-9966-4012-bba1-e9ff82211940 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b257911a9d2e38019eb2d874fdecdf63f2d05e0a" 2018-10-04 15:09:54,206 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fd2e74cf-135f-4db4-967c-01d8175541cb Date: Thu, 04 Oct 2018 15:09:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:09:54,207 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/ccf4cc4a-9966-4012-bba1-e9ff82211940 used request id req-fd2e74cf-135f-4db4-967c-01d8175541cb 2018-10-04 15:09:54,208 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-3c716429-962d-4eca-9316-6fc3899780cc-image 2018-10-04 15:09:54,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/a7c4c302-4aaf-4018-96e5-e3e909db3796 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}31287f3be74e6415f6e585bde337654ec80a6f2b" 2018-10-04 15:09:55,471 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6ad93fe4-e191-4330-97d8-b403a3de3c90 Date: Thu, 04 Oct 2018 15:09:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:09:55,472 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/a7c4c302-4aaf-4018-96e5-e3e909db3796 used request id req-6ad93fe4-e191-4330-97d8-b403a3de3c90 2018-10-04 15:09:55,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c283521d7745eb7fd36270c54e064c1d3b5a478e" 2018-10-04 15:09:55,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-3cdf2d07-93cf-4bab-8dee-84377f3bfb25 Date: Thu, 04 Oct 2018 15:09:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f714e55007c9447b8616106c16812aef", "created_at": "2018-10-04T15:09:44Z", "updated_at": "2018-10-04T15:09:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:09:44Z", "revision_number": 0, "id": "1fa11753-e3b5-4a63-86e2-2506bd4164b5", "remote_group_id": "55ea1eb3-50a9-4317-baea-9e784860b5ea", "remote_ip_prefix": null, "created_at": "2018-10-04T15:09:44Z", "security_group_id": "55ea1eb3-50a9-4317-baea-9e784860b5ea", "tenant_id": "f714e55007c9447b8616106c16812aef", "port_range_min": null, "ethertype": "IPv4", "project_id": "f714e55007c9447b8616106c16812aef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:09:44Z", "revision_number": 0, "id": "47dd2875-5a52-457b-be83-2d6de5605e8c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:09:44Z", "security_group_id": "55ea1eb3-50a9-4317-baea-9e784860b5ea", "tenant_id": "f714e55007c9447b8616106c16812aef", "port_range_min": null, "ethertype": "IPv4", "project_id": "f714e55007c9447b8616106c16812aef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:09:44Z", "revision_number": 0, "id": "4a3fad7c-05b7-45f4-92e9-bd4f017e0927", "remote_group_id": "55ea1eb3-50a9-4317-baea-9e784860b5ea", "remote_ip_prefix": null, "created_at": "2018-10-04T15:09:44Z", "security_group_id": "55ea1eb3-50a9-4317-baea-9e784860b5ea", "tenant_id": "f714e55007c9447b8616106c16812aef", "port_range_min": null, "ethertype": "IPv6", "project_id": "f714e55007c9447b8616106c16812aef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:09:44Z", "revision_number": 0, "id": "5b50a01d-f15c-4e75-a1a0-107c18cbf0b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:09:44Z", "security_group_id": "55ea1eb3-50a9-4317-baea-9e784860b5ea", "tenant_id": "f714e55007c9447b8616106c16812aef", "port_range_min": null, "ethertype": "IPv6", "project_id": "f714e55007c9447b8616106c16812aef"}], "revision_number": 4, "project_id": "f714e55007c9447b8616106c16812aef", "id": "55ea1eb3-50a9-4317-baea-9e784860b5ea", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:09:55,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-3cdf2d07-93cf-4bab-8dee-84377f3bfb25 2018-10-04 15:09:55,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c283521d7745eb7fd36270c54e064c1d3b5a478e" 2018-10-04 15:09:55,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26a246c2-a53b-4270-8680-08f5fcef757f Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:09:55,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-26a246c2-a53b-4270-8680-08f5fcef757f 2018-10-04 15:09:55,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c283521d7745eb7fd36270c54e064c1d3b5a478e" 2018-10-04 15:09:55,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1de4adf0-e547-47db-9871-9661b3e4b318 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:09:55,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-1de4adf0-e547-47db-9871-9661b3e4b318 2018-10-04 15:09:55,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c283521d7745eb7fd36270c54e064c1d3b5a478e" 2018-10-04 15:09:55,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1bda167-69bc-4024-bf79-9de1bc8f26e9 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:09:55,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-f1bda167-69bc-4024-bf79-9de1bc8f26e9 2018-10-04 15:09:55,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/f714e55007c9447b8616106c16812aef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c283521d7745eb7fd36270c54e064c1d3b5a478e" 2018-10-04 15:09:56,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a31655d-0895-44ba-b8a0-fb084056f307 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f714e55007c9447b8616106c16812aef"}, "enabled": true, "id": "f714e55007c9447b8616106c16812aef", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj"}} 2018-10-04 15:09:56,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/f714e55007c9447b8616106c16812aef used request id req-2a31655d-0895-44ba-b8a0-fb084056f307 2018-10-04 15:09:56,041 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 55ea1eb3-50a9-4317-baea-9e784860b5ea 2018-10-04 15:09:56,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=55ea1eb3-50a9-4317-baea-9e784860b5ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c283521d7745eb7fd36270c54e064c1d3b5a478e" 2018-10-04 15:09:56,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d5c23ed8-df29-4d32-8207-bab30c924a9b Date: Thu, 04 Oct 2018 15:09:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "55ea1eb3-50a9-4317-baea-9e784860b5ea", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:09:44Z", "security_group_id": "55ea1eb3-50a9-4317-baea-9e784860b5ea", "port_range_min": null, "revision_number": 0, "tenant_id": "f714e55007c9447b8616106c16812aef", "created_at": "2018-10-04T15:09:44Z", "project_id": "f714e55007c9447b8616106c16812aef", "id": "1fa11753-e3b5-4a63-86e2-2506bd4164b5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:09:44Z", "security_group_id": "55ea1eb3-50a9-4317-baea-9e784860b5ea", "port_range_min": null, "revision_number": 0, "tenant_id": "f714e55007c9447b8616106c16812aef", "created_at": "2018-10-04T15:09:44Z", "project_id": "f714e55007c9447b8616106c16812aef", "id": "47dd2875-5a52-457b-be83-2d6de5605e8c"}, {"remote_group_id": "55ea1eb3-50a9-4317-baea-9e784860b5ea", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:09:44Z", "security_group_id": "55ea1eb3-50a9-4317-baea-9e784860b5ea", "port_range_min": null, "revision_number": 0, "tenant_id": "f714e55007c9447b8616106c16812aef", "created_at": "2018-10-04T15:09:44Z", "project_id": "f714e55007c9447b8616106c16812aef", "id": "4a3fad7c-05b7-45f4-92e9-bd4f017e0927"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:09:44Z", "security_group_id": "55ea1eb3-50a9-4317-baea-9e784860b5ea", "port_range_min": null, "revision_number": 0, "tenant_id": "f714e55007c9447b8616106c16812aef", "created_at": "2018-10-04T15:09:44Z", "project_id": "f714e55007c9447b8616106c16812aef", "id": "5b50a01d-f15c-4e75-a1a0-107c18cbf0b2"}]} 2018-10-04 15:09:56,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=55ea1eb3-50a9-4317-baea-9e784860b5ea used request id req-d5c23ed8-df29-4d32-8207-bab30c924a9b 2018-10-04 15:09:56,214 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:09:56,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/55ea1eb3-50a9-4317-baea-9e784860b5ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c283521d7745eb7fd36270c54e064c1d3b5a478e" 2018-10-04 15:09:56,530 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-46bd1ebe-cd07-416b-8528-8151f0d14370 Content-Length: 0 Date: Thu, 04 Oct 2018 15:09:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:09:56,530 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/55ea1eb3-50a9-4317-baea-9e784860b5ea used request id req-46bd1ebe-cd07-416b-8528-8151f0d14370 2018-10-04 15:09:56,531 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj 2018-10-04 15:09:56,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/f714e55007c9447b8616106c16812aef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c283521d7745eb7fd36270c54e064c1d3b5a478e" 2018-10-04 15:09:56,761 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:09:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f785cb8-3c26-4cb9-875c-eabfff4c8f31 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:09:56,762 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/f714e55007c9447b8616106c16812aef used request id req-1f785cb8-3c26-4cb9-875c-eabfff4c8f31 2018-10-04 15:09:56,762 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-54e4e47b-a7bb-442-proj-role 2018-10-04 15:09:56,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/4ba3899c0e554ae6a6ab10f536013b0d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c283521d7745eb7fd36270c54e064c1d3b5a478e" 2018-10-04 15:09:56,879 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:09:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17617c08-2dd3-4611-9062-f89e619f76dc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:09:56,879 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/4ba3899c0e554ae6a6ab10f536013b0d used request id req-17617c08-2dd3-4611-9062-f89e619f76dc 2018-10-04 15:09:56,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c283521d7745eb7fd36270c54e064c1d3b5a478e" 2018-10-04 15:09:56,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e616a4d4-d840-421b-8e47-c22aa37b0504 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:09:56,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e616a4d4-d840-421b-8e47-c22aa37b0504 2018-10-04 15:09:56,968 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-54e4e47b-a7bb-442-user 2018-10-04 15:09:56,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/2d350bcd05324f3cb620d82aa7dade95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d96ae7efdd56453361e70dce25fce0474913fb2f" 2018-10-04 15:09:57,195 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:09:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a8116a3-a899-419e-9f67-60db09b20b0a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:09:57,195 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/2d350bcd05324f3cb620d82aa7dade95 used request id req-2a8116a3-a899-419e-9f67-60db09b20b0a 2018-10-04 15:09:57,197 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:09:57,584 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:09:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["sIUmHPL8TYCehce9ZazXPA"], "issued_at": "2018-10-04T15:09:57.000000Z"}} 2018-10-04 15:09:57,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0edf61fb6bb9061b5d9008e3d875f50d4730c2ee" 2018-10-04 15:09:57,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6389e5f-f0a1-4f8e-873a-db91665311a1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:09:57,662 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d6389e5f-f0a1-4f8e-873a-db91665311a1 2018-10-04 15:09:57,664 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:09:57,665 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:09:58,053 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:09:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["XZorChciTjGldNdEU9MjDw"], "issued_at": "2018-10-04T15:09:58.000000Z"}} 2018-10-04 15:09:58,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b708a0ead5d6c50a67a879caee4528e6270a836" 2018-10-04 15:09:58,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffb19805-3933-4901-a9ab-a61be6b44d2d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:09:58,141 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ffb19805-3933-4901-a9ab-a61be6b44d2d 2018-10-04 15:09:58,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:09:58,149 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:09:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:09:58,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b708a0ead5d6c50a67a879caee4528e6270a836" 2018-10-04 15:09:58,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-311a1416-a452-4a39-9677-f1c4718cc698 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:09:58,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj used request id req-311a1416-a452-4a39-9677-f1c4718cc698 2018-10-04 15:09:58,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b708a0ead5d6c50a67a879caee4528e6270a836" 2018-10-04 15:09:58,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6950007c-328b-4620-bd35-8f1dc0913263 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:09:58,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-6950007c-328b-4620-bd35-8f1dc0913263 2018-10-04 15:09:58,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b708a0ead5d6c50a67a879caee4528e6270a836" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj"}}' 2018-10-04 15:09:58,376 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:09:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe2cc41c-c4af-422e-a80d-a1918143fe44 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4be6683d572243ed9964870ee4616bb5"}, "enabled": true, "id": "4be6683d572243ed9964870ee4616bb5", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj"}} 2018-10-04 15:09:58,376 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-fe2cc41c-c4af-422e-a80d-a1918143fe44 2018-10-04 15:09:58,376 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj 2018-10-04 15:09:58,377 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:09:58,378 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:09:58,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:09:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["a-O2nvmeQoq3yMW84zsWHQ"], "issued_at": "2018-10-04T15:09:58.000000Z"}} 2018-10-04 15:09:58,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76c35672d6f2c11988b496f6139d9fb94febc0d9" 2018-10-04 15:09:58,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a86c1855-bc70-4df1-9902-181e341d2535 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:09:58,851 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a86c1855-bc70-4df1-9902-181e341d2535 2018-10-04 15:09:58,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:09:58,861 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:09:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:09:58,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76c35672d6f2c11988b496f6139d9fb94febc0d9" 2018-10-04 15:09:58,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d278068e-17ed-4548-8de9-9bea7ab1f1fc Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:09:58,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-d278068e-17ed-4548-8de9-9bea7ab1f1fc 2018-10-04 15:09:58,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76c35672d6f2c11988b496f6139d9fb94febc0d9" 2018-10-04 15:09:59,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2e47ba9-1a6b-4b18-a398-e1cc28ef3f55 Content-Encoding: gzip Content-Length: 264 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4be6683d572243ed9964870ee4616bb5"}, "enabled": true, "id": "4be6683d572243ed9964870ee4616bb5", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj"}]} 2018-10-04 15:09:59,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj used request id req-a2e47ba9-1a6b-4b18-a398-e1cc28ef3f55 2018-10-04 15:09:59,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76c35672d6f2c11988b496f6139d9fb94febc0d9" 2018-10-04 15:09:59,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f94ee5c9-829e-4521-b471-ad1d4829de4b Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:09:59,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-f94ee5c9-829e-4521-b471-ad1d4829de4b 2018-10-04 15:09:59,440 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-user 2018-10-04 15:09:59,440 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:09:59,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b708a0ead5d6c50a67a879caee4528e6270a836" 2018-10-04 15:09:59,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b529f70a-db55-454d-9dbd-228292465afd Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:09:59,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b529f70a-db55-454d-9dbd-228292465afd 2018-10-04 15:09:59,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b708a0ead5d6c50a67a879caee4528e6270a836" -d '{"role": {"name": "CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj-role"}}' 2018-10-04 15:09:59,627 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:09:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da84fb7c-0964-40c2-951f-958040fba7d1 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b763e3693cc045bba47627be0329881f", "links": {"self": "http://172.30.9.23:5000/v3/roles/b763e3693cc045bba47627be0329881f"}, "name": "CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj-role"}} 2018-10-04 15:09:59,627 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-da84fb7c-0964-40c2-951f-958040fba7d1 2018-10-04 15:09:59,628 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj-role 2018-10-04 15:09:59,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/b763e3693cc045bba47627be0329881f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b708a0ead5d6c50a67a879caee4528e6270a836" 2018-10-04 15:09:59,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:09:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9d229f4-6330-449a-bf76-da7468083881 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/b763e3693cc045bba47627be0329881f"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj-role", "id": "b763e3693cc045bba47627be0329881f"}} 2018-10-04 15:09:59,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/b763e3693cc045bba47627be0329881f used request id req-d9d229f4-6330-449a-bf76-da7468083881 2018-10-04 15:09:59,723 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj-role to project CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj 2018-10-04 15:09:59,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/4be6683d572243ed9964870ee4616bb5/users/f450911b622248ed95781782f4e772cb/roles/b763e3693cc045bba47627be0329881f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b708a0ead5d6c50a67a879caee4528e6270a836" 2018-10-04 15:09:59,845 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:09:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33b50b37-30fc-4b86-a718-48cd1c0c3401 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:09:59,846 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/4be6683d572243ed9964870ee4616bb5/users/f450911b622248ed95781782f4e772cb/roles/b763e3693cc045bba47627be0329881f used request id req-33b50b37-30fc-4b86-a718-48cd1c0c3401 2018-10-04 15:09:59,846 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:09:59,846 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:09:59,847 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:10:00,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b763e3693cc045bba47627be0329881f", "name": "CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj-role"}], "expires_at": "2018-10-04T16:10:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4be6683d572243ed9964870ee4616bb5", "name": "CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/4be6683d572243ed9964870ee4616bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/4be6683d572243ed9964870ee4616bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/4be6683d572243ed9964870ee4616bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4be6683d572243ed9964870ee4616bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/4be6683d572243ed9964870ee4616bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/4be6683d572243ed9964870ee4616bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4be6683d572243ed9964870ee4616bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/4be6683d572243ed9964870ee4616bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/4be6683d572243ed9964870ee4616bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4be6683d572243ed9964870ee4616bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/4be6683d572243ed9964870ee4616bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/4be6683d572243ed9964870ee4616bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-user", "id": "f450911b622248ed95781782f4e772cb"}, "audit_ids": ["fY7V-OmRSBStOoeKtdrEhg"], "issued_at": "2018-10-04T15:10:00.000000Z"}} 2018-10-04 15:10:00,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc5740c97e5b3a0fd8b0cbd3836771ddddf5adfb" 2018-10-04 15:10:00,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6d88445-f1a2-4481-8a3e-8fea04f5187e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:10:00,305 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b6d88445-f1a2-4481-8a3e-8fea04f5187e 2018-10-04 15:10:00,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc5740c97e5b3a0fd8b0cbd3836771ddddf5adfb" 2018-10-04 15:10:00,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-bfcf2538-b791-4d4f-8b34-bc6fbe9362bc Date: Thu, 04 Oct 2018 15:10:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-image"} 2018-10-04 15:10:00,494 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-image used request id req-bfcf2538-b791-4d4f-8b34-bc6fbe9362bc 2018-10-04 15:10:00,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc5740c97e5b3a0fd8b0cbd3836771ddddf5adfb" 2018-10-04 15:10:00,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-763ef569-f697-41c8-a9f8-a225c5da47f2 Date: Thu, 04 Oct 2018 15:10:00 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:10:00,653 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-763ef569-f697-41c8-a9f8-a225c5da47f2 2018-10-04 15:10:00,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dc5740c97e5b3a0fd8b0cbd3836771ddddf5adfb" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-image"}' 2018-10-04 15:10:00,856 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/00fcdabd-b797-4f27-972c-2c0c2e26fe3d X-Openstack-Request-Id: req-78ccf7fb-ff1a-4d7c-b235-b3d5f3f6d19e Date: Thu, 04 Oct 2018 15:10:00 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:10:00Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:10:00Z", "visibility": "shared", "locations": [], "self": "/v2/images/00fcdabd-b797-4f27-972c-2c0c2e26fe3d", "min_disk": 0, "protected": false, "id": "00fcdabd-b797-4f27-972c-2c0c2e26fe3d", "file": "/v2/images/00fcdabd-b797-4f27-972c-2c0c2e26fe3d/file", "checksum": null, "owner": "4be6683d572243ed9964870ee4616bb5", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:10:00,856 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-78ccf7fb-ff1a-4d7c-b235-b3d5f3f6d19e 2018-10-04 15:10:00,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/00fcdabd-b797-4f27-972c-2c0c2e26fe3d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc5740c97e5b3a0fd8b0cbd3836771ddddf5adfb" -d '' 2018-10-04 15:10:03,032 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fc30d661-20e5-4679-8c72-9b9b7a1a2f9b Date: Thu, 04 Oct 2018 15:10:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:10:03,032 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/00fcdabd-b797-4f27-972c-2c0c2e26fe3d/file used request id req-fc30d661-20e5-4679-8c72-9b9b7a1a2f9b 2018-10-04 15:10:03,032 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:10:03,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/00fcdabd-b797-4f27-972c-2c0c2e26fe3d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc5740c97e5b3a0fd8b0cbd3836771ddddf5adfb" 2018-10-04 15:10:03,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-f32dacba-f4b7-4a57-91b6-4ca3ab24652e Date: Thu, 04 Oct 2018 15:10:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:10:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:10:02Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/00fcdabd-b797-4f27-972c-2c0c2e26fe3d/snap", "metadata": {}}], "self": "/v2/images/00fcdabd-b797-4f27-972c-2c0c2e26fe3d", "min_disk": 0, "protected": false, "id": "00fcdabd-b797-4f27-972c-2c0c2e26fe3d", "file": "/v2/images/00fcdabd-b797-4f27-972c-2c0c2e26fe3d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4be6683d572243ed9964870ee4616bb5", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/00fcdabd-b797-4f27-972c-2c0c2e26fe3d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:10:03,229 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/00fcdabd-b797-4f27-972c-2c0c2e26fe3d used request id req-f32dacba-f4b7-4a57-91b6-4ca3ab24652e 2018-10-04 15:10:03,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc5740c97e5b3a0fd8b0cbd3836771ddddf5adfb" 2018-10-04 15:10:03,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8f2198c9-0ca9-42c0-bf2e-934cf3066338 Date: Thu, 04 Oct 2018 15:10:03 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:10:03,381 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-8f2198c9-0ca9-42c0-bf2e-934cf3066338 2018-10-04 15:10:03,384 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-image 2018-10-04 15:10:03,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/00fcdabd-b797-4f27-972c-2c0c2e26fe3d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc5740c97e5b3a0fd8b0cbd3836771ddddf5adfb" 2018-10-04 15:10:03,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-e604bb6d-c36d-49ff-82e1-38552702481c Date: Thu, 04 Oct 2018 15:10:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:10:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:10:02Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/00fcdabd-b797-4f27-972c-2c0c2e26fe3d/snap", "metadata": {}}], "self": "/v2/images/00fcdabd-b797-4f27-972c-2c0c2e26fe3d", "min_disk": 0, "protected": false, "id": "00fcdabd-b797-4f27-972c-2c0c2e26fe3d", "file": "/v2/images/00fcdabd-b797-4f27-972c-2c0c2e26fe3d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4be6683d572243ed9964870ee4616bb5", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/00fcdabd-b797-4f27-972c-2c0c2e26fe3d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:10:03,561 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/00fcdabd-b797-4f27-972c-2c0c2e26fe3d used request id req-e604bb6d-c36d-49ff-82e1-38552702481c 2018-10-04 15:10:03,561 - create_image - DEBUG - Instance status is - active 2018-10-04 15:10:03,562 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-image 2018-10-04 15:10:03,562 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-image 2018-10-04 15:10:03,562 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:10:03,563 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:10:03,953 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b763e3693cc045bba47627be0329881f", "name": "CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj-role"}], "expires_at": "2018-10-04T16:10:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4be6683d572243ed9964870ee4616bb5", "name": "CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/4be6683d572243ed9964870ee4616bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/4be6683d572243ed9964870ee4616bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/4be6683d572243ed9964870ee4616bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4be6683d572243ed9964870ee4616bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/4be6683d572243ed9964870ee4616bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/4be6683d572243ed9964870ee4616bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4be6683d572243ed9964870ee4616bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/4be6683d572243ed9964870ee4616bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/4be6683d572243ed9964870ee4616bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4be6683d572243ed9964870ee4616bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/4be6683d572243ed9964870ee4616bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/4be6683d572243ed9964870ee4616bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-user", "id": "f450911b622248ed95781782f4e772cb"}, "audit_ids": ["i8BuGHKCQCCzxm0i3nJJaQ"], "issued_at": "2018-10-04T15:10:03.000000Z"}} 2018-10-04 15:10:03,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9d6e5dca946bb7419a3ad1a467e27831d853e5" 2018-10-04 15:10:03,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf2d7308-4482-4bb8-bb23-ceb2fdd72bf5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:10:03,967 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cf2d7308-4482-4bb8-bb23-ceb2fdd72bf5 2018-10-04 15:10:03,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9d6e5dca946bb7419a3ad1a467e27831d853e5" 2018-10-04 15:10:04,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-04b96570-af09-404f-830b-d47d1781ff25 Date: Thu, 04 Oct 2018 15:10:04 GMT RESP BODY: {"networks":[]} 2018-10-04 15:10:04,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-net used request id req-04b96570-af09-404f-830b-d47d1781ff25 2018-10-04 15:10:04,150 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-net 2018-10-04 15:10:04,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9d6e5dca946bb7419a3ad1a467e27831d853e5" -d '{"network": {"name": "CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-net", "admin_state_up": true}}' 2018-10-04 15:10:04,673 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-cb0aa9f8-ee09-4fd9-b897-f96dd30aa4a1 Date: Thu, 04 Oct 2018 15:10:04 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"116a251a-ddfe-4f9f-a694-382e04dca200","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4be6683d572243ed9964870ee4616bb5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:10:04Z","is_default":false,"name":"CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"4be6683d572243ed9964870ee4616bb5","created_at":"2018-10-04T15:10:04Z","mtu":1450}} 2018-10-04 15:10:04,674 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-cb0aa9f8-ee09-4fd9-b897-f96dd30aa4a1 2018-10-04 15:10:04,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=116a251a-ddfe-4f9f-a694-382e04dca200 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9d6e5dca946bb7419a3ad1a467e27831d853e5" 2018-10-04 15:10:04,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-f55b3672-21a6-4b12-863e-a4cd3d4e9115 Date: Thu, 04 Oct 2018 15:10:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T15:10:04Z","tenant_id":"4be6683d572243ed9964870ee4616bb5","created_at":"2018-10-04T15:10:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4be6683d572243ed9964870ee4616bb5","id":"116a251a-ddfe-4f9f-a694-382e04dca200","name":"CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-net"}]} 2018-10-04 15:10:04,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=116a251a-ddfe-4f9f-a694-382e04dca200 used request id req-f55b3672-21a6-4b12-863e-a4cd3d4e9115 2018-10-04 15:10:04,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=116a251a-ddfe-4f9f-a694-382e04dca200 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9d6e5dca946bb7419a3ad1a467e27831d853e5" 2018-10-04 15:10:05,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3f8738f6-b601-4d79-b6cf-84d697a3d822 Date: Thu, 04 Oct 2018 15:10:05 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:10:05,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=116a251a-ddfe-4f9f-a694-382e04dca200 used request id req-3f8738f6-b601-4d79-b6cf-84d697a3d822 2018-10-04 15:10:05,107 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-subnet 2018-10-04 15:10:05,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9d6e5dca946bb7419a3ad1a467e27831d853e5" -d '{"subnets": [{"ip_version": 4, "network_id": "116a251a-ddfe-4f9f-a694-382e04dca200", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-subnet"}]}' 2018-10-04 15:10:05,751 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a973bd88-c129-480c-a55f-2ef9f13516e8 Date: Thu, 04 Oct 2018 15:10:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"116a251a-ddfe-4f9f-a694-382e04dca200","tenant_id":"4be6683d572243ed9964870ee4616bb5","created_at":"2018-10-04T15:10:05Z","dns_nameservers":[],"updated_at":"2018-10-04T15:10:05Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"4be6683d572243ed9964870ee4616bb5","id":"6fca9615-587a-4dad-9462-5d9f8461dcb0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-subnet"}]} 2018-10-04 15:10:05,751 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-a973bd88-c129-480c-a55f-2ef9f13516e8 2018-10-04 15:10:05,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=116a251a-ddfe-4f9f-a694-382e04dca200 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9d6e5dca946bb7419a3ad1a467e27831d853e5" 2018-10-04 15:10:05,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-7521f1cd-8a63-4149-8adb-11b3ff4d2254 Date: Thu, 04 Oct 2018 15:10:05 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":["6fca9615-587a-4dad-9462-5d9f8461dcb0"],"updated_at":"2018-10-04T15:10:05Z","tenant_id":"4be6683d572243ed9964870ee4616bb5","created_at":"2018-10-04T15:10:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4be6683d572243ed9964870ee4616bb5","id":"116a251a-ddfe-4f9f-a694-382e04dca200","name":"CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-net"}]} 2018-10-04 15:10:05,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=116a251a-ddfe-4f9f-a694-382e04dca200 used request id req-7521f1cd-8a63-4149-8adb-11b3ff4d2254 2018-10-04 15:10:05,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=116a251a-ddfe-4f9f-a694-382e04dca200 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9d6e5dca946bb7419a3ad1a467e27831d853e5" 2018-10-04 15:10:06,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-dfb825a0-4c88-4161-8fc0-20f33f9e6ecb Date: Thu, 04 Oct 2018 15:10:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"116a251a-ddfe-4f9f-a694-382e04dca200","tenant_id":"4be6683d572243ed9964870ee4616bb5","created_at":"2018-10-04T15:10:05Z","dns_nameservers":[],"updated_at":"2018-10-04T15:10:05Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4be6683d572243ed9964870ee4616bb5","id":"6fca9615-587a-4dad-9462-5d9f8461dcb0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-subnet"}]} 2018-10-04 15:10:06,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=116a251a-ddfe-4f9f-a694-382e04dca200 used request id req-dfb825a0-4c88-4161-8fc0-20f33f9e6ecb 2018-10-04 15:10:06,053 - OpenStackNetwork - DEBUG - Network [116a251a-ddfe-4f9f-a694-382e04dca200] created successfully 2018-10-04 15:10:06,053 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:10:06,053 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:10:06,433 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:10:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["0e5uFyBNT1-VT0duYRFpBQ"], "issued_at": "2018-10-04T15:10:06.000000Z"}} 2018-10-04 15:10:06,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f75a820d4bfbe2cfd7414a5b4977785dfd9d9d1" 2018-10-04 15:10:06,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-725e39db-8562-4df7-8e4c-f10e83a8589f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:10:06,529 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-725e39db-8562-4df7-8e4c-f10e83a8589f 2018-10-04 15:10:06,530 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:10:06,536 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f75a820d4bfbe2cfd7414a5b4977785dfd9d9d1" 2018-10-04 15:10:06,717 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-9fb46e14-d926-428f-b186-4182477b7283 x-compute-request-id: req-9fb46e14-d926-428f-b186-4182477b7283 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:10:06,717 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9fb46e14-d926-428f-b186-4182477b7283 2018-10-04 15:10:06,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f75a820d4bfbe2cfd7414a5b4977785dfd9d9d1" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:10:06,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-7a363c7a-d305-4ccd-9a9f-72d601dccbfc x-compute-request-id: req-7a363c7a-d305-4ccd-9a9f-72d601dccbfc Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/910f02ee-c289-471f-9800-a801f8ac5cca", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/910f02ee-c289-471f-9800-a801f8ac5cca", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "910f02ee-c289-471f-9800-a801f8ac5cca", "name": "CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:10:06,809 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-7a363c7a-d305-4ccd-9a9f-72d601dccbfc 2018-10-04 15:10:06,810 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:10:06,811 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:10:07,179 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b763e3693cc045bba47627be0329881f", "name": "CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj-role"}], "expires_at": "2018-10-04T16:10:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4be6683d572243ed9964870ee4616bb5", "name": "CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/4be6683d572243ed9964870ee4616bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/4be6683d572243ed9964870ee4616bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/4be6683d572243ed9964870ee4616bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4be6683d572243ed9964870ee4616bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/4be6683d572243ed9964870ee4616bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/4be6683d572243ed9964870ee4616bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4be6683d572243ed9964870ee4616bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/4be6683d572243ed9964870ee4616bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/4be6683d572243ed9964870ee4616bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4be6683d572243ed9964870ee4616bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/4be6683d572243ed9964870ee4616bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/4be6683d572243ed9964870ee4616bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-user", "id": "f450911b622248ed95781782f4e772cb"}, "audit_ids": ["8NKWZ45uTjaGNHriKZS3Xg"], "issued_at": "2018-10-04T15:10:07.000000Z"}} 2018-10-04 15:10:07,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d478a7754e9e2d066f01c23307ecc87195183b0f" 2018-10-04 15:10:07,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c53753ae-0fc5-445e-bf06-0dc3fe522a9a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:10:07,253 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c53753ae-0fc5-445e-bf06-0dc3fe522a9a 2018-10-04 15:10:07,254 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:10:07,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d478a7754e9e2d066f01c23307ecc87195183b0f" 2018-10-04 15:10:07,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0824e65d-9758-4854-af98-872da6fe61d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:10:07,330 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0824e65d-9758-4854-af98-872da6fe61d8 2018-10-04 15:10:07,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d478a7754e9e2d066f01c23307ecc87195183b0f" 2018-10-04 15:10:07,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-4a0f28d6-e479-449e-af53-28090f6ea439 Date: Thu, 04 Oct 2018 15:10:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6fca9615-587a-4dad-9462-5d9f8461dcb0"],"updated_at":"2018-10-04T15:10:05Z","tenant_id":"4be6683d572243ed9964870ee4616bb5","created_at":"2018-10-04T15:10:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4be6683d572243ed9964870ee4616bb5","id":"116a251a-ddfe-4f9f-a694-382e04dca200","name":"CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-net"}]} 2018-10-04 15:10:07,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-net used request id req-4a0f28d6-e479-449e-af53-28090f6ea439 2018-10-04 15:10:07,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:10:07,580 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:10:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:10:07,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4be6683d572243ed9964870ee4616bb5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d478a7754e9e2d066f01c23307ecc87195183b0f" 2018-10-04 15:10:07,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b78d7f0f-7ff3-478e-ae24-19bb41974b6a Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4be6683d572243ed9964870ee4616bb5"}, "enabled": true, "id": "4be6683d572243ed9964870ee4616bb5", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj"}} 2018-10-04 15:10:07,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4be6683d572243ed9964870ee4616bb5 used request id req-b78d7f0f-7ff3-478e-ae24-19bb41974b6a 2018-10-04 15:10:07,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=116a251a-ddfe-4f9f-a694-382e04dca200 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d478a7754e9e2d066f01c23307ecc87195183b0f" 2018-10-04 15:10:07,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-476acf71-ec93-446f-9e95-8581130b2401 Date: Thu, 04 Oct 2018 15:10:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"116a251a-ddfe-4f9f-a694-382e04dca200","tenant_id":"4be6683d572243ed9964870ee4616bb5","created_at":"2018-10-04T15:10:05Z","dns_nameservers":[],"updated_at":"2018-10-04T15:10:05Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4be6683d572243ed9964870ee4616bb5","id":"6fca9615-587a-4dad-9462-5d9f8461dcb0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-subnet"}]} 2018-10-04 15:10:07,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=116a251a-ddfe-4f9f-a694-382e04dca200 used request id req-476acf71-ec93-446f-9e95-8581130b2401 2018-10-04 15:10:07,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=116a251a-ddfe-4f9f-a694-382e04dca200&name=CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cfport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d478a7754e9e2d066f01c23307ecc87195183b0f" 2018-10-04 15:10:08,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c5767797-6cfe-45ae-b8f3-11cd419c1e5c Date: Thu, 04 Oct 2018 15:10:08 GMT RESP BODY: {"ports":[]} 2018-10-04 15:10:08,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=116a251a-ddfe-4f9f-a694-382e04dca200&name=CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cfport-1&admin_state_up=True used request id req-c5767797-6cfe-45ae-b8f3-11cd419c1e5c 2018-10-04 15:10:08,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d478a7754e9e2d066f01c23307ecc87195183b0f" 2018-10-04 15:10:08,260 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-77a015d4-370f-4a23-b30e-9f800e2a8528 x-compute-request-id: req-77a015d4-370f-4a23-b30e-9f800e2a8528 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:10:08,260 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-inst used request id req-77a015d4-370f-4a23-b30e-9f800e2a8528 2018-10-04 15:10:08,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d478a7754e9e2d066f01c23307ecc87195183b0f" 2018-10-04 15:10:08,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-1c149d1d-d033-419b-a299-c0ade18567c6 Date: Thu, 04 Oct 2018 15:10:08 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":["6fca9615-587a-4dad-9462-5d9f8461dcb0"],"updated_at":"2018-10-04T15:10:05Z","tenant_id":"4be6683d572243ed9964870ee4616bb5","created_at":"2018-10-04T15:10:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4be6683d572243ed9964870ee4616bb5","id":"116a251a-ddfe-4f9f-a694-382e04dca200","name":"CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-net"}]} 2018-10-04 15:10:08,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-net used request id req-1c149d1d-d033-419b-a299-c0ade18567c6 2018-10-04 15:10:08,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4be6683d572243ed9964870ee4616bb5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d478a7754e9e2d066f01c23307ecc87195183b0f" 2018-10-04 15:10:08,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c8d2090-fafe-4608-a737-7b461c9173c6 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4be6683d572243ed9964870ee4616bb5"}, "enabled": true, "id": "4be6683d572243ed9964870ee4616bb5", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj"}} 2018-10-04 15:10:08,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4be6683d572243ed9964870ee4616bb5 used request id req-9c8d2090-fafe-4608-a737-7b461c9173c6 2018-10-04 15:10:08,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=116a251a-ddfe-4f9f-a694-382e04dca200 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d478a7754e9e2d066f01c23307ecc87195183b0f" 2018-10-04 15:10:08,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a5adb3ab-ac2e-447a-9caf-6f9e3bcba67e Date: Thu, 04 Oct 2018 15:10:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"116a251a-ddfe-4f9f-a694-382e04dca200","tenant_id":"4be6683d572243ed9964870ee4616bb5","created_at":"2018-10-04T15:10:05Z","dns_nameservers":[],"updated_at":"2018-10-04T15:10:05Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4be6683d572243ed9964870ee4616bb5","id":"6fca9615-587a-4dad-9462-5d9f8461dcb0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-subnet"}]} 2018-10-04 15:10:08,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=116a251a-ddfe-4f9f-a694-382e04dca200 used request id req-a5adb3ab-ac2e-447a-9caf-6f9e3bcba67e 2018-10-04 15:10:08,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=116a251a-ddfe-4f9f-a694-382e04dca200&name=CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cfport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d478a7754e9e2d066f01c23307ecc87195183b0f" 2018-10-04 15:10:08,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-61fbc438-b1e4-41ba-aea7-25218e2b683d Date: Thu, 04 Oct 2018 15:10:08 GMT RESP BODY: {"ports":[]} 2018-10-04 15:10:08,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=116a251a-ddfe-4f9f-a694-382e04dca200&name=CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cfport-1&admin_state_up=True used request id req-61fbc438-b1e4-41ba-aea7-25218e2b683d 2018-10-04 15:10:08,847 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:10:08,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:10:09,224 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b763e3693cc045bba47627be0329881f", "name": "CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj-role"}], "expires_at": "2018-10-04T16:10:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4be6683d572243ed9964870ee4616bb5", "name": "CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/4be6683d572243ed9964870ee4616bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/4be6683d572243ed9964870ee4616bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/4be6683d572243ed9964870ee4616bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4be6683d572243ed9964870ee4616bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/4be6683d572243ed9964870ee4616bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/4be6683d572243ed9964870ee4616bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4be6683d572243ed9964870ee4616bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/4be6683d572243ed9964870ee4616bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/4be6683d572243ed9964870ee4616bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4be6683d572243ed9964870ee4616bb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/4be6683d572243ed9964870ee4616bb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/4be6683d572243ed9964870ee4616bb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-user", "id": "f450911b622248ed95781782f4e772cb"}, "audit_ids": ["EDn_gt-GRWWeA89cnqXmyg"], "issued_at": "2018-10-04T15:10:09.000000Z"}} 2018-10-04 15:10:09,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52d097b8bfacbbfd27374245022378c4b55bd39b" 2018-10-04 15:10:09,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8e2c07d-e7ce-4702-89b7-6eba5eefda81 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:10:09,297 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c8e2c07d-e7ce-4702-89b7-6eba5eefda81 2018-10-04 15:10:09,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d478a7754e9e2d066f01c23307ecc87195183b0f" 2018-10-04 15:10:09,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-7bad10a2-fdb0-4c63-84e3-8ebad11308a0 Date: Thu, 04 Oct 2018 15:10:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6fca9615-587a-4dad-9462-5d9f8461dcb0"],"updated_at":"2018-10-04T15:10:05Z","tenant_id":"4be6683d572243ed9964870ee4616bb5","created_at":"2018-10-04T15:10:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4be6683d572243ed9964870ee4616bb5","id":"116a251a-ddfe-4f9f-a694-382e04dca200","name":"CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-net"}]} 2018-10-04 15:10:09,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-net used request id req-7bad10a2-fdb0-4c63-84e3-8ebad11308a0 2018-10-04 15:10:09,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=116a251a-ddfe-4f9f-a694-382e04dca200 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d478a7754e9e2d066f01c23307ecc87195183b0f" 2018-10-04 15:10:09,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f4068ee4-edca-4e58-898d-f2928c470020 Date: Thu, 04 Oct 2018 15:10:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"116a251a-ddfe-4f9f-a694-382e04dca200","tenant_id":"4be6683d572243ed9964870ee4616bb5","created_at":"2018-10-04T15:10:05Z","dns_nameservers":[],"updated_at":"2018-10-04T15:10:05Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4be6683d572243ed9964870ee4616bb5","id":"6fca9615-587a-4dad-9462-5d9f8461dcb0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-subnet"}]} 2018-10-04 15:10:09,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=116a251a-ddfe-4f9f-a694-382e04dca200 used request id req-f4068ee4-edca-4e58-898d-f2928c470020 2018-10-04 15:10:09,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d478a7754e9e2d066f01c23307ecc87195183b0f" 2018-10-04 15:10:10,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-eb93ba0e-6903-4939-8ba9-fd46e5708bf0 Date: Thu, 04 Oct 2018 15:10:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6fca9615-587a-4dad-9462-5d9f8461dcb0"],"updated_at":"2018-10-04T15:10:05Z","tenant_id":"4be6683d572243ed9964870ee4616bb5","created_at":"2018-10-04T15:10:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4be6683d572243ed9964870ee4616bb5","id":"116a251a-ddfe-4f9f-a694-382e04dca200","name":"CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-net"}]} 2018-10-04 15:10:10,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-net used request id req-eb93ba0e-6903-4939-8ba9-fd46e5708bf0 2018-10-04 15:10:10,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:10:10,020 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:10:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:10:10,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4be6683d572243ed9964870ee4616bb5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52d097b8bfacbbfd27374245022378c4b55bd39b" 2018-10-04 15:10:10,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-917e6c93-c72a-43ea-8f98-fc5cf3d407ff Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4be6683d572243ed9964870ee4616bb5"}, "enabled": true, "id": "4be6683d572243ed9964870ee4616bb5", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj"}} 2018-10-04 15:10:10,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4be6683d572243ed9964870ee4616bb5 used request id req-917e6c93-c72a-43ea-8f98-fc5cf3d407ff 2018-10-04 15:10:10,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=116a251a-ddfe-4f9f-a694-382e04dca200 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d478a7754e9e2d066f01c23307ecc87195183b0f" 2018-10-04 15:10:10,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-45478176-f640-44f3-96dd-9bcf6036c53e Date: Thu, 04 Oct 2018 15:10:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"116a251a-ddfe-4f9f-a694-382e04dca200","tenant_id":"4be6683d572243ed9964870ee4616bb5","created_at":"2018-10-04T15:10:05Z","dns_nameservers":[],"updated_at":"2018-10-04T15:10:05Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4be6683d572243ed9964870ee4616bb5","id":"6fca9615-587a-4dad-9462-5d9f8461dcb0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-subnet"}]} 2018-10-04 15:10:10,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=116a251a-ddfe-4f9f-a694-382e04dca200 used request id req-45478176-f640-44f3-96dd-9bcf6036c53e 2018-10-04 15:10:10,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=116a251a-ddfe-4f9f-a694-382e04dca200&name=CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d478a7754e9e2d066f01c23307ecc87195183b0f" 2018-10-04 15:10:10,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2beb60f2-6c4a-4b3c-94db-ff451854c958 Date: Thu, 04 Oct 2018 15:10:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"116a251a-ddfe-4f9f-a694-382e04dca200","tenant_id":"4be6683d572243ed9964870ee4616bb5","created_at":"2018-10-04T15:10:05Z","dns_nameservers":[],"updated_at":"2018-10-04T15:10:05Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4be6683d572243ed9964870ee4616bb5","id":"6fca9615-587a-4dad-9462-5d9f8461dcb0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-subnet"}]} 2018-10-04 15:10:10,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=116a251a-ddfe-4f9f-a694-382e04dca200&name=CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-subnet used request id req-2beb60f2-6c4a-4b3c-94db-ff451854c958 2018-10-04 15:10:10,514 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-net 2018-10-04 15:10:10,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d478a7754e9e2d066f01c23307ecc87195183b0f" -d '{"port": {"network_id": "116a251a-ddfe-4f9f-a694-382e04dca200", "fixed_ips": [{"subnet_id": "6fca9615-587a-4dad-9462-5d9f8461dcb0", "ip_address": "10.66.0.101"}], "name": "CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cfport-1", "admin_state_up": true}}' 2018-10-04 15:10:11,050 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 143 X-Openstack-Request-Id: req-e0f6ff43-a2a3-4fc3-a499-daf67f68d993 Date: Thu, 04 Oct 2018 15:10:11 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.66.0.101 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-10-04 15:10:11,051 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-e0f6ff43-a2a3-4fc3-a499-daf67f68d993 2018-10-04 15:10:11,051 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "IP address 10.66.0.101 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-10-04 15:10:11,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/910f02ee-c289-471f-9800-a801f8ac5cca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f75a820d4bfbe2cfd7414a5b4977785dfd9d9d1" 2018-10-04 15:10:11,104 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:10:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-84f66ea3-e82c-45d5-9ed0-0e0c009afa17 x-compute-request-id: req-84f66ea3-e82c-45d5-9ed0-0e0c009afa17 Content-Length: 0 Content-Type: application/json 2018-10-04 15:10:11,104 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/910f02ee-c289-471f-9800-a801f8ac5cca used request id req-84f66ea3-e82c-45d5-9ed0-0e0c009afa17 2018-10-04 15:10:11,105 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-subnet 2018-10-04 15:10:11,105 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-subnet 2018-10-04 15:10:11,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/6fca9615-587a-4dad-9462-5d9f8461dcb0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9d6e5dca946bb7419a3ad1a467e27831d853e5" 2018-10-04 15:10:13,510 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7515de39-24a7-4431-acfd-1a3799ee48b0 Date: Thu, 04 Oct 2018 15:10:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:10:13,510 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/6fca9615-587a-4dad-9462-5d9f8461dcb0 used request id req-7515de39-24a7-4431-acfd-1a3799ee48b0 2018-10-04 15:10:13,510 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-pub-net 2018-10-04 15:10:13,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/116a251a-ddfe-4f9f-a694-382e04dca200 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9d6e5dca946bb7419a3ad1a467e27831d853e5" 2018-10-04 15:10:14,708 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9a497006-41da-4995-9a02-a6aa953e065a Date: Thu, 04 Oct 2018 15:10:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:10:14,709 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/116a251a-ddfe-4f9f-a694-382e04dca200 used request id req-9a497006-41da-4995-9a02-a6aa953e065a 2018-10-04 15:10:14,709 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-afc9cea6-7728-4a91-bdfc-f92574acc2cf-image 2018-10-04 15:10:14,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/00fcdabd-b797-4f27-972c-2c0c2e26fe3d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc5740c97e5b3a0fd8b0cbd3836771ddddf5adfb" 2018-10-04 15:10:15,705 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-99888375-2a67-4d31-86b7-5a371f2cb863 Date: Thu, 04 Oct 2018 15: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-10-04 15:10:15,705 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/00fcdabd-b797-4f27-972c-2c0c2e26fe3d used request id req-99888375-2a67-4d31-86b7-5a371f2cb863 2018-10-04 15:10:15,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b708a0ead5d6c50a67a879caee4528e6270a836" 2018-10-04 15:10:15,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-62e1e2d7-8138-493a-944d-b85698084921 Date: Thu, 04 Oct 2018 15:10:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4be6683d572243ed9964870ee4616bb5", "created_at": "2018-10-04T15:10:04Z", "updated_at": "2018-10-04T15:10:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:10:04Z", "revision_number": 0, "id": "5c6a72f0-7c75-49c7-a61b-5f17508ab191", "remote_group_id": "b5b1ce36-7fac-43d6-9b1a-f41fefba8273", "remote_ip_prefix": null, "created_at": "2018-10-04T15:10:04Z", "security_group_id": "b5b1ce36-7fac-43d6-9b1a-f41fefba8273", "tenant_id": "4be6683d572243ed9964870ee4616bb5", "port_range_min": null, "ethertype": "IPv4", "project_id": "4be6683d572243ed9964870ee4616bb5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:10:04Z", "revision_number": 0, "id": "61a9bd3d-0e38-45bc-87a4-7f6b3183c6cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:10:04Z", "security_group_id": "b5b1ce36-7fac-43d6-9b1a-f41fefba8273", "tenant_id": "4be6683d572243ed9964870ee4616bb5", "port_range_min": null, "ethertype": "IPv6", "project_id": "4be6683d572243ed9964870ee4616bb5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:10:04Z", "revision_number": 0, "id": "8d55b1a0-86fc-47b6-af57-8a5b91b20509", "remote_group_id": "b5b1ce36-7fac-43d6-9b1a-f41fefba8273", "remote_ip_prefix": null, "created_at": "2018-10-04T15:10:04Z", "security_group_id": "b5b1ce36-7fac-43d6-9b1a-f41fefba8273", "tenant_id": "4be6683d572243ed9964870ee4616bb5", "port_range_min": null, "ethertype": "IPv6", "project_id": "4be6683d572243ed9964870ee4616bb5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:10:04Z", "revision_number": 0, "id": "db349ed1-d8d9-4c6f-87dd-4f93faa55a83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:10:04Z", "security_group_id": "b5b1ce36-7fac-43d6-9b1a-f41fefba8273", "tenant_id": "4be6683d572243ed9964870ee4616bb5", "port_range_min": null, "ethertype": "IPv4", "project_id": "4be6683d572243ed9964870ee4616bb5"}], "revision_number": 4, "project_id": "4be6683d572243ed9964870ee4616bb5", "id": "b5b1ce36-7fac-43d6-9b1a-f41fefba8273", "name": "default"}]} 2018-10-04 15:10:15,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-62e1e2d7-8138-493a-944d-b85698084921 2018-10-04 15:10:15,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b708a0ead5d6c50a67a879caee4528e6270a836" 2018-10-04 15:10:15,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56caf072-5056-4cb3-bd16-99180a0de446 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:10:16,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-56caf072-5056-4cb3-bd16-99180a0de446 2018-10-04 15:10:16,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b708a0ead5d6c50a67a879caee4528e6270a836" 2018-10-04 15:10:16,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-480e448b-b051-4fc0-bde3-56933e0c18fd Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:10:16,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-480e448b-b051-4fc0-bde3-56933e0c18fd 2018-10-04 15:10:16,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b708a0ead5d6c50a67a879caee4528e6270a836" 2018-10-04 15:10:16,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74e6050e-a847-412a-a85c-7034e0b0f11e Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:10:16,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-74e6050e-a847-412a-a85c-7034e0b0f11e 2018-10-04 15:10:16,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4be6683d572243ed9964870ee4616bb5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b708a0ead5d6c50a67a879caee4528e6270a836" 2018-10-04 15:10:16,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd6a2d54-563b-4e7a-805b-4bf75ec0c163 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4be6683d572243ed9964870ee4616bb5"}, "enabled": true, "id": "4be6683d572243ed9964870ee4616bb5", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj"}} 2018-10-04 15:10:16,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4be6683d572243ed9964870ee4616bb5 used request id req-dd6a2d54-563b-4e7a-805b-4bf75ec0c163 2018-10-04 15:10:16,270 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b5b1ce36-7fac-43d6-9b1a-f41fefba8273 2018-10-04 15:10:16,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b5b1ce36-7fac-43d6-9b1a-f41fefba8273 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b708a0ead5d6c50a67a879caee4528e6270a836" 2018-10-04 15:10:16,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-20e8224a-f5b7-4e6e-903b-15bc0497e123 Date: Thu, 04 Oct 2018 15:10:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "b5b1ce36-7fac-43d6-9b1a-f41fefba8273", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:10:04Z", "security_group_id": "b5b1ce36-7fac-43d6-9b1a-f41fefba8273", "port_range_min": null, "revision_number": 0, "tenant_id": "4be6683d572243ed9964870ee4616bb5", "created_at": "2018-10-04T15:10:04Z", "project_id": "4be6683d572243ed9964870ee4616bb5", "id": "5c6a72f0-7c75-49c7-a61b-5f17508ab191"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:10:04Z", "security_group_id": "b5b1ce36-7fac-43d6-9b1a-f41fefba8273", "port_range_min": null, "revision_number": 0, "tenant_id": "4be6683d572243ed9964870ee4616bb5", "created_at": "2018-10-04T15:10:04Z", "project_id": "4be6683d572243ed9964870ee4616bb5", "id": "61a9bd3d-0e38-45bc-87a4-7f6b3183c6cc"}, {"remote_group_id": "b5b1ce36-7fac-43d6-9b1a-f41fefba8273", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:10:04Z", "security_group_id": "b5b1ce36-7fac-43d6-9b1a-f41fefba8273", "port_range_min": null, "revision_number": 0, "tenant_id": "4be6683d572243ed9964870ee4616bb5", "created_at": "2018-10-04T15:10:04Z", "project_id": "4be6683d572243ed9964870ee4616bb5", "id": "8d55b1a0-86fc-47b6-af57-8a5b91b20509"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:10:04Z", "security_group_id": "b5b1ce36-7fac-43d6-9b1a-f41fefba8273", "port_range_min": null, "revision_number": 0, "tenant_id": "4be6683d572243ed9964870ee4616bb5", "created_at": "2018-10-04T15:10:04Z", "project_id": "4be6683d572243ed9964870ee4616bb5", "id": "db349ed1-d8d9-4c6f-87dd-4f93faa55a83"}]} 2018-10-04 15:10:16,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b5b1ce36-7fac-43d6-9b1a-f41fefba8273 used request id req-20e8224a-f5b7-4e6e-903b-15bc0497e123 2018-10-04 15:10:16,435 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:10:16,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/b5b1ce36-7fac-43d6-9b1a-f41fefba8273 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b708a0ead5d6c50a67a879caee4528e6270a836" 2018-10-04 15:10:16,743 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fcbe767c-29b4-440d-bd6c-616bc26be6ef Content-Length: 0 Date: Thu, 04 Oct 2018 15:10:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:10:16,743 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/b5b1ce36-7fac-43d6-9b1a-f41fefba8273 used request id req-fcbe767c-29b4-440d-bd6c-616bc26be6ef 2018-10-04 15:10:16,744 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj 2018-10-04 15:10:16,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/4be6683d572243ed9964870ee4616bb5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b708a0ead5d6c50a67a879caee4528e6270a836" 2018-10-04 15:10:17,068 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:10:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9eeb306-1c80-4fe5-a10c-8e270d813874 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:10:17,068 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/4be6683d572243ed9964870ee4616bb5 used request id req-b9eeb306-1c80-4fe5-a10c-8e270d813874 2018-10-04 15:10:17,068 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-proj-role 2018-10-04 15:10:17,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/b763e3693cc045bba47627be0329881f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b708a0ead5d6c50a67a879caee4528e6270a836" 2018-10-04 15:10:17,177 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:10:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc0b217d-981d-4371-8b52-59865f92c9db Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:10:17,177 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/b763e3693cc045bba47627be0329881f used request id req-cc0b217d-981d-4371-8b52-59865f92c9db 2018-10-04 15:10:17,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b708a0ead5d6c50a67a879caee4528e6270a836" 2018-10-04 15:10:17,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ef88763-47ea-417d-bdca-1a8aa418bd92 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:10:17,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8ef88763-47ea-417d-bdca-1a8aa418bd92 2018-10-04 15:10:17,267 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-d7b019d1-28c4-4ff-user 2018-10-04 15:10:17,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/f450911b622248ed95781782f4e772cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76c35672d6f2c11988b496f6139d9fb94febc0d9" 2018-10-04 15:10:17,441 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:10:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43228a06-24b7-4f86-9ea5-1072a882e68b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:10:17,441 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/f450911b622248ed95781782f4e772cb used request id req-43228a06-24b7-4f86-9ea5-1072a882e68b 2018-10-04 15:10:17,443 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:10:17,816 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:10:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["mvG2WGuEScO0j6cwQ7JphQ"], "issued_at": "2018-10-04T15:10:17.000000Z"}} 2018-10-04 15:10:17,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34d9a90910db19b7842185d53826f93c40594357" 2018-10-04 15:10:17,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f901ef9b-5dda-4425-a91e-115907e7b53b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:10:17,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f901ef9b-5dda-4425-a91e-115907e7b53b 2018-10-04 15:10:17,902 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:10:17,902 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:10:18,291 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:10:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["sX3lvez4QOOsSVG7OzfNYQ"], "issued_at": "2018-10-04T15:10:18.000000Z"}} 2018-10-04 15:10:18,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd45d81ddea2b8f606944e858337141888ce6295" 2018-10-04 15:10:18,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5d6c2d0-4ace-4961-8f7f-2e6e5ec8fd2a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:10:18,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b5d6c2d0-4ace-4961-8f7f-2e6e5ec8fd2a 2018-10-04 15:10:18,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:10:18,379 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:10:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:10:18,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd45d81ddea2b8f606944e858337141888ce6295" 2018-10-04 15:10:18,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f415af2-ed6c-48c3-991d-c49e971737c2 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:10:18,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj used request id req-4f415af2-ed6c-48c3-991d-c49e971737c2 2018-10-04 15:10:18,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd45d81ddea2b8f606944e858337141888ce6295" 2018-10-04 15:10:18,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ff825bc-6225-47d0-a38b-1ddf1b2c13e6 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:10:18,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-7ff825bc-6225-47d0-a38b-1ddf1b2c13e6 2018-10-04 15:10:18,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd45d81ddea2b8f606944e858337141888ce6295" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj"}}' 2018-10-04 15:10:18,663 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:10:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-014d26e6-33dd-4966-96a9-8b8a0aa77f6f Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/59b194f20f714c2c8bdd1da49aa25986"}, "enabled": true, "id": "59b194f20f714c2c8bdd1da49aa25986", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj"}} 2018-10-04 15:10:18,663 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-014d26e6-33dd-4966-96a9-8b8a0aa77f6f 2018-10-04 15:10:18,663 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj 2018-10-04 15:10:18,663 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:10:18,664 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:10:19,045 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:10:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["Okyqs1zTRAiUwvbwL2FKTw"], "issued_at": "2018-10-04T15:10:19.000000Z"}} 2018-10-04 15:10:19,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45a252f503e62484b7c2b0c141c2f57bca7671ef" 2018-10-04 15:10:19,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adf996c2-bdd6-4c07-926b-6af66e0e2b20 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:10:19,127 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-adf996c2-bdd6-4c07-926b-6af66e0e2b20 2018-10-04 15:10:19,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:10:19,136 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:10:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:10:19,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45a252f503e62484b7c2b0c141c2f57bca7671ef" 2018-10-04 15:10:19,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d7ed8bb-edd5-4d76-a248-426fccc6f8a4 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:10:19,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-4d7ed8bb-edd5-4d76-a248-426fccc6f8a4 2018-10-04 15:10:19,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45a252f503e62484b7c2b0c141c2f57bca7671ef" 2018-10-04 15:10:19,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-716521bb-2536-4846-a4d6-345242d05367 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/59b194f20f714c2c8bdd1da49aa25986"}, "enabled": true, "id": "59b194f20f714c2c8bdd1da49aa25986", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj"}]} 2018-10-04 15:10:19,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj used request id req-716521bb-2536-4846-a4d6-345242d05367 2018-10-04 15:10:19,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45a252f503e62484b7c2b0c141c2f57bca7671ef" 2018-10-04 15:10:19,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b14ad5a-6023-4eb7-87cb-7854df9e4938 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:10:19,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-9b14ad5a-6023-4eb7-87cb-7854df9e4938 2018-10-04 15:10:19,795 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-2145157e-42c2-4ae-user 2018-10-04 15:10:19,795 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:10:19,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd45d81ddea2b8f606944e858337141888ce6295" 2018-10-04 15:10:19,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-492c3428-2cf1-4677-8a48-e09838c1a374 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:10:19,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-492c3428-2cf1-4677-8a48-e09838c1a374 2018-10-04 15:10:19,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd45d81ddea2b8f606944e858337141888ce6295" -d '{"role": {"name": "CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj-role"}}' 2018-10-04 15:10:20,009 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:10:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a32b96b-3249-409b-a958-57bbaa6317e0 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5923590d613c47a3b53d35d1b4645321", "links": {"self": "http://172.30.9.23:5000/v3/roles/5923590d613c47a3b53d35d1b4645321"}, "name": "CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj-role"}} 2018-10-04 15:10:20,010 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-2a32b96b-3249-409b-a958-57bbaa6317e0 2018-10-04 15:10:20,010 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj-role 2018-10-04 15:10:20,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/5923590d613c47a3b53d35d1b4645321 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd45d81ddea2b8f606944e858337141888ce6295" 2018-10-04 15:10:20,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5eadf26-e535-4c28-9c24-01143843950c Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/5923590d613c47a3b53d35d1b4645321"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj-role", "id": "5923590d613c47a3b53d35d1b4645321"}} 2018-10-04 15:10:20,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/5923590d613c47a3b53d35d1b4645321 used request id req-d5eadf26-e535-4c28-9c24-01143843950c 2018-10-04 15:10:20,032 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj-role to project CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj 2018-10-04 15:10:20,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/59b194f20f714c2c8bdd1da49aa25986/users/10c498df07a64c2bb8757d454fe877e3/roles/5923590d613c47a3b53d35d1b4645321 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd45d81ddea2b8f606944e858337141888ce6295" 2018-10-04 15:10:20,109 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:10:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa901814-16ca-431e-be20-62018112fc37 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:10:20,109 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/59b194f20f714c2c8bdd1da49aa25986/users/10c498df07a64c2bb8757d454fe877e3/roles/5923590d613c47a3b53d35d1b4645321 used request id req-fa901814-16ca-431e-be20-62018112fc37 2018-10-04 15:10:20,110 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:10:20,110 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:10:20,111 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:10:20,488 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5923590d613c47a3b53d35d1b4645321", "name": "CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj-role"}], "expires_at": "2018-10-04T16:10:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59b194f20f714c2c8bdd1da49aa25986", "name": "CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/59b194f20f714c2c8bdd1da49aa25986", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/59b194f20f714c2c8bdd1da49aa25986", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/59b194f20f714c2c8bdd1da49aa25986", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/59b194f20f714c2c8bdd1da49aa25986", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/59b194f20f714c2c8bdd1da49aa25986", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/59b194f20f714c2c8bdd1da49aa25986", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/59b194f20f714c2c8bdd1da49aa25986", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/59b194f20f714c2c8bdd1da49aa25986", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/59b194f20f714c2c8bdd1da49aa25986", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/59b194f20f714c2c8bdd1da49aa25986", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/59b194f20f714c2c8bdd1da49aa25986", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/59b194f20f714c2c8bdd1da49aa25986", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-2145157e-42c2-4ae-user", "id": "10c498df07a64c2bb8757d454fe877e3"}, "audit_ids": ["jSrVLZ_jSEOkV-P_a4tf3A"], "issued_at": "2018-10-04T15:10:20.000000Z"}} 2018-10-04 15:10:20,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ac6a147e844705a1ce8e0b67b5903fa83fa791" 2018-10-04 15:10:20,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5add20af-785e-4c23-ae51-e66a41fc5bdf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:10:20,574 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5add20af-785e-4c23-ae51-e66a41fc5bdf 2018-10-04 15:10:20,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24ac6a147e844705a1ce8e0b67b5903fa83fa791" 2018-10-04 15:10:20,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-0c477903-855e-4647-94d3-699617a51201 Date: Thu, 04 Oct 2018 15:10:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-image"} 2018-10-04 15:10:20,750 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-image used request id req-0c477903-855e-4647-94d3-699617a51201 2018-10-04 15:10:20,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24ac6a147e844705a1ce8e0b67b5903fa83fa791" 2018-10-04 15:10:20,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-86aeeed3-b5c8-4d0e-a869-ef9c0c71d6dd Date: Thu, 04 Oct 2018 15:10:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:10:20,896 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-86aeeed3-b5c8-4d0e-a869-ef9c0c71d6dd 2018-10-04 15:10:20,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}24ac6a147e844705a1ce8e0b67b5903fa83fa791" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-image"}' 2018-10-04 15:10:21,150 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/041e8a8d-49e7-413c-a60b-b8a87de11fbc X-Openstack-Request-Id: req-f21f54cd-3e27-48ea-bd05-94a9bb707393 Date: Thu, 04 Oct 2018 15:10:21 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:10:21Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:10:21Z", "visibility": "shared", "locations": [], "self": "/v2/images/041e8a8d-49e7-413c-a60b-b8a87de11fbc", "min_disk": 0, "protected": false, "id": "041e8a8d-49e7-413c-a60b-b8a87de11fbc", "file": "/v2/images/041e8a8d-49e7-413c-a60b-b8a87de11fbc/file", "checksum": null, "owner": "59b194f20f714c2c8bdd1da49aa25986", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:10:21,151 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-f21f54cd-3e27-48ea-bd05-94a9bb707393 2018-10-04 15:10:21,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/041e8a8d-49e7-413c-a60b-b8a87de11fbc/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24ac6a147e844705a1ce8e0b67b5903fa83fa791" -d '' 2018-10-04 15:10:23,179 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ae78f1c2-22a3-4965-a0ff-bd915c5b0a1c Date: Thu, 04 Oct 2018 15:10:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:10:23,179 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/041e8a8d-49e7-413c-a60b-b8a87de11fbc/file used request id req-ae78f1c2-22a3-4965-a0ff-bd915c5b0a1c 2018-10-04 15:10:23,180 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:10:23,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/041e8a8d-49e7-413c-a60b-b8a87de11fbc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24ac6a147e844705a1ce8e0b67b5903fa83fa791" 2018-10-04 15:10:23,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-481b504c-3cdb-4e60-9c70-68026e439f66 Date: Thu, 04 Oct 2018 15:10:23 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:10:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:10:23Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/041e8a8d-49e7-413c-a60b-b8a87de11fbc/snap", "metadata": {}}], "self": "/v2/images/041e8a8d-49e7-413c-a60b-b8a87de11fbc", "min_disk": 0, "protected": false, "id": "041e8a8d-49e7-413c-a60b-b8a87de11fbc", "file": "/v2/images/041e8a8d-49e7-413c-a60b-b8a87de11fbc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "59b194f20f714c2c8bdd1da49aa25986", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/041e8a8d-49e7-413c-a60b-b8a87de11fbc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:10:23,204 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/041e8a8d-49e7-413c-a60b-b8a87de11fbc used request id req-481b504c-3cdb-4e60-9c70-68026e439f66 2018-10-04 15:10:23,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24ac6a147e844705a1ce8e0b67b5903fa83fa791" 2018-10-04 15:10:23,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-316ccbfa-81b4-4bfa-b645-5ce4118838a2 Date: Thu, 04 Oct 2018 15:10:23 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:10:23,376 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-316ccbfa-81b4-4bfa-b645-5ce4118838a2 2018-10-04 15:10:23,379 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-image 2018-10-04 15:10:23,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/041e8a8d-49e7-413c-a60b-b8a87de11fbc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24ac6a147e844705a1ce8e0b67b5903fa83fa791" 2018-10-04 15:10:23,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-01199c29-c8f5-456e-b3ac-c4178b3ad1ed Date: Thu, 04 Oct 2018 15:10:23 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:10:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:10:23Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/041e8a8d-49e7-413c-a60b-b8a87de11fbc/snap", "metadata": {}}], "self": "/v2/images/041e8a8d-49e7-413c-a60b-b8a87de11fbc", "min_disk": 0, "protected": false, "id": "041e8a8d-49e7-413c-a60b-b8a87de11fbc", "file": "/v2/images/041e8a8d-49e7-413c-a60b-b8a87de11fbc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "59b194f20f714c2c8bdd1da49aa25986", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/041e8a8d-49e7-413c-a60b-b8a87de11fbc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:10:23,557 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/041e8a8d-49e7-413c-a60b-b8a87de11fbc used request id req-01199c29-c8f5-456e-b3ac-c4178b3ad1ed 2018-10-04 15:10:23,557 - create_image - DEBUG - Instance status is - active 2018-10-04 15:10:23,557 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-image 2018-10-04 15:10:23,558 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-image 2018-10-04 15:10:23,558 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:10:23,559 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:10:23,926 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5923590d613c47a3b53d35d1b4645321", "name": "CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj-role"}], "expires_at": "2018-10-04T16:10:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59b194f20f714c2c8bdd1da49aa25986", "name": "CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/59b194f20f714c2c8bdd1da49aa25986", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/59b194f20f714c2c8bdd1da49aa25986", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/59b194f20f714c2c8bdd1da49aa25986", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/59b194f20f714c2c8bdd1da49aa25986", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/59b194f20f714c2c8bdd1da49aa25986", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/59b194f20f714c2c8bdd1da49aa25986", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/59b194f20f714c2c8bdd1da49aa25986", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/59b194f20f714c2c8bdd1da49aa25986", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/59b194f20f714c2c8bdd1da49aa25986", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/59b194f20f714c2c8bdd1da49aa25986", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/59b194f20f714c2c8bdd1da49aa25986", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/59b194f20f714c2c8bdd1da49aa25986", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-2145157e-42c2-4ae-user", "id": "10c498df07a64c2bb8757d454fe877e3"}, "audit_ids": ["DshSGJaFSbeM1FthfV3G1A"], "issued_at": "2018-10-04T15:10:23.000000Z"}} 2018-10-04 15:10:23,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe74ac1011e1894fdbc613bc31d2a89ec0bfa11" 2018-10-04 15:10:23,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acc44a4c-d488-4eab-8a6d-240ce2f75f35 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:10:23,940 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-acc44a4c-d488-4eab-8a6d-240ce2f75f35 2018-10-04 15:10:23,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe74ac1011e1894fdbc613bc31d2a89ec0bfa11" 2018-10-04 15:10:24,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-58ad05ae-dae5-422e-a877-abf02a079394 Date: Thu, 04 Oct 2018 15:10:24 GMT RESP BODY: {"networks":[]} 2018-10-04 15:10:24,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-net used request id req-58ad05ae-dae5-422e-a877-abf02a079394 2018-10-04 15:10:24,111 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-net 2018-10-04 15:10:24,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe74ac1011e1894fdbc613bc31d2a89ec0bfa11" -d '{"network": {"name": "CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-net", "admin_state_up": true}}' 2018-10-04 15:10:24,817 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-9f148a57-f84d-4bfd-adcd-080c0ed11c47 Date: Thu, 04 Oct 2018 15:10:24 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"7d647ef9-e858-4905-b1a9-f2acfdba08b2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"59b194f20f714c2c8bdd1da49aa25986","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:10:24Z","is_default":false,"name":"CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"59b194f20f714c2c8bdd1da49aa25986","created_at":"2018-10-04T15:10:24Z","mtu":1450}} 2018-10-04 15:10:24,817 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-9f148a57-f84d-4bfd-adcd-080c0ed11c47 2018-10-04 15:10:24,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=7d647ef9-e858-4905-b1a9-f2acfdba08b2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe74ac1011e1894fdbc613bc31d2a89ec0bfa11" 2018-10-04 15:10:25,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-0d8667ac-b532-42b8-8b96-55263aa14fc1 Date: Thu, 04 Oct 2018 15:10:25 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-10-04T15:10:24Z","tenant_id":"59b194f20f714c2c8bdd1da49aa25986","created_at":"2018-10-04T15:10:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"59b194f20f714c2c8bdd1da49aa25986","id":"7d647ef9-e858-4905-b1a9-f2acfdba08b2","name":"CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-net"}]} 2018-10-04 15:10:25,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=7d647ef9-e858-4905-b1a9-f2acfdba08b2 used request id req-0d8667ac-b532-42b8-8b96-55263aa14fc1 2018-10-04 15:10:25,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7d647ef9-e858-4905-b1a9-f2acfdba08b2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe74ac1011e1894fdbc613bc31d2a89ec0bfa11" 2018-10-04 15:10:25,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1129b053-2502-4c3e-b928-dea3284f8bac Date: Thu, 04 Oct 2018 15:10:25 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:10:25,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7d647ef9-e858-4905-b1a9-f2acfdba08b2 used request id req-1129b053-2502-4c3e-b928-dea3284f8bac 2018-10-04 15:10:25,238 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-subnet 2018-10-04 15:10:25,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe74ac1011e1894fdbc613bc31d2a89ec0bfa11" -d '{"subnets": [{"ip_version": 4, "network_id": "7d647ef9-e858-4905-b1a9-f2acfdba08b2", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-subnet"}]}' 2018-10-04 15:10:25,955 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7a261b4e-e19c-4268-a098-e2822e8a5e74 Date: Thu, 04 Oct 2018 15:10:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d647ef9-e858-4905-b1a9-f2acfdba08b2","tenant_id":"59b194f20f714c2c8bdd1da49aa25986","created_at":"2018-10-04T15:10:25Z","dns_nameservers":[],"updated_at":"2018-10-04T15:10:25Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"59b194f20f714c2c8bdd1da49aa25986","id":"a96697f5-f755-49c4-804d-d78c5f49a977","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-subnet"}]} 2018-10-04 15:10:25,955 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-7a261b4e-e19c-4268-a098-e2822e8a5e74 2018-10-04 15:10:25,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=7d647ef9-e858-4905-b1a9-f2acfdba08b2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe74ac1011e1894fdbc613bc31d2a89ec0bfa11" 2018-10-04 15:10:26,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-2bff1383-b11b-4c19-8c3c-f1929e6d3f0b Date: Thu, 04 Oct 2018 15:10:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a96697f5-f755-49c4-804d-d78c5f49a977"],"updated_at":"2018-10-04T15:10:25Z","tenant_id":"59b194f20f714c2c8bdd1da49aa25986","created_at":"2018-10-04T15:10:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59b194f20f714c2c8bdd1da49aa25986","id":"7d647ef9-e858-4905-b1a9-f2acfdba08b2","name":"CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-net"}]} 2018-10-04 15:10:26,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=7d647ef9-e858-4905-b1a9-f2acfdba08b2 used request id req-2bff1383-b11b-4c19-8c3c-f1929e6d3f0b 2018-10-04 15:10:26,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7d647ef9-e858-4905-b1a9-f2acfdba08b2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe74ac1011e1894fdbc613bc31d2a89ec0bfa11" 2018-10-04 15:10:26,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-27dd81ba-8843-4a3d-9d61-6c00da5a5978 Date: Thu, 04 Oct 2018 15:10:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d647ef9-e858-4905-b1a9-f2acfdba08b2","tenant_id":"59b194f20f714c2c8bdd1da49aa25986","created_at":"2018-10-04T15:10:25Z","dns_nameservers":[],"updated_at":"2018-10-04T15:10:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59b194f20f714c2c8bdd1da49aa25986","id":"a96697f5-f755-49c4-804d-d78c5f49a977","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-subnet"}]} 2018-10-04 15:10:26,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7d647ef9-e858-4905-b1a9-f2acfdba08b2 used request id req-27dd81ba-8843-4a3d-9d61-6c00da5a5978 2018-10-04 15:10:26,545 - OpenStackNetwork - DEBUG - Network [7d647ef9-e858-4905-b1a9-f2acfdba08b2] created successfully 2018-10-04 15:10:26,545 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:10:26,546 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:10:26,933 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:10:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["VFHQAN0mT8qf_b1q2a9ooA"], "issued_at": "2018-10-04T15:10:26.000000Z"}} 2018-10-04 15:10:26,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee87f9b7585cb7087ffbfb224e6860077e27611" 2018-10-04 15:10:27,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba06b167-df78-4427-94ce-ed6e005a8ee0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:10:27,013 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ba06b167-df78-4427-94ce-ed6e005a8ee0 2018-10-04 15:10:27,014 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:10:27,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee87f9b7585cb7087ffbfb224e6860077e27611" 2018-10-04 15:10:27,212 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10: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-56f04f4b-b021-47cd-9a33-215fcf3f037f x-compute-request-id: req-56f04f4b-b021-47cd-9a33-215fcf3f037f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:10:27,212 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-56f04f4b-b021-47cd-9a33-215fcf3f037f 2018-10-04 15:10:27,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee87f9b7585cb7087ffbfb224e6860077e27611" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:10:27,273 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10: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-0ff2eec0-1f87-4c96-b618-f37cd4ccc311 x-compute-request-id: req-0ff2eec0-1f87-4c96-b618-f37cd4ccc311 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a298af4e-4aa7-41f6-bd0c-8f36550dc5f9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a298af4e-4aa7-41f6-bd0c-8f36550dc5f9", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a298af4e-4aa7-41f6-bd0c-8f36550dc5f9", "name": "CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:10:27,273 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0ff2eec0-1f87-4c96-b618-f37cd4ccc311 2018-10-04 15:10:27,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:10:27,275 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:10:27,669 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5923590d613c47a3b53d35d1b4645321", "name": "CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj-role"}], "expires_at": "2018-10-04T16:10:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59b194f20f714c2c8bdd1da49aa25986", "name": "CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/59b194f20f714c2c8bdd1da49aa25986", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/59b194f20f714c2c8bdd1da49aa25986", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/59b194f20f714c2c8bdd1da49aa25986", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/59b194f20f714c2c8bdd1da49aa25986", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/59b194f20f714c2c8bdd1da49aa25986", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/59b194f20f714c2c8bdd1da49aa25986", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/59b194f20f714c2c8bdd1da49aa25986", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/59b194f20f714c2c8bdd1da49aa25986", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/59b194f20f714c2c8bdd1da49aa25986", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/59b194f20f714c2c8bdd1da49aa25986", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/59b194f20f714c2c8bdd1da49aa25986", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/59b194f20f714c2c8bdd1da49aa25986", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-2145157e-42c2-4ae-user", "id": "10c498df07a64c2bb8757d454fe877e3"}, "audit_ids": ["LoiJfNf6Rj6pgXvWE_3Gcw"], "issued_at": "2018-10-04T15:10:27.000000Z"}} 2018-10-04 15:10:27,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8984ac4ce776dc14eed430c9c39c423177664a" 2018-10-04 15:10:27,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e912c954-f355-4cc2-9f1d-c3b449feb982 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:10:27,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e912c954-f355-4cc2-9f1d-c3b449feb982 2018-10-04 15:10:27,751 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:10:27,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8984ac4ce776dc14eed430c9c39c423177664a" 2018-10-04 15:10:27,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d079bda-c822-47fc-a573-b971a743f9d9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:10:27,823 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8d079bda-c822-47fc-a573-b971a743f9d9 2018-10-04 15:10:27,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8984ac4ce776dc14eed430c9c39c423177664a" 2018-10-04 15:10:28,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-f7311d2b-7e4d-4ef1-88d5-359d1764e3c5 Date: Thu, 04 Oct 2018 15:10:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a96697f5-f755-49c4-804d-d78c5f49a977"],"updated_at":"2018-10-04T15:10:25Z","tenant_id":"59b194f20f714c2c8bdd1da49aa25986","created_at":"2018-10-04T15:10:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59b194f20f714c2c8bdd1da49aa25986","id":"7d647ef9-e858-4905-b1a9-f2acfdba08b2","name":"CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-net"}]} 2018-10-04 15:10:28,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-net used request id req-f7311d2b-7e4d-4ef1-88d5-359d1764e3c5 2018-10-04 15:10:28,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:10:28,088 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:10:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:10:28,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/59b194f20f714c2c8bdd1da49aa25986 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8984ac4ce776dc14eed430c9c39c423177664a" 2018-10-04 15:10:28,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54f5f22d-54d9-449a-97ef-74723fdf2e7e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/59b194f20f714c2c8bdd1da49aa25986"}, "enabled": true, "id": "59b194f20f714c2c8bdd1da49aa25986", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj"}} 2018-10-04 15:10:28,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/59b194f20f714c2c8bdd1da49aa25986 used request id req-54f5f22d-54d9-449a-97ef-74723fdf2e7e 2018-10-04 15:10:28,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7d647ef9-e858-4905-b1a9-f2acfdba08b2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8984ac4ce776dc14eed430c9c39c423177664a" 2018-10-04 15:10:28,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-17710d78-8240-4e55-b8ea-14f0a21b1bfb Date: Thu, 04 Oct 2018 15:10:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d647ef9-e858-4905-b1a9-f2acfdba08b2","tenant_id":"59b194f20f714c2c8bdd1da49aa25986","created_at":"2018-10-04T15:10:25Z","dns_nameservers":[],"updated_at":"2018-10-04T15:10:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59b194f20f714c2c8bdd1da49aa25986","id":"a96697f5-f755-49c4-804d-d78c5f49a977","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-subnet"}]} 2018-10-04 15:10:28,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7d647ef9-e858-4905-b1a9-f2acfdba08b2 used request id req-17710d78-8240-4e55-b8ea-14f0a21b1bfb 2018-10-04 15:10:28,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=7d647ef9-e858-4905-b1a9-f2acfdba08b2&mac_address=foo&name=CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8984ac4ce776dc14eed430c9c39c423177664a" 2018-10-04 15:10:28,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2c295a0a-1247-4181-9ec4-02b3e3715fc0 Date: Thu, 04 Oct 2018 15:10:28 GMT RESP BODY: {"ports":[]} 2018-10-04 15:10:28,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=7d647ef9-e858-4905-b1a9-f2acfdba08b2&mac_address=foo&name=CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2port-1&admin_state_up=True used request id req-2c295a0a-1247-4181-9ec4-02b3e3715fc0 2018-10-04 15:10:28,635 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8984ac4ce776dc14eed430c9c39c423177664a" 2018-10-04 15:10:29,036 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5ab69a9e-5beb-4be8-a691-43f7989597d3 x-compute-request-id: req-5ab69a9e-5beb-4be8-a691-43f7989597d3 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:10:29,036 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-inst used request id req-5ab69a9e-5beb-4be8-a691-43f7989597d3 2018-10-04 15:10:29,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8984ac4ce776dc14eed430c9c39c423177664a" 2018-10-04 15:10:29,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-f59871d6-09bb-4a19-802c-b318ae097107 Date: Thu, 04 Oct 2018 15:10:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a96697f5-f755-49c4-804d-d78c5f49a977"],"updated_at":"2018-10-04T15:10:25Z","tenant_id":"59b194f20f714c2c8bdd1da49aa25986","created_at":"2018-10-04T15:10:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59b194f20f714c2c8bdd1da49aa25986","id":"7d647ef9-e858-4905-b1a9-f2acfdba08b2","name":"CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-net"}]} 2018-10-04 15:10:29,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-net used request id req-f59871d6-09bb-4a19-802c-b318ae097107 2018-10-04 15:10:29,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/59b194f20f714c2c8bdd1da49aa25986 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8984ac4ce776dc14eed430c9c39c423177664a" 2018-10-04 15:10:29,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1b5e6f8-b55b-47f7-9300-eecc302b3828 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/59b194f20f714c2c8bdd1da49aa25986"}, "enabled": true, "id": "59b194f20f714c2c8bdd1da49aa25986", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj"}} 2018-10-04 15:10:29,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/59b194f20f714c2c8bdd1da49aa25986 used request id req-d1b5e6f8-b55b-47f7-9300-eecc302b3828 2018-10-04 15:10:29,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7d647ef9-e858-4905-b1a9-f2acfdba08b2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8984ac4ce776dc14eed430c9c39c423177664a" 2018-10-04 15:10:29,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b7f0d25c-f56f-4bf7-b5b7-f36147d5129c Date: Thu, 04 Oct 2018 15:10:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d647ef9-e858-4905-b1a9-f2acfdba08b2","tenant_id":"59b194f20f714c2c8bdd1da49aa25986","created_at":"2018-10-04T15:10:25Z","dns_nameservers":[],"updated_at":"2018-10-04T15:10:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59b194f20f714c2c8bdd1da49aa25986","id":"a96697f5-f755-49c4-804d-d78c5f49a977","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-subnet"}]} 2018-10-04 15:10:29,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7d647ef9-e858-4905-b1a9-f2acfdba08b2 used request id req-b7f0d25c-f56f-4bf7-b5b7-f36147d5129c 2018-10-04 15:10:29,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=7d647ef9-e858-4905-b1a9-f2acfdba08b2&mac_address=foo&name=CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8984ac4ce776dc14eed430c9c39c423177664a" 2018-10-04 15:10:29,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9fd4dfca-5f3d-478a-afd8-01d13b943394 Date: Thu, 04 Oct 2018 15:10:29 GMT RESP BODY: {"ports":[]} 2018-10-04 15:10:29,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=7d647ef9-e858-4905-b1a9-f2acfdba08b2&mac_address=foo&name=CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2port-1&admin_state_up=True used request id req-9fd4dfca-5f3d-478a-afd8-01d13b943394 2018-10-04 15:10:29,653 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:10:29,653 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:10:30,041 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5923590d613c47a3b53d35d1b4645321", "name": "CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj-role"}], "expires_at": "2018-10-04T16:10:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59b194f20f714c2c8bdd1da49aa25986", "name": "CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/59b194f20f714c2c8bdd1da49aa25986", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/59b194f20f714c2c8bdd1da49aa25986", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/59b194f20f714c2c8bdd1da49aa25986", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/59b194f20f714c2c8bdd1da49aa25986", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/59b194f20f714c2c8bdd1da49aa25986", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/59b194f20f714c2c8bdd1da49aa25986", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/59b194f20f714c2c8bdd1da49aa25986", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/59b194f20f714c2c8bdd1da49aa25986", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/59b194f20f714c2c8bdd1da49aa25986", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/59b194f20f714c2c8bdd1da49aa25986", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/59b194f20f714c2c8bdd1da49aa25986", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/59b194f20f714c2c8bdd1da49aa25986", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-2145157e-42c2-4ae-user", "id": "10c498df07a64c2bb8757d454fe877e3"}, "audit_ids": ["_N4Bz42JRqCv5o8UHBcwOg"], "issued_at": "2018-10-04T15:10:30.000000Z"}} 2018-10-04 15:10:30,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480fa297fa8116dc97c166690bfe7a61d9ce5a93" 2018-10-04 15:10:30,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21ee1592-9a6c-4826-bd7d-0f3304eb8355 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:10:30,135 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-21ee1592-9a6c-4826-bd7d-0f3304eb8355 2018-10-04 15:10:30,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8984ac4ce776dc14eed430c9c39c423177664a" 2018-10-04 15:10:30,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-fbb9d1a6-02bf-4f68-83b5-97aa42dcde71 Date: Thu, 04 Oct 2018 15:10: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":["a96697f5-f755-49c4-804d-d78c5f49a977"],"updated_at":"2018-10-04T15:10:25Z","tenant_id":"59b194f20f714c2c8bdd1da49aa25986","created_at":"2018-10-04T15:10:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59b194f20f714c2c8bdd1da49aa25986","id":"7d647ef9-e858-4905-b1a9-f2acfdba08b2","name":"CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-net"}]} 2018-10-04 15:10:30,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-net used request id req-fbb9d1a6-02bf-4f68-83b5-97aa42dcde71 2018-10-04 15:10:30,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7d647ef9-e858-4905-b1a9-f2acfdba08b2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8984ac4ce776dc14eed430c9c39c423177664a" 2018-10-04 15:10:30,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-310faebe-b2d3-4b25-94d3-b0f2c1c6336d Date: Thu, 04 Oct 2018 15:10:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d647ef9-e858-4905-b1a9-f2acfdba08b2","tenant_id":"59b194f20f714c2c8bdd1da49aa25986","created_at":"2018-10-04T15:10:25Z","dns_nameservers":[],"updated_at":"2018-10-04T15:10:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59b194f20f714c2c8bdd1da49aa25986","id":"a96697f5-f755-49c4-804d-d78c5f49a977","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-subnet"}]} 2018-10-04 15:10:30,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7d647ef9-e858-4905-b1a9-f2acfdba08b2 used request id req-310faebe-b2d3-4b25-94d3-b0f2c1c6336d 2018-10-04 15:10:30,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8984ac4ce776dc14eed430c9c39c423177664a" 2018-10-04 15:10:30,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-3aed2f92-8316-4373-a0aa-dfd57ecdf0aa Date: Thu, 04 Oct 2018 15:10: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":["a96697f5-f755-49c4-804d-d78c5f49a977"],"updated_at":"2018-10-04T15:10:25Z","tenant_id":"59b194f20f714c2c8bdd1da49aa25986","created_at":"2018-10-04T15:10:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59b194f20f714c2c8bdd1da49aa25986","id":"7d647ef9-e858-4905-b1a9-f2acfdba08b2","name":"CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-net"}]} 2018-10-04 15:10:30,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-net used request id req-3aed2f92-8316-4373-a0aa-dfd57ecdf0aa 2018-10-04 15:10:30,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:10:30,861 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:10:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:10:30,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/59b194f20f714c2c8bdd1da49aa25986 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480fa297fa8116dc97c166690bfe7a61d9ce5a93" 2018-10-04 15:10:30,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66336f76-6d40-4a1a-ac5e-346279388443 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/59b194f20f714c2c8bdd1da49aa25986"}, "enabled": true, "id": "59b194f20f714c2c8bdd1da49aa25986", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj"}} 2018-10-04 15:10:30,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/59b194f20f714c2c8bdd1da49aa25986 used request id req-66336f76-6d40-4a1a-ac5e-346279388443 2018-10-04 15:10:30,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7d647ef9-e858-4905-b1a9-f2acfdba08b2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8984ac4ce776dc14eed430c9c39c423177664a" 2018-10-04 15:10:31,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7adc4577-e650-4bcc-8199-109801133cda Date: Thu, 04 Oct 2018 15:10:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d647ef9-e858-4905-b1a9-f2acfdba08b2","tenant_id":"59b194f20f714c2c8bdd1da49aa25986","created_at":"2018-10-04T15:10:25Z","dns_nameservers":[],"updated_at":"2018-10-04T15:10:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59b194f20f714c2c8bdd1da49aa25986","id":"a96697f5-f755-49c4-804d-d78c5f49a977","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-subnet"}]} 2018-10-04 15:10:31,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7d647ef9-e858-4905-b1a9-f2acfdba08b2 used request id req-7adc4577-e650-4bcc-8199-109801133cda 2018-10-04 15:10:31,148 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-net 2018-10-04 15:10:31,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8984ac4ce776dc14eed430c9c39c423177664a" -d '{"port": {"network_id": "7d647ef9-e858-4905-b1a9-f2acfdba08b2", "mac_address": "foo", "name": "CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2port-1", "admin_state_up": true}}' 2018-10-04 15:10:31,159 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 145 Content-Type: application/json X-Openstack-Request-Id: req-eee90b94-fd01-46ad-844a-fb0fcb01f344 Date: Thu, 04 Oct 2018 15:10:31 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for mac_address. Reason: 'foo' is not a valid MAC address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-04 15:10:31,160 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-eee90b94-fd01-46ad-844a-fb0fcb01f344 2018-10-04 15:10:31,160 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for mac_address. Reason: 'foo' is not a valid MAC address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-04 15:10:31,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/a298af4e-4aa7-41f6-bd0c-8f36550dc5f9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee87f9b7585cb7087ffbfb224e6860077e27611" 2018-10-04 15:10:31,198 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:10:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b2f2543e-9a56-4fde-8b74-c8703a92ec88 x-compute-request-id: req-b2f2543e-9a56-4fde-8b74-c8703a92ec88 Content-Length: 0 Content-Type: application/json 2018-10-04 15:10:31,198 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/a298af4e-4aa7-41f6-bd0c-8f36550dc5f9 used request id req-b2f2543e-9a56-4fde-8b74-c8703a92ec88 2018-10-04 15:10:31,198 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-subnet 2018-10-04 15:10:31,198 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-subnet 2018-10-04 15:10:31,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/a96697f5-f755-49c4-804d-d78c5f49a977 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe74ac1011e1894fdbc613bc31d2a89ec0bfa11" 2018-10-04 15:10:33,278 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6476e6f2-19b0-4d4f-bf05-861d60eed072 Date: Thu, 04 Oct 2018 15:10:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:10:33,279 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/a96697f5-f755-49c4-804d-d78c5f49a977 used request id req-6476e6f2-19b0-4d4f-bf05-861d60eed072 2018-10-04 15:10:33,279 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-pub-net 2018-10-04 15:10:33,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/7d647ef9-e858-4905-b1a9-f2acfdba08b2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe74ac1011e1894fdbc613bc31d2a89ec0bfa11" 2018-10-04 15:10:34,599 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9120ae2a-a488-4d52-8135-612b83c68549 Date: Thu, 04 Oct 2018 15:10:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:10:34,600 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/7d647ef9-e858-4905-b1a9-f2acfdba08b2 used request id req-9120ae2a-a488-4d52-8135-612b83c68549 2018-10-04 15:10:34,600 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-33c55ecf-a7d3-4cf3-988d-462b4b79a6b2-image 2018-10-04 15:10:34,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/041e8a8d-49e7-413c-a60b-b8a87de11fbc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24ac6a147e844705a1ce8e0b67b5903fa83fa791" 2018-10-04 15:10:36,526 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4f53b69d-b3f1-4c95-bda4-068a0d05955e Date: Thu, 04 Oct 2018 15:10:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:10:36,526 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/041e8a8d-49e7-413c-a60b-b8a87de11fbc used request id req-4f53b69d-b3f1-4c95-bda4-068a0d05955e 2018-10-04 15:10:36,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd45d81ddea2b8f606944e858337141888ce6295" 2018-10-04 15:10:36,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-48cb0876-b862-4300-ad6f-63e9dee23760 Date: Thu, 04 Oct 2018 15:10:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "59b194f20f714c2c8bdd1da49aa25986", "created_at": "2018-10-04T15:10:24Z", "updated_at": "2018-10-04T15:10:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:10:24Z", "revision_number": 0, "id": "3a310139-7e82-4cf3-836b-ea76638378e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:10:24Z", "security_group_id": "30cf47b0-45a6-46c1-b371-43dc2a233d80", "tenant_id": "59b194f20f714c2c8bdd1da49aa25986", "port_range_min": null, "ethertype": "IPv6", "project_id": "59b194f20f714c2c8bdd1da49aa25986"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:10:24Z", "revision_number": 0, "id": "9e783e03-099b-48bb-a21e-99876473ae46", "remote_group_id": "30cf47b0-45a6-46c1-b371-43dc2a233d80", "remote_ip_prefix": null, "created_at": "2018-10-04T15:10:24Z", "security_group_id": "30cf47b0-45a6-46c1-b371-43dc2a233d80", "tenant_id": "59b194f20f714c2c8bdd1da49aa25986", "port_range_min": null, "ethertype": "IPv4", "project_id": "59b194f20f714c2c8bdd1da49aa25986"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:10:24Z", "revision_number": 0, "id": "bfe2b0af-95ac-43a2-b0d1-f973da0bc9e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:10:24Z", "security_group_id": "30cf47b0-45a6-46c1-b371-43dc2a233d80", "tenant_id": "59b194f20f714c2c8bdd1da49aa25986", "port_range_min": null, "ethertype": "IPv4", "project_id": "59b194f20f714c2c8bdd1da49aa25986"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:10:24Z", "revision_number": 0, "id": "d5c75908-7d8f-4eaf-b300-d82eaf91fe0c", "remote_group_id": "30cf47b0-45a6-46c1-b371-43dc2a233d80", "remote_ip_prefix": null, "created_at": "2018-10-04T15:10:24Z", "security_group_id": "30cf47b0-45a6-46c1-b371-43dc2a233d80", "tenant_id": "59b194f20f714c2c8bdd1da49aa25986", "port_range_min": null, "ethertype": "IPv6", "project_id": "59b194f20f714c2c8bdd1da49aa25986"}], "revision_number": 4, "project_id": "59b194f20f714c2c8bdd1da49aa25986", "id": "30cf47b0-45a6-46c1-b371-43dc2a233d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:10:36,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-48cb0876-b862-4300-ad6f-63e9dee23760 2018-10-04 15:10:36,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd45d81ddea2b8f606944e858337141888ce6295" 2018-10-04 15:10:36,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddf1b105-7ea1-48e4-814f-adaeef267c98 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:10:36,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-ddf1b105-7ea1-48e4-814f-adaeef267c98 2018-10-04 15:10:36,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd45d81ddea2b8f606944e858337141888ce6295" 2018-10-04 15:10:36,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8f528b4-4b39-4009-b787-dcd2e2c98fd7 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:10:36,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-c8f528b4-4b39-4009-b787-dcd2e2c98fd7 2018-10-04 15:10:36,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/59b194f20f714c2c8bdd1da49aa25986 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd45d81ddea2b8f606944e858337141888ce6295" 2018-10-04 15:10:37,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-344cb8a6-45dc-43ec-ae78-a607d15fba7d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/59b194f20f714c2c8bdd1da49aa25986"}, "enabled": true, "id": "59b194f20f714c2c8bdd1da49aa25986", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj"}} 2018-10-04 15:10:37,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/59b194f20f714c2c8bdd1da49aa25986 used request id req-344cb8a6-45dc-43ec-ae78-a607d15fba7d 2018-10-04 15:10:37,026 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 30cf47b0-45a6-46c1-b371-43dc2a233d80 2018-10-04 15:10:37,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=30cf47b0-45a6-46c1-b371-43dc2a233d80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd45d81ddea2b8f606944e858337141888ce6295" 2018-10-04 15:10:37,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-147c88da-1554-4cf9-9a12-1128b80a6173 Date: Thu, 04 Oct 2018 15:10:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:10:24Z", "security_group_id": "30cf47b0-45a6-46c1-b371-43dc2a233d80", "port_range_min": null, "revision_number": 0, "tenant_id": "59b194f20f714c2c8bdd1da49aa25986", "created_at": "2018-10-04T15:10:24Z", "project_id": "59b194f20f714c2c8bdd1da49aa25986", "id": "3a310139-7e82-4cf3-836b-ea76638378e5"}, {"remote_group_id": "30cf47b0-45a6-46c1-b371-43dc2a233d80", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:10:24Z", "security_group_id": "30cf47b0-45a6-46c1-b371-43dc2a233d80", "port_range_min": null, "revision_number": 0, "tenant_id": "59b194f20f714c2c8bdd1da49aa25986", "created_at": "2018-10-04T15:10:24Z", "project_id": "59b194f20f714c2c8bdd1da49aa25986", "id": "9e783e03-099b-48bb-a21e-99876473ae46"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:10:24Z", "security_group_id": "30cf47b0-45a6-46c1-b371-43dc2a233d80", "port_range_min": null, "revision_number": 0, "tenant_id": "59b194f20f714c2c8bdd1da49aa25986", "created_at": "2018-10-04T15:10:24Z", "project_id": "59b194f20f714c2c8bdd1da49aa25986", "id": "bfe2b0af-95ac-43a2-b0d1-f973da0bc9e8"}, {"remote_group_id": "30cf47b0-45a6-46c1-b371-43dc2a233d80", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:10:24Z", "security_group_id": "30cf47b0-45a6-46c1-b371-43dc2a233d80", "port_range_min": null, "revision_number": 0, "tenant_id": "59b194f20f714c2c8bdd1da49aa25986", "created_at": "2018-10-04T15:10:24Z", "project_id": "59b194f20f714c2c8bdd1da49aa25986", "id": "d5c75908-7d8f-4eaf-b300-d82eaf91fe0c"}]} 2018-10-04 15:10:37,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=30cf47b0-45a6-46c1-b371-43dc2a233d80 used request id req-147c88da-1554-4cf9-9a12-1128b80a6173 2018-10-04 15:10:37,216 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:10:37,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/30cf47b0-45a6-46c1-b371-43dc2a233d80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd45d81ddea2b8f606944e858337141888ce6295" 2018-10-04 15:10:37,534 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7a280ea1-76e5-46bb-b6fa-4d3b68388e39 Content-Length: 0 Date: Thu, 04 Oct 2018 15:10:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:10:37,534 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/30cf47b0-45a6-46c1-b371-43dc2a233d80 used request id req-7a280ea1-76e5-46bb-b6fa-4d3b68388e39 2018-10-04 15:10:37,535 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj 2018-10-04 15:10:37,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/59b194f20f714c2c8bdd1da49aa25986 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd45d81ddea2b8f606944e858337141888ce6295" 2018-10-04 15:10:37,797 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:10:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-566288f3-3b4a-4503-998c-99d4aff3c38b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:10:37,797 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/59b194f20f714c2c8bdd1da49aa25986 used request id req-566288f3-3b4a-4503-998c-99d4aff3c38b 2018-10-04 15:10:37,797 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-2145157e-42c2-4ae-proj-role 2018-10-04 15:10:37,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/5923590d613c47a3b53d35d1b4645321 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd45d81ddea2b8f606944e858337141888ce6295" 2018-10-04 15:10:37,902 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:10:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-440838ae-bbf7-4868-a3eb-3573ec97f8d6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:10:37,902 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/5923590d613c47a3b53d35d1b4645321 used request id req-440838ae-bbf7-4868-a3eb-3573ec97f8d6 2018-10-04 15:10:37,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd45d81ddea2b8f606944e858337141888ce6295" 2018-10-04 15:10:38,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff2ee237-8d8b-4f1b-849d-bdbdd403e270 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:10:38,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ff2ee237-8d8b-4f1b-849d-bdbdd403e270 2018-10-04 15:10:38,004 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-2145157e-42c2-4ae-user 2018-10-04 15:10:38,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/10c498df07a64c2bb8757d454fe877e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45a252f503e62484b7c2b0c141c2f57bca7671ef" 2018-10-04 15:10:38,190 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:10:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe3d1308-26e4-4f6b-8596-2c559fb67a23 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:10:38,190 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/10c498df07a64c2bb8757d454fe877e3 used request id req-fe3d1308-26e4-4f6b-8596-2c559fb67a23 2018-10-04 15:10:38,192 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:10:38,563 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:10:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["GJGOIQ8DSBGogHzTFcrWHA"], "issued_at": "2018-10-04T15:10:38.000000Z"}} 2018-10-04 15:10:38,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09c3f538522a39058629a933ecc21d3c8830af7a" 2018-10-04 15:10:38,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df0834cb-d8d3-4bcb-9b03-977b5ce90611 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:10:38,664 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-df0834cb-d8d3-4bcb-9b03-977b5ce90611 2018-10-04 15:10:38,665 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:10:38,666 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:10:39,070 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:10:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["xLOQbSS_Sk-vTqNz0VaB0A"], "issued_at": "2018-10-04T15:10:39.000000Z"}} 2018-10-04 15:10:39,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cab60443b50d59b7253a184594659a0a0ff42b" 2018-10-04 15:10:39,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10504b2f-4620-49c8-a0aa-9f89f7249c77 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:10:39,146 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-10504b2f-4620-49c8-a0aa-9f89f7249c77 2018-10-04 15:10:39,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:10:39,156 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:10:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:10:39,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-883098b7-26d3-451-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cab60443b50d59b7253a184594659a0a0ff42b" 2018-10-04 15:10:39,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb0b09a9-226a-403a-8867-9112506420a1 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-883098b7-26d3-451-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:10:39,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-883098b7-26d3-451-proj used request id req-eb0b09a9-226a-403a-8867-9112506420a1 2018-10-04 15:10:39,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cab60443b50d59b7253a184594659a0a0ff42b" 2018-10-04 15:10:39,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cbfd8d2-25f6-4e49-9dc0-23caaa857307 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:10:39,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-3cbfd8d2-25f6-4e49-9dc0-23caaa857307 2018-10-04 15:10:39,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cab60443b50d59b7253a184594659a0a0ff42b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-883098b7-26d3-451-proj"}}' 2018-10-04 15:10:39,472 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:10:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a7611bc-902b-4e81-b2a3-3128bb4a75d9 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee"}, "enabled": true, "id": "c099493ba70e42c29d3d8abb78fed5ee", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-883098b7-26d3-451-proj"}} 2018-10-04 15:10:39,472 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-2a7611bc-902b-4e81-b2a3-3128bb4a75d9 2018-10-04 15:10:39,473 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-883098b7-26d3-451-proj 2018-10-04 15:10:39,473 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:10:39,474 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:10:39,873 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:10:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["e7qDAYgXTvO3G5tT4wxU_A"], "issued_at": "2018-10-04T15:10:39.000000Z"}} 2018-10-04 15:10:39,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51c9e3bf499a7de45149aea36292c39bb91b9ac1" 2018-10-04 15:10:39,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4075d452-b889-400e-b39d-b742f0a52a41 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:10:39,957 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4075d452-b889-400e-b39d-b742f0a52a41 2018-10-04 15:10:39,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:10:39,971 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:10:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:10:39,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51c9e3bf499a7de45149aea36292c39bb91b9ac1" 2018-10-04 15:10:40,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3fe52fd-dc5c-4b16-adf5-a5a3eec86692 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:10:40,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b3fe52fd-dc5c-4b16-adf5-a5a3eec86692 2018-10-04 15:10:40,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-883098b7-26d3-451-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51c9e3bf499a7de45149aea36292c39bb91b9ac1" 2018-10-04 15:10:40,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-150bd7e4-bcfa-4d0e-8a65-cb0088a9ca05 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-883098b7-26d3-451-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee"}, "enabled": true, "id": "c099493ba70e42c29d3d8abb78fed5ee", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-883098b7-26d3-451-proj"}]} 2018-10-04 15:10:40,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-883098b7-26d3-451-proj used request id req-150bd7e4-bcfa-4d0e-8a65-cb0088a9ca05 2018-10-04 15:10:40,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51c9e3bf499a7de45149aea36292c39bb91b9ac1" 2018-10-04 15:10:40,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07286043-d534-4be7-8a0d-b395d9a7090f Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:10:40,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-07286043-d534-4be7-8a0d-b395d9a7090f 2018-10-04 15:10:40,592 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-883098b7-26d3-451-user 2018-10-04 15:10:40,592 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:10:40,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cab60443b50d59b7253a184594659a0a0ff42b" 2018-10-04 15:10:40,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7772ad3-727c-4d72-bc04-13a1ac930a89 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:10:40,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e7772ad3-727c-4d72-bc04-13a1ac930a89 2018-10-04 15:10:40,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cab60443b50d59b7253a184594659a0a0ff42b" -d '{"role": {"name": "CreateInstancePortManipulationTests-883098b7-26d3-451-proj-role"}}' 2018-10-04 15:10:40,794 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:10:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d089ce7c-b565-45aa-ac9f-c9dc3321e53c Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9e1fc23d6e3b4e428709a03e0f3bd637", "links": {"self": "http://172.30.9.23:5000/v3/roles/9e1fc23d6e3b4e428709a03e0f3bd637"}, "name": "CreateInstancePortManipulationTests-883098b7-26d3-451-proj-role"}} 2018-10-04 15:10:40,794 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-d089ce7c-b565-45aa-ac9f-c9dc3321e53c 2018-10-04 15:10:40,794 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-883098b7-26d3-451-proj-role 2018-10-04 15:10:40,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/9e1fc23d6e3b4e428709a03e0f3bd637 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cab60443b50d59b7253a184594659a0a0ff42b" 2018-10-04 15:10:40,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36b2ab01-09d1-4606-a089-3e38fbe2fcb4 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/9e1fc23d6e3b4e428709a03e0f3bd637"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-883098b7-26d3-451-proj-role", "id": "9e1fc23d6e3b4e428709a03e0f3bd637"}} 2018-10-04 15:10:40,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/9e1fc23d6e3b4e428709a03e0f3bd637 used request id req-36b2ab01-09d1-4606-a089-3e38fbe2fcb4 2018-10-04 15:10:40,886 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-883098b7-26d3-451-proj-role to project CreateInstancePortManipulationTests-883098b7-26d3-451-proj 2018-10-04 15:10:40,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee/users/738e12f3bf0246639809afee843517e0/roles/9e1fc23d6e3b4e428709a03e0f3bd637 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cab60443b50d59b7253a184594659a0a0ff42b" 2018-10-04 15:10:41,012 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:10:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c81952fa-2cd9-4700-be0f-ecbfe3aaa5ea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:10:41,012 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee/users/738e12f3bf0246639809afee843517e0/roles/9e1fc23d6e3b4e428709a03e0f3bd637 used request id req-c81952fa-2cd9-4700-be0f-ecbfe3aaa5ea 2018-10-04 15:10:41,013 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:10:41,013 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:10:41,014 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:10:41,389 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9e1fc23d6e3b4e428709a03e0f3bd637", "name": "CreateInstancePortManipulationTests-883098b7-26d3-451-proj-role"}], "expires_at": "2018-10-04T16:10:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c099493ba70e42c29d3d8abb78fed5ee", "name": "CreateInstancePortManipulationTests-883098b7-26d3-451-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/c099493ba70e42c29d3d8abb78fed5ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/c099493ba70e42c29d3d8abb78fed5ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/c099493ba70e42c29d3d8abb78fed5ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c099493ba70e42c29d3d8abb78fed5ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/c099493ba70e42c29d3d8abb78fed5ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/c099493ba70e42c29d3d8abb78fed5ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/c099493ba70e42c29d3d8abb78fed5ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/c099493ba70e42c29d3d8abb78fed5ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/c099493ba70e42c29d3d8abb78fed5ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c099493ba70e42c29d3d8abb78fed5ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/c099493ba70e42c29d3d8abb78fed5ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/c099493ba70e42c29d3d8abb78fed5ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-883098b7-26d3-451-user", "id": "738e12f3bf0246639809afee843517e0"}, "audit_ids": ["HN7ia-TsTF6jDobLuWOBcg"], "issued_at": "2018-10-04T15:10:41.000000Z"}} 2018-10-04 15:10:41,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9f24c6ac995f9cdb87736c3d6a80c56691773e" 2018-10-04 15:10:41,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dcf0111-ba19-49f9-a3ba-09542ef07da2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:10:41,465 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1dcf0111-ba19-49f9-a3ba-09542ef07da2 2018-10-04 15:10:41,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8d9f24c6ac995f9cdb87736c3d6a80c56691773e" 2018-10-04 15:10:41,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-78876f14-3c90-4706-889e-4a39071f319f Date: Thu, 04 Oct 2018 15:10:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-image"} 2018-10-04 15:10:41,644 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-image used request id req-78876f14-3c90-4706-889e-4a39071f319f 2018-10-04 15:10:41,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8d9f24c6ac995f9cdb87736c3d6a80c56691773e" 2018-10-04 15:10:41,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c0d504c6-4497-4adf-b398-0dfa4bab7e9d Date: Thu, 04 Oct 2018 15:10:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:10:41,803 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-c0d504c6-4497-4adf-b398-0dfa4bab7e9d 2018-10-04 15:10:41,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8d9f24c6ac995f9cdb87736c3d6a80c56691773e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-image"}' 2018-10-04 15:10:42,002 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a X-Openstack-Request-Id: req-54f66a80-6a1b-45e3-a6d6-01cadd085aa1 Date: Thu, 04 Oct 2018 15:10:42 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:10:41Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:10:41Z", "visibility": "shared", "locations": [], "self": "/v2/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a", "min_disk": 0, "protected": false, "id": "b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a", "file": "/v2/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a/file", "checksum": null, "owner": "c099493ba70e42c29d3d8abb78fed5ee", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:10:42,003 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-54f66a80-6a1b-45e3-a6d6-01cadd085aa1 2018-10-04 15:10:42,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8d9f24c6ac995f9cdb87736c3d6a80c56691773e" -d '' 2018-10-04 15:10:44,158 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-eedadaa2-24d4-4197-9a53-3d20b040556c Date: Thu, 04 Oct 2018 15: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-10-04 15:10:44,159 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a/file used request id req-eedadaa2-24d4-4197-9a53-3d20b040556c 2018-10-04 15:10:44,159 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:10:44,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8d9f24c6ac995f9cdb87736c3d6a80c56691773e" 2018-10-04 15:10:44,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-63a416a4-3472-4bd8-9004-12d32e8b48b2 Date: Thu, 04 Oct 2018 15:10:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:10:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:10:44Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a/snap", "metadata": {}}], "self": "/v2/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a", "min_disk": 0, "protected": false, "id": "b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a", "file": "/v2/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c099493ba70e42c29d3d8abb78fed5ee", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:10:44,316 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a used request id req-63a416a4-3472-4bd8-9004-12d32e8b48b2 2018-10-04 15:10:44,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8d9f24c6ac995f9cdb87736c3d6a80c56691773e" 2018-10-04 15:10:44,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e77bad82-8f11-4a08-a8dc-f23766ce6c07 Date: Thu, 04 Oct 2018 15:10:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:10:44,463 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-e77bad82-8f11-4a08-a8dc-f23766ce6c07 2018-10-04 15:10:44,465 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-image 2018-10-04 15:10:44,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8d9f24c6ac995f9cdb87736c3d6a80c56691773e" 2018-10-04 15:10:44,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-b046295b-e3bd-4a43-90a9-57e11594f4fb Date: Thu, 04 Oct 2018 15:10:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:10:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:10:44Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a/snap", "metadata": {}}], "self": "/v2/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a", "min_disk": 0, "protected": false, "id": "b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a", "file": "/v2/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c099493ba70e42c29d3d8abb78fed5ee", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:10:44,484 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a used request id req-b046295b-e3bd-4a43-90a9-57e11594f4fb 2018-10-04 15:10:44,485 - create_image - DEBUG - Instance status is - active 2018-10-04 15:10:44,485 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-image 2018-10-04 15:10:44,485 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-image 2018-10-04 15:10:44,485 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:10:44,486 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:10:44,854 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9e1fc23d6e3b4e428709a03e0f3bd637", "name": "CreateInstancePortManipulationTests-883098b7-26d3-451-proj-role"}], "expires_at": "2018-10-04T16:10:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c099493ba70e42c29d3d8abb78fed5ee", "name": "CreateInstancePortManipulationTests-883098b7-26d3-451-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/c099493ba70e42c29d3d8abb78fed5ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/c099493ba70e42c29d3d8abb78fed5ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/c099493ba70e42c29d3d8abb78fed5ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c099493ba70e42c29d3d8abb78fed5ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/c099493ba70e42c29d3d8abb78fed5ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/c099493ba70e42c29d3d8abb78fed5ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/c099493ba70e42c29d3d8abb78fed5ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/c099493ba70e42c29d3d8abb78fed5ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/c099493ba70e42c29d3d8abb78fed5ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c099493ba70e42c29d3d8abb78fed5ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/c099493ba70e42c29d3d8abb78fed5ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/c099493ba70e42c29d3d8abb78fed5ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-883098b7-26d3-451-user", "id": "738e12f3bf0246639809afee843517e0"}, "audit_ids": ["NUHhUXfSQBO1eFTvFxkWCQ"], "issued_at": "2018-10-04T15:10:44.000000Z"}} 2018-10-04 15:10:44,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8a32eb9f748f0bc32ef02d749f2a2277b37106" 2018-10-04 15:10:44,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8da4f56f-3079-4792-87fe-f3880f9d507f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:10:44,937 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8da4f56f-3079-4792-87fe-f3880f9d507f 2018-10-04 15:10:44,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8a32eb9f748f0bc32ef02d749f2a2277b37106" 2018-10-04 15:10:45,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-22e6a60d-5502-4dbe-b94e-75dbfbd4afd8 Date: Thu, 04 Oct 2018 15:10:45 GMT RESP BODY: {"networks":[]} 2018-10-04 15:10:45,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net used request id req-22e6a60d-5502-4dbe-b94e-75dbfbd4afd8 2018-10-04 15:10:45,131 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net 2018-10-04 15:10:45,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8a32eb9f748f0bc32ef02d749f2a2277b37106" -d '{"network": {"name": "CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net", "admin_state_up": true}}' 2018-10-04 15:10:45,655 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-72542ff2-a863-4255-8215-048de87fa4f2 Date: Thu, 04 Oct 2018 15:10:45 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5a73a063-e066-4e07-b87e-c746f33dd831","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c099493ba70e42c29d3d8abb78fed5ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:10:45Z","is_default":false,"name":"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:45Z","mtu":1450}} 2018-10-04 15:10:45,655 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-72542ff2-a863-4255-8215-048de87fa4f2 2018-10-04 15:10:45,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=5a73a063-e066-4e07-b87e-c746f33dd831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8a32eb9f748f0bc32ef02d749f2a2277b37106" 2018-10-04 15:10:46,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-a0d86dc2-bccf-43eb-bd72-b4cdae6ad291 Date: Thu, 04 Oct 2018 15:10:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T15:10:45Z","tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c099493ba70e42c29d3d8abb78fed5ee","id":"5a73a063-e066-4e07-b87e-c746f33dd831","name":"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net"}]} 2018-10-04 15:10:46,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=5a73a063-e066-4e07-b87e-c746f33dd831 used request id req-a0d86dc2-bccf-43eb-bd72-b4cdae6ad291 2018-10-04 15:10:46,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5a73a063-e066-4e07-b87e-c746f33dd831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8a32eb9f748f0bc32ef02d749f2a2277b37106" 2018-10-04 15:10:46,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-da80941d-c30e-421d-9cf1-85fcd8fce570 Date: Thu, 04 Oct 2018 15:10:46 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:10:46,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5a73a063-e066-4e07-b87e-c746f33dd831 used request id req-da80941d-c30e-421d-9cf1-85fcd8fce570 2018-10-04 15:10:46,087 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-subnet 2018-10-04 15:10:46,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8a32eb9f748f0bc32ef02d749f2a2277b37106" -d '{"subnets": [{"ip_version": 4, "network_id": "5a73a063-e066-4e07-b87e-c746f33dd831", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-subnet"}]}' 2018-10-04 15:10:46,877 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c124aefe-9306-424a-b74b-03b530399639 Date: Thu, 04 Oct 2018 15:10:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5a73a063-e066-4e07-b87e-c746f33dd831","tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:46Z","dns_nameservers":[],"updated_at":"2018-10-04T15:10:46Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"c099493ba70e42c29d3d8abb78fed5ee","id":"29ecf47a-d29c-4f20-969d-aace8c96374c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-subnet"}]} 2018-10-04 15:10:46,877 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-c124aefe-9306-424a-b74b-03b530399639 2018-10-04 15:10:46,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=5a73a063-e066-4e07-b87e-c746f33dd831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8a32eb9f748f0bc32ef02d749f2a2277b37106" 2018-10-04 15:10:47,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-2845c49d-33da-40b2-be1c-a9b48f72985b Date: Thu, 04 Oct 2018 15:10:47 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":["29ecf47a-d29c-4f20-969d-aace8c96374c"],"updated_at":"2018-10-04T15:10:46Z","tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c099493ba70e42c29d3d8abb78fed5ee","id":"5a73a063-e066-4e07-b87e-c746f33dd831","name":"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net"}]} 2018-10-04 15:10:47,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=5a73a063-e066-4e07-b87e-c746f33dd831 used request id req-2845c49d-33da-40b2-be1c-a9b48f72985b 2018-10-04 15:10:47,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5a73a063-e066-4e07-b87e-c746f33dd831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8a32eb9f748f0bc32ef02d749f2a2277b37106" 2018-10-04 15:10:47,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0c922d25-5199-4f51-923a-7a5ddd4f16fe Date: Thu, 04 Oct 2018 15:10:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5a73a063-e066-4e07-b87e-c746f33dd831","tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:46Z","dns_nameservers":[],"updated_at":"2018-10-04T15:10:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c099493ba70e42c29d3d8abb78fed5ee","id":"29ecf47a-d29c-4f20-969d-aace8c96374c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-subnet"}]} 2018-10-04 15:10:47,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5a73a063-e066-4e07-b87e-c746f33dd831 used request id req-0c922d25-5199-4f51-923a-7a5ddd4f16fe 2018-10-04 15:10:47,192 - OpenStackNetwork - DEBUG - Network [5a73a063-e066-4e07-b87e-c746f33dd831] created successfully 2018-10-04 15:10:47,192 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:10:47,193 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:10:47,573 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:10:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["PLiFFkNiTu2U8SNgxvvXRQ"], "issued_at": "2018-10-04T15:10:47.000000Z"}} 2018-10-04 15:10:47,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}581c98e4284e82cfcaa42356e5106cfeb71773a1" 2018-10-04 15:10:47,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e28c299-ad9d-490f-b718-5b9819cd5fd0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:10:47,648 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5e28c299-ad9d-490f-b718-5b9819cd5fd0 2018-10-04 15:10:47,649 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:10:47,655 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}581c98e4284e82cfcaa42356e5106cfeb71773a1" 2018-10-04 15:10:48,307 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10: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-77abbb32-45d8-4ef4-914b-25c4307337e7 x-compute-request-id: req-77abbb32-45d8-4ef4-914b-25c4307337e7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:10:48,307 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-77abbb32-45d8-4ef4-914b-25c4307337e7 2018-10-04 15:10:48,311 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}581c98e4284e82cfcaa42356e5106cfeb71773a1" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:10:48,387 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc99b872-e069-4e96-a18c-4e8201b89269 x-compute-request-id: req-dc99b872-e069-4e96-a18c-4e8201b89269 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/804e0f48-f892-4719-ac6f-70fa26f85fe2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/804e0f48-f892-4719-ac6f-70fa26f85fe2", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "804e0f48-f892-4719-ac6f-70fa26f85fe2", "name": "CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:10:48,387 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-dc99b872-e069-4e96-a18c-4e8201b89269 2018-10-04 15:10:48,388 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:10:48,389 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:10:48,762 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9e1fc23d6e3b4e428709a03e0f3bd637", "name": "CreateInstancePortManipulationTests-883098b7-26d3-451-proj-role"}], "expires_at": "2018-10-04T16:10:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c099493ba70e42c29d3d8abb78fed5ee", "name": "CreateInstancePortManipulationTests-883098b7-26d3-451-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/c099493ba70e42c29d3d8abb78fed5ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/c099493ba70e42c29d3d8abb78fed5ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/c099493ba70e42c29d3d8abb78fed5ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c099493ba70e42c29d3d8abb78fed5ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/c099493ba70e42c29d3d8abb78fed5ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/c099493ba70e42c29d3d8abb78fed5ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/c099493ba70e42c29d3d8abb78fed5ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/c099493ba70e42c29d3d8abb78fed5ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/c099493ba70e42c29d3d8abb78fed5ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c099493ba70e42c29d3d8abb78fed5ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/c099493ba70e42c29d3d8abb78fed5ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/c099493ba70e42c29d3d8abb78fed5ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-883098b7-26d3-451-user", "id": "738e12f3bf0246639809afee843517e0"}, "audit_ids": ["5rae7Q1kQGGPgA1DtdWK4g"], "issued_at": "2018-10-04T15:10:48.000000Z"}} 2018-10-04 15:10:48,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:48,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbc785e5-a5db-4d8f-b734-d9b445fc1b75 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:10:48,837 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fbc785e5-a5db-4d8f-b734-d9b445fc1b75 2018-10-04 15:10:48,838 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:10:48,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:48,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47187a6b-e71d-4245-956a-8d0c64707004 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:10:48,913 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-47187a6b-e71d-4245-956a-8d0c64707004 2018-10-04 15:10:48,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:49,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-d93d34d6-eff3-41fd-9ce1-fa994df852e5 Date: Thu, 04 Oct 2018 15:10:49 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":["29ecf47a-d29c-4f20-969d-aace8c96374c"],"updated_at":"2018-10-04T15:10:46Z","tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c099493ba70e42c29d3d8abb78fed5ee","id":"5a73a063-e066-4e07-b87e-c746f33dd831","name":"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net"}]} 2018-10-04 15:10:49,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net used request id req-d93d34d6-eff3-41fd-9ce1-fa994df852e5 2018-10-04 15:10:49,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:10:49,200 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:10:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:10:49,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:49,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a125f08-e5c0-44f5-b8ea-2693a2822b36 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee"}, "enabled": true, "id": "c099493ba70e42c29d3d8abb78fed5ee", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-883098b7-26d3-451-proj"}} 2018-10-04 15:10:49,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee used request id req-3a125f08-e5c0-44f5-b8ea-2693a2822b36 2018-10-04 15:10:49,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5a73a063-e066-4e07-b87e-c746f33dd831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:49,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-995194ed-93c7-40ce-9145-9bb101576d4f Date: Thu, 04 Oct 2018 15:10:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5a73a063-e066-4e07-b87e-c746f33dd831","tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:46Z","dns_nameservers":[],"updated_at":"2018-10-04T15:10:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c099493ba70e42c29d3d8abb78fed5ee","id":"29ecf47a-d29c-4f20-969d-aace8c96374c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-subnet"}]} 2018-10-04 15:10:49,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5a73a063-e066-4e07-b87e-c746f33dd831 used request id req-995194ed-93c7-40ce-9145-9bb101576d4f 2018-10-04 15:10:49,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=5a73a063-e066-4e07-b87e-c746f33dd831&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fcport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:49,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d576775c-5cf5-4892-97df-0e804ac4b6e2 Date: Thu, 04 Oct 2018 15:10:49 GMT RESP BODY: {"ports":[]} 2018-10-04 15:10:49,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=5a73a063-e066-4e07-b87e-c746f33dd831&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fcport-1&admin_state_up=True used request id req-d576775c-5cf5-4892-97df-0e804ac4b6e2 2018-10-04 15:10:49,666 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:49,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d199a595-ff54-4cd9-8348-1ae90abc0e1e x-compute-request-id: req-d199a595-ff54-4cd9-8348-1ae90abc0e1e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:10:49,899 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-inst used request id req-d199a595-ff54-4cd9-8348-1ae90abc0e1e 2018-10-04 15:10:49,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:50,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-34f91c95-ef55-4f58-8aef-4eae06f25be7 Date: Thu, 04 Oct 2018 15:10: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":["29ecf47a-d29c-4f20-969d-aace8c96374c"],"updated_at":"2018-10-04T15:10:46Z","tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c099493ba70e42c29d3d8abb78fed5ee","id":"5a73a063-e066-4e07-b87e-c746f33dd831","name":"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net"}]} 2018-10-04 15:10:50,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net used request id req-34f91c95-ef55-4f58-8aef-4eae06f25be7 2018-10-04 15:10:50,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:50,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-305db02f-7a5f-4156-9db7-590fc7421680 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee"}, "enabled": true, "id": "c099493ba70e42c29d3d8abb78fed5ee", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-883098b7-26d3-451-proj"}} 2018-10-04 15:10:50,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee used request id req-305db02f-7a5f-4156-9db7-590fc7421680 2018-10-04 15:10:50,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5a73a063-e066-4e07-b87e-c746f33dd831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:50,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c8807a62-72ee-4c63-adb4-b14371e4aaa6 Date: Thu, 04 Oct 2018 15:10:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5a73a063-e066-4e07-b87e-c746f33dd831","tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:46Z","dns_nameservers":[],"updated_at":"2018-10-04T15:10:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c099493ba70e42c29d3d8abb78fed5ee","id":"29ecf47a-d29c-4f20-969d-aace8c96374c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-subnet"}]} 2018-10-04 15:10:50,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5a73a063-e066-4e07-b87e-c746f33dd831 used request id req-c8807a62-72ee-4c63-adb4-b14371e4aaa6 2018-10-04 15:10:50,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=5a73a063-e066-4e07-b87e-c746f33dd831&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fcport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:50,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-79a9273c-ebba-47f6-8041-eaa8145d3177 Date: Thu, 04 Oct 2018 15:10:50 GMT RESP BODY: {"ports":[]} 2018-10-04 15:10:50,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=5a73a063-e066-4e07-b87e-c746f33dd831&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fcport-1&admin_state_up=True used request id req-79a9273c-ebba-47f6-8041-eaa8145d3177 2018-10-04 15:10:50,721 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:10:50,722 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:10:51,096 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9e1fc23d6e3b4e428709a03e0f3bd637", "name": "CreateInstancePortManipulationTests-883098b7-26d3-451-proj-role"}], "expires_at": "2018-10-04T16:10:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c099493ba70e42c29d3d8abb78fed5ee", "name": "CreateInstancePortManipulationTests-883098b7-26d3-451-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/c099493ba70e42c29d3d8abb78fed5ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/c099493ba70e42c29d3d8abb78fed5ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/c099493ba70e42c29d3d8abb78fed5ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c099493ba70e42c29d3d8abb78fed5ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/c099493ba70e42c29d3d8abb78fed5ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/c099493ba70e42c29d3d8abb78fed5ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/c099493ba70e42c29d3d8abb78fed5ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/c099493ba70e42c29d3d8abb78fed5ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/c099493ba70e42c29d3d8abb78fed5ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c099493ba70e42c29d3d8abb78fed5ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/c099493ba70e42c29d3d8abb78fed5ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/c099493ba70e42c29d3d8abb78fed5ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-883098b7-26d3-451-user", "id": "738e12f3bf0246639809afee843517e0"}, "audit_ids": ["CNeZHTIsRFSegV3_SMD7Qw"], "issued_at": "2018-10-04T15:10:51.000000Z"}} 2018-10-04 15:10:51,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}655049d9253fed4d75ded20f4dcde24a4a137c37" 2018-10-04 15:10:51,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ec479c1-d044-4fae-a1d4-000c75b7c747 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:10:51,169 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9ec479c1-d044-4fae-a1d4-000c75b7c747 2018-10-04 15:10:51,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:51,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-23bf5419-2d67-46aa-ad84-0ac7daa3acd3 Date: Thu, 04 Oct 2018 15:10:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["29ecf47a-d29c-4f20-969d-aace8c96374c"],"updated_at":"2018-10-04T15:10:46Z","tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c099493ba70e42c29d3d8abb78fed5ee","id":"5a73a063-e066-4e07-b87e-c746f33dd831","name":"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net"}]} 2018-10-04 15:10:51,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net used request id req-23bf5419-2d67-46aa-ad84-0ac7daa3acd3 2018-10-04 15:10:51,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5a73a063-e066-4e07-b87e-c746f33dd831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:51,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ed9f4f16-a61d-4a1e-9fd2-968324afa514 Date: Thu, 04 Oct 2018 15:10:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5a73a063-e066-4e07-b87e-c746f33dd831","tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:46Z","dns_nameservers":[],"updated_at":"2018-10-04T15:10:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c099493ba70e42c29d3d8abb78fed5ee","id":"29ecf47a-d29c-4f20-969d-aace8c96374c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-subnet"}]} 2018-10-04 15:10:51,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5a73a063-e066-4e07-b87e-c746f33dd831 used request id req-ed9f4f16-a61d-4a1e-9fd2-968324afa514 2018-10-04 15:10:51,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:51,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-3e2ac2e0-115a-4fb7-8765-e26f66aca481 Date: Thu, 04 Oct 2018 15:10:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["29ecf47a-d29c-4f20-969d-aace8c96374c"],"updated_at":"2018-10-04T15:10:46Z","tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c099493ba70e42c29d3d8abb78fed5ee","id":"5a73a063-e066-4e07-b87e-c746f33dd831","name":"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net"}]} 2018-10-04 15:10:51,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net used request id req-3e2ac2e0-115a-4fb7-8765-e26f66aca481 2018-10-04 15:10:51,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:10:51,437 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:10:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:10:51,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}655049d9253fed4d75ded20f4dcde24a4a137c37" 2018-10-04 15:10:51,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e20e394-360b-4804-a722-3a70e96c9811 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee"}, "enabled": true, "id": "c099493ba70e42c29d3d8abb78fed5ee", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-883098b7-26d3-451-proj"}} 2018-10-04 15:10:51,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee used request id req-8e20e394-360b-4804-a722-3a70e96c9811 2018-10-04 15:10:51,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5a73a063-e066-4e07-b87e-c746f33dd831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:51,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-df46f81b-280c-434d-8aaf-b863c6b7ee9d Date: Thu, 04 Oct 2018 15:10:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5a73a063-e066-4e07-b87e-c746f33dd831","tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:46Z","dns_nameservers":[],"updated_at":"2018-10-04T15:10:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c099493ba70e42c29d3d8abb78fed5ee","id":"29ecf47a-d29c-4f20-969d-aace8c96374c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-subnet"}]} 2018-10-04 15:10:51,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5a73a063-e066-4e07-b87e-c746f33dd831 used request id req-df46f81b-280c-434d-8aaf-b863c6b7ee9d 2018-10-04 15:10:51,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5a73a063-e066-4e07-b87e-c746f33dd831&name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:51,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5219ae75-47aa-4883-9348-afa53eb54974 Date: Thu, 04 Oct 2018 15:10:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5a73a063-e066-4e07-b87e-c746f33dd831","tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:46Z","dns_nameservers":[],"updated_at":"2018-10-04T15:10:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c099493ba70e42c29d3d8abb78fed5ee","id":"29ecf47a-d29c-4f20-969d-aace8c96374c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-subnet"}]} 2018-10-04 15:10:51,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5a73a063-e066-4e07-b87e-c746f33dd831&name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-subnet used request id req-5219ae75-47aa-4883-9348-afa53eb54974 2018-10-04 15:10:51,915 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net 2018-10-04 15:10:51,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" -d '{"port": {"network_id": "5a73a063-e066-4e07-b87e-c746f33dd831", "mac_address": "0a:1b:2c:3d:4e:5f", "fixed_ips": [{"subnet_id": "29ecf47a-d29c-4f20-969d-aace8c96374c", "ip_address": "10.55.0.101"}], "name": "CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fcport-1", "admin_state_up": true}}' 2018-10-04 15:10:52,919 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-a1d077e7-152e-48f6-8887-e1fc2ec293c0 Date: Thu, 04 Oct 2018 15:10:52 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:10:52Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"29ecf47a-d29c-4f20-969d-aace8c96374c","ip_address":"10.55.0.101"}],"id":"0d315a9e-1a40-4297-b000-24403cd30d5c","security_groups":["33353709-8cb0-4ccd-9737-82fd87ba3ee9"],"mac_address":"0a:1b:2c:3d:4e:5f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fcport-1","project_id":"c099493ba70e42c29d3d8abb78fed5ee","qos_policy_id":null,"admin_state_up":true,"network_id":"5a73a063-e066-4e07-b87e-c746f33dd831","tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:52Z","binding:vnic_type":"normal"}} 2018-10-04 15:10:52,919 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-a1d077e7-152e-48f6-8887-e1fc2ec293c0 2018-10-04 15:10:52,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:53,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-d0b7fa3d-e7ae-4736-8580-b03466c13de2 Date: Thu, 04 Oct 2018 15:10:53 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":["29ecf47a-d29c-4f20-969d-aace8c96374c"],"updated_at":"2018-10-04T15:10:46Z","tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c099493ba70e42c29d3d8abb78fed5ee","id":"5a73a063-e066-4e07-b87e-c746f33dd831","name":"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net"}]} 2018-10-04 15:10:53,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net used request id req-d0b7fa3d-e7ae-4736-8580-b03466c13de2 2018-10-04 15:10:53,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:53,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77fc5e12-ef64-4863-a1be-729abec033e9 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee"}, "enabled": true, "id": "c099493ba70e42c29d3d8abb78fed5ee", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-883098b7-26d3-451-proj"}} 2018-10-04 15:10:53,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee used request id req-77fc5e12-ef64-4863-a1be-729abec033e9 2018-10-04 15:10:53,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5a73a063-e066-4e07-b87e-c746f33dd831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:53,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ac000d9d-8753-4eb5-8b78-8bf75a0278c6 Date: Thu, 04 Oct 2018 15:10:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5a73a063-e066-4e07-b87e-c746f33dd831","tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:46Z","dns_nameservers":[],"updated_at":"2018-10-04T15:10:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c099493ba70e42c29d3d8abb78fed5ee","id":"29ecf47a-d29c-4f20-969d-aace8c96374c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-subnet"}]} 2018-10-04 15:10:53,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5a73a063-e066-4e07-b87e-c746f33dd831 used request id req-ac000d9d-8753-4eb5-8b78-8bf75a0278c6 2018-10-04 15:10:53,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=5a73a063-e066-4e07-b87e-c746f33dd831&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fcport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:53,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-5f267a61-afbc-4f59-96e9-9cfd75e647b9 Date: Thu, 04 Oct 2018 15:10:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:10:52Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"29ecf47a-d29c-4f20-969d-aace8c96374c","ip_address":"10.55.0.101"}],"id":"0d315a9e-1a40-4297-b000-24403cd30d5c","security_groups":["33353709-8cb0-4ccd-9737-82fd87ba3ee9"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"c099493ba70e42c29d3d8abb78fed5ee","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fcport-1","admin_state_up":true,"network_id":"5a73a063-e066-4e07-b87e-c746f33dd831","tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:52Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:10:53,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=5a73a063-e066-4e07-b87e-c746f33dd831&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fcport-1&admin_state_up=True used request id req-5f267a61-afbc-4f59-96e9-9cfd75e647b9 2018-10-04 15:10:53,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:53,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dcc79b8-b0c1-41f7-a66b-d14fafcd94ec Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee"}, "enabled": true, "id": "c099493ba70e42c29d3d8abb78fed5ee", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-883098b7-26d3-451-proj"}} 2018-10-04 15:10:53,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee used request id req-5dcc79b8-b0c1-41f7-a66b-d14fafcd94ec 2018-10-04 15:10:53,894 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-inst 2018-10-04 15:10:53,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:53,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-12789569-fac6-4fcc-9dc1-0a23268b4aaf x-compute-request-id: req-12789569-fac6-4fcc-9dc1-0a23268b4aaf Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "804e0f48-f892-4719-ac6f-70fa26f85fe2", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/804e0f48-f892-4719-ac6f-70fa26f85fe2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/804e0f48-f892-4719-ac6f-70fa26f85fe2", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-flavor-name"}]} 2018-10-04 15:10:53,924 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-12789569-fac6-4fcc-9dc1-0a23268b4aaf 2018-10-04 15:10:53,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/804e0f48-f892-4719-ac6f-70fa26f85fe2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:53,947 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-548b29ae-82bf-4eec-b12e-9f6d5bcf3353 x-compute-request-id: req-548b29ae-82bf-4eec-b12e-9f6d5bcf3353 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/804e0f48-f892-4719-ac6f-70fa26f85fe2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/804e0f48-f892-4719-ac6f-70fa26f85fe2", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "804e0f48-f892-4719-ac6f-70fa26f85fe2", "name": "CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:10:53,947 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/804e0f48-f892-4719-ac6f-70fa26f85fe2 used request id req-548b29ae-82bf-4eec-b12e-9f6d5bcf3353 2018-10-04 15:10:53,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:54,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-14c9bc43-9d09-47db-af65-0fc613b5403b Date: Thu, 04 Oct 2018 15:10:54 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:10:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:10:44Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a/snap", "metadata": {}}], "self": "/v2/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a", "min_disk": 0, "protected": false, "id": "b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a", "file": "/v2/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c099493ba70e42c29d3d8abb78fed5ee", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-image"} 2018-10-04 15:10:54,117 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-image used request id req-14c9bc43-9d09-47db-af65-0fc613b5403b 2018-10-04 15:10:54,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:54,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-caee6877-580a-4b32-8566-838639c91bac Date: Thu, 04 Oct 2018 15:10:54 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:10:54,282 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-caee6877-580a-4b32-8566-838639c91bac 2018-10-04 15:10:54,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" -d '{"server": {"name": "CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-inst", "imageRef": "b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a", "flavorRef": "804e0f48-f892-4719-ac6f-70fa26f85fe2", "max_count": 1, "min_count": 1, "networks": [{"port": "0d315a9e-1a40-4297-b000-24403cd30d5c"}]}}' 2018-10-04 15:10:56,341 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:10:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-11d29333-4f03-4be8-bbe6-adaad633b8cd x-compute-request-id: req-11d29333-4f03-4be8-bbe6-adaad633b8cd Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/f512c717-6f05-43bc-879c-23df974b94d5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f512c717-6f05-43bc-879c-23df974b94d5", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f512c717-6f05-43bc-879c-23df974b94d5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f512c717-6f05-43bc-879c-23df974b94d5", "rel": "bookmark"}], "adminPass": "wqnBs7v2rhMv"}} 2018-10-04 15:10:56,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-11d29333-4f03-4be8-bbe6-adaad633b8cd 2018-10-04 15:10:56,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f512c717-6f05-43bc-879c-23df974b94d5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:56,685 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d087ee48-625d-4ab9-aa90-3d075fbc3406 x-compute-request-id: req-d087ee48-625d-4ab9-aa90-3d075fbc3406 Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f512c717-6f05-43bc-879c-23df974b94d5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f512c717-6f05-43bc-879c-23df974b94d5", "rel": "bookmark"}], "image": {"id": "b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a", "links": [{"href": "http://172.30.9.23:8774/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "804e0f48-f892-4719-ac6f-70fa26f85fe2", "links": [{"href": "http://172.30.9.23:8774/flavors/804e0f48-f892-4719-ac6f-70fa26f85fe2", "rel": "bookmark"}]}, "id": "f512c717-6f05-43bc-879c-23df974b94d5", "user_id": "738e12f3bf0246639809afee843517e0", "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-10-04T15:10:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-inst", "created": "2018-10-04T15:10:56Z", "tenant_id": "c099493ba70e42c29d3d8abb78fed5ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:10:56,686 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f512c717-6f05-43bc-879c-23df974b94d5 used request id req-d087ee48-625d-4ab9-aa90-3d075fbc3406 2018-10-04 15:10:56,686 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-inst 2018-10-04 15:10:56,689 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f512c717-6f05-43bc-879c-23df974b94d5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:10:56,997 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:10:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73611655-d267-4d4a-b5d3-74eed87d36fb x-compute-request-id: req-73611655-d267-4d4a-b5d3-74eed87d36fb Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f512c717-6f05-43bc-879c-23df974b94d5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f512c717-6f05-43bc-879c-23df974b94d5", "rel": "bookmark"}], "image": {"id": "b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a", "links": [{"href": "http://172.30.9.23:8774/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "804e0f48-f892-4719-ac6f-70fa26f85fe2", "links": [{"href": "http://172.30.9.23:8774/flavors/804e0f48-f892-4719-ac6f-70fa26f85fe2", "rel": "bookmark"}]}, "id": "f512c717-6f05-43bc-879c-23df974b94d5", "user_id": "738e12f3bf0246639809afee843517e0", "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-10-04T15:10:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-inst", "created": "2018-10-04T15:10:56Z", "tenant_id": "c099493ba70e42c29d3d8abb78fed5ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:10:56,997 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f512c717-6f05-43bc-879c-23df974b94d5 used request id req-73611655-d267-4d4a-b5d3-74eed87d36fb 2018-10-04 15:10:56,998 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-inst] is - BUILD 2018-10-04 15:10:56,998 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:11:00,001 - create_instance - DEBUG - VM status query timeout in 896.685289145 2018-10-04 15:11:00,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f512c717-6f05-43bc-879c-23df974b94d5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:11:00,540 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-139eb7d1-48bb-4715-a4af-b079f65b16a2 x-compute-request-id: req-139eb7d1-48bb-4715-a4af-b079f65b16a2 Content-Encoding: gzip Content-Length: 683 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f512c717-6f05-43bc-879c-23df974b94d5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f512c717-6f05-43bc-879c-23df974b94d5", "rel": "bookmark"}], "image": {"id": "b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a", "links": [{"href": "http://172.30.9.23:8774/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "804e0f48-f892-4719-ac6f-70fa26f85fe2", "links": [{"href": "http://172.30.9.23:8774/flavors/804e0f48-f892-4719-ac6f-70fa26f85fe2", "rel": "bookmark"}]}, "id": "f512c717-6f05-43bc-879c-23df974b94d5", "security_groups": [{"name": "default"}], "user_id": "738e12f3bf0246639809afee843517e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:10:58Z", "hostId": "aec0c2565b9fd9a03c868ab7be294971d83ebeb2b4d27e724342d378", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-inst", "created": "2018-10-04T15:10:56Z", "tenant_id": "c099493ba70e42c29d3d8abb78fed5ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:11:00,540 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f512c717-6f05-43bc-879c-23df974b94d5 used request id req-139eb7d1-48bb-4715-a4af-b079f65b16a2 2018-10-04 15:11:00,540 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-inst] is - BUILD 2018-10-04 15:11:00,540 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:11:03,543 - create_instance - DEBUG - VM status query timeout in 893.143284082 2018-10-04 15:11:03,546 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f512c717-6f05-43bc-879c-23df974b94d5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:11:04,200 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a2c6c06-d5f9-4032-87eb-1ddbd0267641 x-compute-request-id: req-1a2c6c06-d5f9-4032-87eb-1ddbd0267641 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f512c717-6f05-43bc-879c-23df974b94d5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f512c717-6f05-43bc-879c-23df974b94d5", "rel": "bookmark"}], "image": {"id": "b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a", "links": [{"href": "http://172.30.9.23:8774/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:11:00.000000", "flavor": {"id": "804e0f48-f892-4719-ac6f-70fa26f85fe2", "links": [{"href": "http://172.30.9.23:8774/flavors/804e0f48-f892-4719-ac6f-70fa26f85fe2", "rel": "bookmark"}]}, "id": "f512c717-6f05-43bc-879c-23df974b94d5", "security_groups": [{"name": "default"}], "user_id": "738e12f3bf0246639809afee843517e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:11:03Z", "hostId": "aec0c2565b9fd9a03c868ab7be294971d83ebeb2b4d27e724342d378", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-inst", "created": "2018-10-04T15:10:56Z", "tenant_id": "c099493ba70e42c29d3d8abb78fed5ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:11:04,200 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f512c717-6f05-43bc-879c-23df974b94d5 used request id req-1a2c6c06-d5f9-4032-87eb-1ddbd0267641 2018-10-04 15:11:04,201 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-inst] is - ACTIVE 2018-10-04 15:11:04,201 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:11:04,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f512c717-6f05-43bc-879c-23df974b94d5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:11:04,539 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2071d019-fff7-429a-a10a-09c6c7f9dea2 x-compute-request-id: req-2071d019-fff7-429a-a10a-09c6c7f9dea2 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f512c717-6f05-43bc-879c-23df974b94d5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f512c717-6f05-43bc-879c-23df974b94d5", "rel": "bookmark"}], "image": {"id": "b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a", "links": [{"href": "http://172.30.9.23:8774/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:11:00.000000", "flavor": {"id": "804e0f48-f892-4719-ac6f-70fa26f85fe2", "links": [{"href": "http://172.30.9.23:8774/flavors/804e0f48-f892-4719-ac6f-70fa26f85fe2", "rel": "bookmark"}]}, "id": "f512c717-6f05-43bc-879c-23df974b94d5", "security_groups": [{"name": "default"}], "user_id": "738e12f3bf0246639809afee843517e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:11:03Z", "hostId": "aec0c2565b9fd9a03c868ab7be294971d83ebeb2b4d27e724342d378", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-inst", "created": "2018-10-04T15:10:56Z", "tenant_id": "c099493ba70e42c29d3d8abb78fed5ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:11:04,539 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f512c717-6f05-43bc-879c-23df974b94d5 used request id req-2071d019-fff7-429a-a10a-09c6c7f9dea2 2018-10-04 15:11:04,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:11:04,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-8205ccc4-9244-4cda-b4c8-482ab4585c25 Date: Thu, 04 Oct 2018 15:11:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["29ecf47a-d29c-4f20-969d-aace8c96374c"],"updated_at":"2018-10-04T15:10:46Z","tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c099493ba70e42c29d3d8abb78fed5ee","id":"5a73a063-e066-4e07-b87e-c746f33dd831","name":"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net"}]} 2018-10-04 15:11:04,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net used request id req-8205ccc4-9244-4cda-b4c8-482ab4585c25 2018-10-04 15:11:04,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:11:04,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-357d96a8-a56f-4abb-a9ee-3277c211021c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee"}, "enabled": true, "id": "c099493ba70e42c29d3d8abb78fed5ee", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-883098b7-26d3-451-proj"}} 2018-10-04 15:11:04,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee used request id req-357d96a8-a56f-4abb-a9ee-3277c211021c 2018-10-04 15:11:04,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5a73a063-e066-4e07-b87e-c746f33dd831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:11:04,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-134a2478-f580-4860-953b-a1c20dde1201 Date: Thu, 04 Oct 2018 15:11:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5a73a063-e066-4e07-b87e-c746f33dd831","tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:46Z","dns_nameservers":[],"updated_at":"2018-10-04T15:10:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c099493ba70e42c29d3d8abb78fed5ee","id":"29ecf47a-d29c-4f20-969d-aace8c96374c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-subnet"}]} 2018-10-04 15:11:04,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5a73a063-e066-4e07-b87e-c746f33dd831 used request id req-134a2478-f580-4860-953b-a1c20dde1201 2018-10-04 15:11:04,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=5a73a063-e066-4e07-b87e-c746f33dd831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:11:05,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3123 X-Openstack-Request-Id: req-d7a363b4-22bb-4761-8752-9734ac9f43a4 Date: Thu, 04 Oct 2018 15:11:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:11:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"29ecf47a-d29c-4f20-969d-aace8c96374c","ip_address":"10.55.0.101"}],"id":"0d315a9e-1a40-4297-b000-24403cd30d5c","security_groups":["33353709-8cb0-4ccd-9737-82fd87ba3ee9"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"c099493ba70e42c29d3d8abb78fed5ee","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fcport-1","admin_state_up":true,"network_id":"5a73a063-e066-4e07-b87e-c746f33dd831","tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:52Z","binding:vnic_type":"normal","device_id":"f512c717-6f05-43bc-879c-23df974b94d5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:10:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"29ecf47a-d29c-4f20-969d-aace8c96374c","ip_address":"10.55.0.2"}],"id":"175ece4f-4354-4c59-85d0-fc277427c35c","security_groups":[],"mac_address":"fa:16:3e:fd:51:5d","project_id":"c099493ba70e42c29d3d8abb78fed5ee","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5a73a063-e066-4e07-b87e-c746f33dd831","tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:47Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5a73a063-e066-4e07-b87e-c746f33dd831"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:10:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"29ecf47a-d29c-4f20-969d-aace8c96374c","ip_address":"10.55.0.3"}],"id":"799b7e2f-b1dd-43fa-bfae-00bdf549760a","security_groups":[],"mac_address":"fa:16:3e:28:34:df","project_id":"c099493ba70e42c29d3d8abb78fed5ee","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5a73a063-e066-4e07-b87e-c746f33dd831","tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5a73a063-e066-4e07-b87e-c746f33dd831"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:10:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"29ecf47a-d29c-4f20-969d-aace8c96374c","ip_address":"10.55.0.4"}],"id":"a3483f06-4b01-41c2-aa07-2ac3ee320e60","security_groups":[],"mac_address":"fa:16:3e:4a:9b:d2","project_id":"c099493ba70e42c29d3d8abb78fed5ee","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5a73a063-e066-4e07-b87e-c746f33dd831","tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:48Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5a73a063-e066-4e07-b87e-c746f33dd831"}]} 2018-10-04 15:11:05,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=5a73a063-e066-4e07-b87e-c746f33dd831 used request id req-d7a363b4-22bb-4761-8752-9734ac9f43a4 2018-10-04 15:11:05,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=5a73a063-e066-4e07-b87e-c746f33dd831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:11:05,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-c53a97c5-043a-4494-a27e-5c6575ceb473 Date: Thu, 04 Oct 2018 15:11:05 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":["29ecf47a-d29c-4f20-969d-aace8c96374c"],"updated_at":"2018-10-04T15:10:46Z","tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c099493ba70e42c29d3d8abb78fed5ee","id":"5a73a063-e066-4e07-b87e-c746f33dd831","name":"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net"}]} 2018-10-04 15:11:05,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=5a73a063-e066-4e07-b87e-c746f33dd831 used request id req-c53a97c5-043a-4494-a27e-5c6575ceb473 2018-10-04 15:11:05,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5a73a063-e066-4e07-b87e-c746f33dd831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:11:05,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-22cbbc4d-0726-4b76-a857-137945ae8014 Date: Thu, 04 Oct 2018 15:11:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5a73a063-e066-4e07-b87e-c746f33dd831","tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:46Z","dns_nameservers":[],"updated_at":"2018-10-04T15:10:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c099493ba70e42c29d3d8abb78fed5ee","id":"29ecf47a-d29c-4f20-969d-aace8c96374c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-subnet"}]} 2018-10-04 15:11:05,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5a73a063-e066-4e07-b87e-c746f33dd831 used request id req-22cbbc4d-0726-4b76-a857-137945ae8014 2018-10-04 15:11:05,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=5a73a063-e066-4e07-b87e-c746f33dd831&name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:11:05,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-68bf17a2-fe9a-4891-8cd0-1a7781f26dac Date: Thu, 04 Oct 2018 15:11:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5a73a063-e066-4e07-b87e-c746f33dd831","tenant_id":"c099493ba70e42c29d3d8abb78fed5ee","created_at":"2018-10-04T15:10:46Z","dns_nameservers":[],"updated_at":"2018-10-04T15:10:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c099493ba70e42c29d3d8abb78fed5ee","id":"29ecf47a-d29c-4f20-969d-aace8c96374c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-subnet"}]} 2018-10-04 15:11:05,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=5a73a063-e066-4e07-b87e-c746f33dd831&name=CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-subnet used request id req-68bf17a2-fe9a-4891-8cd0-1a7781f26dac 2018-10-04 15:11:05,689 - create_instance - INFO - Deleting Port with ID - 0d315a9e-1a40-4297-b000-24403cd30d5c 2018-10-04 15:11:05,689 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fcport-1 2018-10-04 15:11:05,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/0d315a9e-1a40-4297-b000-24403cd30d5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:11:06,140 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b7384524-98ce-47da-95e7-4776f758cd84 Date: Thu, 04 Oct 2018 15:11:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:11:06,140 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/0d315a9e-1a40-4297-b000-24403cd30d5c used request id req-b7384524-98ce-47da-95e7-4776f758cd84 2018-10-04 15:11:06,140 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-inst 2018-10-04 15:11:06,143 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/f512c717-6f05-43bc-879c-23df974b94d5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:11:06,299 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:11:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5600f144-cca0-4028-a276-37e9aa257dae x-compute-request-id: req-5600f144-cca0-4028-a276-37e9aa257dae Content-Type: application/json 2018-10-04 15:11:06,299 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/f512c717-6f05-43bc-879c-23df974b94d5 used request id req-5600f144-cca0-4028-a276-37e9aa257dae 2018-10-04 15:11:06,300 - create_instance - INFO - Checking deletion status 2018-10-04 15:11:06,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f512c717-6f05-43bc-879c-23df974b94d5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:11:06,401 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ebcee40a-c039-4e90-bee5-3f069bf725e2 x-compute-request-id: req-ebcee40a-c039-4e90-bee5-3f069bf725e2 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f512c717-6f05-43bc-879c-23df974b94d5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f512c717-6f05-43bc-879c-23df974b94d5", "rel": "bookmark"}], "image": {"id": "b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a", "links": [{"href": "http://172.30.9.23:8774/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:11:00.000000", "flavor": {"id": "804e0f48-f892-4719-ac6f-70fa26f85fe2", "links": [{"href": "http://172.30.9.23:8774/flavors/804e0f48-f892-4719-ac6f-70fa26f85fe2", "rel": "bookmark"}]}, "id": "f512c717-6f05-43bc-879c-23df974b94d5", "user_id": "738e12f3bf0246639809afee843517e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:11:06Z", "hostId": "aec0c2565b9fd9a03c868ab7be294971d83ebeb2b4d27e724342d378", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-inst", "created": "2018-10-04T15:10:56Z", "tenant_id": "c099493ba70e42c29d3d8abb78fed5ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:11:06,401 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f512c717-6f05-43bc-879c-23df974b94d5 used request id req-ebcee40a-c039-4e90-bee5-3f069bf725e2 2018-10-04 15:11:06,402 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-inst] is - ACTIVE 2018-10-04 15:11:06,402 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:11:09,403 - create_instance - DEBUG - VM status query timeout in 296.897185802 2018-10-04 15:11:09,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f512c717-6f05-43bc-879c-23df974b94d5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d54a87041962db4d47eebc39c74468d5a199097f" 2018-10-04 15:11:09,457 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:11:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c2b6c89f-4970-4416-81a6-ff3040cf57d4 x-compute-request-id: req-c2b6c89f-4970-4416-81a6-ff3040cf57d4 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance f512c717-6f05-43bc-879c-23df974b94d5 could not be found.", "code": 404}} 2018-10-04 15:11:09,457 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f512c717-6f05-43bc-879c-23df974b94d5 used request id req-c2b6c89f-4970-4416-81a6-ff3040cf57d4 2018-10-04 15:11:09,458 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance f512c717-6f05-43bc-879c-23df974b94d5 could not be found. (HTTP 404) (Request-ID: req-c2b6c89f-4970-4416-81a6-ff3040cf57d4) 2018-10-04 15:11:09,458 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-inst 2018-10-04 15:11:09,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/804e0f48-f892-4719-ac6f-70fa26f85fe2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}581c98e4284e82cfcaa42356e5106cfeb71773a1" 2018-10-04 15:11:09,515 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:11:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-33829eb3-96b3-4177-a4a2-9b8d2a8f0cdc x-compute-request-id: req-33829eb3-96b3-4177-a4a2-9b8d2a8f0cdc Content-Length: 0 Content-Type: application/json 2018-10-04 15:11:09,515 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/804e0f48-f892-4719-ac6f-70fa26f85fe2 used request id req-33829eb3-96b3-4177-a4a2-9b8d2a8f0cdc 2018-10-04 15:11:09,516 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-subnet 2018-10-04 15:11:09,516 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-subnet 2018-10-04 15:11:09,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/29ecf47a-d29c-4f20-969d-aace8c96374c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8a32eb9f748f0bc32ef02d749f2a2277b37106" 2018-10-04 15:11:11,703 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f1a4f3b3-2063-4d73-90f4-3f2ea6730049 Date: Thu, 04 Oct 2018 15:11:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:11:11,704 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/29ecf47a-d29c-4f20-969d-aace8c96374c used request id req-f1a4f3b3-2063-4d73-90f4-3f2ea6730049 2018-10-04 15:11:11,704 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-pub-net 2018-10-04 15:11:11,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/5a73a063-e066-4e07-b87e-c746f33dd831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8a32eb9f748f0bc32ef02d749f2a2277b37106" 2018-10-04 15:11:13,001 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eaf3cec8-5e16-4884-8b4d-aadc0950f1dd Date: Thu, 04 Oct 2018 15:11:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:11:13,001 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/5a73a063-e066-4e07-b87e-c746f33dd831 used request id req-eaf3cec8-5e16-4884-8b4d-aadc0950f1dd 2018-10-04 15:11:13,002 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-51d7418e-e755-4c4b-93e3-2d2d3d0095fc-image 2018-10-04 15:11:13,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8d9f24c6ac995f9cdb87736c3d6a80c56691773e" 2018-10-04 15:11:14,484 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-72dbc24d-0f8b-475c-8f0c-bdf903c062d8 Date: Thu, 04 Oct 2018 15:11:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:11:14,484 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b3cc3ca5-a17b-426a-92ff-ef772dfa9b9a used request id req-72dbc24d-0f8b-475c-8f0c-bdf903c062d8 2018-10-04 15:11:14,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cab60443b50d59b7253a184594659a0a0ff42b" 2018-10-04 15:11:14,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-2c4ff758-babc-4081-8000-f8de9cb8b37b Date: Thu, 04 Oct 2018 15:11:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c099493ba70e42c29d3d8abb78fed5ee", "created_at": "2018-10-04T15:10:45Z", "updated_at": "2018-10-04T15:10:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:10:45Z", "revision_number": 0, "id": "1a3fd7b7-a5bb-4a3b-bd15-177cd9f8649e", "remote_group_id": "33353709-8cb0-4ccd-9737-82fd87ba3ee9", "remote_ip_prefix": null, "created_at": "2018-10-04T15:10:45Z", "security_group_id": "33353709-8cb0-4ccd-9737-82fd87ba3ee9", "tenant_id": "c099493ba70e42c29d3d8abb78fed5ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "c099493ba70e42c29d3d8abb78fed5ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:10:45Z", "revision_number": 0, "id": "4df529b9-8bab-4eca-8580-6ae1cb7219e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:10:45Z", "security_group_id": "33353709-8cb0-4ccd-9737-82fd87ba3ee9", "tenant_id": "c099493ba70e42c29d3d8abb78fed5ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "c099493ba70e42c29d3d8abb78fed5ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:10:45Z", "revision_number": 0, "id": "7d1a3b48-bf30-4e2d-ac35-dc3a27dc7786", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:10:45Z", "security_group_id": "33353709-8cb0-4ccd-9737-82fd87ba3ee9", "tenant_id": "c099493ba70e42c29d3d8abb78fed5ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "c099493ba70e42c29d3d8abb78fed5ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:10:45Z", "revision_number": 0, "id": "d8d06445-bec6-4d0b-9e15-db8b26456fd7", "remote_group_id": "33353709-8cb0-4ccd-9737-82fd87ba3ee9", "remote_ip_prefix": null, "created_at": "2018-10-04T15:10:45Z", "security_group_id": "33353709-8cb0-4ccd-9737-82fd87ba3ee9", "tenant_id": "c099493ba70e42c29d3d8abb78fed5ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "c099493ba70e42c29d3d8abb78fed5ee"}], "revision_number": 4, "project_id": "c099493ba70e42c29d3d8abb78fed5ee", "id": "33353709-8cb0-4ccd-9737-82fd87ba3ee9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:11:14,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-2c4ff758-babc-4081-8000-f8de9cb8b37b 2018-10-04 15:11:14,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cab60443b50d59b7253a184594659a0a0ff42b" 2018-10-04 15:11:14,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83d25ba9-ed80-47de-9b5b-67c140245130 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:11:14,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-83d25ba9-ed80-47de-9b5b-67c140245130 2018-10-04 15:11:14,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cab60443b50d59b7253a184594659a0a0ff42b" 2018-10-04 15:11:14,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-305f829c-5083-48e4-88d4-aa288030b82c Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:11:14,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-305f829c-5083-48e4-88d4-aa288030b82c 2018-10-04 15:11:14,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cab60443b50d59b7253a184594659a0a0ff42b" 2018-10-04 15:11:14,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf029874-d96a-4ea8-af37-1f434c727788 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee"}, "enabled": true, "id": "c099493ba70e42c29d3d8abb78fed5ee", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-883098b7-26d3-451-proj"}} 2018-10-04 15:11:14,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee used request id req-cf029874-d96a-4ea8-af37-1f434c727788 2018-10-04 15:11:14,981 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 33353709-8cb0-4ccd-9737-82fd87ba3ee9 2018-10-04 15:11:14,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=33353709-8cb0-4ccd-9737-82fd87ba3ee9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cab60443b50d59b7253a184594659a0a0ff42b" 2018-10-04 15:11:15,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-9efd1fe8-c4e9-40e8-943c-ee175690f17e Date: Thu, 04 Oct 2018 15:11:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "33353709-8cb0-4ccd-9737-82fd87ba3ee9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:10:45Z", "security_group_id": "33353709-8cb0-4ccd-9737-82fd87ba3ee9", "port_range_min": null, "revision_number": 0, "tenant_id": "c099493ba70e42c29d3d8abb78fed5ee", "created_at": "2018-10-04T15:10:45Z", "project_id": "c099493ba70e42c29d3d8abb78fed5ee", "id": "1a3fd7b7-a5bb-4a3b-bd15-177cd9f8649e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:10:45Z", "security_group_id": "33353709-8cb0-4ccd-9737-82fd87ba3ee9", "port_range_min": null, "revision_number": 0, "tenant_id": "c099493ba70e42c29d3d8abb78fed5ee", "created_at": "2018-10-04T15:10:45Z", "project_id": "c099493ba70e42c29d3d8abb78fed5ee", "id": "4df529b9-8bab-4eca-8580-6ae1cb7219e8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:10:45Z", "security_group_id": "33353709-8cb0-4ccd-9737-82fd87ba3ee9", "port_range_min": null, "revision_number": 0, "tenant_id": "c099493ba70e42c29d3d8abb78fed5ee", "created_at": "2018-10-04T15:10:45Z", "project_id": "c099493ba70e42c29d3d8abb78fed5ee", "id": "7d1a3b48-bf30-4e2d-ac35-dc3a27dc7786"}, {"remote_group_id": "33353709-8cb0-4ccd-9737-82fd87ba3ee9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:10:45Z", "security_group_id": "33353709-8cb0-4ccd-9737-82fd87ba3ee9", "port_range_min": null, "revision_number": 0, "tenant_id": "c099493ba70e42c29d3d8abb78fed5ee", "created_at": "2018-10-04T15:10:45Z", "project_id": "c099493ba70e42c29d3d8abb78fed5ee", "id": "d8d06445-bec6-4d0b-9e15-db8b26456fd7"}]} 2018-10-04 15:11:15,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=33353709-8cb0-4ccd-9737-82fd87ba3ee9 used request id req-9efd1fe8-c4e9-40e8-943c-ee175690f17e 2018-10-04 15:11:15,165 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:11:15,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/33353709-8cb0-4ccd-9737-82fd87ba3ee9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cab60443b50d59b7253a184594659a0a0ff42b" 2018-10-04 15:11:15,473 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6bd87235-8f34-4b35-bbd7-feda112c6352 Content-Length: 0 Date: Thu, 04 Oct 2018 15:11:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:11:15,473 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/33353709-8cb0-4ccd-9737-82fd87ba3ee9 used request id req-6bd87235-8f34-4b35-bbd7-feda112c6352 2018-10-04 15:11:15,474 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-883098b7-26d3-451-proj 2018-10-04 15:11:15,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cab60443b50d59b7253a184594659a0a0ff42b" 2018-10-04 15:11:15,677 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:11:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88794f50-a006-4e2d-b892-2dee1b448ee1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:11:15,677 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/c099493ba70e42c29d3d8abb78fed5ee used request id req-88794f50-a006-4e2d-b892-2dee1b448ee1 2018-10-04 15:11:15,677 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-883098b7-26d3-451-proj-role 2018-10-04 15:11:15,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/9e1fc23d6e3b4e428709a03e0f3bd637 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cab60443b50d59b7253a184594659a0a0ff42b" 2018-10-04 15:11:15,775 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:11:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d254bf1-c799-466a-aecf-e3e032b293bb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:11:15,775 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/9e1fc23d6e3b4e428709a03e0f3bd637 used request id req-2d254bf1-c799-466a-aecf-e3e032b293bb 2018-10-04 15:11:15,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cab60443b50d59b7253a184594659a0a0ff42b" 2018-10-04 15:11:15,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5ff072c-6093-4238-9aca-ff59199eda28 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:11:15,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d5ff072c-6093-4238-9aca-ff59199eda28 2018-10-04 15:11:15,865 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-883098b7-26d3-451-user 2018-10-04 15:11:15,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/738e12f3bf0246639809afee843517e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51c9e3bf499a7de45149aea36292c39bb91b9ac1" 2018-10-04 15:11:16,057 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:11:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95a256c1-0fa2-4518-9f29-51aca55e2bd0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:11:16,057 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/738e12f3bf0246639809afee843517e0 used request id req-95a256c1-0fa2-4518-9f29-51aca55e2bd0 2018-10-04 15:11:16,059 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:11:16,441 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:11:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["pe3GsDeeTBGAd8XvDfE2ug"], "issued_at": "2018-10-04T15:11:16.000000Z"}} 2018-10-04 15:11:16,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bc989a82fd65d0463cbf3ec8e3cc66d4ce70355" 2018-10-04 15:11:16,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf889ec9-949f-4965-aab5-5786e33035e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:11:16,528 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bf889ec9-949f-4965-aab5-5786e33035e5 2018-10-04 15:11:16,529 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:11:16,531 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:11:16,919 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:11:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["xUxmQrhSQ1CQGyqL-XzRgA"], "issued_at": "2018-10-04T15:11:16.000000Z"}} 2018-10-04 15:11:16,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c186c3650858e7525e18c2b634e9b8ba34b99d" 2018-10-04 15:11:16,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9687510f-e06d-43bb-98df-fdbbc3994d35 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:11:16,999 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9687510f-e06d-43bb-98df-fdbbc3994d35 2018-10-04 15:11:17,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:11:17,009 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:11:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:11:17,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c186c3650858e7525e18c2b634e9b8ba34b99d" 2018-10-04 15:11:17,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d260211-6a3a-4574-9554-9b19571ee80b Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:11:17,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj used request id req-1d260211-6a3a-4574-9554-9b19571ee80b 2018-10-04 15:11:17,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c186c3650858e7525e18c2b634e9b8ba34b99d" 2018-10-04 15:11:17,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bf2e634-0cae-4549-9cb7-393bdfb62760 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:11:17,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-8bf2e634-0cae-4549-9cb7-393bdfb62760 2018-10-04 15:11:17,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c186c3650858e7525e18c2b634e9b8ba34b99d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj"}}' 2018-10-04 15:11:17,303 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:11:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4251c26b-bd05-4667-a2c0-782ac481bf09 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf"}, "enabled": true, "id": "a483842b630a4ebf84bcaa2ee85a8fcf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj"}} 2018-10-04 15:11:17,304 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-4251c26b-bd05-4667-a2c0-782ac481bf09 2018-10-04 15:11:17,304 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj 2018-10-04 15:11:17,304 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:11:17,305 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:11:17,695 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:11:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["Oez3YrUORGWT3rDCDpHLuw"], "issued_at": "2018-10-04T15:11:17.000000Z"}} 2018-10-04 15:11:17,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aaf19ec9bac246dfa93a5b0b19d34dd3234242e" 2018-10-04 15:11:17,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6643741-d9c4-446b-8bcb-9dd26365b27d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:11:17,775 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b6643741-d9c4-446b-8bcb-9dd26365b27d 2018-10-04 15:11:17,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:11:17,785 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:11:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:11:17,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aaf19ec9bac246dfa93a5b0b19d34dd3234242e" 2018-10-04 15:11:17,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b63acf58-3d0b-4d2c-85e9-ea037138b173 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:11:17,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b63acf58-3d0b-4d2c-85e9-ea037138b173 2018-10-04 15:11:17,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aaf19ec9bac246dfa93a5b0b19d34dd3234242e" 2018-10-04 15:11:17,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e0617c4-6568-42c3-9775-6a53c27a46ef Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf"}, "enabled": true, "id": "a483842b630a4ebf84bcaa2ee85a8fcf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj"}]} 2018-10-04 15:11:17,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj used request id req-1e0617c4-6568-42c3-9775-6a53c27a46ef 2018-10-04 15:11:17,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aaf19ec9bac246dfa93a5b0b19d34dd3234242e" 2018-10-04 15:11:18,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ded9145-06db-4321-bce9-587dabb686a8 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:11:18,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-5ded9145-06db-4321-bce9-587dabb686a8 2018-10-04 15:11:18,376 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-68c2521e-bac1-49f-user 2018-10-04 15:11:18,376 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:11:18,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c186c3650858e7525e18c2b634e9b8ba34b99d" 2018-10-04 15:11:18,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36424e59-a898-41b9-9969-bd56a3d4e76d Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:11:18,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-36424e59-a898-41b9-9969-bd56a3d4e76d 2018-10-04 15:11:18,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c186c3650858e7525e18c2b634e9b8ba34b99d" -d '{"role": {"name": "CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj-role"}}' 2018-10-04 15:11:18,567 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:11:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8996e5ef-0204-417e-a6c8-e759a5545c9f Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b3893e5982d34f52bd4066390106612b", "links": {"self": "http://172.30.9.23:5000/v3/roles/b3893e5982d34f52bd4066390106612b"}, "name": "CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj-role"}} 2018-10-04 15:11:18,567 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-8996e5ef-0204-417e-a6c8-e759a5545c9f 2018-10-04 15:11:18,567 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj-role 2018-10-04 15:11:18,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/b3893e5982d34f52bd4066390106612b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c186c3650858e7525e18c2b634e9b8ba34b99d" 2018-10-04 15:11:18,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a314055-ab9a-42e1-b993-6c1a3cf63b3b Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/b3893e5982d34f52bd4066390106612b"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj-role", "id": "b3893e5982d34f52bd4066390106612b"}} 2018-10-04 15:11:18,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/b3893e5982d34f52bd4066390106612b used request id req-5a314055-ab9a-42e1-b993-6c1a3cf63b3b 2018-10-04 15:11:18,586 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj-role to project CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj 2018-10-04 15:11:18,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf/users/00b082ae4c1541dabfc249a607442a94/roles/b3893e5982d34f52bd4066390106612b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c186c3650858e7525e18c2b634e9b8ba34b99d" 2018-10-04 15:11:18,702 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:11:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3f36661-8214-4020-b271-103de5732272 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:11:18,702 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf/users/00b082ae4c1541dabfc249a607442a94/roles/b3893e5982d34f52bd4066390106612b used request id req-d3f36661-8214-4020-b271-103de5732272 2018-10-04 15:11:18,703 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:11:18,703 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:11:18,704 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:11:19,078 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3893e5982d34f52bd4066390106612b", "name": "CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj-role"}], "expires_at": "2018-10-04T16:11:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a483842b630a4ebf84bcaa2ee85a8fcf", "name": "CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-68c2521e-bac1-49f-user", "id": "00b082ae4c1541dabfc249a607442a94"}, "audit_ids": ["qLdZq37tQr6n6e-IWj2z4A"], "issued_at": "2018-10-04T15:11:19.000000Z"}} 2018-10-04 15:11:19,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee50f9b169b95ab0606a1786c39f73afba413c8c" 2018-10-04 15:11:19,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6738727e-411c-469e-8f17-69a6f3a73a65 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:11:19,164 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6738727e-411c-469e-8f17-69a6f3a73a65 2018-10-04 15:11:19,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ee50f9b169b95ab0606a1786c39f73afba413c8c" 2018-10-04 15:11:19,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-7906e19a-3157-4e57-9e7a-297da5c1d9be Date: Thu, 04 Oct 2018 15:11:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-image"} 2018-10-04 15:11:19,325 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-image used request id req-7906e19a-3157-4e57-9e7a-297da5c1d9be 2018-10-04 15:11:19,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ee50f9b169b95ab0606a1786c39f73afba413c8c" 2018-10-04 15:11:19,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8c2830b6-5290-4075-bf67-130f2f07c306 Date: Thu, 04 Oct 2018 15:11:19 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:11:19,477 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-8c2830b6-5290-4075-bf67-130f2f07c306 2018-10-04 15:11:19,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ee50f9b169b95ab0606a1786c39f73afba413c8c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-image"}' 2018-10-04 15:11:19,694 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/b97942f4-749c-4070-b949-9c2e5c8f26cc X-Openstack-Request-Id: req-95a06d5f-a857-48b6-a840-e1373f74fec1 Date: Thu, 04 Oct 2018 15:11:19 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:11:19Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:11:19Z", "visibility": "shared", "locations": [], "self": "/v2/images/b97942f4-749c-4070-b949-9c2e5c8f26cc", "min_disk": 0, "protected": false, "id": "b97942f4-749c-4070-b949-9c2e5c8f26cc", "file": "/v2/images/b97942f4-749c-4070-b949-9c2e5c8f26cc/file", "checksum": null, "owner": "a483842b630a4ebf84bcaa2ee85a8fcf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:11:19,694 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-95a06d5f-a857-48b6-a840-e1373f74fec1 2018-10-04 15:11:19,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/b97942f4-749c-4070-b949-9c2e5c8f26cc/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ee50f9b169b95ab0606a1786c39f73afba413c8c" -d '' 2018-10-04 15:11:21,973 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b5b5ed64-2d4a-4e62-81e9-57d005c27909 Date: Thu, 04 Oct 2018 15:11:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:11:21,974 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b97942f4-749c-4070-b949-9c2e5c8f26cc/file used request id req-b5b5ed64-2d4a-4e62-81e9-57d005c27909 2018-10-04 15:11:21,974 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:11:21,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/b97942f4-749c-4070-b949-9c2e5c8f26cc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ee50f9b169b95ab0606a1786c39f73afba413c8c" 2018-10-04 15:11:22,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-d24cc6ed-63ae-4b7c-8574-a6f23c2962f2 Date: Thu, 04 Oct 2018 15:11:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:11:19Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:11:21Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b97942f4-749c-4070-b949-9c2e5c8f26cc/snap", "metadata": {}}], "self": "/v2/images/b97942f4-749c-4070-b949-9c2e5c8f26cc", "min_disk": 0, "protected": false, "id": "b97942f4-749c-4070-b949-9c2e5c8f26cc", "file": "/v2/images/b97942f4-749c-4070-b949-9c2e5c8f26cc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a483842b630a4ebf84bcaa2ee85a8fcf", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b97942f4-749c-4070-b949-9c2e5c8f26cc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:11:22,146 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/b97942f4-749c-4070-b949-9c2e5c8f26cc used request id req-d24cc6ed-63ae-4b7c-8574-a6f23c2962f2 2018-10-04 15:11:22,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ee50f9b169b95ab0606a1786c39f73afba413c8c" 2018-10-04 15:11:22,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ddbac90c-0ff3-4d3a-a9b2-1d762ccfbe1a Date: Thu, 04 Oct 2018 15:11:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:11:22,293 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-ddbac90c-0ff3-4d3a-a9b2-1d762ccfbe1a 2018-10-04 15:11:22,296 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-image 2018-10-04 15:11:22,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/b97942f4-749c-4070-b949-9c2e5c8f26cc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ee50f9b169b95ab0606a1786c39f73afba413c8c" 2018-10-04 15:11:22,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-e3001b09-2376-4a41-a73b-56c34cbb8d1b Date: Thu, 04 Oct 2018 15:11:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:11:19Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:11:21Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b97942f4-749c-4070-b949-9c2e5c8f26cc/snap", "metadata": {}}], "self": "/v2/images/b97942f4-749c-4070-b949-9c2e5c8f26cc", "min_disk": 0, "protected": false, "id": "b97942f4-749c-4070-b949-9c2e5c8f26cc", "file": "/v2/images/b97942f4-749c-4070-b949-9c2e5c8f26cc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a483842b630a4ebf84bcaa2ee85a8fcf", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b97942f4-749c-4070-b949-9c2e5c8f26cc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:11:22,463 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/b97942f4-749c-4070-b949-9c2e5c8f26cc used request id req-e3001b09-2376-4a41-a73b-56c34cbb8d1b 2018-10-04 15:11:22,464 - create_image - DEBUG - Instance status is - active 2018-10-04 15:11:22,464 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-image 2018-10-04 15:11:22,464 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-image 2018-10-04 15:11:22,464 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:11:22,465 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:11:22,831 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3893e5982d34f52bd4066390106612b", "name": "CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj-role"}], "expires_at": "2018-10-04T16:11:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a483842b630a4ebf84bcaa2ee85a8fcf", "name": "CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-68c2521e-bac1-49f-user", "id": "00b082ae4c1541dabfc249a607442a94"}, "audit_ids": ["hbxvDPnMS12umutyX_T8oA"], "issued_at": "2018-10-04T15:11:22.000000Z"}} 2018-10-04 15:11:22,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3c3c8b74fa83c19f6ce4e9336093f8fb65be40" 2018-10-04 15:11:22,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbe6ec06-aa1e-43d7-a4f6-6282ac9ecc16 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:11:22,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dbe6ec06-aa1e-43d7-a4f6-6282ac9ecc16 2018-10-04 15:11:22,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3c3c8b74fa83c19f6ce4e9336093f8fb65be40" 2018-10-04 15:11:23,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a708e745-f64d-4cfc-9b72-aba2c00e8fc7 Date: Thu, 04 Oct 2018 15:11:23 GMT RESP BODY: {"networks":[]} 2018-10-04 15:11:23,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net used request id req-a708e745-f64d-4cfc-9b72-aba2c00e8fc7 2018-10-04 15:11:23,104 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net 2018-10-04 15:11:23,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3c3c8b74fa83c19f6ce4e9336093f8fb65be40" -d '{"network": {"name": "CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net", "admin_state_up": true}}' 2018-10-04 15:11:23,661 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-56065865-06bc-4899-bea2-189324741740 Date: Thu, 04 Oct 2018 15:11:23 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"f958fa16-399d-46b9-96bc-4eb300c5250d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:11:23Z","is_default":false,"name":"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:23Z","mtu":1450}} 2018-10-04 15:11:23,661 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-56065865-06bc-4899-bea2-189324741740 2018-10-04 15:11:23,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=f958fa16-399d-46b9-96bc-4eb300c5250d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3c3c8b74fa83c19f6ce4e9336093f8fb65be40" 2018-10-04 15:11:23,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-a4dcc083-0c46-4e51-8019-18f1a338917c Date: Thu, 04 Oct 2018 15:11:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T15:11:23Z","tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","id":"f958fa16-399d-46b9-96bc-4eb300c5250d","name":"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net"}]} 2018-10-04 15:11:23,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=f958fa16-399d-46b9-96bc-4eb300c5250d used request id req-a4dcc083-0c46-4e51-8019-18f1a338917c 2018-10-04 15:11:23,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3c3c8b74fa83c19f6ce4e9336093f8fb65be40" 2018-10-04 15:11:24,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b38f410c-9c7d-46e7-a34b-d84eb1081f1a Date: Thu, 04 Oct 2018 15:11:24 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:11:24,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d used request id req-b38f410c-9c7d-46e7-a34b-d84eb1081f1a 2018-10-04 15:11:24,104 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-subnet 2018-10-04 15:11:24,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3c3c8b74fa83c19f6ce4e9336093f8fb65be40" -d '{"subnets": [{"ip_version": 4, "network_id": "f958fa16-399d-46b9-96bc-4eb300c5250d", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-subnet"}]}' 2018-10-04 15:11:25,086 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-15385d63-2eac-4e56-99a3-8a8fe060814c Date: Thu, 04 Oct 2018 15:11:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f958fa16-399d-46b9-96bc-4eb300c5250d","tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:24Z","dns_nameservers":[],"updated_at":"2018-10-04T15:11:24Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","id":"f12f1049-4660-4e30-b48a-8e8e7bc1e43f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-subnet"}]} 2018-10-04 15:11:25,087 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-15385d63-2eac-4e56-99a3-8a8fe060814c 2018-10-04 15:11:25,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=f958fa16-399d-46b9-96bc-4eb300c5250d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3c3c8b74fa83c19f6ce4e9336093f8fb65be40" 2018-10-04 15:11:25,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-f9cb22e4-4aa5-4166-a185-4820f7564d91 Date: Thu, 04 Oct 2018 15:11:25 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":["f12f1049-4660-4e30-b48a-8e8e7bc1e43f"],"updated_at":"2018-10-04T15:11:24Z","tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","id":"f958fa16-399d-46b9-96bc-4eb300c5250d","name":"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net"}]} 2018-10-04 15:11:25,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=f958fa16-399d-46b9-96bc-4eb300c5250d used request id req-f9cb22e4-4aa5-4166-a185-4820f7564d91 2018-10-04 15:11:25,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3c3c8b74fa83c19f6ce4e9336093f8fb65be40" 2018-10-04 15:11:25,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7f5ed907-1784-451a-bb40-9fd92185e46a Date: Thu, 04 Oct 2018 15:11:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f958fa16-399d-46b9-96bc-4eb300c5250d","tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:24Z","dns_nameservers":[],"updated_at":"2018-10-04T15:11:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","id":"f12f1049-4660-4e30-b48a-8e8e7bc1e43f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-subnet"}]} 2018-10-04 15:11:25,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d used request id req-7f5ed907-1784-451a-bb40-9fd92185e46a 2018-10-04 15:11:25,575 - OpenStackNetwork - DEBUG - Network [f958fa16-399d-46b9-96bc-4eb300c5250d] created successfully 2018-10-04 15:11:25,575 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:11:25,576 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:11:25,961 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:11:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["O1jOEPm6RsiQMdLzD-Vp-w"], "issued_at": "2018-10-04T15:11:25.000000Z"}} 2018-10-04 15:11:25,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b42b5da69475a6a32521dea8226f71be4de30f3" 2018-10-04 15:11:26,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8e9aa3a-e65e-4715-9670-4f8fd8083952 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:11:26,043 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e8e9aa3a-e65e-4715-9670-4f8fd8083952 2018-10-04 15:11:26,044 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:11:26,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b42b5da69475a6a32521dea8226f71be4de30f3" 2018-10-04 15:11:26,226 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11: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-9ae547aa-1824-466f-8dff-a0f3863c3f8f x-compute-request-id: req-9ae547aa-1824-466f-8dff-a0f3863c3f8f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:11:26,226 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9ae547aa-1824-466f-8dff-a0f3863c3f8f 2018-10-04 15:11:26,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b42b5da69475a6a32521dea8226f71be4de30f3" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:11:26,281 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11: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-bf283e1e-0a5c-49d0-bc19-d543b4ce48a3 x-compute-request-id: req-bf283e1e-0a5c-49d0-bc19-d543b4ce48a3 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/5253f32d-1c0e-4ef0-b538-6170c8a66d55", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/5253f32d-1c0e-4ef0-b538-6170c8a66d55", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "5253f32d-1c0e-4ef0-b538-6170c8a66d55", "name": "CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:11:26,281 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-bf283e1e-0a5c-49d0-bc19-d543b4ce48a3 2018-10-04 15:11:26,282 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:11:26,283 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:11:26,663 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3893e5982d34f52bd4066390106612b", "name": "CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj-role"}], "expires_at": "2018-10-04T16:11:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a483842b630a4ebf84bcaa2ee85a8fcf", "name": "CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-68c2521e-bac1-49f-user", "id": "00b082ae4c1541dabfc249a607442a94"}, "audit_ids": ["Ko7XGROkR1mJOCnVnaB4tQ"], "issued_at": "2018-10-04T15:11:26.000000Z"}} 2018-10-04 15:11:26,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:26,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2b78b8e-e0d6-4649-8a09-659527d6d944 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:11:26,736 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c2b78b8e-e0d6-4649-8a09-659527d6d944 2018-10-04 15:11:26,737 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:11:26,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:26,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d2a71be-3a9c-4986-8690-fd2378c7c673 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:11:26,827 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0d2a71be-3a9c-4986-8690-fd2378c7c673 2018-10-04 15:11:26,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:27,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-dfa8f09a-6398-4dda-aa9a-bb20b3a807e9 Date: Thu, 04 Oct 2018 15:11:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f12f1049-4660-4e30-b48a-8e8e7bc1e43f"],"updated_at":"2018-10-04T15:11:24Z","tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","id":"f958fa16-399d-46b9-96bc-4eb300c5250d","name":"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net"}]} 2018-10-04 15:11:27,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net used request id req-dfa8f09a-6398-4dda-aa9a-bb20b3a807e9 2018-10-04 15:11:27,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:11:27,099 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:11:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:11:27,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:27,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7c74fc5-0205-4578-b7c3-694af9e0e01c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf"}, "enabled": true, "id": "a483842b630a4ebf84bcaa2ee85a8fcf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj"}} 2018-10-04 15:11:27,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf used request id req-d7c74fc5-0205-4578-b7c3-694af9e0e01c 2018-10-04 15:11:27,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:27,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ef703008-5801-469a-b4f5-1f7a66011703 Date: Thu, 04 Oct 2018 15:11:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f958fa16-399d-46b9-96bc-4eb300c5250d","tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:24Z","dns_nameservers":[],"updated_at":"2018-10-04T15:11:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","id":"f12f1049-4660-4e30-b48a-8e8e7bc1e43f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-subnet"}]} 2018-10-04 15:11:27,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d used request id req-ef703008-5801-469a-b4f5-1f7a66011703 2018-10-04 15:11:27,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d&name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97fport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:27,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4372b519-ed8b-4b3c-9bd6-a1866bc9d87d Date: Thu, 04 Oct 2018 15:11:27 GMT RESP BODY: {"ports":[]} 2018-10-04 15:11:27,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d&name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97fport-1&admin_state_up=True used request id req-4372b519-ed8b-4b3c-9bd6-a1866bc9d87d 2018-10-04 15:11:27,639 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:27,857 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11: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-f9bc8d3a-c19b-4f9c-8459-683643fb1c5a x-compute-request-id: req-f9bc8d3a-c19b-4f9c-8459-683643fb1c5a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:11:27,858 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-inst used request id req-f9bc8d3a-c19b-4f9c-8459-683643fb1c5a 2018-10-04 15:11:27,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:28,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-df9b8127-f5bd-451f-9f20-1358b4ca0193 Date: Thu, 04 Oct 2018 15:11:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f12f1049-4660-4e30-b48a-8e8e7bc1e43f"],"updated_at":"2018-10-04T15:11:24Z","tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","id":"f958fa16-399d-46b9-96bc-4eb300c5250d","name":"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net"}]} 2018-10-04 15:11:28,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net used request id req-df9b8127-f5bd-451f-9f20-1358b4ca0193 2018-10-04 15:11:28,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:28,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d0d8ece-191f-4e1f-acf8-8dcb02e5272a Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf"}, "enabled": true, "id": "a483842b630a4ebf84bcaa2ee85a8fcf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj"}} 2018-10-04 15:11:28,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf used request id req-7d0d8ece-191f-4e1f-acf8-8dcb02e5272a 2018-10-04 15:11:28,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:28,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3218751f-b868-496c-b6e7-990e28da3de6 Date: Thu, 04 Oct 2018 15:11:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f958fa16-399d-46b9-96bc-4eb300c5250d","tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:24Z","dns_nameservers":[],"updated_at":"2018-10-04T15:11:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","id":"f12f1049-4660-4e30-b48a-8e8e7bc1e43f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-subnet"}]} 2018-10-04 15:11:28,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d used request id req-3218751f-b868-496c-b6e7-990e28da3de6 2018-10-04 15:11:28,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d&name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97fport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:28,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-de53005b-2e73-41d8-8ec6-33d549d67a5b Date: Thu, 04 Oct 2018 15:11:28 GMT RESP BODY: {"ports":[]} 2018-10-04 15:11:28,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d&name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97fport-1&admin_state_up=True used request id req-de53005b-2e73-41d8-8ec6-33d549d67a5b 2018-10-04 15:11:28,385 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:11:28,386 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:11:28,764 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3893e5982d34f52bd4066390106612b", "name": "CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj-role"}], "expires_at": "2018-10-04T16:11:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a483842b630a4ebf84bcaa2ee85a8fcf", "name": "CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/a483842b630a4ebf84bcaa2ee85a8fcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-68c2521e-bac1-49f-user", "id": "00b082ae4c1541dabfc249a607442a94"}, "audit_ids": ["AlB9aYUsTjqXOyuVZNEYjA"], "issued_at": "2018-10-04T15:11:28.000000Z"}} 2018-10-04 15:11:28,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a6a47da8338f0435dc7a0ac62bffcb7c6ccde7" 2018-10-04 15:11:28,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88c5bbf0-d399-4754-94f6-f16999706312 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:11:28,850 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-88c5bbf0-d399-4754-94f6-f16999706312 2018-10-04 15:11:28,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:29,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-d9a65378-365c-4af9-9ce8-99504ed61cb8 Date: Thu, 04 Oct 2018 15:11:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f12f1049-4660-4e30-b48a-8e8e7bc1e43f"],"updated_at":"2018-10-04T15:11:24Z","tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","id":"f958fa16-399d-46b9-96bc-4eb300c5250d","name":"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net"}]} 2018-10-04 15:11:29,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net used request id req-d9a65378-365c-4af9-9ce8-99504ed61cb8 2018-10-04 15:11:29,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:29,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-fee85c08-9710-4caf-a214-80d6a86199ea Date: Thu, 04 Oct 2018 15:11:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f958fa16-399d-46b9-96bc-4eb300c5250d","tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:24Z","dns_nameservers":[],"updated_at":"2018-10-04T15:11:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","id":"f12f1049-4660-4e30-b48a-8e8e7bc1e43f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-subnet"}]} 2018-10-04 15:11:29,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d used request id req-fee85c08-9710-4caf-a214-80d6a86199ea 2018-10-04 15:11:29,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:29,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-b1832151-ff8b-49fa-8c56-06852c086706 Date: Thu, 04 Oct 2018 15:11:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f12f1049-4660-4e30-b48a-8e8e7bc1e43f"],"updated_at":"2018-10-04T15:11:24Z","tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","id":"f958fa16-399d-46b9-96bc-4eb300c5250d","name":"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net"}]} 2018-10-04 15:11:29,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net used request id req-b1832151-ff8b-49fa-8c56-06852c086706 2018-10-04 15:11:29,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:11:29,561 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:11:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:11:29,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a6a47da8338f0435dc7a0ac62bffcb7c6ccde7" 2018-10-04 15:11:29,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e114eaf-5d40-4a9b-9ae5-8c854c8555e0 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf"}, "enabled": true, "id": "a483842b630a4ebf84bcaa2ee85a8fcf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj"}} 2018-10-04 15:11:29,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf used request id req-6e114eaf-5d40-4a9b-9ae5-8c854c8555e0 2018-10-04 15:11:29,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:29,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-56aeeb57-1444-47b8-87dd-22948960f3a3 Date: Thu, 04 Oct 2018 15:11:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f958fa16-399d-46b9-96bc-4eb300c5250d","tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:24Z","dns_nameservers":[],"updated_at":"2018-10-04T15:11:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","id":"f12f1049-4660-4e30-b48a-8e8e7bc1e43f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-subnet"}]} 2018-10-04 15:11:29,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d used request id req-56aeeb57-1444-47b8-87dd-22948960f3a3 2018-10-04 15:11:29,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d&name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:29,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9d56f85a-2cf4-458c-b0b9-cbd5a7bc4c42 Date: Thu, 04 Oct 2018 15:11:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f958fa16-399d-46b9-96bc-4eb300c5250d","tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:24Z","dns_nameservers":[],"updated_at":"2018-10-04T15:11:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","id":"f12f1049-4660-4e30-b48a-8e8e7bc1e43f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-subnet"}]} 2018-10-04 15:11:29,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d&name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-subnet used request id req-9d56f85a-2cf4-458c-b0b9-cbd5a7bc4c42 2018-10-04 15:11:29,923 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net 2018-10-04 15:11:29,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" -d '{"port": {"network_id": "f958fa16-399d-46b9-96bc-4eb300c5250d", "fixed_ips": [{"subnet_id": "f12f1049-4660-4e30-b48a-8e8e7bc1e43f", "ip_address": "10.55.0.101"}], "name": "CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97fport-1", "admin_state_up": true}}' 2018-10-04 15:11:30,924 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-e16a1fed-62cd-443a-88b6-3053b826925b Date: Thu, 04 Oct 2018 15:11:30 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:11:30Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f12f1049-4660-4e30-b48a-8e8e7bc1e43f","ip_address":"10.55.0.101"}],"id":"9611b69b-5fb0-45bd-a245-91cfb733e273","security_groups":["c67605a0-2354-4cb8-bd90-4cc721b46a88"],"mac_address":"fa:16:3e:5e:32:ea","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97fport-1","project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","qos_policy_id":null,"admin_state_up":true,"network_id":"f958fa16-399d-46b9-96bc-4eb300c5250d","tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:30Z","binding:vnic_type":"normal"}} 2018-10-04 15:11:30,925 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-e16a1fed-62cd-443a-88b6-3053b826925b 2018-10-04 15:11:30,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:31,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-0486c8e0-a8b2-41fe-b1a4-6648c663e007 Date: Thu, 04 Oct 2018 15:11:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f12f1049-4660-4e30-b48a-8e8e7bc1e43f"],"updated_at":"2018-10-04T15:11:24Z","tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","id":"f958fa16-399d-46b9-96bc-4eb300c5250d","name":"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net"}]} 2018-10-04 15:11:31,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net used request id req-0486c8e0-a8b2-41fe-b1a4-6648c663e007 2018-10-04 15:11:31,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:31,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ed1c158-e323-44de-91e4-0050e4b77a07 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf"}, "enabled": true, "id": "a483842b630a4ebf84bcaa2ee85a8fcf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj"}} 2018-10-04 15:11:31,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf used request id req-4ed1c158-e323-44de-91e4-0050e4b77a07 2018-10-04 15:11:31,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:31,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-cf65b738-2c46-4c95-a323-26e3e378e99a Date: Thu, 04 Oct 2018 15:11:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f958fa16-399d-46b9-96bc-4eb300c5250d","tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:24Z","dns_nameservers":[],"updated_at":"2018-10-04T15:11:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","id":"f12f1049-4660-4e30-b48a-8e8e7bc1e43f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-subnet"}]} 2018-10-04 15:11:31,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d used request id req-cf65b738-2c46-4c95-a323-26e3e378e99a 2018-10-04 15:11:31,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d&name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97fport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:31,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-c9428aa5-f6e8-406f-bc42-fd8dcf6b0c2a Date: Thu, 04 Oct 2018 15:11:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:11:30Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f12f1049-4660-4e30-b48a-8e8e7bc1e43f","ip_address":"10.55.0.101"}],"id":"9611b69b-5fb0-45bd-a245-91cfb733e273","security_groups":["c67605a0-2354-4cb8-bd90-4cc721b46a88"],"mac_address":"fa:16:3e:5e:32:ea","project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97fport-1","admin_state_up":true,"network_id":"f958fa16-399d-46b9-96bc-4eb300c5250d","tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:30Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:11:31,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d&name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97fport-1&admin_state_up=True used request id req-c9428aa5-f6e8-406f-bc42-fd8dcf6b0c2a 2018-10-04 15:11:31,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:31,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d902602-572e-4e51-a92c-804436316218 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf"}, "enabled": true, "id": "a483842b630a4ebf84bcaa2ee85a8fcf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj"}} 2018-10-04 15:11:31,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf used request id req-7d902602-572e-4e51-a92c-804436316218 2018-10-04 15:11:31,472 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-inst 2018-10-04 15:11:31,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:31,503 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11: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-a677df5f-5614-4160-9b58-489c9ad87fc5 x-compute-request-id: req-a677df5f-5614-4160-9b58-489c9ad87fc5 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"flavors": [{"id": "5253f32d-1c0e-4ef0-b538-6170c8a66d55", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/5253f32d-1c0e-4ef0-b538-6170c8a66d55", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/5253f32d-1c0e-4ef0-b538-6170c8a66d55", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-flavor-name"}]} 2018-10-04 15:11:31,504 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-a677df5f-5614-4160-9b58-489c9ad87fc5 2018-10-04 15:11:31,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/5253f32d-1c0e-4ef0-b538-6170c8a66d55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:31,526 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11: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-879d516a-d020-4ce9-becc-1ff7679174d3 x-compute-request-id: req-879d516a-d020-4ce9-becc-1ff7679174d3 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/5253f32d-1c0e-4ef0-b538-6170c8a66d55", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/5253f32d-1c0e-4ef0-b538-6170c8a66d55", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "5253f32d-1c0e-4ef0-b538-6170c8a66d55", "name": "CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:11:31,526 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/5253f32d-1c0e-4ef0-b538-6170c8a66d55 used request id req-879d516a-d020-4ce9-becc-1ff7679174d3 2018-10-04 15:11:31,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:31,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-93b9e12f-ee61-40e5-9e34-01b71955120a Date: Thu, 04 Oct 2018 15:11:31 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:11:19Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:11:21Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b97942f4-749c-4070-b949-9c2e5c8f26cc/snap", "metadata": {}}], "self": "/v2/images/b97942f4-749c-4070-b949-9c2e5c8f26cc", "min_disk": 0, "protected": false, "id": "b97942f4-749c-4070-b949-9c2e5c8f26cc", "file": "/v2/images/b97942f4-749c-4070-b949-9c2e5c8f26cc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a483842b630a4ebf84bcaa2ee85a8fcf", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b97942f4-749c-4070-b949-9c2e5c8f26cc/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-image"} 2018-10-04 15:11:31,696 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-image used request id req-93b9e12f-ee61-40e5-9e34-01b71955120a 2018-10-04 15:11:31,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:31,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2e8d0155-4880-4219-94e9-9c3450adca1a Date: Thu, 04 Oct 2018 15:11:31 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:11:31,849 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-2e8d0155-4880-4219-94e9-9c3450adca1a 2018-10-04 15:11:31,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" -d '{"server": {"name": "CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-inst", "imageRef": "b97942f4-749c-4070-b949-9c2e5c8f26cc", "flavorRef": "5253f32d-1c0e-4ef0-b538-6170c8a66d55", "max_count": 1, "min_count": 1, "networks": [{"port": "9611b69b-5fb0-45bd-a245-91cfb733e273"}]}}' 2018-10-04 15:11:33,642 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:11: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-ec83771f-45f6-4350-b9d0-f62a6296af6a x-compute-request-id: req-ec83771f-45f6-4350-b9d0-f62a6296af6a Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c20d13a8-626f-4442-9beb-6c69bcd51a20", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20", "rel": "bookmark"}], "adminPass": "k65xWMsuEeDC"}} 2018-10-04 15:11:33,642 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-ec83771f-45f6-4350-b9d0-f62a6296af6a 2018-10-04 15:11:33,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:34,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11: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-f63ff117-9c91-4360-8a04-4db446360078 x-compute-request-id: req-f63ff117-9c91-4360-8a04-4db446360078 Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20", "rel": "bookmark"}], "image": {"id": "b97942f4-749c-4070-b949-9c2e5c8f26cc", "links": [{"href": "http://172.30.9.23:8774/images/b97942f4-749c-4070-b949-9c2e5c8f26cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5253f32d-1c0e-4ef0-b538-6170c8a66d55", "links": [{"href": "http://172.30.9.23:8774/flavors/5253f32d-1c0e-4ef0-b538-6170c8a66d55", "rel": "bookmark"}]}, "id": "c20d13a8-626f-4442-9beb-6c69bcd51a20", "user_id": "00b082ae4c1541dabfc249a607442a94", "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-10-04T15:11:33Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-inst", "created": "2018-10-04T15:11:33Z", "tenant_id": "a483842b630a4ebf84bcaa2ee85a8fcf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:11:34,013 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20 used request id req-f63ff117-9c91-4360-8a04-4db446360078 2018-10-04 15:11:34,014 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-inst 2018-10-04 15:11:34,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:34,235 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11: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-b0c0f27c-5810-4246-be03-b363b48469fb x-compute-request-id: req-b0c0f27c-5810-4246-be03-b363b48469fb Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20", "rel": "bookmark"}], "image": {"id": "b97942f4-749c-4070-b949-9c2e5c8f26cc", "links": [{"href": "http://172.30.9.23:8774/images/b97942f4-749c-4070-b949-9c2e5c8f26cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5253f32d-1c0e-4ef0-b538-6170c8a66d55", "links": [{"href": "http://172.30.9.23:8774/flavors/5253f32d-1c0e-4ef0-b538-6170c8a66d55", "rel": "bookmark"}]}, "id": "c20d13a8-626f-4442-9beb-6c69bcd51a20", "user_id": "00b082ae4c1541dabfc249a607442a94", "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-10-04T15:11:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-inst", "created": "2018-10-04T15:11:33Z", "tenant_id": "a483842b630a4ebf84bcaa2ee85a8fcf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:11:34,235 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20 used request id req-b0c0f27c-5810-4246-be03-b363b48469fb 2018-10-04 15:11:34,236 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-inst] is - BUILD 2018-10-04 15:11:34,236 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:11:37,239 - create_instance - DEBUG - VM status query timeout in 896.774977922 2018-10-04 15:11:37,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:37,768 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11: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-b8025ac6-37b4-45bb-9645-19d940a01acb x-compute-request-id: req-b8025ac6-37b4-45bb-9645-19d940a01acb Content-Encoding: gzip Content-Length: 683 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20", "rel": "bookmark"}], "image": {"id": "b97942f4-749c-4070-b949-9c2e5c8f26cc", "links": [{"href": "http://172.30.9.23:8774/images/b97942f4-749c-4070-b949-9c2e5c8f26cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5253f32d-1c0e-4ef0-b538-6170c8a66d55", "links": [{"href": "http://172.30.9.23:8774/flavors/5253f32d-1c0e-4ef0-b538-6170c8a66d55", "rel": "bookmark"}]}, "id": "c20d13a8-626f-4442-9beb-6c69bcd51a20", "security_groups": [{"name": "default"}], "user_id": "00b082ae4c1541dabfc249a607442a94", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:11:34Z", "hostId": "5c7f48ddf6a7a0bd9e174676efa792979beeacfc16a4be1c60f8577f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-inst", "created": "2018-10-04T15:11:33Z", "tenant_id": "a483842b630a4ebf84bcaa2ee85a8fcf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:11:37,768 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20 used request id req-b8025ac6-37b4-45bb-9645-19d940a01acb 2018-10-04 15:11:37,768 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-inst] is - BUILD 2018-10-04 15:11:37,769 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:11:40,772 - create_instance - DEBUG - VM status query timeout in 893.242244959 2018-10-04 15:11:40,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:41,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11: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-71c9f75a-a7c8-4903-b426-c03440796705 x-compute-request-id: req-71c9f75a-a7c8-4903-b426-c03440796705 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:32:ea", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20", "rel": "bookmark"}], "image": {"id": "b97942f4-749c-4070-b949-9c2e5c8f26cc", "links": [{"href": "http://172.30.9.23:8774/images/b97942f4-749c-4070-b949-9c2e5c8f26cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:11:37.000000", "flavor": {"id": "5253f32d-1c0e-4ef0-b538-6170c8a66d55", "links": [{"href": "http://172.30.9.23:8774/flavors/5253f32d-1c0e-4ef0-b538-6170c8a66d55", "rel": "bookmark"}]}, "id": "c20d13a8-626f-4442-9beb-6c69bcd51a20", "security_groups": [{"name": "default"}], "user_id": "00b082ae4c1541dabfc249a607442a94", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:11:39Z", "hostId": "5c7f48ddf6a7a0bd9e174676efa792979beeacfc16a4be1c60f8577f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-inst", "created": "2018-10-04T15:11:33Z", "tenant_id": "a483842b630a4ebf84bcaa2ee85a8fcf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:11:41,336 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20 used request id req-71c9f75a-a7c8-4903-b426-c03440796705 2018-10-04 15:11:41,336 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-inst] is - ACTIVE 2018-10-04 15:11:41,336 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:11:41,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:41,942 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11: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-22ed2a8c-7e64-43f6-bd2f-0a7297fa2134 x-compute-request-id: req-22ed2a8c-7e64-43f6-bd2f-0a7297fa2134 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:32:ea", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20", "rel": "bookmark"}], "image": {"id": "b97942f4-749c-4070-b949-9c2e5c8f26cc", "links": [{"href": "http://172.30.9.23:8774/images/b97942f4-749c-4070-b949-9c2e5c8f26cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:11:37.000000", "flavor": {"id": "5253f32d-1c0e-4ef0-b538-6170c8a66d55", "links": [{"href": "http://172.30.9.23:8774/flavors/5253f32d-1c0e-4ef0-b538-6170c8a66d55", "rel": "bookmark"}]}, "id": "c20d13a8-626f-4442-9beb-6c69bcd51a20", "security_groups": [{"name": "default"}], "user_id": "00b082ae4c1541dabfc249a607442a94", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:11:39Z", "hostId": "5c7f48ddf6a7a0bd9e174676efa792979beeacfc16a4be1c60f8577f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-inst", "created": "2018-10-04T15:11:33Z", "tenant_id": "a483842b630a4ebf84bcaa2ee85a8fcf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:11:41,942 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20 used request id req-22ed2a8c-7e64-43f6-bd2f-0a7297fa2134 2018-10-04 15:11:41,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:42,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-b6b95061-d9c9-4171-9384-56ee4010f942 Date: Thu, 04 Oct 2018 15:11:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f12f1049-4660-4e30-b48a-8e8e7bc1e43f"],"updated_at":"2018-10-04T15:11:24Z","tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","id":"f958fa16-399d-46b9-96bc-4eb300c5250d","name":"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net"}]} 2018-10-04 15:11:42,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net used request id req-b6b95061-d9c9-4171-9384-56ee4010f942 2018-10-04 15:11:42,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:42,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e71160e0-8f89-488e-932c-ac054b69f5ce Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf"}, "enabled": true, "id": "a483842b630a4ebf84bcaa2ee85a8fcf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj"}} 2018-10-04 15:11:42,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf used request id req-e71160e0-8f89-488e-932c-ac054b69f5ce 2018-10-04 15:11:42,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:42,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7a28e37f-a17e-4d49-ba91-c374601748d4 Date: Thu, 04 Oct 2018 15:11:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f958fa16-399d-46b9-96bc-4eb300c5250d","tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:24Z","dns_nameservers":[],"updated_at":"2018-10-04T15:11:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","id":"f12f1049-4660-4e30-b48a-8e8e7bc1e43f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-subnet"}]} 2018-10-04 15:11:42,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d used request id req-7a28e37f-a17e-4d49-ba91-c374601748d4 2018-10-04 15:11:42,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:42,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3123 X-Openstack-Request-Id: req-0b9c7297-cb76-4ecb-9dcf-735805d25eaf Date: Thu, 04 Oct 2018 15:11:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:11:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f12f1049-4660-4e30-b48a-8e8e7bc1e43f","ip_address":"10.55.0.2"}],"id":"32e8a2e4-6459-4b7d-a8bf-5525c5eb0738","security_groups":[],"mac_address":"fa:16:3e:f0:0f:dd","project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f958fa16-399d-46b9-96bc-4eb300c5250d","tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f958fa16-399d-46b9-96bc-4eb300c5250d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:11:38Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f12f1049-4660-4e30-b48a-8e8e7bc1e43f","ip_address":"10.55.0.101"}],"id":"9611b69b-5fb0-45bd-a245-91cfb733e273","security_groups":["c67605a0-2354-4cb8-bd90-4cc721b46a88"],"mac_address":"fa:16:3e:5e:32:ea","project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97fport-1","admin_state_up":true,"network_id":"f958fa16-399d-46b9-96bc-4eb300c5250d","tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:30Z","binding:vnic_type":"normal","device_id":"c20d13a8-626f-4442-9beb-6c69bcd51a20"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:11:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f12f1049-4660-4e30-b48a-8e8e7bc1e43f","ip_address":"10.55.0.3"}],"id":"9a7c3bfc-0e03-4894-b187-e9249fccf34d","security_groups":[],"mac_address":"fa:16:3e:64:62:cd","project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f958fa16-399d-46b9-96bc-4eb300c5250d","tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f958fa16-399d-46b9-96bc-4eb300c5250d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:11:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f12f1049-4660-4e30-b48a-8e8e7bc1e43f","ip_address":"10.55.0.4"}],"id":"9e732f9f-c6d2-463d-9b81-3890ebc42e55","security_groups":[],"mac_address":"fa:16:3e:1e:a7:28","project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f958fa16-399d-46b9-96bc-4eb300c5250d","tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f958fa16-399d-46b9-96bc-4eb300c5250d"}]} 2018-10-04 15:11:42,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d used request id req-0b9c7297-cb76-4ecb-9dcf-735805d25eaf 2018-10-04 15:11:42,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=f958fa16-399d-46b9-96bc-4eb300c5250d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:42,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-c9be348f-31c4-4b84-97eb-219538f2857a Date: Thu, 04 Oct 2018 15:11:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f12f1049-4660-4e30-b48a-8e8e7bc1e43f"],"updated_at":"2018-10-04T15:11:24Z","tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","id":"f958fa16-399d-46b9-96bc-4eb300c5250d","name":"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net"}]} 2018-10-04 15:11:42,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=f958fa16-399d-46b9-96bc-4eb300c5250d used request id req-c9be348f-31c4-4b84-97eb-219538f2857a 2018-10-04 15:11:42,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:42,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-bf229393-0e57-4d18-bd01-0cf623a8fba6 Date: Thu, 04 Oct 2018 15:11:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f958fa16-399d-46b9-96bc-4eb300c5250d","tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:24Z","dns_nameservers":[],"updated_at":"2018-10-04T15:11:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","id":"f12f1049-4660-4e30-b48a-8e8e7bc1e43f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-subnet"}]} 2018-10-04 15:11:42,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d used request id req-bf229393-0e57-4d18-bd01-0cf623a8fba6 2018-10-04 15:11:42,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d&name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:42,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5a6f3ace-4b1a-4a10-ad5d-56c928f26107 Date: Thu, 04 Oct 2018 15:11:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f958fa16-399d-46b9-96bc-4eb300c5250d","tenant_id":"a483842b630a4ebf84bcaa2ee85a8fcf","created_at":"2018-10-04T15:11:24Z","dns_nameservers":[],"updated_at":"2018-10-04T15:11:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a483842b630a4ebf84bcaa2ee85a8fcf","id":"f12f1049-4660-4e30-b48a-8e8e7bc1e43f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-subnet"}]} 2018-10-04 15:11:42,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f958fa16-399d-46b9-96bc-4eb300c5250d&name=CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-subnet used request id req-5a6f3ace-4b1a-4a10-ad5d-56c928f26107 2018-10-04 15:11:42,959 - create_instance - INFO - Deleting Port with ID - 9611b69b-5fb0-45bd-a245-91cfb733e273 2018-10-04 15:11:42,959 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97fport-1 2018-10-04 15:11:42,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/9611b69b-5fb0-45bd-a245-91cfb733e273 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:43,384 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e5781cda-bf07-4f30-964f-7207ed1757c1 Date: Thu, 04 Oct 2018 15:11:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:11:43,384 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/9611b69b-5fb0-45bd-a245-91cfb733e273 used request id req-e5781cda-bf07-4f30-964f-7207ed1757c1 2018-10-04 15:11:43,384 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-inst 2018-10-04 15:11:43,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:43,527 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:11:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b72ee608-cf27-48ac-a05a-fca4acc19581 x-compute-request-id: req-b72ee608-cf27-48ac-a05a-fca4acc19581 Content-Type: application/json 2018-10-04 15:11:43,527 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20 used request id req-b72ee608-cf27-48ac-a05a-fca4acc19581 2018-10-04 15:11:43,527 - create_instance - INFO - Checking deletion status 2018-10-04 15:11:43,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:43,626 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11: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-c6df496d-cda0-47be-a46e-188ef37df15d x-compute-request-id: req-c6df496d-cda0-47be-a46e-188ef37df15d Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:32:ea", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20", "rel": "bookmark"}], "image": {"id": "b97942f4-749c-4070-b949-9c2e5c8f26cc", "links": [{"href": "http://172.30.9.23:8774/images/b97942f4-749c-4070-b949-9c2e5c8f26cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:11:37.000000", "flavor": {"id": "5253f32d-1c0e-4ef0-b538-6170c8a66d55", "links": [{"href": "http://172.30.9.23:8774/flavors/5253f32d-1c0e-4ef0-b538-6170c8a66d55", "rel": "bookmark"}]}, "id": "c20d13a8-626f-4442-9beb-6c69bcd51a20", "user_id": "00b082ae4c1541dabfc249a607442a94", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:11:43Z", "hostId": "5c7f48ddf6a7a0bd9e174676efa792979beeacfc16a4be1c60f8577f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-inst", "created": "2018-10-04T15:11:33Z", "tenant_id": "a483842b630a4ebf84bcaa2ee85a8fcf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:11:43,627 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20 used request id req-c6df496d-cda0-47be-a46e-188ef37df15d 2018-10-04 15:11:43,627 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-inst] is - ACTIVE 2018-10-04 15:11:43,627 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:11:46,630 - create_instance - DEBUG - VM status query timeout in 296.896912098 2018-10-04 15:11:46,634 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14efe2da2eb4e8f402aa6e4b2d650cd8d06b1980" 2018-10-04 15:11:46,686 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:11: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-a646a9ab-2f0a-43c9-a77e-c0890d124f24 x-compute-request-id: req-a646a9ab-2f0a-43c9-a77e-c0890d124f24 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance c20d13a8-626f-4442-9beb-6c69bcd51a20 could not be found.", "code": 404}} 2018-10-04 15:11:46,686 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/c20d13a8-626f-4442-9beb-6c69bcd51a20 used request id req-a646a9ab-2f0a-43c9-a77e-c0890d124f24 2018-10-04 15:11:46,687 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance c20d13a8-626f-4442-9beb-6c69bcd51a20 could not be found. (HTTP 404) (Request-ID: req-a646a9ab-2f0a-43c9-a77e-c0890d124f24) 2018-10-04 15:11:46,687 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-inst 2018-10-04 15:11:46,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/5253f32d-1c0e-4ef0-b538-6170c8a66d55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b42b5da69475a6a32521dea8226f71be4de30f3" 2018-10-04 15:11:46,748 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:11: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-bfb5eced-d790-4e4b-bb31-6964d5db7959 x-compute-request-id: req-bfb5eced-d790-4e4b-bb31-6964d5db7959 Content-Length: 0 Content-Type: application/json 2018-10-04 15:11:46,749 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/5253f32d-1c0e-4ef0-b538-6170c8a66d55 used request id req-bfb5eced-d790-4e4b-bb31-6964d5db7959 2018-10-04 15:11:46,749 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-subnet 2018-10-04 15:11:46,749 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-subnet 2018-10-04 15:11:46,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/f12f1049-4660-4e30-b48a-8e8e7bc1e43f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3c3c8b74fa83c19f6ce4e9336093f8fb65be40" 2018-10-04 15:11:49,074 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c42748a0-0c9c-4a1e-a16c-e1ab76751875 Date: Thu, 04 Oct 2018 15:11:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:11:49,074 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/f12f1049-4660-4e30-b48a-8e8e7bc1e43f used request id req-c42748a0-0c9c-4a1e-a16c-e1ab76751875 2018-10-04 15:11:49,074 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-pub-net 2018-10-04 15:11:49,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/f958fa16-399d-46b9-96bc-4eb300c5250d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3c3c8b74fa83c19f6ce4e9336093f8fb65be40" 2018-10-04 15:11:50,567 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bfc0aa38-a994-4f99-a7fb-75f61081eea3 Date: Thu, 04 Oct 2018 15:11:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:11:50,567 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/f958fa16-399d-46b9-96bc-4eb300c5250d used request id req-bfc0aa38-a994-4f99-a7fb-75f61081eea3 2018-10-04 15:11:50,568 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-39a2c018-d387-4a65-b9d4-a4b2f9fbe97f-image 2018-10-04 15:11:50,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/b97942f4-749c-4070-b949-9c2e5c8f26cc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ee50f9b169b95ab0606a1786c39f73afba413c8c" 2018-10-04 15:11:52,279 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-76a9cbdd-0ac3-4a9e-ad02-f0bd5a267368 Date: Thu, 04 Oct 2018 15:11:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:11:52,280 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b97942f4-749c-4070-b949-9c2e5c8f26cc used request id req-76a9cbdd-0ac3-4a9e-ad02-f0bd5a267368 2018-10-04 15:11:52,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c186c3650858e7525e18c2b634e9b8ba34b99d" 2018-10-04 15:11:52,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-066e9e65-7a9e-42d8-b341-747a2c19d57b Date: Thu, 04 Oct 2018 15:11:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a483842b630a4ebf84bcaa2ee85a8fcf", "created_at": "2018-10-04T15:11:23Z", "updated_at": "2018-10-04T15:11:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:11:23Z", "revision_number": 0, "id": "8d9425a2-66eb-4e3d-95c9-374c1d57643c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:11:23Z", "security_group_id": "c67605a0-2354-4cb8-bd90-4cc721b46a88", "tenant_id": "a483842b630a4ebf84bcaa2ee85a8fcf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a483842b630a4ebf84bcaa2ee85a8fcf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:11:23Z", "revision_number": 0, "id": "95bd8db3-a56a-4a8a-807f-a79dc6f85ca5", "remote_group_id": "c67605a0-2354-4cb8-bd90-4cc721b46a88", "remote_ip_prefix": null, "created_at": "2018-10-04T15:11:23Z", "security_group_id": "c67605a0-2354-4cb8-bd90-4cc721b46a88", "tenant_id": "a483842b630a4ebf84bcaa2ee85a8fcf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a483842b630a4ebf84bcaa2ee85a8fcf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:11:23Z", "revision_number": 0, "id": "c2b68668-1b76-470e-a25c-51afa9164c7d", "remote_group_id": "c67605a0-2354-4cb8-bd90-4cc721b46a88", "remote_ip_prefix": null, "created_at": "2018-10-04T15:11:23Z", "security_group_id": "c67605a0-2354-4cb8-bd90-4cc721b46a88", "tenant_id": "a483842b630a4ebf84bcaa2ee85a8fcf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a483842b630a4ebf84bcaa2ee85a8fcf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:11:23Z", "revision_number": 0, "id": "f05b040b-77c5-422b-803b-28a4331f5f2c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:11:23Z", "security_group_id": "c67605a0-2354-4cb8-bd90-4cc721b46a88", "tenant_id": "a483842b630a4ebf84bcaa2ee85a8fcf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a483842b630a4ebf84bcaa2ee85a8fcf"}], "revision_number": 4, "project_id": "a483842b630a4ebf84bcaa2ee85a8fcf", "id": "c67605a0-2354-4cb8-bd90-4cc721b46a88", "name": "default"}]} 2018-10-04 15:11:52,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-066e9e65-7a9e-42d8-b341-747a2c19d57b 2018-10-04 15:11:52,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c186c3650858e7525e18c2b634e9b8ba34b99d" 2018-10-04 15:11:52,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac423d12-4f23-49ad-ace5-6bdc7a54e3a9 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:11:52,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-ac423d12-4f23-49ad-ace5-6bdc7a54e3a9 2018-10-04 15:11:52,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c186c3650858e7525e18c2b634e9b8ba34b99d" 2018-10-04 15:11:52,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6248227-b947-4f9a-abf2-e3d6e61578c2 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:11:52,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-b6248227-b947-4f9a-abf2-e3d6e61578c2 2018-10-04 15:11:52,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c186c3650858e7525e18c2b634e9b8ba34b99d" 2018-10-04 15:11:52,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-832544a8-d36c-4696-9321-f1c4d93ecdb2 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:11:52,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-832544a8-d36c-4696-9321-f1c4d93ecdb2 2018-10-04 15:11:52,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c186c3650858e7525e18c2b634e9b8ba34b99d" 2018-10-04 15:11:52,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e11d7b2f-6fad-480d-804d-12f5d0821be9 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf"}, "enabled": true, "id": "a483842b630a4ebf84bcaa2ee85a8fcf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj"}} 2018-10-04 15:11:52,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf used request id req-e11d7b2f-6fad-480d-804d-12f5d0821be9 2018-10-04 15:11:52,874 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c67605a0-2354-4cb8-bd90-4cc721b46a88 2018-10-04 15:11:52,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c67605a0-2354-4cb8-bd90-4cc721b46a88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c186c3650858e7525e18c2b634e9b8ba34b99d" 2018-10-04 15:11:53,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-78cdce36-0580-4dc6-a41e-f3854c6c8a4d Date: Thu, 04 Oct 2018 15:11:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:11:23Z", "security_group_id": "c67605a0-2354-4cb8-bd90-4cc721b46a88", "port_range_min": null, "revision_number": 0, "tenant_id": "a483842b630a4ebf84bcaa2ee85a8fcf", "created_at": "2018-10-04T15:11:23Z", "project_id": "a483842b630a4ebf84bcaa2ee85a8fcf", "id": "8d9425a2-66eb-4e3d-95c9-374c1d57643c"}, {"remote_group_id": "c67605a0-2354-4cb8-bd90-4cc721b46a88", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:11:23Z", "security_group_id": "c67605a0-2354-4cb8-bd90-4cc721b46a88", "port_range_min": null, "revision_number": 0, "tenant_id": "a483842b630a4ebf84bcaa2ee85a8fcf", "created_at": "2018-10-04T15:11:23Z", "project_id": "a483842b630a4ebf84bcaa2ee85a8fcf", "id": "95bd8db3-a56a-4a8a-807f-a79dc6f85ca5"}, {"remote_group_id": "c67605a0-2354-4cb8-bd90-4cc721b46a88", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:11:23Z", "security_group_id": "c67605a0-2354-4cb8-bd90-4cc721b46a88", "port_range_min": null, "revision_number": 0, "tenant_id": "a483842b630a4ebf84bcaa2ee85a8fcf", "created_at": "2018-10-04T15:11:23Z", "project_id": "a483842b630a4ebf84bcaa2ee85a8fcf", "id": "c2b68668-1b76-470e-a25c-51afa9164c7d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:11:23Z", "security_group_id": "c67605a0-2354-4cb8-bd90-4cc721b46a88", "port_range_min": null, "revision_number": 0, "tenant_id": "a483842b630a4ebf84bcaa2ee85a8fcf", "created_at": "2018-10-04T15:11:23Z", "project_id": "a483842b630a4ebf84bcaa2ee85a8fcf", "id": "f05b040b-77c5-422b-803b-28a4331f5f2c"}]} 2018-10-04 15:11:53,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c67605a0-2354-4cb8-bd90-4cc721b46a88 used request id req-78cdce36-0580-4dc6-a41e-f3854c6c8a4d 2018-10-04 15:11:53,049 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:11:53,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/c67605a0-2354-4cb8-bd90-4cc721b46a88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c186c3650858e7525e18c2b634e9b8ba34b99d" 2018-10-04 15:11:53,394 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-19eaf9fd-bfd9-4b85-a1a9-1a3516edc4f5 Content-Length: 0 Date: Thu, 04 Oct 2018 15:11:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:11:53,394 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/c67605a0-2354-4cb8-bd90-4cc721b46a88 used request id req-19eaf9fd-bfd9-4b85-a1a9-1a3516edc4f5 2018-10-04 15:11:53,395 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj 2018-10-04 15:11:53,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c186c3650858e7525e18c2b634e9b8ba34b99d" 2018-10-04 15:11:53,581 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:11:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79941ace-a7ef-410f-b7fc-bd7e8e4006aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:11:53,581 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/a483842b630a4ebf84bcaa2ee85a8fcf used request id req-79941ace-a7ef-410f-b7fc-bd7e8e4006aa 2018-10-04 15:11:53,582 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-68c2521e-bac1-49f-proj-role 2018-10-04 15:11:53,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/b3893e5982d34f52bd4066390106612b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c186c3650858e7525e18c2b634e9b8ba34b99d" 2018-10-04 15:11:53,692 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:11:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-560428aa-238c-4b91-9673-6c6ccdadd3b1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:11:53,692 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/b3893e5982d34f52bd4066390106612b used request id req-560428aa-238c-4b91-9673-6c6ccdadd3b1 2018-10-04 15:11:53,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c186c3650858e7525e18c2b634e9b8ba34b99d" 2018-10-04 15:11:53,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-569ab3dc-c674-45c6-b366-6c431666538f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:11:53,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-569ab3dc-c674-45c6-b366-6c431666538f 2018-10-04 15:11:53,798 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-68c2521e-bac1-49f-user 2018-10-04 15:11:53,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/00b082ae4c1541dabfc249a607442a94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aaf19ec9bac246dfa93a5b0b19d34dd3234242e" 2018-10-04 15:11:54,044 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:11:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf6e393c-6e85-4e0c-9540-818f44f43ed9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:11:54,044 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/00b082ae4c1541dabfc249a607442a94 used request id req-cf6e393c-6e85-4e0c-9540-818f44f43ed9 2018-10-04 15:11:54,046 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:11:54,426 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:11:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["mmTPX_mAS3mPWrDXIiTLYw"], "issued_at": "2018-10-04T15:11:54.000000Z"}} 2018-10-04 15:11:54,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f1770aa6ac85c9718e4081239b0039d90e32b4" 2018-10-04 15:11:54,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4da6152f-eaf6-4831-a3a6-5a56e4b3d1bb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:11:54,526 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4da6152f-eaf6-4831-a3a6-5a56e4b3d1bb 2018-10-04 15:11:54,528 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:11:54,529 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:11:54,921 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:11:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["eiwNFLMjToq7MNYf45Ve5Q"], "issued_at": "2018-10-04T15:11:54.000000Z"}} 2018-10-04 15:11:54,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cd9ddc423311a829da7cf44c063883ce8effe6" 2018-10-04 15:11:55,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e210090e-c944-441d-8cfe-556f6db85a0c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:11:55,004 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e210090e-c944-441d-8cfe-556f6db85a0c 2018-10-04 15:11:55,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:11:55,012 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:11:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:11:55,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-c3486004-fc6e-462-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cd9ddc423311a829da7cf44c063883ce8effe6" 2018-10-04 15:11:55,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfcb3253-16f8-43d2-9838-2afc6b692fba Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-c3486004-fc6e-462-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:11:55,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-c3486004-fc6e-462-proj used request id req-cfcb3253-16f8-43d2-9838-2afc6b692fba 2018-10-04 15:11:55,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cd9ddc423311a829da7cf44c063883ce8effe6" 2018-10-04 15:11:55,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93f378f6-d515-4f1a-b4d0-0a792096d95a Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:11:55,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-93f378f6-d515-4f1a-b4d0-0a792096d95a 2018-10-04 15:11:55,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cd9ddc423311a829da7cf44c063883ce8effe6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-c3486004-fc6e-462-proj"}}' 2018-10-04 15:11:55,315 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:11:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93ccd000-ee46-4a88-abe8-25ad5c0bdac5 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db"}, "enabled": true, "id": "288c1835ff364dfd985d8d18fb1931db", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c3486004-fc6e-462-proj"}} 2018-10-04 15:11:55,315 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-93ccd000-ee46-4a88-abe8-25ad5c0bdac5 2018-10-04 15:11:55,315 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-c3486004-fc6e-462-proj 2018-10-04 15:11:55,315 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:11:55,316 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:11:55,687 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:11:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["JBaLoYcAQlKHAkFtz1uDLw"], "issued_at": "2018-10-04T15:11:55.000000Z"}} 2018-10-04 15:11:55,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abc2a3344f440ac0f1a439a9cf8497a087c98842" 2018-10-04 15:11:55,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53f22d94-f223-477a-b255-7bbf5a4a91b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:11:55,700 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-53f22d94-f223-477a-b255-7bbf5a4a91b5 2018-10-04 15:11:55,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:11:55,709 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:11:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:11:55,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abc2a3344f440ac0f1a439a9cf8497a087c98842" 2018-10-04 15:11:55,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa55c454-5f89-4761-a749-3050d2d7a302 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:11:55,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-fa55c454-5f89-4761-a749-3050d2d7a302 2018-10-04 15:11:55,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-c3486004-fc6e-462-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abc2a3344f440ac0f1a439a9cf8497a087c98842" 2018-10-04 15:11:55,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3177713e-5d87-44d7-bf99-3cb137f0eb12 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-c3486004-fc6e-462-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db"}, "enabled": true, "id": "288c1835ff364dfd985d8d18fb1931db", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c3486004-fc6e-462-proj"}]} 2018-10-04 15:11:55,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-c3486004-fc6e-462-proj used request id req-3177713e-5d87-44d7-bf99-3cb137f0eb12 2018-10-04 15:11:55,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abc2a3344f440ac0f1a439a9cf8497a087c98842" 2018-10-04 15:11:55,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4a59826-f5d4-4824-8c84-7d58a3141b87 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:11:55,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-b4a59826-f5d4-4824-8c84-7d58a3141b87 2018-10-04 15:11:56,293 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-c3486004-fc6e-462-user 2018-10-04 15:11:56,293 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:11:56,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cd9ddc423311a829da7cf44c063883ce8effe6" 2018-10-04 15:11:56,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea31f3df-111d-4fde-8f6d-023cfd0df550 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:11:56,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ea31f3df-111d-4fde-8f6d-023cfd0df550 2018-10-04 15:11:56,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cd9ddc423311a829da7cf44c063883ce8effe6" -d '{"role": {"name": "CreateInstancePortManipulationTests-c3486004-fc6e-462-proj-role"}}' 2018-10-04 15:11:56,507 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:11:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d58a2f7-b74d-4def-af7d-bc1655bddb10 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7aed725afb4e40b48c8c244f9b2096be", "links": {"self": "http://172.30.9.23:5000/v3/roles/7aed725afb4e40b48c8c244f9b2096be"}, "name": "CreateInstancePortManipulationTests-c3486004-fc6e-462-proj-role"}} 2018-10-04 15:11:56,508 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-6d58a2f7-b74d-4def-af7d-bc1655bddb10 2018-10-04 15:11:56,508 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-c3486004-fc6e-462-proj-role 2018-10-04 15:11:56,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/7aed725afb4e40b48c8c244f9b2096be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cd9ddc423311a829da7cf44c063883ce8effe6" 2018-10-04 15:11:56,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dffca36f-149f-450f-8c48-057d58dcc114 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/7aed725afb4e40b48c8c244f9b2096be"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-c3486004-fc6e-462-proj-role", "id": "7aed725afb4e40b48c8c244f9b2096be"}} 2018-10-04 15:11:56,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/7aed725afb4e40b48c8c244f9b2096be used request id req-dffca36f-149f-450f-8c48-057d58dcc114 2018-10-04 15:11:56,591 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-c3486004-fc6e-462-proj-role to project CreateInstancePortManipulationTests-c3486004-fc6e-462-proj 2018-10-04 15:11:56,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db/users/3ac9ecfb700c4b6ea5f4883fdf3d4752/roles/7aed725afb4e40b48c8c244f9b2096be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cd9ddc423311a829da7cf44c063883ce8effe6" 2018-10-04 15:11:56,725 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:11:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46fd048b-b79f-4044-aa14-a7e4f87d78c3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:11:56,726 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db/users/3ac9ecfb700c4b6ea5f4883fdf3d4752/roles/7aed725afb4e40b48c8c244f9b2096be used request id req-46fd048b-b79f-4044-aa14-a7e4f87d78c3 2018-10-04 15:11:56,726 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:11:56,727 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:11:56,728 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:11:57,105 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7aed725afb4e40b48c8c244f9b2096be", "name": "CreateInstancePortManipulationTests-c3486004-fc6e-462-proj-role"}], "expires_at": "2018-10-04T16:11:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "288c1835ff364dfd985d8d18fb1931db", "name": "CreateInstancePortManipulationTests-c3486004-fc6e-462-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/288c1835ff364dfd985d8d18fb1931db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/288c1835ff364dfd985d8d18fb1931db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/288c1835ff364dfd985d8d18fb1931db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/288c1835ff364dfd985d8d18fb1931db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/288c1835ff364dfd985d8d18fb1931db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/288c1835ff364dfd985d8d18fb1931db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/288c1835ff364dfd985d8d18fb1931db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/288c1835ff364dfd985d8d18fb1931db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/288c1835ff364dfd985d8d18fb1931db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/288c1835ff364dfd985d8d18fb1931db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/288c1835ff364dfd985d8d18fb1931db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/288c1835ff364dfd985d8d18fb1931db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c3486004-fc6e-462-user", "id": "3ac9ecfb700c4b6ea5f4883fdf3d4752"}, "audit_ids": ["QfQpkh7oT9evPRrTWx_BVw"], "issued_at": "2018-10-04T15:11:57.000000Z"}} 2018-10-04 15:11:57,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ae55aa49cfde098dfd4f20933a73dbb38048069" 2018-10-04 15:11:57,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:11:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-528d39e4-981e-43cb-9d39-448866b9a76d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:11:57,171 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-528d39e4-981e-43cb-9d39-448866b9a76d 2018-10-04 15:11:57,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2ae55aa49cfde098dfd4f20933a73dbb38048069" 2018-10-04 15:11:57,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-9da03dad-37c7-42b3-a4b8-476c8bbdfa4c Date: Thu, 04 Oct 2018 15:11:57 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-image"} 2018-10-04 15:11:57,352 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-image used request id req-9da03dad-37c7-42b3-a4b8-476c8bbdfa4c 2018-10-04 15:11:57,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2ae55aa49cfde098dfd4f20933a73dbb38048069" 2018-10-04 15:11:57,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-dc0c7360-253d-4a26-a800-42d05d9c9564 Date: Thu, 04 Oct 2018 15:11:57 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:11:57,495 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-dc0c7360-253d-4a26-a800-42d05d9c9564 2018-10-04 15:11:57,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ae55aa49cfde098dfd4f20933a73dbb38048069" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-image"}' 2018-10-04 15:11:57,724 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/87ec88f4-37bd-42db-bf3d-45e469720420 X-Openstack-Request-Id: req-e16a5007-83fa-46ca-ab3f-2463a6aaf6fd Date: Thu, 04 Oct 2018 15:11:57 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:11:57Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:11:57Z", "visibility": "shared", "locations": [], "self": "/v2/images/87ec88f4-37bd-42db-bf3d-45e469720420", "min_disk": 0, "protected": false, "id": "87ec88f4-37bd-42db-bf3d-45e469720420", "file": "/v2/images/87ec88f4-37bd-42db-bf3d-45e469720420/file", "checksum": null, "owner": "288c1835ff364dfd985d8d18fb1931db", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:11:57,724 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-e16a5007-83fa-46ca-ab3f-2463a6aaf6fd 2018-10-04 15:11:57,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/87ec88f4-37bd-42db-bf3d-45e469720420/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2ae55aa49cfde098dfd4f20933a73dbb38048069" -d '' 2018-10-04 15:11:59,267 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ec69dff0-8f40-47fb-91e4-7397b9d9e99a Date: Thu, 04 Oct 2018 15:11:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:11:59,268 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/87ec88f4-37bd-42db-bf3d-45e469720420/file used request id req-ec69dff0-8f40-47fb-91e4-7397b9d9e99a 2018-10-04 15:11:59,268 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:11:59,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/87ec88f4-37bd-42db-bf3d-45e469720420 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2ae55aa49cfde098dfd4f20933a73dbb38048069" 2018-10-04 15:11:59,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-d31e6690-bd09-4fe2-a301-dab638020713 Date: Thu, 04 Oct 2018 15:11:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:11:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:11:59Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/87ec88f4-37bd-42db-bf3d-45e469720420/snap", "metadata": {}}], "self": "/v2/images/87ec88f4-37bd-42db-bf3d-45e469720420", "min_disk": 0, "protected": false, "id": "87ec88f4-37bd-42db-bf3d-45e469720420", "file": "/v2/images/87ec88f4-37bd-42db-bf3d-45e469720420/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "288c1835ff364dfd985d8d18fb1931db", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/87ec88f4-37bd-42db-bf3d-45e469720420/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:11:59,435 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/87ec88f4-37bd-42db-bf3d-45e469720420 used request id req-d31e6690-bd09-4fe2-a301-dab638020713 2018-10-04 15:11:59,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2ae55aa49cfde098dfd4f20933a73dbb38048069" 2018-10-04 15:11:59,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-996faa7e-88c2-4025-a0c1-d07accc03b7a Date: Thu, 04 Oct 2018 15:11:59 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:11:59,585 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-996faa7e-88c2-4025-a0c1-d07accc03b7a 2018-10-04 15:11:59,587 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-image 2018-10-04 15:11:59,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/87ec88f4-37bd-42db-bf3d-45e469720420 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2ae55aa49cfde098dfd4f20933a73dbb38048069" 2018-10-04 15:11:59,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-41a62e4b-db6c-48da-8aaa-2cc901c8a02e Date: Thu, 04 Oct 2018 15:11:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:11:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:11:59Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/87ec88f4-37bd-42db-bf3d-45e469720420/snap", "metadata": {}}], "self": "/v2/images/87ec88f4-37bd-42db-bf3d-45e469720420", "min_disk": 0, "protected": false, "id": "87ec88f4-37bd-42db-bf3d-45e469720420", "file": "/v2/images/87ec88f4-37bd-42db-bf3d-45e469720420/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "288c1835ff364dfd985d8d18fb1931db", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/87ec88f4-37bd-42db-bf3d-45e469720420/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:11:59,760 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/87ec88f4-37bd-42db-bf3d-45e469720420 used request id req-41a62e4b-db6c-48da-8aaa-2cc901c8a02e 2018-10-04 15:11:59,761 - create_image - DEBUG - Instance status is - active 2018-10-04 15:11:59,761 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-image 2018-10-04 15:11:59,761 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-image 2018-10-04 15:11:59,761 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:11:59,762 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:12:00,138 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7aed725afb4e40b48c8c244f9b2096be", "name": "CreateInstancePortManipulationTests-c3486004-fc6e-462-proj-role"}], "expires_at": "2018-10-04T16:12:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "288c1835ff364dfd985d8d18fb1931db", "name": "CreateInstancePortManipulationTests-c3486004-fc6e-462-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/288c1835ff364dfd985d8d18fb1931db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/288c1835ff364dfd985d8d18fb1931db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/288c1835ff364dfd985d8d18fb1931db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/288c1835ff364dfd985d8d18fb1931db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/288c1835ff364dfd985d8d18fb1931db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/288c1835ff364dfd985d8d18fb1931db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/288c1835ff364dfd985d8d18fb1931db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/288c1835ff364dfd985d8d18fb1931db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/288c1835ff364dfd985d8d18fb1931db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/288c1835ff364dfd985d8d18fb1931db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/288c1835ff364dfd985d8d18fb1931db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/288c1835ff364dfd985d8d18fb1931db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c3486004-fc6e-462-user", "id": "3ac9ecfb700c4b6ea5f4883fdf3d4752"}, "audit_ids": ["qScRzRoQT9GFytOXX93jhw"], "issued_at": "2018-10-04T15:12:00.000000Z"}} 2018-10-04 15:12:00,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86972ab947f832899e939c7c2582a537aacf5765" 2018-10-04 15:12:00,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99619a7a-2f90-4c6c-92bb-e765ac488240 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:12:00,221 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-99619a7a-2f90-4c6c-92bb-e765ac488240 2018-10-04 15:12:00,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86972ab947f832899e939c7c2582a537aacf5765" 2018-10-04 15:12:00,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7e5dc219-1214-4fbc-8822-99bfde8c91b3 Date: Thu, 04 Oct 2018 15:12:00 GMT RESP BODY: {"networks":[]} 2018-10-04 15:12:00,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net used request id req-7e5dc219-1214-4fbc-8822-99bfde8c91b3 2018-10-04 15:12:00,398 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net 2018-10-04 15:12:00,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86972ab947f832899e939c7c2582a537aacf5765" -d '{"network": {"name": "CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net", "admin_state_up": true}}' 2018-10-04 15:12:01,055 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-e27a0e88-59e5-4d3b-8cb1-dcce51033fce Date: Thu, 04 Oct 2018 15:12:01 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"cd11dcfc-fc71-4ae3-baf4-753301ad7ea5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"288c1835ff364dfd985d8d18fb1931db","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:12:00Z","is_default":false,"name":"CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"288c1835ff364dfd985d8d18fb1931db","created_at":"2018-10-04T15:12:00Z","mtu":1450}} 2018-10-04 15:12:01,055 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-e27a0e88-59e5-4d3b-8cb1-dcce51033fce 2018-10-04 15:12:01,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86972ab947f832899e939c7c2582a537aacf5765" 2018-10-04 15:12:01,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-2c7d4945-da0a-47ec-971e-318c47dc31c4 Date: Thu, 04 Oct 2018 15:12:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T15:12:00Z","tenant_id":"288c1835ff364dfd985d8d18fb1931db","created_at":"2018-10-04T15:12:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"288c1835ff364dfd985d8d18fb1931db","id":"cd11dcfc-fc71-4ae3-baf4-753301ad7ea5","name":"CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net"}]} 2018-10-04 15:12:01,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5 used request id req-2c7d4945-da0a-47ec-971e-318c47dc31c4 2018-10-04 15:12:01,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86972ab947f832899e939c7c2582a537aacf5765" 2018-10-04 15:12:01,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-eeae756e-b8bb-45a8-9ea2-e56de8b46ae7 Date: Thu, 04 Oct 2018 15:12:01 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:12:01,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5 used request id req-eeae756e-b8bb-45a8-9ea2-e56de8b46ae7 2018-10-04 15:12:01,479 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-subnet 2018-10-04 15:12:01,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86972ab947f832899e939c7c2582a537aacf5765" -d '{"subnets": [{"ip_version": 4, "network_id": "cd11dcfc-fc71-4ae3-baf4-753301ad7ea5", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-subnet"}]}' 2018-10-04 15:12:02,139 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-28e090ed-2740-45e6-999c-ab59b376f99d Date: Thu, 04 Oct 2018 15:12:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cd11dcfc-fc71-4ae3-baf4-753301ad7ea5","tenant_id":"288c1835ff364dfd985d8d18fb1931db","created_at":"2018-10-04T15:12:01Z","dns_nameservers":[],"updated_at":"2018-10-04T15:12:01Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"288c1835ff364dfd985d8d18fb1931db","id":"dc614069-5637-4415-b122-80759847fc8f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-subnet"}]} 2018-10-04 15:12:02,139 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-28e090ed-2740-45e6-999c-ab59b376f99d 2018-10-04 15:12:02,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86972ab947f832899e939c7c2582a537aacf5765" 2018-10-04 15:12:02,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-c5b653b6-c686-4307-909a-12a17da1daaf Date: Thu, 04 Oct 2018 15:12:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dc614069-5637-4415-b122-80759847fc8f"],"updated_at":"2018-10-04T15:12:01Z","tenant_id":"288c1835ff364dfd985d8d18fb1931db","created_at":"2018-10-04T15:12:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"288c1835ff364dfd985d8d18fb1931db","id":"cd11dcfc-fc71-4ae3-baf4-753301ad7ea5","name":"CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net"}]} 2018-10-04 15:12:02,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5 used request id req-c5b653b6-c686-4307-909a-12a17da1daaf 2018-10-04 15:12:02,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86972ab947f832899e939c7c2582a537aacf5765" 2018-10-04 15:12:02,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-af52c707-a6b3-4a87-bc82-73c66aeb05c9 Date: Thu, 04 Oct 2018 15:12:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cd11dcfc-fc71-4ae3-baf4-753301ad7ea5","tenant_id":"288c1835ff364dfd985d8d18fb1931db","created_at":"2018-10-04T15:12:01Z","dns_nameservers":[],"updated_at":"2018-10-04T15:12:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"288c1835ff364dfd985d8d18fb1931db","id":"dc614069-5637-4415-b122-80759847fc8f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-subnet"}]} 2018-10-04 15:12:02,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5 used request id req-af52c707-a6b3-4a87-bc82-73c66aeb05c9 2018-10-04 15:12:02,448 - OpenStackNetwork - DEBUG - Network [cd11dcfc-fc71-4ae3-baf4-753301ad7ea5] created successfully 2018-10-04 15:12:02,448 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:12:02,448 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:12:02,826 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:12:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["5ML7jPp4Sfiy9aNi8jdZyQ"], "issued_at": "2018-10-04T15:12:02.000000Z"}} 2018-10-04 15:12:02,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d20900ceca22ba194b8ad8b29bcfaf563c4898b6" 2018-10-04 15:12:02,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a305b54d-fac5-4702-8b21-d06ea4edbd8c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:12:02,923 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a305b54d-fac5-4702-8b21-d06ea4edbd8c 2018-10-04 15:12:02,924 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:12:02,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d20900ceca22ba194b8ad8b29bcfaf563c4898b6" 2018-10-04 15:12:03,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12: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-0bed9695-25be-4120-9a81-60f8768fb448 x-compute-request-id: req-0bed9695-25be-4120-9a81-60f8768fb448 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:12:03,106 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0bed9695-25be-4120-9a81-60f8768fb448 2018-10-04 15:12:03,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d20900ceca22ba194b8ad8b29bcfaf563c4898b6" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:12:03,166 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12: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-5c9bdea4-dbc4-48b5-a346-53b7fd6cfa26 x-compute-request-id: req-5c9bdea4-dbc4-48b5-a346-53b7fd6cfa26 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6451be9a-7202-4dac-98a0-a140ac466be8", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6451be9a-7202-4dac-98a0-a140ac466be8", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6451be9a-7202-4dac-98a0-a140ac466be8", "name": "CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:12:03,166 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-5c9bdea4-dbc4-48b5-a346-53b7fd6cfa26 2018-10-04 15:12:03,167 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:12:03,167 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:12:03,544 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7aed725afb4e40b48c8c244f9b2096be", "name": "CreateInstancePortManipulationTests-c3486004-fc6e-462-proj-role"}], "expires_at": "2018-10-04T16:12:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "288c1835ff364dfd985d8d18fb1931db", "name": "CreateInstancePortManipulationTests-c3486004-fc6e-462-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/288c1835ff364dfd985d8d18fb1931db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/288c1835ff364dfd985d8d18fb1931db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/288c1835ff364dfd985d8d18fb1931db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/288c1835ff364dfd985d8d18fb1931db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/288c1835ff364dfd985d8d18fb1931db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/288c1835ff364dfd985d8d18fb1931db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/288c1835ff364dfd985d8d18fb1931db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/288c1835ff364dfd985d8d18fb1931db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/288c1835ff364dfd985d8d18fb1931db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/288c1835ff364dfd985d8d18fb1931db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/288c1835ff364dfd985d8d18fb1931db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/288c1835ff364dfd985d8d18fb1931db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c3486004-fc6e-462-user", "id": "3ac9ecfb700c4b6ea5f4883fdf3d4752"}, "audit_ids": ["LczG435pRxaeH_RI9CzJ6Q"], "issued_at": "2018-10-04T15:12:03.000000Z"}} 2018-10-04 15:12:03,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:03,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b24022b-f2c1-4eb9-80e2-065ee1c04206 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:12:03,618 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4b24022b-f2c1-4eb9-80e2-065ee1c04206 2018-10-04 15:12:03,620 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:12:03,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:03,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c7b6ce0-9e6a-4a31-a49e-6f080bcd7119 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:12:03,699 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5c7b6ce0-9e6a-4a31-a49e-6f080bcd7119 2018-10-04 15:12:03,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:03,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-39f807dd-c12f-4c0d-8c88-6f46294cdaa5 Date: Thu, 04 Oct 2018 15:12:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dc614069-5637-4415-b122-80759847fc8f"],"updated_at":"2018-10-04T15:12:01Z","tenant_id":"288c1835ff364dfd985d8d18fb1931db","created_at":"2018-10-04T15:12:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"288c1835ff364dfd985d8d18fb1931db","id":"cd11dcfc-fc71-4ae3-baf4-753301ad7ea5","name":"CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net"}]} 2018-10-04 15:12:03,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net used request id req-39f807dd-c12f-4c0d-8c88-6f46294cdaa5 2018-10-04 15:12:03,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:12:03,989 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:12:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:12:03,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:04,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78044ee3-4f09-4938-9d38-b442dd189ab9 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db"}, "enabled": true, "id": "288c1835ff364dfd985d8d18fb1931db", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c3486004-fc6e-462-proj"}} 2018-10-04 15:12:04,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db used request id req-78044ee3-4f09-4938-9d38-b442dd189ab9 2018-10-04 15:12:04,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:04,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5986b38d-372f-4b72-8db8-00a19f751490 Date: Thu, 04 Oct 2018 15:12:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cd11dcfc-fc71-4ae3-baf4-753301ad7ea5","tenant_id":"288c1835ff364dfd985d8d18fb1931db","created_at":"2018-10-04T15:12:01Z","dns_nameservers":[],"updated_at":"2018-10-04T15:12:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"288c1835ff364dfd985d8d18fb1931db","id":"dc614069-5637-4415-b122-80759847fc8f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-subnet"}]} 2018-10-04 15:12:04,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5 used request id req-5986b38d-372f-4b72-8db8-00a19f751490 2018-10-04 15:12:04,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:04,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-dc59b031-71cd-4caa-828a-4e00ad259fa3 Date: Thu, 04 Oct 2018 15:12:04 GMT RESP BODY: {"ports":[]} 2018-10-04 15:12:04,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6port-1&admin_state_up=True used request id req-dc59b031-71cd-4caa-828a-4e00ad259fa3 2018-10-04 15:12:04,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:04,700 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12: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-1fbf2962-ae51-4602-a1b9-170b39a4c55e x-compute-request-id: req-1fbf2962-ae51-4602-a1b9-170b39a4c55e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:12:04,700 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-inst used request id req-1fbf2962-ae51-4602-a1b9-170b39a4c55e 2018-10-04 15:12:04,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:04,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-b0a37517-9a88-4882-9fc5-207fdec94fdf Date: Thu, 04 Oct 2018 15:12:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dc614069-5637-4415-b122-80759847fc8f"],"updated_at":"2018-10-04T15:12:01Z","tenant_id":"288c1835ff364dfd985d8d18fb1931db","created_at":"2018-10-04T15:12:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"288c1835ff364dfd985d8d18fb1931db","id":"cd11dcfc-fc71-4ae3-baf4-753301ad7ea5","name":"CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net"}]} 2018-10-04 15:12:04,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net used request id req-b0a37517-9a88-4882-9fc5-207fdec94fdf 2018-10-04 15:12:04,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:04,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81df26b4-935c-4543-bdf3-ae39d0f32b71 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db"}, "enabled": true, "id": "288c1835ff364dfd985d8d18fb1931db", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c3486004-fc6e-462-proj"}} 2018-10-04 15:12:04,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db used request id req-81df26b4-935c-4543-bdf3-ae39d0f32b71 2018-10-04 15:12:04,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:05,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-be6cb5a9-f493-4b0e-aa37-df3263d254c1 Date: Thu, 04 Oct 2018 15:12:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cd11dcfc-fc71-4ae3-baf4-753301ad7ea5","tenant_id":"288c1835ff364dfd985d8d18fb1931db","created_at":"2018-10-04T15:12:01Z","dns_nameservers":[],"updated_at":"2018-10-04T15:12:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"288c1835ff364dfd985d8d18fb1931db","id":"dc614069-5637-4415-b122-80759847fc8f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-subnet"}]} 2018-10-04 15:12:05,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5 used request id req-be6cb5a9-f493-4b0e-aa37-df3263d254c1 2018-10-04 15:12:05,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:05,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8b1692dc-39ba-41e6-8db3-0172b919c065 Date: Thu, 04 Oct 2018 15:12:05 GMT RESP BODY: {"ports":[]} 2018-10-04 15:12:05,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6port-1&admin_state_up=True used request id req-8b1692dc-39ba-41e6-8db3-0172b919c065 2018-10-04 15:12:05,281 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:12:05,282 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:12:05,666 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7aed725afb4e40b48c8c244f9b2096be", "name": "CreateInstancePortManipulationTests-c3486004-fc6e-462-proj-role"}], "expires_at": "2018-10-04T16:12:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "288c1835ff364dfd985d8d18fb1931db", "name": "CreateInstancePortManipulationTests-c3486004-fc6e-462-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/288c1835ff364dfd985d8d18fb1931db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/288c1835ff364dfd985d8d18fb1931db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/288c1835ff364dfd985d8d18fb1931db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/288c1835ff364dfd985d8d18fb1931db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/288c1835ff364dfd985d8d18fb1931db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/288c1835ff364dfd985d8d18fb1931db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/288c1835ff364dfd985d8d18fb1931db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/288c1835ff364dfd985d8d18fb1931db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/288c1835ff364dfd985d8d18fb1931db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/288c1835ff364dfd985d8d18fb1931db", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/288c1835ff364dfd985d8d18fb1931db", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/288c1835ff364dfd985d8d18fb1931db", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c3486004-fc6e-462-user", "id": "3ac9ecfb700c4b6ea5f4883fdf3d4752"}, "audit_ids": ["T-1I-DboSeOy1mlwZvrYFg"], "issued_at": "2018-10-04T15:12:05.000000Z"}} 2018-10-04 15:12:05,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e6c280c5298119e186376af19ade5de8cf5897a" 2018-10-04 15:12:05,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d5c89ec-7a69-44cb-9651-a92d2a1b01cc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:12:05,747 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6d5c89ec-7a69-44cb-9651-a92d2a1b01cc 2018-10-04 15:12:05,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:05,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-2684c95c-3317-48ca-bbe2-d47ae6ad2b89 Date: Thu, 04 Oct 2018 15:12:05 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":["dc614069-5637-4415-b122-80759847fc8f"],"updated_at":"2018-10-04T15:12:01Z","tenant_id":"288c1835ff364dfd985d8d18fb1931db","created_at":"2018-10-04T15:12:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"288c1835ff364dfd985d8d18fb1931db","id":"cd11dcfc-fc71-4ae3-baf4-753301ad7ea5","name":"CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net"}]} 2018-10-04 15:12:05,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net used request id req-2684c95c-3317-48ca-bbe2-d47ae6ad2b89 2018-10-04 15:12:05,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:06,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f0fa87f7-7d85-4191-b408-7b8e73280f20 Date: Thu, 04 Oct 2018 15:12:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cd11dcfc-fc71-4ae3-baf4-753301ad7ea5","tenant_id":"288c1835ff364dfd985d8d18fb1931db","created_at":"2018-10-04T15:12:01Z","dns_nameservers":[],"updated_at":"2018-10-04T15:12:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"288c1835ff364dfd985d8d18fb1931db","id":"dc614069-5637-4415-b122-80759847fc8f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-subnet"}]} 2018-10-04 15:12:06,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5 used request id req-f0fa87f7-7d85-4191-b408-7b8e73280f20 2018-10-04 15:12:06,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:06,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-e2ccc9e7-3c64-4ee1-977e-698cfebb9c9e Date: Thu, 04 Oct 2018 15:12:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dc614069-5637-4415-b122-80759847fc8f"],"updated_at":"2018-10-04T15:12:01Z","tenant_id":"288c1835ff364dfd985d8d18fb1931db","created_at":"2018-10-04T15:12:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"288c1835ff364dfd985d8d18fb1931db","id":"cd11dcfc-fc71-4ae3-baf4-753301ad7ea5","name":"CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net"}]} 2018-10-04 15:12:06,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net used request id req-e2ccc9e7-3c64-4ee1-977e-698cfebb9c9e 2018-10-04 15:12:06,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:12:06,326 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:12:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:12:06,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e6c280c5298119e186376af19ade5de8cf5897a" 2018-10-04 15:12:06,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-449ccf33-8a45-4e1c-8934-bedde7ecdace Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db"}, "enabled": true, "id": "288c1835ff364dfd985d8d18fb1931db", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c3486004-fc6e-462-proj"}} 2018-10-04 15:12:06,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db used request id req-449ccf33-8a45-4e1c-8934-bedde7ecdace 2018-10-04 15:12:06,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:06,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-38afc873-79ab-49fb-9180-97cb81d7f493 Date: Thu, 04 Oct 2018 15:12:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cd11dcfc-fc71-4ae3-baf4-753301ad7ea5","tenant_id":"288c1835ff364dfd985d8d18fb1931db","created_at":"2018-10-04T15:12:01Z","dns_nameservers":[],"updated_at":"2018-10-04T15:12:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"288c1835ff364dfd985d8d18fb1931db","id":"dc614069-5637-4415-b122-80759847fc8f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-subnet"}]} 2018-10-04 15:12:06,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5 used request id req-38afc873-79ab-49fb-9180-97cb81d7f493 2018-10-04 15:12:06,598 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net 2018-10-04 15:12:06,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" -d '{"port": {"network_id": "cd11dcfc-fc71-4ae3-baf4-753301ad7ea5", "mac_address": "0a:1b:2c:3d:4e:5f", "name": "CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6port-1", "admin_state_up": true}}' 2018-10-04 15:12:07,756 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-048ab91d-a739-4f6a-9960-6041cef4bb74 Date: Thu, 04 Oct 2018 15:12:07 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:12:07Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dc614069-5637-4415-b122-80759847fc8f","ip_address":"10.55.0.12"}],"id":"c77315d6-fdd2-45ed-b4cf-4e4852c10daf","security_groups":["5cfa97f7-e8af-45f2-9a76-60f12d402b92"],"mac_address":"0a:1b:2c:3d:4e:5f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6port-1","project_id":"288c1835ff364dfd985d8d18fb1931db","qos_policy_id":null,"admin_state_up":true,"network_id":"cd11dcfc-fc71-4ae3-baf4-753301ad7ea5","tenant_id":"288c1835ff364dfd985d8d18fb1931db","created_at":"2018-10-04T15:12:07Z","binding:vnic_type":"normal"}} 2018-10-04 15:12:07,757 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-048ab91d-a739-4f6a-9960-6041cef4bb74 2018-10-04 15:12:07,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:08,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-7a9da446-701f-4786-8173-07604264b888 Date: Thu, 04 Oct 2018 15:12:08 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":["dc614069-5637-4415-b122-80759847fc8f"],"updated_at":"2018-10-04T15:12:01Z","tenant_id":"288c1835ff364dfd985d8d18fb1931db","created_at":"2018-10-04T15:12:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"288c1835ff364dfd985d8d18fb1931db","id":"cd11dcfc-fc71-4ae3-baf4-753301ad7ea5","name":"CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net"}]} 2018-10-04 15:12:08,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net used request id req-7a9da446-701f-4786-8173-07604264b888 2018-10-04 15:12:08,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:08,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a180582-b4c1-45f2-9f33-6734aa5eae0d Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db"}, "enabled": true, "id": "288c1835ff364dfd985d8d18fb1931db", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c3486004-fc6e-462-proj"}} 2018-10-04 15:12:08,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db used request id req-5a180582-b4c1-45f2-9f33-6734aa5eae0d 2018-10-04 15:12:08,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:08,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-059865b2-ff68-455a-81c7-fec8204360fc Date: Thu, 04 Oct 2018 15:12:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cd11dcfc-fc71-4ae3-baf4-753301ad7ea5","tenant_id":"288c1835ff364dfd985d8d18fb1931db","created_at":"2018-10-04T15:12:01Z","dns_nameservers":[],"updated_at":"2018-10-04T15:12:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"288c1835ff364dfd985d8d18fb1931db","id":"dc614069-5637-4415-b122-80759847fc8f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-subnet"}]} 2018-10-04 15:12:08,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5 used request id req-059865b2-ff68-455a-81c7-fec8204360fc 2018-10-04 15:12:08,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:08,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 795 X-Openstack-Request-Id: req-66593abc-7c6e-44f5-8737-ff276029c950 Date: Thu, 04 Oct 2018 15:12:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:12:07Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dc614069-5637-4415-b122-80759847fc8f","ip_address":"10.55.0.12"}],"id":"c77315d6-fdd2-45ed-b4cf-4e4852c10daf","security_groups":["5cfa97f7-e8af-45f2-9a76-60f12d402b92"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"288c1835ff364dfd985d8d18fb1931db","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6port-1","admin_state_up":true,"network_id":"cd11dcfc-fc71-4ae3-baf4-753301ad7ea5","tenant_id":"288c1835ff364dfd985d8d18fb1931db","created_at":"2018-10-04T15:12:07Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:12:08,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6port-1&admin_state_up=True used request id req-66593abc-7c6e-44f5-8737-ff276029c950 2018-10-04 15:12:08,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:08,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3db2e5a-10e1-49e9-ac75-361c5a6fcd70 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db"}, "enabled": true, "id": "288c1835ff364dfd985d8d18fb1931db", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c3486004-fc6e-462-proj"}} 2018-10-04 15:12:08,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db used request id req-d3db2e5a-10e1-49e9-ac75-361c5a6fcd70 2018-10-04 15:12:08,414 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-inst 2018-10-04 15:12:08,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:08,444 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12: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-caf19eec-cd2b-4bd2-8a60-58fe5c794252 x-compute-request-id: req-caf19eec-cd2b-4bd2-8a60-58fe5c794252 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6451be9a-7202-4dac-98a0-a140ac466be8", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6451be9a-7202-4dac-98a0-a140ac466be8", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6451be9a-7202-4dac-98a0-a140ac466be8", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-flavor-name"}]} 2018-10-04 15:12:08,444 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-caf19eec-cd2b-4bd2-8a60-58fe5c794252 2018-10-04 15:12:08,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/6451be9a-7202-4dac-98a0-a140ac466be8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:08,467 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12: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-58d65c4c-724d-4e6e-9071-a49bc439d496 x-compute-request-id: req-58d65c4c-724d-4e6e-9071-a49bc439d496 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6451be9a-7202-4dac-98a0-a140ac466be8", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6451be9a-7202-4dac-98a0-a140ac466be8", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6451be9a-7202-4dac-98a0-a140ac466be8", "name": "CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:12:08,467 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6451be9a-7202-4dac-98a0-a140ac466be8 used request id req-58d65c4c-724d-4e6e-9071-a49bc439d496 2018-10-04 15:12:08,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:08,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-366c07b8-7b5d-4885-bd21-30271f9089fc Date: Thu, 04 Oct 2018 15:12:08 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:11:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:11:59Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/87ec88f4-37bd-42db-bf3d-45e469720420/snap", "metadata": {}}], "self": "/v2/images/87ec88f4-37bd-42db-bf3d-45e469720420", "min_disk": 0, "protected": false, "id": "87ec88f4-37bd-42db-bf3d-45e469720420", "file": "/v2/images/87ec88f4-37bd-42db-bf3d-45e469720420/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "288c1835ff364dfd985d8d18fb1931db", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/87ec88f4-37bd-42db-bf3d-45e469720420/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-image"} 2018-10-04 15:12:08,643 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-image used request id req-366c07b8-7b5d-4885-bd21-30271f9089fc 2018-10-04 15:12:08,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:08,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e8147edd-5678-4c31-8999-2be100c769b4 Date: Thu, 04 Oct 2018 15:12:08 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:12:08,805 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-e8147edd-5678-4c31-8999-2be100c769b4 2018-10-04 15:12:08,810 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" -d '{"server": {"name": "CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-inst", "imageRef": "87ec88f4-37bd-42db-bf3d-45e469720420", "flavorRef": "6451be9a-7202-4dac-98a0-a140ac466be8", "max_count": 1, "min_count": 1, "networks": [{"port": "c77315d6-fdd2-45ed-b4cf-4e4852c10daf"}]}}' 2018-10-04 15:12:09,933 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:12: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-22172337-caab-4af6-bccf-1fe28620ae44 x-compute-request-id: req-22172337-caab-4af6-bccf-1fe28620ae44 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "41f4f9c7-b9da-401b-9675-7a0b6c82630e", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e", "rel": "bookmark"}], "adminPass": "kb6Ybtnn4NJT"}} 2018-10-04 15:12:09,933 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-22172337-caab-4af6-bccf-1fe28620ae44 2018-10-04 15:12:09,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:10,295 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12: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-293150ca-6395-4d09-82a5-00a6efab147f x-compute-request-id: req-293150ca-6395-4d09-82a5-00a6efab147f Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e", "rel": "bookmark"}], "image": {"id": "87ec88f4-37bd-42db-bf3d-45e469720420", "links": [{"href": "http://172.30.9.23:8774/images/87ec88f4-37bd-42db-bf3d-45e469720420", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6451be9a-7202-4dac-98a0-a140ac466be8", "links": [{"href": "http://172.30.9.23:8774/flavors/6451be9a-7202-4dac-98a0-a140ac466be8", "rel": "bookmark"}]}, "id": "41f4f9c7-b9da-401b-9675-7a0b6c82630e", "user_id": "3ac9ecfb700c4b6ea5f4883fdf3d4752", "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-10-04T15:12:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-inst", "created": "2018-10-04T15:12:09Z", "tenant_id": "288c1835ff364dfd985d8d18fb1931db", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:12:10,295 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e used request id req-293150ca-6395-4d09-82a5-00a6efab147f 2018-10-04 15:12:10,296 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-inst 2018-10-04 15:12:10,299 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:10,645 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12: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-f9e4e5da-db9d-44c9-8ff6-8883dc584384 x-compute-request-id: req-f9e4e5da-db9d-44c9-8ff6-8883dc584384 Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e", "rel": "bookmark"}], "image": {"id": "87ec88f4-37bd-42db-bf3d-45e469720420", "links": [{"href": "http://172.30.9.23:8774/images/87ec88f4-37bd-42db-bf3d-45e469720420", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6451be9a-7202-4dac-98a0-a140ac466be8", "links": [{"href": "http://172.30.9.23:8774/flavors/6451be9a-7202-4dac-98a0-a140ac466be8", "rel": "bookmark"}]}, "id": "41f4f9c7-b9da-401b-9675-7a0b6c82630e", "user_id": "3ac9ecfb700c4b6ea5f4883fdf3d4752", "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-10-04T15:12:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-inst", "created": "2018-10-04T15:12:09Z", "tenant_id": "288c1835ff364dfd985d8d18fb1931db", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:12:10,645 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e used request id req-f9e4e5da-db9d-44c9-8ff6-8883dc584384 2018-10-04 15:12:10,646 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-inst] is - BUILD 2018-10-04 15:12:10,646 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:12:13,649 - create_instance - DEBUG - VM status query timeout in 896.647331953 2018-10-04 15:12:13,652 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:14,101 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12: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-348b1862-7d76-4808-adb2-2488e54123da x-compute-request-id: req-348b1862-7d76-4808-adb2-2488e54123da Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e", "rel": "bookmark"}], "image": {"id": "87ec88f4-37bd-42db-bf3d-45e469720420", "links": [{"href": "http://172.30.9.23:8774/images/87ec88f4-37bd-42db-bf3d-45e469720420", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6451be9a-7202-4dac-98a0-a140ac466be8", "links": [{"href": "http://172.30.9.23:8774/flavors/6451be9a-7202-4dac-98a0-a140ac466be8", "rel": "bookmark"}]}, "id": "41f4f9c7-b9da-401b-9675-7a0b6c82630e", "security_groups": [{"name": "default"}], "user_id": "3ac9ecfb700c4b6ea5f4883fdf3d4752", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:12:11Z", "hostId": "9aa0746ce37acd25245158f17e4cc09e637fd44e13133d888b786c08", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-inst", "created": "2018-10-04T15:12:09Z", "tenant_id": "288c1835ff364dfd985d8d18fb1931db", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:12:14,102 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e used request id req-348b1862-7d76-4808-adb2-2488e54123da 2018-10-04 15:12:14,102 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-inst] is - BUILD 2018-10-04 15:12:14,102 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:12:17,105 - create_instance - DEBUG - VM status query timeout in 893.190843105 2018-10-04 15:12:17,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:17,826 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12: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-c4e67847-3e73-4d51-8411-49433a17b6b8 x-compute-request-id: req-c4e67847-3e73-4d51-8411-49433a17b6b8 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e", "rel": "bookmark"}], "image": {"id": "87ec88f4-37bd-42db-bf3d-45e469720420", "links": [{"href": "http://172.30.9.23:8774/images/87ec88f4-37bd-42db-bf3d-45e469720420", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:12:14.000000", "flavor": {"id": "6451be9a-7202-4dac-98a0-a140ac466be8", "links": [{"href": "http://172.30.9.23:8774/flavors/6451be9a-7202-4dac-98a0-a140ac466be8", "rel": "bookmark"}]}, "id": "41f4f9c7-b9da-401b-9675-7a0b6c82630e", "security_groups": [{"name": "default"}], "user_id": "3ac9ecfb700c4b6ea5f4883fdf3d4752", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:12:17Z", "hostId": "9aa0746ce37acd25245158f17e4cc09e637fd44e13133d888b786c08", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-inst", "created": "2018-10-04T15:12:09Z", "tenant_id": "288c1835ff364dfd985d8d18fb1931db", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:12:17,826 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e used request id req-c4e67847-3e73-4d51-8411-49433a17b6b8 2018-10-04 15:12:17,827 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-inst] is - ACTIVE 2018-10-04 15:12:17,827 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:12:17,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:18,376 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12: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-e5b25f68-6b06-4178-b511-f3d63f2f8b39 x-compute-request-id: req-e5b25f68-6b06-4178-b511-f3d63f2f8b39 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e", "rel": "bookmark"}], "image": {"id": "87ec88f4-37bd-42db-bf3d-45e469720420", "links": [{"href": "http://172.30.9.23:8774/images/87ec88f4-37bd-42db-bf3d-45e469720420", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:12:14.000000", "flavor": {"id": "6451be9a-7202-4dac-98a0-a140ac466be8", "links": [{"href": "http://172.30.9.23:8774/flavors/6451be9a-7202-4dac-98a0-a140ac466be8", "rel": "bookmark"}]}, "id": "41f4f9c7-b9da-401b-9675-7a0b6c82630e", "security_groups": [{"name": "default"}], "user_id": "3ac9ecfb700c4b6ea5f4883fdf3d4752", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:12:17Z", "hostId": "9aa0746ce37acd25245158f17e4cc09e637fd44e13133d888b786c08", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-inst", "created": "2018-10-04T15:12:09Z", "tenant_id": "288c1835ff364dfd985d8d18fb1931db", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:12:18,376 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e used request id req-e5b25f68-6b06-4178-b511-f3d63f2f8b39 2018-10-04 15:12:18,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:18,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-eebabc13-bba7-446a-901f-b7d6e17be336 Date: Thu, 04 Oct 2018 15:12:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dc614069-5637-4415-b122-80759847fc8f"],"updated_at":"2018-10-04T15:12:01Z","tenant_id":"288c1835ff364dfd985d8d18fb1931db","created_at":"2018-10-04T15:12:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"288c1835ff364dfd985d8d18fb1931db","id":"cd11dcfc-fc71-4ae3-baf4-753301ad7ea5","name":"CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net"}]} 2018-10-04 15:12:18,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net used request id req-eebabc13-bba7-446a-901f-b7d6e17be336 2018-10-04 15:12:18,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:18,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3caa853f-d985-4663-b5cf-a2a3b2e93dc5 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db"}, "enabled": true, "id": "288c1835ff364dfd985d8d18fb1931db", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c3486004-fc6e-462-proj"}} 2018-10-04 15:12:18,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db used request id req-3caa853f-d985-4663-b5cf-a2a3b2e93dc5 2018-10-04 15:12:18,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:18,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ec36d8f2-34e1-4ec6-a0ae-c4634a4dd2ad Date: Thu, 04 Oct 2018 15:12:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cd11dcfc-fc71-4ae3-baf4-753301ad7ea5","tenant_id":"288c1835ff364dfd985d8d18fb1931db","created_at":"2018-10-04T15:12:01Z","dns_nameservers":[],"updated_at":"2018-10-04T15:12:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"288c1835ff364dfd985d8d18fb1931db","id":"dc614069-5637-4415-b122-80759847fc8f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-subnet"}]} 2018-10-04 15:12:18,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5 used request id req-ec36d8f2-34e1-4ec6-a0ae-c4634a4dd2ad 2018-10-04 15:12:18,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:18,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3122 X-Openstack-Request-Id: req-ad6d95fb-56c2-4ca0-9339-5b7273418e8d Date: Thu, 04 Oct 2018 15:12:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:12:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dc614069-5637-4415-b122-80759847fc8f","ip_address":"10.55.0.2"}],"id":"0218c8f3-aee1-4774-aabe-c9a9e76ebdc5","security_groups":[],"mac_address":"fa:16:3e:1a:70:f1","project_id":"288c1835ff364dfd985d8d18fb1931db","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cd11dcfc-fc71-4ae3-baf4-753301ad7ea5","tenant_id":"288c1835ff364dfd985d8d18fb1931db","created_at":"2018-10-04T15:12:02Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cd11dcfc-fc71-4ae3-baf4-753301ad7ea5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:12:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dc614069-5637-4415-b122-80759847fc8f","ip_address":"10.55.0.3"}],"id":"0b58419d-0f15-4a92-beb8-4a0d3c232980","security_groups":[],"mac_address":"fa:16:3e:06:2e:d8","project_id":"288c1835ff364dfd985d8d18fb1931db","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cd11dcfc-fc71-4ae3-baf4-753301ad7ea5","tenant_id":"288c1835ff364dfd985d8d18fb1931db","created_at":"2018-10-04T15:12:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cd11dcfc-fc71-4ae3-baf4-753301ad7ea5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:12:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dc614069-5637-4415-b122-80759847fc8f","ip_address":"10.55.0.4"}],"id":"172c03ee-ca10-46e5-a921-a587015a0719","security_groups":[],"mac_address":"fa:16:3e:30:55:5d","project_id":"288c1835ff364dfd985d8d18fb1931db","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cd11dcfc-fc71-4ae3-baf4-753301ad7ea5","tenant_id":"288c1835ff364dfd985d8d18fb1931db","created_at":"2018-10-04T15:12:03Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cd11dcfc-fc71-4ae3-baf4-753301ad7ea5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:12:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dc614069-5637-4415-b122-80759847fc8f","ip_address":"10.55.0.12"}],"id":"c77315d6-fdd2-45ed-b4cf-4e4852c10daf","security_groups":["5cfa97f7-e8af-45f2-9a76-60f12d402b92"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"288c1835ff364dfd985d8d18fb1931db","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6port-1","admin_state_up":true,"network_id":"cd11dcfc-fc71-4ae3-baf4-753301ad7ea5","tenant_id":"288c1835ff364dfd985d8d18fb1931db","created_at":"2018-10-04T15:12:07Z","binding:vnic_type":"normal","device_id":"41f4f9c7-b9da-401b-9675-7a0b6c82630e"}]} 2018-10-04 15:12:18,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=cd11dcfc-fc71-4ae3-baf4-753301ad7ea5 used request id req-ad6d95fb-56c2-4ca0-9339-5b7273418e8d 2018-10-04 15:12:18,733 - create_instance - INFO - Deleting Port with ID - c77315d6-fdd2-45ed-b4cf-4e4852c10daf 2018-10-04 15:12:18,733 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6port-1 2018-10-04 15:12:18,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/c77315d6-fdd2-45ed-b4cf-4e4852c10daf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:19,480 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-841fca36-0a8d-4f4f-b321-6e179d034387 Date: Thu, 04 Oct 2018 15:12:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:12:19,481 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/c77315d6-fdd2-45ed-b4cf-4e4852c10daf used request id req-841fca36-0a8d-4f4f-b321-6e179d034387 2018-10-04 15:12:19,481 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-inst 2018-10-04 15:12:19,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:19,634 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:12:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c5210ab0-c2d4-419e-8e24-684b55d5b3b5 x-compute-request-id: req-c5210ab0-c2d4-419e-8e24-684b55d5b3b5 Content-Type: application/json 2018-10-04 15:12:19,634 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e used request id req-c5210ab0-c2d4-419e-8e24-684b55d5b3b5 2018-10-04 15:12:19,634 - create_instance - INFO - Checking deletion status 2018-10-04 15:12:19,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:19,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12: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-788e23fa-62c4-49bc-b2c7-7672ab365e0a x-compute-request-id: req-788e23fa-62c4-49bc-b2c7-7672ab365e0a Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e", "rel": "bookmark"}], "image": {"id": "87ec88f4-37bd-42db-bf3d-45e469720420", "links": [{"href": "http://172.30.9.23:8774/images/87ec88f4-37bd-42db-bf3d-45e469720420", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:12:14.000000", "flavor": {"id": "6451be9a-7202-4dac-98a0-a140ac466be8", "links": [{"href": "http://172.30.9.23:8774/flavors/6451be9a-7202-4dac-98a0-a140ac466be8", "rel": "bookmark"}]}, "id": "41f4f9c7-b9da-401b-9675-7a0b6c82630e", "user_id": "3ac9ecfb700c4b6ea5f4883fdf3d4752", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:12:19Z", "hostId": "9aa0746ce37acd25245158f17e4cc09e637fd44e13133d888b786c08", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-inst", "created": "2018-10-04T15:12:09Z", "tenant_id": "288c1835ff364dfd985d8d18fb1931db", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:12:19,880 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e used request id req-788e23fa-62c4-49bc-b2c7-7672ab365e0a 2018-10-04 15:12:19,881 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-inst] is - ACTIVE 2018-10-04 15:12:19,881 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:12:22,884 - create_instance - DEBUG - VM status query timeout in 296.750729084 2018-10-04 15:12:22,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd79d9f49f87eb2c42ebf8c2474c359863fe121" 2018-10-04 15:12:22,943 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:12:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-745d0636-b837-4bb1-b95c-001d14dfb78e x-compute-request-id: req-745d0636-b837-4bb1-b95c-001d14dfb78e Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 41f4f9c7-b9da-401b-9675-7a0b6c82630e could not be found.", "code": 404}} 2018-10-04 15:12:22,943 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/41f4f9c7-b9da-401b-9675-7a0b6c82630e used request id req-745d0636-b837-4bb1-b95c-001d14dfb78e 2018-10-04 15:12:22,943 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 41f4f9c7-b9da-401b-9675-7a0b6c82630e could not be found. (HTTP 404) (Request-ID: req-745d0636-b837-4bb1-b95c-001d14dfb78e) 2018-10-04 15:12:22,944 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-inst 2018-10-04 15:12:22,948 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/6451be9a-7202-4dac-98a0-a140ac466be8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d20900ceca22ba194b8ad8b29bcfaf563c4898b6" 2018-10-04 15:12:22,982 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:12:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-32a931ba-5873-40ec-89f6-76c615ebaaed x-compute-request-id: req-32a931ba-5873-40ec-89f6-76c615ebaaed Content-Length: 0 Content-Type: application/json 2018-10-04 15:12:22,982 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/6451be9a-7202-4dac-98a0-a140ac466be8 used request id req-32a931ba-5873-40ec-89f6-76c615ebaaed 2018-10-04 15:12:22,983 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-subnet 2018-10-04 15:12:22,983 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-subnet 2018-10-04 15:12:22,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/dc614069-5637-4415-b122-80759847fc8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86972ab947f832899e939c7c2582a537aacf5765" 2018-10-04 15:12:25,234 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-48026a11-faa0-4fed-8b95-0cf06922663d Date: Thu, 04 Oct 2018 15:12:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:12:25,235 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/dc614069-5637-4415-b122-80759847fc8f used request id req-48026a11-faa0-4fed-8b95-0cf06922663d 2018-10-04 15:12:25,235 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-pub-net 2018-10-04 15:12:25,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/cd11dcfc-fc71-4ae3-baf4-753301ad7ea5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86972ab947f832899e939c7c2582a537aacf5765" 2018-10-04 15:12:26,421 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4da0a704-461b-481f-8516-2d320d4260c2 Date: Thu, 04 Oct 2018 15:12:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:12:26,421 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/cd11dcfc-fc71-4ae3-baf4-753301ad7ea5 used request id req-4da0a704-461b-481f-8516-2d320d4260c2 2018-10-04 15:12:26,422 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-b04a792d-8918-4cde-b09c-f6ca5ae7c2f6-image 2018-10-04 15:12:26,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/87ec88f4-37bd-42db-bf3d-45e469720420 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2ae55aa49cfde098dfd4f20933a73dbb38048069" 2018-10-04 15:12:27,405 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-780ae286-149c-4f50-92fb-1fd52a9fad0f Date: Thu, 04 Oct 2018 15:12:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:12:27,405 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/87ec88f4-37bd-42db-bf3d-45e469720420 used request id req-780ae286-149c-4f50-92fb-1fd52a9fad0f 2018-10-04 15:12:27,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cd9ddc423311a829da7cf44c063883ce8effe6" 2018-10-04 15:12:27,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b1b32ef1-6d02-48cf-a4ce-5a80e4b84f8c Date: Thu, 04 Oct 2018 15:12:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "288c1835ff364dfd985d8d18fb1931db", "created_at": "2018-10-04T15:12:00Z", "updated_at": "2018-10-04T15:12:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:12:00Z", "revision_number": 0, "id": "0f7d7f8d-3da2-4951-9bc4-ad21a9099bfd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:12:00Z", "security_group_id": "5cfa97f7-e8af-45f2-9a76-60f12d402b92", "tenant_id": "288c1835ff364dfd985d8d18fb1931db", "port_range_min": null, "ethertype": "IPv6", "project_id": "288c1835ff364dfd985d8d18fb1931db"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:12:00Z", "revision_number": 0, "id": "2f11589d-594a-43e6-9885-b714120f158e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:12:00Z", "security_group_id": "5cfa97f7-e8af-45f2-9a76-60f12d402b92", "tenant_id": "288c1835ff364dfd985d8d18fb1931db", "port_range_min": null, "ethertype": "IPv4", "project_id": "288c1835ff364dfd985d8d18fb1931db"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:12:00Z", "revision_number": 0, "id": "9345151b-f673-4500-89ff-14dffe5ecce6", "remote_group_id": "5cfa97f7-e8af-45f2-9a76-60f12d402b92", "remote_ip_prefix": null, "created_at": "2018-10-04T15:12:00Z", "security_group_id": "5cfa97f7-e8af-45f2-9a76-60f12d402b92", "tenant_id": "288c1835ff364dfd985d8d18fb1931db", "port_range_min": null, "ethertype": "IPv6", "project_id": "288c1835ff364dfd985d8d18fb1931db"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:12:00Z", "revision_number": 0, "id": "f60122bd-27f6-4234-91d6-ba9318ad4f04", "remote_group_id": "5cfa97f7-e8af-45f2-9a76-60f12d402b92", "remote_ip_prefix": null, "created_at": "2018-10-04T15:12:00Z", "security_group_id": "5cfa97f7-e8af-45f2-9a76-60f12d402b92", "tenant_id": "288c1835ff364dfd985d8d18fb1931db", "port_range_min": null, "ethertype": "IPv4", "project_id": "288c1835ff364dfd985d8d18fb1931db"}], "revision_number": 4, "project_id": "288c1835ff364dfd985d8d18fb1931db", "id": "5cfa97f7-e8af-45f2-9a76-60f12d402b92", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:12:27,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-b1b32ef1-6d02-48cf-a4ce-5a80e4b84f8c 2018-10-04 15:12:27,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cd9ddc423311a829da7cf44c063883ce8effe6" 2018-10-04 15:12:27,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d213022-2f36-4736-bcf8-05ebaf27cdef Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:12:27,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-5d213022-2f36-4736-bcf8-05ebaf27cdef 2018-10-04 15:12:27,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cd9ddc423311a829da7cf44c063883ce8effe6" 2018-10-04 15:12:27,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82d04caf-e8b2-4a08-918c-48a5a41ef473 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:12:27,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-82d04caf-e8b2-4a08-918c-48a5a41ef473 2018-10-04 15:12:27,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cd9ddc423311a829da7cf44c063883ce8effe6" 2018-10-04 15:12:27,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bf12af2-066e-41b0-96ec-4d4333cf4a57 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:12:27,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-1bf12af2-066e-41b0-96ec-4d4333cf4a57 2018-10-04 15:12:27,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cd9ddc423311a829da7cf44c063883ce8effe6" 2018-10-04 15:12:27,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb6e91d5-4def-4130-8092-db6ff0b4d96b Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db"}, "enabled": true, "id": "288c1835ff364dfd985d8d18fb1931db", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c3486004-fc6e-462-proj"}} 2018-10-04 15:12:27,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db used request id req-cb6e91d5-4def-4130-8092-db6ff0b4d96b 2018-10-04 15:12:27,992 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5cfa97f7-e8af-45f2-9a76-60f12d402b92 2018-10-04 15:12:27,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=5cfa97f7-e8af-45f2-9a76-60f12d402b92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cd9ddc423311a829da7cf44c063883ce8effe6" 2018-10-04 15:12:28,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-fdea876e-f433-47c6-a44d-1b5d4f7731d6 Date: Thu, 04 Oct 2018 15:12:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:12:00Z", "security_group_id": "5cfa97f7-e8af-45f2-9a76-60f12d402b92", "port_range_min": null, "revision_number": 0, "tenant_id": "288c1835ff364dfd985d8d18fb1931db", "created_at": "2018-10-04T15:12:00Z", "project_id": "288c1835ff364dfd985d8d18fb1931db", "id": "0f7d7f8d-3da2-4951-9bc4-ad21a9099bfd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:12:00Z", "security_group_id": "5cfa97f7-e8af-45f2-9a76-60f12d402b92", "port_range_min": null, "revision_number": 0, "tenant_id": "288c1835ff364dfd985d8d18fb1931db", "created_at": "2018-10-04T15:12:00Z", "project_id": "288c1835ff364dfd985d8d18fb1931db", "id": "2f11589d-594a-43e6-9885-b714120f158e"}, {"remote_group_id": "5cfa97f7-e8af-45f2-9a76-60f12d402b92", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:12:00Z", "security_group_id": "5cfa97f7-e8af-45f2-9a76-60f12d402b92", "port_range_min": null, "revision_number": 0, "tenant_id": "288c1835ff364dfd985d8d18fb1931db", "created_at": "2018-10-04T15:12:00Z", "project_id": "288c1835ff364dfd985d8d18fb1931db", "id": "9345151b-f673-4500-89ff-14dffe5ecce6"}, {"remote_group_id": "5cfa97f7-e8af-45f2-9a76-60f12d402b92", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:12:00Z", "security_group_id": "5cfa97f7-e8af-45f2-9a76-60f12d402b92", "port_range_min": null, "revision_number": 0, "tenant_id": "288c1835ff364dfd985d8d18fb1931db", "created_at": "2018-10-04T15:12:00Z", "project_id": "288c1835ff364dfd985d8d18fb1931db", "id": "f60122bd-27f6-4234-91d6-ba9318ad4f04"}]} 2018-10-04 15:12:28,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=5cfa97f7-e8af-45f2-9a76-60f12d402b92 used request id req-fdea876e-f433-47c6-a44d-1b5d4f7731d6 2018-10-04 15:12:28,181 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:12:28,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/5cfa97f7-e8af-45f2-9a76-60f12d402b92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cd9ddc423311a829da7cf44c063883ce8effe6" 2018-10-04 15:12:28,466 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ead29bef-4503-40df-a3f4-57b9f7543b7e Content-Length: 0 Date: Thu, 04 Oct 2018 15:12:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:12:28,466 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/5cfa97f7-e8af-45f2-9a76-60f12d402b92 used request id req-ead29bef-4503-40df-a3f4-57b9f7543b7e 2018-10-04 15:12:28,467 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-c3486004-fc6e-462-proj 2018-10-04 15:12:28,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cd9ddc423311a829da7cf44c063883ce8effe6" 2018-10-04 15:12:28,695 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:12:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a4d1096-994e-45fd-97c3-6130c0f3d9bf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:12:28,696 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/288c1835ff364dfd985d8d18fb1931db used request id req-4a4d1096-994e-45fd-97c3-6130c0f3d9bf 2018-10-04 15:12:28,696 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-c3486004-fc6e-462-proj-role 2018-10-04 15:12:28,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/7aed725afb4e40b48c8c244f9b2096be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cd9ddc423311a829da7cf44c063883ce8effe6" 2018-10-04 15:12:28,812 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:12:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-080ca2b0-4f44-43e1-9408-b76255512dcb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:12:28,812 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/7aed725afb4e40b48c8c244f9b2096be used request id req-080ca2b0-4f44-43e1-9408-b76255512dcb 2018-10-04 15:12:28,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cd9ddc423311a829da7cf44c063883ce8effe6" 2018-10-04 15:12:28,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21ef162f-d69b-41b3-8f89-ffdcd6d8ceb6 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:12:28,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-21ef162f-d69b-41b3-8f89-ffdcd6d8ceb6 2018-10-04 15:12:28,897 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-c3486004-fc6e-462-user 2018-10-04 15:12:28,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/3ac9ecfb700c4b6ea5f4883fdf3d4752 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abc2a3344f440ac0f1a439a9cf8497a087c98842" 2018-10-04 15:12:29,143 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:12:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3794e49d-ea81-4caa-bf15-0db8c3c40918 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:12:29,143 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/3ac9ecfb700c4b6ea5f4883fdf3d4752 used request id req-3794e49d-ea81-4caa-bf15-0db8c3c40918 2018-10-04 15:12:29,144 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:12:29,538 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:12:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["i8ruI4WGRf6P76vbTkEe5A"], "issued_at": "2018-10-04T15:12:29.000000Z"}} 2018-10-04 15:12:29,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2c9b2f45016f3f7c8f620d32149f41e44a578b" 2018-10-04 15:12:29,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7700da8-c844-404a-89ac-1a646d38e35f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:12:29,614 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b7700da8-c844-404a-89ac-1a646d38e35f 2018-10-04 15:12:29,616 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:12:29,617 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:12:30,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:12:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["VFvYJgvtTfan5b6b9E0YOw"], "issued_at": "2018-10-04T15:12:30.000000Z"}} 2018-10-04 15:12:30,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d726e5cefded0889a4d2b27c59e2b8197d792ce3" 2018-10-04 15:12:30,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a82617d4-b272-49a9-b6cb-c508e96a3dd7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:12:30,098 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a82617d4-b272-49a9-b6cb-c508e96a3dd7 2018-10-04 15:12:30,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:12:30,108 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:12:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:12:30,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d726e5cefded0889a4d2b27c59e2b8197d792ce3" 2018-10-04 15:12:30,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f630388e-8ad4-45ed-b5ae-00873b4c305b Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:12:30,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj used request id req-f630388e-8ad4-45ed-b5ae-00873b4c305b 2018-10-04 15:12:30,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d726e5cefded0889a4d2b27c59e2b8197d792ce3" 2018-10-04 15:12:30,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96e97766-ae22-41f7-94f5-c9f6d9724f33 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:12:30,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-96e97766-ae22-41f7-94f5-c9f6d9724f33 2018-10-04 15:12:30,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d726e5cefded0889a4d2b27c59e2b8197d792ce3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj"}}' 2018-10-04 15:12:30,399 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:12:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03c2decc-fc49-4a0d-b262-56d533366886 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25"}, "enabled": true, "id": "19f9421f3e7b4ef399664ba8af4d0c25", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj"}} 2018-10-04 15:12:30,399 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-03c2decc-fc49-4a0d-b262-56d533366886 2018-10-04 15:12:30,400 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj 2018-10-04 15:12:30,400 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:12:30,401 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:12:30,782 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:12:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["XbJDYbmnT2apRBsgoqiy8A"], "issued_at": "2018-10-04T15:12:30.000000Z"}} 2018-10-04 15:12:30,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46b9fa9f5b8f3929153305beca1fdbd9c6ec97c3" 2018-10-04 15:12:30,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71e2725c-6183-4b7f-bca8-b73acd5201df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:12:30,796 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-71e2725c-6183-4b7f-bca8-b73acd5201df 2018-10-04 15:12:30,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:12:30,806 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:12:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:12:30,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46b9fa9f5b8f3929153305beca1fdbd9c6ec97c3" 2018-10-04 15:12:30,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b19903bd-a951-4252-aaeb-ab8683c2645e Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:12:30,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b19903bd-a951-4252-aaeb-ab8683c2645e 2018-10-04 15:12:30,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46b9fa9f5b8f3929153305beca1fdbd9c6ec97c3" 2018-10-04 15:12:31,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84a7c809-c079-44c2-b7d5-9240a3886f06 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25"}, "enabled": true, "id": "19f9421f3e7b4ef399664ba8af4d0c25", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj"}]} 2018-10-04 15:12:31,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj used request id req-84a7c809-c079-44c2-b7d5-9240a3886f06 2018-10-04 15:12:31,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46b9fa9f5b8f3929153305beca1fdbd9c6ec97c3" 2018-10-04 15:12:31,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0415b257-1b90-4fe2-9000-a1105a60388f Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:12:31,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-0415b257-1b90-4fe2-9000-a1105a60388f 2018-10-04 15:12:31,471 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-b22e3d8d-5494-42a-user 2018-10-04 15:12:31,471 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:12:31,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d726e5cefded0889a4d2b27c59e2b8197d792ce3" 2018-10-04 15:12:31,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27785454-3040-4c59-af43-bb379618cc50 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:12:31,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-27785454-3040-4c59-af43-bb379618cc50 2018-10-04 15:12:31,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d726e5cefded0889a4d2b27c59e2b8197d792ce3" -d '{"role": {"name": "CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj-role"}}' 2018-10-04 15:12:31,663 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:12:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63178996-e09c-413b-8123-527453c8354e Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d7c544e9b96c4d0a9dab975c2f53938c", "links": {"self": "http://172.30.9.23:5000/v3/roles/d7c544e9b96c4d0a9dab975c2f53938c"}, "name": "CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj-role"}} 2018-10-04 15:12:31,663 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-63178996-e09c-413b-8123-527453c8354e 2018-10-04 15:12:31,663 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj-role 2018-10-04 15:12:31,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/d7c544e9b96c4d0a9dab975c2f53938c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d726e5cefded0889a4d2b27c59e2b8197d792ce3" 2018-10-04 15:12:31,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-999bc2a2-b167-4891-8025-17b1935169fc Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/d7c544e9b96c4d0a9dab975c2f53938c"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj-role", "id": "d7c544e9b96c4d0a9dab975c2f53938c"}} 2018-10-04 15:12:31,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/d7c544e9b96c4d0a9dab975c2f53938c used request id req-999bc2a2-b167-4891-8025-17b1935169fc 2018-10-04 15:12:31,683 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj-role to project CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj 2018-10-04 15:12:31,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25/users/0dc27ac284d14967af8f5070770c3d57/roles/d7c544e9b96c4d0a9dab975c2f53938c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d726e5cefded0889a4d2b27c59e2b8197d792ce3" 2018-10-04 15:12:31,815 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:12:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f5c96d9-29c2-4d1d-93f0-bf2dbe3e9987 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:12:31,815 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25/users/0dc27ac284d14967af8f5070770c3d57/roles/d7c544e9b96c4d0a9dab975c2f53938c used request id req-6f5c96d9-29c2-4d1d-93f0-bf2dbe3e9987 2018-10-04 15:12:31,816 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:12:31,816 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:12:31,817 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:12:32,185 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d7c544e9b96c4d0a9dab975c2f53938c", "name": "CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj-role"}], "expires_at": "2018-10-04T16:12:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "19f9421f3e7b4ef399664ba8af4d0c25", "name": "CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-b22e3d8d-5494-42a-user", "id": "0dc27ac284d14967af8f5070770c3d57"}, "audit_ids": ["SpZ8AfmsSV-6Sp6L0I7CvA"], "issued_at": "2018-10-04T15:12:32.000000Z"}} 2018-10-04 15:12:32,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}798c1c637ece843cb41da1e3a89dada22e34a9a5" 2018-10-04 15:12:32,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65f41e92-bc88-412d-b2a1-a4ed64113a07 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:12:32,268 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-65f41e92-bc88-412d-b2a1-a4ed64113a07 2018-10-04 15:12:32,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}798c1c637ece843cb41da1e3a89dada22e34a9a5" 2018-10-04 15:12:32,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-6bb28eaa-ef54-4202-b35f-fdfd01cf009b Date: Thu, 04 Oct 2018 15:12:32 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-image"} 2018-10-04 15:12:32,451 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-image used request id req-6bb28eaa-ef54-4202-b35f-fdfd01cf009b 2018-10-04 15:12:32,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}798c1c637ece843cb41da1e3a89dada22e34a9a5" 2018-10-04 15:12:32,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b0ed95a1-ddc7-49d4-9d31-df7f4f7b2475 Date: Thu, 04 Oct 2018 15:12:32 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:12:32,601 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-b0ed95a1-ddc7-49d4-9d31-df7f4f7b2475 2018-10-04 15:12:32,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}798c1c637ece843cb41da1e3a89dada22e34a9a5" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-image"}' 2018-10-04 15:12:32,834 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552 X-Openstack-Request-Id: req-a88acad5-1468-4530-b8db-c98ef88da0f9 Date: Thu, 04 Oct 2018 15:12:32 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:12:32Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:12:32Z", "visibility": "shared", "locations": [], "self": "/v2/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552", "min_disk": 0, "protected": false, "id": "87eb8ffb-b7f8-4d97-b26c-d7615a3cf552", "file": "/v2/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552/file", "checksum": null, "owner": "19f9421f3e7b4ef399664ba8af4d0c25", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:12:32,834 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-a88acad5-1468-4530-b8db-c98ef88da0f9 2018-10-04 15:12:32,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}798c1c637ece843cb41da1e3a89dada22e34a9a5" -d '' 2018-10-04 15:12:34,181 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f2312ed0-166b-41d9-9fc9-d0ee8a5dedac Date: Thu, 04 Oct 2018 15:12:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:12:34,182 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552/file used request id req-f2312ed0-166b-41d9-9fc9-d0ee8a5dedac 2018-10-04 15:12:34,182 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:12:34,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}798c1c637ece843cb41da1e3a89dada22e34a9a5" 2018-10-04 15:12:34,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-b44bd5ed-1840-4f3f-96ad-6168a1bc551a Date: Thu, 04 Oct 2018 15:12:34 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:12:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:12:34Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552/snap", "metadata": {}}], "self": "/v2/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552", "min_disk": 0, "protected": false, "id": "87eb8ffb-b7f8-4d97-b26c-d7615a3cf552", "file": "/v2/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "19f9421f3e7b4ef399664ba8af4d0c25", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:12:34,344 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552 used request id req-b44bd5ed-1840-4f3f-96ad-6168a1bc551a 2018-10-04 15:12:34,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}798c1c637ece843cb41da1e3a89dada22e34a9a5" 2018-10-04 15:12:34,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-83caa422-ef5f-4fa2-9af5-733fc2e1f575 Date: Thu, 04 Oct 2018 15:12:34 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:12:34,496 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-83caa422-ef5f-4fa2-9af5-733fc2e1f575 2018-10-04 15:12:34,499 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-image 2018-10-04 15:12:34,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}798c1c637ece843cb41da1e3a89dada22e34a9a5" 2018-10-04 15:12:34,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-063392b7-c3ed-4760-888f-538f4ad71410 Date: Thu, 04 Oct 2018 15:12:34 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:12:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:12:34Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552/snap", "metadata": {}}], "self": "/v2/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552", "min_disk": 0, "protected": false, "id": "87eb8ffb-b7f8-4d97-b26c-d7615a3cf552", "file": "/v2/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "19f9421f3e7b4ef399664ba8af4d0c25", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:12:34,519 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552 used request id req-063392b7-c3ed-4760-888f-538f4ad71410 2018-10-04 15:12:34,519 - create_image - DEBUG - Instance status is - active 2018-10-04 15:12:34,519 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-image 2018-10-04 15:12:34,519 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-image 2018-10-04 15:12:34,520 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:12:34,520 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:12:34,899 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d7c544e9b96c4d0a9dab975c2f53938c", "name": "CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj-role"}], "expires_at": "2018-10-04T16:12:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "19f9421f3e7b4ef399664ba8af4d0c25", "name": "CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-b22e3d8d-5494-42a-user", "id": "0dc27ac284d14967af8f5070770c3d57"}, "audit_ids": ["wVUnSm4VTLiPl2atzwQn9Q"], "issued_at": "2018-10-04T15:12:34.000000Z"}} 2018-10-04 15:12:34,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce9aac7afc0a68f3ef3423581e627ba9477ac92" 2018-10-04 15:12:34,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18c13843-f733-4198-951f-825f7adffbb0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:12:34,972 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-18c13843-f733-4198-951f-825f7adffbb0 2018-10-04 15:12:34,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce9aac7afc0a68f3ef3423581e627ba9477ac92" 2018-10-04 15:12:35,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d39f4cec-b10a-48d7-ba2f-89169857178f Date: Thu, 04 Oct 2018 15:12:35 GMT RESP BODY: {"networks":[]} 2018-10-04 15:12:35,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net used request id req-d39f4cec-b10a-48d7-ba2f-89169857178f 2018-10-04 15:12:35,151 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net 2018-10-04 15:12:35,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce9aac7afc0a68f3ef3423581e627ba9477ac92" -d '{"network": {"name": "CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net", "admin_state_up": true}}' 2018-10-04 15:12:35,679 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-1d80919b-4fd8-41a4-9c13-83b2b6276193 Date: Thu, 04 Oct 2018 15:12:35 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"7c58366b-bb4d-432a-885b-c09e69c6cf3b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"19f9421f3e7b4ef399664ba8af4d0c25","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:12:35Z","is_default":false,"name":"CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"19f9421f3e7b4ef399664ba8af4d0c25","created_at":"2018-10-04T15:12:35Z","mtu":1450}} 2018-10-04 15:12:35,679 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-1d80919b-4fd8-41a4-9c13-83b2b6276193 2018-10-04 15:12:35,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=7c58366b-bb4d-432a-885b-c09e69c6cf3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce9aac7afc0a68f3ef3423581e627ba9477ac92" 2018-10-04 15:12:35,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-9e72898c-2f01-4a2f-9928-f793055ad51d Date: Thu, 04 Oct 2018 15:12:35 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-10-04T15:12:35Z","tenant_id":"19f9421f3e7b4ef399664ba8af4d0c25","created_at":"2018-10-04T15:12:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"19f9421f3e7b4ef399664ba8af4d0c25","id":"7c58366b-bb4d-432a-885b-c09e69c6cf3b","name":"CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net"}]} 2018-10-04 15:12:35,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=7c58366b-bb4d-432a-885b-c09e69c6cf3b used request id req-9e72898c-2f01-4a2f-9928-f793055ad51d 2018-10-04 15:12:35,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce9aac7afc0a68f3ef3423581e627ba9477ac92" 2018-10-04 15:12:35,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0164cb4b-227f-4c60-b73f-557161fd0828 Date: Thu, 04 Oct 2018 15:12:35 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:12:35,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b used request id req-0164cb4b-227f-4c60-b73f-557161fd0828 2018-10-04 15:12:35,958 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-subnet 2018-10-04 15:12:35,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce9aac7afc0a68f3ef3423581e627ba9477ac92" -d '{"subnets": [{"ip_version": 4, "network_id": "7c58366b-bb4d-432a-885b-c09e69c6cf3b", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-subnet"}]}' 2018-10-04 15:12:36,787 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8102e7ac-c5ac-4556-b5b9-155755ccf61d Date: Thu, 04 Oct 2018 15:12:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c58366b-bb4d-432a-885b-c09e69c6cf3b","tenant_id":"19f9421f3e7b4ef399664ba8af4d0c25","created_at":"2018-10-04T15:12:36Z","dns_nameservers":[],"updated_at":"2018-10-04T15:12:36Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"19f9421f3e7b4ef399664ba8af4d0c25","id":"6ae867b5-394a-4ed6-8a7b-b212c6c3df1a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-subnet"}]} 2018-10-04 15:12:36,787 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-8102e7ac-c5ac-4556-b5b9-155755ccf61d 2018-10-04 15:12:36,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=7c58366b-bb4d-432a-885b-c09e69c6cf3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce9aac7afc0a68f3ef3423581e627ba9477ac92" 2018-10-04 15:12:37,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-a5f446cc-f6c8-438b-b834-a1c6de83226b Date: Thu, 04 Oct 2018 15:12:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6ae867b5-394a-4ed6-8a7b-b212c6c3df1a"],"updated_at":"2018-10-04T15:12:36Z","tenant_id":"19f9421f3e7b4ef399664ba8af4d0c25","created_at":"2018-10-04T15:12:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"19f9421f3e7b4ef399664ba8af4d0c25","id":"7c58366b-bb4d-432a-885b-c09e69c6cf3b","name":"CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net"}]} 2018-10-04 15:12:37,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=7c58366b-bb4d-432a-885b-c09e69c6cf3b used request id req-a5f446cc-f6c8-438b-b834-a1c6de83226b 2018-10-04 15:12:37,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce9aac7afc0a68f3ef3423581e627ba9477ac92" 2018-10-04 15:12:37,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-116d496f-ee4f-4a8a-a059-f6971d27dd86 Date: Thu, 04 Oct 2018 15:12:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c58366b-bb4d-432a-885b-c09e69c6cf3b","tenant_id":"19f9421f3e7b4ef399664ba8af4d0c25","created_at":"2018-10-04T15:12:36Z","dns_nameservers":[],"updated_at":"2018-10-04T15:12:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"19f9421f3e7b4ef399664ba8af4d0c25","id":"6ae867b5-394a-4ed6-8a7b-b212c6c3df1a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-subnet"}]} 2018-10-04 15:12:37,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b used request id req-116d496f-ee4f-4a8a-a059-f6971d27dd86 2018-10-04 15:12:37,243 - OpenStackNetwork - DEBUG - Network [7c58366b-bb4d-432a-885b-c09e69c6cf3b] created successfully 2018-10-04 15:12:37,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:12:37,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:12:37,638 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:12:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["-LzR-Pl9QKixlopEDT5uww"], "issued_at": "2018-10-04T15:12:37.000000Z"}} 2018-10-04 15:12:37,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18f8ebfacd86fab2f331a83351ffc38a00233d6e" 2018-10-04 15:12:37,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-748eaf20-d244-4cf5-9847-7ee9f2f1ecda Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:12:37,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-748eaf20-d244-4cf5-9847-7ee9f2f1ecda 2018-10-04 15:12:37,720 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:12:37,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18f8ebfacd86fab2f331a83351ffc38a00233d6e" 2018-10-04 15:12:37,908 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-45c3c366-5b96-48e2-b248-ef9af927aca5 x-compute-request-id: req-45c3c366-5b96-48e2-b248-ef9af927aca5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:12:37,908 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-45c3c366-5b96-48e2-b248-ef9af927aca5 2018-10-04 15:12:37,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18f8ebfacd86fab2f331a83351ffc38a00233d6e" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:12:37,969 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ab277d2-ab86-4b27-8002-6d904599465a x-compute-request-id: req-7ab277d2-ab86-4b27-8002-6d904599465a Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/50dde860-1d39-4dc8-9fb6-848a3df60567", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/50dde860-1d39-4dc8-9fb6-848a3df60567", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "50dde860-1d39-4dc8-9fb6-848a3df60567", "name": "CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:12:37,969 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-7ab277d2-ab86-4b27-8002-6d904599465a 2018-10-04 15:12:37,970 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:12:37,971 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:12:38,342 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d7c544e9b96c4d0a9dab975c2f53938c", "name": "CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj-role"}], "expires_at": "2018-10-04T16:12:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "19f9421f3e7b4ef399664ba8af4d0c25", "name": "CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-b22e3d8d-5494-42a-user", "id": "0dc27ac284d14967af8f5070770c3d57"}, "audit_ids": ["fNnq_VZYQrWhtwprzL6LXw"], "issued_at": "2018-10-04T15:12:38.000000Z"}} 2018-10-04 15:12:38,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:38,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67f85975-4a42-46bb-806c-8bba7fd72702 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:12:38,429 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-67f85975-4a42-46bb-806c-8bba7fd72702 2018-10-04 15:12:38,431 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:12:38,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:38,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a4c5853-b03d-4bb7-9ab0-a4167739a9a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:12:38,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4a4c5853-b03d-4bb7-9ab0-a4167739a9a4 2018-10-04 15:12:38,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:38,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-0516ac69-6ef9-425c-8be5-7b08d32eb2ea Date: Thu, 04 Oct 2018 15:12:38 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":["6ae867b5-394a-4ed6-8a7b-b212c6c3df1a"],"updated_at":"2018-10-04T15:12:36Z","tenant_id":"19f9421f3e7b4ef399664ba8af4d0c25","created_at":"2018-10-04T15:12:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"19f9421f3e7b4ef399664ba8af4d0c25","id":"7c58366b-bb4d-432a-885b-c09e69c6cf3b","name":"CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net"}]} 2018-10-04 15:12:38,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net used request id req-0516ac69-6ef9-425c-8be5-7b08d32eb2ea 2018-10-04 15:12:38,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:12:38,770 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:12:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:12:38,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:38,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b50bcaae-ced9-4a1b-9b48-4ee3c318b3da Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25"}, "enabled": true, "id": "19f9421f3e7b4ef399664ba8af4d0c25", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj"}} 2018-10-04 15:12:38,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25 used request id req-b50bcaae-ced9-4a1b-9b48-4ee3c318b3da 2018-10-04 15:12:38,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:39,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-92a056e0-b4f6-41a5-af70-3d91e77774c1 Date: Thu, 04 Oct 2018 15:12:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c58366b-bb4d-432a-885b-c09e69c6cf3b","tenant_id":"19f9421f3e7b4ef399664ba8af4d0c25","created_at":"2018-10-04T15:12:36Z","dns_nameservers":[],"updated_at":"2018-10-04T15:12:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"19f9421f3e7b4ef399664ba8af4d0c25","id":"6ae867b5-394a-4ed6-8a7b-b212c6c3df1a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-subnet"}]} 2018-10-04 15:12:39,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b used request id req-92a056e0-b4f6-41a5-af70-3d91e77774c1 2018-10-04 15:12:39,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b&name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:39,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1becab57-d928-4cb4-b304-200dbfc0a6a7 Date: Thu, 04 Oct 2018 15:12:39 GMT RESP BODY: {"ports":[]} 2018-10-04 15:12:39,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b&name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098port-1&admin_state_up=True used request id req-1becab57-d928-4cb4-b304-200dbfc0a6a7 2018-10-04 15:12:39,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:39,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-cf69d457-0de3-4fd9-9b08-df6c826e0b62 x-compute-request-id: req-cf69d457-0de3-4fd9-9b08-df6c826e0b62 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:12:39,495 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-inst used request id req-cf69d457-0de3-4fd9-9b08-df6c826e0b62 2018-10-04 15:12:39,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:39,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-cefc0c8f-4c6b-4d2a-a0a0-0488a1eb5dff Date: Thu, 04 Oct 2018 15:12:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6ae867b5-394a-4ed6-8a7b-b212c6c3df1a"],"updated_at":"2018-10-04T15:12:36Z","tenant_id":"19f9421f3e7b4ef399664ba8af4d0c25","created_at":"2018-10-04T15:12:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"19f9421f3e7b4ef399664ba8af4d0c25","id":"7c58366b-bb4d-432a-885b-c09e69c6cf3b","name":"CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net"}]} 2018-10-04 15:12:39,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net used request id req-cefc0c8f-4c6b-4d2a-a0a0-0488a1eb5dff 2018-10-04 15:12:39,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:40,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7db5cd05-cddb-4dad-ad51-143b7e409ec8 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25"}, "enabled": true, "id": "19f9421f3e7b4ef399664ba8af4d0c25", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj"}} 2018-10-04 15:12:40,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25 used request id req-7db5cd05-cddb-4dad-ad51-143b7e409ec8 2018-10-04 15:12:40,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:40,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-023b4d13-7b57-40cc-b20c-5ff684b8584f Date: Thu, 04 Oct 2018 15:12:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c58366b-bb4d-432a-885b-c09e69c6cf3b","tenant_id":"19f9421f3e7b4ef399664ba8af4d0c25","created_at":"2018-10-04T15:12:36Z","dns_nameservers":[],"updated_at":"2018-10-04T15:12:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"19f9421f3e7b4ef399664ba8af4d0c25","id":"6ae867b5-394a-4ed6-8a7b-b212c6c3df1a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-subnet"}]} 2018-10-04 15:12:40,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b used request id req-023b4d13-7b57-40cc-b20c-5ff684b8584f 2018-10-04 15:12:40,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b&name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:40,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8df76cf0-6582-4f21-b60e-fac6488e0e64 Date: Thu, 04 Oct 2018 15:12:40 GMT RESP BODY: {"ports":[]} 2018-10-04 15:12:40,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b&name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098port-1&admin_state_up=True used request id req-8df76cf0-6582-4f21-b60e-fac6488e0e64 2018-10-04 15:12:40,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:12:40,251 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:12:40,618 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d7c544e9b96c4d0a9dab975c2f53938c", "name": "CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj-role"}], "expires_at": "2018-10-04T16:12:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "19f9421f3e7b4ef399664ba8af4d0c25", "name": "CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/19f9421f3e7b4ef399664ba8af4d0c25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-b22e3d8d-5494-42a-user", "id": "0dc27ac284d14967af8f5070770c3d57"}, "audit_ids": ["0bv2TU9GTuWz-cw8ehjMRw"], "issued_at": "2018-10-04T15:12:40.000000Z"}} 2018-10-04 15:12:40,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d451d30e5d44907b0adab9dc18667e6185aa7699" 2018-10-04 15:12:40,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee2eabf4-2790-45a8-b1df-4d4154c91b1d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:12:40,700 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ee2eabf4-2790-45a8-b1df-4d4154c91b1d 2018-10-04 15:12:40,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:40,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-95bf53da-22a6-4384-b089-4432a754981f Date: Thu, 04 Oct 2018 15:12:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6ae867b5-394a-4ed6-8a7b-b212c6c3df1a"],"updated_at":"2018-10-04T15:12:36Z","tenant_id":"19f9421f3e7b4ef399664ba8af4d0c25","created_at":"2018-10-04T15:12:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"19f9421f3e7b4ef399664ba8af4d0c25","id":"7c58366b-bb4d-432a-885b-c09e69c6cf3b","name":"CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net"}]} 2018-10-04 15:12:40,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net used request id req-95bf53da-22a6-4384-b089-4432a754981f 2018-10-04 15:12:40,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:41,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f6a8f124-c18c-45eb-8968-6109d0fb1b20 Date: Thu, 04 Oct 2018 15:12:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c58366b-bb4d-432a-885b-c09e69c6cf3b","tenant_id":"19f9421f3e7b4ef399664ba8af4d0c25","created_at":"2018-10-04T15:12:36Z","dns_nameservers":[],"updated_at":"2018-10-04T15:12:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"19f9421f3e7b4ef399664ba8af4d0c25","id":"6ae867b5-394a-4ed6-8a7b-b212c6c3df1a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-subnet"}]} 2018-10-04 15:12:41,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b used request id req-f6a8f124-c18c-45eb-8968-6109d0fb1b20 2018-10-04 15:12:41,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:41,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-bae8154e-e927-4e68-a8ed-a8746dbe584a Date: Thu, 04 Oct 2018 15:12:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6ae867b5-394a-4ed6-8a7b-b212c6c3df1a"],"updated_at":"2018-10-04T15:12:36Z","tenant_id":"19f9421f3e7b4ef399664ba8af4d0c25","created_at":"2018-10-04T15:12:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"19f9421f3e7b4ef399664ba8af4d0c25","id":"7c58366b-bb4d-432a-885b-c09e69c6cf3b","name":"CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net"}]} 2018-10-04 15:12:41,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net used request id req-bae8154e-e927-4e68-a8ed-a8746dbe584a 2018-10-04 15:12:41,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:12:41,288 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:12:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:12:41,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d451d30e5d44907b0adab9dc18667e6185aa7699" 2018-10-04 15:12:41,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-807aacfe-e2a9-4c36-89b7-c5372623947b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25"}, "enabled": true, "id": "19f9421f3e7b4ef399664ba8af4d0c25", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj"}} 2018-10-04 15:12:41,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25 used request id req-807aacfe-e2a9-4c36-89b7-c5372623947b 2018-10-04 15:12:41,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:41,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-34801c92-ce15-4c40-a918-af1ebe4db663 Date: Thu, 04 Oct 2018 15:12:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c58366b-bb4d-432a-885b-c09e69c6cf3b","tenant_id":"19f9421f3e7b4ef399664ba8af4d0c25","created_at":"2018-10-04T15:12:36Z","dns_nameservers":[],"updated_at":"2018-10-04T15:12:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"19f9421f3e7b4ef399664ba8af4d0c25","id":"6ae867b5-394a-4ed6-8a7b-b212c6c3df1a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-subnet"}]} 2018-10-04 15:12:41,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b used request id req-34801c92-ce15-4c40-a918-af1ebe4db663 2018-10-04 15:12:41,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b&name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:41,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-350bf871-c2f0-450f-97cd-2067b79eb6e9 Date: Thu, 04 Oct 2018 15:12:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c58366b-bb4d-432a-885b-c09e69c6cf3b","tenant_id":"19f9421f3e7b4ef399664ba8af4d0c25","created_at":"2018-10-04T15:12:36Z","dns_nameservers":[],"updated_at":"2018-10-04T15:12:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"19f9421f3e7b4ef399664ba8af4d0c25","id":"6ae867b5-394a-4ed6-8a7b-b212c6c3df1a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-subnet"}]} 2018-10-04 15:12:41,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b&name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-subnet used request id req-350bf871-c2f0-450f-97cd-2067b79eb6e9 2018-10-04 15:12:41,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b&name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:41,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-bd73f7f1-81e7-4200-af10-a4e7e5e51d73 Date: Thu, 04 Oct 2018 15:12:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c58366b-bb4d-432a-885b-c09e69c6cf3b","tenant_id":"19f9421f3e7b4ef399664ba8af4d0c25","created_at":"2018-10-04T15:12:36Z","dns_nameservers":[],"updated_at":"2018-10-04T15:12:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"19f9421f3e7b4ef399664ba8af4d0c25","id":"6ae867b5-394a-4ed6-8a7b-b212c6c3df1a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-subnet"}]} 2018-10-04 15:12:41,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b&name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-subnet used request id req-bd73f7f1-81e7-4200-af10-a4e7e5e51d73 2018-10-04 15:12:41,992 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net 2018-10-04 15:12:41,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" -d '{"port": {"network_id": "7c58366b-bb4d-432a-885b-c09e69c6cf3b", "fixed_ips": [{"subnet_id": "6ae867b5-394a-4ed6-8a7b-b212c6c3df1a", "ip_address": "10.55.0.101"}, {"subnet_id": "6ae867b5-394a-4ed6-8a7b-b212c6c3df1a", "ip_address": "10.55.0.102"}], "name": "CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098port-1", "admin_state_up": true}}' 2018-10-04 15:12:43,176 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-34e35345-46b3-4b51-b5c6-2844ed020e2c Date: Thu, 04 Oct 2018 15:12:43 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:12:42Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6ae867b5-394a-4ed6-8a7b-b212c6c3df1a","ip_address":"10.55.0.101"},{"subnet_id":"6ae867b5-394a-4ed6-8a7b-b212c6c3df1a","ip_address":"10.55.0.102"}],"id":"9906d7ea-36e5-472b-b330-5476b0a89faa","security_groups":["ddfb4f25-13a9-4116-888e-094280ae3290"],"mac_address":"fa:16:3e:a2:30:61","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098port-1","project_id":"19f9421f3e7b4ef399664ba8af4d0c25","qos_policy_id":null,"admin_state_up":true,"network_id":"7c58366b-bb4d-432a-885b-c09e69c6cf3b","tenant_id":"19f9421f3e7b4ef399664ba8af4d0c25","created_at":"2018-10-04T15:12:42Z","binding:vnic_type":"normal"}} 2018-10-04 15:12:43,176 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-34e35345-46b3-4b51-b5c6-2844ed020e2c 2018-10-04 15:12:43,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:43,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-7cf81097-3b26-4331-a292-3a140ef922aa Date: Thu, 04 Oct 2018 15:12:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6ae867b5-394a-4ed6-8a7b-b212c6c3df1a"],"updated_at":"2018-10-04T15:12:36Z","tenant_id":"19f9421f3e7b4ef399664ba8af4d0c25","created_at":"2018-10-04T15:12:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"19f9421f3e7b4ef399664ba8af4d0c25","id":"7c58366b-bb4d-432a-885b-c09e69c6cf3b","name":"CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net"}]} 2018-10-04 15:12:43,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net used request id req-7cf81097-3b26-4331-a292-3a140ef922aa 2018-10-04 15:12:43,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:43,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84e03e77-5728-4509-8c65-3185ff796967 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25"}, "enabled": true, "id": "19f9421f3e7b4ef399664ba8af4d0c25", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj"}} 2018-10-04 15:12:43,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25 used request id req-84e03e77-5728-4509-8c65-3185ff796967 2018-10-04 15:12:43,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:43,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-21e4eb83-34df-4ad0-b9c8-175f61b2099c Date: Thu, 04 Oct 2018 15:12:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c58366b-bb4d-432a-885b-c09e69c6cf3b","tenant_id":"19f9421f3e7b4ef399664ba8af4d0c25","created_at":"2018-10-04T15:12:36Z","dns_nameservers":[],"updated_at":"2018-10-04T15:12:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"19f9421f3e7b4ef399664ba8af4d0c25","id":"6ae867b5-394a-4ed6-8a7b-b212c6c3df1a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-subnet"}]} 2018-10-04 15:12:43,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b used request id req-21e4eb83-34df-4ad0-b9c8-175f61b2099c 2018-10-04 15:12:43,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b&name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:43,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-93b62861-bd45-4525-96c9-24aa0da736b1 Date: Thu, 04 Oct 2018 15:12:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:12:42Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6ae867b5-394a-4ed6-8a7b-b212c6c3df1a","ip_address":"10.55.0.101"},{"subnet_id":"6ae867b5-394a-4ed6-8a7b-b212c6c3df1a","ip_address":"10.55.0.102"}],"id":"9906d7ea-36e5-472b-b330-5476b0a89faa","security_groups":["ddfb4f25-13a9-4116-888e-094280ae3290"],"mac_address":"fa:16:3e:a2:30:61","project_id":"19f9421f3e7b4ef399664ba8af4d0c25","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098port-1","admin_state_up":true,"network_id":"7c58366b-bb4d-432a-885b-c09e69c6cf3b","tenant_id":"19f9421f3e7b4ef399664ba8af4d0c25","created_at":"2018-10-04T15:12:42Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:12:43,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b&name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098port-1&admin_state_up=True used request id req-93b62861-bd45-4525-96c9-24aa0da736b1 2018-10-04 15:12:43,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:43,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-865a398a-0c2a-43af-be90-72f09f4deb29 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25"}, "enabled": true, "id": "19f9421f3e7b4ef399664ba8af4d0c25", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj"}} 2018-10-04 15:12:43,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25 used request id req-865a398a-0c2a-43af-be90-72f09f4deb29 2018-10-04 15:12:43,900 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-inst 2018-10-04 15:12:43,904 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:43,929 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4592fc06-25c3-45a7-ac56-87f0f5ab56e5 x-compute-request-id: req-4592fc06-25c3-45a7-ac56-87f0f5ab56e5 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "50dde860-1d39-4dc8-9fb6-848a3df60567", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/50dde860-1d39-4dc8-9fb6-848a3df60567", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/50dde860-1d39-4dc8-9fb6-848a3df60567", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-flavor-name"}]} 2018-10-04 15:12:43,929 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4592fc06-25c3-45a7-ac56-87f0f5ab56e5 2018-10-04 15:12:43,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/50dde860-1d39-4dc8-9fb6-848a3df60567 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:43,952 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80862635-d531-449c-a03c-b8662b73c008 x-compute-request-id: req-80862635-d531-449c-a03c-b8662b73c008 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/50dde860-1d39-4dc8-9fb6-848a3df60567", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/50dde860-1d39-4dc8-9fb6-848a3df60567", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "50dde860-1d39-4dc8-9fb6-848a3df60567", "name": "CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:12:43,952 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/50dde860-1d39-4dc8-9fb6-848a3df60567 used request id req-80862635-d531-449c-a03c-b8662b73c008 2018-10-04 15:12:43,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:44,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-19f87113-0b74-4511-a94d-467db9d700bb Date: Thu, 04 Oct 2018 15:12:44 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:12:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:12:34Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552/snap", "metadata": {}}], "self": "/v2/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552", "min_disk": 0, "protected": false, "id": "87eb8ffb-b7f8-4d97-b26c-d7615a3cf552", "file": "/v2/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "19f9421f3e7b4ef399664ba8af4d0c25", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-image"} 2018-10-04 15:12:44,131 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-image used request id req-19f87113-0b74-4511-a94d-467db9d700bb 2018-10-04 15:12:44,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:44,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1adb2695-e0f9-4013-8683-afa5b46679ea Date: Thu, 04 Oct 2018 15:12:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:12:44,278 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-1adb2695-e0f9-4013-8683-afa5b46679ea 2018-10-04 15:12:44,284 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" -d '{"server": {"name": "CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-inst", "imageRef": "87eb8ffb-b7f8-4d97-b26c-d7615a3cf552", "flavorRef": "50dde860-1d39-4dc8-9fb6-848a3df60567", "max_count": 1, "min_count": 1, "networks": [{"port": "9906d7ea-36e5-472b-b330-5476b0a89faa"}]}}' 2018-10-04 15:12:45,986 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:12: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-a45d3779-78a4-4707-97e5-f3399bdcb35b x-compute-request-id: req-a45d3779-78a4-4707-97e5-f3399bdcb35b Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6d6e544d-6342-4b22-8ae6-aecafccb2475", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475", "rel": "bookmark"}], "adminPass": "xvLM8szqeu6a"}} 2018-10-04 15:12:45,987 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-a45d3779-78a4-4707-97e5-f3399bdcb35b 2018-10-04 15:12:45,988 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:46,196 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12: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-4fe96992-f8b9-4188-8ec6-0912e87c45a7 x-compute-request-id: req-4fe96992-f8b9-4188-8ec6-0912e87c45a7 Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475", "rel": "bookmark"}], "image": {"id": "87eb8ffb-b7f8-4d97-b26c-d7615a3cf552", "links": [{"href": "http://172.30.9.23:8774/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "50dde860-1d39-4dc8-9fb6-848a3df60567", "links": [{"href": "http://172.30.9.23:8774/flavors/50dde860-1d39-4dc8-9fb6-848a3df60567", "rel": "bookmark"}]}, "id": "6d6e544d-6342-4b22-8ae6-aecafccb2475", "user_id": "0dc27ac284d14967af8f5070770c3d57", "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-10-04T15:12:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-inst", "created": "2018-10-04T15:12:45Z", "tenant_id": "19f9421f3e7b4ef399664ba8af4d0c25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:12:46,196 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475 used request id req-4fe96992-f8b9-4188-8ec6-0912e87c45a7 2018-10-04 15:12:46,197 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-inst 2018-10-04 15:12:46,200 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:46,567 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d446f807-6fbf-4ee2-b404-40934300eb5b x-compute-request-id: req-d446f807-6fbf-4ee2-b404-40934300eb5b Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475", "rel": "bookmark"}], "image": {"id": "87eb8ffb-b7f8-4d97-b26c-d7615a3cf552", "links": [{"href": "http://172.30.9.23:8774/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "50dde860-1d39-4dc8-9fb6-848a3df60567", "links": [{"href": "http://172.30.9.23:8774/flavors/50dde860-1d39-4dc8-9fb6-848a3df60567", "rel": "bookmark"}]}, "id": "6d6e544d-6342-4b22-8ae6-aecafccb2475", "user_id": "0dc27ac284d14967af8f5070770c3d57", "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-10-04T15:12:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-inst", "created": "2018-10-04T15:12:45Z", "tenant_id": "19f9421f3e7b4ef399664ba8af4d0c25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:12:46,567 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475 used request id req-d446f807-6fbf-4ee2-b404-40934300eb5b 2018-10-04 15:12:46,567 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-inst] is - BUILD 2018-10-04 15:12:46,567 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:12:49,568 - create_instance - DEBUG - VM status query timeout in 896.628818035 2018-10-04 15:12:49,571 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:50,174 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12: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-c12c2adc-bb6d-482d-9f87-b0699f257754 x-compute-request-id: req-c12c2adc-bb6d-482d-9f87-b0699f257754 Content-Encoding: gzip Content-Length: 686 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475", "rel": "bookmark"}], "image": {"id": "87eb8ffb-b7f8-4d97-b26c-d7615a3cf552", "links": [{"href": "http://172.30.9.23:8774/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "50dde860-1d39-4dc8-9fb6-848a3df60567", "links": [{"href": "http://172.30.9.23:8774/flavors/50dde860-1d39-4dc8-9fb6-848a3df60567", "rel": "bookmark"}]}, "id": "6d6e544d-6342-4b22-8ae6-aecafccb2475", "security_groups": [{"name": "default"}], "user_id": "0dc27ac284d14967af8f5070770c3d57", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:12:46Z", "hostId": "f596cffd29eaa9d52c544aee23b26009b855028b791d7e5570a057a6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-inst", "created": "2018-10-04T15:12:45Z", "tenant_id": "19f9421f3e7b4ef399664ba8af4d0c25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:12:50,174 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475 used request id req-c12c2adc-bb6d-482d-9f87-b0699f257754 2018-10-04 15:12:50,174 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-inst] is - BUILD 2018-10-04 15:12:50,174 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:12:53,178 - create_instance - DEBUG - VM status query timeout in 893.019057035 2018-10-04 15:12:53,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:53,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12: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-c407785b-54fb-4ac2-b12c-e16e2c257c45 x-compute-request-id: req-c407785b-54fb-4ac2-b12c-e16e2c257c45 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:30:61", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:30:61", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475", "rel": "bookmark"}], "image": {"id": "87eb8ffb-b7f8-4d97-b26c-d7615a3cf552", "links": [{"href": "http://172.30.9.23:8774/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:12:49.000000", "flavor": {"id": "50dde860-1d39-4dc8-9fb6-848a3df60567", "links": [{"href": "http://172.30.9.23:8774/flavors/50dde860-1d39-4dc8-9fb6-848a3df60567", "rel": "bookmark"}]}, "id": "6d6e544d-6342-4b22-8ae6-aecafccb2475", "security_groups": [{"name": "default"}], "user_id": "0dc27ac284d14967af8f5070770c3d57", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:12:52Z", "hostId": "f596cffd29eaa9d52c544aee23b26009b855028b791d7e5570a057a6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-inst", "created": "2018-10-04T15:12:45Z", "tenant_id": "19f9421f3e7b4ef399664ba8af4d0c25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:12:53,801 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475 used request id req-c407785b-54fb-4ac2-b12c-e16e2c257c45 2018-10-04 15:12:53,802 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-inst] is - ACTIVE 2018-10-04 15:12:53,802 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:12:53,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:54,509 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12: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-0463b1d1-0e9e-4a4b-a9d5-3db059af002c x-compute-request-id: req-0463b1d1-0e9e-4a4b-a9d5-3db059af002c Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:30:61", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:30:61", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475", "rel": "bookmark"}], "image": {"id": "87eb8ffb-b7f8-4d97-b26c-d7615a3cf552", "links": [{"href": "http://172.30.9.23:8774/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:12:49.000000", "flavor": {"id": "50dde860-1d39-4dc8-9fb6-848a3df60567", "links": [{"href": "http://172.30.9.23:8774/flavors/50dde860-1d39-4dc8-9fb6-848a3df60567", "rel": "bookmark"}]}, "id": "6d6e544d-6342-4b22-8ae6-aecafccb2475", "security_groups": [{"name": "default"}], "user_id": "0dc27ac284d14967af8f5070770c3d57", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:12:52Z", "hostId": "f596cffd29eaa9d52c544aee23b26009b855028b791d7e5570a057a6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-inst", "created": "2018-10-04T15:12:45Z", "tenant_id": "19f9421f3e7b4ef399664ba8af4d0c25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:12:54,510 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475 used request id req-0463b1d1-0e9e-4a4b-a9d5-3db059af002c 2018-10-04 15:12:54,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:54,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-b8c4209a-1e6a-41eb-a3bb-67effde7b1ff Date: Thu, 04 Oct 2018 15:12:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6ae867b5-394a-4ed6-8a7b-b212c6c3df1a"],"updated_at":"2018-10-04T15:12:36Z","tenant_id":"19f9421f3e7b4ef399664ba8af4d0c25","created_at":"2018-10-04T15:12:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"19f9421f3e7b4ef399664ba8af4d0c25","id":"7c58366b-bb4d-432a-885b-c09e69c6cf3b","name":"CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net"}]} 2018-10-04 15:12:54,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net used request id req-b8c4209a-1e6a-41eb-a3bb-67effde7b1ff 2018-10-04 15:12:54,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:54,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01503c87-be38-40c2-8a93-ba8b05eb06be Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25"}, "enabled": true, "id": "19f9421f3e7b4ef399664ba8af4d0c25", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj"}} 2018-10-04 15:12:54,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25 used request id req-01503c87-be38-40c2-8a93-ba8b05eb06be 2018-10-04 15:12:54,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:54,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5d4b161a-aada-41e1-b0da-263307c0d53e Date: Thu, 04 Oct 2018 15:12:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c58366b-bb4d-432a-885b-c09e69c6cf3b","tenant_id":"19f9421f3e7b4ef399664ba8af4d0c25","created_at":"2018-10-04T15:12:36Z","dns_nameservers":[],"updated_at":"2018-10-04T15:12:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"19f9421f3e7b4ef399664ba8af4d0c25","id":"6ae867b5-394a-4ed6-8a7b-b212c6c3df1a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-subnet"}]} 2018-10-04 15:12:54,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b used request id req-5d4b161a-aada-41e1-b0da-263307c0d53e 2018-10-04 15:12:54,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:54,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3203 X-Openstack-Request-Id: req-96df6e8d-a482-4a31-813a-8cd537063c07 Date: Thu, 04 Oct 2018 15:12:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:12:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6ae867b5-394a-4ed6-8a7b-b212c6c3df1a","ip_address":"10.55.0.3"}],"id":"7ae3c532-295f-47fa-8bac-5547f87ea4c6","security_groups":[],"mac_address":"fa:16:3e:7f:39:7b","project_id":"19f9421f3e7b4ef399664ba8af4d0c25","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c58366b-bb4d-432a-885b-c09e69c6cf3b","tenant_id":"19f9421f3e7b4ef399664ba8af4d0c25","created_at":"2018-10-04T15:12:37Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7c58366b-bb4d-432a-885b-c09e69c6cf3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:12:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6ae867b5-394a-4ed6-8a7b-b212c6c3df1a","ip_address":"10.55.0.2"}],"id":"7b7684c0-8cf6-4821-bea9-23a31871818c","security_groups":[],"mac_address":"fa:16:3e:10:66:6c","project_id":"19f9421f3e7b4ef399664ba8af4d0c25","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c58366b-bb4d-432a-885b-c09e69c6cf3b","tenant_id":"19f9421f3e7b4ef399664ba8af4d0c25","created_at":"2018-10-04T15:12:37Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7c58366b-bb4d-432a-885b-c09e69c6cf3b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:12:50Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6ae867b5-394a-4ed6-8a7b-b212c6c3df1a","ip_address":"10.55.0.101"},{"subnet_id":"6ae867b5-394a-4ed6-8a7b-b212c6c3df1a","ip_address":"10.55.0.102"}],"id":"9906d7ea-36e5-472b-b330-5476b0a89faa","security_groups":["ddfb4f25-13a9-4116-888e-094280ae3290"],"mac_address":"fa:16:3e:a2:30:61","project_id":"19f9421f3e7b4ef399664ba8af4d0c25","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098port-1","admin_state_up":true,"network_id":"7c58366b-bb4d-432a-885b-c09e69c6cf3b","tenant_id":"19f9421f3e7b4ef399664ba8af4d0c25","created_at":"2018-10-04T15:12:42Z","binding:vnic_type":"normal","device_id":"6d6e544d-6342-4b22-8ae6-aecafccb2475"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:12:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6ae867b5-394a-4ed6-8a7b-b212c6c3df1a","ip_address":"10.55.0.4"}],"id":"9d200a12-7e45-4588-a810-70477f2eaf12","security_groups":[],"mac_address":"fa:16:3e:29:04:e5","project_id":"19f9421f3e7b4ef399664ba8af4d0c25","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c58366b-bb4d-432a-885b-c09e69c6cf3b","tenant_id":"19f9421f3e7b4ef399664ba8af4d0c25","created_at":"2018-10-04T15:12:38Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7c58366b-bb4d-432a-885b-c09e69c6cf3b"}]} 2018-10-04 15:12:54,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=7c58366b-bb4d-432a-885b-c09e69c6cf3b used request id req-96df6e8d-a482-4a31-813a-8cd537063c07 2018-10-04 15:12:54,848 - create_instance - INFO - Deleting Port with ID - 9906d7ea-36e5-472b-b330-5476b0a89faa 2018-10-04 15:12:54,848 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098port-1 2018-10-04 15:12:54,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/9906d7ea-36e5-472b-b330-5476b0a89faa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:55,349 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3586c1a4-71ea-4a77-8506-445247d77d3e Date: Thu, 04 Oct 2018 15:12:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:12:55,349 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/9906d7ea-36e5-472b-b330-5476b0a89faa used request id req-3586c1a4-71ea-4a77-8506-445247d77d3e 2018-10-04 15:12:55,349 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-inst 2018-10-04 15:12:55,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:55,670 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15: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-26182342-784a-4baf-8cef-22bf0cbd6a76 x-compute-request-id: req-26182342-784a-4baf-8cef-22bf0cbd6a76 Content-Type: application/json 2018-10-04 15:12:55,670 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475 used request id req-26182342-784a-4baf-8cef-22bf0cbd6a76 2018-10-04 15:12:55,671 - create_instance - INFO - Checking deletion status 2018-10-04 15:12:55,673 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:56,226 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-e7ea2c2b-b147-440a-bbb0-379ee7c1c445 x-compute-request-id: req-e7ea2c2b-b147-440a-bbb0-379ee7c1c445 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:30:61", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:30:61", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475", "rel": "bookmark"}], "image": {"id": "87eb8ffb-b7f8-4d97-b26c-d7615a3cf552", "links": [{"href": "http://172.30.9.23:8774/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:12:49.000000", "flavor": {"id": "50dde860-1d39-4dc8-9fb6-848a3df60567", "links": [{"href": "http://172.30.9.23:8774/flavors/50dde860-1d39-4dc8-9fb6-848a3df60567", "rel": "bookmark"}]}, "id": "6d6e544d-6342-4b22-8ae6-aecafccb2475", "user_id": "0dc27ac284d14967af8f5070770c3d57", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:12:55Z", "hostId": "f596cffd29eaa9d52c544aee23b26009b855028b791d7e5570a057a6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-inst", "created": "2018-10-04T15:12:45Z", "tenant_id": "19f9421f3e7b4ef399664ba8af4d0c25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:12:56,226 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475 used request id req-e7ea2c2b-b147-440a-bbb0-379ee7c1c445 2018-10-04 15:12:56,226 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-inst] is - ACTIVE 2018-10-04 15:12:56,227 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:12:59,230 - create_instance - DEBUG - VM status query timeout in 296.441010952 2018-10-04 15:12:59,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0136e4468f5bf4431838ff74bf1986c3b280ba77" 2018-10-04 15:12:59,291 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:12:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-02fa8f62-15e3-4b43-ac2a-919773e36717 x-compute-request-id: req-02fa8f62-15e3-4b43-ac2a-919773e36717 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 6d6e544d-6342-4b22-8ae6-aecafccb2475 could not be found.", "code": 404}} 2018-10-04 15:12:59,291 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6d6e544d-6342-4b22-8ae6-aecafccb2475 used request id req-02fa8f62-15e3-4b43-ac2a-919773e36717 2018-10-04 15:12:59,292 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 6d6e544d-6342-4b22-8ae6-aecafccb2475 could not be found. (HTTP 404) (Request-ID: req-02fa8f62-15e3-4b43-ac2a-919773e36717) 2018-10-04 15:12:59,292 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-inst 2018-10-04 15:12:59,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/50dde860-1d39-4dc8-9fb6-848a3df60567 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18f8ebfacd86fab2f331a83351ffc38a00233d6e" 2018-10-04 15:12:59,349 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:12:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6c4fbfa3-077b-4283-9634-ece5462946b4 x-compute-request-id: req-6c4fbfa3-077b-4283-9634-ece5462946b4 Content-Length: 0 Content-Type: application/json 2018-10-04 15:12:59,349 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/50dde860-1d39-4dc8-9fb6-848a3df60567 used request id req-6c4fbfa3-077b-4283-9634-ece5462946b4 2018-10-04 15:12:59,350 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-subnet 2018-10-04 15:12:59,350 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-subnet 2018-10-04 15:12:59,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/6ae867b5-394a-4ed6-8a7b-b212c6c3df1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce9aac7afc0a68f3ef3423581e627ba9477ac92" 2018-10-04 15:13:01,809 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1f5c4d7a-0f00-40a1-ab02-fd67b6cfadb5 Date: Thu, 04 Oct 2018 15:13:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:13:01,809 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/6ae867b5-394a-4ed6-8a7b-b212c6c3df1a used request id req-1f5c4d7a-0f00-40a1-ab02-fd67b6cfadb5 2018-10-04 15:13:01,809 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-pub-net 2018-10-04 15:13:01,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/7c58366b-bb4d-432a-885b-c09e69c6cf3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce9aac7afc0a68f3ef3423581e627ba9477ac92" 2018-10-04 15:13:02,980 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-68bf9660-5964-40e3-81e5-334e482df34e Date: Thu, 04 Oct 2018 15:13:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:13:02,980 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/7c58366b-bb4d-432a-885b-c09e69c6cf3b used request id req-68bf9660-5964-40e3-81e5-334e482df34e 2018-10-04 15:13:02,981 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-069a9f48-c85c-4bba-86a4-35d038a6b098-image 2018-10-04 15:13:02,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}798c1c637ece843cb41da1e3a89dada22e34a9a5" 2018-10-04 15:13:04,807 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b09ce6a6-3a23-4d83-a2d5-fa0d1c699183 Date: Thu, 04 Oct 2018 15:13:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:13:04,807 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/87eb8ffb-b7f8-4d97-b26c-d7615a3cf552 used request id req-b09ce6a6-3a23-4d83-a2d5-fa0d1c699183 2018-10-04 15:13:04,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d726e5cefded0889a4d2b27c59e2b8197d792ce3" 2018-10-04 15:13:05,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-28d7a614-e6fb-4380-b85b-28ae6fc2d03f Date: Thu, 04 Oct 2018 15:13:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "19f9421f3e7b4ef399664ba8af4d0c25", "created_at": "2018-10-04T15:12:35Z", "updated_at": "2018-10-04T15:12:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:12:35Z", "revision_number": 0, "id": "52eef038-194a-4ef5-a376-641c34deef62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:12:35Z", "security_group_id": "ddfb4f25-13a9-4116-888e-094280ae3290", "tenant_id": "19f9421f3e7b4ef399664ba8af4d0c25", "port_range_min": null, "ethertype": "IPv4", "project_id": "19f9421f3e7b4ef399664ba8af4d0c25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:12:35Z", "revision_number": 0, "id": "975ae86d-0d18-48e2-aa1c-e6278e8c3a42", "remote_group_id": "ddfb4f25-13a9-4116-888e-094280ae3290", "remote_ip_prefix": null, "created_at": "2018-10-04T15:12:35Z", "security_group_id": "ddfb4f25-13a9-4116-888e-094280ae3290", "tenant_id": "19f9421f3e7b4ef399664ba8af4d0c25", "port_range_min": null, "ethertype": "IPv4", "project_id": "19f9421f3e7b4ef399664ba8af4d0c25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:12:35Z", "revision_number": 0, "id": "9e323712-3f5d-4015-bb61-09bae7db9acd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:12:35Z", "security_group_id": "ddfb4f25-13a9-4116-888e-094280ae3290", "tenant_id": "19f9421f3e7b4ef399664ba8af4d0c25", "port_range_min": null, "ethertype": "IPv6", "project_id": "19f9421f3e7b4ef399664ba8af4d0c25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:12:35Z", "revision_number": 0, "id": "a30d2eed-c2a0-4951-9c52-238710b453a4", "remote_group_id": "ddfb4f25-13a9-4116-888e-094280ae3290", "remote_ip_prefix": null, "created_at": "2018-10-04T15:12:35Z", "security_group_id": "ddfb4f25-13a9-4116-888e-094280ae3290", "tenant_id": "19f9421f3e7b4ef399664ba8af4d0c25", "port_range_min": null, "ethertype": "IPv6", "project_id": "19f9421f3e7b4ef399664ba8af4d0c25"}], "revision_number": 4, "project_id": "19f9421f3e7b4ef399664ba8af4d0c25", "id": "ddfb4f25-13a9-4116-888e-094280ae3290", "name": "default"}]} 2018-10-04 15:13:05,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-28d7a614-e6fb-4380-b85b-28ae6fc2d03f 2018-10-04 15:13:05,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d726e5cefded0889a4d2b27c59e2b8197d792ce3" 2018-10-04 15:13:05,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ece322fc-73bf-4c94-9160-4741c60c7dd6 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:13:05,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-ece322fc-73bf-4c94-9160-4741c60c7dd6 2018-10-04 15:13:05,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d726e5cefded0889a4d2b27c59e2b8197d792ce3" 2018-10-04 15:13:05,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd529a3e-cd2e-4616-a6e0-e30a73157e45 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:13:05,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-cd529a3e-cd2e-4616-a6e0-e30a73157e45 2018-10-04 15:13:05,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d726e5cefded0889a4d2b27c59e2b8197d792ce3" 2018-10-04 15:13:05,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72e5901f-f627-494b-aa12-9bca23dcd8a5 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:13:05,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-72e5901f-f627-494b-aa12-9bca23dcd8a5 2018-10-04 15:13:05,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d726e5cefded0889a4d2b27c59e2b8197d792ce3" 2018-10-04 15:13:05,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-299de7df-0c7e-42d8-8f09-ee3902472ffc Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25"}, "enabled": true, "id": "19f9421f3e7b4ef399664ba8af4d0c25", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj"}} 2018-10-04 15:13:05,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25 used request id req-299de7df-0c7e-42d8-8f09-ee3902472ffc 2018-10-04 15:13:05,413 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ddfb4f25-13a9-4116-888e-094280ae3290 2018-10-04 15:13:05,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ddfb4f25-13a9-4116-888e-094280ae3290 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d726e5cefded0889a4d2b27c59e2b8197d792ce3" 2018-10-04 15:13:05,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ee2b76b4-7a21-432d-885e-551a1b5ca286 Date: Thu, 04 Oct 2018 15:13:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:12:35Z", "security_group_id": "ddfb4f25-13a9-4116-888e-094280ae3290", "port_range_min": null, "revision_number": 0, "tenant_id": "19f9421f3e7b4ef399664ba8af4d0c25", "created_at": "2018-10-04T15:12:35Z", "project_id": "19f9421f3e7b4ef399664ba8af4d0c25", "id": "52eef038-194a-4ef5-a376-641c34deef62"}, {"remote_group_id": "ddfb4f25-13a9-4116-888e-094280ae3290", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:12:35Z", "security_group_id": "ddfb4f25-13a9-4116-888e-094280ae3290", "port_range_min": null, "revision_number": 0, "tenant_id": "19f9421f3e7b4ef399664ba8af4d0c25", "created_at": "2018-10-04T15:12:35Z", "project_id": "19f9421f3e7b4ef399664ba8af4d0c25", "id": "975ae86d-0d18-48e2-aa1c-e6278e8c3a42"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:12:35Z", "security_group_id": "ddfb4f25-13a9-4116-888e-094280ae3290", "port_range_min": null, "revision_number": 0, "tenant_id": "19f9421f3e7b4ef399664ba8af4d0c25", "created_at": "2018-10-04T15:12:35Z", "project_id": "19f9421f3e7b4ef399664ba8af4d0c25", "id": "9e323712-3f5d-4015-bb61-09bae7db9acd"}, {"remote_group_id": "ddfb4f25-13a9-4116-888e-094280ae3290", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:12:35Z", "security_group_id": "ddfb4f25-13a9-4116-888e-094280ae3290", "port_range_min": null, "revision_number": 0, "tenant_id": "19f9421f3e7b4ef399664ba8af4d0c25", "created_at": "2018-10-04T15:12:35Z", "project_id": "19f9421f3e7b4ef399664ba8af4d0c25", "id": "a30d2eed-c2a0-4951-9c52-238710b453a4"}]} 2018-10-04 15:13:05,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ddfb4f25-13a9-4116-888e-094280ae3290 used request id req-ee2b76b4-7a21-432d-885e-551a1b5ca286 2018-10-04 15:13:05,602 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:13:05,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/ddfb4f25-13a9-4116-888e-094280ae3290 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d726e5cefded0889a4d2b27c59e2b8197d792ce3" 2018-10-04 15:13:05,915 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ac780009-9ecd-440b-ad70-cfe6ebddc374 Content-Length: 0 Date: Thu, 04 Oct 2018 15:13:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:13:05,915 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/ddfb4f25-13a9-4116-888e-094280ae3290 used request id req-ac780009-9ecd-440b-ad70-cfe6ebddc374 2018-10-04 15:13:05,916 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj 2018-10-04 15:13:05,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d726e5cefded0889a4d2b27c59e2b8197d792ce3" 2018-10-04 15:13:06,145 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:13:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51fb105d-7fed-41e9-be69-28b004568d87 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:13:06,145 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/19f9421f3e7b4ef399664ba8af4d0c25 used request id req-51fb105d-7fed-41e9-be69-28b004568d87 2018-10-04 15:13:06,146 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-b22e3d8d-5494-42a-proj-role 2018-10-04 15:13:06,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/d7c544e9b96c4d0a9dab975c2f53938c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d726e5cefded0889a4d2b27c59e2b8197d792ce3" 2018-10-04 15:13:06,255 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:13:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-034cb06d-e2c9-42b3-8eae-87ffc67514b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:13:06,255 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/d7c544e9b96c4d0a9dab975c2f53938c used request id req-034cb06d-e2c9-42b3-8eae-87ffc67514b4 2018-10-04 15:13:06,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d726e5cefded0889a4d2b27c59e2b8197d792ce3" 2018-10-04 15:13:06,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-377aabdf-6a55-4f52-8254-ceba973ada26 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:13:06,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-377aabdf-6a55-4f52-8254-ceba973ada26 2018-10-04 15:13:06,348 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-b22e3d8d-5494-42a-user 2018-10-04 15:13:06,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/0dc27ac284d14967af8f5070770c3d57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46b9fa9f5b8f3929153305beca1fdbd9c6ec97c3" 2018-10-04 15:13:06,543 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:13:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f426ce8-a2a9-4821-9348-c70fed3ac416 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:13:06,543 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/0dc27ac284d14967af8f5070770c3d57 used request id req-4f426ce8-a2a9-4821-9348-c70fed3ac416 2018-10-04 15:13:06,545 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:13:06,926 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:13:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["S81-oTxXTGekJVYHqljMBA"], "issued_at": "2018-10-04T15:13:06.000000Z"}} 2018-10-04 15:13:06,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99b897ee1e372a4600d81ad264e399d1d86146d8" 2018-10-04 15:13:07,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4695097-777c-40ad-b67c-421b8c895e3f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:13:07,008 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e4695097-777c-40ad-b67c-421b8c895e3f 2018-10-04 15:13:07,010 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:13:07,010 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:13:07,399 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:13:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["DLEw5AhyQEm_402KFhO9qQ"], "issued_at": "2018-10-04T15:13:07.000000Z"}} 2018-10-04 15:13:07,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b7410d6ce107cc989f0cfc7a7fbb7f900d0150" 2018-10-04 15:13:07,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a616073-7274-44b3-893e-9052d9550d2f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:13:07,490 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4a616073-7274-44b3-893e-9052d9550d2f 2018-10-04 15:13:07,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:13:07,499 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:13:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:13:07,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b7410d6ce107cc989f0cfc7a7fbb7f900d0150" 2018-10-04 15:13:07,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b652899a-4a41-4870-8c92-e69123ea593c Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:13:07,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj used request id req-b652899a-4a41-4870-8c92-e69123ea593c 2018-10-04 15:13:07,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b7410d6ce107cc989f0cfc7a7fbb7f900d0150" 2018-10-04 15:13:07,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6765bd2b-aef1-490c-b9fa-4e30a29a1afc Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:13:07,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-6765bd2b-aef1-490c-b9fa-4e30a29a1afc 2018-10-04 15:13:07,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b7410d6ce107cc989f0cfc7a7fbb7f900d0150" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj"}}' 2018-10-04 15:13:07,932 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:13:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9b55679-3739-4d45-b7c1-3a79c52a1b62 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7"}, "enabled": true, "id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj"}} 2018-10-04 15:13:07,933 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-f9b55679-3739-4d45-b7c1-3a79c52a1b62 2018-10-04 15:13:07,933 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj 2018-10-04 15:13:07,933 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:13:07,934 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:13:08,312 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:13:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["yweVhOx9SrWunEUMhjP9lw"], "issued_at": "2018-10-04T15:13:08.000000Z"}} 2018-10-04 15:13:08,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58057accda0d2bf383227da8ecdbf13cfb56525c" 2018-10-04 15:13:08,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-812fce8d-e8ee-4a7f-b32b-d6d818009d69 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:13:08,393 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-812fce8d-e8ee-4a7f-b32b-d6d818009d69 2018-10-04 15:13:08,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:13:08,402 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:13:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:13:08,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58057accda0d2bf383227da8ecdbf13cfb56525c" 2018-10-04 15:13:08,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9819917a-d207-40f6-ba81-ae5e10bf2cc7 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:13:08,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-9819917a-d207-40f6-ba81-ae5e10bf2cc7 2018-10-04 15:13:08,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58057accda0d2bf383227da8ecdbf13cfb56525c" 2018-10-04 15:13:08,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab31306c-7a23-4feb-a1c3-fa772346f6a7 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7"}, "enabled": true, "id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj"}]} 2018-10-04 15:13:08,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj used request id req-ab31306c-7a23-4feb-a1c3-fa772346f6a7 2018-10-04 15:13:08,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58057accda0d2bf383227da8ecdbf13cfb56525c" 2018-10-04 15:13:08,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-243e3733-bd78-4dd6-8b0d-a1e54229313d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:13:08,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-243e3733-bd78-4dd6-8b0d-a1e54229313d 2018-10-04 15:13:09,034 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-744aeff5-54cf-45e-user 2018-10-04 15:13:09,034 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:13:09,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b7410d6ce107cc989f0cfc7a7fbb7f900d0150" 2018-10-04 15:13:09,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b94fe182-e72d-48a2-af60-908e44832fc1 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:13:09,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b94fe182-e72d-48a2-af60-908e44832fc1 2018-10-04 15:13:09,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b7410d6ce107cc989f0cfc7a7fbb7f900d0150" -d '{"role": {"name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj-role"}}' 2018-10-04 15:13:09,261 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:13:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0adbefd1-8bb1-4fbf-9918-5b98691fcbda Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a14cf1357d764eb881525ff121ddfa92", "links": {"self": "http://172.30.9.23:5000/v3/roles/a14cf1357d764eb881525ff121ddfa92"}, "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj-role"}} 2018-10-04 15:13:09,261 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-0adbefd1-8bb1-4fbf-9918-5b98691fcbda 2018-10-04 15:13:09,262 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj-role 2018-10-04 15:13:09,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/a14cf1357d764eb881525ff121ddfa92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b7410d6ce107cc989f0cfc7a7fbb7f900d0150" 2018-10-04 15:13:09,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd79ebe1-e123-494a-97dd-44125d794eb7 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/a14cf1357d764eb881525ff121ddfa92"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj-role", "id": "a14cf1357d764eb881525ff121ddfa92"}} 2018-10-04 15:13:09,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/a14cf1357d764eb881525ff121ddfa92 used request id req-cd79ebe1-e123-494a-97dd-44125d794eb7 2018-10-04 15:13:09,349 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj-role to project CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj 2018-10-04 15:13:09,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7/users/876d24c682b94653a7387dfd44ff2ed4/roles/a14cf1357d764eb881525ff121ddfa92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b7410d6ce107cc989f0cfc7a7fbb7f900d0150" 2018-10-04 15:13:09,479 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:13:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-519663c3-8a86-457c-a898-d7348cbec66e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:13:09,480 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7/users/876d24c682b94653a7387dfd44ff2ed4/roles/a14cf1357d764eb881525ff121ddfa92 used request id req-519663c3-8a86-457c-a898-d7348cbec66e 2018-10-04 15:13:09,480 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:13:09,480 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:13:09,481 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:13:09,855 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a14cf1357d764eb881525ff121ddfa92", "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj-role"}], "expires_at": "2018-10-04T16:13:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-user", "id": "876d24c682b94653a7387dfd44ff2ed4"}, "audit_ids": ["9T87gwVbRwyyR-UWqbkbJg"], "issued_at": "2018-10-04T15:13:09.000000Z"}} 2018-10-04 15:13:09,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366ca2345d3f7faa56a3f0db8678d7836b82321e" 2018-10-04 15:13:09,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cfe3572-9e4c-4dec-979c-1c0d448d3526 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:13:09,935 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4cfe3572-9e4c-4dec-979c-1c0d448d3526 2018-10-04 15:13:09,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}366ca2345d3f7faa56a3f0db8678d7836b82321e" 2018-10-04 15:13:10,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-3bd4697c-50cb-43d5-ac0a-08cb66dad84a Date: Thu, 04 Oct 2018 15:13:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-image"} 2018-10-04 15:13:10,201 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-image used request id req-3bd4697c-50cb-43d5-ac0a-08cb66dad84a 2018-10-04 15:13:10,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}366ca2345d3f7faa56a3f0db8678d7836b82321e" 2018-10-04 15:13:10,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9bbff2b9-7128-439a-8881-be459fda967a Date: Thu, 04 Oct 2018 15:13:10 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:13:10,361 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-9bbff2b9-7128-439a-8881-be459fda967a 2018-10-04 15:13:10,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}366ca2345d3f7faa56a3f0db8678d7836b82321e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-image"}' 2018-10-04 15:13:10,593 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/48ffca89-12a1-4571-a8d3-2d134e7f9647 X-Openstack-Request-Id: req-1532e4cb-de1a-4895-98f5-a6a6d2daff27 Date: Thu, 04 Oct 2018 15:13:10 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:13:10Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:13:10Z", "visibility": "shared", "locations": [], "self": "/v2/images/48ffca89-12a1-4571-a8d3-2d134e7f9647", "min_disk": 0, "protected": false, "id": "48ffca89-12a1-4571-a8d3-2d134e7f9647", "file": "/v2/images/48ffca89-12a1-4571-a8d3-2d134e7f9647/file", "checksum": null, "owner": "10cf7a8a1f7a4666bd72ee14aeae40f7", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:13:10,593 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-1532e4cb-de1a-4895-98f5-a6a6d2daff27 2018-10-04 15:13:10,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/48ffca89-12a1-4571-a8d3-2d134e7f9647/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}366ca2345d3f7faa56a3f0db8678d7836b82321e" -d '' 2018-10-04 15:13:11,762 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e2f695e2-0532-43c4-8d4f-dadaaea74826 Date: Thu, 04 Oct 2018 15:13:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:13:11,762 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/48ffca89-12a1-4571-a8d3-2d134e7f9647/file used request id req-e2f695e2-0532-43c4-8d4f-dadaaea74826 2018-10-04 15:13:11,763 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:13:11,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/48ffca89-12a1-4571-a8d3-2d134e7f9647 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}366ca2345d3f7faa56a3f0db8678d7836b82321e" 2018-10-04 15:13:11,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-51fa2a7c-e764-4ef6-9f3d-a2af43ef9837 Date: Thu, 04 Oct 2018 15:13:11 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:13:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:13:11Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/48ffca89-12a1-4571-a8d3-2d134e7f9647/snap", "metadata": {}}], "self": "/v2/images/48ffca89-12a1-4571-a8d3-2d134e7f9647", "min_disk": 0, "protected": false, "id": "48ffca89-12a1-4571-a8d3-2d134e7f9647", "file": "/v2/images/48ffca89-12a1-4571-a8d3-2d134e7f9647/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "10cf7a8a1f7a4666bd72ee14aeae40f7", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/48ffca89-12a1-4571-a8d3-2d134e7f9647/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:13:11,929 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/48ffca89-12a1-4571-a8d3-2d134e7f9647 used request id req-51fa2a7c-e764-4ef6-9f3d-a2af43ef9837 2018-10-04 15:13:11,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}366ca2345d3f7faa56a3f0db8678d7836b82321e" 2018-10-04 15:13:11,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-472655ae-4eb5-4d37-962f-daa029414e0c Date: Thu, 04 Oct 2018 15:13:11 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:13:11,940 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-472655ae-4eb5-4d37-962f-daa029414e0c 2018-10-04 15:13:11,943 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-image 2018-10-04 15:13:11,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/48ffca89-12a1-4571-a8d3-2d134e7f9647 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}366ca2345d3f7faa56a3f0db8678d7836b82321e" 2018-10-04 15:13:12,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-6aa8fe18-258f-4838-999d-204091f51bd0 Date: Thu, 04 Oct 2018 15:13:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:13:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:13:11Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/48ffca89-12a1-4571-a8d3-2d134e7f9647/snap", "metadata": {}}], "self": "/v2/images/48ffca89-12a1-4571-a8d3-2d134e7f9647", "min_disk": 0, "protected": false, "id": "48ffca89-12a1-4571-a8d3-2d134e7f9647", "file": "/v2/images/48ffca89-12a1-4571-a8d3-2d134e7f9647/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "10cf7a8a1f7a4666bd72ee14aeae40f7", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/48ffca89-12a1-4571-a8d3-2d134e7f9647/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:13:12,121 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/48ffca89-12a1-4571-a8d3-2d134e7f9647 used request id req-6aa8fe18-258f-4838-999d-204091f51bd0 2018-10-04 15:13:12,122 - create_image - DEBUG - Instance status is - active 2018-10-04 15:13:12,122 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-image 2018-10-04 15:13:12,122 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-image 2018-10-04 15:13:12,122 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:13:12,123 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:13:12,494 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a14cf1357d764eb881525ff121ddfa92", "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj-role"}], "expires_at": "2018-10-04T16:13:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-user", "id": "876d24c682b94653a7387dfd44ff2ed4"}, "audit_ids": ["bC9hSBwVRryz5_3E7mQf3Q"], "issued_at": "2018-10-04T15:13:12.000000Z"}} 2018-10-04 15:13:12,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0977aa7dfa11c8473ca1ceb43d2b70145b992da9" 2018-10-04 15:13:12,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8baff737-37e8-46ab-91ff-f29d92821292 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:13:12,570 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8baff737-37e8-46ab-91ff-f29d92821292 2018-10-04 15:13:12,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0977aa7dfa11c8473ca1ceb43d2b70145b992da9" 2018-10-04 15:13:12,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5f8b5fbb-2590-43f5-9fcc-c45b50bef335 Date: Thu, 04 Oct 2018 15:13:12 GMT RESP BODY: {"networks":[]} 2018-10-04 15:13:12,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-pub-net used request id req-5f8b5fbb-2590-43f5-9fcc-c45b50bef335 2018-10-04 15:13:12,748 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-pub-net 2018-10-04 15:13:12,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0977aa7dfa11c8473ca1ceb43d2b70145b992da9" -d '{"network": {"name": "CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-pub-net", "admin_state_up": true}}' 2018-10-04 15:13:13,308 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-07d27640-3a7a-40ab-8eda-102ef27eb1a7 Date: Thu, 04 Oct 2018 15:13:13 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"677e03d5-48a7-4f1f-95c5-957ad001de2a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:13:13Z","is_default":false,"name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:13Z","mtu":1450}} 2018-10-04 15:13:13,308 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-07d27640-3a7a-40ab-8eda-102ef27eb1a7 2018-10-04 15:13:13,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=677e03d5-48a7-4f1f-95c5-957ad001de2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0977aa7dfa11c8473ca1ceb43d2b70145b992da9" 2018-10-04 15:13:13,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-d0f7b3d6-20b8-45e9-baae-caf8b6b7a86c Date: Thu, 04 Oct 2018 15:13:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T15:13:13Z","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"677e03d5-48a7-4f1f-95c5-957ad001de2a","name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-pub-net"}]} 2018-10-04 15:13:13,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=677e03d5-48a7-4f1f-95c5-957ad001de2a used request id req-d0f7b3d6-20b8-45e9-baae-caf8b6b7a86c 2018-10-04 15:13:13,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=677e03d5-48a7-4f1f-95c5-957ad001de2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0977aa7dfa11c8473ca1ceb43d2b70145b992da9" 2018-10-04 15:13:13,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9e92f367-6432-45b8-8af5-3fae2c431431 Date: Thu, 04 Oct 2018 15:13:13 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:13:13,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=677e03d5-48a7-4f1f-95c5-957ad001de2a used request id req-9e92f367-6432-45b8-8af5-3fae2c431431 2018-10-04 15:13:13,732 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-pub-subnet 2018-10-04 15:13:13,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0977aa7dfa11c8473ca1ceb43d2b70145b992da9" -d '{"subnets": [{"ip_version": 4, "network_id": "677e03d5-48a7-4f1f-95c5-957ad001de2a", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-pub-subnet"}]}' 2018-10-04 15:13:14,529 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4fa36eaf-5526-45b0-a8c1-185700d587cc Date: Thu, 04 Oct 2018 15:13:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"677e03d5-48a7-4f1f-95c5-957ad001de2a","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:14Z","dns_nameservers":[],"updated_at":"2018-10-04T15:13:14Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"e8058f32-6b5b-435e-8301-b947e5934613","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-pub-subnet"}]} 2018-10-04 15:13:14,529 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-4fa36eaf-5526-45b0-a8c1-185700d587cc 2018-10-04 15:13:14,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=677e03d5-48a7-4f1f-95c5-957ad001de2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0977aa7dfa11c8473ca1ceb43d2b70145b992da9" 2018-10-04 15:13:14,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-1d1513e2-7f83-481b-8a53-6499618c7c8b Date: Thu, 04 Oct 2018 15:13:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e8058f32-6b5b-435e-8301-b947e5934613"],"updated_at":"2018-10-04T15:13:14Z","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"677e03d5-48a7-4f1f-95c5-957ad001de2a","name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-pub-net"}]} 2018-10-04 15:13:14,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=677e03d5-48a7-4f1f-95c5-957ad001de2a used request id req-1d1513e2-7f83-481b-8a53-6499618c7c8b 2018-10-04 15:13:14,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=677e03d5-48a7-4f1f-95c5-957ad001de2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0977aa7dfa11c8473ca1ceb43d2b70145b992da9" 2018-10-04 15:13:14,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d51464cb-a3e5-4dbc-b3db-fcd52a19fc8e Date: Thu, 04 Oct 2018 15:13:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"677e03d5-48a7-4f1f-95c5-957ad001de2a","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:14Z","dns_nameservers":[],"updated_at":"2018-10-04T15:13:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"e8058f32-6b5b-435e-8301-b947e5934613","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-pub-subnet"}]} 2018-10-04 15:13:14,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=677e03d5-48a7-4f1f-95c5-957ad001de2a used request id req-d51464cb-a3e5-4dbc-b3db-fcd52a19fc8e 2018-10-04 15:13:14,984 - OpenStackNetwork - DEBUG - Network [677e03d5-48a7-4f1f-95c5-957ad001de2a] created successfully 2018-10-04 15:13:14,984 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:13:14,985 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:13:15,382 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:13:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["kvytNFsHQQOypOWyY5qNKg"], "issued_at": "2018-10-04T15:13:15.000000Z"}} 2018-10-04 15:13:15,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b83482c3c1c1e6a917065afba0a8fde868dc6d6" 2018-10-04 15:13:15,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee6898a3-c4eb-43ed-9b30-9080b72de54a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:13:15,460 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ee6898a3-c4eb-43ed-9b30-9080b72de54a 2018-10-04 15:13:15,461 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:13:15,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b83482c3c1c1e6a917065afba0a8fde868dc6d6" 2018-10-04 15:13:15,645 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b8e911cd-fa4f-4a1e-a5c4-a749fbac216a x-compute-request-id: req-b8e911cd-fa4f-4a1e-a5c4-a749fbac216a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:13:15,645 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-b8e911cd-fa4f-4a1e-a5c4-a749fbac216a 2018-10-04 15:13:15,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b83482c3c1c1e6a917065afba0a8fde868dc6d6" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:13:15,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c14f01f-0013-46ef-90bc-7e3ce38264f9 x-compute-request-id: req-7c14f01f-0013-46ef-90bc-7e3ce38264f9 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6d0e665f-db38-4650-9e14-9b8f41f9573a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6d0e665f-db38-4650-9e14-9b8f41f9573a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6d0e665f-db38-4650-9e14-9b8f41f9573a", "name": "CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:13:15,705 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-7c14f01f-0013-46ef-90bc-7e3ce38264f9 2018-10-04 15:13:15,706 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:13:15,707 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:13:16,083 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a14cf1357d764eb881525ff121ddfa92", "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj-role"}], "expires_at": "2018-10-04T16:13:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-user", "id": "876d24c682b94653a7387dfd44ff2ed4"}, "audit_ids": ["tV6K-amtRjORwyahQM81hA"], "issued_at": "2018-10-04T15:13:16.000000Z"}} 2018-10-04 15:13:16,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5a85eb4d6e43f4f54e20ffd66d9bce93955415" 2018-10-04 15:13:16,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45bf5016-1549-45a0-8acb-de0c6fb3ef9a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:13:16,177 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-45bf5016-1549-45a0-8acb-de0c6fb3ef9a 2018-10-04 15:13:16,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5a85eb4d6e43f4f54e20ffd66d9bce93955415" 2018-10-04 15:13:16,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ea9c647b-2eb3-4368-88ae-b1a8565a39b0 Date: Thu, 04 Oct 2018 15:13:16 GMT RESP BODY: {"networks":[]} 2018-10-04 15:13:16,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2 used request id req-ea9c647b-2eb3-4368-88ae-b1a8565a39b0 2018-10-04 15:13:16,345 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2 2018-10-04 15:13:16,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5a85eb4d6e43f4f54e20ffd66d9bce93955415" -d '{"network": {"name": "CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2", "admin_state_up": true}}' 2018-10-04 15:13:16,757 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-9a870aef-97eb-4db2-9b88-123ea3bd152a Date: Thu, 04 Oct 2018 15:13:16 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:13:16Z","is_default":false,"name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:16Z","mtu":1450}} 2018-10-04 15:13:16,757 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-9a870aef-97eb-4db2-9b88-123ea3bd152a 2018-10-04 15:13:16,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=b30c44c1-027f-493b-9c7c-b29d21bc14a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5a85eb4d6e43f4f54e20ffd66d9bce93955415" 2018-10-04 15:13:16,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 618 X-Openstack-Request-Id: req-413bb7ae-ddb9-480e-9a88-5778847d62a1 Date: Thu, 04 Oct 2018 15:13:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T15:13:16Z","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2"}]} 2018-10-04 15:13:16,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=b30c44c1-027f-493b-9c7c-b29d21bc14a6 used request id req-413bb7ae-ddb9-480e-9a88-5778847d62a1 2018-10-04 15:13:16,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5a85eb4d6e43f4f54e20ffd66d9bce93955415" 2018-10-04 15:13:17,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ab2afcc4-e8f5-4953-ad18-e6960edc345f Date: Thu, 04 Oct 2018 15:13:17 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:13:17,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6 used request id req-ab2afcc4-e8f5-4953-ad18-e6960edc345f 2018-10-04 15:13:17,168 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet1 2018-10-04 15:13:17,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5a85eb4d6e43f4f54e20ffd66d9bce93955415" -d '{"subnets": [{"ip_version": 4, "network_id": "b30c44c1-027f-493b-9c7c-b29d21bc14a6", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet1"}]}' 2018-10-04 15:13:17,834 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e89aa2bc-09d4-4d63-93d3-7a67906b6f94 Date: Thu, 04 Oct 2018 15:13:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:13:17Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"7e6be531-c73f-4d1b-a442-f89480d87dba","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet1"}]} 2018-10-04 15:13:17,835 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-e89aa2bc-09d4-4d63-93d3-7a67906b6f94 2018-10-04 15:13:17,835 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet2 2018-10-04 15:13:17,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5a85eb4d6e43f4f54e20ffd66d9bce93955415" -d '{"subnets": [{"ip_version": 4, "network_id": "b30c44c1-027f-493b-9c7c-b29d21bc14a6", "cidr": "10.65.0.0/24", "name": "CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet2"}]}' 2018-10-04 15:13:18,577 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a8455845-b175-4030-93d7-6ce2bd24a818 Date: Thu, 04 Oct 2018 15:13:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:18Z","dns_nameservers":[],"updated_at":"2018-10-04T15:13:18Z","gateway_ip":"10.65.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.65.0.0/24","project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"362d8574-28fd-478d-b69d-267b6d92d722","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet2"}]} 2018-10-04 15:13:18,577 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-a8455845-b175-4030-93d7-6ce2bd24a818 2018-10-04 15:13:18,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=b30c44c1-027f-493b-9c7c-b29d21bc14a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5a85eb4d6e43f4f54e20ffd66d9bce93955415" 2018-10-04 15:13:18,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-13f812dc-6235-4edf-803f-f8716d3deea2 Date: Thu, 04 Oct 2018 15:13:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["362d8574-28fd-478d-b69d-267b6d92d722","7e6be531-c73f-4d1b-a442-f89480d87dba"],"updated_at":"2018-10-04T15:13:18Z","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2"}]} 2018-10-04 15:13:18,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=b30c44c1-027f-493b-9c7c-b29d21bc14a6 used request id req-13f812dc-6235-4edf-803f-f8716d3deea2 2018-10-04 15:13:18,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5a85eb4d6e43f4f54e20ffd66d9bce93955415" 2018-10-04 15:13:19,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-1ba605b9-d64e-4692-b4dd-92cac34b952e Date: Thu, 04 Oct 2018 15:13:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:18Z","dns_nameservers":[],"updated_at":"2018-10-04T15:13:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"362d8574-28fd-478d-b69d-267b6d92d722","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:13:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"7e6be531-c73f-4d1b-a442-f89480d87dba","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet1"}]} 2018-10-04 15:13:19,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6 used request id req-1ba605b9-d64e-4692-b4dd-92cac34b952e 2018-10-04 15:13:19,035 - OpenStackNetwork - DEBUG - Network [b30c44c1-027f-493b-9c7c-b29d21bc14a6] created successfully 2018-10-04 15:13:19,035 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:13:19,036 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:13:19,413 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a14cf1357d764eb881525ff121ddfa92", "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj-role"}], "expires_at": "2018-10-04T16:13:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-user", "id": "876d24c682b94653a7387dfd44ff2ed4"}, "audit_ids": ["MWbTm0iQTAylKSNoa8tysg"], "issued_at": "2018-10-04T15:13:19.000000Z"}} 2018-10-04 15:13:19,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:19,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f68e2e3-20df-4377-bf37-ed7731984949 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:13:19,488 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1f68e2e3-20df-4377-bf37-ed7731984949 2018-10-04 15:13:19,489 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:13:19,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:19,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-070623dc-792d-45e9-a2f8-0a48525dc2d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:13:19,570 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-070623dc-792d-45e9-a2f8-0a48525dc2d5 2018-10-04 15:13:19,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:19,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-81d508b5-650c-44c2-8de4-6213a305fc55 Date: Thu, 04 Oct 2018 15:13:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7e6be531-c73f-4d1b-a442-f89480d87dba","362d8574-28fd-478d-b69d-267b6d92d722"],"updated_at":"2018-10-04T15:13:18Z","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2"}]} 2018-10-04 15:13:19,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2 used request id req-81d508b5-650c-44c2-8de4-6213a305fc55 2018-10-04 15:13:19,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:13:19,845 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:13:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:13:19,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:19,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f38b9393-49ce-4df0-a8a7-3b79439b359c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7"}, "enabled": true, "id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj"}} 2018-10-04 15:13:19,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7 used request id req-f38b9393-49ce-4df0-a8a7-3b79439b359c 2018-10-04 15:13:19,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:20,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-a296295a-725d-4ab8-ad2d-d376554628b5 Date: Thu, 04 Oct 2018 15:13:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:18Z","dns_nameservers":[],"updated_at":"2018-10-04T15:13:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"362d8574-28fd-478d-b69d-267b6d92d722","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:13:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"7e6be531-c73f-4d1b-a442-f89480d87dba","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet1"}]} 2018-10-04 15:13:20,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6 used request id req-a296295a-725d-4ab8-ad2d-d376554628b5 2018-10-04 15:13:20,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6&name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:20,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b4900fc5-ee00-493a-aa09-02b4c5b071ce Date: Thu, 04 Oct 2018 15:13:20 GMT RESP BODY: {"ports":[]} 2018-10-04 15:13:20,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6&name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93port-1&admin_state_up=True used request id req-b4900fc5-ee00-493a-aa09-02b4c5b071ce 2018-10-04 15:13:20,325 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:20,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7ce070d0-01e0-4f67-9225-260058e7bfb4 x-compute-request-id: req-7ce070d0-01e0-4f67-9225-260058e7bfb4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:13:20,555 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-inst used request id req-7ce070d0-01e0-4f67-9225-260058e7bfb4 2018-10-04 15:13:20,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:20,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-a791e509-0863-4c0b-a25e-dc85eb8f3174 Date: Thu, 04 Oct 2018 15:13:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["362d8574-28fd-478d-b69d-267b6d92d722","7e6be531-c73f-4d1b-a442-f89480d87dba"],"updated_at":"2018-10-04T15:13:18Z","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2"}]} 2018-10-04 15:13:20,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2 used request id req-a791e509-0863-4c0b-a25e-dc85eb8f3174 2018-10-04 15:13:20,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:20,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd3313a4-7e95-42b8-9bb5-766fe587d7e3 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7"}, "enabled": true, "id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj"}} 2018-10-04 15:13:20,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7 used request id req-cd3313a4-7e95-42b8-9bb5-766fe587d7e3 2018-10-04 15:13:20,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:21,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-40465870-2d32-4c6d-8d5c-0f1b69cc3ca4 Date: Thu, 04 Oct 2018 15:13:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:18Z","dns_nameservers":[],"updated_at":"2018-10-04T15:13:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"362d8574-28fd-478d-b69d-267b6d92d722","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:13:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"7e6be531-c73f-4d1b-a442-f89480d87dba","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet1"}]} 2018-10-04 15:13:21,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6 used request id req-40465870-2d32-4c6d-8d5c-0f1b69cc3ca4 2018-10-04 15:13:21,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6&name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:21,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-34f073aa-7707-4666-9411-61d284ce6424 Date: Thu, 04 Oct 2018 15:13:21 GMT RESP BODY: {"ports":[]} 2018-10-04 15:13:21,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6&name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93port-1&admin_state_up=True used request id req-34f073aa-7707-4666-9411-61d284ce6424 2018-10-04 15:13:21,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:13:21,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:13:21,658 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a14cf1357d764eb881525ff121ddfa92", "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj-role"}], "expires_at": "2018-10-04T16:13:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/10cf7a8a1f7a4666bd72ee14aeae40f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-user", "id": "876d24c682b94653a7387dfd44ff2ed4"}, "audit_ids": ["g0xep9j4RPCPUJf_Mm81IA"], "issued_at": "2018-10-04T15:13:21.000000Z"}} 2018-10-04 15:13:21,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f72450a1cd074bbd8e552cc1468a8d53af4a4c" 2018-10-04 15:13:21,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dd35ed6-5a34-4aa5-8edc-391c64445c3c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:13:21,753 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2dd35ed6-5a34-4aa5-8edc-391c64445c3c 2018-10-04 15:13:21,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:22,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-31940eca-895a-43c6-b274-85ecd43368aa Date: Thu, 04 Oct 2018 15:13:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7e6be531-c73f-4d1b-a442-f89480d87dba","362d8574-28fd-478d-b69d-267b6d92d722"],"updated_at":"2018-10-04T15:13:18Z","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2"}]} 2018-10-04 15:13:22,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2 used request id req-31940eca-895a-43c6-b274-85ecd43368aa 2018-10-04 15:13:22,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:22,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-bdf37689-313b-47dd-8c4d-a7968a1623a8 Date: Thu, 04 Oct 2018 15:13:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:18Z","dns_nameservers":[],"updated_at":"2018-10-04T15:13:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"362d8574-28fd-478d-b69d-267b6d92d722","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:13:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"7e6be531-c73f-4d1b-a442-f89480d87dba","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet1"}]} 2018-10-04 15:13:22,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6 used request id req-bdf37689-313b-47dd-8c4d-a7968a1623a8 2018-10-04 15:13:22,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:22,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-b3d6e131-3908-44c6-877f-96d5c58a1135 Date: Thu, 04 Oct 2018 15:13:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["362d8574-28fd-478d-b69d-267b6d92d722","7e6be531-c73f-4d1b-a442-f89480d87dba"],"updated_at":"2018-10-04T15:13:18Z","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2"}]} 2018-10-04 15:13:22,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2 used request id req-b3d6e131-3908-44c6-877f-96d5c58a1135 2018-10-04 15:13:22,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:13:22,751 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:13:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:13:22,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f72450a1cd074bbd8e552cc1468a8d53af4a4c" 2018-10-04 15:13:22,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0ab74c7-d42d-4ade-b623-c058d5caec11 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7"}, "enabled": true, "id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj"}} 2018-10-04 15:13:22,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7 used request id req-f0ab74c7-d42d-4ade-b623-c058d5caec11 2018-10-04 15:13:22,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:23,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-76bf8834-444d-4d38-ae37-e489a344b225 Date: Thu, 04 Oct 2018 15:13:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:18Z","dns_nameservers":[],"updated_at":"2018-10-04T15:13:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"362d8574-28fd-478d-b69d-267b6d92d722","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:13:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"7e6be531-c73f-4d1b-a442-f89480d87dba","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet1"}]} 2018-10-04 15:13:23,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6 used request id req-76bf8834-444d-4d38-ae37-e489a344b225 2018-10-04 15:13:23,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6&name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:23,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c8bffe42-cf95-42a2-b7c2-06da2302f656 Date: Thu, 04 Oct 2018 15:13:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:13:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"7e6be531-c73f-4d1b-a442-f89480d87dba","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet1"}]} 2018-10-04 15:13:23,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6&name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet1 used request id req-c8bffe42-cf95-42a2-b7c2-06da2302f656 2018-10-04 15:13:23,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6&name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:23,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7b9119d1-ea0a-428d-9efa-71c9b757369a Date: Thu, 04 Oct 2018 15:13:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:18Z","dns_nameservers":[],"updated_at":"2018-10-04T15:13:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"362d8574-28fd-478d-b69d-267b6d92d722","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet2"}]} 2018-10-04 15:13:23,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6&name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet2 used request id req-7b9119d1-ea0a-428d-9efa-71c9b757369a 2018-10-04 15:13:23,464 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2 2018-10-04 15:13:23,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" -d '{"port": {"network_id": "b30c44c1-027f-493b-9c7c-b29d21bc14a6", "fixed_ips": [{"subnet_id": "7e6be531-c73f-4d1b-a442-f89480d87dba", "ip_address": "10.55.0.101"}, {"subnet_id": "362d8574-28fd-478d-b69d-267b6d92d722", "ip_address": "10.65.0.101"}], "name": "CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93port-1", "admin_state_up": true}}' 2018-10-04 15:13:24,656 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-ca534ddb-5e55-4fc0-8c7a-8d1187ae1909 Date: Thu, 04 Oct 2018 15:13:24 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:13:24Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7e6be531-c73f-4d1b-a442-f89480d87dba","ip_address":"10.55.0.101"},{"subnet_id":"362d8574-28fd-478d-b69d-267b6d92d722","ip_address":"10.65.0.101"}],"id":"a2af18d1-4253-4e2f-9aa7-4e84d4e2839b","security_groups":["5067c4d1-45fb-47bc-8422-c746b435a2c8"],"mac_address":"fa:16:3e:e9:a5:08","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93port-1","project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","qos_policy_id":null,"admin_state_up":true,"network_id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:23Z","binding:vnic_type":"normal"}} 2018-10-04 15:13:24,656 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-ca534ddb-5e55-4fc0-8c7a-8d1187ae1909 2018-10-04 15:13:24,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:24,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-d3d71db6-0fb6-44c9-91a4-e1dd48995297 Date: Thu, 04 Oct 2018 15:13:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["362d8574-28fd-478d-b69d-267b6d92d722","7e6be531-c73f-4d1b-a442-f89480d87dba"],"updated_at":"2018-10-04T15:13:18Z","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2"}]} 2018-10-04 15:13:24,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2 used request id req-d3d71db6-0fb6-44c9-91a4-e1dd48995297 2018-10-04 15:13:24,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:25,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed266ce4-c775-4d6d-aac4-a4e0ecb03966 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7"}, "enabled": true, "id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj"}} 2018-10-04 15:13:25,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7 used request id req-ed266ce4-c775-4d6d-aac4-a4e0ecb03966 2018-10-04 15:13:25,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:25,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-83fdb487-b952-43c4-ad56-05ad30837f12 Date: Thu, 04 Oct 2018 15:13:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:18Z","dns_nameservers":[],"updated_at":"2018-10-04T15:13:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"362d8574-28fd-478d-b69d-267b6d92d722","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:13:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"7e6be531-c73f-4d1b-a442-f89480d87dba","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet1"}]} 2018-10-04 15:13:25,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6 used request id req-83fdb487-b952-43c4-ad56-05ad30837f12 2018-10-04 15:13:25,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6&name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:25,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-4730fe03-9b57-431f-a170-da9eb8a16c66 Date: Thu, 04 Oct 2018 15:13:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:13:24Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7e6be531-c73f-4d1b-a442-f89480d87dba","ip_address":"10.55.0.101"},{"subnet_id":"362d8574-28fd-478d-b69d-267b6d92d722","ip_address":"10.65.0.101"}],"id":"a2af18d1-4253-4e2f-9aa7-4e84d4e2839b","security_groups":["5067c4d1-45fb-47bc-8422-c746b435a2c8"],"mac_address":"fa:16:3e:e9:a5:08","project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93port-1","admin_state_up":true,"network_id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:23Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:13:25,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6&name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93port-1&admin_state_up=True used request id req-4730fe03-9b57-431f-a170-da9eb8a16c66 2018-10-04 15:13:25,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:25,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09a8928e-88ac-4b18-8c93-9f99698830be Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7"}, "enabled": true, "id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj"}} 2018-10-04 15:13:25,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7 used request id req-09a8928e-88ac-4b18-8c93-9f99698830be 2018-10-04 15:13:25,514 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-inst 2018-10-04 15:13:25,518 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:25,543 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d84d005-cf62-4dac-bfcb-3cd5645d63c5 x-compute-request-id: req-5d84d005-cf62-4dac-bfcb-3cd5645d63c5 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6d0e665f-db38-4650-9e14-9b8f41f9573a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6d0e665f-db38-4650-9e14-9b8f41f9573a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6d0e665f-db38-4650-9e14-9b8f41f9573a", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-flavor-name"}]} 2018-10-04 15:13:25,543 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-5d84d005-cf62-4dac-bfcb-3cd5645d63c5 2018-10-04 15:13:25,546 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/6d0e665f-db38-4650-9e14-9b8f41f9573a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:25,566 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9504ff50-6b1c-4046-8121-4f19c2068b90 x-compute-request-id: req-9504ff50-6b1c-4046-8121-4f19c2068b90 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6d0e665f-db38-4650-9e14-9b8f41f9573a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6d0e665f-db38-4650-9e14-9b8f41f9573a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6d0e665f-db38-4650-9e14-9b8f41f9573a", "name": "CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:13:25,567 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6d0e665f-db38-4650-9e14-9b8f41f9573a used request id req-9504ff50-6b1c-4046-8121-4f19c2068b90 2018-10-04 15:13:25,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:25,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-b333f649-a244-4245-85b3-9ddc0a1dce5e Date: Thu, 04 Oct 2018 15:13:25 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:13:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:13:11Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/48ffca89-12a1-4571-a8d3-2d134e7f9647/snap", "metadata": {}}], "self": "/v2/images/48ffca89-12a1-4571-a8d3-2d134e7f9647", "min_disk": 0, "protected": false, "id": "48ffca89-12a1-4571-a8d3-2d134e7f9647", "file": "/v2/images/48ffca89-12a1-4571-a8d3-2d134e7f9647/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "10cf7a8a1f7a4666bd72ee14aeae40f7", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/48ffca89-12a1-4571-a8d3-2d134e7f9647/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-image"} 2018-10-04 15:13:25,754 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-image used request id req-b333f649-a244-4245-85b3-9ddc0a1dce5e 2018-10-04 15:13:25,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:25,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7c7cab03-7719-49d1-a72f-341e2b05e9d5 Date: Thu, 04 Oct 2018 15:13:25 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:13:25,911 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-7c7cab03-7719-49d1-a72f-341e2b05e9d5 2018-10-04 15:13:25,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" -d '{"server": {"name": "CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-inst", "imageRef": "48ffca89-12a1-4571-a8d3-2d134e7f9647", "flavorRef": "6d0e665f-db38-4650-9e14-9b8f41f9573a", "max_count": 1, "min_count": 1, "networks": [{"port": "a2af18d1-4253-4e2f-9aa7-4e84d4e2839b"}]}}' 2018-10-04 15:13:27,298 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:13:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-98020d6b-b7fb-4c90-91fb-983dbd8b8d6b x-compute-request-id: req-98020d6b-b7fb-4c90-91fb-983dbd8b8d6b Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/888c5d9c-9092-47b0-936b-36289604bc97 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "888c5d9c-9092-47b0-936b-36289604bc97", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/888c5d9c-9092-47b0-936b-36289604bc97", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/888c5d9c-9092-47b0-936b-36289604bc97", "rel": "bookmark"}], "adminPass": "kW4THicAY9ia"}} 2018-10-04 15:13:27,299 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-98020d6b-b7fb-4c90-91fb-983dbd8b8d6b 2018-10-04 15:13:27,302 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/888c5d9c-9092-47b0-936b-36289604bc97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:27,898 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84e15533-acc4-45ca-a4a0-27ce6e456fd9 x-compute-request-id: req-84e15533-acc4-45ca-a4a0-27ce6e456fd9 Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/888c5d9c-9092-47b0-936b-36289604bc97", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/888c5d9c-9092-47b0-936b-36289604bc97", "rel": "bookmark"}], "image": {"id": "48ffca89-12a1-4571-a8d3-2d134e7f9647", "links": [{"href": "http://172.30.9.23:8774/images/48ffca89-12a1-4571-a8d3-2d134e7f9647", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6d0e665f-db38-4650-9e14-9b8f41f9573a", "links": [{"href": "http://172.30.9.23:8774/flavors/6d0e665f-db38-4650-9e14-9b8f41f9573a", "rel": "bookmark"}]}, "id": "888c5d9c-9092-47b0-936b-36289604bc97", "user_id": "876d24c682b94653a7387dfd44ff2ed4", "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-10-04T15:13:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-inst", "created": "2018-10-04T15:13:27Z", "tenant_id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:13:27,898 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/888c5d9c-9092-47b0-936b-36289604bc97 used request id req-84e15533-acc4-45ca-a4a0-27ce6e456fd9 2018-10-04 15:13:27,899 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-inst 2018-10-04 15:13:27,902 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/888c5d9c-9092-47b0-936b-36289604bc97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:28,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb3d690e-0678-48e0-8d7a-05e4745bc10a x-compute-request-id: req-eb3d690e-0678-48e0-8d7a-05e4745bc10a Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/888c5d9c-9092-47b0-936b-36289604bc97", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/888c5d9c-9092-47b0-936b-36289604bc97", "rel": "bookmark"}], "image": {"id": "48ffca89-12a1-4571-a8d3-2d134e7f9647", "links": [{"href": "http://172.30.9.23:8774/images/48ffca89-12a1-4571-a8d3-2d134e7f9647", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6d0e665f-db38-4650-9e14-9b8f41f9573a", "links": [{"href": "http://172.30.9.23:8774/flavors/6d0e665f-db38-4650-9e14-9b8f41f9573a", "rel": "bookmark"}]}, "id": "888c5d9c-9092-47b0-936b-36289604bc97", "user_id": "876d24c682b94653a7387dfd44ff2ed4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:13:27Z", "hostId": "bc0ad88b8653a66f2b598dc2cd9ba18bb7dcea744c51d0e9a6290071", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-inst", "created": "2018-10-04T15:13:27Z", "tenant_id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:13:28,145 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/888c5d9c-9092-47b0-936b-36289604bc97 used request id req-eb3d690e-0678-48e0-8d7a-05e4745bc10a 2018-10-04 15:13:28,145 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-inst] is - BUILD 2018-10-04 15:13:28,146 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:13:31,149 - create_instance - DEBUG - VM status query timeout in 896.750087976 2018-10-04 15:13:31,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/888c5d9c-9092-47b0-936b-36289604bc97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:31,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13: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-d2fdbcc1-9864-4962-8302-b7a72a658ca5 x-compute-request-id: req-d2fdbcc1-9864-4962-8302-b7a72a658ca5 Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/888c5d9c-9092-47b0-936b-36289604bc97", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/888c5d9c-9092-47b0-936b-36289604bc97", "rel": "bookmark"}], "image": {"id": "48ffca89-12a1-4571-a8d3-2d134e7f9647", "links": [{"href": "http://172.30.9.23:8774/images/48ffca89-12a1-4571-a8d3-2d134e7f9647", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6d0e665f-db38-4650-9e14-9b8f41f9573a", "links": [{"href": "http://172.30.9.23:8774/flavors/6d0e665f-db38-4650-9e14-9b8f41f9573a", "rel": "bookmark"}]}, "id": "888c5d9c-9092-47b0-936b-36289604bc97", "security_groups": [{"name": "default"}], "user_id": "876d24c682b94653a7387dfd44ff2ed4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:13:28Z", "hostId": "bc0ad88b8653a66f2b598dc2cd9ba18bb7dcea744c51d0e9a6290071", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-inst", "created": "2018-10-04T15:13:27Z", "tenant_id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:13:31,694 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/888c5d9c-9092-47b0-936b-36289604bc97 used request id req-d2fdbcc1-9864-4962-8302-b7a72a658ca5 2018-10-04 15:13:31,695 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-inst] is - BUILD 2018-10-04 15:13:31,695 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:13:34,698 - create_instance - DEBUG - VM status query timeout in 893.200750828 2018-10-04 15:13:34,702 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/888c5d9c-9092-47b0-936b-36289604bc97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:35,164 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13: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-b50bfa39-5969-4825-acd0-57cd6f0602af x-compute-request-id: req-b50bfa39-5969-4825-acd0-57cd6f0602af Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:a5:08", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:a5:08", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/888c5d9c-9092-47b0-936b-36289604bc97", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/888c5d9c-9092-47b0-936b-36289604bc97", "rel": "bookmark"}], "image": {"id": "48ffca89-12a1-4571-a8d3-2d134e7f9647", "links": [{"href": "http://172.30.9.23:8774/images/48ffca89-12a1-4571-a8d3-2d134e7f9647", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:13:31.000000", "flavor": {"id": "6d0e665f-db38-4650-9e14-9b8f41f9573a", "links": [{"href": "http://172.30.9.23:8774/flavors/6d0e665f-db38-4650-9e14-9b8f41f9573a", "rel": "bookmark"}]}, "id": "888c5d9c-9092-47b0-936b-36289604bc97", "security_groups": [{"name": "default"}], "user_id": "876d24c682b94653a7387dfd44ff2ed4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:13:33Z", "hostId": "bc0ad88b8653a66f2b598dc2cd9ba18bb7dcea744c51d0e9a6290071", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-inst", "created": "2018-10-04T15:13:27Z", "tenant_id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:13:35,164 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/888c5d9c-9092-47b0-936b-36289604bc97 used request id req-b50bfa39-5969-4825-acd0-57cd6f0602af 2018-10-04 15:13:35,165 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-inst] is - ACTIVE 2018-10-04 15:13:35,165 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:13:35,168 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/888c5d9c-9092-47b0-936b-36289604bc97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:35,760 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8894501e-17d2-41a5-af45-ed17094fa910 x-compute-request-id: req-8894501e-17d2-41a5-af45-ed17094fa910 Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:a5:08", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:a5:08", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/888c5d9c-9092-47b0-936b-36289604bc97", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/888c5d9c-9092-47b0-936b-36289604bc97", "rel": "bookmark"}], "image": {"id": "48ffca89-12a1-4571-a8d3-2d134e7f9647", "links": [{"href": "http://172.30.9.23:8774/images/48ffca89-12a1-4571-a8d3-2d134e7f9647", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:13:31.000000", "flavor": {"id": "6d0e665f-db38-4650-9e14-9b8f41f9573a", "links": [{"href": "http://172.30.9.23:8774/flavors/6d0e665f-db38-4650-9e14-9b8f41f9573a", "rel": "bookmark"}]}, "id": "888c5d9c-9092-47b0-936b-36289604bc97", "security_groups": [{"name": "default"}], "user_id": "876d24c682b94653a7387dfd44ff2ed4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:13:33Z", "hostId": "bc0ad88b8653a66f2b598dc2cd9ba18bb7dcea744c51d0e9a6290071", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-inst", "created": "2018-10-04T15:13:27Z", "tenant_id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:13:35,760 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/888c5d9c-9092-47b0-936b-36289604bc97 used request id req-8894501e-17d2-41a5-af45-ed17094fa910 2018-10-04 15:13:35,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:35,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-5a4c6416-3023-45bf-bd35-a9503237f305 Date: Thu, 04 Oct 2018 15:13:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["362d8574-28fd-478d-b69d-267b6d92d722","7e6be531-c73f-4d1b-a442-f89480d87dba"],"updated_at":"2018-10-04T15:13:18Z","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2"}]} 2018-10-04 15:13:35,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2 used request id req-5a4c6416-3023-45bf-bd35-a9503237f305 2018-10-04 15:13:35,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:35,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-374f5b7a-c070-46a5-90d4-d008e0213610 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7"}, "enabled": true, "id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj"}} 2018-10-04 15:13:35,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7 used request id req-374f5b7a-c070-46a5-90d4-d008e0213610 2018-10-04 15:13:35,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:36,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-2273b35c-4cea-4ec3-8694-283b4b2baccb Date: Thu, 04 Oct 2018 15:13:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:18Z","dns_nameservers":[],"updated_at":"2018-10-04T15:13:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"362d8574-28fd-478d-b69d-267b6d92d722","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:13:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","id":"7e6be531-c73f-4d1b-a442-f89480d87dba","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet1"}]} 2018-10-04 15:13:36,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6 used request id req-2273b35c-4cea-4ec3-8694-283b4b2baccb 2018-10-04 15:13:36,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:36,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3437 X-Openstack-Request-Id: req-b4009bd4-3105-439a-b75b-43044d65e055 Date: Thu, 04 Oct 2018 15:13:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:13:20Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7e6be531-c73f-4d1b-a442-f89480d87dba","ip_address":"10.55.0.2"},{"subnet_id":"362d8574-28fd-478d-b69d-267b6d92d722","ip_address":"10.65.0.2"}],"id":"32413600-0274-4796-a100-8b6998719668","security_groups":[],"mac_address":"fa:16:3e:5f:0a:79","project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b30c44c1-027f-493b-9c7c-b29d21bc14a6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:13:32Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7e6be531-c73f-4d1b-a442-f89480d87dba","ip_address":"10.55.0.101"},{"subnet_id":"362d8574-28fd-478d-b69d-267b6d92d722","ip_address":"10.65.0.101"}],"id":"a2af18d1-4253-4e2f-9aa7-4e84d4e2839b","security_groups":["5067c4d1-45fb-47bc-8422-c746b435a2c8"],"mac_address":"fa:16:3e:e9:a5:08","project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93port-1","admin_state_up":true,"network_id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:23Z","binding:vnic_type":"normal","device_id":"888c5d9c-9092-47b0-936b-36289604bc97"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:13:21Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7e6be531-c73f-4d1b-a442-f89480d87dba","ip_address":"10.55.0.4"},{"subnet_id":"362d8574-28fd-478d-b69d-267b6d92d722","ip_address":"10.65.0.4"}],"id":"c79b3cf8-59ec-45fb-8117-9d64756a4135","security_groups":[],"mac_address":"fa:16:3e:c3:76:2b","project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b30c44c1-027f-493b-9c7c-b29d21bc14a6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:13:21Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7e6be531-c73f-4d1b-a442-f89480d87dba","ip_address":"10.55.0.3"},{"subnet_id":"362d8574-28fd-478d-b69d-267b6d92d722","ip_address":"10.65.0.3"}],"id":"e0563afc-df47-4421-b97c-688c4bf2963d","security_groups":[],"mac_address":"fa:16:3e:0f:eb:4d","project_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b30c44c1-027f-493b-9c7c-b29d21bc14a6","tenant_id":"10cf7a8a1f7a4666bd72ee14aeae40f7","created_at":"2018-10-04T15:13:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b30c44c1-027f-493b-9c7c-b29d21bc14a6"}]} 2018-10-04 15:13:36,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=b30c44c1-027f-493b-9c7c-b29d21bc14a6 used request id req-b4009bd4-3105-439a-b75b-43044d65e055 2018-10-04 15:13:36,135 - create_instance - INFO - Deleting Port with ID - a2af18d1-4253-4e2f-9aa7-4e84d4e2839b 2018-10-04 15:13:36,135 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93port-1 2018-10-04 15:13:36,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/a2af18d1-4253-4e2f-9aa7-4e84d4e2839b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:36,767 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-58d96b4d-c18b-4611-acd7-759c928b47ad Date: Thu, 04 Oct 2018 15:13:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:13:36,768 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/a2af18d1-4253-4e2f-9aa7-4e84d4e2839b used request id req-58d96b4d-c18b-4611-acd7-759c928b47ad 2018-10-04 15:13:36,768 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-inst 2018-10-04 15:13:36,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/888c5d9c-9092-47b0-936b-36289604bc97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:36,927 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:13: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-fddff683-3e8c-4583-9c98-139a97528d06 x-compute-request-id: req-fddff683-3e8c-4583-9c98-139a97528d06 Content-Type: application/json 2018-10-04 15:13:36,927 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/888c5d9c-9092-47b0-936b-36289604bc97 used request id req-fddff683-3e8c-4583-9c98-139a97528d06 2018-10-04 15:13:36,928 - create_instance - INFO - Checking deletion status 2018-10-04 15:13:36,931 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/888c5d9c-9092-47b0-936b-36289604bc97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:37,331 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13: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-0f7821bf-6a72-4896-a989-6ef683feea20 x-compute-request-id: req-0f7821bf-6a72-4896-a989-6ef683feea20 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:a5:08", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:a5:08", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/888c5d9c-9092-47b0-936b-36289604bc97", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/888c5d9c-9092-47b0-936b-36289604bc97", "rel": "bookmark"}], "image": {"id": "48ffca89-12a1-4571-a8d3-2d134e7f9647", "links": [{"href": "http://172.30.9.23:8774/images/48ffca89-12a1-4571-a8d3-2d134e7f9647", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:13:31.000000", "flavor": {"id": "6d0e665f-db38-4650-9e14-9b8f41f9573a", "links": [{"href": "http://172.30.9.23:8774/flavors/6d0e665f-db38-4650-9e14-9b8f41f9573a", "rel": "bookmark"}]}, "id": "888c5d9c-9092-47b0-936b-36289604bc97", "user_id": "876d24c682b94653a7387dfd44ff2ed4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:13:36Z", "hostId": "bc0ad88b8653a66f2b598dc2cd9ba18bb7dcea744c51d0e9a6290071", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-inst", "created": "2018-10-04T15:13:27Z", "tenant_id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:13:37,331 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/888c5d9c-9092-47b0-936b-36289604bc97 used request id req-0f7821bf-6a72-4896-a989-6ef683feea20 2018-10-04 15:13:37,332 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-inst] is - ACTIVE 2018-10-04 15:13:37,332 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:13:40,335 - create_instance - DEBUG - VM status query timeout in 296.5927279 2018-10-04 15:13:40,338 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/888c5d9c-9092-47b0-936b-36289604bc97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e6ee8dbc841513f61d51d48622e23ba38e5267" 2018-10-04 15:13:40,393 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:13: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-9ab62635-5847-4a5c-9094-fda0705bb793 x-compute-request-id: req-9ab62635-5847-4a5c-9094-fda0705bb793 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 888c5d9c-9092-47b0-936b-36289604bc97 could not be found.", "code": 404}} 2018-10-04 15:13:40,394 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/888c5d9c-9092-47b0-936b-36289604bc97 used request id req-9ab62635-5847-4a5c-9094-fda0705bb793 2018-10-04 15:13:40,394 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 888c5d9c-9092-47b0-936b-36289604bc97 could not be found. (HTTP 404) (Request-ID: req-9ab62635-5847-4a5c-9094-fda0705bb793) 2018-10-04 15:13:40,394 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-inst 2018-10-04 15:13:40,398 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/6d0e665f-db38-4650-9e14-9b8f41f9573a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b83482c3c1c1e6a917065afba0a8fde868dc6d6" 2018-10-04 15:13:40,461 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:13: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-dd9af391-297a-401f-8fcc-532e0e43102a x-compute-request-id: req-dd9af391-297a-401f-8fcc-532e0e43102a Content-Length: 0 Content-Type: application/json 2018-10-04 15:13:40,461 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/6d0e665f-db38-4650-9e14-9b8f41f9573a used request id req-dd9af391-297a-401f-8fcc-532e0e43102a 2018-10-04 15:13:40,462 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-pub-subnet 2018-10-04 15:13:40,462 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-pub-subnet 2018-10-04 15:13:40,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/e8058f32-6b5b-435e-8301-b947e5934613 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0977aa7dfa11c8473ca1ceb43d2b70145b992da9" 2018-10-04 15:13:42,854 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3296ce9c-9ee8-4bb0-9c7e-8f18d704d924 Date: Thu, 04 Oct 2018 15:13:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:13:42,854 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/e8058f32-6b5b-435e-8301-b947e5934613 used request id req-3296ce9c-9ee8-4bb0-9c7e-8f18d704d924 2018-10-04 15:13:42,855 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-pub-net 2018-10-04 15:13:42,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/677e03d5-48a7-4f1f-95c5-957ad001de2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0977aa7dfa11c8473ca1ceb43d2b70145b992da9" 2018-10-04 15:13:43,926 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f42121a6-406c-43d9-a886-8d2a0a00ea5e Date: Thu, 04 Oct 2018 15:13:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:13:43,926 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/677e03d5-48a7-4f1f-95c5-957ad001de2a used request id req-f42121a6-406c-43d9-a886-8d2a0a00ea5e 2018-10-04 15:13:43,926 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet2 2018-10-04 15:13:43,927 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet2 2018-10-04 15:13:43,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/362d8574-28fd-478d-b69d-267b6d92d722 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5a85eb4d6e43f4f54e20ffd66d9bce93955415" 2018-10-04 15:13:46,316 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b69a2559-198d-4013-9fa3-70e47dac7115 Date: Thu, 04 Oct 2018 15:13:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:13:46,316 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/362d8574-28fd-478d-b69d-267b6d92d722 used request id req-b69a2559-198d-4013-9fa3-70e47dac7115 2018-10-04 15:13:46,317 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet1 2018-10-04 15:13:46,317 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-subnet1 2018-10-04 15:13:46,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/7e6be531-c73f-4d1b-a442-f89480d87dba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5a85eb4d6e43f4f54e20ffd66d9bce93955415" 2018-10-04 15:13:48,498 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d2cca165-d8c8-438d-9e62-5d49a7e6ecf9 Date: Thu, 04 Oct 2018 15:13:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:13:48,498 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/7e6be531-c73f-4d1b-a442-f89480d87dba used request id req-d2cca165-d8c8-438d-9e62-5d49a7e6ecf9 2018-10-04 15:13:48,498 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93net2 2018-10-04 15:13:48,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/b30c44c1-027f-493b-9c7c-b29d21bc14a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5a85eb4d6e43f4f54e20ffd66d9bce93955415" 2018-10-04 15:13:49,826 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f3c03667-3aa4-4747-8654-2d4e067598e7 Date: Thu, 04 Oct 2018 15:13:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:13:49,826 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/b30c44c1-027f-493b-9c7c-b29d21bc14a6 used request id req-f3c03667-3aa4-4747-8654-2d4e067598e7 2018-10-04 15:13:49,827 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-f4401a0d-126a-430e-9440-72f34c16cf93-image 2018-10-04 15:13:49,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/48ffca89-12a1-4571-a8d3-2d134e7f9647 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}366ca2345d3f7faa56a3f0db8678d7836b82321e" 2018-10-04 15:13:52,485 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bcb78a62-88b4-4be6-a516-f9338827d1a6 Date: Thu, 04 Oct 2018 15:13:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:13:52,485 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/48ffca89-12a1-4571-a8d3-2d134e7f9647 used request id req-bcb78a62-88b4-4be6-a516-f9338827d1a6 2018-10-04 15:13:52,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b7410d6ce107cc989f0cfc7a7fbb7f900d0150" 2018-10-04 15:13:52,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-5b0666e6-956d-4277-9840-e80102dff99d Date: Thu, 04 Oct 2018 15:13:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "created_at": "2018-10-04T15:13:12Z", "updated_at": "2018-10-04T15:13:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:13:13Z", "revision_number": 0, "id": "05f5b9c7-b9ee-4978-a6bb-12360f0712a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:13:13Z", "security_group_id": "5067c4d1-45fb-47bc-8422-c746b435a2c8", "tenant_id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "10cf7a8a1f7a4666bd72ee14aeae40f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:13:13Z", "revision_number": 0, "id": "366e3d7b-b265-4a99-ae86-5edbb09878b4", "remote_group_id": "5067c4d1-45fb-47bc-8422-c746b435a2c8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:13:13Z", "security_group_id": "5067c4d1-45fb-47bc-8422-c746b435a2c8", "tenant_id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "10cf7a8a1f7a4666bd72ee14aeae40f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:13:13Z", "revision_number": 0, "id": "6c4d01b7-1186-43d8-85bd-a7984386dd8a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:13:13Z", "security_group_id": "5067c4d1-45fb-47bc-8422-c746b435a2c8", "tenant_id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "10cf7a8a1f7a4666bd72ee14aeae40f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:13:13Z", "revision_number": 0, "id": "e6ccfd67-39d7-4bf3-9b3c-00ff7c201eb8", "remote_group_id": "5067c4d1-45fb-47bc-8422-c746b435a2c8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:13:13Z", "security_group_id": "5067c4d1-45fb-47bc-8422-c746b435a2c8", "tenant_id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "10cf7a8a1f7a4666bd72ee14aeae40f7"}], "revision_number": 4, "project_id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "id": "5067c4d1-45fb-47bc-8422-c746b435a2c8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:13:52,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-5b0666e6-956d-4277-9840-e80102dff99d 2018-10-04 15:13:52,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b7410d6ce107cc989f0cfc7a7fbb7f900d0150" 2018-10-04 15:13:52,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87d442f9-7011-4efd-bc49-11e9e737d90b Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:13:52,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-87d442f9-7011-4efd-bc49-11e9e737d90b 2018-10-04 15:13:52,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b7410d6ce107cc989f0cfc7a7fbb7f900d0150" 2018-10-04 15:13:52,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a27f1cb-bbd9-4395-9677-4da17ab23c1b Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:13:52,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-9a27f1cb-bbd9-4395-9677-4da17ab23c1b 2018-10-04 15:13:52,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b7410d6ce107cc989f0cfc7a7fbb7f900d0150" 2018-10-04 15:13:53,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ba64eb8-b5f1-497c-815d-c0724645eecb Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:13:53,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-3ba64eb8-b5f1-497c-815d-c0724645eecb 2018-10-04 15:13:53,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b7410d6ce107cc989f0cfc7a7fbb7f900d0150" 2018-10-04 15:13:53,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b72136a0-5909-45f2-887f-177b60cbcfee Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7"}, "enabled": true, "id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj"}} 2018-10-04 15:13:53,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7 used request id req-b72136a0-5909-45f2-887f-177b60cbcfee 2018-10-04 15:13:53,101 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5067c4d1-45fb-47bc-8422-c746b435a2c8 2018-10-04 15:13:53,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=5067c4d1-45fb-47bc-8422-c746b435a2c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b7410d6ce107cc989f0cfc7a7fbb7f900d0150" 2018-10-04 15:13:53,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-6355a9f6-8ee8-456a-96cd-01f8adee1bb1 Date: Thu, 04 Oct 2018 15:13:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:13:13Z", "security_group_id": "5067c4d1-45fb-47bc-8422-c746b435a2c8", "port_range_min": null, "revision_number": 0, "tenant_id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "created_at": "2018-10-04T15:13:13Z", "project_id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "id": "05f5b9c7-b9ee-4978-a6bb-12360f0712a4"}, {"remote_group_id": "5067c4d1-45fb-47bc-8422-c746b435a2c8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:13:13Z", "security_group_id": "5067c4d1-45fb-47bc-8422-c746b435a2c8", "port_range_min": null, "revision_number": 0, "tenant_id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "created_at": "2018-10-04T15:13:13Z", "project_id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "id": "366e3d7b-b265-4a99-ae86-5edbb09878b4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:13:13Z", "security_group_id": "5067c4d1-45fb-47bc-8422-c746b435a2c8", "port_range_min": null, "revision_number": 0, "tenant_id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "created_at": "2018-10-04T15:13:13Z", "project_id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "id": "6c4d01b7-1186-43d8-85bd-a7984386dd8a"}, {"remote_group_id": "5067c4d1-45fb-47bc-8422-c746b435a2c8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:13:13Z", "security_group_id": "5067c4d1-45fb-47bc-8422-c746b435a2c8", "port_range_min": null, "revision_number": 0, "tenant_id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "created_at": "2018-10-04T15:13:13Z", "project_id": "10cf7a8a1f7a4666bd72ee14aeae40f7", "id": "e6ccfd67-39d7-4bf3-9b3c-00ff7c201eb8"}]} 2018-10-04 15:13:53,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=5067c4d1-45fb-47bc-8422-c746b435a2c8 used request id req-6355a9f6-8ee8-456a-96cd-01f8adee1bb1 2018-10-04 15:13:53,270 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:13:53,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/5067c4d1-45fb-47bc-8422-c746b435a2c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b7410d6ce107cc989f0cfc7a7fbb7f900d0150" 2018-10-04 15:13:53,609 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f6ace101-28ae-41fd-a96c-4f8470bbe9bf Content-Length: 0 Date: Thu, 04 Oct 2018 15:13:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:13:53,609 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/5067c4d1-45fb-47bc-8422-c746b435a2c8 used request id req-f6ace101-28ae-41fd-a96c-4f8470bbe9bf 2018-10-04 15:13:53,610 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj 2018-10-04 15:13:53,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b7410d6ce107cc989f0cfc7a7fbb7f900d0150" 2018-10-04 15:13:53,815 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:13:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6331931e-3ced-4110-807b-6a9bfb7ada4a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:13:53,815 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/10cf7a8a1f7a4666bd72ee14aeae40f7 used request id req-6331931e-3ced-4110-807b-6a9bfb7ada4a 2018-10-04 15:13:53,816 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-744aeff5-54cf-45e-proj-role 2018-10-04 15:13:53,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/a14cf1357d764eb881525ff121ddfa92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b7410d6ce107cc989f0cfc7a7fbb7f900d0150" 2018-10-04 15:13:53,931 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:13:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7235f3fa-93a9-4aa0-bbc6-ecb8926c7c32 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:13:53,932 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/a14cf1357d764eb881525ff121ddfa92 used request id req-7235f3fa-93a9-4aa0-bbc6-ecb8926c7c32 2018-10-04 15:13:53,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b7410d6ce107cc989f0cfc7a7fbb7f900d0150" 2018-10-04 15:13:54,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9870f8db-e836-4b0f-ba90-48c3be022b74 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:13:54,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9870f8db-e836-4b0f-ba90-48c3be022b74 2018-10-04 15:13:54,036 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-744aeff5-54cf-45e-user 2018-10-04 15:13:54,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/876d24c682b94653a7387dfd44ff2ed4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58057accda0d2bf383227da8ecdbf13cfb56525c" 2018-10-04 15:13:54,256 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:13:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a786e1a9-94d0-48cb-ad25-edd2e10d5e37 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:13:54,256 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/876d24c682b94653a7387dfd44ff2ed4 used request id req-a786e1a9-94d0-48cb-ad25-edd2e10d5e37 2018-10-04 15:13:54,258 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:13:54,635 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:13:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["-wPEmNenQd-VFiBEH0bYwg"], "issued_at": "2018-10-04T15:13:54.000000Z"}} 2018-10-04 15:13:54,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}608e11d643eef2824c93975c30350546b9638a0e" 2018-10-04 15:13:54,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f961a15-6225-48df-ad57-698e930879df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:13:54,728 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8f961a15-6225-48df-ad57-698e930879df 2018-10-04 15:13:54,729 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:13:54,730 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:13:55,118 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:13:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["bZsjocUCQBSW6uE8oQUz4Q"], "issued_at": "2018-10-04T15:13:55.000000Z"}} 2018-10-04 15:13:55,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}252b02aa87fafaf084de1052f27b1f381ea416bf" 2018-10-04 15:13:55,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15aea638-ad62-48ac-9000-f9d777ceec54 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:13:55,200 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-15aea638-ad62-48ac-9000-f9d777ceec54 2018-10-04 15:13:55,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:13:55,210 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:13:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:13:55,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-febca3b9-457d-420-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}252b02aa87fafaf084de1052f27b1f381ea416bf" 2018-10-04 15:13:55,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-becc5917-7ab3-4ddf-b4b5-d64f0a6244c7 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-febca3b9-457d-420-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:13:55,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-febca3b9-457d-420-proj used request id req-becc5917-7ab3-4ddf-b4b5-d64f0a6244c7 2018-10-04 15:13:55,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}252b02aa87fafaf084de1052f27b1f381ea416bf" 2018-10-04 15:13:55,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a558abb3-2745-4a4e-aa40-aed8194ae61f Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:13:55,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-a558abb3-2745-4a4e-aa40-aed8194ae61f 2018-10-04 15:13:55,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}252b02aa87fafaf084de1052f27b1f381ea416bf" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj"}}' 2018-10-04 15:13:55,512 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:13:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85e826a4-9f10-4045-825c-a38776b3170d Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a"}, "enabled": true, "id": "fe46fabd440d4229bebd2c1c2819a98a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj"}} 2018-10-04 15:13:55,512 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-85e826a4-9f10-4045-825c-a38776b3170d 2018-10-04 15:13:55,513 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-febca3b9-457d-420-proj 2018-10-04 15:13:55,513 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:13:55,514 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:13:55,900 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:13:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["_LwvhzFdTzmYwyIf4Igdsw"], "issued_at": "2018-10-04T15:13:55.000000Z"}} 2018-10-04 15:13:55,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3686fed5b5d1ce808803b4756bd2f2bfa6e720f8" 2018-10-04 15:13:55,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3636b575-fe2d-47a7-a707-db15b5d762ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:13:55,978 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3636b575-fe2d-47a7-a707-db15b5d762ea 2018-10-04 15:13:55,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:13:55,987 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:13:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:13:55,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3686fed5b5d1ce808803b4756bd2f2bfa6e720f8" 2018-10-04 15:13:56,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ab84842-4c80-4946-9c39-c3cd0208adae Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:13:56,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-7ab84842-4c80-4946-9c39-c3cd0208adae 2018-10-04 15:13:56,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=InstanceSecurityGroupTests-febca3b9-457d-420-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3686fed5b5d1ce808803b4756bd2f2bfa6e720f8" 2018-10-04 15:13:56,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4649c9b-3517-461c-89f8-5ed1fa9684e2 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=InstanceSecurityGroupTests-febca3b9-457d-420-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a"}, "enabled": true, "id": "fe46fabd440d4229bebd2c1c2819a98a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj"}]} 2018-10-04 15:13:56,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=InstanceSecurityGroupTests-febca3b9-457d-420-proj used request id req-b4649c9b-3517-461c-89f8-5ed1fa9684e2 2018-10-04 15:13:56,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3686fed5b5d1ce808803b4756bd2f2bfa6e720f8" 2018-10-04 15:13:56,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3618fb2-d42e-448f-9bc3-133078fdc750 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:13:56,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-a3618fb2-d42e-448f-9bc3-133078fdc750 2018-10-04 15:13:56,800 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-febca3b9-457d-420-user 2018-10-04 15:13:56,800 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:13:56,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}252b02aa87fafaf084de1052f27b1f381ea416bf" 2018-10-04 15:13:56,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-440aa8f2-46d8-4781-b769-7f1fa44e2de7 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:13:56,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-440aa8f2-46d8-4781-b769-7f1fa44e2de7 2018-10-04 15:13:56,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}252b02aa87fafaf084de1052f27b1f381ea416bf" -d '{"role": {"name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj-role"}}' 2018-10-04 15:13:56,991 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:13:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfa8078a-fa74-4607-b98e-b24f90ee5d20 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6fde14df91594129838bb91fdc18b568", "links": {"self": "http://172.30.9.23:5000/v3/roles/6fde14df91594129838bb91fdc18b568"}, "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj-role"}} 2018-10-04 15:13:56,992 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-cfa8078a-fa74-4607-b98e-b24f90ee5d20 2018-10-04 15:13:56,992 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-febca3b9-457d-420-proj-role 2018-10-04 15:13:56,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/6fde14df91594129838bb91fdc18b568 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}252b02aa87fafaf084de1052f27b1f381ea416bf" 2018-10-04 15:13:57,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a87da68-6fe2-4e09-8d44-e99a64086554 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/6fde14df91594129838bb91fdc18b568"}, "domain_id": null, "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj-role", "id": "6fde14df91594129838bb91fdc18b568"}} 2018-10-04 15:13:57,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/6fde14df91594129838bb91fdc18b568 used request id req-7a87da68-6fe2-4e09-8d44-e99a64086554 2018-10-04 15:13:57,012 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-febca3b9-457d-420-proj-role to project InstanceSecurityGroupTests-febca3b9-457d-420-proj 2018-10-04 15:13:57,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a/users/005381e16d534dac99d240155dea106a/roles/6fde14df91594129838bb91fdc18b568 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}252b02aa87fafaf084de1052f27b1f381ea416bf" 2018-10-04 15:13:57,125 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:13:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c23e5f44-45c2-4374-8931-26cedcb9ecac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:13:57,125 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a/users/005381e16d534dac99d240155dea106a/roles/6fde14df91594129838bb91fdc18b568 used request id req-c23e5f44-45c2-4374-8931-26cedcb9ecac 2018-10-04 15:13:57,126 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:13:57,127 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:13:57,127 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:13:57,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:13:57,507 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6fde14df91594129838bb91fdc18b568", "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj-role"}], "expires_at": "2018-10-04T16:13:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe46fabd440d4229bebd2c1c2819a98a", "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/fe46fabd440d4229bebd2c1c2819a98a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/fe46fabd440d4229bebd2c1c2819a98a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/fe46fabd440d4229bebd2c1c2819a98a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fe46fabd440d4229bebd2c1c2819a98a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/fe46fabd440d4229bebd2c1c2819a98a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/fe46fabd440d4229bebd2c1c2819a98a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-febca3b9-457d-420-user", "id": "005381e16d534dac99d240155dea106a"}, "audit_ids": ["tTM3fU0sRA-SsEhGt36BNQ"], "issued_at": "2018-10-04T15:13:57.000000Z"}} 2018-10-04 15:13:57,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b29d60ee759fbbbd72b75a2fbb9336bcd9407128" 2018-10-04 15:13:57,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:13:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c0b4560-2c76-4499-830b-641f7256b72f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:13:57,583 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4c0b4560-2c76-4499-830b-641f7256b72f 2018-10-04 15:13:57,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b29d60ee759fbbbd72b75a2fbb9336bcd9407128" 2018-10-04 15:13:57,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-ffe41d4d-1b07-463b-ab24-54f637bac3c9 Date: Thu, 04 Oct 2018 15:13:57 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-image"} 2018-10-04 15:13:57,765 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-image used request id req-ffe41d4d-1b07-463b-ab24-54f637bac3c9 2018-10-04 15:13:57,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b29d60ee759fbbbd72b75a2fbb9336bcd9407128" 2018-10-04 15:13:57,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-46498df3-98e1-4654-99fe-d15d47851e41 Date: Thu, 04 Oct 2018 15:13:57 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:13:57,907 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-46498df3-98e1-4654-99fe-d15d47851e41 2018-10-04 15:13:57,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b29d60ee759fbbbd72b75a2fbb9336bcd9407128" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-image"}' 2018-10-04 15:13:58,113 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/fb6b04de-b18f-4165-92d1-afd98f758141 X-Openstack-Request-Id: req-23082ee4-997b-4b4a-a303-711349a759ca Date: Thu, 04 Oct 2018 15:13:58 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:13:58Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:13:58Z", "visibility": "shared", "locations": [], "self": "/v2/images/fb6b04de-b18f-4165-92d1-afd98f758141", "min_disk": 0, "protected": false, "id": "fb6b04de-b18f-4165-92d1-afd98f758141", "file": "/v2/images/fb6b04de-b18f-4165-92d1-afd98f758141/file", "checksum": null, "owner": "fe46fabd440d4229bebd2c1c2819a98a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:13:58,114 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-23082ee4-997b-4b4a-a303-711349a759ca 2018-10-04 15:13:58,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/fb6b04de-b18f-4165-92d1-afd98f758141/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b29d60ee759fbbbd72b75a2fbb9336bcd9407128" -d '' 2018-10-04 15:13:59,223 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4376b66d-6392-422d-b087-b482ae8956dd Date: Thu, 04 Oct 2018 15:13:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:13:59,224 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/fb6b04de-b18f-4165-92d1-afd98f758141/file used request id req-4376b66d-6392-422d-b087-b482ae8956dd 2018-10-04 15:13:59,224 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:13:59,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/fb6b04de-b18f-4165-92d1-afd98f758141 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b29d60ee759fbbbd72b75a2fbb9336bcd9407128" 2018-10-04 15:13:59,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-000240f2-e7e2-457a-86ae-e1d1b4fdad04 Date: Thu, 04 Oct 2018 15:13:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:13:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:13:59Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/fb6b04de-b18f-4165-92d1-afd98f758141/snap", "metadata": {}}], "self": "/v2/images/fb6b04de-b18f-4165-92d1-afd98f758141", "min_disk": 0, "protected": false, "id": "fb6b04de-b18f-4165-92d1-afd98f758141", "file": "/v2/images/fb6b04de-b18f-4165-92d1-afd98f758141/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fe46fabd440d4229bebd2c1c2819a98a", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/fb6b04de-b18f-4165-92d1-afd98f758141/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:13:59,383 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/fb6b04de-b18f-4165-92d1-afd98f758141 used request id req-000240f2-e7e2-457a-86ae-e1d1b4fdad04 2018-10-04 15:13:59,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b29d60ee759fbbbd72b75a2fbb9336bcd9407128" 2018-10-04 15:13:59,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2acc9409-fe8d-4c84-9010-4cd90ab049ef Date: Thu, 04 Oct 2018 15:13:59 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:13:59,625 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-2acc9409-fe8d-4c84-9010-4cd90ab049ef 2018-10-04 15:13:59,627 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-image 2018-10-04 15:13:59,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/fb6b04de-b18f-4165-92d1-afd98f758141 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b29d60ee759fbbbd72b75a2fbb9336bcd9407128" 2018-10-04 15:13:59,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-8e779b7c-8080-4d51-bf19-6d596d28ea6f Date: Thu, 04 Oct 2018 15:13:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:13:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:13:59Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/fb6b04de-b18f-4165-92d1-afd98f758141/snap", "metadata": {}}], "self": "/v2/images/fb6b04de-b18f-4165-92d1-afd98f758141", "min_disk": 0, "protected": false, "id": "fb6b04de-b18f-4165-92d1-afd98f758141", "file": "/v2/images/fb6b04de-b18f-4165-92d1-afd98f758141/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fe46fabd440d4229bebd2c1c2819a98a", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/fb6b04de-b18f-4165-92d1-afd98f758141/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:13:59,786 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/fb6b04de-b18f-4165-92d1-afd98f758141 used request id req-8e779b7c-8080-4d51-bf19-6d596d28ea6f 2018-10-04 15:13:59,787 - create_image - DEBUG - Instance status is - active 2018-10-04 15:13:59,787 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-image 2018-10-04 15:13:59,787 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-image 2018-10-04 15:13:59,787 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:13:59,788 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:14:00,239 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6fde14df91594129838bb91fdc18b568", "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj-role"}], "expires_at": "2018-10-04T16:14:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe46fabd440d4229bebd2c1c2819a98a", "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/fe46fabd440d4229bebd2c1c2819a98a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/fe46fabd440d4229bebd2c1c2819a98a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/fe46fabd440d4229bebd2c1c2819a98a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fe46fabd440d4229bebd2c1c2819a98a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/fe46fabd440d4229bebd2c1c2819a98a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/fe46fabd440d4229bebd2c1c2819a98a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-febca3b9-457d-420-user", "id": "005381e16d534dac99d240155dea106a"}, "audit_ids": ["xgg3ogt5Rjq_ZqSdzzW4qA"], "issued_at": "2018-10-04T15:14:00.000000Z"}} 2018-10-04 15:14:00,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d3eec6a3472e0b9fa05b535c04da47a95f2c01b" 2018-10-04 15:14:00,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbfe2514-e202-4fbc-ad4a-2072e9d7478c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:14:00,417 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bbfe2514-e202-4fbc-ad4a-2072e9d7478c 2018-10-04 15:14:00,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d3eec6a3472e0b9fa05b535c04da47a95f2c01b" 2018-10-04 15:14:00,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e2151b5b-31d0-44cb-8334-a1a09eaa1ebf Date: Thu, 04 Oct 2018 15:14:00 GMT RESP BODY: {"networks":[]} 2018-10-04 15:14:00,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net used request id req-e2151b5b-31d0-44cb-8334-a1a09eaa1ebf 2018-10-04 15:14:00,604 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net 2018-10-04 15:14:00,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d3eec6a3472e0b9fa05b535c04da47a95f2c01b" -d '{"network": {"name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net", "admin_state_up": true}}' 2018-10-04 15:14:01,157 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-18020bb2-d334-4710-8c46-2e1cb03f6bee Date: Thu, 04 Oct 2018 15:14:01 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d66ecb7d-c222-4868-ac57-32470426a6cd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"fe46fabd440d4229bebd2c1c2819a98a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:14:01Z","is_default":false,"name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:00Z","mtu":1450}} 2018-10-04 15:14:01,158 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-18020bb2-d334-4710-8c46-2e1cb03f6bee 2018-10-04 15:14:01,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=d66ecb7d-c222-4868-ac57-32470426a6cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d3eec6a3472e0b9fa05b535c04da47a95f2c01b" 2018-10-04 15:14:01,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-6696856f-54af-400f-bde0-71002fda9da3 Date: Thu, 04 Oct 2018 15:14:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T15:14:01Z","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fe46fabd440d4229bebd2c1c2819a98a","id":"d66ecb7d-c222-4868-ac57-32470426a6cd","name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net"}]} 2018-10-04 15:14:01,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=d66ecb7d-c222-4868-ac57-32470426a6cd used request id req-6696856f-54af-400f-bde0-71002fda9da3 2018-10-04 15:14:01,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d3eec6a3472e0b9fa05b535c04da47a95f2c01b" 2018-10-04 15:14:01,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-51a8e058-19b8-47d2-bbe1-c6376c1b8479 Date: Thu, 04 Oct 2018 15:14:01 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:14:01,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd used request id req-51a8e058-19b8-47d2-bbe1-c6376c1b8479 2018-10-04 15:14:01,579 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-subnet 2018-10-04 15:14:01,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d3eec6a3472e0b9fa05b535c04da47a95f2c01b" -d '{"subnets": [{"ip_version": 4, "network_id": "d66ecb7d-c222-4868-ac57-32470426a6cd", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-subnet"}]}' 2018-10-04 15:14:02,242 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-dd5425f4-46d2-4efb-9243-c23d8e15a745 Date: Thu, 04 Oct 2018 15:14:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:01Z","dns_nameservers":[],"updated_at":"2018-10-04T15:14:01Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"fe46fabd440d4229bebd2c1c2819a98a","id":"305c28b3-ad30-4f50-bf7d-036768451e54","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-subnet"}]} 2018-10-04 15:14:02,243 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-dd5425f4-46d2-4efb-9243-c23d8e15a745 2018-10-04 15:14:02,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=d66ecb7d-c222-4868-ac57-32470426a6cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d3eec6a3472e0b9fa05b535c04da47a95f2c01b" 2018-10-04 15:14:02,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d5e05451-e111-4f58-a04b-c0d8802b7b0b Date: Thu, 04 Oct 2018 15:14:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["305c28b3-ad30-4f50-bf7d-036768451e54"],"updated_at":"2018-10-04T15:14:01Z","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe46fabd440d4229bebd2c1c2819a98a","id":"d66ecb7d-c222-4868-ac57-32470426a6cd","name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net"}]} 2018-10-04 15:14:02,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=d66ecb7d-c222-4868-ac57-32470426a6cd used request id req-d5e05451-e111-4f58-a04b-c0d8802b7b0b 2018-10-04 15:14:02,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d3eec6a3472e0b9fa05b535c04da47a95f2c01b" 2018-10-04 15:14:02,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5d55dd24-3c84-4727-88ae-4533012c95ab Date: Thu, 04 Oct 2018 15:14:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:01Z","dns_nameservers":[],"updated_at":"2018-10-04T15:14:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fe46fabd440d4229bebd2c1c2819a98a","id":"305c28b3-ad30-4f50-bf7d-036768451e54","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-subnet"}]} 2018-10-04 15:14:02,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd used request id req-5d55dd24-3c84-4727-88ae-4533012c95ab 2018-10-04 15:14:02,707 - OpenStackNetwork - DEBUG - Network [d66ecb7d-c222-4868-ac57-32470426a6cd] created successfully 2018-10-04 15:14:02,707 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:14:02,708 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:14:03,100 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:14:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["BxxczntjS5ODY6Z6R6nK9w"], "issued_at": "2018-10-04T15:14:03.000000Z"}} 2018-10-04 15:14:03,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc9ec4c483fdfcc702194ad84b85d4c6d2084f07" 2018-10-04 15:14:03,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6f4f956-1d8e-43ce-b6a3-1c2b74280719 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:14:03,188 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c6f4f956-1d8e-43ce-b6a3-1c2b74280719 2018-10-04 15:14:03,189 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:14:03,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc9ec4c483fdfcc702194ad84b85d4c6d2084f07" 2018-10-04 15:14:03,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f172e183-0f7b-4afe-93e3-af27c923cf34 x-compute-request-id: req-f172e183-0f7b-4afe-93e3-af27c923cf34 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:14:03,369 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f172e183-0f7b-4afe-93e3-af27c923cf34 2018-10-04 15:14:03,372 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc9ec4c483fdfcc702194ad84b85d4c6d2084f07" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:14:03,425 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00018152-82c9-4144-8f8e-d78a4f58dd9f x-compute-request-id: req-00018152-82c9-4144-8f8e-d78a4f58dd9f Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/48238ae8-b63a-400b-9ca1-b68ada5da325", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/48238ae8-b63a-400b-9ca1-b68ada5da325", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "48238ae8-b63a-400b-9ca1-b68ada5da325", "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:14:03,425 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-00018152-82c9-4144-8f8e-d78a4f58dd9f 2018-10-04 15:14:03,426 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:14:03,427 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:14:03,806 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6fde14df91594129838bb91fdc18b568", "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj-role"}], "expires_at": "2018-10-04T16:14:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe46fabd440d4229bebd2c1c2819a98a", "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/fe46fabd440d4229bebd2c1c2819a98a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/fe46fabd440d4229bebd2c1c2819a98a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/fe46fabd440d4229bebd2c1c2819a98a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fe46fabd440d4229bebd2c1c2819a98a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/fe46fabd440d4229bebd2c1c2819a98a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/fe46fabd440d4229bebd2c1c2819a98a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-febca3b9-457d-420-user", "id": "005381e16d534dac99d240155dea106a"}, "audit_ids": ["sS_RC8_tQG2LEsVPwOvBMA"], "issued_at": "2018-10-04T15:14:03.000000Z"}} 2018-10-04 15:14:03,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:04,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-088a611e-db57-4886-b15b-9a0a6228b98a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:14:04,006 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-088a611e-db57-4886-b15b-9a0a6228b98a 2018-10-04 15:14:04,006 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:14:04,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:04,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-225a9b52-8807-4f89-8932-c755391119f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:14:04,075 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-225a9b52-8807-4f89-8932-c755391119f3 2018-10-04 15:14:04,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:04,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-198e7845-2767-4e22-92c6-51db65a99956 Date: Thu, 04 Oct 2018 15:14:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["305c28b3-ad30-4f50-bf7d-036768451e54"],"updated_at":"2018-10-04T15:14:01Z","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe46fabd440d4229bebd2c1c2819a98a","id":"d66ecb7d-c222-4868-ac57-32470426a6cd","name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net"}]} 2018-10-04 15:14:04,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net used request id req-198e7845-2767-4e22-92c6-51db65a99956 2018-10-04 15:14:04,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:14:04,347 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:14:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:14:04,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:04,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a4ba5b2-ae82-4f8b-bf47-aa153a5fdcdc Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a"}, "enabled": true, "id": "fe46fabd440d4229bebd2c1c2819a98a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj"}} 2018-10-04 15:14:04,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a used request id req-9a4ba5b2-ae82-4f8b-bf47-aa153a5fdcdc 2018-10-04 15:14:04,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:04,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4775e11f-ab81-45b9-9cdc-d305335da3ea Date: Thu, 04 Oct 2018 15:14:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:01Z","dns_nameservers":[],"updated_at":"2018-10-04T15:14:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fe46fabd440d4229bebd2c1c2819a98a","id":"305c28b3-ad30-4f50-bf7d-036768451e54","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-subnet"}]} 2018-10-04 15:14:04,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd used request id req-4775e11f-ab81-45b9-9cdc-d305335da3ea 2018-10-04 15:14:04,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd&name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:04,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-361173da-4079-448a-9fdb-64b2ed0ebd53 Date: Thu, 04 Oct 2018 15:14:04 GMT RESP BODY: {"ports":[]} 2018-10-04 15:14:04,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd&name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-port&admin_state_up=True used request id req-361173da-4079-448a-9fdb-64b2ed0ebd53 2018-10-04 15:14:04,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:05,046 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14: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-baacb15e-1067-49c3-97fa-236157c8fca0 x-compute-request-id: req-baacb15e-1067-49c3-97fa-236157c8fca0 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:14:05,046 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst used request id req-baacb15e-1067-49c3-97fa-236157c8fca0 2018-10-04 15:14:05,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:05,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-0e77a8be-fe34-41b4-b811-fc382dfa7f0d Date: Thu, 04 Oct 2018 15:14:05 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":["305c28b3-ad30-4f50-bf7d-036768451e54"],"updated_at":"2018-10-04T15:14:01Z","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe46fabd440d4229bebd2c1c2819a98a","id":"d66ecb7d-c222-4868-ac57-32470426a6cd","name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net"}]} 2018-10-04 15:14:05,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net used request id req-0e77a8be-fe34-41b4-b811-fc382dfa7f0d 2018-10-04 15:14:05,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:05,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18acda71-f680-45fc-8a86-9cda35a73125 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a"}, "enabled": true, "id": "fe46fabd440d4229bebd2c1c2819a98a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj"}} 2018-10-04 15:14:05,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a used request id req-18acda71-f680-45fc-8a86-9cda35a73125 2018-10-04 15:14:05,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:05,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-940a386a-8c65-4648-8241-0df6dc88799a Date: Thu, 04 Oct 2018 15:14:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:01Z","dns_nameservers":[],"updated_at":"2018-10-04T15:14:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fe46fabd440d4229bebd2c1c2819a98a","id":"305c28b3-ad30-4f50-bf7d-036768451e54","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-subnet"}]} 2018-10-04 15:14:05,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd used request id req-940a386a-8c65-4648-8241-0df6dc88799a 2018-10-04 15:14:05,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd&name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:05,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4ee3a7a7-fa4f-46ab-a24b-6801f343fc32 Date: Thu, 04 Oct 2018 15:14:05 GMT RESP BODY: {"ports":[]} 2018-10-04 15:14:05,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd&name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-port&admin_state_up=True used request id req-4ee3a7a7-fa4f-46ab-a24b-6801f343fc32 2018-10-04 15:14:05,844 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:14:05,845 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:14:06,225 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6fde14df91594129838bb91fdc18b568", "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj-role"}], "expires_at": "2018-10-04T16:14:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe46fabd440d4229bebd2c1c2819a98a", "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/fe46fabd440d4229bebd2c1c2819a98a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/fe46fabd440d4229bebd2c1c2819a98a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/fe46fabd440d4229bebd2c1c2819a98a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fe46fabd440d4229bebd2c1c2819a98a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/fe46fabd440d4229bebd2c1c2819a98a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/fe46fabd440d4229bebd2c1c2819a98a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-febca3b9-457d-420-user", "id": "005381e16d534dac99d240155dea106a"}, "audit_ids": ["bL-qg7gORsifVeeLPJ6pVQ"], "issued_at": "2018-10-04T15:14:06.000000Z"}} 2018-10-04 15:14:06,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c47943bfc3fd359f63162f641ebf254f9b3972e" 2018-10-04 15:14:06,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-606c8e9f-d9c3-4218-8846-61e844d90de0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:14:06,318 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-606c8e9f-d9c3-4218-8846-61e844d90de0 2018-10-04 15:14:06,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:06,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-bfda0304-d045-4373-98d1-82b876dfa822 Date: Thu, 04 Oct 2018 15:14:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["305c28b3-ad30-4f50-bf7d-036768451e54"],"updated_at":"2018-10-04T15:14:01Z","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe46fabd440d4229bebd2c1c2819a98a","id":"d66ecb7d-c222-4868-ac57-32470426a6cd","name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net"}]} 2018-10-04 15:14:06,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net used request id req-bfda0304-d045-4373-98d1-82b876dfa822 2018-10-04 15:14:06,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:06,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7834b629-54eb-4f02-95b6-62424d87b755 Date: Thu, 04 Oct 2018 15:14:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:01Z","dns_nameservers":[],"updated_at":"2018-10-04T15:14:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fe46fabd440d4229bebd2c1c2819a98a","id":"305c28b3-ad30-4f50-bf7d-036768451e54","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-subnet"}]} 2018-10-04 15:14:06,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd used request id req-7834b629-54eb-4f02-95b6-62424d87b755 2018-10-04 15:14:06,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:06,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ecb84a4a-c9b9-4463-913c-f63a15133b43 Date: Thu, 04 Oct 2018 15:14:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["305c28b3-ad30-4f50-bf7d-036768451e54"],"updated_at":"2018-10-04T15:14:01Z","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe46fabd440d4229bebd2c1c2819a98a","id":"d66ecb7d-c222-4868-ac57-32470426a6cd","name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net"}]} 2018-10-04 15:14:06,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net used request id req-ecb84a4a-c9b9-4463-913c-f63a15133b43 2018-10-04 15:14:06,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:14:06,894 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:14:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:14:06,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c47943bfc3fd359f63162f641ebf254f9b3972e" 2018-10-04 15:14:06,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4f04339-1716-4329-b87d-ac51630f4e4b Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a"}, "enabled": true, "id": "fe46fabd440d4229bebd2c1c2819a98a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj"}} 2018-10-04 15:14:06,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a used request id req-d4f04339-1716-4329-b87d-ac51630f4e4b 2018-10-04 15:14:06,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:07,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-81294ecd-e039-48b1-b8c0-bcd2f27250d0 Date: Thu, 04 Oct 2018 15:14:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:01Z","dns_nameservers":[],"updated_at":"2018-10-04T15:14:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fe46fabd440d4229bebd2c1c2819a98a","id":"305c28b3-ad30-4f50-bf7d-036768451e54","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-subnet"}]} 2018-10-04 15:14:07,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd used request id req-81294ecd-e039-48b1-b8c0-bcd2f27250d0 2018-10-04 15:14:07,178 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net 2018-10-04 15:14:07,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" -d '{"port": {"network_id": "d66ecb7d-c222-4868-ac57-32470426a6cd", "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-port", "admin_state_up": true}}' 2018-10-04 15:14:08,277 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-65c99502-81ec-4d68-8a77-069710970efe Date: Thu, 04 Oct 2018 15:14:08 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:07Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"305c28b3-ad30-4f50-bf7d-036768451e54","ip_address":"10.55.0.9"}],"id":"05b84b94-02ec-4d18-967e-4fab9a1ec280","security_groups":["93b67d6a-5ec9-4905-b285-e8d185916c80"],"mac_address":"fa:16:3e:f2:55:55","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-port","project_id":"fe46fabd440d4229bebd2c1c2819a98a","qos_policy_id":null,"admin_state_up":true,"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:07Z","binding:vnic_type":"normal"}} 2018-10-04 15:14:08,277 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-65c99502-81ec-4d68-8a77-069710970efe 2018-10-04 15:14:08,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:08,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-52090913-c217-40c2-84a9-e39b36781725 Date: Thu, 04 Oct 2018 15:14:08 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":["305c28b3-ad30-4f50-bf7d-036768451e54"],"updated_at":"2018-10-04T15:14:01Z","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe46fabd440d4229bebd2c1c2819a98a","id":"d66ecb7d-c222-4868-ac57-32470426a6cd","name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net"}]} 2018-10-04 15:14:08,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net used request id req-52090913-c217-40c2-84a9-e39b36781725 2018-10-04 15:14:08,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:08,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbcc82ab-2704-4d29-908b-4dbf37d504cf Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a"}, "enabled": true, "id": "fe46fabd440d4229bebd2c1c2819a98a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj"}} 2018-10-04 15:14:08,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a used request id req-cbcc82ab-2704-4d29-908b-4dbf37d504cf 2018-10-04 15:14:08,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:08,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-00f60b2b-dae6-4c79-aa76-bd05da3fba3c Date: Thu, 04 Oct 2018 15:14:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:01Z","dns_nameservers":[],"updated_at":"2018-10-04T15:14:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fe46fabd440d4229bebd2c1c2819a98a","id":"305c28b3-ad30-4f50-bf7d-036768451e54","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-subnet"}]} 2018-10-04 15:14:08,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd used request id req-00f60b2b-dae6-4c79-aa76-bd05da3fba3c 2018-10-04 15:14:08,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd&name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:09,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-2664de20-9e3a-4eca-829c-3815bbbcc66c Date: Thu, 04 Oct 2018 15:14:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:07Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"305c28b3-ad30-4f50-bf7d-036768451e54","ip_address":"10.55.0.9"}],"id":"05b84b94-02ec-4d18-967e-4fab9a1ec280","security_groups":["93b67d6a-5ec9-4905-b285-e8d185916c80"],"mac_address":"fa:16:3e:f2:55:55","project_id":"fe46fabd440d4229bebd2c1c2819a98a","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-port","admin_state_up":true,"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:07Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:14:09,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd&name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-port&admin_state_up=True used request id req-2664de20-9e3a-4eca-829c-3815bbbcc66c 2018-10-04 15:14:09,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:09,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94f3628a-831e-4c29-a43c-00b91eee9d2f Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a"}, "enabled": true, "id": "fe46fabd440d4229bebd2c1c2819a98a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj"}} 2018-10-04 15:14:09,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a used request id req-94f3628a-831e-4c29-a43c-00b91eee9d2f 2018-10-04 15:14:09,052 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst 2018-10-04 15:14:09,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:09,081 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14: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-00ad2c10-8279-4eb7-bc6c-fa7368f706fc x-compute-request-id: req-00ad2c10-8279-4eb7-bc6c-fa7368f706fc Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "48238ae8-b63a-400b-9ca1-b68ada5da325", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/48238ae8-b63a-400b-9ca1-b68ada5da325", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/48238ae8-b63a-400b-9ca1-b68ada5da325", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-flavor-name"}]} 2018-10-04 15:14:09,081 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-00ad2c10-8279-4eb7-bc6c-fa7368f706fc 2018-10-04 15:14:09,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/48238ae8-b63a-400b-9ca1-b68ada5da325 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:09,108 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14: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-12272bac-f73a-4fd7-b2e1-a940687754f7 x-compute-request-id: req-12272bac-f73a-4fd7-b2e1-a940687754f7 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/48238ae8-b63a-400b-9ca1-b68ada5da325", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/48238ae8-b63a-400b-9ca1-b68ada5da325", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "48238ae8-b63a-400b-9ca1-b68ada5da325", "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:14:09,108 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/48238ae8-b63a-400b-9ca1-b68ada5da325 used request id req-12272bac-f73a-4fd7-b2e1-a940687754f7 2018-10-04 15:14:09,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:09,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-13e89905-bad8-4672-a320-d9931066c9f0 Date: Thu, 04 Oct 2018 15:14:09 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:13:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:13:59Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/fb6b04de-b18f-4165-92d1-afd98f758141/snap", "metadata": {}}], "self": "/v2/images/fb6b04de-b18f-4165-92d1-afd98f758141", "min_disk": 0, "protected": false, "id": "fb6b04de-b18f-4165-92d1-afd98f758141", "file": "/v2/images/fb6b04de-b18f-4165-92d1-afd98f758141/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fe46fabd440d4229bebd2c1c2819a98a", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/fb6b04de-b18f-4165-92d1-afd98f758141/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-image"} 2018-10-04 15:14:09,274 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-image used request id req-13e89905-bad8-4672-a320-d9931066c9f0 2018-10-04 15:14:09,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:09,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4962b2a3-2636-4968-8f1f-19400e322674 Date: Thu, 04 Oct 2018 15:14:09 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:14:09,434 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-4962b2a3-2636-4968-8f1f-19400e322674 2018-10-04 15:14:09,440 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" -d '{"server": {"name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst", "imageRef": "fb6b04de-b18f-4165-92d1-afd98f758141", "flavorRef": "48238ae8-b63a-400b-9ca1-b68ada5da325", "max_count": 1, "min_count": 1, "networks": [{"port": "05b84b94-02ec-4d18-967e-4fab9a1ec280"}]}}' 2018-10-04 15:14:11,299 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:14: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-f66edd36-7f38-4b66-b7b1-a4d4fef39192 x-compute-request-id: req-f66edd36-7f38-4b66-b7b1-a4d4fef39192 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "be06cb22-5395-4f59-b29b-604f824589b4", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "bookmark"}], "adminPass": "vNLc2Qobte8c"}} 2018-10-04 15:14:11,299 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-f66edd36-7f38-4b66-b7b1-a4d4fef39192 2018-10-04 15:14:11,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:11,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14: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-753bf5aa-cf61-43b0-ba67-4cae2de6dd6d x-compute-request-id: req-753bf5aa-cf61-43b0-ba67-4cae2de6dd6d Content-Encoding: gzip Content-Length: 613 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "bookmark"}], "image": {"id": "fb6b04de-b18f-4165-92d1-afd98f758141", "links": [{"href": "http://172.30.9.23:8774/images/fb6b04de-b18f-4165-92d1-afd98f758141", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "48238ae8-b63a-400b-9ca1-b68ada5da325", "links": [{"href": "http://172.30.9.23:8774/flavors/48238ae8-b63a-400b-9ca1-b68ada5da325", "rel": "bookmark"}]}, "id": "be06cb22-5395-4f59-b29b-604f824589b4", "user_id": "005381e16d534dac99d240155dea106a", "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-10-04T15:14:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst", "created": "2018-10-04T15:14:11Z", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:14:11,660 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 used request id req-753bf5aa-cf61-43b0-ba67-4cae2de6dd6d 2018-10-04 15:14:11,661 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst 2018-10-04 15:14:11,663 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:12,038 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14: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-b41ebc49-046a-4390-9c81-921fa1e0efbb x-compute-request-id: req-b41ebc49-046a-4390-9c81-921fa1e0efbb Content-Encoding: gzip Content-Length: 617 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "bookmark"}], "image": {"id": "fb6b04de-b18f-4165-92d1-afd98f758141", "links": [{"href": "http://172.30.9.23:8774/images/fb6b04de-b18f-4165-92d1-afd98f758141", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "48238ae8-b63a-400b-9ca1-b68ada5da325", "links": [{"href": "http://172.30.9.23:8774/flavors/48238ae8-b63a-400b-9ca1-b68ada5da325", "rel": "bookmark"}]}, "id": "be06cb22-5395-4f59-b29b-604f824589b4", "user_id": "005381e16d534dac99d240155dea106a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:14:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst", "created": "2018-10-04T15:14:11Z", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:14:12,038 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 used request id req-b41ebc49-046a-4390-9c81-921fa1e0efbb 2018-10-04 15:14:12,039 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst] is - BUILD 2018-10-04 15:14:12,039 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:14:15,042 - create_instance - DEBUG - VM status query timeout in 896.618712187 2018-10-04 15:14:15,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:15,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3fdf58c-4076-4828-838d-5678ad8d3d5d x-compute-request-id: req-b3fdf58c-4076-4828-838d-5678ad8d3d5d Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "bookmark"}], "image": {"id": "fb6b04de-b18f-4165-92d1-afd98f758141", "links": [{"href": "http://172.30.9.23:8774/images/fb6b04de-b18f-4165-92d1-afd98f758141", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "48238ae8-b63a-400b-9ca1-b68ada5da325", "links": [{"href": "http://172.30.9.23:8774/flavors/48238ae8-b63a-400b-9ca1-b68ada5da325", "rel": "bookmark"}]}, "id": "be06cb22-5395-4f59-b29b-604f824589b4", "security_groups": [{"name": "default"}], "user_id": "005381e16d534dac99d240155dea106a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:14:12Z", "hostId": "8bc76c8613db9b851b3c8f7228534a49eed5d78b8cfcb3703ff00a11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst", "created": "2018-10-04T15:14:11Z", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:14:15,736 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 used request id req-b3fdf58c-4076-4828-838d-5678ad8d3d5d 2018-10-04 15:14:15,737 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst] is - BUILD 2018-10-04 15:14:15,737 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:14:18,740 - create_instance - DEBUG - VM status query timeout in 892.920456171 2018-10-04 15:14:18,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:19,417 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14: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-18ea04d6-2b9d-4a1a-9138-ea7b847162bb x-compute-request-id: req-18ea04d6-2b9d-4a1a-9138-ea7b847162bb Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:55:55", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "bookmark"}], "image": {"id": "fb6b04de-b18f-4165-92d1-afd98f758141", "links": [{"href": "http://172.30.9.23:8774/images/fb6b04de-b18f-4165-92d1-afd98f758141", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:14:15.000000", "flavor": {"id": "48238ae8-b63a-400b-9ca1-b68ada5da325", "links": [{"href": "http://172.30.9.23:8774/flavors/48238ae8-b63a-400b-9ca1-b68ada5da325", "rel": "bookmark"}]}, "id": "be06cb22-5395-4f59-b29b-604f824589b4", "security_groups": [{"name": "default"}], "user_id": "005381e16d534dac99d240155dea106a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:14:17Z", "hostId": "8bc76c8613db9b851b3c8f7228534a49eed5d78b8cfcb3703ff00a11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst", "created": "2018-10-04T15:14:11Z", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:14:19,418 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 used request id req-18ea04d6-2b9d-4a1a-9138-ea7b847162bb 2018-10-04 15:14:19,418 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst] is - ACTIVE 2018-10-04 15:14:19,418 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:14:19,420 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:19,735 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14: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-7666e10f-abbc-4cd9-8a17-076502f6b88f x-compute-request-id: req-7666e10f-abbc-4cd9-8a17-076502f6b88f Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:55:55", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "bookmark"}], "image": {"id": "fb6b04de-b18f-4165-92d1-afd98f758141", "links": [{"href": "http://172.30.9.23:8774/images/fb6b04de-b18f-4165-92d1-afd98f758141", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:14:15.000000", "flavor": {"id": "48238ae8-b63a-400b-9ca1-b68ada5da325", "links": [{"href": "http://172.30.9.23:8774/flavors/48238ae8-b63a-400b-9ca1-b68ada5da325", "rel": "bookmark"}]}, "id": "be06cb22-5395-4f59-b29b-604f824589b4", "security_groups": [{"name": "default"}], "user_id": "005381e16d534dac99d240155dea106a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:14:17Z", "hostId": "8bc76c8613db9b851b3c8f7228534a49eed5d78b8cfcb3703ff00a11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst", "created": "2018-10-04T15:14:11Z", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:14:19,736 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 used request id req-7666e10f-abbc-4cd9-8a17-076502f6b88f 2018-10-04 15:14:19,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:19,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-9ad23c59-facc-4343-bc39-f75e1fb1da07 Date: Thu, 04 Oct 2018 15:14:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["305c28b3-ad30-4f50-bf7d-036768451e54"],"updated_at":"2018-10-04T15:14:01Z","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe46fabd440d4229bebd2c1c2819a98a","id":"d66ecb7d-c222-4868-ac57-32470426a6cd","name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net"}]} 2018-10-04 15:14:19,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net used request id req-9ad23c59-facc-4343-bc39-f75e1fb1da07 2018-10-04 15:14:19,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:19,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f816c9ac-525a-4213-9b0c-9ec7c130fb7b Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a"}, "enabled": true, "id": "fe46fabd440d4229bebd2c1c2819a98a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj"}} 2018-10-04 15:14:19,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a used request id req-f816c9ac-525a-4213-9b0c-9ec7c130fb7b 2018-10-04 15:14:19,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:19,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-169453ea-907e-416b-815f-7c0c98c2e7e2 Date: Thu, 04 Oct 2018 15:14:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:01Z","dns_nameservers":[],"updated_at":"2018-10-04T15:14:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fe46fabd440d4229bebd2c1c2819a98a","id":"305c28b3-ad30-4f50-bf7d-036768451e54","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-subnet"}]} 2018-10-04 15:14:19,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd used request id req-169453ea-907e-416b-815f-7c0c98c2e7e2 2018-10-04 15:14:19,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:20,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-fa15608d-9f09-4b6a-b868-d37b43c3313d Date: Thu, 04 Oct 2018 15:14:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"305c28b3-ad30-4f50-bf7d-036768451e54","ip_address":"10.55.0.9"}],"id":"05b84b94-02ec-4d18-967e-4fab9a1ec280","security_groups":["93b67d6a-5ec9-4905-b285-e8d185916c80"],"mac_address":"fa:16:3e:f2:55:55","project_id":"fe46fabd440d4229bebd2c1c2819a98a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-port","admin_state_up":true,"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:07Z","binding:vnic_type":"normal","device_id":"be06cb22-5395-4f59-b29b-604f824589b4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"305c28b3-ad30-4f50-bf7d-036768451e54","ip_address":"10.55.0.2"}],"id":"3c53cbbe-50cc-4ee3-b39d-4b4c2f7e2a81","security_groups":[],"mac_address":"fa:16:3e:de:b8:44","project_id":"fe46fabd440d4229bebd2c1c2819a98a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:02Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d66ecb7d-c222-4868-ac57-32470426a6cd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"305c28b3-ad30-4f50-bf7d-036768451e54","ip_address":"10.55.0.4"}],"id":"6ccdf620-25b5-4c08-a59e-455b47a2d4b4","security_groups":[],"mac_address":"fa:16:3e:3b:09:3f","project_id":"fe46fabd440d4229bebd2c1c2819a98a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:03Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d66ecb7d-c222-4868-ac57-32470426a6cd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"305c28b3-ad30-4f50-bf7d-036768451e54","ip_address":"10.55.0.3"}],"id":"9de611da-8b2a-4e27-a4f7-22012f791918","security_groups":[],"mac_address":"fa:16:3e:59:95:0d","project_id":"fe46fabd440d4229bebd2c1c2819a98a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:03Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d66ecb7d-c222-4868-ac57-32470426a6cd"}]} 2018-10-04 15:14:20,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd used request id req-fa15608d-9f09-4b6a-b868-d37b43c3313d 2018-10-04 15:14:20,070 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:14:20,071 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:14:20,453 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6fde14df91594129838bb91fdc18b568", "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj-role"}], "expires_at": "2018-10-04T16:14:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe46fabd440d4229bebd2c1c2819a98a", "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/fe46fabd440d4229bebd2c1c2819a98a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/fe46fabd440d4229bebd2c1c2819a98a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/fe46fabd440d4229bebd2c1c2819a98a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fe46fabd440d4229bebd2c1c2819a98a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/fe46fabd440d4229bebd2c1c2819a98a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/fe46fabd440d4229bebd2c1c2819a98a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-febca3b9-457d-420-user", "id": "005381e16d534dac99d240155dea106a"}, "audit_ids": ["_ZSUB7wQTPCqs9bqw2isQA"], "issued_at": "2018-10-04T15:14:20.000000Z"}} 2018-10-04 15:14:20,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}813e7b3f91be967eaaf6139b7f322c8dd494573c" 2018-10-04 15:14:20,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab182c17-5a12-4a8d-b821-a3226cdd82ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:14:20,526 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ab182c17-5a12-4a8d-b821-a3226cdd82ec 2018-10-04 15:14:20,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}813e7b3f91be967eaaf6139b7f322c8dd494573c" 2018-10-04 15:14:20,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-f22e9ac2-8ce5-4815-835c-1cd00c90e0a3 Date: Thu, 04 Oct 2018 15:14:20 GMT RESP BODY: {"security_groups": []} 2018-10-04 15:14:20,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-name&description=hello+group used request id req-f22e9ac2-8ce5-4815-835c-1cd00c90e0a3 2018-10-04 15:14:20,710 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-name... 2018-10-04 15:14:20,710 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-name 2018-10-04 15:14:20,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}813e7b3f91be967eaaf6139b7f322c8dd494573c" -d '{"security_group": {"name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-name", "description": "hello group"}}' 2018-10-04 15:14:21,274 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-16622d55-ca3f-401a-801a-8833d6bc22de Date: Thu, 04 Oct 2018 15:14:21 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "created_at": "2018-10-04T15:14:20Z", "updated_at": "2018-10-04T15:14:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:14:20Z", "revision_number": 0, "id": "0a9f6862-e854-4522-a88b-fd3f0557adb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:14:20Z", "security_group_id": "63947af3-9afc-4987-8dc4-2ed91461204b", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe46fabd440d4229bebd2c1c2819a98a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:14:20Z", "revision_number": 0, "id": "e778f141-8fd5-4142-bbe8-1b709eab49c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:14:20Z", "security_group_id": "63947af3-9afc-4987-8dc4-2ed91461204b", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe46fabd440d4229bebd2c1c2819a98a"}], "revision_number": 2, "project_id": "fe46fabd440d4229bebd2c1c2819a98a", "id": "63947af3-9afc-4987-8dc4-2ed91461204b", "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-name"}} 2018-10-04 15:14:21,275 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-16622d55-ca3f-401a-801a-8833d6bc22de 2018-10-04 15:14:21,275 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 63947af3-9afc-4987-8dc4-2ed91461204b 2018-10-04 15:14:21,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=63947af3-9afc-4987-8dc4-2ed91461204b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}813e7b3f91be967eaaf6139b7f322c8dd494573c" 2018-10-04 15:14:21,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-df0cc0a3-e629-47dc-91e1-c5c4d2738c89 Date: Thu, 04 Oct 2018 15:14:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:20Z", "security_group_id": "63947af3-9afc-4987-8dc4-2ed91461204b", "port_range_min": null, "revision_number": 0, "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "created_at": "2018-10-04T15:14:20Z", "project_id": "fe46fabd440d4229bebd2c1c2819a98a", "id": "0a9f6862-e854-4522-a88b-fd3f0557adb0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:20Z", "security_group_id": "63947af3-9afc-4987-8dc4-2ed91461204b", "port_range_min": null, "revision_number": 0, "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "created_at": "2018-10-04T15:14:20Z", "project_id": "fe46fabd440d4229bebd2c1c2819a98a", "id": "e778f141-8fd5-4142-bbe8-1b709eab49c1"}]} 2018-10-04 15:14:21,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=63947af3-9afc-4987-8dc4-2ed91461204b used request id req-df0cc0a3-e629-47dc-91e1-c5c4d2738c89 2018-10-04 15:14:21,441 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 63947af3-9afc-4987-8dc4-2ed91461204b 2018-10-04 15:14:21,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=63947af3-9afc-4987-8dc4-2ed91461204b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}813e7b3f91be967eaaf6139b7f322c8dd494573c" 2018-10-04 15:14:21,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d6ed5e96-d190-4e8d-8ce3-50d2c8a4b5ca Date: Thu, 04 Oct 2018 15:14:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:20Z", "security_group_id": "63947af3-9afc-4987-8dc4-2ed91461204b", "port_range_min": null, "revision_number": 0, "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "created_at": "2018-10-04T15:14:20Z", "project_id": "fe46fabd440d4229bebd2c1c2819a98a", "id": "0a9f6862-e854-4522-a88b-fd3f0557adb0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:20Z", "security_group_id": "63947af3-9afc-4987-8dc4-2ed91461204b", "port_range_min": null, "revision_number": 0, "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "created_at": "2018-10-04T15:14:20Z", "project_id": "fe46fabd440d4229bebd2c1c2819a98a", "id": "e778f141-8fd5-4142-bbe8-1b709eab49c1"}]} 2018-10-04 15:14:21,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=63947af3-9afc-4987-8dc4-2ed91461204b used request id req-d6ed5e96-d190-4e8d-8ce3-50d2c8a4b5ca 2018-10-04 15:14:21,625 - neutron_utils - INFO - Retrieving security group with ID - 63947af3-9afc-4987-8dc4-2ed91461204b 2018-10-04 15:14:21,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=63947af3-9afc-4987-8dc4-2ed91461204b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}813e7b3f91be967eaaf6139b7f322c8dd494573c" 2018-10-04 15:14:21,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-eeb585db-a938-4ded-b408-9d7423d5232b Date: Thu, 04 Oct 2018 15:14:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "created_at": "2018-10-04T15:14:20Z", "updated_at": "2018-10-04T15:14:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:14:20Z", "revision_number": 0, "id": "0a9f6862-e854-4522-a88b-fd3f0557adb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:14:20Z", "security_group_id": "63947af3-9afc-4987-8dc4-2ed91461204b", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe46fabd440d4229bebd2c1c2819a98a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:14:20Z", "revision_number": 0, "id": "e778f141-8fd5-4142-bbe8-1b709eab49c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:14:20Z", "security_group_id": "63947af3-9afc-4987-8dc4-2ed91461204b", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe46fabd440d4229bebd2c1c2819a98a"}], "revision_number": 2, "project_id": "fe46fabd440d4229bebd2c1c2819a98a", "id": "63947af3-9afc-4987-8dc4-2ed91461204b", "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-name"}]} 2018-10-04 15:14:21,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=63947af3-9afc-4987-8dc4-2ed91461204b used request id req-eeb585db-a938-4ded-b408-9d7423d5232b 2018-10-04 15:14:21,827 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 63947af3-9afc-4987-8dc4-2ed91461204b 2018-10-04 15:14:21,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=63947af3-9afc-4987-8dc4-2ed91461204b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}813e7b3f91be967eaaf6139b7f322c8dd494573c" 2018-10-04 15:14:21,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ed10d2b3-0a0c-492c-8f3c-5f5de90b6988 Date: Thu, 04 Oct 2018 15:14:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:20Z", "security_group_id": "63947af3-9afc-4987-8dc4-2ed91461204b", "port_range_min": null, "revision_number": 0, "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "created_at": "2018-10-04T15:14:20Z", "project_id": "fe46fabd440d4229bebd2c1c2819a98a", "id": "0a9f6862-e854-4522-a88b-fd3f0557adb0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:20Z", "security_group_id": "63947af3-9afc-4987-8dc4-2ed91461204b", "port_range_min": null, "revision_number": 0, "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "created_at": "2018-10-04T15:14:20Z", "project_id": "fe46fabd440d4229bebd2c1c2819a98a", "id": "e778f141-8fd5-4142-bbe8-1b709eab49c1"}]} 2018-10-04 15:14:21,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=63947af3-9afc-4987-8dc4-2ed91461204b used request id req-ed10d2b3-0a0c-492c-8f3c-5f5de90b6988 2018-10-04 15:14:21,995 - neutron_utils - INFO - Retrieving security group with ID - 63947af3-9afc-4987-8dc4-2ed91461204b 2018-10-04 15:14:22,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=63947af3-9afc-4987-8dc4-2ed91461204b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}813e7b3f91be967eaaf6139b7f322c8dd494573c" 2018-10-04 15:14:22,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-81b8d3c9-781d-4146-9b66-28242716e85b Date: Thu, 04 Oct 2018 15:14:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "created_at": "2018-10-04T15:14:20Z", "updated_at": "2018-10-04T15:14:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:14:20Z", "revision_number": 0, "id": "0a9f6862-e854-4522-a88b-fd3f0557adb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:14:20Z", "security_group_id": "63947af3-9afc-4987-8dc4-2ed91461204b", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe46fabd440d4229bebd2c1c2819a98a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:14:20Z", "revision_number": 0, "id": "e778f141-8fd5-4142-bbe8-1b709eab49c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:14:20Z", "security_group_id": "63947af3-9afc-4987-8dc4-2ed91461204b", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe46fabd440d4229bebd2c1c2819a98a"}], "revision_number": 2, "project_id": "fe46fabd440d4229bebd2c1c2819a98a", "id": "63947af3-9afc-4987-8dc4-2ed91461204b", "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-name"}]} 2018-10-04 15:14:22,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=63947af3-9afc-4987-8dc4-2ed91461204b used request id req-81b8d3c9-781d-4146-9b66-28242716e85b 2018-10-04 15:14:22,047 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 63947af3-9afc-4987-8dc4-2ed91461204b 2018-10-04 15:14:22,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=63947af3-9afc-4987-8dc4-2ed91461204b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}813e7b3f91be967eaaf6139b7f322c8dd494573c" 2018-10-04 15:14:22,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-409ad993-1f6a-4d93-adc5-eda7dc63b7ab Date: Thu, 04 Oct 2018 15:14:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:20Z", "security_group_id": "63947af3-9afc-4987-8dc4-2ed91461204b", "port_range_min": null, "revision_number": 0, "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "created_at": "2018-10-04T15:14:20Z", "project_id": "fe46fabd440d4229bebd2c1c2819a98a", "id": "0a9f6862-e854-4522-a88b-fd3f0557adb0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:20Z", "security_group_id": "63947af3-9afc-4987-8dc4-2ed91461204b", "port_range_min": null, "revision_number": 0, "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "created_at": "2018-10-04T15:14:20Z", "project_id": "fe46fabd440d4229bebd2c1c2819a98a", "id": "e778f141-8fd5-4142-bbe8-1b709eab49c1"}]} 2018-10-04 15:14:22,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=63947af3-9afc-4987-8dc4-2ed91461204b used request id req-409ad993-1f6a-4d93-adc5-eda7dc63b7ab 2018-10-04 15:14:22,216 - neutron_utils - INFO - Retrieving security group with ID - 63947af3-9afc-4987-8dc4-2ed91461204b 2018-10-04 15:14:22,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=63947af3-9afc-4987-8dc4-2ed91461204b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}813e7b3f91be967eaaf6139b7f322c8dd494573c" 2018-10-04 15:14:22,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-04da91ff-b94e-40fd-b335-ca1d9557b2e8 Date: Thu, 04 Oct 2018 15:14:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "created_at": "2018-10-04T15:14:20Z", "updated_at": "2018-10-04T15:14:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:14:20Z", "revision_number": 0, "id": "0a9f6862-e854-4522-a88b-fd3f0557adb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:14:20Z", "security_group_id": "63947af3-9afc-4987-8dc4-2ed91461204b", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe46fabd440d4229bebd2c1c2819a98a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:14:20Z", "revision_number": 0, "id": "e778f141-8fd5-4142-bbe8-1b709eab49c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:14:20Z", "security_group_id": "63947af3-9afc-4987-8dc4-2ed91461204b", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe46fabd440d4229bebd2c1c2819a98a"}], "revision_number": 2, "project_id": "fe46fabd440d4229bebd2c1c2819a98a", "id": "63947af3-9afc-4987-8dc4-2ed91461204b", "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-name"}]} 2018-10-04 15:14:22,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=63947af3-9afc-4987-8dc4-2ed91461204b used request id req-04da91ff-b94e-40fd-b335-ca1d9557b2e8 2018-10-04 15:14:22,402 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 63947af3-9afc-4987-8dc4-2ed91461204b 2018-10-04 15:14:22,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=63947af3-9afc-4987-8dc4-2ed91461204b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}813e7b3f91be967eaaf6139b7f322c8dd494573c" 2018-10-04 15:14:22,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-282badf8-534a-4936-9b87-2cd8098ee572 Date: Thu, 04 Oct 2018 15:14:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:20Z", "security_group_id": "63947af3-9afc-4987-8dc4-2ed91461204b", "port_range_min": null, "revision_number": 0, "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "created_at": "2018-10-04T15:14:20Z", "project_id": "fe46fabd440d4229bebd2c1c2819a98a", "id": "0a9f6862-e854-4522-a88b-fd3f0557adb0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:20Z", "security_group_id": "63947af3-9afc-4987-8dc4-2ed91461204b", "port_range_min": null, "revision_number": 0, "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "created_at": "2018-10-04T15:14:20Z", "project_id": "fe46fabd440d4229bebd2c1c2819a98a", "id": "e778f141-8fd5-4142-bbe8-1b709eab49c1"}]} 2018-10-04 15:14:22,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=63947af3-9afc-4987-8dc4-2ed91461204b used request id req-282badf8-534a-4936-9b87-2cd8098ee572 2018-10-04 15:14:22,579 - neutron_utils - INFO - Deleting security group rule with ID - e778f141-8fd5-4142-bbe8-1b709eab49c1 2018-10-04 15:14:22,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/e778f141-8fd5-4142-bbe8-1b709eab49c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}813e7b3f91be967eaaf6139b7f322c8dd494573c" 2018-10-04 15:14:22,768 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-208bd7a3-3487-41f8-94a1-a3d7e1bff927 Content-Length: 0 Date: Thu, 04 Oct 2018 15:14:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:14:22,768 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/e778f141-8fd5-4142-bbe8-1b709eab49c1 used request id req-208bd7a3-3487-41f8-94a1-a3d7e1bff927 2018-10-04 15:14:22,769 - neutron_utils - INFO - Deleting security group rule with ID - 0a9f6862-e854-4522-a88b-fd3f0557adb0 2018-10-04 15:14:22,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/0a9f6862-e854-4522-a88b-fd3f0557adb0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}813e7b3f91be967eaaf6139b7f322c8dd494573c" 2018-10-04 15:14:23,048 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ddd06267-0beb-4109-ac76-25fd1254a894 Content-Length: 0 Date: Thu, 04 Oct 2018 15:14:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:14:23,048 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/0a9f6862-e854-4522-a88b-fd3f0557adb0 used request id req-ddd06267-0beb-4109-ac76-25fd1254a894 2018-10-04 15:14:23,048 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-name 2018-10-04 15:14:23,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/63947af3-9afc-4987-8dc4-2ed91461204b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}813e7b3f91be967eaaf6139b7f322c8dd494573c" 2018-10-04 15:14:23,305 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bdbb67b0-d35b-430f-98ad-65cff6811d34 Content-Length: 0 Date: Thu, 04 Oct 2018 15:14:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:14:23,305 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/63947af3-9afc-4987-8dc4-2ed91461204b used request id req-bdbb67b0-d35b-430f-98ad-65cff6811d34 2018-10-04 15:14:23,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:23,763 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14: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-7f4f5d02-a6aa-4f5a-9f04-2e03e85b2d29 x-compute-request-id: req-7f4f5d02-a6aa-4f5a-9f04-2e03e85b2d29 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:55:55", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "bookmark"}], "image": {"id": "fb6b04de-b18f-4165-92d1-afd98f758141", "links": [{"href": "http://172.30.9.23:8774/images/fb6b04de-b18f-4165-92d1-afd98f758141", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:14:15.000000", "flavor": {"id": "48238ae8-b63a-400b-9ca1-b68ada5da325", "links": [{"href": "http://172.30.9.23:8774/flavors/48238ae8-b63a-400b-9ca1-b68ada5da325", "rel": "bookmark"}]}, "id": "be06cb22-5395-4f59-b29b-604f824589b4", "security_groups": [{"name": "default"}], "user_id": "005381e16d534dac99d240155dea106a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:14:17Z", "hostId": "8bc76c8613db9b851b3c8f7228534a49eed5d78b8cfcb3703ff00a11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst", "created": "2018-10-04T15:14:11Z", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:14:23,763 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 used request id req-7f4f5d02-a6aa-4f5a-9f04-2e03e85b2d29 2018-10-04 15:14:23,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:23,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-dcbacc79-61c8-429a-a809-a6168c4d18d2 Date: Thu, 04 Oct 2018 15:14:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["305c28b3-ad30-4f50-bf7d-036768451e54"],"updated_at":"2018-10-04T15:14:01Z","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe46fabd440d4229bebd2c1c2819a98a","id":"d66ecb7d-c222-4868-ac57-32470426a6cd","name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net"}]} 2018-10-04 15:14:23,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net used request id req-dcbacc79-61c8-429a-a809-a6168c4d18d2 2018-10-04 15:14:23,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:23,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-779663b3-06bc-4cb7-8afc-eb6e9095077e Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a"}, "enabled": true, "id": "fe46fabd440d4229bebd2c1c2819a98a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj"}} 2018-10-04 15:14:23,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a used request id req-779663b3-06bc-4cb7-8afc-eb6e9095077e 2018-10-04 15:14:23,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:24,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-894fcfd9-3622-4cf3-ad1f-4583bac874d4 Date: Thu, 04 Oct 2018 15:14:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:01Z","dns_nameservers":[],"updated_at":"2018-10-04T15:14:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fe46fabd440d4229bebd2c1c2819a98a","id":"305c28b3-ad30-4f50-bf7d-036768451e54","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-subnet"}]} 2018-10-04 15:14:24,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd used request id req-894fcfd9-3622-4cf3-ad1f-4583bac874d4 2018-10-04 15:14:24,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:24,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-6f2d87ec-2f35-4506-b59e-39f4aeea7679 Date: Thu, 04 Oct 2018 15:14:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"305c28b3-ad30-4f50-bf7d-036768451e54","ip_address":"10.55.0.9"}],"id":"05b84b94-02ec-4d18-967e-4fab9a1ec280","security_groups":["93b67d6a-5ec9-4905-b285-e8d185916c80"],"mac_address":"fa:16:3e:f2:55:55","project_id":"fe46fabd440d4229bebd2c1c2819a98a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-port","admin_state_up":true,"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:07Z","binding:vnic_type":"normal","device_id":"be06cb22-5395-4f59-b29b-604f824589b4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"305c28b3-ad30-4f50-bf7d-036768451e54","ip_address":"10.55.0.2"}],"id":"3c53cbbe-50cc-4ee3-b39d-4b4c2f7e2a81","security_groups":[],"mac_address":"fa:16:3e:de:b8:44","project_id":"fe46fabd440d4229bebd2c1c2819a98a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:02Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d66ecb7d-c222-4868-ac57-32470426a6cd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"305c28b3-ad30-4f50-bf7d-036768451e54","ip_address":"10.55.0.4"}],"id":"6ccdf620-25b5-4c08-a59e-455b47a2d4b4","security_groups":[],"mac_address":"fa:16:3e:3b:09:3f","project_id":"fe46fabd440d4229bebd2c1c2819a98a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:03Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d66ecb7d-c222-4868-ac57-32470426a6cd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"305c28b3-ad30-4f50-bf7d-036768451e54","ip_address":"10.55.0.3"}],"id":"9de611da-8b2a-4e27-a4f7-22012f791918","security_groups":[],"mac_address":"fa:16:3e:59:95:0d","project_id":"fe46fabd440d4229bebd2c1c2819a98a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:03Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d66ecb7d-c222-4868-ac57-32470426a6cd"}]} 2018-10-04 15:14:24,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd used request id req-6f2d87ec-2f35-4506-b59e-39f4aeea7679 2018-10-04 15:14:24,492 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:14:24,873 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6fde14df91594129838bb91fdc18b568", "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj-role"}], "expires_at": "2018-10-04T16:14:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe46fabd440d4229bebd2c1c2819a98a", "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/fe46fabd440d4229bebd2c1c2819a98a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/fe46fabd440d4229bebd2c1c2819a98a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/fe46fabd440d4229bebd2c1c2819a98a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/fe46fabd440d4229bebd2c1c2819a98a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fe46fabd440d4229bebd2c1c2819a98a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/fe46fabd440d4229bebd2c1c2819a98a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/fe46fabd440d4229bebd2c1c2819a98a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-febca3b9-457d-420-user", "id": "005381e16d534dac99d240155dea106a"}, "audit_ids": ["lM5tmmcTTjqAtnSaye9Uww"], "issued_at": "2018-10-04T15:14:24.000000Z"}} 2018-10-04 15:14:24,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db9659b31f4da213e5e98105c523b5c97e21b8d9" 2018-10-04 15:14:25,695 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14: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-2f7b6a77-43ad-44d1-bce3-f5145ffc1c95 x-compute-request-id: req-2f7b6a77-43ad-44d1-bce3-f5145ffc1c95 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:55:55", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "bookmark"}], "image": {"id": "fb6b04de-b18f-4165-92d1-afd98f758141", "links": [{"href": "http://172.30.9.23:8774/images/fb6b04de-b18f-4165-92d1-afd98f758141", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:14:15.000000", "flavor": {"id": "48238ae8-b63a-400b-9ca1-b68ada5da325", "links": [{"href": "http://172.30.9.23:8774/flavors/48238ae8-b63a-400b-9ca1-b68ada5da325", "rel": "bookmark"}]}, "id": "be06cb22-5395-4f59-b29b-604f824589b4", "security_groups": [{"name": "default"}], "user_id": "005381e16d534dac99d240155dea106a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:14:17Z", "hostId": "8bc76c8613db9b851b3c8f7228534a49eed5d78b8cfcb3703ff00a11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst", "created": "2018-10-04T15:14:11Z", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:14:25,695 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 used request id req-2f7b6a77-43ad-44d1-bce3-f5145ffc1c95 2018-10-04 15:14:25,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:26,150 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6611ea46-28ed-4e30-9876-a0308ad4bb2c x-compute-request-id: req-6611ea46-28ed-4e30-9876-a0308ad4bb2c Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:55:55", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "bookmark"}], "image": {"id": "fb6b04de-b18f-4165-92d1-afd98f758141", "links": [{"href": "http://172.30.9.23:8774/images/fb6b04de-b18f-4165-92d1-afd98f758141", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:14:15.000000", "flavor": {"id": "48238ae8-b63a-400b-9ca1-b68ada5da325", "links": [{"href": "http://172.30.9.23:8774/flavors/48238ae8-b63a-400b-9ca1-b68ada5da325", "rel": "bookmark"}]}, "id": "be06cb22-5395-4f59-b29b-604f824589b4", "security_groups": [{"name": "default"}], "user_id": "005381e16d534dac99d240155dea106a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:14:17Z", "hostId": "8bc76c8613db9b851b3c8f7228534a49eed5d78b8cfcb3703ff00a11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst", "created": "2018-10-04T15:14:11Z", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:14:26,150 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 used request id req-6611ea46-28ed-4e30-9876-a0308ad4bb2c 2018-10-04 15:14:26,151 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst] is - ACTIVE 2018-10-04 15:14:26,151 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:14:26,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:26,688 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14: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-00af6d01-810b-49af-9028-62596316ca9e x-compute-request-id: req-00af6d01-810b-49af-9028-62596316ca9e Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:55:55", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "bookmark"}], "image": {"id": "fb6b04de-b18f-4165-92d1-afd98f758141", "links": [{"href": "http://172.30.9.23:8774/images/fb6b04de-b18f-4165-92d1-afd98f758141", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:14:15.000000", "flavor": {"id": "48238ae8-b63a-400b-9ca1-b68ada5da325", "links": [{"href": "http://172.30.9.23:8774/flavors/48238ae8-b63a-400b-9ca1-b68ada5da325", "rel": "bookmark"}]}, "id": "be06cb22-5395-4f59-b29b-604f824589b4", "security_groups": [{"name": "default"}], "user_id": "005381e16d534dac99d240155dea106a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:14:17Z", "hostId": "8bc76c8613db9b851b3c8f7228534a49eed5d78b8cfcb3703ff00a11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst", "created": "2018-10-04T15:14:11Z", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:14:26,688 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 used request id req-00af6d01-810b-49af-9028-62596316ca9e 2018-10-04 15:14:26,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:26,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-3e1c0f89-1509-4f93-92af-7958f41aa105 Date: Thu, 04 Oct 2018 15:14:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["305c28b3-ad30-4f50-bf7d-036768451e54"],"updated_at":"2018-10-04T15:14:01Z","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe46fabd440d4229bebd2c1c2819a98a","id":"d66ecb7d-c222-4868-ac57-32470426a6cd","name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net"}]} 2018-10-04 15:14:26,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net used request id req-3e1c0f89-1509-4f93-92af-7958f41aa105 2018-10-04 15:14:26,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:26,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85e11a44-0163-4211-9faa-517adfbf382d Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a"}, "enabled": true, "id": "fe46fabd440d4229bebd2c1c2819a98a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj"}} 2018-10-04 15:14:26,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a used request id req-85e11a44-0163-4211-9faa-517adfbf382d 2018-10-04 15:14:26,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:27,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-fbf40b21-87f6-44c3-a7f8-28dfcac79a8a Date: Thu, 04 Oct 2018 15:14:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:01Z","dns_nameservers":[],"updated_at":"2018-10-04T15:14:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fe46fabd440d4229bebd2c1c2819a98a","id":"305c28b3-ad30-4f50-bf7d-036768451e54","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-subnet"}]} 2018-10-04 15:14:27,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd used request id req-fbf40b21-87f6-44c3-a7f8-28dfcac79a8a 2018-10-04 15:14:27,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:27,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-de076900-d180-423e-9e5e-c1fbafc1e9c4 Date: Thu, 04 Oct 2018 15:14:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"305c28b3-ad30-4f50-bf7d-036768451e54","ip_address":"10.55.0.9"}],"id":"05b84b94-02ec-4d18-967e-4fab9a1ec280","security_groups":["93b67d6a-5ec9-4905-b285-e8d185916c80"],"mac_address":"fa:16:3e:f2:55:55","project_id":"fe46fabd440d4229bebd2c1c2819a98a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-port","admin_state_up":true,"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:07Z","binding:vnic_type":"normal","device_id":"be06cb22-5395-4f59-b29b-604f824589b4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"305c28b3-ad30-4f50-bf7d-036768451e54","ip_address":"10.55.0.2"}],"id":"3c53cbbe-50cc-4ee3-b39d-4b4c2f7e2a81","security_groups":[],"mac_address":"fa:16:3e:de:b8:44","project_id":"fe46fabd440d4229bebd2c1c2819a98a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:02Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d66ecb7d-c222-4868-ac57-32470426a6cd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"305c28b3-ad30-4f50-bf7d-036768451e54","ip_address":"10.55.0.4"}],"id":"6ccdf620-25b5-4c08-a59e-455b47a2d4b4","security_groups":[],"mac_address":"fa:16:3e:3b:09:3f","project_id":"fe46fabd440d4229bebd2c1c2819a98a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:03Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d66ecb7d-c222-4868-ac57-32470426a6cd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"305c28b3-ad30-4f50-bf7d-036768451e54","ip_address":"10.55.0.3"}],"id":"9de611da-8b2a-4e27-a4f7-22012f791918","security_groups":[],"mac_address":"fa:16:3e:59:95:0d","project_id":"fe46fabd440d4229bebd2c1c2819a98a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:03Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d66ecb7d-c222-4868-ac57-32470426a6cd"}]} 2018-10-04 15:14:27,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd used request id req-de076900-d180-423e-9e5e-c1fbafc1e9c4 2018-10-04 15:14:27,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:27,587 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b73c7318-57af-40f6-863c-d12f51b1eff2 x-compute-request-id: req-b73c7318-57af-40f6-863c-d12f51b1eff2 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:55:55", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "bookmark"}], "image": {"id": "fb6b04de-b18f-4165-92d1-afd98f758141", "links": [{"href": "http://172.30.9.23:8774/images/fb6b04de-b18f-4165-92d1-afd98f758141", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:14:15.000000", "flavor": {"id": "48238ae8-b63a-400b-9ca1-b68ada5da325", "links": [{"href": "http://172.30.9.23:8774/flavors/48238ae8-b63a-400b-9ca1-b68ada5da325", "rel": "bookmark"}]}, "id": "be06cb22-5395-4f59-b29b-604f824589b4", "security_groups": [{"name": "default"}], "user_id": "005381e16d534dac99d240155dea106a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:14:17Z", "hostId": "8bc76c8613db9b851b3c8f7228534a49eed5d78b8cfcb3703ff00a11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst", "created": "2018-10-04T15:14:11Z", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:14:27,587 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 used request id req-b73c7318-57af-40f6-863c-d12f51b1eff2 2018-10-04 15:14:27,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:27,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-f839df1e-ef7d-460a-9008-b90a0183baa2 Date: Thu, 04 Oct 2018 15:14:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["305c28b3-ad30-4f50-bf7d-036768451e54"],"updated_at":"2018-10-04T15:14:01Z","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe46fabd440d4229bebd2c1c2819a98a","id":"d66ecb7d-c222-4868-ac57-32470426a6cd","name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net"}]} 2018-10-04 15:14:27,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net used request id req-f839df1e-ef7d-460a-9008-b90a0183baa2 2018-10-04 15:14:27,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:27,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-566a98a2-fba3-4ad6-a1fc-40d177a590e3 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a"}, "enabled": true, "id": "fe46fabd440d4229bebd2c1c2819a98a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj"}} 2018-10-04 15:14:27,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a used request id req-566a98a2-fba3-4ad6-a1fc-40d177a590e3 2018-10-04 15:14:27,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:27,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b42dd669-795a-4b11-9cd9-25887b5fe40d Date: Thu, 04 Oct 2018 15:14:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:01Z","dns_nameservers":[],"updated_at":"2018-10-04T15:14:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fe46fabd440d4229bebd2c1c2819a98a","id":"305c28b3-ad30-4f50-bf7d-036768451e54","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-subnet"}]} 2018-10-04 15:14:27,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd used request id req-b42dd669-795a-4b11-9cd9-25887b5fe40d 2018-10-04 15:14:27,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:28,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-3cd6a047-2d66-4e47-a198-605ff1310e33 Date: Thu, 04 Oct 2018 15:14:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"305c28b3-ad30-4f50-bf7d-036768451e54","ip_address":"10.55.0.9"}],"id":"05b84b94-02ec-4d18-967e-4fab9a1ec280","security_groups":["93b67d6a-5ec9-4905-b285-e8d185916c80"],"mac_address":"fa:16:3e:f2:55:55","project_id":"fe46fabd440d4229bebd2c1c2819a98a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-port","admin_state_up":true,"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:07Z","binding:vnic_type":"normal","device_id":"be06cb22-5395-4f59-b29b-604f824589b4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"305c28b3-ad30-4f50-bf7d-036768451e54","ip_address":"10.55.0.2"}],"id":"3c53cbbe-50cc-4ee3-b39d-4b4c2f7e2a81","security_groups":[],"mac_address":"fa:16:3e:de:b8:44","project_id":"fe46fabd440d4229bebd2c1c2819a98a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:02Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d66ecb7d-c222-4868-ac57-32470426a6cd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"305c28b3-ad30-4f50-bf7d-036768451e54","ip_address":"10.55.0.4"}],"id":"6ccdf620-25b5-4c08-a59e-455b47a2d4b4","security_groups":[],"mac_address":"fa:16:3e:3b:09:3f","project_id":"fe46fabd440d4229bebd2c1c2819a98a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:03Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d66ecb7d-c222-4868-ac57-32470426a6cd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"305c28b3-ad30-4f50-bf7d-036768451e54","ip_address":"10.55.0.3"}],"id":"9de611da-8b2a-4e27-a4f7-22012f791918","security_groups":[],"mac_address":"fa:16:3e:59:95:0d","project_id":"fe46fabd440d4229bebd2c1c2819a98a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:03Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d66ecb7d-c222-4868-ac57-32470426a6cd"}]} 2018-10-04 15:14:28,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd used request id req-3cd6a047-2d66-4e47-a198-605ff1310e33 2018-10-04 15:14:28,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-name"}}' 2018-10-04 15:14:28,177 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:14:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fcbbc29a-608d-431c-a66d-a3be65bd76d0 x-compute-request-id: req-fcbbc29a-608d-431c-a66d-a3be65bd76d0 Content-Length: 187 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Security group InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-name is not found for project fe46fabd440d4229bebd2c1c2819a98a", "code": 404}} 2018-10-04 15:14:28,177 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4/action used request id req-fcbbc29a-608d-431c-a66d-a3be65bd76d0 2018-10-04 15:14:28,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:28,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14: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-7710069b-ca61-452d-9cf3-48aba95df334 x-compute-request-id: req-7710069b-ca61-452d-9cf3-48aba95df334 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:55:55", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "bookmark"}], "image": {"id": "fb6b04de-b18f-4165-92d1-afd98f758141", "links": [{"href": "http://172.30.9.23:8774/images/fb6b04de-b18f-4165-92d1-afd98f758141", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:14:15.000000", "flavor": {"id": "48238ae8-b63a-400b-9ca1-b68ada5da325", "links": [{"href": "http://172.30.9.23:8774/flavors/48238ae8-b63a-400b-9ca1-b68ada5da325", "rel": "bookmark"}]}, "id": "be06cb22-5395-4f59-b29b-604f824589b4", "security_groups": [{"name": "default"}], "user_id": "005381e16d534dac99d240155dea106a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:14:17Z", "hostId": "8bc76c8613db9b851b3c8f7228534a49eed5d78b8cfcb3703ff00a11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst", "created": "2018-10-04T15:14:11Z", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:14:28,946 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 used request id req-7710069b-ca61-452d-9cf3-48aba95df334 2018-10-04 15:14:28,946 - nova_utils - ERROR - Unexpected error while adding security group [InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-name] - Security group InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-name is not found for project fe46fabd440d4229bebd2c1c2819a98a (HTTP 404) (Request-ID: req-fcbbc29a-608d-431c-a66d-a3be65bd76d0) 2018-10-04 15:14:28,946 - create_instance - WARNING - Security group not added - Security group InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-name is not found for project fe46fabd440d4229bebd2c1c2819a98a (HTTP 404) (Request-ID: req-fcbbc29a-608d-431c-a66d-a3be65bd76d0) 2018-10-04 15:14:28,949 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:29,251 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14: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-3cfb50da-5a9e-4014-b1e8-3f2868019845 x-compute-request-id: req-3cfb50da-5a9e-4014-b1e8-3f2868019845 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:55:55", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "bookmark"}], "image": {"id": "fb6b04de-b18f-4165-92d1-afd98f758141", "links": [{"href": "http://172.30.9.23:8774/images/fb6b04de-b18f-4165-92d1-afd98f758141", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:14:15.000000", "flavor": {"id": "48238ae8-b63a-400b-9ca1-b68ada5da325", "links": [{"href": "http://172.30.9.23:8774/flavors/48238ae8-b63a-400b-9ca1-b68ada5da325", "rel": "bookmark"}]}, "id": "be06cb22-5395-4f59-b29b-604f824589b4", "security_groups": [{"name": "default"}], "user_id": "005381e16d534dac99d240155dea106a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:14:17Z", "hostId": "8bc76c8613db9b851b3c8f7228534a49eed5d78b8cfcb3703ff00a11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst", "created": "2018-10-04T15:14:11Z", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:14:29,251 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 used request id req-3cfb50da-5a9e-4014-b1e8-3f2868019845 2018-10-04 15:14:29,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:29,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c2964cce-6e62-4f0d-a2a0-804bfe75555b Date: Thu, 04 Oct 2018 15:14:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["305c28b3-ad30-4f50-bf7d-036768451e54"],"updated_at":"2018-10-04T15:14:01Z","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe46fabd440d4229bebd2c1c2819a98a","id":"d66ecb7d-c222-4868-ac57-32470426a6cd","name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net"}]} 2018-10-04 15:14:29,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net used request id req-c2964cce-6e62-4f0d-a2a0-804bfe75555b 2018-10-04 15:14:29,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:29,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-329e6b2b-2485-42ba-9858-d8b924fbe709 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a"}, "enabled": true, "id": "fe46fabd440d4229bebd2c1c2819a98a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj"}} 2018-10-04 15:14:29,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a used request id req-329e6b2b-2485-42ba-9858-d8b924fbe709 2018-10-04 15:14:29,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:29,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b71afd4b-3824-4294-8857-24f745422418 Date: Thu, 04 Oct 2018 15:14:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:01Z","dns_nameservers":[],"updated_at":"2018-10-04T15:14:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fe46fabd440d4229bebd2c1c2819a98a","id":"305c28b3-ad30-4f50-bf7d-036768451e54","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-subnet"}]} 2018-10-04 15:14:29,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd used request id req-b71afd4b-3824-4294-8857-24f745422418 2018-10-04 15:14:29,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:29,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-8b3d8a04-f734-4361-9fce-5d5ab405146d Date: Thu, 04 Oct 2018 15:14:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"305c28b3-ad30-4f50-bf7d-036768451e54","ip_address":"10.55.0.9"}],"id":"05b84b94-02ec-4d18-967e-4fab9a1ec280","security_groups":["93b67d6a-5ec9-4905-b285-e8d185916c80"],"mac_address":"fa:16:3e:f2:55:55","project_id":"fe46fabd440d4229bebd2c1c2819a98a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-port","admin_state_up":true,"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:07Z","binding:vnic_type":"normal","device_id":"be06cb22-5395-4f59-b29b-604f824589b4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"305c28b3-ad30-4f50-bf7d-036768451e54","ip_address":"10.55.0.2"}],"id":"3c53cbbe-50cc-4ee3-b39d-4b4c2f7e2a81","security_groups":[],"mac_address":"fa:16:3e:de:b8:44","project_id":"fe46fabd440d4229bebd2c1c2819a98a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:02Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d66ecb7d-c222-4868-ac57-32470426a6cd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"305c28b3-ad30-4f50-bf7d-036768451e54","ip_address":"10.55.0.4"}],"id":"6ccdf620-25b5-4c08-a59e-455b47a2d4b4","security_groups":[],"mac_address":"fa:16:3e:3b:09:3f","project_id":"fe46fabd440d4229bebd2c1c2819a98a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:03Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d66ecb7d-c222-4868-ac57-32470426a6cd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"305c28b3-ad30-4f50-bf7d-036768451e54","ip_address":"10.55.0.3"}],"id":"9de611da-8b2a-4e27-a4f7-22012f791918","security_groups":[],"mac_address":"fa:16:3e:59:95:0d","project_id":"fe46fabd440d4229bebd2c1c2819a98a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d66ecb7d-c222-4868-ac57-32470426a6cd","tenant_id":"fe46fabd440d4229bebd2c1c2819a98a","created_at":"2018-10-04T15:14:03Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d66ecb7d-c222-4868-ac57-32470426a6cd"}]} 2018-10-04 15:14:29,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d66ecb7d-c222-4868-ac57-32470426a6cd used request id req-8b3d8a04-f734-4361-9fce-5d5ab405146d 2018-10-04 15:14:29,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db9659b31f4da213e5e98105c523b5c97e21b8d9" 2018-10-04 15:14:30,836 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-187a7e46-5318-4c97-8ff1-bb7d7fb055d7 x-compute-request-id: req-187a7e46-5318-4c97-8ff1-bb7d7fb055d7 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:55:55", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "bookmark"}], "image": {"id": "fb6b04de-b18f-4165-92d1-afd98f758141", "links": [{"href": "http://172.30.9.23:8774/images/fb6b04de-b18f-4165-92d1-afd98f758141", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:14:15.000000", "flavor": {"id": "48238ae8-b63a-400b-9ca1-b68ada5da325", "links": [{"href": "http://172.30.9.23:8774/flavors/48238ae8-b63a-400b-9ca1-b68ada5da325", "rel": "bookmark"}]}, "id": "be06cb22-5395-4f59-b29b-604f824589b4", "security_groups": [{"name": "default"}], "user_id": "005381e16d534dac99d240155dea106a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:14:17Z", "hostId": "8bc76c8613db9b851b3c8f7228534a49eed5d78b8cfcb3703ff00a11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst", "created": "2018-10-04T15:14:11Z", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:14:30,836 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 used request id req-187a7e46-5318-4c97-8ff1-bb7d7fb055d7 2018-10-04 15:14:30,837 - create_instance - INFO - Deleting Port with ID - 05b84b94-02ec-4d18-967e-4fab9a1ec280 2018-10-04 15:14:30,837 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-port 2018-10-04 15:14:30,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/05b84b94-02ec-4d18-967e-4fab9a1ec280 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:31,285 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7da6f465-cd93-4183-843b-132af3968157 Date: Thu, 04 Oct 2018 15:14:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:14:31,285 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/05b84b94-02ec-4d18-967e-4fab9a1ec280 used request id req-7da6f465-cd93-4183-843b-132af3968157 2018-10-04 15:14:31,285 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst 2018-10-04 15:14:31,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:31,496 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:14: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-179b23fd-a7de-43d7-aaf4-1c971f9a9a13 x-compute-request-id: req-179b23fd-a7de-43d7-aaf4-1c971f9a9a13 Content-Type: application/json 2018-10-04 15:14:31,496 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 used request id req-179b23fd-a7de-43d7-aaf4-1c971f9a9a13 2018-10-04 15:14:31,496 - create_instance - INFO - Checking deletion status 2018-10-04 15:14:31,499 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:31,893 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14: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-dbaa1a7e-1152-4fd5-b83e-3afbbe52fde1 x-compute-request-id: req-dbaa1a7e-1152-4fd5-b83e-3afbbe52fde1 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "bookmark"}], "image": {"id": "fb6b04de-b18f-4165-92d1-afd98f758141", "links": [{"href": "http://172.30.9.23:8774/images/fb6b04de-b18f-4165-92d1-afd98f758141", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:14:15.000000", "flavor": {"id": "48238ae8-b63a-400b-9ca1-b68ada5da325", "links": [{"href": "http://172.30.9.23:8774/flavors/48238ae8-b63a-400b-9ca1-b68ada5da325", "rel": "bookmark"}]}, "id": "be06cb22-5395-4f59-b29b-604f824589b4", "user_id": "005381e16d534dac99d240155dea106a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:14:31Z", "hostId": "8bc76c8613db9b851b3c8f7228534a49eed5d78b8cfcb3703ff00a11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst", "created": "2018-10-04T15:14:11Z", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:14:31,893 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 used request id req-dbaa1a7e-1152-4fd5-b83e-3afbbe52fde1 2018-10-04 15:14:31,894 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst] is - ACTIVE 2018-10-04 15:14:31,894 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:14:34,897 - create_instance - DEBUG - VM status query timeout in 296.599306107 2018-10-04 15:14:34,901 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:35,336 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d38eb189-7076-4cbd-9180-b0af46a5698d x-compute-request-id: req-d38eb189-7076-4cbd-9180-b0af46a5698d Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "bookmark"}], "image": {"id": "fb6b04de-b18f-4165-92d1-afd98f758141", "links": [{"href": "http://172.30.9.23:8774/images/fb6b04de-b18f-4165-92d1-afd98f758141", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:14:15.000000", "flavor": {"id": "48238ae8-b63a-400b-9ca1-b68ada5da325", "links": [{"href": "http://172.30.9.23:8774/flavors/48238ae8-b63a-400b-9ca1-b68ada5da325", "rel": "bookmark"}]}, "id": "be06cb22-5395-4f59-b29b-604f824589b4", "user_id": "005381e16d534dac99d240155dea106a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:14:31Z", "hostId": "8bc76c8613db9b851b3c8f7228534a49eed5d78b8cfcb3703ff00a11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst", "created": "2018-10-04T15:14:11Z", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:14:35,336 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 used request id req-d38eb189-7076-4cbd-9180-b0af46a5698d 2018-10-04 15:14:35,336 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst] is - ACTIVE 2018-10-04 15:14:35,337 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:14:38,340 - create_instance - DEBUG - VM status query timeout in 293.156820059 2018-10-04 15:14:38,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:38,725 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14: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-4c5d3c42-ad3a-48ff-85e2-eab68287dcda x-compute-request-id: req-4c5d3c42-ad3a-48ff-85e2-eab68287dcda Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/be06cb22-5395-4f59-b29b-604f824589b4", "rel": "bookmark"}], "image": {"id": "fb6b04de-b18f-4165-92d1-afd98f758141", "links": [{"href": "http://172.30.9.23:8774/images/fb6b04de-b18f-4165-92d1-afd98f758141", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:14:15.000000", "flavor": {"id": "48238ae8-b63a-400b-9ca1-b68ada5da325", "links": [{"href": "http://172.30.9.23:8774/flavors/48238ae8-b63a-400b-9ca1-b68ada5da325", "rel": "bookmark"}]}, "id": "be06cb22-5395-4f59-b29b-604f824589b4", "user_id": "005381e16d534dac99d240155dea106a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:14:31Z", "hostId": "8bc76c8613db9b851b3c8f7228534a49eed5d78b8cfcb3703ff00a11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst", "created": "2018-10-04T15:14:11Z", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:14:38,726 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 used request id req-4c5d3c42-ad3a-48ff-85e2-eab68287dcda 2018-10-04 15:14:38,726 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst] is - ACTIVE 2018-10-04 15:14:38,726 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:14:41,729 - create_instance - DEBUG - VM status query timeout in 289.767228127 2018-10-04 15:14:41,733 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0579be26356c474345d8221c1dd6c5b37b53e5" 2018-10-04 15:14:41,783 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:14: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-40aa09a6-14fd-47d9-b606-1feb702668cf x-compute-request-id: req-40aa09a6-14fd-47d9-b606-1feb702668cf Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance be06cb22-5395-4f59-b29b-604f824589b4 could not be found.", "code": 404}} 2018-10-04 15:14:41,783 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/be06cb22-5395-4f59-b29b-604f824589b4 used request id req-40aa09a6-14fd-47d9-b606-1feb702668cf 2018-10-04 15:14:41,783 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance be06cb22-5395-4f59-b29b-604f824589b4 could not be found. (HTTP 404) (Request-ID: req-40aa09a6-14fd-47d9-b606-1feb702668cf) 2018-10-04 15:14:41,783 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-inst 2018-10-04 15:14:41,787 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/48238ae8-b63a-400b-9ca1-b68ada5da325 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc9ec4c483fdfcc702194ad84b85d4c6d2084f07" 2018-10-04 15:14:41,832 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:14: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-46704643-5ef2-4c4f-9351-7e934c93339e x-compute-request-id: req-46704643-5ef2-4c4f-9351-7e934c93339e Content-Length: 0 Content-Type: application/json 2018-10-04 15:14:41,832 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/48238ae8-b63a-400b-9ca1-b68ada5da325 used request id req-46704643-5ef2-4c4f-9351-7e934c93339e 2018-10-04 15:14:41,833 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-subnet 2018-10-04 15:14:41,833 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-subnet 2018-10-04 15:14:41,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/305c28b3-ad30-4f50-bf7d-036768451e54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d3eec6a3472e0b9fa05b535c04da47a95f2c01b" 2018-10-04 15:14:44,125 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-de14a441-ed76-4fbc-a726-572d8b3c6ad5 Date: Thu, 04 Oct 2018 15:14:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:14:44,125 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/305c28b3-ad30-4f50-bf7d-036768451e54 used request id req-de14a441-ed76-4fbc-a726-572d8b3c6ad5 2018-10-04 15:14:44,126 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-pub-net 2018-10-04 15:14:44,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/d66ecb7d-c222-4868-ac57-32470426a6cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d3eec6a3472e0b9fa05b535c04da47a95f2c01b" 2018-10-04 15:14:45,429 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-15815dc3-484e-484d-b8a0-c16522f4ef0a Date: Thu, 04 Oct 2018 15:14:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:14:45,429 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d66ecb7d-c222-4868-ac57-32470426a6cd used request id req-15815dc3-484e-484d-b8a0-c16522f4ef0a 2018-10-04 15:14:45,430 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-d6bb4996-d99c-432f-96f2-9a54ba73b177-image 2018-10-04 15:14:45,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/fb6b04de-b18f-4165-92d1-afd98f758141 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b29d60ee759fbbbd72b75a2fbb9336bcd9407128" 2018-10-04 15:14:46,464 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a1c05eaa-f557-4297-8ced-0573d0fea5b2 Date: Thu, 04 Oct 2018 15:14:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:14:46,464 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/fb6b04de-b18f-4165-92d1-afd98f758141 used request id req-a1c05eaa-f557-4297-8ced-0573d0fea5b2 2018-10-04 15:14:46,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}252b02aa87fafaf084de1052f27b1f381ea416bf" 2018-10-04 15:14:46,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-4b77a920-5dd6-4d96-97c7-ef7ce34ce707 Date: Thu, 04 Oct 2018 15:14:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "created_at": "2018-10-04T15:14:00Z", "updated_at": "2018-10-04T15:14:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:14:00Z", "revision_number": 0, "id": "08847c2f-82ee-4507-bb90-b519498858d4", "remote_group_id": "93b67d6a-5ec9-4905-b285-e8d185916c80", "remote_ip_prefix": null, "created_at": "2018-10-04T15:14:00Z", "security_group_id": "93b67d6a-5ec9-4905-b285-e8d185916c80", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe46fabd440d4229bebd2c1c2819a98a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:14:00Z", "revision_number": 0, "id": "2ca982fb-e3b0-43d4-9f77-44c0875f5823", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:14:00Z", "security_group_id": "93b67d6a-5ec9-4905-b285-e8d185916c80", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe46fabd440d4229bebd2c1c2819a98a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:14:00Z", "revision_number": 0, "id": "bd50991e-b3aa-4403-bf80-8de5053bd6c9", "remote_group_id": "93b67d6a-5ec9-4905-b285-e8d185916c80", "remote_ip_prefix": null, "created_at": "2018-10-04T15:14:00Z", "security_group_id": "93b67d6a-5ec9-4905-b285-e8d185916c80", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe46fabd440d4229bebd2c1c2819a98a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:14:00Z", "revision_number": 0, "id": "eda6d8f5-2d1b-4e5d-aa68-8ed073a5bcb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:14:00Z", "security_group_id": "93b67d6a-5ec9-4905-b285-e8d185916c80", "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe46fabd440d4229bebd2c1c2819a98a"}], "revision_number": 4, "project_id": "fe46fabd440d4229bebd2c1c2819a98a", "id": "93b67d6a-5ec9-4905-b285-e8d185916c80", "name": "default"}]} 2018-10-04 15:14:46,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-4b77a920-5dd6-4d96-97c7-ef7ce34ce707 2018-10-04 15:14:46,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}252b02aa87fafaf084de1052f27b1f381ea416bf" 2018-10-04 15:14:46,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35cb9783-3861-483d-a2a8-334a131dc1a8 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:14:46,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-35cb9783-3861-483d-a2a8-334a131dc1a8 2018-10-04 15:14:46,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}252b02aa87fafaf084de1052f27b1f381ea416bf" 2018-10-04 15:14:46,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85bfe073-10f3-4ce0-913e-05a89921eeca Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:14:46,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-85bfe073-10f3-4ce0-913e-05a89921eeca 2018-10-04 15:14:46,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}252b02aa87fafaf084de1052f27b1f381ea416bf" 2018-10-04 15:14:46,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e0934b4-daf3-4b02-b802-1edd0ede5631 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:14:46,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-5e0934b4-daf3-4b02-b802-1edd0ede5631 2018-10-04 15:14:46,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}252b02aa87fafaf084de1052f27b1f381ea416bf" 2018-10-04 15:14:47,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34190438-b4c7-405e-a17d-3afcb731e6e9 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a"}, "enabled": true, "id": "fe46fabd440d4229bebd2c1c2819a98a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-febca3b9-457d-420-proj"}} 2018-10-04 15:14:47,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a used request id req-34190438-b4c7-405e-a17d-3afcb731e6e9 2018-10-04 15:14:47,027 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 93b67d6a-5ec9-4905-b285-e8d185916c80 2018-10-04 15:14:47,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=93b67d6a-5ec9-4905-b285-e8d185916c80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}252b02aa87fafaf084de1052f27b1f381ea416bf" 2018-10-04 15:14:47,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-40a2bc97-3c81-46fd-a658-9747ee29c0b3 Date: Thu, 04 Oct 2018 15:14:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "93b67d6a-5ec9-4905-b285-e8d185916c80", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:00Z", "security_group_id": "93b67d6a-5ec9-4905-b285-e8d185916c80", "port_range_min": null, "revision_number": 0, "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "created_at": "2018-10-04T15:14:00Z", "project_id": "fe46fabd440d4229bebd2c1c2819a98a", "id": "08847c2f-82ee-4507-bb90-b519498858d4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:00Z", "security_group_id": "93b67d6a-5ec9-4905-b285-e8d185916c80", "port_range_min": null, "revision_number": 0, "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "created_at": "2018-10-04T15:14:00Z", "project_id": "fe46fabd440d4229bebd2c1c2819a98a", "id": "2ca982fb-e3b0-43d4-9f77-44c0875f5823"}, {"remote_group_id": "93b67d6a-5ec9-4905-b285-e8d185916c80", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:00Z", "security_group_id": "93b67d6a-5ec9-4905-b285-e8d185916c80", "port_range_min": null, "revision_number": 0, "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "created_at": "2018-10-04T15:14:00Z", "project_id": "fe46fabd440d4229bebd2c1c2819a98a", "id": "bd50991e-b3aa-4403-bf80-8de5053bd6c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:00Z", "security_group_id": "93b67d6a-5ec9-4905-b285-e8d185916c80", "port_range_min": null, "revision_number": 0, "tenant_id": "fe46fabd440d4229bebd2c1c2819a98a", "created_at": "2018-10-04T15:14:00Z", "project_id": "fe46fabd440d4229bebd2c1c2819a98a", "id": "eda6d8f5-2d1b-4e5d-aa68-8ed073a5bcb1"}]} 2018-10-04 15:14:47,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=93b67d6a-5ec9-4905-b285-e8d185916c80 used request id req-40a2bc97-3c81-46fd-a658-9747ee29c0b3 2018-10-04 15:14:47,205 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:14:47,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/93b67d6a-5ec9-4905-b285-e8d185916c80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}252b02aa87fafaf084de1052f27b1f381ea416bf" 2018-10-04 15:14:47,470 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-37f51b5f-37c0-40f9-b5db-42dc3e9e6b5d Content-Length: 0 Date: Thu, 04 Oct 2018 15:14:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:14:47,470 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/93b67d6a-5ec9-4905-b285-e8d185916c80 used request id req-37f51b5f-37c0-40f9-b5db-42dc3e9e6b5d 2018-10-04 15:14:47,471 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-febca3b9-457d-420-proj 2018-10-04 15:14:47,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}252b02aa87fafaf084de1052f27b1f381ea416bf" 2018-10-04 15:14:47,658 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:14:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d49d4ac-501a-4a27-ba0e-ba598588c0e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:14:47,658 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/fe46fabd440d4229bebd2c1c2819a98a used request id req-9d49d4ac-501a-4a27-ba0e-ba598588c0e1 2018-10-04 15:14:47,659 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-febca3b9-457d-420-proj-role 2018-10-04 15:14:47,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/6fde14df91594129838bb91fdc18b568 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}252b02aa87fafaf084de1052f27b1f381ea416bf" 2018-10-04 15:14:47,769 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:14:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a568aaca-48a3-479a-9717-8c5d931c9de9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:14:47,769 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/6fde14df91594129838bb91fdc18b568 used request id req-a568aaca-48a3-479a-9717-8c5d931c9de9 2018-10-04 15:14:47,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}252b02aa87fafaf084de1052f27b1f381ea416bf" 2018-10-04 15:14:47,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bcba9d6-9fac-4542-ba85-d512a787e40b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:14:47,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5bcba9d6-9fac-4542-ba85-d512a787e40b 2018-10-04 15:14:47,855 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-febca3b9-457d-420-user 2018-10-04 15:14:47,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/005381e16d534dac99d240155dea106a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3686fed5b5d1ce808803b4756bd2f2bfa6e720f8" 2018-10-04 15:14:48,027 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:14:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4991eb4-1016-459d-9513-4210a1bad5b9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:14:48,028 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/005381e16d534dac99d240155dea106a used request id req-a4991eb4-1016-459d-9513-4210a1bad5b9 2018-10-04 15:14:48,029 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:14:48,416 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:14:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["XaXcEJx_QhilC_0JAu5_ew"], "issued_at": "2018-10-04T15:14:48.000000Z"}} 2018-10-04 15:14:48,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4f06491159ea249d0648bb33d49043882c966b6" 2018-10-04 15:14:48,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06933fb4-bb8f-4c7f-8f83-3016daf944bb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:14:48,496 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-06933fb4-bb8f-4c7f-8f83-3016daf944bb 2018-10-04 15:14:48,497 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:14:48,498 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:14:48,880 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:14:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["Kr-K2CmfS7O5pn4YN2f7sQ"], "issued_at": "2018-10-04T15:14:48.000000Z"}} 2018-10-04 15:14:48,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9feb4623b5002bbc15655a4ff62a51ff275cd0" 2018-10-04 15:14:48,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd968673-6ea0-49e1-9343-18b49ba42f42 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:14:48,962 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dd968673-6ea0-49e1-9343-18b49ba42f42 2018-10-04 15:14:48,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:14:48,972 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:14:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:14:48,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9feb4623b5002bbc15655a4ff62a51ff275cd0" 2018-10-04 15:14:49,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaf43064-3557-477e-9dc2-6a603e00cf9d Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:14:49,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj used request id req-aaf43064-3557-477e-9dc2-6a603e00cf9d 2018-10-04 15:14:49,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9feb4623b5002bbc15655a4ff62a51ff275cd0" 2018-10-04 15:14:49,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19d2e79f-8fce-4bf6-83bf-980b555543ae Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:14:49,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-19d2e79f-8fce-4bf6-83bf-980b555543ae 2018-10-04 15:14:49,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9feb4623b5002bbc15655a4ff62a51ff275cd0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj"}}' 2018-10-04 15:14:49,267 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:14:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9829970b-a225-4b64-acb3-3055f7be1e60 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23"}, "enabled": true, "id": "dffb494d58894f32a993177903f2cd23", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj"}} 2018-10-04 15:14:49,267 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-9829970b-a225-4b64-acb3-3055f7be1e60 2018-10-04 15:14:49,268 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj 2018-10-04 15:14:49,268 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:14:49,269 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:14:49,657 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:14:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["G0zrUMNUSqWbuPTaHMxzqw"], "issued_at": "2018-10-04T15:14:49.000000Z"}} 2018-10-04 15:14:49,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30edb1fbe015a6ff3ba9977642eed9aae6626978" 2018-10-04 15:14:49,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10539431-01d3-4883-84a3-1a33b92e5778 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:14:49,671 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-10539431-01d3-4883-84a3-1a33b92e5778 2018-10-04 15:14:49,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:14:49,680 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:14:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:14:49,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30edb1fbe015a6ff3ba9977642eed9aae6626978" 2018-10-04 15:14:49,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74f45f94-af22-4f28-84f8-f6676f3083c6 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:14:49,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-74f45f94-af22-4f28-84f8-f6676f3083c6 2018-10-04 15:14:49,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30edb1fbe015a6ff3ba9977642eed9aae6626978" 2018-10-04 15:14:49,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01d202b1-8f36-4624-9980-c9d2c07279ac Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23"}, "enabled": true, "id": "dffb494d58894f32a993177903f2cd23", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj"}]} 2018-10-04 15:14:49,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj used request id req-01d202b1-8f36-4624-9980-c9d2c07279ac 2018-10-04 15:14:49,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30edb1fbe015a6ff3ba9977642eed9aae6626978" 2018-10-04 15:14:49,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8198f7e-f188-49be-b348-c2677f00044a Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:14:49,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-d8198f7e-f188-49be-b348-c2677f00044a 2018-10-04 15:14:50,344 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-user 2018-10-04 15:14:50,345 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:14:50,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9feb4623b5002bbc15655a4ff62a51ff275cd0" 2018-10-04 15:14:50,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37262768-3d49-4b3a-bd58-98329fbb57a5 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:14:50,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-37262768-3d49-4b3a-bd58-98329fbb57a5 2018-10-04 15:14:50,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9feb4623b5002bbc15655a4ff62a51ff275cd0" -d '{"role": {"name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj-role"}}' 2018-10-04 15:14:50,542 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:14:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8eae6296-0dcb-42eb-8373-1164512b04a5 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "acfe80bbeea94fe696859be17f9b5784", "links": {"self": "http://172.30.9.23:5000/v3/roles/acfe80bbeea94fe696859be17f9b5784"}, "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj-role"}} 2018-10-04 15:14:50,543 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-8eae6296-0dcb-42eb-8373-1164512b04a5 2018-10-04 15:14:50,543 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj-role 2018-10-04 15:14:50,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/acfe80bbeea94fe696859be17f9b5784 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9feb4623b5002bbc15655a4ff62a51ff275cd0" 2018-10-04 15:14:50,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2753ca1-f459-4c7d-96ca-6b2b79918265 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/acfe80bbeea94fe696859be17f9b5784"}, "domain_id": null, "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj-role", "id": "acfe80bbeea94fe696859be17f9b5784"}} 2018-10-04 15:14:50,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/acfe80bbeea94fe696859be17f9b5784 used request id req-c2753ca1-f459-4c7d-96ca-6b2b79918265 2018-10-04 15:14:50,565 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj-role to project InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj 2018-10-04 15:14:50,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23/users/4666447d36704082bfd715f7db987859/roles/acfe80bbeea94fe696859be17f9b5784 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9feb4623b5002bbc15655a4ff62a51ff275cd0" 2018-10-04 15:14:50,688 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:14:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20e2138f-75d2-4ac7-a39b-9516e5dd1b4d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:14:50,688 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23/users/4666447d36704082bfd715f7db987859/roles/acfe80bbeea94fe696859be17f9b5784 used request id req-20e2138f-75d2-4ac7-a39b-9516e5dd1b4d 2018-10-04 15:14:50,688 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:14:50,689 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:14:50,689 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:14:50,690 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:14:51,057 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "acfe80bbeea94fe696859be17f9b5784", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj-role"}], "expires_at": "2018-10-04T16:14:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dffb494d58894f32a993177903f2cd23", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/dffb494d58894f32a993177903f2cd23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/dffb494d58894f32a993177903f2cd23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/dffb494d58894f32a993177903f2cd23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/dffb494d58894f32a993177903f2cd23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/dffb494d58894f32a993177903f2cd23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/dffb494d58894f32a993177903f2cd23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dffb494d58894f32a993177903f2cd23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/dffb494d58894f32a993177903f2cd23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/dffb494d58894f32a993177903f2cd23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/dffb494d58894f32a993177903f2cd23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/dffb494d58894f32a993177903f2cd23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/dffb494d58894f32a993177903f2cd23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-user", "id": "4666447d36704082bfd715f7db987859"}, "audit_ids": ["mFvNKtGcTy6WqFaHT8SZuA"], "issued_at": "2018-10-04T15:14:51.000000Z"}} 2018-10-04 15:14:51,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd17c5f6ee4f3bf3aa2f80be6d31844401199db" 2018-10-04 15:14:51,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bade050-9627-447c-8f21-b7291545a049 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:14:51,140 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2bade050-9627-447c-8f21-b7291545a049 2018-10-04 15:14:51,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1dd17c5f6ee4f3bf3aa2f80be6d31844401199db" 2018-10-04 15:14:51,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-41457591-22e7-4db6-bb5e-8c45e239956e Date: Thu, 04 Oct 2018 15:14:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-image"} 2018-10-04 15:14:51,396 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-image used request id req-41457591-22e7-4db6-bb5e-8c45e239956e 2018-10-04 15:14:51,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1dd17c5f6ee4f3bf3aa2f80be6d31844401199db" 2018-10-04 15:14:51,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4e4fc1c4-7ec0-42a3-9af6-281872db61de Date: Thu, 04 Oct 2018 15:14:51 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:14:51,537 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-4e4fc1c4-7ec0-42a3-9af6-281872db61de 2018-10-04 15:14:51,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1dd17c5f6ee4f3bf3aa2f80be6d31844401199db" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-image"}' 2018-10-04 15:14:51,741 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/acb92469-48be-4e73-bc14-7e8527d6acab X-Openstack-Request-Id: req-bfbee158-f38a-42eb-a33e-78b3db3601b6 Date: Thu, 04 Oct 2018 15:14:51 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:14:51Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:14:51Z", "visibility": "shared", "locations": [], "self": "/v2/images/acb92469-48be-4e73-bc14-7e8527d6acab", "min_disk": 0, "protected": false, "id": "acb92469-48be-4e73-bc14-7e8527d6acab", "file": "/v2/images/acb92469-48be-4e73-bc14-7e8527d6acab/file", "checksum": null, "owner": "dffb494d58894f32a993177903f2cd23", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:14:51,742 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-bfbee158-f38a-42eb-a33e-78b3db3601b6 2018-10-04 15:14:51,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/acb92469-48be-4e73-bc14-7e8527d6acab/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1dd17c5f6ee4f3bf3aa2f80be6d31844401199db" -d '' 2018-10-04 15:14:54,099 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-84a2e6cc-22e0-49c4-a4f7-71540b8536a9 Date: Thu, 04 Oct 2018 15:14:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:14:54,100 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/acb92469-48be-4e73-bc14-7e8527d6acab/file used request id req-84a2e6cc-22e0-49c4-a4f7-71540b8536a9 2018-10-04 15:14:54,100 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:14:54,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/acb92469-48be-4e73-bc14-7e8527d6acab -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1dd17c5f6ee4f3bf3aa2f80be6d31844401199db" 2018-10-04 15:14:54,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-73a0512d-f20d-426f-9cda-2215d2366805 Date: Thu, 04 Oct 2018 15:14:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:14:51Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:14:54Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/acb92469-48be-4e73-bc14-7e8527d6acab/snap", "metadata": {}}], "self": "/v2/images/acb92469-48be-4e73-bc14-7e8527d6acab", "min_disk": 0, "protected": false, "id": "acb92469-48be-4e73-bc14-7e8527d6acab", "file": "/v2/images/acb92469-48be-4e73-bc14-7e8527d6acab/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dffb494d58894f32a993177903f2cd23", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/acb92469-48be-4e73-bc14-7e8527d6acab/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:14:54,124 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/acb92469-48be-4e73-bc14-7e8527d6acab used request id req-73a0512d-f20d-426f-9cda-2215d2366805 2018-10-04 15:14:54,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1dd17c5f6ee4f3bf3aa2f80be6d31844401199db" 2018-10-04 15:14:54,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-808819df-95a0-4f26-ba12-3b4e6938a7f8 Date: Thu, 04 Oct 2018 15:14:54 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:14:54,292 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-808819df-95a0-4f26-ba12-3b4e6938a7f8 2018-10-04 15:14:54,295 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-image 2018-10-04 15:14:54,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/acb92469-48be-4e73-bc14-7e8527d6acab -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1dd17c5f6ee4f3bf3aa2f80be6d31844401199db" 2018-10-04 15:14:54,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-288384d3-db8e-4ac8-8b0f-874f9dc82c42 Date: Thu, 04 Oct 2018 15:14:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:14:51Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:14:54Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/acb92469-48be-4e73-bc14-7e8527d6acab/snap", "metadata": {}}], "self": "/v2/images/acb92469-48be-4e73-bc14-7e8527d6acab", "min_disk": 0, "protected": false, "id": "acb92469-48be-4e73-bc14-7e8527d6acab", "file": "/v2/images/acb92469-48be-4e73-bc14-7e8527d6acab/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dffb494d58894f32a993177903f2cd23", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/acb92469-48be-4e73-bc14-7e8527d6acab/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:14:54,478 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/acb92469-48be-4e73-bc14-7e8527d6acab used request id req-288384d3-db8e-4ac8-8b0f-874f9dc82c42 2018-10-04 15:14:54,478 - create_image - DEBUG - Instance status is - active 2018-10-04 15:14:54,478 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-image 2018-10-04 15:14:54,479 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-image 2018-10-04 15:14:54,479 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:14:54,480 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:14:54,863 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "acfe80bbeea94fe696859be17f9b5784", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj-role"}], "expires_at": "2018-10-04T16:14:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dffb494d58894f32a993177903f2cd23", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/dffb494d58894f32a993177903f2cd23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/dffb494d58894f32a993177903f2cd23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/dffb494d58894f32a993177903f2cd23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/dffb494d58894f32a993177903f2cd23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/dffb494d58894f32a993177903f2cd23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/dffb494d58894f32a993177903f2cd23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dffb494d58894f32a993177903f2cd23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/dffb494d58894f32a993177903f2cd23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/dffb494d58894f32a993177903f2cd23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/dffb494d58894f32a993177903f2cd23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/dffb494d58894f32a993177903f2cd23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/dffb494d58894f32a993177903f2cd23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-user", "id": "4666447d36704082bfd715f7db987859"}, "audit_ids": ["mWSi77luQa2Q3a2T1raB3w"], "issued_at": "2018-10-04T15:14:54.000000Z"}} 2018-10-04 15:14:54,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10262e66415882b74e20010f0df6f29fda8e938" 2018-10-04 15:14:54,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecadbcc1-8ba9-4886-bb79-57dd0d46e858 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:14:54,937 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ecadbcc1-8ba9-4886-bb79-57dd0d46e858 2018-10-04 15:14:54,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10262e66415882b74e20010f0df6f29fda8e938" 2018-10-04 15:14:55,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-47f2385d-fad1-4a53-83ac-8d7075f31b31 Date: Thu, 04 Oct 2018 15:14:55 GMT RESP BODY: {"networks":[]} 2018-10-04 15:14:55,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net used request id req-47f2385d-fad1-4a53-83ac-8d7075f31b31 2018-10-04 15:14:55,121 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net 2018-10-04 15:14:55,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10262e66415882b74e20010f0df6f29fda8e938" -d '{"network": {"name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net", "admin_state_up": true}}' 2018-10-04 15:14:55,648 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-5f34b202-1966-4132-ad9e-0b94cff32f4f Date: Thu, 04 Oct 2018 15:14:55 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1b0021de-0160-4ce2-88c2-f364e3399528","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dffb494d58894f32a993177903f2cd23","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:14:55Z","is_default":false,"name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:55Z","mtu":1450}} 2018-10-04 15:14:55,648 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-5f34b202-1966-4132-ad9e-0b94cff32f4f 2018-10-04 15:14:55,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=1b0021de-0160-4ce2-88c2-f364e3399528 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10262e66415882b74e20010f0df6f29fda8e938" 2018-10-04 15:14:55,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-2268a826-d5f0-410b-a9cb-529bd4da0b3a Date: Thu, 04 Oct 2018 15:14:55 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-10-04T15:14:55Z","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"dffb494d58894f32a993177903f2cd23","id":"1b0021de-0160-4ce2-88c2-f364e3399528","name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net"}]} 2018-10-04 15:14:55,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=1b0021de-0160-4ce2-88c2-f364e3399528 used request id req-2268a826-d5f0-410b-a9cb-529bd4da0b3a 2018-10-04 15:14:55,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10262e66415882b74e20010f0df6f29fda8e938" 2018-10-04 15:14:55,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a649dbc2-2627-4675-af86-45b622a0ba75 Date: Thu, 04 Oct 2018 15:14:55 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:14:55,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 used request id req-a649dbc2-2627-4675-af86-45b622a0ba75 2018-10-04 15:14:55,917 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-subnet 2018-10-04 15:14:55,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10262e66415882b74e20010f0df6f29fda8e938" -d '{"subnets": [{"ip_version": 4, "network_id": "1b0021de-0160-4ce2-88c2-f364e3399528", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-subnet"}]}' 2018-10-04 15:14:56,564 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-fdb8aecc-bc25-4632-b018-bbc7fd17ea66 Date: Thu, 04 Oct 2018 15:14:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:56Z","dns_nameservers":[],"updated_at":"2018-10-04T15:14:56Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"dffb494d58894f32a993177903f2cd23","id":"743fd89d-241c-4550-8ee1-67659ec4bb38","subnetpool_id":null,"name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-subnet"}]} 2018-10-04 15:14:56,564 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-fdb8aecc-bc25-4632-b018-bbc7fd17ea66 2018-10-04 15:14:56,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=1b0021de-0160-4ce2-88c2-f364e3399528 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10262e66415882b74e20010f0df6f29fda8e938" 2018-10-04 15:14:56,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-8256fc4f-b19a-4198-aadd-755168581a5e Date: Thu, 04 Oct 2018 15:14:56 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":["743fd89d-241c-4550-8ee1-67659ec4bb38"],"updated_at":"2018-10-04T15:14:56Z","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dffb494d58894f32a993177903f2cd23","id":"1b0021de-0160-4ce2-88c2-f364e3399528","name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net"}]} 2018-10-04 15:14:56,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=1b0021de-0160-4ce2-88c2-f364e3399528 used request id req-8256fc4f-b19a-4198-aadd-755168581a5e 2018-10-04 15:14:56,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10262e66415882b74e20010f0df6f29fda8e938" 2018-10-04 15:14:56,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e2e0c3a8-b6cf-4bca-8904-094a33a9433d Date: Thu, 04 Oct 2018 15:14:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:56Z","dns_nameservers":[],"updated_at":"2018-10-04T15:14:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dffb494d58894f32a993177903f2cd23","id":"743fd89d-241c-4550-8ee1-67659ec4bb38","subnetpool_id":null,"name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-subnet"}]} 2018-10-04 15:14:56,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 used request id req-e2e0c3a8-b6cf-4bca-8904-094a33a9433d 2018-10-04 15:14:56,870 - OpenStackNetwork - DEBUG - Network [1b0021de-0160-4ce2-88c2-f364e3399528] created successfully 2018-10-04 15:14:56,871 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:14:56,871 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:14:57,244 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:14:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["gazb1e56QnWsII4ab2hWTw"], "issued_at": "2018-10-04T15:14:57.000000Z"}} 2018-10-04 15:14:57,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}389cc97db4207829ce5695411458dcf2ab36a38e" 2018-10-04 15:14:57,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce24c53d-8dc9-4a75-a5f3-b248f4391b6b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:14:57,325 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ce24c53d-8dc9-4a75-a5f3-b248f4391b6b 2018-10-04 15:14:57,326 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:14:57,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}389cc97db4207829ce5695411458dcf2ab36a38e" 2018-10-04 15:14:57,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14: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-0c41203f-dd3e-4dcc-b63a-c42753484c70 x-compute-request-id: req-0c41203f-dd3e-4dcc-b63a-c42753484c70 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:14:57,507 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0c41203f-dd3e-4dcc-b63a-c42753484c70 2018-10-04 15:14:57,511 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}389cc97db4207829ce5695411458dcf2ab36a38e" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:14:57,562 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14: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-32353f31-d93d-485f-b226-7d82b35f5775 x-compute-request-id: req-32353f31-d93d-485f-b226-7d82b35f5775 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b52628d4-5b7c-4f3d-97a4-0522821de2a2", "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:14:57,562 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-32353f31-d93d-485f-b226-7d82b35f5775 2018-10-04 15:14:57,563 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:14:57,564 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:14:57,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "acfe80bbeea94fe696859be17f9b5784", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj-role"}], "expires_at": "2018-10-04T16:14:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dffb494d58894f32a993177903f2cd23", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/dffb494d58894f32a993177903f2cd23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/dffb494d58894f32a993177903f2cd23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/dffb494d58894f32a993177903f2cd23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/dffb494d58894f32a993177903f2cd23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/dffb494d58894f32a993177903f2cd23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/dffb494d58894f32a993177903f2cd23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dffb494d58894f32a993177903f2cd23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/dffb494d58894f32a993177903f2cd23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/dffb494d58894f32a993177903f2cd23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/dffb494d58894f32a993177903f2cd23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/dffb494d58894f32a993177903f2cd23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/dffb494d58894f32a993177903f2cd23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-user", "id": "4666447d36704082bfd715f7db987859"}, "audit_ids": ["GlcR6625TsqRXevDs9jP2Q"], "issued_at": "2018-10-04T15:14:57.000000Z"}} 2018-10-04 15:14:57,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c498229995bba224e849186623ea4273b2c6228d" 2018-10-04 15:14:58,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdbc6e0e-6e86-450f-95bb-d4ebd037364c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:14:58,007 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fdbc6e0e-6e86-450f-95bb-d4ebd037364c 2018-10-04 15:14:58,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c498229995bba224e849186623ea4273b2c6228d" 2018-10-04 15:14:58,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-82dd2ff9-719c-4c86-b9d4-e60253e4f1a5 Date: Thu, 04 Oct 2018 15:14:58 GMT RESP BODY: {"security_groups": []} 2018-10-04 15:14:58,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-name&description=hello+group used request id req-82dd2ff9-719c-4c86-b9d4-e60253e4f1a5 2018-10-04 15:14:58,209 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-name... 2018-10-04 15:14:58,209 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-name 2018-10-04 15:14:58,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c498229995bba224e849186623ea4273b2c6228d" -d '{"security_group": {"name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-name", "description": "hello group"}}' 2018-10-04 15:14:58,555 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-863c77a3-265b-4404-b057-d76fd23cdf22 Date: Thu, 04 Oct 2018 15:14:58 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "dffb494d58894f32a993177903f2cd23", "created_at": "2018-10-04T15:14:58Z", "updated_at": "2018-10-04T15:14:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:14:58Z", "revision_number": 0, "id": "6dfbb02d-c7be-423d-a49d-24852a749c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:14:58Z", "security_group_id": "ed8fbbde-15d9-43f3-9bbf-414972b4ca3c", "tenant_id": "dffb494d58894f32a993177903f2cd23", "port_range_min": null, "ethertype": "IPv6", "project_id": "dffb494d58894f32a993177903f2cd23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:14:58Z", "revision_number": 0, "id": "ae4f3938-f3d3-45ae-b85d-104cb70eb577", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:14:58Z", "security_group_id": "ed8fbbde-15d9-43f3-9bbf-414972b4ca3c", "tenant_id": "dffb494d58894f32a993177903f2cd23", "port_range_min": null, "ethertype": "IPv4", "project_id": "dffb494d58894f32a993177903f2cd23"}], "revision_number": 2, "project_id": "dffb494d58894f32a993177903f2cd23", "id": "ed8fbbde-15d9-43f3-9bbf-414972b4ca3c", "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-name"}} 2018-10-04 15:14:58,555 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-863c77a3-265b-4404-b057-d76fd23cdf22 2018-10-04 15:14:58,556 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ed8fbbde-15d9-43f3-9bbf-414972b4ca3c 2018-10-04 15:14:58,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ed8fbbde-15d9-43f3-9bbf-414972b4ca3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c498229995bba224e849186623ea4273b2c6228d" 2018-10-04 15:14:58,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0498baf1-09ad-4ea1-a3d1-276d147f6039 Date: Thu, 04 Oct 2018 15:14:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:58Z", "security_group_id": "ed8fbbde-15d9-43f3-9bbf-414972b4ca3c", "port_range_min": null, "revision_number": 0, "tenant_id": "dffb494d58894f32a993177903f2cd23", "created_at": "2018-10-04T15:14:58Z", "project_id": "dffb494d58894f32a993177903f2cd23", "id": "6dfbb02d-c7be-423d-a49d-24852a749c3f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:58Z", "security_group_id": "ed8fbbde-15d9-43f3-9bbf-414972b4ca3c", "port_range_min": null, "revision_number": 0, "tenant_id": "dffb494d58894f32a993177903f2cd23", "created_at": "2018-10-04T15:14:58Z", "project_id": "dffb494d58894f32a993177903f2cd23", "id": "ae4f3938-f3d3-45ae-b85d-104cb70eb577"}]} 2018-10-04 15:14:58,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ed8fbbde-15d9-43f3-9bbf-414972b4ca3c used request id req-0498baf1-09ad-4ea1-a3d1-276d147f6039 2018-10-04 15:14:58,745 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ed8fbbde-15d9-43f3-9bbf-414972b4ca3c 2018-10-04 15:14:58,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ed8fbbde-15d9-43f3-9bbf-414972b4ca3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c498229995bba224e849186623ea4273b2c6228d" 2018-10-04 15:14:58,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0ce71d90-bd65-4490-9e2e-d22935331925 Date: Thu, 04 Oct 2018 15:14:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:58Z", "security_group_id": "ed8fbbde-15d9-43f3-9bbf-414972b4ca3c", "port_range_min": null, "revision_number": 0, "tenant_id": "dffb494d58894f32a993177903f2cd23", "created_at": "2018-10-04T15:14:58Z", "project_id": "dffb494d58894f32a993177903f2cd23", "id": "6dfbb02d-c7be-423d-a49d-24852a749c3f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:58Z", "security_group_id": "ed8fbbde-15d9-43f3-9bbf-414972b4ca3c", "port_range_min": null, "revision_number": 0, "tenant_id": "dffb494d58894f32a993177903f2cd23", "created_at": "2018-10-04T15:14:58Z", "project_id": "dffb494d58894f32a993177903f2cd23", "id": "ae4f3938-f3d3-45ae-b85d-104cb70eb577"}]} 2018-10-04 15:14:58,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ed8fbbde-15d9-43f3-9bbf-414972b4ca3c used request id req-0ce71d90-bd65-4490-9e2e-d22935331925 2018-10-04 15:14:58,773 - neutron_utils - INFO - Retrieving security group with ID - ed8fbbde-15d9-43f3-9bbf-414972b4ca3c 2018-10-04 15:14:58,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=ed8fbbde-15d9-43f3-9bbf-414972b4ca3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c498229995bba224e849186623ea4273b2c6228d" 2018-10-04 15:14:58,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-e20fe6ec-014e-4c3e-9bd1-777a7457cff3 Date: Thu, 04 Oct 2018 15:14:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dffb494d58894f32a993177903f2cd23", "created_at": "2018-10-04T15:14:58Z", "updated_at": "2018-10-04T15:14:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:14:58Z", "revision_number": 0, "id": "6dfbb02d-c7be-423d-a49d-24852a749c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:14:58Z", "security_group_id": "ed8fbbde-15d9-43f3-9bbf-414972b4ca3c", "tenant_id": "dffb494d58894f32a993177903f2cd23", "port_range_min": null, "ethertype": "IPv6", "project_id": "dffb494d58894f32a993177903f2cd23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:14:58Z", "revision_number": 0, "id": "ae4f3938-f3d3-45ae-b85d-104cb70eb577", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:14:58Z", "security_group_id": "ed8fbbde-15d9-43f3-9bbf-414972b4ca3c", "tenant_id": "dffb494d58894f32a993177903f2cd23", "port_range_min": null, "ethertype": "IPv4", "project_id": "dffb494d58894f32a993177903f2cd23"}], "revision_number": 2, "project_id": "dffb494d58894f32a993177903f2cd23", "id": "ed8fbbde-15d9-43f3-9bbf-414972b4ca3c", "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-name"}]} 2018-10-04 15:14:58,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=ed8fbbde-15d9-43f3-9bbf-414972b4ca3c used request id req-e20fe6ec-014e-4c3e-9bd1-777a7457cff3 2018-10-04 15:14:58,876 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ed8fbbde-15d9-43f3-9bbf-414972b4ca3c 2018-10-04 15:14:58,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ed8fbbde-15d9-43f3-9bbf-414972b4ca3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c498229995bba224e849186623ea4273b2c6228d" 2018-10-04 15:14:59,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2289c72a-1dc1-47d8-a013-d383aad4674c Date: Thu, 04 Oct 2018 15:14:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:58Z", "security_group_id": "ed8fbbde-15d9-43f3-9bbf-414972b4ca3c", "port_range_min": null, "revision_number": 0, "tenant_id": "dffb494d58894f32a993177903f2cd23", "created_at": "2018-10-04T15:14:58Z", "project_id": "dffb494d58894f32a993177903f2cd23", "id": "6dfbb02d-c7be-423d-a49d-24852a749c3f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:58Z", "security_group_id": "ed8fbbde-15d9-43f3-9bbf-414972b4ca3c", "port_range_min": null, "revision_number": 0, "tenant_id": "dffb494d58894f32a993177903f2cd23", "created_at": "2018-10-04T15:14:58Z", "project_id": "dffb494d58894f32a993177903f2cd23", "id": "ae4f3938-f3d3-45ae-b85d-104cb70eb577"}]} 2018-10-04 15:14:59,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ed8fbbde-15d9-43f3-9bbf-414972b4ca3c used request id req-2289c72a-1dc1-47d8-a013-d383aad4674c 2018-10-04 15:14:59,041 - neutron_utils - INFO - Retrieving security group with ID - ed8fbbde-15d9-43f3-9bbf-414972b4ca3c 2018-10-04 15:14:59,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=ed8fbbde-15d9-43f3-9bbf-414972b4ca3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c498229995bba224e849186623ea4273b2c6228d" 2018-10-04 15:14:59,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-b4a0a4cb-fb1b-4bc2-8495-69552fd15972 Date: Thu, 04 Oct 2018 15:14:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dffb494d58894f32a993177903f2cd23", "created_at": "2018-10-04T15:14:58Z", "updated_at": "2018-10-04T15:14:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:14:58Z", "revision_number": 0, "id": "6dfbb02d-c7be-423d-a49d-24852a749c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:14:58Z", "security_group_id": "ed8fbbde-15d9-43f3-9bbf-414972b4ca3c", "tenant_id": "dffb494d58894f32a993177903f2cd23", "port_range_min": null, "ethertype": "IPv6", "project_id": "dffb494d58894f32a993177903f2cd23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:14:58Z", "revision_number": 0, "id": "ae4f3938-f3d3-45ae-b85d-104cb70eb577", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:14:58Z", "security_group_id": "ed8fbbde-15d9-43f3-9bbf-414972b4ca3c", "tenant_id": "dffb494d58894f32a993177903f2cd23", "port_range_min": null, "ethertype": "IPv4", "project_id": "dffb494d58894f32a993177903f2cd23"}], "revision_number": 2, "project_id": "dffb494d58894f32a993177903f2cd23", "id": "ed8fbbde-15d9-43f3-9bbf-414972b4ca3c", "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-name"}]} 2018-10-04 15:14:59,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=ed8fbbde-15d9-43f3-9bbf-414972b4ca3c used request id req-b4a0a4cb-fb1b-4bc2-8495-69552fd15972 2018-10-04 15:14:59,249 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ed8fbbde-15d9-43f3-9bbf-414972b4ca3c 2018-10-04 15:14:59,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ed8fbbde-15d9-43f3-9bbf-414972b4ca3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c498229995bba224e849186623ea4273b2c6228d" 2018-10-04 15:14:59,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-75f5d1b1-f9c3-46bb-9cb1-1ae04ecb265d Date: Thu, 04 Oct 2018 15:14:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:58Z", "security_group_id": "ed8fbbde-15d9-43f3-9bbf-414972b4ca3c", "port_range_min": null, "revision_number": 0, "tenant_id": "dffb494d58894f32a993177903f2cd23", "created_at": "2018-10-04T15:14:58Z", "project_id": "dffb494d58894f32a993177903f2cd23", "id": "6dfbb02d-c7be-423d-a49d-24852a749c3f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:58Z", "security_group_id": "ed8fbbde-15d9-43f3-9bbf-414972b4ca3c", "port_range_min": null, "revision_number": 0, "tenant_id": "dffb494d58894f32a993177903f2cd23", "created_at": "2018-10-04T15:14:58Z", "project_id": "dffb494d58894f32a993177903f2cd23", "id": "ae4f3938-f3d3-45ae-b85d-104cb70eb577"}]} 2018-10-04 15:14:59,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ed8fbbde-15d9-43f3-9bbf-414972b4ca3c used request id req-75f5d1b1-f9c3-46bb-9cb1-1ae04ecb265d 2018-10-04 15:14:59,424 - neutron_utils - INFO - Retrieving security group with ID - ed8fbbde-15d9-43f3-9bbf-414972b4ca3c 2018-10-04 15:14:59,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=ed8fbbde-15d9-43f3-9bbf-414972b4ca3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c498229995bba224e849186623ea4273b2c6228d" 2018-10-04 15:14:59,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-eec735c6-95df-4788-8d7f-4ee9afe85a00 Date: Thu, 04 Oct 2018 15:14:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dffb494d58894f32a993177903f2cd23", "created_at": "2018-10-04T15:14:58Z", "updated_at": "2018-10-04T15:14:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:14:58Z", "revision_number": 0, "id": "6dfbb02d-c7be-423d-a49d-24852a749c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:14:58Z", "security_group_id": "ed8fbbde-15d9-43f3-9bbf-414972b4ca3c", "tenant_id": "dffb494d58894f32a993177903f2cd23", "port_range_min": null, "ethertype": "IPv6", "project_id": "dffb494d58894f32a993177903f2cd23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:14:58Z", "revision_number": 0, "id": "ae4f3938-f3d3-45ae-b85d-104cb70eb577", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:14:58Z", "security_group_id": "ed8fbbde-15d9-43f3-9bbf-414972b4ca3c", "tenant_id": "dffb494d58894f32a993177903f2cd23", "port_range_min": null, "ethertype": "IPv4", "project_id": "dffb494d58894f32a993177903f2cd23"}], "revision_number": 2, "project_id": "dffb494d58894f32a993177903f2cd23", "id": "ed8fbbde-15d9-43f3-9bbf-414972b4ca3c", "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-name"}]} 2018-10-04 15:14:59,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=ed8fbbde-15d9-43f3-9bbf-414972b4ca3c used request id req-eec735c6-95df-4788-8d7f-4ee9afe85a00 2018-10-04 15:14:59,570 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ed8fbbde-15d9-43f3-9bbf-414972b4ca3c 2018-10-04 15:14:59,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ed8fbbde-15d9-43f3-9bbf-414972b4ca3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c498229995bba224e849186623ea4273b2c6228d" 2018-10-04 15:14:59,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fff58278-b257-440e-b72c-096e51e1e466 Date: Thu, 04 Oct 2018 15:14:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:58Z", "security_group_id": "ed8fbbde-15d9-43f3-9bbf-414972b4ca3c", "port_range_min": null, "revision_number": 0, "tenant_id": "dffb494d58894f32a993177903f2cd23", "created_at": "2018-10-04T15:14:58Z", "project_id": "dffb494d58894f32a993177903f2cd23", "id": "6dfbb02d-c7be-423d-a49d-24852a749c3f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:58Z", "security_group_id": "ed8fbbde-15d9-43f3-9bbf-414972b4ca3c", "port_range_min": null, "revision_number": 0, "tenant_id": "dffb494d58894f32a993177903f2cd23", "created_at": "2018-10-04T15:14:58Z", "project_id": "dffb494d58894f32a993177903f2cd23", "id": "ae4f3938-f3d3-45ae-b85d-104cb70eb577"}]} 2018-10-04 15:14:59,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ed8fbbde-15d9-43f3-9bbf-414972b4ca3c used request id req-fff58278-b257-440e-b72c-096e51e1e466 2018-10-04 15:14:59,595 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:14:59,596 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:14:59,977 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "acfe80bbeea94fe696859be17f9b5784", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj-role"}], "expires_at": "2018-10-04T16:14:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dffb494d58894f32a993177903f2cd23", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/dffb494d58894f32a993177903f2cd23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/dffb494d58894f32a993177903f2cd23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/dffb494d58894f32a993177903f2cd23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/dffb494d58894f32a993177903f2cd23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/dffb494d58894f32a993177903f2cd23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/dffb494d58894f32a993177903f2cd23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dffb494d58894f32a993177903f2cd23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/dffb494d58894f32a993177903f2cd23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/dffb494d58894f32a993177903f2cd23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/dffb494d58894f32a993177903f2cd23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/dffb494d58894f32a993177903f2cd23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/dffb494d58894f32a993177903f2cd23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-user", "id": "4666447d36704082bfd715f7db987859"}, "audit_ids": ["alUE_p16TUuaPzinAai3qQ"], "issued_at": "2018-10-04T15:14:59.000000Z"}} 2018-10-04 15:14:59,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:14:59,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:14:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ef40e59-faa5-4309-bb34-df2e428e3336 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:14:59,989 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7ef40e59-faa5-4309-bb34-df2e428e3336 2018-10-04 15:14:59,990 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:14:59,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:00,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e98030bb-a569-4e52-8167-9ae018940bc1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:15:00,064 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e98030bb-a569-4e52-8167-9ae018940bc1 2018-10-04 15:15:00,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:00,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c9504427-eedf-49ca-a064-1a7a55a33ec0 Date: Thu, 04 Oct 2018 15:15: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":["743fd89d-241c-4550-8ee1-67659ec4bb38"],"updated_at":"2018-10-04T15:14:56Z","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dffb494d58894f32a993177903f2cd23","id":"1b0021de-0160-4ce2-88c2-f364e3399528","name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net"}]} 2018-10-04 15:15:00,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net used request id req-c9504427-eedf-49ca-a064-1a7a55a33ec0 2018-10-04 15:15:00,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:15:00,334 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:15:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:15:00,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:00,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1bf1ab0-3d45-4a42-b55c-7837534b39b1 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23"}, "enabled": true, "id": "dffb494d58894f32a993177903f2cd23", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj"}} 2018-10-04 15:15:00,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23 used request id req-d1bf1ab0-3d45-4a42-b55c-7837534b39b1 2018-10-04 15:15:00,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:00,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d62fd60f-7662-4b83-b90a-4aa01fc7779e Date: Thu, 04 Oct 2018 15:15:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:56Z","dns_nameservers":[],"updated_at":"2018-10-04T15:14:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dffb494d58894f32a993177903f2cd23","id":"743fd89d-241c-4550-8ee1-67659ec4bb38","subnetpool_id":null,"name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-subnet"}]} 2018-10-04 15:15:00,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 used request id req-d62fd60f-7662-4b83-b90a-4aa01fc7779e 2018-10-04 15:15:00,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1b0021de-0160-4ce2-88c2-f364e3399528&name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:00,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d3d05846-eddc-4f36-9dce-a1353f38a294 Date: Thu, 04 Oct 2018 15:15:00 GMT RESP BODY: {"ports":[]} 2018-10-04 15:15:00,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1b0021de-0160-4ce2-88c2-f364e3399528&name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-port&admin_state_up=True used request id req-d3d05846-eddc-4f36-9dce-a1353f38a294 2018-10-04 15:15:00,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:01,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15: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-40260ca3-f40f-498c-8a80-3f2bfa8cfb5e x-compute-request-id: req-40260ca3-f40f-498c-8a80-3f2bfa8cfb5e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:15:01,034 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst used request id req-40260ca3-f40f-498c-8a80-3f2bfa8cfb5e 2018-10-04 15:15:01,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:01,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-834bde1e-07bf-4e2f-b705-fdb498464e99 Date: Thu, 04 Oct 2018 15:15:01 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":["743fd89d-241c-4550-8ee1-67659ec4bb38"],"updated_at":"2018-10-04T15:14:56Z","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dffb494d58894f32a993177903f2cd23","id":"1b0021de-0160-4ce2-88c2-f364e3399528","name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net"}]} 2018-10-04 15:15:01,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net used request id req-834bde1e-07bf-4e2f-b705-fdb498464e99 2018-10-04 15:15:01,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:01,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41b22617-a2bd-4aca-89ca-b858ea553fa2 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23"}, "enabled": true, "id": "dffb494d58894f32a993177903f2cd23", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj"}} 2018-10-04 15:15:01,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23 used request id req-41b22617-a2bd-4aca-89ca-b858ea553fa2 2018-10-04 15:15:01,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:01,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f406cc79-ffaa-43d3-b022-d2d7829e1c75 Date: Thu, 04 Oct 2018 15:15:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:56Z","dns_nameservers":[],"updated_at":"2018-10-04T15:14:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dffb494d58894f32a993177903f2cd23","id":"743fd89d-241c-4550-8ee1-67659ec4bb38","subnetpool_id":null,"name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-subnet"}]} 2018-10-04 15:15:01,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 used request id req-f406cc79-ffaa-43d3-b022-d2d7829e1c75 2018-10-04 15:15:01,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1b0021de-0160-4ce2-88c2-f364e3399528&name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:01,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ab5209d7-15dd-48f6-b77b-b45336890612 Date: Thu, 04 Oct 2018 15:15:01 GMT RESP BODY: {"ports":[]} 2018-10-04 15:15:01,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1b0021de-0160-4ce2-88c2-f364e3399528&name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-port&admin_state_up=True used request id req-ab5209d7-15dd-48f6-b77b-b45336890612 2018-10-04 15:15:01,764 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:15:01,764 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:15:02,152 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "acfe80bbeea94fe696859be17f9b5784", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj-role"}], "expires_at": "2018-10-04T16:15:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dffb494d58894f32a993177903f2cd23", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/dffb494d58894f32a993177903f2cd23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/dffb494d58894f32a993177903f2cd23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/dffb494d58894f32a993177903f2cd23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/dffb494d58894f32a993177903f2cd23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/dffb494d58894f32a993177903f2cd23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/dffb494d58894f32a993177903f2cd23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dffb494d58894f32a993177903f2cd23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/dffb494d58894f32a993177903f2cd23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/dffb494d58894f32a993177903f2cd23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/dffb494d58894f32a993177903f2cd23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/dffb494d58894f32a993177903f2cd23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/dffb494d58894f32a993177903f2cd23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-user", "id": "4666447d36704082bfd715f7db987859"}, "audit_ids": ["RbWghXF4SoO77C8JSamXeA"], "issued_at": "2018-10-04T15:15:02.000000Z"}} 2018-10-04 15:15:02,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3561706ba573837b886580980a28e6eeaebe19c9" 2018-10-04 15:15:02,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54aa18aa-daf7-4bac-9855-5288d3095282 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:15:02,221 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-54aa18aa-daf7-4bac-9855-5288d3095282 2018-10-04 15:15:02,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:02,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ad5bf416-d993-4c9c-a1e5-f3ca65d991b7 Date: Thu, 04 Oct 2018 15:15:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["743fd89d-241c-4550-8ee1-67659ec4bb38"],"updated_at":"2018-10-04T15:14:56Z","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dffb494d58894f32a993177903f2cd23","id":"1b0021de-0160-4ce2-88c2-f364e3399528","name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net"}]} 2018-10-04 15:15:02,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net used request id req-ad5bf416-d993-4c9c-a1e5-f3ca65d991b7 2018-10-04 15:15:02,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:02,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-bf64b2dc-ae09-45a7-8dab-60e119f7cea2 Date: Thu, 04 Oct 2018 15:15:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:56Z","dns_nameservers":[],"updated_at":"2018-10-04T15:14:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dffb494d58894f32a993177903f2cd23","id":"743fd89d-241c-4550-8ee1-67659ec4bb38","subnetpool_id":null,"name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-subnet"}]} 2018-10-04 15:15:02,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 used request id req-bf64b2dc-ae09-45a7-8dab-60e119f7cea2 2018-10-04 15:15:02,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:03,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-77e13ea7-cd3f-4998-b910-e21b186b2aa6 Date: Thu, 04 Oct 2018 15:15:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["743fd89d-241c-4550-8ee1-67659ec4bb38"],"updated_at":"2018-10-04T15:14:56Z","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dffb494d58894f32a993177903f2cd23","id":"1b0021de-0160-4ce2-88c2-f364e3399528","name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net"}]} 2018-10-04 15:15:03,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net used request id req-77e13ea7-cd3f-4998-b910-e21b186b2aa6 2018-10-04 15:15:03,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:15:03,178 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:15:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:15:03,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3561706ba573837b886580980a28e6eeaebe19c9" 2018-10-04 15:15:03,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d09e35e9-4765-4e14-a69f-305460f2053a Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23"}, "enabled": true, "id": "dffb494d58894f32a993177903f2cd23", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj"}} 2018-10-04 15:15:03,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23 used request id req-d09e35e9-4765-4e14-a69f-305460f2053a 2018-10-04 15:15:03,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:03,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a904179d-4c3b-4b8e-af3a-8c9a00e02312 Date: Thu, 04 Oct 2018 15:15:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:56Z","dns_nameservers":[],"updated_at":"2018-10-04T15:14:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dffb494d58894f32a993177903f2cd23","id":"743fd89d-241c-4550-8ee1-67659ec4bb38","subnetpool_id":null,"name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-subnet"}]} 2018-10-04 15:15:03,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 used request id req-a904179d-4c3b-4b8e-af3a-8c9a00e02312 2018-10-04 15:15:03,455 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net 2018-10-04 15:15:03,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" -d '{"port": {"network_id": "1b0021de-0160-4ce2-88c2-f364e3399528", "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-port", "admin_state_up": true}}' 2018-10-04 15:15:04,564 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-66cc237b-b4ab-4052-8678-0af163df7e0c Date: Thu, 04 Oct 2018 15:15:04 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:03Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"743fd89d-241c-4550-8ee1-67659ec4bb38","ip_address":"10.55.0.9"}],"id":"7a1f66e0-4093-44f8-8149-8a3675f6af5c","security_groups":["a06b7894-8c1d-4180-9106-04fa1d6633e4"],"mac_address":"fa:16:3e:72:25:51","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-port","project_id":"dffb494d58894f32a993177903f2cd23","qos_policy_id":null,"admin_state_up":true,"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:15:03Z","binding:vnic_type":"normal"}} 2018-10-04 15:15:04,564 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-66cc237b-b4ab-4052-8678-0af163df7e0c 2018-10-04 15:15:04,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:04,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c5e9458d-2126-4a94-9333-c1de26a53e1d Date: Thu, 04 Oct 2018 15:15:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["743fd89d-241c-4550-8ee1-67659ec4bb38"],"updated_at":"2018-10-04T15:14:56Z","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dffb494d58894f32a993177903f2cd23","id":"1b0021de-0160-4ce2-88c2-f364e3399528","name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net"}]} 2018-10-04 15:15:04,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net used request id req-c5e9458d-2126-4a94-9333-c1de26a53e1d 2018-10-04 15:15:04,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:04,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a15d9ed-db18-40d6-a3a7-ebd393aa03f4 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23"}, "enabled": true, "id": "dffb494d58894f32a993177903f2cd23", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj"}} 2018-10-04 15:15:04,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23 used request id req-6a15d9ed-db18-40d6-a3a7-ebd393aa03f4 2018-10-04 15:15:04,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:05,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-dc59b51a-425e-4715-993f-d166ebd0323f Date: Thu, 04 Oct 2018 15:15:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:56Z","dns_nameservers":[],"updated_at":"2018-10-04T15:14:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dffb494d58894f32a993177903f2cd23","id":"743fd89d-241c-4550-8ee1-67659ec4bb38","subnetpool_id":null,"name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-subnet"}]} 2018-10-04 15:15:05,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 used request id req-dc59b51a-425e-4715-993f-d166ebd0323f 2018-10-04 15:15:05,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1b0021de-0160-4ce2-88c2-f364e3399528&name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:05,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-d2f81cee-f3bc-488e-a5f4-55d76e430a4a Date: Thu, 04 Oct 2018 15:15:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:03Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"743fd89d-241c-4550-8ee1-67659ec4bb38","ip_address":"10.55.0.9"}],"id":"7a1f66e0-4093-44f8-8149-8a3675f6af5c","security_groups":["a06b7894-8c1d-4180-9106-04fa1d6633e4"],"mac_address":"fa:16:3e:72:25:51","project_id":"dffb494d58894f32a993177903f2cd23","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-port","admin_state_up":true,"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:15:03Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:15:05,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1b0021de-0160-4ce2-88c2-f364e3399528&name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-port&admin_state_up=True used request id req-d2f81cee-f3bc-488e-a5f4-55d76e430a4a 2018-10-04 15:15:05,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:05,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e72bd3da-9b3e-40e0-90c0-fd1eda35c9a5 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23"}, "enabled": true, "id": "dffb494d58894f32a993177903f2cd23", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj"}} 2018-10-04 15:15:05,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23 used request id req-e72bd3da-9b3e-40e0-90c0-fd1eda35c9a5 2018-10-04 15:15:05,416 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst 2018-10-04 15:15:05,419 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:05,450 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15: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-2f2b8e50-39e7-40f7-9b7c-88fe763cb5ce x-compute-request-id: req-2f2b8e50-39e7-40f7-9b7c-88fe763cb5ce Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "b52628d4-5b7c-4f3d-97a4-0522821de2a2", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-flavor-name"}]} 2018-10-04 15:15:05,451 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-2f2b8e50-39e7-40f7-9b7c-88fe763cb5ce 2018-10-04 15:15:05,452 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:05,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15: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-333612eb-d102-43ca-b076-360a17cf8028 x-compute-request-id: req-333612eb-d102-43ca-b076-360a17cf8028 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b52628d4-5b7c-4f3d-97a4-0522821de2a2", "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:15:05,471 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2 used request id req-333612eb-d102-43ca-b076-360a17cf8028 2018-10-04 15:15:05,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:05,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-ced12d5e-42c8-4a33-b8c2-eb72807cdc82 Date: Thu, 04 Oct 2018 15:15:05 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:14:51Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:14:54Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/acb92469-48be-4e73-bc14-7e8527d6acab/snap", "metadata": {}}], "self": "/v2/images/acb92469-48be-4e73-bc14-7e8527d6acab", "min_disk": 0, "protected": false, "id": "acb92469-48be-4e73-bc14-7e8527d6acab", "file": "/v2/images/acb92469-48be-4e73-bc14-7e8527d6acab/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dffb494d58894f32a993177903f2cd23", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/acb92469-48be-4e73-bc14-7e8527d6acab/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-image"} 2018-10-04 15:15:05,663 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-image used request id req-ced12d5e-42c8-4a33-b8c2-eb72807cdc82 2018-10-04 15:15:05,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:05,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-add227b9-34b6-4fb6-be11-82dde536598e Date: Thu, 04 Oct 2018 15:15:05 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:15:05,808 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-add227b9-34b6-4fb6-be11-82dde536598e 2018-10-04 15:15:05,811 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" -d '{"server": {"name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst", "imageRef": "acb92469-48be-4e73-bc14-7e8527d6acab", "flavorRef": "b52628d4-5b7c-4f3d-97a4-0522821de2a2", "max_count": 1, "min_count": 1, "networks": [{"port": "7a1f66e0-4093-44f8-8149-8a3675f6af5c"}], "security_groups": [{"name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-name"}]}}' 2018-10-04 15:15:08,106 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:15:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d8f18901-6081-45db-bdb5-60b6550c9840 x-compute-request-id: req-d8f18901-6081-45db-bdb5-60b6550c9840 Content-Length: 435 location: http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-name"}], "OS-DCF:diskConfig": "MANUAL", "id": "408656ab-28d4-49e5-a6b1-5fba353c7e57", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "bookmark"}], "adminPass": "n6GRJ2ciwBd9"}} 2018-10-04 15:15:08,107 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-d8f18901-6081-45db-bdb5-60b6550c9840 2018-10-04 15:15:08,110 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:08,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15: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-ea4412ae-ad1f-42ab-a9ed-de1091693518 x-compute-request-id: req-ea4412ae-ad1f-42ab-a9ed-de1091693518 Content-Encoding: gzip Content-Length: 612 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "bookmark"}], "image": {"id": "acb92469-48be-4e73-bc14-7e8527d6acab", "links": [{"href": "http://172.30.9.23:8774/images/acb92469-48be-4e73-bc14-7e8527d6acab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b52628d4-5b7c-4f3d-97a4-0522821de2a2", "links": [{"href": "http://172.30.9.23:8774/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2", "rel": "bookmark"}]}, "id": "408656ab-28d4-49e5-a6b1-5fba353c7e57", "user_id": "4666447d36704082bfd715f7db987859", "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-10-04T15:15:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst", "created": "2018-10-04T15:15:08Z", "tenant_id": "dffb494d58894f32a993177903f2cd23", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:15:08,313 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 used request id req-ea4412ae-ad1f-42ab-a9ed-de1091693518 2018-10-04 15:15:08,314 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst 2018-10-04 15:15:08,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:08,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15: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-a5f0c195-6bbc-474b-bbe2-0853cdea52ef x-compute-request-id: req-a5f0c195-6bbc-474b-bbe2-0853cdea52ef Content-Encoding: gzip Content-Length: 612 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "bookmark"}], "image": {"id": "acb92469-48be-4e73-bc14-7e8527d6acab", "links": [{"href": "http://172.30.9.23:8774/images/acb92469-48be-4e73-bc14-7e8527d6acab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b52628d4-5b7c-4f3d-97a4-0522821de2a2", "links": [{"href": "http://172.30.9.23:8774/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2", "rel": "bookmark"}]}, "id": "408656ab-28d4-49e5-a6b1-5fba353c7e57", "user_id": "4666447d36704082bfd715f7db987859", "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-10-04T15:15:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst", "created": "2018-10-04T15:15:08Z", "tenant_id": "dffb494d58894f32a993177903f2cd23", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:15:08,688 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 used request id req-a5f0c195-6bbc-474b-bbe2-0853cdea52ef 2018-10-04 15:15:08,688 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst] is - BUILD 2018-10-04 15:15:08,688 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:15:11,691 - create_instance - DEBUG - VM status query timeout in 896.622904062 2018-10-04 15:15:11,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:12,370 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc54c83f-5f4a-4701-bda0-8b940b780f18 x-compute-request-id: req-dc54c83f-5f4a-4701-bda0-8b940b780f18 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "bookmark"}], "image": {"id": "acb92469-48be-4e73-bc14-7e8527d6acab", "links": [{"href": "http://172.30.9.23:8774/images/acb92469-48be-4e73-bc14-7e8527d6acab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b52628d4-5b7c-4f3d-97a4-0522821de2a2", "links": [{"href": "http://172.30.9.23:8774/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2", "rel": "bookmark"}]}, "id": "408656ab-28d4-49e5-a6b1-5fba353c7e57", "security_groups": [{"name": "default"}], "user_id": "4666447d36704082bfd715f7db987859", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:15:09Z", "hostId": "0458d10f588a47426e92b85c88df8e56e1031a379b0ecf631796b879", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst", "created": "2018-10-04T15:15:08Z", "tenant_id": "dffb494d58894f32a993177903f2cd23", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:15:12,370 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 used request id req-dc54c83f-5f4a-4701-bda0-8b940b780f18 2018-10-04 15:15:12,370 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst] is - BUILD 2018-10-04 15:15:12,370 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:15:15,374 - create_instance - DEBUG - VM status query timeout in 892.940352201 2018-10-04 15:15:15,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:15,850 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15: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-89e833bf-b18f-43d8-a6c6-c4c54103f974 x-compute-request-id: req-89e833bf-b18f-43d8-a6c6-c4c54103f974 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:25:51", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "bookmark"}], "image": {"id": "acb92469-48be-4e73-bc14-7e8527d6acab", "links": [{"href": "http://172.30.9.23:8774/images/acb92469-48be-4e73-bc14-7e8527d6acab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:15:10.000000", "flavor": {"id": "b52628d4-5b7c-4f3d-97a4-0522821de2a2", "links": [{"href": "http://172.30.9.23:8774/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2", "rel": "bookmark"}]}, "id": "408656ab-28d4-49e5-a6b1-5fba353c7e57", "security_groups": [{"name": "default"}], "user_id": "4666447d36704082bfd715f7db987859", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:15:13Z", "hostId": "0458d10f588a47426e92b85c88df8e56e1031a379b0ecf631796b879", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst", "created": "2018-10-04T15:15:08Z", "tenant_id": "dffb494d58894f32a993177903f2cd23", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:15:15,851 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 used request id req-89e833bf-b18f-43d8-a6c6-c4c54103f974 2018-10-04 15:15:15,851 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst] is - ACTIVE 2018-10-04 15:15:15,851 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:15:15,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:16,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15: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-195717c5-7163-43ea-9c4d-48fd23d4d10b x-compute-request-id: req-195717c5-7163-43ea-9c4d-48fd23d4d10b Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:25:51", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "bookmark"}], "image": {"id": "acb92469-48be-4e73-bc14-7e8527d6acab", "links": [{"href": "http://172.30.9.23:8774/images/acb92469-48be-4e73-bc14-7e8527d6acab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:15:10.000000", "flavor": {"id": "b52628d4-5b7c-4f3d-97a4-0522821de2a2", "links": [{"href": "http://172.30.9.23:8774/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2", "rel": "bookmark"}]}, "id": "408656ab-28d4-49e5-a6b1-5fba353c7e57", "security_groups": [{"name": "default"}], "user_id": "4666447d36704082bfd715f7db987859", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:15:13Z", "hostId": "0458d10f588a47426e92b85c88df8e56e1031a379b0ecf631796b879", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst", "created": "2018-10-04T15:15:08Z", "tenant_id": "dffb494d58894f32a993177903f2cd23", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:15:16,453 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 used request id req-195717c5-7163-43ea-9c4d-48fd23d4d10b 2018-10-04 15:15:16,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:16,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-3486043c-1e1f-40a5-99fa-45e3d25aa15a Date: Thu, 04 Oct 2018 15:15:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["743fd89d-241c-4550-8ee1-67659ec4bb38"],"updated_at":"2018-10-04T15:14:56Z","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dffb494d58894f32a993177903f2cd23","id":"1b0021de-0160-4ce2-88c2-f364e3399528","name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net"}]} 2018-10-04 15:15:16,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net used request id req-3486043c-1e1f-40a5-99fa-45e3d25aa15a 2018-10-04 15:15:16,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:16,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dce526c5-5596-40d3-bbad-7fd255a9385d Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23"}, "enabled": true, "id": "dffb494d58894f32a993177903f2cd23", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj"}} 2018-10-04 15:15:16,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23 used request id req-dce526c5-5596-40d3-bbad-7fd255a9385d 2018-10-04 15:15:16,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:16,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-72f1f5a5-762d-491c-b01b-00dc6fe15440 Date: Thu, 04 Oct 2018 15:15:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:56Z","dns_nameservers":[],"updated_at":"2018-10-04T15:14:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dffb494d58894f32a993177903f2cd23","id":"743fd89d-241c-4550-8ee1-67659ec4bb38","subnetpool_id":null,"name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-subnet"}]} 2018-10-04 15:15:16,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 used request id req-72f1f5a5-762d-491c-b01b-00dc6fe15440 2018-10-04 15:15:16,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:17,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-e3bd50f9-04e6-4c7b-ae93-3c9f0a90e2c1 Date: Thu, 04 Oct 2018 15:15:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"743fd89d-241c-4550-8ee1-67659ec4bb38","ip_address":"10.55.0.4"}],"id":"33a1bf2e-4f73-4091-9652-3e6f168b74e2","security_groups":[],"mac_address":"fa:16:3e:27:4d:a9","project_id":"dffb494d58894f32a993177903f2cd23","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1b0021de-0160-4ce2-88c2-f364e3399528"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"743fd89d-241c-4550-8ee1-67659ec4bb38","ip_address":"10.55.0.9"}],"id":"7a1f66e0-4093-44f8-8149-8a3675f6af5c","security_groups":["a06b7894-8c1d-4180-9106-04fa1d6633e4"],"mac_address":"fa:16:3e:72:25:51","project_id":"dffb494d58894f32a993177903f2cd23","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-port","admin_state_up":true,"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:15:03Z","binding:vnic_type":"normal","device_id":"408656ab-28d4-49e5-a6b1-5fba353c7e57"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"743fd89d-241c-4550-8ee1-67659ec4bb38","ip_address":"10.55.0.2"}],"id":"934a42ff-e643-4a77-b15e-9e31d9f594de","security_groups":[],"mac_address":"fa:16:3e:af:53:f0","project_id":"dffb494d58894f32a993177903f2cd23","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1b0021de-0160-4ce2-88c2-f364e3399528"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"743fd89d-241c-4550-8ee1-67659ec4bb38","ip_address":"10.55.0.3"}],"id":"95fd61b3-04f6-4997-9347-b762627c6d0b","security_groups":[],"mac_address":"fa:16:3e:8e:ac:de","project_id":"dffb494d58894f32a993177903f2cd23","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:57Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1b0021de-0160-4ce2-88c2-f364e3399528"}]} 2018-10-04 15:15:17,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 used request id req-e3bd50f9-04e6-4c7b-ae93-3c9f0a90e2c1 2018-10-04 15:15:17,076 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:17,459 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15: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-77d4a022-693b-4aa1-b807-a810eadd3c3b x-compute-request-id: req-77d4a022-693b-4aa1-b807-a810eadd3c3b Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:25:51", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "bookmark"}], "image": {"id": "acb92469-48be-4e73-bc14-7e8527d6acab", "links": [{"href": "http://172.30.9.23:8774/images/acb92469-48be-4e73-bc14-7e8527d6acab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:15:10.000000", "flavor": {"id": "b52628d4-5b7c-4f3d-97a4-0522821de2a2", "links": [{"href": "http://172.30.9.23:8774/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2", "rel": "bookmark"}]}, "id": "408656ab-28d4-49e5-a6b1-5fba353c7e57", "security_groups": [{"name": "default"}], "user_id": "4666447d36704082bfd715f7db987859", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:15:13Z", "hostId": "0458d10f588a47426e92b85c88df8e56e1031a379b0ecf631796b879", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst", "created": "2018-10-04T15:15:08Z", "tenant_id": "dffb494d58894f32a993177903f2cd23", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:15:17,459 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 used request id req-77d4a022-693b-4aa1-b807-a810eadd3c3b 2018-10-04 15:15:17,459 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst] is - ACTIVE 2018-10-04 15:15:17,459 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:15:17,461 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:18,047 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15: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-8064c412-3c22-486b-b453-a61efaed81e4 x-compute-request-id: req-8064c412-3c22-486b-b453-a61efaed81e4 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:25:51", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "bookmark"}], "image": {"id": "acb92469-48be-4e73-bc14-7e8527d6acab", "links": [{"href": "http://172.30.9.23:8774/images/acb92469-48be-4e73-bc14-7e8527d6acab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:15:10.000000", "flavor": {"id": "b52628d4-5b7c-4f3d-97a4-0522821de2a2", "links": [{"href": "http://172.30.9.23:8774/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2", "rel": "bookmark"}]}, "id": "408656ab-28d4-49e5-a6b1-5fba353c7e57", "security_groups": [{"name": "default"}], "user_id": "4666447d36704082bfd715f7db987859", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:15:13Z", "hostId": "0458d10f588a47426e92b85c88df8e56e1031a379b0ecf631796b879", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst", "created": "2018-10-04T15:15:08Z", "tenant_id": "dffb494d58894f32a993177903f2cd23", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:15:18,047 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 used request id req-8064c412-3c22-486b-b453-a61efaed81e4 2018-10-04 15:15:18,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:18,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c4d0e829-8a8b-4d78-aadf-2dad47336cc5 Date: Thu, 04 Oct 2018 15:15:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["743fd89d-241c-4550-8ee1-67659ec4bb38"],"updated_at":"2018-10-04T15:14:56Z","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dffb494d58894f32a993177903f2cd23","id":"1b0021de-0160-4ce2-88c2-f364e3399528","name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net"}]} 2018-10-04 15:15:18,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net used request id req-c4d0e829-8a8b-4d78-aadf-2dad47336cc5 2018-10-04 15:15:18,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:18,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98bf14b3-43d0-4fb9-b8de-eee763be66be Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23"}, "enabled": true, "id": "dffb494d58894f32a993177903f2cd23", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj"}} 2018-10-04 15:15:18,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23 used request id req-98bf14b3-43d0-4fb9-b8de-eee763be66be 2018-10-04 15:15:18,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:18,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-75f1a42b-d001-4400-9aeb-f311da1f31b4 Date: Thu, 04 Oct 2018 15:15:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:56Z","dns_nameservers":[],"updated_at":"2018-10-04T15:14:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dffb494d58894f32a993177903f2cd23","id":"743fd89d-241c-4550-8ee1-67659ec4bb38","subnetpool_id":null,"name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-subnet"}]} 2018-10-04 15:15:18,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 used request id req-75f1a42b-d001-4400-9aeb-f311da1f31b4 2018-10-04 15:15:18,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:18,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-154d5c48-82fb-40df-8883-f258c3867f5e Date: Thu, 04 Oct 2018 15:15:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"743fd89d-241c-4550-8ee1-67659ec4bb38","ip_address":"10.55.0.4"}],"id":"33a1bf2e-4f73-4091-9652-3e6f168b74e2","security_groups":[],"mac_address":"fa:16:3e:27:4d:a9","project_id":"dffb494d58894f32a993177903f2cd23","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1b0021de-0160-4ce2-88c2-f364e3399528"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"743fd89d-241c-4550-8ee1-67659ec4bb38","ip_address":"10.55.0.9"}],"id":"7a1f66e0-4093-44f8-8149-8a3675f6af5c","security_groups":["a06b7894-8c1d-4180-9106-04fa1d6633e4"],"mac_address":"fa:16:3e:72:25:51","project_id":"dffb494d58894f32a993177903f2cd23","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-port","admin_state_up":true,"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:15:03Z","binding:vnic_type":"normal","device_id":"408656ab-28d4-49e5-a6b1-5fba353c7e57"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"743fd89d-241c-4550-8ee1-67659ec4bb38","ip_address":"10.55.0.2"}],"id":"934a42ff-e643-4a77-b15e-9e31d9f594de","security_groups":[],"mac_address":"fa:16:3e:af:53:f0","project_id":"dffb494d58894f32a993177903f2cd23","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1b0021de-0160-4ce2-88c2-f364e3399528"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"743fd89d-241c-4550-8ee1-67659ec4bb38","ip_address":"10.55.0.3"}],"id":"95fd61b3-04f6-4997-9347-b762627c6d0b","security_groups":[],"mac_address":"fa:16:3e:8e:ac:de","project_id":"dffb494d58894f32a993177903f2cd23","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:57Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1b0021de-0160-4ce2-88c2-f364e3399528"}]} 2018-10-04 15:15:18,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 used request id req-154d5c48-82fb-40df-8883-f258c3867f5e 2018-10-04 15:15:18,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-name"}}' 2018-10-04 15:15:20,102 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:15:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-05b1c1ea-36b2-40df-a7d9-e2defc361744 x-compute-request-id: req-05b1c1ea-36b2-40df-a7d9-e2defc361744 Content-Length: 0 Content-Type: application/json 2018-10-04 15:15:20,103 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57/action used request id req-05b1c1ea-36b2-40df-a7d9-e2defc361744 2018-10-04 15:15:20,106 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:20,710 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ec2661b-7149-4232-b22b-a7a9a8bc4bf7 x-compute-request-id: req-8ec2661b-7149-4232-b22b-a7a9a8bc4bf7 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:25:51", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "bookmark"}], "image": {"id": "acb92469-48be-4e73-bc14-7e8527d6acab", "links": [{"href": "http://172.30.9.23:8774/images/acb92469-48be-4e73-bc14-7e8527d6acab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:15:10.000000", "flavor": {"id": "b52628d4-5b7c-4f3d-97a4-0522821de2a2", "links": [{"href": "http://172.30.9.23:8774/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2", "rel": "bookmark"}]}, "id": "408656ab-28d4-49e5-a6b1-5fba353c7e57", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-name"}], "user_id": "4666447d36704082bfd715f7db987859", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:15:13Z", "hostId": "0458d10f588a47426e92b85c88df8e56e1031a379b0ecf631796b879", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst", "created": "2018-10-04T15:15:08Z", "tenant_id": "dffb494d58894f32a993177903f2cd23", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:15:20,710 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 used request id req-8ec2661b-7149-4232-b22b-a7a9a8bc4bf7 2018-10-04 15:15:20,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:20,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-39a91821-ffb4-49e9-b59e-27bb729b8ebd Date: Thu, 04 Oct 2018 15:15:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["743fd89d-241c-4550-8ee1-67659ec4bb38"],"updated_at":"2018-10-04T15:14:56Z","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dffb494d58894f32a993177903f2cd23","id":"1b0021de-0160-4ce2-88c2-f364e3399528","name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net"}]} 2018-10-04 15:15:20,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net used request id req-39a91821-ffb4-49e9-b59e-27bb729b8ebd 2018-10-04 15:15:20,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:20,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03f8c2a0-285c-41dd-a09d-cd8cb8cf560d Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23"}, "enabled": true, "id": "dffb494d58894f32a993177903f2cd23", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj"}} 2018-10-04 15:15:20,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23 used request id req-03f8c2a0-285c-41dd-a09d-cd8cb8cf560d 2018-10-04 15:15:20,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:20,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-87c1018b-60a9-40c7-a4ee-5ad2a146484c Date: Thu, 04 Oct 2018 15:15:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:56Z","dns_nameservers":[],"updated_at":"2018-10-04T15:14:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dffb494d58894f32a993177903f2cd23","id":"743fd89d-241c-4550-8ee1-67659ec4bb38","subnetpool_id":null,"name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-subnet"}]} 2018-10-04 15:15:20,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 used request id req-87c1018b-60a9-40c7-a4ee-5ad2a146484c 2018-10-04 15:15:20,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:21,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-05764bed-2f96-470f-aff0-724c24a4ca92 Date: Thu, 04 Oct 2018 15:15:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"743fd89d-241c-4550-8ee1-67659ec4bb38","ip_address":"10.55.0.4"}],"id":"33a1bf2e-4f73-4091-9652-3e6f168b74e2","security_groups":[],"mac_address":"fa:16:3e:27:4d:a9","project_id":"dffb494d58894f32a993177903f2cd23","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1b0021de-0160-4ce2-88c2-f364e3399528"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:19Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"743fd89d-241c-4550-8ee1-67659ec4bb38","ip_address":"10.55.0.9"}],"id":"7a1f66e0-4093-44f8-8149-8a3675f6af5c","security_groups":["a06b7894-8c1d-4180-9106-04fa1d6633e4","ed8fbbde-15d9-43f3-9bbf-414972b4ca3c"],"mac_address":"fa:16:3e:72:25:51","project_id":"dffb494d58894f32a993177903f2cd23","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-port","admin_state_up":true,"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:15:03Z","binding:vnic_type":"normal","device_id":"408656ab-28d4-49e5-a6b1-5fba353c7e57"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"743fd89d-241c-4550-8ee1-67659ec4bb38","ip_address":"10.55.0.2"}],"id":"934a42ff-e643-4a77-b15e-9e31d9f594de","security_groups":[],"mac_address":"fa:16:3e:af:53:f0","project_id":"dffb494d58894f32a993177903f2cd23","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1b0021de-0160-4ce2-88c2-f364e3399528"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"743fd89d-241c-4550-8ee1-67659ec4bb38","ip_address":"10.55.0.3"}],"id":"95fd61b3-04f6-4997-9347-b762627c6d0b","security_groups":[],"mac_address":"fa:16:3e:8e:ac:de","project_id":"dffb494d58894f32a993177903f2cd23","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:57Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1b0021de-0160-4ce2-88c2-f364e3399528"}]} 2018-10-04 15:15:21,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 used request id req-05764bed-2f96-470f-aff0-724c24a4ca92 2018-10-04 15:15:21,209 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:15:21,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "acfe80bbeea94fe696859be17f9b5784", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj-role"}], "expires_at": "2018-10-04T16:15:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dffb494d58894f32a993177903f2cd23", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/dffb494d58894f32a993177903f2cd23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/dffb494d58894f32a993177903f2cd23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/dffb494d58894f32a993177903f2cd23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/dffb494d58894f32a993177903f2cd23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/dffb494d58894f32a993177903f2cd23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/dffb494d58894f32a993177903f2cd23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dffb494d58894f32a993177903f2cd23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/dffb494d58894f32a993177903f2cd23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/dffb494d58894f32a993177903f2cd23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/dffb494d58894f32a993177903f2cd23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/dffb494d58894f32a993177903f2cd23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/dffb494d58894f32a993177903f2cd23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-user", "id": "4666447d36704082bfd715f7db987859"}, "audit_ids": ["IpPfMCwvTgSMlcgoQAJWpw"], "issued_at": "2018-10-04T15:15:21.000000Z"}} 2018-10-04 15:15:21,586 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14fc4bdbd80670bf4a4fff049f718e9581ccfeca" 2018-10-04 15:15:22,418 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a31a1c3-3180-4d50-8050-d077cd332b7b x-compute-request-id: req-9a31a1c3-3180-4d50-8050-d077cd332b7b Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:25:51", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "bookmark"}], "image": {"id": "acb92469-48be-4e73-bc14-7e8527d6acab", "links": [{"href": "http://172.30.9.23:8774/images/acb92469-48be-4e73-bc14-7e8527d6acab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:15:10.000000", "flavor": {"id": "b52628d4-5b7c-4f3d-97a4-0522821de2a2", "links": [{"href": "http://172.30.9.23:8774/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2", "rel": "bookmark"}]}, "id": "408656ab-28d4-49e5-a6b1-5fba353c7e57", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-name"}], "user_id": "4666447d36704082bfd715f7db987859", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:15:13Z", "hostId": "0458d10f588a47426e92b85c88df8e56e1031a379b0ecf631796b879", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst", "created": "2018-10-04T15:15:08Z", "tenant_id": "dffb494d58894f32a993177903f2cd23", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:15:22,418 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 used request id req-9a31a1c3-3180-4d50-8050-d077cd332b7b 2018-10-04 15:15:22,422 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:22,892 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15: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-b50dad13-2714-407f-b7ae-b8e97b6086d6 x-compute-request-id: req-b50dad13-2714-407f-b7ae-b8e97b6086d6 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:25:51", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "bookmark"}], "image": {"id": "acb92469-48be-4e73-bc14-7e8527d6acab", "links": [{"href": "http://172.30.9.23:8774/images/acb92469-48be-4e73-bc14-7e8527d6acab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:15:10.000000", "flavor": {"id": "b52628d4-5b7c-4f3d-97a4-0522821de2a2", "links": [{"href": "http://172.30.9.23:8774/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2", "rel": "bookmark"}]}, "id": "408656ab-28d4-49e5-a6b1-5fba353c7e57", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-name"}], "user_id": "4666447d36704082bfd715f7db987859", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:15:13Z", "hostId": "0458d10f588a47426e92b85c88df8e56e1031a379b0ecf631796b879", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst", "created": "2018-10-04T15:15:08Z", "tenant_id": "dffb494d58894f32a993177903f2cd23", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:15:22,892 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 used request id req-b50dad13-2714-407f-b7ae-b8e97b6086d6 2018-10-04 15:15:22,892 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst] is - ACTIVE 2018-10-04 15:15:22,893 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:15:22,895 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:23,355 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15: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-a988c5e9-2825-47a4-bd89-2abd55f8765b x-compute-request-id: req-a988c5e9-2825-47a4-bd89-2abd55f8765b Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:25:51", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "bookmark"}], "image": {"id": "acb92469-48be-4e73-bc14-7e8527d6acab", "links": [{"href": "http://172.30.9.23:8774/images/acb92469-48be-4e73-bc14-7e8527d6acab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:15:10.000000", "flavor": {"id": "b52628d4-5b7c-4f3d-97a4-0522821de2a2", "links": [{"href": "http://172.30.9.23:8774/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2", "rel": "bookmark"}]}, "id": "408656ab-28d4-49e5-a6b1-5fba353c7e57", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-name"}], "user_id": "4666447d36704082bfd715f7db987859", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:15:13Z", "hostId": "0458d10f588a47426e92b85c88df8e56e1031a379b0ecf631796b879", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst", "created": "2018-10-04T15:15:08Z", "tenant_id": "dffb494d58894f32a993177903f2cd23", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:15:23,355 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 used request id req-a988c5e9-2825-47a4-bd89-2abd55f8765b 2018-10-04 15:15:23,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:23,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-7a14ae3a-1f56-4d7c-a68d-f0419bfbdad5 Date: Thu, 04 Oct 2018 15:15:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["743fd89d-241c-4550-8ee1-67659ec4bb38"],"updated_at":"2018-10-04T15:14:56Z","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dffb494d58894f32a993177903f2cd23","id":"1b0021de-0160-4ce2-88c2-f364e3399528","name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net"}]} 2018-10-04 15:15:23,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net used request id req-7a14ae3a-1f56-4d7c-a68d-f0419bfbdad5 2018-10-04 15:15:23,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:23,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-601cbbc7-47ec-4c92-8057-1b4bc7f8a52d Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23"}, "enabled": true, "id": "dffb494d58894f32a993177903f2cd23", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj"}} 2018-10-04 15:15:23,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23 used request id req-601cbbc7-47ec-4c92-8057-1b4bc7f8a52d 2018-10-04 15:15:23,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:23,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4b9d3e82-0cb9-4b0b-90e4-84cf7a7abeb1 Date: Thu, 04 Oct 2018 15:15:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:56Z","dns_nameservers":[],"updated_at":"2018-10-04T15:14:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dffb494d58894f32a993177903f2cd23","id":"743fd89d-241c-4550-8ee1-67659ec4bb38","subnetpool_id":null,"name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-subnet"}]} 2018-10-04 15:15:23,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 used request id req-4b9d3e82-0cb9-4b0b-90e4-84cf7a7abeb1 2018-10-04 15:15:23,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:23,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-523534b0-3159-4c8e-bbe5-b543bd26dcfe Date: Thu, 04 Oct 2018 15:15:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"743fd89d-241c-4550-8ee1-67659ec4bb38","ip_address":"10.55.0.4"}],"id":"33a1bf2e-4f73-4091-9652-3e6f168b74e2","security_groups":[],"mac_address":"fa:16:3e:27:4d:a9","project_id":"dffb494d58894f32a993177903f2cd23","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1b0021de-0160-4ce2-88c2-f364e3399528"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:19Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"743fd89d-241c-4550-8ee1-67659ec4bb38","ip_address":"10.55.0.9"}],"id":"7a1f66e0-4093-44f8-8149-8a3675f6af5c","security_groups":["a06b7894-8c1d-4180-9106-04fa1d6633e4","ed8fbbde-15d9-43f3-9bbf-414972b4ca3c"],"mac_address":"fa:16:3e:72:25:51","project_id":"dffb494d58894f32a993177903f2cd23","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-port","admin_state_up":true,"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:15:03Z","binding:vnic_type":"normal","device_id":"408656ab-28d4-49e5-a6b1-5fba353c7e57"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"743fd89d-241c-4550-8ee1-67659ec4bb38","ip_address":"10.55.0.2"}],"id":"934a42ff-e643-4a77-b15e-9e31d9f594de","security_groups":[],"mac_address":"fa:16:3e:af:53:f0","project_id":"dffb494d58894f32a993177903f2cd23","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1b0021de-0160-4ce2-88c2-f364e3399528"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"743fd89d-241c-4550-8ee1-67659ec4bb38","ip_address":"10.55.0.3"}],"id":"95fd61b3-04f6-4997-9347-b762627c6d0b","security_groups":[],"mac_address":"fa:16:3e:8e:ac:de","project_id":"dffb494d58894f32a993177903f2cd23","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:57Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1b0021de-0160-4ce2-88c2-f364e3399528"}]} 2018-10-04 15:15:23,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 used request id req-523534b0-3159-4c8e-bbe5-b543bd26dcfe 2018-10-04 15:15:23,692 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:24,147 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15: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-16d20c51-e0c1-4102-9d4e-a49bca4623f6 x-compute-request-id: req-16d20c51-e0c1-4102-9d4e-a49bca4623f6 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:25:51", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "bookmark"}], "image": {"id": "acb92469-48be-4e73-bc14-7e8527d6acab", "links": [{"href": "http://172.30.9.23:8774/images/acb92469-48be-4e73-bc14-7e8527d6acab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:15:10.000000", "flavor": {"id": "b52628d4-5b7c-4f3d-97a4-0522821de2a2", "links": [{"href": "http://172.30.9.23:8774/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2", "rel": "bookmark"}]}, "id": "408656ab-28d4-49e5-a6b1-5fba353c7e57", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-name"}], "user_id": "4666447d36704082bfd715f7db987859", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:15:13Z", "hostId": "0458d10f588a47426e92b85c88df8e56e1031a379b0ecf631796b879", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst", "created": "2018-10-04T15:15:08Z", "tenant_id": "dffb494d58894f32a993177903f2cd23", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:15:24,147 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 used request id req-16d20c51-e0c1-4102-9d4e-a49bca4623f6 2018-10-04 15:15:24,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:24,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-bb05d21a-e88d-4f11-bd0a-b5ed7574be08 Date: Thu, 04 Oct 2018 15:15:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["743fd89d-241c-4550-8ee1-67659ec4bb38"],"updated_at":"2018-10-04T15:14:56Z","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dffb494d58894f32a993177903f2cd23","id":"1b0021de-0160-4ce2-88c2-f364e3399528","name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net"}]} 2018-10-04 15:15:24,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net used request id req-bb05d21a-e88d-4f11-bd0a-b5ed7574be08 2018-10-04 15:15:24,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:24,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-434241f1-3102-4106-a291-a5a302974818 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23"}, "enabled": true, "id": "dffb494d58894f32a993177903f2cd23", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj"}} 2018-10-04 15:15:24,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23 used request id req-434241f1-3102-4106-a291-a5a302974818 2018-10-04 15:15:24,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:24,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5f1ca4ce-db68-477f-8686-c897cfd97182 Date: Thu, 04 Oct 2018 15:15:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:56Z","dns_nameservers":[],"updated_at":"2018-10-04T15:14:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dffb494d58894f32a993177903f2cd23","id":"743fd89d-241c-4550-8ee1-67659ec4bb38","subnetpool_id":null,"name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-subnet"}]} 2018-10-04 15:15:24,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 used request id req-5f1ca4ce-db68-477f-8686-c897cfd97182 2018-10-04 15:15:24,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:24,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-67dd510b-f9d2-4ea1-8374-277398dfa412 Date: Thu, 04 Oct 2018 15:15:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"743fd89d-241c-4550-8ee1-67659ec4bb38","ip_address":"10.55.0.4"}],"id":"33a1bf2e-4f73-4091-9652-3e6f168b74e2","security_groups":[],"mac_address":"fa:16:3e:27:4d:a9","project_id":"dffb494d58894f32a993177903f2cd23","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1b0021de-0160-4ce2-88c2-f364e3399528"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:19Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"743fd89d-241c-4550-8ee1-67659ec4bb38","ip_address":"10.55.0.9"}],"id":"7a1f66e0-4093-44f8-8149-8a3675f6af5c","security_groups":["a06b7894-8c1d-4180-9106-04fa1d6633e4","ed8fbbde-15d9-43f3-9bbf-414972b4ca3c"],"mac_address":"fa:16:3e:72:25:51","project_id":"dffb494d58894f32a993177903f2cd23","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-port","admin_state_up":true,"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:15:03Z","binding:vnic_type":"normal","device_id":"408656ab-28d4-49e5-a6b1-5fba353c7e57"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"743fd89d-241c-4550-8ee1-67659ec4bb38","ip_address":"10.55.0.2"}],"id":"934a42ff-e643-4a77-b15e-9e31d9f594de","security_groups":[],"mac_address":"fa:16:3e:af:53:f0","project_id":"dffb494d58894f32a993177903f2cd23","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1b0021de-0160-4ce2-88c2-f364e3399528"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"743fd89d-241c-4550-8ee1-67659ec4bb38","ip_address":"10.55.0.3"}],"id":"95fd61b3-04f6-4997-9347-b762627c6d0b","security_groups":[],"mac_address":"fa:16:3e:8e:ac:de","project_id":"dffb494d58894f32a993177903f2cd23","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:57Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1b0021de-0160-4ce2-88c2-f364e3399528"}]} 2018-10-04 15:15:24,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 used request id req-67dd510b-f9d2-4ea1-8374-277398dfa412 2018-10-04 15:15:24,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-name"}}' 2018-10-04 15:15:25,093 - novaclient.v2.client - DEBUG - RESP: [400] Date: Thu, 04 Oct 2018 15:15: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-084556e2-b368-4090-8a44-fc20fc06cb63 x-compute-request-id: req-084556e2-b368-4090-8a44-fc20fc06cb63 Content-Length: 237 Content-Type: application/json; charset=UTF-8 RESP BODY: {"badRequest": {"message": "Invalid input for security_groups. Reason: Duplicate items in the list: 'ed8fbbde-15d9-43f3-9bbf-414972b4ca3c'.\nNeutron server returns request_ids: ['req-65c3ea18-9e08-4456-b1d3-1aba4e9b750f']", "code": 400}} 2018-10-04 15:15:25,094 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57/action used request id req-084556e2-b368-4090-8a44-fc20fc06cb63 2018-10-04 15:15:25,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:25,401 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15: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-d6872ed1-2895-486e-b7a1-b4d961b42abb x-compute-request-id: req-d6872ed1-2895-486e-b7a1-b4d961b42abb Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:25:51", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "bookmark"}], "image": {"id": "acb92469-48be-4e73-bc14-7e8527d6acab", "links": [{"href": "http://172.30.9.23:8774/images/acb92469-48be-4e73-bc14-7e8527d6acab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:15:10.000000", "flavor": {"id": "b52628d4-5b7c-4f3d-97a4-0522821de2a2", "links": [{"href": "http://172.30.9.23:8774/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2", "rel": "bookmark"}]}, "id": "408656ab-28d4-49e5-a6b1-5fba353c7e57", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-name"}], "user_id": "4666447d36704082bfd715f7db987859", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:15:13Z", "hostId": "0458d10f588a47426e92b85c88df8e56e1031a379b0ecf631796b879", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst", "created": "2018-10-04T15:15:08Z", "tenant_id": "dffb494d58894f32a993177903f2cd23", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:15:25,401 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 used request id req-d6872ed1-2895-486e-b7a1-b4d961b42abb 2018-10-04 15:15:25,402 - nova_utils - WARNING - Security group [InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-name] already added to VM [InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst] 2018-10-04 15:15:25,405 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:25,714 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15: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-8ea26577-f8f4-4a8a-9b47-def80f680035 x-compute-request-id: req-8ea26577-f8f4-4a8a-9b47-def80f680035 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:25:51", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "bookmark"}], "image": {"id": "acb92469-48be-4e73-bc14-7e8527d6acab", "links": [{"href": "http://172.30.9.23:8774/images/acb92469-48be-4e73-bc14-7e8527d6acab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:15:10.000000", "flavor": {"id": "b52628d4-5b7c-4f3d-97a4-0522821de2a2", "links": [{"href": "http://172.30.9.23:8774/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2", "rel": "bookmark"}]}, "id": "408656ab-28d4-49e5-a6b1-5fba353c7e57", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-name"}], "user_id": "4666447d36704082bfd715f7db987859", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:15:13Z", "hostId": "0458d10f588a47426e92b85c88df8e56e1031a379b0ecf631796b879", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst", "created": "2018-10-04T15:15:08Z", "tenant_id": "dffb494d58894f32a993177903f2cd23", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:15:25,715 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 used request id req-8ea26577-f8f4-4a8a-9b47-def80f680035 2018-10-04 15:15:25,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:25,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-5763d2a5-61fc-4f65-b2f3-4494bcbab8ec Date: Thu, 04 Oct 2018 15:15:25 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":["743fd89d-241c-4550-8ee1-67659ec4bb38"],"updated_at":"2018-10-04T15:14:56Z","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dffb494d58894f32a993177903f2cd23","id":"1b0021de-0160-4ce2-88c2-f364e3399528","name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net"}]} 2018-10-04 15:15:25,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net used request id req-5763d2a5-61fc-4f65-b2f3-4494bcbab8ec 2018-10-04 15:15:25,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:25,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3bb6555-1c47-4458-aa74-16c9e2382d04 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23"}, "enabled": true, "id": "dffb494d58894f32a993177903f2cd23", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj"}} 2018-10-04 15:15:25,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23 used request id req-e3bb6555-1c47-4458-aa74-16c9e2382d04 2018-10-04 15:15:25,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:25,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-01ca788e-b0f0-44c4-b889-f2cff7138bd1 Date: Thu, 04 Oct 2018 15:15:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:56Z","dns_nameservers":[],"updated_at":"2018-10-04T15:14:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dffb494d58894f32a993177903f2cd23","id":"743fd89d-241c-4550-8ee1-67659ec4bb38","subnetpool_id":null,"name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-subnet"}]} 2018-10-04 15:15:25,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 used request id req-01ca788e-b0f0-44c4-b889-f2cff7138bd1 2018-10-04 15:15:25,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:26,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-ea404f19-469c-4244-857a-72348bada7f3 Date: Thu, 04 Oct 2018 15:15:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"743fd89d-241c-4550-8ee1-67659ec4bb38","ip_address":"10.55.0.4"}],"id":"33a1bf2e-4f73-4091-9652-3e6f168b74e2","security_groups":[],"mac_address":"fa:16:3e:27:4d:a9","project_id":"dffb494d58894f32a993177903f2cd23","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1b0021de-0160-4ce2-88c2-f364e3399528"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:19Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"743fd89d-241c-4550-8ee1-67659ec4bb38","ip_address":"10.55.0.9"}],"id":"7a1f66e0-4093-44f8-8149-8a3675f6af5c","security_groups":["a06b7894-8c1d-4180-9106-04fa1d6633e4","ed8fbbde-15d9-43f3-9bbf-414972b4ca3c"],"mac_address":"fa:16:3e:72:25:51","project_id":"dffb494d58894f32a993177903f2cd23","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-port","admin_state_up":true,"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:15:03Z","binding:vnic_type":"normal","device_id":"408656ab-28d4-49e5-a6b1-5fba353c7e57"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"743fd89d-241c-4550-8ee1-67659ec4bb38","ip_address":"10.55.0.2"}],"id":"934a42ff-e643-4a77-b15e-9e31d9f594de","security_groups":[],"mac_address":"fa:16:3e:af:53:f0","project_id":"dffb494d58894f32a993177903f2cd23","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1b0021de-0160-4ce2-88c2-f364e3399528"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:14:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"743fd89d-241c-4550-8ee1-67659ec4bb38","ip_address":"10.55.0.3"}],"id":"95fd61b3-04f6-4997-9347-b762627c6d0b","security_groups":[],"mac_address":"fa:16:3e:8e:ac:de","project_id":"dffb494d58894f32a993177903f2cd23","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b0021de-0160-4ce2-88c2-f364e3399528","tenant_id":"dffb494d58894f32a993177903f2cd23","created_at":"2018-10-04T15:14:57Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1b0021de-0160-4ce2-88c2-f364e3399528"}]} 2018-10-04 15:15:26,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1b0021de-0160-4ce2-88c2-f364e3399528 used request id req-ea404f19-469c-4244-857a-72348bada7f3 2018-10-04 15:15:26,063 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14fc4bdbd80670bf4a4fff049f718e9581ccfeca" 2018-10-04 15:15:26,672 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15: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-a533f053-d393-4637-a30b-38d401d56ad4 x-compute-request-id: req-a533f053-d393-4637-a30b-38d401d56ad4 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:25:51", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "bookmark"}], "image": {"id": "acb92469-48be-4e73-bc14-7e8527d6acab", "links": [{"href": "http://172.30.9.23:8774/images/acb92469-48be-4e73-bc14-7e8527d6acab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:15:10.000000", "flavor": {"id": "b52628d4-5b7c-4f3d-97a4-0522821de2a2", "links": [{"href": "http://172.30.9.23:8774/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2", "rel": "bookmark"}]}, "id": "408656ab-28d4-49e5-a6b1-5fba353c7e57", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-name"}], "user_id": "4666447d36704082bfd715f7db987859", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:15:13Z", "hostId": "0458d10f588a47426e92b85c88df8e56e1031a379b0ecf631796b879", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst", "created": "2018-10-04T15:15:08Z", "tenant_id": "dffb494d58894f32a993177903f2cd23", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:15:26,672 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 used request id req-a533f053-d393-4637-a30b-38d401d56ad4 2018-10-04 15:15:26,672 - create_instance - INFO - Deleting Port with ID - 7a1f66e0-4093-44f8-8149-8a3675f6af5c 2018-10-04 15:15:26,673 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-port 2018-10-04 15:15:26,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/7a1f66e0-4093-44f8-8149-8a3675f6af5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:27,106 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4bd5d48d-f262-4f0b-9c68-e86151bef24c Date: Thu, 04 Oct 2018 15:15:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:15:27,106 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/7a1f66e0-4093-44f8-8149-8a3675f6af5c used request id req-4bd5d48d-f262-4f0b-9c68-e86151bef24c 2018-10-04 15:15:27,107 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst 2018-10-04 15:15:27,110 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:27,273 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:15:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-063576e7-7642-46a4-b03e-daaa67681bf8 x-compute-request-id: req-063576e7-7642-46a4-b03e-daaa67681bf8 Content-Type: application/json 2018-10-04 15:15:27,274 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 used request id req-063576e7-7642-46a4-b03e-daaa67681bf8 2018-10-04 15:15:27,274 - create_instance - INFO - Checking deletion status 2018-10-04 15:15:27,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:27,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c751474-1611-4051-a0e2-e80e540a5e51 x-compute-request-id: req-7c751474-1611-4051-a0e2-e80e540a5e51 Content-Encoding: gzip Content-Length: 733 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:25:51", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "bookmark"}], "image": {"id": "acb92469-48be-4e73-bc14-7e8527d6acab", "links": [{"href": "http://172.30.9.23:8774/images/acb92469-48be-4e73-bc14-7e8527d6acab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:15:10.000000", "flavor": {"id": "b52628d4-5b7c-4f3d-97a4-0522821de2a2", "links": [{"href": "http://172.30.9.23:8774/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2", "rel": "bookmark"}]}, "id": "408656ab-28d4-49e5-a6b1-5fba353c7e57", "user_id": "4666447d36704082bfd715f7db987859", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:15:27Z", "hostId": "0458d10f588a47426e92b85c88df8e56e1031a379b0ecf631796b879", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst", "created": "2018-10-04T15:15:08Z", "tenant_id": "dffb494d58894f32a993177903f2cd23", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:15:27,379 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 used request id req-7c751474-1611-4051-a0e2-e80e540a5e51 2018-10-04 15:15:27,380 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst] is - ACTIVE 2018-10-04 15:15:27,380 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:15:30,383 - create_instance - DEBUG - VM status query timeout in 296.890877008 2018-10-04 15:15:30,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:30,501 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff88f590-a90d-4171-8424-1d50d4b0b9d7 x-compute-request-id: req-ff88f590-a90d-4171-8424-1d50d4b0b9d7 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57", "rel": "bookmark"}], "image": {"id": "acb92469-48be-4e73-bc14-7e8527d6acab", "links": [{"href": "http://172.30.9.23:8774/images/acb92469-48be-4e73-bc14-7e8527d6acab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:15:10.000000", "flavor": {"id": "b52628d4-5b7c-4f3d-97a4-0522821de2a2", "links": [{"href": "http://172.30.9.23:8774/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2", "rel": "bookmark"}]}, "id": "408656ab-28d4-49e5-a6b1-5fba353c7e57", "user_id": "4666447d36704082bfd715f7db987859", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:15:27Z", "hostId": "0458d10f588a47426e92b85c88df8e56e1031a379b0ecf631796b879", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst", "created": "2018-10-04T15:15:08Z", "tenant_id": "dffb494d58894f32a993177903f2cd23", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:15:30,501 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 used request id req-ff88f590-a90d-4171-8424-1d50d4b0b9d7 2018-10-04 15:15:30,501 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst] is - ACTIVE 2018-10-04 15:15:30,501 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:15:33,503 - create_instance - DEBUG - VM status query timeout in 293.77107501 2018-10-04 15:15:33,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd9b7304052470fbe2e63084781918095e86ffd8" 2018-10-04 15:15:33,553 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:15: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-4b47f0b5-3d94-4ca6-95d6-6b72e2db8147 x-compute-request-id: req-4b47f0b5-3d94-4ca6-95d6-6b72e2db8147 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 408656ab-28d4-49e5-a6b1-5fba353c7e57 could not be found.", "code": 404}} 2018-10-04 15:15:33,553 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/408656ab-28d4-49e5-a6b1-5fba353c7e57 used request id req-4b47f0b5-3d94-4ca6-95d6-6b72e2db8147 2018-10-04 15:15:33,553 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 408656ab-28d4-49e5-a6b1-5fba353c7e57 could not be found. (HTTP 404) (Request-ID: req-4b47f0b5-3d94-4ca6-95d6-6b72e2db8147) 2018-10-04 15:15:33,554 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-inst 2018-10-04 15:15:33,555 - neutron_utils - INFO - Deleting security group rule with ID - ae4f3938-f3d3-45ae-b85d-104cb70eb577 2018-10-04 15:15:33,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/ae4f3938-f3d3-45ae-b85d-104cb70eb577 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c498229995bba224e849186623ea4273b2c6228d" 2018-10-04 15:15:33,795 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-05e932ea-be60-4d8b-a10c-85d00f3f1257 Content-Length: 0 Date: Thu, 04 Oct 2018 15:15:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:15:33,795 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/ae4f3938-f3d3-45ae-b85d-104cb70eb577 used request id req-05e932ea-be60-4d8b-a10c-85d00f3f1257 2018-10-04 15:15:33,796 - neutron_utils - INFO - Deleting security group rule with ID - 6dfbb02d-c7be-423d-a49d-24852a749c3f 2018-10-04 15:15:33,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/6dfbb02d-c7be-423d-a49d-24852a749c3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c498229995bba224e849186623ea4273b2c6228d" 2018-10-04 15:15:34,084 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6e10ecae-538f-4854-a3d3-b5141cf203db Content-Length: 0 Date: Thu, 04 Oct 2018 15:15:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:15:34,084 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/6dfbb02d-c7be-423d-a49d-24852a749c3f used request id req-6e10ecae-538f-4854-a3d3-b5141cf203db 2018-10-04 15:15:34,084 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-name 2018-10-04 15:15:34,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/ed8fbbde-15d9-43f3-9bbf-414972b4ca3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c498229995bba224e849186623ea4273b2c6228d" 2018-10-04 15:15:34,221 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3bdcff66-c5b2-4890-bff4-be0a8790321d Content-Length: 0 Date: Thu, 04 Oct 2018 15:15:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:15:34,221 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/ed8fbbde-15d9-43f3-9bbf-414972b4ca3c used request id req-3bdcff66-c5b2-4890-bff4-be0a8790321d 2018-10-04 15:15:34,224 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}389cc97db4207829ce5695411458dcf2ab36a38e" 2018-10-04 15:15:34,268 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:15:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6967e871-5063-4cd9-98ce-a0ccf4277574 x-compute-request-id: req-6967e871-5063-4cd9-98ce-a0ccf4277574 Content-Length: 0 Content-Type: application/json 2018-10-04 15:15:34,268 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/b52628d4-5b7c-4f3d-97a4-0522821de2a2 used request id req-6967e871-5063-4cd9-98ce-a0ccf4277574 2018-10-04 15:15:34,269 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-subnet 2018-10-04 15:15:34,269 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-subnet 2018-10-04 15:15:34,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/743fd89d-241c-4550-8ee1-67659ec4bb38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10262e66415882b74e20010f0df6f29fda8e938" 2018-10-04 15:15:36,597 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-995643d4-3a89-43de-b039-71d43b1c191d Date: Thu, 04 Oct 2018 15:15:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:15:36,597 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/743fd89d-241c-4550-8ee1-67659ec4bb38 used request id req-995643d4-3a89-43de-b039-71d43b1c191d 2018-10-04 15:15:36,598 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-pub-net 2018-10-04 15:15:36,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/1b0021de-0160-4ce2-88c2-f364e3399528 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10262e66415882b74e20010f0df6f29fda8e938" 2018-10-04 15:15:38,208 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1ca52113-d568-4cb2-95c5-a5c80205b176 Date: Thu, 04 Oct 2018 15:15:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:15:38,208 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/1b0021de-0160-4ce2-88c2-f364e3399528 used request id req-1ca52113-d568-4cb2-95c5-a5c80205b176 2018-10-04 15:15:38,209 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-085b5446-0e8e-4212-a350-ffd0cbeb21ff-image 2018-10-04 15:15:38,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/acb92469-48be-4e73-bc14-7e8527d6acab -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1dd17c5f6ee4f3bf3aa2f80be6d31844401199db" 2018-10-04 15:15:39,278 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0d377f8a-7d59-49fc-9dae-211e6698f516 Date: Thu, 04 Oct 2018 15:15:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:15:39,279 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/acb92469-48be-4e73-bc14-7e8527d6acab used request id req-0d377f8a-7d59-49fc-9dae-211e6698f516 2018-10-04 15:15:39,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9feb4623b5002bbc15655a4ff62a51ff275cd0" 2018-10-04 15:15:39,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-924cc5ac-0cf5-4e58-9c44-564990cdcbc6 Date: Thu, 04 Oct 2018 15:15:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dffb494d58894f32a993177903f2cd23", "created_at": "2018-10-04T15:14:55Z", "updated_at": "2018-10-04T15:14:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:14:55Z", "revision_number": 0, "id": "7ffd1c25-2c93-4f28-8317-207fb386949f", "remote_group_id": "a06b7894-8c1d-4180-9106-04fa1d6633e4", "remote_ip_prefix": null, "created_at": "2018-10-04T15:14:55Z", "security_group_id": "a06b7894-8c1d-4180-9106-04fa1d6633e4", "tenant_id": "dffb494d58894f32a993177903f2cd23", "port_range_min": null, "ethertype": "IPv6", "project_id": "dffb494d58894f32a993177903f2cd23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:14:55Z", "revision_number": 0, "id": "94ac360e-1a37-44e4-8504-7131e11e77e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:14:55Z", "security_group_id": "a06b7894-8c1d-4180-9106-04fa1d6633e4", "tenant_id": "dffb494d58894f32a993177903f2cd23", "port_range_min": null, "ethertype": "IPv4", "project_id": "dffb494d58894f32a993177903f2cd23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:14:55Z", "revision_number": 0, "id": "dde3b17f-4921-49b7-98ea-9124c67a569b", "remote_group_id": "a06b7894-8c1d-4180-9106-04fa1d6633e4", "remote_ip_prefix": null, "created_at": "2018-10-04T15:14:55Z", "security_group_id": "a06b7894-8c1d-4180-9106-04fa1d6633e4", "tenant_id": "dffb494d58894f32a993177903f2cd23", "port_range_min": null, "ethertype": "IPv4", "project_id": "dffb494d58894f32a993177903f2cd23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:14:55Z", "revision_number": 0, "id": "fc97258c-d506-4513-8eb6-3a2c5a5bf8d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:14:55Z", "security_group_id": "a06b7894-8c1d-4180-9106-04fa1d6633e4", "tenant_id": "dffb494d58894f32a993177903f2cd23", "port_range_min": null, "ethertype": "IPv6", "project_id": "dffb494d58894f32a993177903f2cd23"}], "revision_number": 4, "project_id": "dffb494d58894f32a993177903f2cd23", "id": "a06b7894-8c1d-4180-9106-04fa1d6633e4", "name": "default"}]} 2018-10-04 15:15:39,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-924cc5ac-0cf5-4e58-9c44-564990cdcbc6 2018-10-04 15:15:39,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9feb4623b5002bbc15655a4ff62a51ff275cd0" 2018-10-04 15:15:39,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09cdcb45-1348-41f2-9eea-d15806923b75 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:15:39,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-09cdcb45-1348-41f2-9eea-d15806923b75 2018-10-04 15:15:39,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9feb4623b5002bbc15655a4ff62a51ff275cd0" 2018-10-04 15:15:39,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a7bc02d-0d0a-4649-a5f2-4350ca3feed4 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:15:39,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-3a7bc02d-0d0a-4649-a5f2-4350ca3feed4 2018-10-04 15:15:39,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9feb4623b5002bbc15655a4ff62a51ff275cd0" 2018-10-04 15:15:39,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93ae8b47-961d-4d39-a823-6c4899c41c44 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:15:39,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-93ae8b47-961d-4d39-a823-6c4899c41c44 2018-10-04 15:15:39,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9feb4623b5002bbc15655a4ff62a51ff275cd0" 2018-10-04 15:15:39,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-481cd1cd-bbe0-4f29-bac3-dfdb0d869d7a Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23"}, "enabled": true, "id": "dffb494d58894f32a993177903f2cd23", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj"}} 2018-10-04 15:15:39,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23 used request id req-481cd1cd-bbe0-4f29-bac3-dfdb0d869d7a 2018-10-04 15:15:39,865 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a06b7894-8c1d-4180-9106-04fa1d6633e4 2018-10-04 15:15:39,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=a06b7894-8c1d-4180-9106-04fa1d6633e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9feb4623b5002bbc15655a4ff62a51ff275cd0" 2018-10-04 15:15:40,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a56d5e6b-078d-470a-84b1-a224debaa7eb Date: Thu, 04 Oct 2018 15:15:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "a06b7894-8c1d-4180-9106-04fa1d6633e4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:55Z", "security_group_id": "a06b7894-8c1d-4180-9106-04fa1d6633e4", "port_range_min": null, "revision_number": 0, "tenant_id": "dffb494d58894f32a993177903f2cd23", "created_at": "2018-10-04T15:14:55Z", "project_id": "dffb494d58894f32a993177903f2cd23", "id": "7ffd1c25-2c93-4f28-8317-207fb386949f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:55Z", "security_group_id": "a06b7894-8c1d-4180-9106-04fa1d6633e4", "port_range_min": null, "revision_number": 0, "tenant_id": "dffb494d58894f32a993177903f2cd23", "created_at": "2018-10-04T15:14:55Z", "project_id": "dffb494d58894f32a993177903f2cd23", "id": "94ac360e-1a37-44e4-8504-7131e11e77e3"}, {"remote_group_id": "a06b7894-8c1d-4180-9106-04fa1d6633e4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:55Z", "security_group_id": "a06b7894-8c1d-4180-9106-04fa1d6633e4", "port_range_min": null, "revision_number": 0, "tenant_id": "dffb494d58894f32a993177903f2cd23", "created_at": "2018-10-04T15:14:55Z", "project_id": "dffb494d58894f32a993177903f2cd23", "id": "dde3b17f-4921-49b7-98ea-9124c67a569b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:14:55Z", "security_group_id": "a06b7894-8c1d-4180-9106-04fa1d6633e4", "port_range_min": null, "revision_number": 0, "tenant_id": "dffb494d58894f32a993177903f2cd23", "created_at": "2018-10-04T15:14:55Z", "project_id": "dffb494d58894f32a993177903f2cd23", "id": "fc97258c-d506-4513-8eb6-3a2c5a5bf8d1"}]} 2018-10-04 15:15:40,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=a06b7894-8c1d-4180-9106-04fa1d6633e4 used request id req-a56d5e6b-078d-470a-84b1-a224debaa7eb 2018-10-04 15:15:40,043 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:15:40,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/a06b7894-8c1d-4180-9106-04fa1d6633e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9feb4623b5002bbc15655a4ff62a51ff275cd0" 2018-10-04 15:15:40,362 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0f50a564-ee27-4fbc-9674-5d5011d92ac0 Content-Length: 0 Date: Thu, 04 Oct 2018 15:15:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:15:40,362 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/a06b7894-8c1d-4180-9106-04fa1d6633e4 used request id req-0f50a564-ee27-4fbc-9674-5d5011d92ac0 2018-10-04 15:15:40,363 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj 2018-10-04 15:15:40,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9feb4623b5002bbc15655a4ff62a51ff275cd0" 2018-10-04 15:15:40,652 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:15:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31ccc3bb-fbfd-4a27-a19a-4f77fb677fb3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:15:40,653 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/dffb494d58894f32a993177903f2cd23 used request id req-31ccc3bb-fbfd-4a27-a19a-4f77fb677fb3 2018-10-04 15:15:40,653 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-proj-role 2018-10-04 15:15:40,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/acfe80bbeea94fe696859be17f9b5784 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9feb4623b5002bbc15655a4ff62a51ff275cd0" 2018-10-04 15:15:40,763 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:15:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-572a02d6-d5a4-47ed-b3db-996af6c38872 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:15:40,763 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/acfe80bbeea94fe696859be17f9b5784 used request id req-572a02d6-d5a4-47ed-b3db-996af6c38872 2018-10-04 15:15:40,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9feb4623b5002bbc15655a4ff62a51ff275cd0" 2018-10-04 15:15:40,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-530b96d3-1916-4763-b7ec-39efd7056c38 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:15:40,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-530b96d3-1916-4763-b7ec-39efd7056c38 2018-10-04 15:15:40,848 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-e8ad12f0-5ed6-46d-user 2018-10-04 15:15:40,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/4666447d36704082bfd715f7db987859 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30edb1fbe015a6ff3ba9977642eed9aae6626978" 2018-10-04 15:15:41,056 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:15:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eefde67a-7da7-4b7a-9044-f16d46aada45 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:15:41,056 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/4666447d36704082bfd715f7db987859 used request id req-eefde67a-7da7-4b7a-9044-f16d46aada45 2018-10-04 15:15:41,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:15:41,446 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:15:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["7SjNr4FPRTmh77xKSnMbkw"], "issued_at": "2018-10-04T15:15:41.000000Z"}} 2018-10-04 15:15:41,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4f535ec96183ed19d33832138e417225c50ed8" 2018-10-04 15:15:41,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92f1555b-7aad-4d94-ab4d-19500d16bc8b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:15:41,522 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-92f1555b-7aad-4d94-ab4d-19500d16bc8b 2018-10-04 15:15:41,524 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:15:41,525 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:15:41,913 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:15:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["WCw2pspSTDaDwBTj_VHopg"], "issued_at": "2018-10-04T15:15:41.000000Z"}} 2018-10-04 15:15:41,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cd6811fc35c43329d972f134706aee774d04b80" 2018-10-04 15:15:42,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc0f59af-45d5-4194-89c9-afedebf57b4e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:15:42,003 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fc0f59af-45d5-4194-89c9-afedebf57b4e 2018-10-04 15:15:42,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:15:42,012 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:15:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:15:42,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-6916a088-8642-424-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cd6811fc35c43329d972f134706aee774d04b80" 2018-10-04 15:15:42,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e719c3dd-fbd7-4210-b239-8f0ff45c52e1 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-6916a088-8642-424-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:15:42,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-6916a088-8642-424-proj used request id req-e719c3dd-fbd7-4210-b239-8f0ff45c52e1 2018-10-04 15:15:42,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cd6811fc35c43329d972f134706aee774d04b80" 2018-10-04 15:15:42,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19c849f9-d9b0-4e89-8fdf-b0dfe9f23005 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:15:42,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-19c849f9-d9b0-4e89-8fdf-b0dfe9f23005 2018-10-04 15:15:42,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cd6811fc35c43329d972f134706aee774d04b80" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj"}}' 2018-10-04 15:15:42,344 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:15:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cab89de2-1369-43cc-abf3-a34b257a1635 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd"}, "enabled": true, "id": "a3e9c12a80954342b7e7282adb3995dd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj"}} 2018-10-04 15:15:42,345 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-cab89de2-1369-43cc-abf3-a34b257a1635 2018-10-04 15:15:42,345 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-6916a088-8642-424-proj 2018-10-04 15:15:42,345 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:15:42,346 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:15:42,733 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:15:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["kXAgwZozS1WIJ9tMl5iu2g"], "issued_at": "2018-10-04T15:15:42.000000Z"}} 2018-10-04 15:15:42,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcfc9334d221feaab26544abb66adc5b555a10c8" 2018-10-04 15:15:42,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62b5e250-8be8-49ab-a4a2-ed17562d616f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:15:42,818 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-62b5e250-8be8-49ab-a4a2-ed17562d616f 2018-10-04 15:15:42,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:15:42,828 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:15:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:15:42,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcfc9334d221feaab26544abb66adc5b555a10c8" 2018-10-04 15:15:42,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85d3690d-a8cb-414d-8b3f-801f3069404c Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:15:42,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-85d3690d-a8cb-414d-8b3f-801f3069404c 2018-10-04 15:15:42,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=InstanceSecurityGroupTests-6916a088-8642-424-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcfc9334d221feaab26544abb66adc5b555a10c8" 2018-10-04 15:15:43,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-267efdc1-6437-42a0-9e92-f382c855e0cc Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=InstanceSecurityGroupTests-6916a088-8642-424-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd"}, "enabled": true, "id": "a3e9c12a80954342b7e7282adb3995dd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj"}]} 2018-10-04 15:15:43,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=InstanceSecurityGroupTests-6916a088-8642-424-proj used request id req-267efdc1-6437-42a0-9e92-f382c855e0cc 2018-10-04 15:15:43,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcfc9334d221feaab26544abb66adc5b555a10c8" 2018-10-04 15:15:43,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41979131-14ff-4bd8-a392-5f39cd59d4b2 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:15:43,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-41979131-14ff-4bd8-a392-5f39cd59d4b2 2018-10-04 15:15:43,452 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-6916a088-8642-424-user 2018-10-04 15:15:43,452 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:15:43,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cd6811fc35c43329d972f134706aee774d04b80" 2018-10-04 15:15:43,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d047e24-3bfd-4f7a-924f-814e4f67ff33 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:15:43,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6d047e24-3bfd-4f7a-924f-814e4f67ff33 2018-10-04 15:15:43,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cd6811fc35c43329d972f134706aee774d04b80" -d '{"role": {"name": "InstanceSecurityGroupTests-6916a088-8642-424-proj-role"}}' 2018-10-04 15:15:43,745 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:15:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2affd105-d2fd-40f3-9350-ca1a2823642a Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5f25cb9292f6429eade0469a1ecc859f", "links": {"self": "http://172.30.9.23:5000/v3/roles/5f25cb9292f6429eade0469a1ecc859f"}, "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj-role"}} 2018-10-04 15:15:43,746 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-2affd105-d2fd-40f3-9350-ca1a2823642a 2018-10-04 15:15:43,746 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-6916a088-8642-424-proj-role 2018-10-04 15:15:43,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/5f25cb9292f6429eade0469a1ecc859f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cd6811fc35c43329d972f134706aee774d04b80" 2018-10-04 15:15:43,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed874b96-5315-4bd8-ae43-0725f53cc45f Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/5f25cb9292f6429eade0469a1ecc859f"}, "domain_id": null, "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj-role", "id": "5f25cb9292f6429eade0469a1ecc859f"}} 2018-10-04 15:15:43,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/5f25cb9292f6429eade0469a1ecc859f used request id req-ed874b96-5315-4bd8-ae43-0725f53cc45f 2018-10-04 15:15:43,839 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-6916a088-8642-424-proj-role to project InstanceSecurityGroupTests-6916a088-8642-424-proj 2018-10-04 15:15:43,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd/users/3c99ce867bcc4f838e3c8d290b935b07/roles/5f25cb9292f6429eade0469a1ecc859f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cd6811fc35c43329d972f134706aee774d04b80" 2018-10-04 15:15:43,963 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:15:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f56e8fc-aa51-482e-8b4c-170ed256cb01 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:15:43,964 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd/users/3c99ce867bcc4f838e3c8d290b935b07/roles/5f25cb9292f6429eade0469a1ecc859f used request id req-8f56e8fc-aa51-482e-8b4c-170ed256cb01 2018-10-04 15:15:43,964 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:15:43,965 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:15:43,966 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:15:43,966 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:15:44,332 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5f25cb9292f6429eade0469a1ecc859f", "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj-role"}], "expires_at": "2018-10-04T16:15:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3e9c12a80954342b7e7282adb3995dd", "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/a3e9c12a80954342b7e7282adb3995dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/a3e9c12a80954342b7e7282adb3995dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/a3e9c12a80954342b7e7282adb3995dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a3e9c12a80954342b7e7282adb3995dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/a3e9c12a80954342b7e7282adb3995dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/a3e9c12a80954342b7e7282adb3995dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-6916a088-8642-424-user", "id": "3c99ce867bcc4f838e3c8d290b935b07"}, "audit_ids": ["Ogtj5LXvSfGq8AyQcNxwKw"], "issued_at": "2018-10-04T15:15:44.000000Z"}} 2018-10-04 15:15:44,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7112daddcc6f719962cef57403226b6a33acd0a" 2018-10-04 15:15:44,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9933e269-def5-45aa-b9dc-cd5bf05a4870 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:15:44,419 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9933e269-def5-45aa-b9dc-cd5bf05a4870 2018-10-04 15:15:44,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7112daddcc6f719962cef57403226b6a33acd0a" 2018-10-04 15:15:44,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-cdd0457f-731b-431d-84f6-0c1ce73d3ca5 Date: Thu, 04 Oct 2018 15:15:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-image"} 2018-10-04 15:15:44,603 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-image used request id req-cdd0457f-731b-431d-84f6-0c1ce73d3ca5 2018-10-04 15:15:44,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7112daddcc6f719962cef57403226b6a33acd0a" 2018-10-04 15:15:44,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-de397f92-9678-4ff9-952c-f28312a49a04 Date: Thu, 04 Oct 2018 15:15:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:15:44,764 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-de397f92-9678-4ff9-952c-f28312a49a04 2018-10-04 15:15:44,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b7112daddcc6f719962cef57403226b6a33acd0a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-image"}' 2018-10-04 15:15:44,976 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/2cf4486b-b881-47a2-9621-193d1eaae2d5 X-Openstack-Request-Id: req-4a99fabc-5ab6-489a-838c-f691914936bf Date: Thu, 04 Oct 2018 15:15:44 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:15:44Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:15:44Z", "visibility": "shared", "locations": [], "self": "/v2/images/2cf4486b-b881-47a2-9621-193d1eaae2d5", "min_disk": 0, "protected": false, "id": "2cf4486b-b881-47a2-9621-193d1eaae2d5", "file": "/v2/images/2cf4486b-b881-47a2-9621-193d1eaae2d5/file", "checksum": null, "owner": "a3e9c12a80954342b7e7282adb3995dd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:15:44,977 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-4a99fabc-5ab6-489a-838c-f691914936bf 2018-10-04 15:15:44,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/2cf4486b-b881-47a2-9621-193d1eaae2d5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7112daddcc6f719962cef57403226b6a33acd0a" -d '' 2018-10-04 15:15:46,389 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f2b4df9c-89a9-46f9-a860-e236186a8c4a Date: Thu, 04 Oct 2018 15:15:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:15:46,390 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/2cf4486b-b881-47a2-9621-193d1eaae2d5/file used request id req-f2b4df9c-89a9-46f9-a860-e236186a8c4a 2018-10-04 15:15:46,390 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:15:46,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/2cf4486b-b881-47a2-9621-193d1eaae2d5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7112daddcc6f719962cef57403226b6a33acd0a" 2018-10-04 15:15:46,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-bb0183a4-cc37-470d-892d-22b9fc428f4e Date: Thu, 04 Oct 2018 15:15:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:15:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:15:46Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/2cf4486b-b881-47a2-9621-193d1eaae2d5/snap", "metadata": {}}], "self": "/v2/images/2cf4486b-b881-47a2-9621-193d1eaae2d5", "min_disk": 0, "protected": false, "id": "2cf4486b-b881-47a2-9621-193d1eaae2d5", "file": "/v2/images/2cf4486b-b881-47a2-9621-193d1eaae2d5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a3e9c12a80954342b7e7282adb3995dd", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/2cf4486b-b881-47a2-9621-193d1eaae2d5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:15:46,557 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/2cf4486b-b881-47a2-9621-193d1eaae2d5 used request id req-bb0183a4-cc37-470d-892d-22b9fc428f4e 2018-10-04 15:15:46,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7112daddcc6f719962cef57403226b6a33acd0a" 2018-10-04 15:15:46,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-167cf653-fa21-4cf6-8065-6f5ecf8cd452 Date: Thu, 04 Oct 2018 15:15:46 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:15:46,798 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-167cf653-fa21-4cf6-8065-6f5ecf8cd452 2018-10-04 15:15:46,801 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-image 2018-10-04 15:15:46,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/2cf4486b-b881-47a2-9621-193d1eaae2d5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7112daddcc6f719962cef57403226b6a33acd0a" 2018-10-04 15:15:46,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-f54ffa95-96f9-4452-952a-b162b0434fae Date: Thu, 04 Oct 2018 15:15:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:15:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:15:46Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/2cf4486b-b881-47a2-9621-193d1eaae2d5/snap", "metadata": {}}], "self": "/v2/images/2cf4486b-b881-47a2-9621-193d1eaae2d5", "min_disk": 0, "protected": false, "id": "2cf4486b-b881-47a2-9621-193d1eaae2d5", "file": "/v2/images/2cf4486b-b881-47a2-9621-193d1eaae2d5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a3e9c12a80954342b7e7282adb3995dd", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/2cf4486b-b881-47a2-9621-193d1eaae2d5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:15:46,821 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/2cf4486b-b881-47a2-9621-193d1eaae2d5 used request id req-f54ffa95-96f9-4452-952a-b162b0434fae 2018-10-04 15:15:46,822 - create_image - DEBUG - Instance status is - active 2018-10-04 15:15:46,822 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-image 2018-10-04 15:15:46,822 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-image 2018-10-04 15:15:46,822 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:15:46,823 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:15:47,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5f25cb9292f6429eade0469a1ecc859f", "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj-role"}], "expires_at": "2018-10-04T16:15:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3e9c12a80954342b7e7282adb3995dd", "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/a3e9c12a80954342b7e7282adb3995dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/a3e9c12a80954342b7e7282adb3995dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/a3e9c12a80954342b7e7282adb3995dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a3e9c12a80954342b7e7282adb3995dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/a3e9c12a80954342b7e7282adb3995dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/a3e9c12a80954342b7e7282adb3995dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-6916a088-8642-424-user", "id": "3c99ce867bcc4f838e3c8d290b935b07"}, "audit_ids": ["Ud8nSbpNRU6HprGizs4TtQ"], "issued_at": "2018-10-04T15:15:47.000000Z"}} 2018-10-04 15:15:47,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}881dd1dd73690d08de23ca517b8317dcead91163" 2018-10-04 15:15:47,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15e2d86b-2b5f-4062-8294-b025e84aff72 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:15:47,275 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-15e2d86b-2b5f-4062-8294-b025e84aff72 2018-10-04 15:15:47,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}881dd1dd73690d08de23ca517b8317dcead91163" 2018-10-04 15:15:47,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7f29e739-3535-43bb-8fbc-9d0a26de556f Date: Thu, 04 Oct 2018 15:15:47 GMT RESP BODY: {"networks":[]} 2018-10-04 15:15:47,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net used request id req-7f29e739-3535-43bb-8fbc-9d0a26de556f 2018-10-04 15:15:47,453 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net 2018-10-04 15:15:47,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}881dd1dd73690d08de23ca517b8317dcead91163" -d '{"network": {"name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net", "admin_state_up": true}}' 2018-10-04 15:15:48,153 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-148c5dbb-ee8c-438c-aac8-4757d65ab3ff Date: Thu, 04 Oct 2018 15:15:48 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"2d672edf-947d-481d-9e59-b58b35ab07a3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3e9c12a80954342b7e7282adb3995dd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:15:47Z","is_default":false,"name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:47Z","mtu":1450}} 2018-10-04 15:15:48,153 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-148c5dbb-ee8c-438c-aac8-4757d65ab3ff 2018-10-04 15:15:48,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=2d672edf-947d-481d-9e59-b58b35ab07a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}881dd1dd73690d08de23ca517b8317dcead91163" 2018-10-04 15:15:48,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-bbc77bce-9e90-4eae-bcee-97411fc37441 Date: Thu, 04 Oct 2018 15:15:48 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-10-04T15:15:47Z","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a3e9c12a80954342b7e7282adb3995dd","id":"2d672edf-947d-481d-9e59-b58b35ab07a3","name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net"}]} 2018-10-04 15:15:48,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=2d672edf-947d-481d-9e59-b58b35ab07a3 used request id req-bbc77bce-9e90-4eae-bcee-97411fc37441 2018-10-04 15:15:48,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}881dd1dd73690d08de23ca517b8317dcead91163" 2018-10-04 15:15:48,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-aa1d35cd-8db2-466d-b5f1-c4e44abdf3a7 Date: Thu, 04 Oct 2018 15:15:48 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:15:48,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 used request id req-aa1d35cd-8db2-466d-b5f1-c4e44abdf3a7 2018-10-04 15:15:48,576 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-subnet 2018-10-04 15:15:48,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}881dd1dd73690d08de23ca517b8317dcead91163" -d '{"subnets": [{"ip_version": 4, "network_id": "2d672edf-947d-481d-9e59-b58b35ab07a3", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-subnet"}]}' 2018-10-04 15:15:49,360 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-0e394e66-1a4b-4655-b775-5405532972e7 Date: Thu, 04 Oct 2018 15:15:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:15:49Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"a3e9c12a80954342b7e7282adb3995dd","id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","subnetpool_id":null,"name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-subnet"}]} 2018-10-04 15:15:49,361 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-0e394e66-1a4b-4655-b775-5405532972e7 2018-10-04 15:15:49,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=2d672edf-947d-481d-9e59-b58b35ab07a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}881dd1dd73690d08de23ca517b8317dcead91163" 2018-10-04 15:15:49,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-28b1d495-bea4-497b-b061-ca3d633f18f8 Date: Thu, 04 Oct 2018 15:15:49 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":["5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d"],"updated_at":"2018-10-04T15:15:49Z","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a3e9c12a80954342b7e7282adb3995dd","id":"2d672edf-947d-481d-9e59-b58b35ab07a3","name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net"}]} 2018-10-04 15:15:49,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=2d672edf-947d-481d-9e59-b58b35ab07a3 used request id req-28b1d495-bea4-497b-b061-ca3d633f18f8 2018-10-04 15:15:49,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}881dd1dd73690d08de23ca517b8317dcead91163" 2018-10-04 15:15:49,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f308d4ec-dbe6-4874-9edd-59c571fcd28e Date: Thu, 04 Oct 2018 15:15:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:15:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a3e9c12a80954342b7e7282adb3995dd","id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","subnetpool_id":null,"name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-subnet"}]} 2018-10-04 15:15:49,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 used request id req-f308d4ec-dbe6-4874-9edd-59c571fcd28e 2018-10-04 15:15:49,678 - OpenStackNetwork - DEBUG - Network [2d672edf-947d-481d-9e59-b58b35ab07a3] created successfully 2018-10-04 15:15:49,679 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:15:49,679 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:15:50,067 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:15:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["LkAvcrxYTTmn9K5bJVAm2A"], "issued_at": "2018-10-04T15:15:50.000000Z"}} 2018-10-04 15:15:50,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95777c906e6c0e446f357a5b0b7e8f12326c66a8" 2018-10-04 15:15:50,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ed43d9c-2f96-446a-a54a-421c9e45465d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:15:50,173 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7ed43d9c-2f96-446a-a54a-421c9e45465d 2018-10-04 15:15:50,174 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:15:50,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95777c906e6c0e446f357a5b0b7e8f12326c66a8" 2018-10-04 15:15:50,376 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15: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-ac3e3327-36d2-4685-9f47-e5c7c15ebfe4 x-compute-request-id: req-ac3e3327-36d2-4685-9f47-e5c7c15ebfe4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:15:50,376 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ac3e3327-36d2-4685-9f47-e5c7c15ebfe4 2018-10-04 15:15:50,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95777c906e6c0e446f357a5b0b7e8f12326c66a8" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:15:50,429 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15: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-0c79f29b-ac61-409f-8be5-e953f63c55b2 x-compute-request-id: req-0c79f29b-ac61-409f-8be5-e953f63c55b2 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/b609d249-55df-4f04-ada8-80144feeb326", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/b609d249-55df-4f04-ada8-80144feeb326", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b609d249-55df-4f04-ada8-80144feeb326", "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:15:50,430 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0c79f29b-ac61-409f-8be5-e953f63c55b2 2018-10-04 15:15:50,430 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:15:50,431 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:15:50,798 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5f25cb9292f6429eade0469a1ecc859f", "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj-role"}], "expires_at": "2018-10-04T16:15:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3e9c12a80954342b7e7282adb3995dd", "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/a3e9c12a80954342b7e7282adb3995dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/a3e9c12a80954342b7e7282adb3995dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/a3e9c12a80954342b7e7282adb3995dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a3e9c12a80954342b7e7282adb3995dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/a3e9c12a80954342b7e7282adb3995dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/a3e9c12a80954342b7e7282adb3995dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-6916a088-8642-424-user", "id": "3c99ce867bcc4f838e3c8d290b935b07"}, "audit_ids": ["gnaw_2W4S4GaDMQY1tgUtw"], "issued_at": "2018-10-04T15:15:50.000000Z"}} 2018-10-04 15:15:50,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:15:50,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24d47c4e-59c1-403f-bc39-d13d5c15817c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:15:50,872 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-24d47c4e-59c1-403f-bc39-d13d5c15817c 2018-10-04 15:15:50,873 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:15:50,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:15:50,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9f423c8-c604-4813-8aab-2328819070b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:15:50,954 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f9f423c8-c604-4813-8aab-2328819070b2 2018-10-04 15:15:50,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:15:51,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-39f7d1de-1b7a-4f62-95dd-3b370a3ad664 Date: Thu, 04 Oct 2018 15:15:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d"],"updated_at":"2018-10-04T15:15:49Z","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a3e9c12a80954342b7e7282adb3995dd","id":"2d672edf-947d-481d-9e59-b58b35ab07a3","name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net"}]} 2018-10-04 15:15:51,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net used request id req-39f7d1de-1b7a-4f62-95dd-3b370a3ad664 2018-10-04 15:15:51,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:15:51,212 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:15:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:15:51,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:15:51,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-182f2258-2dd8-490e-af7b-74c572c54de2 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd"}, "enabled": true, "id": "a3e9c12a80954342b7e7282adb3995dd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj"}} 2018-10-04 15:15:51,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd used request id req-182f2258-2dd8-490e-af7b-74c572c54de2 2018-10-04 15:15:51,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:15:51,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-303dab62-2f88-4c3b-8af0-a986cf574b09 Date: Thu, 04 Oct 2018 15:15:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:15:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a3e9c12a80954342b7e7282adb3995dd","id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","subnetpool_id":null,"name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-subnet"}]} 2018-10-04 15:15:51,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 used request id req-303dab62-2f88-4c3b-8af0-a986cf574b09 2018-10-04 15:15:51,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3&name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:15:51,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5e033f4c-e40c-4e0e-9241-9b222e3a9cbe Date: Thu, 04 Oct 2018 15:15:51 GMT RESP BODY: {"ports":[]} 2018-10-04 15:15:51,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3&name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-port&admin_state_up=True used request id req-5e033f4c-e40c-4e0e-9241-9b222e3a9cbe 2018-10-04 15:15:51,692 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:15:51,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15: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-23906fa9-ebab-4388-9966-a0529621d1ed x-compute-request-id: req-23906fa9-ebab-4388-9966-a0529621d1ed Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:15:51,918 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst used request id req-23906fa9-ebab-4388-9966-a0529621d1ed 2018-10-04 15:15:51,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:15:52,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-680eae15-56e2-46a4-b5c0-4993255579e3 Date: Thu, 04 Oct 2018 15:15:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d"],"updated_at":"2018-10-04T15:15:49Z","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a3e9c12a80954342b7e7282adb3995dd","id":"2d672edf-947d-481d-9e59-b58b35ab07a3","name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net"}]} 2018-10-04 15:15:52,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net used request id req-680eae15-56e2-46a4-b5c0-4993255579e3 2018-10-04 15:15:52,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:15:52,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13399c31-2637-4c5e-839b-67898cdc020b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd"}, "enabled": true, "id": "a3e9c12a80954342b7e7282adb3995dd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj"}} 2018-10-04 15:15:52,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd used request id req-13399c31-2637-4c5e-839b-67898cdc020b 2018-10-04 15:15:52,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:15:52,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4ddeb516-0604-4444-85d5-17693f9c052e Date: Thu, 04 Oct 2018 15:15:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:15:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a3e9c12a80954342b7e7282adb3995dd","id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","subnetpool_id":null,"name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-subnet"}]} 2018-10-04 15:15:52,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 used request id req-4ddeb516-0604-4444-85d5-17693f9c052e 2018-10-04 15:15:52,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3&name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:15:52,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ed1cea5d-5e12-4782-8ed4-11a2411fe876 Date: Thu, 04 Oct 2018 15:15:52 GMT RESP BODY: {"ports":[]} 2018-10-04 15:15:52,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3&name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-port&admin_state_up=True used request id req-ed1cea5d-5e12-4782-8ed4-11a2411fe876 2018-10-04 15:15:52,519 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:15:52,520 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:15:52,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5f25cb9292f6429eade0469a1ecc859f", "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj-role"}], "expires_at": "2018-10-04T16:15:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3e9c12a80954342b7e7282adb3995dd", "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/a3e9c12a80954342b7e7282adb3995dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/a3e9c12a80954342b7e7282adb3995dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/a3e9c12a80954342b7e7282adb3995dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a3e9c12a80954342b7e7282adb3995dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/a3e9c12a80954342b7e7282adb3995dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/a3e9c12a80954342b7e7282adb3995dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-6916a088-8642-424-user", "id": "3c99ce867bcc4f838e3c8d290b935b07"}, "audit_ids": ["df6iBpkbTX2VulaldvW1AA"], "issued_at": "2018-10-04T15:15:52.000000Z"}} 2018-10-04 15:15:52,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4e51844547eac8b0a9e760908106162f5106fbb" 2018-10-04 15:15:52,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5930ddfe-3c55-4504-b949-89ffd9548ed9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:15:52,967 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5930ddfe-3c55-4504-b949-89ffd9548ed9 2018-10-04 15:15:52,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:15:53,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-1db1fe72-a85d-4ac7-9ae2-1d3cafd30d66 Date: Thu, 04 Oct 2018 15:15:53 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":["5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d"],"updated_at":"2018-10-04T15:15:49Z","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a3e9c12a80954342b7e7282adb3995dd","id":"2d672edf-947d-481d-9e59-b58b35ab07a3","name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net"}]} 2018-10-04 15:15:53,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net used request id req-1db1fe72-a85d-4ac7-9ae2-1d3cafd30d66 2018-10-04 15:15:53,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:15:53,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a25c0197-cac8-4434-a56c-aa3b8ca298bf Date: Thu, 04 Oct 2018 15:15:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:15:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a3e9c12a80954342b7e7282adb3995dd","id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","subnetpool_id":null,"name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-subnet"}]} 2018-10-04 15:15:53,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 used request id req-a25c0197-cac8-4434-a56c-aa3b8ca298bf 2018-10-04 15:15:53,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:15:53,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-6ae740a6-7c52-4eda-b886-889d66d94311 Date: Thu, 04 Oct 2018 15:15:53 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":["5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d"],"updated_at":"2018-10-04T15:15:49Z","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a3e9c12a80954342b7e7282adb3995dd","id":"2d672edf-947d-481d-9e59-b58b35ab07a3","name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net"}]} 2018-10-04 15:15:53,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net used request id req-6ae740a6-7c52-4eda-b886-889d66d94311 2018-10-04 15:15:53,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:15:53,564 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:15:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:15:53,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4e51844547eac8b0a9e760908106162f5106fbb" 2018-10-04 15:15:53,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34a3f8af-0371-40fd-9151-64e6022b087a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd"}, "enabled": true, "id": "a3e9c12a80954342b7e7282adb3995dd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj"}} 2018-10-04 15:15:53,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd used request id req-34a3f8af-0371-40fd-9151-64e6022b087a 2018-10-04 15:15:53,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:15:53,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2993a62b-c1de-4a0c-938b-bc06632c1dd7 Date: Thu, 04 Oct 2018 15:15:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:15:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a3e9c12a80954342b7e7282adb3995dd","id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","subnetpool_id":null,"name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-subnet"}]} 2018-10-04 15:15:53,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 used request id req-2993a62b-c1de-4a0c-938b-bc06632c1dd7 2018-10-04 15:15:53,797 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net 2018-10-04 15:15:53,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" -d '{"port": {"network_id": "2d672edf-947d-481d-9e59-b58b35ab07a3", "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-port", "admin_state_up": true}}' 2018-10-04 15:15:54,942 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-b004abe2-65dc-41b2-b520-321919cfc651 Date: Thu, 04 Oct 2018 15:15:54 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:54Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","ip_address":"10.55.0.12"}],"id":"b27c8c5b-be98-48b4-93c6-668b9a6a9ad3","security_groups":["491f13c3-37df-44a3-aa43-5ea7d5d9b926"],"mac_address":"fa:16:3e:c2:c6:e6","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-port","project_id":"a3e9c12a80954342b7e7282adb3995dd","qos_policy_id":null,"admin_state_up":true,"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:54Z","binding:vnic_type":"normal"}} 2018-10-04 15:15:54,942 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-b004abe2-65dc-41b2-b520-321919cfc651 2018-10-04 15:15:54,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:15:55,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-631d0e3e-e5ea-4d87-b093-128a99bb2001 Date: Thu, 04 Oct 2018 15:15:55 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":["5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d"],"updated_at":"2018-10-04T15:15:49Z","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a3e9c12a80954342b7e7282adb3995dd","id":"2d672edf-947d-481d-9e59-b58b35ab07a3","name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net"}]} 2018-10-04 15:15:55,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net used request id req-631d0e3e-e5ea-4d87-b093-128a99bb2001 2018-10-04 15:15:55,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:15:55,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e37d5c6-f069-47b0-a859-c4b12d894fb0 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd"}, "enabled": true, "id": "a3e9c12a80954342b7e7282adb3995dd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj"}} 2018-10-04 15:15:55,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd used request id req-3e37d5c6-f069-47b0-a859-c4b12d894fb0 2018-10-04 15:15:55,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:15:55,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-6b29b2fb-808e-4f93-9256-5ff78e87d5c2 Date: Thu, 04 Oct 2018 15:15:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:15:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a3e9c12a80954342b7e7282adb3995dd","id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","subnetpool_id":null,"name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-subnet"}]} 2018-10-04 15:15:55,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 used request id req-6b29b2fb-808e-4f93-9256-5ff78e87d5c2 2018-10-04 15:15:55,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3&name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:15:55,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-4ce6bdb8-1bd5-487b-8cc2-a43945c42ddc Date: Thu, 04 Oct 2018 15:15:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:54Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","ip_address":"10.55.0.12"}],"id":"b27c8c5b-be98-48b4-93c6-668b9a6a9ad3","security_groups":["491f13c3-37df-44a3-aa43-5ea7d5d9b926"],"mac_address":"fa:16:3e:c2:c6:e6","project_id":"a3e9c12a80954342b7e7282adb3995dd","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-port","admin_state_up":true,"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:54Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:15:55,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3&name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-port&admin_state_up=True used request id req-4ce6bdb8-1bd5-487b-8cc2-a43945c42ddc 2018-10-04 15:15:55,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:15:55,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da00ccd8-23eb-4ca3-bb61-f7208b104e99 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd"}, "enabled": true, "id": "a3e9c12a80954342b7e7282adb3995dd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj"}} 2018-10-04 15:15:55,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd used request id req-da00ccd8-23eb-4ca3-bb61-f7208b104e99 2018-10-04 15:15:55,632 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst 2018-10-04 15:15:55,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:15:55,664 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15: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-c10e02c6-8bff-40b2-a6d4-db5376ad71d7 x-compute-request-id: req-c10e02c6-8bff-40b2-a6d4-db5376ad71d7 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"flavors": [{"id": "b609d249-55df-4f04-ada8-80144feeb326", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/b609d249-55df-4f04-ada8-80144feeb326", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/b609d249-55df-4f04-ada8-80144feeb326", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-flavor-name"}]} 2018-10-04 15:15:55,665 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c10e02c6-8bff-40b2-a6d4-db5376ad71d7 2018-10-04 15:15:55,667 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/b609d249-55df-4f04-ada8-80144feeb326 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:15:55,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15: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-392c1ac3-37ab-492e-933d-01eab7b325ea x-compute-request-id: req-392c1ac3-37ab-492e-933d-01eab7b325ea Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/b609d249-55df-4f04-ada8-80144feeb326", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/b609d249-55df-4f04-ada8-80144feeb326", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b609d249-55df-4f04-ada8-80144feeb326", "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:15:55,687 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/b609d249-55df-4f04-ada8-80144feeb326 used request id req-392c1ac3-37ab-492e-933d-01eab7b325ea 2018-10-04 15:15:55,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:15:55,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-77d80210-6255-41aa-bbbb-1ccaa5478760 Date: Thu, 04 Oct 2018 15:15:55 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:15:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:15:46Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/2cf4486b-b881-47a2-9621-193d1eaae2d5/snap", "metadata": {}}], "self": "/v2/images/2cf4486b-b881-47a2-9621-193d1eaae2d5", "min_disk": 0, "protected": false, "id": "2cf4486b-b881-47a2-9621-193d1eaae2d5", "file": "/v2/images/2cf4486b-b881-47a2-9621-193d1eaae2d5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a3e9c12a80954342b7e7282adb3995dd", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/2cf4486b-b881-47a2-9621-193d1eaae2d5/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-image"} 2018-10-04 15:15:55,872 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-image used request id req-77d80210-6255-41aa-bbbb-1ccaa5478760 2018-10-04 15:15:55,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:15:56,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fffd808c-dd5f-42c6-a568-1fe42818189a Date: Thu, 04 Oct 2018 15:15:56 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:15:56,027 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-fffd808c-dd5f-42c6-a568-1fe42818189a 2018-10-04 15:15:56,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" -d '{"server": {"name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst", "imageRef": "2cf4486b-b881-47a2-9621-193d1eaae2d5", "flavorRef": "b609d249-55df-4f04-ada8-80144feeb326", "max_count": 1, "min_count": 1, "networks": [{"port": "b27c8c5b-be98-48b4-93c6-668b9a6a9ad3"}]}}' 2018-10-04 15:15:57,418 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:15:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-77ca7342-07ee-4ba9-a71b-93be645cbc3a x-compute-request-id: req-77ca7342-07ee-4ba9-a71b-93be645cbc3a Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d31814cf-67ea-4169-83c4-7f83d115a2d6", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "bookmark"}], "adminPass": "qvNJFFH4MrvM"}} 2018-10-04 15:15:57,418 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-77ca7342-07ee-4ba9-a71b-93be645cbc3a 2018-10-04 15:15:57,421 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:15:57,789 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15: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-462d253d-6e18-4c1e-bd94-a09b904b58b4 x-compute-request-id: req-462d253d-6e18-4c1e-bd94-a09b904b58b4 Content-Encoding: gzip Content-Length: 612 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "bookmark"}], "image": {"id": "2cf4486b-b881-47a2-9621-193d1eaae2d5", "links": [{"href": "http://172.30.9.23:8774/images/2cf4486b-b881-47a2-9621-193d1eaae2d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b609d249-55df-4f04-ada8-80144feeb326", "links": [{"href": "http://172.30.9.23:8774/flavors/b609d249-55df-4f04-ada8-80144feeb326", "rel": "bookmark"}]}, "id": "d31814cf-67ea-4169-83c4-7f83d115a2d6", "user_id": "3c99ce867bcc4f838e3c8d290b935b07", "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-10-04T15:15:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst", "created": "2018-10-04T15:15:57Z", "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:15:57,790 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 used request id req-462d253d-6e18-4c1e-bd94-a09b904b58b4 2018-10-04 15:15:57,790 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst 2018-10-04 15:15:57,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:15:58,011 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:15: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-3219a8c4-0f27-4212-b83a-17ef9c262870 x-compute-request-id: req-3219a8c4-0f27-4212-b83a-17ef9c262870 Content-Encoding: gzip Content-Length: 612 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "bookmark"}], "image": {"id": "2cf4486b-b881-47a2-9621-193d1eaae2d5", "links": [{"href": "http://172.30.9.23:8774/images/2cf4486b-b881-47a2-9621-193d1eaae2d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b609d249-55df-4f04-ada8-80144feeb326", "links": [{"href": "http://172.30.9.23:8774/flavors/b609d249-55df-4f04-ada8-80144feeb326", "rel": "bookmark"}]}, "id": "d31814cf-67ea-4169-83c4-7f83d115a2d6", "user_id": "3c99ce867bcc4f838e3c8d290b935b07", "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-10-04T15:15:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst", "created": "2018-10-04T15:15:57Z", "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:15:58,011 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 used request id req-3219a8c4-0f27-4212-b83a-17ef9c262870 2018-10-04 15:15:58,012 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst] is - BUILD 2018-10-04 15:15:58,012 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:16:01,015 - create_instance - DEBUG - VM status query timeout in 896.775476933 2018-10-04 15:16:01,019 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:01,641 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16: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-aa3554c8-29d3-4ec0-87d2-ee983e3bfdf2 x-compute-request-id: req-aa3554c8-29d3-4ec0-87d2-ee983e3bfdf2 Content-Encoding: gzip Content-Length: 673 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "bookmark"}], "image": {"id": "2cf4486b-b881-47a2-9621-193d1eaae2d5", "links": [{"href": "http://172.30.9.23:8774/images/2cf4486b-b881-47a2-9621-193d1eaae2d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b609d249-55df-4f04-ada8-80144feeb326", "links": [{"href": "http://172.30.9.23:8774/flavors/b609d249-55df-4f04-ada8-80144feeb326", "rel": "bookmark"}]}, "id": "d31814cf-67ea-4169-83c4-7f83d115a2d6", "security_groups": [{"name": "default"}], "user_id": "3c99ce867bcc4f838e3c8d290b935b07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:15:58Z", "hostId": "aca06e97d44401e490070fb4f8ac909ad3d79b51193f6e40c09a228e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst", "created": "2018-10-04T15:15:57Z", "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:16:01,642 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 used request id req-aa3554c8-29d3-4ec0-87d2-ee983e3bfdf2 2018-10-04 15:16:01,642 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst] is - BUILD 2018-10-04 15:16:01,642 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:16:04,645 - create_instance - DEBUG - VM status query timeout in 893.145535946 2018-10-04 15:16:04,647 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:05,279 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16: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-753a1041-3e8e-42fd-88bb-cb3a5c121f8d x-compute-request-id: req-753a1041-3e8e-42fd-88bb-cb3a5c121f8d Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:c6:e6", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "bookmark"}], "image": {"id": "2cf4486b-b881-47a2-9621-193d1eaae2d5", "links": [{"href": "http://172.30.9.23:8774/images/2cf4486b-b881-47a2-9621-193d1eaae2d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:16:01.000000", "flavor": {"id": "b609d249-55df-4f04-ada8-80144feeb326", "links": [{"href": "http://172.30.9.23:8774/flavors/b609d249-55df-4f04-ada8-80144feeb326", "rel": "bookmark"}]}, "id": "d31814cf-67ea-4169-83c4-7f83d115a2d6", "security_groups": [{"name": "default"}], "user_id": "3c99ce867bcc4f838e3c8d290b935b07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:16:03Z", "hostId": "aca06e97d44401e490070fb4f8ac909ad3d79b51193f6e40c09a228e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst", "created": "2018-10-04T15:15:57Z", "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:16:05,279 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 used request id req-753a1041-3e8e-42fd-88bb-cb3a5c121f8d 2018-10-04 15:16:05,279 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst] is - ACTIVE 2018-10-04 15:16:05,280 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:16:05,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:05,724 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16: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-4746343b-430d-4de1-bf28-11eec3de8980 x-compute-request-id: req-4746343b-430d-4de1-bf28-11eec3de8980 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:c6:e6", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "bookmark"}], "image": {"id": "2cf4486b-b881-47a2-9621-193d1eaae2d5", "links": [{"href": "http://172.30.9.23:8774/images/2cf4486b-b881-47a2-9621-193d1eaae2d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:16:01.000000", "flavor": {"id": "b609d249-55df-4f04-ada8-80144feeb326", "links": [{"href": "http://172.30.9.23:8774/flavors/b609d249-55df-4f04-ada8-80144feeb326", "rel": "bookmark"}]}, "id": "d31814cf-67ea-4169-83c4-7f83d115a2d6", "security_groups": [{"name": "default"}], "user_id": "3c99ce867bcc4f838e3c8d290b935b07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:16:03Z", "hostId": "aca06e97d44401e490070fb4f8ac909ad3d79b51193f6e40c09a228e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst", "created": "2018-10-04T15:15:57Z", "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:16:05,724 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 used request id req-4746343b-430d-4de1-bf28-11eec3de8980 2018-10-04 15:16:05,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:05,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-452e5c3b-ef36-4833-84c8-80800d80dbe2 Date: Thu, 04 Oct 2018 15:16:05 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":["5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d"],"updated_at":"2018-10-04T15:15:49Z","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a3e9c12a80954342b7e7282adb3995dd","id":"2d672edf-947d-481d-9e59-b58b35ab07a3","name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net"}]} 2018-10-04 15:16:05,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net used request id req-452e5c3b-ef36-4833-84c8-80800d80dbe2 2018-10-04 15:16:05,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:06,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a864ffc-d03a-4ca3-bc67-c7a7e41185ac Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd"}, "enabled": true, "id": "a3e9c12a80954342b7e7282adb3995dd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj"}} 2018-10-04 15:16:06,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd used request id req-1a864ffc-d03a-4ca3-bc67-c7a7e41185ac 2018-10-04 15:16:06,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:06,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-55fd7472-745f-42b5-9000-3f53fc3e0c6c Date: Thu, 04 Oct 2018 15:16:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:15:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a3e9c12a80954342b7e7282adb3995dd","id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","subnetpool_id":null,"name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-subnet"}]} 2018-10-04 15:16:06,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 used request id req-55fd7472-745f-42b5-9000-3f53fc3e0c6c 2018-10-04 15:16:06,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:06,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-ae998dcf-2229-4c4b-b51a-1613bd9d6c85 Date: Thu, 04 Oct 2018 15:16:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","ip_address":"10.55.0.2"}],"id":"36a58d69-82b6-4104-b892-51d0af4231ec","security_groups":[],"mac_address":"fa:16:3e:1c:7f:f1","project_id":"a3e9c12a80954342b7e7282adb3995dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2d672edf-947d-481d-9e59-b58b35ab07a3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","ip_address":"10.55.0.4"}],"id":"48502f28-1a66-4b40-a5e7-261414f65321","security_groups":[],"mac_address":"fa:16:3e:4f:5a:f4","project_id":"a3e9c12a80954342b7e7282adb3995dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2d672edf-947d-481d-9e59-b58b35ab07a3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:16:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","ip_address":"10.55.0.12"}],"id":"b27c8c5b-be98-48b4-93c6-668b9a6a9ad3","security_groups":["491f13c3-37df-44a3-aa43-5ea7d5d9b926"],"mac_address":"fa:16:3e:c2:c6:e6","project_id":"a3e9c12a80954342b7e7282adb3995dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-port","admin_state_up":true,"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:54Z","binding:vnic_type":"normal","device_id":"d31814cf-67ea-4169-83c4-7f83d115a2d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","ip_address":"10.55.0.3"}],"id":"eac99e14-60ec-45c1-be3e-bad4e91c8e30","security_groups":[],"mac_address":"fa:16:3e:c0:23:81","project_id":"a3e9c12a80954342b7e7282adb3995dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2d672edf-947d-481d-9e59-b58b35ab07a3"}]} 2018-10-04 15:16:06,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 used request id req-ae998dcf-2229-4c4b-b51a-1613bd9d6c85 2018-10-04 15:16:06,336 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:16:06,337 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:16:06,714 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5f25cb9292f6429eade0469a1ecc859f", "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj-role"}], "expires_at": "2018-10-04T16:16:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3e9c12a80954342b7e7282adb3995dd", "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/a3e9c12a80954342b7e7282adb3995dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/a3e9c12a80954342b7e7282adb3995dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/a3e9c12a80954342b7e7282adb3995dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a3e9c12a80954342b7e7282adb3995dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/a3e9c12a80954342b7e7282adb3995dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/a3e9c12a80954342b7e7282adb3995dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-6916a088-8642-424-user", "id": "3c99ce867bcc4f838e3c8d290b935b07"}, "audit_ids": ["DU3bVzI6ShKzCiER-jR8Ug"], "issued_at": "2018-10-04T15:16:06.000000Z"}} 2018-10-04 15:16:06,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce30272ede4b478e3719ec690b2137d13c98e96" 2018-10-04 15:16:06,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc50a874-c71e-498a-a3a7-00562ee10ab8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:16:06,806 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cc50a874-c71e-498a-a3a7-00562ee10ab8 2018-10-04 15:16:06,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce30272ede4b478e3719ec690b2137d13c98e96" 2018-10-04 15:16:06,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-1bebc76c-34ab-4bba-9a80-5314c22af6cc Date: Thu, 04 Oct 2018 15:16:06 GMT RESP BODY: {"security_groups": []} 2018-10-04 15:16:06,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-name&description=hello+group used request id req-1bebc76c-34ab-4bba-9a80-5314c22af6cc 2018-10-04 15:16:06,994 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-name... 2018-10-04 15:16:06,995 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-name 2018-10-04 15:16:07,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce30272ede4b478e3719ec690b2137d13c98e96" -d '{"security_group": {"name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-name", "description": "hello group"}}' 2018-10-04 15:16:07,352 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-1b114d29-7b02-46ed-8b64-9fca13c86bc3 Date: Thu, 04 Oct 2018 15:16:07 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "created_at": "2018-10-04T15:16:07Z", "updated_at": "2018-10-04T15:16:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:16:07Z", "revision_number": 0, "id": "bb3367a0-ce39-45ae-a23f-ca40e59732a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:16:07Z", "security_group_id": "393700ef-93af-43dc-a32e-8d71d9b3bfb5", "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3e9c12a80954342b7e7282adb3995dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:16:07Z", "revision_number": 0, "id": "dd007feb-8dae-4ac2-86e8-6b6727574e24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:16:07Z", "security_group_id": "393700ef-93af-43dc-a32e-8d71d9b3bfb5", "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3e9c12a80954342b7e7282adb3995dd"}], "revision_number": 2, "project_id": "a3e9c12a80954342b7e7282adb3995dd", "id": "393700ef-93af-43dc-a32e-8d71d9b3bfb5", "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-name"}} 2018-10-04 15:16:07,352 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-1b114d29-7b02-46ed-8b64-9fca13c86bc3 2018-10-04 15:16:07,352 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 393700ef-93af-43dc-a32e-8d71d9b3bfb5 2018-10-04 15:16:07,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=393700ef-93af-43dc-a32e-8d71d9b3bfb5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce30272ede4b478e3719ec690b2137d13c98e96" 2018-10-04 15:16:07,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a407e498-09da-45d6-9f96-1405ddcfbc87 Date: Thu, 04 Oct 2018 15:16:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:16:07Z", "security_group_id": "393700ef-93af-43dc-a32e-8d71d9b3bfb5", "port_range_min": null, "revision_number": 0, "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "created_at": "2018-10-04T15:16:07Z", "project_id": "a3e9c12a80954342b7e7282adb3995dd", "id": "bb3367a0-ce39-45ae-a23f-ca40e59732a7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:16:07Z", "security_group_id": "393700ef-93af-43dc-a32e-8d71d9b3bfb5", "port_range_min": null, "revision_number": 0, "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "created_at": "2018-10-04T15:16:07Z", "project_id": "a3e9c12a80954342b7e7282adb3995dd", "id": "dd007feb-8dae-4ac2-86e8-6b6727574e24"}]} 2018-10-04 15:16:07,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=393700ef-93af-43dc-a32e-8d71d9b3bfb5 used request id req-a407e498-09da-45d6-9f96-1405ddcfbc87 2018-10-04 15:16:07,464 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 393700ef-93af-43dc-a32e-8d71d9b3bfb5 2018-10-04 15:16:07,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=393700ef-93af-43dc-a32e-8d71d9b3bfb5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce30272ede4b478e3719ec690b2137d13c98e96" 2018-10-04 15:16:07,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e9807896-407d-4e11-a562-44a07bb04a45 Date: Thu, 04 Oct 2018 15:16:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:16:07Z", "security_group_id": "393700ef-93af-43dc-a32e-8d71d9b3bfb5", "port_range_min": null, "revision_number": 0, "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "created_at": "2018-10-04T15:16:07Z", "project_id": "a3e9c12a80954342b7e7282adb3995dd", "id": "bb3367a0-ce39-45ae-a23f-ca40e59732a7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:16:07Z", "security_group_id": "393700ef-93af-43dc-a32e-8d71d9b3bfb5", "port_range_min": null, "revision_number": 0, "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "created_at": "2018-10-04T15:16:07Z", "project_id": "a3e9c12a80954342b7e7282adb3995dd", "id": "dd007feb-8dae-4ac2-86e8-6b6727574e24"}]} 2018-10-04 15:16:07,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=393700ef-93af-43dc-a32e-8d71d9b3bfb5 used request id req-e9807896-407d-4e11-a562-44a07bb04a45 2018-10-04 15:16:07,633 - neutron_utils - INFO - Retrieving security group with ID - 393700ef-93af-43dc-a32e-8d71d9b3bfb5 2018-10-04 15:16:07,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=393700ef-93af-43dc-a32e-8d71d9b3bfb5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce30272ede4b478e3719ec690b2137d13c98e96" 2018-10-04 15:16:07,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-0f33846e-8b8f-439e-95bd-99ab7414f0ef Date: Thu, 04 Oct 2018 15:16:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "created_at": "2018-10-04T15:16:07Z", "updated_at": "2018-10-04T15:16:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:16:07Z", "revision_number": 0, "id": "bb3367a0-ce39-45ae-a23f-ca40e59732a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:16:07Z", "security_group_id": "393700ef-93af-43dc-a32e-8d71d9b3bfb5", "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3e9c12a80954342b7e7282adb3995dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:16:07Z", "revision_number": 0, "id": "dd007feb-8dae-4ac2-86e8-6b6727574e24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:16:07Z", "security_group_id": "393700ef-93af-43dc-a32e-8d71d9b3bfb5", "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3e9c12a80954342b7e7282adb3995dd"}], "revision_number": 2, "project_id": "a3e9c12a80954342b7e7282adb3995dd", "id": "393700ef-93af-43dc-a32e-8d71d9b3bfb5", "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-name"}]} 2018-10-04 15:16:07,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=393700ef-93af-43dc-a32e-8d71d9b3bfb5 used request id req-0f33846e-8b8f-439e-95bd-99ab7414f0ef 2018-10-04 15:16:07,837 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 393700ef-93af-43dc-a32e-8d71d9b3bfb5 2018-10-04 15:16:07,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=393700ef-93af-43dc-a32e-8d71d9b3bfb5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce30272ede4b478e3719ec690b2137d13c98e96" 2018-10-04 15:16:08,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-448f659d-5efb-402a-8442-8171acfd5e59 Date: Thu, 04 Oct 2018 15:16:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:16:07Z", "security_group_id": "393700ef-93af-43dc-a32e-8d71d9b3bfb5", "port_range_min": null, "revision_number": 0, "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "created_at": "2018-10-04T15:16:07Z", "project_id": "a3e9c12a80954342b7e7282adb3995dd", "id": "bb3367a0-ce39-45ae-a23f-ca40e59732a7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:16:07Z", "security_group_id": "393700ef-93af-43dc-a32e-8d71d9b3bfb5", "port_range_min": null, "revision_number": 0, "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "created_at": "2018-10-04T15:16:07Z", "project_id": "a3e9c12a80954342b7e7282adb3995dd", "id": "dd007feb-8dae-4ac2-86e8-6b6727574e24"}]} 2018-10-04 15:16:08,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=393700ef-93af-43dc-a32e-8d71d9b3bfb5 used request id req-448f659d-5efb-402a-8442-8171acfd5e59 2018-10-04 15:16:08,025 - neutron_utils - INFO - Retrieving security group with ID - 393700ef-93af-43dc-a32e-8d71d9b3bfb5 2018-10-04 15:16:08,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=393700ef-93af-43dc-a32e-8d71d9b3bfb5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce30272ede4b478e3719ec690b2137d13c98e96" 2018-10-04 15:16:08,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-8cf55a49-98b5-4a31-8542-0ea1cd5caffb Date: Thu, 04 Oct 2018 15:16:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "created_at": "2018-10-04T15:16:07Z", "updated_at": "2018-10-04T15:16:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:16:07Z", "revision_number": 0, "id": "bb3367a0-ce39-45ae-a23f-ca40e59732a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:16:07Z", "security_group_id": "393700ef-93af-43dc-a32e-8d71d9b3bfb5", "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3e9c12a80954342b7e7282adb3995dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:16:07Z", "revision_number": 0, "id": "dd007feb-8dae-4ac2-86e8-6b6727574e24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:16:07Z", "security_group_id": "393700ef-93af-43dc-a32e-8d71d9b3bfb5", "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3e9c12a80954342b7e7282adb3995dd"}], "revision_number": 2, "project_id": "a3e9c12a80954342b7e7282adb3995dd", "id": "393700ef-93af-43dc-a32e-8d71d9b3bfb5", "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-name"}]} 2018-10-04 15:16:08,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=393700ef-93af-43dc-a32e-8d71d9b3bfb5 used request id req-8cf55a49-98b5-4a31-8542-0ea1cd5caffb 2018-10-04 15:16:08,226 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 393700ef-93af-43dc-a32e-8d71d9b3bfb5 2018-10-04 15:16:08,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=393700ef-93af-43dc-a32e-8d71d9b3bfb5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce30272ede4b478e3719ec690b2137d13c98e96" 2018-10-04 15:16:08,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-50605976-342a-4388-b80f-b3894060cef7 Date: Thu, 04 Oct 2018 15:16:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:16:07Z", "security_group_id": "393700ef-93af-43dc-a32e-8d71d9b3bfb5", "port_range_min": null, "revision_number": 0, "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "created_at": "2018-10-04T15:16:07Z", "project_id": "a3e9c12a80954342b7e7282adb3995dd", "id": "bb3367a0-ce39-45ae-a23f-ca40e59732a7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:16:07Z", "security_group_id": "393700ef-93af-43dc-a32e-8d71d9b3bfb5", "port_range_min": null, "revision_number": 0, "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "created_at": "2018-10-04T15:16:07Z", "project_id": "a3e9c12a80954342b7e7282adb3995dd", "id": "dd007feb-8dae-4ac2-86e8-6b6727574e24"}]} 2018-10-04 15:16:08,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=393700ef-93af-43dc-a32e-8d71d9b3bfb5 used request id req-50605976-342a-4388-b80f-b3894060cef7 2018-10-04 15:16:08,496 - neutron_utils - INFO - Retrieving security group with ID - 393700ef-93af-43dc-a32e-8d71d9b3bfb5 2018-10-04 15:16:08,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=393700ef-93af-43dc-a32e-8d71d9b3bfb5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce30272ede4b478e3719ec690b2137d13c98e96" 2018-10-04 15:16:08,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-3557e7c2-a4bc-42fd-8ebb-588ab97d6a1d Date: Thu, 04 Oct 2018 15:16:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "created_at": "2018-10-04T15:16:07Z", "updated_at": "2018-10-04T15:16:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:16:07Z", "revision_number": 0, "id": "bb3367a0-ce39-45ae-a23f-ca40e59732a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:16:07Z", "security_group_id": "393700ef-93af-43dc-a32e-8d71d9b3bfb5", "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3e9c12a80954342b7e7282adb3995dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:16:07Z", "revision_number": 0, "id": "dd007feb-8dae-4ac2-86e8-6b6727574e24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:16:07Z", "security_group_id": "393700ef-93af-43dc-a32e-8d71d9b3bfb5", "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3e9c12a80954342b7e7282adb3995dd"}], "revision_number": 2, "project_id": "a3e9c12a80954342b7e7282adb3995dd", "id": "393700ef-93af-43dc-a32e-8d71d9b3bfb5", "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-name"}]} 2018-10-04 15:16:08,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=393700ef-93af-43dc-a32e-8d71d9b3bfb5 used request id req-3557e7c2-a4bc-42fd-8ebb-588ab97d6a1d 2018-10-04 15:16:08,687 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 393700ef-93af-43dc-a32e-8d71d9b3bfb5 2018-10-04 15:16:08,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=393700ef-93af-43dc-a32e-8d71d9b3bfb5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce30272ede4b478e3719ec690b2137d13c98e96" 2018-10-04 15:16:08,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cb4b2fe5-8203-48e8-9c69-f9ae2b2bdc5b Date: Thu, 04 Oct 2018 15:16:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:16:07Z", "security_group_id": "393700ef-93af-43dc-a32e-8d71d9b3bfb5", "port_range_min": null, "revision_number": 0, "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "created_at": "2018-10-04T15:16:07Z", "project_id": "a3e9c12a80954342b7e7282adb3995dd", "id": "bb3367a0-ce39-45ae-a23f-ca40e59732a7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:16:07Z", "security_group_id": "393700ef-93af-43dc-a32e-8d71d9b3bfb5", "port_range_min": null, "revision_number": 0, "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "created_at": "2018-10-04T15:16:07Z", "project_id": "a3e9c12a80954342b7e7282adb3995dd", "id": "dd007feb-8dae-4ac2-86e8-6b6727574e24"}]} 2018-10-04 15:16:08,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=393700ef-93af-43dc-a32e-8d71d9b3bfb5 used request id req-cb4b2fe5-8203-48e8-9c69-f9ae2b2bdc5b 2018-10-04 15:16:08,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:09,486 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16: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-c83c779c-8624-4ecb-a024-f11abf8675f1 x-compute-request-id: req-c83c779c-8624-4ecb-a024-f11abf8675f1 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:c6:e6", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "bookmark"}], "image": {"id": "2cf4486b-b881-47a2-9621-193d1eaae2d5", "links": [{"href": "http://172.30.9.23:8774/images/2cf4486b-b881-47a2-9621-193d1eaae2d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:16:01.000000", "flavor": {"id": "b609d249-55df-4f04-ada8-80144feeb326", "links": [{"href": "http://172.30.9.23:8774/flavors/b609d249-55df-4f04-ada8-80144feeb326", "rel": "bookmark"}]}, "id": "d31814cf-67ea-4169-83c4-7f83d115a2d6", "security_groups": [{"name": "default"}], "user_id": "3c99ce867bcc4f838e3c8d290b935b07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:16:03Z", "hostId": "aca06e97d44401e490070fb4f8ac909ad3d79b51193f6e40c09a228e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst", "created": "2018-10-04T15:15:57Z", "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:16:09,486 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 used request id req-c83c779c-8624-4ecb-a024-f11abf8675f1 2018-10-04 15:16:09,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:09,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-837ff110-ea77-47e0-9a42-a4a2d49f8de7 Date: Thu, 04 Oct 2018 15:16:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d"],"updated_at":"2018-10-04T15:15:49Z","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a3e9c12a80954342b7e7282adb3995dd","id":"2d672edf-947d-481d-9e59-b58b35ab07a3","name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net"}]} 2018-10-04 15:16:09,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net used request id req-837ff110-ea77-47e0-9a42-a4a2d49f8de7 2018-10-04 15:16:09,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:09,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-272ac43f-31ca-466e-b4de-d060b46e876d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd"}, "enabled": true, "id": "a3e9c12a80954342b7e7282adb3995dd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj"}} 2018-10-04 15:16:09,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd used request id req-272ac43f-31ca-466e-b4de-d060b46e876d 2018-10-04 15:16:09,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:09,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-6088433b-f324-421c-acf8-83737f271377 Date: Thu, 04 Oct 2018 15:16:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:15:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a3e9c12a80954342b7e7282adb3995dd","id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","subnetpool_id":null,"name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-subnet"}]} 2018-10-04 15:16:09,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 used request id req-6088433b-f324-421c-acf8-83737f271377 2018-10-04 15:16:09,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:10,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-e7cba831-619e-4f68-87af-77ba6c2cbf0a Date: Thu, 04 Oct 2018 15:16:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","ip_address":"10.55.0.2"}],"id":"36a58d69-82b6-4104-b892-51d0af4231ec","security_groups":[],"mac_address":"fa:16:3e:1c:7f:f1","project_id":"a3e9c12a80954342b7e7282adb3995dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2d672edf-947d-481d-9e59-b58b35ab07a3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","ip_address":"10.55.0.4"}],"id":"48502f28-1a66-4b40-a5e7-261414f65321","security_groups":[],"mac_address":"fa:16:3e:4f:5a:f4","project_id":"a3e9c12a80954342b7e7282adb3995dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2d672edf-947d-481d-9e59-b58b35ab07a3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:16:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","ip_address":"10.55.0.12"}],"id":"b27c8c5b-be98-48b4-93c6-668b9a6a9ad3","security_groups":["491f13c3-37df-44a3-aa43-5ea7d5d9b926"],"mac_address":"fa:16:3e:c2:c6:e6","project_id":"a3e9c12a80954342b7e7282adb3995dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-port","admin_state_up":true,"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:54Z","binding:vnic_type":"normal","device_id":"d31814cf-67ea-4169-83c4-7f83d115a2d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","ip_address":"10.55.0.3"}],"id":"eac99e14-60ec-45c1-be3e-bad4e91c8e30","security_groups":[],"mac_address":"fa:16:3e:c0:23:81","project_id":"a3e9c12a80954342b7e7282adb3995dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2d672edf-947d-481d-9e59-b58b35ab07a3"}]} 2018-10-04 15:16:10,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 used request id req-e7cba831-619e-4f68-87af-77ba6c2cbf0a 2018-10-04 15:16:10,199 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:16:10,581 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5f25cb9292f6429eade0469a1ecc859f", "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj-role"}], "expires_at": "2018-10-04T16:16:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3e9c12a80954342b7e7282adb3995dd", "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/a3e9c12a80954342b7e7282adb3995dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/a3e9c12a80954342b7e7282adb3995dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/a3e9c12a80954342b7e7282adb3995dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/a3e9c12a80954342b7e7282adb3995dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a3e9c12a80954342b7e7282adb3995dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/a3e9c12a80954342b7e7282adb3995dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/a3e9c12a80954342b7e7282adb3995dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-6916a088-8642-424-user", "id": "3c99ce867bcc4f838e3c8d290b935b07"}, "audit_ids": ["EPTUMxNPRKCl5My2HLMB8g"], "issued_at": "2018-10-04T15:16:10.000000Z"}} 2018-10-04 15:16:10,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b32f600d2777de396cebb3d96c71166fa72a2f5e" 2018-10-04 15:16:11,473 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba71f149-90f0-4711-be42-f02dc1ed89a1 x-compute-request-id: req-ba71f149-90f0-4711-be42-f02dc1ed89a1 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:c6:e6", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "bookmark"}], "image": {"id": "2cf4486b-b881-47a2-9621-193d1eaae2d5", "links": [{"href": "http://172.30.9.23:8774/images/2cf4486b-b881-47a2-9621-193d1eaae2d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:16:01.000000", "flavor": {"id": "b609d249-55df-4f04-ada8-80144feeb326", "links": [{"href": "http://172.30.9.23:8774/flavors/b609d249-55df-4f04-ada8-80144feeb326", "rel": "bookmark"}]}, "id": "d31814cf-67ea-4169-83c4-7f83d115a2d6", "security_groups": [{"name": "default"}], "user_id": "3c99ce867bcc4f838e3c8d290b935b07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:16:03Z", "hostId": "aca06e97d44401e490070fb4f8ac909ad3d79b51193f6e40c09a228e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst", "created": "2018-10-04T15:15:57Z", "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:16:11,473 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 used request id req-ba71f149-90f0-4711-be42-f02dc1ed89a1 2018-10-04 15:16:11,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:11,990 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16: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-7f361b30-fb14-4dc8-83f0-1181d175efe0 x-compute-request-id: req-7f361b30-fb14-4dc8-83f0-1181d175efe0 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:c6:e6", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "bookmark"}], "image": {"id": "2cf4486b-b881-47a2-9621-193d1eaae2d5", "links": [{"href": "http://172.30.9.23:8774/images/2cf4486b-b881-47a2-9621-193d1eaae2d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:16:01.000000", "flavor": {"id": "b609d249-55df-4f04-ada8-80144feeb326", "links": [{"href": "http://172.30.9.23:8774/flavors/b609d249-55df-4f04-ada8-80144feeb326", "rel": "bookmark"}]}, "id": "d31814cf-67ea-4169-83c4-7f83d115a2d6", "security_groups": [{"name": "default"}], "user_id": "3c99ce867bcc4f838e3c8d290b935b07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:16:03Z", "hostId": "aca06e97d44401e490070fb4f8ac909ad3d79b51193f6e40c09a228e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst", "created": "2018-10-04T15:15:57Z", "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:16:11,990 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 used request id req-7f361b30-fb14-4dc8-83f0-1181d175efe0 2018-10-04 15:16:11,990 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst] is - ACTIVE 2018-10-04 15:16:11,991 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:16:11,993 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:12,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16: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-ab882e15-40a1-47d5-a19f-a545c460f86c x-compute-request-id: req-ab882e15-40a1-47d5-a19f-a545c460f86c Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:c6:e6", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "bookmark"}], "image": {"id": "2cf4486b-b881-47a2-9621-193d1eaae2d5", "links": [{"href": "http://172.30.9.23:8774/images/2cf4486b-b881-47a2-9621-193d1eaae2d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:16:01.000000", "flavor": {"id": "b609d249-55df-4f04-ada8-80144feeb326", "links": [{"href": "http://172.30.9.23:8774/flavors/b609d249-55df-4f04-ada8-80144feeb326", "rel": "bookmark"}]}, "id": "d31814cf-67ea-4169-83c4-7f83d115a2d6", "security_groups": [{"name": "default"}], "user_id": "3c99ce867bcc4f838e3c8d290b935b07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:16:03Z", "hostId": "aca06e97d44401e490070fb4f8ac909ad3d79b51193f6e40c09a228e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst", "created": "2018-10-04T15:15:57Z", "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:16:12,293 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 used request id req-ab882e15-40a1-47d5-a19f-a545c460f86c 2018-10-04 15:16:12,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:12,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-2209362a-6522-4dfa-b26f-82bf585ffeb9 Date: Thu, 04 Oct 2018 15:16:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d"],"updated_at":"2018-10-04T15:15:49Z","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a3e9c12a80954342b7e7282adb3995dd","id":"2d672edf-947d-481d-9e59-b58b35ab07a3","name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net"}]} 2018-10-04 15:16:12,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net used request id req-2209362a-6522-4dfa-b26f-82bf585ffeb9 2018-10-04 15:16:12,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:12,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f884403-507c-4df1-85bd-a6c0ab19a11f Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd"}, "enabled": true, "id": "a3e9c12a80954342b7e7282adb3995dd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj"}} 2018-10-04 15:16:12,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd used request id req-3f884403-507c-4df1-85bd-a6c0ab19a11f 2018-10-04 15:16:12,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:12,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-acae403d-3dce-46cd-a6c3-33311cbfc72e Date: Thu, 04 Oct 2018 15:16:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:15:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a3e9c12a80954342b7e7282adb3995dd","id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","subnetpool_id":null,"name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-subnet"}]} 2018-10-04 15:16:12,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 used request id req-acae403d-3dce-46cd-a6c3-33311cbfc72e 2018-10-04 15:16:12,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:12,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-bd218411-79d9-4edf-a2a7-bfbb9e9b1140 Date: Thu, 04 Oct 2018 15:16:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","ip_address":"10.55.0.2"}],"id":"36a58d69-82b6-4104-b892-51d0af4231ec","security_groups":[],"mac_address":"fa:16:3e:1c:7f:f1","project_id":"a3e9c12a80954342b7e7282adb3995dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2d672edf-947d-481d-9e59-b58b35ab07a3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","ip_address":"10.55.0.4"}],"id":"48502f28-1a66-4b40-a5e7-261414f65321","security_groups":[],"mac_address":"fa:16:3e:4f:5a:f4","project_id":"a3e9c12a80954342b7e7282adb3995dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2d672edf-947d-481d-9e59-b58b35ab07a3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:16:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","ip_address":"10.55.0.12"}],"id":"b27c8c5b-be98-48b4-93c6-668b9a6a9ad3","security_groups":["491f13c3-37df-44a3-aa43-5ea7d5d9b926"],"mac_address":"fa:16:3e:c2:c6:e6","project_id":"a3e9c12a80954342b7e7282adb3995dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-port","admin_state_up":true,"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:54Z","binding:vnic_type":"normal","device_id":"d31814cf-67ea-4169-83c4-7f83d115a2d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","ip_address":"10.55.0.3"}],"id":"eac99e14-60ec-45c1-be3e-bad4e91c8e30","security_groups":[],"mac_address":"fa:16:3e:c0:23:81","project_id":"a3e9c12a80954342b7e7282adb3995dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2d672edf-947d-481d-9e59-b58b35ab07a3"}]} 2018-10-04 15:16:12,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 used request id req-bd218411-79d9-4edf-a2a7-bfbb9e9b1140 2018-10-04 15:16:12,924 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:13,525 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6850c7a-b94c-437e-99b8-0cd1fba35f66 x-compute-request-id: req-e6850c7a-b94c-437e-99b8-0cd1fba35f66 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:c6:e6", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "bookmark"}], "image": {"id": "2cf4486b-b881-47a2-9621-193d1eaae2d5", "links": [{"href": "http://172.30.9.23:8774/images/2cf4486b-b881-47a2-9621-193d1eaae2d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:16:01.000000", "flavor": {"id": "b609d249-55df-4f04-ada8-80144feeb326", "links": [{"href": "http://172.30.9.23:8774/flavors/b609d249-55df-4f04-ada8-80144feeb326", "rel": "bookmark"}]}, "id": "d31814cf-67ea-4169-83c4-7f83d115a2d6", "security_groups": [{"name": "default"}], "user_id": "3c99ce867bcc4f838e3c8d290b935b07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:16:03Z", "hostId": "aca06e97d44401e490070fb4f8ac909ad3d79b51193f6e40c09a228e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst", "created": "2018-10-04T15:15:57Z", "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:16:13,526 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 used request id req-e6850c7a-b94c-437e-99b8-0cd1fba35f66 2018-10-04 15:16:13,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:13,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ac6317dc-0ed2-4960-8d20-924f2b68be84 Date: Thu, 04 Oct 2018 15:16:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d"],"updated_at":"2018-10-04T15:15:49Z","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a3e9c12a80954342b7e7282adb3995dd","id":"2d672edf-947d-481d-9e59-b58b35ab07a3","name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net"}]} 2018-10-04 15:16:13,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net used request id req-ac6317dc-0ed2-4960-8d20-924f2b68be84 2018-10-04 15:16:13,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:13,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-313e73bd-9483-437f-9d0a-01d185c73956 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd"}, "enabled": true, "id": "a3e9c12a80954342b7e7282adb3995dd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj"}} 2018-10-04 15:16:13,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd used request id req-313e73bd-9483-437f-9d0a-01d185c73956 2018-10-04 15:16:13,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:13,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-0543e738-6e1b-4963-aa00-0d4b5c0190ed Date: Thu, 04 Oct 2018 15:16:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:15:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a3e9c12a80954342b7e7282adb3995dd","id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","subnetpool_id":null,"name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-subnet"}]} 2018-10-04 15:16:13,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 used request id req-0543e738-6e1b-4963-aa00-0d4b5c0190ed 2018-10-04 15:16:13,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:14,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-2831fb52-c19f-43b7-9379-522ccaa53248 Date: Thu, 04 Oct 2018 15:16:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","ip_address":"10.55.0.2"}],"id":"36a58d69-82b6-4104-b892-51d0af4231ec","security_groups":[],"mac_address":"fa:16:3e:1c:7f:f1","project_id":"a3e9c12a80954342b7e7282adb3995dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2d672edf-947d-481d-9e59-b58b35ab07a3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","ip_address":"10.55.0.4"}],"id":"48502f28-1a66-4b40-a5e7-261414f65321","security_groups":[],"mac_address":"fa:16:3e:4f:5a:f4","project_id":"a3e9c12a80954342b7e7282adb3995dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2d672edf-947d-481d-9e59-b58b35ab07a3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:16:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","ip_address":"10.55.0.12"}],"id":"b27c8c5b-be98-48b4-93c6-668b9a6a9ad3","security_groups":["491f13c3-37df-44a3-aa43-5ea7d5d9b926"],"mac_address":"fa:16:3e:c2:c6:e6","project_id":"a3e9c12a80954342b7e7282adb3995dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-port","admin_state_up":true,"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:54Z","binding:vnic_type":"normal","device_id":"d31814cf-67ea-4169-83c4-7f83d115a2d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","ip_address":"10.55.0.3"}],"id":"eac99e14-60ec-45c1-be3e-bad4e91c8e30","security_groups":[],"mac_address":"fa:16:3e:c0:23:81","project_id":"a3e9c12a80954342b7e7282adb3995dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2d672edf-947d-481d-9e59-b58b35ab07a3"}]} 2018-10-04 15:16:14,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 used request id req-2831fb52-c19f-43b7-9379-522ccaa53248 2018-10-04 15:16:14,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-name"}}' 2018-10-04 15:16:14,891 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:16:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a3e05a4b-d623-4091-9b38-d615824c9631 x-compute-request-id: req-a3e05a4b-d623-4091-9b38-d615824c9631 Content-Length: 0 Content-Type: application/json 2018-10-04 15:16:14,891 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6/action used request id req-a3e05a4b-d623-4091-9b38-d615824c9631 2018-10-04 15:16:14,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:15,490 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81987bc2-7261-4174-a47f-9fb1dbe110b8 x-compute-request-id: req-81987bc2-7261-4174-a47f-9fb1dbe110b8 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:c6:e6", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "bookmark"}], "image": {"id": "2cf4486b-b881-47a2-9621-193d1eaae2d5", "links": [{"href": "http://172.30.9.23:8774/images/2cf4486b-b881-47a2-9621-193d1eaae2d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:16:01.000000", "flavor": {"id": "b609d249-55df-4f04-ada8-80144feeb326", "links": [{"href": "http://172.30.9.23:8774/flavors/b609d249-55df-4f04-ada8-80144feeb326", "rel": "bookmark"}]}, "id": "d31814cf-67ea-4169-83c4-7f83d115a2d6", "security_groups": [{"name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-name"}, {"name": "default"}], "user_id": "3c99ce867bcc4f838e3c8d290b935b07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:16:03Z", "hostId": "aca06e97d44401e490070fb4f8ac909ad3d79b51193f6e40c09a228e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst", "created": "2018-10-04T15:15:57Z", "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:16:15,491 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 used request id req-81987bc2-7261-4174-a47f-9fb1dbe110b8 2018-10-04 15:16:15,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:15,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ee4602fd-6e74-494b-8f06-c519c0fe440d Date: Thu, 04 Oct 2018 15:16:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d"],"updated_at":"2018-10-04T15:15:49Z","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a3e9c12a80954342b7e7282adb3995dd","id":"2d672edf-947d-481d-9e59-b58b35ab07a3","name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net"}]} 2018-10-04 15:16:15,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net used request id req-ee4602fd-6e74-494b-8f06-c519c0fe440d 2018-10-04 15:16:15,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:15,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66d20cd1-8a6b-4aef-bbc7-967000133b6c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd"}, "enabled": true, "id": "a3e9c12a80954342b7e7282adb3995dd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj"}} 2018-10-04 15:16:15,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd used request id req-66d20cd1-8a6b-4aef-bbc7-967000133b6c 2018-10-04 15:16:15,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:15,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-17887a14-450c-4023-a03e-aa1bca74cd7b Date: Thu, 04 Oct 2018 15:16:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:15:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a3e9c12a80954342b7e7282adb3995dd","id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","subnetpool_id":null,"name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-subnet"}]} 2018-10-04 15:16:15,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 used request id req-17887a14-450c-4023-a03e-aa1bca74cd7b 2018-10-04 15:16:15,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:15,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3151 X-Openstack-Request-Id: req-7fdb38ac-f0ed-4196-a1f7-35aa31613fbc Date: Thu, 04 Oct 2018 15:16:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","ip_address":"10.55.0.2"}],"id":"36a58d69-82b6-4104-b892-51d0af4231ec","security_groups":[],"mac_address":"fa:16:3e:1c:7f:f1","project_id":"a3e9c12a80954342b7e7282adb3995dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2d672edf-947d-481d-9e59-b58b35ab07a3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","ip_address":"10.55.0.4"}],"id":"48502f28-1a66-4b40-a5e7-261414f65321","security_groups":[],"mac_address":"fa:16:3e:4f:5a:f4","project_id":"a3e9c12a80954342b7e7282adb3995dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2d672edf-947d-481d-9e59-b58b35ab07a3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:16:14Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","ip_address":"10.55.0.12"}],"id":"b27c8c5b-be98-48b4-93c6-668b9a6a9ad3","security_groups":["393700ef-93af-43dc-a32e-8d71d9b3bfb5","491f13c3-37df-44a3-aa43-5ea7d5d9b926"],"mac_address":"fa:16:3e:c2:c6:e6","project_id":"a3e9c12a80954342b7e7282adb3995dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-port","admin_state_up":true,"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:54Z","binding:vnic_type":"normal","device_id":"d31814cf-67ea-4169-83c4-7f83d115a2d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:15:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d","ip_address":"10.55.0.3"}],"id":"eac99e14-60ec-45c1-be3e-bad4e91c8e30","security_groups":[],"mac_address":"fa:16:3e:c0:23:81","project_id":"a3e9c12a80954342b7e7282adb3995dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d672edf-947d-481d-9e59-b58b35ab07a3","tenant_id":"a3e9c12a80954342b7e7282adb3995dd","created_at":"2018-10-04T15:15:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2d672edf-947d-481d-9e59-b58b35ab07a3"}]} 2018-10-04 15:16:15,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=2d672edf-947d-481d-9e59-b58b35ab07a3 used request id req-7fdb38ac-f0ed-4196-a1f7-35aa31613fbc 2018-10-04 15:16:15,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b32f600d2777de396cebb3d96c71166fa72a2f5e" 2018-10-04 15:16:16,726 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16: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-7aa8e4cb-c0df-418a-9454-86fb272ade21 x-compute-request-id: req-7aa8e4cb-c0df-418a-9454-86fb272ade21 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:c6:e6", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "bookmark"}], "image": {"id": "2cf4486b-b881-47a2-9621-193d1eaae2d5", "links": [{"href": "http://172.30.9.23:8774/images/2cf4486b-b881-47a2-9621-193d1eaae2d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:16:01.000000", "flavor": {"id": "b609d249-55df-4f04-ada8-80144feeb326", "links": [{"href": "http://172.30.9.23:8774/flavors/b609d249-55df-4f04-ada8-80144feeb326", "rel": "bookmark"}]}, "id": "d31814cf-67ea-4169-83c4-7f83d115a2d6", "security_groups": [{"name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-name"}, {"name": "default"}], "user_id": "3c99ce867bcc4f838e3c8d290b935b07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:16:03Z", "hostId": "aca06e97d44401e490070fb4f8ac909ad3d79b51193f6e40c09a228e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst", "created": "2018-10-04T15:15:57Z", "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:16:16,727 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 used request id req-7aa8e4cb-c0df-418a-9454-86fb272ade21 2018-10-04 15:16:16,727 - create_instance - INFO - Deleting Port with ID - b27c8c5b-be98-48b4-93c6-668b9a6a9ad3 2018-10-04 15:16:16,727 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-port 2018-10-04 15:16:16,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/b27c8c5b-be98-48b4-93c6-668b9a6a9ad3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:17,153 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8b162706-ca5c-4772-a9e1-0198f98fc4e2 Date: Thu, 04 Oct 2018 15:16:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:16:17,153 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/b27c8c5b-be98-48b4-93c6-668b9a6a9ad3 used request id req-8b162706-ca5c-4772-a9e1-0198f98fc4e2 2018-10-04 15:16:17,153 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst 2018-10-04 15:16:17,156 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:17,316 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:16: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-76f4753a-8924-4fed-9e23-521397eb2028 x-compute-request-id: req-76f4753a-8924-4fed-9e23-521397eb2028 Content-Type: application/json 2018-10-04 15:16:17,316 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 used request id req-76f4753a-8924-4fed-9e23-521397eb2028 2018-10-04 15:16:17,316 - create_instance - INFO - Checking deletion status 2018-10-04 15:16:17,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:17,695 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16: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-b021cf56-d98a-45ca-9c32-8fd43b02ae89 x-compute-request-id: req-b021cf56-d98a-45ca-9c32-8fd43b02ae89 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "bookmark"}], "image": {"id": "2cf4486b-b881-47a2-9621-193d1eaae2d5", "links": [{"href": "http://172.30.9.23:8774/images/2cf4486b-b881-47a2-9621-193d1eaae2d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:16:01.000000", "flavor": {"id": "b609d249-55df-4f04-ada8-80144feeb326", "links": [{"href": "http://172.30.9.23:8774/flavors/b609d249-55df-4f04-ada8-80144feeb326", "rel": "bookmark"}]}, "id": "d31814cf-67ea-4169-83c4-7f83d115a2d6", "user_id": "3c99ce867bcc4f838e3c8d290b935b07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:16:17Z", "hostId": "aca06e97d44401e490070fb4f8ac909ad3d79b51193f6e40c09a228e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst", "created": "2018-10-04T15:15:57Z", "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:16:17,695 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 used request id req-b021cf56-d98a-45ca-9c32-8fd43b02ae89 2018-10-04 15:16:17,696 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst] is - ACTIVE 2018-10-04 15:16:17,696 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:16:20,697 - create_instance - DEBUG - VM status query timeout in 296.619693041 2018-10-04 15:16:20,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:20,943 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16: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-f0511161-1d09-4112-b649-747fe54f73a0 x-compute-request-id: req-f0511161-1d09-4112-b649-747fe54f73a0 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6", "rel": "bookmark"}], "image": {"id": "2cf4486b-b881-47a2-9621-193d1eaae2d5", "links": [{"href": "http://172.30.9.23:8774/images/2cf4486b-b881-47a2-9621-193d1eaae2d5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:16:01.000000", "flavor": {"id": "b609d249-55df-4f04-ada8-80144feeb326", "links": [{"href": "http://172.30.9.23:8774/flavors/b609d249-55df-4f04-ada8-80144feeb326", "rel": "bookmark"}]}, "id": "d31814cf-67ea-4169-83c4-7f83d115a2d6", "user_id": "3c99ce867bcc4f838e3c8d290b935b07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:16:17Z", "hostId": "aca06e97d44401e490070fb4f8ac909ad3d79b51193f6e40c09a228e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst", "created": "2018-10-04T15:15:57Z", "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:16:20,943 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 used request id req-f0511161-1d09-4112-b649-747fe54f73a0 2018-10-04 15:16:20,943 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst] is - ACTIVE 2018-10-04 15:16:20,943 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:16:23,947 - create_instance - DEBUG - VM status query timeout in 293.369814873 2018-10-04 15:16:23,950 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e96cc1066aa87559efd9a95ad7b2feabc4c1a7a" 2018-10-04 15:16:24,005 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:16: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-2e732e32-1f73-4c86-99f8-fac1cb17ed02 x-compute-request-id: req-2e732e32-1f73-4c86-99f8-fac1cb17ed02 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance d31814cf-67ea-4169-83c4-7f83d115a2d6 could not be found.", "code": 404}} 2018-10-04 15:16:24,005 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d31814cf-67ea-4169-83c4-7f83d115a2d6 used request id req-2e732e32-1f73-4c86-99f8-fac1cb17ed02 2018-10-04 15:16:24,005 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance d31814cf-67ea-4169-83c4-7f83d115a2d6 could not be found. (HTTP 404) (Request-ID: req-2e732e32-1f73-4c86-99f8-fac1cb17ed02) 2018-10-04 15:16:24,006 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-inst 2018-10-04 15:16:24,007 - neutron_utils - INFO - Deleting security group rule with ID - bb3367a0-ce39-45ae-a23f-ca40e59732a7 2018-10-04 15:16:24,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/bb3367a0-ce39-45ae-a23f-ca40e59732a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce30272ede4b478e3719ec690b2137d13c98e96" 2018-10-04 15:16:24,122 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-72de8ea5-7d4b-4a09-9fbb-9f217f19d58c Content-Length: 0 Date: Thu, 04 Oct 2018 15:16:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:16:24,123 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/bb3367a0-ce39-45ae-a23f-ca40e59732a7 used request id req-72de8ea5-7d4b-4a09-9fbb-9f217f19d58c 2018-10-04 15:16:24,123 - neutron_utils - INFO - Deleting security group rule with ID - dd007feb-8dae-4ac2-86e8-6b6727574e24 2018-10-04 15:16:24,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/dd007feb-8dae-4ac2-86e8-6b6727574e24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce30272ede4b478e3719ec690b2137d13c98e96" 2018-10-04 15:16:24,244 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-050a7fed-6857-4966-b20c-0c7b4a4cc4e4 Content-Length: 0 Date: Thu, 04 Oct 2018 15:16:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:16:24,245 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/dd007feb-8dae-4ac2-86e8-6b6727574e24 used request id req-050a7fed-6857-4966-b20c-0c7b4a4cc4e4 2018-10-04 15:16:24,245 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-name 2018-10-04 15:16:24,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/393700ef-93af-43dc-a32e-8d71d9b3bfb5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce30272ede4b478e3719ec690b2137d13c98e96" 2018-10-04 15:16:24,904 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4026ad7b-dcf7-4bf2-9eb3-7e31365cdcc7 Content-Length: 0 Date: Thu, 04 Oct 2018 15:16:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:16:24,904 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/393700ef-93af-43dc-a32e-8d71d9b3bfb5 used request id req-4026ad7b-dcf7-4bf2-9eb3-7e31365cdcc7 2018-10-04 15:16:24,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/b609d249-55df-4f04-ada8-80144feeb326 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95777c906e6c0e446f357a5b0b7e8f12326c66a8" 2018-10-04 15:16:24,959 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:16: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-83777dce-fc51-4c3c-9fec-5cbbd687f4ff x-compute-request-id: req-83777dce-fc51-4c3c-9fec-5cbbd687f4ff Content-Length: 0 Content-Type: application/json 2018-10-04 15:16:24,959 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/b609d249-55df-4f04-ada8-80144feeb326 used request id req-83777dce-fc51-4c3c-9fec-5cbbd687f4ff 2018-10-04 15:16:24,960 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-subnet 2018-10-04 15:16:24,960 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-subnet 2018-10-04 15:16:24,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}881dd1dd73690d08de23ca517b8317dcead91163" 2018-10-04 15:16:27,374 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-01e258f6-17a6-4290-b113-aa63725e930f Date: Thu, 04 Oct 2018 15:16:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:16:27,375 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/5c2aeb2a-895b-4cca-b8ab-1dc40a176a1d used request id req-01e258f6-17a6-4290-b113-aa63725e930f 2018-10-04 15:16:27,375 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-pub-net 2018-10-04 15:16:27,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/2d672edf-947d-481d-9e59-b58b35ab07a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}881dd1dd73690d08de23ca517b8317dcead91163" 2018-10-04 15:16:28,623 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1749d144-08a6-489f-a733-f46b635af86d Date: Thu, 04 Oct 2018 15:16:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:16:28,623 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/2d672edf-947d-481d-9e59-b58b35ab07a3 used request id req-1749d144-08a6-489f-a733-f46b635af86d 2018-10-04 15:16:28,624 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-77defb4f-6c10-44e8-a689-b3f5db859a03-image 2018-10-04 15:16:28,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/2cf4486b-b881-47a2-9621-193d1eaae2d5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7112daddcc6f719962cef57403226b6a33acd0a" 2018-10-04 15:16:30,410 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6f75b07d-dc82-4ac1-ae2d-34b492e447e6 Date: Thu, 04 Oct 2018 15:16:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:16:30,410 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/2cf4486b-b881-47a2-9621-193d1eaae2d5 used request id req-6f75b07d-dc82-4ac1-ae2d-34b492e447e6 2018-10-04 15:16:30,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cd6811fc35c43329d972f134706aee774d04b80" 2018-10-04 15:16:30,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-9c4452e6-1c98-4b9e-b13d-b49b71e1e602 Date: Thu, 04 Oct 2018 15:16:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "created_at": "2018-10-04T15:15:47Z", "updated_at": "2018-10-04T15:15:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:15:47Z", "revision_number": 0, "id": "26435e3d-4678-4710-a768-728e73fbfaf5", "remote_group_id": "491f13c3-37df-44a3-aa43-5ea7d5d9b926", "remote_ip_prefix": null, "created_at": "2018-10-04T15:15:47Z", "security_group_id": "491f13c3-37df-44a3-aa43-5ea7d5d9b926", "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3e9c12a80954342b7e7282adb3995dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:15:47Z", "revision_number": 0, "id": "805bfa9f-7dcc-4d56-b202-c62f9e0b208e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:15:47Z", "security_group_id": "491f13c3-37df-44a3-aa43-5ea7d5d9b926", "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3e9c12a80954342b7e7282adb3995dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:15:47Z", "revision_number": 0, "id": "d7fbba3f-dc94-4f27-8a4e-4a6db46c437d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:15:47Z", "security_group_id": "491f13c3-37df-44a3-aa43-5ea7d5d9b926", "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3e9c12a80954342b7e7282adb3995dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:15:47Z", "revision_number": 0, "id": "f7cf5ade-b1c6-433e-bf8a-81246d586370", "remote_group_id": "491f13c3-37df-44a3-aa43-5ea7d5d9b926", "remote_ip_prefix": null, "created_at": "2018-10-04T15:15:47Z", "security_group_id": "491f13c3-37df-44a3-aa43-5ea7d5d9b926", "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3e9c12a80954342b7e7282adb3995dd"}], "revision_number": 4, "project_id": "a3e9c12a80954342b7e7282adb3995dd", "id": "491f13c3-37df-44a3-aa43-5ea7d5d9b926", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:16:30,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-9c4452e6-1c98-4b9e-b13d-b49b71e1e602 2018-10-04 15:16:30,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cd6811fc35c43329d972f134706aee774d04b80" 2018-10-04 15:16:30,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-609083d5-228d-44de-9974-f9131d37ec59 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:16:30,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-609083d5-228d-44de-9974-f9131d37ec59 2018-10-04 15:16:30,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cd6811fc35c43329d972f134706aee774d04b80" 2018-10-04 15:16:30,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c09fa70e-82fa-45b8-b3d6-e557ea924082 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:16:30,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-c09fa70e-82fa-45b8-b3d6-e557ea924082 2018-10-04 15:16:30,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cd6811fc35c43329d972f134706aee774d04b80" 2018-10-04 15:16:30,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a66406a8-8722-47b4-a38f-828b324102ef Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:16:30,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-a66406a8-8722-47b4-a38f-828b324102ef 2018-10-04 15:16:30,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cd6811fc35c43329d972f134706aee774d04b80" 2018-10-04 15:16:31,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7603e3fa-aefa-4dd5-95a0-2d8fd62224dd Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd"}, "enabled": true, "id": "a3e9c12a80954342b7e7282adb3995dd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-6916a088-8642-424-proj"}} 2018-10-04 15:16:31,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd used request id req-7603e3fa-aefa-4dd5-95a0-2d8fd62224dd 2018-10-04 15:16:31,011 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 491f13c3-37df-44a3-aa43-5ea7d5d9b926 2018-10-04 15:16:31,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=491f13c3-37df-44a3-aa43-5ea7d5d9b926 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cd6811fc35c43329d972f134706aee774d04b80" 2018-10-04 15:16:31,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d35c00c7-06b1-4e01-bd6c-a1bc079b1e89 Date: Thu, 04 Oct 2018 15:16:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "491f13c3-37df-44a3-aa43-5ea7d5d9b926", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:15:47Z", "security_group_id": "491f13c3-37df-44a3-aa43-5ea7d5d9b926", "port_range_min": null, "revision_number": 0, "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "created_at": "2018-10-04T15:15:47Z", "project_id": "a3e9c12a80954342b7e7282adb3995dd", "id": "26435e3d-4678-4710-a768-728e73fbfaf5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:15:47Z", "security_group_id": "491f13c3-37df-44a3-aa43-5ea7d5d9b926", "port_range_min": null, "revision_number": 0, "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "created_at": "2018-10-04T15:15:47Z", "project_id": "a3e9c12a80954342b7e7282adb3995dd", "id": "805bfa9f-7dcc-4d56-b202-c62f9e0b208e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:15:47Z", "security_group_id": "491f13c3-37df-44a3-aa43-5ea7d5d9b926", "port_range_min": null, "revision_number": 0, "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "created_at": "2018-10-04T15:15:47Z", "project_id": "a3e9c12a80954342b7e7282adb3995dd", "id": "d7fbba3f-dc94-4f27-8a4e-4a6db46c437d"}, {"remote_group_id": "491f13c3-37df-44a3-aa43-5ea7d5d9b926", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:15:47Z", "security_group_id": "491f13c3-37df-44a3-aa43-5ea7d5d9b926", "port_range_min": null, "revision_number": 0, "tenant_id": "a3e9c12a80954342b7e7282adb3995dd", "created_at": "2018-10-04T15:15:47Z", "project_id": "a3e9c12a80954342b7e7282adb3995dd", "id": "f7cf5ade-b1c6-433e-bf8a-81246d586370"}]} 2018-10-04 15:16:31,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=491f13c3-37df-44a3-aa43-5ea7d5d9b926 used request id req-d35c00c7-06b1-4e01-bd6c-a1bc079b1e89 2018-10-04 15:16:31,183 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:16:31,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/491f13c3-37df-44a3-aa43-5ea7d5d9b926 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cd6811fc35c43329d972f134706aee774d04b80" 2018-10-04 15:16:31,490 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fcfb75ff-b98c-4328-960b-9e6d315baf74 Content-Length: 0 Date: Thu, 04 Oct 2018 15:16:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:16:31,491 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/491f13c3-37df-44a3-aa43-5ea7d5d9b926 used request id req-fcfb75ff-b98c-4328-960b-9e6d315baf74 2018-10-04 15:16:31,491 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-6916a088-8642-424-proj 2018-10-04 15:16:31,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cd6811fc35c43329d972f134706aee774d04b80" 2018-10-04 15:16:31,693 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:16:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0994c172-b960-457e-bd81-69c84f7cef21 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:16:31,693 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/a3e9c12a80954342b7e7282adb3995dd used request id req-0994c172-b960-457e-bd81-69c84f7cef21 2018-10-04 15:16:31,694 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-6916a088-8642-424-proj-role 2018-10-04 15:16:31,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/5f25cb9292f6429eade0469a1ecc859f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cd6811fc35c43329d972f134706aee774d04b80" 2018-10-04 15:16:31,807 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:16:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f606f0e1-6858-4ff3-9bae-9a05361ba456 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:16:31,807 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/5f25cb9292f6429eade0469a1ecc859f used request id req-f606f0e1-6858-4ff3-9bae-9a05361ba456 2018-10-04 15:16:31,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cd6811fc35c43329d972f134706aee774d04b80" 2018-10-04 15:16:31,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b63d970a-b89d-4d05-8a6e-8db94356608a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:16:31,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b63d970a-b89d-4d05-8a6e-8db94356608a 2018-10-04 15:16:31,903 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-6916a088-8642-424-user 2018-10-04 15:16:31,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/3c99ce867bcc4f838e3c8d290b935b07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcfc9334d221feaab26544abb66adc5b555a10c8" 2018-10-04 15:16:32,072 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:16:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4aa27eab-b117-4629-901b-b6e7384f2c28 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:16:32,072 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/3c99ce867bcc4f838e3c8d290b935b07 used request id req-4aa27eab-b117-4629-901b-b6e7384f2c28 2018-10-04 15:16:32,074 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:16:32,535 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:16:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["ZU4plViXRWyRLVjuXAb1dg"], "issued_at": "2018-10-04T15:16:32.000000Z"}} 2018-10-04 15:16:32,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b35d345c26944d458a5efaa6a54aa6494cba0609" 2018-10-04 15:16:32,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0abfbb31-17d2-4ff8-a5ac-99bab4945f95 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:16:32,626 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0abfbb31-17d2-4ff8-a5ac-99bab4945f95 2018-10-04 15:16:32,628 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:16:32,629 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:16:33,004 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:16:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["1Cn3iBveSJaDzy5ssqv5QA"], "issued_at": "2018-10-04T15:16:33.000000Z"}} 2018-10-04 15:16:33,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4927e665056c4af8f1335ccd97005c7c3c0a4bf8" 2018-10-04 15:16:33,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a782aa50-bcc7-4734-8bb0-f599c399980f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:16:33,093 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a782aa50-bcc7-4734-8bb0-f599c399980f 2018-10-04 15:16:33,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:16:33,103 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:16:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:16:33,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-c2335d69-1d33-42b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4927e665056c4af8f1335ccd97005c7c3c0a4bf8" 2018-10-04 15:16:33,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45b89d01-4bef-40aa-9703-0e99229b66cb Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-c2335d69-1d33-42b-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:16:33,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-c2335d69-1d33-42b-proj used request id req-45b89d01-4bef-40aa-9703-0e99229b66cb 2018-10-04 15:16:33,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4927e665056c4af8f1335ccd97005c7c3c0a4bf8" 2018-10-04 15:16:33,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab3e9040-26c7-44d2-b3a2-ac1a9ad8bc7a Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:16:33,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-ab3e9040-26c7-44d2-b3a2-ac1a9ad8bc7a 2018-10-04 15:16:33,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4927e665056c4af8f1335ccd97005c7c3c0a4bf8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj"}}' 2018-10-04 15:16:33,400 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:16:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e071e97-e1c9-4bd6-be70-cb9437940792 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f"}, "enabled": true, "id": "4bcae1ff196a4549ab0f314ae14d247f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj"}} 2018-10-04 15:16:33,401 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-3e071e97-e1c9-4bd6-be70-cb9437940792 2018-10-04 15:16:33,401 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-c2335d69-1d33-42b-proj 2018-10-04 15:16:33,401 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:16:33,402 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:16:33,783 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:16:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["NLN64TruQkKMPsQgna-EfA"], "issued_at": "2018-10-04T15:16:33.000000Z"}} 2018-10-04 15:16:33,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8fdbe963db7dede37adc592ad1d5a3f4cf202a" 2018-10-04 15:16:33,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6946479-1789-415b-95eb-39183403f63d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:16:33,866 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b6946479-1789-415b-95eb-39183403f63d 2018-10-04 15:16:33,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:16:33,876 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:16:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:16:33,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8fdbe963db7dede37adc592ad1d5a3f4cf202a" 2018-10-04 15:16:33,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-182076e4-8116-4270-88dd-0a885ecd5baa Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:16:33,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-182076e4-8116-4270-88dd-0a885ecd5baa 2018-10-04 15:16:33,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=InstanceSecurityGroupTests-c2335d69-1d33-42b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8fdbe963db7dede37adc592ad1d5a3f4cf202a" 2018-10-04 15:16:34,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34250d4c-6c5b-4161-a291-60e0e2508391 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=InstanceSecurityGroupTests-c2335d69-1d33-42b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f"}, "enabled": true, "id": "4bcae1ff196a4549ab0f314ae14d247f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj"}]} 2018-10-04 15:16:34,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=InstanceSecurityGroupTests-c2335d69-1d33-42b-proj used request id req-34250d4c-6c5b-4161-a291-60e0e2508391 2018-10-04 15:16:34,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8fdbe963db7dede37adc592ad1d5a3f4cf202a" 2018-10-04 15:16:34,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee993d1e-1b27-40aa-8fa9-3626297954fd Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:16:34,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-ee993d1e-1b27-40aa-8fa9-3626297954fd 2018-10-04 15:16:34,464 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-c2335d69-1d33-42b-user 2018-10-04 15:16:34,464 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:16:34,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4927e665056c4af8f1335ccd97005c7c3c0a4bf8" 2018-10-04 15:16:34,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff71f471-a578-431e-8a7b-852daabae477 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:16:34,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ff71f471-a578-431e-8a7b-852daabae477 2018-10-04 15:16:34,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4927e665056c4af8f1335ccd97005c7c3c0a4bf8" -d '{"role": {"name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj-role"}}' 2018-10-04 15:16:34,676 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:16:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-501c2431-d191-4c8a-b5d2-d203c09fe7e6 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4109fdde03ca4aec8617d455ab1e2355", "links": {"self": "http://172.30.9.23:5000/v3/roles/4109fdde03ca4aec8617d455ab1e2355"}, "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj-role"}} 2018-10-04 15:16:34,676 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-501c2431-d191-4c8a-b5d2-d203c09fe7e6 2018-10-04 15:16:34,677 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-c2335d69-1d33-42b-proj-role 2018-10-04 15:16:34,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/4109fdde03ca4aec8617d455ab1e2355 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4927e665056c4af8f1335ccd97005c7c3c0a4bf8" 2018-10-04 15:16:34,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fef8d2d6-eeba-417f-a256-b8cecbc79d86 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/4109fdde03ca4aec8617d455ab1e2355"}, "domain_id": null, "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj-role", "id": "4109fdde03ca4aec8617d455ab1e2355"}} 2018-10-04 15:16:34,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/4109fdde03ca4aec8617d455ab1e2355 used request id req-fef8d2d6-eeba-417f-a256-b8cecbc79d86 2018-10-04 15:16:34,704 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-c2335d69-1d33-42b-proj-role to project InstanceSecurityGroupTests-c2335d69-1d33-42b-proj 2018-10-04 15:16:34,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f/users/c4dcd22aab7845ddb552a67a54dda7d1/roles/4109fdde03ca4aec8617d455ab1e2355 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4927e665056c4af8f1335ccd97005c7c3c0a4bf8" 2018-10-04 15:16:34,759 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:16:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0658d44f-4ea6-44a2-81a2-239b630cbc6a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:16:34,759 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f/users/c4dcd22aab7845ddb552a67a54dda7d1/roles/4109fdde03ca4aec8617d455ab1e2355 used request id req-0658d44f-4ea6-44a2-81a2-239b630cbc6a 2018-10-04 15:16:34,760 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:16:34,761 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:16:34,761 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:16:34,762 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:16:35,136 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4109fdde03ca4aec8617d455ab1e2355", "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj-role"}], "expires_at": "2018-10-04T16:16:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4bcae1ff196a4549ab0f314ae14d247f", "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4bcae1ff196a4549ab0f314ae14d247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/4bcae1ff196a4549ab0f314ae14d247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/4bcae1ff196a4549ab0f314ae14d247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4bcae1ff196a4549ab0f314ae14d247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/4bcae1ff196a4549ab0f314ae14d247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/4bcae1ff196a4549ab0f314ae14d247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-user", "id": "c4dcd22aab7845ddb552a67a54dda7d1"}, "audit_ids": ["6AMYk49VT_Sz2606WyY3eg"], "issued_at": "2018-10-04T15:16:35.000000Z"}} 2018-10-04 15:16:35,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2b74a872916ef13314458271b784d6e5445a06b" 2018-10-04 15:16:35,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cdb049d-0b3c-4ad8-8278-a63d27ec258b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:16:35,209 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3cdb049d-0b3c-4ad8-8278-a63d27ec258b 2018-10-04 15:16:35,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c2b74a872916ef13314458271b784d6e5445a06b" 2018-10-04 15:16:35,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-22b6d003-a0cf-41b4-8c5e-4abffbc1b4ee Date: Thu, 04 Oct 2018 15:16:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-image"} 2018-10-04 15:16:35,381 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-image used request id req-22b6d003-a0cf-41b4-8c5e-4abffbc1b4ee 2018-10-04 15:16:35,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c2b74a872916ef13314458271b784d6e5445a06b" 2018-10-04 15:16:35,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5d0311a6-0046-492b-b98e-49d7c6ea0225 Date: Thu, 04 Oct 2018 15:16:35 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:16:35,542 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-5d0311a6-0046-492b-b98e-49d7c6ea0225 2018-10-04 15:16:35,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c2b74a872916ef13314458271b784d6e5445a06b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-image"}' 2018-10-04 15:16:35,769 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd X-Openstack-Request-Id: req-ccfd5007-d45b-41f1-a537-2a381401f2cb Date: Thu, 04 Oct 2018 15:16:35 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:16:35Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:16:35Z", "visibility": "shared", "locations": [], "self": "/v2/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd", "min_disk": 0, "protected": false, "id": "eeb08d96-5f6b-44eb-a79b-dec4199751bd", "file": "/v2/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd/file", "checksum": null, "owner": "4bcae1ff196a4549ab0f314ae14d247f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:16:35,769 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-ccfd5007-d45b-41f1-a537-2a381401f2cb 2018-10-04 15:16:35,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c2b74a872916ef13314458271b784d6e5445a06b" -d '' 2018-10-04 15:16:36,792 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6a91f523-218a-4365-89e6-cb63cd80b1e3 Date: Thu, 04 Oct 2018 15:16:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:16:36,792 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd/file used request id req-6a91f523-218a-4365-89e6-cb63cd80b1e3 2018-10-04 15:16:36,792 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:16:36,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c2b74a872916ef13314458271b784d6e5445a06b" 2018-10-04 15:16:36,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-51a949bb-e20e-4549-96d3-45e175c97158 Date: Thu, 04 Oct 2018 15:16:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:16:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:16:36Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd/snap", "metadata": {}}], "self": "/v2/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd", "min_disk": 0, "protected": false, "id": "eeb08d96-5f6b-44eb-a79b-dec4199751bd", "file": "/v2/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4bcae1ff196a4549ab0f314ae14d247f", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:16:36,989 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd used request id req-51a949bb-e20e-4549-96d3-45e175c97158 2018-10-04 15:16:36,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c2b74a872916ef13314458271b784d6e5445a06b" 2018-10-04 15:16:37,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-14a90e3f-7a45-4eef-b934-be4530ec4c66 Date: Thu, 04 Oct 2018 15:16:37 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:16:37,158 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-14a90e3f-7a45-4eef-b934-be4530ec4c66 2018-10-04 15:16:37,161 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-image 2018-10-04 15:16:37,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c2b74a872916ef13314458271b784d6e5445a06b" 2018-10-04 15:16:37,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-8c0e969d-f77b-4e33-aab5-b9eb1b7f29e3 Date: Thu, 04 Oct 2018 15:16:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:16:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:16:36Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd/snap", "metadata": {}}], "self": "/v2/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd", "min_disk": 0, "protected": false, "id": "eeb08d96-5f6b-44eb-a79b-dec4199751bd", "file": "/v2/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4bcae1ff196a4549ab0f314ae14d247f", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:16:37,323 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd used request id req-8c0e969d-f77b-4e33-aab5-b9eb1b7f29e3 2018-10-04 15:16:37,324 - create_image - DEBUG - Instance status is - active 2018-10-04 15:16:37,324 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-image 2018-10-04 15:16:37,324 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-image 2018-10-04 15:16:37,324 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:16:37,325 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:16:37,701 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4109fdde03ca4aec8617d455ab1e2355", "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj-role"}], "expires_at": "2018-10-04T16:16:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4bcae1ff196a4549ab0f314ae14d247f", "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4bcae1ff196a4549ab0f314ae14d247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/4bcae1ff196a4549ab0f314ae14d247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/4bcae1ff196a4549ab0f314ae14d247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4bcae1ff196a4549ab0f314ae14d247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/4bcae1ff196a4549ab0f314ae14d247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/4bcae1ff196a4549ab0f314ae14d247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-user", "id": "c4dcd22aab7845ddb552a67a54dda7d1"}, "audit_ids": ["LSvPfq-CSQuKyOQvHTrQgA"], "issued_at": "2018-10-04T15:16:37.000000Z"}} 2018-10-04 15:16:37,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8988159712e5b534efd35adf14dcbc144e11653" 2018-10-04 15:16:37,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53df88fe-eabd-42dd-b834-4c7ea276c19b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:16:37,779 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-53df88fe-eabd-42dd-b834-4c7ea276c19b 2018-10-04 15:16:37,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8988159712e5b534efd35adf14dcbc144e11653" 2018-10-04 15:16:37,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4a61b25b-b59e-4536-a0ec-bff685d32b2d Date: Thu, 04 Oct 2018 15:16:37 GMT RESP BODY: {"networks":[]} 2018-10-04 15:16:37,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net used request id req-4a61b25b-b59e-4536-a0ec-bff685d32b2d 2018-10-04 15:16:37,959 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net 2018-10-04 15:16:37,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8988159712e5b534efd35adf14dcbc144e11653" -d '{"network": {"name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net", "admin_state_up": true}}' 2018-10-04 15:16:38,546 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-de429b7c-321d-4f61-b440-9b9179d7a0e2 Date: Thu, 04 Oct 2018 15:16:38 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4bcae1ff196a4549ab0f314ae14d247f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:16:38Z","is_default":false,"name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:38Z","mtu":1450}} 2018-10-04 15:16:38,546 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-de429b7c-321d-4f61-b440-9b9179d7a0e2 2018-10-04 15:16:38,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8988159712e5b534efd35adf14dcbc144e11653" 2018-10-04 15:16:38,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-26542243-21ed-4d20-a146-80c7c255f52c Date: Thu, 04 Oct 2018 15:16: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-10-04T15:16:38Z","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4bcae1ff196a4549ab0f314ae14d247f","id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net"}]} 2018-10-04 15:16:38,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 used request id req-26542243-21ed-4d20-a146-80c7c255f52c 2018-10-04 15:16:38,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8988159712e5b534efd35adf14dcbc144e11653" 2018-10-04 15:16:38,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c1169a04-bc2b-4026-bfc4-276846b3ae50 Date: Thu, 04 Oct 2018 15:16:38 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:16:38,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 used request id req-c1169a04-bc2b-4026-bfc4-276846b3ae50 2018-10-04 15:16:38,980 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-subnet 2018-10-04 15:16:38,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8988159712e5b534efd35adf14dcbc144e11653" -d '{"subnets": [{"ip_version": 4, "network_id": "589eb3b0-4b79-4d6c-a6b5-6927ec438fe7", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-subnet"}]}' 2018-10-04 15:16:39,665 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-bf68413b-7972-462e-8d52-fc066b6a4357 Date: Thu, 04 Oct 2018 15:16:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:39Z","dns_nameservers":[],"updated_at":"2018-10-04T15:16:39Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"4bcae1ff196a4549ab0f314ae14d247f","id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","subnetpool_id":null,"name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-subnet"}]} 2018-10-04 15:16:39,666 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-bf68413b-7972-462e-8d52-fc066b6a4357 2018-10-04 15:16:39,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8988159712e5b534efd35adf14dcbc144e11653" 2018-10-04 15:16:39,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ad627db0-f8a8-4b83-9352-7c07415e9217 Date: Thu, 04 Oct 2018 15:16:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4773abf8-92e3-4ebb-b1c6-1d47a5e781f2"],"updated_at":"2018-10-04T15:16:39Z","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4bcae1ff196a4549ab0f314ae14d247f","id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net"}]} 2018-10-04 15:16:39,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 used request id req-ad627db0-f8a8-4b83-9352-7c07415e9217 2018-10-04 15:16:39,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8988159712e5b534efd35adf14dcbc144e11653" 2018-10-04 15:16:39,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-495c353d-f540-4136-98c0-2c3c0c07fac5 Date: Thu, 04 Oct 2018 15:16:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:39Z","dns_nameservers":[],"updated_at":"2018-10-04T15:16:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4bcae1ff196a4549ab0f314ae14d247f","id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","subnetpool_id":null,"name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-subnet"}]} 2018-10-04 15:16:39,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 used request id req-495c353d-f540-4136-98c0-2c3c0c07fac5 2018-10-04 15:16:39,972 - OpenStackNetwork - DEBUG - Network [589eb3b0-4b79-4d6c-a6b5-6927ec438fe7] created successfully 2018-10-04 15:16:39,972 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:16:39,973 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:16:40,345 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:16:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["VUHwu1f7QSOFMNYpn70aCQ"], "issued_at": "2018-10-04T15:16:40.000000Z"}} 2018-10-04 15:16:40,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49e5c9c4bc0ba12751d407d559a6caba3f4773ee" 2018-10-04 15:16:40,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f306819b-cc3f-4ce3-875e-4ae6ac3a9143 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:16:40,427 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f306819b-cc3f-4ce3-875e-4ae6ac3a9143 2018-10-04 15:16:40,428 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:16:40,435 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49e5c9c4bc0ba12751d407d559a6caba3f4773ee" 2018-10-04 15:16:40,702 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16: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-815e1e39-060f-49e9-9831-9052439bd206 x-compute-request-id: req-815e1e39-060f-49e9-9831-9052439bd206 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:16:40,702 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-815e1e39-060f-49e9-9831-9052439bd206 2018-10-04 15:16:40,707 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49e5c9c4bc0ba12751d407d559a6caba3f4773ee" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:16:40,768 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16: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-c8052a8f-7e94-498b-a716-6e4f22b79f14 x-compute-request-id: req-c8052a8f-7e94-498b-a716-6e4f22b79f14 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e2ea501c-1614-4815-a642-6a1697309f5b", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e2ea501c-1614-4815-a642-6a1697309f5b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e2ea501c-1614-4815-a642-6a1697309f5b", "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:16:40,769 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c8052a8f-7e94-498b-a716-6e4f22b79f14 2018-10-04 15:16:40,769 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:16:40,770 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:16:41,145 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4109fdde03ca4aec8617d455ab1e2355", "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj-role"}], "expires_at": "2018-10-04T16:16:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4bcae1ff196a4549ab0f314ae14d247f", "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4bcae1ff196a4549ab0f314ae14d247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/4bcae1ff196a4549ab0f314ae14d247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/4bcae1ff196a4549ab0f314ae14d247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4bcae1ff196a4549ab0f314ae14d247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/4bcae1ff196a4549ab0f314ae14d247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/4bcae1ff196a4549ab0f314ae14d247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-user", "id": "c4dcd22aab7845ddb552a67a54dda7d1"}, "audit_ids": ["Zb357m66RDKvkJT0C8eVcA"], "issued_at": "2018-10-04T15:16:41.000000Z"}} 2018-10-04 15:16:41,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2897a384818873ee6b32d2b9261748d762d1bc" 2018-10-04 15:16:41,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb8a952c-8b57-407c-95e4-6089825132a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:16:41,221 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bb8a952c-8b57-407c-95e4-6089825132a7 2018-10-04 15:16:41,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2897a384818873ee6b32d2b9261748d762d1bc" 2018-10-04 15:16:41,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-7095bf9b-1eb7-45a7-a0ce-94ee85b49f06 Date: Thu, 04 Oct 2018 15:16:41 GMT RESP BODY: {"security_groups": []} 2018-10-04 15:16:41,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-name&description=hello+group used request id req-7095bf9b-1eb7-45a7-a0ce-94ee85b49f06 2018-10-04 15:16:41,410 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-name... 2018-10-04 15:16:41,410 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-name 2018-10-04 15:16:41,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2897a384818873ee6b32d2b9261748d762d1bc" -d '{"security_group": {"name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-name", "description": "hello group"}}' 2018-10-04 15:16:41,794 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-aa659a78-26a5-4a9f-910c-ac62cca0b3ff Date: Thu, 04 Oct 2018 15:16:41 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "created_at": "2018-10-04T15:16:41Z", "updated_at": "2018-10-04T15:16:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:16:41Z", "revision_number": 0, "id": "6f2cfcb2-3a1c-49d7-acd6-2765ef3cb473", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:16:41Z", "security_group_id": "18067896-597a-49e3-9473-e7fc713301a5", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4bcae1ff196a4549ab0f314ae14d247f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:16:41Z", "revision_number": 0, "id": "ad7592ed-fc41-487b-8e6c-e902382e8e87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:16:41Z", "security_group_id": "18067896-597a-49e3-9473-e7fc713301a5", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4bcae1ff196a4549ab0f314ae14d247f"}], "revision_number": 2, "project_id": "4bcae1ff196a4549ab0f314ae14d247f", "id": "18067896-597a-49e3-9473-e7fc713301a5", "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-name"}} 2018-10-04 15:16:41,794 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-aa659a78-26a5-4a9f-910c-ac62cca0b3ff 2018-10-04 15:16:41,794 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 18067896-597a-49e3-9473-e7fc713301a5 2018-10-04 15:16:41,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=18067896-597a-49e3-9473-e7fc713301a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2897a384818873ee6b32d2b9261748d762d1bc" 2018-10-04 15:16:42,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-34835834-fee0-4774-8e8f-41b232587342 Date: Thu, 04 Oct 2018 15:16:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:16:41Z", "security_group_id": "18067896-597a-49e3-9473-e7fc713301a5", "port_range_min": null, "revision_number": 0, "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "created_at": "2018-10-04T15:16:41Z", "project_id": "4bcae1ff196a4549ab0f314ae14d247f", "id": "6f2cfcb2-3a1c-49d7-acd6-2765ef3cb473"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:16:41Z", "security_group_id": "18067896-597a-49e3-9473-e7fc713301a5", "port_range_min": null, "revision_number": 0, "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "created_at": "2018-10-04T15:16:41Z", "project_id": "4bcae1ff196a4549ab0f314ae14d247f", "id": "ad7592ed-fc41-487b-8e6c-e902382e8e87"}]} 2018-10-04 15:16:42,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=18067896-597a-49e3-9473-e7fc713301a5 used request id req-34835834-fee0-4774-8e8f-41b232587342 2018-10-04 15:16:42,075 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 18067896-597a-49e3-9473-e7fc713301a5 2018-10-04 15:16:42,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=18067896-597a-49e3-9473-e7fc713301a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2897a384818873ee6b32d2b9261748d762d1bc" 2018-10-04 15:16:42,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-16706965-2d66-4bdf-a689-a691f9886981 Date: Thu, 04 Oct 2018 15:16:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:16:41Z", "security_group_id": "18067896-597a-49e3-9473-e7fc713301a5", "port_range_min": null, "revision_number": 0, "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "created_at": "2018-10-04T15:16:41Z", "project_id": "4bcae1ff196a4549ab0f314ae14d247f", "id": "6f2cfcb2-3a1c-49d7-acd6-2765ef3cb473"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:16:41Z", "security_group_id": "18067896-597a-49e3-9473-e7fc713301a5", "port_range_min": null, "revision_number": 0, "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "created_at": "2018-10-04T15:16:41Z", "project_id": "4bcae1ff196a4549ab0f314ae14d247f", "id": "ad7592ed-fc41-487b-8e6c-e902382e8e87"}]} 2018-10-04 15:16:42,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=18067896-597a-49e3-9473-e7fc713301a5 used request id req-16706965-2d66-4bdf-a689-a691f9886981 2018-10-04 15:16:42,261 - neutron_utils - INFO - Retrieving security group with ID - 18067896-597a-49e3-9473-e7fc713301a5 2018-10-04 15:16:42,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=18067896-597a-49e3-9473-e7fc713301a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2897a384818873ee6b32d2b9261748d762d1bc" 2018-10-04 15:16:42,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-f6ac5bab-4ecc-4324-ad78-9d92d219fbb5 Date: Thu, 04 Oct 2018 15:16:42 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "created_at": "2018-10-04T15:16:41Z", "updated_at": "2018-10-04T15:16:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:16:41Z", "revision_number": 0, "id": "6f2cfcb2-3a1c-49d7-acd6-2765ef3cb473", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:16:41Z", "security_group_id": "18067896-597a-49e3-9473-e7fc713301a5", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4bcae1ff196a4549ab0f314ae14d247f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:16:41Z", "revision_number": 0, "id": "ad7592ed-fc41-487b-8e6c-e902382e8e87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:16:41Z", "security_group_id": "18067896-597a-49e3-9473-e7fc713301a5", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4bcae1ff196a4549ab0f314ae14d247f"}], "revision_number": 2, "project_id": "4bcae1ff196a4549ab0f314ae14d247f", "id": "18067896-597a-49e3-9473-e7fc713301a5", "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-name"}]} 2018-10-04 15:16:42,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=18067896-597a-49e3-9473-e7fc713301a5 used request id req-f6ac5bab-4ecc-4324-ad78-9d92d219fbb5 2018-10-04 15:16:42,465 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 18067896-597a-49e3-9473-e7fc713301a5 2018-10-04 15:16:42,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=18067896-597a-49e3-9473-e7fc713301a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2897a384818873ee6b32d2b9261748d762d1bc" 2018-10-04 15:16:42,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3e010ec4-319b-43e9-9a10-273094ea2b5a Date: Thu, 04 Oct 2018 15:16:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:16:41Z", "security_group_id": "18067896-597a-49e3-9473-e7fc713301a5", "port_range_min": null, "revision_number": 0, "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "created_at": "2018-10-04T15:16:41Z", "project_id": "4bcae1ff196a4549ab0f314ae14d247f", "id": "6f2cfcb2-3a1c-49d7-acd6-2765ef3cb473"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:16:41Z", "security_group_id": "18067896-597a-49e3-9473-e7fc713301a5", "port_range_min": null, "revision_number": 0, "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "created_at": "2018-10-04T15:16:41Z", "project_id": "4bcae1ff196a4549ab0f314ae14d247f", "id": "ad7592ed-fc41-487b-8e6c-e902382e8e87"}]} 2018-10-04 15:16:42,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=18067896-597a-49e3-9473-e7fc713301a5 used request id req-3e010ec4-319b-43e9-9a10-273094ea2b5a 2018-10-04 15:16:42,498 - neutron_utils - INFO - Retrieving security group with ID - 18067896-597a-49e3-9473-e7fc713301a5 2018-10-04 15:16:42,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=18067896-597a-49e3-9473-e7fc713301a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2897a384818873ee6b32d2b9261748d762d1bc" 2018-10-04 15:16:42,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-16bc1d11-07bc-45ed-9192-e10b593b1f2d Date: Thu, 04 Oct 2018 15:16:42 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "created_at": "2018-10-04T15:16:41Z", "updated_at": "2018-10-04T15:16:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:16:41Z", "revision_number": 0, "id": "6f2cfcb2-3a1c-49d7-acd6-2765ef3cb473", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:16:41Z", "security_group_id": "18067896-597a-49e3-9473-e7fc713301a5", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4bcae1ff196a4549ab0f314ae14d247f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:16:41Z", "revision_number": 0, "id": "ad7592ed-fc41-487b-8e6c-e902382e8e87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:16:41Z", "security_group_id": "18067896-597a-49e3-9473-e7fc713301a5", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4bcae1ff196a4549ab0f314ae14d247f"}], "revision_number": 2, "project_id": "4bcae1ff196a4549ab0f314ae14d247f", "id": "18067896-597a-49e3-9473-e7fc713301a5", "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-name"}]} 2018-10-04 15:16:42,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=18067896-597a-49e3-9473-e7fc713301a5 used request id req-16bc1d11-07bc-45ed-9192-e10b593b1f2d 2018-10-04 15:16:42,559 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 18067896-597a-49e3-9473-e7fc713301a5 2018-10-04 15:16:42,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=18067896-597a-49e3-9473-e7fc713301a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2897a384818873ee6b32d2b9261748d762d1bc" 2018-10-04 15:16:42,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e9dd46c9-3172-4521-9d48-a1d74769bb2e Date: Thu, 04 Oct 2018 15:16:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:16:41Z", "security_group_id": "18067896-597a-49e3-9473-e7fc713301a5", "port_range_min": null, "revision_number": 0, "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "created_at": "2018-10-04T15:16:41Z", "project_id": "4bcae1ff196a4549ab0f314ae14d247f", "id": "6f2cfcb2-3a1c-49d7-acd6-2765ef3cb473"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:16:41Z", "security_group_id": "18067896-597a-49e3-9473-e7fc713301a5", "port_range_min": null, "revision_number": 0, "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "created_at": "2018-10-04T15:16:41Z", "project_id": "4bcae1ff196a4549ab0f314ae14d247f", "id": "ad7592ed-fc41-487b-8e6c-e902382e8e87"}]} 2018-10-04 15:16:42,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=18067896-597a-49e3-9473-e7fc713301a5 used request id req-e9dd46c9-3172-4521-9d48-a1d74769bb2e 2018-10-04 15:16:42,589 - neutron_utils - INFO - Retrieving security group with ID - 18067896-597a-49e3-9473-e7fc713301a5 2018-10-04 15:16:42,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=18067896-597a-49e3-9473-e7fc713301a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2897a384818873ee6b32d2b9261748d762d1bc" 2018-10-04 15:16:42,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-081b184e-b77b-46c0-af24-b77e87981690 Date: Thu, 04 Oct 2018 15:16:42 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "created_at": "2018-10-04T15:16:41Z", "updated_at": "2018-10-04T15:16:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:16:41Z", "revision_number": 0, "id": "6f2cfcb2-3a1c-49d7-acd6-2765ef3cb473", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:16:41Z", "security_group_id": "18067896-597a-49e3-9473-e7fc713301a5", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4bcae1ff196a4549ab0f314ae14d247f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:16:41Z", "revision_number": 0, "id": "ad7592ed-fc41-487b-8e6c-e902382e8e87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:16:41Z", "security_group_id": "18067896-597a-49e3-9473-e7fc713301a5", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4bcae1ff196a4549ab0f314ae14d247f"}], "revision_number": 2, "project_id": "4bcae1ff196a4549ab0f314ae14d247f", "id": "18067896-597a-49e3-9473-e7fc713301a5", "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-name"}]} 2018-10-04 15:16:42,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=18067896-597a-49e3-9473-e7fc713301a5 used request id req-081b184e-b77b-46c0-af24-b77e87981690 2018-10-04 15:16:42,796 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 18067896-597a-49e3-9473-e7fc713301a5 2018-10-04 15:16:42,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=18067896-597a-49e3-9473-e7fc713301a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2897a384818873ee6b32d2b9261748d762d1bc" 2018-10-04 15:16:43,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3ef94e75-92cb-4c12-bb83-cf710b733e8d Date: Thu, 04 Oct 2018 15:16:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:16:41Z", "security_group_id": "18067896-597a-49e3-9473-e7fc713301a5", "port_range_min": null, "revision_number": 0, "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "created_at": "2018-10-04T15:16:41Z", "project_id": "4bcae1ff196a4549ab0f314ae14d247f", "id": "6f2cfcb2-3a1c-49d7-acd6-2765ef3cb473"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:16:41Z", "security_group_id": "18067896-597a-49e3-9473-e7fc713301a5", "port_range_min": null, "revision_number": 0, "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "created_at": "2018-10-04T15:16:41Z", "project_id": "4bcae1ff196a4549ab0f314ae14d247f", "id": "ad7592ed-fc41-487b-8e6c-e902382e8e87"}]} 2018-10-04 15:16:43,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=18067896-597a-49e3-9473-e7fc713301a5 used request id req-3ef94e75-92cb-4c12-bb83-cf710b733e8d 2018-10-04 15:16:43,001 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:16:43,002 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:16:43,380 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4109fdde03ca4aec8617d455ab1e2355", "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj-role"}], "expires_at": "2018-10-04T16:16:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4bcae1ff196a4549ab0f314ae14d247f", "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4bcae1ff196a4549ab0f314ae14d247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/4bcae1ff196a4549ab0f314ae14d247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/4bcae1ff196a4549ab0f314ae14d247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4bcae1ff196a4549ab0f314ae14d247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/4bcae1ff196a4549ab0f314ae14d247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/4bcae1ff196a4549ab0f314ae14d247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-user", "id": "c4dcd22aab7845ddb552a67a54dda7d1"}, "audit_ids": ["uiG9lAUqSgun5GhYLaGJsg"], "issued_at": "2018-10-04T15:16:43.000000Z"}} 2018-10-04 15:16:43,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:43,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-467b2be4-f2ee-4dda-9f7f-eded5f5dd3eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:16:43,393 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-467b2be4-f2ee-4dda-9f7f-eded5f5dd3eb 2018-10-04 15:16:43,394 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:16:43,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:43,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b7f86ad-b25e-49ac-a829-9b304372a0e9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:16:43,467 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9b7f86ad-b25e-49ac-a829-9b304372a0e9 2018-10-04 15:16:43,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:43,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-2b7f7b92-e724-4355-b6d2-6bf20624c9d7 Date: Thu, 04 Oct 2018 15:16:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4773abf8-92e3-4ebb-b1c6-1d47a5e781f2"],"updated_at":"2018-10-04T15:16:39Z","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4bcae1ff196a4549ab0f314ae14d247f","id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net"}]} 2018-10-04 15:16:43,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net used request id req-2b7f7b92-e724-4355-b6d2-6bf20624c9d7 2018-10-04 15:16:43,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:16:43,724 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:16:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:16:43,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:43,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d83c7ad-9fe6-45cb-a06f-e1a11eed5794 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f"}, "enabled": true, "id": "4bcae1ff196a4549ab0f314ae14d247f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj"}} 2018-10-04 15:16:43,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f used request id req-1d83c7ad-9fe6-45cb-a06f-e1a11eed5794 2018-10-04 15:16:43,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:44,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8c3a4f56-89ec-406a-8519-3d26d3889b65 Date: Thu, 04 Oct 2018 15:16:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:39Z","dns_nameservers":[],"updated_at":"2018-10-04T15:16:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4bcae1ff196a4549ab0f314ae14d247f","id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","subnetpool_id":null,"name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-subnet"}]} 2018-10-04 15:16:44,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 used request id req-8c3a4f56-89ec-406a-8519-3d26d3889b65 2018-10-04 15:16:44,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7&name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:44,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1e53f51f-d41e-471b-a987-e0a81ef2397a Date: Thu, 04 Oct 2018 15:16:44 GMT RESP BODY: {"ports":[]} 2018-10-04 15:16:44,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7&name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-port&admin_state_up=True used request id req-1e53f51f-d41e-471b-a987-e0a81ef2397a 2018-10-04 15:16:44,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:44,417 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16: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-9984c129-4230-4e1a-b29c-379b2f8e27f0 x-compute-request-id: req-9984c129-4230-4e1a-b29c-379b2f8e27f0 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:16:44,417 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst used request id req-9984c129-4230-4e1a-b29c-379b2f8e27f0 2018-10-04 15:16:44,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:44,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-b5b17983-2ff5-4fee-823d-51442b135ca7 Date: Thu, 04 Oct 2018 15:16:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4773abf8-92e3-4ebb-b1c6-1d47a5e781f2"],"updated_at":"2018-10-04T15:16:39Z","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4bcae1ff196a4549ab0f314ae14d247f","id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net"}]} 2018-10-04 15:16:44,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net used request id req-b5b17983-2ff5-4fee-823d-51442b135ca7 2018-10-04 15:16:44,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:44,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cde47c8-6cfd-47de-9bc8-831f6d32adad Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f"}, "enabled": true, "id": "4bcae1ff196a4549ab0f314ae14d247f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj"}} 2018-10-04 15:16:44,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f used request id req-5cde47c8-6cfd-47de-9bc8-831f6d32adad 2018-10-04 15:16:44,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:44,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-06d3b1a4-cc61-4db5-8c41-9506afc73f34 Date: Thu, 04 Oct 2018 15:16:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:39Z","dns_nameservers":[],"updated_at":"2018-10-04T15:16:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4bcae1ff196a4549ab0f314ae14d247f","id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","subnetpool_id":null,"name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-subnet"}]} 2018-10-04 15:16:44,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 used request id req-06d3b1a4-cc61-4db5-8c41-9506afc73f34 2018-10-04 15:16:44,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7&name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:45,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-428f1b71-9446-4986-9238-5df9c938ac45 Date: Thu, 04 Oct 2018 15:16:45 GMT RESP BODY: {"ports":[]} 2018-10-04 15:16:45,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7&name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-port&admin_state_up=True used request id req-428f1b71-9446-4986-9238-5df9c938ac45 2018-10-04 15:16:45,158 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:16:45,159 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:16:45,540 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4109fdde03ca4aec8617d455ab1e2355", "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj-role"}], "expires_at": "2018-10-04T16:16:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4bcae1ff196a4549ab0f314ae14d247f", "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4bcae1ff196a4549ab0f314ae14d247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/4bcae1ff196a4549ab0f314ae14d247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/4bcae1ff196a4549ab0f314ae14d247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4bcae1ff196a4549ab0f314ae14d247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/4bcae1ff196a4549ab0f314ae14d247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/4bcae1ff196a4549ab0f314ae14d247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-user", "id": "c4dcd22aab7845ddb552a67a54dda7d1"}, "audit_ids": ["N4vgqavgRqeob7--uY8hjQ"], "issued_at": "2018-10-04T15:16:45.000000Z"}} 2018-10-04 15:16:45,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ad1e17f90bbf062ac24a14889a14fa8463a83d" 2018-10-04 15:16:45,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2942adf3-292c-4bdd-b1d4-5c57617d2d1f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:16:45,613 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2942adf3-292c-4bdd-b1d4-5c57617d2d1f 2018-10-04 15:16:45,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:45,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-0bd836b4-4acc-4416-bfa7-12af985536b9 Date: Thu, 04 Oct 2018 15:16: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":["4773abf8-92e3-4ebb-b1c6-1d47a5e781f2"],"updated_at":"2018-10-04T15:16:39Z","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4bcae1ff196a4549ab0f314ae14d247f","id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net"}]} 2018-10-04 15:16:45,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net used request id req-0bd836b4-4acc-4416-bfa7-12af985536b9 2018-10-04 15:16:45,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:46,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-3f9177cc-b50e-49d6-af4b-2fc212f72ba9 Date: Thu, 04 Oct 2018 15:16:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:39Z","dns_nameservers":[],"updated_at":"2018-10-04T15:16:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4bcae1ff196a4549ab0f314ae14d247f","id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","subnetpool_id":null,"name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-subnet"}]} 2018-10-04 15:16:46,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 used request id req-3f9177cc-b50e-49d6-af4b-2fc212f72ba9 2018-10-04 15:16:46,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:46,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-540255a0-e22d-4c0a-a42a-dcdb826b3fe7 Date: Thu, 04 Oct 2018 15:16:46 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":["4773abf8-92e3-4ebb-b1c6-1d47a5e781f2"],"updated_at":"2018-10-04T15:16:39Z","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4bcae1ff196a4549ab0f314ae14d247f","id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net"}]} 2018-10-04 15:16:46,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net used request id req-540255a0-e22d-4c0a-a42a-dcdb826b3fe7 2018-10-04 15:16:46,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:16:46,335 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:16:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:16:46,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ad1e17f90bbf062ac24a14889a14fa8463a83d" 2018-10-04 15:16:46,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-204770f6-7791-4caa-b6f8-d89baa615ac4 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f"}, "enabled": true, "id": "4bcae1ff196a4549ab0f314ae14d247f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj"}} 2018-10-04 15:16:46,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f used request id req-204770f6-7791-4caa-b6f8-d89baa615ac4 2018-10-04 15:16:46,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:46,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-bf0abc49-2525-4ead-84bc-632ced3babd5 Date: Thu, 04 Oct 2018 15:16:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:39Z","dns_nameservers":[],"updated_at":"2018-10-04T15:16:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4bcae1ff196a4549ab0f314ae14d247f","id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","subnetpool_id":null,"name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-subnet"}]} 2018-10-04 15:16:46,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 used request id req-bf0abc49-2525-4ead-84bc-632ced3babd5 2018-10-04 15:16:46,625 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net 2018-10-04 15:16:46,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" -d '{"port": {"network_id": "589eb3b0-4b79-4d6c-a6b5-6927ec438fe7", "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-port", "admin_state_up": true}}' 2018-10-04 15:16:47,725 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-e40203b5-11d3-421e-a6c4-6ef77c138ca6 Date: Thu, 04 Oct 2018 15:16:47 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:16:47Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","ip_address":"10.55.0.7"}],"id":"6a5ad2b9-05dd-4257-88da-a0f7ac61205c","security_groups":["f833911c-0eaa-4ef3-af3d-5af7a7be9f8f"],"mac_address":"fa:16:3e:a0:56:2b","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-port","project_id":"4bcae1ff196a4549ab0f314ae14d247f","qos_policy_id":null,"admin_state_up":true,"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:47Z","binding:vnic_type":"normal"}} 2018-10-04 15:16:47,725 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-e40203b5-11d3-421e-a6c4-6ef77c138ca6 2018-10-04 15:16:47,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:47,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-95f1e141-156e-474c-8230-0864a095ba5c Date: Thu, 04 Oct 2018 15:16:47 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":["4773abf8-92e3-4ebb-b1c6-1d47a5e781f2"],"updated_at":"2018-10-04T15:16:39Z","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4bcae1ff196a4549ab0f314ae14d247f","id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net"}]} 2018-10-04 15:16:47,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net used request id req-95f1e141-156e-474c-8230-0864a095ba5c 2018-10-04 15:16:47,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:47,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d46aaf9a-f840-4441-876a-42d55a750263 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f"}, "enabled": true, "id": "4bcae1ff196a4549ab0f314ae14d247f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj"}} 2018-10-04 15:16:47,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f used request id req-d46aaf9a-f840-4441-876a-42d55a750263 2018-10-04 15:16:47,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:48,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-69470abe-dd20-4586-b6df-8363fdbd9e6d Date: Thu, 04 Oct 2018 15:16:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:39Z","dns_nameservers":[],"updated_at":"2018-10-04T15:16:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4bcae1ff196a4549ab0f314ae14d247f","id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","subnetpool_id":null,"name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-subnet"}]} 2018-10-04 15:16:48,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 used request id req-69470abe-dd20-4586-b6df-8363fdbd9e6d 2018-10-04 15:16:48,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7&name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:48,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-0ed45905-11df-402c-868e-311f93f747e5 Date: Thu, 04 Oct 2018 15:16:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:16:47Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","ip_address":"10.55.0.7"}],"id":"6a5ad2b9-05dd-4257-88da-a0f7ac61205c","security_groups":["f833911c-0eaa-4ef3-af3d-5af7a7be9f8f"],"mac_address":"fa:16:3e:a0:56:2b","project_id":"4bcae1ff196a4549ab0f314ae14d247f","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-port","admin_state_up":true,"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:47Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:16:48,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7&name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-port&admin_state_up=True used request id req-0ed45905-11df-402c-868e-311f93f747e5 2018-10-04 15:16:48,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:48,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94d3a123-a78a-4b1d-9b24-bf32f855b9bd Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f"}, "enabled": true, "id": "4bcae1ff196a4549ab0f314ae14d247f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj"}} 2018-10-04 15:16:48,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f used request id req-94d3a123-a78a-4b1d-9b24-bf32f855b9bd 2018-10-04 15:16:48,504 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst 2018-10-04 15:16:48,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:48,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed2dab5d-c59c-4e5a-9d15-d3e260785579 x-compute-request-id: req-ed2dab5d-c59c-4e5a-9d15-d3e260785579 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e2ea501c-1614-4815-a642-6a1697309f5b", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e2ea501c-1614-4815-a642-6a1697309f5b", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e2ea501c-1614-4815-a642-6a1697309f5b", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-flavor-name"}]} 2018-10-04 15:16:48,535 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ed2dab5d-c59c-4e5a-9d15-d3e260785579 2018-10-04 15:16:48,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/e2ea501c-1614-4815-a642-6a1697309f5b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:48,561 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f29a159-6cc8-4be7-a1a1-c801e7840904 x-compute-request-id: req-4f29a159-6cc8-4be7-a1a1-c801e7840904 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e2ea501c-1614-4815-a642-6a1697309f5b", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e2ea501c-1614-4815-a642-6a1697309f5b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e2ea501c-1614-4815-a642-6a1697309f5b", "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:16:48,561 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/e2ea501c-1614-4815-a642-6a1697309f5b used request id req-4f29a159-6cc8-4be7-a1a1-c801e7840904 2018-10-04 15:16:48,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:48,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-98435729-3c9c-4b87-a93c-8bda866480be Date: Thu, 04 Oct 2018 15:16:48 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:16:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:16:36Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd/snap", "metadata": {}}], "self": "/v2/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd", "min_disk": 0, "protected": false, "id": "eeb08d96-5f6b-44eb-a79b-dec4199751bd", "file": "/v2/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4bcae1ff196a4549ab0f314ae14d247f", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-image"} 2018-10-04 15:16:48,728 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-image used request id req-98435729-3c9c-4b87-a93c-8bda866480be 2018-10-04 15:16:48,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:48,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2e7008e2-0475-4d81-beb9-5b2fbf464724 Date: Thu, 04 Oct 2018 15:16:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:16:48,883 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-2e7008e2-0475-4d81-beb9-5b2fbf464724 2018-10-04 15:16:48,889 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" -d '{"server": {"name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst", "imageRef": "eeb08d96-5f6b-44eb-a79b-dec4199751bd", "flavorRef": "e2ea501c-1614-4815-a642-6a1697309f5b", "max_count": 1, "min_count": 1, "networks": [{"port": "6a5ad2b9-05dd-4257-88da-a0f7ac61205c"}], "security_groups": [{"name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-name"}]}}' 2018-10-04 15:16:50,950 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:16:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4dd1874c-cabb-4150-9939-ac8d63e79624 x-compute-request-id: req-4dd1874c-cabb-4150-9939-ac8d63e79624 Content-Length: 435 location: http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-name"}], "OS-DCF:diskConfig": "MANUAL", "id": "7abe6259-91aa-46aa-a705-d92307f5efcd", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "bookmark"}], "adminPass": "9TeLdq5nnoZf"}} 2018-10-04 15:16:50,951 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-4dd1874c-cabb-4150-9939-ac8d63e79624 2018-10-04 15:16:50,954 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:51,027 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16: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-0ca08666-0045-4821-9bb4-1942ac8848b8 x-compute-request-id: req-0ca08666-0045-4821-9bb4-1942ac8848b8 Content-Encoding: gzip Content-Length: 612 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "bookmark"}], "image": {"id": "eeb08d96-5f6b-44eb-a79b-dec4199751bd", "links": [{"href": "http://172.30.9.23:8774/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2ea501c-1614-4815-a642-6a1697309f5b", "links": [{"href": "http://172.30.9.23:8774/flavors/e2ea501c-1614-4815-a642-6a1697309f5b", "rel": "bookmark"}]}, "id": "7abe6259-91aa-46aa-a705-d92307f5efcd", "user_id": "c4dcd22aab7845ddb552a67a54dda7d1", "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-10-04T15:16:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst", "created": "2018-10-04T15:16:50Z", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:16:51,027 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd used request id req-0ca08666-0045-4821-9bb4-1942ac8848b8 2018-10-04 15:16:51,028 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst 2018-10-04 15:16:51,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:51,243 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16: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-d91b7838-68a1-4946-8898-7a8df35ffc0f x-compute-request-id: req-d91b7838-68a1-4946-8898-7a8df35ffc0f Content-Encoding: gzip Content-Length: 615 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "bookmark"}], "image": {"id": "eeb08d96-5f6b-44eb-a79b-dec4199751bd", "links": [{"href": "http://172.30.9.23:8774/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2ea501c-1614-4815-a642-6a1697309f5b", "links": [{"href": "http://172.30.9.23:8774/flavors/e2ea501c-1614-4815-a642-6a1697309f5b", "rel": "bookmark"}]}, "id": "7abe6259-91aa-46aa-a705-d92307f5efcd", "user_id": "c4dcd22aab7845ddb552a67a54dda7d1", "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-10-04T15:16:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst", "created": "2018-10-04T15:16:50Z", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:16:51,243 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd used request id req-d91b7838-68a1-4946-8898-7a8df35ffc0f 2018-10-04 15:16:51,243 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst] is - BUILD 2018-10-04 15:16:51,244 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:16:54,247 - create_instance - DEBUG - VM status query timeout in 896.781419039 2018-10-04 15:16:54,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:54,722 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16: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-b4581774-85ab-4695-8369-f37864df4e2b x-compute-request-id: req-b4581774-85ab-4695-8369-f37864df4e2b Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "bookmark"}], "image": {"id": "eeb08d96-5f6b-44eb-a79b-dec4199751bd", "links": [{"href": "http://172.30.9.23:8774/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2ea501c-1614-4815-a642-6a1697309f5b", "links": [{"href": "http://172.30.9.23:8774/flavors/e2ea501c-1614-4815-a642-6a1697309f5b", "rel": "bookmark"}]}, "id": "7abe6259-91aa-46aa-a705-d92307f5efcd", "security_groups": [{"name": "default"}], "user_id": "c4dcd22aab7845ddb552a67a54dda7d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:16:51Z", "hostId": "e0a06f2fbd2aa9724dada2c0786e32eded87ac6a8843f989504cf344", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst", "created": "2018-10-04T15:16:50Z", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:16:54,722 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd used request id req-b4581774-85ab-4695-8369-f37864df4e2b 2018-10-04 15:16:54,723 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst] is - BUILD 2018-10-04 15:16:54,723 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:16:57,726 - create_instance - DEBUG - VM status query timeout in 893.302298069 2018-10-04 15:16:57,729 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:58,334 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16: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-4b435214-6b37-4682-b614-dd3cd5f85c57 x-compute-request-id: req-4b435214-6b37-4682-b614-dd3cd5f85c57 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:56:2b", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "bookmark"}], "image": {"id": "eeb08d96-5f6b-44eb-a79b-dec4199751bd", "links": [{"href": "http://172.30.9.23:8774/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:16:55.000000", "flavor": {"id": "e2ea501c-1614-4815-a642-6a1697309f5b", "links": [{"href": "http://172.30.9.23:8774/flavors/e2ea501c-1614-4815-a642-6a1697309f5b", "rel": "bookmark"}]}, "id": "7abe6259-91aa-46aa-a705-d92307f5efcd", "security_groups": [{"name": "default"}], "user_id": "c4dcd22aab7845ddb552a67a54dda7d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:16:57Z", "hostId": "e0a06f2fbd2aa9724dada2c0786e32eded87ac6a8843f989504cf344", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst", "created": "2018-10-04T15:16:50Z", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:16:58,334 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd used request id req-4b435214-6b37-4682-b614-dd3cd5f85c57 2018-10-04 15:16:58,334 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst] is - ACTIVE 2018-10-04 15:16:58,335 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:16:58,337 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:58,784 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16: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-6d01921b-5e80-4595-8795-0475d6dc7740 x-compute-request-id: req-6d01921b-5e80-4595-8795-0475d6dc7740 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:56:2b", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "bookmark"}], "image": {"id": "eeb08d96-5f6b-44eb-a79b-dec4199751bd", "links": [{"href": "http://172.30.9.23:8774/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:16:55.000000", "flavor": {"id": "e2ea501c-1614-4815-a642-6a1697309f5b", "links": [{"href": "http://172.30.9.23:8774/flavors/e2ea501c-1614-4815-a642-6a1697309f5b", "rel": "bookmark"}]}, "id": "7abe6259-91aa-46aa-a705-d92307f5efcd", "security_groups": [{"name": "default"}], "user_id": "c4dcd22aab7845ddb552a67a54dda7d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:16:57Z", "hostId": "e0a06f2fbd2aa9724dada2c0786e32eded87ac6a8843f989504cf344", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst", "created": "2018-10-04T15:16:50Z", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:16:58,784 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd used request id req-6d01921b-5e80-4595-8795-0475d6dc7740 2018-10-04 15:16:58,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:59,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-b20aa370-dfaf-4a7d-8201-53d7fcf9814c Date: Thu, 04 Oct 2018 15:16:59 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":["4773abf8-92e3-4ebb-b1c6-1d47a5e781f2"],"updated_at":"2018-10-04T15:16:39Z","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4bcae1ff196a4549ab0f314ae14d247f","id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net"}]} 2018-10-04 15:16:59,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net used request id req-b20aa370-dfaf-4a7d-8201-53d7fcf9814c 2018-10-04 15:16:59,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:59,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-804499c1-941e-4f2a-95ef-6a92cb3fd29f Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f"}, "enabled": true, "id": "4bcae1ff196a4549ab0f314ae14d247f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj"}} 2018-10-04 15:16:59,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f used request id req-804499c1-941e-4f2a-95ef-6a92cb3fd29f 2018-10-04 15:16:59,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:59,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-997a85d3-a82a-42e0-b0d7-dc759b9737a5 Date: Thu, 04 Oct 2018 15:16:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:39Z","dns_nameservers":[],"updated_at":"2018-10-04T15:16:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4bcae1ff196a4549ab0f314ae14d247f","id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","subnetpool_id":null,"name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-subnet"}]} 2018-10-04 15:16:59,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 used request id req-997a85d3-a82a-42e0-b0d7-dc759b9737a5 2018-10-04 15:16:59,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:59,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-5cba152d-ab98-4ac1-8b55-0e67886cfb28 Date: Thu, 04 Oct 2018 15:16:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:16:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","ip_address":"10.55.0.3"}],"id":"42ed6a23-06d8-451a-a70b-706ae26aa2c7","security_groups":[],"mac_address":"fa:16:3e:37:13:95","project_id":"4bcae1ff196a4549ab0f314ae14d247f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-589eb3b0-4b79-4d6c-a6b5-6927ec438fe7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:16:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","ip_address":"10.55.0.7"}],"id":"6a5ad2b9-05dd-4257-88da-a0f7ac61205c","security_groups":["f833911c-0eaa-4ef3-af3d-5af7a7be9f8f"],"mac_address":"fa:16:3e:a0:56:2b","project_id":"4bcae1ff196a4549ab0f314ae14d247f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-port","admin_state_up":true,"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:47Z","binding:vnic_type":"normal","device_id":"7abe6259-91aa-46aa-a705-d92307f5efcd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:16:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","ip_address":"10.55.0.2"}],"id":"6e77f069-2d48-437f-9b14-f84a91ee691f","security_groups":[],"mac_address":"fa:16:3e:20:fe:0d","project_id":"4bcae1ff196a4549ab0f314ae14d247f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-589eb3b0-4b79-4d6c-a6b5-6927ec438fe7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:16:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","ip_address":"10.55.0.4"}],"id":"e33fd70b-2f07-4fc8-a84b-1ecd3f136df2","security_groups":[],"mac_address":"fa:16:3e:a4:9a:52","project_id":"4bcae1ff196a4549ab0f314ae14d247f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-589eb3b0-4b79-4d6c-a6b5-6927ec438fe7"}]} 2018-10-04 15:16:59,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 used request id req-5cba152d-ab98-4ac1-8b55-0e67886cfb28 2018-10-04 15:16:59,403 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:16:59,696 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65c59358-80a6-479d-824a-c0c80f0be5d7 x-compute-request-id: req-65c59358-80a6-479d-824a-c0c80f0be5d7 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:56:2b", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "bookmark"}], "image": {"id": "eeb08d96-5f6b-44eb-a79b-dec4199751bd", "links": [{"href": "http://172.30.9.23:8774/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:16:55.000000", "flavor": {"id": "e2ea501c-1614-4815-a642-6a1697309f5b", "links": [{"href": "http://172.30.9.23:8774/flavors/e2ea501c-1614-4815-a642-6a1697309f5b", "rel": "bookmark"}]}, "id": "7abe6259-91aa-46aa-a705-d92307f5efcd", "security_groups": [{"name": "default"}], "user_id": "c4dcd22aab7845ddb552a67a54dda7d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:16:57Z", "hostId": "e0a06f2fbd2aa9724dada2c0786e32eded87ac6a8843f989504cf344", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst", "created": "2018-10-04T15:16:50Z", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:16:59,696 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd used request id req-65c59358-80a6-479d-824a-c0c80f0be5d7 2018-10-04 15:16:59,696 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst] is - ACTIVE 2018-10-04 15:16:59,697 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:16:59,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:17:00,144 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:16:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42d375fe-edac-4155-ab24-85c6316bc26d x-compute-request-id: req-42d375fe-edac-4155-ab24-85c6316bc26d Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:56:2b", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "bookmark"}], "image": {"id": "eeb08d96-5f6b-44eb-a79b-dec4199751bd", "links": [{"href": "http://172.30.9.23:8774/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:16:55.000000", "flavor": {"id": "e2ea501c-1614-4815-a642-6a1697309f5b", "links": [{"href": "http://172.30.9.23:8774/flavors/e2ea501c-1614-4815-a642-6a1697309f5b", "rel": "bookmark"}]}, "id": "7abe6259-91aa-46aa-a705-d92307f5efcd", "security_groups": [{"name": "default"}], "user_id": "c4dcd22aab7845ddb552a67a54dda7d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:16:57Z", "hostId": "e0a06f2fbd2aa9724dada2c0786e32eded87ac6a8843f989504cf344", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst", "created": "2018-10-04T15:16:50Z", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:17:00,144 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd used request id req-42d375fe-edac-4155-ab24-85c6316bc26d 2018-10-04 15:17:00,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:17:00,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ae27945e-001e-4867-aa1d-c4802b78c663 Date: Thu, 04 Oct 2018 15:17: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":["4773abf8-92e3-4ebb-b1c6-1d47a5e781f2"],"updated_at":"2018-10-04T15:16:39Z","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4bcae1ff196a4549ab0f314ae14d247f","id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net"}]} 2018-10-04 15:17:00,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net used request id req-ae27945e-001e-4867-aa1d-c4802b78c663 2018-10-04 15:17:00,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:17:00,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b224bd2-1bcf-471a-b191-2213b7510db0 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f"}, "enabled": true, "id": "4bcae1ff196a4549ab0f314ae14d247f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj"}} 2018-10-04 15:17:00,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f used request id req-1b224bd2-1bcf-471a-b191-2213b7510db0 2018-10-04 15:17:00,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:17:00,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e9e9505d-eefb-4611-9907-67de233a2fa8 Date: Thu, 04 Oct 2018 15:17:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:39Z","dns_nameservers":[],"updated_at":"2018-10-04T15:16:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4bcae1ff196a4549ab0f314ae14d247f","id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","subnetpool_id":null,"name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-subnet"}]} 2018-10-04 15:17:00,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 used request id req-e9e9505d-eefb-4611-9907-67de233a2fa8 2018-10-04 15:17:00,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:17:00,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-b4e30c32-a15c-4f41-ac7c-a31d62114fe1 Date: Thu, 04 Oct 2018 15:17:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:16:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","ip_address":"10.55.0.3"}],"id":"42ed6a23-06d8-451a-a70b-706ae26aa2c7","security_groups":[],"mac_address":"fa:16:3e:37:13:95","project_id":"4bcae1ff196a4549ab0f314ae14d247f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-589eb3b0-4b79-4d6c-a6b5-6927ec438fe7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:16:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","ip_address":"10.55.0.7"}],"id":"6a5ad2b9-05dd-4257-88da-a0f7ac61205c","security_groups":["f833911c-0eaa-4ef3-af3d-5af7a7be9f8f"],"mac_address":"fa:16:3e:a0:56:2b","project_id":"4bcae1ff196a4549ab0f314ae14d247f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-port","admin_state_up":true,"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:47Z","binding:vnic_type":"normal","device_id":"7abe6259-91aa-46aa-a705-d92307f5efcd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:16:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","ip_address":"10.55.0.2"}],"id":"6e77f069-2d48-437f-9b14-f84a91ee691f","security_groups":[],"mac_address":"fa:16:3e:20:fe:0d","project_id":"4bcae1ff196a4549ab0f314ae14d247f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-589eb3b0-4b79-4d6c-a6b5-6927ec438fe7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:16:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","ip_address":"10.55.0.4"}],"id":"e33fd70b-2f07-4fc8-a84b-1ecd3f136df2","security_groups":[],"mac_address":"fa:16:3e:a4:9a:52","project_id":"4bcae1ff196a4549ab0f314ae14d247f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-589eb3b0-4b79-4d6c-a6b5-6927ec438fe7"}]} 2018-10-04 15:17:00,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 used request id req-b4e30c32-a15c-4f41-ac7c-a31d62114fe1 2018-10-04 15:17:00,970 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-name"}}' 2018-10-04 15:17:02,233 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:17: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-ad47a0fe-a212-4087-8187-fdcf95f0147f x-compute-request-id: req-ad47a0fe-a212-4087-8187-fdcf95f0147f Content-Length: 0 Content-Type: application/json 2018-10-04 15:17:02,233 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd/action used request id req-ad47a0fe-a212-4087-8187-fdcf95f0147f 2018-10-04 15:17:02,234 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:17:02,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4109fdde03ca4aec8617d455ab1e2355", "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj-role"}], "expires_at": "2018-10-04T16:17:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4bcae1ff196a4549ab0f314ae14d247f", "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/4bcae1ff196a4549ab0f314ae14d247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4bcae1ff196a4549ab0f314ae14d247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/4bcae1ff196a4549ab0f314ae14d247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/4bcae1ff196a4549ab0f314ae14d247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4bcae1ff196a4549ab0f314ae14d247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/4bcae1ff196a4549ab0f314ae14d247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/4bcae1ff196a4549ab0f314ae14d247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-user", "id": "c4dcd22aab7845ddb552a67a54dda7d1"}, "audit_ids": ["Ov2wCzt_RjarEZ-zg-tJjQ"], "issued_at": "2018-10-04T15:17:02.000000Z"}} 2018-10-04 15:17:02,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ac75c0b838b6a4f932e3a8b27f06f01d85d0d0" 2018-10-04 15:17:03,479 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e24b1ec6-ddb8-4463-8bfb-28bbaf541828 x-compute-request-id: req-e24b1ec6-ddb8-4463-8bfb-28bbaf541828 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:56:2b", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "bookmark"}], "image": {"id": "eeb08d96-5f6b-44eb-a79b-dec4199751bd", "links": [{"href": "http://172.30.9.23:8774/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:16:55.000000", "flavor": {"id": "e2ea501c-1614-4815-a642-6a1697309f5b", "links": [{"href": "http://172.30.9.23:8774/flavors/e2ea501c-1614-4815-a642-6a1697309f5b", "rel": "bookmark"}]}, "id": "7abe6259-91aa-46aa-a705-d92307f5efcd", "security_groups": [{"name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-name"}, {"name": "default"}], "user_id": "c4dcd22aab7845ddb552a67a54dda7d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:16:57Z", "hostId": "e0a06f2fbd2aa9724dada2c0786e32eded87ac6a8843f989504cf344", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst", "created": "2018-10-04T15:16:50Z", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:17:03,479 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd used request id req-e24b1ec6-ddb8-4463-8bfb-28bbaf541828 2018-10-04 15:17:03,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:17:03,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17: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-d5f84782-c4ec-47a3-a95f-802590e31fb7 x-compute-request-id: req-d5f84782-c4ec-47a3-a95f-802590e31fb7 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:56:2b", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "bookmark"}], "image": {"id": "eeb08d96-5f6b-44eb-a79b-dec4199751bd", "links": [{"href": "http://172.30.9.23:8774/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:16:55.000000", "flavor": {"id": "e2ea501c-1614-4815-a642-6a1697309f5b", "links": [{"href": "http://172.30.9.23:8774/flavors/e2ea501c-1614-4815-a642-6a1697309f5b", "rel": "bookmark"}]}, "id": "7abe6259-91aa-46aa-a705-d92307f5efcd", "security_groups": [{"name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-name"}, {"name": "default"}], "user_id": "c4dcd22aab7845ddb552a67a54dda7d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:16:57Z", "hostId": "e0a06f2fbd2aa9724dada2c0786e32eded87ac6a8843f989504cf344", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst", "created": "2018-10-04T15:16:50Z", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:17:03,946 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd used request id req-d5f84782-c4ec-47a3-a95f-802590e31fb7 2018-10-04 15:17:03,946 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst] is - ACTIVE 2018-10-04 15:17:03,946 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:17:03,949 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:17:04,406 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17: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-01bb720f-4487-4819-b1bd-f34689622e56 x-compute-request-id: req-01bb720f-4487-4819-b1bd-f34689622e56 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:56:2b", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "bookmark"}], "image": {"id": "eeb08d96-5f6b-44eb-a79b-dec4199751bd", "links": [{"href": "http://172.30.9.23:8774/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:16:55.000000", "flavor": {"id": "e2ea501c-1614-4815-a642-6a1697309f5b", "links": [{"href": "http://172.30.9.23:8774/flavors/e2ea501c-1614-4815-a642-6a1697309f5b", "rel": "bookmark"}]}, "id": "7abe6259-91aa-46aa-a705-d92307f5efcd", "security_groups": [{"name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-name"}, {"name": "default"}], "user_id": "c4dcd22aab7845ddb552a67a54dda7d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:16:57Z", "hostId": "e0a06f2fbd2aa9724dada2c0786e32eded87ac6a8843f989504cf344", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst", "created": "2018-10-04T15:16:50Z", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:17:04,406 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd used request id req-01bb720f-4487-4819-b1bd-f34689622e56 2018-10-04 15:17:04,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:17:04,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-91ab2339-8d44-43c0-a9b7-43a35cb79f50 Date: Thu, 04 Oct 2018 15:17:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4773abf8-92e3-4ebb-b1c6-1d47a5e781f2"],"updated_at":"2018-10-04T15:16:39Z","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4bcae1ff196a4549ab0f314ae14d247f","id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net"}]} 2018-10-04 15:17:04,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net used request id req-91ab2339-8d44-43c0-a9b7-43a35cb79f50 2018-10-04 15:17:04,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:17:04,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78e2fa11-af11-478c-a4bd-0ca62f429b1d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f"}, "enabled": true, "id": "4bcae1ff196a4549ab0f314ae14d247f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj"}} 2018-10-04 15:17:04,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f used request id req-78e2fa11-af11-478c-a4bd-0ca62f429b1d 2018-10-04 15:17:04,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:17:04,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f4e40c61-2719-4ae6-8b42-f60eb66e63b7 Date: Thu, 04 Oct 2018 15:17:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:39Z","dns_nameservers":[],"updated_at":"2018-10-04T15:16:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4bcae1ff196a4549ab0f314ae14d247f","id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","subnetpool_id":null,"name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-subnet"}]} 2018-10-04 15:17:04,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 used request id req-f4e40c61-2719-4ae6-8b42-f60eb66e63b7 2018-10-04 15:17:04,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:17:04,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-d66d3139-235b-4d36-a11c-cc49ebf36043 Date: Thu, 04 Oct 2018 15:17:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:16:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","ip_address":"10.55.0.3"}],"id":"42ed6a23-06d8-451a-a70b-706ae26aa2c7","security_groups":[],"mac_address":"fa:16:3e:37:13:95","project_id":"4bcae1ff196a4549ab0f314ae14d247f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-589eb3b0-4b79-4d6c-a6b5-6927ec438fe7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:17:01Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","ip_address":"10.55.0.7"}],"id":"6a5ad2b9-05dd-4257-88da-a0f7ac61205c","security_groups":["18067896-597a-49e3-9473-e7fc713301a5","f833911c-0eaa-4ef3-af3d-5af7a7be9f8f"],"mac_address":"fa:16:3e:a0:56:2b","project_id":"4bcae1ff196a4549ab0f314ae14d247f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-port","admin_state_up":true,"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:47Z","binding:vnic_type":"normal","device_id":"7abe6259-91aa-46aa-a705-d92307f5efcd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:16:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","ip_address":"10.55.0.2"}],"id":"6e77f069-2d48-437f-9b14-f84a91ee691f","security_groups":[],"mac_address":"fa:16:3e:20:fe:0d","project_id":"4bcae1ff196a4549ab0f314ae14d247f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-589eb3b0-4b79-4d6c-a6b5-6927ec438fe7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:16:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","ip_address":"10.55.0.4"}],"id":"e33fd70b-2f07-4fc8-a84b-1ecd3f136df2","security_groups":[],"mac_address":"fa:16:3e:a4:9a:52","project_id":"4bcae1ff196a4549ab0f314ae14d247f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-589eb3b0-4b79-4d6c-a6b5-6927ec438fe7"}]} 2018-10-04 15:17:04,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 used request id req-d66d3139-235b-4d36-a11c-cc49ebf36043 2018-10-04 15:17:04,878 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:17:05,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17: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-925e8583-6902-4d9e-8cf3-2c153e7652c9 x-compute-request-id: req-925e8583-6902-4d9e-8cf3-2c153e7652c9 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:56:2b", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "bookmark"}], "image": {"id": "eeb08d96-5f6b-44eb-a79b-dec4199751bd", "links": [{"href": "http://172.30.9.23:8774/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:16:55.000000", "flavor": {"id": "e2ea501c-1614-4815-a642-6a1697309f5b", "links": [{"href": "http://172.30.9.23:8774/flavors/e2ea501c-1614-4815-a642-6a1697309f5b", "rel": "bookmark"}]}, "id": "7abe6259-91aa-46aa-a705-d92307f5efcd", "security_groups": [{"name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-name"}, {"name": "default"}], "user_id": "c4dcd22aab7845ddb552a67a54dda7d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:16:57Z", "hostId": "e0a06f2fbd2aa9724dada2c0786e32eded87ac6a8843f989504cf344", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst", "created": "2018-10-04T15:16:50Z", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:17:05,680 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd used request id req-925e8583-6902-4d9e-8cf3-2c153e7652c9 2018-10-04 15:17:05,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:17:05,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-51b1b6f6-13d0-463e-a5be-a7c8ba5bae45 Date: Thu, 04 Oct 2018 15:17:05 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":["4773abf8-92e3-4ebb-b1c6-1d47a5e781f2"],"updated_at":"2018-10-04T15:16:39Z","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4bcae1ff196a4549ab0f314ae14d247f","id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net"}]} 2018-10-04 15:17:05,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net used request id req-51b1b6f6-13d0-463e-a5be-a7c8ba5bae45 2018-10-04 15:17:05,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:17:05,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28132fe8-cad8-4bfd-bd36-7c32d7156be1 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f"}, "enabled": true, "id": "4bcae1ff196a4549ab0f314ae14d247f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj"}} 2018-10-04 15:17:05,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f used request id req-28132fe8-cad8-4bfd-bd36-7c32d7156be1 2018-10-04 15:17:05,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:17:06,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-3ae5696b-f671-4145-abe1-23da051865e7 Date: Thu, 04 Oct 2018 15:17:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:39Z","dns_nameservers":[],"updated_at":"2018-10-04T15:16:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4bcae1ff196a4549ab0f314ae14d247f","id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","subnetpool_id":null,"name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-subnet"}]} 2018-10-04 15:17:06,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 used request id req-3ae5696b-f671-4145-abe1-23da051865e7 2018-10-04 15:17:06,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:17:06,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-41726f53-d0dc-4d77-93f2-3b3581492a7f Date: Thu, 04 Oct 2018 15:17:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:16:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","ip_address":"10.55.0.3"}],"id":"42ed6a23-06d8-451a-a70b-706ae26aa2c7","security_groups":[],"mac_address":"fa:16:3e:37:13:95","project_id":"4bcae1ff196a4549ab0f314ae14d247f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-589eb3b0-4b79-4d6c-a6b5-6927ec438fe7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:17:01Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","ip_address":"10.55.0.7"}],"id":"6a5ad2b9-05dd-4257-88da-a0f7ac61205c","security_groups":["18067896-597a-49e3-9473-e7fc713301a5","f833911c-0eaa-4ef3-af3d-5af7a7be9f8f"],"mac_address":"fa:16:3e:a0:56:2b","project_id":"4bcae1ff196a4549ab0f314ae14d247f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-port","admin_state_up":true,"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:47Z","binding:vnic_type":"normal","device_id":"7abe6259-91aa-46aa-a705-d92307f5efcd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:16:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","ip_address":"10.55.0.2"}],"id":"6e77f069-2d48-437f-9b14-f84a91ee691f","security_groups":[],"mac_address":"fa:16:3e:20:fe:0d","project_id":"4bcae1ff196a4549ab0f314ae14d247f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-589eb3b0-4b79-4d6c-a6b5-6927ec438fe7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:16:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","ip_address":"10.55.0.4"}],"id":"e33fd70b-2f07-4fc8-a84b-1ecd3f136df2","security_groups":[],"mac_address":"fa:16:3e:a4:9a:52","project_id":"4bcae1ff196a4549ab0f314ae14d247f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-589eb3b0-4b79-4d6c-a6b5-6927ec438fe7"}]} 2018-10-04 15:17:06,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 used request id req-41726f53-d0dc-4d77-93f2-3b3581492a7f 2018-10-04 15:17:06,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" -d '{"removeSecurityGroup": {"name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-name"}}' 2018-10-04 15:17:07,312 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:17:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-858ad6a6-88b9-4023-9870-cf7f89b2ea3e x-compute-request-id: req-858ad6a6-88b9-4023-9870-cf7f89b2ea3e Content-Length: 0 Content-Type: application/json 2018-10-04 15:17:07,312 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd/action used request id req-858ad6a6-88b9-4023-9870-cf7f89b2ea3e 2018-10-04 15:17:07,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:17:07,654 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17: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-a7f693cb-17b1-4c64-b739-38bb2eb3c3be x-compute-request-id: req-a7f693cb-17b1-4c64-b739-38bb2eb3c3be Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:56:2b", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "bookmark"}], "image": {"id": "eeb08d96-5f6b-44eb-a79b-dec4199751bd", "links": [{"href": "http://172.30.9.23:8774/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:16:55.000000", "flavor": {"id": "e2ea501c-1614-4815-a642-6a1697309f5b", "links": [{"href": "http://172.30.9.23:8774/flavors/e2ea501c-1614-4815-a642-6a1697309f5b", "rel": "bookmark"}]}, "id": "7abe6259-91aa-46aa-a705-d92307f5efcd", "security_groups": [{"name": "default"}], "user_id": "c4dcd22aab7845ddb552a67a54dda7d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:16:57Z", "hostId": "e0a06f2fbd2aa9724dada2c0786e32eded87ac6a8843f989504cf344", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst", "created": "2018-10-04T15:16:50Z", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:17:07,654 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd used request id req-a7f693cb-17b1-4c64-b739-38bb2eb3c3be 2018-10-04 15:17:07,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:17:07,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-77e410c4-469c-4684-9a78-ed97f9a05d17 Date: Thu, 04 Oct 2018 15:17:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4773abf8-92e3-4ebb-b1c6-1d47a5e781f2"],"updated_at":"2018-10-04T15:16:39Z","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4bcae1ff196a4549ab0f314ae14d247f","id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net"}]} 2018-10-04 15:17:07,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net used request id req-77e410c4-469c-4684-9a78-ed97f9a05d17 2018-10-04 15:17:07,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:17:07,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80201674-56c9-4bb8-96d9-7544dc968726 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f"}, "enabled": true, "id": "4bcae1ff196a4549ab0f314ae14d247f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj"}} 2018-10-04 15:17:07,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f used request id req-80201674-56c9-4bb8-96d9-7544dc968726 2018-10-04 15:17:07,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:17:07,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2191df33-a2e2-416b-a946-c9c7ffd1a0b9 Date: Thu, 04 Oct 2018 15:17:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:39Z","dns_nameservers":[],"updated_at":"2018-10-04T15:16:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4bcae1ff196a4549ab0f314ae14d247f","id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","subnetpool_id":null,"name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-subnet"}]} 2018-10-04 15:17:07,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 used request id req-2191df33-a2e2-416b-a946-c9c7ffd1a0b9 2018-10-04 15:17:07,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:17:08,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-780b7be7-dc7a-474f-9d42-53c5edf4fb1a Date: Thu, 04 Oct 2018 15:17:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:16:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","ip_address":"10.55.0.3"}],"id":"42ed6a23-06d8-451a-a70b-706ae26aa2c7","security_groups":[],"mac_address":"fa:16:3e:37:13:95","project_id":"4bcae1ff196a4549ab0f314ae14d247f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-589eb3b0-4b79-4d6c-a6b5-6927ec438fe7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:17:06Z","device_owner":"compute:nova","revision_number":9,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","ip_address":"10.55.0.7"}],"id":"6a5ad2b9-05dd-4257-88da-a0f7ac61205c","security_groups":["f833911c-0eaa-4ef3-af3d-5af7a7be9f8f"],"mac_address":"fa:16:3e:a0:56:2b","project_id":"4bcae1ff196a4549ab0f314ae14d247f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-port","admin_state_up":true,"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:47Z","binding:vnic_type":"normal","device_id":"7abe6259-91aa-46aa-a705-d92307f5efcd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:16:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","ip_address":"10.55.0.2"}],"id":"6e77f069-2d48-437f-9b14-f84a91ee691f","security_groups":[],"mac_address":"fa:16:3e:20:fe:0d","project_id":"4bcae1ff196a4549ab0f314ae14d247f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-589eb3b0-4b79-4d6c-a6b5-6927ec438fe7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:16:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4773abf8-92e3-4ebb-b1c6-1d47a5e781f2","ip_address":"10.55.0.4"}],"id":"e33fd70b-2f07-4fc8-a84b-1ecd3f136df2","security_groups":[],"mac_address":"fa:16:3e:a4:9a:52","project_id":"4bcae1ff196a4549ab0f314ae14d247f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"589eb3b0-4b79-4d6c-a6b5-6927ec438fe7","tenant_id":"4bcae1ff196a4549ab0f314ae14d247f","created_at":"2018-10-04T15:16:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-589eb3b0-4b79-4d6c-a6b5-6927ec438fe7"}]} 2018-10-04 15:17:08,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 used request id req-780b7be7-dc7a-474f-9d42-53c5edf4fb1a 2018-10-04 15:17:08,041 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ac75c0b838b6a4f932e3a8b27f06f01d85d0d0" 2018-10-04 15:17:08,804 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17: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-420e513e-ec29-47ae-8ab1-d1f86c207030 x-compute-request-id: req-420e513e-ec29-47ae-8ab1-d1f86c207030 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:56:2b", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "bookmark"}], "image": {"id": "eeb08d96-5f6b-44eb-a79b-dec4199751bd", "links": [{"href": "http://172.30.9.23:8774/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:16:55.000000", "flavor": {"id": "e2ea501c-1614-4815-a642-6a1697309f5b", "links": [{"href": "http://172.30.9.23:8774/flavors/e2ea501c-1614-4815-a642-6a1697309f5b", "rel": "bookmark"}]}, "id": "7abe6259-91aa-46aa-a705-d92307f5efcd", "security_groups": [{"name": "default"}], "user_id": "c4dcd22aab7845ddb552a67a54dda7d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:16:57Z", "hostId": "e0a06f2fbd2aa9724dada2c0786e32eded87ac6a8843f989504cf344", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst", "created": "2018-10-04T15:16:50Z", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:17:08,804 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd used request id req-420e513e-ec29-47ae-8ab1-d1f86c207030 2018-10-04 15:17:08,805 - create_instance - INFO - Deleting Port with ID - 6a5ad2b9-05dd-4257-88da-a0f7ac61205c 2018-10-04 15:17:08,805 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-port 2018-10-04 15:17:08,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/6a5ad2b9-05dd-4257-88da-a0f7ac61205c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:17:09,575 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1ede2b6e-2998-48b3-8e85-20fde2f0a72b Date: Thu, 04 Oct 2018 15:17:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:17:09,575 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/6a5ad2b9-05dd-4257-88da-a0f7ac61205c used request id req-1ede2b6e-2998-48b3-8e85-20fde2f0a72b 2018-10-04 15:17:09,576 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst 2018-10-04 15:17:09,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:17:09,753 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:17:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-38d3b5b7-844a-40ec-8e9b-6194c94c27a2 x-compute-request-id: req-38d3b5b7-844a-40ec-8e9b-6194c94c27a2 Content-Type: application/json 2018-10-04 15:17:09,753 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd used request id req-38d3b5b7-844a-40ec-8e9b-6194c94c27a2 2018-10-04 15:17:09,753 - create_instance - INFO - Checking deletion status 2018-10-04 15:17:09,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:17:09,989 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dace8405-d383-4398-9fb5-a32fb6e97785 x-compute-request-id: req-dace8405-d383-4398-9fb5-a32fb6e97785 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:56:2b", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "bookmark"}], "image": {"id": "eeb08d96-5f6b-44eb-a79b-dec4199751bd", "links": [{"href": "http://172.30.9.23:8774/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:16:55.000000", "flavor": {"id": "e2ea501c-1614-4815-a642-6a1697309f5b", "links": [{"href": "http://172.30.9.23:8774/flavors/e2ea501c-1614-4815-a642-6a1697309f5b", "rel": "bookmark"}]}, "id": "7abe6259-91aa-46aa-a705-d92307f5efcd", "user_id": "c4dcd22aab7845ddb552a67a54dda7d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:17:09Z", "hostId": "e0a06f2fbd2aa9724dada2c0786e32eded87ac6a8843f989504cf344", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst", "created": "2018-10-04T15:16:50Z", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:17:09,989 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd used request id req-dace8405-d383-4398-9fb5-a32fb6e97785 2018-10-04 15:17:09,990 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst] is - ACTIVE 2018-10-04 15:17:09,990 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:17:12,993 - create_instance - DEBUG - VM status query timeout in 296.760219812 2018-10-04 15:17:12,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:17:13,385 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3ca7da8-5a80-41c0-9e95-73cc27154be4 x-compute-request-id: req-b3ca7da8-5a80-41c0-9e95-73cc27154be4 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7abe6259-91aa-46aa-a705-d92307f5efcd", "rel": "bookmark"}], "image": {"id": "eeb08d96-5f6b-44eb-a79b-dec4199751bd", "links": [{"href": "http://172.30.9.23:8774/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:16:55.000000", "flavor": {"id": "e2ea501c-1614-4815-a642-6a1697309f5b", "links": [{"href": "http://172.30.9.23:8774/flavors/e2ea501c-1614-4815-a642-6a1697309f5b", "rel": "bookmark"}]}, "id": "7abe6259-91aa-46aa-a705-d92307f5efcd", "user_id": "c4dcd22aab7845ddb552a67a54dda7d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:17:09Z", "hostId": "e0a06f2fbd2aa9724dada2c0786e32eded87ac6a8843f989504cf344", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst", "created": "2018-10-04T15:16:50Z", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:17:13,385 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd used request id req-b3ca7da8-5a80-41c0-9e95-73cc27154be4 2018-10-04 15:17:13,385 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst] is - ACTIVE 2018-10-04 15:17:13,385 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:17:16,389 - create_instance - DEBUG - VM status query timeout in 293.364799976 2018-10-04 15:17:16,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d38c98d0a47a989579db928a2ad102735ffee8" 2018-10-04 15:17:16,441 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:17:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6b654b7a-36b2-425e-a3e6-b92f65f6b566 x-compute-request-id: req-6b654b7a-36b2-425e-a3e6-b92f65f6b566 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 7abe6259-91aa-46aa-a705-d92307f5efcd could not be found.", "code": 404}} 2018-10-04 15:17:16,441 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7abe6259-91aa-46aa-a705-d92307f5efcd used request id req-6b654b7a-36b2-425e-a3e6-b92f65f6b566 2018-10-04 15:17:16,441 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 7abe6259-91aa-46aa-a705-d92307f5efcd could not be found. (HTTP 404) (Request-ID: req-6b654b7a-36b2-425e-a3e6-b92f65f6b566) 2018-10-04 15:17:16,441 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-inst 2018-10-04 15:17:16,442 - neutron_utils - INFO - Deleting security group rule with ID - ad7592ed-fc41-487b-8e6c-e902382e8e87 2018-10-04 15:17:16,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/ad7592ed-fc41-487b-8e6c-e902382e8e87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2897a384818873ee6b32d2b9261748d762d1bc" 2018-10-04 15:17:16,740 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-af4245d6-60f1-4299-bb38-d31db1fb74dc Content-Length: 0 Date: Thu, 04 Oct 2018 15:17:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:17:16,740 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/ad7592ed-fc41-487b-8e6c-e902382e8e87 used request id req-af4245d6-60f1-4299-bb38-d31db1fb74dc 2018-10-04 15:17:16,740 - neutron_utils - INFO - Deleting security group rule with ID - 6f2cfcb2-3a1c-49d7-acd6-2765ef3cb473 2018-10-04 15:17:16,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/6f2cfcb2-3a1c-49d7-acd6-2765ef3cb473 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2897a384818873ee6b32d2b9261748d762d1bc" 2018-10-04 15:17:17,005 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-55d7665e-4464-4701-984d-f110f18735fa Content-Length: 0 Date: Thu, 04 Oct 2018 15:17:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:17:17,006 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/6f2cfcb2-3a1c-49d7-acd6-2765ef3cb473 used request id req-55d7665e-4464-4701-984d-f110f18735fa 2018-10-04 15:17:17,006 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-name 2018-10-04 15:17:17,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/18067896-597a-49e3-9473-e7fc713301a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2897a384818873ee6b32d2b9261748d762d1bc" 2018-10-04 15:17:17,270 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-41e65d66-233d-4fb6-8029-3d523f28b9cf Content-Length: 0 Date: Thu, 04 Oct 2018 15:17:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:17:17,270 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/18067896-597a-49e3-9473-e7fc713301a5 used request id req-41e65d66-233d-4fb6-8029-3d523f28b9cf 2018-10-04 15:17:17,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/e2ea501c-1614-4815-a642-6a1697309f5b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49e5c9c4bc0ba12751d407d559a6caba3f4773ee" 2018-10-04 15:17:17,312 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:17: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-5904d1e5-7896-4469-91ef-d5614af953c5 x-compute-request-id: req-5904d1e5-7896-4469-91ef-d5614af953c5 Content-Length: 0 Content-Type: application/json 2018-10-04 15:17:17,312 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/e2ea501c-1614-4815-a642-6a1697309f5b used request id req-5904d1e5-7896-4469-91ef-d5614af953c5 2018-10-04 15:17:17,313 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-subnet 2018-10-04 15:17:17,313 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-subnet 2018-10-04 15:17:17,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/4773abf8-92e3-4ebb-b1c6-1d47a5e781f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8988159712e5b534efd35adf14dcbc144e11653" 2018-10-04 15:17:20,006 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-816eb49f-9cdc-46ac-bd7b-8adf9e7cdf60 Date: Thu, 04 Oct 2018 15:17:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:17:20,006 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/4773abf8-92e3-4ebb-b1c6-1d47a5e781f2 used request id req-816eb49f-9cdc-46ac-bd7b-8adf9e7cdf60 2018-10-04 15:17:20,007 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-pub-net 2018-10-04 15:17:20,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8988159712e5b534efd35adf14dcbc144e11653" 2018-10-04 15:17:21,057 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d32eb5b8-aaec-47c8-9134-9e5d7f1ecd15 Date: Thu, 04 Oct 2018 15:17:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:17:21,058 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/589eb3b0-4b79-4d6c-a6b5-6927ec438fe7 used request id req-d32eb5b8-aaec-47c8-9134-9e5d7f1ecd15 2018-10-04 15:17:21,058 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-cdd73d42-d89c-42b8-a1d6-fe6ecdcb6d07-image 2018-10-04 15:17:21,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c2b74a872916ef13314458271b784d6e5445a06b" 2018-10-04 15:17:21,807 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-13af3406-5f78-4219-81f8-bc7c4734a9c1 Date: Thu, 04 Oct 2018 15:17:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:17:21,807 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/eeb08d96-5f6b-44eb-a79b-dec4199751bd used request id req-13af3406-5f78-4219-81f8-bc7c4734a9c1 2018-10-04 15:17:21,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4927e665056c4af8f1335ccd97005c7c3c0a4bf8" 2018-10-04 15:17:22,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-7f67ab43-c7f5-4d53-8736-fd52c7ca0f20 Date: Thu, 04 Oct 2018 15:17:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "created_at": "2018-10-04T15:16:38Z", "updated_at": "2018-10-04T15:16:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:16:38Z", "revision_number": 0, "id": "1d4df104-ac80-47d4-bbe4-b8d15f0efcbb", "remote_group_id": "f833911c-0eaa-4ef3-af3d-5af7a7be9f8f", "remote_ip_prefix": null, "created_at": "2018-10-04T15:16:38Z", "security_group_id": "f833911c-0eaa-4ef3-af3d-5af7a7be9f8f", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4bcae1ff196a4549ab0f314ae14d247f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:16:38Z", "revision_number": 0, "id": "1f33c1d8-4a73-44e8-b5d9-2b09c9fff4d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:16:38Z", "security_group_id": "f833911c-0eaa-4ef3-af3d-5af7a7be9f8f", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4bcae1ff196a4549ab0f314ae14d247f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:16:38Z", "revision_number": 0, "id": "412bbc6d-d348-4e6a-9527-4553288a711f", "remote_group_id": "f833911c-0eaa-4ef3-af3d-5af7a7be9f8f", "remote_ip_prefix": null, "created_at": "2018-10-04T15:16:38Z", "security_group_id": "f833911c-0eaa-4ef3-af3d-5af7a7be9f8f", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4bcae1ff196a4549ab0f314ae14d247f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:16:38Z", "revision_number": 0, "id": "5c7e6f0e-4a2b-4503-bb08-bf63f3d4a88f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:16:38Z", "security_group_id": "f833911c-0eaa-4ef3-af3d-5af7a7be9f8f", "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4bcae1ff196a4549ab0f314ae14d247f"}], "revision_number": 4, "project_id": "4bcae1ff196a4549ab0f314ae14d247f", "id": "f833911c-0eaa-4ef3-af3d-5af7a7be9f8f", "name": "default"}]} 2018-10-04 15:17:22,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-7f67ab43-c7f5-4d53-8736-fd52c7ca0f20 2018-10-04 15:17:22,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4927e665056c4af8f1335ccd97005c7c3c0a4bf8" 2018-10-04 15:17:22,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e91bc6f3-2a72-4202-97f6-afc734389561 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:17:22,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-e91bc6f3-2a72-4202-97f6-afc734389561 2018-10-04 15:17:22,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4927e665056c4af8f1335ccd97005c7c3c0a4bf8" 2018-10-04 15:17:22,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f40bb11e-983b-47bc-940a-fbf2b19836c2 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:17:22,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-f40bb11e-983b-47bc-940a-fbf2b19836c2 2018-10-04 15:17:22,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4927e665056c4af8f1335ccd97005c7c3c0a4bf8" 2018-10-04 15:17:22,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-015ca4d3-1d89-4cee-bbff-b4dfaf05f0c6 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:17:22,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-015ca4d3-1d89-4cee-bbff-b4dfaf05f0c6 2018-10-04 15:17:22,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4927e665056c4af8f1335ccd97005c7c3c0a4bf8" 2018-10-04 15:17:22,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5efabc79-2230-4aa7-ae32-b73b92315944 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f"}, "enabled": true, "id": "4bcae1ff196a4549ab0f314ae14d247f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-c2335d69-1d33-42b-proj"}} 2018-10-04 15:17:22,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f used request id req-5efabc79-2230-4aa7-ae32-b73b92315944 2018-10-04 15:17:22,374 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f833911c-0eaa-4ef3-af3d-5af7a7be9f8f 2018-10-04 15:17:22,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=f833911c-0eaa-4ef3-af3d-5af7a7be9f8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4927e665056c4af8f1335ccd97005c7c3c0a4bf8" 2018-10-04 15:17:22,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e8d9af38-ae78-49a9-823f-ed35be6b79a5 Date: Thu, 04 Oct 2018 15:17:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "f833911c-0eaa-4ef3-af3d-5af7a7be9f8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:16:38Z", "security_group_id": "f833911c-0eaa-4ef3-af3d-5af7a7be9f8f", "port_range_min": null, "revision_number": 0, "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "created_at": "2018-10-04T15:16:38Z", "project_id": "4bcae1ff196a4549ab0f314ae14d247f", "id": "1d4df104-ac80-47d4-bbe4-b8d15f0efcbb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:16:38Z", "security_group_id": "f833911c-0eaa-4ef3-af3d-5af7a7be9f8f", "port_range_min": null, "revision_number": 0, "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "created_at": "2018-10-04T15:16:38Z", "project_id": "4bcae1ff196a4549ab0f314ae14d247f", "id": "1f33c1d8-4a73-44e8-b5d9-2b09c9fff4d0"}, {"remote_group_id": "f833911c-0eaa-4ef3-af3d-5af7a7be9f8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:16:38Z", "security_group_id": "f833911c-0eaa-4ef3-af3d-5af7a7be9f8f", "port_range_min": null, "revision_number": 0, "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "created_at": "2018-10-04T15:16:38Z", "project_id": "4bcae1ff196a4549ab0f314ae14d247f", "id": "412bbc6d-d348-4e6a-9527-4553288a711f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:16:38Z", "security_group_id": "f833911c-0eaa-4ef3-af3d-5af7a7be9f8f", "port_range_min": null, "revision_number": 0, "tenant_id": "4bcae1ff196a4549ab0f314ae14d247f", "created_at": "2018-10-04T15:16:38Z", "project_id": "4bcae1ff196a4549ab0f314ae14d247f", "id": "5c7e6f0e-4a2b-4503-bb08-bf63f3d4a88f"}]} 2018-10-04 15:17:22,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=f833911c-0eaa-4ef3-af3d-5af7a7be9f8f used request id req-e8d9af38-ae78-49a9-823f-ed35be6b79a5 2018-10-04 15:17:22,553 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:17:22,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/f833911c-0eaa-4ef3-af3d-5af7a7be9f8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4927e665056c4af8f1335ccd97005c7c3c0a4bf8" 2018-10-04 15:17:23,125 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-36bbf6cf-11fa-4bc6-9f4a-6f138e04781a Content-Length: 0 Date: Thu, 04 Oct 2018 15:17:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:17:23,126 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/f833911c-0eaa-4ef3-af3d-5af7a7be9f8f used request id req-36bbf6cf-11fa-4bc6-9f4a-6f138e04781a 2018-10-04 15:17:23,126 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-c2335d69-1d33-42b-proj 2018-10-04 15:17:23,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4927e665056c4af8f1335ccd97005c7c3c0a4bf8" 2018-10-04 15:17:23,412 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:17:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e18d2cf-26ab-4cc3-829e-4bcc1b6c3c50 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:17:23,413 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/4bcae1ff196a4549ab0f314ae14d247f used request id req-8e18d2cf-26ab-4cc3-829e-4bcc1b6c3c50 2018-10-04 15:17:23,413 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-c2335d69-1d33-42b-proj-role 2018-10-04 15:17:23,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/4109fdde03ca4aec8617d455ab1e2355 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4927e665056c4af8f1335ccd97005c7c3c0a4bf8" 2018-10-04 15:17:23,532 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:17:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25ec16c0-732f-4232-8dbc-70160bb31039 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:17:23,532 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/4109fdde03ca4aec8617d455ab1e2355 used request id req-25ec16c0-732f-4232-8dbc-70160bb31039 2018-10-04 15:17:23,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4927e665056c4af8f1335ccd97005c7c3c0a4bf8" 2018-10-04 15:17:23,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-970e6525-3552-42b9-bac7-2164f69cf74d Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:17:23,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-970e6525-3552-42b9-bac7-2164f69cf74d 2018-10-04 15:17:23,704 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-c2335d69-1d33-42b-user 2018-10-04 15:17:23,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/c4dcd22aab7845ddb552a67a54dda7d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8fdbe963db7dede37adc592ad1d5a3f4cf202a" 2018-10-04 15:17:23,936 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:17:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f984e80e-d55a-4daf-859d-b122d3663393 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:17:23,936 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/c4dcd22aab7845ddb552a67a54dda7d1 used request id req-f984e80e-d55a-4daf-859d-b122d3663393 2018-10-04 15:17:23,938 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:17:24,312 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:17:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["nAU45wAnS6aBUw06RmyIUQ"], "issued_at": "2018-10-04T15:17:24.000000Z"}} 2018-10-04 15:17:24,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b6d3e2ada7a363c6d98499f6324c25b280eecc5" 2018-10-04 15:17:24,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4703db06-7a4c-4558-9ddb-72f77393b331 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:17:24,400 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4703db06-7a4c-4558-9ddb-72f77393b331 2018-10-04 15:17:24,402 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:17:24,403 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:17:24,797 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:17:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["sP3P6-CtQL64NqMjKyYQmw"], "issued_at": "2018-10-04T15:17:24.000000Z"}} 2018-10-04 15:17:24,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3728a4b42d58be97ccbb27f5daf365a4d6b08fd" 2018-10-04 15:17:24,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c835282d-5196-49b8-a248-d8800f2a6ef0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:17:24,877 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c835282d-5196-49b8-a248-d8800f2a6ef0 2018-10-04 15:17:24,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:17:24,887 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:17:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:17:24,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3728a4b42d58be97ccbb27f5daf365a4d6b08fd" 2018-10-04 15:17:24,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12ae2afd-15a9-4573-8db1-b769dcfa046a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:17:24,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj used request id req-12ae2afd-15a9-4573-8db1-b769dcfa046a 2018-10-04 15:17:24,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3728a4b42d58be97ccbb27f5daf365a4d6b08fd" 2018-10-04 15:17:25,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9709f908-2ed6-4f67-9747-79740a57c9d3 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:17:25,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-9709f908-2ed6-4f67-9747-79740a57c9d3 2018-10-04 15:17:25,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3728a4b42d58be97ccbb27f5daf365a4d6b08fd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj"}}' 2018-10-04 15:17:25,194 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:17:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33f55dd6-5c19-4369-9060-2c0dba895542 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72"}, "enabled": true, "id": "c9729b3a87044ee5aac05a5e5e733e72", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj"}} 2018-10-04 15:17:25,194 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-33f55dd6-5c19-4369-9060-2c0dba895542 2018-10-04 15:17:25,194 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj 2018-10-04 15:17:25,195 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:17:25,195 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:17:25,596 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:17:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["P-1VCV8nRPq4oPydTZ9RCQ"], "issued_at": "2018-10-04T15:17:25.000000Z"}} 2018-10-04 15:17:25,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4967249050200acadefc4e716689f80928b3927" 2018-10-04 15:17:25,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8cadce0-509c-46c0-94fa-00feccb1b900 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:17:25,609 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d8cadce0-509c-46c0-94fa-00feccb1b900 2018-10-04 15:17:25,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:17:25,619 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:17:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:17:25,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4967249050200acadefc4e716689f80928b3927" 2018-10-04 15:17:25,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-205d858b-465f-42c9-9d40-25b21c2e7243 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:17:25,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-205d858b-465f-42c9-9d40-25b21c2e7243 2018-10-04 15:17:25,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4967249050200acadefc4e716689f80928b3927" 2018-10-04 15:17:25,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee5e26f3-5341-4d9c-afec-c35966027a8b Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72"}, "enabled": true, "id": "c9729b3a87044ee5aac05a5e5e733e72", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj"}]} 2018-10-04 15:17:25,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj used request id req-ee5e26f3-5341-4d9c-afec-c35966027a8b 2018-10-04 15:17:25,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4967249050200acadefc4e716689f80928b3927" 2018-10-04 15:17:25,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa00b529-0171-41d8-b13d-2aa4996e4a1d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:17:25,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-aa00b529-0171-41d8-b13d-2aa4996e4a1d 2018-10-04 15:17:26,290 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-dee13fc7-5db9-41a-user 2018-10-04 15:17:26,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:17:26,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3728a4b42d58be97ccbb27f5daf365a4d6b08fd" 2018-10-04 15:17:26,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eacbc08f-2efc-4482-a10d-34c44df8ea96 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:17:26,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-eacbc08f-2efc-4482-a10d-34c44df8ea96 2018-10-04 15:17:26,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3728a4b42d58be97ccbb27f5daf365a4d6b08fd" -d '{"role": {"name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj-role"}}' 2018-10-04 15:17:26,490 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:17:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e7f5dda-f9f1-45ec-9476-0773e7f290be Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9cf4a73f14aa4b0895fc277ade56ac7e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9cf4a73f14aa4b0895fc277ade56ac7e"}, "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj-role"}} 2018-10-04 15:17:26,490 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-3e7f5dda-f9f1-45ec-9476-0773e7f290be 2018-10-04 15:17:26,491 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj-role 2018-10-04 15:17:26,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/9cf4a73f14aa4b0895fc277ade56ac7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3728a4b42d58be97ccbb27f5daf365a4d6b08fd" 2018-10-04 15:17:26,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-169e41ea-1e25-4cbc-a236-22bee7e31ed6 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/9cf4a73f14aa4b0895fc277ade56ac7e"}, "domain_id": null, "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj-role", "id": "9cf4a73f14aa4b0895fc277ade56ac7e"}} 2018-10-04 15:17:26,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/9cf4a73f14aa4b0895fc277ade56ac7e used request id req-169e41ea-1e25-4cbc-a236-22bee7e31ed6 2018-10-04 15:17:26,582 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj-role to project InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj 2018-10-04 15:17:26,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72/users/c8a3dcb4a51d49af9ef2521d6517dd6a/roles/9cf4a73f14aa4b0895fc277ade56ac7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3728a4b42d58be97ccbb27f5daf365a4d6b08fd" 2018-10-04 15:17:26,699 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:17:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7734f92e-3944-4921-aac6-da1a816312f4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:17:26,699 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72/users/c8a3dcb4a51d49af9ef2521d6517dd6a/roles/9cf4a73f14aa4b0895fc277ade56ac7e used request id req-7734f92e-3944-4921-aac6-da1a816312f4 2018-10-04 15:17:26,699 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:17:26,701 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:17:26,701 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:17:26,702 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:17:27,082 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9cf4a73f14aa4b0895fc277ade56ac7e", "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj-role"}], "expires_at": "2018-10-04T16:17:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9729b3a87044ee5aac05a5e5e733e72", "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/c9729b3a87044ee5aac05a5e5e733e72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/c9729b3a87044ee5aac05a5e5e733e72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/c9729b3a87044ee5aac05a5e5e733e72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c9729b3a87044ee5aac05a5e5e733e72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/c9729b3a87044ee5aac05a5e5e733e72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/c9729b3a87044ee5aac05a5e5e733e72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-user", "id": "c8a3dcb4a51d49af9ef2521d6517dd6a"}, "audit_ids": ["_UKjdE7yRu6jfkGhiNvrdg"], "issued_at": "2018-10-04T15:17:27.000000Z"}} 2018-10-04 15:17:27,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efda852625b9dcb4d55bfd77ac8c15fe0be152d" 2018-10-04 15:17:27,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f515315-45c1-4226-94c0-51a7740394e4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:17:27,158 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9f515315-45c1-4226-94c0-51a7740394e4 2018-10-04 15:17:27,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2efda852625b9dcb4d55bfd77ac8c15fe0be152d" 2018-10-04 15:17:27,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-0229cf5b-1547-4603-90fb-0373e8603a1c Date: Thu, 04 Oct 2018 15:17:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-image"} 2018-10-04 15:17:27,325 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-image used request id req-0229cf5b-1547-4603-90fb-0373e8603a1c 2018-10-04 15:17:27,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2efda852625b9dcb4d55bfd77ac8c15fe0be152d" 2018-10-04 15:17:27,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2becec89-cc2e-46ab-bc3a-9b35d894ea21 Date: Thu, 04 Oct 2018 15:17:27 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:17:27,479 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-2becec89-cc2e-46ab-bc3a-9b35d894ea21 2018-10-04 15:17:27,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2efda852625b9dcb4d55bfd77ac8c15fe0be152d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-image"}' 2018-10-04 15:17:27,700 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b X-Openstack-Request-Id: req-ecee93e8-b8be-4bf8-81b1-2ab3e8814583 Date: Thu, 04 Oct 2018 15:17:27 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:17:27Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:17:27Z", "visibility": "shared", "locations": [], "self": "/v2/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "min_disk": 0, "protected": false, "id": "52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "file": "/v2/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b/file", "checksum": null, "owner": "c9729b3a87044ee5aac05a5e5e733e72", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:17:27,700 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-ecee93e8-b8be-4bf8-81b1-2ab3e8814583 2018-10-04 15:17:27,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2efda852625b9dcb4d55bfd77ac8c15fe0be152d" -d '' 2018-10-04 15:17:29,128 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dbb7a9c4-7005-4038-8deb-5cd54b1b820b Date: Thu, 04 Oct 2018 15:17:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:17:29,128 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b/file used request id req-dbb7a9c4-7005-4038-8deb-5cd54b1b820b 2018-10-04 15:17:29,128 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:17:29,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2efda852625b9dcb4d55bfd77ac8c15fe0be152d" 2018-10-04 15:17:29,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-fd914538-c7da-4531-9634-2dfcd92a6b45 Date: Thu, 04 Oct 2018 15:17:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:17:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:17:29Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b/snap", "metadata": {}}], "self": "/v2/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "min_disk": 0, "protected": false, "id": "52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "file": "/v2/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9729b3a87044ee5aac05a5e5e733e72", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:17:29,287 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b used request id req-fd914538-c7da-4531-9634-2dfcd92a6b45 2018-10-04 15:17:29,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2efda852625b9dcb4d55bfd77ac8c15fe0be152d" 2018-10-04 15:17:29,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9986875d-de81-432d-a6d2-6aa0b9b532b6 Date: Thu, 04 Oct 2018 15:17:29 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:17:29,447 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-9986875d-de81-432d-a6d2-6aa0b9b532b6 2018-10-04 15:17:29,450 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-image 2018-10-04 15:17:29,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2efda852625b9dcb4d55bfd77ac8c15fe0be152d" 2018-10-04 15:17:29,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-66597767-89f9-4200-b2b1-3dd93eab7c6a Date: Thu, 04 Oct 2018 15:17:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:17:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:17:29Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b/snap", "metadata": {}}], "self": "/v2/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "min_disk": 0, "protected": false, "id": "52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "file": "/v2/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9729b3a87044ee5aac05a5e5e733e72", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:17:29,607 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b used request id req-66597767-89f9-4200-b2b1-3dd93eab7c6a 2018-10-04 15:17:29,607 - create_image - DEBUG - Instance status is - active 2018-10-04 15:17:29,608 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-image 2018-10-04 15:17:29,608 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-image 2018-10-04 15:17:29,608 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:17:29,609 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:17:29,975 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9cf4a73f14aa4b0895fc277ade56ac7e", "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj-role"}], "expires_at": "2018-10-04T16:17:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9729b3a87044ee5aac05a5e5e733e72", "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/c9729b3a87044ee5aac05a5e5e733e72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/c9729b3a87044ee5aac05a5e5e733e72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/c9729b3a87044ee5aac05a5e5e733e72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c9729b3a87044ee5aac05a5e5e733e72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/c9729b3a87044ee5aac05a5e5e733e72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/c9729b3a87044ee5aac05a5e5e733e72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-user", "id": "c8a3dcb4a51d49af9ef2521d6517dd6a"}, "audit_ids": ["14h0Tv4SRcWrrkU9tWbdvw"], "issued_at": "2018-10-04T15:17:29.000000Z"}} 2018-10-04 15:17:29,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ae227278b0f2e2d0b0a7048f64aa8d1c422e31d" 2018-10-04 15:17:30,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9642585a-ec04-4771-94f8-8c7990f30ef0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:17:30,058 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9642585a-ec04-4771-94f8-8c7990f30ef0 2018-10-04 15:17:30,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ae227278b0f2e2d0b0a7048f64aa8d1c422e31d" 2018-10-04 15:17:30,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-eade5b9d-00ec-44dd-9fec-d7ef15809501 Date: Thu, 04 Oct 2018 15:17:30 GMT RESP BODY: {"networks":[]} 2018-10-04 15:17:30,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net used request id req-eade5b9d-00ec-44dd-9fec-d7ef15809501 2018-10-04 15:17:30,244 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net 2018-10-04 15:17:30,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ae227278b0f2e2d0b0a7048f64aa8d1c422e31d" -d '{"network": {"name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net", "admin_state_up": true}}' 2018-10-04 15:17:30,935 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-daaf1422-9417-414a-856f-17d46ee4896e Date: Thu, 04 Oct 2018 15:17:30 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"23bef7d5-3b62-4401-85d1-807234318e43","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c9729b3a87044ee5aac05a5e5e733e72","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:17:30Z","is_default":false,"name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:30Z","mtu":1450}} 2018-10-04 15:17:30,935 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-daaf1422-9417-414a-856f-17d46ee4896e 2018-10-04 15:17:30,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=23bef7d5-3b62-4401-85d1-807234318e43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ae227278b0f2e2d0b0a7048f64aa8d1c422e31d" 2018-10-04 15:17:31,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-83535e32-184f-40ca-9133-194335cc14cb Date: Thu, 04 Oct 2018 15:17:31 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-10-04T15:17:30Z","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c9729b3a87044ee5aac05a5e5e733e72","id":"23bef7d5-3b62-4401-85d1-807234318e43","name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net"}]} 2018-10-04 15:17:31,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=23bef7d5-3b62-4401-85d1-807234318e43 used request id req-83535e32-184f-40ca-9133-194335cc14cb 2018-10-04 15:17:31,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=23bef7d5-3b62-4401-85d1-807234318e43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ae227278b0f2e2d0b0a7048f64aa8d1c422e31d" 2018-10-04 15:17:31,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-df36b477-148f-4c48-a3d3-caaae91e5894 Date: Thu, 04 Oct 2018 15:17:31 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:17:31,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=23bef7d5-3b62-4401-85d1-807234318e43 used request id req-df36b477-148f-4c48-a3d3-caaae91e5894 2018-10-04 15:17:31,473 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-subnet 2018-10-04 15:17:31,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ae227278b0f2e2d0b0a7048f64aa8d1c422e31d" -d '{"subnets": [{"ip_version": 4, "network_id": "23bef7d5-3b62-4401-85d1-807234318e43", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-subnet"}]}' 2018-10-04 15:17:32,150 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-417824a2-42d3-41f2-8751-e79422735131 Date: Thu, 04 Oct 2018 15:17:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:31Z","dns_nameservers":[],"updated_at":"2018-10-04T15:17:31Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"c9729b3a87044ee5aac05a5e5e733e72","id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","subnetpool_id":null,"name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-subnet"}]} 2018-10-04 15:17:32,150 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-417824a2-42d3-41f2-8751-e79422735131 2018-10-04 15:17:32,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=23bef7d5-3b62-4401-85d1-807234318e43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ae227278b0f2e2d0b0a7048f64aa8d1c422e31d" 2018-10-04 15:17:32,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d4084f44-c546-458e-b3a1-212e0f96af20 Date: Thu, 04 Oct 2018 15:17:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["52774e8f-1ed5-4144-88f9-e4ed334e1c11"],"updated_at":"2018-10-04T15:17:31Z","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c9729b3a87044ee5aac05a5e5e733e72","id":"23bef7d5-3b62-4401-85d1-807234318e43","name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net"}]} 2018-10-04 15:17:32,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=23bef7d5-3b62-4401-85d1-807234318e43 used request id req-d4084f44-c546-458e-b3a1-212e0f96af20 2018-10-04 15:17:32,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=23bef7d5-3b62-4401-85d1-807234318e43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ae227278b0f2e2d0b0a7048f64aa8d1c422e31d" 2018-10-04 15:17:32,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-1ab62489-ee56-4aed-9a90-89446d56d6d4 Date: Thu, 04 Oct 2018 15:17:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:31Z","dns_nameservers":[],"updated_at":"2018-10-04T15:17:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c9729b3a87044ee5aac05a5e5e733e72","id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","subnetpool_id":null,"name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-subnet"}]} 2018-10-04 15:17:32,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=23bef7d5-3b62-4401-85d1-807234318e43 used request id req-1ab62489-ee56-4aed-9a90-89446d56d6d4 2018-10-04 15:17:32,514 - OpenStackNetwork - DEBUG - Network [23bef7d5-3b62-4401-85d1-807234318e43] created successfully 2018-10-04 15:17:32,514 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:17:32,515 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:17:32,898 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:17:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["NAaMOqz4QdqaZFaYF81FgA"], "issued_at": "2018-10-04T15:17:32.000000Z"}} 2018-10-04 15:17:32,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf6dde8bc9b19a5e8b493262fa8c8b32bfa287ae" 2018-10-04 15:17:32,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fb15666-7153-4141-b27a-9988c4882cd6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:17:32,971 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8fb15666-7153-4141-b27a-9988c4882cd6 2018-10-04 15:17:32,972 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:17:32,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf6dde8bc9b19a5e8b493262fa8c8b32bfa287ae" 2018-10-04 15:17:33,159 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-298d61c9-41fb-450a-a6bf-0547bcf9a404 x-compute-request-id: req-298d61c9-41fb-450a-a6bf-0547bcf9a404 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:17:33,159 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-298d61c9-41fb-450a-a6bf-0547bcf9a404 2018-10-04 15:17:33,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf6dde8bc9b19a5e8b493262fa8c8b32bfa287ae" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:17:33,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c438b819-79de-42e6-bd87-b6ff8ada8385 x-compute-request-id: req-c438b819-79de-42e6-bd87-b6ff8ada8385 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/610fc96d-c264-40c7-a337-4659bc10d5bc", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/610fc96d-c264-40c7-a337-4659bc10d5bc", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "610fc96d-c264-40c7-a337-4659bc10d5bc", "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:17:33,218 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c438b819-79de-42e6-bd87-b6ff8ada8385 2018-10-04 15:17:33,218 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:17:33,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:17:33,607 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9cf4a73f14aa4b0895fc277ade56ac7e", "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj-role"}], "expires_at": "2018-10-04T16:17:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9729b3a87044ee5aac05a5e5e733e72", "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/c9729b3a87044ee5aac05a5e5e733e72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/c9729b3a87044ee5aac05a5e5e733e72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/c9729b3a87044ee5aac05a5e5e733e72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c9729b3a87044ee5aac05a5e5e733e72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/c9729b3a87044ee5aac05a5e5e733e72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/c9729b3a87044ee5aac05a5e5e733e72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-user", "id": "c8a3dcb4a51d49af9ef2521d6517dd6a"}, "audit_ids": ["2Nxe5J12QriyaqctmC96mQ"], "issued_at": "2018-10-04T15:17:33.000000Z"}} 2018-10-04 15:17:33,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a277c5be94c59c2f99a0bdf12a9a38ffb310c46b" 2018-10-04 15:17:33,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e431295-292e-4a73-aaed-0430c56c1ea6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:17:33,682 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3e431295-292e-4a73-aaed-0430c56c1ea6 2018-10-04 15:17:33,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a277c5be94c59c2f99a0bdf12a9a38ffb310c46b" 2018-10-04 15:17:33,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-48acd73a-2f4f-4f5f-9b66-8dee2019d7f3 Date: Thu, 04 Oct 2018 15:17:33 GMT RESP BODY: {"security_groups": []} 2018-10-04 15:17:33,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-name&description=hello+group used request id req-48acd73a-2f4f-4f5f-9b66-8dee2019d7f3 2018-10-04 15:17:33,865 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-name... 2018-10-04 15:17:33,865 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-name 2018-10-04 15:17:33,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a277c5be94c59c2f99a0bdf12a9a38ffb310c46b" -d '{"security_group": {"name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-name", "description": "hello group"}}' 2018-10-04 15:17:34,238 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-ff6579d6-2979-4469-9a55-93c89faf6edb Date: Thu, 04 Oct 2018 15:17:34 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "created_at": "2018-10-04T15:17:34Z", "updated_at": "2018-10-04T15:17:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:17:34Z", "revision_number": 0, "id": "60ec3088-c8f1-4f27-be07-9283a8cfee53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:17:34Z", "security_group_id": "8fffb7e9-e139-4058-a1ad-d3972f0195ea", "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9729b3a87044ee5aac05a5e5e733e72"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:17:34Z", "revision_number": 0, "id": "d099e8a0-7ab2-4bb3-9c54-cb431a61643d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:17:34Z", "security_group_id": "8fffb7e9-e139-4058-a1ad-d3972f0195ea", "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9729b3a87044ee5aac05a5e5e733e72"}], "revision_number": 2, "project_id": "c9729b3a87044ee5aac05a5e5e733e72", "id": "8fffb7e9-e139-4058-a1ad-d3972f0195ea", "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-name"}} 2018-10-04 15:17:34,238 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-ff6579d6-2979-4469-9a55-93c89faf6edb 2018-10-04 15:17:34,238 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8fffb7e9-e139-4058-a1ad-d3972f0195ea 2018-10-04 15:17:34,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8fffb7e9-e139-4058-a1ad-d3972f0195ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a277c5be94c59c2f99a0bdf12a9a38ffb310c46b" 2018-10-04 15:17:34,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cc7a1252-03f4-4a60-ac60-b35d0093b1c2 Date: Thu, 04 Oct 2018 15:17:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:17:34Z", "security_group_id": "8fffb7e9-e139-4058-a1ad-d3972f0195ea", "port_range_min": null, "revision_number": 0, "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "created_at": "2018-10-04T15:17:34Z", "project_id": "c9729b3a87044ee5aac05a5e5e733e72", "id": "60ec3088-c8f1-4f27-be07-9283a8cfee53"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:17:34Z", "security_group_id": "8fffb7e9-e139-4058-a1ad-d3972f0195ea", "port_range_min": null, "revision_number": 0, "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "created_at": "2018-10-04T15:17:34Z", "project_id": "c9729b3a87044ee5aac05a5e5e733e72", "id": "d099e8a0-7ab2-4bb3-9c54-cb431a61643d"}]} 2018-10-04 15:17:34,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8fffb7e9-e139-4058-a1ad-d3972f0195ea used request id req-cc7a1252-03f4-4a60-ac60-b35d0093b1c2 2018-10-04 15:17:34,410 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8fffb7e9-e139-4058-a1ad-d3972f0195ea 2018-10-04 15:17:34,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8fffb7e9-e139-4058-a1ad-d3972f0195ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a277c5be94c59c2f99a0bdf12a9a38ffb310c46b" 2018-10-04 15:17:34,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-dc9e5245-074e-4d24-ac73-2ffe32420dc6 Date: Thu, 04 Oct 2018 15:17:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:17:34Z", "security_group_id": "8fffb7e9-e139-4058-a1ad-d3972f0195ea", "port_range_min": null, "revision_number": 0, "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "created_at": "2018-10-04T15:17:34Z", "project_id": "c9729b3a87044ee5aac05a5e5e733e72", "id": "60ec3088-c8f1-4f27-be07-9283a8cfee53"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:17:34Z", "security_group_id": "8fffb7e9-e139-4058-a1ad-d3972f0195ea", "port_range_min": null, "revision_number": 0, "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "created_at": "2018-10-04T15:17:34Z", "project_id": "c9729b3a87044ee5aac05a5e5e733e72", "id": "d099e8a0-7ab2-4bb3-9c54-cb431a61643d"}]} 2018-10-04 15:17:34,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8fffb7e9-e139-4058-a1ad-d3972f0195ea used request id req-dc9e5245-074e-4d24-ac73-2ffe32420dc6 2018-10-04 15:17:34,607 - neutron_utils - INFO - Retrieving security group with ID - 8fffb7e9-e139-4058-a1ad-d3972f0195ea 2018-10-04 15:17:34,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=8fffb7e9-e139-4058-a1ad-d3972f0195ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a277c5be94c59c2f99a0bdf12a9a38ffb310c46b" 2018-10-04 15:17:34,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-f46f80e0-1fd7-4f82-9099-84097bc7203c Date: Thu, 04 Oct 2018 15:17:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "created_at": "2018-10-04T15:17:34Z", "updated_at": "2018-10-04T15:17:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:17:34Z", "revision_number": 0, "id": "60ec3088-c8f1-4f27-be07-9283a8cfee53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:17:34Z", "security_group_id": "8fffb7e9-e139-4058-a1ad-d3972f0195ea", "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9729b3a87044ee5aac05a5e5e733e72"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:17:34Z", "revision_number": 0, "id": "d099e8a0-7ab2-4bb3-9c54-cb431a61643d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:17:34Z", "security_group_id": "8fffb7e9-e139-4058-a1ad-d3972f0195ea", "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9729b3a87044ee5aac05a5e5e733e72"}], "revision_number": 2, "project_id": "c9729b3a87044ee5aac05a5e5e733e72", "id": "8fffb7e9-e139-4058-a1ad-d3972f0195ea", "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-name"}]} 2018-10-04 15:17:34,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=8fffb7e9-e139-4058-a1ad-d3972f0195ea used request id req-f46f80e0-1fd7-4f82-9099-84097bc7203c 2018-10-04 15:17:34,817 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8fffb7e9-e139-4058-a1ad-d3972f0195ea 2018-10-04 15:17:34,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8fffb7e9-e139-4058-a1ad-d3972f0195ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a277c5be94c59c2f99a0bdf12a9a38ffb310c46b" 2018-10-04 15:17:35,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3bf07f35-ade1-49bd-87c8-1e5b69a13b2d Date: Thu, 04 Oct 2018 15:17:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:17:34Z", "security_group_id": "8fffb7e9-e139-4058-a1ad-d3972f0195ea", "port_range_min": null, "revision_number": 0, "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "created_at": "2018-10-04T15:17:34Z", "project_id": "c9729b3a87044ee5aac05a5e5e733e72", "id": "60ec3088-c8f1-4f27-be07-9283a8cfee53"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:17:34Z", "security_group_id": "8fffb7e9-e139-4058-a1ad-d3972f0195ea", "port_range_min": null, "revision_number": 0, "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "created_at": "2018-10-04T15:17:34Z", "project_id": "c9729b3a87044ee5aac05a5e5e733e72", "id": "d099e8a0-7ab2-4bb3-9c54-cb431a61643d"}]} 2018-10-04 15:17:35,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8fffb7e9-e139-4058-a1ad-d3972f0195ea used request id req-3bf07f35-ade1-49bd-87c8-1e5b69a13b2d 2018-10-04 15:17:35,002 - neutron_utils - INFO - Retrieving security group with ID - 8fffb7e9-e139-4058-a1ad-d3972f0195ea 2018-10-04 15:17:35,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=8fffb7e9-e139-4058-a1ad-d3972f0195ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a277c5be94c59c2f99a0bdf12a9a38ffb310c46b" 2018-10-04 15:17:35,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-e2c4d63b-022a-4ce9-b2b3-699e1832af42 Date: Thu, 04 Oct 2018 15:17:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "created_at": "2018-10-04T15:17:34Z", "updated_at": "2018-10-04T15:17:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:17:34Z", "revision_number": 0, "id": "60ec3088-c8f1-4f27-be07-9283a8cfee53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:17:34Z", "security_group_id": "8fffb7e9-e139-4058-a1ad-d3972f0195ea", "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9729b3a87044ee5aac05a5e5e733e72"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:17:34Z", "revision_number": 0, "id": "d099e8a0-7ab2-4bb3-9c54-cb431a61643d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:17:34Z", "security_group_id": "8fffb7e9-e139-4058-a1ad-d3972f0195ea", "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9729b3a87044ee5aac05a5e5e733e72"}], "revision_number": 2, "project_id": "c9729b3a87044ee5aac05a5e5e733e72", "id": "8fffb7e9-e139-4058-a1ad-d3972f0195ea", "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-name"}]} 2018-10-04 15:17:35,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=8fffb7e9-e139-4058-a1ad-d3972f0195ea used request id req-e2c4d63b-022a-4ce9-b2b3-699e1832af42 2018-10-04 15:17:35,207 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8fffb7e9-e139-4058-a1ad-d3972f0195ea 2018-10-04 15:17:35,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8fffb7e9-e139-4058-a1ad-d3972f0195ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a277c5be94c59c2f99a0bdf12a9a38ffb310c46b" 2018-10-04 15:17:35,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0e033b35-2b9c-4f64-b7ec-5790905495ab Date: Thu, 04 Oct 2018 15:17:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:17:34Z", "security_group_id": "8fffb7e9-e139-4058-a1ad-d3972f0195ea", "port_range_min": null, "revision_number": 0, "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "created_at": "2018-10-04T15:17:34Z", "project_id": "c9729b3a87044ee5aac05a5e5e733e72", "id": "60ec3088-c8f1-4f27-be07-9283a8cfee53"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:17:34Z", "security_group_id": "8fffb7e9-e139-4058-a1ad-d3972f0195ea", "port_range_min": null, "revision_number": 0, "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "created_at": "2018-10-04T15:17:34Z", "project_id": "c9729b3a87044ee5aac05a5e5e733e72", "id": "d099e8a0-7ab2-4bb3-9c54-cb431a61643d"}]} 2018-10-04 15:17:35,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8fffb7e9-e139-4058-a1ad-d3972f0195ea used request id req-0e033b35-2b9c-4f64-b7ec-5790905495ab 2018-10-04 15:17:35,379 - neutron_utils - INFO - Retrieving security group with ID - 8fffb7e9-e139-4058-a1ad-d3972f0195ea 2018-10-04 15:17:35,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=8fffb7e9-e139-4058-a1ad-d3972f0195ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a277c5be94c59c2f99a0bdf12a9a38ffb310c46b" 2018-10-04 15:17:35,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-49654a77-b58d-421f-9760-f4d8d5597c40 Date: Thu, 04 Oct 2018 15:17:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "created_at": "2018-10-04T15:17:34Z", "updated_at": "2018-10-04T15:17:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:17:34Z", "revision_number": 0, "id": "60ec3088-c8f1-4f27-be07-9283a8cfee53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:17:34Z", "security_group_id": "8fffb7e9-e139-4058-a1ad-d3972f0195ea", "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9729b3a87044ee5aac05a5e5e733e72"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:17:34Z", "revision_number": 0, "id": "d099e8a0-7ab2-4bb3-9c54-cb431a61643d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:17:34Z", "security_group_id": "8fffb7e9-e139-4058-a1ad-d3972f0195ea", "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9729b3a87044ee5aac05a5e5e733e72"}], "revision_number": 2, "project_id": "c9729b3a87044ee5aac05a5e5e733e72", "id": "8fffb7e9-e139-4058-a1ad-d3972f0195ea", "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-name"}]} 2018-10-04 15:17:35,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=8fffb7e9-e139-4058-a1ad-d3972f0195ea used request id req-49654a77-b58d-421f-9760-f4d8d5597c40 2018-10-04 15:17:35,581 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8fffb7e9-e139-4058-a1ad-d3972f0195ea 2018-10-04 15:17:35,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8fffb7e9-e139-4058-a1ad-d3972f0195ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a277c5be94c59c2f99a0bdf12a9a38ffb310c46b" 2018-10-04 15:17:35,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-acfa8f6c-345e-40b9-86d3-c60900a30dd3 Date: Thu, 04 Oct 2018 15:17:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:17:34Z", "security_group_id": "8fffb7e9-e139-4058-a1ad-d3972f0195ea", "port_range_min": null, "revision_number": 0, "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "created_at": "2018-10-04T15:17:34Z", "project_id": "c9729b3a87044ee5aac05a5e5e733e72", "id": "60ec3088-c8f1-4f27-be07-9283a8cfee53"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:17:34Z", "security_group_id": "8fffb7e9-e139-4058-a1ad-d3972f0195ea", "port_range_min": null, "revision_number": 0, "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "created_at": "2018-10-04T15:17:34Z", "project_id": "c9729b3a87044ee5aac05a5e5e733e72", "id": "d099e8a0-7ab2-4bb3-9c54-cb431a61643d"}]} 2018-10-04 15:17:35,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8fffb7e9-e139-4058-a1ad-d3972f0195ea used request id req-acfa8f6c-345e-40b9-86d3-c60900a30dd3 2018-10-04 15:17:35,610 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:17:35,611 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:17:35,977 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9cf4a73f14aa4b0895fc277ade56ac7e", "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj-role"}], "expires_at": "2018-10-04T16:17:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9729b3a87044ee5aac05a5e5e733e72", "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/c9729b3a87044ee5aac05a5e5e733e72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/c9729b3a87044ee5aac05a5e5e733e72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/c9729b3a87044ee5aac05a5e5e733e72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c9729b3a87044ee5aac05a5e5e733e72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/c9729b3a87044ee5aac05a5e5e733e72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/c9729b3a87044ee5aac05a5e5e733e72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-user", "id": "c8a3dcb4a51d49af9ef2521d6517dd6a"}, "audit_ids": ["UHHNZzANRqWfLT90RtUjdA"], "issued_at": "2018-10-04T15:17:35.000000Z"}} 2018-10-04 15:17:35,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:36,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4ea752e-d8a5-484f-82d0-5d59027ac3fa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:17:36,056 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e4ea752e-d8a5-484f-82d0-5d59027ac3fa 2018-10-04 15:17:36,057 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:17:36,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:36,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84660a07-674b-4103-9f4d-0ed942e456c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:17:36,133 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-84660a07-674b-4103-9f4d-0ed942e456c8 2018-10-04 15:17:36,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:36,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-3c95a9cd-82d2-4e8e-a469-cf5152d55bf6 Date: Thu, 04 Oct 2018 15:17:36 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":["52774e8f-1ed5-4144-88f9-e4ed334e1c11"],"updated_at":"2018-10-04T15:17:31Z","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c9729b3a87044ee5aac05a5e5e733e72","id":"23bef7d5-3b62-4401-85d1-807234318e43","name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net"}]} 2018-10-04 15:17:36,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net used request id req-3c95a9cd-82d2-4e8e-a469-cf5152d55bf6 2018-10-04 15:17:36,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:17:36,330 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:17:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:17:36,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:36,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-944db8bb-d783-480e-9999-3dc751d6dceb Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72"}, "enabled": true, "id": "c9729b3a87044ee5aac05a5e5e733e72", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj"}} 2018-10-04 15:17:36,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72 used request id req-944db8bb-d783-480e-9999-3dc751d6dceb 2018-10-04 15:17:36,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=23bef7d5-3b62-4401-85d1-807234318e43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:36,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-76549eb8-3867-4926-b464-e3b929267497 Date: Thu, 04 Oct 2018 15:17:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:31Z","dns_nameservers":[],"updated_at":"2018-10-04T15:17:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c9729b3a87044ee5aac05a5e5e733e72","id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","subnetpool_id":null,"name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-subnet"}]} 2018-10-04 15:17:36,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=23bef7d5-3b62-4401-85d1-807234318e43 used request id req-76549eb8-3867-4926-b464-e3b929267497 2018-10-04 15:17:36,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=23bef7d5-3b62-4401-85d1-807234318e43&name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:36,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d571cebc-17b4-4f13-bce3-b5549072e250 Date: Thu, 04 Oct 2018 15:17:36 GMT RESP BODY: {"ports":[]} 2018-10-04 15:17:36,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=23bef7d5-3b62-4401-85d1-807234318e43&name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-port&admin_state_up=True used request id req-d571cebc-17b4-4f13-bce3-b5549072e250 2018-10-04 15:17:36,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:37,207 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17: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-b5fa7d16-488d-44f0-a448-3304625b28d4 x-compute-request-id: req-b5fa7d16-488d-44f0-a448-3304625b28d4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:17:37,208 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst used request id req-b5fa7d16-488d-44f0-a448-3304625b28d4 2018-10-04 15:17:37,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:37,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-0427c6a9-368f-4098-8be0-de98bee8148b Date: Thu, 04 Oct 2018 15:17:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["52774e8f-1ed5-4144-88f9-e4ed334e1c11"],"updated_at":"2018-10-04T15:17:31Z","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c9729b3a87044ee5aac05a5e5e733e72","id":"23bef7d5-3b62-4401-85d1-807234318e43","name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net"}]} 2018-10-04 15:17:37,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net used request id req-0427c6a9-368f-4098-8be0-de98bee8148b 2018-10-04 15:17:37,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:37,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94b10c73-b768-461f-9522-aa781df3db4c Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72"}, "enabled": true, "id": "c9729b3a87044ee5aac05a5e5e733e72", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj"}} 2018-10-04 15:17:37,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72 used request id req-94b10c73-b768-461f-9522-aa781df3db4c 2018-10-04 15:17:37,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=23bef7d5-3b62-4401-85d1-807234318e43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:37,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4135ae0a-54fc-465a-85b0-394df51ae92d Date: Thu, 04 Oct 2018 15:17:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:31Z","dns_nameservers":[],"updated_at":"2018-10-04T15:17:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c9729b3a87044ee5aac05a5e5e733e72","id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","subnetpool_id":null,"name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-subnet"}]} 2018-10-04 15:17:37,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=23bef7d5-3b62-4401-85d1-807234318e43 used request id req-4135ae0a-54fc-465a-85b0-394df51ae92d 2018-10-04 15:17:37,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=23bef7d5-3b62-4401-85d1-807234318e43&name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:37,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fb2227f7-85e5-4749-8071-640914b0c069 Date: Thu, 04 Oct 2018 15:17:37 GMT RESP BODY: {"ports":[]} 2018-10-04 15:17:37,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=23bef7d5-3b62-4401-85d1-807234318e43&name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-port&admin_state_up=True used request id req-fb2227f7-85e5-4749-8071-640914b0c069 2018-10-04 15:17:37,883 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:17:37,884 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:17:38,251 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9cf4a73f14aa4b0895fc277ade56ac7e", "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj-role"}], "expires_at": "2018-10-04T16:17:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9729b3a87044ee5aac05a5e5e733e72", "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/c9729b3a87044ee5aac05a5e5e733e72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/c9729b3a87044ee5aac05a5e5e733e72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/c9729b3a87044ee5aac05a5e5e733e72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c9729b3a87044ee5aac05a5e5e733e72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/c9729b3a87044ee5aac05a5e5e733e72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/c9729b3a87044ee5aac05a5e5e733e72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-user", "id": "c8a3dcb4a51d49af9ef2521d6517dd6a"}, "audit_ids": ["KwtWSz7NRLmrLXkC1FdM1g"], "issued_at": "2018-10-04T15:17:38.000000Z"}} 2018-10-04 15:17:38,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1534bf32690fa408b52f1b3c750d620a6d0374dd" 2018-10-04 15:17:38,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3a425f6-2c1e-4dcd-bee2-3723d9e4c8e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:17:38,338 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b3a425f6-2c1e-4dcd-bee2-3723d9e4c8e8 2018-10-04 15:17:38,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:38,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c7c6b520-8eae-4d5c-97f6-9313ada5e28e Date: Thu, 04 Oct 2018 15:17:38 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":["52774e8f-1ed5-4144-88f9-e4ed334e1c11"],"updated_at":"2018-10-04T15:17:31Z","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c9729b3a87044ee5aac05a5e5e733e72","id":"23bef7d5-3b62-4401-85d1-807234318e43","name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net"}]} 2018-10-04 15:17:38,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net used request id req-c7c6b520-8eae-4d5c-97f6-9313ada5e28e 2018-10-04 15:17:38,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=23bef7d5-3b62-4401-85d1-807234318e43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:38,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7f5d6d98-c3ed-49ac-865a-8b3baa4a8979 Date: Thu, 04 Oct 2018 15:17:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:31Z","dns_nameservers":[],"updated_at":"2018-10-04T15:17:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c9729b3a87044ee5aac05a5e5e733e72","id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","subnetpool_id":null,"name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-subnet"}]} 2018-10-04 15:17:38,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=23bef7d5-3b62-4401-85d1-807234318e43 used request id req-7f5d6d98-c3ed-49ac-865a-8b3baa4a8979 2018-10-04 15:17:38,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:39,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-262b725c-1604-47c8-aa41-ced2d74da051 Date: Thu, 04 Oct 2018 15:17:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["52774e8f-1ed5-4144-88f9-e4ed334e1c11"],"updated_at":"2018-10-04T15:17:31Z","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c9729b3a87044ee5aac05a5e5e733e72","id":"23bef7d5-3b62-4401-85d1-807234318e43","name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net"}]} 2018-10-04 15:17:39,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net used request id req-262b725c-1604-47c8-aa41-ced2d74da051 2018-10-04 15:17:39,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:17:39,200 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:17:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:17:39,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1534bf32690fa408b52f1b3c750d620a6d0374dd" 2018-10-04 15:17:39,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57773090-821b-4d7b-9006-ff4a18cd3b68 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72"}, "enabled": true, "id": "c9729b3a87044ee5aac05a5e5e733e72", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj"}} 2018-10-04 15:17:39,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72 used request id req-57773090-821b-4d7b-9006-ff4a18cd3b68 2018-10-04 15:17:39,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=23bef7d5-3b62-4401-85d1-807234318e43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:39,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-11b3669b-51af-4145-a453-91182cff490e Date: Thu, 04 Oct 2018 15:17:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:31Z","dns_nameservers":[],"updated_at":"2018-10-04T15:17:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c9729b3a87044ee5aac05a5e5e733e72","id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","subnetpool_id":null,"name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-subnet"}]} 2018-10-04 15:17:39,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=23bef7d5-3b62-4401-85d1-807234318e43 used request id req-11b3669b-51af-4145-a453-91182cff490e 2018-10-04 15:17:39,333 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net 2018-10-04 15:17:39,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" -d '{"port": {"network_id": "23bef7d5-3b62-4401-85d1-807234318e43", "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-port", "admin_state_up": true}}' 2018-10-04 15:17:40,243 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-e3e3ae10-607a-4d3b-aa78-4ec4109a4deb Date: Thu, 04 Oct 2018 15:17:40 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:17:39Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","ip_address":"10.55.0.10"}],"id":"91150b10-7f57-41d6-b2eb-15e4b704ff5e","security_groups":["5f99dc89-84da-4c19-9daf-d294d4466210"],"mac_address":"fa:16:3e:a6:52:fd","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-port","project_id":"c9729b3a87044ee5aac05a5e5e733e72","qos_policy_id":null,"admin_state_up":true,"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:39Z","binding:vnic_type":"normal"}} 2018-10-04 15:17:40,243 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-e3e3ae10-607a-4d3b-aa78-4ec4109a4deb 2018-10-04 15:17:40,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:40,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-33a32003-061b-457c-a182-dd31cbb24a27 Date: Thu, 04 Oct 2018 15:17:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["52774e8f-1ed5-4144-88f9-e4ed334e1c11"],"updated_at":"2018-10-04T15:17:31Z","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c9729b3a87044ee5aac05a5e5e733e72","id":"23bef7d5-3b62-4401-85d1-807234318e43","name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net"}]} 2018-10-04 15:17:40,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net used request id req-33a32003-061b-457c-a182-dd31cbb24a27 2018-10-04 15:17:40,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:40,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2ebb100-b683-4d2b-8bec-218f65b65cae Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72"}, "enabled": true, "id": "c9729b3a87044ee5aac05a5e5e733e72", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj"}} 2018-10-04 15:17:40,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72 used request id req-d2ebb100-b683-4d2b-8bec-218f65b65cae 2018-10-04 15:17:40,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=23bef7d5-3b62-4401-85d1-807234318e43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:40,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4acc7c91-40be-452d-a8c2-9684d1c5fd7d Date: Thu, 04 Oct 2018 15:17:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:31Z","dns_nameservers":[],"updated_at":"2018-10-04T15:17:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c9729b3a87044ee5aac05a5e5e733e72","id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","subnetpool_id":null,"name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-subnet"}]} 2018-10-04 15:17:40,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=23bef7d5-3b62-4401-85d1-807234318e43 used request id req-4acc7c91-40be-452d-a8c2-9684d1c5fd7d 2018-10-04 15:17:40,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=23bef7d5-3b62-4401-85d1-807234318e43&name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:40,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-3cb33ef1-c3ad-4b7f-9d49-8e6ae97b0def Date: Thu, 04 Oct 2018 15:17:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:17:39Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","ip_address":"10.55.0.10"}],"id":"91150b10-7f57-41d6-b2eb-15e4b704ff5e","security_groups":["5f99dc89-84da-4c19-9daf-d294d4466210"],"mac_address":"fa:16:3e:a6:52:fd","project_id":"c9729b3a87044ee5aac05a5e5e733e72","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-port","admin_state_up":true,"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:39Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:17:40,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=23bef7d5-3b62-4401-85d1-807234318e43&name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-port&admin_state_up=True used request id req-3cb33ef1-c3ad-4b7f-9d49-8e6ae97b0def 2018-10-04 15:17:40,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:40,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5cf429a-babf-403f-bc34-0430f160b1f0 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72"}, "enabled": true, "id": "c9729b3a87044ee5aac05a5e5e733e72", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj"}} 2018-10-04 15:17:40,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72 used request id req-e5cf429a-babf-403f-bc34-0430f160b1f0 2018-10-04 15:17:40,951 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst 2018-10-04 15:17:40,954 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:40,980 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a46f9cda-945d-48c2-b9f2-fab4d1352433 x-compute-request-id: req-a46f9cda-945d-48c2-b9f2-fab4d1352433 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "610fc96d-c264-40c7-a337-4659bc10d5bc", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/610fc96d-c264-40c7-a337-4659bc10d5bc", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/610fc96d-c264-40c7-a337-4659bc10d5bc", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-flavor-name"}]} 2018-10-04 15:17:40,980 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-a46f9cda-945d-48c2-b9f2-fab4d1352433 2018-10-04 15:17:40,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/610fc96d-c264-40c7-a337-4659bc10d5bc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:41,003 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-439b0aab-706d-4442-9cf9-c76fd878215c x-compute-request-id: req-439b0aab-706d-4442-9cf9-c76fd878215c Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/610fc96d-c264-40c7-a337-4659bc10d5bc", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/610fc96d-c264-40c7-a337-4659bc10d5bc", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "610fc96d-c264-40c7-a337-4659bc10d5bc", "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:17:41,003 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/610fc96d-c264-40c7-a337-4659bc10d5bc used request id req-439b0aab-706d-4442-9cf9-c76fd878215c 2018-10-04 15:17:41,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:41,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-21621e8f-e260-428d-a74a-31752f9b91b2 Date: Thu, 04 Oct 2018 15:17:41 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:17:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:17:29Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b/snap", "metadata": {}}], "self": "/v2/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "min_disk": 0, "protected": false, "id": "52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "file": "/v2/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9729b3a87044ee5aac05a5e5e733e72", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-image"} 2018-10-04 15:17:41,181 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-image used request id req-21621e8f-e260-428d-a74a-31752f9b91b2 2018-10-04 15:17:41,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:41,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8261d358-af27-471b-b0e0-9a0937be35ef Date: Thu, 04 Oct 2018 15:17:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:17:41,329 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-8261d358-af27-471b-b0e0-9a0937be35ef 2018-10-04 15:17:41,335 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" -d '{"server": {"name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst", "imageRef": "52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "flavorRef": "610fc96d-c264-40c7-a337-4659bc10d5bc", "max_count": 1, "min_count": 1, "networks": [{"port": "91150b10-7f57-41d6-b2eb-15e4b704ff5e"}]}}' 2018-10-04 15:17:42,522 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:17:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-423509aa-0544-423c-a0a1-8171693205ad x-compute-request-id: req-423509aa-0544-423c-a0a1-8171693205ad Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "29a36fcb-2f5f-404c-b3ea-b20e16afa623", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "bookmark"}], "adminPass": "EgZCqy4hANSa"}} 2018-10-04 15:17:42,522 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-423509aa-0544-423c-a0a1-8171693205ad 2018-10-04 15:17:42,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:42,883 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be804cb8-a571-43d5-bf93-ad378003ce23 x-compute-request-id: req-be804cb8-a571-43d5-bf93-ad378003ce23 Content-Encoding: gzip Content-Length: 610 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "bookmark"}], "image": {"id": "52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "links": [{"href": "http://172.30.9.23:8774/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "610fc96d-c264-40c7-a337-4659bc10d5bc", "links": [{"href": "http://172.30.9.23:8774/flavors/610fc96d-c264-40c7-a337-4659bc10d5bc", "rel": "bookmark"}]}, "id": "29a36fcb-2f5f-404c-b3ea-b20e16afa623", "user_id": "c8a3dcb4a51d49af9ef2521d6517dd6a", "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-10-04T15:17:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst", "created": "2018-10-04T15:17:42Z", "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:17:42,884 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 used request id req-be804cb8-a571-43d5-bf93-ad378003ce23 2018-10-04 15:17:42,884 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst 2018-10-04 15:17:42,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:43,094 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dbaa32d4-2eee-49f4-b093-57d76ab55f61 x-compute-request-id: req-dbaa32d4-2eee-49f4-b093-57d76ab55f61 Content-Encoding: gzip Content-Length: 610 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "bookmark"}], "image": {"id": "52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "links": [{"href": "http://172.30.9.23:8774/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "610fc96d-c264-40c7-a337-4659bc10d5bc", "links": [{"href": "http://172.30.9.23:8774/flavors/610fc96d-c264-40c7-a337-4659bc10d5bc", "rel": "bookmark"}]}, "id": "29a36fcb-2f5f-404c-b3ea-b20e16afa623", "user_id": "c8a3dcb4a51d49af9ef2521d6517dd6a", "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-10-04T15:17:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst", "created": "2018-10-04T15:17:42Z", "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:17:43,094 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 used request id req-dbaa32d4-2eee-49f4-b093-57d76ab55f61 2018-10-04 15:17:43,095 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst] is - BUILD 2018-10-04 15:17:43,095 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:17:46,098 - create_instance - DEBUG - VM status query timeout in 896.786329985 2018-10-04 15:17:46,101 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:46,548 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17: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-735ccecd-78a0-4ae8-b319-010b4cdc0b12 x-compute-request-id: req-735ccecd-78a0-4ae8-b319-010b4cdc0b12 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "bookmark"}], "image": {"id": "52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "links": [{"href": "http://172.30.9.23:8774/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "610fc96d-c264-40c7-a337-4659bc10d5bc", "links": [{"href": "http://172.30.9.23:8774/flavors/610fc96d-c264-40c7-a337-4659bc10d5bc", "rel": "bookmark"}]}, "id": "29a36fcb-2f5f-404c-b3ea-b20e16afa623", "security_groups": [{"name": "default"}], "user_id": "c8a3dcb4a51d49af9ef2521d6517dd6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:17:43Z", "hostId": "ad0854097ef0267b5be7463164dbde9b3cfb517238b89583f8c87a72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst", "created": "2018-10-04T15:17:42Z", "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:17:46,549 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 used request id req-735ccecd-78a0-4ae8-b319-010b4cdc0b12 2018-10-04 15:17:46,549 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst] is - BUILD 2018-10-04 15:17:46,549 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:17:49,552 - create_instance - DEBUG - VM status query timeout in 893.332094908 2018-10-04 15:17:49,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:50,281 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17: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-d306c9a5-6f2c-4db5-94ae-e857e7252bbd x-compute-request-id: req-d306c9a5-6f2c-4db5-94ae-e857e7252bbd Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:52:fd", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "bookmark"}], "image": {"id": "52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "links": [{"href": "http://172.30.9.23:8774/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:17:44.000000", "flavor": {"id": "610fc96d-c264-40c7-a337-4659bc10d5bc", "links": [{"href": "http://172.30.9.23:8774/flavors/610fc96d-c264-40c7-a337-4659bc10d5bc", "rel": "bookmark"}]}, "id": "29a36fcb-2f5f-404c-b3ea-b20e16afa623", "security_groups": [{"name": "default"}], "user_id": "c8a3dcb4a51d49af9ef2521d6517dd6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:17:47Z", "hostId": "ad0854097ef0267b5be7463164dbde9b3cfb517238b89583f8c87a72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst", "created": "2018-10-04T15:17:42Z", "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:17:50,282 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 used request id req-d306c9a5-6f2c-4db5-94ae-e857e7252bbd 2018-10-04 15:17:50,282 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst] is - ACTIVE 2018-10-04 15:17:50,282 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:17:50,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:50,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a3fe3c4-b066-457e-bec3-293b7b271915 x-compute-request-id: req-8a3fe3c4-b066-457e-bec3-293b7b271915 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:52:fd", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "bookmark"}], "image": {"id": "52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "links": [{"href": "http://172.30.9.23:8774/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:17:44.000000", "flavor": {"id": "610fc96d-c264-40c7-a337-4659bc10d5bc", "links": [{"href": "http://172.30.9.23:8774/flavors/610fc96d-c264-40c7-a337-4659bc10d5bc", "rel": "bookmark"}]}, "id": "29a36fcb-2f5f-404c-b3ea-b20e16afa623", "security_groups": [{"name": "default"}], "user_id": "c8a3dcb4a51d49af9ef2521d6517dd6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:17:47Z", "hostId": "ad0854097ef0267b5be7463164dbde9b3cfb517238b89583f8c87a72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst", "created": "2018-10-04T15:17:42Z", "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:17:50,605 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 used request id req-8a3fe3c4-b066-457e-bec3-293b7b271915 2018-10-04 15:17:50,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:50,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-756fbe6d-04ce-49d7-b3d7-f8d14bd2512e Date: Thu, 04 Oct 2018 15:17: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":["52774e8f-1ed5-4144-88f9-e4ed334e1c11"],"updated_at":"2018-10-04T15:17:31Z","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c9729b3a87044ee5aac05a5e5e733e72","id":"23bef7d5-3b62-4401-85d1-807234318e43","name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net"}]} 2018-10-04 15:17:50,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net used request id req-756fbe6d-04ce-49d7-b3d7-f8d14bd2512e 2018-10-04 15:17:50,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:50,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a99cbe12-6316-4c2e-92e0-9400e9e6d7d8 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72"}, "enabled": true, "id": "c9729b3a87044ee5aac05a5e5e733e72", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj"}} 2018-10-04 15:17:50,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72 used request id req-a99cbe12-6316-4c2e-92e0-9400e9e6d7d8 2018-10-04 15:17:50,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=23bef7d5-3b62-4401-85d1-807234318e43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:50,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b3b0d276-e8f0-4650-964a-abad289b213c Date: Thu, 04 Oct 2018 15:17:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:31Z","dns_nameservers":[],"updated_at":"2018-10-04T15:17:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c9729b3a87044ee5aac05a5e5e733e72","id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","subnetpool_id":null,"name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-subnet"}]} 2018-10-04 15:17:50,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=23bef7d5-3b62-4401-85d1-807234318e43 used request id req-b3b0d276-e8f0-4650-964a-abad289b213c 2018-10-04 15:17:51,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=23bef7d5-3b62-4401-85d1-807234318e43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:51,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-03a61a15-9be5-4c72-aaf5-58d9648e42a1 Date: Thu, 04 Oct 2018 15:17:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:17:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","ip_address":"10.55.0.3"}],"id":"882e300b-7360-4cd8-923e-bf5e089f6b4c","security_groups":[],"mac_address":"fa:16:3e:1b:84:2e","project_id":"c9729b3a87044ee5aac05a5e5e733e72","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:32Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-23bef7d5-3b62-4401-85d1-807234318e43"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:17:47Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","ip_address":"10.55.0.10"}],"id":"91150b10-7f57-41d6-b2eb-15e4b704ff5e","security_groups":["5f99dc89-84da-4c19-9daf-d294d4466210"],"mac_address":"fa:16:3e:a6:52:fd","project_id":"c9729b3a87044ee5aac05a5e5e733e72","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-port","admin_state_up":true,"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:39Z","binding:vnic_type":"normal","device_id":"29a36fcb-2f5f-404c-b3ea-b20e16afa623"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:17:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","ip_address":"10.55.0.2"}],"id":"a20d2ad8-7a90-4dca-8038-e2fb2d911bf7","security_groups":[],"mac_address":"fa:16:3e:87:1f:64","project_id":"c9729b3a87044ee5aac05a5e5e733e72","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:32Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-23bef7d5-3b62-4401-85d1-807234318e43"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:17:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","ip_address":"10.55.0.4"}],"id":"cd74add9-015b-4578-aaab-e79d85bfaa82","security_groups":[],"mac_address":"fa:16:3e:d6:f3:ea","project_id":"c9729b3a87044ee5aac05a5e5e733e72","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-23bef7d5-3b62-4401-85d1-807234318e43"}]} 2018-10-04 15:17:51,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=23bef7d5-3b62-4401-85d1-807234318e43 used request id req-03a61a15-9be5-4c72-aaf5-58d9648e42a1 2018-10-04 15:17:51,102 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:51,585 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17: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-2c5bb890-b809-49d4-9e09-ab21999f3688 x-compute-request-id: req-2c5bb890-b809-49d4-9e09-ab21999f3688 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:52:fd", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "bookmark"}], "image": {"id": "52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "links": [{"href": "http://172.30.9.23:8774/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:17:44.000000", "flavor": {"id": "610fc96d-c264-40c7-a337-4659bc10d5bc", "links": [{"href": "http://172.30.9.23:8774/flavors/610fc96d-c264-40c7-a337-4659bc10d5bc", "rel": "bookmark"}]}, "id": "29a36fcb-2f5f-404c-b3ea-b20e16afa623", "security_groups": [{"name": "default"}], "user_id": "c8a3dcb4a51d49af9ef2521d6517dd6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:17:47Z", "hostId": "ad0854097ef0267b5be7463164dbde9b3cfb517238b89583f8c87a72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst", "created": "2018-10-04T15:17:42Z", "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:17:51,585 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 used request id req-2c5bb890-b809-49d4-9e09-ab21999f3688 2018-10-04 15:17:51,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:51,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-1f9de2f1-7466-4022-b065-e0353a4dd67f Date: Thu, 04 Oct 2018 15:17:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["52774e8f-1ed5-4144-88f9-e4ed334e1c11"],"updated_at":"2018-10-04T15:17:31Z","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c9729b3a87044ee5aac05a5e5e733e72","id":"23bef7d5-3b62-4401-85d1-807234318e43","name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net"}]} 2018-10-04 15:17:51,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net used request id req-1f9de2f1-7466-4022-b065-e0353a4dd67f 2018-10-04 15:17:51,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:51,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2926ce5-c420-4840-909c-92a2d15859d9 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72"}, "enabled": true, "id": "c9729b3a87044ee5aac05a5e5e733e72", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj"}} 2018-10-04 15:17:51,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72 used request id req-a2926ce5-c420-4840-909c-92a2d15859d9 2018-10-04 15:17:51,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=23bef7d5-3b62-4401-85d1-807234318e43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:51,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2431d4c5-8f6e-4eb4-a6c6-5c9cb7113bb8 Date: Thu, 04 Oct 2018 15:17:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:31Z","dns_nameservers":[],"updated_at":"2018-10-04T15:17:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c9729b3a87044ee5aac05a5e5e733e72","id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","subnetpool_id":null,"name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-subnet"}]} 2018-10-04 15:17:51,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=23bef7d5-3b62-4401-85d1-807234318e43 used request id req-2431d4c5-8f6e-4eb4-a6c6-5c9cb7113bb8 2018-10-04 15:17:51,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=23bef7d5-3b62-4401-85d1-807234318e43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:52,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-0ae12f90-5283-43bb-aaec-ad0e246ae64e Date: Thu, 04 Oct 2018 15:17:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:17:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","ip_address":"10.55.0.3"}],"id":"882e300b-7360-4cd8-923e-bf5e089f6b4c","security_groups":[],"mac_address":"fa:16:3e:1b:84:2e","project_id":"c9729b3a87044ee5aac05a5e5e733e72","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:32Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-23bef7d5-3b62-4401-85d1-807234318e43"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:17:47Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","ip_address":"10.55.0.10"}],"id":"91150b10-7f57-41d6-b2eb-15e4b704ff5e","security_groups":["5f99dc89-84da-4c19-9daf-d294d4466210"],"mac_address":"fa:16:3e:a6:52:fd","project_id":"c9729b3a87044ee5aac05a5e5e733e72","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-port","admin_state_up":true,"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:39Z","binding:vnic_type":"normal","device_id":"29a36fcb-2f5f-404c-b3ea-b20e16afa623"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:17:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","ip_address":"10.55.0.2"}],"id":"a20d2ad8-7a90-4dca-8038-e2fb2d911bf7","security_groups":[],"mac_address":"fa:16:3e:87:1f:64","project_id":"c9729b3a87044ee5aac05a5e5e733e72","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:32Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-23bef7d5-3b62-4401-85d1-807234318e43"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:17:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","ip_address":"10.55.0.4"}],"id":"cd74add9-015b-4578-aaab-e79d85bfaa82","security_groups":[],"mac_address":"fa:16:3e:d6:f3:ea","project_id":"c9729b3a87044ee5aac05a5e5e733e72","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-23bef7d5-3b62-4401-85d1-807234318e43"}]} 2018-10-04 15:17:52,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=23bef7d5-3b62-4401-85d1-807234318e43 used request id req-0ae12f90-5283-43bb-aaec-ad0e246ae64e 2018-10-04 15:17:52,096 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:17:52,479 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9cf4a73f14aa4b0895fc277ade56ac7e", "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj-role"}], "expires_at": "2018-10-04T16:17:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9729b3a87044ee5aac05a5e5e733e72", "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/c9729b3a87044ee5aac05a5e5e733e72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/c9729b3a87044ee5aac05a5e5e733e72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/c9729b3a87044ee5aac05a5e5e733e72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/c9729b3a87044ee5aac05a5e5e733e72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c9729b3a87044ee5aac05a5e5e733e72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/c9729b3a87044ee5aac05a5e5e733e72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/c9729b3a87044ee5aac05a5e5e733e72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-user", "id": "c8a3dcb4a51d49af9ef2521d6517dd6a"}, "audit_ids": ["ycw12lHDRJyDP2ttQQX81w"], "issued_at": "2018-10-04T15:17:52.000000Z"}} 2018-10-04 15:17:52,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31e3c9a1872503cbca45a1e80aacd7064ecbe0db" 2018-10-04 15:17:53,360 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40afb48d-f581-4ccd-8ae1-32d4799e38d9 x-compute-request-id: req-40afb48d-f581-4ccd-8ae1-32d4799e38d9 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:52:fd", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "bookmark"}], "image": {"id": "52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "links": [{"href": "http://172.30.9.23:8774/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:17:44.000000", "flavor": {"id": "610fc96d-c264-40c7-a337-4659bc10d5bc", "links": [{"href": "http://172.30.9.23:8774/flavors/610fc96d-c264-40c7-a337-4659bc10d5bc", "rel": "bookmark"}]}, "id": "29a36fcb-2f5f-404c-b3ea-b20e16afa623", "security_groups": [{"name": "default"}], "user_id": "c8a3dcb4a51d49af9ef2521d6517dd6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:17:47Z", "hostId": "ad0854097ef0267b5be7463164dbde9b3cfb517238b89583f8c87a72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst", "created": "2018-10-04T15:17:42Z", "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:17:53,360 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 used request id req-40afb48d-f581-4ccd-8ae1-32d4799e38d9 2018-10-04 15:17:53,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:54,103 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17: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-e24ac117-3875-401c-99c9-331ec7c35519 x-compute-request-id: req-e24ac117-3875-401c-99c9-331ec7c35519 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:52:fd", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "bookmark"}], "image": {"id": "52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "links": [{"href": "http://172.30.9.23:8774/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:17:44.000000", "flavor": {"id": "610fc96d-c264-40c7-a337-4659bc10d5bc", "links": [{"href": "http://172.30.9.23:8774/flavors/610fc96d-c264-40c7-a337-4659bc10d5bc", "rel": "bookmark"}]}, "id": "29a36fcb-2f5f-404c-b3ea-b20e16afa623", "security_groups": [{"name": "default"}], "user_id": "c8a3dcb4a51d49af9ef2521d6517dd6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:17:47Z", "hostId": "ad0854097ef0267b5be7463164dbde9b3cfb517238b89583f8c87a72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst", "created": "2018-10-04T15:17:42Z", "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:17:54,103 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 used request id req-e24ac117-3875-401c-99c9-331ec7c35519 2018-10-04 15:17:54,104 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst] is - ACTIVE 2018-10-04 15:17:54,104 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:17:54,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:54,713 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9e81e12-9f4a-4c09-afdb-2d6c503415f9 x-compute-request-id: req-e9e81e12-9f4a-4c09-afdb-2d6c503415f9 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:52:fd", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "bookmark"}], "image": {"id": "52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "links": [{"href": "http://172.30.9.23:8774/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:17:44.000000", "flavor": {"id": "610fc96d-c264-40c7-a337-4659bc10d5bc", "links": [{"href": "http://172.30.9.23:8774/flavors/610fc96d-c264-40c7-a337-4659bc10d5bc", "rel": "bookmark"}]}, "id": "29a36fcb-2f5f-404c-b3ea-b20e16afa623", "security_groups": [{"name": "default"}], "user_id": "c8a3dcb4a51d49af9ef2521d6517dd6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:17:47Z", "hostId": "ad0854097ef0267b5be7463164dbde9b3cfb517238b89583f8c87a72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst", "created": "2018-10-04T15:17:42Z", "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:17:54,713 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 used request id req-e9e81e12-9f4a-4c09-afdb-2d6c503415f9 2018-10-04 15:17:54,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:54,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-85b28ca6-9f1d-4752-9117-a717e6094640 Date: Thu, 04 Oct 2018 15:17:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["52774e8f-1ed5-4144-88f9-e4ed334e1c11"],"updated_at":"2018-10-04T15:17:31Z","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c9729b3a87044ee5aac05a5e5e733e72","id":"23bef7d5-3b62-4401-85d1-807234318e43","name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net"}]} 2018-10-04 15:17:54,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net used request id req-85b28ca6-9f1d-4752-9117-a717e6094640 2018-10-04 15:17:54,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:54,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cb72701-9963-45c3-99f3-1cdb4f53c86b Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72"}, "enabled": true, "id": "c9729b3a87044ee5aac05a5e5e733e72", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj"}} 2018-10-04 15:17:54,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72 used request id req-3cb72701-9963-45c3-99f3-1cdb4f53c86b 2018-10-04 15:17:54,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=23bef7d5-3b62-4401-85d1-807234318e43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:54,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a65e3812-2505-4924-be8f-8bbdf40e482a Date: Thu, 04 Oct 2018 15:17:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:31Z","dns_nameservers":[],"updated_at":"2018-10-04T15:17:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c9729b3a87044ee5aac05a5e5e733e72","id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","subnetpool_id":null,"name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-subnet"}]} 2018-10-04 15:17:54,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=23bef7d5-3b62-4401-85d1-807234318e43 used request id req-a65e3812-2505-4924-be8f-8bbdf40e482a 2018-10-04 15:17:54,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=23bef7d5-3b62-4401-85d1-807234318e43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:55,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-303e90df-5839-4615-9a5d-427548afca6f Date: Thu, 04 Oct 2018 15:17:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:17:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","ip_address":"10.55.0.3"}],"id":"882e300b-7360-4cd8-923e-bf5e089f6b4c","security_groups":[],"mac_address":"fa:16:3e:1b:84:2e","project_id":"c9729b3a87044ee5aac05a5e5e733e72","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:32Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-23bef7d5-3b62-4401-85d1-807234318e43"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:17:47Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","ip_address":"10.55.0.10"}],"id":"91150b10-7f57-41d6-b2eb-15e4b704ff5e","security_groups":["5f99dc89-84da-4c19-9daf-d294d4466210"],"mac_address":"fa:16:3e:a6:52:fd","project_id":"c9729b3a87044ee5aac05a5e5e733e72","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-port","admin_state_up":true,"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:39Z","binding:vnic_type":"normal","device_id":"29a36fcb-2f5f-404c-b3ea-b20e16afa623"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:17:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","ip_address":"10.55.0.2"}],"id":"a20d2ad8-7a90-4dca-8038-e2fb2d911bf7","security_groups":[],"mac_address":"fa:16:3e:87:1f:64","project_id":"c9729b3a87044ee5aac05a5e5e733e72","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:32Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-23bef7d5-3b62-4401-85d1-807234318e43"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:17:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","ip_address":"10.55.0.4"}],"id":"cd74add9-015b-4578-aaab-e79d85bfaa82","security_groups":[],"mac_address":"fa:16:3e:d6:f3:ea","project_id":"c9729b3a87044ee5aac05a5e5e733e72","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-23bef7d5-3b62-4401-85d1-807234318e43"}]} 2018-10-04 15:17:55,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=23bef7d5-3b62-4401-85d1-807234318e43 used request id req-303e90df-5839-4615-9a5d-427548afca6f 2018-10-04 15:17:55,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:55,654 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e44f5a4f-a609-4c84-bb1b-b1a61870760e x-compute-request-id: req-e44f5a4f-a609-4c84-bb1b-b1a61870760e Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:52:fd", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "bookmark"}], "image": {"id": "52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "links": [{"href": "http://172.30.9.23:8774/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:17:44.000000", "flavor": {"id": "610fc96d-c264-40c7-a337-4659bc10d5bc", "links": [{"href": "http://172.30.9.23:8774/flavors/610fc96d-c264-40c7-a337-4659bc10d5bc", "rel": "bookmark"}]}, "id": "29a36fcb-2f5f-404c-b3ea-b20e16afa623", "security_groups": [{"name": "default"}], "user_id": "c8a3dcb4a51d49af9ef2521d6517dd6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:17:47Z", "hostId": "ad0854097ef0267b5be7463164dbde9b3cfb517238b89583f8c87a72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst", "created": "2018-10-04T15:17:42Z", "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:17:55,654 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 used request id req-e44f5a4f-a609-4c84-bb1b-b1a61870760e 2018-10-04 15:17:55,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:55,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-6a796640-b2f4-4eea-9c93-8723ed4d14b6 Date: Thu, 04 Oct 2018 15:17:55 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":["52774e8f-1ed5-4144-88f9-e4ed334e1c11"],"updated_at":"2018-10-04T15:17:31Z","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c9729b3a87044ee5aac05a5e5e733e72","id":"23bef7d5-3b62-4401-85d1-807234318e43","name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net"}]} 2018-10-04 15:17:55,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net used request id req-6a796640-b2f4-4eea-9c93-8723ed4d14b6 2018-10-04 15:17:55,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:55,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-226b8cc5-b3bf-452b-a2e6-7d359061f111 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72"}, "enabled": true, "id": "c9729b3a87044ee5aac05a5e5e733e72", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj"}} 2018-10-04 15:17:55,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72 used request id req-226b8cc5-b3bf-452b-a2e6-7d359061f111 2018-10-04 15:17:55,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=23bef7d5-3b62-4401-85d1-807234318e43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:55,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a35dd85b-c0d1-4666-8056-43841b882a4b Date: Thu, 04 Oct 2018 15:17:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:31Z","dns_nameservers":[],"updated_at":"2018-10-04T15:17:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c9729b3a87044ee5aac05a5e5e733e72","id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","subnetpool_id":null,"name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-subnet"}]} 2018-10-04 15:17:55,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=23bef7d5-3b62-4401-85d1-807234318e43 used request id req-a35dd85b-c0d1-4666-8056-43841b882a4b 2018-10-04 15:17:55,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=23bef7d5-3b62-4401-85d1-807234318e43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:55,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-e77b77a4-9038-49d6-9273-5325845db9fd Date: Thu, 04 Oct 2018 15:17:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:17:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","ip_address":"10.55.0.3"}],"id":"882e300b-7360-4cd8-923e-bf5e089f6b4c","security_groups":[],"mac_address":"fa:16:3e:1b:84:2e","project_id":"c9729b3a87044ee5aac05a5e5e733e72","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:32Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-23bef7d5-3b62-4401-85d1-807234318e43"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:17:47Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","ip_address":"10.55.0.10"}],"id":"91150b10-7f57-41d6-b2eb-15e4b704ff5e","security_groups":["5f99dc89-84da-4c19-9daf-d294d4466210"],"mac_address":"fa:16:3e:a6:52:fd","project_id":"c9729b3a87044ee5aac05a5e5e733e72","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-port","admin_state_up":true,"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:39Z","binding:vnic_type":"normal","device_id":"29a36fcb-2f5f-404c-b3ea-b20e16afa623"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:17:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","ip_address":"10.55.0.2"}],"id":"a20d2ad8-7a90-4dca-8038-e2fb2d911bf7","security_groups":[],"mac_address":"fa:16:3e:87:1f:64","project_id":"c9729b3a87044ee5aac05a5e5e733e72","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:32Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-23bef7d5-3b62-4401-85d1-807234318e43"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:17:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","ip_address":"10.55.0.4"}],"id":"cd74add9-015b-4578-aaab-e79d85bfaa82","security_groups":[],"mac_address":"fa:16:3e:d6:f3:ea","project_id":"c9729b3a87044ee5aac05a5e5e733e72","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-23bef7d5-3b62-4401-85d1-807234318e43"}]} 2018-10-04 15:17:55,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=23bef7d5-3b62-4401-85d1-807234318e43 used request id req-e77b77a4-9038-49d6-9273-5325845db9fd 2018-10-04 15:17:55,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" -d '{"removeSecurityGroup": {"name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-name"}}' 2018-10-04 15:17:56,551 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:17:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-21d0277b-8c88-42bb-adbd-11e1a09c955d x-compute-request-id: req-21d0277b-8c88-42bb-adbd-11e1a09c955d Content-Length: 199 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Security group InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-name not associated with the instance 29a36fcb-2f5f-404c-b3ea-b20e16afa623", "code": 404}} 2018-10-04 15:17:56,552 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623/action used request id req-21d0277b-8c88-42bb-adbd-11e1a09c955d 2018-10-04 15:17:56,552 - create_instance - WARNING - Security group not removed - Security group InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-name not associated with the instance 29a36fcb-2f5f-404c-b3ea-b20e16afa623 (HTTP 404) (Request-ID: req-21d0277b-8c88-42bb-adbd-11e1a09c955d) 2018-10-04 15:17:56,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:57,154 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5565125d-8cfc-4bc0-9e34-b282dfffd436 x-compute-request-id: req-5565125d-8cfc-4bc0-9e34-b282dfffd436 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:52:fd", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "bookmark"}], "image": {"id": "52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "links": [{"href": "http://172.30.9.23:8774/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:17:44.000000", "flavor": {"id": "610fc96d-c264-40c7-a337-4659bc10d5bc", "links": [{"href": "http://172.30.9.23:8774/flavors/610fc96d-c264-40c7-a337-4659bc10d5bc", "rel": "bookmark"}]}, "id": "29a36fcb-2f5f-404c-b3ea-b20e16afa623", "security_groups": [{"name": "default"}], "user_id": "c8a3dcb4a51d49af9ef2521d6517dd6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:17:47Z", "hostId": "ad0854097ef0267b5be7463164dbde9b3cfb517238b89583f8c87a72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst", "created": "2018-10-04T15:17:42Z", "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:17:57,154 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 used request id req-5565125d-8cfc-4bc0-9e34-b282dfffd436 2018-10-04 15:17:57,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:57,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-005134e5-534f-4472-b292-12bdddcea0df Date: Thu, 04 Oct 2018 15:17:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["52774e8f-1ed5-4144-88f9-e4ed334e1c11"],"updated_at":"2018-10-04T15:17:31Z","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c9729b3a87044ee5aac05a5e5e733e72","id":"23bef7d5-3b62-4401-85d1-807234318e43","name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net"}]} 2018-10-04 15:17:57,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net used request id req-005134e5-534f-4472-b292-12bdddcea0df 2018-10-04 15:17:57,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:57,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e578d5ad-d4d8-44a0-9cd3-815be36bfd45 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72"}, "enabled": true, "id": "c9729b3a87044ee5aac05a5e5e733e72", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj"}} 2018-10-04 15:17:57,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72 used request id req-e578d5ad-d4d8-44a0-9cd3-815be36bfd45 2018-10-04 15:17:57,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=23bef7d5-3b62-4401-85d1-807234318e43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:57,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-af2833fa-290d-4078-8d8f-70e9a94652d1 Date: Thu, 04 Oct 2018 15:17:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:31Z","dns_nameservers":[],"updated_at":"2018-10-04T15:17:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c9729b3a87044ee5aac05a5e5e733e72","id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","subnetpool_id":null,"name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-subnet"}]} 2018-10-04 15:17:57,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=23bef7d5-3b62-4401-85d1-807234318e43 used request id req-af2833fa-290d-4078-8d8f-70e9a94652d1 2018-10-04 15:17:57,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=23bef7d5-3b62-4401-85d1-807234318e43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:57,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-b9e793d3-c6a6-447f-b7d2-c26f67d88828 Date: Thu, 04 Oct 2018 15:17:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:17:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","ip_address":"10.55.0.3"}],"id":"882e300b-7360-4cd8-923e-bf5e089f6b4c","security_groups":[],"mac_address":"fa:16:3e:1b:84:2e","project_id":"c9729b3a87044ee5aac05a5e5e733e72","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:32Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-23bef7d5-3b62-4401-85d1-807234318e43"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:17:47Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","ip_address":"10.55.0.10"}],"id":"91150b10-7f57-41d6-b2eb-15e4b704ff5e","security_groups":["5f99dc89-84da-4c19-9daf-d294d4466210"],"mac_address":"fa:16:3e:a6:52:fd","project_id":"c9729b3a87044ee5aac05a5e5e733e72","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-port","admin_state_up":true,"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:39Z","binding:vnic_type":"normal","device_id":"29a36fcb-2f5f-404c-b3ea-b20e16afa623"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:17:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","ip_address":"10.55.0.2"}],"id":"a20d2ad8-7a90-4dca-8038-e2fb2d911bf7","security_groups":[],"mac_address":"fa:16:3e:87:1f:64","project_id":"c9729b3a87044ee5aac05a5e5e733e72","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:32Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-23bef7d5-3b62-4401-85d1-807234318e43"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:17:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"52774e8f-1ed5-4144-88f9-e4ed334e1c11","ip_address":"10.55.0.4"}],"id":"cd74add9-015b-4578-aaab-e79d85bfaa82","security_groups":[],"mac_address":"fa:16:3e:d6:f3:ea","project_id":"c9729b3a87044ee5aac05a5e5e733e72","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"23bef7d5-3b62-4401-85d1-807234318e43","tenant_id":"c9729b3a87044ee5aac05a5e5e733e72","created_at":"2018-10-04T15:17:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-23bef7d5-3b62-4401-85d1-807234318e43"}]} 2018-10-04 15:17:57,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=23bef7d5-3b62-4401-85d1-807234318e43 used request id req-b9e793d3-c6a6-447f-b7d2-c26f67d88828 2018-10-04 15:17:57,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31e3c9a1872503cbca45a1e80aacd7064ecbe0db" 2018-10-04 15:17:58,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d692be10-ef0d-41bf-bf8c-0561a7d25038 x-compute-request-id: req-d692be10-ef0d-41bf-bf8c-0561a7d25038 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:52:fd", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "bookmark"}], "image": {"id": "52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "links": [{"href": "http://172.30.9.23:8774/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:17:44.000000", "flavor": {"id": "610fc96d-c264-40c7-a337-4659bc10d5bc", "links": [{"href": "http://172.30.9.23:8774/flavors/610fc96d-c264-40c7-a337-4659bc10d5bc", "rel": "bookmark"}]}, "id": "29a36fcb-2f5f-404c-b3ea-b20e16afa623", "security_groups": [{"name": "default"}], "user_id": "c8a3dcb4a51d49af9ef2521d6517dd6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:17:47Z", "hostId": "ad0854097ef0267b5be7463164dbde9b3cfb517238b89583f8c87a72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst", "created": "2018-10-04T15:17:42Z", "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:17:58,300 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 used request id req-d692be10-ef0d-41bf-bf8c-0561a7d25038 2018-10-04 15:17:58,300 - create_instance - INFO - Deleting Port with ID - 91150b10-7f57-41d6-b2eb-15e4b704ff5e 2018-10-04 15:17:58,300 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-port 2018-10-04 15:17:58,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/91150b10-7f57-41d6-b2eb-15e4b704ff5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:58,968 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a82cd83d-5398-4124-97d4-3c4e44e0ab41 Date: Thu, 04 Oct 2018 15:17:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:17:58,968 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/91150b10-7f57-41d6-b2eb-15e4b704ff5e used request id req-a82cd83d-5398-4124-97d4-3c4e44e0ab41 2018-10-04 15:17:58,968 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst 2018-10-04 15:17:58,971 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:59,184 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:17:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2f3ac256-138a-4ba6-8eb9-8d09f876bd9c x-compute-request-id: req-2f3ac256-138a-4ba6-8eb9-8d09f876bd9c Content-Type: application/json 2018-10-04 15:17:59,184 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 used request id req-2f3ac256-138a-4ba6-8eb9-8d09f876bd9c 2018-10-04 15:17:59,185 - create_instance - INFO - Checking deletion status 2018-10-04 15:17:59,188 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:17:59,430 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:17:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb1c25c5-9be6-4ed5-8e9b-fa889a14806c x-compute-request-id: req-bb1c25c5-9be6-4ed5-8e9b-fa889a14806c Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "bookmark"}], "image": {"id": "52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "links": [{"href": "http://172.30.9.23:8774/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:17:44.000000", "flavor": {"id": "610fc96d-c264-40c7-a337-4659bc10d5bc", "links": [{"href": "http://172.30.9.23:8774/flavors/610fc96d-c264-40c7-a337-4659bc10d5bc", "rel": "bookmark"}]}, "id": "29a36fcb-2f5f-404c-b3ea-b20e16afa623", "user_id": "c8a3dcb4a51d49af9ef2521d6517dd6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:17:59Z", "hostId": "ad0854097ef0267b5be7463164dbde9b3cfb517238b89583f8c87a72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst", "created": "2018-10-04T15:17:42Z", "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:17:59,430 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 used request id req-bb1c25c5-9be6-4ed5-8e9b-fa889a14806c 2018-10-04 15:17:59,431 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst] is - ACTIVE 2018-10-04 15:17:59,431 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:18:02,431 - create_instance - DEBUG - VM status query timeout in 296.753473043 2018-10-04 15:18:02,435 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:18:02,677 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30b3cf5a-104e-495d-bda7-c9fd297c429b x-compute-request-id: req-30b3cf5a-104e-495d-bda7-c9fd297c429b Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623", "rel": "bookmark"}], "image": {"id": "52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "links": [{"href": "http://172.30.9.23:8774/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:17:44.000000", "flavor": {"id": "610fc96d-c264-40c7-a337-4659bc10d5bc", "links": [{"href": "http://172.30.9.23:8774/flavors/610fc96d-c264-40c7-a337-4659bc10d5bc", "rel": "bookmark"}]}, "id": "29a36fcb-2f5f-404c-b3ea-b20e16afa623", "user_id": "c8a3dcb4a51d49af9ef2521d6517dd6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:17:59Z", "hostId": "ad0854097ef0267b5be7463164dbde9b3cfb517238b89583f8c87a72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst", "created": "2018-10-04T15:17:42Z", "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:18:02,677 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 used request id req-30b3cf5a-104e-495d-bda7-c9fd297c429b 2018-10-04 15:18:02,677 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst] is - ACTIVE 2018-10-04 15:18:02,678 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:18:05,681 - create_instance - DEBUG - VM status query timeout in 293.504209995 2018-10-04 15:18:05,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef09a67e19adb5829eda6812b33c8f7bb5ce9c8" 2018-10-04 15:18:05,739 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:18:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-68474105-aa9b-46c7-a16f-4d966df256bd x-compute-request-id: req-68474105-aa9b-46c7-a16f-4d966df256bd Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 29a36fcb-2f5f-404c-b3ea-b20e16afa623 could not be found.", "code": 404}} 2018-10-04 15:18:05,739 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/29a36fcb-2f5f-404c-b3ea-b20e16afa623 used request id req-68474105-aa9b-46c7-a16f-4d966df256bd 2018-10-04 15:18:05,739 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 29a36fcb-2f5f-404c-b3ea-b20e16afa623 could not be found. (HTTP 404) (Request-ID: req-68474105-aa9b-46c7-a16f-4d966df256bd) 2018-10-04 15:18:05,739 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-inst 2018-10-04 15:18:05,740 - neutron_utils - INFO - Deleting security group rule with ID - 60ec3088-c8f1-4f27-be07-9283a8cfee53 2018-10-04 15:18:05,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/60ec3088-c8f1-4f27-be07-9283a8cfee53 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a277c5be94c59c2f99a0bdf12a9a38ffb310c46b" 2018-10-04 15:18:06,020 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b8c0295e-cb63-45fb-b272-39e7cf75bf15 Content-Length: 0 Date: Thu, 04 Oct 2018 15:18:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:18:06,020 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/60ec3088-c8f1-4f27-be07-9283a8cfee53 used request id req-b8c0295e-cb63-45fb-b272-39e7cf75bf15 2018-10-04 15:18:06,020 - neutron_utils - INFO - Deleting security group rule with ID - d099e8a0-7ab2-4bb3-9c54-cb431a61643d 2018-10-04 15:18:06,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/d099e8a0-7ab2-4bb3-9c54-cb431a61643d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a277c5be94c59c2f99a0bdf12a9a38ffb310c46b" 2018-10-04 15:18:06,232 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4f317641-e2e9-4ca7-9332-b3bbb2b19f1a Content-Length: 0 Date: Thu, 04 Oct 2018 15:18:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:18:06,233 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/d099e8a0-7ab2-4bb3-9c54-cb431a61643d used request id req-4f317641-e2e9-4ca7-9332-b3bbb2b19f1a 2018-10-04 15:18:06,233 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-name 2018-10-04 15:18:06,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/8fffb7e9-e139-4058-a1ad-d3972f0195ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a277c5be94c59c2f99a0bdf12a9a38ffb310c46b" 2018-10-04 15:18:06,542 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-34bf7c55-9cb0-45e3-a330-394190e58e57 Content-Length: 0 Date: Thu, 04 Oct 2018 15:18:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:18:06,542 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/8fffb7e9-e139-4058-a1ad-d3972f0195ea used request id req-34bf7c55-9cb0-45e3-a330-394190e58e57 2018-10-04 15:18:06,546 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/610fc96d-c264-40c7-a337-4659bc10d5bc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf6dde8bc9b19a5e8b493262fa8c8b32bfa287ae" 2018-10-04 15:18:06,584 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:18:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-814f90f1-364a-4bda-a995-9a2b25f9e327 x-compute-request-id: req-814f90f1-364a-4bda-a995-9a2b25f9e327 Content-Length: 0 Content-Type: application/json 2018-10-04 15:18:06,584 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/610fc96d-c264-40c7-a337-4659bc10d5bc used request id req-814f90f1-364a-4bda-a995-9a2b25f9e327 2018-10-04 15:18:06,585 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-subnet 2018-10-04 15:18:06,585 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-subnet 2018-10-04 15:18:06,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/52774e8f-1ed5-4144-88f9-e4ed334e1c11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ae227278b0f2e2d0b0a7048f64aa8d1c422e31d" 2018-10-04 15:18:08,987 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-be398222-a449-4f40-9af6-7ff0ba6e25a6 Date: Thu, 04 Oct 2018 15:18:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:18:08,987 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/52774e8f-1ed5-4144-88f9-e4ed334e1c11 used request id req-be398222-a449-4f40-9af6-7ff0ba6e25a6 2018-10-04 15:18:08,987 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-pub-net 2018-10-04 15:18:08,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/23bef7d5-3b62-4401-85d1-807234318e43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ae227278b0f2e2d0b0a7048f64aa8d1c422e31d" 2018-10-04 15:18:10,311 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-454be7da-c057-4af9-b6d0-4efe04728ca5 Date: Thu, 04 Oct 2018 15:18:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:18:10,312 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/23bef7d5-3b62-4401-85d1-807234318e43 used request id req-454be7da-c057-4af9-b6d0-4efe04728ca5 2018-10-04 15:18:10,312 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-cc1112ad-574e-4530-9cc3-2ec9b2486531-image 2018-10-04 15:18:10,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2efda852625b9dcb4d55bfd77ac8c15fe0be152d" 2018-10-04 15:18:11,439 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-eb35916f-9591-4417-b48b-5a0e774051e8 Date: Thu, 04 Oct 2018 15:18:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:18:11,439 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/52689cd7-6ba3-4532-b31a-5a9fc9b0b99b used request id req-eb35916f-9591-4417-b48b-5a0e774051e8 2018-10-04 15:18:11,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3728a4b42d58be97ccbb27f5daf365a4d6b08fd" 2018-10-04 15:18:11,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-43688419-9308-4f04-b0a9-602c67cfcdb1 Date: Thu, 04 Oct 2018 15:18:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "created_at": "2018-10-04T15:17:30Z", "updated_at": "2018-10-04T15:17:30Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:17:30Z", "revision_number": 0, "id": "134e6473-2cc2-452e-a83e-d74fe60523eb", "remote_group_id": "5f99dc89-84da-4c19-9daf-d294d4466210", "remote_ip_prefix": null, "created_at": "2018-10-04T15:17:30Z", "security_group_id": "5f99dc89-84da-4c19-9daf-d294d4466210", "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9729b3a87044ee5aac05a5e5e733e72"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:17:30Z", "revision_number": 0, "id": "634211ae-4849-489b-9e33-f7a0dfb72239", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:17:30Z", "security_group_id": "5f99dc89-84da-4c19-9daf-d294d4466210", "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9729b3a87044ee5aac05a5e5e733e72"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:17:30Z", "revision_number": 0, "id": "b61e5feb-f38e-41a2-a2ab-b6548e67440b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:17:30Z", "security_group_id": "5f99dc89-84da-4c19-9daf-d294d4466210", "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9729b3a87044ee5aac05a5e5e733e72"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:17:30Z", "revision_number": 0, "id": "f618ef35-ad9a-4ba6-90af-4005f4514f9c", "remote_group_id": "5f99dc89-84da-4c19-9daf-d294d4466210", "remote_ip_prefix": null, "created_at": "2018-10-04T15:17:30Z", "security_group_id": "5f99dc89-84da-4c19-9daf-d294d4466210", "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9729b3a87044ee5aac05a5e5e733e72"}], "revision_number": 4, "project_id": "c9729b3a87044ee5aac05a5e5e733e72", "id": "5f99dc89-84da-4c19-9daf-d294d4466210", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:18:11,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-43688419-9308-4f04-b0a9-602c67cfcdb1 2018-10-04 15:18:11,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3728a4b42d58be97ccbb27f5daf365a4d6b08fd" 2018-10-04 15:18:11,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b133415d-58af-4716-8f6a-c251763d6be0 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:18:11,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-b133415d-58af-4716-8f6a-c251763d6be0 2018-10-04 15:18:11,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3728a4b42d58be97ccbb27f5daf365a4d6b08fd" 2018-10-04 15:18:11,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8129f4ab-ec7b-4513-b711-6a1dbc715bdc Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:18:11,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-8129f4ab-ec7b-4513-b711-6a1dbc715bdc 2018-10-04 15:18:11,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3728a4b42d58be97ccbb27f5daf365a4d6b08fd" 2018-10-04 15:18:12,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e991b07-242c-4f1f-a00d-7b60776facda Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:18:12,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-6e991b07-242c-4f1f-a00d-7b60776facda 2018-10-04 15:18:12,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3728a4b42d58be97ccbb27f5daf365a4d6b08fd" 2018-10-04 15:18:12,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72ccb5ed-1479-455f-94f9-b20d97ef0700 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72"}, "enabled": true, "id": "c9729b3a87044ee5aac05a5e5e733e72", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj"}} 2018-10-04 15:18:12,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72 used request id req-72ccb5ed-1479-455f-94f9-b20d97ef0700 2018-10-04 15:18:12,158 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5f99dc89-84da-4c19-9daf-d294d4466210 2018-10-04 15:18:12,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=5f99dc89-84da-4c19-9daf-d294d4466210 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3728a4b42d58be97ccbb27f5daf365a4d6b08fd" 2018-10-04 15:18:12,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-82f2fa85-2057-4e26-82db-55ff48b9e208 Date: Thu, 04 Oct 2018 15:18:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "5f99dc89-84da-4c19-9daf-d294d4466210", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:17:30Z", "security_group_id": "5f99dc89-84da-4c19-9daf-d294d4466210", "port_range_min": null, "revision_number": 0, "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "created_at": "2018-10-04T15:17:30Z", "project_id": "c9729b3a87044ee5aac05a5e5e733e72", "id": "134e6473-2cc2-452e-a83e-d74fe60523eb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:17:30Z", "security_group_id": "5f99dc89-84da-4c19-9daf-d294d4466210", "port_range_min": null, "revision_number": 0, "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "created_at": "2018-10-04T15:17:30Z", "project_id": "c9729b3a87044ee5aac05a5e5e733e72", "id": "634211ae-4849-489b-9e33-f7a0dfb72239"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:17:30Z", "security_group_id": "5f99dc89-84da-4c19-9daf-d294d4466210", "port_range_min": null, "revision_number": 0, "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "created_at": "2018-10-04T15:17:30Z", "project_id": "c9729b3a87044ee5aac05a5e5e733e72", "id": "b61e5feb-f38e-41a2-a2ab-b6548e67440b"}, {"remote_group_id": "5f99dc89-84da-4c19-9daf-d294d4466210", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:17:30Z", "security_group_id": "5f99dc89-84da-4c19-9daf-d294d4466210", "port_range_min": null, "revision_number": 0, "tenant_id": "c9729b3a87044ee5aac05a5e5e733e72", "created_at": "2018-10-04T15:17:30Z", "project_id": "c9729b3a87044ee5aac05a5e5e733e72", "id": "f618ef35-ad9a-4ba6-90af-4005f4514f9c"}]} 2018-10-04 15:18:12,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=5f99dc89-84da-4c19-9daf-d294d4466210 used request id req-82f2fa85-2057-4e26-82db-55ff48b9e208 2018-10-04 15:18:12,343 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:18:12,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/5f99dc89-84da-4c19-9daf-d294d4466210 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3728a4b42d58be97ccbb27f5daf365a4d6b08fd" 2018-10-04 15:18:12,626 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-af893591-cd68-4d2e-ba6c-65d17fe28c35 Content-Length: 0 Date: Thu, 04 Oct 2018 15:18:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:18:12,626 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/5f99dc89-84da-4c19-9daf-d294d4466210 used request id req-af893591-cd68-4d2e-ba6c-65d17fe28c35 2018-10-04 15:18:12,627 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj 2018-10-04 15:18:12,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3728a4b42d58be97ccbb27f5daf365a4d6b08fd" 2018-10-04 15:18:12,826 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:18:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85669202-bc45-409e-96b2-6a249c612d63 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:18:12,827 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/c9729b3a87044ee5aac05a5e5e733e72 used request id req-85669202-bc45-409e-96b2-6a249c612d63 2018-10-04 15:18:12,827 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-dee13fc7-5db9-41a-proj-role 2018-10-04 15:18:12,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/9cf4a73f14aa4b0895fc277ade56ac7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3728a4b42d58be97ccbb27f5daf365a4d6b08fd" 2018-10-04 15:18:12,948 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:18:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e92fb084-1a20-47a2-b1a2-1d91282f0407 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:18:12,948 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/9cf4a73f14aa4b0895fc277ade56ac7e used request id req-e92fb084-1a20-47a2-b1a2-1d91282f0407 2018-10-04 15:18:12,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3728a4b42d58be97ccbb27f5daf365a4d6b08fd" 2018-10-04 15:18:13,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ffb3ea1-7be8-45fd-b5be-81a465657a53 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:18:13,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7ffb3ea1-7be8-45fd-b5be-81a465657a53 2018-10-04 15:18:13,045 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-dee13fc7-5db9-41a-user 2018-10-04 15:18:13,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/c8a3dcb4a51d49af9ef2521d6517dd6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4967249050200acadefc4e716689f80928b3927" 2018-10-04 15:18:13,220 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:18:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-911b6698-c089-4bc1-9ff0-97209b34b2fc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:18:13,220 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/c8a3dcb4a51d49af9ef2521d6517dd6a used request id req-911b6698-c089-4bc1-9ff0-97209b34b2fc 2018-10-04 15:18:13,222 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:18:13,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:18:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["kVK-Jw86Q--FesKRZFX8kQ"], "issued_at": "2018-10-04T15:18:13.000000Z"}} 2018-10-04 15:18:13,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f363a40c2f8047a8dad8fb714cf55e72df43f4b" 2018-10-04 15:18:13,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f21cf67-1ddb-4901-be44-b5eed74953ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:18:13,692 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3f21cf67-1ddb-4901-be44-b5eed74953ba 2018-10-04 15:18:13,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:18:13,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:18:14,083 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:18:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["cydHhTi1RHKKOINGf_Vrnw"], "issued_at": "2018-10-04T15:18:14.000000Z"}} 2018-10-04 15:18:14,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bb443686409e2249bbd50bcba0bab2289d9eb23" 2018-10-04 15:18:14,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1518875c-2a1b-44d8-a6c8-8e02829f1a26 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:18:14,172 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1518875c-2a1b-44d8-a6c8-8e02829f1a26 2018-10-04 15:18:14,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:18:14,182 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:18:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:18:14,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-6c77f757-f37c-4a2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bb443686409e2249bbd50bcba0bab2289d9eb23" 2018-10-04 15:18:14,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a386a01-7cf2-4e98-958f-68ec5dff94d0 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-6c77f757-f37c-4a2-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:18:14,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-6c77f757-f37c-4a2-proj used request id req-9a386a01-7cf2-4e98-958f-68ec5dff94d0 2018-10-04 15:18:14,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bb443686409e2249bbd50bcba0bab2289d9eb23" 2018-10-04 15:18:14,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d72ff4b-7195-4162-af87-d911c45c2a40 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:18:14,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-4d72ff4b-7195-4162-af87-d911c45c2a40 2018-10-04 15:18:14,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bb443686409e2249bbd50bcba0bab2289d9eb23" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceOnComputeHost-6c77f757-f37c-4a2-proj"}}' 2018-10-04 15:18:14,487 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:18:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2a0937e-b5c9-4052-aa19-880c7e824b67 Content-Length: 312 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/5d0ea1c9924c4c468b2d2f9906f63375"}, "enabled": true, "id": "5d0ea1c9924c4c468b2d2f9906f63375", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceOnComputeHost-6c77f757-f37c-4a2-proj"}} 2018-10-04 15:18:14,487 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-c2a0937e-b5c9-4052-aa19-880c7e824b67 2018-10-04 15:18:14,487 - keystone_utils - INFO - Created project with name - CreateInstanceOnComputeHost-6c77f757-f37c-4a2-proj 2018-10-04 15:18:14,488 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:18:14,488 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:18:14,871 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:18:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["AuJaK33kQqm0OE7oQp24Sw"], "issued_at": "2018-10-04T15:18:14.000000Z"}} 2018-10-04 15:18:14,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c2819d915a9a8ca7ddc28866f011a6d1ba8aa5a" 2018-10-04 15:18:14,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc4c4873-2833-434d-a5c9-7671f5653fbd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:18:14,960 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fc4c4873-2833-434d-a5c9-7671f5653fbd 2018-10-04 15:18:14,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:18:14,970 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:18:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:18:14,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c2819d915a9a8ca7ddc28866f011a6d1ba8aa5a" 2018-10-04 15:18:15,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c81ac86-b861-4d0d-a7ac-a32417d30c6c Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:18:15,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-8c81ac86-b861-4d0d-a7ac-a32417d30c6c 2018-10-04 15:18:15,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateInstanceOnComputeHost-6c77f757-f37c-4a2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c2819d915a9a8ca7ddc28866f011a6d1ba8aa5a" 2018-10-04 15:18:15,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60e60459-3599-48c5-95dd-b9be259c7371 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateInstanceOnComputeHost-6c77f757-f37c-4a2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/5d0ea1c9924c4c468b2d2f9906f63375"}, "enabled": true, "id": "5d0ea1c9924c4c468b2d2f9906f63375", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceOnComputeHost-6c77f757-f37c-4a2-proj"}]} 2018-10-04 15:18:15,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateInstanceOnComputeHost-6c77f757-f37c-4a2-proj used request id req-60e60459-3599-48c5-95dd-b9be259c7371 2018-10-04 15:18:15,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c2819d915a9a8ca7ddc28866f011a6d1ba8aa5a" 2018-10-04 15:18:15,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7980d1bc-bde1-4315-afc2-471b22cb23ef Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:18:15,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-7980d1bc-bde1-4315-afc2-471b22cb23ef 2018-10-04 15:18:15,649 - keystone_utils - INFO - Created user with name - CreateInstanceOnComputeHost-6c77f757-f37c-4a2-user 2018-10-04 15:18:15,650 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:18:15,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bb443686409e2249bbd50bcba0bab2289d9eb23" 2018-10-04 15:18:15,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84d610d0-de0f-4d84-a1a7-6b94a7eac0f5 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:18:15,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-84d610d0-de0f-4d84-a1a7-6b94a7eac0f5 2018-10-04 15:18:15,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bb443686409e2249bbd50bcba0bab2289d9eb23" -d '{"role": {"name": "CreateInstanceOnComputeHost-6c77f757-f37c-4a2-proj-role"}}' 2018-10-04 15:18:15,859 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:18:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c84e112b-a136-4802-89d4-b78c7440820e Content-Length: 226 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "da1ee99cb7d848b7bd746c6832f8b9b8", "links": {"self": "http://172.30.9.23:5000/v3/roles/da1ee99cb7d848b7bd746c6832f8b9b8"}, "name": "CreateInstanceOnComputeHost-6c77f757-f37c-4a2-proj-role"}} 2018-10-04 15:18:15,859 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-c84e112b-a136-4802-89d4-b78c7440820e 2018-10-04 15:18:15,859 - keystone_utils - INFO - Created role with name - CreateInstanceOnComputeHost-6c77f757-f37c-4a2-proj-role 2018-10-04 15:18:15,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/da1ee99cb7d848b7bd746c6832f8b9b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bb443686409e2249bbd50bcba0bab2289d9eb23" 2018-10-04 15:18:15,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e066427-55f9-4d0d-9c7b-4a36fcd3cded Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/da1ee99cb7d848b7bd746c6832f8b9b8"}, "domain_id": null, "name": "CreateInstanceOnComputeHost-6c77f757-f37c-4a2-proj-role", "id": "da1ee99cb7d848b7bd746c6832f8b9b8"}} 2018-10-04 15:18:15,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/da1ee99cb7d848b7bd746c6832f8b9b8 used request id req-2e066427-55f9-4d0d-9c7b-4a36fcd3cded 2018-10-04 15:18:15,880 - keystone_utils - INFO - Granting role CreateInstanceOnComputeHost-6c77f757-f37c-4a2-proj-role to project CreateInstanceOnComputeHost-6c77f757-f37c-4a2-proj 2018-10-04 15:18:15,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/5d0ea1c9924c4c468b2d2f9906f63375/users/03a14b9701874e338e0b62cae095eec1/roles/da1ee99cb7d848b7bd746c6832f8b9b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bb443686409e2249bbd50bcba0bab2289d9eb23" 2018-10-04 15:18:16,029 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:18:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0d5647e-6ee9-40ca-8478-bddf17419d34 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:18:16,029 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/5d0ea1c9924c4c468b2d2f9906f63375/users/03a14b9701874e338e0b62cae095eec1/roles/da1ee99cb7d848b7bd746c6832f8b9b8 used request id req-a0d5647e-6ee9-40ca-8478-bddf17419d34 2018-10-04 15:18:16,030 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:18:16,030 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:18:16,031 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:18:16,403 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:18:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["S-87W738RYiMXFwcfkfUZw"], "issued_at": "2018-10-04T15:18:16.000000Z"}} 2018-10-04 15:18:16,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59db6f3d4de74f2793b2574426c3542bf0cf272f" 2018-10-04 15:18:16,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-404111f3-ccf8-494a-8db8-87c246e9f2ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:18:16,493 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-404111f3-ccf8-494a-8db8-87c246e9f2ec 2018-10-04 15:18:16,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59db6f3d4de74f2793b2574426c3542bf0cf272f" 2018-10-04 15:18:16,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-08afa31e-c621-4e44-8e6e-333af6a38351 Date: Thu, 04 Oct 2018 15:18:16 GMT RESP BODY: {"networks":[]} 2018-10-04 15:18:16,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net used request id req-08afa31e-c621-4e44-8e6e-333af6a38351 2018-10-04 15:18:16,714 - neutron_utils - INFO - Creating network with name CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net 2018-10-04 15:18:16,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59db6f3d4de74f2793b2574426c3542bf0cf272f" -d '{"network": {"name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net", "admin_state_up": true}}' 2018-10-04 15:18:17,138 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-0a804205-0d7e-49cd-99ca-c13d11aa6387 Date: Thu, 04 Oct 2018 15:18:17 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:18:17Z","is_default":false,"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:16Z","mtu":1450}} 2018-10-04 15:18:17,138 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-0a804205-0d7e-49cd-99ca-c13d11aa6387 2018-10-04 15:18:17,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59db6f3d4de74f2793b2574426c3542bf0cf272f" 2018-10-04 15:18:17,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-6f29f4c2-dc09-40f1-b19c-383148e97781 Date: Thu, 04 Oct 2018 15:18:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:18:17Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:16Z","provider:network_type":"vxlan"}]} 2018-10-04 15:18:17,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-6f29f4c2-dc09-40f1-b19c-383148e97781 2018-10-04 15:18:17,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59db6f3d4de74f2793b2574426c3542bf0cf272f" 2018-10-04 15:18:17,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-70eda475-d55e-4e34-8d73-1e895882c4ce Date: Thu, 04 Oct 2018 15:18:17 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:18:17,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-70eda475-d55e-4e34-8d73-1e895882c4ce 2018-10-04 15:18:17,566 - neutron_utils - INFO - Creating subnet with name CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-subnet 2018-10-04 15:18:17,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59db6f3d4de74f2793b2574426c3542bf0cf272f" -d '{"subnets": [{"ip_version": 4, "network_id": "bd28c664-0dcf-4a4d-b160-3aa61157d989", "cidr": "10.55.0.0/24", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-subnet"}]}' 2018-10-04 15:18:18,208 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-bfdcd2ed-7126-4025-8380-e19664b4e09a Date: Thu, 04 Oct 2018 15:18:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:18:17Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-subnet"}]} 2018-10-04 15:18:18,208 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-bfdcd2ed-7126-4025-8380-e19664b4e09a 2018-10-04 15:18:18,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59db6f3d4de74f2793b2574426c3542bf0cf272f" 2018-10-04 15:18:18,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-a89523bb-29f7-49bf-93a4-7c8b89b8c10a Date: Thu, 04 Oct 2018 15:18:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["63f1b398-02c7-4093-9c0c-9e6fe6a8bebb"],"description":"","tags":[],"updated_at":"2018-10-04T15:18:17Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:16Z","provider:network_type":"vxlan"}]} 2018-10-04 15:18:18,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-a89523bb-29f7-49bf-93a4-7c8b89b8c10a 2018-10-04 15:18:18,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59db6f3d4de74f2793b2574426c3542bf0cf272f" 2018-10-04 15:18:18,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-c6f099f0-9c6b-45bc-a3c3-4146e45fb7d8 Date: Thu, 04 Oct 2018 15:18:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:18:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-subnet"}]} 2018-10-04 15:18:18,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-c6f099f0-9c6b-45bc-a3c3-4146e45fb7d8 2018-10-04 15:18:18,802 - OpenStackNetwork - DEBUG - Network [bd28c664-0dcf-4a4d-b160-3aa61157d989] created successfully 2018-10-04 15:18:18,802 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:18:18,803 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:18:19,191 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:18:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["ikWZUkZbTF-b5RGHMhSiug"], "issued_at": "2018-10-04T15:18:19.000000Z"}} 2018-10-04 15:18:19,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d7b52c199ede5d926713a53009c7744225e615f" 2018-10-04 15:18:19,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36e8c560-be98-4af9-bace-b806f4e9bfcc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:18:19,204 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-36e8c560-be98-4af9-bace-b806f4e9bfcc 2018-10-04 15:18:19,206 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:18:19,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d7b52c199ede5d926713a53009c7744225e615f" 2018-10-04 15:18:19,389 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-305185b5-4bb6-4876-8574-e0583f1b86c0 x-compute-request-id: req-305185b5-4bb6-4876-8574-e0583f1b86c0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:18:19,389 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-305185b5-4bb6-4876-8574-e0583f1b86c0 2018-10-04 15:18:19,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d7b52c199ede5d926713a53009c7744225e615f" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 512, "id": null, "swap": 0}}' 2018-10-04 15:18:19,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8fd1476d-85f6-45e6-8f47-c83ae84ced93 x-compute-request-id: req-8fd1476d-85f6-45e6-8f47-c83ae84ced93 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:18:19,465 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-8fd1476d-85f6-45e6-8f47-c83ae84ced93 2018-10-04 15:18:19,465 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:18:19,466 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:18:19,882 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da1ee99cb7d848b7bd746c6832f8b9b8", "name": "CreateInstanceOnComputeHost-6c77f757-f37c-4a2-proj-role"}], "expires_at": "2018-10-04T16:18:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5d0ea1c9924c4c468b2d2f9906f63375", "name": "CreateInstanceOnComputeHost-6c77f757-f37c-4a2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/5d0ea1c9924c4c468b2d2f9906f63375", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/5d0ea1c9924c4c468b2d2f9906f63375", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/5d0ea1c9924c4c468b2d2f9906f63375", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5d0ea1c9924c4c468b2d2f9906f63375", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/5d0ea1c9924c4c468b2d2f9906f63375", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/5d0ea1c9924c4c468b2d2f9906f63375", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/5d0ea1c9924c4c468b2d2f9906f63375", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/5d0ea1c9924c4c468b2d2f9906f63375", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/5d0ea1c9924c4c468b2d2f9906f63375", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5d0ea1c9924c4c468b2d2f9906f63375", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/5d0ea1c9924c4c468b2d2f9906f63375", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/5d0ea1c9924c4c468b2d2f9906f63375", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceOnComputeHost-6c77f757-f37c-4a2-user", "id": "03a14b9701874e338e0b62cae095eec1"}, "audit_ids": ["38btlNyMQy-HT4N-kTkapQ"], "issued_at": "2018-10-04T15:18:19.000000Z"}} 2018-10-04 15:18:19,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1805ca571a2c3c9942d4dd881d4260c62aaf90f9" 2018-10-04 15:18:19,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a022a17e-d9bd-4e11-8fbe-e38813a2c067 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:18:19,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a022a17e-d9bd-4e11-8fbe-e38813a2c067 2018-10-04 15:18:19,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1805ca571a2c3c9942d4dd881d4260c62aaf90f9" 2018-10-04 15:18:20,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 172 Content-Type: application/json X-Openstack-Request-Id: req-aa194208-1d4f-4ea2-a753-232a5992b9d5 Date: Thu, 04 Oct 2018 15:18:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-image"} 2018-10-04 15:18:20,127 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-image used request id req-aa194208-1d4f-4ea2-a753-232a5992b9d5 2018-10-04 15:18:20,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1805ca571a2c3c9942d4dd881d4260c62aaf90f9" 2018-10-04 15:18:20,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ccd977e8-24a7-423e-9c35-96efdb052d89 Date: Thu, 04 Oct 2018 15:18:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:18:20,294 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-ccd977e8-24a7-423e-9c35-96efdb052d89 2018-10-04 15:18:20,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1805ca571a2c3c9942d4dd881d4260c62aaf90f9" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-image"}' 2018-10-04 15:18:20,514 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 631 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f X-Openstack-Request-Id: req-40e4333c-e19e-48be-a868-0b7902fb1b15 Date: Thu, 04 Oct 2018 15:18:20 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:18:20Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:18:20Z", "visibility": "shared", "locations": [], "self": "/v2/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "min_disk": 0, "protected": false, "id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "file": "/v2/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f/file", "checksum": null, "owner": "5d0ea1c9924c4c468b2d2f9906f63375", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:18:20,514 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-40e4333c-e19e-48be-a868-0b7902fb1b15 2018-10-04 15:18:20,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1805ca571a2c3c9942d4dd881d4260c62aaf90f9" -d '' 2018-10-04 15:18:21,280 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c80d54b5-08d0-4b1a-bb2d-162c9d7148b7 Date: Thu, 04 Oct 2018 15:18:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:18:21,280 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f/file used request id req-c80d54b5-08d0-4b1a-bb2d-162c9d7148b7 2018-10-04 15:18:21,281 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:18:21,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1805ca571a2c3c9942d4dd881d4260c62aaf90f9" 2018-10-04 15:18:21,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 892 Content-Type: application/json X-Openstack-Request-Id: req-6c71a533-0786-4e45-baf1-33cbc88451a1 Date: Thu, 04 Oct 2018 15:18:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:18:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:18:21Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f/snap", "metadata": {}}], "self": "/v2/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "min_disk": 0, "protected": false, "id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "file": "/v2/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5d0ea1c9924c4c468b2d2f9906f63375", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:18:21,434 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f used request id req-6c71a533-0786-4e45-baf1-33cbc88451a1 2018-10-04 15:18:21,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1805ca571a2c3c9942d4dd881d4260c62aaf90f9" 2018-10-04 15:18:21,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1b499bff-6212-4bef-9f50-f21a925b3a04 Date: Thu, 04 Oct 2018 15:18:21 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:18:21,587 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-1b499bff-6212-4bef-9f50-f21a925b3a04 2018-10-04 15:18:21,590 - create_image - INFO - Created image with name - CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-image 2018-10-04 15:18:21,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1805ca571a2c3c9942d4dd881d4260c62aaf90f9" 2018-10-04 15:18:21,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 892 Content-Type: application/json X-Openstack-Request-Id: req-aa8880f0-de85-4142-90f7-b151240c68b7 Date: Thu, 04 Oct 2018 15:18:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:18:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:18:21Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f/snap", "metadata": {}}], "self": "/v2/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "min_disk": 0, "protected": false, "id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "file": "/v2/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5d0ea1c9924c4c468b2d2f9906f63375", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:18:21,754 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f used request id req-aa8880f0-de85-4142-90f7-b151240c68b7 2018-10-04 15:18:21,754 - create_image - DEBUG - Instance status is - active 2018-10-04 15:18:21,755 - create_image - DEBUG - Image is active with name - CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-image 2018-10-04 15:18:21,755 - create_image - INFO - Image is now active with name - CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-image 2018-10-04 15:18:21,755 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:18:21,759 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-availability-zone/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f363a40c2f8047a8dad8fb714cf55e72df43f4b" 2018-10-04 15:18:22,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18: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-525d6fd4-fe88-46ed-ae62-9bc4f80b0e0a x-compute-request-id: req-525d6fd4-fe88-46ed-ae62-9bc4f80b0e0a Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"availabilityZoneInfo": [{"zoneState": {"available": true}, "hosts": {"overcloud-controller-2.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-10-04T15:18:21.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-10-04T15:18:14.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-10-04T15:18:17.000000"}}, "overcloud-controller-0.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-10-04T15:18:18.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-10-04T15:18:15.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-10-04T15:18:14.000000"}}, "overcloud-controller-1.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-10-04T15:18:19.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-10-04T15:18:13.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-10-04T15:18:15.000000"}}}, "zoneName": "internal"}, {"zoneState": {"available": true}, "hosts": {"overcloud-novacompute-0.opnfvlf.org": {"nova-compute": {"available": true, "active": true, "updated_at": "2018-10-04T15:18:12.000000"}}, "overcloud-novacompute-1.opnfvlf.org": {"nova-compute": {"available": true, "active": true, "updated_at": "2018-10-04T15:18:15.000000"}}}, "zoneName": "nova"}]} 2018-10-04 15:18:22,004 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-availability-zone/detail used request id req-525d6fd4-fe88-46ed-ae62-9bc4f80b0e0a 2018-10-04 15:18:22,005 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:18:22,006 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:18:22,380 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:18:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["u2CAQPM5TkCMx4Kj2WU7Qw"], "issued_at": "2018-10-04T15:18:22.000000Z"}} 2018-10-04 15:18:22,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:22,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-065ecec3-ac67-49c6-a1c9-a8537f14864c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:18:22,468 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-065ecec3-ac67-49c6-a1c9-a8537f14864c 2018-10-04 15:18:22,469 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:18:22,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:22,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbc0a5be-2972-4c71-93c1-861a1aaa8791 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:18:22,551 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bbc0a5be-2972-4c71-93c1-861a1aaa8791 2018-10-04 15:18:22,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:22,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-efd03df4-5535-4000-9e25-64140c876b10 Date: Thu, 04 Oct 2018 15:18:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["63f1b398-02c7-4093-9c0c-9e6fe6a8bebb"],"description":"","tags":[],"updated_at":"2018-10-04T15:18:17Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:16Z","provider:network_type":"vxlan"}]} 2018-10-04 15:18:22,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net used request id req-efd03df4-5535-4000-9e25-64140c876b10 2018-10-04 15:18:22,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:18:22,797 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:18:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:18:22,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:22,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2889fc4-8666-4b9e-bd30-d65d74a9b604 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:18:22,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-e2889fc4-8666-4b9e-bd30-d65d74a9b604 2018-10-04 15:18:22,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:23,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-b27e95c0-281c-4303-9738-f54659f7ba4e Date: Thu, 04 Oct 2018 15:18:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:18:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-subnet"}]} 2018-10-04 15:18:23,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-b27e95c0-281c-4303-9738-f54659f7ba4e 2018-10-04 15:18:23,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989&name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:23,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2fba1eec-9609-44a4-99c5-687defb71dac Date: Thu, 04 Oct 2018 15:18:23 GMT RESP BODY: {"ports":[]} 2018-10-04 15:18:23,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989&name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-1&admin_state_up=True used request id req-2fba1eec-9609-44a4-99c5-687defb71dac 2018-10-04 15:18:23,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova%3Aovercloud-novacompute-0.opnfvlf.org -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:23,501 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-74c3247a-d50a-43b3-9c80-6fd243c78a67 x-compute-request-id: req-74c3247a-d50a-43b3-9c80-6fd243c78a67 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:18:23,501 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova%3Aovercloud-novacompute-0.opnfvlf.org used request id req-74c3247a-d50a-43b3-9c80-6fd243c78a67 2018-10-04 15:18:23,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:23,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-247b9dec-822f-4caa-aa74-5fa11d7fd2e8 Date: Thu, 04 Oct 2018 15:18:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["63f1b398-02c7-4093-9c0c-9e6fe6a8bebb"],"description":"","tags":[],"updated_at":"2018-10-04T15:18:17Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:16Z","provider:network_type":"vxlan"}]} 2018-10-04 15:18:23,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net used request id req-247b9dec-822f-4caa-aa74-5fa11d7fd2e8 2018-10-04 15:18:23,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:23,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7456da3-d18f-4968-8ef8-d4be1f5e6836 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:18:23,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-f7456da3-d18f-4968-8ef8-d4be1f5e6836 2018-10-04 15:18:23,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:24,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-79d430ef-2591-45c8-bcfa-a0f231d7ccb0 Date: Thu, 04 Oct 2018 15:18:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:18:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-subnet"}]} 2018-10-04 15:18:24,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-79d430ef-2591-45c8-bcfa-a0f231d7ccb0 2018-10-04 15:18:24,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989&name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:24,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b93f8238-9b32-48f8-a90d-4f0efaa02819 Date: Thu, 04 Oct 2018 15:18:24 GMT RESP BODY: {"ports":[]} 2018-10-04 15:18:24,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989&name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-1&admin_state_up=True used request id req-b93f8238-9b32-48f8-a90d-4f0efaa02819 2018-10-04 15:18:24,229 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:18:24,230 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:18:24,606 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:18:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["DEqzE4v1S7i-NW81P_p1Tw"], "issued_at": "2018-10-04T15:18:24.000000Z"}} 2018-10-04 15:18:24,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d1a1195743f00ece3039b77dffb707cf812458" 2018-10-04 15:18:24,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a5dd792-81a4-4093-8095-bd9f94d91852 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:18:24,698 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3a5dd792-81a4-4093-8095-bd9f94d91852 2018-10-04 15:18:24,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:24,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-714e27a5-268e-4508-9cc2-93f8cd72a7c7 Date: Thu, 04 Oct 2018 15:18:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["63f1b398-02c7-4093-9c0c-9e6fe6a8bebb"],"description":"","tags":[],"updated_at":"2018-10-04T15:18:17Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:16Z","provider:network_type":"vxlan"}]} 2018-10-04 15:18:24,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net used request id req-714e27a5-268e-4508-9cc2-93f8cd72a7c7 2018-10-04 15:18:24,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:25,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-e1212007-6ce0-4f41-a773-1531ec51cf43 Date: Thu, 04 Oct 2018 15:18:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:18:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-subnet"}]} 2018-10-04 15:18:25,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-e1212007-6ce0-4f41-a773-1531ec51cf43 2018-10-04 15:18:25,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:25,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-b0e3e2a4-9049-41e1-8640-d7d0e89ada14 Date: Thu, 04 Oct 2018 15:18:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["63f1b398-02c7-4093-9c0c-9e6fe6a8bebb"],"description":"","tags":[],"updated_at":"2018-10-04T15:18:17Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:16Z","provider:network_type":"vxlan"}]} 2018-10-04 15:18:25,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net used request id req-b0e3e2a4-9049-41e1-8640-d7d0e89ada14 2018-10-04 15:18:25,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:18:25,249 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:18:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:18:25,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d1a1195743f00ece3039b77dffb707cf812458" 2018-10-04 15:18:25,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-830bb120-90b1-4017-9d19-61a4280f4e41 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:18:25,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-830bb120-90b1-4017-9d19-61a4280f4e41 2018-10-04 15:18:25,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:25,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-4b818537-c886-4114-83c3-d914d8371c6d Date: Thu, 04 Oct 2018 15:18:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:18:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-subnet"}]} 2018-10-04 15:18:25,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-4b818537-c886-4114-83c3-d914d8371c6d 2018-10-04 15:18:25,618 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net 2018-10-04 15:18:25,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" -d '{"port": {"network_id": "bd28c664-0dcf-4a4d-b160-3aa61157d989", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-1", "admin_state_up": true}}' 2018-10-04 15:18:26,443 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-2abef263-c302-47fb-831c-4df84df2bb1c Date: Thu, 04 Oct 2018 15:18:26 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:26Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.6"}],"id":"4cdebd5d-1628-48cf-b4bc-3b8d496ec71d","security_groups":["2c85e961-5fba-44fd-86fd-36660bdc4ebe"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4a:d8:5d","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-1","project_id":"37b49a87c69d406f8a162c83c144ee19","qos_policy_id":null,"admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:25Z","binding:vnic_type":"normal"}} 2018-10-04 15:18:26,444 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-2abef263-c302-47fb-831c-4df84df2bb1c 2018-10-04 15:18:26,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:26,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-64a31d7c-bf5f-4343-a7aa-1c1d67e3f2f7 Date: Thu, 04 Oct 2018 15:18:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["63f1b398-02c7-4093-9c0c-9e6fe6a8bebb"],"description":"","tags":[],"updated_at":"2018-10-04T15:18:17Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:16Z","provider:network_type":"vxlan"}]} 2018-10-04 15:18:26,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net used request id req-64a31d7c-bf5f-4343-a7aa-1c1d67e3f2f7 2018-10-04 15:18:26,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:26,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-695fcfe1-8620-40a4-a410-65baa71aa9aa Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:18:26,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-695fcfe1-8620-40a4-a410-65baa71aa9aa 2018-10-04 15:18:26,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:26,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-6778e377-7437-4ab9-8a08-5998efa38125 Date: Thu, 04 Oct 2018 15:18:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:18:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-subnet"}]} 2018-10-04 15:18:26,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-6778e377-7437-4ab9-8a08-5998efa38125 2018-10-04 15:18:26,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989&name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:27,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-60f9d32e-52cb-4abe-859a-f7ad4fd614b8 Date: Thu, 04 Oct 2018 15:18:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:26Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.6"}],"id":"4cdebd5d-1628-48cf-b4bc-3b8d496ec71d","security_groups":["2c85e961-5fba-44fd-86fd-36660bdc4ebe"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4a:d8:5d","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-1","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:25Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:18:27,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989&name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-1&admin_state_up=True used request id req-60f9d32e-52cb-4abe-859a-f7ad4fd614b8 2018-10-04 15:18:27,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:27,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09e3b190-d4c6-464c-95d1-5a62ce11e17a Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:18:27,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-09e3b190-d4c6-464c-95d1-5a62ce11e17a 2018-10-04 15:18:27,155 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-04 15:18:27,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:27,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f94a0ae1-c9d3-4687-b3d6-df124bcb7853 x-compute-request-id: req-f94a0ae1-c9d3-4687-b3d6-df124bcb7853 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}], "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-flavor-name"}]} 2018-10-04 15:18:27,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f94a0ae1-c9d3-4687-b3d6-df124bcb7853 2018-10-04 15:18:27,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:27,207 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-801d7df4-5190-415e-9c60-d731b9d3422d x-compute-request-id: req-801d7df4-5190-415e-9c60-d731b9d3422d Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:18:27,207 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701 used request id req-801d7df4-5190-415e-9c60-d731b9d3422d 2018-10-04 15:18:27,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:27,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1064 Content-Type: application/json X-Openstack-Request-Id: req-f1f09619-837f-4abb-8a49-37fe2295889b Date: Thu, 04 Oct 2018 15:18:27 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:18:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:18:21Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f/snap", "metadata": {}}], "self": "/v2/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "min_disk": 0, "protected": false, "id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "file": "/v2/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5d0ea1c9924c4c468b2d2f9906f63375", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-image"} 2018-10-04 15:18:27,482 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-image used request id req-f1f09619-837f-4abb-8a49-37fe2295889b 2018-10-04 15:18:27,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:27,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2fcb3e5d-03de-4374-b40b-14cda5e8adfb Date: Thu, 04 Oct 2018 15:18:27 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:18:27,631 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-2fcb3e5d-03de-4374-b40b-14cda5e8adfb 2018-10-04 15:18:27,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" -d '{"server": {"name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-0.opnfvlf.org", "imageRef": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "83ca7712-70f9-42f2-aac0-95b22e36d701", "max_count": 1, "min_count": 1, "networks": [{"port": "4cdebd5d-1628-48cf-b4bc-3b8d496ec71d"}]}}' 2018-10-04 15:18:29,225 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:18:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4b1615a4-d29d-4abf-bf41-7fa954b96fca x-compute-request-id: req-4b1615a4-d29d-4abf-bf41-7fa954b96fca Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "125187ba-56e2-4d9e-b2b5-50e424952d79", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/125187ba-56e2-4d9e-b2b5-50e424952d79", "rel": "bookmark"}], "adminPass": "aZ3wdqVrDE2x"}} 2018-10-04 15:18:29,225 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-4b1615a4-d29d-4abf-bf41-7fa954b96fca 2018-10-04 15:18:29,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:29,585 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8b0eb1d-13a9-49c4-b4f5-c750308aa378 x-compute-request-id: req-d8b0eb1d-13a9-49c4-b4f5-c750308aa378 Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/125187ba-56e2-4d9e-b2b5-50e424952d79", "rel": "bookmark"}], "image": {"id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "links": [{"href": "http://172.30.9.23:8774/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "links": [{"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}]}, "id": "125187ba-56e2-4d9e-b2b5-50e424952d79", "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:18:29Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-04T15:18:29Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:18:29,586 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 used request id req-d8b0eb1d-13a9-49c4-b4f5-c750308aa378 2018-10-04 15:18:29,586 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-04 15:18:29,589 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:29,835 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f90fd5a7-68b0-48c6-ac47-50dffccea53e x-compute-request-id: req-f90fd5a7-68b0-48c6-ac47-50dffccea53e Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/125187ba-56e2-4d9e-b2b5-50e424952d79", "rel": "bookmark"}], "image": {"id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "links": [{"href": "http://172.30.9.23:8774/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "links": [{"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}]}, "id": "125187ba-56e2-4d9e-b2b5-50e424952d79", "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:18:29Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-04T15:18:29Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:18:29,835 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 used request id req-f90fd5a7-68b0-48c6-ac47-50dffccea53e 2018-10-04 15:18:29,836 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2018-10-04 15:18:29,836 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:18:32,839 - create_instance - DEBUG - VM status query timeout in 896.747365952 2018-10-04 15:18:32,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:33,135 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18: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-b341f9c6-244d-44be-90c2-a776cf05304c x-compute-request-id: req-b341f9c6-244d-44be-90c2-a776cf05304c Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:d8:5d", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/125187ba-56e2-4d9e-b2b5-50e424952d79", "rel": "bookmark"}], "image": {"id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "links": [{"href": "http://172.30.9.23:8774/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": null, "flavor": {"id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "links": [{"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}]}, "id": "125187ba-56e2-4d9e-b2b5-50e424952d79", "security_groups": [{"name": "default"}], "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:18:30Z", "hostId": "73d5e36f6a9508557177b0a4051d8f9fa4f1c4cc2730852217495415", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-04T15:18:29Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:18:33,136 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 used request id req-b341f9c6-244d-44be-90c2-a776cf05304c 2018-10-04 15:18:33,136 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2018-10-04 15:18:33,136 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:18:36,139 - create_instance - DEBUG - VM status query timeout in 893.446814775 2018-10-04 15:18:36,142 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:36,895 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26fe94d1-06fc-45d1-877f-ed26bfc0e3fc x-compute-request-id: req-26fe94d1-06fc-45d1-877f-ed26bfc0e3fc Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:d8:5d", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/125187ba-56e2-4d9e-b2b5-50e424952d79", "rel": "bookmark"}], "image": {"id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "links": [{"href": "http://172.30.9.23:8774/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": "2018-10-04T15:18:33.000000", "flavor": {"id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "links": [{"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}]}, "id": "125187ba-56e2-4d9e-b2b5-50e424952d79", "security_groups": [{"name": "default"}], "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:18:35Z", "hostId": "73d5e36f6a9508557177b0a4051d8f9fa4f1c4cc2730852217495415", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-04T15:18:29Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:18:36,895 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 used request id req-26fe94d1-06fc-45d1-877f-ed26bfc0e3fc 2018-10-04 15:18:36,895 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-10-04 15:18:36,895 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:18:36,898 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:37,193 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68fd77b6-b499-48d8-927c-81240b2f09ed x-compute-request-id: req-68fd77b6-b499-48d8-927c-81240b2f09ed Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:d8:5d", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/125187ba-56e2-4d9e-b2b5-50e424952d79", "rel": "bookmark"}], "image": {"id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "links": [{"href": "http://172.30.9.23:8774/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": "2018-10-04T15:18:33.000000", "flavor": {"id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "links": [{"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}]}, "id": "125187ba-56e2-4d9e-b2b5-50e424952d79", "security_groups": [{"name": "default"}], "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:18:35Z", "hostId": "73d5e36f6a9508557177b0a4051d8f9fa4f1c4cc2730852217495415", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-04T15:18:29Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:18:37,193 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 used request id req-68fd77b6-b499-48d8-927c-81240b2f09ed 2018-10-04 15:18:37,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:37,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-34b472ed-c135-4daf-950e-7300ea3e4990 Date: Thu, 04 Oct 2018 15:18:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["63f1b398-02c7-4093-9c0c-9e6fe6a8bebb"],"description":"","tags":[],"updated_at":"2018-10-04T15:18:17Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:16Z","provider:network_type":"vxlan"}]} 2018-10-04 15:18:37,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net used request id req-34b472ed-c135-4daf-950e-7300ea3e4990 2018-10-04 15:18:37,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:37,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8cf05df-b3d0-4a3e-b640-212347cb4824 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:18:37,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-d8cf05df-b3d0-4a3e-b640-212347cb4824 2018-10-04 15:18:37,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:37,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-88452fee-86de-4e12-87ae-9e018eb34d27 Date: Thu, 04 Oct 2018 15:18:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:18:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-subnet"}]} 2018-10-04 15:18:37,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-88452fee-86de-4e12-87ae-9e018eb34d27 2018-10-04 15:18:37,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:37,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-d8cbc726-0512-45a0-a95c-6b6c6385fafa Date: Thu, 04 Oct 2018 15:18:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.2"}],"id":"26ded33a-b7f6-46a5-803c-0be292502e20","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c1:5c:86","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bd28c664-0dcf-4a4d-b160-3aa61157d989"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.4"}],"id":"3ba09239-b06f-4333-b664-1121087d1b5b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:ab:44","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bd28c664-0dcf-4a4d-b160-3aa61157d989"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:35Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.6"}],"id":"4cdebd5d-1628-48cf-b4bc-3b8d496ec71d","security_groups":["2c85e961-5fba-44fd-86fd-36660bdc4ebe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:d8:5d","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-1","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:25Z","binding:vnic_type":"normal","device_id":"125187ba-56e2-4d9e-b2b5-50e424952d79"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.3"}],"id":"a186a00e-6611-4890-bf59-1775d9310244","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:2c:c9","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bd28c664-0dcf-4a4d-b160-3aa61157d989"}]} 2018-10-04 15:18:37,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-d8cbc726-0512-45a0-a95c-6b6c6385fafa 2018-10-04 15:18:37,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:38,071 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18: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-443e362b-9369-48a2-926e-c31f1854d1c3 x-compute-request-id: req-443e362b-9369-48a2-926e-c31f1854d1c3 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:d8:5d", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/125187ba-56e2-4d9e-b2b5-50e424952d79", "rel": "bookmark"}], "image": {"id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "links": [{"href": "http://172.30.9.23:8774/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": "2018-10-04T15:18:33.000000", "flavor": {"id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "links": [{"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}]}, "id": "125187ba-56e2-4d9e-b2b5-50e424952d79", "security_groups": [{"name": "default"}], "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:18:35Z", "hostId": "73d5e36f6a9508557177b0a4051d8f9fa4f1c4cc2730852217495415", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-04T15:18:29Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:18:38,072 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 used request id req-443e362b-9369-48a2-926e-c31f1854d1c3 2018-10-04 15:18:38,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:38,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-3c788b80-bc43-4e13-ba9f-fb69fdaffe13 Date: Thu, 04 Oct 2018 15:18:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["63f1b398-02c7-4093-9c0c-9e6fe6a8bebb"],"description":"","tags":[],"updated_at":"2018-10-04T15:18:17Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:16Z","provider:network_type":"vxlan"}]} 2018-10-04 15:18:38,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net used request id req-3c788b80-bc43-4e13-ba9f-fb69fdaffe13 2018-10-04 15:18:38,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:38,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ae04486-b98c-44a8-b3cd-0f94c8dcd35c Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:18:38,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-6ae04486-b98c-44a8-b3cd-0f94c8dcd35c 2018-10-04 15:18:38,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:38,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-0c359543-267f-4b60-9a61-d94267df79ee Date: Thu, 04 Oct 2018 15:18:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:18:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-subnet"}]} 2018-10-04 15:18:38,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-0c359543-267f-4b60-9a61-d94267df79ee 2018-10-04 15:18:38,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:38,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-24547e84-d074-4458-8e08-21f126d4c736 Date: Thu, 04 Oct 2018 15:18:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.2"}],"id":"26ded33a-b7f6-46a5-803c-0be292502e20","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c1:5c:86","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bd28c664-0dcf-4a4d-b160-3aa61157d989"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.4"}],"id":"3ba09239-b06f-4333-b664-1121087d1b5b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:ab:44","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bd28c664-0dcf-4a4d-b160-3aa61157d989"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:35Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.6"}],"id":"4cdebd5d-1628-48cf-b4bc-3b8d496ec71d","security_groups":["2c85e961-5fba-44fd-86fd-36660bdc4ebe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:d8:5d","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-1","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:25Z","binding:vnic_type":"normal","device_id":"125187ba-56e2-4d9e-b2b5-50e424952d79"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.3"}],"id":"a186a00e-6611-4890-bf59-1775d9310244","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:2c:c9","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bd28c664-0dcf-4a4d-b160-3aa61157d989"}]} 2018-10-04 15:18:38,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-24547e84-d074-4458-8e08-21f126d4c736 2018-10-04 15:18:38,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:39,092 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-248bd64a-9dfb-4a66-9bf7-53a1271faad4 x-compute-request-id: req-248bd64a-9dfb-4a66-9bf7-53a1271faad4 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:d8:5d", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/125187ba-56e2-4d9e-b2b5-50e424952d79", "rel": "bookmark"}], "image": {"id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "links": [{"href": "http://172.30.9.23:8774/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": "2018-10-04T15:18:33.000000", "flavor": {"id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "links": [{"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}]}, "id": "125187ba-56e2-4d9e-b2b5-50e424952d79", "security_groups": [{"name": "default"}], "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:18:35Z", "hostId": "73d5e36f6a9508557177b0a4051d8f9fa4f1c4cc2730852217495415", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-04T15:18:29Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:18:39,093 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 used request id req-248bd64a-9dfb-4a66-9bf7-53a1271faad4 2018-10-04 15:18:39,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:39,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-3c77e786-29e7-4a4c-85da-1b174404ca92 Date: Thu, 04 Oct 2018 15:18:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["63f1b398-02c7-4093-9c0c-9e6fe6a8bebb"],"description":"","tags":[],"updated_at":"2018-10-04T15:18:17Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:16Z","provider:network_type":"vxlan"}]} 2018-10-04 15:18:39,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net used request id req-3c77e786-29e7-4a4c-85da-1b174404ca92 2018-10-04 15:18:39,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:39,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21dbc5c8-8069-4f98-8c55-01e998f03526 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:18:39,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-21dbc5c8-8069-4f98-8c55-01e998f03526 2018-10-04 15:18:39,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:39,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-3b66ee9c-0792-471a-9632-8edadde54ff4 Date: Thu, 04 Oct 2018 15:18:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:18:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-subnet"}]} 2018-10-04 15:18:39,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-3b66ee9c-0792-471a-9632-8edadde54ff4 2018-10-04 15:18:39,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:18:39,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-84035238-49e2-4862-9c72-75379d7586c5 Date: Thu, 04 Oct 2018 15:18:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.2"}],"id":"26ded33a-b7f6-46a5-803c-0be292502e20","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c1:5c:86","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bd28c664-0dcf-4a4d-b160-3aa61157d989"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.4"}],"id":"3ba09239-b06f-4333-b664-1121087d1b5b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:ab:44","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bd28c664-0dcf-4a4d-b160-3aa61157d989"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:35Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.6"}],"id":"4cdebd5d-1628-48cf-b4bc-3b8d496ec71d","security_groups":["2c85e961-5fba-44fd-86fd-36660bdc4ebe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:d8:5d","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-1","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:25Z","binding:vnic_type":"normal","device_id":"125187ba-56e2-4d9e-b2b5-50e424952d79"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.3"}],"id":"a186a00e-6611-4890-bf59-1775d9310244","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:2c:c9","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bd28c664-0dcf-4a4d-b160-3aa61157d989"}]} 2018-10-04 15:18:39,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-84035238-49e2-4862-9c72-75379d7586c5 2018-10-04 15:18:39,377 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:18:39,378 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:18:39,764 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:18:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["E5pTY7UoQBK3RUR8f_3cow"], "issued_at": "2018-10-04T15:18:39.000000Z"}} 2018-10-04 15:18:39,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:39,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9094968-0b34-44ae-a3e8-e34bbc02e428 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:18:39,852 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b9094968-0b34-44ae-a3e8-e34bbc02e428 2018-10-04 15:18:39,854 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:18:39,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:39,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8727f91a-8096-46e2-a8a8-40ca04d63663 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:18:39,942 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8727f91a-8096-46e2-a8a8-40ca04d63663 2018-10-04 15:18:39,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:40,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-57724daf-1c0d-464e-b5fb-129000b1ecbe Date: Thu, 04 Oct 2018 15:18:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["63f1b398-02c7-4093-9c0c-9e6fe6a8bebb"],"description":"","tags":[],"updated_at":"2018-10-04T15:18:17Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:16Z","provider:network_type":"vxlan"}]} 2018-10-04 15:18:40,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net used request id req-57724daf-1c0d-464e-b5fb-129000b1ecbe 2018-10-04 15:18:40,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:18:40,198 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:18:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:18:40,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:40,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-849b3625-a98d-4e6d-86a5-0f78904f0e13 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:18:40,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-849b3625-a98d-4e6d-86a5-0f78904f0e13 2018-10-04 15:18:40,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:40,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-230ac502-db40-4fea-9dd2-7216a7e37e57 Date: Thu, 04 Oct 2018 15:18:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:18:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-subnet"}]} 2018-10-04 15:18:40,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-230ac502-db40-4fea-9dd2-7216a7e37e57 2018-10-04 15:18:40,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989&name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:40,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3727cab8-107c-482b-8689-9c2c58371ddc Date: Thu, 04 Oct 2018 15:18:40 GMT RESP BODY: {"ports":[]} 2018-10-04 15:18:40,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989&name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-2&admin_state_up=True used request id req-3727cab8-107c-482b-8689-9c2c58371ddc 2018-10-04 15:18:40,632 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova%3Aovercloud-novacompute-1.opnfvlf.org -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:40,875 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18: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-8bfa3119-81df-4d1d-abe0-cb4ed471fbef x-compute-request-id: req-8bfa3119-81df-4d1d-abe0-cb4ed471fbef Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:18:40,875 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova%3Aovercloud-novacompute-1.opnfvlf.org used request id req-8bfa3119-81df-4d1d-abe0-cb4ed471fbef 2018-10-04 15:18:40,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:41,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-c2c06998-a10d-476e-a11b-a5bca0ecc07e Date: Thu, 04 Oct 2018 15:18:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["63f1b398-02c7-4093-9c0c-9e6fe6a8bebb"],"description":"","tags":[],"updated_at":"2018-10-04T15:18:17Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:16Z","provider:network_type":"vxlan"}]} 2018-10-04 15:18:41,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net used request id req-c2c06998-a10d-476e-a11b-a5bca0ecc07e 2018-10-04 15:18:41,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:41,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0d91515-6633-47dc-9177-577f70459d5b Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:18:41,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-f0d91515-6633-47dc-9177-577f70459d5b 2018-10-04 15:18:41,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:41,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-61f9dd72-e485-4522-9db1-bdbfbdc8eced Date: Thu, 04 Oct 2018 15:18:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:18:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-subnet"}]} 2018-10-04 15:18:41,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-61f9dd72-e485-4522-9db1-bdbfbdc8eced 2018-10-04 15:18:41,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989&name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:41,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ab82ef8b-c3ff-429a-bc1e-0c715916f84c Date: Thu, 04 Oct 2018 15:18:41 GMT RESP BODY: {"ports":[]} 2018-10-04 15:18:41,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989&name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-2&admin_state_up=True used request id req-ab82ef8b-c3ff-429a-bc1e-0c715916f84c 2018-10-04 15:18:41,607 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:18:41,608 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:18:41,984 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:18:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["31myzgcWRBi5k4ZVObvNzw"], "issued_at": "2018-10-04T15:18:41.000000Z"}} 2018-10-04 15:18:41,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ca4b75fd1c9fa2c384bfc385fb7faf44d5d96e4" 2018-10-04 15:18:42,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c59d1ef0-a85b-4c01-bf72-bd6713a9b211 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:18:42,067 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c59d1ef0-a85b-4c01-bf72-bd6713a9b211 2018-10-04 15:18:42,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:42,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-39904350-df5d-4055-a488-9a1bc6727b0b Date: Thu, 04 Oct 2018 15:18:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["63f1b398-02c7-4093-9c0c-9e6fe6a8bebb"],"description":"","tags":[],"updated_at":"2018-10-04T15:18:17Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:16Z","provider:network_type":"vxlan"}]} 2018-10-04 15:18:42,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net used request id req-39904350-df5d-4055-a488-9a1bc6727b0b 2018-10-04 15:18:42,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:42,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-9eaaeae6-a96a-410a-93d5-808e7260ee74 Date: Thu, 04 Oct 2018 15:18:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:18:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-subnet"}]} 2018-10-04 15:18:42,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-9eaaeae6-a96a-410a-93d5-808e7260ee74 2018-10-04 15:18:42,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:42,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-d2e0ff76-f626-4bba-9dc0-9c853f41e93f Date: Thu, 04 Oct 2018 15:18:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["63f1b398-02c7-4093-9c0c-9e6fe6a8bebb"],"description":"","tags":[],"updated_at":"2018-10-04T15:18:17Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:16Z","provider:network_type":"vxlan"}]} 2018-10-04 15:18:42,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net used request id req-d2e0ff76-f626-4bba-9dc0-9c853f41e93f 2018-10-04 15:18:42,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:18:42,641 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:18:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:18:42,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ca4b75fd1c9fa2c384bfc385fb7faf44d5d96e4" 2018-10-04 15:18:42,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24a55a8b-df3d-46c0-ae20-de14549f723b Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:18:42,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-24a55a8b-df3d-46c0-ae20-de14549f723b 2018-10-04 15:18:42,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:42,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-58c1e303-2504-44bf-b821-25895ce7415f Date: Thu, 04 Oct 2018 15:18:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:18:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-subnet"}]} 2018-10-04 15:18:42,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-58c1e303-2504-44bf-b821-25895ce7415f 2018-10-04 15:18:42,777 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net 2018-10-04 15:18:42,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" -d '{"port": {"network_id": "bd28c664-0dcf-4a4d-b160-3aa61157d989", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-2", "admin_state_up": true}}' 2018-10-04 15:18:44,096 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-0793079c-4da5-4bc0-8fe3-99015002a548 Date: Thu, 04 Oct 2018 15:18:44 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:43Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.11"}],"id":"77b13a30-c567-4e7b-8b5d-9e7844f6681d","security_groups":["2c85e961-5fba-44fd-86fd-36660bdc4ebe"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9b:f4:91","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-2","project_id":"37b49a87c69d406f8a162c83c144ee19","qos_policy_id":null,"admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:43Z","binding:vnic_type":"normal"}} 2018-10-04 15:18:44,096 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-0793079c-4da5-4bc0-8fe3-99015002a548 2018-10-04 15:18:44,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:44,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-a5402e21-0a7c-4136-9065-eee1d90ac833 Date: Thu, 04 Oct 2018 15:18:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["63f1b398-02c7-4093-9c0c-9e6fe6a8bebb"],"description":"","tags":[],"updated_at":"2018-10-04T15:18:17Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:16Z","provider:network_type":"vxlan"}]} 2018-10-04 15:18:44,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net used request id req-a5402e21-0a7c-4136-9065-eee1d90ac833 2018-10-04 15:18:44,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:44,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b92aee5-2e10-4bb9-a80d-b30846609940 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:18:44,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-1b92aee5-2e10-4bb9-a80d-b30846609940 2018-10-04 15:18:44,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:44,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-c10f0ee4-b357-4124-967f-0fcb78bcce12 Date: Thu, 04 Oct 2018 15:18:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:18:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-subnet"}]} 2018-10-04 15:18:44,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-c10f0ee4-b357-4124-967f-0fcb78bcce12 2018-10-04 15:18:44,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989&name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:44,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-43565157-3fe1-449e-8b99-5741c741e7c9 Date: Thu, 04 Oct 2018 15:18:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:43Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.11"}],"id":"77b13a30-c567-4e7b-8b5d-9e7844f6681d","security_groups":["2c85e961-5fba-44fd-86fd-36660bdc4ebe"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9b:f4:91","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-2","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:43Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:18:44,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989&name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-2&admin_state_up=True used request id req-43565157-3fe1-449e-8b99-5741c741e7c9 2018-10-04 15:18:44,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:44,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a95588e-bc20-4816-ac2e-9fb03eed8ead Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:18:44,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-9a95588e-bc20-4816-ac2e-9fb03eed8ead 2018-10-04 15:18:44,800 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-04 15:18:44,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:44,830 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18: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-20c31094-c8ba-4ce9-a45a-79b76a3df4c9 x-compute-request-id: req-20c31094-c8ba-4ce9-a45a-79b76a3df4c9 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}], "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-flavor-name"}]} 2018-10-04 15:18:44,830 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-20c31094-c8ba-4ce9-a45a-79b76a3df4c9 2018-10-04 15:18:44,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:44,853 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18: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-1ee78355-da10-40e6-b881-9b12e476df85 x-compute-request-id: req-1ee78355-da10-40e6-b881-9b12e476df85 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:18:44,853 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701 used request id req-1ee78355-da10-40e6-b881-9b12e476df85 2018-10-04 15:18:44,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:45,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1064 Content-Type: application/json X-Openstack-Request-Id: req-3b533c37-02be-46c8-b38c-b51f840b722a Date: Thu, 04 Oct 2018 15:18:45 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:18:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:18:21Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f/snap", "metadata": {}}], "self": "/v2/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "min_disk": 0, "protected": false, "id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "file": "/v2/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5d0ea1c9924c4c468b2d2f9906f63375", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-image"} 2018-10-04 15:18:45,034 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-image used request id req-3b533c37-02be-46c8-b38c-b51f840b722a 2018-10-04 15:18:45,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:45,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f080a05f-8547-4c65-a292-dc95271299b1 Date: Thu, 04 Oct 2018 15:18:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:18:45,182 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-f080a05f-8547-4c65-a292-dc95271299b1 2018-10-04 15:18:45,189 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" -d '{"server": {"name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-1.opnfvlf.org", "imageRef": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "83ca7712-70f9-42f2-aac0-95b22e36d701", "max_count": 1, "min_count": 1, "networks": [{"port": "77b13a30-c567-4e7b-8b5d-9e7844f6681d"}]}}' 2018-10-04 15:18:46,922 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:18: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-4c1c5c0a-2b9e-4593-a16f-e87083e3d5b6 x-compute-request-id: req-4c1c5c0a-2b9e-4593-a16f-e87083e3d5b6 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "rel": "bookmark"}], "adminPass": "Pv8ZJ2RTpjhU"}} 2018-10-04 15:18:46,923 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-4c1c5c0a-2b9e-4593-a16f-e87083e3d5b6 2018-10-04 15:18:46,926 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:47,214 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b16330a8-4edc-4bc9-a9af-99136334a31b x-compute-request-id: req-b16330a8-4edc-4bc9-a9af-99136334a31b Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "rel": "bookmark"}], "image": {"id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "links": [{"href": "http://172.30.9.23:8774/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "links": [{"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}]}, "id": "ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:18:46Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-04T15:18:46Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:18:47,214 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 used request id req-b16330a8-4edc-4bc9-a9af-99136334a31b 2018-10-04 15:18:47,214 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-04 15:18:47,217 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:47,580 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18: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-ec85ac08-a62d-4953-b794-cd142bfbd3e5 x-compute-request-id: req-ec85ac08-a62d-4953-b794-cd142bfbd3e5 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "rel": "bookmark"}], "image": {"id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "links": [{"href": "http://172.30.9.23:8774/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "links": [{"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}]}, "id": "ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:18:47Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-04T15:18:46Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:18:47,581 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 used request id req-ec85ac08-a62d-4953-b794-cd142bfbd3e5 2018-10-04 15:18:47,581 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2018-10-04 15:18:47,581 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:18:50,584 - create_instance - DEBUG - VM status query timeout in 896.630014181 2018-10-04 15:18:50,588 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:50,893 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61aafb68-9e74-4f56-a12c-5e4efe4d7e70 x-compute-request-id: req-61aafb68-9e74-4f56-a12c-5e4efe4d7e70 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:f4:91", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "rel": "bookmark"}], "image": {"id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "links": [{"href": "http://172.30.9.23:8774/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": null, "flavor": {"id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "links": [{"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}]}, "id": "ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "security_groups": [{"name": "default"}], "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:18:48Z", "hostId": "52c4dc42ce7ea8940e5dc8c219f7cf6d0265ae4018d6a196be136aa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-04T15:18:46Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:18:50,894 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 used request id req-61aafb68-9e74-4f56-a12c-5e4efe4d7e70 2018-10-04 15:18:50,894 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2018-10-04 15:18:50,894 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:18:53,898 - create_instance - DEBUG - VM status query timeout in 893.316928148 2018-10-04 15:18:53,901 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:54,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ee78632-b581-462d-bf5e-cb77182054bd x-compute-request-id: req-2ee78632-b581-462d-bf5e-cb77182054bd Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:f4:91", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "rel": "bookmark"}], "image": {"id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "links": [{"href": "http://172.30.9.23:8774/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": null, "flavor": {"id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "links": [{"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}]}, "id": "ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "security_groups": [{"name": "default"}], "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:18:48Z", "hostId": "52c4dc42ce7ea8940e5dc8c219f7cf6d0265ae4018d6a196be136aa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-04T15:18:46Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:18:54,662 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 used request id req-2ee78632-b581-462d-bf5e-cb77182054bd 2018-10-04 15:18:54,662 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2018-10-04 15:18:54,662 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:18:57,666 - create_instance - DEBUG - VM status query timeout in 889.548929214 2018-10-04 15:18:57,669 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:58,459 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d27dc7c-93bd-4fdf-be0d-a64a03ce2d30 x-compute-request-id: req-9d27dc7c-93bd-4fdf-be0d-a64a03ce2d30 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:f4:91", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "rel": "bookmark"}], "image": {"id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "links": [{"href": "http://172.30.9.23:8774/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-10-04T15:18:51.000000", "flavor": {"id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "links": [{"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}]}, "id": "ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "security_groups": [{"name": "default"}], "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:18:54Z", "hostId": "52c4dc42ce7ea8940e5dc8c219f7cf6d0265ae4018d6a196be136aa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-04T15:18:46Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:18:58,459 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 used request id req-9d27dc7c-93bd-4fdf-be0d-a64a03ce2d30 2018-10-04 15:18:58,459 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-10-04 15:18:58,460 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:18:58,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:59,034 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18: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-b3b9263b-b390-4e13-8f25-837bcbfecec9 x-compute-request-id: req-b3b9263b-b390-4e13-8f25-837bcbfecec9 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:f4:91", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "rel": "bookmark"}], "image": {"id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "links": [{"href": "http://172.30.9.23:8774/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-10-04T15:18:51.000000", "flavor": {"id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "links": [{"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}]}, "id": "ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "security_groups": [{"name": "default"}], "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:18:54Z", "hostId": "52c4dc42ce7ea8940e5dc8c219f7cf6d0265ae4018d6a196be136aa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-04T15:18:46Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:18:59,034 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 used request id req-b3b9263b-b390-4e13-8f25-837bcbfecec9 2018-10-04 15:18:59,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:59,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-0e3e7805-e300-4aed-a55d-b53f5170802f Date: Thu, 04 Oct 2018 15:18:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["63f1b398-02c7-4093-9c0c-9e6fe6a8bebb"],"description":"","tags":[],"updated_at":"2018-10-04T15:18:17Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:16Z","provider:network_type":"vxlan"}]} 2018-10-04 15:18:59,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net used request id req-0e3e7805-e300-4aed-a55d-b53f5170802f 2018-10-04 15:18:59,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:59,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df420311-3ce9-4682-8efa-0408e623b9a3 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:18:59,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-df420311-3ce9-4682-8efa-0408e623b9a3 2018-10-04 15:18:59,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:59,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-6b9bae4f-7ab7-4011-8a76-927b80efdde9 Date: Thu, 04 Oct 2018 15:18:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:18:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-subnet"}]} 2018-10-04 15:18:59,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-6b9bae4f-7ab7-4011-8a76-927b80efdde9 2018-10-04 15:18:59,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:18:59,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-1ad5ce50-becd-4dd5-afaa-5eccdbc886bb Date: Thu, 04 Oct 2018 15:18:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.2"}],"id":"26ded33a-b7f6-46a5-803c-0be292502e20","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c1:5c:86","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bd28c664-0dcf-4a4d-b160-3aa61157d989"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.4"}],"id":"3ba09239-b06f-4333-b664-1121087d1b5b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:ab:44","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bd28c664-0dcf-4a4d-b160-3aa61157d989"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:35Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.6"}],"id":"4cdebd5d-1628-48cf-b4bc-3b8d496ec71d","security_groups":["2c85e961-5fba-44fd-86fd-36660bdc4ebe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:d8:5d","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-1","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:25Z","binding:vnic_type":"normal","device_id":"125187ba-56e2-4d9e-b2b5-50e424952d79"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:53Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.11"}],"id":"77b13a30-c567-4e7b-8b5d-9e7844f6681d","security_groups":["2c85e961-5fba-44fd-86fd-36660bdc4ebe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:f4:91","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-2","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:43Z","binding:vnic_type":"normal","device_id":"ace19c6c-2c86-4eef-8e48-e29d1f72c1d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.3"}],"id":"a186a00e-6611-4890-bf59-1775d9310244","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:2c:c9","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bd28c664-0dcf-4a4d-b160-3aa61157d989"}]} 2018-10-04 15:18:59,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-1ad5ce50-becd-4dd5-afaa-5eccdbc886bb 2018-10-04 15:18:59,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:19:00,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:18: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-f724e82a-3321-4234-9b12-77a77d095fd7 x-compute-request-id: req-f724e82a-3321-4234-9b12-77a77d095fd7 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:f4:91", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "rel": "bookmark"}], "image": {"id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "links": [{"href": "http://172.30.9.23:8774/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-10-04T15:18:51.000000", "flavor": {"id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "links": [{"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}]}, "id": "ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "security_groups": [{"name": "default"}], "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:18:54Z", "hostId": "52c4dc42ce7ea8940e5dc8c219f7cf6d0265ae4018d6a196be136aa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-04T15:18:46Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:19:00,008 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 used request id req-f724e82a-3321-4234-9b12-77a77d095fd7 2018-10-04 15:19:00,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:19:00,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-2608d0aa-8e2b-4f6e-8702-4db864f1c38e Date: Thu, 04 Oct 2018 15:19:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["63f1b398-02c7-4093-9c0c-9e6fe6a8bebb"],"description":"","tags":[],"updated_at":"2018-10-04T15:18:17Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:16Z","provider:network_type":"vxlan"}]} 2018-10-04 15:19:00,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net used request id req-2608d0aa-8e2b-4f6e-8702-4db864f1c38e 2018-10-04 15:19:00,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:19:00,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4863436d-6166-4c57-a0b1-f55f3505abe5 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:19:00,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-4863436d-6166-4c57-a0b1-f55f3505abe5 2018-10-04 15:19:00,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:19:00,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-a15c9028-0c30-4ccd-9e42-5b0b2b364ac5 Date: Thu, 04 Oct 2018 15:19:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:18:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-subnet"}]} 2018-10-04 15:19:00,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-a15c9028-0c30-4ccd-9e42-5b0b2b364ac5 2018-10-04 15:19:00,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:19:00,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-049e42bb-0517-41c5-9136-22bc99a705ca Date: Thu, 04 Oct 2018 15:19:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.2"}],"id":"26ded33a-b7f6-46a5-803c-0be292502e20","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c1:5c:86","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bd28c664-0dcf-4a4d-b160-3aa61157d989"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.4"}],"id":"3ba09239-b06f-4333-b664-1121087d1b5b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:ab:44","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bd28c664-0dcf-4a4d-b160-3aa61157d989"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:35Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.6"}],"id":"4cdebd5d-1628-48cf-b4bc-3b8d496ec71d","security_groups":["2c85e961-5fba-44fd-86fd-36660bdc4ebe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:d8:5d","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-1","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:25Z","binding:vnic_type":"normal","device_id":"125187ba-56e2-4d9e-b2b5-50e424952d79"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:53Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.11"}],"id":"77b13a30-c567-4e7b-8b5d-9e7844f6681d","security_groups":["2c85e961-5fba-44fd-86fd-36660bdc4ebe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:f4:91","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-2","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:43Z","binding:vnic_type":"normal","device_id":"ace19c6c-2c86-4eef-8e48-e29d1f72c1d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.3"}],"id":"a186a00e-6611-4890-bf59-1775d9310244","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:2c:c9","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bd28c664-0dcf-4a4d-b160-3aa61157d989"}]} 2018-10-04 15:19:00,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-049e42bb-0517-41c5-9136-22bc99a705ca 2018-10-04 15:19:00,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:19:00,741 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49660328-e549-42fb-a862-337f5b720447 x-compute-request-id: req-49660328-e549-42fb-a862-337f5b720447 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:f4:91", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "rel": "bookmark"}], "image": {"id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "links": [{"href": "http://172.30.9.23:8774/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-10-04T15:18:51.000000", "flavor": {"id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "links": [{"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}]}, "id": "ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "security_groups": [{"name": "default"}], "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:18:54Z", "hostId": "52c4dc42ce7ea8940e5dc8c219f7cf6d0265ae4018d6a196be136aa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-04T15:18:46Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:19:00,741 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 used request id req-49660328-e549-42fb-a862-337f5b720447 2018-10-04 15:19:00,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:19:00,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-2d9e71b2-35c8-445a-b5f1-d2101f792d5e Date: Thu, 04 Oct 2018 15:19:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["63f1b398-02c7-4093-9c0c-9e6fe6a8bebb"],"description":"","tags":[],"updated_at":"2018-10-04T15:18:17Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:16Z","provider:network_type":"vxlan"}]} 2018-10-04 15:19:00,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net used request id req-2d9e71b2-35c8-445a-b5f1-d2101f792d5e 2018-10-04 15:19:00,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:19:00,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f91b4f88-f5d9-4dd4-abc0-e1ccf2002e7e Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:19:00,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-f91b4f88-f5d9-4dd4-abc0-e1ccf2002e7e 2018-10-04 15:19:00,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:19:01,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-a3c24bdc-cc3d-413c-ac44-c092bd4bb11e Date: Thu, 04 Oct 2018 15:19:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:18:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-subnet"}]} 2018-10-04 15:19:01,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-a3c24bdc-cc3d-413c-ac44-c092bd4bb11e 2018-10-04 15:19:01,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:19:01,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-c78bd483-ed71-47c8-aa7a-e96b77720773 Date: Thu, 04 Oct 2018 15:19:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.2"}],"id":"26ded33a-b7f6-46a5-803c-0be292502e20","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c1:5c:86","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bd28c664-0dcf-4a4d-b160-3aa61157d989"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.4"}],"id":"3ba09239-b06f-4333-b664-1121087d1b5b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:ab:44","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bd28c664-0dcf-4a4d-b160-3aa61157d989"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:35Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.6"}],"id":"4cdebd5d-1628-48cf-b4bc-3b8d496ec71d","security_groups":["2c85e961-5fba-44fd-86fd-36660bdc4ebe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:d8:5d","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-1","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:25Z","binding:vnic_type":"normal","device_id":"125187ba-56e2-4d9e-b2b5-50e424952d79"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:53Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.11"}],"id":"77b13a30-c567-4e7b-8b5d-9e7844f6681d","security_groups":["2c85e961-5fba-44fd-86fd-36660bdc4ebe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:f4:91","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-2","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:43Z","binding:vnic_type":"normal","device_id":"ace19c6c-2c86-4eef-8e48-e29d1f72c1d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.3"}],"id":"a186a00e-6611-4890-bf59-1775d9310244","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:2c:c9","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bd28c664-0dcf-4a4d-b160-3aa61157d989"}]} 2018-10-04 15:19:01,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-c78bd483-ed71-47c8-aa7a-e96b77720773 2018-10-04 15:19:01,185 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:19:01,622 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d0fe8adb-2166-43e2-9f87-6a42e178c939 x-compute-request-id: req-d0fe8adb-2166-43e2-9f87-6a42e178c939 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:d8:5d", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/125187ba-56e2-4d9e-b2b5-50e424952d79", "rel": "bookmark"}], "image": {"id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "links": [{"href": "http://172.30.9.23:8774/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": "2018-10-04T15:18:33.000000", "flavor": {"id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "links": [{"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}]}, "id": "125187ba-56e2-4d9e-b2b5-50e424952d79", "security_groups": [{"name": "default"}], "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:18:35Z", "hostId": "73d5e36f6a9508557177b0a4051d8f9fa4f1c4cc2730852217495415", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-04T15:18:29Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:19:01,622 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 used request id req-d0fe8adb-2166-43e2-9f87-6a42e178c939 2018-10-04 15:19:01,622 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-10-04 15:19:01,623 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:19:01,626 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:19:02,070 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-612ba9ad-8bb0-4f64-ab4b-eaf43d953d74 x-compute-request-id: req-612ba9ad-8bb0-4f64-ab4b-eaf43d953d74 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:d8:5d", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/125187ba-56e2-4d9e-b2b5-50e424952d79", "rel": "bookmark"}], "image": {"id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "links": [{"href": "http://172.30.9.23:8774/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": "2018-10-04T15:18:33.000000", "flavor": {"id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "links": [{"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}]}, "id": "125187ba-56e2-4d9e-b2b5-50e424952d79", "security_groups": [{"name": "default"}], "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:18:35Z", "hostId": "73d5e36f6a9508557177b0a4051d8f9fa4f1c4cc2730852217495415", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-04T15:18:29Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:19:02,070 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 used request id req-612ba9ad-8bb0-4f64-ab4b-eaf43d953d74 2018-10-04 15:19:02,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:19:02,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-e297dd11-25c0-4125-a618-bc92353ac2b6 Date: Thu, 04 Oct 2018 15:19:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["63f1b398-02c7-4093-9c0c-9e6fe6a8bebb"],"description":"","tags":[],"updated_at":"2018-10-04T15:18:17Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:16Z","provider:network_type":"vxlan"}]} 2018-10-04 15:19:02,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net used request id req-e297dd11-25c0-4125-a618-bc92353ac2b6 2018-10-04 15:19:02,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:19:02,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ed2f835-a760-4877-8988-7ddd11c46ebc Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:19:02,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-6ed2f835-a760-4877-8988-7ddd11c46ebc 2018-10-04 15:19:02,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:19:02,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-9171e652-93ae-433c-94f8-88bdc4ddd2a5 Date: Thu, 04 Oct 2018 15:19:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:18:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-subnet"}]} 2018-10-04 15:19:02,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-9171e652-93ae-433c-94f8-88bdc4ddd2a5 2018-10-04 15:19:02,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:19:02,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-dab0a28d-36c2-4a80-bb95-36fb0ddf5da4 Date: Thu, 04 Oct 2018 15:19:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.2"}],"id":"26ded33a-b7f6-46a5-803c-0be292502e20","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c1:5c:86","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bd28c664-0dcf-4a4d-b160-3aa61157d989"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.4"}],"id":"3ba09239-b06f-4333-b664-1121087d1b5b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:ab:44","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bd28c664-0dcf-4a4d-b160-3aa61157d989"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:35Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.6"}],"id":"4cdebd5d-1628-48cf-b4bc-3b8d496ec71d","security_groups":["2c85e961-5fba-44fd-86fd-36660bdc4ebe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:d8:5d","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-1","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:25Z","binding:vnic_type":"normal","device_id":"125187ba-56e2-4d9e-b2b5-50e424952d79"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:53Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.11"}],"id":"77b13a30-c567-4e7b-8b5d-9e7844f6681d","security_groups":["2c85e961-5fba-44fd-86fd-36660bdc4ebe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:f4:91","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-2","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:43Z","binding:vnic_type":"normal","device_id":"ace19c6c-2c86-4eef-8e48-e29d1f72c1d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.3"}],"id":"a186a00e-6611-4890-bf59-1775d9310244","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:2c:c9","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bd28c664-0dcf-4a4d-b160-3aa61157d989"}]} 2018-10-04 15:19:02,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-dab0a28d-36c2-4a80-bb95-36fb0ddf5da4 2018-10-04 15:19:02,656 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:19:03,129 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-20615330-95ad-4073-8c29-9de74872fac7 x-compute-request-id: req-20615330-95ad-4073-8c29-9de74872fac7 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:d8:5d", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/125187ba-56e2-4d9e-b2b5-50e424952d79", "rel": "bookmark"}], "image": {"id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "links": [{"href": "http://172.30.9.23:8774/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": "2018-10-04T15:18:33.000000", "flavor": {"id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "links": [{"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}]}, "id": "125187ba-56e2-4d9e-b2b5-50e424952d79", "security_groups": [{"name": "default"}], "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:18:35Z", "hostId": "73d5e36f6a9508557177b0a4051d8f9fa4f1c4cc2730852217495415", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-04T15:18:29Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:19:03,130 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 used request id req-20615330-95ad-4073-8c29-9de74872fac7 2018-10-04 15:19:03,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:19:03,560 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f769757-ade5-448e-a80f-684978ba5777 x-compute-request-id: req-2f769757-ade5-448e-a80f-684978ba5777 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:f4:91", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "rel": "bookmark"}], "image": {"id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "links": [{"href": "http://172.30.9.23:8774/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-10-04T15:18:51.000000", "flavor": {"id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "links": [{"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}]}, "id": "ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "security_groups": [{"name": "default"}], "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:18:54Z", "hostId": "52c4dc42ce7ea8940e5dc8c219f7cf6d0265ae4018d6a196be136aa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-04T15:18:46Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:19:03,561 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 used request id req-2f769757-ade5-448e-a80f-684978ba5777 2018-10-04 15:19:03,561 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-10-04 15:19:03,561 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:19:03,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:19:04,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e676ab0-3f50-429f-b360-0ec5d8b7bbac x-compute-request-id: req-9e676ab0-3f50-429f-b360-0ec5d8b7bbac Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:f4:91", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "rel": "bookmark"}], "image": {"id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "links": [{"href": "http://172.30.9.23:8774/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-10-04T15:18:51.000000", "flavor": {"id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "links": [{"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}]}, "id": "ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "security_groups": [{"name": "default"}], "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:18:54Z", "hostId": "52c4dc42ce7ea8940e5dc8c219f7cf6d0265ae4018d6a196be136aa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-04T15:18:46Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:19:04,236 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 used request id req-9e676ab0-3f50-429f-b360-0ec5d8b7bbac 2018-10-04 15:19:04,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:19:04,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-453ca113-1bfe-43f7-9c7f-51a38cdb3785 Date: Thu, 04 Oct 2018 15:19:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","subnets":["63f1b398-02c7-4093-9c0c-9e6fe6a8bebb"],"description":"","tags":[],"updated_at":"2018-10-04T15:18:17Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net","admin_state_up":true,"tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:16Z","provider:network_type":"vxlan"}]} 2018-10-04 15:19:04,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net used request id req-453ca113-1bfe-43f7-9c7f-51a38cdb3785 2018-10-04 15:19:04,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:19:04,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f85d877a-5a0a-4131-9b4c-e0cd6146ef79 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:19:04,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-f85d877a-5a0a-4131-9b4c-e0cd6146ef79 2018-10-04 15:19:04,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:19:04,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-a015d441-92a7-4272-90c9-a5505412fd2f Date: Thu, 04 Oct 2018 15:19:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:17Z","dns_nameservers":[],"updated_at":"2018-10-04T15:18:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"37b49a87c69d406f8a162c83c144ee19","id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-subnet"}]} 2018-10-04 15:19:04,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-a015d441-92a7-4272-90c9-a5505412fd2f 2018-10-04 15:19:04,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:19:04,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-cc1ef395-297e-4221-808b-828b90a2ce4a Date: Thu, 04 Oct 2018 15:19:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.2"}],"id":"26ded33a-b7f6-46a5-803c-0be292502e20","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c1:5c:86","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bd28c664-0dcf-4a4d-b160-3aa61157d989"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.4"}],"id":"3ba09239-b06f-4333-b664-1121087d1b5b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:ab:44","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bd28c664-0dcf-4a4d-b160-3aa61157d989"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:35Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.6"}],"id":"4cdebd5d-1628-48cf-b4bc-3b8d496ec71d","security_groups":["2c85e961-5fba-44fd-86fd-36660bdc4ebe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:d8:5d","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-1","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:25Z","binding:vnic_type":"normal","device_id":"125187ba-56e2-4d9e-b2b5-50e424952d79"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:53Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.11"}],"id":"77b13a30-c567-4e7b-8b5d-9e7844f6681d","security_groups":["2c85e961-5fba-44fd-86fd-36660bdc4ebe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:f4:91","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-2","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:43Z","binding:vnic_type":"normal","device_id":"ace19c6c-2c86-4eef-8e48-e29d1f72c1d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:18:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63f1b398-02c7-4093-9c0c-9e6fe6a8bebb","ip_address":"10.55.0.3"}],"id":"a186a00e-6611-4890-bf59-1775d9310244","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:2c:c9","project_id":"37b49a87c69d406f8a162c83c144ee19","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bd28c664-0dcf-4a4d-b160-3aa61157d989","tenant_id":"37b49a87c69d406f8a162c83c144ee19","created_at":"2018-10-04T15:18:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bd28c664-0dcf-4a4d-b160-3aa61157d989"}]} 2018-10-04 15:19:04,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-cc1ef395-297e-4221-808b-828b90a2ce4a 2018-10-04 15:19:04,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:19:05,128 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a1ab36f-be57-4639-bf98-11e1d4a5365c x-compute-request-id: req-1a1ab36f-be57-4639-bf98-11e1d4a5365c Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:f4:91", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "rel": "bookmark"}], "image": {"id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "links": [{"href": "http://172.30.9.23:8774/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-10-04T15:18:51.000000", "flavor": {"id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "links": [{"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}]}, "id": "ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "security_groups": [{"name": "default"}], "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:18:54Z", "hostId": "52c4dc42ce7ea8940e5dc8c219f7cf6d0265ae4018d6a196be136aa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-04T15:18:46Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:19:05,128 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 used request id req-1a1ab36f-be57-4639-bf98-11e1d4a5365c 2018-10-04 15:19:05,129 - create_instance - INFO - Deleting Port with ID - 4cdebd5d-1628-48cf-b4bc-3b8d496ec71d 2018-10-04 15:19:05,129 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-1 2018-10-04 15:19:05,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/4cdebd5d-1628-48cf-b4bc-3b8d496ec71d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:19:05,700 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d2a93225-e1d4-4235-880b-f649549b12a3 Date: Thu, 04 Oct 2018 15:19:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:19:05,701 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/4cdebd5d-1628-48cf-b4bc-3b8d496ec71d used request id req-d2a93225-e1d4-4235-880b-f649549b12a3 2018-10-04 15:19:05,701 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-04 15:19:05,704 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:19:05,871 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:19:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-da180997-15be-4c9e-9c36-9d32f45a5f7c x-compute-request-id: req-da180997-15be-4c9e-9c36-9d32f45a5f7c Content-Type: application/json 2018-10-04 15:19:05,872 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 used request id req-da180997-15be-4c9e-9c36-9d32f45a5f7c 2018-10-04 15:19:05,872 - create_instance - INFO - Checking deletion status 2018-10-04 15:19:05,875 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:19:06,112 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19: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-eb82cbbb-85f7-444e-88bd-93552441aa75 x-compute-request-id: req-eb82cbbb-85f7-444e-88bd-93552441aa75 Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/125187ba-56e2-4d9e-b2b5-50e424952d79", "rel": "bookmark"}], "image": {"id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "links": [{"href": "http://172.30.9.23:8774/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": "2018-10-04T15:18:33.000000", "flavor": {"id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "links": [{"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}]}, "id": "125187ba-56e2-4d9e-b2b5-50e424952d79", "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:19:05Z", "hostId": "73d5e36f6a9508557177b0a4051d8f9fa4f1c4cc2730852217495415", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-04T15:18:29Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:19:06,113 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 used request id req-eb82cbbb-85f7-444e-88bd-93552441aa75 2018-10-04 15:19:06,113 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-10-04 15:19:06,113 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:19:09,116 - create_instance - DEBUG - VM status query timeout in 296.755887032 2018-10-04 15:19:09,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:19:09,390 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2e50716-0edf-478b-8030-32c36b14e4c6 x-compute-request-id: req-e2e50716-0edf-478b-8030-32c36b14e4c6 Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/125187ba-56e2-4d9e-b2b5-50e424952d79", "rel": "bookmark"}], "image": {"id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "links": [{"href": "http://172.30.9.23:8774/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": "2018-10-04T15:18:33.000000", "flavor": {"id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "links": [{"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}]}, "id": "125187ba-56e2-4d9e-b2b5-50e424952d79", "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:19:05Z", "hostId": "73d5e36f6a9508557177b0a4051d8f9fa4f1c4cc2730852217495415", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-04T15:18:29Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:19:09,390 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 used request id req-e2e50716-0edf-478b-8030-32c36b14e4c6 2018-10-04 15:19:09,390 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-10-04 15:19:09,390 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:19:12,394 - create_instance - DEBUG - VM status query timeout in 293.478524923 2018-10-04 15:19:12,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb4f1be35d41458343ccbbffa2f9aa1d0cc77efa" 2018-10-04 15:19:12,449 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:19: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-230fc86d-7f4a-4857-9a49-8d6d04822de6 x-compute-request-id: req-230fc86d-7f4a-4857-9a49-8d6d04822de6 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 125187ba-56e2-4d9e-b2b5-50e424952d79 could not be found.", "code": 404}} 2018-10-04 15:19:12,449 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/125187ba-56e2-4d9e-b2b5-50e424952d79 used request id req-230fc86d-7f4a-4857-9a49-8d6d04822de6 2018-10-04 15:19:12,450 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 125187ba-56e2-4d9e-b2b5-50e424952d79 could not be found. (HTTP 404) (Request-ID: req-230fc86d-7f4a-4857-9a49-8d6d04822de6) 2018-10-04 15:19:12,450 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-04 15:19:12,451 - create_instance - INFO - Deleting Port with ID - 77b13a30-c567-4e7b-8b5d-9e7844f6681d 2018-10-04 15:19:12,451 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03ddport-2 2018-10-04 15:19:12,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/77b13a30-c567-4e7b-8b5d-9e7844f6681d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:19:12,999 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4232d766-a2ff-4eee-ac08-aa4c603ed2d7 Date: Thu, 04 Oct 2018 15:19:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:19:12,999 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/77b13a30-c567-4e7b-8b5d-9e7844f6681d used request id req-4232d766-a2ff-4eee-ac08-aa4c603ed2d7 2018-10-04 15:19:13,000 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-04 15:19:13,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:19:13,141 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:19: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-489cc18f-1501-4aa2-869e-f6031d8bd518 x-compute-request-id: req-489cc18f-1501-4aa2-869e-f6031d8bd518 Content-Type: application/json 2018-10-04 15:19:13,142 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 used request id req-489cc18f-1501-4aa2-869e-f6031d8bd518 2018-10-04 15:19:13,142 - create_instance - INFO - Checking deletion status 2018-10-04 15:19:13,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:19:13,406 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19: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-f0652e9b-7814-4947-b533-754e57e3248d x-compute-request-id: req-f0652e9b-7814-4947-b533-754e57e3248d Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:f4:91", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "rel": "bookmark"}], "image": {"id": "77d8fa94-eae2-4db7-98ed-43fc9db1575f", "links": [{"href": "http://172.30.9.23:8774/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-10-04T15:18:51.000000", "flavor": {"id": "83ca7712-70f9-42f2-aac0-95b22e36d701", "links": [{"href": "http://172.30.9.23:8774/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701", "rel": "bookmark"}]}, "id": "ace19c6c-2c86-4eef-8e48-e29d1f72c1d1", "user_id": "3a032000a46e41578f8c47bddd5776da", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:19:13Z", "hostId": "52c4dc42ce7ea8940e5dc8c219f7cf6d0265ae4018d6a196be136aa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-04T15:18:46Z", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:19:13,406 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 used request id req-f0652e9b-7814-4947-b533-754e57e3248d 2018-10-04 15:19:13,406 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-10-04 15:19:13,406 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:19:16,410 - create_instance - DEBUG - VM status query timeout in 296.732443094 2018-10-04 15:19:16,413 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8543ae14448878aa8ea4fe235be90019d0426" 2018-10-04 15:19:16,473 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:19:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e6425e19-7b3e-4f43-b5ba-3777af3c2a76 x-compute-request-id: req-e6425e19-7b3e-4f43-b5ba-3777af3c2a76 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 could not be found.", "code": 404}} 2018-10-04 15:19:16,473 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 used request id req-e6425e19-7b3e-4f43-b5ba-3777af3c2a76 2018-10-04 15:19:16,473 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance ace19c6c-2c86-4eef-8e48-e29d1f72c1d1 could not be found. (HTTP 404) (Request-ID: req-e6425e19-7b3e-4f43-b5ba-3777af3c2a76) 2018-10-04 15:19:16,473 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-04 15:19:16,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d7b52c199ede5d926713a53009c7744225e615f" 2018-10-04 15:19:16,519 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:19:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ef160b85-f7b5-4efd-ac62-b04bdca22eba x-compute-request-id: req-ef160b85-f7b5-4efd-ac62-b04bdca22eba Content-Length: 0 Content-Type: application/json 2018-10-04 15:19:16,519 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/83ca7712-70f9-42f2-aac0-95b22e36d701 used request id req-ef160b85-f7b5-4efd-ac62-b04bdca22eba 2018-10-04 15:19:16,520 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-subnet 2018-10-04 15:19:16,520 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-subnet 2018-10-04 15:19:16,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/63f1b398-02c7-4093-9c0c-9e6fe6a8bebb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59db6f3d4de74f2793b2574426c3542bf0cf272f" 2018-10-04 15:19:18,749 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2b49f304-561c-45cd-a547-fefb330c0d6b Date: Thu, 04 Oct 2018 15:19:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:19:18,749 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/63f1b398-02c7-4093-9c0c-9e6fe6a8bebb used request id req-2b49f304-561c-45cd-a547-fefb330c0d6b 2018-10-04 15:19:18,749 - neutron_utils - INFO - Deleting network with name CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-priv-net 2018-10-04 15:19:18,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/bd28c664-0dcf-4a4d-b160-3aa61157d989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59db6f3d4de74f2793b2574426c3542bf0cf272f" 2018-10-04 15:19:20,233 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5928e37f-e681-475c-bf12-5096442ff87f Date: Thu, 04 Oct 2018 15:19:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:19:20,234 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/bd28c664-0dcf-4a4d-b160-3aa61157d989 used request id req-5928e37f-e681-475c-bf12-5096442ff87f 2018-10-04 15:19:20,234 - glance_utils - INFO - Deleting image named - CreateInstanceOnComputeHost-e084db11-8ab0-4aec-bb9e-593e278b03dd-image 2018-10-04 15:19:20,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1805ca571a2c3c9942d4dd881d4260c62aaf90f9" 2018-10-04 15:19:21,691 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-306db99d-3d51-406e-86ad-94e424055288 Date: Thu, 04 Oct 2018 15:19:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:19:21,691 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/77d8fa94-eae2-4db7-98ed-43fc9db1575f used request id req-306db99d-3d51-406e-86ad-94e424055288 2018-10-04 15:19:21,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bb443686409e2249bbd50bcba0bab2289d9eb23" 2018-10-04 15:19:21,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-98bcf4ac-9467-4d94-99d8-f506d1ac2953 Date: Thu, 04 Oct 2018 15:19:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:19:21,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-98bcf4ac-9467-4d94-99d8-f506d1ac2953 2018-10-04 15:19:21,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bb443686409e2249bbd50bcba0bab2289d9eb23" 2018-10-04 15:19:22,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30c4d0a6-48da-4f3e-9910-df336b618b02 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:19:22,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-30c4d0a6-48da-4f3e-9910-df336b618b02 2018-10-04 15:19:22,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bb443686409e2249bbd50bcba0bab2289d9eb23" 2018-10-04 15:19:22,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5be6958-8ba6-4ca8-88a0-66c9cc870efd Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:19:22,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-d5be6958-8ba6-4ca8-88a0-66c9cc870efd 2018-10-04 15:19:22,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bb443686409e2249bbd50bcba0bab2289d9eb23" 2018-10-04 15:19:22,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44986c87-6d45-47ac-8abd-9065129d88fa Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:19:22,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-44986c87-6d45-47ac-8abd-9065129d88fa 2018-10-04 15:19:22,194 - keystone_utils - INFO - Deleting project with name - CreateInstanceOnComputeHost-6c77f757-f37c-4a2-proj 2018-10-04 15:19:22,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/5d0ea1c9924c4c468b2d2f9906f63375 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bb443686409e2249bbd50bcba0bab2289d9eb23" 2018-10-04 15:19:22,424 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:19:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-521d010b-27d6-4805-b790-bb7033712dc0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:19:22,424 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/5d0ea1c9924c4c468b2d2f9906f63375 used request id req-521d010b-27d6-4805-b790-bb7033712dc0 2018-10-04 15:19:22,424 - keystone_utils - INFO - Deleting role with name - CreateInstanceOnComputeHost-6c77f757-f37c-4a2-proj-role 2018-10-04 15:19:22,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/da1ee99cb7d848b7bd746c6832f8b9b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bb443686409e2249bbd50bcba0bab2289d9eb23" 2018-10-04 15:19:22,528 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:19:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13526433-adac-4919-840c-6ea1f6a533c0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:19:22,528 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/da1ee99cb7d848b7bd746c6832f8b9b8 used request id req-13526433-adac-4919-840c-6ea1f6a533c0 2018-10-04 15:19:22,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bb443686409e2249bbd50bcba0bab2289d9eb23" 2018-10-04 15:19:22,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f3e3ee9-cb56-466d-81f5-f3290846007b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:19:22,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-2f3e3ee9-cb56-466d-81f5-f3290846007b 2018-10-04 15:19:22,620 - keystone_utils - INFO - Deleting user with name - CreateInstanceOnComputeHost-6c77f757-f37c-4a2-user 2018-10-04 15:19:22,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/03a14b9701874e338e0b62cae095eec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c2819d915a9a8ca7ddc28866f011a6d1ba8aa5a" 2018-10-04 15:19:22,827 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:19:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b7daa4c-6768-4ef5-b7bb-fb13cd69a643 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:19:22,828 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/03a14b9701874e338e0b62cae095eec1 used request id req-1b7daa4c-6768-4ef5-b7bb-fb13cd69a643 2018-10-04 15:19:22,829 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:19:23,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:19:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["WepvoIDdTzuSq04-n4ee9Q"], "issued_at": "2018-10-04T15:19:23.000000Z"}} 2018-10-04 15:19:23,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa22dfa1c1a0e4ca2e0d7fde210f68f1271f6a30" 2018-10-04 15:19:23,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8c2ce55-a624-43b6-9eda-836869062cc0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:19:23,291 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c8c2ce55-a624-43b6-9eda-836869062cc0 2018-10-04 15:19:23,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:19:23,294 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:19:23,682 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:19:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["KAP3dNZ0Td2FbfFpHn3Zdw"], "issued_at": "2018-10-04T15:19:23.000000Z"}} 2018-10-04 15:19:23,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d050c92252769bb9b15eefe24a93f9ce3eba8612" 2018-10-04 15:19:23,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9727e37-ad35-422f-865c-c4bdb0f49a1b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:19:23,759 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e9727e37-ad35-422f-865c-c4bdb0f49a1b 2018-10-04 15:19:23,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:19:23,769 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:19:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:19:23,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d050c92252769bb9b15eefe24a93f9ce3eba8612" 2018-10-04 15:19:23,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6aced47c-96b3-4910-996e-e6106aacfcae Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:19:23,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj used request id req-6aced47c-96b3-4910-996e-e6106aacfcae 2018-10-04 15:19:23,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d050c92252769bb9b15eefe24a93f9ce3eba8612" 2018-10-04 15:19:24,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e18ecf07-3efa-4e85-8a4c-16a84cd33961 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:19:24,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-e18ecf07-3efa-4e85-8a4c-16a84cd33961 2018-10-04 15:19:24,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d050c92252769bb9b15eefe24a93f9ce3eba8612" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj"}}' 2018-10-04 15:19:24,151 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:19:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d01c433a-404b-4a5c-8387-d179e7ab986a Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9"}, "enabled": true, "id": "498fd075b5d041f5bffc01abc6a737e9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj"}} 2018-10-04 15:19:24,152 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-d01c433a-404b-4a5c-8387-d179e7ab986a 2018-10-04 15:19:24,152 - keystone_utils - INFO - Created project with name - CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj 2018-10-04 15:19:24,152 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:19:24,153 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:19:24,540 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:19:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["Cjs_pkV5TSWFkJFwQQnkxg"], "issued_at": "2018-10-04T15:19:24.000000Z"}} 2018-10-04 15:19:24,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c17132fe7ca89192d0be420c98ca59e642c2442" 2018-10-04 15:19:24,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-888ba567-4642-470b-80ed-3d515d22f0e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:19:24,618 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-888ba567-4642-470b-80ed-3d515d22f0e5 2018-10-04 15:19:24,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:19:24,628 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:19:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:19:24,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c17132fe7ca89192d0be420c98ca59e642c2442" 2018-10-04 15:19:24,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cb37acf-3736-4c6b-a5ae-1f223c285123 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:19:24,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3cb37acf-3736-4c6b-a5ae-1f223c285123 2018-10-04 15:19:24,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c17132fe7ca89192d0be420c98ca59e642c2442" 2018-10-04 15:19:24,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6d115ff-f5b9-4be5-9610-b71b14e8011a Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9"}, "enabled": true, "id": "498fd075b5d041f5bffc01abc6a737e9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj"}]} 2018-10-04 15:19:24,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj used request id req-d6d115ff-f5b9-4be5-9610-b71b14e8011a 2018-10-04 15:19:24,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c17132fe7ca89192d0be420c98ca59e642c2442" 2018-10-04 15:19:24,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1162bd8b-f583-4423-81a9-0caf078b8feb Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:19:24,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-1162bd8b-f583-4423-81a9-0caf078b8feb 2018-10-04 15:19:25,314 - keystone_utils - INFO - Created user with name - CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-user 2018-10-04 15:19:25,314 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:19:25,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d050c92252769bb9b15eefe24a93f9ce3eba8612" 2018-10-04 15:19:25,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f102f7f-30f6-4348-8988-3aa622e487f2 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:19:25,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9f102f7f-30f6-4348-8988-3aa622e487f2 2018-10-04 15:19:25,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d050c92252769bb9b15eefe24a93f9ce3eba8612" -d '{"role": {"name": "CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj-role"}}' 2018-10-04 15:19:25,523 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:19:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6cdb7ca6-811d-4ffc-9b13-c59225eb74c0 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c69a979a73204b58b7525b5b49586508", "links": {"self": "http://172.30.9.23:5000/v3/roles/c69a979a73204b58b7525b5b49586508"}, "name": "CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj-role"}} 2018-10-04 15:19:25,523 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-6cdb7ca6-811d-4ffc-9b13-c59225eb74c0 2018-10-04 15:19:25,524 - keystone_utils - INFO - Created role with name - CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj-role 2018-10-04 15:19:25,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/c69a979a73204b58b7525b5b49586508 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d050c92252769bb9b15eefe24a93f9ce3eba8612" 2018-10-04 15:19:25,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7870d853-a11a-4977-b7b2-343d9f3bbb28 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/c69a979a73204b58b7525b5b49586508"}, "domain_id": null, "name": "CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj-role", "id": "c69a979a73204b58b7525b5b49586508"}} 2018-10-04 15:19:25,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/c69a979a73204b58b7525b5b49586508 used request id req-7870d853-a11a-4977-b7b2-343d9f3bbb28 2018-10-04 15:19:25,618 - keystone_utils - INFO - Granting role CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj-role to project CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj 2018-10-04 15:19:25,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9/users/1bc13030baf74845bca30813bb86a731/roles/c69a979a73204b58b7525b5b49586508 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d050c92252769bb9b15eefe24a93f9ce3eba8612" 2018-10-04 15:19:25,739 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:19:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6655869d-2892-49ac-b76b-0f933543ec70 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:19:25,739 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9/users/1bc13030baf74845bca30813bb86a731/roles/c69a979a73204b58b7525b5b49586508 used request id req-6655869d-2892-49ac-b76b-0f933543ec70 2018-10-04 15:19:25,740 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:19:25,741 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:19:25,742 - create_instance_tests - WARNING - 3 Part image will not be tested. Image metadata has overridden this functionality 2018-10-04 15:19:25,742 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:19:25,743 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:19:26,121 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c69a979a73204b58b7525b5b49586508", "name": "CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj-role"}], "expires_at": "2018-10-04T16:19:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "498fd075b5d041f5bffc01abc6a737e9", "name": "CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/498fd075b5d041f5bffc01abc6a737e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/498fd075b5d041f5bffc01abc6a737e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/498fd075b5d041f5bffc01abc6a737e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/498fd075b5d041f5bffc01abc6a737e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/498fd075b5d041f5bffc01abc6a737e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/498fd075b5d041f5bffc01abc6a737e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/498fd075b5d041f5bffc01abc6a737e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/498fd075b5d041f5bffc01abc6a737e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/498fd075b5d041f5bffc01abc6a737e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/498fd075b5d041f5bffc01abc6a737e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/498fd075b5d041f5bffc01abc6a737e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/498fd075b5d041f5bffc01abc6a737e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-user", "id": "1bc13030baf74845bca30813bb86a731"}, "audit_ids": ["bMr3Ox2HQ86ikju5Wx6IoA"], "issued_at": "2018-10-04T15:19:26.000000Z"}} 2018-10-04 15:19:26,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675582122de01e644dbb6d32bbfd85a2c700ac2b" 2018-10-04 15:19:26,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d19969c4-fa43-487b-8dd7-b89b0629e8d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:19:26,205 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d19969c4-fa43-487b-8dd7-b89b0629e8d5 2018-10-04 15:19:26,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}675582122de01e644dbb6d32bbfd85a2c700ac2b" 2018-10-04 15:19:26,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-74f2fbda-1a55-4785-ad89-bc9ff1a9a80d Date: Thu, 04 Oct 2018 15:19:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26"} 2018-10-04 15:19:26,390 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26 used request id req-74f2fbda-1a55-4785-ad89-bc9ff1a9a80d 2018-10-04 15:19:26,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}675582122de01e644dbb6d32bbfd85a2c700ac2b" 2018-10-04 15:19:26,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bcdeafbe-c795-47a6-bc4b-7591e64b63af Date: Thu, 04 Oct 2018 15:19:26 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:19:26,542 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-bcdeafbe-c795-47a6-bc4b-7591e64b63af 2018-10-04 15:19:26,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}675582122de01e644dbb6d32bbfd85a2c700ac2b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26"}' 2018-10-04 15:19:26,765 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/c86c8a04-d4d7-42b6-abb8-400103649070 X-Openstack-Request-Id: req-ecab23bf-a0c1-4e3c-960a-82a27fe1d570 Date: Thu, 04 Oct 2018 15:19:26 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:19:26Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:19:26Z", "visibility": "shared", "locations": [], "self": "/v2/images/c86c8a04-d4d7-42b6-abb8-400103649070", "min_disk": 0, "protected": false, "id": "c86c8a04-d4d7-42b6-abb8-400103649070", "file": "/v2/images/c86c8a04-d4d7-42b6-abb8-400103649070/file", "checksum": null, "owner": "498fd075b5d041f5bffc01abc6a737e9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:19:26,766 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-ecab23bf-a0c1-4e3c-960a-82a27fe1d570 2018-10-04 15:19:26,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/c86c8a04-d4d7-42b6-abb8-400103649070/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}675582122de01e644dbb6d32bbfd85a2c700ac2b" -d '' 2018-10-04 15:19:28,131 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-501073b3-4930-4259-9af7-3e91a2bcd2fe Date: Thu, 04 Oct 2018 15:19:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:19:28,131 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/c86c8a04-d4d7-42b6-abb8-400103649070/file used request id req-501073b3-4930-4259-9af7-3e91a2bcd2fe 2018-10-04 15:19:28,132 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:19:28,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/c86c8a04-d4d7-42b6-abb8-400103649070 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}675582122de01e644dbb6d32bbfd85a2c700ac2b" 2018-10-04 15:19:28,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-16cd706a-3ee7-4ffd-b42b-fdcc40bccc9f Date: Thu, 04 Oct 2018 15:19:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:19:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:19:28Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c86c8a04-d4d7-42b6-abb8-400103649070/snap", "metadata": {}}], "self": "/v2/images/c86c8a04-d4d7-42b6-abb8-400103649070", "min_disk": 0, "protected": false, "id": "c86c8a04-d4d7-42b6-abb8-400103649070", "file": "/v2/images/c86c8a04-d4d7-42b6-abb8-400103649070/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "498fd075b5d041f5bffc01abc6a737e9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c86c8a04-d4d7-42b6-abb8-400103649070/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:19:28,288 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/c86c8a04-d4d7-42b6-abb8-400103649070 used request id req-16cd706a-3ee7-4ffd-b42b-fdcc40bccc9f 2018-10-04 15:19:28,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}675582122de01e644dbb6d32bbfd85a2c700ac2b" 2018-10-04 15:19:28,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7de1b6f6-85be-470d-9277-6c35d5938634 Date: Thu, 04 Oct 2018 15:19:28 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:19:28,449 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-7de1b6f6-85be-470d-9277-6c35d5938634 2018-10-04 15:19:28,453 - create_image - INFO - Created image with name - CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26 2018-10-04 15:19:28,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/c86c8a04-d4d7-42b6-abb8-400103649070 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}675582122de01e644dbb6d32bbfd85a2c700ac2b" 2018-10-04 15:19:28,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-6b7105d5-7050-4678-82a3-3cd391c006ba Date: Thu, 04 Oct 2018 15:19:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:19:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:19:28Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c86c8a04-d4d7-42b6-abb8-400103649070/snap", "metadata": {}}], "self": "/v2/images/c86c8a04-d4d7-42b6-abb8-400103649070", "min_disk": 0, "protected": false, "id": "c86c8a04-d4d7-42b6-abb8-400103649070", "file": "/v2/images/c86c8a04-d4d7-42b6-abb8-400103649070/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "498fd075b5d041f5bffc01abc6a737e9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c86c8a04-d4d7-42b6-abb8-400103649070/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:19:28,473 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/c86c8a04-d4d7-42b6-abb8-400103649070 used request id req-6b7105d5-7050-4678-82a3-3cd391c006ba 2018-10-04 15:19:28,473 - create_image - DEBUG - Instance status is - active 2018-10-04 15:19:28,474 - create_image - DEBUG - Image is active with name - CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26 2018-10-04 15:19:28,474 - create_image - INFO - Image is now active with name - CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26 2018-10-04 15:19:28,474 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:19:28,475 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:19:28,858 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:19:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["OHk-FrvjRoyh_dyE3wO3aw"], "issued_at": "2018-10-04T15:19:28.000000Z"}} 2018-10-04 15:19:28,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e7fcfc83a96db4b75fa100d858f303596c1bc4f" 2018-10-04 15:19:28,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2def415-baa3-47a7-b72a-70eb2d31ddce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:19:28,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c2def415-baa3-47a7-b72a-70eb2d31ddce 2018-10-04 15:19:28,942 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:19:28,947 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e7fcfc83a96db4b75fa100d858f303596c1bc4f" 2018-10-04 15:19:29,130 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7b04dc36-23be-4cc7-8c11-b3dd3b7ffdf0 x-compute-request-id: req-7b04dc36-23be-4cc7-8c11-b3dd3b7ffdf0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:19:29,130 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-7b04dc36-23be-4cc7-8c11-b3dd3b7ffdf0 2018-10-04 15:19:29,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e7fcfc83a96db4b75fa100d858f303596c1bc4f" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:19:29,180 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19: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-83d0c97b-b78f-4a61-9c25-12482c538dd5 x-compute-request-id: req-83d0c97b-b78f-4a61-9c25-12482c538dd5 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9601fcc9-54b9-46f6-8f3d-7740eaebd329", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9601fcc9-54b9-46f6-8f3d-7740eaebd329", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "9601fcc9-54b9-46f6-8f3d-7740eaebd329", "name": "CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:19:29,180 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-83d0c97b-b78f-4a61-9c25-12482c538dd5 2018-10-04 15:19:29,181 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:19:29,182 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:19:29,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c69a979a73204b58b7525b5b49586508", "name": "CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj-role"}], "expires_at": "2018-10-04T16:19:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "498fd075b5d041f5bffc01abc6a737e9", "name": "CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/498fd075b5d041f5bffc01abc6a737e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/498fd075b5d041f5bffc01abc6a737e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/498fd075b5d041f5bffc01abc6a737e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/498fd075b5d041f5bffc01abc6a737e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/498fd075b5d041f5bffc01abc6a737e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/498fd075b5d041f5bffc01abc6a737e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/498fd075b5d041f5bffc01abc6a737e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/498fd075b5d041f5bffc01abc6a737e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/498fd075b5d041f5bffc01abc6a737e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/498fd075b5d041f5bffc01abc6a737e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/498fd075b5d041f5bffc01abc6a737e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/498fd075b5d041f5bffc01abc6a737e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-user", "id": "1bc13030baf74845bca30813bb86a731"}, "audit_ids": ["ktsl6-40SWO9kUAUcFJXWQ"], "issued_at": "2018-10-04T15:19:29.000000Z"}} 2018-10-04 15:19:29,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f08d80809831146fca23bb2df63e20eb6b5919" 2018-10-04 15:19:29,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0abadc5b-e0a5-40f7-89b8-4acf53fc3be8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:19:29,608 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0abadc5b-e0a5-40f7-89b8-4acf53fc3be8 2018-10-04 15:19:29,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f08d80809831146fca23bb2df63e20eb6b5919" 2018-10-04 15:19:29,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c76dfe7d-85d7-42cf-bf6d-0afb3418b062 Date: Thu, 04 Oct 2018 15:19:29 GMT RESP BODY: {"networks":[]} 2018-10-04 15:19:29,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net used request id req-c76dfe7d-85d7-42cf-bf6d-0afb3418b062 2018-10-04 15:19:29,773 - neutron_utils - INFO - Creating network with name CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net 2018-10-04 15:19:29,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f08d80809831146fca23bb2df63e20eb6b5919" -d '{"network": {"name": "CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net", "admin_state_up": true}}' 2018-10-04 15:19:30,335 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-db6e3ac0-9426-4763-b652-947e2692420c Date: Thu, 04 Oct 2018 15:19:30 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"782207ea-490c-4c61-8b3a-a21b417bc533","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"498fd075b5d041f5bffc01abc6a737e9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:19:30Z","is_default":false,"name":"CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"498fd075b5d041f5bffc01abc6a737e9","created_at":"2018-10-04T15:19:30Z","mtu":1450}} 2018-10-04 15:19:30,335 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-db6e3ac0-9426-4763-b652-947e2692420c 2018-10-04 15:19:30,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=782207ea-490c-4c61-8b3a-a21b417bc533 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f08d80809831146fca23bb2df63e20eb6b5919" 2018-10-04 15:19:30,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-0b9a23d9-eab1-490b-86bd-a7b58d0a2ae3 Date: Thu, 04 Oct 2018 15:19:30 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-10-04T15:19:30Z","tenant_id":"498fd075b5d041f5bffc01abc6a737e9","created_at":"2018-10-04T15:19:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"498fd075b5d041f5bffc01abc6a737e9","id":"782207ea-490c-4c61-8b3a-a21b417bc533","name":"CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net"}]} 2018-10-04 15:19:30,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=782207ea-490c-4c61-8b3a-a21b417bc533 used request id req-0b9a23d9-eab1-490b-86bd-a7b58d0a2ae3 2018-10-04 15:19:30,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=782207ea-490c-4c61-8b3a-a21b417bc533 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f08d80809831146fca23bb2df63e20eb6b5919" 2018-10-04 15:19:30,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-dd280cdf-7991-453f-9d83-b194962b2060 Date: Thu, 04 Oct 2018 15:19:30 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:19:30,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=782207ea-490c-4c61-8b3a-a21b417bc533 used request id req-dd280cdf-7991-453f-9d83-b194962b2060 2018-10-04 15:19:30,629 - neutron_utils - INFO - Creating subnet with name CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-subnet 2018-10-04 15:19:30,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f08d80809831146fca23bb2df63e20eb6b5919" -d '{"subnets": [{"ip_version": 4, "network_id": "782207ea-490c-4c61-8b3a-a21b417bc533", "cidr": "10.55.0.0/24", "name": "CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-subnet"}]}' 2018-10-04 15:19:31,306 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5eccea26-660c-4c92-ae10-8e17070c24df Date: Thu, 04 Oct 2018 15:19:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"782207ea-490c-4c61-8b3a-a21b417bc533","tenant_id":"498fd075b5d041f5bffc01abc6a737e9","created_at":"2018-10-04T15:19:30Z","dns_nameservers":[],"updated_at":"2018-10-04T15:19:30Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"498fd075b5d041f5bffc01abc6a737e9","id":"16d982d0-544c-4aa6-882e-ed6b8d4fd829","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-subnet"}]} 2018-10-04 15:19:31,306 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-5eccea26-660c-4c92-ae10-8e17070c24df 2018-10-04 15:19:31,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=782207ea-490c-4c61-8b3a-a21b417bc533 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f08d80809831146fca23bb2df63e20eb6b5919" 2018-10-04 15:19:31,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-20776db5-9b7d-43d4-9e02-f37eb4982f8a Date: Thu, 04 Oct 2018 15:19:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["16d982d0-544c-4aa6-882e-ed6b8d4fd829"],"updated_at":"2018-10-04T15:19:30Z","tenant_id":"498fd075b5d041f5bffc01abc6a737e9","created_at":"2018-10-04T15:19:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"498fd075b5d041f5bffc01abc6a737e9","id":"782207ea-490c-4c61-8b3a-a21b417bc533","name":"CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net"}]} 2018-10-04 15:19:31,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=782207ea-490c-4c61-8b3a-a21b417bc533 used request id req-20776db5-9b7d-43d4-9e02-f37eb4982f8a 2018-10-04 15:19:31,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=782207ea-490c-4c61-8b3a-a21b417bc533 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f08d80809831146fca23bb2df63e20eb6b5919" 2018-10-04 15:19:31,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-49608d1e-93e0-423f-8e24-1fd2b9c02cf6 Date: Thu, 04 Oct 2018 15:19:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"782207ea-490c-4c61-8b3a-a21b417bc533","tenant_id":"498fd075b5d041f5bffc01abc6a737e9","created_at":"2018-10-04T15:19:30Z","dns_nameservers":[],"updated_at":"2018-10-04T15:19:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"498fd075b5d041f5bffc01abc6a737e9","id":"16d982d0-544c-4aa6-882e-ed6b8d4fd829","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-subnet"}]} 2018-10-04 15:19:31,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=782207ea-490c-4c61-8b3a-a21b417bc533 used request id req-49608d1e-93e0-423f-8e24-1fd2b9c02cf6 2018-10-04 15:19:31,637 - OpenStackNetwork - DEBUG - Network [782207ea-490c-4c61-8b3a-a21b417bc533] created successfully 2018-10-04 15:19:31,637 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:19:31,638 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:19:32,010 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c69a979a73204b58b7525b5b49586508", "name": "CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj-role"}], "expires_at": "2018-10-04T16:19:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "498fd075b5d041f5bffc01abc6a737e9", "name": "CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/498fd075b5d041f5bffc01abc6a737e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/498fd075b5d041f5bffc01abc6a737e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/498fd075b5d041f5bffc01abc6a737e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/498fd075b5d041f5bffc01abc6a737e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/498fd075b5d041f5bffc01abc6a737e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/498fd075b5d041f5bffc01abc6a737e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/498fd075b5d041f5bffc01abc6a737e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/498fd075b5d041f5bffc01abc6a737e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/498fd075b5d041f5bffc01abc6a737e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/498fd075b5d041f5bffc01abc6a737e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/498fd075b5d041f5bffc01abc6a737e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/498fd075b5d041f5bffc01abc6a737e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-user", "id": "1bc13030baf74845bca30813bb86a731"}, "audit_ids": ["e1CgSKhiRCa8fFmunlHkZw"], "issued_at": "2018-10-04T15:19:32.000000Z"}} 2018-10-04 15:19:32,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:32,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9a85128-469b-44ef-af9b-d7b7b51372b7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:19:32,082 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c9a85128-469b-44ef-af9b-d7b7b51372b7 2018-10-04 15:19:32,083 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:19:32,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:32,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a1c63a0-9f59-4031-ac17-211f2d093515 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:19:32,155 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4a1c63a0-9f59-4031-ac17-211f2d093515 2018-10-04 15:19:32,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:32,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b439e682-bec2-4b03-a9d5-081fa0743f1d Date: Thu, 04 Oct 2018 15:19:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["16d982d0-544c-4aa6-882e-ed6b8d4fd829"],"updated_at":"2018-10-04T15:19:30Z","tenant_id":"498fd075b5d041f5bffc01abc6a737e9","created_at":"2018-10-04T15:19:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"498fd075b5d041f5bffc01abc6a737e9","id":"782207ea-490c-4c61-8b3a-a21b417bc533","name":"CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net"}]} 2018-10-04 15:19:32,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net used request id req-b439e682-bec2-4b03-a9d5-081fa0743f1d 2018-10-04 15:19:32,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:19:32,430 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:19:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:19:32,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:32,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8511d96-5f46-4efd-812a-894d7de469fa Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9"}, "enabled": true, "id": "498fd075b5d041f5bffc01abc6a737e9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj"}} 2018-10-04 15:19:32,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9 used request id req-e8511d96-5f46-4efd-812a-894d7de469fa 2018-10-04 15:19:32,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=782207ea-490c-4c61-8b3a-a21b417bc533 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:32,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-db850285-7e43-4739-8da0-ecd99f63f2eb Date: Thu, 04 Oct 2018 15:19:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"782207ea-490c-4c61-8b3a-a21b417bc533","tenant_id":"498fd075b5d041f5bffc01abc6a737e9","created_at":"2018-10-04T15:19:30Z","dns_nameservers":[],"updated_at":"2018-10-04T15:19:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"498fd075b5d041f5bffc01abc6a737e9","id":"16d982d0-544c-4aa6-882e-ed6b8d4fd829","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-subnet"}]} 2018-10-04 15:19:32,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=782207ea-490c-4c61-8b3a-a21b417bc533 used request id req-db850285-7e43-4739-8da0-ecd99f63f2eb 2018-10-04 15:19:32,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=782207ea-490c-4c61-8b3a-a21b417bc533&name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:32,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fd164e2d-7596-489e-a24a-7e8d9e664c3d Date: Thu, 04 Oct 2018 15:19:32 GMT RESP BODY: {"ports":[]} 2018-10-04 15:19:32,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=782207ea-490c-4c61-8b3a-a21b417bc533&name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-port&admin_state_up=True used request id req-fd164e2d-7596-489e-a24a-7e8d9e664c3d 2018-10-04 15:19:32,969 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:33,222 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19: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-93264883-feed-4e25-b0fd-386bb2aa1c30 x-compute-request-id: req-93264883-feed-4e25-b0fd-386bb2aa1c30 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:19:33,222 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-inst used request id req-93264883-feed-4e25-b0fd-386bb2aa1c30 2018-10-04 15:19:33,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:33,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5c579f86-37d6-4281-97cd-287839a60444 Date: Thu, 04 Oct 2018 15:19:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["16d982d0-544c-4aa6-882e-ed6b8d4fd829"],"updated_at":"2018-10-04T15:19:30Z","tenant_id":"498fd075b5d041f5bffc01abc6a737e9","created_at":"2018-10-04T15:19:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"498fd075b5d041f5bffc01abc6a737e9","id":"782207ea-490c-4c61-8b3a-a21b417bc533","name":"CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net"}]} 2018-10-04 15:19:33,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net used request id req-5c579f86-37d6-4281-97cd-287839a60444 2018-10-04 15:19:33,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:33,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c99cf2e7-d6ae-4d12-aedf-8473880f0ceb Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9"}, "enabled": true, "id": "498fd075b5d041f5bffc01abc6a737e9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj"}} 2018-10-04 15:19:33,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9 used request id req-c99cf2e7-d6ae-4d12-aedf-8473880f0ceb 2018-10-04 15:19:33,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=782207ea-490c-4c61-8b3a-a21b417bc533 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:33,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4795fd20-139e-485e-908c-a5d4a6519c65 Date: Thu, 04 Oct 2018 15:19:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"782207ea-490c-4c61-8b3a-a21b417bc533","tenant_id":"498fd075b5d041f5bffc01abc6a737e9","created_at":"2018-10-04T15:19:30Z","dns_nameservers":[],"updated_at":"2018-10-04T15:19:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"498fd075b5d041f5bffc01abc6a737e9","id":"16d982d0-544c-4aa6-882e-ed6b8d4fd829","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-subnet"}]} 2018-10-04 15:19:33,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=782207ea-490c-4c61-8b3a-a21b417bc533 used request id req-4795fd20-139e-485e-908c-a5d4a6519c65 2018-10-04 15:19:33,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=782207ea-490c-4c61-8b3a-a21b417bc533&name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:33,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a094cbc6-a8b8-44c4-a5b8-a3b7c27bdb8c Date: Thu, 04 Oct 2018 15:19:33 GMT RESP BODY: {"ports":[]} 2018-10-04 15:19:33,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=782207ea-490c-4c61-8b3a-a21b417bc533&name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-port&admin_state_up=True used request id req-a094cbc6-a8b8-44c4-a5b8-a3b7c27bdb8c 2018-10-04 15:19:33,788 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:19:33,789 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:19:34,163 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c69a979a73204b58b7525b5b49586508", "name": "CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj-role"}], "expires_at": "2018-10-04T16:19:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "498fd075b5d041f5bffc01abc6a737e9", "name": "CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/498fd075b5d041f5bffc01abc6a737e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/498fd075b5d041f5bffc01abc6a737e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/498fd075b5d041f5bffc01abc6a737e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/498fd075b5d041f5bffc01abc6a737e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/498fd075b5d041f5bffc01abc6a737e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/498fd075b5d041f5bffc01abc6a737e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/498fd075b5d041f5bffc01abc6a737e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/498fd075b5d041f5bffc01abc6a737e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/498fd075b5d041f5bffc01abc6a737e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/498fd075b5d041f5bffc01abc6a737e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/498fd075b5d041f5bffc01abc6a737e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/498fd075b5d041f5bffc01abc6a737e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-user", "id": "1bc13030baf74845bca30813bb86a731"}, "audit_ids": ["cPctf3nURwOQnyAR2RAIgQ"], "issued_at": "2018-10-04T15:19:34.000000Z"}} 2018-10-04 15:19:34,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbd7ab6cac8095bf5a5d243d800e680f6105ee00" 2018-10-04 15:19:34,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74b36648-7a9a-41c4-9104-c68e45dced32 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:19:34,240 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-74b36648-7a9a-41c4-9104-c68e45dced32 2018-10-04 15:19:34,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:34,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-674c404c-033b-4ffb-9505-51dda0e07085 Date: Thu, 04 Oct 2018 15:19:34 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":["16d982d0-544c-4aa6-882e-ed6b8d4fd829"],"updated_at":"2018-10-04T15:19:30Z","tenant_id":"498fd075b5d041f5bffc01abc6a737e9","created_at":"2018-10-04T15:19:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"498fd075b5d041f5bffc01abc6a737e9","id":"782207ea-490c-4c61-8b3a-a21b417bc533","name":"CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net"}]} 2018-10-04 15:19:34,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net used request id req-674c404c-033b-4ffb-9505-51dda0e07085 2018-10-04 15:19:34,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=782207ea-490c-4c61-8b3a-a21b417bc533 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:34,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c8b08eb7-175e-4d41-846b-29546421d26d Date: Thu, 04 Oct 2018 15:19:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"782207ea-490c-4c61-8b3a-a21b417bc533","tenant_id":"498fd075b5d041f5bffc01abc6a737e9","created_at":"2018-10-04T15:19:30Z","dns_nameservers":[],"updated_at":"2018-10-04T15:19:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"498fd075b5d041f5bffc01abc6a737e9","id":"16d982d0-544c-4aa6-882e-ed6b8d4fd829","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-subnet"}]} 2018-10-04 15:19:34,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=782207ea-490c-4c61-8b3a-a21b417bc533 used request id req-c8b08eb7-175e-4d41-846b-29546421d26d 2018-10-04 15:19:34,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:35,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7f42f984-224a-4a94-b37b-ac4634c66ed1 Date: Thu, 04 Oct 2018 15:19:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["16d982d0-544c-4aa6-882e-ed6b8d4fd829"],"updated_at":"2018-10-04T15:19:30Z","tenant_id":"498fd075b5d041f5bffc01abc6a737e9","created_at":"2018-10-04T15:19:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"498fd075b5d041f5bffc01abc6a737e9","id":"782207ea-490c-4c61-8b3a-a21b417bc533","name":"CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net"}]} 2018-10-04 15:19:35,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net used request id req-7f42f984-224a-4a94-b37b-ac4634c66ed1 2018-10-04 15:19:35,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:19:35,102 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:19:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:19:35,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbd7ab6cac8095bf5a5d243d800e680f6105ee00" 2018-10-04 15:19:35,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9d539c8-1369-4f22-98c6-3cba38a21004 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9"}, "enabled": true, "id": "498fd075b5d041f5bffc01abc6a737e9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj"}} 2018-10-04 15:19:35,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9 used request id req-d9d539c8-1369-4f22-98c6-3cba38a21004 2018-10-04 15:19:35,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=782207ea-490c-4c61-8b3a-a21b417bc533 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:35,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-821b69b8-69c2-4486-b8c5-eb7222b2005c Date: Thu, 04 Oct 2018 15:19:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"782207ea-490c-4c61-8b3a-a21b417bc533","tenant_id":"498fd075b5d041f5bffc01abc6a737e9","created_at":"2018-10-04T15:19:30Z","dns_nameservers":[],"updated_at":"2018-10-04T15:19:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"498fd075b5d041f5bffc01abc6a737e9","id":"16d982d0-544c-4aa6-882e-ed6b8d4fd829","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-subnet"}]} 2018-10-04 15:19:35,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=782207ea-490c-4c61-8b3a-a21b417bc533 used request id req-821b69b8-69c2-4486-b8c5-eb7222b2005c 2018-10-04 15:19:35,380 - neutron_utils - INFO - Creating port for network with name - CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net 2018-10-04 15:19:35,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" -d '{"port": {"network_id": "782207ea-490c-4c61-8b3a-a21b417bc533", "name": "CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-port", "admin_state_up": true}}' 2018-10-04 15:19:36,282 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-b38d9be3-9f7d-4683-8499-d37a918f51ed Date: Thu, 04 Oct 2018 15:19:36 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:19:35Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"16d982d0-544c-4aa6-882e-ed6b8d4fd829","ip_address":"10.55.0.10"}],"id":"e8230bda-64df-4913-b1d3-74e11cd5f968","security_groups":["115e4f39-9a5a-4cdc-ab5b-be9e4fdb6ba1"],"mac_address":"fa:16:3e:a8:00:02","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-port","project_id":"498fd075b5d041f5bffc01abc6a737e9","qos_policy_id":null,"admin_state_up":true,"network_id":"782207ea-490c-4c61-8b3a-a21b417bc533","tenant_id":"498fd075b5d041f5bffc01abc6a737e9","created_at":"2018-10-04T15:19:35Z","binding:vnic_type":"normal"}} 2018-10-04 15:19:36,282 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-b38d9be3-9f7d-4683-8499-d37a918f51ed 2018-10-04 15:19:36,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:36,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-3f725609-4e4d-41fa-a0dc-f11ea28210f0 Date: Thu, 04 Oct 2018 15:19:36 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":["16d982d0-544c-4aa6-882e-ed6b8d4fd829"],"updated_at":"2018-10-04T15:19:30Z","tenant_id":"498fd075b5d041f5bffc01abc6a737e9","created_at":"2018-10-04T15:19:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"498fd075b5d041f5bffc01abc6a737e9","id":"782207ea-490c-4c61-8b3a-a21b417bc533","name":"CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net"}]} 2018-10-04 15:19:36,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net used request id req-3f725609-4e4d-41fa-a0dc-f11ea28210f0 2018-10-04 15:19:36,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:36,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-641ce566-c730-4167-ba1e-976203c7159e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9"}, "enabled": true, "id": "498fd075b5d041f5bffc01abc6a737e9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj"}} 2018-10-04 15:19:36,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9 used request id req-641ce566-c730-4167-ba1e-976203c7159e 2018-10-04 15:19:36,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=782207ea-490c-4c61-8b3a-a21b417bc533 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:36,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-22bca52f-5bc3-4abc-9c6e-7c13830a2d64 Date: Thu, 04 Oct 2018 15:19:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"782207ea-490c-4c61-8b3a-a21b417bc533","tenant_id":"498fd075b5d041f5bffc01abc6a737e9","created_at":"2018-10-04T15:19:30Z","dns_nameservers":[],"updated_at":"2018-10-04T15:19:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"498fd075b5d041f5bffc01abc6a737e9","id":"16d982d0-544c-4aa6-882e-ed6b8d4fd829","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-subnet"}]} 2018-10-04 15:19:36,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=782207ea-490c-4c61-8b3a-a21b417bc533 used request id req-22bca52f-5bc3-4abc-9c6e-7c13830a2d64 2018-10-04 15:19:36,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=782207ea-490c-4c61-8b3a-a21b417bc533&name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:36,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-5a090fd0-a392-40e6-bdaa-c45f606053ab Date: Thu, 04 Oct 2018 15:19:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:19:35Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"16d982d0-544c-4aa6-882e-ed6b8d4fd829","ip_address":"10.55.0.10"}],"id":"e8230bda-64df-4913-b1d3-74e11cd5f968","security_groups":["115e4f39-9a5a-4cdc-ab5b-be9e4fdb6ba1"],"mac_address":"fa:16:3e:a8:00:02","project_id":"498fd075b5d041f5bffc01abc6a737e9","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-port","admin_state_up":true,"network_id":"782207ea-490c-4c61-8b3a-a21b417bc533","tenant_id":"498fd075b5d041f5bffc01abc6a737e9","created_at":"2018-10-04T15:19:35Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:19:36,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=782207ea-490c-4c61-8b3a-a21b417bc533&name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-port&admin_state_up=True used request id req-5a090fd0-a392-40e6-bdaa-c45f606053ab 2018-10-04 15:19:36,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:36,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fad3b43-57cf-4074-b10e-f9be0db20f21 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9"}, "enabled": true, "id": "498fd075b5d041f5bffc01abc6a737e9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj"}} 2018-10-04 15:19:36,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9 used request id req-0fad3b43-57cf-4074-b10e-f9be0db20f21 2018-10-04 15:19:36,976 - nova_utils - INFO - Creating VM with name - CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-inst 2018-10-04 15:19:36,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:37,006 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19: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-8d260a7f-7255-434a-837e-8cfc5f03233c x-compute-request-id: req-8d260a7f-7255-434a-837e-8cfc5f03233c Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9601fcc9-54b9-46f6-8f3d-7740eaebd329", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9601fcc9-54b9-46f6-8f3d-7740eaebd329", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9601fcc9-54b9-46f6-8f3d-7740eaebd329", "rel": "bookmark"}], "name": "CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-flavor-name"}]} 2018-10-04 15:19:37,006 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-8d260a7f-7255-434a-837e-8cfc5f03233c 2018-10-04 15:19:37,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/9601fcc9-54b9-46f6-8f3d-7740eaebd329 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:37,029 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19: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-d2d4eaaa-9ed5-42b4-bdd1-4ee8430e088c x-compute-request-id: req-d2d4eaaa-9ed5-42b4-bdd1-4ee8430e088c Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9601fcc9-54b9-46f6-8f3d-7740eaebd329", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9601fcc9-54b9-46f6-8f3d-7740eaebd329", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "9601fcc9-54b9-46f6-8f3d-7740eaebd329", "name": "CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:19:37,029 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/9601fcc9-54b9-46f6-8f3d-7740eaebd329 used request id req-d2d4eaaa-9ed5-42b4-bdd1-4ee8430e088c 2018-10-04 15:19:37,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:37,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-169c3144-1542-4e2a-a51d-c83a9d0dcfbc Date: Thu, 04 Oct 2018 15:19:37 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:19:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:19:28Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c86c8a04-d4d7-42b6-abb8-400103649070/snap", "metadata": {}}], "self": "/v2/images/c86c8a04-d4d7-42b6-abb8-400103649070", "min_disk": 0, "protected": false, "id": "c86c8a04-d4d7-42b6-abb8-400103649070", "file": "/v2/images/c86c8a04-d4d7-42b6-abb8-400103649070/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "498fd075b5d041f5bffc01abc6a737e9", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c86c8a04-d4d7-42b6-abb8-400103649070/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26"} 2018-10-04 15:19:37,204 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26 used request id req-169c3144-1542-4e2a-a51d-c83a9d0dcfbc 2018-10-04 15:19:37,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:37,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ee1c12f6-acfa-492a-ae15-41a20dfec18d Date: Thu, 04 Oct 2018 15:19:37 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:19:37,352 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-ee1c12f6-acfa-492a-ae15-41a20dfec18d 2018-10-04 15:19:37,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" -d '{"server": {"name": "CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-inst", "imageRef": "c86c8a04-d4d7-42b6-abb8-400103649070", "flavorRef": "9601fcc9-54b9-46f6-8f3d-7740eaebd329", "max_count": 1, "min_count": 1, "networks": [{"port": "e8230bda-64df-4913-b1d3-74e11cd5f968"}]}}' 2018-10-04 15:19:38,852 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:19: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-b04a2050-51e3-47be-87c5-1a8f711850db x-compute-request-id: req-b04a2050-51e3-47be-87c5-1a8f711850db Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6c846ee3-2630-4893-a462-542c5221bdb4", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6c846ee3-2630-4893-a462-542c5221bdb4", "rel": "bookmark"}], "adminPass": "DUPD7aqMjf5g"}} 2018-10-04 15:19:38,853 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-b04a2050-51e3-47be-87c5-1a8f711850db 2018-10-04 15:19:38,856 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:38,931 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-321cb57a-b4a9-4304-9fb9-2f02955b9d6a x-compute-request-id: req-321cb57a-b4a9-4304-9fb9-2f02955b9d6a Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6c846ee3-2630-4893-a462-542c5221bdb4", "rel": "bookmark"}], "image": {"id": "c86c8a04-d4d7-42b6-abb8-400103649070", "links": [{"href": "http://172.30.9.23:8774/images/c86c8a04-d4d7-42b6-abb8-400103649070", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9601fcc9-54b9-46f6-8f3d-7740eaebd329", "links": [{"href": "http://172.30.9.23:8774/flavors/9601fcc9-54b9-46f6-8f3d-7740eaebd329", "rel": "bookmark"}]}, "id": "6c846ee3-2630-4893-a462-542c5221bdb4", "user_id": "1bc13030baf74845bca30813bb86a731", "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-10-04T15:19:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-inst", "created": "2018-10-04T15:19:38Z", "tenant_id": "498fd075b5d041f5bffc01abc6a737e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:19:38,931 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4 used request id req-321cb57a-b4a9-4304-9fb9-2f02955b9d6a 2018-10-04 15:19:38,931 - create_instance - INFO - Created instance with name - CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-inst 2018-10-04 15:19:38,934 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:39,142 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9022a2d-d3d5-4889-ab5e-dc4d3ea73bd0 x-compute-request-id: req-d9022a2d-d3d5-4889-ab5e-dc4d3ea73bd0 Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6c846ee3-2630-4893-a462-542c5221bdb4", "rel": "bookmark"}], "image": {"id": "c86c8a04-d4d7-42b6-abb8-400103649070", "links": [{"href": "http://172.30.9.23:8774/images/c86c8a04-d4d7-42b6-abb8-400103649070", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9601fcc9-54b9-46f6-8f3d-7740eaebd329", "links": [{"href": "http://172.30.9.23:8774/flavors/9601fcc9-54b9-46f6-8f3d-7740eaebd329", "rel": "bookmark"}]}, "id": "6c846ee3-2630-4893-a462-542c5221bdb4", "user_id": "1bc13030baf74845bca30813bb86a731", "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-10-04T15:19:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-inst", "created": "2018-10-04T15:19:38Z", "tenant_id": "498fd075b5d041f5bffc01abc6a737e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:19:39,142 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4 used request id req-d9022a2d-d3d5-4889-ab5e-dc4d3ea73bd0 2018-10-04 15:19:39,142 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-inst] is - BUILD 2018-10-04 15:19:39,143 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:19:42,146 - create_instance - DEBUG - VM status query timeout in 896.785719156 2018-10-04 15:19:42,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:42,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8333d24c-e077-4e05-a42c-f079b1a8e979 x-compute-request-id: req-8333d24c-e077-4e05-a42c-f079b1a8e979 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6c846ee3-2630-4893-a462-542c5221bdb4", "rel": "bookmark"}], "image": {"id": "c86c8a04-d4d7-42b6-abb8-400103649070", "links": [{"href": "http://172.30.9.23:8774/images/c86c8a04-d4d7-42b6-abb8-400103649070", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9601fcc9-54b9-46f6-8f3d-7740eaebd329", "links": [{"href": "http://172.30.9.23:8774/flavors/9601fcc9-54b9-46f6-8f3d-7740eaebd329", "rel": "bookmark"}]}, "id": "6c846ee3-2630-4893-a462-542c5221bdb4", "security_groups": [{"name": "default"}], "user_id": "1bc13030baf74845bca30813bb86a731", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:19:39Z", "hostId": "f3dcf74ca0ea69dbbb1c62fad4b058467d105320dcb4c02d454883be", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-inst", "created": "2018-10-04T15:19:38Z", "tenant_id": "498fd075b5d041f5bffc01abc6a737e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:19:42,557 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4 used request id req-8333d24c-e077-4e05-a42c-f079b1a8e979 2018-10-04 15:19:42,558 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-inst] is - BUILD 2018-10-04 15:19:42,558 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:19:45,561 - create_instance - DEBUG - VM status query timeout in 893.370337963 2018-10-04 15:19:45,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:45,870 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-85323830-0eca-4481-80bd-bdde070a6745 x-compute-request-id: req-85323830-0eca-4481-80bd-bdde070a6745 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6c846ee3-2630-4893-a462-542c5221bdb4", "rel": "bookmark"}], "image": {"id": "c86c8a04-d4d7-42b6-abb8-400103649070", "links": [{"href": "http://172.30.9.23:8774/images/c86c8a04-d4d7-42b6-abb8-400103649070", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9601fcc9-54b9-46f6-8f3d-7740eaebd329", "links": [{"href": "http://172.30.9.23:8774/flavors/9601fcc9-54b9-46f6-8f3d-7740eaebd329", "rel": "bookmark"}]}, "id": "6c846ee3-2630-4893-a462-542c5221bdb4", "security_groups": [{"name": "default"}], "user_id": "1bc13030baf74845bca30813bb86a731", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:19:39Z", "hostId": "f3dcf74ca0ea69dbbb1c62fad4b058467d105320dcb4c02d454883be", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-inst", "created": "2018-10-04T15:19:38Z", "tenant_id": "498fd075b5d041f5bffc01abc6a737e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:19:45,870 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4 used request id req-85323830-0eca-4481-80bd-bdde070a6745 2018-10-04 15:19:45,870 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-inst] is - BUILD 2018-10-04 15:19:45,870 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:19:48,874 - create_instance - DEBUG - VM status query timeout in 890.057832956 2018-10-04 15:19:48,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:49,189 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19: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-65818623-1669-4e84-acfa-10641472be98 x-compute-request-id: req-65818623-1669-4e84-acfa-10641472be98 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:00:02", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6c846ee3-2630-4893-a462-542c5221bdb4", "rel": "bookmark"}], "image": {"id": "c86c8a04-d4d7-42b6-abb8-400103649070", "links": [{"href": "http://172.30.9.23:8774/images/c86c8a04-d4d7-42b6-abb8-400103649070", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:19:43.000000", "flavor": {"id": "9601fcc9-54b9-46f6-8f3d-7740eaebd329", "links": [{"href": "http://172.30.9.23:8774/flavors/9601fcc9-54b9-46f6-8f3d-7740eaebd329", "rel": "bookmark"}]}, "id": "6c846ee3-2630-4893-a462-542c5221bdb4", "security_groups": [{"name": "default"}], "user_id": "1bc13030baf74845bca30813bb86a731", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:19:45Z", "hostId": "f3dcf74ca0ea69dbbb1c62fad4b058467d105320dcb4c02d454883be", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-inst", "created": "2018-10-04T15:19:38Z", "tenant_id": "498fd075b5d041f5bffc01abc6a737e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:19:49,189 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4 used request id req-65818623-1669-4e84-acfa-10641472be98 2018-10-04 15:19:49,190 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-inst] is - ACTIVE 2018-10-04 15:19:49,190 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:19:49,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:49,836 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19: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-c995d127-f7ee-4496-822a-a61a90932dad x-compute-request-id: req-c995d127-f7ee-4496-822a-a61a90932dad Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:00:02", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6c846ee3-2630-4893-a462-542c5221bdb4", "rel": "bookmark"}], "image": {"id": "c86c8a04-d4d7-42b6-abb8-400103649070", "links": [{"href": "http://172.30.9.23:8774/images/c86c8a04-d4d7-42b6-abb8-400103649070", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:19:43.000000", "flavor": {"id": "9601fcc9-54b9-46f6-8f3d-7740eaebd329", "links": [{"href": "http://172.30.9.23:8774/flavors/9601fcc9-54b9-46f6-8f3d-7740eaebd329", "rel": "bookmark"}]}, "id": "6c846ee3-2630-4893-a462-542c5221bdb4", "security_groups": [{"name": "default"}], "user_id": "1bc13030baf74845bca30813bb86a731", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:19:45Z", "hostId": "f3dcf74ca0ea69dbbb1c62fad4b058467d105320dcb4c02d454883be", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-inst", "created": "2018-10-04T15:19:38Z", "tenant_id": "498fd075b5d041f5bffc01abc6a737e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:19:49,836 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4 used request id req-c995d127-f7ee-4496-822a-a61a90932dad 2018-10-04 15:19:49,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:50,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-14ecc127-28c0-4d67-9925-baccb634d245 Date: Thu, 04 Oct 2018 15:19: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":["16d982d0-544c-4aa6-882e-ed6b8d4fd829"],"updated_at":"2018-10-04T15:19:30Z","tenant_id":"498fd075b5d041f5bffc01abc6a737e9","created_at":"2018-10-04T15:19:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"498fd075b5d041f5bffc01abc6a737e9","id":"782207ea-490c-4c61-8b3a-a21b417bc533","name":"CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net"}]} 2018-10-04 15:19:50,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net used request id req-14ecc127-28c0-4d67-9925-baccb634d245 2018-10-04 15:19:50,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:50,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa161cf4-cdbf-499a-bbad-c5d53221ba92 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9"}, "enabled": true, "id": "498fd075b5d041f5bffc01abc6a737e9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj"}} 2018-10-04 15:19:50,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9 used request id req-fa161cf4-cdbf-499a-bbad-c5d53221ba92 2018-10-04 15:19:50,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=782207ea-490c-4c61-8b3a-a21b417bc533 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:50,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5471ff89-78c9-40a0-9fd3-e77d885c86bb Date: Thu, 04 Oct 2018 15:19:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"782207ea-490c-4c61-8b3a-a21b417bc533","tenant_id":"498fd075b5d041f5bffc01abc6a737e9","created_at":"2018-10-04T15:19:30Z","dns_nameservers":[],"updated_at":"2018-10-04T15:19:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"498fd075b5d041f5bffc01abc6a737e9","id":"16d982d0-544c-4aa6-882e-ed6b8d4fd829","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-subnet"}]} 2018-10-04 15:19:50,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=782207ea-490c-4c61-8b3a-a21b417bc533 used request id req-5471ff89-78c9-40a0-9fd3-e77d885c86bb 2018-10-04 15:19:50,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=782207ea-490c-4c61-8b3a-a21b417bc533 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:50,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3118 X-Openstack-Request-Id: req-d4dacace-18a0-4e8f-95b2-d99dc69a7e67 Date: Thu, 04 Oct 2018 15:19:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:19:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"16d982d0-544c-4aa6-882e-ed6b8d4fd829","ip_address":"10.55.0.4"}],"id":"9ba5333b-c278-4e69-a8b9-4b04c30940c7","security_groups":[],"mac_address":"fa:16:3e:4e:55:e7","project_id":"498fd075b5d041f5bffc01abc6a737e9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"782207ea-490c-4c61-8b3a-a21b417bc533","tenant_id":"498fd075b5d041f5bffc01abc6a737e9","created_at":"2018-10-04T15:19:32Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-782207ea-490c-4c61-8b3a-a21b417bc533"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:19:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"16d982d0-544c-4aa6-882e-ed6b8d4fd829","ip_address":"10.55.0.2"}],"id":"bdbedcc8-5f4f-442c-9e92-2684b815584d","security_groups":[],"mac_address":"fa:16:3e:19:50:a9","project_id":"498fd075b5d041f5bffc01abc6a737e9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"782207ea-490c-4c61-8b3a-a21b417bc533","tenant_id":"498fd075b5d041f5bffc01abc6a737e9","created_at":"2018-10-04T15:19:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-782207ea-490c-4c61-8b3a-a21b417bc533"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:19:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"16d982d0-544c-4aa6-882e-ed6b8d4fd829","ip_address":"10.55.0.10"}],"id":"e8230bda-64df-4913-b1d3-74e11cd5f968","security_groups":["115e4f39-9a5a-4cdc-ab5b-be9e4fdb6ba1"],"mac_address":"fa:16:3e:a8:00:02","project_id":"498fd075b5d041f5bffc01abc6a737e9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-port","admin_state_up":true,"network_id":"782207ea-490c-4c61-8b3a-a21b417bc533","tenant_id":"498fd075b5d041f5bffc01abc6a737e9","created_at":"2018-10-04T15:19:35Z","binding:vnic_type":"normal","device_id":"6c846ee3-2630-4893-a462-542c5221bdb4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:19:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"16d982d0-544c-4aa6-882e-ed6b8d4fd829","ip_address":"10.55.0.3"}],"id":"f2500c3b-dbf5-4573-ba5a-23df1749d1f3","security_groups":[],"mac_address":"fa:16:3e:bb:31:4e","project_id":"498fd075b5d041f5bffc01abc6a737e9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"782207ea-490c-4c61-8b3a-a21b417bc533","tenant_id":"498fd075b5d041f5bffc01abc6a737e9","created_at":"2018-10-04T15:19:32Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-782207ea-490c-4c61-8b3a-a21b417bc533"}]} 2018-10-04 15:19:50,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=782207ea-490c-4c61-8b3a-a21b417bc533 used request id req-d4dacace-18a0-4e8f-95b2-d99dc69a7e67 2018-10-04 15:19:50,327 - create_instance - INFO - Deleting Port with ID - e8230bda-64df-4913-b1d3-74e11cd5f968 2018-10-04 15:19:50,327 - neutron_utils - INFO - Deleting port with name CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-port 2018-10-04 15:19:50,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/e8230bda-64df-4913-b1d3-74e11cd5f968 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:50,894 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-25cbe820-9ad8-4e11-a128-6569f4269164 Date: Thu, 04 Oct 2018 15:19:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:19:50,894 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/e8230bda-64df-4913-b1d3-74e11cd5f968 used request id req-25cbe820-9ad8-4e11-a128-6569f4269164 2018-10-04 15:19:50,894 - create_instance - INFO - Deleting VM instance - CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-inst 2018-10-04 15:19:50,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:51,045 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:19:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ae84f93b-08e4-403a-9c2b-1d53650ac2ce x-compute-request-id: req-ae84f93b-08e4-403a-9c2b-1d53650ac2ce Content-Type: application/json 2018-10-04 15:19:51,045 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4 used request id req-ae84f93b-08e4-403a-9c2b-1d53650ac2ce 2018-10-04 15:19:51,046 - create_instance - INFO - Checking deletion status 2018-10-04 15:19:51,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:51,231 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19: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-14d52aa6-71f7-4841-bf04-17b3111fe2e2 x-compute-request-id: req-14d52aa6-71f7-4841-bf04-17b3111fe2e2 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:00:02", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6c846ee3-2630-4893-a462-542c5221bdb4", "rel": "bookmark"}], "image": {"id": "c86c8a04-d4d7-42b6-abb8-400103649070", "links": [{"href": "http://172.30.9.23:8774/images/c86c8a04-d4d7-42b6-abb8-400103649070", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:19:43.000000", "flavor": {"id": "9601fcc9-54b9-46f6-8f3d-7740eaebd329", "links": [{"href": "http://172.30.9.23:8774/flavors/9601fcc9-54b9-46f6-8f3d-7740eaebd329", "rel": "bookmark"}]}, "id": "6c846ee3-2630-4893-a462-542c5221bdb4", "user_id": "1bc13030baf74845bca30813bb86a731", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:19:50Z", "hostId": "f3dcf74ca0ea69dbbb1c62fad4b058467d105320dcb4c02d454883be", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-inst", "created": "2018-10-04T15:19:38Z", "tenant_id": "498fd075b5d041f5bffc01abc6a737e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:19:51,231 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4 used request id req-14d52aa6-71f7-4841-bf04-17b3111fe2e2 2018-10-04 15:19:51,232 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-inst] is - ACTIVE 2018-10-04 15:19:51,232 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:19:54,235 - create_instance - DEBUG - VM status query timeout in 296.810585022 2018-10-04 15:19:54,238 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:54,646 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:19: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-14a79f4c-f60d-441a-bd65-4b3e8737831d x-compute-request-id: req-14a79f4c-f60d-441a-bd65-4b3e8737831d Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6c846ee3-2630-4893-a462-542c5221bdb4", "rel": "bookmark"}], "image": {"id": "c86c8a04-d4d7-42b6-abb8-400103649070", "links": [{"href": "http://172.30.9.23:8774/images/c86c8a04-d4d7-42b6-abb8-400103649070", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:19:43.000000", "flavor": {"id": "9601fcc9-54b9-46f6-8f3d-7740eaebd329", "links": [{"href": "http://172.30.9.23:8774/flavors/9601fcc9-54b9-46f6-8f3d-7740eaebd329", "rel": "bookmark"}]}, "id": "6c846ee3-2630-4893-a462-542c5221bdb4", "user_id": "1bc13030baf74845bca30813bb86a731", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:19:50Z", "hostId": "f3dcf74ca0ea69dbbb1c62fad4b058467d105320dcb4c02d454883be", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-inst", "created": "2018-10-04T15:19:38Z", "tenant_id": "498fd075b5d041f5bffc01abc6a737e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:19:54,646 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4 used request id req-14a79f4c-f60d-441a-bd65-4b3e8737831d 2018-10-04 15:19:54,647 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-inst] is - ACTIVE 2018-10-04 15:19:54,647 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:19:57,650 - create_instance - DEBUG - VM status query timeout in 293.395999908 2018-10-04 15:19:57,653 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5318f9086a54b33467f38a44951ae76263be357" 2018-10-04 15:19:57,695 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:19: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-866ac94a-86bf-49e9-a890-a149d79d700a x-compute-request-id: req-866ac94a-86bf-49e9-a890-a149d79d700a Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 6c846ee3-2630-4893-a462-542c5221bdb4 could not be found.", "code": 404}} 2018-10-04 15:19:57,695 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6c846ee3-2630-4893-a462-542c5221bdb4 used request id req-866ac94a-86bf-49e9-a890-a149d79d700a 2018-10-04 15:19:57,695 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 6c846ee3-2630-4893-a462-542c5221bdb4 could not be found. (HTTP 404) (Request-ID: req-866ac94a-86bf-49e9-a890-a149d79d700a) 2018-10-04 15:19:57,695 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-inst 2018-10-04 15:19:57,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/9601fcc9-54b9-46f6-8f3d-7740eaebd329 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e7fcfc83a96db4b75fa100d858f303596c1bc4f" 2018-10-04 15:19:57,740 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:19: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-4746209a-c2fc-41be-bccb-b9d4371df729 x-compute-request-id: req-4746209a-c2fc-41be-bccb-b9d4371df729 Content-Length: 0 Content-Type: application/json 2018-10-04 15:19:57,740 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/9601fcc9-54b9-46f6-8f3d-7740eaebd329 used request id req-4746209a-c2fc-41be-bccb-b9d4371df729 2018-10-04 15:19:57,741 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-subnet 2018-10-04 15:19:57,742 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-subnet 2018-10-04 15:19:57,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/16d982d0-544c-4aa6-882e-ed6b8d4fd829 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f08d80809831146fca23bb2df63e20eb6b5919" 2018-10-04 15:20:00,148 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cf786be5-fe1a-442a-876a-56b15c2f7cb1 Date: Thu, 04 Oct 2018 15:20:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:20:00,148 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/16d982d0-544c-4aa6-882e-ed6b8d4fd829 used request id req-cf786be5-fe1a-442a-876a-56b15c2f7cb1 2018-10-04 15:20:00,149 - neutron_utils - INFO - Deleting network with name CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26-pub-net 2018-10-04 15:20:00,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/782207ea-490c-4c61-8b3a-a21b417bc533 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f08d80809831146fca23bb2df63e20eb6b5919" 2018-10-04 15:20:01,423 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e83a783b-542b-4368-b91d-536d5d45dc63 Date: Thu, 04 Oct 2018 15:20:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:20:01,424 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/782207ea-490c-4c61-8b3a-a21b417bc533 used request id req-e83a783b-542b-4368-b91d-536d5d45dc63 2018-10-04 15:20:01,424 - glance_utils - INFO - Deleting image named - CreateInstanceFromThreePartImage-677991e1-9e22-4402-adbb-e426754fee26 2018-10-04 15:20:01,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/c86c8a04-d4d7-42b6-abb8-400103649070 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}675582122de01e644dbb6d32bbfd85a2c700ac2b" 2018-10-04 15:20:02,126 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-09a54892-f7ee-4ec1-a199-a154655f005d Date: Thu, 04 Oct 2018 15:20:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:20:02,127 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/c86c8a04-d4d7-42b6-abb8-400103649070 used request id req-09a54892-f7ee-4ec1-a199-a154655f005d 2018-10-04 15:20:02,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d050c92252769bb9b15eefe24a93f9ce3eba8612" 2018-10-04 15:20:02,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-20579263-2b6c-49cb-90c9-b3c8692906c4 Date: Thu, 04 Oct 2018 15:20:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "498fd075b5d041f5bffc01abc6a737e9", "created_at": "2018-10-04T15:19:30Z", "updated_at": "2018-10-04T15:19:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:19:30Z", "revision_number": 0, "id": "34e5ba52-2499-4a56-b799-058bd4f4c9be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:19:30Z", "security_group_id": "115e4f39-9a5a-4cdc-ab5b-be9e4fdb6ba1", "tenant_id": "498fd075b5d041f5bffc01abc6a737e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "498fd075b5d041f5bffc01abc6a737e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:19:30Z", "revision_number": 0, "id": "8b55f499-05dc-4dfc-a6a5-dff828c735fa", "remote_group_id": "115e4f39-9a5a-4cdc-ab5b-be9e4fdb6ba1", "remote_ip_prefix": null, "created_at": "2018-10-04T15:19:30Z", "security_group_id": "115e4f39-9a5a-4cdc-ab5b-be9e4fdb6ba1", "tenant_id": "498fd075b5d041f5bffc01abc6a737e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "498fd075b5d041f5bffc01abc6a737e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:19:30Z", "revision_number": 0, "id": "962eb18f-8093-4523-9371-ebd6277c8974", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:19:30Z", "security_group_id": "115e4f39-9a5a-4cdc-ab5b-be9e4fdb6ba1", "tenant_id": "498fd075b5d041f5bffc01abc6a737e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "498fd075b5d041f5bffc01abc6a737e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:19:30Z", "revision_number": 0, "id": "ddbd23f1-c75c-4c23-9c21-5d4b13d6cba4", "remote_group_id": "115e4f39-9a5a-4cdc-ab5b-be9e4fdb6ba1", "remote_ip_prefix": null, "created_at": "2018-10-04T15:19:30Z", "security_group_id": "115e4f39-9a5a-4cdc-ab5b-be9e4fdb6ba1", "tenant_id": "498fd075b5d041f5bffc01abc6a737e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "498fd075b5d041f5bffc01abc6a737e9"}], "revision_number": 4, "project_id": "498fd075b5d041f5bffc01abc6a737e9", "id": "115e4f39-9a5a-4cdc-ab5b-be9e4fdb6ba1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:20:02,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-20579263-2b6c-49cb-90c9-b3c8692906c4 2018-10-04 15:20:02,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d050c92252769bb9b15eefe24a93f9ce3eba8612" 2018-10-04 15:20:02,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb98a42b-0da0-4739-aa40-e0a50beafa5d Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:20:02,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-bb98a42b-0da0-4739-aa40-e0a50beafa5d 2018-10-04 15:20:02,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d050c92252769bb9b15eefe24a93f9ce3eba8612" 2018-10-04 15:20:02,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72e55a78-5295-4551-ba45-c0d9026b3669 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9"}, "enabled": true, "id": "498fd075b5d041f5bffc01abc6a737e9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj"}} 2018-10-04 15:20:02,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9 used request id req-72e55a78-5295-4551-ba45-c0d9026b3669 2018-10-04 15:20:02,520 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 115e4f39-9a5a-4cdc-ab5b-be9e4fdb6ba1 2018-10-04 15:20:02,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=115e4f39-9a5a-4cdc-ab5b-be9e4fdb6ba1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d050c92252769bb9b15eefe24a93f9ce3eba8612" 2018-10-04 15:20:02,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4e7f69d1-798a-432a-af0d-738113cbb3c3 Date: Thu, 04 Oct 2018 15:20:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:19:30Z", "security_group_id": "115e4f39-9a5a-4cdc-ab5b-be9e4fdb6ba1", "port_range_min": null, "revision_number": 0, "tenant_id": "498fd075b5d041f5bffc01abc6a737e9", "created_at": "2018-10-04T15:19:30Z", "project_id": "498fd075b5d041f5bffc01abc6a737e9", "id": "34e5ba52-2499-4a56-b799-058bd4f4c9be"}, {"remote_group_id": "115e4f39-9a5a-4cdc-ab5b-be9e4fdb6ba1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:19:30Z", "security_group_id": "115e4f39-9a5a-4cdc-ab5b-be9e4fdb6ba1", "port_range_min": null, "revision_number": 0, "tenant_id": "498fd075b5d041f5bffc01abc6a737e9", "created_at": "2018-10-04T15:19:30Z", "project_id": "498fd075b5d041f5bffc01abc6a737e9", "id": "8b55f499-05dc-4dfc-a6a5-dff828c735fa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:19:30Z", "security_group_id": "115e4f39-9a5a-4cdc-ab5b-be9e4fdb6ba1", "port_range_min": null, "revision_number": 0, "tenant_id": "498fd075b5d041f5bffc01abc6a737e9", "created_at": "2018-10-04T15:19:30Z", "project_id": "498fd075b5d041f5bffc01abc6a737e9", "id": "962eb18f-8093-4523-9371-ebd6277c8974"}, {"remote_group_id": "115e4f39-9a5a-4cdc-ab5b-be9e4fdb6ba1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:19:30Z", "security_group_id": "115e4f39-9a5a-4cdc-ab5b-be9e4fdb6ba1", "port_range_min": null, "revision_number": 0, "tenant_id": "498fd075b5d041f5bffc01abc6a737e9", "created_at": "2018-10-04T15:19:30Z", "project_id": "498fd075b5d041f5bffc01abc6a737e9", "id": "ddbd23f1-c75c-4c23-9c21-5d4b13d6cba4"}]} 2018-10-04 15:20:02,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=115e4f39-9a5a-4cdc-ab5b-be9e4fdb6ba1 used request id req-4e7f69d1-798a-432a-af0d-738113cbb3c3 2018-10-04 15:20:02,709 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:20:02,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/115e4f39-9a5a-4cdc-ab5b-be9e4fdb6ba1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d050c92252769bb9b15eefe24a93f9ce3eba8612" 2018-10-04 15:20:03,074 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ac7cb3bc-1eb8-4f12-a606-657a168d81a7 Content-Length: 0 Date: Thu, 04 Oct 2018 15:20:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:20:03,075 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/115e4f39-9a5a-4cdc-ab5b-be9e4fdb6ba1 used request id req-ac7cb3bc-1eb8-4f12-a606-657a168d81a7 2018-10-04 15:20:03,075 - keystone_utils - INFO - Deleting project with name - CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj 2018-10-04 15:20:03,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d050c92252769bb9b15eefe24a93f9ce3eba8612" 2018-10-04 15:20:03,340 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:20:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0729634c-a24d-40b3-9610-11c8113e38ae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:20:03,341 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/498fd075b5d041f5bffc01abc6a737e9 used request id req-0729634c-a24d-40b3-9610-11c8113e38ae 2018-10-04 15:20:03,341 - keystone_utils - INFO - Deleting role with name - CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-proj-role 2018-10-04 15:20:03,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/c69a979a73204b58b7525b5b49586508 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d050c92252769bb9b15eefe24a93f9ce3eba8612" 2018-10-04 15:20:03,462 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:20:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0fccb234-6da7-4fb1-b503-87c1c558934b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:20:03,463 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/c69a979a73204b58b7525b5b49586508 used request id req-0fccb234-6da7-4fb1-b503-87c1c558934b 2018-10-04 15:20:03,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d050c92252769bb9b15eefe24a93f9ce3eba8612" 2018-10-04 15:20:03,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c776c13-0c43-4fb6-85ca-7f8eb54f1c5c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:20:03,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3c776c13-0c43-4fb6-85ca-7f8eb54f1c5c 2018-10-04 15:20:03,635 - keystone_utils - INFO - Deleting user with name - CreateInstanceFromThreePartImage-3b0d5611-7003-4e6-user 2018-10-04 15:20:03,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/1bc13030baf74845bca30813bb86a731 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c17132fe7ca89192d0be420c98ca59e642c2442" 2018-10-04 15:20:03,810 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:20:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-efbfce31-2050-4a81-8d89-6ed63c837798 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:20:03,810 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/1bc13030baf74845bca30813bb86a731 used request id req-efbfce31-2050-4a81-8d89-6ed63c837798 2018-10-04 15:20:03,812 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:20:04,196 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:20:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["KqFA8xCJRZS4wtJaXA6TKQ"], "issued_at": "2018-10-04T15:20:04.000000Z"}} 2018-10-04 15:20:04,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bce73a3aed1b120e233ea67d31a73b1721a60328" 2018-10-04 15:20:04,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90d98caf-d5ee-4915-a42c-69897abc23cd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:20:04,272 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-90d98caf-d5ee-4915-a42c-69897abc23cd 2018-10-04 15:20:04,273 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:20:04,274 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:20:04,660 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:20:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["pMPwi5WbReynEbuwWWSRwQ"], "issued_at": "2018-10-04T15:20:04.000000Z"}} 2018-10-04 15:20:04,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19376d10c36d78c5da5217fb197aadc7cdb0a13" 2018-10-04 15:20:04,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e8b769b-c406-4f7d-bd78-356707f15abf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:20:04,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8e8b769b-c406-4f7d-bd78-356707f15abf 2018-10-04 15:20:04,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:20:04,760 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:20:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:20:04,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-156cb93c-c9df-49e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19376d10c36d78c5da5217fb197aadc7cdb0a13" 2018-10-04 15:20:04,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-085f07e9-0df8-4454-85c9-a3a79cb71f97 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-156cb93c-c9df-49e-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:20:04,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-156cb93c-c9df-49e-proj used request id req-085f07e9-0df8-4454-85c9-a3a79cb71f97 2018-10-04 15:20:04,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19376d10c36d78c5da5217fb197aadc7cdb0a13" 2018-10-04 15:20:04,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f5252a7-7c86-441f-a227-9fdc260b1342 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:20:04,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-8f5252a7-7c86-441f-a227-9fdc260b1342 2018-10-04 15:20:04,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19376d10c36d78c5da5217fb197aadc7cdb0a13" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj"}}' 2018-10-04 15:20:05,048 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:20:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4ee6371-61e5-4beb-8180-a92bbf6771ef Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487"}, "enabled": true, "id": "63f7a470148f4b8ea6996f021b7ca487", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj"}} 2018-10-04 15:20:05,048 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-c4ee6371-61e5-4beb-8180-a92bbf6771ef 2018-10-04 15:20:05,048 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-156cb93c-c9df-49e-proj 2018-10-04 15:20:05,049 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:20:05,049 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:20:05,525 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:20:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["deN_CDlFQgiu_6gP0h0HJg"], "issued_at": "2018-10-04T15:20:05.000000Z"}} 2018-10-04 15:20:05,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bd9918b24a5ef805ac0c67eee27b8d7ca4617d1" 2018-10-04 15:20:05,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5265a76-d3f1-457b-9b1b-d1e5b3bd5bae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:20:05,616 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f5265a76-d3f1-457b-9b1b-d1e5b3bd5bae 2018-10-04 15:20:05,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:20:05,626 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:20:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:20:05,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bd9918b24a5ef805ac0c67eee27b8d7ca4617d1" 2018-10-04 15:20:05,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abeb893c-5197-47c6-91b2-6f9b9e4d88f2 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:20:05,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-abeb893c-5197-47c6-91b2-6f9b9e4d88f2 2018-10-04 15:20:05,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateInstanceVolumeTests-156cb93c-c9df-49e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bd9918b24a5ef805ac0c67eee27b8d7ca4617d1" 2018-10-04 15:20:05,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7eef0dd-1dc5-437d-b2a3-c5c305eb4cd5 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateInstanceVolumeTests-156cb93c-c9df-49e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487"}, "enabled": true, "id": "63f7a470148f4b8ea6996f021b7ca487", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj"}]} 2018-10-04 15:20:05,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateInstanceVolumeTests-156cb93c-c9df-49e-proj used request id req-e7eef0dd-1dc5-437d-b2a3-c5c305eb4cd5 2018-10-04 15:20:05,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bd9918b24a5ef805ac0c67eee27b8d7ca4617d1" 2018-10-04 15:20:05,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c2c0d51-6a8e-434f-9d51-3c6807d6398e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:20:05,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-2c2c0d51-6a8e-434f-9d51-3c6807d6398e 2018-10-04 15:20:06,294 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-156cb93c-c9df-49e-user 2018-10-04 15:20:06,294 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:20:06,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19376d10c36d78c5da5217fb197aadc7cdb0a13" 2018-10-04 15:20:06,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43161596-cdea-4c77-91d0-0b672fbf8b58 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:20:06,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-43161596-cdea-4c77-91d0-0b672fbf8b58 2018-10-04 15:20:06,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19376d10c36d78c5da5217fb197aadc7cdb0a13" -d '{"role": {"name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj-role"}}' 2018-10-04 15:20:06,522 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:20:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d64d37a-8eb1-4b11-9f2f-ecaedd85a866 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ae90c685aaa74a11a50af8626dfde570", "links": {"self": "http://172.30.9.23:5000/v3/roles/ae90c685aaa74a11a50af8626dfde570"}, "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj-role"}} 2018-10-04 15:20:06,522 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-9d64d37a-8eb1-4b11-9f2f-ecaedd85a866 2018-10-04 15:20:06,523 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-156cb93c-c9df-49e-proj-role 2018-10-04 15:20:06,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/ae90c685aaa74a11a50af8626dfde570 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19376d10c36d78c5da5217fb197aadc7cdb0a13" 2018-10-04 15:20:06,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-024ef6ab-fecc-46a6-b6e9-0d5ef4176016 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/ae90c685aaa74a11a50af8626dfde570"}, "domain_id": null, "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj-role", "id": "ae90c685aaa74a11a50af8626dfde570"}} 2018-10-04 15:20:06,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/ae90c685aaa74a11a50af8626dfde570 used request id req-024ef6ab-fecc-46a6-b6e9-0d5ef4176016 2018-10-04 15:20:06,543 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-156cb93c-c9df-49e-proj-role to project CreateInstanceVolumeTests-156cb93c-c9df-49e-proj 2018-10-04 15:20:06,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487/users/7a0f628f2d0b4afb852794b4bb734599/roles/ae90c685aaa74a11a50af8626dfde570 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19376d10c36d78c5da5217fb197aadc7cdb0a13" 2018-10-04 15:20:06,675 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:20:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0edfe7a7-0fd1-4af2-bddf-8a6b93cd6f82 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:20:06,675 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487/users/7a0f628f2d0b4afb852794b4bb734599/roles/ae90c685aaa74a11a50af8626dfde570 used request id req-0edfe7a7-0fd1-4af2-bddf-8a6b93cd6f82 2018-10-04 15:20:06,676 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:20:06,677 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:20:06,678 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:20:06,678 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:20:07,046 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ae90c685aaa74a11a50af8626dfde570", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj-role"}], "expires_at": "2018-10-04T16:20:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63f7a470148f4b8ea6996f021b7ca487", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-user", "id": "7a0f628f2d0b4afb852794b4bb734599"}, "audit_ids": ["Ov6y0o7GT0-vdv6YvR6YFQ"], "issued_at": "2018-10-04T15:20:07.000000Z"}} 2018-10-04 15:20:07,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e3370414db3830d73711bb03ec1c2f95cfd3db4" 2018-10-04 15:20:07,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fcbb8fa-cb00-4ddd-9467-f01e392106e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:20:07,131 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4fcbb8fa-cb00-4ddd-9467-f01e392106e2 2018-10-04 15:20:07,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2e3370414db3830d73711bb03ec1c2f95cfd3db4" 2018-10-04 15:20:07,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-0e82d7b9-5872-4464-8ee5-3382a02d9c47 Date: Thu, 04 Oct 2018 15:20:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-image"} 2018-10-04 15:20:07,298 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-image used request id req-0e82d7b9-5872-4464-8ee5-3382a02d9c47 2018-10-04 15:20:07,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2e3370414db3830d73711bb03ec1c2f95cfd3db4" 2018-10-04 15:20:07,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7e4af724-e084-4dec-96ed-d1add6f522a7 Date: Thu, 04 Oct 2018 15:20:07 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:20:07,468 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-7e4af724-e084-4dec-96ed-d1add6f522a7 2018-10-04 15:20:07,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2e3370414db3830d73711bb03ec1c2f95cfd3db4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-image"}' 2018-10-04 15:20:07,687 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd X-Openstack-Request-Id: req-5bf48706-f469-40bf-8593-f77c345072a1 Date: Thu, 04 Oct 2018 15:20:07 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:20:07Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:20:07Z", "visibility": "shared", "locations": [], "self": "/v2/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd", "min_disk": 0, "protected": false, "id": "4dea7360-1db7-4647-9bd2-5e0be5e879fd", "file": "/v2/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd/file", "checksum": null, "owner": "63f7a470148f4b8ea6996f021b7ca487", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:20:07,687 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-5bf48706-f469-40bf-8593-f77c345072a1 2018-10-04 15:20:07,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2e3370414db3830d73711bb03ec1c2f95cfd3db4" -d '' 2018-10-04 15:20:09,175 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2923acda-347b-451f-8314-cf2b8d40338a Date: Thu, 04 Oct 2018 15:20:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:20:09,175 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd/file used request id req-2923acda-347b-451f-8314-cf2b8d40338a 2018-10-04 15:20:09,176 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:20:09,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2e3370414db3830d73711bb03ec1c2f95cfd3db4" 2018-10-04 15:20:09,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-534b2736-f66f-4e70-97d0-f903f2b6836d Date: Thu, 04 Oct 2018 15:20:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:20:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:20:09Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd/snap", "metadata": {}}], "self": "/v2/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd", "min_disk": 0, "protected": false, "id": "4dea7360-1db7-4647-9bd2-5e0be5e879fd", "file": "/v2/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "63f7a470148f4b8ea6996f021b7ca487", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:20:09,200 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd used request id req-534b2736-f66f-4e70-97d0-f903f2b6836d 2018-10-04 15:20:09,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2e3370414db3830d73711bb03ec1c2f95cfd3db4" 2018-10-04 15:20:09,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fcd5a7ed-6296-4916-8f4c-e06eec719fc1 Date: Thu, 04 Oct 2018 15:20:09 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:20:09,366 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-fcd5a7ed-6296-4916-8f4c-e06eec719fc1 2018-10-04 15:20:09,369 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-image 2018-10-04 15:20:09,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2e3370414db3830d73711bb03ec1c2f95cfd3db4" 2018-10-04 15:20:09,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-26c25a65-d698-461b-96a2-83d035a1b8b2 Date: Thu, 04 Oct 2018 15:20:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:20:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:20:09Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd/snap", "metadata": {}}], "self": "/v2/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd", "min_disk": 0, "protected": false, "id": "4dea7360-1db7-4647-9bd2-5e0be5e879fd", "file": "/v2/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "63f7a470148f4b8ea6996f021b7ca487", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:20:09,549 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd used request id req-26c25a65-d698-461b-96a2-83d035a1b8b2 2018-10-04 15:20:09,550 - create_image - DEBUG - Instance status is - active 2018-10-04 15:20:09,550 - create_image - DEBUG - Image is active with name - CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-image 2018-10-04 15:20:09,550 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-image 2018-10-04 15:20:09,550 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:20:09,551 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:20:09,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:20:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["ybSZBn8OQFGwtgddEmKfBw"], "issued_at": "2018-10-04T15:20:09.000000Z"}} 2018-10-04 15:20:09,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe409375e15cdd6de4f4c991335a1d2602d971ef" 2018-10-04 15:20:10,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d070838d-a26c-43c9-8f9c-e024a7c1e445 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:20:10,021 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d070838d-a26c-43c9-8f9c-e024a7c1e445 2018-10-04 15:20:10,022 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:20:10,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe409375e15cdd6de4f4c991335a1d2602d971ef" 2018-10-04 15:20:10,192 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20: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-b1c0aa15-84e4-4e51-9cf2-31dc2eb3cf12 x-compute-request-id: req-b1c0aa15-84e4-4e51-9cf2-31dc2eb3cf12 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:20:10,193 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-b1c0aa15-84e4-4e51-9cf2-31dc2eb3cf12 2018-10-04 15:20:10,197 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe409375e15cdd6de4f4c991335a1d2602d971ef" -d '{"flavor": {"vcpus": 2, "disk": 1, "name": "CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:20:10,247 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20: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-47c5252b-d0a5-450e-9c30-3eae28a99764 x-compute-request-id: req-47c5252b-d0a5-450e-9c30-3eae28a99764 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/ac1afa26-d714-48d5-9a3d-185d259ffbee", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/ac1afa26-d714-48d5-9a3d-185d259ffbee", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ac1afa26-d714-48d5-9a3d-185d259ffbee", "name": "CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:20:10,247 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-47c5252b-d0a5-450e-9c30-3eae28a99764 2018-10-04 15:20:10,248 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:20:10,249 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:20:10,629 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ae90c685aaa74a11a50af8626dfde570", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj-role"}], "expires_at": "2018-10-04T16:20:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63f7a470148f4b8ea6996f021b7ca487", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-user", "id": "7a0f628f2d0b4afb852794b4bb734599"}, "audit_ids": ["Fm9AT3dyS9e7_71rr3ZUtA"], "issued_at": "2018-10-04T15:20:10.000000Z"}} 2018-10-04 15:20:10,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}802365b2d4083dfde2f7711b1f85834ac4d0e142" 2018-10-04 15:20:10,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-712247cc-41f5-4e3c-9fcd-0c26cc6a9b18 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:20:10,711 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-712247cc-41f5-4e3c-9fcd-0c26cc6a9b18 2018-10-04 15:20:10,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}802365b2d4083dfde2f7711b1f85834ac4d0e142" 2018-10-04 15:20:10,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b205e701-c2df-43c9-a68a-2a138fe4253a Date: Thu, 04 Oct 2018 15:20:10 GMT RESP BODY: {"networks":[]} 2018-10-04 15:20:10,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net used request id req-b205e701-c2df-43c9-a68a-2a138fe4253a 2018-10-04 15:20:10,971 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net 2018-10-04 15:20:10,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}802365b2d4083dfde2f7711b1f85834ac4d0e142" -d '{"network": {"name": "CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net", "admin_state_up": true}}' 2018-10-04 15:20:11,634 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-b0523c3a-e6e1-4093-9f41-c735ceac586c Date: Thu, 04 Oct 2018 15:20:11 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"63f7a470148f4b8ea6996f021b7ca487","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:20:11Z","is_default":false,"name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:11Z","mtu":1450}} 2018-10-04 15:20:11,634 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-b0523c3a-e6e1-4093-9f41-c735ceac586c 2018-10-04 15:20:11,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}802365b2d4083dfde2f7711b1f85834ac4d0e142" 2018-10-04 15:20:11,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-bd34247f-0b32-4768-813d-9ec243027b1e Date: Thu, 04 Oct 2018 15:20:11 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T15:20:11Z","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"63f7a470148f4b8ea6996f021b7ca487","id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net"}]} 2018-10-04 15:20:11,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 used request id req-bd34247f-0b32-4768-813d-9ec243027b1e 2018-10-04 15:20:11,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}802365b2d4083dfde2f7711b1f85834ac4d0e142" 2018-10-04 15:20:12,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c0ff6394-6c17-401a-8d76-fe36bb5b0f06 Date: Thu, 04 Oct 2018 15:20:12 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:20:12,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 used request id req-c0ff6394-6c17-401a-8d76-fe36bb5b0f06 2018-10-04 15:20:12,047 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-subnet 2018-10-04 15:20:12,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}802365b2d4083dfde2f7711b1f85834ac4d0e142" -d '{"subnets": [{"ip_version": 4, "network_id": "fc1f45f6-3b6c-412b-a548-0a148c5eb039", "cidr": "10.55.0.0/24", "name": "CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-subnet"}]}' 2018-10-04 15:20:13,004 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-11b7803f-cd6c-4c02-a781-2e3cfa7fc47e Date: Thu, 04 Oct 2018 15:20:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:12Z","dns_nameservers":[],"updated_at":"2018-10-04T15:20:12Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"63f7a470148f4b8ea6996f021b7ca487","id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","subnetpool_id":null,"name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-subnet"}]} 2018-10-04 15:20:13,005 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-11b7803f-cd6c-4c02-a781-2e3cfa7fc47e 2018-10-04 15:20:13,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}802365b2d4083dfde2f7711b1f85834ac4d0e142" 2018-10-04 15:20:13,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-03fe4cd1-c05b-49d9-962d-fe3db9b447a7 Date: Thu, 04 Oct 2018 15:20:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["03144192-64ea-4aec-bf7c-fec3fe6e8645"],"updated_at":"2018-10-04T15:20:12Z","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"63f7a470148f4b8ea6996f021b7ca487","id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net"}]} 2018-10-04 15:20:13,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 used request id req-03fe4cd1-c05b-49d9-962d-fe3db9b447a7 2018-10-04 15:20:13,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}802365b2d4083dfde2f7711b1f85834ac4d0e142" 2018-10-04 15:20:13,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-92ca433c-6d8a-441f-9334-85fd368dfde4 Date: Thu, 04 Oct 2018 15:20:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:12Z","dns_nameservers":[],"updated_at":"2018-10-04T15:20:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"63f7a470148f4b8ea6996f021b7ca487","id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","subnetpool_id":null,"name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-subnet"}]} 2018-10-04 15:20:13,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 used request id req-92ca433c-6d8a-441f-9334-85fd368dfde4 2018-10-04 15:20:13,524 - OpenStackNetwork - DEBUG - Network [fc1f45f6-3b6c-412b-a548-0a148c5eb039] created successfully 2018-10-04 15:20:13,524 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:20:13,525 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:20:13,904 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ae90c685aaa74a11a50af8626dfde570", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj-role"}], "expires_at": "2018-10-04T16:20:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63f7a470148f4b8ea6996f021b7ca487", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-user", "id": "7a0f628f2d0b4afb852794b4bb734599"}, "audit_ids": ["l-btO_GnRM28ntVeQhnijw"], "issued_at": "2018-10-04T15:20:13.000000Z"}} 2018-10-04 15:20:13,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d61cd38b153669f251a031980b68a571b831900" 2018-10-04 15:20:13,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51eba53b-b157-49a0-a9d4-941cbe573430 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:20:13,978 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-51eba53b-b157-49a0-a9d4-941cbe573430 2018-10-04 15:20:13,984 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d61cd38b153669f251a031980b68a571b831900" 2018-10-04 15:20:14,243 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:13 GMT Server: Apache x-compute-request-id: req-538f0289-c8e4-4f26-b2b5-5c06eb64f056 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-538f0289-c8e4-4f26-b2b5-5c06eb64f056 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-04 15:20:14,243 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/detail used request id req-538f0289-c8e4-4f26-b2b5-5c06eb64f056 2018-10-04 15:20:14,247 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-538f0289-c8e4-4f26-b2b5-5c06eb64f056" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d61cd38b153669f251a031980b68a571b831900" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-1", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-04 15:20:14,593 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:20:14 GMT Server: Apache x-compute-request-id: req-889fb874-841f-4c2a-a7a8-b5c460c06b6d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-889fb874-841f-4c2a-a7a8-b5c460c06b6d Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "7a0f628f2d0b4afb852794b4bb734599", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc", "rel": "self"}, {"href": "http://172.30.9.23:8776/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:20:14.507599", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "64b1ce71-ad9e-49ea-a331-c0906a9979cc", "size": 1}} 2018-10-04 15:20:14,594 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes used request id req-889fb874-841f-4c2a-a7a8-b5c460c06b6d 2018-10-04 15:20:14,598 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-538f0289-c8e4-4f26-b2b5-5c06eb64f056" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d61cd38b153669f251a031980b68a571b831900" 2018-10-04 15:20:14,798 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:14 GMT Server: Apache x-compute-request-id: req-2e7149a1-7ec8-471c-8a8f-7587a5c06cc1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2e7149a1-7ec8-471c-8a8f-7587a5c06cc1 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "7a0f628f2d0b4afb852794b4bb734599", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc", "rel": "self"}, {"href": "http://172.30.9.23:8776/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:20:14.000000", "description": null, "os-vol-tenant-attr:tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "updated_at": "2018-10-04T15:20:14.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "64b1ce71-ad9e-49ea-a331-c0906a9979cc", "size": 1}} 2018-10-04 15:20:14,798 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc used request id req-2e7149a1-7ec8-471c-8a8f-7587a5c06cc1 2018-10-04 15:20:14,798 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-1 2018-10-04 15:20:14,801 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-538f0289-c8e4-4f26-b2b5-5c06eb64f056" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d61cd38b153669f251a031980b68a571b831900" 2018-10-04 15:20:14,998 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:14 GMT Server: Apache x-compute-request-id: req-d0871941-70b4-48ad-b42b-6b35a37b7eeb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d0871941-70b4-48ad-b42b-6b35a37b7eeb Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "7a0f628f2d0b4afb852794b4bb734599", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc", "rel": "self"}, {"href": "http://172.30.9.23:8776/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:20:14.000000", "description": null, "os-vol-tenant-attr:tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "updated_at": "2018-10-04T15:20:14.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "64b1ce71-ad9e-49ea-a331-c0906a9979cc", "size": 1}} 2018-10-04 15:20:14,998 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc used request id req-d0871941-70b4-48ad-b42b-6b35a37b7eeb 2018-10-04 15:20:14,999 - create_volume - DEBUG - Instance status is - available 2018-10-04 15:20:14,999 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-1 2018-10-04 15:20:14,999 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-1 2018-10-04 15:20:14,999 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:20:15,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:20:15,458 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ae90c685aaa74a11a50af8626dfde570", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj-role"}], "expires_at": "2018-10-04T16:20:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63f7a470148f4b8ea6996f021b7ca487", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-user", "id": "7a0f628f2d0b4afb852794b4bb734599"}, "audit_ids": ["HEhiHdhJQH6e3B_woBNdTA"], "issued_at": "2018-10-04T15:20:15.000000Z"}} 2018-10-04 15:20:15,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcdde5b79ecd0c50874d6f2cbf55909f99030b5" 2018-10-04 15:20:15,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8343dc1-b31d-41b7-b69d-5e6d2f322010 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:20:15,524 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e8343dc1-b31d-41b7-b69d-5e6d2f322010 2018-10-04 15:20:15,530 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcdde5b79ecd0c50874d6f2cbf55909f99030b5" 2018-10-04 15:20:15,728 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:15 GMT Server: Apache x-compute-request-id: req-2451012b-9e18-4b81-ba6e-5c2ec1fb32a3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2451012b-9e18-4b81-ba6e-5c2ec1fb32a3 Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "7a0f628f2d0b4afb852794b4bb734599", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc", "rel": "self"}, {"href": "http://172.30.9.23:8776/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:20:14.000000", "description": null, "os-vol-tenant-attr:tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "updated_at": "2018-10-04T15:20:14.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "64b1ce71-ad9e-49ea-a331-c0906a9979cc", "size": 1}]} 2018-10-04 15:20:15,728 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/detail used request id req-2451012b-9e18-4b81-ba6e-5c2ec1fb32a3 2018-10-04 15:20:15,732 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2451012b-9e18-4b81-ba6e-5c2ec1fb32a3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcdde5b79ecd0c50874d6f2cbf55909f99030b5" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-2", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-04 15:20:16,062 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:20:15 GMT Server: Apache x-compute-request-id: req-507222e8-d63d-4aaa-9644-9719fe7ded42 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-507222e8-d63d-4aaa-9644-9719fe7ded42 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "7a0f628f2d0b4afb852794b4bb734599", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/f5326a38-1bba-4240-b4bb-8d582f8f0cc5", "rel": "self"}, {"href": "http://172.30.9.23:8776/63f7a470148f4b8ea6996f021b7ca487/volumes/f5326a38-1bba-4240-b4bb-8d582f8f0cc5", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:20:15.964255", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f5326a38-1bba-4240-b4bb-8d582f8f0cc5", "size": 1}} 2018-10-04 15:20:16,063 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes used request id req-507222e8-d63d-4aaa-9644-9719fe7ded42 2018-10-04 15:20:16,066 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/f5326a38-1bba-4240-b4bb-8d582f8f0cc5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2451012b-9e18-4b81-ba6e-5c2ec1fb32a3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcdde5b79ecd0c50874d6f2cbf55909f99030b5" 2018-10-04 15:20:16,262 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:16 GMT Server: Apache x-compute-request-id: req-21c3f652-7239-444f-a6cf-ce74e6737d3d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-21c3f652-7239-444f-a6cf-ce74e6737d3d Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "7a0f628f2d0b4afb852794b4bb734599", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/f5326a38-1bba-4240-b4bb-8d582f8f0cc5", "rel": "self"}, {"href": "http://172.30.9.23:8776/63f7a470148f4b8ea6996f021b7ca487/volumes/f5326a38-1bba-4240-b4bb-8d582f8f0cc5", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:20:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "updated_at": "2018-10-04T15:20:16.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f5326a38-1bba-4240-b4bb-8d582f8f0cc5", "size": 1}} 2018-10-04 15:20:16,262 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/f5326a38-1bba-4240-b4bb-8d582f8f0cc5 used request id req-21c3f652-7239-444f-a6cf-ce74e6737d3d 2018-10-04 15:20:16,262 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-2 2018-10-04 15:20:16,265 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/f5326a38-1bba-4240-b4bb-8d582f8f0cc5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2451012b-9e18-4b81-ba6e-5c2ec1fb32a3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcdde5b79ecd0c50874d6f2cbf55909f99030b5" 2018-10-04 15:20:16,460 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:16 GMT Server: Apache x-compute-request-id: req-aa5a0185-4f10-461b-ab1d-b8752bda20d1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-aa5a0185-4f10-461b-ab1d-b8752bda20d1 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "7a0f628f2d0b4afb852794b4bb734599", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/f5326a38-1bba-4240-b4bb-8d582f8f0cc5", "rel": "self"}, {"href": "http://172.30.9.23:8776/63f7a470148f4b8ea6996f021b7ca487/volumes/f5326a38-1bba-4240-b4bb-8d582f8f0cc5", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:20:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "updated_at": "2018-10-04T15:20:16.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f5326a38-1bba-4240-b4bb-8d582f8f0cc5", "size": 1}} 2018-10-04 15:20:16,460 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/f5326a38-1bba-4240-b4bb-8d582f8f0cc5 used request id req-aa5a0185-4f10-461b-ab1d-b8752bda20d1 2018-10-04 15:20:16,461 - create_volume - DEBUG - Instance status is - available 2018-10-04 15:20:16,461 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-2 2018-10-04 15:20:16,461 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-2 2018-10-04 15:20:16,461 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:20:16,462 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:20:16,912 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ae90c685aaa74a11a50af8626dfde570", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj-role"}], "expires_at": "2018-10-04T16:20:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63f7a470148f4b8ea6996f021b7ca487", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-user", "id": "7a0f628f2d0b4afb852794b4bb734599"}, "audit_ids": ["L40qDr9HSNeDk4SmxV3hfg"], "issued_at": "2018-10-04T15:20:16.000000Z"}} 2018-10-04 15:20:16,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:16,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-696e8dc2-0e32-4fc8-a099-12c12e3c5a66 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:20:16,990 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-696e8dc2-0e32-4fc8-a099-12c12e3c5a66 2018-10-04 15:20:16,991 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:20:16,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:17,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1951abe0-0069-4088-aaf3-0900143d4c42 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:20:17,074 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1951abe0-0069-4088-aaf3-0900143d4c42 2018-10-04 15:20:17,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:17,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-ac9e1c7c-ab67-45df-8e8b-6c805bcbac6e Date: Thu, 04 Oct 2018 15:20:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["03144192-64ea-4aec-bf7c-fec3fe6e8645"],"updated_at":"2018-10-04T15:20:12Z","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"63f7a470148f4b8ea6996f021b7ca487","id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net"}]} 2018-10-04 15:20:17,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net used request id req-ac9e1c7c-ab67-45df-8e8b-6c805bcbac6e 2018-10-04 15:20:17,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:20:17,322 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:20:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:20:17,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:17,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c6781d4-47e0-4afe-b6da-f574e7cd237b Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487"}, "enabled": true, "id": "63f7a470148f4b8ea6996f021b7ca487", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj"}} 2018-10-04 15:20:17,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487 used request id req-9c6781d4-47e0-4afe-b6da-f574e7cd237b 2018-10-04 15:20:17,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:17,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0e720766-f3b8-4107-88b7-74ee165c4008 Date: Thu, 04 Oct 2018 15:20:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:12Z","dns_nameservers":[],"updated_at":"2018-10-04T15:20:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"63f7a470148f4b8ea6996f021b7ca487","id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","subnetpool_id":null,"name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-subnet"}]} 2018-10-04 15:20:17,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 used request id req-0e720766-f3b8-4107-88b7-74ee165c4008 2018-10-04 15:20:17,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039&name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:17,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b02ccc98-7c86-4167-8a2d-aae229e9e479 Date: Thu, 04 Oct 2018 15:20:17 GMT RESP BODY: {"ports":[]} 2018-10-04 15:20:17,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039&name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-port&admin_state_up=True used request id req-b02ccc98-7c86-4167-8a2d-aae229e9e479 2018-10-04 15:20:17,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:18,025 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20: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-0d067e97-e936-448c-9c03-36c40fe67456 x-compute-request-id: req-0d067e97-e936-448c-9c03-36c40fe67456 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:20:18,025 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-inst used request id req-0d067e97-e936-448c-9c03-36c40fe67456 2018-10-04 15:20:18,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:18,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6f111d47-bb89-4548-8f78-d80775a68d6c Date: Thu, 04 Oct 2018 15:20:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["03144192-64ea-4aec-bf7c-fec3fe6e8645"],"updated_at":"2018-10-04T15:20:12Z","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"63f7a470148f4b8ea6996f021b7ca487","id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net"}]} 2018-10-04 15:20:18,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net used request id req-6f111d47-bb89-4548-8f78-d80775a68d6c 2018-10-04 15:20:18,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:18,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0451d1f1-1162-4c7c-9276-67462171b31f Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487"}, "enabled": true, "id": "63f7a470148f4b8ea6996f021b7ca487", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj"}} 2018-10-04 15:20:18,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487 used request id req-0451d1f1-1162-4c7c-9276-67462171b31f 2018-10-04 15:20:18,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:18,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-132b1351-0394-4553-ac92-e5c0154f59e1 Date: Thu, 04 Oct 2018 15:20:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:12Z","dns_nameservers":[],"updated_at":"2018-10-04T15:20:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"63f7a470148f4b8ea6996f021b7ca487","id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","subnetpool_id":null,"name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-subnet"}]} 2018-10-04 15:20:18,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 used request id req-132b1351-0394-4553-ac92-e5c0154f59e1 2018-10-04 15:20:18,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039&name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:18,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d731a7d5-2df4-4d58-94be-de255762b30d Date: Thu, 04 Oct 2018 15:20:18 GMT RESP BODY: {"ports":[]} 2018-10-04 15:20:18,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039&name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-port&admin_state_up=True used request id req-d731a7d5-2df4-4d58-94be-de255762b30d 2018-10-04 15:20:18,615 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:20:18,616 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:20:18,990 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ae90c685aaa74a11a50af8626dfde570", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj-role"}], "expires_at": "2018-10-04T16:20:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63f7a470148f4b8ea6996f021b7ca487", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-user", "id": "7a0f628f2d0b4afb852794b4bb734599"}, "audit_ids": ["l3NIe_LWQSuU1rAZCVNtwQ"], "issued_at": "2018-10-04T15:20:18.000000Z"}} 2018-10-04 15:20:18,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fb50b348540a6965e96f76ad8ab29cea1ae9d87" 2018-10-04 15:20:19,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fdbc15c-b1a3-4288-9f5e-b3897b85ddf4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:20:19,063 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7fdbc15c-b1a3-4288-9f5e-b3897b85ddf4 2018-10-04 15:20:19,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:19,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-32bcc452-b029-4a42-8f42-804b087bdf47 Date: Thu, 04 Oct 2018 15:20:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["03144192-64ea-4aec-bf7c-fec3fe6e8645"],"updated_at":"2018-10-04T15:20:12Z","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"63f7a470148f4b8ea6996f021b7ca487","id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net"}]} 2018-10-04 15:20:19,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net used request id req-32bcc452-b029-4a42-8f42-804b087bdf47 2018-10-04 15:20:19,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:19,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-bec62031-02c8-4904-8c55-87e794b57c89 Date: Thu, 04 Oct 2018 15:20:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:12Z","dns_nameservers":[],"updated_at":"2018-10-04T15:20:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"63f7a470148f4b8ea6996f021b7ca487","id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","subnetpool_id":null,"name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-subnet"}]} 2018-10-04 15:20:19,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 used request id req-bec62031-02c8-4904-8c55-87e794b57c89 2018-10-04 15:20:19,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:19,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-e350f359-dca3-4009-acbc-986a2be9e888 Date: Thu, 04 Oct 2018 15:20:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["03144192-64ea-4aec-bf7c-fec3fe6e8645"],"updated_at":"2018-10-04T15:20:12Z","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"63f7a470148f4b8ea6996f021b7ca487","id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net"}]} 2018-10-04 15:20:19,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net used request id req-e350f359-dca3-4009-acbc-986a2be9e888 2018-10-04 15:20:19,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:20:19,767 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:20:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:20:19,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fb50b348540a6965e96f76ad8ab29cea1ae9d87" 2018-10-04 15:20:19,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6c9d875-cf35-4105-938d-939fddb2f165 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487"}, "enabled": true, "id": "63f7a470148f4b8ea6996f021b7ca487", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj"}} 2018-10-04 15:20:19,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487 used request id req-e6c9d875-cf35-4105-938d-939fddb2f165 2018-10-04 15:20:19,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:20,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-642e8d05-c837-4a76-8370-5b0066d68b3e Date: Thu, 04 Oct 2018 15:20:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:12Z","dns_nameservers":[],"updated_at":"2018-10-04T15:20:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"63f7a470148f4b8ea6996f021b7ca487","id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","subnetpool_id":null,"name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-subnet"}]} 2018-10-04 15:20:20,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 used request id req-642e8d05-c837-4a76-8370-5b0066d68b3e 2018-10-04 15:20:20,047 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net 2018-10-04 15:20:20,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" -d '{"port": {"network_id": "fc1f45f6-3b6c-412b-a548-0a148c5eb039", "name": "CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-port", "admin_state_up": true}}' 2018-10-04 15:20:20,976 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 780 X-Openstack-Request-Id: req-0b87829f-a1d8-4bde-b843-c45e31028799 Date: Thu, 04 Oct 2018 15:20:20 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:20:20Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","ip_address":"10.55.0.6"}],"id":"f1d6a407-4252-49ff-a13a-1f42eba2eadc","security_groups":["426c564f-6dc5-4c79-a514-a74238ecfeb8"],"mac_address":"fa:16:3e:ea:42:e3","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-port","project_id":"63f7a470148f4b8ea6996f021b7ca487","qos_policy_id":null,"admin_state_up":true,"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:20Z","binding:vnic_type":"normal"}} 2018-10-04 15:20:20,976 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-0b87829f-a1d8-4bde-b843-c45e31028799 2018-10-04 15:20:20,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:21,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-c7da9f94-a4fb-4ae3-af5b-f64a39870d36 Date: Thu, 04 Oct 2018 15:20:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["03144192-64ea-4aec-bf7c-fec3fe6e8645"],"updated_at":"2018-10-04T15:20:12Z","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"63f7a470148f4b8ea6996f021b7ca487","id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net"}]} 2018-10-04 15:20:21,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net used request id req-c7da9f94-a4fb-4ae3-af5b-f64a39870d36 2018-10-04 15:20:21,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:21,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f4c743a-c22e-4549-af94-06c283287162 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487"}, "enabled": true, "id": "63f7a470148f4b8ea6996f021b7ca487", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj"}} 2018-10-04 15:20:21,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487 used request id req-0f4c743a-c22e-4549-af94-06c283287162 2018-10-04 15:20:21,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:21,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-90e881ea-a515-4b2e-bff5-d4132e77663c Date: Thu, 04 Oct 2018 15:20:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:12Z","dns_nameservers":[],"updated_at":"2018-10-04T15:20:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"63f7a470148f4b8ea6996f021b7ca487","id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","subnetpool_id":null,"name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-subnet"}]} 2018-10-04 15:20:21,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 used request id req-90e881ea-a515-4b2e-bff5-d4132e77663c 2018-10-04 15:20:21,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039&name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:21,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-06a93b98-dc12-4101-aa0d-db81259583d6 Date: Thu, 04 Oct 2018 15:20:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:20:20Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","ip_address":"10.55.0.6"}],"id":"f1d6a407-4252-49ff-a13a-1f42eba2eadc","security_groups":["426c564f-6dc5-4c79-a514-a74238ecfeb8"],"mac_address":"fa:16:3e:ea:42:e3","project_id":"63f7a470148f4b8ea6996f021b7ca487","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-port","admin_state_up":true,"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:20Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:20:21,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039&name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-port&admin_state_up=True used request id req-06a93b98-dc12-4101-aa0d-db81259583d6 2018-10-04 15:20:21,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:21,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f24eedc1-f8ff-4ed4-a0ad-bdd8dc43d3a2 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487"}, "enabled": true, "id": "63f7a470148f4b8ea6996f021b7ca487", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj"}} 2018-10-04 15:20:21,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487 used request id req-f24eedc1-f8ff-4ed4-a0ad-bdd8dc43d3a2 2018-10-04 15:20:21,713 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-inst 2018-10-04 15:20:21,716 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:21,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20: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-36a00492-576e-42f6-bb9a-20fcf422126d x-compute-request-id: req-36a00492-576e-42f6-bb9a-20fcf422126d Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ac1afa26-d714-48d5-9a3d-185d259ffbee", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/ac1afa26-d714-48d5-9a3d-185d259ffbee", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/ac1afa26-d714-48d5-9a3d-185d259ffbee", "rel": "bookmark"}], "name": "CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-flavor-name"}]} 2018-10-04 15:20:21,743 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-36a00492-576e-42f6-bb9a-20fcf422126d 2018-10-04 15:20:21,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/ac1afa26-d714-48d5-9a3d-185d259ffbee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:21,766 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20: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-eb718f6c-04bd-4daf-9855-0fc922965126 x-compute-request-id: req-eb718f6c-04bd-4daf-9855-0fc922965126 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/ac1afa26-d714-48d5-9a3d-185d259ffbee", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/ac1afa26-d714-48d5-9a3d-185d259ffbee", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ac1afa26-d714-48d5-9a3d-185d259ffbee", "name": "CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:20:21,766 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/ac1afa26-d714-48d5-9a3d-185d259ffbee used request id req-eb718f6c-04bd-4daf-9855-0fc922965126 2018-10-04 15:20:21,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:21,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-0e02f47c-0023-4f80-a9f3-dca0e2a87699 Date: Thu, 04 Oct 2018 15:20:21 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:20:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:20:09Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd/snap", "metadata": {}}], "self": "/v2/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd", "min_disk": 0, "protected": false, "id": "4dea7360-1db7-4647-9bd2-5e0be5e879fd", "file": "/v2/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "63f7a470148f4b8ea6996f021b7ca487", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-image"} 2018-10-04 15:20:21,937 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-image used request id req-0e02f47c-0023-4f80-a9f3-dca0e2a87699 2018-10-04 15:20:21,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:22,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bb475b8f-13e9-49a6-8dbf-bf27f3aea343 Date: Thu, 04 Oct 2018 15:20:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:20:22,092 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-bb475b8f-13e9-49a6-8dbf-bf27f3aea343 2018-10-04 15:20:22,098 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" -d '{"server": {"name": "CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-inst", "imageRef": "4dea7360-1db7-4647-9bd2-5e0be5e879fd", "flavorRef": "ac1afa26-d714-48d5-9a3d-185d259ffbee", "max_count": 1, "min_count": 1, "networks": [{"port": "f1d6a407-4252-49ff-a13a-1f42eba2eadc"}]}}' 2018-10-04 15:20:23,680 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:20:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3c8a21b0-7b8a-4090-8f78-9de6cb207db2 x-compute-request-id: req-3c8a21b0-7b8a-4090-8f78-9de6cb207db2 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2ba54285-9c61-4c07-a61c-abf9f10a1f12", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12", "rel": "bookmark"}], "adminPass": "oXQeKXYXvp5u"}} 2018-10-04 15:20:23,680 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-3c8a21b0-7b8a-4090-8f78-9de6cb207db2 2018-10-04 15:20:23,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:23,907 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20: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-0ee7070c-d671-4f3f-bc1a-1a07ad2be3a0 x-compute-request-id: req-0ee7070c-d671-4f3f-bc1a-1a07ad2be3a0 Content-Encoding: gzip Content-Length: 610 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12", "rel": "bookmark"}], "image": {"id": "4dea7360-1db7-4647-9bd2-5e0be5e879fd", "links": [{"href": "http://172.30.9.23:8774/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac1afa26-d714-48d5-9a3d-185d259ffbee", "links": [{"href": "http://172.30.9.23:8774/flavors/ac1afa26-d714-48d5-9a3d-185d259ffbee", "rel": "bookmark"}]}, "id": "2ba54285-9c61-4c07-a61c-abf9f10a1f12", "user_id": "7a0f628f2d0b4afb852794b4bb734599", "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-10-04T15:20:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-inst", "created": "2018-10-04T15:20:23Z", "tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:20:23,908 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 used request id req-0ee7070c-d671-4f3f-bc1a-1a07ad2be3a0 2018-10-04 15:20:23,908 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-inst 2018-10-04 15:20:23,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:24,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20: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-09a04618-f643-4102-82c6-f3f29a0be6ee x-compute-request-id: req-09a04618-f643-4102-82c6-f3f29a0be6ee Content-Encoding: gzip Content-Length: 610 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12", "rel": "bookmark"}], "image": {"id": "4dea7360-1db7-4647-9bd2-5e0be5e879fd", "links": [{"href": "http://172.30.9.23:8774/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac1afa26-d714-48d5-9a3d-185d259ffbee", "links": [{"href": "http://172.30.9.23:8774/flavors/ac1afa26-d714-48d5-9a3d-185d259ffbee", "rel": "bookmark"}]}, "id": "2ba54285-9c61-4c07-a61c-abf9f10a1f12", "user_id": "7a0f628f2d0b4afb852794b4bb734599", "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-10-04T15:20:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-inst", "created": "2018-10-04T15:20:23Z", "tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:20:24,288 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 used request id req-09a04618-f643-4102-82c6-f3f29a0be6ee 2018-10-04 15:20:24,288 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-inst] is - BUILD 2018-10-04 15:20:24,288 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:20:27,292 - create_instance - DEBUG - VM status query timeout in 896.616951942 2018-10-04 15:20:27,295 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:27,909 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20: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-de46fa1e-a8f0-475e-8085-515b9f516fcf x-compute-request-id: req-de46fa1e-a8f0-475e-8085-515b9f516fcf Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12", "rel": "bookmark"}], "image": {"id": "4dea7360-1db7-4647-9bd2-5e0be5e879fd", "links": [{"href": "http://172.30.9.23:8774/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac1afa26-d714-48d5-9a3d-185d259ffbee", "links": [{"href": "http://172.30.9.23:8774/flavors/ac1afa26-d714-48d5-9a3d-185d259ffbee", "rel": "bookmark"}]}, "id": "2ba54285-9c61-4c07-a61c-abf9f10a1f12", "security_groups": [{"name": "default"}], "user_id": "7a0f628f2d0b4afb852794b4bb734599", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:20:24Z", "hostId": "1987a5b5735dd0a3cb7ac38a2282fff097ddc8d154095a038c133226", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-inst", "created": "2018-10-04T15:20:23Z", "tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:20:27,909 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 used request id req-de46fa1e-a8f0-475e-8085-515b9f516fcf 2018-10-04 15:20:27,910 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-inst] is - BUILD 2018-10-04 15:20:27,910 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:20:30,913 - create_instance - DEBUG - VM status query timeout in 892.995486021 2018-10-04 15:20:30,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:31,771 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20: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-f3b68af1-4be2-4462-9e26-3245b0c8d04b x-compute-request-id: req-f3b68af1-4be2-4462-9e26-3245b0c8d04b Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:42:e3", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12", "rel": "bookmark"}], "image": {"id": "4dea7360-1db7-4647-9bd2-5e0be5e879fd", "links": [{"href": "http://172.30.9.23:8774/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:20:27.000000", "flavor": {"id": "ac1afa26-d714-48d5-9a3d-185d259ffbee", "links": [{"href": "http://172.30.9.23:8774/flavors/ac1afa26-d714-48d5-9a3d-185d259ffbee", "rel": "bookmark"}]}, "id": "2ba54285-9c61-4c07-a61c-abf9f10a1f12", "security_groups": [{"name": "default"}], "user_id": "7a0f628f2d0b4afb852794b4bb734599", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:20:30Z", "hostId": "1987a5b5735dd0a3cb7ac38a2282fff097ddc8d154095a038c133226", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-inst", "created": "2018-10-04T15:20:23Z", "tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:20:31,771 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 used request id req-f3b68af1-4be2-4462-9e26-3245b0c8d04b 2018-10-04 15:20:31,771 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-inst] is - ACTIVE 2018-10-04 15:20:31,772 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:20:31,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:32,211 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20: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-e9da3be5-43f5-4a6c-9bf7-c8df5367f16a x-compute-request-id: req-e9da3be5-43f5-4a6c-9bf7-c8df5367f16a Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:42:e3", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12", "rel": "bookmark"}], "image": {"id": "4dea7360-1db7-4647-9bd2-5e0be5e879fd", "links": [{"href": "http://172.30.9.23:8774/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:20:27.000000", "flavor": {"id": "ac1afa26-d714-48d5-9a3d-185d259ffbee", "links": [{"href": "http://172.30.9.23:8774/flavors/ac1afa26-d714-48d5-9a3d-185d259ffbee", "rel": "bookmark"}]}, "id": "2ba54285-9c61-4c07-a61c-abf9f10a1f12", "security_groups": [{"name": "default"}], "user_id": "7a0f628f2d0b4afb852794b4bb734599", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:20:30Z", "hostId": "1987a5b5735dd0a3cb7ac38a2282fff097ddc8d154095a038c133226", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-inst", "created": "2018-10-04T15:20:23Z", "tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:20:32,211 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 used request id req-e9da3be5-43f5-4a6c-9bf7-c8df5367f16a 2018-10-04 15:20:32,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:32,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-42956b37-b60f-4ed9-b671-90fa05fa3e68 Date: Thu, 04 Oct 2018 15:20:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["03144192-64ea-4aec-bf7c-fec3fe6e8645"],"updated_at":"2018-10-04T15:20:12Z","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"63f7a470148f4b8ea6996f021b7ca487","id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net"}]} 2018-10-04 15:20:32,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net used request id req-42956b37-b60f-4ed9-b671-90fa05fa3e68 2018-10-04 15:20:32,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:32,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6828335-be6b-4308-aa6d-2c5779a5b0d5 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487"}, "enabled": true, "id": "63f7a470148f4b8ea6996f021b7ca487", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj"}} 2018-10-04 15:20:32,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487 used request id req-d6828335-be6b-4308-aa6d-2c5779a5b0d5 2018-10-04 15:20:32,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:32,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-38c92b91-f6df-4764-bb55-c60004db2a68 Date: Thu, 04 Oct 2018 15:20:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:12Z","dns_nameservers":[],"updated_at":"2018-10-04T15:20:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"63f7a470148f4b8ea6996f021b7ca487","id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","subnetpool_id":null,"name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-subnet"}]} 2018-10-04 15:20:32,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 used request id req-38c92b91-f6df-4764-bb55-c60004db2a68 2018-10-04 15:20:32,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:32,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-745fca53-97f3-49cd-a2ea-9c8582aefc49 Date: Thu, 04 Oct 2018 15:20:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:20:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","ip_address":"10.55.0.4"}],"id":"7f29fe18-39b3-4eca-bac6-0324c69fab6e","security_groups":[],"mac_address":"fa:16:3e:02:66:9c","project_id":"63f7a470148f4b8ea6996f021b7ca487","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fc1f45f6-3b6c-412b-a548-0a148c5eb039"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:20:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","ip_address":"10.55.0.3"}],"id":"a306c13a-b028-480a-b5ad-ca507ea9a3b6","security_groups":[],"mac_address":"fa:16:3e:27:75:eb","project_id":"63f7a470148f4b8ea6996f021b7ca487","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fc1f45f6-3b6c-412b-a548-0a148c5eb039"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:20:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","ip_address":"10.55.0.2"}],"id":"bde3af23-ba17-47b1-aa02-d65fe222f1a3","security_groups":[],"mac_address":"fa:16:3e:81:81:8d","project_id":"63f7a470148f4b8ea6996f021b7ca487","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fc1f45f6-3b6c-412b-a548-0a148c5eb039"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:20:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","ip_address":"10.55.0.6"}],"id":"f1d6a407-4252-49ff-a13a-1f42eba2eadc","security_groups":["426c564f-6dc5-4c79-a514-a74238ecfeb8"],"mac_address":"fa:16:3e:ea:42:e3","project_id":"63f7a470148f4b8ea6996f021b7ca487","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-port","admin_state_up":true,"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:20Z","binding:vnic_type":"normal","device_id":"2ba54285-9c61-4c07-a61c-abf9f10a1f12"}]} 2018-10-04 15:20:32,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 used request id req-745fca53-97f3-49cd-a2ea-9c8582aefc49 2018-10-04 15:20:32,695 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:32,889 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:32 GMT Server: Apache x-compute-request-id: req-bbe85172-5fe9-4369-89d6-9c77d7718bb1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bbe85172-5fe9-4369-89d6-9c77d7718bb1 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "7a0f628f2d0b4afb852794b4bb734599", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/f5326a38-1bba-4240-b4bb-8d582f8f0cc5", "rel": "self"}, {"href": "http://172.30.9.23:8776/63f7a470148f4b8ea6996f021b7ca487/volumes/f5326a38-1bba-4240-b4bb-8d582f8f0cc5", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:20:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "updated_at": "2018-10-04T15:20:16.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f5326a38-1bba-4240-b4bb-8d582f8f0cc5", "size": 1}, {"status": "available", "user_id": "7a0f628f2d0b4afb852794b4bb734599", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc", "rel": "self"}, {"href": "http://172.30.9.23:8776/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:20:14.000000", "description": null, "os-vol-tenant-attr:tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "updated_at": "2018-10-04T15:20:14.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "64b1ce71-ad9e-49ea-a331-c0906a9979cc", "size": 1}]} 2018-10-04 15:20:32,889 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/detail used request id req-bbe85172-5fe9-4369-89d6-9c77d7718bb1 2018-10-04 15:20:32,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:32,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8131875-07d1-4d22-b642-564c8a631dcb Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487"}, "enabled": true, "id": "63f7a470148f4b8ea6996f021b7ca487", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj"}} 2018-10-04 15:20:32,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487 used request id req-e8131875-07d1-4d22-b642-564c8a631dcb 2018-10-04 15:20:32,976 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:33,429 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20: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-fb7f6019-8d98-43c0-82c3-b49f34315280 x-compute-request-id: req-fb7f6019-8d98-43c0-82c3-b49f34315280 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:42:e3", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12", "rel": "bookmark"}], "image": {"id": "4dea7360-1db7-4647-9bd2-5e0be5e879fd", "links": [{"href": "http://172.30.9.23:8774/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:20:27.000000", "flavor": {"id": "ac1afa26-d714-48d5-9a3d-185d259ffbee", "links": [{"href": "http://172.30.9.23:8774/flavors/ac1afa26-d714-48d5-9a3d-185d259ffbee", "rel": "bookmark"}]}, "id": "2ba54285-9c61-4c07-a61c-abf9f10a1f12", "security_groups": [{"name": "default"}], "user_id": "7a0f628f2d0b4afb852794b4bb734599", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:20:30Z", "hostId": "1987a5b5735dd0a3cb7ac38a2282fff097ddc8d154095a038c133226", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-inst", "created": "2018-10-04T15:20:23Z", "tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:20:33,429 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 used request id req-fb7f6019-8d98-43c0-82c3-b49f34315280 2018-10-04 15:20:33,430 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-inst] is - ACTIVE 2018-10-04 15:20:33,430 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:20:33,433 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:34,018 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20: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-104af8f4-ae0f-4665-86e1-9fb8ebd2134c x-compute-request-id: req-104af8f4-ae0f-4665-86e1-9fb8ebd2134c Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:42:e3", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12", "rel": "bookmark"}], "image": {"id": "4dea7360-1db7-4647-9bd2-5e0be5e879fd", "links": [{"href": "http://172.30.9.23:8774/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:20:27.000000", "flavor": {"id": "ac1afa26-d714-48d5-9a3d-185d259ffbee", "links": [{"href": "http://172.30.9.23:8774/flavors/ac1afa26-d714-48d5-9a3d-185d259ffbee", "rel": "bookmark"}]}, "id": "2ba54285-9c61-4c07-a61c-abf9f10a1f12", "security_groups": [{"name": "default"}], "user_id": "7a0f628f2d0b4afb852794b4bb734599", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:20:30Z", "hostId": "1987a5b5735dd0a3cb7ac38a2282fff097ddc8d154095a038c133226", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-inst", "created": "2018-10-04T15:20:23Z", "tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:20:34,018 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 used request id req-104af8f4-ae0f-4665-86e1-9fb8ebd2134c 2018-10-04 15:20:34,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:34,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-708e8222-b781-45bb-b7cb-ccf272b882b3 Date: Thu, 04 Oct 2018 15:20:34 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":["03144192-64ea-4aec-bf7c-fec3fe6e8645"],"updated_at":"2018-10-04T15:20:12Z","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"63f7a470148f4b8ea6996f021b7ca487","id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net"}]} 2018-10-04 15:20:34,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net used request id req-708e8222-b781-45bb-b7cb-ccf272b882b3 2018-10-04 15:20:34,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:34,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cf737b4-9acd-41f8-8e8b-154fa1b7153a Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487"}, "enabled": true, "id": "63f7a470148f4b8ea6996f021b7ca487", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj"}} 2018-10-04 15:20:34,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487 used request id req-3cf737b4-9acd-41f8-8e8b-154fa1b7153a 2018-10-04 15:20:34,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:34,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7156bd79-80d5-48ea-a08c-0f85511b147a Date: Thu, 04 Oct 2018 15:20:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:12Z","dns_nameservers":[],"updated_at":"2018-10-04T15:20:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"63f7a470148f4b8ea6996f021b7ca487","id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","subnetpool_id":null,"name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-subnet"}]} 2018-10-04 15:20:34,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 used request id req-7156bd79-80d5-48ea-a08c-0f85511b147a 2018-10-04 15:20:34,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:34,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-6f05ffcd-b572-4446-b456-646b5dd184ba Date: Thu, 04 Oct 2018 15:20:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:20:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","ip_address":"10.55.0.4"}],"id":"7f29fe18-39b3-4eca-bac6-0324c69fab6e","security_groups":[],"mac_address":"fa:16:3e:02:66:9c","project_id":"63f7a470148f4b8ea6996f021b7ca487","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fc1f45f6-3b6c-412b-a548-0a148c5eb039"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:20:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","ip_address":"10.55.0.3"}],"id":"a306c13a-b028-480a-b5ad-ca507ea9a3b6","security_groups":[],"mac_address":"fa:16:3e:27:75:eb","project_id":"63f7a470148f4b8ea6996f021b7ca487","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fc1f45f6-3b6c-412b-a548-0a148c5eb039"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:20:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","ip_address":"10.55.0.2"}],"id":"bde3af23-ba17-47b1-aa02-d65fe222f1a3","security_groups":[],"mac_address":"fa:16:3e:81:81:8d","project_id":"63f7a470148f4b8ea6996f021b7ca487","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fc1f45f6-3b6c-412b-a548-0a148c5eb039"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:20:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","ip_address":"10.55.0.6"}],"id":"f1d6a407-4252-49ff-a13a-1f42eba2eadc","security_groups":["426c564f-6dc5-4c79-a514-a74238ecfeb8"],"mac_address":"fa:16:3e:ea:42:e3","project_id":"63f7a470148f4b8ea6996f021b7ca487","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-port","admin_state_up":true,"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:20Z","binding:vnic_type":"normal","device_id":"2ba54285-9c61-4c07-a61c-abf9f10a1f12"}]} 2018-10-04 15:20:34,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 used request id req-6f05ffcd-b572-4446-b456-646b5dd184ba 2018-10-04 15:20:34,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" -d '{"volumeAttachment": {"volumeId": "64b1ce71-ad9e-49ea-a331-c0906a9979cc"}}' 2018-10-04 15:20:35,696 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20: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-36a47dda-07b9-415c-9d43-4d45d00f0555 x-compute-request-id: req-36a47dda-07b9-415c-9d43-4d45d00f0555 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "2ba54285-9c61-4c07-a61c-abf9f10a1f12", "id": "64b1ce71-ad9e-49ea-a331-c0906a9979cc", "volumeId": "64b1ce71-ad9e-49ea-a331-c0906a9979cc"}} 2018-10-04 15:20:35,696 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12/os-volume_attachments used request id req-36a47dda-07b9-415c-9d43-4d45d00f0555 2018-10-04 15:20:35,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:36,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20: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-28f9bd39-55ff-4c31-9597-313294b0a414 x-compute-request-id: req-28f9bd39-55ff-4c31-9597-313294b0a414 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:42:e3", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12", "rel": "bookmark"}], "image": {"id": "4dea7360-1db7-4647-9bd2-5e0be5e879fd", "links": [{"href": "http://172.30.9.23:8774/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:20:27.000000", "flavor": {"id": "ac1afa26-d714-48d5-9a3d-185d259ffbee", "links": [{"href": "http://172.30.9.23:8774/flavors/ac1afa26-d714-48d5-9a3d-185d259ffbee", "rel": "bookmark"}]}, "id": "2ba54285-9c61-4c07-a61c-abf9f10a1f12", "security_groups": [{"name": "default"}], "user_id": "7a0f628f2d0b4afb852794b4bb734599", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:20:30Z", "hostId": "1987a5b5735dd0a3cb7ac38a2282fff097ddc8d154095a038c133226", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-inst", "created": "2018-10-04T15:20:23Z", "tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "os-extended-volumes:volumes_attached": [{"id": "64b1ce71-ad9e-49ea-a331-c0906a9979cc"}], "metadata": {}}} 2018-10-04 15:20:36,461 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 used request id req-28f9bd39-55ff-4c31-9597-313294b0a414 2018-10-04 15:20:36,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:36,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-0d1c6b8e-e020-4f56-a0b1-ee63beef4c69 Date: Thu, 04 Oct 2018 15:20:36 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":["03144192-64ea-4aec-bf7c-fec3fe6e8645"],"updated_at":"2018-10-04T15:20:12Z","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"63f7a470148f4b8ea6996f021b7ca487","id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net"}]} 2018-10-04 15:20:36,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net used request id req-0d1c6b8e-e020-4f56-a0b1-ee63beef4c69 2018-10-04 15:20:36,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:36,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4df940c-1a0b-4f71-906e-f7d59276111c Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487"}, "enabled": true, "id": "63f7a470148f4b8ea6996f021b7ca487", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj"}} 2018-10-04 15:20:36,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487 used request id req-f4df940c-1a0b-4f71-906e-f7d59276111c 2018-10-04 15:20:36,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:36,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3899d67a-1fdd-4acf-8d64-9b1cf1c4d301 Date: Thu, 04 Oct 2018 15:20:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:12Z","dns_nameservers":[],"updated_at":"2018-10-04T15:20:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"63f7a470148f4b8ea6996f021b7ca487","id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","subnetpool_id":null,"name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-subnet"}]} 2018-10-04 15:20:36,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 used request id req-3899d67a-1fdd-4acf-8d64-9b1cf1c4d301 2018-10-04 15:20:36,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:37,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-6605dfb7-91e1-4df4-8ed2-06c292a73774 Date: Thu, 04 Oct 2018 15:20:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:20:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","ip_address":"10.55.0.4"}],"id":"7f29fe18-39b3-4eca-bac6-0324c69fab6e","security_groups":[],"mac_address":"fa:16:3e:02:66:9c","project_id":"63f7a470148f4b8ea6996f021b7ca487","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fc1f45f6-3b6c-412b-a548-0a148c5eb039"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:20:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","ip_address":"10.55.0.3"}],"id":"a306c13a-b028-480a-b5ad-ca507ea9a3b6","security_groups":[],"mac_address":"fa:16:3e:27:75:eb","project_id":"63f7a470148f4b8ea6996f021b7ca487","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fc1f45f6-3b6c-412b-a548-0a148c5eb039"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:20:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","ip_address":"10.55.0.2"}],"id":"bde3af23-ba17-47b1-aa02-d65fe222f1a3","security_groups":[],"mac_address":"fa:16:3e:81:81:8d","project_id":"63f7a470148f4b8ea6996f021b7ca487","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fc1f45f6-3b6c-412b-a548-0a148c5eb039"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:20:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","ip_address":"10.55.0.6"}],"id":"f1d6a407-4252-49ff-a13a-1f42eba2eadc","security_groups":["426c564f-6dc5-4c79-a514-a74238ecfeb8"],"mac_address":"fa:16:3e:ea:42:e3","project_id":"63f7a470148f4b8ea6996f021b7ca487","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-port","admin_state_up":true,"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:20Z","binding:vnic_type":"normal","device_id":"2ba54285-9c61-4c07-a61c-abf9f10a1f12"}]} 2018-10-04 15:20:37,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 used request id req-6605dfb7-91e1-4df4-8ed2-06c292a73774 2018-10-04 15:20:37,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:20:37,438 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ae90c685aaa74a11a50af8626dfde570", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj-role"}], "expires_at": "2018-10-04T16:20:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63f7a470148f4b8ea6996f021b7ca487", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/63f7a470148f4b8ea6996f021b7ca487", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/63f7a470148f4b8ea6996f021b7ca487", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/63f7a470148f4b8ea6996f021b7ca487", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-user", "id": "7a0f628f2d0b4afb852794b4bb734599"}, "audit_ids": ["wLsDVMHiSdOLt7HbAbOnVA"], "issued_at": "2018-10-04T15:20:37.000000Z"}} 2018-10-04 15:20:37,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}997fd09983e315653324a4333076e518ea666ff3" 2018-10-04 15:20:38,218 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20: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-c560c9b1-1ec6-4f10-bf44-f051431712e8 x-compute-request-id: req-c560c9b1-1ec6-4f10-bf44-f051431712e8 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:42:e3", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12", "rel": "bookmark"}], "image": {"id": "4dea7360-1db7-4647-9bd2-5e0be5e879fd", "links": [{"href": "http://172.30.9.23:8774/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:20:27.000000", "flavor": {"id": "ac1afa26-d714-48d5-9a3d-185d259ffbee", "links": [{"href": "http://172.30.9.23:8774/flavors/ac1afa26-d714-48d5-9a3d-185d259ffbee", "rel": "bookmark"}]}, "id": "2ba54285-9c61-4c07-a61c-abf9f10a1f12", "security_groups": [{"name": "default"}], "user_id": "7a0f628f2d0b4afb852794b4bb734599", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:20:37Z", "hostId": "1987a5b5735dd0a3cb7ac38a2282fff097ddc8d154095a038c133226", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-inst", "created": "2018-10-04T15:20:23Z", "tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "os-extended-volumes:volumes_attached": [{"id": "64b1ce71-ad9e-49ea-a331-c0906a9979cc"}], "metadata": {}}]} 2018-10-04 15:20:38,219 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-inst used request id req-c560c9b1-1ec6-4f10-bf44-f051431712e8 2018-10-04 15:20:38,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}997fd09983e315653324a4333076e518ea666ff3" 2018-10-04 15:20:38,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-46c5c772-2e30-41bd-8505-3f6b9341e210 Date: Thu, 04 Oct 2018 15:20:38 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":["03144192-64ea-4aec-bf7c-fec3fe6e8645"],"updated_at":"2018-10-04T15:20:12Z","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"63f7a470148f4b8ea6996f021b7ca487","id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net"}]} 2018-10-04 15:20:38,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net used request id req-46c5c772-2e30-41bd-8505-3f6b9341e210 2018-10-04 15:20:38,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}997fd09983e315653324a4333076e518ea666ff3" 2018-10-04 15:20:38,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-cbfa538a-a4f8-4d27-99cf-5c73a2b83c49 Date: Thu, 04 Oct 2018 15:20:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:12Z","dns_nameservers":[],"updated_at":"2018-10-04T15:20:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"63f7a470148f4b8ea6996f021b7ca487","id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","subnetpool_id":null,"name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-subnet"}]} 2018-10-04 15:20:38,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 used request id req-cbfa538a-a4f8-4d27-99cf-5c73a2b83c49 2018-10-04 15:20:38,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}997fd09983e315653324a4333076e518ea666ff3" 2018-10-04 15:20:38,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-12a1a162-f3ff-410f-bae7-063994100306 Date: Thu, 04 Oct 2018 15:20:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:20:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","ip_address":"10.55.0.4"}],"id":"7f29fe18-39b3-4eca-bac6-0324c69fab6e","security_groups":[],"mac_address":"fa:16:3e:02:66:9c","project_id":"63f7a470148f4b8ea6996f021b7ca487","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fc1f45f6-3b6c-412b-a548-0a148c5eb039"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:20:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","ip_address":"10.55.0.3"}],"id":"a306c13a-b028-480a-b5ad-ca507ea9a3b6","security_groups":[],"mac_address":"fa:16:3e:27:75:eb","project_id":"63f7a470148f4b8ea6996f021b7ca487","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fc1f45f6-3b6c-412b-a548-0a148c5eb039"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:20:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","ip_address":"10.55.0.2"}],"id":"bde3af23-ba17-47b1-aa02-d65fe222f1a3","security_groups":[],"mac_address":"fa:16:3e:81:81:8d","project_id":"63f7a470148f4b8ea6996f021b7ca487","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fc1f45f6-3b6c-412b-a548-0a148c5eb039"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:20:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"03144192-64ea-4aec-bf7c-fec3fe6e8645","ip_address":"10.55.0.6"}],"id":"f1d6a407-4252-49ff-a13a-1f42eba2eadc","security_groups":["426c564f-6dc5-4c79-a514-a74238ecfeb8"],"mac_address":"fa:16:3e:ea:42:e3","project_id":"63f7a470148f4b8ea6996f021b7ca487","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-port","admin_state_up":true,"network_id":"fc1f45f6-3b6c-412b-a548-0a148c5eb039","tenant_id":"63f7a470148f4b8ea6996f021b7ca487","created_at":"2018-10-04T15:20:20Z","binding:vnic_type":"normal","device_id":"2ba54285-9c61-4c07-a61c-abf9f10a1f12"}]} 2018-10-04 15:20:38,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=fc1f45f6-3b6c-412b-a548-0a148c5eb039 used request id req-12a1a162-f3ff-410f-bae7-063994100306 2018-10-04 15:20:38,928 - create_instance - INFO - Deleting Port with ID - f1d6a407-4252-49ff-a13a-1f42eba2eadc 2018-10-04 15:20:38,928 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-port 2018-10-04 15:20:38,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/f1d6a407-4252-49ff-a13a-1f42eba2eadc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:39,394 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3768d542-40a4-40b4-81e5-049368548a5e Date: Thu, 04 Oct 2018 15:20:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:20:39,394 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/f1d6a407-4252-49ff-a13a-1f42eba2eadc used request id req-3768d542-40a4-40b4-81e5-049368548a5e 2018-10-04 15:20:39,397 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bbe85172-5fe9-4369-89d6-9c77d7718bb1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:39,598 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:39 GMT Server: Apache x-compute-request-id: req-8a42fac8-27b3-4615-933f-ba3fe6056282 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8a42fac8-27b3-4615-933f-ba3fe6056282 Content-Encoding: gzip Content-Length: 576 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "7a0f628f2d0b4afb852794b4bb734599", "attachments": [{"server_id": "2ba54285-9c61-4c07-a61c-abf9f10a1f12", "attachment_id": "8c2981d2-9db3-4a74-a989-33b104b4aba2", "attached_at": "2018-10-04T15:20:37.000000", "host_name": null, "volume_id": "64b1ce71-ad9e-49ea-a331-c0906a9979cc", "device": "/dev/vdb", "id": "64b1ce71-ad9e-49ea-a331-c0906a9979cc"}], "links": [{"href": "http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc", "rel": "self"}, {"href": "http://172.30.9.23:8776/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:20:14.000000", "description": null, "os-vol-tenant-attr:tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "updated_at": "2018-10-04T15:20:37.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "64b1ce71-ad9e-49ea-a331-c0906a9979cc", "size": 1}} 2018-10-04 15:20:39,598 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc used request id req-8a42fac8-27b3-4615-933f-ba3fe6056282 2018-10-04 15:20:39,601 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12/os-volume_attachments/64b1ce71-ad9e-49ea-a331-c0906a9979cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:40,785 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:20: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-c307b304-dd92-4e13-8956-b1c6863688c1 x-compute-request-id: req-c307b304-dd92-4e13-8956-b1c6863688c1 Content-Length: 0 Content-Type: application/json 2018-10-04 15:20:40,785 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12/os-volume_attachments/64b1ce71-ad9e-49ea-a331-c0906a9979cc used request id req-c307b304-dd92-4e13-8956-b1c6863688c1 2018-10-04 15:20:40,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:41,170 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20: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-a957bc07-3f0e-4769-9517-80c2aa7f3070 x-compute-request-id: req-a957bc07-3f0e-4769-9517-80c2aa7f3070 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12", "rel": "bookmark"}], "image": {"id": "4dea7360-1db7-4647-9bd2-5e0be5e879fd", "links": [{"href": "http://172.30.9.23:8774/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:20:27.000000", "flavor": {"id": "ac1afa26-d714-48d5-9a3d-185d259ffbee", "links": [{"href": "http://172.30.9.23:8774/flavors/ac1afa26-d714-48d5-9a3d-185d259ffbee", "rel": "bookmark"}]}, "id": "2ba54285-9c61-4c07-a61c-abf9f10a1f12", "user_id": "7a0f628f2d0b4afb852794b4bb734599", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:20:37Z", "hostId": "1987a5b5735dd0a3cb7ac38a2282fff097ddc8d154095a038c133226", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-inst", "created": "2018-10-04T15:20:23Z", "tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "os-extended-volumes:volumes_attached": [{"id": "64b1ce71-ad9e-49ea-a331-c0906a9979cc"}], "metadata": {}}} 2018-10-04 15:20:41,170 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 used request id req-a957bc07-3f0e-4769-9517-80c2aa7f3070 2018-10-04 15:20:44,177 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:44,574 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5109b02b-ccc3-4af4-89a5-50dc20bc0541 x-compute-request-id: req-5109b02b-ccc3-4af4-89a5-50dc20bc0541 Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12", "rel": "bookmark"}], "image": {"id": "4dea7360-1db7-4647-9bd2-5e0be5e879fd", "links": [{"href": "http://172.30.9.23:8774/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:20:27.000000", "flavor": {"id": "ac1afa26-d714-48d5-9a3d-185d259ffbee", "links": [{"href": "http://172.30.9.23:8774/flavors/ac1afa26-d714-48d5-9a3d-185d259ffbee", "rel": "bookmark"}]}, "id": "2ba54285-9c61-4c07-a61c-abf9f10a1f12", "user_id": "7a0f628f2d0b4afb852794b4bb734599", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:20:37Z", "hostId": "1987a5b5735dd0a3cb7ac38a2282fff097ddc8d154095a038c133226", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-inst", "created": "2018-10-04T15:20:23Z", "tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:20:44,574 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 used request id req-5109b02b-ccc3-4af4-89a5-50dc20bc0541 2018-10-04 15:20:44,575 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-inst 2018-10-04 15:20:44,578 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:44,734 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:20:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1ab7b8d9-7693-41b2-9e2e-b6332d8a8ce5 x-compute-request-id: req-1ab7b8d9-7693-41b2-9e2e-b6332d8a8ce5 Content-Type: application/json 2018-10-04 15:20:44,734 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 used request id req-1ab7b8d9-7693-41b2-9e2e-b6332d8a8ce5 2018-10-04 15:20:44,734 - create_instance - INFO - Checking deletion status 2018-10-04 15:20:44,738 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:44,834 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-416ce7b1-eb44-4c6a-bb7a-180dbe56fa37 x-compute-request-id: req-416ce7b1-eb44-4c6a-bb7a-180dbe56fa37 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12", "rel": "bookmark"}], "image": {"id": "4dea7360-1db7-4647-9bd2-5e0be5e879fd", "links": [{"href": "http://172.30.9.23:8774/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:20:27.000000", "flavor": {"id": "ac1afa26-d714-48d5-9a3d-185d259ffbee", "links": [{"href": "http://172.30.9.23:8774/flavors/ac1afa26-d714-48d5-9a3d-185d259ffbee", "rel": "bookmark"}]}, "id": "2ba54285-9c61-4c07-a61c-abf9f10a1f12", "user_id": "7a0f628f2d0b4afb852794b4bb734599", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:20:44Z", "hostId": "1987a5b5735dd0a3cb7ac38a2282fff097ddc8d154095a038c133226", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-inst", "created": "2018-10-04T15:20:23Z", "tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:20:44,835 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 used request id req-416ce7b1-eb44-4c6a-bb7a-180dbe56fa37 2018-10-04 15:20:44,835 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-inst] is - ACTIVE 2018-10-04 15:20:44,835 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:20:47,838 - create_instance - DEBUG - VM status query timeout in 296.896080971 2018-10-04 15:20:47,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ae60b80d0f12d3ae736121326c88e995c2601c" 2018-10-04 15:20:47,884 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:20:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3f42c226-7e31-4cd1-b55d-b649f93846ec x-compute-request-id: req-3f42c226-7e31-4cd1-b55d-b649f93846ec Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 2ba54285-9c61-4c07-a61c-abf9f10a1f12 could not be found.", "code": 404}} 2018-10-04 15:20:47,885 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/2ba54285-9c61-4c07-a61c-abf9f10a1f12 used request id req-3f42c226-7e31-4cd1-b55d-b649f93846ec 2018-10-04 15:20:47,885 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 2ba54285-9c61-4c07-a61c-abf9f10a1f12 could not be found. (HTTP 404) (Request-ID: req-3f42c226-7e31-4cd1-b55d-b649f93846ec) 2018-10-04 15:20:47,885 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-inst 2018-10-04 15:20:47,889 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/ac1afa26-d714-48d5-9a3d-185d259ffbee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe409375e15cdd6de4f4c991335a1d2602d971ef" 2018-10-04 15:20:47,942 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:20:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7f006694-76ee-4918-bdc4-90c2e42e51df x-compute-request-id: req-7f006694-76ee-4918-bdc4-90c2e42e51df Content-Length: 0 Content-Type: application/json 2018-10-04 15:20:47,942 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/ac1afa26-d714-48d5-9a3d-185d259ffbee used request id req-7f006694-76ee-4918-bdc4-90c2e42e51df 2018-10-04 15:20:47,943 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-subnet 2018-10-04 15:20:47,943 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-subnet 2018-10-04 15:20:47,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/03144192-64ea-4aec-bf7c-fec3fe6e8645 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}802365b2d4083dfde2f7711b1f85834ac4d0e142" 2018-10-04 15:20:50,335 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4e86c996-7077-4568-8cf5-8e8c0991c02d Date: Thu, 04 Oct 2018 15:20:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:20:50,335 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/03144192-64ea-4aec-bf7c-fec3fe6e8645 used request id req-4e86c996-7077-4568-8cf5-8e8c0991c02d 2018-10-04 15:20:50,335 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-pub-net 2018-10-04 15:20:50,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/fc1f45f6-3b6c-412b-a548-0a148c5eb039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}802365b2d4083dfde2f7711b1f85834ac4d0e142" 2018-10-04 15:20:51,625 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3c87503e-153d-4150-a533-0684ff42526c Date: Thu, 04 Oct 2018 15:20:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:20:51,625 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/fc1f45f6-3b6c-412b-a548-0a148c5eb039 used request id req-3c87503e-153d-4150-a533-0684ff42526c 2018-10-04 15:20:51,629 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/f5326a38-1bba-4240-b4bb-8d582f8f0cc5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2451012b-9e18-4b81-ba6e-5c2ec1fb32a3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcdde5b79ecd0c50874d6f2cbf55909f99030b5" 2018-10-04 15:20:51,679 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:51 GMT Server: Apache x-compute-request-id: req-32b50ac3-bc24-4c01-8963-89b741b080fd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-32b50ac3-bc24-4c01-8963-89b741b080fd Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "7a0f628f2d0b4afb852794b4bb734599", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/f5326a38-1bba-4240-b4bb-8d582f8f0cc5", "rel": "self"}, {"href": "http://172.30.9.23:8776/63f7a470148f4b8ea6996f021b7ca487/volumes/f5326a38-1bba-4240-b4bb-8d582f8f0cc5", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:20:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "updated_at": "2018-10-04T15:20:16.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f5326a38-1bba-4240-b4bb-8d582f8f0cc5", "size": 1}} 2018-10-04 15:20:51,679 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/f5326a38-1bba-4240-b4bb-8d582f8f0cc5 used request id req-32b50ac3-bc24-4c01-8963-89b741b080fd 2018-10-04 15:20:51,680 - create_volume - DEBUG - Instance status is - available 2018-10-04 15:20:51,680 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-2 2018-10-04 15:20:51,680 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-2 2018-10-04 15:20:51,683 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/f5326a38-1bba-4240-b4bb-8d582f8f0cc5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2451012b-9e18-4b81-ba6e-5c2ec1fb32a3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcdde5b79ecd0c50874d6f2cbf55909f99030b5" 2018-10-04 15:20:51,925 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:20:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f02445ff-3d95-4b87-a116-0e00eda826fe 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-10-04 15:20:51,925 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/f5326a38-1bba-4240-b4bb-8d582f8f0cc5 used request id req-f02445ff-3d95-4b87-a116-0e00eda826fe 2018-10-04 15:20:51,928 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/f5326a38-1bba-4240-b4bb-8d582f8f0cc5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2451012b-9e18-4b81-ba6e-5c2ec1fb32a3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcdde5b79ecd0c50874d6f2cbf55909f99030b5" 2018-10-04 15:20:52,113 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:51 GMT Server: Apache x-compute-request-id: req-cd04dbc8-847a-42ac-a6a6-451e35904992 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cd04dbc8-847a-42ac-a6a6-451e35904992 Content-Encoding: gzip Content-Length: 469 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "7a0f628f2d0b4afb852794b4bb734599", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/f5326a38-1bba-4240-b4bb-8d582f8f0cc5", "rel": "self"}, {"href": "http://172.30.9.23:8776/63f7a470148f4b8ea6996f021b7ca487/volumes/f5326a38-1bba-4240-b4bb-8d582f8f0cc5", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:20:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "updated_at": "2018-10-04T15:20:51.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f5326a38-1bba-4240-b4bb-8d582f8f0cc5", "size": 1}} 2018-10-04 15:20:52,113 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/f5326a38-1bba-4240-b4bb-8d582f8f0cc5 used request id req-cd04dbc8-847a-42ac-a6a6-451e35904992 2018-10-04 15:20:52,113 - create_volume - DEBUG - Instance status is - deleting 2018-10-04 15:20:52,113 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-04 15:20:55,117 - create_volume - DEBUG - Volume status query timeout in 56.8084480762 2018-10-04 15:20:55,120 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/f5326a38-1bba-4240-b4bb-8d582f8f0cc5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2451012b-9e18-4b81-ba6e-5c2ec1fb32a3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcdde5b79ecd0c50874d6f2cbf55909f99030b5" 2018-10-04 15:20:55,310 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:20:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-9cee08bf-4b15-44d3-827e-5d135853920b x-openstack-request-id: req-9cee08bf-4b15-44d3-827e-5d135853920b Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume f5326a38-1bba-4240-b4bb-8d582f8f0cc5 could not be found.", "code": 404}} 2018-10-04 15:20:55,311 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/f5326a38-1bba-4240-b4bb-8d582f8f0cc5 used request id req-9cee08bf-4b15-44d3-827e-5d135853920b 2018-10-04 15:20:55,311 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume f5326a38-1bba-4240-b4bb-8d582f8f0cc5 could not be found. (HTTP 404) (Request-ID: req-9cee08bf-4b15-44d3-827e-5d135853920b) 2018-10-04 15:20:55,311 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-2 2018-10-04 15:20:55,315 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-538f0289-c8e4-4f26-b2b5-5c06eb64f056" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d61cd38b153669f251a031980b68a571b831900" 2018-10-04 15:20:55,518 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:55 GMT Server: Apache x-compute-request-id: req-3770e999-7e38-4992-bd98-59b68f13f0bd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3770e999-7e38-4992-bd98-59b68f13f0bd Content-Encoding: gzip Content-Length: 478 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "7a0f628f2d0b4afb852794b4bb734599", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc", "rel": "self"}, {"href": "http://172.30.9.23:8776/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:20:14.000000", "description": null, "os-vol-tenant-attr:tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "updated_at": "2018-10-04T15:20:40.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "64b1ce71-ad9e-49ea-a331-c0906a9979cc", "size": 1}} 2018-10-04 15:20:55,519 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc used request id req-3770e999-7e38-4992-bd98-59b68f13f0bd 2018-10-04 15:20:55,519 - create_volume - DEBUG - Instance status is - available 2018-10-04 15:20:55,519 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-1 2018-10-04 15:20:55,519 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-1 2018-10-04 15:20:55,522 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-538f0289-c8e4-4f26-b2b5-5c06eb64f056" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d61cd38b153669f251a031980b68a571b831900" 2018-10-04 15:20:55,595 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:20:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ed97f6ac-5d13-48b6-964f-9cb38be9d3ac 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-10-04 15:20:55,595 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc used request id req-ed97f6ac-5d13-48b6-964f-9cb38be9d3ac 2018-10-04 15:20:55,598 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-538f0289-c8e4-4f26-b2b5-5c06eb64f056" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d61cd38b153669f251a031980b68a571b831900" 2018-10-04 15:20:55,789 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:20:55 GMT Server: Apache x-compute-request-id: req-245874d6-c0d0-40bf-8bc4-8cffa22f2676 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-245874d6-c0d0-40bf-8bc4-8cffa22f2676 Content-Encoding: gzip Content-Length: 480 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "7a0f628f2d0b4afb852794b4bb734599", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc", "rel": "self"}, {"href": "http://172.30.9.23:8776/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:20:14.000000", "description": null, "os-vol-tenant-attr:tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "updated_at": "2018-10-04T15:20:55.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "64b1ce71-ad9e-49ea-a331-c0906a9979cc", "size": 1}} 2018-10-04 15:20:55,790 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc used request id req-245874d6-c0d0-40bf-8bc4-8cffa22f2676 2018-10-04 15:20:55,790 - create_volume - DEBUG - Instance status is - deleting 2018-10-04 15:20:55,790 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-04 15:20:58,793 - create_volume - DEBUG - Volume status query timeout in 56.8020849228 2018-10-04 15:20:58,796 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-538f0289-c8e4-4f26-b2b5-5c06eb64f056" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d61cd38b153669f251a031980b68a571b831900" 2018-10-04 15:20:58,833 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:20:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-c30f10cc-6ff5-4bc8-a428-80d1da4cf663 x-openstack-request-id: req-c30f10cc-6ff5-4bc8-a428-80d1da4cf663 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 64b1ce71-ad9e-49ea-a331-c0906a9979cc could not be found.", "code": 404}} 2018-10-04 15:20:58,833 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/63f7a470148f4b8ea6996f021b7ca487/volumes/64b1ce71-ad9e-49ea-a331-c0906a9979cc used request id req-c30f10cc-6ff5-4bc8-a428-80d1da4cf663 2018-10-04 15:20:58,833 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 64b1ce71-ad9e-49ea-a331-c0906a9979cc could not be found. (HTTP 404) (Request-ID: req-c30f10cc-6ff5-4bc8-a428-80d1da4cf663) 2018-10-04 15:20:58,834 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-1 2018-10-04 15:20:58,834 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-643d8ec0-2eda-4085-9312-b060e1cb6f06-image 2018-10-04 15:20:58,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2e3370414db3830d73711bb03ec1c2f95cfd3db4" 2018-10-04 15:21:00,578 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a0ceeb32-185d-4ab2-b4db-5f9699b24cfd Date: Thu, 04 Oct 2018 15:21:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:21:00,578 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/4dea7360-1db7-4647-9bd2-5e0be5e879fd used request id req-a0ceeb32-185d-4ab2-b4db-5f9699b24cfd 2018-10-04 15:21:00,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19376d10c36d78c5da5217fb197aadc7cdb0a13" 2018-10-04 15:21:00,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b1f53339-dab0-4e28-8c1b-09304a05ac72 Date: Thu, 04 Oct 2018 15:21:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "created_at": "2018-10-04T15:20:11Z", "updated_at": "2018-10-04T15:20:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:20:11Z", "revision_number": 0, "id": "2e7d9d4e-4f7c-4c95-81b6-7a1205263ff6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:20:11Z", "security_group_id": "426c564f-6dc5-4c79-a514-a74238ecfeb8", "tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "port_range_min": null, "ethertype": "IPv6", "project_id": "63f7a470148f4b8ea6996f021b7ca487"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:20:11Z", "revision_number": 0, "id": "56a68a00-e6db-44cf-b56f-5a9cb543a821", "remote_group_id": "426c564f-6dc5-4c79-a514-a74238ecfeb8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:20:11Z", "security_group_id": "426c564f-6dc5-4c79-a514-a74238ecfeb8", "tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "port_range_min": null, "ethertype": "IPv6", "project_id": "63f7a470148f4b8ea6996f021b7ca487"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:20:11Z", "revision_number": 0, "id": "6464b517-cb0c-40ef-a844-6dfe15c32183", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:20:11Z", "security_group_id": "426c564f-6dc5-4c79-a514-a74238ecfeb8", "tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "port_range_min": null, "ethertype": "IPv4", "project_id": "63f7a470148f4b8ea6996f021b7ca487"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:20:11Z", "revision_number": 0, "id": "e80d8c9e-21c9-4f34-8d90-731a70948df0", "remote_group_id": "426c564f-6dc5-4c79-a514-a74238ecfeb8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:20:11Z", "security_group_id": "426c564f-6dc5-4c79-a514-a74238ecfeb8", "tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "port_range_min": null, "ethertype": "IPv4", "project_id": "63f7a470148f4b8ea6996f021b7ca487"}], "revision_number": 4, "project_id": "63f7a470148f4b8ea6996f021b7ca487", "id": "426c564f-6dc5-4c79-a514-a74238ecfeb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:21:00,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-b1f53339-dab0-4e28-8c1b-09304a05ac72 2018-10-04 15:21:00,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19376d10c36d78c5da5217fb197aadc7cdb0a13" 2018-10-04 15:21:00,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32194216-fd83-4250-ae25-80901dd4cd4c Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:21:00,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-32194216-fd83-4250-ae25-80901dd4cd4c 2018-10-04 15:21:00,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19376d10c36d78c5da5217fb197aadc7cdb0a13" 2018-10-04 15:21:00,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6359b1e1-068d-46c7-8fff-d9b322f29e6e Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:21:00,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-6359b1e1-068d-46c7-8fff-d9b322f29e6e 2018-10-04 15:21:00,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19376d10c36d78c5da5217fb197aadc7cdb0a13" 2018-10-04 15:21:01,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03efa736-ca41-4148-802d-ed690747d39d Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487"}, "enabled": true, "id": "63f7a470148f4b8ea6996f021b7ca487", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-156cb93c-c9df-49e-proj"}} 2018-10-04 15:21:01,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487 used request id req-03efa736-ca41-4148-802d-ed690747d39d 2018-10-04 15:21:01,070 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 426c564f-6dc5-4c79-a514-a74238ecfeb8 2018-10-04 15:21:01,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=426c564f-6dc5-4c79-a514-a74238ecfeb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19376d10c36d78c5da5217fb197aadc7cdb0a13" 2018-10-04 15:21:01,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d5c34926-5018-4552-8e63-6afc1c4cd186 Date: Thu, 04 Oct 2018 15:21:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:20:11Z", "security_group_id": "426c564f-6dc5-4c79-a514-a74238ecfeb8", "port_range_min": null, "revision_number": 0, "tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "created_at": "2018-10-04T15:20:11Z", "project_id": "63f7a470148f4b8ea6996f021b7ca487", "id": "2e7d9d4e-4f7c-4c95-81b6-7a1205263ff6"}, {"remote_group_id": "426c564f-6dc5-4c79-a514-a74238ecfeb8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:20:11Z", "security_group_id": "426c564f-6dc5-4c79-a514-a74238ecfeb8", "port_range_min": null, "revision_number": 0, "tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "created_at": "2018-10-04T15:20:11Z", "project_id": "63f7a470148f4b8ea6996f021b7ca487", "id": "56a68a00-e6db-44cf-b56f-5a9cb543a821"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:20:11Z", "security_group_id": "426c564f-6dc5-4c79-a514-a74238ecfeb8", "port_range_min": null, "revision_number": 0, "tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "created_at": "2018-10-04T15:20:11Z", "project_id": "63f7a470148f4b8ea6996f021b7ca487", "id": "6464b517-cb0c-40ef-a844-6dfe15c32183"}, {"remote_group_id": "426c564f-6dc5-4c79-a514-a74238ecfeb8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:20:11Z", "security_group_id": "426c564f-6dc5-4c79-a514-a74238ecfeb8", "port_range_min": null, "revision_number": 0, "tenant_id": "63f7a470148f4b8ea6996f021b7ca487", "created_at": "2018-10-04T15:20:11Z", "project_id": "63f7a470148f4b8ea6996f021b7ca487", "id": "e80d8c9e-21c9-4f34-8d90-731a70948df0"}]} 2018-10-04 15:21:01,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=426c564f-6dc5-4c79-a514-a74238ecfeb8 used request id req-d5c34926-5018-4552-8e63-6afc1c4cd186 2018-10-04 15:21:01,253 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:21:01,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/426c564f-6dc5-4c79-a514-a74238ecfeb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19376d10c36d78c5da5217fb197aadc7cdb0a13" 2018-10-04 15:21:01,565 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dd5b1678-8c3c-4780-8e6e-faba8489d942 Content-Length: 0 Date: Thu, 04 Oct 2018 15:21:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:21:01,565 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/426c564f-6dc5-4c79-a514-a74238ecfeb8 used request id req-dd5b1678-8c3c-4780-8e6e-faba8489d942 2018-10-04 15:21:01,566 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-156cb93c-c9df-49e-proj 2018-10-04 15:21:01,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19376d10c36d78c5da5217fb197aadc7cdb0a13" 2018-10-04 15:21:01,782 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:21:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f57e0597-2ae0-4878-b0b9-a8ca5fb6a15d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:21:01,782 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/63f7a470148f4b8ea6996f021b7ca487 used request id req-f57e0597-2ae0-4878-b0b9-a8ca5fb6a15d 2018-10-04 15:21:01,782 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-156cb93c-c9df-49e-proj-role 2018-10-04 15:21:01,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/ae90c685aaa74a11a50af8626dfde570 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19376d10c36d78c5da5217fb197aadc7cdb0a13" 2018-10-04 15:21:01,906 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:21:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4809830a-5835-4a2b-ae46-355e0560b9e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:21:01,906 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/ae90c685aaa74a11a50af8626dfde570 used request id req-4809830a-5835-4a2b-ae46-355e0560b9e6 2018-10-04 15:21:01,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19376d10c36d78c5da5217fb197aadc7cdb0a13" 2018-10-04 15:21:01,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94424cad-e2d7-42a5-a9dd-8fae87462e77 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:21:01,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-94424cad-e2d7-42a5-a9dd-8fae87462e77 2018-10-04 15:21:01,999 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-156cb93c-c9df-49e-user 2018-10-04 15:21:02,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/7a0f628f2d0b4afb852794b4bb734599 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bd9918b24a5ef805ac0c67eee27b8d7ca4617d1" 2018-10-04 15:21:02,233 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:21:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-055df087-9c1a-419b-86d3-45498cf1df45 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:21:02,233 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/7a0f628f2d0b4afb852794b4bb734599 used request id req-055df087-9c1a-419b-86d3-45498cf1df45 2018-10-04 15:21:02,235 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:21:02,627 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:21:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["Xnh1GvBNTvGeskL6iW6MvA"], "issued_at": "2018-10-04T15:21:02.000000Z"}} 2018-10-04 15:21:02,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37f7e49260bf0360b2ff1d0275d81b57a94f5ae3" 2018-10-04 15:21:02,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1a4a4c6-d387-4e01-97c2-ab76cf78b9c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:21:02,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f1a4a4c6-d387-4e01-97c2-ab76cf78b9c8 2018-10-04 15:21:02,721 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:21:02,722 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:21:03,101 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:21:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["5UYN9JsyQTOHFcbjzUQAgA"], "issued_at": "2018-10-04T15:21:03.000000Z"}} 2018-10-04 15:21:03,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}695204a6c7d43cadc81dac1d4165c35b29592904" 2018-10-04 15:21:03,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd16869c-5d70-4222-867d-8546ac42d25f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:21:03,191 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cd16869c-5d70-4222-867d-8546ac42d25f 2018-10-04 15:21:03,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:21:03,201 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:21:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:21:03,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}695204a6c7d43cadc81dac1d4165c35b29592904" 2018-10-04 15:21:03,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f1d263a-fca5-4dbd-958a-16a169b541f7 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:21:03,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj used request id req-7f1d263a-fca5-4dbd-958a-16a169b541f7 2018-10-04 15:21:03,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}695204a6c7d43cadc81dac1d4165c35b29592904" 2018-10-04 15:21:03,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99374185-4f5a-4458-a048-facffa5c7ddb Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:21:03,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-99374185-4f5a-4458-a048-facffa5c7ddb 2018-10-04 15:21:03,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}695204a6c7d43cadc81dac1d4165c35b29592904" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj"}}' 2018-10-04 15:21:03,565 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:21:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36a7a8b0-7629-46f1-b12b-34077c81ebb8 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf"}, "enabled": true, "id": "3a567d82ff7d424197fa32bd77241dbf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj"}} 2018-10-04 15:21:03,565 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-36a7a8b0-7629-46f1-b12b-34077c81ebb8 2018-10-04 15:21:03,566 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj 2018-10-04 15:21:03,566 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:21:03,567 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:21:03,941 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:21:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["jED5HzO8S9WroSCF21OLyA"], "issued_at": "2018-10-04T15:21:03.000000Z"}} 2018-10-04 15:21:03,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97227c30a745f372545cefe5e06c743564c756a9" 2018-10-04 15:21:04,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88b3cd61-7627-484b-ad77-eebabf15ae85 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:21:04,027 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-88b3cd61-7627-484b-ad77-eebabf15ae85 2018-10-04 15:21:04,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:21:04,037 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:21:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:21:04,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97227c30a745f372545cefe5e06c743564c756a9" 2018-10-04 15:21:04,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8327d5af-8437-44d9-a493-65c9cff24eb2 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:21:04,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-8327d5af-8437-44d9-a493-65c9cff24eb2 2018-10-04 15:21:04,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97227c30a745f372545cefe5e06c743564c756a9" 2018-10-04 15:21:04,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-198660a7-cf8b-4b32-896e-87e79cf02cc1 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf"}, "enabled": true, "id": "3a567d82ff7d424197fa32bd77241dbf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj"}]} 2018-10-04 15:21:04,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj used request id req-198660a7-cf8b-4b32-896e-87e79cf02cc1 2018-10-04 15:21:04,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97227c30a745f372545cefe5e06c743564c756a9" 2018-10-04 15:21:04,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dbdb9da-9bc0-4a0f-aeb2-c2f49af772d5 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:21:04,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-2dbdb9da-9bc0-4a0f-aeb2-c2f49af772d5 2018-10-04 15:21:04,684 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-1727cfd6-e4ce-404-user 2018-10-04 15:21:04,684 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:21:04,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}695204a6c7d43cadc81dac1d4165c35b29592904" 2018-10-04 15:21:04,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6a21ecc-36bb-425a-aa49-f108767e34d2 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:21:04,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c6a21ecc-36bb-425a-aa49-f108767e34d2 2018-10-04 15:21:04,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}695204a6c7d43cadc81dac1d4165c35b29592904" -d '{"role": {"name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj-role"}}' 2018-10-04 15:21:04,971 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:21:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6da24304-5988-4666-ad3b-7149c361dc68 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7d1c76c45e584d19b86f7b70c81fce9f", "links": {"self": "http://172.30.9.23:5000/v3/roles/7d1c76c45e584d19b86f7b70c81fce9f"}, "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj-role"}} 2018-10-04 15:21:04,971 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-6da24304-5988-4666-ad3b-7149c361dc68 2018-10-04 15:21:04,972 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj-role 2018-10-04 15:21:04,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/7d1c76c45e584d19b86f7b70c81fce9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}695204a6c7d43cadc81dac1d4165c35b29592904" 2018-10-04 15:21:05,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83d83a7d-3240-4b0f-8416-f93e219859ca Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/7d1c76c45e584d19b86f7b70c81fce9f"}, "domain_id": null, "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj-role", "id": "7d1c76c45e584d19b86f7b70c81fce9f"}} 2018-10-04 15:21:05,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/7d1c76c45e584d19b86f7b70c81fce9f used request id req-83d83a7d-3240-4b0f-8416-f93e219859ca 2018-10-04 15:21:05,056 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj-role to project CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj 2018-10-04 15:21:05,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf/users/79e63247ad1041aebc8dc9e038a4c59b/roles/7d1c76c45e584d19b86f7b70c81fce9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}695204a6c7d43cadc81dac1d4165c35b29592904" 2018-10-04 15:21:05,184 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:21:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f87496b-a76d-4bb8-b6c1-b60686ce9037 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:21:05,184 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf/users/79e63247ad1041aebc8dc9e038a4c59b/roles/7d1c76c45e584d19b86f7b70c81fce9f used request id req-3f87496b-a76d-4bb8-b6c1-b60686ce9037 2018-10-04 15:21:05,184 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:21:05,186 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:21:05,186 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:21:05,187 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:21:05,561 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7d1c76c45e584d19b86f7b70c81fce9f", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj-role"}], "expires_at": "2018-10-04T16:21:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a567d82ff7d424197fa32bd77241dbf", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-user", "id": "79e63247ad1041aebc8dc9e038a4c59b"}, "audit_ids": ["HQcA8AfqR9qOQXRaFcyIaA"], "issued_at": "2018-10-04T15:21:05.000000Z"}} 2018-10-04 15:21:05,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afb9d3a18d50e7bb11dbf66b197a8e59a66bddfd" 2018-10-04 15:21:05,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a5a0fd6-bc05-4505-89af-4a22ea9d728c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:21:05,631 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3a5a0fd6-bc05-4505-89af-4a22ea9d728c 2018-10-04 15:21:05,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}afb9d3a18d50e7bb11dbf66b197a8e59a66bddfd" 2018-10-04 15:21:05,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-1a407621-256e-4265-8ff9-16ce6732ec89 Date: Thu, 04 Oct 2018 15:21:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-image"} 2018-10-04 15:21:05,811 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-image used request id req-1a407621-256e-4265-8ff9-16ce6732ec89 2018-10-04 15:21:05,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}afb9d3a18d50e7bb11dbf66b197a8e59a66bddfd" 2018-10-04 15:21:05,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a42a3201-b423-48e1-817e-1359bed96e36 Date: Thu, 04 Oct 2018 15:21:05 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:21:05,957 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-a42a3201-b423-48e1-817e-1359bed96e36 2018-10-04 15:21:05,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}afb9d3a18d50e7bb11dbf66b197a8e59a66bddfd" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-image"}' 2018-10-04 15:21:06,196 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b X-Openstack-Request-Id: req-f78f6b55-760b-454d-88a1-b7bfb251a506 Date: Thu, 04 Oct 2018 15:21:06 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:21:06Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:21:06Z", "visibility": "shared", "locations": [], "self": "/v2/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b", "min_disk": 0, "protected": false, "id": "096dd25b-309d-40de-ac6e-54c4f2dfee6b", "file": "/v2/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b/file", "checksum": null, "owner": "3a567d82ff7d424197fa32bd77241dbf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:21:06,196 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-f78f6b55-760b-454d-88a1-b7bfb251a506 2018-10-04 15:21:06,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}afb9d3a18d50e7bb11dbf66b197a8e59a66bddfd" -d '' 2018-10-04 15:21:08,198 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-31bdd25b-955f-4a6a-8e71-34298daa3271 Date: Thu, 04 Oct 2018 15:21:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:21:08,199 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b/file used request id req-31bdd25b-955f-4a6a-8e71-34298daa3271 2018-10-04 15:21:08,199 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:21:08,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}afb9d3a18d50e7bb11dbf66b197a8e59a66bddfd" 2018-10-04 15:21:08,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-d53e56ad-ba51-45fe-a440-a44484354eee Date: Thu, 04 Oct 2018 15:21:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:21:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:21:08Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b/snap", "metadata": {}}], "self": "/v2/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b", "min_disk": 0, "protected": false, "id": "096dd25b-309d-40de-ac6e-54c4f2dfee6b", "file": "/v2/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3a567d82ff7d424197fa32bd77241dbf", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:21:08,373 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b used request id req-d53e56ad-ba51-45fe-a440-a44484354eee 2018-10-04 15:21:08,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}afb9d3a18d50e7bb11dbf66b197a8e59a66bddfd" 2018-10-04 15:21:08,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bae154e9-cab5-45f6-9d63-db73977c19a4 Date: Thu, 04 Oct 2018 15:21:08 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:21:08,384 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-bae154e9-cab5-45f6-9d63-db73977c19a4 2018-10-04 15:21:08,387 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-image 2018-10-04 15:21:08,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}afb9d3a18d50e7bb11dbf66b197a8e59a66bddfd" 2018-10-04 15:21:08,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-77a92154-e77e-43c7-a99e-30bbba7aac1a Date: Thu, 04 Oct 2018 15:21:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:21:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:21:08Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b/snap", "metadata": {}}], "self": "/v2/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b", "min_disk": 0, "protected": false, "id": "096dd25b-309d-40de-ac6e-54c4f2dfee6b", "file": "/v2/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3a567d82ff7d424197fa32bd77241dbf", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:21:08,561 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b used request id req-77a92154-e77e-43c7-a99e-30bbba7aac1a 2018-10-04 15:21:08,562 - create_image - DEBUG - Instance status is - active 2018-10-04 15:21:08,562 - create_image - DEBUG - Image is active with name - CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-image 2018-10-04 15:21:08,562 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-image 2018-10-04 15:21:08,562 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:21:08,563 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:21:08,954 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:21:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["-kb4XU1BRa-ySybwHGp6ew"], "issued_at": "2018-10-04T15:21:08.000000Z"}} 2018-10-04 15:21:08,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c921f45fc700ec5be60a690eeda0cb2c7dcc638" 2018-10-04 15:21:09,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-267d0017-8df0-45c7-9daf-1d1723b78d8a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:21:09,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-267d0017-8df0-45c7-9daf-1d1723b78d8a 2018-10-04 15:21:09,051 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:21:09,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c921f45fc700ec5be60a690eeda0cb2c7dcc638" 2018-10-04 15:21:09,222 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21: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-4d60eddc-e8fa-4995-9c98-696eb822ccee x-compute-request-id: req-4d60eddc-e8fa-4995-9c98-696eb822ccee Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:21:09,222 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4d60eddc-e8fa-4995-9c98-696eb822ccee 2018-10-04 15:21:09,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c921f45fc700ec5be60a690eeda0cb2c7dcc638" -d '{"flavor": {"vcpus": 2, "disk": 1, "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:21:09,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21: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-5413ba30-a34f-4fc6-b73e-d5a99aec4176 x-compute-request-id: req-5413ba30-a34f-4fc6-b73e-d5a99aec4176 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c7f2bac6-a305-4e72-b29e-f83d0768b880", "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:21:09,296 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-5413ba30-a34f-4fc6-b73e-d5a99aec4176 2018-10-04 15:21:09,297 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:21:09,297 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:21:09,667 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7d1c76c45e584d19b86f7b70c81fce9f", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj-role"}], "expires_at": "2018-10-04T16:21:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a567d82ff7d424197fa32bd77241dbf", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-user", "id": "79e63247ad1041aebc8dc9e038a4c59b"}, "audit_ids": ["1-MP7_F-ReO9Y1OGhO4YTg"], "issued_at": "2018-10-04T15:21:09.000000Z"}} 2018-10-04 15:21:09,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be81f1e760e0308e882cb79a848536099901f4c8" 2018-10-04 15:21:09,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e77ca486-3ec9-4760-95cf-84d66fcebae7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:21:09,756 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e77ca486-3ec9-4760-95cf-84d66fcebae7 2018-10-04 15:21:09,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be81f1e760e0308e882cb79a848536099901f4c8" 2018-10-04 15:21:09,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a4ae8c3e-ea36-4cd1-9050-351cdb156d7c Date: Thu, 04 Oct 2018 15:21:09 GMT RESP BODY: {"networks":[]} 2018-10-04 15:21:09,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net used request id req-a4ae8c3e-ea36-4cd1-9050-351cdb156d7c 2018-10-04 15:21:09,937 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net 2018-10-04 15:21:09,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be81f1e760e0308e882cb79a848536099901f4c8" -d '{"network": {"name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net", "admin_state_up": true}}' 2018-10-04 15:21:10,676 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-aeea793e-4139-4b6e-8d52-137544eaa4c3 Date: Thu, 04 Oct 2018 15:21:10 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3a567d82ff7d424197fa32bd77241dbf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:21:10Z","is_default":false,"name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:10Z","mtu":1450}} 2018-10-04 15:21:10,676 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-aeea793e-4139-4b6e-8d52-137544eaa4c3 2018-10-04 15:21:10,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=2204be0f-fcea-4277-ae28-a32b3939c0e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be81f1e760e0308e882cb79a848536099901f4c8" 2018-10-04 15:21:10,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-1e33af9b-4e09-4020-80d0-93be07b13753 Date: Thu, 04 Oct 2018 15:21:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T15:21:10Z","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3a567d82ff7d424197fa32bd77241dbf","id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net"}]} 2018-10-04 15:21:10,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=2204be0f-fcea-4277-ae28-a32b3939c0e1 used request id req-1e33af9b-4e09-4020-80d0-93be07b13753 2018-10-04 15:21:10,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be81f1e760e0308e882cb79a848536099901f4c8" 2018-10-04 15:21:11,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fe18c9da-a8a5-4607-859e-d21aea808733 Date: Thu, 04 Oct 2018 15:21:11 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:21:11,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 used request id req-fe18c9da-a8a5-4607-859e-d21aea808733 2018-10-04 15:21:11,104 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-subnet 2018-10-04 15:21:11,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be81f1e760e0308e882cb79a848536099901f4c8" -d '{"subnets": [{"ip_version": 4, "network_id": "2204be0f-fcea-4277-ae28-a32b3939c0e1", "cidr": "10.55.0.0/24", "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-subnet"}]}' 2018-10-04 15:21:12,059 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ee857429-b581-412d-a466-2d8832ff3da5 Date: Thu, 04 Oct 2018 15:21:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:11Z","dns_nameservers":[],"updated_at":"2018-10-04T15:21:11Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"3a567d82ff7d424197fa32bd77241dbf","id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","subnetpool_id":null,"name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-subnet"}]} 2018-10-04 15:21:12,060 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-ee857429-b581-412d-a466-2d8832ff3da5 2018-10-04 15:21:12,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=2204be0f-fcea-4277-ae28-a32b3939c0e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be81f1e760e0308e882cb79a848536099901f4c8" 2018-10-04 15:21:12,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-a7d8b541-9cdc-4028-bf73-92670c0cec69 Date: Thu, 04 Oct 2018 15:21:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6c09df64-e765-4b11-9ea6-8238b64fd6f6"],"updated_at":"2018-10-04T15:21:11Z","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a567d82ff7d424197fa32bd77241dbf","id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net"}]} 2018-10-04 15:21:12,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=2204be0f-fcea-4277-ae28-a32b3939c0e1 used request id req-a7d8b541-9cdc-4028-bf73-92670c0cec69 2018-10-04 15:21:12,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be81f1e760e0308e882cb79a848536099901f4c8" 2018-10-04 15:21:12,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-07e5903b-f2bb-47a8-a1e0-fc4fb12d1b39 Date: Thu, 04 Oct 2018 15:21:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:11Z","dns_nameservers":[],"updated_at":"2018-10-04T15:21:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3a567d82ff7d424197fa32bd77241dbf","id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","subnetpool_id":null,"name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-subnet"}]} 2018-10-04 15:21:12,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 used request id req-07e5903b-f2bb-47a8-a1e0-fc4fb12d1b39 2018-10-04 15:21:12,445 - OpenStackNetwork - DEBUG - Network [2204be0f-fcea-4277-ae28-a32b3939c0e1] created successfully 2018-10-04 15:21:12,445 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:21:12,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:21:12,818 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7d1c76c45e584d19b86f7b70c81fce9f", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj-role"}], "expires_at": "2018-10-04T16:21:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a567d82ff7d424197fa32bd77241dbf", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-user", "id": "79e63247ad1041aebc8dc9e038a4c59b"}, "audit_ids": ["g053Il2zTR-wwFJOYIQ6ww"], "issued_at": "2018-10-04T15:21:12.000000Z"}} 2018-10-04 15:21:12,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e5b512810df2900d996b421505affaf5078828b" 2018-10-04 15:21:12,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cc90e35-48c7-467e-9daa-dd42e3c7b381 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:21:12,831 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6cc90e35-48c7-467e-9daa-dd42e3c7b381 2018-10-04 15:21:12,836 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e5b512810df2900d996b421505affaf5078828b" 2018-10-04 15:21:13,035 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:12 GMT Server: Apache x-compute-request-id: req-d9f68028-8356-4fe4-9368-e1de2d31182d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d9f68028-8356-4fe4-9368-e1de2d31182d Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-04 15:21:13,035 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/detail used request id req-d9f68028-8356-4fe4-9368-e1de2d31182d 2018-10-04 15:21:13,038 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-d9f68028-8356-4fe4-9368-e1de2d31182d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e5b512810df2900d996b421505affaf5078828b" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-1", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-04 15:21:13,365 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:21:13 GMT Server: Apache x-compute-request-id: req-db814436-7b50-4125-88eb-eb3d47e548bc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-db814436-7b50-4125-88eb-eb3d47e548bc Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580", "rel": "self"}, {"href": "http://172.30.9.23:8776/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:21:13.274148", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2d52bbdd-1718-4035-9011-d3f19efc2580", "size": 1}} 2018-10-04 15:21:13,366 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes used request id req-db814436-7b50-4125-88eb-eb3d47e548bc 2018-10-04 15:21:13,369 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d9f68028-8356-4fe4-9368-e1de2d31182d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e5b512810df2900d996b421505affaf5078828b" 2018-10-04 15:21:13,582 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:13 GMT Server: Apache x-compute-request-id: req-d86dfdbb-c89d-4500-81a5-a0f65e4bd165 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d86dfdbb-c89d-4500-81a5-a0f65e4bd165 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580", "rel": "self"}, {"href": "http://172.30.9.23:8776/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:21:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "updated_at": "2018-10-04T15:21:13.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2d52bbdd-1718-4035-9011-d3f19efc2580", "size": 1}} 2018-10-04 15:21:13,583 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580 used request id req-d86dfdbb-c89d-4500-81a5-a0f65e4bd165 2018-10-04 15:21:13,583 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-1 2018-10-04 15:21:13,586 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d9f68028-8356-4fe4-9368-e1de2d31182d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e5b512810df2900d996b421505affaf5078828b" 2018-10-04 15:21:13,776 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:13 GMT Server: Apache x-compute-request-id: req-0ce39e22-430e-4d65-b3b6-b281e86a416a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0ce39e22-430e-4d65-b3b6-b281e86a416a Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580", "rel": "self"}, {"href": "http://172.30.9.23:8776/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:21:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "updated_at": "2018-10-04T15:21:13.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2d52bbdd-1718-4035-9011-d3f19efc2580", "size": 1}} 2018-10-04 15:21:13,776 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580 used request id req-0ce39e22-430e-4d65-b3b6-b281e86a416a 2018-10-04 15:21:13,776 - create_volume - DEBUG - Instance status is - available 2018-10-04 15:21:13,776 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-1 2018-10-04 15:21:13,776 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-1 2018-10-04 15:21:13,777 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:21:13,777 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:21:14,151 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7d1c76c45e584d19b86f7b70c81fce9f", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj-role"}], "expires_at": "2018-10-04T16:21:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a567d82ff7d424197fa32bd77241dbf", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-user", "id": "79e63247ad1041aebc8dc9e038a4c59b"}, "audit_ids": ["sGrT6AESSdGCOLi829enwA"], "issued_at": "2018-10-04T15:21:14.000000Z"}} 2018-10-04 15:21:14,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b929d772d37ae7ffebcf883323e776dd25b9a9dd" 2018-10-04 15:21:14,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1081065-0ad6-40e6-9e9f-7c9b0ffba8a3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:21:14,233 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e1081065-0ad6-40e6-9e9f-7c9b0ffba8a3 2018-10-04 15:21:14,238 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b929d772d37ae7ffebcf883323e776dd25b9a9dd" 2018-10-04 15:21:14,425 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:14 GMT Server: Apache x-compute-request-id: req-77017c1d-328e-43fa-91cd-0010bf4f4b24 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-77017c1d-328e-43fa-91cd-0010bf4f4b24 Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580", "rel": "self"}, {"href": "http://172.30.9.23:8776/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:21:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "updated_at": "2018-10-04T15:21:13.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2d52bbdd-1718-4035-9011-d3f19efc2580", "size": 1}]} 2018-10-04 15:21:14,425 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/detail used request id req-77017c1d-328e-43fa-91cd-0010bf4f4b24 2018-10-04 15:21:14,429 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-77017c1d-328e-43fa-91cd-0010bf4f4b24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b929d772d37ae7ffebcf883323e776dd25b9a9dd" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-2", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-04 15:21:14,748 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:21:14 GMT Server: Apache x-compute-request-id: req-4541ac9f-5f7a-4146-a8b4-edf75dcfe804 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4541ac9f-5f7a-4146-a8b4-edf75dcfe804 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc", "rel": "self"}, {"href": "http://172.30.9.23:8776/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:21:14.658511", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0eabf5a1-9afe-4141-b5e0-566d1b5b46bc", "size": 1}} 2018-10-04 15:21:14,749 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes used request id req-4541ac9f-5f7a-4146-a8b4-edf75dcfe804 2018-10-04 15:21:14,753 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77017c1d-328e-43fa-91cd-0010bf4f4b24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b929d772d37ae7ffebcf883323e776dd25b9a9dd" 2018-10-04 15:21:15,078 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:14 GMT Server: Apache x-compute-request-id: req-43db65f1-2def-403a-9146-49f4677aa0e7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-43db65f1-2def-403a-9146-49f4677aa0e7 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc", "rel": "self"}, {"href": "http://172.30.9.23:8776/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:21:14.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "updated_at": "2018-10-04T15:21:14.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0eabf5a1-9afe-4141-b5e0-566d1b5b46bc", "size": 1}} 2018-10-04 15:21:15,078 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc used request id req-43db65f1-2def-403a-9146-49f4677aa0e7 2018-10-04 15:21:15,078 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-2 2018-10-04 15:21:15,081 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77017c1d-328e-43fa-91cd-0010bf4f4b24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b929d772d37ae7ffebcf883323e776dd25b9a9dd" 2018-10-04 15:21:15,273 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:15 GMT Server: Apache x-compute-request-id: req-934b1517-5fec-486c-af75-57c995ce669c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-934b1517-5fec-486c-af75-57c995ce669c Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc", "rel": "self"}, {"href": "http://172.30.9.23:8776/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:21:14.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "updated_at": "2018-10-04T15:21:14.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0eabf5a1-9afe-4141-b5e0-566d1b5b46bc", "size": 1}} 2018-10-04 15:21:15,273 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc used request id req-934b1517-5fec-486c-af75-57c995ce669c 2018-10-04 15:21:15,274 - create_volume - DEBUG - Instance status is - available 2018-10-04 15:21:15,274 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-2 2018-10-04 15:21:15,274 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-2 2018-10-04 15:21:15,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:21:15,275 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:21:15,648 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7d1c76c45e584d19b86f7b70c81fce9f", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj-role"}], "expires_at": "2018-10-04T16:21:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a567d82ff7d424197fa32bd77241dbf", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-user", "id": "79e63247ad1041aebc8dc9e038a4c59b"}, "audit_ids": ["MfSqyUo8SWafsoYGHwLT9g"], "issued_at": "2018-10-04T15:21:15.000000Z"}} 2018-10-04 15:21:15,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:15,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-887438b1-7636-48ad-b414-89c9d4c7ecd0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:21:15,721 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-887438b1-7636-48ad-b414-89c9d4c7ecd0 2018-10-04 15:21:15,723 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:21:15,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:15,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0a99fe6-f3b4-485a-b72a-7b9f9696e8a9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:21:15,797 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c0a99fe6-f3b4-485a-b72a-7b9f9696e8a9 2018-10-04 15:21:15,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:16,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-4c5315de-d775-4604-b3cc-817cca0c5eae Date: Thu, 04 Oct 2018 15:21:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6c09df64-e765-4b11-9ea6-8238b64fd6f6"],"updated_at":"2018-10-04T15:21:11Z","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a567d82ff7d424197fa32bd77241dbf","id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net"}]} 2018-10-04 15:21:16,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net used request id req-4c5315de-d775-4604-b3cc-817cca0c5eae 2018-10-04 15:21:16,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:21:16,069 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:21:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:21:16,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:16,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07c7f752-caaa-4c9d-9d00-8149207e68a8 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf"}, "enabled": true, "id": "3a567d82ff7d424197fa32bd77241dbf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj"}} 2018-10-04 15:21:16,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf used request id req-07c7f752-caaa-4c9d-9d00-8149207e68a8 2018-10-04 15:21:16,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:16,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-41c07112-ed45-4a03-bb77-bdd8d72db52c Date: Thu, 04 Oct 2018 15:21:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:11Z","dns_nameservers":[],"updated_at":"2018-10-04T15:21:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3a567d82ff7d424197fa32bd77241dbf","id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","subnetpool_id":null,"name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-subnet"}]} 2018-10-04 15:21:16,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 used request id req-41c07112-ed45-4a03-bb77-bdd8d72db52c 2018-10-04 15:21:16,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1&name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:16,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d8724a15-0d55-4117-b308-27ce5855b972 Date: Thu, 04 Oct 2018 15:21:16 GMT RESP BODY: {"ports":[]} 2018-10-04 15:21:16,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1&name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-port&admin_state_up=True used request id req-d8724a15-0d55-4117-b308-27ce5855b972 2018-10-04 15:21:16,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:16,755 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b9a996fa-9467-48a2-b13d-7aabbcec1ab0 x-compute-request-id: req-b9a996fa-9467-48a2-b13d-7aabbcec1ab0 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:21:16,755 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst used request id req-b9a996fa-9467-48a2-b13d-7aabbcec1ab0 2018-10-04 15:21:16,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:17,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-90aa3e55-b88f-45b9-9740-8903c9089249 Date: Thu, 04 Oct 2018 15:21:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6c09df64-e765-4b11-9ea6-8238b64fd6f6"],"updated_at":"2018-10-04T15:21:11Z","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a567d82ff7d424197fa32bd77241dbf","id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net"}]} 2018-10-04 15:21:17,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net used request id req-90aa3e55-b88f-45b9-9740-8903c9089249 2018-10-04 15:21:17,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:17,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9e37f56-37c0-4cc1-addc-e7a2fcca7b23 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf"}, "enabled": true, "id": "3a567d82ff7d424197fa32bd77241dbf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj"}} 2018-10-04 15:21:17,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf used request id req-f9e37f56-37c0-4cc1-addc-e7a2fcca7b23 2018-10-04 15:21:17,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:17,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-fb84ccb1-2a45-44ab-b3e5-68393c7547c8 Date: Thu, 04 Oct 2018 15:21:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:11Z","dns_nameservers":[],"updated_at":"2018-10-04T15:21:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3a567d82ff7d424197fa32bd77241dbf","id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","subnetpool_id":null,"name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-subnet"}]} 2018-10-04 15:21:17,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 used request id req-fb84ccb1-2a45-44ab-b3e5-68393c7547c8 2018-10-04 15:21:17,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1&name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:17,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a8eeaf4e-471c-4875-9eaa-61ca846f5041 Date: Thu, 04 Oct 2018 15:21:17 GMT RESP BODY: {"ports":[]} 2018-10-04 15:21:17,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1&name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-port&admin_state_up=True used request id req-a8eeaf4e-471c-4875-9eaa-61ca846f5041 2018-10-04 15:21:17,495 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:21:17,496 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:21:17,864 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7d1c76c45e584d19b86f7b70c81fce9f", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj-role"}], "expires_at": "2018-10-04T16:21:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a567d82ff7d424197fa32bd77241dbf", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-user", "id": "79e63247ad1041aebc8dc9e038a4c59b"}, "audit_ids": ["UFtmLci5Sj6W2eE7ApWbUA"], "issued_at": "2018-10-04T15:21:17.000000Z"}} 2018-10-04 15:21:17,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfd7ce2550d65f74c93e9edb24ae9c748e5000bf" 2018-10-04 15:21:17,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-390bb1bb-75d5-47ab-8feb-47473f28b512 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:21:17,940 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-390bb1bb-75d5-47ab-8feb-47473f28b512 2018-10-04 15:21:17,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:18,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-b3e5bb84-c835-4750-bda2-383faf313f40 Date: Thu, 04 Oct 2018 15:21:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6c09df64-e765-4b11-9ea6-8238b64fd6f6"],"updated_at":"2018-10-04T15:21:11Z","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a567d82ff7d424197fa32bd77241dbf","id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net"}]} 2018-10-04 15:21:18,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net used request id req-b3e5bb84-c835-4750-bda2-383faf313f40 2018-10-04 15:21:18,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:18,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-1fff1c70-bf0a-4e47-9351-85cb0062cd4a Date: Thu, 04 Oct 2018 15:21:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:11Z","dns_nameservers":[],"updated_at":"2018-10-04T15:21:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3a567d82ff7d424197fa32bd77241dbf","id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","subnetpool_id":null,"name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-subnet"}]} 2018-10-04 15:21:18,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 used request id req-1fff1c70-bf0a-4e47-9351-85cb0062cd4a 2018-10-04 15:21:18,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:18,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-badcae80-730d-4d81-b6c0-c9d284e51172 Date: Thu, 04 Oct 2018 15:21:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6c09df64-e765-4b11-9ea6-8238b64fd6f6"],"updated_at":"2018-10-04T15:21:11Z","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a567d82ff7d424197fa32bd77241dbf","id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net"}]} 2018-10-04 15:21:18,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net used request id req-badcae80-730d-4d81-b6c0-c9d284e51172 2018-10-04 15:21:18,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:21:18,530 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:21:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:21:18,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfd7ce2550d65f74c93e9edb24ae9c748e5000bf" 2018-10-04 15:21:18,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23444803-1c9e-41c4-9b24-37b4a73fbb2b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf"}, "enabled": true, "id": "3a567d82ff7d424197fa32bd77241dbf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj"}} 2018-10-04 15:21:18,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf used request id req-23444803-1c9e-41c4-9b24-37b4a73fbb2b 2018-10-04 15:21:18,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:18,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-817e28ae-8281-4b9d-af66-97fdf4de540c Date: Thu, 04 Oct 2018 15:21:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:11Z","dns_nameservers":[],"updated_at":"2018-10-04T15:21:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3a567d82ff7d424197fa32bd77241dbf","id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","subnetpool_id":null,"name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-subnet"}]} 2018-10-04 15:21:18,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 used request id req-817e28ae-8281-4b9d-af66-97fdf4de540c 2018-10-04 15:21:18,606 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net 2018-10-04 15:21:18,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" -d '{"port": {"network_id": "2204be0f-fcea-4277-ae28-a32b3939c0e1", "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-port", "admin_state_up": true}}' 2018-10-04 15:21:19,640 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 780 X-Openstack-Request-Id: req-e49a9d19-6389-4e0a-82cd-3332f8d726a9 Date: Thu, 04 Oct 2018 15:21:19 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:21:19Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","ip_address":"10.55.0.5"}],"id":"cde65544-fec7-4217-9753-6b4ff73b171c","security_groups":["657609a4-4793-4c3f-9a7f-8dc0f30e385f"],"mac_address":"fa:16:3e:f8:2d:6b","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-port","project_id":"3a567d82ff7d424197fa32bd77241dbf","qos_policy_id":null,"admin_state_up":true,"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:19Z","binding:vnic_type":"normal"}} 2018-10-04 15:21:19,641 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-e49a9d19-6389-4e0a-82cd-3332f8d726a9 2018-10-04 15:21:19,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:19,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-babdf4e3-30a0-40b0-a6ec-084d7b2866b0 Date: Thu, 04 Oct 2018 15:21:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6c09df64-e765-4b11-9ea6-8238b64fd6f6"],"updated_at":"2018-10-04T15:21:11Z","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a567d82ff7d424197fa32bd77241dbf","id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net"}]} 2018-10-04 15:21:19,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net used request id req-babdf4e3-30a0-40b0-a6ec-084d7b2866b0 2018-10-04 15:21:19,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:19,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-159f9c35-f4ba-4506-bfd0-fda4f915130f Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf"}, "enabled": true, "id": "3a567d82ff7d424197fa32bd77241dbf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj"}} 2018-10-04 15:21:19,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf used request id req-159f9c35-f4ba-4506-bfd0-fda4f915130f 2018-10-04 15:21:19,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:20,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8d1d7af4-3ae4-4543-84d4-65584536c033 Date: Thu, 04 Oct 2018 15:21:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:11Z","dns_nameservers":[],"updated_at":"2018-10-04T15:21:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3a567d82ff7d424197fa32bd77241dbf","id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","subnetpool_id":null,"name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-subnet"}]} 2018-10-04 15:21:20,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 used request id req-8d1d7af4-3ae4-4543-84d4-65584536c033 2018-10-04 15:21:20,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1&name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:20,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-0c03d8f8-8c61-4723-99ce-e5fce32e4186 Date: Thu, 04 Oct 2018 15:21:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:21:19Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","ip_address":"10.55.0.5"}],"id":"cde65544-fec7-4217-9753-6b4ff73b171c","security_groups":["657609a4-4793-4c3f-9a7f-8dc0f30e385f"],"mac_address":"fa:16:3e:f8:2d:6b","project_id":"3a567d82ff7d424197fa32bd77241dbf","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-port","admin_state_up":true,"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:19Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:21:20,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1&name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-port&admin_state_up=True used request id req-0c03d8f8-8c61-4723-99ce-e5fce32e4186 2018-10-04 15:21:20,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:20,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f36023c-198a-495d-b2fd-adaf31c3b267 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf"}, "enabled": true, "id": "3a567d82ff7d424197fa32bd77241dbf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj"}} 2018-10-04 15:21:20,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf used request id req-5f36023c-198a-495d-b2fd-adaf31c3b267 2018-10-04 15:21:20,475 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst 2018-10-04 15:21:20,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:20,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21: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-3c0e47d6-9794-411e-85aa-b9bc23497290 x-compute-request-id: req-3c0e47d6-9794-411e-85aa-b9bc23497290 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "c7f2bac6-a305-4e72-b29e-f83d0768b880", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880", "rel": "bookmark"}], "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-flavor-name"}]} 2018-10-04 15:21:20,507 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-3c0e47d6-9794-411e-85aa-b9bc23497290 2018-10-04 15:21:20,511 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:20,530 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21: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-fdd90514-9f49-41ee-9553-34afa015197b x-compute-request-id: req-fdd90514-9f49-41ee-9553-34afa015197b Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c7f2bac6-a305-4e72-b29e-f83d0768b880", "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:21:20,531 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880 used request id req-fdd90514-9f49-41ee-9553-34afa015197b 2018-10-04 15:21:20,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:20,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-1980cf63-6e53-4cef-beb0-1c08b74dbf7b Date: Thu, 04 Oct 2018 15:21:20 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:21:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:21:08Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b/snap", "metadata": {}}], "self": "/v2/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b", "min_disk": 0, "protected": false, "id": "096dd25b-309d-40de-ac6e-54c4f2dfee6b", "file": "/v2/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3a567d82ff7d424197fa32bd77241dbf", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-image"} 2018-10-04 15:21:20,795 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-image used request id req-1980cf63-6e53-4cef-beb0-1c08b74dbf7b 2018-10-04 15:21:20,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:20,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ae56c1be-af69-4898-b209-6d31386f1499 Date: Thu, 04 Oct 2018 15:21:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:21:20,959 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-ae56c1be-af69-4898-b209-6d31386f1499 2018-10-04 15:21:20,965 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" -d '{"server": {"name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst", "imageRef": "096dd25b-309d-40de-ac6e-54c4f2dfee6b", "flavorRef": "c7f2bac6-a305-4e72-b29e-f83d0768b880", "max_count": 1, "min_count": 1, "networks": [{"port": "cde65544-fec7-4217-9753-6b4ff73b171c"}]}}' 2018-10-04 15:21:22,620 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:21: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-6d99fcec-7278-42b8-931a-4455eeefb89a x-compute-request-id: req-6d99fcec-7278-42b8-931a-4455eeefb89a Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "97fa3f97-2112-4227-9ba3-a33c55caeadf", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "bookmark"}], "adminPass": "LXg3xADtYgvK"}} 2018-10-04 15:21:22,620 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-6d99fcec-7278-42b8-931a-4455eeefb89a 2018-10-04 15:21:22,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:23,005 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21: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-86571e6a-8219-4a88-ae3b-fc22bf876bda x-compute-request-id: req-86571e6a-8219-4a88-ae3b-fc22bf876bda Content-Encoding: gzip Content-Length: 608 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "bookmark"}], "image": {"id": "096dd25b-309d-40de-ac6e-54c4f2dfee6b", "links": [{"href": "http://172.30.9.23:8774/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7f2bac6-a305-4e72-b29e-f83d0768b880", "links": [{"href": "http://172.30.9.23:8774/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880", "rel": "bookmark"}]}, "id": "97fa3f97-2112-4227-9ba3-a33c55caeadf", "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "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-10-04T15:21:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst", "created": "2018-10-04T15:21:22Z", "tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:21:23,006 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf used request id req-86571e6a-8219-4a88-ae3b-fc22bf876bda 2018-10-04 15:21:23,006 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst 2018-10-04 15:21:23,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:23,407 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21: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-9cc7b2fa-170b-46cf-b5db-3ef58b799825 x-compute-request-id: req-9cc7b2fa-170b-46cf-b5db-3ef58b799825 Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "bookmark"}], "image": {"id": "096dd25b-309d-40de-ac6e-54c4f2dfee6b", "links": [{"href": "http://172.30.9.23:8774/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7f2bac6-a305-4e72-b29e-f83d0768b880", "links": [{"href": "http://172.30.9.23:8774/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880", "rel": "bookmark"}]}, "id": "97fa3f97-2112-4227-9ba3-a33c55caeadf", "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:21:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst", "created": "2018-10-04T15:21:22Z", "tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:21:23,407 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf used request id req-9cc7b2fa-170b-46cf-b5db-3ef58b799825 2018-10-04 15:21:23,407 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst] is - BUILD 2018-10-04 15:21:23,408 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:21:26,411 - create_instance - DEBUG - VM status query timeout in 896.595722914 2018-10-04 15:21:26,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:27,025 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-915702a7-a107-4e52-be91-9da7ed8c745e x-compute-request-id: req-915702a7-a107-4e52-be91-9da7ed8c745e Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "bookmark"}], "image": {"id": "096dd25b-309d-40de-ac6e-54c4f2dfee6b", "links": [{"href": "http://172.30.9.23:8774/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7f2bac6-a305-4e72-b29e-f83d0768b880", "links": [{"href": "http://172.30.9.23:8774/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880", "rel": "bookmark"}]}, "id": "97fa3f97-2112-4227-9ba3-a33c55caeadf", "security_groups": [{"name": "default"}], "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:21:23Z", "hostId": "81c877586e4cc444505e3bafe8b31ec3c25f6f11d09eec4581128ef1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst", "created": "2018-10-04T15:21:22Z", "tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:21:27,025 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf used request id req-915702a7-a107-4e52-be91-9da7ed8c745e 2018-10-04 15:21:27,025 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst] is - BUILD 2018-10-04 15:21:27,025 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:21:30,029 - create_instance - DEBUG - VM status query timeout in 892.977987766 2018-10-04 15:21:30,033 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:30,631 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d93c0075-38c5-456f-b092-789ccb84ae25 x-compute-request-id: req-d93c0075-38c5-456f-b092-789ccb84ae25 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:2d:6b", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "bookmark"}], "image": {"id": "096dd25b-309d-40de-ac6e-54c4f2dfee6b", "links": [{"href": "http://172.30.9.23:8774/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:21:27.000000", "flavor": {"id": "c7f2bac6-a305-4e72-b29e-f83d0768b880", "links": [{"href": "http://172.30.9.23:8774/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880", "rel": "bookmark"}]}, "id": "97fa3f97-2112-4227-9ba3-a33c55caeadf", "security_groups": [{"name": "default"}], "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:21:29Z", "hostId": "81c877586e4cc444505e3bafe8b31ec3c25f6f11d09eec4581128ef1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst", "created": "2018-10-04T15:21:22Z", "tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:21:30,631 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf used request id req-d93c0075-38c5-456f-b092-789ccb84ae25 2018-10-04 15:21:30,631 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst] is - ACTIVE 2018-10-04 15:21:30,631 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:21:30,635 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:31,099 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-100f6d3b-4248-4b7d-80c4-eb710cb585c8 x-compute-request-id: req-100f6d3b-4248-4b7d-80c4-eb710cb585c8 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:2d:6b", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "bookmark"}], "image": {"id": "096dd25b-309d-40de-ac6e-54c4f2dfee6b", "links": [{"href": "http://172.30.9.23:8774/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:21:27.000000", "flavor": {"id": "c7f2bac6-a305-4e72-b29e-f83d0768b880", "links": [{"href": "http://172.30.9.23:8774/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880", "rel": "bookmark"}]}, "id": "97fa3f97-2112-4227-9ba3-a33c55caeadf", "security_groups": [{"name": "default"}], "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:21:29Z", "hostId": "81c877586e4cc444505e3bafe8b31ec3c25f6f11d09eec4581128ef1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst", "created": "2018-10-04T15:21:22Z", "tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:21:31,099 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf used request id req-100f6d3b-4248-4b7d-80c4-eb710cb585c8 2018-10-04 15:21:31,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:31,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-4c2d31be-b064-45d9-a637-7b23e27a6571 Date: Thu, 04 Oct 2018 15:21:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6c09df64-e765-4b11-9ea6-8238b64fd6f6"],"updated_at":"2018-10-04T15:21:11Z","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a567d82ff7d424197fa32bd77241dbf","id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net"}]} 2018-10-04 15:21:31,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net used request id req-4c2d31be-b064-45d9-a637-7b23e27a6571 2018-10-04 15:21:31,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:31,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a058991-0b1d-46ad-9a85-75e2d373f23a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf"}, "enabled": true, "id": "3a567d82ff7d424197fa32bd77241dbf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj"}} 2018-10-04 15:21:31,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf used request id req-6a058991-0b1d-46ad-9a85-75e2d373f23a 2018-10-04 15:21:31,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:31,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-63e28796-e452-460e-a07b-a330572e2730 Date: Thu, 04 Oct 2018 15:21:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:11Z","dns_nameservers":[],"updated_at":"2018-10-04T15:21:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3a567d82ff7d424197fa32bd77241dbf","id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","subnetpool_id":null,"name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-subnet"}]} 2018-10-04 15:21:31,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 used request id req-63e28796-e452-460e-a07b-a330572e2730 2018-10-04 15:21:31,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:31,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-8cb2e627-92f5-4756-b255-7b0e5cb86772 Date: Thu, 04 Oct 2018 15:21:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:21:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","ip_address":"10.55.0.3"}],"id":"75918367-1f59-4ae1-ba7c-d66fd4ef980f","security_groups":[],"mac_address":"fa:16:3e:15:c2:da","project_id":"3a567d82ff7d424197fa32bd77241dbf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2204be0f-fcea-4277-ae28-a32b3939c0e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:21:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","ip_address":"10.55.0.5"}],"id":"cde65544-fec7-4217-9753-6b4ff73b171c","security_groups":["657609a4-4793-4c3f-9a7f-8dc0f30e385f"],"mac_address":"fa:16:3e:f8:2d:6b","project_id":"3a567d82ff7d424197fa32bd77241dbf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-port","admin_state_up":true,"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:19Z","binding:vnic_type":"normal","device_id":"97fa3f97-2112-4227-9ba3-a33c55caeadf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:21:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","ip_address":"10.55.0.4"}],"id":"e5dd387a-46dc-4d39-b743-08c7303db553","security_groups":[],"mac_address":"fa:16:3e:0a:59:17","project_id":"3a567d82ff7d424197fa32bd77241dbf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2204be0f-fcea-4277-ae28-a32b3939c0e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:21:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","ip_address":"10.55.0.2"}],"id":"fc0fb4d7-2eac-4fa6-a57c-529fa65e45c2","security_groups":[],"mac_address":"fa:16:3e:91:07:2c","project_id":"3a567d82ff7d424197fa32bd77241dbf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2204be0f-fcea-4277-ae28-a32b3939c0e1"}]} 2018-10-04 15:21:31,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 used request id req-8cb2e627-92f5-4756-b255-7b0e5cb86772 2018-10-04 15:21:31,520 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:31,702 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:31 GMT Server: Apache x-compute-request-id: req-6760212c-68df-4a72-8d15-d492b8884e51 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6760212c-68df-4a72-8d15-d492b8884e51 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc", "rel": "self"}, {"href": "http://172.30.9.23:8776/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:21:14.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "updated_at": "2018-10-04T15:21:14.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0eabf5a1-9afe-4141-b5e0-566d1b5b46bc", "size": 1}, {"status": "available", "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580", "rel": "self"}, {"href": "http://172.30.9.23:8776/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:21:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "updated_at": "2018-10-04T15:21:13.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2d52bbdd-1718-4035-9011-d3f19efc2580", "size": 1}]} 2018-10-04 15:21:31,702 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/detail used request id req-6760212c-68df-4a72-8d15-d492b8884e51 2018-10-04 15:21:31,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:31,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7268048f-1ac4-4502-ad33-1e2ef6ad8366 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf"}, "enabled": true, "id": "3a567d82ff7d424197fa32bd77241dbf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj"}} 2018-10-04 15:21:31,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf used request id req-7268048f-1ac4-4502-ad33-1e2ef6ad8366 2018-10-04 15:21:31,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:32,253 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ec4a1f23-289f-4c63-8821-18e0dfcdcf19 x-compute-request-id: req-ec4a1f23-289f-4c63-8821-18e0dfcdcf19 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:2d:6b", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "bookmark"}], "image": {"id": "096dd25b-309d-40de-ac6e-54c4f2dfee6b", "links": [{"href": "http://172.30.9.23:8774/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:21:27.000000", "flavor": {"id": "c7f2bac6-a305-4e72-b29e-f83d0768b880", "links": [{"href": "http://172.30.9.23:8774/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880", "rel": "bookmark"}]}, "id": "97fa3f97-2112-4227-9ba3-a33c55caeadf", "security_groups": [{"name": "default"}], "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:21:29Z", "hostId": "81c877586e4cc444505e3bafe8b31ec3c25f6f11d09eec4581128ef1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst", "created": "2018-10-04T15:21:22Z", "tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:21:32,253 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf used request id req-ec4a1f23-289f-4c63-8821-18e0dfcdcf19 2018-10-04 15:21:32,253 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst] is - ACTIVE 2018-10-04 15:21:32,253 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:21:32,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:32,849 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b23df5c-970f-4771-9926-b7060fd7d009 x-compute-request-id: req-4b23df5c-970f-4771-9926-b7060fd7d009 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:2d:6b", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "bookmark"}], "image": {"id": "096dd25b-309d-40de-ac6e-54c4f2dfee6b", "links": [{"href": "http://172.30.9.23:8774/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:21:27.000000", "flavor": {"id": "c7f2bac6-a305-4e72-b29e-f83d0768b880", "links": [{"href": "http://172.30.9.23:8774/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880", "rel": "bookmark"}]}, "id": "97fa3f97-2112-4227-9ba3-a33c55caeadf", "security_groups": [{"name": "default"}], "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:21:29Z", "hostId": "81c877586e4cc444505e3bafe8b31ec3c25f6f11d09eec4581128ef1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst", "created": "2018-10-04T15:21:22Z", "tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:21:32,849 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf used request id req-4b23df5c-970f-4771-9926-b7060fd7d009 2018-10-04 15:21:32,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:32,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-59027664-c3a8-4c04-adf6-e7c984768028 Date: Thu, 04 Oct 2018 15:21:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6c09df64-e765-4b11-9ea6-8238b64fd6f6"],"updated_at":"2018-10-04T15:21:11Z","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a567d82ff7d424197fa32bd77241dbf","id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net"}]} 2018-10-04 15:21:32,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net used request id req-59027664-c3a8-4c04-adf6-e7c984768028 2018-10-04 15:21:32,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:33,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16bc9201-a93f-4025-820b-7819d0d6f9f6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf"}, "enabled": true, "id": "3a567d82ff7d424197fa32bd77241dbf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj"}} 2018-10-04 15:21:33,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf used request id req-16bc9201-a93f-4025-820b-7819d0d6f9f6 2018-10-04 15:21:33,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:33,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0b0ac59f-84c8-43ee-a744-508e66990b01 Date: Thu, 04 Oct 2018 15:21:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:11Z","dns_nameservers":[],"updated_at":"2018-10-04T15:21:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3a567d82ff7d424197fa32bd77241dbf","id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","subnetpool_id":null,"name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-subnet"}]} 2018-10-04 15:21:33,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 used request id req-0b0ac59f-84c8-43ee-a744-508e66990b01 2018-10-04 15:21:33,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:33,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-3357bb38-e85f-407d-bc03-cb98c4ae8764 Date: Thu, 04 Oct 2018 15:21:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:21:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","ip_address":"10.55.0.3"}],"id":"75918367-1f59-4ae1-ba7c-d66fd4ef980f","security_groups":[],"mac_address":"fa:16:3e:15:c2:da","project_id":"3a567d82ff7d424197fa32bd77241dbf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2204be0f-fcea-4277-ae28-a32b3939c0e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:21:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","ip_address":"10.55.0.5"}],"id":"cde65544-fec7-4217-9753-6b4ff73b171c","security_groups":["657609a4-4793-4c3f-9a7f-8dc0f30e385f"],"mac_address":"fa:16:3e:f8:2d:6b","project_id":"3a567d82ff7d424197fa32bd77241dbf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-port","admin_state_up":true,"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:19Z","binding:vnic_type":"normal","device_id":"97fa3f97-2112-4227-9ba3-a33c55caeadf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:21:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","ip_address":"10.55.0.4"}],"id":"e5dd387a-46dc-4d39-b743-08c7303db553","security_groups":[],"mac_address":"fa:16:3e:0a:59:17","project_id":"3a567d82ff7d424197fa32bd77241dbf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2204be0f-fcea-4277-ae28-a32b3939c0e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:21:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","ip_address":"10.55.0.2"}],"id":"fc0fb4d7-2eac-4fa6-a57c-529fa65e45c2","security_groups":[],"mac_address":"fa:16:3e:91:07:2c","project_id":"3a567d82ff7d424197fa32bd77241dbf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2204be0f-fcea-4277-ae28-a32b3939c0e1"}]} 2018-10-04 15:21:33,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 used request id req-3357bb38-e85f-407d-bc03-cb98c4ae8764 2018-10-04 15:21:33,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" -d '{"volumeAttachment": {"volumeId": "2d52bbdd-1718-4035-9011-d3f19efc2580"}}' 2018-10-04 15:21:34,491 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-071708d5-c21a-44cd-acc9-c8e43e9b2cba x-compute-request-id: req-071708d5-c21a-44cd-acc9-c8e43e9b2cba Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "97fa3f97-2112-4227-9ba3-a33c55caeadf", "id": "2d52bbdd-1718-4035-9011-d3f19efc2580", "volumeId": "2d52bbdd-1718-4035-9011-d3f19efc2580"}} 2018-10-04 15:21:34,491 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf/os-volume_attachments used request id req-071708d5-c21a-44cd-acc9-c8e43e9b2cba 2018-10-04 15:21:34,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:34,969 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21: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-d7dd4351-8be9-4c25-8626-a67efc5e537f x-compute-request-id: req-d7dd4351-8be9-4c25-8626-a67efc5e537f Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:2d:6b", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "bookmark"}], "image": {"id": "096dd25b-309d-40de-ac6e-54c4f2dfee6b", "links": [{"href": "http://172.30.9.23:8774/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:21:27.000000", "flavor": {"id": "c7f2bac6-a305-4e72-b29e-f83d0768b880", "links": [{"href": "http://172.30.9.23:8774/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880", "rel": "bookmark"}]}, "id": "97fa3f97-2112-4227-9ba3-a33c55caeadf", "security_groups": [{"name": "default"}], "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:21:29Z", "hostId": "81c877586e4cc444505e3bafe8b31ec3c25f6f11d09eec4581128ef1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst", "created": "2018-10-04T15:21:22Z", "tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "os-extended-volumes:volumes_attached": [{"id": "2d52bbdd-1718-4035-9011-d3f19efc2580"}], "metadata": {}}} 2018-10-04 15:21:34,969 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf used request id req-d7dd4351-8be9-4c25-8626-a67efc5e537f 2018-10-04 15:21:34,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:35,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-c9eda0c9-626b-4574-8bdd-b263039cb924 Date: Thu, 04 Oct 2018 15:21:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6c09df64-e765-4b11-9ea6-8238b64fd6f6"],"updated_at":"2018-10-04T15:21:11Z","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a567d82ff7d424197fa32bd77241dbf","id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net"}]} 2018-10-04 15:21:35,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net used request id req-c9eda0c9-626b-4574-8bdd-b263039cb924 2018-10-04 15:21:35,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:35,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0d0d024-00e4-43d3-b31e-ea593217a0a1 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf"}, "enabled": true, "id": "3a567d82ff7d424197fa32bd77241dbf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj"}} 2018-10-04 15:21:35,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf used request id req-d0d0d024-00e4-43d3-b31e-ea593217a0a1 2018-10-04 15:21:35,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:35,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2034a88e-57d8-45ff-af37-7116d3a19e28 Date: Thu, 04 Oct 2018 15:21:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:11Z","dns_nameservers":[],"updated_at":"2018-10-04T15:21:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3a567d82ff7d424197fa32bd77241dbf","id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","subnetpool_id":null,"name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-subnet"}]} 2018-10-04 15:21:35,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 used request id req-2034a88e-57d8-45ff-af37-7116d3a19e28 2018-10-04 15:21:35,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:35,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-5b8df806-c9c7-4f08-9f23-117dd2986873 Date: Thu, 04 Oct 2018 15:21:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:21:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","ip_address":"10.55.0.3"}],"id":"75918367-1f59-4ae1-ba7c-d66fd4ef980f","security_groups":[],"mac_address":"fa:16:3e:15:c2:da","project_id":"3a567d82ff7d424197fa32bd77241dbf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2204be0f-fcea-4277-ae28-a32b3939c0e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:21:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","ip_address":"10.55.0.5"}],"id":"cde65544-fec7-4217-9753-6b4ff73b171c","security_groups":["657609a4-4793-4c3f-9a7f-8dc0f30e385f"],"mac_address":"fa:16:3e:f8:2d:6b","project_id":"3a567d82ff7d424197fa32bd77241dbf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-port","admin_state_up":true,"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:19Z","binding:vnic_type":"normal","device_id":"97fa3f97-2112-4227-9ba3-a33c55caeadf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:21:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","ip_address":"10.55.0.4"}],"id":"e5dd387a-46dc-4d39-b743-08c7303db553","security_groups":[],"mac_address":"fa:16:3e:0a:59:17","project_id":"3a567d82ff7d424197fa32bd77241dbf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2204be0f-fcea-4277-ae28-a32b3939c0e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:21:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","ip_address":"10.55.0.2"}],"id":"fc0fb4d7-2eac-4fa6-a57c-529fa65e45c2","security_groups":[],"mac_address":"fa:16:3e:91:07:2c","project_id":"3a567d82ff7d424197fa32bd77241dbf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2204be0f-fcea-4277-ae28-a32b3939c0e1"}]} 2018-10-04 15:21:35,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 used request id req-5b8df806-c9c7-4f08-9f23-117dd2986873 2018-10-04 15:21:35,806 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6760212c-68df-4a72-8d15-d492b8884e51" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:36,009 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:35 GMT Server: Apache x-compute-request-id: req-29811636-cb76-4a1b-95e6-33235e1928f3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-29811636-cb76-4a1b-95e6-33235e1928f3 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc", "rel": "self"}, {"href": "http://172.30.9.23:8776/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:21:14.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "updated_at": "2018-10-04T15:21:14.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0eabf5a1-9afe-4141-b5e0-566d1b5b46bc", "size": 1}, {"status": "attaching", "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580", "rel": "self"}, {"href": "http://172.30.9.23:8776/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:21:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "updated_at": "2018-10-04T15:21:34.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2d52bbdd-1718-4035-9011-d3f19efc2580", "size": 1}]} 2018-10-04 15:21:36,009 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/detail used request id req-29811636-cb76-4a1b-95e6-33235e1928f3 2018-10-04 15:21:36,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:36,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9354ab4-92da-4dec-8f47-60b3708c3e84 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf"}, "enabled": true, "id": "3a567d82ff7d424197fa32bd77241dbf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj"}} 2018-10-04 15:21:36,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf used request id req-e9354ab4-92da-4dec-8f47-60b3708c3e84 2018-10-04 15:21:36,089 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:36,528 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21: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-00e87867-8bc8-4aaa-bf0b-9ee7f49bbf6c x-compute-request-id: req-00e87867-8bc8-4aaa-bf0b-9ee7f49bbf6c Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:2d:6b", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "bookmark"}], "image": {"id": "096dd25b-309d-40de-ac6e-54c4f2dfee6b", "links": [{"href": "http://172.30.9.23:8774/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:21:27.000000", "flavor": {"id": "c7f2bac6-a305-4e72-b29e-f83d0768b880", "links": [{"href": "http://172.30.9.23:8774/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880", "rel": "bookmark"}]}, "id": "97fa3f97-2112-4227-9ba3-a33c55caeadf", "security_groups": [{"name": "default"}], "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:21:35Z", "hostId": "81c877586e4cc444505e3bafe8b31ec3c25f6f11d09eec4581128ef1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst", "created": "2018-10-04T15:21:22Z", "tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "os-extended-volumes:volumes_attached": [{"id": "2d52bbdd-1718-4035-9011-d3f19efc2580"}], "metadata": {}}} 2018-10-04 15:21:36,528 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf used request id req-00e87867-8bc8-4aaa-bf0b-9ee7f49bbf6c 2018-10-04 15:21:36,529 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst] is - ACTIVE 2018-10-04 15:21:36,529 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:21:36,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:37,016 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21: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-99f44814-f4c0-4f7e-a61b-f17a3c731699 x-compute-request-id: req-99f44814-f4c0-4f7e-a61b-f17a3c731699 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:2d:6b", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "bookmark"}], "image": {"id": "096dd25b-309d-40de-ac6e-54c4f2dfee6b", "links": [{"href": "http://172.30.9.23:8774/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:21:27.000000", "flavor": {"id": "c7f2bac6-a305-4e72-b29e-f83d0768b880", "links": [{"href": "http://172.30.9.23:8774/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880", "rel": "bookmark"}]}, "id": "97fa3f97-2112-4227-9ba3-a33c55caeadf", "security_groups": [{"name": "default"}], "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:21:35Z", "hostId": "81c877586e4cc444505e3bafe8b31ec3c25f6f11d09eec4581128ef1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst", "created": "2018-10-04T15:21:22Z", "tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "os-extended-volumes:volumes_attached": [{"id": "2d52bbdd-1718-4035-9011-d3f19efc2580"}], "metadata": {}}} 2018-10-04 15:21:37,017 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf used request id req-99f44814-f4c0-4f7e-a61b-f17a3c731699 2018-10-04 15:21:37,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:37,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-4659f100-60da-4340-8765-380c77d73e3f Date: Thu, 04 Oct 2018 15:21:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6c09df64-e765-4b11-9ea6-8238b64fd6f6"],"updated_at":"2018-10-04T15:21:11Z","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a567d82ff7d424197fa32bd77241dbf","id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net"}]} 2018-10-04 15:21:37,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net used request id req-4659f100-60da-4340-8765-380c77d73e3f 2018-10-04 15:21:37,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:37,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f20624ae-bbb1-44bc-8cb7-1aca1abfc352 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf"}, "enabled": true, "id": "3a567d82ff7d424197fa32bd77241dbf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj"}} 2018-10-04 15:21:37,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf used request id req-f20624ae-bbb1-44bc-8cb7-1aca1abfc352 2018-10-04 15:21:37,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:37,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-555bc17a-f303-48c5-8b5f-5766b3a0e987 Date: Thu, 04 Oct 2018 15:21:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:11Z","dns_nameservers":[],"updated_at":"2018-10-04T15:21:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3a567d82ff7d424197fa32bd77241dbf","id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","subnetpool_id":null,"name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-subnet"}]} 2018-10-04 15:21:37,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 used request id req-555bc17a-f303-48c5-8b5f-5766b3a0e987 2018-10-04 15:21:37,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:37,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-d6e7c5a1-904e-456a-afda-ae0a73681450 Date: Thu, 04 Oct 2018 15:21:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:21:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","ip_address":"10.55.0.3"}],"id":"75918367-1f59-4ae1-ba7c-d66fd4ef980f","security_groups":[],"mac_address":"fa:16:3e:15:c2:da","project_id":"3a567d82ff7d424197fa32bd77241dbf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2204be0f-fcea-4277-ae28-a32b3939c0e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:21:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","ip_address":"10.55.0.5"}],"id":"cde65544-fec7-4217-9753-6b4ff73b171c","security_groups":["657609a4-4793-4c3f-9a7f-8dc0f30e385f"],"mac_address":"fa:16:3e:f8:2d:6b","project_id":"3a567d82ff7d424197fa32bd77241dbf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-port","admin_state_up":true,"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:19Z","binding:vnic_type":"normal","device_id":"97fa3f97-2112-4227-9ba3-a33c55caeadf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:21:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","ip_address":"10.55.0.4"}],"id":"e5dd387a-46dc-4d39-b743-08c7303db553","security_groups":[],"mac_address":"fa:16:3e:0a:59:17","project_id":"3a567d82ff7d424197fa32bd77241dbf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2204be0f-fcea-4277-ae28-a32b3939c0e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:21:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","ip_address":"10.55.0.2"}],"id":"fc0fb4d7-2eac-4fa6-a57c-529fa65e45c2","security_groups":[],"mac_address":"fa:16:3e:91:07:2c","project_id":"3a567d82ff7d424197fa32bd77241dbf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2204be0f-fcea-4277-ae28-a32b3939c0e1"}]} 2018-10-04 15:21:37,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 used request id req-d6e7c5a1-904e-456a-afda-ae0a73681450 2018-10-04 15:21:37,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" -d '{"volumeAttachment": {"volumeId": "0eabf5a1-9afe-4141-b5e0-566d1b5b46bc"}}' 2018-10-04 15:21:38,616 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21: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-bfe17a73-1177-44d0-96d2-f51d9e3db37b x-compute-request-id: req-bfe17a73-1177-44d0-96d2-f51d9e3db37b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdc", "serverId": "97fa3f97-2112-4227-9ba3-a33c55caeadf", "id": "0eabf5a1-9afe-4141-b5e0-566d1b5b46bc", "volumeId": "0eabf5a1-9afe-4141-b5e0-566d1b5b46bc"}} 2018-10-04 15:21:38,616 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf/os-volume_attachments used request id req-bfe17a73-1177-44d0-96d2-f51d9e3db37b 2018-10-04 15:21:38,620 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:38,929 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21: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-4ff93b80-82df-4767-add2-4a3f724edcee x-compute-request-id: req-4ff93b80-82df-4767-add2-4a3f724edcee Content-Encoding: gzip Content-Length: 804 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:2d:6b", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "bookmark"}], "image": {"id": "096dd25b-309d-40de-ac6e-54c4f2dfee6b", "links": [{"href": "http://172.30.9.23:8774/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:21:27.000000", "flavor": {"id": "c7f2bac6-a305-4e72-b29e-f83d0768b880", "links": [{"href": "http://172.30.9.23:8774/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880", "rel": "bookmark"}]}, "id": "97fa3f97-2112-4227-9ba3-a33c55caeadf", "security_groups": [{"name": "default"}], "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:21:35Z", "hostId": "81c877586e4cc444505e3bafe8b31ec3c25f6f11d09eec4581128ef1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst", "created": "2018-10-04T15:21:22Z", "tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "os-extended-volumes:volumes_attached": [{"id": "2d52bbdd-1718-4035-9011-d3f19efc2580"}, {"id": "0eabf5a1-9afe-4141-b5e0-566d1b5b46bc"}], "metadata": {}}} 2018-10-04 15:21:38,929 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf used request id req-4ff93b80-82df-4767-add2-4a3f724edcee 2018-10-04 15:21:38,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:39,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d5c6dd1a-1d89-4948-b265-cf7b38e3b678 Date: Thu, 04 Oct 2018 15:21:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6c09df64-e765-4b11-9ea6-8238b64fd6f6"],"updated_at":"2018-10-04T15:21:11Z","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a567d82ff7d424197fa32bd77241dbf","id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net"}]} 2018-10-04 15:21:39,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net used request id req-d5c6dd1a-1d89-4948-b265-cf7b38e3b678 2018-10-04 15:21:39,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:39,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c68f32da-a03e-417a-a6a2-656ba30dea21 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf"}, "enabled": true, "id": "3a567d82ff7d424197fa32bd77241dbf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj"}} 2018-10-04 15:21:39,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf used request id req-c68f32da-a03e-417a-a6a2-656ba30dea21 2018-10-04 15:21:39,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:39,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-70cd7ac1-cb8b-4ddc-8e40-bd31a64439d4 Date: Thu, 04 Oct 2018 15:21:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:11Z","dns_nameservers":[],"updated_at":"2018-10-04T15:21:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3a567d82ff7d424197fa32bd77241dbf","id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","subnetpool_id":null,"name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-subnet"}]} 2018-10-04 15:21:39,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 used request id req-70cd7ac1-cb8b-4ddc-8e40-bd31a64439d4 2018-10-04 15:21:39,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:39,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-cd58b0e2-c200-4c9c-b160-209e3317b6de Date: Thu, 04 Oct 2018 15:21:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:21:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","ip_address":"10.55.0.3"}],"id":"75918367-1f59-4ae1-ba7c-d66fd4ef980f","security_groups":[],"mac_address":"fa:16:3e:15:c2:da","project_id":"3a567d82ff7d424197fa32bd77241dbf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2204be0f-fcea-4277-ae28-a32b3939c0e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:21:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","ip_address":"10.55.0.5"}],"id":"cde65544-fec7-4217-9753-6b4ff73b171c","security_groups":["657609a4-4793-4c3f-9a7f-8dc0f30e385f"],"mac_address":"fa:16:3e:f8:2d:6b","project_id":"3a567d82ff7d424197fa32bd77241dbf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-port","admin_state_up":true,"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:19Z","binding:vnic_type":"normal","device_id":"97fa3f97-2112-4227-9ba3-a33c55caeadf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:21:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","ip_address":"10.55.0.4"}],"id":"e5dd387a-46dc-4d39-b743-08c7303db553","security_groups":[],"mac_address":"fa:16:3e:0a:59:17","project_id":"3a567d82ff7d424197fa32bd77241dbf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2204be0f-fcea-4277-ae28-a32b3939c0e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:21:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","ip_address":"10.55.0.2"}],"id":"fc0fb4d7-2eac-4fa6-a57c-529fa65e45c2","security_groups":[],"mac_address":"fa:16:3e:91:07:2c","project_id":"3a567d82ff7d424197fa32bd77241dbf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2204be0f-fcea-4277-ae28-a32b3939c0e1"}]} 2018-10-04 15:21:39,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 used request id req-cd58b0e2-c200-4c9c-b160-209e3317b6de 2018-10-04 15:21:39,420 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:21:39,801 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7d1c76c45e584d19b86f7b70c81fce9f", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj-role"}], "expires_at": "2018-10-04T16:21:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a567d82ff7d424197fa32bd77241dbf", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3a567d82ff7d424197fa32bd77241dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/3a567d82ff7d424197fa32bd77241dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/3a567d82ff7d424197fa32bd77241dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-user", "id": "79e63247ad1041aebc8dc9e038a4c59b"}, "audit_ids": ["30iLfMHoSAucQztxmrJJ6Q"], "issued_at": "2018-10-04T15:21:39.000000Z"}} 2018-10-04 15:21:39,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca05fdc29c7f53baca7f006b8eb6f093656a6e18" 2018-10-04 15:21:40,722 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21: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-7ef3b5df-60b5-4791-8d84-b9939b1792bc x-compute-request-id: req-7ef3b5df-60b5-4791-8d84-b9939b1792bc Content-Encoding: gzip Content-Length: 802 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:2d:6b", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "bookmark"}], "image": {"id": "096dd25b-309d-40de-ac6e-54c4f2dfee6b", "links": [{"href": "http://172.30.9.23:8774/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:21:27.000000", "flavor": {"id": "c7f2bac6-a305-4e72-b29e-f83d0768b880", "links": [{"href": "http://172.30.9.23:8774/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880", "rel": "bookmark"}]}, "id": "97fa3f97-2112-4227-9ba3-a33c55caeadf", "security_groups": [{"name": "default"}], "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:21:39Z", "hostId": "81c877586e4cc444505e3bafe8b31ec3c25f6f11d09eec4581128ef1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst", "created": "2018-10-04T15:21:22Z", "tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "os-extended-volumes:volumes_attached": [{"id": "2d52bbdd-1718-4035-9011-d3f19efc2580"}, {"id": "0eabf5a1-9afe-4141-b5e0-566d1b5b46bc"}], "metadata": {}}]} 2018-10-04 15:21:40,722 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst used request id req-7ef3b5df-60b5-4791-8d84-b9939b1792bc 2018-10-04 15:21:40,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca05fdc29c7f53baca7f006b8eb6f093656a6e18" 2018-10-04 15:21:41,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-8ec8f9b5-1d78-43f1-8739-f7f17d3f1e02 Date: Thu, 04 Oct 2018 15:21:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6c09df64-e765-4b11-9ea6-8238b64fd6f6"],"updated_at":"2018-10-04T15:21:11Z","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a567d82ff7d424197fa32bd77241dbf","id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net"}]} 2018-10-04 15:21:41,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net used request id req-8ec8f9b5-1d78-43f1-8739-f7f17d3f1e02 2018-10-04 15:21:41,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca05fdc29c7f53baca7f006b8eb6f093656a6e18" 2018-10-04 15:21:41,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-77cab191-66bd-44c7-ada7-29152106293a Date: Thu, 04 Oct 2018 15:21:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:11Z","dns_nameservers":[],"updated_at":"2018-10-04T15:21:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3a567d82ff7d424197fa32bd77241dbf","id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","subnetpool_id":null,"name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-subnet"}]} 2018-10-04 15:21:41,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 used request id req-77cab191-66bd-44c7-ada7-29152106293a 2018-10-04 15:21:41,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca05fdc29c7f53baca7f006b8eb6f093656a6e18" 2018-10-04 15:21:41,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-b61d1818-b509-49ca-ba9b-a3f3089c96c9 Date: Thu, 04 Oct 2018 15:21:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:21:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","ip_address":"10.55.0.3"}],"id":"75918367-1f59-4ae1-ba7c-d66fd4ef980f","security_groups":[],"mac_address":"fa:16:3e:15:c2:da","project_id":"3a567d82ff7d424197fa32bd77241dbf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2204be0f-fcea-4277-ae28-a32b3939c0e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:21:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","ip_address":"10.55.0.5"}],"id":"cde65544-fec7-4217-9753-6b4ff73b171c","security_groups":["657609a4-4793-4c3f-9a7f-8dc0f30e385f"],"mac_address":"fa:16:3e:f8:2d:6b","project_id":"3a567d82ff7d424197fa32bd77241dbf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-port","admin_state_up":true,"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:19Z","binding:vnic_type":"normal","device_id":"97fa3f97-2112-4227-9ba3-a33c55caeadf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:21:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","ip_address":"10.55.0.4"}],"id":"e5dd387a-46dc-4d39-b743-08c7303db553","security_groups":[],"mac_address":"fa:16:3e:0a:59:17","project_id":"3a567d82ff7d424197fa32bd77241dbf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2204be0f-fcea-4277-ae28-a32b3939c0e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:21:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c09df64-e765-4b11-9ea6-8238b64fd6f6","ip_address":"10.55.0.2"}],"id":"fc0fb4d7-2eac-4fa6-a57c-529fa65e45c2","security_groups":[],"mac_address":"fa:16:3e:91:07:2c","project_id":"3a567d82ff7d424197fa32bd77241dbf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2204be0f-fcea-4277-ae28-a32b3939c0e1","tenant_id":"3a567d82ff7d424197fa32bd77241dbf","created_at":"2018-10-04T15:21:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2204be0f-fcea-4277-ae28-a32b3939c0e1"}]} 2018-10-04 15:21:41,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=2204be0f-fcea-4277-ae28-a32b3939c0e1 used request id req-b61d1818-b509-49ca-ba9b-a3f3089c96c9 2018-10-04 15:21:41,455 - create_instance - INFO - Deleting Port with ID - cde65544-fec7-4217-9753-6b4ff73b171c 2018-10-04 15:21:41,456 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-port 2018-10-04 15:21:41,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/cde65544-fec7-4217-9753-6b4ff73b171c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:41,916 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7d1cad9a-4709-4713-b263-3793bd499b6b Date: Thu, 04 Oct 2018 15:21:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:21:41,916 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/cde65544-fec7-4217-9753-6b4ff73b171c used request id req-7d1cad9a-4709-4713-b263-3793bd499b6b 2018-10-04 15:21:41,919 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6760212c-68df-4a72-8d15-d492b8884e51" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:42,115 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:41 GMT Server: Apache x-compute-request-id: req-3ad8e131-d142-4ce1-88f7-4a2e6d1a1478 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3ad8e131-d142-4ce1-88f7-4a2e6d1a1478 Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "attachments": [{"server_id": "97fa3f97-2112-4227-9ba3-a33c55caeadf", "attachment_id": "50a124d3-0454-406e-95b9-2dcc068de777", "attached_at": "2018-10-04T15:21:36.000000", "host_name": null, "volume_id": "2d52bbdd-1718-4035-9011-d3f19efc2580", "device": "/dev/vdb", "id": "2d52bbdd-1718-4035-9011-d3f19efc2580"}], "links": [{"href": "http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580", "rel": "self"}, {"href": "http://172.30.9.23:8776/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:21:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "updated_at": "2018-10-04T15:21:36.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "2d52bbdd-1718-4035-9011-d3f19efc2580", "size": 1}} 2018-10-04 15:21:42,115 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580 used request id req-3ad8e131-d142-4ce1-88f7-4a2e6d1a1478 2018-10-04 15:21:42,118 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf/os-volume_attachments/2d52bbdd-1718-4035-9011-d3f19efc2580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:42,748 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:21: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-a3b4e405-79cf-4776-9bc6-0eec11b853c1 x-compute-request-id: req-a3b4e405-79cf-4776-9bc6-0eec11b853c1 Content-Length: 0 Content-Type: application/json 2018-10-04 15:21:42,748 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf/os-volume_attachments/2d52bbdd-1718-4035-9011-d3f19efc2580 used request id req-a3b4e405-79cf-4776-9bc6-0eec11b853c1 2018-10-04 15:21:42,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:43,094 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21: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-a47c1470-826e-45df-80b6-17dcf9dd242b x-compute-request-id: req-a47c1470-826e-45df-80b6-17dcf9dd242b Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "bookmark"}], "image": {"id": "096dd25b-309d-40de-ac6e-54c4f2dfee6b", "links": [{"href": "http://172.30.9.23:8774/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:21:27.000000", "flavor": {"id": "c7f2bac6-a305-4e72-b29e-f83d0768b880", "links": [{"href": "http://172.30.9.23:8774/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880", "rel": "bookmark"}]}, "id": "97fa3f97-2112-4227-9ba3-a33c55caeadf", "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:21:39Z", "hostId": "81c877586e4cc444505e3bafe8b31ec3c25f6f11d09eec4581128ef1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst", "created": "2018-10-04T15:21:22Z", "tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "os-extended-volumes:volumes_attached": [{"id": "2d52bbdd-1718-4035-9011-d3f19efc2580"}, {"id": "0eabf5a1-9afe-4141-b5e0-566d1b5b46bc"}], "metadata": {}}} 2018-10-04 15:21:43,094 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf used request id req-a47c1470-826e-45df-80b6-17dcf9dd242b 2018-10-04 15:21:46,101 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:46,352 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21: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-367986a1-b213-42eb-9813-5a8bf2275964 x-compute-request-id: req-367986a1-b213-42eb-9813-5a8bf2275964 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "bookmark"}], "image": {"id": "096dd25b-309d-40de-ac6e-54c4f2dfee6b", "links": [{"href": "http://172.30.9.23:8774/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:21:27.000000", "flavor": {"id": "c7f2bac6-a305-4e72-b29e-f83d0768b880", "links": [{"href": "http://172.30.9.23:8774/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880", "rel": "bookmark"}]}, "id": "97fa3f97-2112-4227-9ba3-a33c55caeadf", "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:21:39Z", "hostId": "81c877586e4cc444505e3bafe8b31ec3c25f6f11d09eec4581128ef1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst", "created": "2018-10-04T15:21:22Z", "tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "os-extended-volumes:volumes_attached": [{"id": "0eabf5a1-9afe-4141-b5e0-566d1b5b46bc"}], "metadata": {}}} 2018-10-04 15:21:46,352 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf used request id req-367986a1-b213-42eb-9813-5a8bf2275964 2018-10-04 15:21:46,355 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6760212c-68df-4a72-8d15-d492b8884e51" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:46,571 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:46 GMT Server: Apache x-compute-request-id: req-fceac7c5-2a48-4dff-8884-b1cfd0d104b1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fceac7c5-2a48-4dff-8884-b1cfd0d104b1 Content-Encoding: gzip Content-Length: 576 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "attachments": [{"server_id": "97fa3f97-2112-4227-9ba3-a33c55caeadf", "attachment_id": "9b555f83-36fa-40a4-ad49-d10f4dbd2a91", "attached_at": "2018-10-04T15:21:40.000000", "host_name": null, "volume_id": "0eabf5a1-9afe-4141-b5e0-566d1b5b46bc", "device": "/dev/vdc", "id": "0eabf5a1-9afe-4141-b5e0-566d1b5b46bc"}], "links": [{"href": "http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc", "rel": "self"}, {"href": "http://172.30.9.23:8776/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:21:14.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "updated_at": "2018-10-04T15:21:40.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "0eabf5a1-9afe-4141-b5e0-566d1b5b46bc", "size": 1}} 2018-10-04 15:21:46,571 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc used request id req-fceac7c5-2a48-4dff-8884-b1cfd0d104b1 2018-10-04 15:21:46,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf/os-volume_attachments/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:47,184 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:21: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-be1eb987-9c8e-4fb7-94e2-aabcd9b66bd2 x-compute-request-id: req-be1eb987-9c8e-4fb7-94e2-aabcd9b66bd2 Content-Length: 0 Content-Type: application/json 2018-10-04 15:21:47,185 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf/os-volume_attachments/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc used request id req-be1eb987-9c8e-4fb7-94e2-aabcd9b66bd2 2018-10-04 15:21:47,188 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:47,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a3aaf51-9991-4f50-bc36-333cba19eeb9 x-compute-request-id: req-3a3aaf51-9991-4f50-bc36-333cba19eeb9 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "bookmark"}], "image": {"id": "096dd25b-309d-40de-ac6e-54c4f2dfee6b", "links": [{"href": "http://172.30.9.23:8774/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:21:27.000000", "flavor": {"id": "c7f2bac6-a305-4e72-b29e-f83d0768b880", "links": [{"href": "http://172.30.9.23:8774/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880", "rel": "bookmark"}]}, "id": "97fa3f97-2112-4227-9ba3-a33c55caeadf", "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:21:39Z", "hostId": "81c877586e4cc444505e3bafe8b31ec3c25f6f11d09eec4581128ef1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst", "created": "2018-10-04T15:21:22Z", "tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "os-extended-volumes:volumes_attached": [{"id": "0eabf5a1-9afe-4141-b5e0-566d1b5b46bc"}], "metadata": {}}} 2018-10-04 15:21:47,411 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf used request id req-3a3aaf51-9991-4f50-bc36-333cba19eeb9 2018-10-04 15:21:50,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:50,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21: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-e95a2669-5de8-46d7-ae39-907a2f381f57 x-compute-request-id: req-e95a2669-5de8-46d7-ae39-907a2f381f57 Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "bookmark"}], "image": {"id": "096dd25b-309d-40de-ac6e-54c4f2dfee6b", "links": [{"href": "http://172.30.9.23:8774/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:21:27.000000", "flavor": {"id": "c7f2bac6-a305-4e72-b29e-f83d0768b880", "links": [{"href": "http://172.30.9.23:8774/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880", "rel": "bookmark"}]}, "id": "97fa3f97-2112-4227-9ba3-a33c55caeadf", "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:21:39Z", "hostId": "81c877586e4cc444505e3bafe8b31ec3c25f6f11d09eec4581128ef1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst", "created": "2018-10-04T15:21:22Z", "tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:21:50,693 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf used request id req-e95a2669-5de8-46d7-ae39-907a2f381f57 2018-10-04 15:21:50,693 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst 2018-10-04 15:21:50,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:50,853 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:21: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-b5677852-82b3-427a-8950-82f55dd4ca0a x-compute-request-id: req-b5677852-82b3-427a-8950-82f55dd4ca0a Content-Type: application/json 2018-10-04 15:21:50,853 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf used request id req-b5677852-82b3-427a-8950-82f55dd4ca0a 2018-10-04 15:21:50,853 - create_instance - INFO - Checking deletion status 2018-10-04 15:21:50,856 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:51,242 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21: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-47d1d53a-8a51-43cc-b7dd-074596034a4e x-compute-request-id: req-47d1d53a-8a51-43cc-b7dd-074596034a4e Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf", "rel": "bookmark"}], "image": {"id": "096dd25b-309d-40de-ac6e-54c4f2dfee6b", "links": [{"href": "http://172.30.9.23:8774/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:21:27.000000", "flavor": {"id": "c7f2bac6-a305-4e72-b29e-f83d0768b880", "links": [{"href": "http://172.30.9.23:8774/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880", "rel": "bookmark"}]}, "id": "97fa3f97-2112-4227-9ba3-a33c55caeadf", "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:21:50Z", "hostId": "81c877586e4cc444505e3bafe8b31ec3c25f6f11d09eec4581128ef1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst", "created": "2018-10-04T15:21:22Z", "tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:21:51,242 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf used request id req-47d1d53a-8a51-43cc-b7dd-074596034a4e 2018-10-04 15:21:51,242 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst] is - ACTIVE 2018-10-04 15:21:51,243 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:21:54,246 - create_instance - DEBUG - VM status query timeout in 296.607398987 2018-10-04 15:21:54,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}568ca6a0297b092613869227dab89065a6bfe2f8" 2018-10-04 15:21:54,303 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:21: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-938230cf-9a74-42a1-ae1f-91794a102cfd x-compute-request-id: req-938230cf-9a74-42a1-ae1f-91794a102cfd Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 97fa3f97-2112-4227-9ba3-a33c55caeadf could not be found.", "code": 404}} 2018-10-04 15:21:54,303 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/97fa3f97-2112-4227-9ba3-a33c55caeadf used request id req-938230cf-9a74-42a1-ae1f-91794a102cfd 2018-10-04 15:21:54,303 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 97fa3f97-2112-4227-9ba3-a33c55caeadf could not be found. (HTTP 404) (Request-ID: req-938230cf-9a74-42a1-ae1f-91794a102cfd) 2018-10-04 15:21:54,304 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-inst 2018-10-04 15:21:54,308 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c921f45fc700ec5be60a690eeda0cb2c7dcc638" 2018-10-04 15:21:54,344 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:21: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-8fe922c7-bca0-4497-84d4-b72b634dbcb9 x-compute-request-id: req-8fe922c7-bca0-4497-84d4-b72b634dbcb9 Content-Length: 0 Content-Type: application/json 2018-10-04 15:21:54,344 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/c7f2bac6-a305-4e72-b29e-f83d0768b880 used request id req-8fe922c7-bca0-4497-84d4-b72b634dbcb9 2018-10-04 15:21:54,345 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-subnet 2018-10-04 15:21:54,346 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-subnet 2018-10-04 15:21:54,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/6c09df64-e765-4b11-9ea6-8238b64fd6f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be81f1e760e0308e882cb79a848536099901f4c8" 2018-10-04 15:21:56,408 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fadcea00-8fde-4fa3-9ded-013c25b5a953 Date: Thu, 04 Oct 2018 15:21:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:21:56,408 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/6c09df64-e765-4b11-9ea6-8238b64fd6f6 used request id req-fadcea00-8fde-4fa3-9ded-013c25b5a953 2018-10-04 15:21:56,408 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-pub-net 2018-10-04 15:21:56,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/2204be0f-fcea-4277-ae28-a32b3939c0e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be81f1e760e0308e882cb79a848536099901f4c8" 2018-10-04 15:21:57,688 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d1a322d9-1b23-48ac-b27b-4673120d1446 Date: Thu, 04 Oct 2018 15:21:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:21:57,688 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/2204be0f-fcea-4277-ae28-a32b3939c0e1 used request id req-d1a322d9-1b23-48ac-b27b-4673120d1446 2018-10-04 15:21:57,692 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77017c1d-328e-43fa-91cd-0010bf4f4b24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b929d772d37ae7ffebcf883323e776dd25b9a9dd" 2018-10-04 15:21:57,895 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:57 GMT Server: Apache x-compute-request-id: req-da050d14-08ff-42ea-8aee-6d5425c50104 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-da050d14-08ff-42ea-8aee-6d5425c50104 Content-Encoding: gzip Content-Length: 478 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc", "rel": "self"}, {"href": "http://172.30.9.23:8776/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:21:14.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "updated_at": "2018-10-04T15:21:47.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "0eabf5a1-9afe-4141-b5e0-566d1b5b46bc", "size": 1}} 2018-10-04 15:21:57,895 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc used request id req-da050d14-08ff-42ea-8aee-6d5425c50104 2018-10-04 15:21:57,896 - create_volume - DEBUG - Instance status is - available 2018-10-04 15:21:57,896 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-2 2018-10-04 15:21:57,896 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-2 2018-10-04 15:21:57,899 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77017c1d-328e-43fa-91cd-0010bf4f4b24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b929d772d37ae7ffebcf883323e776dd25b9a9dd" 2018-10-04 15:21:58,122 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:21:57 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-91c6a0a1-6119-43a1-9cef-75cbf7c87f83 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-10-04 15:21:58,122 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc used request id req-91c6a0a1-6119-43a1-9cef-75cbf7c87f83 2018-10-04 15:21:58,125 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77017c1d-328e-43fa-91cd-0010bf4f4b24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b929d772d37ae7ffebcf883323e776dd25b9a9dd" 2018-10-04 15:21:58,314 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:21:58 GMT Server: Apache x-compute-request-id: req-f103a622-c3e9-43d5-b8f2-764a2567909e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f103a622-c3e9-43d5-b8f2-764a2567909e Content-Encoding: gzip Content-Length: 480 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc", "rel": "self"}, {"href": "http://172.30.9.23:8776/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:21:14.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "updated_at": "2018-10-04T15:21:58.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "0eabf5a1-9afe-4141-b5e0-566d1b5b46bc", "size": 1}} 2018-10-04 15:21:58,314 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc used request id req-f103a622-c3e9-43d5-b8f2-764a2567909e 2018-10-04 15:21:58,315 - create_volume - DEBUG - Instance status is - deleting 2018-10-04 15:21:58,315 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-04 15:22:01,318 - create_volume - DEBUG - Volume status query timeout in 56.8040211201 2018-10-04 15:22:01,322 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77017c1d-328e-43fa-91cd-0010bf4f4b24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b929d772d37ae7ffebcf883323e776dd25b9a9dd" 2018-10-04 15:22:01,502 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:22:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-622feb17-b03c-4139-896c-8afe1fcc3e85 x-openstack-request-id: req-622feb17-b03c-4139-896c-8afe1fcc3e85 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 0eabf5a1-9afe-4141-b5e0-566d1b5b46bc could not be found.", "code": 404}} 2018-10-04 15:22:01,502 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/0eabf5a1-9afe-4141-b5e0-566d1b5b46bc used request id req-622feb17-b03c-4139-896c-8afe1fcc3e85 2018-10-04 15:22:01,502 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 0eabf5a1-9afe-4141-b5e0-566d1b5b46bc could not be found. (HTTP 404) (Request-ID: req-622feb17-b03c-4139-896c-8afe1fcc3e85) 2018-10-04 15:22:01,502 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-2 2018-10-04 15:22:01,506 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d9f68028-8356-4fe4-9368-e1de2d31182d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e5b512810df2900d996b421505affaf5078828b" 2018-10-04 15:22:01,688 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:01 GMT Server: Apache x-compute-request-id: req-1c43d6af-34be-4ec4-885d-edf89ea8c2ee OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1c43d6af-34be-4ec4-885d-edf89ea8c2ee Content-Encoding: gzip Content-Length: 477 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580", "rel": "self"}, {"href": "http://172.30.9.23:8776/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:21:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "updated_at": "2018-10-04T15:21:42.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "2d52bbdd-1718-4035-9011-d3f19efc2580", "size": 1}} 2018-10-04 15:22:01,688 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580 used request id req-1c43d6af-34be-4ec4-885d-edf89ea8c2ee 2018-10-04 15:22:01,688 - create_volume - DEBUG - Instance status is - available 2018-10-04 15:22:01,688 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-1 2018-10-04 15:22:01,689 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-1 2018-10-04 15:22:01,692 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d9f68028-8356-4fe4-9368-e1de2d31182d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e5b512810df2900d996b421505affaf5078828b" 2018-10-04 15:22:01,936 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:22:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-85ef64ce-6ba6-446d-ba91-af3174c9cf97 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-10-04 15:22:01,936 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580 used request id req-85ef64ce-6ba6-446d-ba91-af3174c9cf97 2018-10-04 15:22:01,940 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d9f68028-8356-4fe4-9368-e1de2d31182d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e5b512810df2900d996b421505affaf5078828b" 2018-10-04 15:22:02,137 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:01 GMT Server: Apache x-compute-request-id: req-8cb8d808-b2bc-4cdb-97b2-951595529fd9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8cb8d808-b2bc-4cdb-97b2-951595529fd9 Content-Encoding: gzip Content-Length: 481 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "79e63247ad1041aebc8dc9e038a4c59b", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580", "rel": "self"}, {"href": "http://172.30.9.23:8776/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T15:21:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "updated_at": "2018-10-04T15:22:01.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "2d52bbdd-1718-4035-9011-d3f19efc2580", "size": 1}} 2018-10-04 15:22:02,138 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580 used request id req-8cb8d808-b2bc-4cdb-97b2-951595529fd9 2018-10-04 15:22:02,138 - create_volume - DEBUG - Instance status is - deleting 2018-10-04 15:22:02,138 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-04 15:22:05,140 - create_volume - DEBUG - Volume status query timeout in 56.7964949608 2018-10-04 15:22:05,143 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d9f68028-8356-4fe4-9368-e1de2d31182d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e5b512810df2900d996b421505affaf5078828b" 2018-10-04 15:22:05,336 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:22:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ca537a83-af71-42ef-8147-2ffdf7c0f5d4 x-openstack-request-id: req-ca537a83-af71-42ef-8147-2ffdf7c0f5d4 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 2d52bbdd-1718-4035-9011-d3f19efc2580 could not be found.", "code": 404}} 2018-10-04 15:22:05,336 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3a567d82ff7d424197fa32bd77241dbf/volumes/2d52bbdd-1718-4035-9011-d3f19efc2580 used request id req-ca537a83-af71-42ef-8147-2ffdf7c0f5d4 2018-10-04 15:22:05,336 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 2d52bbdd-1718-4035-9011-d3f19efc2580 could not be found. (HTTP 404) (Request-ID: req-ca537a83-af71-42ef-8147-2ffdf7c0f5d4) 2018-10-04 15:22:05,336 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-1 2018-10-04 15:22:05,337 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-44a788f7-a39f-409d-9218-557961f628f4-image 2018-10-04 15:22:05,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}afb9d3a18d50e7bb11dbf66b197a8e59a66bddfd" 2018-10-04 15:22:07,122 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a87feee5-7e6c-428f-90d9-b9d776d3d110 Date: Thu, 04 Oct 2018 15:22:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:22:07,122 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/096dd25b-309d-40de-ac6e-54c4f2dfee6b used request id req-a87feee5-7e6c-428f-90d9-b9d776d3d110 2018-10-04 15:22:07,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}695204a6c7d43cadc81dac1d4165c35b29592904" 2018-10-04 15:22:07,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-1ba79efb-e7f2-4332-af89-a2a030c1a47f Date: Thu, 04 Oct 2018 15:22:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "created_at": "2018-10-04T15:21:10Z", "updated_at": "2018-10-04T15:21:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:21:10Z", "revision_number": 0, "id": "34e7f05e-c8fd-420b-b3bd-ffe9d380399a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:21:10Z", "security_group_id": "657609a4-4793-4c3f-9a7f-8dc0f30e385f", "tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a567d82ff7d424197fa32bd77241dbf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:21:10Z", "revision_number": 0, "id": "b109a6fd-ec17-416a-ae3c-bd44ab1b512a", "remote_group_id": "657609a4-4793-4c3f-9a7f-8dc0f30e385f", "remote_ip_prefix": null, "created_at": "2018-10-04T15:21:10Z", "security_group_id": "657609a4-4793-4c3f-9a7f-8dc0f30e385f", "tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a567d82ff7d424197fa32bd77241dbf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:21:10Z", "revision_number": 0, "id": "d9f9e389-2719-4bef-89d4-2818796b80e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:21:10Z", "security_group_id": "657609a4-4793-4c3f-9a7f-8dc0f30e385f", "tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a567d82ff7d424197fa32bd77241dbf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:21:10Z", "revision_number": 0, "id": "f437bc01-ac30-4b25-8610-23b037473bf3", "remote_group_id": "657609a4-4793-4c3f-9a7f-8dc0f30e385f", "remote_ip_prefix": null, "created_at": "2018-10-04T15:21:10Z", "security_group_id": "657609a4-4793-4c3f-9a7f-8dc0f30e385f", "tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a567d82ff7d424197fa32bd77241dbf"}], "revision_number": 4, "project_id": "3a567d82ff7d424197fa32bd77241dbf", "id": "657609a4-4793-4c3f-9a7f-8dc0f30e385f", "name": "default"}]} 2018-10-04 15:22:07,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-1ba79efb-e7f2-4332-af89-a2a030c1a47f 2018-10-04 15:22:07,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}695204a6c7d43cadc81dac1d4165c35b29592904" 2018-10-04 15:22:07,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb607132-9393-468d-a590-f067e32c9d25 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:22:07,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-eb607132-9393-468d-a590-f067e32c9d25 2018-10-04 15:22:07,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}695204a6c7d43cadc81dac1d4165c35b29592904" 2018-10-04 15:22:07,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16ce8304-0ed1-4ad2-b578-efa0d7fa1d32 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:22:07,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-16ce8304-0ed1-4ad2-b578-efa0d7fa1d32 2018-10-04 15:22:07,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}695204a6c7d43cadc81dac1d4165c35b29592904" 2018-10-04 15:22:07,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fd1cd54-894b-462a-95a9-68beb699c566 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:22:07,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-4fd1cd54-894b-462a-95a9-68beb699c566 2018-10-04 15:22:07,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}695204a6c7d43cadc81dac1d4165c35b29592904" 2018-10-04 15:22:07,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fd50411-c5fd-4d6f-819c-8307914ec445 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf"}, "enabled": true, "id": "3a567d82ff7d424197fa32bd77241dbf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj"}} 2018-10-04 15:22:07,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf used request id req-2fd50411-c5fd-4d6f-819c-8307914ec445 2018-10-04 15:22:07,717 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 657609a4-4793-4c3f-9a7f-8dc0f30e385f 2018-10-04 15:22:07,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=657609a4-4793-4c3f-9a7f-8dc0f30e385f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}695204a6c7d43cadc81dac1d4165c35b29592904" 2018-10-04 15:22:07,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f30d0c7c-2ed8-439a-bf01-a30b472140c4 Date: Thu, 04 Oct 2018 15:22:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:21:10Z", "security_group_id": "657609a4-4793-4c3f-9a7f-8dc0f30e385f", "port_range_min": null, "revision_number": 0, "tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "created_at": "2018-10-04T15:21:10Z", "project_id": "3a567d82ff7d424197fa32bd77241dbf", "id": "34e7f05e-c8fd-420b-b3bd-ffe9d380399a"}, {"remote_group_id": "657609a4-4793-4c3f-9a7f-8dc0f30e385f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:21:10Z", "security_group_id": "657609a4-4793-4c3f-9a7f-8dc0f30e385f", "port_range_min": null, "revision_number": 0, "tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "created_at": "2018-10-04T15:21:10Z", "project_id": "3a567d82ff7d424197fa32bd77241dbf", "id": "b109a6fd-ec17-416a-ae3c-bd44ab1b512a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:21:10Z", "security_group_id": "657609a4-4793-4c3f-9a7f-8dc0f30e385f", "port_range_min": null, "revision_number": 0, "tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "created_at": "2018-10-04T15:21:10Z", "project_id": "3a567d82ff7d424197fa32bd77241dbf", "id": "d9f9e389-2719-4bef-89d4-2818796b80e8"}, {"remote_group_id": "657609a4-4793-4c3f-9a7f-8dc0f30e385f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:21:10Z", "security_group_id": "657609a4-4793-4c3f-9a7f-8dc0f30e385f", "port_range_min": null, "revision_number": 0, "tenant_id": "3a567d82ff7d424197fa32bd77241dbf", "created_at": "2018-10-04T15:21:10Z", "project_id": "3a567d82ff7d424197fa32bd77241dbf", "id": "f437bc01-ac30-4b25-8610-23b037473bf3"}]} 2018-10-04 15:22:07,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=657609a4-4793-4c3f-9a7f-8dc0f30e385f used request id req-f30d0c7c-2ed8-439a-bf01-a30b472140c4 2018-10-04 15:22:07,899 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:22:07,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/657609a4-4793-4c3f-9a7f-8dc0f30e385f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}695204a6c7d43cadc81dac1d4165c35b29592904" 2018-10-04 15:22:08,248 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-58ce32eb-cb78-4fe8-8b33-47d56844becc Content-Length: 0 Date: Thu, 04 Oct 2018 15:22:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:22:08,248 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/657609a4-4793-4c3f-9a7f-8dc0f30e385f used request id req-58ce32eb-cb78-4fe8-8b33-47d56844becc 2018-10-04 15:22:08,249 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj 2018-10-04 15:22:08,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}695204a6c7d43cadc81dac1d4165c35b29592904" 2018-10-04 15:22:08,459 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:22:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d72910e2-ec86-440d-a7ff-ece7ca74e544 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:22:08,459 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/3a567d82ff7d424197fa32bd77241dbf used request id req-d72910e2-ec86-440d-a7ff-ece7ca74e544 2018-10-04 15:22:08,459 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-1727cfd6-e4ce-404-proj-role 2018-10-04 15:22:08,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/7d1c76c45e584d19b86f7b70c81fce9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}695204a6c7d43cadc81dac1d4165c35b29592904" 2018-10-04 15:22:08,606 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:22:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6407ddcd-951c-40a8-a3ea-dc210a87f1b0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:22:08,606 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/7d1c76c45e584d19b86f7b70c81fce9f used request id req-6407ddcd-951c-40a8-a3ea-dc210a87f1b0 2018-10-04 15:22:08,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}695204a6c7d43cadc81dac1d4165c35b29592904" 2018-10-04 15:22:08,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cbd3ffc-ee4b-49d0-b4a2-318ec14f9d29 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:22:08,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3cbd3ffc-ee4b-49d0-b4a2-318ec14f9d29 2018-10-04 15:22:08,697 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-1727cfd6-e4ce-404-user 2018-10-04 15:22:08,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/79e63247ad1041aebc8dc9e038a4c59b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97227c30a745f372545cefe5e06c743564c756a9" 2018-10-04 15:22:08,893 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:22:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9277d161-0669-4358-a2bf-af6676088f0b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:22:08,893 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/79e63247ad1041aebc8dc9e038a4c59b used request id req-9277d161-0669-4358-a2bf-af6676088f0b 2018-10-04 15:22:08,895 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:22:09,284 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:22:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["TZkptp_tR26rF37XM-1z4A"], "issued_at": "2018-10-04T15:22:09.000000Z"}} 2018-10-04 15:22:09,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac27fdee215568a3e7ad41d7f68635e1d6dfd654" 2018-10-04 15:22:09,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-debb91c9-74cb-4aab-868f-35ab18d5cce5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:22:09,373 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-debb91c9-74cb-4aab-868f-35ab18d5cce5 2018-10-04 15:22:09,374 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:22:09,375 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:22:09,750 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:22:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["3mrpNzlySuuJ5L30CHARhw"], "issued_at": "2018-10-04T15:22:09.000000Z"}} 2018-10-04 15:22:09,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d275e87193d9f7327af073de61a31aa4d26a503" 2018-10-04 15:22:09,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a16ec586-641e-4c63-bd50-b3f29fd11000 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:22:09,842 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a16ec586-641e-4c63-bd50-b3f29fd11000 2018-10-04 15:22:09,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:22:09,852 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:22:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:22:09,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-901240cf-5f06-4ec-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d275e87193d9f7327af073de61a31aa4d26a503" 2018-10-04 15:22:09,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e448194-c9a3-4f46-8819-004f48293e17 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-901240cf-5f06-4ec-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:22:09,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-901240cf-5f06-4ec-proj used request id req-3e448194-c9a3-4f46-8819-004f48293e17 2018-10-04 15:22:09,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d275e87193d9f7327af073de61a31aa4d26a503" 2018-10-04 15:22:10,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1b154e9-22f1-43aa-a19e-824b44d1cf5f Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:22:10,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-a1b154e9-22f1-43aa-a19e-824b44d1cf5f 2018-10-04 15:22:10,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d275e87193d9f7327af073de61a31aa4d26a503" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-901240cf-5f06-4ec-proj"}}' 2018-10-04 15:22:10,211 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:22:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a32f039a-4379-435c-87ec-d85973a1d17d Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/6f7e14f7112f4e6187c7d0fbc5cf5762"}, "enabled": true, "id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-901240cf-5f06-4ec-proj"}} 2018-10-04 15:22:10,211 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-a32f039a-4379-435c-87ec-d85973a1d17d 2018-10-04 15:22:10,211 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-901240cf-5f06-4ec-proj 2018-10-04 15:22:10,212 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:22:10,212 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:22:10,585 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:22:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["VjKTus9JRg67fFUZE8wLFQ"], "issued_at": "2018-10-04T15:22:10.000000Z"}} 2018-10-04 15:22:10,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdc48ff6ca66b3eb033836f68eeced90bd952b82" 2018-10-04 15:22:10,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2257bc8b-59fc-4a91-8c10-f5684d8a81c0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:22:10,670 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2257bc8b-59fc-4a91-8c10-f5684d8a81c0 2018-10-04 15:22:10,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:22:10,680 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:22:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:22:10,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdc48ff6ca66b3eb033836f68eeced90bd952b82" 2018-10-04 15:22:10,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e6215fb-e2ba-4408-947a-ac15b815292b Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:22:10,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-7e6215fb-e2ba-4408-947a-ac15b815292b 2018-10-04 15:22:10,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-901240cf-5f06-4ec-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdc48ff6ca66b3eb033836f68eeced90bd952b82" 2018-10-04 15:22:10,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d038aa44-3d2a-48f4-8d92-85ec39cdbd16 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-901240cf-5f06-4ec-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/6f7e14f7112f4e6187c7d0fbc5cf5762"}, "enabled": true, "id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-901240cf-5f06-4ec-proj"}]} 2018-10-04 15:22:10,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-901240cf-5f06-4ec-proj used request id req-d038aa44-3d2a-48f4-8d92-85ec39cdbd16 2018-10-04 15:22:10,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdc48ff6ca66b3eb033836f68eeced90bd952b82" 2018-10-04 15:22:10,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-993c3591-9775-4dd9-b8ab-248b8d9bcca0 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:22:10,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-993c3591-9775-4dd9-b8ab-248b8d9bcca0 2018-10-04 15:22:11,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdc48ff6ca66b3eb033836f68eeced90bd952b82" 2018-10-04 15:22:11,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99ddcbe7-9096-4d68-b6aa-ed60ebb5b99d Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:22:11,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-99ddcbe7-9096-4d68-b6aa-ed60ebb5b99d 2018-10-04 15:22:11,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-901240cf-5f06-4ec-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdc48ff6ca66b3eb033836f68eeced90bd952b82" 2018-10-04 15:22:11,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ebb3cb2-1ff3-4ac7-a5c5-7a14750b17bc Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-901240cf-5f06-4ec-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/6f7e14f7112f4e6187c7d0fbc5cf5762"}, "enabled": true, "id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-901240cf-5f06-4ec-proj"}]} 2018-10-04 15:22:11,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-901240cf-5f06-4ec-proj used request id req-4ebb3cb2-1ff3-4ac7-a5c5-7a14750b17bc 2018-10-04 15:22:11,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/9974377f450740a5be0de705ff8f1792 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdc48ff6ca66b3eb033836f68eeced90bd952b82" 2018-10-04 15:22:11,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcea9ec6-67cb-43d5-b09d-d181dc1f80dc Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-901240cf-5f06-4ec-user", "links": {"self": "http://172.30.9.23:5000/v3/users/9974377f450740a5be0de705ff8f1792"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "id": "9974377f450740a5be0de705ff8f1792", "password_expires_at": null}} 2018-10-04 15:22:11,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/9974377f450740a5be0de705ff8f1792 used request id req-bcea9ec6-67cb-43d5-b09d-d181dc1f80dc 2018-10-04 15:22:11,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/6f7e14f7112f4e6187c7d0fbc5cf5762/users/9974377f450740a5be0de705ff8f1792/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdc48ff6ca66b3eb033836f68eeced90bd952b82" 2018-10-04 15:22:11,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41440abe-f0ed-4aac-a806-4a73ad270389 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/6f7e14f7112f4e6187c7d0fbc5cf5762/users/9974377f450740a5be0de705ff8f1792/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 15:22:11,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/6f7e14f7112f4e6187c7d0fbc5cf5762/users/9974377f450740a5be0de705ff8f1792/roles used request id req-41440abe-f0ed-4aac-a806-4a73ad270389 2018-10-04 15:22:11,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdc48ff6ca66b3eb033836f68eeced90bd952b82" 2018-10-04 15:22:11,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b11b922-1c6b-4de3-b27c-1b7d88d8a009 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "domain_id": null, "name": "heat_stack_owner", "id": "aa60aa92e6004a9babfb6641bde48b31"}} 2018-10-04 15:22:11,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-8b11b922-1c6b-4de3-b27c-1b7d88d8a009 2018-10-04 15:22:11,860 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-901240cf-5f06-4ec-proj 2018-10-04 15:22:11,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/6f7e14f7112f4e6187c7d0fbc5cf5762/users/9974377f450740a5be0de705ff8f1792/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdc48ff6ca66b3eb033836f68eeced90bd952b82" 2018-10-04 15:22:11,985 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:22:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92c78d51-320e-413a-b7c7-7458786c354e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:22:11,985 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/6f7e14f7112f4e6187c7d0fbc5cf5762/users/9974377f450740a5be0de705ff8f1792/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-92c78d51-320e-413a-b7c7-7458786c354e 2018-10-04 15:22:11,985 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-901240cf-5f06-4ec-user 2018-10-04 15:22:11,986 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:22:11,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d275e87193d9f7327af073de61a31aa4d26a503" 2018-10-04 15:22:12,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-861c05e9-2ffe-4c82-84cb-4a25598183c5 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:22:12,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-861c05e9-2ffe-4c82-84cb-4a25598183c5 2018-10-04 15:22:12,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d275e87193d9f7327af073de61a31aa4d26a503" -d '{"role": {"name": "CreateStackSuccessTests-901240cf-5f06-4ec-proj-role"}}' 2018-10-04 15:22:12,277 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:22:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6034b317-f883-4678-b777-0b3da6cab542 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8a0e978afd0c46f6abcf6cb758585963", "links": {"self": "http://172.30.9.23:5000/v3/roles/8a0e978afd0c46f6abcf6cb758585963"}, "name": "CreateStackSuccessTests-901240cf-5f06-4ec-proj-role"}} 2018-10-04 15:22:12,277 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-6034b317-f883-4678-b777-0b3da6cab542 2018-10-04 15:22:12,277 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-901240cf-5f06-4ec-proj-role 2018-10-04 15:22:12,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/8a0e978afd0c46f6abcf6cb758585963 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d275e87193d9f7327af073de61a31aa4d26a503" 2018-10-04 15:22:12,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-262f83fa-9336-49bf-98a6-9c3962912df9 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/8a0e978afd0c46f6abcf6cb758585963"}, "domain_id": null, "name": "CreateStackSuccessTests-901240cf-5f06-4ec-proj-role", "id": "8a0e978afd0c46f6abcf6cb758585963"}} 2018-10-04 15:22:12,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/8a0e978afd0c46f6abcf6cb758585963 used request id req-262f83fa-9336-49bf-98a6-9c3962912df9 2018-10-04 15:22:12,362 - keystone_utils - INFO - Granting role CreateStackSuccessTests-901240cf-5f06-4ec-proj-role to project CreateStackSuccessTests-901240cf-5f06-4ec-proj 2018-10-04 15:22:12,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/6f7e14f7112f4e6187c7d0fbc5cf5762/users/9974377f450740a5be0de705ff8f1792/roles/8a0e978afd0c46f6abcf6cb758585963 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d275e87193d9f7327af073de61a31aa4d26a503" 2018-10-04 15:22:12,488 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:22:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7422a0ad-7964-4478-b942-1c7f761e71ea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:22:12,489 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/6f7e14f7112f4e6187c7d0fbc5cf5762/users/9974377f450740a5be0de705ff8f1792/roles/8a0e978afd0c46f6abcf6cb758585963 used request id req-7422a0ad-7964-4478-b942-1c7f761e71ea 2018-10-04 15:22:12,489 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:22:12,497 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:22:12,497 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:22:12,499 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:22:12,879 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8a0e978afd0c46f6abcf6cb758585963", "name": "CreateStackSuccessTests-901240cf-5f06-4ec-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:22:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "name": "CreateStackSuccessTests-901240cf-5f06-4ec-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-901240cf-5f06-4ec-user", "id": "9974377f450740a5be0de705ff8f1792"}, "audit_ids": ["11dlY02KTYWgVRBRpyc00A"], "issued_at": "2018-10-04T15:22:12.000000Z"}} 2018-10-04 15:22:12,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}909de48eb2a020dfdef20e562e82905bf4ae1dcb" 2018-10-04 15:22:12,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-493593c4-54ec-4cbf-a1a7-2683c40a7cfa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:22:12,949 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-493593c4-54ec-4cbf-a1a7-2683c40a7cfa 2018-10-04 15:22:12,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}909de48eb2a020dfdef20e562e82905bf4ae1dcb" 2018-10-04 15:22:13,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-cfc816ff-dcac-4968-8003-b3826b85022e Date: Thu, 04 Oct 2018 15:22:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image"} 2018-10-04 15:22:13,141 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image used request id req-cfc816ff-dcac-4968-8003-b3826b85022e 2018-10-04 15:22:13,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}909de48eb2a020dfdef20e562e82905bf4ae1dcb" 2018-10-04 15:22:13,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8db72f5a-c41c-418f-9578-f030c9a8aa13 Date: Thu, 04 Oct 2018 15:22:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:22:13,301 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-8db72f5a-c41c-418f-9578-f030c9a8aa13 2018-10-04 15:22:13,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}909de48eb2a020dfdef20e562e82905bf4ae1dcb" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image"}' 2018-10-04 15:22:13,530 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/06bc6824-f4e0-4023-88d6-e09133df7edf X-Openstack-Request-Id: req-3db29869-f45e-4243-8d81-6695aa30f6b2 Date: Thu, 04 Oct 2018 15:22:13 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:22:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:22:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/06bc6824-f4e0-4023-88d6-e09133df7edf", "min_disk": 0, "protected": false, "id": "06bc6824-f4e0-4023-88d6-e09133df7edf", "file": "/v2/images/06bc6824-f4e0-4023-88d6-e09133df7edf/file", "checksum": null, "owner": "6f7e14f7112f4e6187c7d0fbc5cf5762", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:22:13,530 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-3db29869-f45e-4243-8d81-6695aa30f6b2 2018-10-04 15:22:13,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/06bc6824-f4e0-4023-88d6-e09133df7edf/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}909de48eb2a020dfdef20e562e82905bf4ae1dcb" -d '' 2018-10-04 15:22:15,448 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3f22d3fd-afe4-45e4-bf87-cd7f6795a009 Date: Thu, 04 Oct 2018 15:22:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:22:15,448 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/06bc6824-f4e0-4023-88d6-e09133df7edf/file used request id req-3f22d3fd-afe4-45e4-bf87-cd7f6795a009 2018-10-04 15:22:15,449 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:22:15,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/06bc6824-f4e0-4023-88d6-e09133df7edf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}909de48eb2a020dfdef20e562e82905bf4ae1dcb" 2018-10-04 15:22:15,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-936800e4-e6f7-41b1-b423-19189bf35728 Date: Thu, 04 Oct 2018 15:22:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:22:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:22:15Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/06bc6824-f4e0-4023-88d6-e09133df7edf/snap", "metadata": {}}], "self": "/v2/images/06bc6824-f4e0-4023-88d6-e09133df7edf", "min_disk": 0, "protected": false, "id": "06bc6824-f4e0-4023-88d6-e09133df7edf", "file": "/v2/images/06bc6824-f4e0-4023-88d6-e09133df7edf/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6f7e14f7112f4e6187c7d0fbc5cf5762", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/06bc6824-f4e0-4023-88d6-e09133df7edf/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:22:15,631 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/06bc6824-f4e0-4023-88d6-e09133df7edf used request id req-936800e4-e6f7-41b1-b423-19189bf35728 2018-10-04 15:22:15,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}909de48eb2a020dfdef20e562e82905bf4ae1dcb" 2018-10-04 15:22:15,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2e5fc52b-f114-4d63-a855-417d8892307c Date: Thu, 04 Oct 2018 15:22:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:22:15,797 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-2e5fc52b-f114-4d63-a855-417d8892307c 2018-10-04 15:22:15,800 - create_image - INFO - Created image with name - CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image 2018-10-04 15:22:15,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/06bc6824-f4e0-4023-88d6-e09133df7edf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}909de48eb2a020dfdef20e562e82905bf4ae1dcb" 2018-10-04 15:22:15,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-d8df6222-ad06-4979-8173-d295a4f8ed56 Date: Thu, 04 Oct 2018 15:22:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:22:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:22:15Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/06bc6824-f4e0-4023-88d6-e09133df7edf/snap", "metadata": {}}], "self": "/v2/images/06bc6824-f4e0-4023-88d6-e09133df7edf", "min_disk": 0, "protected": false, "id": "06bc6824-f4e0-4023-88d6-e09133df7edf", "file": "/v2/images/06bc6824-f4e0-4023-88d6-e09133df7edf/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6f7e14f7112f4e6187c7d0fbc5cf5762", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/06bc6824-f4e0-4023-88d6-e09133df7edf/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:22:15,977 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/06bc6824-f4e0-4023-88d6-e09133df7edf used request id req-d8df6222-ad06-4979-8173-d295a4f8ed56 2018-10-04 15:22:15,978 - create_image - DEBUG - Instance status is - active 2018-10-04 15:22:15,978 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image 2018-10-04 15:22:15,978 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image 2018-10-04 15:22:15,978 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:22:15,979 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:22:16,364 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:22:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["awDuhi2ISUCZjdd7FZOuQA"], "issued_at": "2018-10-04T15:22:16.000000Z"}} 2018-10-04 15:22:16,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92fd7d95bac191179fc8f714156ba5a6af6cebba" 2018-10-04 15:22:16,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4134f408-5e14-41c7-ac12-06a420033387 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:22:16,456 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4134f408-5e14-41c7-ac12-06a420033387 2018-10-04 15:22:16,457 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:22:16,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92fd7d95bac191179fc8f714156ba5a6af6cebba" 2018-10-04 15:22:16,633 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c4fa53fc-00de-46c6-934d-00b13012bb0b x-compute-request-id: req-c4fa53fc-00de-46c6-934d-00b13012bb0b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:22:16,633 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c4fa53fc-00de-46c6-934d-00b13012bb0b 2018-10-04 15:22:16,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92fd7d95bac191179fc8f714156ba5a6af6cebba" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:22:16,695 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22: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-10f62ee9-a554-4655-824e-490bb7650ed9 x-compute-request-id: req-10f62ee9-a554-4655-824e-490bb7650ed9 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/505351fa-c8ee-4ba0-862b-14ca148f50e6", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/505351fa-c8ee-4ba0-862b-14ca148f50e6", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "505351fa-c8ee-4ba0-862b-14ca148f50e6", "name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:22:16,695 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-10f62ee9-a554-4655-824e-490bb7650ed9 2018-10-04 15:22:16,730 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:22:16,731 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:22:17,100 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8a0e978afd0c46f6abcf6cb758585963", "name": "CreateStackSuccessTests-901240cf-5f06-4ec-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:22:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "name": "CreateStackSuccessTests-901240cf-5f06-4ec-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-901240cf-5f06-4ec-user", "id": "9974377f450740a5be0de705ff8f1792"}, "audit_ids": ["rRtcqVghQBuidDYlYrSD3A"], "issued_at": "2018-10-04T15:22:17.000000Z"}} 2018-10-04 15:22:17,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fadedd1a7acbed691950b4a9dd5d3b7226a6edb" 2018-10-04 15:22:17,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-345c1c3a-cb42-4f61-bc07-9052efa2e28d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:22:17,197 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-345c1c3a-cb42-4f61-bc07-9052efa2e28d 2018-10-04 15:22:17,198 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:22:17,201 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:22:17,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fadedd1a7acbed691950b4a9dd5d3b7226a6edb" 2018-10-04 15:22:17,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:17 GMT Server: Apache x-openstack-request-id: req-438e7c5d-da69-4146-a1f8-7a554fbe3a23 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-04 15:22:17,769 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack used request id req-438e7c5d-da69-4146-a1f8-7a554fbe3a23 2018-10-04 15:22:17,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fadedd1a7acbed691950b4a9dd5d3b7226a6edb" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name"}}' 2018-10-04 15:22:20,430 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:22:17 GMT Server: Apache x-openstack-request-id: req-902f85cc-ef07-4904-b844-4f16dffc7c8d Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}]}} 2018-10-04 15:22:20,430 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks used request id req-902f85cc-ef07-4904-b844-4f16dffc7c8d 2018-10-04 15:22:20,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fadedd1a7acbed691950b4a9dd5d3b7226a6edb" 2018-10-04 15:22:20,975 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:20 GMT Server: Apache x-openstack-request-id: req-2c804b02-faa9-49cd-8937-8f07206f6b0a Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:21,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:20 GMT Server: Apache x-openstack-request-id: req-6f2f13dc-7f65-496b-bd5b-18745366e963 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:21,569 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-6f2f13dc-7f65-496b-bd5b-18745366e963 2018-10-04 15:22:21,569 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack 2018-10-04 15:22:21,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fadedd1a7acbed691950b4a9dd5d3b7226a6edb" 2018-10-04 15:22:22,139 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:21 GMT Server: Apache x-openstack-request-id: req-524e61b7-5f87-44a1-98c5-2ba82937d95f Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:22,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:22 GMT Server: Apache x-openstack-request-id: req-6e8e6c48-6b39-49d4-be03-dcb27620ed03 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:22,694 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-6e8e6c48-6b39-49d4-be03-dcb27620ed03 2018-10-04 15:22:22,695 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:22:22,695 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:22:25,698 - create_stack - DEBUG - Stack status query timeout in 1195.87133193 2018-10-04 15:22:25,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fadedd1a7acbed691950b4a9dd5d3b7226a6edb" 2018-10-04 15:22:25,728 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:25 GMT Server: Apache x-openstack-request-id: req-14330592-3daa-4a87-9595-acbdcea63f8d Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:26,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:25 GMT Server: Apache x-openstack-request-id: req-78a2cc59-0b98-4009-8c6d-57270ef97ea7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:26,317 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-78a2cc59-0b98-4009-8c6d-57270ef97ea7 2018-10-04 15:22:26,317 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:22:26,317 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:22:29,320 - create_stack - DEBUG - Stack status query timeout in 1192.2492249 2018-10-04 15:22:29,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fadedd1a7acbed691950b4a9dd5d3b7226a6edb" 2018-10-04 15:22:29,354 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:29 GMT Server: Apache x-openstack-request-id: req-32282374-0cea-4b0c-b0b3-36905c6c8198 Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:29,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:29 GMT Server: Apache x-openstack-request-id: req-b98854c6-b1e7-4e03-83ec-b9b6bbddc67c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:29,952 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-b98854c6-b1e7-4e03-83ec-b9b6bbddc67c 2018-10-04 15:22:29,953 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:22:29,953 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:22:32,956 - create_stack - DEBUG - Stack status query timeout in 1188.61363602 2018-10-04 15:22:32,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fadedd1a7acbed691950b4a9dd5d3b7226a6edb" 2018-10-04 15:22:33,500 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:32 GMT Server: Apache x-openstack-request-id: req-d3403da2-543c-4596-a5bd-bef5aa661b40 Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:34,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:33 GMT Server: Apache x-openstack-request-id: req-ca7bee35-63c9-4739-801f-b731778bed08 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:34,077 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-ca7bee35-63c9-4739-801f-b731778bed08 2018-10-04 15:22:34,078 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:22:34,078 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:22:37,081 - create_stack - DEBUG - Stack status query timeout in 1184.48867297 2018-10-04 15:22:37,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fadedd1a7acbed691950b4a9dd5d3b7226a6edb" 2018-10-04 15:22:37,620 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:37 GMT Server: Apache x-openstack-request-id: req-43fd41b8-218e-436d-b01e-fde74f481032 Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:38,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:37 GMT Server: Apache x-openstack-request-id: req-f5edc8ab-35fb-4332-96db-9499c30f9c0f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 560 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:38,192 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-f5edc8ab-35fb-4332-96db-9499c30f9c0f 2018-10-04 15:22:38,192 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-04 15:22:38,192 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack 2018-10-04 15:22:38,192 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack 2018-10-04 15:22:38,193 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:22:38,573 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8a0e978afd0c46f6abcf6cb758585963", "name": "CreateStackSuccessTests-901240cf-5f06-4ec-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:22:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "name": "CreateStackSuccessTests-901240cf-5f06-4ec-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/6f7e14f7112f4e6187c7d0fbc5cf5762", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-901240cf-5f06-4ec-user", "id": "9974377f450740a5be0de705ff8f1792"}, "audit_ids": ["484B9GkhSCa0EASJjAINEw"], "issued_at": "2018-10-04T15:22:38.000000Z"}} 2018-10-04 15:22:38,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:38,753 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:38 GMT Server: Apache x-openstack-request-id: req-73b12841-d6f5-403c-9051-1bad6a479ddd Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:38,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:38 GMT Server: Apache x-openstack-request-id: req-b2812f7f-bf9e-452e-8f30-118c31396be4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 560 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:38,932 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-b2812f7f-bf9e-452e-8f30-118c31396be4 2018-10-04 15:22:38,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fadedd1a7acbed691950b4a9dd5d3b7226a6edb" 2018-10-04 15:22:39,500 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:38 GMT Server: Apache x-openstack-request-id: req-79606e24-a737-4da3-923b-062a417a0213 Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:39,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:39 GMT Server: Apache x-openstack-request-id: req-bd7bf827-65b7-436b-8698-ac4e489f39e8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 560 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:39,542 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-bd7bf827-65b7-436b-8698-ac4e489f39e8 2018-10-04 15:22:39,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fadedd1a7acbed691950b4a9dd5d3b7226a6edb" 2018-10-04 15:22:39,573 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:39 GMT Server: Apache x-openstack-request-id: req-f65217b4-c5e3-4c5c-a17c-ad4b87a70bf5 Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:39,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:39 GMT Server: Apache x-openstack-request-id: req-1ccc73d2-a342-4b3c-9645-9c600d06bd45 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 560 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:39,615 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-1ccc73d2-a342-4b3c-9645-9c600d06bd45 2018-10-04 15:22:39,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:40,164 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:39 GMT Server: Apache x-openstack-request-id: req-ac8f21a3-1615-4226-9770-bf28bc2d2c15 Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:40,237 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:22:40 GMT Server: Apache x-openstack-request-id: req-ef9208ec-d9bc-4397-acb5-6e71c6d10487 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:22:40,238 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-ef9208ec-d9bc-4397-acb5-6e71c6d10487 2018-10-04 15:22:40,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:40,415 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:40 GMT Server: Apache x-openstack-request-id: req-b585b8d9-b60e-4d5b-9fe4-1ac47318d86b Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:40,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:40 GMT Server: Apache x-openstack-request-id: req-87d81f5d-d492-4db0-aa93-9c894bd9d614 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:40,444 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-87d81f5d-d492-4db0-aa93-9c894bd9d614 2018-10-04 15:22:40,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:41,012 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:40 GMT Server: Apache x-openstack-request-id: req-dfa44ae8-e3e6-4d6e-8b97-447d09f056c2 Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:41,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:41 GMT Server: Apache x-openstack-request-id: req-123dfc72-5b77-4ca2-9f4a-9b7325f353bd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:41,556 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-123dfc72-5b77-4ca2-9f4a-9b7325f353bd 2018-10-04 15:22:41,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:42,099 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:41 GMT Server: Apache x-openstack-request-id: req-3eade92e-699a-4e9c-9fbe-8a70fbdc34e7 Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:42,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:42 GMT Server: Apache x-openstack-request-id: req-344afb40-87c9-425a-9c9d-c1f35cc5af74 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:42,274 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-344afb40-87c9-425a-9c9d-c1f35cc5af74 2018-10-04 15:22:42,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:42,304 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:42 GMT Server: Apache x-openstack-request-id: req-16d269b8-7d74-400d-bb6f-b0dfbfbd750b Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:42,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:42 GMT Server: Apache x-openstack-request-id: req-dd4c28c6-b4a2-453c-8a98-a2147815f3ec Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:42,938 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-dd4c28c6-b4a2-453c-8a98-a2147815f3ec 2018-10-04 15:22:42,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:43,119 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:42 GMT Server: Apache x-openstack-request-id: req-5850dad1-249d-4745-bd0f-3eccb6f50da8 Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:43,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:43 GMT Server: Apache x-openstack-request-id: req-66c9e442-bcd2-4557-b512-7bcbc23c0fbf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:43,669 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-66c9e442-bcd2-4557-b512-7bcbc23c0fbf 2018-10-04 15:22:43,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:43,699 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:43 GMT Server: Apache x-openstack-request-id: req-0c4ac3d3-1672-440c-acef-8c09341a3217 Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:43,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:43 GMT Server: Apache x-openstack-request-id: req-13eeaae1-9d4a-42bb-bf2f-ae109cc5ebc1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:43,726 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-13eeaae1-9d4a-42bb-bf2f-ae109cc5ebc1 2018-10-04 15:22:43,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:43,756 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:43 GMT Server: Apache x-openstack-request-id: req-8d29acbd-9b24-4118-b96c-8a8d0e919442 Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:43,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:43 GMT Server: Apache x-openstack-request-id: req-a43c8be8-02d9-4520-97dc-3b2c9369b52f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:43,781 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-a43c8be8-02d9-4520-97dc-3b2c9369b52f 2018-10-04 15:22:43,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:44,329 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:43 GMT Server: Apache x-openstack-request-id: req-eb6b0e9b-dc37-4474-a13b-e64bdd60639e Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:44,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:44 GMT Server: Apache x-openstack-request-id: req-98a12c6d-163b-46bc-9b83-c79e36ff245c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:44,498 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-98a12c6d-163b-46bc-9b83-c79e36ff245c 2018-10-04 15:22:44,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:44,673 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:44 GMT Server: Apache x-openstack-request-id: req-61a626ef-bf28-4e42-a740-ae7ead8b0b50 Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:45,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:44 GMT Server: Apache x-openstack-request-id: req-15d65937-d8df-452f-90a3-9485b2b7bb68 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:45,239 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-15d65937-d8df-452f-90a3-9485b2b7bb68 2018-10-04 15:22:45,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:45,268 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:45 GMT Server: Apache x-openstack-request-id: req-f5db8a8e-4541-4cce-a077-151fd6575451 Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:45,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:45 GMT Server: Apache x-openstack-request-id: req-0c3461b8-baa7-421e-b081-74cf149adbee Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:45,294 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-0c3461b8-baa7-421e-b081-74cf149adbee 2018-10-04 15:22:45,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:45,324 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:45 GMT Server: Apache x-openstack-request-id: req-ffdc2e67-f090-4568-879e-ed1b6f4377e2 Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:45,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:45 GMT Server: Apache x-openstack-request-id: req-dd40f29a-d693-4b0e-b038-6ea508ef631b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:45,507 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-dd40f29a-d693-4b0e-b038-6ea508ef631b 2018-10-04 15:22:45,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:45,536 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:45 GMT Server: Apache x-openstack-request-id: req-698e9d0e-8e5e-471f-a75f-e5aa4d6eae68 Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:45,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:45 GMT Server: Apache x-openstack-request-id: req-b6f37384-a913-4993-a9a2-d8998ef13ac2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:45,562 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-b6f37384-a913-4993-a9a2-d8998ef13ac2 2018-10-04 15:22:45,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:46,182 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:45 GMT Server: Apache x-openstack-request-id: req-0e1a095b-a1ba-4c5a-b4d0-74c7dacb32b8 Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:46,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:46 GMT Server: Apache x-openstack-request-id: req-6ba27c07-af5c-465e-9400-e40c39c287b5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:46,208 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-6ba27c07-af5c-465e-9400-e40c39c287b5 2018-10-04 15:22:46,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:46,238 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:46 GMT Server: Apache x-openstack-request-id: req-8360004b-f1b2-4506-921c-27e5f0fcf7d2 Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:46,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:46 GMT Server: Apache x-openstack-request-id: req-befc5c40-868d-4d9f-a06c-d919f07d7a62 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:46,264 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-befc5c40-868d-4d9f-a06c-d919f07d7a62 2018-10-04 15:22:46,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:46,295 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:46 GMT Server: Apache x-openstack-request-id: req-2c8f9c5e-aaf9-45f6-93d8-e5e704fd1cdf Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:46,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:46 GMT Server: Apache x-openstack-request-id: req-58bd9f8c-a578-4bc3-9347-29eb9d2ceb16 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:46,321 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-58bd9f8c-a578-4bc3-9347-29eb9d2ceb16 2018-10-04 15:22:46,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:46,351 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:46 GMT Server: Apache x-openstack-request-id: req-65f7a35a-a47b-4402-9499-4d90a3a11f9a Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:46,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:46 GMT Server: Apache x-openstack-request-id: req-20fd4d3a-ba1d-47e6-a97e-ce54c4706d76 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:46,378 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-20fd4d3a-ba1d-47e6-a97e-ce54c4706d76 2018-10-04 15:22:46,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:46,406 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:46 GMT Server: Apache x-openstack-request-id: req-8cb5d0ee-6765-45d5-9094-fac7f0ff5979 Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:46,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:46 GMT Server: Apache x-openstack-request-id: req-5dfe56b9-3300-4535-b415-1e8b10af03da Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:46,433 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-5dfe56b9-3300-4535-b415-1e8b10af03da 2018-10-04 15:22:46,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:46,971 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:46 GMT Server: Apache x-openstack-request-id: req-392c74d7-8975-4325-a1eb-67a26bf95948 Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:46,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:46 GMT Server: Apache x-openstack-request-id: req-04fff1e1-574c-4acb-9f70-87ab8d2fbaf1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:46,998 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-04fff1e1-574c-4acb-9f70-87ab8d2fbaf1 2018-10-04 15:22:47,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:47,027 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:47 GMT Server: Apache x-openstack-request-id: req-2e1bc480-d472-4767-9d87-5f227b9b6811 Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:47,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:47 GMT Server: Apache x-openstack-request-id: req-03cb532d-10c3-4cb5-8068-600140dfd7df Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:47,613 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-03cb532d-10c3-4cb5-8068-600140dfd7df 2018-10-04 15:22:47,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:47,642 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:47 GMT Server: Apache x-openstack-request-id: req-5a520afe-9edd-43fb-b7d5-0b78c04fc673 Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:47,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:47 GMT Server: Apache x-openstack-request-id: req-a38f55f9-6e63-43eb-b60d-d8ebac477385 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:47,804 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-a38f55f9-6e63-43eb-b60d-d8ebac477385 2018-10-04 15:22:47,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:48,453 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:47 GMT Server: Apache x-openstack-request-id: req-8f00933d-a73b-45cb-85f5-55eb4e320d4a Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:48,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:48 GMT Server: Apache x-openstack-request-id: req-e2aaf872-05cc-41d4-9ca6-577ecb731793 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:48,479 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-e2aaf872-05cc-41d4-9ca6-577ecb731793 2018-10-04 15:22:48,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:48,652 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:48 GMT Server: Apache x-openstack-request-id: req-b442ce44-13ba-4cbe-a9cd-7049af61c6b3 Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:49,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:48 GMT Server: Apache x-openstack-request-id: req-cd9d845b-d875-4e56-8734-d98662042b76 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:49,250 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-cd9d845b-d875-4e56-8734-d98662042b76 2018-10-04 15:22:49,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:49,280 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:49 GMT Server: Apache x-openstack-request-id: req-b0529c7c-b02b-4101-8800-3d0615c1ebeb Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:49,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:49 GMT Server: Apache x-openstack-request-id: req-9fc43890-994e-4680-80a4-374c0621fc9d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:49,305 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-9fc43890-994e-4680-80a4-374c0621fc9d 2018-10-04 15:22:49,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:49,335 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:49 GMT Server: Apache x-openstack-request-id: req-c57ab321-0a54-4a7a-99a0-f91865e267cb Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:49,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:49 GMT Server: Apache x-openstack-request-id: req-6fcda474-3c23-4c1d-8882-aa4545728efa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:49,876 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-6fcda474-3c23-4c1d-8882-aa4545728efa 2018-10-04 15:22:49,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:49,906 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:49 GMT Server: Apache x-openstack-request-id: req-5be6a807-97de-47fc-aab7-a0fd354a1f1a Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:49,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:49 GMT Server: Apache x-openstack-request-id: req-6bb3ecfc-cd26-44d9-a516-f955efcb5018 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:49,932 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-6bb3ecfc-cd26-44d9-a516-f955efcb5018 2018-10-04 15:22:49,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:50,115 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:49 GMT Server: Apache x-openstack-request-id: req-4798aacb-6740-4bc1-8fcf-d0d9671af888 Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:50,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:50 GMT Server: Apache x-openstack-request-id: req-2c47cf4a-f6d1-4c26-863f-f7ddc3644834 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:50,740 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-2c47cf4a-f6d1-4c26-863f-f7ddc3644834 2018-10-04 15:22:50,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d660a1a8846d9c4e217f4982d970cf3e9bf48d" 2018-10-04 15:22:50,769 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:50 GMT Server: Apache x-openstack-request-id: req-d4719d9f-e442-449d-bd51-07fb7b4fea90 Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:51,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:50 GMT Server: Apache x-openstack-request-id: req-da92862f-539f-4e77-be58-522d07db0964 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "OS::stack_id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "image_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image", "inst_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-inst", "subnet_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-subnet", "flavor_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-flavor-name", "net_name": "CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack", "stack_user_project_id": "00a4b72acdf44f0d8a37c721f30bf8bd", "tags": null, "creation_time": "2018-10-04T15:22:19Z", "links": [{"href": "http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-04T15:22:40Z", "id": "1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:22:51,318 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-da92862f-539f-4e77-be58-522d07db0964 2018-10-04 15:22:51,318 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack 2018-10-04 15:22:51,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fadedd1a7acbed691950b4a9dd5d3b7226a6edb" 2018-10-04 15:22:51,348 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:22:51 GMT Server: Apache x-openstack-request-id: req-859180bc-47a9-4020-94c2-336273d3d335 Location: http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:22:51,374 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:22:51 GMT Server: Apache x-openstack-request-id: req-152833cf-0cac-4d6c-a30f-fa6558cc7c37 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-04 15:22:51,374 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/6f7e14f7112f4e6187c7d0fbc5cf5762/stacks/CreateStackSuccessTests-CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-stack/1d4ac0d5-f7f8-4a88-ac4b-6fd84049ca88 used request id req-152833cf-0cac-4d6c-a30f-fa6558cc7c37 2018-10-04 15:22:51,376 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-632f4f6c-3e37-4025-8773-b7304648e099-image 2018-10-04 15:22:51,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/06bc6824-f4e0-4023-88d6-e09133df7edf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}909de48eb2a020dfdef20e562e82905bf4ae1dcb" 2018-10-04 15:22:52,133 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-78c32931-9231-4061-b010-2f17ec28acaa Date: Thu, 04 Oct 2018 15:22:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:22:52,133 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/06bc6824-f4e0-4023-88d6-e09133df7edf used request id req-78c32931-9231-4061-b010-2f17ec28acaa 2018-10-04 15:22:52,137 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/505351fa-c8ee-4ba0-862b-14ca148f50e6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92fd7d95bac191179fc8f714156ba5a6af6cebba" 2018-10-04 15:22:52,171 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:22: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-208349ab-bdac-40bc-8ab0-4c796ebbfd62 x-compute-request-id: req-208349ab-bdac-40bc-8ab0-4c796ebbfd62 Content-Length: 0 Content-Type: application/json 2018-10-04 15:22:52,171 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/505351fa-c8ee-4ba0-862b-14ca148f50e6 used request id req-208349ab-bdac-40bc-8ab0-4c796ebbfd62 2018-10-04 15:22:52,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d275e87193d9f7327af073de61a31aa4d26a503" 2018-10-04 15:22:52,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-dba89a45-5e51-4ad6-8504-d71b9b3c26b0 Date: Thu, 04 Oct 2018 15:22:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "created_at": "2018-10-04T15:22:20Z", "updated_at": "2018-10-04T15:22:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:22:20Z", "revision_number": 0, "id": "8cebc61f-6a6d-46a8-894b-4764074a71ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:22:20Z", "security_group_id": "83774187-15fd-4b1a-9d12-a88b13ae4be0", "tenant_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "port_range_min": null, "ethertype": "IPv4", "project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:22:21Z", "revision_number": 0, "id": "a8fa6c56-6f4a-44df-be7b-ae57e7991006", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:22:21Z", "security_group_id": "83774187-15fd-4b1a-9d12-a88b13ae4be0", "tenant_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "port_range_min": null, "ethertype": "IPv6", "project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:22:21Z", "revision_number": 0, "id": "d158991a-8b06-4580-9ef3-fa503396ccb2", "remote_group_id": "83774187-15fd-4b1a-9d12-a88b13ae4be0", "remote_ip_prefix": null, "created_at": "2018-10-04T15:22:21Z", "security_group_id": "83774187-15fd-4b1a-9d12-a88b13ae4be0", "tenant_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "port_range_min": null, "ethertype": "IPv6", "project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:22:20Z", "revision_number": 0, "id": "e76726d4-726d-4b02-b3ee-d206bb2c9b44", "remote_group_id": "83774187-15fd-4b1a-9d12-a88b13ae4be0", "remote_ip_prefix": null, "created_at": "2018-10-04T15:22:20Z", "security_group_id": "83774187-15fd-4b1a-9d12-a88b13ae4be0", "tenant_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "port_range_min": null, "ethertype": "IPv4", "project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762"}], "revision_number": 4, "project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "id": "83774187-15fd-4b1a-9d12-a88b13ae4be0", "name": "default"}]} 2018-10-04 15:22:52,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-dba89a45-5e51-4ad6-8504-d71b9b3c26b0 2018-10-04 15:22:52,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d275e87193d9f7327af073de61a31aa4d26a503" 2018-10-04 15:22:52,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ed5e7d0-e647-4b9c-b6d5-1884a1e96134 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:22:52,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-8ed5e7d0-e647-4b9c-b6d5-1884a1e96134 2018-10-04 15:22:52,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d275e87193d9f7327af073de61a31aa4d26a503" 2018-10-04 15:22:52,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-623e44e1-045d-49a4-99ae-6966cc91704f Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:22:52,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-623e44e1-045d-49a4-99ae-6966cc91704f 2018-10-04 15:22:52,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d275e87193d9f7327af073de61a31aa4d26a503" 2018-10-04 15:22:52,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00e5da10-9d8a-4c4d-8fe8-9bd42688ee37 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:22:52,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-00e5da10-9d8a-4c4d-8fe8-9bd42688ee37 2018-10-04 15:22:52,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/6f7e14f7112f4e6187c7d0fbc5cf5762 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d275e87193d9f7327af073de61a31aa4d26a503" 2018-10-04 15:22:52,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cde7afd3-4929-4a36-beca-475ad32c4f41 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/6f7e14f7112f4e6187c7d0fbc5cf5762"}, "enabled": true, "id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-901240cf-5f06-4ec-proj"}} 2018-10-04 15:22:52,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/6f7e14f7112f4e6187c7d0fbc5cf5762 used request id req-cde7afd3-4929-4a36-beca-475ad32c4f41 2018-10-04 15:22:52,736 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 83774187-15fd-4b1a-9d12-a88b13ae4be0 2018-10-04 15:22:52,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=83774187-15fd-4b1a-9d12-a88b13ae4be0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d275e87193d9f7327af073de61a31aa4d26a503" 2018-10-04 15:22:52,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-3ee2212c-1457-45b2-b4b6-d63df4b9bfc7 Date: Thu, 04 Oct 2018 15:22:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:22:20Z", "security_group_id": "83774187-15fd-4b1a-9d12-a88b13ae4be0", "port_range_min": null, "revision_number": 0, "tenant_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "created_at": "2018-10-04T15:22:20Z", "project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "id": "8cebc61f-6a6d-46a8-894b-4764074a71ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:22:21Z", "security_group_id": "83774187-15fd-4b1a-9d12-a88b13ae4be0", "port_range_min": null, "revision_number": 0, "tenant_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "created_at": "2018-10-04T15:22:21Z", "project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "id": "a8fa6c56-6f4a-44df-be7b-ae57e7991006"}, {"remote_group_id": "83774187-15fd-4b1a-9d12-a88b13ae4be0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:22:21Z", "security_group_id": "83774187-15fd-4b1a-9d12-a88b13ae4be0", "port_range_min": null, "revision_number": 0, "tenant_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "created_at": "2018-10-04T15:22:21Z", "project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "id": "d158991a-8b06-4580-9ef3-fa503396ccb2"}, {"remote_group_id": "83774187-15fd-4b1a-9d12-a88b13ae4be0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:22:20Z", "security_group_id": "83774187-15fd-4b1a-9d12-a88b13ae4be0", "port_range_min": null, "revision_number": 0, "tenant_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "created_at": "2018-10-04T15:22:20Z", "project_id": "6f7e14f7112f4e6187c7d0fbc5cf5762", "id": "e76726d4-726d-4b02-b3ee-d206bb2c9b44"}]} 2018-10-04 15:22:52,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=83774187-15fd-4b1a-9d12-a88b13ae4be0 used request id req-3ee2212c-1457-45b2-b4b6-d63df4b9bfc7 2018-10-04 15:22:52,927 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:22:52,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/83774187-15fd-4b1a-9d12-a88b13ae4be0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d275e87193d9f7327af073de61a31aa4d26a503" 2018-10-04 15:22:53,252 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6adf4ca6-e5e9-4bca-b747-665759a04200 Content-Length: 0 Date: Thu, 04 Oct 2018 15:22:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:22:53,252 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/83774187-15fd-4b1a-9d12-a88b13ae4be0 used request id req-6adf4ca6-e5e9-4bca-b747-665759a04200 2018-10-04 15:22:53,253 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-901240cf-5f06-4ec-proj 2018-10-04 15:22:53,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/6f7e14f7112f4e6187c7d0fbc5cf5762 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d275e87193d9f7327af073de61a31aa4d26a503" 2018-10-04 15:22:53,987 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:22:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a3bf64b-7649-49fc-940f-1282b80d1826 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:22:53,988 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/6f7e14f7112f4e6187c7d0fbc5cf5762 used request id req-5a3bf64b-7649-49fc-940f-1282b80d1826 2018-10-04 15:22:53,988 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-901240cf-5f06-4ec-proj-role 2018-10-04 15:22:53,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/8a0e978afd0c46f6abcf6cb758585963 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d275e87193d9f7327af073de61a31aa4d26a503" 2018-10-04 15:22:54,115 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:22:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa5020bb-55e2-4ece-b0d7-906dbc612ce2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:22:54,115 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/8a0e978afd0c46f6abcf6cb758585963 used request id req-fa5020bb-55e2-4ece-b0d7-906dbc612ce2 2018-10-04 15:22:54,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d275e87193d9f7327af073de61a31aa4d26a503" 2018-10-04 15:22:54,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-646e295e-7d4e-41c4-accd-82d5c70b56f5 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:22:54,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-646e295e-7d4e-41c4-accd-82d5c70b56f5 2018-10-04 15:22:54,202 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-901240cf-5f06-4ec-user 2018-10-04 15:22:54,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/9974377f450740a5be0de705ff8f1792 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdc48ff6ca66b3eb033836f68eeced90bd952b82" 2018-10-04 15:22:54,402 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:22:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a16bd10-d060-4e56-b70d-b37a6f70b9b7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:22:54,402 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/9974377f450740a5be0de705ff8f1792 used request id req-1a16bd10-d060-4e56-b70d-b37a6f70b9b7 2018-10-04 15:22:54,404 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:22:54,792 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:22:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["Z0JdQ1GGQe6II5FrMAaM9Q"], "issued_at": "2018-10-04T15:22:54.000000Z"}} 2018-10-04 15:22:54,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58e3f1d37ad15f0f9edf679e9a98c7b7daa0fd43" 2018-10-04 15:22:54,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-845c06c9-61cf-497f-b4c8-31f27cedd6dd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:22:54,869 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-845c06c9-61cf-497f-b4c8-31f27cedd6dd 2018-10-04 15:22:54,871 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:22:54,872 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:22:55,266 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:22:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["R-1DB3QDQXOSMzImx_5LOA"], "issued_at": "2018-10-04T15:22:55.000000Z"}} 2018-10-04 15:22:55,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cab65f8efba8c0561b9316960654c456de2ea22" 2018-10-04 15:22:55,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29a59913-dfdb-4ec1-9ca0-b70c89594fff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:22:55,347 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-29a59913-dfdb-4ec1-9ca0-b70c89594fff 2018-10-04 15:22:55,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:22:55,356 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:22:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:22:55,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-1d01ca08-558e-4c4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cab65f8efba8c0561b9316960654c456de2ea22" 2018-10-04 15:22:55,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dcd35ff-d08f-4d05-8825-f6c1eb5712a8 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-1d01ca08-558e-4c4-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:22:55,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-1d01ca08-558e-4c4-proj used request id req-9dcd35ff-d08f-4d05-8825-f6c1eb5712a8 2018-10-04 15:22:55,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cab65f8efba8c0561b9316960654c456de2ea22" 2018-10-04 15:22:55,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73f796ee-ea2c-4c8f-bc49-2b87bdaa6678 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:22:55,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-73f796ee-ea2c-4c8f-bc49-2b87bdaa6678 2018-10-04 15:22:55,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cab65f8efba8c0561b9316960654c456de2ea22" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-1d01ca08-558e-4c4-proj"}}' 2018-10-04 15:22:55,726 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:22:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b94e448-29f0-45a3-a4b4-4bdf9f3a4561 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f158d30817e845548d6b0c71db05ffeb"}, "enabled": true, "id": "f158d30817e845548d6b0c71db05ffeb", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-1d01ca08-558e-4c4-proj"}} 2018-10-04 15:22:55,726 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-6b94e448-29f0-45a3-a4b4-4bdf9f3a4561 2018-10-04 15:22:55,726 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-1d01ca08-558e-4c4-proj 2018-10-04 15:22:55,726 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:22:55,727 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:22:56,116 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:22:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["IFwtOC9ORiWeBGUy33_SGA"], "issued_at": "2018-10-04T15:22:56.000000Z"}} 2018-10-04 15:22:56,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}580fd241a7dda64467c5228d1b4bfc1b60dd02bc" 2018-10-04 15:22:56,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bafce68b-bb6d-44fa-ba4b-c945bd7d2955 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:22:56,132 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bafce68b-bb6d-44fa-ba4b-c945bd7d2955 2018-10-04 15:22:56,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:22:56,142 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:22:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:22:56,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}580fd241a7dda64467c5228d1b4bfc1b60dd02bc" 2018-10-04 15:22:56,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc0162ca-9371-4f58-a2ed-dbafc0b6b1a1 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:22:56,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-dc0162ca-9371-4f58-a2ed-dbafc0b6b1a1 2018-10-04 15:22:56,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-1d01ca08-558e-4c4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}580fd241a7dda64467c5228d1b4bfc1b60dd02bc" 2018-10-04 15:22:56,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a5304d1-6a48-47da-847a-c43463f89675 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-1d01ca08-558e-4c4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f158d30817e845548d6b0c71db05ffeb"}, "enabled": true, "id": "f158d30817e845548d6b0c71db05ffeb", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-1d01ca08-558e-4c4-proj"}]} 2018-10-04 15:22:56,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-1d01ca08-558e-4c4-proj used request id req-1a5304d1-6a48-47da-847a-c43463f89675 2018-10-04 15:22:56,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}580fd241a7dda64467c5228d1b4bfc1b60dd02bc" 2018-10-04 15:22:56,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d58494fb-79d6-46a8-8e72-6812a1ffdf56 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:22:56,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-d58494fb-79d6-46a8-8e72-6812a1ffdf56 2018-10-04 15:22:56,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}580fd241a7dda64467c5228d1b4bfc1b60dd02bc" 2018-10-04 15:22:57,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3383e207-49b0-436a-bf81-f5f529e2d0eb Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:22:57,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3383e207-49b0-436a-bf81-f5f529e2d0eb 2018-10-04 15:22:57,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-1d01ca08-558e-4c4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}580fd241a7dda64467c5228d1b4bfc1b60dd02bc" 2018-10-04 15:22:57,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85c3a937-770b-4e39-9470-deecb9a353ba Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-1d01ca08-558e-4c4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f158d30817e845548d6b0c71db05ffeb"}, "enabled": true, "id": "f158d30817e845548d6b0c71db05ffeb", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-1d01ca08-558e-4c4-proj"}]} 2018-10-04 15:22:57,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-1d01ca08-558e-4c4-proj used request id req-85c3a937-770b-4e39-9470-deecb9a353ba 2018-10-04 15:22:57,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/77420dfb9c9f4f4e8efbbf29734fda4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}580fd241a7dda64467c5228d1b4bfc1b60dd02bc" 2018-10-04 15:22:57,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fc33253-4790-4aa3-9e33-9b77bd2764f3 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-1d01ca08-558e-4c4-user", "links": {"self": "http://172.30.9.23:5000/v3/users/77420dfb9c9f4f4e8efbbf29734fda4d"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "f158d30817e845548d6b0c71db05ffeb", "id": "77420dfb9c9f4f4e8efbbf29734fda4d", "password_expires_at": null}} 2018-10-04 15:22:57,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/77420dfb9c9f4f4e8efbbf29734fda4d used request id req-4fc33253-4790-4aa3-9e33-9b77bd2764f3 2018-10-04 15:22:57,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/f158d30817e845548d6b0c71db05ffeb/users/77420dfb9c9f4f4e8efbbf29734fda4d/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}580fd241a7dda64467c5228d1b4bfc1b60dd02bc" 2018-10-04 15:22:57,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2030086e-dd6c-40bc-b403-92f4b83149a8 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/f158d30817e845548d6b0c71db05ffeb/users/77420dfb9c9f4f4e8efbbf29734fda4d/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 15:22:57,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/f158d30817e845548d6b0c71db05ffeb/users/77420dfb9c9f4f4e8efbbf29734fda4d/roles used request id req-2030086e-dd6c-40bc-b403-92f4b83149a8 2018-10-04 15:22:57,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}580fd241a7dda64467c5228d1b4bfc1b60dd02bc" 2018-10-04 15:22:57,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6bbbd7c-ac74-411f-98a2-e29715943e9f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "domain_id": null, "name": "heat_stack_owner", "id": "aa60aa92e6004a9babfb6641bde48b31"}} 2018-10-04 15:22:57,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-f6bbbd7c-ac74-411f-98a2-e29715943e9f 2018-10-04 15:22:57,453 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-1d01ca08-558e-4c4-proj 2018-10-04 15:22:57,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/f158d30817e845548d6b0c71db05ffeb/users/77420dfb9c9f4f4e8efbbf29734fda4d/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}580fd241a7dda64467c5228d1b4bfc1b60dd02bc" 2018-10-04 15:22:57,591 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:22:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aab4a719-153a-4017-9291-4034dd55cb12 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:22:57,591 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/f158d30817e845548d6b0c71db05ffeb/users/77420dfb9c9f4f4e8efbbf29734fda4d/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-aab4a719-153a-4017-9291-4034dd55cb12 2018-10-04 15:22:57,592 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-1d01ca08-558e-4c4-user 2018-10-04 15:22:57,592 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:22:57,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cab65f8efba8c0561b9316960654c456de2ea22" 2018-10-04 15:22:57,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe5b4103-1e7d-4623-84f0-f6d671493f03 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:22:57,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-fe5b4103-1e7d-4623-84f0-f6d671493f03 2018-10-04 15:22:57,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cab65f8efba8c0561b9316960654c456de2ea22" -d '{"role": {"name": "CreateStackSuccessTests-1d01ca08-558e-4c4-proj-role"}}' 2018-10-04 15:22:57,797 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:22:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db6d33f6-6a32-431f-97b8-4bff6a80d8d6 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "17e6628805fe4ac3bbf266a6c003650b", "links": {"self": "http://172.30.9.23:5000/v3/roles/17e6628805fe4ac3bbf266a6c003650b"}, "name": "CreateStackSuccessTests-1d01ca08-558e-4c4-proj-role"}} 2018-10-04 15:22:57,797 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-db6d33f6-6a32-431f-97b8-4bff6a80d8d6 2018-10-04 15:22:57,798 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-1d01ca08-558e-4c4-proj-role 2018-10-04 15:22:57,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/17e6628805fe4ac3bbf266a6c003650b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cab65f8efba8c0561b9316960654c456de2ea22" 2018-10-04 15:22:57,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-469dd72a-eba0-446b-826f-2c4c3814b2ad Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/17e6628805fe4ac3bbf266a6c003650b"}, "domain_id": null, "name": "CreateStackSuccessTests-1d01ca08-558e-4c4-proj-role", "id": "17e6628805fe4ac3bbf266a6c003650b"}} 2018-10-04 15:22:57,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/17e6628805fe4ac3bbf266a6c003650b used request id req-469dd72a-eba0-446b-826f-2c4c3814b2ad 2018-10-04 15:22:57,890 - keystone_utils - INFO - Granting role CreateStackSuccessTests-1d01ca08-558e-4c4-proj-role to project CreateStackSuccessTests-1d01ca08-558e-4c4-proj 2018-10-04 15:22:57,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/f158d30817e845548d6b0c71db05ffeb/users/77420dfb9c9f4f4e8efbbf29734fda4d/roles/17e6628805fe4ac3bbf266a6c003650b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cab65f8efba8c0561b9316960654c456de2ea22" 2018-10-04 15:22:58,016 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:22:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-466d4f30-2496-4fd0-b835-39e1dcc1543b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:22:58,016 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/f158d30817e845548d6b0c71db05ffeb/users/77420dfb9c9f4f4e8efbbf29734fda4d/roles/17e6628805fe4ac3bbf266a6c003650b used request id req-466d4f30-2496-4fd0-b835-39e1dcc1543b 2018-10-04 15:22:58,016 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:22:58,017 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:22:58,017 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:22:58,018 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:22:58,390 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}, {"id": "17e6628805fe4ac3bbf266a6c003650b", "name": "CreateStackSuccessTests-1d01ca08-558e-4c4-proj-role"}], "expires_at": "2018-10-04T16:22:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f158d30817e845548d6b0c71db05ffeb", "name": "CreateStackSuccessTests-1d01ca08-558e-4c4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/f158d30817e845548d6b0c71db05ffeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/f158d30817e845548d6b0c71db05ffeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/f158d30817e845548d6b0c71db05ffeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f158d30817e845548d6b0c71db05ffeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/f158d30817e845548d6b0c71db05ffeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/f158d30817e845548d6b0c71db05ffeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/f158d30817e845548d6b0c71db05ffeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/f158d30817e845548d6b0c71db05ffeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f158d30817e845548d6b0c71db05ffeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/f158d30817e845548d6b0c71db05ffeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/f158d30817e845548d6b0c71db05ffeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-1d01ca08-558e-4c4-user", "id": "77420dfb9c9f4f4e8efbbf29734fda4d"}, "audit_ids": ["-VMmJB-OT5aLH6xAgNJrXQ"], "issued_at": "2018-10-04T15:22:58.000000Z"}} 2018-10-04 15:22:58,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef7edd4cf4796e842e521267fa9069c0640eb074" 2018-10-04 15:22:58,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:22:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec0c125c-0e61-4f1a-828c-c8277df56b49 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:22:58,475 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ec0c125c-0e61-4f1a-828c-c8277df56b49 2018-10-04 15:22:58,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef7edd4cf4796e842e521267fa9069c0640eb074" 2018-10-04 15:22:58,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-929110c3-1c82-4b79-8328-5b48a14eb644 Date: Thu, 04 Oct 2018 15:22:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-image"} 2018-10-04 15:22:58,660 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-image used request id req-929110c3-1c82-4b79-8328-5b48a14eb644 2018-10-04 15:22:58,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef7edd4cf4796e842e521267fa9069c0640eb074" 2018-10-04 15:22:58,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a00efcbb-4722-419f-a173-960340c9390d Date: Thu, 04 Oct 2018 15:22:58 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:22:58,823 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-a00efcbb-4722-419f-a173-960340c9390d 2018-10-04 15:22:58,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef7edd4cf4796e842e521267fa9069c0640eb074" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-image"}' 2018-10-04 15:22:59,039 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/077e1b5e-a471-42b7-870a-68c3e034e206 X-Openstack-Request-Id: req-b94227f2-91c7-4c56-904c-c7944362b366 Date: Thu, 04 Oct 2018 15:22:59 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:22:59Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:22:59Z", "visibility": "shared", "locations": [], "self": "/v2/images/077e1b5e-a471-42b7-870a-68c3e034e206", "min_disk": 0, "protected": false, "id": "077e1b5e-a471-42b7-870a-68c3e034e206", "file": "/v2/images/077e1b5e-a471-42b7-870a-68c3e034e206/file", "checksum": null, "owner": "f158d30817e845548d6b0c71db05ffeb", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:22:59,039 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-b94227f2-91c7-4c56-904c-c7944362b366 2018-10-04 15:22:59,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/077e1b5e-a471-42b7-870a-68c3e034e206/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef7edd4cf4796e842e521267fa9069c0640eb074" -d '' 2018-10-04 15:23:00,382 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d78e51b4-b236-43b7-9897-c375697a90c4 Date: Thu, 04 Oct 2018 15:23:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:23:00,382 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/077e1b5e-a471-42b7-870a-68c3e034e206/file used request id req-d78e51b4-b236-43b7-9897-c375697a90c4 2018-10-04 15:23:00,383 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:23:00,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/077e1b5e-a471-42b7-870a-68c3e034e206 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef7edd4cf4796e842e521267fa9069c0640eb074" 2018-10-04 15:23:00,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-7a39876d-2b33-4585-891b-2cbab5663b9b Date: Thu, 04 Oct 2018 15:23:00 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:22:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:23:00Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/077e1b5e-a471-42b7-870a-68c3e034e206/snap", "metadata": {}}], "self": "/v2/images/077e1b5e-a471-42b7-870a-68c3e034e206", "min_disk": 0, "protected": false, "id": "077e1b5e-a471-42b7-870a-68c3e034e206", "file": "/v2/images/077e1b5e-a471-42b7-870a-68c3e034e206/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f158d30817e845548d6b0c71db05ffeb", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/077e1b5e-a471-42b7-870a-68c3e034e206/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:23:00,554 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/077e1b5e-a471-42b7-870a-68c3e034e206 used request id req-7a39876d-2b33-4585-891b-2cbab5663b9b 2018-10-04 15:23:00,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef7edd4cf4796e842e521267fa9069c0640eb074" 2018-10-04 15:23:00,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-905fc0ed-0a77-4760-b7bd-c809dbc92cc7 Date: Thu, 04 Oct 2018 15:23:00 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:23:00,707 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-905fc0ed-0a77-4760-b7bd-c809dbc92cc7 2018-10-04 15:23:00,710 - create_image - INFO - Created image with name - CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-image 2018-10-04 15:23:00,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/077e1b5e-a471-42b7-870a-68c3e034e206 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef7edd4cf4796e842e521267fa9069c0640eb074" 2018-10-04 15:23:00,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-08f6e684-ca53-4588-b834-61194443d275 Date: Thu, 04 Oct 2018 15:23:00 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:22:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:23:00Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/077e1b5e-a471-42b7-870a-68c3e034e206/snap", "metadata": {}}], "self": "/v2/images/077e1b5e-a471-42b7-870a-68c3e034e206", "min_disk": 0, "protected": false, "id": "077e1b5e-a471-42b7-870a-68c3e034e206", "file": "/v2/images/077e1b5e-a471-42b7-870a-68c3e034e206/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f158d30817e845548d6b0c71db05ffeb", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/077e1b5e-a471-42b7-870a-68c3e034e206/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:23:00,875 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/077e1b5e-a471-42b7-870a-68c3e034e206 used request id req-08f6e684-ca53-4588-b834-61194443d275 2018-10-04 15:23:00,876 - create_image - DEBUG - Instance status is - active 2018-10-04 15:23:00,876 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-image 2018-10-04 15:23:00,876 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-image 2018-10-04 15:23:00,876 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:23:00,877 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:23:01,270 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:23:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["_LrGGnZBST-u56cBcQ1CJQ"], "issued_at": "2018-10-04T15:23:01.000000Z"}} 2018-10-04 15:23:01,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40bada4f2d19b769ac8b6ad3e4e5ea8b35da5b93" 2018-10-04 15:23:01,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9955ac9e-363d-4953-9d7a-67c4b2b9418d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:23:01,347 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9955ac9e-363d-4953-9d7a-67c4b2b9418d 2018-10-04 15:23:01,348 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:23:01,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40bada4f2d19b769ac8b6ad3e4e5ea8b35da5b93" 2018-10-04 15:23:01,536 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23: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-37401e20-d77d-4294-ac14-fdc32866431c x-compute-request-id: req-37401e20-d77d-4294-ac14-fdc32866431c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:23:01,536 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-37401e20-d77d-4294-ac14-fdc32866431c 2018-10-04 15:23:01,540 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40bada4f2d19b769ac8b6ad3e4e5ea8b35da5b93" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:23:01,585 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23: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-86ede778-735e-4e20-b584-7bba5f5d94d8 x-compute-request-id: req-86ede778-735e-4e20-b584-7bba5f5d94d8 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/633b997c-51ee-4ffa-9e31-0a1a9ac05772", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/633b997c-51ee-4ffa-9e31-0a1a9ac05772", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "633b997c-51ee-4ffa-9e31-0a1a9ac05772", "name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:23:01,585 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-86ede778-735e-4e20-b584-7bba5f5d94d8 2018-10-04 15:23:01,613 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:23:01,614 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:23:01,993 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}, {"id": "17e6628805fe4ac3bbf266a6c003650b", "name": "CreateStackSuccessTests-1d01ca08-558e-4c4-proj-role"}], "expires_at": "2018-10-04T16:23:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f158d30817e845548d6b0c71db05ffeb", "name": "CreateStackSuccessTests-1d01ca08-558e-4c4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/f158d30817e845548d6b0c71db05ffeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/f158d30817e845548d6b0c71db05ffeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/f158d30817e845548d6b0c71db05ffeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f158d30817e845548d6b0c71db05ffeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/f158d30817e845548d6b0c71db05ffeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/f158d30817e845548d6b0c71db05ffeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/f158d30817e845548d6b0c71db05ffeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/f158d30817e845548d6b0c71db05ffeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f158d30817e845548d6b0c71db05ffeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/f158d30817e845548d6b0c71db05ffeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/f158d30817e845548d6b0c71db05ffeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-1d01ca08-558e-4c4-user", "id": "77420dfb9c9f4f4e8efbbf29734fda4d"}, "audit_ids": ["056o5S50TEucRgA4knTVmg"], "issued_at": "2018-10-04T15:23:01.000000Z"}} 2018-10-04 15:23:01,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}588eae633a51c0907b18d74e3824c4e5feff3930" 2018-10-04 15:23:02,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35b519e1-5f2d-490c-880c-155113519d85 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:23:02,070 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-35b519e1-5f2d-490c-880c-155113519d85 2018-10-04 15:23:02,072 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:23:02,075 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:23:02,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}588eae633a51c0907b18d74e3824c4e5feff3930" 2018-10-04 15:23:02,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:02 GMT Server: Apache x-openstack-request-id: req-7c599419-1b95-46a1-9f75-c2df5227d6fb Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-04 15:23:02,240 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack used request id req-7c599419-1b95-46a1-9f75-c2df5227d6fb 2018-10-04 15:23:02,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}588eae633a51c0907b18d74e3824c4e5feff3930" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-net", "inst_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-inst", "subnet_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-subnet", "image_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-image", "flavor_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-flavor-name"}}' 2018-10-04 15:23:04,469 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:23:02 GMT Server: Apache x-openstack-request-id: req-8541dc4c-f20a-414a-b6bf-16b63fc06d3c Location: http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "links": [{"href": "http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd", "rel": "self"}]}} 2018-10-04 15:23:04,469 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks used request id req-8541dc4c-f20a-414a-b6bf-16b63fc06d3c 2018-10-04 15:23:04,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/9918aa3b-60f7-41cb-900b-fccb146ffacd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}588eae633a51c0907b18d74e3824c4e5feff3930" 2018-10-04 15:23:04,652 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:23:04 GMT Server: Apache x-openstack-request-id: req-ecc2de7d-a41b-4cc1-8f77-774b0733936c Location: http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:23:04,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:04 GMT Server: Apache x-openstack-request-id: req-a97960cb-08b5-4a70-813e-2e35149b2756 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "f158d30817e845548d6b0c71db05ffeb", "OS::stack_id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "image_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-image", "inst_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-inst", "subnet_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-subnet", "net_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-net", "flavor_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "stack_user_project_id": "e34e398e37094c2082f7c7abeec87647", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:23:03Z", "links": [{"href": "http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:23:04,851 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd used request id req-a97960cb-08b5-4a70-813e-2e35149b2756 2018-10-04 15:23:04,851 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack 2018-10-04 15:23:04,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/9918aa3b-60f7-41cb-900b-fccb146ffacd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}588eae633a51c0907b18d74e3824c4e5feff3930" 2018-10-04 15:23:05,033 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:23:04 GMT Server: Apache x-openstack-request-id: req-7207edf8-21c5-41a1-836a-d3a2f694b80d Location: http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:23:05,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:05 GMT Server: Apache x-openstack-request-id: req-b4be04d5-7c85-4e3c-83cf-3014b9506e66 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "f158d30817e845548d6b0c71db05ffeb", "OS::stack_id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "image_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-image", "inst_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-inst", "subnet_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-subnet", "net_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-net", "flavor_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "stack_user_project_id": "e34e398e37094c2082f7c7abeec87647", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:23:03Z", "links": [{"href": "http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:23:05,227 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd used request id req-b4be04d5-7c85-4e3c-83cf-3014b9506e66 2018-10-04 15:23:05,227 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:23:05,227 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:23:08,230 - create_stack - DEBUG - Stack status query timeout in 1196.62114882 2018-10-04 15:23:08,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/9918aa3b-60f7-41cb-900b-fccb146ffacd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}588eae633a51c0907b18d74e3824c4e5feff3930" 2018-10-04 15:23:08,427 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:23:08 GMT Server: Apache x-openstack-request-id: req-e987908f-ca80-4580-a045-7e08a6d4b94e Location: http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:23:08,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:08 GMT Server: Apache x-openstack-request-id: req-2abb10b7-4f03-40c9-8df2-9a8d934d36f6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "f158d30817e845548d6b0c71db05ffeb", "OS::stack_id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "image_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-image", "inst_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-inst", "subnet_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-subnet", "net_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-net", "flavor_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "stack_user_project_id": "e34e398e37094c2082f7c7abeec87647", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:23:03Z", "links": [{"href": "http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:23:08,469 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd used request id req-2abb10b7-4f03-40c9-8df2-9a8d934d36f6 2018-10-04 15:23:08,470 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:23:08,470 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:23:11,473 - create_stack - DEBUG - Stack status query timeout in 1193.37863183 2018-10-04 15:23:11,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/9918aa3b-60f7-41cb-900b-fccb146ffacd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}588eae633a51c0907b18d74e3824c4e5feff3930" 2018-10-04 15:23:11,654 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:23:11 GMT Server: Apache x-openstack-request-id: req-39e64e44-fb28-4b2d-9beb-32e9af260eec Location: http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:23:11,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:11 GMT Server: Apache x-openstack-request-id: req-27bf63b4-0d47-4daf-9b53-b2e62ee25a29 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "f158d30817e845548d6b0c71db05ffeb", "OS::stack_id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "image_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-image", "inst_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-inst", "subnet_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-subnet", "net_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-net", "flavor_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "stack_user_project_id": "e34e398e37094c2082f7c7abeec87647", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:23:03Z", "links": [{"href": "http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:23:11,696 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd used request id req-27bf63b4-0d47-4daf-9b53-b2e62ee25a29 2018-10-04 15:23:11,696 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:23:11,696 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:23:14,699 - create_stack - DEBUG - Stack status query timeout in 1190.152143 2018-10-04 15:23:14,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/9918aa3b-60f7-41cb-900b-fccb146ffacd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}588eae633a51c0907b18d74e3824c4e5feff3930" 2018-10-04 15:23:14,879 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:23:14 GMT Server: Apache x-openstack-request-id: req-73db329c-a01d-47c0-bb4f-526269e94637 Location: http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:23:15,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:14 GMT Server: Apache x-openstack-request-id: req-1dc74d01-5759-49d9-8226-46375b5dc6c8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "f158d30817e845548d6b0c71db05ffeb", "OS::stack_id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "image_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-image", "inst_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-inst", "subnet_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-subnet", "net_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-net", "flavor_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "stack_user_project_id": "e34e398e37094c2082f7c7abeec87647", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:23:03Z", "links": [{"href": "http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:23:15,062 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd used request id req-1dc74d01-5759-49d9-8226-46375b5dc6c8 2018-10-04 15:23:15,063 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:23:15,063 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:23:18,066 - create_stack - DEBUG - Stack status query timeout in 1186.78539181 2018-10-04 15:23:18,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/9918aa3b-60f7-41cb-900b-fccb146ffacd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}588eae633a51c0907b18d74e3824c4e5feff3930" 2018-10-04 15:23:18,244 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:23:18 GMT Server: Apache x-openstack-request-id: req-8c29a5c2-a60a-4542-b2cf-0e48804affdf Location: http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:23:18,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:18 GMT Server: Apache x-openstack-request-id: req-356b35a5-2c1a-4e4d-8a5b-ff62535957dd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "f158d30817e845548d6b0c71db05ffeb", "OS::stack_id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "image_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-image", "inst_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-inst", "subnet_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-subnet", "net_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-net", "flavor_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "stack_user_project_id": "e34e398e37094c2082f7c7abeec87647", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:23:03Z", "links": [{"href": "http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:23:18,429 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd used request id req-356b35a5-2c1a-4e4d-8a5b-ff62535957dd 2018-10-04 15:23:18,430 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:23:18,430 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:23:21,433 - create_stack - DEBUG - Stack status query timeout in 1183.4185369 2018-10-04 15:23:21,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/9918aa3b-60f7-41cb-900b-fccb146ffacd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}588eae633a51c0907b18d74e3824c4e5feff3930" 2018-10-04 15:23:21,628 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:23:21 GMT Server: Apache x-openstack-request-id: req-f98fc4a6-5bf3-4863-88df-9281897bdf4e Location: http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:23:21,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:21 GMT Server: Apache x-openstack-request-id: req-c6a361ed-acde-4acc-8d45-d60ae8a3b6ce Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "f158d30817e845548d6b0c71db05ffeb", "OS::stack_id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "image_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-image", "inst_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-inst", "subnet_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-subnet", "net_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-net", "flavor_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "stack_user_project_id": "e34e398e37094c2082f7c7abeec87647", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:23:03Z", "links": [{"href": "http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:23:21,670 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd used request id req-c6a361ed-acde-4acc-8d45-d60ae8a3b6ce 2018-10-04 15:23:21,670 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-04 15:23:21,670 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack 2018-10-04 15:23:21,671 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack 2018-10-04 15:23:21,671 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:23:22,047 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}, {"id": "17e6628805fe4ac3bbf266a6c003650b", "name": "CreateStackSuccessTests-1d01ca08-558e-4c4-proj-role"}], "expires_at": "2018-10-04T16:23:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f158d30817e845548d6b0c71db05ffeb", "name": "CreateStackSuccessTests-1d01ca08-558e-4c4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/f158d30817e845548d6b0c71db05ffeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/f158d30817e845548d6b0c71db05ffeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/f158d30817e845548d6b0c71db05ffeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f158d30817e845548d6b0c71db05ffeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/f158d30817e845548d6b0c71db05ffeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/f158d30817e845548d6b0c71db05ffeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/f158d30817e845548d6b0c71db05ffeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/f158d30817e845548d6b0c71db05ffeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f158d30817e845548d6b0c71db05ffeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/f158d30817e845548d6b0c71db05ffeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/f158d30817e845548d6b0c71db05ffeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-1d01ca08-558e-4c4-user", "id": "77420dfb9c9f4f4e8efbbf29734fda4d"}, "audit_ids": ["Plk19Y5tQc28h8_O2-7qxg"], "issued_at": "2018-10-04T15:23:22.000000Z"}} 2018-10-04 15:23:22,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/9918aa3b-60f7-41cb-900b-fccb146ffacd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d168cfa9e667a0789a58bd93acf5f4a9bf9f8c" 2018-10-04 15:23:22,222 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:23:22 GMT Server: Apache x-openstack-request-id: req-7d664dde-bc2c-4926-899c-17e4dffe4148 Location: http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:23:22,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:22 GMT Server: Apache x-openstack-request-id: req-3751e288-693d-4479-93b4-12fff58a5ee2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "f158d30817e845548d6b0c71db05ffeb", "OS::stack_id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "image_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-image", "inst_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-inst", "subnet_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-subnet", "net_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-net", "flavor_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "stack_user_project_id": "e34e398e37094c2082f7c7abeec87647", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:23:03Z", "links": [{"href": "http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:23:22,417 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd used request id req-3751e288-693d-4479-93b4-12fff58a5ee2 2018-10-04 15:23:22,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/9918aa3b-60f7-41cb-900b-fccb146ffacd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}588eae633a51c0907b18d74e3824c4e5feff3930" 2018-10-04 15:23:22,604 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:23:22 GMT Server: Apache x-openstack-request-id: req-9b7eb64c-9f12-4983-a926-462fc144b7ef Location: http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:23:22,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:22 GMT Server: Apache x-openstack-request-id: req-c3af3793-df01-4971-bfc3-ca016519b2f7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "f158d30817e845548d6b0c71db05ffeb", "OS::stack_id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "image_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-image", "inst_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-inst", "subnet_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-subnet", "net_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-net", "flavor_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "stack_user_project_id": "e34e398e37094c2082f7c7abeec87647", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:23:03Z", "links": [{"href": "http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:23:22,679 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd used request id req-c3af3793-df01-4971-bfc3-ca016519b2f7 2018-10-04 15:23:22,680 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:23:22,681 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:23:23,059 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}, {"id": "17e6628805fe4ac3bbf266a6c003650b", "name": "CreateStackSuccessTests-1d01ca08-558e-4c4-proj-role"}], "expires_at": "2018-10-04T16:23:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f158d30817e845548d6b0c71db05ffeb", "name": "CreateStackSuccessTests-1d01ca08-558e-4c4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/f158d30817e845548d6b0c71db05ffeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/f158d30817e845548d6b0c71db05ffeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/f158d30817e845548d6b0c71db05ffeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f158d30817e845548d6b0c71db05ffeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/f158d30817e845548d6b0c71db05ffeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/f158d30817e845548d6b0c71db05ffeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/f158d30817e845548d6b0c71db05ffeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/f158d30817e845548d6b0c71db05ffeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f158d30817e845548d6b0c71db05ffeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/f158d30817e845548d6b0c71db05ffeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/f158d30817e845548d6b0c71db05ffeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-1d01ca08-558e-4c4-user", "id": "77420dfb9c9f4f4e8efbbf29734fda4d"}, "audit_ids": ["mw6d4dH1RaaCXMn7yogqFg"], "issued_at": "2018-10-04T15:23:23.000000Z"}} 2018-10-04 15:23:23,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc8a7d861a0be3e8e08723c2a343c6f37c17826" 2018-10-04 15:23:23,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66cfa9eb-7934-4499-99d5-180baef20989 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:23:23,143 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-66cfa9eb-7934-4499-99d5-180baef20989 2018-10-04 15:23:23,144 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:23:23,147 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:23:23,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc8a7d861a0be3e8e08723c2a343c6f37c17826" 2018-10-04 15:23:23,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:23 GMT Server: Apache x-openstack-request-id: req-2848a387-f506-4875-b583-0da5f92949d2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "stack_user_project_id": "e34e398e37094c2082f7c7abeec87647", "deletion_time": null, "creation_time": "2018-10-04T15:23:03Z", "links": [{"href": "http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd", "rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "tags": null}]} 2018-10-04 15:23:23,345 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack used request id req-2848a387-f506-4875-b583-0da5f92949d2 2018-10-04 15:23:23,346 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack 2018-10-04 15:23:23,346 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack 2018-10-04 15:23:23,346 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack 2018-10-04 15:23:23,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/9918aa3b-60f7-41cb-900b-fccb146ffacd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}588eae633a51c0907b18d74e3824c4e5feff3930" 2018-10-04 15:23:23,374 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:23:23 GMT Server: Apache x-openstack-request-id: req-6e64467c-f611-4728-b21e-884fd299ba08 Location: http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:23:23,448 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:23:23 GMT Server: Apache x-openstack-request-id: req-be6118d9-e8d7-4ccb-8387-e00e8d8ce1e2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:23:23,448 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd used request id req-be6118d9-e8d7-4ccb-8387-e00e8d8ce1e2 2018-10-04 15:23:23,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/9918aa3b-60f7-41cb-900b-fccb146ffacd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}588eae633a51c0907b18d74e3824c4e5feff3930" 2018-10-04 15:23:23,477 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:23:23 GMT Server: Apache x-openstack-request-id: req-a19365e4-25ba-4c94-86f6-64084bdd3317 Location: http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:23:24,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:23 GMT Server: Apache x-openstack-request-id: req-9e38cd55-2083-436a-9be3-602412cceb57 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "f158d30817e845548d6b0c71db05ffeb", "OS::stack_id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "image_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-image", "inst_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-inst", "subnet_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-subnet", "net_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-net", "flavor_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "stack_user_project_id": "e34e398e37094c2082f7c7abeec87647", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:23:03Z", "links": [{"href": "http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:23:24,032 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd used request id req-9e38cd55-2083-436a-9be3-602412cceb57 2018-10-04 15:23:24,032 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-04 15:23:24,033 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:23:27,036 - create_stack - DEBUG - Stack status query timeout in 1196.41269088 2018-10-04 15:23:27,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/9918aa3b-60f7-41cb-900b-fccb146ffacd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}588eae633a51c0907b18d74e3824c4e5feff3930" 2018-10-04 15:23:27,067 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:23:27 GMT Server: Apache x-openstack-request-id: req-3befae6a-a198-4aee-8f36-730511f1380f Location: http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:23:27,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:27 GMT Server: Apache x-openstack-request-id: req-de9c3f99-eadd-44e7-ab95-96758231ea21 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "f158d30817e845548d6b0c71db05ffeb", "OS::stack_id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "image_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-image", "inst_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-inst", "subnet_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-subnet", "flavor_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-flavor-name", "net_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "stack_user_project_id": "e34e398e37094c2082f7c7abeec87647", "tags": null, "creation_time": "2018-10-04T15:23:03Z", "links": [{"href": "http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:23:23Z", "id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:23:27,093 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd used request id req-de9c3f99-eadd-44e7-ab95-96758231ea21 2018-10-04 15:23:27,094 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:23:27,094 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:23:30,097 - create_stack - DEBUG - Stack status query timeout in 1193.35151005 2018-10-04 15:23:30,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/9918aa3b-60f7-41cb-900b-fccb146ffacd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}588eae633a51c0907b18d74e3824c4e5feff3930" 2018-10-04 15:23:30,128 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:23:30 GMT Server: Apache x-openstack-request-id: req-e7c5f612-1c37-4f84-ba75-0ec9c97b4ff7 Location: http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:23:30,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:30 GMT Server: Apache x-openstack-request-id: req-b23bc9d0-4bd5-47c0-b05c-06c8d5074901 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "f158d30817e845548d6b0c71db05ffeb", "OS::stack_id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "image_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-image", "inst_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-inst", "subnet_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-subnet", "flavor_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-flavor-name", "net_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "stack_user_project_id": "e34e398e37094c2082f7c7abeec87647", "tags": null, "creation_time": "2018-10-04T15:23:03Z", "links": [{"href": "http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:23:23Z", "id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:23:30,321 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd used request id req-b23bc9d0-4bd5-47c0-b05c-06c8d5074901 2018-10-04 15:23:30,322 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:23:30,322 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:23:33,324 - create_stack - DEBUG - Stack status query timeout in 1190.12469792 2018-10-04 15:23:33,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/9918aa3b-60f7-41cb-900b-fccb146ffacd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}588eae633a51c0907b18d74e3824c4e5feff3930" 2018-10-04 15:23:33,355 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:23:33 GMT Server: Apache x-openstack-request-id: req-d580b539-4c99-4334-8eaf-ba13de5a765b Location: http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:23:33,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:33 GMT Server: Apache x-openstack-request-id: req-16038847-ea4a-4dec-87e3-9edb9b2c335b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "f158d30817e845548d6b0c71db05ffeb", "OS::stack_id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "image_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-image", "inst_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-inst", "subnet_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-subnet", "flavor_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-flavor-name", "net_name": "CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-net"}, "deletion_time": "2018-10-04T15:23:33Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack", "stack_user_project_id": "e34e398e37094c2082f7c7abeec87647", "tags": null, "creation_time": "2018-10-04T15:23:03Z", "links": [{"href": "http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-04T15:23:23Z", "id": "9918aa3b-60f7-41cb-900b-fccb146ffacd", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:23:33,529 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd used request id req-16038847-ea4a-4dec-87e3-9edb9b2c335b 2018-10-04 15:23:33,529 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-04 15:23:33,530 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack 2018-10-04 15:23:33,530 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack 2018-10-04 15:23:33,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/9918aa3b-60f7-41cb-900b-fccb146ffacd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}588eae633a51c0907b18d74e3824c4e5feff3930" 2018-10-04 15:23:33,561 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:23:33 GMT Server: Apache x-openstack-request-id: req-e9a0400c-b4a8-4091-a4f9-cd1975090472 Location: http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:23:33,728 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:23:33 GMT Server: Apache x-openstack-request-id: req-b1539559-4d1b-4d8d-92a8-dfec02fa293a Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-04 15:23:33,728 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/f158d30817e845548d6b0c71db05ffeb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-stack/9918aa3b-60f7-41cb-900b-fccb146ffacd used request id req-b1539559-4d1b-4d8d-92a8-dfec02fa293a 2018-10-04 15:23:33,730 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-22d3a3d1-6720-4d9f-86f8-216629620dc4-image 2018-10-04 15:23:33,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/077e1b5e-a471-42b7-870a-68c3e034e206 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef7edd4cf4796e842e521267fa9069c0640eb074" 2018-10-04 15:23:35,450 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1ef5e115-80b3-4c88-b6dc-1a7cf6f23755 Date: Thu, 04 Oct 2018 15:23:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:23:35,450 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/077e1b5e-a471-42b7-870a-68c3e034e206 used request id req-1ef5e115-80b3-4c88-b6dc-1a7cf6f23755 2018-10-04 15:23:35,454 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/633b997c-51ee-4ffa-9e31-0a1a9ac05772 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40bada4f2d19b769ac8b6ad3e4e5ea8b35da5b93" 2018-10-04 15:23:35,499 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:23:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0bd2c6ea-9183-4fae-a037-37c1aaceeedc x-compute-request-id: req-0bd2c6ea-9183-4fae-a037-37c1aaceeedc Content-Length: 0 Content-Type: application/json 2018-10-04 15:23:35,500 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/633b997c-51ee-4ffa-9e31-0a1a9ac05772 used request id req-0bd2c6ea-9183-4fae-a037-37c1aaceeedc 2018-10-04 15:23:35,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cab65f8efba8c0561b9316960654c456de2ea22" 2018-10-04 15:23:35,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-eac8f807-7bf0-46f2-800c-2f425bcb484e Date: Thu, 04 Oct 2018 15:23:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f158d30817e845548d6b0c71db05ffeb", "created_at": "2018-10-04T15:23:05Z", "updated_at": "2018-10-04T15:23:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:23:05Z", "revision_number": 0, "id": "1aa7ca75-029b-4b23-8c18-3128dbf2be3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:23:05Z", "security_group_id": "5bfef128-55ba-4fea-a4ae-659189fdba38", "tenant_id": "f158d30817e845548d6b0c71db05ffeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "f158d30817e845548d6b0c71db05ffeb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:23:05Z", "revision_number": 0, "id": "21480951-22cf-40a2-aa83-cd4253102dbc", "remote_group_id": "5bfef128-55ba-4fea-a4ae-659189fdba38", "remote_ip_prefix": null, "created_at": "2018-10-04T15:23:05Z", "security_group_id": "5bfef128-55ba-4fea-a4ae-659189fdba38", "tenant_id": "f158d30817e845548d6b0c71db05ffeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "f158d30817e845548d6b0c71db05ffeb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:23:05Z", "revision_number": 0, "id": "326bb1ae-cb8e-4b13-8682-66d3d775edd8", "remote_group_id": "5bfef128-55ba-4fea-a4ae-659189fdba38", "remote_ip_prefix": null, "created_at": "2018-10-04T15:23:05Z", "security_group_id": "5bfef128-55ba-4fea-a4ae-659189fdba38", "tenant_id": "f158d30817e845548d6b0c71db05ffeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "f158d30817e845548d6b0c71db05ffeb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:23:05Z", "revision_number": 0, "id": "c1c691a3-8007-465a-954f-f136286dd96e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:23:05Z", "security_group_id": "5bfef128-55ba-4fea-a4ae-659189fdba38", "tenant_id": "f158d30817e845548d6b0c71db05ffeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "f158d30817e845548d6b0c71db05ffeb"}], "revision_number": 4, "project_id": "f158d30817e845548d6b0c71db05ffeb", "id": "5bfef128-55ba-4fea-a4ae-659189fdba38", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:23:35,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-eac8f807-7bf0-46f2-800c-2f425bcb484e 2018-10-04 15:23:35,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cab65f8efba8c0561b9316960654c456de2ea22" 2018-10-04 15:23:35,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d98ddd33-fe5d-46fa-a787-f1b3731e8c25 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:23:35,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-d98ddd33-fe5d-46fa-a787-f1b3731e8c25 2018-10-04 15:23:35,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cab65f8efba8c0561b9316960654c456de2ea22" 2018-10-04 15:23:36,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca5d7614-bdc9-4858-821d-60af660e3413 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:23:36,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-ca5d7614-bdc9-4858-821d-60af660e3413 2018-10-04 15:23:36,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cab65f8efba8c0561b9316960654c456de2ea22" 2018-10-04 15:23:36,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb75d02c-f594-4b29-9170-2c48ec5b5107 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:23:36,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-bb75d02c-f594-4b29-9170-2c48ec5b5107 2018-10-04 15:23:36,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/f158d30817e845548d6b0c71db05ffeb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cab65f8efba8c0561b9316960654c456de2ea22" 2018-10-04 15:23:36,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af51f901-39f7-408d-a6f3-e5f3845ed1c4 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f158d30817e845548d6b0c71db05ffeb"}, "enabled": true, "id": "f158d30817e845548d6b0c71db05ffeb", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-1d01ca08-558e-4c4-proj"}} 2018-10-04 15:23:36,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/f158d30817e845548d6b0c71db05ffeb used request id req-af51f901-39f7-408d-a6f3-e5f3845ed1c4 2018-10-04 15:23:36,184 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5bfef128-55ba-4fea-a4ae-659189fdba38 2018-10-04 15:23:36,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=5bfef128-55ba-4fea-a4ae-659189fdba38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cab65f8efba8c0561b9316960654c456de2ea22" 2018-10-04 15:23:36,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e523bd79-1af4-4ddc-84cb-25dd1907c001 Date: Thu, 04 Oct 2018 15:23:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:23:05Z", "security_group_id": "5bfef128-55ba-4fea-a4ae-659189fdba38", "port_range_min": null, "revision_number": 0, "tenant_id": "f158d30817e845548d6b0c71db05ffeb", "created_at": "2018-10-04T15:23:05Z", "project_id": "f158d30817e845548d6b0c71db05ffeb", "id": "1aa7ca75-029b-4b23-8c18-3128dbf2be3d"}, {"remote_group_id": "5bfef128-55ba-4fea-a4ae-659189fdba38", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:23:05Z", "security_group_id": "5bfef128-55ba-4fea-a4ae-659189fdba38", "port_range_min": null, "revision_number": 0, "tenant_id": "f158d30817e845548d6b0c71db05ffeb", "created_at": "2018-10-04T15:23:05Z", "project_id": "f158d30817e845548d6b0c71db05ffeb", "id": "21480951-22cf-40a2-aa83-cd4253102dbc"}, {"remote_group_id": "5bfef128-55ba-4fea-a4ae-659189fdba38", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:23:05Z", "security_group_id": "5bfef128-55ba-4fea-a4ae-659189fdba38", "port_range_min": null, "revision_number": 0, "tenant_id": "f158d30817e845548d6b0c71db05ffeb", "created_at": "2018-10-04T15:23:05Z", "project_id": "f158d30817e845548d6b0c71db05ffeb", "id": "326bb1ae-cb8e-4b13-8682-66d3d775edd8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:23:05Z", "security_group_id": "5bfef128-55ba-4fea-a4ae-659189fdba38", "port_range_min": null, "revision_number": 0, "tenant_id": "f158d30817e845548d6b0c71db05ffeb", "created_at": "2018-10-04T15:23:05Z", "project_id": "f158d30817e845548d6b0c71db05ffeb", "id": "c1c691a3-8007-465a-954f-f136286dd96e"}]} 2018-10-04 15:23:36,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=5bfef128-55ba-4fea-a4ae-659189fdba38 used request id req-e523bd79-1af4-4ddc-84cb-25dd1907c001 2018-10-04 15:23:36,368 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:23:36,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/5bfef128-55ba-4fea-a4ae-659189fdba38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cab65f8efba8c0561b9316960654c456de2ea22" 2018-10-04 15:23:36,737 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a3a8428c-4642-4564-97b4-1fcede34427b Content-Length: 0 Date: Thu, 04 Oct 2018 15:23:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:23:36,738 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/5bfef128-55ba-4fea-a4ae-659189fdba38 used request id req-a3a8428c-4642-4564-97b4-1fcede34427b 2018-10-04 15:23:36,738 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-1d01ca08-558e-4c4-proj 2018-10-04 15:23:36,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/f158d30817e845548d6b0c71db05ffeb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cab65f8efba8c0561b9316960654c456de2ea22" 2018-10-04 15:23:36,955 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:23:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-283c6c9a-9710-4719-8e73-a6713d220b13 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:23:36,956 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/f158d30817e845548d6b0c71db05ffeb used request id req-283c6c9a-9710-4719-8e73-a6713d220b13 2018-10-04 15:23:36,956 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-1d01ca08-558e-4c4-proj-role 2018-10-04 15:23:36,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/17e6628805fe4ac3bbf266a6c003650b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cab65f8efba8c0561b9316960654c456de2ea22" 2018-10-04 15:23:37,060 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:23:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c195ae8b-325f-48a1-b7bf-ab79ce64734c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:23:37,060 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/17e6628805fe4ac3bbf266a6c003650b used request id req-c195ae8b-325f-48a1-b7bf-ab79ce64734c 2018-10-04 15:23:37,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cab65f8efba8c0561b9316960654c456de2ea22" 2018-10-04 15:23:37,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa713423-134e-47b3-957b-5d89968f42a9 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:23:37,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-fa713423-134e-47b3-957b-5d89968f42a9 2018-10-04 15:23:37,153 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-1d01ca08-558e-4c4-user 2018-10-04 15:23:37,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/77420dfb9c9f4f4e8efbbf29734fda4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}580fd241a7dda64467c5228d1b4bfc1b60dd02bc" 2018-10-04 15:23:37,323 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:23:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bdc90192-b8f9-40a7-8f3c-3e102eb20bd1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:23:37,323 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/77420dfb9c9f4f4e8efbbf29734fda4d used request id req-bdc90192-b8f9-40a7-8f3c-3e102eb20bd1 2018-10-04 15:23:37,325 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:23:37,713 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:23:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["DonWqy3YQG-sV5Jmr_JGrA"], "issued_at": "2018-10-04T15:23:37.000000Z"}} 2018-10-04 15:23:37,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35aaa743c523be1adc91b3f8ad96820da13e139" 2018-10-04 15:23:37,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33090b2a-42cc-429d-9a5d-655e9a1d59c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:23:37,800 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-33090b2a-42cc-429d-9a5d-655e9a1d59c6 2018-10-04 15:23:37,802 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:23:37,803 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:23:38,177 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:23:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["ob6EPg3QS5CgbH1Aksts2Q"], "issued_at": "2018-10-04T15:23:38.000000Z"}} 2018-10-04 15:23:38,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f2ff5c4d03c4429424efd6356c3b5c3e9e52965" 2018-10-04 15:23:38,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-280435c7-998d-4411-8d43-8055adbf459b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:23:38,259 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-280435c7-998d-4411-8d43-8055adbf459b 2018-10-04 15:23:38,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:23:38,269 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:23:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:23:38,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-2c0bc878-658f-4cb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f2ff5c4d03c4429424efd6356c3b5c3e9e52965" 2018-10-04 15:23:38,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-842b13f0-f58e-42c0-8855-bdd01741a9c9 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-2c0bc878-658f-4cb-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:23:38,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-2c0bc878-658f-4cb-proj used request id req-842b13f0-f58e-42c0-8855-bdd01741a9c9 2018-10-04 15:23:38,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f2ff5c4d03c4429424efd6356c3b5c3e9e52965" 2018-10-04 15:23:38,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2445f30-6ea5-44ee-a4fa-4acd9f2f31cc Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:23:38,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-e2445f30-6ea5-44ee-a4fa-4acd9f2f31cc 2018-10-04 15:23:38,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f2ff5c4d03c4429424efd6356c3b5c3e9e52965" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-2c0bc878-658f-4cb-proj"}}' 2018-10-04 15:23:38,552 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:23:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1c5010e-fa32-4fa7-88e9-01dccf0312f3 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/fe7e2a98c0ef4a459f47aa5237a24886"}, "enabled": true, "id": "fe7e2a98c0ef4a459f47aa5237a24886", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-2c0bc878-658f-4cb-proj"}} 2018-10-04 15:23:38,552 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-a1c5010e-fa32-4fa7-88e9-01dccf0312f3 2018-10-04 15:23:38,552 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-2c0bc878-658f-4cb-proj 2018-10-04 15:23:38,553 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:23:38,553 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:23:38,938 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:23:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["vWnUn3UOSJyTvSmQ4deJww"], "issued_at": "2018-10-04T15:23:38.000000Z"}} 2018-10-04 15:23:38,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cb159a36733b92813ae3b4e78966a744315fb39" 2018-10-04 15:23:39,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21fa7afc-ff5e-4344-9074-f9fe7f8088ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:23:39,024 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-21fa7afc-ff5e-4344-9074-f9fe7f8088ab 2018-10-04 15:23:39,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:23:39,034 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:23:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:23:39,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cb159a36733b92813ae3b4e78966a744315fb39" 2018-10-04 15:23:39,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b624d20d-6edc-4251-860b-f5c1434cd67a Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:23:39,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b624d20d-6edc-4251-860b-f5c1434cd67a 2018-10-04 15:23:39,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-2c0bc878-658f-4cb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cb159a36733b92813ae3b4e78966a744315fb39" 2018-10-04 15:23:39,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15feb66e-7e42-4e86-9043-0a81913153c9 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-2c0bc878-658f-4cb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/fe7e2a98c0ef4a459f47aa5237a24886"}, "enabled": true, "id": "fe7e2a98c0ef4a459f47aa5237a24886", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-2c0bc878-658f-4cb-proj"}]} 2018-10-04 15:23:39,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-2c0bc878-658f-4cb-proj used request id req-15feb66e-7e42-4e86-9043-0a81913153c9 2018-10-04 15:23:39,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cb159a36733b92813ae3b4e78966a744315fb39" 2018-10-04 15:23:39,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f9635be-b43b-4f2e-8e97-0fee3b722511 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:23:39,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-2f9635be-b43b-4f2e-8e97-0fee3b722511 2018-10-04 15:23:39,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cb159a36733b92813ae3b4e78966a744315fb39" 2018-10-04 15:23:39,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-528f15a4-57ea-4bf6-97c3-5ae9562d1c8c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:23:39,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-528f15a4-57ea-4bf6-97c3-5ae9562d1c8c 2018-10-04 15:23:39,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-2c0bc878-658f-4cb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cb159a36733b92813ae3b4e78966a744315fb39" 2018-10-04 15:23:39,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24d791b5-1c5d-4ae8-873b-05f14cfae8ab Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-2c0bc878-658f-4cb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/fe7e2a98c0ef4a459f47aa5237a24886"}, "enabled": true, "id": "fe7e2a98c0ef4a459f47aa5237a24886", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-2c0bc878-658f-4cb-proj"}]} 2018-10-04 15:23:39,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-2c0bc878-658f-4cb-proj used request id req-24d791b5-1c5d-4ae8-873b-05f14cfae8ab 2018-10-04 15:23:39,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/be020fb1bf8d4a04a3b583151fcde372 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cb159a36733b92813ae3b4e78966a744315fb39" 2018-10-04 15:23:40,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebc188c0-6fac-4ce1-ba4f-38e41629584b Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-2c0bc878-658f-4cb-user", "links": {"self": "http://172.30.9.23:5000/v3/users/be020fb1bf8d4a04a3b583151fcde372"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "fe7e2a98c0ef4a459f47aa5237a24886", "id": "be020fb1bf8d4a04a3b583151fcde372", "password_expires_at": null}} 2018-10-04 15:23:40,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/be020fb1bf8d4a04a3b583151fcde372 used request id req-ebc188c0-6fac-4ce1-ba4f-38e41629584b 2018-10-04 15:23:40,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/fe7e2a98c0ef4a459f47aa5237a24886/users/be020fb1bf8d4a04a3b583151fcde372/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cb159a36733b92813ae3b4e78966a744315fb39" 2018-10-04 15:23:40,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3912394b-7454-4275-a70e-a4e204006a3f Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/fe7e2a98c0ef4a459f47aa5237a24886/users/be020fb1bf8d4a04a3b583151fcde372/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 15:23:40,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/fe7e2a98c0ef4a459f47aa5237a24886/users/be020fb1bf8d4a04a3b583151fcde372/roles used request id req-3912394b-7454-4275-a70e-a4e204006a3f 2018-10-04 15:23:40,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cb159a36733b92813ae3b4e78966a744315fb39" 2018-10-04 15:23:40,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad2fdeb3-a5d4-4097-a853-06e0faa69603 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "domain_id": null, "name": "heat_stack_owner", "id": "aa60aa92e6004a9babfb6641bde48b31"}} 2018-10-04 15:23:40,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-ad2fdeb3-a5d4-4097-a853-06e0faa69603 2018-10-04 15:23:40,220 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-2c0bc878-658f-4cb-proj 2018-10-04 15:23:40,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/fe7e2a98c0ef4a459f47aa5237a24886/users/be020fb1bf8d4a04a3b583151fcde372/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cb159a36733b92813ae3b4e78966a744315fb39" 2018-10-04 15:23:40,351 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:23:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3862a5a-ea57-43af-9641-fb396afc2b06 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:23:40,351 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/fe7e2a98c0ef4a459f47aa5237a24886/users/be020fb1bf8d4a04a3b583151fcde372/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-b3862a5a-ea57-43af-9641-fb396afc2b06 2018-10-04 15:23:40,351 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-2c0bc878-658f-4cb-user 2018-10-04 15:23:40,352 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:23:40,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f2ff5c4d03c4429424efd6356c3b5c3e9e52965" 2018-10-04 15:23:40,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33363d88-1788-43d3-9eab-26c37400f883 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:23:40,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-33363d88-1788-43d3-9eab-26c37400f883 2018-10-04 15:23:40,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f2ff5c4d03c4429424efd6356c3b5c3e9e52965" -d '{"role": {"name": "CreateStackSuccessTests-2c0bc878-658f-4cb-proj-role"}}' 2018-10-04 15:23:40,557 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:23:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd0dbdac-d5cd-478c-b410-b9ed5754906f Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "98bd6a056d83483393cd6ff2a34ec34f", "links": {"self": "http://172.30.9.23:5000/v3/roles/98bd6a056d83483393cd6ff2a34ec34f"}, "name": "CreateStackSuccessTests-2c0bc878-658f-4cb-proj-role"}} 2018-10-04 15:23:40,558 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-fd0dbdac-d5cd-478c-b410-b9ed5754906f 2018-10-04 15:23:40,558 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-2c0bc878-658f-4cb-proj-role 2018-10-04 15:23:40,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/98bd6a056d83483393cd6ff2a34ec34f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f2ff5c4d03c4429424efd6356c3b5c3e9e52965" 2018-10-04 15:23:40,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f83ea1e-7b9a-475e-8ef1-109e0bc7728f Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/98bd6a056d83483393cd6ff2a34ec34f"}, "domain_id": null, "name": "CreateStackSuccessTests-2c0bc878-658f-4cb-proj-role", "id": "98bd6a056d83483393cd6ff2a34ec34f"}} 2018-10-04 15:23:40,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/98bd6a056d83483393cd6ff2a34ec34f used request id req-3f83ea1e-7b9a-475e-8ef1-109e0bc7728f 2018-10-04 15:23:40,650 - keystone_utils - INFO - Granting role CreateStackSuccessTests-2c0bc878-658f-4cb-proj-role to project CreateStackSuccessTests-2c0bc878-658f-4cb-proj 2018-10-04 15:23:40,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/fe7e2a98c0ef4a459f47aa5237a24886/users/be020fb1bf8d4a04a3b583151fcde372/roles/98bd6a056d83483393cd6ff2a34ec34f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f2ff5c4d03c4429424efd6356c3b5c3e9e52965" 2018-10-04 15:23:40,794 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:23:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9a2fd7c-239a-4194-85f3-ce7ab5b1875e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:23:40,794 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/fe7e2a98c0ef4a459f47aa5237a24886/users/be020fb1bf8d4a04a3b583151fcde372/roles/98bd6a056d83483393cd6ff2a34ec34f used request id req-a9a2fd7c-239a-4194-85f3-ce7ab5b1875e 2018-10-04 15:23:40,794 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:23:40,795 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:23:40,795 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:23:40,796 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:23:41,164 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "98bd6a056d83483393cd6ff2a34ec34f", "name": "CreateStackSuccessTests-2c0bc878-658f-4cb-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:23:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe7e2a98c0ef4a459f47aa5237a24886", "name": "CreateStackSuccessTests-2c0bc878-658f-4cb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/fe7e2a98c0ef4a459f47aa5237a24886", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/fe7e2a98c0ef4a459f47aa5237a24886", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/fe7e2a98c0ef4a459f47aa5237a24886", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/fe7e2a98c0ef4a459f47aa5237a24886", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/fe7e2a98c0ef4a459f47aa5237a24886", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/fe7e2a98c0ef4a459f47aa5237a24886", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fe7e2a98c0ef4a459f47aa5237a24886", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/fe7e2a98c0ef4a459f47aa5237a24886", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/fe7e2a98c0ef4a459f47aa5237a24886", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-2c0bc878-658f-4cb-user", "id": "be020fb1bf8d4a04a3b583151fcde372"}, "audit_ids": ["RmaOwm8gTrub8L6P1TPAqg"], "issued_at": "2018-10-04T15:23:41.000000Z"}} 2018-10-04 15:23:41,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d3913d273e1cb04d39421467a7f6e22e79044b" 2018-10-04 15:23:41,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53c8311d-2800-4de5-8da1-bd71e372fa46 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:23:41,230 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-53c8311d-2800-4de5-8da1-bd71e372fa46 2018-10-04 15:23:41,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39d3913d273e1cb04d39421467a7f6e22e79044b" 2018-10-04 15:23:41,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-924dd8e9-eb67-443c-be9e-b3ffc4c5f92c Date: Thu, 04 Oct 2018 15:23:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-image"} 2018-10-04 15:23:41,410 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-image used request id req-924dd8e9-eb67-443c-be9e-b3ffc4c5f92c 2018-10-04 15:23:41,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39d3913d273e1cb04d39421467a7f6e22e79044b" 2018-10-04 15:23:41,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ccd50038-971f-4477-803d-69c436df561f Date: Thu, 04 Oct 2018 15:23:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:23:41,578 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-ccd50038-971f-4477-803d-69c436df561f 2018-10-04 15:23:41,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}39d3913d273e1cb04d39421467a7f6e22e79044b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-image"}' 2018-10-04 15:23:41,825 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/78c3fd73-3083-4fa4-81dc-c07dfd64d73b X-Openstack-Request-Id: req-e0ab8312-6686-4b4e-bc2c-2600d881c88d Date: Thu, 04 Oct 2018 15:23:41 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:23:41Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:23:41Z", "visibility": "shared", "locations": [], "self": "/v2/images/78c3fd73-3083-4fa4-81dc-c07dfd64d73b", "min_disk": 0, "protected": false, "id": "78c3fd73-3083-4fa4-81dc-c07dfd64d73b", "file": "/v2/images/78c3fd73-3083-4fa4-81dc-c07dfd64d73b/file", "checksum": null, "owner": "fe7e2a98c0ef4a459f47aa5237a24886", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:23:41,825 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-e0ab8312-6686-4b4e-bc2c-2600d881c88d 2018-10-04 15:23:41,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/78c3fd73-3083-4fa4-81dc-c07dfd64d73b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39d3913d273e1cb04d39421467a7f6e22e79044b" -d '' 2018-10-04 15:23:43,124 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-437bdeea-2186-4d6a-9c96-010984aced6b Date: Thu, 04 Oct 2018 15:23:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:23:43,125 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/78c3fd73-3083-4fa4-81dc-c07dfd64d73b/file used request id req-437bdeea-2186-4d6a-9c96-010984aced6b 2018-10-04 15:23:43,125 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:23:43,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/78c3fd73-3083-4fa4-81dc-c07dfd64d73b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39d3913d273e1cb04d39421467a7f6e22e79044b" 2018-10-04 15:23:43,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-cc0f7ce1-5718-4179-858d-842dbba4f45a Date: Thu, 04 Oct 2018 15:23:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:23:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:23:43Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/78c3fd73-3083-4fa4-81dc-c07dfd64d73b/snap", "metadata": {}}], "self": "/v2/images/78c3fd73-3083-4fa4-81dc-c07dfd64d73b", "min_disk": 0, "protected": false, "id": "78c3fd73-3083-4fa4-81dc-c07dfd64d73b", "file": "/v2/images/78c3fd73-3083-4fa4-81dc-c07dfd64d73b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fe7e2a98c0ef4a459f47aa5237a24886", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/78c3fd73-3083-4fa4-81dc-c07dfd64d73b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:23:43,299 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/78c3fd73-3083-4fa4-81dc-c07dfd64d73b used request id req-cc0f7ce1-5718-4179-858d-842dbba4f45a 2018-10-04 15:23:43,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39d3913d273e1cb04d39421467a7f6e22e79044b" 2018-10-04 15:23:43,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0d8db88d-7ba0-4ec6-aa44-2287ff1dfac6 Date: Thu, 04 Oct 2018 15:23:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:23:43,466 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-0d8db88d-7ba0-4ec6-aa44-2287ff1dfac6 2018-10-04 15:23:43,469 - create_image - INFO - Created image with name - CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-image 2018-10-04 15:23:43,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/78c3fd73-3083-4fa4-81dc-c07dfd64d73b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39d3913d273e1cb04d39421467a7f6e22e79044b" 2018-10-04 15:23:43,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-86a24ba2-4499-48be-b25d-b6bc95560f78 Date: Thu, 04 Oct 2018 15:23:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:23:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:23:43Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/78c3fd73-3083-4fa4-81dc-c07dfd64d73b/snap", "metadata": {}}], "self": "/v2/images/78c3fd73-3083-4fa4-81dc-c07dfd64d73b", "min_disk": 0, "protected": false, "id": "78c3fd73-3083-4fa4-81dc-c07dfd64d73b", "file": "/v2/images/78c3fd73-3083-4fa4-81dc-c07dfd64d73b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fe7e2a98c0ef4a459f47aa5237a24886", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/78c3fd73-3083-4fa4-81dc-c07dfd64d73b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:23:43,489 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/78c3fd73-3083-4fa4-81dc-c07dfd64d73b used request id req-86a24ba2-4499-48be-b25d-b6bc95560f78 2018-10-04 15:23:43,490 - create_image - DEBUG - Instance status is - active 2018-10-04 15:23:43,490 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-image 2018-10-04 15:23:43,490 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-image 2018-10-04 15:23:43,490 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:23:43,491 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:23:43,876 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:23:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["FpSj8wGOSxWF_f1csbxLrg"], "issued_at": "2018-10-04T15:23:43.000000Z"}} 2018-10-04 15:23:43,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a758b5d5b42fb2fdf9a2d9dcd567dbf3f9cb9d7" 2018-10-04 15:23:43,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d319342f-0ca1-4890-9ff1-71d9aee3f5f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:23:43,975 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d319342f-0ca1-4890-9ff1-71d9aee3f5f5 2018-10-04 15:23:43,976 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:23:43,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a758b5d5b42fb2fdf9a2d9dcd567dbf3f9cb9d7" 2018-10-04 15:23:44,161 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-97c5c92c-ab7e-4b40-b694-ec02aa5d9d28 x-compute-request-id: req-97c5c92c-ab7e-4b40-b694-ec02aa5d9d28 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:23:44,161 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-97c5c92c-ab7e-4b40-b694-ec02aa5d9d28 2018-10-04 15:23:44,165 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a758b5d5b42fb2fdf9a2d9dcd567dbf3f9cb9d7" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:23:44,229 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf29f582-b2a8-47bf-ac92-174fcb2272b4 x-compute-request-id: req-bf29f582-b2a8-47bf-ac92-174fcb2272b4 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b1cf565-45a4-4c86-870c-2fc4184ad7ce", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b1cf565-45a4-4c86-870c-2fc4184ad7ce", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6b1cf565-45a4-4c86-870c-2fc4184ad7ce", "name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:23:44,229 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-bf29f582-b2a8-47bf-ac92-174fcb2272b4 2018-10-04 15:23:44,230 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:23:44,231 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:23:44,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "98bd6a056d83483393cd6ff2a34ec34f", "name": "CreateStackSuccessTests-2c0bc878-658f-4cb-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:23:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe7e2a98c0ef4a459f47aa5237a24886", "name": "CreateStackSuccessTests-2c0bc878-658f-4cb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/fe7e2a98c0ef4a459f47aa5237a24886", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/fe7e2a98c0ef4a459f47aa5237a24886", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/fe7e2a98c0ef4a459f47aa5237a24886", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/fe7e2a98c0ef4a459f47aa5237a24886", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/fe7e2a98c0ef4a459f47aa5237a24886", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/fe7e2a98c0ef4a459f47aa5237a24886", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fe7e2a98c0ef4a459f47aa5237a24886", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/fe7e2a98c0ef4a459f47aa5237a24886", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/fe7e2a98c0ef4a459f47aa5237a24886", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-2c0bc878-658f-4cb-user", "id": "be020fb1bf8d4a04a3b583151fcde372"}, "audit_ids": ["370ijAbSRLKt2I4agA46wA"], "issued_at": "2018-10-04T15:23:44.000000Z"}} 2018-10-04 15:23:44,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9640a20bb6d5e9ab72a78a105f467e4e7279d0c8" 2018-10-04 15:23:44,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e0b2105-f757-45a0-bf0d-baab707fccf8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:23:44,702 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1e0b2105-f757-45a0-bf0d-baab707fccf8 2018-10-04 15:23:44,703 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:23:44,706 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:23:44,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9640a20bb6d5e9ab72a78a105f467e4e7279d0c8" 2018-10-04 15:23:44,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:44 GMT Server: Apache x-openstack-request-id: req-777e96f9-8391-454f-a2b9-74416b95d1e7 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-04 15:23:44,881 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack used request id req-777e96f9-8391-454f-a2b9-74416b95d1e7 2018-10-04 15:23:44,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9640a20bb6d5e9ab72a78a105f467e4e7279d0c8" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-net", "inst_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-inst", "subnet_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-subnet", "image_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-image", "flavor_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-flavor-name"}}' 2018-10-04 15:23:47,294 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:23:44 GMT Server: Apache x-openstack-request-id: req-e923bc35-b8aa-4078-bd77-716f37217ed7 Location: http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "ebe81117-0943-44d6-ab7d-79050f6d9dbb", "links": [{"href": "http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb", "rel": "self"}]}} 2018-10-04 15:23:47,295 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks used request id req-e923bc35-b8aa-4078-bd77-716f37217ed7 2018-10-04 15:23:47,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/ebe81117-0943-44d6-ab7d-79050f6d9dbb -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9640a20bb6d5e9ab72a78a105f467e4e7279d0c8" 2018-10-04 15:23:47,470 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:23:47 GMT Server: Apache x-openstack-request-id: req-da84ed31-7766-461a-862f-33900e61ed7c Location: http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:23:47,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:47 GMT Server: Apache x-openstack-request-id: req-6d1bd4ed-43f4-490e-9405-9edb809e2432 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "fe7e2a98c0ef4a459f47aa5237a24886", "OS::stack_id": "ebe81117-0943-44d6-ab7d-79050f6d9dbb", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack", "image_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-image", "inst_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-inst", "subnet_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-subnet", "net_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-net", "flavor_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack", "stack_user_project_id": "6fe83ee2f166440eaeb0c87fc4722039", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:23:46Z", "links": [{"href": "http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ebe81117-0943-44d6-ab7d-79050f6d9dbb", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:23:47,659 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb used request id req-6d1bd4ed-43f4-490e-9405-9edb809e2432 2018-10-04 15:23:47,660 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack 2018-10-04 15:23:47,660 - create_stack - ERROR - Timeout checking for stack status for CREATE_COMPLETE 2018-10-04 15:23:47,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/ebe81117-0943-44d6-ab7d-79050f6d9dbb -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9640a20bb6d5e9ab72a78a105f467e4e7279d0c8" 2018-10-04 15:23:47,689 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:23:47 GMT Server: Apache x-openstack-request-id: req-cf0892db-dd8f-441a-be4d-745b27c8762e Location: http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:23:47,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:47 GMT Server: Apache x-openstack-request-id: req-cd263dc2-150e-4047-b269-524c47f105de Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "fe7e2a98c0ef4a459f47aa5237a24886", "OS::stack_id": "ebe81117-0943-44d6-ab7d-79050f6d9dbb", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack", "image_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-image", "inst_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-inst", "subnet_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-subnet", "net_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-net", "flavor_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack", "stack_user_project_id": "6fe83ee2f166440eaeb0c87fc4722039", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:23:46Z", "links": [{"href": "http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ebe81117-0943-44d6-ab7d-79050f6d9dbb", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:23:47,882 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb used request id req-cd263dc2-150e-4047-b269-524c47f105de 2018-10-04 15:23:47,882 - create_stack - ERROR - ERROR: STACK CREATION FAILED: Stack CREATE started 2018-10-04 15:23:47,882 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack 2018-10-04 15:23:47,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/ebe81117-0943-44d6-ab7d-79050f6d9dbb -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9640a20bb6d5e9ab72a78a105f467e4e7279d0c8" 2018-10-04 15:23:48,057 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:23:47 GMT Server: Apache x-openstack-request-id: req-72066a00-1e7c-4f39-848b-3b174797625c Location: http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:23:48,249 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:23:48 GMT Server: Apache x-openstack-request-id: req-e36d5ffd-984b-47a0-a7f4-bf83ef447970 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:23:48,249 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb used request id req-e36d5ffd-984b-47a0-a7f4-bf83ef447970 2018-10-04 15:23:48,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/ebe81117-0943-44d6-ab7d-79050f6d9dbb -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9640a20bb6d5e9ab72a78a105f467e4e7279d0c8" 2018-10-04 15:23:48,432 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:23:48 GMT Server: Apache x-openstack-request-id: req-13c0ff12-6582-4834-a017-6ff100e2f6e2 Location: http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:23:48,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:48 GMT Server: Apache x-openstack-request-id: req-cd502f7d-5997-4945-9251-6fd39abfd931 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "fe7e2a98c0ef4a459f47aa5237a24886", "OS::stack_id": "ebe81117-0943-44d6-ab7d-79050f6d9dbb", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack", "image_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-image", "inst_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-inst", "subnet_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-subnet", "net_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-net", "flavor_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack", "stack_user_project_id": "6fe83ee2f166440eaeb0c87fc4722039", "stack_status_reason": "Stack CREATE cancelled", "creation_time": "2018-10-04T15:23:46Z", "links": [{"href": "http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_FAILED", "stack_owner": null, "updated_time": null, "id": "ebe81117-0943-44d6-ab7d-79050f6d9dbb", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:23:48,610 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb used request id req-cd502f7d-5997-4945-9251-6fd39abfd931 2018-10-04 15:23:48,610 - create_stack - DEBUG - Stack status is - CREATE_FAILED 2018-10-04 15:23:48,610 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:23:51,611 - create_stack - DEBUG - Stack status query timeout in 1196.63830209 2018-10-04 15:23:51,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/ebe81117-0943-44d6-ab7d-79050f6d9dbb -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9640a20bb6d5e9ab72a78a105f467e4e7279d0c8" 2018-10-04 15:23:51,643 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:23:51 GMT Server: Apache x-openstack-request-id: req-5cb94e81-c33e-42fb-a988-c2f3fab8167c Location: http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:23:51,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:51 GMT Server: Apache x-openstack-request-id: req-51f642d7-71fd-481f-b28d-d66300ed664f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "fe7e2a98c0ef4a459f47aa5237a24886", "OS::stack_id": "ebe81117-0943-44d6-ab7d-79050f6d9dbb", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack", "image_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-image", "inst_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-inst", "subnet_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-subnet", "net_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-net", "flavor_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack", "stack_user_project_id": "6fe83ee2f166440eaeb0c87fc4722039", "stack_status_reason": "Stack CREATE cancelled", "creation_time": "2018-10-04T15:23:46Z", "links": [{"href": "http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_FAILED", "stack_owner": null, "updated_time": null, "id": "ebe81117-0943-44d6-ab7d-79050f6d9dbb", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:23:51,687 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb used request id req-51f642d7-71fd-481f-b28d-d66300ed664f 2018-10-04 15:23:51,688 - create_stack - DEBUG - Stack status is - CREATE_FAILED 2018-10-04 15:23:51,688 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:23:54,691 - create_stack - DEBUG - Stack status query timeout in 1193.55792999 2018-10-04 15:23:54,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/ebe81117-0943-44d6-ab7d-79050f6d9dbb -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9640a20bb6d5e9ab72a78a105f467e4e7279d0c8" 2018-10-04 15:23:54,722 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:23:54 GMT Server: Apache x-openstack-request-id: req-c59b994f-e332-4812-9df6-8d06da9b2481 Location: http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:23:54,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:54 GMT Server: Apache x-openstack-request-id: req-abe790b4-7fea-435c-85d8-8a9651552f53 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "fe7e2a98c0ef4a459f47aa5237a24886", "OS::stack_id": "ebe81117-0943-44d6-ab7d-79050f6d9dbb", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack", "image_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-image", "inst_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-inst", "subnet_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-subnet", "flavor_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-flavor-name", "net_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack", "stack_user_project_id": "6fe83ee2f166440eaeb0c87fc4722039", "tags": null, "creation_time": "2018-10-04T15:23:46Z", "links": [{"href": "http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:23:53Z", "id": "ebe81117-0943-44d6-ab7d-79050f6d9dbb", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:23:54,748 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb used request id req-abe790b4-7fea-435c-85d8-8a9651552f53 2018-10-04 15:23:54,749 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:23:54,749 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:23:57,752 - create_stack - DEBUG - Stack status query timeout in 1190.49697089 2018-10-04 15:23:57,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/ebe81117-0943-44d6-ab7d-79050f6d9dbb -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9640a20bb6d5e9ab72a78a105f467e4e7279d0c8" 2018-10-04 15:23:58,317 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:23:57 GMT Server: Apache x-openstack-request-id: req-6eb5cfcf-6eae-4c1c-afcd-ab7ae181d995 Location: http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:23:58,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:23:58 GMT Server: Apache x-openstack-request-id: req-92a389fc-84e9-46a3-835c-0c9964c6c724 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "fe7e2a98c0ef4a459f47aa5237a24886", "OS::stack_id": "ebe81117-0943-44d6-ab7d-79050f6d9dbb", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack", "image_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-image", "inst_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-inst", "subnet_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-subnet", "flavor_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-flavor-name", "net_name": "CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-net"}, "deletion_time": "2018-10-04T15:23:57Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack", "stack_user_project_id": "6fe83ee2f166440eaeb0c87fc4722039", "tags": null, "creation_time": "2018-10-04T15:23:46Z", "links": [{"href": "http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-04T15:23:53Z", "id": "ebe81117-0943-44d6-ab7d-79050f6d9dbb", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:23:58,483 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb used request id req-92a389fc-84e9-46a3-835c-0c9964c6c724 2018-10-04 15:23:58,483 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-04 15:23:58,483 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack 2018-10-04 15:23:58,484 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack 2018-10-04 15:23:58,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/ebe81117-0943-44d6-ab7d-79050f6d9dbb -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9640a20bb6d5e9ab72a78a105f467e4e7279d0c8" 2018-10-04 15:23:58,674 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:23:58 GMT Server: Apache x-openstack-request-id: req-85b64bf3-1065-4cc4-9183-93a48d50c36b Location: http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:23:58,853 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:23:58 GMT Server: Apache x-openstack-request-id: req-f1f25a32-4c86-44c9-b8c1-4855d8e47c57 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-04 15:23:58,853 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/fe7e2a98c0ef4a459f47aa5237a24886/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-stack/ebe81117-0943-44d6-ab7d-79050f6d9dbb used request id req-f1f25a32-4c86-44c9-b8c1-4855d8e47c57 2018-10-04 15:23:58,854 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-51ec03af-f61b-4a7f-8dfe-3f626acdff70-image 2018-10-04 15:23:58,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/78c3fd73-3083-4fa4-81dc-c07dfd64d73b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39d3913d273e1cb04d39421467a7f6e22e79044b" 2018-10-04 15:24:00,451 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5ade2209-aef3-4f10-8bcf-649601f6cdd5 Date: Thu, 04 Oct 2018 15:24:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:24:00,451 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/78c3fd73-3083-4fa4-81dc-c07dfd64d73b used request id req-5ade2209-aef3-4f10-8bcf-649601f6cdd5 2018-10-04 15:24:00,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/6b1cf565-45a4-4c86-870c-2fc4184ad7ce -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a758b5d5b42fb2fdf9a2d9dcd567dbf3f9cb9d7" 2018-10-04 15:24:00,494 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:24: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-2998cc51-6a81-4b2f-b1cb-ffdc190f0c5c x-compute-request-id: req-2998cc51-6a81-4b2f-b1cb-ffdc190f0c5c Content-Length: 0 Content-Type: application/json 2018-10-04 15:24:00,494 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/6b1cf565-45a4-4c86-870c-2fc4184ad7ce used request id req-2998cc51-6a81-4b2f-b1cb-ffdc190f0c5c 2018-10-04 15:24:00,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f2ff5c4d03c4429424efd6356c3b5c3e9e52965" 2018-10-04 15:24:00,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-7917cc7f-2343-4cba-80ac-9635f1eecdbf Date: Thu, 04 Oct 2018 15:24:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fe7e2a98c0ef4a459f47aa5237a24886", "created_at": "2018-10-04T15:23:47Z", "updated_at": "2018-10-04T15:23:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:23:47Z", "revision_number": 0, "id": "0a6589d6-bc87-430c-833b-92e656ce6183", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:23:47Z", "security_group_id": "470cc220-ec80-4214-8a92-0fe7816b79f5", "tenant_id": "fe7e2a98c0ef4a459f47aa5237a24886", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe7e2a98c0ef4a459f47aa5237a24886"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:23:47Z", "revision_number": 0, "id": "afd9f0e8-a598-4507-b594-c8d9a086e73a", "remote_group_id": "470cc220-ec80-4214-8a92-0fe7816b79f5", "remote_ip_prefix": null, "created_at": "2018-10-04T15:23:47Z", "security_group_id": "470cc220-ec80-4214-8a92-0fe7816b79f5", "tenant_id": "fe7e2a98c0ef4a459f47aa5237a24886", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe7e2a98c0ef4a459f47aa5237a24886"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:23:47Z", "revision_number": 0, "id": "c8673505-9af6-495a-9dc6-ae715671c431", "remote_group_id": "470cc220-ec80-4214-8a92-0fe7816b79f5", "remote_ip_prefix": null, "created_at": "2018-10-04T15:23:47Z", "security_group_id": "470cc220-ec80-4214-8a92-0fe7816b79f5", "tenant_id": "fe7e2a98c0ef4a459f47aa5237a24886", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe7e2a98c0ef4a459f47aa5237a24886"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:23:47Z", "revision_number": 0, "id": "cb9b16e7-966f-44c1-adea-84ed2be104f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:23:47Z", "security_group_id": "470cc220-ec80-4214-8a92-0fe7816b79f5", "tenant_id": "fe7e2a98c0ef4a459f47aa5237a24886", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe7e2a98c0ef4a459f47aa5237a24886"}], "revision_number": 4, "project_id": "fe7e2a98c0ef4a459f47aa5237a24886", "id": "470cc220-ec80-4214-8a92-0fe7816b79f5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:24:00,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-7917cc7f-2343-4cba-80ac-9635f1eecdbf 2018-10-04 15:24:00,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f2ff5c4d03c4429424efd6356c3b5c3e9e52965" 2018-10-04 15:24:00,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62281fbf-d8be-4aca-adac-e1c000b8cdd8 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:24:00,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-62281fbf-d8be-4aca-adac-e1c000b8cdd8 2018-10-04 15:24:00,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f2ff5c4d03c4429424efd6356c3b5c3e9e52965" 2018-10-04 15:24:00,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7295c44b-3267-42c2-a5af-0d9dbc1fc018 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:24:00,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-7295c44b-3267-42c2-a5af-0d9dbc1fc018 2018-10-04 15:24:00,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f2ff5c4d03c4429424efd6356c3b5c3e9e52965" 2018-10-04 15:24:00,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-358ec10e-f33b-4574-911d-cf8f208361df Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:24:00,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-358ec10e-f33b-4574-911d-cf8f208361df 2018-10-04 15:24:00,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/fe7e2a98c0ef4a459f47aa5237a24886 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f2ff5c4d03c4429424efd6356c3b5c3e9e52965" 2018-10-04 15:24:01,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c394ddad-7c06-4661-aa93-05eadb2da86a Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/fe7e2a98c0ef4a459f47aa5237a24886"}, "enabled": true, "id": "fe7e2a98c0ef4a459f47aa5237a24886", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-2c0bc878-658f-4cb-proj"}} 2018-10-04 15:24:01,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/fe7e2a98c0ef4a459f47aa5237a24886 used request id req-c394ddad-7c06-4661-aa93-05eadb2da86a 2018-10-04 15:24:01,070 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 470cc220-ec80-4214-8a92-0fe7816b79f5 2018-10-04 15:24:01,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=470cc220-ec80-4214-8a92-0fe7816b79f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f2ff5c4d03c4429424efd6356c3b5c3e9e52965" 2018-10-04 15:24:01,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-bdfe46ae-d5af-45ce-bf92-ffab3331210a Date: Thu, 04 Oct 2018 15:24:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:23:47Z", "security_group_id": "470cc220-ec80-4214-8a92-0fe7816b79f5", "port_range_min": null, "revision_number": 0, "tenant_id": "fe7e2a98c0ef4a459f47aa5237a24886", "created_at": "2018-10-04T15:23:47Z", "project_id": "fe7e2a98c0ef4a459f47aa5237a24886", "id": "0a6589d6-bc87-430c-833b-92e656ce6183"}, {"remote_group_id": "470cc220-ec80-4214-8a92-0fe7816b79f5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:23:47Z", "security_group_id": "470cc220-ec80-4214-8a92-0fe7816b79f5", "port_range_min": null, "revision_number": 0, "tenant_id": "fe7e2a98c0ef4a459f47aa5237a24886", "created_at": "2018-10-04T15:23:47Z", "project_id": "fe7e2a98c0ef4a459f47aa5237a24886", "id": "afd9f0e8-a598-4507-b594-c8d9a086e73a"}, {"remote_group_id": "470cc220-ec80-4214-8a92-0fe7816b79f5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:23:47Z", "security_group_id": "470cc220-ec80-4214-8a92-0fe7816b79f5", "port_range_min": null, "revision_number": 0, "tenant_id": "fe7e2a98c0ef4a459f47aa5237a24886", "created_at": "2018-10-04T15:23:47Z", "project_id": "fe7e2a98c0ef4a459f47aa5237a24886", "id": "c8673505-9af6-495a-9dc6-ae715671c431"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:23:47Z", "security_group_id": "470cc220-ec80-4214-8a92-0fe7816b79f5", "port_range_min": null, "revision_number": 0, "tenant_id": "fe7e2a98c0ef4a459f47aa5237a24886", "created_at": "2018-10-04T15:23:47Z", "project_id": "fe7e2a98c0ef4a459f47aa5237a24886", "id": "cb9b16e7-966f-44c1-adea-84ed2be104f2"}]} 2018-10-04 15:24:01,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=470cc220-ec80-4214-8a92-0fe7816b79f5 used request id req-bdfe46ae-d5af-45ce-bf92-ffab3331210a 2018-10-04 15:24:01,248 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:24:01,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/470cc220-ec80-4214-8a92-0fe7816b79f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f2ff5c4d03c4429424efd6356c3b5c3e9e52965" 2018-10-04 15:24:01,535 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c218cf36-0ebc-4f3e-b0e4-ddc22a2f82cb Content-Length: 0 Date: Thu, 04 Oct 2018 15:24:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:24:01,535 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/470cc220-ec80-4214-8a92-0fe7816b79f5 used request id req-c218cf36-0ebc-4f3e-b0e4-ddc22a2f82cb 2018-10-04 15:24:01,536 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-2c0bc878-658f-4cb-proj 2018-10-04 15:24:01,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/fe7e2a98c0ef4a459f47aa5237a24886 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f2ff5c4d03c4429424efd6356c3b5c3e9e52965" 2018-10-04 15:24:01,770 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:24:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81427b2d-eb1b-407c-afa7-5b46790db94c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:24:01,770 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/fe7e2a98c0ef4a459f47aa5237a24886 used request id req-81427b2d-eb1b-407c-afa7-5b46790db94c 2018-10-04 15:24:01,770 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-2c0bc878-658f-4cb-proj-role 2018-10-04 15:24:01,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/98bd6a056d83483393cd6ff2a34ec34f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f2ff5c4d03c4429424efd6356c3b5c3e9e52965" 2018-10-04 15:24:01,892 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:24:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9ba8b1f-afa1-4ea7-a720-b8c1dbb223bc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:24:01,893 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/98bd6a056d83483393cd6ff2a34ec34f used request id req-b9ba8b1f-afa1-4ea7-a720-b8c1dbb223bc 2018-10-04 15:24:01,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f2ff5c4d03c4429424efd6356c3b5c3e9e52965" 2018-10-04 15:24:01,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-373b9f24-1a8f-49e0-8f8a-57835563141b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:24:01,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-373b9f24-1a8f-49e0-8f8a-57835563141b 2018-10-04 15:24:01,980 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-2c0bc878-658f-4cb-user 2018-10-04 15:24:01,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/be020fb1bf8d4a04a3b583151fcde372 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cb159a36733b92813ae3b4e78966a744315fb39" 2018-10-04 15:24:02,172 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:24:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfef7596-0c4d-4f78-bdbf-d3e393ae6938 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:24:02,172 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/be020fb1bf8d4a04a3b583151fcde372 used request id req-dfef7596-0c4d-4f78-bdbf-d3e393ae6938 2018-10-04 15:24:02,174 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:24:02,558 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:24:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["dHz1utIKT7W1jnF_4LbvfA"], "issued_at": "2018-10-04T15:24:02.000000Z"}} 2018-10-04 15:24:02,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f75bdb41c0f5f37af5bcd41c9edad2fa7128b441" 2018-10-04 15:24:02,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5b739e1-3688-4ce9-ae4a-b1aeff64f26b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:24:02,633 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b5b739e1-3688-4ce9-ae4a-b1aeff64f26b 2018-10-04 15:24:02,635 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:24:02,636 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:24:03,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:24:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["70CaTvQVQfmviKnluQ814w"], "issued_at": "2018-10-04T15:24:03.000000Z"}} 2018-10-04 15:24:03,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc9d538b8e15cb251ac9d639d2ffee9dc5079944" 2018-10-04 15:24:03,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ff5a4ce-86b0-4247-979c-6691fd807361 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:24:03,111 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0ff5a4ce-86b0-4247-979c-6691fd807361 2018-10-04 15:24:03,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:24:03,121 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:24:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:24:03,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-535d53f8-da17-41f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc9d538b8e15cb251ac9d639d2ffee9dc5079944" 2018-10-04 15:24:03,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb61d406-2e0c-484e-87c1-d2979c59b760 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-535d53f8-da17-41f-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:24:03,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-535d53f8-da17-41f-proj used request id req-eb61d406-2e0c-484e-87c1-d2979c59b760 2018-10-04 15:24:03,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc9d538b8e15cb251ac9d639d2ffee9dc5079944" 2018-10-04 15:24:03,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d82aa038-f799-4088-b51c-4779b3ca5671 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:24:03,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-d82aa038-f799-4088-b51c-4779b3ca5671 2018-10-04 15:24:03,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc9d538b8e15cb251ac9d639d2ffee9dc5079944" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-535d53f8-da17-41f-proj"}}' 2018-10-04 15:24:03,427 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:24:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10d280fc-f474-44a2-8d85-175d190ed20a Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ef3c40fa15c045d3ac221b2ca0870a18"}, "enabled": true, "id": "ef3c40fa15c045d3ac221b2ca0870a18", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-535d53f8-da17-41f-proj"}} 2018-10-04 15:24:03,427 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-10d280fc-f474-44a2-8d85-175d190ed20a 2018-10-04 15:24:03,427 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-535d53f8-da17-41f-proj 2018-10-04 15:24:03,427 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:24:03,428 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:24:03,822 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:24:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["WsHrDDJyStWWO_WKd--thg"], "issued_at": "2018-10-04T15:24:03.000000Z"}} 2018-10-04 15:24:03,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbefa4e0fccbb7086ff5f78629f197ee2ae65c64" 2018-10-04 15:24:03,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-499ef3a5-933f-4572-8475-504b62998f47 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:24:03,914 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-499ef3a5-933f-4572-8475-504b62998f47 2018-10-04 15:24:03,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:24:03,924 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:24:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:24:03,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbefa4e0fccbb7086ff5f78629f197ee2ae65c64" 2018-10-04 15:24:04,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68d3a35f-5a2d-4878-8f1b-29121e2a48c4 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:24:04,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-68d3a35f-5a2d-4878-8f1b-29121e2a48c4 2018-10-04 15:24:04,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-535d53f8-da17-41f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbefa4e0fccbb7086ff5f78629f197ee2ae65c64" 2018-10-04 15:24:04,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2a3b400-04a9-41e5-8e14-fd156ce7b3a5 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-535d53f8-da17-41f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ef3c40fa15c045d3ac221b2ca0870a18"}, "enabled": true, "id": "ef3c40fa15c045d3ac221b2ca0870a18", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-535d53f8-da17-41f-proj"}]} 2018-10-04 15:24:04,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-535d53f8-da17-41f-proj used request id req-a2a3b400-04a9-41e5-8e14-fd156ce7b3a5 2018-10-04 15:24:04,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbefa4e0fccbb7086ff5f78629f197ee2ae65c64" 2018-10-04 15:24:04,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38740b48-03ce-4054-8c5e-f22098a25c27 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:24:04,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-38740b48-03ce-4054-8c5e-f22098a25c27 2018-10-04 15:24:04,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbefa4e0fccbb7086ff5f78629f197ee2ae65c64" 2018-10-04 15:24:04,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c11f299-b7f9-444f-b517-61189b51bd49 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:24:04,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9c11f299-b7f9-444f-b517-61189b51bd49 2018-10-04 15:24:04,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-535d53f8-da17-41f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbefa4e0fccbb7086ff5f78629f197ee2ae65c64" 2018-10-04 15:24:04,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c164538b-bbd1-41b6-801d-3ddaf38baf99 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-535d53f8-da17-41f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ef3c40fa15c045d3ac221b2ca0870a18"}, "enabled": true, "id": "ef3c40fa15c045d3ac221b2ca0870a18", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-535d53f8-da17-41f-proj"}]} 2018-10-04 15:24:04,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-535d53f8-da17-41f-proj used request id req-c164538b-bbd1-41b6-801d-3ddaf38baf99 2018-10-04 15:24:04,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/2410dfdff66a4ea08f12fc68bf9d9b9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbefa4e0fccbb7086ff5f78629f197ee2ae65c64" 2018-10-04 15:24:04,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f10a917c-d0d6-4d85-90a8-4957db5dc667 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-535d53f8-da17-41f-user", "links": {"self": "http://172.30.9.23:5000/v3/users/2410dfdff66a4ea08f12fc68bf9d9b9c"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "ef3c40fa15c045d3ac221b2ca0870a18", "id": "2410dfdff66a4ea08f12fc68bf9d9b9c", "password_expires_at": null}} 2018-10-04 15:24:04,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/2410dfdff66a4ea08f12fc68bf9d9b9c used request id req-f10a917c-d0d6-4d85-90a8-4957db5dc667 2018-10-04 15:24:04,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ef3c40fa15c045d3ac221b2ca0870a18/users/2410dfdff66a4ea08f12fc68bf9d9b9c/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbefa4e0fccbb7086ff5f78629f197ee2ae65c64" 2018-10-04 15:24:05,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6d8803b-512d-495a-a792-44ed5c0958ad Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/ef3c40fa15c045d3ac221b2ca0870a18/users/2410dfdff66a4ea08f12fc68bf9d9b9c/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 15:24:05,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ef3c40fa15c045d3ac221b2ca0870a18/users/2410dfdff66a4ea08f12fc68bf9d9b9c/roles used request id req-b6d8803b-512d-495a-a792-44ed5c0958ad 2018-10-04 15:24:05,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbefa4e0fccbb7086ff5f78629f197ee2ae65c64" 2018-10-04 15:24:05,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4fd36bc-11ed-4ed5-84ad-778029142446 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "domain_id": null, "name": "heat_stack_owner", "id": "aa60aa92e6004a9babfb6641bde48b31"}} 2018-10-04 15:24:05,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-c4fd36bc-11ed-4ed5-84ad-778029142446 2018-10-04 15:24:05,088 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-535d53f8-da17-41f-proj 2018-10-04 15:24:05,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/ef3c40fa15c045d3ac221b2ca0870a18/users/2410dfdff66a4ea08f12fc68bf9d9b9c/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbefa4e0fccbb7086ff5f78629f197ee2ae65c64" 2018-10-04 15:24:05,149 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:24:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c2e7b7e-4d9f-48af-bff7-9cb274682117 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:24:05,149 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/ef3c40fa15c045d3ac221b2ca0870a18/users/2410dfdff66a4ea08f12fc68bf9d9b9c/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-3c2e7b7e-4d9f-48af-bff7-9cb274682117 2018-10-04 15:24:05,149 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-535d53f8-da17-41f-user 2018-10-04 15:24:05,149 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:24:05,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc9d538b8e15cb251ac9d639d2ffee9dc5079944" 2018-10-04 15:24:05,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-708e94ad-d740-42e2-98c8-ddd9fd0042ed Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:24:05,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-708e94ad-d740-42e2-98c8-ddd9fd0042ed 2018-10-04 15:24:05,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc9d538b8e15cb251ac9d639d2ffee9dc5079944" -d '{"role": {"name": "CreateStackSuccessTests-535d53f8-da17-41f-proj-role"}}' 2018-10-04 15:24:05,336 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:24:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2e1c111-c976-4c7e-8465-33e0158ba534 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0b9c04fa841447688dada2daeeac7e26", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b9c04fa841447688dada2daeeac7e26"}, "name": "CreateStackSuccessTests-535d53f8-da17-41f-proj-role"}} 2018-10-04 15:24:05,336 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-d2e1c111-c976-4c7e-8465-33e0158ba534 2018-10-04 15:24:05,336 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-535d53f8-da17-41f-proj-role 2018-10-04 15:24:05,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/0b9c04fa841447688dada2daeeac7e26 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc9d538b8e15cb251ac9d639d2ffee9dc5079944" 2018-10-04 15:24:05,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a71ae6a3-cc77-49c8-8527-6d12a4cfb3fb Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/0b9c04fa841447688dada2daeeac7e26"}, "domain_id": null, "name": "CreateStackSuccessTests-535d53f8-da17-41f-proj-role", "id": "0b9c04fa841447688dada2daeeac7e26"}} 2018-10-04 15:24:05,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/0b9c04fa841447688dada2daeeac7e26 used request id req-a71ae6a3-cc77-49c8-8527-6d12a4cfb3fb 2018-10-04 15:24:05,428 - keystone_utils - INFO - Granting role CreateStackSuccessTests-535d53f8-da17-41f-proj-role to project CreateStackSuccessTests-535d53f8-da17-41f-proj 2018-10-04 15:24:05,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/ef3c40fa15c045d3ac221b2ca0870a18/users/2410dfdff66a4ea08f12fc68bf9d9b9c/roles/0b9c04fa841447688dada2daeeac7e26 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc9d538b8e15cb251ac9d639d2ffee9dc5079944" 2018-10-04 15:24:05,566 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:24:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b827196-92a5-4ddb-a003-d66479e028f9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:24:05,567 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/ef3c40fa15c045d3ac221b2ca0870a18/users/2410dfdff66a4ea08f12fc68bf9d9b9c/roles/0b9c04fa841447688dada2daeeac7e26 used request id req-7b827196-92a5-4ddb-a003-d66479e028f9 2018-10-04 15:24:05,567 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:24:05,567 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:24:05,567 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:24:05,568 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:24:05,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}, {"id": "0b9c04fa841447688dada2daeeac7e26", "name": "CreateStackSuccessTests-535d53f8-da17-41f-proj-role"}], "expires_at": "2018-10-04T16:24:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c40fa15c045d3ac221b2ca0870a18", "name": "CreateStackSuccessTests-535d53f8-da17-41f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-535d53f8-da17-41f-user", "id": "2410dfdff66a4ea08f12fc68bf9d9b9c"}, "audit_ids": ["cpJ79fYmQI63dPH-wuNAhg"], "issued_at": "2018-10-04T15:24:05.000000Z"}} 2018-10-04 15:24:05,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9844ed72f6d1ea48cc51ade0679f64191384abf" 2018-10-04 15:24:06,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-187e99d2-4ade-412b-b451-7b6e9d3da262 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:24:06,018 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-187e99d2-4ade-412b-b451-7b6e9d3da262 2018-10-04 15:24:06,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9844ed72f6d1ea48cc51ade0679f64191384abf" 2018-10-04 15:24:06,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-9e7bcb13-7cad-4df8-9522-8bee57e2f718 Date: Thu, 04 Oct 2018 15:24:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-image"} 2018-10-04 15:24:06,211 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-image used request id req-9e7bcb13-7cad-4df8-9522-8bee57e2f718 2018-10-04 15:24:06,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9844ed72f6d1ea48cc51ade0679f64191384abf" 2018-10-04 15:24:06,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c1403553-4626-48ea-bf6b-84dfeae9b041 Date: Thu, 04 Oct 2018 15:24:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:24:06,357 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-c1403553-4626-48ea-bf6b-84dfeae9b041 2018-10-04 15:24:06,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f9844ed72f6d1ea48cc51ade0679f64191384abf" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-image"}' 2018-10-04 15:24:06,577 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/1bebdb10-5a4a-422a-b54e-bea24e55540b X-Openstack-Request-Id: req-386aa45d-6739-4012-98f7-d668e142b865 Date: Thu, 04 Oct 2018 15:24:06 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:24:06Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:24:06Z", "visibility": "shared", "locations": [], "self": "/v2/images/1bebdb10-5a4a-422a-b54e-bea24e55540b", "min_disk": 0, "protected": false, "id": "1bebdb10-5a4a-422a-b54e-bea24e55540b", "file": "/v2/images/1bebdb10-5a4a-422a-b54e-bea24e55540b/file", "checksum": null, "owner": "ef3c40fa15c045d3ac221b2ca0870a18", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:24:06,577 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-386aa45d-6739-4012-98f7-d668e142b865 2018-10-04 15:24:06,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/1bebdb10-5a4a-422a-b54e-bea24e55540b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9844ed72f6d1ea48cc51ade0679f64191384abf" -d '' 2018-10-04 15:24:08,017 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-753b1df0-285a-4cf6-ad5b-488262204b94 Date: Thu, 04 Oct 2018 15:24:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:24:08,017 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/1bebdb10-5a4a-422a-b54e-bea24e55540b/file used request id req-753b1df0-285a-4cf6-ad5b-488262204b94 2018-10-04 15:24:08,018 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:24:08,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/1bebdb10-5a4a-422a-b54e-bea24e55540b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9844ed72f6d1ea48cc51ade0679f64191384abf" 2018-10-04 15:24:08,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-66f87e8f-e9e2-4683-a92e-4a80aa2165f7 Date: Thu, 04 Oct 2018 15:24:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:24:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:24:07Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/1bebdb10-5a4a-422a-b54e-bea24e55540b/snap", "metadata": {}}], "self": "/v2/images/1bebdb10-5a4a-422a-b54e-bea24e55540b", "min_disk": 0, "protected": false, "id": "1bebdb10-5a4a-422a-b54e-bea24e55540b", "file": "/v2/images/1bebdb10-5a4a-422a-b54e-bea24e55540b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c40fa15c045d3ac221b2ca0870a18", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/1bebdb10-5a4a-422a-b54e-bea24e55540b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:24:08,182 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/1bebdb10-5a4a-422a-b54e-bea24e55540b used request id req-66f87e8f-e9e2-4683-a92e-4a80aa2165f7 2018-10-04 15:24:08,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9844ed72f6d1ea48cc51ade0679f64191384abf" 2018-10-04 15:24:08,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e0895925-48b8-43f6-843e-c666c2fc6090 Date: Thu, 04 Oct 2018 15:24:08 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:24:08,352 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-e0895925-48b8-43f6-843e-c666c2fc6090 2018-10-04 15:24:08,355 - create_image - INFO - Created image with name - CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-image 2018-10-04 15:24:08,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/1bebdb10-5a4a-422a-b54e-bea24e55540b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9844ed72f6d1ea48cc51ade0679f64191384abf" 2018-10-04 15:24:08,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-8d557b6c-69f1-45bf-8c94-459a35b33716 Date: Thu, 04 Oct 2018 15:24:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:24:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:24:07Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/1bebdb10-5a4a-422a-b54e-bea24e55540b/snap", "metadata": {}}], "self": "/v2/images/1bebdb10-5a4a-422a-b54e-bea24e55540b", "min_disk": 0, "protected": false, "id": "1bebdb10-5a4a-422a-b54e-bea24e55540b", "file": "/v2/images/1bebdb10-5a4a-422a-b54e-bea24e55540b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c40fa15c045d3ac221b2ca0870a18", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/1bebdb10-5a4a-422a-b54e-bea24e55540b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:24:08,520 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/1bebdb10-5a4a-422a-b54e-bea24e55540b used request id req-8d557b6c-69f1-45bf-8c94-459a35b33716 2018-10-04 15:24:08,521 - create_image - DEBUG - Instance status is - active 2018-10-04 15:24:08,521 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-image 2018-10-04 15:24:08,521 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-image 2018-10-04 15:24:08,521 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:24:08,522 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:24:08,907 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:24:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["wHIUtSV3TtiP66v-VOwqcA"], "issued_at": "2018-10-04T15:24:08.000000Z"}} 2018-10-04 15:24:08,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}398a2c43851f2d25e9ce00947e68b9c2ea9145d9" 2018-10-04 15:24:08,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05aa91c8-11cf-413e-bb1c-1159c465a716 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:24:08,977 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-05aa91c8-11cf-413e-bb1c-1159c465a716 2018-10-04 15:24:08,978 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:24:08,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}398a2c43851f2d25e9ce00947e68b9c2ea9145d9" 2018-10-04 15:24:09,164 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-39f312fd-a8e7-4fcf-920e-af16f730a85f x-compute-request-id: req-39f312fd-a8e7-4fcf-920e-af16f730a85f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:24:09,164 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-39f312fd-a8e7-4fcf-920e-af16f730a85f 2018-10-04 15:24:09,168 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}398a2c43851f2d25e9ce00947e68b9c2ea9145d9" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:24:09,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24: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-69b86e15-b4fb-45d2-8420-bd42f42d3361 x-compute-request-id: req-69b86e15-b4fb-45d2-8420-bd42f42d3361 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7da92344-0f6b-484c-924d-5398ebf6222f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7da92344-0f6b-484c-924d-5398ebf6222f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7da92344-0f6b-484c-924d-5398ebf6222f", "name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:24:09,208 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-69b86e15-b4fb-45d2-8420-bd42f42d3361 2018-10-04 15:24:09,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:24:09,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:24:09,617 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}, {"id": "0b9c04fa841447688dada2daeeac7e26", "name": "CreateStackSuccessTests-535d53f8-da17-41f-proj-role"}], "expires_at": "2018-10-04T16:24:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c40fa15c045d3ac221b2ca0870a18", "name": "CreateStackSuccessTests-535d53f8-da17-41f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-535d53f8-da17-41f-user", "id": "2410dfdff66a4ea08f12fc68bf9d9b9c"}, "audit_ids": ["GmZBij6aRB6qFJz8V1fzFg"], "issued_at": "2018-10-04T15:24:09.000000Z"}} 2018-10-04 15:24:09,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b592476cadccf5c08c2805a479de0b853e71e0eb" 2018-10-04 15:24:09,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-411680f4-f5e6-4466-8167-c95ba0618dec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:24:09,704 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-411680f4-f5e6-4466-8167-c95ba0618dec 2018-10-04 15:24:09,705 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:24:09,708 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:24:09,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b592476cadccf5c08c2805a479de0b853e71e0eb" 2018-10-04 15:24:09,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:09 GMT Server: Apache x-openstack-request-id: req-c2e7042e-bc48-419d-bae1-906d3139f7c9 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-04 15:24:09,895 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack used request id req-c2e7042e-bc48-419d-bae1-906d3139f7c9 2018-10-04 15:24:09,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b592476cadccf5c08c2805a479de0b853e71e0eb" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-net", "inst_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-inst", "subnet_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-subnet", "image_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-image", "flavor_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-flavor-name"}}' 2018-10-04 15:24:12,114 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:24:09 GMT Server: Apache x-openstack-request-id: req-1c6f625e-d269-4d94-ad5d-6551ca53435a Location: http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "links": [{"href": "http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3", "rel": "self"}]}} 2018-10-04 15:24:12,115 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks used request id req-1c6f625e-d269-4d94-ad5d-6551ca53435a 2018-10-04 15:24:12,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/0d932812-1d4d-468a-8c90-dbdc334013d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b592476cadccf5c08c2805a479de0b853e71e0eb" 2018-10-04 15:24:12,295 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:24:12 GMT Server: Apache x-openstack-request-id: req-d7a1537d-7657-4025-a306-5348aaea620f Location: http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:24:12,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:12 GMT Server: Apache x-openstack-request-id: req-a4959fa7-7116-48cf-b3cf-6fd87a5a8391 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ef3c40fa15c045d3ac221b2ca0870a18", "OS::stack_id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "image_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-image", "inst_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-inst", "subnet_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-subnet", "net_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-net", "flavor_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "stack_user_project_id": "a7900bea1aba4b54bf119f49f00f92a8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:24:11Z", "links": [{"href": "http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:24:12,856 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 used request id req-a4959fa7-7116-48cf-b3cf-6fd87a5a8391 2018-10-04 15:24:12,857 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack 2018-10-04 15:24:12,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/0d932812-1d4d-468a-8c90-dbdc334013d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b592476cadccf5c08c2805a479de0b853e71e0eb" 2018-10-04 15:24:13,114 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:24:12 GMT Server: Apache x-openstack-request-id: req-b7cb9d2f-a8ba-4dd6-a0fe-7a470780137d Location: http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:24:13,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:13 GMT Server: Apache x-openstack-request-id: req-298c977e-e098-43c5-8df9-0dca884776aa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ef3c40fa15c045d3ac221b2ca0870a18", "OS::stack_id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "image_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-image", "inst_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-inst", "subnet_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-subnet", "net_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-net", "flavor_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "stack_user_project_id": "a7900bea1aba4b54bf119f49f00f92a8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:24:11Z", "links": [{"href": "http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:24:13,298 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 used request id req-298c977e-e098-43c5-8df9-0dca884776aa 2018-10-04 15:24:13,298 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:24:13,299 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:24:16,302 - create_stack - DEBUG - Stack status query timeout in 1196.55543709 2018-10-04 15:24:16,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/0d932812-1d4d-468a-8c90-dbdc334013d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b592476cadccf5c08c2805a479de0b853e71e0eb" 2018-10-04 15:24:16,476 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:24:16 GMT Server: Apache x-openstack-request-id: req-5ce52f93-6b85-4aa8-9818-06f2b8142cbb Location: http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:24:16,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:16 GMT Server: Apache x-openstack-request-id: req-d97248f9-1c10-4d83-92f2-84f236fcf783 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ef3c40fa15c045d3ac221b2ca0870a18", "OS::stack_id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "image_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-image", "inst_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-inst", "subnet_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-subnet", "net_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-net", "flavor_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "stack_user_project_id": "a7900bea1aba4b54bf119f49f00f92a8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:24:11Z", "links": [{"href": "http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:24:16,672 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 used request id req-d97248f9-1c10-4d83-92f2-84f236fcf783 2018-10-04 15:24:16,673 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:24:16,673 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:24:19,674 - create_stack - DEBUG - Stack status query timeout in 1193.18280101 2018-10-04 15:24:19,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/0d932812-1d4d-468a-8c90-dbdc334013d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b592476cadccf5c08c2805a479de0b853e71e0eb" 2018-10-04 15:24:19,704 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:24:19 GMT Server: Apache x-openstack-request-id: req-6c55160f-9840-4aee-8661-eacc9a4a11fe Location: http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:24:19,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:19 GMT Server: Apache x-openstack-request-id: req-3ac98005-6b14-40f9-a1de-c3338e6f4417 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ef3c40fa15c045d3ac221b2ca0870a18", "OS::stack_id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "image_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-image", "inst_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-inst", "subnet_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-subnet", "net_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-net", "flavor_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "stack_user_project_id": "a7900bea1aba4b54bf119f49f00f92a8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:24:11Z", "links": [{"href": "http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:24:19,930 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 used request id req-3ac98005-6b14-40f9-a1de-c3338e6f4417 2018-10-04 15:24:19,930 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:24:19,930 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:24:22,933 - create_stack - DEBUG - Stack status query timeout in 1189.92370701 2018-10-04 15:24:22,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/0d932812-1d4d-468a-8c90-dbdc334013d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b592476cadccf5c08c2805a479de0b853e71e0eb" 2018-10-04 15:24:23,110 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:24:22 GMT Server: Apache x-openstack-request-id: req-df09cdc7-6da1-461d-adaa-3aa44029d266 Location: http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:24:23,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:23 GMT Server: Apache x-openstack-request-id: req-2bb0414d-7080-4c0c-8211-8450dd7e1cae Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ef3c40fa15c045d3ac221b2ca0870a18", "OS::stack_id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "image_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-image", "inst_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-inst", "subnet_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-subnet", "net_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-net", "flavor_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "stack_user_project_id": "a7900bea1aba4b54bf119f49f00f92a8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:24:11Z", "links": [{"href": "http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:24:23,337 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 used request id req-2bb0414d-7080-4c0c-8211-8450dd7e1cae 2018-10-04 15:24:23,337 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:24:23,337 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:24:26,341 - create_stack - DEBUG - Stack status query timeout in 1186.51663613 2018-10-04 15:24:26,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/0d932812-1d4d-468a-8c90-dbdc334013d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b592476cadccf5c08c2805a479de0b853e71e0eb" 2018-10-04 15:24:26,372 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:24:26 GMT Server: Apache x-openstack-request-id: req-5b2df4e7-1077-4100-99ab-561ceafe68a8 Location: http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:24:26,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:26 GMT Server: Apache x-openstack-request-id: req-68bf936c-397b-4cb9-ba00-d69248070343 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ef3c40fa15c045d3ac221b2ca0870a18", "OS::stack_id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "image_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-image", "inst_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-inst", "subnet_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-subnet", "net_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-net", "flavor_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "stack_user_project_id": "a7900bea1aba4b54bf119f49f00f92a8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:24:11Z", "links": [{"href": "http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:24:26,414 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 used request id req-68bf936c-397b-4cb9-ba00-d69248070343 2018-10-04 15:24:26,415 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:24:26,415 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:24:29,418 - create_stack - DEBUG - Stack status query timeout in 1183.43934107 2018-10-04 15:24:29,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/0d932812-1d4d-468a-8c90-dbdc334013d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b592476cadccf5c08c2805a479de0b853e71e0eb" 2018-10-04 15:24:29,449 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:24:29 GMT Server: Apache x-openstack-request-id: req-08a2c0d6-f902-4c29-a9f8-f4340435efd7 Location: http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:24:29,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:29 GMT Server: Apache x-openstack-request-id: req-bdc3ac05-d3a3-4f64-9478-4251ed82b617 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ef3c40fa15c045d3ac221b2ca0870a18", "OS::stack_id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "image_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-image", "inst_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-inst", "subnet_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-subnet", "net_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-net", "flavor_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "stack_user_project_id": "a7900bea1aba4b54bf119f49f00f92a8", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:24:11Z", "links": [{"href": "http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:24:29,682 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 used request id req-bdc3ac05-d3a3-4f64-9478-4251ed82b617 2018-10-04 15:24:29,683 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-04 15:24:29,683 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack 2018-10-04 15:24:29,683 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack 2018-10-04 15:24:29,683 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:24:30,052 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}, {"id": "0b9c04fa841447688dada2daeeac7e26", "name": "CreateStackSuccessTests-535d53f8-da17-41f-proj-role"}], "expires_at": "2018-10-04T16:24:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c40fa15c045d3ac221b2ca0870a18", "name": "CreateStackSuccessTests-535d53f8-da17-41f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ef3c40fa15c045d3ac221b2ca0870a18", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-535d53f8-da17-41f-user", "id": "2410dfdff66a4ea08f12fc68bf9d9b9c"}, "audit_ids": ["7oT5C8OqTVyE-ep69GhE2g"], "issued_at": "2018-10-04T15:24:30.000000Z"}} 2018-10-04 15:24:30,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/0d932812-1d4d-468a-8c90-dbdc334013d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8996be7fc72ee723b27322e01e72c58570f9423" 2018-10-04 15:24:30,346 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:24:30 GMT Server: Apache x-openstack-request-id: req-0ad10de3-afd4-4bc2-9a95-5807867b8683 Location: http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:24:30,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:30 GMT Server: Apache x-openstack-request-id: req-5e657311-59d7-4121-9b2a-568ebfe8f7ac Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ef3c40fa15c045d3ac221b2ca0870a18", "OS::stack_id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "image_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-image", "inst_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-inst", "subnet_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-subnet", "net_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-net", "flavor_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "stack_user_project_id": "a7900bea1aba4b54bf119f49f00f92a8", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:24:11Z", "links": [{"href": "http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:24:30,563 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 used request id req-5e657311-59d7-4121-9b2a-568ebfe8f7ac 2018-10-04 15:24:30,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/0d932812-1d4d-468a-8c90-dbdc334013d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b592476cadccf5c08c2805a479de0b853e71e0eb" 2018-10-04 15:24:30,591 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:24:30 GMT Server: Apache x-openstack-request-id: req-07c74a29-f0ed-48a6-a477-2a235239f144 Location: http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:24:31,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:30 GMT Server: Apache x-openstack-request-id: req-3fcbe03f-37a8-4046-8eee-5a2824b400d3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ef3c40fa15c045d3ac221b2ca0870a18", "OS::stack_id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "image_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-image", "inst_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-inst", "subnet_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-subnet", "net_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-net", "flavor_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "stack_user_project_id": "a7900bea1aba4b54bf119f49f00f92a8", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:24:11Z", "links": [{"href": "http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:24:31,172 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 used request id req-3fcbe03f-37a8-4046-8eee-5a2824b400d3 2018-10-04 15:24:31,173 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack 2018-10-04 15:24:31,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/0d932812-1d4d-468a-8c90-dbdc334013d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b592476cadccf5c08c2805a479de0b853e71e0eb" 2018-10-04 15:24:31,360 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:24:31 GMT Server: Apache x-openstack-request-id: req-3c532e78-9475-4838-993e-debdf5dd24e6 Location: http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:24:31,433 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:24:31 GMT Server: Apache x-openstack-request-id: req-c7753bf2-38f9-40b8-9459-6579bbfced0a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:24:31,433 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 used request id req-c7753bf2-38f9-40b8-9459-6579bbfced0a 2018-10-04 15:24:31,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/0d932812-1d4d-468a-8c90-dbdc334013d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b592476cadccf5c08c2805a479de0b853e71e0eb" 2018-10-04 15:24:31,463 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:24:31 GMT Server: Apache x-openstack-request-id: req-f31a5150-ad88-41b2-8d8e-01b4d27939ca Location: http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:24:31,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:31 GMT Server: Apache x-openstack-request-id: req-aac673b2-491f-4001-a999-a875f9ded3e8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ef3c40fa15c045d3ac221b2ca0870a18", "OS::stack_id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "image_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-image", "inst_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-inst", "subnet_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-subnet", "flavor_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-flavor-name", "net_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "stack_user_project_id": "a7900bea1aba4b54bf119f49f00f92a8", "tags": null, "creation_time": "2018-10-04T15:24:11Z", "links": [{"href": "http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:24:31Z", "id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:24:31,632 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 used request id req-aac673b2-491f-4001-a999-a875f9ded3e8 2018-10-04 15:24:31,632 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:24:31,632 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:24:34,636 - create_stack - DEBUG - Stack status query timeout in 1196.79802608 2018-10-04 15:24:34,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/0d932812-1d4d-468a-8c90-dbdc334013d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b592476cadccf5c08c2805a479de0b853e71e0eb" 2018-10-04 15:24:34,808 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:24:34 GMT Server: Apache x-openstack-request-id: req-5d00a5af-94ec-40fe-a6c9-2e7764577fbd Location: http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:24:34,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:34 GMT Server: Apache x-openstack-request-id: req-c7bb6869-07d7-4da9-bc7a-b29b458745dd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ef3c40fa15c045d3ac221b2ca0870a18", "OS::stack_id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "image_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-image", "inst_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-inst", "subnet_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-subnet", "flavor_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-flavor-name", "net_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "stack_user_project_id": "a7900bea1aba4b54bf119f49f00f92a8", "tags": null, "creation_time": "2018-10-04T15:24:11Z", "links": [{"href": "http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:24:31Z", "id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:24:34,836 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 used request id req-c7bb6869-07d7-4da9-bc7a-b29b458745dd 2018-10-04 15:24:34,837 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:24:34,837 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:24:37,840 - create_stack - DEBUG - Stack status query timeout in 1193.59324121 2018-10-04 15:24:37,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/0d932812-1d4d-468a-8c90-dbdc334013d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b592476cadccf5c08c2805a479de0b853e71e0eb" 2018-10-04 15:24:37,871 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:24:37 GMT Server: Apache x-openstack-request-id: req-d7da519b-d9dd-4055-9906-ad0b48dbca56 Location: http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:24:37,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:37 GMT Server: Apache x-openstack-request-id: req-1f07f9a6-26f6-4558-8f21-fc6d074a31fa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ef3c40fa15c045d3ac221b2ca0870a18", "OS::stack_id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "image_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-image", "inst_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-inst", "subnet_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-subnet", "flavor_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-flavor-name", "net_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "stack_user_project_id": "a7900bea1aba4b54bf119f49f00f92a8", "tags": null, "creation_time": "2018-10-04T15:24:11Z", "links": [{"href": "http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:24:31Z", "id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:24:37,896 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 used request id req-1f07f9a6-26f6-4558-8f21-fc6d074a31fa 2018-10-04 15:24:37,896 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:24:37,897 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:24:40,900 - create_stack - DEBUG - Stack status query timeout in 1190.53383803 2018-10-04 15:24:40,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/0d932812-1d4d-468a-8c90-dbdc334013d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b592476cadccf5c08c2805a479de0b853e71e0eb" 2018-10-04 15:24:40,930 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:24:40 GMT Server: Apache x-openstack-request-id: req-cd73b77e-24ca-40cf-9d7e-3a5c2fb07be0 Location: http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:24:40,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:40 GMT Server: Apache x-openstack-request-id: req-176c800e-b13d-4d28-9162-427a03776a12 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ef3c40fa15c045d3ac221b2ca0870a18", "OS::stack_id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "image_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-image", "inst_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-inst", "subnet_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-subnet", "flavor_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-flavor-name", "net_name": "CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack", "stack_user_project_id": "a7900bea1aba4b54bf119f49f00f92a8", "tags": null, "creation_time": "2018-10-04T15:24:11Z", "links": [{"href": "http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-04T15:24:31Z", "id": "0d932812-1d4d-468a-8c90-dbdc334013d3", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:24:40,956 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 used request id req-176c800e-b13d-4d28-9162-427a03776a12 2018-10-04 15:24:40,956 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-04 15:24:40,957 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack 2018-10-04 15:24:40,957 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack 2018-10-04 15:24:40,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/0d932812-1d4d-468a-8c90-dbdc334013d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b592476cadccf5c08c2805a479de0b853e71e0eb" 2018-10-04 15:24:41,133 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:24:40 GMT Server: Apache x-openstack-request-id: req-386ae148-e0fd-4856-a9f6-f4f418082954 Location: http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:24:41,162 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:24:41 GMT Server: Apache x-openstack-request-id: req-9695e07e-5f04-4310-9f13-0ecfd522a222 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-04 15:24:41,163 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/ef3c40fa15c045d3ac221b2ca0870a18/stacks/CreateStackSuccessTests-CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-stack/0d932812-1d4d-468a-8c90-dbdc334013d3 used request id req-9695e07e-5f04-4310-9f13-0ecfd522a222 2018-10-04 15:24:41,164 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-faf859e1-521e-46af-bac4-ef1a0596707e-image 2018-10-04 15:24:41,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/1bebdb10-5a4a-422a-b54e-bea24e55540b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9844ed72f6d1ea48cc51ade0679f64191384abf" 2018-10-04 15:24:41,959 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5492bf9f-4db1-442a-a6b9-1600fb6a5895 Date: Thu, 04 Oct 2018 15:24:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:24:41,959 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/1bebdb10-5a4a-422a-b54e-bea24e55540b used request id req-5492bf9f-4db1-442a-a6b9-1600fb6a5895 2018-10-04 15:24:41,963 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/7da92344-0f6b-484c-924d-5398ebf6222f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}398a2c43851f2d25e9ce00947e68b9c2ea9145d9" 2018-10-04 15:24:41,997 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:24:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cac75859-8c6c-4e0d-ba3a-7304e07ccbaa x-compute-request-id: req-cac75859-8c6c-4e0d-ba3a-7304e07ccbaa Content-Length: 0 Content-Type: application/json 2018-10-04 15:24:41,997 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/7da92344-0f6b-484c-924d-5398ebf6222f used request id req-cac75859-8c6c-4e0d-ba3a-7304e07ccbaa 2018-10-04 15:24:42,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc9d538b8e15cb251ac9d639d2ffee9dc5079944" 2018-10-04 15:24:42,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-1c47ba58-2768-42bc-9f97-a04866450c6b Date: Thu, 04 Oct 2018 15:24:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ef3c40fa15c045d3ac221b2ca0870a18", "created_at": "2018-10-04T15:24:12Z", "updated_at": "2018-10-04T15:24:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:24:12Z", "revision_number": 0, "id": "1ab2b2e2-d798-4d4f-ab3a-29cf7a399b76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:24:12Z", "security_group_id": "b63ea5b6-3a48-4785-805a-18711e4c6e80", "tenant_id": "ef3c40fa15c045d3ac221b2ca0870a18", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c40fa15c045d3ac221b2ca0870a18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:24:12Z", "revision_number": 0, "id": "214be860-5f31-42c8-b264-696280468aed", "remote_group_id": "b63ea5b6-3a48-4785-805a-18711e4c6e80", "remote_ip_prefix": null, "created_at": "2018-10-04T15:24:12Z", "security_group_id": "b63ea5b6-3a48-4785-805a-18711e4c6e80", "tenant_id": "ef3c40fa15c045d3ac221b2ca0870a18", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c40fa15c045d3ac221b2ca0870a18"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:24:12Z", "revision_number": 0, "id": "8fe22240-13b2-4593-a4f4-29719ac36d0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:24:12Z", "security_group_id": "b63ea5b6-3a48-4785-805a-18711e4c6e80", "tenant_id": "ef3c40fa15c045d3ac221b2ca0870a18", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c40fa15c045d3ac221b2ca0870a18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:24:12Z", "revision_number": 0, "id": "daf83a89-97c3-476f-b704-bc2c3e639797", "remote_group_id": "b63ea5b6-3a48-4785-805a-18711e4c6e80", "remote_ip_prefix": null, "created_at": "2018-10-04T15:24:12Z", "security_group_id": "b63ea5b6-3a48-4785-805a-18711e4c6e80", "tenant_id": "ef3c40fa15c045d3ac221b2ca0870a18", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c40fa15c045d3ac221b2ca0870a18"}], "revision_number": 4, "project_id": "ef3c40fa15c045d3ac221b2ca0870a18", "id": "b63ea5b6-3a48-4785-805a-18711e4c6e80", "name": "default"}]} 2018-10-04 15:24:42,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-1c47ba58-2768-42bc-9f97-a04866450c6b 2018-10-04 15:24:42,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc9d538b8e15cb251ac9d639d2ffee9dc5079944" 2018-10-04 15:24:42,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f05e1687-89c2-480c-a8c5-4d605fc7b117 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:24:42,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-f05e1687-89c2-480c-a8c5-4d605fc7b117 2018-10-04 15:24:42,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc9d538b8e15cb251ac9d639d2ffee9dc5079944" 2018-10-04 15:24:42,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6cfe409-7be4-4fca-b17c-1f433ee5db86 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:24:42,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-f6cfe409-7be4-4fca-b17c-1f433ee5db86 2018-10-04 15:24:42,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc9d538b8e15cb251ac9d639d2ffee9dc5079944" 2018-10-04 15:24:42,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ed0f869-b116-4dc7-a562-19b84ef89695 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:24:42,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-3ed0f869-b116-4dc7-a562-19b84ef89695 2018-10-04 15:24:42,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ef3c40fa15c045d3ac221b2ca0870a18 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc9d538b8e15cb251ac9d639d2ffee9dc5079944" 2018-10-04 15:24:42,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c8b5cca-c7d1-4fa9-bf91-2285cf845827 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ef3c40fa15c045d3ac221b2ca0870a18"}, "enabled": true, "id": "ef3c40fa15c045d3ac221b2ca0870a18", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-535d53f8-da17-41f-proj"}} 2018-10-04 15:24:42,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ef3c40fa15c045d3ac221b2ca0870a18 used request id req-9c8b5cca-c7d1-4fa9-bf91-2285cf845827 2018-10-04 15:24:42,570 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b63ea5b6-3a48-4785-805a-18711e4c6e80 2018-10-04 15:24:42,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b63ea5b6-3a48-4785-805a-18711e4c6e80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc9d538b8e15cb251ac9d639d2ffee9dc5079944" 2018-10-04 15:24:42,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-442df2f3-0b6d-4352-bde8-24967344f208 Date: Thu, 04 Oct 2018 15:24:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:24:12Z", "security_group_id": "b63ea5b6-3a48-4785-805a-18711e4c6e80", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c40fa15c045d3ac221b2ca0870a18", "created_at": "2018-10-04T15:24:12Z", "project_id": "ef3c40fa15c045d3ac221b2ca0870a18", "id": "1ab2b2e2-d798-4d4f-ab3a-29cf7a399b76"}, {"remote_group_id": "b63ea5b6-3a48-4785-805a-18711e4c6e80", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:24:12Z", "security_group_id": "b63ea5b6-3a48-4785-805a-18711e4c6e80", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c40fa15c045d3ac221b2ca0870a18", "created_at": "2018-10-04T15:24:12Z", "project_id": "ef3c40fa15c045d3ac221b2ca0870a18", "id": "214be860-5f31-42c8-b264-696280468aed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:24:12Z", "security_group_id": "b63ea5b6-3a48-4785-805a-18711e4c6e80", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c40fa15c045d3ac221b2ca0870a18", "created_at": "2018-10-04T15:24:12Z", "project_id": "ef3c40fa15c045d3ac221b2ca0870a18", "id": "8fe22240-13b2-4593-a4f4-29719ac36d0d"}, {"remote_group_id": "b63ea5b6-3a48-4785-805a-18711e4c6e80", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:24:12Z", "security_group_id": "b63ea5b6-3a48-4785-805a-18711e4c6e80", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c40fa15c045d3ac221b2ca0870a18", "created_at": "2018-10-04T15:24:12Z", "project_id": "ef3c40fa15c045d3ac221b2ca0870a18", "id": "daf83a89-97c3-476f-b704-bc2c3e639797"}]} 2018-10-04 15:24:42,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b63ea5b6-3a48-4785-805a-18711e4c6e80 used request id req-442df2f3-0b6d-4352-bde8-24967344f208 2018-10-04 15:24:42,753 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:24:42,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/b63ea5b6-3a48-4785-805a-18711e4c6e80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc9d538b8e15cb251ac9d639d2ffee9dc5079944" 2018-10-04 15:24:43,055 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3f2b0010-7451-45e9-b838-3ca2d0fde9e7 Content-Length: 0 Date: Thu, 04 Oct 2018 15:24:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:24:43,055 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/b63ea5b6-3a48-4785-805a-18711e4c6e80 used request id req-3f2b0010-7451-45e9-b838-3ca2d0fde9e7 2018-10-04 15:24:43,056 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-535d53f8-da17-41f-proj 2018-10-04 15:24:43,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/ef3c40fa15c045d3ac221b2ca0870a18 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc9d538b8e15cb251ac9d639d2ffee9dc5079944" 2018-10-04 15:24:43,291 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:24:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c7d47fd-d29b-46cc-b3ad-c216143b21d1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:24:43,291 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/ef3c40fa15c045d3ac221b2ca0870a18 used request id req-4c7d47fd-d29b-46cc-b3ad-c216143b21d1 2018-10-04 15:24:43,292 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-535d53f8-da17-41f-proj-role 2018-10-04 15:24:43,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/0b9c04fa841447688dada2daeeac7e26 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc9d538b8e15cb251ac9d639d2ffee9dc5079944" 2018-10-04 15:24:43,389 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:24:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb45535e-0694-4829-80b7-8124b63e6904 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:24:43,390 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/0b9c04fa841447688dada2daeeac7e26 used request id req-cb45535e-0694-4829-80b7-8124b63e6904 2018-10-04 15:24:43,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc9d538b8e15cb251ac9d639d2ffee9dc5079944" 2018-10-04 15:24:43,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f16a8706-ec71-499a-80bd-210e32f343ed Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:24:43,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f16a8706-ec71-499a-80bd-210e32f343ed 2018-10-04 15:24:43,484 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-535d53f8-da17-41f-user 2018-10-04 15:24:43,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/2410dfdff66a4ea08f12fc68bf9d9b9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbefa4e0fccbb7086ff5f78629f197ee2ae65c64" 2018-10-04 15:24:43,653 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:24:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69368317-e7a3-41fa-b476-9eae86fea3a2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:24:43,653 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/2410dfdff66a4ea08f12fc68bf9d9b9c used request id req-69368317-e7a3-41fa-b476-9eae86fea3a2 2018-10-04 15:24:43,655 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:24:44,025 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:24:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["UhkbgM6WS8aPqCK3q6tBrw"], "issued_at": "2018-10-04T15:24:44.000000Z"}} 2018-10-04 15:24:44,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab14738719d55d450db9267fc1edb6b524408657" 2018-10-04 15:24:44,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33318da1-0e16-4118-af0c-d51247b1b740 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:24:44,112 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-33318da1-0e16-4118-af0c-d51247b1b740 2018-10-04 15:24:44,113 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:24:44,114 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:24:44,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:24:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["NMS7EQPTQF2aJ5G--KZ-aA"], "issued_at": "2018-10-04T15:24:44.000000Z"}} 2018-10-04 15:24:44,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65e5a16df170ec2560b56e188a0c3db68ae5d2b5" 2018-10-04 15:24:44,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1830613f-959f-4210-a919-8808b1d739eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:24:44,640 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1830613f-959f-4210-a919-8808b1d739eb 2018-10-04 15:24:44,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:24:44,650 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:24:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:24:44,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-c15dc86d-ce7f-459-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65e5a16df170ec2560b56e188a0c3db68ae5d2b5" 2018-10-04 15:24:44,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c5d6228-ee29-4e65-b64b-7997ca6c1a53 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-c15dc86d-ce7f-459-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:24:44,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-c15dc86d-ce7f-459-proj used request id req-9c5d6228-ee29-4e65-b64b-7997ca6c1a53 2018-10-04 15:24:44,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65e5a16df170ec2560b56e188a0c3db68ae5d2b5" 2018-10-04 15:24:44,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91f28795-8b9f-4b10-a754-35973598a582 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:24:44,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-91f28795-8b9f-4b10-a754-35973598a582 2018-10-04 15:24:44,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65e5a16df170ec2560b56e188a0c3db68ae5d2b5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-c15dc86d-ce7f-459-proj"}}' 2018-10-04 15:24:44,936 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:24:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa001c8e-bd19-49d0-bc0c-de26b4e19131 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/73d08a4e495d474c888927ecebb83fde"}, "enabled": true, "id": "73d08a4e495d474c888927ecebb83fde", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c15dc86d-ce7f-459-proj"}} 2018-10-04 15:24:44,936 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-fa001c8e-bd19-49d0-bc0c-de26b4e19131 2018-10-04 15:24:44,936 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-c15dc86d-ce7f-459-proj 2018-10-04 15:24:44,936 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:24:44,937 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:24:45,324 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:24:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["ekX1uJTrRFGjsf0_fxixlQ"], "issued_at": "2018-10-04T15:24:45.000000Z"}} 2018-10-04 15:24:45,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d476cfe392daff35565e4d40ce4fe9bf5a2373e" 2018-10-04 15:24:45,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e2c9ffc-ca1e-4e45-b08c-f51f93b81ccf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:24:45,337 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6e2c9ffc-ca1e-4e45-b08c-f51f93b81ccf 2018-10-04 15:24:45,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:24:45,346 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:24:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:24:45,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d476cfe392daff35565e4d40ce4fe9bf5a2373e" 2018-10-04 15:24:45,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c0eb2ce-e5c0-4d72-963a-35d815d7d092 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:24:45,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-5c0eb2ce-e5c0-4d72-963a-35d815d7d092 2018-10-04 15:24:45,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-c15dc86d-ce7f-459-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d476cfe392daff35565e4d40ce4fe9bf5a2373e" 2018-10-04 15:24:45,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34635912-6af2-497c-8b24-73826710ea1a Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-c15dc86d-ce7f-459-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/73d08a4e495d474c888927ecebb83fde"}, "enabled": true, "id": "73d08a4e495d474c888927ecebb83fde", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c15dc86d-ce7f-459-proj"}]} 2018-10-04 15:24:45,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-c15dc86d-ce7f-459-proj used request id req-34635912-6af2-497c-8b24-73826710ea1a 2018-10-04 15:24:45,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d476cfe392daff35565e4d40ce4fe9bf5a2373e" 2018-10-04 15:24:45,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e035ca5-0713-4f59-ae5d-5b80c2f51d8f Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:24:45,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-9e035ca5-0713-4f59-ae5d-5b80c2f51d8f 2018-10-04 15:24:45,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d476cfe392daff35565e4d40ce4fe9bf5a2373e" 2018-10-04 15:24:46,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b0a26c3-32a7-4b42-bbba-45f8182d72ba Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:24:46,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8b0a26c3-32a7-4b42-bbba-45f8182d72ba 2018-10-04 15:24:46,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-c15dc86d-ce7f-459-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d476cfe392daff35565e4d40ce4fe9bf5a2373e" 2018-10-04 15:24:46,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20647f7f-160e-41e4-bbb7-98d2f8eb4536 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-c15dc86d-ce7f-459-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/73d08a4e495d474c888927ecebb83fde"}, "enabled": true, "id": "73d08a4e495d474c888927ecebb83fde", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c15dc86d-ce7f-459-proj"}]} 2018-10-04 15:24:46,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-c15dc86d-ce7f-459-proj used request id req-20647f7f-160e-41e4-bbb7-98d2f8eb4536 2018-10-04 15:24:46,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/65ff0b13e7f44d67b16e5f0910ef3f8c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d476cfe392daff35565e4d40ce4fe9bf5a2373e" 2018-10-04 15:24:46,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36279439-6641-4e6d-a10f-f3a41752edf4 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-c15dc86d-ce7f-459-user", "links": {"self": "http://172.30.9.23:5000/v3/users/65ff0b13e7f44d67b16e5f0910ef3f8c"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "73d08a4e495d474c888927ecebb83fde", "id": "65ff0b13e7f44d67b16e5f0910ef3f8c", "password_expires_at": null}} 2018-10-04 15:24:46,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/65ff0b13e7f44d67b16e5f0910ef3f8c used request id req-36279439-6641-4e6d-a10f-f3a41752edf4 2018-10-04 15:24:46,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/73d08a4e495d474c888927ecebb83fde/users/65ff0b13e7f44d67b16e5f0910ef3f8c/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d476cfe392daff35565e4d40ce4fe9bf5a2373e" 2018-10-04 15:24:46,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89befe9e-381e-4764-b7df-f3bf2ebaed9f Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/73d08a4e495d474c888927ecebb83fde/users/65ff0b13e7f44d67b16e5f0910ef3f8c/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 15:24:46,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/73d08a4e495d474c888927ecebb83fde/users/65ff0b13e7f44d67b16e5f0910ef3f8c/roles used request id req-89befe9e-381e-4764-b7df-f3bf2ebaed9f 2018-10-04 15:24:46,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d476cfe392daff35565e4d40ce4fe9bf5a2373e" 2018-10-04 15:24:46,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a51e036-af7d-4c9a-9017-d93b8a39e714 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "domain_id": null, "name": "heat_stack_owner", "id": "aa60aa92e6004a9babfb6641bde48b31"}} 2018-10-04 15:24:46,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-1a51e036-af7d-4c9a-9017-d93b8a39e714 2018-10-04 15:24:46,420 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-c15dc86d-ce7f-459-proj 2018-10-04 15:24:46,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/73d08a4e495d474c888927ecebb83fde/users/65ff0b13e7f44d67b16e5f0910ef3f8c/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d476cfe392daff35565e4d40ce4fe9bf5a2373e" 2018-10-04 15:24:46,548 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:24:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a59d24f9-b3ba-4340-84b0-ed55da298678 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:24:46,548 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/73d08a4e495d474c888927ecebb83fde/users/65ff0b13e7f44d67b16e5f0910ef3f8c/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-a59d24f9-b3ba-4340-84b0-ed55da298678 2018-10-04 15:24:46,548 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-c15dc86d-ce7f-459-user 2018-10-04 15:24:46,549 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:24:46,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65e5a16df170ec2560b56e188a0c3db68ae5d2b5" 2018-10-04 15:24:46,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12f3755a-49ab-40e0-a790-3be7b2ccb400 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:24:46,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-12f3755a-49ab-40e0-a790-3be7b2ccb400 2018-10-04 15:24:46,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65e5a16df170ec2560b56e188a0c3db68ae5d2b5" -d '{"role": {"name": "CreateStackSuccessTests-c15dc86d-ce7f-459-proj-role"}}' 2018-10-04 15:24:46,773 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:24:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05dcaab6-beed-4ded-ade2-1032cb80fe25 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0ebd8e47dc514b8e825d346b66cde50e", "links": {"self": "http://172.30.9.23:5000/v3/roles/0ebd8e47dc514b8e825d346b66cde50e"}, "name": "CreateStackSuccessTests-c15dc86d-ce7f-459-proj-role"}} 2018-10-04 15:24:46,773 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-05dcaab6-beed-4ded-ade2-1032cb80fe25 2018-10-04 15:24:46,774 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-c15dc86d-ce7f-459-proj-role 2018-10-04 15:24:46,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/0ebd8e47dc514b8e825d346b66cde50e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65e5a16df170ec2560b56e188a0c3db68ae5d2b5" 2018-10-04 15:24:46,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aab6ae14-ac5c-4a6e-a5a9-b586cfaae0ce Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/0ebd8e47dc514b8e825d346b66cde50e"}, "domain_id": null, "name": "CreateStackSuccessTests-c15dc86d-ce7f-459-proj-role", "id": "0ebd8e47dc514b8e825d346b66cde50e"}} 2018-10-04 15:24:46,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/0ebd8e47dc514b8e825d346b66cde50e used request id req-aab6ae14-ac5c-4a6e-a5a9-b586cfaae0ce 2018-10-04 15:24:46,867 - keystone_utils - INFO - Granting role CreateStackSuccessTests-c15dc86d-ce7f-459-proj-role to project CreateStackSuccessTests-c15dc86d-ce7f-459-proj 2018-10-04 15:24:46,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/73d08a4e495d474c888927ecebb83fde/users/65ff0b13e7f44d67b16e5f0910ef3f8c/roles/0ebd8e47dc514b8e825d346b66cde50e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65e5a16df170ec2560b56e188a0c3db68ae5d2b5" 2018-10-04 15:24:46,997 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:24:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8488757d-10e8-4ef1-8a50-bec599ce137b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:24:46,997 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/73d08a4e495d474c888927ecebb83fde/users/65ff0b13e7f44d67b16e5f0910ef3f8c/roles/0ebd8e47dc514b8e825d346b66cde50e used request id req-8488757d-10e8-4ef1-8a50-bec599ce137b 2018-10-04 15:24:46,997 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:24:46,997 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:24:46,998 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:24:46,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:24:47,378 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0ebd8e47dc514b8e825d346b66cde50e", "name": "CreateStackSuccessTests-c15dc86d-ce7f-459-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:24:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "73d08a4e495d474c888927ecebb83fde", "name": "CreateStackSuccessTests-c15dc86d-ce7f-459-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/73d08a4e495d474c888927ecebb83fde", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/73d08a4e495d474c888927ecebb83fde", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/73d08a4e495d474c888927ecebb83fde", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/73d08a4e495d474c888927ecebb83fde", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/73d08a4e495d474c888927ecebb83fde", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/73d08a4e495d474c888927ecebb83fde", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/73d08a4e495d474c888927ecebb83fde", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/73d08a4e495d474c888927ecebb83fde", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/73d08a4e495d474c888927ecebb83fde", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/73d08a4e495d474c888927ecebb83fde", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/73d08a4e495d474c888927ecebb83fde", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-c15dc86d-ce7f-459-user", "id": "65ff0b13e7f44d67b16e5f0910ef3f8c"}, "audit_ids": ["t2B1sKCKTbWWyJg_CE0LWg"], "issued_at": "2018-10-04T15:24:47.000000Z"}} 2018-10-04 15:24:47,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcef607e7034976d7ad0a063d72f087c01036cf3" 2018-10-04 15:24:47,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3ad72dd-e50c-4741-bc0d-f54899dc581c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:24:47,460 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a3ad72dd-e50c-4741-bc0d-f54899dc581c 2018-10-04 15:24:47,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dcef607e7034976d7ad0a063d72f087c01036cf3" 2018-10-04 15:24:47,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-5075b3c8-0179-4e36-aa03-ff6df4acf217 Date: Thu, 04 Oct 2018 15:24:47 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image"} 2018-10-04 15:24:47,645 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image used request id req-5075b3c8-0179-4e36-aa03-ff6df4acf217 2018-10-04 15:24:47,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dcef607e7034976d7ad0a063d72f087c01036cf3" 2018-10-04 15:24:47,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c6d229a2-a565-4f7b-b5d4-1a261556e755 Date: Thu, 04 Oct 2018 15:24:47 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:24:47,820 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-c6d229a2-a565-4f7b-b5d4-1a261556e755 2018-10-04 15:24:47,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dcef607e7034976d7ad0a063d72f087c01036cf3" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image"}' 2018-10-04 15:24:48,120 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/f021e15b-17a5-4bd0-bec0-5c3771733dd6 X-Openstack-Request-Id: req-650a4567-9a30-4d30-ba61-6f02ac0c6af5 Date: Thu, 04 Oct 2018 15:24:48 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:24:48Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:24:48Z", "visibility": "shared", "locations": [], "self": "/v2/images/f021e15b-17a5-4bd0-bec0-5c3771733dd6", "min_disk": 0, "protected": false, "id": "f021e15b-17a5-4bd0-bec0-5c3771733dd6", "file": "/v2/images/f021e15b-17a5-4bd0-bec0-5c3771733dd6/file", "checksum": null, "owner": "73d08a4e495d474c888927ecebb83fde", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:24:48,120 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-650a4567-9a30-4d30-ba61-6f02ac0c6af5 2018-10-04 15:24:48,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/f021e15b-17a5-4bd0-bec0-5c3771733dd6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dcef607e7034976d7ad0a063d72f087c01036cf3" -d '' 2018-10-04 15:24:49,254 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-69a2d29e-fdfa-4aac-b19b-7099070d3c9b Date: Thu, 04 Oct 2018 15:24:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:24:49,254 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/f021e15b-17a5-4bd0-bec0-5c3771733dd6/file used request id req-69a2d29e-fdfa-4aac-b19b-7099070d3c9b 2018-10-04 15:24:49,255 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:24:49,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/f021e15b-17a5-4bd0-bec0-5c3771733dd6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dcef607e7034976d7ad0a063d72f087c01036cf3" 2018-10-04 15:24:49,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-e75e5cb2-6180-4636-b419-208b9e54d2f9 Date: Thu, 04 Oct 2018 15:24:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:24:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:24:49Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/f021e15b-17a5-4bd0-bec0-5c3771733dd6/snap", "metadata": {}}], "self": "/v2/images/f021e15b-17a5-4bd0-bec0-5c3771733dd6", "min_disk": 0, "protected": false, "id": "f021e15b-17a5-4bd0-bec0-5c3771733dd6", "file": "/v2/images/f021e15b-17a5-4bd0-bec0-5c3771733dd6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "73d08a4e495d474c888927ecebb83fde", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/f021e15b-17a5-4bd0-bec0-5c3771733dd6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:24:49,425 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/f021e15b-17a5-4bd0-bec0-5c3771733dd6 used request id req-e75e5cb2-6180-4636-b419-208b9e54d2f9 2018-10-04 15:24:49,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dcef607e7034976d7ad0a063d72f087c01036cf3" 2018-10-04 15:24:49,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f8cd9842-7bd7-48a8-81df-9c4c8c59d4c8 Date: Thu, 04 Oct 2018 15:24:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:24:49,590 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-f8cd9842-7bd7-48a8-81df-9c4c8c59d4c8 2018-10-04 15:24:49,592 - create_image - INFO - Created image with name - CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image 2018-10-04 15:24:49,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/f021e15b-17a5-4bd0-bec0-5c3771733dd6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dcef607e7034976d7ad0a063d72f087c01036cf3" 2018-10-04 15:24:49,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-4a3a7a4f-5ce2-4edd-9732-4f58143020ee Date: Thu, 04 Oct 2018 15:24:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:24:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:24:49Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/f021e15b-17a5-4bd0-bec0-5c3771733dd6/snap", "metadata": {}}], "self": "/v2/images/f021e15b-17a5-4bd0-bec0-5c3771733dd6", "min_disk": 0, "protected": false, "id": "f021e15b-17a5-4bd0-bec0-5c3771733dd6", "file": "/v2/images/f021e15b-17a5-4bd0-bec0-5c3771733dd6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "73d08a4e495d474c888927ecebb83fde", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/f021e15b-17a5-4bd0-bec0-5c3771733dd6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:24:49,754 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/f021e15b-17a5-4bd0-bec0-5c3771733dd6 used request id req-4a3a7a4f-5ce2-4edd-9732-4f58143020ee 2018-10-04 15:24:49,754 - create_image - DEBUG - Instance status is - active 2018-10-04 15:24:49,755 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image 2018-10-04 15:24:49,755 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image 2018-10-04 15:24:49,755 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:24:49,756 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:24:50,135 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:24:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["TLlNAQACToeKGc4IEswpQg"], "issued_at": "2018-10-04T15:24:50.000000Z"}} 2018-10-04 15:24:50,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43dec56344ca6137a7efe5712797992d242005be" 2018-10-04 15:24:50,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-976e527b-b608-47e7-9fe9-c282eb6280d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:24:50,222 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-976e527b-b608-47e7-9fe9-c282eb6280d4 2018-10-04 15:24:50,223 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:24:50,228 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43dec56344ca6137a7efe5712797992d242005be" 2018-10-04 15:24:50,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-474bbc28-075c-4d43-b50d-61008113b82f x-compute-request-id: req-474bbc28-075c-4d43-b50d-61008113b82f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:24:50,601 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-474bbc28-075c-4d43-b50d-61008113b82f 2018-10-04 15:24:50,604 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43dec56344ca6137a7efe5712797992d242005be" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:24:50,680 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96598aac-0075-4b08-80b1-8d9bf8be7f4d x-compute-request-id: req-96598aac-0075-4b08-80b1-8d9bf8be7f4d Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/4545fb01-6ea7-44e7-b56c-84924efdeccc", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/4545fb01-6ea7-44e7-b56c-84924efdeccc", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4545fb01-6ea7-44e7-b56c-84924efdeccc", "name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:24:50,681 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-96598aac-0075-4b08-80b1-8d9bf8be7f4d 2018-10-04 15:24:50,681 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:24:50,682 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:24:51,066 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0ebd8e47dc514b8e825d346b66cde50e", "name": "CreateStackSuccessTests-c15dc86d-ce7f-459-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:24:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "73d08a4e495d474c888927ecebb83fde", "name": "CreateStackSuccessTests-c15dc86d-ce7f-459-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/73d08a4e495d474c888927ecebb83fde", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/73d08a4e495d474c888927ecebb83fde", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/73d08a4e495d474c888927ecebb83fde", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/73d08a4e495d474c888927ecebb83fde", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/73d08a4e495d474c888927ecebb83fde", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/73d08a4e495d474c888927ecebb83fde", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/73d08a4e495d474c888927ecebb83fde", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/73d08a4e495d474c888927ecebb83fde", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/73d08a4e495d474c888927ecebb83fde", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/73d08a4e495d474c888927ecebb83fde", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/73d08a4e495d474c888927ecebb83fde", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-c15dc86d-ce7f-459-user", "id": "65ff0b13e7f44d67b16e5f0910ef3f8c"}, "audit_ids": ["-bXK5hHdTnGyNJDQHs3vEA"], "issued_at": "2018-10-04T15:24:51.000000Z"}} 2018-10-04 15:24:51,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9bcacfb0c7cf414ddb613c9b22094cb645bd62" 2018-10-04 15:24:51,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cef6dbd1-fe26-40a7-84b1-c892ae5ffb58 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:24:51,123 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cef6dbd1-fe26-40a7-84b1-c892ae5ffb58 2018-10-04 15:24:51,124 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:24:51,127 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:24:51,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9bcacfb0c7cf414ddb613c9b22094cb645bd62" 2018-10-04 15:24:51,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:51 GMT Server: Apache x-openstack-request-id: req-545d2a71-a60c-41db-b188-60c04c16ff6e Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-04 15:24:51,289 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack used request id req-545d2a71-a60c-41db-b188-60c04c16ff6e 2018-10-04 15:24:51,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9bcacfb0c7cf414ddb613c9b22094cb645bd62" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-net", "inst_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-inst", "subnet_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-subnet", "image_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image", "flavor_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-flavor-name"}}' 2018-10-04 15:24:53,762 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:24:51 GMT Server: Apache x-openstack-request-id: req-7b68b2f7-51b7-4d52-9900-240b727a5b40 Location: http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "links": [{"href": "http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "rel": "self"}]}} 2018-10-04 15:24:53,763 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks used request id req-7b68b2f7-51b7-4d52-9900-240b727a5b40 2018-10-04 15:24:53,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/5e9fdf09-7d02-46a1-8fe7-79f6264b897d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9bcacfb0c7cf414ddb613c9b22094cb645bd62" 2018-10-04 15:24:53,940 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:24:53 GMT Server: Apache x-openstack-request-id: req-5b7dc2c8-703d-4199-8888-8882eeddad61 Location: http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:24:54,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:53 GMT Server: Apache x-openstack-request-id: req-88b434bc-8625-45c8-b113-5464c904fbce Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "73d08a4e495d474c888927ecebb83fde", "OS::stack_id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "image_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image", "inst_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-inst", "subnet_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-subnet", "net_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-net", "flavor_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "stack_user_project_id": "100d4bf31ff044d4b07a5e1f9bc59309", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:24:53Z", "links": [{"href": "http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:24:54,139 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d used request id req-88b434bc-8625-45c8-b113-5464c904fbce 2018-10-04 15:24:54,140 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack 2018-10-04 15:24:54,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/5e9fdf09-7d02-46a1-8fe7-79f6264b897d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9bcacfb0c7cf414ddb613c9b22094cb645bd62" 2018-10-04 15:24:54,309 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:24:54 GMT Server: Apache x-openstack-request-id: req-a3201243-ecfd-4865-be5d-2151216c5ac1 Location: http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:24:54,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:54 GMT Server: Apache x-openstack-request-id: req-682298b4-aa35-458f-9395-9caffa3106e7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "73d08a4e495d474c888927ecebb83fde", "OS::stack_id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "image_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image", "inst_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-inst", "subnet_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-subnet", "net_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-net", "flavor_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "stack_user_project_id": "100d4bf31ff044d4b07a5e1f9bc59309", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:24:53Z", "links": [{"href": "http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:24:54,630 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d used request id req-682298b4-aa35-458f-9395-9caffa3106e7 2018-10-04 15:24:54,631 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:24:54,631 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:24:57,634 - create_stack - DEBUG - Stack status query timeout in 1196.50597095 2018-10-04 15:24:57,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/5e9fdf09-7d02-46a1-8fe7-79f6264b897d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9bcacfb0c7cf414ddb613c9b22094cb645bd62" 2018-10-04 15:24:57,665 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:24:57 GMT Server: Apache x-openstack-request-id: req-071644b2-398a-4357-8947-7227be33f59b Location: http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:24:57,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:24:57 GMT Server: Apache x-openstack-request-id: req-64018c1e-0727-433c-9559-56e2d3964c3f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "73d08a4e495d474c888927ecebb83fde", "OS::stack_id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "image_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image", "inst_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-inst", "subnet_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-subnet", "net_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-net", "flavor_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "stack_user_project_id": "100d4bf31ff044d4b07a5e1f9bc59309", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:24:53Z", "links": [{"href": "http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:24:57,707 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d used request id req-64018c1e-0727-433c-9559-56e2d3964c3f 2018-10-04 15:24:57,707 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:24:57,707 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:25:00,710 - create_stack - DEBUG - Stack status query timeout in 1193.42967701 2018-10-04 15:25:00,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/5e9fdf09-7d02-46a1-8fe7-79f6264b897d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9bcacfb0c7cf414ddb613c9b22094cb645bd62" 2018-10-04 15:25:00,886 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:25:00 GMT Server: Apache x-openstack-request-id: req-8b84853f-b7a8-4561-9a30-ed42d9a61f18 Location: http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:25:01,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:00 GMT Server: Apache x-openstack-request-id: req-54a20cd0-69bf-4c22-bc23-417e2541d146 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "73d08a4e495d474c888927ecebb83fde", "OS::stack_id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "image_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image", "inst_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-inst", "subnet_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-subnet", "net_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-net", "flavor_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "stack_user_project_id": "100d4bf31ff044d4b07a5e1f9bc59309", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:24:53Z", "links": [{"href": "http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:25:01,075 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d used request id req-54a20cd0-69bf-4c22-bc23-417e2541d146 2018-10-04 15:25:01,076 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:25:01,076 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:25:04,079 - create_stack - DEBUG - Stack status query timeout in 1190.06102896 2018-10-04 15:25:04,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/5e9fdf09-7d02-46a1-8fe7-79f6264b897d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9bcacfb0c7cf414ddb613c9b22094cb645bd62" 2018-10-04 15:25:04,108 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:25:04 GMT Server: Apache x-openstack-request-id: req-af11d22b-50b7-4834-82fa-cb4cb2de56c7 Location: http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:25:04,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:04 GMT Server: Apache x-openstack-request-id: req-3b31f0e8-5167-44cd-bb2e-66decca858ae Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "73d08a4e495d474c888927ecebb83fde", "OS::stack_id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "image_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image", "inst_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-inst", "subnet_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-subnet", "net_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-net", "flavor_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "stack_user_project_id": "100d4bf31ff044d4b07a5e1f9bc59309", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:24:53Z", "links": [{"href": "http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:25:04,150 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d used request id req-3b31f0e8-5167-44cd-bb2e-66decca858ae 2018-10-04 15:25:04,150 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:25:04,150 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:25:07,153 - create_stack - DEBUG - Stack status query timeout in 1186.98664808 2018-10-04 15:25:07,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/5e9fdf09-7d02-46a1-8fe7-79f6264b897d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9bcacfb0c7cf414ddb613c9b22094cb645bd62" 2018-10-04 15:25:07,326 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:25:07 GMT Server: Apache x-openstack-request-id: req-20c96c31-0d2b-4455-8c05-a5204f5f0672 Location: http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:25:07,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:07 GMT Server: Apache x-openstack-request-id: req-8fd9672c-368e-4b57-b0d5-e04be9ed1ee9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "73d08a4e495d474c888927ecebb83fde", "OS::stack_id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "image_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image", "inst_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-inst", "subnet_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-subnet", "net_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-net", "flavor_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "stack_user_project_id": "100d4bf31ff044d4b07a5e1f9bc59309", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:24:53Z", "links": [{"href": "http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:25:07,524 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d used request id req-8fd9672c-368e-4b57-b0d5-e04be9ed1ee9 2018-10-04 15:25:07,524 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:25:07,524 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:25:10,527 - create_stack - DEBUG - Stack status query timeout in 1183.61268902 2018-10-04 15:25:10,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/5e9fdf09-7d02-46a1-8fe7-79f6264b897d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9bcacfb0c7cf414ddb613c9b22094cb645bd62" 2018-10-04 15:25:10,700 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:25:10 GMT Server: Apache x-openstack-request-id: req-038bbfdf-739d-46ce-8fbc-697c6fb8821c Location: http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:25:10,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:10 GMT Server: Apache x-openstack-request-id: req-b22f813f-5d78-4fa8-8255-c31c8f24b3ba Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "73d08a4e495d474c888927ecebb83fde", "OS::stack_id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "image_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image", "inst_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-inst", "subnet_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-subnet", "net_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-net", "flavor_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "stack_user_project_id": "100d4bf31ff044d4b07a5e1f9bc59309", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:24:53Z", "links": [{"href": "http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:25:10,878 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d used request id req-b22f813f-5d78-4fa8-8255-c31c8f24b3ba 2018-10-04 15:25:10,878 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-04 15:25:10,878 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack 2018-10-04 15:25:10,878 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack 2018-10-04 15:25:10,879 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:25:11,261 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0ebd8e47dc514b8e825d346b66cde50e", "name": "CreateStackSuccessTests-c15dc86d-ce7f-459-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:25:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "73d08a4e495d474c888927ecebb83fde", "name": "CreateStackSuccessTests-c15dc86d-ce7f-459-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/73d08a4e495d474c888927ecebb83fde", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/73d08a4e495d474c888927ecebb83fde", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/73d08a4e495d474c888927ecebb83fde", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/73d08a4e495d474c888927ecebb83fde", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/73d08a4e495d474c888927ecebb83fde", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/73d08a4e495d474c888927ecebb83fde", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/73d08a4e495d474c888927ecebb83fde", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/73d08a4e495d474c888927ecebb83fde", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/73d08a4e495d474c888927ecebb83fde", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/73d08a4e495d474c888927ecebb83fde", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/73d08a4e495d474c888927ecebb83fde", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-c15dc86d-ce7f-459-user", "id": "65ff0b13e7f44d67b16e5f0910ef3f8c"}, "audit_ids": ["2nY01KtZSwi4BuxtK038Mg"], "issued_at": "2018-10-04T15:25:11.000000Z"}} 2018-10-04 15:25:11,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/5e9fdf09-7d02-46a1-8fe7-79f6264b897d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70147cf1b7bca507c38b3d29e9af388218f364b7" 2018-10-04 15:25:11,448 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:25:11 GMT Server: Apache x-openstack-request-id: req-74895349-2502-473a-9f49-d44a55578908 Location: http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:25:11,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:11 GMT Server: Apache x-openstack-request-id: req-e2854918-7994-494d-823b-dd1713da240f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "73d08a4e495d474c888927ecebb83fde", "OS::stack_id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "image_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image", "inst_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-inst", "subnet_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-subnet", "net_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-net", "flavor_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "stack_user_project_id": "100d4bf31ff044d4b07a5e1f9bc59309", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:24:53Z", "links": [{"href": "http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:25:11,641 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d used request id req-e2854918-7994-494d-823b-dd1713da240f 2018-10-04 15:25:11,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/5e9fdf09-7d02-46a1-8fe7-79f6264b897d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9bcacfb0c7cf414ddb613c9b22094cb645bd62" 2018-10-04 15:25:11,670 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:25:11 GMT Server: Apache x-openstack-request-id: req-b28cb44f-c6c1-45e4-aee3-7bae55f52c9e Location: http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:25:11,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:11 GMT Server: Apache x-openstack-request-id: req-5362d877-053a-4805-ab59-1a9f1c327b77 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "73d08a4e495d474c888927ecebb83fde", "OS::stack_id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "image_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image", "inst_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-inst", "subnet_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-subnet", "net_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-net", "flavor_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "stack_user_project_id": "100d4bf31ff044d4b07a5e1f9bc59309", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:24:53Z", "links": [{"href": "http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:25:11,744 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d used request id req-5362d877-053a-4805-ab59-1a9f1c327b77 2018-10-04 15:25:11,744 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:25:11,745 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:25:12,130 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0ebd8e47dc514b8e825d346b66cde50e", "name": "CreateStackSuccessTests-c15dc86d-ce7f-459-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:25:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "73d08a4e495d474c888927ecebb83fde", "name": "CreateStackSuccessTests-c15dc86d-ce7f-459-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/73d08a4e495d474c888927ecebb83fde", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/73d08a4e495d474c888927ecebb83fde", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/73d08a4e495d474c888927ecebb83fde", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/73d08a4e495d474c888927ecebb83fde", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/73d08a4e495d474c888927ecebb83fde", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/73d08a4e495d474c888927ecebb83fde", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/73d08a4e495d474c888927ecebb83fde", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/73d08a4e495d474c888927ecebb83fde", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/73d08a4e495d474c888927ecebb83fde", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/73d08a4e495d474c888927ecebb83fde", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/73d08a4e495d474c888927ecebb83fde", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-c15dc86d-ce7f-459-user", "id": "65ff0b13e7f44d67b16e5f0910ef3f8c"}, "audit_ids": ["JwvnIFi6R3CEN2DmLS9SMA"], "issued_at": "2018-10-04T15:25:12.000000Z"}} 2018-10-04 15:25:12,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dbb5b950b49ea22915bd2a825d6db146dbd84f7" 2018-10-04 15:25:12,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eed7ba58-b0e0-49a2-8b52-c8c5d8634ed1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:25:12,204 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-eed7ba58-b0e0-49a2-8b52-c8c5d8634ed1 2018-10-04 15:25:12,206 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:25:12,208 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:25:12,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dbb5b950b49ea22915bd2a825d6db146dbd84f7" 2018-10-04 15:25:12,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:12 GMT Server: Apache x-openstack-request-id: req-974f9f03-d69a-4469-852c-e525e8958316 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "stack_user_project_id": "100d4bf31ff044d4b07a5e1f9bc59309", "deletion_time": null, "creation_time": "2018-10-04T15:24:53Z", "links": [{"href": "http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "tags": null}]} 2018-10-04 15:25:12,401 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack used request id req-974f9f03-d69a-4469-852c-e525e8958316 2018-10-04 15:25:12,402 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack 2018-10-04 15:25:12,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/5e9fdf09-7d02-46a1-8fe7-79f6264b897d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dbb5b950b49ea22915bd2a825d6db146dbd84f7" 2018-10-04 15:25:12,656 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:25:12 GMT Server: Apache x-openstack-request-id: req-0043cf7c-b770-41db-81cd-d96d292b6b51 Location: http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:25:13,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:12 GMT Server: Apache x-openstack-request-id: req-a94717e2-8682-4b3a-bbf6-28384956a6d6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "73d08a4e495d474c888927ecebb83fde", "OS::stack_id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "image_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image", "inst_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-inst", "subnet_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-subnet", "net_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-net", "flavor_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "stack_user_project_id": "100d4bf31ff044d4b07a5e1f9bc59309", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:24:53Z", "links": [{"href": "http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:25:13,213 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d used request id req-a94717e2-8682-4b3a-bbf6-28384956a6d6 2018-10-04 15:25:13,213 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack 2018-10-04 15:25:13,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/5e9fdf09-7d02-46a1-8fe7-79f6264b897d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9bcacfb0c7cf414ddb613c9b22094cb645bd62" 2018-10-04 15:25:13,401 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:25:13 GMT Server: Apache x-openstack-request-id: req-82542ca2-0fe2-4f28-8495-ba8c38713ac1 Location: http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:25:13,625 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:25:13 GMT Server: Apache x-openstack-request-id: req-a0152ae9-aced-4f2b-b64e-5d9e350933b3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:25:13,625 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d used request id req-a0152ae9-aced-4f2b-b64e-5d9e350933b3 2018-10-04 15:25:13,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/5e9fdf09-7d02-46a1-8fe7-79f6264b897d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9bcacfb0c7cf414ddb613c9b22094cb645bd62" 2018-10-04 15:25:13,790 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:25:13 GMT Server: Apache x-openstack-request-id: req-e57fb074-0ece-4b4a-b921-19a19ac94fd5 Location: http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:25:13,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:13 GMT Server: Apache x-openstack-request-id: req-b468677a-f328-454d-bdfa-87ad9f0b19ae Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "73d08a4e495d474c888927ecebb83fde", "OS::stack_id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "image_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image", "inst_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-inst", "subnet_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-subnet", "flavor_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-flavor-name", "net_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "stack_user_project_id": "100d4bf31ff044d4b07a5e1f9bc59309", "tags": null, "creation_time": "2018-10-04T15:24:53Z", "links": [{"href": "http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:25:13Z", "id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:25:13,914 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d used request id req-b468677a-f328-454d-bdfa-87ad9f0b19ae 2018-10-04 15:25:13,915 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:25:13,915 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:25:16,918 - create_stack - DEBUG - Stack status query timeout in 1196.70753002 2018-10-04 15:25:16,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/5e9fdf09-7d02-46a1-8fe7-79f6264b897d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9bcacfb0c7cf414ddb613c9b22094cb645bd62" 2018-10-04 15:25:17,464 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:25:16 GMT Server: Apache x-openstack-request-id: req-02e32224-7631-469f-9143-d79a66ea4fcd Location: http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:25:17,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:17 GMT Server: Apache x-openstack-request-id: req-14f26ba8-c345-48d6-9cac-6f440f22ef79 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "73d08a4e495d474c888927ecebb83fde", "OS::stack_id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "image_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image", "inst_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-inst", "subnet_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-subnet", "flavor_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-flavor-name", "net_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "stack_user_project_id": "100d4bf31ff044d4b07a5e1f9bc59309", "tags": null, "creation_time": "2018-10-04T15:24:53Z", "links": [{"href": "http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:25:13Z", "id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:25:17,490 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d used request id req-14f26ba8-c345-48d6-9cac-6f440f22ef79 2018-10-04 15:25:17,490 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:25:17,490 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:25:20,493 - create_stack - DEBUG - Stack status query timeout in 1193.132267 2018-10-04 15:25:20,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/5e9fdf09-7d02-46a1-8fe7-79f6264b897d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9bcacfb0c7cf414ddb613c9b22094cb645bd62" 2018-10-04 15:25:20,676 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:25:20 GMT Server: Apache x-openstack-request-id: req-28f3c99a-62c8-47f5-ba41-eca80c4d01b4 Location: http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:25:20,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:20 GMT Server: Apache x-openstack-request-id: req-54c0d357-b7df-4687-8d5f-9a9f1a30765d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "73d08a4e495d474c888927ecebb83fde", "OS::stack_id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "image_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image", "inst_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-inst", "subnet_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-subnet", "flavor_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-flavor-name", "net_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "stack_user_project_id": "100d4bf31ff044d4b07a5e1f9bc59309", "tags": null, "creation_time": "2018-10-04T15:24:53Z", "links": [{"href": "http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:25:13Z", "id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:25:20,701 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d used request id req-54c0d357-b7df-4687-8d5f-9a9f1a30765d 2018-10-04 15:25:20,702 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:25:20,702 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:25:23,705 - create_stack - DEBUG - Stack status query timeout in 1189.92071009 2018-10-04 15:25:23,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/5e9fdf09-7d02-46a1-8fe7-79f6264b897d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9bcacfb0c7cf414ddb613c9b22094cb645bd62" 2018-10-04 15:25:23,884 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:25:23 GMT Server: Apache x-openstack-request-id: req-05433685-5c12-4032-a043-913720fd22da Location: http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:25:24,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:23 GMT Server: Apache x-openstack-request-id: req-16964f28-d6f1-45d1-99e2-a3f4b50cb7e2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "73d08a4e495d474c888927ecebb83fde", "OS::stack_id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "image_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image", "inst_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-inst", "subnet_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-subnet", "flavor_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-flavor-name", "net_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "stack_user_project_id": "100d4bf31ff044d4b07a5e1f9bc59309", "tags": null, "creation_time": "2018-10-04T15:24:53Z", "links": [{"href": "http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:25:13Z", "id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:25:24,045 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d used request id req-16964f28-d6f1-45d1-99e2-a3f4b50cb7e2 2018-10-04 15:25:24,045 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:25:24,046 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:25:27,049 - create_stack - DEBUG - Stack status query timeout in 1186.57683516 2018-10-04 15:25:27,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/5e9fdf09-7d02-46a1-8fe7-79f6264b897d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9bcacfb0c7cf414ddb613c9b22094cb645bd62" 2018-10-04 15:25:27,216 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:25:27 GMT Server: Apache x-openstack-request-id: req-1e17921c-e53e-4b90-97a1-786ab7f26935 Location: http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:25:27,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:27 GMT Server: Apache x-openstack-request-id: req-43fb75c0-ccf5-441b-9786-baba5a14bfea Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "73d08a4e495d474c888927ecebb83fde", "OS::stack_id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "image_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image", "inst_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-inst", "subnet_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-subnet", "flavor_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-flavor-name", "net_name": "CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-net"}, "deletion_time": "2018-10-04T15:25:25Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack", "stack_user_project_id": "100d4bf31ff044d4b07a5e1f9bc59309", "tags": null, "creation_time": "2018-10-04T15:24:53Z", "links": [{"href": "http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-04T15:25:13Z", "id": "5e9fdf09-7d02-46a1-8fe7-79f6264b897d", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:25:27,408 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d used request id req-43fb75c0-ccf5-441b-9786-baba5a14bfea 2018-10-04 15:25:27,408 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-04 15:25:27,408 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack 2018-10-04 15:25:27,408 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack 2018-10-04 15:25:27,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/5e9fdf09-7d02-46a1-8fe7-79f6264b897d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9bcacfb0c7cf414ddb613c9b22094cb645bd62" 2018-10-04 15:25:27,616 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:25:27 GMT Server: Apache x-openstack-request-id: req-2592701f-988a-40a5-a25f-e99c31f1bc05 Location: http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:25:27,641 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:25:27 GMT Server: Apache x-openstack-request-id: req-7013f1c9-0273-4ca5-ad2a-17470f1bc780 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-04 15:25:27,642 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/73d08a4e495d474c888927ecebb83fde/stacks/CreateStackSuccessTests-CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-stack/5e9fdf09-7d02-46a1-8fe7-79f6264b897d used request id req-7013f1c9-0273-4ca5-ad2a-17470f1bc780 2018-10-04 15:25:27,643 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-07524b7d-1e3d-4bea-be2e-b818797d20e2-image 2018-10-04 15:25:27,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/f021e15b-17a5-4bd0-bec0-5c3771733dd6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dcef607e7034976d7ad0a063d72f087c01036cf3" 2018-10-04 15:25:29,258 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a4edb94d-0ff4-4e84-a949-afcb243990b7 Date: Thu, 04 Oct 2018 15:25:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:25:29,258 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/f021e15b-17a5-4bd0-bec0-5c3771733dd6 used request id req-a4edb94d-0ff4-4e84-a949-afcb243990b7 2018-10-04 15:25:29,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/4545fb01-6ea7-44e7-b56c-84924efdeccc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43dec56344ca6137a7efe5712797992d242005be" 2018-10-04 15:25:29,302 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:25:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1fccf78b-66f5-45c8-af14-c857963a1c4f x-compute-request-id: req-1fccf78b-66f5-45c8-af14-c857963a1c4f Content-Length: 0 Content-Type: application/json 2018-10-04 15:25:29,303 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/4545fb01-6ea7-44e7-b56c-84924efdeccc used request id req-1fccf78b-66f5-45c8-af14-c857963a1c4f 2018-10-04 15:25:29,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65e5a16df170ec2560b56e188a0c3db68ae5d2b5" 2018-10-04 15:25:29,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-1b5e52e0-700d-48fe-9351-c8e23b4524f5 Date: Thu, 04 Oct 2018 15:25:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "73d08a4e495d474c888927ecebb83fde", "created_at": "2018-10-04T15:24:54Z", "updated_at": "2018-10-04T15:24:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:24:54Z", "revision_number": 0, "id": "04a3e1c7-7e02-40f2-8d9f-c2277cbe78a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:24:54Z", "security_group_id": "959e0a9c-6645-4b16-9141-c93e4ad419ed", "tenant_id": "73d08a4e495d474c888927ecebb83fde", "port_range_min": null, "ethertype": "IPv6", "project_id": "73d08a4e495d474c888927ecebb83fde"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:24:54Z", "revision_number": 0, "id": "130dbf1f-d73c-4506-89ef-a56625178cf5", "remote_group_id": "959e0a9c-6645-4b16-9141-c93e4ad419ed", "remote_ip_prefix": null, "created_at": "2018-10-04T15:24:54Z", "security_group_id": "959e0a9c-6645-4b16-9141-c93e4ad419ed", "tenant_id": "73d08a4e495d474c888927ecebb83fde", "port_range_min": null, "ethertype": "IPv6", "project_id": "73d08a4e495d474c888927ecebb83fde"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:24:54Z", "revision_number": 0, "id": "52f6aa99-8f79-44c1-bf96-0d349ebd2d36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:24:54Z", "security_group_id": "959e0a9c-6645-4b16-9141-c93e4ad419ed", "tenant_id": "73d08a4e495d474c888927ecebb83fde", "port_range_min": null, "ethertype": "IPv4", "project_id": "73d08a4e495d474c888927ecebb83fde"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:24:54Z", "revision_number": 0, "id": "7dc53bdc-48c2-463b-9206-3a67a7458fa6", "remote_group_id": "959e0a9c-6645-4b16-9141-c93e4ad419ed", "remote_ip_prefix": null, "created_at": "2018-10-04T15:24:54Z", "security_group_id": "959e0a9c-6645-4b16-9141-c93e4ad419ed", "tenant_id": "73d08a4e495d474c888927ecebb83fde", "port_range_min": null, "ethertype": "IPv4", "project_id": "73d08a4e495d474c888927ecebb83fde"}], "revision_number": 4, "project_id": "73d08a4e495d474c888927ecebb83fde", "id": "959e0a9c-6645-4b16-9141-c93e4ad419ed", "name": "default"}]} 2018-10-04 15:25:29,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-1b5e52e0-700d-48fe-9351-c8e23b4524f5 2018-10-04 15:25:29,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65e5a16df170ec2560b56e188a0c3db68ae5d2b5" 2018-10-04 15:25:29,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88d37e94-e1ba-4a31-92d7-579c2fe6ca33 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:25:29,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-88d37e94-e1ba-4a31-92d7-579c2fe6ca33 2018-10-04 15:25:29,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65e5a16df170ec2560b56e188a0c3db68ae5d2b5" 2018-10-04 15:25:29,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdba71bd-bb0b-447d-8299-fe4307f4bf47 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:25:29,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-cdba71bd-bb0b-447d-8299-fe4307f4bf47 2018-10-04 15:25:29,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65e5a16df170ec2560b56e188a0c3db68ae5d2b5" 2018-10-04 15:25:29,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6b227ac-fb4c-4a12-89e6-30834d8b5f01 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:25:29,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-d6b227ac-fb4c-4a12-89e6-30834d8b5f01 2018-10-04 15:25:29,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/73d08a4e495d474c888927ecebb83fde -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65e5a16df170ec2560b56e188a0c3db68ae5d2b5" 2018-10-04 15:25:29,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-230aaada-25ad-4a23-8981-957b5ba2563a Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/73d08a4e495d474c888927ecebb83fde"}, "enabled": true, "id": "73d08a4e495d474c888927ecebb83fde", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c15dc86d-ce7f-459-proj"}} 2018-10-04 15:25:29,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/73d08a4e495d474c888927ecebb83fde used request id req-230aaada-25ad-4a23-8981-957b5ba2563a 2018-10-04 15:25:29,898 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 959e0a9c-6645-4b16-9141-c93e4ad419ed 2018-10-04 15:25:29,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=959e0a9c-6645-4b16-9141-c93e4ad419ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65e5a16df170ec2560b56e188a0c3db68ae5d2b5" 2018-10-04 15:25:30,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-50c8bedd-8c50-4fe7-aa9b-70b877241c88 Date: Thu, 04 Oct 2018 15:25:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:24:54Z", "security_group_id": "959e0a9c-6645-4b16-9141-c93e4ad419ed", "port_range_min": null, "revision_number": 0, "tenant_id": "73d08a4e495d474c888927ecebb83fde", "created_at": "2018-10-04T15:24:54Z", "project_id": "73d08a4e495d474c888927ecebb83fde", "id": "04a3e1c7-7e02-40f2-8d9f-c2277cbe78a3"}, {"remote_group_id": "959e0a9c-6645-4b16-9141-c93e4ad419ed", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:24:54Z", "security_group_id": "959e0a9c-6645-4b16-9141-c93e4ad419ed", "port_range_min": null, "revision_number": 0, "tenant_id": "73d08a4e495d474c888927ecebb83fde", "created_at": "2018-10-04T15:24:54Z", "project_id": "73d08a4e495d474c888927ecebb83fde", "id": "130dbf1f-d73c-4506-89ef-a56625178cf5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:24:54Z", "security_group_id": "959e0a9c-6645-4b16-9141-c93e4ad419ed", "port_range_min": null, "revision_number": 0, "tenant_id": "73d08a4e495d474c888927ecebb83fde", "created_at": "2018-10-04T15:24:54Z", "project_id": "73d08a4e495d474c888927ecebb83fde", "id": "52f6aa99-8f79-44c1-bf96-0d349ebd2d36"}, {"remote_group_id": "959e0a9c-6645-4b16-9141-c93e4ad419ed", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:24:54Z", "security_group_id": "959e0a9c-6645-4b16-9141-c93e4ad419ed", "port_range_min": null, "revision_number": 0, "tenant_id": "73d08a4e495d474c888927ecebb83fde", "created_at": "2018-10-04T15:24:54Z", "project_id": "73d08a4e495d474c888927ecebb83fde", "id": "7dc53bdc-48c2-463b-9206-3a67a7458fa6"}]} 2018-10-04 15:25:30,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=959e0a9c-6645-4b16-9141-c93e4ad419ed used request id req-50c8bedd-8c50-4fe7-aa9b-70b877241c88 2018-10-04 15:25:30,150 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:25:30,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/959e0a9c-6645-4b16-9141-c93e4ad419ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65e5a16df170ec2560b56e188a0c3db68ae5d2b5" 2018-10-04 15:25:30,438 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4b8286f6-828b-4e1e-acd6-1c2f2556e2ae Content-Length: 0 Date: Thu, 04 Oct 2018 15:25:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:25:30,438 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/959e0a9c-6645-4b16-9141-c93e4ad419ed used request id req-4b8286f6-828b-4e1e-acd6-1c2f2556e2ae 2018-10-04 15:25:30,439 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-c15dc86d-ce7f-459-proj 2018-10-04 15:25:30,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/73d08a4e495d474c888927ecebb83fde -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65e5a16df170ec2560b56e188a0c3db68ae5d2b5" 2018-10-04 15:25:30,691 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:25:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b75a8fa0-5139-4d09-b55b-99cb5a3dc56b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:25:30,692 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/73d08a4e495d474c888927ecebb83fde used request id req-b75a8fa0-5139-4d09-b55b-99cb5a3dc56b 2018-10-04 15:25:30,692 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-c15dc86d-ce7f-459-proj-role 2018-10-04 15:25:30,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/0ebd8e47dc514b8e825d346b66cde50e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65e5a16df170ec2560b56e188a0c3db68ae5d2b5" 2018-10-04 15:25:30,797 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:25:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88421f98-bfd8-48bf-bc13-81369f482995 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:25:30,797 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/0ebd8e47dc514b8e825d346b66cde50e used request id req-88421f98-bfd8-48bf-bc13-81369f482995 2018-10-04 15:25:30,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65e5a16df170ec2560b56e188a0c3db68ae5d2b5" 2018-10-04 15:25:30,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9635c07-4977-44e6-bf94-3e0276bc3770 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:25:30,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e9635c07-4977-44e6-bf94-3e0276bc3770 2018-10-04 15:25:30,889 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-c15dc86d-ce7f-459-user 2018-10-04 15:25:30,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/65ff0b13e7f44d67b16e5f0910ef3f8c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d476cfe392daff35565e4d40ce4fe9bf5a2373e" 2018-10-04 15:25:31,108 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:25:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20ceeb4d-d8a2-4b05-8307-bdd61996bf9d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:25:31,109 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/65ff0b13e7f44d67b16e5f0910ef3f8c used request id req-20ceeb4d-d8a2-4b05-8307-bdd61996bf9d 2018-10-04 15:25:31,110 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:25:31,487 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:25:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["PYUk9ZToRXOdY6JGhw99wA"], "issued_at": "2018-10-04T15:25:31.000000Z"}} 2018-10-04 15:25:31,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ee16b58bed762a0e84c2d000feb73ce577e5545" 2018-10-04 15:25:31,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7997435b-b07f-45d9-b7d4-d416b2c87e19 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:25:31,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7997435b-b07f-45d9-b7d4-d416b2c87e19 2018-10-04 15:25:31,592 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:25:31,593 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:25:31,975 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:25:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["ElaS5I86SnCLahRGn-6vcg"], "issued_at": "2018-10-04T15:25:31.000000Z"}} 2018-10-04 15:25:31,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb5d189d8b012b9dd07d74b4ebb1a265f80334fb" 2018-10-04 15:25:32,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1caacab8-dbdb-4b0a-b5db-b74468d09562 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:25:32,054 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1caacab8-dbdb-4b0a-b5db-b74468d09562 2018-10-04 15:25:32,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:25:32,065 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:25:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:25:32,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-c9fd30bd-4978-434-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb5d189d8b012b9dd07d74b4ebb1a265f80334fb" 2018-10-04 15:25:32,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05e01a41-b685-43d5-a117-9f936d19726a Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-c9fd30bd-4978-434-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:25:32,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-c9fd30bd-4978-434-proj used request id req-05e01a41-b685-43d5-a117-9f936d19726a 2018-10-04 15:25:32,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb5d189d8b012b9dd07d74b4ebb1a265f80334fb" 2018-10-04 15:25:32,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66291177-62d1-4a6e-9c1e-b5edf634eb9a Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:25:32,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-66291177-62d1-4a6e-9c1e-b5edf634eb9a 2018-10-04 15:25:32,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb5d189d8b012b9dd07d74b4ebb1a265f80334fb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-c9fd30bd-4978-434-proj"}}' 2018-10-04 15:25:32,294 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:25:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9521e25f-f386-40d7-969d-a28c95ae5029 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/725593f6e063454fa6b8f36ad2ebd8fb"}, "enabled": true, "id": "725593f6e063454fa6b8f36ad2ebd8fb", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c9fd30bd-4978-434-proj"}} 2018-10-04 15:25:32,294 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-9521e25f-f386-40d7-969d-a28c95ae5029 2018-10-04 15:25:32,294 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-c9fd30bd-4978-434-proj 2018-10-04 15:25:32,295 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:25:32,295 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:25:32,679 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:25:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["myjz2H9cQ7aa7NQ1djb6SQ"], "issued_at": "2018-10-04T15:25:32.000000Z"}} 2018-10-04 15:25:32,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf309f037ec47591c136463acf47c02b8d54c1b" 2018-10-04 15:25:32,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38da6f5c-188b-4b27-876d-e9d53d54d67a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:25:32,759 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-38da6f5c-188b-4b27-876d-e9d53d54d67a 2018-10-04 15:25:32,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:25:32,769 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:25:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:25:32,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf309f037ec47591c136463acf47c02b8d54c1b" 2018-10-04 15:25:32,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-278d97cc-1ada-40a4-9ba3-dc4f6f386f9a Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:25:32,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-278d97cc-1ada-40a4-9ba3-dc4f6f386f9a 2018-10-04 15:25:32,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-c9fd30bd-4978-434-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf309f037ec47591c136463acf47c02b8d54c1b" 2018-10-04 15:25:32,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e9911d3-e66d-45cc-a072-2d0160dbfe6c Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-c9fd30bd-4978-434-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/725593f6e063454fa6b8f36ad2ebd8fb"}, "enabled": true, "id": "725593f6e063454fa6b8f36ad2ebd8fb", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c9fd30bd-4978-434-proj"}]} 2018-10-04 15:25:32,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-c9fd30bd-4978-434-proj used request id req-5e9911d3-e66d-45cc-a072-2d0160dbfe6c 2018-10-04 15:25:32,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf309f037ec47591c136463acf47c02b8d54c1b" 2018-10-04 15:25:33,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6007abb-6c45-4d0f-905e-a6336db2bae8 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:25:33,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-e6007abb-6c45-4d0f-905e-a6336db2bae8 2018-10-04 15:25:33,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf309f037ec47591c136463acf47c02b8d54c1b" 2018-10-04 15:25:33,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deadba49-2070-4cfd-b64f-ee78102e876a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:25:33,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-deadba49-2070-4cfd-b64f-ee78102e876a 2018-10-04 15:25:33,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-c9fd30bd-4978-434-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf309f037ec47591c136463acf47c02b8d54c1b" 2018-10-04 15:25:33,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e0e8d15-50dd-4f09-8e24-e93f5695a8a1 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-c9fd30bd-4978-434-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/725593f6e063454fa6b8f36ad2ebd8fb"}, "enabled": true, "id": "725593f6e063454fa6b8f36ad2ebd8fb", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c9fd30bd-4978-434-proj"}]} 2018-10-04 15:25:33,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-c9fd30bd-4978-434-proj used request id req-6e0e8d15-50dd-4f09-8e24-e93f5695a8a1 2018-10-04 15:25:33,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/cb01ac9895204844ab8b415d222d02b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf309f037ec47591c136463acf47c02b8d54c1b" 2018-10-04 15:25:33,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab10ad62-eed7-4991-b0c6-ef656c1e5a88 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-c9fd30bd-4978-434-user", "links": {"self": "http://172.30.9.23:5000/v3/users/cb01ac9895204844ab8b415d222d02b6"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "725593f6e063454fa6b8f36ad2ebd8fb", "id": "cb01ac9895204844ab8b415d222d02b6", "password_expires_at": null}} 2018-10-04 15:25:33,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/cb01ac9895204844ab8b415d222d02b6 used request id req-ab10ad62-eed7-4991-b0c6-ef656c1e5a88 2018-10-04 15:25:33,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/725593f6e063454fa6b8f36ad2ebd8fb/users/cb01ac9895204844ab8b415d222d02b6/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf309f037ec47591c136463acf47c02b8d54c1b" 2018-10-04 15:25:33,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4051326c-fdcb-4479-bf40-586d1389b1ad Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/725593f6e063454fa6b8f36ad2ebd8fb/users/cb01ac9895204844ab8b415d222d02b6/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 15:25:33,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/725593f6e063454fa6b8f36ad2ebd8fb/users/cb01ac9895204844ab8b415d222d02b6/roles used request id req-4051326c-fdcb-4479-bf40-586d1389b1ad 2018-10-04 15:25:33,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf309f037ec47591c136463acf47c02b8d54c1b" 2018-10-04 15:25:33,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b6911a7-e7d4-413d-896a-823334494ff7 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "domain_id": null, "name": "heat_stack_owner", "id": "aa60aa92e6004a9babfb6641bde48b31"}} 2018-10-04 15:25:33,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-0b6911a7-e7d4-413d-896a-823334494ff7 2018-10-04 15:25:33,961 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-c9fd30bd-4978-434-proj 2018-10-04 15:25:33,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/725593f6e063454fa6b8f36ad2ebd8fb/users/cb01ac9895204844ab8b415d222d02b6/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf309f037ec47591c136463acf47c02b8d54c1b" 2018-10-04 15:25:34,027 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:25:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27a4f003-3a33-46ea-85ef-804585eb1b8b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:25:34,027 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/725593f6e063454fa6b8f36ad2ebd8fb/users/cb01ac9895204844ab8b415d222d02b6/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-27a4f003-3a33-46ea-85ef-804585eb1b8b 2018-10-04 15:25:34,027 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-c9fd30bd-4978-434-user 2018-10-04 15:25:34,027 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:25:34,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb5d189d8b012b9dd07d74b4ebb1a265f80334fb" 2018-10-04 15:25:34,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e633b2b4-5594-4155-996f-48143626abf8 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:25:34,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e633b2b4-5594-4155-996f-48143626abf8 2018-10-04 15:25:34,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb5d189d8b012b9dd07d74b4ebb1a265f80334fb" -d '{"role": {"name": "CreateStackSuccessTests-c9fd30bd-4978-434-proj-role"}}' 2018-10-04 15:25:34,236 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:25:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2dc8833f-651d-47f3-b32b-df446fc841a9 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7d91188559ba4a5aa6562a06990a26ac", "links": {"self": "http://172.30.9.23:5000/v3/roles/7d91188559ba4a5aa6562a06990a26ac"}, "name": "CreateStackSuccessTests-c9fd30bd-4978-434-proj-role"}} 2018-10-04 15:25:34,236 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-2dc8833f-651d-47f3-b32b-df446fc841a9 2018-10-04 15:25:34,236 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-c9fd30bd-4978-434-proj-role 2018-10-04 15:25:34,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/7d91188559ba4a5aa6562a06990a26ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb5d189d8b012b9dd07d74b4ebb1a265f80334fb" 2018-10-04 15:25:34,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc3550dd-bb3a-45d2-a7db-3565a809020e Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/7d91188559ba4a5aa6562a06990a26ac"}, "domain_id": null, "name": "CreateStackSuccessTests-c9fd30bd-4978-434-proj-role", "id": "7d91188559ba4a5aa6562a06990a26ac"}} 2018-10-04 15:25:34,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/7d91188559ba4a5aa6562a06990a26ac used request id req-dc3550dd-bb3a-45d2-a7db-3565a809020e 2018-10-04 15:25:34,326 - keystone_utils - INFO - Granting role CreateStackSuccessTests-c9fd30bd-4978-434-proj-role to project CreateStackSuccessTests-c9fd30bd-4978-434-proj 2018-10-04 15:25:34,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/725593f6e063454fa6b8f36ad2ebd8fb/users/cb01ac9895204844ab8b415d222d02b6/roles/7d91188559ba4a5aa6562a06990a26ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb5d189d8b012b9dd07d74b4ebb1a265f80334fb" 2018-10-04 15:25:34,453 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:25:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d100f39-1762-4174-976e-5df1e454f704 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:25:34,453 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/725593f6e063454fa6b8f36ad2ebd8fb/users/cb01ac9895204844ab8b415d222d02b6/roles/7d91188559ba4a5aa6562a06990a26ac used request id req-8d100f39-1762-4174-976e-5df1e454f704 2018-10-04 15:25:34,453 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:25:34,453 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:25:34,454 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:25:34,454 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:25:34,837 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7d91188559ba4a5aa6562a06990a26ac", "name": "CreateStackSuccessTests-c9fd30bd-4978-434-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:25:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "725593f6e063454fa6b8f36ad2ebd8fb", "name": "CreateStackSuccessTests-c9fd30bd-4978-434-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-c9fd30bd-4978-434-user", "id": "cb01ac9895204844ab8b415d222d02b6"}, "audit_ids": ["SNzKbxDfRHmdZySntRsJQw"], "issued_at": "2018-10-04T15:25:34.000000Z"}} 2018-10-04 15:25:34,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80d7b070c6c3fb4a9d4ff14409ac53e3f023cd33" 2018-10-04 15:25:34,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42c2ebad-f7ea-4c66-bc8c-b04b60ed9086 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:25:34,923 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-42c2ebad-f7ea-4c66-bc8c-b04b60ed9086 2018-10-04 15:25:34,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80d7b070c6c3fb4a9d4ff14409ac53e3f023cd33" 2018-10-04 15:25:35,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-9bd65f8d-4550-4d46-ba5d-84703797dfaf Date: Thu, 04 Oct 2018 15:25:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-image"} 2018-10-04 15:25:35,097 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-image used request id req-9bd65f8d-4550-4d46-ba5d-84703797dfaf 2018-10-04 15:25:35,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80d7b070c6c3fb4a9d4ff14409ac53e3f023cd33" 2018-10-04 15:25:35,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-87dc4cc1-6421-413d-a269-4108e42bce6e Date: Thu, 04 Oct 2018 15:25:35 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:25:35,266 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-87dc4cc1-6421-413d-a269-4108e42bce6e 2018-10-04 15:25:35,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}80d7b070c6c3fb4a9d4ff14409ac53e3f023cd33" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-image"}' 2018-10-04 15:25:35,500 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/484888bc-ec52-448e-84bd-3fce1064c037 X-Openstack-Request-Id: req-4c8a86e5-b87d-4aa7-88a9-ddee529e5fd1 Date: Thu, 04 Oct 2018 15:25:35 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:25:35Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:25:35Z", "visibility": "shared", "locations": [], "self": "/v2/images/484888bc-ec52-448e-84bd-3fce1064c037", "min_disk": 0, "protected": false, "id": "484888bc-ec52-448e-84bd-3fce1064c037", "file": "/v2/images/484888bc-ec52-448e-84bd-3fce1064c037/file", "checksum": null, "owner": "725593f6e063454fa6b8f36ad2ebd8fb", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:25:35,501 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-4c8a86e5-b87d-4aa7-88a9-ddee529e5fd1 2018-10-04 15:25:35,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/484888bc-ec52-448e-84bd-3fce1064c037/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80d7b070c6c3fb4a9d4ff14409ac53e3f023cd33" -d '' 2018-10-04 15:25:36,467 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3e84bf95-a18a-49d3-a5d5-f22b20c4931d Date: Thu, 04 Oct 2018 15:25:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:25:36,467 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/484888bc-ec52-448e-84bd-3fce1064c037/file used request id req-3e84bf95-a18a-49d3-a5d5-f22b20c4931d 2018-10-04 15:25:36,468 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:25:36,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/484888bc-ec52-448e-84bd-3fce1064c037 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80d7b070c6c3fb4a9d4ff14409ac53e3f023cd33" 2018-10-04 15:25:36,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-31d4606d-bc54-49d2-94c7-266d71bdedaa Date: Thu, 04 Oct 2018 15:25:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:25:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:25:36Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/484888bc-ec52-448e-84bd-3fce1064c037/snap", "metadata": {}}], "self": "/v2/images/484888bc-ec52-448e-84bd-3fce1064c037", "min_disk": 0, "protected": false, "id": "484888bc-ec52-448e-84bd-3fce1064c037", "file": "/v2/images/484888bc-ec52-448e-84bd-3fce1064c037/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "725593f6e063454fa6b8f36ad2ebd8fb", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/484888bc-ec52-448e-84bd-3fce1064c037/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:25:36,637 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/484888bc-ec52-448e-84bd-3fce1064c037 used request id req-31d4606d-bc54-49d2-94c7-266d71bdedaa 2018-10-04 15:25:36,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80d7b070c6c3fb4a9d4ff14409ac53e3f023cd33" 2018-10-04 15:25:36,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5ee9d33f-5e2a-46ac-94d0-6a573e98b5a0 Date: Thu, 04 Oct 2018 15:25:36 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:25:36,792 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-5ee9d33f-5e2a-46ac-94d0-6a573e98b5a0 2018-10-04 15:25:36,795 - create_image - INFO - Created image with name - CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-image 2018-10-04 15:25:36,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/484888bc-ec52-448e-84bd-3fce1064c037 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80d7b070c6c3fb4a9d4ff14409ac53e3f023cd33" 2018-10-04 15:25:36,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-a4308771-b4f5-415e-8dae-46242ba0614a Date: Thu, 04 Oct 2018 15:25:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:25:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:25:36Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/484888bc-ec52-448e-84bd-3fce1064c037/snap", "metadata": {}}], "self": "/v2/images/484888bc-ec52-448e-84bd-3fce1064c037", "min_disk": 0, "protected": false, "id": "484888bc-ec52-448e-84bd-3fce1064c037", "file": "/v2/images/484888bc-ec52-448e-84bd-3fce1064c037/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "725593f6e063454fa6b8f36ad2ebd8fb", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/484888bc-ec52-448e-84bd-3fce1064c037/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:25:36,815 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/484888bc-ec52-448e-84bd-3fce1064c037 used request id req-a4308771-b4f5-415e-8dae-46242ba0614a 2018-10-04 15:25:36,816 - create_image - DEBUG - Instance status is - active 2018-10-04 15:25:36,816 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-image 2018-10-04 15:25:36,816 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-image 2018-10-04 15:25:36,816 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:25:36,817 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:25:37,188 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:25:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["9iM80y6kQFqMNI-nLNynGw"], "issued_at": "2018-10-04T15:25:37.000000Z"}} 2018-10-04 15:25:37,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea8ece06a607d55f7fa3b44b81b05f28a349ad48" 2018-10-04 15:25:37,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6552f46f-ecc4-462b-9b77-006155adcc28 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:25:37,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6552f46f-ecc4-462b-9b77-006155adcc28 2018-10-04 15:25:37,274 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:25:37,280 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea8ece06a607d55f7fa3b44b81b05f28a349ad48" 2018-10-04 15:25:37,459 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25: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-7677ded8-c08a-4e84-b982-bed1330372bc x-compute-request-id: req-7677ded8-c08a-4e84-b982-bed1330372bc Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:25:37,459 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-7677ded8-c08a-4e84-b982-bed1330372bc 2018-10-04 15:25:37,463 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea8ece06a607d55f7fa3b44b81b05f28a349ad48" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:25:37,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25: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-125375dd-9933-457e-8e2e-aa74c404227f x-compute-request-id: req-125375dd-9933-457e-8e2e-aa74c404227f Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c4e8837b-c91b-4998-8442-5504583f107e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c4e8837b-c91b-4998-8442-5504583f107e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c4e8837b-c91b-4998-8442-5504583f107e", "name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:25:37,536 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-125375dd-9933-457e-8e2e-aa74c404227f 2018-10-04 15:25:37,536 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:25:37,537 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:25:37,917 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7d91188559ba4a5aa6562a06990a26ac", "name": "CreateStackSuccessTests-c9fd30bd-4978-434-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:25:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "725593f6e063454fa6b8f36ad2ebd8fb", "name": "CreateStackSuccessTests-c9fd30bd-4978-434-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-c9fd30bd-4978-434-user", "id": "cb01ac9895204844ab8b415d222d02b6"}, "audit_ids": ["cQejX10lQz2LtVJhtpXgsQ"], "issued_at": "2018-10-04T15:25:37.000000Z"}} 2018-10-04 15:25:37,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}878d26955511dff966a0e1c37bfa68f6483f1198" 2018-10-04 15:25:37,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc5cbf17-1992-4a44-95bf-f25f6b1d665a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:25:37,988 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fc5cbf17-1992-4a44-95bf-f25f6b1d665a 2018-10-04 15:25:37,990 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:25:37,992 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:25:37,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}878d26955511dff966a0e1c37bfa68f6483f1198" 2018-10-04 15:25:38,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:38 GMT Server: Apache x-openstack-request-id: req-b9a0dc1b-24b4-410b-93ec-8544ffa16a46 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-04 15:25:38,183 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack used request id req-b9a0dc1b-24b4-410b-93ec-8544ffa16a46 2018-10-04 15:25:38,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}878d26955511dff966a0e1c37bfa68f6483f1198" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-net", "inst_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-inst", "subnet_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-subnet", "image_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-image", "flavor_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-flavor-name"}}' 2018-10-04 15:25:40,385 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:25:38 GMT Server: Apache x-openstack-request-id: req-20089cc3-d715-435f-b610-1bff77b63a09 Location: http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "91704317-b3e1-4d2d-b4ac-880181060510", "links": [{"href": "http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510", "rel": "self"}]}} 2018-10-04 15:25:40,386 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks used request id req-20089cc3-d715-435f-b610-1bff77b63a09 2018-10-04 15:25:40,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/91704317-b3e1-4d2d-b4ac-880181060510 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}878d26955511dff966a0e1c37bfa68f6483f1198" 2018-10-04 15:25:40,594 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:25:40 GMT Server: Apache x-openstack-request-id: req-b9010ad1-648a-48de-8897-2699d1344909 Location: http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:25:40,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:40 GMT Server: Apache x-openstack-request-id: req-21c02cdd-8be8-4250-96fb-32aadbcc69e2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "725593f6e063454fa6b8f36ad2ebd8fb", "OS::stack_id": "91704317-b3e1-4d2d-b4ac-880181060510", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack", "image_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-image", "inst_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-inst", "subnet_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-subnet", "net_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-net", "flavor_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack", "stack_user_project_id": "c938a5cd52cb42419701740ea7eea2a8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:25:39Z", "links": [{"href": "http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "91704317-b3e1-4d2d-b4ac-880181060510", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:25:40,783 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 used request id req-21c02cdd-8be8-4250-96fb-32aadbcc69e2 2018-10-04 15:25:40,784 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack 2018-10-04 15:25:40,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/91704317-b3e1-4d2d-b4ac-880181060510 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}878d26955511dff966a0e1c37bfa68f6483f1198" 2018-10-04 15:25:40,961 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:25:40 GMT Server: Apache x-openstack-request-id: req-9fe755b3-2026-4a1c-aa88-5b9738fbb6b4 Location: http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:25:41,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:40 GMT Server: Apache x-openstack-request-id: req-d87b046d-c7f4-4f14-9748-ece829aee422 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "725593f6e063454fa6b8f36ad2ebd8fb", "OS::stack_id": "91704317-b3e1-4d2d-b4ac-880181060510", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack", "image_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-image", "inst_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-inst", "subnet_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-subnet", "net_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-net", "flavor_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack", "stack_user_project_id": "c938a5cd52cb42419701740ea7eea2a8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:25:39Z", "links": [{"href": "http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "91704317-b3e1-4d2d-b4ac-880181060510", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:25:41,141 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 used request id req-d87b046d-c7f4-4f14-9748-ece829aee422 2018-10-04 15:25:41,142 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:25:41,142 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:25:44,145 - create_stack - DEBUG - Stack status query timeout in 1196.63880014 2018-10-04 15:25:44,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/91704317-b3e1-4d2d-b4ac-880181060510 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}878d26955511dff966a0e1c37bfa68f6483f1198" 2018-10-04 15:25:44,318 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:25:44 GMT Server: Apache x-openstack-request-id: req-1d0fbbdf-ffe3-4e3c-8e53-2c71f15c960d Location: http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:25:44,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:44 GMT Server: Apache x-openstack-request-id: req-64a48f3f-a0d1-4dd2-ac7f-7ae79fd595d1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "725593f6e063454fa6b8f36ad2ebd8fb", "OS::stack_id": "91704317-b3e1-4d2d-b4ac-880181060510", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack", "image_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-image", "inst_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-inst", "subnet_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-subnet", "net_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-net", "flavor_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack", "stack_user_project_id": "c938a5cd52cb42419701740ea7eea2a8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:25:39Z", "links": [{"href": "http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "91704317-b3e1-4d2d-b4ac-880181060510", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:25:44,594 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 used request id req-64a48f3f-a0d1-4dd2-ac7f-7ae79fd595d1 2018-10-04 15:25:44,595 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:25:44,595 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:25:47,598 - create_stack - DEBUG - Stack status query timeout in 1193.18588209 2018-10-04 15:25:47,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/91704317-b3e1-4d2d-b4ac-880181060510 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}878d26955511dff966a0e1c37bfa68f6483f1198" 2018-10-04 15:25:47,773 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:25:47 GMT Server: Apache x-openstack-request-id: req-ecc015b8-3a67-49da-aa20-309548fdacac Location: http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:25:47,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:47 GMT Server: Apache x-openstack-request-id: req-b278ac9b-d436-4bba-8250-629272d101f7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "725593f6e063454fa6b8f36ad2ebd8fb", "OS::stack_id": "91704317-b3e1-4d2d-b4ac-880181060510", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack", "image_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-image", "inst_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-inst", "subnet_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-subnet", "net_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-net", "flavor_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack", "stack_user_project_id": "c938a5cd52cb42419701740ea7eea2a8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:25:39Z", "links": [{"href": "http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "91704317-b3e1-4d2d-b4ac-880181060510", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:25:47,952 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 used request id req-b278ac9b-d436-4bba-8250-629272d101f7 2018-10-04 15:25:47,952 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:25:47,952 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:25:50,956 - create_stack - DEBUG - Stack status query timeout in 1189.82859516 2018-10-04 15:25:50,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/91704317-b3e1-4d2d-b4ac-880181060510 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}878d26955511dff966a0e1c37bfa68f6483f1198" 2018-10-04 15:25:50,986 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:25:50 GMT Server: Apache x-openstack-request-id: req-bb6dad7e-94fa-44d3-b73d-2cfd0c08c6fb Location: http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:25:51,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:50 GMT Server: Apache x-openstack-request-id: req-d3b52f94-54a0-4294-a8b9-d241968f2788 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "725593f6e063454fa6b8f36ad2ebd8fb", "OS::stack_id": "91704317-b3e1-4d2d-b4ac-880181060510", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack", "image_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-image", "inst_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-inst", "subnet_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-subnet", "net_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-net", "flavor_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack", "stack_user_project_id": "c938a5cd52cb42419701740ea7eea2a8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:25:39Z", "links": [{"href": "http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "91704317-b3e1-4d2d-b4ac-880181060510", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:25:51,174 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 used request id req-d3b52f94-54a0-4294-a8b9-d241968f2788 2018-10-04 15:25:51,175 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:25:51,175 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:25:54,178 - create_stack - DEBUG - Stack status query timeout in 1186.60620618 2018-10-04 15:25:54,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/91704317-b3e1-4d2d-b4ac-880181060510 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}878d26955511dff966a0e1c37bfa68f6483f1198" 2018-10-04 15:25:54,208 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:25:54 GMT Server: Apache x-openstack-request-id: req-72885724-1795-4c2e-bb4b-ea54e254a06b Location: http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:25:54,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:54 GMT Server: Apache x-openstack-request-id: req-549e61cf-8c0b-48e7-a17c-4fe3a059b3cb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "725593f6e063454fa6b8f36ad2ebd8fb", "OS::stack_id": "91704317-b3e1-4d2d-b4ac-880181060510", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack", "image_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-image", "inst_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-inst", "subnet_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-subnet", "net_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-net", "flavor_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack", "stack_user_project_id": "c938a5cd52cb42419701740ea7eea2a8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:25:39Z", "links": [{"href": "http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "91704317-b3e1-4d2d-b4ac-880181060510", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:25:54,282 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 used request id req-549e61cf-8c0b-48e7-a17c-4fe3a059b3cb 2018-10-04 15:25:54,282 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:25:54,282 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:25:57,286 - create_stack - DEBUG - Stack status query timeout in 1183.49853516 2018-10-04 15:25:57,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/91704317-b3e1-4d2d-b4ac-880181060510 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}878d26955511dff966a0e1c37bfa68f6483f1198" 2018-10-04 15:25:57,315 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:25:57 GMT Server: Apache x-openstack-request-id: req-11cc5c6d-5461-46d1-8b7e-ae6b4dbad004 Location: http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:25:57,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:57 GMT Server: Apache x-openstack-request-id: req-84eff3ee-621d-41e5-adc0-bb203fbc34f2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 560 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "725593f6e063454fa6b8f36ad2ebd8fb", "OS::stack_id": "91704317-b3e1-4d2d-b4ac-880181060510", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack", "image_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-image", "inst_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-inst", "subnet_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-subnet", "net_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-net", "flavor_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack", "stack_user_project_id": "c938a5cd52cb42419701740ea7eea2a8", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:25:39Z", "links": [{"href": "http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "91704317-b3e1-4d2d-b4ac-880181060510", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:25:57,512 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 used request id req-84eff3ee-621d-41e5-adc0-bb203fbc34f2 2018-10-04 15:25:57,512 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-04 15:25:57,513 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack 2018-10-04 15:25:57,513 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack 2018-10-04 15:25:57,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/91704317-b3e1-4d2d-b4ac-880181060510/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}878d26955511dff966a0e1c37bfa68f6483f1198" 2018-10-04 15:25:57,685 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:25:57 GMT Server: Apache x-openstack-request-id: req-6cee56a8-ee26-4c61-a476-a6c4a75c3ff3 Location: http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:25:57,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:57 GMT Server: Apache x-openstack-request-id: req-c65ccfdb-5482-44f8-9c44-58e814fc34d9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 574 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-04T15:25:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:25:40Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "02f18e23-cde2-4343-ae09-bc3f1081d0f6", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-04T15:25:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:25:40Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "cd0aea5d-9596-4622-8e9c-dd9a668a14ed", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-04T15:25:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:25:40Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "859a6bf6-c729-49bf-ba0f-1c836205077b", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-04T15:25:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:25:40Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "89c7ebfe-4864-49e3-8d98-08ad64660a65", "resource_type": "OS::Nova::Server"}]} 2018-10-04 15:25:57,871 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510/resources used request id req-c65ccfdb-5482-44f8-9c44-58e814fc34d9 2018-10-04 15:25:57,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=859a6bf6-c729-49bf-ba0f-1c836205077b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}878d26955511dff966a0e1c37bfa68f6483f1198" 2018-10-04 15:25:57,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-9342de5b-14b3-490b-822c-912ed1ae3ba2 Date: Thu, 04 Oct 2018 15:25:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cd0aea5d-9596-4622-8e9c-dd9a668a14ed"],"updated_at":"2018-10-04T15:25:42Z","tenant_id":"725593f6e063454fa6b8f36ad2ebd8fb","created_at":"2018-10-04T15:25:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"725593f6e063454fa6b8f36ad2ebd8fb","id":"859a6bf6-c729-49bf-ba0f-1c836205077b","name":"CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-net"}]} 2018-10-04 15:25:57,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=859a6bf6-c729-49bf-ba0f-1c836205077b used request id req-9342de5b-14b3-490b-822c-912ed1ae3ba2 2018-10-04 15:25:57,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=859a6bf6-c729-49bf-ba0f-1c836205077b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}878d26955511dff966a0e1c37bfa68f6483f1198" 2018-10-04 15:25:58,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-9a4abc7d-519c-43ff-9eeb-0c6754376996 Date: Thu, 04 Oct 2018 15:25:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"859a6bf6-c729-49bf-ba0f-1c836205077b","tenant_id":"725593f6e063454fa6b8f36ad2ebd8fb","created_at":"2018-10-04T15:25:42Z","dns_nameservers":[],"updated_at":"2018-10-04T15:25:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"725593f6e063454fa6b8f36ad2ebd8fb","id":"cd0aea5d-9596-4622-8e9c-dd9a668a14ed","subnetpool_id":null,"name":"CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-subnet"}]} 2018-10-04 15:25:58,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=859a6bf6-c729-49bf-ba0f-1c836205077b used request id req-9a4abc7d-519c-43ff-9eeb-0c6754376996 2018-10-04 15:25:58,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=859a6bf6-c729-49bf-ba0f-1c836205077b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}878d26955511dff966a0e1c37bfa68f6483f1198" 2018-10-04 15:25:58,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-b490c188-103b-4abe-b1f1-d4ed63a02669 Date: Thu, 04 Oct 2018 15:25:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"859a6bf6-c729-49bf-ba0f-1c836205077b","tenant_id":"725593f6e063454fa6b8f36ad2ebd8fb","created_at":"2018-10-04T15:25:42Z","dns_nameservers":[],"updated_at":"2018-10-04T15:25:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"725593f6e063454fa6b8f36ad2ebd8fb","id":"cd0aea5d-9596-4622-8e9c-dd9a668a14ed","subnetpool_id":null,"name":"CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-subnet"}]} 2018-10-04 15:25:58,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=859a6bf6-c729-49bf-ba0f-1c836205077b used request id req-b490c188-103b-4abe-b1f1-d4ed63a02669 2018-10-04 15:25:58,096 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:25:58,097 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:25:58,476 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7d91188559ba4a5aa6562a06990a26ac", "name": "CreateStackSuccessTests-c9fd30bd-4978-434-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:25:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "725593f6e063454fa6b8f36ad2ebd8fb", "name": "CreateStackSuccessTests-c9fd30bd-4978-434-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-c9fd30bd-4978-434-user", "id": "cb01ac9895204844ab8b415d222d02b6"}, "audit_ids": ["KBZwoEQZR1OAujvqnke6HQ"], "issued_at": "2018-10-04T15:25:58.000000Z"}} 2018-10-04 15:25:58,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17610019c1df8f6f32b2872565d87911d96d7688" 2018-10-04 15:25:58,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5b51bbf-38be-4dbd-9e05-ddaa16fef001 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:25:58,553 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a5b51bbf-38be-4dbd-9e05-ddaa16fef001 2018-10-04 15:25:58,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17610019c1df8f6f32b2872565d87911d96d7688" 2018-10-04 15:25:58,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-10667b0f-9e25-4d87-9e21-5f29815977f1 Date: Thu, 04 Oct 2018 15:25:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cd0aea5d-9596-4622-8e9c-dd9a668a14ed"],"updated_at":"2018-10-04T15:25:42Z","tenant_id":"725593f6e063454fa6b8f36ad2ebd8fb","created_at":"2018-10-04T15:25:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"725593f6e063454fa6b8f36ad2ebd8fb","id":"859a6bf6-c729-49bf-ba0f-1c836205077b","name":"CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-net"}]} 2018-10-04 15:25:58,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-net used request id req-10667b0f-9e25-4d87-9e21-5f29815977f1 2018-10-04 15:25:58,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:25:58,810 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:25:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:25:58,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/725593f6e063454fa6b8f36ad2ebd8fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17610019c1df8f6f32b2872565d87911d96d7688" 2018-10-04 15:25:58,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9df3ed7a-7573-40ca-999c-bd689223c91e Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/725593f6e063454fa6b8f36ad2ebd8fb"}, "enabled": true, "id": "725593f6e063454fa6b8f36ad2ebd8fb", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c9fd30bd-4978-434-proj"}} 2018-10-04 15:25:58,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/725593f6e063454fa6b8f36ad2ebd8fb used request id req-9df3ed7a-7573-40ca-999c-bd689223c91e 2018-10-04 15:25:58,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=859a6bf6-c729-49bf-ba0f-1c836205077b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17610019c1df8f6f32b2872565d87911d96d7688" 2018-10-04 15:25:59,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-1f884406-9039-4224-a31e-491efd213baa Date: Thu, 04 Oct 2018 15:25:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"859a6bf6-c729-49bf-ba0f-1c836205077b","tenant_id":"725593f6e063454fa6b8f36ad2ebd8fb","created_at":"2018-10-04T15:25:42Z","dns_nameservers":[],"updated_at":"2018-10-04T15:25:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"725593f6e063454fa6b8f36ad2ebd8fb","id":"cd0aea5d-9596-4622-8e9c-dd9a668a14ed","subnetpool_id":null,"name":"CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-subnet"}]} 2018-10-04 15:25:59,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=859a6bf6-c729-49bf-ba0f-1c836205077b used request id req-1f884406-9039-4224-a31e-491efd213baa 2018-10-04 15:25:59,097 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:25:59,475 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7d91188559ba4a5aa6562a06990a26ac", "name": "CreateStackSuccessTests-c9fd30bd-4978-434-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:25:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "725593f6e063454fa6b8f36ad2ebd8fb", "name": "CreateStackSuccessTests-c9fd30bd-4978-434-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/725593f6e063454fa6b8f36ad2ebd8fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-c9fd30bd-4978-434-user", "id": "cb01ac9895204844ab8b415d222d02b6"}, "audit_ids": ["uMx7SgDJTCWZ2tOMxIddmQ"], "issued_at": "2018-10-04T15:25:59.000000Z"}} 2018-10-04 15:25:59,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c30c0a887c24d7429a675233fb9c64f1d1e0f68" 2018-10-04 15:25:59,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:25:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4062e82a-6493-4a63-acb1-58a3c107a58f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:25:59,551 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4062e82a-6493-4a63-acb1-58a3c107a58f 2018-10-04 15:25:59,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c30c0a887c24d7429a675233fb9c64f1d1e0f68" 2018-10-04 15:25:59,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-c04a5d35-b304-40a3-95d2-86ba56822220 Date: Thu, 04 Oct 2018 15:25:59 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":["cd0aea5d-9596-4622-8e9c-dd9a668a14ed"],"updated_at":"2018-10-04T15:25:42Z","tenant_id":"725593f6e063454fa6b8f36ad2ebd8fb","created_at":"2018-10-04T15:25:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"725593f6e063454fa6b8f36ad2ebd8fb","id":"859a6bf6-c729-49bf-ba0f-1c836205077b","name":"CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-net"}]} 2018-10-04 15:25:59,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-net used request id req-c04a5d35-b304-40a3-95d2-86ba56822220 2018-10-04 15:25:59,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=859a6bf6-c729-49bf-ba0f-1c836205077b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c30c0a887c24d7429a675233fb9c64f1d1e0f68" 2018-10-04 15:26:00,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-19a3b99b-537d-4d43-a748-934cfd052b9e Date: Thu, 04 Oct 2018 15:26:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"859a6bf6-c729-49bf-ba0f-1c836205077b","tenant_id":"725593f6e063454fa6b8f36ad2ebd8fb","created_at":"2018-10-04T15:25:42Z","dns_nameservers":[],"updated_at":"2018-10-04T15:25:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"725593f6e063454fa6b8f36ad2ebd8fb","id":"cd0aea5d-9596-4622-8e9c-dd9a668a14ed","subnetpool_id":null,"name":"CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-subnet"}]} 2018-10-04 15:26:00,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=859a6bf6-c729-49bf-ba0f-1c836205077b used request id req-19a3b99b-537d-4d43-a748-934cfd052b9e 2018-10-04 15:26:00,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=859a6bf6-c729-49bf-ba0f-1c836205077b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c30c0a887c24d7429a675233fb9c64f1d1e0f68" 2018-10-04 15:26:00,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-9b887b63-35fe-4b7b-a85d-eaefe582a66a Date: Thu, 04 Oct 2018 15:26: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":["cd0aea5d-9596-4622-8e9c-dd9a668a14ed"],"updated_at":"2018-10-04T15:25:42Z","tenant_id":"725593f6e063454fa6b8f36ad2ebd8fb","created_at":"2018-10-04T15:25:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"725593f6e063454fa6b8f36ad2ebd8fb","id":"859a6bf6-c729-49bf-ba0f-1c836205077b","name":"CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-net"}]} 2018-10-04 15:26:00,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=859a6bf6-c729-49bf-ba0f-1c836205077b used request id req-9b887b63-35fe-4b7b-a85d-eaefe582a66a 2018-10-04 15:26:00,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=859a6bf6-c729-49bf-ba0f-1c836205077b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c30c0a887c24d7429a675233fb9c64f1d1e0f68" 2018-10-04 15:26:00,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-44420e61-b11c-42ae-94a9-bc7292a5ec3a Date: Thu, 04 Oct 2018 15:26:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"859a6bf6-c729-49bf-ba0f-1c836205077b","tenant_id":"725593f6e063454fa6b8f36ad2ebd8fb","created_at":"2018-10-04T15:25:42Z","dns_nameservers":[],"updated_at":"2018-10-04T15:25:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"725593f6e063454fa6b8f36ad2ebd8fb","id":"cd0aea5d-9596-4622-8e9c-dd9a668a14ed","subnetpool_id":null,"name":"CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-subnet"}]} 2018-10-04 15:26:00,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=859a6bf6-c729-49bf-ba0f-1c836205077b used request id req-44420e61-b11c-42ae-94a9-bc7292a5ec3a 2018-10-04 15:26:00,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=859a6bf6-c729-49bf-ba0f-1c836205077b&name=CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c30c0a887c24d7429a675233fb9c64f1d1e0f68" 2018-10-04 15:26:00,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-56946798-398b-4482-9b1e-9aad6b8d566c Date: Thu, 04 Oct 2018 15:26:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"859a6bf6-c729-49bf-ba0f-1c836205077b","tenant_id":"725593f6e063454fa6b8f36ad2ebd8fb","created_at":"2018-10-04T15:25:42Z","dns_nameservers":[],"updated_at":"2018-10-04T15:25:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"725593f6e063454fa6b8f36ad2ebd8fb","id":"cd0aea5d-9596-4622-8e9c-dd9a668a14ed","subnetpool_id":null,"name":"CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-subnet"}]} 2018-10-04 15:26:00,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=859a6bf6-c729-49bf-ba0f-1c836205077b&name=CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-subnet used request id req-56946798-398b-4482-9b1e-9aad6b8d566c 2018-10-04 15:26:00,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/cd0aea5d-9596-4622-8e9c-dd9a668a14ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c30c0a887c24d7429a675233fb9c64f1d1e0f68" 2018-10-04 15:26:00,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-5210177f-d08c-4298-b00e-b8e75142fa2b Date: Thu, 04 Oct 2018 15:26:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"859a6bf6-c729-49bf-ba0f-1c836205077b","tenant_id":"725593f6e063454fa6b8f36ad2ebd8fb","created_at":"2018-10-04T15:25:42Z","dns_nameservers":[],"updated_at":"2018-10-04T15:25:42Z","gateway_ip":"10.0.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.0.0.0/24","project_id":"725593f6e063454fa6b8f36ad2ebd8fb","id":"cd0aea5d-9596-4622-8e9c-dd9a668a14ed","subnetpool_id":null,"name":"CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-subnet"}} 2018-10-04 15:26:00,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/cd0aea5d-9596-4622-8e9c-dd9a668a14ed used request id req-5210177f-d08c-4298-b00e-b8e75142fa2b 2018-10-04 15:26:00,886 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack 2018-10-04 15:26:00,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/91704317-b3e1-4d2d-b4ac-880181060510 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}878d26955511dff966a0e1c37bfa68f6483f1198" 2018-10-04 15:26:00,916 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:26:00 GMT Server: Apache x-openstack-request-id: req-c64a651d-4983-49c9-94fe-3b241310d77b Location: http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:26:00,959 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:26:00 GMT Server: Apache x-openstack-request-id: req-a95d1c5f-e563-421c-9edc-709810f3f405 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:26:00,959 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 used request id req-a95d1c5f-e563-421c-9edc-709810f3f405 2018-10-04 15:26:00,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/91704317-b3e1-4d2d-b4ac-880181060510 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}878d26955511dff966a0e1c37bfa68f6483f1198" 2018-10-04 15:26:01,122 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:26:00 GMT Server: Apache x-openstack-request-id: req-7c5ef200-9f55-4e35-aab0-13f233072888 Location: http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:26:01,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:01 GMT Server: Apache x-openstack-request-id: req-d738f835-26ae-4067-aa00-06cdd7b5a13a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "725593f6e063454fa6b8f36ad2ebd8fb", "OS::stack_id": "91704317-b3e1-4d2d-b4ac-880181060510", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack", "image_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-image", "inst_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-inst", "subnet_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-subnet", "flavor_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-flavor-name", "net_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack", "stack_user_project_id": "c938a5cd52cb42419701740ea7eea2a8", "tags": null, "creation_time": "2018-10-04T15:25:39Z", "links": [{"href": "http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:26:00Z", "id": "91704317-b3e1-4d2d-b4ac-880181060510", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:26:01,148 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 used request id req-d738f835-26ae-4067-aa00-06cdd7b5a13a 2018-10-04 15:26:01,149 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:26:01,149 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:26:04,152 - create_stack - DEBUG - Stack status query timeout in 1196.80762506 2018-10-04 15:26:04,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/91704317-b3e1-4d2d-b4ac-880181060510 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}878d26955511dff966a0e1c37bfa68f6483f1198" 2018-10-04 15:26:04,333 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:26:04 GMT Server: Apache x-openstack-request-id: req-44be5461-8646-4b54-8107-b511dfe93160 Location: http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:26:04,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:04 GMT Server: Apache x-openstack-request-id: req-c53b19b8-d90c-47f9-bc19-4cfb4e689e86 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "725593f6e063454fa6b8f36ad2ebd8fb", "OS::stack_id": "91704317-b3e1-4d2d-b4ac-880181060510", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack", "image_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-image", "inst_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-inst", "subnet_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-subnet", "flavor_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-flavor-name", "net_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack", "stack_user_project_id": "c938a5cd52cb42419701740ea7eea2a8", "tags": null, "creation_time": "2018-10-04T15:25:39Z", "links": [{"href": "http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:26:00Z", "id": "91704317-b3e1-4d2d-b4ac-880181060510", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:26:04,359 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 used request id req-c53b19b8-d90c-47f9-bc19-4cfb4e689e86 2018-10-04 15:26:04,360 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:26:04,360 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:26:07,363 - create_stack - DEBUG - Stack status query timeout in 1193.59660697 2018-10-04 15:26:07,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/91704317-b3e1-4d2d-b4ac-880181060510 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}878d26955511dff966a0e1c37bfa68f6483f1198" 2018-10-04 15:26:07,394 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:26:07 GMT Server: Apache x-openstack-request-id: req-dc6e32ea-7ca2-4e40-968a-794a9285031a Location: http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:26:07,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:07 GMT Server: Apache x-openstack-request-id: req-9db1584e-5be1-418e-8f4e-9a06118e4734 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "725593f6e063454fa6b8f36ad2ebd8fb", "OS::stack_id": "91704317-b3e1-4d2d-b4ac-880181060510", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack", "image_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-image", "inst_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-inst", "subnet_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-subnet", "flavor_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-flavor-name", "net_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack", "stack_user_project_id": "c938a5cd52cb42419701740ea7eea2a8", "tags": null, "creation_time": "2018-10-04T15:25:39Z", "links": [{"href": "http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:26:00Z", "id": "91704317-b3e1-4d2d-b4ac-880181060510", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:26:07,420 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 used request id req-9db1584e-5be1-418e-8f4e-9a06118e4734 2018-10-04 15:26:07,420 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:26:07,420 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:26:10,423 - create_stack - DEBUG - Stack status query timeout in 1190.53601789 2018-10-04 15:26:10,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/91704317-b3e1-4d2d-b4ac-880181060510 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}878d26955511dff966a0e1c37bfa68f6483f1198" 2018-10-04 15:26:10,455 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:26:10 GMT Server: Apache x-openstack-request-id: req-e28fb8c6-4232-4832-91d6-52617cf78ccc Location: http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:26:10,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:10 GMT Server: Apache x-openstack-request-id: req-9ee827c5-2b86-422d-bd8b-0fc99f9c15af Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "725593f6e063454fa6b8f36ad2ebd8fb", "OS::stack_id": "91704317-b3e1-4d2d-b4ac-880181060510", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack", "image_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-image", "inst_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-inst", "subnet_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-subnet", "flavor_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-flavor-name", "net_name": "CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack", "stack_user_project_id": "c938a5cd52cb42419701740ea7eea2a8", "tags": null, "creation_time": "2018-10-04T15:25:39Z", "links": [{"href": "http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-04T15:26:00Z", "id": "91704317-b3e1-4d2d-b4ac-880181060510", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:26:10,498 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 used request id req-9ee827c5-2b86-422d-bd8b-0fc99f9c15af 2018-10-04 15:26:10,499 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-04 15:26:10,499 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack 2018-10-04 15:26:10,499 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack 2018-10-04 15:26:10,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/91704317-b3e1-4d2d-b4ac-880181060510 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}878d26955511dff966a0e1c37bfa68f6483f1198" 2018-10-04 15:26:10,529 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:26:10 GMT Server: Apache x-openstack-request-id: req-693ff880-c048-4165-af25-dc8ff3a46b0b Location: http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:26:10,555 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:26:10 GMT Server: Apache x-openstack-request-id: req-a6fa3c80-899f-4b9b-980b-fffa48fb5ca3 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-04 15:26:10,555 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/725593f6e063454fa6b8f36ad2ebd8fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-stack/91704317-b3e1-4d2d-b4ac-880181060510 used request id req-a6fa3c80-899f-4b9b-980b-fffa48fb5ca3 2018-10-04 15:26:10,556 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-6b3b9e7b-95b7-45a7-91d1-1bcb52708ddf-image 2018-10-04 15:26:10,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/484888bc-ec52-448e-84bd-3fce1064c037 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80d7b070c6c3fb4a9d4ff14409ac53e3f023cd33" 2018-10-04 15:26:11,629 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a09d8139-99ee-4f00-9e0f-12ac8b2d5376 Date: Thu, 04 Oct 2018 15:26:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:26:11,629 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/484888bc-ec52-448e-84bd-3fce1064c037 used request id req-a09d8139-99ee-4f00-9e0f-12ac8b2d5376 2018-10-04 15:26:11,633 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/c4e8837b-c91b-4998-8442-5504583f107e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea8ece06a607d55f7fa3b44b81b05f28a349ad48" 2018-10-04 15:26:11,672 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:26:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-55e1a0c6-3e30-48f8-a6b9-c291cef007de x-compute-request-id: req-55e1a0c6-3e30-48f8-a6b9-c291cef007de Content-Length: 0 Content-Type: application/json 2018-10-04 15:26:11,672 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/c4e8837b-c91b-4998-8442-5504583f107e used request id req-55e1a0c6-3e30-48f8-a6b9-c291cef007de 2018-10-04 15:26:11,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb5d189d8b012b9dd07d74b4ebb1a265f80334fb" 2018-10-04 15:26:11,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-7e066a7c-d0d9-44e4-8df7-c33a78fad9d3 Date: Thu, 04 Oct 2018 15:26:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "725593f6e063454fa6b8f36ad2ebd8fb", "created_at": "2018-10-04T15:25:41Z", "updated_at": "2018-10-04T15:25:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:25:41Z", "revision_number": 0, "id": "45b55e00-e715-468c-a903-fff7067fe7ac", "remote_group_id": "4f608667-624d-4858-bc9c-3c027ba1c2a8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:25:41Z", "security_group_id": "4f608667-624d-4858-bc9c-3c027ba1c2a8", "tenant_id": "725593f6e063454fa6b8f36ad2ebd8fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "725593f6e063454fa6b8f36ad2ebd8fb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:25:41Z", "revision_number": 0, "id": "65ef82b7-4365-4b7d-9fd7-3e660694ea8b", "remote_group_id": "4f608667-624d-4858-bc9c-3c027ba1c2a8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:25:41Z", "security_group_id": "4f608667-624d-4858-bc9c-3c027ba1c2a8", "tenant_id": "725593f6e063454fa6b8f36ad2ebd8fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "725593f6e063454fa6b8f36ad2ebd8fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:25:41Z", "revision_number": 0, "id": "86e90fd9-8ba8-42de-93ce-2169a721faba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:25:41Z", "security_group_id": "4f608667-624d-4858-bc9c-3c027ba1c2a8", "tenant_id": "725593f6e063454fa6b8f36ad2ebd8fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "725593f6e063454fa6b8f36ad2ebd8fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:25:41Z", "revision_number": 0, "id": "bfd942b2-54ce-4bbe-a79c-e8aad3da96f6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:25:41Z", "security_group_id": "4f608667-624d-4858-bc9c-3c027ba1c2a8", "tenant_id": "725593f6e063454fa6b8f36ad2ebd8fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "725593f6e063454fa6b8f36ad2ebd8fb"}], "revision_number": 4, "project_id": "725593f6e063454fa6b8f36ad2ebd8fb", "id": "4f608667-624d-4858-bc9c-3c027ba1c2a8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:26:11,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-7e066a7c-d0d9-44e4-8df7-c33a78fad9d3 2018-10-04 15:26:11,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb5d189d8b012b9dd07d74b4ebb1a265f80334fb" 2018-10-04 15:26:11,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d8b881a-e587-4efb-90e7-8a2068b87d15 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:26:11,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-3d8b881a-e587-4efb-90e7-8a2068b87d15 2018-10-04 15:26:12,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb5d189d8b012b9dd07d74b4ebb1a265f80334fb" 2018-10-04 15:26:12,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bde1047e-0a55-46fc-8802-05f8a9eb8fcf Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:26:12,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-bde1047e-0a55-46fc-8802-05f8a9eb8fcf 2018-10-04 15:26:12,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb5d189d8b012b9dd07d74b4ebb1a265f80334fb" 2018-10-04 15:26:12,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7805d50-6a5a-471b-9b6d-7f186a8c5f04 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:26:12,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-b7805d50-6a5a-471b-9b6d-7f186a8c5f04 2018-10-04 15:26:12,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/725593f6e063454fa6b8f36ad2ebd8fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb5d189d8b012b9dd07d74b4ebb1a265f80334fb" 2018-10-04 15:26:12,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ffe9aed-50cb-4258-a65e-11b649da8522 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/725593f6e063454fa6b8f36ad2ebd8fb"}, "enabled": true, "id": "725593f6e063454fa6b8f36ad2ebd8fb", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c9fd30bd-4978-434-proj"}} 2018-10-04 15:26:12,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/725593f6e063454fa6b8f36ad2ebd8fb used request id req-8ffe9aed-50cb-4258-a65e-11b649da8522 2018-10-04 15:26:12,273 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4f608667-624d-4858-bc9c-3c027ba1c2a8 2018-10-04 15:26:12,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4f608667-624d-4858-bc9c-3c027ba1c2a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb5d189d8b012b9dd07d74b4ebb1a265f80334fb" 2018-10-04 15:26:12,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-426b9a72-8166-4ce4-afd0-53457c273291 Date: Thu, 04 Oct 2018 15:26:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "4f608667-624d-4858-bc9c-3c027ba1c2a8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:25:41Z", "security_group_id": "4f608667-624d-4858-bc9c-3c027ba1c2a8", "port_range_min": null, "revision_number": 0, "tenant_id": "725593f6e063454fa6b8f36ad2ebd8fb", "created_at": "2018-10-04T15:25:41Z", "project_id": "725593f6e063454fa6b8f36ad2ebd8fb", "id": "45b55e00-e715-468c-a903-fff7067fe7ac"}, {"remote_group_id": "4f608667-624d-4858-bc9c-3c027ba1c2a8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:25:41Z", "security_group_id": "4f608667-624d-4858-bc9c-3c027ba1c2a8", "port_range_min": null, "revision_number": 0, "tenant_id": "725593f6e063454fa6b8f36ad2ebd8fb", "created_at": "2018-10-04T15:25:41Z", "project_id": "725593f6e063454fa6b8f36ad2ebd8fb", "id": "65ef82b7-4365-4b7d-9fd7-3e660694ea8b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:25:41Z", "security_group_id": "4f608667-624d-4858-bc9c-3c027ba1c2a8", "port_range_min": null, "revision_number": 0, "tenant_id": "725593f6e063454fa6b8f36ad2ebd8fb", "created_at": "2018-10-04T15:25:41Z", "project_id": "725593f6e063454fa6b8f36ad2ebd8fb", "id": "86e90fd9-8ba8-42de-93ce-2169a721faba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:25:41Z", "security_group_id": "4f608667-624d-4858-bc9c-3c027ba1c2a8", "port_range_min": null, "revision_number": 0, "tenant_id": "725593f6e063454fa6b8f36ad2ebd8fb", "created_at": "2018-10-04T15:25:41Z", "project_id": "725593f6e063454fa6b8f36ad2ebd8fb", "id": "bfd942b2-54ce-4bbe-a79c-e8aad3da96f6"}]} 2018-10-04 15:26:12,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4f608667-624d-4858-bc9c-3c027ba1c2a8 used request id req-426b9a72-8166-4ce4-afd0-53457c273291 2018-10-04 15:26:12,460 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:26:12,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/4f608667-624d-4858-bc9c-3c027ba1c2a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb5d189d8b012b9dd07d74b4ebb1a265f80334fb" 2018-10-04 15:26:12,833 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b4b3e701-51e5-4fd1-890e-93b89ff2d223 Content-Length: 0 Date: Thu, 04 Oct 2018 15:26:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:26:12,834 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/4f608667-624d-4858-bc9c-3c027ba1c2a8 used request id req-b4b3e701-51e5-4fd1-890e-93b89ff2d223 2018-10-04 15:26:12,834 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-c9fd30bd-4978-434-proj 2018-10-04 15:26:12,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/725593f6e063454fa6b8f36ad2ebd8fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb5d189d8b012b9dd07d74b4ebb1a265f80334fb" 2018-10-04 15:26:13,087 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:26:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-871ef959-d268-41d6-8f05-d57633e31915 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:26:13,087 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/725593f6e063454fa6b8f36ad2ebd8fb used request id req-871ef959-d268-41d6-8f05-d57633e31915 2018-10-04 15:26:13,088 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-c9fd30bd-4978-434-proj-role 2018-10-04 15:26:13,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/7d91188559ba4a5aa6562a06990a26ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb5d189d8b012b9dd07d74b4ebb1a265f80334fb" 2018-10-04 15:26:13,194 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:26:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fadadb57-5eb0-4f44-b479-c7ac0953f49d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:26:13,194 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/7d91188559ba4a5aa6562a06990a26ac used request id req-fadadb57-5eb0-4f44-b479-c7ac0953f49d 2018-10-04 15:26:13,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb5d189d8b012b9dd07d74b4ebb1a265f80334fb" 2018-10-04 15:26:13,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85ab6552-0769-4a12-b637-ad7d3805c423 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:26:13,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-85ab6552-0769-4a12-b637-ad7d3805c423 2018-10-04 15:26:13,287 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-c9fd30bd-4978-434-user 2018-10-04 15:26:13,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/cb01ac9895204844ab8b415d222d02b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf309f037ec47591c136463acf47c02b8d54c1b" 2018-10-04 15:26:13,466 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:26:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa1888eb-cec8-4726-8895-e767152aa3fa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:26:13,466 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/cb01ac9895204844ab8b415d222d02b6 used request id req-fa1888eb-cec8-4726-8895-e767152aa3fa 2018-10-04 15:26:13,468 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:26:13,854 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:26:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["nNv8jKWZQxuHeesLecqK1w"], "issued_at": "2018-10-04T15:26:13.000000Z"}} 2018-10-04 15:26:13,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3382a620fc6dcb08960e75d7e7e1683c5e90efb" 2018-10-04 15:26:13,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1efc2453-3c66-426b-9210-614b61e15e91 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:26:13,939 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1efc2453-3c66-426b-9210-614b61e15e91 2018-10-04 15:26:13,940 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:26:13,941 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:26:14,327 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:26:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["zOhgxFmYT8CcBZvDEP6EdA"], "issued_at": "2018-10-04T15:26:14.000000Z"}} 2018-10-04 15:26:14,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9beffd760e8dad67ef31cef53710fa49866e7b" 2018-10-04 15:26:14,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42f973c1-a32a-4338-865f-7f3fc3663815 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:26:14,403 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-42f973c1-a32a-4338-865f-7f3fc3663815 2018-10-04 15:26:14,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:26:14,413 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:26:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:26:14,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9beffd760e8dad67ef31cef53710fa49866e7b" 2018-10-04 15:26:14,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61bbb4af-6c63-4651-8769-a2bd3ea4dc96 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:26:14,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj used request id req-61bbb4af-6c63-4651-8769-a2bd3ea4dc96 2018-10-04 15:26:14,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9beffd760e8dad67ef31cef53710fa49866e7b" 2018-10-04 15:26:14,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5558dd4-ea1c-4ce2-b1f7-9f298c89de4e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:26:14,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-d5558dd4-ea1c-4ce2-b1f7-9f298c89de4e 2018-10-04 15:26:14,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9beffd760e8dad67ef31cef53710fa49866e7b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj"}}' 2018-10-04 15:26:14,719 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:26:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f47d0105-73b5-4b78-897c-e8e9a77f971c Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1"}, "enabled": true, "id": "d76fb1a772fc402b8119375e58b057f1", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj"}} 2018-10-04 15:26:14,719 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-f47d0105-73b5-4b78-897c-e8e9a77f971c 2018-10-04 15:26:14,719 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj 2018-10-04 15:26:14,719 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:26:14,720 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:26:15,105 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:26:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["jcUDKuRlQbqhdBRFgA-dXA"], "issued_at": "2018-10-04T15:26:15.000000Z"}} 2018-10-04 15:26:15,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8f04ef86b2fa5e8b12884c710ff95abacbf0a20" 2018-10-04 15:26:15,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bc96aa0-1ff5-45a8-aeef-32079d5ff7d0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:26:15,189 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5bc96aa0-1ff5-45a8-aeef-32079d5ff7d0 2018-10-04 15:26:15,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:26:15,199 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:26:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:26:15,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8f04ef86b2fa5e8b12884c710ff95abacbf0a20" 2018-10-04 15:26:15,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8503e8dd-899f-4440-9469-15c2862e8bd1 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:26:15,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-8503e8dd-899f-4440-9469-15c2862e8bd1 2018-10-04 15:26:15,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8f04ef86b2fa5e8b12884c710ff95abacbf0a20" 2018-10-04 15:26:15,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cce893b-6c54-48a3-b133-7462689e2bda Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1"}, "enabled": true, "id": "d76fb1a772fc402b8119375e58b057f1", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj"}]} 2018-10-04 15:26:15,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj used request id req-0cce893b-6c54-48a3-b133-7462689e2bda 2018-10-04 15:26:15,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8f04ef86b2fa5e8b12884c710ff95abacbf0a20" 2018-10-04 15:26:15,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fa14767-be08-4192-8643-6a27acfc1ac5 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:26:15,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-2fa14767-be08-4192-8643-6a27acfc1ac5 2018-10-04 15:26:15,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8f04ef86b2fa5e8b12884c710ff95abacbf0a20" 2018-10-04 15:26:15,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5635f583-09da-4eab-8856-5c4c5bf4a5d5 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:26:15,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5635f583-09da-4eab-8856-5c4c5bf4a5d5 2018-10-04 15:26:15,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8f04ef86b2fa5e8b12884c710ff95abacbf0a20" 2018-10-04 15:26:16,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-914910cb-b3ff-483a-a5a3-5467b73c6a2f Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1"}, "enabled": true, "id": "d76fb1a772fc402b8119375e58b057f1", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj"}]} 2018-10-04 15:26:16,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj used request id req-914910cb-b3ff-483a-a5a3-5467b73c6a2f 2018-10-04 15:26:16,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/82f83ba9c8354aa49c960a84f21dc4a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8f04ef86b2fa5e8b12884c710ff95abacbf0a20" 2018-10-04 15:26:16,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c49cb63-2e7c-4633-a26c-40f8c60aa86e Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-user", "links": {"self": "http://172.30.9.23:5000/v3/users/82f83ba9c8354aa49c960a84f21dc4a8"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "d76fb1a772fc402b8119375e58b057f1", "id": "82f83ba9c8354aa49c960a84f21dc4a8", "password_expires_at": null}} 2018-10-04 15:26:16,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/82f83ba9c8354aa49c960a84f21dc4a8 used request id req-1c49cb63-2e7c-4633-a26c-40f8c60aa86e 2018-10-04 15:26:16,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1/users/82f83ba9c8354aa49c960a84f21dc4a8/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8f04ef86b2fa5e8b12884c710ff95abacbf0a20" 2018-10-04 15:26:16,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f58825d-2960-41e6-9be2-af583b36d442 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1/users/82f83ba9c8354aa49c960a84f21dc4a8/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 15:26:16,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1/users/82f83ba9c8354aa49c960a84f21dc4a8/roles used request id req-1f58825d-2960-41e6-9be2-af583b36d442 2018-10-04 15:26:16,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8f04ef86b2fa5e8b12884c710ff95abacbf0a20" 2018-10-04 15:26:16,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-389c9c63-3b3c-4f2d-b4ef-2e29803627c5 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "domain_id": null, "name": "heat_stack_owner", "id": "aa60aa92e6004a9babfb6641bde48b31"}} 2018-10-04 15:26:16,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-389c9c63-3b3c-4f2d-b4ef-2e29803627c5 2018-10-04 15:26:16,323 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj 2018-10-04 15:26:16,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1/users/82f83ba9c8354aa49c960a84f21dc4a8/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8f04ef86b2fa5e8b12884c710ff95abacbf0a20" 2018-10-04 15:26:16,452 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:26:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-217ad927-6e7d-4584-9268-8f3188bb76b1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:26:16,452 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1/users/82f83ba9c8354aa49c960a84f21dc4a8/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-217ad927-6e7d-4584-9268-8f3188bb76b1 2018-10-04 15:26:16,452 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-71f4fcd8-78f0-4a4-user 2018-10-04 15:26:16,452 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:26:16,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9beffd760e8dad67ef31cef53710fa49866e7b" 2018-10-04 15:26:16,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c17d13cc-2c66-408d-80d4-6ce5ff85e260 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:26:16,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c17d13cc-2c66-408d-80d4-6ce5ff85e260 2018-10-04 15:26:16,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9beffd760e8dad67ef31cef53710fa49866e7b" -d '{"role": {"name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj-role"}}' 2018-10-04 15:26:16,661 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:26:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dca5ef5d-0d52-4678-a715-a7fba626f358 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0de40fd43d1f4cce8f7783bc7808c96c", "links": {"self": "http://172.30.9.23:5000/v3/roles/0de40fd43d1f4cce8f7783bc7808c96c"}, "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj-role"}} 2018-10-04 15:26:16,661 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-dca5ef5d-0d52-4678-a715-a7fba626f358 2018-10-04 15:26:16,661 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj-role 2018-10-04 15:26:16,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/0de40fd43d1f4cce8f7783bc7808c96c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9beffd760e8dad67ef31cef53710fa49866e7b" 2018-10-04 15:26:16,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f47c2132-2925-4a40-bd95-4c4f89826b08 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/0de40fd43d1f4cce8f7783bc7808c96c"}, "domain_id": null, "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj-role", "id": "0de40fd43d1f4cce8f7783bc7808c96c"}} 2018-10-04 15:26:16,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/0de40fd43d1f4cce8f7783bc7808c96c used request id req-f47c2132-2925-4a40-bd95-4c4f89826b08 2018-10-04 15:26:16,754 - keystone_utils - INFO - Granting role CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj-role to project CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj 2018-10-04 15:26:16,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1/users/82f83ba9c8354aa49c960a84f21dc4a8/roles/0de40fd43d1f4cce8f7783bc7808c96c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9beffd760e8dad67ef31cef53710fa49866e7b" 2018-10-04 15:26:16,895 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:26:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3f1d3d7-3817-4c01-8c29-7a70d4963d85 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:26:16,895 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1/users/82f83ba9c8354aa49c960a84f21dc4a8/roles/0de40fd43d1f4cce8f7783bc7808c96c used request id req-f3f1d3d7-3817-4c01-8c29-7a70d4963d85 2018-10-04 15:26:16,896 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:26:16,896 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:26:16,896 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:26:16,897 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:26:17,282 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0de40fd43d1f4cce8f7783bc7808c96c", "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:26:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d76fb1a772fc402b8119375e58b057f1", "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/d76fb1a772fc402b8119375e58b057f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/d76fb1a772fc402b8119375e58b057f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/d76fb1a772fc402b8119375e58b057f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d76fb1a772fc402b8119375e58b057f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/d76fb1a772fc402b8119375e58b057f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/d76fb1a772fc402b8119375e58b057f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/d76fb1a772fc402b8119375e58b057f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/d76fb1a772fc402b8119375e58b057f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d76fb1a772fc402b8119375e58b057f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/d76fb1a772fc402b8119375e58b057f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/d76fb1a772fc402b8119375e58b057f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-user", "id": "82f83ba9c8354aa49c960a84f21dc4a8"}, "audit_ids": ["bKMe5dnBTxqqGXBYSXDYeA"], "issued_at": "2018-10-04T15:26:17.000000Z"}} 2018-10-04 15:26:17,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807b4149e91ef077625e2b3385dc2b52d7f8e695" 2018-10-04 15:26:17,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa01282e-396a-456e-8af9-a6b65b4d5d69 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:26:17,362 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fa01282e-396a-456e-8af9-a6b65b4d5d69 2018-10-04 15:26:17,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}807b4149e91ef077625e2b3385dc2b52d7f8e695" 2018-10-04 15:26:17,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-d1d6333a-2e2a-456a-80f6-c63641472959 Date: Thu, 04 Oct 2018 15:26:17 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-image"} 2018-10-04 15:26:17,556 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-image used request id req-d1d6333a-2e2a-456a-80f6-c63641472959 2018-10-04 15:26:17,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}807b4149e91ef077625e2b3385dc2b52d7f8e695" 2018-10-04 15:26:17,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bb65d333-8571-451b-8b76-585da96ec866 Date: Thu, 04 Oct 2018 15:26:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:26:17,714 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-bb65d333-8571-451b-8b76-585da96ec866 2018-10-04 15:26:17,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}807b4149e91ef077625e2b3385dc2b52d7f8e695" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-image"}' 2018-10-04 15:26:17,942 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c X-Openstack-Request-Id: req-f5a684c4-83e3-4c7b-a91e-1f4fda594482 Date: Thu, 04 Oct 2018 15:26:17 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:26:17Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:26:17Z", "visibility": "shared", "locations": [], "self": "/v2/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c", "min_disk": 0, "protected": false, "id": "f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c", "file": "/v2/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c/file", "checksum": null, "owner": "d76fb1a772fc402b8119375e58b057f1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:26:17,942 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-f5a684c4-83e3-4c7b-a91e-1f4fda594482 2018-10-04 15:26:17,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}807b4149e91ef077625e2b3385dc2b52d7f8e695" -d '' 2018-10-04 15:26:19,280 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-390ab0d4-040e-48e9-8785-2bfc684d3b62 Date: Thu, 04 Oct 2018 15:26:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:26:19,280 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c/file used request id req-390ab0d4-040e-48e9-8785-2bfc684d3b62 2018-10-04 15:26:19,280 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:26:19,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}807b4149e91ef077625e2b3385dc2b52d7f8e695" 2018-10-04 15:26:19,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-a3881389-ac4d-47d4-9f57-cb7a664a4850 Date: Thu, 04 Oct 2018 15:26:19 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:26:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:26:19Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c/snap", "metadata": {}}], "self": "/v2/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c", "min_disk": 0, "protected": false, "id": "f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c", "file": "/v2/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d76fb1a772fc402b8119375e58b057f1", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:26:19,447 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c used request id req-a3881389-ac4d-47d4-9f57-cb7a664a4850 2018-10-04 15:26:19,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}807b4149e91ef077625e2b3385dc2b52d7f8e695" 2018-10-04 15:26:19,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f63e6cf6-c71d-44ee-a8da-4b34a41c31e0 Date: Thu, 04 Oct 2018 15:26:19 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:26:19,615 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-f63e6cf6-c71d-44ee-a8da-4b34a41c31e0 2018-10-04 15:26:19,618 - create_image - INFO - Created image with name - CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-image 2018-10-04 15:26:19,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}807b4149e91ef077625e2b3385dc2b52d7f8e695" 2018-10-04 15:26:19,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-4f58dae8-206d-47e6-86cb-1f35c8f1d551 Date: Thu, 04 Oct 2018 15:26:19 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:26:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:26:19Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c/snap", "metadata": {}}], "self": "/v2/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c", "min_disk": 0, "protected": false, "id": "f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c", "file": "/v2/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d76fb1a772fc402b8119375e58b057f1", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:26:19,796 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c used request id req-4f58dae8-206d-47e6-86cb-1f35c8f1d551 2018-10-04 15:26:19,796 - create_image - DEBUG - Instance status is - active 2018-10-04 15:26:19,796 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-image 2018-10-04 15:26:19,797 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-image 2018-10-04 15:26:19,797 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:26:19,798 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:26:20,257 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:26:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["zoKNqwtFRSWC3upa3Iy05w"], "issued_at": "2018-10-04T15:26:20.000000Z"}} 2018-10-04 15:26:20,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8192eb27f1ee01c27ea4ef4cd2e03c68fb790e7" 2018-10-04 15:26:20,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c35e0e91-b01f-4cdf-80c6-243b179fdddb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:26:20,341 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c35e0e91-b01f-4cdf-80c6-243b179fdddb 2018-10-04 15:26:20,343 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:26:20,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8192eb27f1ee01c27ea4ef4cd2e03c68fb790e7" 2018-10-04 15:26:20,515 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4225241e-a2e6-4dc5-bdf0-5fcf9cd8130e x-compute-request-id: req-4225241e-a2e6-4dc5-bdf0-5fcf9cd8130e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:26:20,516 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4225241e-a2e6-4dc5-bdf0-5fcf9cd8130e 2018-10-04 15:26:20,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8192eb27f1ee01c27ea4ef4cd2e03c68fb790e7" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:26:20,573 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6debd0b-fe34-45f4-9c11-347a61dc70a5 x-compute-request-id: req-b6debd0b-fe34-45f4-9c11-347a61dc70a5 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6f1b27ba-826c-49e0-be05-3219d48cc4c7", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6f1b27ba-826c-49e0-be05-3219d48cc4c7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6f1b27ba-826c-49e0-be05-3219d48cc4c7", "name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:26:20,574 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-b6debd0b-fe34-45f4-9c11-347a61dc70a5 2018-10-04 15:26:20,575 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:26:20,575 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:26:20,954 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0de40fd43d1f4cce8f7783bc7808c96c", "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:26:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d76fb1a772fc402b8119375e58b057f1", "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/d76fb1a772fc402b8119375e58b057f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/d76fb1a772fc402b8119375e58b057f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/d76fb1a772fc402b8119375e58b057f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d76fb1a772fc402b8119375e58b057f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/d76fb1a772fc402b8119375e58b057f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/d76fb1a772fc402b8119375e58b057f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/d76fb1a772fc402b8119375e58b057f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/d76fb1a772fc402b8119375e58b057f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d76fb1a772fc402b8119375e58b057f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/d76fb1a772fc402b8119375e58b057f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/d76fb1a772fc402b8119375e58b057f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-user", "id": "82f83ba9c8354aa49c960a84f21dc4a8"}, "audit_ids": ["wLoujZP1RRiXUpaCY7hA2A"], "issued_at": "2018-10-04T15:26:20.000000Z"}} 2018-10-04 15:26:20,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:21,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16c4113e-d311-4ef9-b496-cd6ad022df36 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:26:21,034 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-16c4113e-d311-4ef9-b496-cd6ad022df36 2018-10-04 15:26:21,035 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:26:21,038 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:26:21,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:21,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:21 GMT Server: Apache x-openstack-request-id: req-36cdcdea-ce1c-4412-b38f-98461ac57091 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-04 15:26:21,226 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack used request id req-36cdcdea-ce1c-4412-b38f-98461ac57091 2018-10-04 15:26:21,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net", "inst_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-inst", "subnet_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-subnet", "image_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-image", "flavor_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-flavor-name"}}' 2018-10-04 15:26:23,532 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:26:21 GMT Server: Apache x-openstack-request-id: req-28ca910f-da80-40dc-80ad-7d2cec3ac73c Location: http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "6e1686d1-4d0d-4194-993a-2b08eb7ef195", "links": [{"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195", "rel": "self"}]}} 2018-10-04 15:26:23,532 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks used request id req-28ca910f-da80-40dc-80ad-7d2cec3ac73c 2018-10-04 15:26:23,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/6e1686d1-4d0d-4194-993a-2b08eb7ef195 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:23,720 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:26:23 GMT Server: Apache x-openstack-request-id: req-f7f79d10-6d87-4de0-8f83-c926e2ec6155 Location: http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:26:23,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:23 GMT Server: Apache x-openstack-request-id: req-330dc670-60a9-4433-a927-d2e7638fbc0c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "d76fb1a772fc402b8119375e58b057f1", "OS::stack_id": "6e1686d1-4d0d-4194-993a-2b08eb7ef195", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack", "image_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-image", "inst_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-inst", "subnet_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-subnet", "net_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net", "flavor_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack", "stack_user_project_id": "77619cea53694a63825d4417d34e0dd2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:26:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6e1686d1-4d0d-4194-993a-2b08eb7ef195", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:26:23,912 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 used request id req-330dc670-60a9-4433-a927-d2e7638fbc0c 2018-10-04 15:26:23,912 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack 2018-10-04 15:26:23,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/6e1686d1-4d0d-4194-993a-2b08eb7ef195 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:24,086 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:26:23 GMT Server: Apache x-openstack-request-id: req-29096170-926f-49da-b1b3-f54cc64fee70 Location: http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:26:24,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:24 GMT Server: Apache x-openstack-request-id: req-d4ec532a-04ae-488b-9d00-efab0bc371ef Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "d76fb1a772fc402b8119375e58b057f1", "OS::stack_id": "6e1686d1-4d0d-4194-993a-2b08eb7ef195", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack", "image_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-image", "inst_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-inst", "subnet_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-subnet", "net_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net", "flavor_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack", "stack_user_project_id": "77619cea53694a63825d4417d34e0dd2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:26:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6e1686d1-4d0d-4194-993a-2b08eb7ef195", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:26:24,390 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 used request id req-d4ec532a-04ae-488b-9d00-efab0bc371ef 2018-10-04 15:26:24,390 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:26:24,391 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:26:27,394 - create_stack - DEBUG - Stack status query timeout in 1196.51879406 2018-10-04 15:26:27,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/6e1686d1-4d0d-4194-993a-2b08eb7ef195 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:27,566 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:26:27 GMT Server: Apache x-openstack-request-id: req-68511c9c-9229-4d04-b3f8-93a390202c79 Location: http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:26:27,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:27 GMT Server: Apache x-openstack-request-id: req-c4a6fc9b-c228-4c96-82b7-26450833f560 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "d76fb1a772fc402b8119375e58b057f1", "OS::stack_id": "6e1686d1-4d0d-4194-993a-2b08eb7ef195", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack", "image_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-image", "inst_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-inst", "subnet_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-subnet", "net_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net", "flavor_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack", "stack_user_project_id": "77619cea53694a63825d4417d34e0dd2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:26:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6e1686d1-4d0d-4194-993a-2b08eb7ef195", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:26:27,608 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 used request id req-c4a6fc9b-c228-4c96-82b7-26450833f560 2018-10-04 15:26:27,609 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:26:27,609 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:26:30,612 - create_stack - DEBUG - Stack status query timeout in 1193.30045509 2018-10-04 15:26:30,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/6e1686d1-4d0d-4194-993a-2b08eb7ef195 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:30,788 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:26:30 GMT Server: Apache x-openstack-request-id: req-24f5c575-f7e6-4586-a236-a2429de4d77b Location: http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:26:30,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:30 GMT Server: Apache x-openstack-request-id: req-a3d42e5a-bd61-4124-b5ed-f85b7ae294f0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "d76fb1a772fc402b8119375e58b057f1", "OS::stack_id": "6e1686d1-4d0d-4194-993a-2b08eb7ef195", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack", "image_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-image", "inst_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-inst", "subnet_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-subnet", "net_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net", "flavor_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack", "stack_user_project_id": "77619cea53694a63825d4417d34e0dd2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:26:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6e1686d1-4d0d-4194-993a-2b08eb7ef195", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:26:30,977 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 used request id req-a3d42e5a-bd61-4124-b5ed-f85b7ae294f0 2018-10-04 15:26:30,977 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:26:30,977 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:26:33,980 - create_stack - DEBUG - Stack status query timeout in 1189.93212414 2018-10-04 15:26:33,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/6e1686d1-4d0d-4194-993a-2b08eb7ef195 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:34,157 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:26:33 GMT Server: Apache x-openstack-request-id: req-2e61dd91-10a5-428a-8264-4d9919d36071 Location: http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:26:34,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:34 GMT Server: Apache x-openstack-request-id: req-61e42f91-f678-4391-a5fc-22969ebb5390 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "d76fb1a772fc402b8119375e58b057f1", "OS::stack_id": "6e1686d1-4d0d-4194-993a-2b08eb7ef195", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack", "image_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-image", "inst_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-inst", "subnet_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-subnet", "net_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net", "flavor_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack", "stack_user_project_id": "77619cea53694a63825d4417d34e0dd2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:26:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6e1686d1-4d0d-4194-993a-2b08eb7ef195", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:26:34,344 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 used request id req-61e42f91-f678-4391-a5fc-22969ebb5390 2018-10-04 15:26:34,344 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:26:34,344 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:26:37,345 - create_stack - DEBUG - Stack status query timeout in 1186.56711698 2018-10-04 15:26:37,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/6e1686d1-4d0d-4194-993a-2b08eb7ef195 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:37,475 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:26:37 GMT Server: Apache x-openstack-request-id: req-afe5bcd7-a7c3-4194-9cbe-6b88aac16cb6 Location: http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:26:37,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:37 GMT Server: Apache x-openstack-request-id: req-4cd1028a-cfab-4e63-9e20-38e5c13689d6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "d76fb1a772fc402b8119375e58b057f1", "OS::stack_id": "6e1686d1-4d0d-4194-993a-2b08eb7ef195", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack", "image_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-image", "inst_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-inst", "subnet_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-subnet", "net_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net", "flavor_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack", "stack_user_project_id": "77619cea53694a63825d4417d34e0dd2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:26:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6e1686d1-4d0d-4194-993a-2b08eb7ef195", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:26:37,660 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 used request id req-4cd1028a-cfab-4e63-9e20-38e5c13689d6 2018-10-04 15:26:37,660 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:26:37,660 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:26:40,664 - create_stack - DEBUG - Stack status query timeout in 1183.24886703 2018-10-04 15:26:40,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/6e1686d1-4d0d-4194-993a-2b08eb7ef195 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:40,847 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:26:40 GMT Server: Apache x-openstack-request-id: req-e2f53ca6-4f23-4cbd-8859-368279b1e882 Location: http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:26:40,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:40 GMT Server: Apache x-openstack-request-id: req-40aa4cad-55b0-408a-894b-e34b8a0746b5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 560 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "d76fb1a772fc402b8119375e58b057f1", "OS::stack_id": "6e1686d1-4d0d-4194-993a-2b08eb7ef195", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack", "image_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-image", "inst_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-inst", "subnet_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-subnet", "net_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net", "flavor_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack", "stack_user_project_id": "77619cea53694a63825d4417d34e0dd2", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:26:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "6e1686d1-4d0d-4194-993a-2b08eb7ef195", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:26:40,891 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 used request id req-40aa4cad-55b0-408a-894b-e34b8a0746b5 2018-10-04 15:26:40,891 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-04 15:26:40,891 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack 2018-10-04 15:26:40,891 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack 2018-10-04 15:26:40,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/6e1686d1-4d0d-4194-993a-2b08eb7ef195/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:41,076 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:26:40 GMT Server: Apache x-openstack-request-id: req-2c41cd6c-d3bc-4113-9901-d30deaa0bae0 Location: http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:26:41,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:41 GMT Server: Apache x-openstack-request-id: req-6094cb06-67f9-4a5e-9194-6de1e09947a0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 576 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-04T15:26:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:26:23Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "09c10fa1-0d10-4aeb-9244-fe62c24def64", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-04T15:26:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:26:23Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "f1fd3978-f384-4ddb-96a1-86dba2c450fb", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-04T15:26:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:26:23Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-04T15:26:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:26:23Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "532a64da-edf9-413b-99e4-24588edfcf29", "resource_type": "OS::Nova::Server"}]} 2018-10-04 15:26:41,120 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195/resources used request id req-6094cb06-67f9-4a5e-9194-6de1e09947a0 2018-10-04 15:26:41,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/532a64da-edf9-413b-99e4-24588edfcf29 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:41,582 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76383cf3-da9a-4e52-b4a1-ce8c0229e9ef x-compute-request-id: req-76383cf3-da9a-4e52-b4a1-ce8c0229e9ef Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:97:61", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/532a64da-edf9-413b-99e4-24588edfcf29", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/532a64da-edf9-413b-99e4-24588edfcf29", "rel": "bookmark"}], "image": {"id": "f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c", "links": [{"href": "http://172.30.9.23:8774/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:26:35.000000", "flavor": {"id": "6f1b27ba-826c-49e0-be05-3219d48cc4c7", "links": [{"href": "http://172.30.9.23:8774/flavors/6f1b27ba-826c-49e0-be05-3219d48cc4c7", "rel": "bookmark"}]}, "id": "532a64da-edf9-413b-99e4-24588edfcf29", "security_groups": [{"name": "default"}], "user_id": "82f83ba9c8354aa49c960a84f21dc4a8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:26:37Z", "hostId": "b7b8cae7c7407d38343924ff8a55ffc400a4399ff58b15b3f2539b2b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-inst", "created": "2018-10-04T15:26:31Z", "tenant_id": "d76fb1a772fc402b8119375e58b057f1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:26:41,583 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/532a64da-edf9-413b-99e4-24588edfcf29 used request id req-76383cf3-da9a-4e52-b4a1-ce8c0229e9ef 2018-10-04 15:26:41,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:41,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-cf6d8a08-d9a6-4364-b0e1-0af30729ec00 Date: Thu, 04 Oct 2018 15:26:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f1fd3978-f384-4ddb-96a1-86dba2c450fb"],"updated_at":"2018-10-04T15:26:25Z","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d76fb1a772fc402b8119375e58b057f1","id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","name":"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net"}]} 2018-10-04 15:26:41,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net used request id req-cf6d8a08-d9a6-4364-b0e1-0af30729ec00 2018-10-04 15:26:41,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:26:41,703 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:26:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:26:41,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:41,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ece1b91-7d0d-4087-a9e7-29d0893614e7 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1"}, "enabled": true, "id": "d76fb1a772fc402b8119375e58b057f1", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj"}} 2018-10-04 15:26:41,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1 used request id req-0ece1b91-7d0d-4087-a9e7-29d0893614e7 2018-10-04 15:26:41,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:42,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-2b574f89-3cf5-44f3-9611-04c04afa18de Date: Thu, 04 Oct 2018 15:26:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:25Z","dns_nameservers":[],"updated_at":"2018-10-04T15:26:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"d76fb1a772fc402b8119375e58b057f1","id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","subnetpool_id":null,"name":"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-subnet"}]} 2018-10-04 15:26:42,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 used request id req-2b574f89-3cf5-44f3-9611-04c04afa18de 2018-10-04 15:26:42,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:42,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-ee631882-311e-4c6f-991a-3b44cdeb595c Date: Thu, 04 Oct 2018 15:26:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:37Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.10"}],"id":"09c10fa1-0d10-4aeb-9244-fe62c24def64","security_groups":["0ff55574-5c64-44aa-a2d4-94ed8fabb056"],"mac_address":"fa:16:3e:13:97:61","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack-server1_port-shy2xcri63gj","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"532a64da-edf9-413b-99e4-24588edfcf29"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.4"}],"id":"10242d98-8470-43a2-aab1-7b2e4fe56d54","security_groups":[],"mac_address":"fa:16:3e:cd:eb:3d","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.3"}],"id":"32c385ad-760c-443e-82d7-91d58a04d8ed","security_groups":[],"mac_address":"fa:16:3e:22:5e:98","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.2"}],"id":"a09506e9-cd65-469c-aa4f-e303ea1666fe","security_groups":[],"mac_address":"fa:16:3e:72:7e:a5","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"}]} 2018-10-04 15:26:42,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 used request id req-ee631882-311e-4c6f-991a-3b44cdeb595c 2018-10-04 15:26:42,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/6e1686d1-4d0d-4194-993a-2b08eb7ef195/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:42,119 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:26:42 GMT Server: Apache x-openstack-request-id: req-c4163ed4-75c2-4189-846a-5887e15d330a Location: http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:26:42,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:42 GMT Server: Apache x-openstack-request-id: req-6589da0b-9406-40fd-8035-42e961b796bb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 576 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-04T15:26:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:26:23Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "09c10fa1-0d10-4aeb-9244-fe62c24def64", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-04T15:26:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:26:23Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "f1fd3978-f384-4ddb-96a1-86dba2c450fb", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-04T15:26:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:26:23Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-04T15:26:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:26:23Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "532a64da-edf9-413b-99e4-24588edfcf29", "resource_type": "OS::Nova::Server"}]} 2018-10-04 15:26:42,161 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195/resources used request id req-6589da0b-9406-40fd-8035-42e961b796bb 2018-10-04 15:26:42,164 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/6f1b27ba-826c-49e0-be05-3219d48cc4c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:42,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26: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-55e031d0-b167-4e7d-a7e3-9517e829684b x-compute-request-id: req-55e031d0-b167-4e7d-a7e3-9517e829684b Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6f1b27ba-826c-49e0-be05-3219d48cc4c7", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6f1b27ba-826c-49e0-be05-3219d48cc4c7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6f1b27ba-826c-49e0-be05-3219d48cc4c7", "name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:26:42,183 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6f1b27ba-826c-49e0-be05-3219d48cc4c7 used request id req-55e031d0-b167-4e7d-a7e3-9517e829684b 2018-10-04 15:26:42,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/f1fd3978-f384-4ddb-96a1-86dba2c450fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:42,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-18171988-0527-4c0d-9ab2-17cfcbac8c90 Date: Thu, 04 Oct 2018 15:26:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:25Z","dns_nameservers":[],"updated_at":"2018-10-04T15:26:25Z","gateway_ip":"10.0.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.0.0.0/24","project_id":"d76fb1a772fc402b8119375e58b057f1","id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","subnetpool_id":null,"name":"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-subnet"}} 2018-10-04 15:26:42,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/f1fd3978-f384-4ddb-96a1-86dba2c450fb used request id req-18171988-0527-4c0d-9ab2-17cfcbac8c90 2018-10-04 15:26:42,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:42,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-75c8ed14-7c0d-4f8b-baa5-2adac54a3c4c Date: Thu, 04 Oct 2018 15:26:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f1fd3978-f384-4ddb-96a1-86dba2c450fb"],"updated_at":"2018-10-04T15:26:25Z","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d76fb1a772fc402b8119375e58b057f1","id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","name":"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net"}]} 2018-10-04 15:26:42,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 used request id req-75c8ed14-7c0d-4f8b-baa5-2adac54a3c4c 2018-10-04 15:26:42,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:42,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-914ca2de-5720-4691-a95d-70668c5b8854 Date: Thu, 04 Oct 2018 15:26:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:25Z","dns_nameservers":[],"updated_at":"2018-10-04T15:26:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"d76fb1a772fc402b8119375e58b057f1","id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","subnetpool_id":null,"name":"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-subnet"}]} 2018-10-04 15:26:42,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 used request id req-914ca2de-5720-4691-a95d-70668c5b8854 2018-10-04 15:26:42,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:42,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-7022f2c9-9f7a-4f10-9447-64339cfd1c16 Date: Thu, 04 Oct 2018 15:26:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f1fd3978-f384-4ddb-96a1-86dba2c450fb"],"updated_at":"2018-10-04T15:26:25Z","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d76fb1a772fc402b8119375e58b057f1","id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","name":"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net"}]} 2018-10-04 15:26:42,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net used request id req-7022f2c9-9f7a-4f10-9447-64339cfd1c16 2018-10-04 15:26:42,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:42,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d89e3dc7-6478-4f5e-a3bb-80917b6334b4 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1"}, "enabled": true, "id": "d76fb1a772fc402b8119375e58b057f1", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj"}} 2018-10-04 15:26:42,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1 used request id req-d89e3dc7-6478-4f5e-a3bb-80917b6334b4 2018-10-04 15:26:42,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:42,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-85b7ea9c-6d6b-49e3-afcb-763f6db445f2 Date: Thu, 04 Oct 2018 15:26:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:25Z","dns_nameservers":[],"updated_at":"2018-10-04T15:26:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"d76fb1a772fc402b8119375e58b057f1","id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","subnetpool_id":null,"name":"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-subnet"}]} 2018-10-04 15:26:42,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 used request id req-85b7ea9c-6d6b-49e3-afcb-763f6db445f2 2018-10-04 15:26:42,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2&mac_address=fa%3A16%3A3e%3A13%3A97%3A61&name=CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack-server1_port-shy2xcri63gj&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:42,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-da4d6b67-cac2-44ca-872f-393040124ca8 Date: Thu, 04 Oct 2018 15:26:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:37Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.10"}],"id":"09c10fa1-0d10-4aeb-9244-fe62c24def64","security_groups":["0ff55574-5c64-44aa-a2d4-94ed8fabb056"],"mac_address":"fa:16:3e:13:97:61","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack-server1_port-shy2xcri63gj","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"532a64da-edf9-413b-99e4-24588edfcf29"}]} 2018-10-04 15:26:42,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2&mac_address=fa%3A16%3A3e%3A13%3A97%3A61&name=CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack-server1_port-shy2xcri63gj&admin_state_up=True used request id req-da4d6b67-cac2-44ca-872f-393040124ca8 2018-10-04 15:26:42,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:42,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c68378f-a57a-4692-b881-68625c2200ce Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1"}, "enabled": true, "id": "d76fb1a772fc402b8119375e58b057f1", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj"}} 2018-10-04 15:26:42,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1 used request id req-8c68378f-a57a-4692-b881-68625c2200ce 2018-10-04 15:26:42,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:43,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-483701bb-d8e6-4241-b810-d751de3d533d Date: Thu, 04 Oct 2018 15:26:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f1fd3978-f384-4ddb-96a1-86dba2c450fb"],"updated_at":"2018-10-04T15:26:25Z","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d76fb1a772fc402b8119375e58b057f1","id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","name":"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net"}]} 2018-10-04 15:26:43,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net used request id req-483701bb-d8e6-4241-b810-d751de3d533d 2018-10-04 15:26:43,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:43,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-64cbeff7-bffc-451f-a8ef-ef0389f15cf7 Date: Thu, 04 Oct 2018 15:26:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:25Z","dns_nameservers":[],"updated_at":"2018-10-04T15:26:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"d76fb1a772fc402b8119375e58b057f1","id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","subnetpool_id":null,"name":"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-subnet"}]} 2018-10-04 15:26:43,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 used request id req-64cbeff7-bffc-451f-a8ef-ef0389f15cf7 2018-10-04 15:26:43,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:43,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-ea71dedd-c815-4522-bd48-d3cf5336e947 Date: Thu, 04 Oct 2018 15:26:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:37Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.10"}],"id":"09c10fa1-0d10-4aeb-9244-fe62c24def64","security_groups":["0ff55574-5c64-44aa-a2d4-94ed8fabb056"],"mac_address":"fa:16:3e:13:97:61","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack-server1_port-shy2xcri63gj","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"532a64da-edf9-413b-99e4-24588edfcf29"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.4"}],"id":"10242d98-8470-43a2-aab1-7b2e4fe56d54","security_groups":[],"mac_address":"fa:16:3e:cd:eb:3d","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.3"}],"id":"32c385ad-760c-443e-82d7-91d58a04d8ed","security_groups":[],"mac_address":"fa:16:3e:22:5e:98","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.2"}],"id":"a09506e9-cd65-469c-aa4f-e303ea1666fe","security_groups":[],"mac_address":"fa:16:3e:72:7e:a5","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"}]} 2018-10-04 15:26:43,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 used request id req-ea71dedd-c815-4522-bd48-d3cf5336e947 2018-10-04 15:26:43,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:43,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-cf4fb609-351f-4149-b6e9-feab49e75779 Date: Thu, 04 Oct 2018 15:26:43 GMT RESP BODY: {"floatingips": []} 2018-10-04 15:26:43,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-cf4fb609-351f-4149-b6e9-feab49e75779 2018-10-04 15:26:43,537 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:26:43,537 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:26:43,922 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0de40fd43d1f4cce8f7783bc7808c96c", "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:26:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d76fb1a772fc402b8119375e58b057f1", "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/d76fb1a772fc402b8119375e58b057f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/d76fb1a772fc402b8119375e58b057f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/d76fb1a772fc402b8119375e58b057f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d76fb1a772fc402b8119375e58b057f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/d76fb1a772fc402b8119375e58b057f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/d76fb1a772fc402b8119375e58b057f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/d76fb1a772fc402b8119375e58b057f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/d76fb1a772fc402b8119375e58b057f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d76fb1a772fc402b8119375e58b057f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/d76fb1a772fc402b8119375e58b057f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/d76fb1a772fc402b8119375e58b057f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-user", "id": "82f83ba9c8354aa49c960a84f21dc4a8"}, "audit_ids": ["xPpcLkgaSiiJNwK9F2boGw"], "issued_at": "2018-10-04T15:26:43.000000Z"}} 2018-10-04 15:26:43,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:43,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9195890-50d6-41d7-8779-869a6ee21f4f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:26:43,996 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a9195890-50d6-41d7-8779-869a6ee21f4f 2018-10-04 15:26:43,998 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:26:44,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:44,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cedce05-7b0f-44e8-95de-9741355dc5bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:26:44,082 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7cedce05-7b0f-44e8-95de-9741355dc5bf 2018-10-04 15:26:44,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:44,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-54309038-cd9f-458b-af1d-2daf0fb2a17b Date: Thu, 04 Oct 2018 15:26:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f1fd3978-f384-4ddb-96a1-86dba2c450fb"],"updated_at":"2018-10-04T15:26:25Z","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d76fb1a772fc402b8119375e58b057f1","id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","name":"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net"}]} 2018-10-04 15:26:44,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net used request id req-54309038-cd9f-458b-af1d-2daf0fb2a17b 2018-10-04 15:26:44,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:26:44,443 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:26:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:26:44,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:44,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14fdc58b-f4e9-4a6e-bf69-5e13773b6f16 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1"}, "enabled": true, "id": "d76fb1a772fc402b8119375e58b057f1", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj"}} 2018-10-04 15:26:44,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1 used request id req-14fdc58b-f4e9-4a6e-bf69-5e13773b6f16 2018-10-04 15:26:44,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:44,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-d543d642-5446-453e-860e-6c4246de2715 Date: Thu, 04 Oct 2018 15:26:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:25Z","dns_nameservers":[],"updated_at":"2018-10-04T15:26:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"d76fb1a772fc402b8119375e58b057f1","id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","subnetpool_id":null,"name":"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-subnet"}]} 2018-10-04 15:26:44,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 used request id req-d543d642-5446-453e-860e-6c4246de2715 2018-10-04 15:26:44,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2&mac_address=fa%3A16%3A3e%3A13%3A97%3A61&name=CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack-server1_port-shy2xcri63gj&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:44,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-b643b3ff-0d64-4c43-91b8-d7bd1d243947 Date: Thu, 04 Oct 2018 15:26:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:37Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.10"}],"id":"09c10fa1-0d10-4aeb-9244-fe62c24def64","security_groups":["0ff55574-5c64-44aa-a2d4-94ed8fabb056"],"mac_address":"fa:16:3e:13:97:61","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack-server1_port-shy2xcri63gj","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"532a64da-edf9-413b-99e4-24588edfcf29"}]} 2018-10-04 15:26:44,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2&mac_address=fa%3A16%3A3e%3A13%3A97%3A61&name=CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack-server1_port-shy2xcri63gj&admin_state_up=True used request id req-b643b3ff-0d64-4c43-91b8-d7bd1d243947 2018-10-04 15:26:44,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:45,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1364198f-7e41-4318-a2d2-cfd2d5cdb203 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1"}, "enabled": true, "id": "d76fb1a772fc402b8119375e58b057f1", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj"}} 2018-10-04 15:26:45,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1 used request id req-1364198f-7e41-4318-a2d2-cfd2d5cdb203 2018-10-04 15:26:45,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:46,140 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e2cc628-b196-4133-ada7-2d913b17c31c x-compute-request-id: req-3e2cc628-b196-4133-ada7-2d913b17c31c Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:97:61", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/532a64da-edf9-413b-99e4-24588edfcf29", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/532a64da-edf9-413b-99e4-24588edfcf29", "rel": "bookmark"}], "image": {"id": "f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c", "links": [{"href": "http://172.30.9.23:8774/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:26:35.000000", "flavor": {"id": "6f1b27ba-826c-49e0-be05-3219d48cc4c7", "links": [{"href": "http://172.30.9.23:8774/flavors/6f1b27ba-826c-49e0-be05-3219d48cc4c7", "rel": "bookmark"}]}, "id": "532a64da-edf9-413b-99e4-24588edfcf29", "security_groups": [{"name": "default"}], "user_id": "82f83ba9c8354aa49c960a84f21dc4a8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:26:37Z", "hostId": "b7b8cae7c7407d38343924ff8a55ffc400a4399ff58b15b3f2539b2b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-inst", "created": "2018-10-04T15:26:31Z", "tenant_id": "d76fb1a772fc402b8119375e58b057f1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:26:46,141 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-inst used request id req-3e2cc628-b196-4133-ada7-2d913b17c31c 2018-10-04 15:26:46,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:46,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-2482c862-80e3-4efd-8725-83f5b12c6708 Date: Thu, 04 Oct 2018 15:26:46 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":["f1fd3978-f384-4ddb-96a1-86dba2c450fb"],"updated_at":"2018-10-04T15:26:25Z","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d76fb1a772fc402b8119375e58b057f1","id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","name":"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net"}]} 2018-10-04 15:26:46,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net used request id req-2482c862-80e3-4efd-8725-83f5b12c6708 2018-10-04 15:26:46,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:46,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-dfa575c7-f330-4ea5-b91c-cc8d01b84ab7 Date: Thu, 04 Oct 2018 15:26:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:25Z","dns_nameservers":[],"updated_at":"2018-10-04T15:26:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"d76fb1a772fc402b8119375e58b057f1","id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","subnetpool_id":null,"name":"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-subnet"}]} 2018-10-04 15:26:46,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 used request id req-dfa575c7-f330-4ea5-b91c-cc8d01b84ab7 2018-10-04 15:26:46,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:46,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-ffd328a1-6e1d-4269-a16b-82ed574971ac Date: Thu, 04 Oct 2018 15:26:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:37Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.10"}],"id":"09c10fa1-0d10-4aeb-9244-fe62c24def64","security_groups":["0ff55574-5c64-44aa-a2d4-94ed8fabb056"],"mac_address":"fa:16:3e:13:97:61","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack-server1_port-shy2xcri63gj","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"532a64da-edf9-413b-99e4-24588edfcf29"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.4"}],"id":"10242d98-8470-43a2-aab1-7b2e4fe56d54","security_groups":[],"mac_address":"fa:16:3e:cd:eb:3d","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.3"}],"id":"32c385ad-760c-443e-82d7-91d58a04d8ed","security_groups":[],"mac_address":"fa:16:3e:22:5e:98","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.2"}],"id":"a09506e9-cd65-469c-aa4f-e303ea1666fe","security_groups":[],"mac_address":"fa:16:3e:72:7e:a5","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"}]} 2018-10-04 15:26:46,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 used request id req-ffd328a1-6e1d-4269-a16b-82ed574971ac 2018-10-04 15:26:46,682 - create_instance - INFO - Found existing machine with name - CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-inst 2018-10-04 15:26:46,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:46,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c2079aaf-c740-4766-ad70-b9c10d6b92be Date: Thu, 04 Oct 2018 15:26:46 GMT RESP BODY: {"floatingips": []} 2018-10-04 15:26:46,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-c2079aaf-c740-4766-ad70-b9c10d6b92be 2018-10-04 15:26:46,708 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/532a64da-edf9-413b-99e4-24588edfcf29 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:47,510 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26: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-cdeb1c5f-ad9d-4b53-a7ac-ddbbe584d3c9 x-compute-request-id: req-cdeb1c5f-ad9d-4b53-a7ac-ddbbe584d3c9 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:97:61", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/532a64da-edf9-413b-99e4-24588edfcf29", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/532a64da-edf9-413b-99e4-24588edfcf29", "rel": "bookmark"}], "image": {"id": "f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c", "links": [{"href": "http://172.30.9.23:8774/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:26:35.000000", "flavor": {"id": "6f1b27ba-826c-49e0-be05-3219d48cc4c7", "links": [{"href": "http://172.30.9.23:8774/flavors/6f1b27ba-826c-49e0-be05-3219d48cc4c7", "rel": "bookmark"}]}, "id": "532a64da-edf9-413b-99e4-24588edfcf29", "security_groups": [{"name": "default"}], "user_id": "82f83ba9c8354aa49c960a84f21dc4a8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:26:37Z", "hostId": "b7b8cae7c7407d38343924ff8a55ffc400a4399ff58b15b3f2539b2b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-inst", "created": "2018-10-04T15:26:31Z", "tenant_id": "d76fb1a772fc402b8119375e58b057f1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:26:47,510 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/532a64da-edf9-413b-99e4-24588edfcf29 used request id req-cdeb1c5f-ad9d-4b53-a7ac-ddbbe584d3c9 2018-10-04 15:26:47,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:47,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-4ca751e5-1c59-42c7-a2e0-daa800bf7141 Date: Thu, 04 Oct 2018 15:26:47 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":["f1fd3978-f384-4ddb-96a1-86dba2c450fb"],"updated_at":"2018-10-04T15:26:25Z","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d76fb1a772fc402b8119375e58b057f1","id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","name":"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net"}]} 2018-10-04 15:26:47,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net used request id req-4ca751e5-1c59-42c7-a2e0-daa800bf7141 2018-10-04 15:26:47,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:47,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eae2314b-818e-4e78-9720-d6b375fbcf7e Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1"}, "enabled": true, "id": "d76fb1a772fc402b8119375e58b057f1", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj"}} 2018-10-04 15:26:47,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1 used request id req-eae2314b-818e-4e78-9720-d6b375fbcf7e 2018-10-04 15:26:47,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:48,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-fed19608-e88f-4b29-aebb-30c60e97a4f4 Date: Thu, 04 Oct 2018 15:26:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:25Z","dns_nameservers":[],"updated_at":"2018-10-04T15:26:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"d76fb1a772fc402b8119375e58b057f1","id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","subnetpool_id":null,"name":"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-subnet"}]} 2018-10-04 15:26:48,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 used request id req-fed19608-e88f-4b29-aebb-30c60e97a4f4 2018-10-04 15:26:48,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:48,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-89464896-c861-4002-a081-909310146120 Date: Thu, 04 Oct 2018 15:26:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:37Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.10"}],"id":"09c10fa1-0d10-4aeb-9244-fe62c24def64","security_groups":["0ff55574-5c64-44aa-a2d4-94ed8fabb056"],"mac_address":"fa:16:3e:13:97:61","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack-server1_port-shy2xcri63gj","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"532a64da-edf9-413b-99e4-24588edfcf29"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.4"}],"id":"10242d98-8470-43a2-aab1-7b2e4fe56d54","security_groups":[],"mac_address":"fa:16:3e:cd:eb:3d","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.3"}],"id":"32c385ad-760c-443e-82d7-91d58a04d8ed","security_groups":[],"mac_address":"fa:16:3e:22:5e:98","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.2"}],"id":"a09506e9-cd65-469c-aa4f-e303ea1666fe","security_groups":[],"mac_address":"fa:16:3e:72:7e:a5","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"}]} 2018-10-04 15:26:48,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 used request id req-89464896-c861-4002-a081-909310146120 2018-10-04 15:26:48,293 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:26:48,295 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:26:48,668 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0de40fd43d1f4cce8f7783bc7808c96c", "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:26:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d76fb1a772fc402b8119375e58b057f1", "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/d76fb1a772fc402b8119375e58b057f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/d76fb1a772fc402b8119375e58b057f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/d76fb1a772fc402b8119375e58b057f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d76fb1a772fc402b8119375e58b057f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/d76fb1a772fc402b8119375e58b057f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/d76fb1a772fc402b8119375e58b057f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/d76fb1a772fc402b8119375e58b057f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/d76fb1a772fc402b8119375e58b057f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d76fb1a772fc402b8119375e58b057f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/d76fb1a772fc402b8119375e58b057f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/d76fb1a772fc402b8119375e58b057f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-user", "id": "82f83ba9c8354aa49c960a84f21dc4a8"}, "audit_ids": ["LNpfQ2bjQtiMGy-vORP8sA"], "issued_at": "2018-10-04T15:26:48.000000Z"}} 2018-10-04 15:26:48,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3862abe43c58908e8de26cbc9af3b8273043bc3c" 2018-10-04 15:26:48,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-732c0cc6-4d00-4592-b021-cc8b310957a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:26:48,748 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-732c0cc6-4d00-4592-b021-cc8b310957a0 2018-10-04 15:26:48,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/532a64da-edf9-413b-99e4-24588edfcf29 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:49,218 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26: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-37623a38-9199-4a44-a464-e9f000c7394d x-compute-request-id: req-37623a38-9199-4a44-a464-e9f000c7394d Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:97:61", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/532a64da-edf9-413b-99e4-24588edfcf29", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/532a64da-edf9-413b-99e4-24588edfcf29", "rel": "bookmark"}], "image": {"id": "f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c", "links": [{"href": "http://172.30.9.23:8774/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:26:35.000000", "flavor": {"id": "6f1b27ba-826c-49e0-be05-3219d48cc4c7", "links": [{"href": "http://172.30.9.23:8774/flavors/6f1b27ba-826c-49e0-be05-3219d48cc4c7", "rel": "bookmark"}]}, "id": "532a64da-edf9-413b-99e4-24588edfcf29", "security_groups": [{"name": "default"}], "user_id": "82f83ba9c8354aa49c960a84f21dc4a8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:26:37Z", "hostId": "b7b8cae7c7407d38343924ff8a55ffc400a4399ff58b15b3f2539b2b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-inst", "created": "2018-10-04T15:26:31Z", "tenant_id": "d76fb1a772fc402b8119375e58b057f1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:26:49,218 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/532a64da-edf9-413b-99e4-24588edfcf29 used request id req-37623a38-9199-4a44-a464-e9f000c7394d 2018-10-04 15:26:49,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:49,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-4abee50a-3d1b-47f9-8a81-952ec64f0d53 Date: Thu, 04 Oct 2018 15:26:49 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":["f1fd3978-f384-4ddb-96a1-86dba2c450fb"],"updated_at":"2018-10-04T15:26:25Z","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d76fb1a772fc402b8119375e58b057f1","id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","name":"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net"}]} 2018-10-04 15:26:49,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net used request id req-4abee50a-3d1b-47f9-8a81-952ec64f0d53 2018-10-04 15:26:49,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:49,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b910218b-96dd-455b-a60d-bb7d6e64b3fe Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1"}, "enabled": true, "id": "d76fb1a772fc402b8119375e58b057f1", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj"}} 2018-10-04 15:26:49,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1 used request id req-b910218b-96dd-455b-a60d-bb7d6e64b3fe 2018-10-04 15:26:49,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:49,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-22afbf08-f8f3-4b13-a2b4-6836d4384ac5 Date: Thu, 04 Oct 2018 15:26:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:25Z","dns_nameservers":[],"updated_at":"2018-10-04T15:26:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"d76fb1a772fc402b8119375e58b057f1","id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","subnetpool_id":null,"name":"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-subnet"}]} 2018-10-04 15:26:49,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 used request id req-22afbf08-f8f3-4b13-a2b4-6836d4384ac5 2018-10-04 15:26:49,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:49,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-b5d9893f-ca40-410d-a54f-c6672cf683cd Date: Thu, 04 Oct 2018 15:26:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:37Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.10"}],"id":"09c10fa1-0d10-4aeb-9244-fe62c24def64","security_groups":["0ff55574-5c64-44aa-a2d4-94ed8fabb056"],"mac_address":"fa:16:3e:13:97:61","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack-server1_port-shy2xcri63gj","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"532a64da-edf9-413b-99e4-24588edfcf29"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.4"}],"id":"10242d98-8470-43a2-aab1-7b2e4fe56d54","security_groups":[],"mac_address":"fa:16:3e:cd:eb:3d","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.3"}],"id":"32c385ad-760c-443e-82d7-91d58a04d8ed","security_groups":[],"mac_address":"fa:16:3e:22:5e:98","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.2"}],"id":"a09506e9-cd65-469c-aa4f-e303ea1666fe","security_groups":[],"mac_address":"fa:16:3e:72:7e:a5","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"}]} 2018-10-04 15:26:49,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 used request id req-b5d9893f-ca40-410d-a54f-c6672cf683cd 2018-10-04 15:26:49,718 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3862abe43c58908e8de26cbc9af3b8273043bc3c" 2018-10-04 15:26:50,525 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26: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-8465de10-0cfb-470c-b654-e087b66ea0a4 x-compute-request-id: req-8465de10-0cfb-470c-b654-e087b66ea0a4 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:97:61", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/532a64da-edf9-413b-99e4-24588edfcf29", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/532a64da-edf9-413b-99e4-24588edfcf29", "rel": "bookmark"}], "image": {"id": "f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c", "links": [{"href": "http://172.30.9.23:8774/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:26:35.000000", "flavor": {"id": "6f1b27ba-826c-49e0-be05-3219d48cc4c7", "links": [{"href": "http://172.30.9.23:8774/flavors/6f1b27ba-826c-49e0-be05-3219d48cc4c7", "rel": "bookmark"}]}, "id": "532a64da-edf9-413b-99e4-24588edfcf29", "security_groups": [{"name": "default"}], "user_id": "82f83ba9c8354aa49c960a84f21dc4a8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:26:37Z", "hostId": "b7b8cae7c7407d38343924ff8a55ffc400a4399ff58b15b3f2539b2b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-inst", "created": "2018-10-04T15:26:31Z", "tenant_id": "d76fb1a772fc402b8119375e58b057f1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:26:50,525 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-inst used request id req-8465de10-0cfb-470c-b654-e087b66ea0a4 2018-10-04 15:26:50,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3862abe43c58908e8de26cbc9af3b8273043bc3c" 2018-10-04 15:26:50,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-99c328fc-144d-4c61-a8ab-dbee5a888dcd Date: Thu, 04 Oct 2018 15:26: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":["f1fd3978-f384-4ddb-96a1-86dba2c450fb"],"updated_at":"2018-10-04T15:26:25Z","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d76fb1a772fc402b8119375e58b057f1","id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","name":"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net"}]} 2018-10-04 15:26:50,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net used request id req-99c328fc-144d-4c61-a8ab-dbee5a888dcd 2018-10-04 15:26:50,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3862abe43c58908e8de26cbc9af3b8273043bc3c" 2018-10-04 15:26:50,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-33a177fc-431a-4dea-a775-0cf57aaf76e8 Date: Thu, 04 Oct 2018 15:26:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:25Z","dns_nameservers":[],"updated_at":"2018-10-04T15:26:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"d76fb1a772fc402b8119375e58b057f1","id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","subnetpool_id":null,"name":"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-subnet"}]} 2018-10-04 15:26:50,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 used request id req-33a177fc-431a-4dea-a775-0cf57aaf76e8 2018-10-04 15:26:50,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3862abe43c58908e8de26cbc9af3b8273043bc3c" 2018-10-04 15:26:51,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-591fea35-4b52-4c6a-b856-69628f21ae8c Date: Thu, 04 Oct 2018 15:26:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:37Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.10"}],"id":"09c10fa1-0d10-4aeb-9244-fe62c24def64","security_groups":["0ff55574-5c64-44aa-a2d4-94ed8fabb056"],"mac_address":"fa:16:3e:13:97:61","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack-server1_port-shy2xcri63gj","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"532a64da-edf9-413b-99e4-24588edfcf29"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.4"}],"id":"10242d98-8470-43a2-aab1-7b2e4fe56d54","security_groups":[],"mac_address":"fa:16:3e:cd:eb:3d","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.3"}],"id":"32c385ad-760c-443e-82d7-91d58a04d8ed","security_groups":[],"mac_address":"fa:16:3e:22:5e:98","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.2"}],"id":"a09506e9-cd65-469c-aa4f-e303ea1666fe","security_groups":[],"mac_address":"fa:16:3e:72:7e:a5","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"}]} 2018-10-04 15:26:51,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 used request id req-591fea35-4b52-4c6a-b856-69628f21ae8c 2018-10-04 15:26:51,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/532a64da-edf9-413b-99e4-24588edfcf29 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:51,794 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26: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-5cc9b384-3154-426c-ad5d-f5cd97176196 x-compute-request-id: req-5cc9b384-3154-426c-ad5d-f5cd97176196 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:97:61", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/532a64da-edf9-413b-99e4-24588edfcf29", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/532a64da-edf9-413b-99e4-24588edfcf29", "rel": "bookmark"}], "image": {"id": "f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c", "links": [{"href": "http://172.30.9.23:8774/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:26:35.000000", "flavor": {"id": "6f1b27ba-826c-49e0-be05-3219d48cc4c7", "links": [{"href": "http://172.30.9.23:8774/flavors/6f1b27ba-826c-49e0-be05-3219d48cc4c7", "rel": "bookmark"}]}, "id": "532a64da-edf9-413b-99e4-24588edfcf29", "security_groups": [{"name": "default"}], "user_id": "82f83ba9c8354aa49c960a84f21dc4a8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:26:37Z", "hostId": "b7b8cae7c7407d38343924ff8a55ffc400a4399ff58b15b3f2539b2b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-inst", "created": "2018-10-04T15:26:31Z", "tenant_id": "d76fb1a772fc402b8119375e58b057f1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:26:51,794 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/532a64da-edf9-413b-99e4-24588edfcf29 used request id req-5cc9b384-3154-426c-ad5d-f5cd97176196 2018-10-04 15:26:51,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:52,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-fa03101c-3112-40b4-a4db-e895017eb212 Date: Thu, 04 Oct 2018 15:26:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f1fd3978-f384-4ddb-96a1-86dba2c450fb"],"updated_at":"2018-10-04T15:26:25Z","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d76fb1a772fc402b8119375e58b057f1","id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","name":"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net"}]} 2018-10-04 15:26:52,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net used request id req-fa03101c-3112-40b4-a4db-e895017eb212 2018-10-04 15:26:52,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:52,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-502930d0-dbda-41e8-b837-f6c7a3a7f3e2 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1"}, "enabled": true, "id": "d76fb1a772fc402b8119375e58b057f1", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj"}} 2018-10-04 15:26:52,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1 used request id req-502930d0-dbda-41e8-b837-f6c7a3a7f3e2 2018-10-04 15:26:52,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:52,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-86305194-ebf2-4f96-ab26-60a0b68ebe7a Date: Thu, 04 Oct 2018 15:26:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:25Z","dns_nameservers":[],"updated_at":"2018-10-04T15:26:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"d76fb1a772fc402b8119375e58b057f1","id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","subnetpool_id":null,"name":"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-subnet"}]} 2018-10-04 15:26:52,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 used request id req-86305194-ebf2-4f96-ab26-60a0b68ebe7a 2018-10-04 15:26:52,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:52,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-a5c70a16-1bc8-4b82-8a3e-538cb2631310 Date: Thu, 04 Oct 2018 15:26:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:37Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.10"}],"id":"09c10fa1-0d10-4aeb-9244-fe62c24def64","security_groups":["0ff55574-5c64-44aa-a2d4-94ed8fabb056"],"mac_address":"fa:16:3e:13:97:61","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack-server1_port-shy2xcri63gj","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"532a64da-edf9-413b-99e4-24588edfcf29"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.4"}],"id":"10242d98-8470-43a2-aab1-7b2e4fe56d54","security_groups":[],"mac_address":"fa:16:3e:cd:eb:3d","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.3"}],"id":"32c385ad-760c-443e-82d7-91d58a04d8ed","security_groups":[],"mac_address":"fa:16:3e:22:5e:98","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.2"}],"id":"a09506e9-cd65-469c-aa4f-e303ea1666fe","security_groups":[],"mac_address":"fa:16:3e:72:7e:a5","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"}]} 2018-10-04 15:26:52,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 used request id req-a5c70a16-1bc8-4b82-8a3e-538cb2631310 2018-10-04 15:26:52,299 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/532a64da-edf9-413b-99e4-24588edfcf29 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:52,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26: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-6e1e9c0c-0935-441b-ae20-c6dbacc7cc5f x-compute-request-id: req-6e1e9c0c-0935-441b-ae20-c6dbacc7cc5f Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:97:61", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/532a64da-edf9-413b-99e4-24588edfcf29", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/532a64da-edf9-413b-99e4-24588edfcf29", "rel": "bookmark"}], "image": {"id": "f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c", "links": [{"href": "http://172.30.9.23:8774/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:26:35.000000", "flavor": {"id": "6f1b27ba-826c-49e0-be05-3219d48cc4c7", "links": [{"href": "http://172.30.9.23:8774/flavors/6f1b27ba-826c-49e0-be05-3219d48cc4c7", "rel": "bookmark"}]}, "id": "532a64da-edf9-413b-99e4-24588edfcf29", "security_groups": [{"name": "default"}], "user_id": "82f83ba9c8354aa49c960a84f21dc4a8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:26:37Z", "hostId": "b7b8cae7c7407d38343924ff8a55ffc400a4399ff58b15b3f2539b2b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-inst", "created": "2018-10-04T15:26:31Z", "tenant_id": "d76fb1a772fc402b8119375e58b057f1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:26:52,916 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/532a64da-edf9-413b-99e4-24588edfcf29 used request id req-6e1e9c0c-0935-441b-ae20-c6dbacc7cc5f 2018-10-04 15:26:52,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:53,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-73b2c27c-07ec-454d-addb-6e5df230f6ea Date: Thu, 04 Oct 2018 15:26:53 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":["f1fd3978-f384-4ddb-96a1-86dba2c450fb"],"updated_at":"2018-10-04T15:26:25Z","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d76fb1a772fc402b8119375e58b057f1","id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","name":"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net"}]} 2018-10-04 15:26:53,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net used request id req-73b2c27c-07ec-454d-addb-6e5df230f6ea 2018-10-04 15:26:53,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:53,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b1197e4-8d84-46c4-8923-a85f87f25db5 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1"}, "enabled": true, "id": "d76fb1a772fc402b8119375e58b057f1", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj"}} 2018-10-04 15:26:53,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1 used request id req-1b1197e4-8d84-46c4-8923-a85f87f25db5 2018-10-04 15:26:53,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:53,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-341b5398-0b56-45e2-b19b-687b25376f04 Date: Thu, 04 Oct 2018 15:26:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:25Z","dns_nameservers":[],"updated_at":"2018-10-04T15:26:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"d76fb1a772fc402b8119375e58b057f1","id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","subnetpool_id":null,"name":"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-subnet"}]} 2018-10-04 15:26:53,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 used request id req-341b5398-0b56-45e2-b19b-687b25376f04 2018-10-04 15:26:53,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b729580199e659a2433672b9e9410005edf7414" 2018-10-04 15:26:53,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-3cfbb820-4c88-446c-8843-01a859eb75de Date: Thu, 04 Oct 2018 15:26:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:37Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.10"}],"id":"09c10fa1-0d10-4aeb-9244-fe62c24def64","security_groups":["0ff55574-5c64-44aa-a2d4-94ed8fabb056"],"mac_address":"fa:16:3e:13:97:61","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack-server1_port-shy2xcri63gj","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"532a64da-edf9-413b-99e4-24588edfcf29"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.4"}],"id":"10242d98-8470-43a2-aab1-7b2e4fe56d54","security_groups":[],"mac_address":"fa:16:3e:cd:eb:3d","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.3"}],"id":"32c385ad-760c-443e-82d7-91d58a04d8ed","security_groups":[],"mac_address":"fa:16:3e:22:5e:98","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.2"}],"id":"a09506e9-cd65-469c-aa4f-e303ea1666fe","security_groups":[],"mac_address":"fa:16:3e:72:7e:a5","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"}]} 2018-10-04 15:26:53,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 used request id req-3cfbb820-4c88-446c-8843-01a859eb75de 2018-10-04 15:26:53,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/532a64da-edf9-413b-99e4-24588edfcf29 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3862abe43c58908e8de26cbc9af3b8273043bc3c" 2018-10-04 15:26:54,345 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c552ab12-439d-457c-8b75-6e1c063dfefd x-compute-request-id: req-c552ab12-439d-457c-8b75-6e1c063dfefd Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:97:61", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/532a64da-edf9-413b-99e4-24588edfcf29", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/532a64da-edf9-413b-99e4-24588edfcf29", "rel": "bookmark"}], "image": {"id": "f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c", "links": [{"href": "http://172.30.9.23:8774/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:26:35.000000", "flavor": {"id": "6f1b27ba-826c-49e0-be05-3219d48cc4c7", "links": [{"href": "http://172.30.9.23:8774/flavors/6f1b27ba-826c-49e0-be05-3219d48cc4c7", "rel": "bookmark"}]}, "id": "532a64da-edf9-413b-99e4-24588edfcf29", "security_groups": [{"name": "default"}], "user_id": "82f83ba9c8354aa49c960a84f21dc4a8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:26:37Z", "hostId": "b7b8cae7c7407d38343924ff8a55ffc400a4399ff58b15b3f2539b2b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-inst", "created": "2018-10-04T15:26:31Z", "tenant_id": "d76fb1a772fc402b8119375e58b057f1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:26:54,346 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/532a64da-edf9-413b-99e4-24588edfcf29 used request id req-c552ab12-439d-457c-8b75-6e1c063dfefd 2018-10-04 15:26:54,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3862abe43c58908e8de26cbc9af3b8273043bc3c" 2018-10-04 15:26:54,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-fe7b8c7c-2f4d-4381-ba70-86f86ba629e5 Date: Thu, 04 Oct 2018 15:26:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f1fd3978-f384-4ddb-96a1-86dba2c450fb"],"updated_at":"2018-10-04T15:26:25Z","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d76fb1a772fc402b8119375e58b057f1","id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","name":"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net"}]} 2018-10-04 15:26:54,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net used request id req-fe7b8c7c-2f4d-4381-ba70-86f86ba629e5 2018-10-04 15:26:54,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3862abe43c58908e8de26cbc9af3b8273043bc3c" 2018-10-04 15:26:54,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-83a22171-0905-4a44-a1ab-f67569283d0c Date: Thu, 04 Oct 2018 15:26:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:25Z","dns_nameservers":[],"updated_at":"2018-10-04T15:26:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"d76fb1a772fc402b8119375e58b057f1","id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","subnetpool_id":null,"name":"CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-subnet"}]} 2018-10-04 15:26:54,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 used request id req-83a22171-0905-4a44-a1ab-f67569283d0c 2018-10-04 15:26:54,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3862abe43c58908e8de26cbc9af3b8273043bc3c" 2018-10-04 15:26:54,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-87e82587-151b-4bab-b21d-913efe4619fe Date: Thu, 04 Oct 2018 15:26:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:37Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.10"}],"id":"09c10fa1-0d10-4aeb-9244-fe62c24def64","security_groups":["0ff55574-5c64-44aa-a2d4-94ed8fabb056"],"mac_address":"fa:16:3e:13:97:61","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack-server1_port-shy2xcri63gj","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"532a64da-edf9-413b-99e4-24588edfcf29"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.4"}],"id":"10242d98-8470-43a2-aab1-7b2e4fe56d54","security_groups":[],"mac_address":"fa:16:3e:cd:eb:3d","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.3"}],"id":"32c385ad-760c-443e-82d7-91d58a04d8ed","security_groups":[],"mac_address":"fa:16:3e:22:5e:98","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:26:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1fd3978-f384-4ddb-96a1-86dba2c450fb","ip_address":"10.0.0.2"}],"id":"a09506e9-cd65-469c-aa4f-e303ea1666fe","security_groups":[],"mac_address":"fa:16:3e:72:7e:a5","project_id":"d76fb1a772fc402b8119375e58b057f1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2","tenant_id":"d76fb1a772fc402b8119375e58b057f1","created_at":"2018-10-04T15:26:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2"}]} 2018-10-04 15:26:54,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a6e1a83a-05c0-4bc4-be4c-48c4c4132eb2 used request id req-87e82587-151b-4bab-b21d-913efe4619fe 2018-10-04 15:26:54,922 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack 2018-10-04 15:26:54,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/6e1686d1-4d0d-4194-993a-2b08eb7ef195 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:55,086 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:26:54 GMT Server: Apache x-openstack-request-id: req-2ac19160-5e3a-4942-a94f-1431a76289da Location: http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:26:55,279 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:26:55 GMT Server: Apache x-openstack-request-id: req-b6ffa72e-67a9-496d-bcb8-8ac7d1d0fcc5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:26:55,280 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 used request id req-b6ffa72e-67a9-496d-bcb8-8ac7d1d0fcc5 2018-10-04 15:26:55,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/6e1686d1-4d0d-4194-993a-2b08eb7ef195 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:55,453 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:26:55 GMT Server: Apache x-openstack-request-id: req-0c764eda-9f0e-48c6-ab2c-c867cb13bb7c Location: http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:26:55,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:55 GMT Server: Apache x-openstack-request-id: req-23d42f00-d80a-4e86-94c1-2c8ded53deb0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 560 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "d76fb1a772fc402b8119375e58b057f1", "OS::stack_id": "6e1686d1-4d0d-4194-993a-2b08eb7ef195", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack", "image_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-image", "inst_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-inst", "subnet_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-subnet", "net_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net", "flavor_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack", "stack_user_project_id": "77619cea53694a63825d4417d34e0dd2", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:26:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "6e1686d1-4d0d-4194-993a-2b08eb7ef195", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:26:55,496 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 used request id req-23d42f00-d80a-4e86-94c1-2c8ded53deb0 2018-10-04 15:26:55,496 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-04 15:26:55,496 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:26:58,500 - create_stack - DEBUG - Stack status query timeout in 1196.78025389 2018-10-04 15:26:58,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/6e1686d1-4d0d-4194-993a-2b08eb7ef195 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:26:58,531 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:26:58 GMT Server: Apache x-openstack-request-id: req-2e4313d2-b037-4bb8-bd3a-fe93ff231af1 Location: http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:26:58,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:26:58 GMT Server: Apache x-openstack-request-id: req-88fb71ac-555f-4b1b-9238-6fb29726442e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "d76fb1a772fc402b8119375e58b057f1", "OS::stack_id": "6e1686d1-4d0d-4194-993a-2b08eb7ef195", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack", "image_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-image", "inst_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-inst", "subnet_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-subnet", "flavor_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-flavor-name", "net_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack", "stack_user_project_id": "77619cea53694a63825d4417d34e0dd2", "tags": null, "creation_time": "2018-10-04T15:26:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:26:55Z", "id": "6e1686d1-4d0d-4194-993a-2b08eb7ef195", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:26:58,558 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 used request id req-88fb71ac-555f-4b1b-9238-6fb29726442e 2018-10-04 15:26:58,558 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:26:58,558 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:27:01,559 - create_stack - DEBUG - Stack status query timeout in 1193.72094679 2018-10-04 15:27:01,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/6e1686d1-4d0d-4194-993a-2b08eb7ef195 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:27:01,739 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:01 GMT Server: Apache x-openstack-request-id: req-edd2ce89-830c-4702-84a9-3d605eb0407e Location: http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:01,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:01 GMT Server: Apache x-openstack-request-id: req-e7d0fe83-bbc0-43b0-ae17-a944f9e1d5cf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "d76fb1a772fc402b8119375e58b057f1", "OS::stack_id": "6e1686d1-4d0d-4194-993a-2b08eb7ef195", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack", "image_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-image", "inst_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-inst", "subnet_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-subnet", "flavor_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-flavor-name", "net_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack", "stack_user_project_id": "77619cea53694a63825d4417d34e0dd2", "tags": null, "creation_time": "2018-10-04T15:26:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:26:55Z", "id": "6e1686d1-4d0d-4194-993a-2b08eb7ef195", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:27:01,765 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 used request id req-e7d0fe83-bbc0-43b0-ae17-a944f9e1d5cf 2018-10-04 15:27:01,765 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:27:01,765 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:27:04,768 - create_stack - DEBUG - Stack status query timeout in 1190.51214886 2018-10-04 15:27:04,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/6e1686d1-4d0d-4194-993a-2b08eb7ef195 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:27:04,801 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:04 GMT Server: Apache x-openstack-request-id: req-b4d84e06-1180-4f82-b6e8-63b085118012 Location: http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:04,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:04 GMT Server: Apache x-openstack-request-id: req-4a319a3f-58d1-414c-9529-9e14c8ec39af Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "d76fb1a772fc402b8119375e58b057f1", "OS::stack_id": "6e1686d1-4d0d-4194-993a-2b08eb7ef195", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack", "image_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-image", "inst_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-inst", "subnet_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-subnet", "flavor_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-flavor-name", "net_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack", "stack_user_project_id": "77619cea53694a63825d4417d34e0dd2", "tags": null, "creation_time": "2018-10-04T15:26:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:26:55Z", "id": "6e1686d1-4d0d-4194-993a-2b08eb7ef195", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:27:04,828 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 used request id req-4a319a3f-58d1-414c-9529-9e14c8ec39af 2018-10-04 15:27:04,828 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:27:04,828 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:27:07,832 - create_stack - DEBUG - Stack status query timeout in 1187.44842386 2018-10-04 15:27:07,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/6e1686d1-4d0d-4194-993a-2b08eb7ef195 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:27:07,864 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:07 GMT Server: Apache x-openstack-request-id: req-54e625b4-445e-4ee2-8945-cc58bfc56a82 Location: http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:07,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:07 GMT Server: Apache x-openstack-request-id: req-5512854b-cb9d-41e5-84a5-41c1f711b638 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 560 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "d76fb1a772fc402b8119375e58b057f1", "OS::stack_id": "6e1686d1-4d0d-4194-993a-2b08eb7ef195", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack", "image_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-image", "inst_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-inst", "subnet_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-subnet", "flavor_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-flavor-name", "net_name": "CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-net"}, "deletion_time": "2018-10-04T15:27:07Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack", "stack_user_project_id": "77619cea53694a63825d4417d34e0dd2", "tags": null, "creation_time": "2018-10-04T15:26:22Z", "links": [{"href": "http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-04T15:26:55Z", "id": "6e1686d1-4d0d-4194-993a-2b08eb7ef195", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 15:27:07,907 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 used request id req-5512854b-cb9d-41e5-84a5-41c1f711b638 2018-10-04 15:27:07,908 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-04 15:27:07,908 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack 2018-10-04 15:27:07,908 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack 2018-10-04 15:27:07,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/6e1686d1-4d0d-4194-993a-2b08eb7ef195 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a674b23745991f4b5eea692956d63f2ba181d92" 2018-10-04 15:27:08,104 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:07 GMT Server: Apache x-openstack-request-id: req-6ae709b4-529f-4d6d-8761-f869ee287ea7 Location: http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:08,130 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:27:08 GMT Server: Apache x-openstack-request-id: req-1b29e661-5a1c-47d4-bbf9-857df447f690 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-04 15:27:08,130 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/d76fb1a772fc402b8119375e58b057f1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-stack/6e1686d1-4d0d-4194-993a-2b08eb7ef195 used request id req-1b29e661-5a1c-47d4-bbf9-857df447f690 2018-10-04 15:27:08,132 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-75a08587-57c8-4183-8dae-8dd7129ed97c-image 2018-10-04 15:27:08,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}807b4149e91ef077625e2b3385dc2b52d7f8e695" 2018-10-04 15:27:09,574 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e37b1518-6f4d-42f5-aa37-7595b3f86d0d Date: Thu, 04 Oct 2018 15:27:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:27:09,575 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/f888b607-6a2a-42ea-bcb9-e3bf6fa1be8c used request id req-e37b1518-6f4d-42f5-aa37-7595b3f86d0d 2018-10-04 15:27:09,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/6f1b27ba-826c-49e0-be05-3219d48cc4c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8192eb27f1ee01c27ea4ef4cd2e03c68fb790e7" 2018-10-04 15:27:09,618 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:27: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-44041813-3e8b-4bf3-805c-d05673338207 x-compute-request-id: req-44041813-3e8b-4bf3-805c-d05673338207 Content-Length: 0 Content-Type: application/json 2018-10-04 15:27:09,618 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/6f1b27ba-826c-49e0-be05-3219d48cc4c7 used request id req-44041813-3e8b-4bf3-805c-d05673338207 2018-10-04 15:27:09,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9beffd760e8dad67ef31cef53710fa49866e7b" 2018-10-04 15:27:09,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-05606198-6386-4c86-bb16-243811b2a730 Date: Thu, 04 Oct 2018 15:27:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d76fb1a772fc402b8119375e58b057f1", "created_at": "2018-10-04T15:26:24Z", "updated_at": "2018-10-04T15:26:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:26:24Z", "revision_number": 0, "id": "49527b81-94e4-43bb-85c8-71b70ace57ca", "remote_group_id": "0ff55574-5c64-44aa-a2d4-94ed8fabb056", "remote_ip_prefix": null, "created_at": "2018-10-04T15:26:24Z", "security_group_id": "0ff55574-5c64-44aa-a2d4-94ed8fabb056", "tenant_id": "d76fb1a772fc402b8119375e58b057f1", "port_range_min": null, "ethertype": "IPv4", "project_id": "d76fb1a772fc402b8119375e58b057f1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:26:24Z", "revision_number": 0, "id": "5a68494a-8681-450c-b886-8064aaff9a38", "remote_group_id": "0ff55574-5c64-44aa-a2d4-94ed8fabb056", "remote_ip_prefix": null, "created_at": "2018-10-04T15:26:24Z", "security_group_id": "0ff55574-5c64-44aa-a2d4-94ed8fabb056", "tenant_id": "d76fb1a772fc402b8119375e58b057f1", "port_range_min": null, "ethertype": "IPv6", "project_id": "d76fb1a772fc402b8119375e58b057f1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:26:24Z", "revision_number": 0, "id": "982b7d2f-d389-4b1c-ad51-bd43cb4a11c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:26:24Z", "security_group_id": "0ff55574-5c64-44aa-a2d4-94ed8fabb056", "tenant_id": "d76fb1a772fc402b8119375e58b057f1", "port_range_min": null, "ethertype": "IPv4", "project_id": "d76fb1a772fc402b8119375e58b057f1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:26:24Z", "revision_number": 0, "id": "9da88b16-b4cb-4484-827c-c637a6c2c5ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:26:24Z", "security_group_id": "0ff55574-5c64-44aa-a2d4-94ed8fabb056", "tenant_id": "d76fb1a772fc402b8119375e58b057f1", "port_range_min": null, "ethertype": "IPv6", "project_id": "d76fb1a772fc402b8119375e58b057f1"}], "revision_number": 4, "project_id": "d76fb1a772fc402b8119375e58b057f1", "id": "0ff55574-5c64-44aa-a2d4-94ed8fabb056", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:27:09,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-05606198-6386-4c86-bb16-243811b2a730 2018-10-04 15:27:09,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9beffd760e8dad67ef31cef53710fa49866e7b" 2018-10-04 15:27:09,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a02e6a2-e1c1-4cfa-9e83-19482f85c273 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:27:09,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-4a02e6a2-e1c1-4cfa-9e83-19482f85c273 2018-10-04 15:27:09,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9beffd760e8dad67ef31cef53710fa49866e7b" 2018-10-04 15:27:10,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-170e2904-23dd-4810-b6d5-db5382ea770d Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1"}, "enabled": true, "id": "d76fb1a772fc402b8119375e58b057f1", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj"}} 2018-10-04 15:27:10,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1 used request id req-170e2904-23dd-4810-b6d5-db5382ea770d 2018-10-04 15:27:10,015 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ff55574-5c64-44aa-a2d4-94ed8fabb056 2018-10-04 15:27:10,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0ff55574-5c64-44aa-a2d4-94ed8fabb056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9beffd760e8dad67ef31cef53710fa49866e7b" 2018-10-04 15:27:10,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e121e172-5565-4d09-9cfc-2146cbca5e20 Date: Thu, 04 Oct 2018 15:27:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "0ff55574-5c64-44aa-a2d4-94ed8fabb056", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:26:24Z", "security_group_id": "0ff55574-5c64-44aa-a2d4-94ed8fabb056", "port_range_min": null, "revision_number": 0, "tenant_id": "d76fb1a772fc402b8119375e58b057f1", "created_at": "2018-10-04T15:26:24Z", "project_id": "d76fb1a772fc402b8119375e58b057f1", "id": "49527b81-94e4-43bb-85c8-71b70ace57ca"}, {"remote_group_id": "0ff55574-5c64-44aa-a2d4-94ed8fabb056", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:26:24Z", "security_group_id": "0ff55574-5c64-44aa-a2d4-94ed8fabb056", "port_range_min": null, "revision_number": 0, "tenant_id": "d76fb1a772fc402b8119375e58b057f1", "created_at": "2018-10-04T15:26:24Z", "project_id": "d76fb1a772fc402b8119375e58b057f1", "id": "5a68494a-8681-450c-b886-8064aaff9a38"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:26:24Z", "security_group_id": "0ff55574-5c64-44aa-a2d4-94ed8fabb056", "port_range_min": null, "revision_number": 0, "tenant_id": "d76fb1a772fc402b8119375e58b057f1", "created_at": "2018-10-04T15:26:24Z", "project_id": "d76fb1a772fc402b8119375e58b057f1", "id": "982b7d2f-d389-4b1c-ad51-bd43cb4a11c5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:26:24Z", "security_group_id": "0ff55574-5c64-44aa-a2d4-94ed8fabb056", "port_range_min": null, "revision_number": 0, "tenant_id": "d76fb1a772fc402b8119375e58b057f1", "created_at": "2018-10-04T15:26:24Z", "project_id": "d76fb1a772fc402b8119375e58b057f1", "id": "9da88b16-b4cb-4484-827c-c637a6c2c5ed"}]} 2018-10-04 15:27:10,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0ff55574-5c64-44aa-a2d4-94ed8fabb056 used request id req-e121e172-5565-4d09-9cfc-2146cbca5e20 2018-10-04 15:27:10,188 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:27:10,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/0ff55574-5c64-44aa-a2d4-94ed8fabb056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9beffd760e8dad67ef31cef53710fa49866e7b" 2018-10-04 15:27:10,540 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7b60ecb4-8924-4b2f-a8de-7314173495a0 Content-Length: 0 Date: Thu, 04 Oct 2018 15:27:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:27:10,540 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/0ff55574-5c64-44aa-a2d4-94ed8fabb056 used request id req-7b60ecb4-8924-4b2f-a8de-7314173495a0 2018-10-04 15:27:10,541 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj 2018-10-04 15:27:10,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9beffd760e8dad67ef31cef53710fa49866e7b" 2018-10-04 15:27:10,862 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:27:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e295d99-8fb6-43bf-ad7b-1e31c1da9252 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:27:10,862 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/d76fb1a772fc402b8119375e58b057f1 used request id req-3e295d99-8fb6-43bf-ad7b-1e31c1da9252 2018-10-04 15:27:10,862 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-71f4fcd8-78f0-4a4-proj-role 2018-10-04 15:27:10,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/0de40fd43d1f4cce8f7783bc7808c96c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9beffd760e8dad67ef31cef53710fa49866e7b" 2018-10-04 15:27:11,084 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:27:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb267b8a-1e79-48e9-ad4e-dbca19d6a260 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:27:11,084 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/0de40fd43d1f4cce8f7783bc7808c96c used request id req-fb267b8a-1e79-48e9-ad4e-dbca19d6a260 2018-10-04 15:27:11,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9beffd760e8dad67ef31cef53710fa49866e7b" 2018-10-04 15:27:11,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c293149-0d7a-4d43-b801-57226daecdea Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:27:11,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7c293149-0d7a-4d43-b801-57226daecdea 2018-10-04 15:27:11,173 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-71f4fcd8-78f0-4a4-user 2018-10-04 15:27:11,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/82f83ba9c8354aa49c960a84f21dc4a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8f04ef86b2fa5e8b12884c710ff95abacbf0a20" 2018-10-04 15:27:11,372 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:27:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e307f775-a0c1-4501-bb1b-db32e2159d06 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:27:11,372 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/82f83ba9c8354aa49c960a84f21dc4a8 used request id req-e307f775-a0c1-4501-bb1b-db32e2159d06 2018-10-04 15:27:11,374 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:27:11,770 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:27:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["tnQTW8YqRdWotZzAgK5p9A"], "issued_at": "2018-10-04T15:27:11.000000Z"}} 2018-10-04 15:27:11,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf0c1ddbc8c2807e27986e0d7d1795ca9000c3d8" 2018-10-04 15:27:11,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab74cd29-5347-4e3d-b808-c0ca8bbcaa28 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:27:11,850 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ab74cd29-5347-4e3d-b808-c0ca8bbcaa28 2018-10-04 15:27:11,852 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:27:11,853 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:27:12,241 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:27:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["zS2D4G69Q72SUzldKlm1NQ"], "issued_at": "2018-10-04T15:27:12.000000Z"}} 2018-10-04 15:27:12,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d35bdf6ec0a7ff8c2a1d2fddba99e07c6b30e0c" 2018-10-04 15:27:12,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ca77108-c2b6-4fcd-8dec-9b7ff5ab095c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:27:12,328 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1ca77108-c2b6-4fcd-8dec-9b7ff5ab095c 2018-10-04 15:27:12,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:27:12,338 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:27:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:27:12,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-9e1cb92a-13b1-4de-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d35bdf6ec0a7ff8c2a1d2fddba99e07c6b30e0c" 2018-10-04 15:27:12,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af8ad468-db52-4fb1-909d-97ef19c5c98b Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-9e1cb92a-13b1-4de-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:27:12,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-9e1cb92a-13b1-4de-proj used request id req-af8ad468-db52-4fb1-909d-97ef19c5c98b 2018-10-04 15:27:12,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d35bdf6ec0a7ff8c2a1d2fddba99e07c6b30e0c" 2018-10-04 15:27:12,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-877020ff-575b-49e1-9c53-f631a24ced23 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:27:12,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-877020ff-575b-49e1-9c53-f631a24ced23 2018-10-04 15:27:12,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d35bdf6ec0a7ff8c2a1d2fddba99e07c6b30e0c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackVolumeTests-9e1cb92a-13b1-4de-proj"}}' 2018-10-04 15:27:12,637 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:27:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0db9c9f9-d6fe-41ec-b905-50aab37051b2 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/552d06ea3d92432fa4045f4e5a27a020"}, "enabled": true, "id": "552d06ea3d92432fa4045f4e5a27a020", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-9e1cb92a-13b1-4de-proj"}} 2018-10-04 15:27:12,637 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-0db9c9f9-d6fe-41ec-b905-50aab37051b2 2018-10-04 15:27:12,638 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-9e1cb92a-13b1-4de-proj 2018-10-04 15:27:12,638 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:27:12,639 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:27:13,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:27:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["9jkv0mEXQ3Swhib-CxwdmQ"], "issued_at": "2018-10-04T15:27:13.000000Z"}} 2018-10-04 15:27:13,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffad0cf3627f5587af115342b1a9b7f20fd28a08" 2018-10-04 15:27:13,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b9ca86f-8228-422d-aaa5-740cc92aa811 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:27:13,109 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6b9ca86f-8228-422d-aaa5-740cc92aa811 2018-10-04 15:27:13,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:27:13,119 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:27:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:27:13,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffad0cf3627f5587af115342b1a9b7f20fd28a08" 2018-10-04 15:27:13,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f0e7d42-42f9-454f-a027-181202191391 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:27:13,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-9f0e7d42-42f9-454f-a027-181202191391 2018-10-04 15:27:13,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackVolumeTests-9e1cb92a-13b1-4de-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffad0cf3627f5587af115342b1a9b7f20fd28a08" 2018-10-04 15:27:13,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64db56c9-34a2-43a2-9d53-82b50d778f6f Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackVolumeTests-9e1cb92a-13b1-4de-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/552d06ea3d92432fa4045f4e5a27a020"}, "enabled": true, "id": "552d06ea3d92432fa4045f4e5a27a020", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-9e1cb92a-13b1-4de-proj"}]} 2018-10-04 15:27:13,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackVolumeTests-9e1cb92a-13b1-4de-proj used request id req-64db56c9-34a2-43a2-9d53-82b50d778f6f 2018-10-04 15:27:13,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffad0cf3627f5587af115342b1a9b7f20fd28a08" 2018-10-04 15:27:13,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2eb42105-2c10-4e45-82e3-c1ba83a95b39 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:27:13,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-2eb42105-2c10-4e45-82e3-c1ba83a95b39 2018-10-04 15:27:13,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffad0cf3627f5587af115342b1a9b7f20fd28a08" 2018-10-04 15:27:13,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa560746-9fd7-4d29-8709-82930f3e103f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:27:13,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-fa560746-9fd7-4d29-8709-82930f3e103f 2018-10-04 15:27:13,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackVolumeTests-9e1cb92a-13b1-4de-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffad0cf3627f5587af115342b1a9b7f20fd28a08" 2018-10-04 15:27:13,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0871c684-36f6-4c5d-8fe5-9b85aeb81976 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackVolumeTests-9e1cb92a-13b1-4de-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/552d06ea3d92432fa4045f4e5a27a020"}, "enabled": true, "id": "552d06ea3d92432fa4045f4e5a27a020", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-9e1cb92a-13b1-4de-proj"}]} 2018-10-04 15:27:13,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackVolumeTests-9e1cb92a-13b1-4de-proj used request id req-0871c684-36f6-4c5d-8fe5-9b85aeb81976 2018-10-04 15:27:13,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/828975fb26ce4765baedb8a9eafdb4e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffad0cf3627f5587af115342b1a9b7f20fd28a08" 2018-10-04 15:27:14,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7c2595e-037e-4f94-b79e-dfeb40372c14 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackVolumeTests-9e1cb92a-13b1-4de-user", "links": {"self": "http://172.30.9.23:5000/v3/users/828975fb26ce4765baedb8a9eafdb4e1"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "552d06ea3d92432fa4045f4e5a27a020", "id": "828975fb26ce4765baedb8a9eafdb4e1", "password_expires_at": null}} 2018-10-04 15:27:14,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/828975fb26ce4765baedb8a9eafdb4e1 used request id req-a7c2595e-037e-4f94-b79e-dfeb40372c14 2018-10-04 15:27:14,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/552d06ea3d92432fa4045f4e5a27a020/users/828975fb26ce4765baedb8a9eafdb4e1/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffad0cf3627f5587af115342b1a9b7f20fd28a08" 2018-10-04 15:27:14,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91b7d51d-bd3b-405f-a85b-4206eb0ede3b Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/552d06ea3d92432fa4045f4e5a27a020/users/828975fb26ce4765baedb8a9eafdb4e1/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 15:27:14,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/552d06ea3d92432fa4045f4e5a27a020/users/828975fb26ce4765baedb8a9eafdb4e1/roles used request id req-91b7d51d-bd3b-405f-a85b-4206eb0ede3b 2018-10-04 15:27:14,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffad0cf3627f5587af115342b1a9b7f20fd28a08" 2018-10-04 15:27:14,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81aceb15-5594-4141-8aa0-c4d08456715b Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "domain_id": null, "name": "admin", "id": "649d50d4e38f4048899913e0d7e41071"}} 2018-10-04 15:27:14,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071 used request id req-81aceb15-5594-4141-8aa0-c4d08456715b 2018-10-04 15:27:14,225 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-9e1cb92a-13b1-4de-proj 2018-10-04 15:27:14,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/552d06ea3d92432fa4045f4e5a27a020/users/828975fb26ce4765baedb8a9eafdb4e1/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffad0cf3627f5587af115342b1a9b7f20fd28a08" 2018-10-04 15:27:14,355 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:27:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-edc4399f-fec4-4117-8a6e-dc88ec0eb92b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:27:14,355 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/552d06ea3d92432fa4045f4e5a27a020/users/828975fb26ce4765baedb8a9eafdb4e1/roles/649d50d4e38f4048899913e0d7e41071 used request id req-edc4399f-fec4-4117-8a6e-dc88ec0eb92b 2018-10-04 15:27:14,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffad0cf3627f5587af115342b1a9b7f20fd28a08" 2018-10-04 15:27:14,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88e467dd-658d-48e2-a575-43e298710248 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:27:14,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-88e467dd-658d-48e2-a575-43e298710248 2018-10-04 15:27:14,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackVolumeTests-9e1cb92a-13b1-4de-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffad0cf3627f5587af115342b1a9b7f20fd28a08" 2018-10-04 15:27:14,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ae38ce5-18dd-423c-81c0-dd9ae2ee9f86 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackVolumeTests-9e1cb92a-13b1-4de-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/552d06ea3d92432fa4045f4e5a27a020"}, "enabled": true, "id": "552d06ea3d92432fa4045f4e5a27a020", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-9e1cb92a-13b1-4de-proj"}]} 2018-10-04 15:27:14,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackVolumeTests-9e1cb92a-13b1-4de-proj used request id req-3ae38ce5-18dd-423c-81c0-dd9ae2ee9f86 2018-10-04 15:27:14,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/552d06ea3d92432fa4045f4e5a27a020/users/828975fb26ce4765baedb8a9eafdb4e1/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffad0cf3627f5587af115342b1a9b7f20fd28a08" 2018-10-04 15:27:14,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9037542c-6aa3-4f06-ad1a-a7b5eba4eb44 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/552d06ea3d92432fa4045f4e5a27a020/users/828975fb26ce4765baedb8a9eafdb4e1/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}]} 2018-10-04 15:27:14,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/552d06ea3d92432fa4045f4e5a27a020/users/828975fb26ce4765baedb8a9eafdb4e1/roles used request id req-9037542c-6aa3-4f06-ad1a-a7b5eba4eb44 2018-10-04 15:27:14,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffad0cf3627f5587af115342b1a9b7f20fd28a08" 2018-10-04 15:27:14,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee62cad3-e994-48c1-ad4e-0a418a299e3e Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "domain_id": null, "name": "heat_stack_owner", "id": "aa60aa92e6004a9babfb6641bde48b31"}} 2018-10-04 15:27:14,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-ee62cad3-e994-48c1-ad4e-0a418a299e3e 2018-10-04 15:27:14,731 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-9e1cb92a-13b1-4de-proj 2018-10-04 15:27:14,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/552d06ea3d92432fa4045f4e5a27a020/users/828975fb26ce4765baedb8a9eafdb4e1/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffad0cf3627f5587af115342b1a9b7f20fd28a08" 2018-10-04 15:27:14,852 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:27:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41dbcd0c-1043-497c-9f42-2f41e7e3f1b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:27:14,852 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/552d06ea3d92432fa4045f4e5a27a020/users/828975fb26ce4765baedb8a9eafdb4e1/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-41dbcd0c-1043-497c-9f42-2f41e7e3f1b4 2018-10-04 15:27:14,852 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-9e1cb92a-13b1-4de-user 2018-10-04 15:27:14,853 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:27:14,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d35bdf6ec0a7ff8c2a1d2fddba99e07c6b30e0c" 2018-10-04 15:27:14,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-420d65d2-8c63-4578-93a4-7214be3ad3b4 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:27:14,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-420d65d2-8c63-4578-93a4-7214be3ad3b4 2018-10-04 15:27:14,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d35bdf6ec0a7ff8c2a1d2fddba99e07c6b30e0c" -d '{"role": {"name": "CreateStackVolumeTests-9e1cb92a-13b1-4de-proj-role"}}' 2018-10-04 15:27:15,054 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:27:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-360a9200-31b8-4348-87fe-8c369a9ce55a Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8605cc6ac83f4aee8c1a83140dd55360", "links": {"self": "http://172.30.9.23:5000/v3/roles/8605cc6ac83f4aee8c1a83140dd55360"}, "name": "CreateStackVolumeTests-9e1cb92a-13b1-4de-proj-role"}} 2018-10-04 15:27:15,054 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-360a9200-31b8-4348-87fe-8c369a9ce55a 2018-10-04 15:27:15,054 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-9e1cb92a-13b1-4de-proj-role 2018-10-04 15:27:15,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/8605cc6ac83f4aee8c1a83140dd55360 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d35bdf6ec0a7ff8c2a1d2fddba99e07c6b30e0c" 2018-10-04 15:27:15,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-737eb4f4-2dac-44c7-ad96-2c61d625a54f Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/8605cc6ac83f4aee8c1a83140dd55360"}, "domain_id": null, "name": "CreateStackVolumeTests-9e1cb92a-13b1-4de-proj-role", "id": "8605cc6ac83f4aee8c1a83140dd55360"}} 2018-10-04 15:27:15,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/8605cc6ac83f4aee8c1a83140dd55360 used request id req-737eb4f4-2dac-44c7-ad96-2c61d625a54f 2018-10-04 15:27:15,137 - keystone_utils - INFO - Granting role CreateStackVolumeTests-9e1cb92a-13b1-4de-proj-role to project CreateStackVolumeTests-9e1cb92a-13b1-4de-proj 2018-10-04 15:27:15,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/552d06ea3d92432fa4045f4e5a27a020/users/828975fb26ce4765baedb8a9eafdb4e1/roles/8605cc6ac83f4aee8c1a83140dd55360 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d35bdf6ec0a7ff8c2a1d2fddba99e07c6b30e0c" 2018-10-04 15:27:15,259 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:27:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5825768-745e-42b6-af98-d78c149be8ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:27:15,259 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/552d06ea3d92432fa4045f4e5a27a020/users/828975fb26ce4765baedb8a9eafdb4e1/roles/8605cc6ac83f4aee8c1a83140dd55360 used request id req-f5825768-745e-42b6-af98-d78c149be8ed 2018-10-04 15:27:15,260 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:27:15,260 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:27:15,261 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:27:15,644 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8605cc6ac83f4aee8c1a83140dd55360", "name": "CreateStackVolumeTests-9e1cb92a-13b1-4de-proj-role"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:27:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "552d06ea3d92432fa4045f4e5a27a020", "name": "CreateStackVolumeTests-9e1cb92a-13b1-4de-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/552d06ea3d92432fa4045f4e5a27a020", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/552d06ea3d92432fa4045f4e5a27a020", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/552d06ea3d92432fa4045f4e5a27a020", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/552d06ea3d92432fa4045f4e5a27a020", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/552d06ea3d92432fa4045f4e5a27a020", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/552d06ea3d92432fa4045f4e5a27a020", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/552d06ea3d92432fa4045f4e5a27a020", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/552d06ea3d92432fa4045f4e5a27a020", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/552d06ea3d92432fa4045f4e5a27a020", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/552d06ea3d92432fa4045f4e5a27a020", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/552d06ea3d92432fa4045f4e5a27a020", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-9e1cb92a-13b1-4de-user", "id": "828975fb26ce4765baedb8a9eafdb4e1"}, "audit_ids": ["Sh_r4dWFSEaWM8LvFWiZgw"], "issued_at": "2018-10-04T15:27:15.000000Z"}} 2018-10-04 15:27:15,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd6d4496be1cf1d2d7b9b01229a5114e1a61b69a" 2018-10-04 15:27:15,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bb1b204-f8c5-48a2-a6c7-a5901e6aaa6d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:27:15,723 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2bb1b204-f8c5-48a2-a6c7-a5901e6aaa6d 2018-10-04 15:27:15,725 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:27:15,728 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:27:15,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd6d4496be1cf1d2d7b9b01229a5114e1a61b69a" 2018-10-04 15:27:15,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:15 GMT Server: Apache x-openstack-request-id: req-efadacc9-5b05-4b91-90a8-a0c5e4ab91d7 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-04 15:27:15,900 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack used request id req-efadacc9-5b05-4b91-90a8-a0c5e4ab91d7 2018-10-04 15:27:15,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd6d4496be1cf1d2d7b9b01229a5114e1a61b69a" -d '{"stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single volume with encryption", "parameters": {"volume_type_name": {"default": "test-vol-type-name", "type": "string", "description": "The name of the volume type", "label": "Volume Type name"}, "volume_name": {"default": "test-vol-name", "type": "string", "description": "The name of the volume", "label": "Volume name"}}, "resources": {"volume": {"type": "OS::Cinder::Volume", "properties": {"name": {"get_param": "volume_name"}, "volume_type": {"get_resource": "volume_type"}, "size": 1}}, "volume_type": {"type": "OS::Cinder::VolumeType", "properties": {"name": {"get_param": "volume_type_name"}}}}}, "parameters": {"volume_type_name": "CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-volume-type", "volume_name": "CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-volume"}}' 2018-10-04 15:27:17,651 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:27:15 GMT Server: Apache x-openstack-request-id: req-7b4f5c83-e8e9-4f28-bd11-feefb6da04f6 Location: http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551 Content-Length: 289 Content-Type: application/json RESP BODY: {"stack": {"id": "9c71db8b-acfd-49fa-a2b8-09e7b1753551", "links": [{"href": "http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551", "rel": "self"}]}} 2018-10-04 15:27:17,651 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks used request id req-7b4f5c83-e8e9-4f28-bd11-feefb6da04f6 2018-10-04 15:27:17,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/9c71db8b-acfd-49fa-a2b8-09e7b1753551 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd6d4496be1cf1d2d7b9b01229a5114e1a61b69a" 2018-10-04 15:27:17,828 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:17 GMT Server: Apache x-openstack-request-id: req-d9a9a059-6afd-4a4f-ae26-64a045e9c993 Location: http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:17,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:17 GMT Server: Apache x-openstack-request-id: req-51da560c-18c1-432d-b620-c18832220aa1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 533 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "552d06ea3d92432fa4045f4e5a27a020", "volume_type_name": "CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-volume-type", "OS::stack_id": "9c71db8b-acfd-49fa-a2b8-09e7b1753551", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack", "volume_name": "CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack", "stack_user_project_id": "bbd08c659a4247178b0532538ddf4988", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:27:17Z", "links": [{"href": "http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9c71db8b-acfd-49fa-a2b8-09e7b1753551", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-04 15:27:17,871 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551 used request id req-51da560c-18c1-432d-b620-c18832220aa1 2018-10-04 15:27:17,871 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack 2018-10-04 15:27:17,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/9c71db8b-acfd-49fa-a2b8-09e7b1753551 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd6d4496be1cf1d2d7b9b01229a5114e1a61b69a" 2018-10-04 15:27:18,054 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:17 GMT Server: Apache x-openstack-request-id: req-cc27f604-3b35-4656-b9ca-097656433caa Location: http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:18,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:18 GMT Server: Apache x-openstack-request-id: req-e6569274-3c08-412c-a4fb-6a87e36770d1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 533 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "552d06ea3d92432fa4045f4e5a27a020", "volume_type_name": "CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-volume-type", "OS::stack_id": "9c71db8b-acfd-49fa-a2b8-09e7b1753551", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack", "volume_name": "CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack", "stack_user_project_id": "bbd08c659a4247178b0532538ddf4988", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:27:17Z", "links": [{"href": "http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9c71db8b-acfd-49fa-a2b8-09e7b1753551", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-04 15:27:18,241 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551 used request id req-e6569274-3c08-412c-a4fb-6a87e36770d1 2018-10-04 15:27:18,241 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:27:18,241 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:27:21,245 - create_stack - DEBUG - Stack status query timeout in 1196.62674594 2018-10-04 15:27:21,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/9c71db8b-acfd-49fa-a2b8-09e7b1753551 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd6d4496be1cf1d2d7b9b01229a5114e1a61b69a" 2018-10-04 15:27:21,438 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:21 GMT Server: Apache x-openstack-request-id: req-d7f048a5-c829-48b7-a85a-4a18c50a724c Location: http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:21,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:21 GMT Server: Apache x-openstack-request-id: req-3fe2dd16-d5cb-4a90-9b3e-08e42f1f22fd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 539 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "552d06ea3d92432fa4045f4e5a27a020", "volume_type_name": "CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-volume-type", "OS::stack_id": "9c71db8b-acfd-49fa-a2b8-09e7b1753551", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack", "volume_name": "CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack", "stack_user_project_id": "bbd08c659a4247178b0532538ddf4988", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:27:17Z", "links": [{"href": "http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "9c71db8b-acfd-49fa-a2b8-09e7b1753551", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-04 15:27:21,636 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551 used request id req-3fe2dd16-d5cb-4a90-9b3e-08e42f1f22fd 2018-10-04 15:27:21,637 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-04 15:27:21,637 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack 2018-10-04 15:27:21,637 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack 2018-10-04 15:27:21,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/9c71db8b-acfd-49fa-a2b8-09e7b1753551/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd6d4496be1cf1d2d7b9b01229a5114e1a61b69a" 2018-10-04 15:27:21,807 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:21 GMT Server: Apache x-openstack-request-id: req-976e69a2-7b64-4def-baef-f676e1a05dd3 Location: http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551/resources Content-Length: 547 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:22,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:21 GMT Server: Apache x-openstack-request-id: req-edc0974f-cc2c-4aab-827a-341db98c6ea1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 446 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "volume", "links": [{"href": "http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551/resources/volume", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551", "rel": "stack"}], "logical_resource_id": "volume", "creation_time": "2018-10-04T15:27:17Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:27:17Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "36d77eae-ad84-43c1-88b4-e112f4bc7b0c", "resource_type": "OS::Cinder::Volume"}, {"resource_name": "volume_type", "links": [{"href": "http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551/resources/volume_type", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551", "rel": "stack"}], "logical_resource_id": "volume_type", "creation_time": "2018-10-04T15:27:17Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:27:17Z", "required_by": ["volume"], "resource_status_reason": "state changed", "physical_resource_id": "9f6a0567-9d35-421d-825b-332b9689871e", "resource_type": "OS::Cinder::VolumeType"}]} 2018-10-04 15:27:22,393 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551/resources used request id req-edc0974f-cc2c-4aab-827a-341db98c6ea1 2018-10-04 15:27:22,396 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/552d06ea3d92432fa4045f4e5a27a020/volumes/36d77eae-ad84-43c1-88b4-e112f4bc7b0c -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd6d4496be1cf1d2d7b9b01229a5114e1a61b69a" 2018-10-04 15:27:22,617 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:22 GMT Server: Apache x-compute-request-id: req-b1fe5039-dbbd-4593-af93-575189621b84 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b1fe5039-dbbd-4593-af93-575189621b84 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/552d06ea3d92432fa4045f4e5a27a020/volumes/36d77eae-ad84-43c1-88b4-e112f4bc7b0c", "rel": "self"}, {"href": "http://172.30.9.23:8776/552d06ea3d92432fa4045f4e5a27a020/volumes/36d77eae-ad84-43c1-88b4-e112f4bc7b0c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T15:27:19.000000", "replication_status": null, "snapshot_id": null, "id": "36d77eae-ad84-43c1-88b4-e112f4bc7b0c", "size": 1, "user_id": "828975fb26ce4765baedb8a9eafdb4e1", "os-vol-tenant-attr:tenant_id": "552d06ea3d92432fa4045f4e5a27a020", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-volume", "bootable": "false", "created_at": "2018-10-04T15:27:18.000000", "volume_type": "CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-volume-type"}} 2018-10-04 15:27:22,617 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/552d06ea3d92432fa4045f4e5a27a020/volumes/36d77eae-ad84-43c1-88b4-e112f4bc7b0c used request id req-b1fe5039-dbbd-4593-af93-575189621b84 2018-10-04 15:27:22,618 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:27:22,619 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:27:23,001 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8605cc6ac83f4aee8c1a83140dd55360", "name": "CreateStackVolumeTests-9e1cb92a-13b1-4de-proj-role"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:27:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "552d06ea3d92432fa4045f4e5a27a020", "name": "CreateStackVolumeTests-9e1cb92a-13b1-4de-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/552d06ea3d92432fa4045f4e5a27a020", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/552d06ea3d92432fa4045f4e5a27a020", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/552d06ea3d92432fa4045f4e5a27a020", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/552d06ea3d92432fa4045f4e5a27a020", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/552d06ea3d92432fa4045f4e5a27a020", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/552d06ea3d92432fa4045f4e5a27a020", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/552d06ea3d92432fa4045f4e5a27a020", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/552d06ea3d92432fa4045f4e5a27a020", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/552d06ea3d92432fa4045f4e5a27a020", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/552d06ea3d92432fa4045f4e5a27a020", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/552d06ea3d92432fa4045f4e5a27a020", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-9e1cb92a-13b1-4de-user", "id": "828975fb26ce4765baedb8a9eafdb4e1"}, "audit_ids": ["F7RPVR4OQz2jApGTxNFqfQ"], "issued_at": "2018-10-04T15:27:23.000000Z"}} 2018-10-04 15:27:23,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}635e0cd210f2754299a24a6ffe54014c9aa9463a" 2018-10-04 15:27:23,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9f48cbb-6faf-4b2c-bf37-5b816dea29db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:27:23,087 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a9f48cbb-6faf-4b2c-bf37-5b816dea29db 2018-10-04 15:27:23,093 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/552d06ea3d92432fa4045f4e5a27a020/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}635e0cd210f2754299a24a6ffe54014c9aa9463a" 2018-10-04 15:27:23,293 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:23 GMT Server: Apache x-compute-request-id: req-5578bb19-d7ab-46ac-908c-6381fee75fb2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5578bb19-d7ab-46ac-908c-6381fee75fb2 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/552d06ea3d92432fa4045f4e5a27a020/volumes/36d77eae-ad84-43c1-88b4-e112f4bc7b0c", "rel": "self"}, {"href": "http://172.30.9.23:8776/552d06ea3d92432fa4045f4e5a27a020/volumes/36d77eae-ad84-43c1-88b4-e112f4bc7b0c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T15:27:19.000000", "replication_status": null, "snapshot_id": null, "id": "36d77eae-ad84-43c1-88b4-e112f4bc7b0c", "size": 1, "user_id": "828975fb26ce4765baedb8a9eafdb4e1", "os-vol-tenant-attr:tenant_id": "552d06ea3d92432fa4045f4e5a27a020", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-volume", "bootable": "false", "created_at": "2018-10-04T15:27:18.000000", "volume_type": "CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-volume-type"}]} 2018-10-04 15:27:23,293 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/552d06ea3d92432fa4045f4e5a27a020/volumes/detail used request id req-5578bb19-d7ab-46ac-908c-6381fee75fb2 2018-10-04 15:27:23,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:27:23,303 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:27:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:27:23,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/552d06ea3d92432fa4045f4e5a27a020 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}635e0cd210f2754299a24a6ffe54014c9aa9463a" 2018-10-04 15:27:23,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ccf3301-4bcb-413b-a022-cecc5689983f Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/552d06ea3d92432fa4045f4e5a27a020"}, "enabled": true, "id": "552d06ea3d92432fa4045f4e5a27a020", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-9e1cb92a-13b1-4de-proj"}} 2018-10-04 15:27:23,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/552d06ea3d92432fa4045f4e5a27a020 used request id req-8ccf3301-4bcb-413b-a022-cecc5689983f 2018-10-04 15:27:23,385 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack 2018-10-04 15:27:23,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/9c71db8b-acfd-49fa-a2b8-09e7b1753551 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd6d4496be1cf1d2d7b9b01229a5114e1a61b69a" 2018-10-04 15:27:23,674 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:23 GMT Server: Apache x-openstack-request-id: req-a18f94d1-1c6b-4834-8349-89dcebf34474 Location: http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:23,866 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:27:23 GMT Server: Apache x-openstack-request-id: req-5e10d141-f665-4b22-a9d9-ef618d53d865 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:27:23,866 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551 used request id req-5e10d141-f665-4b22-a9d9-ef618d53d865 2018-10-04 15:27:23,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/9c71db8b-acfd-49fa-a2b8-09e7b1753551 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd6d4496be1cf1d2d7b9b01229a5114e1a61b69a" 2018-10-04 15:27:24,066 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:23 GMT Server: Apache x-openstack-request-id: req-c16e76e9-158a-425a-9343-b908aa8efa82 Location: http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:24,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:24 GMT Server: Apache x-openstack-request-id: req-6d624652-f3a9-4465-8423-419598f7be78 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 530 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "552d06ea3d92432fa4045f4e5a27a020", "volume_type_name": "CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-volume-type", "OS::stack_id": "9c71db8b-acfd-49fa-a2b8-09e7b1753551", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack", "volume_name": "CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack", "stack_user_project_id": "bbd08c659a4247178b0532538ddf4988", "tags": null, "creation_time": "2018-10-04T15:27:17Z", "links": [{"href": "http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:27:23Z", "id": "9c71db8b-acfd-49fa-a2b8-09e7b1753551", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-04 15:27:24,245 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551 used request id req-6d624652-f3a9-4465-8423-419598f7be78 2018-10-04 15:27:24,246 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:27:24,246 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:27:27,249 - create_stack - DEBUG - Stack status query timeout in 1196.61735106 2018-10-04 15:27:27,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/9c71db8b-acfd-49fa-a2b8-09e7b1753551 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd6d4496be1cf1d2d7b9b01229a5114e1a61b69a" 2018-10-04 15:27:27,280 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:27 GMT Server: Apache x-openstack-request-id: req-4e61e22e-f47a-47f1-9a63-0cdb54eae1a7 Location: http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:27,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:27 GMT Server: Apache x-openstack-request-id: req-a609e2f1-67a1-43a4-8d9c-a3336e9812cb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 534 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "552d06ea3d92432fa4045f4e5a27a020", "volume_type_name": "CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-volume-type", "OS::stack_id": "9c71db8b-acfd-49fa-a2b8-09e7b1753551", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack", "volume_name": "CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-volume"}, "deletion_time": "2018-10-04T15:27:27Z", "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack", "stack_user_project_id": "bbd08c659a4247178b0532538ddf4988", "tags": null, "creation_time": "2018-10-04T15:27:17Z", "links": [{"href": "http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-04T15:27:23Z", "id": "9c71db8b-acfd-49fa-a2b8-09e7b1753551", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-04 15:27:27,305 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551 used request id req-a609e2f1-67a1-43a4-8d9c-a3336e9812cb 2018-10-04 15:27:27,305 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-04 15:27:27,306 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack 2018-10-04 15:27:27,306 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack 2018-10-04 15:27:27,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/9c71db8b-acfd-49fa-a2b8-09e7b1753551 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd6d4496be1cf1d2d7b9b01229a5114e1a61b69a" 2018-10-04 15:27:27,488 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:27 GMT Server: Apache x-openstack-request-id: req-ef94e654-cbd5-4bd8-aceb-9234ada3d8a3 Location: http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:27,514 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:27:27 GMT Server: Apache x-openstack-request-id: req-60b14133-6756-49f3-afe7-7d1cbb8e7c9b Content-Length: 277 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-04 15:27:27,514 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/552d06ea3d92432fa4045f4e5a27a020/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ef766fc-55fc-4ac1-8d25-90b6d294bdce-stack/9c71db8b-acfd-49fa-a2b8-09e7b1753551 used request id req-60b14133-6756-49f3-afe7-7d1cbb8e7c9b 2018-10-04 15:27:27,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d35bdf6ec0a7ff8c2a1d2fddba99e07c6b30e0c" 2018-10-04 15:27:27,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-8dbd65b9-969e-47e9-8597-e11c24a5c2ec Date: Thu, 04 Oct 2018 15:27:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:27:27,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-8dbd65b9-969e-47e9-8597-e11c24a5c2ec 2018-10-04 15:27:27,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d35bdf6ec0a7ff8c2a1d2fddba99e07c6b30e0c" 2018-10-04 15:27:27,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc565681-c8fb-4819-9d03-d0383755fe96 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:27:27,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-dc565681-c8fb-4819-9d03-d0383755fe96 2018-10-04 15:27:27,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d35bdf6ec0a7ff8c2a1d2fddba99e07c6b30e0c" 2018-10-04 15:27:27,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f14f8d3-0eba-4b77-b1a5-c3cf170b5bef Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:27:27,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-8f14f8d3-0eba-4b77-b1a5-c3cf170b5bef 2018-10-04 15:27:27,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d35bdf6ec0a7ff8c2a1d2fddba99e07c6b30e0c" 2018-10-04 15:27:27,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c34b8d2a-79d5-4ca9-a26a-6ca0ff111292 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:27:27,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-c34b8d2a-79d5-4ca9-a26a-6ca0ff111292 2018-10-04 15:27:27,999 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-9e1cb92a-13b1-4de-proj 2018-10-04 15:27:28,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/552d06ea3d92432fa4045f4e5a27a020 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d35bdf6ec0a7ff8c2a1d2fddba99e07c6b30e0c" 2018-10-04 15:27:28,242 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:27:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0825b640-dcdd-4661-bba4-252700ee168f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:27:28,242 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/552d06ea3d92432fa4045f4e5a27a020 used request id req-0825b640-dcdd-4661-bba4-252700ee168f 2018-10-04 15:27:28,243 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-9e1cb92a-13b1-4de-proj-role 2018-10-04 15:27:28,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/8605cc6ac83f4aee8c1a83140dd55360 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d35bdf6ec0a7ff8c2a1d2fddba99e07c6b30e0c" 2018-10-04 15:27:28,346 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:27:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2a9fa48-8e3c-4632-8a94-a8c5a75905b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:27:28,346 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/8605cc6ac83f4aee8c1a83140dd55360 used request id req-f2a9fa48-8e3c-4632-8a94-a8c5a75905b8 2018-10-04 15:27:28,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d35bdf6ec0a7ff8c2a1d2fddba99e07c6b30e0c" 2018-10-04 15:27:28,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ef7e92c-0dff-4cec-9faa-afaaf1d1aaa1 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:27:28,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5ef7e92c-0dff-4cec-9faa-afaaf1d1aaa1 2018-10-04 15:27:28,444 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-9e1cb92a-13b1-4de-user 2018-10-04 15:27:28,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/828975fb26ce4765baedb8a9eafdb4e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffad0cf3627f5587af115342b1a9b7f20fd28a08" 2018-10-04 15:27:28,622 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:27:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87064321-c2dd-4082-948a-a1f8d5da2189 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:27:28,622 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/828975fb26ce4765baedb8a9eafdb4e1 used request id req-87064321-c2dd-4082-948a-a1f8d5da2189 2018-10-04 15:27:28,623 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:27:29,000 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:27:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["mrHnnGGcT1yi4LrWenM0TA"], "issued_at": "2018-10-04T15:27:28.000000Z"}} 2018-10-04 15:27:29,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aebff8973b30bb942ea9d88f1b83be03658cca91" 2018-10-04 15:27:29,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca3dc1df-59fc-49c9-a223-3e1689922247 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:27:29,088 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ca3dc1df-59fc-49c9-a223-3e1689922247 2018-10-04 15:27:29,089 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:27:29,090 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:27:29,483 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:27:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["RgI7J8HzRZO6QE3HFVJgbg"], "issued_at": "2018-10-04T15:27:29.000000Z"}} 2018-10-04 15:27:29,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db47180bdbc6a712b7ab3c92f1ebaddac4a7948" 2018-10-04 15:27:29,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67df1cb4-37e8-47d4-87d5-3582a5bb2b44 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:27:29,563 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-67df1cb4-37e8-47d4-87d5-3582a5bb2b44 2018-10-04 15:27:29,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:27:29,573 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:27:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:27:29,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-07ff0c8d-82e5-457-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db47180bdbc6a712b7ab3c92f1ebaddac4a7948" 2018-10-04 15:27:29,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaaca5c7-31f5-401c-9270-98e0df92e3ed Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-07ff0c8d-82e5-457-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:27:29,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-07ff0c8d-82e5-457-proj used request id req-eaaca5c7-31f5-401c-9270-98e0df92e3ed 2018-10-04 15:27:29,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db47180bdbc6a712b7ab3c92f1ebaddac4a7948" 2018-10-04 15:27:29,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e4167af-5f5c-475a-9600-82203c258c9f Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:27:29,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-6e4167af-5f5c-475a-9600-82203c258c9f 2018-10-04 15:27:29,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db47180bdbc6a712b7ab3c92f1ebaddac4a7948" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackVolumeTests-07ff0c8d-82e5-457-proj"}}' 2018-10-04 15:27:29,880 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:27:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5e1aea7-981e-40e0-8e18-a3570eb840e5 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/5d0c9516e6574d69ba3caaf8e7f85367"}, "enabled": true, "id": "5d0c9516e6574d69ba3caaf8e7f85367", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-07ff0c8d-82e5-457-proj"}} 2018-10-04 15:27:29,881 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-a5e1aea7-981e-40e0-8e18-a3570eb840e5 2018-10-04 15:27:29,881 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-07ff0c8d-82e5-457-proj 2018-10-04 15:27:29,881 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:27:29,882 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:27:30,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:27:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["Kf68eoOgQxiZHvJDRGi2TA"], "issued_at": "2018-10-04T15:27:30.000000Z"}} 2018-10-04 15:27:30,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d579f6758bf142521e413bc8040d564cbf13f693" 2018-10-04 15:27:30,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fe43e45-c359-4bd2-9436-8e7478a47535 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:27:30,350 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3fe43e45-c359-4bd2-9436-8e7478a47535 2018-10-04 15:27:30,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:27:30,360 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:27:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:27:30,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d579f6758bf142521e413bc8040d564cbf13f693" 2018-10-04 15:27:30,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c163112d-e725-48bd-a137-e2aee9f2d58a Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:27:30,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c163112d-e725-48bd-a137-e2aee9f2d58a 2018-10-04 15:27:30,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackVolumeTests-07ff0c8d-82e5-457-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d579f6758bf142521e413bc8040d564cbf13f693" 2018-10-04 15:27:30,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-518466ee-91d9-4279-8d8c-4a2a2a26889e Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackVolumeTests-07ff0c8d-82e5-457-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/5d0c9516e6574d69ba3caaf8e7f85367"}, "enabled": true, "id": "5d0c9516e6574d69ba3caaf8e7f85367", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-07ff0c8d-82e5-457-proj"}]} 2018-10-04 15:27:30,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackVolumeTests-07ff0c8d-82e5-457-proj used request id req-518466ee-91d9-4279-8d8c-4a2a2a26889e 2018-10-04 15:27:30,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d579f6758bf142521e413bc8040d564cbf13f693" 2018-10-04 15:27:30,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac6d84e1-6aa4-4e52-81b9-f9267acb1910 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:27:30,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-ac6d84e1-6aa4-4e52-81b9-f9267acb1910 2018-10-04 15:27:31,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d579f6758bf142521e413bc8040d564cbf13f693" 2018-10-04 15:27:31,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b41f456e-af46-44e7-a689-871d0e572d11 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:27:31,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b41f456e-af46-44e7-a689-871d0e572d11 2018-10-04 15:27:31,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackVolumeTests-07ff0c8d-82e5-457-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d579f6758bf142521e413bc8040d564cbf13f693" 2018-10-04 15:27:31,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c34e9b7-6301-4ac9-b9dc-d6f71c44c710 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackVolumeTests-07ff0c8d-82e5-457-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/5d0c9516e6574d69ba3caaf8e7f85367"}, "enabled": true, "id": "5d0c9516e6574d69ba3caaf8e7f85367", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-07ff0c8d-82e5-457-proj"}]} 2018-10-04 15:27:31,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackVolumeTests-07ff0c8d-82e5-457-proj used request id req-5c34e9b7-6301-4ac9-b9dc-d6f71c44c710 2018-10-04 15:27:31,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/dd18f01ca2dc4dbf94364642e3346e75 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d579f6758bf142521e413bc8040d564cbf13f693" 2018-10-04 15:27:31,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-274b664e-9d88-405a-b8cf-c9716caa1ef8 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackVolumeTests-07ff0c8d-82e5-457-user", "links": {"self": "http://172.30.9.23:5000/v3/users/dd18f01ca2dc4dbf94364642e3346e75"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "5d0c9516e6574d69ba3caaf8e7f85367", "id": "dd18f01ca2dc4dbf94364642e3346e75", "password_expires_at": null}} 2018-10-04 15:27:31,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/dd18f01ca2dc4dbf94364642e3346e75 used request id req-274b664e-9d88-405a-b8cf-c9716caa1ef8 2018-10-04 15:27:31,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/5d0c9516e6574d69ba3caaf8e7f85367/users/dd18f01ca2dc4dbf94364642e3346e75/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d579f6758bf142521e413bc8040d564cbf13f693" 2018-10-04 15:27:31,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-508df1bd-bdeb-4b69-a07c-851ce5d1ab77 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/5d0c9516e6574d69ba3caaf8e7f85367/users/dd18f01ca2dc4dbf94364642e3346e75/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 15:27:31,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/5d0c9516e6574d69ba3caaf8e7f85367/users/dd18f01ca2dc4dbf94364642e3346e75/roles used request id req-508df1bd-bdeb-4b69-a07c-851ce5d1ab77 2018-10-04 15:27:31,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d579f6758bf142521e413bc8040d564cbf13f693" 2018-10-04 15:27:31,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d85ddd7-a443-4791-b53f-c80bbe027108 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "domain_id": null, "name": "admin", "id": "649d50d4e38f4048899913e0d7e41071"}} 2018-10-04 15:27:31,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071 used request id req-5d85ddd7-a443-4791-b53f-c80bbe027108 2018-10-04 15:27:31,435 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-07ff0c8d-82e5-457-proj 2018-10-04 15:27:31,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/5d0c9516e6574d69ba3caaf8e7f85367/users/dd18f01ca2dc4dbf94364642e3346e75/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d579f6758bf142521e413bc8040d564cbf13f693" 2018-10-04 15:27:31,569 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:27:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eef8f72b-f637-4ec9-ba2e-8aa555670cbc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:27:31,569 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/5d0c9516e6574d69ba3caaf8e7f85367/users/dd18f01ca2dc4dbf94364642e3346e75/roles/649d50d4e38f4048899913e0d7e41071 used request id req-eef8f72b-f637-4ec9-ba2e-8aa555670cbc 2018-10-04 15:27:31,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d579f6758bf142521e413bc8040d564cbf13f693" 2018-10-04 15:27:31,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f5a9331-12ca-419d-9966-942feac67b88 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:27:31,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8f5a9331-12ca-419d-9966-942feac67b88 2018-10-04 15:27:31,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackVolumeTests-07ff0c8d-82e5-457-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d579f6758bf142521e413bc8040d564cbf13f693" 2018-10-04 15:27:31,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e5f3c96-b4bb-42c5-89e8-c318bbda46e5 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackVolumeTests-07ff0c8d-82e5-457-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/5d0c9516e6574d69ba3caaf8e7f85367"}, "enabled": true, "id": "5d0c9516e6574d69ba3caaf8e7f85367", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-07ff0c8d-82e5-457-proj"}]} 2018-10-04 15:27:31,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackVolumeTests-07ff0c8d-82e5-457-proj used request id req-3e5f3c96-b4bb-42c5-89e8-c318bbda46e5 2018-10-04 15:27:31,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/5d0c9516e6574d69ba3caaf8e7f85367/users/dd18f01ca2dc4dbf94364642e3346e75/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d579f6758bf142521e413bc8040d564cbf13f693" 2018-10-04 15:27:31,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4837c050-1c71-4645-8d10-30311560bf04 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/5d0c9516e6574d69ba3caaf8e7f85367/users/dd18f01ca2dc4dbf94364642e3346e75/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}]} 2018-10-04 15:27:31,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/5d0c9516e6574d69ba3caaf8e7f85367/users/dd18f01ca2dc4dbf94364642e3346e75/roles used request id req-4837c050-1c71-4645-8d10-30311560bf04 2018-10-04 15:27:31,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d579f6758bf142521e413bc8040d564cbf13f693" 2018-10-04 15:27:31,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7be6bf3f-602e-4c01-8ba1-77c1d3b7cdbc Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "domain_id": null, "name": "heat_stack_owner", "id": "aa60aa92e6004a9babfb6641bde48b31"}} 2018-10-04 15:27:31,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-7be6bf3f-602e-4c01-8ba1-77c1d3b7cdbc 2018-10-04 15:27:31,946 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-07ff0c8d-82e5-457-proj 2018-10-04 15:27:31,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/5d0c9516e6574d69ba3caaf8e7f85367/users/dd18f01ca2dc4dbf94364642e3346e75/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d579f6758bf142521e413bc8040d564cbf13f693" 2018-10-04 15:27:32,074 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:27:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99ac53d9-0c18-4614-8ab8-6795a75b0d63 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:27:32,075 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/5d0c9516e6574d69ba3caaf8e7f85367/users/dd18f01ca2dc4dbf94364642e3346e75/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-99ac53d9-0c18-4614-8ab8-6795a75b0d63 2018-10-04 15:27:32,075 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-07ff0c8d-82e5-457-user 2018-10-04 15:27:32,075 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:27:32,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db47180bdbc6a712b7ab3c92f1ebaddac4a7948" 2018-10-04 15:27:32,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0046054-329c-4c9d-9fbd-f22d4a763466 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:27:32,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c0046054-329c-4c9d-9fbd-f22d4a763466 2018-10-04 15:27:32,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db47180bdbc6a712b7ab3c92f1ebaddac4a7948" -d '{"role": {"name": "CreateStackVolumeTests-07ff0c8d-82e5-457-proj-role"}}' 2018-10-04 15:27:32,269 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:27:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-488f05dd-15f1-4c22-8735-a7368ff58b85 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6a3b66173d2844b29439047efaf99579", "links": {"self": "http://172.30.9.23:5000/v3/roles/6a3b66173d2844b29439047efaf99579"}, "name": "CreateStackVolumeTests-07ff0c8d-82e5-457-proj-role"}} 2018-10-04 15:27:32,269 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-488f05dd-15f1-4c22-8735-a7368ff58b85 2018-10-04 15:27:32,270 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-07ff0c8d-82e5-457-proj-role 2018-10-04 15:27:32,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/6a3b66173d2844b29439047efaf99579 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db47180bdbc6a712b7ab3c92f1ebaddac4a7948" 2018-10-04 15:27:32,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96777418-51ed-4741-9d96-9fe5de61bff1 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/6a3b66173d2844b29439047efaf99579"}, "domain_id": null, "name": "CreateStackVolumeTests-07ff0c8d-82e5-457-proj-role", "id": "6a3b66173d2844b29439047efaf99579"}} 2018-10-04 15:27:32,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/6a3b66173d2844b29439047efaf99579 used request id req-96777418-51ed-4741-9d96-9fe5de61bff1 2018-10-04 15:27:32,359 - keystone_utils - INFO - Granting role CreateStackVolumeTests-07ff0c8d-82e5-457-proj-role to project CreateStackVolumeTests-07ff0c8d-82e5-457-proj 2018-10-04 15:27:32,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/5d0c9516e6574d69ba3caaf8e7f85367/users/dd18f01ca2dc4dbf94364642e3346e75/roles/6a3b66173d2844b29439047efaf99579 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db47180bdbc6a712b7ab3c92f1ebaddac4a7948" 2018-10-04 15:27:32,488 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:27:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-073ff7ec-a0b2-4e06-91e6-7c95dd7a099d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:27:32,488 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/5d0c9516e6574d69ba3caaf8e7f85367/users/dd18f01ca2dc4dbf94364642e3346e75/roles/6a3b66173d2844b29439047efaf99579 used request id req-073ff7ec-a0b2-4e06-91e6-7c95dd7a099d 2018-10-04 15:27:32,489 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:27:32,489 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:27:32,490 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:27:32,865 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6a3b66173d2844b29439047efaf99579", "name": "CreateStackVolumeTests-07ff0c8d-82e5-457-proj-role"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:27:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5d0c9516e6574d69ba3caaf8e7f85367", "name": "CreateStackVolumeTests-07ff0c8d-82e5-457-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/5d0c9516e6574d69ba3caaf8e7f85367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/5d0c9516e6574d69ba3caaf8e7f85367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/5d0c9516e6574d69ba3caaf8e7f85367", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/5d0c9516e6574d69ba3caaf8e7f85367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/5d0c9516e6574d69ba3caaf8e7f85367", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/5d0c9516e6574d69ba3caaf8e7f85367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5d0c9516e6574d69ba3caaf8e7f85367", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/5d0c9516e6574d69ba3caaf8e7f85367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/5d0c9516e6574d69ba3caaf8e7f85367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-07ff0c8d-82e5-457-user", "id": "dd18f01ca2dc4dbf94364642e3346e75"}, "audit_ids": ["GXLFFwCcRXe3zuyCTvDhYA"], "issued_at": "2018-10-04T15:27:32.000000Z"}} 2018-10-04 15:27:32,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cc5dd6abe9d790104ae754fc9a097b5dbb8f97" 2018-10-04 15:27:32,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d606e79d-d745-48ff-8565-fe03184c08d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:27:32,929 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d606e79d-d745-48ff-8565-fe03184c08d5 2018-10-04 15:27:32,931 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:27:32,934 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:27:32,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cc5dd6abe9d790104ae754fc9a097b5dbb8f97" 2018-10-04 15:27:33,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:32 GMT Server: Apache x-openstack-request-id: req-f03b9e6a-0de7-408e-934f-714e46636898 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-04 15:27:33,115 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack used request id req-f03b9e6a-0de7-408e-934f-714e46636898 2018-10-04 15:27:33,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cc5dd6abe9d790104ae754fc9a097b5dbb8f97" -d '{"stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single volume with encryption", "parameters": {"volume_type_name": {"default": "test-vol-type-name", "type": "string", "description": "The name of the volume type", "label": "Volume Type name"}, "volume_name": {"default": "test-vol-name", "type": "string", "description": "The name of the volume", "label": "Volume name"}}, "resources": {"volume": {"type": "OS::Cinder::Volume", "properties": {"name": {"get_param": "volume_name"}, "volume_type": {"get_resource": "volume_type"}, "size": 1}}, "volume_type": {"type": "OS::Cinder::VolumeType", "properties": {"name": {"get_param": "volume_type_name"}}}}}, "parameters": {"volume_type_name": "CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-volume-type", "volume_name": "CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-volume"}}' 2018-10-04 15:27:34,658 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:27:33 GMT Server: Apache x-openstack-request-id: req-1fadc823-a83c-42e6-8b3a-ca315e160fc5 Location: http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead Content-Length: 289 Content-Type: application/json RESP BODY: {"stack": {"id": "bd7ae9da-3446-4acc-9fde-919739e85ead", "links": [{"href": "http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead", "rel": "self"}]}} 2018-10-04 15:27:34,658 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks used request id req-1fadc823-a83c-42e6-8b3a-ca315e160fc5 2018-10-04 15:27:34,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/bd7ae9da-3446-4acc-9fde-919739e85ead -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cc5dd6abe9d790104ae754fc9a097b5dbb8f97" 2018-10-04 15:27:34,862 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:34 GMT Server: Apache x-openstack-request-id: req-1b8c4925-7b78-4edc-82a4-4f9e2f0e2e93 Location: http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:34,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:34 GMT Server: Apache x-openstack-request-id: req-8bcbe217-43c7-46cb-aee6-4ef370e583a0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 530 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "5d0c9516e6574d69ba3caaf8e7f85367", "volume_type_name": "CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-volume-type", "OS::stack_id": "bd7ae9da-3446-4acc-9fde-919739e85ead", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack", "volume_name": "CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack", "stack_user_project_id": "837cd7b95e3c4d01a8188516e6fec2dc", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:27:34Z", "links": [{"href": "http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "bd7ae9da-3446-4acc-9fde-919739e85ead", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-04 15:27:34,904 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead used request id req-8bcbe217-43c7-46cb-aee6-4ef370e583a0 2018-10-04 15:27:34,905 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack 2018-10-04 15:27:34,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/bd7ae9da-3446-4acc-9fde-919739e85ead -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cc5dd6abe9d790104ae754fc9a097b5dbb8f97" 2018-10-04 15:27:34,937 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:34 GMT Server: Apache x-openstack-request-id: req-24d7b461-3bac-46c4-ad96-d5b325f03a13 Location: http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:35,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:34 GMT Server: Apache x-openstack-request-id: req-24396317-6760-4fec-8596-c4b6f0edf989 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 530 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "5d0c9516e6574d69ba3caaf8e7f85367", "volume_type_name": "CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-volume-type", "OS::stack_id": "bd7ae9da-3446-4acc-9fde-919739e85ead", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack", "volume_name": "CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack", "stack_user_project_id": "837cd7b95e3c4d01a8188516e6fec2dc", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:27:34Z", "links": [{"href": "http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "bd7ae9da-3446-4acc-9fde-919739e85ead", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-04 15:27:35,122 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead used request id req-24396317-6760-4fec-8596-c4b6f0edf989 2018-10-04 15:27:35,123 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:27:35,123 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:27:38,126 - create_stack - DEBUG - Stack status query timeout in 1196.7791481 2018-10-04 15:27:38,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/bd7ae9da-3446-4acc-9fde-919739e85ead -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cc5dd6abe9d790104ae754fc9a097b5dbb8f97" 2018-10-04 15:27:38,326 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:38 GMT Server: Apache x-openstack-request-id: req-d6e9dbb3-7a6d-4267-80de-3d4bec132167 Location: http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:38,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:38 GMT Server: Apache x-openstack-request-id: req-52cdd4ed-b63d-42a6-87d5-f6e630b15009 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 536 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "5d0c9516e6574d69ba3caaf8e7f85367", "volume_type_name": "CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-volume-type", "OS::stack_id": "bd7ae9da-3446-4acc-9fde-919739e85ead", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack", "volume_name": "CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack", "stack_user_project_id": "837cd7b95e3c4d01a8188516e6fec2dc", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:27:34Z", "links": [{"href": "http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "bd7ae9da-3446-4acc-9fde-919739e85ead", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-04 15:27:38,508 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead used request id req-52cdd4ed-b63d-42a6-87d5-f6e630b15009 2018-10-04 15:27:38,508 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-04 15:27:38,509 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack 2018-10-04 15:27:38,509 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack 2018-10-04 15:27:38,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/bd7ae9da-3446-4acc-9fde-919739e85ead/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cc5dd6abe9d790104ae754fc9a097b5dbb8f97" 2018-10-04 15:27:38,538 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:38 GMT Server: Apache x-openstack-request-id: req-ae5ae905-9949-4f7a-9791-06834e4a504a Location: http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead/resources Content-Length: 547 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:38,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:38 GMT Server: Apache x-openstack-request-id: req-30dbac00-7107-4985-8534-76fd8a03f178 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 445 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "volume", "links": [{"href": "http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead/resources/volume", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead", "rel": "stack"}], "logical_resource_id": "volume", "creation_time": "2018-10-04T15:27:34Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:27:34Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "8654fe5e-5f5d-4f26-adf9-9c7e96337c07", "resource_type": "OS::Cinder::Volume"}, {"resource_name": "volume_type", "links": [{"href": "http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead/resources/volume_type", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead", "rel": "stack"}], "logical_resource_id": "volume_type", "creation_time": "2018-10-04T15:27:34Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:27:34Z", "required_by": ["volume"], "resource_status_reason": "state changed", "physical_resource_id": "17ff4de1-ff70-4646-859c-c3d8d7d0bdc6", "resource_type": "OS::Cinder::VolumeType"}]} 2018-10-04 15:27:38,734 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead/resources used request id req-30dbac00-7107-4985-8534-76fd8a03f178 2018-10-04 15:27:38,737 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/5d0c9516e6574d69ba3caaf8e7f85367/types/17ff4de1-ff70-4646-859c-c3d8d7d0bdc6 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cc5dd6abe9d790104ae754fc9a097b5dbb8f97" 2018-10-04 15:27:38,902 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:38 GMT Server: Apache x-compute-request-id: req-f1ea4d6b-33a5-497f-a5a8-2f41da7964d1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f1ea4d6b-33a5-497f-a5a8-2f41da7964d1 Content-Encoding: gzip Content-Length: 202 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "17ff4de1-ff70-4646-859c-c3d8d7d0bdc6", "description": null}} 2018-10-04 15:27:38,902 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/5d0c9516e6574d69ba3caaf8e7f85367/types/17ff4de1-ff70-4646-859c-c3d8d7d0bdc6 used request id req-f1ea4d6b-33a5-497f-a5a8-2f41da7964d1 2018-10-04 15:27:38,905 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/5d0c9516e6574d69ba3caaf8e7f85367/types/17ff4de1-ff70-4646-859c-c3d8d7d0bdc6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1ea4d6b-33a5-497f-a5a8-2f41da7964d1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cc5dd6abe9d790104ae754fc9a097b5dbb8f97" 2018-10-04 15:27:39,066 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:38 GMT Server: Apache x-compute-request-id: req-8aad5d79-694c-41a9-a7b7-958518faebc7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8aad5d79-694c-41a9-a7b7-958518faebc7 Content-Encoding: gzip Content-Length: 202 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "17ff4de1-ff70-4646-859c-c3d8d7d0bdc6", "description": null}} 2018-10-04 15:27:39,066 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/5d0c9516e6574d69ba3caaf8e7f85367/types/17ff4de1-ff70-4646-859c-c3d8d7d0bdc6 used request id req-8aad5d79-694c-41a9-a7b7-958518faebc7 2018-10-04 15:27:39,069 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/5d0c9516e6574d69ba3caaf8e7f85367/types/17ff4de1-ff70-4646-859c-c3d8d7d0bdc6/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1ea4d6b-33a5-497f-a5a8-2f41da7964d1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cc5dd6abe9d790104ae754fc9a097b5dbb8f97" 2018-10-04 15:27:39,248 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:39 GMT Server: Apache x-compute-request-id: req-8940ef7a-2017-47b4-9f53-fb9a872cca05 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8940ef7a-2017-47b4-9f53-fb9a872cca05 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-04 15:27:39,248 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/5d0c9516e6574d69ba3caaf8e7f85367/types/17ff4de1-ff70-4646-859c-c3d8d7d0bdc6/encryption used request id req-8940ef7a-2017-47b4-9f53-fb9a872cca05 2018-10-04 15:27:39,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:27:39,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:27:39,636 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6a3b66173d2844b29439047efaf99579", "name": "CreateStackVolumeTests-07ff0c8d-82e5-457-proj-role"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:27:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5d0c9516e6574d69ba3caaf8e7f85367", "name": "CreateStackVolumeTests-07ff0c8d-82e5-457-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/5d0c9516e6574d69ba3caaf8e7f85367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/5d0c9516e6574d69ba3caaf8e7f85367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/5d0c9516e6574d69ba3caaf8e7f85367", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/5d0c9516e6574d69ba3caaf8e7f85367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/5d0c9516e6574d69ba3caaf8e7f85367", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/5d0c9516e6574d69ba3caaf8e7f85367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5d0c9516e6574d69ba3caaf8e7f85367", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/5d0c9516e6574d69ba3caaf8e7f85367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/5d0c9516e6574d69ba3caaf8e7f85367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-07ff0c8d-82e5-457-user", "id": "dd18f01ca2dc4dbf94364642e3346e75"}, "audit_ids": ["sdaONf5nQXyL0edM1rOoZQ"], "issued_at": "2018-10-04T15:27:39.000000Z"}} 2018-10-04 15:27:39,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c82f0fe37aaed556f633ea77f2abb8caa635eba" 2018-10-04 15:27:39,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a4c64f5-11fc-45b0-a24a-29dee6224c28 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:27:39,649 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2a4c64f5-11fc-45b0-a24a-29dee6224c28 2018-10-04 15:27:39,655 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/5d0c9516e6574d69ba3caaf8e7f85367/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c82f0fe37aaed556f633ea77f2abb8caa635eba" 2018-10-04 15:27:39,916 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:39 GMT Server: Apache x-compute-request-id: req-152f1dd9-f363-4afb-8025-225458410dcc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-152f1dd9-f363-4afb-8025-225458410dcc Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "17ff4de1-ff70-4646-859c-c3d8d7d0bdc6", "description": null}]} 2018-10-04 15:27:39,916 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/5d0c9516e6574d69ba3caaf8e7f85367/types?is_public=None used request id req-152f1dd9-f363-4afb-8025-225458410dcc 2018-10-04 15:27:39,919 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/5d0c9516e6574d69ba3caaf8e7f85367/types/17ff4de1-ff70-4646-859c-c3d8d7d0bdc6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-152f1dd9-f363-4afb-8025-225458410dcc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c82f0fe37aaed556f633ea77f2abb8caa635eba" 2018-10-04 15:27:40,083 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:39 GMT Server: Apache x-compute-request-id: req-243fefb0-dd5d-4c52-b4f5-7e5d10930e58 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-243fefb0-dd5d-4c52-b4f5-7e5d10930e58 Content-Encoding: gzip Content-Length: 202 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "17ff4de1-ff70-4646-859c-c3d8d7d0bdc6", "description": null}} 2018-10-04 15:27:40,083 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/5d0c9516e6574d69ba3caaf8e7f85367/types/17ff4de1-ff70-4646-859c-c3d8d7d0bdc6 used request id req-243fefb0-dd5d-4c52-b4f5-7e5d10930e58 2018-10-04 15:27:40,086 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/5d0c9516e6574d69ba3caaf8e7f85367/types/17ff4de1-ff70-4646-859c-c3d8d7d0bdc6/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-152f1dd9-f363-4afb-8025-225458410dcc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c82f0fe37aaed556f633ea77f2abb8caa635eba" 2018-10-04 15:27:40,262 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:40 GMT Server: Apache x-compute-request-id: req-f9504a38-df51-4772-a61d-04652c754416 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f9504a38-df51-4772-a61d-04652c754416 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-04 15:27:40,262 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/5d0c9516e6574d69ba3caaf8e7f85367/types/17ff4de1-ff70-4646-859c-c3d8d7d0bdc6/encryption used request id req-f9504a38-df51-4772-a61d-04652c754416 2018-10-04 15:27:40,263 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack 2018-10-04 15:27:40,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/bd7ae9da-3446-4acc-9fde-919739e85ead -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cc5dd6abe9d790104ae754fc9a097b5dbb8f97" 2018-10-04 15:27:40,292 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:40 GMT Server: Apache x-openstack-request-id: req-d0ae13e3-90be-4ce3-a0ab-209fdd5e8867 Location: http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:40,333 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:27:40 GMT Server: Apache x-openstack-request-id: req-0056fa9f-3f47-44e2-b42c-4cbfd3606f94 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:27:40,333 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead used request id req-0056fa9f-3f47-44e2-b42c-4cbfd3606f94 2018-10-04 15:27:40,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/bd7ae9da-3446-4acc-9fde-919739e85ead -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cc5dd6abe9d790104ae754fc9a097b5dbb8f97" 2018-10-04 15:27:40,519 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:40 GMT Server: Apache x-openstack-request-id: req-d122d70f-57b2-4035-ad84-45c6e150625b Location: http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:40,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:40 GMT Server: Apache x-openstack-request-id: req-27068529-dacb-4073-9bdc-237a8438bf16 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 529 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "5d0c9516e6574d69ba3caaf8e7f85367", "volume_type_name": "CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-volume-type", "OS::stack_id": "bd7ae9da-3446-4acc-9fde-919739e85ead", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack", "volume_name": "CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack", "stack_user_project_id": "837cd7b95e3c4d01a8188516e6fec2dc", "tags": null, "creation_time": "2018-10-04T15:27:34Z", "links": [{"href": "http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:27:40Z", "id": "bd7ae9da-3446-4acc-9fde-919739e85ead", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-04 15:27:40,697 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead used request id req-27068529-dacb-4073-9bdc-237a8438bf16 2018-10-04 15:27:40,698 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:27:40,698 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:27:43,701 - create_stack - DEBUG - Stack status query timeout in 1196.6324501 2018-10-04 15:27:43,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/bd7ae9da-3446-4acc-9fde-919739e85ead -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cc5dd6abe9d790104ae754fc9a097b5dbb8f97" 2018-10-04 15:27:43,731 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:43 GMT Server: Apache x-openstack-request-id: req-92589ed8-05ec-43b5-8320-598cb87b408b Location: http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:43,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:43 GMT Server: Apache x-openstack-request-id: req-52558c48-3e13-492c-ba3b-9e92c59137ca Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 533 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "5d0c9516e6574d69ba3caaf8e7f85367", "volume_type_name": "CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-volume-type", "OS::stack_id": "bd7ae9da-3446-4acc-9fde-919739e85ead", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack", "volume_name": "CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-volume"}, "deletion_time": "2018-10-04T15:27:43Z", "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack", "stack_user_project_id": "837cd7b95e3c4d01a8188516e6fec2dc", "tags": null, "creation_time": "2018-10-04T15:27:34Z", "links": [{"href": "http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-04T15:27:40Z", "id": "bd7ae9da-3446-4acc-9fde-919739e85ead", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-04 15:27:43,922 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead used request id req-52558c48-3e13-492c-ba3b-9e92c59137ca 2018-10-04 15:27:43,923 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-04 15:27:43,923 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack 2018-10-04 15:27:43,923 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack 2018-10-04 15:27:43,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/bd7ae9da-3446-4acc-9fde-919739e85ead -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cc5dd6abe9d790104ae754fc9a097b5dbb8f97" 2018-10-04 15:27:43,953 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:43 GMT Server: Apache x-openstack-request-id: req-b3221df8-9d22-4d9d-af55-654e892c9f0e Location: http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:44,143 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:27:43 GMT Server: Apache x-openstack-request-id: req-6237407d-837a-4cf7-8937-83d82218baff Content-Length: 277 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-04 15:27:44,144 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/5d0c9516e6574d69ba3caaf8e7f85367/stacks/CreateStackVolumeTests-CreateStackVolumeTests-0ded1db0-9654-41c8-b870-3a99dd5d863a-stack/bd7ae9da-3446-4acc-9fde-919739e85ead used request id req-6237407d-837a-4cf7-8937-83d82218baff 2018-10-04 15:27:44,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db47180bdbc6a712b7ab3c92f1ebaddac4a7948" 2018-10-04 15:27:44,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-12034170-05b6-4bec-9059-6efcaffeebd3 Date: Thu, 04 Oct 2018 15:27:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:27:44,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-12034170-05b6-4bec-9059-6efcaffeebd3 2018-10-04 15:27:44,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db47180bdbc6a712b7ab3c92f1ebaddac4a7948" 2018-10-04 15:27:44,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-190bedaf-8a6a-4414-bd11-b187db16bc28 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:27:44,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-190bedaf-8a6a-4414-bd11-b187db16bc28 2018-10-04 15:27:44,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db47180bdbc6a712b7ab3c92f1ebaddac4a7948" 2018-10-04 15:27:44,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5fc4401-2026-4a1e-84f4-31cc10455e1d Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:27:44,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-a5fc4401-2026-4a1e-84f4-31cc10455e1d 2018-10-04 15:27:44,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db47180bdbc6a712b7ab3c92f1ebaddac4a7948" 2018-10-04 15:27:44,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be7f7329-4f9b-4fd8-b9fd-ca76714bc28f Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:27:44,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-be7f7329-4f9b-4fd8-b9fd-ca76714bc28f 2018-10-04 15:27:44,625 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-07ff0c8d-82e5-457-proj 2018-10-04 15:27:44,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/5d0c9516e6574d69ba3caaf8e7f85367 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db47180bdbc6a712b7ab3c92f1ebaddac4a7948" 2018-10-04 15:27:44,880 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:27:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8560a60c-b9ee-46a2-b270-17337861163f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:27:44,881 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/5d0c9516e6574d69ba3caaf8e7f85367 used request id req-8560a60c-b9ee-46a2-b270-17337861163f 2018-10-04 15:27:44,881 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-07ff0c8d-82e5-457-proj-role 2018-10-04 15:27:44,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/6a3b66173d2844b29439047efaf99579 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db47180bdbc6a712b7ab3c92f1ebaddac4a7948" 2018-10-04 15:27:44,987 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:27:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e93dac27-27df-4aa2-98a2-761461c1f96b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:27:44,987 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/6a3b66173d2844b29439047efaf99579 used request id req-e93dac27-27df-4aa2-98a2-761461c1f96b 2018-10-04 15:27:44,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db47180bdbc6a712b7ab3c92f1ebaddac4a7948" 2018-10-04 15:27:45,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73493757-66af-46d2-906f-968e932ae195 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:27:45,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-73493757-66af-46d2-906f-968e932ae195 2018-10-04 15:27:45,079 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-07ff0c8d-82e5-457-user 2018-10-04 15:27:45,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/dd18f01ca2dc4dbf94364642e3346e75 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d579f6758bf142521e413bc8040d564cbf13f693" 2018-10-04 15:27:45,285 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:27:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6d9587b-96e8-47a0-90ad-d604f8ba0bd1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:27:45,285 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/dd18f01ca2dc4dbf94364642e3346e75 used request id req-d6d9587b-96e8-47a0-90ad-d604f8ba0bd1 2018-10-04 15:27:45,287 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:27:45,671 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:27:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["PAclb4HrSm-w6BoWWIliIg"], "issued_at": "2018-10-04T15:27:45.000000Z"}} 2018-10-04 15:27:45,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c91552cbfe80b213f9c2d0528d0e9d45259ed00c" 2018-10-04 15:27:45,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f446084a-0a00-49ee-9a68-9b956d69d7e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:27:45,756 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f446084a-0a00-49ee-9a68-9b956d69d7e3 2018-10-04 15:27:45,757 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:27:45,758 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:27:46,146 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:27:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["hYpvBmEVRQuf4uUVInIi5g"], "issued_at": "2018-10-04T15:27:46.000000Z"}} 2018-10-04 15:27:46,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044dac36c4766f90d65e50ba95e4b829346deb39" 2018-10-04 15:27:46,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c77ebad6-a649-48c4-a1c1-dcce6c7030c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:27:46,233 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c77ebad6-a649-48c4-a1c1-dcce6c7030c3 2018-10-04 15:27:46,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:27:46,243 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:27:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:27:46,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044dac36c4766f90d65e50ba95e4b829346deb39" 2018-10-04 15:27:46,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da139b4d-07b3-4b1d-b78d-ebf540b65e8c Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:27:46,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj used request id req-da139b4d-07b3-4b1d-b78d-ebf540b65e8c 2018-10-04 15:27:46,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044dac36c4766f90d65e50ba95e4b829346deb39" 2018-10-04 15:27:46,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3035a6c5-d710-45de-a557-4d6bdfa5757e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:27:46,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-3035a6c5-d710-45de-a557-4d6bdfa5757e 2018-10-04 15:27:46,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044dac36c4766f90d65e50ba95e4b829346deb39" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj"}}' 2018-10-04 15:27:46,530 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:27:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-efbe0d71-0b90-40ff-bb78-838e15e9e8c3 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/00de62f8db254f0a8be315a89993e406"}, "enabled": true, "id": "00de62f8db254f0a8be315a89993e406", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj"}} 2018-10-04 15:27:46,530 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-efbe0d71-0b90-40ff-bb78-838e15e9e8c3 2018-10-04 15:27:46,530 - keystone_utils - INFO - Created project with name - CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj 2018-10-04 15:27:46,531 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:27:46,531 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:27:46,917 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:27:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["FNU45YI9TCSO0o8m7dz4wQ"], "issued_at": "2018-10-04T15:27:46.000000Z"}} 2018-10-04 15:27:46,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}890eb2d6a59003f0b1bf5f275fcb186eca046060" 2018-10-04 15:27:47,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cff5b8a8-b45e-4189-aad4-20a65c106b95 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:27:47,008 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cff5b8a8-b45e-4189-aad4-20a65c106b95 2018-10-04 15:27:47,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:27:47,018 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:27:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:27:47,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}890eb2d6a59003f0b1bf5f275fcb186eca046060" 2018-10-04 15:27:47,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61cc9b9f-6c26-42b4-b0fb-2e2764de259e Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:27:47,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-61cc9b9f-6c26-42b4-b0fb-2e2764de259e 2018-10-04 15:27:47,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}890eb2d6a59003f0b1bf5f275fcb186eca046060" 2018-10-04 15:27:47,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5aef86d0-c184-4cca-b705-0fdbe07a30e2 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/00de62f8db254f0a8be315a89993e406"}, "enabled": true, "id": "00de62f8db254f0a8be315a89993e406", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj"}]} 2018-10-04 15:27:47,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj used request id req-5aef86d0-c184-4cca-b705-0fdbe07a30e2 2018-10-04 15:27:47,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}890eb2d6a59003f0b1bf5f275fcb186eca046060" 2018-10-04 15:27:47,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0412795a-490e-4ea7-a844-b7d8304248fa Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:27:47,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-0412795a-490e-4ea7-a844-b7d8304248fa 2018-10-04 15:27:47,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}890eb2d6a59003f0b1bf5f275fcb186eca046060" 2018-10-04 15:27:47,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5ab6b11-81cd-4ead-bafa-ae1ab5ac065c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:27:47,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d5ab6b11-81cd-4ead-bafa-ae1ab5ac065c 2018-10-04 15:27:47,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}890eb2d6a59003f0b1bf5f275fcb186eca046060" 2018-10-04 15:27:47,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01c06457-858f-4e30-93b8-393e105f8bed Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/00de62f8db254f0a8be315a89993e406"}, "enabled": true, "id": "00de62f8db254f0a8be315a89993e406", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj"}]} 2018-10-04 15:27:47,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj used request id req-01c06457-858f-4e30-93b8-393e105f8bed 2018-10-04 15:27:47,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/3e1dd112edc648e2abeb2c2199ffe71b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}890eb2d6a59003f0b1bf5f275fcb186eca046060" 2018-10-04 15:27:47,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3882f04c-d95b-4f0d-9dcd-f3ea14870be9 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFlavorTests-ecf18b8f-2ded-4cb-user", "links": {"self": "http://172.30.9.23:5000/v3/users/3e1dd112edc648e2abeb2c2199ffe71b"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "00de62f8db254f0a8be315a89993e406", "id": "3e1dd112edc648e2abeb2c2199ffe71b", "password_expires_at": null}} 2018-10-04 15:27:47,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/3e1dd112edc648e2abeb2c2199ffe71b used request id req-3882f04c-d95b-4f0d-9dcd-f3ea14870be9 2018-10-04 15:27:47,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/00de62f8db254f0a8be315a89993e406/users/3e1dd112edc648e2abeb2c2199ffe71b/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}890eb2d6a59003f0b1bf5f275fcb186eca046060" 2018-10-04 15:27:48,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faa6f5fb-89e6-4e47-831d-8e3b8723ce48 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/00de62f8db254f0a8be315a89993e406/users/3e1dd112edc648e2abeb2c2199ffe71b/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 15:27:48,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/00de62f8db254f0a8be315a89993e406/users/3e1dd112edc648e2abeb2c2199ffe71b/roles used request id req-faa6f5fb-89e6-4e47-831d-8e3b8723ce48 2018-10-04 15:27:48,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}890eb2d6a59003f0b1bf5f275fcb186eca046060" 2018-10-04 15:27:48,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37ed7be5-f4f1-4ab6-8e4d-3fd21fe28b54 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "domain_id": null, "name": "admin", "id": "649d50d4e38f4048899913e0d7e41071"}} 2018-10-04 15:27:48,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071 used request id req-37ed7be5-f4f1-4ab6-8e4d-3fd21fe28b54 2018-10-04 15:27:48,090 - keystone_utils - INFO - Granting role admin to project CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj 2018-10-04 15:27:48,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/00de62f8db254f0a8be315a89993e406/users/3e1dd112edc648e2abeb2c2199ffe71b/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}890eb2d6a59003f0b1bf5f275fcb186eca046060" 2018-10-04 15:27:48,218 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:27:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b638ea2-79bb-4538-9a56-22b2198114b5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:27:48,218 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/00de62f8db254f0a8be315a89993e406/users/3e1dd112edc648e2abeb2c2199ffe71b/roles/649d50d4e38f4048899913e0d7e41071 used request id req-1b638ea2-79bb-4538-9a56-22b2198114b5 2018-10-04 15:27:48,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}890eb2d6a59003f0b1bf5f275fcb186eca046060" 2018-10-04 15:27:48,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac767469-fe44-4b44-a081-68002107b75c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:27:48,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ac767469-fe44-4b44-a081-68002107b75c 2018-10-04 15:27:48,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}890eb2d6a59003f0b1bf5f275fcb186eca046060" 2018-10-04 15:27:48,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1539a2ba-e25c-43b5-85fa-5ebc81beeacd Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/00de62f8db254f0a8be315a89993e406"}, "enabled": true, "id": "00de62f8db254f0a8be315a89993e406", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj"}]} 2018-10-04 15:27:48,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj used request id req-1539a2ba-e25c-43b5-85fa-5ebc81beeacd 2018-10-04 15:27:48,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/00de62f8db254f0a8be315a89993e406/users/3e1dd112edc648e2abeb2c2199ffe71b/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}890eb2d6a59003f0b1bf5f275fcb186eca046060" 2018-10-04 15:27:48,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1ee5cfb-8e08-4075-89d8-5c3aa88ae763 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/00de62f8db254f0a8be315a89993e406/users/3e1dd112edc648e2abeb2c2199ffe71b/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}]} 2018-10-04 15:27:48,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/00de62f8db254f0a8be315a89993e406/users/3e1dd112edc648e2abeb2c2199ffe71b/roles used request id req-d1ee5cfb-8e08-4075-89d8-5c3aa88ae763 2018-10-04 15:27:48,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}890eb2d6a59003f0b1bf5f275fcb186eca046060" 2018-10-04 15:27:48,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcc8f345-4496-4caf-9c3c-262f66cbedd4 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "domain_id": null, "name": "heat_stack_owner", "id": "aa60aa92e6004a9babfb6641bde48b31"}} 2018-10-04 15:27:48,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-fcc8f345-4496-4caf-9c3c-262f66cbedd4 2018-10-04 15:27:48,597 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj 2018-10-04 15:27:48,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/00de62f8db254f0a8be315a89993e406/users/3e1dd112edc648e2abeb2c2199ffe71b/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}890eb2d6a59003f0b1bf5f275fcb186eca046060" 2018-10-04 15:27:48,718 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:27:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b60bc5a-efac-4160-8b39-fb97dbbfcbac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:27:48,718 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/00de62f8db254f0a8be315a89993e406/users/3e1dd112edc648e2abeb2c2199ffe71b/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-3b60bc5a-efac-4160-8b39-fb97dbbfcbac 2018-10-04 15:27:48,719 - keystone_utils - INFO - Created user with name - CreateStackFlavorTests-ecf18b8f-2ded-4cb-user 2018-10-04 15:27:48,719 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:27:48,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044dac36c4766f90d65e50ba95e4b829346deb39" 2018-10-04 15:27:48,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7334940f-1d93-4e79-a621-4c2a3e269a8b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:27:48,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7334940f-1d93-4e79-a621-4c2a3e269a8b 2018-10-04 15:27:48,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044dac36c4766f90d65e50ba95e4b829346deb39" -d '{"role": {"name": "CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj-role"}}' 2018-10-04 15:27:48,933 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:27:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7090c42-e434-4fc4-bee4-1f6e6f711a4a Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "31f5e56428b74d12991c94e90562bdb2", "links": {"self": "http://172.30.9.23:5000/v3/roles/31f5e56428b74d12991c94e90562bdb2"}, "name": "CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj-role"}} 2018-10-04 15:27:48,933 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-e7090c42-e434-4fc4-bee4-1f6e6f711a4a 2018-10-04 15:27:48,934 - keystone_utils - INFO - Created role with name - CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj-role 2018-10-04 15:27:48,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/31f5e56428b74d12991c94e90562bdb2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044dac36c4766f90d65e50ba95e4b829346deb39" 2018-10-04 15:27:49,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2baf644c-866e-431f-8c7f-533243b7c33e Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/31f5e56428b74d12991c94e90562bdb2"}, "domain_id": null, "name": "CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj-role", "id": "31f5e56428b74d12991c94e90562bdb2"}} 2018-10-04 15:27:49,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/31f5e56428b74d12991c94e90562bdb2 used request id req-2baf644c-866e-431f-8c7f-533243b7c33e 2018-10-04 15:27:49,018 - keystone_utils - INFO - Granting role CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj-role to project CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj 2018-10-04 15:27:49,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/00de62f8db254f0a8be315a89993e406/users/3e1dd112edc648e2abeb2c2199ffe71b/roles/31f5e56428b74d12991c94e90562bdb2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044dac36c4766f90d65e50ba95e4b829346deb39" 2018-10-04 15:27:49,151 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:27:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6dadfe02-c607-4238-af8b-dd1ddf8d3424 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:27:49,152 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/00de62f8db254f0a8be315a89993e406/users/3e1dd112edc648e2abeb2c2199ffe71b/roles/31f5e56428b74d12991c94e90562bdb2 used request id req-6dadfe02-c607-4238-af8b-dd1ddf8d3424 2018-10-04 15:27:49,152 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:27:49,152 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:27:49,153 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:27:49,536 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "31f5e56428b74d12991c94e90562bdb2", "name": "CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj-role"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:27:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00de62f8db254f0a8be315a89993e406", "name": "CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/00de62f8db254f0a8be315a89993e406", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/00de62f8db254f0a8be315a89993e406", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/00de62f8db254f0a8be315a89993e406", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/00de62f8db254f0a8be315a89993e406", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/00de62f8db254f0a8be315a89993e406", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/00de62f8db254f0a8be315a89993e406", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/00de62f8db254f0a8be315a89993e406", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/00de62f8db254f0a8be315a89993e406", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/00de62f8db254f0a8be315a89993e406", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/00de62f8db254f0a8be315a89993e406", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/00de62f8db254f0a8be315a89993e406", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFlavorTests-ecf18b8f-2ded-4cb-user", "id": "3e1dd112edc648e2abeb2c2199ffe71b"}, "audit_ids": ["9ipBZaZvSN2vpPQGoJAoXQ"], "issued_at": "2018-10-04T15:27:49.000000Z"}} 2018-10-04 15:27:49,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5802ec39c0e0fa6fdd8cf1191512b1a8a1f6f8e4" 2018-10-04 15:27:49,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7af4c97-fe01-4a86-9ad7-99d5c4fbb7ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:27:49,618 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e7af4c97-fe01-4a86-9ad7-99d5c4fbb7ca 2018-10-04 15:27:49,620 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:27:49,623 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:27:49,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks?stack_name=CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5802ec39c0e0fa6fdd8cf1191512b1a8a1f6f8e4" 2018-10-04 15:27:49,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:49 GMT Server: Apache x-openstack-request-id: req-1dcf732e-75e9-4004-ad6d-59d18f4e157e Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-04 15:27:49,807 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks?stack_name=CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack used request id req-1dcf732e-75e9-4004-ad6d-59d18f4e157e 2018-10-04 15:27:49,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5802ec39c0e0fa6fdd8cf1191512b1a8a1f6f8e4" -d '{"stack_name": "CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single volume with encryption", "resources": {"flavor": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 8, "disk": 200, "ram": 1024}}}}}' 2018-10-04 15:27:51,352 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:27:49 GMT Server: Apache x-openstack-request-id: req-9c8e3322-1e14-4a8e-9081-378c1bdee2a2 Location: http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0 Content-Length: 266 Content-Type: application/json RESP BODY: {"stack": {"id": "31dab9c4-a164-4a65-975d-7092369b17a0", "links": [{"href": "http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0", "rel": "self"}]}} 2018-10-04 15:27:51,352 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks used request id req-9c8e3322-1e14-4a8e-9081-378c1bdee2a2 2018-10-04 15:27:51,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/31dab9c4-a164-4a65-975d-7092369b17a0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5802ec39c0e0fa6fdd8cf1191512b1a8a1f6f8e4" 2018-10-04 15:27:51,535 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:51 GMT Server: Apache x-openstack-request-id: req-8d285234-d046-436a-955f-aa656bf84d21 Location: http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:51,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:51 GMT Server: Apache x-openstack-request-id: req-b9c76c03-7978-46c0-851f-260a662855c7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "00de62f8db254f0a8be315a89993e406", "OS::stack_id": "31dab9c4-a164-4a65-975d-7092369b17a0", "OS::stack_name": "CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack", "stack_user_project_id": "b30eb3f4ba774b5da42c2fc1cf1ec151", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:27:50Z", "links": [{"href": "http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "31dab9c4-a164-4a65-975d-7092369b17a0", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-04 15:27:51,737 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0 used request id req-b9c76c03-7978-46c0-851f-260a662855c7 2018-10-04 15:27:51,738 - create_stack - INFO - Created stack with name - CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack 2018-10-04 15:27:51,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/31dab9c4-a164-4a65-975d-7092369b17a0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5802ec39c0e0fa6fdd8cf1191512b1a8a1f6f8e4" 2018-10-04 15:27:51,913 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:51 GMT Server: Apache x-openstack-request-id: req-e9b9e625-00aa-48b1-af42-196c23aafce8 Location: http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:52,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:51 GMT Server: Apache x-openstack-request-id: req-4bfa8aa9-0334-41b7-9d93-d152a9ef96f5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "00de62f8db254f0a8be315a89993e406", "OS::stack_id": "31dab9c4-a164-4a65-975d-7092369b17a0", "OS::stack_name": "CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack", "stack_user_project_id": "b30eb3f4ba774b5da42c2fc1cf1ec151", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:27:50Z", "links": [{"href": "http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "31dab9c4-a164-4a65-975d-7092369b17a0", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-04 15:27:52,107 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0 used request id req-4bfa8aa9-0334-41b7-9d93-d152a9ef96f5 2018-10-04 15:27:52,108 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-04 15:27:52,108 - create_stack - DEBUG - Stack is active with name - CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack 2018-10-04 15:27:52,108 - create_stack - INFO - Stack is now active with name - CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack 2018-10-04 15:27:52,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/31dab9c4-a164-4a65-975d-7092369b17a0/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5802ec39c0e0fa6fdd8cf1191512b1a8a1f6f8e4" 2018-10-04 15:27:52,285 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:52 GMT Server: Apache x-openstack-request-id: req-e7d995eb-f912-45e5-9a9f-68b0893ed098 Location: http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0/resources Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:52,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:52 GMT Server: Apache x-openstack-request-id: req-cdd409d4-95c2-42b0-8561-f84a2699bc65 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-10-04T15:27:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:27:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "7c74ebb7-e153-48a2-a432-213f8793a7f5", "resource_type": "OS::Nova::Flavor"}]} 2018-10-04 15:27:52,473 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0/resources used request id req-cdd409d4-95c2-42b0-8561-f84a2699bc65 2018-10-04 15:27:52,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/7c74ebb7-e153-48a2-a432-213f8793a7f5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5802ec39c0e0fa6fdd8cf1191512b1a8a1f6f8e4" 2018-10-04 15:27:52,500 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27: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-c704592c-9020-4fba-9ce1-9ce29ebb398d x-compute-request-id: req-c704592c-9020-4fba-9ce1-9ce29ebb398d Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7c74ebb7-e153-48a2-a432-213f8793a7f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7c74ebb7-e153-48a2-a432-213f8793a7f5", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "7c74ebb7-e153-48a2-a432-213f8793a7f5", "name": "CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack-flavor-m5ymkvr6gx2u", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:27:52,500 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/7c74ebb7-e153-48a2-a432-213f8793a7f5 used request id req-c704592c-9020-4fba-9ce1-9ce29ebb398d 2018-10-04 15:27:52,500 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:27:52,501 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:27:52,884 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "31f5e56428b74d12991c94e90562bdb2", "name": "CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj-role"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:27:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00de62f8db254f0a8be315a89993e406", "name": "CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/00de62f8db254f0a8be315a89993e406", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/00de62f8db254f0a8be315a89993e406", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/00de62f8db254f0a8be315a89993e406", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/00de62f8db254f0a8be315a89993e406", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/00de62f8db254f0a8be315a89993e406", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/00de62f8db254f0a8be315a89993e406", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/00de62f8db254f0a8be315a89993e406", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/00de62f8db254f0a8be315a89993e406", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/00de62f8db254f0a8be315a89993e406", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/00de62f8db254f0a8be315a89993e406", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/00de62f8db254f0a8be315a89993e406", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFlavorTests-ecf18b8f-2ded-4cb-user", "id": "3e1dd112edc648e2abeb2c2199ffe71b"}, "audit_ids": ["Ro_U-CKDTjO1dcfxAlSAAA"], "issued_at": "2018-10-04T15:27:52.000000Z"}} 2018-10-04 15:27:52,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a662cca52d6dcea83aa5922fbc19b48e14baff53" 2018-10-04 15:27:52,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7574a26c-4086-4898-ac76-a503a418897d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:27:52,972 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7574a26c-4086-4898-ac76-a503a418897d 2018-10-04 15:27:52,973 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:27:52,978 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a662cca52d6dcea83aa5922fbc19b48e14baff53" 2018-10-04 15:27:53,161 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27: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-060661f7-8b50-4f0f-8115-fe9fa5326227 x-compute-request-id: req-060661f7-8b50-4f0f-8115-fe9fa5326227 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7c74ebb7-e153-48a2-a432-213f8793a7f5", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7c74ebb7-e153-48a2-a432-213f8793a7f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7c74ebb7-e153-48a2-a432-213f8793a7f5", "rel": "bookmark"}], "name": "CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack-flavor-m5ymkvr6gx2u"}]} 2018-10-04 15:27:53,162 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-060661f7-8b50-4f0f-8115-fe9fa5326227 2018-10-04 15:27:53,165 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/7c74ebb7-e153-48a2-a432-213f8793a7f5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a662cca52d6dcea83aa5922fbc19b48e14baff53" 2018-10-04 15:27:53,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27: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-32ec6fc4-5c38-4a72-8ea4-48b847c898f3 x-compute-request-id: req-32ec6fc4-5c38-4a72-8ea4-48b847c898f3 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7c74ebb7-e153-48a2-a432-213f8793a7f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7c74ebb7-e153-48a2-a432-213f8793a7f5", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "7c74ebb7-e153-48a2-a432-213f8793a7f5", "name": "CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack-flavor-m5ymkvr6gx2u", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:27:53,189 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/7c74ebb7-e153-48a2-a432-213f8793a7f5 used request id req-32ec6fc4-5c38-4a72-8ea4-48b847c898f3 2018-10-04 15:27:53,189 - create_flavor - INFO - Found flavor with name - CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack-flavor-m5ymkvr6gx2u 2018-10-04 15:27:53,189 - create_stack - INFO - Deleting stack - CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack 2018-10-04 15:27:53,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/31dab9c4-a164-4a65-975d-7092369b17a0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5802ec39c0e0fa6fdd8cf1191512b1a8a1f6f8e4" 2018-10-04 15:27:53,361 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:53 GMT Server: Apache x-openstack-request-id: req-46d2bf09-4f07-4b89-be4f-e835c77f26a5 Location: http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:53,559 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:27:53 GMT Server: Apache x-openstack-request-id: req-6e60ea67-e8d6-448e-b221-e4bba27da742 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:27:53,560 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0 used request id req-6e60ea67-e8d6-448e-b221-e4bba27da742 2018-10-04 15:27:53,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/31dab9c4-a164-4a65-975d-7092369b17a0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5802ec39c0e0fa6fdd8cf1191512b1a8a1f6f8e4" 2018-10-04 15:27:53,754 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:53 GMT Server: Apache x-openstack-request-id: req-aade205b-cf57-4a14-9220-b4be0c2c0534 Location: http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:53,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:53 GMT Server: Apache x-openstack-request-id: req-abd41beb-d833-4e12-accc-a488919eb519 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 503 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "00de62f8db254f0a8be315a89993e406", "OS::stack_id": "31dab9c4-a164-4a65-975d-7092369b17a0", "OS::stack_name": "CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack", "stack_user_project_id": "b30eb3f4ba774b5da42c2fc1cf1ec151", "tags": null, "creation_time": "2018-10-04T15:27:50Z", "links": [{"href": "http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:27:53Z", "id": "31dab9c4-a164-4a65-975d-7092369b17a0", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-04 15:27:53,780 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0 used request id req-abd41beb-d833-4e12-accc-a488919eb519 2018-10-04 15:27:53,780 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:27:53,780 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:27:56,784 - create_stack - DEBUG - Stack status query timeout in 1196.77637911 2018-10-04 15:27:56,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/31dab9c4-a164-4a65-975d-7092369b17a0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5802ec39c0e0fa6fdd8cf1191512b1a8a1f6f8e4" 2018-10-04 15:27:56,816 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:56 GMT Server: Apache x-openstack-request-id: req-70e2867d-d849-411f-93d6-6648e158e6dd Location: http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:56,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:56 GMT Server: Apache x-openstack-request-id: req-6b7b2645-db81-4579-84df-c4748ee3c0e3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 508 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "00de62f8db254f0a8be315a89993e406", "OS::stack_id": "31dab9c4-a164-4a65-975d-7092369b17a0", "OS::stack_name": "CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack"}, "deletion_time": "2018-10-04T15:27:54Z", "stack_name": "CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack", "stack_user_project_id": "b30eb3f4ba774b5da42c2fc1cf1ec151", "tags": null, "creation_time": "2018-10-04T15:27:50Z", "links": [{"href": "http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-04T15:27:53Z", "id": "31dab9c4-a164-4a65-975d-7092369b17a0", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-04 15:27:56,861 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0 used request id req-6b7b2645-db81-4579-84df-c4748ee3c0e3 2018-10-04 15:27:56,861 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-04 15:27:56,861 - create_stack - DEBUG - Stack is active with name - CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack 2018-10-04 15:27:56,862 - create_stack - INFO - Attempting to delete again stack - CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack 2018-10-04 15:27:56,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/31dab9c4-a164-4a65-975d-7092369b17a0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5802ec39c0e0fa6fdd8cf1191512b1a8a1f6f8e4" 2018-10-04 15:27:57,059 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:27:56 GMT Server: Apache x-openstack-request-id: req-be6d0695-c5d9-4990-ad25-ac549cdbcfd1 Location: http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:27:57,084 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:27:57 GMT Server: Apache x-openstack-request-id: req-58a30ada-2bc7-4481-8999-903e92f6c071 Content-Length: 254 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-04 15:27:57,084 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/00de62f8db254f0a8be315a89993e406/stacks/CreateStackFlavorTests-4262144b-f9a3-4bda-901e-d072de97fa32-stack/31dab9c4-a164-4a65-975d-7092369b17a0 used request id req-58a30ada-2bc7-4481-8999-903e92f6c071 2018-10-04 15:27:57,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044dac36c4766f90d65e50ba95e4b829346deb39" 2018-10-04 15:27:57,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-375fa518-758e-4e82-b3fe-5758ce0d78ec Date: Thu, 04 Oct 2018 15:27:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:27:57,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-375fa518-758e-4e82-b3fe-5758ce0d78ec 2018-10-04 15:27:57,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044dac36c4766f90d65e50ba95e4b829346deb39" 2018-10-04 15:27:57,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9cea804-be54-461b-9aad-751993225a5e Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:27:57,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-a9cea804-be54-461b-9aad-751993225a5e 2018-10-04 15:27:57,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044dac36c4766f90d65e50ba95e4b829346deb39" 2018-10-04 15:27:57,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57a45fcf-50f7-4e97-a641-0ce007a0c360 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:27:57,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-57a45fcf-50f7-4e97-a641-0ce007a0c360 2018-10-04 15:27:57,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044dac36c4766f90d65e50ba95e4b829346deb39" 2018-10-04 15:27:57,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dccc8d5-e4fa-4fd4-bce8-87814e067e2b Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:27:57,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-5dccc8d5-e4fa-4fd4-bce8-87814e067e2b 2018-10-04 15:27:57,667 - keystone_utils - INFO - Deleting project with name - CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj 2018-10-04 15:27:57,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/00de62f8db254f0a8be315a89993e406 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044dac36c4766f90d65e50ba95e4b829346deb39" 2018-10-04 15:27:57,901 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:27:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0df9ba00-1b69-4ba5-9a5c-4a4474ed56dc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:27:57,901 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/00de62f8db254f0a8be315a89993e406 used request id req-0df9ba00-1b69-4ba5-9a5c-4a4474ed56dc 2018-10-04 15:27:57,901 - keystone_utils - INFO - Deleting role with name - CreateStackFlavorTests-ecf18b8f-2ded-4cb-proj-role 2018-10-04 15:27:57,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/31f5e56428b74d12991c94e90562bdb2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044dac36c4766f90d65e50ba95e4b829346deb39" 2018-10-04 15:27:58,017 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:27:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82ad62cb-c01c-481b-b63e-f30df5beffb1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:27:58,017 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/31f5e56428b74d12991c94e90562bdb2 used request id req-82ad62cb-c01c-481b-b63e-f30df5beffb1 2018-10-04 15:27:58,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044dac36c4766f90d65e50ba95e4b829346deb39" 2018-10-04 15:27:58,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2984db25-0c20-4323-a234-ce865532f1e9 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:27:58,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-2984db25-0c20-4323-a234-ce865532f1e9 2018-10-04 15:27:58,109 - keystone_utils - INFO - Deleting user with name - CreateStackFlavorTests-ecf18b8f-2ded-4cb-user 2018-10-04 15:27:58,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/3e1dd112edc648e2abeb2c2199ffe71b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}890eb2d6a59003f0b1bf5f275fcb186eca046060" 2018-10-04 15:27:58,273 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:27:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98f55e38-2868-408b-a94f-e62314630e8d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:27:58,273 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/3e1dd112edc648e2abeb2c2199ffe71b used request id req-98f55e38-2868-408b-a94f-e62314630e8d 2018-10-04 15:27:58,274 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:27:58,661 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:27:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["llDk3RDARnGB4QitNKPWlA"], "issued_at": "2018-10-04T15:27:58.000000Z"}} 2018-10-04 15:27:58,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96510a165d97af7c1d9b1e9d8e0bb616873be689" 2018-10-04 15:27:58,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e2f0d89-86d5-4494-951a-2e8f4571dc7e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:27:58,748 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3e2f0d89-86d5-4494-951a-2e8f4571dc7e 2018-10-04 15:27:58,750 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:27:58,751 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:27:59,130 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:27:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["hTXjr3aAQYm4PGqq-Yxc6A"], "issued_at": "2018-10-04T15:27:59.000000Z"}} 2018-10-04 15:27:59,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc4944b60ec2d8659490120828310d8e7baaa71" 2018-10-04 15:27:59,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b31c541-adc1-4807-90ae-e04018f3eefb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:27:59,214 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5b31c541-adc1-4807-90ae-e04018f3eefb 2018-10-04 15:27:59,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:27:59,224 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:27:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:27:59,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-8d357a44-31e2-496-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc4944b60ec2d8659490120828310d8e7baaa71" 2018-10-04 15:27:59,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b6f1ac1-9c69-4cbe-9719-934be83e8645 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-8d357a44-31e2-496-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:27:59,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-8d357a44-31e2-496-proj used request id req-7b6f1ac1-9c69-4cbe-9719-934be83e8645 2018-10-04 15:27:59,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc4944b60ec2d8659490120828310d8e7baaa71" 2018-10-04 15:27:59,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52938b9e-61db-4026-a444-924f5d355f80 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:27:59,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-52938b9e-61db-4026-a444-924f5d355f80 2018-10-04 15:27:59,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc4944b60ec2d8659490120828310d8e7baaa71" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackKeypairTests-8d357a44-31e2-496-proj"}}' 2018-10-04 15:27:59,461 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:27:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d63a60a-3de8-4a59-8193-e625d12f8ab3 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/1e98d6c23a6843489ae231afc42be217"}, "enabled": true, "id": "1e98d6c23a6843489ae231afc42be217", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-8d357a44-31e2-496-proj"}} 2018-10-04 15:27:59,461 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-1d63a60a-3de8-4a59-8193-e625d12f8ab3 2018-10-04 15:27:59,461 - keystone_utils - INFO - Created project with name - CreateStackKeypairTests-8d357a44-31e2-496-proj 2018-10-04 15:27:59,462 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:27:59,462 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:27:59,835 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:27:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["jN4eBpRDTZKb5nu04ER-TQ"], "issued_at": "2018-10-04T15:27:59.000000Z"}} 2018-10-04 15:27:59,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a22a2f27bccd40cc3123c13d29909df76644796c" 2018-10-04 15:27:59,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e348c537-6c6f-4081-9946-d7ed06ee8275 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:27:59,925 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e348c537-6c6f-4081-9946-d7ed06ee8275 2018-10-04 15:27:59,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:27:59,935 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:27:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:27:59,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a22a2f27bccd40cc3123c13d29909df76644796c" 2018-10-04 15:28:00,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d24ce8a-ae5b-4679-9b6f-2a6d1a9eb395 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:28:00,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0d24ce8a-ae5b-4679-9b6f-2a6d1a9eb395 2018-10-04 15:28:00,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackKeypairTests-8d357a44-31e2-496-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a22a2f27bccd40cc3123c13d29909df76644796c" 2018-10-04 15:28:00,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0212fde9-ed4c-4f21-b5e1-4ab492102882 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackKeypairTests-8d357a44-31e2-496-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/1e98d6c23a6843489ae231afc42be217"}, "enabled": true, "id": "1e98d6c23a6843489ae231afc42be217", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-8d357a44-31e2-496-proj"}]} 2018-10-04 15:28:00,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackKeypairTests-8d357a44-31e2-496-proj used request id req-0212fde9-ed4c-4f21-b5e1-4ab492102882 2018-10-04 15:28:00,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a22a2f27bccd40cc3123c13d29909df76644796c" 2018-10-04 15:28:00,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-536b088c-d24b-4ec6-8fbd-6b1de903b4e8 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:28:00,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-536b088c-d24b-4ec6-8fbd-6b1de903b4e8 2018-10-04 15:28:00,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a22a2f27bccd40cc3123c13d29909df76644796c" 2018-10-04 15:28:00,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b701ae94-6922-499d-aecb-c3e6a0fe2192 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:28:00,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b701ae94-6922-499d-aecb-c3e6a0fe2192 2018-10-04 15:28:00,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackKeypairTests-8d357a44-31e2-496-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a22a2f27bccd40cc3123c13d29909df76644796c" 2018-10-04 15:28:00,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29042d97-0e17-4b3d-8d87-c1c603a78ad3 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackKeypairTests-8d357a44-31e2-496-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/1e98d6c23a6843489ae231afc42be217"}, "enabled": true, "id": "1e98d6c23a6843489ae231afc42be217", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-8d357a44-31e2-496-proj"}]} 2018-10-04 15:28:00,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackKeypairTests-8d357a44-31e2-496-proj used request id req-29042d97-0e17-4b3d-8d87-c1c603a78ad3 2018-10-04 15:28:00,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/8a1344a18758405cb150c07ad1e5a625 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a22a2f27bccd40cc3123c13d29909df76644796c" 2018-10-04 15:28:00,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12ae4c3c-36f7-49f9-9a48-2130ebe77eff Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackKeypairTests-8d357a44-31e2-496-user", "links": {"self": "http://172.30.9.23:5000/v3/users/8a1344a18758405cb150c07ad1e5a625"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "1e98d6c23a6843489ae231afc42be217", "id": "8a1344a18758405cb150c07ad1e5a625", "password_expires_at": null}} 2018-10-04 15:28:00,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/8a1344a18758405cb150c07ad1e5a625 used request id req-12ae4c3c-36f7-49f9-9a48-2130ebe77eff 2018-10-04 15:28:00,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/1e98d6c23a6843489ae231afc42be217/users/8a1344a18758405cb150c07ad1e5a625/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a22a2f27bccd40cc3123c13d29909df76644796c" 2018-10-04 15:28:00,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ada1cdc7-ec81-4060-97a3-0ffc4d79b2b3 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/1e98d6c23a6843489ae231afc42be217/users/8a1344a18758405cb150c07ad1e5a625/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 15:28:00,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/1e98d6c23a6843489ae231afc42be217/users/8a1344a18758405cb150c07ad1e5a625/roles used request id req-ada1cdc7-ec81-4060-97a3-0ffc4d79b2b3 2018-10-04 15:28:00,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a22a2f27bccd40cc3123c13d29909df76644796c" 2018-10-04 15:28:01,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64a85e72-c685-48b4-b8c6-426c0abdc792 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "domain_id": null, "name": "heat_stack_owner", "id": "aa60aa92e6004a9babfb6641bde48b31"}} 2018-10-04 15:28:01,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-64a85e72-c685-48b4-b8c6-426c0abdc792 2018-10-04 15:28:01,050 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackKeypairTests-8d357a44-31e2-496-proj 2018-10-04 15:28:01,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/1e98d6c23a6843489ae231afc42be217/users/8a1344a18758405cb150c07ad1e5a625/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a22a2f27bccd40cc3123c13d29909df76644796c" 2018-10-04 15:28:01,110 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:28:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b7a60f9-b289-46f7-9e6e-fce51ce9fe80 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:28:01,110 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/1e98d6c23a6843489ae231afc42be217/users/8a1344a18758405cb150c07ad1e5a625/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-2b7a60f9-b289-46f7-9e6e-fce51ce9fe80 2018-10-04 15:28:01,110 - keystone_utils - INFO - Created user with name - CreateStackKeypairTests-8d357a44-31e2-496-user 2018-10-04 15:28:01,110 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:28:01,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc4944b60ec2d8659490120828310d8e7baaa71" 2018-10-04 15:28:01,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd5c4179-2ed2-4eaf-9aa2-54437059eee7 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:28:01,199 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-dd5c4179-2ed2-4eaf-9aa2-54437059eee7 2018-10-04 15:28:01,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc4944b60ec2d8659490120828310d8e7baaa71" -d '{"role": {"name": "CreateStackKeypairTests-8d357a44-31e2-496-proj-role"}}' 2018-10-04 15:28:01,305 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:28:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1dac8d4-678a-483a-881e-5db9916aa3e6 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d731da786f1946c1bdba2d8995e95460", "links": {"self": "http://172.30.9.23:5000/v3/roles/d731da786f1946c1bdba2d8995e95460"}, "name": "CreateStackKeypairTests-8d357a44-31e2-496-proj-role"}} 2018-10-04 15:28:01,305 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-f1dac8d4-678a-483a-881e-5db9916aa3e6 2018-10-04 15:28:01,305 - keystone_utils - INFO - Created role with name - CreateStackKeypairTests-8d357a44-31e2-496-proj-role 2018-10-04 15:28:01,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/d731da786f1946c1bdba2d8995e95460 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc4944b60ec2d8659490120828310d8e7baaa71" 2018-10-04 15:28:01,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13a40649-cf45-438e-8d94-116e6d0bc5ca Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/d731da786f1946c1bdba2d8995e95460"}, "domain_id": null, "name": "CreateStackKeypairTests-8d357a44-31e2-496-proj-role", "id": "d731da786f1946c1bdba2d8995e95460"}} 2018-10-04 15:28:01,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/d731da786f1946c1bdba2d8995e95460 used request id req-13a40649-cf45-438e-8d94-116e6d0bc5ca 2018-10-04 15:28:01,389 - keystone_utils - INFO - Granting role CreateStackKeypairTests-8d357a44-31e2-496-proj-role to project CreateStackKeypairTests-8d357a44-31e2-496-proj 2018-10-04 15:28:01,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/1e98d6c23a6843489ae231afc42be217/users/8a1344a18758405cb150c07ad1e5a625/roles/d731da786f1946c1bdba2d8995e95460 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc4944b60ec2d8659490120828310d8e7baaa71" 2018-10-04 15:28:01,523 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:28:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0836f091-b7cf-4ee4-b6ee-d921e0360682 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:28:01,523 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/1e98d6c23a6843489ae231afc42be217/users/8a1344a18758405cb150c07ad1e5a625/roles/d731da786f1946c1bdba2d8995e95460 used request id req-0836f091-b7cf-4ee4-b6ee-d921e0360682 2018-10-04 15:28:01,524 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:28:01,524 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:28:01,525 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:28:01,527 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:28:01,906 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d731da786f1946c1bdba2d8995e95460", "name": "CreateStackKeypairTests-8d357a44-31e2-496-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:28:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e98d6c23a6843489ae231afc42be217", "name": "CreateStackKeypairTests-8d357a44-31e2-496-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/1e98d6c23a6843489ae231afc42be217", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/1e98d6c23a6843489ae231afc42be217", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/1e98d6c23a6843489ae231afc42be217", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1e98d6c23a6843489ae231afc42be217", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/1e98d6c23a6843489ae231afc42be217", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/1e98d6c23a6843489ae231afc42be217", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/1e98d6c23a6843489ae231afc42be217", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/1e98d6c23a6843489ae231afc42be217", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1e98d6c23a6843489ae231afc42be217", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/1e98d6c23a6843489ae231afc42be217", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/1e98d6c23a6843489ae231afc42be217", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-8d357a44-31e2-496-user", "id": "8a1344a18758405cb150c07ad1e5a625"}, "audit_ids": ["LHOUGfpOSRqv1xdSbu6cZg"], "issued_at": "2018-10-04T15:28:01.000000Z"}} 2018-10-04 15:28:01,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23eba63653bb8c3669b6d98ce39a36005e4a1330" 2018-10-04 15:28:01,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58a145c0-2382-4c5c-84c9-b4ba6e9f12f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:28:01,966 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-58a145c0-2382-4c5c-84c9-b4ba6e9f12f5 2018-10-04 15:28:01,968 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:28:01,970 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:28:01,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks?stack_name=CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23eba63653bb8c3669b6d98ce39a36005e4a1330" 2018-10-04 15:28:02,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:01 GMT Server: Apache x-openstack-request-id: req-82e888a0-34bd-49d4-8da9-74d74eff2dd1 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-04 15:28:02,223 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks?stack_name=CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack used request id req-82e888a0-34bd-49d4-8da9-74d74eff2dd1 2018-10-04 15:28:02,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23eba63653bb8c3669b6d98ce39a36005e4a1330" -d '{"stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack", "template": {"outputs": {"private_key": {"description": "SSH Private Key", "value": {"get_attr": ["keypair", "private_key"]}}}, "heat_template_version": "2015-04-30", "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"keypair_name": {"default": "keypair_name", "type": "string", "description": "The name of the stack's keypair", "label": "Keypair name"}}, "resources": {"keypair": {"type": "OS::Nova::KeyPair", "properties": {"name": {"get_param": "keypair_name"}, "save_private_key": true}}}}, "parameters": {"keypair_name": "CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-kp"}}' 2018-10-04 15:28:03,821 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:28:02 GMT Server: Apache x-openstack-request-id: req-9b50d3ae-3469-422d-bd11-49a6a8b1924f Location: http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "ac4b9000-9cda-4c59-8782-3c00c2cd6edd", "links": [{"href": "http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd", "rel": "self"}]}} 2018-10-04 15:28:03,821 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks used request id req-9b50d3ae-3469-422d-bd11-49a6a8b1924f 2018-10-04 15:28:03,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/ac4b9000-9cda-4c59-8782-3c00c2cd6edd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23eba63653bb8c3669b6d98ce39a36005e4a1330" 2018-10-04 15:28:04,001 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:28:03 GMT Server: Apache x-openstack-request-id: req-09722d8c-569f-4580-8ccc-c98b4a9e07c2 Location: http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:28:04,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:04 GMT Server: Apache x-openstack-request-id: req-89a30e9e-a8ac-4ecc-9a87-b7d0b43f722b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 565 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "1e98d6c23a6843489ae231afc42be217", "OS::stack_id": "ac4b9000-9cda-4c59-8782-3c00c2cd6edd", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack", "keypair_name": "CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack", "stack_user_project_id": "432a7924730a44879583a080b70120ba", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:28:03Z", "links": [{"href": "http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ac4b9000-9cda-4c59-8782-3c00c2cd6edd", "outputs": [{"output_value": "", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-10-04 15:28:04,193 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd used request id req-89a30e9e-a8ac-4ecc-9a87-b7d0b43f722b 2018-10-04 15:28:04,193 - create_stack - INFO - Created stack with name - CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack 2018-10-04 15:28:04,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/ac4b9000-9cda-4c59-8782-3c00c2cd6edd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23eba63653bb8c3669b6d98ce39a36005e4a1330" 2018-10-04 15:28:04,374 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:28:04 GMT Server: Apache x-openstack-request-id: req-6a20958f-96d8-463a-a4ae-30756fd72378 Location: http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:28:04,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:04 GMT Server: Apache x-openstack-request-id: req-4ebd8500-043d-4431-98e7-4eda528925a1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1915 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "1e98d6c23a6843489ae231afc42be217", "OS::stack_id": "ac4b9000-9cda-4c59-8782-3c00c2cd6edd", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack", "keypair_name": "CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack", "stack_user_project_id": "432a7924730a44879583a080b70120ba", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:28:03Z", "links": [{"href": "http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ac4b9000-9cda-4c59-8782-3c00c2cd6edd", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAuXbfHGE6240D6vitI/L8m/FS6GGmJeGXMxewapovJXZSTE+T\nh58yPfMT+4X/Y17A0uG9az6J1LgnsFonX/1RJfR/Y6fB/8bOLxG3jTfegdf4TKqL\nMcsKs/Gz6RpQywItiPn/OU2E1UOfT9EkatCYxM+XD9twU1X6xQ7oxMImGeGlalWF\nT5B3vZg5IJcmf0ntguq28J9RJdftxPVBZw0uJllwqDzAreXBdsaqpwgbA0Nc1MTQ\nlrjvqDez8A15unc2XWfhj+92SMJ7FZ2FZ57WllWWLSY8UrDZ2a99PcudXBjPq97l\neH3u4TJkQy5aeAFRNETbcd0dao+5pT7LgAnXjQIDAQABAoIBAFQWk134r4jvzMDy\ncv4Do4jIx8BY1c4DFFyz9ua+dXXUyceTpN4uzcbMuVinDn3tbhuvAgTn2/I4dLY+\nie+5mNtOmZuDajAf4UfyDnjWxem1E/0erfGrj3S6t8mOhuckW6TpRFCk1v8io866\nknpjjYBeZq1n3uvJ5eMGuX7MUB4XK/o8bsfJg9MkQrMz4geLTPlx9FRh2Coi/jAY\nqrpOd5bzh0tGAab+cDMJIR2yCOmtmdDJLiupTaGSCI9ezoXS/rMajh0n6oNawNnz\npJKzOwNde+uoMlv/7X40B8dYwJao6QPept8Op1tMOiKTQ3IlTTmxz7NAdywgyz6I\npNZv/EECgYEA8tuPKq67wXtQSarh8ZpiTfdpiVEOel/2+kO7KdlLGwR1WnEQ0sce\nKeWCI19a4Q/xOTBzjS+eu16NPD3gCvDcw8Q4pNE7qi6TO1tgc87nBP5DsZny1xpE\nDUEez9+8AZa3QuqPPoFTXxURAVeH0821xsOigsjphLvWnXnURI3L44kCgYEAw4A2\nDaxJdHLEoxRmVHvACg9mP4pjMIMHqpL3qN793fIMWnXYtpB4GHEwgTmN+z/kBUt7\nvx0VMjZnk3FlBUtW1DX1PqSQECu2+akSgPlv3WRfcC/76WFG7hMUyXWPNECsNtop\nOIjxrceVxN8YJYoeVQzKCM16zczlDeh9/HyDXuUCgYBEdkauxqFhUsz4Z3bYcCgk\nSIn0zufg8aqjNHLPwlTc4e3fOB6A/Obw8qU0KY5qAd+DurfoZjM+KNJx2BOPogTq\nHyfEtsM2H3kb84+GNh6EFtWofHir0Ni8T85K1YyfeghhkdQdz8Fb/YlUsoM03znO\nNZpbeh3ycC15KT4AsWR32QKBgAPugifIPTnwTPASqvQsAPKy2JWSjOge2nqdtglZ\nYrWh9omjMRaK1T94l0ciBy70W/uXRwfS5+g4m+ClOSjgGQDvjN0TpioNFwLyWYLq\ngUtsh1bUQDazVB/ZlmNuz9B3NH9t58JRTrr19pcc/XlTy8ReG3oN19hntHuRH2eC\ngYnZAoGATy0FCwC2CrufWqvQHZkrRZF2ybjTsKXOcqvaTgQe0/6H5AMzGMVlLMxK\ngiZ7c0KSBnJfm9Gib3INSgsBDrEcTNERGhNeeOa0+pzuWVCLiKDcY/GHSswq+gpz\n13s0iW7kL0uChS7oHJabsYNZEsCnzPqSCmoRCQUBNGIpnpQHbNg=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-10-04 15:28:04,706 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd used request id req-4ebd8500-043d-4431-98e7-4eda528925a1 2018-10-04 15:28:04,706 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-04 15:28:04,707 - create_stack - DEBUG - Stack is active with name - CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack 2018-10-04 15:28:04,707 - create_stack - INFO - Stack is now active with name - CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack 2018-10-04 15:28:04,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/ac4b9000-9cda-4c59-8782-3c00c2cd6edd/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23eba63653bb8c3669b6d98ce39a36005e4a1330" 2018-10-04 15:28:04,890 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:28:04 GMT Server: Apache x-openstack-request-id: req-8fb803d7-99e8-40fd-9e54-5f1316871b68 Location: http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:28:05,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:04 GMT Server: Apache x-openstack-request-id: req-53d8809f-9556-4f69-91ea-47c303c8c309 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-04T15:28:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:28:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-10-04 15:28:05,071 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd/resources used request id req-53d8809f-9556-4f69-91ea-47c303c8c309 2018-10-04 15:28:05,074 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23eba63653bb8c3669b6d98ce39a36005e4a1330" 2018-10-04 15:28:05,089 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28: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-231b8879-9144-4382-912b-9bcdb768f2aa x-compute-request-id: req-231b8879-9144-4382-912b-9bcdb768f2aa Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5dt8cYTrbjQPq+K0j8vyb8VLoYaYl4ZczF7Bqmi8ldlJMT5OHnzI98xP7hf9jXsDS4b1rPonUuCewWidf/VEl9H9jp8H/xs4vEbeNN96B1/hMqosxywqz8bPpGlDLAi2I+f85TYTVQ59P0SRq0JjEz5cP23BTVfrFDujEwiYZ4aVqVYVPkHe9mDkglyZ/Se2C6rbwn1El1+3E9UFnDS4mWXCoPMCt5cF2xqqnCBsDQ1zUxNCWuO+oN7PwDXm6dzZdZ+GP73ZIwnsVnYVnntaWVZYtJjxSsNnZr309y51cGM+r3uV4fe7hMmRDLlp4AVE0RNtx3R1qj7mlPsuACdeN Generated-by-Nova", "user_id": "8a1344a18758405cb150c07ad1e5a625", "name": "CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-kp", "deleted": false, "created_at": "2018-10-04T15:28:04.000000", "updated_at": null, "fingerprint": "fc:69:54:0d:76:ec:65:2a:0d:a3:56:ef:16:8c:1c:a3", "deleted_at": null, "id": 96}} 2018-10-04 15:28:05,089 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-kp used request id req-231b8879-9144-4382-912b-9bcdb768f2aa 2018-10-04 15:28:05,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/ac4b9000-9cda-4c59-8782-3c00c2cd6edd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23eba63653bb8c3669b6d98ce39a36005e4a1330" 2018-10-04 15:28:05,216 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:28:05 GMT Server: Apache x-openstack-request-id: req-b476716b-faec-4c4a-b5d2-43b01df4c499 Location: http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:28:05,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:05 GMT Server: Apache x-openstack-request-id: req-ef1f8f76-b1db-4d48-afe9-1d95a787f9e6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1915 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "1e98d6c23a6843489ae231afc42be217", "OS::stack_id": "ac4b9000-9cda-4c59-8782-3c00c2cd6edd", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack", "keypair_name": "CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack", "stack_user_project_id": "432a7924730a44879583a080b70120ba", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:28:03Z", "links": [{"href": "http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ac4b9000-9cda-4c59-8782-3c00c2cd6edd", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAuXbfHGE6240D6vitI/L8m/FS6GGmJeGXMxewapovJXZSTE+T\nh58yPfMT+4X/Y17A0uG9az6J1LgnsFonX/1RJfR/Y6fB/8bOLxG3jTfegdf4TKqL\nMcsKs/Gz6RpQywItiPn/OU2E1UOfT9EkatCYxM+XD9twU1X6xQ7oxMImGeGlalWF\nT5B3vZg5IJcmf0ntguq28J9RJdftxPVBZw0uJllwqDzAreXBdsaqpwgbA0Nc1MTQ\nlrjvqDez8A15unc2XWfhj+92SMJ7FZ2FZ57WllWWLSY8UrDZ2a99PcudXBjPq97l\neH3u4TJkQy5aeAFRNETbcd0dao+5pT7LgAnXjQIDAQABAoIBAFQWk134r4jvzMDy\ncv4Do4jIx8BY1c4DFFyz9ua+dXXUyceTpN4uzcbMuVinDn3tbhuvAgTn2/I4dLY+\nie+5mNtOmZuDajAf4UfyDnjWxem1E/0erfGrj3S6t8mOhuckW6TpRFCk1v8io866\nknpjjYBeZq1n3uvJ5eMGuX7MUB4XK/o8bsfJg9MkQrMz4geLTPlx9FRh2Coi/jAY\nqrpOd5bzh0tGAab+cDMJIR2yCOmtmdDJLiupTaGSCI9ezoXS/rMajh0n6oNawNnz\npJKzOwNde+uoMlv/7X40B8dYwJao6QPept8Op1tMOiKTQ3IlTTmxz7NAdywgyz6I\npNZv/EECgYEA8tuPKq67wXtQSarh8ZpiTfdpiVEOel/2+kO7KdlLGwR1WnEQ0sce\nKeWCI19a4Q/xOTBzjS+eu16NPD3gCvDcw8Q4pNE7qi6TO1tgc87nBP5DsZny1xpE\nDUEez9+8AZa3QuqPPoFTXxURAVeH0821xsOigsjphLvWnXnURI3L44kCgYEAw4A2\nDaxJdHLEoxRmVHvACg9mP4pjMIMHqpL3qN793fIMWnXYtpB4GHEwgTmN+z/kBUt7\nvx0VMjZnk3FlBUtW1DX1PqSQECu2+akSgPlv3WRfcC/76WFG7hMUyXWPNECsNtop\nOIjxrceVxN8YJYoeVQzKCM16zczlDeh9/HyDXuUCgYBEdkauxqFhUsz4Z3bYcCgk\nSIn0zufg8aqjNHLPwlTc4e3fOB6A/Obw8qU0KY5qAd+DurfoZjM+KNJx2BOPogTq\nHyfEtsM2H3kb84+GNh6EFtWofHir0Ni8T85K1YyfeghhkdQdz8Fb/YlUsoM03znO\nNZpbeh3ycC15KT4AsWR32QKBgAPugifIPTnwTPASqvQsAPKy2JWSjOge2nqdtglZ\nYrWh9omjMRaK1T94l0ciBy70W/uXRwfS5+g4m+ClOSjgGQDvjN0TpioNFwLyWYLq\ngUtsh1bUQDazVB/ZlmNuz9B3NH9t58JRTrr19pcc/XlTy8ReG3oN19hntHuRH2eC\ngYnZAoGATy0FCwC2CrufWqvQHZkrRZF2ybjTsKXOcqvaTgQe0/6H5AMzGMVlLMxK\ngiZ7c0KSBnJfm9Gib3INSgsBDrEcTNERGhNeeOa0+pzuWVCLiKDcY/GHSswq+gpz\n13s0iW7kL0uChS7oHJabsYNZEsCnzPqSCmoRCQUBNGIpnpQHbNg=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-10-04 15:28:05,546 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd used request id req-ef1f8f76-b1db-4d48-afe9-1d95a787f9e6 2018-10-04 15:28:05,547 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:28:05,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:28:05,929 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d731da786f1946c1bdba2d8995e95460", "name": "CreateStackKeypairTests-8d357a44-31e2-496-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:28:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e98d6c23a6843489ae231afc42be217", "name": "CreateStackKeypairTests-8d357a44-31e2-496-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/1e98d6c23a6843489ae231afc42be217", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/1e98d6c23a6843489ae231afc42be217", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/1e98d6c23a6843489ae231afc42be217", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1e98d6c23a6843489ae231afc42be217", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/1e98d6c23a6843489ae231afc42be217", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/1e98d6c23a6843489ae231afc42be217", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/1e98d6c23a6843489ae231afc42be217", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/1e98d6c23a6843489ae231afc42be217", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1e98d6c23a6843489ae231afc42be217", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/1e98d6c23a6843489ae231afc42be217", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/1e98d6c23a6843489ae231afc42be217", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-8d357a44-31e2-496-user", "id": "8a1344a18758405cb150c07ad1e5a625"}, "audit_ids": ["VRQf7LnxQOaTctlUIRh-YQ"], "issued_at": "2018-10-04T15:28:05.000000Z"}} 2018-10-04 15:28:05,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed96884bef87a1fc883ab0a765526fd97f72465b" 2018-10-04 15:28:06,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba4a8c1a-a9e9-490d-a7b2-e5203b68c012 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:28:06,019 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ba4a8c1a-a9e9-490d-a7b2-e5203b68c012 2018-10-04 15:28:06,020 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:28:06,024 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed96884bef87a1fc883ab0a765526fd97f72465b" 2018-10-04 15:28:06,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28: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-4c3ad886-748b-446d-af61-ea75923c8015 x-compute-request-id: req-4c3ad886-748b-446d-af61-ea75923c8015 Content-Encoding: gzip Content-Length: 490 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5dt8cYTrbjQPq+K0j8vyb8VLoYaYl4ZczF7Bqmi8ldlJMT5OHnzI98xP7hf9jXsDS4b1rPonUuCewWidf/VEl9H9jp8H/xs4vEbeNN96B1/hMqosxywqz8bPpGlDLAi2I+f85TYTVQ59P0SRq0JjEz5cP23BTVfrFDujEwiYZ4aVqVYVPkHe9mDkglyZ/Se2C6rbwn1El1+3E9UFnDS4mWXCoPMCt5cF2xqqnCBsDQ1zUxNCWuO+oN7PwDXm6dzZdZ+GP73ZIwnsVnYVnntaWVZYtJjxSsNnZr309y51cGM+r3uV4fe7hMmRDLlp4AVE0RNtx3R1qj7mlPsuACdeN Generated-by-Nova", "name": "CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-kp", "fingerprint": "fc:69:54:0d:76:ec:65:2a:0d:a3:56:ef:16:8c:1c:a3"}}]} 2018-10-04 15:28:06,284 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-4c3ad886-748b-446d-af61-ea75923c8015 2018-10-04 15:28:06,285 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:28:06,657 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d731da786f1946c1bdba2d8995e95460", "name": "CreateStackKeypairTests-8d357a44-31e2-496-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:28:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e98d6c23a6843489ae231afc42be217", "name": "CreateStackKeypairTests-8d357a44-31e2-496-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/1e98d6c23a6843489ae231afc42be217", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/1e98d6c23a6843489ae231afc42be217", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/1e98d6c23a6843489ae231afc42be217", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1e98d6c23a6843489ae231afc42be217", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/1e98d6c23a6843489ae231afc42be217", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/1e98d6c23a6843489ae231afc42be217", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/1e98d6c23a6843489ae231afc42be217", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/1e98d6c23a6843489ae231afc42be217", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1e98d6c23a6843489ae231afc42be217", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/1e98d6c23a6843489ae231afc42be217", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/1e98d6c23a6843489ae231afc42be217", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-8d357a44-31e2-496-user", "id": "8a1344a18758405cb150c07ad1e5a625"}, "audit_ids": ["13tSvooOQnC3baJ_9QxfCw"], "issued_at": "2018-10-04T15:28:06.000000Z"}} 2018-10-04 15:28:06,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef524345bbf7179602a1ce5adb3a5e3ac3de40a1" 2018-10-04 15:28:06,821 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28: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-25dedffe-a968-42b5-a99c-5c484d58e347 x-compute-request-id: req-25dedffe-a968-42b5-a99c-5c484d58e347 Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5dt8cYTrbjQPq+K0j8vyb8VLoYaYl4ZczF7Bqmi8ldlJMT5OHnzI98xP7hf9jXsDS4b1rPonUuCewWidf/VEl9H9jp8H/xs4vEbeNN96B1/hMqosxywqz8bPpGlDLAi2I+f85TYTVQ59P0SRq0JjEz5cP23BTVfrFDujEwiYZ4aVqVYVPkHe9mDkglyZ/Se2C6rbwn1El1+3E9UFnDS4mWXCoPMCt5cF2xqqnCBsDQ1zUxNCWuO+oN7PwDXm6dzZdZ+GP73ZIwnsVnYVnntaWVZYtJjxSsNnZr309y51cGM+r3uV4fe7hMmRDLlp4AVE0RNtx3R1qj7mlPsuACdeN Generated-by-Nova", "user_id": "8a1344a18758405cb150c07ad1e5a625", "name": "CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-kp", "deleted": false, "created_at": "2018-10-04T15:28:04.000000", "updated_at": null, "fingerprint": "fc:69:54:0d:76:ec:65:2a:0d:a3:56:ef:16:8c:1c:a3", "deleted_at": null, "id": 96}} 2018-10-04 15:28:06,821 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-kp used request id req-25dedffe-a968-42b5-a99c-5c484d58e347 2018-10-04 15:28:06,821 - create_stack - INFO - Deleting stack - CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack 2018-10-04 15:28:06,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/ac4b9000-9cda-4c59-8782-3c00c2cd6edd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23eba63653bb8c3669b6d98ce39a36005e4a1330" 2018-10-04 15:28:07,162 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:28:06 GMT Server: Apache x-openstack-request-id: req-5ece91ec-793e-4cc7-8221-4c401055006a Location: http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:28:07,203 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:28:07 GMT Server: Apache x-openstack-request-id: req-271753d1-6553-4010-aae9-5bc677ee0d6a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:28:07,203 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd used request id req-271753d1-6553-4010-aae9-5bc677ee0d6a 2018-10-04 15:28:07,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/ac4b9000-9cda-4c59-8782-3c00c2cd6edd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23eba63653bb8c3669b6d98ce39a36005e4a1330" 2018-10-04 15:28:07,233 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:28:07 GMT Server: Apache x-openstack-request-id: req-83ed2d01-a7c4-4ebd-b0cf-ca3f219896b1 Location: http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:28:07,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:07 GMT Server: Apache x-openstack-request-id: req-d7751137-a94e-44c1-8ba0-43d990fa075b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "1e98d6c23a6843489ae231afc42be217", "OS::stack_id": "ac4b9000-9cda-4c59-8782-3c00c2cd6edd", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack", "keypair_name": "CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack", "stack_user_project_id": "432a7924730a44879583a080b70120ba", "tags": null, "creation_time": "2018-10-04T15:28:03Z", "links": [{"href": "http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:28:07Z", "id": "ac4b9000-9cda-4c59-8782-3c00c2cd6edd", "stack_status_reason": "Stack DELETE started", "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-10-04 15:28:07,260 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd used request id req-d7751137-a94e-44c1-8ba0-43d990fa075b 2018-10-04 15:28:07,261 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:28:07,261 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:28:10,264 - create_stack - DEBUG - Stack status query timeout in 1196.93928909 2018-10-04 15:28:10,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/ac4b9000-9cda-4c59-8782-3c00c2cd6edd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23eba63653bb8c3669b6d98ce39a36005e4a1330" 2018-10-04 15:28:10,459 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:28:10 GMT Server: Apache x-openstack-request-id: req-dec028a2-98e3-4931-85e7-9c838bbbedca Location: http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:28:10,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:10 GMT Server: Apache x-openstack-request-id: req-a37286b5-08da-4e78-a43f-2929744605ea Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 531 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "1e98d6c23a6843489ae231afc42be217", "OS::stack_id": "ac4b9000-9cda-4c59-8782-3c00c2cd6edd", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack", "keypair_name": "CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-kp"}, "deletion_time": "2018-10-04T15:28:08Z", "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack", "stack_user_project_id": "432a7924730a44879583a080b70120ba", "tags": null, "creation_time": "2018-10-04T15:28:03Z", "links": [{"href": "http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-04T15:28:07Z", "id": "ac4b9000-9cda-4c59-8782-3c00c2cd6edd", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-10-04 15:28:10,738 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd used request id req-a37286b5-08da-4e78-a43f-2929744605ea 2018-10-04 15:28:10,739 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-04 15:28:10,739 - create_stack - DEBUG - Stack is active with name - CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack 2018-10-04 15:28:10,739 - create_stack - INFO - Attempting to delete again stack - CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack 2018-10-04 15:28:10,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/ac4b9000-9cda-4c59-8782-3c00c2cd6edd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23eba63653bb8c3669b6d98ce39a36005e4a1330" 2018-10-04 15:28:10,921 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:28:10 GMT Server: Apache x-openstack-request-id: req-298f9513-e141-41c7-b630-01388077bab5 Location: http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:28:11,086 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:28:10 GMT Server: Apache x-openstack-request-id: req-13d9525b-d83d-4749-af55-3e3853c12707 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-04 15:28:11,086 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/1e98d6c23a6843489ae231afc42be217/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c79bd6db-c2b8-4f87-9f90-5f5b55f529f0-stack/ac4b9000-9cda-4c59-8782-3c00c2cd6edd used request id req-13d9525b-d83d-4749-af55-3e3853c12707 2018-10-04 15:28:11,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc4944b60ec2d8659490120828310d8e7baaa71" 2018-10-04 15:28:11,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-f6a0a66d-0297-4308-a726-b6ed6de25d36 Date: Thu, 04 Oct 2018 15:28:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:28:11,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-f6a0a66d-0297-4308-a726-b6ed6de25d36 2018-10-04 15:28:11,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc4944b60ec2d8659490120828310d8e7baaa71" 2018-10-04 15:28:11,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc9f0fc0-e846-416a-815f-88668969be0a Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:28:11,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-fc9f0fc0-e846-416a-815f-88668969be0a 2018-10-04 15:28:11,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc4944b60ec2d8659490120828310d8e7baaa71" 2018-10-04 15:28:11,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07a64494-e55e-4c8d-8151-2e2c21fce4e1 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:28:11,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-07a64494-e55e-4c8d-8151-2e2c21fce4e1 2018-10-04 15:28:11,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc4944b60ec2d8659490120828310d8e7baaa71" 2018-10-04 15:28:11,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b049cee-dfac-48e4-9245-7498682b7a7d Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:28:11,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-4b049cee-dfac-48e4-9245-7498682b7a7d 2018-10-04 15:28:11,576 - keystone_utils - INFO - Deleting project with name - CreateStackKeypairTests-8d357a44-31e2-496-proj 2018-10-04 15:28:11,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/1e98d6c23a6843489ae231afc42be217 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc4944b60ec2d8659490120828310d8e7baaa71" 2018-10-04 15:28:11,806 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:28:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d23c06e-5184-4f42-9217-1aa7bbce8051 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:28:11,806 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/1e98d6c23a6843489ae231afc42be217 used request id req-6d23c06e-5184-4f42-9217-1aa7bbce8051 2018-10-04 15:28:11,806 - keystone_utils - INFO - Deleting role with name - CreateStackKeypairTests-8d357a44-31e2-496-proj-role 2018-10-04 15:28:11,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/d731da786f1946c1bdba2d8995e95460 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc4944b60ec2d8659490120828310d8e7baaa71" 2018-10-04 15:28:11,921 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:28:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f676c8c-743b-4a30-a1c3-c8e3718791bc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:28:11,921 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/d731da786f1946c1bdba2d8995e95460 used request id req-6f676c8c-743b-4a30-a1c3-c8e3718791bc 2018-10-04 15:28:11,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc4944b60ec2d8659490120828310d8e7baaa71" 2018-10-04 15:28:12,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6286def9-3a6d-4f76-aafb-04c9d39027ec Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:28:12,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6286def9-3a6d-4f76-aafb-04c9d39027ec 2018-10-04 15:28:12,006 - keystone_utils - INFO - Deleting user with name - CreateStackKeypairTests-8d357a44-31e2-496-user 2018-10-04 15:28:12,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/8a1344a18758405cb150c07ad1e5a625 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a22a2f27bccd40cc3123c13d29909df76644796c" 2018-10-04 15:28:12,178 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:28:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d9e1f7b-27a2-4ad0-998b-79a2d8fde488 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:28:12,178 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/8a1344a18758405cb150c07ad1e5a625 used request id req-4d9e1f7b-27a2-4ad0-998b-79a2d8fde488 2018-10-04 15:28:12,180 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:28:12,568 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:28:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["7nZ_JIs5R8epoJZuPGlVLg"], "issued_at": "2018-10-04T15:28:12.000000Z"}} 2018-10-04 15:28:12,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ca27c8577c25df234c7cf4cd5fd1f80cba5f3a" 2018-10-04 15:28:12,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c367aa6c-294d-48c2-846b-8fbf09f10fb5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:28:12,648 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c367aa6c-294d-48c2-846b-8fbf09f10fb5 2018-10-04 15:28:12,650 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:28:12,650 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:28:13,031 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:28:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["1ZyyZuKmR4qjo0UPKTljLA"], "issued_at": "2018-10-04T15:28:13.000000Z"}} 2018-10-04 15:28:13,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c95d13b34a5ca0277109db804a812488a5e01f" 2018-10-04 15:28:13,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74be455b-fd80-4f85-8ff8-40f10cf39078 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:28:13,108 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-74be455b-fd80-4f85-8ff8-40f10cf39078 2018-10-04 15:28:13,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:28:13,118 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:28:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:28:13,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c95d13b34a5ca0277109db804a812488a5e01f" 2018-10-04 15:28:13,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12c950fa-5b0e-4396-b0e3-f1fe1eef2091 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:28:13,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj used request id req-12c950fa-5b0e-4396-b0e3-f1fe1eef2091 2018-10-04 15:28:13,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c95d13b34a5ca0277109db804a812488a5e01f" 2018-10-04 15:28:13,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6769fbad-d4fc-40be-916f-b64fa5fb10b7 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:28:13,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-6769fbad-d4fc-40be-916f-b64fa5fb10b7 2018-10-04 15:28:13,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c95d13b34a5ca0277109db804a812488a5e01f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj"}}' 2018-10-04 15:28:13,407 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:28:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16ed80ad-63e1-4e38-9c40-089c990b88a6 Content-Length: 314 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a044cb3ab55b4f368dcdc3d97ddab7b7"}, "enabled": true, "id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj"}} 2018-10-04 15:28:13,407 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-16ed80ad-63e1-4e38-9c40-089c990b88a6 2018-10-04 15:28:13,407 - keystone_utils - INFO - Created project with name - CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj 2018-10-04 15:28:13,407 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:28:13,408 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:28:13,804 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:28:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["-uSq8GlQTg2_OqfEFiRBFQ"], "issued_at": "2018-10-04T15:28:13.000000Z"}} 2018-10-04 15:28:13,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f661bbbee4921a3da971ebc284db00dcf0791f98" 2018-10-04 15:28:13,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bf18edd-de7a-4bb4-8765-f508966c4774 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:28:13,882 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0bf18edd-de7a-4bb4-8765-f508966c4774 2018-10-04 15:28:13,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:28:13,892 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:28:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:28:13,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f661bbbee4921a3da971ebc284db00dcf0791f98" 2018-10-04 15:28:14,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c381786e-f153-4ab6-8b60-d14457b97c66 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:28:14,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c381786e-f153-4ab6-8b60-d14457b97c66 2018-10-04 15:28:14,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f661bbbee4921a3da971ebc284db00dcf0791f98" 2018-10-04 15:28:14,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb4c430a-718f-4bf0-87ea-cd7d877f2d3a Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a044cb3ab55b4f368dcdc3d97ddab7b7"}, "enabled": true, "id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj"}]} 2018-10-04 15:28:14,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj used request id req-cb4c430a-718f-4bf0-87ea-cd7d877f2d3a 2018-10-04 15:28:14,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f661bbbee4921a3da971ebc284db00dcf0791f98" 2018-10-04 15:28:14,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c7a6fc8-7762-47fd-99fd-3d021dc279e3 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:28:14,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-0c7a6fc8-7762-47fd-99fd-3d021dc279e3 2018-10-04 15:28:14,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f661bbbee4921a3da971ebc284db00dcf0791f98" 2018-10-04 15:28:14,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fe15b5c-fc9c-4b56-878a-969c6025e71b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:28:14,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0fe15b5c-fc9c-4b56-878a-969c6025e71b 2018-10-04 15:28:14,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f661bbbee4921a3da971ebc284db00dcf0791f98" 2018-10-04 15:28:14,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8366254-ad2d-4c96-890d-35dcfe7ee574 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a044cb3ab55b4f368dcdc3d97ddab7b7"}, "enabled": true, "id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj"}]} 2018-10-04 15:28:14,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj used request id req-f8366254-ad2d-4c96-890d-35dcfe7ee574 2018-10-04 15:28:14,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/994501c5d2584d7bbcb68b2858f89b1d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f661bbbee4921a3da971ebc284db00dcf0791f98" 2018-10-04 15:28:14,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b14dddd-ba7d-40ce-94f2-dc60dff1432b Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-user", "links": {"self": "http://172.30.9.23:5000/v3/users/994501c5d2584d7bbcb68b2858f89b1d"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "id": "994501c5d2584d7bbcb68b2858f89b1d", "password_expires_at": null}} 2018-10-04 15:28:14,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/994501c5d2584d7bbcb68b2858f89b1d used request id req-3b14dddd-ba7d-40ce-94f2-dc60dff1432b 2018-10-04 15:28:14,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/a044cb3ab55b4f368dcdc3d97ddab7b7/users/994501c5d2584d7bbcb68b2858f89b1d/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f661bbbee4921a3da971ebc284db00dcf0791f98" 2018-10-04 15:28:14,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2e9cca6-eebf-4816-ab36-0eb339eef5bb Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/a044cb3ab55b4f368dcdc3d97ddab7b7/users/994501c5d2584d7bbcb68b2858f89b1d/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 15:28:14,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/a044cb3ab55b4f368dcdc3d97ddab7b7/users/994501c5d2584d7bbcb68b2858f89b1d/roles used request id req-c2e9cca6-eebf-4816-ab36-0eb339eef5bb 2018-10-04 15:28:14,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f661bbbee4921a3da971ebc284db00dcf0791f98" 2018-10-04 15:28:14,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd81b132-22dd-4cb2-975f-4e63a84e8588 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "domain_id": null, "name": "heat_stack_owner", "id": "aa60aa92e6004a9babfb6641bde48b31"}} 2018-10-04 15:28:14,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-dd81b132-22dd-4cb2-975f-4e63a84e8588 2018-10-04 15:28:14,945 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj 2018-10-04 15:28:14,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/a044cb3ab55b4f368dcdc3d97ddab7b7/users/994501c5d2584d7bbcb68b2858f89b1d/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f661bbbee4921a3da971ebc284db00dcf0791f98" 2018-10-04 15:28:15,073 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:28:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad2836ea-440d-41c6-a652-d7cd974d5008 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:28:15,073 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/a044cb3ab55b4f368dcdc3d97ddab7b7/users/994501c5d2584d7bbcb68b2858f89b1d/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-ad2836ea-440d-41c6-a652-d7cd974d5008 2018-10-04 15:28:15,074 - keystone_utils - INFO - Created user with name - CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-user 2018-10-04 15:28:15,074 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:28:15,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c95d13b34a5ca0277109db804a812488a5e01f" 2018-10-04 15:28:15,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb730822-8388-4141-aab6-14185fe76757 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:28:15,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-fb730822-8388-4141-aab6-14185fe76757 2018-10-04 15:28:15,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c95d13b34a5ca0277109db804a812488a5e01f" -d '{"role": {"name": "CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj-role"}}' 2018-10-04 15:28:15,262 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:28:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-731ecd4b-2a89-4781-9de1-0c13f403e0d6 Content-Length: 228 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "962640a8bd54441a802546278fe538bb", "links": {"self": "http://172.30.9.23:5000/v3/roles/962640a8bd54441a802546278fe538bb"}, "name": "CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj-role"}} 2018-10-04 15:28:15,263 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-731ecd4b-2a89-4781-9de1-0c13f403e0d6 2018-10-04 15:28:15,263 - keystone_utils - INFO - Created role with name - CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj-role 2018-10-04 15:28:15,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/962640a8bd54441a802546278fe538bb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c95d13b34a5ca0277109db804a812488a5e01f" 2018-10-04 15:28:15,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-079764c1-eac6-41f3-8b11-a0692945afc5 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/962640a8bd54441a802546278fe538bb"}, "domain_id": null, "name": "CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj-role", "id": "962640a8bd54441a802546278fe538bb"}} 2018-10-04 15:28:15,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/962640a8bd54441a802546278fe538bb used request id req-079764c1-eac6-41f3-8b11-a0692945afc5 2018-10-04 15:28:15,348 - keystone_utils - INFO - Granting role CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj-role to project CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj 2018-10-04 15:28:15,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/a044cb3ab55b4f368dcdc3d97ddab7b7/users/994501c5d2584d7bbcb68b2858f89b1d/roles/962640a8bd54441a802546278fe538bb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c95d13b34a5ca0277109db804a812488a5e01f" 2018-10-04 15:28:15,469 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:28:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ce0acf1-e7ac-4b1e-8171-efb8eea22f1d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:28:15,469 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/a044cb3ab55b4f368dcdc3d97ddab7b7/users/994501c5d2584d7bbcb68b2858f89b1d/roles/962640a8bd54441a802546278fe538bb used request id req-2ce0acf1-e7ac-4b1e-8171-efb8eea22f1d 2018-10-04 15:28:15,470 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:28:15,470 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:28:15,471 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:28:15,472 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:28:15,945 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "962640a8bd54441a802546278fe538bb", "name": "CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:28:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "name": "CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/a044cb3ab55b4f368dcdc3d97ddab7b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/a044cb3ab55b4f368dcdc3d97ddab7b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/a044cb3ab55b4f368dcdc3d97ddab7b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/a044cb3ab55b4f368dcdc3d97ddab7b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/a044cb3ab55b4f368dcdc3d97ddab7b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/a044cb3ab55b4f368dcdc3d97ddab7b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a044cb3ab55b4f368dcdc3d97ddab7b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/a044cb3ab55b4f368dcdc3d97ddab7b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/a044cb3ab55b4f368dcdc3d97ddab7b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-user", "id": "994501c5d2584d7bbcb68b2858f89b1d"}, "audit_ids": ["OaCK75tQTEOU-2ssZyZRTA"], "issued_at": "2018-10-04T15:28:15.000000Z"}} 2018-10-04 15:28:15,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}896eafec748762ca5382d7814e28d52d511dd13d" 2018-10-04 15:28:16,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85ede286-6106-414a-8f10-72c472e05683 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:28:16,031 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-85ede286-6106-414a-8f10-72c472e05683 2018-10-04 15:28:16,032 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:28:16,035 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:28:16,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks?stack_name=CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}896eafec748762ca5382d7814e28d52d511dd13d" 2018-10-04 15:28:16,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:16 GMT Server: Apache x-openstack-request-id: req-33bcae77-38e4-4b2d-b75a-67fb2a24c37a Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-04 15:28:16,214 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks?stack_name=CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack used request id req-33bcae77-38e4-4b2d-b75a-67fb2a24c37a 2018-10-04 15:28:16,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}896eafec748762ca5382d7814e28d52d511dd13d" -d '{"stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack", "template": {"heat_template_version": "2015-04-30", "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"security_group_name": {"default": "security_group_name", "type": "string", "description": "The name of the stack's security group", "label": "Security Group name"}}, "resources": {"server_security_group": {"type": "OS::Neutron::SecurityGroup", "properties": {"rules": [{"direction": "egress", "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0", "ethertype": "IPv4", "port_range_max": 22, "port_range_min": 22}, {"ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}], "description": "Test description", "name": {"get_param": "security_group_name"}}}}}, "parameters": {"security_group_name": "CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-sec-grp"}}' 2018-10-04 15:28:17,654 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:28:16 GMT Server: Apache x-openstack-request-id: req-f4ee4efb-0423-4270-9a28-f37d99ed0cbb Location: http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1 Content-Length: 303 Content-Type: application/json RESP BODY: {"stack": {"id": "12474aee-aacd-4a64-acef-9e22794b4cb1", "links": [{"href": "http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1", "rel": "self"}]}} 2018-10-04 15:28:17,655 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks used request id req-f4ee4efb-0423-4270-9a28-f37d99ed0cbb 2018-10-04 15:28:17,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/12474aee-aacd-4a64-acef-9e22794b4cb1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}896eafec748762ca5382d7814e28d52d511dd13d" 2018-10-04 15:28:17,835 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:28:17 GMT Server: Apache x-openstack-request-id: req-95398a81-a216-44ba-8fef-b65550e8cfb4 Location: http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:28:18,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:17 GMT Server: Apache x-openstack-request-id: req-caccea89-bec5-4204-9f59-a40b850af3d3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "OS::stack_id": "12474aee-aacd-4a64-acef-9e22794b4cb1", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack", "security_group_name": "CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack", "stack_user_project_id": "9804a65e792c43179387ca490adc230e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:28:17Z", "links": [{"href": "http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "12474aee-aacd-4a64-acef-9e22794b4cb1", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-04 15:28:18,112 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1 used request id req-caccea89-bec5-4204-9f59-a40b850af3d3 2018-10-04 15:28:18,112 - create_stack - INFO - Created stack with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack 2018-10-04 15:28:18,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/12474aee-aacd-4a64-acef-9e22794b4cb1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}896eafec748762ca5382d7814e28d52d511dd13d" 2018-10-04 15:28:18,283 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:28:18 GMT Server: Apache x-openstack-request-id: req-8e068063-69fb-41b9-8a6c-9209bf7e0cd7 Location: http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:28:18,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:18 GMT Server: Apache x-openstack-request-id: req-37790069-a356-4c57-85c3-8f1bfcfd293e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "OS::stack_id": "12474aee-aacd-4a64-acef-9e22794b4cb1", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack", "security_group_name": "CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack", "stack_user_project_id": "9804a65e792c43179387ca490adc230e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:28:17Z", "links": [{"href": "http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "12474aee-aacd-4a64-acef-9e22794b4cb1", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-04 15:28:18,475 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1 used request id req-37790069-a356-4c57-85c3-8f1bfcfd293e 2018-10-04 15:28:18,476 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:28:18,476 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:28:21,479 - create_stack - DEBUG - Stack status query timeout in 1196.63396215 2018-10-04 15:28:21,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/12474aee-aacd-4a64-acef-9e22794b4cb1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}896eafec748762ca5382d7814e28d52d511dd13d" 2018-10-04 15:28:21,686 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:28:21 GMT Server: Apache x-openstack-request-id: req-bc34ea63-33d3-40a1-aa7a-255c534f829c Location: http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:28:21,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:21 GMT Server: Apache x-openstack-request-id: req-6a098b24-4e28-4d5c-b6d5-019a1d88d866 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 531 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "OS::stack_id": "12474aee-aacd-4a64-acef-9e22794b4cb1", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack", "security_group_name": "CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack", "stack_user_project_id": "9804a65e792c43179387ca490adc230e", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:28:17Z", "links": [{"href": "http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "12474aee-aacd-4a64-acef-9e22794b4cb1", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-04 15:28:21,728 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1 used request id req-6a098b24-4e28-4d5c-b6d5-019a1d88d866 2018-10-04 15:28:21,728 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-04 15:28:21,729 - create_stack - DEBUG - Stack is active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack 2018-10-04 15:28:21,729 - create_stack - INFO - Stack is now active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack 2018-10-04 15:28:21,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/12474aee-aacd-4a64-acef-9e22794b4cb1/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}896eafec748762ca5382d7814e28d52d511dd13d" 2018-10-04 15:28:21,907 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:28:21 GMT Server: Apache x-openstack-request-id: req-7367aade-bb47-490f-acd8-7067a203fe6b Location: http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1/resources Content-Length: 575 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:28:22,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:21 GMT Server: Apache x-openstack-request-id: req-8ce659c8-88ec-427c-a5f4-a826414ca00a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 402 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-04T15:28:17Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:28:17Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "d470c2b5-124c-470d-9576-5b50477761b8", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-10-04 15:28:22,092 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1/resources used request id req-8ce659c8-88ec-427c-a5f4-a826414ca00a 2018-10-04 15:28:22,093 - neutron_utils - INFO - Retrieving security group with ID - d470c2b5-124c-470d-9576-5b50477761b8 2018-10-04 15:28:22,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=d470c2b5-124c-470d-9576-5b50477761b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}896eafec748762ca5382d7814e28d52d511dd13d" 2018-10-04 15:28:22,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-56d707ca-7402-472c-a679-82de67717a3d Date: Thu, 04 Oct 2018 15:28:22 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "created_at": "2018-10-04T15:28:18Z", "updated_at": "2018-10-04T15:28:19Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T15:28:19Z", "revision_number": 0, "id": "2d033ad2-f6a5-447c-bce0-58e29516ae1d", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-04T15:28:19Z", "security_group_id": "d470c2b5-124c-470d-9576-5b50477761b8", "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:28:19Z", "revision_number": 0, "id": "db61b88d-e95e-4bc8-8f4d-35d148b743a3", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-04T15:28:19Z", "security_group_id": "d470c2b5-124c-470d-9576-5b50477761b8", "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7"}], "revision_number": 6, "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "id": "d470c2b5-124c-470d-9576-5b50477761b8", "name": "CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-sec-grp"}]} 2018-10-04 15:28:22,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=d470c2b5-124c-470d-9576-5b50477761b8 used request id req-56d707ca-7402-472c-a679-82de67717a3d 2018-10-04 15:28:22,178 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d470c2b5-124c-470d-9576-5b50477761b8 2018-10-04 15:28:22,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d470c2b5-124c-470d-9576-5b50477761b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}896eafec748762ca5382d7814e28d52d511dd13d" 2018-10-04 15:28:22,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-fdb9a802-1dc4-4807-8380-d113b016856f Date: Thu, 04 Oct 2018 15:28:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-10-04T15:28:19Z", "security_group_id": "d470c2b5-124c-470d-9576-5b50477761b8", "port_range_min": 22, "revision_number": 0, "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "created_at": "2018-10-04T15:28:19Z", "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "id": "2d033ad2-f6a5-447c-bce0-58e29516ae1d"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-10-04T15:28:19Z", "security_group_id": "d470c2b5-124c-470d-9576-5b50477761b8", "port_range_min": null, "revision_number": 0, "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "created_at": "2018-10-04T15:28:19Z", "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "id": "db61b88d-e95e-4bc8-8f4d-35d148b743a3"}]} 2018-10-04 15:28:22,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d470c2b5-124c-470d-9576-5b50477761b8 used request id req-fdb9a802-1dc4-4807-8380-d113b016856f 2018-10-04 15:28:22,365 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d470c2b5-124c-470d-9576-5b50477761b8 2018-10-04 15:28:22,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d470c2b5-124c-470d-9576-5b50477761b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}896eafec748762ca5382d7814e28d52d511dd13d" 2018-10-04 15:28:22,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-a4490d02-651a-4fe0-939c-c9e5bd647c55 Date: Thu, 04 Oct 2018 15:28:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-10-04T15:28:19Z", "security_group_id": "d470c2b5-124c-470d-9576-5b50477761b8", "port_range_min": 22, "revision_number": 0, "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "created_at": "2018-10-04T15:28:19Z", "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "id": "2d033ad2-f6a5-447c-bce0-58e29516ae1d"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-10-04T15:28:19Z", "security_group_id": "d470c2b5-124c-470d-9576-5b50477761b8", "port_range_min": null, "revision_number": 0, "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "created_at": "2018-10-04T15:28:19Z", "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "id": "db61b88d-e95e-4bc8-8f4d-35d148b743a3"}]} 2018-10-04 15:28:22,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d470c2b5-124c-470d-9576-5b50477761b8 used request id req-a4490d02-651a-4fe0-939c-c9e5bd647c55 2018-10-04 15:28:22,551 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:28:22,552 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:28:22,923 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "962640a8bd54441a802546278fe538bb", "name": "CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:28:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "name": "CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/a044cb3ab55b4f368dcdc3d97ddab7b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/a044cb3ab55b4f368dcdc3d97ddab7b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/a044cb3ab55b4f368dcdc3d97ddab7b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/a044cb3ab55b4f368dcdc3d97ddab7b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/a044cb3ab55b4f368dcdc3d97ddab7b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/a044cb3ab55b4f368dcdc3d97ddab7b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a044cb3ab55b4f368dcdc3d97ddab7b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/a044cb3ab55b4f368dcdc3d97ddab7b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/a044cb3ab55b4f368dcdc3d97ddab7b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-user", "id": "994501c5d2584d7bbcb68b2858f89b1d"}, "audit_ids": ["lz9QjM52QlGKVvTKWeC3xQ"], "issued_at": "2018-10-04T15:28:22.000000Z"}} 2018-10-04 15:28:22,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab6e5d3256de32cd7867233a6333dafa33f69f8" 2018-10-04 15:28:23,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6019ad7-6443-4ffe-8ad6-d8c6c1c861d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:28:23,010 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c6019ad7-6443-4ffe-8ad6-d8c6c1c861d6 2018-10-04 15:28:23,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-sec-grp&description=Test+description -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab6e5d3256de32cd7867233a6333dafa33f69f8" 2018-10-04 15:28:23,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-02ef552c-c041-471d-b9bd-dab1ce1a0b24 Date: Thu, 04 Oct 2018 15:28:23 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "created_at": "2018-10-04T15:28:18Z", "updated_at": "2018-10-04T15:28:19Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T15:28:19Z", "revision_number": 0, "id": "2d033ad2-f6a5-447c-bce0-58e29516ae1d", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-04T15:28:19Z", "security_group_id": "d470c2b5-124c-470d-9576-5b50477761b8", "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:28:19Z", "revision_number": 0, "id": "db61b88d-e95e-4bc8-8f4d-35d148b743a3", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-04T15:28:19Z", "security_group_id": "d470c2b5-124c-470d-9576-5b50477761b8", "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7"}], "revision_number": 6, "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "id": "d470c2b5-124c-470d-9576-5b50477761b8", "name": "CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-sec-grp"}]} 2018-10-04 15:28:23,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-sec-grp&description=Test+description used request id req-02ef552c-c041-471d-b9bd-dab1ce1a0b24 2018-10-04 15:28:23,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:28:23,228 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:28:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:28:23,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/a044cb3ab55b4f368dcdc3d97ddab7b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab6e5d3256de32cd7867233a6333dafa33f69f8" 2018-10-04 15:28:23,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26ee5e92-c017-4b20-86ff-1aeb23c39507 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a044cb3ab55b4f368dcdc3d97ddab7b7"}, "enabled": true, "id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj"}} 2018-10-04 15:28:23,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/a044cb3ab55b4f368dcdc3d97ddab7b7 used request id req-26ee5e92-c017-4b20-86ff-1aeb23c39507 2018-10-04 15:28:23,308 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d470c2b5-124c-470d-9576-5b50477761b8 2018-10-04 15:28:23,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d470c2b5-124c-470d-9576-5b50477761b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab6e5d3256de32cd7867233a6333dafa33f69f8" 2018-10-04 15:28:23,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-187986e5-4be9-4e7c-b955-e42d94fb2620 Date: Thu, 04 Oct 2018 15:28:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-10-04T15:28:19Z", "security_group_id": "d470c2b5-124c-470d-9576-5b50477761b8", "port_range_min": 22, "revision_number": 0, "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "created_at": "2018-10-04T15:28:19Z", "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "id": "2d033ad2-f6a5-447c-bce0-58e29516ae1d"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-10-04T15:28:19Z", "security_group_id": "d470c2b5-124c-470d-9576-5b50477761b8", "port_range_min": null, "revision_number": 0, "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "created_at": "2018-10-04T15:28:19Z", "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "id": "db61b88d-e95e-4bc8-8f4d-35d148b743a3"}]} 2018-10-04 15:28:23,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d470c2b5-124c-470d-9576-5b50477761b8 used request id req-187986e5-4be9-4e7c-b955-e42d94fb2620 2018-10-04 15:28:23,498 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d470c2b5-124c-470d-9576-5b50477761b8 2018-10-04 15:28:23,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d470c2b5-124c-470d-9576-5b50477761b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab6e5d3256de32cd7867233a6333dafa33f69f8" 2018-10-04 15:28:23,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-c9caaf43-5654-4c72-8fc9-60c223d07e2a Date: Thu, 04 Oct 2018 15:28:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-10-04T15:28:19Z", "security_group_id": "d470c2b5-124c-470d-9576-5b50477761b8", "port_range_min": 22, "revision_number": 0, "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "created_at": "2018-10-04T15:28:19Z", "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "id": "2d033ad2-f6a5-447c-bce0-58e29516ae1d"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-10-04T15:28:19Z", "security_group_id": "d470c2b5-124c-470d-9576-5b50477761b8", "port_range_min": null, "revision_number": 0, "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "created_at": "2018-10-04T15:28:19Z", "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "id": "db61b88d-e95e-4bc8-8f4d-35d148b743a3"}]} 2018-10-04 15:28:23,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d470c2b5-124c-470d-9576-5b50477761b8 used request id req-c9caaf43-5654-4c72-8fc9-60c223d07e2a 2018-10-04 15:28:23,670 - neutron_utils - INFO - Retrieving security group with ID - d470c2b5-124c-470d-9576-5b50477761b8 2018-10-04 15:28:23,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=d470c2b5-124c-470d-9576-5b50477761b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab6e5d3256de32cd7867233a6333dafa33f69f8" 2018-10-04 15:28:23,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-24ece916-5c80-45dd-824a-9be9c9e88993 Date: Thu, 04 Oct 2018 15:28:23 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "created_at": "2018-10-04T15:28:18Z", "updated_at": "2018-10-04T15:28:19Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T15:28:19Z", "revision_number": 0, "id": "2d033ad2-f6a5-447c-bce0-58e29516ae1d", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-04T15:28:19Z", "security_group_id": "d470c2b5-124c-470d-9576-5b50477761b8", "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:28:19Z", "revision_number": 0, "id": "db61b88d-e95e-4bc8-8f4d-35d148b743a3", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-04T15:28:19Z", "security_group_id": "d470c2b5-124c-470d-9576-5b50477761b8", "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7"}], "revision_number": 6, "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "id": "d470c2b5-124c-470d-9576-5b50477761b8", "name": "CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-sec-grp"}]} 2018-10-04 15:28:23,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=d470c2b5-124c-470d-9576-5b50477761b8 used request id req-24ece916-5c80-45dd-824a-9be9c9e88993 2018-10-04 15:28:23,880 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d470c2b5-124c-470d-9576-5b50477761b8 2018-10-04 15:28:23,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d470c2b5-124c-470d-9576-5b50477761b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab6e5d3256de32cd7867233a6333dafa33f69f8" 2018-10-04 15:28:24,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-94482dc7-01b3-495d-8540-403d7ba9557d Date: Thu, 04 Oct 2018 15:28:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-10-04T15:28:19Z", "security_group_id": "d470c2b5-124c-470d-9576-5b50477761b8", "port_range_min": 22, "revision_number": 0, "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "created_at": "2018-10-04T15:28:19Z", "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "id": "2d033ad2-f6a5-447c-bce0-58e29516ae1d"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-10-04T15:28:19Z", "security_group_id": "d470c2b5-124c-470d-9576-5b50477761b8", "port_range_min": null, "revision_number": 0, "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "created_at": "2018-10-04T15:28:19Z", "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "id": "db61b88d-e95e-4bc8-8f4d-35d148b743a3"}]} 2018-10-04 15:28:24,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d470c2b5-124c-470d-9576-5b50477761b8 used request id req-94482dc7-01b3-495d-8540-403d7ba9557d 2018-10-04 15:28:24,067 - create_stack - INFO - Deleting stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack 2018-10-04 15:28:24,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/12474aee-aacd-4a64-acef-9e22794b4cb1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}896eafec748762ca5382d7814e28d52d511dd13d" 2018-10-04 15:28:24,230 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:28:24 GMT Server: Apache x-openstack-request-id: req-abc90e6e-7e71-45f2-a59d-5cc6fa6ff4e6 Location: http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:28:24,271 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:28:24 GMT Server: Apache x-openstack-request-id: req-51144adb-ec9c-40cb-b1f7-4d151973d8a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:28:24,272 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1 used request id req-51144adb-ec9c-40cb-b1f7-4d151973d8a7 2018-10-04 15:28:24,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/12474aee-aacd-4a64-acef-9e22794b4cb1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}896eafec748762ca5382d7814e28d52d511dd13d" 2018-10-04 15:28:24,451 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:28:24 GMT Server: Apache x-openstack-request-id: req-1d245293-f0cf-4a43-9329-f71dbc8b54b6 Location: http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:28:24,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:24 GMT Server: Apache x-openstack-request-id: req-28d07d6e-e6ba-486f-89af-4b29a820179f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "OS::stack_id": "12474aee-aacd-4a64-acef-9e22794b4cb1", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack", "security_group_name": "CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack", "stack_user_project_id": "9804a65e792c43179387ca490adc230e", "tags": null, "creation_time": "2018-10-04T15:28:17Z", "links": [{"href": "http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:28:24Z", "id": "12474aee-aacd-4a64-acef-9e22794b4cb1", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-04 15:28:24,476 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1 used request id req-28d07d6e-e6ba-486f-89af-4b29a820179f 2018-10-04 15:28:24,477 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:28:24,477 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:28:27,480 - create_stack - DEBUG - Stack status query timeout in 1196.79170513 2018-10-04 15:28:27,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/12474aee-aacd-4a64-acef-9e22794b4cb1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}896eafec748762ca5382d7814e28d52d511dd13d" 2018-10-04 15:28:27,680 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:28:27 GMT Server: Apache x-openstack-request-id: req-30a57f35-23d8-4a19-aa43-b8f40fd8856d Location: http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:28:27,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:27 GMT Server: Apache x-openstack-request-id: req-b495ae3b-23ed-44d3-930a-8a7c1bbce517 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "OS::stack_id": "12474aee-aacd-4a64-acef-9e22794b4cb1", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack", "security_group_name": "CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-sec-grp"}, "deletion_time": "2018-10-04T15:28:26Z", "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack", "stack_user_project_id": "9804a65e792c43179387ca490adc230e", "tags": null, "creation_time": "2018-10-04T15:28:17Z", "links": [{"href": "http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-04T15:28:24Z", "id": "12474aee-aacd-4a64-acef-9e22794b4cb1", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-04 15:28:27,706 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1 used request id req-b495ae3b-23ed-44d3-930a-8a7c1bbce517 2018-10-04 15:28:27,706 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-04 15:28:27,707 - create_stack - DEBUG - Stack is active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack 2018-10-04 15:28:27,707 - create_stack - INFO - Attempting to delete again stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack 2018-10-04 15:28:27,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/12474aee-aacd-4a64-acef-9e22794b4cb1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}896eafec748762ca5382d7814e28d52d511dd13d" 2018-10-04 15:28:27,880 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:28:27 GMT Server: Apache x-openstack-request-id: req-a0754872-abbe-4cab-9263-83a8d380d86e Location: http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:28:28,068 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:28:27 GMT Server: Apache x-openstack-request-id: req-db44c715-ea3c-4d4b-8caf-66a2898f5f4d Content-Length: 291 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-04 15:28:28,069 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/a044cb3ab55b4f368dcdc3d97ddab7b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6f853f09-0420-4d8b-82f1-caf82de846f0-stack/12474aee-aacd-4a64-acef-9e22794b4cb1 used request id req-db44c715-ea3c-4d4b-8caf-66a2898f5f4d 2018-10-04 15:28:28,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c95d13b34a5ca0277109db804a812488a5e01f" 2018-10-04 15:28:28,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-654efc06-69f0-42d6-90d1-405c3058c724 Date: Thu, 04 Oct 2018 15:28:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "created_at": "2018-10-04T15:28:18Z", "updated_at": "2018-10-04T15:28:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:28:18Z", "revision_number": 0, "id": "085a3c8d-08d0-4742-8022-b19d7396f8c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:28:18Z", "security_group_id": "51b42603-487b-470a-88bf-39bd5497b2be", "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:28:18Z", "revision_number": 0, "id": "92ed2c02-1cbf-4ee8-b3fb-ee94cefa4494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:28:18Z", "security_group_id": "51b42603-487b-470a-88bf-39bd5497b2be", "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:28:18Z", "revision_number": 0, "id": "c5082050-1648-4b29-bad6-482a5712b44b", "remote_group_id": "51b42603-487b-470a-88bf-39bd5497b2be", "remote_ip_prefix": null, "created_at": "2018-10-04T15:28:18Z", "security_group_id": "51b42603-487b-470a-88bf-39bd5497b2be", "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:28:18Z", "revision_number": 0, "id": "ed7f2b8f-8795-4046-8f5c-41cee9615076", "remote_group_id": "51b42603-487b-470a-88bf-39bd5497b2be", "remote_ip_prefix": null, "created_at": "2018-10-04T15:28:18Z", "security_group_id": "51b42603-487b-470a-88bf-39bd5497b2be", "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7"}], "revision_number": 4, "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "id": "51b42603-487b-470a-88bf-39bd5497b2be", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:28:28,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-654efc06-69f0-42d6-90d1-405c3058c724 2018-10-04 15:28:28,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c95d13b34a5ca0277109db804a812488a5e01f" 2018-10-04 15:28:28,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1a43d00-a5da-4ad3-a97b-6cd623cc5e75 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:28:28,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-d1a43d00-a5da-4ad3-a97b-6cd623cc5e75 2018-10-04 15:28:28,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c95d13b34a5ca0277109db804a812488a5e01f" 2018-10-04 15:28:28,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d7f8fd8-94f8-4146-a668-c43f9c601b06 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:28:28,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-7d7f8fd8-94f8-4146-a668-c43f9c601b06 2018-10-04 15:28:28,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c95d13b34a5ca0277109db804a812488a5e01f" 2018-10-04 15:28:28,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31f8be86-1ba2-49e6-beec-c7593990c21b Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:28:28,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-31f8be86-1ba2-49e6-beec-c7593990c21b 2018-10-04 15:28:28,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/a044cb3ab55b4f368dcdc3d97ddab7b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c95d13b34a5ca0277109db804a812488a5e01f" 2018-10-04 15:28:28,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-039c860c-3050-40ed-80b3-705d9050aed4 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/a044cb3ab55b4f368dcdc3d97ddab7b7"}, "enabled": true, "id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj"}} 2018-10-04 15:28:28,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/a044cb3ab55b4f368dcdc3d97ddab7b7 used request id req-039c860c-3050-40ed-80b3-705d9050aed4 2018-10-04 15:28:28,638 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51b42603-487b-470a-88bf-39bd5497b2be 2018-10-04 15:28:28,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=51b42603-487b-470a-88bf-39bd5497b2be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c95d13b34a5ca0277109db804a812488a5e01f" 2018-10-04 15:28:28,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-84f6db53-f0c3-4545-b9ab-4efef6cf3e5f Date: Thu, 04 Oct 2018 15:28:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:28:18Z", "security_group_id": "51b42603-487b-470a-88bf-39bd5497b2be", "port_range_min": null, "revision_number": 0, "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "created_at": "2018-10-04T15:28:18Z", "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "id": "085a3c8d-08d0-4742-8022-b19d7396f8c8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:28:18Z", "security_group_id": "51b42603-487b-470a-88bf-39bd5497b2be", "port_range_min": null, "revision_number": 0, "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "created_at": "2018-10-04T15:28:18Z", "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "id": "92ed2c02-1cbf-4ee8-b3fb-ee94cefa4494"}, {"remote_group_id": "51b42603-487b-470a-88bf-39bd5497b2be", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:28:18Z", "security_group_id": "51b42603-487b-470a-88bf-39bd5497b2be", "port_range_min": null, "revision_number": 0, "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "created_at": "2018-10-04T15:28:18Z", "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "id": "c5082050-1648-4b29-bad6-482a5712b44b"}, {"remote_group_id": "51b42603-487b-470a-88bf-39bd5497b2be", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:28:18Z", "security_group_id": "51b42603-487b-470a-88bf-39bd5497b2be", "port_range_min": null, "revision_number": 0, "tenant_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "created_at": "2018-10-04T15:28:18Z", "project_id": "a044cb3ab55b4f368dcdc3d97ddab7b7", "id": "ed7f2b8f-8795-4046-8f5c-41cee9615076"}]} 2018-10-04 15:28:28,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=51b42603-487b-470a-88bf-39bd5497b2be used request id req-84f6db53-f0c3-4545-b9ab-4efef6cf3e5f 2018-10-04 15:28:28,816 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:28:28,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/51b42603-487b-470a-88bf-39bd5497b2be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c95d13b34a5ca0277109db804a812488a5e01f" 2018-10-04 15:28:29,102 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-29726ad9-a6e3-4c4f-b6df-99fccffa77b2 Content-Length: 0 Date: Thu, 04 Oct 2018 15:28:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:28:29,102 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/51b42603-487b-470a-88bf-39bd5497b2be used request id req-29726ad9-a6e3-4c4f-b6df-99fccffa77b2 2018-10-04 15:28:29,103 - keystone_utils - INFO - Deleting project with name - CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj 2018-10-04 15:28:29,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/a044cb3ab55b4f368dcdc3d97ddab7b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c95d13b34a5ca0277109db804a812488a5e01f" 2018-10-04 15:28:29,329 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:28:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35c58605-a8bb-4770-831e-8d67eff77a1d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:28:29,329 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/a044cb3ab55b4f368dcdc3d97ddab7b7 used request id req-35c58605-a8bb-4770-831e-8d67eff77a1d 2018-10-04 15:28:29,330 - keystone_utils - INFO - Deleting role with name - CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-proj-role 2018-10-04 15:28:29,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/962640a8bd54441a802546278fe538bb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c95d13b34a5ca0277109db804a812488a5e01f" 2018-10-04 15:28:29,424 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:28:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c6f592e-7061-4bed-9aa9-21d5126b215e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:28:29,425 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/962640a8bd54441a802546278fe538bb used request id req-7c6f592e-7061-4bed-9aa9-21d5126b215e 2018-10-04 15:28:29,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c95d13b34a5ca0277109db804a812488a5e01f" 2018-10-04 15:28:29,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9d6274a-7a5f-4ba5-b150-f92b0392bcc2 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:28:29,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e9d6274a-7a5f-4ba5-b150-f92b0392bcc2 2018-10-04 15:28:29,523 - keystone_utils - INFO - Deleting user with name - CreateStackSecurityGroupTests-f20ef99f-82d2-4d9-user 2018-10-04 15:28:29,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/994501c5d2584d7bbcb68b2858f89b1d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f661bbbee4921a3da971ebc284db00dcf0791f98" 2018-10-04 15:28:29,700 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:28:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5339562c-abe1-4392-a70a-f690b7cc48c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:28:29,700 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/994501c5d2584d7bbcb68b2858f89b1d used request id req-5339562c-abe1-4392-a70a-f690b7cc48c7 2018-10-04 15:28:29,702 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:28:30,074 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:28:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["CDkamdXTQNyyGWEZ-8sGZA"], "issued_at": "2018-10-04T15:28:30.000000Z"}} 2018-10-04 15:28:30,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6be1c229b7be8f809d0a025f8d5c30bd570f8b75" 2018-10-04 15:28:30,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18c8304f-a33a-467b-a7b6-105302f50605 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:28:30,167 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-18c8304f-a33a-467b-a7b6-105302f50605 2018-10-04 15:28:30,169 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:28:30,172 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:28:30,556 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:28:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["0xvzg0t8SBeuvh2Tue3e0A"], "issued_at": "2018-10-04T15:28:30.000000Z"}} 2018-10-04 15:28:30,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62a7c96632d113010f98352d48dd2cd487d54c46" 2018-10-04 15:28:30,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-255eff83-43e9-45bb-a90b-eae46db0ed35 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:28:30,635 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-255eff83-43e9-45bb-a90b-eae46db0ed35 2018-10-04 15:28:30,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:28:30,645 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:28:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:28:30,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-a43b35a4-a95a-424-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62a7c96632d113010f98352d48dd2cd487d54c46" 2018-10-04 15:28:30,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4d0d12b-aefd-4489-932c-45d852f8785a Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-a43b35a4-a95a-424-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:28:30,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-a43b35a4-a95a-424-proj used request id req-a4d0d12b-aefd-4489-932c-45d852f8785a 2018-10-04 15:28:30,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62a7c96632d113010f98352d48dd2cd487d54c46" 2018-10-04 15:28:30,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de44b16a-ac81-4f91-9e7f-d31325b93ed0 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:28:30,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-de44b16a-ac81-4f91-9e7f-d31325b93ed0 2018-10-04 15:28:30,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62a7c96632d113010f98352d48dd2cd487d54c46" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackNegativeTests-a43b35a4-a95a-424-proj"}}' 2018-10-04 15:28:30,922 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:28:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22b1899e-91fb-4162-821e-cb14fc837183 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/dc965aff0d24437791257f96d115d70c"}, "enabled": true, "id": "dc965aff0d24437791257f96d115d70c", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-a43b35a4-a95a-424-proj"}} 2018-10-04 15:28:30,922 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-22b1899e-91fb-4162-821e-cb14fc837183 2018-10-04 15:28:30,922 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-a43b35a4-a95a-424-proj 2018-10-04 15:28:30,923 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:28:30,924 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:28:31,307 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:28:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["pN6YHHvuS5KkcBLbWJ8u8w"], "issued_at": "2018-10-04T15:28:31.000000Z"}} 2018-10-04 15:28:31,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d445ac2c26a16a90403de2024b90579423ea2bdd" 2018-10-04 15:28:31,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-669e8a0f-a08d-427f-8c2f-9ada85407175 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:28:31,388 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-669e8a0f-a08d-427f-8c2f-9ada85407175 2018-10-04 15:28:31,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:28:31,397 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:28:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:28:31,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d445ac2c26a16a90403de2024b90579423ea2bdd" 2018-10-04 15:28:31,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cc54bd0-3544-4510-9cfe-bae42197bcf1 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:28:31,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-2cc54bd0-3544-4510-9cfe-bae42197bcf1 2018-10-04 15:28:31,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackNegativeTests-a43b35a4-a95a-424-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d445ac2c26a16a90403de2024b90579423ea2bdd" 2018-10-04 15:28:31,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7916b5e7-508d-4c6d-909a-7d520ab1b411 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackNegativeTests-a43b35a4-a95a-424-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/dc965aff0d24437791257f96d115d70c"}, "enabled": true, "id": "dc965aff0d24437791257f96d115d70c", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-a43b35a4-a95a-424-proj"}]} 2018-10-04 15:28:31,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackNegativeTests-a43b35a4-a95a-424-proj used request id req-7916b5e7-508d-4c6d-909a-7d520ab1b411 2018-10-04 15:28:31,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d445ac2c26a16a90403de2024b90579423ea2bdd" 2018-10-04 15:28:31,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e32acde5-831a-4f9b-9d67-702d59dd162c Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:28:31,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-e32acde5-831a-4f9b-9d67-702d59dd162c 2018-10-04 15:28:32,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d445ac2c26a16a90403de2024b90579423ea2bdd" 2018-10-04 15:28:32,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52f5d25b-54fd-4c31-ba02-d55ec8bcac95 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:28:32,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-52f5d25b-54fd-4c31-ba02-d55ec8bcac95 2018-10-04 15:28:32,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackNegativeTests-a43b35a4-a95a-424-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d445ac2c26a16a90403de2024b90579423ea2bdd" 2018-10-04 15:28:32,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbfe7ecf-6212-44e8-8903-f2204ea51651 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackNegativeTests-a43b35a4-a95a-424-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/dc965aff0d24437791257f96d115d70c"}, "enabled": true, "id": "dc965aff0d24437791257f96d115d70c", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-a43b35a4-a95a-424-proj"}]} 2018-10-04 15:28:32,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackNegativeTests-a43b35a4-a95a-424-proj used request id req-dbfe7ecf-6212-44e8-8903-f2204ea51651 2018-10-04 15:28:32,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/db8666769acc464db4a253a3000660e4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d445ac2c26a16a90403de2024b90579423ea2bdd" 2018-10-04 15:28:32,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85cc0856-b4c5-4590-8e00-d525f288dff1 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackNegativeTests-a43b35a4-a95a-424-user", "links": {"self": "http://172.30.9.23:5000/v3/users/db8666769acc464db4a253a3000660e4"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "dc965aff0d24437791257f96d115d70c", "id": "db8666769acc464db4a253a3000660e4", "password_expires_at": null}} 2018-10-04 15:28:32,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/db8666769acc464db4a253a3000660e4 used request id req-85cc0856-b4c5-4590-8e00-d525f288dff1 2018-10-04 15:28:32,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/dc965aff0d24437791257f96d115d70c/users/db8666769acc464db4a253a3000660e4/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d445ac2c26a16a90403de2024b90579423ea2bdd" 2018-10-04 15:28:32,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-185bd18e-0fff-4cfb-8cfa-8b272b8d1439 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/dc965aff0d24437791257f96d115d70c/users/db8666769acc464db4a253a3000660e4/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 15:28:32,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/dc965aff0d24437791257f96d115d70c/users/db8666769acc464db4a253a3000660e4/roles used request id req-185bd18e-0fff-4cfb-8cfa-8b272b8d1439 2018-10-04 15:28:32,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d445ac2c26a16a90403de2024b90579423ea2bdd" 2018-10-04 15:28:32,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9af2bd0d-35c7-4d88-bf6c-e0b7eb78448b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "domain_id": null, "name": "heat_stack_owner", "id": "aa60aa92e6004a9babfb6641bde48b31"}} 2018-10-04 15:28:32,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-9af2bd0d-35c7-4d88-bf6c-e0b7eb78448b 2018-10-04 15:28:32,494 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-a43b35a4-a95a-424-proj 2018-10-04 15:28:32,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/dc965aff0d24437791257f96d115d70c/users/db8666769acc464db4a253a3000660e4/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d445ac2c26a16a90403de2024b90579423ea2bdd" 2018-10-04 15:28:32,637 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:28:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d103ab1-a646-488a-8dff-e2fca31f5f3d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:28:32,637 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/dc965aff0d24437791257f96d115d70c/users/db8666769acc464db4a253a3000660e4/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-4d103ab1-a646-488a-8dff-e2fca31f5f3d 2018-10-04 15:28:32,637 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-a43b35a4-a95a-424-user 2018-10-04 15:28:32,638 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:28:32,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62a7c96632d113010f98352d48dd2cd487d54c46" 2018-10-04 15:28:32,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91f8cf29-3163-4c18-9e0a-684e6e97c1d9 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:28:32,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-91f8cf29-3163-4c18-9e0a-684e6e97c1d9 2018-10-04 15:28:32,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62a7c96632d113010f98352d48dd2cd487d54c46" -d '{"role": {"name": "CreateStackNegativeTests-a43b35a4-a95a-424-proj-role"}}' 2018-10-04 15:28:32,850 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:28:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8665332-10f3-4f06-b778-e1dbaf636911 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "670a37b3dc924530b53fb049d1e88bc9", "links": {"self": "http://172.30.9.23:5000/v3/roles/670a37b3dc924530b53fb049d1e88bc9"}, "name": "CreateStackNegativeTests-a43b35a4-a95a-424-proj-role"}} 2018-10-04 15:28:32,850 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-c8665332-10f3-4f06-b778-e1dbaf636911 2018-10-04 15:28:32,851 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-a43b35a4-a95a-424-proj-role 2018-10-04 15:28:32,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/670a37b3dc924530b53fb049d1e88bc9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62a7c96632d113010f98352d48dd2cd487d54c46" 2018-10-04 15:28:32,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8491040f-0f45-4024-aa4a-9bec87cb610b Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/670a37b3dc924530b53fb049d1e88bc9"}, "domain_id": null, "name": "CreateStackNegativeTests-a43b35a4-a95a-424-proj-role", "id": "670a37b3dc924530b53fb049d1e88bc9"}} 2018-10-04 15:28:32,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/670a37b3dc924530b53fb049d1e88bc9 used request id req-8491040f-0f45-4024-aa4a-9bec87cb610b 2018-10-04 15:28:32,943 - keystone_utils - INFO - Granting role CreateStackNegativeTests-a43b35a4-a95a-424-proj-role to project CreateStackNegativeTests-a43b35a4-a95a-424-proj 2018-10-04 15:28:32,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/dc965aff0d24437791257f96d115d70c/users/db8666769acc464db4a253a3000660e4/roles/670a37b3dc924530b53fb049d1e88bc9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62a7c96632d113010f98352d48dd2cd487d54c46" 2018-10-04 15:28:33,083 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:28:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-777d8c65-4496-4b33-a0ac-6809abe6a975 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:28:33,083 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/dc965aff0d24437791257f96d115d70c/users/db8666769acc464db4a253a3000660e4/roles/670a37b3dc924530b53fb049d1e88bc9 used request id req-777d8c65-4496-4b33-a0ac-6809abe6a975 2018-10-04 15:28:33,084 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:28:33,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:28:33,467 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}, {"id": "670a37b3dc924530b53fb049d1e88bc9", "name": "CreateStackNegativeTests-a43b35a4-a95a-424-proj-role"}], "expires_at": "2018-10-04T16:28:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dc965aff0d24437791257f96d115d70c", "name": "CreateStackNegativeTests-a43b35a4-a95a-424-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/dc965aff0d24437791257f96d115d70c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/dc965aff0d24437791257f96d115d70c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/dc965aff0d24437791257f96d115d70c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/dc965aff0d24437791257f96d115d70c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/dc965aff0d24437791257f96d115d70c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/dc965aff0d24437791257f96d115d70c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dc965aff0d24437791257f96d115d70c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/dc965aff0d24437791257f96d115d70c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/dc965aff0d24437791257f96d115d70c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/dc965aff0d24437791257f96d115d70c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/dc965aff0d24437791257f96d115d70c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/dc965aff0d24437791257f96d115d70c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackNegativeTests-a43b35a4-a95a-424-user", "id": "db8666769acc464db4a253a3000660e4"}, "audit_ids": ["ME0IXEPmTI23dMS5DEwA9w"], "issued_at": "2018-10-04T15:28:33.000000Z"}} 2018-10-04 15:28:33,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf83a933192059de6a36342d1db15b6f87615e5" 2018-10-04 15:28:33,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57421882-e9c9-47a2-af38-1463cc1636e6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:28:33,543 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-57421882-e9c9-47a2-af38-1463cc1636e6 2018-10-04 15:28:33,544 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:28:33,547 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:28:33,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/dc965aff0d24437791257f96d115d70c/stacks?stack_name=CreateStackNegativeTests-fd3f6953-1e1f-4c93-b971-d39301e0dde3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf83a933192059de6a36342d1db15b6f87615e5" 2018-10-04 15:28:33,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:33 GMT Server: Apache x-openstack-request-id: req-bc86c797-e19c-4609-bb57-f129ef3aeff5 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-04 15:28:33,730 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/dc965aff0d24437791257f96d115d70c/stacks?stack_name=CreateStackNegativeTests-fd3f6953-1e1f-4c93-b971-d39301e0dde3 used request id req-bc86c797-e19c-4609-bb57-f129ef3aeff5 2018-10-04 15:28:33,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62a7c96632d113010f98352d48dd2cd487d54c46" 2018-10-04 15:28:33,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-0b565a6c-04af-4363-9b88-e13daf1e6c50 Date: Thu, 04 Oct 2018 15:28:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:28:33,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-0b565a6c-04af-4363-9b88-e13daf1e6c50 2018-10-04 15:28:33,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62a7c96632d113010f98352d48dd2cd487d54c46" 2018-10-04 15:28:34,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45bcf91a-72e7-4b52-b5f1-c16ed4e7e6af Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:28:34,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-45bcf91a-72e7-4b52-b5f1-c16ed4e7e6af 2018-10-04 15:28:34,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62a7c96632d113010f98352d48dd2cd487d54c46" 2018-10-04 15:28:34,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-233b2c85-a1e0-4deb-b1e2-a1aef05df242 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:28:34,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-233b2c85-a1e0-4deb-b1e2-a1aef05df242 2018-10-04 15:28:34,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62a7c96632d113010f98352d48dd2cd487d54c46" 2018-10-04 15:28:34,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18cc30ed-3c67-4b0b-883f-c9e388cbe52f Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:28:34,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-18cc30ed-3c67-4b0b-883f-c9e388cbe52f 2018-10-04 15:28:34,227 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-a43b35a4-a95a-424-proj 2018-10-04 15:28:34,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/dc965aff0d24437791257f96d115d70c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62a7c96632d113010f98352d48dd2cd487d54c46" 2018-10-04 15:28:34,409 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:28:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4299c4af-d9bd-4d2f-a825-403ae78f8133 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:28:34,409 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/dc965aff0d24437791257f96d115d70c used request id req-4299c4af-d9bd-4d2f-a825-403ae78f8133 2018-10-04 15:28:34,409 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-a43b35a4-a95a-424-proj-role 2018-10-04 15:28:34,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/670a37b3dc924530b53fb049d1e88bc9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62a7c96632d113010f98352d48dd2cd487d54c46" 2018-10-04 15:28:34,520 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:28:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9434fd93-34e2-424f-9a75-09f22c664b31 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:28:34,520 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/670a37b3dc924530b53fb049d1e88bc9 used request id req-9434fd93-34e2-424f-9a75-09f22c664b31 2018-10-04 15:28:34,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62a7c96632d113010f98352d48dd2cd487d54c46" 2018-10-04 15:28:34,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6d9421d-293d-42b7-8867-e25141bd99a3 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:28:34,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e6d9421d-293d-42b7-8867-e25141bd99a3 2018-10-04 15:28:34,611 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-a43b35a4-a95a-424-user 2018-10-04 15:28:34,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/db8666769acc464db4a253a3000660e4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d445ac2c26a16a90403de2024b90579423ea2bdd" 2018-10-04 15:28:34,803 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:28:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59b69f97-93d5-48a6-b961-e1481817243e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:28:34,804 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/db8666769acc464db4a253a3000660e4 used request id req-59b69f97-93d5-48a6-b961-e1481817243e 2018-10-04 15:28:34,805 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:28:35,191 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:28:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["BayTH5GAQ5uyxY_M9ml-rA"], "issued_at": "2018-10-04T15:28:35.000000Z"}} 2018-10-04 15:28:35,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}805cc9de88287340218afdb18e4d844076b2d589" 2018-10-04 15:28:35,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26d4746f-a878-4c0e-ba17-921926e57934 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:28:35,276 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-26d4746f-a878-4c0e-ba17-921926e57934 2018-10-04 15:28:35,277 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:28:35,278 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:28:35,656 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:28:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["JAO3w8DFTJ2YVQ8WFkM7iQ"], "issued_at": "2018-10-04T15:28:35.000000Z"}} 2018-10-04 15:28:35,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8bc34d4ba26dec944345d4e7dd65fdc19ad5e89" 2018-10-04 15:28:35,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1d44b8a-0024-48e0-bf7e-b0c60c80df6b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:28:35,743 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f1d44b8a-0024-48e0-bf7e-b0c60c80df6b 2018-10-04 15:28:35,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:28:35,753 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:28:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:28:35,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-93cfee7c-e575-483-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8bc34d4ba26dec944345d4e7dd65fdc19ad5e89" 2018-10-04 15:28:35,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8bdb2d7-edcf-4f55-a953-5e8d639cbb14 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-93cfee7c-e575-483-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:28:35,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-93cfee7c-e575-483-proj used request id req-f8bdb2d7-edcf-4f55-a953-5e8d639cbb14 2018-10-04 15:28:35,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8bc34d4ba26dec944345d4e7dd65fdc19ad5e89" 2018-10-04 15:28:36,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b1ca23b-3041-49d9-bcd6-608fb18c6495 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:28:36,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-7b1ca23b-3041-49d9-bcd6-608fb18c6495 2018-10-04 15:28:36,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8bc34d4ba26dec944345d4e7dd65fdc19ad5e89" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackNegativeTests-93cfee7c-e575-483-proj"}}' 2018-10-04 15:28:36,227 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:28:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88db6300-eb2d-4197-b088-2746ffb588fd Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/59f7e0fa7a424f8a93ef6f8a41021abe"}, "enabled": true, "id": "59f7e0fa7a424f8a93ef6f8a41021abe", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-93cfee7c-e575-483-proj"}} 2018-10-04 15:28:36,227 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-88db6300-eb2d-4197-b088-2746ffb588fd 2018-10-04 15:28:36,227 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-93cfee7c-e575-483-proj 2018-10-04 15:28:36,228 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:28:36,228 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:28:36,607 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:28:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["1_jp6feFQdaWLIq8YenZlw"], "issued_at": "2018-10-04T15:28:36.000000Z"}} 2018-10-04 15:28:36,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb6782340cd4c169136cd9914654a16f503c9ee9" 2018-10-04 15:28:36,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c33b887a-8c02-42da-aac1-ff7216358a6d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:28:36,702 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c33b887a-8c02-42da-aac1-ff7216358a6d 2018-10-04 15:28:36,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:28:36,712 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:28:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:28:36,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb6782340cd4c169136cd9914654a16f503c9ee9" 2018-10-04 15:28:36,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce58a2c3-d074-4bc3-8223-c7122cb186d3 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:28:36,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ce58a2c3-d074-4bc3-8223-c7122cb186d3 2018-10-04 15:28:36,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackNegativeTests-93cfee7c-e575-483-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb6782340cd4c169136cd9914654a16f503c9ee9" 2018-10-04 15:28:36,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26603ed0-cca9-4739-ac9a-46994d689942 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackNegativeTests-93cfee7c-e575-483-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/59f7e0fa7a424f8a93ef6f8a41021abe"}, "enabled": true, "id": "59f7e0fa7a424f8a93ef6f8a41021abe", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-93cfee7c-e575-483-proj"}]} 2018-10-04 15:28:36,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackNegativeTests-93cfee7c-e575-483-proj used request id req-26603ed0-cca9-4739-ac9a-46994d689942 2018-10-04 15:28:36,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb6782340cd4c169136cd9914654a16f503c9ee9" 2018-10-04 15:28:36,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f9bb7c9-6246-4a56-8ba8-aa7c89a00b1b Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:28:36,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-6f9bb7c9-6246-4a56-8ba8-aa7c89a00b1b 2018-10-04 15:28:37,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb6782340cd4c169136cd9914654a16f503c9ee9" 2018-10-04 15:28:37,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e5c0ecb-0b34-470c-b2aa-8ec64e273fd6 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:28:37,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6e5c0ecb-0b34-470c-b2aa-8ec64e273fd6 2018-10-04 15:28:37,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackNegativeTests-93cfee7c-e575-483-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb6782340cd4c169136cd9914654a16f503c9ee9" 2018-10-04 15:28:37,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-708eb383-c59b-4ab1-abbc-572a170ba7eb Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackNegativeTests-93cfee7c-e575-483-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/59f7e0fa7a424f8a93ef6f8a41021abe"}, "enabled": true, "id": "59f7e0fa7a424f8a93ef6f8a41021abe", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-93cfee7c-e575-483-proj"}]} 2018-10-04 15:28:37,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackNegativeTests-93cfee7c-e575-483-proj used request id req-708eb383-c59b-4ab1-abbc-572a170ba7eb 2018-10-04 15:28:37,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/a5095e60eed4440ebc89b6c6a7af89cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb6782340cd4c169136cd9914654a16f503c9ee9" 2018-10-04 15:28:37,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2dd56f2-289d-42dd-9eee-6bfc9ebbd473 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackNegativeTests-93cfee7c-e575-483-user", "links": {"self": "http://172.30.9.23:5000/v3/users/a5095e60eed4440ebc89b6c6a7af89cf"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "59f7e0fa7a424f8a93ef6f8a41021abe", "id": "a5095e60eed4440ebc89b6c6a7af89cf", "password_expires_at": null}} 2018-10-04 15:28:37,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/a5095e60eed4440ebc89b6c6a7af89cf used request id req-f2dd56f2-289d-42dd-9eee-6bfc9ebbd473 2018-10-04 15:28:37,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/59f7e0fa7a424f8a93ef6f8a41021abe/users/a5095e60eed4440ebc89b6c6a7af89cf/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb6782340cd4c169136cd9914654a16f503c9ee9" 2018-10-04 15:28:37,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff5cc684-663a-4871-8532-5077807decc4 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/59f7e0fa7a424f8a93ef6f8a41021abe/users/a5095e60eed4440ebc89b6c6a7af89cf/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 15:28:37,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/59f7e0fa7a424f8a93ef6f8a41021abe/users/a5095e60eed4440ebc89b6c6a7af89cf/roles used request id req-ff5cc684-663a-4871-8532-5077807decc4 2018-10-04 15:28:37,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb6782340cd4c169136cd9914654a16f503c9ee9" 2018-10-04 15:28:37,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cd01548-cf35-413b-aa00-156128c191c3 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "domain_id": null, "name": "heat_stack_owner", "id": "aa60aa92e6004a9babfb6641bde48b31"}} 2018-10-04 15:28:37,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-8cd01548-cf35-413b-aa00-156128c191c3 2018-10-04 15:28:37,713 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-93cfee7c-e575-483-proj 2018-10-04 15:28:37,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/59f7e0fa7a424f8a93ef6f8a41021abe/users/a5095e60eed4440ebc89b6c6a7af89cf/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb6782340cd4c169136cd9914654a16f503c9ee9" 2018-10-04 15:28:37,859 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:28:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-230137ec-ba6f-4730-9298-7be57f1ad3ae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:28:37,859 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/59f7e0fa7a424f8a93ef6f8a41021abe/users/a5095e60eed4440ebc89b6c6a7af89cf/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-230137ec-ba6f-4730-9298-7be57f1ad3ae 2018-10-04 15:28:37,859 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-93cfee7c-e575-483-user 2018-10-04 15:28:37,860 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:28:37,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8bc34d4ba26dec944345d4e7dd65fdc19ad5e89" 2018-10-04 15:28:37,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b164b81f-86c0-48f0-b6aa-75a99bff0e35 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:28:37,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b164b81f-86c0-48f0-b6aa-75a99bff0e35 2018-10-04 15:28:37,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8bc34d4ba26dec944345d4e7dd65fdc19ad5e89" -d '{"role": {"name": "CreateStackNegativeTests-93cfee7c-e575-483-proj-role"}}' 2018-10-04 15:28:38,053 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:28:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8584c37-365d-4536-ac61-39d73eb866f6 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3f00734e1c8940c0aac8dfa943b2f834", "links": {"self": "http://172.30.9.23:5000/v3/roles/3f00734e1c8940c0aac8dfa943b2f834"}, "name": "CreateStackNegativeTests-93cfee7c-e575-483-proj-role"}} 2018-10-04 15:28:38,053 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-c8584c37-365d-4536-ac61-39d73eb866f6 2018-10-04 15:28:38,054 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-93cfee7c-e575-483-proj-role 2018-10-04 15:28:38,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/3f00734e1c8940c0aac8dfa943b2f834 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8bc34d4ba26dec944345d4e7dd65fdc19ad5e89" 2018-10-04 15:28:38,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8876bbee-f2aa-4a91-93cd-ef122906cc9e Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/3f00734e1c8940c0aac8dfa943b2f834"}, "domain_id": null, "name": "CreateStackNegativeTests-93cfee7c-e575-483-proj-role", "id": "3f00734e1c8940c0aac8dfa943b2f834"}} 2018-10-04 15:28:38,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/3f00734e1c8940c0aac8dfa943b2f834 used request id req-8876bbee-f2aa-4a91-93cd-ef122906cc9e 2018-10-04 15:28:38,137 - keystone_utils - INFO - Granting role CreateStackNegativeTests-93cfee7c-e575-483-proj-role to project CreateStackNegativeTests-93cfee7c-e575-483-proj 2018-10-04 15:28:38,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/59f7e0fa7a424f8a93ef6f8a41021abe/users/a5095e60eed4440ebc89b6c6a7af89cf/roles/3f00734e1c8940c0aac8dfa943b2f834 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8bc34d4ba26dec944345d4e7dd65fdc19ad5e89" 2018-10-04 15:28:38,266 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:28:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-773f37e3-de4a-40d8-a44b-6e83d5fccfb7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:28:38,266 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/59f7e0fa7a424f8a93ef6f8a41021abe/users/a5095e60eed4440ebc89b6c6a7af89cf/roles/3f00734e1c8940c0aac8dfa943b2f834 used request id req-773f37e3-de4a-40d8-a44b-6e83d5fccfb7 2018-10-04 15:28:38,266 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:28:38,267 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:28:38,646 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3f00734e1c8940c0aac8dfa943b2f834", "name": "CreateStackNegativeTests-93cfee7c-e575-483-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:28:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59f7e0fa7a424f8a93ef6f8a41021abe", "name": "CreateStackNegativeTests-93cfee7c-e575-483-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/59f7e0fa7a424f8a93ef6f8a41021abe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/59f7e0fa7a424f8a93ef6f8a41021abe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/59f7e0fa7a424f8a93ef6f8a41021abe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/59f7e0fa7a424f8a93ef6f8a41021abe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/59f7e0fa7a424f8a93ef6f8a41021abe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/59f7e0fa7a424f8a93ef6f8a41021abe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/59f7e0fa7a424f8a93ef6f8a41021abe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/59f7e0fa7a424f8a93ef6f8a41021abe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/59f7e0fa7a424f8a93ef6f8a41021abe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/59f7e0fa7a424f8a93ef6f8a41021abe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/59f7e0fa7a424f8a93ef6f8a41021abe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/59f7e0fa7a424f8a93ef6f8a41021abe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackNegativeTests-93cfee7c-e575-483-user", "id": "a5095e60eed4440ebc89b6c6a7af89cf"}, "audit_ids": ["qWPIlpwuRZKlWGSIShTncQ"], "issued_at": "2018-10-04T15:28:38.000000Z"}} 2018-10-04 15:28:38,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ecb864e10faa344aa155bc1e355d5d9df9d7f2d" 2018-10-04 15:28:38,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12bb1d6d-30f2-40e0-86c5-12e883a52721 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:28:38,720 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-12bb1d6d-30f2-40e0-86c5-12e883a52721 2018-10-04 15:28:38,721 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:28:38,724 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:28:38,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/59f7e0fa7a424f8a93ef6f8a41021abe/stacks?stack_name=CreateStackNegativeTests-a2aef121-dbce-45d0-bf14-621c3dab2705 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ecb864e10faa344aa155bc1e355d5d9df9d7f2d" 2018-10-04 15:28:38,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:38 GMT Server: Apache x-openstack-request-id: req-edf7b9d6-a236-48c4-ab24-a012f404c6e7 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-04 15:28:38,895 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/59f7e0fa7a424f8a93ef6f8a41021abe/stacks?stack_name=CreateStackNegativeTests-a2aef121-dbce-45d0-bf14-621c3dab2705 used request id req-edf7b9d6-a236-48c4-ab24-a012f404c6e7 2018-10-04 15:28:38,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/59f7e0fa7a424f8a93ef6f8a41021abe/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ecb864e10faa344aa155bc1e355d5d9df9d7f2d" -d '{"stack_name": "CreateStackNegativeTests-a2aef121-dbce-45d0-bf14-621c3dab2705", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}}' 2018-10-04 15:28:39,352 - keystoneauth.session - DEBUG - RESP: [400] Date: Thu, 04 Oct 2018 15:28:38 GMT Server: Apache x-openstack-request-id: req-1df45ece-86a1-4a11-84ae-a2ad67d3bf86 Content-Length: 383 Content-Type: application/json RESP BODY: {"explanation": "The server could not comply with the request since it is either malformed or otherwise incorrect.", "code": 400, "error": {"message": "Property error: : resources.my_instance.properties.image: : Error validating value 'heat_utils_tests': No images matching {'name': u'heat_utils_tests'}.", "traceback": null, "type": "StackValidationFailed"}, "title": "Bad Request"} 2018-10-04 15:28:39,352 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/59f7e0fa7a424f8a93ef6f8a41021abe/stacks used request id req-1df45ece-86a1-4a11-84ae-a2ad67d3bf86 2018-10-04 15:28:39,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8bc34d4ba26dec944345d4e7dd65fdc19ad5e89" 2018-10-04 15:28:39,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7830506b-daea-4de7-b167-61d0450b4c6a Date: Thu, 04 Oct 2018 15:28:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:28:39,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-7830506b-daea-4de7-b167-61d0450b4c6a 2018-10-04 15:28:39,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8bc34d4ba26dec944345d4e7dd65fdc19ad5e89" 2018-10-04 15:28:39,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb69d32a-018b-49ac-aa9f-e858e418c0be Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:28:39,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-eb69d32a-018b-49ac-aa9f-e858e418c0be 2018-10-04 15:28:39,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8bc34d4ba26dec944345d4e7dd65fdc19ad5e89" 2018-10-04 15:28:39,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89cddc3c-8480-4dfc-8876-2c9047f840e0 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:28:39,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-89cddc3c-8480-4dfc-8876-2c9047f840e0 2018-10-04 15:28:39,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8bc34d4ba26dec944345d4e7dd65fdc19ad5e89" 2018-10-04 15:28:39,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1eb3d26e-cfa8-4fc1-9e7c-bfaa9b86c23a Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:28:39,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-1eb3d26e-cfa8-4fc1-9e7c-bfaa9b86c23a 2018-10-04 15:28:39,830 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-93cfee7c-e575-483-proj 2018-10-04 15:28:39,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/59f7e0fa7a424f8a93ef6f8a41021abe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8bc34d4ba26dec944345d4e7dd65fdc19ad5e89" 2018-10-04 15:28:40,068 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:28:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-478cc8b1-a57f-4063-8799-21477e3639cb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:28:40,068 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/59f7e0fa7a424f8a93ef6f8a41021abe used request id req-478cc8b1-a57f-4063-8799-21477e3639cb 2018-10-04 15:28:40,068 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-93cfee7c-e575-483-proj-role 2018-10-04 15:28:40,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/3f00734e1c8940c0aac8dfa943b2f834 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8bc34d4ba26dec944345d4e7dd65fdc19ad5e89" 2018-10-04 15:28:40,185 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:28:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09505fce-caff-4f79-b4a5-7ba6585baf85 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:28:40,185 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/3f00734e1c8940c0aac8dfa943b2f834 used request id req-09505fce-caff-4f79-b4a5-7ba6585baf85 2018-10-04 15:28:40,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8bc34d4ba26dec944345d4e7dd65fdc19ad5e89" 2018-10-04 15:28:40,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d480edf5-f10d-453b-b990-84fa57fca711 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:28:40,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d480edf5-f10d-453b-b990-84fa57fca711 2018-10-04 15:28:40,272 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-93cfee7c-e575-483-user 2018-10-04 15:28:40,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/a5095e60eed4440ebc89b6c6a7af89cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb6782340cd4c169136cd9914654a16f503c9ee9" 2018-10-04 15:28:40,459 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:28:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1fb329a-575a-464f-88b9-8fe0fccb7143 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:28:40,459 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/a5095e60eed4440ebc89b6c6a7af89cf used request id req-a1fb329a-575a-464f-88b9-8fe0fccb7143 2018-10-04 15:28:40,460 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:28:40,841 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:28:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["dAiXM9H5TYWqkgo99IvpvQ"], "issued_at": "2018-10-04T15:28:40.000000Z"}} 2018-10-04 15:28:40,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6333db81eafd33665d13d5faa838fc55a36d5467" 2018-10-04 15:28:40,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f079b1fb-bd72-47de-a090-dd663d807445 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:28:40,917 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f079b1fb-bd72-47de-a090-dd663d807445 2018-10-04 15:28:40,919 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:28:40,920 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:28:41,306 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:28:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["OnyETLTgS8OHc9bFecA0sQ"], "issued_at": "2018-10-04T15:28:41.000000Z"}} 2018-10-04 15:28:41,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c096f89e7a3c7996f9b821c86d1fa65edcfd72" 2018-10-04 15:28:41,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edf6543d-ed0b-43d9-86d1-ac55e7a1ffbd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:28:41,390 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-edf6543d-ed0b-43d9-86d1-ac55e7a1ffbd 2018-10-04 15:28:41,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:28:41,400 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:28:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:28:41,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c096f89e7a3c7996f9b821c86d1fa65edcfd72" 2018-10-04 15:28:41,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00280bce-d0bf-4aa5-a18b-ecf56d5370cf Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:28:41,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj used request id req-00280bce-d0bf-4aa5-a18b-ecf56d5370cf 2018-10-04 15:28:41,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c096f89e7a3c7996f9b821c86d1fa65edcfd72" 2018-10-04 15:28:41,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc9889ea-a6cf-42f3-9b3e-dcdf4706c372 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:28:41,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-fc9889ea-a6cf-42f3-9b3e-dcdf4706c372 2018-10-04 15:28:41,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c096f89e7a3c7996f9b821c86d1fa65edcfd72" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj"}}' 2018-10-04 15:28:41,688 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:28:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30f62e7e-d5c7-45e7-85d7-6561fbb241e9 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04"}, "enabled": true, "id": "86157be81ad94eaa974172557cc32e04", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj"}} 2018-10-04 15:28:41,688 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-30f62e7e-d5c7-45e7-85d7-6561fbb241e9 2018-10-04 15:28:41,688 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj 2018-10-04 15:28:41,689 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:28:41,690 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:28:42,084 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:28:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["IvZ59LFkRSW1x2kS9OnEAg"], "issued_at": "2018-10-04T15:28:42.000000Z"}} 2018-10-04 15:28:42,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4b0b7f9b17c52a612cfcbe98e2d77795b92fd8" 2018-10-04 15:28:42,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2648de3-42f2-483f-8a25-352049c4cde3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:28:42,097 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a2648de3-42f2-483f-8a25-352049c4cde3 2018-10-04 15:28:42,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:28:42,107 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:28:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:28:42,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4b0b7f9b17c52a612cfcbe98e2d77795b92fd8" 2018-10-04 15:28:42,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e74ce0c6-6c0b-49bc-b140-5f6aa4acdecf Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:28:42,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e74ce0c6-6c0b-49bc-b140-5f6aa4acdecf 2018-10-04 15:28:42,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4b0b7f9b17c52a612cfcbe98e2d77795b92fd8" 2018-10-04 15:28:42,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44b8c814-9f07-4a12-a39a-3ddba2f54d7a Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04"}, "enabled": true, "id": "86157be81ad94eaa974172557cc32e04", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj"}]} 2018-10-04 15:28:42,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj used request id req-44b8c814-9f07-4a12-a39a-3ddba2f54d7a 2018-10-04 15:28:42,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4b0b7f9b17c52a612cfcbe98e2d77795b92fd8" 2018-10-04 15:28:42,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5eab846e-77cf-46d4-b53f-46d0ccad0021 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:28:42,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-5eab846e-77cf-46d4-b53f-46d0ccad0021 2018-10-04 15:28:42,766 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-user 2018-10-04 15:28:42,766 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:28:42,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c096f89e7a3c7996f9b821c86d1fa65edcfd72" 2018-10-04 15:28:42,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3173e27f-b2d0-4155-ba40-4153e35cc2ba Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:28:42,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3173e27f-b2d0-4155-ba40-4153e35cc2ba 2018-10-04 15:28:42,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c096f89e7a3c7996f9b821c86d1fa65edcfd72" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj-role"}}' 2018-10-04 15:28:42,963 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:28:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a84ede94-e289-4966-84f5-22c513d0e6d2 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b61e8bfd1519428abda4f6039e1f99a3", "links": {"self": "http://172.30.9.23:5000/v3/roles/b61e8bfd1519428abda4f6039e1f99a3"}, "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj-role"}} 2018-10-04 15:28:42,963 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-a84ede94-e289-4966-84f5-22c513d0e6d2 2018-10-04 15:28:42,964 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj-role 2018-10-04 15:28:42,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/b61e8bfd1519428abda4f6039e1f99a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c096f89e7a3c7996f9b821c86d1fa65edcfd72" 2018-10-04 15:28:43,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87150de9-c43c-46f0-947f-d535c54322fa Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/b61e8bfd1519428abda4f6039e1f99a3"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj-role", "id": "b61e8bfd1519428abda4f6039e1f99a3"}} 2018-10-04 15:28:43,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/b61e8bfd1519428abda4f6039e1f99a3 used request id req-87150de9-c43c-46f0-947f-d535c54322fa 2018-10-04 15:28:43,056 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj-role to project CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj 2018-10-04 15:28:43,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04/users/002654a3a9214af280684f7aa2a78bf5/roles/b61e8bfd1519428abda4f6039e1f99a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c096f89e7a3c7996f9b821c86d1fa65edcfd72" 2018-10-04 15:28:43,188 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:28:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00aa57d5-91e5-44cf-88dd-b4ae0eaeb6a2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:28:43,188 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04/users/002654a3a9214af280684f7aa2a78bf5/roles/b61e8bfd1519428abda4f6039e1f99a3 used request id req-00aa57d5-91e5-44cf-88dd-b4ae0eaeb6a2 2018-10-04 15:28:43,188 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:28:43,190 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:28:43,190 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:28:43,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:28:43,568 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b61e8bfd1519428abda4f6039e1f99a3", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj-role"}], "expires_at": "2018-10-04T16:28:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "86157be81ad94eaa974172557cc32e04", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-user", "id": "002654a3a9214af280684f7aa2a78bf5"}, "audit_ids": ["SGrwkQsbQIKC6WnQ2tl41w"], "issued_at": "2018-10-04T15:28:43.000000Z"}} 2018-10-04 15:28:43,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f69e5ff2e7a917935988e9b5a6300b59f2d24777" 2018-10-04 15:28:43,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4947b575-4d96-4d64-a597-36c9276f38ae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:28:43,645 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4947b575-4d96-4d64-a597-36c9276f38ae 2018-10-04 15:28:43,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f69e5ff2e7a917935988e9b5a6300b59f2d24777" 2018-10-04 15:28:43,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-f739d724-3487-4d61-8711-5900983e0961 Date: Thu, 04 Oct 2018 15:28:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-image"} 2018-10-04 15:28:43,834 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-image used request id req-f739d724-3487-4d61-8711-5900983e0961 2018-10-04 15:28:43,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f69e5ff2e7a917935988e9b5a6300b59f2d24777" 2018-10-04 15:28:43,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-432c37d1-746d-46a8-9e89-d8dec9157631 Date: Thu, 04 Oct 2018 15:28:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:28:43,980 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-432c37d1-746d-46a8-9e89-d8dec9157631 2018-10-04 15:28:44,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f69e5ff2e7a917935988e9b5a6300b59f2d24777" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-image"}' 2018-10-04 15:28:44,204 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b X-Openstack-Request-Id: req-e9335a60-86b8-428c-bddf-b813d850ec07 Date: Thu, 04 Oct 2018 15:28:44 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:28:44Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:28:44Z", "visibility": "shared", "locations": [], "self": "/v2/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "min_disk": 0, "protected": false, "id": "8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "file": "/v2/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b/file", "checksum": null, "owner": "86157be81ad94eaa974172557cc32e04", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:28:44,205 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-e9335a60-86b8-428c-bddf-b813d850ec07 2018-10-04 15:28:44,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f69e5ff2e7a917935988e9b5a6300b59f2d24777" -d '' 2018-10-04 15:28:45,363 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-65eaff9e-e455-4de1-a494-4eeb739bc3e3 Date: Thu, 04 Oct 2018 15:28:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:28:45,363 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b/file used request id req-65eaff9e-e455-4de1-a494-4eeb739bc3e3 2018-10-04 15:28:45,363 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:28:45,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f69e5ff2e7a917935988e9b5a6300b59f2d24777" 2018-10-04 15:28:45,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-ecc24f6b-6064-44c1-8f8b-5dc91e4717d2 Date: Thu, 04 Oct 2018 15:28:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:28:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:28:45Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b/snap", "metadata": {}}], "self": "/v2/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "min_disk": 0, "protected": false, "id": "8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "file": "/v2/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "86157be81ad94eaa974172557cc32e04", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:28:45,526 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b used request id req-ecc24f6b-6064-44c1-8f8b-5dc91e4717d2 2018-10-04 15:28:45,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f69e5ff2e7a917935988e9b5a6300b59f2d24777" 2018-10-04 15:28:45,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-875ed045-c4e8-4747-ae7e-4efe22f98acb Date: Thu, 04 Oct 2018 15:28:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:28:45,677 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-875ed045-c4e8-4747-ae7e-4efe22f98acb 2018-10-04 15:28:45,680 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-image 2018-10-04 15:28:45,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f69e5ff2e7a917935988e9b5a6300b59f2d24777" 2018-10-04 15:28:45,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-8e330769-6d1c-4dae-9b62-d6cdfba5cb45 Date: Thu, 04 Oct 2018 15:28:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:28:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:28:45Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b/snap", "metadata": {}}], "self": "/v2/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "min_disk": 0, "protected": false, "id": "8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "file": "/v2/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "86157be81ad94eaa974172557cc32e04", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:28:45,699 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b used request id req-8e330769-6d1c-4dae-9b62-d6cdfba5cb45 2018-10-04 15:28:45,700 - create_image - DEBUG - Instance status is - active 2018-10-04 15:28:45,700 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-image 2018-10-04 15:28:45,700 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-image 2018-10-04 15:28:45,700 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:28:45,701 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:28:46,079 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b61e8bfd1519428abda4f6039e1f99a3", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj-role"}], "expires_at": "2018-10-04T16:28:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "86157be81ad94eaa974172557cc32e04", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-user", "id": "002654a3a9214af280684f7aa2a78bf5"}, "audit_ids": ["fb-BkmSBTKaHfeldZw6_ew"], "issued_at": "2018-10-04T15:28:46.000000Z"}} 2018-10-04 15:28:46,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e18a6e19b2f2b626ebec66ecf6ae6bac2e70571c" 2018-10-04 15:28:46,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80d359a3-eb7a-46ff-ae19-3d9183821b52 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:28:46,150 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-80d359a3-eb7a-46ff-ae19-3d9183821b52 2018-10-04 15:28:46,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e18a6e19b2f2b626ebec66ecf6ae6bac2e70571c" 2018-10-04 15:28:46,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-91887163-9093-4f23-b203-7bae46d18023 Date: Thu, 04 Oct 2018 15:28:46 GMT RESP BODY: {"networks":[]} 2018-10-04 15:28:46,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net used request id req-91887163-9093-4f23-b203-7bae46d18023 2018-10-04 15:28:46,421 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net 2018-10-04 15:28:46,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e18a6e19b2f2b626ebec66ecf6ae6bac2e70571c" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net", "admin_state_up": true}}' 2018-10-04 15:28:46,943 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-22043ea6-ef7c-4794-bc38-5b77d53df79b Date: Thu, 04 Oct 2018 15:28:46 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"a7dd02ef-2b8c-4198-b184-722f863927a7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"86157be81ad94eaa974172557cc32e04","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:28:46Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:46Z","mtu":1450}} 2018-10-04 15:28:46,944 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-22043ea6-ef7c-4794-bc38-5b77d53df79b 2018-10-04 15:28:46,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=a7dd02ef-2b8c-4198-b184-722f863927a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e18a6e19b2f2b626ebec66ecf6ae6bac2e70571c" 2018-10-04 15:28:47,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-1a67efbd-1cd5-44bd-b393-6d8ab8ae33bd Date: Thu, 04 Oct 2018 15:28:47 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-10-04T15:28:46Z","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"86157be81ad94eaa974172557cc32e04","id":"a7dd02ef-2b8c-4198-b184-722f863927a7","name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net"}]} 2018-10-04 15:28:47,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=a7dd02ef-2b8c-4198-b184-722f863927a7 used request id req-1a67efbd-1cd5-44bd-b393-6d8ab8ae33bd 2018-10-04 15:28:47,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e18a6e19b2f2b626ebec66ecf6ae6bac2e70571c" 2018-10-04 15:28:47,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-104ae4b4-d187-4bc9-ba07-e94664b6b597 Date: Thu, 04 Oct 2018 15:28:47 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:28:47,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 used request id req-104ae4b4-d187-4bc9-ba07-e94664b6b597 2018-10-04 15:28:47,350 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-subnet 2018-10-04 15:28:47,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e18a6e19b2f2b626ebec66ecf6ae6bac2e70571c" -d '{"subnets": [{"ip_version": 4, "network_id": "a7dd02ef-2b8c-4198-b184-722f863927a7", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-subnet"}]}' 2018-10-04 15:28:48,051 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6b513fc7-14df-42c7-b88c-d6d871625257 Date: Thu, 04 Oct 2018 15:28:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:47Z","dns_nameservers":[],"updated_at":"2018-10-04T15:28:47Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"86157be81ad94eaa974172557cc32e04","id":"a88b30b6-056c-4a99-9140-1f7230a26955","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-subnet"}]} 2018-10-04 15:28:48,052 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-6b513fc7-14df-42c7-b88c-d6d871625257 2018-10-04 15:28:48,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=a7dd02ef-2b8c-4198-b184-722f863927a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e18a6e19b2f2b626ebec66ecf6ae6bac2e70571c" 2018-10-04 15:28:48,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-acf26004-1258-4411-ace7-5f3c52c156ed Date: Thu, 04 Oct 2018 15:28:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a88b30b6-056c-4a99-9140-1f7230a26955"],"updated_at":"2018-10-04T15:28:47Z","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"86157be81ad94eaa974172557cc32e04","id":"a7dd02ef-2b8c-4198-b184-722f863927a7","name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net"}]} 2018-10-04 15:28:48,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=a7dd02ef-2b8c-4198-b184-722f863927a7 used request id req-acf26004-1258-4411-ace7-5f3c52c156ed 2018-10-04 15:28:48,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e18a6e19b2f2b626ebec66ecf6ae6bac2e70571c" 2018-10-04 15:28:48,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d4c33ab0-d5bb-4183-abd1-1574ec107901 Date: Thu, 04 Oct 2018 15:28:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:47Z","dns_nameservers":[],"updated_at":"2018-10-04T15:28:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"86157be81ad94eaa974172557cc32e04","id":"a88b30b6-056c-4a99-9140-1f7230a26955","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-subnet"}]} 2018-10-04 15:28:48,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 used request id req-d4c33ab0-d5bb-4183-abd1-1574ec107901 2018-10-04 15:28:48,513 - OpenStackNetwork - DEBUG - Network [a7dd02ef-2b8c-4198-b184-722f863927a7] created successfully 2018-10-04 15:28:48,513 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:28:48,514 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:28:48,884 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b61e8bfd1519428abda4f6039e1f99a3", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj-role"}], "expires_at": "2018-10-04T16:28:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "86157be81ad94eaa974172557cc32e04", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-user", "id": "002654a3a9214af280684f7aa2a78bf5"}, "audit_ids": ["qMfO9MOORG27-T-HuPSL6g"], "issued_at": "2018-10-04T15:28:48.000000Z"}} 2018-10-04 15:28:48,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}351777695887c55a80a3ec442dfaec6391f27276" 2018-10-04 15:28:48,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b4ba971-8a70-4a63-b479-f5017347f46d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:28:48,960 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9b4ba971-8a70-4a63-b479-f5017347f46d 2018-10-04 15:28:48,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}351777695887c55a80a3ec442dfaec6391f27276" 2018-10-04 15:28:49,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2ce203d8-827b-4821-a3d9-ca5e61cd2d40 Date: Thu, 04 Oct 2018 15:28:49 GMT RESP BODY: {"routers": []} 2018-10-04 15:28:49,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-router&admin_state_up=True used request id req-2ce203d8-827b-4821-a3d9-ca5e61cd2d40 2018-10-04 15:28:49,178 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:28:49,179 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:28:49,566 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b61e8bfd1519428abda4f6039e1f99a3", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj-role"}], "expires_at": "2018-10-04T16:28:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "86157be81ad94eaa974172557cc32e04", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-user", "id": "002654a3a9214af280684f7aa2a78bf5"}, "audit_ids": ["_ff2jRRsS6KPrRGkCVs7Qg"], "issued_at": "2018-10-04T15:28:49.000000Z"}} 2018-10-04 15:28:49,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00d643021afd3949719cf45d82fb6e7336c990be" 2018-10-04 15:28:49,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcdd508f-2afa-465b-8d36-9f21d6236695 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:28:49,639 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bcdd508f-2afa-465b-8d36-9f21d6236695 2018-10-04 15:28:49,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}351777695887c55a80a3ec442dfaec6391f27276" 2018-10-04 15:28:50,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-d510b751-5125-4799-a3b7-42b2aaa38a8b Date: Thu, 04 Oct 2018 15:28:50 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:28:50,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-d510b751-5125-4799-a3b7-42b2aaa38a8b 2018-10-04 15:28:50,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}351777695887c55a80a3ec442dfaec6391f27276" 2018-10-04 15:28:50,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-85d4ff2e-ed30-47d5-b8f3-1674cbf966e3 Date: Thu, 04 Oct 2018 15:28:50 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:28:50,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-85d4ff2e-ed30-47d5-b8f3-1674cbf966e3 2018-10-04 15:28:50,217 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-router 2018-10-04 15:28:50,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}351777695887c55a80a3ec442dfaec6391f27276" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-router", "admin_state_up": true}}' 2018-10-04 15:28:55,606 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-b1443ac8-e5af-434b-8a07-6681395fc3c1 Date: Thu, 04 Oct 2018 15:28:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:28:51Z", "admin_state_up": true, "updated_at": "2018-10-04T15:28:51Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "86157be81ad94eaa974172557cc32e04", "id": "69562191-c9dd-42f4-a12f-804be413c7bb", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-router"}} 2018-10-04 15:28:55,606 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-b1443ac8-e5af-434b-8a07-6681395fc3c1 2018-10-04 15:28:55,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=69562191-c9dd-42f4-a12f-804be413c7bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}351777695887c55a80a3ec442dfaec6391f27276" 2018-10-04 15:28:55,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2a236e1c-dc56-4277-9c53-6feffe87e0d3 Date: Thu, 04 Oct 2018 15:28:55 GMT RESP BODY: {"ports":[]} 2018-10-04 15:28:55,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=69562191-c9dd-42f4-a12f-804be413c7bb used request id req-2a236e1c-dc56-4277-9c53-6feffe87e0d3 2018-10-04 15:28:55,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}351777695887c55a80a3ec442dfaec6391f27276" 2018-10-04 15:28:56,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6c2ab089-1fa0-4dd8-b5d7-8223d583d35f Date: Thu, 04 Oct 2018 15:28:56 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":["a88b30b6-056c-4a99-9140-1f7230a26955"],"updated_at":"2018-10-04T15:28:47Z","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"86157be81ad94eaa974172557cc32e04","id":"a7dd02ef-2b8c-4198-b184-722f863927a7","name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net"}]} 2018-10-04 15:28:56,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net used request id req-6c2ab089-1fa0-4dd8-b5d7-8223d583d35f 2018-10-04 15:28:56,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:28:56,242 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:28:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:28:56,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}351777695887c55a80a3ec442dfaec6391f27276" 2018-10-04 15:28:56,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ac8c2a7-640f-446f-8361-4a2a0c1609e2 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04"}, "enabled": true, "id": "86157be81ad94eaa974172557cc32e04", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj"}} 2018-10-04 15:28:56,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 used request id req-4ac8c2a7-640f-446f-8361-4a2a0c1609e2 2018-10-04 15:28:56,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}351777695887c55a80a3ec442dfaec6391f27276" 2018-10-04 15:28:56,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f2ad009b-681f-4ac2-963f-d244c6203caf Date: Thu, 04 Oct 2018 15:28:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:47Z","dns_nameservers":[],"updated_at":"2018-10-04T15:28:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"86157be81ad94eaa974172557cc32e04","id":"a88b30b6-056c-4a99-9140-1f7230a26955","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-subnet"}]} 2018-10-04 15:28:56,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 used request id req-f2ad009b-681f-4ac2-963f-d244c6203caf 2018-10-04 15:28:56,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7&name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}351777695887c55a80a3ec442dfaec6391f27276" 2018-10-04 15:28:56,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d8bb00ac-1016-47e5-933b-ac0f0cb87534 Date: Thu, 04 Oct 2018 15:28:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:47Z","dns_nameservers":[],"updated_at":"2018-10-04T15:28:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"86157be81ad94eaa974172557cc32e04","id":"a88b30b6-056c-4a99-9140-1f7230a26955","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-subnet"}]} 2018-10-04 15:28:56,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7&name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-subnet used request id req-d8bb00ac-1016-47e5-933b-ac0f0cb87534 2018-10-04 15:28:56,581 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-04 15:28:56,582 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-router 2018-10-04 15:28:56,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/69562191-c9dd-42f4-a12f-804be413c7bb/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}351777695887c55a80a3ec442dfaec6391f27276" -d '{"subnet_id": "a88b30b6-056c-4a99-9140-1f7230a26955"}' 2018-10-04 15:28:58,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-43cbbc16-63ac-4fd8-a6c5-e5494ff4dedc Date: Thu, 04 Oct 2018 15:28:58 GMT RESP BODY: {"network_id": "a7dd02ef-2b8c-4198-b184-722f863927a7", "tenant_id": "86157be81ad94eaa974172557cc32e04", "subnet_id": "a88b30b6-056c-4a99-9140-1f7230a26955", "subnet_ids": ["a88b30b6-056c-4a99-9140-1f7230a26955"], "port_id": "c989de98-d965-4229-8144-c6053988f8b3", "id": "69562191-c9dd-42f4-a12f-804be413c7bb"} 2018-10-04 15:28:58,621 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/69562191-c9dd-42f4-a12f-804be413c7bb/add_router_interface used request id req-43cbbc16-63ac-4fd8-a6c5-e5494ff4dedc 2018-10-04 15:28:58,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/69562191-c9dd-42f4-a12f-804be413c7bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}351777695887c55a80a3ec442dfaec6391f27276" 2018-10-04 15:28:58,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-3f0238bc-ef4e-43de-9f83-67820bcb3c2f Date: Thu, 04 Oct 2018 15:28:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:28:51Z", "admin_state_up": true, "updated_at": "2018-10-04T15:28:57Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "86157be81ad94eaa974172557cc32e04", "id": "69562191-c9dd-42f4-a12f-804be413c7bb", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-router"}} 2018-10-04 15:28:58,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/69562191-c9dd-42f4-a12f-804be413c7bb used request id req-3f0238bc-ef4e-43de-9f83-67820bcb3c2f 2018-10-04 15:28:58,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=69562191-c9dd-42f4-a12f-804be413c7bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}351777695887c55a80a3ec442dfaec6391f27276" 2018-10-04 15:28:59,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-21c58eed-135b-4a52-9c56-dbb1235435b1 Date: Thu, 04 Oct 2018 15:28:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:28:57Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a88b30b6-056c-4a99-9140-1f7230a26955","ip_address":"10.55.1.1"}],"id":"c989de98-d965-4229-8144-c6053988f8b3","security_groups":[],"mac_address":"fa:16:3e:d8:e8:c1","project_id":"86157be81ad94eaa974172557cc32e04","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:57Z","binding:vnic_type":"normal","device_id":"69562191-c9dd-42f4-a12f-804be413c7bb"}]} 2018-10-04 15:28:59,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=69562191-c9dd-42f4-a12f-804be413c7bb used request id req-21c58eed-135b-4a52-9c56-dbb1235435b1 2018-10-04 15:28:59,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/a88b30b6-056c-4a99-9140-1f7230a26955 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}351777695887c55a80a3ec442dfaec6391f27276" 2018-10-04 15:28:59,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-0b0572aa-39c6-4d2f-ad56-003d9c715ba7 Date: Thu, 04 Oct 2018 15:28:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:47Z","dns_nameservers":[],"updated_at":"2018-10-04T15:28:47Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"86157be81ad94eaa974172557cc32e04","id":"a88b30b6-056c-4a99-9140-1f7230a26955","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-subnet"}} 2018-10-04 15:28:59,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/a88b30b6-056c-4a99-9140-1f7230a26955 used request id req-0b0572aa-39c6-4d2f-ad56-003d9c715ba7 2018-10-04 15:28:59,289 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:28:59,290 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:28:59,669 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:28:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["xGT0j_ZTRYGHm1TrRc6GeA"], "issued_at": "2018-10-04T15:28:59.000000Z"}} 2018-10-04 15:28:59,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a8ace702ff461445bd7f42fa8803d507782af81" 2018-10-04 15:28:59,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3339dfc9-b9a8-4982-a345-d5bae5a6c6c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:28:59,757 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3339dfc9-b9a8-4982-a345-d5bae5a6c6c3 2018-10-04 15:28:59,759 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:28:59,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a8ace702ff461445bd7f42fa8803d507782af81" 2018-10-04 15:28:59,942 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28: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-79115507-91b9-4907-bc01-a6b262f297ef x-compute-request-id: req-79115507-91b9-4907-bc01-a6b262f297ef Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:28:59,942 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-79115507-91b9-4907-bc01-a6b262f297ef 2018-10-04 15:28:59,946 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a8ace702ff461445bd7f42fa8803d507782af81" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:28:59,991 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:28: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-9d53f345-77c0-4b52-bacb-11cd48eb50e0 x-compute-request-id: req-9d53f345-77c0-4b52-bacb-11cd48eb50e0 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/456b4a29-1e85-4615-aa7f-1bb63ab74a85", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/456b4a29-1e85-4615-aa7f-1bb63ab74a85", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "456b4a29-1e85-4615-aa7f-1bb63ab74a85", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:28:59,992 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9d53f345-77c0-4b52-bacb-11cd48eb50e0 2018-10-04 15:28:59,992 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:28:59,993 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:29:00,361 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b61e8bfd1519428abda4f6039e1f99a3", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj-role"}], "expires_at": "2018-10-04T16:29:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "86157be81ad94eaa974172557cc32e04", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-user", "id": "002654a3a9214af280684f7aa2a78bf5"}, "audit_ids": ["aFLgwqkDRyW5cG5JNPUdMg"], "issued_at": "2018-10-04T15:29:00.000000Z"}} 2018-10-04 15:29:00,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e86200dfda9aa739ec6f08f7c08c6fbfc66d9e3" 2018-10-04 15:29:00,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-686e60cf-910a-4c0f-a431-17bee9eb2039 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:29:00,440 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-686e60cf-910a-4c0f-a431-17bee9eb2039 2018-10-04 15:29:00,441 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:29:00,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e86200dfda9aa739ec6f08f7c08c6fbfc66d9e3" 2018-10-04 15:29:00,628 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29: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-7192f9f8-b9f4-4652-8e0b-fa929c520e28 x-compute-request-id: req-7192f9f8-b9f4-4652-8e0b-fa929c520e28 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-04 15:29:00,629 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-7192f9f8-b9f4-4652-8e0b-fa929c520e28 2018-10-04 15:29:00,629 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-kp... 2018-10-04 15:29:00,629 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 15:29:00,647 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-kp 2018-10-04 15:29:00,650 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e86200dfda9aa739ec6f08f7c08c6fbfc66d9e3" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCxl68ya28WRYpaaCwKyxG0LkiKag04kGZQUXIB+2gAiWma2RsgtMXynYlGbYrqQswqevqX/Z7zdkZ0nSyd781eXY48NRiU/N9C1EGm+QxBS7+JvaOfle/ph3Cuz0XjplDTRME4vCXDsX5hLShYJpCYtC0ziLQb1wa5n7VOTuP7uw==", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-kp"}}' 2018-10-04 15:29:00,700 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29: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-4013c4a6-4351-4237-adee-c3e74e27e38f x-compute-request-id: req-4013c4a6-4351-4237-adee-c3e74e27e38f Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCxl68ya28WRYpaaCwKyxG0LkiKag04kGZQUXIB+2gAiWma2RsgtMXynYlGbYrqQswqevqX/Z7zdkZ0nSyd781eXY48NRiU/N9C1EGm+QxBS7+JvaOfle/ph3Cuz0XjplDTRME4vCXDsX5hLShYJpCYtC0ziLQb1wa5n7VOTuP7uw==", "user_id": "002654a3a9214af280684f7aa2a78bf5", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-kp", "fingerprint": "97:fa:90:ca:aa:b4:bb:85:d1:e4:49:17:31:5b:9e:56"}} 2018-10-04 15:29:00,700 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-4013c4a6-4351-4237-adee-c3e74e27e38f 2018-10-04 15:29:00,702 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5.pub 2018-10-04 15:29:00,703 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5 2018-10-04 15:29:00,703 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:29:00,704 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:29:01,083 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b61e8bfd1519428abda4f6039e1f99a3", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj-role"}], "expires_at": "2018-10-04T16:29:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "86157be81ad94eaa974172557cc32e04", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-user", "id": "002654a3a9214af280684f7aa2a78bf5"}, "audit_ids": ["2dVi7ZsOSqKbXy8XzHhDKg"], "issued_at": "2018-10-04T15:29:01.000000Z"}} 2018-10-04 15:29:01,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5831a2a1c6baba63f682d15175bb118a93bc72a" 2018-10-04 15:29:01,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e57acf4-7804-41fc-9b99-ab721a900f85 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:29:01,154 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5e57acf4-7804-41fc-9b99-ab721a900f85 2018-10-04 15:29:01,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5831a2a1c6baba63f682d15175bb118a93bc72a" 2018-10-04 15:29:01,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-e27f7736-bb26-4e09-a7f4-f16f498f09d2 Date: Thu, 04 Oct 2018 15:29:01 GMT RESP BODY: {"security_groups": []} 2018-10-04 15:29:01,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-sec-grp used request id req-e27f7736-bb26-4e09-a7f4-f16f498f09d2 2018-10-04 15:29:01,345 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-sec-grp... 2018-10-04 15:29:01,346 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-sec-grp 2018-10-04 15:29:01,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5831a2a1c6baba63f682d15175bb118a93bc72a" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-sec-grp"}}' 2018-10-04 15:29:01,731 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-4da2e636-80ac-46b4-bd5b-f7ed958c9d9a Date: Thu, 04 Oct 2018 15:29:01 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:29:01Z", "updated_at": "2018-10-04T15:29:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:29:01Z", "revision_number": 0, "id": "64fea6c3-0129-4843-8bb1-08de74e9d87b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:29:01Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "tenant_id": "86157be81ad94eaa974172557cc32e04", "port_range_min": null, "ethertype": "IPv6", "project_id": "86157be81ad94eaa974172557cc32e04"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:29:01Z", "revision_number": 0, "id": "784d27fc-f703-4044-8d7f-179b526c3c98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:29:01Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "tenant_id": "86157be81ad94eaa974172557cc32e04", "port_range_min": null, "ethertype": "IPv4", "project_id": "86157be81ad94eaa974172557cc32e04"}], "revision_number": 2, "project_id": "86157be81ad94eaa974172557cc32e04", "id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-sec-grp"}} 2018-10-04 15:29:01,731 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-4da2e636-80ac-46b4-bd5b-f7ed958c9d9a 2018-10-04 15:29:01,731 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8db2b3f4-1099-46b8-95d7-c1458bf57b06 2018-10-04 15:29:01,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8db2b3f4-1099-46b8-95d7-c1458bf57b06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5831a2a1c6baba63f682d15175bb118a93bc72a" 2018-10-04 15:29:01,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e6d9ed2c-a021-4444-84db-c8cbedcd1f94 Date: Thu, 04 Oct 2018 15:29:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:29:01Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "port_range_min": null, "revision_number": 0, "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:29:01Z", "project_id": "86157be81ad94eaa974172557cc32e04", "id": "64fea6c3-0129-4843-8bb1-08de74e9d87b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:29:01Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "port_range_min": null, "revision_number": 0, "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:29:01Z", "project_id": "86157be81ad94eaa974172557cc32e04", "id": "784d27fc-f703-4044-8d7f-179b526c3c98"}]} 2018-10-04 15:29:01,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8db2b3f4-1099-46b8-95d7-c1458bf57b06 used request id req-e6d9ed2c-a021-4444-84db-c8cbedcd1f94 2018-10-04 15:29:01,906 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8db2b3f4-1099-46b8-95d7-c1458bf57b06 2018-10-04 15:29:01,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8db2b3f4-1099-46b8-95d7-c1458bf57b06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5831a2a1c6baba63f682d15175bb118a93bc72a" 2018-10-04 15:29:02,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1477e0ff-dfa7-4f04-8fd9-5f64bf70ebf7 Date: Thu, 04 Oct 2018 15:29:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:29:01Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "port_range_min": null, "revision_number": 0, "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:29:01Z", "project_id": "86157be81ad94eaa974172557cc32e04", "id": "64fea6c3-0129-4843-8bb1-08de74e9d87b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:29:01Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "port_range_min": null, "revision_number": 0, "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:29:01Z", "project_id": "86157be81ad94eaa974172557cc32e04", "id": "784d27fc-f703-4044-8d7f-179b526c3c98"}]} 2018-10-04 15:29:02,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8db2b3f4-1099-46b8-95d7-c1458bf57b06 used request id req-1477e0ff-dfa7-4f04-8fd9-5f64bf70ebf7 2018-10-04 15:29:02,106 - neutron_utils - INFO - Retrieving security group with ID - 8db2b3f4-1099-46b8-95d7-c1458bf57b06 2018-10-04 15:29:02,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=8db2b3f4-1099-46b8-95d7-c1458bf57b06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5831a2a1c6baba63f682d15175bb118a93bc72a" 2018-10-04 15:29:02,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-324b2157-56e5-49e7-8d19-5d06ec053631 Date: Thu, 04 Oct 2018 15:29:02 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:29:01Z", "updated_at": "2018-10-04T15:29:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:29:01Z", "revision_number": 0, "id": "64fea6c3-0129-4843-8bb1-08de74e9d87b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:29:01Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "tenant_id": "86157be81ad94eaa974172557cc32e04", "port_range_min": null, "ethertype": "IPv6", "project_id": "86157be81ad94eaa974172557cc32e04"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:29:01Z", "revision_number": 0, "id": "784d27fc-f703-4044-8d7f-179b526c3c98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:29:01Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "tenant_id": "86157be81ad94eaa974172557cc32e04", "port_range_min": null, "ethertype": "IPv4", "project_id": "86157be81ad94eaa974172557cc32e04"}], "revision_number": 2, "project_id": "86157be81ad94eaa974172557cc32e04", "id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-sec-grp"}]} 2018-10-04 15:29:02,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=8db2b3f4-1099-46b8-95d7-c1458bf57b06 used request id req-324b2157-56e5-49e7-8d19-5d06ec053631 2018-10-04 15:29:02,315 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8db2b3f4-1099-46b8-95d7-c1458bf57b06 2018-10-04 15:29:02,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8db2b3f4-1099-46b8-95d7-c1458bf57b06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5831a2a1c6baba63f682d15175bb118a93bc72a" 2018-10-04 15:29:02,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cacdc4dd-7186-402c-8236-4d2995f85213 Date: Thu, 04 Oct 2018 15:29:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:29:01Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "port_range_min": null, "revision_number": 0, "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:29:01Z", "project_id": "86157be81ad94eaa974172557cc32e04", "id": "64fea6c3-0129-4843-8bb1-08de74e9d87b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:29:01Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "port_range_min": null, "revision_number": 0, "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:29:01Z", "project_id": "86157be81ad94eaa974172557cc32e04", "id": "784d27fc-f703-4044-8d7f-179b526c3c98"}]} 2018-10-04 15:29:02,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8db2b3f4-1099-46b8-95d7-c1458bf57b06 used request id req-cacdc4dd-7186-402c-8236-4d2995f85213 2018-10-04 15:29:02,496 - neutron_utils - INFO - Retrieving security group with ID - 8db2b3f4-1099-46b8-95d7-c1458bf57b06 2018-10-04 15:29:02,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=8db2b3f4-1099-46b8-95d7-c1458bf57b06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5831a2a1c6baba63f682d15175bb118a93bc72a" 2018-10-04 15:29:02,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-4ec52b2b-5a7a-45a4-8907-cda7cf83fad3 Date: Thu, 04 Oct 2018 15:29:02 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:29:01Z", "updated_at": "2018-10-04T15:29:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:29:01Z", "revision_number": 0, "id": "64fea6c3-0129-4843-8bb1-08de74e9d87b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:29:01Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "tenant_id": "86157be81ad94eaa974172557cc32e04", "port_range_min": null, "ethertype": "IPv6", "project_id": "86157be81ad94eaa974172557cc32e04"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:29:01Z", "revision_number": 0, "id": "784d27fc-f703-4044-8d7f-179b526c3c98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:29:01Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "tenant_id": "86157be81ad94eaa974172557cc32e04", "port_range_min": null, "ethertype": "IPv4", "project_id": "86157be81ad94eaa974172557cc32e04"}], "revision_number": 2, "project_id": "86157be81ad94eaa974172557cc32e04", "id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-sec-grp"}]} 2018-10-04 15:29:02,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=8db2b3f4-1099-46b8-95d7-c1458bf57b06 used request id req-4ec52b2b-5a7a-45a4-8907-cda7cf83fad3 2018-10-04 15:29:02,705 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8db2b3f4-1099-46b8-95d7-c1458bf57b06 2018-10-04 15:29:02,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8db2b3f4-1099-46b8-95d7-c1458bf57b06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5831a2a1c6baba63f682d15175bb118a93bc72a" 2018-10-04 15:29:02,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bb99d2df-b288-409e-b035-9c4307c19a6a Date: Thu, 04 Oct 2018 15:29:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:29:01Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "port_range_min": null, "revision_number": 0, "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:29:01Z", "project_id": "86157be81ad94eaa974172557cc32e04", "id": "64fea6c3-0129-4843-8bb1-08de74e9d87b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:29:01Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "port_range_min": null, "revision_number": 0, "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:29:01Z", "project_id": "86157be81ad94eaa974172557cc32e04", "id": "784d27fc-f703-4044-8d7f-179b526c3c98"}]} 2018-10-04 15:29:02,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8db2b3f4-1099-46b8-95d7-c1458bf57b06 used request id req-bb99d2df-b288-409e-b035-9c4307c19a6a 2018-10-04 15:29:02,973 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-sec-grp 2018-10-04 15:29:02,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5831a2a1c6baba63f682d15175bb118a93bc72a" 2018-10-04 15:29:03,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-e63befc1-a309-41be-97d1-2ec0b9102ddb Date: Thu, 04 Oct 2018 15:29:03 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:29:01Z", "updated_at": "2018-10-04T15:29:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:29:01Z", "revision_number": 0, "id": "64fea6c3-0129-4843-8bb1-08de74e9d87b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:29:01Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "tenant_id": "86157be81ad94eaa974172557cc32e04", "port_range_min": null, "ethertype": "IPv6", "project_id": "86157be81ad94eaa974172557cc32e04"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:29:01Z", "revision_number": 0, "id": "784d27fc-f703-4044-8d7f-179b526c3c98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:29:01Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "tenant_id": "86157be81ad94eaa974172557cc32e04", "port_range_min": null, "ethertype": "IPv4", "project_id": "86157be81ad94eaa974172557cc32e04"}], "revision_number": 2, "project_id": "86157be81ad94eaa974172557cc32e04", "id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-sec-grp"}]} 2018-10-04 15:29:03,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-sec-grp used request id req-e63befc1-a309-41be-97d1-2ec0b9102ddb 2018-10-04 15:29:03,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:29:03,190 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:29:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:29:03,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5831a2a1c6baba63f682d15175bb118a93bc72a" 2018-10-04 15:29:03,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54732314-690a-42c4-a3c4-a7e9df36f745 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04"}, "enabled": true, "id": "86157be81ad94eaa974172557cc32e04", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj"}} 2018-10-04 15:29:03,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 used request id req-54732314-690a-42c4-a3c4-a7e9df36f745 2018-10-04 15:29:03,272 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8db2b3f4-1099-46b8-95d7-c1458bf57b06 2018-10-04 15:29:03,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8db2b3f4-1099-46b8-95d7-c1458bf57b06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5831a2a1c6baba63f682d15175bb118a93bc72a" 2018-10-04 15:29:03,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2c757660-75b8-4580-99b5-f6505276fc60 Date: Thu, 04 Oct 2018 15:29:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:29:01Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "port_range_min": null, "revision_number": 0, "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:29:01Z", "project_id": "86157be81ad94eaa974172557cc32e04", "id": "64fea6c3-0129-4843-8bb1-08de74e9d87b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:29:01Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "port_range_min": null, "revision_number": 0, "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:29:01Z", "project_id": "86157be81ad94eaa974172557cc32e04", "id": "784d27fc-f703-4044-8d7f-179b526c3c98"}]} 2018-10-04 15:29:03,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8db2b3f4-1099-46b8-95d7-c1458bf57b06 used request id req-2c757660-75b8-4580-99b5-f6505276fc60 2018-10-04 15:29:03,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5831a2a1c6baba63f682d15175bb118a93bc72a" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06"}}' 2018-10-04 15:29:03,653 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-13d5d3b5-efd1-4262-b7f9-fcc2f3d19931 Date: Thu, 04 Oct 2018 15:29:03 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:29:03Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "port_range_min": null, "revision_number": 0, "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:29:03Z", "project_id": "86157be81ad94eaa974172557cc32e04", "id": "b1a46c4c-fc62-43c1-bfb1-e68d0803106f"}} 2018-10-04 15:29:03,653 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-13d5d3b5-efd1-4262-b7f9-fcc2f3d19931 2018-10-04 15:29:03,653 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-sec-grp 2018-10-04 15:29:03,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5831a2a1c6baba63f682d15175bb118a93bc72a" 2018-10-04 15:29:03,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-3d0e3fb6-a2d6-4308-9fe3-8cc8326a6494 Date: Thu, 04 Oct 2018 15:29:03 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:29:01Z", "updated_at": "2018-10-04T15:29:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:29:01Z", "revision_number": 0, "id": "64fea6c3-0129-4843-8bb1-08de74e9d87b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:29:01Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "tenant_id": "86157be81ad94eaa974172557cc32e04", "port_range_min": null, "ethertype": "IPv6", "project_id": "86157be81ad94eaa974172557cc32e04"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:29:01Z", "revision_number": 0, "id": "784d27fc-f703-4044-8d7f-179b526c3c98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:29:01Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "tenant_id": "86157be81ad94eaa974172557cc32e04", "port_range_min": null, "ethertype": "IPv4", "project_id": "86157be81ad94eaa974172557cc32e04"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:29:03Z", "revision_number": 0, "id": "b1a46c4c-fc62-43c1-bfb1-e68d0803106f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:29:03Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "tenant_id": "86157be81ad94eaa974172557cc32e04", "port_range_min": null, "ethertype": "IPv4", "project_id": "86157be81ad94eaa974172557cc32e04"}], "revision_number": 3, "project_id": "86157be81ad94eaa974172557cc32e04", "id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-sec-grp"}]} 2018-10-04 15:29:03,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-sec-grp used request id req-3d0e3fb6-a2d6-4308-9fe3-8cc8326a6494 2018-10-04 15:29:03,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5831a2a1c6baba63f682d15175bb118a93bc72a" 2018-10-04 15:29:03,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d3aff49-7420-4b50-8ebb-cb9ac7d77c1e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04"}, "enabled": true, "id": "86157be81ad94eaa974172557cc32e04", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj"}} 2018-10-04 15:29:03,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 used request id req-4d3aff49-7420-4b50-8ebb-cb9ac7d77c1e 2018-10-04 15:29:03,722 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8db2b3f4-1099-46b8-95d7-c1458bf57b06 2018-10-04 15:29:03,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8db2b3f4-1099-46b8-95d7-c1458bf57b06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5831a2a1c6baba63f682d15175bb118a93bc72a" 2018-10-04 15:29:03,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-5f66ea2b-f7b0-455f-aeb5-29d5cbe02dce Date: Thu, 04 Oct 2018 15:29:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:29:01Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "port_range_min": null, "revision_number": 0, "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:29:01Z", "project_id": "86157be81ad94eaa974172557cc32e04", "id": "64fea6c3-0129-4843-8bb1-08de74e9d87b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:29:01Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "port_range_min": null, "revision_number": 0, "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:29:01Z", "project_id": "86157be81ad94eaa974172557cc32e04", "id": "784d27fc-f703-4044-8d7f-179b526c3c98"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:29:03Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "port_range_min": null, "revision_number": 0, "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:29:03Z", "project_id": "86157be81ad94eaa974172557cc32e04", "id": "b1a46c4c-fc62-43c1-bfb1-e68d0803106f"}]} 2018-10-04 15:29:03,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8db2b3f4-1099-46b8-95d7-c1458bf57b06 used request id req-5f66ea2b-f7b0-455f-aeb5-29d5cbe02dce 2018-10-04 15:29:03,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5831a2a1c6baba63f682d15175bb118a93bc72a" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06"}}' 2018-10-04 15:29:04,203 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-cb53d1f3-5d29-44aa-a5de-f9cd248a4eea Date: Thu, 04 Oct 2018 15:29:04 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T15:29:04Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "port_range_min": 22, "revision_number": 0, "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:29:04Z", "project_id": "86157be81ad94eaa974172557cc32e04", "id": "5a92d928-a6c4-491c-8c2c-7d0ba7883708"}} 2018-10-04 15:29:04,204 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-cb53d1f3-5d29-44aa-a5de-f9cd248a4eea 2018-10-04 15:29:04,204 - neutron_utils - INFO - Retrieving security group with ID - 8db2b3f4-1099-46b8-95d7-c1458bf57b06 2018-10-04 15:29:04,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=8db2b3f4-1099-46b8-95d7-c1458bf57b06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5831a2a1c6baba63f682d15175bb118a93bc72a" 2018-10-04 15:29:04,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-ea63a5e5-5ff3-4917-abec-ed56560f3525 Date: Thu, 04 Oct 2018 15:29:04 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:29:01Z", "updated_at": "2018-10-04T15:29:04Z", "security_group_rules": [{"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T15:29:04Z", "revision_number": 0, "id": "5a92d928-a6c4-491c-8c2c-7d0ba7883708", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:29:04Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "tenant_id": "86157be81ad94eaa974172557cc32e04", "port_range_min": 22, "ethertype": "IPv4", "project_id": "86157be81ad94eaa974172557cc32e04"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:29:01Z", "revision_number": 0, "id": "64fea6c3-0129-4843-8bb1-08de74e9d87b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:29:01Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "tenant_id": "86157be81ad94eaa974172557cc32e04", "port_range_min": null, "ethertype": "IPv6", "project_id": "86157be81ad94eaa974172557cc32e04"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:29:01Z", "revision_number": 0, "id": "784d27fc-f703-4044-8d7f-179b526c3c98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:29:01Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "tenant_id": "86157be81ad94eaa974172557cc32e04", "port_range_min": null, "ethertype": "IPv4", "project_id": "86157be81ad94eaa974172557cc32e04"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:29:03Z", "revision_number": 0, "id": "b1a46c4c-fc62-43c1-bfb1-e68d0803106f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:29:03Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "tenant_id": "86157be81ad94eaa974172557cc32e04", "port_range_min": null, "ethertype": "IPv4", "project_id": "86157be81ad94eaa974172557cc32e04"}], "revision_number": 4, "project_id": "86157be81ad94eaa974172557cc32e04", "id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-sec-grp"}]} 2018-10-04 15:29:04,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=8db2b3f4-1099-46b8-95d7-c1458bf57b06 used request id req-ea63a5e5-5ff3-4917-abec-ed56560f3525 2018-10-04 15:29:04,256 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8db2b3f4-1099-46b8-95d7-c1458bf57b06 2018-10-04 15:29:04,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8db2b3f4-1099-46b8-95d7-c1458bf57b06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5831a2a1c6baba63f682d15175bb118a93bc72a" 2018-10-04 15:29:04,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-816e27c6-a58c-4947-a917-10a6b51da742 Date: Thu, 04 Oct 2018 15:29:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T15:29:04Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "port_range_min": 22, "revision_number": 0, "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:29:04Z", "project_id": "86157be81ad94eaa974172557cc32e04", "id": "5a92d928-a6c4-491c-8c2c-7d0ba7883708"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:29:01Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "port_range_min": null, "revision_number": 0, "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:29:01Z", "project_id": "86157be81ad94eaa974172557cc32e04", "id": "64fea6c3-0129-4843-8bb1-08de74e9d87b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:29:01Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "port_range_min": null, "revision_number": 0, "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:29:01Z", "project_id": "86157be81ad94eaa974172557cc32e04", "id": "784d27fc-f703-4044-8d7f-179b526c3c98"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:29:03Z", "security_group_id": "8db2b3f4-1099-46b8-95d7-c1458bf57b06", "port_range_min": null, "revision_number": 0, "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:29:03Z", "project_id": "86157be81ad94eaa974172557cc32e04", "id": "b1a46c4c-fc62-43c1-bfb1-e68d0803106f"}]} 2018-10-04 15:29:04,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8db2b3f4-1099-46b8-95d7-c1458bf57b06 used request id req-816e27c6-a58c-4947-a917-10a6b51da742 2018-10-04 15:29:04,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:29:04,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:29:04,666 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b61e8bfd1519428abda4f6039e1f99a3", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj-role"}], "expires_at": "2018-10-04T16:29:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "86157be81ad94eaa974172557cc32e04", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-user", "id": "002654a3a9214af280684f7aa2a78bf5"}, "audit_ids": ["r_RBMG_mTlymLNUwjr-Jdg"], "issued_at": "2018-10-04T15:29:04.000000Z"}} 2018-10-04 15:29:04,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:04,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-027167ae-8b4d-4488-86a3-06d1ad82d058 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:29:04,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-027167ae-8b4d-4488-86a3-06d1ad82d058 2018-10-04 15:29:04,752 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:29:04,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:04,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26669829-0786-43c1-89b8-688f80c7bb8c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:29:04,821 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-26669829-0786-43c1-89b8-688f80c7bb8c 2018-10-04 15:29:04,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:05,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-802f100b-5601-412b-bb15-908a4015df7f Date: Thu, 04 Oct 2018 15:29:05 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":["a88b30b6-056c-4a99-9140-1f7230a26955"],"updated_at":"2018-10-04T15:28:47Z","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"86157be81ad94eaa974172557cc32e04","id":"a7dd02ef-2b8c-4198-b184-722f863927a7","name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net"}]} 2018-10-04 15:29:05,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net used request id req-802f100b-5601-412b-bb15-908a4015df7f 2018-10-04 15:29:05,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:29:05,228 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:29:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:29:05,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:05,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ee07a7b-28de-4ff0-a169-2addc76e7812 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04"}, "enabled": true, "id": "86157be81ad94eaa974172557cc32e04", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj"}} 2018-10-04 15:29:05,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 used request id req-6ee07a7b-28de-4ff0-a169-2addc76e7812 2018-10-04 15:29:05,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:05,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1bb7cf97-87c3-4711-924f-150be64fe64e Date: Thu, 04 Oct 2018 15:29:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:47Z","dns_nameservers":[],"updated_at":"2018-10-04T15:28:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"86157be81ad94eaa974172557cc32e04","id":"a88b30b6-056c-4a99-9140-1f7230a26955","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-subnet"}]} 2018-10-04 15:29:05,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 used request id req-1bb7cf97-87c3-4711-924f-150be64fe64e 2018-10-04 15:29:05,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7&name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:05,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5111b0dd-f08f-4810-b753-9d2029a60e5e Date: Thu, 04 Oct 2018 15:29:05 GMT RESP BODY: {"ports":[]} 2018-10-04 15:29:05,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7&name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5port-1&admin_state_up=True used request id req-5111b0dd-f08f-4810-b753-9d2029a60e5e 2018-10-04 15:29:05,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:05,930 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f7ebd836-0e78-464d-988e-5ffb67eae623 x-compute-request-id: req-f7ebd836-0e78-464d-988e-5ffb67eae623 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:29:05,930 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-inst used request id req-f7ebd836-0e78-464d-988e-5ffb67eae623 2018-10-04 15:29:05,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:06,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c240ee1c-ae1c-4e67-9e4a-80ceb7f996aa Date: Thu, 04 Oct 2018 15:29:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a88b30b6-056c-4a99-9140-1f7230a26955"],"updated_at":"2018-10-04T15:28:47Z","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"86157be81ad94eaa974172557cc32e04","id":"a7dd02ef-2b8c-4198-b184-722f863927a7","name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net"}]} 2018-10-04 15:29:06,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net used request id req-c240ee1c-ae1c-4e67-9e4a-80ceb7f996aa 2018-10-04 15:29:06,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:06,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78da1df4-5bcc-44f4-890a-80e6bb7ffebe Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04"}, "enabled": true, "id": "86157be81ad94eaa974172557cc32e04", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj"}} 2018-10-04 15:29:06,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 used request id req-78da1df4-5bcc-44f4-890a-80e6bb7ffebe 2018-10-04 15:29:06,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:06,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ffd980fa-e2a4-46cf-ac84-2c3abf023052 Date: Thu, 04 Oct 2018 15:29:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:47Z","dns_nameservers":[],"updated_at":"2018-10-04T15:28:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"86157be81ad94eaa974172557cc32e04","id":"a88b30b6-056c-4a99-9140-1f7230a26955","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-subnet"}]} 2018-10-04 15:29:06,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 used request id req-ffd980fa-e2a4-46cf-ac84-2c3abf023052 2018-10-04 15:29:06,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7&name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:06,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fd8aa8d5-1c5e-48bc-8d05-291158245ccf Date: Thu, 04 Oct 2018 15:29:06 GMT RESP BODY: {"ports":[]} 2018-10-04 15:29:06,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7&name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5port-1&admin_state_up=True used request id req-fd8aa8d5-1c5e-48bc-8d05-291158245ccf 2018-10-04 15:29:06,645 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:29:06,646 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:29:07,022 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b61e8bfd1519428abda4f6039e1f99a3", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj-role"}], "expires_at": "2018-10-04T16:29:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "86157be81ad94eaa974172557cc32e04", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/86157be81ad94eaa974172557cc32e04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/86157be81ad94eaa974172557cc32e04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/86157be81ad94eaa974172557cc32e04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-user", "id": "002654a3a9214af280684f7aa2a78bf5"}, "audit_ids": ["cB9xbZszRuC4HFE0Sl4fhA"], "issued_at": "2018-10-04T15:29:07.000000Z"}} 2018-10-04 15:29:07,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f555b9109be53f8b56adb2da03ee03fbbece7d7" 2018-10-04 15:29:07,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bdefbe5-1423-4e9a-aebe-7ebbd58d0c05 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:29:07,110 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2bdefbe5-1423-4e9a-aebe-7ebbd58d0c05 2018-10-04 15:29:07,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:07,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-806e8519-0722-4e8a-a130-5f7784bbfa22 Date: Thu, 04 Oct 2018 15:29:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a88b30b6-056c-4a99-9140-1f7230a26955"],"updated_at":"2018-10-04T15:28:47Z","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"86157be81ad94eaa974172557cc32e04","id":"a7dd02ef-2b8c-4198-b184-722f863927a7","name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net"}]} 2018-10-04 15:29:07,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net used request id req-806e8519-0722-4e8a-a130-5f7784bbfa22 2018-10-04 15:29:07,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:07,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a868c32b-8938-4480-ac05-25ef941686c8 Date: Thu, 04 Oct 2018 15:29:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:47Z","dns_nameservers":[],"updated_at":"2018-10-04T15:28:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"86157be81ad94eaa974172557cc32e04","id":"a88b30b6-056c-4a99-9140-1f7230a26955","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-subnet"}]} 2018-10-04 15:29:07,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 used request id req-a868c32b-8938-4480-ac05-25ef941686c8 2018-10-04 15:29:07,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:07,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b6e7abf1-5567-4bf5-a7a6-b1fc720649de Date: Thu, 04 Oct 2018 15:29:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a88b30b6-056c-4a99-9140-1f7230a26955"],"updated_at":"2018-10-04T15:28:47Z","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"86157be81ad94eaa974172557cc32e04","id":"a7dd02ef-2b8c-4198-b184-722f863927a7","name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net"}]} 2018-10-04 15:29:07,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net used request id req-b6e7abf1-5567-4bf5-a7a6-b1fc720649de 2018-10-04 15:29:07,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:29:07,680 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:29:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:29:07,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f555b9109be53f8b56adb2da03ee03fbbece7d7" 2018-10-04 15:29:07,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b99d7fe4-ca36-4a6b-a64d-3280f3def537 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04"}, "enabled": true, "id": "86157be81ad94eaa974172557cc32e04", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj"}} 2018-10-04 15:29:07,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 used request id req-b99d7fe4-ca36-4a6b-a64d-3280f3def537 2018-10-04 15:29:07,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:07,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0c22843d-9b3d-486f-bf66-12defc6d1ef4 Date: Thu, 04 Oct 2018 15:29:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:47Z","dns_nameservers":[],"updated_at":"2018-10-04T15:28:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"86157be81ad94eaa974172557cc32e04","id":"a88b30b6-056c-4a99-9140-1f7230a26955","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-subnet"}]} 2018-10-04 15:29:07,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 used request id req-0c22843d-9b3d-486f-bf66-12defc6d1ef4 2018-10-04 15:29:07,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7&name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:07,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-aadd96fa-0916-4acd-b80b-f5cd36df6f1e Date: Thu, 04 Oct 2018 15:29:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:47Z","dns_nameservers":[],"updated_at":"2018-10-04T15:28:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"86157be81ad94eaa974172557cc32e04","id":"a88b30b6-056c-4a99-9140-1f7230a26955","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-subnet"}]} 2018-10-04 15:29:07,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7&name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-subnet used request id req-aadd96fa-0916-4acd-b80b-f5cd36df6f1e 2018-10-04 15:29:07,819 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net 2018-10-04 15:29:07,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" -d '{"port": {"network_id": "a7dd02ef-2b8c-4198-b184-722f863927a7", "fixed_ips": [{"subnet_id": "a88b30b6-056c-4a99-9140-1f7230a26955", "ip_address": "10.55.1.100"}], "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5port-1", "admin_state_up": true}}' 2018-10-04 15:29:08,955 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-c2a8a702-7209-48d8-b9a7-85d40deb42a4 Date: Thu, 04 Oct 2018 15:29:08 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:08Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a88b30b6-056c-4a99-9140-1f7230a26955","ip_address":"10.55.1.100"}],"id":"0c564824-8f64-4ea9-a9f7-9b30aa3c339b","security_groups":["81aaa363-1a3c-46e6-b3a6-ab886e7cc380"],"mac_address":"fa:16:3e:c7:2b:35","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5port-1","project_id":"86157be81ad94eaa974172557cc32e04","qos_policy_id":null,"admin_state_up":true,"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:29:08Z","binding:vnic_type":"normal"}} 2018-10-04 15:29:08,956 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-c2a8a702-7209-48d8-b9a7-85d40deb42a4 2018-10-04 15:29:08,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:09,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-bc96196d-e3c4-4f96-a06c-db27d613ee5e Date: Thu, 04 Oct 2018 15:29:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a88b30b6-056c-4a99-9140-1f7230a26955"],"updated_at":"2018-10-04T15:28:47Z","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"86157be81ad94eaa974172557cc32e04","id":"a7dd02ef-2b8c-4198-b184-722f863927a7","name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net"}]} 2018-10-04 15:29:09,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net used request id req-bc96196d-e3c4-4f96-a06c-db27d613ee5e 2018-10-04 15:29:09,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:09,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e68ab099-e60c-4c59-a90f-668692c6fbec Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04"}, "enabled": true, "id": "86157be81ad94eaa974172557cc32e04", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj"}} 2018-10-04 15:29:09,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 used request id req-e68ab099-e60c-4c59-a90f-668692c6fbec 2018-10-04 15:29:09,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:09,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a663d972-23ce-4e43-8c91-06a45aa02061 Date: Thu, 04 Oct 2018 15:29:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:47Z","dns_nameservers":[],"updated_at":"2018-10-04T15:28:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"86157be81ad94eaa974172557cc32e04","id":"a88b30b6-056c-4a99-9140-1f7230a26955","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-subnet"}]} 2018-10-04 15:29:09,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 used request id req-a663d972-23ce-4e43-8c91-06a45aa02061 2018-10-04 15:29:09,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7&name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:09,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-f5d3fc1e-545e-4dba-9060-6aae3407c77b Date: Thu, 04 Oct 2018 15:29:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:08Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a88b30b6-056c-4a99-9140-1f7230a26955","ip_address":"10.55.1.100"}],"id":"0c564824-8f64-4ea9-a9f7-9b30aa3c339b","security_groups":["81aaa363-1a3c-46e6-b3a6-ab886e7cc380"],"mac_address":"fa:16:3e:c7:2b:35","project_id":"86157be81ad94eaa974172557cc32e04","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5port-1","admin_state_up":true,"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:29:08Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:29:09,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7&name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5port-1&admin_state_up=True used request id req-f5d3fc1e-545e-4dba-9060-6aae3407c77b 2018-10-04 15:29:09,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:09,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bbebcd4-9168-47be-943d-88fb883f98e8 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04"}, "enabled": true, "id": "86157be81ad94eaa974172557cc32e04", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj"}} 2018-10-04 15:29:09,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 used request id req-0bbebcd4-9168-47be-943d-88fb883f98e8 2018-10-04 15:29:09,769 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-inst 2018-10-04 15:29:09,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:09,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29: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-8f5cac07-295d-4b68-a262-7336556a6fe6 x-compute-request-id: req-8f5cac07-295d-4b68-a262-7336556a6fe6 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"flavors": [{"id": "456b4a29-1e85-4615-aa7f-1bb63ab74a85", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/456b4a29-1e85-4615-aa7f-1bb63ab74a85", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/456b4a29-1e85-4615-aa7f-1bb63ab74a85", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-flavor-name"}]} 2018-10-04 15:29:09,799 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-8f5cac07-295d-4b68-a262-7336556a6fe6 2018-10-04 15:29:09,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/456b4a29-1e85-4615-aa7f-1bb63ab74a85 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:09,827 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29: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-331149b4-8fab-4f81-9c4c-c3d141a6c824 x-compute-request-id: req-331149b4-8fab-4f81-9c4c-c3d141a6c824 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/456b4a29-1e85-4615-aa7f-1bb63ab74a85", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/456b4a29-1e85-4615-aa7f-1bb63ab74a85", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "456b4a29-1e85-4615-aa7f-1bb63ab74a85", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:29:09,828 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/456b4a29-1e85-4615-aa7f-1bb63ab74a85 used request id req-331149b4-8fab-4f81-9c4c-c3d141a6c824 2018-10-04 15:29:09,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:10,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-172e7f1b-2a91-4244-addd-5bff3abf0927 Date: Thu, 04 Oct 2018 15:29:10 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:28:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:28:45Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b/snap", "metadata": {}}], "self": "/v2/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "min_disk": 0, "protected": false, "id": "8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "file": "/v2/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "86157be81ad94eaa974172557cc32e04", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-image"} 2018-10-04 15:29:10,018 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-image used request id req-172e7f1b-2a91-4244-addd-5bff3abf0927 2018-10-04 15:29:10,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:10,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-52921c3a-e2e6-455b-9e87-cc4dc6838274 Date: Thu, 04 Oct 2018 15:29:10 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:29:10,168 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-52921c3a-e2e6-455b-9e87-cc4dc6838274 2018-10-04 15:29:10,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-inst", "imageRef": "8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "key_name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-kp", "flavorRef": "456b4a29-1e85-4615-aa7f-1bb63ab74a85", "max_count": 1, "min_count": 1, "networks": [{"port": "0c564824-8f64-4ea9-a9f7-9b30aa3c339b"}]}}' 2018-10-04 15:29:11,773 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:29: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-392ea8da-3ab3-4c7e-86de-8fe3f8257380 x-compute-request-id: req-392ea8da-3ab3-4c7e-86de-8fe3f8257380 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ad80266a-b09a-4e32-acca-c230f862f1aa", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ad80266a-b09a-4e32-acca-c230f862f1aa", "rel": "bookmark"}], "adminPass": "nPB5KqgPuApL"}} 2018-10-04 15:29:11,773 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-392ea8da-3ab3-4c7e-86de-8fe3f8257380 2018-10-04 15:29:11,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:12,144 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3fa58b09-4524-4d5f-8d02-8099b4935414 x-compute-request-id: req-3fa58b09-4524-4d5f-8d02-8099b4935414 Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ad80266a-b09a-4e32-acca-c230f862f1aa", "rel": "bookmark"}], "image": {"id": "8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "links": [{"href": "http://172.30.9.23:8774/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "456b4a29-1e85-4615-aa7f-1bb63ab74a85", "links": [{"href": "http://172.30.9.23:8774/flavors/456b4a29-1e85-4615-aa7f-1bb63ab74a85", "rel": "bookmark"}]}, "id": "ad80266a-b09a-4e32-acca-c230f862f1aa", "user_id": "002654a3a9214af280684f7aa2a78bf5", "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-10-04T15:29:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-kp", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-inst", "created": "2018-10-04T15:29:11Z", "tenant_id": "86157be81ad94eaa974172557cc32e04", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:29:12,144 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa used request id req-3fa58b09-4524-4d5f-8d02-8099b4935414 2018-10-04 15:29:12,145 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-inst 2018-10-04 15:29:12,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:12,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29: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-6679896a-b5ab-4726-8d5d-6260da7e5ee5 x-compute-request-id: req-6679896a-b5ab-4726-8d5d-6260da7e5ee5 Content-Encoding: gzip Content-Length: 627 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ad80266a-b09a-4e32-acca-c230f862f1aa", "rel": "bookmark"}], "image": {"id": "8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "links": [{"href": "http://172.30.9.23:8774/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "456b4a29-1e85-4615-aa7f-1bb63ab74a85", "links": [{"href": "http://172.30.9.23:8774/flavors/456b4a29-1e85-4615-aa7f-1bb63ab74a85", "rel": "bookmark"}]}, "id": "ad80266a-b09a-4e32-acca-c230f862f1aa", "user_id": "002654a3a9214af280684f7aa2a78bf5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:29:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-kp", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-inst", "created": "2018-10-04T15:29:11Z", "tenant_id": "86157be81ad94eaa974172557cc32e04", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:29:12,383 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa used request id req-6679896a-b5ab-4726-8d5d-6260da7e5ee5 2018-10-04 15:29:12,384 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-inst] is - BUILD 2018-10-04 15:29:12,384 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:29:15,387 - create_instance - DEBUG - VM status query timeout in 896.757904053 2018-10-04 15:29:15,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:15,991 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29: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-d2add1b3-4a4e-4568-a448-0159c01b5a3b x-compute-request-id: req-d2add1b3-4a4e-4568-a448-0159c01b5a3b Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ad80266a-b09a-4e32-acca-c230f862f1aa", "rel": "bookmark"}], "image": {"id": "8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "links": [{"href": "http://172.30.9.23:8774/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "456b4a29-1e85-4615-aa7f-1bb63ab74a85", "links": [{"href": "http://172.30.9.23:8774/flavors/456b4a29-1e85-4615-aa7f-1bb63ab74a85", "rel": "bookmark"}]}, "id": "ad80266a-b09a-4e32-acca-c230f862f1aa", "security_groups": [{"name": "default"}], "user_id": "002654a3a9214af280684f7aa2a78bf5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:29:12Z", "hostId": "2fd913c609a485ee57dc6a67b1e823536dea286220313ba23ba1f542", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-kp", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-inst", "created": "2018-10-04T15:29:11Z", "tenant_id": "86157be81ad94eaa974172557cc32e04", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:29:15,991 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa used request id req-d2add1b3-4a4e-4568-a448-0159c01b5a3b 2018-10-04 15:29:15,991 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-inst] is - BUILD 2018-10-04 15:29:15,992 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:29:18,995 - create_instance - DEBUG - VM status query timeout in 893.150314093 2018-10-04 15:29:18,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:19,622 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29: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-8a350df5-842a-465e-bba7-5b9992dd02b0 x-compute-request-id: req-8a350df5-842a-465e-bba7-5b9992dd02b0 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:2b:35", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ad80266a-b09a-4e32-acca-c230f862f1aa", "rel": "bookmark"}], "image": {"id": "8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "links": [{"href": "http://172.30.9.23:8774/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:29:15.000000", "flavor": {"id": "456b4a29-1e85-4615-aa7f-1bb63ab74a85", "links": [{"href": "http://172.30.9.23:8774/flavors/456b4a29-1e85-4615-aa7f-1bb63ab74a85", "rel": "bookmark"}]}, "id": "ad80266a-b09a-4e32-acca-c230f862f1aa", "security_groups": [{"name": "default"}], "user_id": "002654a3a9214af280684f7aa2a78bf5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:29:17Z", "hostId": "2fd913c609a485ee57dc6a67b1e823536dea286220313ba23ba1f542", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-kp", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-inst", "created": "2018-10-04T15:29:11Z", "tenant_id": "86157be81ad94eaa974172557cc32e04", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:29:19,623 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa used request id req-8a350df5-842a-465e-bba7-5b9992dd02b0 2018-10-04 15:29:19,623 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-inst] is - ACTIVE 2018-10-04 15:29:19,623 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:29:19,626 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:20,084 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29: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-cf95439e-5ffb-458d-8bb1-dadbc1797d3b x-compute-request-id: req-cf95439e-5ffb-458d-8bb1-dadbc1797d3b Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:2b:35", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ad80266a-b09a-4e32-acca-c230f862f1aa", "rel": "bookmark"}], "image": {"id": "8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "links": [{"href": "http://172.30.9.23:8774/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:29:15.000000", "flavor": {"id": "456b4a29-1e85-4615-aa7f-1bb63ab74a85", "links": [{"href": "http://172.30.9.23:8774/flavors/456b4a29-1e85-4615-aa7f-1bb63ab74a85", "rel": "bookmark"}]}, "id": "ad80266a-b09a-4e32-acca-c230f862f1aa", "security_groups": [{"name": "default"}], "user_id": "002654a3a9214af280684f7aa2a78bf5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:29:17Z", "hostId": "2fd913c609a485ee57dc6a67b1e823536dea286220313ba23ba1f542", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-kp", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-inst", "created": "2018-10-04T15:29:11Z", "tenant_id": "86157be81ad94eaa974172557cc32e04", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:29:20,084 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa used request id req-cf95439e-5ffb-458d-8bb1-dadbc1797d3b 2018-10-04 15:29:20,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:20,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-50899067-74da-45df-99f1-518befd7ad31 Date: Thu, 04 Oct 2018 15:29:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a88b30b6-056c-4a99-9140-1f7230a26955"],"updated_at":"2018-10-04T15:28:47Z","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"86157be81ad94eaa974172557cc32e04","id":"a7dd02ef-2b8c-4198-b184-722f863927a7","name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net"}]} 2018-10-04 15:29:20,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net used request id req-50899067-74da-45df-99f1-518befd7ad31 2018-10-04 15:29:20,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:20,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81b4b1ac-7127-4397-8e7f-747c84d657ff Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04"}, "enabled": true, "id": "86157be81ad94eaa974172557cc32e04", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj"}} 2018-10-04 15:29:20,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 used request id req-81b4b1ac-7127-4397-8e7f-747c84d657ff 2018-10-04 15:29:20,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:20,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a0480fb9-80c1-4983-aea4-99d044e42a89 Date: Thu, 04 Oct 2018 15:29:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:47Z","dns_nameservers":[],"updated_at":"2018-10-04T15:28:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"86157be81ad94eaa974172557cc32e04","id":"a88b30b6-056c-4a99-9140-1f7230a26955","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-subnet"}]} 2018-10-04 15:29:20,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 used request id req-a0480fb9-80c1-4983-aea4-99d044e42a89 2018-10-04 15:29:20,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:20,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-c8910c39-0a77-4c10-8d1c-994f0a3cbd24 Date: Thu, 04 Oct 2018 15:29:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a88b30b6-056c-4a99-9140-1f7230a26955","ip_address":"10.55.1.100"}],"id":"0c564824-8f64-4ea9-a9f7-9b30aa3c339b","security_groups":["81aaa363-1a3c-46e6-b3a6-ab886e7cc380"],"mac_address":"fa:16:3e:c7:2b:35","project_id":"86157be81ad94eaa974172557cc32e04","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5port-1","admin_state_up":true,"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:29:08Z","binding:vnic_type":"normal","device_id":"ad80266a-b09a-4e32-acca-c230f862f1aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:28:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a88b30b6-056c-4a99-9140-1f7230a26955","ip_address":"10.55.1.4"}],"id":"1fdc20b1-65bc-4b39-b87f-777e56a82df0","security_groups":[],"mac_address":"fa:16:3e:31:59:bc","project_id":"86157be81ad94eaa974172557cc32e04","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a7dd02ef-2b8c-4198-b184-722f863927a7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:28:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a88b30b6-056c-4a99-9140-1f7230a26955","ip_address":"10.55.1.2"}],"id":"217123d7-ecb1-42cd-a8ca-e101100ae038","security_groups":[],"mac_address":"fa:16:3e:14:01:b9","project_id":"86157be81ad94eaa974172557cc32e04","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:48Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a7dd02ef-2b8c-4198-b184-722f863927a7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:28:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a88b30b6-056c-4a99-9140-1f7230a26955","ip_address":"10.55.1.3"}],"id":"7080f69d-d887-4b8d-a07c-7c1c10b0a283","security_groups":[],"mac_address":"fa:16:3e:ec:01:78","project_id":"86157be81ad94eaa974172557cc32e04","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:48Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a7dd02ef-2b8c-4198-b184-722f863927a7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a88b30b6-056c-4a99-9140-1f7230a26955","ip_address":"10.55.1.1"}],"id":"c989de98-d965-4229-8144-c6053988f8b3","security_groups":[],"mac_address":"fa:16:3e:d8:e8:c1","project_id":"86157be81ad94eaa974172557cc32e04","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:57Z","binding:vnic_type":"normal","device_id":"69562191-c9dd-42f4-a12f-804be413c7bb"}]} 2018-10-04 15:29:20,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 used request id req-c8910c39-0a77-4c10-8d1c-994f0a3cbd24 2018-10-04 15:29:20,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:20,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-4f19cb04-dce5-4cc9-8416-c73d32521e45 Date: Thu, 04 Oct 2018 15:29:20 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:28:51Z", "admin_state_up": true, "updated_at": "2018-10-04T15:28:57Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "86157be81ad94eaa974172557cc32e04", "id": "69562191-c9dd-42f4-a12f-804be413c7bb", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-router"}]} 2018-10-04 15:29:20,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-router used request id req-4f19cb04-dce5-4cc9-8416-c73d32521e45 2018-10-04 15:29:20,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:20,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8912cf14-5932-4737-bcb8-4a3b5c576f17 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04"}, "enabled": true, "id": "86157be81ad94eaa974172557cc32e04", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj"}} 2018-10-04 15:29:20,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 used request id req-8912cf14-5932-4737-bcb8-4a3b5c576f17 2018-10-04 15:29:20,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=69562191-c9dd-42f4-a12f-804be413c7bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:20,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-4299e81c-13a1-4357-b20e-b1fe1df5022b Date: Thu, 04 Oct 2018 15:29:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a88b30b6-056c-4a99-9140-1f7230a26955","ip_address":"10.55.1.1"}],"id":"c989de98-d965-4229-8144-c6053988f8b3","security_groups":[],"mac_address":"fa:16:3e:d8:e8:c1","project_id":"86157be81ad94eaa974172557cc32e04","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:57Z","binding:vnic_type":"normal","device_id":"69562191-c9dd-42f4-a12f-804be413c7bb"}]} 2018-10-04 15:29:20,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=69562191-c9dd-42f4-a12f-804be413c7bb used request id req-4299e81c-13a1-4357-b20e-b1fe1df5022b 2018-10-04 15:29:20,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/a88b30b6-056c-4a99-9140-1f7230a26955 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:20,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-88ed202f-0b2e-4f75-a93f-4f6221b6b384 Date: Thu, 04 Oct 2018 15:29:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:47Z","dns_nameservers":[],"updated_at":"2018-10-04T15:28:47Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"86157be81ad94eaa974172557cc32e04","id":"a88b30b6-056c-4a99-9140-1f7230a26955","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-subnet"}} 2018-10-04 15:29:20,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/a88b30b6-056c-4a99-9140-1f7230a26955 used request id req-88ed202f-0b2e-4f75-a93f-4f6221b6b384 2018-10-04 15:29:20,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:21,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-5b5cd32e-a086-43c3-9f30-5e6ec566053d Date: Thu, 04 Oct 2018 15:29:21 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:29:21,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-5b5cd32e-a086-43c3-9f30-5e6ec566053d 2018-10-04 15:29:21,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:21,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4c19c7ce-ced2-4035-b88c-4165090155e3 Date: Thu, 04 Oct 2018 15:29:21 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:29:21,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-4c19c7ce-ced2-4035-b88c-4165090155e3 2018-10-04 15:29:21,200 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:21,599 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29: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-6212b149-789a-4f27-865f-056aa62345b7 x-compute-request-id: req-6212b149-789a-4f27-865f-056aa62345b7 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:2b:35", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ad80266a-b09a-4e32-acca-c230f862f1aa", "rel": "bookmark"}], "image": {"id": "8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "links": [{"href": "http://172.30.9.23:8774/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:29:15.000000", "flavor": {"id": "456b4a29-1e85-4615-aa7f-1bb63ab74a85", "links": [{"href": "http://172.30.9.23:8774/flavors/456b4a29-1e85-4615-aa7f-1bb63ab74a85", "rel": "bookmark"}]}, "id": "ad80266a-b09a-4e32-acca-c230f862f1aa", "security_groups": [{"name": "default"}], "user_id": "002654a3a9214af280684f7aa2a78bf5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:29:17Z", "hostId": "2fd913c609a485ee57dc6a67b1e823536dea286220313ba23ba1f542", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-kp", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-inst", "created": "2018-10-04T15:29:11Z", "tenant_id": "86157be81ad94eaa974172557cc32e04", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:29:21,600 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa used request id req-6212b149-789a-4f27-865f-056aa62345b7 2018-10-04 15:29:21,600 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-inst] is - ACTIVE 2018-10-04 15:29:21,600 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:29:21,603 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:22,199 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29: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-6ce1d506-cddf-42c2-b436-ac3cddde17af x-compute-request-id: req-6ce1d506-cddf-42c2-b436-ac3cddde17af Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:2b:35", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ad80266a-b09a-4e32-acca-c230f862f1aa", "rel": "bookmark"}], "image": {"id": "8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "links": [{"href": "http://172.30.9.23:8774/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:29:15.000000", "flavor": {"id": "456b4a29-1e85-4615-aa7f-1bb63ab74a85", "links": [{"href": "http://172.30.9.23:8774/flavors/456b4a29-1e85-4615-aa7f-1bb63ab74a85", "rel": "bookmark"}]}, "id": "ad80266a-b09a-4e32-acca-c230f862f1aa", "security_groups": [{"name": "default"}], "user_id": "002654a3a9214af280684f7aa2a78bf5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:29:17Z", "hostId": "2fd913c609a485ee57dc6a67b1e823536dea286220313ba23ba1f542", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-kp", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-inst", "created": "2018-10-04T15:29:11Z", "tenant_id": "86157be81ad94eaa974172557cc32e04", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:29:22,199 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa used request id req-6ce1d506-cddf-42c2-b436-ac3cddde17af 2018-10-04 15:29:22,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:22,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-168d8a4c-666c-457d-913b-f476126c9f58 Date: Thu, 04 Oct 2018 15:29:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a88b30b6-056c-4a99-9140-1f7230a26955"],"updated_at":"2018-10-04T15:28:47Z","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"86157be81ad94eaa974172557cc32e04","id":"a7dd02ef-2b8c-4198-b184-722f863927a7","name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net"}]} 2018-10-04 15:29:22,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net used request id req-168d8a4c-666c-457d-913b-f476126c9f58 2018-10-04 15:29:22,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:22,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7306bef3-af11-48e7-9cc9-b7507e5fc54e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04"}, "enabled": true, "id": "86157be81ad94eaa974172557cc32e04", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj"}} 2018-10-04 15:29:22,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 used request id req-7306bef3-af11-48e7-9cc9-b7507e5fc54e 2018-10-04 15:29:22,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:22,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fc9d45b1-3dc5-4fce-9c6b-b3623cd6c102 Date: Thu, 04 Oct 2018 15:29:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:47Z","dns_nameservers":[],"updated_at":"2018-10-04T15:28:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"86157be81ad94eaa974172557cc32e04","id":"a88b30b6-056c-4a99-9140-1f7230a26955","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-subnet"}]} 2018-10-04 15:29:22,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 used request id req-fc9d45b1-3dc5-4fce-9c6b-b3623cd6c102 2018-10-04 15:29:22,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:22,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-3e7cf4ae-9678-4cf8-bc53-42afc26d21f5 Date: Thu, 04 Oct 2018 15:29:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a88b30b6-056c-4a99-9140-1f7230a26955","ip_address":"10.55.1.100"}],"id":"0c564824-8f64-4ea9-a9f7-9b30aa3c339b","security_groups":["81aaa363-1a3c-46e6-b3a6-ab886e7cc380"],"mac_address":"fa:16:3e:c7:2b:35","project_id":"86157be81ad94eaa974172557cc32e04","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5port-1","admin_state_up":true,"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:29:08Z","binding:vnic_type":"normal","device_id":"ad80266a-b09a-4e32-acca-c230f862f1aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:28:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a88b30b6-056c-4a99-9140-1f7230a26955","ip_address":"10.55.1.4"}],"id":"1fdc20b1-65bc-4b39-b87f-777e56a82df0","security_groups":[],"mac_address":"fa:16:3e:31:59:bc","project_id":"86157be81ad94eaa974172557cc32e04","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a7dd02ef-2b8c-4198-b184-722f863927a7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:28:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a88b30b6-056c-4a99-9140-1f7230a26955","ip_address":"10.55.1.2"}],"id":"217123d7-ecb1-42cd-a8ca-e101100ae038","security_groups":[],"mac_address":"fa:16:3e:14:01:b9","project_id":"86157be81ad94eaa974172557cc32e04","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:48Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a7dd02ef-2b8c-4198-b184-722f863927a7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:28:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a88b30b6-056c-4a99-9140-1f7230a26955","ip_address":"10.55.1.3"}],"id":"7080f69d-d887-4b8d-a07c-7c1c10b0a283","security_groups":[],"mac_address":"fa:16:3e:ec:01:78","project_id":"86157be81ad94eaa974172557cc32e04","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:48Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a7dd02ef-2b8c-4198-b184-722f863927a7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a88b30b6-056c-4a99-9140-1f7230a26955","ip_address":"10.55.1.1"}],"id":"c989de98-d965-4229-8144-c6053988f8b3","security_groups":[],"mac_address":"fa:16:3e:d8:e8:c1","project_id":"86157be81ad94eaa974172557cc32e04","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:57Z","binding:vnic_type":"normal","device_id":"69562191-c9dd-42f4-a12f-804be413c7bb"}]} 2018-10-04 15:29:22,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 used request id req-3e7cf4ae-9678-4cf8-bc53-42afc26d21f5 2018-10-04 15:29:22,543 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-04 15:29:22,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:22,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-e2f6a5ca-1c0a-48ec-9a08-7990128b901e Date: Thu, 04 Oct 2018 15:29:22 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:29:22,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-e2f6a5ca-1c0a-48ec-9a08-7990128b901e 2018-10-04 15:29:22,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:22,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7a994f18-e8e3-43f2-bdc9-80d30b953608 Date: Thu, 04 Oct 2018 15:29:22 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:29:22,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-7a994f18-e8e3-43f2-bdc9-80d30b953608 2018-10-04 15:29:22,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" -d '{"floatingip": {"floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "port_id": "0c564824-8f64-4ea9-a9f7-9b30aa3c339b"}}' 2018-10-04 15:29:24,995 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 549 X-Openstack-Request-Id: req-d27e0351-11a3-4581-92bf-acf2582024d6 Date: Thu, 04 Oct 2018 15:29:25 GMT RESP BODY: {"floatingip": {"router_id": "69562191-c9dd-42f4-a12f-804be413c7bb", "status": "DOWN", "description": "", "tags": [], "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:29:23Z", "updated_at": "2018-10-04T15:29:23Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "10.55.1.100", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "86157be81ad94eaa974172557cc32e04", "port_id": "0c564824-8f64-4ea9-a9f7-9b30aa3c339b", "id": "716ca7d4-05f4-4edd-9565-abba1a63097c"}} 2018-10-04 15:29:24,995 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-d27e0351-11a3-4581-92bf-acf2582024d6 2018-10-04 15:29:24,996 - create_instance - INFO - Created floating IP 172.30.9.208 via router - CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-router 2018-10-04 15:29:24,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:25,987 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29: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-8f766379-e132-4a02-9329-98d880743510 x-compute-request-id: req-8f766379-e132-4a02-9329-98d880743510 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:2b:35", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ad80266a-b09a-4e32-acca-c230f862f1aa", "rel": "bookmark"}], "image": {"id": "8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "links": [{"href": "http://172.30.9.23:8774/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:29:15.000000", "flavor": {"id": "456b4a29-1e85-4615-aa7f-1bb63ab74a85", "links": [{"href": "http://172.30.9.23:8774/flavors/456b4a29-1e85-4615-aa7f-1bb63ab74a85", "rel": "bookmark"}]}, "id": "ad80266a-b09a-4e32-acca-c230f862f1aa", "security_groups": [{"name": "default"}], "user_id": "002654a3a9214af280684f7aa2a78bf5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:29:17Z", "hostId": "2fd913c609a485ee57dc6a67b1e823536dea286220313ba23ba1f542", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-kp", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-inst", "created": "2018-10-04T15:29:11Z", "tenant_id": "86157be81ad94eaa974172557cc32e04", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:29:25,987 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa used request id req-8f766379-e132-4a02-9329-98d880743510 2018-10-04 15:29:25,988 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-inst] is - ACTIVE 2018-10-04 15:29:25,988 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:29:25,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:26,441 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29: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-f8717288-c0ab-415e-8f51-aced4797aabd x-compute-request-id: req-f8717288-c0ab-415e-8f51-aced4797aabd Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:2b:35", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ad80266a-b09a-4e32-acca-c230f862f1aa", "rel": "bookmark"}], "image": {"id": "8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "links": [{"href": "http://172.30.9.23:8774/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:29:15.000000", "flavor": {"id": "456b4a29-1e85-4615-aa7f-1bb63ab74a85", "links": [{"href": "http://172.30.9.23:8774/flavors/456b4a29-1e85-4615-aa7f-1bb63ab74a85", "rel": "bookmark"}]}, "id": "ad80266a-b09a-4e32-acca-c230f862f1aa", "security_groups": [{"name": "default"}], "user_id": "002654a3a9214af280684f7aa2a78bf5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:29:17Z", "hostId": "2fd913c609a485ee57dc6a67b1e823536dea286220313ba23ba1f542", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-kp", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-inst", "created": "2018-10-04T15:29:11Z", "tenant_id": "86157be81ad94eaa974172557cc32e04", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:29:26,441 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa used request id req-f8717288-c0ab-415e-8f51-aced4797aabd 2018-10-04 15:29:26,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:26,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-09492ce4-9232-4380-83f0-68737e43af26 Date: Thu, 04 Oct 2018 15:29:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a88b30b6-056c-4a99-9140-1f7230a26955"],"updated_at":"2018-10-04T15:28:47Z","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"86157be81ad94eaa974172557cc32e04","id":"a7dd02ef-2b8c-4198-b184-722f863927a7","name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net"}]} 2018-10-04 15:29:26,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net used request id req-09492ce4-9232-4380-83f0-68737e43af26 2018-10-04 15:29:26,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:26,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d712539-8014-455d-8e05-0d526ac967d2 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04"}, "enabled": true, "id": "86157be81ad94eaa974172557cc32e04", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj"}} 2018-10-04 15:29:26,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 used request id req-0d712539-8014-455d-8e05-0d526ac967d2 2018-10-04 15:29:26,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:26,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-66e146f5-6f61-418e-959a-a2710af882d1 Date: Thu, 04 Oct 2018 15:29:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:47Z","dns_nameservers":[],"updated_at":"2018-10-04T15:28:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"86157be81ad94eaa974172557cc32e04","id":"a88b30b6-056c-4a99-9140-1f7230a26955","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-subnet"}]} 2018-10-04 15:29:26,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 used request id req-66e146f5-6f61-418e-959a-a2710af882d1 2018-10-04 15:29:26,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:26,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-ded89bed-5295-4581-be03-ec9045a0512f Date: Thu, 04 Oct 2018 15:29:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a88b30b6-056c-4a99-9140-1f7230a26955","ip_address":"10.55.1.100"}],"id":"0c564824-8f64-4ea9-a9f7-9b30aa3c339b","security_groups":["81aaa363-1a3c-46e6-b3a6-ab886e7cc380"],"mac_address":"fa:16:3e:c7:2b:35","project_id":"86157be81ad94eaa974172557cc32e04","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5port-1","admin_state_up":true,"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:29:08Z","binding:vnic_type":"normal","device_id":"ad80266a-b09a-4e32-acca-c230f862f1aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:28:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a88b30b6-056c-4a99-9140-1f7230a26955","ip_address":"10.55.1.4"}],"id":"1fdc20b1-65bc-4b39-b87f-777e56a82df0","security_groups":[],"mac_address":"fa:16:3e:31:59:bc","project_id":"86157be81ad94eaa974172557cc32e04","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a7dd02ef-2b8c-4198-b184-722f863927a7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:28:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a88b30b6-056c-4a99-9140-1f7230a26955","ip_address":"10.55.1.2"}],"id":"217123d7-ecb1-42cd-a8ca-e101100ae038","security_groups":[],"mac_address":"fa:16:3e:14:01:b9","project_id":"86157be81ad94eaa974172557cc32e04","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:48Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a7dd02ef-2b8c-4198-b184-722f863927a7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:28:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a88b30b6-056c-4a99-9140-1f7230a26955","ip_address":"10.55.1.3"}],"id":"7080f69d-d887-4b8d-a07c-7c1c10b0a283","security_groups":[],"mac_address":"fa:16:3e:ec:01:78","project_id":"86157be81ad94eaa974172557cc32e04","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:48Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a7dd02ef-2b8c-4198-b184-722f863927a7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a88b30b6-056c-4a99-9140-1f7230a26955","ip_address":"10.55.1.1"}],"id":"c989de98-d965-4229-8144-c6053988f8b3","security_groups":[],"mac_address":"fa:16:3e:d8:e8:c1","project_id":"86157be81ad94eaa974172557cc32e04","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:57Z","binding:vnic_type":"normal","device_id":"69562191-c9dd-42f4-a12f-804be413c7bb"}]} 2018-10-04 15:29:26,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 used request id req-ded89bed-5295-4581-be03-ec9045a0512f 2018-10-04 15:29:26,924 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:27,231 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29: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-3a71a179-4d19-4816-9d89-8a38ecd1fe3f x-compute-request-id: req-3a71a179-4d19-4816-9d89-8a38ecd1fe3f Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:2b:35", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:2b:35", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ad80266a-b09a-4e32-acca-c230f862f1aa", "rel": "bookmark"}], "image": {"id": "8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "links": [{"href": "http://172.30.9.23:8774/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:29:15.000000", "flavor": {"id": "456b4a29-1e85-4615-aa7f-1bb63ab74a85", "links": [{"href": "http://172.30.9.23:8774/flavors/456b4a29-1e85-4615-aa7f-1bb63ab74a85", "rel": "bookmark"}]}, "id": "ad80266a-b09a-4e32-acca-c230f862f1aa", "security_groups": [{"name": "default"}], "user_id": "002654a3a9214af280684f7aa2a78bf5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:29:17Z", "hostId": "2fd913c609a485ee57dc6a67b1e823536dea286220313ba23ba1f542", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-kp", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-inst", "created": "2018-10-04T15:29:11Z", "tenant_id": "86157be81ad94eaa974172557cc32e04", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:29:27,231 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa used request id req-3a71a179-4d19-4816-9d89-8a38ecd1fe3f 2018-10-04 15:29:27,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:27,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e7ef4b85-8925-4cb2-94dd-04acd02ab8e5 Date: Thu, 04 Oct 2018 15:29:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a88b30b6-056c-4a99-9140-1f7230a26955"],"updated_at":"2018-10-04T15:28:47Z","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"86157be81ad94eaa974172557cc32e04","id":"a7dd02ef-2b8c-4198-b184-722f863927a7","name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net"}]} 2018-10-04 15:29:27,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net used request id req-e7ef4b85-8925-4cb2-94dd-04acd02ab8e5 2018-10-04 15:29:27,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:27,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fc8cb4b-197e-4da7-9a69-fac56cee7bfa Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04"}, "enabled": true, "id": "86157be81ad94eaa974172557cc32e04", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj"}} 2018-10-04 15:29:27,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 used request id req-8fc8cb4b-197e-4da7-9a69-fac56cee7bfa 2018-10-04 15:29:27,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:27,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ddab555f-1dca-4214-b423-f3a5d0da31f5 Date: Thu, 04 Oct 2018 15:29:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:47Z","dns_nameservers":[],"updated_at":"2018-10-04T15:28:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"86157be81ad94eaa974172557cc32e04","id":"a88b30b6-056c-4a99-9140-1f7230a26955","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-subnet"}]} 2018-10-04 15:29:27,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 used request id req-ddab555f-1dca-4214-b423-f3a5d0da31f5 2018-10-04 15:29:27,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:27,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-7cb09f8b-bc4c-4d7b-8fdc-a2e6bc2d059e Date: Thu, 04 Oct 2018 15:29:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a88b30b6-056c-4a99-9140-1f7230a26955","ip_address":"10.55.1.100"}],"id":"0c564824-8f64-4ea9-a9f7-9b30aa3c339b","security_groups":["81aaa363-1a3c-46e6-b3a6-ab886e7cc380"],"mac_address":"fa:16:3e:c7:2b:35","project_id":"86157be81ad94eaa974172557cc32e04","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5port-1","admin_state_up":true,"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:29:08Z","binding:vnic_type":"normal","device_id":"ad80266a-b09a-4e32-acca-c230f862f1aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:28:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a88b30b6-056c-4a99-9140-1f7230a26955","ip_address":"10.55.1.4"}],"id":"1fdc20b1-65bc-4b39-b87f-777e56a82df0","security_groups":[],"mac_address":"fa:16:3e:31:59:bc","project_id":"86157be81ad94eaa974172557cc32e04","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a7dd02ef-2b8c-4198-b184-722f863927a7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:28:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a88b30b6-056c-4a99-9140-1f7230a26955","ip_address":"10.55.1.2"}],"id":"217123d7-ecb1-42cd-a8ca-e101100ae038","security_groups":[],"mac_address":"fa:16:3e:14:01:b9","project_id":"86157be81ad94eaa974172557cc32e04","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:48Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a7dd02ef-2b8c-4198-b184-722f863927a7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:28:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a88b30b6-056c-4a99-9140-1f7230a26955","ip_address":"10.55.1.3"}],"id":"7080f69d-d887-4b8d-a07c-7c1c10b0a283","security_groups":[],"mac_address":"fa:16:3e:ec:01:78","project_id":"86157be81ad94eaa974172557cc32e04","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:48Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a7dd02ef-2b8c-4198-b184-722f863927a7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a88b30b6-056c-4a99-9140-1f7230a26955","ip_address":"10.55.1.1"}],"id":"c989de98-d965-4229-8144-c6053988f8b3","security_groups":[],"mac_address":"fa:16:3e:d8:e8:c1","project_id":"86157be81ad94eaa974172557cc32e04","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a7dd02ef-2b8c-4198-b184-722f863927a7","tenant_id":"86157be81ad94eaa974172557cc32e04","created_at":"2018-10-04T15:28:57Z","binding:vnic_type":"normal","device_id":"69562191-c9dd-42f4-a12f-804be413c7bb"}]} 2018-10-04 15:29:27,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a7dd02ef-2b8c-4198-b184-722f863927a7 used request id req-7cb09f8b-bc4c-4d7b-8fdc-a2e6bc2d059e 2018-10-04 15:29:27,587 - create_instance - INFO - Deleting Floating IP - 172.30.9.208 2018-10-04 15:29:27,587 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.208 2018-10-04 15:29:27,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/floatingips/716ca7d4-05f4-4edd-9565-abba1a63097c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:28,570 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8c79ed87-8862-4455-919e-6e474e2c7870 Content-Length: 0 Date: Thu, 04 Oct 2018 15:29:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:29:28,570 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/716ca7d4-05f4-4edd-9565-abba1a63097c used request id req-8c79ed87-8862-4455-919e-6e474e2c7870 2018-10-04 15:29:28,570 - create_instance - INFO - Deleting Port with ID - 0c564824-8f64-4ea9-a9f7-9b30aa3c339b 2018-10-04 15:29:28,570 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5port-1 2018-10-04 15:29:28,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/0c564824-8f64-4ea9-a9f7-9b30aa3c339b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:29,519 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bf07b9bc-655e-4fc0-961c-65794f2e40fa Date: Thu, 04 Oct 2018 15:29:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:29:29,520 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/0c564824-8f64-4ea9-a9f7-9b30aa3c339b used request id req-bf07b9bc-655e-4fc0-961c-65794f2e40fa 2018-10-04 15:29:29,520 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-inst 2018-10-04 15:29:29,523 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:29,671 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:29:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-01df698c-60cc-4ac7-8046-65979e93e89a x-compute-request-id: req-01df698c-60cc-4ac7-8046-65979e93e89a Content-Type: application/json 2018-10-04 15:29:29,671 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa used request id req-01df698c-60cc-4ac7-8046-65979e93e89a 2018-10-04 15:29:29,671 - create_instance - INFO - Checking deletion status 2018-10-04 15:29:29,674 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:30,053 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9603b85-6839-4c8f-993e-03098a9a68db x-compute-request-id: req-e9603b85-6839-4c8f-993e-03098a9a68db Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:2b:35", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ad80266a-b09a-4e32-acca-c230f862f1aa", "rel": "bookmark"}], "image": {"id": "8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "links": [{"href": "http://172.30.9.23:8774/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:29:15.000000", "flavor": {"id": "456b4a29-1e85-4615-aa7f-1bb63ab74a85", "links": [{"href": "http://172.30.9.23:8774/flavors/456b4a29-1e85-4615-aa7f-1bb63ab74a85", "rel": "bookmark"}]}, "id": "ad80266a-b09a-4e32-acca-c230f862f1aa", "user_id": "002654a3a9214af280684f7aa2a78bf5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:29:29Z", "hostId": "2fd913c609a485ee57dc6a67b1e823536dea286220313ba23ba1f542", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-kp", "name": "CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-inst", "created": "2018-10-04T15:29:11Z", "tenant_id": "86157be81ad94eaa974172557cc32e04", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:29:30,053 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa used request id req-e9603b85-6839-4c8f-993e-03098a9a68db 2018-10-04 15:29:30,054 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-inst] is - ACTIVE 2018-10-04 15:29:30,054 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:29:33,055 - create_instance - DEBUG - VM status query timeout in 296.61666584 2018-10-04 15:29:33,058 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e747512f36e7ffb7a7a7d40971d85c2e060052a7" 2018-10-04 15:29:33,101 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:29:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ace89b5f-7f38-446b-9bb7-fe6d51a45d56 x-compute-request-id: req-ace89b5f-7f38-446b-9bb7-fe6d51a45d56 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance ad80266a-b09a-4e32-acca-c230f862f1aa could not be found.", "code": 404}} 2018-10-04 15:29:33,102 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ad80266a-b09a-4e32-acca-c230f862f1aa used request id req-ace89b5f-7f38-446b-9bb7-fe6d51a45d56 2018-10-04 15:29:33,102 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance ad80266a-b09a-4e32-acca-c230f862f1aa could not be found. (HTTP 404) (Request-ID: req-ace89b5f-7f38-446b-9bb7-fe6d51a45d56) 2018-10-04 15:29:33,102 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-inst 2018-10-04 15:29:33,103 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-kp 2018-10-04 15:29:33,106 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e86200dfda9aa739ec6f08f7c08c6fbfc66d9e3" 2018-10-04 15:29:33,153 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:29:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-13cd1740-408e-4017-a48b-a74275a784a2 x-compute-request-id: req-13cd1740-408e-4017-a48b-a74275a784a2 Content-Length: 0 Content-Type: application/json 2018-10-04 15:29:33,153 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-kp used request id req-13cd1740-408e-4017-a48b-a74275a784a2 2018-10-04 15:29:33,153 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5.pub] 2018-10-04 15:29:33,154 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5] 2018-10-04 15:29:33,156 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/456b4a29-1e85-4615-aa7f-1bb63ab74a85 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a8ace702ff461445bd7f42fa8803d507782af81" 2018-10-04 15:29:33,204 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:29:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-11dc827f-7a46-4a84-978d-8da4fbd14a5a x-compute-request-id: req-11dc827f-7a46-4a84-978d-8da4fbd14a5a Content-Length: 0 Content-Type: application/json 2018-10-04 15:29:33,204 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/456b4a29-1e85-4615-aa7f-1bb63ab74a85 used request id req-11dc827f-7a46-4a84-978d-8da4fbd14a5a 2018-10-04 15:29:33,205 - neutron_utils - INFO - Deleting security group rule with ID - 784d27fc-f703-4044-8d7f-179b526c3c98 2018-10-04 15:29:33,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/784d27fc-f703-4044-8d7f-179b526c3c98 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5831a2a1c6baba63f682d15175bb118a93bc72a" 2018-10-04 15:29:33,460 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ec6e7b17-4ba0-4382-963c-abb14d8ea85b Content-Length: 0 Date: Thu, 04 Oct 2018 15:29:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:29:33,460 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/784d27fc-f703-4044-8d7f-179b526c3c98 used request id req-ec6e7b17-4ba0-4382-963c-abb14d8ea85b 2018-10-04 15:29:33,460 - neutron_utils - INFO - Deleting security group rule with ID - 64fea6c3-0129-4843-8bb1-08de74e9d87b 2018-10-04 15:29:33,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/64fea6c3-0129-4843-8bb1-08de74e9d87b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5831a2a1c6baba63f682d15175bb118a93bc72a" 2018-10-04 15:29:33,699 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b9266d3a-f531-4b1a-a979-7c8a18436e1f Content-Length: 0 Date: Thu, 04 Oct 2018 15:29:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:29:33,699 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/64fea6c3-0129-4843-8bb1-08de74e9d87b used request id req-b9266d3a-f531-4b1a-a979-7c8a18436e1f 2018-10-04 15:29:33,700 - neutron_utils - INFO - Deleting security group rule with ID - 5a92d928-a6c4-491c-8c2c-7d0ba7883708 2018-10-04 15:29:33,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/5a92d928-a6c4-491c-8c2c-7d0ba7883708 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5831a2a1c6baba63f682d15175bb118a93bc72a" 2018-10-04 15:29:33,935 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d1720a6b-ca6f-430a-82e1-9f39d36ad61c Content-Length: 0 Date: Thu, 04 Oct 2018 15:29:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:29:33,935 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/5a92d928-a6c4-491c-8c2c-7d0ba7883708 used request id req-d1720a6b-ca6f-430a-82e1-9f39d36ad61c 2018-10-04 15:29:33,935 - neutron_utils - INFO - Deleting security group rule with ID - b1a46c4c-fc62-43c1-bfb1-e68d0803106f 2018-10-04 15:29:33,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/b1a46c4c-fc62-43c1-bfb1-e68d0803106f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5831a2a1c6baba63f682d15175bb118a93bc72a" 2018-10-04 15:29:34,194 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1c94967c-03cd-4431-a2b2-5000091dd2c0 Content-Length: 0 Date: Thu, 04 Oct 2018 15:29:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:29:34,194 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/b1a46c4c-fc62-43c1-bfb1-e68d0803106f used request id req-1c94967c-03cd-4431-a2b2-5000091dd2c0 2018-10-04 15:29:34,195 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-sec-grp 2018-10-04 15:29:34,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/8db2b3f4-1099-46b8-95d7-c1458bf57b06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5831a2a1c6baba63f682d15175bb118a93bc72a" 2018-10-04 15:29:34,490 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-587b4bd3-3ca5-45fe-8284-fd3ba443a114 Content-Length: 0 Date: Thu, 04 Oct 2018 15:29:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:29:34,490 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/8db2b3f4-1099-46b8-95d7-c1458bf57b06 used request id req-587b4bd3-3ca5-45fe-8284-fd3ba443a114 2018-10-04 15:29:34,491 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-router and subnet CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-subnet 2018-10-04 15:29:34,491 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-router 2018-10-04 15:29:34,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/69562191-c9dd-42f4-a12f-804be413c7bb/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}351777695887c55a80a3ec442dfaec6391f27276" -d '{"subnet_id": "a88b30b6-056c-4a99-9140-1f7230a26955"}' 2018-10-04 15:29:35,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2d771208-4e02-442f-8629-70ce5c96b688 Date: Thu, 04 Oct 2018 15:29:35 GMT RESP BODY: {"network_id": "a7dd02ef-2b8c-4198-b184-722f863927a7", "tenant_id": "86157be81ad94eaa974172557cc32e04", "subnet_id": "a88b30b6-056c-4a99-9140-1f7230a26955", "subnet_ids": ["a88b30b6-056c-4a99-9140-1f7230a26955"], "port_id": "c989de98-d965-4229-8144-c6053988f8b3", "id": "69562191-c9dd-42f4-a12f-804be413c7bb"} 2018-10-04 15:29:35,976 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/69562191-c9dd-42f4-a12f-804be413c7bb/remove_router_interface used request id req-2d771208-4e02-442f-8629-70ce5c96b688 2018-10-04 15:29:35,976 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-router 2018-10-04 15:29:35,976 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-router 2018-10-04 15:29:35,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/69562191-c9dd-42f4-a12f-804be413c7bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}351777695887c55a80a3ec442dfaec6391f27276" 2018-10-04 15:29:39,590 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5e9ad806-e922-4460-94db-a7c4d8728df3 Content-Length: 0 Date: Thu, 04 Oct 2018 15:29:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:29:39,590 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/69562191-c9dd-42f4-a12f-804be413c7bb used request id req-5e9ad806-e922-4460-94db-a7c4d8728df3 2018-10-04 15:29:39,591 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-subnet 2018-10-04 15:29:39,591 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-subnet 2018-10-04 15:29:39,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/a88b30b6-056c-4a99-9140-1f7230a26955 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e18a6e19b2f2b626ebec66ecf6ae6bac2e70571c" 2018-10-04 15:29:41,848 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-36ccd483-b7e0-49bb-890b-4700f2536c2f Date: Thu, 04 Oct 2018 15:29:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:29:41,848 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/a88b30b6-056c-4a99-9140-1f7230a26955 used request id req-36ccd483-b7e0-49bb-890b-4700f2536c2f 2018-10-04 15:29:41,848 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-pub-net 2018-10-04 15:29:41,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/a7dd02ef-2b8c-4198-b184-722f863927a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e18a6e19b2f2b626ebec66ecf6ae6bac2e70571c" 2018-10-04 15:29:43,175 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d3cd9dfd-59fb-470a-87ea-537a543d18f9 Date: Thu, 04 Oct 2018 15:29:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:29:43,175 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/a7dd02ef-2b8c-4198-b184-722f863927a7 used request id req-d3cd9dfd-59fb-470a-87ea-537a543d18f9 2018-10-04 15:29:43,176 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-edf800f5-463a-4599-b112-b69e466afda5-image 2018-10-04 15:29:43,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f69e5ff2e7a917935988e9b5a6300b59f2d24777" 2018-10-04 15:29:44,610 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6638cffb-e0c0-4f81-b2a3-a05844bafcef Date: Thu, 04 Oct 2018 15:29:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:29:44,610 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/8d2719cd-b32e-46f4-8b9c-8fb165d0e31b used request id req-6638cffb-e0c0-4f81-b2a3-a05844bafcef 2018-10-04 15:29:44,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c096f89e7a3c7996f9b821c86d1fa65edcfd72" 2018-10-04 15:29:44,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-6eea1156-0340-4b7b-b28c-ff73edeb3bb8 Date: Thu, 04 Oct 2018 15:29:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:28:46Z", "updated_at": "2018-10-04T15:28:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:28:46Z", "revision_number": 0, "id": "3cf2d1a0-ff67-42f1-8e73-ad82da690494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:28:46Z", "security_group_id": "81aaa363-1a3c-46e6-b3a6-ab886e7cc380", "tenant_id": "86157be81ad94eaa974172557cc32e04", "port_range_min": null, "ethertype": "IPv4", "project_id": "86157be81ad94eaa974172557cc32e04"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:28:46Z", "revision_number": 0, "id": "889d8034-53c6-4556-acf7-9dde25a5e314", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:28:46Z", "security_group_id": "81aaa363-1a3c-46e6-b3a6-ab886e7cc380", "tenant_id": "86157be81ad94eaa974172557cc32e04", "port_range_min": null, "ethertype": "IPv6", "project_id": "86157be81ad94eaa974172557cc32e04"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:28:46Z", "revision_number": 0, "id": "910ba5ac-574e-4bae-8ac2-d76d467245b6", "remote_group_id": "81aaa363-1a3c-46e6-b3a6-ab886e7cc380", "remote_ip_prefix": null, "created_at": "2018-10-04T15:28:46Z", "security_group_id": "81aaa363-1a3c-46e6-b3a6-ab886e7cc380", "tenant_id": "86157be81ad94eaa974172557cc32e04", "port_range_min": null, "ethertype": "IPv6", "project_id": "86157be81ad94eaa974172557cc32e04"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:28:46Z", "revision_number": 0, "id": "bff62400-de05-432a-9610-dc61f281138b", "remote_group_id": "81aaa363-1a3c-46e6-b3a6-ab886e7cc380", "remote_ip_prefix": null, "created_at": "2018-10-04T15:28:46Z", "security_group_id": "81aaa363-1a3c-46e6-b3a6-ab886e7cc380", "tenant_id": "86157be81ad94eaa974172557cc32e04", "port_range_min": null, "ethertype": "IPv4", "project_id": "86157be81ad94eaa974172557cc32e04"}], "revision_number": 4, "project_id": "86157be81ad94eaa974172557cc32e04", "id": "81aaa363-1a3c-46e6-b3a6-ab886e7cc380", "name": "default"}]} 2018-10-04 15:29:44,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-6eea1156-0340-4b7b-b28c-ff73edeb3bb8 2018-10-04 15:29:44,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c096f89e7a3c7996f9b821c86d1fa65edcfd72" 2018-10-04 15:29:44,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e78dfa2a-acc0-4e5e-8056-6ea82f7a3fa9 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:29:44,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-e78dfa2a-acc0-4e5e-8056-6ea82f7a3fa9 2018-10-04 15:29:44,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c096f89e7a3c7996f9b821c86d1fa65edcfd72" 2018-10-04 15:29:45,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e51da8cb-3d36-4748-88d1-5ade3e0ee611 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:29:45,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-e51da8cb-3d36-4748-88d1-5ade3e0ee611 2018-10-04 15:29:45,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c096f89e7a3c7996f9b821c86d1fa65edcfd72" 2018-10-04 15:29:45,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-296aa064-7fa2-4723-8bdf-895a2382c8fb Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:29:45,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-296aa064-7fa2-4723-8bdf-895a2382c8fb 2018-10-04 15:29:45,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c096f89e7a3c7996f9b821c86d1fa65edcfd72" 2018-10-04 15:29:45,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dd45a96-0afc-4502-b6d6-242f7a923871 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04"}, "enabled": true, "id": "86157be81ad94eaa974172557cc32e04", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj"}} 2018-10-04 15:29:45,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 used request id req-3dd45a96-0afc-4502-b6d6-242f7a923871 2018-10-04 15:29:45,198 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 81aaa363-1a3c-46e6-b3a6-ab886e7cc380 2018-10-04 15:29:45,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=81aaa363-1a3c-46e6-b3a6-ab886e7cc380 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c096f89e7a3c7996f9b821c86d1fa65edcfd72" 2018-10-04 15:29:45,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-9887f751-d238-4ddb-a95a-f5c79bb2cfc9 Date: Thu, 04 Oct 2018 15:29:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:28:46Z", "security_group_id": "81aaa363-1a3c-46e6-b3a6-ab886e7cc380", "port_range_min": null, "revision_number": 0, "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:28:46Z", "project_id": "86157be81ad94eaa974172557cc32e04", "id": "3cf2d1a0-ff67-42f1-8e73-ad82da690494"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:28:46Z", "security_group_id": "81aaa363-1a3c-46e6-b3a6-ab886e7cc380", "port_range_min": null, "revision_number": 0, "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:28:46Z", "project_id": "86157be81ad94eaa974172557cc32e04", "id": "889d8034-53c6-4556-acf7-9dde25a5e314"}, {"remote_group_id": "81aaa363-1a3c-46e6-b3a6-ab886e7cc380", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:28:46Z", "security_group_id": "81aaa363-1a3c-46e6-b3a6-ab886e7cc380", "port_range_min": null, "revision_number": 0, "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:28:46Z", "project_id": "86157be81ad94eaa974172557cc32e04", "id": "910ba5ac-574e-4bae-8ac2-d76d467245b6"}, {"remote_group_id": "81aaa363-1a3c-46e6-b3a6-ab886e7cc380", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:28:46Z", "security_group_id": "81aaa363-1a3c-46e6-b3a6-ab886e7cc380", "port_range_min": null, "revision_number": 0, "tenant_id": "86157be81ad94eaa974172557cc32e04", "created_at": "2018-10-04T15:28:46Z", "project_id": "86157be81ad94eaa974172557cc32e04", "id": "bff62400-de05-432a-9610-dc61f281138b"}]} 2018-10-04 15:29:45,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=81aaa363-1a3c-46e6-b3a6-ab886e7cc380 used request id req-9887f751-d238-4ddb-a95a-f5c79bb2cfc9 2018-10-04 15:29:45,383 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:29:45,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/81aaa363-1a3c-46e6-b3a6-ab886e7cc380 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c096f89e7a3c7996f9b821c86d1fa65edcfd72" 2018-10-04 15:29:45,691 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-77db0292-3878-48c6-ab68-c0de46220d0e Content-Length: 0 Date: Thu, 04 Oct 2018 15:29:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:29:45,691 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/81aaa363-1a3c-46e6-b3a6-ab886e7cc380 used request id req-77db0292-3878-48c6-ab68-c0de46220d0e 2018-10-04 15:29:45,692 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj 2018-10-04 15:29:45,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c096f89e7a3c7996f9b821c86d1fa65edcfd72" 2018-10-04 15:29:45,951 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:29:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea6e34c8-f510-4410-bc8d-aa8310f4ad8a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:29:45,951 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/86157be81ad94eaa974172557cc32e04 used request id req-ea6e34c8-f510-4410-bc8d-aa8310f4ad8a 2018-10-04 15:29:45,951 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-proj-role 2018-10-04 15:29:45,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/b61e8bfd1519428abda4f6039e1f99a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c096f89e7a3c7996f9b821c86d1fa65edcfd72" 2018-10-04 15:29:46,065 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:29:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7adb45ff-e097-4d8b-91cf-7d5da3123418 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:29:46,065 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/b61e8bfd1519428abda4f6039e1f99a3 used request id req-7adb45ff-e097-4d8b-91cf-7d5da3123418 2018-10-04 15:29:46,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c096f89e7a3c7996f9b821c86d1fa65edcfd72" 2018-10-04 15:29:46,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6373d3e-c5d0-4e78-bf0e-46d4dea680fc Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:29:46,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b6373d3e-c5d0-4e78-bf0e-46d4dea680fc 2018-10-04 15:29:46,158 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-5e0836b0-28d4-458-user 2018-10-04 15:29:46,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/002654a3a9214af280684f7aa2a78bf5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4b0b7f9b17c52a612cfcbe98e2d77795b92fd8" 2018-10-04 15:29:46,341 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:29:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7711acef-f4da-4303-a276-1d5c0761991d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:29:46,341 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/002654a3a9214af280684f7aa2a78bf5 used request id req-7711acef-f4da-4303-a276-1d5c0761991d 2018-10-04 15:29:46,342 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:29:46,731 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:29:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["nKjLKrjkSXGOI20oaNNAsw"], "issued_at": "2018-10-04T15:29:46.000000Z"}} 2018-10-04 15:29:46,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c87d99e6541723facec9c5b9d550ae2759d8e8" 2018-10-04 15:29:46,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e91b3837-cb7e-4ce4-8d26-81d56b4d4b08 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:29:46,813 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e91b3837-cb7e-4ce4-8d26-81d56b4d4b08 2018-10-04 15:29:46,815 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:29:46,816 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:29:47,206 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:29:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["-0bxelgaSGOx6P1G0-rfXA"], "issued_at": "2018-10-04T15:29:47.000000Z"}} 2018-10-04 15:29:47,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3e9faf0d5240d97d69685014ae95ea76f17a3a" 2018-10-04 15:29:47,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18c639c4-b80b-4226-ba71-4a5de196e6ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:29:47,301 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-18c639c4-b80b-4226-ba71-4a5de196e6ef 2018-10-04 15:29:47,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:29:47,312 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:29:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:29:47,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3e9faf0d5240d97d69685014ae95ea76f17a3a" 2018-10-04 15:29:47,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb6b4170-ab6d-419e-825b-904734d8470e Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:29:47,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj used request id req-cb6b4170-ab6d-419e-825b-904734d8470e 2018-10-04 15:29:47,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3e9faf0d5240d97d69685014ae95ea76f17a3a" 2018-10-04 15:29:47,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07fe0571-0d0d-4c66-9d6e-831b531a04b4 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:29:47,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-07fe0571-0d0d-4c66-9d6e-831b531a04b4 2018-10-04 15:29:47,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3e9faf0d5240d97d69685014ae95ea76f17a3a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}}' 2018-10-04 15:29:47,615 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:29:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b470bb34-2175-4841-9c3b-363cc96b82d4 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817"}, "enabled": true, "id": "83d99e12f21e4977bc301220dab7b817", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}} 2018-10-04 15:29:47,615 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-b470bb34-2175-4841-9c3b-363cc96b82d4 2018-10-04 15:29:47,616 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj 2018-10-04 15:29:47,616 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:29:47,617 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:29:48,010 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:29:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["4zLKtt80QlG5uCAhKCVDYQ"], "issued_at": "2018-10-04T15:29:48.000000Z"}} 2018-10-04 15:29:48,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1de6d45a21002605ef369ffb5a3f93e66f5f6f3b" 2018-10-04 15:29:48,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c526b36-42e6-4300-9ef2-aab2b734ba64 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:29:48,103 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8c526b36-42e6-4300-9ef2-aab2b734ba64 2018-10-04 15:29:48,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:29:48,113 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:29:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:29:48,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1de6d45a21002605ef369ffb5a3f93e66f5f6f3b" 2018-10-04 15:29:48,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e4ab753-e1db-4968-aa68-1458e396cfb3 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:29:48,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-1e4ab753-e1db-4968-aa68-1458e396cfb3 2018-10-04 15:29:48,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1de6d45a21002605ef369ffb5a3f93e66f5f6f3b" 2018-10-04 15:29:48,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eadb576b-b452-44cf-bac8-e71e62296cbe Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817"}, "enabled": true, "id": "83d99e12f21e4977bc301220dab7b817", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}]} 2018-10-04 15:29:48,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj used request id req-eadb576b-b452-44cf-bac8-e71e62296cbe 2018-10-04 15:29:48,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1de6d45a21002605ef369ffb5a3f93e66f5f6f3b" 2018-10-04 15:29:48,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d878c011-51d9-42b5-aa09-2bf8da5c9c4a Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:29:48,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-d878c011-51d9-42b5-aa09-2bf8da5c9c4a 2018-10-04 15:29:48,754 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-c7427822-8d20-469-user 2018-10-04 15:29:48,754 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:29:48,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3e9faf0d5240d97d69685014ae95ea76f17a3a" 2018-10-04 15:29:48,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5a03eab-a40e-4731-958a-7bcb179ca193 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:29:48,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b5a03eab-a40e-4731-958a-7bcb179ca193 2018-10-04 15:29:48,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3e9faf0d5240d97d69685014ae95ea76f17a3a" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj-role"}}' 2018-10-04 15:29:48,970 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:29:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ee3f3d7-3ec5-4201-b519-df1eead7272a Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9062178366114d9c9744747e567e7b64", "links": {"self": "http://172.30.9.23:5000/v3/roles/9062178366114d9c9744747e567e7b64"}, "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj-role"}} 2018-10-04 15:29:48,970 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-0ee3f3d7-3ec5-4201-b519-df1eead7272a 2018-10-04 15:29:48,970 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj-role 2018-10-04 15:29:48,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/9062178366114d9c9744747e567e7b64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3e9faf0d5240d97d69685014ae95ea76f17a3a" 2018-10-04 15:29:48,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-758e7a13-46ea-4081-8a00-cedc9c1e3d0c Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/9062178366114d9c9744747e567e7b64"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj-role", "id": "9062178366114d9c9744747e567e7b64"}} 2018-10-04 15:29:48,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/9062178366114d9c9744747e567e7b64 used request id req-758e7a13-46ea-4081-8a00-cedc9c1e3d0c 2018-10-04 15:29:48,993 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj-role to project CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj 2018-10-04 15:29:48,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817/users/f5c53231909b4164b8752aa7e0725c7b/roles/9062178366114d9c9744747e567e7b64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3e9faf0d5240d97d69685014ae95ea76f17a3a" 2018-10-04 15:29:49,140 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:29:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29c37c2e-9307-4840-a4da-549ec19aa915 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:29:49,140 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817/users/f5c53231909b4164b8752aa7e0725c7b/roles/9062178366114d9c9744747e567e7b64 used request id req-29c37c2e-9307-4840-a4da-549ec19aa915 2018-10-04 15:29:49,140 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:29:49,142 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:29:49,142 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:29:49,143 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:29:49,524 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9062178366114d9c9744747e567e7b64", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj-role"}], "expires_at": "2018-10-04T16:29:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83d99e12f21e4977bc301220dab7b817", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-user", "id": "f5c53231909b4164b8752aa7e0725c7b"}, "audit_ids": ["aixLwPVsTqqmxTw6csZG_g"], "issued_at": "2018-10-04T15:29:49.000000Z"}} 2018-10-04 15:29:49,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}866ef79d06e09e354dcb64ae50051f9b635de843" 2018-10-04 15:29:49,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4db6e1a-90cd-4b9a-9613-4008be4777b3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:29:49,594 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f4db6e1a-90cd-4b9a-9613-4008be4777b3 2018-10-04 15:29:49,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}866ef79d06e09e354dcb64ae50051f9b635de843" 2018-10-04 15:29:49,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-10506c09-ebab-49cf-8cdb-ec1eaaebd84c Date: Thu, 04 Oct 2018 15:29:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-image"} 2018-10-04 15:29:49,775 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-image used request id req-10506c09-ebab-49cf-8cdb-ec1eaaebd84c 2018-10-04 15:29:49,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}866ef79d06e09e354dcb64ae50051f9b635de843" 2018-10-04 15:29:49,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ef4aebf5-4fbb-483e-9ba8-7e7ab5ede7e6 Date: Thu, 04 Oct 2018 15:29:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:29:49,938 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-ef4aebf5-4fbb-483e-9ba8-7e7ab5ede7e6 2018-10-04 15:29:49,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}866ef79d06e09e354dcb64ae50051f9b635de843" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-image"}' 2018-10-04 15:29:50,164 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/db4c5092-6afd-40ab-8b61-43d9c50c1757 X-Openstack-Request-Id: req-a8926363-1966-4cf9-9059-7a8646c6a91f Date: Thu, 04 Oct 2018 15:29:50 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:29:50Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:29:50Z", "visibility": "shared", "locations": [], "self": "/v2/images/db4c5092-6afd-40ab-8b61-43d9c50c1757", "min_disk": 0, "protected": false, "id": "db4c5092-6afd-40ab-8b61-43d9c50c1757", "file": "/v2/images/db4c5092-6afd-40ab-8b61-43d9c50c1757/file", "checksum": null, "owner": "83d99e12f21e4977bc301220dab7b817", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:29:50,165 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-a8926363-1966-4cf9-9059-7a8646c6a91f 2018-10-04 15:29:50,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/db4c5092-6afd-40ab-8b61-43d9c50c1757/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}866ef79d06e09e354dcb64ae50051f9b635de843" -d '' 2018-10-04 15:29:51,402 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-76e85949-2c7b-40b4-b945-f8baead364cc Date: Thu, 04 Oct 2018 15:29:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:29:51,403 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/db4c5092-6afd-40ab-8b61-43d9c50c1757/file used request id req-76e85949-2c7b-40b4-b945-f8baead364cc 2018-10-04 15:29:51,403 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:29:51,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/db4c5092-6afd-40ab-8b61-43d9c50c1757 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}866ef79d06e09e354dcb64ae50051f9b635de843" 2018-10-04 15:29:51,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-83c4ba58-d74f-4af5-af9e-9b24dbffeb6e Date: Thu, 04 Oct 2018 15:29:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:29:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:29:51Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/db4c5092-6afd-40ab-8b61-43d9c50c1757/snap", "metadata": {}}], "self": "/v2/images/db4c5092-6afd-40ab-8b61-43d9c50c1757", "min_disk": 0, "protected": false, "id": "db4c5092-6afd-40ab-8b61-43d9c50c1757", "file": "/v2/images/db4c5092-6afd-40ab-8b61-43d9c50c1757/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "83d99e12f21e4977bc301220dab7b817", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/db4c5092-6afd-40ab-8b61-43d9c50c1757/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:29:51,564 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/db4c5092-6afd-40ab-8b61-43d9c50c1757 used request id req-83c4ba58-d74f-4af5-af9e-9b24dbffeb6e 2018-10-04 15:29:51,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}866ef79d06e09e354dcb64ae50051f9b635de843" 2018-10-04 15:29:51,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-695fa587-d611-4b91-bec3-4ab6af692cf8 Date: Thu, 04 Oct 2018 15:29:51 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:29:51,730 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-695fa587-d611-4b91-bec3-4ab6af692cf8 2018-10-04 15:29:51,733 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-image 2018-10-04 15:29:51,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/db4c5092-6afd-40ab-8b61-43d9c50c1757 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}866ef79d06e09e354dcb64ae50051f9b635de843" 2018-10-04 15:29:51,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-4b4734da-036f-4ce5-9a4b-26bad624fbd1 Date: Thu, 04 Oct 2018 15:29:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:29:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:29:51Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/db4c5092-6afd-40ab-8b61-43d9c50c1757/snap", "metadata": {}}], "self": "/v2/images/db4c5092-6afd-40ab-8b61-43d9c50c1757", "min_disk": 0, "protected": false, "id": "db4c5092-6afd-40ab-8b61-43d9c50c1757", "file": "/v2/images/db4c5092-6afd-40ab-8b61-43d9c50c1757/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "83d99e12f21e4977bc301220dab7b817", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/db4c5092-6afd-40ab-8b61-43d9c50c1757/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:29:51,892 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/db4c5092-6afd-40ab-8b61-43d9c50c1757 used request id req-4b4734da-036f-4ce5-9a4b-26bad624fbd1 2018-10-04 15:29:51,892 - create_image - DEBUG - Instance status is - active 2018-10-04 15:29:51,892 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-image 2018-10-04 15:29:51,893 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-image 2018-10-04 15:29:51,893 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:29:51,894 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:29:52,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9062178366114d9c9744747e567e7b64", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj-role"}], "expires_at": "2018-10-04T16:29:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83d99e12f21e4977bc301220dab7b817", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-user", "id": "f5c53231909b4164b8752aa7e0725c7b"}, "audit_ids": ["xI00dulnT-O3T9gBWVtygA"], "issued_at": "2018-10-04T15:29:52.000000Z"}} 2018-10-04 15:29:52,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4887703ee2f1e978bdb248102e1aaddbca86827f" 2018-10-04 15:29:52,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-627f2df4-664b-4e8c-95d9-a5c7147e7f8a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:29:52,344 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-627f2df4-664b-4e8c-95d9-a5c7147e7f8a 2018-10-04 15:29:52,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4887703ee2f1e978bdb248102e1aaddbca86827f" 2018-10-04 15:29:52,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bae0b94d-f5f9-493c-9f60-14a8a3d3edee Date: Thu, 04 Oct 2018 15:29:52 GMT RESP BODY: {"networks":[]} 2018-10-04 15:29:52,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net used request id req-bae0b94d-f5f9-493c-9f60-14a8a3d3edee 2018-10-04 15:29:52,529 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net 2018-10-04 15:29:52,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4887703ee2f1e978bdb248102e1aaddbca86827f" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net", "admin_state_up": true}}' 2018-10-04 15:29:53,056 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-b87ab8d9-7393-49ed-aad1-e49337c63632 Date: Thu, 04 Oct 2018 15:29:53 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:29:52Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:52Z","mtu":1450}} 2018-10-04 15:29:53,056 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-b87ab8d9-7393-49ed-aad1-e49337c63632 2018-10-04 15:29:53,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=993a0071-04c6-4bcd-9fb8-e7d073378b7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4887703ee2f1e978bdb248102e1aaddbca86827f" 2018-10-04 15:29:53,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-03d7f2e5-d87d-4290-89c3-95de43818bbc Date: Thu, 04 Oct 2018 15:29:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T15:29:52Z","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"83d99e12f21e4977bc301220dab7b817","id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net"}]} 2018-10-04 15:29:53,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=993a0071-04c6-4bcd-9fb8-e7d073378b7e used request id req-03d7f2e5-d87d-4290-89c3-95de43818bbc 2018-10-04 15:29:53,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4887703ee2f1e978bdb248102e1aaddbca86827f" 2018-10-04 15:29:53,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2eba0e5f-309a-49bc-900b-cacb60a7ff76 Date: Thu, 04 Oct 2018 15:29:53 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:29:53,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e used request id req-2eba0e5f-309a-49bc-900b-cacb60a7ff76 2018-10-04 15:29:53,641 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-subnet 2018-10-04 15:29:53,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4887703ee2f1e978bdb248102e1aaddbca86827f" -d '{"subnets": [{"ip_version": 4, "network_id": "993a0071-04c6-4bcd-9fb8-e7d073378b7e", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-subnet"}]}' 2018-10-04 15:29:54,458 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c6038935-2035-457f-a8ca-b610a5a56da8 Date: Thu, 04 Oct 2018 15:29:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:54Z","dns_nameservers":[],"updated_at":"2018-10-04T15:29:54Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"83d99e12f21e4977bc301220dab7b817","id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-subnet"}]} 2018-10-04 15:29:54,459 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-c6038935-2035-457f-a8ca-b610a5a56da8 2018-10-04 15:29:54,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=993a0071-04c6-4bcd-9fb8-e7d073378b7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4887703ee2f1e978bdb248102e1aaddbca86827f" 2018-10-04 15:29:54,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2aa9cc3d-a1c2-4b9e-97d9-ffd66bd9a9af Date: Thu, 04 Oct 2018 15:29:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["66626d64-6104-4cbd-ac93-ad52f40cd8a1"],"updated_at":"2018-10-04T15:29:54Z","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"83d99e12f21e4977bc301220dab7b817","id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net"}]} 2018-10-04 15:29:54,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=993a0071-04c6-4bcd-9fb8-e7d073378b7e used request id req-2aa9cc3d-a1c2-4b9e-97d9-ffd66bd9a9af 2018-10-04 15:29:54,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4887703ee2f1e978bdb248102e1aaddbca86827f" 2018-10-04 15:29:55,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b926ac29-be86-4dd6-9071-17e2931f38bb Date: Thu, 04 Oct 2018 15:29:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:54Z","dns_nameservers":[],"updated_at":"2018-10-04T15:29:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"83d99e12f21e4977bc301220dab7b817","id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-subnet"}]} 2018-10-04 15:29:55,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e used request id req-b926ac29-be86-4dd6-9071-17e2931f38bb 2018-10-04 15:29:55,027 - OpenStackNetwork - DEBUG - Network [993a0071-04c6-4bcd-9fb8-e7d073378b7e] created successfully 2018-10-04 15:29:55,027 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:29:55,028 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:29:55,406 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9062178366114d9c9744747e567e7b64", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj-role"}], "expires_at": "2018-10-04T16:29:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83d99e12f21e4977bc301220dab7b817", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-user", "id": "f5c53231909b4164b8752aa7e0725c7b"}, "audit_ids": ["RrnsAQGjTrSJLlU_HWq6Yg"], "issued_at": "2018-10-04T15:29:55.000000Z"}} 2018-10-04 15:29:55,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f8da0ad0e6c1e7c6e04201791e1ff54e411b14" 2018-10-04 15:29:55,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-793e63b5-09a3-477c-b814-d136a82f3a1d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:29:55,419 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-793e63b5-09a3-477c-b814-d136a82f3a1d 2018-10-04 15:29:55,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f8da0ad0e6c1e7c6e04201791e1ff54e411b14" 2018-10-04 15:29:55,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ec326acf-5467-4acf-b341-1658fb55c3a4 Date: Thu, 04 Oct 2018 15:29:55 GMT RESP BODY: {"routers": []} 2018-10-04 15:29:55,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-router&admin_state_up=True used request id req-ec326acf-5467-4acf-b341-1658fb55c3a4 2018-10-04 15:29:55,620 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:29:55,621 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:29:56,000 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9062178366114d9c9744747e567e7b64", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj-role"}], "expires_at": "2018-10-04T16:29:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83d99e12f21e4977bc301220dab7b817", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-user", "id": "f5c53231909b4164b8752aa7e0725c7b"}, "audit_ids": ["RVe63YmXTPOTeGvd4n3wEw"], "issued_at": "2018-10-04T15:29:55.000000Z"}} 2018-10-04 15:29:56,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c557545f448d473dd716b0df6899f22875180f7d" 2018-10-04 15:29:56,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:29:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0da54ee-2990-43e3-8605-ea5d4b3ef68f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:29:56,086 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c0da54ee-2990-43e3-8605-ea5d4b3ef68f 2018-10-04 15:29:56,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f8da0ad0e6c1e7c6e04201791e1ff54e411b14" 2018-10-04 15:29:56,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-ce52fa9a-4175-4f9e-94b0-a79b832161a2 Date: Thu, 04 Oct 2018 15:29:56 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:29:56,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-ce52fa9a-4175-4f9e-94b0-a79b832161a2 2018-10-04 15:29:56,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f8da0ad0e6c1e7c6e04201791e1ff54e411b14" 2018-10-04 15:29:56,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-71f2fd7f-578a-426b-a1b9-efca5a57179d Date: Thu, 04 Oct 2018 15:29:56 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:29:56,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-71f2fd7f-578a-426b-a1b9-efca5a57179d 2018-10-04 15:29:56,670 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-router 2018-10-04 15:29:56,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f8da0ad0e6c1e7c6e04201791e1ff54e411b14" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-router", "admin_state_up": true}}' 2018-10-04 15:30:01,396 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-b6ebcde2-7a68-4d2f-87a0-1be354711366 Date: Thu, 04 Oct 2018 15:30:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:29:57Z", "admin_state_up": true, "updated_at": "2018-10-04T15:29:58Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "ae449ef4-7c2e-43ed-91b5-dd78895b4368", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-router"}} 2018-10-04 15:30:01,396 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-b6ebcde2-7a68-4d2f-87a0-1be354711366 2018-10-04 15:30:01,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=ae449ef4-7c2e-43ed-91b5-dd78895b4368 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f8da0ad0e6c1e7c6e04201791e1ff54e411b14" 2018-10-04 15:30:01,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-42452fb9-da26-4fcc-a2cd-16fdf6ad8054 Date: Thu, 04 Oct 2018 15:30:01 GMT RESP BODY: {"ports":[]} 2018-10-04 15:30:01,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=ae449ef4-7c2e-43ed-91b5-dd78895b4368 used request id req-42452fb9-da26-4fcc-a2cd-16fdf6ad8054 2018-10-04 15:30:01,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f8da0ad0e6c1e7c6e04201791e1ff54e411b14" 2018-10-04 15:30:01,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-356635ef-2d86-4e9b-972f-016df736e49b Date: Thu, 04 Oct 2018 15:30:01 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":["66626d64-6104-4cbd-ac93-ad52f40cd8a1"],"updated_at":"2018-10-04T15:29:54Z","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"83d99e12f21e4977bc301220dab7b817","id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net"}]} 2018-10-04 15:30:01,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net used request id req-356635ef-2d86-4e9b-972f-016df736e49b 2018-10-04 15:30:01,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:30:01,843 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:30:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:30:01,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f8da0ad0e6c1e7c6e04201791e1ff54e411b14" 2018-10-04 15:30:01,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-834fe942-24d1-41c6-9b13-dec3f926909b Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817"}, "enabled": true, "id": "83d99e12f21e4977bc301220dab7b817", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}} 2018-10-04 15:30:01,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 used request id req-834fe942-24d1-41c6-9b13-dec3f926909b 2018-10-04 15:30:01,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f8da0ad0e6c1e7c6e04201791e1ff54e411b14" 2018-10-04 15:30:02,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c7f1e45d-03a5-4061-ae29-2708e160a98a Date: Thu, 04 Oct 2018 15:30:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:54Z","dns_nameservers":[],"updated_at":"2018-10-04T15:29:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"83d99e12f21e4977bc301220dab7b817","id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-subnet"}]} 2018-10-04 15:30:02,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e used request id req-c7f1e45d-03a5-4061-ae29-2708e160a98a 2018-10-04 15:30:02,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e&name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f8da0ad0e6c1e7c6e04201791e1ff54e411b14" 2018-10-04 15:30:02,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-dcdc3148-a8a2-475a-aec3-1398b1044666 Date: Thu, 04 Oct 2018 15:30:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:54Z","dns_nameservers":[],"updated_at":"2018-10-04T15:29:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"83d99e12f21e4977bc301220dab7b817","id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-subnet"}]} 2018-10-04 15:30:02,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e&name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-subnet used request id req-dcdc3148-a8a2-475a-aec3-1398b1044666 2018-10-04 15:30:02,337 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-04 15:30:02,337 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-router 2018-10-04 15:30:02,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/ae449ef4-7c2e-43ed-91b5-dd78895b4368/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f8da0ad0e6c1e7c6e04201791e1ff54e411b14" -d '{"subnet_id": "66626d64-6104-4cbd-ac93-ad52f40cd8a1"}' 2018-10-04 15:30:04,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-15b96007-dc14-4999-b3a9-2529e4bafca8 Date: Thu, 04 Oct 2018 15:30:04 GMT RESP BODY: {"network_id": "993a0071-04c6-4bcd-9fb8-e7d073378b7e", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "subnet_id": "66626d64-6104-4cbd-ac93-ad52f40cd8a1", "subnet_ids": ["66626d64-6104-4cbd-ac93-ad52f40cd8a1"], "port_id": "625b2dd1-9c54-461c-9fa8-3e2614dce930", "id": "ae449ef4-7c2e-43ed-91b5-dd78895b4368"} 2018-10-04 15:30:04,389 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ae449ef4-7c2e-43ed-91b5-dd78895b4368/add_router_interface used request id req-15b96007-dc14-4999-b3a9-2529e4bafca8 2018-10-04 15:30:04,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/ae449ef4-7c2e-43ed-91b5-dd78895b4368 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f8da0ad0e6c1e7c6e04201791e1ff54e411b14" 2018-10-04 15:30:04,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f27896c8-30b9-47d1-baf7-c5fa525737f9 Date: Thu, 04 Oct 2018 15:30:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:29:57Z", "admin_state_up": true, "updated_at": "2018-10-04T15:30:03Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "ae449ef4-7c2e-43ed-91b5-dd78895b4368", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-router"}} 2018-10-04 15:30:04,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/ae449ef4-7c2e-43ed-91b5-dd78895b4368 used request id req-f27896c8-30b9-47d1-baf7-c5fa525737f9 2018-10-04 15:30:04,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=ae449ef4-7c2e-43ed-91b5-dd78895b4368 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f8da0ad0e6c1e7c6e04201791e1ff54e411b14" 2018-10-04 15:30:04,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-38301f93-f95d-49e8-b88e-2c728b2561d9 Date: Thu, 04 Oct 2018 15:30:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:30:03Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.1"}],"id":"625b2dd1-9c54-461c-9fa8-3e2614dce930","security_groups":[],"mac_address":"fa:16:3e:48:35:04","project_id":"83d99e12f21e4977bc301220dab7b817","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:30:02Z","binding:vnic_type":"normal","device_id":"ae449ef4-7c2e-43ed-91b5-dd78895b4368"}]} 2018-10-04 15:30:04,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=ae449ef4-7c2e-43ed-91b5-dd78895b4368 used request id req-38301f93-f95d-49e8-b88e-2c728b2561d9 2018-10-04 15:30:04,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/66626d64-6104-4cbd-ac93-ad52f40cd8a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f8da0ad0e6c1e7c6e04201791e1ff54e411b14" 2018-10-04 15:30:05,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-4442474c-2567-4d26-bea8-8097361a7f1e Date: Thu, 04 Oct 2018 15:30:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:54Z","dns_nameservers":[],"updated_at":"2018-10-04T15:29:54Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"83d99e12f21e4977bc301220dab7b817","id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-subnet"}} 2018-10-04 15:30:05,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/66626d64-6104-4cbd-ac93-ad52f40cd8a1 used request id req-4442474c-2567-4d26-bea8-8097361a7f1e 2018-10-04 15:30:05,017 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:30:05,018 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:30:05,396 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:30:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["B84VrWMAT8SIT6eDiNqyGg"], "issued_at": "2018-10-04T15:30:05.000000Z"}} 2018-10-04 15:30:05,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}007c6a393071a9050ee160b9788bfe5ad263f3cb" 2018-10-04 15:30:05,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6771d20a-9d7d-43d7-9925-767f3afbcf8d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:30:05,479 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6771d20a-9d7d-43d7-9925-767f3afbcf8d 2018-10-04 15:30:05,480 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:30:05,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}007c6a393071a9050ee160b9788bfe5ad263f3cb" 2018-10-04 15:30:05,676 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fcaf2fb1-1e24-4717-8705-db4cb23e20e4 x-compute-request-id: req-fcaf2fb1-1e24-4717-8705-db4cb23e20e4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:30:05,676 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-fcaf2fb1-1e24-4717-8705-db4cb23e20e4 2018-10-04 15:30:05,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}007c6a393071a9050ee160b9788bfe5ad263f3cb" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:30:05,748 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30: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-4276f1e5-80f9-4866-905f-ed5f24eab1c5 x-compute-request-id: req-4276f1e5-80f9-4866-905f-ed5f24eab1c5 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0d733415-7c79-4599-80f5-aa2466ef73ff", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:30:05,748 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4276f1e5-80f9-4866-905f-ed5f24eab1c5 2018-10-04 15:30:05,749 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:30:05,750 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:30:06,117 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9062178366114d9c9744747e567e7b64", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj-role"}], "expires_at": "2018-10-04T16:30:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83d99e12f21e4977bc301220dab7b817", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-user", "id": "f5c53231909b4164b8752aa7e0725c7b"}, "audit_ids": ["Ze9aZb93S46fuakwcgPoyw"], "issued_at": "2018-10-04T15:30:06.000000Z"}} 2018-10-04 15:30:06,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8fb7218321bdb17ef3f695206df38e4a4038d98" 2018-10-04 15:30:06,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-882c7c8c-2951-4a55-af3a-57dca82fedb1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:30:06,219 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-882c7c8c-2951-4a55-af3a-57dca82fedb1 2018-10-04 15:30:06,220 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:30:06,224 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8fb7218321bdb17ef3f695206df38e4a4038d98" 2018-10-04 15:30:06,389 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4b6e7110-2f30-4373-a0fc-c57d591bfe07 x-compute-request-id: req-4b6e7110-2f30-4373-a0fc-c57d591bfe07 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-04 15:30:06,389 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-4b6e7110-2f30-4373-a0fc-c57d591bfe07 2018-10-04 15:30:06,390 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-kp... 2018-10-04 15:30:06,390 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 15:30:06,407 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-kp 2018-10-04 15:30:06,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8fb7218321bdb17ef3f695206df38e4a4038d98" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDpwtee0j27qyE4LwlJIn5aRlBsrgeJ5sKj0342l/k06TqClV4PKDDv3b9HFGzWIBqHqB4rOlVs/pX6p2hQXoXqAqWPanvqTpJZPzOonu7D85y12HDCw+Jg8X197p0NOP/2p1oSfUlTyaMlkrS2MBaeCGezo8on9EEtH+qgAUNy6w==", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-kp"}}' 2018-10-04 15:30:06,465 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a2473b93-f747-4164-8ca5-402e9a4f4777 x-compute-request-id: req-a2473b93-f747-4164-8ca5-402e9a4f4777 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDpwtee0j27qyE4LwlJIn5aRlBsrgeJ5sKj0342l/k06TqClV4PKDDv3b9HFGzWIBqHqB4rOlVs/pX6p2hQXoXqAqWPanvqTpJZPzOonu7D85y12HDCw+Jg8X197p0NOP/2p1oSfUlTyaMlkrS2MBaeCGezo8on9EEtH+qgAUNy6w==", "user_id": "f5c53231909b4164b8752aa7e0725c7b", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-kp", "fingerprint": "2b:00:c0:2d:2b:a1:75:c9:f4:68:62:99:d9:af:b8:97"}} 2018-10-04 15:30:06,465 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-a2473b93-f747-4164-8ca5-402e9a4f4777 2018-10-04 15:30:06,468 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176.pub 2018-10-04 15:30:06,468 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176 2018-10-04 15:30:06,469 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:30:06,470 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:30:06,851 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9062178366114d9c9744747e567e7b64", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj-role"}], "expires_at": "2018-10-04T16:30:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83d99e12f21e4977bc301220dab7b817", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-user", "id": "f5c53231909b4164b8752aa7e0725c7b"}, "audit_ids": ["W3jZTk14TOaQWHD1Pvak4g"], "issued_at": "2018-10-04T15:30:06.000000Z"}} 2018-10-04 15:30:06,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb3ff304991c2cb4c0792f0f39402565f52bc1e" 2018-10-04 15:30:06,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0009ecf4-1f78-4b5a-a735-1708c6cd3162 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:30:06,933 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0009ecf4-1f78-4b5a-a735-1708c6cd3162 2018-10-04 15:30:06,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb3ff304991c2cb4c0792f0f39402565f52bc1e" 2018-10-04 15:30:07,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-73407564-31a1-4e56-b21a-a863aea9e6db Date: Thu, 04 Oct 2018 15:30:07 GMT RESP BODY: {"security_groups": []} 2018-10-04 15:30:07,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp used request id req-73407564-31a1-4e56-b21a-a863aea9e6db 2018-10-04 15:30:07,127 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp... 2018-10-04 15:30:07,127 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp 2018-10-04 15:30:07,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb3ff304991c2cb4c0792f0f39402565f52bc1e" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp"}}' 2018-10-04 15:30:07,467 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-1487ab30-38e9-4506-989a-0249cc64e9a6 Date: Thu, 04 Oct 2018 15:30:07 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:30:07Z", "updated_at": "2018-10-04T15:30:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:30:07Z", "revision_number": 0, "id": "da337edd-3e0f-438a-857f-d36fad8b26f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:30:07Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "port_range_min": null, "ethertype": "IPv6", "project_id": "83d99e12f21e4977bc301220dab7b817"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:30:07Z", "revision_number": 0, "id": "eeb62a9f-9aff-499f-990a-c7e525de632a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:30:07Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "port_range_min": null, "ethertype": "IPv4", "project_id": "83d99e12f21e4977bc301220dab7b817"}], "revision_number": 2, "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "3c623722-107e-4582-afa3-d39e0be86b1b", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp"}} 2018-10-04 15:30:07,467 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-1487ab30-38e9-4506-989a-0249cc64e9a6 2018-10-04 15:30:07,468 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3c623722-107e-4582-afa3-d39e0be86b1b 2018-10-04 15:30:07,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=3c623722-107e-4582-afa3-d39e0be86b1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb3ff304991c2cb4c0792f0f39402565f52bc1e" 2018-10-04 15:30:07,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-61442012-fa53-4471-8d07-53a3875ccf6e Date: Thu, 04 Oct 2018 15:30:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:30:07Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:30:07Z", "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "da337edd-3e0f-438a-857f-d36fad8b26f9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:30:07Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:30:07Z", "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "eeb62a9f-9aff-499f-990a-c7e525de632a"}]} 2018-10-04 15:30:07,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=3c623722-107e-4582-afa3-d39e0be86b1b used request id req-61442012-fa53-4471-8d07-53a3875ccf6e 2018-10-04 15:30:07,649 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3c623722-107e-4582-afa3-d39e0be86b1b 2018-10-04 15:30:07,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=3c623722-107e-4582-afa3-d39e0be86b1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb3ff304991c2cb4c0792f0f39402565f52bc1e" 2018-10-04 15:30:07,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-50cbb0d4-e053-43d8-af85-06a8cadfaefa Date: Thu, 04 Oct 2018 15:30:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:30:07Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:30:07Z", "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "da337edd-3e0f-438a-857f-d36fad8b26f9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:30:07Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:30:07Z", "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "eeb62a9f-9aff-499f-990a-c7e525de632a"}]} 2018-10-04 15:30:07,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=3c623722-107e-4582-afa3-d39e0be86b1b used request id req-50cbb0d4-e053-43d8-af85-06a8cadfaefa 2018-10-04 15:30:07,822 - neutron_utils - INFO - Retrieving security group with ID - 3c623722-107e-4582-afa3-d39e0be86b1b 2018-10-04 15:30:07,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=3c623722-107e-4582-afa3-d39e0be86b1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb3ff304991c2cb4c0792f0f39402565f52bc1e" 2018-10-04 15:30:08,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-d933a6f6-4ecb-44f7-9162-6494887623f7 Date: Thu, 04 Oct 2018 15:30:08 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:30:07Z", "updated_at": "2018-10-04T15:30:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:30:07Z", "revision_number": 0, "id": "da337edd-3e0f-438a-857f-d36fad8b26f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:30:07Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "port_range_min": null, "ethertype": "IPv6", "project_id": "83d99e12f21e4977bc301220dab7b817"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:30:07Z", "revision_number": 0, "id": "eeb62a9f-9aff-499f-990a-c7e525de632a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:30:07Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "port_range_min": null, "ethertype": "IPv4", "project_id": "83d99e12f21e4977bc301220dab7b817"}], "revision_number": 2, "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "3c623722-107e-4582-afa3-d39e0be86b1b", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp"}]} 2018-10-04 15:30:08,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=3c623722-107e-4582-afa3-d39e0be86b1b used request id req-d933a6f6-4ecb-44f7-9162-6494887623f7 2018-10-04 15:30:08,023 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3c623722-107e-4582-afa3-d39e0be86b1b 2018-10-04 15:30:08,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=3c623722-107e-4582-afa3-d39e0be86b1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb3ff304991c2cb4c0792f0f39402565f52bc1e" 2018-10-04 15:30:08,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b2c0bacb-bb11-4183-9ae1-b006d143b0e1 Date: Thu, 04 Oct 2018 15:30:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:30:07Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:30:07Z", "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "da337edd-3e0f-438a-857f-d36fad8b26f9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:30:07Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:30:07Z", "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "eeb62a9f-9aff-499f-990a-c7e525de632a"}]} 2018-10-04 15:30:08,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=3c623722-107e-4582-afa3-d39e0be86b1b used request id req-b2c0bacb-bb11-4183-9ae1-b006d143b0e1 2018-10-04 15:30:08,197 - neutron_utils - INFO - Retrieving security group with ID - 3c623722-107e-4582-afa3-d39e0be86b1b 2018-10-04 15:30:08,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=3c623722-107e-4582-afa3-d39e0be86b1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb3ff304991c2cb4c0792f0f39402565f52bc1e" 2018-10-04 15:30:08,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-557d7d0a-1cf7-41a2-8b9e-15051bc459fa Date: Thu, 04 Oct 2018 15:30:08 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:30:07Z", "updated_at": "2018-10-04T15:30:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:30:07Z", "revision_number": 0, "id": "da337edd-3e0f-438a-857f-d36fad8b26f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:30:07Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "port_range_min": null, "ethertype": "IPv6", "project_id": "83d99e12f21e4977bc301220dab7b817"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:30:07Z", "revision_number": 0, "id": "eeb62a9f-9aff-499f-990a-c7e525de632a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:30:07Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "port_range_min": null, "ethertype": "IPv4", "project_id": "83d99e12f21e4977bc301220dab7b817"}], "revision_number": 2, "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "3c623722-107e-4582-afa3-d39e0be86b1b", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp"}]} 2018-10-04 15:30:08,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=3c623722-107e-4582-afa3-d39e0be86b1b used request id req-557d7d0a-1cf7-41a2-8b9e-15051bc459fa 2018-10-04 15:30:08,404 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3c623722-107e-4582-afa3-d39e0be86b1b 2018-10-04 15:30:08,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=3c623722-107e-4582-afa3-d39e0be86b1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb3ff304991c2cb4c0792f0f39402565f52bc1e" 2018-10-04 15:30:08,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-13b23db2-863f-4a45-9e12-7ba4055d1865 Date: Thu, 04 Oct 2018 15:30:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:30:07Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:30:07Z", "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "da337edd-3e0f-438a-857f-d36fad8b26f9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:30:07Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:30:07Z", "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "eeb62a9f-9aff-499f-990a-c7e525de632a"}]} 2018-10-04 15:30:08,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=3c623722-107e-4582-afa3-d39e0be86b1b used request id req-13b23db2-863f-4a45-9e12-7ba4055d1865 2018-10-04 15:30:08,603 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp 2018-10-04 15:30:08,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb3ff304991c2cb4c0792f0f39402565f52bc1e" 2018-10-04 15:30:08,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-dd8da6bc-ae3e-4c1c-8b12-878adaddff5e Date: Thu, 04 Oct 2018 15:30:08 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:30:07Z", "updated_at": "2018-10-04T15:30:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:30:07Z", "revision_number": 0, "id": "da337edd-3e0f-438a-857f-d36fad8b26f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:30:07Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "port_range_min": null, "ethertype": "IPv6", "project_id": "83d99e12f21e4977bc301220dab7b817"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:30:07Z", "revision_number": 0, "id": "eeb62a9f-9aff-499f-990a-c7e525de632a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:30:07Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "port_range_min": null, "ethertype": "IPv4", "project_id": "83d99e12f21e4977bc301220dab7b817"}], "revision_number": 2, "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "3c623722-107e-4582-afa3-d39e0be86b1b", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp"}]} 2018-10-04 15:30:08,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp used request id req-dd8da6bc-ae3e-4c1c-8b12-878adaddff5e 2018-10-04 15:30:08,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:30:08,804 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:30:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:30:08,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb3ff304991c2cb4c0792f0f39402565f52bc1e" 2018-10-04 15:30:08,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5abecd21-a92c-4eb9-8747-be3931b1ada6 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817"}, "enabled": true, "id": "83d99e12f21e4977bc301220dab7b817", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}} 2018-10-04 15:30:08,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 used request id req-5abecd21-a92c-4eb9-8747-be3931b1ada6 2018-10-04 15:30:08,823 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3c623722-107e-4582-afa3-d39e0be86b1b 2018-10-04 15:30:08,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=3c623722-107e-4582-afa3-d39e0be86b1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb3ff304991c2cb4c0792f0f39402565f52bc1e" 2018-10-04 15:30:08,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-332d7030-9c62-42a5-a4ea-3280e19557bf Date: Thu, 04 Oct 2018 15:30:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:30:07Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:30:07Z", "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "da337edd-3e0f-438a-857f-d36fad8b26f9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:30:07Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:30:07Z", "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "eeb62a9f-9aff-499f-990a-c7e525de632a"}]} 2018-10-04 15:30:08,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=3c623722-107e-4582-afa3-d39e0be86b1b used request id req-332d7030-9c62-42a5-a4ea-3280e19557bf 2018-10-04 15:30:08,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb3ff304991c2cb4c0792f0f39402565f52bc1e" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b"}}' 2018-10-04 15:30:09,137 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-eebdcb93-a31b-4c5d-9c68-806fc99053b1 Date: Thu, 04 Oct 2018 15:30:09 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:30:09Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:30:09Z", "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "9172b40f-913f-4caf-b358-5026793649e4"}} 2018-10-04 15:30:09,138 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-eebdcb93-a31b-4c5d-9c68-806fc99053b1 2018-10-04 15:30:09,138 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp 2018-10-04 15:30:09,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb3ff304991c2cb4c0792f0f39402565f52bc1e" 2018-10-04 15:30:09,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-e365beac-c8cd-4219-9a8b-2ea8407fd19c Date: Thu, 04 Oct 2018 15:30:09 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:30:07Z", "updated_at": "2018-10-04T15:30:09Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:30:09Z", "revision_number": 0, "id": "9172b40f-913f-4caf-b358-5026793649e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:30:09Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "port_range_min": null, "ethertype": "IPv4", "project_id": "83d99e12f21e4977bc301220dab7b817"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:30:07Z", "revision_number": 0, "id": "da337edd-3e0f-438a-857f-d36fad8b26f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:30:07Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "port_range_min": null, "ethertype": "IPv6", "project_id": "83d99e12f21e4977bc301220dab7b817"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:30:07Z", "revision_number": 0, "id": "eeb62a9f-9aff-499f-990a-c7e525de632a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:30:07Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "port_range_min": null, "ethertype": "IPv4", "project_id": "83d99e12f21e4977bc301220dab7b817"}], "revision_number": 3, "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "3c623722-107e-4582-afa3-d39e0be86b1b", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp"}]} 2018-10-04 15:30:09,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp used request id req-e365beac-c8cd-4219-9a8b-2ea8407fd19c 2018-10-04 15:30:09,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb3ff304991c2cb4c0792f0f39402565f52bc1e" 2018-10-04 15:30:09,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59d72290-9363-4d25-81d5-d4944442c5a7 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817"}, "enabled": true, "id": "83d99e12f21e4977bc301220dab7b817", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}} 2018-10-04 15:30:09,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 used request id req-59d72290-9363-4d25-81d5-d4944442c5a7 2018-10-04 15:30:09,268 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3c623722-107e-4582-afa3-d39e0be86b1b 2018-10-04 15:30:09,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=3c623722-107e-4582-afa3-d39e0be86b1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb3ff304991c2cb4c0792f0f39402565f52bc1e" 2018-10-04 15:30:09,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-c7090cef-b038-48b3-b876-26630776d99c Date: Thu, 04 Oct 2018 15:30:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:30:09Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:30:09Z", "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "9172b40f-913f-4caf-b358-5026793649e4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:30:07Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:30:07Z", "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "da337edd-3e0f-438a-857f-d36fad8b26f9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:30:07Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:30:07Z", "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "eeb62a9f-9aff-499f-990a-c7e525de632a"}]} 2018-10-04 15:30:09,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=3c623722-107e-4582-afa3-d39e0be86b1b used request id req-c7090cef-b038-48b3-b876-26630776d99c 2018-10-04 15:30:09,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb3ff304991c2cb4c0792f0f39402565f52bc1e" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b"}}' 2018-10-04 15:30:09,616 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-fcde9c0e-ae26-4737-919b-6ecad6ee378e Date: Thu, 04 Oct 2018 15:30:09 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T15:30:09Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "port_range_min": 22, "revision_number": 0, "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:30:09Z", "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "aa3c496f-9f96-4a50-8c08-9536aed29690"}} 2018-10-04 15:30:09,616 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-fcde9c0e-ae26-4737-919b-6ecad6ee378e 2018-10-04 15:30:09,617 - neutron_utils - INFO - Retrieving security group with ID - 3c623722-107e-4582-afa3-d39e0be86b1b 2018-10-04 15:30:09,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=3c623722-107e-4582-afa3-d39e0be86b1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb3ff304991c2cb4c0792f0f39402565f52bc1e" 2018-10-04 15:30:09,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-d225283b-d03d-4db7-a6cc-448d4c037a00 Date: Thu, 04 Oct 2018 15:30:09 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:30:07Z", "updated_at": "2018-10-04T15:30:09Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:30:09Z", "revision_number": 0, "id": "9172b40f-913f-4caf-b358-5026793649e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:30:09Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "port_range_min": null, "ethertype": "IPv4", "project_id": "83d99e12f21e4977bc301220dab7b817"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T15:30:09Z", "revision_number": 0, "id": "aa3c496f-9f96-4a50-8c08-9536aed29690", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:30:09Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "port_range_min": 22, "ethertype": "IPv4", "project_id": "83d99e12f21e4977bc301220dab7b817"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:30:07Z", "revision_number": 0, "id": "da337edd-3e0f-438a-857f-d36fad8b26f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:30:07Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "port_range_min": null, "ethertype": "IPv6", "project_id": "83d99e12f21e4977bc301220dab7b817"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:30:07Z", "revision_number": 0, "id": "eeb62a9f-9aff-499f-990a-c7e525de632a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:30:07Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "port_range_min": null, "ethertype": "IPv4", "project_id": "83d99e12f21e4977bc301220dab7b817"}], "revision_number": 4, "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "3c623722-107e-4582-afa3-d39e0be86b1b", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp"}]} 2018-10-04 15:30:09,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=3c623722-107e-4582-afa3-d39e0be86b1b used request id req-d225283b-d03d-4db7-a6cc-448d4c037a00 2018-10-04 15:30:09,671 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3c623722-107e-4582-afa3-d39e0be86b1b 2018-10-04 15:30:09,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=3c623722-107e-4582-afa3-d39e0be86b1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb3ff304991c2cb4c0792f0f39402565f52bc1e" 2018-10-04 15:30:09,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-22f5afc6-ce65-4a47-9e13-8e767ef7d952 Date: Thu, 04 Oct 2018 15:30:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:30:09Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:30:09Z", "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "9172b40f-913f-4caf-b358-5026793649e4"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T15:30:09Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "port_range_min": 22, "revision_number": 0, "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:30:09Z", "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "aa3c496f-9f96-4a50-8c08-9536aed29690"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:30:07Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:30:07Z", "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "da337edd-3e0f-438a-857f-d36fad8b26f9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:30:07Z", "security_group_id": "3c623722-107e-4582-afa3-d39e0be86b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:30:07Z", "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "eeb62a9f-9aff-499f-990a-c7e525de632a"}]} 2018-10-04 15:30:09,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=3c623722-107e-4582-afa3-d39e0be86b1b used request id req-22f5afc6-ce65-4a47-9e13-8e767ef7d952 2018-10-04 15:30:09,706 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:30:09,707 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:30:10,080 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9062178366114d9c9744747e567e7b64", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj-role"}], "expires_at": "2018-10-04T16:30:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83d99e12f21e4977bc301220dab7b817", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-user", "id": "f5c53231909b4164b8752aa7e0725c7b"}, "audit_ids": ["Xz6gXX5AS_-6gfLrrMoE-w"], "issued_at": "2018-10-04T15:30:10.000000Z"}} 2018-10-04 15:30:10,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:10,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-511fe87f-3a94-4a95-98e4-7398d6a342a1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:30:10,157 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-511fe87f-3a94-4a95-98e4-7398d6a342a1 2018-10-04 15:30:10,158 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:30:10,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:10,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b01c1ae2-ee3d-44e8-a7cd-684a7915e840 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:30:10,229 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b01c1ae2-ee3d-44e8-a7cd-684a7915e840 2018-10-04 15:30:10,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:10,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ef1d5be8-8685-458e-8319-ce4669d585e4 Date: Thu, 04 Oct 2018 15:30:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["66626d64-6104-4cbd-ac93-ad52f40cd8a1"],"updated_at":"2018-10-04T15:29:54Z","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"83d99e12f21e4977bc301220dab7b817","id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net"}]} 2018-10-04 15:30:10,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net used request id req-ef1d5be8-8685-458e-8319-ce4669d585e4 2018-10-04 15:30:10,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:30:10,485 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:30:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:30:10,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:10,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-429ec28a-b4f5-4fe4-83db-93c73267d8ef Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817"}, "enabled": true, "id": "83d99e12f21e4977bc301220dab7b817", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}} 2018-10-04 15:30:10,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 used request id req-429ec28a-b4f5-4fe4-83db-93c73267d8ef 2018-10-04 15:30:10,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:10,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cb524de1-6d8f-4e68-9f77-c5630ef3ca4b Date: Thu, 04 Oct 2018 15:30:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:54Z","dns_nameservers":[],"updated_at":"2018-10-04T15:29:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"83d99e12f21e4977bc301220dab7b817","id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-subnet"}]} 2018-10-04 15:30:10,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e used request id req-cb524de1-6d8f-4e68-9f77-c5630ef3ca4b 2018-10-04 15:30:10,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e&name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:10,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-508443d0-30ea-4e2f-8cfb-052b169d17a3 Date: Thu, 04 Oct 2018 15:30:10 GMT RESP BODY: {"ports":[]} 2018-10-04 15:30:10,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e&name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176port-1&admin_state_up=True used request id req-508443d0-30ea-4e2f-8cfb-052b169d17a3 2018-10-04 15:30:10,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:11,573 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30: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-68203a8e-4732-40bf-afa4-787c19a4e52e x-compute-request-id: req-68203a8e-4732-40bf-afa4-787c19a4e52e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:30:11,573 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst used request id req-68203a8e-4732-40bf-afa4-787c19a4e52e 2018-10-04 15:30:11,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:11,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6e76ebee-21d7-460d-94f8-28c508ad1986 Date: Thu, 04 Oct 2018 15:30:11 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":["66626d64-6104-4cbd-ac93-ad52f40cd8a1"],"updated_at":"2018-10-04T15:29:54Z","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"83d99e12f21e4977bc301220dab7b817","id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net"}]} 2018-10-04 15:30:11,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net used request id req-6e76ebee-21d7-460d-94f8-28c508ad1986 2018-10-04 15:30:11,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:11,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-107ad49c-aadc-490e-8fde-4ff00f6605c0 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817"}, "enabled": true, "id": "83d99e12f21e4977bc301220dab7b817", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}} 2018-10-04 15:30:11,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 used request id req-107ad49c-aadc-490e-8fde-4ff00f6605c0 2018-10-04 15:30:11,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:11,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-db29c31c-6b2d-4181-810d-c5ff77ecf4d6 Date: Thu, 04 Oct 2018 15:30:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:54Z","dns_nameservers":[],"updated_at":"2018-10-04T15:29:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"83d99e12f21e4977bc301220dab7b817","id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-subnet"}]} 2018-10-04 15:30:11,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e used request id req-db29c31c-6b2d-4181-810d-c5ff77ecf4d6 2018-10-04 15:30:11,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e&name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:11,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f77d991e-de93-4810-bac6-78aeb4ad5d44 Date: Thu, 04 Oct 2018 15:30:11 GMT RESP BODY: {"ports":[]} 2018-10-04 15:30:11,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e&name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176port-1&admin_state_up=True used request id req-f77d991e-de93-4810-bac6-78aeb4ad5d44 2018-10-04 15:30:11,998 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:30:11,999 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:30:12,375 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9062178366114d9c9744747e567e7b64", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj-role"}], "expires_at": "2018-10-04T16:30:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83d99e12f21e4977bc301220dab7b817", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/83d99e12f21e4977bc301220dab7b817", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/83d99e12f21e4977bc301220dab7b817", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/83d99e12f21e4977bc301220dab7b817", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-user", "id": "f5c53231909b4164b8752aa7e0725c7b"}, "audit_ids": ["y-RwIklzRJSnELLUPrCbcA"], "issued_at": "2018-10-04T15:30:12.000000Z"}} 2018-10-04 15:30:12,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec2c0cd5e852e8976000fe40e743fd4b7ca47923" 2018-10-04 15:30:12,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d3be86c-275f-4f6f-8c25-3e304be8be5e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:30:12,453 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8d3be86c-275f-4f6f-8c25-3e304be8be5e 2018-10-04 15:30:12,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:12,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-47e9010f-0089-43dd-9d6a-60ca8b894799 Date: Thu, 04 Oct 2018 15:30:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["66626d64-6104-4cbd-ac93-ad52f40cd8a1"],"updated_at":"2018-10-04T15:29:54Z","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"83d99e12f21e4977bc301220dab7b817","id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net"}]} 2018-10-04 15:30:12,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net used request id req-47e9010f-0089-43dd-9d6a-60ca8b894799 2018-10-04 15:30:12,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:12,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-00718d6f-d9d9-49a3-8252-38aa6c04d936 Date: Thu, 04 Oct 2018 15:30:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:54Z","dns_nameservers":[],"updated_at":"2018-10-04T15:29:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"83d99e12f21e4977bc301220dab7b817","id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-subnet"}]} 2018-10-04 15:30:12,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e used request id req-00718d6f-d9d9-49a3-8252-38aa6c04d936 2018-10-04 15:30:12,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:13,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f899e19e-32fc-4560-ae8a-9d1e8e5f8da5 Date: Thu, 04 Oct 2018 15:30:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["66626d64-6104-4cbd-ac93-ad52f40cd8a1"],"updated_at":"2018-10-04T15:29:54Z","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"83d99e12f21e4977bc301220dab7b817","id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net"}]} 2018-10-04 15:30:13,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net used request id req-f899e19e-32fc-4560-ae8a-9d1e8e5f8da5 2018-10-04 15:30:13,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:30:13,197 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:30:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:30:13,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec2c0cd5e852e8976000fe40e743fd4b7ca47923" 2018-10-04 15:30:13,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6afe846-3b10-427a-986f-ac531351adad Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817"}, "enabled": true, "id": "83d99e12f21e4977bc301220dab7b817", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}} 2018-10-04 15:30:13,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 used request id req-d6afe846-3b10-427a-986f-ac531351adad 2018-10-04 15:30:13,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:13,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2fabc9c3-0b07-4bbb-9c8c-2a9ec2508f1f Date: Thu, 04 Oct 2018 15:30:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:54Z","dns_nameservers":[],"updated_at":"2018-10-04T15:29:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"83d99e12f21e4977bc301220dab7b817","id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-subnet"}]} 2018-10-04 15:30:13,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e used request id req-2fabc9c3-0b07-4bbb-9c8c-2a9ec2508f1f 2018-10-04 15:30:13,499 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net 2018-10-04 15:30:13,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" -d '{"port": {"network_id": "993a0071-04c6-4bcd-9fb8-e7d073378b7e", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176port-1", "admin_state_up": true}}' 2018-10-04 15:30:14,303 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-aae0ad65-94f0-40c7-8575-866d4d14d819 Date: Thu, 04 Oct 2018 15:30:14 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:30:13Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.14"}],"id":"ce2c8a8f-cbf9-4dcb-8347-cb53868d4549","security_groups":["be3448b2-ed4b-40bc-bd9b-559be1d5403b"],"mac_address":"fa:16:3e:01:a8:b1","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176port-1","project_id":"83d99e12f21e4977bc301220dab7b817","qos_policy_id":null,"admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:30:13Z","binding:vnic_type":"normal"}} 2018-10-04 15:30:14,303 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-aae0ad65-94f0-40c7-8575-866d4d14d819 2018-10-04 15:30:14,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:14,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-97f46106-de3d-4cb2-b6b7-68c6ad496a7d Date: Thu, 04 Oct 2018 15:30:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["66626d64-6104-4cbd-ac93-ad52f40cd8a1"],"updated_at":"2018-10-04T15:29:54Z","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"83d99e12f21e4977bc301220dab7b817","id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net"}]} 2018-10-04 15:30:14,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net used request id req-97f46106-de3d-4cb2-b6b7-68c6ad496a7d 2018-10-04 15:30:14,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:14,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4c24cf7-86c9-40ab-9a5d-7fee98deb4a2 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817"}, "enabled": true, "id": "83d99e12f21e4977bc301220dab7b817", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}} 2018-10-04 15:30:14,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 used request id req-d4c24cf7-86c9-40ab-9a5d-7fee98deb4a2 2018-10-04 15:30:14,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:14,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e3a9133b-0327-4d55-834f-52da8a6619d6 Date: Thu, 04 Oct 2018 15:30:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:54Z","dns_nameservers":[],"updated_at":"2018-10-04T15:29:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"83d99e12f21e4977bc301220dab7b817","id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-subnet"}]} 2018-10-04 15:30:14,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e used request id req-e3a9133b-0327-4d55-834f-52da8a6619d6 2018-10-04 15:30:14,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e&name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:15,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-8dd7a7a6-296b-4299-8f06-83b194c11f0d Date: Thu, 04 Oct 2018 15:30:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:30:13Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.14"}],"id":"ce2c8a8f-cbf9-4dcb-8347-cb53868d4549","security_groups":["be3448b2-ed4b-40bc-bd9b-559be1d5403b"],"mac_address":"fa:16:3e:01:a8:b1","project_id":"83d99e12f21e4977bc301220dab7b817","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176port-1","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:30:13Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:30:15,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e&name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176port-1&admin_state_up=True used request id req-8dd7a7a6-296b-4299-8f06-83b194c11f0d 2018-10-04 15:30:15,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:15,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97e81863-00f7-4617-a2f5-49d2b0ad9942 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817"}, "enabled": true, "id": "83d99e12f21e4977bc301220dab7b817", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}} 2018-10-04 15:30:15,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 used request id req-97e81863-00f7-4617-a2f5-49d2b0ad9942 2018-10-04 15:30:15,127 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst 2018-10-04 15:30:15,131 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:15,161 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30: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-aff4f527-6bc2-4335-8620-1c9a6d89ab8e x-compute-request-id: req-aff4f527-6bc2-4335-8620-1c9a6d89ab8e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "0d733415-7c79-4599-80f5-aa2466ef73ff", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-flavor-name"}]} 2018-10-04 15:30:15,161 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-aff4f527-6bc2-4335-8620-1c9a6d89ab8e 2018-10-04 15:30:15,164 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:15,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30: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-7c78dc1b-697f-4f66-bced-3f0657b690f4 x-compute-request-id: req-7c78dc1b-697f-4f66-bced-3f0657b690f4 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0d733415-7c79-4599-80f5-aa2466ef73ff", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:30:15,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff used request id req-7c78dc1b-697f-4f66-bced-3f0657b690f4 2018-10-04 15:30:15,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:15,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-f7402cba-14b5-4e6e-acc6-f13eae355922 Date: Thu, 04 Oct 2018 15:30:15 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:29:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:29:51Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/db4c5092-6afd-40ab-8b61-43d9c50c1757/snap", "metadata": {}}], "self": "/v2/images/db4c5092-6afd-40ab-8b61-43d9c50c1757", "min_disk": 0, "protected": false, "id": "db4c5092-6afd-40ab-8b61-43d9c50c1757", "file": "/v2/images/db4c5092-6afd-40ab-8b61-43d9c50c1757/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "83d99e12f21e4977bc301220dab7b817", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/db4c5092-6afd-40ab-8b61-43d9c50c1757/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-image"} 2018-10-04 15:30:15,365 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-image used request id req-f7402cba-14b5-4e6e-acc6-f13eae355922 2018-10-04 15:30:15,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:15,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ce8e23a9-8189-4e44-966e-6c177af0b16d Date: Thu, 04 Oct 2018 15:30:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:30:15,509 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-ce8e23a9-8189-4e44-966e-6c177af0b16d 2018-10-04 15:30:15,516 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst", "imageRef": "db4c5092-6afd-40ab-8b61-43d9c50c1757", "key_name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-kp", "flavorRef": "0d733415-7c79-4599-80f5-aa2466ef73ff", "max_count": 1, "min_count": 1, "networks": [{"port": "ce2c8a8f-cbf9-4dcb-8347-cb53868d4549"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp"}]}}' 2018-10-04 15:30:17,702 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:30: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-7d630552-67dc-4be2-b8ae-3b4be246036b x-compute-request-id: req-7d630552-67dc-4be2-b8ae-3b4be246036b Content-Length: 444 location: http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "186653bb-d4f3-414c-904a-64be7c29324a", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "bookmark"}], "adminPass": "pyVKVDvhnEE7"}} 2018-10-04 15:30:17,702 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-7d630552-67dc-4be2-b8ae-3b4be246036b 2018-10-04 15:30:17,705 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:17,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-587f460d-fffc-4143-8476-75420e7810b6 x-compute-request-id: req-587f460d-fffc-4143-8476-75420e7810b6 Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "bookmark"}], "image": {"id": "db4c5092-6afd-40ab-8b61-43d9c50c1757", "links": [{"href": "http://172.30.9.23:8774/images/db4c5092-6afd-40ab-8b61-43d9c50c1757", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0d733415-7c79-4599-80f5-aa2466ef73ff", "links": [{"href": "http://172.30.9.23:8774/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff", "rel": "bookmark"}]}, "id": "186653bb-d4f3-414c-904a-64be7c29324a", "user_id": "f5c53231909b4164b8752aa7e0725c7b", "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-10-04T15:30:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-kp", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst", "created": "2018-10-04T15:30:17Z", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:30:17,921 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a used request id req-587f460d-fffc-4143-8476-75420e7810b6 2018-10-04 15:30:17,922 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst 2018-10-04 15:30:17,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:18,288 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d2ba711a-8336-4661-b9c6-e0bd6ba826da x-compute-request-id: req-d2ba711a-8336-4661-b9c6-e0bd6ba826da Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "bookmark"}], "image": {"id": "db4c5092-6afd-40ab-8b61-43d9c50c1757", "links": [{"href": "http://172.30.9.23:8774/images/db4c5092-6afd-40ab-8b61-43d9c50c1757", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0d733415-7c79-4599-80f5-aa2466ef73ff", "links": [{"href": "http://172.30.9.23:8774/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff", "rel": "bookmark"}]}, "id": "186653bb-d4f3-414c-904a-64be7c29324a", "user_id": "f5c53231909b4164b8752aa7e0725c7b", "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-10-04T15:30:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-kp", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst", "created": "2018-10-04T15:30:17Z", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:30:18,289 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a used request id req-d2ba711a-8336-4661-b9c6-e0bd6ba826da 2018-10-04 15:30:18,289 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst] is - BUILD 2018-10-04 15:30:18,289 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:30:21,292 - create_instance - DEBUG - VM status query timeout in 896.629770041 2018-10-04 15:30:21,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:22,060 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b6075ed-4cfd-4284-bbe3-1bb26d381dca x-compute-request-id: req-9b6075ed-4cfd-4284-bbe3-1bb26d381dca Content-Encoding: gzip Content-Length: 686 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "bookmark"}], "image": {"id": "db4c5092-6afd-40ab-8b61-43d9c50c1757", "links": [{"href": "http://172.30.9.23:8774/images/db4c5092-6afd-40ab-8b61-43d9c50c1757", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0d733415-7c79-4599-80f5-aa2466ef73ff", "links": [{"href": "http://172.30.9.23:8774/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff", "rel": "bookmark"}]}, "id": "186653bb-d4f3-414c-904a-64be7c29324a", "security_groups": [{"name": "default"}], "user_id": "f5c53231909b4164b8752aa7e0725c7b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:30:18Z", "hostId": "65b910c6811b919d77ee884e988f93661fdf64e315091f3f8b5d2fbc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-kp", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst", "created": "2018-10-04T15:30:17Z", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:30:22,060 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a used request id req-9b6075ed-4cfd-4284-bbe3-1bb26d381dca 2018-10-04 15:30:22,061 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst] is - BUILD 2018-10-04 15:30:22,061 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:30:25,064 - create_instance - DEBUG - VM status query timeout in 892.858128071 2018-10-04 15:30:25,067 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:25,410 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30: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-345655b0-fb6b-430b-9890-e99b42667acd x-compute-request-id: req-345655b0-fb6b-430b-9890-e99b42667acd Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:a8:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "bookmark"}], "image": {"id": "db4c5092-6afd-40ab-8b61-43d9c50c1757", "links": [{"href": "http://172.30.9.23:8774/images/db4c5092-6afd-40ab-8b61-43d9c50c1757", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:30:20.000000", "flavor": {"id": "0d733415-7c79-4599-80f5-aa2466ef73ff", "links": [{"href": "http://172.30.9.23:8774/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff", "rel": "bookmark"}]}, "id": "186653bb-d4f3-414c-904a-64be7c29324a", "security_groups": [{"name": "default"}], "user_id": "f5c53231909b4164b8752aa7e0725c7b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:30:23Z", "hostId": "65b910c6811b919d77ee884e988f93661fdf64e315091f3f8b5d2fbc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-kp", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst", "created": "2018-10-04T15:30:17Z", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:30:25,411 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a used request id req-345655b0-fb6b-430b-9890-e99b42667acd 2018-10-04 15:30:25,411 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst] is - ACTIVE 2018-10-04 15:30:25,411 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:30:25,414 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:26,018 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30: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-cbc43f99-3b3e-4d5d-b5f6-5bc4256ecb64 x-compute-request-id: req-cbc43f99-3b3e-4d5d-b5f6-5bc4256ecb64 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:a8:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "bookmark"}], "image": {"id": "db4c5092-6afd-40ab-8b61-43d9c50c1757", "links": [{"href": "http://172.30.9.23:8774/images/db4c5092-6afd-40ab-8b61-43d9c50c1757", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:30:20.000000", "flavor": {"id": "0d733415-7c79-4599-80f5-aa2466ef73ff", "links": [{"href": "http://172.30.9.23:8774/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff", "rel": "bookmark"}]}, "id": "186653bb-d4f3-414c-904a-64be7c29324a", "security_groups": [{"name": "default"}], "user_id": "f5c53231909b4164b8752aa7e0725c7b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:30:23Z", "hostId": "65b910c6811b919d77ee884e988f93661fdf64e315091f3f8b5d2fbc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-kp", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst", "created": "2018-10-04T15:30:17Z", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:30:26,018 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a used request id req-cbc43f99-3b3e-4d5d-b5f6-5bc4256ecb64 2018-10-04 15:30:26,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:26,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0764976a-95b2-4ff3-a95f-17cb46de2508 Date: Thu, 04 Oct 2018 15:30:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["66626d64-6104-4cbd-ac93-ad52f40cd8a1"],"updated_at":"2018-10-04T15:29:54Z","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"83d99e12f21e4977bc301220dab7b817","id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net"}]} 2018-10-04 15:30:26,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net used request id req-0764976a-95b2-4ff3-a95f-17cb46de2508 2018-10-04 15:30:26,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:26,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6154539b-d738-42e7-aa04-309e4ba8b414 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817"}, "enabled": true, "id": "83d99e12f21e4977bc301220dab7b817", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}} 2018-10-04 15:30:26,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 used request id req-6154539b-d738-42e7-aa04-309e4ba8b414 2018-10-04 15:30:26,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:26,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8e603708-34eb-431f-8b7e-0f41a0c344b9 Date: Thu, 04 Oct 2018 15:30:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:54Z","dns_nameservers":[],"updated_at":"2018-10-04T15:29:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"83d99e12f21e4977bc301220dab7b817","id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-subnet"}]} 2018-10-04 15:30:26,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e used request id req-8e603708-34eb-431f-8b7e-0f41a0c344b9 2018-10-04 15:30:26,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:26,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-eac92c0b-c24b-4f5c-aa79-3fe67fb7d836 Date: Thu, 04 Oct 2018 15:30:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.3"}],"id":"45753097-4c00-4034-9fa0-a3525a187eda","security_groups":[],"mac_address":"fa:16:3e:be:67:0f","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-993a0071-04c6-4bcd-9fb8-e7d073378b7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:30:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.1"}],"id":"625b2dd1-9c54-461c-9fa8-3e2614dce930","security_groups":[],"mac_address":"fa:16:3e:48:35:04","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:30:02Z","binding:vnic_type":"normal","device_id":"ae449ef4-7c2e-43ed-91b5-dd78895b4368"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.4"}],"id":"6dd85fc1-2397-4146-96ac-4b4a68a3c974","security_groups":[],"mac_address":"fa:16:3e:e9:49:16","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-993a0071-04c6-4bcd-9fb8-e7d073378b7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.2"}],"id":"985e49d3-936c-4c8a-af8d-953bc3ee4a4a","security_groups":[],"mac_address":"fa:16:3e:91:57:e2","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-993a0071-04c6-4bcd-9fb8-e7d073378b7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:30:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.14"}],"id":"ce2c8a8f-cbf9-4dcb-8347-cb53868d4549","security_groups":["be3448b2-ed4b-40bc-bd9b-559be1d5403b"],"mac_address":"fa:16:3e:01:a8:b1","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176port-1","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:30:13Z","binding:vnic_type":"normal","device_id":"186653bb-d4f3-414c-904a-64be7c29324a"}]} 2018-10-04 15:30:26,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e used request id req-eac92c0b-c24b-4f5c-aa79-3fe67fb7d836 2018-10-04 15:30:26,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:27,256 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8baac00f-3664-468d-8761-b65299ef82f5 x-compute-request-id: req-8baac00f-3664-468d-8761-b65299ef82f5 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:a8:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "bookmark"}], "image": {"id": "db4c5092-6afd-40ab-8b61-43d9c50c1757", "links": [{"href": "http://172.30.9.23:8774/images/db4c5092-6afd-40ab-8b61-43d9c50c1757", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:30:20.000000", "flavor": {"id": "0d733415-7c79-4599-80f5-aa2466ef73ff", "links": [{"href": "http://172.30.9.23:8774/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff", "rel": "bookmark"}]}, "id": "186653bb-d4f3-414c-904a-64be7c29324a", "security_groups": [{"name": "default"}], "user_id": "f5c53231909b4164b8752aa7e0725c7b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:30:23Z", "hostId": "65b910c6811b919d77ee884e988f93661fdf64e315091f3f8b5d2fbc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-kp", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst", "created": "2018-10-04T15:30:17Z", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:30:27,256 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a used request id req-8baac00f-3664-468d-8761-b65299ef82f5 2018-10-04 15:30:27,256 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst] is - ACTIVE 2018-10-04 15:30:27,257 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:30:27,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:27,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30: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-e3c5aef9-1708-4435-9e46-4e0f82e93c76 x-compute-request-id: req-e3c5aef9-1708-4435-9e46-4e0f82e93c76 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:a8:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "bookmark"}], "image": {"id": "db4c5092-6afd-40ab-8b61-43d9c50c1757", "links": [{"href": "http://172.30.9.23:8774/images/db4c5092-6afd-40ab-8b61-43d9c50c1757", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:30:20.000000", "flavor": {"id": "0d733415-7c79-4599-80f5-aa2466ef73ff", "links": [{"href": "http://172.30.9.23:8774/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff", "rel": "bookmark"}]}, "id": "186653bb-d4f3-414c-904a-64be7c29324a", "security_groups": [{"name": "default"}], "user_id": "f5c53231909b4164b8752aa7e0725c7b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:30:23Z", "hostId": "65b910c6811b919d77ee884e988f93661fdf64e315091f3f8b5d2fbc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-kp", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst", "created": "2018-10-04T15:30:17Z", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:30:27,703 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a used request id req-e3c5aef9-1708-4435-9e46-4e0f82e93c76 2018-10-04 15:30:27,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:27,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-cc1d00f6-105a-4c17-b336-71b438bbd7b7 Date: Thu, 04 Oct 2018 15:30:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["66626d64-6104-4cbd-ac93-ad52f40cd8a1"],"updated_at":"2018-10-04T15:29:54Z","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"83d99e12f21e4977bc301220dab7b817","id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net"}]} 2018-10-04 15:30:27,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net used request id req-cc1d00f6-105a-4c17-b336-71b438bbd7b7 2018-10-04 15:30:27,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:27,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e25be770-8d31-4940-b2eb-a711e8a06f7d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817"}, "enabled": true, "id": "83d99e12f21e4977bc301220dab7b817", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}} 2018-10-04 15:30:27,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 used request id req-e25be770-8d31-4940-b2eb-a711e8a06f7d 2018-10-04 15:30:27,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:27,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8c6b136e-d25b-435a-b97c-29770d0483fb Date: Thu, 04 Oct 2018 15:30:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:54Z","dns_nameservers":[],"updated_at":"2018-10-04T15:29:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"83d99e12f21e4977bc301220dab7b817","id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-subnet"}]} 2018-10-04 15:30:27,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e used request id req-8c6b136e-d25b-435a-b97c-29770d0483fb 2018-10-04 15:30:27,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:28,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-da6d9801-0f51-4446-b0ab-6e92355ad3bf Date: Thu, 04 Oct 2018 15:30:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.3"}],"id":"45753097-4c00-4034-9fa0-a3525a187eda","security_groups":[],"mac_address":"fa:16:3e:be:67:0f","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-993a0071-04c6-4bcd-9fb8-e7d073378b7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:30:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.1"}],"id":"625b2dd1-9c54-461c-9fa8-3e2614dce930","security_groups":[],"mac_address":"fa:16:3e:48:35:04","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:30:02Z","binding:vnic_type":"normal","device_id":"ae449ef4-7c2e-43ed-91b5-dd78895b4368"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.4"}],"id":"6dd85fc1-2397-4146-96ac-4b4a68a3c974","security_groups":[],"mac_address":"fa:16:3e:e9:49:16","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-993a0071-04c6-4bcd-9fb8-e7d073378b7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.2"}],"id":"985e49d3-936c-4c8a-af8d-953bc3ee4a4a","security_groups":[],"mac_address":"fa:16:3e:91:57:e2","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-993a0071-04c6-4bcd-9fb8-e7d073378b7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:30:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.14"}],"id":"ce2c8a8f-cbf9-4dcb-8347-cb53868d4549","security_groups":["be3448b2-ed4b-40bc-bd9b-559be1d5403b"],"mac_address":"fa:16:3e:01:a8:b1","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176port-1","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:30:13Z","binding:vnic_type":"normal","device_id":"186653bb-d4f3-414c-904a-64be7c29324a"}]} 2018-10-04 15:30:28,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e used request id req-da6d9801-0f51-4446-b0ab-6e92355ad3bf 2018-10-04 15:30:28,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp"}}' 2018-10-04 15:30:29,041 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:30:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0ed94e10-7374-46a8-b21b-40c0716d419e x-compute-request-id: req-0ed94e10-7374-46a8-b21b-40c0716d419e Content-Length: 0 Content-Type: application/json 2018-10-04 15:30:29,042 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a/action used request id req-0ed94e10-7374-46a8-b21b-40c0716d419e 2018-10-04 15:30:29,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:29,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-0f287210-ebb4-42cb-9ab9-d2994b78bf1e Date: Thu, 04 Oct 2018 15:30:29 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:29:57Z", "admin_state_up": true, "updated_at": "2018-10-04T15:30:03Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "ae449ef4-7c2e-43ed-91b5-dd78895b4368", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-router"}]} 2018-10-04 15:30:29,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-router used request id req-0f287210-ebb4-42cb-9ab9-d2994b78bf1e 2018-10-04 15:30:29,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:29,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81098198-f79a-4c38-8e4c-d2cebf39d68d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817"}, "enabled": true, "id": "83d99e12f21e4977bc301220dab7b817", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}} 2018-10-04 15:30:29,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 used request id req-81098198-f79a-4c38-8e4c-d2cebf39d68d 2018-10-04 15:30:29,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=ae449ef4-7c2e-43ed-91b5-dd78895b4368 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:29,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-696a9fad-011a-4029-b9a2-2d83e2b42e17 Date: Thu, 04 Oct 2018 15:30:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:30:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.1"}],"id":"625b2dd1-9c54-461c-9fa8-3e2614dce930","security_groups":[],"mac_address":"fa:16:3e:48:35:04","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:30:02Z","binding:vnic_type":"normal","device_id":"ae449ef4-7c2e-43ed-91b5-dd78895b4368"}]} 2018-10-04 15:30:29,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=ae449ef4-7c2e-43ed-91b5-dd78895b4368 used request id req-696a9fad-011a-4029-b9a2-2d83e2b42e17 2018-10-04 15:30:29,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/66626d64-6104-4cbd-ac93-ad52f40cd8a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:29,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-c8b88d2d-a971-488d-b361-9a8321be95ac Date: Thu, 04 Oct 2018 15:30:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:54Z","dns_nameservers":[],"updated_at":"2018-10-04T15:29:54Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"83d99e12f21e4977bc301220dab7b817","id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-subnet"}} 2018-10-04 15:30:29,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/66626d64-6104-4cbd-ac93-ad52f40cd8a1 used request id req-c8b88d2d-a971-488d-b361-9a8321be95ac 2018-10-04 15:30:29,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:29,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-74076b3f-18ae-41f9-bf1d-45d68193302c Date: Thu, 04 Oct 2018 15:30:29 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:30:29,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-74076b3f-18ae-41f9-bf1d-45d68193302c 2018-10-04 15:30:29,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:29,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fad3c7b5-0ff8-4eae-b934-9f27d772df1e Date: Thu, 04 Oct 2018 15:30:29 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:30:29,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-fad3c7b5-0ff8-4eae-b934-9f27d772df1e 2018-10-04 15:30:29,487 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:29,808 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ca682c1-941a-4e65-a402-bdc280fd4d75 x-compute-request-id: req-9ca682c1-941a-4e65-a402-bdc280fd4d75 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:a8:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "bookmark"}], "image": {"id": "db4c5092-6afd-40ab-8b61-43d9c50c1757", "links": [{"href": "http://172.30.9.23:8774/images/db4c5092-6afd-40ab-8b61-43d9c50c1757", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:30:20.000000", "flavor": {"id": "0d733415-7c79-4599-80f5-aa2466ef73ff", "links": [{"href": "http://172.30.9.23:8774/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff", "rel": "bookmark"}]}, "id": "186653bb-d4f3-414c-904a-64be7c29324a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp"}, {"name": "default"}], "user_id": "f5c53231909b4164b8752aa7e0725c7b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:30:23Z", "hostId": "65b910c6811b919d77ee884e988f93661fdf64e315091f3f8b5d2fbc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-kp", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst", "created": "2018-10-04T15:30:17Z", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:30:29,808 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a used request id req-9ca682c1-941a-4e65-a402-bdc280fd4d75 2018-10-04 15:30:29,808 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst] is - ACTIVE 2018-10-04 15:30:29,809 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:30:29,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:30,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b5f1cc7e-21e3-4fd1-aa7a-fc34e558fec6 x-compute-request-id: req-b5f1cc7e-21e3-4fd1-aa7a-fc34e558fec6 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:a8:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "bookmark"}], "image": {"id": "db4c5092-6afd-40ab-8b61-43d9c50c1757", "links": [{"href": "http://172.30.9.23:8774/images/db4c5092-6afd-40ab-8b61-43d9c50c1757", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:30:20.000000", "flavor": {"id": "0d733415-7c79-4599-80f5-aa2466ef73ff", "links": [{"href": "http://172.30.9.23:8774/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff", "rel": "bookmark"}]}, "id": "186653bb-d4f3-414c-904a-64be7c29324a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp"}, {"name": "default"}], "user_id": "f5c53231909b4164b8752aa7e0725c7b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:30:23Z", "hostId": "65b910c6811b919d77ee884e988f93661fdf64e315091f3f8b5d2fbc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-kp", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst", "created": "2018-10-04T15:30:17Z", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:30:30,275 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a used request id req-b5f1cc7e-21e3-4fd1-aa7a-fc34e558fec6 2018-10-04 15:30:30,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:30,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a8d1c050-7683-47ab-a79a-db9d53e2d946 Date: Thu, 04 Oct 2018 15:30: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":["66626d64-6104-4cbd-ac93-ad52f40cd8a1"],"updated_at":"2018-10-04T15:29:54Z","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"83d99e12f21e4977bc301220dab7b817","id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net"}]} 2018-10-04 15:30:30,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net used request id req-a8d1c050-7683-47ab-a79a-db9d53e2d946 2018-10-04 15:30:30,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:30,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eee5dece-845e-4606-aeda-91c5b0b5d386 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817"}, "enabled": true, "id": "83d99e12f21e4977bc301220dab7b817", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}} 2018-10-04 15:30:30,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 used request id req-eee5dece-845e-4606-aeda-91c5b0b5d386 2018-10-04 15:30:30,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:30,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5eb38503-b146-4575-bf96-a0f73f0426ee Date: Thu, 04 Oct 2018 15:30:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:54Z","dns_nameservers":[],"updated_at":"2018-10-04T15:29:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"83d99e12f21e4977bc301220dab7b817","id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-subnet"}]} 2018-10-04 15:30:30,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e used request id req-5eb38503-b146-4575-bf96-a0f73f0426ee 2018-10-04 15:30:30,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:30,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-244b94a8-1dc0-44a9-87b2-72938d514a5d Date: Thu, 04 Oct 2018 15:30:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.3"}],"id":"45753097-4c00-4034-9fa0-a3525a187eda","security_groups":[],"mac_address":"fa:16:3e:be:67:0f","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-993a0071-04c6-4bcd-9fb8-e7d073378b7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:30:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.1"}],"id":"625b2dd1-9c54-461c-9fa8-3e2614dce930","security_groups":[],"mac_address":"fa:16:3e:48:35:04","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:30:02Z","binding:vnic_type":"normal","device_id":"ae449ef4-7c2e-43ed-91b5-dd78895b4368"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.4"}],"id":"6dd85fc1-2397-4146-96ac-4b4a68a3c974","security_groups":[],"mac_address":"fa:16:3e:e9:49:16","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-993a0071-04c6-4bcd-9fb8-e7d073378b7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.2"}],"id":"985e49d3-936c-4c8a-af8d-953bc3ee4a4a","security_groups":[],"mac_address":"fa:16:3e:91:57:e2","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-993a0071-04c6-4bcd-9fb8-e7d073378b7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:30:28Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.14"}],"id":"ce2c8a8f-cbf9-4dcb-8347-cb53868d4549","security_groups":["3c623722-107e-4582-afa3-d39e0be86b1b","be3448b2-ed4b-40bc-bd9b-559be1d5403b"],"mac_address":"fa:16:3e:01:a8:b1","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176port-1","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:30:13Z","binding:vnic_type":"normal","device_id":"186653bb-d4f3-414c-904a-64be7c29324a"}]} 2018-10-04 15:30:30,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e used request id req-244b94a8-1dc0-44a9-87b2-72938d514a5d 2018-10-04 15:30:30,762 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-04 15:30:30,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:30,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-d38fc68c-92e5-40a8-9d7b-fe23ee61c48f Date: Thu, 04 Oct 2018 15:30:30 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:30:30,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-d38fc68c-92e5-40a8-9d7b-fe23ee61c48f 2018-10-04 15:30:30,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:30,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fb944d00-b49f-457f-b471-f629738e9c34 Date: Thu, 04 Oct 2018 15:30:30 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:30:30,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-fb944d00-b49f-457f-b471-f629738e9c34 2018-10-04 15:30:30,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" -d '{"floatingip": {"floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "port_id": "ce2c8a8f-cbf9-4dcb-8347-cb53868d4549"}}' 2018-10-04 15:30:33,050 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-fa85296b-72b3-406f-9441-c89d4ebd7d1c Date: Thu, 04 Oct 2018 15:30:33 GMT RESP BODY: {"floatingip": {"router_id": "ae449ef4-7c2e-43ed-91b5-dd78895b4368", "status": "DOWN", "description": "", "tags": [], "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:30:32Z", "updated_at": "2018-10-04T15:30:32Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "10.55.1.14", "floating_ip_address": "172.30.9.209", "revision_number": 0, "project_id": "83d99e12f21e4977bc301220dab7b817", "port_id": "ce2c8a8f-cbf9-4dcb-8347-cb53868d4549", "id": "44687d1e-fb31-430d-a9a2-d5de775cb723"}} 2018-10-04 15:30:33,050 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-fa85296b-72b3-406f-9441-c89d4ebd7d1c 2018-10-04 15:30:33,050 - create_instance - INFO - Created floating IP 172.30.9.209 via router - CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-router 2018-10-04 15:30:33,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:33,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30: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-2beda72e-fe2a-47a9-b5fb-2f1fb62b5fb6 x-compute-request-id: req-2beda72e-fe2a-47a9-b5fb-2f1fb62b5fb6 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:a8:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "bookmark"}], "image": {"id": "db4c5092-6afd-40ab-8b61-43d9c50c1757", "links": [{"href": "http://172.30.9.23:8774/images/db4c5092-6afd-40ab-8b61-43d9c50c1757", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:30:20.000000", "flavor": {"id": "0d733415-7c79-4599-80f5-aa2466ef73ff", "links": [{"href": "http://172.30.9.23:8774/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff", "rel": "bookmark"}]}, "id": "186653bb-d4f3-414c-904a-64be7c29324a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp"}, {"name": "default"}], "user_id": "f5c53231909b4164b8752aa7e0725c7b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:30:23Z", "hostId": "65b910c6811b919d77ee884e988f93661fdf64e315091f3f8b5d2fbc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-kp", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst", "created": "2018-10-04T15:30:17Z", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:30:33,369 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a used request id req-2beda72e-fe2a-47a9-b5fb-2f1fb62b5fb6 2018-10-04 15:30:33,370 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst] is - ACTIVE 2018-10-04 15:30:33,370 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:30:33,373 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:33,990 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30: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-8412a952-defc-4196-a6f9-aef24103174e x-compute-request-id: req-8412a952-defc-4196-a6f9-aef24103174e Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:a8:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "bookmark"}], "image": {"id": "db4c5092-6afd-40ab-8b61-43d9c50c1757", "links": [{"href": "http://172.30.9.23:8774/images/db4c5092-6afd-40ab-8b61-43d9c50c1757", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:30:20.000000", "flavor": {"id": "0d733415-7c79-4599-80f5-aa2466ef73ff", "links": [{"href": "http://172.30.9.23:8774/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff", "rel": "bookmark"}]}, "id": "186653bb-d4f3-414c-904a-64be7c29324a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp"}, {"name": "default"}], "user_id": "f5c53231909b4164b8752aa7e0725c7b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:30:23Z", "hostId": "65b910c6811b919d77ee884e988f93661fdf64e315091f3f8b5d2fbc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-kp", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst", "created": "2018-10-04T15:30:17Z", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:30:33,991 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a used request id req-8412a952-defc-4196-a6f9-aef24103174e 2018-10-04 15:30:33,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:34,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8f5621b6-9a26-4edd-9b59-1214df4b34e8 Date: Thu, 04 Oct 2018 15:30:34 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":["66626d64-6104-4cbd-ac93-ad52f40cd8a1"],"updated_at":"2018-10-04T15:29:54Z","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"83d99e12f21e4977bc301220dab7b817","id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net"}]} 2018-10-04 15:30:34,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net used request id req-8f5621b6-9a26-4edd-9b59-1214df4b34e8 2018-10-04 15:30:34,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:34,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0889fe79-5fbf-42a1-8ef1-66cc2814481d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817"}, "enabled": true, "id": "83d99e12f21e4977bc301220dab7b817", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}} 2018-10-04 15:30:34,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 used request id req-0889fe79-5fbf-42a1-8ef1-66cc2814481d 2018-10-04 15:30:34,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:34,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d0936e78-d655-40a6-9a0f-cf4c988aeb04 Date: Thu, 04 Oct 2018 15:30:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:54Z","dns_nameservers":[],"updated_at":"2018-10-04T15:29:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"83d99e12f21e4977bc301220dab7b817","id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-subnet"}]} 2018-10-04 15:30:34,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e used request id req-d0936e78-d655-40a6-9a0f-cf4c988aeb04 2018-10-04 15:30:34,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:34,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-14afb611-9cf8-42df-82c9-2aff539ee600 Date: Thu, 04 Oct 2018 15:30:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.3"}],"id":"45753097-4c00-4034-9fa0-a3525a187eda","security_groups":[],"mac_address":"fa:16:3e:be:67:0f","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-993a0071-04c6-4bcd-9fb8-e7d073378b7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:30:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.1"}],"id":"625b2dd1-9c54-461c-9fa8-3e2614dce930","security_groups":[],"mac_address":"fa:16:3e:48:35:04","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:30:02Z","binding:vnic_type":"normal","device_id":"ae449ef4-7c2e-43ed-91b5-dd78895b4368"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.4"}],"id":"6dd85fc1-2397-4146-96ac-4b4a68a3c974","security_groups":[],"mac_address":"fa:16:3e:e9:49:16","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-993a0071-04c6-4bcd-9fb8-e7d073378b7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.2"}],"id":"985e49d3-936c-4c8a-af8d-953bc3ee4a4a","security_groups":[],"mac_address":"fa:16:3e:91:57:e2","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-993a0071-04c6-4bcd-9fb8-e7d073378b7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:30:28Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.14"}],"id":"ce2c8a8f-cbf9-4dcb-8347-cb53868d4549","security_groups":["3c623722-107e-4582-afa3-d39e0be86b1b","be3448b2-ed4b-40bc-bd9b-559be1d5403b"],"mac_address":"fa:16:3e:01:a8:b1","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176port-1","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:30:13Z","binding:vnic_type":"normal","device_id":"186653bb-d4f3-414c-904a-64be7c29324a"}]} 2018-10-04 15:30:34,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e used request id req-14afb611-9cf8-42df-82c9-2aff539ee600 2018-10-04 15:30:34,340 - create_instance_tests - INFO - Looking for IP 10.55.1.14 in the console log 2018-10-04 15:30:34,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:35,108 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e5c9339-2874-4f4e-97b2-c533dda542b7 x-compute-request-id: req-0e5c9339-2874-4f4e-97b2-c533dda542b7 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:a8:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:a8:b1", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "bookmark"}], "image": {"id": "db4c5092-6afd-40ab-8b61-43d9c50c1757", "links": [{"href": "http://172.30.9.23:8774/images/db4c5092-6afd-40ab-8b61-43d9c50c1757", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:30:20.000000", "flavor": {"id": "0d733415-7c79-4599-80f5-aa2466ef73ff", "links": [{"href": "http://172.30.9.23:8774/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff", "rel": "bookmark"}]}, "id": "186653bb-d4f3-414c-904a-64be7c29324a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp"}, {"name": "default"}], "user_id": "f5c53231909b4164b8752aa7e0725c7b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:30:23Z", "hostId": "65b910c6811b919d77ee884e988f93661fdf64e315091f3f8b5d2fbc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-kp", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst", "created": "2018-10-04T15:30:17Z", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:30:35,108 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a used request id req-0e5c9339-2874-4f4e-97b2-c533dda542b7 2018-10-04 15:30:35,111 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:30:36,261 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30: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-471e8deb-0d14-40d1-895f-102588b2a24b x-compute-request-id: req-471e8deb-0d14-40d1-895f-102588b2a24b Content-Encoding: gzip Content-Length: 9637 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 496639708 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.149277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.150955] pid_max: default: 32768 minimum: 301\n[ 0.151864] ACPI: Core revision 20150930\n[ 0.153273] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154610] Security Framework initialized\n[ 0.155438] Yama: becoming mindful.\n[ 0.156181] AppArmor: AppArmor initialized\n[ 0.157054] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158367] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.159644] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160860] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.162261] Initializing cgroup subsys io\n[ 0.163088] Initializing cgroup subsys memory\n[ 0.163963] Initializing cgroup subsys devices\n[ 0.164861] Initializing cgroup subsys freezer\n[ 0.165742] Initializing cgroup subsys net_cls\n[ 0.166621] Initializing cgroup subsys perf_event\n[ 0.167545] Initializing cgroup subsys net_prio\n[ 0.168470] Initializing cgroup subsys hugetlb\n[ 0.169348] Initializing cgroup subsys pids\n[ 0.170239] CPU: Physical Processor ID: 0\n[ 0.171766] mce: CPU supports 10 MCE banks\n[ 0.172640] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.173656] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175998] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182685] ftrace: allocating 31920 entries in 125 pages\n[ 0.210576] smpboot: Max logical packages: 2\n[ 0.211444] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212673] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.214052] x2apic enabled\n[ 0.214876] Switched APIC routing to physical x2apic.\n[ 0.216703] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220917] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223350] KVM setup paravirtual spinlock\n[ 0.225047] x86: Booting SMP configuration:\n[ 0.226190] .... node #0, CPUs: #1\n[ 0.227316] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.249619] x86: Booted up 1 node, 2 CPUs\n[ 0.249621] KVM setup async PF for cpu 1\n[ 0.249624] kvm-stealtime: cpu 1, msr f90d940\n[ 0.252803] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.254653] devtmpfs: initialized\n[ 0.256542] evm: security.selinux\n[ 0.257411] evm: security.SMACK64\n[ 0.258266] evm: security.SMACK64EXEC\n[ 0.259204] evm: security.SMACK64TRANSMUTE\n[ 0.260214] evm: security.SMACK64MMAP\n[ 0.261149] evm: security.ima\n[ 0.261942] evm: security.capability\n[ 0.262989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.265417] pinctrl core: initialized pinctrl subsystem\n[ 0.266789] RTC time: 15:30:21, date: 10/04/18\n[ 0.268021] NET: Registered protocol family 16\n[ 0.277304] cpuidle: using governor ladder\n[ 0.289327] cpuidle: using governor menu\n[ 0.290142] PCCT header not found.\n[ 0.290976] ACPI: bus type PCI registered\n[ 0.291788] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.293054] PCI: Using configuration type 1 for base access\n[ 0.306451] ACPI: Added _OSI(Module Device)\n[ 0.307301] ACPI: Added _OSI(Processor Device)\n[ 0.308173] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309085] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.311463] ACPI: Interpreter enabled\n[ 0.312238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.314105] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.317857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.319734] ACPI: (supports S0 S5)\n[ 0.320455] ACPI: Using IOAPIC for interrupt routing\n[ 0.321565] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.324991] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.326145] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.327402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.328606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.330898] acpiphp: Slot [3] registered\n[ 0.331721] acpiphp: Slot [4] registered\n[ 0.332531] acpiphp: Slot [5] registered\n[ 0.333338] acpiphp: Slot [6] registered\n[ 0.334147] acpiphp: Slot [7] registered\n[ 0.334960] acpiphp: Slot [8] registered\n[ 0.335778] acpiphp: Slot [9] registered\n[ 0.336590] acpiphp: Slot [10] registered\n[ 0.348083] acpiphp: Slot [11] registered\n[ 0.348912] acpiphp: Slot [12] registered\n[ 0.349736] acpiphp: Slot [13] registered\n[ 0.350554] acpiphp: Slot [14] registered\n[ 0.351375] acpiphp: Slot [15] registered\n[ 0.352203] acpiphp: Slot [16] registered\n[ 0.353031] acpiphp: Slot [17] registered\n[ 0.353855] acpiphp: Slot [18] registered\n[ 0.354676] acpiphp: Slot [19] registered\n[ 0.355497] acpiphp: Slot [20] registered\n[ 0.356322] acpiphp: Slot [21] registered\n[ 0.357148] acpiphp: Slot [22] registered\n[ 0.357977] acpiphp: Slot [23] registered\n[ 0.358803] acpiphp: Slot [24] registered\n[ 0.359622] acpiphp: Slot [25] registered\n[ 0.360450] acpiphp: Slot [26] registered\n[ 0.361268] acpiphp: Slot [27] registered\n[ 0.362089] acpiphp: Slot [28] registered\n[ 0.362918] acpiphp: Slot [29] registered\n[ 0.363743] acpiphp: Slot [30] registered\n[ 0.364575] acpiphp: Slot [31] registered\n[ 0.365394] PCI host bridge to bus 0000:00\n[ 0.366212] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.367454] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.368692] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.370161] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.371632] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.378005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.379299] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.380490] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.381778] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.388875] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.390327] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.440291] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441854] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443321] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.444779] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.446189] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.447535] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.449107] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.450177] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.451754] vgaarb: loaded\n[ 0.452373] vgaarb: bridge control possible 0000:00:02.0\n[ 0.453564] SCSI subsystem initialized\n[ 0.454445] ACPI: bus type USB registered\n[ 0.455273] usbcore: registered new interface driver usbfs\n[ 0.456349] usbcore: registered new interface driver hub\n[ 0.457379] usbcore: registered new device driver usb\n[ 0.458526] PCI: Using ACPI for IRQ routing\n[ 0.459599] NetLabel: Initializing\n[ 0.460325] NetLabel: domain hash size = 128\n[ 0.461196] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.462161] NetLabel: unlabeled traffic allowed by default\n[ 0.463384] clocksource: Switched to clocksource kvm-clock\n[ 0.469540] AppArmor: AppArmor Filesystem Enabled\n[ 0.470539] pnp: PnP ACPI init\n[ 0.471510] pnp: PnP ACPI: found 5 devices\n[ 0.479084] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.480828] NET: Registered protocol family 2\n[ 0.481844] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.483145] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.484377] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.485587] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.486685] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487874] NET: Registered protocol family 1\n[ 0.488757] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.489894] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.490991] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.509770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.528708] Trying to unpack rootfs image as initramfs...\n[ 0.579434] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.594191] Scanning for low memory corruption every 60 seconds\n[ 0.596188] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.598164] audit: initializing netlink subsys (disabled)\n[ 0.600006] audit: type=2000 audit(1538667021.684:1): initialized\n[ 0.602215] Initialise system trusted keyring\n[ 0.603872] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.605843] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.609020] zbud: loaded\n[ 0.609908] VFS: Disk quotas dquot_6.6.0\n[ 0.610916] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.612944] fuse init (API version 7.23)\n[ 0.614088] Key type big_key registered\n[ 0.615091] Allocating IMA MOK and blacklist keyrings.\n[ 0.616724] Key type asymmetric registered\n[ 0.617672] Asymmetric key parser 'x509' registered\n[ 0.618660] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.620253] io scheduler noop registered\n[ 0.621112] io scheduler deadline registered (default)\n[ 0.622175] io scheduler cfq registered\n[ 0.623070] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624199] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.625573] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.627115] ACPI: Power Button [PWRF]\n[ 0.628061] GHES: HEST is not enabled!\n[ 0.646162] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.683053] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.685521] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.709611] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.712387] Linux agpgart interface v0.103\n[ 0.714872] brd: module loaded\n[ 0.716293] loop: module loaded\n[ 0.721831] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.723458] GPT:90111 != 20971519\n[ 0.724206] GPT:Alternate GPT header not at the end of the disk.\n[ 0.725410] GPT:90111 != 20971519\n[ 0.726138] GPT: Use GNU Parted to correct GPT errors.\n[ 0.727163] vda: vda1 vda15\n[ 0.728781] scsi host0: ata_piix\n[ 0.729558] scsi host1: ata_piix\n[ 0.730277] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.731523] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.732810] libphy: Fixed MDIO Bus: probed\n[ 0.733859] tun: Universal TUN/TAP device driver, 1.6\n[ 0.734823] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.737128] PPP generic driver version 2.4.2\n[ 0.738035] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.739325] ehci-pci: EHCI PCI platform driver\n[ 0.740236] ehci-platform: EHCI generic platform driver\n[ 0.741252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.742397] ohci-pci: OHCI PCI platform driver\n[ 0.743277] ohci-platform: OHCI generic platform driver\n[ 0.744289] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.763251] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.764295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.765777] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.766791] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.767933] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.769172] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.770615] usb usb1: Product: UHCI Host Controller\n[ 0.771575] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772742] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773767] hub 1-0:1.0: USB hub found\n[ 0.774561] hub 1-0:1.0: 2 ports detected\n[ 0.775500] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.777665] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.778643] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.779703] mousedev: PS/2 mouse device common for all mice\n[ 0.780886] rtc_cmos 00:00: RTC can wake from S4\n[ 0.782096] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.783291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.783432] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783440] i2c /dev entries driver\n[ 0.783477] device-mapper: uevent: version 1.0.3\n[ 0.785011] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.785026] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.785219] NET: Registered protocol family 10\n[ 0.785337] NET: Registered protocol family 17\n[ 0.785344] Key type dns_resolver registered\n[ 0.785455] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.786174] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.786192] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.786274] registered taskstats version 1\n[ 0.786284] Loading compiled-in X.509 certificates\n[ 0.786806] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.786822] zswap: loaded using pool lzo/zbud\n[ 0.787401] Key type trusted registered\n[ 0.788196] Key type encrypted registered\n[ 0.788199] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.788201] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788213] evm: HMAC attrs: 0x1\n[ 0.788697] Magic number: 6:393:537\n[ 0.788702] bdi 1:15: hash matches\n[ 0.788706] tty ttyS17: hash matches\n[ 0.789527] rtc_cmos 00:00: setting system clock to 2018-10-04 15:30:21 UTC (1538667021)\n[ 0.789579] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.789579] EDD information not available.\n[ 0.888537] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.890177] Write protecting the kernel read-only data: 14336k\n[ 0.891883] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.893782] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.952922] 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 1.29\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.14...\nLease of 10.55.1.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.49. iid=i-00000102\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=20953055,end=20971487\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): 2 @ 3491.910 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUAv8lx1WtIjwNr5oHxmJ5LP4ypLLCFrlUy9xNSE1JIFFj9cxvHst1b3RMU5zlByefmF0gvpEXEPkCIZyNa+421mpv8f0kFHqzldOUa7bqSKJEeJoZiNNpozDmv7OLJGr7QrgdkHFk1bk/IxwUH+yFQT4pr7T0GacdpNzCmyqBmnh7wsFWoTP9eDD+wfPt9AlUVV2Wn0N4ORKC52pP1MgPRTi2NRqh2RCgvNaeN9Tcs/H0m8JqNU5Zsb7zJz/mrz/WLLsfx3UkziKyxP4CmIHgqVO0lNSvOLoYyyPc/HgFRKKvdpQqHmKmoTIxnhbXJklTCy7kVUaOei8QgS90WBuB root@createinstancesinglenetworktests-32640593-084d-4001-966a-6cdea3\nssh-dss AAAAB3NzaC1kc3MAAACBALpMAGqrtUhvEnWEBZ3veWuv4Oq4nSt4c+yRVDT8zbNwD5/i+/by9TNGxziAscAk3h0pdVdKL1GVVLxzyX5fJ7qvp2P2QMxCvRYI+u15u6vUNrM6FpfQQOFgXO720/bdeNzX2CF5AS313pj0IzFp1Pyo5Bs33ruG5VTPy8691ShZAAAAFQCQM30S3LhDAn/gFLBMp57r1RDOBQAAAIA7yw5+/ZWg8BjsUatPwQkf4oBwAeIBRZ7apOVBBBbFGsa531FrIEZbu7tWQR+C34xCYon/YUzBtISV/6L8gNJOtJJHUPx2G/FifgeRrjkptmOHanex/G/TDhWdyCnINoWrMqlsXbu8NgE6UkKtUh3QIEYBHZik6BSAJI0/s9tfgAAAAIBFGZ8MI6/3t5Klsk1zP4012cDlcsDKysvZ0BoZHT+1Pd+w/vexp202J3Z9LhmtR0d7lAYKiD4CiBYEV7x27IFbD8YA8b8qCv12jYnJiGlyxrTjEr1ol4zn5LQuciRtcRSqDUtlF/ga3dwIibCiglh0xGzL5vOo0MOfywbslkJeMg== root@createinstancesinglenetworktests-32640593-084d-4001-966a-6cdea3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.14,24,fe80::f816:3eff:fe01:a8b1/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.14 \nip-route:169.254.169.254 via 10.55.1.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000102\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-32640593-084d-4001-966a-6cdea3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.43 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-32640593-084d-4001-966a-6cdea3 login: "} 2018-10-04 15:30:36,262 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a/action used request id req-471e8deb-0d14-40d1-895f-102588b2a24b 2018-10-04 15:30:36,264 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-04 15:30:36,264 - create_instance_tests - DEBUG - Full console output - [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 496639708 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.149277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150955] pid_max: default: 32768 minimum: 301 [ 0.151864] ACPI: Core revision 20150930 [ 0.153273] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154610] Security Framework initialized [ 0.155438] Yama: becoming mindful. [ 0.156181] AppArmor: AppArmor initialized [ 0.157054] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.158367] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.159644] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160860] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.162261] Initializing cgroup subsys io [ 0.163088] Initializing cgroup subsys memory [ 0.163963] Initializing cgroup subsys devices [ 0.164861] Initializing cgroup subsys freezer [ 0.165742] Initializing cgroup subsys net_cls [ 0.166621] Initializing cgroup subsys perf_event [ 0.167545] Initializing cgroup subsys net_prio [ 0.168470] Initializing cgroup subsys hugetlb [ 0.169348] Initializing cgroup subsys pids [ 0.170239] CPU: Physical Processor ID: 0 [ 0.171766] mce: CPU supports 10 MCE banks [ 0.172640] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.173656] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.175998] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.182685] ftrace: allocating 31920 entries in 125 pages [ 0.210576] smpboot: Max logical packages: 2 [ 0.211444] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.212673] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.214052] x2apic enabled [ 0.214876] Switched APIC routing to physical x2apic. [ 0.216703] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.218218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.220917] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.223350] KVM setup paravirtual spinlock [ 0.225047] x86: Booting SMP configuration: [ 0.226190] .... node #0, CPUs: #1 [ 0.227316] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.249619] x86: Booted up 1 node, 2 CPUs [ 0.249621] KVM setup async PF for cpu 1 [ 0.249624] kvm-stealtime: cpu 1, msr f90d940 [ 0.252803] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.254653] devtmpfs: initialized [ 0.256542] evm: security.selinux [ 0.257411] evm: security.SMACK64 [ 0.258266] evm: security.SMACK64EXEC [ 0.259204] evm: security.SMACK64TRANSMUTE [ 0.260214] evm: security.SMACK64MMAP [ 0.261149] evm: security.ima [ 0.261942] evm: security.capability [ 0.262989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.265417] pinctrl core: initialized pinctrl subsystem [ 0.266789] RTC time: 15:30:21, date: 10/04/18 [ 0.268021] NET: Registered protocol family 16 [ 0.277304] cpuidle: using governor ladder [ 0.289327] cpuidle: using governor menu [ 0.290142] PCCT header not found. [ 0.290976] ACPI: bus type PCI registered [ 0.291788] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.293054] PCI: Using configuration type 1 for base access [ 0.306451] ACPI: Added _OSI(Module Device) [ 0.307301] ACPI: Added _OSI(Processor Device) [ 0.308173] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.309085] ACPI: Added _OSI(Processor Aggregator Device) [ 0.311463] ACPI: Interpreter enabled [ 0.312238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.314105] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.315983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.317857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.319734] ACPI: (supports S0 S5) [ 0.320455] ACPI: Using IOAPIC for interrupt routing [ 0.321565] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.324991] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.326145] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.327402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.328606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.330898] acpiphp: Slot [3] registered [ 0.331721] acpiphp: Slot [4] registered [ 0.332531] acpiphp: Slot [5] registered [ 0.333338] acpiphp: Slot [6] registered [ 0.334147] acpiphp: Slot [7] registered [ 0.334960] acpiphp: Slot [8] registered [ 0.335778] acpiphp: Slot [9] registered [ 0.336590] acpiphp: Slot [10] registered [ 0.348083] acpiphp: Slot [11] registered [ 0.348912] acpiphp: Slot [12] registered [ 0.349736] acpiphp: Slot [13] registered [ 0.350554] acpiphp: Slot [14] registered [ 0.351375] acpiphp: Slot [15] registered [ 0.352203] acpiphp: Slot [16] registered [ 0.353031] acpiphp: Slot [17] registered [ 0.353855] acpiphp: Slot [18] registered [ 0.354676] acpiphp: Slot [19] registered [ 0.355497] acpiphp: Slot [20] registered [ 0.356322] acpiphp: Slot [21] registered [ 0.357148] acpiphp: Slot [22] registered [ 0.357977] acpiphp: Slot [23] registered [ 0.358803] acpiphp: Slot [24] registered [ 0.359622] acpiphp: Slot [25] registered [ 0.360450] acpiphp: Slot [26] registered [ 0.361268] acpiphp: Slot [27] registered [ 0.362089] acpiphp: Slot [28] registered [ 0.362918] acpiphp: Slot [29] registered [ 0.363743] acpiphp: Slot [30] registered [ 0.364575] acpiphp: Slot [31] registered [ 0.365394] PCI host bridge to bus 0000:00 [ 0.366212] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.367454] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.368692] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.370161] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.371632] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.378005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.379299] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.380490] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.381778] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.388875] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.390327] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.440291] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.441854] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.443321] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.444779] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.446189] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.447535] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.449107] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.450177] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.451754] vgaarb: loaded [ 0.452373] vgaarb: bridge control possible 0000:00:02.0 [ 0.453564] SCSI subsystem initialized [ 0.454445] ACPI: bus type USB registered [ 0.455273] usbcore: registered new interface driver usbfs [ 0.456349] usbcore: registered new interface driver hub [ 0.457379] usbcore: registered new device driver usb [ 0.458526] PCI: Using ACPI for IRQ routing [ 0.459599] NetLabel: Initializing [ 0.460325] NetLabel: domain hash size = 128 [ 0.461196] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.462161] NetLabel: unlabeled traffic allowed by default [ 0.463384] clocksource: Switched to clocksource kvm-clock [ 0.469540] AppArmor: AppArmor Filesystem Enabled [ 0.470539] pnp: PnP ACPI init [ 0.471510] pnp: PnP ACPI: found 5 devices [ 0.479084] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.480828] NET: Registered protocol family 2 [ 0.481844] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.483145] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.484377] TCP: Hash tables configured (established 2048 bind 2048) [ 0.485587] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.486685] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.487874] NET: Registered protocol family 1 [ 0.488757] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.489894] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.490991] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.509770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.528708] Trying to unpack rootfs image as initramfs... [ 0.579434] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.594191] Scanning for low memory corruption every 60 seconds [ 0.596188] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.598164] audit: initializing netlink subsys (disabled) [ 0.600006] audit: type=2000 audit(1538667021.684:1): initialized [ 0.602215] Initialise system trusted keyring [ 0.603872] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.605843] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.609020] zbud: loaded [ 0.609908] VFS: Disk quotas dquot_6.6.0 [ 0.610916] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.612944] fuse init (API version 7.23) [ 0.614088] Key type big_key registered [ 0.615091] Allocating IMA MOK and blacklist keyrings. [ 0.616724] Key type asymmetric registered [ 0.617672] Asymmetric key parser 'x509' registered [ 0.618660] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.620253] io scheduler noop registered [ 0.621112] io scheduler deadline registered (default) [ 0.622175] io scheduler cfq registered [ 0.623070] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.624199] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.625573] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.627115] ACPI: Power Button [PWRF] [ 0.628061] GHES: HEST is not enabled! [ 0.646162] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.683053] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.685521] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.709611] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.712387] Linux agpgart interface v0.103 [ 0.714872] brd: module loaded [ 0.716293] loop: module loaded [ 0.721831] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.723458] GPT:90111 != 20971519 [ 0.724206] GPT:Alternate GPT header not at the end of the disk. [ 0.725410] GPT:90111 != 20971519 [ 0.726138] GPT: Use GNU Parted to correct GPT errors. [ 0.727163] vda: vda1 vda15 [ 0.728781] scsi host0: ata_piix [ 0.729558] scsi host1: ata_piix [ 0.730277] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.731523] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.732810] libphy: Fixed MDIO Bus: probed [ 0.733859] tun: Universal TUN/TAP device driver, 1.6 [ 0.734823] tun: (C) 1999-2004 Max Krasnyansky [ 0.737128] PPP generic driver version 2.4.2 [ 0.738035] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.739325] ehci-pci: EHCI PCI platform driver [ 0.740236] ehci-platform: EHCI generic platform driver [ 0.741252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.742397] ohci-pci: OHCI PCI platform driver [ 0.743277] ohci-platform: OHCI generic platform driver [ 0.744289] uhci_hcd: USB Universal Host Controller Interface driver [ 0.763251] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.764295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.765777] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.766791] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.767933] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.769172] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.770615] usb usb1: Product: UHCI Host Controller [ 0.771575] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.772742] usb usb1: SerialNumber: 0000:00:01.2 [ 0.773767] hub 1-0:1.0: USB hub found [ 0.774561] hub 1-0:1.0: 2 ports detected [ 0.775500] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.777665] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.778643] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.779703] mousedev: PS/2 mouse device common for all mice [ 0.780886] rtc_cmos 00:00: RTC can wake from S4 [ 0.782096] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.783291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.783432] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.783440] i2c /dev entries driver [ 0.783477] device-mapper: uevent: version 1.0.3 [ 0.785011] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.785026] ledtrig-cpu: registered to indicate activity on CPUs [ 0.785219] NET: Registered protocol family 10 [ 0.785337] NET: Registered protocol family 17 [ 0.785344] Key type dns_resolver registered [ 0.785455] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.786174] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.786192] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.786274] registered taskstats version 1 [ 0.786284] Loading compiled-in X.509 certificates [ 0.786806] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.786822] zswap: loaded using pool lzo/zbud [ 0.787401] Key type trusted registered [ 0.788196] Key type encrypted registered [ 0.788199] AppArmor: AppArmor sha1 policy hashing enabled [ 0.788201] ima: No TPM chip found, activating TPM-bypass! [ 0.788213] evm: HMAC attrs: 0x1 [ 0.788697] Magic number: 6:393:537 [ 0.788702] bdi 1:15: hash matches [ 0.788706] tty ttyS17: hash matches [ 0.789527] rtc_cmos 00:00: setting system clock to 2018-10-04 15:30:21 UTC (1538667021) [ 0.789579] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.789579] EDD information not available. [ 0.888537] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.890177] Write protecting the kernel read-only data: 14336k [ 0.891883] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.893782] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.952922] 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 1.29 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.1.14... Lease of 10.55.1.14 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.49. iid=i-00000102 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=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.910 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUAv8lx1WtIjwNr5oHxmJ5LP4ypLLCFrlUy9xNSE1JIFFj9cxvHst1b3RMU5zlByefmF0gvpEXEPkCIZyNa+421mpv8f0kFHqzldOUa7bqSKJEeJoZiNNpozDmv7OLJGr7QrgdkHFk1bk/IxwUH+yFQT4pr7T0GacdpNzCmyqBmnh7wsFWoTP9eDD+wfPt9AlUVV2Wn0N4ORKC52pP1MgPRTi2NRqh2RCgvNaeN9Tcs/H0m8JqNU5Zsb7zJz/mrz/WLLsfx3UkziKyxP4CmIHgqVO0lNSvOLoYyyPc/HgFRKKvdpQqHmKmoTIxnhbXJklTCy7kVUaOei8QgS90WBuB root@createinstancesinglenetworktests-32640593-084d-4001-966a-6cdea3 ssh-dss AAAAB3NzaC1kc3MAAACBALpMAGqrtUhvEnWEBZ3veWuv4Oq4nSt4c+yRVDT8zbNwD5/i+/by9TNGxziAscAk3h0pdVdKL1GVVLxzyX5fJ7qvp2P2QMxCvRYI+u15u6vUNrM6FpfQQOFgXO720/bdeNzX2CF5AS313pj0IzFp1Pyo5Bs33ruG5VTPy8691ShZAAAAFQCQM30S3LhDAn/gFLBMp57r1RDOBQAAAIA7yw5+/ZWg8BjsUatPwQkf4oBwAeIBRZ7apOVBBBbFGsa531FrIEZbu7tWQR+C34xCYon/YUzBtISV/6L8gNJOtJJHUPx2G/FifgeRrjkptmOHanex/G/TDhWdyCnINoWrMqlsXbu8NgE6UkKtUh3QIEYBHZik6BSAJI0/s9tfgAAAAIBFGZ8MI6/3t5Klsk1zP4012cDlcsDKysvZ0BoZHT+1Pd+w/vexp202J3Z9LhmtR0d7lAYKiD4CiBYEV7x27IFbD8YA8b8qCv12jYnJiGlyxrTjEr1ol4zn5LQuciRtcRSqDUtlF/ga3dwIibCiglh0xGzL5vOo0MOfywbslkJeMg== root@createinstancesinglenetworktests-32640593-084d-4001-966a-6cdea3 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.14,24,fe80::f816:3eff:fe01:a8b1/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.14 ip-route:169.254.169.254 via 10.55.1.3 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000102 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-32640593-084d-4001-966a-6cdea3 launch-index: 0 === cirros: current=0.4.0 uptime=3.43 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-32640593-084d-4001-966a-6cdea3 login: 2018-10-04 15:30:36,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:37,019 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f3a45a0-625b-45c4-abc5-158bcad42b0a x-compute-request-id: req-0f3a45a0-625b-45c4-abc5-158bcad42b0a Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:a8:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:a8:b1", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "bookmark"}], "image": {"id": "db4c5092-6afd-40ab-8b61-43d9c50c1757", "links": [{"href": "http://172.30.9.23:8774/images/db4c5092-6afd-40ab-8b61-43d9c50c1757", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:30:20.000000", "flavor": {"id": "0d733415-7c79-4599-80f5-aa2466ef73ff", "links": [{"href": "http://172.30.9.23:8774/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff", "rel": "bookmark"}]}, "id": "186653bb-d4f3-414c-904a-64be7c29324a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp"}, {"name": "default"}], "user_id": "f5c53231909b4164b8752aa7e0725c7b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:30:23Z", "hostId": "65b910c6811b919d77ee884e988f93661fdf64e315091f3f8b5d2fbc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-kp", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst", "created": "2018-10-04T15:30:17Z", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:30:37,019 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a used request id req-0f3a45a0-625b-45c4-abc5-158bcad42b0a 2018-10-04 15:30:37,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:37,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-562c0898-b027-4854-8288-368966b31962 Date: Thu, 04 Oct 2018 15:30:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["66626d64-6104-4cbd-ac93-ad52f40cd8a1"],"updated_at":"2018-10-04T15:29:54Z","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"83d99e12f21e4977bc301220dab7b817","id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net"}]} 2018-10-04 15:30:37,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net used request id req-562c0898-b027-4854-8288-368966b31962 2018-10-04 15:30:37,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:37,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a582512-8470-46ac-a1f4-54c790d2d39c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817"}, "enabled": true, "id": "83d99e12f21e4977bc301220dab7b817", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}} 2018-10-04 15:30:37,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 used request id req-1a582512-8470-46ac-a1f4-54c790d2d39c 2018-10-04 15:30:37,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:37,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c939175c-1552-4d0a-9c78-08e89b639f7e Date: Thu, 04 Oct 2018 15:30:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:54Z","dns_nameservers":[],"updated_at":"2018-10-04T15:29:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"83d99e12f21e4977bc301220dab7b817","id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-subnet"}]} 2018-10-04 15:30:37,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e used request id req-c939175c-1552-4d0a-9c78-08e89b639f7e 2018-10-04 15:30:37,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:37,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-74300990-02bf-4a00-bfe0-10c1fdb823e1 Date: Thu, 04 Oct 2018 15:30:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.3"}],"id":"45753097-4c00-4034-9fa0-a3525a187eda","security_groups":[],"mac_address":"fa:16:3e:be:67:0f","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-993a0071-04c6-4bcd-9fb8-e7d073378b7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:30:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.1"}],"id":"625b2dd1-9c54-461c-9fa8-3e2614dce930","security_groups":[],"mac_address":"fa:16:3e:48:35:04","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:30:02Z","binding:vnic_type":"normal","device_id":"ae449ef4-7c2e-43ed-91b5-dd78895b4368"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.4"}],"id":"6dd85fc1-2397-4146-96ac-4b4a68a3c974","security_groups":[],"mac_address":"fa:16:3e:e9:49:16","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-993a0071-04c6-4bcd-9fb8-e7d073378b7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.2"}],"id":"985e49d3-936c-4c8a-af8d-953bc3ee4a4a","security_groups":[],"mac_address":"fa:16:3e:91:57:e2","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-993a0071-04c6-4bcd-9fb8-e7d073378b7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:30:28Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.14"}],"id":"ce2c8a8f-cbf9-4dcb-8347-cb53868d4549","security_groups":["3c623722-107e-4582-afa3-d39e0be86b1b","be3448b2-ed4b-40bc-bd9b-559be1d5403b"],"mac_address":"fa:16:3e:01:a8:b1","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176port-1","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:30:13Z","binding:vnic_type":"normal","device_id":"186653bb-d4f3-414c-904a-64be7c29324a"}]} 2018-10-04 15:30:37,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e used request id req-74300990-02bf-4a00-bfe0-10c1fdb823e1 2018-10-04 15:30:37,528 - create_instance - INFO - Checking if VM is active 2018-10-04 15:30:37,531 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:38,011 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30: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-f8a5f9aa-f1e2-4ea9-ad45-4befa270fc40 x-compute-request-id: req-f8a5f9aa-f1e2-4ea9-ad45-4befa270fc40 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:a8:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:a8:b1", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "bookmark"}], "image": {"id": "db4c5092-6afd-40ab-8b61-43d9c50c1757", "links": [{"href": "http://172.30.9.23:8774/images/db4c5092-6afd-40ab-8b61-43d9c50c1757", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:30:20.000000", "flavor": {"id": "0d733415-7c79-4599-80f5-aa2466ef73ff", "links": [{"href": "http://172.30.9.23:8774/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff", "rel": "bookmark"}]}, "id": "186653bb-d4f3-414c-904a-64be7c29324a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp"}, {"name": "default"}], "user_id": "f5c53231909b4164b8752aa7e0725c7b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:30:23Z", "hostId": "65b910c6811b919d77ee884e988f93661fdf64e315091f3f8b5d2fbc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-kp", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst", "created": "2018-10-04T15:30:17Z", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:30:38,012 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a used request id req-f8a5f9aa-f1e2-4ea9-ad45-4befa270fc40 2018-10-04 15:30:38,012 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst] is - ACTIVE 2018-10-04 15:30:38,012 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:30:38,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:38,541 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b133893e-47f5-470c-8676-ff04e7f8c1e7 x-compute-request-id: req-b133893e-47f5-470c-8676-ff04e7f8c1e7 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:a8:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:a8:b1", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "bookmark"}], "image": {"id": "db4c5092-6afd-40ab-8b61-43d9c50c1757", "links": [{"href": "http://172.30.9.23:8774/images/db4c5092-6afd-40ab-8b61-43d9c50c1757", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:30:20.000000", "flavor": {"id": "0d733415-7c79-4599-80f5-aa2466ef73ff", "links": [{"href": "http://172.30.9.23:8774/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff", "rel": "bookmark"}]}, "id": "186653bb-d4f3-414c-904a-64be7c29324a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp"}, {"name": "default"}], "user_id": "f5c53231909b4164b8752aa7e0725c7b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:30:23Z", "hostId": "65b910c6811b919d77ee884e988f93661fdf64e315091f3f8b5d2fbc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-kp", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst", "created": "2018-10-04T15:30:17Z", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:30:38,541 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a used request id req-b133893e-47f5-470c-8676-ff04e7f8c1e7 2018-10-04 15:30:38,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:38,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-cac30a58-6ebe-4ab1-af87-3d496623b379 Date: Thu, 04 Oct 2018 15:30:38 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":["66626d64-6104-4cbd-ac93-ad52f40cd8a1"],"updated_at":"2018-10-04T15:29:54Z","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"83d99e12f21e4977bc301220dab7b817","id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net"}]} 2018-10-04 15:30:38,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net used request id req-cac30a58-6ebe-4ab1-af87-3d496623b379 2018-10-04 15:30:38,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:38,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3abc258-de15-49c7-b55f-493afe24a408 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817"}, "enabled": true, "id": "83d99e12f21e4977bc301220dab7b817", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}} 2018-10-04 15:30:38,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 used request id req-c3abc258-de15-49c7-b55f-493afe24a408 2018-10-04 15:30:38,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:39,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7e62caab-87a8-499d-b617-8312a75012ac Date: Thu, 04 Oct 2018 15:30:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:54Z","dns_nameservers":[],"updated_at":"2018-10-04T15:29:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"83d99e12f21e4977bc301220dab7b817","id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-subnet"}]} 2018-10-04 15:30:39,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e used request id req-7e62caab-87a8-499d-b617-8312a75012ac 2018-10-04 15:30:39,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:39,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-048b374d-3a87-4621-ba88-c0e8a03f4a46 Date: Thu, 04 Oct 2018 15:30:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.3"}],"id":"45753097-4c00-4034-9fa0-a3525a187eda","security_groups":[],"mac_address":"fa:16:3e:be:67:0f","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-993a0071-04c6-4bcd-9fb8-e7d073378b7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:30:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.1"}],"id":"625b2dd1-9c54-461c-9fa8-3e2614dce930","security_groups":[],"mac_address":"fa:16:3e:48:35:04","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:30:02Z","binding:vnic_type":"normal","device_id":"ae449ef4-7c2e-43ed-91b5-dd78895b4368"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.4"}],"id":"6dd85fc1-2397-4146-96ac-4b4a68a3c974","security_groups":[],"mac_address":"fa:16:3e:e9:49:16","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-993a0071-04c6-4bcd-9fb8-e7d073378b7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:29:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.2"}],"id":"985e49d3-936c-4c8a-af8d-953bc3ee4a4a","security_groups":[],"mac_address":"fa:16:3e:91:57:e2","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:29:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-993a0071-04c6-4bcd-9fb8-e7d073378b7e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:30:28Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"66626d64-6104-4cbd-ac93-ad52f40cd8a1","ip_address":"10.55.1.14"}],"id":"ce2c8a8f-cbf9-4dcb-8347-cb53868d4549","security_groups":["3c623722-107e-4582-afa3-d39e0be86b1b","be3448b2-ed4b-40bc-bd9b-559be1d5403b"],"mac_address":"fa:16:3e:01:a8:b1","project_id":"83d99e12f21e4977bc301220dab7b817","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176port-1","admin_state_up":true,"network_id":"993a0071-04c6-4bcd-9fb8-e7d073378b7e","tenant_id":"83d99e12f21e4977bc301220dab7b817","created_at":"2018-10-04T15:30:13Z","binding:vnic_type":"normal","device_id":"186653bb-d4f3-414c-904a-64be7c29324a"}]} 2018-10-04 15:30:39,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=993a0071-04c6-4bcd-9fb8-e7d073378b7e used request id req-048b374d-3a87-4621-ba88-c0e8a03f4a46 2018-10-04 15:30:39,339 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:30:39,344 - paramiko.transport - DEBUG - starting thread (client mode): 0xb7c8d650L 2018-10-04 15:30:39,345 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:30:39,345 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-04 15:30:39,345 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 15:30:39,346 - 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-10-04 15:30:39,346 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:30:39,346 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-04 15:30:39,346 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:30:39,346 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:30:39,346 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:30:39,364 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:30:39,364 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:30:39,377 - paramiko.transport - DEBUG - Trying key 2b00c02d2ba175c9f4686299d9afb897 from tmp/CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176 2018-10-04 15:30:39,402 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:30:39,405 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:30:39,505 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:30:39,523 - create_instance - INFO - SSH is active for VM instance 2018-10-04 15:30:39,523 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:30:39,525 - paramiko.transport - DEBUG - starting thread (client mode): 0xb7c8d6d0L 2018-10-04 15:30:39,525 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:30:39,525 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-04 15:30:39,526 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 15:30:39,526 - 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-10-04 15:30:39,527 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:30:39,527 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-04 15:30:39,527 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:30:39,527 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:30:39,527 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:30:39,544 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:30:39,545 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:30:39,557 - paramiko.transport - DEBUG - Trying key 2b00c02d2ba175c9f4686299d9afb897 from tmp/CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176 2018-10-04 15:30:39,582 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:30:39,585 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:30:39,590 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 15:30:39,591 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-04 15:30:39,591 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 15:30:39,592 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 15:30:39,593 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:30:39,595 - create_instance - INFO - Deleting Floating IP - 172.30.9.209 2018-10-04 15:30:39,595 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.209 2018-10-04 15:30:39,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/floatingips/44687d1e-fb31-430d-a9a2-d5de775cb723 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:40,509 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6306523a-0195-4c6b-995f-dcdde2a67c79 Content-Length: 0 Date: Thu, 04 Oct 2018 15:30:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:30:40,509 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/44687d1e-fb31-430d-a9a2-d5de775cb723 used request id req-6306523a-0195-4c6b-995f-dcdde2a67c79 2018-10-04 15:30:40,509 - create_instance - INFO - Deleting Port with ID - ce2c8a8f-cbf9-4dcb-8347-cb53868d4549 2018-10-04 15:30:40,510 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176port-1 2018-10-04 15:30:40,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/ce2c8a8f-cbf9-4dcb-8347-cb53868d4549 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:40,930 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-21b32657-c31c-4211-9c2c-6c862c3f6e1d Date: Thu, 04 Oct 2018 15:30:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:30:40,930 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/ce2c8a8f-cbf9-4dcb-8347-cb53868d4549 used request id req-21b32657-c31c-4211-9c2c-6c862c3f6e1d 2018-10-04 15:30:40,930 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst 2018-10-04 15:30:40,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:41,079 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:30: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-998a1ae5-5e0c-40d8-ae42-bbe5fb351439 x-compute-request-id: req-998a1ae5-5e0c-40d8-ae42-bbe5fb351439 Content-Type: application/json 2018-10-04 15:30:41,079 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a used request id req-998a1ae5-5e0c-40d8-ae42-bbe5fb351439 2018-10-04 15:30:41,079 - create_instance - INFO - Checking deletion status 2018-10-04 15:30:41,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:41,357 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b0435c6-e217-4f28-9763-f9f0648c96dd x-compute-request-id: req-1b0435c6-e217-4f28-9763-f9f0648c96dd Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:a8:b1", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:a8:b1", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "bookmark"}], "image": {"id": "db4c5092-6afd-40ab-8b61-43d9c50c1757", "links": [{"href": "http://172.30.9.23:8774/images/db4c5092-6afd-40ab-8b61-43d9c50c1757", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:30:20.000000", "flavor": {"id": "0d733415-7c79-4599-80f5-aa2466ef73ff", "links": [{"href": "http://172.30.9.23:8774/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff", "rel": "bookmark"}]}, "id": "186653bb-d4f3-414c-904a-64be7c29324a", "user_id": "f5c53231909b4164b8752aa7e0725c7b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:30:41Z", "hostId": "65b910c6811b919d77ee884e988f93661fdf64e315091f3f8b5d2fbc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-kp", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst", "created": "2018-10-04T15:30:17Z", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:30:41,357 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a used request id req-1b0435c6-e217-4f28-9763-f9f0648c96dd 2018-10-04 15:30:41,357 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst] is - ACTIVE 2018-10-04 15:30:41,357 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:30:44,361 - create_instance - DEBUG - VM status query timeout in 296.718635082 2018-10-04 15:30:44,363 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:44,596 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30: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-29516a96-7ccb-453c-8445-c9e61a9b9e98 x-compute-request-id: req-29516a96-7ccb-453c-8445-c9e61a9b9e98 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/186653bb-d4f3-414c-904a-64be7c29324a", "rel": "bookmark"}], "image": {"id": "db4c5092-6afd-40ab-8b61-43d9c50c1757", "links": [{"href": "http://172.30.9.23:8774/images/db4c5092-6afd-40ab-8b61-43d9c50c1757", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:30:20.000000", "flavor": {"id": "0d733415-7c79-4599-80f5-aa2466ef73ff", "links": [{"href": "http://172.30.9.23:8774/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff", "rel": "bookmark"}]}, "id": "186653bb-d4f3-414c-904a-64be7c29324a", "user_id": "f5c53231909b4164b8752aa7e0725c7b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:30:41Z", "hostId": "65b910c6811b919d77ee884e988f93661fdf64e315091f3f8b5d2fbc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-kp", "name": "CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst", "created": "2018-10-04T15:30:17Z", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:30:44,596 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a used request id req-29516a96-7ccb-453c-8445-c9e61a9b9e98 2018-10-04 15:30:44,596 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst] is - ACTIVE 2018-10-04 15:30:44,597 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:30:47,599 - create_instance - DEBUG - VM status query timeout in 293.480521917 2018-10-04 15:30:47,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0655dd95f4275a3b522aeacf1881a32b4df0eb39" 2018-10-04 15:30:47,660 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:30: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-017c5b3b-88a4-40cd-8fa3-240ce3b3e636 x-compute-request-id: req-017c5b3b-88a4-40cd-8fa3-240ce3b3e636 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 186653bb-d4f3-414c-904a-64be7c29324a could not be found.", "code": 404}} 2018-10-04 15:30:47,660 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/186653bb-d4f3-414c-904a-64be7c29324a used request id req-017c5b3b-88a4-40cd-8fa3-240ce3b3e636 2018-10-04 15:30:47,660 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 186653bb-d4f3-414c-904a-64be7c29324a could not be found. (HTTP 404) (Request-ID: req-017c5b3b-88a4-40cd-8fa3-240ce3b3e636) 2018-10-04 15:30:47,660 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-inst 2018-10-04 15:30:47,661 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-kp 2018-10-04 15:30:47,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8fb7218321bdb17ef3f695206df38e4a4038d98" 2018-10-04 15:30:47,699 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:30: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-a1a40740-9bff-4b34-be0f-a6c237784733 x-compute-request-id: req-a1a40740-9bff-4b34-be0f-a6c237784733 Content-Length: 0 Content-Type: application/json 2018-10-04 15:30:47,699 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-kp used request id req-a1a40740-9bff-4b34-be0f-a6c237784733 2018-10-04 15:30:47,700 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176.pub] 2018-10-04 15:30:47,700 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176] 2018-10-04 15:30:47,704 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}007c6a393071a9050ee160b9788bfe5ad263f3cb" 2018-10-04 15:30:47,749 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:30: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-dee229c9-b651-441a-a950-18b595321584 x-compute-request-id: req-dee229c9-b651-441a-a950-18b595321584 Content-Length: 0 Content-Type: application/json 2018-10-04 15:30:47,749 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/0d733415-7c79-4599-80f5-aa2466ef73ff used request id req-dee229c9-b651-441a-a950-18b595321584 2018-10-04 15:30:47,750 - neutron_utils - INFO - Deleting security group rule with ID - eeb62a9f-9aff-499f-990a-c7e525de632a 2018-10-04 15:30:47,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/eeb62a9f-9aff-499f-990a-c7e525de632a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb3ff304991c2cb4c0792f0f39402565f52bc1e" 2018-10-04 15:30:47,854 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b9f5be79-294b-45e8-8d96-34d97b1de5c4 Content-Length: 0 Date: Thu, 04 Oct 2018 15:30:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:30:47,854 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/eeb62a9f-9aff-499f-990a-c7e525de632a used request id req-b9f5be79-294b-45e8-8d96-34d97b1de5c4 2018-10-04 15:30:47,854 - neutron_utils - INFO - Deleting security group rule with ID - da337edd-3e0f-438a-857f-d36fad8b26f9 2018-10-04 15:30:47,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/da337edd-3e0f-438a-857f-d36fad8b26f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb3ff304991c2cb4c0792f0f39402565f52bc1e" 2018-10-04 15:30:47,964 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7e1fa895-d273-4ba2-a406-91d518c0f98e Content-Length: 0 Date: Thu, 04 Oct 2018 15:30:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:30:47,965 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/da337edd-3e0f-438a-857f-d36fad8b26f9 used request id req-7e1fa895-d273-4ba2-a406-91d518c0f98e 2018-10-04 15:30:47,965 - neutron_utils - INFO - Deleting security group rule with ID - aa3c496f-9f96-4a50-8c08-9536aed29690 2018-10-04 15:30:47,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/aa3c496f-9f96-4a50-8c08-9536aed29690 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb3ff304991c2cb4c0792f0f39402565f52bc1e" 2018-10-04 15:30:48,207 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-42a44dae-4478-4ebb-a105-d6931da22399 Content-Length: 0 Date: Thu, 04 Oct 2018 15:30:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:30:48,207 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/aa3c496f-9f96-4a50-8c08-9536aed29690 used request id req-42a44dae-4478-4ebb-a105-d6931da22399 2018-10-04 15:30:48,207 - neutron_utils - INFO - Deleting security group rule with ID - 9172b40f-913f-4caf-b358-5026793649e4 2018-10-04 15:30:48,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/9172b40f-913f-4caf-b358-5026793649e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb3ff304991c2cb4c0792f0f39402565f52bc1e" 2018-10-04 15:30:48,328 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0c4c40f9-f79c-4437-936d-9110651a4d81 Content-Length: 0 Date: Thu, 04 Oct 2018 15:30:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:30:48,328 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/9172b40f-913f-4caf-b358-5026793649e4 used request id req-0c4c40f9-f79c-4437-936d-9110651a4d81 2018-10-04 15:30:48,328 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-sec-grp 2018-10-04 15:30:48,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/3c623722-107e-4582-afa3-d39e0be86b1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb3ff304991c2cb4c0792f0f39402565f52bc1e" 2018-10-04 15:30:48,591 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-125d360e-dd27-472f-9bb2-dcaea2ce71f5 Content-Length: 0 Date: Thu, 04 Oct 2018 15:30:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:30:48,591 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/3c623722-107e-4582-afa3-d39e0be86b1b used request id req-125d360e-dd27-472f-9bb2-dcaea2ce71f5 2018-10-04 15:30:48,592 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-router and subnet CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-subnet 2018-10-04 15:30:48,592 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-router 2018-10-04 15:30:48,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/ae449ef4-7c2e-43ed-91b5-dd78895b4368/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f8da0ad0e6c1e7c6e04201791e1ff54e411b14" -d '{"subnet_id": "66626d64-6104-4cbd-ac93-ad52f40cd8a1"}' 2018-10-04 15:30:50,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f4ae7c70-a01e-4e6d-860a-7dea98847f39 Date: Thu, 04 Oct 2018 15:30:50 GMT RESP BODY: {"network_id": "993a0071-04c6-4bcd-9fb8-e7d073378b7e", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "subnet_id": "66626d64-6104-4cbd-ac93-ad52f40cd8a1", "subnet_ids": ["66626d64-6104-4cbd-ac93-ad52f40cd8a1"], "port_id": "625b2dd1-9c54-461c-9fa8-3e2614dce930", "id": "ae449ef4-7c2e-43ed-91b5-dd78895b4368"} 2018-10-04 15:30:50,315 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ae449ef4-7c2e-43ed-91b5-dd78895b4368/remove_router_interface used request id req-f4ae7c70-a01e-4e6d-860a-7dea98847f39 2018-10-04 15:30:50,315 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-router 2018-10-04 15:30:50,316 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-router 2018-10-04 15:30:50,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/ae449ef4-7c2e-43ed-91b5-dd78895b4368 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f8da0ad0e6c1e7c6e04201791e1ff54e411b14" 2018-10-04 15:30:53,422 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d4eb8038-504d-4a86-a58b-51a29b42ced2 Content-Length: 0 Date: Thu, 04 Oct 2018 15:30:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:30:53,422 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/ae449ef4-7c2e-43ed-91b5-dd78895b4368 used request id req-d4eb8038-504d-4a86-a58b-51a29b42ced2 2018-10-04 15:30:53,423 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-subnet 2018-10-04 15:30:53,423 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-subnet 2018-10-04 15:30:53,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/66626d64-6104-4cbd-ac93-ad52f40cd8a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4887703ee2f1e978bdb248102e1aaddbca86827f" 2018-10-04 15:30:55,782 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-db21a2ff-b0e1-4afa-a202-43ebb79516d1 Date: Thu, 04 Oct 2018 15:30:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:30:55,783 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/66626d64-6104-4cbd-ac93-ad52f40cd8a1 used request id req-db21a2ff-b0e1-4afa-a202-43ebb79516d1 2018-10-04 15:30:55,783 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-pub-net 2018-10-04 15:30:55,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/993a0071-04c6-4bcd-9fb8-e7d073378b7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4887703ee2f1e978bdb248102e1aaddbca86827f" 2018-10-04 15:30:57,060 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-99a4a4c5-deb2-446a-8238-3afd3fbbce83 Date: Thu, 04 Oct 2018 15:30:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:30:57,060 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/993a0071-04c6-4bcd-9fb8-e7d073378b7e used request id req-99a4a4c5-deb2-446a-8238-3afd3fbbce83 2018-10-04 15:30:57,061 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-32640593-084d-4001-966a-6cdea35bf176-image 2018-10-04 15:30:57,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/db4c5092-6afd-40ab-8b61-43d9c50c1757 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}866ef79d06e09e354dcb64ae50051f9b635de843" 2018-10-04 15:30:58,214 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5c595ce1-55ad-4cdc-abf8-63be50f5de2e Date: Thu, 04 Oct 2018 15:30:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:30:58,215 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/db4c5092-6afd-40ab-8b61-43d9c50c1757 used request id req-5c595ce1-55ad-4cdc-abf8-63be50f5de2e 2018-10-04 15:30:58,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3e9faf0d5240d97d69685014ae95ea76f17a3a" 2018-10-04 15:30:58,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-d5972e76-cad7-44b9-b67c-fb36137603da Date: Thu, 04 Oct 2018 15:30:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:29:52Z", "updated_at": "2018-10-04T15:29:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:29:52Z", "revision_number": 0, "id": "45aa22df-e5d9-4864-a00d-0e4d1d09a581", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:29:52Z", "security_group_id": "be3448b2-ed4b-40bc-bd9b-559be1d5403b", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "port_range_min": null, "ethertype": "IPv4", "project_id": "83d99e12f21e4977bc301220dab7b817"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:29:52Z", "revision_number": 0, "id": "ad5d889f-c31a-48a1-81c6-f43d36ef6b11", "remote_group_id": "be3448b2-ed4b-40bc-bd9b-559be1d5403b", "remote_ip_prefix": null, "created_at": "2018-10-04T15:29:52Z", "security_group_id": "be3448b2-ed4b-40bc-bd9b-559be1d5403b", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "port_range_min": null, "ethertype": "IPv6", "project_id": "83d99e12f21e4977bc301220dab7b817"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:29:52Z", "revision_number": 0, "id": "d911b0a2-0705-461a-a857-fea5c98ac3ef", "remote_group_id": "be3448b2-ed4b-40bc-bd9b-559be1d5403b", "remote_ip_prefix": null, "created_at": "2018-10-04T15:29:52Z", "security_group_id": "be3448b2-ed4b-40bc-bd9b-559be1d5403b", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "port_range_min": null, "ethertype": "IPv4", "project_id": "83d99e12f21e4977bc301220dab7b817"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:29:52Z", "revision_number": 0, "id": "e45fd9aa-4ebd-4ecb-8f19-76e9e7ea72ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:29:52Z", "security_group_id": "be3448b2-ed4b-40bc-bd9b-559be1d5403b", "tenant_id": "83d99e12f21e4977bc301220dab7b817", "port_range_min": null, "ethertype": "IPv6", "project_id": "83d99e12f21e4977bc301220dab7b817"}], "revision_number": 4, "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "be3448b2-ed4b-40bc-bd9b-559be1d5403b", "name": "default"}]} 2018-10-04 15:30:58,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-d5972e76-cad7-44b9-b67c-fb36137603da 2018-10-04 15:30:58,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3e9faf0d5240d97d69685014ae95ea76f17a3a" 2018-10-04 15:30:58,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8a94d14-2836-42da-b171-19c41e4df8b6 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:30:58,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-d8a94d14-2836-42da-b171-19c41e4df8b6 2018-10-04 15:30:58,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3e9faf0d5240d97d69685014ae95ea76f17a3a" 2018-10-04 15:30:58,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30cdcc6a-6297-4def-bfcb-c0d5d97e4f99 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:30:58,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-30cdcc6a-6297-4def-bfcb-c0d5d97e4f99 2018-10-04 15:30:58,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3e9faf0d5240d97d69685014ae95ea76f17a3a" 2018-10-04 15:30:59,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2922c6f-74a4-4547-b384-0df589995bf1 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:30:59,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-b2922c6f-74a4-4547-b384-0df589995bf1 2018-10-04 15:30:59,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3e9faf0d5240d97d69685014ae95ea76f17a3a" 2018-10-04 15:30:59,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f990247-f76a-43a8-9633-1e2987ec6269 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817"}, "enabled": true, "id": "83d99e12f21e4977bc301220dab7b817", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj"}} 2018-10-04 15:30:59,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 used request id req-1f990247-f76a-43a8-9633-1e2987ec6269 2018-10-04 15:30:59,147 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - be3448b2-ed4b-40bc-bd9b-559be1d5403b 2018-10-04 15:30:59,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=be3448b2-ed4b-40bc-bd9b-559be1d5403b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3e9faf0d5240d97d69685014ae95ea76f17a3a" 2018-10-04 15:30:59,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-941078ce-2777-492d-8c3b-d412c9352d72 Date: Thu, 04 Oct 2018 15:30:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:29:52Z", "security_group_id": "be3448b2-ed4b-40bc-bd9b-559be1d5403b", "port_range_min": null, "revision_number": 0, "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:29:52Z", "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "45aa22df-e5d9-4864-a00d-0e4d1d09a581"}, {"remote_group_id": "be3448b2-ed4b-40bc-bd9b-559be1d5403b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:29:52Z", "security_group_id": "be3448b2-ed4b-40bc-bd9b-559be1d5403b", "port_range_min": null, "revision_number": 0, "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:29:52Z", "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "ad5d889f-c31a-48a1-81c6-f43d36ef6b11"}, {"remote_group_id": "be3448b2-ed4b-40bc-bd9b-559be1d5403b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:29:52Z", "security_group_id": "be3448b2-ed4b-40bc-bd9b-559be1d5403b", "port_range_min": null, "revision_number": 0, "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:29:52Z", "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "d911b0a2-0705-461a-a857-fea5c98ac3ef"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:29:52Z", "security_group_id": "be3448b2-ed4b-40bc-bd9b-559be1d5403b", "port_range_min": null, "revision_number": 0, "tenant_id": "83d99e12f21e4977bc301220dab7b817", "created_at": "2018-10-04T15:29:52Z", "project_id": "83d99e12f21e4977bc301220dab7b817", "id": "e45fd9aa-4ebd-4ecb-8f19-76e9e7ea72ac"}]} 2018-10-04 15:30:59,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=be3448b2-ed4b-40bc-bd9b-559be1d5403b used request id req-941078ce-2777-492d-8c3b-d412c9352d72 2018-10-04 15:30:59,328 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:30:59,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/be3448b2-ed4b-40bc-bd9b-559be1d5403b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3e9faf0d5240d97d69685014ae95ea76f17a3a" 2018-10-04 15:30:59,612 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8b18f2dc-be9a-444c-b978-a40778f9b715 Content-Length: 0 Date: Thu, 04 Oct 2018 15:30:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:30:59,613 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/be3448b2-ed4b-40bc-bd9b-559be1d5403b used request id req-8b18f2dc-be9a-444c-b978-a40778f9b715 2018-10-04 15:30:59,613 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj 2018-10-04 15:30:59,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3e9faf0d5240d97d69685014ae95ea76f17a3a" 2018-10-04 15:30:59,815 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:30:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a21fb16-48ac-4d47-b687-595516e01dce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:30:59,815 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/83d99e12f21e4977bc301220dab7b817 used request id req-9a21fb16-48ac-4d47-b687-595516e01dce 2018-10-04 15:30:59,816 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-c7427822-8d20-469-proj-role 2018-10-04 15:30:59,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/9062178366114d9c9744747e567e7b64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3e9faf0d5240d97d69685014ae95ea76f17a3a" 2018-10-04 15:30:59,932 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:30:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3dbaae55-c00b-4247-b67e-79c5e8e5628e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:30:59,933 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/9062178366114d9c9744747e567e7b64 used request id req-3dbaae55-c00b-4247-b67e-79c5e8e5628e 2018-10-04 15:30:59,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3e9faf0d5240d97d69685014ae95ea76f17a3a" 2018-10-04 15:31:00,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:30:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f94cb6c-6776-45a2-9c7e-015248c22fe7 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:31:00,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0f94cb6c-6776-45a2-9c7e-015248c22fe7 2018-10-04 15:31:00,026 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-c7427822-8d20-469-user 2018-10-04 15:31:00,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/f5c53231909b4164b8752aa7e0725c7b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1de6d45a21002605ef369ffb5a3f93e66f5f6f3b" 2018-10-04 15:31:00,243 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:31:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b53bfde-8557-4bd0-92c1-f1a4b407b9af Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:31:00,243 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/f5c53231909b4164b8752aa7e0725c7b used request id req-3b53bfde-8557-4bd0-92c1-f1a4b407b9af 2018-10-04 15:31:00,245 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:31:00,711 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:31:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["qURrWq-aQpyobKSuphhfIA"], "issued_at": "2018-10-04T15:31:00.000000Z"}} 2018-10-04 15:31:00,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afff1c198f123e6cd595657ca2f1c37679736dc5" 2018-10-04 15:31:00,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1394307a-fa3a-4763-94c1-12fab048e6e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:31:00,804 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1394307a-fa3a-4763-94c1-12fab048e6e8 2018-10-04 15:31:00,806 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:31:00,807 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:31:01,184 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:31:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["fL0VzqzwSJKYrvzl0sGa1w"], "issued_at": "2018-10-04T15:31:01.000000Z"}} 2018-10-04 15:31:01,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bca97ecab67004e9722d09680e19f42a941e33e" 2018-10-04 15:31:01,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3d2adbf-936c-465c-940c-b727c94b4688 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:31:01,269 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c3d2adbf-936c-465c-940c-b727c94b4688 2018-10-04 15:31:01,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:31:01,279 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:31:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:31:01,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bca97ecab67004e9722d09680e19f42a941e33e" 2018-10-04 15:31:01,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4e621e3-8adb-43e0-b5f6-9b846fbcedad Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:31:01,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj used request id req-b4e621e3-8adb-43e0-b5f6-9b846fbcedad 2018-10-04 15:31:01,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bca97ecab67004e9722d09680e19f42a941e33e" 2018-10-04 15:31:01,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0308871-c4ce-4bd0-bcae-fe319aa72dcf Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:31:01,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-c0308871-c4ce-4bd0-bcae-fe319aa72dcf 2018-10-04 15:31:01,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bca97ecab67004e9722d09680e19f42a941e33e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}}' 2018-10-04 15:31:01,609 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:31:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-817b64ba-4bb1-4450-b361-661977d52e36 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06"}, "enabled": true, "id": "edba7c7adc384b8d897753576ee22c06", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}} 2018-10-04 15:31:01,610 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-817b64ba-4bb1-4450-b361-661977d52e36 2018-10-04 15:31:01,610 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj 2018-10-04 15:31:01,610 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:31:01,611 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:31:01,994 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:31:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["Sht2nRjTQtqBJjQ-slFyVA"], "issued_at": "2018-10-04T15:31:01.000000Z"}} 2018-10-04 15:31:01,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5f1aafeadcd4aa63216a9fed164b54241926cc1" 2018-10-04 15:31:02,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b7d101f-ec7f-47d4-b514-7030960e28e9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:31:02,077 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2b7d101f-ec7f-47d4-b514-7030960e28e9 2018-10-04 15:31:02,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:31:02,087 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:31:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:31:02,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5f1aafeadcd4aa63216a9fed164b54241926cc1" 2018-10-04 15:31:02,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6951ec5a-264b-4bec-b748-afbfa62e3a6f Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:31:02,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6951ec5a-264b-4bec-b748-afbfa62e3a6f 2018-10-04 15:31:02,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5f1aafeadcd4aa63216a9fed164b54241926cc1" 2018-10-04 15:31:02,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0e936dc-1d32-45c8-a2b8-b24d83c989cc Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06"}, "enabled": true, "id": "edba7c7adc384b8d897753576ee22c06", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}]} 2018-10-04 15:31:02,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj used request id req-d0e936dc-1d32-45c8-a2b8-b24d83c989cc 2018-10-04 15:31:02,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5f1aafeadcd4aa63216a9fed164b54241926cc1" 2018-10-04 15:31:02,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79f1d3e8-2a3e-4e4d-bf0e-562ef6dc4368 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:31:02,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-79f1d3e8-2a3e-4e4d-bf0e-562ef6dc4368 2018-10-04 15:31:02,747 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-user 2018-10-04 15:31:02,747 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:31:02,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bca97ecab67004e9722d09680e19f42a941e33e" 2018-10-04 15:31:02,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-090f2c18-3e57-40c4-8c14-78019dc7f02b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:31:02,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-090f2c18-3e57-40c4-8c14-78019dc7f02b 2018-10-04 15:31:02,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bca97ecab67004e9722d09680e19f42a941e33e" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj-role"}}' 2018-10-04 15:31:02,999 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:31:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e08dae9-a1ab-4d54-8a82-a7c8a9454048 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "11456931ac8945499bd36e907645b65f", "links": {"self": "http://172.30.9.23:5000/v3/roles/11456931ac8945499bd36e907645b65f"}, "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj-role"}} 2018-10-04 15:31:02,999 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-0e08dae9-a1ab-4d54-8a82-a7c8a9454048 2018-10-04 15:31:02,999 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj-role 2018-10-04 15:31:03,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/11456931ac8945499bd36e907645b65f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bca97ecab67004e9722d09680e19f42a941e33e" 2018-10-04 15:31:03,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74c9e269-7aa3-4b30-8fcc-fb7091fe0d47 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/11456931ac8945499bd36e907645b65f"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj-role", "id": "11456931ac8945499bd36e907645b65f"}} 2018-10-04 15:31:03,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/11456931ac8945499bd36e907645b65f used request id req-74c9e269-7aa3-4b30-8fcc-fb7091fe0d47 2018-10-04 15:31:03,085 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj-role to project CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj 2018-10-04 15:31:03,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06/users/db01f60b34924f4aa824e870a9543136/roles/11456931ac8945499bd36e907645b65f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bca97ecab67004e9722d09680e19f42a941e33e" 2018-10-04 15:31:03,216 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:31:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86590b92-f59e-47c0-9bb1-9b8d608dbf9a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:31:03,216 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06/users/db01f60b34924f4aa824e870a9543136/roles/11456931ac8945499bd36e907645b65f used request id req-86590b92-f59e-47c0-9bb1-9b8d608dbf9a 2018-10-04 15:31:03,217 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:31:03,218 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:31:03,218 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:31:03,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:31:03,599 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11456931ac8945499bd36e907645b65f", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj-role"}], "expires_at": "2018-10-04T16:31:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "edba7c7adc384b8d897753576ee22c06", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-user", "id": "db01f60b34924f4aa824e870a9543136"}, "audit_ids": ["A6VW0b3sTRGm_k40acmaUQ"], "issued_at": "2018-10-04T15:31:03.000000Z"}} 2018-10-04 15:31:03,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d75b9f5d851b5267f543a2cf8dede33c3b98058e" 2018-10-04 15:31:03,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1352c790-4006-4b3f-920e-0834815dd342 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:31:03,677 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1352c790-4006-4b3f-920e-0834815dd342 2018-10-04 15:31:03,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d75b9f5d851b5267f543a2cf8dede33c3b98058e" 2018-10-04 15:31:03,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-d74c7136-0ea3-45ee-9ea1-c224a6a5ba67 Date: Thu, 04 Oct 2018 15:31:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-image"} 2018-10-04 15:31:03,859 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-image used request id req-d74c7136-0ea3-45ee-9ea1-c224a6a5ba67 2018-10-04 15:31:03,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d75b9f5d851b5267f543a2cf8dede33c3b98058e" 2018-10-04 15:31:04,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-31854b7f-6f4f-482f-96e9-15a701fa59b4 Date: Thu, 04 Oct 2018 15:31:04 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:31:04,021 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-31854b7f-6f4f-482f-96e9-15a701fa59b4 2018-10-04 15:31:04,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d75b9f5d851b5267f543a2cf8dede33c3b98058e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-image"}' 2018-10-04 15:31:04,256 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/2a4144ee-31dc-4492-9989-d2f71dd53e29 X-Openstack-Request-Id: req-c160bc6a-0046-4c8c-8f36-b40eba67a3d8 Date: Thu, 04 Oct 2018 15:31:04 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:31:04Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:31:04Z", "visibility": "shared", "locations": [], "self": "/v2/images/2a4144ee-31dc-4492-9989-d2f71dd53e29", "min_disk": 0, "protected": false, "id": "2a4144ee-31dc-4492-9989-d2f71dd53e29", "file": "/v2/images/2a4144ee-31dc-4492-9989-d2f71dd53e29/file", "checksum": null, "owner": "edba7c7adc384b8d897753576ee22c06", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:31:04,256 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-c160bc6a-0046-4c8c-8f36-b40eba67a3d8 2018-10-04 15:31:04,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/2a4144ee-31dc-4492-9989-d2f71dd53e29/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d75b9f5d851b5267f543a2cf8dede33c3b98058e" -d '' 2018-10-04 15:31:05,803 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-037fc6b6-3809-4fa3-9fe0-17e10264bbdc Date: Thu, 04 Oct 2018 15:31:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:31:05,803 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/2a4144ee-31dc-4492-9989-d2f71dd53e29/file used request id req-037fc6b6-3809-4fa3-9fe0-17e10264bbdc 2018-10-04 15:31:05,804 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:31:05,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/2a4144ee-31dc-4492-9989-d2f71dd53e29 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d75b9f5d851b5267f543a2cf8dede33c3b98058e" 2018-10-04 15:31:05,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-a4e6ca9e-d01a-4a05-b157-dfa6580af0c6 Date: Thu, 04 Oct 2018 15:31:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:31:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:31:05Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/2a4144ee-31dc-4492-9989-d2f71dd53e29/snap", "metadata": {}}], "self": "/v2/images/2a4144ee-31dc-4492-9989-d2f71dd53e29", "min_disk": 0, "protected": false, "id": "2a4144ee-31dc-4492-9989-d2f71dd53e29", "file": "/v2/images/2a4144ee-31dc-4492-9989-d2f71dd53e29/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "edba7c7adc384b8d897753576ee22c06", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/2a4144ee-31dc-4492-9989-d2f71dd53e29/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:31:05,972 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/2a4144ee-31dc-4492-9989-d2f71dd53e29 used request id req-a4e6ca9e-d01a-4a05-b157-dfa6580af0c6 2018-10-04 15:31:05,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d75b9f5d851b5267f543a2cf8dede33c3b98058e" 2018-10-04 15:31:06,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-816d44bf-2a60-4356-8da6-3e20bbebe352 Date: Thu, 04 Oct 2018 15:31:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:31:06,126 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-816d44bf-2a60-4356-8da6-3e20bbebe352 2018-10-04 15:31:06,129 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-image 2018-10-04 15:31:06,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/2a4144ee-31dc-4492-9989-d2f71dd53e29 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d75b9f5d851b5267f543a2cf8dede33c3b98058e" 2018-10-04 15:31:06,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-a18a2b7c-4817-494f-bed4-f06c57572e42 Date: Thu, 04 Oct 2018 15:31:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:31:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:31:05Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/2a4144ee-31dc-4492-9989-d2f71dd53e29/snap", "metadata": {}}], "self": "/v2/images/2a4144ee-31dc-4492-9989-d2f71dd53e29", "min_disk": 0, "protected": false, "id": "2a4144ee-31dc-4492-9989-d2f71dd53e29", "file": "/v2/images/2a4144ee-31dc-4492-9989-d2f71dd53e29/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "edba7c7adc384b8d897753576ee22c06", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/2a4144ee-31dc-4492-9989-d2f71dd53e29/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:31:06,297 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/2a4144ee-31dc-4492-9989-d2f71dd53e29 used request id req-a18a2b7c-4817-494f-bed4-f06c57572e42 2018-10-04 15:31:06,298 - create_image - DEBUG - Instance status is - active 2018-10-04 15:31:06,298 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-image 2018-10-04 15:31:06,298 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-image 2018-10-04 15:31:06,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:31:06,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:31:06,680 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11456931ac8945499bd36e907645b65f", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj-role"}], "expires_at": "2018-10-04T16:31:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "edba7c7adc384b8d897753576ee22c06", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-user", "id": "db01f60b34924f4aa824e870a9543136"}, "audit_ids": ["rU11RPOlTTKCUdYIwjvuQg"], "issued_at": "2018-10-04T15:31:06.000000Z"}} 2018-10-04 15:31:06,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}451202a6c8b2d0fae4c4273e41e51b4d4d0c9c78" 2018-10-04 15:31:06,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e0d772b-25d8-4fbe-8670-598be9a86205 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:31:06,756 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7e0d772b-25d8-4fbe-8670-598be9a86205 2018-10-04 15:31:06,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}451202a6c8b2d0fae4c4273e41e51b4d4d0c9c78" 2018-10-04 15:31:06,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-361c2acf-833d-4d77-acb5-db773aba0c8b Date: Thu, 04 Oct 2018 15:31:06 GMT RESP BODY: {"networks":[]} 2018-10-04 15:31:06,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net used request id req-361c2acf-833d-4d77-acb5-db773aba0c8b 2018-10-04 15:31:06,923 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net 2018-10-04 15:31:06,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}451202a6c8b2d0fae4c4273e41e51b4d4d0c9c78" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net", "admin_state_up": true}}' 2018-10-04 15:31:07,487 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-202833d3-56e8-4a3e-933f-12ce56c930ed Date: Thu, 04 Oct 2018 15:31:07 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:31:07Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:07Z","mtu":1450}} 2018-10-04 15:31:07,487 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-202833d3-56e8-4a3e-933f-12ce56c930ed 2018-10-04 15:31:07,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=d9215bdb-0767-41d1-8b8d-c7b243761c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}451202a6c8b2d0fae4c4273e41e51b4d4d0c9c78" 2018-10-04 15:31:07,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-f9a84e12-05af-4cad-a793-8cc35d58f739 Date: Thu, 04 Oct 2018 15:31:07 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-10-04T15:31:07Z","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"edba7c7adc384b8d897753576ee22c06","id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net"}]} 2018-10-04 15:31:07,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=d9215bdb-0767-41d1-8b8d-c7b243761c8e used request id req-f9a84e12-05af-4cad-a793-8cc35d58f739 2018-10-04 15:31:07,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}451202a6c8b2d0fae4c4273e41e51b4d4d0c9c78" 2018-10-04 15:31:07,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a22488de-5bb7-48da-8df1-1cf7831c5b56 Date: Thu, 04 Oct 2018 15:31:07 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:31:07,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e used request id req-a22488de-5bb7-48da-8df1-1cf7831c5b56 2018-10-04 15:31:07,903 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-subnet 2018-10-04 15:31:07,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}451202a6c8b2d0fae4c4273e41e51b4d4d0c9c78" -d '{"subnets": [{"ip_version": 4, "network_id": "d9215bdb-0767-41d1-8b8d-c7b243761c8e", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-subnet"}]}' 2018-10-04 15:31:08,638 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-29eff0c8-2dbc-44b4-99af-2770f55398a2 Date: Thu, 04 Oct 2018 15:31:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:08Z","dns_nameservers":[],"updated_at":"2018-10-04T15:31:08Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"edba7c7adc384b8d897753576ee22c06","id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-subnet"}]} 2018-10-04 15:31:08,638 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-29eff0c8-2dbc-44b4-99af-2770f55398a2 2018-10-04 15:31:08,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=d9215bdb-0767-41d1-8b8d-c7b243761c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}451202a6c8b2d0fae4c4273e41e51b4d4d0c9c78" 2018-10-04 15:31:08,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-269a164d-2155-40db-be17-f7a58afb99d4 Date: Thu, 04 Oct 2018 15:31:08 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":["f34f0cf3-ba52-4026-a497-d421cfc8eea8"],"updated_at":"2018-10-04T15:31:08Z","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"edba7c7adc384b8d897753576ee22c06","id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net"}]} 2018-10-04 15:31:08,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=d9215bdb-0767-41d1-8b8d-c7b243761c8e used request id req-269a164d-2155-40db-be17-f7a58afb99d4 2018-10-04 15:31:08,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}451202a6c8b2d0fae4c4273e41e51b4d4d0c9c78" 2018-10-04 15:31:09,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c87108f1-fce6-464f-a1b8-aad3f82fb0e6 Date: Thu, 04 Oct 2018 15:31:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:08Z","dns_nameservers":[],"updated_at":"2018-10-04T15:31:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"edba7c7adc384b8d897753576ee22c06","id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-subnet"}]} 2018-10-04 15:31:09,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e used request id req-c87108f1-fce6-464f-a1b8-aad3f82fb0e6 2018-10-04 15:31:09,102 - OpenStackNetwork - DEBUG - Network [d9215bdb-0767-41d1-8b8d-c7b243761c8e] created successfully 2018-10-04 15:31:09,102 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:31:09,103 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:31:09,470 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11456931ac8945499bd36e907645b65f", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj-role"}], "expires_at": "2018-10-04T16:31:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "edba7c7adc384b8d897753576ee22c06", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-user", "id": "db01f60b34924f4aa824e870a9543136"}, "audit_ids": ["jbRetBb8QxqnQVaP7Qr00Q"], "issued_at": "2018-10-04T15:31:09.000000Z"}} 2018-10-04 15:31:09,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7265ff65615f2c1fbad1cb0f2418f1aa5837b784" 2018-10-04 15:31:09,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd558395-f545-4b6c-93ba-0df16f35833d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:31:09,552 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cd558395-f545-4b6c-93ba-0df16f35833d 2018-10-04 15:31:09,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7265ff65615f2c1fbad1cb0f2418f1aa5837b784" 2018-10-04 15:31:09,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-39e9dc7e-9abb-4d28-bf80-df81fff02994 Date: Thu, 04 Oct 2018 15:31:09 GMT RESP BODY: {"routers": []} 2018-10-04 15:31:09,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-router&admin_state_up=True used request id req-39e9dc7e-9abb-4d28-bf80-df81fff02994 2018-10-04 15:31:09,771 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:31:09,771 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:31:10,165 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11456931ac8945499bd36e907645b65f", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj-role"}], "expires_at": "2018-10-04T16:31:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "edba7c7adc384b8d897753576ee22c06", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-user", "id": "db01f60b34924f4aa824e870a9543136"}, "audit_ids": ["vEWOIt6xQ8O_BCBxLCwCJQ"], "issued_at": "2018-10-04T15:31:10.000000Z"}} 2018-10-04 15:31:10,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a8f6276a5e50216d1980a29c44e7ea0d3d40ed4" 2018-10-04 15:31:10,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2647a7fb-b154-45de-b376-cd05bf1b31fb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:31:10,239 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2647a7fb-b154-45de-b376-cd05bf1b31fb 2018-10-04 15:31:10,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7265ff65615f2c1fbad1cb0f2418f1aa5837b784" 2018-10-04 15:31:10,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-1b1fe3b1-15a8-47ae-aa61-643b2bfebb14 Date: Thu, 04 Oct 2018 15:31:10 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:31:10,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-1b1fe3b1-15a8-47ae-aa61-643b2bfebb14 2018-10-04 15:31:10,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7265ff65615f2c1fbad1cb0f2418f1aa5837b784" 2018-10-04 15:31:10,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7ef12ebe-01a4-4950-a66e-a71ed02212e4 Date: Thu, 04 Oct 2018 15:31:10 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:31:10,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-7ef12ebe-01a4-4950-a66e-a71ed02212e4 2018-10-04 15:31:10,679 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-router 2018-10-04 15:31:10,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7265ff65615f2c1fbad1cb0f2418f1aa5837b784" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-router", "admin_state_up": true}}' 2018-10-04 15:31:15,792 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-32ac9f50-9c1c-4e19-ad83-bf3bd6b92cee Date: Thu, 04 Oct 2018 15:31:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:11Z", "admin_state_up": true, "updated_at": "2018-10-04T15:31:12Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "5eaa36b6-5de4-44c5-a65f-3cc316ed34ba", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-router"}} 2018-10-04 15:31:15,792 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-32ac9f50-9c1c-4e19-ad83-bf3bd6b92cee 2018-10-04 15:31:15,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=5eaa36b6-5de4-44c5-a65f-3cc316ed34ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7265ff65615f2c1fbad1cb0f2418f1aa5837b784" 2018-10-04 15:31:15,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9a97476c-2e73-4af4-8ea4-a10416cc9a3f Date: Thu, 04 Oct 2018 15:31:15 GMT RESP BODY: {"ports":[]} 2018-10-04 15:31:15,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=5eaa36b6-5de4-44c5-a65f-3cc316ed34ba used request id req-9a97476c-2e73-4af4-8ea4-a10416cc9a3f 2018-10-04 15:31:15,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7265ff65615f2c1fbad1cb0f2418f1aa5837b784" 2018-10-04 15:31:16,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-695920fc-2d56-46cf-9e06-c5a2805680e1 Date: Thu, 04 Oct 2018 15:31:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f34f0cf3-ba52-4026-a497-d421cfc8eea8"],"updated_at":"2018-10-04T15:31:08Z","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"edba7c7adc384b8d897753576ee22c06","id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net"}]} 2018-10-04 15:31:16,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net used request id req-695920fc-2d56-46cf-9e06-c5a2805680e1 2018-10-04 15:31:16,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:31:16,248 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:31:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:31:16,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7265ff65615f2c1fbad1cb0f2418f1aa5837b784" 2018-10-04 15:31:16,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9b34151-3350-492f-84b3-a47bddc6c281 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06"}, "enabled": true, "id": "edba7c7adc384b8d897753576ee22c06", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}} 2018-10-04 15:31:16,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 used request id req-c9b34151-3350-492f-84b3-a47bddc6c281 2018-10-04 15:31:16,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7265ff65615f2c1fbad1cb0f2418f1aa5837b784" 2018-10-04 15:31:16,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4ff43c14-6c96-497c-9379-afd39106ff7e Date: Thu, 04 Oct 2018 15:31:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:08Z","dns_nameservers":[],"updated_at":"2018-10-04T15:31:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"edba7c7adc384b8d897753576ee22c06","id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-subnet"}]} 2018-10-04 15:31:16,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e used request id req-4ff43c14-6c96-497c-9379-afd39106ff7e 2018-10-04 15:31:16,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e&name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7265ff65615f2c1fbad1cb0f2418f1aa5837b784" 2018-10-04 15:31:16,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1eec870e-a66a-43ea-ac6b-5b539c8554dc Date: Thu, 04 Oct 2018 15:31:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:08Z","dns_nameservers":[],"updated_at":"2018-10-04T15:31:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"edba7c7adc384b8d897753576ee22c06","id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-subnet"}]} 2018-10-04 15:31:16,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e&name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-subnet used request id req-1eec870e-a66a-43ea-ac6b-5b539c8554dc 2018-10-04 15:31:16,800 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-04 15:31:16,800 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-router 2018-10-04 15:31:16,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/5eaa36b6-5de4-44c5-a65f-3cc316ed34ba/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7265ff65615f2c1fbad1cb0f2418f1aa5837b784" -d '{"subnet_id": "f34f0cf3-ba52-4026-a497-d421cfc8eea8"}' 2018-10-04 15:31:18,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-346d5a57-d134-4695-a2e6-e3ae16d1d56f Date: Thu, 04 Oct 2018 15:31:18 GMT RESP BODY: {"network_id": "d9215bdb-0767-41d1-8b8d-c7b243761c8e", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "subnet_id": "f34f0cf3-ba52-4026-a497-d421cfc8eea8", "subnet_ids": ["f34f0cf3-ba52-4026-a497-d421cfc8eea8"], "port_id": "79edefb0-3fdc-4e70-944c-d567bd447b99", "id": "5eaa36b6-5de4-44c5-a65f-3cc316ed34ba"} 2018-10-04 15:31:18,881 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/5eaa36b6-5de4-44c5-a65f-3cc316ed34ba/add_router_interface used request id req-346d5a57-d134-4695-a2e6-e3ae16d1d56f 2018-10-04 15:31:18,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/5eaa36b6-5de4-44c5-a65f-3cc316ed34ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7265ff65615f2c1fbad1cb0f2418f1aa5837b784" 2018-10-04 15:31:19,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-1246abd4-62fc-4d38-885c-1e136de67b9f Date: Thu, 04 Oct 2018 15:31:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:11Z", "admin_state_up": true, "updated_at": "2018-10-04T15:31:17Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "5eaa36b6-5de4-44c5-a65f-3cc316ed34ba", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-router"}} 2018-10-04 15:31:19,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/5eaa36b6-5de4-44c5-a65f-3cc316ed34ba used request id req-1246abd4-62fc-4d38-885c-1e136de67b9f 2018-10-04 15:31:19,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=5eaa36b6-5de4-44c5-a65f-3cc316ed34ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7265ff65615f2c1fbad1cb0f2418f1aa5837b784" 2018-10-04 15:31:19,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-a247b851-eca0-430c-baf8-f1eccf22919d Date: Thu, 04 Oct 2018 15:31:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:18Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.1"}],"id":"79edefb0-3fdc-4e70-944c-d567bd447b99","security_groups":[],"mac_address":"fa:16:3e:49:73:30","project_id":"edba7c7adc384b8d897753576ee22c06","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:17Z","binding:vnic_type":"normal","device_id":"5eaa36b6-5de4-44c5-a65f-3cc316ed34ba"}]} 2018-10-04 15:31:19,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=5eaa36b6-5de4-44c5-a65f-3cc316ed34ba used request id req-a247b851-eca0-430c-baf8-f1eccf22919d 2018-10-04 15:31:19,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/f34f0cf3-ba52-4026-a497-d421cfc8eea8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7265ff65615f2c1fbad1cb0f2418f1aa5837b784" 2018-10-04 15:31:19,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-3fdd1122-c335-45cc-88b2-4a9c80b3f14c Date: Thu, 04 Oct 2018 15:31:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:08Z","dns_nameservers":[],"updated_at":"2018-10-04T15:31:08Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"edba7c7adc384b8d897753576ee22c06","id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-subnet"}} 2018-10-04 15:31:19,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/f34f0cf3-ba52-4026-a497-d421cfc8eea8 used request id req-3fdd1122-c335-45cc-88b2-4a9c80b3f14c 2018-10-04 15:31:19,217 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:31:19,218 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:31:19,598 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:31:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["sGMiH16FRH2KvSxmYG8ciA"], "issued_at": "2018-10-04T15:31:19.000000Z"}} 2018-10-04 15:31:19,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d98753a6d01a2121c54b41f06177f640bb9fce3e" 2018-10-04 15:31:19,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a93cf2b1-d167-404c-a68f-f04a73e5a54d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:31:19,679 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a93cf2b1-d167-404c-a68f-f04a73e5a54d 2018-10-04 15:31:19,680 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:31:19,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d98753a6d01a2121c54b41f06177f640bb9fce3e" 2018-10-04 15:31:19,864 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-49982a22-40c2-4a2b-9e68-f48b4f709d2f x-compute-request-id: req-49982a22-40c2-4a2b-9e68-f48b4f709d2f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:31:19,864 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-49982a22-40c2-4a2b-9e68-f48b4f709d2f 2018-10-04 15:31:19,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d98753a6d01a2121c54b41f06177f640bb9fce3e" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:31:19,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9f431ae9-8c67-422a-a2de-a1fcf93d2678 x-compute-request-id: req-9f431ae9-8c67-422a-a2de-a1fcf93d2678 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:31:19,914 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9f431ae9-8c67-422a-a2de-a1fcf93d2678 2018-10-04 15:31:19,914 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:31:19,915 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:31:20,284 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11456931ac8945499bd36e907645b65f", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj-role"}], "expires_at": "2018-10-04T16:31:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "edba7c7adc384b8d897753576ee22c06", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-user", "id": "db01f60b34924f4aa824e870a9543136"}, "audit_ids": ["I3gQTuf-TbGXIdA0Snx5dA"], "issued_at": "2018-10-04T15:31:20.000000Z"}} 2018-10-04 15:31:20,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d200e79102946d03490136d764fd6227b0d371" 2018-10-04 15:31:20,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c21f9513-c9a6-44cf-b4f3-d09c7a94fd1d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:31:20,354 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c21f9513-c9a6-44cf-b4f3-d09c7a94fd1d 2018-10-04 15:31:20,355 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:31:20,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d200e79102946d03490136d764fd6227b0d371" 2018-10-04 15:31:20,518 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31: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-93d90fc4-ae4f-4a5a-ad1b-b63952612fc9 x-compute-request-id: req-93d90fc4-ae4f-4a5a-ad1b-b63952612fc9 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-04 15:31:20,518 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-93d90fc4-ae4f-4a5a-ad1b-b63952612fc9 2018-10-04 15:31:20,519 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-kp... 2018-10-04 15:31:20,519 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 15:31:20,552 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-kp 2018-10-04 15:31:20,554 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d200e79102946d03490136d764fd6227b0d371" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC8n5YmnSg9xvGQmasvAdg+MeYrM+4729X9AohGooq1/haZjjqEy1aZ4NpkzqdN92jrwLdhrOpWsdLLTh5CrNxdtHE0awpVMRhjet37BKdilfnjZmb3KrI7+CQkdOVRTZwNB2ae966+HMxt99GarLC5JDjDI3heq+V57KD2ajkBRQ==", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-kp"}}' 2018-10-04 15:31:20,610 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31: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-97f4da08-7188-48d9-9358-28a7b53ab400 x-compute-request-id: req-97f4da08-7188-48d9-9358-28a7b53ab400 Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC8n5YmnSg9xvGQmasvAdg+MeYrM+4729X9AohGooq1/haZjjqEy1aZ4NpkzqdN92jrwLdhrOpWsdLLTh5CrNxdtHE0awpVMRhjet37BKdilfnjZmb3KrI7+CQkdOVRTZwNB2ae966+HMxt99GarLC5JDjDI3heq+V57KD2ajkBRQ==", "user_id": "db01f60b34924f4aa824e870a9543136", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-kp", "fingerprint": "3f:54:52:5e:5c:39:ae:7f:d1:88:7b:4b:d9:0c:58:4f"}} 2018-10-04 15:31:20,611 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-97f4da08-7188-48d9-9358-28a7b53ab400 2018-10-04 15:31:20,613 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401.pub 2018-10-04 15:31:20,614 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401 2018-10-04 15:31:20,614 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:31:20,615 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:31:20,997 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11456931ac8945499bd36e907645b65f", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj-role"}], "expires_at": "2018-10-04T16:31:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "edba7c7adc384b8d897753576ee22c06", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-user", "id": "db01f60b34924f4aa824e870a9543136"}, "audit_ids": ["XJv1QFS9REmgKzMDkCWidw"], "issued_at": "2018-10-04T15:31:21.000000Z"}} 2018-10-04 15:31:20,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8941cc8c6d17d6f7b87a0aab80c95372293c8f" 2018-10-04 15:31:21,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c570163e-309f-4ca1-841b-1952cd9f42f1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:31:21,081 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c570163e-309f-4ca1-841b-1952cd9f42f1 2018-10-04 15:31:21,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8941cc8c6d17d6f7b87a0aab80c95372293c8f" 2018-10-04 15:31:21,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-b4bc774a-1d5e-4e89-98b4-5c6648efaecc Date: Thu, 04 Oct 2018 15:31:21 GMT RESP BODY: {"security_groups": []} 2018-10-04 15:31:21,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp used request id req-b4bc774a-1d5e-4e89-98b4-5c6648efaecc 2018-10-04 15:31:21,278 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp... 2018-10-04 15:31:21,278 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp 2018-10-04 15:31:21,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8941cc8c6d17d6f7b87a0aab80c95372293c8f" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp"}}' 2018-10-04 15:31:21,635 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-9a20c3f5-9ddd-404d-89fa-2b5f72196f25 Date: Thu, 04 Oct 2018 15:31:21 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:21Z", "updated_at": "2018-10-04T15:31:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:31:21Z", "revision_number": 0, "id": "49111047-515e-4ff4-bc57-50b725a50060", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:31:21Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "port_range_min": null, "ethertype": "IPv4", "project_id": "edba7c7adc384b8d897753576ee22c06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:31:21Z", "revision_number": 0, "id": "d3e6f747-db67-43bb-8d95-e2d8f47b912d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:31:21Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "port_range_min": null, "ethertype": "IPv6", "project_id": "edba7c7adc384b8d897753576ee22c06"}], "revision_number": 2, "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "898b4e49-7e82-4d53-aa77-4f562543da13", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp"}} 2018-10-04 15:31:21,635 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-9a20c3f5-9ddd-404d-89fa-2b5f72196f25 2018-10-04 15:31:21,635 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 898b4e49-7e82-4d53-aa77-4f562543da13 2018-10-04 15:31:21,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=898b4e49-7e82-4d53-aa77-4f562543da13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8941cc8c6d17d6f7b87a0aab80c95372293c8f" 2018-10-04 15:31:21,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-90ce50a5-c35a-4fd8-b17a-41b044285d79 Date: Thu, 04 Oct 2018 15:31:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:31:21Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "port_range_min": null, "revision_number": 0, "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:21Z", "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "49111047-515e-4ff4-bc57-50b725a50060"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:31:21Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "port_range_min": null, "revision_number": 0, "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:21Z", "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "d3e6f747-db67-43bb-8d95-e2d8f47b912d"}]} 2018-10-04 15:31:21,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=898b4e49-7e82-4d53-aa77-4f562543da13 used request id req-90ce50a5-c35a-4fd8-b17a-41b044285d79 2018-10-04 15:31:21,811 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 898b4e49-7e82-4d53-aa77-4f562543da13 2018-10-04 15:31:21,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=898b4e49-7e82-4d53-aa77-4f562543da13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8941cc8c6d17d6f7b87a0aab80c95372293c8f" 2018-10-04 15:31:21,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c9389582-fa22-424a-94f7-d2a55592046e Date: Thu, 04 Oct 2018 15:31:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:31:21Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "port_range_min": null, "revision_number": 0, "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:21Z", "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "49111047-515e-4ff4-bc57-50b725a50060"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:31:21Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "port_range_min": null, "revision_number": 0, "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:21Z", "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "d3e6f747-db67-43bb-8d95-e2d8f47b912d"}]} 2018-10-04 15:31:21,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=898b4e49-7e82-4d53-aa77-4f562543da13 used request id req-c9389582-fa22-424a-94f7-d2a55592046e 2018-10-04 15:31:21,991 - neutron_utils - INFO - Retrieving security group with ID - 898b4e49-7e82-4d53-aa77-4f562543da13 2018-10-04 15:31:21,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=898b4e49-7e82-4d53-aa77-4f562543da13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8941cc8c6d17d6f7b87a0aab80c95372293c8f" 2018-10-04 15:31:22,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-6e2d02b4-1673-4bd5-b6db-841182b6e053 Date: Thu, 04 Oct 2018 15:31:22 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:21Z", "updated_at": "2018-10-04T15:31:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:31:21Z", "revision_number": 0, "id": "49111047-515e-4ff4-bc57-50b725a50060", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:31:21Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "port_range_min": null, "ethertype": "IPv4", "project_id": "edba7c7adc384b8d897753576ee22c06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:31:21Z", "revision_number": 0, "id": "d3e6f747-db67-43bb-8d95-e2d8f47b912d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:31:21Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "port_range_min": null, "ethertype": "IPv6", "project_id": "edba7c7adc384b8d897753576ee22c06"}], "revision_number": 2, "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "898b4e49-7e82-4d53-aa77-4f562543da13", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp"}]} 2018-10-04 15:31:22,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=898b4e49-7e82-4d53-aa77-4f562543da13 used request id req-6e2d02b4-1673-4bd5-b6db-841182b6e053 2018-10-04 15:31:22,231 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 898b4e49-7e82-4d53-aa77-4f562543da13 2018-10-04 15:31:22,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=898b4e49-7e82-4d53-aa77-4f562543da13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8941cc8c6d17d6f7b87a0aab80c95372293c8f" 2018-10-04 15:31:22,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3f464277-c222-4da2-af11-42100056aeb5 Date: Thu, 04 Oct 2018 15:31:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:31:21Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "port_range_min": null, "revision_number": 0, "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:21Z", "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "49111047-515e-4ff4-bc57-50b725a50060"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:31:21Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "port_range_min": null, "revision_number": 0, "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:21Z", "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "d3e6f747-db67-43bb-8d95-e2d8f47b912d"}]} 2018-10-04 15:31:22,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=898b4e49-7e82-4d53-aa77-4f562543da13 used request id req-3f464277-c222-4da2-af11-42100056aeb5 2018-10-04 15:31:22,407 - neutron_utils - INFO - Retrieving security group with ID - 898b4e49-7e82-4d53-aa77-4f562543da13 2018-10-04 15:31:22,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=898b4e49-7e82-4d53-aa77-4f562543da13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8941cc8c6d17d6f7b87a0aab80c95372293c8f" 2018-10-04 15:31:22,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-40ace676-28b6-421c-8f39-f8225e475c6e Date: Thu, 04 Oct 2018 15:31:22 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:21Z", "updated_at": "2018-10-04T15:31:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:31:21Z", "revision_number": 0, "id": "49111047-515e-4ff4-bc57-50b725a50060", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:31:21Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "port_range_min": null, "ethertype": "IPv4", "project_id": "edba7c7adc384b8d897753576ee22c06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:31:21Z", "revision_number": 0, "id": "d3e6f747-db67-43bb-8d95-e2d8f47b912d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:31:21Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "port_range_min": null, "ethertype": "IPv6", "project_id": "edba7c7adc384b8d897753576ee22c06"}], "revision_number": 2, "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "898b4e49-7e82-4d53-aa77-4f562543da13", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp"}]} 2018-10-04 15:31:22,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=898b4e49-7e82-4d53-aa77-4f562543da13 used request id req-40ace676-28b6-421c-8f39-f8225e475c6e 2018-10-04 15:31:22,616 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 898b4e49-7e82-4d53-aa77-4f562543da13 2018-10-04 15:31:22,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=898b4e49-7e82-4d53-aa77-4f562543da13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8941cc8c6d17d6f7b87a0aab80c95372293c8f" 2018-10-04 15:31:22,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-53db4430-a7da-467e-b453-2ac17ac984e8 Date: Thu, 04 Oct 2018 15:31:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:31:21Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "port_range_min": null, "revision_number": 0, "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:21Z", "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "49111047-515e-4ff4-bc57-50b725a50060"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:31:21Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "port_range_min": null, "revision_number": 0, "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:21Z", "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "d3e6f747-db67-43bb-8d95-e2d8f47b912d"}]} 2018-10-04 15:31:22,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=898b4e49-7e82-4d53-aa77-4f562543da13 used request id req-53db4430-a7da-467e-b453-2ac17ac984e8 2018-10-04 15:31:22,793 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp 2018-10-04 15:31:22,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8941cc8c6d17d6f7b87a0aab80c95372293c8f" 2018-10-04 15:31:22,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-93c17392-f380-4fc2-aef2-7904c105f2a4 Date: Thu, 04 Oct 2018 15:31:22 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:21Z", "updated_at": "2018-10-04T15:31:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:31:21Z", "revision_number": 0, "id": "49111047-515e-4ff4-bc57-50b725a50060", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:31:21Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "port_range_min": null, "ethertype": "IPv4", "project_id": "edba7c7adc384b8d897753576ee22c06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:31:21Z", "revision_number": 0, "id": "d3e6f747-db67-43bb-8d95-e2d8f47b912d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:31:21Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "port_range_min": null, "ethertype": "IPv6", "project_id": "edba7c7adc384b8d897753576ee22c06"}], "revision_number": 2, "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "898b4e49-7e82-4d53-aa77-4f562543da13", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp"}]} 2018-10-04 15:31:22,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp used request id req-93c17392-f380-4fc2-aef2-7904c105f2a4 2018-10-04 15:31:22,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:31:22,857 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:31:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:31:22,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8941cc8c6d17d6f7b87a0aab80c95372293c8f" 2018-10-04 15:31:22,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-186772a4-bc42-45a0-8265-b8dfa4359862 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06"}, "enabled": true, "id": "edba7c7adc384b8d897753576ee22c06", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}} 2018-10-04 15:31:22,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 used request id req-186772a4-bc42-45a0-8265-b8dfa4359862 2018-10-04 15:31:22,948 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 898b4e49-7e82-4d53-aa77-4f562543da13 2018-10-04 15:31:22,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=898b4e49-7e82-4d53-aa77-4f562543da13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8941cc8c6d17d6f7b87a0aab80c95372293c8f" 2018-10-04 15:31:23,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-dbb4b94e-1981-41e3-a13b-c4afc3616e15 Date: Thu, 04 Oct 2018 15:31:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:31:21Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "port_range_min": null, "revision_number": 0, "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:21Z", "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "49111047-515e-4ff4-bc57-50b725a50060"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:31:21Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "port_range_min": null, "revision_number": 0, "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:21Z", "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "d3e6f747-db67-43bb-8d95-e2d8f47b912d"}]} 2018-10-04 15:31:23,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=898b4e49-7e82-4d53-aa77-4f562543da13 used request id req-dbb4b94e-1981-41e3-a13b-c4afc3616e15 2018-10-04 15:31:23,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8941cc8c6d17d6f7b87a0aab80c95372293c8f" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13"}}' 2018-10-04 15:31:23,454 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-d19c1ca9-99ab-4308-b8fe-036fe41f8fd7 Date: Thu, 04 Oct 2018 15:31:23 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:31:23Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "port_range_min": null, "revision_number": 0, "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:23Z", "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "02081867-fbfb-4ac7-8d69-b4b47673d383"}} 2018-10-04 15:31:23,455 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-d19c1ca9-99ab-4308-b8fe-036fe41f8fd7 2018-10-04 15:31:23,455 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp 2018-10-04 15:31:23,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8941cc8c6d17d6f7b87a0aab80c95372293c8f" 2018-10-04 15:31:23,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-5f49cf66-cee7-4060-a45e-ecf4416bd4c2 Date: Thu, 04 Oct 2018 15:31:23 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:21Z", "updated_at": "2018-10-04T15:31:23Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:31:23Z", "revision_number": 0, "id": "02081867-fbfb-4ac7-8d69-b4b47673d383", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:31:23Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "port_range_min": null, "ethertype": "IPv4", "project_id": "edba7c7adc384b8d897753576ee22c06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:31:21Z", "revision_number": 0, "id": "49111047-515e-4ff4-bc57-50b725a50060", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:31:21Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "port_range_min": null, "ethertype": "IPv4", "project_id": "edba7c7adc384b8d897753576ee22c06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:31:21Z", "revision_number": 0, "id": "d3e6f747-db67-43bb-8d95-e2d8f47b912d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:31:21Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "port_range_min": null, "ethertype": "IPv6", "project_id": "edba7c7adc384b8d897753576ee22c06"}], "revision_number": 3, "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "898b4e49-7e82-4d53-aa77-4f562543da13", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp"}]} 2018-10-04 15:31:23,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp used request id req-5f49cf66-cee7-4060-a45e-ecf4416bd4c2 2018-10-04 15:31:23,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8941cc8c6d17d6f7b87a0aab80c95372293c8f" 2018-10-04 15:31:23,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d5de627-af56-4a6a-a94a-ca019186acac Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06"}, "enabled": true, "id": "edba7c7adc384b8d897753576ee22c06", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}} 2018-10-04 15:31:23,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 used request id req-6d5de627-af56-4a6a-a94a-ca019186acac 2018-10-04 15:31:23,726 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 898b4e49-7e82-4d53-aa77-4f562543da13 2018-10-04 15:31:23,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=898b4e49-7e82-4d53-aa77-4f562543da13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8941cc8c6d17d6f7b87a0aab80c95372293c8f" 2018-10-04 15:31:23,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-f0b05422-82d4-4659-8b5d-fe7e4e0999a0 Date: Thu, 04 Oct 2018 15:31:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:31:23Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "port_range_min": null, "revision_number": 0, "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:23Z", "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "02081867-fbfb-4ac7-8d69-b4b47673d383"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:31:21Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "port_range_min": null, "revision_number": 0, "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:21Z", "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "49111047-515e-4ff4-bc57-50b725a50060"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:31:21Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "port_range_min": null, "revision_number": 0, "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:21Z", "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "d3e6f747-db67-43bb-8d95-e2d8f47b912d"}]} 2018-10-04 15:31:23,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=898b4e49-7e82-4d53-aa77-4f562543da13 used request id req-f0b05422-82d4-4659-8b5d-fe7e4e0999a0 2018-10-04 15:31:23,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8941cc8c6d17d6f7b87a0aab80c95372293c8f" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13"}}' 2018-10-04 15:31:24,077 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-133cc204-e9f5-4609-9114-d2b7f7cfaf2e Date: Thu, 04 Oct 2018 15:31:24 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T15:31:24Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "port_range_min": 22, "revision_number": 0, "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:24Z", "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "3f4896cd-1c4d-4825-b4cb-f616bd6dca65"}} 2018-10-04 15:31:24,078 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-133cc204-e9f5-4609-9114-d2b7f7cfaf2e 2018-10-04 15:31:24,078 - neutron_utils - INFO - Retrieving security group with ID - 898b4e49-7e82-4d53-aa77-4f562543da13 2018-10-04 15:31:24,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=898b4e49-7e82-4d53-aa77-4f562543da13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8941cc8c6d17d6f7b87a0aab80c95372293c8f" 2018-10-04 15:31:24,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-68f9be0d-9d9a-483f-a6d1-52397ee926c0 Date: Thu, 04 Oct 2018 15:31:24 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:21Z", "updated_at": "2018-10-04T15:31:24Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:31:23Z", "revision_number": 0, "id": "02081867-fbfb-4ac7-8d69-b4b47673d383", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:31:23Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "port_range_min": null, "ethertype": "IPv4", "project_id": "edba7c7adc384b8d897753576ee22c06"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T15:31:24Z", "revision_number": 0, "id": "3f4896cd-1c4d-4825-b4cb-f616bd6dca65", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:31:24Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "port_range_min": 22, "ethertype": "IPv4", "project_id": "edba7c7adc384b8d897753576ee22c06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:31:21Z", "revision_number": 0, "id": "49111047-515e-4ff4-bc57-50b725a50060", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:31:21Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "port_range_min": null, "ethertype": "IPv4", "project_id": "edba7c7adc384b8d897753576ee22c06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:31:21Z", "revision_number": 0, "id": "d3e6f747-db67-43bb-8d95-e2d8f47b912d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:31:21Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "port_range_min": null, "ethertype": "IPv6", "project_id": "edba7c7adc384b8d897753576ee22c06"}], "revision_number": 4, "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "898b4e49-7e82-4d53-aa77-4f562543da13", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp"}]} 2018-10-04 15:31:24,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=898b4e49-7e82-4d53-aa77-4f562543da13 used request id req-68f9be0d-9d9a-483f-a6d1-52397ee926c0 2018-10-04 15:31:24,288 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 898b4e49-7e82-4d53-aa77-4f562543da13 2018-10-04 15:31:24,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=898b4e49-7e82-4d53-aa77-4f562543da13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8941cc8c6d17d6f7b87a0aab80c95372293c8f" 2018-10-04 15:31:24,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-5f8e9d02-699b-4784-aaa7-4f7133cb2e0d Date: Thu, 04 Oct 2018 15:31:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:31:23Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "port_range_min": null, "revision_number": 0, "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:23Z", "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "02081867-fbfb-4ac7-8d69-b4b47673d383"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T15:31:24Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "port_range_min": 22, "revision_number": 0, "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:24Z", "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "3f4896cd-1c4d-4825-b4cb-f616bd6dca65"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:31:21Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "port_range_min": null, "revision_number": 0, "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:21Z", "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "49111047-515e-4ff4-bc57-50b725a50060"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:31:21Z", "security_group_id": "898b4e49-7e82-4d53-aa77-4f562543da13", "port_range_min": null, "revision_number": 0, "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:21Z", "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "d3e6f747-db67-43bb-8d95-e2d8f47b912d"}]} 2018-10-04 15:31:24,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=898b4e49-7e82-4d53-aa77-4f562543da13 used request id req-5f8e9d02-699b-4784-aaa7-4f7133cb2e0d 2018-10-04 15:31:24,456 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:31:24,457 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:31:24,823 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11456931ac8945499bd36e907645b65f", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj-role"}], "expires_at": "2018-10-04T16:31:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "edba7c7adc384b8d897753576ee22c06", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-user", "id": "db01f60b34924f4aa824e870a9543136"}, "audit_ids": ["KfhL9C7EQg-LULgms8Wl4A"], "issued_at": "2018-10-04T15:31:24.000000Z"}} 2018-10-04 15:31:24,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:24,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ac5f751-cbc5-4d28-8d03-f43b9914c9b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:31:24,903 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7ac5f751-cbc5-4d28-8d03-f43b9914c9b0 2018-10-04 15:31:24,904 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:31:24,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:24,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8e6c9cd-a778-4a28-adee-68963f441bd3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:31:24,991 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c8e6c9cd-a778-4a28-adee-68963f441bd3 2018-10-04 15:31:24,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:25,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e0f1124a-a192-4cec-9fbf-0faba6a51605 Date: Thu, 04 Oct 2018 15:31:25 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":["f34f0cf3-ba52-4026-a497-d421cfc8eea8"],"updated_at":"2018-10-04T15:31:08Z","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"edba7c7adc384b8d897753576ee22c06","id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net"}]} 2018-10-04 15:31:25,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net used request id req-e0f1124a-a192-4cec-9fbf-0faba6a51605 2018-10-04 15:31:25,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:31:25,268 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:31:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:31:25,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:25,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bb0ea25-5d1d-430e-840a-71d1f1211625 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06"}, "enabled": true, "id": "edba7c7adc384b8d897753576ee22c06", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}} 2018-10-04 15:31:25,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 used request id req-6bb0ea25-5d1d-430e-840a-71d1f1211625 2018-10-04 15:31:25,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:25,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-51c06b91-60de-42db-bb33-f7f02a32533c Date: Thu, 04 Oct 2018 15:31:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:08Z","dns_nameservers":[],"updated_at":"2018-10-04T15:31:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"edba7c7adc384b8d897753576ee22c06","id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-subnet"}]} 2018-10-04 15:31:25,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e used request id req-51c06b91-60de-42db-bb33-f7f02a32533c 2018-10-04 15:31:25,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e&name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:25,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-de98ee0e-17d3-4f19-bf20-5cbd85c717d0 Date: Thu, 04 Oct 2018 15:31:25 GMT RESP BODY: {"ports":[]} 2018-10-04 15:31:25,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e&name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401port-1&admin_state_up=True used request id req-de98ee0e-17d3-4f19-bf20-5cbd85c717d0 2018-10-04 15:31:25,758 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:25,999 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31: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-7187adba-f6b4-48f6-8609-2bc75fa14814 x-compute-request-id: req-7187adba-f6b4-48f6-8609-2bc75fa14814 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:31:26,000 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst used request id req-7187adba-f6b4-48f6-8609-2bc75fa14814 2018-10-04 15:31:26,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:26,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e1befd11-01ac-453b-aea4-bd4be0253b37 Date: Thu, 04 Oct 2018 15:31:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f34f0cf3-ba52-4026-a497-d421cfc8eea8"],"updated_at":"2018-10-04T15:31:08Z","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"edba7c7adc384b8d897753576ee22c06","id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net"}]} 2018-10-04 15:31:26,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net used request id req-e1befd11-01ac-453b-aea4-bd4be0253b37 2018-10-04 15:31:26,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:26,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfccdc6f-8866-41b1-a729-703bcc58bdc4 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06"}, "enabled": true, "id": "edba7c7adc384b8d897753576ee22c06", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}} 2018-10-04 15:31:26,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 used request id req-bfccdc6f-8866-41b1-a729-703bcc58bdc4 2018-10-04 15:31:26,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:26,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e8b83021-31ec-468e-85f5-0e8e7434fa49 Date: Thu, 04 Oct 2018 15:31:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:08Z","dns_nameservers":[],"updated_at":"2018-10-04T15:31:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"edba7c7adc384b8d897753576ee22c06","id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-subnet"}]} 2018-10-04 15:31:26,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e used request id req-e8b83021-31ec-468e-85f5-0e8e7434fa49 2018-10-04 15:31:26,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e&name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:26,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3a72dfd0-20c7-41b0-b0e6-37e5e1b6cda4 Date: Thu, 04 Oct 2018 15:31:26 GMT RESP BODY: {"ports":[]} 2018-10-04 15:31:26,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e&name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401port-1&admin_state_up=True used request id req-3a72dfd0-20c7-41b0-b0e6-37e5e1b6cda4 2018-10-04 15:31:26,794 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:31:26,795 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:31:27,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11456931ac8945499bd36e907645b65f", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj-role"}], "expires_at": "2018-10-04T16:31:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "edba7c7adc384b8d897753576ee22c06", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/edba7c7adc384b8d897753576ee22c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/edba7c7adc384b8d897753576ee22c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/edba7c7adc384b8d897753576ee22c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-user", "id": "db01f60b34924f4aa824e870a9543136"}, "audit_ids": ["zgRUH899SMe-cvcAyShVmw"], "issued_at": "2018-10-04T15:31:27.000000Z"}} 2018-10-04 15:31:27,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58c1ac0b0098beea664aeb1883c2e3c1a9f45282" 2018-10-04 15:31:27,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3309b829-ca25-4458-b507-9ca55e8852a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:31:27,236 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3309b829-ca25-4458-b507-9ca55e8852a4 2018-10-04 15:31:27,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:27,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ab51a174-1459-4024-896b-e7c145c31d48 Date: Thu, 04 Oct 2018 15:31:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f34f0cf3-ba52-4026-a497-d421cfc8eea8"],"updated_at":"2018-10-04T15:31:08Z","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"edba7c7adc384b8d897753576ee22c06","id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net"}]} 2018-10-04 15:31:27,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net used request id req-ab51a174-1459-4024-896b-e7c145c31d48 2018-10-04 15:31:27,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:27,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-df0b8ea3-7fc9-4ada-9a53-2316ae70e247 Date: Thu, 04 Oct 2018 15:31:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:08Z","dns_nameservers":[],"updated_at":"2018-10-04T15:31:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"edba7c7adc384b8d897753576ee22c06","id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-subnet"}]} 2018-10-04 15:31:27,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e used request id req-df0b8ea3-7fc9-4ada-9a53-2316ae70e247 2018-10-04 15:31:27,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:27,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-cd890085-b652-4c1e-b63e-24d217ca510a Date: Thu, 04 Oct 2018 15:31:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f34f0cf3-ba52-4026-a497-d421cfc8eea8"],"updated_at":"2018-10-04T15:31:08Z","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"edba7c7adc384b8d897753576ee22c06","id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net"}]} 2018-10-04 15:31:27,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net used request id req-cd890085-b652-4c1e-b63e-24d217ca510a 2018-10-04 15:31:27,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:31:27,835 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:31:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:31:27,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58c1ac0b0098beea664aeb1883c2e3c1a9f45282" 2018-10-04 15:31:27,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fb11223-2548-4579-8b4e-2768bd80e64f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06"}, "enabled": true, "id": "edba7c7adc384b8d897753576ee22c06", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}} 2018-10-04 15:31:27,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 used request id req-5fb11223-2548-4579-8b4e-2768bd80e64f 2018-10-04 15:31:27,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:27,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a61b2428-e093-4f70-a22e-946818a22553 Date: Thu, 04 Oct 2018 15:31:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:08Z","dns_nameservers":[],"updated_at":"2018-10-04T15:31:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"edba7c7adc384b8d897753576ee22c06","id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-subnet"}]} 2018-10-04 15:31:27,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e used request id req-a61b2428-e093-4f70-a22e-946818a22553 2018-10-04 15:31:27,980 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net 2018-10-04 15:31:27,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" -d '{"port": {"network_id": "d9215bdb-0767-41d1-8b8d-c7b243761c8e", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401port-1", "admin_state_up": true}}' 2018-10-04 15:31:29,039 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-a830be78-57d5-4afd-be09-d376400861d3 Date: Thu, 04 Oct 2018 15:31:29 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:28Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.11"}],"id":"1b2fc8c7-223e-4531-a33c-3b6b2a9bb0c4","security_groups":["e2ab51c8-9e1d-4133-a33c-056e6a15dbc1"],"mac_address":"fa:16:3e:56:7d:bf","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401port-1","project_id":"edba7c7adc384b8d897753576ee22c06","qos_policy_id":null,"admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:28Z","binding:vnic_type":"normal"}} 2018-10-04 15:31:29,039 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-a830be78-57d5-4afd-be09-d376400861d3 2018-10-04 15:31:29,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:29,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-939d45d9-01ad-4cdc-ba04-77c723bd80be Date: Thu, 04 Oct 2018 15:31:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f34f0cf3-ba52-4026-a497-d421cfc8eea8"],"updated_at":"2018-10-04T15:31:08Z","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"edba7c7adc384b8d897753576ee22c06","id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net"}]} 2018-10-04 15:31:29,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net used request id req-939d45d9-01ad-4cdc-ba04-77c723bd80be 2018-10-04 15:31:29,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:29,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dd7397d-c974-4920-b203-fd4a6a1015ec Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06"}, "enabled": true, "id": "edba7c7adc384b8d897753576ee22c06", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}} 2018-10-04 15:31:29,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 used request id req-1dd7397d-c974-4920-b203-fd4a6a1015ec 2018-10-04 15:31:29,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:29,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b418caac-c4ca-47d7-9737-c2676a5928e3 Date: Thu, 04 Oct 2018 15:31:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:08Z","dns_nameservers":[],"updated_at":"2018-10-04T15:31:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"edba7c7adc384b8d897753576ee22c06","id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-subnet"}]} 2018-10-04 15:31:29,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e used request id req-b418caac-c4ca-47d7-9737-c2676a5928e3 2018-10-04 15:31:29,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e&name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:29,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-64c16955-bc71-4132-b670-6ec10d73ddf8 Date: Thu, 04 Oct 2018 15:31:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:28Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.11"}],"id":"1b2fc8c7-223e-4531-a33c-3b6b2a9bb0c4","security_groups":["e2ab51c8-9e1d-4133-a33c-056e6a15dbc1"],"mac_address":"fa:16:3e:56:7d:bf","project_id":"edba7c7adc384b8d897753576ee22c06","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401port-1","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:28Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:31:29,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e&name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401port-1&admin_state_up=True used request id req-64c16955-bc71-4132-b670-6ec10d73ddf8 2018-10-04 15:31:29,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:29,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fed919f1-1ebf-43c9-8540-626e77c8e56f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06"}, "enabled": true, "id": "edba7c7adc384b8d897753576ee22c06", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}} 2018-10-04 15:31:29,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 used request id req-fed919f1-1ebf-43c9-8540-626e77c8e56f 2018-10-04 15:31:29,589 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst 2018-10-04 15:31:29,593 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:29,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4528b5f8-442d-4c38-9d49-6d8b3525f961 x-compute-request-id: req-4528b5f8-442d-4c38-9d49-6d8b3525f961 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-flavor-name"}]} 2018-10-04 15:31:29,620 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4528b5f8-442d-4c38-9d49-6d8b3525f961 2018-10-04 15:31:29,623 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:29,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1cd4dbda-c6c2-4891-b6fe-f2b0da4f3198 x-compute-request-id: req-1cd4dbda-c6c2-4891-b6fe-f2b0da4f3198 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:31:29,643 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701 used request id req-1cd4dbda-c6c2-4891-b6fe-f2b0da4f3198 2018-10-04 15:31:29,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:29,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-032b79f2-8662-4622-b7e0-9e58ba7028f7 Date: Thu, 04 Oct 2018 15:31:29 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:31:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:31:05Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/2a4144ee-31dc-4492-9989-d2f71dd53e29/snap", "metadata": {}}], "self": "/v2/images/2a4144ee-31dc-4492-9989-d2f71dd53e29", "min_disk": 0, "protected": false, "id": "2a4144ee-31dc-4492-9989-d2f71dd53e29", "file": "/v2/images/2a4144ee-31dc-4492-9989-d2f71dd53e29/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "edba7c7adc384b8d897753576ee22c06", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/2a4144ee-31dc-4492-9989-d2f71dd53e29/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-image"} 2018-10-04 15:31:29,819 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-image used request id req-032b79f2-8662-4622-b7e0-9e58ba7028f7 2018-10-04 15:31:29,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:29,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7d73775b-79b0-41ec-9430-50a86dd585a8 Date: Thu, 04 Oct 2018 15:31:29 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:31:29,970 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-7d73775b-79b0-41ec-9430-50a86dd585a8 2018-10-04 15:31:29,976 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst", "imageRef": "2a4144ee-31dc-4492-9989-d2f71dd53e29", "key_name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-kp", "flavorRef": "7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "max_count": 1, "min_count": 1, "networks": [{"port": "1b2fc8c7-223e-4531-a33c-3b6b2a9bb0c4"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp"}]}}' 2018-10-04 15:31:31,522 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:31:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3201f599-f8f7-4a7a-88cd-ed4daf844dd6 x-compute-request-id: req-3201f599-f8f7-4a7a-88cd-ed4daf844dd6 Content-Length: 444 location: http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "1fe6d731-3c1a-4b53-9573-43dd44a449fb", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "bookmark"}], "adminPass": "bHA95sw9GruG"}} 2018-10-04 15:31:31,522 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-3201f599-f8f7-4a7a-88cd-ed4daf844dd6 2018-10-04 15:31:31,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:31,740 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ef72a68-10f2-4a01-82a1-9484d4102dfe x-compute-request-id: req-0ef72a68-10f2-4a01-82a1-9484d4102dfe Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "bookmark"}], "image": {"id": "2a4144ee-31dc-4492-9989-d2f71dd53e29", "links": [{"href": "http://172.30.9.23:8774/images/2a4144ee-31dc-4492-9989-d2f71dd53e29", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "links": [{"href": "http://172.30.9.23:8774/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "rel": "bookmark"}]}, "id": "1fe6d731-3c1a-4b53-9573-43dd44a449fb", "user_id": "db01f60b34924f4aa824e870a9543136", "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-10-04T15:31:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-kp", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst", "created": "2018-10-04T15:31:31Z", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:31:31,740 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb used request id req-0ef72a68-10f2-4a01-82a1-9484d4102dfe 2018-10-04 15:31:31,740 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst 2018-10-04 15:31:31,743 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:32,112 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-294ddf80-5cb9-4f1f-94c5-b4234932a7df x-compute-request-id: req-294ddf80-5cb9-4f1f-94c5-b4234932a7df Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "bookmark"}], "image": {"id": "2a4144ee-31dc-4492-9989-d2f71dd53e29", "links": [{"href": "http://172.30.9.23:8774/images/2a4144ee-31dc-4492-9989-d2f71dd53e29", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "links": [{"href": "http://172.30.9.23:8774/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "rel": "bookmark"}]}, "id": "1fe6d731-3c1a-4b53-9573-43dd44a449fb", "user_id": "db01f60b34924f4aa824e870a9543136", "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-10-04T15:31:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-kp", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst", "created": "2018-10-04T15:31:31Z", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:31:32,113 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb used request id req-294ddf80-5cb9-4f1f-94c5-b4234932a7df 2018-10-04 15:31:32,113 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst] is - BUILD 2018-10-04 15:31:32,113 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:31:35,116 - create_instance - DEBUG - VM status query timeout in 896.624170065 2018-10-04 15:31:35,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:35,971 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c8ef6ea-1e7b-4f24-af25-c82cbb6430d4 x-compute-request-id: req-4c8ef6ea-1e7b-4f24-af25-c82cbb6430d4 Content-Encoding: gzip Content-Length: 683 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "bookmark"}], "image": {"id": "2a4144ee-31dc-4492-9989-d2f71dd53e29", "links": [{"href": "http://172.30.9.23:8774/images/2a4144ee-31dc-4492-9989-d2f71dd53e29", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "links": [{"href": "http://172.30.9.23:8774/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "rel": "bookmark"}]}, "id": "1fe6d731-3c1a-4b53-9573-43dd44a449fb", "security_groups": [{"name": "default"}], "user_id": "db01f60b34924f4aa824e870a9543136", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:31:32Z", "hostId": "e3366baa095bc70ba57a391793f89787fd44b798cc3e4782ba3b140c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-kp", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst", "created": "2018-10-04T15:31:31Z", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:31:35,972 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb used request id req-4c8ef6ea-1e7b-4f24-af25-c82cbb6430d4 2018-10-04 15:31:35,972 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst] is - BUILD 2018-10-04 15:31:35,972 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:31:38,975 - create_instance - DEBUG - VM status query timeout in 892.765064955 2018-10-04 15:31:38,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:39,757 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0662fab6-5444-4680-8ae4-41eddfbab804 x-compute-request-id: req-0662fab6-5444-4680-8ae4-41eddfbab804 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:7d:bf", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "bookmark"}], "image": {"id": "2a4144ee-31dc-4492-9989-d2f71dd53e29", "links": [{"href": "http://172.30.9.23:8774/images/2a4144ee-31dc-4492-9989-d2f71dd53e29", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:31:34.000000", "flavor": {"id": "7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "links": [{"href": "http://172.30.9.23:8774/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "rel": "bookmark"}]}, "id": "1fe6d731-3c1a-4b53-9573-43dd44a449fb", "security_groups": [{"name": "default"}], "user_id": "db01f60b34924f4aa824e870a9543136", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:31:37Z", "hostId": "e3366baa095bc70ba57a391793f89787fd44b798cc3e4782ba3b140c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-kp", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst", "created": "2018-10-04T15:31:31Z", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:31:39,758 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb used request id req-0662fab6-5444-4680-8ae4-41eddfbab804 2018-10-04 15:31:39,758 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst] is - ACTIVE 2018-10-04 15:31:39,758 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:31:39,761 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:40,152 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-864199c7-328f-4be6-9d48-b8a76e254134 x-compute-request-id: req-864199c7-328f-4be6-9d48-b8a76e254134 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:7d:bf", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "bookmark"}], "image": {"id": "2a4144ee-31dc-4492-9989-d2f71dd53e29", "links": [{"href": "http://172.30.9.23:8774/images/2a4144ee-31dc-4492-9989-d2f71dd53e29", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:31:34.000000", "flavor": {"id": "7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "links": [{"href": "http://172.30.9.23:8774/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "rel": "bookmark"}]}, "id": "1fe6d731-3c1a-4b53-9573-43dd44a449fb", "security_groups": [{"name": "default"}], "user_id": "db01f60b34924f4aa824e870a9543136", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:31:37Z", "hostId": "e3366baa095bc70ba57a391793f89787fd44b798cc3e4782ba3b140c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-kp", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst", "created": "2018-10-04T15:31:31Z", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:31:40,152 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb used request id req-864199c7-328f-4be6-9d48-b8a76e254134 2018-10-04 15:31:40,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:40,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2433ec0e-fa7b-46b6-8ed7-6f8a492b5bc6 Date: Thu, 04 Oct 2018 15:31:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f34f0cf3-ba52-4026-a497-d421cfc8eea8"],"updated_at":"2018-10-04T15:31:08Z","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"edba7c7adc384b8d897753576ee22c06","id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net"}]} 2018-10-04 15:31:40,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net used request id req-2433ec0e-fa7b-46b6-8ed7-6f8a492b5bc6 2018-10-04 15:31:40,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:40,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7b1c1e5-2c14-447a-bcb2-89470f55c3ec Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06"}, "enabled": true, "id": "edba7c7adc384b8d897753576ee22c06", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}} 2018-10-04 15:31:40,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 used request id req-a7b1c1e5-2c14-447a-bcb2-89470f55c3ec 2018-10-04 15:31:40,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:40,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-76e99c9b-e972-421a-8b3f-24cd9735d635 Date: Thu, 04 Oct 2018 15:31:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:08Z","dns_nameservers":[],"updated_at":"2018-10-04T15:31:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"edba7c7adc384b8d897753576ee22c06","id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-subnet"}]} 2018-10-04 15:31:40,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e used request id req-76e99c9b-e972-421a-8b3f-24cd9735d635 2018-10-04 15:31:40,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:40,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-da24af88-a009-4a78-b95b-100ed733e75d Date: Thu, 04 Oct 2018 15:31:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:37Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.11"}],"id":"1b2fc8c7-223e-4531-a33c-3b6b2a9bb0c4","security_groups":["e2ab51c8-9e1d-4133-a33c-056e6a15dbc1"],"mac_address":"fa:16:3e:56:7d:bf","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401port-1","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:28Z","binding:vnic_type":"normal","device_id":"1fe6d731-3c1a-4b53-9573-43dd44a449fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.3"}],"id":"60eef975-253a-4267-94a0-cda26e2eb7e8","security_groups":[],"mac_address":"fa:16:3e:98:e4:58","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d9215bdb-0767-41d1-8b8d-c7b243761c8e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.1"}],"id":"79edefb0-3fdc-4e70-944c-d567bd447b99","security_groups":[],"mac_address":"fa:16:3e:49:73:30","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:17Z","binding:vnic_type":"normal","device_id":"5eaa36b6-5de4-44c5-a65f-3cc316ed34ba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.4"}],"id":"df6ad62b-bce4-4815-bb1f-40d7977023b1","security_groups":[],"mac_address":"fa:16:3e:b1:7b:bb","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d9215bdb-0767-41d1-8b8d-c7b243761c8e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.2"}],"id":"dfcd5360-2534-475d-bf60-3312157d0496","security_groups":[],"mac_address":"fa:16:3e:bf:6d:a6","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d9215bdb-0767-41d1-8b8d-c7b243761c8e"}]} 2018-10-04 15:31:40,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e used request id req-da24af88-a009-4a78-b95b-100ed733e75d 2018-10-04 15:31:40,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:41,534 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-54131bf6-339c-4189-880c-c5cebc2632ce x-compute-request-id: req-54131bf6-339c-4189-880c-c5cebc2632ce Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:7d:bf", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "bookmark"}], "image": {"id": "2a4144ee-31dc-4492-9989-d2f71dd53e29", "links": [{"href": "http://172.30.9.23:8774/images/2a4144ee-31dc-4492-9989-d2f71dd53e29", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:31:34.000000", "flavor": {"id": "7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "links": [{"href": "http://172.30.9.23:8774/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "rel": "bookmark"}]}, "id": "1fe6d731-3c1a-4b53-9573-43dd44a449fb", "security_groups": [{"name": "default"}], "user_id": "db01f60b34924f4aa824e870a9543136", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:31:37Z", "hostId": "e3366baa095bc70ba57a391793f89787fd44b798cc3e4782ba3b140c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-kp", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst", "created": "2018-10-04T15:31:31Z", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:31:41,534 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb used request id req-54131bf6-339c-4189-880c-c5cebc2632ce 2018-10-04 15:31:41,535 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst] is - ACTIVE 2018-10-04 15:31:41,535 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:31:41,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:42,174 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d09e11d9-e465-4958-9c96-69509d170143 x-compute-request-id: req-d09e11d9-e465-4958-9c96-69509d170143 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:7d:bf", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "bookmark"}], "image": {"id": "2a4144ee-31dc-4492-9989-d2f71dd53e29", "links": [{"href": "http://172.30.9.23:8774/images/2a4144ee-31dc-4492-9989-d2f71dd53e29", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:31:34.000000", "flavor": {"id": "7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "links": [{"href": "http://172.30.9.23:8774/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "rel": "bookmark"}]}, "id": "1fe6d731-3c1a-4b53-9573-43dd44a449fb", "security_groups": [{"name": "default"}], "user_id": "db01f60b34924f4aa824e870a9543136", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:31:37Z", "hostId": "e3366baa095bc70ba57a391793f89787fd44b798cc3e4782ba3b140c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-kp", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst", "created": "2018-10-04T15:31:31Z", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:31:42,174 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb used request id req-d09e11d9-e465-4958-9c96-69509d170143 2018-10-04 15:31:42,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:42,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1045f912-aa53-4729-afc3-80e5f6c48452 Date: Thu, 04 Oct 2018 15:31:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f34f0cf3-ba52-4026-a497-d421cfc8eea8"],"updated_at":"2018-10-04T15:31:08Z","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"edba7c7adc384b8d897753576ee22c06","id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net"}]} 2018-10-04 15:31:42,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net used request id req-1045f912-aa53-4729-afc3-80e5f6c48452 2018-10-04 15:31:42,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:42,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fdf64b7-ec7d-4e05-a325-aed7cdc6b5a3 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06"}, "enabled": true, "id": "edba7c7adc384b8d897753576ee22c06", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}} 2018-10-04 15:31:42,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 used request id req-0fdf64b7-ec7d-4e05-a325-aed7cdc6b5a3 2018-10-04 15:31:42,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:42,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-333824f0-7230-4765-9a88-990cb3d69e43 Date: Thu, 04 Oct 2018 15:31:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:08Z","dns_nameservers":[],"updated_at":"2018-10-04T15:31:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"edba7c7adc384b8d897753576ee22c06","id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-subnet"}]} 2018-10-04 15:31:42,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e used request id req-333824f0-7230-4765-9a88-990cb3d69e43 2018-10-04 15:31:42,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:42,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-ed68330d-d641-40f9-953c-e73f76309700 Date: Thu, 04 Oct 2018 15:31:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:37Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.11"}],"id":"1b2fc8c7-223e-4531-a33c-3b6b2a9bb0c4","security_groups":["e2ab51c8-9e1d-4133-a33c-056e6a15dbc1"],"mac_address":"fa:16:3e:56:7d:bf","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401port-1","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:28Z","binding:vnic_type":"normal","device_id":"1fe6d731-3c1a-4b53-9573-43dd44a449fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.3"}],"id":"60eef975-253a-4267-94a0-cda26e2eb7e8","security_groups":[],"mac_address":"fa:16:3e:98:e4:58","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d9215bdb-0767-41d1-8b8d-c7b243761c8e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.1"}],"id":"79edefb0-3fdc-4e70-944c-d567bd447b99","security_groups":[],"mac_address":"fa:16:3e:49:73:30","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:17Z","binding:vnic_type":"normal","device_id":"5eaa36b6-5de4-44c5-a65f-3cc316ed34ba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.4"}],"id":"df6ad62b-bce4-4815-bb1f-40d7977023b1","security_groups":[],"mac_address":"fa:16:3e:b1:7b:bb","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d9215bdb-0767-41d1-8b8d-c7b243761c8e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.2"}],"id":"dfcd5360-2534-475d-bf60-3312157d0496","security_groups":[],"mac_address":"fa:16:3e:bf:6d:a6","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d9215bdb-0767-41d1-8b8d-c7b243761c8e"}]} 2018-10-04 15:31:42,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e used request id req-ed68330d-d641-40f9-953c-e73f76309700 2018-10-04 15:31:42,668 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp"}}' 2018-10-04 15:31:43,854 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:31: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-bd176e91-2f9f-4684-bcc7-e556c945ee9c x-compute-request-id: req-bd176e91-2f9f-4684-bcc7-e556c945ee9c Content-Length: 0 Content-Type: application/json 2018-10-04 15:31:43,854 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb/action used request id req-bd176e91-2f9f-4684-bcc7-e556c945ee9c 2018-10-04 15:31:43,857 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:44,356 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b73945b-2b08-4996-886a-0cc91f55f0cb x-compute-request-id: req-7b73945b-2b08-4996-886a-0cc91f55f0cb Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:7d:bf", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "bookmark"}], "image": {"id": "2a4144ee-31dc-4492-9989-d2f71dd53e29", "links": [{"href": "http://172.30.9.23:8774/images/2a4144ee-31dc-4492-9989-d2f71dd53e29", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:31:34.000000", "flavor": {"id": "7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "links": [{"href": "http://172.30.9.23:8774/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "rel": "bookmark"}]}, "id": "1fe6d731-3c1a-4b53-9573-43dd44a449fb", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp"}, {"name": "default"}], "user_id": "db01f60b34924f4aa824e870a9543136", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:31:37Z", "hostId": "e3366baa095bc70ba57a391793f89787fd44b798cc3e4782ba3b140c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-kp", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst", "created": "2018-10-04T15:31:31Z", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:31:44,356 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb used request id req-7b73945b-2b08-4996-886a-0cc91f55f0cb 2018-10-04 15:31:44,357 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst] is - ACTIVE 2018-10-04 15:31:44,357 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:31:44,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:44,771 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-617c2cba-2ca9-4b49-ab4c-cb2ae74649e7 x-compute-request-id: req-617c2cba-2ca9-4b49-ab4c-cb2ae74649e7 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:7d:bf", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "bookmark"}], "image": {"id": "2a4144ee-31dc-4492-9989-d2f71dd53e29", "links": [{"href": "http://172.30.9.23:8774/images/2a4144ee-31dc-4492-9989-d2f71dd53e29", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:31:34.000000", "flavor": {"id": "7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "links": [{"href": "http://172.30.9.23:8774/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "rel": "bookmark"}]}, "id": "1fe6d731-3c1a-4b53-9573-43dd44a449fb", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp"}, {"name": "default"}], "user_id": "db01f60b34924f4aa824e870a9543136", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:31:37Z", "hostId": "e3366baa095bc70ba57a391793f89787fd44b798cc3e4782ba3b140c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-kp", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst", "created": "2018-10-04T15:31:31Z", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:31:44,771 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb used request id req-617c2cba-2ca9-4b49-ab4c-cb2ae74649e7 2018-10-04 15:31:44,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:44,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-78e2fd8a-3bcc-45be-9eba-b31b54579df0 Date: Thu, 04 Oct 2018 15:31:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f34f0cf3-ba52-4026-a497-d421cfc8eea8"],"updated_at":"2018-10-04T15:31:08Z","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"edba7c7adc384b8d897753576ee22c06","id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net"}]} 2018-10-04 15:31:44,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net used request id req-78e2fd8a-3bcc-45be-9eba-b31b54579df0 2018-10-04 15:31:44,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:44,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e247dc09-0e09-4311-82d5-89d27576a6d9 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06"}, "enabled": true, "id": "edba7c7adc384b8d897753576ee22c06", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}} 2018-10-04 15:31:44,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 used request id req-e247dc09-0e09-4311-82d5-89d27576a6d9 2018-10-04 15:31:44,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:45,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-82a61bea-9274-420f-bd75-db3252db6231 Date: Thu, 04 Oct 2018 15:31:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:08Z","dns_nameservers":[],"updated_at":"2018-10-04T15:31:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"edba7c7adc384b8d897753576ee22c06","id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-subnet"}]} 2018-10-04 15:31:45,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e used request id req-82a61bea-9274-420f-bd75-db3252db6231 2018-10-04 15:31:45,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:45,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-c90ab2b8-893e-41d9-a5c1-e60b0044dc59 Date: Thu, 04 Oct 2018 15:31:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:43Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.11"}],"id":"1b2fc8c7-223e-4531-a33c-3b6b2a9bb0c4","security_groups":["898b4e49-7e82-4d53-aa77-4f562543da13","e2ab51c8-9e1d-4133-a33c-056e6a15dbc1"],"mac_address":"fa:16:3e:56:7d:bf","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401port-1","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:28Z","binding:vnic_type":"normal","device_id":"1fe6d731-3c1a-4b53-9573-43dd44a449fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.3"}],"id":"60eef975-253a-4267-94a0-cda26e2eb7e8","security_groups":[],"mac_address":"fa:16:3e:98:e4:58","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d9215bdb-0767-41d1-8b8d-c7b243761c8e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.1"}],"id":"79edefb0-3fdc-4e70-944c-d567bd447b99","security_groups":[],"mac_address":"fa:16:3e:49:73:30","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:17Z","binding:vnic_type":"normal","device_id":"5eaa36b6-5de4-44c5-a65f-3cc316ed34ba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.4"}],"id":"df6ad62b-bce4-4815-bb1f-40d7977023b1","security_groups":[],"mac_address":"fa:16:3e:b1:7b:bb","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d9215bdb-0767-41d1-8b8d-c7b243761c8e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.2"}],"id":"dfcd5360-2534-475d-bf60-3312157d0496","security_groups":[],"mac_address":"fa:16:3e:bf:6d:a6","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d9215bdb-0767-41d1-8b8d-c7b243761c8e"}]} 2018-10-04 15:31:45,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e used request id req-c90ab2b8-893e-41d9-a5c1-e60b0044dc59 2018-10-04 15:31:45,272 - create_instance_tests - INFO - Looking for IP 10.55.1.11 in the console log 2018-10-04 15:31:45,275 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:45,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1b38165-697d-4cde-a4ef-55a685421ffe x-compute-request-id: req-d1b38165-697d-4cde-a4ef-55a685421ffe Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:7d:bf", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "bookmark"}], "image": {"id": "2a4144ee-31dc-4492-9989-d2f71dd53e29", "links": [{"href": "http://172.30.9.23:8774/images/2a4144ee-31dc-4492-9989-d2f71dd53e29", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:31:34.000000", "flavor": {"id": "7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "links": [{"href": "http://172.30.9.23:8774/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "rel": "bookmark"}]}, "id": "1fe6d731-3c1a-4b53-9573-43dd44a449fb", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp"}, {"name": "default"}], "user_id": "db01f60b34924f4aa824e870a9543136", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:31:37Z", "hostId": "e3366baa095bc70ba57a391793f89787fd44b798cc3e4782ba3b140c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-kp", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst", "created": "2018-10-04T15:31:31Z", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:31:45,746 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb used request id req-d1b38165-697d-4cde-a4ef-55a685421ffe 2018-10-04 15:31:45,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:31:46,819 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-320759ad-e7f7-4719-b2e8-8e0fdf320b2f x-compute-request-id: req-320759ad-e7f7-4719-b2e8-8e0fdf320b2f Content-Encoding: gzip Content-Length: 9666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478255208 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.146770] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.148405] pid_max: default: 32768 minimum: 301\n[ 0.149292] ACPI: Core revision 20150930\n[ 0.150704] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.151996] Security Framework initialized\n[ 0.152799] Yama: becoming mindful.\n[ 0.153525] AppArmor: AppArmor initialized\n[ 0.154373] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155655] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.156904] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158082] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159444] Initializing cgroup subsys io\n[ 0.160249] Initializing cgroup subsys memory\n[ 0.161103] Initializing cgroup subsys devices\n[ 0.161979] Initializing cgroup subsys freezer\n[ 0.162842] Initializing cgroup subsys net_cls\n[ 0.163701] Initializing cgroup subsys perf_event\n[ 0.164598] Initializing cgroup subsys net_prio\n[ 0.165467] Initializing cgroup subsys hugetlb\n[ 0.166329] Initializing cgroup subsys pids\n[ 0.167197] CPU: Physical Processor ID: 0\n[ 0.168677] mce: CPU supports 10 MCE banks\n[ 0.169516] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172803] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179440] ftrace: allocating 31920 entries in 125 pages\n[ 0.206650] smpboot: Max logical packages: 2\n[ 0.207495] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208670] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.210112] x2apic enabled\n[ 0.210985] Switched APIC routing to physical x2apic.\n[ 0.212851] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214197] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216542] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218660] KVM setup paravirtual spinlock\n[ 0.220227] x86: Booting SMP configuration:\n[ 0.221217] .... node #0, CPUs: #1\n[ 0.222192] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.244319] x86: Booted up 1 node, 2 CPUs\n[ 0.244321] KVM setup async PF for cpu 1\n[ 0.244324] kvm-stealtime: cpu 1, msr f90d940\n[ 0.247276] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.249000] devtmpfs: initialized\n[ 0.250794] evm: security.selinux\n[ 0.251585] evm: security.SMACK64\n[ 0.252370] evm: security.SMACK64EXEC\n[ 0.253244] evm: security.SMACK64TRANSMUTE\n[ 0.254177] evm: security.SMACK64MMAP\n[ 0.255027] evm: security.ima\n[ 0.255757] evm: security.capability\n[ 0.256758] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.259019] pinctrl core: initialized pinctrl subsystem\n[ 0.260296] RTC time: 15:31:35, date: 10/04/18\n[ 0.261411] NET: Registered protocol family 16\n[ 0.270989] cpuidle: using governor ladder\n[ 0.283046] cpuidle: using governor menu\n[ 0.284118] PCCT header not found.\n[ 0.285095] ACPI: bus type PCI registered\n[ 0.286104] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.287703] PCI: Using configuration type 1 for base access\n[ 0.299937] ACPI: Added _OSI(Module Device)\n[ 0.300977] ACPI: Added _OSI(Processor Device)\n[ 0.302028] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.303260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.305958] ACPI: Interpreter enabled\n[ 0.306890] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.309024] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.310833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.312625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.314433] ACPI: (supports S0 S5)\n[ 0.315125] ACPI: Using IOAPIC for interrupt routing\n[ 0.316182] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.319569] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.320683] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.321899] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.323063] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.325256] acpiphp: Slot [3] registered\n[ 0.326051] acpiphp: Slot [4] registered\n[ 0.326833] acpiphp: Slot [5] registered\n[ 0.327608] acpiphp: Slot [6] registered\n[ 0.328382] acpiphp: Slot [7] registered\n[ 0.329163] acpiphp: Slot [8] registered\n[ 0.329946] acpiphp: Slot [9] registered\n[ 0.330733] acpiphp: Slot [10] registered\n[ 0.341994] acpiphp: Slot [11] registered\n[ 0.342792] acpiphp: Slot [12] registered\n[ 0.343586] acpiphp: Slot [13] registered\n[ 0.344397] acpiphp: Slot [14] registered\n[ 0.345192] acpiphp: Slot [15] registered\n[ 0.345995] acpiphp: Slot [16] registered\n[ 0.346796] acpiphp: Slot [17] registered\n[ 0.347591] acpiphp: Slot [18] registered\n[ 0.348384] acpiphp: Slot [19] registered\n[ 0.349180] acpiphp: Slot [20] registered\n[ 0.349979] acpiphp: Slot [21] registered\n[ 0.350775] acpiphp: Slot [22] registered\n[ 0.351575] acpiphp: Slot [23] registered\n[ 0.352369] acpiphp: Slot [24] registered\n[ 0.353163] acpiphp: Slot [25] registered\n[ 0.353970] acpiphp: Slot [26] registered\n[ 0.354773] acpiphp: Slot [27] registered\n[ 0.355572] acpiphp: Slot [28] registered\n[ 0.356366] acpiphp: Slot [29] registered\n[ 0.357181] acpiphp: Slot [30] registered\n[ 0.357979] acpiphp: Slot [31] registered\n[ 0.358777] PCI host bridge to bus 0000:00\n[ 0.359568] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.360747] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361930] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363350] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.364769] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.370997] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.372242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.373388] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374622] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.382637] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427597] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429066] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.430453] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.431861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.433223] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.434481] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.435930] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.436962] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.438472] vgaarb: loaded\n[ 0.439062] vgaarb: bridge control possible 0000:00:02.0\n[ 0.440200] SCSI subsystem initialized\n[ 0.441081] ACPI: bus type USB registered\n[ 0.441904] usbcore: registered new interface driver usbfs\n[ 0.442915] usbcore: registered new interface driver hub\n[ 0.443894] usbcore: registered new device driver usb\n[ 0.445031] PCI: Using ACPI for IRQ routing\n[ 0.446053] NetLabel: Initializing\n[ 0.446757] NetLabel: domain hash size = 128\n[ 0.447584] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.448510] NetLabel: unlabeled traffic allowed by default\n[ 0.449686] clocksource: Switched to clocksource kvm-clock\n[ 0.455766] AppArmor: AppArmor Filesystem Enabled\n[ 0.456706] pnp: PnP ACPI init\n[ 0.457630] pnp: PnP ACPI: found 5 devices\n[ 0.465021] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.466691] NET: Registered protocol family 2\n[ 0.467672] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.468912] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.470118] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.471419] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.472613] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.473937] NET: Registered protocol family 1\n[ 0.474868] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.476086] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.477301] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.495811] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.514310] Trying to unpack rootfs image as initramfs...\n[ 0.564346] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.578711] Scanning for low memory corruption every 60 seconds\n[ 0.580376] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.581794] audit: initializing netlink subsys (disabled)\n[ 0.583016] audit: type=2000 audit(1538667095.679:1): initialized\n[ 0.584543] Initialise system trusted keyring\n[ 0.585768] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.587143] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.589482] zbud: loaded\n[ 0.590258] VFS: Disk quotas dquot_6.6.0\n[ 0.591120] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592801] fuse init (API version 7.23)\n[ 0.593759] Key type big_key registered\n[ 0.594609] Allocating IMA MOK and blacklist keyrings.\n[ 0.596132] Key type asymmetric registered\n[ 0.596963] Asymmetric key parser 'x509' registered\n[ 0.597968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.599525] io scheduler noop registered\n[ 0.600326] io scheduler deadline registered (default)\n[ 0.601361] io scheduler cfq registered\n[ 0.602246] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.603330] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604661] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606183] ACPI: Power Button [PWRF]\n[ 0.607145] GHES: HEST is not enabled!\n[ 0.631260] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.669321] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.672044] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.696152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698875] Linux agpgart interface v0.103\n[ 0.702108] brd: module loaded\n[ 0.703852] loop: module loaded\n[ 0.709072] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.710535] GPT:90111 != 20971519\n[ 0.711221] GPT:Alternate GPT header not at the end of the disk.\n[ 0.712302] GPT:90111 != 20971519\n[ 0.712985] GPT: Use GNU Parted to correct GPT errors.\n[ 0.713954] vda: vda1 vda15\n[ 0.715624] scsi host0: ata_piix\n[ 0.716417] scsi host1: ata_piix\n[ 0.717125] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.718341] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.719599] libphy: Fixed MDIO Bus: probed\n[ 0.720563] tun: Universal TUN/TAP device driver, 1.6\n[ 0.721509] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.723613] PPP generic driver version 2.4.2\n[ 0.724800] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.726298] ehci-pci: EHCI PCI platform driver\n[ 0.727344] ehci-platform: EHCI generic platform driver\n[ 0.728551] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.729918] ohci-pci: OHCI PCI platform driver\n[ 0.730965] ohci-platform: OHCI generic platform driver\n[ 0.732161] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.751485] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.752676] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.754402] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.755595] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.756929] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.758428] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.760116] usb usb1: Product: UHCI Host Controller\n[ 0.761268] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.762658] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.763830] hub 1-0:1.0: USB hub found\n[ 0.764753] hub 1-0:1.0: 2 ports detected\n[ 0.765833] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.768249] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.769399] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.770682] mousedev: PS/2 mouse device common for all mice\n[ 0.772215] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.774385] rtc_cmos 00:00: RTC can wake from S4\n[ 0.775718] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777140] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.778589] i2c /dev entries driver\n[ 0.779498] device-mapper: uevent: version 1.0.3\n[ 0.780633] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782588] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.784187] NET: Registered protocol family 10\n[ 0.785405] NET: Registered protocol family 17\n[ 0.786477] Key type dns_resolver registered\n[ 0.787641] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788963] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.790546] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.792688] registered taskstats version 1\n[ 0.793693] Loading compiled-in X.509 certificates\n[ 0.795309] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.797652] zswap: loaded using pool lzo/zbud\n[ 0.799955] Key type trusted registered\n[ 0.801731] Key type encrypted registered\n[ 0.802557] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.803580] ima: No TPM chip found, activating TPM-bypass!\n[ 0.804621] evm: HMAC attrs: 0x1\n[ 0.805599] Magic number: 6:393:537\n[ 0.806358] bdi 1:15: hash matches\n[ 0.817892] tty ttyS17: hash matches\n[ 0.818736] rtc_cmos 00:00: setting system clock to 2018-10-04 15:31:35 UTC (1538667095)\n[ 0.820366] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.821480] EDD information not available.\n[ 0.879015] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.880562] Write protecting the kernel read-only data: 14336k\n[ 0.882243] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.884112] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.947361] 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 1.22\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.11...\nLease of 10.55.1.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.42. iid=i-00000105\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=20953055,end=20971487\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): 2 @ 3491.910 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCemFvNRJm/5em+9FuKKnBdLhf9+L7KxeSRKMBz19o7jlMAWFswAgeecjWYrwvFD/IvBaOc//Qgdu/79uqBapFgxKApnkCwhw+qeLeR0x1B5tUziQ6lzzogkcMzZqBOblV8n0WKEMeFPjM2c0zpTfa4z5V6JYfXFIk5cbRiKePN6WXeZP4AJO3mG+bHSN4wRkre9TeJYVzliL2ubpsY7BPQ5uGxa7JewwIXP+FkLDMnosDzQbLwFt1vzPw2K0a6Ef9kPn+S0iCzfeyYSGxOEGS81ZqRfhVqhuqDvkCaahfhGRW5quOSO/JCOCPY6idL8LPKT0nIPuvKKxgmvFO5oKwv root@createinstancesinglenetworktests-765bab99-2534-4c27-b3de-13299e\nssh-dss AAAAB3NzaC1kc3MAAACBAIRVQ048WpspG1OpX48q80tI3i/SHTAaUatHZfqLhucmPqr7v9I0hClBJ55/RbJbRO8T7ffxgfJAEumZqqard1tdCy9liFCNYuf0yCFEljmZs6WJCtA1ZqZ6Gez53xDu6PKV9CV8OPqDsLKnfZOgkOF0Vvt6bRb2Ti25Rmy9v8XZAAAAFQDjAvauSB07pEvKQAuB9iHzuzym4QAAAIAPypyLhsKWUaZ/Sw6JkD1Pqa/hBGm2tG6/Pdp6CBOIODxJ5OtN7rVfenDXBNwLGlF0pnemhc3eTc1P69tlCrw1tFWCfZxd+5n5P+p6i3z1eJITsBDNdnE4LdzFIZM+h+PR5e1GO55azJfSlwCGxWOpLpvj5nWcjR4Yj3FDA7xYvQAAAIAx+KT9xpevUyNkY/t9JSVX1prcBPzK6a5xBk4/jDTQfZ878s1y9Euaqk3jpb8Eps/Uusx+qH9in88xGIlPou1ws76lUt5vBBZQo9sVXWGauy09Px4jmyfrFCsfl0meE3CCKoWlbIWU0jfS86zJMDPEC2VjNkVXuLl8aFIPlJw+Ww== root@createinstancesinglenetworktests-765bab99-2534-4c27-b3de-13299e\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.11,24,fe80::f816:3eff:fe56:7dbf/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.11 \nip-route:169.254.169.254 via 10.55.1.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000105\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-765bab99-2534-4c27-b3de-13299e\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.\ncreateinstancesinglenetworktests-765bab99-2534-4c27-b3de-13299e login: "} 2018-10-04 15:31:46,820 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb/action used request id req-320759ad-e7f7-4719-b2e8-8e0fdf320b2f 2018-10-04 15:31:46,822 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-04 15:31:46,822 - create_instance_tests - DEBUG - Full console output - [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 478255208 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.146770] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.148405] pid_max: default: 32768 minimum: 301 [ 0.149292] ACPI: Core revision 20150930 [ 0.150704] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.151996] Security Framework initialized [ 0.152799] Yama: becoming mindful. [ 0.153525] AppArmor: AppArmor initialized [ 0.154373] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.155655] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.156904] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158082] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159444] Initializing cgroup subsys io [ 0.160249] Initializing cgroup subsys memory [ 0.161103] Initializing cgroup subsys devices [ 0.161979] Initializing cgroup subsys freezer [ 0.162842] Initializing cgroup subsys net_cls [ 0.163701] Initializing cgroup subsys perf_event [ 0.164598] Initializing cgroup subsys net_prio [ 0.165467] Initializing cgroup subsys hugetlb [ 0.166329] Initializing cgroup subsys pids [ 0.167197] CPU: Physical Processor ID: 0 [ 0.168677] mce: CPU supports 10 MCE banks [ 0.169516] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.170509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172803] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.179440] ftrace: allocating 31920 entries in 125 pages [ 0.206650] smpboot: Max logical packages: 2 [ 0.207495] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208670] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.210112] x2apic enabled [ 0.210985] Switched APIC routing to physical x2apic. [ 0.212851] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.214197] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.216542] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.218660] KVM setup paravirtual spinlock [ 0.220227] x86: Booting SMP configuration: [ 0.221217] .... node #0, CPUs: #1 [ 0.222192] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.244319] x86: Booted up 1 node, 2 CPUs [ 0.244321] KVM setup async PF for cpu 1 [ 0.244324] kvm-stealtime: cpu 1, msr f90d940 [ 0.247276] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.249000] devtmpfs: initialized [ 0.250794] evm: security.selinux [ 0.251585] evm: security.SMACK64 [ 0.252370] evm: security.SMACK64EXEC [ 0.253244] evm: security.SMACK64TRANSMUTE [ 0.254177] evm: security.SMACK64MMAP [ 0.255027] evm: security.ima [ 0.255757] evm: security.capability [ 0.256758] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.259019] pinctrl core: initialized pinctrl subsystem [ 0.260296] RTC time: 15:31:35, date: 10/04/18 [ 0.261411] NET: Registered protocol family 16 [ 0.270989] cpuidle: using governor ladder [ 0.283046] cpuidle: using governor menu [ 0.284118] PCCT header not found. [ 0.285095] ACPI: bus type PCI registered [ 0.286104] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.287703] PCI: Using configuration type 1 for base access [ 0.299937] ACPI: Added _OSI(Module Device) [ 0.300977] ACPI: Added _OSI(Processor Device) [ 0.302028] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.303260] ACPI: Added _OSI(Processor Aggregator Device) [ 0.305958] ACPI: Interpreter enabled [ 0.306890] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.309024] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.310833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.312625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.314433] ACPI: (supports S0 S5) [ 0.315125] ACPI: Using IOAPIC for interrupt routing [ 0.316182] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.319569] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.320683] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.321899] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.323063] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.325256] acpiphp: Slot [3] registered [ 0.326051] acpiphp: Slot [4] registered [ 0.326833] acpiphp: Slot [5] registered [ 0.327608] acpiphp: Slot [6] registered [ 0.328382] acpiphp: Slot [7] registered [ 0.329163] acpiphp: Slot [8] registered [ 0.329946] acpiphp: Slot [9] registered [ 0.330733] acpiphp: Slot [10] registered [ 0.341994] acpiphp: Slot [11] registered [ 0.342792] acpiphp: Slot [12] registered [ 0.343586] acpiphp: Slot [13] registered [ 0.344397] acpiphp: Slot [14] registered [ 0.345192] acpiphp: Slot [15] registered [ 0.345995] acpiphp: Slot [16] registered [ 0.346796] acpiphp: Slot [17] registered [ 0.347591] acpiphp: Slot [18] registered [ 0.348384] acpiphp: Slot [19] registered [ 0.349180] acpiphp: Slot [20] registered [ 0.349979] acpiphp: Slot [21] registered [ 0.350775] acpiphp: Slot [22] registered [ 0.351575] acpiphp: Slot [23] registered [ 0.352369] acpiphp: Slot [24] registered [ 0.353163] acpiphp: Slot [25] registered [ 0.353970] acpiphp: Slot [26] registered [ 0.354773] acpiphp: Slot [27] registered [ 0.355572] acpiphp: Slot [28] registered [ 0.356366] acpiphp: Slot [29] registered [ 0.357181] acpiphp: Slot [30] registered [ 0.357979] acpiphp: Slot [31] registered [ 0.358777] PCI host bridge to bus 0000:00 [ 0.359568] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.360747] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.361930] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.363350] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.364769] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.370997] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.372242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.373388] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.374622] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.381223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.382637] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.427597] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.429066] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.430453] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.431861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.433223] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.434481] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.435930] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.436962] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.438472] vgaarb: loaded [ 0.439062] vgaarb: bridge control possible 0000:00:02.0 [ 0.440200] SCSI subsystem initialized [ 0.441081] ACPI: bus type USB registered [ 0.441904] usbcore: registered new interface driver usbfs [ 0.442915] usbcore: registered new interface driver hub [ 0.443894] usbcore: registered new device driver usb [ 0.445031] PCI: Using ACPI for IRQ routing [ 0.446053] NetLabel: Initializing [ 0.446757] NetLabel: domain hash size = 128 [ 0.447584] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.448510] NetLabel: unlabeled traffic allowed by default [ 0.449686] clocksource: Switched to clocksource kvm-clock [ 0.455766] AppArmor: AppArmor Filesystem Enabled [ 0.456706] pnp: PnP ACPI init [ 0.457630] pnp: PnP ACPI: found 5 devices [ 0.465021] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.466691] NET: Registered protocol family 2 [ 0.467672] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.468912] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.470118] TCP: Hash tables configured (established 2048 bind 2048) [ 0.471419] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.472613] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.473937] NET: Registered protocol family 1 [ 0.474868] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.476086] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.477301] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.495811] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.514310] Trying to unpack rootfs image as initramfs... [ 0.564346] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.578711] Scanning for low memory corruption every 60 seconds [ 0.580376] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.581794] audit: initializing netlink subsys (disabled) [ 0.583016] audit: type=2000 audit(1538667095.679:1): initialized [ 0.584543] Initialise system trusted keyring [ 0.585768] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.587143] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.589482] zbud: loaded [ 0.590258] VFS: Disk quotas dquot_6.6.0 [ 0.591120] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592801] fuse init (API version 7.23) [ 0.593759] Key type big_key registered [ 0.594609] Allocating IMA MOK and blacklist keyrings. [ 0.596132] Key type asymmetric registered [ 0.596963] Asymmetric key parser 'x509' registered [ 0.597968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.599525] io scheduler noop registered [ 0.600326] io scheduler deadline registered (default) [ 0.601361] io scheduler cfq registered [ 0.602246] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.603330] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.604661] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.606183] ACPI: Power Button [PWRF] [ 0.607145] GHES: HEST is not enabled! [ 0.631260] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.669321] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.672044] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.696152] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.698875] Linux agpgart interface v0.103 [ 0.702108] brd: module loaded [ 0.703852] loop: module loaded [ 0.709072] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.710535] GPT:90111 != 20971519 [ 0.711221] GPT:Alternate GPT header not at the end of the disk. [ 0.712302] GPT:90111 != 20971519 [ 0.712985] GPT: Use GNU Parted to correct GPT errors. [ 0.713954] vda: vda1 vda15 [ 0.715624] scsi host0: ata_piix [ 0.716417] scsi host1: ata_piix [ 0.717125] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.718341] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.719599] libphy: Fixed MDIO Bus: probed [ 0.720563] tun: Universal TUN/TAP device driver, 1.6 [ 0.721509] tun: (C) 1999-2004 Max Krasnyansky [ 0.723613] PPP generic driver version 2.4.2 [ 0.724800] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.726298] ehci-pci: EHCI PCI platform driver [ 0.727344] ehci-platform: EHCI generic platform driver [ 0.728551] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.729918] ohci-pci: OHCI PCI platform driver [ 0.730965] ohci-platform: OHCI generic platform driver [ 0.732161] uhci_hcd: USB Universal Host Controller Interface driver [ 0.751485] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.752676] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.754402] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.755595] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.756929] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.758428] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.760116] usb usb1: Product: UHCI Host Controller [ 0.761268] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.762658] usb usb1: SerialNumber: 0000:00:01.2 [ 0.763830] hub 1-0:1.0: USB hub found [ 0.764753] hub 1-0:1.0: 2 ports detected [ 0.765833] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.768249] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.769399] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.770682] mousedev: PS/2 mouse device common for all mice [ 0.772215] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.774385] rtc_cmos 00:00: RTC can wake from S4 [ 0.775718] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777140] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.778589] i2c /dev entries driver [ 0.779498] device-mapper: uevent: version 1.0.3 [ 0.780633] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782588] ledtrig-cpu: registered to indicate activity on CPUs [ 0.784187] NET: Registered protocol family 10 [ 0.785405] NET: Registered protocol family 17 [ 0.786477] Key type dns_resolver registered [ 0.787641] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788963] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.790546] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.792688] registered taskstats version 1 [ 0.793693] Loading compiled-in X.509 certificates [ 0.795309] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.797652] zswap: loaded using pool lzo/zbud [ 0.799955] Key type trusted registered [ 0.801731] Key type encrypted registered [ 0.802557] AppArmor: AppArmor sha1 policy hashing enabled [ 0.803580] ima: No TPM chip found, activating TPM-bypass! [ 0.804621] evm: HMAC attrs: 0x1 [ 0.805599] Magic number: 6:393:537 [ 0.806358] bdi 1:15: hash matches [ 0.817892] tty ttyS17: hash matches [ 0.818736] rtc_cmos 00:00: setting system clock to 2018-10-04 15:31:35 UTC (1538667095) [ 0.820366] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.821480] EDD information not available. [ 0.879015] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.880562] Write protecting the kernel read-only data: 14336k [ 0.882243] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.884112] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.947361] 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 1.22 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.1.11... Lease of 10.55.1.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.42. iid=i-00000105 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=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.910 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCemFvNRJm/5em+9FuKKnBdLhf9+L7KxeSRKMBz19o7jlMAWFswAgeecjWYrwvFD/IvBaOc//Qgdu/79uqBapFgxKApnkCwhw+qeLeR0x1B5tUziQ6lzzogkcMzZqBOblV8n0WKEMeFPjM2c0zpTfa4z5V6JYfXFIk5cbRiKePN6WXeZP4AJO3mG+bHSN4wRkre9TeJYVzliL2ubpsY7BPQ5uGxa7JewwIXP+FkLDMnosDzQbLwFt1vzPw2K0a6Ef9kPn+S0iCzfeyYSGxOEGS81ZqRfhVqhuqDvkCaahfhGRW5quOSO/JCOCPY6idL8LPKT0nIPuvKKxgmvFO5oKwv root@createinstancesinglenetworktests-765bab99-2534-4c27-b3de-13299e ssh-dss AAAAB3NzaC1kc3MAAACBAIRVQ048WpspG1OpX48q80tI3i/SHTAaUatHZfqLhucmPqr7v9I0hClBJ55/RbJbRO8T7ffxgfJAEumZqqard1tdCy9liFCNYuf0yCFEljmZs6WJCtA1ZqZ6Gez53xDu6PKV9CV8OPqDsLKnfZOgkOF0Vvt6bRb2Ti25Rmy9v8XZAAAAFQDjAvauSB07pEvKQAuB9iHzuzym4QAAAIAPypyLhsKWUaZ/Sw6JkD1Pqa/hBGm2tG6/Pdp6CBOIODxJ5OtN7rVfenDXBNwLGlF0pnemhc3eTc1P69tlCrw1tFWCfZxd+5n5P+p6i3z1eJITsBDNdnE4LdzFIZM+h+PR5e1GO55azJfSlwCGxWOpLpvj5nWcjR4Yj3FDA7xYvQAAAIAx+KT9xpevUyNkY/t9JSVX1prcBPzK6a5xBk4/jDTQfZ878s1y9Euaqk3jpb8Eps/Uusx+qH9in88xGIlPou1ws76lUt5vBBZQo9sVXWGauy09Px4jmyfrFCsfl0meE3CCKoWlbIWU0jfS86zJMDPEC2VjNkVXuLl8aFIPlJw+Ww== root@createinstancesinglenetworktests-765bab99-2534-4c27-b3de-13299e -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.11,24,fe80::f816:3eff:fe56:7dbf/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.11 ip-route:169.254.169.254 via 10.55.1.4 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000105 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-765bab99-2534-4c27-b3de-13299e 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. createinstancesinglenetworktests-765bab99-2534-4c27-b3de-13299e login: 2018-10-04 15:31:46,825 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:47,434 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff4580e4-57dd-46d3-a5d1-76895ac5a2fd x-compute-request-id: req-ff4580e4-57dd-46d3-a5d1-76895ac5a2fd Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:7d:bf", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "bookmark"}], "image": {"id": "2a4144ee-31dc-4492-9989-d2f71dd53e29", "links": [{"href": "http://172.30.9.23:8774/images/2a4144ee-31dc-4492-9989-d2f71dd53e29", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:31:34.000000", "flavor": {"id": "7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "links": [{"href": "http://172.30.9.23:8774/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "rel": "bookmark"}]}, "id": "1fe6d731-3c1a-4b53-9573-43dd44a449fb", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp"}, {"name": "default"}], "user_id": "db01f60b34924f4aa824e870a9543136", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:31:37Z", "hostId": "e3366baa095bc70ba57a391793f89787fd44b798cc3e4782ba3b140c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-kp", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst", "created": "2018-10-04T15:31:31Z", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:31:47,434 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb used request id req-ff4580e4-57dd-46d3-a5d1-76895ac5a2fd 2018-10-04 15:31:47,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:47,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5dbfa02e-bdb7-413f-924a-9c084d467984 Date: Thu, 04 Oct 2018 15:31:47 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":["f34f0cf3-ba52-4026-a497-d421cfc8eea8"],"updated_at":"2018-10-04T15:31:08Z","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"edba7c7adc384b8d897753576ee22c06","id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net"}]} 2018-10-04 15:31:47,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net used request id req-5dbfa02e-bdb7-413f-924a-9c084d467984 2018-10-04 15:31:47,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:47,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-091a5dc1-07cf-49e3-ac31-ccb5344224a5 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06"}, "enabled": true, "id": "edba7c7adc384b8d897753576ee22c06", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}} 2018-10-04 15:31:47,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 used request id req-091a5dc1-07cf-49e3-ac31-ccb5344224a5 2018-10-04 15:31:47,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:47,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3a432cf3-a527-4a14-a891-ddddde5b0000 Date: Thu, 04 Oct 2018 15:31:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:08Z","dns_nameservers":[],"updated_at":"2018-10-04T15:31:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"edba7c7adc384b8d897753576ee22c06","id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-subnet"}]} 2018-10-04 15:31:47,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e used request id req-3a432cf3-a527-4a14-a891-ddddde5b0000 2018-10-04 15:31:47,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:47,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-783c7dfd-9567-4e71-a012-010d46ebe33c Date: Thu, 04 Oct 2018 15:31:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:43Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.11"}],"id":"1b2fc8c7-223e-4531-a33c-3b6b2a9bb0c4","security_groups":["898b4e49-7e82-4d53-aa77-4f562543da13","e2ab51c8-9e1d-4133-a33c-056e6a15dbc1"],"mac_address":"fa:16:3e:56:7d:bf","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401port-1","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:28Z","binding:vnic_type":"normal","device_id":"1fe6d731-3c1a-4b53-9573-43dd44a449fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.3"}],"id":"60eef975-253a-4267-94a0-cda26e2eb7e8","security_groups":[],"mac_address":"fa:16:3e:98:e4:58","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d9215bdb-0767-41d1-8b8d-c7b243761c8e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.1"}],"id":"79edefb0-3fdc-4e70-944c-d567bd447b99","security_groups":[],"mac_address":"fa:16:3e:49:73:30","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:17Z","binding:vnic_type":"normal","device_id":"5eaa36b6-5de4-44c5-a65f-3cc316ed34ba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.4"}],"id":"df6ad62b-bce4-4815-bb1f-40d7977023b1","security_groups":[],"mac_address":"fa:16:3e:b1:7b:bb","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d9215bdb-0767-41d1-8b8d-c7b243761c8e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.2"}],"id":"dfcd5360-2534-475d-bf60-3312157d0496","security_groups":[],"mac_address":"fa:16:3e:bf:6d:a6","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d9215bdb-0767-41d1-8b8d-c7b243761c8e"}]} 2018-10-04 15:31:47,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e used request id req-783c7dfd-9567-4e71-a012-010d46ebe33c 2018-10-04 15:31:47,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:48,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-06236d33-ef05-4b7b-9b4f-4af9a6851620 Date: Thu, 04 Oct 2018 15:31:48 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:11Z", "admin_state_up": true, "updated_at": "2018-10-04T15:31:17Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "5eaa36b6-5de4-44c5-a65f-3cc316ed34ba", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-router"}]} 2018-10-04 15:31:48,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-router used request id req-06236d33-ef05-4b7b-9b4f-4af9a6851620 2018-10-04 15:31:48,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:48,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83b025bc-b41a-4701-ba82-254f18d328e2 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06"}, "enabled": true, "id": "edba7c7adc384b8d897753576ee22c06", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}} 2018-10-04 15:31:48,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 used request id req-83b025bc-b41a-4701-ba82-254f18d328e2 2018-10-04 15:31:48,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=5eaa36b6-5de4-44c5-a65f-3cc316ed34ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:48,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-97405688-f083-4550-923d-cefa0e6018fe Date: Thu, 04 Oct 2018 15:31:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.1"}],"id":"79edefb0-3fdc-4e70-944c-d567bd447b99","security_groups":[],"mac_address":"fa:16:3e:49:73:30","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:17Z","binding:vnic_type":"normal","device_id":"5eaa36b6-5de4-44c5-a65f-3cc316ed34ba"}]} 2018-10-04 15:31:48,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=5eaa36b6-5de4-44c5-a65f-3cc316ed34ba used request id req-97405688-f083-4550-923d-cefa0e6018fe 2018-10-04 15:31:48,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/f34f0cf3-ba52-4026-a497-d421cfc8eea8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:48,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-39c51abe-6271-4626-b02f-09887182ef76 Date: Thu, 04 Oct 2018 15:31:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:08Z","dns_nameservers":[],"updated_at":"2018-10-04T15:31:08Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"edba7c7adc384b8d897753576ee22c06","id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-subnet"}} 2018-10-04 15:31:48,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/f34f0cf3-ba52-4026-a497-d421cfc8eea8 used request id req-39c51abe-6271-4626-b02f-09887182ef76 2018-10-04 15:31:48,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:48,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-368721b5-dda9-44ec-966f-5b680b1df352 Date: Thu, 04 Oct 2018 15:31:48 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:31:48,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-368721b5-dda9-44ec-966f-5b680b1df352 2018-10-04 15:31:48,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:48,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-407469d9-79a6-4d10-b6f1-fe33a453899b Date: Thu, 04 Oct 2018 15:31:48 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:31:48,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-407469d9-79a6-4d10-b6f1-fe33a453899b 2018-10-04 15:31:48,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:48,936 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31: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-981adf90-ac4d-4e3e-9c69-2b153bbc8b52 x-compute-request-id: req-981adf90-ac4d-4e3e-9c69-2b153bbc8b52 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:7d:bf", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "bookmark"}], "image": {"id": "2a4144ee-31dc-4492-9989-d2f71dd53e29", "links": [{"href": "http://172.30.9.23:8774/images/2a4144ee-31dc-4492-9989-d2f71dd53e29", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:31:34.000000", "flavor": {"id": "7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "links": [{"href": "http://172.30.9.23:8774/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "rel": "bookmark"}]}, "id": "1fe6d731-3c1a-4b53-9573-43dd44a449fb", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp"}, {"name": "default"}], "user_id": "db01f60b34924f4aa824e870a9543136", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:31:37Z", "hostId": "e3366baa095bc70ba57a391793f89787fd44b798cc3e4782ba3b140c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-kp", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst", "created": "2018-10-04T15:31:31Z", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:31:48,936 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb used request id req-981adf90-ac4d-4e3e-9c69-2b153bbc8b52 2018-10-04 15:31:48,936 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst] is - ACTIVE 2018-10-04 15:31:48,937 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:31:48,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:49,273 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31: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-57d6c572-6ab0-4775-b700-32194ab38dfb x-compute-request-id: req-57d6c572-6ab0-4775-b700-32194ab38dfb Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:7d:bf", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "bookmark"}], "image": {"id": "2a4144ee-31dc-4492-9989-d2f71dd53e29", "links": [{"href": "http://172.30.9.23:8774/images/2a4144ee-31dc-4492-9989-d2f71dd53e29", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:31:34.000000", "flavor": {"id": "7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "links": [{"href": "http://172.30.9.23:8774/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "rel": "bookmark"}]}, "id": "1fe6d731-3c1a-4b53-9573-43dd44a449fb", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp"}, {"name": "default"}], "user_id": "db01f60b34924f4aa824e870a9543136", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:31:37Z", "hostId": "e3366baa095bc70ba57a391793f89787fd44b798cc3e4782ba3b140c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-kp", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst", "created": "2018-10-04T15:31:31Z", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:31:49,273 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb used request id req-57d6c572-6ab0-4775-b700-32194ab38dfb 2018-10-04 15:31:49,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:49,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-abdc956c-c4ba-45b9-aa20-76e712c00e63 Date: Thu, 04 Oct 2018 15:31:49 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":["f34f0cf3-ba52-4026-a497-d421cfc8eea8"],"updated_at":"2018-10-04T15:31:08Z","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"edba7c7adc384b8d897753576ee22c06","id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net"}]} 2018-10-04 15:31:49,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net used request id req-abdc956c-c4ba-45b9-aa20-76e712c00e63 2018-10-04 15:31:49,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:49,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68af4a2d-d3af-42d7-8261-eeadba918c8e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06"}, "enabled": true, "id": "edba7c7adc384b8d897753576ee22c06", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}} 2018-10-04 15:31:49,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 used request id req-68af4a2d-d3af-42d7-8261-eeadba918c8e 2018-10-04 15:31:49,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:49,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-440a924d-fb3e-49ff-b0c7-1c6d9b179526 Date: Thu, 04 Oct 2018 15:31:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:08Z","dns_nameservers":[],"updated_at":"2018-10-04T15:31:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"edba7c7adc384b8d897753576ee22c06","id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-subnet"}]} 2018-10-04 15:31:49,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e used request id req-440a924d-fb3e-49ff-b0c7-1c6d9b179526 2018-10-04 15:31:49,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:49,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-339120ab-585f-41f7-b2a5-284328bc23f3 Date: Thu, 04 Oct 2018 15:31:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:43Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.11"}],"id":"1b2fc8c7-223e-4531-a33c-3b6b2a9bb0c4","security_groups":["898b4e49-7e82-4d53-aa77-4f562543da13","e2ab51c8-9e1d-4133-a33c-056e6a15dbc1"],"mac_address":"fa:16:3e:56:7d:bf","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401port-1","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:28Z","binding:vnic_type":"normal","device_id":"1fe6d731-3c1a-4b53-9573-43dd44a449fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.3"}],"id":"60eef975-253a-4267-94a0-cda26e2eb7e8","security_groups":[],"mac_address":"fa:16:3e:98:e4:58","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d9215bdb-0767-41d1-8b8d-c7b243761c8e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.1"}],"id":"79edefb0-3fdc-4e70-944c-d567bd447b99","security_groups":[],"mac_address":"fa:16:3e:49:73:30","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:17Z","binding:vnic_type":"normal","device_id":"5eaa36b6-5de4-44c5-a65f-3cc316ed34ba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.4"}],"id":"df6ad62b-bce4-4815-bb1f-40d7977023b1","security_groups":[],"mac_address":"fa:16:3e:b1:7b:bb","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d9215bdb-0767-41d1-8b8d-c7b243761c8e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.2"}],"id":"dfcd5360-2534-475d-bf60-3312157d0496","security_groups":[],"mac_address":"fa:16:3e:bf:6d:a6","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d9215bdb-0767-41d1-8b8d-c7b243761c8e"}]} 2018-10-04 15:31:49,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e used request id req-339120ab-585f-41f7-b2a5-284328bc23f3 2018-10-04 15:31:49,634 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-04 15:31:49,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:49,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-0c4e46fd-d1e2-409d-8388-1f8dd1082fc0 Date: Thu, 04 Oct 2018 15:31:49 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:31:49,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-0c4e46fd-d1e2-409d-8388-1f8dd1082fc0 2018-10-04 15:31:49,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:49,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c061eafb-851d-43ce-9bd6-e19ac85e8672 Date: Thu, 04 Oct 2018 15:31:49 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:31:49,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-c061eafb-851d-43ce-9bd6-e19ac85e8672 2018-10-04 15:31:49,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" -d '{"floatingip": {"floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "port_id": "1b2fc8c7-223e-4531-a33c-3b6b2a9bb0c4"}}' 2018-10-04 15:31:52,462 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-c66a4ac3-8b0e-4c56-a163-c4cf07af5dbf Date: Thu, 04 Oct 2018 15:31:52 GMT RESP BODY: {"floatingip": {"router_id": "5eaa36b6-5de4-44c5-a65f-3cc316ed34ba", "status": "DOWN", "description": "", "tags": [], "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:51Z", "updated_at": "2018-10-04T15:31:51Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "10.55.1.11", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "edba7c7adc384b8d897753576ee22c06", "port_id": "1b2fc8c7-223e-4531-a33c-3b6b2a9bb0c4", "id": "9f526a8c-fafd-4051-bf0b-4f57c08b0358"}} 2018-10-04 15:31:52,463 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-c66a4ac3-8b0e-4c56-a163-c4cf07af5dbf 2018-10-04 15:31:52,463 - create_instance - INFO - Created floating IP 172.30.9.204 via router - CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-router 2018-10-04 15:31:52,463 - create_instance - INFO - Checking if VM is active 2018-10-04 15:31:52,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:53,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31: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-4db82162-3ca0-438a-a858-07cf95c2bccf x-compute-request-id: req-4db82162-3ca0-438a-a858-07cf95c2bccf Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:7d:bf", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "bookmark"}], "image": {"id": "2a4144ee-31dc-4492-9989-d2f71dd53e29", "links": [{"href": "http://172.30.9.23:8774/images/2a4144ee-31dc-4492-9989-d2f71dd53e29", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:31:34.000000", "flavor": {"id": "7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "links": [{"href": "http://172.30.9.23:8774/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "rel": "bookmark"}]}, "id": "1fe6d731-3c1a-4b53-9573-43dd44a449fb", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp"}, {"name": "default"}], "user_id": "db01f60b34924f4aa824e870a9543136", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:31:37Z", "hostId": "e3366baa095bc70ba57a391793f89787fd44b798cc3e4782ba3b140c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-kp", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst", "created": "2018-10-04T15:31:31Z", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:31:53,123 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb used request id req-4db82162-3ca0-438a-a858-07cf95c2bccf 2018-10-04 15:31:53,123 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst] is - ACTIVE 2018-10-04 15:31:53,124 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:31:53,126 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:53,750 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31: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-2a71e173-de10-4004-bbf0-64d54d384155 x-compute-request-id: req-2a71e173-de10-4004-bbf0-64d54d384155 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:7d:bf", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:7d:bf", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "bookmark"}], "image": {"id": "2a4144ee-31dc-4492-9989-d2f71dd53e29", "links": [{"href": "http://172.30.9.23:8774/images/2a4144ee-31dc-4492-9989-d2f71dd53e29", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:31:34.000000", "flavor": {"id": "7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "links": [{"href": "http://172.30.9.23:8774/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "rel": "bookmark"}]}, "id": "1fe6d731-3c1a-4b53-9573-43dd44a449fb", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp"}, {"name": "default"}], "user_id": "db01f60b34924f4aa824e870a9543136", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:31:37Z", "hostId": "e3366baa095bc70ba57a391793f89787fd44b798cc3e4782ba3b140c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-kp", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst", "created": "2018-10-04T15:31:31Z", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:31:53,750 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb used request id req-2a71e173-de10-4004-bbf0-64d54d384155 2018-10-04 15:31:53,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:53,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9c2e79c9-fadb-449d-b4d2-38e4cae276e0 Date: Thu, 04 Oct 2018 15:31:53 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":["f34f0cf3-ba52-4026-a497-d421cfc8eea8"],"updated_at":"2018-10-04T15:31:08Z","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"edba7c7adc384b8d897753576ee22c06","id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net"}]} 2018-10-04 15:31:53,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net used request id req-9c2e79c9-fadb-449d-b4d2-38e4cae276e0 2018-10-04 15:31:53,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:53,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba61bc44-918c-49d5-81db-ea2a3c088923 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06"}, "enabled": true, "id": "edba7c7adc384b8d897753576ee22c06", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}} 2018-10-04 15:31:53,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 used request id req-ba61bc44-918c-49d5-81db-ea2a3c088923 2018-10-04 15:31:53,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:53,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-40acdb9d-0592-4bc4-b363-8f9c1e11c2bf Date: Thu, 04 Oct 2018 15:31:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:08Z","dns_nameservers":[],"updated_at":"2018-10-04T15:31:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"edba7c7adc384b8d897753576ee22c06","id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-subnet"}]} 2018-10-04 15:31:53,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e used request id req-40acdb9d-0592-4bc4-b363-8f9c1e11c2bf 2018-10-04 15:31:54,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:54,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-381e0686-95aa-4108-8e32-d8b0efc1fcce Date: Thu, 04 Oct 2018 15:31:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:43Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.11"}],"id":"1b2fc8c7-223e-4531-a33c-3b6b2a9bb0c4","security_groups":["898b4e49-7e82-4d53-aa77-4f562543da13","e2ab51c8-9e1d-4133-a33c-056e6a15dbc1"],"mac_address":"fa:16:3e:56:7d:bf","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401port-1","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:28Z","binding:vnic_type":"normal","device_id":"1fe6d731-3c1a-4b53-9573-43dd44a449fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.3"}],"id":"60eef975-253a-4267-94a0-cda26e2eb7e8","security_groups":[],"mac_address":"fa:16:3e:98:e4:58","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d9215bdb-0767-41d1-8b8d-c7b243761c8e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.1"}],"id":"79edefb0-3fdc-4e70-944c-d567bd447b99","security_groups":[],"mac_address":"fa:16:3e:49:73:30","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:17Z","binding:vnic_type":"normal","device_id":"5eaa36b6-5de4-44c5-a65f-3cc316ed34ba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.4"}],"id":"df6ad62b-bce4-4815-bb1f-40d7977023b1","security_groups":[],"mac_address":"fa:16:3e:b1:7b:bb","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d9215bdb-0767-41d1-8b8d-c7b243761c8e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:31:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f34f0cf3-ba52-4026-a497-d421cfc8eea8","ip_address":"10.55.1.2"}],"id":"dfcd5360-2534-475d-bf60-3312157d0496","security_groups":[],"mac_address":"fa:16:3e:bf:6d:a6","project_id":"edba7c7adc384b8d897753576ee22c06","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d9215bdb-0767-41d1-8b8d-c7b243761c8e","tenant_id":"edba7c7adc384b8d897753576ee22c06","created_at":"2018-10-04T15:31:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d9215bdb-0767-41d1-8b8d-c7b243761c8e"}]} 2018-10-04 15:31:54,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d9215bdb-0767-41d1-8b8d-c7b243761c8e used request id req-381e0686-95aa-4108-8e32-d8b0efc1fcce 2018-10-04 15:31:54,110 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:31:54,114 - paramiko.transport - DEBUG - starting thread (client mode): 0xb7b9c250L 2018-10-04 15:31:54,115 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:31:54,115 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-04 15:31:54,115 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 15:31:54,117 - 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-10-04 15:31:54,117 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:31:54,117 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-04 15:31:54,117 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:31:54,117 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:31:54,117 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:31:54,134 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:31:54,135 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:31:54,147 - paramiko.transport - DEBUG - Trying key 3f54525e5c39ae7fd1887b4bd90c584f from tmp/CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401 2018-10-04 15:31:54,173 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:31:54,176 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:31:54,276 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:31:54,293 - create_instance - INFO - SSH is active for VM instance 2018-10-04 15:31:54,294 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:31:54,295 - paramiko.transport - DEBUG - starting thread (client mode): 0xb7b9c150L 2018-10-04 15:31:54,295 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:31:54,296 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-04 15:31:54,296 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 15:31:54,297 - 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-10-04 15:31:54,297 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:31:54,297 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-04 15:31:54,297 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:31:54,298 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:31:54,298 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:31:54,314 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:31:54,315 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:31:54,328 - paramiko.transport - DEBUG - Trying key 3f54525e5c39ae7fd1887b4bd90c584f from tmp/CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401 2018-10-04 15:31:54,353 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:31:54,356 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:31:54,360 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 15:31:54,361 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-04 15:31:54,361 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 15:31:54,362 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 15:31:54,363 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 15:31:54,364 - create_instance - INFO - Deleting Floating IP - 172.30.9.204 2018-10-04 15:31:54,365 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.204 2018-10-04 15:31:54,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/floatingips/9f526a8c-fafd-4051-bf0b-4f57c08b0358 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:55,479 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-43c49cad-a591-46b8-a0d5-70db221f6ec1 Content-Length: 0 Date: Thu, 04 Oct 2018 15:31:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:31:55,479 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/9f526a8c-fafd-4051-bf0b-4f57c08b0358 used request id req-43c49cad-a591-46b8-a0d5-70db221f6ec1 2018-10-04 15:31:55,480 - create_instance - INFO - Deleting Port with ID - 1b2fc8c7-223e-4531-a33c-3b6b2a9bb0c4 2018-10-04 15:31:55,480 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401port-1 2018-10-04 15:31:55,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/1b2fc8c7-223e-4531-a33c-3b6b2a9bb0c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:56,008 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7104a59f-a460-48b2-ad9d-a74d449e4274 Date: Thu, 04 Oct 2018 15:31:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:31:56,009 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/1b2fc8c7-223e-4531-a33c-3b6b2a9bb0c4 used request id req-7104a59f-a460-48b2-ad9d-a74d449e4274 2018-10-04 15:31:56,009 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst 2018-10-04 15:31:56,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:56,246 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:31:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-45c4cf9f-f929-4fac-aa48-0b0f4f951c0c x-compute-request-id: req-45c4cf9f-f929-4fac-aa48-0b0f4f951c0c Content-Type: application/json 2018-10-04 15:31:56,246 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb used request id req-45c4cf9f-f929-4fac-aa48-0b0f4f951c0c 2018-10-04 15:31:56,246 - create_instance - INFO - Checking deletion status 2018-10-04 15:31:56,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:56,569 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-540959f3-f7c3-445e-9adb-029e3deaefa4 x-compute-request-id: req-540959f3-f7c3-445e-9adb-029e3deaefa4 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:7d:bf", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "bookmark"}], "image": {"id": "2a4144ee-31dc-4492-9989-d2f71dd53e29", "links": [{"href": "http://172.30.9.23:8774/images/2a4144ee-31dc-4492-9989-d2f71dd53e29", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:31:34.000000", "flavor": {"id": "7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "links": [{"href": "http://172.30.9.23:8774/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "rel": "bookmark"}]}, "id": "1fe6d731-3c1a-4b53-9573-43dd44a449fb", "user_id": "db01f60b34924f4aa824e870a9543136", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:31:56Z", "hostId": "e3366baa095bc70ba57a391793f89787fd44b798cc3e4782ba3b140c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-kp", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst", "created": "2018-10-04T15:31:31Z", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:31:56,569 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb used request id req-540959f3-f7c3-445e-9adb-029e3deaefa4 2018-10-04 15:31:56,569 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst] is - ACTIVE 2018-10-04 15:31:56,570 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:31:59,573 - create_instance - DEBUG - VM status query timeout in 296.673485994 2018-10-04 15:31:59,576 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:31:59,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:31: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-f5fd9d4d-0e4e-4033-9758-e885cbe346b0 x-compute-request-id: req-f5fd9d4d-0e4e-4033-9758-e885cbe346b0 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:7d:bf", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb", "rel": "bookmark"}], "image": {"id": "2a4144ee-31dc-4492-9989-d2f71dd53e29", "links": [{"href": "http://172.30.9.23:8774/images/2a4144ee-31dc-4492-9989-d2f71dd53e29", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:31:34.000000", "flavor": {"id": "7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "links": [{"href": "http://172.30.9.23:8774/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701", "rel": "bookmark"}]}, "id": "1fe6d731-3c1a-4b53-9573-43dd44a449fb", "user_id": "db01f60b34924f4aa824e870a9543136", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:31:59Z", "hostId": "e3366baa095bc70ba57a391793f89787fd44b798cc3e4782ba3b140c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-kp", "name": "CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst", "created": "2018-10-04T15:31:31Z", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:31:59,809 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb used request id req-f5fd9d4d-0e4e-4033-9758-e885cbe346b0 2018-10-04 15:31:59,810 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst] is - ACTIVE 2018-10-04 15:31:59,810 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:32:02,813 - create_instance - DEBUG - VM status query timeout in 293.433423042 2018-10-04 15:32:02,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39e686fb9418139a8f16f693da1fbfc6acd4fd9b" 2018-10-04 15:32:02,869 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:32: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-5a0bff8f-ab64-4ab9-940c-700b20217f3f x-compute-request-id: req-5a0bff8f-ab64-4ab9-940c-700b20217f3f Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 1fe6d731-3c1a-4b53-9573-43dd44a449fb could not be found.", "code": 404}} 2018-10-04 15:32:02,870 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1fe6d731-3c1a-4b53-9573-43dd44a449fb used request id req-5a0bff8f-ab64-4ab9-940c-700b20217f3f 2018-10-04 15:32:02,870 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 1fe6d731-3c1a-4b53-9573-43dd44a449fb could not be found. (HTTP 404) (Request-ID: req-5a0bff8f-ab64-4ab9-940c-700b20217f3f) 2018-10-04 15:32:02,870 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-inst 2018-10-04 15:32:02,871 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-kp 2018-10-04 15:32:02,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d200e79102946d03490136d764fd6227b0d371" 2018-10-04 15:32:02,921 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:32: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-62e5a182-b746-4f25-b283-5247a894b778 x-compute-request-id: req-62e5a182-b746-4f25-b283-5247a894b778 Content-Length: 0 Content-Type: application/json 2018-10-04 15:32:02,921 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-kp used request id req-62e5a182-b746-4f25-b283-5247a894b778 2018-10-04 15:32:02,922 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401.pub] 2018-10-04 15:32:02,922 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401] 2018-10-04 15:32:02,926 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d98753a6d01a2121c54b41f06177f640bb9fce3e" 2018-10-04 15:32:02,964 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:32: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-848f1bb6-d4c1-4b1e-b657-35afb008d397 x-compute-request-id: req-848f1bb6-d4c1-4b1e-b657-35afb008d397 Content-Length: 0 Content-Type: application/json 2018-10-04 15:32:02,964 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/7e4ea6b7-9d9b-4db9-9df1-d43a9f7c6701 used request id req-848f1bb6-d4c1-4b1e-b657-35afb008d397 2018-10-04 15:32:02,965 - neutron_utils - INFO - Deleting security group rule with ID - 02081867-fbfb-4ac7-8d69-b4b47673d383 2018-10-04 15:32:02,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/02081867-fbfb-4ac7-8d69-b4b47673d383 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8941cc8c6d17d6f7b87a0aab80c95372293c8f" 2018-10-04 15:32:03,219 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-56de4c4e-e9a7-4e61-bfc4-c11d298e1c92 Content-Length: 0 Date: Thu, 04 Oct 2018 15:32:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:32:03,219 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/02081867-fbfb-4ac7-8d69-b4b47673d383 used request id req-56de4c4e-e9a7-4e61-bfc4-c11d298e1c92 2018-10-04 15:32:03,219 - neutron_utils - INFO - Deleting security group rule with ID - d3e6f747-db67-43bb-8d95-e2d8f47b912d 2018-10-04 15:32:03,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/d3e6f747-db67-43bb-8d95-e2d8f47b912d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8941cc8c6d17d6f7b87a0aab80c95372293c8f" 2018-10-04 15:32:03,322 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a5aee7c2-7258-43df-9e59-0c6440e7b566 Content-Length: 0 Date: Thu, 04 Oct 2018 15:32:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:32:03,322 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/d3e6f747-db67-43bb-8d95-e2d8f47b912d used request id req-a5aee7c2-7258-43df-9e59-0c6440e7b566 2018-10-04 15:32:03,323 - neutron_utils - INFO - Deleting security group rule with ID - 49111047-515e-4ff4-bc57-50b725a50060 2018-10-04 15:32:03,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/49111047-515e-4ff4-bc57-50b725a50060 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8941cc8c6d17d6f7b87a0aab80c95372293c8f" 2018-10-04 15:32:03,580 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a6038e7a-73ac-4521-bc56-3f2b9ea96646 Content-Length: 0 Date: Thu, 04 Oct 2018 15:32:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:32:03,580 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/49111047-515e-4ff4-bc57-50b725a50060 used request id req-a6038e7a-73ac-4521-bc56-3f2b9ea96646 2018-10-04 15:32:03,581 - neutron_utils - INFO - Deleting security group rule with ID - 3f4896cd-1c4d-4825-b4cb-f616bd6dca65 2018-10-04 15:32:03,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/3f4896cd-1c4d-4825-b4cb-f616bd6dca65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8941cc8c6d17d6f7b87a0aab80c95372293c8f" 2018-10-04 15:32:03,713 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1b56f0c6-f64c-407b-b2b7-0bfa33dfe030 Content-Length: 0 Date: Thu, 04 Oct 2018 15:32:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:32:03,713 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/3f4896cd-1c4d-4825-b4cb-f616bd6dca65 used request id req-1b56f0c6-f64c-407b-b2b7-0bfa33dfe030 2018-10-04 15:32:03,713 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-sec-grp 2018-10-04 15:32:03,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/898b4e49-7e82-4d53-aa77-4f562543da13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8941cc8c6d17d6f7b87a0aab80c95372293c8f" 2018-10-04 15:32:04,011 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a7b99a7b-ec3d-4586-b0f0-bd3680fa7886 Content-Length: 0 Date: Thu, 04 Oct 2018 15:32:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:32:04,012 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/898b4e49-7e82-4d53-aa77-4f562543da13 used request id req-a7b99a7b-ec3d-4586-b0f0-bd3680fa7886 2018-10-04 15:32:04,012 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-router and subnet CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-subnet 2018-10-04 15:32:04,013 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-router 2018-10-04 15:32:04,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/5eaa36b6-5de4-44c5-a65f-3cc316ed34ba/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7265ff65615f2c1fbad1cb0f2418f1aa5837b784" -d '{"subnet_id": "f34f0cf3-ba52-4026-a497-d421cfc8eea8"}' 2018-10-04 15:32:05,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-64fe736c-b2d0-4075-bf7b-b650d2184137 Date: Thu, 04 Oct 2018 15:32:05 GMT RESP BODY: {"network_id": "d9215bdb-0767-41d1-8b8d-c7b243761c8e", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "subnet_id": "f34f0cf3-ba52-4026-a497-d421cfc8eea8", "subnet_ids": ["f34f0cf3-ba52-4026-a497-d421cfc8eea8"], "port_id": "79edefb0-3fdc-4e70-944c-d567bd447b99", "id": "5eaa36b6-5de4-44c5-a65f-3cc316ed34ba"} 2018-10-04 15:32:05,629 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/5eaa36b6-5de4-44c5-a65f-3cc316ed34ba/remove_router_interface used request id req-64fe736c-b2d0-4075-bf7b-b650d2184137 2018-10-04 15:32:05,630 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-router 2018-10-04 15:32:05,630 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-router 2018-10-04 15:32:05,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/5eaa36b6-5de4-44c5-a65f-3cc316ed34ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7265ff65615f2c1fbad1cb0f2418f1aa5837b784" 2018-10-04 15:32:08,933 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bdafe0d2-2310-4c40-9979-e93f3c92ce9b Content-Length: 0 Date: Thu, 04 Oct 2018 15:32:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:32:08,933 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/5eaa36b6-5de4-44c5-a65f-3cc316ed34ba used request id req-bdafe0d2-2310-4c40-9979-e93f3c92ce9b 2018-10-04 15:32:08,934 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-subnet 2018-10-04 15:32:08,934 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-subnet 2018-10-04 15:32:08,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/f34f0cf3-ba52-4026-a497-d421cfc8eea8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}451202a6c8b2d0fae4c4273e41e51b4d4d0c9c78" 2018-10-04 15:32:11,263 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-99b3da4b-509d-4510-ab22-bd16b49d1903 Date: Thu, 04 Oct 2018 15:32:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:32:11,263 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/f34f0cf3-ba52-4026-a497-d421cfc8eea8 used request id req-99b3da4b-509d-4510-ab22-bd16b49d1903 2018-10-04 15:32:11,263 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-pub-net 2018-10-04 15:32:11,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/d9215bdb-0767-41d1-8b8d-c7b243761c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}451202a6c8b2d0fae4c4273e41e51b4d4d0c9c78" 2018-10-04 15:32:12,529 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-099eb7ea-5b0d-442d-ab0f-9cb455c1befa Date: Thu, 04 Oct 2018 15:32:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:32:12,529 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d9215bdb-0767-41d1-8b8d-c7b243761c8e used request id req-099eb7ea-5b0d-442d-ab0f-9cb455c1befa 2018-10-04 15:32:12,530 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-765bab99-2534-4c27-b3de-13299ecac401-image 2018-10-04 15:32:12,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/2a4144ee-31dc-4492-9989-d2f71dd53e29 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d75b9f5d851b5267f543a2cf8dede33c3b98058e" 2018-10-04 15:32:13,250 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-93c5f9ab-dbc3-465a-91b8-b67708a373d0 Date: Thu, 04 Oct 2018 15:32:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:32:13,250 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/2a4144ee-31dc-4492-9989-d2f71dd53e29 used request id req-93c5f9ab-dbc3-465a-91b8-b67708a373d0 2018-10-04 15:32:13,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bca97ecab67004e9722d09680e19f42a941e33e" 2018-10-04 15:32:13,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-69a00ca5-0153-4bfa-8ae5-51b1bd93f372 Date: Thu, 04 Oct 2018 15:32:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:07Z", "updated_at": "2018-10-04T15:31:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:31:07Z", "revision_number": 0, "id": "05f5b7ea-bcd2-4450-9597-7566980a855b", "remote_group_id": "e2ab51c8-9e1d-4133-a33c-056e6a15dbc1", "remote_ip_prefix": null, "created_at": "2018-10-04T15:31:07Z", "security_group_id": "e2ab51c8-9e1d-4133-a33c-056e6a15dbc1", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "port_range_min": null, "ethertype": "IPv6", "project_id": "edba7c7adc384b8d897753576ee22c06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:31:07Z", "revision_number": 0, "id": "0723a3b1-1805-4900-ad82-a44105059a6c", "remote_group_id": "e2ab51c8-9e1d-4133-a33c-056e6a15dbc1", "remote_ip_prefix": null, "created_at": "2018-10-04T15:31:07Z", "security_group_id": "e2ab51c8-9e1d-4133-a33c-056e6a15dbc1", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "port_range_min": null, "ethertype": "IPv4", "project_id": "edba7c7adc384b8d897753576ee22c06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:31:07Z", "revision_number": 0, "id": "2137ce5c-ff88-46cd-b5da-3175602d819c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:31:07Z", "security_group_id": "e2ab51c8-9e1d-4133-a33c-056e6a15dbc1", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "port_range_min": null, "ethertype": "IPv6", "project_id": "edba7c7adc384b8d897753576ee22c06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:31:07Z", "revision_number": 0, "id": "60761927-4fd5-42fa-bf65-77cb6aa2b2dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:31:07Z", "security_group_id": "e2ab51c8-9e1d-4133-a33c-056e6a15dbc1", "tenant_id": "edba7c7adc384b8d897753576ee22c06", "port_range_min": null, "ethertype": "IPv4", "project_id": "edba7c7adc384b8d897753576ee22c06"}], "revision_number": 4, "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "e2ab51c8-9e1d-4133-a33c-056e6a15dbc1", "name": "default"}]} 2018-10-04 15:32:13,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-69a00ca5-0153-4bfa-8ae5-51b1bd93f372 2018-10-04 15:32:13,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bca97ecab67004e9722d09680e19f42a941e33e" 2018-10-04 15:32:13,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5dbffe9-ab4d-4634-8f31-3ed7118464ca Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:32:13,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-a5dbffe9-ab4d-4634-8f31-3ed7118464ca 2018-10-04 15:32:13,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bca97ecab67004e9722d09680e19f42a941e33e" 2018-10-04 15:32:13,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6996d86e-7e0f-4d9a-9500-c9ac7ad554c1 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:32:13,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-6996d86e-7e0f-4d9a-9500-c9ac7ad554c1 2018-10-04 15:32:13,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bca97ecab67004e9722d09680e19f42a941e33e" 2018-10-04 15:32:13,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c71bca7-bbd1-4929-a6b7-2ca2622c8e64 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:32:13,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-5c71bca7-bbd1-4929-a6b7-2ca2622c8e64 2018-10-04 15:32:13,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bca97ecab67004e9722d09680e19f42a941e33e" 2018-10-04 15:32:13,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3d12ff6-0b3a-4332-ba53-64646cdca953 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06"}, "enabled": true, "id": "edba7c7adc384b8d897753576ee22c06", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj"}} 2018-10-04 15:32:13,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 used request id req-b3d12ff6-0b3a-4332-ba53-64646cdca953 2018-10-04 15:32:13,833 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e2ab51c8-9e1d-4133-a33c-056e6a15dbc1 2018-10-04 15:32:13,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e2ab51c8-9e1d-4133-a33c-056e6a15dbc1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bca97ecab67004e9722d09680e19f42a941e33e" 2018-10-04 15:32:14,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-15ff0713-9483-4ef2-b754-52a654b6ad96 Date: Thu, 04 Oct 2018 15:32:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "e2ab51c8-9e1d-4133-a33c-056e6a15dbc1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:31:07Z", "security_group_id": "e2ab51c8-9e1d-4133-a33c-056e6a15dbc1", "port_range_min": null, "revision_number": 0, "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:07Z", "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "05f5b7ea-bcd2-4450-9597-7566980a855b"}, {"remote_group_id": "e2ab51c8-9e1d-4133-a33c-056e6a15dbc1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:31:07Z", "security_group_id": "e2ab51c8-9e1d-4133-a33c-056e6a15dbc1", "port_range_min": null, "revision_number": 0, "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:07Z", "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "0723a3b1-1805-4900-ad82-a44105059a6c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:31:07Z", "security_group_id": "e2ab51c8-9e1d-4133-a33c-056e6a15dbc1", "port_range_min": null, "revision_number": 0, "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:07Z", "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "2137ce5c-ff88-46cd-b5da-3175602d819c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:31:07Z", "security_group_id": "e2ab51c8-9e1d-4133-a33c-056e6a15dbc1", "port_range_min": null, "revision_number": 0, "tenant_id": "edba7c7adc384b8d897753576ee22c06", "created_at": "2018-10-04T15:31:07Z", "project_id": "edba7c7adc384b8d897753576ee22c06", "id": "60761927-4fd5-42fa-bf65-77cb6aa2b2dd"}]} 2018-10-04 15:32:14,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e2ab51c8-9e1d-4133-a33c-056e6a15dbc1 used request id req-15ff0713-9483-4ef2-b754-52a654b6ad96 2018-10-04 15:32:14,017 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:32:14,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/e2ab51c8-9e1d-4133-a33c-056e6a15dbc1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bca97ecab67004e9722d09680e19f42a941e33e" 2018-10-04 15:32:14,322 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4f01825e-4d32-47a8-8143-4d4a5a8848bf Content-Length: 0 Date: Thu, 04 Oct 2018 15:32:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:32:14,322 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/e2ab51c8-9e1d-4133-a33c-056e6a15dbc1 used request id req-4f01825e-4d32-47a8-8143-4d4a5a8848bf 2018-10-04 15:32:14,323 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj 2018-10-04 15:32:14,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bca97ecab67004e9722d09680e19f42a941e33e" 2018-10-04 15:32:14,528 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:32:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c5afa97-e186-4a35-a4df-925fea1d9f89 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:32:14,528 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/edba7c7adc384b8d897753576ee22c06 used request id req-8c5afa97-e186-4a35-a4df-925fea1d9f89 2018-10-04 15:32:14,529 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-proj-role 2018-10-04 15:32:14,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/11456931ac8945499bd36e907645b65f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bca97ecab67004e9722d09680e19f42a941e33e" 2018-10-04 15:32:14,633 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:32:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99cd08db-503c-4835-8436-5d98e565e970 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:32:14,633 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/11456931ac8945499bd36e907645b65f used request id req-99cd08db-503c-4835-8436-5d98e565e970 2018-10-04 15:32:14,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bca97ecab67004e9722d09680e19f42a941e33e" 2018-10-04 15:32:14,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce7d6971-836f-4441-b6bc-6f73c1583c03 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:32:14,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ce7d6971-836f-4441-b6bc-6f73c1583c03 2018-10-04 15:32:14,722 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-8e3426e8-273f-49e-user 2018-10-04 15:32:14,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/db01f60b34924f4aa824e870a9543136 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5f1aafeadcd4aa63216a9fed164b54241926cc1" 2018-10-04 15:32:14,895 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:32:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b082cca-2dac-4fee-a4b9-3cb2cb571890 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:32:14,896 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/db01f60b34924f4aa824e870a9543136 used request id req-4b082cca-2dac-4fee-a4b9-3cb2cb571890 2018-10-04 15:32:14,897 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:32:15,271 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:32:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["dbK5cC3yTkGZi3cx8jt8pQ"], "issued_at": "2018-10-04T15:32:15.000000Z"}} 2018-10-04 15:32:15,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0518530d34755bf6b6ac30472e87a4cf05d3aca" 2018-10-04 15:32:15,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-368c0957-bfa8-4c5b-97e6-8edd612b6bea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:32:15,355 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-368c0957-bfa8-4c5b-97e6-8edd612b6bea 2018-10-04 15:32:15,356 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:32:15,357 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:32:15,743 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:32:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["hYUNvUk5QbKSsSkioiOrqw"], "issued_at": "2018-10-04T15:32:15.000000Z"}} 2018-10-04 15:32:15,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}998e7eec66618a719eb6a83ec2fb7380f0f5518a" 2018-10-04 15:32:15,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75fa95f1-c566-4dbd-b3dd-7443fc6d45ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:32:15,819 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-75fa95f1-c566-4dbd-b3dd-7443fc6d45ca 2018-10-04 15:32:15,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:32:15,828 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:32:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:32:15,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}998e7eec66618a719eb6a83ec2fb7380f0f5518a" 2018-10-04 15:32:15,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eca72596-fcb8-451b-96be-b357498f3294 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:32:15,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj used request id req-eca72596-fcb8-451b-96be-b357498f3294 2018-10-04 15:32:15,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}998e7eec66618a719eb6a83ec2fb7380f0f5518a" 2018-10-04 15:32:16,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4eb4beb6-50f0-4c7c-a4c6-a8300c3327ad Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:32:16,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-4eb4beb6-50f0-4c7c-a4c6-a8300c3327ad 2018-10-04 15:32:16,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}998e7eec66618a719eb6a83ec2fb7380f0f5518a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}}' 2018-10-04 15:32:16,124 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:32:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-732e7070-39da-414a-b5f0-2f3a8f34b33b Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa"}, "enabled": true, "id": "92013e628a3b41599c1d9c97f21e18aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}} 2018-10-04 15:32:16,124 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-732e7070-39da-414a-b5f0-2f3a8f34b33b 2018-10-04 15:32:16,125 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj 2018-10-04 15:32:16,125 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:32:16,126 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:32:16,511 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:32:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["_sq0h8odS2qugvLoKyrcCg"], "issued_at": "2018-10-04T15:32:16.000000Z"}} 2018-10-04 15:32:16,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a706b77a8fe1abd31125fd28a974997b76e81421" 2018-10-04 15:32:16,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdb9ce84-3c42-49eb-834f-5642b75cab92 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:32:16,593 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cdb9ce84-3c42-49eb-834f-5642b75cab92 2018-10-04 15:32:16,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:32:16,602 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:32:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:32:16,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a706b77a8fe1abd31125fd28a974997b76e81421" 2018-10-04 15:32:16,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b5dd789-d460-49f5-98d3-3e065335f03d Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:32:16,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0b5dd789-d460-49f5-98d3-3e065335f03d 2018-10-04 15:32:16,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a706b77a8fe1abd31125fd28a974997b76e81421" 2018-10-04 15:32:16,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97aee546-3e51-40cd-b69c-5be2a2a74bb9 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa"}, "enabled": true, "id": "92013e628a3b41599c1d9c97f21e18aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}]} 2018-10-04 15:32:16,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj used request id req-97aee546-3e51-40cd-b69c-5be2a2a74bb9 2018-10-04 15:32:16,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a706b77a8fe1abd31125fd28a974997b76e81421" 2018-10-04 15:32:16,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5876e84a-77b2-48c3-bbfb-a943506af3ac Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:32:16,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-5876e84a-77b2-48c3-bbfb-a943506af3ac 2018-10-04 15:32:17,196 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-b651c4c6-7984-441-user 2018-10-04 15:32:17,196 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:32:17,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}998e7eec66618a719eb6a83ec2fb7380f0f5518a" 2018-10-04 15:32:17,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88049ed2-6ba1-4c4d-895f-103a54902e1f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:32:17,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-88049ed2-6ba1-4c4d-895f-103a54902e1f 2018-10-04 15:32:17,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}998e7eec66618a719eb6a83ec2fb7380f0f5518a" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj-role"}}' 2018-10-04 15:32:17,442 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:32:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d0dfde1-bcd2-4bd5-a33b-fc66670d2ffb Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c22d26ebf4bc4d8d9509d92c09200135", "links": {"self": "http://172.30.9.23:5000/v3/roles/c22d26ebf4bc4d8d9509d92c09200135"}, "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj-role"}} 2018-10-04 15:32:17,442 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-2d0dfde1-bcd2-4bd5-a33b-fc66670d2ffb 2018-10-04 15:32:17,442 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj-role 2018-10-04 15:32:17,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/c22d26ebf4bc4d8d9509d92c09200135 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}998e7eec66618a719eb6a83ec2fb7380f0f5518a" 2018-10-04 15:32:17,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f4a27c9-43b6-4543-b046-001f869a00ca Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/c22d26ebf4bc4d8d9509d92c09200135"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj-role", "id": "c22d26ebf4bc4d8d9509d92c09200135"}} 2018-10-04 15:32:17,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/c22d26ebf4bc4d8d9509d92c09200135 used request id req-9f4a27c9-43b6-4543-b046-001f869a00ca 2018-10-04 15:32:17,534 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj-role to project CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj 2018-10-04 15:32:17,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa/users/4d93af8e4b0642ac8993ff031befd6d1/roles/c22d26ebf4bc4d8d9509d92c09200135 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}998e7eec66618a719eb6a83ec2fb7380f0f5518a" 2018-10-04 15:32:17,654 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:32:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a90b3afe-2316-400d-9e87-1c73f971224b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:32:17,654 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa/users/4d93af8e4b0642ac8993ff031befd6d1/roles/c22d26ebf4bc4d8d9509d92c09200135 used request id req-a90b3afe-2316-400d-9e87-1c73f971224b 2018-10-04 15:32:17,654 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:32:17,656 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:32:17,656 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:32:17,657 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:32:18,029 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c22d26ebf4bc4d8d9509d92c09200135", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj-role"}], "expires_at": "2018-10-04T16:32:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "92013e628a3b41599c1d9c97f21e18aa", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-user", "id": "4d93af8e4b0642ac8993ff031befd6d1"}, "audit_ids": ["WP3KUEGNTU-jwPjws57pTw"], "issued_at": "2018-10-04T15:32:18.000000Z"}} 2018-10-04 15:32:18,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04fe478c88fc2e45eacfeaa86c99f53007f6d009" 2018-10-04 15:32:18,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e43dc45-9c87-4d88-a919-8feed8d740a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:32:18,114 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4e43dc45-9c87-4d88-a919-8feed8d740a7 2018-10-04 15:32:18,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04fe478c88fc2e45eacfeaa86c99f53007f6d009" 2018-10-04 15:32:18,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-d05416e6-d3ec-4a9b-afdf-d6704b800c0c Date: Thu, 04 Oct 2018 15:32:18 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-image"} 2018-10-04 15:32:18,287 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-image used request id req-d05416e6-d3ec-4a9b-afdf-d6704b800c0c 2018-10-04 15:32:18,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04fe478c88fc2e45eacfeaa86c99f53007f6d009" 2018-10-04 15:32:18,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d597ac75-49f4-4269-a8ab-e9568e857111 Date: Thu, 04 Oct 2018 15:32:18 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:32:18,438 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-d597ac75-49f4-4269-a8ab-e9568e857111 2018-10-04 15:32:18,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}04fe478c88fc2e45eacfeaa86c99f53007f6d009" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-image"}' 2018-10-04 15:32:18,659 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/cea3c476-48b1-4fbf-b22d-031f1a88d803 X-Openstack-Request-Id: req-6f613a31-10aa-46e6-8a9b-fba99870f44f Date: Thu, 04 Oct 2018 15:32:18 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:32:18Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:32:18Z", "visibility": "shared", "locations": [], "self": "/v2/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "min_disk": 0, "protected": false, "id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "file": "/v2/images/cea3c476-48b1-4fbf-b22d-031f1a88d803/file", "checksum": null, "owner": "92013e628a3b41599c1d9c97f21e18aa", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:32:18,659 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-6f613a31-10aa-46e6-8a9b-fba99870f44f 2018-10-04 15:32:18,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/cea3c476-48b1-4fbf-b22d-031f1a88d803/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04fe478c88fc2e45eacfeaa86c99f53007f6d009" -d '' 2018-10-04 15:32:20,392 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-06e016ba-4d0a-42ee-86f0-9d3fae9b65bf Date: Thu, 04 Oct 2018 15:32:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:32:20,392 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/cea3c476-48b1-4fbf-b22d-031f1a88d803/file used request id req-06e016ba-4d0a-42ee-86f0-9d3fae9b65bf 2018-10-04 15:32:20,393 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:32:20,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/cea3c476-48b1-4fbf-b22d-031f1a88d803 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04fe478c88fc2e45eacfeaa86c99f53007f6d009" 2018-10-04 15:32:20,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-281f8cd4-22e0-4a9c-b2c2-2bdd7dbe23c8 Date: Thu, 04 Oct 2018 15:32:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:32:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:32:20Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/cea3c476-48b1-4fbf-b22d-031f1a88d803/snap", "metadata": {}}], "self": "/v2/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "min_disk": 0, "protected": false, "id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "file": "/v2/images/cea3c476-48b1-4fbf-b22d-031f1a88d803/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "92013e628a3b41599c1d9c97f21e18aa", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/cea3c476-48b1-4fbf-b22d-031f1a88d803/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:32:20,562 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/cea3c476-48b1-4fbf-b22d-031f1a88d803 used request id req-281f8cd4-22e0-4a9c-b2c2-2bdd7dbe23c8 2018-10-04 15:32:20,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04fe478c88fc2e45eacfeaa86c99f53007f6d009" 2018-10-04 15:32:20,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ec3e631f-80d4-476b-84ab-1604aae1be5d Date: Thu, 04 Oct 2018 15:32:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:32:20,711 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-ec3e631f-80d4-476b-84ab-1604aae1be5d 2018-10-04 15:32:20,714 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-image 2018-10-04 15:32:20,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/cea3c476-48b1-4fbf-b22d-031f1a88d803 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04fe478c88fc2e45eacfeaa86c99f53007f6d009" 2018-10-04 15:32:20,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-4e25d6ab-fe48-4585-887c-daf078a6a4ad Date: Thu, 04 Oct 2018 15:32:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:32:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:32:20Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/cea3c476-48b1-4fbf-b22d-031f1a88d803/snap", "metadata": {}}], "self": "/v2/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "min_disk": 0, "protected": false, "id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "file": "/v2/images/cea3c476-48b1-4fbf-b22d-031f1a88d803/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "92013e628a3b41599c1d9c97f21e18aa", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/cea3c476-48b1-4fbf-b22d-031f1a88d803/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:32:20,734 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/cea3c476-48b1-4fbf-b22d-031f1a88d803 used request id req-4e25d6ab-fe48-4585-887c-daf078a6a4ad 2018-10-04 15:32:20,734 - create_image - DEBUG - Instance status is - active 2018-10-04 15:32:20,735 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-image 2018-10-04 15:32:20,735 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-image 2018-10-04 15:32:20,735 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:32:20,736 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:32:21,190 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c22d26ebf4bc4d8d9509d92c09200135", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj-role"}], "expires_at": "2018-10-04T16:32:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "92013e628a3b41599c1d9c97f21e18aa", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-user", "id": "4d93af8e4b0642ac8993ff031befd6d1"}, "audit_ids": ["PKiEe3E5RcGsnyXVNZTZ6g"], "issued_at": "2018-10-04T15:32:21.000000Z"}} 2018-10-04 15:32:21,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05275f5684dd04a6858fbdb8bb19a1bff85d2585" 2018-10-04 15:32:21,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28c899f1-c9df-4ea1-8bfd-f88253779162 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:32:21,271 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-28c899f1-c9df-4ea1-8bfd-f88253779162 2018-10-04 15:32:21,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05275f5684dd04a6858fbdb8bb19a1bff85d2585" 2018-10-04 15:32:21,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d3eae109-c494-4985-86be-e2513ad238a5 Date: Thu, 04 Oct 2018 15:32:21 GMT RESP BODY: {"networks":[]} 2018-10-04 15:32:21,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net used request id req-d3eae109-c494-4985-86be-e2513ad238a5 2018-10-04 15:32:21,465 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net 2018-10-04 15:32:21,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05275f5684dd04a6858fbdb8bb19a1bff85d2585" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net", "admin_state_up": true}}' 2018-10-04 15:32:22,044 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-f9b018b3-67e2-4bbb-a562-427eb2081aed Date: Thu, 04 Oct 2018 15:32:22 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"41f0812f-4991-4d71-bb71-f100a9738067","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:32:21Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:21Z","mtu":1450}} 2018-10-04 15:32:22,045 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-f9b018b3-67e2-4bbb-a562-427eb2081aed 2018-10-04 15:32:22,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05275f5684dd04a6858fbdb8bb19a1bff85d2585" 2018-10-04 15:32:22,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-276bd47c-807a-44dd-acf8-435deb9fc864 Date: Thu, 04 Oct 2018 15:32:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T15:32:21Z","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"41f0812f-4991-4d71-bb71-f100a9738067","name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net"}]} 2018-10-04 15:32:22,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-276bd47c-807a-44dd-acf8-435deb9fc864 2018-10-04 15:32:22,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05275f5684dd04a6858fbdb8bb19a1bff85d2585" 2018-10-04 15:32:22,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4a32339e-3bc3-47c2-9aff-f7e778c0123d Date: Thu, 04 Oct 2018 15:32:22 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:32:22,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-4a32339e-3bc3-47c2-9aff-f7e778c0123d 2018-10-04 15:32:22,455 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet 2018-10-04 15:32:22,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05275f5684dd04a6858fbdb8bb19a1bff85d2585" -d '{"subnets": [{"ip_version": 4, "network_id": "41f0812f-4991-4d71-bb71-f100a9738067", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet"}]}' 2018-10-04 15:32:23,159 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-be5bbe23-be98-4b9e-aca2-b18bb8880ad2 Date: Thu, 04 Oct 2018 15:32:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:22Z","dns_nameservers":[],"updated_at":"2018-10-04T15:32:22Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet"}]} 2018-10-04 15:32:23,159 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-be5bbe23-be98-4b9e-aca2-b18bb8880ad2 2018-10-04 15:32:23,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05275f5684dd04a6858fbdb8bb19a1bff85d2585" 2018-10-04 15:32:23,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f8859167-7459-4461-8b59-3afe82d4d0a3 Date: Thu, 04 Oct 2018 15:32:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3f6912e2-8edd-4582-85f1-b5e730312cfb"],"updated_at":"2018-10-04T15:32:22Z","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"41f0812f-4991-4d71-bb71-f100a9738067","name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net"}]} 2018-10-04 15:32:23,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-f8859167-7459-4461-8b59-3afe82d4d0a3 2018-10-04 15:32:23,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05275f5684dd04a6858fbdb8bb19a1bff85d2585" 2018-10-04 15:32:23,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a691ce97-14e6-42a7-acc7-02ebb9f9ef85 Date: Thu, 04 Oct 2018 15:32:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:22Z","dns_nameservers":[],"updated_at":"2018-10-04T15:32:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet"}]} 2018-10-04 15:32:23,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-a691ce97-14e6-42a7-acc7-02ebb9f9ef85 2018-10-04 15:32:23,626 - OpenStackNetwork - DEBUG - Network [41f0812f-4991-4d71-bb71-f100a9738067] created successfully 2018-10-04 15:32:23,626 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:32:23,627 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:32:24,004 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c22d26ebf4bc4d8d9509d92c09200135", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj-role"}], "expires_at": "2018-10-04T16:32:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "92013e628a3b41599c1d9c97f21e18aa", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-user", "id": "4d93af8e4b0642ac8993ff031befd6d1"}, "audit_ids": ["yk24cgDoTiqk13LDKtLk5Q"], "issued_at": "2018-10-04T15:32:24.000000Z"}} 2018-10-04 15:32:24,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d743b1bb9cba576584be2918decea41dd2ecc6" 2018-10-04 15:32:24,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23aa52df-2907-450a-80a8-9cc77576c29d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:32:24,073 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-23aa52df-2907-450a-80a8-9cc77576c29d 2018-10-04 15:32:24,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d743b1bb9cba576584be2918decea41dd2ecc6" 2018-10-04 15:32:24,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ac4ebb05-9568-4a71-a871-84463b3f523a Date: Thu, 04 Oct 2018 15:32:24 GMT RESP BODY: {"routers": []} 2018-10-04 15:32:24,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-router&admin_state_up=True used request id req-ac4ebb05-9568-4a71-a871-84463b3f523a 2018-10-04 15:32:24,272 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:32:24,273 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:32:24,652 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c22d26ebf4bc4d8d9509d92c09200135", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj-role"}], "expires_at": "2018-10-04T16:32:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "92013e628a3b41599c1d9c97f21e18aa", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-user", "id": "4d93af8e4b0642ac8993ff031befd6d1"}, "audit_ids": ["87rXcEmHR96P85IXNb0zNg"], "issued_at": "2018-10-04T15:32:24.000000Z"}} 2018-10-04 15:32:24,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acc57dffa374f50f96aad0084eac8f729fb511a4" 2018-10-04 15:32:24,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc55a19a-a130-4b3d-b145-53af62a48880 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:32:24,729 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dc55a19a-a130-4b3d-b145-53af62a48880 2018-10-04 15:32:24,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d743b1bb9cba576584be2918decea41dd2ecc6" 2018-10-04 15:32:24,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-6dabecb6-bc9e-4d07-95f3-b12f0e8ae04f Date: Thu, 04 Oct 2018 15:32:24 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:32:24,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-6dabecb6-bc9e-4d07-95f3-b12f0e8ae04f 2018-10-04 15:32:24,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d743b1bb9cba576584be2918decea41dd2ecc6" 2018-10-04 15:32:25,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a74d7c21-eaea-46fb-a093-db3f72978f29 Date: Thu, 04 Oct 2018 15:32:25 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:32:25,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-a74d7c21-eaea-46fb-a093-db3f72978f29 2018-10-04 15:32:25,178 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-router 2018-10-04 15:32:25,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d743b1bb9cba576584be2918decea41dd2ecc6" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-router", "admin_state_up": true}}' 2018-10-04 15:32:30,276 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-0d3b6389-cf9a-4224-b8e8-b72d8e6e278b Date: Thu, 04 Oct 2018 15:32:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:26Z", "admin_state_up": true, "updated_at": "2018-10-04T15:32:27Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "69d6084b-aa87-49d7-b633-7696bd6b9a69", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-router"}} 2018-10-04 15:32:30,276 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-0d3b6389-cf9a-4224-b8e8-b72d8e6e278b 2018-10-04 15:32:30,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=69d6084b-aa87-49d7-b633-7696bd6b9a69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d743b1bb9cba576584be2918decea41dd2ecc6" 2018-10-04 15:32:30,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a36937ad-01db-4f67-89af-a75a5a3029ff Date: Thu, 04 Oct 2018 15:32:30 GMT RESP BODY: {"ports":[]} 2018-10-04 15:32:30,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=69d6084b-aa87-49d7-b633-7696bd6b9a69 used request id req-a36937ad-01db-4f67-89af-a75a5a3029ff 2018-10-04 15:32:30,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d743b1bb9cba576584be2918decea41dd2ecc6" 2018-10-04 15:32:30,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-cb065e03-d00d-4e42-bd02-6d18f1456bc3 Date: Thu, 04 Oct 2018 15:32: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":["3f6912e2-8edd-4582-85f1-b5e730312cfb"],"updated_at":"2018-10-04T15:32:22Z","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"41f0812f-4991-4d71-bb71-f100a9738067","name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net"}]} 2018-10-04 15:32:30,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net used request id req-cb065e03-d00d-4e42-bd02-6d18f1456bc3 2018-10-04 15:32:30,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:32:30,732 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:32:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:32:30,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d743b1bb9cba576584be2918decea41dd2ecc6" 2018-10-04 15:32:30,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db650b43-2b8d-4571-9aff-f4b6f09f270d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa"}, "enabled": true, "id": "92013e628a3b41599c1d9c97f21e18aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}} 2018-10-04 15:32:30,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa used request id req-db650b43-2b8d-4571-9aff-f4b6f09f270d 2018-10-04 15:32:30,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d743b1bb9cba576584be2918decea41dd2ecc6" 2018-10-04 15:32:31,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-87caf5d8-b30a-4dfe-b4b6-525b6a951ad6 Date: Thu, 04 Oct 2018 15:32:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:22Z","dns_nameservers":[],"updated_at":"2018-10-04T15:32:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet"}]} 2018-10-04 15:32:31,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-87caf5d8-b30a-4dfe-b4b6-525b6a951ad6 2018-10-04 15:32:31,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067&name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d743b1bb9cba576584be2918decea41dd2ecc6" 2018-10-04 15:32:31,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2e5d5704-42f3-4d47-8c90-db030902f4a3 Date: Thu, 04 Oct 2018 15:32:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:22Z","dns_nameservers":[],"updated_at":"2018-10-04T15:32:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet"}]} 2018-10-04 15:32:31,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067&name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet used request id req-2e5d5704-42f3-4d47-8c90-db030902f4a3 2018-10-04 15:32:31,070 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-04 15:32:31,070 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-router 2018-10-04 15:32:31,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/69d6084b-aa87-49d7-b633-7696bd6b9a69/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d743b1bb9cba576584be2918decea41dd2ecc6" -d '{"subnet_id": "3f6912e2-8edd-4582-85f1-b5e730312cfb"}' 2018-10-04 15:32:32,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9d068f30-a814-4543-b3ca-f806531cb54f Date: Thu, 04 Oct 2018 15:32:32 GMT RESP BODY: {"network_id": "41f0812f-4991-4d71-bb71-f100a9738067", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "subnet_id": "3f6912e2-8edd-4582-85f1-b5e730312cfb", "subnet_ids": ["3f6912e2-8edd-4582-85f1-b5e730312cfb"], "port_id": "f368a7ec-cdc5-4edb-8624-510bca7a5d92", "id": "69d6084b-aa87-49d7-b633-7696bd6b9a69"} 2018-10-04 15:32:32,998 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/69d6084b-aa87-49d7-b633-7696bd6b9a69/add_router_interface used request id req-9d068f30-a814-4543-b3ca-f806531cb54f 2018-10-04 15:32:33,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/69d6084b-aa87-49d7-b633-7696bd6b9a69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d743b1bb9cba576584be2918decea41dd2ecc6" 2018-10-04 15:32:33,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-0893e7a9-a6dd-4af5-8639-1ebd3e881984 Date: Thu, 04 Oct 2018 15:32:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:26Z", "admin_state_up": true, "updated_at": "2018-10-04T15:32:32Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "69d6084b-aa87-49d7-b633-7696bd6b9a69", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-router"}} 2018-10-04 15:32:33,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/69d6084b-aa87-49d7-b633-7696bd6b9a69 used request id req-0893e7a9-a6dd-4af5-8639-1ebd3e881984 2018-10-04 15:32:33,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=69d6084b-aa87-49d7-b633-7696bd6b9a69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d743b1bb9cba576584be2918decea41dd2ecc6" 2018-10-04 15:32:33,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-18732618-754d-4c11-8269-d05b1f9c561d Date: Thu, 04 Oct 2018 15:32:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.1"}],"id":"f368a7ec-cdc5-4edb-8624-510bca7a5d92","security_groups":[],"mac_address":"fa:16:3e:ec:c3:1e","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:31Z","binding:vnic_type":"normal","device_id":"69d6084b-aa87-49d7-b633-7696bd6b9a69"}]} 2018-10-04 15:32:33,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=69d6084b-aa87-49d7-b633-7696bd6b9a69 used request id req-18732618-754d-4c11-8269-d05b1f9c561d 2018-10-04 15:32:33,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/3f6912e2-8edd-4582-85f1-b5e730312cfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d743b1bb9cba576584be2918decea41dd2ecc6" 2018-10-04 15:32:33,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-c9246648-576e-4305-86af-ed8af72f0cdb Date: Thu, 04 Oct 2018 15:32:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:22Z","dns_nameservers":[],"updated_at":"2018-10-04T15:32:22Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet"}} 2018-10-04 15:32:33,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/3f6912e2-8edd-4582-85f1-b5e730312cfb used request id req-c9246648-576e-4305-86af-ed8af72f0cdb 2018-10-04 15:32:33,562 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:32:33,563 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:32:33,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:32:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["1GFvchvaTc6IPw80bnvZIA"], "issued_at": "2018-10-04T15:32:33.000000Z"}} 2018-10-04 15:32:33,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7c3b27d6fdf1bf29e6a5300238a0880f95e4a7" 2018-10-04 15:32:34,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84e458d6-3b97-42da-9d53-e65d7d7a5db1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:32:34,020 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-84e458d6-3b97-42da-9d53-e65d7d7a5db1 2018-10-04 15:32:34,021 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:32:34,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7c3b27d6fdf1bf29e6a5300238a0880f95e4a7" 2018-10-04 15:32:34,214 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-36dbecd9-4ade-48eb-8c85-78818c0d23a8 x-compute-request-id: req-36dbecd9-4ade-48eb-8c85-78818c0d23a8 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:32:34,214 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-36dbecd9-4ade-48eb-8c85-78818c0d23a8 2018-10-04 15:32:34,217 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7c3b27d6fdf1bf29e6a5300238a0880f95e4a7" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:32:34,261 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32: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-c36523a4-3cae-49ef-b5fb-1c43534444ae x-compute-request-id: req-c36523a4-3cae-49ef-b5fb-1c43534444ae Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:32:34,261 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c36523a4-3cae-49ef-b5fb-1c43534444ae 2018-10-04 15:32:34,262 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:32:34,263 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:32:34,632 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c22d26ebf4bc4d8d9509d92c09200135", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj-role"}], "expires_at": "2018-10-04T16:32:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "92013e628a3b41599c1d9c97f21e18aa", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-user", "id": "4d93af8e4b0642ac8993ff031befd6d1"}, "audit_ids": ["u50g0QVLSf6Fmy4-TRHKOg"], "issued_at": "2018-10-04T15:32:34.000000Z"}} 2018-10-04 15:32:34,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c755b42f2d6067287c15a30577f5d36da9fad92f" 2018-10-04 15:32:34,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8035f9f8-5dc2-46f5-b0bd-c6238acc6954 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:32:34,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8035f9f8-5dc2-46f5-b0bd-c6238acc6954 2018-10-04 15:32:34,711 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:32:34,717 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c755b42f2d6067287c15a30577f5d36da9fad92f" 2018-10-04 15:32:34,874 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-abc353b3-7339-49a2-b90e-70ce66e4ed37 x-compute-request-id: req-abc353b3-7339-49a2-b90e-70ce66e4ed37 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-04 15:32:34,874 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-abc353b3-7339-49a2-b90e-70ce66e4ed37 2018-10-04 15:32:34,874 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp... 2018-10-04 15:32:34,875 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 15:32:34,888 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp 2018-10-04 15:32:34,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c755b42f2d6067287c15a30577f5d36da9fad92f" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCxhjEwbM5jD3lQ0rOFrq/BBod1kKpH5XsafJmugBhEMqU2f7HSD12Ck1WAUZ3h5iRy4I3ED5dSa2nVqRgBKDbsZKVDPQBpMb1FqZeaPzm/rPQRmleUWq0MSBJ2cEJlQxnhJMNb8mgReVRiJ7R9BR6yxszrII2kdFpUKi3hVilZsw==", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp"}}' 2018-10-04 15:32:34,951 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32: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-11ab18b3-ed4e-43dc-b145-516bf8989fa7 x-compute-request-id: req-11ab18b3-ed4e-43dc-b145-516bf8989fa7 Content-Encoding: gzip Content-Length: 375 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCxhjEwbM5jD3lQ0rOFrq/BBod1kKpH5XsafJmugBhEMqU2f7HSD12Ck1WAUZ3h5iRy4I3ED5dSa2nVqRgBKDbsZKVDPQBpMb1FqZeaPzm/rPQRmleUWq0MSBJ2cEJlQxnhJMNb8mgReVRiJ7R9BR6yxszrII2kdFpUKi3hVilZsw==", "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "fingerprint": "fb:a2:cf:ec:68:16:c6:62:ea:13:89:95:d2:a8:ae:33"}} 2018-10-04 15:32:34,952 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-11ab18b3-ed4e-43dc-b145-516bf8989fa7 2018-10-04 15:32:34,954 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911.pub 2018-10-04 15:32:34,954 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911 2018-10-04 15:32:34,955 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:32:34,956 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:32:35,331 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c22d26ebf4bc4d8d9509d92c09200135", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj-role"}], "expires_at": "2018-10-04T16:32:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "92013e628a3b41599c1d9c97f21e18aa", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-user", "id": "4d93af8e4b0642ac8993ff031befd6d1"}, "audit_ids": ["eMFpVJIxR6-oLxGBbkQe0A"], "issued_at": "2018-10-04T15:32:35.000000Z"}} 2018-10-04 15:32:35,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9708d6188377d4af40bfac007632bba6c551597" 2018-10-04 15:32:35,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c00cb83-8b9c-47d0-95c9-7b94b96bd0e6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:32:35,405 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0c00cb83-8b9c-47d0-95c9-7b94b96bd0e6 2018-10-04 15:32:35,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9708d6188377d4af40bfac007632bba6c551597" 2018-10-04 15:32:35,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-04f93079-e869-4f38-9d4a-7552b19d840f Date: Thu, 04 Oct 2018 15:32:35 GMT RESP BODY: {"security_groups": []} 2018-10-04 15:32:35,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp used request id req-04f93079-e869-4f38-9d4a-7552b19d840f 2018-10-04 15:32:35,587 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp... 2018-10-04 15:32:35,587 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp 2018-10-04 15:32:35,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9708d6188377d4af40bfac007632bba6c551597" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}}' 2018-10-04 15:32:35,939 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-ec9fc73c-bf04-44ab-b290-ed6345d8df67 Date: Thu, 04 Oct 2018 15:32:35 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:35Z", "updated_at": "2018-10-04T15:32:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:32:35Z", "revision_number": 0, "id": "defd319a-8190-422a-b4a8-8b02059bc802", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:32:35Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "92013e628a3b41599c1d9c97f21e18aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:32:35Z", "revision_number": 0, "id": "e6022d91-dd2b-4878-9876-0b04fb61c557", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:32:35Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "92013e628a3b41599c1d9c97f21e18aa"}], "revision_number": 2, "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}} 2018-10-04 15:32:35,939 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-ec9fc73c-bf04-44ab-b290-ed6345d8df67 2018-10-04 15:32:35,940 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc6ad247-8b8a-48bf-8a48-27f5be885086 2018-10-04 15:32:35,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=dc6ad247-8b8a-48bf-8a48-27f5be885086 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9708d6188377d4af40bfac007632bba6c551597" 2018-10-04 15:32:36,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e8198ecc-ed6a-4675-a9c7-1f39a8760335 Date: Thu, 04 Oct 2018 15:32:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:32:35Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "port_range_min": null, "revision_number": 0, "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:35Z", "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "defd319a-8190-422a-b4a8-8b02059bc802"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:32:35Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "port_range_min": null, "revision_number": 0, "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:35Z", "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "e6022d91-dd2b-4878-9876-0b04fb61c557"}]} 2018-10-04 15:32:36,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=dc6ad247-8b8a-48bf-8a48-27f5be885086 used request id req-e8198ecc-ed6a-4675-a9c7-1f39a8760335 2018-10-04 15:32:36,192 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc6ad247-8b8a-48bf-8a48-27f5be885086 2018-10-04 15:32:36,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=dc6ad247-8b8a-48bf-8a48-27f5be885086 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9708d6188377d4af40bfac007632bba6c551597" 2018-10-04 15:32:36,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cec5f789-101f-46c5-a1b6-c76f1b55fc66 Date: Thu, 04 Oct 2018 15:32:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:32:35Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "port_range_min": null, "revision_number": 0, "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:35Z", "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "defd319a-8190-422a-b4a8-8b02059bc802"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:32:35Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "port_range_min": null, "revision_number": 0, "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:35Z", "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "e6022d91-dd2b-4878-9876-0b04fb61c557"}]} 2018-10-04 15:32:36,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=dc6ad247-8b8a-48bf-8a48-27f5be885086 used request id req-cec5f789-101f-46c5-a1b6-c76f1b55fc66 2018-10-04 15:32:36,364 - neutron_utils - INFO - Retrieving security group with ID - dc6ad247-8b8a-48bf-8a48-27f5be885086 2018-10-04 15:32:36,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=dc6ad247-8b8a-48bf-8a48-27f5be885086 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9708d6188377d4af40bfac007632bba6c551597" 2018-10-04 15:32:36,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-82084539-b6dc-46d9-9d43-243665445111 Date: Thu, 04 Oct 2018 15:32:36 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:35Z", "updated_at": "2018-10-04T15:32:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:32:35Z", "revision_number": 0, "id": "defd319a-8190-422a-b4a8-8b02059bc802", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:32:35Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "92013e628a3b41599c1d9c97f21e18aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:32:35Z", "revision_number": 0, "id": "e6022d91-dd2b-4878-9876-0b04fb61c557", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:32:35Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "92013e628a3b41599c1d9c97f21e18aa"}], "revision_number": 2, "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}]} 2018-10-04 15:32:36,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=dc6ad247-8b8a-48bf-8a48-27f5be885086 used request id req-82084539-b6dc-46d9-9d43-243665445111 2018-10-04 15:32:36,580 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc6ad247-8b8a-48bf-8a48-27f5be885086 2018-10-04 15:32:36,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=dc6ad247-8b8a-48bf-8a48-27f5be885086 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9708d6188377d4af40bfac007632bba6c551597" 2018-10-04 15:32:36,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f81ac889-d96c-491c-bb53-96ec5b7296ab Date: Thu, 04 Oct 2018 15:32:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:32:35Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "port_range_min": null, "revision_number": 0, "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:35Z", "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "defd319a-8190-422a-b4a8-8b02059bc802"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:32:35Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "port_range_min": null, "revision_number": 0, "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:35Z", "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "e6022d91-dd2b-4878-9876-0b04fb61c557"}]} 2018-10-04 15:32:36,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=dc6ad247-8b8a-48bf-8a48-27f5be885086 used request id req-f81ac889-d96c-491c-bb53-96ec5b7296ab 2018-10-04 15:32:36,765 - neutron_utils - INFO - Retrieving security group with ID - dc6ad247-8b8a-48bf-8a48-27f5be885086 2018-10-04 15:32:36,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=dc6ad247-8b8a-48bf-8a48-27f5be885086 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9708d6188377d4af40bfac007632bba6c551597" 2018-10-04 15:32:36,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-2cab00a8-0b2b-46fc-a10b-c60cbad56927 Date: Thu, 04 Oct 2018 15:32:36 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:35Z", "updated_at": "2018-10-04T15:32:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:32:35Z", "revision_number": 0, "id": "defd319a-8190-422a-b4a8-8b02059bc802", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:32:35Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "92013e628a3b41599c1d9c97f21e18aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:32:35Z", "revision_number": 0, "id": "e6022d91-dd2b-4878-9876-0b04fb61c557", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:32:35Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "92013e628a3b41599c1d9c97f21e18aa"}], "revision_number": 2, "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}]} 2018-10-04 15:32:36,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=dc6ad247-8b8a-48bf-8a48-27f5be885086 used request id req-2cab00a8-0b2b-46fc-a10b-c60cbad56927 2018-10-04 15:32:36,953 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc6ad247-8b8a-48bf-8a48-27f5be885086 2018-10-04 15:32:36,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=dc6ad247-8b8a-48bf-8a48-27f5be885086 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9708d6188377d4af40bfac007632bba6c551597" 2018-10-04 15:32:36,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e0bfe260-878f-4e0b-9d83-43044ce072d6 Date: Thu, 04 Oct 2018 15:32:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:32:35Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "port_range_min": null, "revision_number": 0, "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:35Z", "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "defd319a-8190-422a-b4a8-8b02059bc802"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:32:35Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "port_range_min": null, "revision_number": 0, "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:35Z", "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "e6022d91-dd2b-4878-9876-0b04fb61c557"}]} 2018-10-04 15:32:36,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=dc6ad247-8b8a-48bf-8a48-27f5be885086 used request id req-e0bfe260-878f-4e0b-9d83-43044ce072d6 2018-10-04 15:32:36,984 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp 2018-10-04 15:32:36,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9708d6188377d4af40bfac007632bba6c551597" 2018-10-04 15:32:37,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-cec44bd3-ae8d-4af9-b3b2-68d9849ee7e1 Date: Thu, 04 Oct 2018 15:32:37 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:35Z", "updated_at": "2018-10-04T15:32:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:32:35Z", "revision_number": 0, "id": "defd319a-8190-422a-b4a8-8b02059bc802", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:32:35Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "92013e628a3b41599c1d9c97f21e18aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:32:35Z", "revision_number": 0, "id": "e6022d91-dd2b-4878-9876-0b04fb61c557", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:32:35Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "92013e628a3b41599c1d9c97f21e18aa"}], "revision_number": 2, "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}]} 2018-10-04 15:32:37,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp used request id req-cec44bd3-ae8d-4af9-b3b2-68d9849ee7e1 2018-10-04 15:32:37,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:32:37,042 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:32:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:32:37,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9708d6188377d4af40bfac007632bba6c551597" 2018-10-04 15:32:37,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-043e74b1-3657-4b85-bda2-465f61687a5b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa"}, "enabled": true, "id": "92013e628a3b41599c1d9c97f21e18aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}} 2018-10-04 15:32:37,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa used request id req-043e74b1-3657-4b85-bda2-465f61687a5b 2018-10-04 15:32:37,121 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc6ad247-8b8a-48bf-8a48-27f5be885086 2018-10-04 15:32:37,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=dc6ad247-8b8a-48bf-8a48-27f5be885086 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9708d6188377d4af40bfac007632bba6c551597" 2018-10-04 15:32:37,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-18f3a8e1-4647-41cc-b531-1e75bb4fc467 Date: Thu, 04 Oct 2018 15:32:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:32:35Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "port_range_min": null, "revision_number": 0, "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:35Z", "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "defd319a-8190-422a-b4a8-8b02059bc802"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:32:35Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "port_range_min": null, "revision_number": 0, "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:35Z", "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "e6022d91-dd2b-4878-9876-0b04fb61c557"}]} 2018-10-04 15:32:37,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=dc6ad247-8b8a-48bf-8a48-27f5be885086 used request id req-18f3a8e1-4647-41cc-b531-1e75bb4fc467 2018-10-04 15:32:37,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9708d6188377d4af40bfac007632bba6c551597" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086"}}' 2018-10-04 15:32:37,479 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-93af1496-9c11-477c-bf87-5e1629a2ff93 Date: Thu, 04 Oct 2018 15:32:37 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:32:37Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "port_range_min": null, "revision_number": 0, "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:37Z", "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "63a1c2f1-1976-4bbe-8902-c6a796f676fd"}} 2018-10-04 15:32:37,479 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-93af1496-9c11-477c-bf87-5e1629a2ff93 2018-10-04 15:32:37,479 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp 2018-10-04 15:32:37,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9708d6188377d4af40bfac007632bba6c551597" 2018-10-04 15:32:37,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-20f829ab-af11-4913-be65-c403ff483011 Date: Thu, 04 Oct 2018 15:32:37 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:35Z", "updated_at": "2018-10-04T15:32:37Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:32:37Z", "revision_number": 0, "id": "63a1c2f1-1976-4bbe-8902-c6a796f676fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:32:37Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "92013e628a3b41599c1d9c97f21e18aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:32:35Z", "revision_number": 0, "id": "defd319a-8190-422a-b4a8-8b02059bc802", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:32:35Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "92013e628a3b41599c1d9c97f21e18aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:32:35Z", "revision_number": 0, "id": "e6022d91-dd2b-4878-9876-0b04fb61c557", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:32:35Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "92013e628a3b41599c1d9c97f21e18aa"}], "revision_number": 3, "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}]} 2018-10-04 15:32:37,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp used request id req-20f829ab-af11-4913-be65-c403ff483011 2018-10-04 15:32:37,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9708d6188377d4af40bfac007632bba6c551597" 2018-10-04 15:32:37,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-685d0918-6c49-4daa-b347-b8ad9e5e74d0 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa"}, "enabled": true, "id": "92013e628a3b41599c1d9c97f21e18aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}} 2018-10-04 15:32:37,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa used request id req-685d0918-6c49-4daa-b347-b8ad9e5e74d0 2018-10-04 15:32:37,614 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc6ad247-8b8a-48bf-8a48-27f5be885086 2018-10-04 15:32:37,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=dc6ad247-8b8a-48bf-8a48-27f5be885086 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9708d6188377d4af40bfac007632bba6c551597" 2018-10-04 15:32:37,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-5d51ed81-cdf1-4a5b-bf0a-7207177cc472 Date: Thu, 04 Oct 2018 15:32:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:32:37Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "port_range_min": null, "revision_number": 0, "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:37Z", "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "63a1c2f1-1976-4bbe-8902-c6a796f676fd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:32:35Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "port_range_min": null, "revision_number": 0, "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:35Z", "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "defd319a-8190-422a-b4a8-8b02059bc802"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:32:35Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "port_range_min": null, "revision_number": 0, "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:35Z", "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "e6022d91-dd2b-4878-9876-0b04fb61c557"}]} 2018-10-04 15:32:37,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=dc6ad247-8b8a-48bf-8a48-27f5be885086 used request id req-5d51ed81-cdf1-4a5b-bf0a-7207177cc472 2018-10-04 15:32:37,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9708d6188377d4af40bfac007632bba6c551597" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086"}}' 2018-10-04 15:32:37,945 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-c63aee00-4242-472b-a2ac-25dc7e543d8a Date: Thu, 04 Oct 2018 15:32:37 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T15:32:37Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "port_range_min": 22, "revision_number": 0, "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:37Z", "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "686b6a40-5e39-41b2-9cd1-50639632598b"}} 2018-10-04 15:32:37,945 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-c63aee00-4242-472b-a2ac-25dc7e543d8a 2018-10-04 15:32:37,945 - neutron_utils - INFO - Retrieving security group with ID - dc6ad247-8b8a-48bf-8a48-27f5be885086 2018-10-04 15:32:37,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=dc6ad247-8b8a-48bf-8a48-27f5be885086 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9708d6188377d4af40bfac007632bba6c551597" 2018-10-04 15:32:38,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-4c0d4c4b-8662-4f17-8aca-f88b22cae792 Date: Thu, 04 Oct 2018 15:32:38 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:35Z", "updated_at": "2018-10-04T15:32:37Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:32:37Z", "revision_number": 0, "id": "63a1c2f1-1976-4bbe-8902-c6a796f676fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:32:37Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "92013e628a3b41599c1d9c97f21e18aa"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T15:32:37Z", "revision_number": 0, "id": "686b6a40-5e39-41b2-9cd1-50639632598b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:32:37Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "port_range_min": 22, "ethertype": "IPv4", "project_id": "92013e628a3b41599c1d9c97f21e18aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:32:35Z", "revision_number": 0, "id": "defd319a-8190-422a-b4a8-8b02059bc802", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:32:35Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "92013e628a3b41599c1d9c97f21e18aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:32:35Z", "revision_number": 0, "id": "e6022d91-dd2b-4878-9876-0b04fb61c557", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:32:35Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "92013e628a3b41599c1d9c97f21e18aa"}], "revision_number": 4, "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}]} 2018-10-04 15:32:38,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=dc6ad247-8b8a-48bf-8a48-27f5be885086 used request id req-4c0d4c4b-8662-4f17-8aca-f88b22cae792 2018-10-04 15:32:38,136 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc6ad247-8b8a-48bf-8a48-27f5be885086 2018-10-04 15:32:38,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=dc6ad247-8b8a-48bf-8a48-27f5be885086 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9708d6188377d4af40bfac007632bba6c551597" 2018-10-04 15:32:38,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-6f505699-bfcc-4c70-a2ca-33a766f25195 Date: Thu, 04 Oct 2018 15:32:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:32:37Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "port_range_min": null, "revision_number": 0, "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:37Z", "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "63a1c2f1-1976-4bbe-8902-c6a796f676fd"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T15:32:37Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "port_range_min": 22, "revision_number": 0, "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:37Z", "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "686b6a40-5e39-41b2-9cd1-50639632598b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:32:35Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "port_range_min": null, "revision_number": 0, "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:35Z", "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "defd319a-8190-422a-b4a8-8b02059bc802"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:32:35Z", "security_group_id": "dc6ad247-8b8a-48bf-8a48-27f5be885086", "port_range_min": null, "revision_number": 0, "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:35Z", "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "e6022d91-dd2b-4878-9876-0b04fb61c557"}]} 2018-10-04 15:32:38,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=dc6ad247-8b8a-48bf-8a48-27f5be885086 used request id req-6f505699-bfcc-4c70-a2ca-33a766f25195 2018-10-04 15:32:38,170 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:32:38,171 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:32:38,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c22d26ebf4bc4d8d9509d92c09200135", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj-role"}], "expires_at": "2018-10-04T16:32:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "92013e628a3b41599c1d9c97f21e18aa", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-user", "id": "4d93af8e4b0642ac8993ff031befd6d1"}, "audit_ids": ["4zDxuAqWToKDfFfAk0Y_0w"], "issued_at": "2018-10-04T15:32:38.000000Z"}} 2018-10-04 15:32:38,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:38,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55ae4985-8d9a-4485-b84e-fcf4de76224b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:32:38,623 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-55ae4985-8d9a-4485-b84e-fcf4de76224b 2018-10-04 15:32:38,624 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:32:38,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:38,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c24592e6-ce9c-4119-abc0-26a4cca3264c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:32:38,701 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c24592e6-ce9c-4119-abc0-26a4cca3264c 2018-10-04 15:32:38,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:38,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b9c7ad42-6a2a-4dd9-9876-290f8dbc9365 Date: Thu, 04 Oct 2018 15:32:38 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":["3f6912e2-8edd-4582-85f1-b5e730312cfb"],"updated_at":"2018-10-04T15:32:22Z","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"41f0812f-4991-4d71-bb71-f100a9738067","name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net"}]} 2018-10-04 15:32:38,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net used request id req-b9c7ad42-6a2a-4dd9-9876-290f8dbc9365 2018-10-04 15:32:38,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:32:38,966 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:32:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:32:38,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:39,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8002b4fe-c717-4dff-90ab-97da38e10444 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa"}, "enabled": true, "id": "92013e628a3b41599c1d9c97f21e18aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}} 2018-10-04 15:32:39,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa used request id req-8002b4fe-c717-4dff-90ab-97da38e10444 2018-10-04 15:32:39,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:39,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3b6a7a91-7b29-4765-8922-5aeabd229fe2 Date: Thu, 04 Oct 2018 15:32:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:22Z","dns_nameservers":[],"updated_at":"2018-10-04T15:32:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet"}]} 2018-10-04 15:32:39,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-3b6a7a91-7b29-4765-8922-5aeabd229fe2 2018-10-04 15:32:39,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=41f0812f-4991-4d71-bb71-f100a9738067&name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:39,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-504f1f73-4fd1-4a4d-94b6-864f78ad88db Date: Thu, 04 Oct 2018 15:32:39 GMT RESP BODY: {"ports":[]} 2018-10-04 15:32:39,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=41f0812f-4991-4d71-bb71-f100a9738067&name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911port-1&admin_state_up=True used request id req-504f1f73-4fd1-4a4d-94b6-864f78ad88db 2018-10-04 15:32:39,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:39,652 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-04b58db3-1cae-4055-b860-8fca1a09770b x-compute-request-id: req-04b58db3-1cae-4055-b860-8fca1a09770b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:32:39,652 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst used request id req-04b58db3-1cae-4055-b860-8fca1a09770b 2018-10-04 15:32:39,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:39,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-29237bf7-e6f6-4d9b-9e15-8c1c6831bdd3 Date: Thu, 04 Oct 2018 15:32:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3f6912e2-8edd-4582-85f1-b5e730312cfb"],"updated_at":"2018-10-04T15:32:22Z","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"41f0812f-4991-4d71-bb71-f100a9738067","name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net"}]} 2018-10-04 15:32:39,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net used request id req-29237bf7-e6f6-4d9b-9e15-8c1c6831bdd3 2018-10-04 15:32:39,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:39,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2587978b-2be7-42b8-be3c-911e0c796c76 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa"}, "enabled": true, "id": "92013e628a3b41599c1d9c97f21e18aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}} 2018-10-04 15:32:39,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa used request id req-2587978b-2be7-42b8-be3c-911e0c796c76 2018-10-04 15:32:39,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:40,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8ff2c109-cf0f-4526-b63c-5beac6fda9d0 Date: Thu, 04 Oct 2018 15:32:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:22Z","dns_nameservers":[],"updated_at":"2018-10-04T15:32:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet"}]} 2018-10-04 15:32:40,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-8ff2c109-cf0f-4526-b63c-5beac6fda9d0 2018-10-04 15:32:40,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=41f0812f-4991-4d71-bb71-f100a9738067&name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:40,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-482d2f19-75ce-4aef-aa35-3644a0123c7b Date: Thu, 04 Oct 2018 15:32:40 GMT RESP BODY: {"ports":[]} 2018-10-04 15:32:40,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=41f0812f-4991-4d71-bb71-f100a9738067&name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911port-1&admin_state_up=True used request id req-482d2f19-75ce-4aef-aa35-3644a0123c7b 2018-10-04 15:32:40,382 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:32:40,383 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:32:40,767 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c22d26ebf4bc4d8d9509d92c09200135", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj-role"}], "expires_at": "2018-10-04T16:32:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "92013e628a3b41599c1d9c97f21e18aa", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/92013e628a3b41599c1d9c97f21e18aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/92013e628a3b41599c1d9c97f21e18aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/92013e628a3b41599c1d9c97f21e18aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-user", "id": "4d93af8e4b0642ac8993ff031befd6d1"}, "audit_ids": ["aeTIylvRTsCkr9B7y7E8cg"], "issued_at": "2018-10-04T15:32:40.000000Z"}} 2018-10-04 15:32:40,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97092a42f1f8b5ad96e3cbf9bc2fd3edaea35f42" 2018-10-04 15:32:40,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6414f5cc-43d5-4263-9a48-9533a85db888 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:32:40,838 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6414f5cc-43d5-4263-9a48-9533a85db888 2018-10-04 15:32:40,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:41,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-df57508a-26df-45db-a933-376b365b512b Date: Thu, 04 Oct 2018 15:32:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3f6912e2-8edd-4582-85f1-b5e730312cfb"],"updated_at":"2018-10-04T15:32:22Z","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"41f0812f-4991-4d71-bb71-f100a9738067","name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net"}]} 2018-10-04 15:32:41,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net used request id req-df57508a-26df-45db-a933-376b365b512b 2018-10-04 15:32:41,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:41,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0138536c-cb30-4c88-ba5b-d5c30f15afd0 Date: Thu, 04 Oct 2018 15:32:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:22Z","dns_nameservers":[],"updated_at":"2018-10-04T15:32:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet"}]} 2018-10-04 15:32:41,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-0138536c-cb30-4c88-ba5b-d5c30f15afd0 2018-10-04 15:32:41,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:41,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-cf3b46a8-9eb4-473b-9cc3-2c721d025d34 Date: Thu, 04 Oct 2018 15:32:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3f6912e2-8edd-4582-85f1-b5e730312cfb"],"updated_at":"2018-10-04T15:32:22Z","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"41f0812f-4991-4d71-bb71-f100a9738067","name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net"}]} 2018-10-04 15:32:41,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net used request id req-cf3b46a8-9eb4-473b-9cc3-2c721d025d34 2018-10-04 15:32:41,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:32:41,390 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:32:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:32:41,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97092a42f1f8b5ad96e3cbf9bc2fd3edaea35f42" 2018-10-04 15:32:41,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf0f83bc-3efc-495f-b10d-ce68d786c258 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa"}, "enabled": true, "id": "92013e628a3b41599c1d9c97f21e18aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}} 2018-10-04 15:32:41,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa used request id req-cf0f83bc-3efc-495f-b10d-ce68d786c258 2018-10-04 15:32:41,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:41,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-93218c6c-bcd3-4ab3-bbed-6c13b0962ef2 Date: Thu, 04 Oct 2018 15:32:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:22Z","dns_nameservers":[],"updated_at":"2018-10-04T15:32:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet"}]} 2018-10-04 15:32:41,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-93218c6c-bcd3-4ab3-bbed-6c13b0962ef2 2018-10-04 15:32:41,658 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net 2018-10-04 15:32:41,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"port": {"network_id": "41f0812f-4991-4d71-bb71-f100a9738067", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911port-1", "admin_state_up": true}}' 2018-10-04 15:32:42,584 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-5864a59c-4e86-4b9c-a553-3c161b5d78d3 Date: Thu, 04 Oct 2018 15:32:42 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:42Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.12"}],"id":"97794b1f-6d86-4bdb-bfd4-3c9113cf1984","security_groups":["afe9fa4b-a544-4b15-b362-4b758da11f51"],"mac_address":"fa:16:3e:d2:81:3e","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911port-1","project_id":"92013e628a3b41599c1d9c97f21e18aa","qos_policy_id":null,"admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:41Z","binding:vnic_type":"normal"}} 2018-10-04 15:32:42,584 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-5864a59c-4e86-4b9c-a553-3c161b5d78d3 2018-10-04 15:32:42,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:42,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-efb71812-5ee5-48ae-8abc-5e28a3cb511e Date: Thu, 04 Oct 2018 15:32:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3f6912e2-8edd-4582-85f1-b5e730312cfb"],"updated_at":"2018-10-04T15:32:22Z","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"41f0812f-4991-4d71-bb71-f100a9738067","name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net"}]} 2018-10-04 15:32:42,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net used request id req-efb71812-5ee5-48ae-8abc-5e28a3cb511e 2018-10-04 15:32:42,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:42,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f45ba03b-50a4-4b22-85cb-092795d651b4 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa"}, "enabled": true, "id": "92013e628a3b41599c1d9c97f21e18aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}} 2018-10-04 15:32:42,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa used request id req-f45ba03b-50a4-4b22-85cb-092795d651b4 2018-10-04 15:32:42,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:42,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1c48e6c3-02be-4e9b-b3e3-1e4b5ad1eacb Date: Thu, 04 Oct 2018 15:32:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:22Z","dns_nameservers":[],"updated_at":"2018-10-04T15:32:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet"}]} 2018-10-04 15:32:42,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-1c48e6c3-02be-4e9b-b3e3-1e4b5ad1eacb 2018-10-04 15:32:42,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=41f0812f-4991-4d71-bb71-f100a9738067&name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:43,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-dae4b410-ab51-4f1d-bcac-76fbfe362fe8 Date: Thu, 04 Oct 2018 15:32:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:42Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.12"}],"id":"97794b1f-6d86-4bdb-bfd4-3c9113cf1984","security_groups":["afe9fa4b-a544-4b15-b362-4b758da11f51"],"mac_address":"fa:16:3e:d2:81:3e","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911port-1","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:41Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:32:43,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=41f0812f-4991-4d71-bb71-f100a9738067&name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911port-1&admin_state_up=True used request id req-dae4b410-ab51-4f1d-bcac-76fbfe362fe8 2018-10-04 15:32:43,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:43,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84bbdb2b-52ed-4333-be84-19a352a15769 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa"}, "enabled": true, "id": "92013e628a3b41599c1d9c97f21e18aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}} 2018-10-04 15:32:43,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa used request id req-84bbdb2b-52ed-4333-be84-19a352a15769 2018-10-04 15:32:43,281 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst 2018-10-04 15:32:43,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:43,312 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32: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-93120588-f2c2-4930-80ed-21a2dedd24ea x-compute-request-id: req-93120588-f2c2-4930-80ed-21a2dedd24ea Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-flavor-name"}]} 2018-10-04 15:32:43,312 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-93120588-f2c2-4930-80ed-21a2dedd24ea 2018-10-04 15:32:43,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:43,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32: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-e64084cb-2cd1-44e5-bcae-80261351c219 x-compute-request-id: req-e64084cb-2cd1-44e5-bcae-80261351c219 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:32:43,338 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4 used request id req-e64084cb-2cd1-44e5-bcae-80261351c219 2018-10-04 15:32:43,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:43,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-4b9780cb-24c0-4541-8a1e-f74df5cfe08a Date: Thu, 04 Oct 2018 15:32:43 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:32:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:32:20Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/cea3c476-48b1-4fbf-b22d-031f1a88d803/snap", "metadata": {}}], "self": "/v2/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "min_disk": 0, "protected": false, "id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "file": "/v2/images/cea3c476-48b1-4fbf-b22d-031f1a88d803/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "92013e628a3b41599c1d9c97f21e18aa", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/cea3c476-48b1-4fbf-b22d-031f1a88d803/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-image"} 2018-10-04 15:32:43,511 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-image used request id req-4b9780cb-24c0-4541-8a1e-f74df5cfe08a 2018-10-04 15:32:43,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:43,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fdadc8ff-e319-4a9d-a059-35bca8c34fc0 Date: Thu, 04 Oct 2018 15:32:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:32:43,674 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-fdadc8ff-e319-4a9d-a059-35bca8c34fc0 2018-10-04 15:32:43,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "imageRef": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "flavorRef": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "max_count": 1, "min_count": 1, "networks": [{"port": "97794b1f-6d86-4bdb-bfd4-3c9113cf1984"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}]}}' 2018-10-04 15:32:45,677 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:32:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-abec91e9-6fa0-44d0-887f-ed5f69e6f933 x-compute-request-id: req-abec91e9-6fa0-44d0-887f-ed5f69e6f933 Content-Length: 444 location: http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "e183bfce-0509-430c-aada-72bc1169b106", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "adminPass": "VcJTVW4haUUi"}} 2018-10-04 15:32:45,677 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-abec91e9-6fa0-44d0-887f-ed5f69e6f933 2018-10-04 15:32:45,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:45,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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,Accept-Encoding x-openstack-request-id: req-c800e296-a704-4550-82d0-0066c3f72422 x-compute-request-id: req-c800e296-a704-4550-82d0-0066c3f72422 Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "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-10-04T15:32:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:32:45,753 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-c800e296-a704-4550-82d0-0066c3f72422 2018-10-04 15:32:45,754 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst 2018-10-04 15:32:45,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:46,561 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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,Accept-Encoding x-openstack-request-id: req-a89d2f6a-1cd0-4188-ab4d-feb491350d5c x-compute-request-id: req-a89d2f6a-1cd0-4188-ab4d-feb491350d5c Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "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-10-04T15:32:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:32:46,561 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-a89d2f6a-1cd0-4188-ab4d-feb491350d5c 2018-10-04 15:32:46,562 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst] is - BUILD 2018-10-04 15:32:46,562 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:32:49,565 - create_instance - DEBUG - VM status query timeout in 896.189184904 2018-10-04 15:32:49,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:50,323 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32: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-62d08a09-3b75-494b-bc70-bfa5b3421785 x-compute-request-id: req-62d08a09-3b75-494b-bc70-bfa5b3421785 Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:32:48Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:32:50,323 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-62d08a09-3b75-494b-bc70-bfa5b3421785 2018-10-04 15:32:50,323 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst] is - BUILD 2018-10-04 15:32:50,323 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:32:53,327 - create_instance - DEBUG - VM status query timeout in 892.427447796 2018-10-04 15:32:53,330 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:53,929 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32: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-f5810452-6168-44ea-85e6-77540b821e29 x-compute-request-id: req-f5810452-6168-44ea-85e6-77540b821e29 Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:32:48Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:32:53,929 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-f5810452-6168-44ea-85e6-77540b821e29 2018-10-04 15:32:53,930 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst] is - BUILD 2018-10-04 15:32:53,930 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:32:56,933 - create_instance - DEBUG - VM status query timeout in 888.82088089 2018-10-04 15:32:56,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:57,390 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-b9a7a44a-89db-4e9b-af8b-cccc21815f2a x-compute-request-id: req-b9a7a44a-89db-4e9b-af8b-cccc21815f2a Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:32:53Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:32:57,391 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-b9a7a44a-89db-4e9b-af8b-cccc21815f2a 2018-10-04 15:32:57,391 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst] is - ACTIVE 2018-10-04 15:32:57,391 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:32:57,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:58,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32: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-3c5b25f6-9bd4-4dcb-bfb3-f3aa9811b609 x-compute-request-id: req-3c5b25f6-9bd4-4dcb-bfb3-f3aa9811b609 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:32:53Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:32:58,304 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-3c5b25f6-9bd4-4dcb-bfb3-f3aa9811b609 2018-10-04 15:32:58,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:58,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-80b3abc5-59a5-48c0-9ae3-dfddb72022d8 Date: Thu, 04 Oct 2018 15:32:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3f6912e2-8edd-4582-85f1-b5e730312cfb"],"updated_at":"2018-10-04T15:32:22Z","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"41f0812f-4991-4d71-bb71-f100a9738067","name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net"}]} 2018-10-04 15:32:58,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net used request id req-80b3abc5-59a5-48c0-9ae3-dfddb72022d8 2018-10-04 15:32:58,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:58,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3724db4-4676-4a02-8bb7-3a9c8085172e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa"}, "enabled": true, "id": "92013e628a3b41599c1d9c97f21e18aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}} 2018-10-04 15:32:58,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa used request id req-c3724db4-4676-4a02-8bb7-3a9c8085172e 2018-10-04 15:32:58,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:58,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5f12f3a3-691d-4db0-9e25-2ca9e40ce6a4 Date: Thu, 04 Oct 2018 15:32:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:22Z","dns_nameservers":[],"updated_at":"2018-10-04T15:32:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet"}]} 2018-10-04 15:32:58,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-5f12f3a3-691d-4db0-9e25-2ca9e40ce6a4 2018-10-04 15:32:58,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:58,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-c28d1491-72e0-4366-a575-0d536e25e42d Date: Thu, 04 Oct 2018 15:32:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.2"}],"id":"0763dfd5-7cf5-47b2-a168-9bde166e6af4","security_groups":[],"mac_address":"fa:16:3e:77:a2:8f","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:53Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.12"}],"id":"97794b1f-6d86-4bdb-bfd4-3c9113cf1984","security_groups":["afe9fa4b-a544-4b15-b362-4b758da11f51"],"mac_address":"fa:16:3e:d2:81:3e","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911port-1","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:41Z","binding:vnic_type":"normal","device_id":"e183bfce-0509-430c-aada-72bc1169b106"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.4"}],"id":"999e54fc-9078-44f8-a096-5709580f0b98","security_groups":[],"mac_address":"fa:16:3e:72:80:2a","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.3"}],"id":"d68d5873-b6ef-4558-a878-8dc1de201892","security_groups":[],"mac_address":"fa:16:3e:da:c8:7f","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:45Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.1"}],"id":"f368a7ec-cdc5-4edb-8624-510bca7a5d92","security_groups":[],"mac_address":"fa:16:3e:ec:c3:1e","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:31Z","binding:vnic_type":"normal","device_id":"69d6084b-aa87-49d7-b633-7696bd6b9a69"}]} 2018-10-04 15:32:58,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-c28d1491-72e0-4366-a575-0d536e25e42d 2018-10-04 15:32:58,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:59,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32: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-a71d5b37-e3ed-4ee5-95c6-9012ca04004f x-compute-request-id: req-a71d5b37-e3ed-4ee5-95c6-9012ca04004f Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:32:53Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:32:59,342 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-a71d5b37-e3ed-4ee5-95c6-9012ca04004f 2018-10-04 15:32:59,343 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst] is - ACTIVE 2018-10-04 15:32:59,343 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:32:59,346 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:32:59,962 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:32: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-4ab095b0-23d8-44f5-9ef1-d2447c4ec839 x-compute-request-id: req-4ab095b0-23d8-44f5-9ef1-d2447c4ec839 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:32:53Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:32:59,962 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-4ab095b0-23d8-44f5-9ef1-d2447c4ec839 2018-10-04 15:32:59,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:00,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e967fbaa-f2c4-4083-90b2-372a5206ada1 Date: Thu, 04 Oct 2018 15:33: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":["3f6912e2-8edd-4582-85f1-b5e730312cfb"],"updated_at":"2018-10-04T15:32:22Z","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"41f0812f-4991-4d71-bb71-f100a9738067","name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net"}]} 2018-10-04 15:33:00,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net used request id req-e967fbaa-f2c4-4083-90b2-372a5206ada1 2018-10-04 15:33:00,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:00,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0974961-a27e-4d0a-be45-b79b7c359107 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa"}, "enabled": true, "id": "92013e628a3b41599c1d9c97f21e18aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}} 2018-10-04 15:33:00,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa used request id req-e0974961-a27e-4d0a-be45-b79b7c359107 2018-10-04 15:33:00,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:00,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f0627f72-40d1-4bc1-ae2e-6d0e58ad2bc5 Date: Thu, 04 Oct 2018 15:33:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:22Z","dns_nameservers":[],"updated_at":"2018-10-04T15:32:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet"}]} 2018-10-04 15:33:00,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-f0627f72-40d1-4bc1-ae2e-6d0e58ad2bc5 2018-10-04 15:33:00,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:00,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-9363a75b-c45d-4c62-94d8-c4b3af45079d Date: Thu, 04 Oct 2018 15:33:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.2"}],"id":"0763dfd5-7cf5-47b2-a168-9bde166e6af4","security_groups":[],"mac_address":"fa:16:3e:77:a2:8f","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:53Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.12"}],"id":"97794b1f-6d86-4bdb-bfd4-3c9113cf1984","security_groups":["afe9fa4b-a544-4b15-b362-4b758da11f51"],"mac_address":"fa:16:3e:d2:81:3e","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911port-1","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:41Z","binding:vnic_type":"normal","device_id":"e183bfce-0509-430c-aada-72bc1169b106"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.4"}],"id":"999e54fc-9078-44f8-a096-5709580f0b98","security_groups":[],"mac_address":"fa:16:3e:72:80:2a","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.3"}],"id":"d68d5873-b6ef-4558-a878-8dc1de201892","security_groups":[],"mac_address":"fa:16:3e:da:c8:7f","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:45Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.1"}],"id":"f368a7ec-cdc5-4edb-8624-510bca7a5d92","security_groups":[],"mac_address":"fa:16:3e:ec:c3:1e","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:31Z","binding:vnic_type":"normal","device_id":"69d6084b-aa87-49d7-b633-7696bd6b9a69"}]} 2018-10-04 15:33:00,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-9363a75b-c45d-4c62-94d8-c4b3af45079d 2018-10-04 15:33:00,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}}' 2018-10-04 15:33:01,694 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:33: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-73ca1238-0211-46f8-ae9d-6f673f07b868 x-compute-request-id: req-73ca1238-0211-46f8-ae9d-6f673f07b868 Content-Length: 0 Content-Type: application/json 2018-10-04 15:33:01,694 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-73ca1238-0211-46f8-ae9d-6f673f07b868 2018-10-04 15:33:01,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:01,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-7c0efdf6-7292-46cc-a0c5-46fb9d624de6 Date: Thu, 04 Oct 2018 15:33:01 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:26Z", "admin_state_up": true, "updated_at": "2018-10-04T15:32:32Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "69d6084b-aa87-49d7-b633-7696bd6b9a69", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-router"}]} 2018-10-04 15:33:01,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-router used request id req-7c0efdf6-7292-46cc-a0c5-46fb9d624de6 2018-10-04 15:33:01,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:01,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:33:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96e1a325-4d06-4317-8aa4-770da691a865 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa"}, "enabled": true, "id": "92013e628a3b41599c1d9c97f21e18aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}} 2018-10-04 15:33:01,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa used request id req-96e1a325-4d06-4317-8aa4-770da691a865 2018-10-04 15:33:01,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=69d6084b-aa87-49d7-b633-7696bd6b9a69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:01,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-1e6ff3f8-560a-49e1-bae4-9f081eafda65 Date: Thu, 04 Oct 2018 15:33:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:45Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.1"}],"id":"f368a7ec-cdc5-4edb-8624-510bca7a5d92","security_groups":[],"mac_address":"fa:16:3e:ec:c3:1e","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:31Z","binding:vnic_type":"normal","device_id":"69d6084b-aa87-49d7-b633-7696bd6b9a69"}]} 2018-10-04 15:33:01,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=69d6084b-aa87-49d7-b633-7696bd6b9a69 used request id req-1e6ff3f8-560a-49e1-bae4-9f081eafda65 2018-10-04 15:33:01,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/3f6912e2-8edd-4582-85f1-b5e730312cfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:01,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-eb63c7c3-8493-477a-bd18-6ecbd160ad75 Date: Thu, 04 Oct 2018 15:33:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:22Z","dns_nameservers":[],"updated_at":"2018-10-04T15:32:22Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet"}} 2018-10-04 15:33:01,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/3f6912e2-8edd-4582-85f1-b5e730312cfb used request id req-eb63c7c3-8493-477a-bd18-6ecbd160ad75 2018-10-04 15:33:01,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:02,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-466ee313-5353-448a-a1fd-338c271b8fff Date: Thu, 04 Oct 2018 15:33:02 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:33:02,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-466ee313-5353-448a-a1fd-338c271b8fff 2018-10-04 15:33:02,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:02,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-37823576-6752-4c9d-8467-7c0b45f4bec2 Date: Thu, 04 Oct 2018 15:33:02 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:33:02,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-37823576-6752-4c9d-8467-7c0b45f4bec2 2018-10-04 15:33:02,128 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:02,435 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:33: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-1f03acc0-be6f-4ec8-8997-0b681f11a6fa x-compute-request-id: req-1f03acc0-be6f-4ec8-8997-0b681f11a6fa Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:32:53Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:33:02,436 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-1f03acc0-be6f-4ec8-8997-0b681f11a6fa 2018-10-04 15:33:02,436 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst] is - ACTIVE 2018-10-04 15:33:02,436 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:33:02,439 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:02,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:33: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-3969fd8a-6015-4bee-b62e-2a6392e61770 x-compute-request-id: req-3969fd8a-6015-4bee-b62e-2a6392e61770 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:32:53Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:33:02,742 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-3969fd8a-6015-4bee-b62e-2a6392e61770 2018-10-04 15:33:02,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:02,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ddf90e2b-bec1-43f9-9625-021068340e20 Date: Thu, 04 Oct 2018 15:33:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3f6912e2-8edd-4582-85f1-b5e730312cfb"],"updated_at":"2018-10-04T15:32:22Z","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"41f0812f-4991-4d71-bb71-f100a9738067","name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net"}]} 2018-10-04 15:33:02,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net used request id req-ddf90e2b-bec1-43f9-9625-021068340e20 2018-10-04 15:33:02,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:02,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:33:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b6c032c-ffe1-4237-966a-306aec71a1cd Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa"}, "enabled": true, "id": "92013e628a3b41599c1d9c97f21e18aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}} 2018-10-04 15:33:02,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa used request id req-7b6c032c-ffe1-4237-966a-306aec71a1cd 2018-10-04 15:33:02,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:02,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-42e859de-193e-47e6-836f-f564ef20f7d9 Date: Thu, 04 Oct 2018 15:33:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:22Z","dns_nameservers":[],"updated_at":"2018-10-04T15:32:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet"}]} 2018-10-04 15:33:02,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-42e859de-193e-47e6-836f-f564ef20f7d9 2018-10-04 15:33:02,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:03,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-ee0ea11d-8ea6-4f1f-9a0a-61179893abf0 Date: Thu, 04 Oct 2018 15:33:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.2"}],"id":"0763dfd5-7cf5-47b2-a168-9bde166e6af4","security_groups":[],"mac_address":"fa:16:3e:77:a2:8f","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:33:01Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.12"}],"id":"97794b1f-6d86-4bdb-bfd4-3c9113cf1984","security_groups":["afe9fa4b-a544-4b15-b362-4b758da11f51","dc6ad247-8b8a-48bf-8a48-27f5be885086"],"mac_address":"fa:16:3e:d2:81:3e","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911port-1","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:41Z","binding:vnic_type":"normal","device_id":"e183bfce-0509-430c-aada-72bc1169b106"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.4"}],"id":"999e54fc-9078-44f8-a096-5709580f0b98","security_groups":[],"mac_address":"fa:16:3e:72:80:2a","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.3"}],"id":"d68d5873-b6ef-4558-a878-8dc1de201892","security_groups":[],"mac_address":"fa:16:3e:da:c8:7f","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:45Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.1"}],"id":"f368a7ec-cdc5-4edb-8624-510bca7a5d92","security_groups":[],"mac_address":"fa:16:3e:ec:c3:1e","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:31Z","binding:vnic_type":"normal","device_id":"69d6084b-aa87-49d7-b633-7696bd6b9a69"}]} 2018-10-04 15:33:03,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-ee0ea11d-8ea6-4f1f-9a0a-61179893abf0 2018-10-04 15:33:03,098 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-04 15:33:03,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:03,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-6714cdb9-c69b-4de2-abfc-4bfb8d605a17 Date: Thu, 04 Oct 2018 15:33:03 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:33:03,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-6714cdb9-c69b-4de2-abfc-4bfb8d605a17 2018-10-04 15:33:03,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:03,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-030c406d-2c43-4957-aa45-16e54a65ca02 Date: Thu, 04 Oct 2018 15:33:03 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:33:03,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-030c406d-2c43-4957-aa45-16e54a65ca02 2018-10-04 15:33:03,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"floatingip": {"floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "port_id": "97794b1f-6d86-4bdb-bfd4-3c9113cf1984"}}' 2018-10-04 15:33:06,272 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-423611bc-fdce-418a-93d1-7c192ba12eb7 Date: Thu, 04 Oct 2018 15:33:06 GMT RESP BODY: {"floatingip": {"router_id": "69d6084b-aa87-49d7-b633-7696bd6b9a69", "status": "DOWN", "description": "", "tags": [], "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:33:05Z", "updated_at": "2018-10-04T15:33:05Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "10.55.1.12", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "92013e628a3b41599c1d9c97f21e18aa", "port_id": "97794b1f-6d86-4bdb-bfd4-3c9113cf1984", "id": "e9fc7d92-e2d5-4a1b-9520-a05c39363eae"}} 2018-10-04 15:33:06,272 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-423611bc-fdce-418a-93d1-7c192ba12eb7 2018-10-04 15:33:06,272 - create_instance - INFO - Created floating IP 172.30.9.210 via router - CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-router 2018-10-04 15:33:06,275 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:06,625 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:33: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-1c737aa4-7ebc-43a0-b95c-a7512c5e8445 x-compute-request-id: req-1c737aa4-7ebc-43a0-b95c-a7512c5e8445 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:32:53Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:33:06,625 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-1c737aa4-7ebc-43a0-b95c-a7512c5e8445 2018-10-04 15:33:06,626 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst] is - ACTIVE 2018-10-04 15:33:06,626 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:33:06,630 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:07,098 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:33: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-15d5dd82-9925-4bfd-9867-99c13ba95c2d x-compute-request-id: req-15d5dd82-9925-4bfd-9867-99c13ba95c2d Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:32:53Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:33:07,098 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-15d5dd82-9925-4bfd-9867-99c13ba95c2d 2018-10-04 15:33:07,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:07,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6a941bfa-658d-4afe-b420-23db6f14beca Date: Thu, 04 Oct 2018 15:33:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3f6912e2-8edd-4582-85f1-b5e730312cfb"],"updated_at":"2018-10-04T15:32:22Z","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"41f0812f-4991-4d71-bb71-f100a9738067","name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net"}]} 2018-10-04 15:33:07,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net used request id req-6a941bfa-658d-4afe-b420-23db6f14beca 2018-10-04 15:33:07,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:07,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:33:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23a56608-df6a-4934-b124-0a713f7a2c80 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa"}, "enabled": true, "id": "92013e628a3b41599c1d9c97f21e18aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}} 2018-10-04 15:33:07,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa used request id req-23a56608-df6a-4934-b124-0a713f7a2c80 2018-10-04 15:33:07,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:07,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e5acb75f-8723-4742-ab22-2c9731620ba9 Date: Thu, 04 Oct 2018 15:33:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:22Z","dns_nameservers":[],"updated_at":"2018-10-04T15:32:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet"}]} 2018-10-04 15:33:07,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-e5acb75f-8723-4742-ab22-2c9731620ba9 2018-10-04 15:33:07,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:07,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-58ddbfe3-4c4b-4cbe-bfe3-a18f99220dc1 Date: Thu, 04 Oct 2018 15:33:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.2"}],"id":"0763dfd5-7cf5-47b2-a168-9bde166e6af4","security_groups":[],"mac_address":"fa:16:3e:77:a2:8f","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:33:01Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.12"}],"id":"97794b1f-6d86-4bdb-bfd4-3c9113cf1984","security_groups":["afe9fa4b-a544-4b15-b362-4b758da11f51","dc6ad247-8b8a-48bf-8a48-27f5be885086"],"mac_address":"fa:16:3e:d2:81:3e","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911port-1","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:41Z","binding:vnic_type":"normal","device_id":"e183bfce-0509-430c-aada-72bc1169b106"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.4"}],"id":"999e54fc-9078-44f8-a096-5709580f0b98","security_groups":[],"mac_address":"fa:16:3e:72:80:2a","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.3"}],"id":"d68d5873-b6ef-4558-a878-8dc1de201892","security_groups":[],"mac_address":"fa:16:3e:da:c8:7f","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:45Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.1"}],"id":"f368a7ec-cdc5-4edb-8624-510bca7a5d92","security_groups":[],"mac_address":"fa:16:3e:ec:c3:1e","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:31Z","binding:vnic_type":"normal","device_id":"69d6084b-aa87-49d7-b633-7696bd6b9a69"}]} 2018-10-04 15:33:07,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-58ddbfe3-4c4b-4cbe-bfe3-a18f99220dc1 2018-10-04 15:33:07,736 - create_instance_tests - INFO - Looking for IP 10.55.1.12 in the console log 2018-10-04 15:33:07,739 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:08,449 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:33: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-600e12c1-5827-477a-b191-3b64515eeb37 x-compute-request-id: req-600e12c1-5827-477a-b191-3b64515eeb37 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:32:53Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:33:08,449 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-600e12c1-5827-477a-b191-3b64515eeb37 2018-10-04 15:33:08,452 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:33:09,550 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-3dce6697-20b0-4f3a-bbf4-5a04aafba8de x-compute-request-id: req-3dce6697-20b0-4f3a-bbf4-5a04aafba8de Content-Encoding: gzip Content-Length: 9652 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498162186 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134208] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135907] pid_max: default: 32768 minimum: 301\n[ 0.136820] ACPI: Core revision 20150930\n[ 0.138254] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139627] Security Framework initialized\n[ 0.140463] Yama: becoming mindful.\n[ 0.141265] AppArmor: AppArmor initialized\n[ 0.142139] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143460] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.144782] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.146047] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147474] Initializing cgroup subsys io\n[ 0.148311] Initializing cgroup subsys memory\n[ 0.149204] Initializing cgroup subsys devices\n[ 0.150108] Initializing cgroup subsys freezer\n[ 0.151004] Initializing cgroup subsys net_cls\n[ 0.151894] Initializing cgroup subsys perf_event\n[ 0.152825] Initializing cgroup subsys net_prio\n[ 0.153740] Initializing cgroup subsys hugetlb\n[ 0.154633] Initializing cgroup subsys pids\n[ 0.155556] CPU: Physical Processor ID: 0\n[ 0.157076] mce: CPU supports 10 MCE banks\n[ 0.157951] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158976] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161259] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167708] ftrace: allocating 31920 entries in 125 pages\n[ 0.193596] smpboot: Max logical packages: 2\n[ 0.194504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195762] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.197186] x2apic enabled\n[ 0.198039] Switched APIC routing to physical x2apic.\n[ 0.199845] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201122] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203372] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205396] KVM setup paravirtual spinlock\n[ 0.206854] x86: Booting SMP configuration:\n[ 0.207802] .... node #0, CPUs: #1\n[ 0.208740] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.231413] x86: Booted up 1 node, 2 CPUs\n[ 0.231415] KVM setup async PF for cpu 1\n[ 0.231417] kvm-stealtime: cpu 1, msr f90d940\n[ 0.234108] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.235653] devtmpfs: initialized\n[ 0.237394] evm: security.selinux\n[ 0.238125] evm: security.SMACK64\n[ 0.238845] evm: security.SMACK64EXEC\n[ 0.239633] evm: security.SMACK64TRANSMUTE\n[ 0.240483] evm: security.SMACK64MMAP\n[ 0.241269] evm: security.ima\n[ 0.241944] evm: security.capability\n[ 0.242828] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.244798] pinctrl core: initialized pinctrl subsystem\n[ 0.245945] RTC time: 15:32:50, date: 10/04/18\n[ 0.246957] NET: Registered protocol family 16\n[ 0.256777] cpuidle: using governor ladder\n[ 0.268871] cpuidle: using governor menu\n[ 0.269715] PCCT header not found.\n[ 0.270526] ACPI: bus type PCI registered\n[ 0.271368] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.272680] PCI: Using configuration type 1 for base access\n[ 0.286167] ACPI: Added _OSI(Module Device)\n[ 0.287054] ACPI: Added _OSI(Processor Device)\n[ 0.287952] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288888] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.291299] ACPI: Interpreter enabled\n[ 0.292113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.295986] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.297913] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.299848] ACPI: (supports S0 S5)\n[ 0.300587] ACPI: Using IOAPIC for interrupt routing\n[ 0.301692] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.305157] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.306348] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307639] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308888] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.311279] acpiphp: Slot [3] registered\n[ 0.312131] acpiphp: Slot [4] registered\n[ 0.312969] acpiphp: Slot [5] registered\n[ 0.313802] acpiphp: Slot [6] registered\n[ 0.314636] acpiphp: Slot [7] registered\n[ 0.315473] acpiphp: Slot [8] registered\n[ 0.316317] acpiphp: Slot [9] registered\n[ 0.317153] acpiphp: Slot [10] registered\n[ 0.329009] acpiphp: Slot [11] registered\n[ 0.329859] acpiphp: Slot [12] registered\n[ 0.330710] acpiphp: Slot [13] registered\n[ 0.331560] acpiphp: Slot [14] registered\n[ 0.332408] acpiphp: Slot [15] registered\n[ 0.333268] acpiphp: Slot [16] registered\n[ 0.334121] acpiphp: Slot [17] registered\n[ 0.334970] acpiphp: Slot [18] registered\n[ 0.335814] acpiphp: Slot [19] registered\n[ 0.336663] acpiphp: Slot [20] registered\n[ 0.337519] acpiphp: Slot [21] registered\n[ 0.338373] acpiphp: Slot [22] registered\n[ 0.339226] acpiphp: Slot [23] registered\n[ 0.340075] acpiphp: Slot [24] registered\n[ 0.340921] acpiphp: Slot [25] registered\n[ 0.341770] acpiphp: Slot [26] registered\n[ 0.342623] acpiphp: Slot [27] registered\n[ 0.343473] acpiphp: Slot [28] registered\n[ 0.344339] acpiphp: Slot [29] registered\n[ 0.345191] acpiphp: Slot [30] registered\n[ 0.346050] acpiphp: Slot [31] registered\n[ 0.346897] PCI host bridge to bus 0000:00\n[ 0.347743] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349018] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350293] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351810] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353322] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359755] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361105] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362335] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363662] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370120] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371619] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.418302] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.421379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.422875] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.424341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.425691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.427169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.428266] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429881] vgaarb: loaded\n[ 0.430511] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431697] SCSI subsystem initialized\n[ 0.432579] ACPI: bus type USB registered\n[ 0.433432] usbcore: registered new interface driver usbfs\n[ 0.434505] usbcore: registered new interface driver hub\n[ 0.435554] usbcore: registered new device driver usb\n[ 0.436692] PCI: Using ACPI for IRQ routing\n[ 0.437766] NetLabel: Initializing\n[ 0.438518] NetLabel: domain hash size = 128\n[ 0.439405] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440394] NetLabel: unlabeled traffic allowed by default\n[ 0.441573] clocksource: Switched to clocksource kvm-clock\n[ 0.447526] AppArmor: AppArmor Filesystem Enabled\n[ 0.448527] pnp: PnP ACPI init\n[ 0.449488] pnp: PnP ACPI: found 5 devices\n[ 0.456636] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.458411] NET: Registered protocol family 2\n[ 0.459428] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.460749] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461969] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.463178] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464301] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465522] NET: Registered protocol family 1\n[ 0.466427] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467569] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468687] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487362] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.506060] Trying to unpack rootfs image as initramfs...\n[ 0.556073] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.570303] Scanning for low memory corruption every 60 seconds\n[ 0.571782] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.572995] audit: initializing netlink subsys (disabled)\n[ 0.574088] audit: type=2000 audit(1538667171.710:1): initialized\n[ 0.575460] Initialise system trusted keyring\n[ 0.576454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.577687] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.579857] zbud: loaded\n[ 0.580618] VFS: Disk quotas dquot_6.6.0\n[ 0.581488] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.583131] fuse init (API version 7.23)\n[ 0.584074] Key type big_key registered\n[ 0.584916] Allocating IMA MOK and blacklist keyrings.\n[ 0.586226] Key type asymmetric registered\n[ 0.587092] Asymmetric key parser 'x509' registered\n[ 0.588093] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.589640] io scheduler noop registered\n[ 0.590483] io scheduler deadline registered (default)\n[ 0.591527] io scheduler cfq registered\n[ 0.592403] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.593506] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.596852] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.598387] ACPI: Power Button [PWRF]\n[ 0.599332] GHES: HEST is not enabled!\n[ 0.617742] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.656029] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.658650] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.682864] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685397] Linux agpgart interface v0.103\n[ 0.688264] brd: module loaded\n[ 0.689714] loop: module loaded\n[ 0.694828] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696344] GPT:90111 != 20971519\n[ 0.697067] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698244] GPT:90111 != 20971519\n[ 0.698966] GPT: Use GNU Parted to correct GPT errors.\n[ 0.699980] vda: vda1 vda15\n[ 0.701611] scsi host0: ata_piix\n[ 0.702429] scsi host1: ata_piix\n[ 0.703177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.704447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705785] libphy: Fixed MDIO Bus: probed\n[ 0.706673] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707715] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709885] PPP generic driver version 2.4.2\n[ 0.710899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712227] ehci-pci: EHCI PCI platform driver\n[ 0.713148] ehci-platform: EHCI generic platform driver\n[ 0.714202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715499] ohci-pci: OHCI PCI platform driver\n[ 0.716405] ohci-platform: OHCI generic platform driver\n[ 0.717425] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736528] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.739068] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.740128] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741277] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742545] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.744013] usb usb1: Product: UHCI Host Controller\n[ 0.744980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.746162] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.747239] hub 1-0:1.0: USB hub found\n[ 0.748039] hub 1-0:1.0: 2 ports detected\n[ 0.748982] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.751181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.752189] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.753305] mousedev: PS/2 mouse device common for all mice\n[ 0.754625] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.756531] rtc_cmos 00:00: RTC can wake from S4\n[ 0.757684] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.758917] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760145] i2c /dev entries driver\n[ 0.760934] device-mapper: uevent: version 1.0.3\n[ 0.761921] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.763589] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.764975] NET: Registered protocol family 10\n[ 0.766032] NET: Registered protocol family 17\n[ 0.766956] Key type dns_resolver registered\n[ 0.767962] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.769077] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.770439] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.772281] registered taskstats version 1\n[ 0.773142] Loading compiled-in X.509 certificates\n[ 0.774613] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.776638] zswap: loaded using pool lzo/zbud\n[ 0.778151] Key type trusted registered\n[ 0.779906] Key type encrypted registered\n[ 0.780766] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.781887] ima: No TPM chip found, activating TPM-bypass!\n[ 0.783007] evm: HMAC attrs: 0x1\n[ 0.784052] Magic number: 6:393:537\n[ 0.784868] bdi 1:15: hash matches\n[ 0.796860] tty ttyS17: hash matches\n[ 0.797774] rtc_cmos 00:00: setting system clock to 2018-10-04 15:32:51 UTC (1538667171)\n[ 0.799497] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.800681] EDD information not available.\n[ 0.863086] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.864764] Write protecting the kernel read-only data: 14336k\n[ 0.866503] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.868391] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927527] 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 1.48\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.12...\nLease of 10.55.1.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.65. iid=i-00000108\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=20953055,end=20971487\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): 2 @ 3491.910 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnuiNSwL1Z8dNGO1ZMNyr/Ptf1/3Txf7qlLWgseHU4RfsdJTavmMlRGsAxRvzmBSkvjh3k1TOlV9GYrPmgpy45VHISlknZPy167c6fqOnFPtCu+IvztPhamNnSYIZMebpxnNfAfc+uPJStd1i0MIe0DuoNTkaoPfBEMdbRmnziaBBZhLFszMhJyceDvBjDF1ySAhoyq40mih8a/xpTUd9lsKNyKXdnGU/pLWFg/TCknUQiXnCVhhtTK45IeeP3ISeWzzpX4BlfDHNWTC/S4Eyffu0IVrCIFWG+Jm2oY6FJqHLr2eR1+ZI3saZcaDmIGiKhvW2q8gr66gawKzXVBdMn root@createinstancesinglenetworktests-6c861dd5-8062-4d23-903a-8c2997\nssh-dss AAAAB3NzaC1kc3MAAACBAP+YJqj4qtp5mZS/laURjeKBYlgXW5NNpojcSOMQivPsedFGECzFwbT/2dDABkjV9roDWb3V56NXT2FAweN9ABvldHM09eMZvyNKp8GrWvgL9sldYfSmZWAse78i+78NR9oMx5/+3EnGoD2JpdHvXzD3jwnD8V1SdXlUmqqPlQbJAAAAFQDAP5anYNm9ytd2QPN0C023mXRC5wAAAIEAldDSHCOAMFXr5TQT4U7SHrWxTJ+EdNFH0a+XBznZXaadDPEQf7stPb2SptrGln0b8tPcgVPIedsl/cdTN4GyoaszOCj/gtfoGle9sFbqwSnTOsQSrR8Eq7BQpe9zGk83z/AQQ3WK0lpopExI5h4C5A6yNT1RxXt+D9tz4Gk1eYQAAACBAISpiysm9cmZ12W79X30xwwugyrWOaoGmHq/goBBuLr/YIFMIZno27mre0QneQx3h5iFqfkckDQa5QIKL3KSxeYm3vRO7P0JvrjiW6ZcgSE3CNj0NQ7R3CStwxZZ0h3r4o8cW56NmETAzCkJzB/RjZYlGgAFtJ4tcLGtF3R54oOg root@createinstancesinglenetworktests-6c861dd5-8062-4d23-903a-8c2997\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.12,24,fe80::f816:3eff:fed2:813e/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.12 \nip-route:169.254.169.254 via 10.55.1.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-6c861dd5-8062-4d23-903a-8c2997\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.32 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-6c861dd5-8062-4d23-903a-8c2997 login: "} 2018-10-04 15:33:09,550 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-3dce6697-20b0-4f3a-bbf4-5a04aafba8de 2018-10-04 15:33:09,552 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-04 15:33:09,552 - create_instance_tests - DEBUG - Full console output - [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 498162186 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.134208] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.135907] pid_max: default: 32768 minimum: 301 [ 0.136820] ACPI: Core revision 20150930 [ 0.138254] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.139627] Security Framework initialized [ 0.140463] Yama: becoming mindful. [ 0.141265] AppArmor: AppArmor initialized [ 0.142139] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.143460] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.144782] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.146047] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147474] Initializing cgroup subsys io [ 0.148311] Initializing cgroup subsys memory [ 0.149204] Initializing cgroup subsys devices [ 0.150108] Initializing cgroup subsys freezer [ 0.151004] Initializing cgroup subsys net_cls [ 0.151894] Initializing cgroup subsys perf_event [ 0.152825] Initializing cgroup subsys net_prio [ 0.153740] Initializing cgroup subsys hugetlb [ 0.154633] Initializing cgroup subsys pids [ 0.155556] CPU: Physical Processor ID: 0 [ 0.157076] mce: CPU supports 10 MCE banks [ 0.157951] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.158976] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.161259] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.167708] ftrace: allocating 31920 entries in 125 pages [ 0.193596] smpboot: Max logical packages: 2 [ 0.194504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195762] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.197186] x2apic enabled [ 0.198039] Switched APIC routing to physical x2apic. [ 0.199845] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.201122] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.203372] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205396] KVM setup paravirtual spinlock [ 0.206854] x86: Booting SMP configuration: [ 0.207802] .... node #0, CPUs: #1 [ 0.208740] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.231413] x86: Booted up 1 node, 2 CPUs [ 0.231415] KVM setup async PF for cpu 1 [ 0.231417] kvm-stealtime: cpu 1, msr f90d940 [ 0.234108] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.235653] devtmpfs: initialized [ 0.237394] evm: security.selinux [ 0.238125] evm: security.SMACK64 [ 0.238845] evm: security.SMACK64EXEC [ 0.239633] evm: security.SMACK64TRANSMUTE [ 0.240483] evm: security.SMACK64MMAP [ 0.241269] evm: security.ima [ 0.241944] evm: security.capability [ 0.242828] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.244798] pinctrl core: initialized pinctrl subsystem [ 0.245945] RTC time: 15:32:50, date: 10/04/18 [ 0.246957] NET: Registered protocol family 16 [ 0.256777] cpuidle: using governor ladder [ 0.268871] cpuidle: using governor menu [ 0.269715] PCCT header not found. [ 0.270526] ACPI: bus type PCI registered [ 0.271368] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.272680] PCI: Using configuration type 1 for base access [ 0.286167] ACPI: Added _OSI(Module Device) [ 0.287054] ACPI: Added _OSI(Processor Device) [ 0.287952] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.288888] ACPI: Added _OSI(Processor Aggregator Device) [ 0.291299] ACPI: Interpreter enabled [ 0.292113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.294053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.295986] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.297913] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.299848] ACPI: (supports S0 S5) [ 0.300587] ACPI: Using IOAPIC for interrupt routing [ 0.301692] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.305157] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.306348] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.307639] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.308888] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.311279] acpiphp: Slot [3] registered [ 0.312131] acpiphp: Slot [4] registered [ 0.312969] acpiphp: Slot [5] registered [ 0.313802] acpiphp: Slot [6] registered [ 0.314636] acpiphp: Slot [7] registered [ 0.315473] acpiphp: Slot [8] registered [ 0.316317] acpiphp: Slot [9] registered [ 0.317153] acpiphp: Slot [10] registered [ 0.329009] acpiphp: Slot [11] registered [ 0.329859] acpiphp: Slot [12] registered [ 0.330710] acpiphp: Slot [13] registered [ 0.331560] acpiphp: Slot [14] registered [ 0.332408] acpiphp: Slot [15] registered [ 0.333268] acpiphp: Slot [16] registered [ 0.334121] acpiphp: Slot [17] registered [ 0.334970] acpiphp: Slot [18] registered [ 0.335814] acpiphp: Slot [19] registered [ 0.336663] acpiphp: Slot [20] registered [ 0.337519] acpiphp: Slot [21] registered [ 0.338373] acpiphp: Slot [22] registered [ 0.339226] acpiphp: Slot [23] registered [ 0.340075] acpiphp: Slot [24] registered [ 0.340921] acpiphp: Slot [25] registered [ 0.341770] acpiphp: Slot [26] registered [ 0.342623] acpiphp: Slot [27] registered [ 0.343473] acpiphp: Slot [28] registered [ 0.344339] acpiphp: Slot [29] registered [ 0.345191] acpiphp: Slot [30] registered [ 0.346050] acpiphp: Slot [31] registered [ 0.346897] PCI host bridge to bus 0000:00 [ 0.347743] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349018] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350293] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351810] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353322] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359755] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361105] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362335] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363662] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370120] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371619] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.418302] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.421379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.422875] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.424341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.425691] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.427169] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.428266] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.429881] vgaarb: loaded [ 0.430511] vgaarb: bridge control possible 0000:00:02.0 [ 0.431697] SCSI subsystem initialized [ 0.432579] ACPI: bus type USB registered [ 0.433432] usbcore: registered new interface driver usbfs [ 0.434505] usbcore: registered new interface driver hub [ 0.435554] usbcore: registered new device driver usb [ 0.436692] PCI: Using ACPI for IRQ routing [ 0.437766] NetLabel: Initializing [ 0.438518] NetLabel: domain hash size = 128 [ 0.439405] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.440394] NetLabel: unlabeled traffic allowed by default [ 0.441573] clocksource: Switched to clocksource kvm-clock [ 0.447526] AppArmor: AppArmor Filesystem Enabled [ 0.448527] pnp: PnP ACPI init [ 0.449488] pnp: PnP ACPI: found 5 devices [ 0.456636] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.458411] NET: Registered protocol family 2 [ 0.459428] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.460749] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461969] TCP: Hash tables configured (established 2048 bind 2048) [ 0.463178] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.464301] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.465522] NET: Registered protocol family 1 [ 0.466427] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.467569] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468687] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487362] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.506060] Trying to unpack rootfs image as initramfs... [ 0.556073] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.570303] Scanning for low memory corruption every 60 seconds [ 0.571782] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.572995] audit: initializing netlink subsys (disabled) [ 0.574088] audit: type=2000 audit(1538667171.710:1): initialized [ 0.575460] Initialise system trusted keyring [ 0.576454] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.577687] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.579857] zbud: loaded [ 0.580618] VFS: Disk quotas dquot_6.6.0 [ 0.581488] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.583131] fuse init (API version 7.23) [ 0.584074] Key type big_key registered [ 0.584916] Allocating IMA MOK and blacklist keyrings. [ 0.586226] Key type asymmetric registered [ 0.587092] Asymmetric key parser 'x509' registered [ 0.588093] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.589640] io scheduler noop registered [ 0.590483] io scheduler deadline registered (default) [ 0.591527] io scheduler cfq registered [ 0.592403] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.593506] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.596852] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.598387] ACPI: Power Button [PWRF] [ 0.599332] GHES: HEST is not enabled! [ 0.617742] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.656029] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.658650] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.682864] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.685397] Linux agpgart interface v0.103 [ 0.688264] brd: module loaded [ 0.689714] loop: module loaded [ 0.694828] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.696344] GPT:90111 != 20971519 [ 0.697067] GPT:Alternate GPT header not at the end of the disk. [ 0.698244] GPT:90111 != 20971519 [ 0.698966] GPT: Use GNU Parted to correct GPT errors. [ 0.699980] vda: vda1 vda15 [ 0.701611] scsi host0: ata_piix [ 0.702429] scsi host1: ata_piix [ 0.703177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.704447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705785] libphy: Fixed MDIO Bus: probed [ 0.706673] tun: Universal TUN/TAP device driver, 1.6 [ 0.707715] tun: (C) 1999-2004 Max Krasnyansky [ 0.709885] PPP generic driver version 2.4.2 [ 0.710899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712227] ehci-pci: EHCI PCI platform driver [ 0.713148] ehci-platform: EHCI generic platform driver [ 0.714202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715499] ohci-pci: OHCI PCI platform driver [ 0.716405] ohci-platform: OHCI generic platform driver [ 0.717425] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736528] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.739068] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.740128] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741277] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742545] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.744013] usb usb1: Product: UHCI Host Controller [ 0.744980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.746162] usb usb1: SerialNumber: 0000:00:01.2 [ 0.747239] hub 1-0:1.0: USB hub found [ 0.748039] hub 1-0:1.0: 2 ports detected [ 0.748982] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.751181] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.752189] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.753305] mousedev: PS/2 mouse device common for all mice [ 0.754625] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.756531] rtc_cmos 00:00: RTC can wake from S4 [ 0.757684] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.758917] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760145] i2c /dev entries driver [ 0.760934] device-mapper: uevent: version 1.0.3 [ 0.761921] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.763589] ledtrig-cpu: registered to indicate activity on CPUs [ 0.764975] NET: Registered protocol family 10 [ 0.766032] NET: Registered protocol family 17 [ 0.766956] Key type dns_resolver registered [ 0.767962] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.769077] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.770439] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.772281] registered taskstats version 1 [ 0.773142] Loading compiled-in X.509 certificates [ 0.774613] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.776638] zswap: loaded using pool lzo/zbud [ 0.778151] Key type trusted registered [ 0.779906] Key type encrypted registered [ 0.780766] AppArmor: AppArmor sha1 policy hashing enabled [ 0.781887] ima: No TPM chip found, activating TPM-bypass! [ 0.783007] evm: HMAC attrs: 0x1 [ 0.784052] Magic number: 6:393:537 [ 0.784868] bdi 1:15: hash matches [ 0.796860] tty ttyS17: hash matches [ 0.797774] rtc_cmos 00:00: setting system clock to 2018-10-04 15:32:51 UTC (1538667171) [ 0.799497] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.800681] EDD information not available. [ 0.863086] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.864764] Write protecting the kernel read-only data: 14336k [ 0.866503] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.868391] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.927527] 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 1.48 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.1.12... Lease of 10.55.1.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.65. iid=i-00000108 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=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.910 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnuiNSwL1Z8dNGO1ZMNyr/Ptf1/3Txf7qlLWgseHU4RfsdJTavmMlRGsAxRvzmBSkvjh3k1TOlV9GYrPmgpy45VHISlknZPy167c6fqOnFPtCu+IvztPhamNnSYIZMebpxnNfAfc+uPJStd1i0MIe0DuoNTkaoPfBEMdbRmnziaBBZhLFszMhJyceDvBjDF1ySAhoyq40mih8a/xpTUd9lsKNyKXdnGU/pLWFg/TCknUQiXnCVhhtTK45IeeP3ISeWzzpX4BlfDHNWTC/S4Eyffu0IVrCIFWG+Jm2oY6FJqHLr2eR1+ZI3saZcaDmIGiKhvW2q8gr66gawKzXVBdMn root@createinstancesinglenetworktests-6c861dd5-8062-4d23-903a-8c2997 ssh-dss AAAAB3NzaC1kc3MAAACBAP+YJqj4qtp5mZS/laURjeKBYlgXW5NNpojcSOMQivPsedFGECzFwbT/2dDABkjV9roDWb3V56NXT2FAweN9ABvldHM09eMZvyNKp8GrWvgL9sldYfSmZWAse78i+78NR9oMx5/+3EnGoD2JpdHvXzD3jwnD8V1SdXlUmqqPlQbJAAAAFQDAP5anYNm9ytd2QPN0C023mXRC5wAAAIEAldDSHCOAMFXr5TQT4U7SHrWxTJ+EdNFH0a+XBznZXaadDPEQf7stPb2SptrGln0b8tPcgVPIedsl/cdTN4GyoaszOCj/gtfoGle9sFbqwSnTOsQSrR8Eq7BQpe9zGk83z/AQQ3WK0lpopExI5h4C5A6yNT1RxXt+D9tz4Gk1eYQAAACBAISpiysm9cmZ12W79X30xwwugyrWOaoGmHq/goBBuLr/YIFMIZno27mre0QneQx3h5iFqfkckDQa5QIKL3KSxeYm3vRO7P0JvrjiW6ZcgSE3CNj0NQ7R3CStwxZZ0h3r4o8cW56NmETAzCkJzB/RjZYlGgAFtJ4tcLGtF3R54oOg root@createinstancesinglenetworktests-6c861dd5-8062-4d23-903a-8c2997 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.12,24,fe80::f816:3eff:fed2:813e/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.12 ip-route:169.254.169.254 via 10.55.1.3 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000108 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-6c861dd5-8062-4d23-903a-8c2997 launch-index: 0 === cirros: current=0.4.0 uptime=3.32 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-6c861dd5-8062-4d23-903a-8c2997 login: 2018-10-04 15:33:09,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:10,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:33:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ec314d3a-d288-4879-a331-8d9bcd27cf8a x-compute-request-id: req-ec314d3a-d288-4879-a331-8d9bcd27cf8a Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:32:53Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:33:10,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-ec314d3a-d288-4879-a331-8d9bcd27cf8a 2018-10-04 15:33:10,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:10,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-fb361c5c-1e9e-4c1b-94b4-70d1b434a864 Date: Thu, 04 Oct 2018 15:33:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3f6912e2-8edd-4582-85f1-b5e730312cfb"],"updated_at":"2018-10-04T15:32:22Z","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"41f0812f-4991-4d71-bb71-f100a9738067","name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net"}]} 2018-10-04 15:33:10,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net used request id req-fb361c5c-1e9e-4c1b-94b4-70d1b434a864 2018-10-04 15:33:10,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:10,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:33:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-630cbde2-9c1c-4353-beb1-49fe2a93a93c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa"}, "enabled": true, "id": "92013e628a3b41599c1d9c97f21e18aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}} 2018-10-04 15:33:10,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa used request id req-630cbde2-9c1c-4353-beb1-49fe2a93a93c 2018-10-04 15:33:10,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:10,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-35f17183-ade1-4215-9356-50e2ca29f5cd Date: Thu, 04 Oct 2018 15:33:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:22Z","dns_nameservers":[],"updated_at":"2018-10-04T15:32:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet"}]} 2018-10-04 15:33:10,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-35f17183-ade1-4215-9356-50e2ca29f5cd 2018-10-04 15:33:10,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:10,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-4bd3c048-83c1-4cd9-a5b0-a6e4c361c70e Date: Thu, 04 Oct 2018 15:33:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.2"}],"id":"0763dfd5-7cf5-47b2-a168-9bde166e6af4","security_groups":[],"mac_address":"fa:16:3e:77:a2:8f","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:33:01Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.12"}],"id":"97794b1f-6d86-4bdb-bfd4-3c9113cf1984","security_groups":["afe9fa4b-a544-4b15-b362-4b758da11f51","dc6ad247-8b8a-48bf-8a48-27f5be885086"],"mac_address":"fa:16:3e:d2:81:3e","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911port-1","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:41Z","binding:vnic_type":"normal","device_id":"e183bfce-0509-430c-aada-72bc1169b106"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.4"}],"id":"999e54fc-9078-44f8-a096-5709580f0b98","security_groups":[],"mac_address":"fa:16:3e:72:80:2a","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.3"}],"id":"d68d5873-b6ef-4558-a878-8dc1de201892","security_groups":[],"mac_address":"fa:16:3e:da:c8:7f","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:45Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.1"}],"id":"f368a7ec-cdc5-4edb-8624-510bca7a5d92","security_groups":[],"mac_address":"fa:16:3e:ec:c3:1e","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:31Z","binding:vnic_type":"normal","device_id":"69d6084b-aa87-49d7-b633-7696bd6b9a69"}]} 2018-10-04 15:33:10,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-4bd3c048-83c1-4cd9-a5b0-a6e4c361c70e 2018-10-04 15:33:10,546 - create_instance - INFO - Checking if VM is active 2018-10-04 15:33:10,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:11,007 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:33: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-e323ef1a-0599-442c-9340-2aa0284ccd64 x-compute-request-id: req-e323ef1a-0599-442c-9340-2aa0284ccd64 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:32:53Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:33:11,008 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-e323ef1a-0599-442c-9340-2aa0284ccd64 2018-10-04 15:33:11,008 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst] is - ACTIVE 2018-10-04 15:33:11,008 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:33:11,011 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:11,475 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:33: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-fc600453-a8ab-4c50-b692-0c912b7e37af x-compute-request-id: req-fc600453-a8ab-4c50-b692-0c912b7e37af Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:32:53Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:33:11,476 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-fc600453-a8ab-4c50-b692-0c912b7e37af 2018-10-04 15:33:11,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:11,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-cd82a28e-15ab-46f1-ad98-f2c13d32b802 Date: Thu, 04 Oct 2018 15:33:11 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":["3f6912e2-8edd-4582-85f1-b5e730312cfb"],"updated_at":"2018-10-04T15:32:22Z","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"41f0812f-4991-4d71-bb71-f100a9738067","name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net"}]} 2018-10-04 15:33:11,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net used request id req-cd82a28e-15ab-46f1-ad98-f2c13d32b802 2018-10-04 15:33:11,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:11,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:33:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42abd46c-90d0-41b2-b849-876d85db33c5 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa"}, "enabled": true, "id": "92013e628a3b41599c1d9c97f21e18aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}} 2018-10-04 15:33:11,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa used request id req-42abd46c-90d0-41b2-b849-876d85db33c5 2018-10-04 15:33:11,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:11,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5fe03f8c-7e8f-44ee-bc06-57f3bc5cfd22 Date: Thu, 04 Oct 2018 15:33:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:22Z","dns_nameservers":[],"updated_at":"2018-10-04T15:32:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet"}]} 2018-10-04 15:33:11,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-5fe03f8c-7e8f-44ee-bc06-57f3bc5cfd22 2018-10-04 15:33:11,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:12,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-8c5e6e0b-9156-42ae-9aee-75c04d654fe4 Date: Thu, 04 Oct 2018 15:33:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.2"}],"id":"0763dfd5-7cf5-47b2-a168-9bde166e6af4","security_groups":[],"mac_address":"fa:16:3e:77:a2:8f","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:33:01Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.12"}],"id":"97794b1f-6d86-4bdb-bfd4-3c9113cf1984","security_groups":["afe9fa4b-a544-4b15-b362-4b758da11f51","dc6ad247-8b8a-48bf-8a48-27f5be885086"],"mac_address":"fa:16:3e:d2:81:3e","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911port-1","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:41Z","binding:vnic_type":"normal","device_id":"e183bfce-0509-430c-aada-72bc1169b106"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.4"}],"id":"999e54fc-9078-44f8-a096-5709580f0b98","security_groups":[],"mac_address":"fa:16:3e:72:80:2a","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.3"}],"id":"d68d5873-b6ef-4558-a878-8dc1de201892","security_groups":[],"mac_address":"fa:16:3e:da:c8:7f","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:45Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.1"}],"id":"f368a7ec-cdc5-4edb-8624-510bca7a5d92","security_groups":[],"mac_address":"fa:16:3e:ec:c3:1e","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:31Z","binding:vnic_type":"normal","device_id":"69d6084b-aa87-49d7-b633-7696bd6b9a69"}]} 2018-10-04 15:33:12,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-8c5e6e0b-9156-42ae-9aee-75c04d654fe4 2018-10-04 15:33:12,166 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:33:12,169 - paramiko.transport - DEBUG - starting thread (client mode): 0xb7b2e510L 2018-10-04 15:33:12,169 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:33:12,170 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-04 15:33:12,170 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 15:33:12,171 - 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-10-04 15:33:12,171 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:33:12,171 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-04 15:33:12,172 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:33:12,172 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:33:12,172 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:33:12,189 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:33:12,189 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:33:12,201 - paramiko.transport - DEBUG - Trying key fba2cfec6816c662ea138995d2a8ae33 from tmp/CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911 2018-10-04 15:33:12,230 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:33:12,233 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:33:12,333 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:33:12,347 - create_instance - INFO - SSH is active for VM instance 2018-10-04 15:33:12,348 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:33:12,349 - paramiko.transport - DEBUG - starting thread (client mode): 0xb7b2ead0L 2018-10-04 15:33:12,350 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:33:12,350 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-04 15:33:12,350 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 15:33:12,351 - 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-10-04 15:33:12,352 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:33:12,352 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-04 15:33:12,352 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:33:12,352 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:33:12,352 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:33:12,369 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:33:12,370 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:33:12,382 - paramiko.transport - DEBUG - Trying key fba2cfec6816c662ea138995d2a8ae33 from tmp/CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911 2018-10-04 15:33:12,409 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:33:12,413 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:33:12,414 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 15:33:12,415 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-04 15:33:12,415 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 15:33:12,416 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 15:33:12,418 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:33:12,422 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:13,037 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:33: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-e50707e3-a619-49bb-818f-cf6a966bfa18 x-compute-request-id: req-e50707e3-a619-49bb-818f-cf6a966bfa18 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:32:53Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:33:13,037 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-e50707e3-a619-49bb-818f-cf6a966bfa18 2018-10-04 15:33:13,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"reboot": {"type": "SOFT"}}' 2018-10-04 15:33:13,173 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:33: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-44453070-55fa-4a8a-8b32-8902c64e12a0 x-compute-request-id: req-44453070-55fa-4a8a-8b32-8902c64e12a0 Content-Length: 0 Content-Type: application/json 2018-10-04 15:33:13,173 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-44453070-55fa-4a8a-8b32-8902c64e12a0 2018-10-04 15:33:28,189 - create_instance_tests - INFO - Looking for IP 10.55.1.12 in the console log 2018-10-04 15:33:28,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:28,768 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:33: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-4f297d8c-77be-4268-a481-34d74d8ca672 x-compute-request-id: req-4f297d8c-77be-4268-a481-34d74d8ca672 Content-Encoding: gzip Content-Length: 794 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2018-10-04T15:33:13Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:33:28,768 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-4f297d8c-77be-4268-a481-34d74d8ca672 2018-10-04 15:33:28,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:33:29,896 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:33: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-dff2a6d3-c6d2-4c8e-82f2-afe00a2c43ca x-compute-request-id: req-dff2a6d3-c6d2-4c8e-82f2-afe00a2c43ca Content-Encoding: gzip Content-Length: 9690 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498162186 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134208] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135907] pid_max: default: 32768 minimum: 301\n[ 0.136820] ACPI: Core revision 20150930\n[ 0.138254] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139627] Security Framework initialized\n[ 0.140463] Yama: becoming mindful.\n[ 0.141265] AppArmor: AppArmor initialized\n[ 0.142139] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143460] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.144782] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.146047] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147474] Initializing cgroup subsys io\n[ 0.148311] Initializing cgroup subsys memory\n[ 0.149204] Initializing cgroup subsys devices\n[ 0.150108] Initializing cgroup subsys freezer\n[ 0.151004] Initializing cgroup subsys net_cls\n[ 0.151894] Initializing cgroup subsys perf_event\n[ 0.152825] Initializing cgroup subsys net_prio\n[ 0.153740] Initializing cgroup subsys hugetlb\n[ 0.154633] Initializing cgroup subsys pids\n[ 0.155556] CPU: Physical Processor ID: 0\n[ 0.157076] mce: CPU supports 10 MCE banks\n[ 0.157951] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158976] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161259] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167708] ftrace: allocating 31920 entries in 125 pages\n[ 0.193596] smpboot: Max logical packages: 2\n[ 0.194504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195762] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.197186] x2apic enabled\n[ 0.198039] Switched APIC routing to physical x2apic.\n[ 0.199845] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201122] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203372] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205396] KVM setup paravirtual spinlock\n[ 0.206854] x86: Booting SMP configuration:\n[ 0.207802] .... node #0, CPUs: #1\n[ 0.208740] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.231413] x86: Booted up 1 node, 2 CPUs\n[ 0.231415] KVM setup async PF for cpu 1\n[ 0.231417] kvm-stealtime: cpu 1, msr f90d940\n[ 0.234108] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.235653] devtmpfs: initialized\n[ 0.237394] evm: security.selinux\n[ 0.238125] evm: security.SMACK64\n[ 0.238845] evm: security.SMACK64EXEC\n[ 0.239633] evm: security.SMACK64TRANSMUTE\n[ 0.240483] evm: security.SMACK64MMAP\n[ 0.241269] evm: security.ima\n[ 0.241944] evm: security.capability\n[ 0.242828] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.244798] pinctrl core: initialized pinctrl subsystem\n[ 0.245945] RTC time: 15:32:50, date: 10/04/18\n[ 0.246957] NET: Registered protocol family 16\n[ 0.256777] cpuidle: using governor ladder\n[ 0.268871] cpuidle: using governor menu\n[ 0.269715] PCCT header not found.\n[ 0.270526] ACPI: bus type PCI registered\n[ 0.271368] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.272680] PCI: Using configuration type 1 for base access\n[ 0.286167] ACPI: Added _OSI(Module Device)\n[ 0.287054] ACPI: Added _OSI(Processor Device)\n[ 0.287952] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288888] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.291299] ACPI: Interpreter enabled\n[ 0.292113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.295986] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.297913] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.299848] ACPI: (supports S0 S5)\n[ 0.300587] ACPI: Using IOAPIC for interrupt routing\n[ 0.301692] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.305157] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.306348] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307639] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308888] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.311279] acpiphp: Slot [3] registered\n[ 0.312131] acpiphp: Slot [4] registered\n[ 0.312969] acpiphp: Slot [5] registered\n[ 0.313802] acpiphp: Slot [6] registered\n[ 0.314636] acpiphp: Slot [7] registered\n[ 0.315473] acpiphp: Slot [8] registered\n[ 0.316317] acpiphp: Slot [9] registered\n[ 0.317153] acpiphp: Slot [10] registered\n[ 0.329009] acpiphp: Slot [11] registered\n[ 0.329859] acpiphp: Slot [12] registered\n[ 0.330710] acpiphp: Slot [13] registered\n[ 0.331560] acpiphp: Slot [14] registered\n[ 0.332408] acpiphp: Slot [15] registered\n[ 0.333268] acpiphp: Slot [16] registered\n[ 0.334121] acpiphp: Slot [17] registered\n[ 0.334970] acpiphp: Slot [18] registered\n[ 0.335814] acpiphp: Slot [19] registered\n[ 0.336663] acpiphp: Slot [20] registered\n[ 0.337519] acpiphp: Slot [21] registered\n[ 0.338373] acpiphp: Slot [22] registered\n[ 0.339226] acpiphp: Slot [23] registered\n[ 0.340075] acpiphp: Slot [24] registered\n[ 0.340921] acpiphp: Slot [25] registered\n[ 0.341770] acpiphp: Slot [26] registered\n[ 0.342623] acpiphp: Slot [27] registered\n[ 0.343473] acpiphp: Slot [28] registered\n[ 0.344339] acpiphp: Slot [29] registered\n[ 0.345191] acpiphp: Slot [30] registered\n[ 0.346050] acpiphp: Slot [31] registered\n[ 0.346897] PCI host bridge to bus 0000:00\n[ 0.347743] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349018] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350293] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351810] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353322] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359755] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361105] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362335] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363662] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370120] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371619] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.418302] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.421379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.422875] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.424341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.425691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.427169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.428266] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429881] vgaarb: loaded\n[ 0.430511] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431697] SCSI subsystem initialized\n[ 0.432579] ACPI: bus type USB registered\n[ 0.433432] usbcore: registered new interface driver usbfs\n[ 0.434505] usbcore: registered new interface driver hub\n[ 0.435554] usbcore: registered new device driver usb\n[ 0.436692] PCI: Using ACPI for IRQ routing\n[ 0.437766] NetLabel: Initializing\n[ 0.438518] NetLabel: domain hash size = 128\n[ 0.439405] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440394] NetLabel: unlabeled traffic allowed by default\n[ 0.441573] clocksource: Switched to clocksource kvm-clock\n[ 0.447526] AppArmor: AppArmor Filesystem Enabled\n[ 0.448527] pnp: PnP ACPI init\n[ 0.449488] pnp: PnP ACPI: found 5 devices\n[ 0.456636] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.458411] NET: Registered protocol family 2\n[ 0.459428] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.460749] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461969] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.463178] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464301] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465522] NET: Registered protocol family 1\n[ 0.466427] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467569] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468687] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487362] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.506060] Trying to unpack rootfs image as initramfs...\n[ 0.556073] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.570303] Scanning for low memory corruption every 60 seconds\n[ 0.571782] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.572995] audit: initializing netlink subsys (disabled)\n[ 0.574088] audit: type=2000 audit(1538667171.710:1): initialized\n[ 0.575460] Initialise system trusted keyring\n[ 0.576454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.577687] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.579857] zbud: loaded\n[ 0.580618] VFS: Disk quotas dquot_6.6.0\n[ 0.581488] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.583131] fuse init (API version 7.23)\n[ 0.584074] Key type big_key registered\n[ 0.584916] Allocating IMA MOK and blacklist keyrings.\n[ 0.586226] Key type asymmetric registered\n[ 0.587092] Asymmetric key parser 'x509' registered\n[ 0.588093] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.589640] io scheduler noop registered\n[ 0.590483] io scheduler deadline registered (default)\n[ 0.591527] io scheduler cfq registered\n[ 0.592403] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.593506] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.596852] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.598387] ACPI: Power Button [PWRF]\n[ 0.599332] GHES: HEST is not enabled!\n[ 0.617742] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.656029] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.658650] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.682864] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685397] Linux agpgart interface v0.103\n[ 0.688264] brd: module loaded\n[ 0.689714] loop: module loaded\n[ 0.694828] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696344] GPT:90111 != 20971519\n[ 0.697067] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698244] GPT:90111 != 20971519\n[ 0.698966] GPT: Use GNU Parted to correct GPT errors.\n[ 0.699980] vda: vda1 vda15\n[ 0.701611] scsi host0: ata_piix\n[ 0.702429] scsi host1: ata_piix\n[ 0.703177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.704447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705785] libphy: Fixed MDIO Bus: probed\n[ 0.706673] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707715] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709885] PPP generic driver version 2.4.2\n[ 0.710899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712227] ehci-pci: EHCI PCI platform driver\n[ 0.713148] ehci-platform: EHCI generic platform driver\n[ 0.714202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715499] ohci-pci: OHCI PCI platform driver\n[ 0.716405] ohci-platform: OHCI generic platform driver\n[ 0.717425] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736528] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.739068] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.740128] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741277] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742545] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.744013] usb usb1: Product: UHCI Host Controller\n[ 0.744980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.746162] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.747239] hub 1-0:1.0: USB hub found\n[ 0.748039] hub 1-0:1.0: 2 ports detected\n[ 0.748982] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.751181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.752189] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.753305] mousedev: PS/2 mouse device common for all mice\n[ 0.754625] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.756531] rtc_cmos 00:00: RTC can wake from S4\n[ 0.757684] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.758917] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760145] i2c /dev entries driver\n[ 0.760934] device-mapper: uevent: version 1.0.3\n[ 0.761921] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.763589] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.764975] NET: Registered protocol family 10\n[ 0.766032] NET: Registered protocol family 17\n[ 0.766956] Key type dns_resolver registered\n[ 0.767962] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.769077] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.770439] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.772281] registered taskstats version 1\n[ 0.773142] Loading compiled-in X.509 certificates\n[ 0.774613] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.776638] zswap: loaded using pool lzo/zbud\n[ 0.778151] Key type trusted registered\n[ 0.779906] Key type encrypted registered\n[ 0.780766] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.781887] ima: No TPM chip found, activating TPM-bypass!\n[ 0.783007] evm: HMAC attrs: 0x1\n[ 0.784052] Magic number: 6:393:537\n[ 0.784868] bdi 1:15: hash matches\n[ 0.796860] tty ttyS17: hash matches\n[ 0.797774] rtc_cmos 00:00: setting system clock to 2018-10-04 15:32:51 UTC (1538667171)\n[ 0.799497] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.800681] EDD information not available.\n[ 0.863086] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.864764] Write protecting the kernel read-only data: 14336k\n[ 0.866503] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.868391] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927527] 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 1.48\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.12...\nLease of 10.55.1.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.65. iid=i-00000108\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=20953055,end=20971487\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): 2 @ 3491.910 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnuiNSwL1Z8dNGO1ZMNyr/Ptf1/3Txf7qlLWgseHU4RfsdJTavmMlRGsAxRvzmBSkvjh3k1TOlV9GYrPmgpy45VHISlknZPy167c6fqOnFPtCu+IvztPhamNnSYIZMebpxnNfAfc+uPJStd1i0MIe0DuoNTkaoPfBEMdbRmnziaBBZhLFszMhJyceDvBjDF1ySAhoyq40mih8a/xpTUd9lsKNyKXdnGU/pLWFg/TCknUQiXnCVhhtTK45IeeP3ISeWzzpX4BlfDHNWTC/S4Eyffu0IVrCIFWG+Jm2oY6FJqHLr2eR1+ZI3saZcaDmIGiKhvW2q8gr66gawKzXVBdMn root@createinstancesinglenetworktests-6c861dd5-8062-4d23-903a-8c2997\nssh-dss AAAAB3NzaC1kc3MAAACBAP+YJqj4qtp5mZS/laURjeKBYlgXW5NNpojcSOMQivPsedFGECzFwbT/2dDABkjV9roDWb3V56NXT2FAweN9ABvldHM09eMZvyNKp8GrWvgL9sldYfSmZWAse78i+78NR9oMx5/+3EnGoD2JpdHvXzD3jwnD8V1SdXlUmqqPlQbJAAAAFQDAP5anYNm9ytd2QPN0C023mXRC5wAAAIEAldDSHCOAMFXr5TQT4U7SHrWxTJ+EdNFH0a+XBznZXaadDPEQf7stPb2SptrGln0b8tPcgVPIedsl/cdTN4GyoaszOCj/gtfoGle9sFbqwSnTOsQSrR8Eq7BQpe9zGk83z/AQQ3WK0lpopExI5h4C5A6yNT1RxXt+D9tz4Gk1eYQAAACBAISpiysm9cmZ12W79X30xwwugyrWOaoGmHq/goBBuLr/YIFMIZno27mre0QneQx3h5iFqfkckDQa5QIKL3KSxeYm3vRO7P0JvrjiW6ZcgSE3CNj0NQ7R3CStwxZZ0h3r4o8cW56NmETAzCkJzB/RjZYlGgAFtJ4tcLGtF3R54oOg root@createinstancesinglenetworktests-6c861dd5-8062-4d23-903a-8c2997\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.12,24,fe80::f816:3eff:fed2:813e/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.12 \nip-route:169.254.169.254 via 10.55.1.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-6c861dd5-8062-4d23-903a-8c2997\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.32 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-6c861dd5-8062-4d23-903a-8c2997 login: The system is going down NOW!\nSent SIGTERM to all processes\n"} 2018-10-04 15:33:29,897 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-dff2a6d3-c6d2-4c8e-82f2-afe00a2c43ca 2018-10-04 15:33:29,898 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-04 15:33:29,898 - create_instance_tests - DEBUG - Full console output - [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 498162186 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.134208] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.135907] pid_max: default: 32768 minimum: 301 [ 0.136820] ACPI: Core revision 20150930 [ 0.138254] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.139627] Security Framework initialized [ 0.140463] Yama: becoming mindful. [ 0.141265] AppArmor: AppArmor initialized [ 0.142139] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.143460] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.144782] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.146047] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147474] Initializing cgroup subsys io [ 0.148311] Initializing cgroup subsys memory [ 0.149204] Initializing cgroup subsys devices [ 0.150108] Initializing cgroup subsys freezer [ 0.151004] Initializing cgroup subsys net_cls [ 0.151894] Initializing cgroup subsys perf_event [ 0.152825] Initializing cgroup subsys net_prio [ 0.153740] Initializing cgroup subsys hugetlb [ 0.154633] Initializing cgroup subsys pids [ 0.155556] CPU: Physical Processor ID: 0 [ 0.157076] mce: CPU supports 10 MCE banks [ 0.157951] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.158976] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.161259] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.167708] ftrace: allocating 31920 entries in 125 pages [ 0.193596] smpboot: Max logical packages: 2 [ 0.194504] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195762] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.197186] x2apic enabled [ 0.198039] Switched APIC routing to physical x2apic. [ 0.199845] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.201122] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.203372] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205396] KVM setup paravirtual spinlock [ 0.206854] x86: Booting SMP configuration: [ 0.207802] .... node #0, CPUs: #1 [ 0.208740] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.231413] x86: Booted up 1 node, 2 CPUs [ 0.231415] KVM setup async PF for cpu 1 [ 0.231417] kvm-stealtime: cpu 1, msr f90d940 [ 0.234108] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.235653] devtmpfs: initialized [ 0.237394] evm: security.selinux [ 0.238125] evm: security.SMACK64 [ 0.238845] evm: security.SMACK64EXEC [ 0.239633] evm: security.SMACK64TRANSMUTE [ 0.240483] evm: security.SMACK64MMAP [ 0.241269] evm: security.ima [ 0.241944] evm: security.capability [ 0.242828] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.244798] pinctrl core: initialized pinctrl subsystem [ 0.245945] RTC time: 15:32:50, date: 10/04/18 [ 0.246957] NET: Registered protocol family 16 [ 0.256777] cpuidle: using governor ladder [ 0.268871] cpuidle: using governor menu [ 0.269715] PCCT header not found. [ 0.270526] ACPI: bus type PCI registered [ 0.271368] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.272680] PCI: Using configuration type 1 for base access [ 0.286167] ACPI: Added _OSI(Module Device) [ 0.287054] ACPI: Added _OSI(Processor Device) [ 0.287952] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.288888] ACPI: Added _OSI(Processor Aggregator Device) [ 0.291299] ACPI: Interpreter enabled [ 0.292113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.294053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.295986] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.297913] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.299848] ACPI: (supports S0 S5) [ 0.300587] ACPI: Using IOAPIC for interrupt routing [ 0.301692] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.305157] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.306348] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.307639] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.308888] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.311279] acpiphp: Slot [3] registered [ 0.312131] acpiphp: Slot [4] registered [ 0.312969] acpiphp: Slot [5] registered [ 0.313802] acpiphp: Slot [6] registered [ 0.314636] acpiphp: Slot [7] registered [ 0.315473] acpiphp: Slot [8] registered [ 0.316317] acpiphp: Slot [9] registered [ 0.317153] acpiphp: Slot [10] registered [ 0.329009] acpiphp: Slot [11] registered [ 0.329859] acpiphp: Slot [12] registered [ 0.330710] acpiphp: Slot [13] registered [ 0.331560] acpiphp: Slot [14] registered [ 0.332408] acpiphp: Slot [15] registered [ 0.333268] acpiphp: Slot [16] registered [ 0.334121] acpiphp: Slot [17] registered [ 0.334970] acpiphp: Slot [18] registered [ 0.335814] acpiphp: Slot [19] registered [ 0.336663] acpiphp: Slot [20] registered [ 0.337519] acpiphp: Slot [21] registered [ 0.338373] acpiphp: Slot [22] registered [ 0.339226] acpiphp: Slot [23] registered [ 0.340075] acpiphp: Slot [24] registered [ 0.340921] acpiphp: Slot [25] registered [ 0.341770] acpiphp: Slot [26] registered [ 0.342623] acpiphp: Slot [27] registered [ 0.343473] acpiphp: Slot [28] registered [ 0.344339] acpiphp: Slot [29] registered [ 0.345191] acpiphp: Slot [30] registered [ 0.346050] acpiphp: Slot [31] registered [ 0.346897] PCI host bridge to bus 0000:00 [ 0.347743] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349018] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350293] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351810] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353322] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359755] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361105] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362335] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363662] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370120] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371619] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.418302] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.421379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.422875] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.424341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.425691] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.427169] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.428266] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.429881] vgaarb: loaded [ 0.430511] vgaarb: bridge control possible 0000:00:02.0 [ 0.431697] SCSI subsystem initialized [ 0.432579] ACPI: bus type USB registered [ 0.433432] usbcore: registered new interface driver usbfs [ 0.434505] usbcore: registered new interface driver hub [ 0.435554] usbcore: registered new device driver usb [ 0.436692] PCI: Using ACPI for IRQ routing [ 0.437766] NetLabel: Initializing [ 0.438518] NetLabel: domain hash size = 128 [ 0.439405] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.440394] NetLabel: unlabeled traffic allowed by default [ 0.441573] clocksource: Switched to clocksource kvm-clock [ 0.447526] AppArmor: AppArmor Filesystem Enabled [ 0.448527] pnp: PnP ACPI init [ 0.449488] pnp: PnP ACPI: found 5 devices [ 0.456636] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.458411] NET: Registered protocol family 2 [ 0.459428] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.460749] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461969] TCP: Hash tables configured (established 2048 bind 2048) [ 0.463178] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.464301] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.465522] NET: Registered protocol family 1 [ 0.466427] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.467569] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468687] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487362] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.506060] Trying to unpack rootfs image as initramfs... [ 0.556073] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.570303] Scanning for low memory corruption every 60 seconds [ 0.571782] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.572995] audit: initializing netlink subsys (disabled) [ 0.574088] audit: type=2000 audit(1538667171.710:1): initialized [ 0.575460] Initialise system trusted keyring [ 0.576454] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.577687] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.579857] zbud: loaded [ 0.580618] VFS: Disk quotas dquot_6.6.0 [ 0.581488] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.583131] fuse init (API version 7.23) [ 0.584074] Key type big_key registered [ 0.584916] Allocating IMA MOK and blacklist keyrings. [ 0.586226] Key type asymmetric registered [ 0.587092] Asymmetric key parser 'x509' registered [ 0.588093] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.589640] io scheduler noop registered [ 0.590483] io scheduler deadline registered (default) [ 0.591527] io scheduler cfq registered [ 0.592403] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.593506] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.596852] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.598387] ACPI: Power Button [PWRF] [ 0.599332] GHES: HEST is not enabled! [ 0.617742] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.656029] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.658650] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.682864] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.685397] Linux agpgart interface v0.103 [ 0.688264] brd: module loaded [ 0.689714] loop: module loaded [ 0.694828] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.696344] GPT:90111 != 20971519 [ 0.697067] GPT:Alternate GPT header not at the end of the disk. [ 0.698244] GPT:90111 != 20971519 [ 0.698966] GPT: Use GNU Parted to correct GPT errors. [ 0.699980] vda: vda1 vda15 [ 0.701611] scsi host0: ata_piix [ 0.702429] scsi host1: ata_piix [ 0.703177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.704447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705785] libphy: Fixed MDIO Bus: probed [ 0.706673] tun: Universal TUN/TAP device driver, 1.6 [ 0.707715] tun: (C) 1999-2004 Max Krasnyansky [ 0.709885] PPP generic driver version 2.4.2 [ 0.710899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712227] ehci-pci: EHCI PCI platform driver [ 0.713148] ehci-platform: EHCI generic platform driver [ 0.714202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715499] ohci-pci: OHCI PCI platform driver [ 0.716405] ohci-platform: OHCI generic platform driver [ 0.717425] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736528] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.739068] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.740128] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741277] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742545] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.744013] usb usb1: Product: UHCI Host Controller [ 0.744980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.746162] usb usb1: SerialNumber: 0000:00:01.2 [ 0.747239] hub 1-0:1.0: USB hub found [ 0.748039] hub 1-0:1.0: 2 ports detected [ 0.748982] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.751181] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.752189] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.753305] mousedev: PS/2 mouse device common for all mice [ 0.754625] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.756531] rtc_cmos 00:00: RTC can wake from S4 [ 0.757684] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.758917] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760145] i2c /dev entries driver [ 0.760934] device-mapper: uevent: version 1.0.3 [ 0.761921] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.763589] ledtrig-cpu: registered to indicate activity on CPUs [ 0.764975] NET: Registered protocol family 10 [ 0.766032] NET: Registered protocol family 17 [ 0.766956] Key type dns_resolver registered [ 0.767962] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.769077] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.770439] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.772281] registered taskstats version 1 [ 0.773142] Loading compiled-in X.509 certificates [ 0.774613] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.776638] zswap: loaded using pool lzo/zbud [ 0.778151] Key type trusted registered [ 0.779906] Key type encrypted registered [ 0.780766] AppArmor: AppArmor sha1 policy hashing enabled [ 0.781887] ima: No TPM chip found, activating TPM-bypass! [ 0.783007] evm: HMAC attrs: 0x1 [ 0.784052] Magic number: 6:393:537 [ 0.784868] bdi 1:15: hash matches [ 0.796860] tty ttyS17: hash matches [ 0.797774] rtc_cmos 00:00: setting system clock to 2018-10-04 15:32:51 UTC (1538667171) [ 0.799497] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.800681] EDD information not available. [ 0.863086] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.864764] Write protecting the kernel read-only data: 14336k [ 0.866503] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.868391] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.927527] 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 1.48 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.1.12... Lease of 10.55.1.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.65. iid=i-00000108 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=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.910 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnuiNSwL1Z8dNGO1ZMNyr/Ptf1/3Txf7qlLWgseHU4RfsdJTavmMlRGsAxRvzmBSkvjh3k1TOlV9GYrPmgpy45VHISlknZPy167c6fqOnFPtCu+IvztPhamNnSYIZMebpxnNfAfc+uPJStd1i0MIe0DuoNTkaoPfBEMdbRmnziaBBZhLFszMhJyceDvBjDF1ySAhoyq40mih8a/xpTUd9lsKNyKXdnGU/pLWFg/TCknUQiXnCVhhtTK45IeeP3ISeWzzpX4BlfDHNWTC/S4Eyffu0IVrCIFWG+Jm2oY6FJqHLr2eR1+ZI3saZcaDmIGiKhvW2q8gr66gawKzXVBdMn root@createinstancesinglenetworktests-6c861dd5-8062-4d23-903a-8c2997 ssh-dss AAAAB3NzaC1kc3MAAACBAP+YJqj4qtp5mZS/laURjeKBYlgXW5NNpojcSOMQivPsedFGECzFwbT/2dDABkjV9roDWb3V56NXT2FAweN9ABvldHM09eMZvyNKp8GrWvgL9sldYfSmZWAse78i+78NR9oMx5/+3EnGoD2JpdHvXzD3jwnD8V1SdXlUmqqPlQbJAAAAFQDAP5anYNm9ytd2QPN0C023mXRC5wAAAIEAldDSHCOAMFXr5TQT4U7SHrWxTJ+EdNFH0a+XBznZXaadDPEQf7stPb2SptrGln0b8tPcgVPIedsl/cdTN4GyoaszOCj/gtfoGle9sFbqwSnTOsQSrR8Eq7BQpe9zGk83z/AQQ3WK0lpopExI5h4C5A6yNT1RxXt+D9tz4Gk1eYQAAACBAISpiysm9cmZ12W79X30xwwugyrWOaoGmHq/goBBuLr/YIFMIZno27mre0QneQx3h5iFqfkckDQa5QIKL3KSxeYm3vRO7P0JvrjiW6ZcgSE3CNj0NQ7R3CStwxZZ0h3r4o8cW56NmETAzCkJzB/RjZYlGgAFtJ4tcLGtF3R54oOg root@createinstancesinglenetworktests-6c861dd5-8062-4d23-903a-8c2997 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.12,24,fe80::f816:3eff:fed2:813e/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.12 ip-route:169.254.169.254 via 10.55.1.3 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000108 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-6c861dd5-8062-4d23-903a-8c2997 launch-index: 0 === cirros: current=0.4.0 uptime=3.32 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-6c861dd5-8062-4d23-903a-8c2997 login: The system is going down NOW! Sent SIGTERM to all processes 2018-10-04 15:33:29,899 - create_instance - INFO - Checking if VM is active 2018-10-04 15:33:29,902 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:30,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-26744903-abad-4628-9092-b945a2d8579b x-compute-request-id: req-26744903-abad-4628-9092-b945a2d8579b Content-Encoding: gzip Content-Length: 794 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2018-10-04T15:33:13Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:33:30,532 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-26744903-abad-4628-9092-b945a2d8579b 2018-10-04 15:33:30,532 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst] is - REBOOT 2018-10-04 15:33:30,532 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:33:33,535 - create_instance - DEBUG - VM status query timeout in 896.363473177 2018-10-04 15:33:33,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:34,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-a8778052-106a-4da7-8400-506e1d95eb23 x-compute-request-id: req-a8778052-106a-4da7-8400-506e1d95eb23 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:32Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:33:34,013 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-a8778052-106a-4da7-8400-506e1d95eb23 2018-10-04 15:33:34,013 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst] is - ACTIVE 2018-10-04 15:33:34,014 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:33:34,016 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:34,492 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:33:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6018ddf1-e300-4e87-a096-7a76831ff051 x-compute-request-id: req-6018ddf1-e300-4e87-a096-7a76831ff051 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:32Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:33:34,492 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-6018ddf1-e300-4e87-a096-7a76831ff051 2018-10-04 15:33:34,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:34,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-dc36afef-c144-4726-89d5-fabfbb98eb5c Date: Thu, 04 Oct 2018 15:33:34 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":["3f6912e2-8edd-4582-85f1-b5e730312cfb"],"updated_at":"2018-10-04T15:32:22Z","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"41f0812f-4991-4d71-bb71-f100a9738067","name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net"}]} 2018-10-04 15:33:34,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net used request id req-dc36afef-c144-4726-89d5-fabfbb98eb5c 2018-10-04 15:33:34,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:34,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:33:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cb2ef78-09c1-4337-b6d8-1f4723dc0ff1 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa"}, "enabled": true, "id": "92013e628a3b41599c1d9c97f21e18aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}} 2018-10-04 15:33:34,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa used request id req-5cb2ef78-09c1-4337-b6d8-1f4723dc0ff1 2018-10-04 15:33:34,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:34,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-69809987-f061-4a09-9dc5-52f26d7e1d45 Date: Thu, 04 Oct 2018 15:33:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:22Z","dns_nameservers":[],"updated_at":"2018-10-04T15:32:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet"}]} 2018-10-04 15:33:34,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-69809987-f061-4a09-9dc5-52f26d7e1d45 2018-10-04 15:33:34,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:34,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-de9dbb28-10cd-4cc3-bfb9-038a4c0fc4a4 Date: Thu, 04 Oct 2018 15:33:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.2"}],"id":"0763dfd5-7cf5-47b2-a168-9bde166e6af4","security_groups":[],"mac_address":"fa:16:3e:77:a2:8f","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:33:01Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.12"}],"id":"97794b1f-6d86-4bdb-bfd4-3c9113cf1984","security_groups":["afe9fa4b-a544-4b15-b362-4b758da11f51","dc6ad247-8b8a-48bf-8a48-27f5be885086"],"mac_address":"fa:16:3e:d2:81:3e","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911port-1","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:41Z","binding:vnic_type":"normal","device_id":"e183bfce-0509-430c-aada-72bc1169b106"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.4"}],"id":"999e54fc-9078-44f8-a096-5709580f0b98","security_groups":[],"mac_address":"fa:16:3e:72:80:2a","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.3"}],"id":"d68d5873-b6ef-4558-a878-8dc1de201892","security_groups":[],"mac_address":"fa:16:3e:da:c8:7f","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:45Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.1"}],"id":"f368a7ec-cdc5-4edb-8624-510bca7a5d92","security_groups":[],"mac_address":"fa:16:3e:ec:c3:1e","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:31Z","binding:vnic_type":"normal","device_id":"69d6084b-aa87-49d7-b633-7696bd6b9a69"}]} 2018-10-04 15:33:34,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-de9dbb28-10cd-4cc3-bfb9-038a4c0fc4a4 2018-10-04 15:33:34,845 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:33:34,847 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno None] Unable to connect to port 22 on 172.30.9.210 2018-10-04 15:33:34,848 - create_instance - DEBUG - Retry SSH connection in 3 seconds 2018-10-04 15:33:37,849 - create_instance - DEBUG - SSH connection timeout in 176.99625802 2018-10-04 15:33:37,849 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:33:37,851 - paramiko.transport - DEBUG - starting thread (client mode): 0xb7a30f10L 2018-10-04 15:33:37,852 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:33:37,852 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-04 15:33:37,852 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 15:33:37,853 - 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-10-04 15:33:37,854 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:33:37,854 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-04 15:33:37,854 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:33:37,854 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:33:37,854 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:33:37,872 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:33:37,872 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:33:37,884 - paramiko.transport - DEBUG - Trying key fba2cfec6816c662ea138995d2a8ae33 from tmp/CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911 2018-10-04 15:33:37,913 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:33:37,920 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:33:38,020 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:33:38,062 - create_instance - INFO - SSH is active for VM instance 2018-10-04 15:33:38,062 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:33:38,064 - paramiko.transport - DEBUG - starting thread (client mode): 0xb7aa0750L 2018-10-04 15:33:38,064 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:33:38,065 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-04 15:33:38,065 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 15:33:38,066 - 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-10-04 15:33:38,066 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:33:38,066 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-04 15:33:38,066 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:33:38,067 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:33:38,067 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:33:38,084 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:33:38,084 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:33:38,097 - paramiko.transport - DEBUG - Trying key fba2cfec6816c662ea138995d2a8ae33 from tmp/CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911 2018-10-04 15:33:38,124 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:33:38,128 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:33:38,129 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 15:33:38,130 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-04 15:33:38,130 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 15:33:38,134 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 15:33:38,137 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:33:38,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:38,664 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-7c6a6175-5c1e-4bce-a50f-fddc51bffc40 x-compute-request-id: req-7c6a6175-5c1e-4bce-a50f-fddc51bffc40 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:32Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:33:38,664 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-7c6a6175-5c1e-4bce-a50f-fddc51bffc40 2018-10-04 15:33:38,667 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"reboot": {"type": "SOFT"}}' 2018-10-04 15:33:38,814 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15: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 x-openstack-request-id: req-04e6943d-210b-4357-958e-32ce8cbb06a2 x-compute-request-id: req-04e6943d-210b-4357-958e-32ce8cbb06a2 Content-Length: 0 Content-Type: application/json 2018-10-04 15:33:38,814 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-04e6943d-210b-4357-958e-32ce8cbb06a2 2018-10-04 15:33:53,830 - create_instance_tests - INFO - Looking for IP 10.55.1.12 in the console log 2018-10-04 15:33:53,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:54,489 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:33: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-568e489c-3812-468d-8d29-c136c4270383 x-compute-request-id: req-568e489c-3812-468d-8d29-c136c4270383 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:42Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:33:54,489 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-568e489c-3812-468d-8d29-c136c4270383 2018-10-04 15:33:54,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:33:55,566 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:33: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-43405f5c-4e43-4a23-a65b-5b07da33a461 x-compute-request-id: req-43405f5c-4e43-4a23-a65b-5b07da33a461 Content-Encoding: gzip Content-Length: 9557 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529065989 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128508] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130165] pid_max: default: 32768 minimum: 301\n[ 0.131058] ACPI: Core revision 20150930\n[ 0.132450] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133753] Security Framework initialized\n[ 0.134565] Yama: becoming mindful.\n[ 0.135294] AppArmor: AppArmor initialized\n[ 0.136152] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137441] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.138699] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.139893] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141253] Initializing cgroup subsys io\n[ 0.142064] Initializing cgroup subsys memory\n[ 0.142919] Initializing cgroup subsys devices\n[ 0.143802] Initializing cgroup subsys freezer\n[ 0.144670] Initializing cgroup subsys net_cls\n[ 0.145537] Initializing cgroup subsys perf_event\n[ 0.146452] Initializing cgroup subsys net_prio\n[ 0.147335] Initializing cgroup subsys hugetlb\n[ 0.148207] Initializing cgroup subsys pids\n[ 0.149082] CPU: Physical Processor ID: 0\n[ 0.150574] mce: CPU supports 10 MCE banks\n[ 0.151420] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152423] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.154702] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.161166] ftrace: allocating 31920 entries in 125 pages\n[ 0.187573] smpboot: Max logical packages: 2\n[ 0.188424] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.189616] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.190964] x2apic enabled\n[ 0.191786] Switched APIC routing to physical x2apic.\n[ 0.193533] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.194728] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.196845] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.198838] KVM setup paravirtual spinlock\n[ 0.200271] x86: Booting SMP configuration:\n[ 0.201170] .... node #0, CPUs: #1\n[ 0.202071] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.224167] x86: Booted up 1 node, 2 CPUs\n[ 0.224170] KVM setup async PF for cpu 1\n[ 0.224172] kvm-stealtime: cpu 1, msr f90d940\n[ 0.226758] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.228254] devtmpfs: initialized\n[ 0.229963] evm: security.selinux\n[ 0.230667] evm: security.SMACK64\n[ 0.231365] evm: security.SMACK64EXEC\n[ 0.232109] evm: security.SMACK64TRANSMUTE\n[ 0.232927] evm: security.SMACK64MMAP\n[ 0.233678] evm: security.ima\n[ 0.234319] evm: security.capability\n[ 0.235146] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237018] pinctrl core: initialized pinctrl subsystem\n[ 0.238127] RTC time: 15:33:40, date: 10/04/18\n[ 0.239085] NET: Registered protocol family 16\n[ 0.249002] cpuidle: using governor ladder\n[ 0.261098] cpuidle: using governor menu\n[ 0.261916] PCCT header not found.\n[ 0.262690] ACPI: bus type PCI registered\n[ 0.263510] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264769] PCI: Using configuration type 1 for base access\n[ 0.278226] ACPI: Added _OSI(Module Device)\n[ 0.279089] ACPI: Added _OSI(Processor Device)\n[ 0.279951] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.280890] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.283243] ACPI: Interpreter enabled\n[ 0.284009] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.285877] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.289581] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.291431] ACPI: (supports S0 S5)\n[ 0.292139] ACPI: Using IOAPIC for interrupt routing\n[ 0.293201] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.296577] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.297716] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.298953] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.300148] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.302409] acpiphp: Slot [3] registered\n[ 0.303225] acpiphp: Slot [4] registered\n[ 0.304027] acpiphp: Slot [5] registered\n[ 0.304838] acpiphp: Slot [6] registered\n[ 0.305657] acpiphp: Slot [7] registered\n[ 0.306469] acpiphp: Slot [8] registered\n[ 0.307281] acpiphp: Slot [9] registered\n[ 0.308087] acpiphp: Slot [10] registered\n[ 0.319410] acpiphp: Slot [11] registered\n[ 0.320230] acpiphp: Slot [12] registered\n[ 0.321055] acpiphp: Slot [13] registered\n[ 0.321866] acpiphp: Slot [14] registered\n[ 0.322681] acpiphp: Slot [15] registered\n[ 0.323505] acpiphp: Slot [16] registered\n[ 0.324322] acpiphp: Slot [17] registered\n[ 0.325137] acpiphp: Slot [18] registered\n[ 0.325945] acpiphp: Slot [19] registered\n[ 0.326760] acpiphp: Slot [20] registered\n[ 0.327583] acpiphp: Slot [21] registered\n[ 0.328400] acpiphp: Slot [22] registered\n[ 0.329217] acpiphp: Slot [23] registered\n[ 0.330029] acpiphp: Slot [24] registered\n[ 0.330842] acpiphp: Slot [25] registered\n[ 0.331664] acpiphp: Slot [26] registered\n[ 0.332485] acpiphp: Slot [27] registered\n[ 0.333301] acpiphp: Slot [28] registered\n[ 0.334115] acpiphp: Slot [29] registered\n[ 0.334927] acpiphp: Slot [30] registered\n[ 0.335751] acpiphp: Slot [31] registered\n[ 0.336566] PCI host bridge to bus 0000:00\n[ 0.337382] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.338605] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.339831] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.341301] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.342757] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.349054] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.350330] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.351507] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.352803] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.359228] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360687] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.407259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.408775] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.410231] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.411664] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.413067] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.414393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.415954] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.417018] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418584] vgaarb: loaded\n[ 0.419194] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420351] SCSI subsystem initialized\n[ 0.421198] ACPI: bus type USB registered\n[ 0.422026] usbcore: registered new interface driver usbfs\n[ 0.423078] usbcore: registered new interface driver hub\n[ 0.424097] usbcore: registered new device driver usb\n[ 0.425207] PCI: Using ACPI for IRQ routing\n[ 0.426248] NetLabel: Initializing\n[ 0.426968] NetLabel: domain hash size = 128\n[ 0.427840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.428805] NetLabel: unlabeled traffic allowed by default\n[ 0.429934] clocksource: Switched to clocksource kvm-clock\n[ 0.435864] AppArmor: AppArmor Filesystem Enabled\n[ 0.436839] pnp: PnP ACPI init\n[ 0.437778] pnp: PnP ACPI: found 5 devices\n[ 0.444895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.446646] NET: Registered protocol family 2\n[ 0.447649] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.448939] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.450130] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.451317] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452406] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453585] NET: Registered protocol family 1\n[ 0.454471] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455580] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.456685] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.494079] Trying to unpack rootfs image as initramfs...\n[ 0.544340] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.558570] Scanning for low memory corruption every 60 seconds\n[ 0.560110] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.561398] audit: initializing netlink subsys (disabled)\n[ 0.562578] audit: type=2000 audit(1538667221.124:1): initialized\n[ 0.564041] Initialise system trusted keyring\n[ 0.565093] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.567989] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.570168] zbud: loaded\n[ 0.570940] VFS: Disk quotas dquot_6.6.0\n[ 0.571808] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.573468] fuse init (API version 7.23)\n[ 0.574478] Key type big_key registered\n[ 0.575375] Allocating IMA MOK and blacklist keyrings.\n[ 0.576693] Key type asymmetric registered\n[ 0.577605] Asymmetric key parser 'x509' registered\n[ 0.578663] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.580274] io scheduler noop registered\n[ 0.581140] io scheduler deadline registered (default)\n[ 0.582237] io scheduler cfq registered\n[ 0.583122] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.584194] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.585503] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.587037] ACPI: Power Button [PWRF]\n[ 0.587969] GHES: HEST is not enabled!\n[ 0.606196] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.644176] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.646810] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.670946] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.673823] Linux agpgart interface v0.103\n[ 0.676261] brd: module loaded\n[ 0.677682] loop: module loaded\n[ 0.683539] vda: vda1 vda15\n[ 0.685192] scsi host0: ata_piix\n[ 0.686001] scsi host1: ata_piix\n[ 0.686745] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.687978] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689302] libphy: Fixed MDIO Bus: probed\n[ 0.690203] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691245] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693255] PPP generic driver version 2.4.2\n[ 0.694210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695568] ehci-pci: EHCI PCI platform driver\n[ 0.696451] ehci-platform: EHCI generic platform driver\n[ 0.697466] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.698672] ohci-pci: OHCI PCI platform driver\n[ 0.699606] ohci-platform: OHCI generic platform driver\n[ 0.700614] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719525] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720584] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.723164] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.724328] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.725634] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.727126] usb usb1: Product: UHCI Host Controller\n[ 0.728138] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.729365] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.730426] hub 1-0:1.0: USB hub found\n[ 0.731250] hub 1-0:1.0: 2 ports detected\n[ 0.732209] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.734477] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.735503] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.736652] mousedev: PS/2 mouse device common for all mice\n[ 0.738082] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.740126] rtc_cmos 00:00: RTC can wake from S4\n[ 0.741300] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.742598] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.743898] i2c /dev entries driver\n[ 0.744727] device-mapper: uevent: version 1.0.3\n[ 0.745764] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.747506] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.748915] NET: Registered protocol family 10\n[ 0.750163] NET: Registered protocol family 17\n[ 0.751200] Key type dns_resolver registered\n[ 0.752242] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753670] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.755069] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.757337] registered taskstats version 1\n[ 0.758387] Loading compiled-in X.509 certificates\n[ 0.760117] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.762520] zswap: loaded using pool lzo/zbud\n[ 0.764335] Key type trusted registered\n[ 0.766312] Key type encrypted registered\n[ 0.767349] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.768587] ima: No TPM chip found, activating TPM-bypass!\n[ 0.769893] evm: HMAC attrs: 0x1\n[ 0.771074] Magic number: 6:943:587\n[ 0.771843] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.773523] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:41 UTC (1538667221)\n[ 0.775186] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.776314] EDD information not available.\n[ 0.846981] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.859372] Write protecting the kernel read-only data: 14336k\n[ 0.861029] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.862880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.119645] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.12...\nLease of 10.55.1.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.12. iid=i-00000108\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\ncirros-apply-net already run per instance\ncheck-version already run per instance\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nOK\nGROWROOT: NOCHANGE: partition 1 is size 20953055. it cannot be grown\nresize-rootfs already run per once\nuserdata already run per instance\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.910 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnuiNSwL1Z8dNGO1ZMNyr/Ptf1/3Txf7qlLWgseHU4RfsdJTavmMlRGsAxRvzmBSkvjh3k1TOlV9GYrPmgpy45VHISlknZPy167c6fqOnFPtCu+IvztPhamNnSYIZMebpxnNfAfc+uPJStd1i0MIe0DuoNTkaoPfBEMdbRmnziaBBZhLFszMhJyceDvBjDF1ySAhoyq40mih8a/xpTUd9lsKNyKXdnGU/pLWFg/TCknUQiXnCVhhtTK45IeeP3ISeWzzpX4BlfDHNWTC/S4Eyffu0IVrCIFWG+Jm2oY6FJqHLr2eR1+ZI3saZcaDmIGiKhvW2q8gr66gawKzXVBdMn root@createinstancesinglenetworktests-6c861dd5-8062-4d23-903a-8c2997\nssh-dss AAAAB3NzaC1kc3MAAACBAP+YJqj4qtp5mZS/laURjeKBYlgXW5NNpojcSOMQivPsedFGECzFwbT/2dDABkjV9roDWb3V56NXT2FAweN9ABvldHM09eMZvyNKp8GrWvgL9sldYfSmZWAse78i+78NR9oMx5/+3EnGoD2JpdHvXzD3jwnD8V1SdXlUmqqPlQbJAAAAFQDAP5anYNm9ytd2QPN0C023mXRC5wAAAIEAldDSHCOAMFXr5TQT4U7SHrWxTJ+EdNFH0a+XBznZXaadDPEQf7stPb2SptrGln0b8tPcgVPIedsl/cdTN4GyoaszOCj/gtfoGle9sFbqwSnTOsQSrR8Eq7BQpe9zGk83z/AQQ3WK0lpopExI5h4C5A6yNT1RxXt+D9tz4Gk1eYQAAACBAISpiysm9cmZ12W79X30xwwugyrWOaoGmHq/goBBuLr/YIFMIZno27mre0QneQx3h5iFqfkckDQa5QIKL3KSxeYm3vRO7P0JvrjiW6ZcgSE3CNj0NQ7R3CStwxZZ0h3r4o8cW56NmETAzCkJzB/RjZYlGgAFtJ4tcLGtF3R54oOg root@createinstancesinglenetworktests-6c861dd5-8062-4d23-903a-8c2997\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.12,24,fe80::f816:3eff:fed2:813e/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.12 \nip-route:169.254.169.254 via 10.55.1.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-6c861dd5-8062-4d23-903a-8c2997\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.85 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-6c861dd5-8062-4d23-903a-8c2997 login: "} 2018-10-04 15:33:55,567 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-43405f5c-4e43-4a23-a65b-5b07da33a461 2018-10-04 15:33:55,568 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-04 15:33:55,568 - create_instance_tests - DEBUG - Full console output - [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 529065989 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.128508] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130165] pid_max: default: 32768 minimum: 301 [ 0.131058] ACPI: Core revision 20150930 [ 0.132450] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133753] Security Framework initialized [ 0.134565] Yama: becoming mindful. [ 0.135294] AppArmor: AppArmor initialized [ 0.136152] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137441] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.138699] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.139893] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141253] Initializing cgroup subsys io [ 0.142064] Initializing cgroup subsys memory [ 0.142919] Initializing cgroup subsys devices [ 0.143802] Initializing cgroup subsys freezer [ 0.144670] Initializing cgroup subsys net_cls [ 0.145537] Initializing cgroup subsys perf_event [ 0.146452] Initializing cgroup subsys net_prio [ 0.147335] Initializing cgroup subsys hugetlb [ 0.148207] Initializing cgroup subsys pids [ 0.149082] CPU: Physical Processor ID: 0 [ 0.150574] mce: CPU supports 10 MCE banks [ 0.151420] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152423] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.154702] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.161166] ftrace: allocating 31920 entries in 125 pages [ 0.187573] smpboot: Max logical packages: 2 [ 0.188424] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.189616] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.190964] x2apic enabled [ 0.191786] Switched APIC routing to physical x2apic. [ 0.193533] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.194728] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.196845] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.198838] KVM setup paravirtual spinlock [ 0.200271] x86: Booting SMP configuration: [ 0.201170] .... node #0, CPUs: #1 [ 0.202071] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.224167] x86: Booted up 1 node, 2 CPUs [ 0.224170] KVM setup async PF for cpu 1 [ 0.224172] kvm-stealtime: cpu 1, msr f90d940 [ 0.226758] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.228254] devtmpfs: initialized [ 0.229963] evm: security.selinux [ 0.230667] evm: security.SMACK64 [ 0.231365] evm: security.SMACK64EXEC [ 0.232109] evm: security.SMACK64TRANSMUTE [ 0.232927] evm: security.SMACK64MMAP [ 0.233678] evm: security.ima [ 0.234319] evm: security.capability [ 0.235146] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.237018] pinctrl core: initialized pinctrl subsystem [ 0.238127] RTC time: 15:33:40, date: 10/04/18 [ 0.239085] NET: Registered protocol family 16 [ 0.249002] cpuidle: using governor ladder [ 0.261098] cpuidle: using governor menu [ 0.261916] PCCT header not found. [ 0.262690] ACPI: bus type PCI registered [ 0.263510] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.264769] PCI: Using configuration type 1 for base access [ 0.278226] ACPI: Added _OSI(Module Device) [ 0.279089] ACPI: Added _OSI(Processor Device) [ 0.279951] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.280890] ACPI: Added _OSI(Processor Aggregator Device) [ 0.283243] ACPI: Interpreter enabled [ 0.284009] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.285877] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.287728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.289581] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.291431] ACPI: (supports S0 S5) [ 0.292139] ACPI: Using IOAPIC for interrupt routing [ 0.293201] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.296577] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.297716] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.298953] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.300148] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.302409] acpiphp: Slot [3] registered [ 0.303225] acpiphp: Slot [4] registered [ 0.304027] acpiphp: Slot [5] registered [ 0.304838] acpiphp: Slot [6] registered [ 0.305657] acpiphp: Slot [7] registered [ 0.306469] acpiphp: Slot [8] registered [ 0.307281] acpiphp: Slot [9] registered [ 0.308087] acpiphp: Slot [10] registered [ 0.319410] acpiphp: Slot [11] registered [ 0.320230] acpiphp: Slot [12] registered [ 0.321055] acpiphp: Slot [13] registered [ 0.321866] acpiphp: Slot [14] registered [ 0.322681] acpiphp: Slot [15] registered [ 0.323505] acpiphp: Slot [16] registered [ 0.324322] acpiphp: Slot [17] registered [ 0.325137] acpiphp: Slot [18] registered [ 0.325945] acpiphp: Slot [19] registered [ 0.326760] acpiphp: Slot [20] registered [ 0.327583] acpiphp: Slot [21] registered [ 0.328400] acpiphp: Slot [22] registered [ 0.329217] acpiphp: Slot [23] registered [ 0.330029] acpiphp: Slot [24] registered [ 0.330842] acpiphp: Slot [25] registered [ 0.331664] acpiphp: Slot [26] registered [ 0.332485] acpiphp: Slot [27] registered [ 0.333301] acpiphp: Slot [28] registered [ 0.334115] acpiphp: Slot [29] registered [ 0.334927] acpiphp: Slot [30] registered [ 0.335751] acpiphp: Slot [31] registered [ 0.336566] PCI host bridge to bus 0000:00 [ 0.337382] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.338605] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.339831] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.341301] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.342757] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.349054] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.350330] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.351507] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.352803] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.359228] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.360687] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.407259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.408775] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.410231] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.411664] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.413067] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.414393] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.415954] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.417018] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.418584] vgaarb: loaded [ 0.419194] vgaarb: bridge control possible 0000:00:02.0 [ 0.420351] SCSI subsystem initialized [ 0.421198] ACPI: bus type USB registered [ 0.422026] usbcore: registered new interface driver usbfs [ 0.423078] usbcore: registered new interface driver hub [ 0.424097] usbcore: registered new device driver usb [ 0.425207] PCI: Using ACPI for IRQ routing [ 0.426248] NetLabel: Initializing [ 0.426968] NetLabel: domain hash size = 128 [ 0.427840] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.428805] NetLabel: unlabeled traffic allowed by default [ 0.429934] clocksource: Switched to clocksource kvm-clock [ 0.435864] AppArmor: AppArmor Filesystem Enabled [ 0.436839] pnp: PnP ACPI init [ 0.437778] pnp: PnP ACPI: found 5 devices [ 0.444895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.446646] NET: Registered protocol family 2 [ 0.447649] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.448939] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.450130] TCP: Hash tables configured (established 2048 bind 2048) [ 0.451317] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452406] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453585] NET: Registered protocol family 1 [ 0.454471] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.455580] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.456685] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.475293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.494079] Trying to unpack rootfs image as initramfs... [ 0.544340] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.558570] Scanning for low memory corruption every 60 seconds [ 0.560110] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.561398] audit: initializing netlink subsys (disabled) [ 0.562578] audit: type=2000 audit(1538667221.124:1): initialized [ 0.564041] Initialise system trusted keyring [ 0.565093] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.567989] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.570168] zbud: loaded [ 0.570940] VFS: Disk quotas dquot_6.6.0 [ 0.571808] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.573468] fuse init (API version 7.23) [ 0.574478] Key type big_key registered [ 0.575375] Allocating IMA MOK and blacklist keyrings. [ 0.576693] Key type asymmetric registered [ 0.577605] Asymmetric key parser 'x509' registered [ 0.578663] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.580274] io scheduler noop registered [ 0.581140] io scheduler deadline registered (default) [ 0.582237] io scheduler cfq registered [ 0.583122] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.584194] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.585503] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.587037] ACPI: Power Button [PWRF] [ 0.587969] GHES: HEST is not enabled! [ 0.606196] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.644176] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.646810] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.670946] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.673823] Linux agpgart interface v0.103 [ 0.676261] brd: module loaded [ 0.677682] loop: module loaded [ 0.683539] vda: vda1 vda15 [ 0.685192] scsi host0: ata_piix [ 0.686001] scsi host1: ata_piix [ 0.686745] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.687978] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.689302] libphy: Fixed MDIO Bus: probed [ 0.690203] tun: Universal TUN/TAP device driver, 1.6 [ 0.691245] tun: (C) 1999-2004 Max Krasnyansky [ 0.693255] PPP generic driver version 2.4.2 [ 0.694210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.695568] ehci-pci: EHCI PCI platform driver [ 0.696451] ehci-platform: EHCI generic platform driver [ 0.697466] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.698672] ohci-pci: OHCI PCI platform driver [ 0.699606] ohci-platform: OHCI generic platform driver [ 0.700614] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719525] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720584] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722098] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.723164] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.724328] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.725634] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.727126] usb usb1: Product: UHCI Host Controller [ 0.728138] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.729365] usb usb1: SerialNumber: 0000:00:01.2 [ 0.730426] hub 1-0:1.0: USB hub found [ 0.731250] hub 1-0:1.0: 2 ports detected [ 0.732209] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.734477] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.735503] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.736652] mousedev: PS/2 mouse device common for all mice [ 0.738082] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.740126] rtc_cmos 00:00: RTC can wake from S4 [ 0.741300] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.742598] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.743898] i2c /dev entries driver [ 0.744727] device-mapper: uevent: version 1.0.3 [ 0.745764] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.747506] ledtrig-cpu: registered to indicate activity on CPUs [ 0.748915] NET: Registered protocol family 10 [ 0.750163] NET: Registered protocol family 17 [ 0.751200] Key type dns_resolver registered [ 0.752242] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.753670] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.755069] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.757337] registered taskstats version 1 [ 0.758387] Loading compiled-in X.509 certificates [ 0.760117] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.762520] zswap: loaded using pool lzo/zbud [ 0.764335] Key type trusted registered [ 0.766312] Key type encrypted registered [ 0.767349] AppArmor: AppArmor sha1 policy hashing enabled [ 0.768587] ima: No TPM chip found, activating TPM-bypass! [ 0.769893] evm: HMAC attrs: 0x1 [ 0.771074] Magic number: 6:943:587 [ 0.771843] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.773523] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:41 UTC (1538667221) [ 0.775186] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.776314] EDD information not available. [ 0.846981] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.859372] Write protecting the kernel read-only data: 14336k [ 0.861029] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.862880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.90 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.119645] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.1.12... Lease of 10.55.1.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.12. iid=i-00000108 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data cirros-apply-net already run per instance check-version already run per instance Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance OK GROWROOT: NOCHANGE: partition 1 is size 20953055. it cannot be grown resize-rootfs already run per once userdata already run per instance === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.910 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnuiNSwL1Z8dNGO1ZMNyr/Ptf1/3Txf7qlLWgseHU4RfsdJTavmMlRGsAxRvzmBSkvjh3k1TOlV9GYrPmgpy45VHISlknZPy167c6fqOnFPtCu+IvztPhamNnSYIZMebpxnNfAfc+uPJStd1i0MIe0DuoNTkaoPfBEMdbRmnziaBBZhLFszMhJyceDvBjDF1ySAhoyq40mih8a/xpTUd9lsKNyKXdnGU/pLWFg/TCknUQiXnCVhhtTK45IeeP3ISeWzzpX4BlfDHNWTC/S4Eyffu0IVrCIFWG+Jm2oY6FJqHLr2eR1+ZI3saZcaDmIGiKhvW2q8gr66gawKzXVBdMn root@createinstancesinglenetworktests-6c861dd5-8062-4d23-903a-8c2997 ssh-dss AAAAB3NzaC1kc3MAAACBAP+YJqj4qtp5mZS/laURjeKBYlgXW5NNpojcSOMQivPsedFGECzFwbT/2dDABkjV9roDWb3V56NXT2FAweN9ABvldHM09eMZvyNKp8GrWvgL9sldYfSmZWAse78i+78NR9oMx5/+3EnGoD2JpdHvXzD3jwnD8V1SdXlUmqqPlQbJAAAAFQDAP5anYNm9ytd2QPN0C023mXRC5wAAAIEAldDSHCOAMFXr5TQT4U7SHrWxTJ+EdNFH0a+XBznZXaadDPEQf7stPb2SptrGln0b8tPcgVPIedsl/cdTN4GyoaszOCj/gtfoGle9sFbqwSnTOsQSrR8Eq7BQpe9zGk83z/AQQ3WK0lpopExI5h4C5A6yNT1RxXt+D9tz4Gk1eYQAAACBAISpiysm9cmZ12W79X30xwwugyrWOaoGmHq/goBBuLr/YIFMIZno27mre0QneQx3h5iFqfkckDQa5QIKL3KSxeYm3vRO7P0JvrjiW6ZcgSE3CNj0NQ7R3CStwxZZ0h3r4o8cW56NmETAzCkJzB/RjZYlGgAFtJ4tcLGtF3R54oOg root@createinstancesinglenetworktests-6c861dd5-8062-4d23-903a-8c2997 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.12,24,fe80::f816:3eff:fed2:813e/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.12 ip-route:169.254.169.254 via 10.55.1.3 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000108 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-6c861dd5-8062-4d23-903a-8c2997 launch-index: 0 === cirros: current=0.4.0 uptime=1.85 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-6c861dd5-8062-4d23-903a-8c2997 login: 2018-10-04 15:33:55,569 - create_instance - INFO - Checking if VM is active 2018-10-04 15:33:55,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:56,082 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:33: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-bf1ed095-e956-43af-b582-24ad1dc57ba9 x-compute-request-id: req-bf1ed095-e956-43af-b582-24ad1dc57ba9 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:42Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:33:56,083 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-bf1ed095-e956-43af-b582-24ad1dc57ba9 2018-10-04 15:33:56,083 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst] is - ACTIVE 2018-10-04 15:33:56,083 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:33:56,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:56,561 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-9021b6a8-4a84-4d2a-bd62-e774669d5452 x-compute-request-id: req-9021b6a8-4a84-4d2a-bd62-e774669d5452 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:42Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:33:56,561 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-9021b6a8-4a84-4d2a-bd62-e774669d5452 2018-10-04 15:33:56,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:56,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2bd996dc-215d-454b-aff4-2a6087aa618f Date: Thu, 04 Oct 2018 15:33:56 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":["3f6912e2-8edd-4582-85f1-b5e730312cfb"],"updated_at":"2018-10-04T15:32:22Z","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"41f0812f-4991-4d71-bb71-f100a9738067","name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net"}]} 2018-10-04 15:33:56,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net used request id req-2bd996dc-215d-454b-aff4-2a6087aa618f 2018-10-04 15:33:56,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:56,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:33:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a01f370-97b1-462d-8405-3623c73e3dd4 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa"}, "enabled": true, "id": "92013e628a3b41599c1d9c97f21e18aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}} 2018-10-04 15:33:56,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa used request id req-6a01f370-97b1-462d-8405-3623c73e3dd4 2018-10-04 15:33:56,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:56,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2be21ec5-6a4c-4dd6-bb4a-e15ea9260f53 Date: Thu, 04 Oct 2018 15:33:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:22Z","dns_nameservers":[],"updated_at":"2018-10-04T15:32:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet"}]} 2018-10-04 15:33:56,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-2be21ec5-6a4c-4dd6-bb4a-e15ea9260f53 2018-10-04 15:33:56,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:56,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-78d2c0b0-ad58-44b1-a4ba-f580ae669e83 Date: Thu, 04 Oct 2018 15:33:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.2"}],"id":"0763dfd5-7cf5-47b2-a168-9bde166e6af4","security_groups":[],"mac_address":"fa:16:3e:77:a2:8f","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:33:01Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.12"}],"id":"97794b1f-6d86-4bdb-bfd4-3c9113cf1984","security_groups":["afe9fa4b-a544-4b15-b362-4b758da11f51","dc6ad247-8b8a-48bf-8a48-27f5be885086"],"mac_address":"fa:16:3e:d2:81:3e","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911port-1","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:41Z","binding:vnic_type":"normal","device_id":"e183bfce-0509-430c-aada-72bc1169b106"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.4"}],"id":"999e54fc-9078-44f8-a096-5709580f0b98","security_groups":[],"mac_address":"fa:16:3e:72:80:2a","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.3"}],"id":"d68d5873-b6ef-4558-a878-8dc1de201892","security_groups":[],"mac_address":"fa:16:3e:da:c8:7f","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:45Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.1"}],"id":"f368a7ec-cdc5-4edb-8624-510bca7a5d92","security_groups":[],"mac_address":"fa:16:3e:ec:c3:1e","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:31Z","binding:vnic_type":"normal","device_id":"69d6084b-aa87-49d7-b633-7696bd6b9a69"}]} 2018-10-04 15:33:56,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-78d2c0b0-ad58-44b1-a4ba-f580ae669e83 2018-10-04 15:33:56,928 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:33:56,931 - paramiko.transport - DEBUG - starting thread (client mode): 0xb7a30490L 2018-10-04 15:33:56,931 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:33:56,931 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-04 15:33:56,932 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 15:33:56,933 - 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-10-04 15:33:56,933 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:33:56,933 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-04 15:33:56,933 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:33:56,933 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:33:56,934 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:33:56,951 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:33:56,951 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:33:56,964 - paramiko.transport - DEBUG - Trying key fba2cfec6816c662ea138995d2a8ae33 from tmp/CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911 2018-10-04 15:33:56,989 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:33:56,996 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:33:57,097 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:33:57,142 - create_instance - INFO - SSH is active for VM instance 2018-10-04 15:33:57,142 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:33:57,144 - paramiko.transport - DEBUG - starting thread (client mode): 0xb7a30950L 2018-10-04 15:33:57,144 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:33:57,144 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-04 15:33:57,145 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 15:33:57,146 - 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-10-04 15:33:57,146 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:33:57,146 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-04 15:33:57,146 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:33:57,147 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:33:57,147 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:33:57,164 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:33:57,164 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:33:57,176 - paramiko.transport - DEBUG - Trying key fba2cfec6816c662ea138995d2a8ae33 from tmp/CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911 2018-10-04 15:33:57,201 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:33:57,204 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:33:57,209 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 15:33:57,210 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-04 15:33:57,210 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 15:33:57,214 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 15:33:57,221 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:33:57,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:33:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2984f517-5b89-49d0-8a5b-3e9b82856ca4 x-compute-request-id: req-2984f517-5b89-49d0-8a5b-3e9b82856ca4 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:42Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:33:57,556 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-2984f517-5b89-49d0-8a5b-3e9b82856ca4 2018-10-04 15:33:57,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"reboot": {"type": "HARD"}}' 2018-10-04 15:33:57,707 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:33:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c058a800-6fe3-4965-8bce-e9f4866fbbd1 x-compute-request-id: req-c058a800-6fe3-4965-8bce-e9f4866fbbd1 Content-Length: 0 Content-Type: application/json 2018-10-04 15:33:57,707 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-c058a800-6fe3-4965-8bce-e9f4866fbbd1 2018-10-04 15:34:12,722 - create_instance_tests - INFO - Looking for IP 10.55.1.12 in the console log 2018-10-04 15:34:12,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:13,235 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-000f1f64-4588-4710-b7ef-b55ca5d59a4e x-compute-request-id: req-000f1f64-4588-4710-b7ef-b55ca5d59a4e Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:13,236 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-000f1f64-4588-4710-b7ef-b55ca5d59a4e 2018-10-04 15:34:13,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:14,337 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-80667439-f6c0-420b-bcec-3e97b963a5a8 x-compute-request-id: req-80667439-f6c0-420b-bcec-3e97b963a5a8 Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:14,337 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-80667439-f6c0-420b-bcec-3e97b963a5a8 2018-10-04 15:34:14,341 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:14,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-e9fc9bea-58d3-4e1a-b7e4-5b58037c9844 x-compute-request-id: req-e9fc9bea-58d3-4e1a-b7e4-5b58037c9844 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:14,845 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-e9fc9bea-58d3-4e1a-b7e4-5b58037c9844 2018-10-04 15:34:14,848 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:15,952 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-e6a98928-272b-4570-8ef8-a7c5f2edfb56 x-compute-request-id: req-e6a98928-272b-4570-8ef8-a7c5f2edfb56 Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:15,953 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-e6a98928-272b-4570-8ef8-a7c5f2edfb56 2018-10-04 15:34:15,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:16,583 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-afe70e80-94ad-4f48-a0b7-8c7bfbf55068 x-compute-request-id: req-afe70e80-94ad-4f48-a0b7-8c7bfbf55068 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:16,583 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-afe70e80-94ad-4f48-a0b7-8c7bfbf55068 2018-10-04 15:34:16,586 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:17,680 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-c16d0123-7bf0-44e7-8506-7bd15b6e5ce9 x-compute-request-id: req-c16d0123-7bf0-44e7-8506-7bd15b6e5ce9 Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:17,680 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-c16d0123-7bf0-44e7-8506-7bd15b6e5ce9 2018-10-04 15:34:17,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:17,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-88a8ddca-60fe-4254-b3b0-112b0e011d35 x-compute-request-id: req-88a8ddca-60fe-4254-b3b0-112b0e011d35 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:17,889 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-88a8ddca-60fe-4254-b3b0-112b0e011d35 2018-10-04 15:34:17,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:18,963 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-47c514f0-48f8-4210-bc58-2d4bf55504ce x-compute-request-id: req-47c514f0-48f8-4210-bc58-2d4bf55504ce Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:18,964 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-47c514f0-48f8-4210-bc58-2d4bf55504ce 2018-10-04 15:34:18,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:19,615 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-0c73b35e-68f5-4838-a175-7c2127784565 x-compute-request-id: req-0c73b35e-68f5-4838-a175-7c2127784565 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:19,616 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-0c73b35e-68f5-4838-a175-7c2127784565 2018-10-04 15:34:19,618 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:20,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-e67fd609-9b12-45f7-9827-bade1697397f x-compute-request-id: req-e67fd609-9b12-45f7-9827-bade1697397f Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:20,722 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-e67fd609-9b12-45f7-9827-bade1697397f 2018-10-04 15:34:20,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:21,238 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-8e7dfc20-8daf-4f3e-b587-a0243a162835 x-compute-request-id: req-8e7dfc20-8daf-4f3e-b587-a0243a162835 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:21,238 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-8e7dfc20-8daf-4f3e-b587-a0243a162835 2018-10-04 15:34:21,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:22,316 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-bcb9bf87-42ab-4576-841d-7f835e40bbc9 x-compute-request-id: req-bcb9bf87-42ab-4576-841d-7f835e40bbc9 Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:22,316 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-bcb9bf87-42ab-4576-841d-7f835e40bbc9 2018-10-04 15:34:22,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:22,841 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-99f5f26b-3157-44b7-9b64-42c636ddddb8 x-compute-request-id: req-99f5f26b-3157-44b7-9b64-42c636ddddb8 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:22,841 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-99f5f26b-3157-44b7-9b64-42c636ddddb8 2018-10-04 15:34:22,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:23,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-6220e7cd-9b4f-4403-87a1-f91d92fc2adb x-compute-request-id: req-6220e7cd-9b4f-4403-87a1-f91d92fc2adb Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:23,915 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-6220e7cd-9b4f-4403-87a1-f91d92fc2adb 2018-10-04 15:34:23,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:24,401 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-5bbad0cc-4366-49ba-8c98-2d09d5426378 x-compute-request-id: req-5bbad0cc-4366-49ba-8c98-2d09d5426378 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:24,401 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-5bbad0cc-4366-49ba-8c98-2d09d5426378 2018-10-04 15:34:24,405 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:25,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-0fc1244c-f662-4cba-95fd-e220bbc6c494 x-compute-request-id: req-0fc1244c-f662-4cba-95fd-e220bbc6c494 Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:25,473 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-0fc1244c-f662-4cba-95fd-e220bbc6c494 2018-10-04 15:34:25,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:25,836 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-984f2986-3c4d-44ba-8755-117022ca0c31 x-compute-request-id: req-984f2986-3c4d-44ba-8755-117022ca0c31 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:25,836 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-984f2986-3c4d-44ba-8755-117022ca0c31 2018-10-04 15:34:25,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:26,912 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-425b8304-c4f1-440f-b546-539ebe83961e x-compute-request-id: req-425b8304-c4f1-440f-b546-539ebe83961e Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:26,913 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-425b8304-c4f1-440f-b546-539ebe83961e 2018-10-04 15:34:26,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:27,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-161e9d5a-74b6-4ab1-bc8f-99f02cdf7ad8 x-compute-request-id: req-161e9d5a-74b6-4ab1-bc8f-99f02cdf7ad8 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:27,404 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-161e9d5a-74b6-4ab1-bc8f-99f02cdf7ad8 2018-10-04 15:34:27,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:28,476 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-020d4d55-51d4-4b6a-aacf-ede130c14965 x-compute-request-id: req-020d4d55-51d4-4b6a-aacf-ede130c14965 Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:28,476 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-020d4d55-51d4-4b6a-aacf-ede130c14965 2018-10-04 15:34:28,481 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:28,975 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-adb79e3e-c994-48d6-88d0-d78b40d34469 x-compute-request-id: req-adb79e3e-c994-48d6-88d0-d78b40d34469 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:28,975 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-adb79e3e-c994-48d6-88d0-d78b40d34469 2018-10-04 15:34:28,978 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:30,087 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-51860ce0-3062-44d2-8814-02c4ab17ae72 x-compute-request-id: req-51860ce0-3062-44d2-8814-02c4ab17ae72 Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:30,088 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-51860ce0-3062-44d2-8814-02c4ab17ae72 2018-10-04 15:34:30,092 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:30,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-a21c107f-ae95-4646-96db-9f777be0fd53 x-compute-request-id: req-a21c107f-ae95-4646-96db-9f777be0fd53 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:30,613 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-a21c107f-ae95-4646-96db-9f777be0fd53 2018-10-04 15:34:30,616 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:31,685 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-76d7ceec-38a1-45fa-b5cf-2f21b8f1c491 x-compute-request-id: req-76d7ceec-38a1-45fa-b5cf-2f21b8f1c491 Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:31,686 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-76d7ceec-38a1-45fa-b5cf-2f21b8f1c491 2018-10-04 15:34:31,692 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:32,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-75de0357-8445-425b-a210-29e63ee2d3bb x-compute-request-id: req-75de0357-8445-425b-a210-29e63ee2d3bb Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:32,264 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-75de0357-8445-425b-a210-29e63ee2d3bb 2018-10-04 15:34:32,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:33,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-a6bdc23b-0336-4fb3-914f-36685992735e x-compute-request-id: req-a6bdc23b-0336-4fb3-914f-36685992735e Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:33,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-a6bdc23b-0336-4fb3-914f-36685992735e 2018-10-04 15:34:33,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:33,841 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-54734f14-b4a2-4350-b5cb-1a5d54d00b22 x-compute-request-id: req-54734f14-b4a2-4350-b5cb-1a5d54d00b22 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:33,841 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-54734f14-b4a2-4350-b5cb-1a5d54d00b22 2018-10-04 15:34:33,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:34,918 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-1dd67cda-09f4-4e85-8a8e-c3a77253ff56 x-compute-request-id: req-1dd67cda-09f4-4e85-8a8e-c3a77253ff56 Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:34,919 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-1dd67cda-09f4-4e85-8a8e-c3a77253ff56 2018-10-04 15:34:34,924 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:35,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-e370334a-2b4e-4988-97ee-2fbc0a76722a x-compute-request-id: req-e370334a-2b4e-4988-97ee-2fbc0a76722a Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:35,293 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-e370334a-2b4e-4988-97ee-2fbc0a76722a 2018-10-04 15:34:35,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:36,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-74971157-8f61-4698-8644-cd697ba683df x-compute-request-id: req-74971157-8f61-4698-8644-cd697ba683df Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:36,412 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-74971157-8f61-4698-8644-cd697ba683df 2018-10-04 15:34:36,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:37,162 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-90b6a614-7419-45e7-9325-22ff34d481d4 x-compute-request-id: req-90b6a614-7419-45e7-9325-22ff34d481d4 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:37,162 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-90b6a614-7419-45e7-9325-22ff34d481d4 2018-10-04 15:34:37,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:38,239 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-5da87e43-9463-4b14-a68d-2ce5942e2c76 x-compute-request-id: req-5da87e43-9463-4b14-a68d-2ce5942e2c76 Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:38,239 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-5da87e43-9463-4b14-a68d-2ce5942e2c76 2018-10-04 15:34:38,245 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:38,711 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-a0ff2fbd-0fa1-4acc-b28d-4439f1752e1a x-compute-request-id: req-a0ff2fbd-0fa1-4acc-b28d-4439f1752e1a Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:38,712 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-a0ff2fbd-0fa1-4acc-b28d-4439f1752e1a 2018-10-04 15:34:38,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:39,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-c771cf3b-5863-46f0-912d-a00d4b987311 x-compute-request-id: req-c771cf3b-5863-46f0-912d-a00d4b987311 Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:39,782 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-c771cf3b-5863-46f0-912d-a00d4b987311 2018-10-04 15:34:39,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:40,277 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-e035fc21-c623-4329-afad-fa58c166c4bb x-compute-request-id: req-e035fc21-c623-4329-afad-fa58c166c4bb Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:40,278 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-e035fc21-c623-4329-afad-fa58c166c4bb 2018-10-04 15:34:40,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:41,350 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-f95db0ac-5c1b-4c63-90fc-35741f69eb29 x-compute-request-id: req-f95db0ac-5c1b-4c63-90fc-35741f69eb29 Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:41,350 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-f95db0ac-5c1b-4c63-90fc-35741f69eb29 2018-10-04 15:34:41,356 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:41,889 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-7f41082d-e098-4798-a7c9-fa17e85af75d x-compute-request-id: req-7f41082d-e098-4798-a7c9-fa17e85af75d Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:41,890 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-7f41082d-e098-4798-a7c9-fa17e85af75d 2018-10-04 15:34:41,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:42,963 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-250dc26e-ad15-4067-a2bb-df881b1750b2 x-compute-request-id: req-250dc26e-ad15-4067-a2bb-df881b1750b2 Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:42,964 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-250dc26e-ad15-4067-a2bb-df881b1750b2 2018-10-04 15:34:42,970 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:43,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-86336513-2c7e-42c8-b16f-12b3fc156e77 x-compute-request-id: req-86336513-2c7e-42c8-b16f-12b3fc156e77 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:43,305 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-86336513-2c7e-42c8-b16f-12b3fc156e77 2018-10-04 15:34:43,308 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:44,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-bcf209e8-bc84-4fca-afd9-85688ff5b4f4 x-compute-request-id: req-bcf209e8-bc84-4fca-afd9-85688ff5b4f4 Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:44,381 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-bcf209e8-bc84-4fca-afd9-85688ff5b4f4 2018-10-04 15:34:44,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:44,767 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-cd07faba-9bf3-4493-bd37-dba8a8ec3e7e x-compute-request-id: req-cd07faba-9bf3-4493-bd37-dba8a8ec3e7e Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:44,767 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-cd07faba-9bf3-4493-bd37-dba8a8ec3e7e 2018-10-04 15:34:44,770 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:45,846 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-4177dc92-5607-42f2-9b3a-047379d16c9e x-compute-request-id: req-4177dc92-5607-42f2-9b3a-047379d16c9e Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:45,847 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-4177dc92-5607-42f2-9b3a-047379d16c9e 2018-10-04 15:34:45,853 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:46,164 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-308e3bef-d1a2-4e66-9c94-b06fd0afeeae x-compute-request-id: req-308e3bef-d1a2-4e66-9c94-b06fd0afeeae Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:46,165 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-308e3bef-d1a2-4e66-9c94-b06fd0afeeae 2018-10-04 15:34:46,168 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:47,242 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-7e8f4253-c313-4006-a199-3e0ab9335cdb x-compute-request-id: req-7e8f4253-c313-4006-a199-3e0ab9335cdb Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:47,243 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-7e8f4253-c313-4006-a199-3e0ab9335cdb 2018-10-04 15:34:47,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:47,768 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9508ab9f-bcc7-431a-b136-752221576a76 x-compute-request-id: req-9508ab9f-bcc7-431a-b136-752221576a76 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:47,768 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-9508ab9f-bcc7-431a-b136-752221576a76 2018-10-04 15:34:47,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:48,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3607649-a8db-4a37-b95a-dc26063b7b7c x-compute-request-id: req-c3607649-a8db-4a37-b95a-dc26063b7b7c Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:48,876 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-c3607649-a8db-4a37-b95a-dc26063b7b7c 2018-10-04 15:34:48,883 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:49,207 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c91878f-f24b-4c14-a8bf-e6865c156c62 x-compute-request-id: req-1c91878f-f24b-4c14-a8bf-e6865c156c62 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:49,207 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-1c91878f-f24b-4c14-a8bf-e6865c156c62 2018-10-04 15:34:49,210 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:50,281 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-aa876ff5-e9f8-4487-a745-0db43440b60c x-compute-request-id: req-aa876ff5-e9f8-4487-a745-0db43440b60c Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:50,281 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-aa876ff5-e9f8-4487-a745-0db43440b60c 2018-10-04 15:34:50,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:50,803 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-7be2bb90-efbc-4f74-b6fd-df7a7faed483 x-compute-request-id: req-7be2bb90-efbc-4f74-b6fd-df7a7faed483 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:50,803 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-7be2bb90-efbc-4f74-b6fd-df7a7faed483 2018-10-04 15:34:50,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:51,910 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-6c08a9a0-dea0-484d-a012-e8883ae3d8db x-compute-request-id: req-6c08a9a0-dea0-484d-a012-e8883ae3d8db Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:51,911 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-6c08a9a0-dea0-484d-a012-e8883ae3d8db 2018-10-04 15:34:51,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:52,210 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-407cc738-0b51-47dc-8c53-5cf3bf400903 x-compute-request-id: req-407cc738-0b51-47dc-8c53-5cf3bf400903 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:52,210 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-407cc738-0b51-47dc-8c53-5cf3bf400903 2018-10-04 15:34:52,212 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:53,286 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f20bbf9f-03fe-4cec-b1bf-131f64f1b374 x-compute-request-id: req-f20bbf9f-03fe-4cec-b1bf-131f64f1b374 Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:53,286 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-f20bbf9f-03fe-4cec-b1bf-131f64f1b374 2018-10-04 15:34:53,293 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:53,634 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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,Accept-Encoding x-openstack-request-id: req-a7dcf02d-1ebc-4c2c-bbed-aca1f9724fa1 x-compute-request-id: req-a7dcf02d-1ebc-4c2c-bbed-aca1f9724fa1 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:53,634 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-a7dcf02d-1ebc-4c2c-bbed-aca1f9724fa1 2018-10-04 15:34:53,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:54,706 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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,Accept-Encoding x-openstack-request-id: req-42834be1-d667-4767-909b-ebb50dee8d2a x-compute-request-id: req-42834be1-d667-4767-909b-ebb50dee8d2a Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:54,706 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-42834be1-d667-4767-909b-ebb50dee8d2a 2018-10-04 15:34:54,711 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:55,082 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-56dbe82d-e901-4e26-92c4-97ade8430ebf x-compute-request-id: req-56dbe82d-e901-4e26-92c4-97ade8430ebf Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:55,082 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-56dbe82d-e901-4e26-92c4-97ade8430ebf 2018-10-04 15:34:55,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:56,158 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-e52318cf-f92b-4325-91bb-58d89ac8cd5f x-compute-request-id: req-e52318cf-f92b-4325-91bb-58d89ac8cd5f Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:56,159 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-e52318cf-f92b-4325-91bb-58d89ac8cd5f 2018-10-04 15:34:56,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:56,644 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-202f43cc-05ab-45b1-a67b-9273b5cc1382 x-compute-request-id: req-202f43cc-05ab-45b1-a67b-9273b5cc1382 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:56,644 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-202f43cc-05ab-45b1-a67b-9273b5cc1382 2018-10-04 15:34:56,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:57,716 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-04b405a8-f35d-4f33-adf8-9b7e9868b90c x-compute-request-id: req-04b405a8-f35d-4f33-adf8-9b7e9868b90c Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:57,716 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-04b405a8-f35d-4f33-adf8-9b7e9868b90c 2018-10-04 15:34:57,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:58,100 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9b38f1e-d55e-4140-b404-9be1874e19e5 x-compute-request-id: req-d9b38f1e-d55e-4140-b404-9be1874e19e5 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:58,100 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-d9b38f1e-d55e-4140-b404-9be1874e19e5 2018-10-04 15:34:58,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:34:59,219 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-836e6625-02a3-4fd9-83b8-ed4696e78382 x-compute-request-id: req-836e6625-02a3-4fd9-83b8-ed4696e78382 Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 15:34:59,220 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-836e6625-02a3-4fd9-83b8-ed4696e78382 2018-10-04 15:34:59,227 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:34:59,737 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-dd43b66b-2c6b-4213-b16d-5b3bc502da2f x-compute-request-id: req-dd43b66b-2c6b-4213-b16d-5b3bc502da2f Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:34:59,737 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-dd43b66b-2c6b-4213-b16d-5b3bc502da2f 2018-10-04 15:34:59,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:35:00,808 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:34: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-b63f974d-0e20-4b10-a287-e1ea8373b97f x-compute-request-id: req-b63f974d-0e20-4b10-a287-e1ea8373b97f Content-Encoding: gzip Content-Length: 7725 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519705446 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137245] pid_max: default: 32768 minimum: 301\n[ 0.138191] ACPI: Core revision 20150930\n[ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141001] Security Framework initialized\n[ 0.141846] Yama: becoming mindful.\n[ 0.142610] AppArmor: AppArmor initialized\n[ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149074] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150886] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152753] Initializing cgroup subsys net_cls\n[ 0.153690] Initializing cgroup subsys perf_event\n[ 0.154672] Initializing cgroup subsys net_prio\n[ 0.155614] Initializing cgroup subsys hugetlb\n[ 0.156540] Initializing cgroup subsys pids\n[ 0.157466] CPU: Physical Processor ID: 0\n[ 0.159072] mce: CPU supports 10 MCE banks\n[ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169843] ftrace: allocating 31920 entries in 125 pages\n[ 0.195788] smpboot: Max logical packages: 2\n[ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199488] x2apic enabled\n[ 0.200367] Switched APIC routing to physical x2apic.\n[ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207927] KVM setup paravirtual spinlock\n[ 0.209400] x86: Booting SMP configuration:\n[ 0.210360] .... node #0, CPUs: #1\n[ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233066] x86: Booted up 1 node, 2 CPUs\n[ 0.233068] KVM setup async PF for cpu 1\n[ 0.233070] kvm-stealtime: cpu 1, msr f90d940\n[ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237398] devtmpfs: initialized\n[ 0.239156] evm: security.selinux\n[ 0.239932] evm: security.SMACK64\n[ 0.240679] evm: security.SMACK64EXEC\n[ 0.241475] evm: security.SMACK64TRANSMUTE\n[ 0.242340] evm: security.SMACK64MMAP\n[ 0.243132] evm: security.ima\n[ 0.243806] evm: security.capability\n[ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246782] pinctrl core: initialized pinctrl subsystem\n[ 0.247969] RTC time: 15:33:56, date: 10/04/18\n[ 0.249010] NET: Registered protocol family 16\n[ 0.258735] cpuidle: using governor ladder\n[ 0.270838] cpuidle: using governor menu\n[ 0.271670] PCCT header not found.\n[ 0.272483] ACPI: bus type PCI registered\n[ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274582] PCI: Using configuration type 1 for base access\n[ 0.288041] ACPI: Added _OSI(Module Device)\n[ 0.288909] ACPI: Added _OSI(Processor Device)\n[ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290707] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293058] ACPI: Interpreter enabled\n[ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301395] ACPI: (supports S0 S5)\n[ 0.302116] ACPI: Using IOAPIC for interrupt routing\n[ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312662] acpiphp: Slot [3] registered\n[ 0.313515] acpiphp: Slot [4] registered\n[ 0.314354] acpiphp: Slot [5] registered\n[ 0.315185] acpiphp: Slot [6] registered\n[ 0.316013] acpiphp: Slot [7] registered\n[ 0.316846] acpiphp: Slot [8] registered\n[ 0.317681] acpiphp: Slot [9] registered\n[ 0.318517] acpiphp: Slot [10] registered\n[ 0.330324] acpiphp: Slot [11] registered\n[ 0.331186] acpiphp: Slot [12] registered\n[ 0.332037] acpiphp: Slot [13] registered\n[ 0.332883] acpiphp: Slot [14] registered\n[ 0.333726] acpiphp: Slot [15] registered\n[ 0.334676] acpiphp: Slot [16] registered\n[ 0.335516] acpiphp: Slot [17] registered\n[ 0.336351] acpiphp: Slot [18] registered\n[ 0.337178] acpiphp: Slot [19] registered\n[ 0.338013] acpiphp: Slot [20] registered\n[ 0.338851] acpiphp: Slot [21] registered\n[ 0.339673] acpiphp: Slot [22] registered\n[ 0.340518] acpiphp: Slot [23] registered\n[ 0.341355] acpiphp: Slot [24] registered\n[ 0.342181] acpiphp: Slot [25] registered\n[ 0.343011] acpiphp: Slot [26] registered\n[ 0.343847] acpiphp: Slot [27] registered\n[ 0.344672] acpiphp: Slot [28] registered\n[ 0.345500] acpiphp: Slot [29] registered\n[ 0.346329] acpiphp: Slot [30] registered\n[ 0.347165] acpiphp: Slot [31] registered\n[ 0.347986] PCI host bridge to bus 0000:00\n[ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433800] vgaarb: loaded\n[ 0.434416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435596] SCSI subsystem initialized\n[ 0.436448] ACPI: bus type USB registered\n[ 0.437284] usbcore: registered new interface driver usbfs\n[ 0.438339] usbcore: registered new interface driver hub\n[ 0.439365] usbcore: registered new device driver usb\n[ 0.440483] PCI: Using ACPI for IRQ routing\n[ 0.441539] NetLabel: Initializing\n[ 0.442283] NetLabel: domain hash size = 128\n[ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444148] NetLabel: unlabeled traffic allowed by default\n[ 0.445283] clocksource: Switched to clocksource kvm-clock\n[ 0.451235] AppArmor: AppArmor Filesystem Enabled\n[ 0.452217] pnp: PnP ACPI init\n[ 0.453171] pnp: PnP ACPI: found 5 devices\n[ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462028] NET: Registered protocol family 2\n[ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465536] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.469019] NET: Registered protocol family 1\n[ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.509656] Trying to unpack rootfs image as initramfs...\n[ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574450] Scanning for low memory corruption every 60 seconds\n[ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577220] audit: initializing netlink subsys (disabled)\n[ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized\n[ 0.579803] Initialise system trusted keyring\n[ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584396] zbud: loaded\n[ 0.585165] VFS: Disk quotas dquot_6.6.0\n[ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587753] fuse init (API version 7.23)\n[ 0.588740] Key type big_key registered\n[ 0.589654] Allocating IMA MOK and blacklist keyrings.\n[ 0.590935] Key type asymmetric registered\n[ 0.591807] Asymmetric key parser 'x509' registered\n[ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594465] io scheduler noop registered\n[ 0.595333] io scheduler deadline registered (default)\n[ 0.596412] io scheduler cfq registered\n[ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.601348] ACPI: Power Button [PWRF]\n[ 0.602318] GHES: HEST is not enabled!\n[ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687260] Linux agpgart interface v0.103\n[ 0.690418] brd: module loaded\n[ 0.692015] loop: module loaded\n[ 0.698560] vda: vda1 vda15\n[ 0.700278] scsi host0: ata_piix\n[ 0.701187] scsi host1: ata_piix\n[ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705523] libphy: Fixed MDIO Bus: probed\n[ 0.706491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707694] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709698] PPP generic driver version 2.4.2\n[ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712122] ehci-pci: EHCI PCI platform driver\n[ 0.713028] ehci-platform: EHCI generic platform driver\n[ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715258] ohci-pci: OHCI PCI platform driver\n[ 0.716165] ohci-platform: OHCI generic platform driver\n[ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743805] usb usb1: Product: UHCI Host Controller\n[ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746972] hub 1-0:1.0: USB hub found\n[ 0.747765] hub 1-0:1.0: 2 ports detected\n[ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752988] mousedev: PS/2 mouse device common for all mice\n[ 0.754209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760339] i2c /dev entries driver\n[ 0.761469] device-mapper: uevent: version 1.0.3\n[ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766665] NET: Registered protocol family 10\n[ 0.767801] NET: Registered protocol family 17\n[ 0.768772] Key type dns_resolver registered\n[ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.774760] registered taskstats version 1\n[ 0.775674] Loading compiled-in X.509 certificates\n[ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781306] zswap: loaded using pool lzo/zbud\n[ 0.782987] Key type trusted registered\n[ 0.784877] Key type encrypted registered\n[ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788050] evm: HMAC attrs: 0x1\n[ 0.789519] Magic number: 6:943:587\n[ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237)\n[ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795223] EDD information not available.\n[ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.875420] Write protecting the kernel read-only data: 14336k\n[ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.55.1.12...\n"} 2018-10-04 15:35:00,809 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106/action used request id req-b63f974d-0e20-4b10-a287-e1ea8373b97f 2018-10-04 15:35:00,813 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-04 15:35:00,816 - create_instance_tests - DEBUG - Full console output - [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 519705446 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.135532] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.137245] pid_max: default: 32768 minimum: 301 [ 0.138191] ACPI: Core revision 20150930 [ 0.139637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141001] Security Framework initialized [ 0.141846] Yama: becoming mindful. [ 0.142610] AppArmor: AppArmor initialized [ 0.143500] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144872] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.146276] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147569] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149074] Initializing cgroup subsys io [ 0.149949] Initializing cgroup subsys memory [ 0.150886] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152753] Initializing cgroup subsys net_cls [ 0.153690] Initializing cgroup subsys perf_event [ 0.154672] Initializing cgroup subsys net_prio [ 0.155614] Initializing cgroup subsys hugetlb [ 0.156540] Initializing cgroup subsys pids [ 0.157466] CPU: Physical Processor ID: 0 [ 0.159072] mce: CPU supports 10 MCE banks [ 0.159983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169843] ftrace: allocating 31920 entries in 125 pages [ 0.195788] smpboot: Max logical packages: 2 [ 0.196735] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198017] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199488] x2apic enabled [ 0.200367] Switched APIC routing to physical x2apic. [ 0.202238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203552] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207927] KVM setup paravirtual spinlock [ 0.209400] x86: Booting SMP configuration: [ 0.210360] .... node #0, CPUs: #1 [ 0.211311] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233066] x86: Booted up 1 node, 2 CPUs [ 0.233068] KVM setup async PF for cpu 1 [ 0.233070] kvm-stealtime: cpu 1, msr f90d940 [ 0.235812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237398] devtmpfs: initialized [ 0.239156] evm: security.selinux [ 0.239932] evm: security.SMACK64 [ 0.240679] evm: security.SMACK64EXEC [ 0.241475] evm: security.SMACK64TRANSMUTE [ 0.242340] evm: security.SMACK64MMAP [ 0.243132] evm: security.ima [ 0.243806] evm: security.capability [ 0.244705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246782] pinctrl core: initialized pinctrl subsystem [ 0.247969] RTC time: 15:33:56, date: 10/04/18 [ 0.249010] NET: Registered protocol family 16 [ 0.258735] cpuidle: using governor ladder [ 0.270838] cpuidle: using governor menu [ 0.271670] PCCT header not found. [ 0.272483] ACPI: bus type PCI registered [ 0.273306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274582] PCI: Using configuration type 1 for base access [ 0.288041] ACPI: Added _OSI(Module Device) [ 0.288909] ACPI: Added _OSI(Processor Device) [ 0.289787] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290707] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293058] ACPI: Interpreter enabled [ 0.293841] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299505] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301395] ACPI: (supports S0 S5) [ 0.302116] ACPI: Using IOAPIC for interrupt routing [ 0.303224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307803] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312662] acpiphp: Slot [3] registered [ 0.313515] acpiphp: Slot [4] registered [ 0.314354] acpiphp: Slot [5] registered [ 0.315185] acpiphp: Slot [6] registered [ 0.316013] acpiphp: Slot [7] registered [ 0.316846] acpiphp: Slot [8] registered [ 0.317681] acpiphp: Slot [9] registered [ 0.318517] acpiphp: Slot [10] registered [ 0.330324] acpiphp: Slot [11] registered [ 0.331186] acpiphp: Slot [12] registered [ 0.332037] acpiphp: Slot [13] registered [ 0.332883] acpiphp: Slot [14] registered [ 0.333726] acpiphp: Slot [15] registered [ 0.334676] acpiphp: Slot [16] registered [ 0.335516] acpiphp: Slot [17] registered [ 0.336351] acpiphp: Slot [18] registered [ 0.337178] acpiphp: Slot [19] registered [ 0.338013] acpiphp: Slot [20] registered [ 0.338851] acpiphp: Slot [21] registered [ 0.339673] acpiphp: Slot [22] registered [ 0.340518] acpiphp: Slot [23] registered [ 0.341355] acpiphp: Slot [24] registered [ 0.342181] acpiphp: Slot [25] registered [ 0.343011] acpiphp: Slot [26] registered [ 0.343847] acpiphp: Slot [27] registered [ 0.344672] acpiphp: Slot [28] registered [ 0.345500] acpiphp: Slot [29] registered [ 0.346329] acpiphp: Slot [30] registered [ 0.347165] acpiphp: Slot [31] registered [ 0.347986] PCI host bridge to bus 0000:00 [ 0.348805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351284] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352765] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.354240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364338] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371456] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372932] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426301] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431153] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432231] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433800] vgaarb: loaded [ 0.434416] vgaarb: bridge control possible 0000:00:02.0 [ 0.435596] SCSI subsystem initialized [ 0.436448] ACPI: bus type USB registered [ 0.437284] usbcore: registered new interface driver usbfs [ 0.438339] usbcore: registered new interface driver hub [ 0.439365] usbcore: registered new device driver usb [ 0.440483] PCI: Using ACPI for IRQ routing [ 0.441539] NetLabel: Initializing [ 0.442283] NetLabel: domain hash size = 128 [ 0.443172] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444148] NetLabel: unlabeled traffic allowed by default [ 0.445283] clocksource: Switched to clocksource kvm-clock [ 0.451235] AppArmor: AppArmor Filesystem Enabled [ 0.452217] pnp: PnP ACPI init [ 0.453171] pnp: PnP ACPI: found 5 devices [ 0.460272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462028] NET: Registered protocol family 2 [ 0.463032] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.464333] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465536] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.469019] NET: Registered protocol family 1 [ 0.469907] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471028] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.472123] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.490770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.509656] Trying to unpack rootfs image as initramfs... [ 0.560186] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574450] Scanning for low memory corruption every 60 seconds [ 0.575965] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577220] audit: initializing netlink subsys (disabled) [ 0.578397] audit: type=2000 audit(1538667237.391:1): initialized [ 0.579803] Initialise system trusted keyring [ 0.580845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582139] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584396] zbud: loaded [ 0.585165] VFS: Disk quotas dquot_6.6.0 [ 0.586066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587753] fuse init (API version 7.23) [ 0.588740] Key type big_key registered [ 0.589654] Allocating IMA MOK and blacklist keyrings. [ 0.590935] Key type asymmetric registered [ 0.591807] Asymmetric key parser 'x509' registered [ 0.592840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594465] io scheduler noop registered [ 0.595333] io scheduler deadline registered (default) [ 0.596412] io scheduler cfq registered [ 0.597280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.598444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.599794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.601348] ACPI: Power Button [PWRF] [ 0.602318] GHES: HEST is not enabled! [ 0.620969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.658295] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684724] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687260] Linux agpgart interface v0.103 [ 0.690418] brd: module loaded [ 0.692015] loop: module loaded [ 0.698560] vda: vda1 vda15 [ 0.700278] scsi host0: ata_piix [ 0.701187] scsi host1: ata_piix [ 0.702042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705523] libphy: Fixed MDIO Bus: probed [ 0.706491] tun: Universal TUN/TAP device driver, 1.6 [ 0.707694] tun: (C) 1999-2004 Max Krasnyansky [ 0.709698] PPP generic driver version 2.4.2 [ 0.710882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712122] ehci-pci: EHCI PCI platform driver [ 0.713028] ehci-platform: EHCI generic platform driver [ 0.714078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715258] ohci-pci: OHCI PCI platform driver [ 0.716165] ohci-platform: OHCI generic platform driver [ 0.717187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737335] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738847] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743805] usb usb1: Product: UHCI Host Controller [ 0.744762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746972] hub 1-0:1.0: USB hub found [ 0.747765] hub 1-0:1.0: 2 ports detected [ 0.748710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752988] mousedev: PS/2 mouse device common for all mice [ 0.754209] rtc_cmos 00:00: RTC can wake from S4 [ 0.755465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756696] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758450] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760339] i2c /dev entries driver [ 0.761469] device-mapper: uevent: version 1.0.3 [ 0.762917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.765140] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766665] NET: Registered protocol family 10 [ 0.767801] NET: Registered protocol family 17 [ 0.768772] Key type dns_resolver registered [ 0.769856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771067] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772782] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.774760] registered taskstats version 1 [ 0.775674] Loading compiled-in X.509 certificates [ 0.779240] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781306] zswap: loaded using pool lzo/zbud [ 0.782987] Key type trusted registered [ 0.784877] Key type encrypted registered [ 0.785777] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786917] ima: No TPM chip found, activating TPM-bypass! [ 0.788050] evm: HMAC attrs: 0x1 [ 0.789519] Magic number: 6:943:587 [ 0.790345] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.792180] rtc_cmos 00:00: setting system clock to 2018-10-04 15:33:57 UTC (1538667237) [ 0.793996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795223] EDD information not available. [ 0.862505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.875420] Write protecting the kernel read-only data: 14336k [ 0.877210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.879218] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086107] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 10.55.1.12... 2018-10-04 15:35:00,827 - create_instance - INFO - Checking if VM is active 2018-10-04 15:35:00,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:35:01,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b93f5276-f93e-4425-8fb8-7d6db298b957 x-compute-request-id: req-b93f5276-f93e-4425-8fb8-7d6db298b957 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:35:01,338 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-b93f5276-f93e-4425-8fb8-7d6db298b957 2018-10-04 15:35:01,339 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst] is - ACTIVE 2018-10-04 15:35:01,339 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:35:01,342 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:35:01,808 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35: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-d8df8522-b8d0-4f3d-90f3-f485ecd83cef x-compute-request-id: req-d8df8522-b8d0-4f3d-90f3-f485ecd83cef Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:81:3e", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp"}], "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:33:59Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:35:01,808 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-d8df8522-b8d0-4f3d-90f3-f485ecd83cef 2018-10-04 15:35:01,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:35:01,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e457c740-d727-4daf-b533-0ed275313a5a Date: Thu, 04 Oct 2018 15:35:01 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":["3f6912e2-8edd-4582-85f1-b5e730312cfb"],"updated_at":"2018-10-04T15:32:22Z","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"41f0812f-4991-4d71-bb71-f100a9738067","name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net"}]} 2018-10-04 15:35:01,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net used request id req-e457c740-d727-4daf-b533-0ed275313a5a 2018-10-04 15:35:01,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:35:02,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ff1209b-ffae-4146-bd0e-f762b71f8ade Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa"}, "enabled": true, "id": "92013e628a3b41599c1d9c97f21e18aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}} 2018-10-04 15:35:02,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa used request id req-3ff1209b-ffae-4146-bd0e-f762b71f8ade 2018-10-04 15:35:02,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:35:02,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b286c014-7241-47b7-97eb-038075938a1c Date: Thu, 04 Oct 2018 15:35:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:22Z","dns_nameservers":[],"updated_at":"2018-10-04T15:32:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"92013e628a3b41599c1d9c97f21e18aa","id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet"}]} 2018-10-04 15:35:02,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-b286c014-7241-47b7-97eb-038075938a1c 2018-10-04 15:35:02,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:35:02,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3904 X-Openstack-Request-Id: req-5aa17030-5a8f-4d2b-8fb3-09ed868d95d3 Date: Thu, 04 Oct 2018 15:35:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.2"}],"id":"0763dfd5-7cf5-47b2-a168-9bde166e6af4","security_groups":[],"mac_address":"fa:16:3e:77:a2:8f","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:34:00Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.12"}],"id":"97794b1f-6d86-4bdb-bfd4-3c9113cf1984","security_groups":["afe9fa4b-a544-4b15-b362-4b758da11f51","dc6ad247-8b8a-48bf-8a48-27f5be885086"],"mac_address":"fa:16:3e:d2:81:3e","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911port-1","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:41Z","binding:vnic_type":"normal","device_id":"e183bfce-0509-430c-aada-72bc1169b106"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.4"}],"id":"999e54fc-9078-44f8-a096-5709580f0b98","security_groups":[],"mac_address":"fa:16:3e:72:80:2a","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.3"}],"id":"d68d5873-b6ef-4558-a878-8dc1de201892","security_groups":[],"mac_address":"fa:16:3e:da:c8:7f","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-41f0812f-4991-4d71-bb71-f100a9738067"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:32:45Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3f6912e2-8edd-4582-85f1-b5e730312cfb","ip_address":"10.55.1.1"}],"id":"f368a7ec-cdc5-4edb-8624-510bca7a5d92","security_groups":[],"mac_address":"fa:16:3e:ec:c3:1e","project_id":"92013e628a3b41599c1d9c97f21e18aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41f0812f-4991-4d71-bb71-f100a9738067","tenant_id":"92013e628a3b41599c1d9c97f21e18aa","created_at":"2018-10-04T15:32:31Z","binding:vnic_type":"normal","device_id":"69d6084b-aa87-49d7-b633-7696bd6b9a69"}]} 2018-10-04 15:35:02,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=41f0812f-4991-4d71-bb71-f100a9738067 used request id req-5aa17030-5a8f-4d2b-8fb3-09ed868d95d3 2018-10-04 15:35:02,166 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:35:02,169 - paramiko.transport - DEBUG - starting thread (client mode): 0xb7b2ead0L 2018-10-04 15:35:02,169 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:35:02,169 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-04 15:35:02,170 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 15:35:02,171 - 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-10-04 15:35:02,171 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:35:02,171 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-04 15:35:02,171 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:35:02,171 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:35:02,172 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:35:02,187 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:35:02,188 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:35:02,202 - paramiko.transport - DEBUG - Trying key fba2cfec6816c662ea138995d2a8ae33 from tmp/CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911 2018-10-04 15:35:02,224 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:35:02,230 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:35:02,331 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:35:02,348 - create_instance - INFO - SSH is active for VM instance 2018-10-04 15:35:02,348 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:35:02,349 - paramiko.transport - DEBUG - starting thread (client mode): 0xb7b2e510L 2018-10-04 15:35:02,350 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:35:02,350 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-04 15:35:02,350 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 15:35:02,351 - 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-10-04 15:35:02,351 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:35:02,351 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-04 15:35:02,352 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:35:02,352 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:35:02,352 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:35:02,368 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:35:02,369 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:35:02,382 - paramiko.transport - DEBUG - Trying key fba2cfec6816c662ea138995d2a8ae33 from tmp/CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911 2018-10-04 15:35:02,408 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:35:02,411 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:35:02,414 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 15:35:02,415 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-04 15:35:02,415 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 15:35:02,416 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 15:35:02,418 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:35:02,419 - create_instance - INFO - Deleting Floating IP - 172.30.9.210 2018-10-04 15:35:02,419 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.210 2018-10-04 15:35:02,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/floatingips/e9fc7d92-e2d5-4a1b-9520-a05c39363eae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:35:03,409 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b78d2ab6-71d5-426a-875c-bfd8a01964cc Content-Length: 0 Date: Thu, 04 Oct 2018 15:35:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:35:03,410 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/e9fc7d92-e2d5-4a1b-9520-a05c39363eae used request id req-b78d2ab6-71d5-426a-875c-bfd8a01964cc 2018-10-04 15:35:03,410 - create_instance - INFO - Deleting Port with ID - 97794b1f-6d86-4bdb-bfd4-3c9113cf1984 2018-10-04 15:35:03,410 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911port-1 2018-10-04 15:35:03,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/97794b1f-6d86-4bdb-bfd4-3c9113cf1984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:35:03,876 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-24599b79-38a4-4ac5-9092-0b19ab11dbb4 Date: Thu, 04 Oct 2018 15:35:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:35:03,876 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/97794b1f-6d86-4bdb-bfd4-3c9113cf1984 used request id req-24599b79-38a4-4ac5-9092-0b19ab11dbb4 2018-10-04 15:35:03,877 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst 2018-10-04 15:35:03,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:35:04,029 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15: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-470e512a-bca9-40f0-9bd1-2578b63c3e85 x-compute-request-id: req-470e512a-bca9-40f0-9bd1-2578b63c3e85 Content-Type: application/json 2018-10-04 15:35:04,029 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-470e512a-bca9-40f0-9bd1-2578b63c3e85 2018-10-04 15:35:04,029 - create_instance - INFO - Checking deletion status 2018-10-04 15:35:04,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:35:04,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35: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-e080841e-443c-402a-94da-ecd86026fba4 x-compute-request-id: req-e080841e-443c-402a-94da-ecd86026fba4 Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e183bfce-0509-430c-aada-72bc1169b106", "rel": "bookmark"}], "image": {"id": "cea3c476-48b1-4fbf-b22d-031f1a88d803", "links": [{"href": "http://172.30.9.23:8774/images/cea3c476-48b1-4fbf-b22d-031f1a88d803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:32:50.000000", "flavor": {"id": "d0535c4f-ed17-4cb1-a8fd-8481014210e4", "links": [{"href": "http://172.30.9.23:8774/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4", "rel": "bookmark"}]}, "id": "e183bfce-0509-430c-aada-72bc1169b106", "user_id": "4d93af8e4b0642ac8993ff031befd6d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:35:03Z", "hostId": "071c1ae112dfef2a963d6d2baa63fe3115ec79e4d2737daecccd1f56", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp", "name": "CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst", "created": "2018-10-04T15:32:45Z", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:35:04,305 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-e080841e-443c-402a-94da-ecd86026fba4 2018-10-04 15:35:04,305 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst] is - ACTIVE 2018-10-04 15:35:04,306 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:35:07,309 - create_instance - DEBUG - VM status query timeout in 296.720789909 2018-10-04 15:35:07,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f16b00dd84d5b3ecf4242bf7b8f2583d6a711961" 2018-10-04 15:35:07,358 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:35:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6b4752ce-cca3-4ea7-bc93-66ac80b87e7b x-compute-request-id: req-6b4752ce-cca3-4ea7-bc93-66ac80b87e7b Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance e183bfce-0509-430c-aada-72bc1169b106 could not be found.", "code": 404}} 2018-10-04 15:35:07,358 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e183bfce-0509-430c-aada-72bc1169b106 used request id req-6b4752ce-cca3-4ea7-bc93-66ac80b87e7b 2018-10-04 15:35:07,359 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance e183bfce-0509-430c-aada-72bc1169b106 could not be found. (HTTP 404) (Request-ID: req-6b4752ce-cca3-4ea7-bc93-66ac80b87e7b) 2018-10-04 15:35:07,359 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-inst 2018-10-04 15:35:07,360 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp 2018-10-04 15:35:07,363 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c755b42f2d6067287c15a30577f5d36da9fad92f" 2018-10-04 15:35:07,399 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:35:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-18f0670f-fbc1-4bfc-8a45-bdb68c762dd3 x-compute-request-id: req-18f0670f-fbc1-4bfc-8a45-bdb68c762dd3 Content-Length: 0 Content-Type: application/json 2018-10-04 15:35:07,399 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-kp used request id req-18f0670f-fbc1-4bfc-8a45-bdb68c762dd3 2018-10-04 15:35:07,400 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911.pub] 2018-10-04 15:35:07,400 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911] 2018-10-04 15:35:07,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7c3b27d6fdf1bf29e6a5300238a0880f95e4a7" 2018-10-04 15:35:07,437 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:35:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ded70636-800f-4c35-86e0-85a737cf6cca x-compute-request-id: req-ded70636-800f-4c35-86e0-85a737cf6cca Content-Length: 0 Content-Type: application/json 2018-10-04 15:35:07,437 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/d0535c4f-ed17-4cb1-a8fd-8481014210e4 used request id req-ded70636-800f-4c35-86e0-85a737cf6cca 2018-10-04 15:35:07,438 - neutron_utils - INFO - Deleting security group rule with ID - 63a1c2f1-1976-4bbe-8902-c6a796f676fd 2018-10-04 15:35:07,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/63a1c2f1-1976-4bbe-8902-c6a796f676fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9708d6188377d4af40bfac007632bba6c551597" 2018-10-04 15:35:07,692 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cf9f3f2e-e48a-4abc-bf48-f0b01773f660 Content-Length: 0 Date: Thu, 04 Oct 2018 15:35:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:35:07,692 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/63a1c2f1-1976-4bbe-8902-c6a796f676fd used request id req-cf9f3f2e-e48a-4abc-bf48-f0b01773f660 2018-10-04 15:35:07,692 - neutron_utils - INFO - Deleting security group rule with ID - e6022d91-dd2b-4878-9876-0b04fb61c557 2018-10-04 15:35:07,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/e6022d91-dd2b-4878-9876-0b04fb61c557 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9708d6188377d4af40bfac007632bba6c551597" 2018-10-04 15:35:07,936 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-71927d8b-efd8-4be4-80a1-58d531f26835 Content-Length: 0 Date: Thu, 04 Oct 2018 15:35:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:35:07,936 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/e6022d91-dd2b-4878-9876-0b04fb61c557 used request id req-71927d8b-efd8-4be4-80a1-58d531f26835 2018-10-04 15:35:07,936 - neutron_utils - INFO - Deleting security group rule with ID - defd319a-8190-422a-b4a8-8b02059bc802 2018-10-04 15:35:07,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/defd319a-8190-422a-b4a8-8b02059bc802 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9708d6188377d4af40bfac007632bba6c551597" 2018-10-04 15:35:08,057 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d90db49e-f8b5-445d-a75b-6ac6bc997e5c Content-Length: 0 Date: Thu, 04 Oct 2018 15:35:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:35:08,057 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/defd319a-8190-422a-b4a8-8b02059bc802 used request id req-d90db49e-f8b5-445d-a75b-6ac6bc997e5c 2018-10-04 15:35:08,057 - neutron_utils - INFO - Deleting security group rule with ID - 686b6a40-5e39-41b2-9cd1-50639632598b 2018-10-04 15:35:08,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/686b6a40-5e39-41b2-9cd1-50639632598b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9708d6188377d4af40bfac007632bba6c551597" 2018-10-04 15:35:08,201 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3027c4c2-a63b-4249-abe7-4cf888d44043 Content-Length: 0 Date: Thu, 04 Oct 2018 15:35:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:35:08,201 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/686b6a40-5e39-41b2-9cd1-50639632598b used request id req-3027c4c2-a63b-4249-abe7-4cf888d44043 2018-10-04 15:35:08,201 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-sec-grp 2018-10-04 15:35:08,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/dc6ad247-8b8a-48bf-8a48-27f5be885086 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9708d6188377d4af40bfac007632bba6c551597" 2018-10-04 15:35:08,504 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-01f31e11-aa23-4082-9164-543ef0e9b106 Content-Length: 0 Date: Thu, 04 Oct 2018 15:35:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:35:08,504 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/dc6ad247-8b8a-48bf-8a48-27f5be885086 used request id req-01f31e11-aa23-4082-9164-543ef0e9b106 2018-10-04 15:35:08,504 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-router and subnet CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet 2018-10-04 15:35:08,505 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-router 2018-10-04 15:35:08,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/69d6084b-aa87-49d7-b633-7696bd6b9a69/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d743b1bb9cba576584be2918decea41dd2ecc6" -d '{"subnet_id": "3f6912e2-8edd-4582-85f1-b5e730312cfb"}' 2018-10-04 15:35:10,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1bd9aa1d-53db-43a3-8a07-2d050824a06f Date: Thu, 04 Oct 2018 15:35:10 GMT RESP BODY: {"network_id": "41f0812f-4991-4d71-bb71-f100a9738067", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "subnet_id": "3f6912e2-8edd-4582-85f1-b5e730312cfb", "subnet_ids": ["3f6912e2-8edd-4582-85f1-b5e730312cfb"], "port_id": "f368a7ec-cdc5-4edb-8624-510bca7a5d92", "id": "69d6084b-aa87-49d7-b633-7696bd6b9a69"} 2018-10-04 15:35:10,223 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/69d6084b-aa87-49d7-b633-7696bd6b9a69/remove_router_interface used request id req-1bd9aa1d-53db-43a3-8a07-2d050824a06f 2018-10-04 15:35:10,224 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-router 2018-10-04 15:35:10,224 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-router 2018-10-04 15:35:10,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/69d6084b-aa87-49d7-b633-7696bd6b9a69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d743b1bb9cba576584be2918decea41dd2ecc6" 2018-10-04 15:35:13,722 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2853bc06-a1db-4a20-9534-b4dc4c1df052 Content-Length: 0 Date: Thu, 04 Oct 2018 15:35:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:35:13,722 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/69d6084b-aa87-49d7-b633-7696bd6b9a69 used request id req-2853bc06-a1db-4a20-9534-b4dc4c1df052 2018-10-04 15:35:13,723 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet 2018-10-04 15:35:13,723 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-subnet 2018-10-04 15:35:13,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/3f6912e2-8edd-4582-85f1-b5e730312cfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05275f5684dd04a6858fbdb8bb19a1bff85d2585" 2018-10-04 15:35:15,936 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ae5cb822-2170-4897-ac61-4d421d231c40 Date: Thu, 04 Oct 2018 15:35:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:35:15,936 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/3f6912e2-8edd-4582-85f1-b5e730312cfb used request id req-ae5cb822-2170-4897-ac61-4d421d231c40 2018-10-04 15:35:15,936 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-pub-net 2018-10-04 15:35:15,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/41f0812f-4991-4d71-bb71-f100a9738067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05275f5684dd04a6858fbdb8bb19a1bff85d2585" 2018-10-04 15:35:17,232 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-139fc42c-a73b-45d1-9fa9-04d6175750a1 Date: Thu, 04 Oct 2018 15:35:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:35:17,232 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/41f0812f-4991-4d71-bb71-f100a9738067 used request id req-139fc42c-a73b-45d1-9fa9-04d6175750a1 2018-10-04 15:35:17,233 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-6c861dd5-8062-4d23-903a-8c2997d4f911-image 2018-10-04 15:35:17,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/cea3c476-48b1-4fbf-b22d-031f1a88d803 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04fe478c88fc2e45eacfeaa86c99f53007f6d009" 2018-10-04 15:35:18,381 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f37a3a21-96c3-4e22-a5a2-10f880cd91c7 Date: Thu, 04 Oct 2018 15:35:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:35:18,381 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/cea3c476-48b1-4fbf-b22d-031f1a88d803 used request id req-f37a3a21-96c3-4e22-a5a2-10f880cd91c7 2018-10-04 15:35:18,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}998e7eec66618a719eb6a83ec2fb7380f0f5518a" 2018-10-04 15:35:18,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-7d2d9a62-545a-4058-8ae8-9f461429b3ae Date: Thu, 04 Oct 2018 15:35:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:21Z", "updated_at": "2018-10-04T15:32:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:32:21Z", "revision_number": 0, "id": "6584adad-fd2e-4ade-bbf9-32ae03097a04", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:32:21Z", "security_group_id": "afe9fa4b-a544-4b15-b362-4b758da11f51", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "92013e628a3b41599c1d9c97f21e18aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:32:21Z", "revision_number": 0, "id": "70d48d4b-1029-4ab1-b04b-419cde305b6a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:32:21Z", "security_group_id": "afe9fa4b-a544-4b15-b362-4b758da11f51", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "92013e628a3b41599c1d9c97f21e18aa"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:32:21Z", "revision_number": 0, "id": "75cf7ed6-e115-417b-aeb9-1c368f3081b7", "remote_group_id": "afe9fa4b-a544-4b15-b362-4b758da11f51", "remote_ip_prefix": null, "created_at": "2018-10-04T15:32:21Z", "security_group_id": "afe9fa4b-a544-4b15-b362-4b758da11f51", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "92013e628a3b41599c1d9c97f21e18aa"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:32:21Z", "revision_number": 0, "id": "f0424b9e-5c00-44dd-93ca-a99bd1b124eb", "remote_group_id": "afe9fa4b-a544-4b15-b362-4b758da11f51", "remote_ip_prefix": null, "created_at": "2018-10-04T15:32:21Z", "security_group_id": "afe9fa4b-a544-4b15-b362-4b758da11f51", "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "92013e628a3b41599c1d9c97f21e18aa"}], "revision_number": 4, "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "afe9fa4b-a544-4b15-b362-4b758da11f51", "name": "default"}]} 2018-10-04 15:35:18,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-7d2d9a62-545a-4058-8ae8-9f461429b3ae 2018-10-04 15:35:18,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}998e7eec66618a719eb6a83ec2fb7380f0f5518a" 2018-10-04 15:35:18,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c24684dd-9f14-4b89-8e1e-ba738fae93ed Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:35:18,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-c24684dd-9f14-4b89-8e1e-ba738fae93ed 2018-10-04 15:35:18,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}998e7eec66618a719eb6a83ec2fb7380f0f5518a" 2018-10-04 15:35:18,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f66902a-89f7-47ff-bf7d-0990c35a1af0 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:35:18,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-9f66902a-89f7-47ff-bf7d-0990c35a1af0 2018-10-04 15:35:18,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}998e7eec66618a719eb6a83ec2fb7380f0f5518a" 2018-10-04 15:35:18,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99ce0f56-f3a5-4e5e-97d7-fc3678732386 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:35:18,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-99ce0f56-f3a5-4e5e-97d7-fc3678732386 2018-10-04 15:35:18,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}998e7eec66618a719eb6a83ec2fb7380f0f5518a" 2018-10-04 15:35:19,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9654d97-0553-47e1-90d8-886c4786d800 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa"}, "enabled": true, "id": "92013e628a3b41599c1d9c97f21e18aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj"}} 2018-10-04 15:35:19,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa used request id req-e9654d97-0553-47e1-90d8-886c4786d800 2018-10-04 15:35:19,032 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afe9fa4b-a544-4b15-b362-4b758da11f51 2018-10-04 15:35:19,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=afe9fa4b-a544-4b15-b362-4b758da11f51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}998e7eec66618a719eb6a83ec2fb7380f0f5518a" 2018-10-04 15:35:19,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-8082157d-a1f7-4773-8b78-191e23285c9e Date: Thu, 04 Oct 2018 15:35:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:32:21Z", "security_group_id": "afe9fa4b-a544-4b15-b362-4b758da11f51", "port_range_min": null, "revision_number": 0, "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:21Z", "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "6584adad-fd2e-4ade-bbf9-32ae03097a04"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:32:21Z", "security_group_id": "afe9fa4b-a544-4b15-b362-4b758da11f51", "port_range_min": null, "revision_number": 0, "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:21Z", "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "70d48d4b-1029-4ab1-b04b-419cde305b6a"}, {"remote_group_id": "afe9fa4b-a544-4b15-b362-4b758da11f51", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:32:21Z", "security_group_id": "afe9fa4b-a544-4b15-b362-4b758da11f51", "port_range_min": null, "revision_number": 0, "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:21Z", "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "75cf7ed6-e115-417b-aeb9-1c368f3081b7"}, {"remote_group_id": "afe9fa4b-a544-4b15-b362-4b758da11f51", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:32:21Z", "security_group_id": "afe9fa4b-a544-4b15-b362-4b758da11f51", "port_range_min": null, "revision_number": 0, "tenant_id": "92013e628a3b41599c1d9c97f21e18aa", "created_at": "2018-10-04T15:32:21Z", "project_id": "92013e628a3b41599c1d9c97f21e18aa", "id": "f0424b9e-5c00-44dd-93ca-a99bd1b124eb"}]} 2018-10-04 15:35:19,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=afe9fa4b-a544-4b15-b362-4b758da11f51 used request id req-8082157d-a1f7-4773-8b78-191e23285c9e 2018-10-04 15:35:19,221 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:35:19,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/afe9fa4b-a544-4b15-b362-4b758da11f51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}998e7eec66618a719eb6a83ec2fb7380f0f5518a" 2018-10-04 15:35:19,536 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-29cdc1d7-cd71-46e9-8882-be76f3b12024 Content-Length: 0 Date: Thu, 04 Oct 2018 15:35:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:35:19,537 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/afe9fa4b-a544-4b15-b362-4b758da11f51 used request id req-29cdc1d7-cd71-46e9-8882-be76f3b12024 2018-10-04 15:35:19,537 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj 2018-10-04 15:35:19,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}998e7eec66618a719eb6a83ec2fb7380f0f5518a" 2018-10-04 15:35:19,768 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:35:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcab3adc-6a41-450e-91bd-bffe8be57b14 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:35:19,769 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/92013e628a3b41599c1d9c97f21e18aa used request id req-bcab3adc-6a41-450e-91bd-bffe8be57b14 2018-10-04 15:35:19,769 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-b651c4c6-7984-441-proj-role 2018-10-04 15:35:19,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/c22d26ebf4bc4d8d9509d92c09200135 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}998e7eec66618a719eb6a83ec2fb7380f0f5518a" 2018-10-04 15:35:19,878 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:35:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ba31071-d2f9-481f-a361-36dd65824633 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:35:19,878 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/c22d26ebf4bc4d8d9509d92c09200135 used request id req-3ba31071-d2f9-481f-a361-36dd65824633 2018-10-04 15:35:19,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}998e7eec66618a719eb6a83ec2fb7380f0f5518a" 2018-10-04 15:35:19,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59b859da-9c8f-4632-b713-0bbbd1f6f09b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:35:19,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-59b859da-9c8f-4632-b713-0bbbd1f6f09b 2018-10-04 15:35:19,963 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-b651c4c6-7984-441-user 2018-10-04 15:35:19,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/4d93af8e4b0642ac8993ff031befd6d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a706b77a8fe1abd31125fd28a974997b76e81421" 2018-10-04 15:35:20,201 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:35:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8b37985-ff0a-49d6-b4f4-b2258be74e25 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:35:20,201 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/4d93af8e4b0642ac8993ff031befd6d1 used request id req-d8b37985-ff0a-49d6-b4f4-b2258be74e25 2018-10-04 15:35:20,202 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:35:20,670 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:35:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["zK_Pe7sYTHy_vZzg61YP5w"], "issued_at": "2018-10-04T15:35:20.000000Z"}} 2018-10-04 15:35:20,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca58995a8c6a7be32d78e40f260481e10a01217c" 2018-10-04 15:35:20,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-feee969e-c7af-4fe1-8a38-570c10204459 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:35:20,755 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-feee969e-c7af-4fe1-8a38-570c10204459 2018-10-04 15:35:20,756 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:35:20,757 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:35:21,142 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:35:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["mdxYoYmqTi6qmwbDi7TwXA"], "issued_at": "2018-10-04T15:35:21.000000Z"}} 2018-10-04 15:35:21,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd22426aae31f04987faeacd0b6d372b383499db" 2018-10-04 15:35:21,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3e1f16a-2971-4c54-97b8-6b872512b390 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:35:21,228 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b3e1f16a-2971-4c54-97b8-6b872512b390 2018-10-04 15:35:21,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:35:21,238 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:35:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:35:21,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd22426aae31f04987faeacd0b6d372b383499db" 2018-10-04 15:35:21,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad732df3-0cbe-4c99-b5f0-811c8235c89f Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:35:21,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj used request id req-ad732df3-0cbe-4c99-b5f0-811c8235c89f 2018-10-04 15:35:21,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd22426aae31f04987faeacd0b6d372b383499db" 2018-10-04 15:35:21,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52c0d904-f6b5-4d58-8289-c08a78c413cb Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:35:21,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-52c0d904-f6b5-4d58-8289-c08a78c413cb 2018-10-04 15:35:21,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd22426aae31f04987faeacd0b6d372b383499db" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj"}}' 2018-10-04 15:35:21,526 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:35:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f903087c-9776-4838-8909-8b67d0d73cb9 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029"}, "enabled": true, "id": "47e9379031714e609cbd08d8db023029", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj"}} 2018-10-04 15:35:21,526 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-f903087c-9776-4838-8909-8b67d0d73cb9 2018-10-04 15:35:21,526 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj 2018-10-04 15:35:21,526 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:35:21,526 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:35:21,911 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:35:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["KRI_ZLpeSm6f2go134zFmQ"], "issued_at": "2018-10-04T15:35:21.000000Z"}} 2018-10-04 15:35:21,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}507e9cd0b6f9c25ebf624a8eb94f9a12138f8ac0" 2018-10-04 15:35:21,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cd3ddb3-b4ef-4904-bc72-db51871c2bb8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:35:21,925 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3cd3ddb3-b4ef-4904-bc72-db51871c2bb8 2018-10-04 15:35:21,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:35:21,934 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:35:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:35:21,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}507e9cd0b6f9c25ebf624a8eb94f9a12138f8ac0" 2018-10-04 15:35:22,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab73b20b-49af-4eaa-bd14-36885e27bf81 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:35:22,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ab73b20b-49af-4eaa-bd14-36885e27bf81 2018-10-04 15:35:22,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}507e9cd0b6f9c25ebf624a8eb94f9a12138f8ac0" 2018-10-04 15:35:22,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57782249-6bdc-45f8-ad83-4d008baddffa Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029"}, "enabled": true, "id": "47e9379031714e609cbd08d8db023029", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj"}]} 2018-10-04 15:35:22,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj used request id req-57782249-6bdc-45f8-ad83-4d008baddffa 2018-10-04 15:35:22,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}507e9cd0b6f9c25ebf624a8eb94f9a12138f8ac0" 2018-10-04 15:35:22,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f5efdf4-2231-44ff-9a66-33341dddd6a2 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:35:22,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-2f5efdf4-2231-44ff-9a66-33341dddd6a2 2018-10-04 15:35:22,621 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-user 2018-10-04 15:35:22,621 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:35:22,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd22426aae31f04987faeacd0b6d372b383499db" 2018-10-04 15:35:22,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-664fa7a9-26e7-40ba-afc3-1140a2ef264e Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:35:22,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-664fa7a9-26e7-40ba-afc3-1140a2ef264e 2018-10-04 15:35:22,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd22426aae31f04987faeacd0b6d372b383499db" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj-role"}}' 2018-10-04 15:35:22,837 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:35:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a3c5df0-7b97-48b3-8ff2-51b54de4672a Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "28b90dc6759242669c328c11ce2aa3de", "links": {"self": "http://172.30.9.23:5000/v3/roles/28b90dc6759242669c328c11ce2aa3de"}, "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj-role"}} 2018-10-04 15:35:22,837 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-8a3c5df0-7b97-48b3-8ff2-51b54de4672a 2018-10-04 15:35:22,837 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj-role 2018-10-04 15:35:22,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/28b90dc6759242669c328c11ce2aa3de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd22426aae31f04987faeacd0b6d372b383499db" 2018-10-04 15:35:22,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6b3bc3b-baf5-4edd-ba54-181db1463fdf Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/28b90dc6759242669c328c11ce2aa3de"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj-role", "id": "28b90dc6759242669c328c11ce2aa3de"}} 2018-10-04 15:35:22,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/28b90dc6759242669c328c11ce2aa3de used request id req-c6b3bc3b-baf5-4edd-ba54-181db1463fdf 2018-10-04 15:35:22,936 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj-role to project CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj 2018-10-04 15:35:22,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029/users/ce3f7a9053534913bde34be290e6e04e/roles/28b90dc6759242669c328c11ce2aa3de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd22426aae31f04987faeacd0b6d372b383499db" 2018-10-04 15:35:23,073 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:35:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-326a43ff-6c2f-4116-9b22-c6aefe7d301e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:35:23,073 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029/users/ce3f7a9053534913bde34be290e6e04e/roles/28b90dc6759242669c328c11ce2aa3de used request id req-326a43ff-6c2f-4116-9b22-c6aefe7d301e 2018-10-04 15:35:23,073 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:35:23,075 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:35:23,075 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:35:23,076 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:35:23,447 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "28b90dc6759242669c328c11ce2aa3de", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj-role"}], "expires_at": "2018-10-04T16:35:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "47e9379031714e609cbd08d8db023029", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-user", "id": "ce3f7a9053534913bde34be290e6e04e"}, "audit_ids": ["MOoKINWxQCqNrX9vBHS9CQ"], "issued_at": "2018-10-04T15:35:23.000000Z"}} 2018-10-04 15:35:23,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4755d7bb6aca0b5e6d09e314eef10726fc8156ad" 2018-10-04 15:35:23,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19eec184-3a55-4d8d-880d-474b348047ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:35:23,533 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-19eec184-3a55-4d8d-880d-474b348047ab 2018-10-04 15:35:23,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4755d7bb6aca0b5e6d09e314eef10726fc8156ad" 2018-10-04 15:35:23,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-93c20a73-7adc-4c2f-8e7e-a655a098f59d Date: Thu, 04 Oct 2018 15:35:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-image"} 2018-10-04 15:35:23,715 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-image used request id req-93c20a73-7adc-4c2f-8e7e-a655a098f59d 2018-10-04 15:35:23,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4755d7bb6aca0b5e6d09e314eef10726fc8156ad" 2018-10-04 15:35:23,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-644fc7a1-3791-4aea-97c8-c500b454fe96 Date: Thu, 04 Oct 2018 15:35:23 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:35:23,857 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-644fc7a1-3791-4aea-97c8-c500b454fe96 2018-10-04 15:35:23,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4755d7bb6aca0b5e6d09e314eef10726fc8156ad" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-image"}' 2018-10-04 15:35:24,108 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807 X-Openstack-Request-Id: req-d5f178b7-e6dc-4df2-8c91-abd4ce3ae2cf Date: Thu, 04 Oct 2018 15:35:24 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:35:24Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:35:24Z", "visibility": "shared", "locations": [], "self": "/v2/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "min_disk": 0, "protected": false, "id": "6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "file": "/v2/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807/file", "checksum": null, "owner": "47e9379031714e609cbd08d8db023029", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:35:24,108 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-d5f178b7-e6dc-4df2-8c91-abd4ce3ae2cf 2018-10-04 15:35:24,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4755d7bb6aca0b5e6d09e314eef10726fc8156ad" -d '' 2018-10-04 15:35:26,145 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-30e9a42a-485f-4b48-87b6-21028b9d1e5b Date: Thu, 04 Oct 2018 15:35:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:35:26,145 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807/file used request id req-30e9a42a-485f-4b48-87b6-21028b9d1e5b 2018-10-04 15:35:26,146 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:35:26,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4755d7bb6aca0b5e6d09e314eef10726fc8156ad" 2018-10-04 15:35:26,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-f8082134-b498-4c56-aa7c-1cc512c6dd3d Date: Thu, 04 Oct 2018 15:35:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:35:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:35:26Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807/snap", "metadata": {}}], "self": "/v2/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "min_disk": 0, "protected": false, "id": "6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "file": "/v2/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "47e9379031714e609cbd08d8db023029", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:35:26,321 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807 used request id req-f8082134-b498-4c56-aa7c-1cc512c6dd3d 2018-10-04 15:35:26,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4755d7bb6aca0b5e6d09e314eef10726fc8156ad" 2018-10-04 15:35:26,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8c07418d-1ea4-4c91-baae-4183ccba4af6 Date: Thu, 04 Oct 2018 15:35:26 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:35:26,473 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-8c07418d-1ea4-4c91-baae-4183ccba4af6 2018-10-04 15:35:26,476 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-image 2018-10-04 15:35:26,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4755d7bb6aca0b5e6d09e314eef10726fc8156ad" 2018-10-04 15:35:26,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-1e2691a3-73ef-4f42-858a-5b54b0a56bb9 Date: Thu, 04 Oct 2018 15:35:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:35:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:35:26Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807/snap", "metadata": {}}], "self": "/v2/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "min_disk": 0, "protected": false, "id": "6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "file": "/v2/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "47e9379031714e609cbd08d8db023029", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:35:26,645 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807 used request id req-1e2691a3-73ef-4f42-858a-5b54b0a56bb9 2018-10-04 15:35:26,646 - create_image - DEBUG - Instance status is - active 2018-10-04 15:35:26,646 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-image 2018-10-04 15:35:26,646 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-image 2018-10-04 15:35:26,646 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:35:26,647 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:35:27,022 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "28b90dc6759242669c328c11ce2aa3de", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj-role"}], "expires_at": "2018-10-04T16:35:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "47e9379031714e609cbd08d8db023029", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-user", "id": "ce3f7a9053534913bde34be290e6e04e"}, "audit_ids": ["agHZUCNjT8CorAQ6YpPGNA"], "issued_at": "2018-10-04T15:35:27.000000Z"}} 2018-10-04 15:35:27,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75954b600bc2987f4009b1501cf2cb8777eb879e" 2018-10-04 15:35:27,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0ad8ce6-38d0-4da1-a50b-56219eddf034 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:35:27,091 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b0ad8ce6-38d0-4da1-a50b-56219eddf034 2018-10-04 15:35:27,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75954b600bc2987f4009b1501cf2cb8777eb879e" 2018-10-04 15:35:27,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c032098e-87d7-4fe3-871d-21a727d9364d Date: Thu, 04 Oct 2018 15:35:27 GMT RESP BODY: {"networks":[]} 2018-10-04 15:35:27,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net used request id req-c032098e-87d7-4fe3-871d-21a727d9364d 2018-10-04 15:35:27,259 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net 2018-10-04 15:35:27,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75954b600bc2987f4009b1501cf2cb8777eb879e" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net", "admin_state_up": true}}' 2018-10-04 15:35:27,810 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-064c113a-2f56-422b-9908-8a26fbbc5200 Date: Thu, 04 Oct 2018 15:35:27 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d5a40c42-2867-42f1-b802-203abc1f5e52","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:35:27Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:27Z","mtu":1450}} 2018-10-04 15:35:27,810 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-064c113a-2f56-422b-9908-8a26fbbc5200 2018-10-04 15:35:27,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=d5a40c42-2867-42f1-b802-203abc1f5e52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75954b600bc2987f4009b1501cf2cb8777eb879e" 2018-10-04 15:35:28,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-e885cce2-59ae-4be2-9855-f6f63fefbbfa Date: Thu, 04 Oct 2018 15:35:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T15:35:27Z","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"47e9379031714e609cbd08d8db023029","id":"d5a40c42-2867-42f1-b802-203abc1f5e52","name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net"}]} 2018-10-04 15:35:28,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=d5a40c42-2867-42f1-b802-203abc1f5e52 used request id req-e885cce2-59ae-4be2-9855-f6f63fefbbfa 2018-10-04 15:35:28,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75954b600bc2987f4009b1501cf2cb8777eb879e" 2018-10-04 15:35:28,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a0c8309f-13a6-4ed6-ae7f-d10f5a37c7fe Date: Thu, 04 Oct 2018 15:35:28 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:35:28,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 used request id req-a0c8309f-13a6-4ed6-ae7f-d10f5a37c7fe 2018-10-04 15:35:28,610 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-subnet 2018-10-04 15:35:28,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75954b600bc2987f4009b1501cf2cb8777eb879e" -d '{"subnets": [{"ip_version": 4, "network_id": "d5a40c42-2867-42f1-b802-203abc1f5e52", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-subnet"}]}' 2018-10-04 15:35:29,271 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-165e1f65-045a-4f23-82dc-721038db88d2 Date: Thu, 04 Oct 2018 15:35:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:29Z","dns_nameservers":[],"updated_at":"2018-10-04T15:35:29Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"47e9379031714e609cbd08d8db023029","id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-subnet"}]} 2018-10-04 15:35:29,272 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-165e1f65-045a-4f23-82dc-721038db88d2 2018-10-04 15:35:29,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=d5a40c42-2867-42f1-b802-203abc1f5e52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75954b600bc2987f4009b1501cf2cb8777eb879e" 2018-10-04 15:35:29,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-00c64e98-c60c-438f-adad-3d4ed7138f10 Date: Thu, 04 Oct 2018 15:35:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e7718fba-0d60-4dbf-a0b4-a0d11a03d590"],"updated_at":"2018-10-04T15:35:29Z","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"47e9379031714e609cbd08d8db023029","id":"d5a40c42-2867-42f1-b802-203abc1f5e52","name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net"}]} 2018-10-04 15:35:29,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=d5a40c42-2867-42f1-b802-203abc1f5e52 used request id req-00c64e98-c60c-438f-adad-3d4ed7138f10 2018-10-04 15:35:29,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75954b600bc2987f4009b1501cf2cb8777eb879e" 2018-10-04 15:35:29,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e9cf4d4e-e024-41f9-a111-cab6c65aeff3 Date: Thu, 04 Oct 2018 15:35:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:29Z","dns_nameservers":[],"updated_at":"2018-10-04T15:35:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"47e9379031714e609cbd08d8db023029","id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-subnet"}]} 2018-10-04 15:35:29,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 used request id req-e9cf4d4e-e024-41f9-a111-cab6c65aeff3 2018-10-04 15:35:29,583 - OpenStackNetwork - DEBUG - Network [d5a40c42-2867-42f1-b802-203abc1f5e52] created successfully 2018-10-04 15:35:29,583 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:35:29,583 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:35:29,958 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "28b90dc6759242669c328c11ce2aa3de", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj-role"}], "expires_at": "2018-10-04T16:35:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "47e9379031714e609cbd08d8db023029", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-user", "id": "ce3f7a9053534913bde34be290e6e04e"}, "audit_ids": ["hUozt0G2TV6Jb1fgOn_k_g"], "issued_at": "2018-10-04T15:35:29.000000Z"}} 2018-10-04 15:35:29,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b888bba4babb2b44b7d0bdcc965eed1b2e59463" 2018-10-04 15:35:29,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7d59c89-fdf4-4635-b12c-f61039aec0bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:35:29,972 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e7d59c89-fdf4-4635-b12c-f61039aec0bf 2018-10-04 15:35:29,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b888bba4babb2b44b7d0bdcc965eed1b2e59463" 2018-10-04 15:35:30,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cf0785e6-d058-4d27-a10a-36ce3a7c3461 Date: Thu, 04 Oct 2018 15:35:30 GMT RESP BODY: {"routers": []} 2018-10-04 15:35:30,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-router&admin_state_up=True used request id req-cf0785e6-d058-4d27-a10a-36ce3a7c3461 2018-10-04 15:35:30,166 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:35:30,167 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:35:30,533 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "28b90dc6759242669c328c11ce2aa3de", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj-role"}], "expires_at": "2018-10-04T16:35:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "47e9379031714e609cbd08d8db023029", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-user", "id": "ce3f7a9053534913bde34be290e6e04e"}, "audit_ids": ["Tjd3TLLCRlWcP-2JnHobow"], "issued_at": "2018-10-04T15:35:30.000000Z"}} 2018-10-04 15:35:30,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480dcfc36007245c16d0735262b3842019b61ef2" 2018-10-04 15:35:30,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5088ea2-22e9-422d-bf15-ecbef85cf4aa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:35:30,600 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c5088ea2-22e9-422d-bf15-ecbef85cf4aa 2018-10-04 15:35:30,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b888bba4babb2b44b7d0bdcc965eed1b2e59463" 2018-10-04 15:35:31,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-69f0bd37-c2c7-4350-8578-019549d890c4 Date: Thu, 04 Oct 2018 15:35:31 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:35:31,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-69f0bd37-c2c7-4350-8578-019549d890c4 2018-10-04 15:35:31,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b888bba4babb2b44b7d0bdcc965eed1b2e59463" 2018-10-04 15:35:31,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ce481c43-bd62-4835-a484-cbfb08569b11 Date: Thu, 04 Oct 2018 15:35:31 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:35:31,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-ce481c43-bd62-4835-a484-cbfb08569b11 2018-10-04 15:35:31,419 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-router 2018-10-04 15:35:31,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b888bba4babb2b44b7d0bdcc965eed1b2e59463" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-router", "admin_state_up": true}}' 2018-10-04 15:35:36,442 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-11ca4756-8096-410a-8294-1bcac43aac71 Date: Thu, 04 Oct 2018 15:35:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:32Z", "admin_state_up": true, "updated_at": "2018-10-04T15:35:33Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "47e9379031714e609cbd08d8db023029", "id": "78b7750d-48e3-437d-ae20-7e684f8b33aa", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-router"}} 2018-10-04 15:35:36,442 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-11ca4756-8096-410a-8294-1bcac43aac71 2018-10-04 15:35:36,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=78b7750d-48e3-437d-ae20-7e684f8b33aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b888bba4babb2b44b7d0bdcc965eed1b2e59463" 2018-10-04 15:35:36,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7e16dd77-66db-47ae-a916-32e005b853da Date: Thu, 04 Oct 2018 15:35:36 GMT RESP BODY: {"ports":[]} 2018-10-04 15:35:36,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=78b7750d-48e3-437d-ae20-7e684f8b33aa used request id req-7e16dd77-66db-47ae-a916-32e005b853da 2018-10-04 15:35:36,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b888bba4babb2b44b7d0bdcc965eed1b2e59463" 2018-10-04 15:35:36,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a2544f3c-d177-459f-9d0c-bae858077105 Date: Thu, 04 Oct 2018 15:35:36 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":["e7718fba-0d60-4dbf-a0b4-a0d11a03d590"],"updated_at":"2018-10-04T15:35:29Z","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"47e9379031714e609cbd08d8db023029","id":"d5a40c42-2867-42f1-b802-203abc1f5e52","name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net"}]} 2018-10-04 15:35:36,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net used request id req-a2544f3c-d177-459f-9d0c-bae858077105 2018-10-04 15:35:36,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:35:36,882 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:35:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:35:36,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b888bba4babb2b44b7d0bdcc965eed1b2e59463" 2018-10-04 15:35:36,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab2f213f-023e-476b-b281-2247abe80ba7 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029"}, "enabled": true, "id": "47e9379031714e609cbd08d8db023029", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj"}} 2018-10-04 15:35:36,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 used request id req-ab2f213f-023e-476b-b281-2247abe80ba7 2018-10-04 15:35:36,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b888bba4babb2b44b7d0bdcc965eed1b2e59463" 2018-10-04 15:35:37,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c57102f0-b713-422e-b767-244d67852cc8 Date: Thu, 04 Oct 2018 15:35:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:29Z","dns_nameservers":[],"updated_at":"2018-10-04T15:35:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"47e9379031714e609cbd08d8db023029","id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-subnet"}]} 2018-10-04 15:35:37,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 used request id req-c57102f0-b713-422e-b767-244d67852cc8 2018-10-04 15:35:37,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52&name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b888bba4babb2b44b7d0bdcc965eed1b2e59463" 2018-10-04 15:35:37,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1b6f6fba-1822-408a-8c92-1fb31386b581 Date: Thu, 04 Oct 2018 15:35:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:29Z","dns_nameservers":[],"updated_at":"2018-10-04T15:35:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"47e9379031714e609cbd08d8db023029","id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-subnet"}]} 2018-10-04 15:35:37,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52&name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-subnet used request id req-1b6f6fba-1822-408a-8c92-1fb31386b581 2018-10-04 15:35:37,216 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-04 15:35:37,216 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-router 2018-10-04 15:35:37,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/78b7750d-48e3-437d-ae20-7e684f8b33aa/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b888bba4babb2b44b7d0bdcc965eed1b2e59463" -d '{"subnet_id": "e7718fba-0d60-4dbf-a0b4-a0d11a03d590"}' 2018-10-04 15:35:39,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d9b26295-e69b-4045-894c-c5073114fc3c Date: Thu, 04 Oct 2018 15:35:39 GMT RESP BODY: {"network_id": "d5a40c42-2867-42f1-b802-203abc1f5e52", "tenant_id": "47e9379031714e609cbd08d8db023029", "subnet_id": "e7718fba-0d60-4dbf-a0b4-a0d11a03d590", "subnet_ids": ["e7718fba-0d60-4dbf-a0b4-a0d11a03d590"], "port_id": "92d7d144-a7ea-483b-b0f0-15cb14accbb5", "id": "78b7750d-48e3-437d-ae20-7e684f8b33aa"} 2018-10-04 15:35:39,293 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/78b7750d-48e3-437d-ae20-7e684f8b33aa/add_router_interface used request id req-d9b26295-e69b-4045-894c-c5073114fc3c 2018-10-04 15:35:39,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/78b7750d-48e3-437d-ae20-7e684f8b33aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b888bba4babb2b44b7d0bdcc965eed1b2e59463" 2018-10-04 15:35:39,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f3f6ae47-0b5b-4074-b505-82607008f97f Date: Thu, 04 Oct 2018 15:35:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:32Z", "admin_state_up": true, "updated_at": "2018-10-04T15:35:38Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "47e9379031714e609cbd08d8db023029", "id": "78b7750d-48e3-437d-ae20-7e684f8b33aa", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-router"}} 2018-10-04 15:35:39,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/78b7750d-48e3-437d-ae20-7e684f8b33aa used request id req-f3f6ae47-0b5b-4074-b505-82607008f97f 2018-10-04 15:35:39,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=78b7750d-48e3-437d-ae20-7e684f8b33aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b888bba4babb2b44b7d0bdcc965eed1b2e59463" 2018-10-04 15:35:39,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-868a8734-0551-46be-b1e4-0d7eb57c2bf7 Date: Thu, 04 Oct 2018 15:35:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:35:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.1"}],"id":"92d7d144-a7ea-483b-b0f0-15cb14accbb5","security_groups":[],"mac_address":"fa:16:3e:4a:0c:eb","project_id":"47e9379031714e609cbd08d8db023029","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:37Z","binding:vnic_type":"normal","device_id":"78b7750d-48e3-437d-ae20-7e684f8b33aa"}]} 2018-10-04 15:35:39,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=78b7750d-48e3-437d-ae20-7e684f8b33aa used request id req-868a8734-0551-46be-b1e4-0d7eb57c2bf7 2018-10-04 15:35:39,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/e7718fba-0d60-4dbf-a0b4-a0d11a03d590 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b888bba4babb2b44b7d0bdcc965eed1b2e59463" 2018-10-04 15:35:39,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-91db56e6-85f4-4ae2-b346-bdb7535f6fa8 Date: Thu, 04 Oct 2018 15:35:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:29Z","dns_nameservers":[],"updated_at":"2018-10-04T15:35:29Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"47e9379031714e609cbd08d8db023029","id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-subnet"}} 2018-10-04 15:35:39,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/e7718fba-0d60-4dbf-a0b4-a0d11a03d590 used request id req-91db56e6-85f4-4ae2-b346-bdb7535f6fa8 2018-10-04 15:35:39,772 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:35:39,773 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:35:40,157 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:35:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["DRinrEeqQTGF1CSni_5rrg"], "issued_at": "2018-10-04T15:35:40.000000Z"}} 2018-10-04 15:35:40,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63f0a5476b816829ce841f397ca716f19984d1e" 2018-10-04 15:35:40,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-880cd6e9-b3ec-4646-988d-f9a514286eb3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:35:40,249 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-880cd6e9-b3ec-4646-988d-f9a514286eb3 2018-10-04 15:35:40,251 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:35:40,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63f0a5476b816829ce841f397ca716f19984d1e" 2018-10-04 15:35:40,436 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7dbd2ac7-a8c1-4988-a9af-d24014c12c24 x-compute-request-id: req-7dbd2ac7-a8c1-4988-a9af-d24014c12c24 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:35:40,436 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-7dbd2ac7-a8c1-4988-a9af-d24014c12c24 2018-10-04 15:35:40,440 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63f0a5476b816829ce841f397ca716f19984d1e" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:35:40,489 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f51f756-dfd2-4d90-85d8-5df18399f684 x-compute-request-id: req-3f51f756-dfd2-4d90-85d8-5df18399f684 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d5e62655-6bce-49c3-8880-f37f46e9b047", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d5e62655-6bce-49c3-8880-f37f46e9b047", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d5e62655-6bce-49c3-8880-f37f46e9b047", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:35:40,490 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-3f51f756-dfd2-4d90-85d8-5df18399f684 2018-10-04 15:35:40,490 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:35:40,491 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:35:40,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "28b90dc6759242669c328c11ce2aa3de", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj-role"}], "expires_at": "2018-10-04T16:35:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "47e9379031714e609cbd08d8db023029", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-user", "id": "ce3f7a9053534913bde34be290e6e04e"}, "audit_ids": ["D7Kj7Xr4S8yBRRPnhTqKHw"], "issued_at": "2018-10-04T15:35:40.000000Z"}} 2018-10-04 15:35:40,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b897e10a491d50f794b89c70f427909c06973b84" 2018-10-04 15:35:40,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1db23dbb-eda6-4c5b-b44f-608844ce39f4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:35:40,935 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1db23dbb-eda6-4c5b-b44f-608844ce39f4 2018-10-04 15:35:40,936 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:35:40,941 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b897e10a491d50f794b89c70f427909c06973b84" 2018-10-04 15:35:41,109 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-19b34902-17e0-4269-acca-86f7953e1ffc x-compute-request-id: req-19b34902-17e0-4269-acca-86f7953e1ffc Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-04 15:35:41,109 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-19b34902-17e0-4269-acca-86f7953e1ffc 2018-10-04 15:35:41,110 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-kp... 2018-10-04 15:35:41,110 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 15:35:41,130 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-kp 2018-10-04 15:35:41,132 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b897e10a491d50f794b89c70f427909c06973b84" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCsnMRmHX2Lh1q+u0PJPR4E2LsN4IuMyyp9qWFYkzU2Xwh3yVdOOMn8NWw9xyBwgQiCaSNPADwMmLQ+0XZT8wTVVCtJTx7I5PqkMpyyOIbrtqvGNkuFWwGZaq/GC2PqSK4Vsbn31vX+Jzcjoe3IWfL/0XeVJsBu3YCYYDPfIf5OxQ==", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-kp"}}' 2018-10-04 15:35:41,186 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-add64eeb-401e-4434-ad80-1821ff57c53c x-compute-request-id: req-add64eeb-401e-4434-ad80-1821ff57c53c Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCsnMRmHX2Lh1q+u0PJPR4E2LsN4IuMyyp9qWFYkzU2Xwh3yVdOOMn8NWw9xyBwgQiCaSNPADwMmLQ+0XZT8wTVVCtJTx7I5PqkMpyyOIbrtqvGNkuFWwGZaq/GC2PqSK4Vsbn31vX+Jzcjoe3IWfL/0XeVJsBu3YCYYDPfIf5OxQ==", "user_id": "ce3f7a9053534913bde34be290e6e04e", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-kp", "fingerprint": "28:7c:ae:b0:06:2e:76:25:2e:99:93:79:74:99:ca:5c"}} 2018-10-04 15:35:41,187 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-add64eeb-401e-4434-ad80-1821ff57c53c 2018-10-04 15:35:41,190 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680.pub 2018-10-04 15:35:41,190 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680 2018-10-04 15:35:41,190 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:35:41,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:35:41,575 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "28b90dc6759242669c328c11ce2aa3de", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj-role"}], "expires_at": "2018-10-04T16:35:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "47e9379031714e609cbd08d8db023029", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-user", "id": "ce3f7a9053534913bde34be290e6e04e"}, "audit_ids": ["N8p76--ESRybhgiaBQDx1g"], "issued_at": "2018-10-04T15:35:41.000000Z"}} 2018-10-04 15:35:41,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938d342fede4c7ffda9c333167d859136f49582b" 2018-10-04 15:35:41,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-688f1edd-a6cf-47bc-8938-0d504b5db710 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:35:41,644 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-688f1edd-a6cf-47bc-8938-0d504b5db710 2018-10-04 15:35:41,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938d342fede4c7ffda9c333167d859136f49582b" 2018-10-04 15:35:41,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-1a02a284-13f6-4fd8-addb-cc054037c4e5 Date: Thu, 04 Oct 2018 15:35:41 GMT RESP BODY: {"security_groups": []} 2018-10-04 15:35:41,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp used request id req-1a02a284-13f6-4fd8-addb-cc054037c4e5 2018-10-04 15:35:41,829 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp... 2018-10-04 15:35:41,829 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp 2018-10-04 15:35:41,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938d342fede4c7ffda9c333167d859136f49582b" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp"}}' 2018-10-04 15:35:42,220 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-56395680-d00d-4dad-b36d-4c7c7cf1a8d5 Date: Thu, 04 Oct 2018 15:35:42 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:42Z", "updated_at": "2018-10-04T15:35:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:35:42Z", "revision_number": 0, "id": "69a8c0a4-bbbd-4534-bbcc-e86e7c2dc5c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:35:42Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "tenant_id": "47e9379031714e609cbd08d8db023029", "port_range_min": null, "ethertype": "IPv6", "project_id": "47e9379031714e609cbd08d8db023029"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:35:42Z", "revision_number": 0, "id": "c4c73faa-e21d-416a-a601-911c02d8a9f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:35:42Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "tenant_id": "47e9379031714e609cbd08d8db023029", "port_range_min": null, "ethertype": "IPv4", "project_id": "47e9379031714e609cbd08d8db023029"}], "revision_number": 2, "project_id": "47e9379031714e609cbd08d8db023029", "id": "50104133-b830-47cc-91fd-9dd0c107fc02", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp"}} 2018-10-04 15:35:42,220 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-56395680-d00d-4dad-b36d-4c7c7cf1a8d5 2018-10-04 15:35:42,221 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 50104133-b830-47cc-91fd-9dd0c107fc02 2018-10-04 15:35:42,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=50104133-b830-47cc-91fd-9dd0c107fc02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938d342fede4c7ffda9c333167d859136f49582b" 2018-10-04 15:35:42,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-acb3a907-6a49-4db4-bd26-518df02dba86 Date: Thu, 04 Oct 2018 15:35:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:35:42Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "port_range_min": null, "revision_number": 0, "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:42Z", "project_id": "47e9379031714e609cbd08d8db023029", "id": "69a8c0a4-bbbd-4534-bbcc-e86e7c2dc5c5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:35:42Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "port_range_min": null, "revision_number": 0, "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:42Z", "project_id": "47e9379031714e609cbd08d8db023029", "id": "c4c73faa-e21d-416a-a601-911c02d8a9f2"}]} 2018-10-04 15:35:42,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=50104133-b830-47cc-91fd-9dd0c107fc02 used request id req-acb3a907-6a49-4db4-bd26-518df02dba86 2018-10-04 15:35:42,394 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 50104133-b830-47cc-91fd-9dd0c107fc02 2018-10-04 15:35:42,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=50104133-b830-47cc-91fd-9dd0c107fc02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938d342fede4c7ffda9c333167d859136f49582b" 2018-10-04 15:35:42,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-54e9bb52-5f22-44d5-a4ad-886b53769f0f Date: Thu, 04 Oct 2018 15:35:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:35:42Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "port_range_min": null, "revision_number": 0, "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:42Z", "project_id": "47e9379031714e609cbd08d8db023029", "id": "69a8c0a4-bbbd-4534-bbcc-e86e7c2dc5c5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:35:42Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "port_range_min": null, "revision_number": 0, "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:42Z", "project_id": "47e9379031714e609cbd08d8db023029", "id": "c4c73faa-e21d-416a-a601-911c02d8a9f2"}]} 2018-10-04 15:35:42,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=50104133-b830-47cc-91fd-9dd0c107fc02 used request id req-54e9bb52-5f22-44d5-a4ad-886b53769f0f 2018-10-04 15:35:42,423 - neutron_utils - INFO - Retrieving security group with ID - 50104133-b830-47cc-91fd-9dd0c107fc02 2018-10-04 15:35:42,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=50104133-b830-47cc-91fd-9dd0c107fc02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938d342fede4c7ffda9c333167d859136f49582b" 2018-10-04 15:35:42,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-a9360706-9843-403f-ad77-ddcc0f5ce1aa Date: Thu, 04 Oct 2018 15:35:42 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:42Z", "updated_at": "2018-10-04T15:35:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:35:42Z", "revision_number": 0, "id": "69a8c0a4-bbbd-4534-bbcc-e86e7c2dc5c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:35:42Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "tenant_id": "47e9379031714e609cbd08d8db023029", "port_range_min": null, "ethertype": "IPv6", "project_id": "47e9379031714e609cbd08d8db023029"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:35:42Z", "revision_number": 0, "id": "c4c73faa-e21d-416a-a601-911c02d8a9f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:35:42Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "tenant_id": "47e9379031714e609cbd08d8db023029", "port_range_min": null, "ethertype": "IPv4", "project_id": "47e9379031714e609cbd08d8db023029"}], "revision_number": 2, "project_id": "47e9379031714e609cbd08d8db023029", "id": "50104133-b830-47cc-91fd-9dd0c107fc02", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp"}]} 2018-10-04 15:35:42,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=50104133-b830-47cc-91fd-9dd0c107fc02 used request id req-a9360706-9843-403f-ad77-ddcc0f5ce1aa 2018-10-04 15:35:42,621 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 50104133-b830-47cc-91fd-9dd0c107fc02 2018-10-04 15:35:42,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=50104133-b830-47cc-91fd-9dd0c107fc02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938d342fede4c7ffda9c333167d859136f49582b" 2018-10-04 15:35:42,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-26858527-74a3-467e-97c4-a121969d01ae Date: Thu, 04 Oct 2018 15:35:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:35:42Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "port_range_min": null, "revision_number": 0, "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:42Z", "project_id": "47e9379031714e609cbd08d8db023029", "id": "69a8c0a4-bbbd-4534-bbcc-e86e7c2dc5c5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:35:42Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "port_range_min": null, "revision_number": 0, "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:42Z", "project_id": "47e9379031714e609cbd08d8db023029", "id": "c4c73faa-e21d-416a-a601-911c02d8a9f2"}]} 2018-10-04 15:35:42,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=50104133-b830-47cc-91fd-9dd0c107fc02 used request id req-26858527-74a3-467e-97c4-a121969d01ae 2018-10-04 15:35:42,791 - neutron_utils - INFO - Retrieving security group with ID - 50104133-b830-47cc-91fd-9dd0c107fc02 2018-10-04 15:35:42,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=50104133-b830-47cc-91fd-9dd0c107fc02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938d342fede4c7ffda9c333167d859136f49582b" 2018-10-04 15:35:43,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-b2ee2535-4043-4ae8-b35e-75c16752d4f8 Date: Thu, 04 Oct 2018 15:35:43 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:42Z", "updated_at": "2018-10-04T15:35:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:35:42Z", "revision_number": 0, "id": "69a8c0a4-bbbd-4534-bbcc-e86e7c2dc5c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:35:42Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "tenant_id": "47e9379031714e609cbd08d8db023029", "port_range_min": null, "ethertype": "IPv6", "project_id": "47e9379031714e609cbd08d8db023029"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:35:42Z", "revision_number": 0, "id": "c4c73faa-e21d-416a-a601-911c02d8a9f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:35:42Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "tenant_id": "47e9379031714e609cbd08d8db023029", "port_range_min": null, "ethertype": "IPv4", "project_id": "47e9379031714e609cbd08d8db023029"}], "revision_number": 2, "project_id": "47e9379031714e609cbd08d8db023029", "id": "50104133-b830-47cc-91fd-9dd0c107fc02", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp"}]} 2018-10-04 15:35:43,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=50104133-b830-47cc-91fd-9dd0c107fc02 used request id req-b2ee2535-4043-4ae8-b35e-75c16752d4f8 2018-10-04 15:35:43,012 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 50104133-b830-47cc-91fd-9dd0c107fc02 2018-10-04 15:35:43,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=50104133-b830-47cc-91fd-9dd0c107fc02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938d342fede4c7ffda9c333167d859136f49582b" 2018-10-04 15:35:43,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9751ee7c-6e1f-48a7-a3f5-611961e66e2d Date: Thu, 04 Oct 2018 15:35:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:35:42Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "port_range_min": null, "revision_number": 0, "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:42Z", "project_id": "47e9379031714e609cbd08d8db023029", "id": "69a8c0a4-bbbd-4534-bbcc-e86e7c2dc5c5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:35:42Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "port_range_min": null, "revision_number": 0, "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:42Z", "project_id": "47e9379031714e609cbd08d8db023029", "id": "c4c73faa-e21d-416a-a601-911c02d8a9f2"}]} 2018-10-04 15:35:43,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=50104133-b830-47cc-91fd-9dd0c107fc02 used request id req-9751ee7c-6e1f-48a7-a3f5-611961e66e2d 2018-10-04 15:35:43,042 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp 2018-10-04 15:35:43,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938d342fede4c7ffda9c333167d859136f49582b" 2018-10-04 15:35:43,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-adbb2eb5-672a-44d5-b8de-efcd201008db Date: Thu, 04 Oct 2018 15:35:43 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:42Z", "updated_at": "2018-10-04T15:35:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:35:42Z", "revision_number": 0, "id": "69a8c0a4-bbbd-4534-bbcc-e86e7c2dc5c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:35:42Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "tenant_id": "47e9379031714e609cbd08d8db023029", "port_range_min": null, "ethertype": "IPv6", "project_id": "47e9379031714e609cbd08d8db023029"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:35:42Z", "revision_number": 0, "id": "c4c73faa-e21d-416a-a601-911c02d8a9f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:35:42Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "tenant_id": "47e9379031714e609cbd08d8db023029", "port_range_min": null, "ethertype": "IPv4", "project_id": "47e9379031714e609cbd08d8db023029"}], "revision_number": 2, "project_id": "47e9379031714e609cbd08d8db023029", "id": "50104133-b830-47cc-91fd-9dd0c107fc02", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp"}]} 2018-10-04 15:35:43,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp used request id req-adbb2eb5-672a-44d5-b8de-efcd201008db 2018-10-04 15:35:43,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:35:43,104 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:35:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:35:43,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938d342fede4c7ffda9c333167d859136f49582b" 2018-10-04 15:35:43,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb14eb1c-3f27-4ef7-8efa-9b08fd9a9f02 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029"}, "enabled": true, "id": "47e9379031714e609cbd08d8db023029", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj"}} 2018-10-04 15:35:43,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 used request id req-eb14eb1c-3f27-4ef7-8efa-9b08fd9a9f02 2018-10-04 15:35:43,186 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 50104133-b830-47cc-91fd-9dd0c107fc02 2018-10-04 15:35:43,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=50104133-b830-47cc-91fd-9dd0c107fc02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938d342fede4c7ffda9c333167d859136f49582b" 2018-10-04 15:35:43,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c721cb21-29c3-4bde-bbd0-e236b868caf9 Date: Thu, 04 Oct 2018 15:35:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:35:42Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "port_range_min": null, "revision_number": 0, "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:42Z", "project_id": "47e9379031714e609cbd08d8db023029", "id": "69a8c0a4-bbbd-4534-bbcc-e86e7c2dc5c5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:35:42Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "port_range_min": null, "revision_number": 0, "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:42Z", "project_id": "47e9379031714e609cbd08d8db023029", "id": "c4c73faa-e21d-416a-a601-911c02d8a9f2"}]} 2018-10-04 15:35:43,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=50104133-b830-47cc-91fd-9dd0c107fc02 used request id req-c721cb21-29c3-4bde-bbd0-e236b868caf9 2018-10-04 15:35:43,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938d342fede4c7ffda9c333167d859136f49582b" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02"}}' 2018-10-04 15:35:43,689 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-af358a5b-17f1-4144-837c-2c8510693172 Date: Thu, 04 Oct 2018 15:35:43 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:35:43Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "port_range_min": null, "revision_number": 0, "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:43Z", "project_id": "47e9379031714e609cbd08d8db023029", "id": "01e5a3b0-98b1-4d07-9f59-bb98fe2c8d05"}} 2018-10-04 15:35:43,689 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-af358a5b-17f1-4144-837c-2c8510693172 2018-10-04 15:35:43,690 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp 2018-10-04 15:35:43,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938d342fede4c7ffda9c333167d859136f49582b" 2018-10-04 15:35:43,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-5868a410-4efe-4dc8-8e80-6815a851b570 Date: Thu, 04 Oct 2018 15:35:43 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:42Z", "updated_at": "2018-10-04T15:35:43Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:35:43Z", "revision_number": 0, "id": "01e5a3b0-98b1-4d07-9f59-bb98fe2c8d05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:35:43Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "tenant_id": "47e9379031714e609cbd08d8db023029", "port_range_min": null, "ethertype": "IPv4", "project_id": "47e9379031714e609cbd08d8db023029"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:35:42Z", "revision_number": 0, "id": "69a8c0a4-bbbd-4534-bbcc-e86e7c2dc5c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:35:42Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "tenant_id": "47e9379031714e609cbd08d8db023029", "port_range_min": null, "ethertype": "IPv6", "project_id": "47e9379031714e609cbd08d8db023029"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:35:42Z", "revision_number": 0, "id": "c4c73faa-e21d-416a-a601-911c02d8a9f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:35:42Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "tenant_id": "47e9379031714e609cbd08d8db023029", "port_range_min": null, "ethertype": "IPv4", "project_id": "47e9379031714e609cbd08d8db023029"}], "revision_number": 3, "project_id": "47e9379031714e609cbd08d8db023029", "id": "50104133-b830-47cc-91fd-9dd0c107fc02", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp"}]} 2018-10-04 15:35:43,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp used request id req-5868a410-4efe-4dc8-8e80-6815a851b570 2018-10-04 15:35:43,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938d342fede4c7ffda9c333167d859136f49582b" 2018-10-04 15:35:43,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc1ece76-bac0-4654-982e-862e7c6a8f09 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029"}, "enabled": true, "id": "47e9379031714e609cbd08d8db023029", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj"}} 2018-10-04 15:35:43,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 used request id req-fc1ece76-bac0-4654-982e-862e7c6a8f09 2018-10-04 15:35:43,973 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 50104133-b830-47cc-91fd-9dd0c107fc02 2018-10-04 15:35:43,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=50104133-b830-47cc-91fd-9dd0c107fc02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938d342fede4c7ffda9c333167d859136f49582b" 2018-10-04 15:35:44,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-c40136e8-0e9d-422f-a387-2d02953b1d67 Date: Thu, 04 Oct 2018 15:35:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:35:43Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "port_range_min": null, "revision_number": 0, "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:43Z", "project_id": "47e9379031714e609cbd08d8db023029", "id": "01e5a3b0-98b1-4d07-9f59-bb98fe2c8d05"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:35:42Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "port_range_min": null, "revision_number": 0, "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:42Z", "project_id": "47e9379031714e609cbd08d8db023029", "id": "69a8c0a4-bbbd-4534-bbcc-e86e7c2dc5c5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:35:42Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "port_range_min": null, "revision_number": 0, "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:42Z", "project_id": "47e9379031714e609cbd08d8db023029", "id": "c4c73faa-e21d-416a-a601-911c02d8a9f2"}]} 2018-10-04 15:35:44,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=50104133-b830-47cc-91fd-9dd0c107fc02 used request id req-c40136e8-0e9d-422f-a387-2d02953b1d67 2018-10-04 15:35:44,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938d342fede4c7ffda9c333167d859136f49582b" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02"}}' 2018-10-04 15:35:44,178 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-8b60b96d-88a9-4fd4-8167-d89136ec975c Date: Thu, 04 Oct 2018 15:35:44 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T15:35:44Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "port_range_min": 22, "revision_number": 0, "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:44Z", "project_id": "47e9379031714e609cbd08d8db023029", "id": "eae4bf99-eace-409f-b979-fcc9c34e5591"}} 2018-10-04 15:35:44,179 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-8b60b96d-88a9-4fd4-8167-d89136ec975c 2018-10-04 15:35:44,179 - neutron_utils - INFO - Retrieving security group with ID - 50104133-b830-47cc-91fd-9dd0c107fc02 2018-10-04 15:35:44,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=50104133-b830-47cc-91fd-9dd0c107fc02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938d342fede4c7ffda9c333167d859136f49582b" 2018-10-04 15:35:44,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-df7beeef-cc04-4c4f-a41d-7f550614d04e Date: Thu, 04 Oct 2018 15:35:44 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:42Z", "updated_at": "2018-10-04T15:35:44Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:35:43Z", "revision_number": 0, "id": "01e5a3b0-98b1-4d07-9f59-bb98fe2c8d05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:35:43Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "tenant_id": "47e9379031714e609cbd08d8db023029", "port_range_min": null, "ethertype": "IPv4", "project_id": "47e9379031714e609cbd08d8db023029"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:35:42Z", "revision_number": 0, "id": "69a8c0a4-bbbd-4534-bbcc-e86e7c2dc5c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:35:42Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "tenant_id": "47e9379031714e609cbd08d8db023029", "port_range_min": null, "ethertype": "IPv6", "project_id": "47e9379031714e609cbd08d8db023029"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:35:42Z", "revision_number": 0, "id": "c4c73faa-e21d-416a-a601-911c02d8a9f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:35:42Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "tenant_id": "47e9379031714e609cbd08d8db023029", "port_range_min": null, "ethertype": "IPv4", "project_id": "47e9379031714e609cbd08d8db023029"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T15:35:44Z", "revision_number": 0, "id": "eae4bf99-eace-409f-b979-fcc9c34e5591", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:35:44Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "tenant_id": "47e9379031714e609cbd08d8db023029", "port_range_min": 22, "ethertype": "IPv4", "project_id": "47e9379031714e609cbd08d8db023029"}], "revision_number": 4, "project_id": "47e9379031714e609cbd08d8db023029", "id": "50104133-b830-47cc-91fd-9dd0c107fc02", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp"}]} 2018-10-04 15:35:44,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=50104133-b830-47cc-91fd-9dd0c107fc02 used request id req-df7beeef-cc04-4c4f-a41d-7f550614d04e 2018-10-04 15:35:44,380 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 50104133-b830-47cc-91fd-9dd0c107fc02 2018-10-04 15:35:44,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=50104133-b830-47cc-91fd-9dd0c107fc02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938d342fede4c7ffda9c333167d859136f49582b" 2018-10-04 15:35:44,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-4c8bcdc6-d8c5-4322-b223-4d9a1a01dde2 Date: Thu, 04 Oct 2018 15:35:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:35:43Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "port_range_min": null, "revision_number": 0, "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:43Z", "project_id": "47e9379031714e609cbd08d8db023029", "id": "01e5a3b0-98b1-4d07-9f59-bb98fe2c8d05"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:35:42Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "port_range_min": null, "revision_number": 0, "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:42Z", "project_id": "47e9379031714e609cbd08d8db023029", "id": "69a8c0a4-bbbd-4534-bbcc-e86e7c2dc5c5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:35:42Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "port_range_min": null, "revision_number": 0, "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:42Z", "project_id": "47e9379031714e609cbd08d8db023029", "id": "c4c73faa-e21d-416a-a601-911c02d8a9f2"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T15:35:44Z", "security_group_id": "50104133-b830-47cc-91fd-9dd0c107fc02", "port_range_min": 22, "revision_number": 0, "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:44Z", "project_id": "47e9379031714e609cbd08d8db023029", "id": "eae4bf99-eace-409f-b979-fcc9c34e5591"}]} 2018-10-04 15:35:44,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=50104133-b830-47cc-91fd-9dd0c107fc02 used request id req-4c8bcdc6-d8c5-4322-b223-4d9a1a01dde2 2018-10-04 15:35:44,574 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:35:44,574 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:35:44,952 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "28b90dc6759242669c328c11ce2aa3de", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj-role"}], "expires_at": "2018-10-04T16:35:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "47e9379031714e609cbd08d8db023029", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-user", "id": "ce3f7a9053534913bde34be290e6e04e"}, "audit_ids": ["1tUCUO0rQE-JwWy7rmMwkg"], "issued_at": "2018-10-04T15:35:44.000000Z"}} 2018-10-04 15:35:44,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:45,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87251105-385d-4068-a218-06640e7ddb35 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:35:45,031 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-87251105-385d-4068-a218-06640e7ddb35 2018-10-04 15:35:45,032 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:35:45,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:45,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bff01685-1ad4-4b59-a219-bc061546122c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:35:45,196 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bff01685-1ad4-4b59-a219-bc061546122c 2018-10-04 15:35:45,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:45,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-31a8054e-40ae-4ec3-9f50-3f8edac17818 Date: Thu, 04 Oct 2018 15:35: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":["e7718fba-0d60-4dbf-a0b4-a0d11a03d590"],"updated_at":"2018-10-04T15:35:29Z","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"47e9379031714e609cbd08d8db023029","id":"d5a40c42-2867-42f1-b802-203abc1f5e52","name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net"}]} 2018-10-04 15:35:45,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net used request id req-31a8054e-40ae-4ec3-9f50-3f8edac17818 2018-10-04 15:35:45,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:35:45,453 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:35:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:35:45,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:45,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cd217b0-3592-4d7a-8e2e-fbc28d6cdede Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029"}, "enabled": true, "id": "47e9379031714e609cbd08d8db023029", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj"}} 2018-10-04 15:35:45,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 used request id req-4cd217b0-3592-4d7a-8e2e-fbc28d6cdede 2018-10-04 15:35:45,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:45,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8a0b863e-a2b0-417f-90df-588b401c1b27 Date: Thu, 04 Oct 2018 15:35:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:29Z","dns_nameservers":[],"updated_at":"2018-10-04T15:35:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"47e9379031714e609cbd08d8db023029","id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-subnet"}]} 2018-10-04 15:35:45,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 used request id req-8a0b863e-a2b0-417f-90df-588b401c1b27 2018-10-04 15:35:45,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52&name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:45,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-805b7d7d-e84c-464b-ae44-498cd760d9af Date: Thu, 04 Oct 2018 15:35:45 GMT RESP BODY: {"ports":[]} 2018-10-04 15:35:45,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52&name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680port-1&admin_state_up=True used request id req-805b7d7d-e84c-464b-ae44-498cd760d9af 2018-10-04 15:35:45,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:46,151 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ac139512-2f65-47fc-8562-b979c6447fb0 x-compute-request-id: req-ac139512-2f65-47fc-8562-b979c6447fb0 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:35:46,151 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst used request id req-ac139512-2f65-47fc-8562-b979c6447fb0 2018-10-04 15:35:46,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:46,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ea373006-4b7e-4270-9f71-f56957f8cd1a Date: Thu, 04 Oct 2018 15:35:46 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":["e7718fba-0d60-4dbf-a0b4-a0d11a03d590"],"updated_at":"2018-10-04T15:35:29Z","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"47e9379031714e609cbd08d8db023029","id":"d5a40c42-2867-42f1-b802-203abc1f5e52","name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net"}]} 2018-10-04 15:35:46,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net used request id req-ea373006-4b7e-4270-9f71-f56957f8cd1a 2018-10-04 15:35:46,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:46,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1e41133-2b92-4565-b5ae-3670ffdd5f14 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029"}, "enabled": true, "id": "47e9379031714e609cbd08d8db023029", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj"}} 2018-10-04 15:35:46,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 used request id req-e1e41133-2b92-4565-b5ae-3670ffdd5f14 2018-10-04 15:35:46,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:46,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-67835597-3ea0-44f2-a68c-964e66aeb48f Date: Thu, 04 Oct 2018 15:35:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:29Z","dns_nameservers":[],"updated_at":"2018-10-04T15:35:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"47e9379031714e609cbd08d8db023029","id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-subnet"}]} 2018-10-04 15:35:46,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 used request id req-67835597-3ea0-44f2-a68c-964e66aeb48f 2018-10-04 15:35:46,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52&name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:46,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5d148c7f-a239-4b84-a00f-b5a18ef2adfa Date: Thu, 04 Oct 2018 15:35:46 GMT RESP BODY: {"ports":[]} 2018-10-04 15:35:46,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52&name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680port-1&admin_state_up=True used request id req-5d148c7f-a239-4b84-a00f-b5a18ef2adfa 2018-10-04 15:35:46,882 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:35:46,883 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:35:47,270 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "28b90dc6759242669c328c11ce2aa3de", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj-role"}], "expires_at": "2018-10-04T16:35:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "47e9379031714e609cbd08d8db023029", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/47e9379031714e609cbd08d8db023029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/47e9379031714e609cbd08d8db023029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/47e9379031714e609cbd08d8db023029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-user", "id": "ce3f7a9053534913bde34be290e6e04e"}, "audit_ids": ["fCK11XMzQVOhz9f0Us3Bwg"], "issued_at": "2018-10-04T15:35:47.000000Z"}} 2018-10-04 15:35:47,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d15b71a4693bf4e88084d7e9ddd6af603b27a16c" 2018-10-04 15:35:47,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f774ee40-166d-4409-9168-79d8f2177458 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:35:47,354 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f774ee40-166d-4409-9168-79d8f2177458 2018-10-04 15:35:47,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:47,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-152c0e86-06c7-4f25-ac16-183ae1879740 Date: Thu, 04 Oct 2018 15:35:47 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":["e7718fba-0d60-4dbf-a0b4-a0d11a03d590"],"updated_at":"2018-10-04T15:35:29Z","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"47e9379031714e609cbd08d8db023029","id":"d5a40c42-2867-42f1-b802-203abc1f5e52","name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net"}]} 2018-10-04 15:35:47,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net used request id req-152c0e86-06c7-4f25-ac16-183ae1879740 2018-10-04 15:35:47,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:47,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-09b323fb-2021-4274-a284-306fd8b7434a Date: Thu, 04 Oct 2018 15:35:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:29Z","dns_nameservers":[],"updated_at":"2018-10-04T15:35:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"47e9379031714e609cbd08d8db023029","id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-subnet"}]} 2018-10-04 15:35:47,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 used request id req-09b323fb-2021-4274-a284-306fd8b7434a 2018-10-04 15:35:47,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:48,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7595b0ad-06db-4dae-b120-0a416d739b0b Date: Thu, 04 Oct 2018 15:35:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e7718fba-0d60-4dbf-a0b4-a0d11a03d590"],"updated_at":"2018-10-04T15:35:29Z","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"47e9379031714e609cbd08d8db023029","id":"d5a40c42-2867-42f1-b802-203abc1f5e52","name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net"}]} 2018-10-04 15:35:48,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net used request id req-7595b0ad-06db-4dae-b120-0a416d739b0b 2018-10-04 15:35:48,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:35:48,149 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:35:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:35:48,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d15b71a4693bf4e88084d7e9ddd6af603b27a16c" 2018-10-04 15:35:48,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13061e04-2aa5-4764-a0c8-308030a0efdb Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029"}, "enabled": true, "id": "47e9379031714e609cbd08d8db023029", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj"}} 2018-10-04 15:35:48,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 used request id req-13061e04-2aa5-4764-a0c8-308030a0efdb 2018-10-04 15:35:48,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:48,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-94fddfc9-2bc1-4f0c-9526-d440cbd25cfb Date: Thu, 04 Oct 2018 15:35:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:29Z","dns_nameservers":[],"updated_at":"2018-10-04T15:35:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"47e9379031714e609cbd08d8db023029","id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-subnet"}]} 2018-10-04 15:35:48,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 used request id req-94fddfc9-2bc1-4f0c-9526-d440cbd25cfb 2018-10-04 15:35:48,298 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net 2018-10-04 15:35:48,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" -d '{"port": {"network_id": "d5a40c42-2867-42f1-b802-203abc1f5e52", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680port-1", "admin_state_up": true}}' 2018-10-04 15:35:49,391 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-5bbb63e7-37ca-4eed-b9c1-1640d450d581 Date: Thu, 04 Oct 2018 15:35:49 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:35:48Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.7"}],"id":"ac1c7179-c1f5-4179-a683-70e196edbde2","security_groups":["d3c2eefd-40cf-4a42-b0e7-e19835caaea5"],"mac_address":"fa:16:3e:51:05:20","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680port-1","project_id":"47e9379031714e609cbd08d8db023029","qos_policy_id":null,"admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:48Z","binding:vnic_type":"normal"}} 2018-10-04 15:35:49,392 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-5bbb63e7-37ca-4eed-b9c1-1640d450d581 2018-10-04 15:35:49,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:49,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1b5dd249-7780-4da6-8e68-e1d0c100ebda Date: Thu, 04 Oct 2018 15:35:49 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":["e7718fba-0d60-4dbf-a0b4-a0d11a03d590"],"updated_at":"2018-10-04T15:35:29Z","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"47e9379031714e609cbd08d8db023029","id":"d5a40c42-2867-42f1-b802-203abc1f5e52","name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net"}]} 2018-10-04 15:35:49,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net used request id req-1b5dd249-7780-4da6-8e68-e1d0c100ebda 2018-10-04 15:35:49,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:49,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba2e3191-5197-4e20-902e-6a1cb751d8d7 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029"}, "enabled": true, "id": "47e9379031714e609cbd08d8db023029", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj"}} 2018-10-04 15:35:49,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 used request id req-ba2e3191-5197-4e20-902e-6a1cb751d8d7 2018-10-04 15:35:49,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:49,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1d7577d5-e9f8-46a0-a196-b82b918b5041 Date: Thu, 04 Oct 2018 15:35:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:29Z","dns_nameservers":[],"updated_at":"2018-10-04T15:35:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"47e9379031714e609cbd08d8db023029","id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-subnet"}]} 2018-10-04 15:35:49,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 used request id req-1d7577d5-e9f8-46a0-a196-b82b918b5041 2018-10-04 15:35:49,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52&name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:50,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-4faf0be1-cc6e-4ca9-92a8-698ea2950ce7 Date: Thu, 04 Oct 2018 15:35:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:35:48Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.7"}],"id":"ac1c7179-c1f5-4179-a683-70e196edbde2","security_groups":["d3c2eefd-40cf-4a42-b0e7-e19835caaea5"],"mac_address":"fa:16:3e:51:05:20","project_id":"47e9379031714e609cbd08d8db023029","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680port-1","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:48Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:35:50,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52&name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680port-1&admin_state_up=True used request id req-4faf0be1-cc6e-4ca9-92a8-698ea2950ce7 2018-10-04 15:35:50,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:50,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc204f94-3aa6-4cda-98cf-3f08c79185b1 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029"}, "enabled": true, "id": "47e9379031714e609cbd08d8db023029", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj"}} 2018-10-04 15:35:50,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 used request id req-cc204f94-3aa6-4cda-98cf-3f08c79185b1 2018-10-04 15:35:50,206 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst 2018-10-04 15:35:50,208 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:50,234 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35: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-09071da7-110b-4753-8f3e-9ad8e475f9bd x-compute-request-id: req-09071da7-110b-4753-8f3e-9ad8e475f9bd Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d5e62655-6bce-49c3-8880-f37f46e9b047", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d5e62655-6bce-49c3-8880-f37f46e9b047", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d5e62655-6bce-49c3-8880-f37f46e9b047", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-flavor-name"}]} 2018-10-04 15:35:50,234 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-09071da7-110b-4753-8f3e-9ad8e475f9bd 2018-10-04 15:35:50,236 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/d5e62655-6bce-49c3-8880-f37f46e9b047 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:50,254 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35: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-a66356af-d078-4927-9d13-882bf590ed2d x-compute-request-id: req-a66356af-d078-4927-9d13-882bf590ed2d Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d5e62655-6bce-49c3-8880-f37f46e9b047", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d5e62655-6bce-49c3-8880-f37f46e9b047", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d5e62655-6bce-49c3-8880-f37f46e9b047", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:35:50,255 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/d5e62655-6bce-49c3-8880-f37f46e9b047 used request id req-a66356af-d078-4927-9d13-882bf590ed2d 2018-10-04 15:35:50,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:50,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-5c7e3b87-daea-4c30-8b73-6414863804df Date: Thu, 04 Oct 2018 15:35:50 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:35:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:35:26Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807/snap", "metadata": {}}], "self": "/v2/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "min_disk": 0, "protected": false, "id": "6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "file": "/v2/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "47e9379031714e609cbd08d8db023029", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-image"} 2018-10-04 15:35:50,433 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-image used request id req-5c7e3b87-daea-4c30-8b73-6414863804df 2018-10-04 15:35:50,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:50,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-99a841ef-859d-424c-bfe0-10f3ee5293dc Date: Thu, 04 Oct 2018 15:35:50 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:35:50,589 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-99a841ef-859d-424c-bfe0-10f3ee5293dc 2018-10-04 15:35:50,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst", "imageRef": "6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "key_name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-kp", "flavorRef": "d5e62655-6bce-49c3-8880-f37f46e9b047", "max_count": 1, "min_count": 1, "networks": [{"port": "ac1c7179-c1f5-4179-a683-70e196edbde2"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp"}]}}' 2018-10-04 15:35:52,963 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:35: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-776b3a66-979a-4f42-9a53-bbc9e3fceb96 x-compute-request-id: req-776b3a66-979a-4f42-9a53-bbc9e3fceb96 Content-Length: 444 location: http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "bookmark"}], "adminPass": "SvL8smDKEx6e"}} 2018-10-04 15:35:52,963 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-776b3a66-979a-4f42-9a53-bbc9e3fceb96 2018-10-04 15:35:52,967 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:53,182 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-2a680c1f-b832-48b1-9706-ff1f6a5e5a0d x-compute-request-id: req-2a680c1f-b832-48b1-9706-ff1f6a5e5a0d Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "bookmark"}], "image": {"id": "6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "links": [{"href": "http://172.30.9.23:8774/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d5e62655-6bce-49c3-8880-f37f46e9b047", "links": [{"href": "http://172.30.9.23:8774/flavors/d5e62655-6bce-49c3-8880-f37f46e9b047", "rel": "bookmark"}]}, "id": "a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "user_id": "ce3f7a9053534913bde34be290e6e04e", "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-10-04T15:35:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-kp", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst", "created": "2018-10-04T15:35:52Z", "tenant_id": "47e9379031714e609cbd08d8db023029", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:35:53,182 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 used request id req-2a680c1f-b832-48b1-9706-ff1f6a5e5a0d 2018-10-04 15:35:53,183 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst 2018-10-04 15:35:53,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:53,538 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:35: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-0668f9b3-a2b4-4a68-88d8-bf208264bde2 x-compute-request-id: req-0668f9b3-a2b4-4a68-88d8-bf208264bde2 Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "bookmark"}], "image": {"id": "6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "links": [{"href": "http://172.30.9.23:8774/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d5e62655-6bce-49c3-8880-f37f46e9b047", "links": [{"href": "http://172.30.9.23:8774/flavors/d5e62655-6bce-49c3-8880-f37f46e9b047", "rel": "bookmark"}]}, "id": "a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "user_id": "ce3f7a9053534913bde34be290e6e04e", "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-10-04T15:35:53Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-kp", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst", "created": "2018-10-04T15:35:52Z", "tenant_id": "47e9379031714e609cbd08d8db023029", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:35:53,538 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 used request id req-0668f9b3-a2b4-4a68-88d8-bf208264bde2 2018-10-04 15:35:53,539 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst] is - BUILD 2018-10-04 15:35:53,539 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:35:56,542 - create_instance - DEBUG - VM status query timeout in 896.640846014 2018-10-04 15:35:56,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:35:57,016 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-2b7c9084-cb55-410a-a8a9-d20db35256ba x-compute-request-id: req-2b7c9084-cb55-410a-a8a9-d20db35256ba Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "bookmark"}], "image": {"id": "6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "links": [{"href": "http://172.30.9.23:8774/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d5e62655-6bce-49c3-8880-f37f46e9b047", "links": [{"href": "http://172.30.9.23:8774/flavors/d5e62655-6bce-49c3-8880-f37f46e9b047", "rel": "bookmark"}]}, "id": "a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "security_groups": [{"name": "default"}], "user_id": "ce3f7a9053534913bde34be290e6e04e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:35:54Z", "hostId": "ea5662f56f8514753d77a0d23eeb5170afb83e703009bf7d49862439", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-kp", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst", "created": "2018-10-04T15:35:52Z", "tenant_id": "47e9379031714e609cbd08d8db023029", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:35:57,016 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 used request id req-2b7c9084-cb55-410a-a8a9-d20db35256ba 2018-10-04 15:35:57,017 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst] is - BUILD 2018-10-04 15:35:57,017 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:36:00,020 - create_instance - DEBUG - VM status query timeout in 893.162940979 2018-10-04 15:36:00,024 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:00,521 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36: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-50c9eeee-6005-4cbf-af5e-121e7da459d4 x-compute-request-id: req-50c9eeee-6005-4cbf-af5e-121e7da459d4 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:05:20", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "bookmark"}], "image": {"id": "6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "links": [{"href": "http://172.30.9.23:8774/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:35:57.000000", "flavor": {"id": "d5e62655-6bce-49c3-8880-f37f46e9b047", "links": [{"href": "http://172.30.9.23:8774/flavors/d5e62655-6bce-49c3-8880-f37f46e9b047", "rel": "bookmark"}]}, "id": "a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "security_groups": [{"name": "default"}], "user_id": "ce3f7a9053534913bde34be290e6e04e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:35:59Z", "hostId": "ea5662f56f8514753d77a0d23eeb5170afb83e703009bf7d49862439", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-kp", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst", "created": "2018-10-04T15:35:52Z", "tenant_id": "47e9379031714e609cbd08d8db023029", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:36:00,522 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 used request id req-50c9eeee-6005-4cbf-af5e-121e7da459d4 2018-10-04 15:36:00,522 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst] is - ACTIVE 2018-10-04 15:36:00,522 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:36:00,525 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:01,141 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36: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-3ab66132-7566-4392-884f-c689efd22d52 x-compute-request-id: req-3ab66132-7566-4392-884f-c689efd22d52 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:05:20", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "bookmark"}], "image": {"id": "6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "links": [{"href": "http://172.30.9.23:8774/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:35:57.000000", "flavor": {"id": "d5e62655-6bce-49c3-8880-f37f46e9b047", "links": [{"href": "http://172.30.9.23:8774/flavors/d5e62655-6bce-49c3-8880-f37f46e9b047", "rel": "bookmark"}]}, "id": "a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "security_groups": [{"name": "default"}], "user_id": "ce3f7a9053534913bde34be290e6e04e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:35:59Z", "hostId": "ea5662f56f8514753d77a0d23eeb5170afb83e703009bf7d49862439", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-kp", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst", "created": "2018-10-04T15:35:52Z", "tenant_id": "47e9379031714e609cbd08d8db023029", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:36:01,142 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 used request id req-3ab66132-7566-4392-884f-c689efd22d52 2018-10-04 15:36:01,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:01,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0cf1b1ed-2e56-4ddf-80d0-067bd72f356f Date: Thu, 04 Oct 2018 15:36:01 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":["e7718fba-0d60-4dbf-a0b4-a0d11a03d590"],"updated_at":"2018-10-04T15:35:29Z","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"47e9379031714e609cbd08d8db023029","id":"d5a40c42-2867-42f1-b802-203abc1f5e52","name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net"}]} 2018-10-04 15:36:01,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net used request id req-0cf1b1ed-2e56-4ddf-80d0-067bd72f356f 2018-10-04 15:36:01,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:02,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5f48511-52ec-456a-a722-2bfe00cdc082 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029"}, "enabled": true, "id": "47e9379031714e609cbd08d8db023029", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj"}} 2018-10-04 15:36:02,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 used request id req-d5f48511-52ec-456a-a722-2bfe00cdc082 2018-10-04 15:36:02,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:02,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2e4831e6-ef34-4e91-a219-7bb0fbd08b8a Date: Thu, 04 Oct 2018 15:36:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:29Z","dns_nameservers":[],"updated_at":"2018-10-04T15:35:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"47e9379031714e609cbd08d8db023029","id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-subnet"}]} 2018-10-04 15:36:02,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 used request id req-2e4831e6-ef34-4e91-a219-7bb0fbd08b8a 2018-10-04 15:36:02,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:02,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-f545292b-924d-43af-ad81-7bcac93bfa07 Date: Thu, 04 Oct 2018 15:36:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:35:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.2"}],"id":"0817ec5f-b947-4453-9ce6-547e45894617","security_groups":[],"mac_address":"fa:16:3e:f1:92:c8","project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d5a40c42-2867-42f1-b802-203abc1f5e52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:35:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.4"}],"id":"0c2d5c38-2435-40ef-b792-7ecc03fddf5e","security_groups":[],"mac_address":"fa:16:3e:c3:50:69","project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d5a40c42-2867-42f1-b802-203abc1f5e52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:35:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.3"}],"id":"8474340c-5272-4d52-899a-69f9b4808b2e","security_groups":[],"mac_address":"fa:16:3e:07:f6:4a","project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d5a40c42-2867-42f1-b802-203abc1f5e52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:35:51Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.1"}],"id":"92d7d144-a7ea-483b-b0f0-15cb14accbb5","security_groups":[],"mac_address":"fa:16:3e:4a:0c:eb","project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:37Z","binding:vnic_type":"normal","device_id":"78b7750d-48e3-437d-ae20-7e684f8b33aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:35:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.7"}],"id":"ac1c7179-c1f5-4179-a683-70e196edbde2","security_groups":["d3c2eefd-40cf-4a42-b0e7-e19835caaea5"],"mac_address":"fa:16:3e:51:05:20","project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680port-1","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:48Z","binding:vnic_type":"normal","device_id":"a96f4f31-8f98-4620-a02b-bfbad93d7bd1"}]} 2018-10-04 15:36:02,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 used request id req-f545292b-924d-43af-ad81-7bcac93bfa07 2018-10-04 15:36:02,330 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp"}}' 2018-10-04 15:36:03,796 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:36:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6dae54d7-4d26-41d3-8681-a62ab8c3c485 x-compute-request-id: req-6dae54d7-4d26-41d3-8681-a62ab8c3c485 Content-Length: 0 Content-Type: application/json 2018-10-04 15:36:03,797 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1/action used request id req-6dae54d7-4d26-41d3-8681-a62ab8c3c485 2018-10-04 15:36:03,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:04,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-faf84ed8-efe5-4c27-96d2-ff0861338dec Date: Thu, 04 Oct 2018 15:36:04 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:32Z", "admin_state_up": true, "updated_at": "2018-10-04T15:35:38Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "47e9379031714e609cbd08d8db023029", "id": "78b7750d-48e3-437d-ae20-7e684f8b33aa", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-router"}]} 2018-10-04 15:36:04,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-router used request id req-faf84ed8-efe5-4c27-96d2-ff0861338dec 2018-10-04 15:36:04,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:04,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5ca12e5-ef88-4aaa-8c22-32300d5a25e3 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029"}, "enabled": true, "id": "47e9379031714e609cbd08d8db023029", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj"}} 2018-10-04 15:36:04,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 used request id req-e5ca12e5-ef88-4aaa-8c22-32300d5a25e3 2018-10-04 15:36:04,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=78b7750d-48e3-437d-ae20-7e684f8b33aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:04,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-d347f61a-1ea3-4a06-a830-9fbe2d1d8caa Date: Thu, 04 Oct 2018 15:36:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:35:51Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.1"}],"id":"92d7d144-a7ea-483b-b0f0-15cb14accbb5","security_groups":[],"mac_address":"fa:16:3e:4a:0c:eb","project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:37Z","binding:vnic_type":"normal","device_id":"78b7750d-48e3-437d-ae20-7e684f8b33aa"}]} 2018-10-04 15:36:04,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=78b7750d-48e3-437d-ae20-7e684f8b33aa used request id req-d347f61a-1ea3-4a06-a830-9fbe2d1d8caa 2018-10-04 15:36:04,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/e7718fba-0d60-4dbf-a0b4-a0d11a03d590 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:04,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-4bbd1955-7d9c-4f87-8707-8d3ea265b004 Date: Thu, 04 Oct 2018 15:36:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:29Z","dns_nameservers":[],"updated_at":"2018-10-04T15:35:29Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"47e9379031714e609cbd08d8db023029","id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-subnet"}} 2018-10-04 15:36:04,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/e7718fba-0d60-4dbf-a0b4-a0d11a03d590 used request id req-4bbd1955-7d9c-4f87-8707-8d3ea265b004 2018-10-04 15:36:04,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:04,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-c07f984f-f98b-4fae-bbc9-2d0d13a47aa5 Date: Thu, 04 Oct 2018 15:36:04 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:36:04,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-c07f984f-f98b-4fae-bbc9-2d0d13a47aa5 2018-10-04 15:36:04,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:04,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c220605c-1bfe-4c8f-9c97-67496ea9564d Date: Thu, 04 Oct 2018 15:36:04 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:36:04,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-c220605c-1bfe-4c8f-9c97-67496ea9564d 2018-10-04 15:36:04,423 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:05,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36: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-1e52c571-da1c-4044-8feb-a7b98b132ca7 x-compute-request-id: req-1e52c571-da1c-4044-8feb-a7b98b132ca7 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:05:20", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "bookmark"}], "image": {"id": "6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "links": [{"href": "http://172.30.9.23:8774/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:35:57.000000", "flavor": {"id": "d5e62655-6bce-49c3-8880-f37f46e9b047", "links": [{"href": "http://172.30.9.23:8774/flavors/d5e62655-6bce-49c3-8880-f37f46e9b047", "rel": "bookmark"}]}, "id": "a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp"}, {"name": "default"}], "user_id": "ce3f7a9053534913bde34be290e6e04e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:35:59Z", "hostId": "ea5662f56f8514753d77a0d23eeb5170afb83e703009bf7d49862439", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-kp", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst", "created": "2018-10-04T15:35:52Z", "tenant_id": "47e9379031714e609cbd08d8db023029", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:36:05,015 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 used request id req-1e52c571-da1c-4044-8feb-a7b98b132ca7 2018-10-04 15:36:05,016 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst] is - ACTIVE 2018-10-04 15:36:05,016 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:36:05,019 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:05,487 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8514ef06-abd6-4494-8a88-1b6d0cd792a9 x-compute-request-id: req-8514ef06-abd6-4494-8a88-1b6d0cd792a9 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:05:20", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "bookmark"}], "image": {"id": "6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "links": [{"href": "http://172.30.9.23:8774/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:35:57.000000", "flavor": {"id": "d5e62655-6bce-49c3-8880-f37f46e9b047", "links": [{"href": "http://172.30.9.23:8774/flavors/d5e62655-6bce-49c3-8880-f37f46e9b047", "rel": "bookmark"}]}, "id": "a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp"}, {"name": "default"}], "user_id": "ce3f7a9053534913bde34be290e6e04e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:35:59Z", "hostId": "ea5662f56f8514753d77a0d23eeb5170afb83e703009bf7d49862439", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-kp", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst", "created": "2018-10-04T15:35:52Z", "tenant_id": "47e9379031714e609cbd08d8db023029", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:36:05,487 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 used request id req-8514ef06-abd6-4494-8a88-1b6d0cd792a9 2018-10-04 15:36:05,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:05,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6d1bc777-0900-4282-9554-a264eb7ca26e Date: Thu, 04 Oct 2018 15:36:05 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":["e7718fba-0d60-4dbf-a0b4-a0d11a03d590"],"updated_at":"2018-10-04T15:35:29Z","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"47e9379031714e609cbd08d8db023029","id":"d5a40c42-2867-42f1-b802-203abc1f5e52","name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net"}]} 2018-10-04 15:36:05,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net used request id req-6d1bc777-0900-4282-9554-a264eb7ca26e 2018-10-04 15:36:05,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:05,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b1b4512-6dbd-4f22-a1d1-ad9c80623f98 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029"}, "enabled": true, "id": "47e9379031714e609cbd08d8db023029", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj"}} 2018-10-04 15:36:05,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 used request id req-7b1b4512-6dbd-4f22-a1d1-ad9c80623f98 2018-10-04 15:36:05,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:05,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a33c9da7-6411-41f7-9a6e-715eaa18dbf1 Date: Thu, 04 Oct 2018 15:36:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:29Z","dns_nameservers":[],"updated_at":"2018-10-04T15:35:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"47e9379031714e609cbd08d8db023029","id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-subnet"}]} 2018-10-04 15:36:05,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 used request id req-a33c9da7-6411-41f7-9a6e-715eaa18dbf1 2018-10-04 15:36:05,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:05,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-99425053-4f26-4d30-b252-5c74b86ba8c6 Date: Thu, 04 Oct 2018 15:36:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:35:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.2"}],"id":"0817ec5f-b947-4453-9ce6-547e45894617","security_groups":[],"mac_address":"fa:16:3e:f1:92:c8","project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d5a40c42-2867-42f1-b802-203abc1f5e52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:35:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.4"}],"id":"0c2d5c38-2435-40ef-b792-7ecc03fddf5e","security_groups":[],"mac_address":"fa:16:3e:c3:50:69","project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d5a40c42-2867-42f1-b802-203abc1f5e52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:35:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.3"}],"id":"8474340c-5272-4d52-899a-69f9b4808b2e","security_groups":[],"mac_address":"fa:16:3e:07:f6:4a","project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d5a40c42-2867-42f1-b802-203abc1f5e52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:35:51Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.1"}],"id":"92d7d144-a7ea-483b-b0f0-15cb14accbb5","security_groups":[],"mac_address":"fa:16:3e:4a:0c:eb","project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:37Z","binding:vnic_type":"normal","device_id":"78b7750d-48e3-437d-ae20-7e684f8b33aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:36:03Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.7"}],"id":"ac1c7179-c1f5-4179-a683-70e196edbde2","security_groups":["50104133-b830-47cc-91fd-9dd0c107fc02","d3c2eefd-40cf-4a42-b0e7-e19835caaea5"],"mac_address":"fa:16:3e:51:05:20","project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680port-1","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:48Z","binding:vnic_type":"normal","device_id":"a96f4f31-8f98-4620-a02b-bfbad93d7bd1"}]} 2018-10-04 15:36:05,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 used request id req-99425053-4f26-4d30-b252-5c74b86ba8c6 2018-10-04 15:36:05,835 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-04 15:36:05,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:06,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-f5a8d412-f951-4212-825c-3ecf663629c0 Date: Thu, 04 Oct 2018 15:36:06 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:36:06,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-f5a8d412-f951-4212-825c-3ecf663629c0 2018-10-04 15:36:06,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:06,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7fcc16af-9d1b-4526-940e-7450fcdd6612 Date: Thu, 04 Oct 2018 15:36:06 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:36:06,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-7fcc16af-9d1b-4526-940e-7450fcdd6612 2018-10-04 15:36:06,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" -d '{"floatingip": {"floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "port_id": "ac1c7179-c1f5-4179-a683-70e196edbde2"}}' 2018-10-04 15:36:08,691 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-844d5b7a-1224-496b-9e17-54857dc18270 Date: Thu, 04 Oct 2018 15:36:08 GMT RESP BODY: {"floatingip": {"router_id": "78b7750d-48e3-437d-ae20-7e684f8b33aa", "status": "DOWN", "description": "", "tags": [], "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:36:07Z", "updated_at": "2018-10-04T15:36:07Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "10.55.1.7", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "47e9379031714e609cbd08d8db023029", "port_id": "ac1c7179-c1f5-4179-a683-70e196edbde2", "id": "b2e478d4-d104-432b-89f9-57801fdb5632"}} 2018-10-04 15:36:08,691 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-844d5b7a-1224-496b-9e17-54857dc18270 2018-10-04 15:36:08,692 - create_instance - INFO - Created floating IP 172.30.9.205 via router - CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-router 2018-10-04 15:36:08,695 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:09,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36: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-ca728faa-452b-4b9f-9294-a7c212e02d94 x-compute-request-id: req-ca728faa-452b-4b9f-9294-a7c212e02d94 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:05:20", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "bookmark"}], "image": {"id": "6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "links": [{"href": "http://172.30.9.23:8774/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:35:57.000000", "flavor": {"id": "d5e62655-6bce-49c3-8880-f37f46e9b047", "links": [{"href": "http://172.30.9.23:8774/flavors/d5e62655-6bce-49c3-8880-f37f46e9b047", "rel": "bookmark"}]}, "id": "a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp"}, {"name": "default"}], "user_id": "ce3f7a9053534913bde34be290e6e04e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:35:59Z", "hostId": "ea5662f56f8514753d77a0d23eeb5170afb83e703009bf7d49862439", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-kp", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst", "created": "2018-10-04T15:35:52Z", "tenant_id": "47e9379031714e609cbd08d8db023029", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:36:09,208 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 used request id req-ca728faa-452b-4b9f-9294-a7c212e02d94 2018-10-04 15:36:09,208 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst] is - ACTIVE 2018-10-04 15:36:09,209 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:36:09,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:09,852 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36: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-e950b08a-9b8e-4c3b-bba2-b72d80a2611b x-compute-request-id: req-e950b08a-9b8e-4c3b-bba2-b72d80a2611b Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:05:20", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "bookmark"}], "image": {"id": "6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "links": [{"href": "http://172.30.9.23:8774/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:35:57.000000", "flavor": {"id": "d5e62655-6bce-49c3-8880-f37f46e9b047", "links": [{"href": "http://172.30.9.23:8774/flavors/d5e62655-6bce-49c3-8880-f37f46e9b047", "rel": "bookmark"}]}, "id": "a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp"}, {"name": "default"}], "user_id": "ce3f7a9053534913bde34be290e6e04e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:35:59Z", "hostId": "ea5662f56f8514753d77a0d23eeb5170afb83e703009bf7d49862439", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-kp", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst", "created": "2018-10-04T15:35:52Z", "tenant_id": "47e9379031714e609cbd08d8db023029", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:36:09,853 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 used request id req-e950b08a-9b8e-4c3b-bba2-b72d80a2611b 2018-10-04 15:36:09,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:10,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6af8197b-736d-4f7b-9856-7215bf0e784c Date: Thu, 04 Oct 2018 15:36:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e7718fba-0d60-4dbf-a0b4-a0d11a03d590"],"updated_at":"2018-10-04T15:35:29Z","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"47e9379031714e609cbd08d8db023029","id":"d5a40c42-2867-42f1-b802-203abc1f5e52","name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net"}]} 2018-10-04 15:36:10,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net used request id req-6af8197b-736d-4f7b-9856-7215bf0e784c 2018-10-04 15:36:10,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:10,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e3e20dd-83f6-42c4-b4d6-15ff3dc4024d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029"}, "enabled": true, "id": "47e9379031714e609cbd08d8db023029", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj"}} 2018-10-04 15:36:10,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 used request id req-7e3e20dd-83f6-42c4-b4d6-15ff3dc4024d 2018-10-04 15:36:10,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:10,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a6a31a6b-0cd0-47a2-9f10-0318605c30c4 Date: Thu, 04 Oct 2018 15:36:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:29Z","dns_nameservers":[],"updated_at":"2018-10-04T15:35:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"47e9379031714e609cbd08d8db023029","id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-subnet"}]} 2018-10-04 15:36:10,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 used request id req-a6a31a6b-0cd0-47a2-9f10-0318605c30c4 2018-10-04 15:36:10,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:10,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-aba7bcf6-a677-4abb-987f-6b1a49f92683 Date: Thu, 04 Oct 2018 15:36:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:35:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.2"}],"id":"0817ec5f-b947-4453-9ce6-547e45894617","security_groups":[],"mac_address":"fa:16:3e:f1:92:c8","project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d5a40c42-2867-42f1-b802-203abc1f5e52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:35:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.4"}],"id":"0c2d5c38-2435-40ef-b792-7ecc03fddf5e","security_groups":[],"mac_address":"fa:16:3e:c3:50:69","project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d5a40c42-2867-42f1-b802-203abc1f5e52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:35:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.3"}],"id":"8474340c-5272-4d52-899a-69f9b4808b2e","security_groups":[],"mac_address":"fa:16:3e:07:f6:4a","project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d5a40c42-2867-42f1-b802-203abc1f5e52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:35:51Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.1"}],"id":"92d7d144-a7ea-483b-b0f0-15cb14accbb5","security_groups":[],"mac_address":"fa:16:3e:4a:0c:eb","project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:37Z","binding:vnic_type":"normal","device_id":"78b7750d-48e3-437d-ae20-7e684f8b33aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:36:03Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.7"}],"id":"ac1c7179-c1f5-4179-a683-70e196edbde2","security_groups":["50104133-b830-47cc-91fd-9dd0c107fc02","d3c2eefd-40cf-4a42-b0e7-e19835caaea5"],"mac_address":"fa:16:3e:51:05:20","project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680port-1","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:48Z","binding:vnic_type":"normal","device_id":"a96f4f31-8f98-4620-a02b-bfbad93d7bd1"}]} 2018-10-04 15:36:10,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 used request id req-aba7bcf6-a677-4abb-987f-6b1a49f92683 2018-10-04 15:36:10,285 - create_instance_tests - INFO - Looking for IP 10.55.1.7 in the console log 2018-10-04 15:36:10,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:10,608 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36: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-abf2efcd-1b96-43f9-8959-b8584f0642d5 x-compute-request-id: req-abf2efcd-1b96-43f9-8959-b8584f0642d5 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:05:20", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:05:20", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "bookmark"}], "image": {"id": "6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "links": [{"href": "http://172.30.9.23:8774/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:35:57.000000", "flavor": {"id": "d5e62655-6bce-49c3-8880-f37f46e9b047", "links": [{"href": "http://172.30.9.23:8774/flavors/d5e62655-6bce-49c3-8880-f37f46e9b047", "rel": "bookmark"}]}, "id": "a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp"}, {"name": "default"}], "user_id": "ce3f7a9053534913bde34be290e6e04e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:35:59Z", "hostId": "ea5662f56f8514753d77a0d23eeb5170afb83e703009bf7d49862439", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-kp", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst", "created": "2018-10-04T15:35:52Z", "tenant_id": "47e9379031714e609cbd08d8db023029", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:36:10,608 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 used request id req-abf2efcd-1b96-43f9-8959-b8584f0642d5 2018-10-04 15:36:10,612 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:36:11,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36: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-2e4eb5bc-6d0f-453a-b4ee-f2b878fac779 x-compute-request-id: req-2e4eb5bc-6d0f-453a-b4ee-f2b878fac779 Content-Encoding: gzip Content-Length: 9670 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 477272253 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134764] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136398] pid_max: default: 32768 minimum: 301\n[ 0.137290] ACPI: Core revision 20150930\n[ 0.138671] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139970] Security Framework initialized\n[ 0.140777] Yama: becoming mindful.\n[ 0.141498] AppArmor: AppArmor initialized\n[ 0.142355] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143620] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.144858] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.146036] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147386] Initializing cgroup subsys io\n[ 0.148192] Initializing cgroup subsys memory\n[ 0.149039] Initializing cgroup subsys devices\n[ 0.149908] Initializing cgroup subsys freezer\n[ 0.150768] Initializing cgroup subsys net_cls\n[ 0.151621] Initializing cgroup subsys perf_event\n[ 0.152519] Initializing cgroup subsys net_prio\n[ 0.153391] Initializing cgroup subsys hugetlb\n[ 0.154256] Initializing cgroup subsys pids\n[ 0.155120] CPU: Physical Processor ID: 0\n[ 0.156602] mce: CPU supports 10 MCE banks\n[ 0.157440] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158434] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160695] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167050] ftrace: allocating 31920 entries in 125 pages\n[ 0.193359] smpboot: Max logical packages: 2\n[ 0.194210] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195387] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.196726] x2apic enabled\n[ 0.197521] Switched APIC routing to physical x2apic.\n[ 0.199265] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200477] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202620] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204559] KVM setup paravirtual spinlock\n[ 0.206055] x86: Booting SMP configuration:\n[ 0.206957] .... node #0, CPUs: #1\n[ 0.207864] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.230432] x86: Booted up 1 node, 2 CPUs\n[ 0.230434] KVM setup async PF for cpu 1\n[ 0.230437] kvm-stealtime: cpu 1, msr f90d940\n[ 0.232998] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.234519] devtmpfs: initialized\n[ 0.236239] evm: security.selinux\n[ 0.236931] evm: security.SMACK64\n[ 0.237613] evm: security.SMACK64EXEC\n[ 0.238348] evm: security.SMACK64TRANSMUTE\n[ 0.239154] evm: security.SMACK64MMAP\n[ 0.239893] evm: security.ima\n[ 0.240524] evm: security.capability\n[ 0.241357] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243219] pinctrl core: initialized pinctrl subsystem\n[ 0.244309] RTC time: 15:35:57, date: 10/04/18\n[ 0.245268] NET: Registered protocol family 16\n[ 0.255238] cpuidle: using governor ladder\n[ 0.267341] cpuidle: using governor menu\n[ 0.268155] PCCT header not found.\n[ 0.268921] ACPI: bus type PCI registered\n[ 0.269710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270945] PCI: Using configuration type 1 for base access\n[ 0.284387] ACPI: Added _OSI(Module Device)\n[ 0.285239] ACPI: Added _OSI(Processor Device)\n[ 0.286091] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286980] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289304] ACPI: Interpreter enabled\n[ 0.290072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.297382] ACPI: (supports S0 S5)\n[ 0.298083] ACPI: Using IOAPIC for interrupt routing\n[ 0.299136] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.302489] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.303616] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.304838] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.306018] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.308244] acpiphp: Slot [3] registered\n[ 0.309043] acpiphp: Slot [4] registered\n[ 0.309837] acpiphp: Slot [5] registered\n[ 0.310629] acpiphp: Slot [6] registered\n[ 0.311420] acpiphp: Slot [7] registered\n[ 0.312212] acpiphp: Slot [8] registered\n[ 0.313007] acpiphp: Slot [9] registered\n[ 0.313798] acpiphp: Slot [10] registered\n[ 0.324668] acpiphp: Slot [11] registered\n[ 0.325478] acpiphp: Slot [12] registered\n[ 0.326281] acpiphp: Slot [13] registered\n[ 0.327080] acpiphp: Slot [14] registered\n[ 0.327878] acpiphp: Slot [15] registered\n[ 0.328683] acpiphp: Slot [16] registered\n[ 0.329487] acpiphp: Slot [17] registered\n[ 0.330292] acpiphp: Slot [18] registered\n[ 0.331093] acpiphp: Slot [19] registered\n[ 0.331903] acpiphp: Slot [20] registered\n[ 0.332708] acpiphp: Slot [21] registered\n[ 0.333511] acpiphp: Slot [22] registered\n[ 0.334317] acpiphp: Slot [23] registered\n[ 0.335122] acpiphp: Slot [24] registered\n[ 0.335924] acpiphp: Slot [25] registered\n[ 0.336732] acpiphp: Slot [26] registered\n[ 0.337532] acpiphp: Slot [27] registered\n[ 0.338346] acpiphp: Slot [28] registered\n[ 0.339150] acpiphp: Slot [29] registered\n[ 0.339952] acpiphp: Slot [30] registered\n[ 0.340762] acpiphp: Slot [31] registered\n[ 0.341556] PCI host bridge to bus 0000:00\n[ 0.342360] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343559] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.344765] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.346204] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.347635] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.354020] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.355284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.356440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.357690] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.364734] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.366165] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414145] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.415642] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417060] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.418453] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.419825] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.421853] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423015] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424070] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.425612] vgaarb: loaded\n[ 0.426214] vgaarb: bridge control possible 0000:00:02.0\n[ 0.427358] SCSI subsystem initialized\n[ 0.428198] ACPI: bus type USB registered\n[ 0.429010] usbcore: registered new interface driver usbfs\n[ 0.430036] usbcore: registered new interface driver hub\n[ 0.431038] usbcore: registered new device driver usb\n[ 0.432164] PCI: Using ACPI for IRQ routing\n[ 0.433184] NetLabel: Initializing\n[ 0.433895] NetLabel: domain hash size = 128\n[ 0.434742] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.435678] NetLabel: unlabeled traffic allowed by default\n[ 0.436818] clocksource: Switched to clocksource kvm-clock\n[ 0.442696] AppArmor: AppArmor Filesystem Enabled\n[ 0.443649] pnp: PnP ACPI init\n[ 0.444573] pnp: PnP ACPI: found 5 devices\n[ 0.451961] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.453658] NET: Registered protocol family 2\n[ 0.454640] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.455907] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.457066] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.458222] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.459286] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460436] NET: Registered protocol family 1\n[ 0.461296] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.462382] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.463440] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.482027] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.500859] Trying to unpack rootfs image as initramfs...\n[ 0.551522] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.566367] Scanning for low memory corruption every 60 seconds\n[ 0.567859] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.569038] audit: initializing netlink subsys (disabled)\n[ 0.570070] audit: type=2000 audit(1538667358.407:1): initialized\n[ 0.571381] Initialise system trusted keyring\n[ 0.572340] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.573530] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.575700] zbud: loaded\n[ 0.576433] VFS: Disk quotas dquot_6.6.0\n[ 0.577281] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.578854] fuse init (API version 7.23)\n[ 0.579761] Key type big_key registered\n[ 0.580556] Allocating IMA MOK and blacklist keyrings.\n[ 0.581826] Key type asymmetric registered\n[ 0.582648] Asymmetric key parser 'x509' registered\n[ 0.583621] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.585101] io scheduler noop registered\n[ 0.585895] io scheduler deadline registered (default)\n[ 0.586878] io scheduler cfq registered\n[ 0.587709] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.588767] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.590040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.591480] ACPI: Power Button [PWRF]\n[ 0.592341] GHES: HEST is not enabled!\n[ 0.610705] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.647823] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.650148] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.674127] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.676660] Linux agpgart interface v0.103\n[ 0.679049] brd: module loaded\n[ 0.680643] loop: module loaded\n[ 0.686138] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.687578] GPT:90111 != 20971519\n[ 0.688261] GPT:Alternate GPT header not at the end of the disk.\n[ 0.689372] GPT:90111 != 20971519\n[ 0.690059] GPT: Use GNU Parted to correct GPT errors.\n[ 0.691012] vda: vda1 vda15\n[ 0.692447] scsi host0: ata_piix\n[ 0.693267] scsi host1: ata_piix\n[ 0.693972] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.695182] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.696785] libphy: Fixed MDIO Bus: probed\n[ 0.697616] tun: Universal TUN/TAP device driver, 1.6\n[ 0.698566] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.700496] PPP generic driver version 2.4.2\n[ 0.701406] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.702646] ehci-pci: EHCI PCI platform driver\n[ 0.703510] ehci-platform: EHCI generic platform driver\n[ 0.704484] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.705614] ohci-pci: OHCI PCI platform driver\n[ 0.706489] ohci-platform: OHCI generic platform driver\n[ 0.707466] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.726084] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.727090] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.728519] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.729520] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.730694] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.732170] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.733772] usb usb1: Product: UHCI Host Controller\n[ 0.734839] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.736206] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.737333] hub 1-0:1.0: USB hub found\n[ 0.738195] hub 1-0:1.0: 2 ports detected\n[ 0.739156] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.741555] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.742587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.743861] mousedev: PS/2 mouse device common for all mice\n[ 0.745150] rtc_cmos 00:00: RTC can wake from S4\n[ 0.746665] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.748529] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750024] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.751382] i2c /dev entries driver\n[ 0.752137] device-mapper: uevent: version 1.0.3\n[ 0.753090] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.754707] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.756049] NET: Registered protocol family 10\n[ 0.757068] NET: Registered protocol family 17\n[ 0.757947] Key type dns_resolver registered\n[ 0.758889] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.760216] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.761324] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.763059] registered taskstats version 1\n[ 0.763904] Loading compiled-in X.509 certificates\n[ 0.765343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.767182] zswap: loaded using pool lzo/zbud\n[ 0.768664] Key type trusted registered\n[ 0.770431] Key type encrypted registered\n[ 0.771275] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.772288] ima: No TPM chip found, activating TPM-bypass!\n[ 0.773345] evm: HMAC attrs: 0x1\n[ 0.774287] Magic number: 6:943:587\n[ 0.775045] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816\n[ 0.787121] rtc_cmos 00:00: setting system clock to 2018-10-04 15:35:58 UTC (1538667358)\n[ 0.788783] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.789920] EDD information not available.\n[ 0.850044] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851634] Write protecting the kernel read-only data: 14336k\n[ 0.853287] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.855086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.409034] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.7...\nLease of 10.55.1.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.38. iid=i-0000010b\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=20953055,end=20971487\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): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpD8ocNQ3w+xZtn19cFTNA3jSzWAOo7ipViWhz/Svn8r7ieX5kmsjRkq+jSP7DtbfalEPDEC7jO0DDYQNERLhEJyqfB1d4nPEcq/f03Mv78H3bQ+//58lJQJ0moTd52RnocbRpq8EMSqWAMKAgRXcm1h3kiomo8sxWIDY3R2LvEQQCQenz4jx8iu+Yqf4DVMgpypBKJeZ9LH0WcT4qDF8LAPxAF4FdlFp4Xt9GYVKI6v0+J1FvqAEG34CXNkY4Ns0TgLVGuiZigs8ut5Gxc2eNjGOiRaY9dOmvcFVw0DvHaU38OCxIvXssnD1nwJY0CRMQe6nkbjz9Gl57dpUgBrXV root@createinstancesinglenetworktests-4a009ee8-df31-4c3f-b1d1-b8c63c\nssh-dss AAAAB3NzaC1kc3MAAACBAMeSrh5m/nesqJsCorri1Jtgk95tQJ1AWMdKi+vEmb/ea+Hl3Z3jYJf+EZUPAAGviGSo4jiMqNauPbwSosdHpFXtNTdXxJPcLgoHxhHJZLEiVwz9Rfch805XvUdgPWy/LOdxVZRYz+4qBm0jwi/dXhr2qPc96CdbDR2FVKPbA4lTAAAAFQCkeYy3iRzNrYhoql278jvprjjBmwAAAIAOpys0aJOY3g2v0vhcSDU0FYY3izwofB8y/L0TPYuX9ms7f0FZDD/kXbejP+PA4rtFVd52c7T8VopkV5FwHBjBjZAGbcIszDbFVSVJNibthpzlwd0kVJ+me9uKrsMBkIYST529mDARgaUw5qV1lyen2H8ZVd4hzBDYAol5HOHRiAAAAIEAgcLDd7Xb4OJNY05e92W2beJ52p4vPpLSZ1YYsftrRxNfqJBB/2L6U8jrDuLiyYoWRbx9t3+D9bq7fZJU81L+vcwe5VPj8yp0u3GgHkMdKE6KyQU6MwSJS5RvpTyV3fu7DJ1liwAFqD6gos8LJ3dx0Cj9kiWJJPoeYa0GAZPzWFU= root@createinstancesinglenetworktests-4a009ee8-df31-4c3f-b1d1-b8c63c\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.7,24,fe80::f816:3eff:fe51:520/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.7 \nip-route:169.254.169.254 via 10.55.1.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010b\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-4a009ee8-df31-4c3f-b1d1-b8c63c\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.42 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-4a009ee8-df31-4c3f-b1d1-b8c63c login: "} 2018-10-04 15:36:11,763 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1/action used request id req-2e4eb5bc-6d0f-453a-b4ee-f2b878fac779 2018-10-04 15:36:11,764 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-04 15:36:11,765 - create_instance_tests - DEBUG - Full console output - [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 477272253 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 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.134764] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.136398] pid_max: default: 32768 minimum: 301 [ 0.137290] ACPI: Core revision 20150930 [ 0.138671] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.139970] Security Framework initialized [ 0.140777] Yama: becoming mindful. [ 0.141498] AppArmor: AppArmor initialized [ 0.142355] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.143620] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.144858] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.146036] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147386] Initializing cgroup subsys io [ 0.148192] Initializing cgroup subsys memory [ 0.149039] Initializing cgroup subsys devices [ 0.149908] Initializing cgroup subsys freezer [ 0.150768] Initializing cgroup subsys net_cls [ 0.151621] Initializing cgroup subsys perf_event [ 0.152519] Initializing cgroup subsys net_prio [ 0.153391] Initializing cgroup subsys hugetlb [ 0.154256] Initializing cgroup subsys pids [ 0.155120] CPU: Physical Processor ID: 0 [ 0.156602] mce: CPU supports 10 MCE banks [ 0.157440] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.158434] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160695] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.167050] ftrace: allocating 31920 entries in 125 pages [ 0.193359] smpboot: Max logical packages: 2 [ 0.194210] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195387] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.196726] x2apic enabled [ 0.197521] Switched APIC routing to physical x2apic. [ 0.199265] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200477] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202620] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.204559] KVM setup paravirtual spinlock [ 0.206055] x86: Booting SMP configuration: [ 0.206957] .... node #0, CPUs: #1 [ 0.207864] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.230432] x86: Booted up 1 node, 2 CPUs [ 0.230434] KVM setup async PF for cpu 1 [ 0.230437] kvm-stealtime: cpu 1, msr f90d940 [ 0.232998] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.234519] devtmpfs: initialized [ 0.236239] evm: security.selinux [ 0.236931] evm: security.SMACK64 [ 0.237613] evm: security.SMACK64EXEC [ 0.238348] evm: security.SMACK64TRANSMUTE [ 0.239154] evm: security.SMACK64MMAP [ 0.239893] evm: security.ima [ 0.240524] evm: security.capability [ 0.241357] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.243219] pinctrl core: initialized pinctrl subsystem [ 0.244309] RTC time: 15:35:57, date: 10/04/18 [ 0.245268] NET: Registered protocol family 16 [ 0.255238] cpuidle: using governor ladder [ 0.267341] cpuidle: using governor menu [ 0.268155] PCCT header not found. [ 0.268921] ACPI: bus type PCI registered [ 0.269710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.270945] PCI: Using configuration type 1 for base access [ 0.284387] ACPI: Added _OSI(Module Device) [ 0.285239] ACPI: Added _OSI(Processor Device) [ 0.286091] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.286980] ACPI: Added _OSI(Processor Aggregator Device) [ 0.289304] ACPI: Interpreter enabled [ 0.290072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.291895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.293730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.295551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.297382] ACPI: (supports S0 S5) [ 0.298083] ACPI: Using IOAPIC for interrupt routing [ 0.299136] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.302489] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.303616] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.304838] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.306018] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.308244] acpiphp: Slot [3] registered [ 0.309043] acpiphp: Slot [4] registered [ 0.309837] acpiphp: Slot [5] registered [ 0.310629] acpiphp: Slot [6] registered [ 0.311420] acpiphp: Slot [7] registered [ 0.312212] acpiphp: Slot [8] registered [ 0.313007] acpiphp: Slot [9] registered [ 0.313798] acpiphp: Slot [10] registered [ 0.324668] acpiphp: Slot [11] registered [ 0.325478] acpiphp: Slot [12] registered [ 0.326281] acpiphp: Slot [13] registered [ 0.327080] acpiphp: Slot [14] registered [ 0.327878] acpiphp: Slot [15] registered [ 0.328683] acpiphp: Slot [16] registered [ 0.329487] acpiphp: Slot [17] registered [ 0.330292] acpiphp: Slot [18] registered [ 0.331093] acpiphp: Slot [19] registered [ 0.331903] acpiphp: Slot [20] registered [ 0.332708] acpiphp: Slot [21] registered [ 0.333511] acpiphp: Slot [22] registered [ 0.334317] acpiphp: Slot [23] registered [ 0.335122] acpiphp: Slot [24] registered [ 0.335924] acpiphp: Slot [25] registered [ 0.336732] acpiphp: Slot [26] registered [ 0.337532] acpiphp: Slot [27] registered [ 0.338346] acpiphp: Slot [28] registered [ 0.339150] acpiphp: Slot [29] registered [ 0.339952] acpiphp: Slot [30] registered [ 0.340762] acpiphp: Slot [31] registered [ 0.341556] PCI host bridge to bus 0000:00 [ 0.342360] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.343559] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.344765] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.346204] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.347635] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.354020] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.355284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.356440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.357690] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.364734] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.366165] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.414145] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.415642] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.417060] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.418453] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.419825] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.421853] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.423015] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.424070] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.425612] vgaarb: loaded [ 0.426214] vgaarb: bridge control possible 0000:00:02.0 [ 0.427358] SCSI subsystem initialized [ 0.428198] ACPI: bus type USB registered [ 0.429010] usbcore: registered new interface driver usbfs [ 0.430036] usbcore: registered new interface driver hub [ 0.431038] usbcore: registered new device driver usb [ 0.432164] PCI: Using ACPI for IRQ routing [ 0.433184] NetLabel: Initializing [ 0.433895] NetLabel: domain hash size = 128 [ 0.434742] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.435678] NetLabel: unlabeled traffic allowed by default [ 0.436818] clocksource: Switched to clocksource kvm-clock [ 0.442696] AppArmor: AppArmor Filesystem Enabled [ 0.443649] pnp: PnP ACPI init [ 0.444573] pnp: PnP ACPI: found 5 devices [ 0.451961] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.453658] NET: Registered protocol family 2 [ 0.454640] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.455907] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.457066] TCP: Hash tables configured (established 2048 bind 2048) [ 0.458222] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.459286] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.460436] NET: Registered protocol family 1 [ 0.461296] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.462382] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.463440] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.482027] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.500859] Trying to unpack rootfs image as initramfs... [ 0.551522] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.566367] Scanning for low memory corruption every 60 seconds [ 0.567859] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.569038] audit: initializing netlink subsys (disabled) [ 0.570070] audit: type=2000 audit(1538667358.407:1): initialized [ 0.571381] Initialise system trusted keyring [ 0.572340] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.573530] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.575700] zbud: loaded [ 0.576433] VFS: Disk quotas dquot_6.6.0 [ 0.577281] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.578854] fuse init (API version 7.23) [ 0.579761] Key type big_key registered [ 0.580556] Allocating IMA MOK and blacklist keyrings. [ 0.581826] Key type asymmetric registered [ 0.582648] Asymmetric key parser 'x509' registered [ 0.583621] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.585101] io scheduler noop registered [ 0.585895] io scheduler deadline registered (default) [ 0.586878] io scheduler cfq registered [ 0.587709] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.588767] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.590040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.591480] ACPI: Power Button [PWRF] [ 0.592341] GHES: HEST is not enabled! [ 0.610705] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.647823] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.650148] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.674127] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.676660] Linux agpgart interface v0.103 [ 0.679049] brd: module loaded [ 0.680643] loop: module loaded [ 0.686138] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.687578] GPT:90111 != 20971519 [ 0.688261] GPT:Alternate GPT header not at the end of the disk. [ 0.689372] GPT:90111 != 20971519 [ 0.690059] GPT: Use GNU Parted to correct GPT errors. [ 0.691012] vda: vda1 vda15 [ 0.692447] scsi host0: ata_piix [ 0.693267] scsi host1: ata_piix [ 0.693972] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.695182] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.696785] libphy: Fixed MDIO Bus: probed [ 0.697616] tun: Universal TUN/TAP device driver, 1.6 [ 0.698566] tun: (C) 1999-2004 Max Krasnyansky [ 0.700496] PPP generic driver version 2.4.2 [ 0.701406] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.702646] ehci-pci: EHCI PCI platform driver [ 0.703510] ehci-platform: EHCI generic platform driver [ 0.704484] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.705614] ohci-pci: OHCI PCI platform driver [ 0.706489] ohci-platform: OHCI generic platform driver [ 0.707466] uhci_hcd: USB Universal Host Controller Interface driver [ 0.726084] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.727090] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.728519] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.729520] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.730694] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.732170] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.733772] usb usb1: Product: UHCI Host Controller [ 0.734839] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.736206] usb usb1: SerialNumber: 0000:00:01.2 [ 0.737333] hub 1-0:1.0: USB hub found [ 0.738195] hub 1-0:1.0: 2 ports detected [ 0.739156] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.741555] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.742587] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.743861] mousedev: PS/2 mouse device common for all mice [ 0.745150] rtc_cmos 00:00: RTC can wake from S4 [ 0.746665] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.748529] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750024] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.751382] i2c /dev entries driver [ 0.752137] device-mapper: uevent: version 1.0.3 [ 0.753090] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.754707] ledtrig-cpu: registered to indicate activity on CPUs [ 0.756049] NET: Registered protocol family 10 [ 0.757068] NET: Registered protocol family 17 [ 0.757947] Key type dns_resolver registered [ 0.758889] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.760216] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.761324] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.763059] registered taskstats version 1 [ 0.763904] Loading compiled-in X.509 certificates [ 0.765343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.767182] zswap: loaded using pool lzo/zbud [ 0.768664] Key type trusted registered [ 0.770431] Key type encrypted registered [ 0.771275] AppArmor: AppArmor sha1 policy hashing enabled [ 0.772288] ima: No TPM chip found, activating TPM-bypass! [ 0.773345] evm: HMAC attrs: 0x1 [ 0.774287] Magic number: 6:943:587 [ 0.775045] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:816 [ 0.787121] rtc_cmos 00:00: setting system clock to 2018-10-04 15:35:58 UTC (1538667358) [ 0.788783] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.789920] EDD information not available. [ 0.850044] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.851634] Write protecting the kernel read-only data: 14336k [ 0.853287] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.855086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.19 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.409034] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.1.7... Lease of 10.55.1.7 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.38. iid=i-0000010b 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=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.912 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpD8ocNQ3w+xZtn19cFTNA3jSzWAOo7ipViWhz/Svn8r7ieX5kmsjRkq+jSP7DtbfalEPDEC7jO0DDYQNERLhEJyqfB1d4nPEcq/f03Mv78H3bQ+//58lJQJ0moTd52RnocbRpq8EMSqWAMKAgRXcm1h3kiomo8sxWIDY3R2LvEQQCQenz4jx8iu+Yqf4DVMgpypBKJeZ9LH0WcT4qDF8LAPxAF4FdlFp4Xt9GYVKI6v0+J1FvqAEG34CXNkY4Ns0TgLVGuiZigs8ut5Gxc2eNjGOiRaY9dOmvcFVw0DvHaU38OCxIvXssnD1nwJY0CRMQe6nkbjz9Gl57dpUgBrXV root@createinstancesinglenetworktests-4a009ee8-df31-4c3f-b1d1-b8c63c ssh-dss AAAAB3NzaC1kc3MAAACBAMeSrh5m/nesqJsCorri1Jtgk95tQJ1AWMdKi+vEmb/ea+Hl3Z3jYJf+EZUPAAGviGSo4jiMqNauPbwSosdHpFXtNTdXxJPcLgoHxhHJZLEiVwz9Rfch805XvUdgPWy/LOdxVZRYz+4qBm0jwi/dXhr2qPc96CdbDR2FVKPbA4lTAAAAFQCkeYy3iRzNrYhoql278jvprjjBmwAAAIAOpys0aJOY3g2v0vhcSDU0FYY3izwofB8y/L0TPYuX9ms7f0FZDD/kXbejP+PA4rtFVd52c7T8VopkV5FwHBjBjZAGbcIszDbFVSVJNibthpzlwd0kVJ+me9uKrsMBkIYST529mDARgaUw5qV1lyen2H8ZVd4hzBDYAol5HOHRiAAAAIEAgcLDd7Xb4OJNY05e92W2beJ52p4vPpLSZ1YYsftrRxNfqJBB/2L6U8jrDuLiyYoWRbx9t3+D9bq7fZJU81L+vcwe5VPj8yp0u3GgHkMdKE6KyQU6MwSJS5RvpTyV3fu7DJ1liwAFqD6gos8LJ3dx0Cj9kiWJJPoeYa0GAZPzWFU= root@createinstancesinglenetworktests-4a009ee8-df31-4c3f-b1d1-b8c63c -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.7,24,fe80::f816:3eff:fe51:520/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.7 ip-route:169.254.169.254 via 10.55.1.3 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000010b name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-4a009ee8-df31-4c3f-b1d1-b8c63c launch-index: 0 === cirros: current=0.4.0 uptime=3.42 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-4a009ee8-df31-4c3f-b1d1-b8c63c login: 2018-10-04 15:36:11,768 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:12,140 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a5290c2-05b9-44f4-bda1-5cac5e9730ff x-compute-request-id: req-8a5290c2-05b9-44f4-bda1-5cac5e9730ff Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:05:20", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:05:20", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "bookmark"}], "image": {"id": "6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "links": [{"href": "http://172.30.9.23:8774/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:35:57.000000", "flavor": {"id": "d5e62655-6bce-49c3-8880-f37f46e9b047", "links": [{"href": "http://172.30.9.23:8774/flavors/d5e62655-6bce-49c3-8880-f37f46e9b047", "rel": "bookmark"}]}, "id": "a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp"}, {"name": "default"}], "user_id": "ce3f7a9053534913bde34be290e6e04e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:35:59Z", "hostId": "ea5662f56f8514753d77a0d23eeb5170afb83e703009bf7d49862439", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-kp", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst", "created": "2018-10-04T15:35:52Z", "tenant_id": "47e9379031714e609cbd08d8db023029", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:36:12,140 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 used request id req-8a5290c2-05b9-44f4-bda1-5cac5e9730ff 2018-10-04 15:36:12,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:12,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f0ef1b14-5e09-40eb-8392-3b023bcc29e8 Date: Thu, 04 Oct 2018 15:36:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e7718fba-0d60-4dbf-a0b4-a0d11a03d590"],"updated_at":"2018-10-04T15:35:29Z","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"47e9379031714e609cbd08d8db023029","id":"d5a40c42-2867-42f1-b802-203abc1f5e52","name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net"}]} 2018-10-04 15:36:12,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net used request id req-f0ef1b14-5e09-40eb-8392-3b023bcc29e8 2018-10-04 15:36:12,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:12,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e5db965-8121-4284-a05c-f6185e7d9248 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029"}, "enabled": true, "id": "47e9379031714e609cbd08d8db023029", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj"}} 2018-10-04 15:36:12,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 used request id req-7e5db965-8121-4284-a05c-f6185e7d9248 2018-10-04 15:36:12,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:12,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-738e8ec4-b23d-420b-8e90-b7873cfcbd85 Date: Thu, 04 Oct 2018 15:36:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:29Z","dns_nameservers":[],"updated_at":"2018-10-04T15:35:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"47e9379031714e609cbd08d8db023029","id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-subnet"}]} 2018-10-04 15:36:12,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 used request id req-738e8ec4-b23d-420b-8e90-b7873cfcbd85 2018-10-04 15:36:12,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:12,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-7a619ed0-8029-4eca-9d35-a0d0d24678bb Date: Thu, 04 Oct 2018 15:36:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:35:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.2"}],"id":"0817ec5f-b947-4453-9ce6-547e45894617","security_groups":[],"mac_address":"fa:16:3e:f1:92:c8","project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d5a40c42-2867-42f1-b802-203abc1f5e52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:35:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.4"}],"id":"0c2d5c38-2435-40ef-b792-7ecc03fddf5e","security_groups":[],"mac_address":"fa:16:3e:c3:50:69","project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d5a40c42-2867-42f1-b802-203abc1f5e52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:35:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.3"}],"id":"8474340c-5272-4d52-899a-69f9b4808b2e","security_groups":[],"mac_address":"fa:16:3e:07:f6:4a","project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d5a40c42-2867-42f1-b802-203abc1f5e52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:35:51Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.1"}],"id":"92d7d144-a7ea-483b-b0f0-15cb14accbb5","security_groups":[],"mac_address":"fa:16:3e:4a:0c:eb","project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:37Z","binding:vnic_type":"normal","device_id":"78b7750d-48e3-437d-ae20-7e684f8b33aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:36:03Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.7"}],"id":"ac1c7179-c1f5-4179-a683-70e196edbde2","security_groups":["50104133-b830-47cc-91fd-9dd0c107fc02","d3c2eefd-40cf-4a42-b0e7-e19835caaea5"],"mac_address":"fa:16:3e:51:05:20","project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680port-1","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:48Z","binding:vnic_type":"normal","device_id":"a96f4f31-8f98-4620-a02b-bfbad93d7bd1"}]} 2018-10-04 15:36:12,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 used request id req-7a619ed0-8029-4eca-9d35-a0d0d24678bb 2018-10-04 15:36:12,512 - create_instance - INFO - Checking if VM is active 2018-10-04 15:36:12,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:12,837 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36: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-141ad46f-c562-4d5c-82cc-7fccc47af455 x-compute-request-id: req-141ad46f-c562-4d5c-82cc-7fccc47af455 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:05:20", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:05:20", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "bookmark"}], "image": {"id": "6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "links": [{"href": "http://172.30.9.23:8774/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:35:57.000000", "flavor": {"id": "d5e62655-6bce-49c3-8880-f37f46e9b047", "links": [{"href": "http://172.30.9.23:8774/flavors/d5e62655-6bce-49c3-8880-f37f46e9b047", "rel": "bookmark"}]}, "id": "a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp"}, {"name": "default"}], "user_id": "ce3f7a9053534913bde34be290e6e04e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:35:59Z", "hostId": "ea5662f56f8514753d77a0d23eeb5170afb83e703009bf7d49862439", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-kp", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst", "created": "2018-10-04T15:35:52Z", "tenant_id": "47e9379031714e609cbd08d8db023029", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:36:12,837 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 used request id req-141ad46f-c562-4d5c-82cc-7fccc47af455 2018-10-04 15:36:12,837 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst] is - ACTIVE 2018-10-04 15:36:12,838 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:36:12,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:13,310 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36: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-ebedf414-714e-4467-88c2-633f9e9f8856 x-compute-request-id: req-ebedf414-714e-4467-88c2-633f9e9f8856 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:05:20", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:05:20", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "bookmark"}], "image": {"id": "6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "links": [{"href": "http://172.30.9.23:8774/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:35:57.000000", "flavor": {"id": "d5e62655-6bce-49c3-8880-f37f46e9b047", "links": [{"href": "http://172.30.9.23:8774/flavors/d5e62655-6bce-49c3-8880-f37f46e9b047", "rel": "bookmark"}]}, "id": "a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp"}, {"name": "default"}], "user_id": "ce3f7a9053534913bde34be290e6e04e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:35:59Z", "hostId": "ea5662f56f8514753d77a0d23eeb5170afb83e703009bf7d49862439", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-kp", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst", "created": "2018-10-04T15:35:52Z", "tenant_id": "47e9379031714e609cbd08d8db023029", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:36:13,310 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 used request id req-ebedf414-714e-4467-88c2-633f9e9f8856 2018-10-04 15:36:13,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:13,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ba1a7db9-b815-4f0c-ab7a-9767f37b09d1 Date: Thu, 04 Oct 2018 15:36:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e7718fba-0d60-4dbf-a0b4-a0d11a03d590"],"updated_at":"2018-10-04T15:35:29Z","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"47e9379031714e609cbd08d8db023029","id":"d5a40c42-2867-42f1-b802-203abc1f5e52","name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net"}]} 2018-10-04 15:36:13,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net used request id req-ba1a7db9-b815-4f0c-ab7a-9767f37b09d1 2018-10-04 15:36:13,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:13,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3896ae98-6ba8-4b59-8faf-52991844473e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029"}, "enabled": true, "id": "47e9379031714e609cbd08d8db023029", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj"}} 2018-10-04 15:36:13,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 used request id req-3896ae98-6ba8-4b59-8faf-52991844473e 2018-10-04 15:36:13,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:13,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0bbb5f8d-ce22-4249-8234-9f9fb9dd7a0b Date: Thu, 04 Oct 2018 15:36:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:29Z","dns_nameservers":[],"updated_at":"2018-10-04T15:35:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"47e9379031714e609cbd08d8db023029","id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-subnet"}]} 2018-10-04 15:36:13,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 used request id req-0bbb5f8d-ce22-4249-8234-9f9fb9dd7a0b 2018-10-04 15:36:13,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:13,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-08a5c91e-e3f4-414f-a345-36edbe04046c Date: Thu, 04 Oct 2018 15:36:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:35:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.2"}],"id":"0817ec5f-b947-4453-9ce6-547e45894617","security_groups":[],"mac_address":"fa:16:3e:f1:92:c8","project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d5a40c42-2867-42f1-b802-203abc1f5e52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:35:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.4"}],"id":"0c2d5c38-2435-40ef-b792-7ecc03fddf5e","security_groups":[],"mac_address":"fa:16:3e:c3:50:69","project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d5a40c42-2867-42f1-b802-203abc1f5e52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:35:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.3"}],"id":"8474340c-5272-4d52-899a-69f9b4808b2e","security_groups":[],"mac_address":"fa:16:3e:07:f6:4a","project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d5a40c42-2867-42f1-b802-203abc1f5e52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:35:51Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.1"}],"id":"92d7d144-a7ea-483b-b0f0-15cb14accbb5","security_groups":[],"mac_address":"fa:16:3e:4a:0c:eb","project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:37Z","binding:vnic_type":"normal","device_id":"78b7750d-48e3-437d-ae20-7e684f8b33aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:36:03Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e7718fba-0d60-4dbf-a0b4-a0d11a03d590","ip_address":"10.55.1.7"}],"id":"ac1c7179-c1f5-4179-a683-70e196edbde2","security_groups":["50104133-b830-47cc-91fd-9dd0c107fc02","d3c2eefd-40cf-4a42-b0e7-e19835caaea5"],"mac_address":"fa:16:3e:51:05:20","project_id":"47e9379031714e609cbd08d8db023029","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680port-1","admin_state_up":true,"network_id":"d5a40c42-2867-42f1-b802-203abc1f5e52","tenant_id":"47e9379031714e609cbd08d8db023029","created_at":"2018-10-04T15:35:48Z","binding:vnic_type":"normal","device_id":"a96f4f31-8f98-4620-a02b-bfbad93d7bd1"}]} 2018-10-04 15:36:13,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d5a40c42-2867-42f1-b802-203abc1f5e52 used request id req-08a5c91e-e3f4-414f-a345-36edbe04046c 2018-10-04 15:36:13,668 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:36:13,672 - paramiko.transport - DEBUG - starting thread (client mode): 0xb794e3d0L 2018-10-04 15:36:13,673 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:36:13,673 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-04 15:36:13,673 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 15:36:13,674 - 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-10-04 15:36:13,675 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:36:13,675 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-04 15:36:13,675 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:36:13,675 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:36:13,675 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:36:13,692 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:36:13,693 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:36:13,705 - paramiko.transport - DEBUG - Trying key 287caeb0062e76252e9993797499ca5c from tmp/CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680 2018-10-04 15:36:13,733 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:36:13,737 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:36:13,837 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:36:13,851 - create_instance - INFO - SSH is active for VM instance 2018-10-04 15:36:13,852 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:36:13,853 - paramiko.transport - DEBUG - starting thread (client mode): 0xb794e850L 2018-10-04 15:36:13,854 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:36:13,854 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-04 15:36:13,854 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 15:36:13,855 - 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-10-04 15:36:13,855 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:36:13,856 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-04 15:36:13,856 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:36:13,856 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:36:13,856 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:36:13,873 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:36:13,873 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:36:13,886 - paramiko.transport - DEBUG - Trying key 287caeb0062e76252e9993797499ca5c from tmp/CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680 2018-10-04 15:36:13,913 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:36:13,917 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:36:13,918 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 15:36:13,919 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-04 15:36:13,919 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 15:36:13,921 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 15:36:13,923 - create_instance - INFO - Deleting Floating IP - 172.30.9.205 2018-10-04 15:36:13,923 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.205 2018-10-04 15:36:13,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/floatingips/b2e478d4-d104-432b-89f9-57801fdb5632 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:14,916 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cc114967-14db-4832-a2c2-bec8089474ee Content-Length: 0 Date: Thu, 04 Oct 2018 15:36:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:36:14,916 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/b2e478d4-d104-432b-89f9-57801fdb5632 used request id req-cc114967-14db-4832-a2c2-bec8089474ee 2018-10-04 15:36:14,917 - create_instance - INFO - Deleting Port with ID - ac1c7179-c1f5-4179-a683-70e196edbde2 2018-10-04 15:36:14,917 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680port-1 2018-10-04 15:36:14,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/ac1c7179-c1f5-4179-a683-70e196edbde2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:15,447 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5aeca665-a2b7-4256-8494-ba11f0c276b7 Date: Thu, 04 Oct 2018 15:36:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:36:15,447 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/ac1c7179-c1f5-4179-a683-70e196edbde2 used request id req-5aeca665-a2b7-4256-8494-ba11f0c276b7 2018-10-04 15:36:15,447 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst 2018-10-04 15:36:15,450 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:15,634 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15: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-ceac5ebc-dc8d-445f-9c74-6561571aef3d x-compute-request-id: req-ceac5ebc-dc8d-445f-9c74-6561571aef3d Content-Type: application/json 2018-10-04 15:36:15,634 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 used request id req-ceac5ebc-dc8d-445f-9c74-6561571aef3d 2018-10-04 15:36:15,634 - create_instance - INFO - Checking deletion status 2018-10-04 15:36:15,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:15,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-6e0c8db9-be9d-4d00-ad03-bc1d401b5492 x-compute-request-id: req-6e0c8db9-be9d-4d00-ad03-bc1d401b5492 Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "bookmark"}], "image": {"id": "6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "links": [{"href": "http://172.30.9.23:8774/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:35:57.000000", "flavor": {"id": "d5e62655-6bce-49c3-8880-f37f46e9b047", "links": [{"href": "http://172.30.9.23:8774/flavors/d5e62655-6bce-49c3-8880-f37f46e9b047", "rel": "bookmark"}]}, "id": "a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "user_id": "ce3f7a9053534913bde34be290e6e04e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:36:15Z", "hostId": "ea5662f56f8514753d77a0d23eeb5170afb83e703009bf7d49862439", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-kp", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst", "created": "2018-10-04T15:35:52Z", "tenant_id": "47e9379031714e609cbd08d8db023029", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:36:15,876 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 used request id req-6e0c8db9-be9d-4d00-ad03-bc1d401b5492 2018-10-04 15:36:15,876 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst] is - ACTIVE 2018-10-04 15:36:15,877 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:36:18,879 - create_instance - DEBUG - VM status query timeout in 296.755629063 2018-10-04 15:36:18,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:19,528 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-f89d48f4-7b2e-4881-96f4-805125860f9b x-compute-request-id: req-f89d48f4-7b2e-4881-96f4-805125860f9b Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "rel": "bookmark"}], "image": {"id": "6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "links": [{"href": "http://172.30.9.23:8774/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:35:57.000000", "flavor": {"id": "d5e62655-6bce-49c3-8880-f37f46e9b047", "links": [{"href": "http://172.30.9.23:8774/flavors/d5e62655-6bce-49c3-8880-f37f46e9b047", "rel": "bookmark"}]}, "id": "a96f4f31-8f98-4620-a02b-bfbad93d7bd1", "user_id": "ce3f7a9053534913bde34be290e6e04e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:36:15Z", "hostId": "ea5662f56f8514753d77a0d23eeb5170afb83e703009bf7d49862439", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-kp", "name": "CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst", "created": "2018-10-04T15:35:52Z", "tenant_id": "47e9379031714e609cbd08d8db023029", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:36:19,528 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 used request id req-f89d48f4-7b2e-4881-96f4-805125860f9b 2018-10-04 15:36:19,528 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst] is - ACTIVE 2018-10-04 15:36:19,529 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:36:22,532 - create_instance - DEBUG - VM status query timeout in 293.102865219 2018-10-04 15:36:22,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aba403daca3aa3ae48f7022b7a4bbcb02391143" 2018-10-04 15:36:22,578 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:36:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-965706b5-c85f-4f81-8641-71171cdfe262 x-compute-request-id: req-965706b5-c85f-4f81-8641-71171cdfe262 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance a96f4f31-8f98-4620-a02b-bfbad93d7bd1 could not be found.", "code": 404}} 2018-10-04 15:36:22,578 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a96f4f31-8f98-4620-a02b-bfbad93d7bd1 used request id req-965706b5-c85f-4f81-8641-71171cdfe262 2018-10-04 15:36:22,578 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance a96f4f31-8f98-4620-a02b-bfbad93d7bd1 could not be found. (HTTP 404) (Request-ID: req-965706b5-c85f-4f81-8641-71171cdfe262) 2018-10-04 15:36:22,579 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-inst 2018-10-04 15:36:22,580 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-kp 2018-10-04 15:36:22,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b897e10a491d50f794b89c70f427909c06973b84" 2018-10-04 15:36:22,620 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:36:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3a7c3e99-e3ae-4d4d-a8af-31cccc14ecb9 x-compute-request-id: req-3a7c3e99-e3ae-4d4d-a8af-31cccc14ecb9 Content-Length: 0 Content-Type: application/json 2018-10-04 15:36:22,620 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-kp used request id req-3a7c3e99-e3ae-4d4d-a8af-31cccc14ecb9 2018-10-04 15:36:22,621 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680.pub] 2018-10-04 15:36:22,621 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680] 2018-10-04 15:36:22,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/d5e62655-6bce-49c3-8880-f37f46e9b047 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63f0a5476b816829ce841f397ca716f19984d1e" 2018-10-04 15:36:22,669 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:36:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cc446466-661e-4eae-9675-de2be7e593d2 x-compute-request-id: req-cc446466-661e-4eae-9675-de2be7e593d2 Content-Length: 0 Content-Type: application/json 2018-10-04 15:36:22,669 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/d5e62655-6bce-49c3-8880-f37f46e9b047 used request id req-cc446466-661e-4eae-9675-de2be7e593d2 2018-10-04 15:36:22,670 - neutron_utils - INFO - Deleting security group rule with ID - 69a8c0a4-bbbd-4534-bbcc-e86e7c2dc5c5 2018-10-04 15:36:22,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/69a8c0a4-bbbd-4534-bbcc-e86e7c2dc5c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938d342fede4c7ffda9c333167d859136f49582b" 2018-10-04 15:36:23,307 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-20c8125d-82f1-464a-9149-143b6893d3d5 Content-Length: 0 Date: Thu, 04 Oct 2018 15:36:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:36:23,307 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/69a8c0a4-bbbd-4534-bbcc-e86e7c2dc5c5 used request id req-20c8125d-82f1-464a-9149-143b6893d3d5 2018-10-04 15:36:23,307 - neutron_utils - INFO - Deleting security group rule with ID - 01e5a3b0-98b1-4d07-9f59-bb98fe2c8d05 2018-10-04 15:36:23,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/01e5a3b0-98b1-4d07-9f59-bb98fe2c8d05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938d342fede4c7ffda9c333167d859136f49582b" 2018-10-04 15:36:23,576 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d1d40b2c-7d91-4dca-a2c5-fe362ab0a38f Content-Length: 0 Date: Thu, 04 Oct 2018 15:36:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:36:23,576 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/01e5a3b0-98b1-4d07-9f59-bb98fe2c8d05 used request id req-d1d40b2c-7d91-4dca-a2c5-fe362ab0a38f 2018-10-04 15:36:23,577 - neutron_utils - INFO - Deleting security group rule with ID - c4c73faa-e21d-416a-a601-911c02d8a9f2 2018-10-04 15:36:23,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/c4c73faa-e21d-416a-a601-911c02d8a9f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938d342fede4c7ffda9c333167d859136f49582b" 2018-10-04 15:36:23,821 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-64281b8a-5667-4aad-a05d-adaa51b0b808 Content-Length: 0 Date: Thu, 04 Oct 2018 15:36:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:36:23,821 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/c4c73faa-e21d-416a-a601-911c02d8a9f2 used request id req-64281b8a-5667-4aad-a05d-adaa51b0b808 2018-10-04 15:36:23,822 - neutron_utils - INFO - Deleting security group rule with ID - eae4bf99-eace-409f-b979-fcc9c34e5591 2018-10-04 15:36:23,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/eae4bf99-eace-409f-b979-fcc9c34e5591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938d342fede4c7ffda9c333167d859136f49582b" 2018-10-04 15:36:24,545 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bdc2407d-de79-407d-ab51-bf3892d05f8d Content-Length: 0 Date: Thu, 04 Oct 2018 15:36:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:36:24,545 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/eae4bf99-eace-409f-b979-fcc9c34e5591 used request id req-bdc2407d-de79-407d-ab51-bf3892d05f8d 2018-10-04 15:36:24,546 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-sec-grp 2018-10-04 15:36:24,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/50104133-b830-47cc-91fd-9dd0c107fc02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938d342fede4c7ffda9c333167d859136f49582b" 2018-10-04 15:36:24,847 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-67393e9f-9371-4dd7-a3ee-61033dc00e31 Content-Length: 0 Date: Thu, 04 Oct 2018 15:36:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:36:24,847 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/50104133-b830-47cc-91fd-9dd0c107fc02 used request id req-67393e9f-9371-4dd7-a3ee-61033dc00e31 2018-10-04 15:36:24,848 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-router and subnet CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-subnet 2018-10-04 15:36:24,848 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-router 2018-10-04 15:36:24,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/78b7750d-48e3-437d-ae20-7e684f8b33aa/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b888bba4babb2b44b7d0bdcc965eed1b2e59463" -d '{"subnet_id": "e7718fba-0d60-4dbf-a0b4-a0d11a03d590"}' 2018-10-04 15:36:26,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ad7f3567-0957-432c-b750-1dddbf2dc332 Date: Thu, 04 Oct 2018 15:36:26 GMT RESP BODY: {"network_id": "d5a40c42-2867-42f1-b802-203abc1f5e52", "tenant_id": "47e9379031714e609cbd08d8db023029", "subnet_id": "e7718fba-0d60-4dbf-a0b4-a0d11a03d590", "subnet_ids": ["e7718fba-0d60-4dbf-a0b4-a0d11a03d590"], "port_id": "92d7d144-a7ea-483b-b0f0-15cb14accbb5", "id": "78b7750d-48e3-437d-ae20-7e684f8b33aa"} 2018-10-04 15:36:26,196 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/78b7750d-48e3-437d-ae20-7e684f8b33aa/remove_router_interface used request id req-ad7f3567-0957-432c-b750-1dddbf2dc332 2018-10-04 15:36:26,197 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-router 2018-10-04 15:36:26,197 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-router 2018-10-04 15:36:26,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/78b7750d-48e3-437d-ae20-7e684f8b33aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b888bba4babb2b44b7d0bdcc965eed1b2e59463" 2018-10-04 15:36:29,796 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e869db9b-e123-498a-bc6c-d92e18d410ad Content-Length: 0 Date: Thu, 04 Oct 2018 15:36:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:36:29,797 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/78b7750d-48e3-437d-ae20-7e684f8b33aa used request id req-e869db9b-e123-498a-bc6c-d92e18d410ad 2018-10-04 15:36:29,798 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-subnet 2018-10-04 15:36:29,798 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-subnet 2018-10-04 15:36:29,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/e7718fba-0d60-4dbf-a0b4-a0d11a03d590 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75954b600bc2987f4009b1501cf2cb8777eb879e" 2018-10-04 15:36:32,257 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-65afe949-90a4-4a3f-bd25-6a90b1a9e99f Date: Thu, 04 Oct 2018 15:36:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:36:32,257 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/e7718fba-0d60-4dbf-a0b4-a0d11a03d590 used request id req-65afe949-90a4-4a3f-bd25-6a90b1a9e99f 2018-10-04 15:36:32,257 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-pub-net 2018-10-04 15:36:32,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/d5a40c42-2867-42f1-b802-203abc1f5e52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75954b600bc2987f4009b1501cf2cb8777eb879e" 2018-10-04 15:36:33,525 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5407f358-ffb0-421a-a496-530115268f4c Date: Thu, 04 Oct 2018 15:36:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:36:33,525 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d5a40c42-2867-42f1-b802-203abc1f5e52 used request id req-5407f358-ffb0-421a-a496-530115268f4c 2018-10-04 15:36:33,526 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-4a009ee8-df31-4c3f-b1d1-b8c63c26c680-image 2018-10-04 15:36:33,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4755d7bb6aca0b5e6d09e314eef10726fc8156ad" 2018-10-04 15:36:34,297 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a88dd957-c3ca-4dac-9acc-8e74f895fb57 Date: Thu, 04 Oct 2018 15:36:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:36:34,297 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/6d15a4c7-df0f-43c8-9a5f-9c562eda1807 used request id req-a88dd957-c3ca-4dac-9acc-8e74f895fb57 2018-10-04 15:36:34,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd22426aae31f04987faeacd0b6d372b383499db" 2018-10-04 15:36:34,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ee015e1e-c69d-47e1-b1c8-9529009ff522 Date: Thu, 04 Oct 2018 15:36:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:27Z", "updated_at": "2018-10-04T15:35:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:35:27Z", "revision_number": 0, "id": "1e6b100e-51ae-4afd-920e-819080c1dfd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:35:27Z", "security_group_id": "d3c2eefd-40cf-4a42-b0e7-e19835caaea5", "tenant_id": "47e9379031714e609cbd08d8db023029", "port_range_min": null, "ethertype": "IPv4", "project_id": "47e9379031714e609cbd08d8db023029"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:35:27Z", "revision_number": 0, "id": "59798d14-f3a4-4476-94b0-3e77cab032e6", "remote_group_id": "d3c2eefd-40cf-4a42-b0e7-e19835caaea5", "remote_ip_prefix": null, "created_at": "2018-10-04T15:35:27Z", "security_group_id": "d3c2eefd-40cf-4a42-b0e7-e19835caaea5", "tenant_id": "47e9379031714e609cbd08d8db023029", "port_range_min": null, "ethertype": "IPv4", "project_id": "47e9379031714e609cbd08d8db023029"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:35:27Z", "revision_number": 0, "id": "dac0f27a-f74b-4ab6-bfda-50f80d8d1dd7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:35:27Z", "security_group_id": "d3c2eefd-40cf-4a42-b0e7-e19835caaea5", "tenant_id": "47e9379031714e609cbd08d8db023029", "port_range_min": null, "ethertype": "IPv6", "project_id": "47e9379031714e609cbd08d8db023029"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:35:27Z", "revision_number": 0, "id": "f8ab4776-14fe-4fc1-84da-deedbe058a98", "remote_group_id": "d3c2eefd-40cf-4a42-b0e7-e19835caaea5", "remote_ip_prefix": null, "created_at": "2018-10-04T15:35:27Z", "security_group_id": "d3c2eefd-40cf-4a42-b0e7-e19835caaea5", "tenant_id": "47e9379031714e609cbd08d8db023029", "port_range_min": null, "ethertype": "IPv6", "project_id": "47e9379031714e609cbd08d8db023029"}], "revision_number": 4, "project_id": "47e9379031714e609cbd08d8db023029", "id": "d3c2eefd-40cf-4a42-b0e7-e19835caaea5", "name": "default"}]} 2018-10-04 15:36:34,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-ee015e1e-c69d-47e1-b1c8-9529009ff522 2018-10-04 15:36:34,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd22426aae31f04987faeacd0b6d372b383499db" 2018-10-04 15:36:35,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc220515-5b12-4e3f-b60b-dc025fdb04ce Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:36:35,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-dc220515-5b12-4e3f-b60b-dc025fdb04ce 2018-10-04 15:36:35,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd22426aae31f04987faeacd0b6d372b383499db" 2018-10-04 15:36:35,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48fa78e9-83bb-47e4-acc6-d5e2c33c6185 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:36:35,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-48fa78e9-83bb-47e4-acc6-d5e2c33c6185 2018-10-04 15:36:35,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd22426aae31f04987faeacd0b6d372b383499db" 2018-10-04 15:36:35,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09a98752-ed6b-49cb-bc15-f7cccfa1ca83 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:36:35,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-09a98752-ed6b-49cb-bc15-f7cccfa1ca83 2018-10-04 15:36:35,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd22426aae31f04987faeacd0b6d372b383499db" 2018-10-04 15:36:35,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f5f7a52-fd20-469a-92e1-52b2daa36239 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029"}, "enabled": true, "id": "47e9379031714e609cbd08d8db023029", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj"}} 2018-10-04 15:36:35,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 used request id req-7f5f7a52-fd20-469a-92e1-52b2daa36239 2018-10-04 15:36:35,314 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d3c2eefd-40cf-4a42-b0e7-e19835caaea5 2018-10-04 15:36:35,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d3c2eefd-40cf-4a42-b0e7-e19835caaea5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd22426aae31f04987faeacd0b6d372b383499db" 2018-10-04 15:36:35,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-22ff87cb-9eee-42a1-a763-6d74c0b3f65d Date: Thu, 04 Oct 2018 15:36:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:35:27Z", "security_group_id": "d3c2eefd-40cf-4a42-b0e7-e19835caaea5", "port_range_min": null, "revision_number": 0, "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:27Z", "project_id": "47e9379031714e609cbd08d8db023029", "id": "1e6b100e-51ae-4afd-920e-819080c1dfd3"}, {"remote_group_id": "d3c2eefd-40cf-4a42-b0e7-e19835caaea5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:35:27Z", "security_group_id": "d3c2eefd-40cf-4a42-b0e7-e19835caaea5", "port_range_min": null, "revision_number": 0, "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:27Z", "project_id": "47e9379031714e609cbd08d8db023029", "id": "59798d14-f3a4-4476-94b0-3e77cab032e6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:35:27Z", "security_group_id": "d3c2eefd-40cf-4a42-b0e7-e19835caaea5", "port_range_min": null, "revision_number": 0, "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:27Z", "project_id": "47e9379031714e609cbd08d8db023029", "id": "dac0f27a-f74b-4ab6-bfda-50f80d8d1dd7"}, {"remote_group_id": "d3c2eefd-40cf-4a42-b0e7-e19835caaea5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:35:27Z", "security_group_id": "d3c2eefd-40cf-4a42-b0e7-e19835caaea5", "port_range_min": null, "revision_number": 0, "tenant_id": "47e9379031714e609cbd08d8db023029", "created_at": "2018-10-04T15:35:27Z", "project_id": "47e9379031714e609cbd08d8db023029", "id": "f8ab4776-14fe-4fc1-84da-deedbe058a98"}]} 2018-10-04 15:36:35,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d3c2eefd-40cf-4a42-b0e7-e19835caaea5 used request id req-22ff87cb-9eee-42a1-a763-6d74c0b3f65d 2018-10-04 15:36:35,524 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:36:35,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/d3c2eefd-40cf-4a42-b0e7-e19835caaea5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd22426aae31f04987faeacd0b6d372b383499db" 2018-10-04 15:36:36,204 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-968a4de7-d43f-4eb9-9f0e-0200ffe239cd Content-Length: 0 Date: Thu, 04 Oct 2018 15:36:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:36:36,205 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/d3c2eefd-40cf-4a42-b0e7-e19835caaea5 used request id req-968a4de7-d43f-4eb9-9f0e-0200ffe239cd 2018-10-04 15:36:36,205 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj 2018-10-04 15:36:36,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd22426aae31f04987faeacd0b6d372b383499db" 2018-10-04 15:36:36,407 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:36:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1446499-3397-47d2-b2a2-6379a9e5433a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:36:36,407 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/47e9379031714e609cbd08d8db023029 used request id req-e1446499-3397-47d2-b2a2-6379a9e5433a 2018-10-04 15:36:36,408 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-proj-role 2018-10-04 15:36:36,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/28b90dc6759242669c328c11ce2aa3de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd22426aae31f04987faeacd0b6d372b383499db" 2018-10-04 15:36:36,514 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:36:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6d4694a-8c6d-4bf8-a4b9-8f85c799f733 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:36:36,514 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/28b90dc6759242669c328c11ce2aa3de used request id req-c6d4694a-8c6d-4bf8-a4b9-8f85c799f733 2018-10-04 15:36:36,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd22426aae31f04987faeacd0b6d372b383499db" 2018-10-04 15:36:36,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eeea9bc3-342d-41b0-a843-2ff18248fdd2 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:36:36,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-eeea9bc3-342d-41b0-a843-2ff18248fdd2 2018-10-04 15:36:36,603 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-e05ff5ec-b7b9-4cd-user 2018-10-04 15:36:36,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/ce3f7a9053534913bde34be290e6e04e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}507e9cd0b6f9c25ebf624a8eb94f9a12138f8ac0" 2018-10-04 15:36:36,775 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:36:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-261aebd3-11e1-442c-9a91-4e0b20ea1c94 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:36:36,776 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/ce3f7a9053534913bde34be290e6e04e used request id req-261aebd3-11e1-442c-9a91-4e0b20ea1c94 2018-10-04 15:36:36,777 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:36:37,150 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:36:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["ly3vFxoTQxqO75RJmI_8RA"], "issued_at": "2018-10-04T15:36:37.000000Z"}} 2018-10-04 15:36:37,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b69da07b8cacfe7c2e70fad93505270fca504e" 2018-10-04 15:36:37,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83179d18-ed44-41ee-8fae-8eb8dcc22087 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:36:37,248 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-83179d18-ed44-41ee-8fae-8eb8dcc22087 2018-10-04 15:36:37,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:36:37,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:36:37,641 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:36:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["FBdZeQ7-TVSHmUGDW8-OxQ"], "issued_at": "2018-10-04T15:36:37.000000Z"}} 2018-10-04 15:36:37,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c531655982cef516830b61df46a61e8d740d8149" 2018-10-04 15:36:37,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4553e638-a696-4a77-9418-ab0aa2ba0427 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:36:37,720 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4553e638-a696-4a77-9418-ab0aa2ba0427 2018-10-04 15:36:37,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:36:37,731 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:36:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:36:37,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c531655982cef516830b61df46a61e8d740d8149" 2018-10-04 15:36:37,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30525e1d-16c1-4a99-9f92-6e1b471e6a19 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:36:37,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj used request id req-30525e1d-16c1-4a99-9f92-6e1b471e6a19 2018-10-04 15:36:37,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c531655982cef516830b61df46a61e8d740d8149" 2018-10-04 15:36:37,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3631ca0a-cf1a-46c0-9027-f23e60b175ba Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:36:37,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-3631ca0a-cf1a-46c0-9027-f23e60b175ba 2018-10-04 15:36:37,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c531655982cef516830b61df46a61e8d740d8149" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}}' 2018-10-04 15:36:38,028 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:36:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cea06a93-0121-4b56-badf-3f5fb18bbf5e Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6"}, "enabled": true, "id": "8011bce18b854ad9be4a10e6f95e08a6", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}} 2018-10-04 15:36:38,028 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-cea06a93-0121-4b56-badf-3f5fb18bbf5e 2018-10-04 15:36:38,028 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj 2018-10-04 15:36:38,028 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:36:38,029 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:36:38,421 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:36:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["a4p0zytOT8-GZBuCKY58IA"], "issued_at": "2018-10-04T15:36:38.000000Z"}} 2018-10-04 15:36:38,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d4665b76c86fb3e6f1e82838783e8a25dbdc603" 2018-10-04 15:36:38,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdc0eae8-e0e2-45d6-96d6-3294f1da58de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:36:38,435 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bdc0eae8-e0e2-45d6-96d6-3294f1da58de 2018-10-04 15:36:38,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:36:38,444 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:36:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:36:38,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d4665b76c86fb3e6f1e82838783e8a25dbdc603" 2018-10-04 15:36:38,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71ff5919-0a59-43c2-a24d-8aed18779bb0 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:36:38,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-71ff5919-0a59-43c2-a24d-8aed18779bb0 2018-10-04 15:36:38,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d4665b76c86fb3e6f1e82838783e8a25dbdc603" 2018-10-04 15:36:38,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6fb8209-105f-4feb-9804-49bc020bbda4 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6"}, "enabled": true, "id": "8011bce18b854ad9be4a10e6f95e08a6", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}]} 2018-10-04 15:36:38,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj used request id req-d6fb8209-105f-4feb-9804-49bc020bbda4 2018-10-04 15:36:38,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d4665b76c86fb3e6f1e82838783e8a25dbdc603" 2018-10-04 15:36:38,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ae5be39-1711-4605-bfb7-823a971bcc0b Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:36:38,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-1ae5be39-1711-4605-bfb7-823a971bcc0b 2018-10-04 15:36:39,126 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-user 2018-10-04 15:36:39,126 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:36:39,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c531655982cef516830b61df46a61e8d740d8149" 2018-10-04 15:36:39,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93645531-e50c-45bb-9014-5148336713f7 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:36:39,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-93645531-e50c-45bb-9014-5148336713f7 2018-10-04 15:36:39,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c531655982cef516830b61df46a61e8d740d8149" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj-role"}}' 2018-10-04 15:36:39,369 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:36:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06bafae2-3795-461c-9a30-da27843713f5 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "701815d5804e4786b5d8a6b2af956a2a", "links": {"self": "http://172.30.9.23:5000/v3/roles/701815d5804e4786b5d8a6b2af956a2a"}, "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj-role"}} 2018-10-04 15:36:39,369 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-06bafae2-3795-461c-9a30-da27843713f5 2018-10-04 15:36:39,369 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj-role 2018-10-04 15:36:39,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/701815d5804e4786b5d8a6b2af956a2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c531655982cef516830b61df46a61e8d740d8149" 2018-10-04 15:36:39,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-223e76b0-62dc-42d4-ac51-5aa0dc072055 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/701815d5804e4786b5d8a6b2af956a2a"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj-role", "id": "701815d5804e4786b5d8a6b2af956a2a"}} 2018-10-04 15:36:39,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/701815d5804e4786b5d8a6b2af956a2a used request id req-223e76b0-62dc-42d4-ac51-5aa0dc072055 2018-10-04 15:36:39,463 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj-role to project CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj 2018-10-04 15:36:39,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6/users/e8afd746539f457d8d2bf8ac4ef277d1/roles/701815d5804e4786b5d8a6b2af956a2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c531655982cef516830b61df46a61e8d740d8149" 2018-10-04 15:36:39,587 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:36:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3966487d-832b-49b5-bce0-39865b1dd460 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:36:39,587 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6/users/e8afd746539f457d8d2bf8ac4ef277d1/roles/701815d5804e4786b5d8a6b2af956a2a used request id req-3966487d-832b-49b5-bce0-39865b1dd460 2018-10-04 15:36:39,588 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:36:39,589 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:36:39,589 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:36:39,590 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:36:39,974 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "701815d5804e4786b5d8a6b2af956a2a", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj-role"}], "expires_at": "2018-10-04T16:36:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8011bce18b854ad9be4a10e6f95e08a6", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-user", "id": "e8afd746539f457d8d2bf8ac4ef277d1"}, "audit_ids": ["sxmL6as0RxmbcY-epR1Rjw"], "issued_at": "2018-10-04T15:36:39.000000Z"}} 2018-10-04 15:36:39,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e7da40679500bb726d2fad5521269dadd82c9c" 2018-10-04 15:36:40,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84dbe57f-c2ae-4a32-9b1a-389bc24493b4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:36:40,055 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-84dbe57f-c2ae-4a32-9b1a-389bc24493b4 2018-10-04 15:36:40,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c7e7da40679500bb726d2fad5521269dadd82c9c" 2018-10-04 15:36:40,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-a755deaa-6fba-40b5-86c7-aba4c6cb44b1 Date: Thu, 04 Oct 2018 15:36:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-image"} 2018-10-04 15:36:40,239 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-image used request id req-a755deaa-6fba-40b5-86c7-aba4c6cb44b1 2018-10-04 15:36:40,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c7e7da40679500bb726d2fad5521269dadd82c9c" 2018-10-04 15:36:40,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9826537f-16d3-4bdc-bf34-33e82fcb6803 Date: Thu, 04 Oct 2018 15:36:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:36:40,389 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-9826537f-16d3-4bdc-bf34-33e82fcb6803 2018-10-04 15:36:40,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c7e7da40679500bb726d2fad5521269dadd82c9c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-image"}' 2018-10-04 15:36:40,611 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/06314734-ad94-467a-bf59-34b498f337aa X-Openstack-Request-Id: req-f62c0ebb-732b-4a34-bc3d-924fa65e10aa Date: Thu, 04 Oct 2018 15:36:40 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:36:40Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:36:40Z", "visibility": "shared", "locations": [], "self": "/v2/images/06314734-ad94-467a-bf59-34b498f337aa", "min_disk": 0, "protected": false, "id": "06314734-ad94-467a-bf59-34b498f337aa", "file": "/v2/images/06314734-ad94-467a-bf59-34b498f337aa/file", "checksum": null, "owner": "8011bce18b854ad9be4a10e6f95e08a6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:36:40,611 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-f62c0ebb-732b-4a34-bc3d-924fa65e10aa 2018-10-04 15:36:40,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/06314734-ad94-467a-bf59-34b498f337aa/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c7e7da40679500bb726d2fad5521269dadd82c9c" -d '' 2018-10-04 15:36:41,641 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c00396fd-fbf9-4299-8d54-ba038e895fbd Date: Thu, 04 Oct 2018 15:36:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:36:41,641 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/06314734-ad94-467a-bf59-34b498f337aa/file used request id req-c00396fd-fbf9-4299-8d54-ba038e895fbd 2018-10-04 15:36:41,641 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:36:41,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/06314734-ad94-467a-bf59-34b498f337aa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c7e7da40679500bb726d2fad5521269dadd82c9c" 2018-10-04 15:36:41,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-2e19b0a4-02f7-47f9-b285-8778ffcd4f1e Date: Thu, 04 Oct 2018 15:36:41 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:36:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:36:41Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/06314734-ad94-467a-bf59-34b498f337aa/snap", "metadata": {}}], "self": "/v2/images/06314734-ad94-467a-bf59-34b498f337aa", "min_disk": 0, "protected": false, "id": "06314734-ad94-467a-bf59-34b498f337aa", "file": "/v2/images/06314734-ad94-467a-bf59-34b498f337aa/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8011bce18b854ad9be4a10e6f95e08a6", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/06314734-ad94-467a-bf59-34b498f337aa/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:36:41,808 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/06314734-ad94-467a-bf59-34b498f337aa used request id req-2e19b0a4-02f7-47f9-b285-8778ffcd4f1e 2018-10-04 15:36:41,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c7e7da40679500bb726d2fad5521269dadd82c9c" 2018-10-04 15:36:41,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6c5621f2-7892-4e2c-a12e-8c59a7863985 Date: Thu, 04 Oct 2018 15:36:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:36:41,961 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-6c5621f2-7892-4e2c-a12e-8c59a7863985 2018-10-04 15:36:41,964 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-image 2018-10-04 15:36:41,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/06314734-ad94-467a-bf59-34b498f337aa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c7e7da40679500bb726d2fad5521269dadd82c9c" 2018-10-04 15:36:41,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-43dcb91d-d7c6-4681-875f-e46a28d53a13 Date: Thu, 04 Oct 2018 15:36:41 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:36:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:36:41Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/06314734-ad94-467a-bf59-34b498f337aa/snap", "metadata": {}}], "self": "/v2/images/06314734-ad94-467a-bf59-34b498f337aa", "min_disk": 0, "protected": false, "id": "06314734-ad94-467a-bf59-34b498f337aa", "file": "/v2/images/06314734-ad94-467a-bf59-34b498f337aa/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8011bce18b854ad9be4a10e6f95e08a6", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/06314734-ad94-467a-bf59-34b498f337aa/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:36:41,983 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/06314734-ad94-467a-bf59-34b498f337aa used request id req-43dcb91d-d7c6-4681-875f-e46a28d53a13 2018-10-04 15:36:41,984 - create_image - DEBUG - Instance status is - active 2018-10-04 15:36:41,984 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-image 2018-10-04 15:36:41,984 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-image 2018-10-04 15:36:41,985 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:36:41,986 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:36:42,351 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "701815d5804e4786b5d8a6b2af956a2a", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj-role"}], "expires_at": "2018-10-04T16:36:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8011bce18b854ad9be4a10e6f95e08a6", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-user", "id": "e8afd746539f457d8d2bf8ac4ef277d1"}, "audit_ids": ["nlUqneD1RQC76rS-Uar49w"], "issued_at": "2018-10-04T15:36:42.000000Z"}} 2018-10-04 15:36:42,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6939571f4ab11aa44a80d40e307d8c75da4324f6" 2018-10-04 15:36:42,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cefe37e5-383a-4b2d-a8c8-8a3c09ac919a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:36:42,431 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cefe37e5-383a-4b2d-a8c8-8a3c09ac919a 2018-10-04 15:36:42,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6939571f4ab11aa44a80d40e307d8c75da4324f6" 2018-10-04 15:36:42,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1457a76b-5fcb-48c8-99b9-97f3e52fc5b3 Date: Thu, 04 Oct 2018 15:36:42 GMT RESP BODY: {"networks":[]} 2018-10-04 15:36:42,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net used request id req-1457a76b-5fcb-48c8-99b9-97f3e52fc5b3 2018-10-04 15:36:42,613 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net 2018-10-04 15:36:42,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6939571f4ab11aa44a80d40e307d8c75da4324f6" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net", "admin_state_up": true}}' 2018-10-04 15:36:43,594 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-b896f9b5-48a7-4036-9201-f3317480506c Date: Thu, 04 Oct 2018 15:36:43 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1692b125-a385-4da8-ace4-9abcd7b450d6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:36:43Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:43Z","mtu":1450}} 2018-10-04 15:36:43,594 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-b896f9b5-48a7-4036-9201-f3317480506c 2018-10-04 15:36:43,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6939571f4ab11aa44a80d40e307d8c75da4324f6" 2018-10-04 15:36:44,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-6509a133-1108-4d5b-9373-5cb57ae80db9 Date: Thu, 04 Oct 2018 15:36:44 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-10-04T15:36:43Z","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"1692b125-a385-4da8-ace4-9abcd7b450d6","name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net"}]} 2018-10-04 15:36:44,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-6509a133-1108-4d5b-9373-5cb57ae80db9 2018-10-04 15:36:44,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6939571f4ab11aa44a80d40e307d8c75da4324f6" 2018-10-04 15:36:44,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b410850f-44a1-4dd8-abca-a139425c8043 Date: Thu, 04 Oct 2018 15:36:44 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:36:44,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-b410850f-44a1-4dd8-abca-a139425c8043 2018-10-04 15:36:44,768 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet 2018-10-04 15:36:44,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6939571f4ab11aa44a80d40e307d8c75da4324f6" -d '{"subnets": [{"ip_version": 4, "network_id": "1692b125-a385-4da8-ace4-9abcd7b450d6", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet"}]}' 2018-10-04 15:36:45,441 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7aa38f62-d06b-43fb-98cb-d8189092c3b5 Date: Thu, 04 Oct 2018 15:36:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:36:45Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet"}]} 2018-10-04 15:36:45,441 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-7aa38f62-d06b-43fb-98cb-d8189092c3b5 2018-10-04 15:36:45,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6939571f4ab11aa44a80d40e307d8c75da4324f6" 2018-10-04 15:36:46,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-70999bf7-1e7a-4280-8773-aa961eae38d2 Date: Thu, 04 Oct 2018 15:36:46 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":["14e5cb8d-3bc2-4bde-8c38-85f30c69ccab"],"updated_at":"2018-10-04T15:36:45Z","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"1692b125-a385-4da8-ace4-9abcd7b450d6","name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net"}]} 2018-10-04 15:36:46,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-70999bf7-1e7a-4280-8773-aa961eae38d2 2018-10-04 15:36:46,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6939571f4ab11aa44a80d40e307d8c75da4324f6" 2018-10-04 15:36:46,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-89e00c02-b765-403c-94f7-0bc70cc4fdbb Date: Thu, 04 Oct 2018 15:36:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:36:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet"}]} 2018-10-04 15:36:46,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-89e00c02-b765-403c-94f7-0bc70cc4fdbb 2018-10-04 15:36:46,276 - OpenStackNetwork - DEBUG - Network [1692b125-a385-4da8-ace4-9abcd7b450d6] created successfully 2018-10-04 15:36:46,276 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:36:46,277 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:36:46,660 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "701815d5804e4786b5d8a6b2af956a2a", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj-role"}], "expires_at": "2018-10-04T16:36:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8011bce18b854ad9be4a10e6f95e08a6", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-user", "id": "e8afd746539f457d8d2bf8ac4ef277d1"}, "audit_ids": ["dROJ51YkTiGCRhqoo_jkYg"], "issued_at": "2018-10-04T15:36:46.000000Z"}} 2018-10-04 15:36:46,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}987990d76c4aec8d438a74c1f5a241c3032c2c75" 2018-10-04 15:36:46,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bd4bf1a-735d-453b-b4b1-f0c90d72f2ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:36:46,741 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5bd4bf1a-735d-453b-b4b1-f0c90d72f2ab 2018-10-04 15:36:46,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}987990d76c4aec8d438a74c1f5a241c3032c2c75" 2018-10-04 15:36:47,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5e65e131-a420-4de5-a60f-85dca2916457 Date: Thu, 04 Oct 2018 15:36:47 GMT RESP BODY: {"routers": []} 2018-10-04 15:36:47,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-router&admin_state_up=True used request id req-5e65e131-a420-4de5-a60f-85dca2916457 2018-10-04 15:36:47,058 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:36:47,059 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:36:47,453 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "701815d5804e4786b5d8a6b2af956a2a", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj-role"}], "expires_at": "2018-10-04T16:36:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8011bce18b854ad9be4a10e6f95e08a6", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-user", "id": "e8afd746539f457d8d2bf8ac4ef277d1"}, "audit_ids": ["4mUqI9-nSNOTp2cAwKDcog"], "issued_at": "2018-10-04T15:36:47.000000Z"}} 2018-10-04 15:36:47,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b483ef0ce04d091974148002064993df7b7c1edc" 2018-10-04 15:36:47,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41eaa936-9e9f-4367-a6c6-270f3fa488b4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:36:47,528 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-41eaa936-9e9f-4367-a6c6-270f3fa488b4 2018-10-04 15:36:47,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}987990d76c4aec8d438a74c1f5a241c3032c2c75" 2018-10-04 15:36:48,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-9785be53-0459-4e15-890b-ea36ebf5de83 Date: Thu, 04 Oct 2018 15:36:48 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:36:48,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-9785be53-0459-4e15-890b-ea36ebf5de83 2018-10-04 15:36:48,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}987990d76c4aec8d438a74c1f5a241c3032c2c75" 2018-10-04 15:36:48,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-39fcece2-6fbc-4b4d-9981-6688e7171fee Date: Thu, 04 Oct 2018 15:36:48 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:36:48,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-39fcece2-6fbc-4b4d-9981-6688e7171fee 2018-10-04 15:36:48,882 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-router 2018-10-04 15:36:48,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}987990d76c4aec8d438a74c1f5a241c3032c2c75" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-router", "admin_state_up": true}}' 2018-10-04 15:36:54,233 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-01292383-33c9-4dab-9dca-6a03eed07850 Date: Thu, 04 Oct 2018 15:36:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:36:50Z", "admin_state_up": true, "updated_at": "2018-10-04T15:36:50Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "192ef921-6fff-4f67-b9b1-eca5645f506d", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-router"}} 2018-10-04 15:36:54,233 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-01292383-33c9-4dab-9dca-6a03eed07850 2018-10-04 15:36:54,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=192ef921-6fff-4f67-b9b1-eca5645f506d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}987990d76c4aec8d438a74c1f5a241c3032c2c75" 2018-10-04 15:36:54,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-78001c15-0c17-4aff-8803-ca7247c7d5bb Date: Thu, 04 Oct 2018 15:36:54 GMT RESP BODY: {"ports":[]} 2018-10-04 15:36:54,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=192ef921-6fff-4f67-b9b1-eca5645f506d used request id req-78001c15-0c17-4aff-8803-ca7247c7d5bb 2018-10-04 15:36:54,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}987990d76c4aec8d438a74c1f5a241c3032c2c75" 2018-10-04 15:36:55,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-af740883-eea0-4567-b34c-5f6e683a1990 Date: Thu, 04 Oct 2018 15:36:55 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":["14e5cb8d-3bc2-4bde-8c38-85f30c69ccab"],"updated_at":"2018-10-04T15:36:45Z","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"1692b125-a385-4da8-ace4-9abcd7b450d6","name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net"}]} 2018-10-04 15:36:55,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net used request id req-af740883-eea0-4567-b34c-5f6e683a1990 2018-10-04 15:36:55,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:36:55,573 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:36:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:36:55,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}987990d76c4aec8d438a74c1f5a241c3032c2c75" 2018-10-04 15:36:55,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:36:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2b6b031-459a-41bc-84bd-f5f21cc47acd Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6"}, "enabled": true, "id": "8011bce18b854ad9be4a10e6f95e08a6", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}} 2018-10-04 15:36:55,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 used request id req-b2b6b031-459a-41bc-84bd-f5f21cc47acd 2018-10-04 15:36:55,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}987990d76c4aec8d438a74c1f5a241c3032c2c75" 2018-10-04 15:36:56,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2afb04f9-7a17-4b8a-a714-d9b8afaa502c Date: Thu, 04 Oct 2018 15:36:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:36:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet"}]} 2018-10-04 15:36:56,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-2afb04f9-7a17-4b8a-a714-d9b8afaa502c 2018-10-04 15:36:56,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6&name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}987990d76c4aec8d438a74c1f5a241c3032c2c75" 2018-10-04 15:36:56,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b5eff87b-6dbd-40f3-9772-ae22be301019 Date: Thu, 04 Oct 2018 15:36:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:36:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet"}]} 2018-10-04 15:36:56,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6&name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet used request id req-b5eff87b-6dbd-40f3-9772-ae22be301019 2018-10-04 15:36:56,456 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-04 15:36:56,456 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-router 2018-10-04 15:36:56,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/192ef921-6fff-4f67-b9b1-eca5645f506d/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}987990d76c4aec8d438a74c1f5a241c3032c2c75" -d '{"subnet_id": "14e5cb8d-3bc2-4bde-8c38-85f30c69ccab"}' 2018-10-04 15:36:58,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e89c3d2e-248f-4b1a-90ef-d0588a5796df Date: Thu, 04 Oct 2018 15:36:58 GMT RESP BODY: {"network_id": "1692b125-a385-4da8-ace4-9abcd7b450d6", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "subnet_id": "14e5cb8d-3bc2-4bde-8c38-85f30c69ccab", "subnet_ids": ["14e5cb8d-3bc2-4bde-8c38-85f30c69ccab"], "port_id": "10ba23bc-85a4-4816-afbf-2e170f976d89", "id": "192ef921-6fff-4f67-b9b1-eca5645f506d"} 2018-10-04 15:36:58,587 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/192ef921-6fff-4f67-b9b1-eca5645f506d/add_router_interface used request id req-e89c3d2e-248f-4b1a-90ef-d0588a5796df 2018-10-04 15:36:58,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/192ef921-6fff-4f67-b9b1-eca5645f506d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}987990d76c4aec8d438a74c1f5a241c3032c2c75" 2018-10-04 15:36:59,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-c31d1394-053d-4711-9c5a-e807cd4ba21e Date: Thu, 04 Oct 2018 15:36:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:36:50Z", "admin_state_up": true, "updated_at": "2018-10-04T15:36:57Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "192ef921-6fff-4f67-b9b1-eca5645f506d", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-router"}} 2018-10-04 15:36:59,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/192ef921-6fff-4f67-b9b1-eca5645f506d used request id req-c31d1394-053d-4711-9c5a-e807cd4ba21e 2018-10-04 15:36:59,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=192ef921-6fff-4f67-b9b1-eca5645f506d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}987990d76c4aec8d438a74c1f5a241c3032c2c75" 2018-10-04 15:36:59,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-01491f74-0cdf-4e79-93e0-587216a1fa32 Date: Thu, 04 Oct 2018 15:36:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:36:57Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.1"}],"id":"10ba23bc-85a4-4816-afbf-2e170f976d89","security_groups":[],"mac_address":"fa:16:3e:fa:57:6b","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:57Z","binding:vnic_type":"normal","device_id":"192ef921-6fff-4f67-b9b1-eca5645f506d"}]} 2018-10-04 15:36:59,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=192ef921-6fff-4f67-b9b1-eca5645f506d used request id req-01491f74-0cdf-4e79-93e0-587216a1fa32 2018-10-04 15:36:59,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/14e5cb8d-3bc2-4bde-8c38-85f30c69ccab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}987990d76c4aec8d438a74c1f5a241c3032c2c75" 2018-10-04 15:36:59,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-21d3acb5-10f3-4816-9481-233be9eea39f Date: Thu, 04 Oct 2018 15:36:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:36:45Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet"}} 2018-10-04 15:36:59,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/14e5cb8d-3bc2-4bde-8c38-85f30c69ccab used request id req-21d3acb5-10f3-4816-9481-233be9eea39f 2018-10-04 15:36:59,847 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:36:59,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:37:00,232 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:37:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["o58uwDKKT-GKYAUCIlox4g"], "issued_at": "2018-10-04T15:37:00.000000Z"}} 2018-10-04 15:37:00,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34d987a6b801b3c8f29cba351b6f87fab314a846" 2018-10-04 15:37:00,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60bc1322-4632-4509-ad53-d0aadc0e1df9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:37:00,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-60bc1322-4632-4509-ad53-d0aadc0e1df9 2018-10-04 15:37:00,322 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:37:00,327 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34d987a6b801b3c8f29cba351b6f87fab314a846" 2018-10-04 15:37:00,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-b7d0f2b7-d84a-4a36-bfc4-602723428f55 x-compute-request-id: req-b7d0f2b7-d84a-4a36-bfc4-602723428f55 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:37:00,867 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-b7d0f2b7-d84a-4a36-bfc4-602723428f55 2018-10-04 15:37:00,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34d987a6b801b3c8f29cba351b6f87fab314a846" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:37:00,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-053908d0-97b6-4672-bb18-c689e81d1c1d x-compute-request-id: req-053908d0-97b6-4672-bb18-c689e81d1c1d Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/124eabe3-d54f-4545-97d7-598799f31767", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/124eabe3-d54f-4545-97d7-598799f31767", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "124eabe3-d54f-4545-97d7-598799f31767", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:37:00,917 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-053908d0-97b6-4672-bb18-c689e81d1c1d 2018-10-04 15:37:00,918 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:37:00,919 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:37:01,298 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "701815d5804e4786b5d8a6b2af956a2a", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj-role"}], "expires_at": "2018-10-04T16:37:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8011bce18b854ad9be4a10e6f95e08a6", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-user", "id": "e8afd746539f457d8d2bf8ac4ef277d1"}, "audit_ids": ["kgUEVBCjRCiqEG1znxY2PQ"], "issued_at": "2018-10-04T15:37:01.000000Z"}} 2018-10-04 15:37:01,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33ac32321e30f79e9d9a8ee2424adc76193dfd1f" 2018-10-04 15:37:01,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5312a14-1358-46f5-a279-874189d6690d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:37:01,373 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b5312a14-1358-46f5-a279-874189d6690d 2018-10-04 15:37:01,374 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:37:01,379 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33ac32321e30f79e9d9a8ee2424adc76193dfd1f" 2018-10-04 15:37:01,536 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37: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-bf926a5e-8ad1-47ee-b0b3-3e7dbb7bfb65 x-compute-request-id: req-bf926a5e-8ad1-47ee-b0b3-3e7dbb7bfb65 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-04 15:37:01,536 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-bf926a5e-8ad1-47ee-b0b3-3e7dbb7bfb65 2018-10-04 15:37:01,537 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-kp... 2018-10-04 15:37:01,537 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 15:37:01,563 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-kp 2018-10-04 15:37:01,565 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33ac32321e30f79e9d9a8ee2424adc76193dfd1f" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC00bkG63h6icPHPO/C3YSpg3pAdttk87ItK/6Ux9n0F16azMKOmSyzGXfhD1esBd6/wTAD4id2Y/YRs4lo2PZEJOPWn/2yVhZMyHsaxUpfUIq1NmtafspJ/JmEHpYPpa/NfLv3WLPSW5Dqf6Zpv/Y0LBgOHgnmBooSrYlmgyVBjw==", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-kp"}}' 2018-10-04 15:37:01,621 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37: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-640953e3-ee93-4012-91e2-e750e6c96c26 x-compute-request-id: req-640953e3-ee93-4012-91e2-e750e6c96c26 Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC00bkG63h6icPHPO/C3YSpg3pAdttk87ItK/6Ux9n0F16azMKOmSyzGXfhD1esBd6/wTAD4id2Y/YRs4lo2PZEJOPWn/2yVhZMyHsaxUpfUIq1NmtafspJ/JmEHpYPpa/NfLv3WLPSW5Dqf6Zpv/Y0LBgOHgnmBooSrYlmgyVBjw==", "user_id": "e8afd746539f457d8d2bf8ac4ef277d1", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-kp", "fingerprint": "19:85:31:8d:61:4c:54:2e:cc:4e:c3:1a:68:c4:2f:0c"}} 2018-10-04 15:37:01,621 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-640953e3-ee93-4012-91e2-e750e6c96c26 2018-10-04 15:37:01,623 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c.pub 2018-10-04 15:37:01,624 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c 2018-10-04 15:37:01,624 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:37:01,625 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:37:01,997 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "701815d5804e4786b5d8a6b2af956a2a", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj-role"}], "expires_at": "2018-10-04T16:37:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8011bce18b854ad9be4a10e6f95e08a6", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-user", "id": "e8afd746539f457d8d2bf8ac4ef277d1"}, "audit_ids": ["5gqu5lNaR9SALWk1_vFT3w"], "issued_at": "2018-10-04T15:37:01.000000Z"}} 2018-10-04 15:37:01,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e807ed5ceaf9dd1aa0a38e04c4cc437efcfbcc79" 2018-10-04 15:37:02,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c06982ad-e83a-420e-9703-483a02bb8a0c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:37:02,167 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c06982ad-e83a-420e-9703-483a02bb8a0c 2018-10-04 15:37:02,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e807ed5ceaf9dd1aa0a38e04c4cc437efcfbcc79" 2018-10-04 15:37:02,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-0529223e-6df1-4ca6-8c07-dc9d7dfbdf8e Date: Thu, 04 Oct 2018 15:37:02 GMT RESP BODY: {"security_groups": []} 2018-10-04 15:37:02,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp used request id req-0529223e-6df1-4ca6-8c07-dc9d7dfbdf8e 2018-10-04 15:37:02,358 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp... 2018-10-04 15:37:02,358 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp 2018-10-04 15:37:02,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e807ed5ceaf9dd1aa0a38e04c4cc437efcfbcc79" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp"}}' 2018-10-04 15:37:03,082 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-1a07c5e1-08c8-49c6-aa19-00a8cf5b0284 Date: Thu, 04 Oct 2018 15:37:03 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:37:02Z", "updated_at": "2018-10-04T15:37:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:37:02Z", "revision_number": 0, "id": "0e52c112-ac41-4061-8325-ded4fa81f760", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:37:02Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8011bce18b854ad9be4a10e6f95e08a6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:37:02Z", "revision_number": 0, "id": "2a83d8ae-d58b-4e50-8c75-a1a7296836d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:37:02Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8011bce18b854ad9be4a10e6f95e08a6"}], "revision_number": 2, "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp"}} 2018-10-04 15:37:03,082 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-1a07c5e1-08c8-49c6-aa19-00a8cf5b0284 2018-10-04 15:37:03,082 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 60afc6f2-5b94-46ad-92d1-58de00bb21ec 2018-10-04 15:37:03,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=60afc6f2-5b94-46ad-92d1-58de00bb21ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e807ed5ceaf9dd1aa0a38e04c4cc437efcfbcc79" 2018-10-04 15:37:03,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9dfac556-55ad-4f12-a5b7-d823297aaa4d Date: Thu, 04 Oct 2018 15:37:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:37:02Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "port_range_min": null, "revision_number": 0, "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:37:02Z", "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "0e52c112-ac41-4061-8325-ded4fa81f760"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:37:02Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "port_range_min": null, "revision_number": 0, "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:37:02Z", "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "2a83d8ae-d58b-4e50-8c75-a1a7296836d9"}]} 2018-10-04 15:37:03,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=60afc6f2-5b94-46ad-92d1-58de00bb21ec used request id req-9dfac556-55ad-4f12-a5b7-d823297aaa4d 2018-10-04 15:37:03,250 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 60afc6f2-5b94-46ad-92d1-58de00bb21ec 2018-10-04 15:37:03,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=60afc6f2-5b94-46ad-92d1-58de00bb21ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e807ed5ceaf9dd1aa0a38e04c4cc437efcfbcc79" 2018-10-04 15:37:03,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a0f24723-255e-44b7-a21e-d38be0146fc0 Date: Thu, 04 Oct 2018 15:37:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:37:02Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "port_range_min": null, "revision_number": 0, "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:37:02Z", "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "0e52c112-ac41-4061-8325-ded4fa81f760"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:37:02Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "port_range_min": null, "revision_number": 0, "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:37:02Z", "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "2a83d8ae-d58b-4e50-8c75-a1a7296836d9"}]} 2018-10-04 15:37:03,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=60afc6f2-5b94-46ad-92d1-58de00bb21ec used request id req-a0f24723-255e-44b7-a21e-d38be0146fc0 2018-10-04 15:37:03,281 - neutron_utils - INFO - Retrieving security group with ID - 60afc6f2-5b94-46ad-92d1-58de00bb21ec 2018-10-04 15:37:03,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=60afc6f2-5b94-46ad-92d1-58de00bb21ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e807ed5ceaf9dd1aa0a38e04c4cc437efcfbcc79" 2018-10-04 15:37:03,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-ec4aa867-1d78-4297-8a12-4613d912e7dc Date: Thu, 04 Oct 2018 15:37:03 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:37:02Z", "updated_at": "2018-10-04T15:37:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:37:02Z", "revision_number": 0, "id": "0e52c112-ac41-4061-8325-ded4fa81f760", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:37:02Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8011bce18b854ad9be4a10e6f95e08a6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:37:02Z", "revision_number": 0, "id": "2a83d8ae-d58b-4e50-8c75-a1a7296836d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:37:02Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8011bce18b854ad9be4a10e6f95e08a6"}], "revision_number": 2, "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp"}]} 2018-10-04 15:37:03,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=60afc6f2-5b94-46ad-92d1-58de00bb21ec used request id req-ec4aa867-1d78-4297-8a12-4613d912e7dc 2018-10-04 15:37:03,484 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 60afc6f2-5b94-46ad-92d1-58de00bb21ec 2018-10-04 15:37:03,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=60afc6f2-5b94-46ad-92d1-58de00bb21ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e807ed5ceaf9dd1aa0a38e04c4cc437efcfbcc79" 2018-10-04 15:37:03,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8ed8f5d9-5312-4af1-a513-a1a1cc7bb32f Date: Thu, 04 Oct 2018 15:37:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:37:02Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "port_range_min": null, "revision_number": 0, "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:37:02Z", "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "0e52c112-ac41-4061-8325-ded4fa81f760"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:37:02Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "port_range_min": null, "revision_number": 0, "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:37:02Z", "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "2a83d8ae-d58b-4e50-8c75-a1a7296836d9"}]} 2018-10-04 15:37:03,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=60afc6f2-5b94-46ad-92d1-58de00bb21ec used request id req-8ed8f5d9-5312-4af1-a513-a1a1cc7bb32f 2018-10-04 15:37:03,651 - neutron_utils - INFO - Retrieving security group with ID - 60afc6f2-5b94-46ad-92d1-58de00bb21ec 2018-10-04 15:37:03,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=60afc6f2-5b94-46ad-92d1-58de00bb21ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e807ed5ceaf9dd1aa0a38e04c4cc437efcfbcc79" 2018-10-04 15:37:04,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-22f8e554-cfce-4ca1-a132-fca909741dd0 Date: Thu, 04 Oct 2018 15:37:04 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:37:02Z", "updated_at": "2018-10-04T15:37:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:37:02Z", "revision_number": 0, "id": "0e52c112-ac41-4061-8325-ded4fa81f760", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:37:02Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8011bce18b854ad9be4a10e6f95e08a6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:37:02Z", "revision_number": 0, "id": "2a83d8ae-d58b-4e50-8c75-a1a7296836d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:37:02Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8011bce18b854ad9be4a10e6f95e08a6"}], "revision_number": 2, "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp"}]} 2018-10-04 15:37:04,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=60afc6f2-5b94-46ad-92d1-58de00bb21ec used request id req-22f8e554-cfce-4ca1-a132-fca909741dd0 2018-10-04 15:37:04,228 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 60afc6f2-5b94-46ad-92d1-58de00bb21ec 2018-10-04 15:37:04,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=60afc6f2-5b94-46ad-92d1-58de00bb21ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e807ed5ceaf9dd1aa0a38e04c4cc437efcfbcc79" 2018-10-04 15:37:04,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-26943064-df94-4c39-9db1-a6187a8dd6e6 Date: Thu, 04 Oct 2018 15:37:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:37:02Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "port_range_min": null, "revision_number": 0, "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:37:02Z", "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "0e52c112-ac41-4061-8325-ded4fa81f760"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:37:02Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "port_range_min": null, "revision_number": 0, "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:37:02Z", "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "2a83d8ae-d58b-4e50-8c75-a1a7296836d9"}]} 2018-10-04 15:37:04,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=60afc6f2-5b94-46ad-92d1-58de00bb21ec used request id req-26943064-df94-4c39-9db1-a6187a8dd6e6 2018-10-04 15:37:04,422 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp 2018-10-04 15:37:04,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e807ed5ceaf9dd1aa0a38e04c4cc437efcfbcc79" 2018-10-04 15:37:04,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-d9e53264-e551-4d59-9ab0-c5b2c3fcaedd Date: Thu, 04 Oct 2018 15:37:04 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:37:02Z", "updated_at": "2018-10-04T15:37:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:37:02Z", "revision_number": 0, "id": "0e52c112-ac41-4061-8325-ded4fa81f760", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:37:02Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8011bce18b854ad9be4a10e6f95e08a6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:37:02Z", "revision_number": 0, "id": "2a83d8ae-d58b-4e50-8c75-a1a7296836d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:37:02Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8011bce18b854ad9be4a10e6f95e08a6"}], "revision_number": 2, "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp"}]} 2018-10-04 15:37:04,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp used request id req-d9e53264-e551-4d59-9ab0-c5b2c3fcaedd 2018-10-04 15:37:04,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:37:04,481 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:37:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:37:04,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e807ed5ceaf9dd1aa0a38e04c4cc437efcfbcc79" 2018-10-04 15:37:04,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31362afb-03c1-4a90-9bbc-2db42a0629b5 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6"}, "enabled": true, "id": "8011bce18b854ad9be4a10e6f95e08a6", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}} 2018-10-04 15:37:04,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 used request id req-31362afb-03c1-4a90-9bbc-2db42a0629b5 2018-10-04 15:37:04,555 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 60afc6f2-5b94-46ad-92d1-58de00bb21ec 2018-10-04 15:37:04,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=60afc6f2-5b94-46ad-92d1-58de00bb21ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e807ed5ceaf9dd1aa0a38e04c4cc437efcfbcc79" 2018-10-04 15:37:04,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-546ee94c-0e71-401c-b536-372c38679168 Date: Thu, 04 Oct 2018 15:37:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:37:02Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "port_range_min": null, "revision_number": 0, "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:37:02Z", "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "0e52c112-ac41-4061-8325-ded4fa81f760"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:37:02Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "port_range_min": null, "revision_number": 0, "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:37:02Z", "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "2a83d8ae-d58b-4e50-8c75-a1a7296836d9"}]} 2018-10-04 15:37:04,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=60afc6f2-5b94-46ad-92d1-58de00bb21ec used request id req-546ee94c-0e71-401c-b536-372c38679168 2018-10-04 15:37:04,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e807ed5ceaf9dd1aa0a38e04c4cc437efcfbcc79" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec"}}' 2018-10-04 15:37:04,884 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-cc349a6c-6774-40bf-a971-d78fb388d4a8 Date: Thu, 04 Oct 2018 15:37:04 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:37:04Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "port_range_min": null, "revision_number": 0, "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:37:04Z", "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "40686681-49da-4afa-a231-edfc4d675b63"}} 2018-10-04 15:37:04,884 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-cc349a6c-6774-40bf-a971-d78fb388d4a8 2018-10-04 15:37:04,884 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp 2018-10-04 15:37:04,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e807ed5ceaf9dd1aa0a38e04c4cc437efcfbcc79" 2018-10-04 15:37:05,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-224d3f38-f739-4d4d-b473-b73b33192d86 Date: Thu, 04 Oct 2018 15:37:05 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:37:02Z", "updated_at": "2018-10-04T15:37:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:37:02Z", "revision_number": 0, "id": "0e52c112-ac41-4061-8325-ded4fa81f760", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:37:02Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8011bce18b854ad9be4a10e6f95e08a6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:37:02Z", "revision_number": 0, "id": "2a83d8ae-d58b-4e50-8c75-a1a7296836d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:37:02Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8011bce18b854ad9be4a10e6f95e08a6"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:37:04Z", "revision_number": 0, "id": "40686681-49da-4afa-a231-edfc4d675b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:37:04Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8011bce18b854ad9be4a10e6f95e08a6"}], "revision_number": 3, "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp"}]} 2018-10-04 15:37:05,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp used request id req-224d3f38-f739-4d4d-b473-b73b33192d86 2018-10-04 15:37:05,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e807ed5ceaf9dd1aa0a38e04c4cc437efcfbcc79" 2018-10-04 15:37:05,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fcd68fe-47ea-44ca-8373-cc0f1afa730c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6"}, "enabled": true, "id": "8011bce18b854ad9be4a10e6f95e08a6", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}} 2018-10-04 15:37:05,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 used request id req-7fcd68fe-47ea-44ca-8373-cc0f1afa730c 2018-10-04 15:37:05,168 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 60afc6f2-5b94-46ad-92d1-58de00bb21ec 2018-10-04 15:37:05,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=60afc6f2-5b94-46ad-92d1-58de00bb21ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e807ed5ceaf9dd1aa0a38e04c4cc437efcfbcc79" 2018-10-04 15:37:05,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-5e588eaf-9b45-4c42-9fc8-d973fd6638e1 Date: Thu, 04 Oct 2018 15:37:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:37:02Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "port_range_min": null, "revision_number": 0, "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:37:02Z", "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "0e52c112-ac41-4061-8325-ded4fa81f760"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:37:02Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "port_range_min": null, "revision_number": 0, "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:37:02Z", "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "2a83d8ae-d58b-4e50-8c75-a1a7296836d9"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:37:04Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "port_range_min": null, "revision_number": 0, "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:37:04Z", "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "40686681-49da-4afa-a231-edfc4d675b63"}]} 2018-10-04 15:37:05,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=60afc6f2-5b94-46ad-92d1-58de00bb21ec used request id req-5e588eaf-9b45-4c42-9fc8-d973fd6638e1 2018-10-04 15:37:05,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e807ed5ceaf9dd1aa0a38e04c4cc437efcfbcc79" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec"}}' 2018-10-04 15:37:05,722 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-4f425f14-013d-4f97-a1e0-261cc78ead45 Date: Thu, 04 Oct 2018 15:37:05 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T15:37:05Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "port_range_min": 22, "revision_number": 0, "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:37:05Z", "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "9ef96e40-4077-4d04-a318-5a6f3b76bd98"}} 2018-10-04 15:37:05,723 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-4f425f14-013d-4f97-a1e0-261cc78ead45 2018-10-04 15:37:05,723 - neutron_utils - INFO - Retrieving security group with ID - 60afc6f2-5b94-46ad-92d1-58de00bb21ec 2018-10-04 15:37:05,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=60afc6f2-5b94-46ad-92d1-58de00bb21ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e807ed5ceaf9dd1aa0a38e04c4cc437efcfbcc79" 2018-10-04 15:37:06,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-bbbcd775-bd7b-4381-9c2e-ea57a3607bff Date: Thu, 04 Oct 2018 15:37:06 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:37:02Z", "updated_at": "2018-10-04T15:37:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:37:02Z", "revision_number": 0, "id": "0e52c112-ac41-4061-8325-ded4fa81f760", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:37:02Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8011bce18b854ad9be4a10e6f95e08a6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:37:02Z", "revision_number": 0, "id": "2a83d8ae-d58b-4e50-8c75-a1a7296836d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:37:02Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8011bce18b854ad9be4a10e6f95e08a6"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:37:04Z", "revision_number": 0, "id": "40686681-49da-4afa-a231-edfc4d675b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:37:04Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8011bce18b854ad9be4a10e6f95e08a6"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T15:37:05Z", "revision_number": 0, "id": "9ef96e40-4077-4d04-a318-5a6f3b76bd98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:37:05Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8011bce18b854ad9be4a10e6f95e08a6"}], "revision_number": 4, "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp"}]} 2018-10-04 15:37:06,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=60afc6f2-5b94-46ad-92d1-58de00bb21ec used request id req-bbbcd775-bd7b-4381-9c2e-ea57a3607bff 2018-10-04 15:37:06,307 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 60afc6f2-5b94-46ad-92d1-58de00bb21ec 2018-10-04 15:37:06,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=60afc6f2-5b94-46ad-92d1-58de00bb21ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e807ed5ceaf9dd1aa0a38e04c4cc437efcfbcc79" 2018-10-04 15:37:06,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-4dcb8c54-e045-408b-b9e9-741f8aa05b4a Date: Thu, 04 Oct 2018 15:37:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:37:02Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "port_range_min": null, "revision_number": 0, "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:37:02Z", "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "0e52c112-ac41-4061-8325-ded4fa81f760"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:37:02Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "port_range_min": null, "revision_number": 0, "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:37:02Z", "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "2a83d8ae-d58b-4e50-8c75-a1a7296836d9"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:37:04Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "port_range_min": null, "revision_number": 0, "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:37:04Z", "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "40686681-49da-4afa-a231-edfc4d675b63"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T15:37:05Z", "security_group_id": "60afc6f2-5b94-46ad-92d1-58de00bb21ec", "port_range_min": 22, "revision_number": 0, "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:37:05Z", "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "9ef96e40-4077-4d04-a318-5a6f3b76bd98"}]} 2018-10-04 15:37:06,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=60afc6f2-5b94-46ad-92d1-58de00bb21ec used request id req-4dcb8c54-e045-408b-b9e9-741f8aa05b4a 2018-10-04 15:37:06,342 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:37:06,343 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:37:06,720 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "701815d5804e4786b5d8a6b2af956a2a", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj-role"}], "expires_at": "2018-10-04T16:37:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8011bce18b854ad9be4a10e6f95e08a6", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-user", "id": "e8afd746539f457d8d2bf8ac4ef277d1"}, "audit_ids": ["qT_xIxfRQY-io55AlJeBxg"], "issued_at": "2018-10-04T15:37:06.000000Z"}} 2018-10-04 15:37:06,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:06,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-540bba22-7a81-49cc-a5e6-00c3c14929ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:37:06,802 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-540bba22-7a81-49cc-a5e6-00c3c14929ed 2018-10-04 15:37:06,804 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:37:06,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:06,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d962772-ad3b-406f-80bf-115a39bb662f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:37:06,896 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3d962772-ad3b-406f-80bf-115a39bb662f 2018-10-04 15:37:06,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:07,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1d2ece3d-4af7-41fe-ac0a-0bfbb4f9e9fc Date: Thu, 04 Oct 2018 15:37:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["14e5cb8d-3bc2-4bde-8c38-85f30c69ccab"],"updated_at":"2018-10-04T15:36:45Z","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"1692b125-a385-4da8-ace4-9abcd7b450d6","name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net"}]} 2018-10-04 15:37:07,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net used request id req-1d2ece3d-4af7-41fe-ac0a-0bfbb4f9e9fc 2018-10-04 15:37:07,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:37:07,165 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:37:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:37:07,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:07,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e8f0b0e-ea10-449c-8535-9b286dd36f9d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6"}, "enabled": true, "id": "8011bce18b854ad9be4a10e6f95e08a6", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}} 2018-10-04 15:37:07,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 used request id req-1e8f0b0e-ea10-449c-8535-9b286dd36f9d 2018-10-04 15:37:07,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:07,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-15c37d76-d824-4997-9dc1-e71c41382ee0 Date: Thu, 04 Oct 2018 15:37:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:36:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet"}]} 2018-10-04 15:37:07,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-15c37d76-d824-4997-9dc1-e71c41382ee0 2018-10-04 15:37:07,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6&name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3cport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:07,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0617060a-c6fd-4e16-a89b-50006b39e4ff Date: Thu, 04 Oct 2018 15:37:07 GMT RESP BODY: {"ports":[]} 2018-10-04 15:37:07,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6&name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3cport-1&admin_state_up=True used request id req-0617060a-c6fd-4e16-a89b-50006b39e4ff 2018-10-04 15:37:07,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:08,381 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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 x-openstack-request-id: req-e5348470-6726-4056-bd33-9a9a4f1e5260 x-compute-request-id: req-e5348470-6726-4056-bd33-9a9a4f1e5260 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:37:08,381 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst used request id req-e5348470-6726-4056-bd33-9a9a4f1e5260 2018-10-04 15:37:08,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:08,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-59d315a9-9ac3-4fab-a0b8-1e5ed35272b4 Date: Thu, 04 Oct 2018 15:37:08 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":["14e5cb8d-3bc2-4bde-8c38-85f30c69ccab"],"updated_at":"2018-10-04T15:36:45Z","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"1692b125-a385-4da8-ace4-9abcd7b450d6","name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net"}]} 2018-10-04 15:37:08,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net used request id req-59d315a9-9ac3-4fab-a0b8-1e5ed35272b4 2018-10-04 15:37:08,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:08,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66a71ca4-e2b6-44a1-96fb-264f6e17b2b8 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6"}, "enabled": true, "id": "8011bce18b854ad9be4a10e6f95e08a6", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}} 2018-10-04 15:37:08,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 used request id req-66a71ca4-e2b6-44a1-96fb-264f6e17b2b8 2018-10-04 15:37:08,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:09,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3d17a7e9-71fa-4d5b-9c0f-be3387375e7a Date: Thu, 04 Oct 2018 15:37:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:36:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet"}]} 2018-10-04 15:37:09,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-3d17a7e9-71fa-4d5b-9c0f-be3387375e7a 2018-10-04 15:37:09,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6&name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3cport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:09,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fe97fc3e-744b-4e27-be0c-1f2972e78640 Date: Thu, 04 Oct 2018 15:37:09 GMT RESP BODY: {"ports":[]} 2018-10-04 15:37:09,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6&name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3cport-1&admin_state_up=True used request id req-fe97fc3e-744b-4e27-be0c-1f2972e78640 2018-10-04 15:37:09,577 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:37:09,578 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:37:09,958 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "701815d5804e4786b5d8a6b2af956a2a", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj-role"}], "expires_at": "2018-10-04T16:37:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8011bce18b854ad9be4a10e6f95e08a6", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-user", "id": "e8afd746539f457d8d2bf8ac4ef277d1"}, "audit_ids": ["rHmE9bSRSda5SmqrS6UelQ"], "issued_at": "2018-10-04T15:37:09.000000Z"}} 2018-10-04 15:37:09,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c15fa88fed77abf9e6041ac18bb227b0fffdd7" 2018-10-04 15:37:10,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba50f1ef-cf97-4a3e-84e6-30b1c47363e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:37:10,028 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ba50f1ef-cf97-4a3e-84e6-30b1c47363e8 2018-10-04 15:37:10,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:10,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-213c2e41-29d2-4fab-85cc-0eaafe7b9cfc Date: Thu, 04 Oct 2018 15:37:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["14e5cb8d-3bc2-4bde-8c38-85f30c69ccab"],"updated_at":"2018-10-04T15:36:45Z","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"1692b125-a385-4da8-ace4-9abcd7b450d6","name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net"}]} 2018-10-04 15:37:10,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net used request id req-213c2e41-29d2-4fab-85cc-0eaafe7b9cfc 2018-10-04 15:37:10,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:10,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1ffd0d4a-04a1-4a8f-aa26-4489c1bedd3c Date: Thu, 04 Oct 2018 15:37:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:36:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet"}]} 2018-10-04 15:37:10,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-1ffd0d4a-04a1-4a8f-aa26-4489c1bedd3c 2018-10-04 15:37:10,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:10,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8922b98a-df8b-4a97-8b24-b24fb6087d3b Date: Thu, 04 Oct 2018 15:37:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["14e5cb8d-3bc2-4bde-8c38-85f30c69ccab"],"updated_at":"2018-10-04T15:36:45Z","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"1692b125-a385-4da8-ace4-9abcd7b450d6","name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net"}]} 2018-10-04 15:37:10,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net used request id req-8922b98a-df8b-4a97-8b24-b24fb6087d3b 2018-10-04 15:37:10,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:37:10,998 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:37:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:37:10,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c15fa88fed77abf9e6041ac18bb227b0fffdd7" 2018-10-04 15:37:11,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8c240ab-3072-43c6-a5a6-0c5a9f281bfb Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6"}, "enabled": true, "id": "8011bce18b854ad9be4a10e6f95e08a6", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}} 2018-10-04 15:37:11,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 used request id req-e8c240ab-3072-43c6-a5a6-0c5a9f281bfb 2018-10-04 15:37:11,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:11,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-04cac13a-e72a-4994-9982-fbdd9908427e Date: Thu, 04 Oct 2018 15:37:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:36:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet"}]} 2018-10-04 15:37:11,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-04cac13a-e72a-4994-9982-fbdd9908427e 2018-10-04 15:37:11,307 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net 2018-10-04 15:37:11,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" -d '{"port": {"network_id": "1692b125-a385-4da8-ace4-9abcd7b450d6", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3cport-1", "admin_state_up": true}}' 2018-10-04 15:37:12,423 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-09de7bd4-1813-4374-84ba-6025df0b1b13 Date: Thu, 04 Oct 2018 15:37:12 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:37:11Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.7"}],"id":"ab8fdcdc-254f-46af-a5aa-bd55fcb002e9","security_groups":["c1dc0d25-db09-4f65-9fdc-7c97d58a17fd"],"mac_address":"fa:16:3e:42:30:2c","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3cport-1","project_id":"8011bce18b854ad9be4a10e6f95e08a6","qos_policy_id":null,"admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:37:11Z","binding:vnic_type":"normal"}} 2018-10-04 15:37:12,423 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-09de7bd4-1813-4374-84ba-6025df0b1b13 2018-10-04 15:37:12,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:13,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b9007f56-f14f-462c-87b6-765d3c1e76a4 Date: Thu, 04 Oct 2018 15:37:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["14e5cb8d-3bc2-4bde-8c38-85f30c69ccab"],"updated_at":"2018-10-04T15:36:45Z","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"1692b125-a385-4da8-ace4-9abcd7b450d6","name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net"}]} 2018-10-04 15:37:13,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net used request id req-b9007f56-f14f-462c-87b6-765d3c1e76a4 2018-10-04 15:37:13,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:13,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c5e3270-4bf5-4565-8563-7cc33bb62e5a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6"}, "enabled": true, "id": "8011bce18b854ad9be4a10e6f95e08a6", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}} 2018-10-04 15:37:13,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 used request id req-8c5e3270-4bf5-4565-8563-7cc33bb62e5a 2018-10-04 15:37:13,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:13,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ae44c600-c66b-4b25-b8f3-c575c5c1a9ee Date: Thu, 04 Oct 2018 15:37:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:36:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet"}]} 2018-10-04 15:37:13,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-ae44c600-c66b-4b25-b8f3-c575c5c1a9ee 2018-10-04 15:37:13,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6&name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3cport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:13,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-d133fbb8-9317-4c4b-95f9-633906426337 Date: Thu, 04 Oct 2018 15:37:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:37:11Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.7"}],"id":"ab8fdcdc-254f-46af-a5aa-bd55fcb002e9","security_groups":["c1dc0d25-db09-4f65-9fdc-7c97d58a17fd"],"mac_address":"fa:16:3e:42:30:2c","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3cport-1","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:37:11Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:37:13,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6&name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3cport-1&admin_state_up=True used request id req-d133fbb8-9317-4c4b-95f9-633906426337 2018-10-04 15:37:13,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:13,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-046c1cdb-f33a-4c4a-8e9f-42832e3312fa Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6"}, "enabled": true, "id": "8011bce18b854ad9be4a10e6f95e08a6", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}} 2018-10-04 15:37:13,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 used request id req-046c1cdb-f33a-4c4a-8e9f-42832e3312fa 2018-10-04 15:37:13,724 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst 2018-10-04 15:37:13,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:13,755 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-4924dcd9-fda1-4be1-8107-e1d595172c56 x-compute-request-id: req-4924dcd9-fda1-4be1-8107-e1d595172c56 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"flavors": [{"id": "124eabe3-d54f-4545-97d7-598799f31767", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/124eabe3-d54f-4545-97d7-598799f31767", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/124eabe3-d54f-4545-97d7-598799f31767", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-flavor-name"}]} 2018-10-04 15:37:13,756 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4924dcd9-fda1-4be1-8107-e1d595172c56 2018-10-04 15:37:13,759 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/124eabe3-d54f-4545-97d7-598799f31767 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:13,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-d0030206-1dd7-4d87-a882-71dbe30d6f8f x-compute-request-id: req-d0030206-1dd7-4d87-a882-71dbe30d6f8f Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/124eabe3-d54f-4545-97d7-598799f31767", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/124eabe3-d54f-4545-97d7-598799f31767", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "124eabe3-d54f-4545-97d7-598799f31767", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:37:13,780 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/124eabe3-d54f-4545-97d7-598799f31767 used request id req-d0030206-1dd7-4d87-a882-71dbe30d6f8f 2018-10-04 15:37:13,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:13,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-f210f420-d244-4ff6-acf7-d71dec4c2ae9 Date: Thu, 04 Oct 2018 15:37:13 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:36:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:36:41Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/06314734-ad94-467a-bf59-34b498f337aa/snap", "metadata": {}}], "self": "/v2/images/06314734-ad94-467a-bf59-34b498f337aa", "min_disk": 0, "protected": false, "id": "06314734-ad94-467a-bf59-34b498f337aa", "file": "/v2/images/06314734-ad94-467a-bf59-34b498f337aa/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8011bce18b854ad9be4a10e6f95e08a6", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/06314734-ad94-467a-bf59-34b498f337aa/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-image"} 2018-10-04 15:37:13,963 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-image used request id req-f210f420-d244-4ff6-acf7-d71dec4c2ae9 2018-10-04 15:37:13,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:14,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c1d45c35-0be4-4760-95b8-dc65055efd86 Date: Thu, 04 Oct 2018 15:37:14 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:37:14,121 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-c1d45c35-0be4-4760-95b8-dc65055efd86 2018-10-04 15:37:14,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst", "imageRef": "06314734-ad94-467a-bf59-34b498f337aa", "key_name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-kp", "flavorRef": "124eabe3-d54f-4545-97d7-598799f31767", "max_count": 1, "min_count": 1, "networks": [{"port": "ab8fdcdc-254f-46af-a5aa-bd55fcb002e9"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp"}]}}' 2018-10-04 15:37:16,496 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15: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 x-openstack-request-id: req-1a716b53-8788-4c93-a12c-1fe9438e9905 x-compute-request-id: req-1a716b53-8788-4c93-a12c-1fe9438e9905 Content-Length: 444 location: http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "9addb203-d26a-4005-bc8b-ba9c690caaf2", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "bookmark"}], "adminPass": "LBbkHfWx8gog"}} 2018-10-04 15:37:16,496 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-1a716b53-8788-4c93-a12c-1fe9438e9905 2018-10-04 15:37:16,500 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:17,253 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-7ebff6a2-ddae-4795-b5e1-90e429fd781e x-compute-request-id: req-7ebff6a2-ddae-4795-b5e1-90e429fd781e Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "bookmark"}], "image": {"id": "06314734-ad94-467a-bf59-34b498f337aa", "links": [{"href": "http://172.30.9.23:8774/images/06314734-ad94-467a-bf59-34b498f337aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "124eabe3-d54f-4545-97d7-598799f31767", "links": [{"href": "http://172.30.9.23:8774/flavors/124eabe3-d54f-4545-97d7-598799f31767", "rel": "bookmark"}]}, "id": "9addb203-d26a-4005-bc8b-ba9c690caaf2", "user_id": "e8afd746539f457d8d2bf8ac4ef277d1", "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-10-04T15:37:16Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-kp", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst", "created": "2018-10-04T15:37:16Z", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:37:17,253 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 used request id req-7ebff6a2-ddae-4795-b5e1-90e429fd781e 2018-10-04 15:37:17,253 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst 2018-10-04 15:37:17,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:18,067 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-ab307615-c233-45bd-84f1-4bdb3b092e20 x-compute-request-id: req-ab307615-c233-45bd-84f1-4bdb3b092e20 Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "bookmark"}], "image": {"id": "06314734-ad94-467a-bf59-34b498f337aa", "links": [{"href": "http://172.30.9.23:8774/images/06314734-ad94-467a-bf59-34b498f337aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "124eabe3-d54f-4545-97d7-598799f31767", "links": [{"href": "http://172.30.9.23:8774/flavors/124eabe3-d54f-4545-97d7-598799f31767", "rel": "bookmark"}]}, "id": "9addb203-d26a-4005-bc8b-ba9c690caaf2", "user_id": "e8afd746539f457d8d2bf8ac4ef277d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:37:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-kp", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst", "created": "2018-10-04T15:37:16Z", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:37:18,067 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 used request id req-ab307615-c233-45bd-84f1-4bdb3b092e20 2018-10-04 15:37:18,068 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst] is - BUILD 2018-10-04 15:37:18,068 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:37:21,071 - create_instance - DEBUG - VM status query timeout in 896.182290077 2018-10-04 15:37:21,074 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:21,590 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-7c0ee156-e19f-4276-942a-0cdd32ae38cb x-compute-request-id: req-7c0ee156-e19f-4276-942a-0cdd32ae38cb Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "bookmark"}], "image": {"id": "06314734-ad94-467a-bf59-34b498f337aa", "links": [{"href": "http://172.30.9.23:8774/images/06314734-ad94-467a-bf59-34b498f337aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "124eabe3-d54f-4545-97d7-598799f31767", "links": [{"href": "http://172.30.9.23:8774/flavors/124eabe3-d54f-4545-97d7-598799f31767", "rel": "bookmark"}]}, "id": "9addb203-d26a-4005-bc8b-ba9c690caaf2", "security_groups": [{"name": "default"}], "user_id": "e8afd746539f457d8d2bf8ac4ef277d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:37:17Z", "hostId": "da3f84b879f417caec6bd5f54ff6e4761e5a792a4312dc43f1183b99", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-kp", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst", "created": "2018-10-04T15:37:16Z", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:37:21,590 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 used request id req-7c0ee156-e19f-4276-942a-0cdd32ae38cb 2018-10-04 15:37:21,591 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst] is - BUILD 2018-10-04 15:37:21,591 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:37:24,594 - create_instance - DEBUG - VM status query timeout in 892.659593105 2018-10-04 15:37:24,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:25,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b050397b-1e4b-416c-ac91-a1a385f58be6 x-compute-request-id: req-b050397b-1e4b-416c-ac91-a1a385f58be6 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:30:2c", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "bookmark"}], "image": {"id": "06314734-ad94-467a-bf59-34b498f337aa", "links": [{"href": "http://172.30.9.23:8774/images/06314734-ad94-467a-bf59-34b498f337aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:37:21.000000", "flavor": {"id": "124eabe3-d54f-4545-97d7-598799f31767", "links": [{"href": "http://172.30.9.23:8774/flavors/124eabe3-d54f-4545-97d7-598799f31767", "rel": "bookmark"}]}, "id": "9addb203-d26a-4005-bc8b-ba9c690caaf2", "security_groups": [{"name": "default"}], "user_id": "e8afd746539f457d8d2bf8ac4ef277d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:37:23Z", "hostId": "da3f84b879f417caec6bd5f54ff6e4761e5a792a4312dc43f1183b99", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-kp", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst", "created": "2018-10-04T15:37:16Z", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:37:25,063 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 used request id req-b050397b-1e4b-416c-ac91-a1a385f58be6 2018-10-04 15:37:25,063 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst] is - ACTIVE 2018-10-04 15:37:25,063 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:37:25,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:25,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37: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-ce80c1eb-9b08-4d83-b358-3e6be4c8cd45 x-compute-request-id: req-ce80c1eb-9b08-4d83-b358-3e6be4c8cd45 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:30:2c", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "bookmark"}], "image": {"id": "06314734-ad94-467a-bf59-34b498f337aa", "links": [{"href": "http://172.30.9.23:8774/images/06314734-ad94-467a-bf59-34b498f337aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:37:21.000000", "flavor": {"id": "124eabe3-d54f-4545-97d7-598799f31767", "links": [{"href": "http://172.30.9.23:8774/flavors/124eabe3-d54f-4545-97d7-598799f31767", "rel": "bookmark"}]}, "id": "9addb203-d26a-4005-bc8b-ba9c690caaf2", "security_groups": [{"name": "default"}], "user_id": "e8afd746539f457d8d2bf8ac4ef277d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:37:23Z", "hostId": "da3f84b879f417caec6bd5f54ff6e4761e5a792a4312dc43f1183b99", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-kp", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst", "created": "2018-10-04T15:37:16Z", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:37:25,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 used request id req-ce80c1eb-9b08-4d83-b358-3e6be4c8cd45 2018-10-04 15:37:25,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:25,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-518b91a0-4839-4dc3-89c4-a9f98f5fbb3f Date: Thu, 04 Oct 2018 15:37:25 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":["14e5cb8d-3bc2-4bde-8c38-85f30c69ccab"],"updated_at":"2018-10-04T15:36:45Z","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"1692b125-a385-4da8-ace4-9abcd7b450d6","name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net"}]} 2018-10-04 15:37:25,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net used request id req-518b91a0-4839-4dc3-89c4-a9f98f5fbb3f 2018-10-04 15:37:25,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:25,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3e9a61f-0f88-4aab-8982-044124b467e9 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6"}, "enabled": true, "id": "8011bce18b854ad9be4a10e6f95e08a6", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}} 2018-10-04 15:37:25,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 used request id req-f3e9a61f-0f88-4aab-8982-044124b467e9 2018-10-04 15:37:25,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:25,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4a671352-f13e-4e04-b222-526cae3acbeb Date: Thu, 04 Oct 2018 15:37:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:36:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet"}]} 2018-10-04 15:37:25,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-4a671352-f13e-4e04-b222-526cae3acbeb 2018-10-04 15:37:25,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:26,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-92a47ae3-0d8c-4cca-b629-e00baedde81c Date: Thu, 04 Oct 2018 15:37:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:36:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.3"}],"id":"01d46c22-6ccc-415e-ab21-e2a41ff2d9dc","security_groups":[],"mac_address":"fa:16:3e:44:28:7c","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1692b125-a385-4da8-ace4-9abcd7b450d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:36:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.2"}],"id":"09f3a8c8-9f21-4208-80d4-adf8b2a1536e","security_groups":[],"mac_address":"fa:16:3e:0a:90:04","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1692b125-a385-4da8-ace4-9abcd7b450d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:37:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.1"}],"id":"10ba23bc-85a4-4816-afbf-2e170f976d89","security_groups":[],"mac_address":"fa:16:3e:fa:57:6b","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:57Z","binding:vnic_type":"normal","device_id":"192ef921-6fff-4f67-b9b1-eca5645f506d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:37:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.7"}],"id":"ab8fdcdc-254f-46af-a5aa-bd55fcb002e9","security_groups":["c1dc0d25-db09-4f65-9fdc-7c97d58a17fd"],"mac_address":"fa:16:3e:42:30:2c","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3cport-1","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:37:11Z","binding:vnic_type":"normal","device_id":"9addb203-d26a-4005-bc8b-ba9c690caaf2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:36:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.4"}],"id":"dc246e32-8a56-4065-83c4-b6b8f3dbf2d8","security_groups":[],"mac_address":"fa:16:3e:d6:12:22","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1692b125-a385-4da8-ace4-9abcd7b450d6"}]} 2018-10-04 15:37:26,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-92a47ae3-0d8c-4cca-b629-e00baedde81c 2018-10-04 15:37:26,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:26,465 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37: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-83f5171f-6d8c-44b1-a50a-e059276a61f5 x-compute-request-id: req-83f5171f-6d8c-44b1-a50a-e059276a61f5 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:30:2c", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "bookmark"}], "image": {"id": "06314734-ad94-467a-bf59-34b498f337aa", "links": [{"href": "http://172.30.9.23:8774/images/06314734-ad94-467a-bf59-34b498f337aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:37:21.000000", "flavor": {"id": "124eabe3-d54f-4545-97d7-598799f31767", "links": [{"href": "http://172.30.9.23:8774/flavors/124eabe3-d54f-4545-97d7-598799f31767", "rel": "bookmark"}]}, "id": "9addb203-d26a-4005-bc8b-ba9c690caaf2", "security_groups": [{"name": "default"}], "user_id": "e8afd746539f457d8d2bf8ac4ef277d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:37:23Z", "hostId": "da3f84b879f417caec6bd5f54ff6e4761e5a792a4312dc43f1183b99", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-kp", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst", "created": "2018-10-04T15:37:16Z", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:37:26,465 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 used request id req-83f5171f-6d8c-44b1-a50a-e059276a61f5 2018-10-04 15:37:26,466 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst] is - ACTIVE 2018-10-04 15:37:26,466 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:37:26,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:27,573 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37: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-66d43142-ddde-49d6-9a16-8a8b642c782e x-compute-request-id: req-66d43142-ddde-49d6-9a16-8a8b642c782e Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:30:2c", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "bookmark"}], "image": {"id": "06314734-ad94-467a-bf59-34b498f337aa", "links": [{"href": "http://172.30.9.23:8774/images/06314734-ad94-467a-bf59-34b498f337aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:37:21.000000", "flavor": {"id": "124eabe3-d54f-4545-97d7-598799f31767", "links": [{"href": "http://172.30.9.23:8774/flavors/124eabe3-d54f-4545-97d7-598799f31767", "rel": "bookmark"}]}, "id": "9addb203-d26a-4005-bc8b-ba9c690caaf2", "security_groups": [{"name": "default"}], "user_id": "e8afd746539f457d8d2bf8ac4ef277d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:37:23Z", "hostId": "da3f84b879f417caec6bd5f54ff6e4761e5a792a4312dc43f1183b99", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-kp", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst", "created": "2018-10-04T15:37:16Z", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:37:27,573 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 used request id req-66d43142-ddde-49d6-9a16-8a8b642c782e 2018-10-04 15:37:27,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:27,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4f7fa565-01ab-4db0-9e70-5313daf37b25 Date: Thu, 04 Oct 2018 15:37:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["14e5cb8d-3bc2-4bde-8c38-85f30c69ccab"],"updated_at":"2018-10-04T15:36:45Z","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"1692b125-a385-4da8-ace4-9abcd7b450d6","name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net"}]} 2018-10-04 15:37:27,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net used request id req-4f7fa565-01ab-4db0-9e70-5313daf37b25 2018-10-04 15:37:27,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:27,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6de9e8e-b181-4620-b0d4-8b62cdebb325 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6"}, "enabled": true, "id": "8011bce18b854ad9be4a10e6f95e08a6", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}} 2018-10-04 15:37:27,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 used request id req-a6de9e8e-b181-4620-b0d4-8b62cdebb325 2018-10-04 15:37:27,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:27,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-453b732f-a0dd-497f-b0dd-40ea9c7e3c5e Date: Thu, 04 Oct 2018 15:37:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:36:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet"}]} 2018-10-04 15:37:27,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-453b732f-a0dd-497f-b0dd-40ea9c7e3c5e 2018-10-04 15:37:27,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:27,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-4d084edf-000f-4e98-9571-8b541acfee61 Date: Thu, 04 Oct 2018 15:37:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:36:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.3"}],"id":"01d46c22-6ccc-415e-ab21-e2a41ff2d9dc","security_groups":[],"mac_address":"fa:16:3e:44:28:7c","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1692b125-a385-4da8-ace4-9abcd7b450d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:36:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.2"}],"id":"09f3a8c8-9f21-4208-80d4-adf8b2a1536e","security_groups":[],"mac_address":"fa:16:3e:0a:90:04","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1692b125-a385-4da8-ace4-9abcd7b450d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:37:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.1"}],"id":"10ba23bc-85a4-4816-afbf-2e170f976d89","security_groups":[],"mac_address":"fa:16:3e:fa:57:6b","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:57Z","binding:vnic_type":"normal","device_id":"192ef921-6fff-4f67-b9b1-eca5645f506d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:37:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.7"}],"id":"ab8fdcdc-254f-46af-a5aa-bd55fcb002e9","security_groups":["c1dc0d25-db09-4f65-9fdc-7c97d58a17fd"],"mac_address":"fa:16:3e:42:30:2c","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3cport-1","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:37:11Z","binding:vnic_type":"normal","device_id":"9addb203-d26a-4005-bc8b-ba9c690caaf2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:36:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.4"}],"id":"dc246e32-8a56-4065-83c4-b6b8f3dbf2d8","security_groups":[],"mac_address":"fa:16:3e:d6:12:22","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1692b125-a385-4da8-ace4-9abcd7b450d6"}]} 2018-10-04 15:37:27,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-4d084edf-000f-4e98-9571-8b541acfee61 2018-10-04 15:37:27,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp"}}' 2018-10-04 15:37:29,478 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:37: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-ccf50809-dd46-40be-b995-4d3a81775713 x-compute-request-id: req-ccf50809-dd46-40be-b995-4d3a81775713 Content-Length: 0 Content-Type: application/json 2018-10-04 15:37:29,478 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2/action used request id req-ccf50809-dd46-40be-b995-4d3a81775713 2018-10-04 15:37:29,481 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:29,792 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37: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-25af2421-ddf1-4a39-a172-f2476acb16d1 x-compute-request-id: req-25af2421-ddf1-4a39-a172-f2476acb16d1 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:30:2c", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "bookmark"}], "image": {"id": "06314734-ad94-467a-bf59-34b498f337aa", "links": [{"href": "http://172.30.9.23:8774/images/06314734-ad94-467a-bf59-34b498f337aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:37:21.000000", "flavor": {"id": "124eabe3-d54f-4545-97d7-598799f31767", "links": [{"href": "http://172.30.9.23:8774/flavors/124eabe3-d54f-4545-97d7-598799f31767", "rel": "bookmark"}]}, "id": "9addb203-d26a-4005-bc8b-ba9c690caaf2", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp"}, {"name": "default"}], "user_id": "e8afd746539f457d8d2bf8ac4ef277d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:37:23Z", "hostId": "da3f84b879f417caec6bd5f54ff6e4761e5a792a4312dc43f1183b99", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-kp", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst", "created": "2018-10-04T15:37:16Z", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:37:29,793 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 used request id req-25af2421-ddf1-4a39-a172-f2476acb16d1 2018-10-04 15:37:29,793 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst] is - ACTIVE 2018-10-04 15:37:29,793 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:37:29,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:30,626 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37: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-30904809-82d4-4283-960d-f4a4dea75bf8 x-compute-request-id: req-30904809-82d4-4283-960d-f4a4dea75bf8 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:30:2c", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "bookmark"}], "image": {"id": "06314734-ad94-467a-bf59-34b498f337aa", "links": [{"href": "http://172.30.9.23:8774/images/06314734-ad94-467a-bf59-34b498f337aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:37:21.000000", "flavor": {"id": "124eabe3-d54f-4545-97d7-598799f31767", "links": [{"href": "http://172.30.9.23:8774/flavors/124eabe3-d54f-4545-97d7-598799f31767", "rel": "bookmark"}]}, "id": "9addb203-d26a-4005-bc8b-ba9c690caaf2", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp"}, {"name": "default"}], "user_id": "e8afd746539f457d8d2bf8ac4ef277d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:37:23Z", "hostId": "da3f84b879f417caec6bd5f54ff6e4761e5a792a4312dc43f1183b99", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-kp", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst", "created": "2018-10-04T15:37:16Z", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:37:30,626 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 used request id req-30904809-82d4-4283-960d-f4a4dea75bf8 2018-10-04 15:37:30,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:30,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b9ff4bf3-c7aa-4e03-905e-f66ed2e85e87 Date: Thu, 04 Oct 2018 15: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":["14e5cb8d-3bc2-4bde-8c38-85f30c69ccab"],"updated_at":"2018-10-04T15:36:45Z","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"1692b125-a385-4da8-ace4-9abcd7b450d6","name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net"}]} 2018-10-04 15:37:30,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net used request id req-b9ff4bf3-c7aa-4e03-905e-f66ed2e85e87 2018-10-04 15:37:30,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:30,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c8e5a38-1dd2-44c7-b20e-a84ff2071fe1 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6"}, "enabled": true, "id": "8011bce18b854ad9be4a10e6f95e08a6", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}} 2018-10-04 15:37:30,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 used request id req-1c8e5a38-1dd2-44c7-b20e-a84ff2071fe1 2018-10-04 15:37:30,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:31,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-120a05d6-a22a-4122-86f6-9f6e9d162914 Date: Thu, 04 Oct 2018 15:37:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:36:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet"}]} 2018-10-04 15:37:31,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-120a05d6-a22a-4122-86f6-9f6e9d162914 2018-10-04 15:37:31,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:31,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-11994b37-0943-4b25-b5a2-ed3b2ed7a9f3 Date: Thu, 04 Oct 2018 15:37:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:36:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.3"}],"id":"01d46c22-6ccc-415e-ab21-e2a41ff2d9dc","security_groups":[],"mac_address":"fa:16:3e:44:28:7c","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1692b125-a385-4da8-ace4-9abcd7b450d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:36:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.2"}],"id":"09f3a8c8-9f21-4208-80d4-adf8b2a1536e","security_groups":[],"mac_address":"fa:16:3e:0a:90:04","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1692b125-a385-4da8-ace4-9abcd7b450d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:37:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.1"}],"id":"10ba23bc-85a4-4816-afbf-2e170f976d89","security_groups":[],"mac_address":"fa:16:3e:fa:57:6b","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:57Z","binding:vnic_type":"normal","device_id":"192ef921-6fff-4f67-b9b1-eca5645f506d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:37:29Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.7"}],"id":"ab8fdcdc-254f-46af-a5aa-bd55fcb002e9","security_groups":["60afc6f2-5b94-46ad-92d1-58de00bb21ec","c1dc0d25-db09-4f65-9fdc-7c97d58a17fd"],"mac_address":"fa:16:3e:42:30:2c","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3cport-1","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:37:11Z","binding:vnic_type":"normal","device_id":"9addb203-d26a-4005-bc8b-ba9c690caaf2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:36:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.4"}],"id":"dc246e32-8a56-4065-83c4-b6b8f3dbf2d8","security_groups":[],"mac_address":"fa:16:3e:d6:12:22","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1692b125-a385-4da8-ace4-9abcd7b450d6"}]} 2018-10-04 15:37:31,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-11994b37-0943-4b25-b5a2-ed3b2ed7a9f3 2018-10-04 15:37:31,148 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:37:31,148 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:37:31,150 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:37:31,529 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "701815d5804e4786b5d8a6b2af956a2a", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj-role"}], "expires_at": "2018-10-04T16:37:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8011bce18b854ad9be4a10e6f95e08a6", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-user", "id": "e8afd746539f457d8d2bf8ac4ef277d1"}, "audit_ids": ["VzWolEW-TE2WdIrW3jgteA"], "issued_at": "2018-10-04T15:37:31.000000Z"}} 2018-10-04 15:37:31,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64599ff3154383dfdfc42879ca1c000edcd4f83f" 2018-10-04 15:37:31,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-672d0573-e23f-43c0-ba4b-f78b67f57039 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:37:31,597 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-672d0573-e23f-43c0-ba4b-f78b67f57039 2018-10-04 15:37:31,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/124eabe3-d54f-4545-97d7-598799f31767 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64599ff3154383dfdfc42879ca1c000edcd4f83f" 2018-10-04 15:37:31,767 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37: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-515dccff-f0f1-46c8-b752-22ea781cba5a x-compute-request-id: req-515dccff-f0f1-46c8-b752-22ea781cba5a Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/124eabe3-d54f-4545-97d7-598799f31767", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/124eabe3-d54f-4545-97d7-598799f31767", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "124eabe3-d54f-4545-97d7-598799f31767", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:37:31,767 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/124eabe3-d54f-4545-97d7-598799f31767 used request id req-515dccff-f0f1-46c8-b752-22ea781cba5a 2018-10-04 15:37:31,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/14e5cb8d-3bc2-4bde-8c38-85f30c69ccab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64599ff3154383dfdfc42879ca1c000edcd4f83f" 2018-10-04 15:37:31,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-f45f9b93-ad3f-4bc8-9d2f-e7c01df92d85 Date: Thu, 04 Oct 2018 15:37:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:36:45Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet"}} 2018-10-04 15:37:31,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/14e5cb8d-3bc2-4bde-8c38-85f30c69ccab used request id req-f45f9b93-ad3f-4bc8-9d2f-e7c01df92d85 2018-10-04 15:37:31,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64599ff3154383dfdfc42879ca1c000edcd4f83f" 2018-10-04 15:37:32,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-34922c89-e873-4bfa-a6fd-012ade12b22c Date: Thu, 04 Oct 2018 15:37:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["14e5cb8d-3bc2-4bde-8c38-85f30c69ccab"],"updated_at":"2018-10-04T15:36:45Z","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"1692b125-a385-4da8-ace4-9abcd7b450d6","name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net"}]} 2018-10-04 15:37:32,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-34922c89-e873-4bfa-a6fd-012ade12b22c 2018-10-04 15:37:32,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64599ff3154383dfdfc42879ca1c000edcd4f83f" 2018-10-04 15:37:32,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d5e73b51-09bf-4935-84c3-4568f26827f0 Date: Thu, 04 Oct 2018 15:37:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:36:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet"}]} 2018-10-04 15:37:32,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-d5e73b51-09bf-4935-84c3-4568f26827f0 2018-10-04 15:37:32,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64599ff3154383dfdfc42879ca1c000edcd4f83f" 2018-10-04 15:37:32,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2016e53a-6939-4e8c-8773-730a244aaa77 Date: Thu, 04 Oct 2018 15:37:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["14e5cb8d-3bc2-4bde-8c38-85f30c69ccab"],"updated_at":"2018-10-04T15:36:45Z","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"1692b125-a385-4da8-ace4-9abcd7b450d6","name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net"}]} 2018-10-04 15:37:32,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net used request id req-2016e53a-6939-4e8c-8773-730a244aaa77 2018-10-04 15:37:32,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:37:32,612 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:37:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:37:32,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64599ff3154383dfdfc42879ca1c000edcd4f83f" 2018-10-04 15:37:32,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1d91b63-e2ee-4d76-90c0-1ea2679cdd40 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6"}, "enabled": true, "id": "8011bce18b854ad9be4a10e6f95e08a6", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}} 2018-10-04 15:37:32,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 used request id req-e1d91b63-e2ee-4d76-90c0-1ea2679cdd40 2018-10-04 15:37:32,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64599ff3154383dfdfc42879ca1c000edcd4f83f" 2018-10-04 15:37:32,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b3b4b828-0c1c-43bd-b1c1-d7e836fce007 Date: Thu, 04 Oct 2018 15:37:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:36:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet"}]} 2018-10-04 15:37:32,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-b3b4b828-0c1c-43bd-b1c1-d7e836fce007 2018-10-04 15:37:32,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6&mac_address=fa%3A16%3A3e%3A42%3A30%3A2c&name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3cport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64599ff3154383dfdfc42879ca1c000edcd4f83f" 2018-10-04 15:37:33,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-ff28c55c-8fe2-41ec-ac4e-52cf977ef3c1 Date: Thu, 04 Oct 2018 15:37:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:37:29Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.7"}],"id":"ab8fdcdc-254f-46af-a5aa-bd55fcb002e9","security_groups":["60afc6f2-5b94-46ad-92d1-58de00bb21ec","c1dc0d25-db09-4f65-9fdc-7c97d58a17fd"],"mac_address":"fa:16:3e:42:30:2c","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3cport-1","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:37:11Z","binding:vnic_type":"normal","device_id":"9addb203-d26a-4005-bc8b-ba9c690caaf2"}]} 2018-10-04 15:37:33,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6&mac_address=fa%3A16%3A3e%3A42%3A30%3A2c&name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3cport-1&admin_state_up=True used request id req-ff28c55c-8fe2-41ec-ac4e-52cf977ef3c1 2018-10-04 15:37:33,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64599ff3154383dfdfc42879ca1c000edcd4f83f" 2018-10-04 15:37:33,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17572956-926a-416b-82bb-4c3eb5eecd0c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6"}, "enabled": true, "id": "8011bce18b854ad9be4a10e6f95e08a6", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}} 2018-10-04 15:37:33,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 used request id req-17572956-926a-416b-82bb-4c3eb5eecd0c 2018-10-04 15:37:33,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64599ff3154383dfdfc42879ca1c000edcd4f83f" 2018-10-04 15:37:33,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5db23f72-7800-4f5a-b213-8579c27ff1a6 Date: Thu, 04 Oct 2018 15:37:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["14e5cb8d-3bc2-4bde-8c38-85f30c69ccab"],"updated_at":"2018-10-04T15:36:45Z","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"1692b125-a385-4da8-ace4-9abcd7b450d6","name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net"}]} 2018-10-04 15:37:33,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net used request id req-5db23f72-7800-4f5a-b213-8579c27ff1a6 2018-10-04 15:37:33,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64599ff3154383dfdfc42879ca1c000edcd4f83f" 2018-10-04 15:37:33,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b88fc93b-1f3e-4234-9cb7-dea7e94c431c Date: Thu, 04 Oct 2018 15:37:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:36:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet"}]} 2018-10-04 15:37:33,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-b88fc93b-1f3e-4234-9cb7-dea7e94c431c 2018-10-04 15:37:33,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64599ff3154383dfdfc42879ca1c000edcd4f83f" 2018-10-04 15:37:33,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-daf94fdc-0c5f-42fa-99b5-fc4c80340248 Date: Thu, 04 Oct 2018 15:37:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:36:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.3"}],"id":"01d46c22-6ccc-415e-ab21-e2a41ff2d9dc","security_groups":[],"mac_address":"fa:16:3e:44:28:7c","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1692b125-a385-4da8-ace4-9abcd7b450d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:36:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.2"}],"id":"09f3a8c8-9f21-4208-80d4-adf8b2a1536e","security_groups":[],"mac_address":"fa:16:3e:0a:90:04","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1692b125-a385-4da8-ace4-9abcd7b450d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:37:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.1"}],"id":"10ba23bc-85a4-4816-afbf-2e170f976d89","security_groups":[],"mac_address":"fa:16:3e:fa:57:6b","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:57Z","binding:vnic_type":"normal","device_id":"192ef921-6fff-4f67-b9b1-eca5645f506d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:37:29Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.7"}],"id":"ab8fdcdc-254f-46af-a5aa-bd55fcb002e9","security_groups":["60afc6f2-5b94-46ad-92d1-58de00bb21ec","c1dc0d25-db09-4f65-9fdc-7c97d58a17fd"],"mac_address":"fa:16:3e:42:30:2c","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3cport-1","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:37:11Z","binding:vnic_type":"normal","device_id":"9addb203-d26a-4005-bc8b-ba9c690caaf2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:36:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.4"}],"id":"dc246e32-8a56-4065-83c4-b6b8f3dbf2d8","security_groups":[],"mac_address":"fa:16:3e:d6:12:22","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1692b125-a385-4da8-ace4-9abcd7b450d6"}]} 2018-10-04 15:37:33,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-daf94fdc-0c5f-42fa-99b5-fc4c80340248 2018-10-04 15:37:33,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64599ff3154383dfdfc42879ca1c000edcd4f83f" 2018-10-04 15:37:33,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7bd4424f-2f33-44cc-bd96-83784c789fb9 Date: Thu, 04 Oct 2018 15:37:33 GMT RESP BODY: {"floatingips": []} 2018-10-04 15:37:33,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-7bd4424f-2f33-44cc-bd96-83784c789fb9 2018-10-04 15:37:33,747 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:37:33,748 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:37:34,123 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "701815d5804e4786b5d8a6b2af956a2a", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj-role"}], "expires_at": "2018-10-04T16:37:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8011bce18b854ad9be4a10e6f95e08a6", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/8011bce18b854ad9be4a10e6f95e08a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-user", "id": "e8afd746539f457d8d2bf8ac4ef277d1"}, "audit_ids": ["uLMtKPx7QVq3ZBWTlpK0Hw"], "issued_at": "2018-10-04T15:37:34.000000Z"}} 2018-10-04 15:37:34,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:34,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0f8930c-fb2d-49fe-bc80-f41323bf9139 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:37:34,200 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f0f8930c-fb2d-49fe-bc80-f41323bf9139 2018-10-04 15:37:34,201 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:37:34,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:34,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5aab5fbb-ddc7-4d6b-8651-7196c94a869d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:37:34,274 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5aab5fbb-ddc7-4d6b-8651-7196c94a869d 2018-10-04 15:37:34,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:34,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e63a44e5-d61f-437b-977c-1f1dfaf9a5db Date: Thu, 04 Oct 2018 15:37:34 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":["14e5cb8d-3bc2-4bde-8c38-85f30c69ccab"],"updated_at":"2018-10-04T15:36:45Z","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"1692b125-a385-4da8-ace4-9abcd7b450d6","name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net"}]} 2018-10-04 15:37:34,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net used request id req-e63a44e5-d61f-437b-977c-1f1dfaf9a5db 2018-10-04 15:37:34,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:37:34,527 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:37:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:37:34,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:34,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36f5d09b-5c10-46ec-8938-64d0a9692e31 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6"}, "enabled": true, "id": "8011bce18b854ad9be4a10e6f95e08a6", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}} 2018-10-04 15:37:34,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 used request id req-36f5d09b-5c10-46ec-8938-64d0a9692e31 2018-10-04 15:37:34,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:34,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cfc48311-b758-45de-ba9a-aa8f375f6b44 Date: Thu, 04 Oct 2018 15:37:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:36:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet"}]} 2018-10-04 15:37:34,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-cfc48311-b758-45de-ba9a-aa8f375f6b44 2018-10-04 15:37:34,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6&mac_address=fa%3A16%3A3e%3A42%3A30%3A2c&name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3cport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:35,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-e9d72d48-0043-4b67-86b6-bb34a1cccc47 Date: Thu, 04 Oct 2018 15:37:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:37:29Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.7"}],"id":"ab8fdcdc-254f-46af-a5aa-bd55fcb002e9","security_groups":["60afc6f2-5b94-46ad-92d1-58de00bb21ec","c1dc0d25-db09-4f65-9fdc-7c97d58a17fd"],"mac_address":"fa:16:3e:42:30:2c","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3cport-1","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:37:11Z","binding:vnic_type":"normal","device_id":"9addb203-d26a-4005-bc8b-ba9c690caaf2"}]} 2018-10-04 15:37:35,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6&mac_address=fa%3A16%3A3e%3A42%3A30%3A2c&name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3cport-1&admin_state_up=True used request id req-e9d72d48-0043-4b67-86b6-bb34a1cccc47 2018-10-04 15:37:35,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:35,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c96c1ff-81fc-401f-9973-b954c09a212f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6"}, "enabled": true, "id": "8011bce18b854ad9be4a10e6f95e08a6", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}} 2018-10-04 15:37:35,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 used request id req-0c96c1ff-81fc-401f-9973-b954c09a212f 2018-10-04 15:37:35,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:36,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37: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-9eb44a51-c00f-4d0c-97f2-c3c32000a7c3 x-compute-request-id: req-9eb44a51-c00f-4d0c-97f2-c3c32000a7c3 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:30:2c", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "bookmark"}], "image": {"id": "06314734-ad94-467a-bf59-34b498f337aa", "links": [{"href": "http://172.30.9.23:8774/images/06314734-ad94-467a-bf59-34b498f337aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:37:21.000000", "flavor": {"id": "124eabe3-d54f-4545-97d7-598799f31767", "links": [{"href": "http://172.30.9.23:8774/flavors/124eabe3-d54f-4545-97d7-598799f31767", "rel": "bookmark"}]}, "id": "9addb203-d26a-4005-bc8b-ba9c690caaf2", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp"}, {"name": "default"}], "user_id": "e8afd746539f457d8d2bf8ac4ef277d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:37:23Z", "hostId": "da3f84b879f417caec6bd5f54ff6e4761e5a792a4312dc43f1183b99", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-kp", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst", "created": "2018-10-04T15:37:16Z", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:37:36,559 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst used request id req-9eb44a51-c00f-4d0c-97f2-c3c32000a7c3 2018-10-04 15:37:36,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:37,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-fd7ab744-fa30-48fa-a81e-5717352a371a Date: Thu, 04 Oct 2018 15:37:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["14e5cb8d-3bc2-4bde-8c38-85f30c69ccab"],"updated_at":"2018-10-04T15:36:45Z","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"1692b125-a385-4da8-ace4-9abcd7b450d6","name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net"}]} 2018-10-04 15:37:37,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net used request id req-fd7ab744-fa30-48fa-a81e-5717352a371a 2018-10-04 15:37:37,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:37,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-64d10778-eb84-428e-90ec-40472dcb34da Date: Thu, 04 Oct 2018 15:37:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:36:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet"}]} 2018-10-04 15:37:37,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-64d10778-eb84-428e-90ec-40472dcb34da 2018-10-04 15:37:37,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:37,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-73fe55cd-9b19-448c-8c62-f6810e9a3609 Date: Thu, 04 Oct 2018 15:37:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:36:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.3"}],"id":"01d46c22-6ccc-415e-ab21-e2a41ff2d9dc","security_groups":[],"mac_address":"fa:16:3e:44:28:7c","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1692b125-a385-4da8-ace4-9abcd7b450d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:36:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.2"}],"id":"09f3a8c8-9f21-4208-80d4-adf8b2a1536e","security_groups":[],"mac_address":"fa:16:3e:0a:90:04","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1692b125-a385-4da8-ace4-9abcd7b450d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:37:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.1"}],"id":"10ba23bc-85a4-4816-afbf-2e170f976d89","security_groups":[],"mac_address":"fa:16:3e:fa:57:6b","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:57Z","binding:vnic_type":"normal","device_id":"192ef921-6fff-4f67-b9b1-eca5645f506d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:37:29Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.7"}],"id":"ab8fdcdc-254f-46af-a5aa-bd55fcb002e9","security_groups":["60afc6f2-5b94-46ad-92d1-58de00bb21ec","c1dc0d25-db09-4f65-9fdc-7c97d58a17fd"],"mac_address":"fa:16:3e:42:30:2c","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3cport-1","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:37:11Z","binding:vnic_type":"normal","device_id":"9addb203-d26a-4005-bc8b-ba9c690caaf2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:36:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.4"}],"id":"dc246e32-8a56-4065-83c4-b6b8f3dbf2d8","security_groups":[],"mac_address":"fa:16:3e:d6:12:22","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1692b125-a385-4da8-ace4-9abcd7b450d6"}]} 2018-10-04 15:37:37,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-73fe55cd-9b19-448c-8c62-f6810e9a3609 2018-10-04 15:37:37,628 - create_instance - INFO - Found existing machine with name - CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst 2018-10-04 15:37:37,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:37,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b0947746-9fdc-425a-86e6-f6eeaf32a30a Date: Thu, 04 Oct 2018 15:37:37 GMT RESP BODY: {"floatingips": []} 2018-10-04 15:37:37,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-b0947746-9fdc-425a-86e6-f6eeaf32a30a 2018-10-04 15:37:37,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:37,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-de7a3566-7305-4ca2-a46d-8ccea6b4a62d Date: Thu, 04 Oct 2018 15:37:37 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:36:50Z", "admin_state_up": true, "updated_at": "2018-10-04T15:36:57Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "192ef921-6fff-4f67-b9b1-eca5645f506d", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-router"}]} 2018-10-04 15:37:37,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-router used request id req-de7a3566-7305-4ca2-a46d-8ccea6b4a62d 2018-10-04 15:37:37,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:37,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b2268f0-7ee7-4b38-8537-f508352fa7d9 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6"}, "enabled": true, "id": "8011bce18b854ad9be4a10e6f95e08a6", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}} 2018-10-04 15:37:37,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 used request id req-0b2268f0-7ee7-4b38-8537-f508352fa7d9 2018-10-04 15:37:37,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=192ef921-6fff-4f67-b9b1-eca5645f506d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:38,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-64eec941-6f3a-41cd-a4f5-1975aeaf5512 Date: Thu, 04 Oct 2018 15:37:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:37:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.1"}],"id":"10ba23bc-85a4-4816-afbf-2e170f976d89","security_groups":[],"mac_address":"fa:16:3e:fa:57:6b","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:57Z","binding:vnic_type":"normal","device_id":"192ef921-6fff-4f67-b9b1-eca5645f506d"}]} 2018-10-04 15:37:38,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=192ef921-6fff-4f67-b9b1-eca5645f506d used request id req-64eec941-6f3a-41cd-a4f5-1975aeaf5512 2018-10-04 15:37:38,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/14e5cb8d-3bc2-4bde-8c38-85f30c69ccab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:38,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-7a8305e6-f0d5-4425-923b-ce6f919660e5 Date: Thu, 04 Oct 2018 15:37:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:36:45Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet"}} 2018-10-04 15:37:38,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/14e5cb8d-3bc2-4bde-8c38-85f30c69ccab used request id req-7a8305e6-f0d5-4425-923b-ce6f919660e5 2018-10-04 15:37:38,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:38,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-527d96d6-8e8d-496c-9cee-bead2df4835a Date: Thu, 04 Oct 2018 15:37:38 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:37:38,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-527d96d6-8e8d-496c-9cee-bead2df4835a 2018-10-04 15:37:38,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:38,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1f4bce45-6889-44ba-86dd-e6d42a15cc94 Date: Thu, 04 Oct 2018 15:37:38 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:37:38,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-1f4bce45-6889-44ba-86dd-e6d42a15cc94 2018-10-04 15:37:38,240 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:38,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37: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-859e3051-8109-474b-b2cc-162edb7c647f x-compute-request-id: req-859e3051-8109-474b-b2cc-162edb7c647f Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:30:2c", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "bookmark"}], "image": {"id": "06314734-ad94-467a-bf59-34b498f337aa", "links": [{"href": "http://172.30.9.23:8774/images/06314734-ad94-467a-bf59-34b498f337aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:37:21.000000", "flavor": {"id": "124eabe3-d54f-4545-97d7-598799f31767", "links": [{"href": "http://172.30.9.23:8774/flavors/124eabe3-d54f-4545-97d7-598799f31767", "rel": "bookmark"}]}, "id": "9addb203-d26a-4005-bc8b-ba9c690caaf2", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp"}, {"name": "default"}], "user_id": "e8afd746539f457d8d2bf8ac4ef277d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:37:23Z", "hostId": "da3f84b879f417caec6bd5f54ff6e4761e5a792a4312dc43f1183b99", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-kp", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst", "created": "2018-10-04T15:37:16Z", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:37:38,832 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 used request id req-859e3051-8109-474b-b2cc-162edb7c647f 2018-10-04 15:37:38,832 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst] is - ACTIVE 2018-10-04 15:37:38,832 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:37:38,835 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:39,646 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37: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-723e6af1-a6c6-4dea-a540-ded5a8f315d9 x-compute-request-id: req-723e6af1-a6c6-4dea-a540-ded5a8f315d9 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:30:2c", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "bookmark"}], "image": {"id": "06314734-ad94-467a-bf59-34b498f337aa", "links": [{"href": "http://172.30.9.23:8774/images/06314734-ad94-467a-bf59-34b498f337aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:37:21.000000", "flavor": {"id": "124eabe3-d54f-4545-97d7-598799f31767", "links": [{"href": "http://172.30.9.23:8774/flavors/124eabe3-d54f-4545-97d7-598799f31767", "rel": "bookmark"}]}, "id": "9addb203-d26a-4005-bc8b-ba9c690caaf2", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp"}, {"name": "default"}], "user_id": "e8afd746539f457d8d2bf8ac4ef277d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:37:23Z", "hostId": "da3f84b879f417caec6bd5f54ff6e4761e5a792a4312dc43f1183b99", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-kp", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst", "created": "2018-10-04T15:37:16Z", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:37:39,646 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 used request id req-723e6af1-a6c6-4dea-a540-ded5a8f315d9 2018-10-04 15:37:39,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:39,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e0d34b00-a658-4c81-9ace-900ced353371 Date: Thu, 04 Oct 2018 15:37:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["14e5cb8d-3bc2-4bde-8c38-85f30c69ccab"],"updated_at":"2018-10-04T15:36:45Z","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"1692b125-a385-4da8-ace4-9abcd7b450d6","name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net"}]} 2018-10-04 15:37:39,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net used request id req-e0d34b00-a658-4c81-9ace-900ced353371 2018-10-04 15:37:39,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:39,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44049d57-8d11-48c4-9f82-957d70d8aaa2 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6"}, "enabled": true, "id": "8011bce18b854ad9be4a10e6f95e08a6", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}} 2018-10-04 15:37:39,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 used request id req-44049d57-8d11-48c4-9f82-957d70d8aaa2 2018-10-04 15:37:39,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:40,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-de3a9782-79ce-4d86-b060-553a83a86de6 Date: Thu, 04 Oct 2018 15:37:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:36:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet"}]} 2018-10-04 15:37:40,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-de3a9782-79ce-4d86-b060-553a83a86de6 2018-10-04 15:37:40,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:40,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-2972315a-93bc-43b5-88ec-c976f1101989 Date: Thu, 04 Oct 2018 15:37:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:36:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.3"}],"id":"01d46c22-6ccc-415e-ab21-e2a41ff2d9dc","security_groups":[],"mac_address":"fa:16:3e:44:28:7c","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1692b125-a385-4da8-ace4-9abcd7b450d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:36:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.2"}],"id":"09f3a8c8-9f21-4208-80d4-adf8b2a1536e","security_groups":[],"mac_address":"fa:16:3e:0a:90:04","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1692b125-a385-4da8-ace4-9abcd7b450d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:37:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.1"}],"id":"10ba23bc-85a4-4816-afbf-2e170f976d89","security_groups":[],"mac_address":"fa:16:3e:fa:57:6b","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:57Z","binding:vnic_type":"normal","device_id":"192ef921-6fff-4f67-b9b1-eca5645f506d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:37:29Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.7"}],"id":"ab8fdcdc-254f-46af-a5aa-bd55fcb002e9","security_groups":["60afc6f2-5b94-46ad-92d1-58de00bb21ec","c1dc0d25-db09-4f65-9fdc-7c97d58a17fd"],"mac_address":"fa:16:3e:42:30:2c","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3cport-1","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:37:11Z","binding:vnic_type":"normal","device_id":"9addb203-d26a-4005-bc8b-ba9c690caaf2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:36:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.4"}],"id":"dc246e32-8a56-4065-83c4-b6b8f3dbf2d8","security_groups":[],"mac_address":"fa:16:3e:d6:12:22","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1692b125-a385-4da8-ace4-9abcd7b450d6"}]} 2018-10-04 15:37:40,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-2972315a-93bc-43b5-88ec-c976f1101989 2018-10-04 15:37:40,333 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-04 15:37:40,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:40,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-e87ef931-7e93-45a0-af1c-7fae0c822198 Date: Thu, 04 Oct 2018 15:37:40 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:37:40,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-e87ef931-7e93-45a0-af1c-7fae0c822198 2018-10-04 15:37:40,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:40,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d6bdc143-de14-407b-9d2a-6c92da137c54 Date: Thu, 04 Oct 2018 15:37:40 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:37:40,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-d6bdc143-de14-407b-9d2a-6c92da137c54 2018-10-04 15:37:40,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" -d '{"floatingip": {"floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "port_id": "ab8fdcdc-254f-46af-a5aa-bd55fcb002e9"}}' 2018-10-04 15:37:43,399 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-5950cf17-60e5-40e2-a138-2f089c696a2e Date: Thu, 04 Oct 2018 15:37:43 GMT RESP BODY: {"floatingip": {"router_id": "192ef921-6fff-4f67-b9b1-eca5645f506d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:37:42Z", "updated_at": "2018-10-04T15:37:42Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "10.55.1.7", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "port_id": "ab8fdcdc-254f-46af-a5aa-bd55fcb002e9", "id": "c1910bd9-b28d-40b6-910f-d9e38ac3a461"}} 2018-10-04 15:37:43,399 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-5950cf17-60e5-40e2-a138-2f089c696a2e 2018-10-04 15:37:43,399 - create_instance - INFO - Created floating IP 172.30.9.207 via router - CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-router 2018-10-04 15:37:43,400 - create_instance - INFO - Checking if VM is active 2018-10-04 15:37:43,403 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:44,088 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37: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-9357c80d-be48-4896-b5d0-2da29e1497a8 x-compute-request-id: req-9357c80d-be48-4896-b5d0-2da29e1497a8 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:30:2c", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "bookmark"}], "image": {"id": "06314734-ad94-467a-bf59-34b498f337aa", "links": [{"href": "http://172.30.9.23:8774/images/06314734-ad94-467a-bf59-34b498f337aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:37:21.000000", "flavor": {"id": "124eabe3-d54f-4545-97d7-598799f31767", "links": [{"href": "http://172.30.9.23:8774/flavors/124eabe3-d54f-4545-97d7-598799f31767", "rel": "bookmark"}]}, "id": "9addb203-d26a-4005-bc8b-ba9c690caaf2", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp"}, {"name": "default"}], "user_id": "e8afd746539f457d8d2bf8ac4ef277d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:37:23Z", "hostId": "da3f84b879f417caec6bd5f54ff6e4761e5a792a4312dc43f1183b99", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-kp", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst", "created": "2018-10-04T15:37:16Z", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:37:44,088 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 used request id req-9357c80d-be48-4896-b5d0-2da29e1497a8 2018-10-04 15:37:44,089 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst] is - ACTIVE 2018-10-04 15:37:44,089 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:37:44,092 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:44,455 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37: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-26a88cbc-851b-484e-b060-0e2b3adccf1d x-compute-request-id: req-26a88cbc-851b-484e-b060-0e2b3adccf1d Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:30:2c", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "bookmark"}], "image": {"id": "06314734-ad94-467a-bf59-34b498f337aa", "links": [{"href": "http://172.30.9.23:8774/images/06314734-ad94-467a-bf59-34b498f337aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:37:21.000000", "flavor": {"id": "124eabe3-d54f-4545-97d7-598799f31767", "links": [{"href": "http://172.30.9.23:8774/flavors/124eabe3-d54f-4545-97d7-598799f31767", "rel": "bookmark"}]}, "id": "9addb203-d26a-4005-bc8b-ba9c690caaf2", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp"}, {"name": "default"}], "user_id": "e8afd746539f457d8d2bf8ac4ef277d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:37:23Z", "hostId": "da3f84b879f417caec6bd5f54ff6e4761e5a792a4312dc43f1183b99", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-kp", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst", "created": "2018-10-04T15:37:16Z", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:37:44,456 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 used request id req-26a88cbc-851b-484e-b060-0e2b3adccf1d 2018-10-04 15:37:44,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:44,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-cbe2f874-c733-40e2-b5b0-a3fc3c858d17 Date: Thu, 04 Oct 2018 15:37:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["14e5cb8d-3bc2-4bde-8c38-85f30c69ccab"],"updated_at":"2018-10-04T15:36:45Z","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"1692b125-a385-4da8-ace4-9abcd7b450d6","name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net"}]} 2018-10-04 15:37:44,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net used request id req-cbe2f874-c733-40e2-b5b0-a3fc3c858d17 2018-10-04 15:37:44,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:44,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c97f25f-dc20-47f0-b037-0e876180da55 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6"}, "enabled": true, "id": "8011bce18b854ad9be4a10e6f95e08a6", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}} 2018-10-04 15:37:44,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 used request id req-7c97f25f-dc20-47f0-b037-0e876180da55 2018-10-04 15:37:44,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:44,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f2a6bf42-cf7f-4d8c-80bd-2b2952352506 Date: Thu, 04 Oct 2018 15:37:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","dns_nameservers":[],"updated_at":"2018-10-04T15:36:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8011bce18b854ad9be4a10e6f95e08a6","id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet"}]} 2018-10-04 15:37:44,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-f2a6bf42-cf7f-4d8c-80bd-2b2952352506 2018-10-04 15:37:44,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:44,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-051303cd-767a-4709-b6d5-464e9ac3dd24 Date: Thu, 04 Oct 2018 15:37:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:36:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.3"}],"id":"01d46c22-6ccc-415e-ab21-e2a41ff2d9dc","security_groups":[],"mac_address":"fa:16:3e:44:28:7c","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1692b125-a385-4da8-ace4-9abcd7b450d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:36:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.2"}],"id":"09f3a8c8-9f21-4208-80d4-adf8b2a1536e","security_groups":[],"mac_address":"fa:16:3e:0a:90:04","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1692b125-a385-4da8-ace4-9abcd7b450d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:37:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.1"}],"id":"10ba23bc-85a4-4816-afbf-2e170f976d89","security_groups":[],"mac_address":"fa:16:3e:fa:57:6b","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:57Z","binding:vnic_type":"normal","device_id":"192ef921-6fff-4f67-b9b1-eca5645f506d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:37:29Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.7"}],"id":"ab8fdcdc-254f-46af-a5aa-bd55fcb002e9","security_groups":["60afc6f2-5b94-46ad-92d1-58de00bb21ec","c1dc0d25-db09-4f65-9fdc-7c97d58a17fd"],"mac_address":"fa:16:3e:42:30:2c","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3cport-1","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:37:11Z","binding:vnic_type":"normal","device_id":"9addb203-d26a-4005-bc8b-ba9c690caaf2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:36:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14e5cb8d-3bc2-4bde-8c38-85f30c69ccab","ip_address":"10.55.1.4"}],"id":"dc246e32-8a56-4065-83c4-b6b8f3dbf2d8","security_groups":[],"mac_address":"fa:16:3e:d6:12:22","project_id":"8011bce18b854ad9be4a10e6f95e08a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1692b125-a385-4da8-ace4-9abcd7b450d6","tenant_id":"8011bce18b854ad9be4a10e6f95e08a6","created_at":"2018-10-04T15:36:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1692b125-a385-4da8-ace4-9abcd7b450d6"}]} 2018-10-04 15:37:44,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-051303cd-767a-4709-b6d5-464e9ac3dd24 2018-10-04 15:37:44,944 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:37:44,948 - paramiko.transport - DEBUG - starting thread (client mode): 0xb785aa90L 2018-10-04 15:37:44,949 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:37:44,949 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-04 15:37:44,950 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 15:37:44,951 - 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-10-04 15:37:44,951 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:37:44,951 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-04 15:37:44,951 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:37:44,951 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:37:44,952 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:37:45,004 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:37:45,005 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:37:45,013 - paramiko.transport - DEBUG - Trying key 1985318d614c542ecc4ec31a68c42f0c from tmp/CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c 2018-10-04 15:37:45,045 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:37:45,048 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:37:45,149 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:37:45,191 - create_instance - INFO - SSH is active for VM instance 2018-10-04 15:37:45,191 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:37:45,193 - paramiko.transport - DEBUG - starting thread (client mode): 0xb785aed0L 2018-10-04 15:37:45,194 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:37:45,194 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-04 15:37:45,194 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 15:37:45,195 - 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-10-04 15:37:45,195 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:37:45,196 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-04 15:37:45,196 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:37:45,196 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:37:45,196 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:37:45,213 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:37:45,214 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:37:45,226 - paramiko.transport - DEBUG - Trying key 1985318d614c542ecc4ec31a68c42f0c from tmp/CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c 2018-10-04 15:37:45,253 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:37:45,256 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:37:45,258 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 15:37:45,259 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-04 15:37:45,260 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 15:37:45,263 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 15:37:45,265 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 15:37:45,266 - create_instance - INFO - Deleting Port with ID - ab8fdcdc-254f-46af-a5aa-bd55fcb002e9 2018-10-04 15:37:45,266 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3cport-1 2018-10-04 15:37:45,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/ab8fdcdc-254f-46af-a5aa-bd55fcb002e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:46,339 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9f634003-68b1-42fb-8519-ec77edb1191e Date: Thu, 04 Oct 2018 15:37:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:37:46,339 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/ab8fdcdc-254f-46af-a5aa-bd55fcb002e9 used request id req-9f634003-68b1-42fb-8519-ec77edb1191e 2018-10-04 15:37:46,339 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst 2018-10-04 15:37:46,342 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:46,484 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:37:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-02ececc3-5438-4bbd-8815-20438e7f5e84 x-compute-request-id: req-02ececc3-5438-4bbd-8815-20438e7f5e84 Content-Type: application/json 2018-10-04 15:37:46,484 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 used request id req-02ececc3-5438-4bbd-8815-20438e7f5e84 2018-10-04 15:37:46,484 - create_instance - INFO - Checking deletion status 2018-10-04 15:37:46,487 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:46,757 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c1104c87-e622-4bee-948a-37d066b1a433 x-compute-request-id: req-c1104c87-e622-4bee-948a-37d066b1a433 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "bookmark"}], "image": {"id": "06314734-ad94-467a-bf59-34b498f337aa", "links": [{"href": "http://172.30.9.23:8774/images/06314734-ad94-467a-bf59-34b498f337aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:37:21.000000", "flavor": {"id": "124eabe3-d54f-4545-97d7-598799f31767", "links": [{"href": "http://172.30.9.23:8774/flavors/124eabe3-d54f-4545-97d7-598799f31767", "rel": "bookmark"}]}, "id": "9addb203-d26a-4005-bc8b-ba9c690caaf2", "user_id": "e8afd746539f457d8d2bf8ac4ef277d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:37:46Z", "hostId": "da3f84b879f417caec6bd5f54ff6e4761e5a792a4312dc43f1183b99", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-kp", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst", "created": "2018-10-04T15:37:16Z", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:37:46,757 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 used request id req-c1104c87-e622-4bee-948a-37d066b1a433 2018-10-04 15:37:46,757 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst] is - ACTIVE 2018-10-04 15:37:46,757 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:37:49,761 - create_instance - DEBUG - VM status query timeout in 296.723771095 2018-10-04 15:37:49,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:50,007 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:37: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-7ad20704-57b2-43a5-87cf-c5de2320cd06 x-compute-request-id: req-7ad20704-57b2-43a5-87cf-c5de2320cd06 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2", "rel": "bookmark"}], "image": {"id": "06314734-ad94-467a-bf59-34b498f337aa", "links": [{"href": "http://172.30.9.23:8774/images/06314734-ad94-467a-bf59-34b498f337aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:37:21.000000", "flavor": {"id": "124eabe3-d54f-4545-97d7-598799f31767", "links": [{"href": "http://172.30.9.23:8774/flavors/124eabe3-d54f-4545-97d7-598799f31767", "rel": "bookmark"}]}, "id": "9addb203-d26a-4005-bc8b-ba9c690caaf2", "user_id": "e8afd746539f457d8d2bf8ac4ef277d1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:37:46Z", "hostId": "da3f84b879f417caec6bd5f54ff6e4761e5a792a4312dc43f1183b99", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-kp", "name": "CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst", "created": "2018-10-04T15:37:16Z", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:37:50,007 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 used request id req-7ad20704-57b2-43a5-87cf-c5de2320cd06 2018-10-04 15:37:50,007 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst] is - ACTIVE 2018-10-04 15:37:50,007 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:37:53,011 - create_instance - DEBUG - VM status query timeout in 293.47377491 2018-10-04 15:37:53,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0afea871e212b2219db3bc58e270fac85632269" 2018-10-04 15:37:53,252 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15: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 x-openstack-request-id: req-2231dbc3-25cc-408f-8144-c0962e78019d x-compute-request-id: req-2231dbc3-25cc-408f-8144-c0962e78019d Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 9addb203-d26a-4005-bc8b-ba9c690caaf2 could not be found.", "code": 404}} 2018-10-04 15:37:53,253 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9addb203-d26a-4005-bc8b-ba9c690caaf2 used request id req-2231dbc3-25cc-408f-8144-c0962e78019d 2018-10-04 15:37:53,253 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 9addb203-d26a-4005-bc8b-ba9c690caaf2 could not be found. (HTTP 404) (Request-ID: req-2231dbc3-25cc-408f-8144-c0962e78019d) 2018-10-04 15:37:53,253 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-inst 2018-10-04 15:37:53,254 - create_instance - INFO - Deleting Floating IP - 172.30.9.207 2018-10-04 15:37:53,254 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.207 2018-10-04 15:37:53,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/floatingips/c1910bd9-b28d-40b6-910f-d9e38ac3a461 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:53,663 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-45181046-81e9-4ae0-9c8a-add88d3a6513 Content-Length: 0 Date: Thu, 04 Oct 2018 15:37:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:37:53,663 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/c1910bd9-b28d-40b6-910f-d9e38ac3a461 used request id req-45181046-81e9-4ae0-9c8a-add88d3a6513 2018-10-04 15:37:53,663 - create_instance - INFO - Deleting Port with ID - ab8fdcdc-254f-46af-a5aa-bd55fcb002e9 2018-10-04 15:37:53,663 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3cport-1 2018-10-04 15:37:53,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/ab8fdcdc-254f-46af-a5aa-bd55fcb002e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcffe35edc07a50fc7530ca12449585acd991ac3" 2018-10-04 15:37:53,839 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 132 X-Openstack-Request-Id: req-fed9d8ef-4bdd-4795-a3ad-f26cdd390071 Date: Thu, 04 Oct 2018 15:37:53 GMT RESP BODY: {"NeutronError": {"message": "Port ab8fdcdc-254f-46af-a5aa-bd55fcb002e9 could not be found.", "type": "PortNotFound", "detail": ""}} 2018-10-04 15:37:53,839 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/ab8fdcdc-254f-46af-a5aa-bd55fcb002e9 used request id req-fed9d8ef-4bdd-4795-a3ad-f26cdd390071 2018-10-04 15:37:53,840 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Port ab8fdcdc-254f-46af-a5aa-bd55fcb002e9 could not be found.", "type": "PortNotFound", "detail": ""}} 2018-10-04 15:37:53,840 - create_instance_tests - ERROR - Unexpected exception cleaning VM instance with message - Port ab8fdcdc-254f-46af-a5aa-bd55fcb002e9 could not be found. Neutron server returns request_ids: ['req-fed9d8ef-4bdd-4795-a3ad-f26cdd390071'] 2018-10-04 15:37:53,841 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-kp 2018-10-04 15:37:53,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33ac32321e30f79e9d9a8ee2424adc76193dfd1f" 2018-10-04 15:37:53,883 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15: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 x-openstack-request-id: req-f527b8ea-9fa3-407b-bbf6-7d1ff515b546 x-compute-request-id: req-f527b8ea-9fa3-407b-bbf6-7d1ff515b546 Content-Length: 0 Content-Type: application/json 2018-10-04 15:37:53,883 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-kp used request id req-f527b8ea-9fa3-407b-bbf6-7d1ff515b546 2018-10-04 15:37:53,884 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c.pub] 2018-10-04 15:37:53,884 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c] 2018-10-04 15:37:53,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/124eabe3-d54f-4545-97d7-598799f31767 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34d987a6b801b3c8f29cba351b6f87fab314a846" 2018-10-04 15:37:53,935 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15: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 x-openstack-request-id: req-9fa09b67-f876-45db-aa79-7a253adadeed x-compute-request-id: req-9fa09b67-f876-45db-aa79-7a253adadeed Content-Length: 0 Content-Type: application/json 2018-10-04 15:37:53,935 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/124eabe3-d54f-4545-97d7-598799f31767 used request id req-9fa09b67-f876-45db-aa79-7a253adadeed 2018-10-04 15:37:53,936 - neutron_utils - INFO - Deleting security group rule with ID - 0e52c112-ac41-4061-8325-ded4fa81f760 2018-10-04 15:37:53,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/0e52c112-ac41-4061-8325-ded4fa81f760 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e807ed5ceaf9dd1aa0a38e04c4cc437efcfbcc79" 2018-10-04 15:37:54,192 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d71bc5c5-14c8-48db-8db2-b8d7b5af8191 Content-Length: 0 Date: Thu, 04 Oct 2018 15:37:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:37:54,192 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/0e52c112-ac41-4061-8325-ded4fa81f760 used request id req-d71bc5c5-14c8-48db-8db2-b8d7b5af8191 2018-10-04 15:37:54,193 - neutron_utils - INFO - Deleting security group rule with ID - 2a83d8ae-d58b-4e50-8c75-a1a7296836d9 2018-10-04 15:37:54,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/2a83d8ae-d58b-4e50-8c75-a1a7296836d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e807ed5ceaf9dd1aa0a38e04c4cc437efcfbcc79" 2018-10-04 15:37:54,443 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-15d17308-531d-4db2-9f7d-10ada1615344 Content-Length: 0 Date: Thu, 04 Oct 2018 15:37:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:37:54,443 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/2a83d8ae-d58b-4e50-8c75-a1a7296836d9 used request id req-15d17308-531d-4db2-9f7d-10ada1615344 2018-10-04 15:37:54,443 - neutron_utils - INFO - Deleting security group rule with ID - 9ef96e40-4077-4d04-a318-5a6f3b76bd98 2018-10-04 15:37:54,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/9ef96e40-4077-4d04-a318-5a6f3b76bd98 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e807ed5ceaf9dd1aa0a38e04c4cc437efcfbcc79" 2018-10-04 15:37:54,682 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4b4b3e62-790e-468a-bfe5-3bd71b9b061e Content-Length: 0 Date: Thu, 04 Oct 2018 15:37:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:37:54,682 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/9ef96e40-4077-4d04-a318-5a6f3b76bd98 used request id req-4b4b3e62-790e-468a-bfe5-3bd71b9b061e 2018-10-04 15:37:54,682 - neutron_utils - INFO - Deleting security group rule with ID - 40686681-49da-4afa-a231-edfc4d675b63 2018-10-04 15:37:54,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/40686681-49da-4afa-a231-edfc4d675b63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e807ed5ceaf9dd1aa0a38e04c4cc437efcfbcc79" 2018-10-04 15:37:54,780 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-09eeaa0b-3ff2-481c-b908-db4e0a88258a Content-Length: 0 Date: Thu, 04 Oct 2018 15:37:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:37:54,780 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/40686681-49da-4afa-a231-edfc4d675b63 used request id req-09eeaa0b-3ff2-481c-b908-db4e0a88258a 2018-10-04 15:37:54,780 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-sec-grp 2018-10-04 15:37:54,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/60afc6f2-5b94-46ad-92d1-58de00bb21ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e807ed5ceaf9dd1aa0a38e04c4cc437efcfbcc79" 2018-10-04 15:37:55,044 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-db40d44b-d7f9-4ff8-b2d9-f00fb0ddaa61 Content-Length: 0 Date: Thu, 04 Oct 2018 15:37:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:37:55,044 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/60afc6f2-5b94-46ad-92d1-58de00bb21ec used request id req-db40d44b-d7f9-4ff8-b2d9-f00fb0ddaa61 2018-10-04 15:37:55,045 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-router and subnet CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet 2018-10-04 15:37:55,045 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-router 2018-10-04 15:37:55,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/192ef921-6fff-4f67-b9b1-eca5645f506d/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}987990d76c4aec8d438a74c1f5a241c3032c2c75" -d '{"subnet_id": "14e5cb8d-3bc2-4bde-8c38-85f30c69ccab"}' 2018-10-04 15:37:56,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4df8d12d-3e4f-4c2c-8924-7b5dbaa77869 Date: Thu, 04 Oct 2018 15:37:56 GMT RESP BODY: {"network_id": "1692b125-a385-4da8-ace4-9abcd7b450d6", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "subnet_id": "14e5cb8d-3bc2-4bde-8c38-85f30c69ccab", "subnet_ids": ["14e5cb8d-3bc2-4bde-8c38-85f30c69ccab"], "port_id": "10ba23bc-85a4-4816-afbf-2e170f976d89", "id": "192ef921-6fff-4f67-b9b1-eca5645f506d"} 2018-10-04 15:37:56,600 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/192ef921-6fff-4f67-b9b1-eca5645f506d/remove_router_interface used request id req-4df8d12d-3e4f-4c2c-8924-7b5dbaa77869 2018-10-04 15:37:56,601 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-router 2018-10-04 15:37:56,601 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-router 2018-10-04 15:37:56,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/192ef921-6fff-4f67-b9b1-eca5645f506d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}987990d76c4aec8d438a74c1f5a241c3032c2c75" 2018-10-04 15:37:59,943 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-13d9cec2-27d9-4255-a53a-bbaf5669246b Content-Length: 0 Date: Thu, 04 Oct 2018 15:37:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:37:59,943 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/192ef921-6fff-4f67-b9b1-eca5645f506d used request id req-13d9cec2-27d9-4255-a53a-bbaf5669246b 2018-10-04 15:37:59,944 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet 2018-10-04 15:37:59,944 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-subnet 2018-10-04 15:37:59,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/14e5cb8d-3bc2-4bde-8c38-85f30c69ccab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6939571f4ab11aa44a80d40e307d8c75da4324f6" 2018-10-04 15:38:02,381 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c4915605-bded-456b-8e03-77c8529dbf2c Date: Thu, 04 Oct 2018 15:38:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:38:02,381 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/14e5cb8d-3bc2-4bde-8c38-85f30c69ccab used request id req-c4915605-bded-456b-8e03-77c8529dbf2c 2018-10-04 15:38:02,381 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-pub-net 2018-10-04 15:38:02,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/1692b125-a385-4da8-ace4-9abcd7b450d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6939571f4ab11aa44a80d40e307d8c75da4324f6" 2018-10-04 15:38:03,815 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-90a7d42f-cf1d-4361-afde-2781dd3a77d1 Date: Thu, 04 Oct 2018 15:38:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:38:03,815 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/1692b125-a385-4da8-ace4-9abcd7b450d6 used request id req-90a7d42f-cf1d-4361-afde-2781dd3a77d1 2018-10-04 15:38:03,816 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-cab77c94-bfa1-471a-a8e7-6347ba19ef3c-image 2018-10-04 15:38:03,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/06314734-ad94-467a-bf59-34b498f337aa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c7e7da40679500bb726d2fad5521269dadd82c9c" 2018-10-04 15:38:04,877 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e90e2575-a3f7-4483-96c7-dbe4c2c1b7d4 Date: Thu, 04 Oct 2018 15:38:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:38:04,877 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/06314734-ad94-467a-bf59-34b498f337aa used request id req-e90e2575-a3f7-4483-96c7-dbe4c2c1b7d4 2018-10-04 15:38:04,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c531655982cef516830b61df46a61e8d740d8149" 2018-10-04 15:38:05,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-507d5f11-77ce-4ff7-919c-fad1ebd4f28d Date: Thu, 04 Oct 2018 15:38:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:36:43Z", "updated_at": "2018-10-04T15:36:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:36:43Z", "revision_number": 0, "id": "316b4208-676f-4929-867f-726930dd938e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:36:43Z", "security_group_id": "c1dc0d25-db09-4f65-9fdc-7c97d58a17fd", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8011bce18b854ad9be4a10e6f95e08a6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:36:43Z", "revision_number": 0, "id": "7c115f07-57d8-4a83-811c-db478b9555f6", "remote_group_id": "c1dc0d25-db09-4f65-9fdc-7c97d58a17fd", "remote_ip_prefix": null, "created_at": "2018-10-04T15:36:43Z", "security_group_id": "c1dc0d25-db09-4f65-9fdc-7c97d58a17fd", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8011bce18b854ad9be4a10e6f95e08a6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:36:43Z", "revision_number": 0, "id": "87ddb2b9-e237-489d-8235-d6e75e80c01a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:36:43Z", "security_group_id": "c1dc0d25-db09-4f65-9fdc-7c97d58a17fd", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8011bce18b854ad9be4a10e6f95e08a6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:36:43Z", "revision_number": 0, "id": "d6bbee14-6067-49cc-93ad-667267b05891", "remote_group_id": "c1dc0d25-db09-4f65-9fdc-7c97d58a17fd", "remote_ip_prefix": null, "created_at": "2018-10-04T15:36:43Z", "security_group_id": "c1dc0d25-db09-4f65-9fdc-7c97d58a17fd", "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8011bce18b854ad9be4a10e6f95e08a6"}], "revision_number": 4, "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "c1dc0d25-db09-4f65-9fdc-7c97d58a17fd", "name": "default"}]} 2018-10-04 15:38:05,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-507d5f11-77ce-4ff7-919c-fad1ebd4f28d 2018-10-04 15:38:05,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c531655982cef516830b61df46a61e8d740d8149" 2018-10-04 15:38:05,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4612202f-a949-468b-a4cf-88ff277a5cc2 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:38:05,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-4612202f-a949-468b-a4cf-88ff277a5cc2 2018-10-04 15:38:05,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c531655982cef516830b61df46a61e8d740d8149" 2018-10-04 15:38:05,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b613693-0403-4447-98dc-33626c451066 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:38:05,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-6b613693-0403-4447-98dc-33626c451066 2018-10-04 15:38:05,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c531655982cef516830b61df46a61e8d740d8149" 2018-10-04 15:38:05,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7923f751-f316-41b5-8ba3-3cfd982cf1f3 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:38:05,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-7923f751-f316-41b5-8ba3-3cfd982cf1f3 2018-10-04 15:38:05,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c531655982cef516830b61df46a61e8d740d8149" 2018-10-04 15:38:05,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5602204c-cc20-4f9f-b84e-9646c11063a5 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6"}, "enabled": true, "id": "8011bce18b854ad9be4a10e6f95e08a6", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj"}} 2018-10-04 15:38:05,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 used request id req-5602204c-cc20-4f9f-b84e-9646c11063a5 2018-10-04 15:38:05,460 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c1dc0d25-db09-4f65-9fdc-7c97d58a17fd 2018-10-04 15:38:05,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c1dc0d25-db09-4f65-9fdc-7c97d58a17fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c531655982cef516830b61df46a61e8d740d8149" 2018-10-04 15:38:05,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-8621d27b-e9a5-4151-96c7-fe3dad78a135 Date: Thu, 04 Oct 2018 15:38:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:36:43Z", "security_group_id": "c1dc0d25-db09-4f65-9fdc-7c97d58a17fd", "port_range_min": null, "revision_number": 0, "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:36:43Z", "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "316b4208-676f-4929-867f-726930dd938e"}, {"remote_group_id": "c1dc0d25-db09-4f65-9fdc-7c97d58a17fd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:36:43Z", "security_group_id": "c1dc0d25-db09-4f65-9fdc-7c97d58a17fd", "port_range_min": null, "revision_number": 0, "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:36:43Z", "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "7c115f07-57d8-4a83-811c-db478b9555f6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:36:43Z", "security_group_id": "c1dc0d25-db09-4f65-9fdc-7c97d58a17fd", "port_range_min": null, "revision_number": 0, "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:36:43Z", "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "87ddb2b9-e237-489d-8235-d6e75e80c01a"}, {"remote_group_id": "c1dc0d25-db09-4f65-9fdc-7c97d58a17fd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:36:43Z", "security_group_id": "c1dc0d25-db09-4f65-9fdc-7c97d58a17fd", "port_range_min": null, "revision_number": 0, "tenant_id": "8011bce18b854ad9be4a10e6f95e08a6", "created_at": "2018-10-04T15:36:43Z", "project_id": "8011bce18b854ad9be4a10e6f95e08a6", "id": "d6bbee14-6067-49cc-93ad-667267b05891"}]} 2018-10-04 15:38:05,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=c1dc0d25-db09-4f65-9fdc-7c97d58a17fd used request id req-8621d27b-e9a5-4151-96c7-fe3dad78a135 2018-10-04 15:38:05,639 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:38:05,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/c1dc0d25-db09-4f65-9fdc-7c97d58a17fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c531655982cef516830b61df46a61e8d740d8149" 2018-10-04 15:38:06,012 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-03050fa3-3bc4-4497-9522-85ae7867b4fb Content-Length: 0 Date: Thu, 04 Oct 2018 15:38:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:38:06,012 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/c1dc0d25-db09-4f65-9fdc-7c97d58a17fd used request id req-03050fa3-3bc4-4497-9522-85ae7867b4fb 2018-10-04 15:38:06,013 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj 2018-10-04 15:38:06,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c531655982cef516830b61df46a61e8d740d8149" 2018-10-04 15:38:06,323 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:38:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d463eea-1e55-4543-8e8b-b80dad20fb1c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:38:06,323 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/8011bce18b854ad9be4a10e6f95e08a6 used request id req-4d463eea-1e55-4543-8e8b-b80dad20fb1c 2018-10-04 15:38:06,323 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-proj-role 2018-10-04 15:38:06,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/701815d5804e4786b5d8a6b2af956a2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c531655982cef516830b61df46a61e8d740d8149" 2018-10-04 15:38:06,425 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:38:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee47cf03-a60f-4a78-abf2-74d8a9a14333 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:38:06,425 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/701815d5804e4786b5d8a6b2af956a2a used request id req-ee47cf03-a60f-4a78-abf2-74d8a9a14333 2018-10-04 15:38:06,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c531655982cef516830b61df46a61e8d740d8149" 2018-10-04 15:38:06,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08e60692-7aa2-4aab-b7b0-b72294045124 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:38:06,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-08e60692-7aa2-4aab-b7b0-b72294045124 2018-10-04 15:38:06,518 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-c95f620a-4351-4b7-user 2018-10-04 15:38:06,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/e8afd746539f457d8d2bf8ac4ef277d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d4665b76c86fb3e6f1e82838783e8a25dbdc603" 2018-10-04 15:38:06,732 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:38:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88d6052c-f89b-40b9-ae93-70fbe110602b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:38:06,732 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/e8afd746539f457d8d2bf8ac4ef277d1 used request id req-88d6052c-f89b-40b9-ae93-70fbe110602b 2018-10-04 15:38:06,733 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:38:07,105 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:38:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["QKugViisT8yEAgQIxj9kQg"], "issued_at": "2018-10-04T15:38:07.000000Z"}} 2018-10-04 15:38:07,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90270bb59137d1ec3989e57a3937e33f5b2c32e1" 2018-10-04 15:38:07,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-319aad8d-8342-49fe-a731-a2e51f2ce855 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:38:07,194 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-319aad8d-8342-49fe-a731-a2e51f2ce855 2018-10-04 15:38:07,196 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:38:07,197 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:38:07,588 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:38:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["0-tkXcLwSwK6MR0qRRdJGg"], "issued_at": "2018-10-04T15:38:07.000000Z"}} 2018-10-04 15:38:07,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c578835a8a4a1b9290b0cf4aa533376bd05f321" 2018-10-04 15:38:07,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6ed73df-a3cf-470d-a133-f82c0bde30dd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:38:07,666 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f6ed73df-a3cf-470d-a133-f82c0bde30dd 2018-10-04 15:38:07,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:38:07,678 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:38:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:38:07,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c578835a8a4a1b9290b0cf4aa533376bd05f321" 2018-10-04 15:38:07,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e123332-b0de-459b-9844-2c6ba2954cdb Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:38:07,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj used request id req-7e123332-b0de-459b-9844-2c6ba2954cdb 2018-10-04 15:38:07,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c578835a8a4a1b9290b0cf4aa533376bd05f321" 2018-10-04 15:38:07,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96a35533-2cbb-4893-9574-9e2e5cab25b8 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:38:07,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-96a35533-2cbb-4893-9574-9e2e5cab25b8 2018-10-04 15:38:07,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c578835a8a4a1b9290b0cf4aa533376bd05f321" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}}' 2018-10-04 15:38:08,021 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:38:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be404dcf-ab83-48ec-a541-b15b0f5ee86d Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0"}, "enabled": true, "id": "4914d9c5212741259f685a62e82d23e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}} 2018-10-04 15:38:08,022 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-be404dcf-ab83-48ec-a541-b15b0f5ee86d 2018-10-04 15:38:08,022 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj 2018-10-04 15:38:08,022 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:38:08,023 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:38:08,405 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:38:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["9MBXebImScWvFl53VtIpWA"], "issued_at": "2018-10-04T15:38:08.000000Z"}} 2018-10-04 15:38:08,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb164645c166d1384896bbb58b9cc3be25b82839" 2018-10-04 15:38:08,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc18d7b8-8b4c-4661-9ff3-58cc99822efa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:38:08,481 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cc18d7b8-8b4c-4661-9ff3-58cc99822efa 2018-10-04 15:38:08,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:38:08,490 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:38:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:38:08,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb164645c166d1384896bbb58b9cc3be25b82839" 2018-10-04 15:38:08,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6c80937-1e4a-43df-9ddd-3d3b58d39b98 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:38:08,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e6c80937-1e4a-43df-9ddd-3d3b58d39b98 2018-10-04 15:38:08,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb164645c166d1384896bbb58b9cc3be25b82839" 2018-10-04 15:38:08,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e45ca741-e353-42a4-a34c-dfd1fcbbe3e7 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0"}, "enabled": true, "id": "4914d9c5212741259f685a62e82d23e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}]} 2018-10-04 15:38:08,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj used request id req-e45ca741-e353-42a4-a34c-dfd1fcbbe3e7 2018-10-04 15:38:08,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb164645c166d1384896bbb58b9cc3be25b82839" 2018-10-04 15:38:08,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db2a24ef-9a37-49fe-b941-84301cd301ff Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:38:08,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-db2a24ef-9a37-49fe-b941-84301cd301ff 2018-10-04 15:38:09,096 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-user 2018-10-04 15:38:09,096 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:38:09,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c578835a8a4a1b9290b0cf4aa533376bd05f321" 2018-10-04 15:38:09,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a8a191c-e76c-4dd2-9287-b9a9bc509706 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:38:09,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5a8a191c-e76c-4dd2-9287-b9a9bc509706 2018-10-04 15:38:09,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c578835a8a4a1b9290b0cf4aa533376bd05f321" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj-role"}}' 2018-10-04 15:38:09,290 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:38:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45cd7556-5e87-4c4b-a686-61be447e33c7 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1d0865f175c9421c9c6c0bb296072862", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d0865f175c9421c9c6c0bb296072862"}, "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj-role"}} 2018-10-04 15:38:09,290 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-45cd7556-5e87-4c4b-a686-61be447e33c7 2018-10-04 15:38:09,290 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj-role 2018-10-04 15:38:09,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/1d0865f175c9421c9c6c0bb296072862 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c578835a8a4a1b9290b0cf4aa533376bd05f321" 2018-10-04 15:38:09,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f894ac2c-fcfc-4121-947a-61103286fc62 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/1d0865f175c9421c9c6c0bb296072862"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj-role", "id": "1d0865f175c9421c9c6c0bb296072862"}} 2018-10-04 15:38:09,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/1d0865f175c9421c9c6c0bb296072862 used request id req-f894ac2c-fcfc-4121-947a-61103286fc62 2018-10-04 15:38:09,312 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj-role to project CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj 2018-10-04 15:38:09,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0/users/a91ee2becd2d4a939b943e3a74dc7a37/roles/1d0865f175c9421c9c6c0bb296072862 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c578835a8a4a1b9290b0cf4aa533376bd05f321" 2018-10-04 15:38:09,430 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:38:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6ce61ef-2cf6-45fa-82db-f2983cc2e247 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:38:09,430 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0/users/a91ee2becd2d4a939b943e3a74dc7a37/roles/1d0865f175c9421c9c6c0bb296072862 used request id req-a6ce61ef-2cf6-45fa-82db-f2983cc2e247 2018-10-04 15:38:09,430 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:38:09,432 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:38:09,432 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:38:09,433 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:38:09,811 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d0865f175c9421c9c6c0bb296072862", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj-role"}], "expires_at": "2018-10-04T16:38:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4914d9c5212741259f685a62e82d23e0", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-user", "id": "a91ee2becd2d4a939b943e3a74dc7a37"}, "audit_ids": ["xiN_quf0Rny3ZHi6TPLykw"], "issued_at": "2018-10-04T15:38:09.000000Z"}} 2018-10-04 15:38:09,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7904c3cc3b7437094ba304e71097ca6633820a8d" 2018-10-04 15:38:09,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abf8a524-8f35-496a-8c86-b00fe6e68c9e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:38:09,890 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-abf8a524-8f35-496a-8c86-b00fe6e68c9e 2018-10-04 15:38:09,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7904c3cc3b7437094ba304e71097ca6633820a8d" 2018-10-04 15:38:10,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-0772db34-c2c1-4416-9234-5d3c8447af43 Date: Thu, 04 Oct 2018 15:38:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-image"} 2018-10-04 15:38:10,074 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-image used request id req-0772db34-c2c1-4416-9234-5d3c8447af43 2018-10-04 15:38:10,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7904c3cc3b7437094ba304e71097ca6633820a8d" 2018-10-04 15:38:10,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0e952de4-a571-4599-9622-b057ca142668 Date: Thu, 04 Oct 2018 15:38:10 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:38:10,591 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-0e952de4-a571-4599-9622-b057ca142668 2018-10-04 15:38:10,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7904c3cc3b7437094ba304e71097ca6633820a8d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-image"}' 2018-10-04 15:38:10,820 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/0366f1c1-518d-4da4-a5d1-b8769f519a18 X-Openstack-Request-Id: req-53ed4d51-613a-4145-912f-7515651813ae Date: Thu, 04 Oct 2018 15:38:10 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:38:10Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:38:10Z", "visibility": "shared", "locations": [], "self": "/v2/images/0366f1c1-518d-4da4-a5d1-b8769f519a18", "min_disk": 0, "protected": false, "id": "0366f1c1-518d-4da4-a5d1-b8769f519a18", "file": "/v2/images/0366f1c1-518d-4da4-a5d1-b8769f519a18/file", "checksum": null, "owner": "4914d9c5212741259f685a62e82d23e0", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:38:10,820 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-53ed4d51-613a-4145-912f-7515651813ae 2018-10-04 15:38:10,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/0366f1c1-518d-4da4-a5d1-b8769f519a18/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7904c3cc3b7437094ba304e71097ca6633820a8d" -d '' 2018-10-04 15:38:11,658 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e47ce93f-714e-4040-93df-abb70efa7f07 Date: Thu, 04 Oct 2018 15:38:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:38:11,658 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/0366f1c1-518d-4da4-a5d1-b8769f519a18/file used request id req-e47ce93f-714e-4040-93df-abb70efa7f07 2018-10-04 15:38:11,659 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:38:11,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/0366f1c1-518d-4da4-a5d1-b8769f519a18 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7904c3cc3b7437094ba304e71097ca6633820a8d" 2018-10-04 15:38:11,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-fd899f1a-4873-4dcd-af0b-af79b8e3a583 Date: Thu, 04 Oct 2018 15:38:11 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:38:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:38:11Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/0366f1c1-518d-4da4-a5d1-b8769f519a18/snap", "metadata": {}}], "self": "/v2/images/0366f1c1-518d-4da4-a5d1-b8769f519a18", "min_disk": 0, "protected": false, "id": "0366f1c1-518d-4da4-a5d1-b8769f519a18", "file": "/v2/images/0366f1c1-518d-4da4-a5d1-b8769f519a18/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4914d9c5212741259f685a62e82d23e0", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/0366f1c1-518d-4da4-a5d1-b8769f519a18/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:38:11,826 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/0366f1c1-518d-4da4-a5d1-b8769f519a18 used request id req-fd899f1a-4873-4dcd-af0b-af79b8e3a583 2018-10-04 15:38:11,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7904c3cc3b7437094ba304e71097ca6633820a8d" 2018-10-04 15:38:11,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8372973a-b538-455e-be42-f41e74ca6652 Date: Thu, 04 Oct 2018 15:38:11 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:38:11,976 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-8372973a-b538-455e-be42-f41e74ca6652 2018-10-04 15:38:11,979 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-image 2018-10-04 15:38:11,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/0366f1c1-518d-4da4-a5d1-b8769f519a18 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7904c3cc3b7437094ba304e71097ca6633820a8d" 2018-10-04 15:38:12,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-791fdf8e-ead6-40ec-b58d-128bc2c75e20 Date: Thu, 04 Oct 2018 15:38:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:38:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:38:11Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/0366f1c1-518d-4da4-a5d1-b8769f519a18/snap", "metadata": {}}], "self": "/v2/images/0366f1c1-518d-4da4-a5d1-b8769f519a18", "min_disk": 0, "protected": false, "id": "0366f1c1-518d-4da4-a5d1-b8769f519a18", "file": "/v2/images/0366f1c1-518d-4da4-a5d1-b8769f519a18/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4914d9c5212741259f685a62e82d23e0", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/0366f1c1-518d-4da4-a5d1-b8769f519a18/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:38:12,508 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/0366f1c1-518d-4da4-a5d1-b8769f519a18 used request id req-791fdf8e-ead6-40ec-b58d-128bc2c75e20 2018-10-04 15:38:12,508 - create_image - DEBUG - Instance status is - active 2018-10-04 15:38:12,508 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-image 2018-10-04 15:38:12,509 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-image 2018-10-04 15:38:12,509 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:38:12,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:38:12,877 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d0865f175c9421c9c6c0bb296072862", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj-role"}], "expires_at": "2018-10-04T16:38:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4914d9c5212741259f685a62e82d23e0", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-user", "id": "a91ee2becd2d4a939b943e3a74dc7a37"}, "audit_ids": ["6m9JWHjZTemJXkQdWJ6T3A"], "issued_at": "2018-10-04T15:38:12.000000Z"}} 2018-10-04 15:38:12,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}355cff92a196380432f0bdd9c45e2a1f40ae4f3c" 2018-10-04 15:38:12,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7588fe05-ac7a-49a4-8fda-a51100bb84a9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:38:12,960 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7588fe05-ac7a-49a4-8fda-a51100bb84a9 2018-10-04 15:38:12,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}355cff92a196380432f0bdd9c45e2a1f40ae4f3c" 2018-10-04 15:38:13,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0fcd8dfd-6502-4cb6-934b-a9a15e5b7ec2 Date: Thu, 04 Oct 2018 15:38:13 GMT RESP BODY: {"networks":[]} 2018-10-04 15:38:13,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net used request id req-0fcd8dfd-6502-4cb6-934b-a9a15e5b7ec2 2018-10-04 15:38:13,140 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net 2018-10-04 15:38:13,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}355cff92a196380432f0bdd9c45e2a1f40ae4f3c" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net", "admin_state_up": true}}' 2018-10-04 15:38:13,893 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-108130e3-900a-49ad-89d7-d944b4975a32 Date: Thu, 04 Oct 2018 15:38:13 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"ab2c22a1-d422-48cc-b183-40298d493c06","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:38:13Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:13Z","mtu":1450}} 2018-10-04 15:38:13,894 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-108130e3-900a-49ad-89d7-d944b4975a32 2018-10-04 15:38:13,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}355cff92a196380432f0bdd9c45e2a1f40ae4f3c" 2018-10-04 15:38:14,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-e79367e9-24ad-4746-87ab-40bfa6e05dec Date: Thu, 04 Oct 2018 15:38:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T15:38:13Z","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4914d9c5212741259f685a62e82d23e0","id":"ab2c22a1-d422-48cc-b183-40298d493c06","name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net"}]} 2018-10-04 15:38:14,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-e79367e9-24ad-4746-87ab-40bfa6e05dec 2018-10-04 15:38:14,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}355cff92a196380432f0bdd9c45e2a1f40ae4f3c" 2018-10-04 15:38:14,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5f7189b2-c99d-403a-aba5-999cd42fadc7 Date: Thu, 04 Oct 2018 15:38:14 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:38:14,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-5f7189b2-c99d-403a-aba5-999cd42fadc7 2018-10-04 15:38:14,328 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet 2018-10-04 15:38:14,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}355cff92a196380432f0bdd9c45e2a1f40ae4f3c" -d '{"subnets": [{"ip_version": 4, "network_id": "ab2c22a1-d422-48cc-b183-40298d493c06", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet"}]}' 2018-10-04 15:38:14,971 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5f165490-b16d-4d5b-a3dc-395bd947aec3 Date: Thu, 04 Oct 2018 15:38:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:14Z","dns_nameservers":[],"updated_at":"2018-10-04T15:38:14Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4914d9c5212741259f685a62e82d23e0","id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet"}]} 2018-10-04 15:38:14,971 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-5f165490-b16d-4d5b-a3dc-395bd947aec3 2018-10-04 15:38:14,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}355cff92a196380432f0bdd9c45e2a1f40ae4f3c" 2018-10-04 15:38:15,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c0abde55-921c-4ae7-b39f-7f26905e178e Date: Thu, 04 Oct 2018 15:38:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ccf4faa2-6cea-42da-b55f-052ac9bedf92"],"updated_at":"2018-10-04T15:38:14Z","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4914d9c5212741259f685a62e82d23e0","id":"ab2c22a1-d422-48cc-b183-40298d493c06","name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net"}]} 2018-10-04 15:38:15,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-c0abde55-921c-4ae7-b39f-7f26905e178e 2018-10-04 15:38:15,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}355cff92a196380432f0bdd9c45e2a1f40ae4f3c" 2018-10-04 15:38:15,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5dec28e5-29a7-49df-8d26-2b129c66e95a Date: Thu, 04 Oct 2018 15:38:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:14Z","dns_nameservers":[],"updated_at":"2018-10-04T15:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4914d9c5212741259f685a62e82d23e0","id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet"}]} 2018-10-04 15:38:15,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-5dec28e5-29a7-49df-8d26-2b129c66e95a 2018-10-04 15:38:15,291 - OpenStackNetwork - DEBUG - Network [ab2c22a1-d422-48cc-b183-40298d493c06] created successfully 2018-10-04 15:38:15,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:38:15,292 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:38:15,760 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d0865f175c9421c9c6c0bb296072862", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj-role"}], "expires_at": "2018-10-04T16:38:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4914d9c5212741259f685a62e82d23e0", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-user", "id": "a91ee2becd2d4a939b943e3a74dc7a37"}, "audit_ids": ["_Dz8DJFHT6eM9MajJuQSjQ"], "issued_at": "2018-10-04T15:38:15.000000Z"}} 2018-10-04 15:38:15,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2cb28deb1ce5da3e5cee0627269ea9081c2ae4" 2018-10-04 15:38:15,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71f20ada-96d0-4ad2-b793-ee1f27933c6d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:38:15,833 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-71f20ada-96d0-4ad2-b793-ee1f27933c6d 2018-10-04 15:38:15,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2cb28deb1ce5da3e5cee0627269ea9081c2ae4" 2018-10-04 15:38:16,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8ef76fb4-b9bd-47eb-97fb-9d4d65d0387e Date: Thu, 04 Oct 2018 15:38:16 GMT RESP BODY: {"routers": []} 2018-10-04 15:38:16,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-router&admin_state_up=True used request id req-8ef76fb4-b9bd-47eb-97fb-9d4d65d0387e 2018-10-04 15:38:16,024 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:38:16,025 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:38:16,408 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d0865f175c9421c9c6c0bb296072862", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj-role"}], "expires_at": "2018-10-04T16:38:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4914d9c5212741259f685a62e82d23e0", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-user", "id": "a91ee2becd2d4a939b943e3a74dc7a37"}, "audit_ids": ["bgW_RVv7QDm-64QhkhLCpA"], "issued_at": "2018-10-04T15:38:16.000000Z"}} 2018-10-04 15:38:16,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15c012c7a9d2f09676ccf9a60a1064ff074f27cb" 2018-10-04 15:38:16,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4496d4d-fdf6-4e70-a44e-6d2d40178bdc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:38:16,485 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c4496d4d-fdf6-4e70-a44e-6d2d40178bdc 2018-10-04 15:38:16,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2cb28deb1ce5da3e5cee0627269ea9081c2ae4" 2018-10-04 15:38:17,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-b744e85c-84ca-4d02-b7a9-202ee26df19e Date: Thu, 04 Oct 2018 15:38:17 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:38:17,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-b744e85c-84ca-4d02-b7a9-202ee26df19e 2018-10-04 15:38:17,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2cb28deb1ce5da3e5cee0627269ea9081c2ae4" 2018-10-04 15:38:17,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9a1afd5e-408d-41ab-bca6-456243b2f663 Date: Thu, 04 Oct 2018 15:38:17 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:38:17,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-9a1afd5e-408d-41ab-bca6-456243b2f663 2018-10-04 15:38:17,281 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-router 2018-10-04 15:38:17,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2cb28deb1ce5da3e5cee0627269ea9081c2ae4" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-router", "admin_state_up": true}}' 2018-10-04 15:38:22,508 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-422bb506-d181-4984-a70a-f6bc876a511c Date: Thu, 04 Oct 2018 15:38:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:18Z", "admin_state_up": true, "updated_at": "2018-10-04T15:38:18Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "ca9bcab4-b9b7-47a7-8699-3ac2c17833be", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-router"}} 2018-10-04 15:38:22,508 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-422bb506-d181-4984-a70a-f6bc876a511c 2018-10-04 15:38:22,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=ca9bcab4-b9b7-47a7-8699-3ac2c17833be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2cb28deb1ce5da3e5cee0627269ea9081c2ae4" 2018-10-04 15:38:22,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e8c06b28-b66e-4676-b99a-f3ae7c215f6a Date: Thu, 04 Oct 2018 15:38:22 GMT RESP BODY: {"ports":[]} 2018-10-04 15:38:22,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=ca9bcab4-b9b7-47a7-8699-3ac2c17833be used request id req-e8c06b28-b66e-4676-b99a-f3ae7c215f6a 2018-10-04 15:38:22,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2cb28deb1ce5da3e5cee0627269ea9081c2ae4" 2018-10-04 15:38:22,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5798ebca-318f-49a0-a0f0-eeaf3219d01d Date: Thu, 04 Oct 2018 15:38:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ccf4faa2-6cea-42da-b55f-052ac9bedf92"],"updated_at":"2018-10-04T15:38:14Z","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4914d9c5212741259f685a62e82d23e0","id":"ab2c22a1-d422-48cc-b183-40298d493c06","name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net"}]} 2018-10-04 15:38:22,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net used request id req-5798ebca-318f-49a0-a0f0-eeaf3219d01d 2018-10-04 15:38:22,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:38:22,956 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:38:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:38:22,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2cb28deb1ce5da3e5cee0627269ea9081c2ae4" 2018-10-04 15:38:23,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08749b33-20db-495d-b482-0a45ebe6f5ca Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0"}, "enabled": true, "id": "4914d9c5212741259f685a62e82d23e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}} 2018-10-04 15:38:23,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 used request id req-08749b33-20db-495d-b482-0a45ebe6f5ca 2018-10-04 15:38:23,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2cb28deb1ce5da3e5cee0627269ea9081c2ae4" 2018-10-04 15:38:23,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c355aea6-32a1-4ff5-87c5-5fc89de4293c Date: Thu, 04 Oct 2018 15:38:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:14Z","dns_nameservers":[],"updated_at":"2018-10-04T15:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4914d9c5212741259f685a62e82d23e0","id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet"}]} 2018-10-04 15:38:23,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-c355aea6-32a1-4ff5-87c5-5fc89de4293c 2018-10-04 15:38:23,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06&name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2cb28deb1ce5da3e5cee0627269ea9081c2ae4" 2018-10-04 15:38:23,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3f0c887c-c56d-4c3d-be11-91ebedf57d77 Date: Thu, 04 Oct 2018 15:38:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:14Z","dns_nameservers":[],"updated_at":"2018-10-04T15:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4914d9c5212741259f685a62e82d23e0","id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet"}]} 2018-10-04 15:38:23,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06&name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet used request id req-3f0c887c-c56d-4c3d-be11-91ebedf57d77 2018-10-04 15:38:23,181 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-04 15:38:23,181 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-router 2018-10-04 15:38:23,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/ca9bcab4-b9b7-47a7-8699-3ac2c17833be/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2cb28deb1ce5da3e5cee0627269ea9081c2ae4" -d '{"subnet_id": "ccf4faa2-6cea-42da-b55f-052ac9bedf92"}' 2018-10-04 15:38:25,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8cc33305-7dc9-4cc7-a755-bd039dfac675 Date: Thu, 04 Oct 2018 15:38:25 GMT RESP BODY: {"network_id": "ab2c22a1-d422-48cc-b183-40298d493c06", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "subnet_id": "ccf4faa2-6cea-42da-b55f-052ac9bedf92", "subnet_ids": ["ccf4faa2-6cea-42da-b55f-052ac9bedf92"], "port_id": "b12ccab6-3b55-4a01-a2fe-019d74b63c15", "id": "ca9bcab4-b9b7-47a7-8699-3ac2c17833be"} 2018-10-04 15:38:25,323 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ca9bcab4-b9b7-47a7-8699-3ac2c17833be/add_router_interface used request id req-8cc33305-7dc9-4cc7-a755-bd039dfac675 2018-10-04 15:38:25,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/ca9bcab4-b9b7-47a7-8699-3ac2c17833be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2cb28deb1ce5da3e5cee0627269ea9081c2ae4" 2018-10-04 15:38:25,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-70641830-8a1f-4462-a2c9-bbc8f0e27815 Date: Thu, 04 Oct 2018 15:38:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:18Z", "admin_state_up": true, "updated_at": "2018-10-04T15:38:24Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "ca9bcab4-b9b7-47a7-8699-3ac2c17833be", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-router"}} 2018-10-04 15:38:25,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/ca9bcab4-b9b7-47a7-8699-3ac2c17833be used request id req-70641830-8a1f-4462-a2c9-bbc8f0e27815 2018-10-04 15:38:25,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=ca9bcab4-b9b7-47a7-8699-3ac2c17833be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2cb28deb1ce5da3e5cee0627269ea9081c2ae4" 2018-10-04 15:38:25,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-d247970f-bb5e-4dbd-bb2a-8247c45b46bf Date: Thu, 04 Oct 2018 15:38:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.1"}],"id":"b12ccab6-3b55-4a01-a2fe-019d74b63c15","security_groups":[],"mac_address":"fa:16:3e:7b:af:4b","project_id":"4914d9c5212741259f685a62e82d23e0","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:23Z","binding:vnic_type":"normal","device_id":"ca9bcab4-b9b7-47a7-8699-3ac2c17833be"}]} 2018-10-04 15:38:25,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=ca9bcab4-b9b7-47a7-8699-3ac2c17833be used request id req-d247970f-bb5e-4dbd-bb2a-8247c45b46bf 2018-10-04 15:38:25,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/ccf4faa2-6cea-42da-b55f-052ac9bedf92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2cb28deb1ce5da3e5cee0627269ea9081c2ae4" 2018-10-04 15:38:25,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-8a7f245a-36a9-49bb-90d1-44fde1a32c56 Date: Thu, 04 Oct 2018 15:38:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:14Z","dns_nameservers":[],"updated_at":"2018-10-04T15:38:14Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4914d9c5212741259f685a62e82d23e0","id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet"}} 2018-10-04 15:38:25,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/ccf4faa2-6cea-42da-b55f-052ac9bedf92 used request id req-8a7f245a-36a9-49bb-90d1-44fde1a32c56 2018-10-04 15:38:25,965 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:38:25,966 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:38:26,355 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:38:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["2xrtc4IFQqqqQn_gOTXu5w"], "issued_at": "2018-10-04T15:38:26.000000Z"}} 2018-10-04 15:38:26,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25be97767f39fa6721b00e41fe97a7fd7213f0a" 2018-10-04 15:38:26,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5b049a2-75cc-42c5-afbb-d08ad46868e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:38:26,431 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e5b049a2-75cc-42c5-afbb-d08ad46868e5 2018-10-04 15:38:26,432 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:38:26,438 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25be97767f39fa6721b00e41fe97a7fd7213f0a" 2018-10-04 15:38:26,614 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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 x-openstack-request-id: req-7ac65feb-b2ce-4c6d-bb21-cae4cd0cc93c x-compute-request-id: req-7ac65feb-b2ce-4c6d-bb21-cae4cd0cc93c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:38:26,614 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-7ac65feb-b2ce-4c6d-bb21-cae4cd0cc93c 2018-10-04 15:38:26,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25be97767f39fa6721b00e41fe97a7fd7213f0a" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-04 15:38:26,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-9561085f-a8c3-4bfd-8746-d683aeb3332d x-compute-request-id: req-9561085f-a8c3-4bfd-8746-d683aeb3332d Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/dd409781-9473-429b-acef-9fde73c890d2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/dd409781-9473-429b-acef-9fde73c890d2", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "dd409781-9473-429b-acef-9fde73c890d2", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:38:26,680 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9561085f-a8c3-4bfd-8746-d683aeb3332d 2018-10-04 15:38:26,680 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:38:26,681 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:38:27,056 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d0865f175c9421c9c6c0bb296072862", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj-role"}], "expires_at": "2018-10-04T16:38:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4914d9c5212741259f685a62e82d23e0", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-user", "id": "a91ee2becd2d4a939b943e3a74dc7a37"}, "audit_ids": ["oY5VLEn7Qk2dyv3MM5pA1g"], "issued_at": "2018-10-04T15:38:27.000000Z"}} 2018-10-04 15:38:27,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a59f751e69dc031d0db2516fd03ef724cb9ffc4" 2018-10-04 15:38:27,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5253cabf-ed36-4e34-8e77-a6f5beaf86d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:38:27,131 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5253cabf-ed36-4e34-8e77-a6f5beaf86d4 2018-10-04 15:38:27,132 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:38:27,136 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a59f751e69dc031d0db2516fd03ef724cb9ffc4" 2018-10-04 15:38:27,306 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38: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-c1331733-374b-41cb-9891-bcf8f241909e x-compute-request-id: req-c1331733-374b-41cb-9891-bcf8f241909e Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-04 15:38:27,306 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-c1331733-374b-41cb-9891-bcf8f241909e 2018-10-04 15:38:27,307 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp... 2018-10-04 15:38:27,307 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 15:38:27,355 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp 2018-10-04 15:38:27,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a59f751e69dc031d0db2516fd03ef724cb9ffc4" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC4R4gFNPdOALf3TI1PTOlJD6zqZB5FAvQGEI+NmGbBG5lXJ56vPcaD1s5H12ayMvnGFvC4adTp1wMVQ7abuZKYWPwckDLksM7SitfJb6C3QtEPjkPN6cQgEOnA9VgeADbniwdKXDCcIdujKk2NjwJ8sEbIHd5H9sXkOcJzmAbBBQ==", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp"}}' 2018-10-04 15:38:27,410 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38: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-427754b1-daeb-4d71-9453-8a825a9aebcf x-compute-request-id: req-427754b1-daeb-4d71-9453-8a825a9aebcf Content-Encoding: gzip Content-Length: 376 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC4R4gFNPdOALf3TI1PTOlJD6zqZB5FAvQGEI+NmGbBG5lXJ56vPcaD1s5H12ayMvnGFvC4adTp1wMVQ7abuZKYWPwckDLksM7SitfJb6C3QtEPjkPN6cQgEOnA9VgeADbniwdKXDCcIdujKk2NjwJ8sEbIHd5H9sXkOcJzmAbBBQ==", "user_id": "a91ee2becd2d4a939b943e3a74dc7a37", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp", "fingerprint": "1f:4b:ab:7c:7f:6e:cc:97:5b:10:15:fe:03:e6:e3:3b"}} 2018-10-04 15:38:27,410 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-427754b1-daeb-4d71-9453-8a825a9aebcf 2018-10-04 15:38:27,413 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923.pub 2018-10-04 15:38:27,413 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923 2018-10-04 15:38:27,413 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:38:27,414 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:38:27,783 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d0865f175c9421c9c6c0bb296072862", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj-role"}], "expires_at": "2018-10-04T16:38:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4914d9c5212741259f685a62e82d23e0", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-user", "id": "a91ee2becd2d4a939b943e3a74dc7a37"}, "audit_ids": ["NGxZv0KBRNOLQnNzMYbdPg"], "issued_at": "2018-10-04T15:38:27.000000Z"}} 2018-10-04 15:38:27,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cbd39f3f51d6ff81f421fb9aeeb2b462c0d7815" 2018-10-04 15:38:27,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cccc817-4320-45d8-ad8a-005e61be2a22 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:38:27,859 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5cccc817-4320-45d8-ad8a-005e61be2a22 2018-10-04 15:38:27,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cbd39f3f51d6ff81f421fb9aeeb2b462c0d7815" 2018-10-04 15:38:28,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-4214c629-feac-42d8-9c9d-8979ecfb1f16 Date: Thu, 04 Oct 2018 15:38:28 GMT RESP BODY: {"security_groups": []} 2018-10-04 15:38:28,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp used request id req-4214c629-feac-42d8-9c9d-8979ecfb1f16 2018-10-04 15:38:28,058 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp... 2018-10-04 15:38:28,058 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp 2018-10-04 15:38:28,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cbd39f3f51d6ff81f421fb9aeeb2b462c0d7815" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp"}}' 2018-10-04 15:38:28,434 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-2fcb0a27-9c24-4a92-b0d1-68fc6d1e541f Date: Thu, 04 Oct 2018 15:38:28 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:28Z", "updated_at": "2018-10-04T15:38:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:38:28Z", "revision_number": 0, "id": "6b9a4f30-86a7-4aa0-a4df-d64ca981d389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:38:28Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "4914d9c5212741259f685a62e82d23e0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:38:28Z", "revision_number": 0, "id": "ec1c711a-ddac-4699-aabe-69fea2ced084", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:38:28Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "4914d9c5212741259f685a62e82d23e0"}], "revision_number": 2, "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp"}} 2018-10-04 15:38:28,435 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-2fcb0a27-9c24-4a92-b0d1-68fc6d1e541f 2018-10-04 15:38:28,435 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1da9c9d0-7815-4d11-9f11-8302c653219a 2018-10-04 15:38:28,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1da9c9d0-7815-4d11-9f11-8302c653219a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cbd39f3f51d6ff81f421fb9aeeb2b462c0d7815" 2018-10-04 15:38:28,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e7de0808-68d7-4de0-8f08-7bc60efd20ef Date: Thu, 04 Oct 2018 15:38:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:38:28Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "port_range_min": null, "revision_number": 0, "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:28Z", "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "6b9a4f30-86a7-4aa0-a4df-d64ca981d389"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:38:28Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "port_range_min": null, "revision_number": 0, "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:28Z", "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "ec1c711a-ddac-4699-aabe-69fea2ced084"}]} 2018-10-04 15:38:28,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1da9c9d0-7815-4d11-9f11-8302c653219a used request id req-e7de0808-68d7-4de0-8f08-7bc60efd20ef 2018-10-04 15:38:28,622 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1da9c9d0-7815-4d11-9f11-8302c653219a 2018-10-04 15:38:28,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1da9c9d0-7815-4d11-9f11-8302c653219a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cbd39f3f51d6ff81f421fb9aeeb2b462c0d7815" 2018-10-04 15:38:28,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bf958dce-b9d4-4900-a644-82c698fe098e Date: Thu, 04 Oct 2018 15:38:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:38:28Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "port_range_min": null, "revision_number": 0, "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:28Z", "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "6b9a4f30-86a7-4aa0-a4df-d64ca981d389"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:38:28Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "port_range_min": null, "revision_number": 0, "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:28Z", "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "ec1c711a-ddac-4699-aabe-69fea2ced084"}]} 2018-10-04 15:38:28,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1da9c9d0-7815-4d11-9f11-8302c653219a used request id req-bf958dce-b9d4-4900-a644-82c698fe098e 2018-10-04 15:38:28,784 - neutron_utils - INFO - Retrieving security group with ID - 1da9c9d0-7815-4d11-9f11-8302c653219a 2018-10-04 15:38:28,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=1da9c9d0-7815-4d11-9f11-8302c653219a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cbd39f3f51d6ff81f421fb9aeeb2b462c0d7815" 2018-10-04 15:38:28,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-b156d9aa-21db-4b72-bcb5-17fc09422537 Date: Thu, 04 Oct 2018 15:38:28 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:28Z", "updated_at": "2018-10-04T15:38:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:38:28Z", "revision_number": 0, "id": "6b9a4f30-86a7-4aa0-a4df-d64ca981d389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:38:28Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "4914d9c5212741259f685a62e82d23e0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:38:28Z", "revision_number": 0, "id": "ec1c711a-ddac-4699-aabe-69fea2ced084", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:38:28Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "4914d9c5212741259f685a62e82d23e0"}], "revision_number": 2, "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp"}]} 2018-10-04 15:38:28,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=1da9c9d0-7815-4d11-9f11-8302c653219a used request id req-b156d9aa-21db-4b72-bcb5-17fc09422537 2018-10-04 15:38:28,984 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1da9c9d0-7815-4d11-9f11-8302c653219a 2018-10-04 15:38:28,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1da9c9d0-7815-4d11-9f11-8302c653219a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cbd39f3f51d6ff81f421fb9aeeb2b462c0d7815" 2018-10-04 15:38:29,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-574b4f02-37a8-46ea-a7f9-a6904f3cd723 Date: Thu, 04 Oct 2018 15:38:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:38:28Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "port_range_min": null, "revision_number": 0, "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:28Z", "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "6b9a4f30-86a7-4aa0-a4df-d64ca981d389"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:38:28Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "port_range_min": null, "revision_number": 0, "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:28Z", "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "ec1c711a-ddac-4699-aabe-69fea2ced084"}]} 2018-10-04 15:38:29,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1da9c9d0-7815-4d11-9f11-8302c653219a used request id req-574b4f02-37a8-46ea-a7f9-a6904f3cd723 2018-10-04 15:38:29,196 - neutron_utils - INFO - Retrieving security group with ID - 1da9c9d0-7815-4d11-9f11-8302c653219a 2018-10-04 15:38:29,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=1da9c9d0-7815-4d11-9f11-8302c653219a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cbd39f3f51d6ff81f421fb9aeeb2b462c0d7815" 2018-10-04 15:38:29,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-3ff15ef9-910e-4d76-9119-743def32919e Date: Thu, 04 Oct 2018 15:38:29 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:28Z", "updated_at": "2018-10-04T15:38:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:38:28Z", "revision_number": 0, "id": "6b9a4f30-86a7-4aa0-a4df-d64ca981d389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:38:28Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "4914d9c5212741259f685a62e82d23e0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:38:28Z", "revision_number": 0, "id": "ec1c711a-ddac-4699-aabe-69fea2ced084", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:38:28Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "4914d9c5212741259f685a62e82d23e0"}], "revision_number": 2, "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp"}]} 2018-10-04 15:38:29,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=1da9c9d0-7815-4d11-9f11-8302c653219a used request id req-3ff15ef9-910e-4d76-9119-743def32919e 2018-10-04 15:38:29,385 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1da9c9d0-7815-4d11-9f11-8302c653219a 2018-10-04 15:38:29,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1da9c9d0-7815-4d11-9f11-8302c653219a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cbd39f3f51d6ff81f421fb9aeeb2b462c0d7815" 2018-10-04 15:38:29,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-29ca3d19-9fff-4d75-aebf-c2a32109d16d Date: Thu, 04 Oct 2018 15:38:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:38:28Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "port_range_min": null, "revision_number": 0, "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:28Z", "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "6b9a4f30-86a7-4aa0-a4df-d64ca981d389"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:38:28Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "port_range_min": null, "revision_number": 0, "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:28Z", "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "ec1c711a-ddac-4699-aabe-69fea2ced084"}]} 2018-10-04 15:38:29,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1da9c9d0-7815-4d11-9f11-8302c653219a used request id req-29ca3d19-9fff-4d75-aebf-c2a32109d16d 2018-10-04 15:38:29,463 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp 2018-10-04 15:38:29,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cbd39f3f51d6ff81f421fb9aeeb2b462c0d7815" 2018-10-04 15:38:29,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-d71e861e-bf23-4835-950f-def0cc931338 Date: Thu, 04 Oct 2018 15:38:29 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:28Z", "updated_at": "2018-10-04T15:38:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:38:28Z", "revision_number": 0, "id": "6b9a4f30-86a7-4aa0-a4df-d64ca981d389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:38:28Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "4914d9c5212741259f685a62e82d23e0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:38:28Z", "revision_number": 0, "id": "ec1c711a-ddac-4699-aabe-69fea2ced084", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:38:28Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "4914d9c5212741259f685a62e82d23e0"}], "revision_number": 2, "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp"}]} 2018-10-04 15:38:29,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp used request id req-d71e861e-bf23-4835-950f-def0cc931338 2018-10-04 15:38:29,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:38:29,675 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:38:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:38:29,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cbd39f3f51d6ff81f421fb9aeeb2b462c0d7815" 2018-10-04 15:38:29,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dae484d-3ddf-4c0d-8fb2-bdea8a497327 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0"}, "enabled": true, "id": "4914d9c5212741259f685a62e82d23e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}} 2018-10-04 15:38:29,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 used request id req-9dae484d-3ddf-4c0d-8fb2-bdea8a497327 2018-10-04 15:38:29,761 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1da9c9d0-7815-4d11-9f11-8302c653219a 2018-10-04 15:38:29,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1da9c9d0-7815-4d11-9f11-8302c653219a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cbd39f3f51d6ff81f421fb9aeeb2b462c0d7815" 2018-10-04 15:38:29,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7c446573-762a-47f7-ae63-b407a8c8ac34 Date: Thu, 04 Oct 2018 15:38:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:38:28Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "port_range_min": null, "revision_number": 0, "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:28Z", "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "6b9a4f30-86a7-4aa0-a4df-d64ca981d389"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:38:28Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "port_range_min": null, "revision_number": 0, "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:28Z", "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "ec1c711a-ddac-4699-aabe-69fea2ced084"}]} 2018-10-04 15:38:29,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1da9c9d0-7815-4d11-9f11-8302c653219a used request id req-7c446573-762a-47f7-ae63-b407a8c8ac34 2018-10-04 15:38:29,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cbd39f3f51d6ff81f421fb9aeeb2b462c0d7815" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a"}}' 2018-10-04 15:38:30,136 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-d318baf4-9efa-41ea-92b6-7dcb34ab1124 Date: Thu, 04 Oct 2018 15:38:30 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:38:30Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "port_range_min": null, "revision_number": 0, "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:30Z", "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "b5219664-3460-4607-bf48-d2f440de10e7"}} 2018-10-04 15:38:30,136 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-d318baf4-9efa-41ea-92b6-7dcb34ab1124 2018-10-04 15:38:30,136 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp 2018-10-04 15:38:30,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cbd39f3f51d6ff81f421fb9aeeb2b462c0d7815" 2018-10-04 15:38:30,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-b3ad4582-33e7-4e3b-a032-adadd25bd743 Date: Thu, 04 Oct 2018 15:38:30 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:28Z", "updated_at": "2018-10-04T15:38:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:38:28Z", "revision_number": 0, "id": "6b9a4f30-86a7-4aa0-a4df-d64ca981d389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:38:28Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "4914d9c5212741259f685a62e82d23e0"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:38:30Z", "revision_number": 0, "id": "b5219664-3460-4607-bf48-d2f440de10e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:38:30Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "4914d9c5212741259f685a62e82d23e0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:38:28Z", "revision_number": 0, "id": "ec1c711a-ddac-4699-aabe-69fea2ced084", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:38:28Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "4914d9c5212741259f685a62e82d23e0"}], "revision_number": 3, "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp"}]} 2018-10-04 15:38:30,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp used request id req-b3ad4582-33e7-4e3b-a032-adadd25bd743 2018-10-04 15:38:30,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cbd39f3f51d6ff81f421fb9aeeb2b462c0d7815" 2018-10-04 15:38:30,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-424f8d5b-383f-4988-93f3-f9db3559619d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0"}, "enabled": true, "id": "4914d9c5212741259f685a62e82d23e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}} 2018-10-04 15:38:30,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 used request id req-424f8d5b-383f-4988-93f3-f9db3559619d 2018-10-04 15:38:30,419 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1da9c9d0-7815-4d11-9f11-8302c653219a 2018-10-04 15:38:30,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1da9c9d0-7815-4d11-9f11-8302c653219a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cbd39f3f51d6ff81f421fb9aeeb2b462c0d7815" 2018-10-04 15:38:30,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-58721fb8-d231-4438-95fb-4dc7c746eb2a Date: Thu, 04 Oct 2018 15:38:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:38:28Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "port_range_min": null, "revision_number": 0, "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:28Z", "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "6b9a4f30-86a7-4aa0-a4df-d64ca981d389"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:38:30Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "port_range_min": null, "revision_number": 0, "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:30Z", "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "b5219664-3460-4607-bf48-d2f440de10e7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:38:28Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "port_range_min": null, "revision_number": 0, "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:28Z", "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "ec1c711a-ddac-4699-aabe-69fea2ced084"}]} 2018-10-04 15:38:30,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1da9c9d0-7815-4d11-9f11-8302c653219a used request id req-58721fb8-d231-4438-95fb-4dc7c746eb2a 2018-10-04 15:38:30,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cbd39f3f51d6ff81f421fb9aeeb2b462c0d7815" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a"}}' 2018-10-04 15:38:31,171 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-51105175-33db-4f2b-b01e-02b4de4d978f Date: Thu, 04 Oct 2018 15:38:31 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T15:38:31Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "port_range_min": 22, "revision_number": 0, "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:31Z", "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "9036d58b-dcf8-4079-8da4-5f7001783089"}} 2018-10-04 15:38:31,172 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-51105175-33db-4f2b-b01e-02b4de4d978f 2018-10-04 15:38:31,172 - neutron_utils - INFO - Retrieving security group with ID - 1da9c9d0-7815-4d11-9f11-8302c653219a 2018-10-04 15:38:31,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=1da9c9d0-7815-4d11-9f11-8302c653219a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cbd39f3f51d6ff81f421fb9aeeb2b462c0d7815" 2018-10-04 15:38:31,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-92c7a422-5103-4f7d-8938-a860162a40fd Date: Thu, 04 Oct 2018 15:38:31 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:28Z", "updated_at": "2018-10-04T15:38:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:38:28Z", "revision_number": 0, "id": "6b9a4f30-86a7-4aa0-a4df-d64ca981d389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:38:28Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "4914d9c5212741259f685a62e82d23e0"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T15:38:31Z", "revision_number": 0, "id": "9036d58b-dcf8-4079-8da4-5f7001783089", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:38:31Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4914d9c5212741259f685a62e82d23e0"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:38:30Z", "revision_number": 0, "id": "b5219664-3460-4607-bf48-d2f440de10e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:38:30Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "4914d9c5212741259f685a62e82d23e0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:38:28Z", "revision_number": 0, "id": "ec1c711a-ddac-4699-aabe-69fea2ced084", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:38:28Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "4914d9c5212741259f685a62e82d23e0"}], "revision_number": 4, "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp"}]} 2018-10-04 15:38:31,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=1da9c9d0-7815-4d11-9f11-8302c653219a used request id req-92c7a422-5103-4f7d-8938-a860162a40fd 2018-10-04 15:38:31,524 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1da9c9d0-7815-4d11-9f11-8302c653219a 2018-10-04 15:38:31,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1da9c9d0-7815-4d11-9f11-8302c653219a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cbd39f3f51d6ff81f421fb9aeeb2b462c0d7815" 2018-10-04 15:38:31,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-2d393720-2a8f-4301-b1bb-126cb275b345 Date: Thu, 04 Oct 2018 15:38:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:38:28Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "port_range_min": null, "revision_number": 0, "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:28Z", "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "6b9a4f30-86a7-4aa0-a4df-d64ca981d389"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T15:38:31Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "port_range_min": 22, "revision_number": 0, "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:31Z", "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "9036d58b-dcf8-4079-8da4-5f7001783089"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:38:30Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "port_range_min": null, "revision_number": 0, "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:30Z", "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "b5219664-3460-4607-bf48-d2f440de10e7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:38:28Z", "security_group_id": "1da9c9d0-7815-4d11-9f11-8302c653219a", "port_range_min": null, "revision_number": 0, "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:28Z", "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "ec1c711a-ddac-4699-aabe-69fea2ced084"}]} 2018-10-04 15:38:31,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1da9c9d0-7815-4d11-9f11-8302c653219a used request id req-2d393720-2a8f-4301-b1bb-126cb275b345 2018-10-04 15:38:31,717 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:38:31,718 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:38:32,097 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d0865f175c9421c9c6c0bb296072862", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj-role"}], "expires_at": "2018-10-04T16:38:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4914d9c5212741259f685a62e82d23e0", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-user", "id": "a91ee2becd2d4a939b943e3a74dc7a37"}, "audit_ids": ["pD0WsJikRrqhwNuG3T1qOA"], "issued_at": "2018-10-04T15:38:32.000000Z"}} 2018-10-04 15:38:32,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:32,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f677124e-e792-4d9d-8ff5-c8f644328498 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:38:32,167 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f677124e-e792-4d9d-8ff5-c8f644328498 2018-10-04 15:38:32,168 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:38:32,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:32,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e61d6f6c-921a-434f-a06c-f69aef11fa36 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:38:32,247 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e61d6f6c-921a-434f-a06c-f69aef11fa36 2018-10-04 15:38:32,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:32,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a1513115-ee61-4c50-87f1-96888f559134 Date: Thu, 04 Oct 2018 15:38:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ccf4faa2-6cea-42da-b55f-052ac9bedf92"],"updated_at":"2018-10-04T15:38:14Z","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4914d9c5212741259f685a62e82d23e0","id":"ab2c22a1-d422-48cc-b183-40298d493c06","name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net"}]} 2018-10-04 15:38:32,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net used request id req-a1513115-ee61-4c50-87f1-96888f559134 2018-10-04 15:38:32,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:38:32,500 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:38:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:38:32,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:32,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8972a41a-b45a-432f-9839-1d7fccdce753 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0"}, "enabled": true, "id": "4914d9c5212741259f685a62e82d23e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}} 2018-10-04 15:38:32,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 used request id req-8972a41a-b45a-432f-9839-1d7fccdce753 2018-10-04 15:38:32,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:32,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-eb8a65e7-b25b-4413-8246-9b01276b1825 Date: Thu, 04 Oct 2018 15:38:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:14Z","dns_nameservers":[],"updated_at":"2018-10-04T15:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4914d9c5212741259f685a62e82d23e0","id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet"}]} 2018-10-04 15:38:32,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-eb8a65e7-b25b-4413-8246-9b01276b1825 2018-10-04 15:38:32,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ab2c22a1-d422-48cc-b183-40298d493c06&name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:33,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5fed1cdd-5929-45a5-ab26-77cb63b2ac22 Date: Thu, 04 Oct 2018 15:38:33 GMT RESP BODY: {"ports":[]} 2018-10-04 15:38:33,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ab2c22a1-d422-48cc-b183-40298d493c06&name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923port-1&admin_state_up=True used request id req-5fed1cdd-5929-45a5-ab26-77cb63b2ac22 2018-10-04 15:38:33,099 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:33,343 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38: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-3a6f2b74-1852-4d13-950e-526169ab9bc2 x-compute-request-id: req-3a6f2b74-1852-4d13-950e-526169ab9bc2 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:38:33,343 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst used request id req-3a6f2b74-1852-4d13-950e-526169ab9bc2 2018-10-04 15:38:33,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:33,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-53eb68b6-ee92-41c7-ad94-bb708f4a3411 Date: Thu, 04 Oct 2018 15:38:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ccf4faa2-6cea-42da-b55f-052ac9bedf92"],"updated_at":"2018-10-04T15:38:14Z","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4914d9c5212741259f685a62e82d23e0","id":"ab2c22a1-d422-48cc-b183-40298d493c06","name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net"}]} 2018-10-04 15:38:33,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net used request id req-53eb68b6-ee92-41c7-ad94-bb708f4a3411 2018-10-04 15:38:33,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:33,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5710d2e1-be4c-4f14-83fa-029724fde3a0 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0"}, "enabled": true, "id": "4914d9c5212741259f685a62e82d23e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}} 2018-10-04 15:38:33,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 used request id req-5710d2e1-be4c-4f14-83fa-029724fde3a0 2018-10-04 15:38:33,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:33,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4341da90-0df0-46e4-ac44-0e359c222a12 Date: Thu, 04 Oct 2018 15:38:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:14Z","dns_nameservers":[],"updated_at":"2018-10-04T15:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4914d9c5212741259f685a62e82d23e0","id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet"}]} 2018-10-04 15:38:33,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-4341da90-0df0-46e4-ac44-0e359c222a12 2018-10-04 15:38:33,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ab2c22a1-d422-48cc-b183-40298d493c06&name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:34,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2539d552-2fe3-460f-abbf-de8b625eb428 Date: Thu, 04 Oct 2018 15:38:34 GMT RESP BODY: {"ports":[]} 2018-10-04 15:38:34,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ab2c22a1-d422-48cc-b183-40298d493c06&name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923port-1&admin_state_up=True used request id req-2539d552-2fe3-460f-abbf-de8b625eb428 2018-10-04 15:38:34,040 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:38:34,041 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:38:34,423 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d0865f175c9421c9c6c0bb296072862", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj-role"}], "expires_at": "2018-10-04T16:38:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4914d9c5212741259f685a62e82d23e0", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-user", "id": "a91ee2becd2d4a939b943e3a74dc7a37"}, "audit_ids": ["6hqRW_XBSCaEJGluQ-nhWA"], "issued_at": "2018-10-04T15:38:34.000000Z"}} 2018-10-04 15:38:34,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a4e6c4f19fcef74e1edd12f91ea1824bc7b4160" 2018-10-04 15:38:34,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1672a6da-9d0d-4b58-9da1-3baf585960b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:38:34,493 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1672a6da-9d0d-4b58-9da1-3baf585960b6 2018-10-04 15:38:34,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:34,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e774e11f-cf8f-4ab5-99c4-9c0c145fb694 Date: Thu, 04 Oct 2018 15:38:34 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":["ccf4faa2-6cea-42da-b55f-052ac9bedf92"],"updated_at":"2018-10-04T15:38:14Z","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4914d9c5212741259f685a62e82d23e0","id":"ab2c22a1-d422-48cc-b183-40298d493c06","name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net"}]} 2018-10-04 15:38:34,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net used request id req-e774e11f-cf8f-4ab5-99c4-9c0c145fb694 2018-10-04 15:38:34,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:34,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2e70a904-ec8c-4287-9cb0-e593ceb35c19 Date: Thu, 04 Oct 2018 15:38:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:14Z","dns_nameservers":[],"updated_at":"2018-10-04T15:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4914d9c5212741259f685a62e82d23e0","id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet"}]} 2018-10-04 15:38:34,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-2e70a904-ec8c-4287-9cb0-e593ceb35c19 2018-10-04 15:38:34,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:35,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-3e996bda-4593-468d-91a6-65080a018ca6 Date: Thu, 04 Oct 2018 15:38:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ccf4faa2-6cea-42da-b55f-052ac9bedf92"],"updated_at":"2018-10-04T15:38:14Z","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4914d9c5212741259f685a62e82d23e0","id":"ab2c22a1-d422-48cc-b183-40298d493c06","name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net"}]} 2018-10-04 15:38:35,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net used request id req-3e996bda-4593-468d-91a6-65080a018ca6 2018-10-04 15:38:35,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:38:35,097 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:38:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:38:35,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a4e6c4f19fcef74e1edd12f91ea1824bc7b4160" 2018-10-04 15:38:35,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b669bb3e-a85c-42af-9a80-83fd6873d827 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0"}, "enabled": true, "id": "4914d9c5212741259f685a62e82d23e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}} 2018-10-04 15:38:35,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 used request id req-b669bb3e-a85c-42af-9a80-83fd6873d827 2018-10-04 15:38:35,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:35,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-05b30e39-74d6-4d09-9f19-2dc70caad28f Date: Thu, 04 Oct 2018 15:38:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:14Z","dns_nameservers":[],"updated_at":"2018-10-04T15:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4914d9c5212741259f685a62e82d23e0","id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet"}]} 2018-10-04 15:38:35,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-05b30e39-74d6-4d09-9f19-2dc70caad28f 2018-10-04 15:38:35,243 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net 2018-10-04 15:38:35,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" -d '{"port": {"network_id": "ab2c22a1-d422-48cc-b183-40298d493c06", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923port-1", "admin_state_up": true}}' 2018-10-04 15:38:36,019 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-9a99078e-76d9-4110-8807-a43bdee98d5c Date: Thu, 04 Oct 2018 15:38:36 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:35Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.14"}],"id":"8037233e-2025-4b84-8049-d201b7e44f1a","security_groups":["948189a1-b165-4d4e-a915-8d33c7212009"],"mac_address":"fa:16:3e:43:f3:9f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923port-1","project_id":"4914d9c5212741259f685a62e82d23e0","qos_policy_id":null,"admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:35Z","binding:vnic_type":"normal"}} 2018-10-04 15:38:36,020 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-9a99078e-76d9-4110-8807-a43bdee98d5c 2018-10-04 15:38:36,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:36,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1dc1a930-2515-4338-bfb9-194fa6229242 Date: Thu, 04 Oct 2018 15:38:36 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":["ccf4faa2-6cea-42da-b55f-052ac9bedf92"],"updated_at":"2018-10-04T15:38:14Z","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4914d9c5212741259f685a62e82d23e0","id":"ab2c22a1-d422-48cc-b183-40298d493c06","name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net"}]} 2018-10-04 15:38:36,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net used request id req-1dc1a930-2515-4338-bfb9-194fa6229242 2018-10-04 15:38:36,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:36,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3838a0f9-36d5-45fe-9db5-aa4b66f197e4 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0"}, "enabled": true, "id": "4914d9c5212741259f685a62e82d23e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}} 2018-10-04 15:38:36,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 used request id req-3838a0f9-36d5-45fe-9db5-aa4b66f197e4 2018-10-04 15:38:36,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:36,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d5161174-5308-4fa1-ae44-4dc05bf1cc2c Date: Thu, 04 Oct 2018 15:38:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:14Z","dns_nameservers":[],"updated_at":"2018-10-04T15:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4914d9c5212741259f685a62e82d23e0","id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet"}]} 2018-10-04 15:38:36,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-d5161174-5308-4fa1-ae44-4dc05bf1cc2c 2018-10-04 15:38:36,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ab2c22a1-d422-48cc-b183-40298d493c06&name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:36,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-9114acd5-cab4-42ea-b345-9763cb71bd81 Date: Thu, 04 Oct 2018 15:38:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:35Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.14"}],"id":"8037233e-2025-4b84-8049-d201b7e44f1a","security_groups":["948189a1-b165-4d4e-a915-8d33c7212009"],"mac_address":"fa:16:3e:43:f3:9f","project_id":"4914d9c5212741259f685a62e82d23e0","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923port-1","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:35Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:38:36,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ab2c22a1-d422-48cc-b183-40298d493c06&name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923port-1&admin_state_up=True used request id req-9114acd5-cab4-42ea-b345-9763cb71bd81 2018-10-04 15:38:36,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:36,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0032e3d2-e937-473f-aa67-bad697a637db Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0"}, "enabled": true, "id": "4914d9c5212741259f685a62e82d23e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}} 2018-10-04 15:38:36,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 used request id req-0032e3d2-e937-473f-aa67-bad697a637db 2018-10-04 15:38:36,897 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst 2018-10-04 15:38:36,900 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:36,930 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1bbc20a-9b54-4a75-8d45-c47288f28012 x-compute-request-id: req-b1bbc20a-9b54-4a75-8d45-c47288f28012 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"flavors": [{"id": "dd409781-9473-429b-acef-9fde73c890d2", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/dd409781-9473-429b-acef-9fde73c890d2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/dd409781-9473-429b-acef-9fde73c890d2", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-flavor-name"}]} 2018-10-04 15:38:36,930 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-b1bbc20a-9b54-4a75-8d45-c47288f28012 2018-10-04 15:38:36,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/dd409781-9473-429b-acef-9fde73c890d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:36,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d0f0b7cf-9029-40aa-ad92-7b53120751fd x-compute-request-id: req-d0f0b7cf-9029-40aa-ad92-7b53120751fd Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/dd409781-9473-429b-acef-9fde73c890d2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/dd409781-9473-429b-acef-9fde73c890d2", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "dd409781-9473-429b-acef-9fde73c890d2", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:38:36,956 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/dd409781-9473-429b-acef-9fde73c890d2 used request id req-d0f0b7cf-9029-40aa-ad92-7b53120751fd 2018-10-04 15:38:36,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:37,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-a1550ac3-b3e4-49e9-8589-e907e4c03654 Date: Thu, 04 Oct 2018 15:38:37 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:38:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:38:11Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/0366f1c1-518d-4da4-a5d1-b8769f519a18/snap", "metadata": {}}], "self": "/v2/images/0366f1c1-518d-4da4-a5d1-b8769f519a18", "min_disk": 0, "protected": false, "id": "0366f1c1-518d-4da4-a5d1-b8769f519a18", "file": "/v2/images/0366f1c1-518d-4da4-a5d1-b8769f519a18/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4914d9c5212741259f685a62e82d23e0", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/0366f1c1-518d-4da4-a5d1-b8769f519a18/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-image"} 2018-10-04 15:38:37,128 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-image used request id req-a1550ac3-b3e4-49e9-8589-e907e4c03654 2018-10-04 15:38:37,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:37,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c83fae95-9a29-489c-9f59-7548af108c49 Date: Thu, 04 Oct 2018 15:38:37 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:38:37,287 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-c83fae95-9a29-489c-9f59-7548af108c49 2018-10-04 15:38:37,293 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst", "imageRef": "0366f1c1-518d-4da4-a5d1-b8769f519a18", "key_name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp", "flavorRef": "dd409781-9473-429b-acef-9fde73c890d2", "max_count": 1, "min_count": 1, "networks": [{"port": "8037233e-2025-4b84-8049-d201b7e44f1a"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp"}]}}' 2018-10-04 15:38:39,448 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:38:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-954efcee-0a17-4cd7-845c-e5b6f912f784 x-compute-request-id: req-954efcee-0a17-4cd7-845c-e5b6f912f784 Content-Length: 444 location: http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "bookmark"}], "adminPass": "9Mnx5XLNzvov"}} 2018-10-04 15:38:39,448 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-954efcee-0a17-4cd7-845c-e5b6f912f784 2018-10-04 15:38:39,451 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:39,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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,Accept-Encoding x-openstack-request-id: req-865be3ce-37ce-4ae1-824e-00445ca2f78f x-compute-request-id: req-865be3ce-37ce-4ae1-824e-00445ca2f78f Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "bookmark"}], "image": {"id": "0366f1c1-518d-4da4-a5d1-b8769f519a18", "links": [{"href": "http://172.30.9.23:8774/images/0366f1c1-518d-4da4-a5d1-b8769f519a18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd409781-9473-429b-acef-9fde73c890d2", "links": [{"href": "http://172.30.9.23:8774/flavors/dd409781-9473-429b-acef-9fde73c890d2", "rel": "bookmark"}]}, "id": "721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "user_id": "a91ee2becd2d4a939b943e3a74dc7a37", "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-10-04T15:38:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst", "created": "2018-10-04T15:38:39Z", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:38:39,812 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd used request id req-865be3ce-37ce-4ae1-824e-00445ca2f78f 2018-10-04 15:38:39,813 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst 2018-10-04 15:38:39,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:39,969 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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,Accept-Encoding x-openstack-request-id: req-b2e9e8f3-1193-449a-9e24-28079cc1f6f4 x-compute-request-id: req-b2e9e8f3-1193-449a-9e24-28079cc1f6f4 Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "bookmark"}], "image": {"id": "0366f1c1-518d-4da4-a5d1-b8769f519a18", "links": [{"href": "http://172.30.9.23:8774/images/0366f1c1-518d-4da4-a5d1-b8769f519a18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd409781-9473-429b-acef-9fde73c890d2", "links": [{"href": "http://172.30.9.23:8774/flavors/dd409781-9473-429b-acef-9fde73c890d2", "rel": "bookmark"}]}, "id": "721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "user_id": "a91ee2becd2d4a939b943e3a74dc7a37", "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-10-04T15:38:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst", "created": "2018-10-04T15:38:39Z", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:38:39,969 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd used request id req-b2e9e8f3-1193-449a-9e24-28079cc1f6f4 2018-10-04 15:38:39,970 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst] is - BUILD 2018-10-04 15:38:39,970 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:38:42,973 - create_instance - DEBUG - VM status query timeout in 896.840101957 2018-10-04 15:38:42,976 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:43,506 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38: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-725f03e8-31ab-41d5-9c39-ea99a7a139d7 x-compute-request-id: req-725f03e8-31ab-41d5-9c39-ea99a7a139d7 Content-Encoding: gzip Content-Length: 688 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "bookmark"}], "image": {"id": "0366f1c1-518d-4da4-a5d1-b8769f519a18", "links": [{"href": "http://172.30.9.23:8774/images/0366f1c1-518d-4da4-a5d1-b8769f519a18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd409781-9473-429b-acef-9fde73c890d2", "links": [{"href": "http://172.30.9.23:8774/flavors/dd409781-9473-429b-acef-9fde73c890d2", "rel": "bookmark"}]}, "id": "721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "security_groups": [{"name": "default"}], "user_id": "a91ee2becd2d4a939b943e3a74dc7a37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:38:40Z", "hostId": "d790ff9f768d871d19adb2faffb56891b658b696b07588161f632dfc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst", "created": "2018-10-04T15:38:39Z", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:38:43,506 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd used request id req-725f03e8-31ab-41d5-9c39-ea99a7a139d7 2018-10-04 15:38:43,507 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst] is - BUILD 2018-10-04 15:38:43,507 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:38:46,510 - create_instance - DEBUG - VM status query timeout in 893.302886009 2018-10-04 15:38:46,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:47,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-156ec246-fe68-4aa2-8fe8-324e0cea6673 x-compute-request-id: req-156ec246-fe68-4aa2-8fe8-324e0cea6673 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f3:9f", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "bookmark"}], "image": {"id": "0366f1c1-518d-4da4-a5d1-b8769f519a18", "links": [{"href": "http://172.30.9.23:8774/images/0366f1c1-518d-4da4-a5d1-b8769f519a18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:38:43.000000", "flavor": {"id": "dd409781-9473-429b-acef-9fde73c890d2", "links": [{"href": "http://172.30.9.23:8774/flavors/dd409781-9473-429b-acef-9fde73c890d2", "rel": "bookmark"}]}, "id": "721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "security_groups": [{"name": "default"}], "user_id": "a91ee2becd2d4a939b943e3a74dc7a37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:38:45Z", "hostId": "d790ff9f768d871d19adb2faffb56891b658b696b07588161f632dfc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst", "created": "2018-10-04T15:38:39Z", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:38:47,146 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd used request id req-156ec246-fe68-4aa2-8fe8-324e0cea6673 2018-10-04 15:38:47,146 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst] is - ACTIVE 2018-10-04 15:38:47,146 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:38:47,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:47,786 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a73f0ad-e9cf-42eb-84c1-dfc81ac30b7b x-compute-request-id: req-6a73f0ad-e9cf-42eb-84c1-dfc81ac30b7b Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f3:9f", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "bookmark"}], "image": {"id": "0366f1c1-518d-4da4-a5d1-b8769f519a18", "links": [{"href": "http://172.30.9.23:8774/images/0366f1c1-518d-4da4-a5d1-b8769f519a18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:38:43.000000", "flavor": {"id": "dd409781-9473-429b-acef-9fde73c890d2", "links": [{"href": "http://172.30.9.23:8774/flavors/dd409781-9473-429b-acef-9fde73c890d2", "rel": "bookmark"}]}, "id": "721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "security_groups": [{"name": "default"}], "user_id": "a91ee2becd2d4a939b943e3a74dc7a37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:38:45Z", "hostId": "d790ff9f768d871d19adb2faffb56891b658b696b07588161f632dfc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst", "created": "2018-10-04T15:38:39Z", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:38:47,786 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd used request id req-6a73f0ad-e9cf-42eb-84c1-dfc81ac30b7b 2018-10-04 15:38:47,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:47,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-09700c06-ae81-45c9-9470-62a1b6450916 Date: Thu, 04 Oct 2018 15:38:47 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":["ccf4faa2-6cea-42da-b55f-052ac9bedf92"],"updated_at":"2018-10-04T15:38:14Z","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4914d9c5212741259f685a62e82d23e0","id":"ab2c22a1-d422-48cc-b183-40298d493c06","name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net"}]} 2018-10-04 15:38:47,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net used request id req-09700c06-ae81-45c9-9470-62a1b6450916 2018-10-04 15:38:47,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:47,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ab45380-f91f-434d-b80e-edbf4dc78e44 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0"}, "enabled": true, "id": "4914d9c5212741259f685a62e82d23e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}} 2018-10-04 15:38:47,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 used request id req-9ab45380-f91f-434d-b80e-edbf4dc78e44 2018-10-04 15:38:47,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:48,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-62eb619d-da2d-401b-a7f7-ba2068faeabf Date: Thu, 04 Oct 2018 15:38:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:14Z","dns_nameservers":[],"updated_at":"2018-10-04T15:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4914d9c5212741259f685a62e82d23e0","id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet"}]} 2018-10-04 15:38:48,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-62eb619d-da2d-401b-a7f7-ba2068faeabf 2018-10-04 15:38:48,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:48,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-874989c7-e864-4c3f-a404-175ea9ac5eae Date: Thu, 04 Oct 2018 15:38:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.14"}],"id":"8037233e-2025-4b84-8049-d201b7e44f1a","security_groups":["948189a1-b165-4d4e-a915-8d33c7212009"],"mac_address":"fa:16:3e:43:f3:9f","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923port-1","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:35Z","binding:vnic_type":"normal","device_id":"721d7e6d-1dd8-4a2c-a107-5276b9a559dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.2"}],"id":"a85eb823-5851-4f44-94da-928600854cdb","security_groups":[],"mac_address":"fa:16:3e:b4:eb:1f","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ab2c22a1-d422-48cc-b183-40298d493c06"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.1"}],"id":"b12ccab6-3b55-4a01-a2fe-019d74b63c15","security_groups":[],"mac_address":"fa:16:3e:7b:af:4b","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:23Z","binding:vnic_type":"normal","device_id":"ca9bcab4-b9b7-47a7-8699-3ac2c17833be"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.3"}],"id":"c6a6736a-869c-47e4-95e5-097b00cbaed0","security_groups":[],"mac_address":"fa:16:3e:3c:5a:b2","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ab2c22a1-d422-48cc-b183-40298d493c06"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.4"}],"id":"de11ea2c-08b8-4bb2-8648-bda5eca94334","security_groups":[],"mac_address":"fa:16:3e:de:6f:f5","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ab2c22a1-d422-48cc-b183-40298d493c06"}]} 2018-10-04 15:38:48,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-874989c7-e864-4c3f-a404-175ea9ac5eae 2018-10-04 15:38:48,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:48,699 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38: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-d1033ede-8fae-41ce-8742-e2d57ea9df8e x-compute-request-id: req-d1033ede-8fae-41ce-8742-e2d57ea9df8e Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f3:9f", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "bookmark"}], "image": {"id": "0366f1c1-518d-4da4-a5d1-b8769f519a18", "links": [{"href": "http://172.30.9.23:8774/images/0366f1c1-518d-4da4-a5d1-b8769f519a18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:38:43.000000", "flavor": {"id": "dd409781-9473-429b-acef-9fde73c890d2", "links": [{"href": "http://172.30.9.23:8774/flavors/dd409781-9473-429b-acef-9fde73c890d2", "rel": "bookmark"}]}, "id": "721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "security_groups": [{"name": "default"}], "user_id": "a91ee2becd2d4a939b943e3a74dc7a37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:38:45Z", "hostId": "d790ff9f768d871d19adb2faffb56891b658b696b07588161f632dfc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst", "created": "2018-10-04T15:38:39Z", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:38:48,699 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd used request id req-d1033ede-8fae-41ce-8742-e2d57ea9df8e 2018-10-04 15:38:48,700 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst] is - ACTIVE 2018-10-04 15:38:48,700 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:38:48,703 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:49,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38: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-8e1dac87-b4f6-49a3-8939-6c0f2a12f5bf x-compute-request-id: req-8e1dac87-b4f6-49a3-8939-6c0f2a12f5bf Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f3:9f", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "bookmark"}], "image": {"id": "0366f1c1-518d-4da4-a5d1-b8769f519a18", "links": [{"href": "http://172.30.9.23:8774/images/0366f1c1-518d-4da4-a5d1-b8769f519a18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:38:43.000000", "flavor": {"id": "dd409781-9473-429b-acef-9fde73c890d2", "links": [{"href": "http://172.30.9.23:8774/flavors/dd409781-9473-429b-acef-9fde73c890d2", "rel": "bookmark"}]}, "id": "721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "security_groups": [{"name": "default"}], "user_id": "a91ee2becd2d4a939b943e3a74dc7a37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:38:45Z", "hostId": "d790ff9f768d871d19adb2faffb56891b658b696b07588161f632dfc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst", "created": "2018-10-04T15:38:39Z", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:38:49,263 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd used request id req-8e1dac87-b4f6-49a3-8939-6c0f2a12f5bf 2018-10-04 15:38:49,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:49,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-68aef43d-2aae-4b92-8006-6e72138d2947 Date: Thu, 04 Oct 2018 15:38:49 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":["ccf4faa2-6cea-42da-b55f-052ac9bedf92"],"updated_at":"2018-10-04T15:38:14Z","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4914d9c5212741259f685a62e82d23e0","id":"ab2c22a1-d422-48cc-b183-40298d493c06","name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net"}]} 2018-10-04 15:38:49,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net used request id req-68aef43d-2aae-4b92-8006-6e72138d2947 2018-10-04 15:38:49,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:49,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a94c5cf-9fbe-4e90-a067-06476a96864f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0"}, "enabled": true, "id": "4914d9c5212741259f685a62e82d23e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}} 2018-10-04 15:38:49,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 used request id req-1a94c5cf-9fbe-4e90-a067-06476a96864f 2018-10-04 15:38:49,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:49,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-43568ec8-f5df-43ec-996e-3098e49db9f7 Date: Thu, 04 Oct 2018 15:38:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:14Z","dns_nameservers":[],"updated_at":"2018-10-04T15:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4914d9c5212741259f685a62e82d23e0","id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet"}]} 2018-10-04 15:38:49,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-43568ec8-f5df-43ec-996e-3098e49db9f7 2018-10-04 15:38:49,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:49,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-70ed0e3d-da69-4578-8924-0420dc528994 Date: Thu, 04 Oct 2018 15:38:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.14"}],"id":"8037233e-2025-4b84-8049-d201b7e44f1a","security_groups":["948189a1-b165-4d4e-a915-8d33c7212009"],"mac_address":"fa:16:3e:43:f3:9f","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923port-1","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:35Z","binding:vnic_type":"normal","device_id":"721d7e6d-1dd8-4a2c-a107-5276b9a559dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.2"}],"id":"a85eb823-5851-4f44-94da-928600854cdb","security_groups":[],"mac_address":"fa:16:3e:b4:eb:1f","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ab2c22a1-d422-48cc-b183-40298d493c06"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.1"}],"id":"b12ccab6-3b55-4a01-a2fe-019d74b63c15","security_groups":[],"mac_address":"fa:16:3e:7b:af:4b","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:23Z","binding:vnic_type":"normal","device_id":"ca9bcab4-b9b7-47a7-8699-3ac2c17833be"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.3"}],"id":"c6a6736a-869c-47e4-95e5-097b00cbaed0","security_groups":[],"mac_address":"fa:16:3e:3c:5a:b2","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ab2c22a1-d422-48cc-b183-40298d493c06"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.4"}],"id":"de11ea2c-08b8-4bb2-8648-bda5eca94334","security_groups":[],"mac_address":"fa:16:3e:de:6f:f5","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ab2c22a1-d422-48cc-b183-40298d493c06"}]} 2018-10-04 15:38:49,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-70ed0e3d-da69-4578-8924-0420dc528994 2018-10-04 15:38:49,768 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp"}}' 2018-10-04 15:38:50,697 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:38:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-07cb6a0e-96d5-4a61-9e5f-d471001b4f72 x-compute-request-id: req-07cb6a0e-96d5-4a61-9e5f-d471001b4f72 Content-Length: 0 Content-Type: application/json 2018-10-04 15:38:50,698 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd/action used request id req-07cb6a0e-96d5-4a61-9e5f-d471001b4f72 2018-10-04 15:38:50,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:50,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-de423ed7-822a-4c39-96ad-f47e940f538c Date: Thu, 04 Oct 2018 15:38:50 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:18Z", "admin_state_up": true, "updated_at": "2018-10-04T15:38:24Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "ca9bcab4-b9b7-47a7-8699-3ac2c17833be", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-router"}]} 2018-10-04 15:38:50,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-router used request id req-de423ed7-822a-4c39-96ad-f47e940f538c 2018-10-04 15:38:50,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:50,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-094761f2-5ee1-4b63-b656-c80f271eeb11 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0"}, "enabled": true, "id": "4914d9c5212741259f685a62e82d23e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}} 2018-10-04 15:38:50,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 used request id req-094761f2-5ee1-4b63-b656-c80f271eeb11 2018-10-04 15:38:50,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=ca9bcab4-b9b7-47a7-8699-3ac2c17833be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:50,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-a44ba513-192b-4b96-a7f8-0b1928fbbc0a Date: Thu, 04 Oct 2018 15:38:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.1"}],"id":"b12ccab6-3b55-4a01-a2fe-019d74b63c15","security_groups":[],"mac_address":"fa:16:3e:7b:af:4b","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:23Z","binding:vnic_type":"normal","device_id":"ca9bcab4-b9b7-47a7-8699-3ac2c17833be"}]} 2018-10-04 15:38:50,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=ca9bcab4-b9b7-47a7-8699-3ac2c17833be used request id req-a44ba513-192b-4b96-a7f8-0b1928fbbc0a 2018-10-04 15:38:50,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/ccf4faa2-6cea-42da-b55f-052ac9bedf92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:51,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-a6662651-2ed0-473c-a62e-4c9b5a434cf7 Date: Thu, 04 Oct 2018 15:38:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:14Z","dns_nameservers":[],"updated_at":"2018-10-04T15:38:14Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4914d9c5212741259f685a62e82d23e0","id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet"}} 2018-10-04 15:38:51,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/ccf4faa2-6cea-42da-b55f-052ac9bedf92 used request id req-a6662651-2ed0-473c-a62e-4c9b5a434cf7 2018-10-04 15:38:51,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:51,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-27969d3a-a36a-4f00-96c6-df0f76de7564 Date: Thu, 04 Oct 2018 15:38:51 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:38:51,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-27969d3a-a36a-4f00-96c6-df0f76de7564 2018-10-04 15:38:51,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:51,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-577a83d4-a372-427b-a52e-61b7c1f71155 Date: Thu, 04 Oct 2018 15:38:51 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:38:51,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-577a83d4-a372-427b-a52e-61b7c1f71155 2018-10-04 15:38:51,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:51,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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,Accept-Encoding x-openstack-request-id: req-30dd15d2-c3ee-40b4-99d5-2b9d03abc06d x-compute-request-id: req-30dd15d2-c3ee-40b4-99d5-2b9d03abc06d Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f3:9f", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "bookmark"}], "image": {"id": "0366f1c1-518d-4da4-a5d1-b8769f519a18", "links": [{"href": "http://172.30.9.23:8774/images/0366f1c1-518d-4da4-a5d1-b8769f519a18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:38:43.000000", "flavor": {"id": "dd409781-9473-429b-acef-9fde73c890d2", "links": [{"href": "http://172.30.9.23:8774/flavors/dd409781-9473-429b-acef-9fde73c890d2", "rel": "bookmark"}]}, "id": "721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp"}, {"name": "default"}], "user_id": "a91ee2becd2d4a939b943e3a74dc7a37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:38:45Z", "hostId": "d790ff9f768d871d19adb2faffb56891b658b696b07588161f632dfc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst", "created": "2018-10-04T15:38:39Z", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:38:51,995 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd used request id req-30dd15d2-c3ee-40b4-99d5-2b9d03abc06d 2018-10-04 15:38:51,996 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst] is - ACTIVE 2018-10-04 15:38:51,996 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:38:51,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:52,549 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0614401d-1fa0-4001-ab71-63ba6122c8e0 x-compute-request-id: req-0614401d-1fa0-4001-ab71-63ba6122c8e0 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f3:9f", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "bookmark"}], "image": {"id": "0366f1c1-518d-4da4-a5d1-b8769f519a18", "links": [{"href": "http://172.30.9.23:8774/images/0366f1c1-518d-4da4-a5d1-b8769f519a18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:38:43.000000", "flavor": {"id": "dd409781-9473-429b-acef-9fde73c890d2", "links": [{"href": "http://172.30.9.23:8774/flavors/dd409781-9473-429b-acef-9fde73c890d2", "rel": "bookmark"}]}, "id": "721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp"}, {"name": "default"}], "user_id": "a91ee2becd2d4a939b943e3a74dc7a37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:38:45Z", "hostId": "d790ff9f768d871d19adb2faffb56891b658b696b07588161f632dfc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst", "created": "2018-10-04T15:38:39Z", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:38:52,550 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd used request id req-0614401d-1fa0-4001-ab71-63ba6122c8e0 2018-10-04 15:38:52,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:52,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d03f2e61-5202-414b-bf63-c5b0eb2b0bee Date: Thu, 04 Oct 2018 15:38:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ccf4faa2-6cea-42da-b55f-052ac9bedf92"],"updated_at":"2018-10-04T15:38:14Z","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4914d9c5212741259f685a62e82d23e0","id":"ab2c22a1-d422-48cc-b183-40298d493c06","name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net"}]} 2018-10-04 15:38:52,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net used request id req-d03f2e61-5202-414b-bf63-c5b0eb2b0bee 2018-10-04 15:38:52,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:52,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25807672-0eaf-46da-8a3a-a92c06f86cc5 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0"}, "enabled": true, "id": "4914d9c5212741259f685a62e82d23e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}} 2018-10-04 15:38:52,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 used request id req-25807672-0eaf-46da-8a3a-a92c06f86cc5 2018-10-04 15:38:52,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:52,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f30d100c-18b3-42d2-93cf-2ae2964e964b Date: Thu, 04 Oct 2018 15:38:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:14Z","dns_nameservers":[],"updated_at":"2018-10-04T15:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4914d9c5212741259f685a62e82d23e0","id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet"}]} 2018-10-04 15:38:52,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-f30d100c-18b3-42d2-93cf-2ae2964e964b 2018-10-04 15:38:52,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:52,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-38bdfa14-e652-4869-a525-b5509fe3577b Date: Thu, 04 Oct 2018 15:38:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:50Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.14"}],"id":"8037233e-2025-4b84-8049-d201b7e44f1a","security_groups":["1da9c9d0-7815-4d11-9f11-8302c653219a","948189a1-b165-4d4e-a915-8d33c7212009"],"mac_address":"fa:16:3e:43:f3:9f","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923port-1","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:35Z","binding:vnic_type":"normal","device_id":"721d7e6d-1dd8-4a2c-a107-5276b9a559dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.2"}],"id":"a85eb823-5851-4f44-94da-928600854cdb","security_groups":[],"mac_address":"fa:16:3e:b4:eb:1f","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ab2c22a1-d422-48cc-b183-40298d493c06"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.1"}],"id":"b12ccab6-3b55-4a01-a2fe-019d74b63c15","security_groups":[],"mac_address":"fa:16:3e:7b:af:4b","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:23Z","binding:vnic_type":"normal","device_id":"ca9bcab4-b9b7-47a7-8699-3ac2c17833be"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.3"}],"id":"c6a6736a-869c-47e4-95e5-097b00cbaed0","security_groups":[],"mac_address":"fa:16:3e:3c:5a:b2","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ab2c22a1-d422-48cc-b183-40298d493c06"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.4"}],"id":"de11ea2c-08b8-4bb2-8648-bda5eca94334","security_groups":[],"mac_address":"fa:16:3e:de:6f:f5","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ab2c22a1-d422-48cc-b183-40298d493c06"}]} 2018-10-04 15:38:52,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-38bdfa14-e652-4869-a525-b5509fe3577b 2018-10-04 15:38:52,954 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-04 15:38:52,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:53,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-7bdb201d-5d64-4758-81f6-2857154a599a Date: Thu, 04 Oct 2018 15:38:53 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:38:53,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-7bdb201d-5d64-4758-81f6-2857154a599a 2018-10-04 15:38:53,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:53,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-06e7bd91-0eff-4ac5-a6dc-a11a24892921 Date: Thu, 04 Oct 2018 15:38:53 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:38:53,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-06e7bd91-0eff-4ac5-a6dc-a11a24892921 2018-10-04 15:38:53,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" -d '{"floatingip": {"floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "port_id": "8037233e-2025-4b84-8049-d201b7e44f1a"}}' 2018-10-04 15:38:55,329 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-45d2f46a-30c7-4f14-bfc1-1994732c81f6 Date: Thu, 04 Oct 2018 15:38:55 GMT RESP BODY: {"floatingip": {"router_id": "ca9bcab4-b9b7-47a7-8699-3ac2c17833be", "status": "DOWN", "description": "", "tags": [], "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:54Z", "updated_at": "2018-10-04T15:38:54Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "10.55.1.14", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "4914d9c5212741259f685a62e82d23e0", "port_id": "8037233e-2025-4b84-8049-d201b7e44f1a", "id": "d7cb552d-ce83-4708-9739-d94a416ef071"}} 2018-10-04 15:38:55,330 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-45d2f46a-30c7-4f14-bfc1-1994732c81f6 2018-10-04 15:38:55,330 - create_instance - INFO - Created floating IP 172.30.9.206 via router - CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-router 2018-10-04 15:38:55,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:55,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a8b911b-eb2f-462a-b5c8-e2ad7ba3802a x-compute-request-id: req-6a8b911b-eb2f-462a-b5c8-e2ad7ba3802a Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f3:9f", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "bookmark"}], "image": {"id": "0366f1c1-518d-4da4-a5d1-b8769f519a18", "links": [{"href": "http://172.30.9.23:8774/images/0366f1c1-518d-4da4-a5d1-b8769f519a18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:38:43.000000", "flavor": {"id": "dd409781-9473-429b-acef-9fde73c890d2", "links": [{"href": "http://172.30.9.23:8774/flavors/dd409781-9473-429b-acef-9fde73c890d2", "rel": "bookmark"}]}, "id": "721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp"}, {"name": "default"}], "user_id": "a91ee2becd2d4a939b943e3a74dc7a37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:38:45Z", "hostId": "d790ff9f768d871d19adb2faffb56891b658b696b07588161f632dfc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst", "created": "2018-10-04T15:38:39Z", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:38:55,810 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd used request id req-6a8b911b-eb2f-462a-b5c8-e2ad7ba3802a 2018-10-04 15:38:55,811 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst] is - ACTIVE 2018-10-04 15:38:55,811 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:38:55,814 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:56,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2cf493a7-50ae-4fbb-aed4-c8dd29ca9dfb x-compute-request-id: req-2cf493a7-50ae-4fbb-aed4-c8dd29ca9dfb Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f3:9f", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f3:9f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "bookmark"}], "image": {"id": "0366f1c1-518d-4da4-a5d1-b8769f519a18", "links": [{"href": "http://172.30.9.23:8774/images/0366f1c1-518d-4da4-a5d1-b8769f519a18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:38:43.000000", "flavor": {"id": "dd409781-9473-429b-acef-9fde73c890d2", "links": [{"href": "http://172.30.9.23:8774/flavors/dd409781-9473-429b-acef-9fde73c890d2", "rel": "bookmark"}]}, "id": "721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp"}, {"name": "default"}], "user_id": "a91ee2becd2d4a939b943e3a74dc7a37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:38:45Z", "hostId": "d790ff9f768d871d19adb2faffb56891b658b696b07588161f632dfc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst", "created": "2018-10-04T15:38:39Z", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:38:56,422 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd used request id req-2cf493a7-50ae-4fbb-aed4-c8dd29ca9dfb 2018-10-04 15:38:56,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:56,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e4d6257d-46c2-40ce-874f-27951d6d766f Date: Thu, 04 Oct 2018 15:38:56 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":["ccf4faa2-6cea-42da-b55f-052ac9bedf92"],"updated_at":"2018-10-04T15:38:14Z","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4914d9c5212741259f685a62e82d23e0","id":"ab2c22a1-d422-48cc-b183-40298d493c06","name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net"}]} 2018-10-04 15:38:56,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net used request id req-e4d6257d-46c2-40ce-874f-27951d6d766f 2018-10-04 15:38:56,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:56,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c41ff93-e245-4f72-81bf-4add38768a58 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0"}, "enabled": true, "id": "4914d9c5212741259f685a62e82d23e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}} 2018-10-04 15:38:56,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 used request id req-2c41ff93-e245-4f72-81bf-4add38768a58 2018-10-04 15:38:56,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:56,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4b74b633-9858-4486-899f-57b9c6d1e343 Date: Thu, 04 Oct 2018 15:38:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:14Z","dns_nameservers":[],"updated_at":"2018-10-04T15:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4914d9c5212741259f685a62e82d23e0","id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet"}]} 2018-10-04 15:38:56,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-4b74b633-9858-4486-899f-57b9c6d1e343 2018-10-04 15:38:56,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:56,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-8b8e0b25-4624-4508-8cd1-0c61b35f95d4 Date: Thu, 04 Oct 2018 15:38:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:50Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.14"}],"id":"8037233e-2025-4b84-8049-d201b7e44f1a","security_groups":["1da9c9d0-7815-4d11-9f11-8302c653219a","948189a1-b165-4d4e-a915-8d33c7212009"],"mac_address":"fa:16:3e:43:f3:9f","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923port-1","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:35Z","binding:vnic_type":"normal","device_id":"721d7e6d-1dd8-4a2c-a107-5276b9a559dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.2"}],"id":"a85eb823-5851-4f44-94da-928600854cdb","security_groups":[],"mac_address":"fa:16:3e:b4:eb:1f","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ab2c22a1-d422-48cc-b183-40298d493c06"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.1"}],"id":"b12ccab6-3b55-4a01-a2fe-019d74b63c15","security_groups":[],"mac_address":"fa:16:3e:7b:af:4b","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:23Z","binding:vnic_type":"normal","device_id":"ca9bcab4-b9b7-47a7-8699-3ac2c17833be"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.3"}],"id":"c6a6736a-869c-47e4-95e5-097b00cbaed0","security_groups":[],"mac_address":"fa:16:3e:3c:5a:b2","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ab2c22a1-d422-48cc-b183-40298d493c06"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.4"}],"id":"de11ea2c-08b8-4bb2-8648-bda5eca94334","security_groups":[],"mac_address":"fa:16:3e:de:6f:f5","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ab2c22a1-d422-48cc-b183-40298d493c06"}]} 2018-10-04 15:38:56,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-8b8e0b25-4624-4508-8cd1-0c61b35f95d4 2018-10-04 15:38:56,769 - create_instance_tests - INFO - Looking for IP 10.55.1.14 in the console log 2018-10-04 15:38:56,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:57,374 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-f2169af2-d6a6-480b-bd6b-56d603d29558 x-compute-request-id: req-f2169af2-d6a6-480b-bd6b-56d603d29558 Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f3:9f", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f3:9f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "bookmark"}], "image": {"id": "0366f1c1-518d-4da4-a5d1-b8769f519a18", "links": [{"href": "http://172.30.9.23:8774/images/0366f1c1-518d-4da4-a5d1-b8769f519a18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:38:43.000000", "flavor": {"id": "dd409781-9473-429b-acef-9fde73c890d2", "links": [{"href": "http://172.30.9.23:8774/flavors/dd409781-9473-429b-acef-9fde73c890d2", "rel": "bookmark"}]}, "id": "721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp"}, {"name": "default"}], "user_id": "a91ee2becd2d4a939b943e3a74dc7a37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:38:45Z", "hostId": "d790ff9f768d871d19adb2faffb56891b658b696b07588161f632dfc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst", "created": "2018-10-04T15:38:39Z", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:38:57,374 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd used request id req-f2169af2-d6a6-480b-bd6b-56d603d29558 2018-10-04 15:38:57,377 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:38:58,446 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f8482ed-7002-4664-96cc-b71e584febae x-compute-request-id: req-3f8482ed-7002-4664-96cc-b71e584febae Content-Encoding: gzip Content-Length: 9613 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 536940106 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\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 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127820] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129467] pid_max: default: 32768 minimum: 301\n[ 0.130366] ACPI: Core revision 20150930\n[ 0.131745] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133044] Security Framework initialized\n[ 0.133857] Yama: becoming mindful.\n[ 0.134589] AppArmor: AppArmor initialized\n[ 0.135441] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136717] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.137964] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.139147] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140498] Initializing cgroup subsys io\n[ 0.141309] Initializing cgroup subsys memory\n[ 0.142159] Initializing cgroup subsys devices\n[ 0.143040] Initializing cgroup subsys freezer\n[ 0.143902] Initializing cgroup subsys net_cls\n[ 0.144757] Initializing cgroup subsys perf_event\n[ 0.145655] Initializing cgroup subsys net_prio\n[ 0.146521] Initializing cgroup subsys hugetlb\n[ 0.147391] Initializing cgroup subsys pids\n[ 0.148257] CPU: Physical Processor ID: 0\n[ 0.149736] mce: CPU supports 10 MCE banks\n[ 0.150580] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151582] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.153859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.160307] ftrace: allocating 31920 entries in 125 pages\n[ 0.186675] smpboot: Max logical packages: 2\n[ 0.187537] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.188715] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.190048] x2apic enabled\n[ 0.190858] Switched APIC routing to physical x2apic.\n[ 0.192619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.193828] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.195975] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.197918] KVM setup paravirtual spinlock\n[ 0.199346] x86: Booting SMP configuration:\n[ 0.200237] .... node #0, CPUs: #1\n[ 0.201129] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.222793] x86: Booted up 1 node, 2 CPUs\n[ 0.222795] KVM setup async PF for cpu 1\n[ 0.222798] kvm-stealtime: cpu 1, msr f90d940\n[ 0.225344] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.226843] devtmpfs: initialized\n[ 0.228550] evm: security.selinux\n[ 0.229240] evm: security.SMACK64\n[ 0.229929] evm: security.SMACK64EXEC\n[ 0.230679] evm: security.SMACK64TRANSMUTE\n[ 0.231483] evm: security.SMACK64MMAP\n[ 0.232215] evm: security.ima\n[ 0.232853] evm: security.capability\n[ 0.233698] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235804] pinctrl core: initialized pinctrl subsystem\n[ 0.237093] RTC time: 15:38:43, date: 10/04/18\n[ 0.238237] NET: Registered protocol family 16\n[ 0.247753] cpuidle: using governor ladder\n[ 0.259853] cpuidle: using governor menu\n[ 0.260674] PCCT header not found.\n[ 0.261449] ACPI: bus type PCI registered\n[ 0.262242] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.263515] PCI: Using configuration type 1 for base access\n[ 0.276913] ACPI: Added _OSI(Module Device)\n[ 0.277765] ACPI: Added _OSI(Processor Device)\n[ 0.278624] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.279516] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.281867] ACPI: Interpreter enabled\n[ 0.282632] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.286333] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.288153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.289983] ACPI: (supports S0 S5)\n[ 0.290679] ACPI: Using IOAPIC for interrupt routing\n[ 0.291736] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.295101] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.296270] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297482] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.298656] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.300874] acpiphp: Slot [3] registered\n[ 0.301694] acpiphp: Slot [4] registered\n[ 0.302491] acpiphp: Slot [5] registered\n[ 0.303280] acpiphp: Slot [6] registered\n[ 0.304066] acpiphp: Slot [7] registered\n[ 0.304858] acpiphp: Slot [8] registered\n[ 0.305652] acpiphp: Slot [9] registered\n[ 0.306481] acpiphp: Slot [10] registered\n[ 0.317806] acpiphp: Slot [11] registered\n[ 0.318625] acpiphp: Slot [12] registered\n[ 0.319428] acpiphp: Slot [13] registered\n[ 0.320225] acpiphp: Slot [14] registered\n[ 0.321031] acpiphp: Slot [15] registered\n[ 0.321842] acpiphp: Slot [16] registered\n[ 0.322650] acpiphp: Slot [17] registered\n[ 0.323451] acpiphp: Slot [18] registered\n[ 0.324252] acpiphp: Slot [19] registered\n[ 0.325054] acpiphp: Slot [20] registered\n[ 0.325865] acpiphp: Slot [21] registered\n[ 0.326701] acpiphp: Slot [22] registered\n[ 0.327506] acpiphp: Slot [23] registered\n[ 0.328313] acpiphp: Slot [24] registered\n[ 0.329110] acpiphp: Slot [25] registered\n[ 0.329921] acpiphp: Slot [26] registered\n[ 0.330744] acpiphp: Slot [27] registered\n[ 0.331545] acpiphp: Slot [28] registered\n[ 0.332345] acpiphp: Slot [29] registered\n[ 0.333141] acpiphp: Slot [30] registered\n[ 0.333950] acpiphp: Slot [31] registered\n[ 0.334747] PCI host bridge to bus 0000:00\n[ 0.335545] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337975] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.339429] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.340867] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.347219] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348506] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349667] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350923] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357475] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.358896] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.404831] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.406300] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.407715] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.409127] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.410511] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.411782] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.413217] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.414267] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.415797] vgaarb: loaded\n[ 0.416398] vgaarb: bridge control possible 0000:00:02.0\n[ 0.417534] SCSI subsystem initialized\n[ 0.418364] ACPI: bus type USB registered\n[ 0.419178] usbcore: registered new interface driver usbfs\n[ 0.420206] usbcore: registered new interface driver hub\n[ 0.421207] usbcore: registered new device driver usb\n[ 0.422300] PCI: Using ACPI for IRQ routing\n[ 0.423330] NetLabel: Initializing\n[ 0.424042] NetLabel: domain hash size = 128\n[ 0.424910] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.425861] NetLabel: unlabeled traffic allowed by default\n[ 0.426965] clocksource: Switched to clocksource kvm-clock\n[ 0.432868] AppArmor: AppArmor Filesystem Enabled\n[ 0.433832] pnp: PnP ACPI init\n[ 0.434759] pnp: PnP ACPI: found 5 devices\n[ 0.441871] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.443584] NET: Registered protocol family 2\n[ 0.444564] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.445827] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.446988] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.448140] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.449204] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.450361] NET: Registered protocol family 1\n[ 0.451223] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.452318] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.453382] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.471994] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490853] Trying to unpack rootfs image as initramfs...\n[ 0.541273] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.555526] Scanning for low memory corruption every 60 seconds\n[ 0.556902] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.558079] audit: initializing netlink subsys (disabled)\n[ 0.559146] audit: type=2000 audit(1538667524.082:1): initialized\n[ 0.560489] Initialise system trusted keyring\n[ 0.561457] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.562642] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.564772] zbud: loaded\n[ 0.565504] VFS: Disk quotas dquot_6.6.0\n[ 0.566342] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.567937] fuse init (API version 7.23)\n[ 0.568855] Key type big_key registered\n[ 0.569676] Allocating IMA MOK and blacklist keyrings.\n[ 0.570864] Key type asymmetric registered\n[ 0.571708] Asymmetric key parser 'x509' registered\n[ 0.572676] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.574201] io scheduler noop registered\n[ 0.575020] io scheduler deadline registered (default)\n[ 0.576035] io scheduler cfq registered\n[ 0.576884] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.577950] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.579228] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.580697] ACPI: Power Button [PWRF]\n[ 0.581596] GHES: HEST is not enabled!\n[ 0.600328] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.639214] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.641580] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665235] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667473] Linux agpgart interface v0.103\n[ 0.669791] brd: module loaded\n[ 0.671130] loop: module loaded\n[ 0.675444] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.676922] GPT:90111 != 20971519\n[ 0.677620] GPT:Alternate GPT header not at the end of the disk.\n[ 0.678725] GPT:90111 != 20971519\n[ 0.679430] GPT: Use GNU Parted to correct GPT errors.\n[ 0.680418] vda: vda1 vda15\n[ 0.681873] scsi host0: ata_piix\n[ 0.682640] scsi host1: ata_piix\n[ 0.683369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.684609] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.686224] libphy: Fixed MDIO Bus: probed\n[ 0.687065] tun: Universal TUN/TAP device driver, 1.6\n[ 0.688031] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.690020] PPP generic driver version 2.4.2\n[ 0.690925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.692200] ehci-pci: EHCI PCI platform driver\n[ 0.693084] ehci-platform: EHCI generic platform driver\n[ 0.694081] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.695223] ohci-pci: OHCI PCI platform driver\n[ 0.696105] ohci-platform: OHCI generic platform driver\n[ 0.697100] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.716047] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.717051] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.718511] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.719521] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.720660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.721898] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.723343] usb usb1: Product: UHCI Host Controller\n[ 0.724295] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.725449] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.726482] hub 1-0:1.0: USB hub found\n[ 0.727276] hub 1-0:1.0: 2 ports detected\n[ 0.728197] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.730345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.731337] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.732383] mousedev: PS/2 mouse device common for all mice\n[ 0.733570] rtc_cmos 00:00: RTC can wake from S4\n[ 0.734802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.736494] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.737759] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.738955] i2c /dev entries driver\n[ 0.739727] device-mapper: uevent: version 1.0.3\n[ 0.740697] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742330] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.743658] NET: Registered protocol family 10\n[ 0.744682] NET: Registered protocol family 17\n[ 0.745571] Key type dns_resolver registered\n[ 0.746532] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747620] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.748733] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.750517] registered taskstats version 1\n[ 0.751358] Loading compiled-in X.509 certificates\n[ 0.752794] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754647] zswap: loaded using pool lzo/zbud\n[ 0.756124] Key type trusted registered\n[ 0.757808] Key type encrypted registered\n[ 0.758635] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.759660] ima: No TPM chip found, activating TPM-bypass!\n[ 0.760696] evm: HMAC attrs: 0x1\n[ 0.761655] Magic number: 6:496:638\n[ 0.762514] rtc_cmos 00:00: setting system clock to 2018-10-04 15:38:44 UTC (1538667524)\n[ 0.775005] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.776128] EDD information not available.\n[ 0.840106] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.841673] Write protecting the kernel read-only data: 14336k\n[ 0.843299] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845126] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.338869] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.14...\nLease of 10.55.1.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.33. iid=i-00000111\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=20953055,end=20971487\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): 2 @ 3491.910 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgm3MN9opRldEaaLcW1/GcXg0Bv/0F/78hLnDgRxGleQUdUi4x4bC1NhVeS4/GbiKhvJGUropkUORJu821uK7vzV0as31OtHGtUie7/J7FI91bTAqj/N1i7FIZgPnf1Cfw/IpsQUUZx7cP9jlIrLXcEqF9/A29WDCtkWO1fudmVNvx+jRGiF4qn9wdLhMsaYvlH5Dq0YWTpP5cWU2HhjEHdYcwmG31htJ0I1rTknGl2QA3/wsrml/sS6r+eSBZh2cqEP4/X3BkeIK+4KCQYvnuC6ydMSKccc9e889m9B72LBuMX2zlmTFGuDYyyoTEQo7GqMs+QOhvYoSo70NO4XtH root@createinstancesinglenetworktests-ccc5b18b-ca7f-4204-9454-2264f9\nssh-dss AAAAB3NzaC1kc3MAAACBAJqAN+y2UbPCxhCSLP/S3z2oTVlyn01Rw4SIpWsmG3nI3xj0j+sDUBVEz1LrAVtpzVhveoRApZhLWkONEj123q0HVZZeselHTnGgoWalyUFqszNh/iz63IFf4mWTgKz8gZuNllkaqYH93f462UwiW2u0HvMQ1edNJnFBBCVtTF6DAAAAFQCUffEbTVtaolFRcX9V4Y7HehIfiwAAAIBMJUa2a2ZCFAhTZle5I8nPYU8d4pSKEgXOi0F3sznv7gcQ76aH5uChpaz4OrdIi4HKoFIdI9L17HaNHwF0221pHk2iuxcMdZJBTKAoPU2yEHD4BvW8vBgusKeMDmCKy2SRS2DggWtbu1WG7Qh68zJ2K++yZrd2xRptZzqH8KHyqQAAAIB6ARz+a/B5QhCzgDX8hYQZc38tA2f3tgi/idk/rs1RLOJOMAtDARM2u7Sxe9Adzrt5PBn6TZYM9EFW+8o0FnIDt9SoYxA59kFRBRiLSZdYENxu1l6PDR0CCZWPOAfDJvE6+o7/eeCmha5Wk4B3Csqiv2H+5ELVmLhAUfEXc/PufA== root@createinstancesinglenetworktests-ccc5b18b-ca7f-4204-9454-2264f9\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.14,24,fe80::f816:3eff:fe43:f39f/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.14 \nip-route:169.254.169.254 via 10.55.1.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-ccc5b18b-ca7f-4204-9454-2264f9\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.89 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-ccc5b18b-ca7f-4204-9454-2264f9 login: "} 2018-10-04 15:38:58,447 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd/action used request id req-3f8482ed-7002-4664-96cc-b71e584febae 2018-10-04 15:38:58,448 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-04 15:38:58,448 - create_instance_tests - DEBUG - Full console output - [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 536940106 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 2 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 0x10000000-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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127820] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129467] pid_max: default: 32768 minimum: 301 [ 0.130366] ACPI: Core revision 20150930 [ 0.131745] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133044] Security Framework initialized [ 0.133857] Yama: becoming mindful. [ 0.134589] AppArmor: AppArmor initialized [ 0.135441] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.136717] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.137964] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.139147] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140498] Initializing cgroup subsys io [ 0.141309] Initializing cgroup subsys memory [ 0.142159] Initializing cgroup subsys devices [ 0.143040] Initializing cgroup subsys freezer [ 0.143902] Initializing cgroup subsys net_cls [ 0.144757] Initializing cgroup subsys perf_event [ 0.145655] Initializing cgroup subsys net_prio [ 0.146521] Initializing cgroup subsys hugetlb [ 0.147391] Initializing cgroup subsys pids [ 0.148257] CPU: Physical Processor ID: 0 [ 0.149736] mce: CPU supports 10 MCE banks [ 0.150580] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151582] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.153859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.160307] ftrace: allocating 31920 entries in 125 pages [ 0.186675] smpboot: Max logical packages: 2 [ 0.187537] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.188715] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.190048] x2apic enabled [ 0.190858] Switched APIC routing to physical x2apic. [ 0.192619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.193828] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.195975] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.197918] KVM setup paravirtual spinlock [ 0.199346] x86: Booting SMP configuration: [ 0.200237] .... node #0, CPUs: #1 [ 0.201129] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.222793] x86: Booted up 1 node, 2 CPUs [ 0.222795] KVM setup async PF for cpu 1 [ 0.222798] kvm-stealtime: cpu 1, msr f90d940 [ 0.225344] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.226843] devtmpfs: initialized [ 0.228550] evm: security.selinux [ 0.229240] evm: security.SMACK64 [ 0.229929] evm: security.SMACK64EXEC [ 0.230679] evm: security.SMACK64TRANSMUTE [ 0.231483] evm: security.SMACK64MMAP [ 0.232215] evm: security.ima [ 0.232853] evm: security.capability [ 0.233698] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.235804] pinctrl core: initialized pinctrl subsystem [ 0.237093] RTC time: 15:38:43, date: 10/04/18 [ 0.238237] NET: Registered protocol family 16 [ 0.247753] cpuidle: using governor ladder [ 0.259853] cpuidle: using governor menu [ 0.260674] PCCT header not found. [ 0.261449] ACPI: bus type PCI registered [ 0.262242] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.263515] PCI: Using configuration type 1 for base access [ 0.276913] ACPI: Added _OSI(Module Device) [ 0.277765] ACPI: Added _OSI(Processor Device) [ 0.278624] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.279516] ACPI: Added _OSI(Processor Aggregator Device) [ 0.281867] ACPI: Interpreter enabled [ 0.282632] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.284475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.286333] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.288153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.289983] ACPI: (supports S0 S5) [ 0.290679] ACPI: Using IOAPIC for interrupt routing [ 0.291736] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.295101] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.296270] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.297482] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.298656] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.300874] acpiphp: Slot [3] registered [ 0.301694] acpiphp: Slot [4] registered [ 0.302491] acpiphp: Slot [5] registered [ 0.303280] acpiphp: Slot [6] registered [ 0.304066] acpiphp: Slot [7] registered [ 0.304858] acpiphp: Slot [8] registered [ 0.305652] acpiphp: Slot [9] registered [ 0.306481] acpiphp: Slot [10] registered [ 0.317806] acpiphp: Slot [11] registered [ 0.318625] acpiphp: Slot [12] registered [ 0.319428] acpiphp: Slot [13] registered [ 0.320225] acpiphp: Slot [14] registered [ 0.321031] acpiphp: Slot [15] registered [ 0.321842] acpiphp: Slot [16] registered [ 0.322650] acpiphp: Slot [17] registered [ 0.323451] acpiphp: Slot [18] registered [ 0.324252] acpiphp: Slot [19] registered [ 0.325054] acpiphp: Slot [20] registered [ 0.325865] acpiphp: Slot [21] registered [ 0.326701] acpiphp: Slot [22] registered [ 0.327506] acpiphp: Slot [23] registered [ 0.328313] acpiphp: Slot [24] registered [ 0.329110] acpiphp: Slot [25] registered [ 0.329921] acpiphp: Slot [26] registered [ 0.330744] acpiphp: Slot [27] registered [ 0.331545] acpiphp: Slot [28] registered [ 0.332345] acpiphp: Slot [29] registered [ 0.333141] acpiphp: Slot [30] registered [ 0.333950] acpiphp: Slot [31] registered [ 0.334747] PCI host bridge to bus 0000:00 [ 0.335545] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.336776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.337975] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.339429] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.340867] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.347219] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.348506] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.349667] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.350923] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.357475] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.358896] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.404831] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.406300] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.407715] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409127] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410511] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411782] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413217] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414267] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415797] vgaarb: loaded [ 0.416398] vgaarb: bridge control possible 0000:00:02.0 [ 0.417534] SCSI subsystem initialized [ 0.418364] ACPI: bus type USB registered [ 0.419178] usbcore: registered new interface driver usbfs [ 0.420206] usbcore: registered new interface driver hub [ 0.421207] usbcore: registered new device driver usb [ 0.422300] PCI: Using ACPI for IRQ routing [ 0.423330] NetLabel: Initializing [ 0.424042] NetLabel: domain hash size = 128 [ 0.424910] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.425861] NetLabel: unlabeled traffic allowed by default [ 0.426965] clocksource: Switched to clocksource kvm-clock [ 0.432868] AppArmor: AppArmor Filesystem Enabled [ 0.433832] pnp: PnP ACPI init [ 0.434759] pnp: PnP ACPI: found 5 devices [ 0.441871] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.443584] NET: Registered protocol family 2 [ 0.444564] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.445827] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.446988] TCP: Hash tables configured (established 2048 bind 2048) [ 0.448140] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.449204] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.450361] NET: Registered protocol family 1 [ 0.451223] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.452318] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.453382] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471994] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.490853] Trying to unpack rootfs image as initramfs... [ 0.541273] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.555526] Scanning for low memory corruption every 60 seconds [ 0.556902] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.558079] audit: initializing netlink subsys (disabled) [ 0.559146] audit: type=2000 audit(1538667524.082:1): initialized [ 0.560489] Initialise system trusted keyring [ 0.561457] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.562642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.564772] zbud: loaded [ 0.565504] VFS: Disk quotas dquot_6.6.0 [ 0.566342] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.567937] fuse init (API version 7.23) [ 0.568855] Key type big_key registered [ 0.569676] Allocating IMA MOK and blacklist keyrings. [ 0.570864] Key type asymmetric registered [ 0.571708] Asymmetric key parser 'x509' registered [ 0.572676] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.574201] io scheduler noop registered [ 0.575020] io scheduler deadline registered (default) [ 0.576035] io scheduler cfq registered [ 0.576884] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.577950] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579228] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.580697] ACPI: Power Button [PWRF] [ 0.581596] GHES: HEST is not enabled! [ 0.600328] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.639214] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.641580] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.665235] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.667473] Linux agpgart interface v0.103 [ 0.669791] brd: module loaded [ 0.671130] loop: module loaded [ 0.675444] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.676922] GPT:90111 != 20971519 [ 0.677620] GPT:Alternate GPT header not at the end of the disk. [ 0.678725] GPT:90111 != 20971519 [ 0.679430] GPT: Use GNU Parted to correct GPT errors. [ 0.680418] vda: vda1 vda15 [ 0.681873] scsi host0: ata_piix [ 0.682640] scsi host1: ata_piix [ 0.683369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.684609] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.686224] libphy: Fixed MDIO Bus: probed [ 0.687065] tun: Universal TUN/TAP device driver, 1.6 [ 0.688031] tun: (C) 1999-2004 Max Krasnyansky [ 0.690020] PPP generic driver version 2.4.2 [ 0.690925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.692200] ehci-pci: EHCI PCI platform driver [ 0.693084] ehci-platform: EHCI generic platform driver [ 0.694081] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.695223] ohci-pci: OHCI PCI platform driver [ 0.696105] ohci-platform: OHCI generic platform driver [ 0.697100] uhci_hcd: USB Universal Host Controller Interface driver [ 0.716047] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.717051] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.718511] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.719521] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.720660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.721898] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.723343] usb usb1: Product: UHCI Host Controller [ 0.724295] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.725449] usb usb1: SerialNumber: 0000:00:01.2 [ 0.726482] hub 1-0:1.0: USB hub found [ 0.727276] hub 1-0:1.0: 2 ports detected [ 0.728197] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.730345] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.731337] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.732383] mousedev: PS/2 mouse device common for all mice [ 0.733570] rtc_cmos 00:00: RTC can wake from S4 [ 0.734802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.736494] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.737759] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.738955] i2c /dev entries driver [ 0.739727] device-mapper: uevent: version 1.0.3 [ 0.740697] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.742330] ledtrig-cpu: registered to indicate activity on CPUs [ 0.743658] NET: Registered protocol family 10 [ 0.744682] NET: Registered protocol family 17 [ 0.745571] Key type dns_resolver registered [ 0.746532] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.747620] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.748733] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.750517] registered taskstats version 1 [ 0.751358] Loading compiled-in X.509 certificates [ 0.752794] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.754647] zswap: loaded using pool lzo/zbud [ 0.756124] Key type trusted registered [ 0.757808] Key type encrypted registered [ 0.758635] AppArmor: AppArmor sha1 policy hashing enabled [ 0.759660] ima: No TPM chip found, activating TPM-bypass! [ 0.760696] evm: HMAC attrs: 0x1 [ 0.761655] Magic number: 6:496:638 [ 0.762514] rtc_cmos 00:00: setting system clock to 2018-10-04 15:38:44 UTC (1538667524) [ 0.775005] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.776128] EDD information not available. [ 0.840106] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.841673] Write protecting the kernel read-only data: 14336k [ 0.843299] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.845126] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.14 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.338869] 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 10.55.1.14... Lease of 10.55.1.14 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.33. iid=i-00000111 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=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.910 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgm3MN9opRldEaaLcW1/GcXg0Bv/0F/78hLnDgRxGleQUdUi4x4bC1NhVeS4/GbiKhvJGUropkUORJu821uK7vzV0as31OtHGtUie7/J7FI91bTAqj/N1i7FIZgPnf1Cfw/IpsQUUZx7cP9jlIrLXcEqF9/A29WDCtkWO1fudmVNvx+jRGiF4qn9wdLhMsaYvlH5Dq0YWTpP5cWU2HhjEHdYcwmG31htJ0I1rTknGl2QA3/wsrml/sS6r+eSBZh2cqEP4/X3BkeIK+4KCQYvnuC6ydMSKccc9e889m9B72LBuMX2zlmTFGuDYyyoTEQo7GqMs+QOhvYoSo70NO4XtH root@createinstancesinglenetworktests-ccc5b18b-ca7f-4204-9454-2264f9 ssh-dss AAAAB3NzaC1kc3MAAACBAJqAN+y2UbPCxhCSLP/S3z2oTVlyn01Rw4SIpWsmG3nI3xj0j+sDUBVEz1LrAVtpzVhveoRApZhLWkONEj123q0HVZZeselHTnGgoWalyUFqszNh/iz63IFf4mWTgKz8gZuNllkaqYH93f462UwiW2u0HvMQ1edNJnFBBCVtTF6DAAAAFQCUffEbTVtaolFRcX9V4Y7HehIfiwAAAIBMJUa2a2ZCFAhTZle5I8nPYU8d4pSKEgXOi0F3sznv7gcQ76aH5uChpaz4OrdIi4HKoFIdI9L17HaNHwF0221pHk2iuxcMdZJBTKAoPU2yEHD4BvW8vBgusKeMDmCKy2SRS2DggWtbu1WG7Qh68zJ2K++yZrd2xRptZzqH8KHyqQAAAIB6ARz+a/B5QhCzgDX8hYQZc38tA2f3tgi/idk/rs1RLOJOMAtDARM2u7Sxe9Adzrt5PBn6TZYM9EFW+8o0FnIDt9SoYxA59kFRBRiLSZdYENxu1l6PDR0CCZWPOAfDJvE6+o7/eeCmha5Wk4B3Csqiv2H+5ELVmLhAUfEXc/PufA== root@createinstancesinglenetworktests-ccc5b18b-ca7f-4204-9454-2264f9 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.14,24,fe80::f816:3eff:fe43:f39f/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.14 ip-route:169.254.169.254 via 10.55.1.3 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000111 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-ccc5b18b-ca7f-4204-9454-2264f9 launch-index: 0 === cirros: current=0.4.0 uptime=2.89 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-ccc5b18b-ca7f-4204-9454-2264f9 login: 2018-10-04 15:38:58,451 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:59,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6265c8fb-bb02-4067-863d-c7775a4655d4 x-compute-request-id: req-6265c8fb-bb02-4067-863d-c7775a4655d4 Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f3:9f", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f3:9f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "bookmark"}], "image": {"id": "0366f1c1-518d-4da4-a5d1-b8769f519a18", "links": [{"href": "http://172.30.9.23:8774/images/0366f1c1-518d-4da4-a5d1-b8769f519a18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:38:43.000000", "flavor": {"id": "dd409781-9473-429b-acef-9fde73c890d2", "links": [{"href": "http://172.30.9.23:8774/flavors/dd409781-9473-429b-acef-9fde73c890d2", "rel": "bookmark"}]}, "id": "721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp"}, {"name": "default"}], "user_id": "a91ee2becd2d4a939b943e3a74dc7a37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:38:45Z", "hostId": "d790ff9f768d871d19adb2faffb56891b658b696b07588161f632dfc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst", "created": "2018-10-04T15:38:39Z", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:38:59,167 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd used request id req-6265c8fb-bb02-4067-863d-c7775a4655d4 2018-10-04 15:38:59,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:59,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-51c2da30-4cf5-46a7-ab0b-98cacd55eb8f Date: Thu, 04 Oct 2018 15:38:59 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":["ccf4faa2-6cea-42da-b55f-052ac9bedf92"],"updated_at":"2018-10-04T15:38:14Z","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4914d9c5212741259f685a62e82d23e0","id":"ab2c22a1-d422-48cc-b183-40298d493c06","name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net"}]} 2018-10-04 15:38:59,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net used request id req-51c2da30-4cf5-46a7-ab0b-98cacd55eb8f 2018-10-04 15:38:59,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:59,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a76c643-8656-4748-ba07-2a96b5975450 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0"}, "enabled": true, "id": "4914d9c5212741259f685a62e82d23e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}} 2018-10-04 15:38:59,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 used request id req-0a76c643-8656-4748-ba07-2a96b5975450 2018-10-04 15:38:59,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:59,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-965de13f-ff08-4950-836e-5a2b8147da2b Date: Thu, 04 Oct 2018 15:38:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:14Z","dns_nameservers":[],"updated_at":"2018-10-04T15:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4914d9c5212741259f685a62e82d23e0","id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet"}]} 2018-10-04 15:38:59,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-965de13f-ff08-4950-836e-5a2b8147da2b 2018-10-04 15:38:59,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:38:59,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-a3ac19ec-90aa-4cd5-bde6-cf6c8934ff94 Date: Thu, 04 Oct 2018 15:38:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:50Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.14"}],"id":"8037233e-2025-4b84-8049-d201b7e44f1a","security_groups":["1da9c9d0-7815-4d11-9f11-8302c653219a","948189a1-b165-4d4e-a915-8d33c7212009"],"mac_address":"fa:16:3e:43:f3:9f","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923port-1","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:35Z","binding:vnic_type":"normal","device_id":"721d7e6d-1dd8-4a2c-a107-5276b9a559dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.2"}],"id":"a85eb823-5851-4f44-94da-928600854cdb","security_groups":[],"mac_address":"fa:16:3e:b4:eb:1f","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ab2c22a1-d422-48cc-b183-40298d493c06"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.1"}],"id":"b12ccab6-3b55-4a01-a2fe-019d74b63c15","security_groups":[],"mac_address":"fa:16:3e:7b:af:4b","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:23Z","binding:vnic_type":"normal","device_id":"ca9bcab4-b9b7-47a7-8699-3ac2c17833be"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.3"}],"id":"c6a6736a-869c-47e4-95e5-097b00cbaed0","security_groups":[],"mac_address":"fa:16:3e:3c:5a:b2","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ab2c22a1-d422-48cc-b183-40298d493c06"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.4"}],"id":"de11ea2c-08b8-4bb2-8648-bda5eca94334","security_groups":[],"mac_address":"fa:16:3e:de:6f:f5","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ab2c22a1-d422-48cc-b183-40298d493c06"}]} 2018-10-04 15:38:59,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-a3ac19ec-90aa-4cd5-bde6-cf6c8934ff94 2018-10-04 15:38:59,683 - create_instance - INFO - Checking if VM is active 2018-10-04 15:38:59,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:39:00,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:38:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4738ba8e-b1f5-4816-84a7-0f5d4ceedcd0 x-compute-request-id: req-4738ba8e-b1f5-4816-84a7-0f5d4ceedcd0 Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f3:9f", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f3:9f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "bookmark"}], "image": {"id": "0366f1c1-518d-4da4-a5d1-b8769f519a18", "links": [{"href": "http://172.30.9.23:8774/images/0366f1c1-518d-4da4-a5d1-b8769f519a18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:38:43.000000", "flavor": {"id": "dd409781-9473-429b-acef-9fde73c890d2", "links": [{"href": "http://172.30.9.23:8774/flavors/dd409781-9473-429b-acef-9fde73c890d2", "rel": "bookmark"}]}, "id": "721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp"}, {"name": "default"}], "user_id": "a91ee2becd2d4a939b943e3a74dc7a37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:38:45Z", "hostId": "d790ff9f768d871d19adb2faffb56891b658b696b07588161f632dfc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst", "created": "2018-10-04T15:38:39Z", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:39:00,642 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd used request id req-4738ba8e-b1f5-4816-84a7-0f5d4ceedcd0 2018-10-04 15:39:00,642 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst] is - ACTIVE 2018-10-04 15:39:00,642 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:39:00,645 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:39:01,387 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39: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-1e09d6ec-24d6-4e5b-a636-615b4dcb7ac2 x-compute-request-id: req-1e09d6ec-24d6-4e5b-a636-615b4dcb7ac2 Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f3:9f", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f3:9f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "bookmark"}], "image": {"id": "0366f1c1-518d-4da4-a5d1-b8769f519a18", "links": [{"href": "http://172.30.9.23:8774/images/0366f1c1-518d-4da4-a5d1-b8769f519a18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:38:43.000000", "flavor": {"id": "dd409781-9473-429b-acef-9fde73c890d2", "links": [{"href": "http://172.30.9.23:8774/flavors/dd409781-9473-429b-acef-9fde73c890d2", "rel": "bookmark"}]}, "id": "721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp"}, {"name": "default"}], "user_id": "a91ee2becd2d4a939b943e3a74dc7a37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:38:45Z", "hostId": "d790ff9f768d871d19adb2faffb56891b658b696b07588161f632dfc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst", "created": "2018-10-04T15:38:39Z", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:39:01,387 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd used request id req-1e09d6ec-24d6-4e5b-a636-615b4dcb7ac2 2018-10-04 15:39:01,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:39:01,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-04837e96-b7fb-4a29-80e0-388baddbfa5b Date: Thu, 04 Oct 2018 15:39:01 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":["ccf4faa2-6cea-42da-b55f-052ac9bedf92"],"updated_at":"2018-10-04T15:38:14Z","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4914d9c5212741259f685a62e82d23e0","id":"ab2c22a1-d422-48cc-b183-40298d493c06","name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net"}]} 2018-10-04 15:39:01,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net used request id req-04837e96-b7fb-4a29-80e0-388baddbfa5b 2018-10-04 15:39:01,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:39:01,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dfb2381-a428-4863-98e7-fc40f34ac974 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0"}, "enabled": true, "id": "4914d9c5212741259f685a62e82d23e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}} 2018-10-04 15:39:01,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 used request id req-6dfb2381-a428-4863-98e7-fc40f34ac974 2018-10-04 15:39:01,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:39:01,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6d393c24-6713-4975-a751-a4b42487d10e Date: Thu, 04 Oct 2018 15:39:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:14Z","dns_nameservers":[],"updated_at":"2018-10-04T15:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4914d9c5212741259f685a62e82d23e0","id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet"}]} 2018-10-04 15:39:01,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-6d393c24-6713-4975-a751-a4b42487d10e 2018-10-04 15:39:01,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:39:01,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-d8fc4d3c-28ca-49cd-b984-03e1196bd160 Date: Thu, 04 Oct 2018 15:39:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:50Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.14"}],"id":"8037233e-2025-4b84-8049-d201b7e44f1a","security_groups":["1da9c9d0-7815-4d11-9f11-8302c653219a","948189a1-b165-4d4e-a915-8d33c7212009"],"mac_address":"fa:16:3e:43:f3:9f","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923port-1","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:35Z","binding:vnic_type":"normal","device_id":"721d7e6d-1dd8-4a2c-a107-5276b9a559dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.2"}],"id":"a85eb823-5851-4f44-94da-928600854cdb","security_groups":[],"mac_address":"fa:16:3e:b4:eb:1f","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ab2c22a1-d422-48cc-b183-40298d493c06"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.1"}],"id":"b12ccab6-3b55-4a01-a2fe-019d74b63c15","security_groups":[],"mac_address":"fa:16:3e:7b:af:4b","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:23Z","binding:vnic_type":"normal","device_id":"ca9bcab4-b9b7-47a7-8699-3ac2c17833be"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.3"}],"id":"c6a6736a-869c-47e4-95e5-097b00cbaed0","security_groups":[],"mac_address":"fa:16:3e:3c:5a:b2","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ab2c22a1-d422-48cc-b183-40298d493c06"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.4"}],"id":"de11ea2c-08b8-4bb2-8648-bda5eca94334","security_groups":[],"mac_address":"fa:16:3e:de:6f:f5","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ab2c22a1-d422-48cc-b183-40298d493c06"}]} 2018-10-04 15:39:01,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-d8fc4d3c-28ca-49cd-b984-03e1196bd160 2018-10-04 15:39:01,745 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:39:01,749 - paramiko.transport - DEBUG - starting thread (client mode): 0xb76e5490L 2018-10-04 15:39:01,749 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:39:01,750 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-04 15:39:01,750 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 15:39:01,751 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-04 15:39:01,751 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:39:01,751 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-04 15:39:01,751 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:39:01,752 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:39:01,752 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:39:01,769 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:39:01,769 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:39:01,782 - paramiko.transport - DEBUG - Trying key 1f4bab7c7f6ecc975b1015fe03e6e33b from tmp/CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923 2018-10-04 15:39:01,809 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:39:01,812 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:39:01,913 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:39:01,928 - create_instance - INFO - SSH is active for VM instance 2018-10-04 15:39:01,928 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:39:01,929 - paramiko.transport - DEBUG - starting thread (client mode): 0xb77e70d0L 2018-10-04 15:39:01,930 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:39:01,930 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-04 15:39:01,930 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 15:39:01,931 - 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-10-04 15:39:01,931 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:39:01,932 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-04 15:39:01,932 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:39:01,932 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:39:01,932 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:39:01,949 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:39:01,949 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:39:01,962 - paramiko.transport - DEBUG - Trying key 1f4bab7c7f6ecc975b1015fe03e6e33b from tmp/CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923 2018-10-04 15:39:01,989 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:39:01,993 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:39:01,994 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 15:39:01,995 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-04 15:39:01,995 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 15:39:01,997 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 15:39:01,998 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:39:02,000 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:39:02,001 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:39:02,371 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d0865f175c9421c9c6c0bb296072862", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj-role"}], "expires_at": "2018-10-04T16:39:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4914d9c5212741259f685a62e82d23e0", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/4914d9c5212741259f685a62e82d23e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-user", "id": "a91ee2becd2d4a939b943e3a74dc7a37"}, "audit_ids": ["X9jcw7OCSUOrPI09C7qi1g"], "issued_at": "2018-10-04T15:39:02.000000Z"}} 2018-10-04 15:39:02,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b190734fee51eba23306511bbc12004727d132fe" 2018-10-04 15:39:02,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbb6f48c-98ae-44ed-ae91-49c2d4adf01c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:39:02,461 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cbb6f48c-98ae-44ed-ae91-49c2d4adf01c 2018-10-04 15:39:02,462 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:39:02,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b190734fee51eba23306511bbc12004727d132fe" 2018-10-04 15:39:02,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3566206-7b63-4106-9400-37d2d61c4589 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:39:02,541 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f3566206-7b63-4106-9400-37d2d61c4589 2018-10-04 15:39:02,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b190734fee51eba23306511bbc12004727d132fe" 2018-10-04 15:39:02,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5c20689c-8226-4058-90db-1fbc7fe78516 Date: Thu, 04 Oct 2018 15:39:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ccf4faa2-6cea-42da-b55f-052ac9bedf92"],"updated_at":"2018-10-04T15:38:14Z","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4914d9c5212741259f685a62e82d23e0","id":"ab2c22a1-d422-48cc-b183-40298d493c06","name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net"}]} 2018-10-04 15:39:02,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net used request id req-5c20689c-8226-4058-90db-1fbc7fe78516 2018-10-04 15:39:02,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:39:02,819 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:39:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:39:02,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b190734fee51eba23306511bbc12004727d132fe" 2018-10-04 15:39:02,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67cb992d-a387-4edc-a806-81761d80974c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0"}, "enabled": true, "id": "4914d9c5212741259f685a62e82d23e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}} 2018-10-04 15:39:02,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 used request id req-67cb992d-a387-4edc-a806-81761d80974c 2018-10-04 15:39:02,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b190734fee51eba23306511bbc12004727d132fe" 2018-10-04 15:39:03,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-55198980-c4ad-4907-8f98-f0afe29cae89 Date: Thu, 04 Oct 2018 15:39:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:14Z","dns_nameservers":[],"updated_at":"2018-10-04T15:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4914d9c5212741259f685a62e82d23e0","id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet"}]} 2018-10-04 15:39:03,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-55198980-c4ad-4907-8f98-f0afe29cae89 2018-10-04 15:39:03,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ab2c22a1-d422-48cc-b183-40298d493c06&name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b190734fee51eba23306511bbc12004727d132fe" 2018-10-04 15:39:03,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 881 X-Openstack-Request-Id: req-1544713f-358f-4aae-9407-a615e3f77378 Date: Thu, 04 Oct 2018 15:39:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:50Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.14"}],"id":"8037233e-2025-4b84-8049-d201b7e44f1a","security_groups":["1da9c9d0-7815-4d11-9f11-8302c653219a","948189a1-b165-4d4e-a915-8d33c7212009"],"mac_address":"fa:16:3e:43:f3:9f","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923port-1","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:35Z","binding:vnic_type":"normal","device_id":"721d7e6d-1dd8-4a2c-a107-5276b9a559dd"}]} 2018-10-04 15:39:03,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ab2c22a1-d422-48cc-b183-40298d493c06&name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923port-1&admin_state_up=True used request id req-1544713f-358f-4aae-9407-a615e3f77378 2018-10-04 15:39:03,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b190734fee51eba23306511bbc12004727d132fe" 2018-10-04 15:39:03,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6382543b-ca5f-4608-9e52-82762e1eab2a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0"}, "enabled": true, "id": "4914d9c5212741259f685a62e82d23e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}} 2018-10-04 15:39:03,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 used request id req-6382543b-ca5f-4608-9e52-82762e1eab2a 2018-10-04 15:39:03,388 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b190734fee51eba23306511bbc12004727d132fe" 2018-10-04 15:39:04,396 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-0adb0fc0-6284-408e-9145-136e7b0e3034 x-compute-request-id: req-0adb0fc0-6284-408e-9145-136e7b0e3034 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f3:9f", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f3:9f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "bookmark"}], "image": {"id": "0366f1c1-518d-4da4-a5d1-b8769f519a18", "links": [{"href": "http://172.30.9.23:8774/images/0366f1c1-518d-4da4-a5d1-b8769f519a18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:38:43.000000", "flavor": {"id": "dd409781-9473-429b-acef-9fde73c890d2", "links": [{"href": "http://172.30.9.23:8774/flavors/dd409781-9473-429b-acef-9fde73c890d2", "rel": "bookmark"}]}, "id": "721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp"}, {"name": "default"}], "user_id": "a91ee2becd2d4a939b943e3a74dc7a37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:38:45Z", "hostId": "d790ff9f768d871d19adb2faffb56891b658b696b07588161f632dfc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst", "created": "2018-10-04T15:38:39Z", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:39:04,396 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst used request id req-0adb0fc0-6284-408e-9145-136e7b0e3034 2018-10-04 15:39:04,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b190734fee51eba23306511bbc12004727d132fe" 2018-10-04 15:39:04,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-eeed5ce9-83ce-43c2-b97f-cb54a9860924 Date: Thu, 04 Oct 2018 15:39:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ccf4faa2-6cea-42da-b55f-052ac9bedf92"],"updated_at":"2018-10-04T15:38:14Z","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4914d9c5212741259f685a62e82d23e0","id":"ab2c22a1-d422-48cc-b183-40298d493c06","name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net"}]} 2018-10-04 15:39:04,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net used request id req-eeed5ce9-83ce-43c2-b97f-cb54a9860924 2018-10-04 15:39:04,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b190734fee51eba23306511bbc12004727d132fe" 2018-10-04 15:39:04,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e50b95e7-2440-43b9-9a22-6bc0037dc98f Date: Thu, 04 Oct 2018 15:39:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:14Z","dns_nameservers":[],"updated_at":"2018-10-04T15:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4914d9c5212741259f685a62e82d23e0","id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet"}]} 2018-10-04 15:39:04,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-e50b95e7-2440-43b9-9a22-6bc0037dc98f 2018-10-04 15:39:04,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b190734fee51eba23306511bbc12004727d132fe" 2018-10-04 15:39:05,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-2bdc9eb5-5244-4b49-b3ae-6c7c167294e0 Date: Thu, 04 Oct 2018 15:39:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:50Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.14"}],"id":"8037233e-2025-4b84-8049-d201b7e44f1a","security_groups":["1da9c9d0-7815-4d11-9f11-8302c653219a","948189a1-b165-4d4e-a915-8d33c7212009"],"mac_address":"fa:16:3e:43:f3:9f","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923port-1","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:35Z","binding:vnic_type":"normal","device_id":"721d7e6d-1dd8-4a2c-a107-5276b9a559dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.2"}],"id":"a85eb823-5851-4f44-94da-928600854cdb","security_groups":[],"mac_address":"fa:16:3e:b4:eb:1f","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ab2c22a1-d422-48cc-b183-40298d493c06"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.1"}],"id":"b12ccab6-3b55-4a01-a2fe-019d74b63c15","security_groups":[],"mac_address":"fa:16:3e:7b:af:4b","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:23Z","binding:vnic_type":"normal","device_id":"ca9bcab4-b9b7-47a7-8699-3ac2c17833be"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.3"}],"id":"c6a6736a-869c-47e4-95e5-097b00cbaed0","security_groups":[],"mac_address":"fa:16:3e:3c:5a:b2","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ab2c22a1-d422-48cc-b183-40298d493c06"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.4"}],"id":"de11ea2c-08b8-4bb2-8648-bda5eca94334","security_groups":[],"mac_address":"fa:16:3e:de:6f:f5","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ab2c22a1-d422-48cc-b183-40298d493c06"}]} 2018-10-04 15:39:05,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-2bdc9eb5-5244-4b49-b3ae-6c7c167294e0 2018-10-04 15:39:05,116 - create_instance - INFO - Found existing machine with name - CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst 2018-10-04 15:39:05,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b190734fee51eba23306511bbc12004727d132fe" 2018-10-04 15:39:05,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-c40cfc19-8bf6-4acc-9810-7151e9c56bbd Date: Thu, 04 Oct 2018 15:39:05 GMT RESP BODY: {"floatingips": [{"router_id": "ca9bcab4-b9b7-47a7-8699-3ac2c17833be", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:54Z", "updated_at": "2018-10-04T15:38:54Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "10.55.1.14", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "4914d9c5212741259f685a62e82d23e0", "port_id": "8037233e-2025-4b84-8049-d201b7e44f1a", "id": "d7cb552d-ce83-4708-9739-d94a416ef071"}]} 2018-10-04 15:39:05,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-c40cfc19-8bf6-4acc-9810-7151e9c56bbd 2018-10-04 15:39:05,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports/8037233e-2025-4b84-8049-d201b7e44f1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b190734fee51eba23306511bbc12004727d132fe" 2018-10-04 15:39:05,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 878 X-Openstack-Request-Id: req-b67e805e-afe2-44f2-9786-b6a76a819812 Date: Thu, 04 Oct 2018 15:39:05 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:50Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.14"}],"id":"8037233e-2025-4b84-8049-d201b7e44f1a","security_groups":["1da9c9d0-7815-4d11-9f11-8302c653219a","948189a1-b165-4d4e-a915-8d33c7212009"],"mac_address":"fa:16:3e:43:f3:9f","device_id":"721d7e6d-1dd8-4a2c-a107-5276b9a559dd","status":"ACTIVE","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923port-1","project_id":"4914d9c5212741259f685a62e82d23e0","qos_policy_id":null,"admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:35Z","binding:vnic_type":"normal"}} 2018-10-04 15:39:05,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports/8037233e-2025-4b84-8049-d201b7e44f1a used request id req-b67e805e-afe2-44f2-9786-b6a76a819812 2018-10-04 15:39:05,489 - create_instance - INFO - Checking if VM is active 2018-10-04 15:39:05,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b190734fee51eba23306511bbc12004727d132fe" 2018-10-04 15:39:06,099 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db8e2813-08f6-4d31-bd37-c00022c3792f x-compute-request-id: req-db8e2813-08f6-4d31-bd37-c00022c3792f Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f3:9f", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f3:9f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "bookmark"}], "image": {"id": "0366f1c1-518d-4da4-a5d1-b8769f519a18", "links": [{"href": "http://172.30.9.23:8774/images/0366f1c1-518d-4da4-a5d1-b8769f519a18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:38:43.000000", "flavor": {"id": "dd409781-9473-429b-acef-9fde73c890d2", "links": [{"href": "http://172.30.9.23:8774/flavors/dd409781-9473-429b-acef-9fde73c890d2", "rel": "bookmark"}]}, "id": "721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp"}, {"name": "default"}], "user_id": "a91ee2becd2d4a939b943e3a74dc7a37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:38:45Z", "hostId": "d790ff9f768d871d19adb2faffb56891b658b696b07588161f632dfc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst", "created": "2018-10-04T15:38:39Z", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:39:06,099 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd used request id req-db8e2813-08f6-4d31-bd37-c00022c3792f 2018-10-04 15:39:06,100 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst] is - ACTIVE 2018-10-04 15:39:06,100 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:39:06,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b190734fee51eba23306511bbc12004727d132fe" 2018-10-04 15:39:07,085 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58292b49-8b78-4991-bd9d-d4469bd0d385 x-compute-request-id: req-58292b49-8b78-4991-bd9d-d4469bd0d385 Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f3:9f", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f3:9f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "bookmark"}], "image": {"id": "0366f1c1-518d-4da4-a5d1-b8769f519a18", "links": [{"href": "http://172.30.9.23:8774/images/0366f1c1-518d-4da4-a5d1-b8769f519a18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:38:43.000000", "flavor": {"id": "dd409781-9473-429b-acef-9fde73c890d2", "links": [{"href": "http://172.30.9.23:8774/flavors/dd409781-9473-429b-acef-9fde73c890d2", "rel": "bookmark"}]}, "id": "721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp"}, {"name": "default"}], "user_id": "a91ee2becd2d4a939b943e3a74dc7a37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:38:45Z", "hostId": "d790ff9f768d871d19adb2faffb56891b658b696b07588161f632dfc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst", "created": "2018-10-04T15:38:39Z", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:39:07,086 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd used request id req-58292b49-8b78-4991-bd9d-d4469bd0d385 2018-10-04 15:39:07,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b190734fee51eba23306511bbc12004727d132fe" 2018-10-04 15:39:07,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4016b28e-5459-4bc1-b5f6-b1cf45d58301 Date: Thu, 04 Oct 2018 15:39:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ccf4faa2-6cea-42da-b55f-052ac9bedf92"],"updated_at":"2018-10-04T15:38:14Z","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4914d9c5212741259f685a62e82d23e0","id":"ab2c22a1-d422-48cc-b183-40298d493c06","name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net"}]} 2018-10-04 15:39:07,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net used request id req-4016b28e-5459-4bc1-b5f6-b1cf45d58301 2018-10-04 15:39:07,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b190734fee51eba23306511bbc12004727d132fe" 2018-10-04 15:39:07,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08e4cd4b-3050-4171-8071-916b70a30942 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0"}, "enabled": true, "id": "4914d9c5212741259f685a62e82d23e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}} 2018-10-04 15:39:07,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 used request id req-08e4cd4b-3050-4171-8071-916b70a30942 2018-10-04 15:39:07,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b190734fee51eba23306511bbc12004727d132fe" 2018-10-04 15:39:07,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9334ac83-cff8-46eb-857e-ca1c2fa39846 Date: Thu, 04 Oct 2018 15:39:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:14Z","dns_nameservers":[],"updated_at":"2018-10-04T15:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4914d9c5212741259f685a62e82d23e0","id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet"}]} 2018-10-04 15:39:07,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-9334ac83-cff8-46eb-857e-ca1c2fa39846 2018-10-04 15:39:07,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b190734fee51eba23306511bbc12004727d132fe" 2018-10-04 15:39:07,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-a940db06-15c5-409b-8cdf-4ed241f2535f Date: Thu, 04 Oct 2018 15:39:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:50Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.14"}],"id":"8037233e-2025-4b84-8049-d201b7e44f1a","security_groups":["1da9c9d0-7815-4d11-9f11-8302c653219a","948189a1-b165-4d4e-a915-8d33c7212009"],"mac_address":"fa:16:3e:43:f3:9f","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923port-1","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:35Z","binding:vnic_type":"normal","device_id":"721d7e6d-1dd8-4a2c-a107-5276b9a559dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.2"}],"id":"a85eb823-5851-4f44-94da-928600854cdb","security_groups":[],"mac_address":"fa:16:3e:b4:eb:1f","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ab2c22a1-d422-48cc-b183-40298d493c06"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.1"}],"id":"b12ccab6-3b55-4a01-a2fe-019d74b63c15","security_groups":[],"mac_address":"fa:16:3e:7b:af:4b","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:23Z","binding:vnic_type":"normal","device_id":"ca9bcab4-b9b7-47a7-8699-3ac2c17833be"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.3"}],"id":"c6a6736a-869c-47e4-95e5-097b00cbaed0","security_groups":[],"mac_address":"fa:16:3e:3c:5a:b2","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ab2c22a1-d422-48cc-b183-40298d493c06"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:38:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ccf4faa2-6cea-42da-b55f-052ac9bedf92","ip_address":"10.55.1.4"}],"id":"de11ea2c-08b8-4bb2-8648-bda5eca94334","security_groups":[],"mac_address":"fa:16:3e:de:6f:f5","project_id":"4914d9c5212741259f685a62e82d23e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab2c22a1-d422-48cc-b183-40298d493c06","tenant_id":"4914d9c5212741259f685a62e82d23e0","created_at":"2018-10-04T15:38:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ab2c22a1-d422-48cc-b183-40298d493c06"}]} 2018-10-04 15:39:07,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-a940db06-15c5-409b-8cdf-4ed241f2535f 2018-10-04 15:39:07,587 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:39:07,589 - paramiko.transport - DEBUG - starting thread (client mode): 0xb76ad950L 2018-10-04 15:39:07,590 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:39:07,591 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-04 15:39:07,591 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 15:39:07,592 - 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-10-04 15:39:07,593 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:39:07,593 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-04 15:39:07,593 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:39:07,593 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:39:07,593 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:39:07,644 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:39:07,645 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:39:07,654 - paramiko.transport - DEBUG - Trying key 1f4bab7c7f6ecc975b1015fe03e6e33b from tmp/CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923 2018-10-04 15:39:07,681 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:39:07,684 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:39:07,785 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:39:07,800 - create_instance - INFO - SSH is active for VM instance 2018-10-04 15:39:07,800 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:39:07,802 - paramiko.transport - DEBUG - starting thread (client mode): 0xb76adcd0L 2018-10-04 15:39:07,802 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:39:07,802 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-04 15:39:07,803 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 15:39:07,804 - 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-10-04 15:39:07,804 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:39:07,804 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-04 15:39:07,804 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:39:07,804 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:39:07,805 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:39:07,822 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:39:07,823 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:39:07,834 - paramiko.transport - DEBUG - Trying key 1f4bab7c7f6ecc975b1015fe03e6e33b from tmp/CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923 2018-10-04 15:39:07,861 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:39:07,865 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:39:07,867 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 15:39:07,868 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-04 15:39:07,868 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 15:39:07,869 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 15:39:07,870 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:39:07,871 - create_instance - INFO - Deleting Floating IP - 172.30.9.206 2018-10-04 15:39:07,872 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.206 2018-10-04 15:39:07,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/floatingips/d7cb552d-ce83-4708-9739-d94a416ef071 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:39:08,920 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f5d4d3d9-a722-420f-bb96-24898c3ffd86 Content-Length: 0 Date: Thu, 04 Oct 2018 15:39:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:39:08,920 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/d7cb552d-ce83-4708-9739-d94a416ef071 used request id req-f5d4d3d9-a722-420f-bb96-24898c3ffd86 2018-10-04 15:39:08,921 - create_instance - INFO - Deleting Port with ID - 8037233e-2025-4b84-8049-d201b7e44f1a 2018-10-04 15:39:08,921 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923port-1 2018-10-04 15:39:08,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/8037233e-2025-4b84-8049-d201b7e44f1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:39:09,555 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8bb75453-27fd-42de-a721-41f78b472263 Date: Thu, 04 Oct 2018 15:39:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:39:09,556 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/8037233e-2025-4b84-8049-d201b7e44f1a used request id req-8bb75453-27fd-42de-a721-41f78b472263 2018-10-04 15:39:09,556 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst 2018-10-04 15:39:09,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:39:09,699 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:39:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-927568f2-1270-4524-a516-0d08cda264ec x-compute-request-id: req-927568f2-1270-4524-a516-0d08cda264ec Content-Type: application/json 2018-10-04 15:39:09,699 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd used request id req-927568f2-1270-4524-a516-0d08cda264ec 2018-10-04 15:39:09,699 - create_instance - INFO - Checking deletion status 2018-10-04 15:39:09,702 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:39:09,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c789b8d-f79e-48af-8575-1da42297d90e x-compute-request-id: req-7c789b8d-f79e-48af-8575-1da42297d90e Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "bookmark"}], "image": {"id": "0366f1c1-518d-4da4-a5d1-b8769f519a18", "links": [{"href": "http://172.30.9.23:8774/images/0366f1c1-518d-4da4-a5d1-b8769f519a18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:38:43.000000", "flavor": {"id": "dd409781-9473-429b-acef-9fde73c890d2", "links": [{"href": "http://172.30.9.23:8774/flavors/dd409781-9473-429b-acef-9fde73c890d2", "rel": "bookmark"}]}, "id": "721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "user_id": "a91ee2becd2d4a939b943e3a74dc7a37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:39:09Z", "hostId": "d790ff9f768d871d19adb2faffb56891b658b696b07588161f632dfc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst", "created": "2018-10-04T15:38:39Z", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:39:09,946 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd used request id req-7c789b8d-f79e-48af-8575-1da42297d90e 2018-10-04 15:39:09,946 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst] is - ACTIVE 2018-10-04 15:39:09,946 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:39:12,950 - create_instance - DEBUG - VM status query timeout in 296.749998093 2018-10-04 15:39:12,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:39:13,233 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd2cdf3e-0c0e-41a6-81a6-784818e50619 x-compute-request-id: req-cd2cdf3e-0c0e-41a6-81a6-784818e50619 Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "rel": "bookmark"}], "image": {"id": "0366f1c1-518d-4da4-a5d1-b8769f519a18", "links": [{"href": "http://172.30.9.23:8774/images/0366f1c1-518d-4da4-a5d1-b8769f519a18", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:38:43.000000", "flavor": {"id": "dd409781-9473-429b-acef-9fde73c890d2", "links": [{"href": "http://172.30.9.23:8774/flavors/dd409781-9473-429b-acef-9fde73c890d2", "rel": "bookmark"}]}, "id": "721d7e6d-1dd8-4a2c-a107-5276b9a559dd", "user_id": "a91ee2becd2d4a939b943e3a74dc7a37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:39:09Z", "hostId": "d790ff9f768d871d19adb2faffb56891b658b696b07588161f632dfc", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp", "name": "CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst", "created": "2018-10-04T15:38:39Z", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:39:13,233 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd used request id req-cd2cdf3e-0c0e-41a6-81a6-784818e50619 2018-10-04 15:39:13,233 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst] is - ACTIVE 2018-10-04 15:39:13,233 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:39:16,236 - create_instance - DEBUG - VM status query timeout in 293.463654041 2018-10-04 15:39:16,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ee1648a2c12052d236404a0a0f25f1664fab80" 2018-10-04 15:39:16,284 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:39:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a1805987-391c-4b96-8234-45b5aeab2c46 x-compute-request-id: req-a1805987-391c-4b96-8234-45b5aeab2c46 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 721d7e6d-1dd8-4a2c-a107-5276b9a559dd could not be found.", "code": 404}} 2018-10-04 15:39:16,284 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/721d7e6d-1dd8-4a2c-a107-5276b9a559dd used request id req-a1805987-391c-4b96-8234-45b5aeab2c46 2018-10-04 15:39:16,284 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 721d7e6d-1dd8-4a2c-a107-5276b9a559dd could not be found. (HTTP 404) (Request-ID: req-a1805987-391c-4b96-8234-45b5aeab2c46) 2018-10-04 15:39:16,285 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-inst 2018-10-04 15:39:16,286 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp 2018-10-04 15:39:16,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a59f751e69dc031d0db2516fd03ef724cb9ffc4" 2018-10-04 15:39:16,374 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:39:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9163b842-118e-4799-a623-fbd3b25c56ae x-compute-request-id: req-9163b842-118e-4799-a623-fbd3b25c56ae Content-Length: 0 Content-Type: application/json 2018-10-04 15:39:16,374 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-kp used request id req-9163b842-118e-4799-a623-fbd3b25c56ae 2018-10-04 15:39:16,375 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923.pub] 2018-10-04 15:39:16,375 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923] 2018-10-04 15:39:16,379 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/dd409781-9473-429b-acef-9fde73c890d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25be97767f39fa6721b00e41fe97a7fd7213f0a" 2018-10-04 15:39:16,417 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:39:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5cce21a0-75be-402d-b33e-81543f4ef92a x-compute-request-id: req-5cce21a0-75be-402d-b33e-81543f4ef92a Content-Length: 0 Content-Type: application/json 2018-10-04 15:39:16,417 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/dd409781-9473-429b-acef-9fde73c890d2 used request id req-5cce21a0-75be-402d-b33e-81543f4ef92a 2018-10-04 15:39:16,418 - neutron_utils - INFO - Deleting security group rule with ID - b5219664-3460-4607-bf48-d2f440de10e7 2018-10-04 15:39:16,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/b5219664-3460-4607-bf48-d2f440de10e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cbd39f3f51d6ff81f421fb9aeeb2b462c0d7815" 2018-10-04 15:39:16,671 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3fa5630b-27ae-455c-a366-ee310594e7d9 Content-Length: 0 Date: Thu, 04 Oct 2018 15:39:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:39:16,671 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/b5219664-3460-4607-bf48-d2f440de10e7 used request id req-3fa5630b-27ae-455c-a366-ee310594e7d9 2018-10-04 15:39:16,671 - neutron_utils - INFO - Deleting security group rule with ID - 6b9a4f30-86a7-4aa0-a4df-d64ca981d389 2018-10-04 15:39:16,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/6b9a4f30-86a7-4aa0-a4df-d64ca981d389 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cbd39f3f51d6ff81f421fb9aeeb2b462c0d7815" 2018-10-04 15:39:16,768 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b5c519fb-34e1-422d-b591-ee5bef05b831 Content-Length: 0 Date: Thu, 04 Oct 2018 15:39:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:39:16,768 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/6b9a4f30-86a7-4aa0-a4df-d64ca981d389 used request id req-b5c519fb-34e1-422d-b591-ee5bef05b831 2018-10-04 15:39:16,768 - neutron_utils - INFO - Deleting security group rule with ID - ec1c711a-ddac-4699-aabe-69fea2ced084 2018-10-04 15:39:16,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/ec1c711a-ddac-4699-aabe-69fea2ced084 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cbd39f3f51d6ff81f421fb9aeeb2b462c0d7815" 2018-10-04 15:39:17,081 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7ad78960-00eb-4bd4-83de-614b866758b0 Content-Length: 0 Date: Thu, 04 Oct 2018 15:39:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:39:17,081 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/ec1c711a-ddac-4699-aabe-69fea2ced084 used request id req-7ad78960-00eb-4bd4-83de-614b866758b0 2018-10-04 15:39:17,081 - neutron_utils - INFO - Deleting security group rule with ID - 9036d58b-dcf8-4079-8da4-5f7001783089 2018-10-04 15:39:17,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/9036d58b-dcf8-4079-8da4-5f7001783089 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cbd39f3f51d6ff81f421fb9aeeb2b462c0d7815" 2018-10-04 15:39:17,323 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8b804261-db77-44da-96ff-1c955712c472 Content-Length: 0 Date: Thu, 04 Oct 2018 15:39:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:39:17,323 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/9036d58b-dcf8-4079-8da4-5f7001783089 used request id req-8b804261-db77-44da-96ff-1c955712c472 2018-10-04 15:39:17,323 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-sec-grp 2018-10-04 15:39:17,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/1da9c9d0-7815-4d11-9f11-8302c653219a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cbd39f3f51d6ff81f421fb9aeeb2b462c0d7815" 2018-10-04 15:39:17,626 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2cb4cf14-51a9-4321-bc86-4b754b1d7f35 Content-Length: 0 Date: Thu, 04 Oct 2018 15:39:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:39:17,626 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/1da9c9d0-7815-4d11-9f11-8302c653219a used request id req-2cb4cf14-51a9-4321-bc86-4b754b1d7f35 2018-10-04 15:39:17,627 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-router and subnet CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet 2018-10-04 15:39:17,627 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-router 2018-10-04 15:39:17,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/ca9bcab4-b9b7-47a7-8699-3ac2c17833be/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2cb28deb1ce5da3e5cee0627269ea9081c2ae4" -d '{"subnet_id": "ccf4faa2-6cea-42da-b55f-052ac9bedf92"}' 2018-10-04 15:39:19,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6eb0aacc-2503-48b7-8028-d1a795266e8f Date: Thu, 04 Oct 2018 15:39:19 GMT RESP BODY: {"network_id": "ab2c22a1-d422-48cc-b183-40298d493c06", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "subnet_id": "ccf4faa2-6cea-42da-b55f-052ac9bedf92", "subnet_ids": ["ccf4faa2-6cea-42da-b55f-052ac9bedf92"], "port_id": "b12ccab6-3b55-4a01-a2fe-019d74b63c15", "id": "ca9bcab4-b9b7-47a7-8699-3ac2c17833be"} 2018-10-04 15:39:19,344 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ca9bcab4-b9b7-47a7-8699-3ac2c17833be/remove_router_interface used request id req-6eb0aacc-2503-48b7-8028-d1a795266e8f 2018-10-04 15:39:19,345 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-router 2018-10-04 15:39:19,345 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-router 2018-10-04 15:39:19,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/ca9bcab4-b9b7-47a7-8699-3ac2c17833be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2cb28deb1ce5da3e5cee0627269ea9081c2ae4" 2018-10-04 15:39:22,784 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9c5e5835-85c7-4171-988c-14080ea892e4 Content-Length: 0 Date: Thu, 04 Oct 2018 15:39:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:39:22,784 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/ca9bcab4-b9b7-47a7-8699-3ac2c17833be used request id req-9c5e5835-85c7-4171-988c-14080ea892e4 2018-10-04 15:39:22,785 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet 2018-10-04 15:39:22,785 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-subnet 2018-10-04 15:39:22,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/ccf4faa2-6cea-42da-b55f-052ac9bedf92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}355cff92a196380432f0bdd9c45e2a1f40ae4f3c" 2018-10-04 15:39:25,288 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f7e36079-c24b-4ab3-9183-48ce16d5b567 Date: Thu, 04 Oct 2018 15:39:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:39:25,288 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/ccf4faa2-6cea-42da-b55f-052ac9bedf92 used request id req-f7e36079-c24b-4ab3-9183-48ce16d5b567 2018-10-04 15:39:25,288 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-pub-net 2018-10-04 15:39:25,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/ab2c22a1-d422-48cc-b183-40298d493c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}355cff92a196380432f0bdd9c45e2a1f40ae4f3c" 2018-10-04 15:39:26,578 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9e5f498d-0afd-4135-8ee5-f387e14883df Date: Thu, 04 Oct 2018 15:39:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:39:26,578 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/ab2c22a1-d422-48cc-b183-40298d493c06 used request id req-9e5f498d-0afd-4135-8ee5-f387e14883df 2018-10-04 15:39:26,579 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-ccc5b18b-ca7f-4204-9454-2264f91b0923-image 2018-10-04 15:39:26,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/0366f1c1-518d-4da4-a5d1-b8769f519a18 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7904c3cc3b7437094ba304e71097ca6633820a8d" 2018-10-04 15:39:28,410 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6763f336-0afd-4075-b049-b29e93f54790 Date: Thu, 04 Oct 2018 15:39:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:39:28,410 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/0366f1c1-518d-4da4-a5d1-b8769f519a18 used request id req-6763f336-0afd-4075-b049-b29e93f54790 2018-10-04 15:39:28,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c578835a8a4a1b9290b0cf4aa533376bd05f321" 2018-10-04 15:39:28,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-6dcd5332-c4e5-4c6b-bcf1-265adb4e3ecd Date: Thu, 04 Oct 2018 15:39:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:13Z", "updated_at": "2018-10-04T15:38:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:38:13Z", "revision_number": 0, "id": "423dfc9b-c578-4261-9e2e-da08a348eec5", "remote_group_id": "948189a1-b165-4d4e-a915-8d33c7212009", "remote_ip_prefix": null, "created_at": "2018-10-04T15:38:13Z", "security_group_id": "948189a1-b165-4d4e-a915-8d33c7212009", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "4914d9c5212741259f685a62e82d23e0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:38:13Z", "revision_number": 0, "id": "50c0282b-f322-446d-8ebe-902ce3058510", "remote_group_id": "948189a1-b165-4d4e-a915-8d33c7212009", "remote_ip_prefix": null, "created_at": "2018-10-04T15:38:13Z", "security_group_id": "948189a1-b165-4d4e-a915-8d33c7212009", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "4914d9c5212741259f685a62e82d23e0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:38:13Z", "revision_number": 0, "id": "5eb50743-10bb-4f1b-bf8e-5c60a94a29c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:38:13Z", "security_group_id": "948189a1-b165-4d4e-a915-8d33c7212009", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "4914d9c5212741259f685a62e82d23e0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:38:13Z", "revision_number": 0, "id": "8f5e3596-69c0-4e07-a574-81f0509a2e1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:38:13Z", "security_group_id": "948189a1-b165-4d4e-a915-8d33c7212009", "tenant_id": "4914d9c5212741259f685a62e82d23e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "4914d9c5212741259f685a62e82d23e0"}], "revision_number": 4, "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "948189a1-b165-4d4e-a915-8d33c7212009", "name": "default"}]} 2018-10-04 15:39:28,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-6dcd5332-c4e5-4c6b-bcf1-265adb4e3ecd 2018-10-04 15:39:28,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c578835a8a4a1b9290b0cf4aa533376bd05f321" 2018-10-04 15:39:28,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b35fcd7b-20eb-42bb-97dd-4d5534b9c73d Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:39:28,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-b35fcd7b-20eb-42bb-97dd-4d5534b9c73d 2018-10-04 15:39:28,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c578835a8a4a1b9290b0cf4aa533376bd05f321" 2018-10-04 15:39:28,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89826d90-a521-45ae-8e27-72494901dba3 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:39:28,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-89826d90-a521-45ae-8e27-72494901dba3 2018-10-04 15:39:28,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c578835a8a4a1b9290b0cf4aa533376bd05f321" 2018-10-04 15:39:28,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9b8dd86-f8e6-474e-b956-ee1e25ee8d1c Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:39:28,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-f9b8dd86-f8e6-474e-b956-ee1e25ee8d1c 2018-10-04 15:39:28,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c578835a8a4a1b9290b0cf4aa533376bd05f321" 2018-10-04 15:39:29,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4995c2af-9b00-4a93-865f-28e6c2578678 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0"}, "enabled": true, "id": "4914d9c5212741259f685a62e82d23e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj"}} 2018-10-04 15:39:29,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 used request id req-4995c2af-9b00-4a93-865f-28e6c2578678 2018-10-04 15:39:29,006 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 948189a1-b165-4d4e-a915-8d33c7212009 2018-10-04 15:39:29,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=948189a1-b165-4d4e-a915-8d33c7212009 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c578835a8a4a1b9290b0cf4aa533376bd05f321" 2018-10-04 15:39:29,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e28e4fe5-67e4-4e65-bb06-74a431ca21ee Date: Thu, 04 Oct 2018 15:39:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "948189a1-b165-4d4e-a915-8d33c7212009", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:38:13Z", "security_group_id": "948189a1-b165-4d4e-a915-8d33c7212009", "port_range_min": null, "revision_number": 0, "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:13Z", "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "423dfc9b-c578-4261-9e2e-da08a348eec5"}, {"remote_group_id": "948189a1-b165-4d4e-a915-8d33c7212009", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:38:13Z", "security_group_id": "948189a1-b165-4d4e-a915-8d33c7212009", "port_range_min": null, "revision_number": 0, "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:13Z", "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "50c0282b-f322-446d-8ebe-902ce3058510"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:38:13Z", "security_group_id": "948189a1-b165-4d4e-a915-8d33c7212009", "port_range_min": null, "revision_number": 0, "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:13Z", "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "5eb50743-10bb-4f1b-bf8e-5c60a94a29c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:38:13Z", "security_group_id": "948189a1-b165-4d4e-a915-8d33c7212009", "port_range_min": null, "revision_number": 0, "tenant_id": "4914d9c5212741259f685a62e82d23e0", "created_at": "2018-10-04T15:38:13Z", "project_id": "4914d9c5212741259f685a62e82d23e0", "id": "8f5e3596-69c0-4e07-a574-81f0509a2e1c"}]} 2018-10-04 15:39:29,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=948189a1-b165-4d4e-a915-8d33c7212009 used request id req-e28e4fe5-67e4-4e65-bb06-74a431ca21ee 2018-10-04 15:39:29,172 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:39:29,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/948189a1-b165-4d4e-a915-8d33c7212009 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c578835a8a4a1b9290b0cf4aa533376bd05f321" 2018-10-04 15:39:29,483 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a2560daf-7ec8-46d0-9bec-d14c7e1319ae Content-Length: 0 Date: Thu, 04 Oct 2018 15:39:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:39:29,483 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/948189a1-b165-4d4e-a915-8d33c7212009 used request id req-a2560daf-7ec8-46d0-9bec-d14c7e1319ae 2018-10-04 15:39:29,484 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj 2018-10-04 15:39:29,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c578835a8a4a1b9290b0cf4aa533376bd05f321" 2018-10-04 15:39:29,718 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:39:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09c041c3-6319-4de5-9a46-afc31924fe60 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:39:29,718 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/4914d9c5212741259f685a62e82d23e0 used request id req-09c041c3-6319-4de5-9a46-afc31924fe60 2018-10-04 15:39:29,718 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-proj-role 2018-10-04 15:39:29,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/1d0865f175c9421c9c6c0bb296072862 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c578835a8a4a1b9290b0cf4aa533376bd05f321" 2018-10-04 15:39:29,816 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:39:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-045701d9-99e3-42d2-9817-cc341addf17f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:39:29,816 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/1d0865f175c9421c9c6c0bb296072862 used request id req-045701d9-99e3-42d2-9817-cc341addf17f 2018-10-04 15:39:29,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c578835a8a4a1b9290b0cf4aa533376bd05f321" 2018-10-04 15:39:29,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b77a6892-33ef-4a0b-a7ac-728b8d47bd6c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:39:29,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b77a6892-33ef-4a0b-a7ac-728b8d47bd6c 2018-10-04 15:39:29,910 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-7dfa34f0-e7fe-43c-user 2018-10-04 15:39:29,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/a91ee2becd2d4a939b943e3a74dc7a37 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb164645c166d1384896bbb58b9cc3be25b82839" 2018-10-04 15:39:30,079 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:39:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70c6f70b-44c1-44b3-8d1d-fa9307d8d75f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:39:30,079 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/a91ee2becd2d4a939b943e3a74dc7a37 used request id req-70c6f70b-44c1-44b3-8d1d-fa9307d8d75f 2018-10-04 15:39:30,080 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:39:30,452 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:39:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["nw_5Ui59TRSn2aXt3homjQ"], "issued_at": "2018-10-04T15:39:30.000000Z"}} 2018-10-04 15:39:30,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a668230e71597207ea0c4f42c6fdd267f06cd8ab" 2018-10-04 15:39:30,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7a9e46b-a17d-4af6-a529-5841b2d6c235 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:39:30,535 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b7a9e46b-a17d-4af6-a529-5841b2d6c235 2018-10-04 15:39:30,536 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:39:30,537 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:39:30,923 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:39:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["s7AoVRlrS-qfsX-P2zyRsg"], "issued_at": "2018-10-04T15:39:30.000000Z"}} 2018-10-04 15:39:30,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef85778581d6ab566ee7415a863bc92229baf120" 2018-10-04 15:39:31,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15e0bc57-7174-4ab6-bec9-e8a3dd04a73b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:39:31,001 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-15e0bc57-7174-4ab6-bec9-e8a3dd04a73b 2018-10-04 15:39:31,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:39:31,010 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:39:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:39:31,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-378fb9b4-c75d-415-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef85778581d6ab566ee7415a863bc92229baf120" 2018-10-04 15:39:31,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a70e5995-dae0-4687-929f-2310beae7fff Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-378fb9b4-c75d-415-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:39:31,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-378fb9b4-c75d-415-proj used request id req-a70e5995-dae0-4687-929f-2310beae7fff 2018-10-04 15:39:31,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef85778581d6ab566ee7415a863bc92229baf120" 2018-10-04 15:39:31,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f9e4702-5879-4f64-bf47-489de44c341c Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:39:31,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-3f9e4702-5879-4f64-bf47-489de44c341c 2018-10-04 15:39:31,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef85778581d6ab566ee7415a863bc92229baf120" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj"}}' 2018-10-04 15:39:31,308 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:39:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d19ef24d-46a6-47ea-bc9f-21bcecbaad51 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03"}, "enabled": true, "id": "e8cd2c1988a949769f5feeb7dbaf7d03", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj"}} 2018-10-04 15:39:31,308 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-d19ef24d-46a6-47ea-bc9f-21bcecbaad51 2018-10-04 15:39:31,309 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-378fb9b4-c75d-415-proj 2018-10-04 15:39:31,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:39:31,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:39:31,696 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:39:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["nqmMLekkQXWBaI9TBdXtSQ"], "issued_at": "2018-10-04T15:39:31.000000Z"}} 2018-10-04 15:39:31,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71f1b6448b687f22734d3a5822cf0c2e3f870250" 2018-10-04 15:39:31,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36780705-7aed-4a7e-bb45-0c3b2869071f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:39:31,773 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-36780705-7aed-4a7e-bb45-0c3b2869071f 2018-10-04 15:39:31,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:39:31,783 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:39:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:39:31,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71f1b6448b687f22734d3a5822cf0c2e3f870250" 2018-10-04 15:39:31,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c254847-d3a6-4198-9b2c-1895589a615c Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:39:31,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-7c254847-d3a6-4198-9b2c-1895589a615c 2018-10-04 15:39:31,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackFloatingIpTests-378fb9b4-c75d-415-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71f1b6448b687f22734d3a5822cf0c2e3f870250" 2018-10-04 15:39:31,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a476cfd-b0a9-4b55-8c51-4b4b809dfc44 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackFloatingIpTests-378fb9b4-c75d-415-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03"}, "enabled": true, "id": "e8cd2c1988a949769f5feeb7dbaf7d03", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj"}]} 2018-10-04 15:39:31,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackFloatingIpTests-378fb9b4-c75d-415-proj used request id req-5a476cfd-b0a9-4b55-8c51-4b4b809dfc44 2018-10-04 15:39:31,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71f1b6448b687f22734d3a5822cf0c2e3f870250" 2018-10-04 15:39:32,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a3fac1f-2f06-40bc-942b-0ad284530231 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:39:32,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-0a3fac1f-2f06-40bc-942b-0ad284530231 2018-10-04 15:39:32,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71f1b6448b687f22734d3a5822cf0c2e3f870250" 2018-10-04 15:39:32,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb505c68-8ca9-4fd1-b7fc-e4209a06409a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:39:32,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-cb505c68-8ca9-4fd1-b7fc-e4209a06409a 2018-10-04 15:39:32,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackFloatingIpTests-378fb9b4-c75d-415-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71f1b6448b687f22734d3a5822cf0c2e3f870250" 2018-10-04 15:39:32,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f124f06c-6e80-4cf1-ad2e-39072960be99 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackFloatingIpTests-378fb9b4-c75d-415-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03"}, "enabled": true, "id": "e8cd2c1988a949769f5feeb7dbaf7d03", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj"}]} 2018-10-04 15:39:32,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackFloatingIpTests-378fb9b4-c75d-415-proj used request id req-f124f06c-6e80-4cf1-ad2e-39072960be99 2018-10-04 15:39:32,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/958032f0385b4265a75fd17ef6eea3ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71f1b6448b687f22734d3a5822cf0c2e3f870250" 2018-10-04 15:39:32,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-093b2643-5066-4a33-9900-1eecec3d2d68 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-user", "links": {"self": "http://172.30.9.23:5000/v3/users/958032f0385b4265a75fd17ef6eea3ed"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "id": "958032f0385b4265a75fd17ef6eea3ed", "password_expires_at": null}} 2018-10-04 15:39:32,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/958032f0385b4265a75fd17ef6eea3ed used request id req-093b2643-5066-4a33-9900-1eecec3d2d68 2018-10-04 15:39:32,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03/users/958032f0385b4265a75fd17ef6eea3ed/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71f1b6448b687f22734d3a5822cf0c2e3f870250" 2018-10-04 15:39:32,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa8fad97-1572-4798-b2ab-be2a37bd551d Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03/users/958032f0385b4265a75fd17ef6eea3ed/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 15:39:32,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03/users/958032f0385b4265a75fd17ef6eea3ed/roles used request id req-fa8fad97-1572-4798-b2ab-be2a37bd551d 2018-10-04 15:39:32,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71f1b6448b687f22734d3a5822cf0c2e3f870250" 2018-10-04 15:39:32,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96c5f1fd-523e-4bf0-aeac-5294a011ed66 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "domain_id": null, "name": "admin", "id": "649d50d4e38f4048899913e0d7e41071"}} 2018-10-04 15:39:32,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071 used request id req-96c5f1fd-523e-4bf0-aeac-5294a011ed66 2018-10-04 15:39:32,893 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-378fb9b4-c75d-415-proj 2018-10-04 15:39:32,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03/users/958032f0385b4265a75fd17ef6eea3ed/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71f1b6448b687f22734d3a5822cf0c2e3f870250" 2018-10-04 15:39:33,023 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:39:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75ebcf0e-620a-4f47-a394-f7571214d6ee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:39:33,023 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03/users/958032f0385b4265a75fd17ef6eea3ed/roles/649d50d4e38f4048899913e0d7e41071 used request id req-75ebcf0e-620a-4f47-a394-f7571214d6ee 2018-10-04 15:39:33,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71f1b6448b687f22734d3a5822cf0c2e3f870250" 2018-10-04 15:39:33,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-218fe807-87cd-428e-8325-820361c232c7 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:39:33,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-218fe807-87cd-428e-8325-820361c232c7 2018-10-04 15:39:33,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackFloatingIpTests-378fb9b4-c75d-415-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71f1b6448b687f22734d3a5822cf0c2e3f870250" 2018-10-04 15:39:33,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17f06e37-6dde-4bfe-966b-eb1a626b5a81 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackFloatingIpTests-378fb9b4-c75d-415-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03"}, "enabled": true, "id": "e8cd2c1988a949769f5feeb7dbaf7d03", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj"}]} 2018-10-04 15:39:33,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackFloatingIpTests-378fb9b4-c75d-415-proj used request id req-17f06e37-6dde-4bfe-966b-eb1a626b5a81 2018-10-04 15:39:33,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03/users/958032f0385b4265a75fd17ef6eea3ed/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71f1b6448b687f22734d3a5822cf0c2e3f870250" 2018-10-04 15:39:33,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c5381a0-f904-4a4c-969e-e66b149fdfdd Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03/users/958032f0385b4265a75fd17ef6eea3ed/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}]} 2018-10-04 15:39:33,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03/users/958032f0385b4265a75fd17ef6eea3ed/roles used request id req-1c5381a0-f904-4a4c-969e-e66b149fdfdd 2018-10-04 15:39:33,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71f1b6448b687f22734d3a5822cf0c2e3f870250" 2018-10-04 15:39:33,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf2a5846-08a5-4b0f-b1fb-bd7089fea2aa Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "domain_id": null, "name": "heat_stack_owner", "id": "aa60aa92e6004a9babfb6641bde48b31"}} 2018-10-04 15:39:33,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-cf2a5846-08a5-4b0f-b1fb-bd7089fea2aa 2018-10-04 15:39:33,404 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-378fb9b4-c75d-415-proj 2018-10-04 15:39:33,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03/users/958032f0385b4265a75fd17ef6eea3ed/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71f1b6448b687f22734d3a5822cf0c2e3f870250" 2018-10-04 15:39:33,543 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:39:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82ac3a87-b12d-4866-af0d-c89024a3798a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:39:33,543 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03/users/958032f0385b4265a75fd17ef6eea3ed/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-82ac3a87-b12d-4866-af0d-c89024a3798a 2018-10-04 15:39:33,543 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-378fb9b4-c75d-415-user 2018-10-04 15:39:33,543 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:39:33,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef85778581d6ab566ee7415a863bc92229baf120" 2018-10-04 15:39:33,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73e77c83-4e28-419b-ad6f-0a10edca7964 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:39:33,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-73e77c83-4e28-419b-ad6f-0a10edca7964 2018-10-04 15:39:33,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef85778581d6ab566ee7415a863bc92229baf120" -d '{"role": {"name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj-role"}}' 2018-10-04 15:39:33,739 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:39:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a727ce85-ed5c-468a-9426-46d3ede5a7e9 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "93f10594e88a455a8fde87464311324f", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f10594e88a455a8fde87464311324f"}, "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj-role"}} 2018-10-04 15:39:33,740 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-a727ce85-ed5c-468a-9426-46d3ede5a7e9 2018-10-04 15:39:33,740 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-378fb9b4-c75d-415-proj-role 2018-10-04 15:39:33,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/93f10594e88a455a8fde87464311324f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef85778581d6ab566ee7415a863bc92229baf120" 2018-10-04 15:39:33,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d134e072-fa23-48c3-ab08-1fe08aa4253e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/93f10594e88a455a8fde87464311324f"}, "domain_id": null, "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj-role", "id": "93f10594e88a455a8fde87464311324f"}} 2018-10-04 15:39:33,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/93f10594e88a455a8fde87464311324f used request id req-d134e072-fa23-48c3-ab08-1fe08aa4253e 2018-10-04 15:39:33,830 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-378fb9b4-c75d-415-proj-role to project CreateStackFloatingIpTests-378fb9b4-c75d-415-proj 2018-10-04 15:39:33,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03/users/958032f0385b4265a75fd17ef6eea3ed/roles/93f10594e88a455a8fde87464311324f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef85778581d6ab566ee7415a863bc92229baf120" 2018-10-04 15:39:33,956 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:39:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b664d3d5-b6af-407c-9d41-fba11f120752 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:39:33,956 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03/users/958032f0385b4265a75fd17ef6eea3ed/roles/93f10594e88a455a8fde87464311324f used request id req-b664d3d5-b6af-407c-9d41-fba11f120752 2018-10-04 15:39:33,957 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:39:33,957 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:39:33,957 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:39:33,958 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:39:34,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "93f10594e88a455a8fde87464311324f", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj-role"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:39:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8cd2c1988a949769f5feeb7dbaf7d03", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-user", "id": "958032f0385b4265a75fd17ef6eea3ed"}, "audit_ids": ["AXGOsubOTuOkWWwWcgnoKA"], "issued_at": "2018-10-04T15:39:34.000000Z"}} 2018-10-04 15:39:34,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5173fdb552e210c0bc862ab4cf567667ca60c0eb" 2018-10-04 15:39:34,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac673f9e-b550-4f24-99ba-a7c477a61d21 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:39:34,414 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ac673f9e-b550-4f24-99ba-a7c477a61d21 2018-10-04 15:39:34,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5173fdb552e210c0bc862ab4cf567667ca60c0eb" 2018-10-04 15:39:34,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-32868dff-d654-4b47-aa7f-d75f640b41eb Date: Thu, 04 Oct 2018 15:39:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image"} 2018-10-04 15:39:34,582 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image used request id req-32868dff-d654-4b47-aa7f-d75f640b41eb 2018-10-04 15:39:34,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5173fdb552e210c0bc862ab4cf567667ca60c0eb" 2018-10-04 15:39:34,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a5f56564-20fd-43e4-aa10-945950ddf91b Date: Thu, 04 Oct 2018 15:39:34 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:39:34,751 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-a5f56564-20fd-43e4-aa10-945950ddf91b 2018-10-04 15:39:34,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5173fdb552e210c0bc862ab4cf567667ca60c0eb" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image"}' 2018-10-04 15:39:35,060 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458 X-Openstack-Request-Id: req-2ce70981-e1ec-461d-9566-d27e9c0b0861 Date: Thu, 04 Oct 2018 15:39:35 GMT RESP BODY: {"status": "queued", "name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:39:35Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:39:35Z", "visibility": "shared", "locations": [], "self": "/v2/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458", "min_disk": 0, "protected": false, "id": "06e4fbe7-9eb3-40be-bea3-f9cdb18c4458", "file": "/v2/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458/file", "checksum": null, "owner": "e8cd2c1988a949769f5feeb7dbaf7d03", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:39:35,060 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-2ce70981-e1ec-461d-9566-d27e9c0b0861 2018-10-04 15:39:35,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5173fdb552e210c0bc862ab4cf567667ca60c0eb" -d '' 2018-10-04 15:39:36,379 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8907569d-904a-4530-a2eb-55fc2f68c5b1 Date: Thu, 04 Oct 2018 15:39:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:39:36,379 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458/file used request id req-8907569d-904a-4530-a2eb-55fc2f68c5b1 2018-10-04 15:39:36,380 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:39:36,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5173fdb552e210c0bc862ab4cf567667ca60c0eb" 2018-10-04 15:39:36,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-6035e3f5-50a4-4946-8883-75f79a0a022f Date: Thu, 04 Oct 2018 15:39:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:39:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:39:36Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458/snap", "metadata": {}}], "self": "/v2/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458", "min_disk": 0, "protected": false, "id": "06e4fbe7-9eb3-40be-bea3-f9cdb18c4458", "file": "/v2/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8cd2c1988a949769f5feeb7dbaf7d03", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:39:36,562 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458 used request id req-6035e3f5-50a4-4946-8883-75f79a0a022f 2018-10-04 15:39:36,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5173fdb552e210c0bc862ab4cf567667ca60c0eb" 2018-10-04 15:39:36,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-54f58d8d-f9fc-4442-a776-2ceadc7acf42 Date: Thu, 04 Oct 2018 15:39:36 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:39:36,717 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-54f58d8d-f9fc-4442-a776-2ceadc7acf42 2018-10-04 15:39:36,720 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image 2018-10-04 15:39:36,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5173fdb552e210c0bc862ab4cf567667ca60c0eb" 2018-10-04 15:39:36,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-34f6b4d3-e4fa-4432-bc89-ae73f32fd55c Date: Thu, 04 Oct 2018 15:39:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:39:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:39:36Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458/snap", "metadata": {}}], "self": "/v2/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458", "min_disk": 0, "protected": false, "id": "06e4fbe7-9eb3-40be-bea3-f9cdb18c4458", "file": "/v2/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8cd2c1988a949769f5feeb7dbaf7d03", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:39:36,740 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458 used request id req-34f6b4d3-e4fa-4432-bc89-ae73f32fd55c 2018-10-04 15:39:36,741 - create_image - DEBUG - Instance status is - active 2018-10-04 15:39:36,741 - create_image - DEBUG - Image is active with name - CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image 2018-10-04 15:39:36,741 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image 2018-10-04 15:39:36,741 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:39:36,742 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:39:37,130 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "93f10594e88a455a8fde87464311324f", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj-role"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:39:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8cd2c1988a949769f5feeb7dbaf7d03", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-user", "id": "958032f0385b4265a75fd17ef6eea3ed"}, "audit_ids": ["I53H3pGFSHu5p41NbXpCDA"], "issued_at": "2018-10-04T15:39:37.000000Z"}} 2018-10-04 15:39:37,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:39:37,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8008117d-426f-4254-921a-1b81e0c54c35 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:39:37,208 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8008117d-426f-4254-921a-1b81e0c54c35 2018-10-04 15:39:37,209 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:39:37,212 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:39:37,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:39:37,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:37 GMT Server: Apache x-openstack-request-id: req-749511ee-61f2-44ad-8a16-45e4692eddaa Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-04 15:39:37,401 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack used request id req-749511ee-61f2-44ad-8a16-45e4692eddaa 2018-10-04 15:39:37,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" -d '{"stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "template": {"outputs": {"private_key": {"description": "SSH Private Key", "value": {"get_attr": ["keypair", "private_key"]}}}, "heat_template_version": "2015-04-30", "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": {"default": "m1.med", "type": "string", "description": "Flavor name for the second instance", "label": "Instance Flavor for second VM"}, "image2_name": {"default": "image_2", "type": "string", "description": "Image name to be used for second instance", "label": "Image ID for second VM"}, "keypair_name": {"default": "keypair_name", "type": "string", "description": "The name of the stack's keypair", "label": "Keypair name"}, "security_group_name": {"default": "security_group_name", "type": "string", "description": "The name of the stack's security group", "label": "Security Group name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "external_net_name": {"default": "external", "type": "string", "description": "Name of the external network which management network will connect to"}, "inst2_name": {"default": "test_vm2", "type": "string", "description": "The name of the second VM to be spawned", "label": "Second VM name"}, "inst1_name": {"default": "test_vm1", "type": "string", "description": "The name of the first VM to be spawned", "label": "First VM name"}, "router_name": {"default": "mgmt_router", "type": "string", "description": "The name of the stack's router", "label": "Test router name"}, "flavor1_name": {"default": "m1.small", "type": "string", "description": "Flavor name for the first instance", "label": "Instance Flavor for first VM"}, "image1_name": {"default": "image_1", "type": "string", "description": "Image name to be used for first instance", "label": "Image ID for first VM"}}, "resources": {"flavor2": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 2, "disk": 2, "ram": 1024}}, "flavor1": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 2, "disk": 2, "ram": 1024}}, "network": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "subnet": {"type": "OS::Neutron::Subnet", "properties": {"ip_version": 4, "cidr": "10.1.2.0/24", "name": {"get_param": "subnet_name"}, "network": {"get_resource": "network"}}}, "server_security_group": {"type": "OS::Neutron::SecurityGroup", "properties": {"rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "port_range_min": 22, "protocol": "tcp"}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "icmp"}], "description": "Add security group rules for server", "name": {"get_param": "security_group_name"}}}, "floating_ip": {"type": "OS::Neutron::FloatingIP", "properties": {"floating_network": {"get_param": "external_net_name"}}}, "floating_ip_association": {"type": "OS::Neutron::FloatingIPAssociation", "properties": {"floatingip_id": {"get_resource": "floating_ip"}, "port_id": {"get_resource": "port1"}}}, "management_router": {"type": "OS::Neutron::Router", "properties": {"external_gateway_info": {"network": {"get_param": "external_net_name"}}, "name": {"get_param": "router_name"}}}, "keypair": {"type": "OS::Nova::KeyPair", "properties": {"name": {"get_param": "keypair_name"}, "save_private_key": true}}, "management_router_interface": {"type": "OS::Neutron::RouterInterface", "properties": {"router": {"get_resource": "management_router"}, "subnet": {"get_resource": "subnet"}}}, "port1": {"type": "OS::Neutron::Port", "properties": {"fixed_ips": [{"subnet_id": {"get_resource": "subnet"}}], "network": {"get_resource": "network"}, "security_groups": [{"get_resource": "server_security_group"}]}}, "vm2": {"depends_on": ["subnet", "keypair", "flavor2"], "type": "OS::Nova::Server", "properties": {"key_name": {"get_resource": "keypair"}, "image": {"get_param": "image2_name"}, "name": {"get_param": "inst2_name"}, "flavor": {"get_resource": "flavor2"}, "networks": [{"network": {"get_resource": "network"}}]}}, "vm1": {"depends_on": ["subnet", "keypair", "flavor1", "port1"], "type": "OS::Nova::Server", "properties": {"key_name": {"get_resource": "keypair"}, "image": {"get_param": "image1_name"}, "name": {"get_param": "inst1_name"}, "flavor": {"get_resource": "flavor1"}, "networks": [{"port": {"get_resource": "port1"}}]}}}}, "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor2", "keypair_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-kp", "security_group_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-sec_grp", "external_net_name": "external", "image2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image", "flavor1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor1", "inst1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst1", "subnet_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet", "image1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image", "inst2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst2", "net_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net"}}' 2018-10-04 15:39:41,012 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:39:37 GMT Server: Apache x-openstack-request-id: req-c647ed94-2cb8-4b8f-a9b9-71832d525655 Location: http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 Content-Length: 297 Content-Type: application/json RESP BODY: {"stack": {"id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "self"}]}} 2018-10-04 15:39:41,012 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks used request id req-c647ed94-2cb8-4b8f-a9b9-71832d525655 2018-10-04 15:39:41,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/fc3a05ff-77a0-4646-a825-4e1641920e96 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:39:41,188 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:39:41 GMT Server: Apache x-openstack-request-id: req-d63f1a8a-4584-4173-8ceb-77d491e9f0d7 Location: http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:39:41,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:41 GMT Server: Apache x-openstack-request-id: req-314c65ef-faab-4cee-a31e-862b457cec6f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor2", "OS::project_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "OS::stack_id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-kp", "security_group_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet", "net_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst2", "inst1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst1", "image2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image", "flavor1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor1", "image1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "stack_user_project_id": "e0aed4e63487470f91641dd4739bffa9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:39:40Z", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:39:41,417 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 used request id req-314c65ef-faab-4cee-a31e-862b457cec6f 2018-10-04 15:39:41,418 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack 2018-10-04 15:39:41,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/fc3a05ff-77a0-4646-a825-4e1641920e96 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:39:41,591 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:39:41 GMT Server: Apache x-openstack-request-id: req-19bbf796-78c6-4806-9c3c-6c7017c8d0aa Location: http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:39:41,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:41 GMT Server: Apache x-openstack-request-id: req-3aab18dd-158f-4201-b894-80a1957afb81 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor2", "OS::project_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "OS::stack_id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-kp", "security_group_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet", "net_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst2", "inst1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst1", "image2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image", "flavor1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor1", "image1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "stack_user_project_id": "e0aed4e63487470f91641dd4739bffa9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:39:40Z", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:39:41,816 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 used request id req-3aab18dd-158f-4201-b894-80a1957afb81 2018-10-04 15:39:41,816 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:39:41,817 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:39:44,820 - create_stack - DEBUG - Stack status query timeout in 1196.59809399 2018-10-04 15:39:44,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/fc3a05ff-77a0-4646-a825-4e1641920e96 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:39:45,000 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:39:44 GMT Server: Apache x-openstack-request-id: req-86f087dc-6ab3-47fb-a072-03197b6b855b Location: http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:39:45,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:45 GMT Server: Apache x-openstack-request-id: req-053c44c9-d204-4f09-a715-f58e96648774 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor2", "OS::project_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "OS::stack_id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-kp", "security_group_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet", "net_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst2", "inst1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst1", "image2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image", "flavor1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor1", "image1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "stack_user_project_id": "e0aed4e63487470f91641dd4739bffa9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:39:40Z", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:39:45,311 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 used request id req-053c44c9-d204-4f09-a715-f58e96648774 2018-10-04 15:39:45,311 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:39:45,311 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:39:48,314 - create_stack - DEBUG - Stack status query timeout in 1193.10347009 2018-10-04 15:39:48,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/fc3a05ff-77a0-4646-a825-4e1641920e96 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:39:48,497 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:39:48 GMT Server: Apache x-openstack-request-id: req-e24f60e0-81a8-4ec3-b91c-022b1b564eb1 Location: http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:39:48,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:48 GMT Server: Apache x-openstack-request-id: req-017cb586-fa2a-4870-8b87-e2a9972ae0ca Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2066 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor2", "OS::project_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "OS::stack_id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-kp", "security_group_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet", "net_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst2", "inst1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst1", "image2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image", "flavor1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor1", "image1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "stack_user_project_id": "e0aed4e63487470f91641dd4739bffa9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:39:40Z", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvvfP+2nYf9JDOB6w/FSdwX5RrUNNXaqqftsIXZe7OlfNZWCq\niqemvtlwAUCRiL2w4MTuMjmLhWR+KYaU7rjRwRVO83fEKscHps7UKcp3hl8eRopN\nKE6ZnBJFZA3decpKIsLhNSDGCsB+7MAHIxoVeiE3noy3lnh+2S/CdrnoA4b8W2fo\nvfv4+bVVNJomeQzTuM5g5lcVeCYGUOGY1ChRevViS8lyTeIDGH8yjahkVfHcMavS\nzpavpqE51bu7ycy+chpfjpbVz4c/78u+4JRBfhIuqF8auiNoVLSerQyySeG2NN99\nJ+w+XF3qxJPlgnzLrTOkg41OkoflNusQumBv8QIDAQABAoIBAFYUVB6qnlk3iO8x\n/msvJREEBIMKFESFWmbmCkZNz6pDy6THxvfLDEF4t6EI3tD5WFJo0km3YKmXG7tS\nG63jh0D2fukF8lmp70wEbOQNjIT4OShozNC/ZURRhA/OpCdyxKoYl/UfucU88bl7\n8XukFUxAztZb7aEY3Wy+t3RW5js4A6+UvCJfvbmqLGUA0TVjIB6/M4pf9IUUzHLV\nQtahx7g3tjA3OOrZXNsKdo/EB76StNVkqU7HnRoxSSjpbkPkfAz66W+G4scyW4b6\nLCqGEXYBwbQZ0EyYjrSTNtfaIAeQui9tIHKarcHBecoAc3fz9H1QRnID5wOhGCI8\n87stCDECgYEA+LzSsn6fziVe5z7lrO/XPR+s/dKrsCzlECF2rYDa6TVa3hTyBUs3\n2HIdFWjV6zVGgdDfYA5z9t8UZwDpILwmkVAHbga4YkMUnJukekrxPpYWgszbP8+I\nXie+nom5LQ3sIjTlM1+VTKMGybfHjfG4mQzFx3KBCJqYEPQ0VrHsaRUCgYEAxIsx\njC++v/4QnckVEmscFH9u5H0ctlHse04+rrv0keTy5Yzs2wGfU/3WREKD4KMG4zz4\nK6Af2IHSGsP0JCmo2Iy3l6cUsFA37cQepOIEI56QQn1hnwx28Y36BJVB5R3dWbG6\n+eBef28dXbLaPy0UIN4tBva8NWc/6bkkOsOham0CgYEApM94TAzalhzs5Qwn4o6I\nb1etqAEPAYy9uhJyMERQyHUx4DTAqAFO33u9CZKNK2wBa8KaP2tUKx9kxVs1HRuN\n8nq0cZLCWVlZLutx8BX4AyAvijtyirVYBgsPorxelhvDembR91g99KmQtdevwb2I\nMuDjq2OTW8ATQiiNBWSe4IECgYB8lJJKfrUVM3DK4vulWhlJcOEUma1Kb7FLE3Su\nA1tp4sqH8ITt6SBZ9+sKB3NaP1wNS8cut+eXr+pCpvSou3NYGBIDYZe+jop0/rxB\n3TWsckSUsK7hRuBaCplwsD89gGmfAgY3fx3G/uKJUuX954/7qXi3EkyIOTMM7hrl\n2L0HHQKBgAZ7GFjez+yt9scVve7LYXefF8vU8QB1m4GfC34o/VPT3PxEpptUXGDK\n9Z0aZ8q03Ygnqq/aZBgFD0AGNodzFUpgJvI0CkFxaTyCkOl61DDlThG0mfQw+dvQ\nEwNc+3aLCNoKjpEQ69AU0njBRfOpXK/h31vYIp389NXzLjlxDbsu\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:39:48,821 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 used request id req-017cb586-fa2a-4870-8b87-e2a9972ae0ca 2018-10-04 15:39:48,822 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:39:48,822 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:39:51,825 - create_stack - DEBUG - Stack status query timeout in 1189.593045 2018-10-04 15:39:51,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/fc3a05ff-77a0-4646-a825-4e1641920e96 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:39:52,014 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:39:51 GMT Server: Apache x-openstack-request-id: req-1bdc13d3-0e7b-4228-b3c8-19d8480280e4 Location: http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:39:52,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:52 GMT Server: Apache x-openstack-request-id: req-3319b8fd-1f09-4cd0-94fd-da04eebe43aa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2066 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor2", "OS::project_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "OS::stack_id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-kp", "security_group_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet", "net_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst2", "inst1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst1", "image2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image", "flavor1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor1", "image1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "stack_user_project_id": "e0aed4e63487470f91641dd4739bffa9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:39:40Z", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvvfP+2nYf9JDOB6w/FSdwX5RrUNNXaqqftsIXZe7OlfNZWCq\niqemvtlwAUCRiL2w4MTuMjmLhWR+KYaU7rjRwRVO83fEKscHps7UKcp3hl8eRopN\nKE6ZnBJFZA3decpKIsLhNSDGCsB+7MAHIxoVeiE3noy3lnh+2S/CdrnoA4b8W2fo\nvfv4+bVVNJomeQzTuM5g5lcVeCYGUOGY1ChRevViS8lyTeIDGH8yjahkVfHcMavS\nzpavpqE51bu7ycy+chpfjpbVz4c/78u+4JRBfhIuqF8auiNoVLSerQyySeG2NN99\nJ+w+XF3qxJPlgnzLrTOkg41OkoflNusQumBv8QIDAQABAoIBAFYUVB6qnlk3iO8x\n/msvJREEBIMKFESFWmbmCkZNz6pDy6THxvfLDEF4t6EI3tD5WFJo0km3YKmXG7tS\nG63jh0D2fukF8lmp70wEbOQNjIT4OShozNC/ZURRhA/OpCdyxKoYl/UfucU88bl7\n8XukFUxAztZb7aEY3Wy+t3RW5js4A6+UvCJfvbmqLGUA0TVjIB6/M4pf9IUUzHLV\nQtahx7g3tjA3OOrZXNsKdo/EB76StNVkqU7HnRoxSSjpbkPkfAz66W+G4scyW4b6\nLCqGEXYBwbQZ0EyYjrSTNtfaIAeQui9tIHKarcHBecoAc3fz9H1QRnID5wOhGCI8\n87stCDECgYEA+LzSsn6fziVe5z7lrO/XPR+s/dKrsCzlECF2rYDa6TVa3hTyBUs3\n2HIdFWjV6zVGgdDfYA5z9t8UZwDpILwmkVAHbga4YkMUnJukekrxPpYWgszbP8+I\nXie+nom5LQ3sIjTlM1+VTKMGybfHjfG4mQzFx3KBCJqYEPQ0VrHsaRUCgYEAxIsx\njC++v/4QnckVEmscFH9u5H0ctlHse04+rrv0keTy5Yzs2wGfU/3WREKD4KMG4zz4\nK6Af2IHSGsP0JCmo2Iy3l6cUsFA37cQepOIEI56QQn1hnwx28Y36BJVB5R3dWbG6\n+eBef28dXbLaPy0UIN4tBva8NWc/6bkkOsOham0CgYEApM94TAzalhzs5Qwn4o6I\nb1etqAEPAYy9uhJyMERQyHUx4DTAqAFO33u9CZKNK2wBa8KaP2tUKx9kxVs1HRuN\n8nq0cZLCWVlZLutx8BX4AyAvijtyirVYBgsPorxelhvDembR91g99KmQtdevwb2I\nMuDjq2OTW8ATQiiNBWSe4IECgYB8lJJKfrUVM3DK4vulWhlJcOEUma1Kb7FLE3Su\nA1tp4sqH8ITt6SBZ9+sKB3NaP1wNS8cut+eXr+pCpvSou3NYGBIDYZe+jop0/rxB\n3TWsckSUsK7hRuBaCplwsD89gGmfAgY3fx3G/uKJUuX954/7qXi3EkyIOTMM7hrl\n2L0HHQKBgAZ7GFjez+yt9scVve7LYXefF8vU8QB1m4GfC34o/VPT3PxEpptUXGDK\n9Z0aZ8q03Ygnqq/aZBgFD0AGNodzFUpgJvI0CkFxaTyCkOl61DDlThG0mfQw+dvQ\nEwNc+3aLCNoKjpEQ69AU0njBRfOpXK/h31vYIp389NXzLjlxDbsu\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:39:52,338 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 used request id req-3319b8fd-1f09-4cd0-94fd-da04eebe43aa 2018-10-04 15:39:52,339 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:39:52,339 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:39:55,343 - create_stack - DEBUG - Stack status query timeout in 1186.07526207 2018-10-04 15:39:55,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/fc3a05ff-77a0-4646-a825-4e1641920e96 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:39:55,371 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:39:55 GMT Server: Apache x-openstack-request-id: req-03707482-6451-4756-91cb-333b27b4c124 Location: http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:39:55,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:55 GMT Server: Apache x-openstack-request-id: req-a1528e9a-8361-4a46-a7cd-1b4ed1f28795 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2066 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor2", "OS::project_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "OS::stack_id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-kp", "security_group_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet", "net_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst2", "inst1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst1", "image2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image", "flavor1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor1", "image1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "stack_user_project_id": "e0aed4e63487470f91641dd4739bffa9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:39:40Z", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvvfP+2nYf9JDOB6w/FSdwX5RrUNNXaqqftsIXZe7OlfNZWCq\niqemvtlwAUCRiL2w4MTuMjmLhWR+KYaU7rjRwRVO83fEKscHps7UKcp3hl8eRopN\nKE6ZnBJFZA3decpKIsLhNSDGCsB+7MAHIxoVeiE3noy3lnh+2S/CdrnoA4b8W2fo\nvfv4+bVVNJomeQzTuM5g5lcVeCYGUOGY1ChRevViS8lyTeIDGH8yjahkVfHcMavS\nzpavpqE51bu7ycy+chpfjpbVz4c/78u+4JRBfhIuqF8auiNoVLSerQyySeG2NN99\nJ+w+XF3qxJPlgnzLrTOkg41OkoflNusQumBv8QIDAQABAoIBAFYUVB6qnlk3iO8x\n/msvJREEBIMKFESFWmbmCkZNz6pDy6THxvfLDEF4t6EI3tD5WFJo0km3YKmXG7tS\nG63jh0D2fukF8lmp70wEbOQNjIT4OShozNC/ZURRhA/OpCdyxKoYl/UfucU88bl7\n8XukFUxAztZb7aEY3Wy+t3RW5js4A6+UvCJfvbmqLGUA0TVjIB6/M4pf9IUUzHLV\nQtahx7g3tjA3OOrZXNsKdo/EB76StNVkqU7HnRoxSSjpbkPkfAz66W+G4scyW4b6\nLCqGEXYBwbQZ0EyYjrSTNtfaIAeQui9tIHKarcHBecoAc3fz9H1QRnID5wOhGCI8\n87stCDECgYEA+LzSsn6fziVe5z7lrO/XPR+s/dKrsCzlECF2rYDa6TVa3hTyBUs3\n2HIdFWjV6zVGgdDfYA5z9t8UZwDpILwmkVAHbga4YkMUnJukekrxPpYWgszbP8+I\nXie+nom5LQ3sIjTlM1+VTKMGybfHjfG4mQzFx3KBCJqYEPQ0VrHsaRUCgYEAxIsx\njC++v/4QnckVEmscFH9u5H0ctlHse04+rrv0keTy5Yzs2wGfU/3WREKD4KMG4zz4\nK6Af2IHSGsP0JCmo2Iy3l6cUsFA37cQepOIEI56QQn1hnwx28Y36BJVB5R3dWbG6\n+eBef28dXbLaPy0UIN4tBva8NWc/6bkkOsOham0CgYEApM94TAzalhzs5Qwn4o6I\nb1etqAEPAYy9uhJyMERQyHUx4DTAqAFO33u9CZKNK2wBa8KaP2tUKx9kxVs1HRuN\n8nq0cZLCWVlZLutx8BX4AyAvijtyirVYBgsPorxelhvDembR91g99KmQtdevwb2I\nMuDjq2OTW8ATQiiNBWSe4IECgYB8lJJKfrUVM3DK4vulWhlJcOEUma1Kb7FLE3Su\nA1tp4sqH8ITt6SBZ9+sKB3NaP1wNS8cut+eXr+pCpvSou3NYGBIDYZe+jop0/rxB\n3TWsckSUsK7hRuBaCplwsD89gGmfAgY3fx3G/uKJUuX954/7qXi3EkyIOTMM7hrl\n2L0HHQKBgAZ7GFjez+yt9scVve7LYXefF8vU8QB1m4GfC34o/VPT3PxEpptUXGDK\n9Z0aZ8q03Ygnqq/aZBgFD0AGNodzFUpgJvI0CkFxaTyCkOl61DDlThG0mfQw+dvQ\nEwNc+3aLCNoKjpEQ69AU0njBRfOpXK/h31vYIp389NXzLjlxDbsu\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:39:55,545 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 used request id req-a1528e9a-8361-4a46-a7cd-1b4ed1f28795 2018-10-04 15:39:55,546 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:39:55,546 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:39:58,549 - create_stack - DEBUG - Stack status query timeout in 1182.86846805 2018-10-04 15:39:58,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/fc3a05ff-77a0-4646-a825-4e1641920e96 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:39:58,717 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:39:58 GMT Server: Apache x-openstack-request-id: req-1f7de10a-c2e5-4c23-83b1-adf493ceca8f Location: http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:39:58,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:39:58 GMT Server: Apache x-openstack-request-id: req-970d7267-5d77-41db-88f2-a5bafd9c1470 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2066 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor2", "OS::project_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "OS::stack_id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-kp", "security_group_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet", "net_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst2", "inst1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst1", "image2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image", "flavor1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor1", "image1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "stack_user_project_id": "e0aed4e63487470f91641dd4739bffa9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:39:40Z", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvvfP+2nYf9JDOB6w/FSdwX5RrUNNXaqqftsIXZe7OlfNZWCq\niqemvtlwAUCRiL2w4MTuMjmLhWR+KYaU7rjRwRVO83fEKscHps7UKcp3hl8eRopN\nKE6ZnBJFZA3decpKIsLhNSDGCsB+7MAHIxoVeiE3noy3lnh+2S/CdrnoA4b8W2fo\nvfv4+bVVNJomeQzTuM5g5lcVeCYGUOGY1ChRevViS8lyTeIDGH8yjahkVfHcMavS\nzpavpqE51bu7ycy+chpfjpbVz4c/78u+4JRBfhIuqF8auiNoVLSerQyySeG2NN99\nJ+w+XF3qxJPlgnzLrTOkg41OkoflNusQumBv8QIDAQABAoIBAFYUVB6qnlk3iO8x\n/msvJREEBIMKFESFWmbmCkZNz6pDy6THxvfLDEF4t6EI3tD5WFJo0km3YKmXG7tS\nG63jh0D2fukF8lmp70wEbOQNjIT4OShozNC/ZURRhA/OpCdyxKoYl/UfucU88bl7\n8XukFUxAztZb7aEY3Wy+t3RW5js4A6+UvCJfvbmqLGUA0TVjIB6/M4pf9IUUzHLV\nQtahx7g3tjA3OOrZXNsKdo/EB76StNVkqU7HnRoxSSjpbkPkfAz66W+G4scyW4b6\nLCqGEXYBwbQZ0EyYjrSTNtfaIAeQui9tIHKarcHBecoAc3fz9H1QRnID5wOhGCI8\n87stCDECgYEA+LzSsn6fziVe5z7lrO/XPR+s/dKrsCzlECF2rYDa6TVa3hTyBUs3\n2HIdFWjV6zVGgdDfYA5z9t8UZwDpILwmkVAHbga4YkMUnJukekrxPpYWgszbP8+I\nXie+nom5LQ3sIjTlM1+VTKMGybfHjfG4mQzFx3KBCJqYEPQ0VrHsaRUCgYEAxIsx\njC++v/4QnckVEmscFH9u5H0ctlHse04+rrv0keTy5Yzs2wGfU/3WREKD4KMG4zz4\nK6Af2IHSGsP0JCmo2Iy3l6cUsFA37cQepOIEI56QQn1hnwx28Y36BJVB5R3dWbG6\n+eBef28dXbLaPy0UIN4tBva8NWc/6bkkOsOham0CgYEApM94TAzalhzs5Qwn4o6I\nb1etqAEPAYy9uhJyMERQyHUx4DTAqAFO33u9CZKNK2wBa8KaP2tUKx9kxVs1HRuN\n8nq0cZLCWVlZLutx8BX4AyAvijtyirVYBgsPorxelhvDembR91g99KmQtdevwb2I\nMuDjq2OTW8ATQiiNBWSe4IECgYB8lJJKfrUVM3DK4vulWhlJcOEUma1Kb7FLE3Su\nA1tp4sqH8ITt6SBZ9+sKB3NaP1wNS8cut+eXr+pCpvSou3NYGBIDYZe+jop0/rxB\n3TWsckSUsK7hRuBaCplwsD89gGmfAgY3fx3G/uKJUuX954/7qXi3EkyIOTMM7hrl\n2L0HHQKBgAZ7GFjez+yt9scVve7LYXefF8vU8QB1m4GfC34o/VPT3PxEpptUXGDK\n9Z0aZ8q03Ygnqq/aZBgFD0AGNodzFUpgJvI0CkFxaTyCkOl61DDlThG0mfQw+dvQ\nEwNc+3aLCNoKjpEQ69AU0njBRfOpXK/h31vYIp389NXzLjlxDbsu\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:39:58,992 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 used request id req-970d7267-5d77-41db-88f2-a5bafd9c1470 2018-10-04 15:39:58,993 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:39:58,993 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:40:01,996 - create_stack - DEBUG - Stack status query timeout in 1179.42167115 2018-10-04 15:40:02,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/fc3a05ff-77a0-4646-a825-4e1641920e96 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:02,185 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:40:02 GMT Server: Apache x-openstack-request-id: req-7cbc6108-3fa9-448f-a705-5ac5eb7e4c26 Location: http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:40:02,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:02 GMT Server: Apache x-openstack-request-id: req-c9463e5d-af82-4881-a096-3619ff1c77dd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2074 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor2", "OS::project_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "OS::stack_id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-kp", "security_group_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet", "net_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst2", "inst1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst1", "image2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image", "flavor1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor1", "image1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "stack_user_project_id": "e0aed4e63487470f91641dd4739bffa9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:39:40Z", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvvfP+2nYf9JDOB6w/FSdwX5RrUNNXaqqftsIXZe7OlfNZWCq\niqemvtlwAUCRiL2w4MTuMjmLhWR+KYaU7rjRwRVO83fEKscHps7UKcp3hl8eRopN\nKE6ZnBJFZA3decpKIsLhNSDGCsB+7MAHIxoVeiE3noy3lnh+2S/CdrnoA4b8W2fo\nvfv4+bVVNJomeQzTuM5g5lcVeCYGUOGY1ChRevViS8lyTeIDGH8yjahkVfHcMavS\nzpavpqE51bu7ycy+chpfjpbVz4c/78u+4JRBfhIuqF8auiNoVLSerQyySeG2NN99\nJ+w+XF3qxJPlgnzLrTOkg41OkoflNusQumBv8QIDAQABAoIBAFYUVB6qnlk3iO8x\n/msvJREEBIMKFESFWmbmCkZNz6pDy6THxvfLDEF4t6EI3tD5WFJo0km3YKmXG7tS\nG63jh0D2fukF8lmp70wEbOQNjIT4OShozNC/ZURRhA/OpCdyxKoYl/UfucU88bl7\n8XukFUxAztZb7aEY3Wy+t3RW5js4A6+UvCJfvbmqLGUA0TVjIB6/M4pf9IUUzHLV\nQtahx7g3tjA3OOrZXNsKdo/EB76StNVkqU7HnRoxSSjpbkPkfAz66W+G4scyW4b6\nLCqGEXYBwbQZ0EyYjrSTNtfaIAeQui9tIHKarcHBecoAc3fz9H1QRnID5wOhGCI8\n87stCDECgYEA+LzSsn6fziVe5z7lrO/XPR+s/dKrsCzlECF2rYDa6TVa3hTyBUs3\n2HIdFWjV6zVGgdDfYA5z9t8UZwDpILwmkVAHbga4YkMUnJukekrxPpYWgszbP8+I\nXie+nom5LQ3sIjTlM1+VTKMGybfHjfG4mQzFx3KBCJqYEPQ0VrHsaRUCgYEAxIsx\njC++v/4QnckVEmscFH9u5H0ctlHse04+rrv0keTy5Yzs2wGfU/3WREKD4KMG4zz4\nK6Af2IHSGsP0JCmo2Iy3l6cUsFA37cQepOIEI56QQn1hnwx28Y36BJVB5R3dWbG6\n+eBef28dXbLaPy0UIN4tBva8NWc/6bkkOsOham0CgYEApM94TAzalhzs5Qwn4o6I\nb1etqAEPAYy9uhJyMERQyHUx4DTAqAFO33u9CZKNK2wBa8KaP2tUKx9kxVs1HRuN\n8nq0cZLCWVlZLutx8BX4AyAvijtyirVYBgsPorxelhvDembR91g99KmQtdevwb2I\nMuDjq2OTW8ATQiiNBWSe4IECgYB8lJJKfrUVM3DK4vulWhlJcOEUma1Kb7FLE3Su\nA1tp4sqH8ITt6SBZ9+sKB3NaP1wNS8cut+eXr+pCpvSou3NYGBIDYZe+jop0/rxB\n3TWsckSUsK7hRuBaCplwsD89gGmfAgY3fx3G/uKJUuX954/7qXi3EkyIOTMM7hrl\n2L0HHQKBgAZ7GFjez+yt9scVve7LYXefF8vU8QB1m4GfC34o/VPT3PxEpptUXGDK\n9Z0aZ8q03Ygnqq/aZBgFD0AGNodzFUpgJvI0CkFxaTyCkOl61DDlThG0mfQw+dvQ\nEwNc+3aLCNoKjpEQ69AU0njBRfOpXK/h31vYIp389NXzLjlxDbsu\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:40:02,512 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 used request id req-c9463e5d-af82-4881-a096-3619ff1c77dd 2018-10-04 15:40:02,513 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-04 15:40:02,513 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack 2018-10-04 15:40:02,513 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack 2018-10-04 15:40:02,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/fc3a05ff-77a0-4646-a825-4e1641920e96/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:02,698 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:40:02 GMT Server: Apache x-openstack-request-id: req-06d36770-dd02-496e-bfaa-54dc89f031eb Location: http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:40:02,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:02 GMT Server: Apache x-openstack-request-id: req-7c5b8b2b-772f-4f10-9ddc-9d44475e8e6e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1061 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "subnet", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-04T15:39:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:39:41Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "0f1b81e8-d3db-4e06-923e-d54d2ea5f58f", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-04T15:39:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:39:41Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "7a387f83-594d-4281-8025-6612be6d58ab", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources/network", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-04T15:39:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:39:41Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "6047977e-1814-4e05-8a0b-10c044d8d6c9", "resource_type": "OS::Neutron::Net"}, {"resource_name": "flavor2", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-04T15:39:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:39:41Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "c36bcf5a-ef68-44b8-be32-bfe52f014805", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-04T15:39:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:39:41Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "10f58457-4f5c-4204-812f-fd213b4b41f4", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-04T15:39:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:39:41Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "72d3b4f1-f7c5-490d-a803-83f7c88a1dfb", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-04T15:39:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:39:41Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "213", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-04T15:39:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:39:41Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-04T15:39:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:39:41Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-04T15:39:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:39:41Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88:subnet_id=0f1b81e8-d3db-4e06-923e-d54d2ea5f58f", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources/port1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-04T15:39:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:39:41Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "b0084135-d566-466f-a842-d52e734011ec", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-04T15:39:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:39:41Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9749484d-785f-47b1-9a23-d4004a7dc846", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-04T15:39:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:39:41Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de", "resource_type": "OS::Nova::Server"}]} 2018-10-04 15:40:02,928 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources used request id req-7c5b8b2b-772f-4f10-9ddc-9d44475e8e6e 2018-10-04 15:40:02,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9749484d-785f-47b1-9a23-d4004a7dc846 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:03,683 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-7924dab0-cc93-4055-b306-07ea9d427568 x-compute-request-id: req-7924dab0-cc93-4055-b306-07ea9d427568 Content-Encoding: gzip Content-Length: 826 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:63:97", "version": 4, "addr": "10.1.2.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9749484d-785f-47b1-9a23-d4004a7dc846", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9749484d-785f-47b1-9a23-d4004a7dc846", "rel": "bookmark"}], "image": {"id": "06e4fbe7-9eb3-40be-bea3-f9cdb18c4458", "links": [{"href": "http://172.30.9.23:8774/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": "2018-10-04T15:39:53.000000", "flavor": {"id": "c36bcf5a-ef68-44b8-be32-bfe52f014805", "links": [{"href": "http://172.30.9.23:8774/flavors/c36bcf5a-ef68-44b8-be32-bfe52f014805", "rel": "bookmark"}]}, "id": "9749484d-785f-47b1-9a23-d4004a7dc846", "security_groups": [{"name": "default"}], "user_id": "958032f0385b4265a75fd17ef6eea3ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:39:55Z", "hostId": "b4d04182a64f2894613245a5f490a37e20a868c311ba1a7e6a85c835", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst2", "created": "2018-10-04T15:39:49Z", "tenant_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:40:03,684 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9749484d-785f-47b1-9a23-d4004a7dc846 used request id req-7924dab0-cc93-4055-b306-07ea9d427568 2018-10-04 15:40:03,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:03,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-6d1b2a41-2a81-41c7-bebd-e748f5e061ce Date: Thu, 04 Oct 2018 15:40:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","subnets":["0f1b81e8-d3db-4e06-923e-d54d2ea5f58f"],"description":"","tags":[],"updated_at":"2018-10-04T15:39:43Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net","admin_state_up":true,"tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:42Z","provider:network_type":"vxlan"}]} 2018-10-04 15:40:03,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net used request id req-6d1b2a41-2a81-41c7-bebd-e748f5e061ce 2018-10-04 15:40:03,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:40:03,782 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:40:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:40:03,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:03,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8700b84d-9bbe-423c-a6e0-88a75f28a2b3 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03"}, "enabled": true, "id": "e8cd2c1988a949769f5feeb7dbaf7d03", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj"}} 2018-10-04 15:40:03,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 used request id req-8700b84d-9bbe-423c-a6e0-88a75f28a2b3 2018-10-04 15:40:03,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:03,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5b462b48-a0fd-45b0-8887-387d2055d905 Date: Thu, 04 Oct 2018 15:40:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:43Z","dns_nameservers":[],"updated_at":"2018-10-04T15:39:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet"}]} 2018-10-04 15:40:03,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 used request id req-5b462b48-a0fd-45b0-8887-387d2055d905 2018-10-04 15:40:03,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:03,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5808 X-Openstack-Request-Id: req-13d0527a-d891-422f-a8a8-dea3668fe347 Date: Thu, 04 Oct 2018 15:40:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:55Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.11"}],"id":"4b6ba410-30a3-421c-a223-b15db0346043","security_groups":["0bde080c-207a-40f7-a3e4-b1b1494ba1e6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:63:97","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:51Z","binding:vnic_type":"normal","device_id":"9749484d-785f-47b1-9a23-d4004a7dc846"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:57Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.1"}],"id":"74ac7cc4-df79-41b3-9eda-abc0199b26f8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:0c:cd","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:51Z","binding:vnic_type":"normal","device_id":"17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.2"}],"id":"86c8e4b6-554f-40da-bc1c-619429e35185","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:a1:88","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6047977e-1814-4e05-8a0b-10c044d8d6c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.14"}],"id":"b0084135-d566-466f-a842-d52e734011ec","security_groups":["10f58457-4f5c-4204-812f-fd213b4b41f4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:84:72","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack-port1-tbj7rlpvonyn","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:48Z","binding:vnic_type":"normal","device_id":"047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.4"}],"id":"e2163f15-62da-495b-80d4-df951f96f934","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d4:38:c3","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6047977e-1814-4e05-8a0b-10c044d8d6c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.3"}],"id":"fa34e8d3-aeb4-4123-bffb-2f4e04ad42d4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:ac:7d","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6047977e-1814-4e05-8a0b-10c044d8d6c9"}]} 2018-10-04 15:40:03,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 used request id req-13d0527a-d891-422f-a8a8-dea3668fe347 2018-10-04 15:40:03,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:04,729 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b8e7303-8fca-4124-8c03-e383f58f2bde x-compute-request-id: req-6b8e7303-8fca-4124-8c03-e383f58f2bde Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:84:72", "version": 4, "addr": "10.1.2.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:84:72", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de", "rel": "bookmark"}], "image": {"id": "06e4fbe7-9eb3-40be-bea3-f9cdb18c4458", "links": [{"href": "http://172.30.9.23:8774/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-10-04T15:39:57.000000", "flavor": {"id": "7a387f83-594d-4281-8025-6612be6d58ab", "links": [{"href": "http://172.30.9.23:8774/flavors/7a387f83-594d-4281-8025-6612be6d58ab", "rel": "bookmark"}]}, "id": "047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de", "security_groups": [{"name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-sec_grp"}], "user_id": "958032f0385b4265a75fd17ef6eea3ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:39:59Z", "hostId": "7d9a9da6adf8b988c4814408a432f55e344013525c3691c05a3a5406", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst1", "created": "2018-10-04T15:39:53Z", "tenant_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:40:04,729 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de used request id req-6b8e7303-8fca-4124-8c03-e383f58f2bde 2018-10-04 15:40:04,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:04,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-1151c8f0-b8a8-4d39-82f9-b016b6189570 Date: Thu, 04 Oct 2018 15:40:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","subnets":["0f1b81e8-d3db-4e06-923e-d54d2ea5f58f"],"description":"","tags":[],"updated_at":"2018-10-04T15:39:43Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net","admin_state_up":true,"tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:42Z","provider:network_type":"vxlan"}]} 2018-10-04 15:40:04,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net used request id req-1151c8f0-b8a8-4d39-82f9-b016b6189570 2018-10-04 15:40:04,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:04,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b68d93cc-785c-4483-b470-d9c903f50c9e Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03"}, "enabled": true, "id": "e8cd2c1988a949769f5feeb7dbaf7d03", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj"}} 2018-10-04 15:40:04,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 used request id req-b68d93cc-785c-4483-b470-d9c903f50c9e 2018-10-04 15:40:04,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:04,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c34f6d84-cb1e-4bec-9915-2cb5ea051baf Date: Thu, 04 Oct 2018 15:40:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:43Z","dns_nameservers":[],"updated_at":"2018-10-04T15:39:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet"}]} 2018-10-04 15:40:04,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 used request id req-c34f6d84-cb1e-4bec-9915-2cb5ea051baf 2018-10-04 15:40:04,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:05,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5808 X-Openstack-Request-Id: req-6e04e24c-67b6-46d2-90e0-522f0d0f22c8 Date: Thu, 04 Oct 2018 15:40:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:55Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.11"}],"id":"4b6ba410-30a3-421c-a223-b15db0346043","security_groups":["0bde080c-207a-40f7-a3e4-b1b1494ba1e6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:63:97","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:51Z","binding:vnic_type":"normal","device_id":"9749484d-785f-47b1-9a23-d4004a7dc846"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:57Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.1"}],"id":"74ac7cc4-df79-41b3-9eda-abc0199b26f8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:0c:cd","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:51Z","binding:vnic_type":"normal","device_id":"17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.2"}],"id":"86c8e4b6-554f-40da-bc1c-619429e35185","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:a1:88","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6047977e-1814-4e05-8a0b-10c044d8d6c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.14"}],"id":"b0084135-d566-466f-a842-d52e734011ec","security_groups":["10f58457-4f5c-4204-812f-fd213b4b41f4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:84:72","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack-port1-tbj7rlpvonyn","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:48Z","binding:vnic_type":"normal","device_id":"047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.4"}],"id":"e2163f15-62da-495b-80d4-df951f96f934","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d4:38:c3","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6047977e-1814-4e05-8a0b-10c044d8d6c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.3"}],"id":"fa34e8d3-aeb4-4123-bffb-2f4e04ad42d4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:ac:7d","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6047977e-1814-4e05-8a0b-10c044d8d6c9"}]} 2018-10-04 15:40:05,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 used request id req-6e04e24c-67b6-46d2-90e0-522f0d0f22c8 2018-10-04 15:40:05,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/fc3a05ff-77a0-4646-a825-4e1641920e96/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:05,043 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:40:05 GMT Server: Apache x-openstack-request-id: req-f2ed4a07-1d25-44d5-8754-a3cd52fe8c94 Location: http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:40:05,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:05 GMT Server: Apache x-openstack-request-id: req-3a927cc7-b253-4632-bde3-fc6ee4e34b44 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1061 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "subnet", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-04T15:39:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:39:41Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "0f1b81e8-d3db-4e06-923e-d54d2ea5f58f", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-04T15:39:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:39:41Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "7a387f83-594d-4281-8025-6612be6d58ab", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources/network", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-04T15:39:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:39:41Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "6047977e-1814-4e05-8a0b-10c044d8d6c9", "resource_type": "OS::Neutron::Net"}, {"resource_name": "flavor2", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-04T15:39:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:39:41Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "c36bcf5a-ef68-44b8-be32-bfe52f014805", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-04T15:39:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:39:41Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "10f58457-4f5c-4204-812f-fd213b4b41f4", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-04T15:39:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:39:41Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "72d3b4f1-f7c5-490d-a803-83f7c88a1dfb", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-04T15:39:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:39:41Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "213", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-04T15:39:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:39:41Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-04T15:39:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:39:41Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-04T15:39:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:39:41Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88:subnet_id=0f1b81e8-d3db-4e06-923e-d54d2ea5f58f", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources/port1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-04T15:39:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:39:41Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "b0084135-d566-466f-a842-d52e734011ec", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-04T15:39:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:39:41Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9749484d-785f-47b1-9a23-d4004a7dc846", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-04T15:39:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:39:41Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de", "resource_type": "OS::Nova::Server"}]} 2018-10-04 15:40:05,456 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96/resources used request id req-3a927cc7-b253-4632-bde3-fc6ee4e34b44 2018-10-04 15:40:05,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/c36bcf5a-ef68-44b8-be32-bfe52f014805 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:05,484 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-d5cb48cc-8c6c-4bc7-b14d-b56ed223dca4 x-compute-request-id: req-d5cb48cc-8c6c-4bc7-b14d-b56ed223dca4 Content-Encoding: gzip Content-Length: 338 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c36bcf5a-ef68-44b8-be32-bfe52f014805", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c36bcf5a-ef68-44b8-be32-bfe52f014805", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "c36bcf5a-ef68-44b8-be32-bfe52f014805", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack-flavor2-ytlmuhsmwhsx", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:40:05,484 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/c36bcf5a-ef68-44b8-be32-bfe52f014805 used request id req-d5cb48cc-8c6c-4bc7-b14d-b56ed223dca4 2018-10-04 15:40:05,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/0f1b81e8-d3db-4e06-923e-d54d2ea5f58f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:05,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-6cdcda96-c7d6-4ab7-ad10-a39e19a40529 Date: Thu, 04 Oct 2018 15:40:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:43Z","dns_nameservers":[],"updated_at":"2018-10-04T15:39:43Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet"}} 2018-10-04 15:40:05,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/0f1b81e8-d3db-4e06-923e-d54d2ea5f58f used request id req-6cdcda96-c7d6-4ab7-ad10-a39e19a40529 2018-10-04 15:40:05,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=6047977e-1814-4e05-8a0b-10c044d8d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:05,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-26f8d563-88b7-4f64-8866-9ef0f4147992 Date: Thu, 04 Oct 2018 15:40:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","subnets":["0f1b81e8-d3db-4e06-923e-d54d2ea5f58f"],"description":"","tags":[],"updated_at":"2018-10-04T15:39:43Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net","admin_state_up":true,"tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:42Z","provider:network_type":"vxlan"}]} 2018-10-04 15:40:05,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=6047977e-1814-4e05-8a0b-10c044d8d6c9 used request id req-26f8d563-88b7-4f64-8866-9ef0f4147992 2018-10-04 15:40:05,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:05,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-faa6be4e-d283-4dd5-9d13-f559c5c0493a Date: Thu, 04 Oct 2018 15:40:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:43Z","dns_nameservers":[],"updated_at":"2018-10-04T15:39:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet"}]} 2018-10-04 15:40:05,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 used request id req-faa6be4e-d283-4dd5-9d13-f559c5c0493a 2018-10-04 15:40:05,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:05,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-e70dfb64-a78b-4b7d-a260-ea72a09291de Date: Thu, 04 Oct 2018 15:40:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","subnets":["0f1b81e8-d3db-4e06-923e-d54d2ea5f58f"],"description":"","tags":[],"updated_at":"2018-10-04T15:39:43Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net","admin_state_up":true,"tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:42Z","provider:network_type":"vxlan"}]} 2018-10-04 15:40:05,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net used request id req-e70dfb64-a78b-4b7d-a260-ea72a09291de 2018-10-04 15:40:05,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:05,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-529f7d6b-c3a7-4765-9c0d-7587d6152ffa Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03"}, "enabled": true, "id": "e8cd2c1988a949769f5feeb7dbaf7d03", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj"}} 2018-10-04 15:40:05,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 used request id req-529f7d6b-c3a7-4765-9c0d-7587d6152ffa 2018-10-04 15:40:05,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:05,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5ac9948c-7257-4cd0-87e9-ddc8355dc45e Date: Thu, 04 Oct 2018 15:40:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:43Z","dns_nameservers":[],"updated_at":"2018-10-04T15:39:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet"}]} 2018-10-04 15:40:05,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 used request id req-5ac9948c-7257-4cd0-87e9-ddc8355dc45e 2018-10-04 15:40:05,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9&mac_address=fa%3A16%3A3e%3A36%3A63%3A97&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:05,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 959 X-Openstack-Request-Id: req-6a168f74-c658-410f-82ac-5ce92eeece53 Date: Thu, 04 Oct 2018 15:40:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:55Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.11"}],"id":"4b6ba410-30a3-421c-a223-b15db0346043","security_groups":["0bde080c-207a-40f7-a3e4-b1b1494ba1e6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:63:97","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:51Z","binding:vnic_type":"normal","device_id":"9749484d-785f-47b1-9a23-d4004a7dc846"}]} 2018-10-04 15:40:05,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9&mac_address=fa%3A16%3A3e%3A36%3A63%3A97&admin_state_up=True used request id req-6a168f74-c658-410f-82ac-5ce92eeece53 2018-10-04 15:40:05,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:06,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b0ff738-fa89-4162-8e4d-e059b2c9997d Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03"}, "enabled": true, "id": "e8cd2c1988a949769f5feeb7dbaf7d03", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj"}} 2018-10-04 15:40:06,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 used request id req-1b0ff738-fa89-4162-8e4d-e059b2c9997d 2018-10-04 15:40:06,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:06,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-e9813936-c9f4-42c4-a885-a3ac76e4db0c Date: Thu, 04 Oct 2018 15:40:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","subnets":["0f1b81e8-d3db-4e06-923e-d54d2ea5f58f"],"description":"","tags":[],"updated_at":"2018-10-04T15:39:43Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net","admin_state_up":true,"tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:42Z","provider:network_type":"vxlan"}]} 2018-10-04 15:40:06,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net used request id req-e9813936-c9f4-42c4-a885-a3ac76e4db0c 2018-10-04 15:40:06,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:06,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-818d08ad-b579-4da0-a128-29d69ea14cd7 Date: Thu, 04 Oct 2018 15:40:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:43Z","dns_nameservers":[],"updated_at":"2018-10-04T15:39:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet"}]} 2018-10-04 15:40:06,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 used request id req-818d08ad-b579-4da0-a128-29d69ea14cd7 2018-10-04 15:40:06,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:06,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-4829ea58-50e5-451b-9a18-f6598400066c Date: Thu, 04 Oct 2018 15:40:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:55Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.11"}],"id":"4b6ba410-30a3-421c-a223-b15db0346043","security_groups":["0bde080c-207a-40f7-a3e4-b1b1494ba1e6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:63:97","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:51Z","binding:vnic_type":"normal","device_id":"9749484d-785f-47b1-9a23-d4004a7dc846"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:05Z","device_owner":"network:ha_router_replicated_interface","revision_number":12,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.1"}],"id":"74ac7cc4-df79-41b3-9eda-abc0199b26f8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:0c:cd","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:51Z","binding:vnic_type":"normal","device_id":"17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.2"}],"id":"86c8e4b6-554f-40da-bc1c-619429e35185","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:a1:88","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6047977e-1814-4e05-8a0b-10c044d8d6c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.14"}],"id":"b0084135-d566-466f-a842-d52e734011ec","security_groups":["10f58457-4f5c-4204-812f-fd213b4b41f4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:84:72","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack-port1-tbj7rlpvonyn","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:48Z","binding:vnic_type":"normal","device_id":"047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.4"}],"id":"e2163f15-62da-495b-80d4-df951f96f934","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d4:38:c3","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6047977e-1814-4e05-8a0b-10c044d8d6c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.3"}],"id":"fa34e8d3-aeb4-4123-bffb-2f4e04ad42d4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:ac:7d","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6047977e-1814-4e05-8a0b-10c044d8d6c9"}]} 2018-10-04 15:40:06,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 used request id req-4829ea58-50e5-451b-9a18-f6598400066c 2018-10-04 15:40:06,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:06,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-20a3d635-f467-474e-afbe-0b33dfd7bf2a Date: Thu, 04 Oct 2018 15:40:06 GMT RESP BODY: {"floatingips": [{"router_id": "17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "created_at": "2018-10-04T15:39:51Z", "updated_at": "2018-10-04T15:39:52Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "10.1.2.14", "floating_ip_address": "172.30.9.205", "revision_number": 1, "project_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "port_id": "b0084135-d566-466f-a842-d52e734011ec", "id": "72d3b4f1-f7c5-490d-a803-83f7c88a1dfb"}]} 2018-10-04 15:40:06,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-20a3d635-f467-474e-afbe-0b33dfd7bf2a 2018-10-04 15:40:06,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:06,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-a41081c0-310c-476b-ac64-034e72a45771 Date: Thu, 04 Oct 2018 15:40:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:39:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:39:36Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458/snap", "metadata": {}}], "self": "/v2/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458", "min_disk": 0, "protected": false, "id": "06e4fbe7-9eb3-40be-bea3-f9cdb18c4458", "file": "/v2/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8cd2c1988a949769f5feeb7dbaf7d03", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:40:06,681 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458 used request id req-a41081c0-310c-476b-ac64-034e72a45771 2018-10-04 15:40:06,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:07,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-aaf49495-9faf-4d64-9bba-99fea0bc6d5a Date: Thu, 04 Oct 2018 15:40:07 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:40:07,209 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-aaf49495-9faf-4d64-9bba-99fea0bc6d5a 2018-10-04 15:40:07,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/fc3a05ff-77a0-4646-a825-4e1641920e96 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:07,389 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:40:07 GMT Server: Apache x-openstack-request-id: req-de3ba820-0e1c-4324-9a52-e6fa72382e88 Location: http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:40:07,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:07 GMT Server: Apache x-openstack-request-id: req-08812d85-5cb3-4882-b5bb-db5124cf554a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2074 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor2", "OS::project_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "OS::stack_id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-kp", "security_group_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet", "net_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst2", "inst1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst1", "image2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image", "flavor1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor1", "image1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "stack_user_project_id": "e0aed4e63487470f91641dd4739bffa9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:39:40Z", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvvfP+2nYf9JDOB6w/FSdwX5RrUNNXaqqftsIXZe7OlfNZWCq\niqemvtlwAUCRiL2w4MTuMjmLhWR+KYaU7rjRwRVO83fEKscHps7UKcp3hl8eRopN\nKE6ZnBJFZA3decpKIsLhNSDGCsB+7MAHIxoVeiE3noy3lnh+2S/CdrnoA4b8W2fo\nvfv4+bVVNJomeQzTuM5g5lcVeCYGUOGY1ChRevViS8lyTeIDGH8yjahkVfHcMavS\nzpavpqE51bu7ycy+chpfjpbVz4c/78u+4JRBfhIuqF8auiNoVLSerQyySeG2NN99\nJ+w+XF3qxJPlgnzLrTOkg41OkoflNusQumBv8QIDAQABAoIBAFYUVB6qnlk3iO8x\n/msvJREEBIMKFESFWmbmCkZNz6pDy6THxvfLDEF4t6EI3tD5WFJo0km3YKmXG7tS\nG63jh0D2fukF8lmp70wEbOQNjIT4OShozNC/ZURRhA/OpCdyxKoYl/UfucU88bl7\n8XukFUxAztZb7aEY3Wy+t3RW5js4A6+UvCJfvbmqLGUA0TVjIB6/M4pf9IUUzHLV\nQtahx7g3tjA3OOrZXNsKdo/EB76StNVkqU7HnRoxSSjpbkPkfAz66W+G4scyW4b6\nLCqGEXYBwbQZ0EyYjrSTNtfaIAeQui9tIHKarcHBecoAc3fz9H1QRnID5wOhGCI8\n87stCDECgYEA+LzSsn6fziVe5z7lrO/XPR+s/dKrsCzlECF2rYDa6TVa3hTyBUs3\n2HIdFWjV6zVGgdDfYA5z9t8UZwDpILwmkVAHbga4YkMUnJukekrxPpYWgszbP8+I\nXie+nom5LQ3sIjTlM1+VTKMGybfHjfG4mQzFx3KBCJqYEPQ0VrHsaRUCgYEAxIsx\njC++v/4QnckVEmscFH9u5H0ctlHse04+rrv0keTy5Yzs2wGfU/3WREKD4KMG4zz4\nK6Af2IHSGsP0JCmo2Iy3l6cUsFA37cQepOIEI56QQn1hnwx28Y36BJVB5R3dWbG6\n+eBef28dXbLaPy0UIN4tBva8NWc/6bkkOsOham0CgYEApM94TAzalhzs5Qwn4o6I\nb1etqAEPAYy9uhJyMERQyHUx4DTAqAFO33u9CZKNK2wBa8KaP2tUKx9kxVs1HRuN\n8nq0cZLCWVlZLutx8BX4AyAvijtyirVYBgsPorxelhvDembR91g99KmQtdevwb2I\nMuDjq2OTW8ATQiiNBWSe4IECgYB8lJJKfrUVM3DK4vulWhlJcOEUma1Kb7FLE3Su\nA1tp4sqH8ITt6SBZ9+sKB3NaP1wNS8cut+eXr+pCpvSou3NYGBIDYZe+jop0/rxB\n3TWsckSUsK7hRuBaCplwsD89gGmfAgY3fx3G/uKJUuX954/7qXi3EkyIOTMM7hrl\n2L0HHQKBgAZ7GFjez+yt9scVve7LYXefF8vU8QB1m4GfC34o/VPT3PxEpptUXGDK\n9Z0aZ8q03Ygnqq/aZBgFD0AGNodzFUpgJvI0CkFxaTyCkOl61DDlThG0mfQw+dvQ\nEwNc+3aLCNoKjpEQ69AU0njBRfOpXK/h31vYIp389NXzLjlxDbsu\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:40:07,719 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 used request id req-08812d85-5cb3-4882-b5bb-db5124cf554a 2018-10-04 15:40:07,720 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:40:07,721 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:40:08,107 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "93f10594e88a455a8fde87464311324f", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj-role"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:40:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8cd2c1988a949769f5feeb7dbaf7d03", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-user", "id": "958032f0385b4265a75fd17ef6eea3ed"}, "audit_ids": ["3YgvAetbQG2o--dU7P605g"], "issued_at": "2018-10-04T15:40:08.000000Z"}} 2018-10-04 15:40:08,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}042d3ea9871b7caa2ee824541ec38d5581ab6a03" 2018-10-04 15:40:08,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1934e2b2-b7dd-4b02-8bda-42b59aaa1661 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:40:08,190 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1934e2b2-b7dd-4b02-8bda-42b59aaa1661 2018-10-04 15:40:08,191 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:40:08,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}042d3ea9871b7caa2ee824541ec38d5581ab6a03" 2018-10-04 15:40:08,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d11f7486-5ee0-4034-ac1b-f404c5b0b22e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:40:08,278 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d11f7486-5ee0-4034-ac1b-f404c5b0b22e 2018-10-04 15:40:08,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}042d3ea9871b7caa2ee824541ec38d5581ab6a03" 2018-10-04 15:40:08,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-37837a13-fc3d-472c-8a4d-9b4403105ce9 Date: Thu, 04 Oct 2018 15:40:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","subnets":["0f1b81e8-d3db-4e06-923e-d54d2ea5f58f"],"description":"","tags":[],"updated_at":"2018-10-04T15:39:43Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net","admin_state_up":true,"tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:42Z","provider:network_type":"vxlan"}]} 2018-10-04 15:40:08,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net used request id req-37837a13-fc3d-472c-8a4d-9b4403105ce9 2018-10-04 15:40:08,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:40:08,467 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:40:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:40:08,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}042d3ea9871b7caa2ee824541ec38d5581ab6a03" 2018-10-04 15:40:08,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-736d5c89-b7c0-45ec-aa4e-c9919981d371 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03"}, "enabled": true, "id": "e8cd2c1988a949769f5feeb7dbaf7d03", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj"}} 2018-10-04 15:40:08,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 used request id req-736d5c89-b7c0-45ec-aa4e-c9919981d371 2018-10-04 15:40:08,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}042d3ea9871b7caa2ee824541ec38d5581ab6a03" 2018-10-04 15:40:08,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9baa8e4d-0239-4174-bd84-5c249e0157e1 Date: Thu, 04 Oct 2018 15:40:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:43Z","dns_nameservers":[],"updated_at":"2018-10-04T15:39:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet"}]} 2018-10-04 15:40:08,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 used request id req-9baa8e4d-0239-4174-bd84-5c249e0157e1 2018-10-04 15:40:08,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9&mac_address=fa%3A16%3A3e%3A36%3A63%3A97&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}042d3ea9871b7caa2ee824541ec38d5581ab6a03" 2018-10-04 15:40:08,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 959 X-Openstack-Request-Id: req-aa26b917-9e1c-49c1-9753-cc26e827ea61 Date: Thu, 04 Oct 2018 15:40:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:55Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.11"}],"id":"4b6ba410-30a3-421c-a223-b15db0346043","security_groups":["0bde080c-207a-40f7-a3e4-b1b1494ba1e6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:63:97","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:51Z","binding:vnic_type":"normal","device_id":"9749484d-785f-47b1-9a23-d4004a7dc846"}]} 2018-10-04 15:40:08,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9&mac_address=fa%3A16%3A3e%3A36%3A63%3A97&admin_state_up=True used request id req-aa26b917-9e1c-49c1-9753-cc26e827ea61 2018-10-04 15:40:08,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}042d3ea9871b7caa2ee824541ec38d5581ab6a03" 2018-10-04 15:40:09,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a4d9181-4bc9-48e8-8808-df43bab8f265 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03"}, "enabled": true, "id": "e8cd2c1988a949769f5feeb7dbaf7d03", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj"}} 2018-10-04 15:40:09,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 used request id req-2a4d9181-4bc9-48e8-8808-df43bab8f265 2018-10-04 15:40:09,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}042d3ea9871b7caa2ee824541ec38d5581ab6a03" 2018-10-04 15:40:10,037 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-27e4f27f-69bc-45b2-b413-14b36c5f9cf2 x-compute-request-id: req-27e4f27f-69bc-45b2-b413-14b36c5f9cf2 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:63:97", "version": 4, "addr": "10.1.2.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9749484d-785f-47b1-9a23-d4004a7dc846", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9749484d-785f-47b1-9a23-d4004a7dc846", "rel": "bookmark"}], "image": {"id": "06e4fbe7-9eb3-40be-bea3-f9cdb18c4458", "links": [{"href": "http://172.30.9.23:8774/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": "2018-10-04T15:39:53.000000", "flavor": {"id": "c36bcf5a-ef68-44b8-be32-bfe52f014805", "links": [{"href": "http://172.30.9.23:8774/flavors/c36bcf5a-ef68-44b8-be32-bfe52f014805", "rel": "bookmark"}]}, "id": "9749484d-785f-47b1-9a23-d4004a7dc846", "security_groups": [{"name": "default"}], "user_id": "958032f0385b4265a75fd17ef6eea3ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:39:55Z", "hostId": "b4d04182a64f2894613245a5f490a37e20a868c311ba1a7e6a85c835", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst2", "created": "2018-10-04T15:39:49Z", "tenant_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:40:10,037 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst2 used request id req-27e4f27f-69bc-45b2-b413-14b36c5f9cf2 2018-10-04 15:40:10,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}042d3ea9871b7caa2ee824541ec38d5581ab6a03" 2018-10-04 15:40:10,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-53351d84-a397-4612-bc80-a04319d0fa6a Date: Thu, 04 Oct 2018 15:40:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","subnets":["0f1b81e8-d3db-4e06-923e-d54d2ea5f58f"],"description":"","tags":[],"updated_at":"2018-10-04T15:39:43Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net","admin_state_up":true,"tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:42Z","provider:network_type":"vxlan"}]} 2018-10-04 15:40:10,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net used request id req-53351d84-a397-4612-bc80-a04319d0fa6a 2018-10-04 15:40:10,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}042d3ea9871b7caa2ee824541ec38d5581ab6a03" 2018-10-04 15:40:10,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-24545cb4-6432-4eba-a9e9-ac592d241e96 Date: Thu, 04 Oct 2018 15:40:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:43Z","dns_nameservers":[],"updated_at":"2018-10-04T15:39:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet"}]} 2018-10-04 15:40:10,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 used request id req-24545cb4-6432-4eba-a9e9-ac592d241e96 2018-10-04 15:40:10,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}042d3ea9871b7caa2ee824541ec38d5581ab6a03" 2018-10-04 15:40:10,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5808 X-Openstack-Request-Id: req-1c4b6993-0a98-4110-ba07-a716b2886fe3 Date: Thu, 04 Oct 2018 15:40:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:55Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.11"}],"id":"4b6ba410-30a3-421c-a223-b15db0346043","security_groups":["0bde080c-207a-40f7-a3e4-b1b1494ba1e6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:63:97","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:51Z","binding:vnic_type":"normal","device_id":"9749484d-785f-47b1-9a23-d4004a7dc846"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.1"}],"id":"74ac7cc4-df79-41b3-9eda-abc0199b26f8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:0c:cd","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:51Z","binding:vnic_type":"normal","device_id":"17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.2"}],"id":"86c8e4b6-554f-40da-bc1c-619429e35185","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:a1:88","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6047977e-1814-4e05-8a0b-10c044d8d6c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.14"}],"id":"b0084135-d566-466f-a842-d52e734011ec","security_groups":["10f58457-4f5c-4204-812f-fd213b4b41f4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:84:72","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack-port1-tbj7rlpvonyn","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:48Z","binding:vnic_type":"normal","device_id":"047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.4"}],"id":"e2163f15-62da-495b-80d4-df951f96f934","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d4:38:c3","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6047977e-1814-4e05-8a0b-10c044d8d6c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.3"}],"id":"fa34e8d3-aeb4-4123-bffb-2f4e04ad42d4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:ac:7d","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6047977e-1814-4e05-8a0b-10c044d8d6c9"}]} 2018-10-04 15:40:10,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 used request id req-1c4b6993-0a98-4110-ba07-a716b2886fe3 2018-10-04 15:40:10,533 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst2 2018-10-04 15:40:10,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}042d3ea9871b7caa2ee824541ec38d5581ab6a03" 2018-10-04 15:40:10,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-c9187564-bbb5-4e31-88cb-2f664a10e4fc Date: Thu, 04 Oct 2018 15:40:10 GMT RESP BODY: {"floatingips": [{"router_id": "17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "created_at": "2018-10-04T15:39:51Z", "updated_at": "2018-10-04T15:39:52Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "10.1.2.14", "floating_ip_address": "172.30.9.205", "revision_number": 1, "project_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "port_id": "b0084135-d566-466f-a842-d52e734011ec", "id": "72d3b4f1-f7c5-490d-a803-83f7c88a1dfb"}]} 2018-10-04 15:40:10,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-c9187564-bbb5-4e31-88cb-2f664a10e4fc 2018-10-04 15:40:10,719 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/7a387f83-594d-4281-8025-6612be6d58ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:10,737 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-1798ce34-469f-405f-b73d-20795aa9a717 x-compute-request-id: req-1798ce34-469f-405f-b73d-20795aa9a717 Content-Encoding: gzip Content-Length: 339 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7a387f83-594d-4281-8025-6612be6d58ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7a387f83-594d-4281-8025-6612be6d58ab", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "7a387f83-594d-4281-8025-6612be6d58ab", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack-flavor1-yj5map3e3yia", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:40:10,738 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/7a387f83-594d-4281-8025-6612be6d58ab used request id req-1798ce34-469f-405f-b73d-20795aa9a717 2018-10-04 15:40:10,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/0f1b81e8-d3db-4e06-923e-d54d2ea5f58f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:10,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-6f515ffd-b450-4375-b7ad-0d0e1129d02c Date: Thu, 04 Oct 2018 15:40:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:43Z","dns_nameservers":[],"updated_at":"2018-10-04T15:39:43Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet"}} 2018-10-04 15:40:10,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/0f1b81e8-d3db-4e06-923e-d54d2ea5f58f used request id req-6f515ffd-b450-4375-b7ad-0d0e1129d02c 2018-10-04 15:40:10,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=6047977e-1814-4e05-8a0b-10c044d8d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:10,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-e83fb6e4-6b51-479f-a444-457a478c3a5b Date: Thu, 04 Oct 2018 15:40:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","subnets":["0f1b81e8-d3db-4e06-923e-d54d2ea5f58f"],"description":"","tags":[],"updated_at":"2018-10-04T15:39:43Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net","admin_state_up":true,"tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:42Z","provider:network_type":"vxlan"}]} 2018-10-04 15:40:10,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=6047977e-1814-4e05-8a0b-10c044d8d6c9 used request id req-e83fb6e4-6b51-479f-a444-457a478c3a5b 2018-10-04 15:40:10,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:10,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b842b227-8ff3-425c-99ff-9e6050f2a580 Date: Thu, 04 Oct 2018 15:40:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:43Z","dns_nameservers":[],"updated_at":"2018-10-04T15:39:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet"}]} 2018-10-04 15:40:10,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 used request id req-b842b227-8ff3-425c-99ff-9e6050f2a580 2018-10-04 15:40:10,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:11,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-31e93330-3447-4c37-88dc-28e14379613a Date: Thu, 04 Oct 2018 15:40:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","subnets":["0f1b81e8-d3db-4e06-923e-d54d2ea5f58f"],"description":"","tags":[],"updated_at":"2018-10-04T15:39:43Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net","admin_state_up":true,"tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:42Z","provider:network_type":"vxlan"}]} 2018-10-04 15:40:11,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net used request id req-31e93330-3447-4c37-88dc-28e14379613a 2018-10-04 15:40:11,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:11,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c58fe73-fc75-4b89-9a0b-dc8774090f78 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03"}, "enabled": true, "id": "e8cd2c1988a949769f5feeb7dbaf7d03", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj"}} 2018-10-04 15:40:11,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 used request id req-7c58fe73-fc75-4b89-9a0b-dc8774090f78 2018-10-04 15:40:11,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:11,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ec82afb8-4ff4-4f4c-8bdb-e5cd907f397d Date: Thu, 04 Oct 2018 15:40:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:43Z","dns_nameservers":[],"updated_at":"2018-10-04T15:39:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet"}]} 2018-10-04 15:40:11,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 used request id req-ec82afb8-4ff4-4f4c-8bdb-e5cd907f397d 2018-10-04 15:40:11,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9&mac_address=fa%3A16%3A3e%3A2d%3A84%3A72&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack-port1-tbj7rlpvonyn&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:11,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1074 X-Openstack-Request-Id: req-737dd499-e244-45fb-9f74-2060c89e2310 Date: Thu, 04 Oct 2018 15:40:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.14"}],"id":"b0084135-d566-466f-a842-d52e734011ec","security_groups":["10f58457-4f5c-4204-812f-fd213b4b41f4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:84:72","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack-port1-tbj7rlpvonyn","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:48Z","binding:vnic_type":"normal","device_id":"047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de"}]} 2018-10-04 15:40:11,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9&mac_address=fa%3A16%3A3e%3A2d%3A84%3A72&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack-port1-tbj7rlpvonyn&admin_state_up=True used request id req-737dd499-e244-45fb-9f74-2060c89e2310 2018-10-04 15:40:11,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:11,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b2141f8-8d5a-4e12-90ee-e6c2ded5f67e Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03"}, "enabled": true, "id": "e8cd2c1988a949769f5feeb7dbaf7d03", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj"}} 2018-10-04 15:40:11,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 used request id req-3b2141f8-8d5a-4e12-90ee-e6c2ded5f67e 2018-10-04 15:40:11,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:11,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-d0f42db8-5da0-4364-8e4b-cb15971e736a Date: Thu, 04 Oct 2018 15:40:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","subnets":["0f1b81e8-d3db-4e06-923e-d54d2ea5f58f"],"description":"","tags":[],"updated_at":"2018-10-04T15:39:43Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net","admin_state_up":true,"tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:42Z","provider:network_type":"vxlan"}]} 2018-10-04 15:40:11,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net used request id req-d0f42db8-5da0-4364-8e4b-cb15971e736a 2018-10-04 15:40:11,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:11,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-492df140-4486-4230-b690-9b12e1e276d3 Date: Thu, 04 Oct 2018 15:40:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:43Z","dns_nameservers":[],"updated_at":"2018-10-04T15:39:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet"}]} 2018-10-04 15:40:11,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 used request id req-492df140-4486-4230-b690-9b12e1e276d3 2018-10-04 15:40:11,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:11,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5808 X-Openstack-Request-Id: req-abf23e2f-3c56-4624-b883-6e114f8d6ba0 Date: Thu, 04 Oct 2018 15:40:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:55Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.11"}],"id":"4b6ba410-30a3-421c-a223-b15db0346043","security_groups":["0bde080c-207a-40f7-a3e4-b1b1494ba1e6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:63:97","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:51Z","binding:vnic_type":"normal","device_id":"9749484d-785f-47b1-9a23-d4004a7dc846"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.1"}],"id":"74ac7cc4-df79-41b3-9eda-abc0199b26f8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:0c:cd","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:51Z","binding:vnic_type":"normal","device_id":"17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.2"}],"id":"86c8e4b6-554f-40da-bc1c-619429e35185","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:a1:88","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6047977e-1814-4e05-8a0b-10c044d8d6c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.14"}],"id":"b0084135-d566-466f-a842-d52e734011ec","security_groups":["10f58457-4f5c-4204-812f-fd213b4b41f4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:84:72","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack-port1-tbj7rlpvonyn","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:48Z","binding:vnic_type":"normal","device_id":"047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.4"}],"id":"e2163f15-62da-495b-80d4-df951f96f934","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d4:38:c3","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6047977e-1814-4e05-8a0b-10c044d8d6c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.3"}],"id":"fa34e8d3-aeb4-4123-bffb-2f4e04ad42d4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:ac:7d","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6047977e-1814-4e05-8a0b-10c044d8d6c9"}]} 2018-10-04 15:40:11,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 used request id req-abf23e2f-3c56-4624-b883-6e114f8d6ba0 2018-10-04 15:40:11,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:11,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-e71ac0a4-c267-4e24-ad98-de554e98afac Date: Thu, 04 Oct 2018 15:40:11 GMT RESP BODY: {"floatingips": [{"router_id": "17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "created_at": "2018-10-04T15:39:51Z", "updated_at": "2018-10-04T15:39:52Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "10.1.2.14", "floating_ip_address": "172.30.9.205", "revision_number": 1, "project_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "port_id": "b0084135-d566-466f-a842-d52e734011ec", "id": "72d3b4f1-f7c5-490d-a803-83f7c88a1dfb"}]} 2018-10-04 15:40:11,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-e71ac0a4-c267-4e24-ad98-de554e98afac 2018-10-04 15:40:11,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:11,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-d7e679c5-c7fb-4bf8-8714-848f1d9a4e1c Date: Thu, 04 Oct 2018 15:40:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "created_at": "2018-10-04T15:39:44Z", "admin_state_up": true, "updated_at": "2018-10-04T15:39:51Z", "project_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88", "name": "mgmt_router"}} 2018-10-04 15:40:11,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88 used request id req-d7e679c5-c7fb-4bf8-8714-848f1d9a4e1c 2018-10-04 15:40:11,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:11,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4544 X-Openstack-Request-Id: req-8faf4d7c-a29b-4979-a27c-90c3f4a2c5a7 Date: Thu, 04 Oct 2018 15:40:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:53Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"14ee342d-25a3-4a7c-9c5d-b566e786805c","ip_address":"169.254.192.12"}],"id":"626c566a-8f45-4648-99cb-79c3c0788af7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e1:ad:f3","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8cd2c1988a949769f5feeb7dbaf7d03","admin_state_up":true,"network_id":"491ab60b-07b0-4ddf-8629-88140b8294ce","tenant_id":"","created_at":"2018-10-04T15:39:48Z","binding:vnic_type":"normal","device_id":"17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:51Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"14ee342d-25a3-4a7c-9c5d-b566e786805c","ip_address":"169.254.192.5"}],"id":"6574b6e2-857e-4e7c-a377-0f228743afd4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:57:25:7d","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8cd2c1988a949769f5feeb7dbaf7d03","admin_state_up":true,"network_id":"491ab60b-07b0-4ddf-8629-88140b8294ce","tenant_id":"","created_at":"2018-10-04T15:39:46Z","binding:vnic_type":"normal","device_id":"17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.1"}],"id":"74ac7cc4-df79-41b3-9eda-abc0199b26f8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:0c:cd","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:51Z","binding:vnic_type":"normal","device_id":"17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:53Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"14ee342d-25a3-4a7c-9c5d-b566e786805c","ip_address":"169.254.192.7"}],"id":"7aac04bd-b1e9-4df2-b663-6be86dfc2a3c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:91:d4:17","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8cd2c1988a949769f5feeb7dbaf7d03","admin_state_up":true,"network_id":"491ab60b-07b0-4ddf-8629-88140b8294ce","tenant_id":"","created_at":"2018-10-04T15:39:47Z","binding:vnic_type":"normal","device_id":"17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:05Z","device_owner":"network:router_gateway","revision_number":12,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","ip_address":"172.30.9.200"}],"id":"898db500-cd17-48c6-970d-02f1f6f8aa68","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:68:5e:d6","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"","created_at":"2018-10-04T15:39:45Z","binding:vnic_type":"normal","device_id":"17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88"}]} 2018-10-04 15:40:11,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88 used request id req-8faf4d7c-a29b-4979-a27c-90c3f4a2c5a7 2018-10-04 15:40:11,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:11,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-dc2a34a0-dd75-410a-8f14-e9b1b5030457 Date: Thu, 04 Oct 2018 15:40:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 15:40:11,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b used request id req-dc2a34a0-dd75-410a-8f14-e9b1b5030457 2018-10-04 15:40:11,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/14ee342d-25a3-4a7c-9c5d-b566e786805c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:11,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-6d05ef20-4436-4ecc-adf4-ef35f7e8995b Date: Thu, 04 Oct 2018 15:40:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"491ab60b-07b0-4ddf-8629-88140b8294ce","tenant_id":"","created_at":"2018-10-04T15:39:44Z","dns_nameservers":[],"updated_at":"2018-10-04T15:39:44Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"14ee342d-25a3-4a7c-9c5d-b566e786805c","subnetpool_id":null,"name":"HA subnet tenant e8cd2c1988a949769f5feeb7dbaf7d03"}} 2018-10-04 15:40:11,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/14ee342d-25a3-4a7c-9c5d-b566e786805c used request id req-6d05ef20-4436-4ecc-adf4-ef35f7e8995b 2018-10-04 15:40:11,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/14ee342d-25a3-4a7c-9c5d-b566e786805c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:11,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0dd4a81d-999d-4894-8af1-f6c01c30b4b6 Date: Thu, 04 Oct 2018 15:40:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"491ab60b-07b0-4ddf-8629-88140b8294ce","tenant_id":"","created_at":"2018-10-04T15:39:44Z","dns_nameservers":[],"updated_at":"2018-10-04T15:39:44Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"14ee342d-25a3-4a7c-9c5d-b566e786805c","subnetpool_id":null,"name":"HA subnet tenant e8cd2c1988a949769f5feeb7dbaf7d03"}} 2018-10-04 15:40:11,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/14ee342d-25a3-4a7c-9c5d-b566e786805c used request id req-0dd4a81d-999d-4894-8af1-f6c01c30b4b6 2018-10-04 15:40:11,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/14ee342d-25a3-4a7c-9c5d-b566e786805c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:11,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-af8868ea-8bf9-45a6-914d-56ce307a7133 Date: Thu, 04 Oct 2018 15:40:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"491ab60b-07b0-4ddf-8629-88140b8294ce","tenant_id":"","created_at":"2018-10-04T15:39:44Z","dns_nameservers":[],"updated_at":"2018-10-04T15:39:44Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"14ee342d-25a3-4a7c-9c5d-b566e786805c","subnetpool_id":null,"name":"HA subnet tenant e8cd2c1988a949769f5feeb7dbaf7d03"}} 2018-10-04 15:40:11,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/14ee342d-25a3-4a7c-9c5d-b566e786805c used request id req-af8868ea-8bf9-45a6-914d-56ce307a7133 2018-10-04 15:40:11,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/0f1b81e8-d3db-4e06-923e-d54d2ea5f58f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:12,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-d0ce8233-49a8-4685-869f-4d91a46138d2 Date: Thu, 04 Oct 2018 15:40:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:43Z","dns_nameservers":[],"updated_at":"2018-10-04T15:39:43Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet"}} 2018-10-04 15:40:12,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/0f1b81e8-d3db-4e06-923e-d54d2ea5f58f used request id req-d0ce8233-49a8-4685-869f-4d91a46138d2 2018-10-04 15:40:12,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports/b0084135-d566-466f-a842-d52e734011ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:12,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1071 X-Openstack-Request-Id: req-3c27afd2-01c6-4873-aca5-b4da2a1161d0 Date: Thu, 04 Oct 2018 15:40:12 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.14"}],"id":"b0084135-d566-466f-a842-d52e734011ec","security_groups":["10f58457-4f5c-4204-812f-fd213b4b41f4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:84:72","device_id":"047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack-port1-tbj7rlpvonyn","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","qos_policy_id":null,"admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:48Z","binding:vnic_type":"normal"}} 2018-10-04 15:40:12,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports/b0084135-d566-466f-a842-d52e734011ec used request id req-3c27afd2-01c6-4873-aca5-b4da2a1161d0 2018-10-04 15:40:12,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/0f1b81e8-d3db-4e06-923e-d54d2ea5f58f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:12,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-54057360-135b-4a14-9db9-9d261539a7ea Date: Thu, 04 Oct 2018 15:40:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:43Z","dns_nameservers":[],"updated_at":"2018-10-04T15:39:43Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet"}} 2018-10-04 15:40:12,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/0f1b81e8-d3db-4e06-923e-d54d2ea5f58f used request id req-54057360-135b-4a14-9db9-9d261539a7ea 2018-10-04 15:40:12,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:12,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-f12f7c69-5b34-4503-b386-3acbf5304e3a Date: Thu, 04 Oct 2018 15:40:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:39:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:39:36Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458/snap", "metadata": {}}], "self": "/v2/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458", "min_disk": 0, "protected": false, "id": "06e4fbe7-9eb3-40be-bea3-f9cdb18c4458", "file": "/v2/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8cd2c1988a949769f5feeb7dbaf7d03", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:40:12,414 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458 used request id req-f12f7c69-5b34-4503-b386-3acbf5304e3a 2018-10-04 15:40:12,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/fc3a05ff-77a0-4646-a825-4e1641920e96 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:12,601 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:40:12 GMT Server: Apache x-openstack-request-id: req-b18b0e88-31aa-4774-b6e9-efe49f39b06b Location: http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:40:12,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:12 GMT Server: Apache x-openstack-request-id: req-f54f91c6-f785-4f28-91e4-b15b58c7d0fb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2074 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor2", "OS::project_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "OS::stack_id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-kp", "security_group_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet", "net_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst2", "inst1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst1", "image2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image", "flavor1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor1", "image1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "stack_user_project_id": "e0aed4e63487470f91641dd4739bffa9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:39:40Z", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvvfP+2nYf9JDOB6w/FSdwX5RrUNNXaqqftsIXZe7OlfNZWCq\niqemvtlwAUCRiL2w4MTuMjmLhWR+KYaU7rjRwRVO83fEKscHps7UKcp3hl8eRopN\nKE6ZnBJFZA3decpKIsLhNSDGCsB+7MAHIxoVeiE3noy3lnh+2S/CdrnoA4b8W2fo\nvfv4+bVVNJomeQzTuM5g5lcVeCYGUOGY1ChRevViS8lyTeIDGH8yjahkVfHcMavS\nzpavpqE51bu7ycy+chpfjpbVz4c/78u+4JRBfhIuqF8auiNoVLSerQyySeG2NN99\nJ+w+XF3qxJPlgnzLrTOkg41OkoflNusQumBv8QIDAQABAoIBAFYUVB6qnlk3iO8x\n/msvJREEBIMKFESFWmbmCkZNz6pDy6THxvfLDEF4t6EI3tD5WFJo0km3YKmXG7tS\nG63jh0D2fukF8lmp70wEbOQNjIT4OShozNC/ZURRhA/OpCdyxKoYl/UfucU88bl7\n8XukFUxAztZb7aEY3Wy+t3RW5js4A6+UvCJfvbmqLGUA0TVjIB6/M4pf9IUUzHLV\nQtahx7g3tjA3OOrZXNsKdo/EB76StNVkqU7HnRoxSSjpbkPkfAz66W+G4scyW4b6\nLCqGEXYBwbQZ0EyYjrSTNtfaIAeQui9tIHKarcHBecoAc3fz9H1QRnID5wOhGCI8\n87stCDECgYEA+LzSsn6fziVe5z7lrO/XPR+s/dKrsCzlECF2rYDa6TVa3hTyBUs3\n2HIdFWjV6zVGgdDfYA5z9t8UZwDpILwmkVAHbga4YkMUnJukekrxPpYWgszbP8+I\nXie+nom5LQ3sIjTlM1+VTKMGybfHjfG4mQzFx3KBCJqYEPQ0VrHsaRUCgYEAxIsx\njC++v/4QnckVEmscFH9u5H0ctlHse04+rrv0keTy5Yzs2wGfU/3WREKD4KMG4zz4\nK6Af2IHSGsP0JCmo2Iy3l6cUsFA37cQepOIEI56QQn1hnwx28Y36BJVB5R3dWbG6\n+eBef28dXbLaPy0UIN4tBva8NWc/6bkkOsOham0CgYEApM94TAzalhzs5Qwn4o6I\nb1etqAEPAYy9uhJyMERQyHUx4DTAqAFO33u9CZKNK2wBa8KaP2tUKx9kxVs1HRuN\n8nq0cZLCWVlZLutx8BX4AyAvijtyirVYBgsPorxelhvDembR91g99KmQtdevwb2I\nMuDjq2OTW8ATQiiNBWSe4IECgYB8lJJKfrUVM3DK4vulWhlJcOEUma1Kb7FLE3Su\nA1tp4sqH8ITt6SBZ9+sKB3NaP1wNS8cut+eXr+pCpvSou3NYGBIDYZe+jop0/rxB\n3TWsckSUsK7hRuBaCplwsD89gGmfAgY3fx3G/uKJUuX954/7qXi3EkyIOTMM7hrl\n2L0HHQKBgAZ7GFjez+yt9scVve7LYXefF8vU8QB1m4GfC34o/VPT3PxEpptUXGDK\n9Z0aZ8q03Ygnqq/aZBgFD0AGNodzFUpgJvI0CkFxaTyCkOl61DDlThG0mfQw+dvQ\nEwNc+3aLCNoKjpEQ69AU0njBRfOpXK/h31vYIp389NXzLjlxDbsu\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:40:12,777 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 used request id req-f54f91c6-f785-4f28-91e4-b15b58c7d0fb 2018-10-04 15:40:12,778 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:40:12,779 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:40:13,167 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "93f10594e88a455a8fde87464311324f", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj-role"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:40:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8cd2c1988a949769f5feeb7dbaf7d03", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/e8cd2c1988a949769f5feeb7dbaf7d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-user", "id": "958032f0385b4265a75fd17ef6eea3ed"}, "audit_ids": ["zWnjxpn4TsiX4ENgPVoMKw"], "issued_at": "2018-10-04T15:40:13.000000Z"}} 2018-10-04 15:40:13,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f31a927cad2b7f65781550e77183423e2c37229" 2018-10-04 15:40:13,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-085a3c32-3db5-4f84-87d2-d477f2c0d8c9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:40:13,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-085a3c32-3db5-4f84-87d2-d477f2c0d8c9 2018-10-04 15:40:13,358 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:40:13,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f31a927cad2b7f65781550e77183423e2c37229" 2018-10-04 15:40:13,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccdc24b1-b551-4951-be07-74280ae1ca9b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:40:13,453 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ccdc24b1-b551-4951-be07-74280ae1ca9b 2018-10-04 15:40:13,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f31a927cad2b7f65781550e77183423e2c37229" 2018-10-04 15:40:13,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-30d387ba-1966-461d-8801-45515a775e4e Date: Thu, 04 Oct 2018 15:40:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","subnets":["0f1b81e8-d3db-4e06-923e-d54d2ea5f58f"],"description":"","tags":[],"updated_at":"2018-10-04T15:39:43Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net","admin_state_up":true,"tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:42Z","provider:network_type":"vxlan"}]} 2018-10-04 15:40:13,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net used request id req-30d387ba-1966-461d-8801-45515a775e4e 2018-10-04 15:40:13,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:40:13,715 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:40:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:40:13,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f31a927cad2b7f65781550e77183423e2c37229" 2018-10-04 15:40:13,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39c33935-6a82-418d-a83f-4bd8d1485f91 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03"}, "enabled": true, "id": "e8cd2c1988a949769f5feeb7dbaf7d03", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj"}} 2018-10-04 15:40:13,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 used request id req-39c33935-6a82-418d-a83f-4bd8d1485f91 2018-10-04 15:40:13,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f31a927cad2b7f65781550e77183423e2c37229" 2018-10-04 15:40:14,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ec30b971-4c48-4bdf-bfb7-ce2f930183a9 Date: Thu, 04 Oct 2018 15:40:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:43Z","dns_nameservers":[],"updated_at":"2018-10-04T15:39:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet"}]} 2018-10-04 15:40:14,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 used request id req-ec30b971-4c48-4bdf-bfb7-ce2f930183a9 2018-10-04 15:40:14,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9&mac_address=fa%3A16%3A3e%3A2d%3A84%3A72&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack-port1-tbj7rlpvonyn&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f31a927cad2b7f65781550e77183423e2c37229" 2018-10-04 15:40:14,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1074 X-Openstack-Request-Id: req-262e211c-061a-438a-a8d5-2f444b6439c0 Date: Thu, 04 Oct 2018 15:40:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.14"}],"id":"b0084135-d566-466f-a842-d52e734011ec","security_groups":["10f58457-4f5c-4204-812f-fd213b4b41f4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:84:72","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack-port1-tbj7rlpvonyn","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:48Z","binding:vnic_type":"normal","device_id":"047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de"}]} 2018-10-04 15:40:14,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9&mac_address=fa%3A16%3A3e%3A2d%3A84%3A72&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack-port1-tbj7rlpvonyn&admin_state_up=True used request id req-262e211c-061a-438a-a8d5-2f444b6439c0 2018-10-04 15:40:14,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f31a927cad2b7f65781550e77183423e2c37229" 2018-10-04 15:40:14,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08964e12-623f-4083-84ed-736218a1f0a3 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03"}, "enabled": true, "id": "e8cd2c1988a949769f5feeb7dbaf7d03", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj"}} 2018-10-04 15:40:14,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 used request id req-08964e12-623f-4083-84ed-736218a1f0a3 2018-10-04 15:40:14,293 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f31a927cad2b7f65781550e77183423e2c37229" 2018-10-04 15:40:15,098 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-1b7d4fe2-7534-4556-a047-09f13da28fea x-compute-request-id: req-1b7d4fe2-7534-4556-a047-09f13da28fea Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:84:72", "version": 4, "addr": "10.1.2.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:84:72", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de", "rel": "bookmark"}], "image": {"id": "06e4fbe7-9eb3-40be-bea3-f9cdb18c4458", "links": [{"href": "http://172.30.9.23:8774/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-10-04T15:39:57.000000", "flavor": {"id": "7a387f83-594d-4281-8025-6612be6d58ab", "links": [{"href": "http://172.30.9.23:8774/flavors/7a387f83-594d-4281-8025-6612be6d58ab", "rel": "bookmark"}]}, "id": "047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de", "security_groups": [{"name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-sec_grp"}], "user_id": "958032f0385b4265a75fd17ef6eea3ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:39:59Z", "hostId": "7d9a9da6adf8b988c4814408a432f55e344013525c3691c05a3a5406", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst1", "created": "2018-10-04T15:39:53Z", "tenant_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:40:15,098 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst1 used request id req-1b7d4fe2-7534-4556-a047-09f13da28fea 2018-10-04 15:40:15,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f31a927cad2b7f65781550e77183423e2c37229" 2018-10-04 15:40:15,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-964a3ebc-e335-42ac-aed3-4fd0f4cb0707 Date: Thu, 04 Oct 2018 15:40:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","subnets":["0f1b81e8-d3db-4e06-923e-d54d2ea5f58f"],"description":"","tags":[],"updated_at":"2018-10-04T15:39:43Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net","admin_state_up":true,"tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:42Z","provider:network_type":"vxlan"}]} 2018-10-04 15:40:15,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net used request id req-964a3ebc-e335-42ac-aed3-4fd0f4cb0707 2018-10-04 15:40:15,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f31a927cad2b7f65781550e77183423e2c37229" 2018-10-04 15:40:15,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d8b44ccb-24a2-462f-b770-2bf2394cd2b7 Date: Thu, 04 Oct 2018 15:40:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:43Z","dns_nameservers":[],"updated_at":"2018-10-04T15:39:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet"}]} 2018-10-04 15:40:15,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 used request id req-d8b44ccb-24a2-462f-b770-2bf2394cd2b7 2018-10-04 15:40:15,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f31a927cad2b7f65781550e77183423e2c37229" 2018-10-04 15:40:15,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5808 X-Openstack-Request-Id: req-048a0d84-1e2e-46fd-9b45-f55d0d687db0 Date: Thu, 04 Oct 2018 15:40:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:55Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.11"}],"id":"4b6ba410-30a3-421c-a223-b15db0346043","security_groups":["0bde080c-207a-40f7-a3e4-b1b1494ba1e6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:63:97","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:51Z","binding:vnic_type":"normal","device_id":"9749484d-785f-47b1-9a23-d4004a7dc846"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.1"}],"id":"74ac7cc4-df79-41b3-9eda-abc0199b26f8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:0c:cd","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:51Z","binding:vnic_type":"normal","device_id":"17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.2"}],"id":"86c8e4b6-554f-40da-bc1c-619429e35185","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:a1:88","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6047977e-1814-4e05-8a0b-10c044d8d6c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.14"}],"id":"b0084135-d566-466f-a842-d52e734011ec","security_groups":["10f58457-4f5c-4204-812f-fd213b4b41f4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:84:72","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack-port1-tbj7rlpvonyn","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:48Z","binding:vnic_type":"normal","device_id":"047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.4"}],"id":"e2163f15-62da-495b-80d4-df951f96f934","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d4:38:c3","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6047977e-1814-4e05-8a0b-10c044d8d6c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.3"}],"id":"fa34e8d3-aeb4-4123-bffb-2f4e04ad42d4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:ac:7d","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6047977e-1814-4e05-8a0b-10c044d8d6c9"}]} 2018-10-04 15:40:15,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 used request id req-048a0d84-1e2e-46fd-9b45-f55d0d687db0 2018-10-04 15:40:15,740 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst1 2018-10-04 15:40:15,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f31a927cad2b7f65781550e77183423e2c37229" 2018-10-04 15:40:15,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-7a7c6a82-9b6e-4bb7-afba-9fd9235f0353 Date: Thu, 04 Oct 2018 15:40:15 GMT RESP BODY: {"floatingips": [{"router_id": "17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "created_at": "2018-10-04T15:39:51Z", "updated_at": "2018-10-04T15:39:52Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "10.1.2.14", "floating_ip_address": "172.30.9.205", "revision_number": 1, "project_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "port_id": "b0084135-d566-466f-a842-d52e734011ec", "id": "72d3b4f1-f7c5-490d-a803-83f7c88a1dfb"}]} 2018-10-04 15:40:15,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-7a7c6a82-9b6e-4bb7-afba-9fd9235f0353 2018-10-04 15:40:15,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9749484d-785f-47b1-9a23-d4004a7dc846 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}042d3ea9871b7caa2ee824541ec38d5581ab6a03" 2018-10-04 15:40:16,575 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a6f351c-336b-4db4-b26b-a13c1dc97468 x-compute-request-id: req-7a6f351c-336b-4db4-b26b-a13c1dc97468 Content-Encoding: gzip Content-Length: 826 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:63:97", "version": 4, "addr": "10.1.2.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9749484d-785f-47b1-9a23-d4004a7dc846", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9749484d-785f-47b1-9a23-d4004a7dc846", "rel": "bookmark"}], "image": {"id": "06e4fbe7-9eb3-40be-bea3-f9cdb18c4458", "links": [{"href": "http://172.30.9.23:8774/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": "2018-10-04T15:39:53.000000", "flavor": {"id": "c36bcf5a-ef68-44b8-be32-bfe52f014805", "links": [{"href": "http://172.30.9.23:8774/flavors/c36bcf5a-ef68-44b8-be32-bfe52f014805", "rel": "bookmark"}]}, "id": "9749484d-785f-47b1-9a23-d4004a7dc846", "security_groups": [{"name": "default"}], "user_id": "958032f0385b4265a75fd17ef6eea3ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:39:55Z", "hostId": "b4d04182a64f2894613245a5f490a37e20a868c311ba1a7e6a85c835", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst2", "created": "2018-10-04T15:39:49Z", "tenant_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:40:16,575 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9749484d-785f-47b1-9a23-d4004a7dc846 used request id req-7a6f351c-336b-4db4-b26b-a13c1dc97468 2018-10-04 15:40:16,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}042d3ea9871b7caa2ee824541ec38d5581ab6a03" 2018-10-04 15:40:16,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-91f55c66-9224-45f0-98c0-110b8f3c4119 Date: Thu, 04 Oct 2018 15:40:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","subnets":["0f1b81e8-d3db-4e06-923e-d54d2ea5f58f"],"description":"","tags":[],"updated_at":"2018-10-04T15:39:43Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net","admin_state_up":true,"tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:42Z","provider:network_type":"vxlan"}]} 2018-10-04 15:40:16,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net used request id req-91f55c66-9224-45f0-98c0-110b8f3c4119 2018-10-04 15:40:16,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}042d3ea9871b7caa2ee824541ec38d5581ab6a03" 2018-10-04 15:40:16,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c77dbb1-8fd5-4587-989e-1d5553917a83 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03"}, "enabled": true, "id": "e8cd2c1988a949769f5feeb7dbaf7d03", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj"}} 2018-10-04 15:40:16,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 used request id req-6c77dbb1-8fd5-4587-989e-1d5553917a83 2018-10-04 15:40:16,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}042d3ea9871b7caa2ee824541ec38d5581ab6a03" 2018-10-04 15:40:16,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c7fa139b-d067-40c7-a695-02cdd095ec32 Date: Thu, 04 Oct 2018 15:40:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:43Z","dns_nameservers":[],"updated_at":"2018-10-04T15:39:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet"}]} 2018-10-04 15:40:16,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 used request id req-c7fa139b-d067-40c7-a695-02cdd095ec32 2018-10-04 15:40:16,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}042d3ea9871b7caa2ee824541ec38d5581ab6a03" 2018-10-04 15:40:17,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5808 X-Openstack-Request-Id: req-2838aaf1-3cf7-4b16-9993-86cce597eeed Date: Thu, 04 Oct 2018 15:40:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:55Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.11"}],"id":"4b6ba410-30a3-421c-a223-b15db0346043","security_groups":["0bde080c-207a-40f7-a3e4-b1b1494ba1e6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:63:97","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:51Z","binding:vnic_type":"normal","device_id":"9749484d-785f-47b1-9a23-d4004a7dc846"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.1"}],"id":"74ac7cc4-df79-41b3-9eda-abc0199b26f8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:0c:cd","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:51Z","binding:vnic_type":"normal","device_id":"17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.2"}],"id":"86c8e4b6-554f-40da-bc1c-619429e35185","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:a1:88","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6047977e-1814-4e05-8a0b-10c044d8d6c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.14"}],"id":"b0084135-d566-466f-a842-d52e734011ec","security_groups":["10f58457-4f5c-4204-812f-fd213b4b41f4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:84:72","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack-port1-tbj7rlpvonyn","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:48Z","binding:vnic_type":"normal","device_id":"047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.4"}],"id":"e2163f15-62da-495b-80d4-df951f96f934","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d4:38:c3","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6047977e-1814-4e05-8a0b-10c044d8d6c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.3"}],"id":"fa34e8d3-aeb4-4123-bffb-2f4e04ad42d4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:ac:7d","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6047977e-1814-4e05-8a0b-10c044d8d6c9"}]} 2018-10-04 15:40:17,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 used request id req-2838aaf1-3cf7-4b16-9993-86cce597eeed 2018-10-04 15:40:17,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f31a927cad2b7f65781550e77183423e2c37229" 2018-10-04 15:40:17,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14f737c9-b839-4ae3-8fd0-a2f6e940cc93 x-compute-request-id: req-14f737c9-b839-4ae3-8fd0-a2f6e940cc93 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:84:72", "version": 4, "addr": "10.1.2.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:84:72", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de", "rel": "bookmark"}], "image": {"id": "06e4fbe7-9eb3-40be-bea3-f9cdb18c4458", "links": [{"href": "http://172.30.9.23:8774/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-10-04T15:39:57.000000", "flavor": {"id": "7a387f83-594d-4281-8025-6612be6d58ab", "links": [{"href": "http://172.30.9.23:8774/flavors/7a387f83-594d-4281-8025-6612be6d58ab", "rel": "bookmark"}]}, "id": "047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de", "security_groups": [{"name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-sec_grp"}], "user_id": "958032f0385b4265a75fd17ef6eea3ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:39:59Z", "hostId": "7d9a9da6adf8b988c4814408a432f55e344013525c3691c05a3a5406", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst1", "created": "2018-10-04T15:39:53Z", "tenant_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:40:17,924 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de used request id req-14f737c9-b839-4ae3-8fd0-a2f6e940cc93 2018-10-04 15:40:17,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f31a927cad2b7f65781550e77183423e2c37229" 2018-10-04 15:40:18,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-43eaf6dd-d527-41f9-a5d2-2e5624fae030 Date: Thu, 04 Oct 2018 15:40:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","subnets":["0f1b81e8-d3db-4e06-923e-d54d2ea5f58f"],"description":"","tags":[],"updated_at":"2018-10-04T15:39:43Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net","admin_state_up":true,"tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:42Z","provider:network_type":"vxlan"}]} 2018-10-04 15:40:18,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net used request id req-43eaf6dd-d527-41f9-a5d2-2e5624fae030 2018-10-04 15:40:18,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f31a927cad2b7f65781550e77183423e2c37229" 2018-10-04 15:40:18,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e4c152c-21da-4a77-aace-41e05c33bd2a Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03"}, "enabled": true, "id": "e8cd2c1988a949769f5feeb7dbaf7d03", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj"}} 2018-10-04 15:40:18,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 used request id req-0e4c152c-21da-4a77-aace-41e05c33bd2a 2018-10-04 15:40:18,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f31a927cad2b7f65781550e77183423e2c37229" 2018-10-04 15:40:18,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ea066de0-b1f2-4353-81a1-182ccf478dcf Date: Thu, 04 Oct 2018 15:40:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:43Z","dns_nameservers":[],"updated_at":"2018-10-04T15:39:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet"}]} 2018-10-04 15:40:18,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 used request id req-ea066de0-b1f2-4353-81a1-182ccf478dcf 2018-10-04 15:40:18,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f31a927cad2b7f65781550e77183423e2c37229" 2018-10-04 15:40:18,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5808 X-Openstack-Request-Id: req-1935850c-21b2-4818-8f4f-3cac1ee168e6 Date: Thu, 04 Oct 2018 15:40:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:55Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.11"}],"id":"4b6ba410-30a3-421c-a223-b15db0346043","security_groups":["0bde080c-207a-40f7-a3e4-b1b1494ba1e6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:63:97","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:51Z","binding:vnic_type":"normal","device_id":"9749484d-785f-47b1-9a23-d4004a7dc846"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.1"}],"id":"74ac7cc4-df79-41b3-9eda-abc0199b26f8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:0c:cd","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:51Z","binding:vnic_type":"normal","device_id":"17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.2"}],"id":"86c8e4b6-554f-40da-bc1c-619429e35185","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:a1:88","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6047977e-1814-4e05-8a0b-10c044d8d6c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.14"}],"id":"b0084135-d566-466f-a842-d52e734011ec","security_groups":["10f58457-4f5c-4204-812f-fd213b4b41f4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:84:72","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack-port1-tbj7rlpvonyn","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:48Z","binding:vnic_type":"normal","device_id":"047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.4"}],"id":"e2163f15-62da-495b-80d4-df951f96f934","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d4:38:c3","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6047977e-1814-4e05-8a0b-10c044d8d6c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.3"}],"id":"fa34e8d3-aeb4-4123-bffb-2f4e04ad42d4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:ac:7d","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6047977e-1814-4e05-8a0b-10c044d8d6c9"}]} 2018-10-04 15:40:18,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 used request id req-1935850c-21b2-4818-8f4f-3cac1ee168e6 2018-10-04 15:40:18,684 - create_instance - INFO - Checking if VM is active 2018-10-04 15:40:18,687 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f31a927cad2b7f65781550e77183423e2c37229" 2018-10-04 15:40:19,154 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-41e67e47-275d-4f95-af43-bb9b218aee9d x-compute-request-id: req-41e67e47-275d-4f95-af43-bb9b218aee9d Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:84:72", "version": 4, "addr": "10.1.2.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:84:72", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de", "rel": "bookmark"}], "image": {"id": "06e4fbe7-9eb3-40be-bea3-f9cdb18c4458", "links": [{"href": "http://172.30.9.23:8774/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-10-04T15:39:57.000000", "flavor": {"id": "7a387f83-594d-4281-8025-6612be6d58ab", "links": [{"href": "http://172.30.9.23:8774/flavors/7a387f83-594d-4281-8025-6612be6d58ab", "rel": "bookmark"}]}, "id": "047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de", "security_groups": [{"name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-sec_grp"}], "user_id": "958032f0385b4265a75fd17ef6eea3ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:39:59Z", "hostId": "7d9a9da6adf8b988c4814408a432f55e344013525c3691c05a3a5406", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst1", "created": "2018-10-04T15:39:53Z", "tenant_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:40:19,154 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de used request id req-41e67e47-275d-4f95-af43-bb9b218aee9d 2018-10-04 15:40:19,154 - create_instance - DEBUG - Instance status [CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst1] is - ACTIVE 2018-10-04 15:40:19,154 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:40:19,157 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f31a927cad2b7f65781550e77183423e2c37229" 2018-10-04 15:40:19,908 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-454056ba-3fc2-493e-8caf-68a4e8fb0390 x-compute-request-id: req-454056ba-3fc2-493e-8caf-68a4e8fb0390 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:84:72", "version": 4, "addr": "10.1.2.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:84:72", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de", "rel": "bookmark"}], "image": {"id": "06e4fbe7-9eb3-40be-bea3-f9cdb18c4458", "links": [{"href": "http://172.30.9.23:8774/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-10-04T15:39:57.000000", "flavor": {"id": "7a387f83-594d-4281-8025-6612be6d58ab", "links": [{"href": "http://172.30.9.23:8774/flavors/7a387f83-594d-4281-8025-6612be6d58ab", "rel": "bookmark"}]}, "id": "047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de", "security_groups": [{"name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-sec_grp"}], "user_id": "958032f0385b4265a75fd17ef6eea3ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:39:59Z", "hostId": "7d9a9da6adf8b988c4814408a432f55e344013525c3691c05a3a5406", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst1", "created": "2018-10-04T15:39:53Z", "tenant_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:40:19,909 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de used request id req-454056ba-3fc2-493e-8caf-68a4e8fb0390 2018-10-04 15:40:19,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f31a927cad2b7f65781550e77183423e2c37229" 2018-10-04 15:40:19,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-f94c9c2b-67a1-4c93-a40a-591b139b8e34 Date: Thu, 04 Oct 2018 15:40:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","subnets":["0f1b81e8-d3db-4e06-923e-d54d2ea5f58f"],"description":"","tags":[],"updated_at":"2018-10-04T15:39:43Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net","admin_state_up":true,"tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:42Z","provider:network_type":"vxlan"}]} 2018-10-04 15:40:19,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net used request id req-f94c9c2b-67a1-4c93-a40a-591b139b8e34 2018-10-04 15:40:20,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f31a927cad2b7f65781550e77183423e2c37229" 2018-10-04 15:40:20,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf1db717-af9a-4282-95c5-d4e8f4cfbb1f Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03"}, "enabled": true, "id": "e8cd2c1988a949769f5feeb7dbaf7d03", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj"}} 2018-10-04 15:40:20,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 used request id req-cf1db717-af9a-4282-95c5-d4e8f4cfbb1f 2018-10-04 15:40:20,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f31a927cad2b7f65781550e77183423e2c37229" 2018-10-04 15:40:20,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c79ebd88-4ea9-4da5-934e-11b23c80cf64 Date: Thu, 04 Oct 2018 15:40:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:43Z","dns_nameservers":[],"updated_at":"2018-10-04T15:39:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet"}]} 2018-10-04 15:40:20,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 used request id req-c79ebd88-4ea9-4da5-934e-11b23c80cf64 2018-10-04 15:40:20,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f31a927cad2b7f65781550e77183423e2c37229" 2018-10-04 15:40:20,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5808 X-Openstack-Request-Id: req-ce3cd86d-82a3-49e2-9a31-d57a8f15e728 Date: Thu, 04 Oct 2018 15:40:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:55Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.11"}],"id":"4b6ba410-30a3-421c-a223-b15db0346043","security_groups":["0bde080c-207a-40f7-a3e4-b1b1494ba1e6"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:63:97","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:51Z","binding:vnic_type":"normal","device_id":"9749484d-785f-47b1-9a23-d4004a7dc846"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.1"}],"id":"74ac7cc4-df79-41b3-9eda-abc0199b26f8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:0c:cd","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:51Z","binding:vnic_type":"normal","device_id":"17fe5fcc-4ce5-42c9-8c2d-eb8355c06b88"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.2"}],"id":"86c8e4b6-554f-40da-bc1c-619429e35185","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:a1:88","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6047977e-1814-4e05-8a0b-10c044d8d6c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.14"}],"id":"b0084135-d566-466f-a842-d52e734011ec","security_groups":["10f58457-4f5c-4204-812f-fd213b4b41f4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:84:72","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack-port1-tbj7rlpvonyn","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:48Z","binding:vnic_type":"normal","device_id":"047ac6ba-ee66-4a9d-9a62-9c4b7b8a39de"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.4"}],"id":"e2163f15-62da-495b-80d4-df951f96f934","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d4:38:c3","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6047977e-1814-4e05-8a0b-10c044d8d6c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:39:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0f1b81e8-d3db-4e06-923e-d54d2ea5f58f","ip_address":"10.1.2.3"}],"id":"fa34e8d3-aeb4-4123-bffb-2f4e04ad42d4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:ac:7d","project_id":"e8cd2c1988a949769f5feeb7dbaf7d03","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6047977e-1814-4e05-8a0b-10c044d8d6c9","tenant_id":"e8cd2c1988a949769f5feeb7dbaf7d03","created_at":"2018-10-04T15:39:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6047977e-1814-4e05-8a0b-10c044d8d6c9"}]} 2018-10-04 15:40:20,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=6047977e-1814-4e05-8a0b-10c044d8d6c9 used request id req-ce3cd86d-82a3-49e2-9a31-d57a8f15e728 2018-10-04 15:40:20,199 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:40:20,203 - paramiko.transport - DEBUG - starting thread (client mode): 0xb7650810L 2018-10-04 15:40:20,203 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:40:20,203 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-04 15:40:20,204 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 15:40:20,205 - 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-10-04 15:40:20,205 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:40:20,205 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-04 15:40:20,205 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:40:20,206 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:40:20,206 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:40:20,221 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:40:20,222 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:40:20,235 - paramiko.transport - DEBUG - Trying key 2ce6251d84eaa5e6054f509003557875 from 9fd2e661-cae7-4684-bfdb-d4820090dbd9 2018-10-04 15:40:20,258 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:40:20,263 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:40:20,363 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:40:20,381 - create_instance - INFO - SSH is active for VM instance 2018-10-04 15:40:20,381 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:40:20,382 - paramiko.transport - DEBUG - starting thread (client mode): 0xb7650810L 2018-10-04 15:40:20,383 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:40:20,383 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-04 15:40:20,383 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 15:40:20,384 - 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-10-04 15:40:20,384 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:40:20,385 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-04 15:40:20,385 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:40:20,385 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:40:20,385 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:40:20,402 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:40:20,402 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:40:20,415 - paramiko.transport - DEBUG - Trying key 2ce6251d84eaa5e6054f509003557875 from 9fd2e661-cae7-4684-bfdb-d4820090dbd9 2018-10-04 15:40:20,438 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:40:20,443 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:40:20,447 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 15:40:20,448 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-04 15:40:20,448 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 15:40:20,449 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 15:40:20,452 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack 2018-10-04 15:40:20,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/fc3a05ff-77a0-4646-a825-4e1641920e96 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:20,483 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:40:20 GMT Server: Apache x-openstack-request-id: req-1578d502-265f-4183-8b49-a4efce303aeb Location: http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:40:20,557 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:40:20 GMT Server: Apache x-openstack-request-id: req-4dc7d60a-680d-486a-bfa2-3327f016af97 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:40:20,557 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 used request id req-4dc7d60a-680d-486a-bfa2-3327f016af97 2018-10-04 15:40:20,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/fc3a05ff-77a0-4646-a825-4e1641920e96 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:20,590 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:40:20 GMT Server: Apache x-openstack-request-id: req-11b5b621-02ae-44ae-8922-d00ad46cc1e7 Location: http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:40:20,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:20 GMT Server: Apache x-openstack-request-id: req-5820c58c-3ed3-490c-92f3-3f9f2c3c6532 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor2", "OS::project_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "OS::stack_id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-kp", "security_group_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet", "net_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst2", "inst1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst1", "image2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image", "flavor1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor1", "image1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "stack_user_project_id": "e0aed4e63487470f91641dd4739bffa9", "tags": null, "creation_time": "2018-10-04T15:39:40Z", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:40:20Z", "id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:40:20,615 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 used request id req-5820c58c-3ed3-490c-92f3-3f9f2c3c6532 2018-10-04 15:40:20,616 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:40:20,616 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:40:23,619 - create_stack - DEBUG - Stack status query timeout in 1196.93815994 2018-10-04 15:40:23,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/fc3a05ff-77a0-4646-a825-4e1641920e96 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:23,648 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:40:23 GMT Server: Apache x-openstack-request-id: req-e7422083-9c3f-408f-a879-6e60c0c8070d Location: http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:40:23,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:23 GMT Server: Apache x-openstack-request-id: req-0b26364e-1753-4bc9-a1e7-e9278585d4e5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor2", "OS::project_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "OS::stack_id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-kp", "security_group_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet", "net_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst2", "inst1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst1", "image2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image", "flavor1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor1", "image1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "stack_user_project_id": "e0aed4e63487470f91641dd4739bffa9", "tags": null, "creation_time": "2018-10-04T15:39:40Z", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:40:20Z", "id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:40:23,674 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 used request id req-0b26364e-1753-4bc9-a1e7-e9278585d4e5 2018-10-04 15:40:23,674 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:40:23,675 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:40:26,678 - create_stack - DEBUG - Stack status query timeout in 1193.87948108 2018-10-04 15:40:26,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/fc3a05ff-77a0-4646-a825-4e1641920e96 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:26,853 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:40:26 GMT Server: Apache x-openstack-request-id: req-7f0f0e7e-2a22-4013-b8e1-a377c2338b38 Location: http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:40:27,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:26 GMT Server: Apache x-openstack-request-id: req-add9e6fc-f53f-440c-b13f-a02eccc9c1c5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor2", "OS::project_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "OS::stack_id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-kp", "security_group_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet", "net_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst2", "inst1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst1", "image2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image", "flavor1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor1", "image1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "stack_user_project_id": "e0aed4e63487470f91641dd4739bffa9", "tags": null, "creation_time": "2018-10-04T15:39:40Z", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:40:20Z", "id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:40:27,038 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 used request id req-add9e6fc-f53f-440c-b13f-a02eccc9c1c5 2018-10-04 15:40:27,038 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:40:27,038 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:40:30,042 - create_stack - DEBUG - Stack status query timeout in 1190.5156219 2018-10-04 15:40:30,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/fc3a05ff-77a0-4646-a825-4e1641920e96 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:30,071 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:40:30 GMT Server: Apache x-openstack-request-id: req-e1ecfb39-95bc-43e5-9cfd-f86a53084215 Location: http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:40:30,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:30 GMT Server: Apache x-openstack-request-id: req-6e980a72-d6d2-4a67-97b5-a29ce2cb589b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor2", "OS::project_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "OS::stack_id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-kp", "security_group_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-subnet", "net_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst2", "inst1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-inst1", "image2_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image", "flavor1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-flavor1", "image1_name": "CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack", "stack_user_project_id": "e0aed4e63487470f91641dd4739bffa9", "tags": null, "creation_time": "2018-10-04T15:39:40Z", "links": [{"href": "http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-04T15:40:20Z", "id": "fc3a05ff-77a0-4646-a825-4e1641920e96", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:40:30,096 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 used request id req-6e980a72-d6d2-4a67-97b5-a29ce2cb589b 2018-10-04 15:40:30,097 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-04 15:40:30,097 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack 2018-10-04 15:40:30,097 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack 2018-10-04 15:40:30,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/fc3a05ff-77a0-4646-a825-4e1641920e96 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c87509f6dad19db6fb0dad70ab57cd088623f5" 2018-10-04 15:40:30,282 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:40:30 GMT Server: Apache x-openstack-request-id: req-3e6569e5-bed3-4660-9d0c-1a4af9d6ed88 Location: http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:40:30,309 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:40:30 GMT Server: Apache x-openstack-request-id: req-302bfae4-6ea9-4b06-9daf-c7a78ebf0037 Content-Length: 285 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-04 15:40:30,309 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/e8cd2c1988a949769f5feeb7dbaf7d03/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-stack/fc3a05ff-77a0-4646-a825-4e1641920e96 used request id req-302bfae4-6ea9-4b06-9daf-c7a78ebf0037 2018-10-04 15:40:30,310 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-6c67cca9-ebb0-45ac-8348-a901921a6b40-image 2018-10-04 15:40:30,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5173fdb552e210c0bc862ab4cf567667ca60c0eb" 2018-10-04 15:40:31,619 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-530a16f0-a007-41cc-aed4-508fe912bef9 Date: Thu, 04 Oct 2018 15:40:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:40:31,619 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/06e4fbe7-9eb3-40be-bea3-f9cdb18c4458 used request id req-530a16f0-a007-41cc-aed4-508fe912bef9 2018-10-04 15:40:31,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef85778581d6ab566ee7415a863bc92229baf120" 2018-10-04 15:40:31,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-3d931ed0-afc0-48db-ace1-0e75547fa2d1 Date: Thu, 04 Oct 2018 15:40:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "created_at": "2018-10-04T15:39:42Z", "updated_at": "2018-10-04T15:39:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:39:42Z", "revision_number": 0, "id": "32cd48c8-1dfd-44f6-8af2-b2dd574b0011", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:39:42Z", "security_group_id": "0bde080c-207a-40f7-a3e4-b1b1494ba1e6", "tenant_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8cd2c1988a949769f5feeb7dbaf7d03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:39:42Z", "revision_number": 0, "id": "a01d1013-5111-4e43-9728-c6019fe721c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:39:42Z", "security_group_id": "0bde080c-207a-40f7-a3e4-b1b1494ba1e6", "tenant_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8cd2c1988a949769f5feeb7dbaf7d03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:39:42Z", "revision_number": 0, "id": "e37e7cb5-1698-47cd-a351-9057a0d804e2", "remote_group_id": "0bde080c-207a-40f7-a3e4-b1b1494ba1e6", "remote_ip_prefix": null, "created_at": "2018-10-04T15:39:42Z", "security_group_id": "0bde080c-207a-40f7-a3e4-b1b1494ba1e6", "tenant_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8cd2c1988a949769f5feeb7dbaf7d03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:39:42Z", "revision_number": 0, "id": "e897014c-3b69-41de-8973-1224852120e8", "remote_group_id": "0bde080c-207a-40f7-a3e4-b1b1494ba1e6", "remote_ip_prefix": null, "created_at": "2018-10-04T15:39:42Z", "security_group_id": "0bde080c-207a-40f7-a3e4-b1b1494ba1e6", "tenant_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8cd2c1988a949769f5feeb7dbaf7d03"}], "revision_number": 4, "project_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "id": "0bde080c-207a-40f7-a3e4-b1b1494ba1e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:40:31,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-3d931ed0-afc0-48db-ace1-0e75547fa2d1 2018-10-04 15:40:31,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef85778581d6ab566ee7415a863bc92229baf120" 2018-10-04 15:40:31,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2c24827-f021-44ed-ba65-5f10c24babac Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03"}, "enabled": true, "id": "e8cd2c1988a949769f5feeb7dbaf7d03", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-378fb9b4-c75d-415-proj"}} 2018-10-04 15:40:31,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 used request id req-d2c24827-f021-44ed-ba65-5f10c24babac 2018-10-04 15:40:31,921 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0bde080c-207a-40f7-a3e4-b1b1494ba1e6 2018-10-04 15:40:31,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0bde080c-207a-40f7-a3e4-b1b1494ba1e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef85778581d6ab566ee7415a863bc92229baf120" 2018-10-04 15:40:32,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-9fce900b-a933-4315-a5bb-79fbc3c61995 Date: Thu, 04 Oct 2018 15:40:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:39:42Z", "security_group_id": "0bde080c-207a-40f7-a3e4-b1b1494ba1e6", "port_range_min": null, "revision_number": 0, "tenant_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "created_at": "2018-10-04T15:39:42Z", "project_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "id": "32cd48c8-1dfd-44f6-8af2-b2dd574b0011"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:39:42Z", "security_group_id": "0bde080c-207a-40f7-a3e4-b1b1494ba1e6", "port_range_min": null, "revision_number": 0, "tenant_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "created_at": "2018-10-04T15:39:42Z", "project_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "id": "a01d1013-5111-4e43-9728-c6019fe721c2"}, {"remote_group_id": "0bde080c-207a-40f7-a3e4-b1b1494ba1e6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:39:42Z", "security_group_id": "0bde080c-207a-40f7-a3e4-b1b1494ba1e6", "port_range_min": null, "revision_number": 0, "tenant_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "created_at": "2018-10-04T15:39:42Z", "project_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "id": "e37e7cb5-1698-47cd-a351-9057a0d804e2"}, {"remote_group_id": "0bde080c-207a-40f7-a3e4-b1b1494ba1e6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:39:42Z", "security_group_id": "0bde080c-207a-40f7-a3e4-b1b1494ba1e6", "port_range_min": null, "revision_number": 0, "tenant_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "created_at": "2018-10-04T15:39:42Z", "project_id": "e8cd2c1988a949769f5feeb7dbaf7d03", "id": "e897014c-3b69-41de-8973-1224852120e8"}]} 2018-10-04 15:40:32,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0bde080c-207a-40f7-a3e4-b1b1494ba1e6 used request id req-9fce900b-a933-4315-a5bb-79fbc3c61995 2018-10-04 15:40:32,100 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:40:32,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/0bde080c-207a-40f7-a3e4-b1b1494ba1e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef85778581d6ab566ee7415a863bc92229baf120" 2018-10-04 15:40:32,451 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-54048c8a-041e-4789-87a2-529b8e9fa889 Content-Length: 0 Date: Thu, 04 Oct 2018 15:40:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:40:32,452 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/0bde080c-207a-40f7-a3e4-b1b1494ba1e6 used request id req-54048c8a-041e-4789-87a2-529b8e9fa889 2018-10-04 15:40:32,452 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-378fb9b4-c75d-415-proj 2018-10-04 15:40:32,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef85778581d6ab566ee7415a863bc92229baf120" 2018-10-04 15:40:32,693 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:40:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd40aeaa-d7c5-4178-b413-89b68415b709 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:40:32,694 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/e8cd2c1988a949769f5feeb7dbaf7d03 used request id req-bd40aeaa-d7c5-4178-b413-89b68415b709 2018-10-04 15:40:32,694 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-378fb9b4-c75d-415-proj-role 2018-10-04 15:40:32,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/93f10594e88a455a8fde87464311324f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef85778581d6ab566ee7415a863bc92229baf120" 2018-10-04 15:40:32,816 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:40:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04e5064d-23e0-4a9e-a699-9548f6f96d66 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:40:32,817 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/93f10594e88a455a8fde87464311324f used request id req-04e5064d-23e0-4a9e-a699-9548f6f96d66 2018-10-04 15:40:32,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef85778581d6ab566ee7415a863bc92229baf120" 2018-10-04 15:40:32,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dec88e53-36e9-4ce5-acdf-d7936358554e Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:40:32,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-dec88e53-36e9-4ce5-acdf-d7936358554e 2018-10-04 15:40:32,910 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-378fb9b4-c75d-415-user 2018-10-04 15:40:32,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/958032f0385b4265a75fd17ef6eea3ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71f1b6448b687f22734d3a5822cf0c2e3f870250" 2018-10-04 15:40:33,126 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:40:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6cccceb9-3f03-439e-95ea-fb2bea5ce2cb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:40:33,126 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/958032f0385b4265a75fd17ef6eea3ed used request id req-6cccceb9-3f03-439e-95ea-fb2bea5ce2cb 2018-10-04 15:40:33,127 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:40:33,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:40:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["_GEsfWFwQVyjcOUGipKyqg"], "issued_at": "2018-10-04T15:40:33.000000Z"}} 2018-10-04 15:40:33,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25e50e903a7fe59710ec4ca25f2c14c84b38960e" 2018-10-04 15:40:33,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fdce119-5101-4ce1-86cf-c244ecd22413 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:40:33,598 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9fdce119-5101-4ce1-86cf-c244ecd22413 2018-10-04 15:40:33,599 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:40:33,600 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:40:33,973 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:40:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["VCwocPuBQ0-n_egD94FwVA"], "issued_at": "2018-10-04T15:40:33.000000Z"}} 2018-10-04 15:40:33,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6f89004c3311e20a7298ffff6c36947da8963e" 2018-10-04 15:40:34,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74714892-e607-41b7-98db-149e02fd2976 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:40:34,056 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-74714892-e607-41b7-98db-149e02fd2976 2018-10-04 15:40:34,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:40:34,066 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:40:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:40:34,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-a71953f3-777b-4be-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6f89004c3311e20a7298ffff6c36947da8963e" 2018-10-04 15:40:34,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad659910-f323-44d3-bcd5-ce4c7078c74e Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-a71953f3-777b-4be-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:40:34,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-a71953f3-777b-4be-proj used request id req-ad659910-f323-44d3-bcd5-ce4c7078c74e 2018-10-04 15:40:34,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6f89004c3311e20a7298ffff6c36947da8963e" 2018-10-04 15:40:34,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06e7e475-ad8b-4870-bf12-4e4de1ed54f9 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:40:34,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-06e7e475-ad8b-4870-bf12-4e4de1ed54f9 2018-10-04 15:40:34,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6f89004c3311e20a7298ffff6c36947da8963e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj"}}' 2018-10-04 15:40:34,343 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:40:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fac3e352-3c91-420c-9d55-9db23894027a Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048"}, "enabled": true, "id": "b4b06998e5784f4c8f04a1f2e8840048", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj"}} 2018-10-04 15:40:34,344 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-fac3e352-3c91-420c-9d55-9db23894027a 2018-10-04 15:40:34,344 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-a71953f3-777b-4be-proj 2018-10-04 15:40:34,344 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:40:34,345 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:40:34,719 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:40:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["6cToYt_sTMmXJNr0PhM9Vg"], "issued_at": "2018-10-04T15:40:34.000000Z"}} 2018-10-04 15:40:34,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b50b00e6b4efd4f0e7debef039a2e8d579d1e93" 2018-10-04 15:40:34,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f451b965-e996-4303-8b5c-e904e2b687b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:40:34,802 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f451b965-e996-4303-8b5c-e904e2b687b2 2018-10-04 15:40:34,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:40:34,812 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:40:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:40:34,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b50b00e6b4efd4f0e7debef039a2e8d579d1e93" 2018-10-04 15:40:34,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43a75849-a3fa-4fd2-8c60-558e30e115fa Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:40:34,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-43a75849-a3fa-4fd2-8c60-558e30e115fa 2018-10-04 15:40:34,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackFloatingIpTests-a71953f3-777b-4be-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b50b00e6b4efd4f0e7debef039a2e8d579d1e93" 2018-10-04 15:40:35,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73eb2beb-d881-4473-aff0-5478512c8774 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackFloatingIpTests-a71953f3-777b-4be-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048"}, "enabled": true, "id": "b4b06998e5784f4c8f04a1f2e8840048", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj"}]} 2018-10-04 15:40:35,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackFloatingIpTests-a71953f3-777b-4be-proj used request id req-73eb2beb-d881-4473-aff0-5478512c8774 2018-10-04 15:40:35,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b50b00e6b4efd4f0e7debef039a2e8d579d1e93" 2018-10-04 15:40:35,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53d9e224-5638-4e9b-bf69-547c7a9780f2 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:40:35,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-53d9e224-5638-4e9b-bf69-547c7a9780f2 2018-10-04 15:40:35,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b50b00e6b4efd4f0e7debef039a2e8d579d1e93" 2018-10-04 15:40:35,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61332c67-fa52-4182-8714-7f0f6abae3b9 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:40:35,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-61332c67-fa52-4182-8714-7f0f6abae3b9 2018-10-04 15:40:35,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackFloatingIpTests-a71953f3-777b-4be-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b50b00e6b4efd4f0e7debef039a2e8d579d1e93" 2018-10-04 15:40:35,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-204cbb42-4c69-487a-ba72-c5225ade3648 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackFloatingIpTests-a71953f3-777b-4be-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048"}, "enabled": true, "id": "b4b06998e5784f4c8f04a1f2e8840048", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj"}]} 2018-10-04 15:40:35,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackFloatingIpTests-a71953f3-777b-4be-proj used request id req-204cbb42-4c69-487a-ba72-c5225ade3648 2018-10-04 15:40:35,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/d28fa172248e4df1a8e10e657519e885 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b50b00e6b4efd4f0e7debef039a2e8d579d1e93" 2018-10-04 15:40:35,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e8619fe-fb07-4012-8ca1-f01405e56846 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFloatingIpTests-a71953f3-777b-4be-user", "links": {"self": "http://172.30.9.23:5000/v3/users/d28fa172248e4df1a8e10e657519e885"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "b4b06998e5784f4c8f04a1f2e8840048", "id": "d28fa172248e4df1a8e10e657519e885", "password_expires_at": null}} 2018-10-04 15:40:35,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/d28fa172248e4df1a8e10e657519e885 used request id req-2e8619fe-fb07-4012-8ca1-f01405e56846 2018-10-04 15:40:35,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048/users/d28fa172248e4df1a8e10e657519e885/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b50b00e6b4efd4f0e7debef039a2e8d579d1e93" 2018-10-04 15:40:35,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6216630-8bbe-4634-92b5-16fc6cd787ea Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048/users/d28fa172248e4df1a8e10e657519e885/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 15:40:35,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048/users/d28fa172248e4df1a8e10e657519e885/roles used request id req-e6216630-8bbe-4634-92b5-16fc6cd787ea 2018-10-04 15:40:35,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b50b00e6b4efd4f0e7debef039a2e8d579d1e93" 2018-10-04 15:40:35,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-539dfdb3-b4e1-4276-810f-df34e4067b3e Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "domain_id": null, "name": "admin", "id": "649d50d4e38f4048899913e0d7e41071"}} 2018-10-04 15:40:35,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071 used request id req-539dfdb3-b4e1-4276-810f-df34e4067b3e 2018-10-04 15:40:35,905 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-a71953f3-777b-4be-proj 2018-10-04 15:40:35,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048/users/d28fa172248e4df1a8e10e657519e885/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b50b00e6b4efd4f0e7debef039a2e8d579d1e93" 2018-10-04 15:40:36,023 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:40:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85f6d5ae-afd6-4191-957b-d763cda61a59 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:40:36,023 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048/users/d28fa172248e4df1a8e10e657519e885/roles/649d50d4e38f4048899913e0d7e41071 used request id req-85f6d5ae-afd6-4191-957b-d763cda61a59 2018-10-04 15:40:36,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b50b00e6b4efd4f0e7debef039a2e8d579d1e93" 2018-10-04 15:40:36,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8fcfccf-517b-4d39-8189-ac82268e0863 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:40:36,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b8fcfccf-517b-4d39-8189-ac82268e0863 2018-10-04 15:40:36,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateStackFloatingIpTests-a71953f3-777b-4be-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b50b00e6b4efd4f0e7debef039a2e8d579d1e93" 2018-10-04 15:40:36,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d4eadee-e26f-4220-9b49-436f6ed22755 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateStackFloatingIpTests-a71953f3-777b-4be-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048"}, "enabled": true, "id": "b4b06998e5784f4c8f04a1f2e8840048", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj"}]} 2018-10-04 15:40:36,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateStackFloatingIpTests-a71953f3-777b-4be-proj used request id req-5d4eadee-e26f-4220-9b49-436f6ed22755 2018-10-04 15:40:36,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048/users/d28fa172248e4df1a8e10e657519e885/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b50b00e6b4efd4f0e7debef039a2e8d579d1e93" 2018-10-04 15:40:36,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5261e8dc-6c6b-4c56-b5c1-9fcc688bfbc6 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048/users/d28fa172248e4df1a8e10e657519e885/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}]} 2018-10-04 15:40:36,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048/users/d28fa172248e4df1a8e10e657519e885/roles used request id req-5261e8dc-6c6b-4c56-b5c1-9fcc688bfbc6 2018-10-04 15:40:36,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b50b00e6b4efd4f0e7debef039a2e8d579d1e93" 2018-10-04 15:40:36,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2ea9c5b-bc70-4d0b-b2d0-35da40b74aa3 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "domain_id": null, "name": "heat_stack_owner", "id": "aa60aa92e6004a9babfb6641bde48b31"}} 2018-10-04 15:40:36,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-d2ea9c5b-bc70-4d0b-b2d0-35da40b74aa3 2018-10-04 15:40:36,422 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-a71953f3-777b-4be-proj 2018-10-04 15:40:36,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048/users/d28fa172248e4df1a8e10e657519e885/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b50b00e6b4efd4f0e7debef039a2e8d579d1e93" 2018-10-04 15:40:36,561 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:40:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2241020e-e32e-4235-8a57-9a496e7b508c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:40:36,561 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048/users/d28fa172248e4df1a8e10e657519e885/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-2241020e-e32e-4235-8a57-9a496e7b508c 2018-10-04 15:40:36,562 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-a71953f3-777b-4be-user 2018-10-04 15:40:36,562 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:40:36,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6f89004c3311e20a7298ffff6c36947da8963e" 2018-10-04 15:40:36,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6b90ca1-c21b-4072-9d21-fbd85a1f7ee7 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:40:36,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a6b90ca1-c21b-4072-9d21-fbd85a1f7ee7 2018-10-04 15:40:36,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6f89004c3311e20a7298ffff6c36947da8963e" -d '{"role": {"name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj-role"}}' 2018-10-04 15:40:36,703 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:40:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02f7f98d-cf14-49cb-bdd1-bdcb1b61a954 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6b915c6eb9a74274b84f28888b902e16", "links": {"self": "http://172.30.9.23:5000/v3/roles/6b915c6eb9a74274b84f28888b902e16"}, "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj-role"}} 2018-10-04 15:40:36,703 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-02f7f98d-cf14-49cb-bdd1-bdcb1b61a954 2018-10-04 15:40:36,703 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-a71953f3-777b-4be-proj-role 2018-10-04 15:40:36,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/6b915c6eb9a74274b84f28888b902e16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6f89004c3311e20a7298ffff6c36947da8963e" 2018-10-04 15:40:36,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24d80a2b-b60a-408e-8429-a38d74f8b07e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/6b915c6eb9a74274b84f28888b902e16"}, "domain_id": null, "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj-role", "id": "6b915c6eb9a74274b84f28888b902e16"}} 2018-10-04 15:40:36,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/6b915c6eb9a74274b84f28888b902e16 used request id req-24d80a2b-b60a-408e-8429-a38d74f8b07e 2018-10-04 15:40:36,796 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-a71953f3-777b-4be-proj-role to project CreateStackFloatingIpTests-a71953f3-777b-4be-proj 2018-10-04 15:40:36,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048/users/d28fa172248e4df1a8e10e657519e885/roles/6b915c6eb9a74274b84f28888b902e16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6f89004c3311e20a7298ffff6c36947da8963e" 2018-10-04 15:40:36,999 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:40:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1047e3ce-0909-4c3d-a8c0-65618732520c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:40:36,999 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048/users/d28fa172248e4df1a8e10e657519e885/roles/6b915c6eb9a74274b84f28888b902e16 used request id req-1047e3ce-0909-4c3d-a8c0-65618732520c 2018-10-04 15:40:36,999 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:40:36,999 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 15:40:37,000 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:40:37,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:40:37,465 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "6b915c6eb9a74274b84f28888b902e16", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:40:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b4b06998e5784f4c8f04a1f2e8840048", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/b4b06998e5784f4c8f04a1f2e8840048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/b4b06998e5784f4c8f04a1f2e8840048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/b4b06998e5784f4c8f04a1f2e8840048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b4b06998e5784f4c8f04a1f2e8840048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/b4b06998e5784f4c8f04a1f2e8840048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/b4b06998e5784f4c8f04a1f2e8840048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-user", "id": "d28fa172248e4df1a8e10e657519e885"}, "audit_ids": ["DE4C-gCVS-qteIosHDmCvw"], "issued_at": "2018-10-04T15:40:37.000000Z"}} 2018-10-04 15:40:37,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4886cf54a72139be0539ddfd0d76c325079660b" 2018-10-04 15:40:37,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62c5c185-8a32-48d2-a9f4-c5e6bb91e599 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:40:37,556 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-62c5c185-8a32-48d2-a9f4-c5e6bb91e599 2018-10-04 15:40:37,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e4886cf54a72139be0539ddfd0d76c325079660b" 2018-10-04 15:40:37,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-2f1b6e78-cebe-443d-913e-b39973fe0661 Date: Thu, 04 Oct 2018 15:40:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image"} 2018-10-04 15:40:37,735 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image used request id req-2f1b6e78-cebe-443d-913e-b39973fe0661 2018-10-04 15:40:37,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e4886cf54a72139be0539ddfd0d76c325079660b" 2018-10-04 15:40:37,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1cd281f1-3250-468f-8c5c-6d4e5b98f7e0 Date: Thu, 04 Oct 2018 15:40:37 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:40:37,903 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-1cd281f1-3250-468f-8c5c-6d4e5b98f7e0 2018-10-04 15:40:37,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e4886cf54a72139be0539ddfd0d76c325079660b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image"}' 2018-10-04 15:40:38,118 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9 X-Openstack-Request-Id: req-6ffdd572-a057-4566-b59c-8e413bd0199d Date: Thu, 04 Oct 2018 15:40:38 GMT RESP BODY: {"status": "queued", "name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:40:38Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:40:38Z", "visibility": "shared", "locations": [], "self": "/v2/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9", "min_disk": 0, "protected": false, "id": "ff46ab12-6683-4b69-a74b-d3e882bfb1f9", "file": "/v2/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9/file", "checksum": null, "owner": "b4b06998e5784f4c8f04a1f2e8840048", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:40:38,118 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-6ffdd572-a057-4566-b59c-8e413bd0199d 2018-10-04 15:40:38,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e4886cf54a72139be0539ddfd0d76c325079660b" -d '' 2018-10-04 15:40:39,382 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1d469be1-6c7d-4736-bd28-f6c67ff95cba Date: Thu, 04 Oct 2018 15:40:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:40:39,383 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9/file used request id req-1d469be1-6c7d-4736-bd28-f6c67ff95cba 2018-10-04 15:40:39,383 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:40:39,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e4886cf54a72139be0539ddfd0d76c325079660b" 2018-10-04 15:40:39,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-ff1be669-da7e-4403-9ca7-e041e0a01373 Date: Thu, 04 Oct 2018 15:40:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:40:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:40:39Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9/snap", "metadata": {}}], "self": "/v2/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9", "min_disk": 0, "protected": false, "id": "ff46ab12-6683-4b69-a74b-d3e882bfb1f9", "file": "/v2/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b4b06998e5784f4c8f04a1f2e8840048", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:40:39,618 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9 used request id req-ff1be669-da7e-4403-9ca7-e041e0a01373 2018-10-04 15:40:39,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e4886cf54a72139be0539ddfd0d76c325079660b" 2018-10-04 15:40:39,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-919899f7-14b6-48bc-8e6d-bd4c81e00a20 Date: Thu, 04 Oct 2018 15:40:39 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:40:39,777 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-919899f7-14b6-48bc-8e6d-bd4c81e00a20 2018-10-04 15:40:39,779 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image 2018-10-04 15:40:39,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e4886cf54a72139be0539ddfd0d76c325079660b" 2018-10-04 15:40:40,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-6f6b2bab-ee8d-41e5-b8c5-b33e2533f6f1 Date: Thu, 04 Oct 2018 15:40:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:40:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:40:39Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9/snap", "metadata": {}}], "self": "/v2/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9", "min_disk": 0, "protected": false, "id": "ff46ab12-6683-4b69-a74b-d3e882bfb1f9", "file": "/v2/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b4b06998e5784f4c8f04a1f2e8840048", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:40:40,338 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9 used request id req-6f6b2bab-ee8d-41e5-b8c5-b33e2533f6f1 2018-10-04 15:40:40,339 - create_image - DEBUG - Instance status is - active 2018-10-04 15:40:40,339 - create_image - DEBUG - Image is active with name - CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image 2018-10-04 15:40:40,339 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image 2018-10-04 15:40:40,339 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:40:40,340 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:40:40,716 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "6b915c6eb9a74274b84f28888b902e16", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:40:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b4b06998e5784f4c8f04a1f2e8840048", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/b4b06998e5784f4c8f04a1f2e8840048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/b4b06998e5784f4c8f04a1f2e8840048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/b4b06998e5784f4c8f04a1f2e8840048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b4b06998e5784f4c8f04a1f2e8840048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/b4b06998e5784f4c8f04a1f2e8840048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/b4b06998e5784f4c8f04a1f2e8840048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-user", "id": "d28fa172248e4df1a8e10e657519e885"}, "audit_ids": ["CrPIGPADQnKxSAXkpNjWZA"], "issued_at": "2018-10-04T15:40:40.000000Z"}} 2018-10-04 15:40:40,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5bc79e6c7aa82913077a691c2021179e49d09c" 2018-10-04 15:40:40,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8224dd20-7fd7-4919-af36-a7a8d2f6f352 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:40:40,800 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8224dd20-7fd7-4919-af36-a7a8d2f6f352 2018-10-04 15:40:40,801 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:40:40,804 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:40:40,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5bc79e6c7aa82913077a691c2021179e49d09c" 2018-10-04 15:40:41,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:40 GMT Server: Apache x-openstack-request-id: req-61d93a4d-e57b-4b08-9955-57c3f71a2822 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-04 15:40:41,008 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack used request id req-61d93a4d-e57b-4b08-9955-57c3f71a2822 2018-10-04 15:40:41,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5bc79e6c7aa82913077a691c2021179e49d09c" -d '{"stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "template": {"outputs": {"private_key": {"description": "SSH Private Key", "value": {"get_attr": ["keypair", "private_key"]}}}, "heat_template_version": "2015-04-30", "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": {"default": "m1.med", "type": "string", "description": "Flavor name for the second instance", "label": "Instance Flavor for second VM"}, "image2_name": {"default": "image_2", "type": "string", "description": "Image name to be used for second instance", "label": "Image ID for second VM"}, "keypair_name": {"default": "keypair_name", "type": "string", "description": "The name of the stack's keypair", "label": "Keypair name"}, "security_group_name": {"default": "security_group_name", "type": "string", "description": "The name of the stack's security group", "label": "Security Group name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "external_net_name": {"default": "external", "type": "string", "description": "Name of the external network which management network will connect to"}, "inst2_name": {"default": "test_vm2", "type": "string", "description": "The name of the second VM to be spawned", "label": "Second VM name"}, "inst1_name": {"default": "test_vm1", "type": "string", "description": "The name of the first VM to be spawned", "label": "First VM name"}, "router_name": {"default": "mgmt_router", "type": "string", "description": "The name of the stack's router", "label": "Test router name"}, "flavor1_name": {"default": "m1.small", "type": "string", "description": "Flavor name for the first instance", "label": "Instance Flavor for first VM"}, "image1_name": {"default": "image_1", "type": "string", "description": "Image name to be used for first instance", "label": "Image ID for first VM"}}, "resources": {"flavor2": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 2, "disk": 2, "ram": 1024}}, "flavor1": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 2, "disk": 2, "ram": 1024}}, "network": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "subnet": {"type": "OS::Neutron::Subnet", "properties": {"ip_version": 4, "cidr": "10.1.2.0/24", "name": {"get_param": "subnet_name"}, "network": {"get_resource": "network"}}}, "server_security_group": {"type": "OS::Neutron::SecurityGroup", "properties": {"rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "port_range_min": 22, "protocol": "tcp"}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "icmp"}], "description": "Add security group rules for server", "name": {"get_param": "security_group_name"}}}, "floating_ip": {"type": "OS::Neutron::FloatingIP", "properties": {"floating_network": {"get_param": "external_net_name"}}}, "floating_ip_association": {"type": "OS::Neutron::FloatingIPAssociation", "properties": {"floatingip_id": {"get_resource": "floating_ip"}, "port_id": {"get_resource": "port1"}}}, "management_router": {"type": "OS::Neutron::Router", "properties": {"external_gateway_info": {"network": {"get_param": "external_net_name"}}, "name": {"get_param": "router_name"}}}, "keypair": {"type": "OS::Nova::KeyPair", "properties": {"name": {"get_param": "keypair_name"}, "save_private_key": true}}, "management_router_interface": {"type": "OS::Neutron::RouterInterface", "properties": {"router": {"get_resource": "management_router"}, "subnet": {"get_resource": "subnet"}}}, "port1": {"type": "OS::Neutron::Port", "properties": {"fixed_ips": [{"subnet_id": {"get_resource": "subnet"}}], "network": {"get_resource": "network"}, "security_groups": [{"get_resource": "server_security_group"}]}}, "vm2": {"depends_on": ["subnet", "keypair", "flavor2"], "type": "OS::Nova::Server", "properties": {"key_name": {"get_resource": "keypair"}, "image": {"get_param": "image2_name"}, "name": {"get_param": "inst2_name"}, "flavor": {"get_resource": "flavor2"}, "networks": [{"network": {"get_resource": "network"}}]}}, "vm1": {"depends_on": ["subnet", "keypair", "flavor1", "port1"], "type": "OS::Nova::Server", "properties": {"key_name": {"get_resource": "keypair"}, "image": {"get_param": "image1_name"}, "name": {"get_param": "inst1_name"}, "flavor": {"get_resource": "flavor1"}, "networks": [{"port": {"get_resource": "port1"}}]}}}}, "parameters": {"flavor2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor2", "keypair_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-kp", "security_group_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-sec_grp", "external_net_name": "external", "image2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image", "flavor1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor1", "inst1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst1", "subnet_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet", "image1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image", "inst2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst2", "net_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net"}}' 2018-10-04 15:40:45,262 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:40:41 GMT Server: Apache x-openstack-request-id: req-8ca9c8ee-e15e-497a-a39f-a1edd27c8f95 Location: http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 Content-Length: 297 Content-Type: application/json RESP BODY: {"stack": {"id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "self"}]}} 2018-10-04 15:40:45,262 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks used request id req-8ca9c8ee-e15e-497a-a39f-a1edd27c8f95 2018-10-04 15:40:45,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5bc79e6c7aa82913077a691c2021179e49d09c" 2018-10-04 15:40:45,438 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:40:45 GMT Server: Apache x-openstack-request-id: req-0ea5109c-99e2-45ce-bec9-98a6cbdef5e7 Location: http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:40:45,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:45 GMT Server: Apache x-openstack-request-id: req-e10cf2a3-8b5d-46cc-8f96-2df781470be8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor2", "OS::project_id": "b4b06998e5784f4c8f04a1f2e8840048", "OS::stack_id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-kp", "security_group_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-sec_grp", "subnet_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet", "net_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst2", "inst1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst1", "image2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image", "flavor1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor1", "image1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "stack_user_project_id": "1ebf065813e64f07ba0128655800aa7d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:40:44Z", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:40:45,624 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 used request id req-e10cf2a3-8b5d-46cc-8f96-2df781470be8 2018-10-04 15:40:45,625 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack 2018-10-04 15:40:45,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5bc79e6c7aa82913077a691c2021179e49d09c" 2018-10-04 15:40:45,807 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:40:45 GMT Server: Apache x-openstack-request-id: req-01c2ce59-85af-496b-a3fa-6dc982246d07 Location: http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:40:45,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:45 GMT Server: Apache x-openstack-request-id: req-0089bec2-aae0-452d-af78-d41f5995b9f3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor2", "OS::project_id": "b4b06998e5784f4c8f04a1f2e8840048", "OS::stack_id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-kp", "security_group_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-sec_grp", "subnet_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet", "net_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst2", "inst1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst1", "image2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image", "flavor1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor1", "image1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "stack_user_project_id": "1ebf065813e64f07ba0128655800aa7d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:40:44Z", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:40:45,997 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 used request id req-0089bec2-aae0-452d-af78-d41f5995b9f3 2018-10-04 15:40:45,997 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:40:45,997 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:40:49,001 - create_stack - DEBUG - Stack status query timeout in 1196.62420702 2018-10-04 15:40:49,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5bc79e6c7aa82913077a691c2021179e49d09c" 2018-10-04 15:40:49,177 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:40:49 GMT Server: Apache x-openstack-request-id: req-d69cb6fd-ab15-4d88-8ba4-805276df1007 Location: http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:40:49,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:49 GMT Server: Apache x-openstack-request-id: req-1672f8ad-5362-476c-a262-7f3b00334a3c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor2", "OS::project_id": "b4b06998e5784f4c8f04a1f2e8840048", "OS::stack_id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-kp", "security_group_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-sec_grp", "subnet_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet", "net_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst2", "inst1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst1", "image2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image", "flavor1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor1", "image1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "stack_user_project_id": "1ebf065813e64f07ba0128655800aa7d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:40:44Z", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "outputs": [{"output_value": "", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:40:49,251 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 used request id req-1672f8ad-5362-476c-a262-7f3b00334a3c 2018-10-04 15:40:49,252 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:40:49,252 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:40:52,253 - create_stack - DEBUG - Stack status query timeout in 1193.37178111 2018-10-04 15:40:52,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5bc79e6c7aa82913077a691c2021179e49d09c" 2018-10-04 15:40:52,283 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:40:52 GMT Server: Apache x-openstack-request-id: req-e01cf2ea-f035-4b60-a5d0-0c065ce5ca8b Location: http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:40:52,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:52 GMT Server: Apache x-openstack-request-id: req-7ec178ce-2309-4c55-89c3-bd283746a491 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2069 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor2", "OS::project_id": "b4b06998e5784f4c8f04a1f2e8840048", "OS::stack_id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-kp", "security_group_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-sec_grp", "subnet_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet", "net_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst2", "inst1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst1", "image2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image", "flavor1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor1", "image1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "stack_user_project_id": "1ebf065813e64f07ba0128655800aa7d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:40:44Z", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEAw3gV2z1GFF8KAHCJ+jXpYL77j2+Hj7jV13xmNmP0HiHhQHfM\n6Fk9z+wtwe6BkXXvPgwY7hKhjANRKkqpsfEhrZP5rgk0QLyVkaT19yTwtw1mbH2J\nJhs6ixJtdFnSNK7dLgAA5u5Ks8+SjK/7Z26FdhcECwSCxAh+72YeWTssZ3NnHgwv\n/XQ4rBSgNgoyDxaIWt0vkeccWQ8hoOaWHRG0VQ3bbxPyl1gfuq76bRd9VKrhT26h\nHqLCjGPfdKw7P8VV3nWdBx8rDVKYjuutNtFphz5lAkERSP8770sgRmHwQPo2cfBj\nX/kqbKGiuiRPTV61BDLc9an5jb95Sd7W1ePZ2QIDAQABAoIBAQCXuH0WiE/9/erw\nfmnKqc/1BSiTpBkP6IMrWGap7xmLzfZeKN8GtkYxPnwh3HP7qRPDEHbFS/bSi7yT\nXBKtiKIAbixN9tz1JqvdubIlXCnvm9oVebdbuaTOT8Zfmlx8AgKx8tTAatPXD9YL\nl4lHNlUnXSQJPT4W1RVZ0uTZlAGaZW8ezbo/r3+NCjVhHcJqfc4pddY4cXDTQ02p\ni8eQSyrLFybfbFZshPtwB/hp3GAhF2H7EA7Tx9gMjQZ6K55qB5miQEr9v7UunRzZ\n4hHR7Gt71o/FO0ZFAjRkHfeFdXABUzZ7qkf+qn6RmjneNOouZErpIqcPW8+UxCHl\nw50vOJWBAoGBAPX4f+ApGTgWzjoqXm3KCXPI4VFKHhGulN7H9FE51wX+mJ0RKZpC\n9q4dvIBUelXkf7C9dm/DnQf2QRoaG76xblkU9MN0IEAvZh5fbJ81A4RcASwj2Pt5\nSvWfEzI12GpWSDB0tzf6wM13oGoo6mS4I86/vzoQBZH3XDNUa2bXCLcxAoGBAMtw\ncCEe1+IookPy0xu9K+qbjkV3Ub58IynWJWOXOq+DmFXuayYD2l7sE6JScZzUagpq\nkxrV9XMP5cqjDr1lnxmvR3ZyuopujWFTKEFLLCHj4fLz66IU7epRJxkSDBMlX6go\nfTx7KiKMiREcK6rS/zy9QT6bz3+f/cYWb8Yoi/MpAoGBAO1fSZj8UJguegrsBIET\nbxfMDpWyX15VCtoMQZ15oibo0kMR4wI6CXFyxQ1beUwW3Zuk2/1z28FpRt53v7rB\n5GoXrTZKhS0sEPLSyDLEqIY9e+wrFCVroolzYMUd7aKBbd1FZeOiHBqtjaOlpL5a\nbkQCC/tuptF80/+9QoDWmFShAoGBAJLxZvx1U8e2Q+ZCeXuauyLdMvk4AyJMdfWd\nCSqTLD9kFN9Us64ksFFJwbDITenSf7mAWzrR+lUe0YL5HgdtZGrf8QU8P0MIMTRw\nJS5sRrc/649Z4gQTi/lono38PB6EK0DB5huOdtO3oLVsHJpphxRvOrYnQsxTWrD+\nucNuvA9pAoGBAI/hGfwI/o/tf2xEriw4O6HUDq6tGoq9xueoAbxOYGR7VimeimOo\ng85ue9WfwiUNxp2pLTdsCcbUkCsKW3STxzbsTNlURUHWc4Mon5/tGsgervins81I\nowqeEFOoX8MDSM+QC4/t/mgyjyO9/oO1uhetnL92vAxV5yIpwuh56NC1\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:40:52,618 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 used request id req-7ec178ce-2309-4c55-89c3-bd283746a491 2018-10-04 15:40:52,619 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:40:52,619 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:40:55,622 - create_stack - DEBUG - Stack status query timeout in 1190.00282598 2018-10-04 15:40:55,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5bc79e6c7aa82913077a691c2021179e49d09c" 2018-10-04 15:40:55,654 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:40:55 GMT Server: Apache x-openstack-request-id: req-1c14312c-cef2-435f-abcc-5d76698645cf Location: http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:40:56,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:55 GMT Server: Apache x-openstack-request-id: req-63e625e0-0645-4e8e-be94-038f451cb87c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2069 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor2", "OS::project_id": "b4b06998e5784f4c8f04a1f2e8840048", "OS::stack_id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-kp", "security_group_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-sec_grp", "subnet_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet", "net_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst2", "inst1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst1", "image2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image", "flavor1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor1", "image1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "stack_user_project_id": "1ebf065813e64f07ba0128655800aa7d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:40:44Z", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEAw3gV2z1GFF8KAHCJ+jXpYL77j2+Hj7jV13xmNmP0HiHhQHfM\n6Fk9z+wtwe6BkXXvPgwY7hKhjANRKkqpsfEhrZP5rgk0QLyVkaT19yTwtw1mbH2J\nJhs6ixJtdFnSNK7dLgAA5u5Ks8+SjK/7Z26FdhcECwSCxAh+72YeWTssZ3NnHgwv\n/XQ4rBSgNgoyDxaIWt0vkeccWQ8hoOaWHRG0VQ3bbxPyl1gfuq76bRd9VKrhT26h\nHqLCjGPfdKw7P8VV3nWdBx8rDVKYjuutNtFphz5lAkERSP8770sgRmHwQPo2cfBj\nX/kqbKGiuiRPTV61BDLc9an5jb95Sd7W1ePZ2QIDAQABAoIBAQCXuH0WiE/9/erw\nfmnKqc/1BSiTpBkP6IMrWGap7xmLzfZeKN8GtkYxPnwh3HP7qRPDEHbFS/bSi7yT\nXBKtiKIAbixN9tz1JqvdubIlXCnvm9oVebdbuaTOT8Zfmlx8AgKx8tTAatPXD9YL\nl4lHNlUnXSQJPT4W1RVZ0uTZlAGaZW8ezbo/r3+NCjVhHcJqfc4pddY4cXDTQ02p\ni8eQSyrLFybfbFZshPtwB/hp3GAhF2H7EA7Tx9gMjQZ6K55qB5miQEr9v7UunRzZ\n4hHR7Gt71o/FO0ZFAjRkHfeFdXABUzZ7qkf+qn6RmjneNOouZErpIqcPW8+UxCHl\nw50vOJWBAoGBAPX4f+ApGTgWzjoqXm3KCXPI4VFKHhGulN7H9FE51wX+mJ0RKZpC\n9q4dvIBUelXkf7C9dm/DnQf2QRoaG76xblkU9MN0IEAvZh5fbJ81A4RcASwj2Pt5\nSvWfEzI12GpWSDB0tzf6wM13oGoo6mS4I86/vzoQBZH3XDNUa2bXCLcxAoGBAMtw\ncCEe1+IookPy0xu9K+qbjkV3Ub58IynWJWOXOq+DmFXuayYD2l7sE6JScZzUagpq\nkxrV9XMP5cqjDr1lnxmvR3ZyuopujWFTKEFLLCHj4fLz66IU7epRJxkSDBMlX6go\nfTx7KiKMiREcK6rS/zy9QT6bz3+f/cYWb8Yoi/MpAoGBAO1fSZj8UJguegrsBIET\nbxfMDpWyX15VCtoMQZ15oibo0kMR4wI6CXFyxQ1beUwW3Zuk2/1z28FpRt53v7rB\n5GoXrTZKhS0sEPLSyDLEqIY9e+wrFCVroolzYMUd7aKBbd1FZeOiHBqtjaOlpL5a\nbkQCC/tuptF80/+9QoDWmFShAoGBAJLxZvx1U8e2Q+ZCeXuauyLdMvk4AyJMdfWd\nCSqTLD9kFN9Us64ksFFJwbDITenSf7mAWzrR+lUe0YL5HgdtZGrf8QU8P0MIMTRw\nJS5sRrc/649Z4gQTi/lono38PB6EK0DB5huOdtO3oLVsHJpphxRvOrYnQsxTWrD+\nucNuvA9pAoGBAI/hGfwI/o/tf2xEriw4O6HUDq6tGoq9xueoAbxOYGR7VimeimOo\ng85ue9WfwiUNxp2pLTdsCcbUkCsKW3STxzbsTNlURUHWc4Mon5/tGsgervins81I\nowqeEFOoX8MDSM+QC4/t/mgyjyO9/oO1uhetnL92vAxV5yIpwuh56NC1\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:40:56,181 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 used request id req-63e625e0-0645-4e8e-be94-038f451cb87c 2018-10-04 15:40:56,181 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:40:56,182 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:40:59,185 - create_stack - DEBUG - Stack status query timeout in 1186.44001198 2018-10-04 15:40:59,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5bc79e6c7aa82913077a691c2021179e49d09c" 2018-10-04 15:40:59,369 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:40:59 GMT Server: Apache x-openstack-request-id: req-0f5f5721-1836-46db-a6b0-104235098e5f Location: http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:40:59,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:40:59 GMT Server: Apache x-openstack-request-id: req-277b463c-9c1c-4365-b240-52a783fbce3d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2069 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor2", "OS::project_id": "b4b06998e5784f4c8f04a1f2e8840048", "OS::stack_id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-kp", "security_group_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-sec_grp", "subnet_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet", "net_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst2", "inst1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst1", "image2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image", "flavor1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor1", "image1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "stack_user_project_id": "1ebf065813e64f07ba0128655800aa7d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T15:40:44Z", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEAw3gV2z1GFF8KAHCJ+jXpYL77j2+Hj7jV13xmNmP0HiHhQHfM\n6Fk9z+wtwe6BkXXvPgwY7hKhjANRKkqpsfEhrZP5rgk0QLyVkaT19yTwtw1mbH2J\nJhs6ixJtdFnSNK7dLgAA5u5Ks8+SjK/7Z26FdhcECwSCxAh+72YeWTssZ3NnHgwv\n/XQ4rBSgNgoyDxaIWt0vkeccWQ8hoOaWHRG0VQ3bbxPyl1gfuq76bRd9VKrhT26h\nHqLCjGPfdKw7P8VV3nWdBx8rDVKYjuutNtFphz5lAkERSP8770sgRmHwQPo2cfBj\nX/kqbKGiuiRPTV61BDLc9an5jb95Sd7W1ePZ2QIDAQABAoIBAQCXuH0WiE/9/erw\nfmnKqc/1BSiTpBkP6IMrWGap7xmLzfZeKN8GtkYxPnwh3HP7qRPDEHbFS/bSi7yT\nXBKtiKIAbixN9tz1JqvdubIlXCnvm9oVebdbuaTOT8Zfmlx8AgKx8tTAatPXD9YL\nl4lHNlUnXSQJPT4W1RVZ0uTZlAGaZW8ezbo/r3+NCjVhHcJqfc4pddY4cXDTQ02p\ni8eQSyrLFybfbFZshPtwB/hp3GAhF2H7EA7Tx9gMjQZ6K55qB5miQEr9v7UunRzZ\n4hHR7Gt71o/FO0ZFAjRkHfeFdXABUzZ7qkf+qn6RmjneNOouZErpIqcPW8+UxCHl\nw50vOJWBAoGBAPX4f+ApGTgWzjoqXm3KCXPI4VFKHhGulN7H9FE51wX+mJ0RKZpC\n9q4dvIBUelXkf7C9dm/DnQf2QRoaG76xblkU9MN0IEAvZh5fbJ81A4RcASwj2Pt5\nSvWfEzI12GpWSDB0tzf6wM13oGoo6mS4I86/vzoQBZH3XDNUa2bXCLcxAoGBAMtw\ncCEe1+IookPy0xu9K+qbjkV3Ub58IynWJWOXOq+DmFXuayYD2l7sE6JScZzUagpq\nkxrV9XMP5cqjDr1lnxmvR3ZyuopujWFTKEFLLCHj4fLz66IU7epRJxkSDBMlX6go\nfTx7KiKMiREcK6rS/zy9QT6bz3+f/cYWb8Yoi/MpAoGBAO1fSZj8UJguegrsBIET\nbxfMDpWyX15VCtoMQZ15oibo0kMR4wI6CXFyxQ1beUwW3Zuk2/1z28FpRt53v7rB\n5GoXrTZKhS0sEPLSyDLEqIY9e+wrFCVroolzYMUd7aKBbd1FZeOiHBqtjaOlpL5a\nbkQCC/tuptF80/+9QoDWmFShAoGBAJLxZvx1U8e2Q+ZCeXuauyLdMvk4AyJMdfWd\nCSqTLD9kFN9Us64ksFFJwbDITenSf7mAWzrR+lUe0YL5HgdtZGrf8QU8P0MIMTRw\nJS5sRrc/649Z4gQTi/lono38PB6EK0DB5huOdtO3oLVsHJpphxRvOrYnQsxTWrD+\nucNuvA9pAoGBAI/hGfwI/o/tf2xEriw4O6HUDq6tGoq9xueoAbxOYGR7VimeimOo\ng85ue9WfwiUNxp2pLTdsCcbUkCsKW3STxzbsTNlURUHWc4Mon5/tGsgervins81I\nowqeEFOoX8MDSM+QC4/t/mgyjyO9/oO1uhetnL92vAxV5yIpwuh56NC1\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:40:59,700 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 used request id req-277b463c-9c1c-4365-b240-52a783fbce3d 2018-10-04 15:40:59,700 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-04 15:40:59,700 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:41:02,704 - create_stack - DEBUG - Stack status query timeout in 1182.92114496 2018-10-04 15:41:02,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5bc79e6c7aa82913077a691c2021179e49d09c" 2018-10-04 15:41:02,733 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:41:02 GMT Server: Apache x-openstack-request-id: req-19181fd3-473b-4af0-92c3-4e265d0e43fa Location: http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:41:02,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:02 GMT Server: Apache x-openstack-request-id: req-7eff25dc-4395-4f1e-8d14-504333592e20 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor2", "OS::project_id": "b4b06998e5784f4c8f04a1f2e8840048", "OS::stack_id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-kp", "security_group_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-sec_grp", "subnet_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet", "net_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst2", "inst1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst1", "image2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image", "flavor1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor1", "image1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "stack_user_project_id": "1ebf065813e64f07ba0128655800aa7d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:40:44Z", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEAw3gV2z1GFF8KAHCJ+jXpYL77j2+Hj7jV13xmNmP0HiHhQHfM\n6Fk9z+wtwe6BkXXvPgwY7hKhjANRKkqpsfEhrZP5rgk0QLyVkaT19yTwtw1mbH2J\nJhs6ixJtdFnSNK7dLgAA5u5Ks8+SjK/7Z26FdhcECwSCxAh+72YeWTssZ3NnHgwv\n/XQ4rBSgNgoyDxaIWt0vkeccWQ8hoOaWHRG0VQ3bbxPyl1gfuq76bRd9VKrhT26h\nHqLCjGPfdKw7P8VV3nWdBx8rDVKYjuutNtFphz5lAkERSP8770sgRmHwQPo2cfBj\nX/kqbKGiuiRPTV61BDLc9an5jb95Sd7W1ePZ2QIDAQABAoIBAQCXuH0WiE/9/erw\nfmnKqc/1BSiTpBkP6IMrWGap7xmLzfZeKN8GtkYxPnwh3HP7qRPDEHbFS/bSi7yT\nXBKtiKIAbixN9tz1JqvdubIlXCnvm9oVebdbuaTOT8Zfmlx8AgKx8tTAatPXD9YL\nl4lHNlUnXSQJPT4W1RVZ0uTZlAGaZW8ezbo/r3+NCjVhHcJqfc4pddY4cXDTQ02p\ni8eQSyrLFybfbFZshPtwB/hp3GAhF2H7EA7Tx9gMjQZ6K55qB5miQEr9v7UunRzZ\n4hHR7Gt71o/FO0ZFAjRkHfeFdXABUzZ7qkf+qn6RmjneNOouZErpIqcPW8+UxCHl\nw50vOJWBAoGBAPX4f+ApGTgWzjoqXm3KCXPI4VFKHhGulN7H9FE51wX+mJ0RKZpC\n9q4dvIBUelXkf7C9dm/DnQf2QRoaG76xblkU9MN0IEAvZh5fbJ81A4RcASwj2Pt5\nSvWfEzI12GpWSDB0tzf6wM13oGoo6mS4I86/vzoQBZH3XDNUa2bXCLcxAoGBAMtw\ncCEe1+IookPy0xu9K+qbjkV3Ub58IynWJWOXOq+DmFXuayYD2l7sE6JScZzUagpq\nkxrV9XMP5cqjDr1lnxmvR3ZyuopujWFTKEFLLCHj4fLz66IU7epRJxkSDBMlX6go\nfTx7KiKMiREcK6rS/zy9QT6bz3+f/cYWb8Yoi/MpAoGBAO1fSZj8UJguegrsBIET\nbxfMDpWyX15VCtoMQZ15oibo0kMR4wI6CXFyxQ1beUwW3Zuk2/1z28FpRt53v7rB\n5GoXrTZKhS0sEPLSyDLEqIY9e+wrFCVroolzYMUd7aKBbd1FZeOiHBqtjaOlpL5a\nbkQCC/tuptF80/+9QoDWmFShAoGBAJLxZvx1U8e2Q+ZCeXuauyLdMvk4AyJMdfWd\nCSqTLD9kFN9Us64ksFFJwbDITenSf7mAWzrR+lUe0YL5HgdtZGrf8QU8P0MIMTRw\nJS5sRrc/649Z4gQTi/lono38PB6EK0DB5huOdtO3oLVsHJpphxRvOrYnQsxTWrD+\nucNuvA9pAoGBAI/hGfwI/o/tf2xEriw4O6HUDq6tGoq9xueoAbxOYGR7VimeimOo\ng85ue9WfwiUNxp2pLTdsCcbUkCsKW3STxzbsTNlURUHWc4Mon5/tGsgervins81I\nowqeEFOoX8MDSM+QC4/t/mgyjyO9/oO1uhetnL92vAxV5yIpwuh56NC1\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:41:02,908 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 used request id req-7eff25dc-4395-4f1e-8d14-504333592e20 2018-10-04 15:41:02,908 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-04 15:41:02,908 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack 2018-10-04 15:41:02,908 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack 2018-10-04 15:41:02,909 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:41:02,910 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:41:03,290 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "6b915c6eb9a74274b84f28888b902e16", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:41:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b4b06998e5784f4c8f04a1f2e8840048", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/b4b06998e5784f4c8f04a1f2e8840048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/b4b06998e5784f4c8f04a1f2e8840048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/b4b06998e5784f4c8f04a1f2e8840048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b4b06998e5784f4c8f04a1f2e8840048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/b4b06998e5784f4c8f04a1f2e8840048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/b4b06998e5784f4c8f04a1f2e8840048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-user", "id": "d28fa172248e4df1a8e10e657519e885"}, "audit_ids": ["yv50Wq6GQzOFDSt4sgrTPA"], "issued_at": "2018-10-04T15:41:03.000000Z"}} 2018-10-04 15:41:03,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:03,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0944857-ad25-4020-a013-912f91634f8f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:41:03,366 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b0944857-ad25-4020-a013-912f91634f8f 2018-10-04 15:41:03,368 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:41:03,371 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 15:41:03,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:03,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:03 GMT Server: Apache x-openstack-request-id: req-7f0467da-15d8-4087-be8e-ec8bda39b5a2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 402 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "stack_user_project_id": "1ebf065813e64f07ba0128655800aa7d", "deletion_time": null, "creation_time": "2018-10-04T15:40:44Z", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "self"}], "updated_time": null, "project": "b4b06998e5784f4c8f04a1f2e8840048", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "tags": null}]} 2018-10-04 15:41:03,647 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack used request id req-7f0467da-15d8-4087-be8e-ec8bda39b5a2 2018-10-04 15:41:03,648 - create_stack - INFO - Found stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack 2018-10-04 15:41:03,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:03,831 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:41:03 GMT Server: Apache x-openstack-request-id: req-39905b4c-191f-42f3-b73b-3da060ac4910 Location: http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:41:04,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:03 GMT Server: Apache x-openstack-request-id: req-44352bd7-a42a-402b-a1e1-f5030071d1f5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1049 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-04T15:40:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:40:45Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "11a93228-89e8-4fc5-9403-cc6b63f8efb7", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-04T15:40:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:40:45Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "f1ab0e93-5a23-49e1-8ca0-ef2729691792", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources/network", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-04T15:40:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:40:45Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "30bf2507-c9be-42cb-8c41-50388d6f1d86", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-04T15:40:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:40:45Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "b26ce7cc-a0d5-48db-8191-1d3c03b17d20", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-04T15:40:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:40:45Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "9a7bd0a1-2776-47e0-9491-baef8dbf5024", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-04T15:40:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:40:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "252", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-04T15:40:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:40:45Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-04T15:40:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:40:45Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "61dc1e5d-3f7e-4275-9747-ed7a50f0ef95:subnet_id=68871a00-561a-4aee-9a47-8c9c20eb1f8b", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-04T15:40:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:40:45Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "68871a00-561a-4aee-9a47-8c9c20eb1f8b", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-04T15:40:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:40:45Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "61dc1e5d-3f7e-4275-9747-ed7a50f0ef95", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources/port1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-04T15:40:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:40:45Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "a46eb1cc-c9cb-405e-8b07-3bb67c7f573c", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-04T15:40:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:40:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "df77f0d6-b0a7-41f7-b6ed-4029561c88c0", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-04T15:40:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:40:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9283b012-d9e3-459d-b619-a87d0e9f9c8e", "resource_type": "OS::Nova::Server"}]} 2018-10-04 15:41:04,055 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources used request id req-44352bd7-a42a-402b-a1e1-f5030071d1f5 2018-10-04 15:41:04,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/df77f0d6-b0a7-41f7-b6ed-4029561c88c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:04,641 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41: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-50ddd1c9-76e0-44f6-89ce-b52ff414f4b7 x-compute-request-id: req-50ddd1c9-76e0-44f6-89ce-b52ff414f4b7 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:b5:6b", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/df77f0d6-b0a7-41f7-b6ed-4029561c88c0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/df77f0d6-b0a7-41f7-b6ed-4029561c88c0", "rel": "bookmark"}], "image": {"id": "ff46ab12-6683-4b69-a74b-d3e882bfb1f9", "links": [{"href": "http://172.30.9.23:8774/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-10-04T15:40:57.000000", "flavor": {"id": "11a93228-89e8-4fc5-9403-cc6b63f8efb7", "links": [{"href": "http://172.30.9.23:8774/flavors/11a93228-89e8-4fc5-9403-cc6b63f8efb7", "rel": "bookmark"}]}, "id": "df77f0d6-b0a7-41f7-b6ed-4029561c88c0", "security_groups": [{"name": "default"}], "user_id": "d28fa172248e4df1a8e10e657519e885", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:40:59Z", "hostId": "7331085d7e7a07be0ee5bf0908cb1db8b9015f5528c325a60d2c1c3d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst2", "created": "2018-10-04T15:40:53Z", "tenant_id": "b4b06998e5784f4c8f04a1f2e8840048", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:41:04,641 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/df77f0d6-b0a7-41f7-b6ed-4029561c88c0 used request id req-50ddd1c9-76e0-44f6-89ce-b52ff414f4b7 2018-10-04 15:41:04,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:04,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-3cfd4e47-a9e1-455b-930c-044b155846f4 Date: Thu, 04 Oct 2018 15:41:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","subnets":["68871a00-561a-4aee-9a47-8c9c20eb1f8b"],"description":"","tags":[],"updated_at":"2018-10-04T15:40:49Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net","admin_state_up":true,"tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:48Z","provider:network_type":"vxlan"}]} 2018-10-04 15:41:04,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net used request id req-3cfd4e47-a9e1-455b-930c-044b155846f4 2018-10-04 15:41:04,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:41:04,889 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:41:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:41:04,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:04,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85312cf6-6f88-4902-9dbb-1340d5cef240 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048"}, "enabled": true, "id": "b4b06998e5784f4c8f04a1f2e8840048", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj"}} 2018-10-04 15:41:04,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 used request id req-85312cf6-6f88-4902-9dbb-1340d5cef240 2018-10-04 15:41:04,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:05,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-cb94d820-5a74-434e-b439-5a3b3967ba2d Date: Thu, 04 Oct 2018 15:41:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:40:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"b4b06998e5784f4c8f04a1f2e8840048","id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet"}]} 2018-10-04 15:41:05,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 used request id req-cb94d820-5a74-434e-b439-5a3b3967ba2d 2018-10-04 15:41:05,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:05,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5805 X-Openstack-Request-Id: req-1fa9cef3-edbf-44c1-9753-e9ed52947352 Date: Thu, 04 Oct 2018 15:41:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.2"}],"id":"05c1aa7d-9693-4f34-a5de-7a8848f17334","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:48:63:4a","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.4"}],"id":"555f01a0-8b32-47f6-b455-ebb9d0508ad6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:06:b1:40","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:51Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.3"}],"id":"7764e848-6a15-45c9-96b8-fd2dcdf8640b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:11:1b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.6"}],"id":"81cc5e04-9f68-40ce-8abd-afb1d2667216","security_groups":["485a87fe-e780-4e92-87f3-0aaba13f4932"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:b5:6b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:54Z","binding:vnic_type":"normal","device_id":"df77f0d6-b0a7-41f7-b6ed-4029561c88c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.9"}],"id":"a46eb1cc-c9cb-405e-8b07-3bb67c7f573c","security_groups":["b26ce7cc-a0d5-48db-8191-1d3c03b17d20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:d0:9f","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack-port1-bmumisofprzl","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:51Z","binding:vnic_type":"normal","device_id":"9283b012-d9e3-459d-b619-a87d0e9f9c8e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.1"}],"id":"a7697c00-1f02-4302-b4fd-3a51b29e87b5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:e2:2b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:57Z","binding:vnic_type":"normal","device_id":"61dc1e5d-3f7e-4275-9747-ed7a50f0ef95"}]} 2018-10-04 15:41:05,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 used request id req-1fa9cef3-edbf-44c1-9753-e9ed52947352 2018-10-04 15:41:05,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9283b012-d9e3-459d-b619-a87d0e9f9c8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:06,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d82804db-65ff-4f5a-9b05-f500b40bc957 x-compute-request-id: req-d82804db-65ff-4f5a-9b05-f500b40bc957 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:d0:9f", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:d0:9f", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9283b012-d9e3-459d-b619-a87d0e9f9c8e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9283b012-d9e3-459d-b619-a87d0e9f9c8e", "rel": "bookmark"}], "image": {"id": "ff46ab12-6683-4b69-a74b-d3e882bfb1f9", "links": [{"href": "http://172.30.9.23:8774/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": "2018-10-04T15:40:57.000000", "flavor": {"id": "f1ab0e93-5a23-49e1-8ca0-ef2729691792", "links": [{"href": "http://172.30.9.23:8774/flavors/f1ab0e93-5a23-49e1-8ca0-ef2729691792", "rel": "bookmark"}]}, "id": "9283b012-d9e3-459d-b619-a87d0e9f9c8e", "security_groups": [{"name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-sec_grp"}], "user_id": "d28fa172248e4df1a8e10e657519e885", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:40:59Z", "hostId": "252d030d3a5936dcf468276bd299c3021324966acf7a503a58ff488f", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst1", "created": "2018-10-04T15:40:54Z", "tenant_id": "b4b06998e5784f4c8f04a1f2e8840048", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:41:06,052 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9283b012-d9e3-459d-b619-a87d0e9f9c8e used request id req-d82804db-65ff-4f5a-9b05-f500b40bc957 2018-10-04 15:41:06,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:06,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-432960d1-9dcc-4fd8-b588-1053c6560221 Date: Thu, 04 Oct 2018 15:41:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","subnets":["68871a00-561a-4aee-9a47-8c9c20eb1f8b"],"description":"","tags":[],"updated_at":"2018-10-04T15:40:49Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net","admin_state_up":true,"tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:48Z","provider:network_type":"vxlan"}]} 2018-10-04 15:41:06,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net used request id req-432960d1-9dcc-4fd8-b588-1053c6560221 2018-10-04 15:41:06,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:06,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b499f6f2-f582-4c6d-bad1-12bc8025ff74 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048"}, "enabled": true, "id": "b4b06998e5784f4c8f04a1f2e8840048", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj"}} 2018-10-04 15:41:06,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 used request id req-b499f6f2-f582-4c6d-bad1-12bc8025ff74 2018-10-04 15:41:06,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:06,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-7e364941-bec6-4656-ae2c-7e19ed6faeb8 Date: Thu, 04 Oct 2018 15:41:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:40:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"b4b06998e5784f4c8f04a1f2e8840048","id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet"}]} 2018-10-04 15:41:06,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 used request id req-7e364941-bec6-4656-ae2c-7e19ed6faeb8 2018-10-04 15:41:06,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:06,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5805 X-Openstack-Request-Id: req-86505a6b-a955-4810-9a03-67827e93496c Date: Thu, 04 Oct 2018 15:41:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.2"}],"id":"05c1aa7d-9693-4f34-a5de-7a8848f17334","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:48:63:4a","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.4"}],"id":"555f01a0-8b32-47f6-b455-ebb9d0508ad6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:06:b1:40","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:51Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.3"}],"id":"7764e848-6a15-45c9-96b8-fd2dcdf8640b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:11:1b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.6"}],"id":"81cc5e04-9f68-40ce-8abd-afb1d2667216","security_groups":["485a87fe-e780-4e92-87f3-0aaba13f4932"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:b5:6b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:54Z","binding:vnic_type":"normal","device_id":"df77f0d6-b0a7-41f7-b6ed-4029561c88c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.9"}],"id":"a46eb1cc-c9cb-405e-8b07-3bb67c7f573c","security_groups":["b26ce7cc-a0d5-48db-8191-1d3c03b17d20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:d0:9f","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack-port1-bmumisofprzl","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:51Z","binding:vnic_type":"normal","device_id":"9283b012-d9e3-459d-b619-a87d0e9f9c8e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.1"}],"id":"a7697c00-1f02-4302-b4fd-3a51b29e87b5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:e2:2b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:57Z","binding:vnic_type":"normal","device_id":"61dc1e5d-3f7e-4275-9747-ed7a50f0ef95"}]} 2018-10-04 15:41:06,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 used request id req-86505a6b-a955-4810-9a03-67827e93496c 2018-10-04 15:41:06,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:06,805 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:41:06 GMT Server: Apache x-openstack-request-id: req-4db723a0-117f-4eaf-b56d-667bf7e18687 Location: http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:41:07,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:06 GMT Server: Apache x-openstack-request-id: req-977a1f6b-be58-44fb-b98e-3b06c173a5d0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1052 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-04T15:40:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:40:45Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "11a93228-89e8-4fc5-9403-cc6b63f8efb7", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-04T15:40:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:40:45Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "f1ab0e93-5a23-49e1-8ca0-ef2729691792", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources/network", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-04T15:40:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:40:45Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "30bf2507-c9be-42cb-8c41-50388d6f1d86", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-04T15:40:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:40:45Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "b26ce7cc-a0d5-48db-8191-1d3c03b17d20", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-04T15:40:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:40:45Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "9a7bd0a1-2776-47e0-9491-baef8dbf5024", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-04T15:40:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:40:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "252", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-04T15:40:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:40:45Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-04T15:40:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:40:45Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "61dc1e5d-3f7e-4275-9747-ed7a50f0ef95:subnet_id=68871a00-561a-4aee-9a47-8c9c20eb1f8b", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-04T15:40:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:40:45Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "68871a00-561a-4aee-9a47-8c9c20eb1f8b", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-04T15:40:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:40:45Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "61dc1e5d-3f7e-4275-9747-ed7a50f0ef95", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources/port1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-04T15:40:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:40:45Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "a46eb1cc-c9cb-405e-8b07-3bb67c7f573c", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-04T15:40:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:40:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "df77f0d6-b0a7-41f7-b6ed-4029561c88c0", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-04T15:40:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T15:40:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9283b012-d9e3-459d-b619-a87d0e9f9c8e", "resource_type": "OS::Nova::Server"}]} 2018-10-04 15:41:07,044 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8/resources used request id req-977a1f6b-be58-44fb-b98e-3b06c173a5d0 2018-10-04 15:41:07,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/11a93228-89e8-4fc5-9403-cc6b63f8efb7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:07,068 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef885915-6261-4b99-8ba5-075766cf10de x-compute-request-id: req-ef885915-6261-4b99-8ba5-075766cf10de Content-Encoding: gzip Content-Length: 338 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/11a93228-89e8-4fc5-9403-cc6b63f8efb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/11a93228-89e8-4fc5-9403-cc6b63f8efb7", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "11a93228-89e8-4fc5-9403-cc6b63f8efb7", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack-flavor2-dqbxx2txruom", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:41:07,068 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/11a93228-89e8-4fc5-9403-cc6b63f8efb7 used request id req-ef885915-6261-4b99-8ba5-075766cf10de 2018-10-04 15:41:07,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/68871a00-561a-4aee-9a47-8c9c20eb1f8b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:07,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-fe059e38-ebdf-49e6-bcdc-83af7703bb9d Date: Thu, 04 Oct 2018 15:41:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:40:49Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"b4b06998e5784f4c8f04a1f2e8840048","id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet"}} 2018-10-04 15:41:07,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/68871a00-561a-4aee-9a47-8c9c20eb1f8b used request id req-fe059e38-ebdf-49e6-bcdc-83af7703bb9d 2018-10-04 15:41:07,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=30bf2507-c9be-42cb-8c41-50388d6f1d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:07,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-a70faba2-8b16-4eaf-bb4c-9d41182b1d9e Date: Thu, 04 Oct 2018 15:41:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","subnets":["68871a00-561a-4aee-9a47-8c9c20eb1f8b"],"description":"","tags":[],"updated_at":"2018-10-04T15:40:49Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net","admin_state_up":true,"tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:48Z","provider:network_type":"vxlan"}]} 2018-10-04 15:41:07,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=30bf2507-c9be-42cb-8c41-50388d6f1d86 used request id req-a70faba2-8b16-4eaf-bb4c-9d41182b1d9e 2018-10-04 15:41:07,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:07,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2969e0a2-798d-422a-9c0b-5cbcc444b3b3 Date: Thu, 04 Oct 2018 15:41:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:40:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"b4b06998e5784f4c8f04a1f2e8840048","id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet"}]} 2018-10-04 15:41:07,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 used request id req-2969e0a2-798d-422a-9c0b-5cbcc444b3b3 2018-10-04 15:41:07,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:07,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-6421091f-fcf5-4f33-9b3e-bf626bd55e32 Date: Thu, 04 Oct 2018 15:41:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","subnets":["68871a00-561a-4aee-9a47-8c9c20eb1f8b"],"description":"","tags":[],"updated_at":"2018-10-04T15:40:49Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net","admin_state_up":true,"tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:48Z","provider:network_type":"vxlan"}]} 2018-10-04 15:41:07,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net used request id req-6421091f-fcf5-4f33-9b3e-bf626bd55e32 2018-10-04 15:41:07,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:07,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-969f8aee-0719-4039-8e2d-84de91205ca4 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048"}, "enabled": true, "id": "b4b06998e5784f4c8f04a1f2e8840048", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj"}} 2018-10-04 15:41:07,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 used request id req-969f8aee-0719-4039-8e2d-84de91205ca4 2018-10-04 15:41:07,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:07,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-78221cf0-4684-49d0-9307-4984ca14aa99 Date: Thu, 04 Oct 2018 15:41:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:40:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"b4b06998e5784f4c8f04a1f2e8840048","id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet"}]} 2018-10-04 15:41:07,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 used request id req-78221cf0-4684-49d0-9307-4984ca14aa99 2018-10-04 15:41:07,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86&mac_address=fa%3A16%3A3e%3Ad5%3Ab5%3A6b&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:08,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 958 X-Openstack-Request-Id: req-3cffaf7c-16e3-4343-9dbc-910f89f3aed6 Date: Thu, 04 Oct 2018 15:41:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.6"}],"id":"81cc5e04-9f68-40ce-8abd-afb1d2667216","security_groups":["485a87fe-e780-4e92-87f3-0aaba13f4932"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:b5:6b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:54Z","binding:vnic_type":"normal","device_id":"df77f0d6-b0a7-41f7-b6ed-4029561c88c0"}]} 2018-10-04 15:41:08,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86&mac_address=fa%3A16%3A3e%3Ad5%3Ab5%3A6b&admin_state_up=True used request id req-3cffaf7c-16e3-4343-9dbc-910f89f3aed6 2018-10-04 15:41:08,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:08,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e2d2ccc-0295-44c7-be63-0e6b01a528bf Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048"}, "enabled": true, "id": "b4b06998e5784f4c8f04a1f2e8840048", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj"}} 2018-10-04 15:41:08,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 used request id req-0e2d2ccc-0295-44c7-be63-0e6b01a528bf 2018-10-04 15:41:08,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:08,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-b79efa56-d424-4b8c-825a-83a7df7ee02f Date: Thu, 04 Oct 2018 15:41:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","subnets":["68871a00-561a-4aee-9a47-8c9c20eb1f8b"],"description":"","tags":[],"updated_at":"2018-10-04T15:40:49Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net","admin_state_up":true,"tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:48Z","provider:network_type":"vxlan"}]} 2018-10-04 15:41:08,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net used request id req-b79efa56-d424-4b8c-825a-83a7df7ee02f 2018-10-04 15:41:08,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:08,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2301fd64-094d-40e1-b885-32445a7c9d73 Date: Thu, 04 Oct 2018 15:41:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:40:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"b4b06998e5784f4c8f04a1f2e8840048","id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet"}]} 2018-10-04 15:41:08,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 used request id req-2301fd64-094d-40e1-b885-32445a7c9d73 2018-10-04 15:41:08,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:08,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5805 X-Openstack-Request-Id: req-3f95eda9-44bf-45ab-906d-9dab6e1660e6 Date: Thu, 04 Oct 2018 15:41:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.2"}],"id":"05c1aa7d-9693-4f34-a5de-7a8848f17334","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:48:63:4a","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.4"}],"id":"555f01a0-8b32-47f6-b455-ebb9d0508ad6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:06:b1:40","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:51Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.3"}],"id":"7764e848-6a15-45c9-96b8-fd2dcdf8640b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:11:1b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.6"}],"id":"81cc5e04-9f68-40ce-8abd-afb1d2667216","security_groups":["485a87fe-e780-4e92-87f3-0aaba13f4932"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:b5:6b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:54Z","binding:vnic_type":"normal","device_id":"df77f0d6-b0a7-41f7-b6ed-4029561c88c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.9"}],"id":"a46eb1cc-c9cb-405e-8b07-3bb67c7f573c","security_groups":["b26ce7cc-a0d5-48db-8191-1d3c03b17d20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:d0:9f","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack-port1-bmumisofprzl","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:51Z","binding:vnic_type":"normal","device_id":"9283b012-d9e3-459d-b619-a87d0e9f9c8e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.1"}],"id":"a7697c00-1f02-4302-b4fd-3a51b29e87b5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:e2:2b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:57Z","binding:vnic_type":"normal","device_id":"61dc1e5d-3f7e-4275-9747-ed7a50f0ef95"}]} 2018-10-04 15:41:08,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 used request id req-3f95eda9-44bf-45ab-906d-9dab6e1660e6 2018-10-04 15:41:08,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:08,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-b127dc66-51ad-4ccd-8e5f-a2ca0786308c Date: Thu, 04 Oct 2018 15:41:08 GMT RESP BODY: {"floatingips": [{"router_id": "61dc1e5d-3f7e-4275-9747-ed7a50f0ef95", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "b4b06998e5784f4c8f04a1f2e8840048", "created_at": "2018-10-04T15:40:57Z", "updated_at": "2018-10-04T15:40:59Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "10.1.2.9", "floating_ip_address": "172.30.9.209", "revision_number": 1, "project_id": "b4b06998e5784f4c8f04a1f2e8840048", "port_id": "a46eb1cc-c9cb-405e-8b07-3bb67c7f573c", "id": "9a7bd0a1-2776-47e0-9491-baef8dbf5024"}]} 2018-10-04 15:41:08,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-b127dc66-51ad-4ccd-8e5f-a2ca0786308c 2018-10-04 15:41:08,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:08,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-0a19323f-efa3-4d20-a08e-b84687c6cd7d Date: Thu, 04 Oct 2018 15:41:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:40:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:40:39Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9/snap", "metadata": {}}], "self": "/v2/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9", "min_disk": 0, "protected": false, "id": "ff46ab12-6683-4b69-a74b-d3e882bfb1f9", "file": "/v2/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b4b06998e5784f4c8f04a1f2e8840048", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:41:08,809 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9 used request id req-0a19323f-efa3-4d20-a08e-b84687c6cd7d 2018-10-04 15:41:08,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:08,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bb7c0a38-1fab-4e2f-8b54-823a174565ad Date: Thu, 04 Oct 2018 15:41:08 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:41:08,991 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-bb7c0a38-1fab-4e2f-8b54-823a174565ad 2018-10-04 15:41:08,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:09,169 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:41:09 GMT Server: Apache x-openstack-request-id: req-5fa428dd-ffba-42c4-a749-9cfcccbb2ff5 Location: http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:41:09,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:09 GMT Server: Apache x-openstack-request-id: req-2e972247-44f2-45c1-87e0-ac754a4f47c7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor2", "OS::project_id": "b4b06998e5784f4c8f04a1f2e8840048", "OS::stack_id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-kp", "security_group_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-sec_grp", "subnet_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet", "net_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst2", "inst1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst1", "image2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image", "flavor1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor1", "image1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "stack_user_project_id": "1ebf065813e64f07ba0128655800aa7d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:40:44Z", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEAw3gV2z1GFF8KAHCJ+jXpYL77j2+Hj7jV13xmNmP0HiHhQHfM\n6Fk9z+wtwe6BkXXvPgwY7hKhjANRKkqpsfEhrZP5rgk0QLyVkaT19yTwtw1mbH2J\nJhs6ixJtdFnSNK7dLgAA5u5Ks8+SjK/7Z26FdhcECwSCxAh+72YeWTssZ3NnHgwv\n/XQ4rBSgNgoyDxaIWt0vkeccWQ8hoOaWHRG0VQ3bbxPyl1gfuq76bRd9VKrhT26h\nHqLCjGPfdKw7P8VV3nWdBx8rDVKYjuutNtFphz5lAkERSP8770sgRmHwQPo2cfBj\nX/kqbKGiuiRPTV61BDLc9an5jb95Sd7W1ePZ2QIDAQABAoIBAQCXuH0WiE/9/erw\nfmnKqc/1BSiTpBkP6IMrWGap7xmLzfZeKN8GtkYxPnwh3HP7qRPDEHbFS/bSi7yT\nXBKtiKIAbixN9tz1JqvdubIlXCnvm9oVebdbuaTOT8Zfmlx8AgKx8tTAatPXD9YL\nl4lHNlUnXSQJPT4W1RVZ0uTZlAGaZW8ezbo/r3+NCjVhHcJqfc4pddY4cXDTQ02p\ni8eQSyrLFybfbFZshPtwB/hp3GAhF2H7EA7Tx9gMjQZ6K55qB5miQEr9v7UunRzZ\n4hHR7Gt71o/FO0ZFAjRkHfeFdXABUzZ7qkf+qn6RmjneNOouZErpIqcPW8+UxCHl\nw50vOJWBAoGBAPX4f+ApGTgWzjoqXm3KCXPI4VFKHhGulN7H9FE51wX+mJ0RKZpC\n9q4dvIBUelXkf7C9dm/DnQf2QRoaG76xblkU9MN0IEAvZh5fbJ81A4RcASwj2Pt5\nSvWfEzI12GpWSDB0tzf6wM13oGoo6mS4I86/vzoQBZH3XDNUa2bXCLcxAoGBAMtw\ncCEe1+IookPy0xu9K+qbjkV3Ub58IynWJWOXOq+DmFXuayYD2l7sE6JScZzUagpq\nkxrV9XMP5cqjDr1lnxmvR3ZyuopujWFTKEFLLCHj4fLz66IU7epRJxkSDBMlX6go\nfTx7KiKMiREcK6rS/zy9QT6bz3+f/cYWb8Yoi/MpAoGBAO1fSZj8UJguegrsBIET\nbxfMDpWyX15VCtoMQZ15oibo0kMR4wI6CXFyxQ1beUwW3Zuk2/1z28FpRt53v7rB\n5GoXrTZKhS0sEPLSyDLEqIY9e+wrFCVroolzYMUd7aKBbd1FZeOiHBqtjaOlpL5a\nbkQCC/tuptF80/+9QoDWmFShAoGBAJLxZvx1U8e2Q+ZCeXuauyLdMvk4AyJMdfWd\nCSqTLD9kFN9Us64ksFFJwbDITenSf7mAWzrR+lUe0YL5HgdtZGrf8QU8P0MIMTRw\nJS5sRrc/649Z4gQTi/lono38PB6EK0DB5huOdtO3oLVsHJpphxRvOrYnQsxTWrD+\nucNuvA9pAoGBAI/hGfwI/o/tf2xEriw4O6HUDq6tGoq9xueoAbxOYGR7VimeimOo\ng85ue9WfwiUNxp2pLTdsCcbUkCsKW3STxzbsTNlURUHWc4Mon5/tGsgervins81I\nowqeEFOoX8MDSM+QC4/t/mgyjyO9/oO1uhetnL92vAxV5yIpwuh56NC1\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:41:09,492 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 used request id req-2e972247-44f2-45c1-87e0-ac754a4f47c7 2018-10-04 15:41:09,493 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:41:09,494 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:41:09,869 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "6b915c6eb9a74274b84f28888b902e16", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:41:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b4b06998e5784f4c8f04a1f2e8840048", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/b4b06998e5784f4c8f04a1f2e8840048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/b4b06998e5784f4c8f04a1f2e8840048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/b4b06998e5784f4c8f04a1f2e8840048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b4b06998e5784f4c8f04a1f2e8840048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/b4b06998e5784f4c8f04a1f2e8840048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/b4b06998e5784f4c8f04a1f2e8840048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-user", "id": "d28fa172248e4df1a8e10e657519e885"}, "audit_ids": ["aLn6i7oQTAmt7owjjy7g6g"], "issued_at": "2018-10-04T15:41:09.000000Z"}} 2018-10-04 15:41:09,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d06d2c36b874f9230bf27f18e1cb9986357ec" 2018-10-04 15:41:09,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44af3d7d-c70f-4799-ba09-88a3c6e63387 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:41:09,952 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-44af3d7d-c70f-4799-ba09-88a3c6e63387 2018-10-04 15:41:09,953 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:41:09,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d06d2c36b874f9230bf27f18e1cb9986357ec" 2018-10-04 15:41:09,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67821464-61b4-47a7-8490-58729de3cb61 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:41:09,970 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-67821464-61b4-47a7-8490-58729de3cb61 2018-10-04 15:41:09,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d06d2c36b874f9230bf27f18e1cb9986357ec" 2018-10-04 15:41:10,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-90784c36-b59e-446b-82ab-e6a1bb2b7a33 Date: Thu, 04 Oct 2018 15:41:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","subnets":["68871a00-561a-4aee-9a47-8c9c20eb1f8b"],"description":"","tags":[],"updated_at":"2018-10-04T15:40:49Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net","admin_state_up":true,"tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:48Z","provider:network_type":"vxlan"}]} 2018-10-04 15:41:10,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net used request id req-90784c36-b59e-446b-82ab-e6a1bb2b7a33 2018-10-04 15:41:10,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:41:10,230 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:41:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:41:10,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d06d2c36b874f9230bf27f18e1cb9986357ec" 2018-10-04 15:41:10,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1de74c86-5ebe-41c7-9a60-0f8e3f47f9c5 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048"}, "enabled": true, "id": "b4b06998e5784f4c8f04a1f2e8840048", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj"}} 2018-10-04 15:41:10,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 used request id req-1de74c86-5ebe-41c7-9a60-0f8e3f47f9c5 2018-10-04 15:41:10,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d06d2c36b874f9230bf27f18e1cb9986357ec" 2018-10-04 15:41:10,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0cf4c8a5-5703-4323-b3f8-bf0f3efcc2bf Date: Thu, 04 Oct 2018 15:41:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:40:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"b4b06998e5784f4c8f04a1f2e8840048","id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet"}]} 2018-10-04 15:41:10,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 used request id req-0cf4c8a5-5703-4323-b3f8-bf0f3efcc2bf 2018-10-04 15:41:10,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86&mac_address=fa%3A16%3A3e%3Ad5%3Ab5%3A6b&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d06d2c36b874f9230bf27f18e1cb9986357ec" 2018-10-04 15:41:10,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 958 X-Openstack-Request-Id: req-ea8f5ccb-1164-4d2e-98b2-29a2e3d74dfd Date: Thu, 04 Oct 2018 15:41:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.6"}],"id":"81cc5e04-9f68-40ce-8abd-afb1d2667216","security_groups":["485a87fe-e780-4e92-87f3-0aaba13f4932"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:b5:6b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:54Z","binding:vnic_type":"normal","device_id":"df77f0d6-b0a7-41f7-b6ed-4029561c88c0"}]} 2018-10-04 15:41:10,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86&mac_address=fa%3A16%3A3e%3Ad5%3Ab5%3A6b&admin_state_up=True used request id req-ea8f5ccb-1164-4d2e-98b2-29a2e3d74dfd 2018-10-04 15:41:10,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d06d2c36b874f9230bf27f18e1cb9986357ec" 2018-10-04 15:41:10,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83777347-e620-4da5-9864-6e0e70a1cdca Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048"}, "enabled": true, "id": "b4b06998e5784f4c8f04a1f2e8840048", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj"}} 2018-10-04 15:41:10,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 used request id req-83777347-e620-4da5-9864-6e0e70a1cdca 2018-10-04 15:41:10,800 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d06d2c36b874f9230bf27f18e1cb9986357ec" 2018-10-04 15:41:11,710 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5402296d-276f-4edd-9973-382b154f6146 x-compute-request-id: req-5402296d-276f-4edd-9973-382b154f6146 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:b5:6b", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/df77f0d6-b0a7-41f7-b6ed-4029561c88c0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/df77f0d6-b0a7-41f7-b6ed-4029561c88c0", "rel": "bookmark"}], "image": {"id": "ff46ab12-6683-4b69-a74b-d3e882bfb1f9", "links": [{"href": "http://172.30.9.23:8774/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-10-04T15:40:57.000000", "flavor": {"id": "11a93228-89e8-4fc5-9403-cc6b63f8efb7", "links": [{"href": "http://172.30.9.23:8774/flavors/11a93228-89e8-4fc5-9403-cc6b63f8efb7", "rel": "bookmark"}]}, "id": "df77f0d6-b0a7-41f7-b6ed-4029561c88c0", "security_groups": [{"name": "default"}], "user_id": "d28fa172248e4df1a8e10e657519e885", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:40:59Z", "hostId": "7331085d7e7a07be0ee5bf0908cb1db8b9015f5528c325a60d2c1c3d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst2", "created": "2018-10-04T15:40:53Z", "tenant_id": "b4b06998e5784f4c8f04a1f2e8840048", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:41:11,710 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst2 used request id req-5402296d-276f-4edd-9973-382b154f6146 2018-10-04 15:41:11,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d06d2c36b874f9230bf27f18e1cb9986357ec" 2018-10-04 15:41:11,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-d18710b0-3ec3-4467-a3ae-abe166431341 Date: Thu, 04 Oct 2018 15:41:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","subnets":["68871a00-561a-4aee-9a47-8c9c20eb1f8b"],"description":"","tags":[],"updated_at":"2018-10-04T15:40:49Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net","admin_state_up":true,"tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:48Z","provider:network_type":"vxlan"}]} 2018-10-04 15:41:11,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net used request id req-d18710b0-3ec3-4467-a3ae-abe166431341 2018-10-04 15:41:11,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d06d2c36b874f9230bf27f18e1cb9986357ec" 2018-10-04 15:41:12,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-064ffe59-1694-4b25-8432-da4e7ff975be Date: Thu, 04 Oct 2018 15:41:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:40:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"b4b06998e5784f4c8f04a1f2e8840048","id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet"}]} 2018-10-04 15:41:12,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 used request id req-064ffe59-1694-4b25-8432-da4e7ff975be 2018-10-04 15:41:12,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d06d2c36b874f9230bf27f18e1cb9986357ec" 2018-10-04 15:41:12,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5741 X-Openstack-Request-Id: req-85c8e9b8-fb2c-4082-a364-6287866b6f0a Date: Thu, 04 Oct 2018 15:41:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.2"}],"id":"05c1aa7d-9693-4f34-a5de-7a8848f17334","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:48:63:4a","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.4"}],"id":"555f01a0-8b32-47f6-b455-ebb9d0508ad6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:06:b1:40","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:51Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.3"}],"id":"7764e848-6a15-45c9-96b8-fd2dcdf8640b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:11:1b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.6"}],"id":"81cc5e04-9f68-40ce-8abd-afb1d2667216","security_groups":["485a87fe-e780-4e92-87f3-0aaba13f4932"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:b5:6b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:54Z","binding:vnic_type":"normal","device_id":"df77f0d6-b0a7-41f7-b6ed-4029561c88c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.9"}],"id":"a46eb1cc-c9cb-405e-8b07-3bb67c7f573c","security_groups":["b26ce7cc-a0d5-48db-8191-1d3c03b17d20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:d0:9f","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack-port1-bmumisofprzl","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:51Z","binding:vnic_type":"normal","device_id":"9283b012-d9e3-459d-b619-a87d0e9f9c8e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:12Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.1"}],"id":"a7697c00-1f02-4302-b4fd-3a51b29e87b5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f9:e2:2b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:57Z","binding:vnic_type":"normal","device_id":"61dc1e5d-3f7e-4275-9747-ed7a50f0ef95"}]} 2018-10-04 15:41:12,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 used request id req-85c8e9b8-fb2c-4082-a364-6287866b6f0a 2018-10-04 15:41:12,369 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst2 2018-10-04 15:41:12,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d06d2c36b874f9230bf27f18e1cb9986357ec" 2018-10-04 15:41:12,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-b4bdd183-a101-4e9e-b6ed-1bad44dd0914 Date: Thu, 04 Oct 2018 15:41:12 GMT RESP BODY: {"floatingips": [{"router_id": "61dc1e5d-3f7e-4275-9747-ed7a50f0ef95", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "b4b06998e5784f4c8f04a1f2e8840048", "created_at": "2018-10-04T15:40:57Z", "updated_at": "2018-10-04T15:40:59Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "10.1.2.9", "floating_ip_address": "172.30.9.209", "revision_number": 1, "project_id": "b4b06998e5784f4c8f04a1f2e8840048", "port_id": "a46eb1cc-c9cb-405e-8b07-3bb67c7f573c", "id": "9a7bd0a1-2776-47e0-9491-baef8dbf5024"}]} 2018-10-04 15:41:12,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-b4bdd183-a101-4e9e-b6ed-1bad44dd0914 2018-10-04 15:41:12,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/f1ab0e93-5a23-49e1-8ca0-ef2729691792 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:12,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-7f1c6836-32eb-4908-bdaa-1865229530eb x-compute-request-id: req-7f1c6836-32eb-4908-bdaa-1865229530eb Content-Encoding: gzip Content-Length: 337 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/f1ab0e93-5a23-49e1-8ca0-ef2729691792", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/f1ab0e93-5a23-49e1-8ca0-ef2729691792", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "f1ab0e93-5a23-49e1-8ca0-ef2729691792", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack-flavor1-jp6igm6lzppm", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:41:12,572 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/f1ab0e93-5a23-49e1-8ca0-ef2729691792 used request id req-7f1c6836-32eb-4908-bdaa-1865229530eb 2018-10-04 15:41:12,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/68871a00-561a-4aee-9a47-8c9c20eb1f8b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:12,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-b6425c0b-068d-474c-ad9b-da887bb97b92 Date: Thu, 04 Oct 2018 15:41:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:40:49Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"b4b06998e5784f4c8f04a1f2e8840048","id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet"}} 2018-10-04 15:41:12,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/68871a00-561a-4aee-9a47-8c9c20eb1f8b used request id req-b6425c0b-068d-474c-ad9b-da887bb97b92 2018-10-04 15:41:12,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=30bf2507-c9be-42cb-8c41-50388d6f1d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:12,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-ebd05f24-bed5-47df-b0be-5cd37c41a679 Date: Thu, 04 Oct 2018 15:41:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","subnets":["68871a00-561a-4aee-9a47-8c9c20eb1f8b"],"description":"","tags":[],"updated_at":"2018-10-04T15:40:49Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net","admin_state_up":true,"tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:48Z","provider:network_type":"vxlan"}]} 2018-10-04 15:41:12,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=30bf2507-c9be-42cb-8c41-50388d6f1d86 used request id req-ebd05f24-bed5-47df-b0be-5cd37c41a679 2018-10-04 15:41:12,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:12,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-7bb979b4-67fc-49c5-a0da-ef4fced26e34 Date: Thu, 04 Oct 2018 15:41:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:40:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"b4b06998e5784f4c8f04a1f2e8840048","id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet"}]} 2018-10-04 15:41:12,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 used request id req-7bb979b4-67fc-49c5-a0da-ef4fced26e34 2018-10-04 15:41:12,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:13,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-85092ce4-ec5e-4c0b-a51d-73c607ce00cd Date: Thu, 04 Oct 2018 15:41:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","subnets":["68871a00-561a-4aee-9a47-8c9c20eb1f8b"],"description":"","tags":[],"updated_at":"2018-10-04T15:40:49Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net","admin_state_up":true,"tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:48Z","provider:network_type":"vxlan"}]} 2018-10-04 15:41:13,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net used request id req-85092ce4-ec5e-4c0b-a51d-73c607ce00cd 2018-10-04 15:41:13,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:13,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21cb26df-9858-4e7d-a714-6c6719249417 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048"}, "enabled": true, "id": "b4b06998e5784f4c8f04a1f2e8840048", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj"}} 2018-10-04 15:41:13,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 used request id req-21cb26df-9858-4e7d-a714-6c6719249417 2018-10-04 15:41:13,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:13,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-354f3064-98f8-47d2-ad7e-a00fad7d3a00 Date: Thu, 04 Oct 2018 15:41:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:40:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"b4b06998e5784f4c8f04a1f2e8840048","id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet"}]} 2018-10-04 15:41:13,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 used request id req-354f3064-98f8-47d2-ad7e-a00fad7d3a00 2018-10-04 15:41:13,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86&mac_address=fa%3A16%3A3e%3Aa2%3Ad0%3A9f&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack-port1-bmumisofprzl&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:13,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-b463a632-eb7e-4aa3-ab9e-75d04af28349 Date: Thu, 04 Oct 2018 15:41:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.9"}],"id":"a46eb1cc-c9cb-405e-8b07-3bb67c7f573c","security_groups":["b26ce7cc-a0d5-48db-8191-1d3c03b17d20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:d0:9f","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack-port1-bmumisofprzl","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:51Z","binding:vnic_type":"normal","device_id":"9283b012-d9e3-459d-b619-a87d0e9f9c8e"}]} 2018-10-04 15:41:13,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86&mac_address=fa%3A16%3A3e%3Aa2%3Ad0%3A9f&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack-port1-bmumisofprzl&admin_state_up=True used request id req-b463a632-eb7e-4aa3-ab9e-75d04af28349 2018-10-04 15:41:13,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:13,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dc59bb7-3acb-43fb-a226-01fef1199596 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048"}, "enabled": true, "id": "b4b06998e5784f4c8f04a1f2e8840048", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj"}} 2018-10-04 15:41:13,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 used request id req-1dc59bb7-3acb-43fb-a226-01fef1199596 2018-10-04 15:41:13,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:13,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-84705222-aa20-413b-b5e4-702f6aacbedb Date: Thu, 04 Oct 2018 15:41:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","subnets":["68871a00-561a-4aee-9a47-8c9c20eb1f8b"],"description":"","tags":[],"updated_at":"2018-10-04T15:40:49Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net","admin_state_up":true,"tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:48Z","provider:network_type":"vxlan"}]} 2018-10-04 15:41:13,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net used request id req-84705222-aa20-413b-b5e4-702f6aacbedb 2018-10-04 15:41:13,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:13,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-94fec791-0fbc-42bc-bad7-ed16f537e8da Date: Thu, 04 Oct 2018 15:41:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:40:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"b4b06998e5784f4c8f04a1f2e8840048","id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet"}]} 2018-10-04 15:41:13,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 used request id req-94fec791-0fbc-42bc-bad7-ed16f537e8da 2018-10-04 15:41:13,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:13,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-e6d05471-a075-4f38-89dd-9f4863755c4b Date: Thu, 04 Oct 2018 15:41:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.2"}],"id":"05c1aa7d-9693-4f34-a5de-7a8848f17334","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:48:63:4a","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.4"}],"id":"555f01a0-8b32-47f6-b455-ebb9d0508ad6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:06:b1:40","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:51Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.3"}],"id":"7764e848-6a15-45c9-96b8-fd2dcdf8640b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:11:1b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.6"}],"id":"81cc5e04-9f68-40ce-8abd-afb1d2667216","security_groups":["485a87fe-e780-4e92-87f3-0aaba13f4932"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:b5:6b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:54Z","binding:vnic_type":"normal","device_id":"df77f0d6-b0a7-41f7-b6ed-4029561c88c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.9"}],"id":"a46eb1cc-c9cb-405e-8b07-3bb67c7f573c","security_groups":["b26ce7cc-a0d5-48db-8191-1d3c03b17d20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:d0:9f","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack-port1-bmumisofprzl","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:51Z","binding:vnic_type":"normal","device_id":"9283b012-d9e3-459d-b619-a87d0e9f9c8e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:13Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.1"}],"id":"a7697c00-1f02-4302-b4fd-3a51b29e87b5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:e2:2b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:57Z","binding:vnic_type":"normal","device_id":"61dc1e5d-3f7e-4275-9747-ed7a50f0ef95"}]} 2018-10-04 15:41:13,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 used request id req-e6d05471-a075-4f38-89dd-9f4863755c4b 2018-10-04 15:41:13,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:13,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-300ef388-39a4-4736-9f64-338184e30ad7 Date: Thu, 04 Oct 2018 15:41:13 GMT RESP BODY: {"floatingips": [{"router_id": "61dc1e5d-3f7e-4275-9747-ed7a50f0ef95", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "b4b06998e5784f4c8f04a1f2e8840048", "created_at": "2018-10-04T15:40:57Z", "updated_at": "2018-10-04T15:40:59Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "10.1.2.9", "floating_ip_address": "172.30.9.209", "revision_number": 1, "project_id": "b4b06998e5784f4c8f04a1f2e8840048", "port_id": "a46eb1cc-c9cb-405e-8b07-3bb67c7f573c", "id": "9a7bd0a1-2776-47e0-9491-baef8dbf5024"}]} 2018-10-04 15:41:13,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-300ef388-39a4-4736-9f64-338184e30ad7 2018-10-04 15:41:13,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/61dc1e5d-3f7e-4275-9747-ed7a50f0ef95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:13,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-54522a3e-3f39-4f44-b5b2-7c40c35fde36 Date: Thu, 04 Oct 2018 15:41:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b4b06998e5784f4c8f04a1f2e8840048", "created_at": "2018-10-04T15:40:51Z", "admin_state_up": true, "updated_at": "2018-10-04T15:40:58Z", "project_id": "b4b06998e5784f4c8f04a1f2e8840048", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "61dc1e5d-3f7e-4275-9747-ed7a50f0ef95", "name": "mgmt_router"}} 2018-10-04 15:41:13,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/61dc1e5d-3f7e-4275-9747-ed7a50f0ef95 used request id req-54522a3e-3f39-4f44-b5b2-7c40c35fde36 2018-10-04 15:41:13,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=61dc1e5d-3f7e-4275-9747-ed7a50f0ef95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:14,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4544 X-Openstack-Request-Id: req-aae9e003-f1eb-4e7f-a48a-59a784742111 Date: Thu, 04 Oct 2018 15:41:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:59Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3f5162f-cd6d-4eb9-b65a-d794efc9138a","ip_address":"169.254.192.4"}],"id":"33f46045-35b9-4196-a42d-39e4500f5f7c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:da:7c:74","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b4b06998e5784f4c8f04a1f2e8840048","admin_state_up":true,"network_id":"c48371dd-ef15-48b3-86ce-6d09793737fb","tenant_id":"","created_at":"2018-10-04T15:40:52Z","binding:vnic_type":"normal","device_id":"61dc1e5d-3f7e-4275-9747-ed7a50f0ef95"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:13Z","device_owner":"network:router_gateway","revision_number":14,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","ip_address":"172.30.9.205"}],"id":"5a2e70a7-8d52-4bb7-8055-3a55eed605ca","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:27:9a:68","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"","created_at":"2018-10-04T15:40:51Z","binding:vnic_type":"normal","device_id":"61dc1e5d-3f7e-4275-9747-ed7a50f0ef95"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:13Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.1"}],"id":"a7697c00-1f02-4302-b4fd-3a51b29e87b5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:e2:2b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:57Z","binding:vnic_type":"normal","device_id":"61dc1e5d-3f7e-4275-9747-ed7a50f0ef95"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:01Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3f5162f-cd6d-4eb9-b65a-d794efc9138a","ip_address":"169.254.192.2"}],"id":"d27c0304-8235-48fb-9ba8-3ebc7d298827","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:23:91:f3","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b4b06998e5784f4c8f04a1f2e8840048","admin_state_up":true,"network_id":"c48371dd-ef15-48b3-86ce-6d09793737fb","tenant_id":"","created_at":"2018-10-04T15:40:54Z","binding:vnic_type":"normal","device_id":"61dc1e5d-3f7e-4275-9747-ed7a50f0ef95"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:58Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3f5162f-cd6d-4eb9-b65a-d794efc9138a","ip_address":"169.254.192.10"}],"id":"e77d5b85-3aad-4411-a6bb-c26f8af1269c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5a:66:c1","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b4b06998e5784f4c8f04a1f2e8840048","admin_state_up":true,"network_id":"c48371dd-ef15-48b3-86ce-6d09793737fb","tenant_id":"","created_at":"2018-10-04T15:40:53Z","binding:vnic_type":"normal","device_id":"61dc1e5d-3f7e-4275-9747-ed7a50f0ef95"}]} 2018-10-04 15:41:14,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=61dc1e5d-3f7e-4275-9747-ed7a50f0ef95 used request id req-aae9e003-f1eb-4e7f-a48a-59a784742111 2018-10-04 15:41:14,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:14,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-996116fb-7e97-4c43-9538-0230b0fd2816 Date: Thu, 04 Oct 2018 15:41:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18028772-bdec-4175-9daf-5ee7ae542a2e","tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:33Z","dns_nameservers":[],"updated_at":"2018-10-04T13:28:33Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"c5087b074a2242bb9bac2a3a461803c6","id":"bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 15:41:14,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b used request id req-996116fb-7e97-4c43-9538-0230b0fd2816 2018-10-04 15:41:14,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d3f5162f-cd6d-4eb9-b65a-d794efc9138a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:14,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-278d06e4-9cc6-406c-bd17-dbe755077b47 Date: Thu, 04 Oct 2018 15:41:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c48371dd-ef15-48b3-86ce-6d09793737fb","tenant_id":"","created_at":"2018-10-04T15:40:50Z","dns_nameservers":[],"updated_at":"2018-10-04T15:40:50Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d3f5162f-cd6d-4eb9-b65a-d794efc9138a","subnetpool_id":null,"name":"HA subnet tenant b4b06998e5784f4c8f04a1f2e8840048"}} 2018-10-04 15:41:14,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d3f5162f-cd6d-4eb9-b65a-d794efc9138a used request id req-278d06e4-9cc6-406c-bd17-dbe755077b47 2018-10-04 15:41:14,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d3f5162f-cd6d-4eb9-b65a-d794efc9138a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:14,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f3843312-860e-43f0-9e76-fb0d263dc851 Date: Thu, 04 Oct 2018 15:41:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c48371dd-ef15-48b3-86ce-6d09793737fb","tenant_id":"","created_at":"2018-10-04T15:40:50Z","dns_nameservers":[],"updated_at":"2018-10-04T15:40:50Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d3f5162f-cd6d-4eb9-b65a-d794efc9138a","subnetpool_id":null,"name":"HA subnet tenant b4b06998e5784f4c8f04a1f2e8840048"}} 2018-10-04 15:41:14,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d3f5162f-cd6d-4eb9-b65a-d794efc9138a used request id req-f3843312-860e-43f0-9e76-fb0d263dc851 2018-10-04 15:41:14,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d3f5162f-cd6d-4eb9-b65a-d794efc9138a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:14,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-3bd311d7-4e15-4c5c-8f06-5f22b962e06f Date: Thu, 04 Oct 2018 15:41:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c48371dd-ef15-48b3-86ce-6d09793737fb","tenant_id":"","created_at":"2018-10-04T15:40:50Z","dns_nameservers":[],"updated_at":"2018-10-04T15:40:50Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d3f5162f-cd6d-4eb9-b65a-d794efc9138a","subnetpool_id":null,"name":"HA subnet tenant b4b06998e5784f4c8f04a1f2e8840048"}} 2018-10-04 15:41:14,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d3f5162f-cd6d-4eb9-b65a-d794efc9138a used request id req-3bd311d7-4e15-4c5c-8f06-5f22b962e06f 2018-10-04 15:41:14,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/68871a00-561a-4aee-9a47-8c9c20eb1f8b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:15,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-3ad6572b-cbad-4a15-bb24-53b8f990fbeb Date: Thu, 04 Oct 2018 15:41:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:40:49Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"b4b06998e5784f4c8f04a1f2e8840048","id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet"}} 2018-10-04 15:41:15,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/68871a00-561a-4aee-9a47-8c9c20eb1f8b used request id req-3ad6572b-cbad-4a15-bb24-53b8f990fbeb 2018-10-04 15:41:15,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports/a46eb1cc-c9cb-405e-8b07-3bb67c7f573c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:15,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1070 X-Openstack-Request-Id: req-c1fd3063-a74e-4152-8dac-e99b6a7fecc9 Date: Thu, 04 Oct 2018 15:41:15 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.9"}],"id":"a46eb1cc-c9cb-405e-8b07-3bb67c7f573c","security_groups":["b26ce7cc-a0d5-48db-8191-1d3c03b17d20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:d0:9f","device_id":"9283b012-d9e3-459d-b619-a87d0e9f9c8e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack-port1-bmumisofprzl","project_id":"b4b06998e5784f4c8f04a1f2e8840048","qos_policy_id":null,"admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:51Z","binding:vnic_type":"normal"}} 2018-10-04 15:41:15,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports/a46eb1cc-c9cb-405e-8b07-3bb67c7f573c used request id req-c1fd3063-a74e-4152-8dac-e99b6a7fecc9 2018-10-04 15:41:15,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/68871a00-561a-4aee-9a47-8c9c20eb1f8b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:15,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-03c23378-42da-45d1-b4d6-121a444d3cad Date: Thu, 04 Oct 2018 15:41:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:40:49Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"b4b06998e5784f4c8f04a1f2e8840048","id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet"}} 2018-10-04 15:41:15,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/68871a00-561a-4aee-9a47-8c9c20eb1f8b used request id req-03c23378-42da-45d1-b4d6-121a444d3cad 2018-10-04 15:41:15,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:15,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-3dbb1c03-90cb-400d-bd3e-8043868f67da Date: Thu, 04 Oct 2018 15:41:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:40:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T15:40:39Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9/snap", "metadata": {}}], "self": "/v2/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9", "min_disk": 0, "protected": false, "id": "ff46ab12-6683-4b69-a74b-d3e882bfb1f9", "file": "/v2/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b4b06998e5784f4c8f04a1f2e8840048", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:41:15,391 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9 used request id req-3dbb1c03-90cb-400d-bd3e-8043868f67da 2018-10-04 15:41:15,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef27ddda574623565d389b2816c208985718f22" 2018-10-04 15:41:15,572 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:41:15 GMT Server: Apache x-openstack-request-id: req-1d87f1a7-f628-4e4c-bacc-d084f1b55b6a Location: http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:41:15,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:15 GMT Server: Apache x-openstack-request-id: req-342b21e7-372d-4b01-9f9e-86b4d2f4b010 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor2", "OS::project_id": "b4b06998e5784f4c8f04a1f2e8840048", "OS::stack_id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-kp", "security_group_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-sec_grp", "subnet_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet", "net_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst2", "inst1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst1", "image2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image", "flavor1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor1", "image1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "stack_user_project_id": "1ebf065813e64f07ba0128655800aa7d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T15:40:44Z", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEAw3gV2z1GFF8KAHCJ+jXpYL77j2+Hj7jV13xmNmP0HiHhQHfM\n6Fk9z+wtwe6BkXXvPgwY7hKhjANRKkqpsfEhrZP5rgk0QLyVkaT19yTwtw1mbH2J\nJhs6ixJtdFnSNK7dLgAA5u5Ks8+SjK/7Z26FdhcECwSCxAh+72YeWTssZ3NnHgwv\n/XQ4rBSgNgoyDxaIWt0vkeccWQ8hoOaWHRG0VQ3bbxPyl1gfuq76bRd9VKrhT26h\nHqLCjGPfdKw7P8VV3nWdBx8rDVKYjuutNtFphz5lAkERSP8770sgRmHwQPo2cfBj\nX/kqbKGiuiRPTV61BDLc9an5jb95Sd7W1ePZ2QIDAQABAoIBAQCXuH0WiE/9/erw\nfmnKqc/1BSiTpBkP6IMrWGap7xmLzfZeKN8GtkYxPnwh3HP7qRPDEHbFS/bSi7yT\nXBKtiKIAbixN9tz1JqvdubIlXCnvm9oVebdbuaTOT8Zfmlx8AgKx8tTAatPXD9YL\nl4lHNlUnXSQJPT4W1RVZ0uTZlAGaZW8ezbo/r3+NCjVhHcJqfc4pddY4cXDTQ02p\ni8eQSyrLFybfbFZshPtwB/hp3GAhF2H7EA7Tx9gMjQZ6K55qB5miQEr9v7UunRzZ\n4hHR7Gt71o/FO0ZFAjRkHfeFdXABUzZ7qkf+qn6RmjneNOouZErpIqcPW8+UxCHl\nw50vOJWBAoGBAPX4f+ApGTgWzjoqXm3KCXPI4VFKHhGulN7H9FE51wX+mJ0RKZpC\n9q4dvIBUelXkf7C9dm/DnQf2QRoaG76xblkU9MN0IEAvZh5fbJ81A4RcASwj2Pt5\nSvWfEzI12GpWSDB0tzf6wM13oGoo6mS4I86/vzoQBZH3XDNUa2bXCLcxAoGBAMtw\ncCEe1+IookPy0xu9K+qbjkV3Ub58IynWJWOXOq+DmFXuayYD2l7sE6JScZzUagpq\nkxrV9XMP5cqjDr1lnxmvR3ZyuopujWFTKEFLLCHj4fLz66IU7epRJxkSDBMlX6go\nfTx7KiKMiREcK6rS/zy9QT6bz3+f/cYWb8Yoi/MpAoGBAO1fSZj8UJguegrsBIET\nbxfMDpWyX15VCtoMQZ15oibo0kMR4wI6CXFyxQ1beUwW3Zuk2/1z28FpRt53v7rB\n5GoXrTZKhS0sEPLSyDLEqIY9e+wrFCVroolzYMUd7aKBbd1FZeOiHBqtjaOlpL5a\nbkQCC/tuptF80/+9QoDWmFShAoGBAJLxZvx1U8e2Q+ZCeXuauyLdMvk4AyJMdfWd\nCSqTLD9kFN9Us64ksFFJwbDITenSf7mAWzrR+lUe0YL5HgdtZGrf8QU8P0MIMTRw\nJS5sRrc/649Z4gQTi/lono38PB6EK0DB5huOdtO3oLVsHJpphxRvOrYnQsxTWrD+\nucNuvA9pAoGBAI/hGfwI/o/tf2xEriw4O6HUDq6tGoq9xueoAbxOYGR7VimeimOo\ng85ue9WfwiUNxp2pLTdsCcbUkCsKW3STxzbsTNlURUHWc4Mon5/tGsgervins81I\nowqeEFOoX8MDSM+QC4/t/mgyjyO9/oO1uhetnL92vAxV5yIpwuh56NC1\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:41:15,894 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 used request id req-342b21e7-372d-4b01-9f9e-86b4d2f4b010 2018-10-04 15:41:15,895 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:41:15,896 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:41:16,278 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "6b915c6eb9a74274b84f28888b902e16", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj-role"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:41:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b4b06998e5784f4c8f04a1f2e8840048", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/b4b06998e5784f4c8f04a1f2e8840048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/b4b06998e5784f4c8f04a1f2e8840048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/b4b06998e5784f4c8f04a1f2e8840048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b4b06998e5784f4c8f04a1f2e8840048", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/b4b06998e5784f4c8f04a1f2e8840048", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/b4b06998e5784f4c8f04a1f2e8840048", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-user", "id": "d28fa172248e4df1a8e10e657519e885"}, "audit_ids": ["z3HMZn05QJSisx-byk6p2A"], "issued_at": "2018-10-04T15:41:16.000000Z"}} 2018-10-04 15:41:16,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f46bbb3b239625822d68299f2f1b35e4ff046af" 2018-10-04 15:41:16,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00ebec07-c48b-4f39-979b-8d444529c40b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:41:16,356 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-00ebec07-c48b-4f39-979b-8d444529c40b 2018-10-04 15:41:16,357 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:41:16,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f46bbb3b239625822d68299f2f1b35e4ff046af" 2018-10-04 15:41:16,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f016d50e-7787-4083-bc83-2b15664ef870 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:41:16,448 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f016d50e-7787-4083-bc83-2b15664ef870 2018-10-04 15:41:16,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f46bbb3b239625822d68299f2f1b35e4ff046af" 2018-10-04 15:41:16,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-25e05465-76b6-4e67-9112-9ef1f0136cf2 Date: Thu, 04 Oct 2018 15:41:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","subnets":["68871a00-561a-4aee-9a47-8c9c20eb1f8b"],"description":"","tags":[],"updated_at":"2018-10-04T15:40:49Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net","admin_state_up":true,"tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:48Z","provider:network_type":"vxlan"}]} 2018-10-04 15:41:16,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net used request id req-25e05465-76b6-4e67-9112-9ef1f0136cf2 2018-10-04 15:41:16,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:41:16,712 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:41:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:41:16,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f46bbb3b239625822d68299f2f1b35e4ff046af" 2018-10-04 15:41:16,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c54e49d7-57c3-43a3-a227-fda329e085ef Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048"}, "enabled": true, "id": "b4b06998e5784f4c8f04a1f2e8840048", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj"}} 2018-10-04 15:41:16,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 used request id req-c54e49d7-57c3-43a3-a227-fda329e085ef 2018-10-04 15:41:16,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f46bbb3b239625822d68299f2f1b35e4ff046af" 2018-10-04 15:41:17,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b7be236c-49ad-4e29-9cb2-892079b14560 Date: Thu, 04 Oct 2018 15:41:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:40:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"b4b06998e5784f4c8f04a1f2e8840048","id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet"}]} 2018-10-04 15:41:17,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 used request id req-b7be236c-49ad-4e29-9cb2-892079b14560 2018-10-04 15:41:17,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86&mac_address=fa%3A16%3A3e%3Aa2%3Ad0%3A9f&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack-port1-bmumisofprzl&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f46bbb3b239625822d68299f2f1b35e4ff046af" 2018-10-04 15:41:17,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-851ae1bf-b72e-4ff1-9ae0-38743cb71e01 Date: Thu, 04 Oct 2018 15:41:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.9"}],"id":"a46eb1cc-c9cb-405e-8b07-3bb67c7f573c","security_groups":["b26ce7cc-a0d5-48db-8191-1d3c03b17d20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:d0:9f","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack-port1-bmumisofprzl","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:51Z","binding:vnic_type":"normal","device_id":"9283b012-d9e3-459d-b619-a87d0e9f9c8e"}]} 2018-10-04 15:41:17,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86&mac_address=fa%3A16%3A3e%3Aa2%3Ad0%3A9f&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack-port1-bmumisofprzl&admin_state_up=True used request id req-851ae1bf-b72e-4ff1-9ae0-38743cb71e01 2018-10-04 15:41:17,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f46bbb3b239625822d68299f2f1b35e4ff046af" 2018-10-04 15:41:17,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f865710c-1e2a-430a-93b6-ed62e8613a88 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048"}, "enabled": true, "id": "b4b06998e5784f4c8f04a1f2e8840048", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj"}} 2018-10-04 15:41:17,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 used request id req-f865710c-1e2a-430a-93b6-ed62e8613a88 2018-10-04 15:41:17,311 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f46bbb3b239625822d68299f2f1b35e4ff046af" 2018-10-04 15:41:18,256 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-549470be-ae17-4c59-853b-519e98b2dd3d x-compute-request-id: req-549470be-ae17-4c59-853b-519e98b2dd3d Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:d0:9f", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:d0:9f", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9283b012-d9e3-459d-b619-a87d0e9f9c8e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9283b012-d9e3-459d-b619-a87d0e9f9c8e", "rel": "bookmark"}], "image": {"id": "ff46ab12-6683-4b69-a74b-d3e882bfb1f9", "links": [{"href": "http://172.30.9.23:8774/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": "2018-10-04T15:40:57.000000", "flavor": {"id": "f1ab0e93-5a23-49e1-8ca0-ef2729691792", "links": [{"href": "http://172.30.9.23:8774/flavors/f1ab0e93-5a23-49e1-8ca0-ef2729691792", "rel": "bookmark"}]}, "id": "9283b012-d9e3-459d-b619-a87d0e9f9c8e", "security_groups": [{"name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-sec_grp"}], "user_id": "d28fa172248e4df1a8e10e657519e885", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:40:59Z", "hostId": "252d030d3a5936dcf468276bd299c3021324966acf7a503a58ff488f", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst1", "created": "2018-10-04T15:40:54Z", "tenant_id": "b4b06998e5784f4c8f04a1f2e8840048", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:41:18,257 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst1 used request id req-549470be-ae17-4c59-853b-519e98b2dd3d 2018-10-04 15:41:18,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f46bbb3b239625822d68299f2f1b35e4ff046af" 2018-10-04 15:41:18,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-ab14bc74-9825-4443-9742-ecdd4b6bbcd2 Date: Thu, 04 Oct 2018 15:41:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","subnets":["68871a00-561a-4aee-9a47-8c9c20eb1f8b"],"description":"","tags":[],"updated_at":"2018-10-04T15:40:49Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net","admin_state_up":true,"tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:48Z","provider:network_type":"vxlan"}]} 2018-10-04 15:41:18,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net used request id req-ab14bc74-9825-4443-9742-ecdd4b6bbcd2 2018-10-04 15:41:18,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f46bbb3b239625822d68299f2f1b35e4ff046af" 2018-10-04 15:41:18,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-789bf196-8f53-4eaa-8822-e497bff46751 Date: Thu, 04 Oct 2018 15:41:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:40:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"b4b06998e5784f4c8f04a1f2e8840048","id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet"}]} 2018-10-04 15:41:18,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 used request id req-789bf196-8f53-4eaa-8822-e497bff46751 2018-10-04 15:41:18,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f46bbb3b239625822d68299f2f1b35e4ff046af" 2018-10-04 15:41:18,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-163fe924-195d-41dd-aa0a-6abe4995ff12 Date: Thu, 04 Oct 2018 15:41:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.2"}],"id":"05c1aa7d-9693-4f34-a5de-7a8848f17334","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:48:63:4a","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.4"}],"id":"555f01a0-8b32-47f6-b455-ebb9d0508ad6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:06:b1:40","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:51Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.3"}],"id":"7764e848-6a15-45c9-96b8-fd2dcdf8640b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:11:1b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.6"}],"id":"81cc5e04-9f68-40ce-8abd-afb1d2667216","security_groups":["485a87fe-e780-4e92-87f3-0aaba13f4932"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:b5:6b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:54Z","binding:vnic_type":"normal","device_id":"df77f0d6-b0a7-41f7-b6ed-4029561c88c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.9"}],"id":"a46eb1cc-c9cb-405e-8b07-3bb67c7f573c","security_groups":["b26ce7cc-a0d5-48db-8191-1d3c03b17d20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:d0:9f","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack-port1-bmumisofprzl","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:51Z","binding:vnic_type":"normal","device_id":"9283b012-d9e3-459d-b619-a87d0e9f9c8e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:13Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.1"}],"id":"a7697c00-1f02-4302-b4fd-3a51b29e87b5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:e2:2b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:57Z","binding:vnic_type":"normal","device_id":"61dc1e5d-3f7e-4275-9747-ed7a50f0ef95"}]} 2018-10-04 15:41:18,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 used request id req-163fe924-195d-41dd-aa0a-6abe4995ff12 2018-10-04 15:41:18,761 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst1 2018-10-04 15:41:18,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f46bbb3b239625822d68299f2f1b35e4ff046af" 2018-10-04 15:41:18,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-4b4babd8-e562-4a9c-bc5d-1357dfdbdf47 Date: Thu, 04 Oct 2018 15:41:18 GMT RESP BODY: {"floatingips": [{"router_id": "61dc1e5d-3f7e-4275-9747-ed7a50f0ef95", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "b4b06998e5784f4c8f04a1f2e8840048", "created_at": "2018-10-04T15:40:57Z", "updated_at": "2018-10-04T15:40:59Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "10.1.2.9", "floating_ip_address": "172.30.9.209", "revision_number": 1, "project_id": "b4b06998e5784f4c8f04a1f2e8840048", "port_id": "a46eb1cc-c9cb-405e-8b07-3bb67c7f573c", "id": "9a7bd0a1-2776-47e0-9491-baef8dbf5024"}]} 2018-10-04 15:41:18,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-4b4babd8-e562-4a9c-bc5d-1357dfdbdf47 2018-10-04 15:41:18,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/df77f0d6-b0a7-41f7-b6ed-4029561c88c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d06d2c36b874f9230bf27f18e1cb9986357ec" 2018-10-04 15:41:19,370 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ae78b9b-5704-4a22-861d-a335f80c1a12 x-compute-request-id: req-3ae78b9b-5704-4a22-861d-a335f80c1a12 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:b5:6b", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/df77f0d6-b0a7-41f7-b6ed-4029561c88c0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/df77f0d6-b0a7-41f7-b6ed-4029561c88c0", "rel": "bookmark"}], "image": {"id": "ff46ab12-6683-4b69-a74b-d3e882bfb1f9", "links": [{"href": "http://172.30.9.23:8774/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-10-04T15:40:57.000000", "flavor": {"id": "11a93228-89e8-4fc5-9403-cc6b63f8efb7", "links": [{"href": "http://172.30.9.23:8774/flavors/11a93228-89e8-4fc5-9403-cc6b63f8efb7", "rel": "bookmark"}]}, "id": "df77f0d6-b0a7-41f7-b6ed-4029561c88c0", "security_groups": [{"name": "default"}], "user_id": "d28fa172248e4df1a8e10e657519e885", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:40:59Z", "hostId": "7331085d7e7a07be0ee5bf0908cb1db8b9015f5528c325a60d2c1c3d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst2", "created": "2018-10-04T15:40:53Z", "tenant_id": "b4b06998e5784f4c8f04a1f2e8840048", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:41:19,371 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/df77f0d6-b0a7-41f7-b6ed-4029561c88c0 used request id req-3ae78b9b-5704-4a22-861d-a335f80c1a12 2018-10-04 15:41:19,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d06d2c36b874f9230bf27f18e1cb9986357ec" 2018-10-04 15:41:19,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-3fa7e140-37ad-4a7c-b32b-0663c2e495bb Date: Thu, 04 Oct 2018 15:41:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","subnets":["68871a00-561a-4aee-9a47-8c9c20eb1f8b"],"description":"","tags":[],"updated_at":"2018-10-04T15:40:49Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net","admin_state_up":true,"tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:48Z","provider:network_type":"vxlan"}]} 2018-10-04 15:41:19,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net used request id req-3fa7e140-37ad-4a7c-b32b-0663c2e495bb 2018-10-04 15:41:19,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d06d2c36b874f9230bf27f18e1cb9986357ec" 2018-10-04 15:41:19,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1712ba54-f99d-4a3d-8c4d-650f7701f8fb Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048"}, "enabled": true, "id": "b4b06998e5784f4c8f04a1f2e8840048", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj"}} 2018-10-04 15:41:19,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 used request id req-1712ba54-f99d-4a3d-8c4d-650f7701f8fb 2018-10-04 15:41:19,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d06d2c36b874f9230bf27f18e1cb9986357ec" 2018-10-04 15:41:19,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-75497cbf-636b-4413-b3d4-41bc8d98f917 Date: Thu, 04 Oct 2018 15:41:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:40:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"b4b06998e5784f4c8f04a1f2e8840048","id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet"}]} 2018-10-04 15:41:19,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 used request id req-75497cbf-636b-4413-b3d4-41bc8d98f917 2018-10-04 15:41:19,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83d06d2c36b874f9230bf27f18e1cb9986357ec" 2018-10-04 15:41:19,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-573587cb-33ad-4fe3-acb1-b12135441da7 Date: Thu, 04 Oct 2018 15:41:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.2"}],"id":"05c1aa7d-9693-4f34-a5de-7a8848f17334","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:48:63:4a","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.4"}],"id":"555f01a0-8b32-47f6-b455-ebb9d0508ad6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:06:b1:40","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:51Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.3"}],"id":"7764e848-6a15-45c9-96b8-fd2dcdf8640b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:11:1b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.6"}],"id":"81cc5e04-9f68-40ce-8abd-afb1d2667216","security_groups":["485a87fe-e780-4e92-87f3-0aaba13f4932"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:b5:6b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:54Z","binding:vnic_type":"normal","device_id":"df77f0d6-b0a7-41f7-b6ed-4029561c88c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.9"}],"id":"a46eb1cc-c9cb-405e-8b07-3bb67c7f573c","security_groups":["b26ce7cc-a0d5-48db-8191-1d3c03b17d20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:d0:9f","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack-port1-bmumisofprzl","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:51Z","binding:vnic_type":"normal","device_id":"9283b012-d9e3-459d-b619-a87d0e9f9c8e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:13Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.1"}],"id":"a7697c00-1f02-4302-b4fd-3a51b29e87b5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:e2:2b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:57Z","binding:vnic_type":"normal","device_id":"61dc1e5d-3f7e-4275-9747-ed7a50f0ef95"}]} 2018-10-04 15:41:19,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 used request id req-573587cb-33ad-4fe3-acb1-b12135441da7 2018-10-04 15:41:19,980 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9283b012-d9e3-459d-b619-a87d0e9f9c8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f46bbb3b239625822d68299f2f1b35e4ff046af" 2018-10-04 15:41:20,573 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41: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-9f68b4f8-06c1-42d6-ba85-a0a636577d00 x-compute-request-id: req-9f68b4f8-06c1-42d6-ba85-a0a636577d00 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:d0:9f", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:d0:9f", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9283b012-d9e3-459d-b619-a87d0e9f9c8e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9283b012-d9e3-459d-b619-a87d0e9f9c8e", "rel": "bookmark"}], "image": {"id": "ff46ab12-6683-4b69-a74b-d3e882bfb1f9", "links": [{"href": "http://172.30.9.23:8774/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": "2018-10-04T15:40:57.000000", "flavor": {"id": "f1ab0e93-5a23-49e1-8ca0-ef2729691792", "links": [{"href": "http://172.30.9.23:8774/flavors/f1ab0e93-5a23-49e1-8ca0-ef2729691792", "rel": "bookmark"}]}, "id": "9283b012-d9e3-459d-b619-a87d0e9f9c8e", "security_groups": [{"name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-sec_grp"}], "user_id": "d28fa172248e4df1a8e10e657519e885", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:40:59Z", "hostId": "252d030d3a5936dcf468276bd299c3021324966acf7a503a58ff488f", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst1", "created": "2018-10-04T15:40:54Z", "tenant_id": "b4b06998e5784f4c8f04a1f2e8840048", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:41:20,573 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9283b012-d9e3-459d-b619-a87d0e9f9c8e used request id req-9f68b4f8-06c1-42d6-ba85-a0a636577d00 2018-10-04 15:41:20,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f46bbb3b239625822d68299f2f1b35e4ff046af" 2018-10-04 15:41:20,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-806ca04c-91ca-41e5-8ce1-5210e731ef7a Date: Thu, 04 Oct 2018 15:41:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","subnets":["68871a00-561a-4aee-9a47-8c9c20eb1f8b"],"description":"","tags":[],"updated_at":"2018-10-04T15:40:49Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net","admin_state_up":true,"tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:48Z","provider:network_type":"vxlan"}]} 2018-10-04 15:41:20,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net used request id req-806ca04c-91ca-41e5-8ce1-5210e731ef7a 2018-10-04 15:41:20,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f46bbb3b239625822d68299f2f1b35e4ff046af" 2018-10-04 15:41:20,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbd5f083-c719-407d-b1b3-1836efbd97bf Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048"}, "enabled": true, "id": "b4b06998e5784f4c8f04a1f2e8840048", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj"}} 2018-10-04 15:41:20,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 used request id req-fbd5f083-c719-407d-b1b3-1836efbd97bf 2018-10-04 15:41:20,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f46bbb3b239625822d68299f2f1b35e4ff046af" 2018-10-04 15:41:20,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2f1e021b-8638-467f-a829-d280227dac58 Date: Thu, 04 Oct 2018 15:41:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:40:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"b4b06998e5784f4c8f04a1f2e8840048","id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet"}]} 2018-10-04 15:41:20,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 used request id req-2f1e021b-8638-467f-a829-d280227dac58 2018-10-04 15:41:20,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f46bbb3b239625822d68299f2f1b35e4ff046af" 2018-10-04 15:41:21,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-53269888-4eed-467b-9b41-40f5fe870615 Date: Thu, 04 Oct 2018 15:41:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.2"}],"id":"05c1aa7d-9693-4f34-a5de-7a8848f17334","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:48:63:4a","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.4"}],"id":"555f01a0-8b32-47f6-b455-ebb9d0508ad6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:06:b1:40","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:51Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.3"}],"id":"7764e848-6a15-45c9-96b8-fd2dcdf8640b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:11:1b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.6"}],"id":"81cc5e04-9f68-40ce-8abd-afb1d2667216","security_groups":["485a87fe-e780-4e92-87f3-0aaba13f4932"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:b5:6b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:54Z","binding:vnic_type":"normal","device_id":"df77f0d6-b0a7-41f7-b6ed-4029561c88c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.9"}],"id":"a46eb1cc-c9cb-405e-8b07-3bb67c7f573c","security_groups":["b26ce7cc-a0d5-48db-8191-1d3c03b17d20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:d0:9f","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack-port1-bmumisofprzl","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:51Z","binding:vnic_type":"normal","device_id":"9283b012-d9e3-459d-b619-a87d0e9f9c8e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:13Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.1"}],"id":"a7697c00-1f02-4302-b4fd-3a51b29e87b5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:e2:2b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:57Z","binding:vnic_type":"normal","device_id":"61dc1e5d-3f7e-4275-9747-ed7a50f0ef95"}]} 2018-10-04 15:41:21,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 used request id req-53269888-4eed-467b-9b41-40f5fe870615 2018-10-04 15:41:21,014 - create_instance - INFO - Checking if VM is active 2018-10-04 15:41:21,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9283b012-d9e3-459d-b619-a87d0e9f9c8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f46bbb3b239625822d68299f2f1b35e4ff046af" 2018-10-04 15:41:21,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41: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-04531295-6a98-4b3e-bb07-e8b6bbb51c7c x-compute-request-id: req-04531295-6a98-4b3e-bb07-e8b6bbb51c7c Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:d0:9f", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:d0:9f", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9283b012-d9e3-459d-b619-a87d0e9f9c8e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9283b012-d9e3-459d-b619-a87d0e9f9c8e", "rel": "bookmark"}], "image": {"id": "ff46ab12-6683-4b69-a74b-d3e882bfb1f9", "links": [{"href": "http://172.30.9.23:8774/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": "2018-10-04T15:40:57.000000", "flavor": {"id": "f1ab0e93-5a23-49e1-8ca0-ef2729691792", "links": [{"href": "http://172.30.9.23:8774/flavors/f1ab0e93-5a23-49e1-8ca0-ef2729691792", "rel": "bookmark"}]}, "id": "9283b012-d9e3-459d-b619-a87d0e9f9c8e", "security_groups": [{"name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-sec_grp"}], "user_id": "d28fa172248e4df1a8e10e657519e885", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:40:59Z", "hostId": "252d030d3a5936dcf468276bd299c3021324966acf7a503a58ff488f", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst1", "created": "2018-10-04T15:40:54Z", "tenant_id": "b4b06998e5784f4c8f04a1f2e8840048", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:41:21,472 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9283b012-d9e3-459d-b619-a87d0e9f9c8e used request id req-04531295-6a98-4b3e-bb07-e8b6bbb51c7c 2018-10-04 15:41:21,472 - create_instance - DEBUG - Instance status [CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst1] is - ACTIVE 2018-10-04 15:41:21,473 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:41:21,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9283b012-d9e3-459d-b619-a87d0e9f9c8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f46bbb3b239625822d68299f2f1b35e4ff046af" 2018-10-04 15:41:21,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41: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-8e40d127-1674-49b0-b7c3-6acd8a770500 x-compute-request-id: req-8e40d127-1674-49b0-b7c3-6acd8a770500 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:d0:9f", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:d0:9f", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9283b012-d9e3-459d-b619-a87d0e9f9c8e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9283b012-d9e3-459d-b619-a87d0e9f9c8e", "rel": "bookmark"}], "image": {"id": "ff46ab12-6683-4b69-a74b-d3e882bfb1f9", "links": [{"href": "http://172.30.9.23:8774/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": "2018-10-04T15:40:57.000000", "flavor": {"id": "f1ab0e93-5a23-49e1-8ca0-ef2729691792", "links": [{"href": "http://172.30.9.23:8774/flavors/f1ab0e93-5a23-49e1-8ca0-ef2729691792", "rel": "bookmark"}]}, "id": "9283b012-d9e3-459d-b619-a87d0e9f9c8e", "security_groups": [{"name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-sec_grp"}], "user_id": "d28fa172248e4df1a8e10e657519e885", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:40:59Z", "hostId": "252d030d3a5936dcf468276bd299c3021324966acf7a503a58ff488f", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst1", "created": "2018-10-04T15:40:54Z", "tenant_id": "b4b06998e5784f4c8f04a1f2e8840048", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:41:21,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9283b012-d9e3-459d-b619-a87d0e9f9c8e used request id req-8e40d127-1674-49b0-b7c3-6acd8a770500 2018-10-04 15:41:21,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f46bbb3b239625822d68299f2f1b35e4ff046af" 2018-10-04 15:41:22,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-150b51a0-dfa0-45a1-8bfe-d71584e7ef49 Date: Thu, 04 Oct 2018 15:41:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","subnets":["68871a00-561a-4aee-9a47-8c9c20eb1f8b"],"description":"","tags":[],"updated_at":"2018-10-04T15:40:49Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net","admin_state_up":true,"tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:48Z","provider:network_type":"vxlan"}]} 2018-10-04 15:41:22,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net used request id req-150b51a0-dfa0-45a1-8bfe-d71584e7ef49 2018-10-04 15:41:22,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f46bbb3b239625822d68299f2f1b35e4ff046af" 2018-10-04 15:41:22,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc4f0d2a-9381-481b-a588-0f79f4962b35 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048"}, "enabled": true, "id": "b4b06998e5784f4c8f04a1f2e8840048", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj"}} 2018-10-04 15:41:22,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 used request id req-bc4f0d2a-9381-481b-a588-0f79f4962b35 2018-10-04 15:41:22,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f46bbb3b239625822d68299f2f1b35e4ff046af" 2018-10-04 15:41:22,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-3d072eef-70f6-4e92-b7d2-6d4752866e66 Date: Thu, 04 Oct 2018 15:41:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:49Z","dns_nameservers":[],"updated_at":"2018-10-04T15:40:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"b4b06998e5784f4c8f04a1f2e8840048","id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet"}]} 2018-10-04 15:41:22,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 used request id req-3d072eef-70f6-4e92-b7d2-6d4752866e66 2018-10-04 15:41:22,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f46bbb3b239625822d68299f2f1b35e4ff046af" 2018-10-04 15:41:22,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-dc072691-be68-4196-b292-3e7018124680 Date: Thu, 04 Oct 2018 15:41:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.2"}],"id":"05c1aa7d-9693-4f34-a5de-7a8848f17334","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:48:63:4a","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.4"}],"id":"555f01a0-8b32-47f6-b455-ebb9d0508ad6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:06:b1:40","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:51Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.3"}],"id":"7764e848-6a15-45c9-96b8-fd2dcdf8640b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:11:1b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-30bf2507-c9be-42cb-8c41-50388d6f1d86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.6"}],"id":"81cc5e04-9f68-40ce-8abd-afb1d2667216","security_groups":["485a87fe-e780-4e92-87f3-0aaba13f4932"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:b5:6b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:54Z","binding:vnic_type":"normal","device_id":"df77f0d6-b0a7-41f7-b6ed-4029561c88c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:40:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.9"}],"id":"a46eb1cc-c9cb-405e-8b07-3bb67c7f573c","security_groups":["b26ce7cc-a0d5-48db-8191-1d3c03b17d20"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:d0:9f","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack-port1-bmumisofprzl","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:51Z","binding:vnic_type":"normal","device_id":"9283b012-d9e3-459d-b619-a87d0e9f9c8e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:13Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"68871a00-561a-4aee-9a47-8c9c20eb1f8b","ip_address":"10.1.2.1"}],"id":"a7697c00-1f02-4302-b4fd-3a51b29e87b5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:e2:2b","project_id":"b4b06998e5784f4c8f04a1f2e8840048","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"30bf2507-c9be-42cb-8c41-50388d6f1d86","tenant_id":"b4b06998e5784f4c8f04a1f2e8840048","created_at":"2018-10-04T15:40:57Z","binding:vnic_type":"normal","device_id":"61dc1e5d-3f7e-4275-9747-ed7a50f0ef95"}]} 2018-10-04 15:41:22,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=30bf2507-c9be-42cb-8c41-50388d6f1d86 used request id req-dc072691-be68-4196-b292-3e7018124680 2018-10-04 15:41:22,498 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:41:22,501 - paramiko.transport - DEBUG - starting thread (client mode): 0xb7534cd0L 2018-10-04 15:41:22,501 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:41:22,501 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-04 15:41:22,502 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 15:41:22,503 - 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-10-04 15:41:22,503 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:41:22,503 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-04 15:41:22,503 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:41:22,503 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:41:22,503 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:41:22,520 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:41:22,521 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:41:22,533 - paramiko.transport - DEBUG - Trying key 2a77cb16814b69d8d36737ad97396881 from 1db0298d-8b96-4c44-8ca4-6452b777ee48 2018-10-04 15:41:22,560 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:41:22,566 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:41:22,666 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:41:22,711 - create_instance - INFO - SSH is active for VM instance 2018-10-04 15:41:22,712 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:41:22,713 - paramiko.transport - DEBUG - starting thread (client mode): 0xb7534250L 2018-10-04 15:41:22,714 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:41:22,714 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-04 15:41:22,714 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 15:41:22,715 - 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-10-04 15:41:22,716 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:41:22,716 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-04 15:41:22,716 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:41:22,716 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:41:22,716 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:41:22,733 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:41:22,733 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:41:22,746 - paramiko.transport - DEBUG - Trying key 2a77cb16814b69d8d36737ad97396881 from 1db0298d-8b96-4c44-8ca4-6452b777ee48 2018-10-04 15:41:22,772 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:41:22,778 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:41:22,778 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 15:41:22,779 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-04 15:41:22,779 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 15:41:22,781 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 15:41:22,782 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:41:22,783 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack 2018-10-04 15:41:22,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5bc79e6c7aa82913077a691c2021179e49d09c" 2018-10-04 15:41:22,815 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:41:22 GMT Server: Apache x-openstack-request-id: req-c85787b0-b227-4590-a14b-ae008383706c Location: http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:41:23,035 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:41:22 GMT Server: Apache x-openstack-request-id: req-c6641256-c25d-47b2-97b5-bace51f343df Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:41:23,035 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 used request id req-c6641256-c25d-47b2-97b5-bace51f343df 2018-10-04 15:41:23,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5bc79e6c7aa82913077a691c2021179e49d09c" 2018-10-04 15:41:23,064 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:41:23 GMT Server: Apache x-openstack-request-id: req-1633be5c-8e9c-487d-901e-65dfa23bbbf6 Location: http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:41:23,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:23 GMT Server: Apache x-openstack-request-id: req-4938af42-beba-4957-9c3a-9a42525de909 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor2", "OS::project_id": "b4b06998e5784f4c8f04a1f2e8840048", "OS::stack_id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-kp", "security_group_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-sec_grp", "subnet_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet", "net_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst2", "inst1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst1", "image2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image", "flavor1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor1", "image1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "stack_user_project_id": "1ebf065813e64f07ba0128655800aa7d", "tags": null, "creation_time": "2018-10-04T15:40:44Z", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:41:23Z", "id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:41:23,238 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 used request id req-4938af42-beba-4957-9c3a-9a42525de909 2018-10-04 15:41:23,239 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:41:23,239 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:41:26,242 - create_stack - DEBUG - Stack status query timeout in 1196.79319692 2018-10-04 15:41:26,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5bc79e6c7aa82913077a691c2021179e49d09c" 2018-10-04 15:41:26,272 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:41:26 GMT Server: Apache x-openstack-request-id: req-0446ec57-77d0-43fe-b427-d97cea268319 Location: http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:41:26,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:26 GMT Server: Apache x-openstack-request-id: req-2e21438e-cd57-4819-bfa0-18a21cb4d687 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor2", "OS::project_id": "b4b06998e5784f4c8f04a1f2e8840048", "OS::stack_id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-kp", "security_group_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-sec_grp", "subnet_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet", "net_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst2", "inst1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst1", "image2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image", "flavor1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor1", "image1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "stack_user_project_id": "1ebf065813e64f07ba0128655800aa7d", "tags": null, "creation_time": "2018-10-04T15:40:44Z", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:41:23Z", "id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:41:26,442 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 used request id req-2e21438e-cd57-4819-bfa0-18a21cb4d687 2018-10-04 15:41:26,443 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:41:26,443 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:41:29,446 - create_stack - DEBUG - Stack status query timeout in 1193.58946681 2018-10-04 15:41:29,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5bc79e6c7aa82913077a691c2021179e49d09c" 2018-10-04 15:41:29,636 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:41:29 GMT Server: Apache x-openstack-request-id: req-75c33edc-a8d5-4d06-b14e-9f651c0692a1 Location: http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:41:29,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:29 GMT Server: Apache x-openstack-request-id: req-24b1dde6-0b41-4ef2-8616-23b5b6b6933a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor2", "OS::project_id": "b4b06998e5784f4c8f04a1f2e8840048", "OS::stack_id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-kp", "security_group_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-sec_grp", "subnet_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet", "net_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst2", "inst1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst1", "image2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image", "flavor1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor1", "image1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "stack_user_project_id": "1ebf065813e64f07ba0128655800aa7d", "tags": null, "creation_time": "2018-10-04T15:40:44Z", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:41:23Z", "id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:41:29,807 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 used request id req-24b1dde6-0b41-4ef2-8616-23b5b6b6933a 2018-10-04 15:41:29,808 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:41:29,808 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:41:32,811 - create_stack - DEBUG - Stack status query timeout in 1190.22409201 2018-10-04 15:41:32,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5bc79e6c7aa82913077a691c2021179e49d09c" 2018-10-04 15:41:32,841 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:41:32 GMT Server: Apache x-openstack-request-id: req-380cdd47-5ba2-4c76-a551-0cf09f6479af Location: http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:41:33,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:32 GMT Server: Apache x-openstack-request-id: req-5608fa52-4292-404e-80d1-4ed641140aba Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor2", "OS::project_id": "b4b06998e5784f4c8f04a1f2e8840048", "OS::stack_id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-kp", "security_group_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-sec_grp", "subnet_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet", "net_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst2", "inst1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst1", "image2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image", "flavor1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor1", "image1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "stack_user_project_id": "1ebf065813e64f07ba0128655800aa7d", "tags": null, "creation_time": "2018-10-04T15:40:44Z", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T15:41:23Z", "id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:41:33,074 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 used request id req-5608fa52-4292-404e-80d1-4ed641140aba 2018-10-04 15:41:33,075 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-04 15:41:33,075 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-04 15:41:36,078 - create_stack - DEBUG - Stack status query timeout in 1186.95701885 2018-10-04 15:41:36,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5bc79e6c7aa82913077a691c2021179e49d09c" 2018-10-04 15:41:36,109 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:41:36 GMT Server: Apache x-openstack-request-id: req-c97e7763-f4ed-45e0-bf19-101a5b4dfcf3 Location: http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:41:36,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:36 GMT Server: Apache x-openstack-request-id: req-09988839-e8a3-4d06-86c8-2b73cedb4319 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 690 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor2", "OS::project_id": "b4b06998e5784f4c8f04a1f2e8840048", "OS::stack_id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-kp", "security_group_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-sec_grp", "subnet_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-subnet", "net_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst2", "inst1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-inst1", "image2_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image", "flavor1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-flavor1", "image1_name": "CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image"}, "deletion_time": "2018-10-04T15:41:34Z", "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack", "stack_user_project_id": "1ebf065813e64f07ba0128655800aa7d", "tags": null, "creation_time": "2018-10-04T15:40:44Z", "links": [{"href": "http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-04T15:41:23Z", "id": "5082899e-05b2-4b1f-8849-4b4a6a6f55f8", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-10-04 15:41:36,152 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 used request id req-09988839-e8a3-4d06-86c8-2b73cedb4319 2018-10-04 15:41:36,153 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-04 15:41:36,153 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack 2018-10-04 15:41:36,153 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack 2018-10-04 15:41:36,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5bc79e6c7aa82913077a691c2021179e49d09c" 2018-10-04 15:41:36,184 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 15:41:36 GMT Server: Apache x-openstack-request-id: req-b39b4389-958f-4d75-9e95-dcddcf0761f1 Location: http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 15:41:36,210 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:41:36 GMT Server: Apache x-openstack-request-id: req-91380162-8156-4a29-a04f-5e3d28a6ef9e Content-Length: 285 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-04 15:41:36,210 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/b4b06998e5784f4c8f04a1f2e8840048/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-stack/5082899e-05b2-4b1f-8849-4b4a6a6f55f8 used request id req-91380162-8156-4a29-a04f-5e3d28a6ef9e 2018-10-04 15:41:36,211 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-26f2feee-6914-4190-9bce-0677762f8b21-image 2018-10-04 15:41:36,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e4886cf54a72139be0539ddfd0d76c325079660b" 2018-10-04 15:41:37,362 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-036342dd-7d5d-4409-a39d-9e8585990955 Date: Thu, 04 Oct 2018 15:41:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:41:37,362 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/ff46ab12-6683-4b69-a74b-d3e882bfb1f9 used request id req-036342dd-7d5d-4409-a39d-9e8585990955 2018-10-04 15:41:37,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6f89004c3311e20a7298ffff6c36947da8963e" 2018-10-04 15:41:37,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-04b6c45a-6acd-4963-8579-45a7fd81d549 Date: Thu, 04 Oct 2018 15:41:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b4b06998e5784f4c8f04a1f2e8840048", "created_at": "2018-10-04T15:40:46Z", "updated_at": "2018-10-04T15:40:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:40:46Z", "revision_number": 0, "id": "0e420a70-43b9-4b2a-b46d-f2b1b2d3b4b4", "remote_group_id": "485a87fe-e780-4e92-87f3-0aaba13f4932", "remote_ip_prefix": null, "created_at": "2018-10-04T15:40:46Z", "security_group_id": "485a87fe-e780-4e92-87f3-0aaba13f4932", "tenant_id": "b4b06998e5784f4c8f04a1f2e8840048", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4b06998e5784f4c8f04a1f2e8840048"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:40:46Z", "revision_number": 0, "id": "101f27b8-f642-4d3c-828b-e0f21a177837", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:40:46Z", "security_group_id": "485a87fe-e780-4e92-87f3-0aaba13f4932", "tenant_id": "b4b06998e5784f4c8f04a1f2e8840048", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4b06998e5784f4c8f04a1f2e8840048"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:40:46Z", "revision_number": 0, "id": "13ccb31a-4c71-4930-bf90-1eaab7b91131", "remote_group_id": "485a87fe-e780-4e92-87f3-0aaba13f4932", "remote_ip_prefix": null, "created_at": "2018-10-04T15:40:46Z", "security_group_id": "485a87fe-e780-4e92-87f3-0aaba13f4932", "tenant_id": "b4b06998e5784f4c8f04a1f2e8840048", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4b06998e5784f4c8f04a1f2e8840048"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:40:46Z", "revision_number": 0, "id": "db220948-65ad-4646-b147-21d3e976bbac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:40:46Z", "security_group_id": "485a87fe-e780-4e92-87f3-0aaba13f4932", "tenant_id": "b4b06998e5784f4c8f04a1f2e8840048", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4b06998e5784f4c8f04a1f2e8840048"}], "revision_number": 4, "project_id": "b4b06998e5784f4c8f04a1f2e8840048", "id": "485a87fe-e780-4e92-87f3-0aaba13f4932", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:41:37,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-04b6c45a-6acd-4963-8579-45a7fd81d549 2018-10-04 15:41:37,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6f89004c3311e20a7298ffff6c36947da8963e" 2018-10-04 15:41:37,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cd94826-77da-4d08-83b1-b8a4c38152fe Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:41:37,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-4cd94826-77da-4d08-83b1-b8a4c38152fe 2018-10-04 15:41:37,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6f89004c3311e20a7298ffff6c36947da8963e" 2018-10-04 15:41:37,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-641fb5c3-e237-4ca1-a702-61fa1dd7e1d4 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:41:37,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-641fb5c3-e237-4ca1-a702-61fa1dd7e1d4 2018-10-04 15:41:37,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6f89004c3311e20a7298ffff6c36947da8963e" 2018-10-04 15:41:37,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94bc21a9-2de1-4e42-b773-51704cf65ccc Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:41:37,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-94bc21a9-2de1-4e42-b773-51704cf65ccc 2018-10-04 15:41:37,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6f89004c3311e20a7298ffff6c36947da8963e" 2018-10-04 15:41:37,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c10ed49-c8a8-4bc3-8299-876793f954c4 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048"}, "enabled": true, "id": "b4b06998e5784f4c8f04a1f2e8840048", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a71953f3-777b-4be-proj"}} 2018-10-04 15:41:37,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 used request id req-3c10ed49-c8a8-4bc3-8299-876793f954c4 2018-10-04 15:41:37,971 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 485a87fe-e780-4e92-87f3-0aaba13f4932 2018-10-04 15:41:37,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=485a87fe-e780-4e92-87f3-0aaba13f4932 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6f89004c3311e20a7298ffff6c36947da8963e" 2018-10-04 15:41:38,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b6234296-6cd5-475c-9a3f-484941d04b52 Date: Thu, 04 Oct 2018 15:41:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "485a87fe-e780-4e92-87f3-0aaba13f4932", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:40:46Z", "security_group_id": "485a87fe-e780-4e92-87f3-0aaba13f4932", "port_range_min": null, "revision_number": 0, "tenant_id": "b4b06998e5784f4c8f04a1f2e8840048", "created_at": "2018-10-04T15:40:46Z", "project_id": "b4b06998e5784f4c8f04a1f2e8840048", "id": "0e420a70-43b9-4b2a-b46d-f2b1b2d3b4b4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:40:46Z", "security_group_id": "485a87fe-e780-4e92-87f3-0aaba13f4932", "port_range_min": null, "revision_number": 0, "tenant_id": "b4b06998e5784f4c8f04a1f2e8840048", "created_at": "2018-10-04T15:40:46Z", "project_id": "b4b06998e5784f4c8f04a1f2e8840048", "id": "101f27b8-f642-4d3c-828b-e0f21a177837"}, {"remote_group_id": "485a87fe-e780-4e92-87f3-0aaba13f4932", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:40:46Z", "security_group_id": "485a87fe-e780-4e92-87f3-0aaba13f4932", "port_range_min": null, "revision_number": 0, "tenant_id": "b4b06998e5784f4c8f04a1f2e8840048", "created_at": "2018-10-04T15:40:46Z", "project_id": "b4b06998e5784f4c8f04a1f2e8840048", "id": "13ccb31a-4c71-4930-bf90-1eaab7b91131"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:40:46Z", "security_group_id": "485a87fe-e780-4e92-87f3-0aaba13f4932", "port_range_min": null, "revision_number": 0, "tenant_id": "b4b06998e5784f4c8f04a1f2e8840048", "created_at": "2018-10-04T15:40:46Z", "project_id": "b4b06998e5784f4c8f04a1f2e8840048", "id": "db220948-65ad-4646-b147-21d3e976bbac"}]} 2018-10-04 15:41:38,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=485a87fe-e780-4e92-87f3-0aaba13f4932 used request id req-b6234296-6cd5-475c-9a3f-484941d04b52 2018-10-04 15:41:38,168 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:41:38,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/485a87fe-e780-4e92-87f3-0aaba13f4932 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6f89004c3311e20a7298ffff6c36947da8963e" 2018-10-04 15:41:38,598 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1103a808-e16a-49be-8923-57f04c4ea760 Content-Length: 0 Date: Thu, 04 Oct 2018 15:41:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:41:38,598 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/485a87fe-e780-4e92-87f3-0aaba13f4932 used request id req-1103a808-e16a-49be-8923-57f04c4ea760 2018-10-04 15:41:38,599 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-a71953f3-777b-4be-proj 2018-10-04 15:41:38,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6f89004c3311e20a7298ffff6c36947da8963e" 2018-10-04 15:41:38,825 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:41:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c6c8b77-c79f-4df7-8d63-e84839bb0304 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:41:38,825 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/b4b06998e5784f4c8f04a1f2e8840048 used request id req-2c6c8b77-c79f-4df7-8d63-e84839bb0304 2018-10-04 15:41:38,826 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-a71953f3-777b-4be-proj-role 2018-10-04 15:41:38,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/6b915c6eb9a74274b84f28888b902e16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6f89004c3311e20a7298ffff6c36947da8963e" 2018-10-04 15:41:38,947 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:41:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70bcd4c3-00cc-4e85-8e92-df9db230809d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:41:38,948 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/6b915c6eb9a74274b84f28888b902e16 used request id req-70bcd4c3-00cc-4e85-8e92-df9db230809d 2018-10-04 15:41:38,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c6f89004c3311e20a7298ffff6c36947da8963e" 2018-10-04 15:41:39,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4e72786-f1d8-44e4-8f56-bdfd06fe9c7e Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:41:39,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f4e72786-f1d8-44e4-8f56-bdfd06fe9c7e 2018-10-04 15:41:39,036 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-a71953f3-777b-4be-user 2018-10-04 15:41:39,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/d28fa172248e4df1a8e10e657519e885 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b50b00e6b4efd4f0e7debef039a2e8d579d1e93" 2018-10-04 15:41:39,215 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:41:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34c93c17-b128-4654-a44d-41b15a829701 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:41:39,215 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/d28fa172248e4df1a8e10e657519e885 used request id req-34c93c17-b128-4654-a44d-41b15a829701 2018-10-04 15:41:39,217 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:41:39,597 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:41:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["cPWK4tTHRPezV63Mx5arwg"], "issued_at": "2018-10-04T15:41:39.000000Z"}} 2018-10-04 15:41:39,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c79ab9972c654f431d1d32565f3e1e97c805cde" 2018-10-04 15:41:39,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ab3fbfb-2263-4dce-be5f-b97ada04d5c2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:41:39,681 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7ab3fbfb-2263-4dce-be5f-b97ada04d5c2 2018-10-04 15:41:39,683 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:41:39,684 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:41:40,062 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:41:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["HQpRLKCQTDmPSgr4zswRfg"], "issued_at": "2018-10-04T15:41:40.000000Z"}} 2018-10-04 15:41:40,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2bcd8ca3df3344e30e3f73d864607f09796832" 2018-10-04 15:41:40,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-404ec231-9353-43e0-ac33-c710bda21010 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:41:40,145 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-404ec231-9353-43e0-ac33-c710bda21010 2018-10-04 15:41:40,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:41:40,155 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:41:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:41:40,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-b56aecdc-b310-486-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2bcd8ca3df3344e30e3f73d864607f09796832" 2018-10-04 15:41:40,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b645d27-c3e3-421b-a0d3-e42cccca00fe Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-b56aecdc-b310-486-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:41:40,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-b56aecdc-b310-486-proj used request id req-3b645d27-c3e3-421b-a0d3-e42cccca00fe 2018-10-04 15:41:40,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2bcd8ca3df3344e30e3f73d864607f09796832" 2018-10-04 15:41:40,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44b0f6a7-daaf-4781-8e44-81455395317e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:41:40,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-44b0f6a7-daaf-4781-8e44-81455395317e 2018-10-04 15:41:40,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2bcd8ca3df3344e30e3f73d864607f09796832" -d '{"project": {"enabled": true, "domain_id": "default", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}}' 2018-10-04 15:41:40,451 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:41:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bee070c4-d9ac-4a52-878d-f1559396fb69 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e"}, "enabled": true, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}} 2018-10-04 15:41:40,451 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-bee070c4-d9ac-4a52-878d-f1559396fb69 2018-10-04 15:41:40,451 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-b56aecdc-b310-486-proj 2018-10-04 15:41:40,451 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:41:40,452 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:41:40,831 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:41:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["7cgf_nLJRcGHuMlVsZ2VOw"], "issued_at": "2018-10-04T15:41:40.000000Z"}} 2018-10-04 15:41:40,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f4f97d68dbebcb43ea82f2d1b6925569cbe6614" 2018-10-04 15:41:40,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c027cc8-ba12-441a-becb-673eba189e50 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:41:40,913 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8c027cc8-ba12-441a-becb-673eba189e50 2018-10-04 15:41:40,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:41:40,924 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:41:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:41:40,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f4f97d68dbebcb43ea82f2d1b6925569cbe6614" 2018-10-04 15:41:41,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0561547-3819-4c09-8a31-9125f8bf3345 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:41:41,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-f0561547-3819-4c09-8a31-9125f8bf3345 2018-10-04 15:41:41,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=AnsibleProvisioningTests-b56aecdc-b310-486-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f4f97d68dbebcb43ea82f2d1b6925569cbe6614" 2018-10-04 15:41:41,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-127cc2fc-96f8-4af4-ac0c-a4b1f3d5ab69 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=AnsibleProvisioningTests-b56aecdc-b310-486-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e"}, "enabled": true, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}]} 2018-10-04 15:41:41,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=AnsibleProvisioningTests-b56aecdc-b310-486-proj used request id req-127cc2fc-96f8-4af4-ac0c-a4b1f3d5ab69 2018-10-04 15:41:41,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f4f97d68dbebcb43ea82f2d1b6925569cbe6614" 2018-10-04 15:41:41,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61257da8-6700-46b3-a543-7bda74da2413 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:41:41,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-61257da8-6700-46b3-a543-7bda74da2413 2018-10-04 15:41:41,564 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-b56aecdc-b310-486-user 2018-10-04 15:41:41,564 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:41:41,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2bcd8ca3df3344e30e3f73d864607f09796832" 2018-10-04 15:41:41,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aff7ff90-b707-47b2-b95c-761536da5f51 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:41:41,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-aff7ff90-b707-47b2-b95c-761536da5f51 2018-10-04 15:41:41,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2bcd8ca3df3344e30e3f73d864607f09796832" -d '{"role": {"name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj-role"}}' 2018-10-04 15:41:41,774 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:41:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca204dfe-a2bb-44b4-9533-77b57ebaae71 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0122c41a69534882b1e6af464057fc1d", "links": {"self": "http://172.30.9.23:5000/v3/roles/0122c41a69534882b1e6af464057fc1d"}, "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj-role"}} 2018-10-04 15:41:41,775 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-ca204dfe-a2bb-44b4-9533-77b57ebaae71 2018-10-04 15:41:41,775 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-b56aecdc-b310-486-proj-role 2018-10-04 15:41:41,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/0122c41a69534882b1e6af464057fc1d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2bcd8ca3df3344e30e3f73d864607f09796832" 2018-10-04 15:41:41,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8764fec-6ed1-41e6-8196-de91feb17cb2 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/0122c41a69534882b1e6af464057fc1d"}, "domain_id": null, "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj-role", "id": "0122c41a69534882b1e6af464057fc1d"}} 2018-10-04 15:41:41,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/0122c41a69534882b1e6af464057fc1d used request id req-c8764fec-6ed1-41e6-8196-de91feb17cb2 2018-10-04 15:41:41,858 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-b56aecdc-b310-486-proj-role to project AnsibleProvisioningTests-b56aecdc-b310-486-proj 2018-10-04 15:41:41,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e/users/699ce0073d0a4b638194a27393ce9129/roles/0122c41a69534882b1e6af464057fc1d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2bcd8ca3df3344e30e3f73d864607f09796832" 2018-10-04 15:41:41,988 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:41:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-958c919b-4797-4ae4-a9b0-7f34e6942f69 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:41:41,988 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e/users/699ce0073d0a4b638194a27393ce9129/roles/0122c41a69534882b1e6af464057fc1d used request id req-958c919b-4797-4ae4-a9b0-7f34e6942f69 2018-10-04 15:41:41,988 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:41:41,990 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-10-04 15:41:41,990 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:41:41,991 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:41:42,365 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0122c41a69534882b1e6af464057fc1d", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj-role"}], "expires_at": "2018-10-04T16:41:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-b56aecdc-b310-486-user", "id": "699ce0073d0a4b638194a27393ce9129"}, "audit_ids": ["X5HbrTdtS4K1miBfxIlSeQ"], "issued_at": "2018-10-04T15:41:42.000000Z"}} 2018-10-04 15:41:42,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd6f6903718ab28ed7ca0115fc632d0fb8bf2ecc" 2018-10-04 15:41:42,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abd3906b-4a5f-4850-bcd1-8d206d15c6a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:41:42,436 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-abd3906b-4a5f-4850-bcd1-8d206d15c6a2 2018-10-04 15:41:42,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cd6f6903718ab28ed7ca0115fc632d0fb8bf2ecc" 2018-10-04 15:41:42,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-70898a60-e409-45f8-b3f6-ff9239353336 Date: Thu, 04 Oct 2018 15:41:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1--image"} 2018-10-04 15:41:42,602 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1--image used request id req-70898a60-e409-45f8-b3f6-ff9239353336 2018-10-04 15:41:42,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cd6f6903718ab28ed7ca0115fc632d0fb8bf2ecc" 2018-10-04 15:41:43,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f3ffa4e0-17ca-4892-ab3e-0e62c36d8c89 Date: Thu, 04 Oct 2018 15:41:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:41:43,142 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-f3ffa4e0-17ca-4892-ab3e-0e62c36d8c89 2018-10-04 15:41:43,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cd6f6903718ab28ed7ca0115fc632d0fb8bf2ecc" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1--image"}' 2018-10-04 15:41:43,363 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/3614ef74-4f36-4f3d-a629-1b9094923b3c X-Openstack-Request-Id: req-d9c9f668-30ce-4343-ac8f-52d51929d33c Date: Thu, 04 Oct 2018 15:41:43 GMT RESP BODY: {"status": "queued", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1--image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:41:43Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:41:43Z", "visibility": "shared", "locations": [], "self": "/v2/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "min_disk": 0, "protected": false, "id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "file": "/v2/images/3614ef74-4f36-4f3d-a629-1b9094923b3c/file", "checksum": null, "owner": "7bda3d1f1d0440e6badb56bd9994c42e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:41:43,363 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-d9c9f668-30ce-4343-ac8f-52d51929d33c 2018-10-04 15:41:43,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/3614ef74-4f36-4f3d-a629-1b9094923b3c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cd6f6903718ab28ed7ca0115fc632d0fb8bf2ecc" -d '' 2018-10-04 15:41:50,426 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-49c947c0-9bee-49cc-9194-0c13f9da87fc Date: Thu, 04 Oct 2018 15:41:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:41:50,426 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/3614ef74-4f36-4f3d-a629-1b9094923b3c/file used request id req-49c947c0-9bee-49cc-9194-0c13f9da87fc 2018-10-04 15:41:50,427 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-10-04 15:41:50,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/3614ef74-4f36-4f3d-a629-1b9094923b3c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cd6f6903718ab28ed7ca0115fc632d0fb8bf2ecc" 2018-10-04 15:41:50,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-bc76dde6-1e84-4f47-9a16-b3656fcbf0f5 Date: Thu, 04 Oct 2018 15:41:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1--image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:41:43Z", "size": 263193088, "disk_format": "qcow2", "updated_at": "2018-10-04T15:41:50Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/3614ef74-4f36-4f3d-a629-1b9094923b3c/snap", "metadata": {}}], "self": "/v2/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "min_disk": 0, "protected": false, "id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "file": "/v2/images/3614ef74-4f36-4f3d-a629-1b9094923b3c/file", "checksum": "aba982bbd53c6cc40a4cab6e312ae8d3", "owner": "7bda3d1f1d0440e6badb56bd9994c42e", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/3614ef74-4f36-4f3d-a629-1b9094923b3c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:41:50,590 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/3614ef74-4f36-4f3d-a629-1b9094923b3c used request id req-bc76dde6-1e84-4f47-9a16-b3656fcbf0f5 2018-10-04 15:41:50,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cd6f6903718ab28ed7ca0115fc632d0fb8bf2ecc" 2018-10-04 15:41:50,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d5651f93-15de-447d-a2c0-dadaad2c7b62 Date: Thu, 04 Oct 2018 15:41:50 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:41:50,741 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-d5651f93-15de-447d-a2c0-dadaad2c7b62 2018-10-04 15:41:50,744 - create_image - INFO - Created image with name - AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1--image 2018-10-04 15:41:50,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/3614ef74-4f36-4f3d-a629-1b9094923b3c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cd6f6903718ab28ed7ca0115fc632d0fb8bf2ecc" 2018-10-04 15:41:50,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-a883ad1b-f8ee-47fc-bbd3-4625dad0cf39 Date: Thu, 04 Oct 2018 15:41:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1--image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:41:43Z", "size": 263193088, "disk_format": "qcow2", "updated_at": "2018-10-04T15:41:50Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/3614ef74-4f36-4f3d-a629-1b9094923b3c/snap", "metadata": {}}], "self": "/v2/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "min_disk": 0, "protected": false, "id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "file": "/v2/images/3614ef74-4f36-4f3d-a629-1b9094923b3c/file", "checksum": "aba982bbd53c6cc40a4cab6e312ae8d3", "owner": "7bda3d1f1d0440e6badb56bd9994c42e", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/3614ef74-4f36-4f3d-a629-1b9094923b3c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:41:50,912 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/3614ef74-4f36-4f3d-a629-1b9094923b3c used request id req-a883ad1b-f8ee-47fc-bbd3-4625dad0cf39 2018-10-04 15:41:50,913 - create_image - DEBUG - Instance status is - active 2018-10-04 15:41:50,913 - create_image - DEBUG - Image is active with name - AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1--image 2018-10-04 15:41:50,913 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1--image 2018-10-04 15:41:50,913 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:41:50,914 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:41:51,287 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0122c41a69534882b1e6af464057fc1d", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj-role"}], "expires_at": "2018-10-04T16:41:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-b56aecdc-b310-486-user", "id": "699ce0073d0a4b638194a27393ce9129"}, "audit_ids": ["5vWd4sORTAqTNR31ENhC4A"], "issued_at": "2018-10-04T15:41:51.000000Z"}} 2018-10-04 15:41:51,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c319374f82b4945fdad8eab381d919e52fd0b287" 2018-10-04 15:41:51,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b54b4e28-0019-4212-8703-c3d414e58a99 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:41:51,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b54b4e28-0019-4212-8703-c3d414e58a99 2018-10-04 15:41:51,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c319374f82b4945fdad8eab381d919e52fd0b287" 2018-10-04 15:41:51,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c08f1793-9d4b-483a-b057-f38fecaf9775 Date: Thu, 04 Oct 2018 15:41:51 GMT RESP BODY: {"networks":[]} 2018-10-04 15:41:51,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net used request id req-c08f1793-9d4b-483a-b057-f38fecaf9775 2018-10-04 15:41:51,545 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net 2018-10-04 15:41:51,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c319374f82b4945fdad8eab381d919e52fd0b287" -d '{"network": {"name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net", "admin_state_up": true}}' 2018-10-04 15:41:52,437 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-0399a331-3eec-4c02-b0e6-f191014864b9 Date: Thu, 04 Oct 2018 15:41:52 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:41:52Z","is_default":false,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:52Z","mtu":1450}} 2018-10-04 15:41:52,438 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-0399a331-3eec-4c02-b0e6-f191014864b9 2018-10-04 15:41:52,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c319374f82b4945fdad8eab381d919e52fd0b287" 2018-10-04 15:41:52,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 611 X-Openstack-Request-Id: req-ef3af49d-f5ad-4ae5-9e2d-a32740aa66c3 Date: Thu, 04 Oct 2018 15:41:52 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-10-04T15:41:52Z","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net"}]} 2018-10-04 15:41:52,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c used request id req-ef3af49d-f5ad-4ae5-9e2d-a32740aa66c3 2018-10-04 15:41:52,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c319374f82b4945fdad8eab381d919e52fd0b287" 2018-10-04 15:41:52,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-80a7c194-ecea-4887-af85-720bcbac9a2f Date: Thu, 04 Oct 2018 15:41:52 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:41:52,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c used request id req-80a7c194-ecea-4887-af85-720bcbac9a2f 2018-10-04 15:41:52,849 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-subnet 2018-10-04 15:41:52,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c319374f82b4945fdad8eab381d919e52fd0b287" -d '{"subnets": [{"ip_version": 4, "network_id": "032c5978-4bc9-43c9-9b2a-3f5a90c8d50c", "cidr": "10.55.1.0/24", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-subnet"}]}' 2018-10-04 15:41:53,521 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9598a6a8-108d-435d-afed-074f9c938370 Date: Thu, 04 Oct 2018 15:41:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:41:53Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","subnetpool_id":null,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-subnet"}]} 2018-10-04 15:41:53,522 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-9598a6a8-108d-435d-afed-074f9c938370 2018-10-04 15:41:53,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c319374f82b4945fdad8eab381d919e52fd0b287" 2018-10-04 15:41:53,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-265ab87f-af05-4f30-8552-2e58cc1f201b Date: Thu, 04 Oct 2018 15:41:53 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":["f6c6d49c-b9ea-4d66-afa6-e11f657df442"],"updated_at":"2018-10-04T15:41:53Z","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net"}]} 2018-10-04 15:41:53,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c used request id req-265ab87f-af05-4f30-8552-2e58cc1f201b 2018-10-04 15:41:53,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c319374f82b4945fdad8eab381d919e52fd0b287" 2018-10-04 15:41:54,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-118f7084-d76c-4eb3-8480-f9f3fc2f24ab Date: Thu, 04 Oct 2018 15:41:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:41:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","subnetpool_id":null,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-subnet"}]} 2018-10-04 15:41:54,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c used request id req-118f7084-d76c-4eb3-8480-f9f3fc2f24ab 2018-10-04 15:41:54,156 - OpenStackNetwork - DEBUG - Network [032c5978-4bc9-43c9-9b2a-3f5a90c8d50c] created successfully 2018-10-04 15:41:54,156 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:41:54,157 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:41:54,532 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0122c41a69534882b1e6af464057fc1d", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj-role"}], "expires_at": "2018-10-04T16:41:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-b56aecdc-b310-486-user", "id": "699ce0073d0a4b638194a27393ce9129"}, "audit_ids": ["aq1lmQ2YRZelse5QrpuFVw"], "issued_at": "2018-10-04T15:41:54.000000Z"}} 2018-10-04 15:41:54,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39c91d44bf47a7b04e74bb6d026ea8b5da51efd6" 2018-10-04 15:41:54,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d0f9b54-e1ad-4128-98d1-b010f2fe4c4c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:41:54,607 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6d0f9b54-e1ad-4128-98d1-b010f2fe4c4c 2018-10-04 15:41:54,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39c91d44bf47a7b04e74bb6d026ea8b5da51efd6" 2018-10-04 15:41:54,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6244b93c-d2a4-4a3f-9faf-989a8f5c3e7c Date: Thu, 04 Oct 2018 15:41:54 GMT RESP BODY: {"routers": []} 2018-10-04 15:41:54,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-router&admin_state_up=True used request id req-6244b93c-d2a4-4a3f-9faf-989a8f5c3e7c 2018-10-04 15:41:54,823 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:41:54,824 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:41:55,209 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0122c41a69534882b1e6af464057fc1d", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj-role"}], "expires_at": "2018-10-04T16:41:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-b56aecdc-b310-486-user", "id": "699ce0073d0a4b638194a27393ce9129"}, "audit_ids": ["pNUiGmbgQsi37yRU9TtTxA"], "issued_at": "2018-10-04T15:41:55.000000Z"}} 2018-10-04 15:41:55,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726810a68f25fa658a49cdb7d8308949c9213219" 2018-10-04 15:41:55,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:41:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7fde81b-e760-4bfc-8a94-33fdcbe213e7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:41:55,284 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e7fde81b-e760-4bfc-8a94-33fdcbe213e7 2018-10-04 15:41:55,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39c91d44bf47a7b04e74bb6d026ea8b5da51efd6" 2018-10-04 15:41:55,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-9e01afc8-47a0-491b-9893-96e3747f75f8 Date: Thu, 04 Oct 2018 15:41:55 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:41:55,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-9e01afc8-47a0-491b-9893-96e3747f75f8 2018-10-04 15:41:55,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39c91d44bf47a7b04e74bb6d026ea8b5da51efd6" 2018-10-04 15:41:55,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6d314ad1-5efc-47e1-a983-0ebc3c9950cb Date: Thu, 04 Oct 2018 15:41:55 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:41:55,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-6d314ad1-5efc-47e1-a983-0ebc3c9950cb 2018-10-04 15:41:55,711 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-router 2018-10-04 15:41:55,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39c91d44bf47a7b04e74bb6d026ea8b5da51efd6" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-router", "admin_state_up": true}}' 2018-10-04 15:42:01,686 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-14fcbfe6-1301-4dfe-9078-f6d23714d838 Date: Thu, 04 Oct 2018 15:42:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:41:56Z", "admin_state_up": true, "updated_at": "2018-10-04T15:41:58Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "55e51d25-8876-4914-b998-29b3d4546139", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-router"}} 2018-10-04 15:42:01,686 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-14fcbfe6-1301-4dfe-9078-f6d23714d838 2018-10-04 15:42:01,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=55e51d25-8876-4914-b998-29b3d4546139 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39c91d44bf47a7b04e74bb6d026ea8b5da51efd6" 2018-10-04 15:42:01,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-996786fb-76ff-4544-803a-29f47efb243b Date: Thu, 04 Oct 2018 15:42:01 GMT RESP BODY: {"ports":[]} 2018-10-04 15:42:01,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=55e51d25-8876-4914-b998-29b3d4546139 used request id req-996786fb-76ff-4544-803a-29f47efb243b 2018-10-04 15:42:01,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39c91d44bf47a7b04e74bb6d026ea8b5da51efd6" 2018-10-04 15:42:01,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-7c46ddfc-9933-4c0b-a415-6ba1bb5a8812 Date: Thu, 04 Oct 2018 15:42:01 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":["f6c6d49c-b9ea-4d66-afa6-e11f657df442"],"updated_at":"2018-10-04T15:41:53Z","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net"}]} 2018-10-04 15:42:01,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net used request id req-7c46ddfc-9933-4c0b-a415-6ba1bb5a8812 2018-10-04 15:42:01,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:42:01,997 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:42:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:42:01,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39c91d44bf47a7b04e74bb6d026ea8b5da51efd6" 2018-10-04 15:42:02,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:42:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f55057b-28a4-4e93-958c-7c37eea5c320 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e"}, "enabled": true, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}} 2018-10-04 15:42:02,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e used request id req-3f55057b-28a4-4e93-958c-7c37eea5c320 2018-10-04 15:42:02,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39c91d44bf47a7b04e74bb6d026ea8b5da51efd6" 2018-10-04 15:42:02,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4ff50730-b34b-46b3-8f0a-ad6394f5f413 Date: Thu, 04 Oct 2018 15:42:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:41:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","subnetpool_id":null,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-subnet"}]} 2018-10-04 15:42:02,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c used request id req-4ff50730-b34b-46b3-8f0a-ad6394f5f413 2018-10-04 15:42:02,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c&name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39c91d44bf47a7b04e74bb6d026ea8b5da51efd6" 2018-10-04 15:42:02,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-130e2586-2b5e-480b-8f2d-76916857e1b0 Date: Thu, 04 Oct 2018 15:42:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:41:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","subnetpool_id":null,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-subnet"}]} 2018-10-04 15:42:02,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c&name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-subnet used request id req-130e2586-2b5e-480b-8f2d-76916857e1b0 2018-10-04 15:42:02,505 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-04 15:42:02,505 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-router 2018-10-04 15:42:02,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/55e51d25-8876-4914-b998-29b3d4546139/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39c91d44bf47a7b04e74bb6d026ea8b5da51efd6" -d '{"subnet_id": "f6c6d49c-b9ea-4d66-afa6-e11f657df442"}' 2018-10-04 15:42:04,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-277f4cf1-550c-434b-bdd0-aeb6045831bf Date: Thu, 04 Oct 2018 15:42:04 GMT RESP BODY: {"network_id": "032c5978-4bc9-43c9-9b2a-3f5a90c8d50c", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "subnet_id": "f6c6d49c-b9ea-4d66-afa6-e11f657df442", "subnet_ids": ["f6c6d49c-b9ea-4d66-afa6-e11f657df442"], "port_id": "e9db456c-6864-4ebe-93b6-eea1a980601d", "id": "55e51d25-8876-4914-b998-29b3d4546139"} 2018-10-04 15:42:04,603 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/55e51d25-8876-4914-b998-29b3d4546139/add_router_interface used request id req-277f4cf1-550c-434b-bdd0-aeb6045831bf 2018-10-04 15:42:04,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/55e51d25-8876-4914-b998-29b3d4546139 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39c91d44bf47a7b04e74bb6d026ea8b5da51efd6" 2018-10-04 15:42:04,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-b2d44f11-358d-41dc-b64c-25877f1859b8 Date: Thu, 04 Oct 2018 15:42:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:41:56Z", "admin_state_up": true, "updated_at": "2018-10-04T15:42:03Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "55e51d25-8876-4914-b998-29b3d4546139", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-router"}} 2018-10-04 15:42:04,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/55e51d25-8876-4914-b998-29b3d4546139 used request id req-b2d44f11-358d-41dc-b64c-25877f1859b8 2018-10-04 15:42:04,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=55e51d25-8876-4914-b998-29b3d4546139 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39c91d44bf47a7b04e74bb6d026ea8b5da51efd6" 2018-10-04 15:42:04,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-f072a4d4-fec7-4488-bfca-d18db7830f0c Date: Thu, 04 Oct 2018 15:42:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:42:03Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.1"}],"id":"e9db456c-6864-4ebe-93b6-eea1a980601d","security_groups":[],"mac_address":"fa:16:3e:19:b2:47","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:42:03Z","binding:vnic_type":"normal","device_id":"55e51d25-8876-4914-b998-29b3d4546139"}]} 2018-10-04 15:42:04,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=55e51d25-8876-4914-b998-29b3d4546139 used request id req-f072a4d4-fec7-4488-bfca-d18db7830f0c 2018-10-04 15:42:04,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/f6c6d49c-b9ea-4d66-afa6-e11f657df442 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39c91d44bf47a7b04e74bb6d026ea8b5da51efd6" 2018-10-04 15:42:04,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-74c5c32f-3eb5-455e-a53f-20f45d9140c7 Date: Thu, 04 Oct 2018 15:42:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:41:53Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","subnetpool_id":null,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-subnet"}} 2018-10-04 15:42:04,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/f6c6d49c-b9ea-4d66-afa6-e11f657df442 used request id req-74c5c32f-3eb5-455e-a53f-20f45d9140c7 2018-10-04 15:42:04,957 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:42:04,958 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:42:05,343 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:42:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["u6cAwUVPQHOXOSFUNPUlGw"], "issued_at": "2018-10-04T15:42:05.000000Z"}} 2018-10-04 15:42:05,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3694e1ba70fff1b9265b32a17abfa9eb6948892b" 2018-10-04 15:42:05,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:42:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-055a0dbe-5bc3-4f23-8d43-0cc68cb4c141 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:42:05,425 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-055a0dbe-5bc3-4f23-8d43-0cc68cb4c141 2018-10-04 15:42:05,426 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:42:05,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3694e1ba70fff1b9265b32a17abfa9eb6948892b" 2018-10-04 15:42:05,604 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:42:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b06d4d52-6894-4d81-9351-22a44fd04643 x-compute-request-id: req-b06d4d52-6894-4d81-9351-22a44fd04643 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:42:05,604 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-b06d4d52-6894-4d81-9351-22a44fd04643 2018-10-04 15:42:05,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3694e1ba70fff1b9265b32a17abfa9eb6948892b" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 2048, "id": null, "swap": 0}}' 2018-10-04 15:42:05,653 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:42: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-495fe9d7-4ad7-4459-b753-9a9aaaf5a968 x-compute-request-id: req-495fe9d7-4ad7-4459-b753-9a9aaaf5a968 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:42:05,653 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-495fe9d7-4ad7-4459-b753-9a9aaaf5a968 2018-10-04 15:42:05,654 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:42:05,655 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:42:06,032 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0122c41a69534882b1e6af464057fc1d", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj-role"}], "expires_at": "2018-10-04T16:42:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-b56aecdc-b310-486-user", "id": "699ce0073d0a4b638194a27393ce9129"}, "audit_ids": ["UwCpb80VRA-NPfochVw7Kw"], "issued_at": "2018-10-04T15:42:06.000000Z"}} 2018-10-04 15:42:06,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d224ebb5c2ccaadc7a8e79a1ba3b0009ee8d614" 2018-10-04 15:42:06,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:42:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61ee5432-d5f9-4598-8d31-59dfb78b6876 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:42:06,102 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-61ee5432-d5f9-4598-8d31-59dfb78b6876 2018-10-04 15:42:06,103 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:42:06,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d224ebb5c2ccaadc7a8e79a1ba3b0009ee8d614" 2018-10-04 15:42:06,270 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:42: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-18a5e5df-5f1f-43ca-88a4-a299ad0ada7b x-compute-request-id: req-18a5e5df-5f1f-43ca-88a4-a299ad0ada7b Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-04 15:42:06,271 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-18a5e5df-5f1f-43ca-88a4-a299ad0ada7b 2018-10-04 15:42:06,271 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp... 2018-10-04 15:42:06,271 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 15:42:06,366 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp 2018-10-04 15:42:06,368 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d224ebb5c2ccaadc7a8e79a1ba3b0009ee8d614" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCw5pen+g6sgEYcysIucVqrWoH7cKyLBQf52wH4awQgwYIsa2XXMniK90l6O702KgpLGtGOJOAQEdD+VoPfJjMfFOJhJVw1rrNCYyhkrik3aITFinD+cYPLnRRIUnfYUlfGBZbmnirDTxR4NMM5hEIHmYsxgnFtcgZ+iLYBFlhy+Q==", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp"}}' 2018-10-04 15:42:06,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:42: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-1ebd68ad-c30b-4c27-b051-63bad8c1feb3 x-compute-request-id: req-1ebd68ad-c30b-4c27-b051-63bad8c1feb3 Content-Encoding: gzip Content-Length: 371 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCw5pen+g6sgEYcysIucVqrWoH7cKyLBQf52wH4awQgwYIsa2XXMniK90l6O702KgpLGtGOJOAQEdD+VoPfJjMfFOJhJVw1rrNCYyhkrik3aITFinD+cYPLnRRIUnfYUlfGBZbmnirDTxR4NMM5hEIHmYsxgnFtcgZ+iLYBFlhy+Q==", "user_id": "699ce0073d0a4b638194a27393ce9129", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "fingerprint": "5b:39:36:c7:ca:a8:db:89:51:e9:d7:68:ea:ac:b9:6c"}} 2018-10-04 15:42:06,433 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-1ebd68ad-c30b-4c27-b051-63bad8c1feb3 2018-10-04 15:42:06,436 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1.pub 2018-10-04 15:42:06,437 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1 2018-10-04 15:42:06,437 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:42:06,438 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:42:06,817 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0122c41a69534882b1e6af464057fc1d", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj-role"}], "expires_at": "2018-10-04T16:42:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-b56aecdc-b310-486-user", "id": "699ce0073d0a4b638194a27393ce9129"}, "audit_ids": ["A_08-haGQyGGQxW6_MNsIw"], "issued_at": "2018-10-04T15:42:06.000000Z"}} 2018-10-04 15:42:06,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af93a36c358b5153b31aed9a350a6acb662ab351" 2018-10-04 15:42:06,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:42:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e52cd0b-8e39-43a7-a7a6-cc8884e85303 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:42:06,894 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6e52cd0b-8e39-43a7-a7a6-cc8884e85303 2018-10-04 15:42:06,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af93a36c358b5153b31aed9a350a6acb662ab351" 2018-10-04 15:42:07,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-a3de4b3e-bcb9-484b-b304-3d2e2181bcdd Date: Thu, 04 Oct 2018 15:42:07 GMT RESP BODY: {"security_groups": []} 2018-10-04 15:42:07,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-sec-grp used request id req-a3de4b3e-bcb9-484b-b304-3d2e2181bcdd 2018-10-04 15:42:07,119 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-sec-grp... 2018-10-04 15:42:07,119 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-sec-grp 2018-10-04 15:42:07,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af93a36c358b5153b31aed9a350a6acb662ab351" -d '{"security_group": {"name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-sec-grp"}}' 2018-10-04 15:42:07,464 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-fc6e1a2a-97bd-453e-93fb-4912c93cd56d Date: Thu, 04 Oct 2018 15:42:07 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:42:07Z", "updated_at": "2018-10-04T15:42:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:42:07Z", "revision_number": 0, "id": "2631989d-ea78-4db9-a5c3-83cd23d648f6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:42:07Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:42:07Z", "revision_number": 0, "id": "2e829f11-419c-40cc-bcb9-93ca0c22ffb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:42:07Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e"}], "revision_number": 2, "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-sec-grp"}} 2018-10-04 15:42:07,464 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-fc6e1a2a-97bd-453e-93fb-4912c93cd56d 2018-10-04 15:42:07,464 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a 2018-10-04 15:42:07,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af93a36c358b5153b31aed9a350a6acb662ab351" 2018-10-04 15:42:07,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c0f34c31-8374-490f-bcdd-4b56b17873e0 Date: Thu, 04 Oct 2018 15:42:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:42:07Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "port_range_min": null, "revision_number": 0, "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:42:07Z", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "2631989d-ea78-4db9-a5c3-83cd23d648f6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:42:07Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "port_range_min": null, "revision_number": 0, "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:42:07Z", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "2e829f11-419c-40cc-bcb9-93ca0c22ffb5"}]} 2018-10-04 15:42:07,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a used request id req-c0f34c31-8374-490f-bcdd-4b56b17873e0 2018-10-04 15:42:07,717 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a 2018-10-04 15:42:07,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af93a36c358b5153b31aed9a350a6acb662ab351" 2018-10-04 15:42:07,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5e175d82-4495-44d2-bcb8-e19bd4e704c0 Date: Thu, 04 Oct 2018 15:42:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:42:07Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "port_range_min": null, "revision_number": 0, "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:42:07Z", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "2631989d-ea78-4db9-a5c3-83cd23d648f6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:42:07Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "port_range_min": null, "revision_number": 0, "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:42:07Z", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "2e829f11-419c-40cc-bcb9-93ca0c22ffb5"}]} 2018-10-04 15:42:07,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a used request id req-5e175d82-4495-44d2-bcb8-e19bd4e704c0 2018-10-04 15:42:07,904 - neutron_utils - INFO - Retrieving security group with ID - f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a 2018-10-04 15:42:07,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af93a36c358b5153b31aed9a350a6acb662ab351" 2018-10-04 15:42:08,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-615412b0-5cd8-4a0f-8f85-31002a433ed7 Date: Thu, 04 Oct 2018 15:42:08 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:42:07Z", "updated_at": "2018-10-04T15:42:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:42:07Z", "revision_number": 0, "id": "2631989d-ea78-4db9-a5c3-83cd23d648f6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:42:07Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:42:07Z", "revision_number": 0, "id": "2e829f11-419c-40cc-bcb9-93ca0c22ffb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:42:07Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e"}], "revision_number": 2, "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-sec-grp"}]} 2018-10-04 15:42:08,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a used request id req-615412b0-5cd8-4a0f-8f85-31002a433ed7 2018-10-04 15:42:08,093 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a 2018-10-04 15:42:08,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af93a36c358b5153b31aed9a350a6acb662ab351" 2018-10-04 15:42:08,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0993f544-6f6f-498c-bd1a-bdcd55b180d6 Date: Thu, 04 Oct 2018 15:42:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:42:07Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "port_range_min": null, "revision_number": 0, "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:42:07Z", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "2631989d-ea78-4db9-a5c3-83cd23d648f6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:42:07Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "port_range_min": null, "revision_number": 0, "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:42:07Z", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "2e829f11-419c-40cc-bcb9-93ca0c22ffb5"}]} 2018-10-04 15:42:08,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a used request id req-0993f544-6f6f-498c-bd1a-bdcd55b180d6 2018-10-04 15:42:08,270 - neutron_utils - INFO - Retrieving security group with ID - f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a 2018-10-04 15:42:08,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af93a36c358b5153b31aed9a350a6acb662ab351" 2018-10-04 15:42:08,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-f689dc61-3db2-40e3-bdd3-a934d8287316 Date: Thu, 04 Oct 2018 15:42:08 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:42:07Z", "updated_at": "2018-10-04T15:42:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:42:07Z", "revision_number": 0, "id": "2631989d-ea78-4db9-a5c3-83cd23d648f6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:42:07Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:42:07Z", "revision_number": 0, "id": "2e829f11-419c-40cc-bcb9-93ca0c22ffb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:42:07Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e"}], "revision_number": 2, "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-sec-grp"}]} 2018-10-04 15:42:08,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a used request id req-f689dc61-3db2-40e3-bdd3-a934d8287316 2018-10-04 15:42:08,471 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a 2018-10-04 15:42:08,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af93a36c358b5153b31aed9a350a6acb662ab351" 2018-10-04 15:42:08,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ea10c33f-cc6c-45c4-a135-fa4684b315fe Date: Thu, 04 Oct 2018 15:42:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:42:07Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "port_range_min": null, "revision_number": 0, "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:42:07Z", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "2631989d-ea78-4db9-a5c3-83cd23d648f6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:42:07Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "port_range_min": null, "revision_number": 0, "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:42:07Z", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "2e829f11-419c-40cc-bcb9-93ca0c22ffb5"}]} 2018-10-04 15:42:08,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a used request id req-ea10c33f-cc6c-45c4-a135-fa4684b315fe 2018-10-04 15:42:08,645 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-sec-grp 2018-10-04 15:42:08,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af93a36c358b5153b31aed9a350a6acb662ab351" 2018-10-04 15:42:08,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-008c3d38-854f-4f38-86b8-bc6e040a0402 Date: Thu, 04 Oct 2018 15:42:08 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:42:07Z", "updated_at": "2018-10-04T15:42:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:42:07Z", "revision_number": 0, "id": "2631989d-ea78-4db9-a5c3-83cd23d648f6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:42:07Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:42:07Z", "revision_number": 0, "id": "2e829f11-419c-40cc-bcb9-93ca0c22ffb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:42:07Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e"}], "revision_number": 2, "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-sec-grp"}]} 2018-10-04 15:42:08,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-sec-grp used request id req-008c3d38-854f-4f38-86b8-bc6e040a0402 2018-10-04 15:42:08,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:42:08,706 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:42:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:42:08,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af93a36c358b5153b31aed9a350a6acb662ab351" 2018-10-04 15:42:08,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:42:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f213ced-d18d-4b15-a44a-edd520a8d52d Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e"}, "enabled": true, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}} 2018-10-04 15:42:08,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e used request id req-1f213ced-d18d-4b15-a44a-edd520a8d52d 2018-10-04 15:42:08,785 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a 2018-10-04 15:42:08,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af93a36c358b5153b31aed9a350a6acb662ab351" 2018-10-04 15:42:08,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3f317d29-f51c-4af0-801f-ce1eeb310f27 Date: Thu, 04 Oct 2018 15:42:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:42:07Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "port_range_min": null, "revision_number": 0, "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:42:07Z", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "2631989d-ea78-4db9-a5c3-83cd23d648f6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:42:07Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "port_range_min": null, "revision_number": 0, "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:42:07Z", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "2e829f11-419c-40cc-bcb9-93ca0c22ffb5"}]} 2018-10-04 15:42:08,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a used request id req-3f317d29-f51c-4af0-801f-ce1eeb310f27 2018-10-04 15:42:08,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af93a36c358b5153b31aed9a350a6acb662ab351" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a"}}' 2018-10-04 15:42:09,122 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-6685f069-9644-47fa-aace-79901d2bbfcd Date: Thu, 04 Oct 2018 15:42:09 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:42:09Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "port_range_min": null, "revision_number": 0, "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:42:09Z", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "b5a72f53-746c-40e0-b336-23206fc78e35"}} 2018-10-04 15:42:09,122 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-6685f069-9644-47fa-aace-79901d2bbfcd 2018-10-04 15:42:09,122 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-sec-grp 2018-10-04 15:42:09,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af93a36c358b5153b31aed9a350a6acb662ab351" 2018-10-04 15:42:09,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1902 X-Openstack-Request-Id: req-16583342-3d49-448b-86bd-a741efd5e52f Date: Thu, 04 Oct 2018 15:42:09 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:42:07Z", "updated_at": "2018-10-04T15:42:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:42:07Z", "revision_number": 0, "id": "2631989d-ea78-4db9-a5c3-83cd23d648f6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:42:07Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:42:07Z", "revision_number": 0, "id": "2e829f11-419c-40cc-bcb9-93ca0c22ffb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:42:07Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:42:09Z", "revision_number": 0, "id": "b5a72f53-746c-40e0-b336-23206fc78e35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:42:09Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e"}], "revision_number": 3, "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-sec-grp"}]} 2018-10-04 15:42:09,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-sec-grp used request id req-16583342-3d49-448b-86bd-a741efd5e52f 2018-10-04 15:42:09,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af93a36c358b5153b31aed9a350a6acb662ab351" 2018-10-04 15:42:09,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:42:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dc79292-50ee-4848-8dd7-0f47d75f0189 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e"}, "enabled": true, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}} 2018-10-04 15:42:09,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e used request id req-3dc79292-50ee-4848-8dd7-0f47d75f0189 2018-10-04 15:42:09,405 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a 2018-10-04 15:42:09,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af93a36c358b5153b31aed9a350a6acb662ab351" 2018-10-04 15:42:09,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-94f49d20-d899-4754-80a2-a656e98c88ec Date: Thu, 04 Oct 2018 15:42:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:42:07Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "port_range_min": null, "revision_number": 0, "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:42:07Z", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "2631989d-ea78-4db9-a5c3-83cd23d648f6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:42:07Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "port_range_min": null, "revision_number": 0, "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:42:07Z", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "2e829f11-419c-40cc-bcb9-93ca0c22ffb5"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:42:09Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "port_range_min": null, "revision_number": 0, "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:42:09Z", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "b5a72f53-746c-40e0-b336-23206fc78e35"}]} 2018-10-04 15:42:09,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a used request id req-94f49d20-d899-4754-80a2-a656e98c88ec 2018-10-04 15:42:09,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af93a36c358b5153b31aed9a350a6acb662ab351" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a"}}' 2018-10-04 15:42:09,876 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-d360e078-30cc-4cb5-8263-d73f71e10553 Date: Thu, 04 Oct 2018 15:42:09 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T15:42:09Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "port_range_min": 22, "revision_number": 0, "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:42:09Z", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "b0e61f9f-f6ea-4f6d-b4dd-8e300c923383"}} 2018-10-04 15:42:09,877 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-d360e078-30cc-4cb5-8263-d73f71e10553 2018-10-04 15:42:09,877 - neutron_utils - INFO - Retrieving security group with ID - f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a 2018-10-04 15:42:09,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af93a36c358b5153b31aed9a350a6acb662ab351" 2018-10-04 15:42:10,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2396 X-Openstack-Request-Id: req-3417f460-ac29-4866-b113-1ceac68fc3c1 Date: Thu, 04 Oct 2018 15:42:10 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:42:07Z", "updated_at": "2018-10-04T15:42:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:42:07Z", "revision_number": 0, "id": "2631989d-ea78-4db9-a5c3-83cd23d648f6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:42:07Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:42:07Z", "revision_number": 0, "id": "2e829f11-419c-40cc-bcb9-93ca0c22ffb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:42:07Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T15:42:09Z", "revision_number": 0, "id": "b0e61f9f-f6ea-4f6d-b4dd-8e300c923383", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:42:09Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:42:09Z", "revision_number": 0, "id": "b5a72f53-746c-40e0-b336-23206fc78e35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:42:09Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e"}], "revision_number": 4, "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-sec-grp"}]} 2018-10-04 15:42:10,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a used request id req-3417f460-ac29-4866-b113-1ceac68fc3c1 2018-10-04 15:42:10,079 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a 2018-10-04 15:42:10,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af93a36c358b5153b31aed9a350a6acb662ab351" 2018-10-04 15:42:10,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-04dca5b7-f6c1-403a-8fe9-3e3ebf11224f Date: Thu, 04 Oct 2018 15:42:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:42:07Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "port_range_min": null, "revision_number": 0, "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:42:07Z", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "2631989d-ea78-4db9-a5c3-83cd23d648f6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:42:07Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "port_range_min": null, "revision_number": 0, "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:42:07Z", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "2e829f11-419c-40cc-bcb9-93ca0c22ffb5"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T15:42:09Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "port_range_min": 22, "revision_number": 0, "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:42:09Z", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "b0e61f9f-f6ea-4f6d-b4dd-8e300c923383"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:42:09Z", "security_group_id": "f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a", "port_range_min": null, "revision_number": 0, "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:42:09Z", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "b5a72f53-746c-40e0-b336-23206fc78e35"}]} 2018-10-04 15:42:10,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a used request id req-04dca5b7-f6c1-403a-8fe9-3e3ebf11224f 2018-10-04 15:42:10,114 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:42:10,115 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:42:10,483 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0122c41a69534882b1e6af464057fc1d", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj-role"}], "expires_at": "2018-10-04T16:42:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-b56aecdc-b310-486-user", "id": "699ce0073d0a4b638194a27393ce9129"}, "audit_ids": ["3VzoDZSzQECXD0Zv8PtbUA"], "issued_at": "2018-10-04T15:42:10.000000Z"}} 2018-10-04 15:42:10,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:10,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:42:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-289999b6-9552-486e-8d84-982bf017e6d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:42:10,496 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-289999b6-9552-486e-8d84-982bf017e6d5 2018-10-04 15:42:10,497 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:42:10,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:10,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:42:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4aca6076-4d51-4776-940b-02c1b16498ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:42:10,574 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4aca6076-4d51-4776-940b-02c1b16498ea 2018-10-04 15:42:10,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:10,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-92bf1059-fc27-470e-b12b-fc6b01c5ece2 Date: Thu, 04 Oct 2018 15:42:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6c6d49c-b9ea-4d66-afa6-e11f657df442"],"updated_at":"2018-10-04T15:41:53Z","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net"}]} 2018-10-04 15:42:10,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net used request id req-92bf1059-fc27-470e-b12b-fc6b01c5ece2 2018-10-04 15:42:10,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:42:10,977 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:42:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:42:10,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:11,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:42:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61c414c4-6c44-4e97-815f-d6d195d912cc Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e"}, "enabled": true, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}} 2018-10-04 15:42:11,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e used request id req-61c414c4-6c44-4e97-815f-d6d195d912cc 2018-10-04 15:42:11,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:11,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9d111027-384d-4d07-8303-504f4d9a9723 Date: Thu, 04 Oct 2018 15:42:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:41:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","subnetpool_id":null,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-subnet"}]} 2018-10-04 15:42:11,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c used request id req-9d111027-384d-4d07-8303-504f4d9a9723 2018-10-04 15:42:11,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c&name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:11,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-59536a92-390b-4cd3-91e0-72ba13cd0e12 Date: Thu, 04 Oct 2018 15:42:11 GMT RESP BODY: {"ports":[]} 2018-10-04 15:42:11,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c&name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-port-1&admin_state_up=True used request id req-59536a92-390b-4cd3-91e0-72ba13cd0e12 2018-10-04 15:42:11,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:11,696 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:42:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f708d9a9-ce4b-4efa-8186-2317d24c9175 x-compute-request-id: req-f708d9a9-ce4b-4efa-8186-2317d24c9175 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:42:11,697 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst used request id req-f708d9a9-ce4b-4efa-8186-2317d24c9175 2018-10-04 15:42:11,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:11,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-267efe06-446a-4c62-b158-0fb57b3d5822 Date: Thu, 04 Oct 2018 15:42:11 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":["f6c6d49c-b9ea-4d66-afa6-e11f657df442"],"updated_at":"2018-10-04T15:41:53Z","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net"}]} 2018-10-04 15:42:11,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net used request id req-267efe06-446a-4c62-b158-0fb57b3d5822 2018-10-04 15:42:11,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:12,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:42:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7974722c-d0ba-4e61-acf1-635dcdc91e40 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e"}, "enabled": true, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}} 2018-10-04 15:42:12,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e used request id req-7974722c-d0ba-4e61-acf1-635dcdc91e40 2018-10-04 15:42:12,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:12,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e4f8e8cd-5d6a-4270-b73b-38094b919edd Date: Thu, 04 Oct 2018 15:42:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:41:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","subnetpool_id":null,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-subnet"}]} 2018-10-04 15:42:12,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c used request id req-e4f8e8cd-5d6a-4270-b73b-38094b919edd 2018-10-04 15:42:12,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c&name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:12,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5b3ebf98-d459-4ac0-a57d-d0d049cc315f Date: Thu, 04 Oct 2018 15:42:12 GMT RESP BODY: {"ports":[]} 2018-10-04 15:42:12,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c&name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-port-1&admin_state_up=True used request id req-5b3ebf98-d459-4ac0-a57d-d0d049cc315f 2018-10-04 15:42:12,276 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:42:12,276 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:42:12,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0122c41a69534882b1e6af464057fc1d", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj-role"}], "expires_at": "2018-10-04T16:42:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/7bda3d1f1d0440e6badb56bd9994c42e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-b56aecdc-b310-486-user", "id": "699ce0073d0a4b638194a27393ce9129"}, "audit_ids": ["RK79JqzaRKKAiBs5Qdpisw"], "issued_at": "2018-10-04T15:42:12.000000Z"}} 2018-10-04 15:42:12,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f146958ad8bff5a65e8b682c351c2d6b0cb93314" 2018-10-04 15:42:12,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:42:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcfeb2e6-9036-43b1-8203-6db5073142d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:42:12,722 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bcfeb2e6-9036-43b1-8203-6db5073142d5 2018-10-04 15:42:12,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:13,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-ca509410-c67d-4ba5-877f-52f37807ceec Date: Thu, 04 Oct 2018 15:42:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6c6d49c-b9ea-4d66-afa6-e11f657df442"],"updated_at":"2018-10-04T15:41:53Z","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net"}]} 2018-10-04 15:42:13,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net used request id req-ca509410-c67d-4ba5-877f-52f37807ceec 2018-10-04 15:42:13,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:13,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-acf108a2-ce18-4e79-b8f9-81f9d5420024 Date: Thu, 04 Oct 2018 15:42:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:41:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","subnetpool_id":null,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-subnet"}]} 2018-10-04 15:42:13,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c used request id req-acf108a2-ce18-4e79-b8f9-81f9d5420024 2018-10-04 15:42:13,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:13,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-158a78a1-e344-48ca-b8c3-979483a84aa7 Date: Thu, 04 Oct 2018 15:42:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6c6d49c-b9ea-4d66-afa6-e11f657df442"],"updated_at":"2018-10-04T15:41:53Z","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net"}]} 2018-10-04 15:42:13,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net used request id req-158a78a1-e344-48ca-b8c3-979483a84aa7 2018-10-04 15:42:13,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:42:13,615 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:42:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:42:13,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f146958ad8bff5a65e8b682c351c2d6b0cb93314" 2018-10-04 15:42:13,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:42:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d18daca4-592b-4101-8862-f651802ef032 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e"}, "enabled": true, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}} 2018-10-04 15:42:13,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e used request id req-d18daca4-592b-4101-8862-f651802ef032 2018-10-04 15:42:13,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:13,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4f565ff9-9532-4306-8e9a-3f3ed9afaa28 Date: Thu, 04 Oct 2018 15:42:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:41:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","subnetpool_id":null,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-subnet"}]} 2018-10-04 15:42:13,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c used request id req-4f565ff9-9532-4306-8e9a-3f3ed9afaa28 2018-10-04 15:42:13,857 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net 2018-10-04 15:42:13,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" -d '{"port": {"network_id": "032c5978-4bc9-43c9-9b2a-3f5a90c8d50c", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-port-1", "admin_state_up": true}}' 2018-10-04 15:42:14,916 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-1b10ec07-894c-416d-941c-264b7f3a1d02 Date: Thu, 04 Oct 2018 15:42:14 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:42:14Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.6"}],"id":"0cb03a69-5035-4dda-9880-30c638e88561","security_groups":["2c6ab1e6-62b7-49bc-92ba-184b67b790f3"],"mac_address":"fa:16:3e:76:25:71","device_id":"","status":"DOWN","description":"","tags":[],"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-port-1","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","qos_policy_id":null,"admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:42:14Z","binding:vnic_type":"normal"}} 2018-10-04 15:42:14,916 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-1b10ec07-894c-416d-941c-264b7f3a1d02 2018-10-04 15:42:14,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:15,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-a06b83eb-2a7a-4400-a9b7-2ff433569bac Date: Thu, 04 Oct 2018 15:42:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6c6d49c-b9ea-4d66-afa6-e11f657df442"],"updated_at":"2018-10-04T15:41:53Z","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net"}]} 2018-10-04 15:42:15,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net used request id req-a06b83eb-2a7a-4400-a9b7-2ff433569bac 2018-10-04 15:42:15,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:15,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:42:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-533877ad-36ea-42ce-bd69-cb5ce50c44d2 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e"}, "enabled": true, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}} 2018-10-04 15:42:15,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e used request id req-533877ad-36ea-42ce-bd69-cb5ce50c44d2 2018-10-04 15:42:15,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:15,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-13504d97-0526-402b-8920-3b50ddd45a3c Date: Thu, 04 Oct 2018 15:42:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:41:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","subnetpool_id":null,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-subnet"}]} 2018-10-04 15:42:15,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c used request id req-13504d97-0526-402b-8920-3b50ddd45a3c 2018-10-04 15:42:15,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c&name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:15,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-fb1c3f0a-353a-4266-8f05-7603055654dc Date: Thu, 04 Oct 2018 15:42:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:42:14Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.6"}],"id":"0cb03a69-5035-4dda-9880-30c638e88561","security_groups":["2c6ab1e6-62b7-49bc-92ba-184b67b790f3"],"mac_address":"fa:16:3e:76:25:71","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-port-1","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:42:14Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:42:15,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c&name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-port-1&admin_state_up=True used request id req-fb1c3f0a-353a-4266-8f05-7603055654dc 2018-10-04 15:42:15,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:15,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:42:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c76a10c5-8000-41dc-aad6-57c057af9837 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e"}, "enabled": true, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}} 2018-10-04 15:42:15,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e used request id req-c76a10c5-8000-41dc-aad6-57c057af9837 2018-10-04 15:42:15,759 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst 2018-10-04 15:42:15,762 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:15,792 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-3e03db34-71d6-4c68-9838-a70fb621bf5a x-compute-request-id: req-3e03db34-71d6-4c68-9838-a70fb621bf5a Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}], "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-flavor-name"}]} 2018-10-04 15:42:15,792 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-3e03db34-71d6-4c68-9838-a70fb621bf5a 2018-10-04 15:42:15,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:15,815 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-d32283ff-34c6-4572-bac7-354908ef6fed x-compute-request-id: req-d32283ff-34c6-4572-bac7-354908ef6fed Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:42:15,816 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c used request id req-d32283ff-34c6-4572-bac7-354908ef6fed 2018-10-04 15:42:15,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:16,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1061 Content-Type: application/json X-Openstack-Request-Id: req-dd88007b-7445-4d97-a953-8168299ddd26 Date: Thu, 04 Oct 2018 15:42:15 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1--image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:41:43Z", "size": 263193088, "disk_format": "qcow2", "updated_at": "2018-10-04T15:41:50Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/3614ef74-4f36-4f3d-a629-1b9094923b3c/snap", "metadata": {}}], "self": "/v2/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "min_disk": 0, "protected": false, "id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "file": "/v2/images/3614ef74-4f36-4f3d-a629-1b9094923b3c/file", "checksum": "aba982bbd53c6cc40a4cab6e312ae8d3", "owner": "7bda3d1f1d0440e6badb56bd9994c42e", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/3614ef74-4f36-4f3d-a629-1b9094923b3c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1--image"} 2018-10-04 15:42:16,000 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1--image used request id req-dd88007b-7445-4d97-a953-8168299ddd26 2018-10-04 15:42:16,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:16,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-41ea62fb-5d8b-4ce7-aedf-bfc870b4e6d2 Date: Thu, 04 Oct 2018 15:42:16 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:42:16,152 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-41ea62fb-5d8b-4ce7-aedf-bfc870b4e6d2 2018-10-04 15:42:16,156 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" -d '{"server": {"name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "imageRef": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "flavorRef": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "max_count": 1, "min_count": 1, "networks": [{"port": "0cb03a69-5035-4dda-9880-30c638e88561"}]}}' 2018-10-04 15:42:17,310 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:42:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-87261557-7e1f-41b3-b080-26a7171aac4f x-compute-request-id: req-87261557-7e1f-41b3-b080-26a7171aac4f Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "adminPass": "aHh9Lh6avuFF"}} 2018-10-04 15:42:17,310 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-87261557-7e1f-41b3-b080-26a7171aac4f 2018-10-04 15:42:17,313 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:17,567 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-c3cb2968-696e-4206-9b82-a8c1c53c9279 x-compute-request-id: req-c3cb2968-696e-4206-9b82-a8c1c53c9279 Content-Encoding: gzip Content-Length: 613 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "user_id": "699ce0073d0a4b638194a27393ce9129", "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-10-04T15:42:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:42:17,567 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-c3cb2968-696e-4206-9b82-a8c1c53c9279 2018-10-04 15:42:17,567 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst 2018-10-04 15:42:17,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:17,779 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-8921d47a-1b8a-4410-ae2b-14e69316f5fd x-compute-request-id: req-8921d47a-1b8a-4410-ae2b-14e69316f5fd Content-Encoding: gzip Content-Length: 613 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "user_id": "699ce0073d0a4b638194a27393ce9129", "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-10-04T15:42:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:42:17,779 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-8921d47a-1b8a-4410-ae2b-14e69316f5fd 2018-10-04 15:42:17,779 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:42:17,780 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:42:20,783 - create_instance - DEBUG - VM status query timeout in 896.784683943 2018-10-04 15:42:20,786 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:21,243 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-0168b691-435a-497c-92f7-566fa998f08f x-compute-request-id: req-0168b691-435a-497c-92f7-566fa998f08f Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:42:21,243 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-0168b691-435a-497c-92f7-566fa998f08f 2018-10-04 15:42:21,243 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:42:21,243 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:42:24,247 - create_instance - DEBUG - VM status query timeout in 893.32088089 2018-10-04 15:42:24,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:25,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:42: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-1d4974a6-5b2a-4b25-a194-3cdac80be580 x-compute-request-id: req-1d4974a6-5b2a-4b25-a194-3cdac80be580 Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:42:25,104 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-1d4974a6-5b2a-4b25-a194-3cdac80be580 2018-10-04 15:42:25,104 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:42:25,104 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:42:28,108 - create_instance - DEBUG - VM status query timeout in 889.459899902 2018-10-04 15:42:28,111 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:28,596 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:42:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7827275e-8fbc-4cc0-9e61-6293524ca1b2 x-compute-request-id: req-7827275e-8fbc-4cc0-9e61-6293524ca1b2 Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:42:28,596 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-7827275e-8fbc-4cc0-9e61-6293524ca1b2 2018-10-04 15:42:28,597 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:42:28,597 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:42:31,600 - create_instance - DEBUG - VM status query timeout in 885.967550039 2018-10-04 15:42:31,603 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:32,086 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:42:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a834359-7b60-4484-880f-e41db883723c x-compute-request-id: req-8a834359-7b60-4484-880f-e41db883723c Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:42:32,086 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-8a834359-7b60-4484-880f-e41db883723c 2018-10-04 15:42:32,086 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:42:32,087 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:42:35,090 - create_instance - DEBUG - VM status query timeout in 882.477812052 2018-10-04 15:42:35,093 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:35,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-7050047b-00a6-4dca-9029-ddbcc1c40a77 x-compute-request-id: req-7050047b-00a6-4dca-9029-ddbcc1c40a77 Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:42:35,720 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-7050047b-00a6-4dca-9029-ddbcc1c40a77 2018-10-04 15:42:35,720 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:42:35,721 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:42:38,724 - create_instance - DEBUG - VM status query timeout in 878.843791962 2018-10-04 15:42:38,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:39,540 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-83e09dea-b5a6-4371-93e2-01e610adb66e x-compute-request-id: req-83e09dea-b5a6-4371-93e2-01e610adb66e Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:42:39,540 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-83e09dea-b5a6-4371-93e2-01e610adb66e 2018-10-04 15:42:39,540 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:42:39,541 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:42:42,541 - create_instance - DEBUG - VM status query timeout in 875.02669692 2018-10-04 15:42:42,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:43,040 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:42:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-748debb1-9edc-4441-9246-ddb0f3aa4aa5 x-compute-request-id: req-748debb1-9edc-4441-9246-ddb0f3aa4aa5 Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:42:43,040 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-748debb1-9edc-4441-9246-ddb0f3aa4aa5 2018-10-04 15:42:43,040 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:42:43,040 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:42:46,041 - create_instance - DEBUG - VM status query timeout in 871.526710987 2018-10-04 15:42:46,044 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:46,678 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-2f5ec772-118e-41b9-a6ae-3b3222e93be1 x-compute-request-id: req-2f5ec772-118e-41b9-a6ae-3b3222e93be1 Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:42:46,679 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-2f5ec772-118e-41b9-a6ae-3b3222e93be1 2018-10-04 15:42:46,679 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:42:46,679 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:42:49,680 - create_instance - DEBUG - VM status query timeout in 867.887183905 2018-10-04 15:42:49,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:50,189 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-d41c2258-4914-473d-8d90-fa6d093aa395 x-compute-request-id: req-d41c2258-4914-473d-8d90-fa6d093aa395 Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:42:50,189 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-d41c2258-4914-473d-8d90-fa6d093aa395 2018-10-04 15:42:50,189 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:42:50,190 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:42:53,191 - create_instance - DEBUG - VM status query timeout in 864.376883984 2018-10-04 15:42:53,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:53,542 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:42:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b9dbfe9-b84b-4a3e-8370-d8e38a84353b x-compute-request-id: req-7b9dbfe9-b84b-4a3e-8370-d8e38a84353b Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:42:53,542 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-7b9dbfe9-b84b-4a3e-8370-d8e38a84353b 2018-10-04 15:42:53,542 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:42:53,542 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:42:56,546 - create_instance - DEBUG - VM status query timeout in 861.021863937 2018-10-04 15:42:56,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:42:57,197 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-c19e8fb6-a000-44b7-95aa-cd61a81b6919 x-compute-request-id: req-c19e8fb6-a000-44b7-95aa-cd61a81b6919 Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:42:57,198 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-c19e8fb6-a000-44b7-95aa-cd61a81b6919 2018-10-04 15:42:57,198 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:42:57,198 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:43:00,199 - create_instance - DEBUG - VM status query timeout in 857.368667841 2018-10-04 15:43:00,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:43:00,997 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:43: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-ac73387f-7c5a-4740-834f-24f138e394ff x-compute-request-id: req-ac73387f-7c5a-4740-834f-24f138e394ff Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:43:00,998 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-ac73387f-7c5a-4740-834f-24f138e394ff 2018-10-04 15:43:00,998 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:43:00,998 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:43:04,002 - create_instance - DEBUG - VM status query timeout in 853.565939903 2018-10-04 15:43:04,005 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:43:04,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:43: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-5aad5573-0171-4a79-bcb4-2599c5650061 x-compute-request-id: req-5aad5573-0171-4a79-bcb4-2599c5650061 Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:43:04,663 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-5aad5573-0171-4a79-bcb4-2599c5650061 2018-10-04 15:43:04,663 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:43:04,663 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:43:07,665 - create_instance - DEBUG - VM status query timeout in 849.902363062 2018-10-04 15:43:07,669 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:43:08,150 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:43: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-57977a32-7320-42a7-9eec-1a7914ca1672 x-compute-request-id: req-57977a32-7320-42a7-9eec-1a7914ca1672 Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:43:08,150 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-57977a32-7320-42a7-9eec-1a7914ca1672 2018-10-04 15:43:08,151 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:43:08,151 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:43:11,154 - create_instance - DEBUG - VM status query timeout in 846.413545847 2018-10-04 15:43:11,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:43:11,639 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:43: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-768feeb9-f9a4-4361-9223-4cc73a34530f x-compute-request-id: req-768feeb9-f9a4-4361-9223-4cc73a34530f Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:43:11,640 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-768feeb9-f9a4-4361-9223-4cc73a34530f 2018-10-04 15:43:11,640 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:43:11,640 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:43:14,643 - create_instance - DEBUG - VM status query timeout in 842.924124002 2018-10-04 15:43:14,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:43:15,161 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:43: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-e9342533-a124-44ba-91df-568180285fad x-compute-request-id: req-e9342533-a124-44ba-91df-568180285fad Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:43:15,161 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-e9342533-a124-44ba-91df-568180285fad 2018-10-04 15:43:15,162 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:43:15,162 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:43:18,165 - create_instance - DEBUG - VM status query timeout in 839.402515888 2018-10-04 15:43:18,168 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:43:18,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:43: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-41457613-bf40-4d66-ae59-a4746322850d x-compute-request-id: req-41457613-bf40-4d66-ae59-a4746322850d Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:43:18,807 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-41457613-bf40-4d66-ae59-a4746322850d 2018-10-04 15:43:18,808 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:43:18,808 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:43:21,811 - create_instance - DEBUG - VM status query timeout in 835.756280899 2018-10-04 15:43:21,814 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:43:22,462 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:43: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-e4cfbaaa-a6ed-4630-b3b6-6cb405b3cd78 x-compute-request-id: req-e4cfbaaa-a6ed-4630-b3b6-6cb405b3cd78 Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:43:22,462 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-e4cfbaaa-a6ed-4630-b3b6-6cb405b3cd78 2018-10-04 15:43:22,462 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:43:22,462 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:43:25,466 - create_instance - DEBUG - VM status query timeout in 832.101891041 2018-10-04 15:43:25,469 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:43:25,802 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:43:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb1e58c5-f168-4672-b7f4-c248569d9776 x-compute-request-id: req-fb1e58c5-f168-4672-b7f4-c248569d9776 Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:43:25,802 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-fb1e58c5-f168-4672-b7f4-c248569d9776 2018-10-04 15:43:25,803 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:43:25,803 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:43:28,806 - create_instance - DEBUG - VM status query timeout in 828.76138401 2018-10-04 15:43:28,810 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:43:29,304 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:43: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-d9343489-648a-48b9-941b-84b93aa90aa1 x-compute-request-id: req-d9343489-648a-48b9-941b-84b93aa90aa1 Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:43:29,305 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-d9343489-648a-48b9-941b-84b93aa90aa1 2018-10-04 15:43:29,305 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:43:29,305 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:43:32,308 - create_instance - DEBUG - VM status query timeout in 825.259055853 2018-10-04 15:43:32,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:43:32,632 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-91e97163-a872-4745-aa45-f2062e4255c2 x-compute-request-id: req-91e97163-a872-4745-aa45-f2062e4255c2 Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:43:32,633 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-91e97163-a872-4745-aa45-f2062e4255c2 2018-10-04 15:43:32,633 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:43:32,633 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:43:35,636 - create_instance - DEBUG - VM status query timeout in 821.931090832 2018-10-04 15:43:35,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:43:36,205 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:43:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5925e025-f312-4a41-8ab8-6a308d08432e x-compute-request-id: req-5925e025-f312-4a41-8ab8-6a308d08432e Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:43:36,206 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-5925e025-f312-4a41-8ab8-6a308d08432e 2018-10-04 15:43:36,206 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:43:36,206 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:43:39,210 - create_instance - DEBUG - VM status query timeout in 818.358029842 2018-10-04 15:43:39,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:43:39,725 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:43: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-5c45c3c4-2594-4449-9321-d25d8ab73f55 x-compute-request-id: req-5c45c3c4-2594-4449-9321-d25d8ab73f55 Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:43:39,726 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-5c45c3c4-2594-4449-9321-d25d8ab73f55 2018-10-04 15:43:39,726 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:43:39,726 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:43:42,729 - create_instance - DEBUG - VM status query timeout in 814.838083029 2018-10-04 15:43:42,733 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:43:43,088 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:43:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1ec14f4-83fa-4847-a148-ea64fa7932bb x-compute-request-id: req-a1ec14f4-83fa-4847-a148-ea64fa7932bb Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:43:43,088 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-a1ec14f4-83fa-4847-a148-ea64fa7932bb 2018-10-04 15:43:43,089 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:43:43,089 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:43:46,092 - create_instance - DEBUG - VM status query timeout in 811.475285053 2018-10-04 15:43:46,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:43:46,791 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:43:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08b1eb16-a561-4939-9702-87b1c4bdcb71 x-compute-request-id: req-08b1eb16-a561-4939-9702-87b1c4bdcb71 Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:43:46,792 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-08b1eb16-a561-4939-9702-87b1c4bdcb71 2018-10-04 15:43:46,792 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:43:46,792 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:43:49,796 - create_instance - DEBUG - VM status query timeout in 807.771947861 2018-10-04 15:43:49,799 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:43:50,279 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:43: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-7077f2e9-8045-4f9f-a78d-e301ded4bf0c x-compute-request-id: req-7077f2e9-8045-4f9f-a78d-e301ded4bf0c Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:43:50,279 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-7077f2e9-8045-4f9f-a78d-e301ded4bf0c 2018-10-04 15:43:50,279 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:43:50,279 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:43:53,283 - create_instance - DEBUG - VM status query timeout in 804.284917831 2018-10-04 15:43:53,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:43:53,757 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:43: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-73f31622-6964-4f20-acd2-b53a7322dfe2 x-compute-request-id: req-73f31622-6964-4f20-acd2-b53a7322dfe2 Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:43:53,757 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-73f31622-6964-4f20-acd2-b53a7322dfe2 2018-10-04 15:43:53,758 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:43:53,758 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:43:56,761 - create_instance - DEBUG - VM status query timeout in 800.806634903 2018-10-04 15:43:56,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:43:57,231 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:43: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-18139d5d-5116-443f-a1af-dd7ff386c4b6 x-compute-request-id: req-18139d5d-5116-443f-a1af-dd7ff386c4b6 Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:43:57,231 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-18139d5d-5116-443f-a1af-dd7ff386c4b6 2018-10-04 15:43:57,232 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:43:57,232 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:44:00,235 - create_instance - DEBUG - VM status query timeout in 797.332252979 2018-10-04 15:44:00,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:00,730 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44: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-d252b205-e33d-439e-b31f-e1cdb9d02d18 x-compute-request-id: req-d252b205-e33d-439e-b31f-e1cdb9d02d18 Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:44:00,730 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-d252b205-e33d-439e-b31f-e1cdb9d02d18 2018-10-04 15:44:00,730 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:44:00,731 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:44:03,734 - create_instance - DEBUG - VM status query timeout in 793.833719015 2018-10-04 15:44:03,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:04,078 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44: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-8d0eb04b-7d51-432a-81c8-301a05f47abf x-compute-request-id: req-8d0eb04b-7d51-432a-81c8-301a05f47abf Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:42:19Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:44:04,078 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-8d0eb04b-7d51-432a-81c8-301a05f47abf 2018-10-04 15:44:04,079 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - BUILD 2018-10-04 15:44:04,079 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:44:07,080 - create_instance - DEBUG - VM status query timeout in 790.487552881 2018-10-04 15:44:07,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:07,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44: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-f21a5dcf-9845-409d-86e5-ad45b1944cac x-compute-request-id: req-f21a5dcf-9845-409d-86e5-ad45b1944cac Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:25:71", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:44:01.000000", "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:44:04Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:44:07,559 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-f21a5dcf-9845-409d-86e5-ad45b1944cac 2018-10-04 15:44:07,559 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - ACTIVE 2018-10-04 15:44:07,559 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:44:07,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:08,187 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44: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-7dad9e2e-8a67-4335-9355-174ac0a74e3b x-compute-request-id: req-7dad9e2e-8a67-4335-9355-174ac0a74e3b Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:25:71", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:44:01.000000", "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:44:04Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:44:08,187 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-7dad9e2e-8a67-4335-9355-174ac0a74e3b 2018-10-04 15:44:08,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:08,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-9740ee95-f158-4b8d-b2d1-95e34bf9570f Date: Thu, 04 Oct 2018 15:44:08 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":["f6c6d49c-b9ea-4d66-afa6-e11f657df442"],"updated_at":"2018-10-04T15:41:53Z","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net"}]} 2018-10-04 15:44:08,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net used request id req-9740ee95-f158-4b8d-b2d1-95e34bf9570f 2018-10-04 15:44:08,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:08,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef92fc4a-3718-4156-8d83-e8cb67122cfc Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e"}, "enabled": true, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}} 2018-10-04 15:44:08,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e used request id req-ef92fc4a-3718-4156-8d83-e8cb67122cfc 2018-10-04 15:44:08,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:08,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c25d6fa1-7be4-4395-a513-a238fd4e1aa6 Date: Thu, 04 Oct 2018 15:44:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:41:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","subnetpool_id":null,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-subnet"}]} 2018-10-04 15:44:08,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c used request id req-c25d6fa1-7be4-4395-a513-a238fd4e1aa6 2018-10-04 15:44:08,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:08,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-af8427ac-67e3-4ac5-8408-9914508da304 Date: Thu, 04 Oct 2018 15:44:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:44:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.6"}],"id":"0cb03a69-5035-4dda-9880-30c638e88561","security_groups":["2c6ab1e6-62b7-49bc-92ba-184b67b790f3"],"mac_address":"fa:16:3e:76:25:71","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-port-1","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:42:14Z","binding:vnic_type":"normal","device_id":"d63d4f29-7da1-4f16-bce9-005e4764410d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.2"}],"id":"874879a8-d8a0-46fb-97c2-c5f90251e5ba","security_groups":[],"mac_address":"fa:16:3e:31:d3:1b","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:53Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-032c5978-4bc9-43c9-9b2a-3f5a90c8d50c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.3"}],"id":"97f1f0f0-d64b-483c-ba73-1a0530a10644","security_groups":[],"mac_address":"fa:16:3e:69:13:be","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-032c5978-4bc9-43c9-9b2a-3f5a90c8d50c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:42:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.1"}],"id":"e9db456c-6864-4ebe-93b6-eea1a980601d","security_groups":[],"mac_address":"fa:16:3e:19:b2:47","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:42:03Z","binding:vnic_type":"normal","device_id":"55e51d25-8876-4914-b998-29b3d4546139"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.4"}],"id":"fb4f938b-35c8-4de2-947b-19d8f0158475","security_groups":[],"mac_address":"fa:16:3e:5b:db:f1","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-032c5978-4bc9-43c9-9b2a-3f5a90c8d50c"}]} 2018-10-04 15:44:08,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c used request id req-af8427ac-67e3-4ac5-8408-9914508da304 2018-10-04 15:44:08,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:08,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-a56a50a5-aaad-4205-886d-ced71835f45f Date: Thu, 04 Oct 2018 15:44:08 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:41:56Z", "admin_state_up": true, "updated_at": "2018-10-04T15:42:03Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "55e51d25-8876-4914-b998-29b3d4546139", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-router"}]} 2018-10-04 15:44:08,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-router used request id req-a56a50a5-aaad-4205-886d-ced71835f45f 2018-10-04 15:44:08,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:08,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6861b4c-30ba-43b2-9aa1-1a080c8ab159 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e"}, "enabled": true, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}} 2018-10-04 15:44:08,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e used request id req-b6861b4c-30ba-43b2-9aa1-1a080c8ab159 2018-10-04 15:44:08,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=55e51d25-8876-4914-b998-29b3d4546139 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:09,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-16dda79f-5ca3-45de-8ffa-c37f1a328cd0 Date: Thu, 04 Oct 2018 15:44:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:42:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.1"}],"id":"e9db456c-6864-4ebe-93b6-eea1a980601d","security_groups":[],"mac_address":"fa:16:3e:19:b2:47","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:42:03Z","binding:vnic_type":"normal","device_id":"55e51d25-8876-4914-b998-29b3d4546139"}]} 2018-10-04 15:44:09,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=55e51d25-8876-4914-b998-29b3d4546139 used request id req-16dda79f-5ca3-45de-8ffa-c37f1a328cd0 2018-10-04 15:44:09,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/f6c6d49c-b9ea-4d66-afa6-e11f657df442 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:09,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-fbb6168e-a381-4067-a387-a21fbeb72d33 Date: Thu, 04 Oct 2018 15:44:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:41:53Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","subnetpool_id":null,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-subnet"}} 2018-10-04 15:44:09,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/f6c6d49c-b9ea-4d66-afa6-e11f657df442 used request id req-fbb6168e-a381-4067-a387-a21fbeb72d33 2018-10-04 15:44:09,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:09,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-09dea48a-355c-4a7e-aced-c7cef60ba372 Date: Thu, 04 Oct 2018 15:44:09 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:44:09,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-09dea48a-355c-4a7e-aced-c7cef60ba372 2018-10-04 15:44:09,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:09,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e8c84849-7428-48c5-87db-d16bd0954701 Date: Thu, 04 Oct 2018 15:44:09 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:44:09,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-e8c84849-7428-48c5-87db-d16bd0954701 2018-10-04 15:44:09,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:09,911 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44: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-38d06656-4693-49bf-ab61-f7b0153cdf26 x-compute-request-id: req-38d06656-4693-49bf-ab61-f7b0153cdf26 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:25:71", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:44:01.000000", "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:44:04Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:44:09,912 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-38d06656-4693-49bf-ab61-f7b0153cdf26 2018-10-04 15:44:09,912 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - ACTIVE 2018-10-04 15:44:09,912 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:44:09,915 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:10,757 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44: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-9cca777a-b6b5-4d9b-a4ef-2795122114a3 x-compute-request-id: req-9cca777a-b6b5-4d9b-a4ef-2795122114a3 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:25:71", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:44:01.000000", "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:44:04Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:44:10,757 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-9cca777a-b6b5-4d9b-a4ef-2795122114a3 2018-10-04 15:44:10,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:10,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-67208b1f-175c-46f6-9a15-b06ce6c9918a Date: Thu, 04 Oct 2018 15:44:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6c6d49c-b9ea-4d66-afa6-e11f657df442"],"updated_at":"2018-10-04T15:41:53Z","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net"}]} 2018-10-04 15:44:10,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net used request id req-67208b1f-175c-46f6-9a15-b06ce6c9918a 2018-10-04 15:44:10,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:10,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb84ab68-9b61-401d-a944-936b685bf667 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e"}, "enabled": true, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}} 2018-10-04 15:44:10,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e used request id req-eb84ab68-9b61-401d-a944-936b685bf667 2018-10-04 15:44:10,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:11,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8af00b56-e843-4341-b681-0ff9e4141416 Date: Thu, 04 Oct 2018 15:44:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:41:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","subnetpool_id":null,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-subnet"}]} 2018-10-04 15:44:11,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c used request id req-8af00b56-e843-4341-b681-0ff9e4141416 2018-10-04 15:44:11,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:11,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-b1a2bc8a-d5b6-4a7f-9c8e-537a4d5bf35a Date: Thu, 04 Oct 2018 15:44:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:44:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.6"}],"id":"0cb03a69-5035-4dda-9880-30c638e88561","security_groups":["2c6ab1e6-62b7-49bc-92ba-184b67b790f3"],"mac_address":"fa:16:3e:76:25:71","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-port-1","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:42:14Z","binding:vnic_type":"normal","device_id":"d63d4f29-7da1-4f16-bce9-005e4764410d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.2"}],"id":"874879a8-d8a0-46fb-97c2-c5f90251e5ba","security_groups":[],"mac_address":"fa:16:3e:31:d3:1b","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:53Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-032c5978-4bc9-43c9-9b2a-3f5a90c8d50c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.3"}],"id":"97f1f0f0-d64b-483c-ba73-1a0530a10644","security_groups":[],"mac_address":"fa:16:3e:69:13:be","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-032c5978-4bc9-43c9-9b2a-3f5a90c8d50c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:42:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.1"}],"id":"e9db456c-6864-4ebe-93b6-eea1a980601d","security_groups":[],"mac_address":"fa:16:3e:19:b2:47","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:42:03Z","binding:vnic_type":"normal","device_id":"55e51d25-8876-4914-b998-29b3d4546139"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.4"}],"id":"fb4f938b-35c8-4de2-947b-19d8f0158475","security_groups":[],"mac_address":"fa:16:3e:5b:db:f1","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-032c5978-4bc9-43c9-9b2a-3f5a90c8d50c"}]} 2018-10-04 15:44:11,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c used request id req-b1a2bc8a-d5b6-4a7f-9c8e-537a4d5bf35a 2018-10-04 15:44:11,133 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-04 15:44:11,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:11,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-cc0c832f-6595-4ea1-870e-2279446b2c34 Date: Thu, 04 Oct 2018 15:44:11 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:44:11,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-cc0c832f-6595-4ea1-870e-2279446b2c34 2018-10-04 15:44:11,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:11,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a45be70d-fc2d-42a5-98a7-4a6ecbf240a9 Date: Thu, 04 Oct 2018 15:44:11 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:44:11,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-a45be70d-fc2d-42a5-98a7-4a6ecbf240a9 2018-10-04 15:44:11,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" -d '{"floatingip": {"floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "port_id": "0cb03a69-5035-4dda-9880-30c638e88561"}}' 2018-10-04 15:44:13,028 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-5d2923f1-119e-4ebb-8ed9-22c32b2c8d68 Date: Thu, 04 Oct 2018 15:44:13 GMT RESP BODY: {"floatingip": {"router_id": "55e51d25-8876-4914-b998-29b3d4546139", "status": "DOWN", "description": "", "tags": [], "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:44:12Z", "updated_at": "2018-10-04T15:44:12Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "10.55.1.6", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "port_id": "0cb03a69-5035-4dda-9880-30c638e88561", "id": "b0f3a38b-d9b8-44b2-b052-6e1a8e9d1133"}} 2018-10-04 15:44:13,028 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-5d2923f1-119e-4ebb-8ed9-22c32b2c8d68 2018-10-04 15:44:13,029 - create_instance - INFO - Created floating IP 172.30.9.202 via router - AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-router 2018-10-04 15:44:13,029 - create_instance_tests - INFO - Looking for IP 10.55.1.6 in the console log 2018-10-04 15:44:13,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:13,376 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44: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-805f840b-d511-497a-b5d8-912c161298a1 x-compute-request-id: req-805f840b-d511-497a-b5d8-912c161298a1 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:25:71", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:44:01.000000", "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:44:04Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:44:13,376 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-805f840b-d511-497a-b5d8-912c161298a1 2018-10-04 15:44:13,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:44:14,449 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44: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-cb812891-4b7d-4252-ab74-7f34e22f816a x-compute-request-id: req-cb812891-4b7d-4252-ab74-7f34e22f816a Content-Encoding: gzip Content-Length: 10447 Content-Type: application/json RESP BODY: {"output": "[ 0.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-158-generic (buildd@lgw01-amd64-031) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #208-Ubuntu SMP Fri Aug 24 17:07:38 UTC 2018 (Ubuntu 3.13.0-158.208-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-158-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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 00000000000f7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe142f 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe14a3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-158-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: 2039680K/2096616K available (7481K kernel code, 1162K rwdata, 3440K rodata, 1376K init, 1448K bss, 56936K 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.008015] AppArmor: AppArmor initialized\n[ 0.008854] Yama: becoming mindful.\n[ 0.010054] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.012005] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.013436] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.014663] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016105] Initializing cgroup subsys memory\n[ 0.016994] Initializing cgroup subsys devices\n[ 0.017873] Initializing cgroup subsys freezer\n[ 0.018747] Initializing cgroup subsys blkio\n[ 0.020003] Initializing cgroup subsys perf_event\n[ 0.020988] Initializing cgroup subsys hugetlb\n[ 0.021947] FEATURE SPEC_CTRL Not Present\n[ 0.023433] mce: CPU supports 10 MCE banks\n[ 0.024032] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.024032] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.025974] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.027142] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.028002] Speculative Store Bypass: Vulnerable\n[ 0.029742] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000)\n[ 0.034680] ACPI: Core revision 20131115\n[ 0.036207] ACPI: All ACPI Tables successfully acquired\n[ 0.037393] ftrace: allocating 28719 entries in 113 pages\n[ 0.056021] smpboot: Max logical packages: 2\n[ 0.056914] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.058137] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.060173] Enabling x2apic\n[ 0.060801] Enabled x2apic\n[ 0.061603] Switched APIC routing to physical x2apic.\n[ 0.063500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.064001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.066127] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.070905] KVM setup paravirtual spinlock\n[ 0.072858] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.074233] x86: Booting SMP configuration:\n[ 0.075154] .... node #0, CPUs: #1[ 0.072851] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.088016] x86: Booted up 1 node, 2 CPUs\n[ 0.088010] KVM setup async PF for cpu 1\n[ 0.088012] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.090753] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.092247] devtmpfs: initialized\n[ 0.095052] EVM: security.selinux\n[ 0.096005] EVM: security.SMACK64\n[ 0.096729] EVM: security.ima\n[ 0.097370] EVM: security.capability\n[ 0.098125] pinctrl core: initialized pinctrl subsystem\n[ 0.098125] regulator-dummy: no parameters\n[ 0.100057] RTC time: 15:44:01, date: 10/04/18\n[ 0.100945] NET: Registered protocol family 16\n[ 0.101882] cpuidle: using governor ladder\n[ 0.102712] cpuidle: using governor menu\n[ 0.103600] ACPI: bus type PCI registered\n[ 0.104003] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.105255] PCI: Using configuration type 1 for base access\n[ 0.106774] bio: create slab at 0\n[ 0.106774] ACPI: Added _OSI(Module Device)\n[ 0.108003] ACPI: Added _OSI(Processor Device)\n[ 0.108903] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.109815] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.112084] ACPI: Interpreter enabled\n[ 0.112860] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.114770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.116529] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.118430] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.120006] ACPI: (supports S0 S5)\n[ 0.120720] ACPI: Using IOAPIC for interrupt routing\n[ 0.121850] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.123785] ACPI: No dock devices found.\n[ 0.125604] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.126796] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.128006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.129228] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.131538] acpiphp: Slot [3] registered\n[ 0.132017] acpiphp: Slot [4] registered\n[ 0.132838] acpiphp: Slot [5] registered\n[ 0.133664] acpiphp: Slot [6] registered\n[ 0.134471] acpiphp: Slot [7] registered\n[ 0.135280] acpiphp: Slot [8] registered\n[ 0.136018] acpiphp: Slot [9] registered\n[ 0.136848] acpiphp: Slot [10] registered\n[ 0.137664] acpiphp: Slot [11] registered\n[ 0.138579] acpiphp: Slot [12] registered\n[ 0.139402] acpiphp: Slot [13] registered\n[ 0.140019] acpiphp: Slot [14] registered\n[ 0.140838] acpiphp: Slot [15] registered\n[ 0.141666] acpiphp: Slot [16] registered\n[ 0.142477] acpiphp: Slot [17] registered\n[ 0.143289] acpiphp: Slot [18] registered\n[ 0.144018] acpiphp: Slot [19] registered\n[ 0.144836] acpiphp: Slot [20] registered\n[ 0.145648] acpiphp: Slot [21] registered\n[ 0.146458] acpiphp: Slot [22] registered\n[ 0.147270] acpiphp: Slot [23] registered\n[ 0.148018] acpiphp: Slot [24] registered\n[ 0.148850] acpiphp: Slot [25] registered\n[ 0.149660] acpiphp: Slot [26] registered\n[ 0.150469] acpiphp: Slot [27] registered\n[ 0.151272] acpiphp: Slot [28] registered\n[ 0.152017] acpiphp: Slot [29] registered\n[ 0.152831] acpiphp: Slot [30] registered\n[ 0.153642] acpiphp: Slot [31] registered\n[ 0.154446] PCI host bridge to bus 0000:00\n[ 0.155251] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.156004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.157134] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.158268] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.159487] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.170535] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.172012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211636] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212698] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.215384] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.218108] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.219402] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.220089] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.221096] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.222655] vgaarb: loaded\n[ 0.223265] vgaarb: bridge control possible 0000:00:02.0\n[ 0.224119] SCSI subsystem initialized\n[ 0.224922] ACPI: bus type USB registered\n[ 0.226470] usbcore: registered new interface driver usbfs\n[ 0.228010] usbcore: registered new interface driver hub\n[ 0.229044] usbcore: registered new device driver usb\n[ 0.229044] PCI: Using ACPI for IRQ routing\n[ 0.229045] NetLabel: Initializing\n[ 0.229771] NetLabel: domain hash size = 128\n[ 0.232003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.232965] NetLabel: unlabeled traffic allowed by default\n[ 0.234021] Switched to clocksource kvm-clock\n[ 0.236709] AppArmor: AppArmor Filesystem Enabled\n[ 0.237653] pnp: PnP ACPI init\n[ 0.238326] ACPI: bus type PNP registered\n[ 0.239507] pnp: PnP ACPI: found 8 devices\n[ 0.240349] ACPI: bus type PNP unregistered\n[ 0.247043] NET: Registered protocol family 2\n[ 0.248054] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.249519] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.250755] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.252333] TCP: reno registered\n[ 0.253036] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.254151] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.255368] NET: Registered protocol family 1\n[ 0.256251] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.257361] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.258443] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.280066] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.302202] Trying to unpack rootfs image as initramfs...\n[ 0.381447] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.383134] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.384268] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.385466] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.387144] Scanning for low memory corruption every 60 seconds\n[ 0.388495] Initialise system trusted keyring\n[ 0.389461] audit: initializing netlink socket (disabled)\n[ 0.390523] type=2000 audit(1538667842.782:1): initialized\n[ 0.408131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.409989] zbud: loaded\n[ 0.410795] VFS: Disk quotas dquot_6.5.2\n[ 0.411636] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.413093] fuse init (API version 7.22)\n[ 0.413953] msgmni has been set to 3997\n[ 0.414782] Key type big_key registered\n[ 0.415788] Key type asymmetric registered\n[ 0.416640] Asymmetric key parser 'x509' registered\n[ 0.417615] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.419143] io scheduler noop registered\n[ 0.419996] io scheduler deadline registered (default)\n[ 0.421014] io scheduler cfq registered\n[ 0.421853] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.422925] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.424187] ipmi message handler version 39.2\n[ 0.425113] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.426596] ACPI: Power Button [PWRF]\n[ 0.427443] GHES: HEST is not enabled!\n[ 0.448928] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.491872] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.493660] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.517513] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.519527] Linux agpgart interface v0.103\n[ 0.521020] brd: module loaded\n[ 0.522009] loop: module loaded\n[ 0.522935] blk-mq: CPU -> queue map\n[ 0.523678] CPU 0 -> Queue 0\n[ 0.524347] CPU 1 -> Queue 0\n[ 0.525503] vda: vda1\n[ 0.526866] scsi0 : ata_piix\n[ 0.527581] scsi1 : ata_piix\n[ 0.528253] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.529474] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.530859] libphy: Fixed MDIO Bus: probed\n[ 0.532108] tun: Universal TUN/TAP device driver, 1.6\n[ 0.533072] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.534908] PPP generic driver version 2.4.2\n[ 0.535817] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.537076] ehci-pci: EHCI PCI platform driver\n[ 0.537950] ehci-platform: EHCI generic platform driver\n[ 0.538935] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.540063] ohci-pci: OHCI PCI platform driver\n[ 0.540933] ohci-platform: OHCI generic platform driver\n[ 0.541916] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.563788] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.564789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.566326] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.567444] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.568678] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.570104] usb usb1: Product: UHCI Host Controller\n[ 0.571041] usb usb1: Manufacturer: Linux 3.13.0-158-generic uhci_hcd\n[ 0.572213] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.573180] hub 1-0:1.0: USB hub found\n[ 0.573999] hub 1-0:1.0: 2 ports detected\n[ 0.574895] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.577008] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.577966] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.579016] mousedev: PS/2 mouse device common for all mice\n[ 0.580272] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.582097] rtc_cmos 00:00: RTC can wake from S4\n[ 0.583197] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.584404] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.585624] device-mapper: uevent: version 1.0.3\n[ 0.586568] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.588199] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.589375] TCP: cubic registered\n[ 0.590134] NET: Registered protocol family 10\n[ 0.591114] NET: Registered protocol family 17\n[ 0.592013] Key type dns_resolver registered\n[ 0.593009] Loading compiled-in X.509 certificates\n[ 0.594442] Loaded X.509 cert 'Magrathea: Glacier signing key: d7a84854682fa67fc9074b4067f0fa3467f2e27f'\n[ 0.596253] registered taskstats version 1\n[ 0.598386] Key type trusted registered\n[ 0.601329] Key type encrypted registered\n[ 0.602185] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.603245] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.604619] regulator-dummy: disabling\n[ 0.605468] Magic number: 6:599:739\n[ 0.613401] rtc_cmos 00:00: setting system clock to 2018-10-04 15:44:02 UTC (1538667842)\n[ 0.615092] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.616238] EDD information not available.\n[ 0.684942] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000)\n[ 0.686520] Write protecting the kernel read-only data: 12288k\n[ 0.687901] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.690405] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.701458] systemd-udevd[107]: starting version 204\n[ 0.741090] FDC 0 is a S82078B\n[ 0.884104] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.048530] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.049946] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.051375] usb 1-1: Product: QEMU USB Tablet\n[ 1.052336] usb 1-1: Manufacturer: QEMU\n[ 1.053206] usb 1-1: SerialNumber: 42\n[ 1.380067] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.757077] 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[ 1.985541] 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.116570] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.220484] 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 Thu, 04 Oct 2018 15:44:04 +0000. Up 2.55 seconds.\ncloud-init-nonet[2.73]: 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 set console keymap[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 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.43]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Thu, 04 Oct 2018 15:44:05 +0000. Up 3.61 seconds.\nci-info: +++++++++++++++++++++++++Net device info+++++++++++++++++++++++++\nci-info: +--------+------+-----------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+------+-----------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth0 | True | 10.55.1.6 | 255.255.255.0 | fa:16:3e:76:25:71 |\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 | 10.55.1.1 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 10.55.1.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: | 2 | 169.254.169.254 | 10.55.1.2 | 255.255.255.255 | eth0 | UGH |\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:\nd9:07:e2:95:17:ce:50:36:42:48:b6:6b:bf:2a:ad:b4 root@ansibleprovisioningtests-22a128ed-7b52-43b6-8177-43cc360e42a1-i\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .oo+.= |\n| ... B o |\n| o + + |\n| . * o |\n| S . . |\n| . . . |\n| .. . |\n| .... . |\n| Eo... |\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:\n6d:2a:68:79:01:f4:91:cd:ee:26:32:5a:50:1f:ea:9e root@ansibleprovisioningtests-22a128ed-7b52-43b6-8177-43cc360e42a1-i\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . .+ |\n| ...o.o |\n| ..o.o |\n| . ... .. |\n| o ..S o |\n| =o..oo |\n| +++oo. |\n| ..E. . |\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:\n49:a6:58:07:0b:61:89:7d:db:e8:8b:26:d2:70:e7:91 root@ansibleprovisioningtests-22a128ed-7b52-43b6-8177-43cc360e42a1-i\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| o+o. |\n| ..o..o |\n| .o++ |\n| oo=.. |\n| .o. S |\n|. . E . |\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:\ndf:a0:7f:a3:61:4b:ba:a6:46:b4:c1:5d:c8:3f:8c:fb root@ansibleprovisioningtests-22a128ed-7b52-43b6-8177-43cc360e42a1-i\nThe key's randomart image is:\n+--[ED25519 256--+\n| . . |\n| o . |\n| . . = |\n| + o + |\n| . oS... |\n| o .o o |\n| . ..= . |\n| . .=Eoo |\n| ..oo.+o . |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting early crypto disks... [80G [74G * Starting Handle applying cloud-config[74G[ OK ]\n[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Thu, 04 Oct 2018 15:44:08 +0000. Up 6.22 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Thu, 04 Oct 2018 15:44:09 +0000. Up 7.11 seconds.\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 | 5b:39:36:c7:ca:a8:db:89:51:e9:d7:68:ea:ac:b9:6c | - | - |\nci-info: +---------+-------------------------------------------------+---------+---------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 6d:2a:68:79:01:f4:91:cd:ee:26:32:5a:50:1f:ea:9e root@ansibleprovisioningtests-22a128ed-7b52-43b6-8177-43cc360e42a1-i (DSA)\nec2: 256 49:a6:58:07:0b:61:89:7d:db:e8:8b:26:d2:70:e7:91 root@ansibleprovisioningtests-22a128ed-7b52-43b6-8177-43cc360e42a1-i (ECDSA)\nec2: 256 df:a0:7f:a3:61:4b:ba:a6:46:b4:c1:5d:c8:3f:8c:fb root@ansibleprovisioningtests-22a128ed-7b52-43b6-8177-43cc360e42a1-i (ED25519)\nec2: 2048 d9:07:e2:95:17:ce:50:36:42:48:b6:6b:bf:2a:ad:b4 root@ansibleprovisioningtests-22a128ed-7b52-43b6-8177-43cc360e42a1-i (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJqtsBdN30Icrs2C62St9a0nbjTOhKPLc5pysXbFneuXA8rEUJ5Ybf0i9QU1lUbKYCVRRmVrJbx13dXuq8xkUyk= root@ansibleprovisioningtests-22a128ed-7b52-43b6-8177-43cc360e42a1-i\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFSmgwWjTWhQAhBf8raT+kl4yJiR05m22avpMaYm2q+n root@ansibleprovisioningtests-22a128ed-7b52-43b6-8177-43cc360e42a1-i\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDREdR0uNdgdqrhGPSKm0qUJRWqHQqbxVaxet4OHGgzU8zj5h68vneZ/FuqLKpoHded7KykF4gUFpzmA9hFE6kX+7ath+FrQ1+U9YBtTapvYdWSberhHtPyV547UZp1N2q8m3+8NrbM/Vw7v0LNnZphwau+0T1Xrpo1cnNmqjdZlD3t1oDPTaod6ShYSPdjYpRK85jYGqc1TsnWFUS9ZzhX313yNA3t7G/DA1uByHjPmIm8svCVPhwPAKrf6ok96vr27JdYtNOyTX0nr17omlR/uVVhXcdc0EPb5sAcHiUb1+F/rnRfqL3Z6CtDaVBWIYfe9olgvdPFZv70jGM5KCqx root@ansibleprovisioningtests-22a128ed-7b52-43b6-8177-43cc360e42a1-i\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Thu, 04 Oct 2018 15:44:09 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.20 seconds\n\nUbuntu 14.04.5 LTS ansibleprovisioningtests-22a128ed-7b52-43b6-8177-43cc360e42a1-i ttyS0\n\nansibleprovisioningtests-22a128ed-7b52-43b6-8177-43cc360e42a1-i login: "} 2018-10-04 15:44:14,450 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d/action used request id req-cb812891-4b7d-4252-ab74-7f34e22f816a 2018-10-04 15:44:14,452 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-04 15:44:14,452 - create_instance_tests - DEBUG - Full console output - [ 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-158-generic (buildd@lgw01-amd64-031) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #208-Ubuntu SMP Fri Aug 24 17:07:38 UTC 2018 (Ubuntu 3.13.0-158.208-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-158-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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 00000000000f7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe142f 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe14a3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-158-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: 2039680K/2096616K available (7481K kernel code, 1162K rwdata, 3440K rodata, 1376K init, 1448K bss, 56936K 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.008015] AppArmor: AppArmor initialized [ 0.008854] Yama: becoming mindful. [ 0.010054] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012005] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.013436] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.014663] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016105] Initializing cgroup subsys memory [ 0.016994] Initializing cgroup subsys devices [ 0.017873] Initializing cgroup subsys freezer [ 0.018747] Initializing cgroup subsys blkio [ 0.020003] Initializing cgroup subsys perf_event [ 0.020988] Initializing cgroup subsys hugetlb [ 0.021947] FEATURE SPEC_CTRL Not Present [ 0.023433] mce: CPU supports 10 MCE banks [ 0.024032] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.024032] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.025974] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.027142] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.028002] Speculative Store Bypass: Vulnerable [ 0.029742] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000) [ 0.034680] ACPI: Core revision 20131115 [ 0.036207] ACPI: All ACPI Tables successfully acquired [ 0.037393] ftrace: allocating 28719 entries in 113 pages [ 0.056021] smpboot: Max logical packages: 2 [ 0.056914] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.058137] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.060173] Enabling x2apic [ 0.060801] Enabled x2apic [ 0.061603] Switched APIC routing to physical x2apic. [ 0.063500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.064001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.066127] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.070905] KVM setup paravirtual spinlock [ 0.072858] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.074233] x86: Booting SMP configuration: [ 0.075154] .... node #0, CPUs: #1[ 0.072851] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.088016] x86: Booted up 1 node, 2 CPUs [ 0.088010] KVM setup async PF for cpu 1 [ 0.088012] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.090753] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.092247] devtmpfs: initialized [ 0.095052] EVM: security.selinux [ 0.096005] EVM: security.SMACK64 [ 0.096729] EVM: security.ima [ 0.097370] EVM: security.capability [ 0.098125] pinctrl core: initialized pinctrl subsystem [ 0.098125] regulator-dummy: no parameters [ 0.100057] RTC time: 15:44:01, date: 10/04/18 [ 0.100945] NET: Registered protocol family 16 [ 0.101882] cpuidle: using governor ladder [ 0.102712] cpuidle: using governor menu [ 0.103600] ACPI: bus type PCI registered [ 0.104003] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.105255] PCI: Using configuration type 1 for base access [ 0.106774] bio: create slab at 0 [ 0.106774] ACPI: Added _OSI(Module Device) [ 0.108003] ACPI: Added _OSI(Processor Device) [ 0.108903] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.109815] ACPI: Added _OSI(Processor Aggregator Device) [ 0.112084] ACPI: Interpreter enabled [ 0.112860] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.114770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.116529] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.118430] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.120006] ACPI: (supports S0 S5) [ 0.120720] ACPI: Using IOAPIC for interrupt routing [ 0.121850] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.123785] ACPI: No dock devices found. [ 0.125604] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.126796] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.128006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.129228] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.131538] acpiphp: Slot [3] registered [ 0.132017] acpiphp: Slot [4] registered [ 0.132838] acpiphp: Slot [5] registered [ 0.133664] acpiphp: Slot [6] registered [ 0.134471] acpiphp: Slot [7] registered [ 0.135280] acpiphp: Slot [8] registered [ 0.136018] acpiphp: Slot [9] registered [ 0.136848] acpiphp: Slot [10] registered [ 0.137664] acpiphp: Slot [11] registered [ 0.138579] acpiphp: Slot [12] registered [ 0.139402] acpiphp: Slot [13] registered [ 0.140019] acpiphp: Slot [14] registered [ 0.140838] acpiphp: Slot [15] registered [ 0.141666] acpiphp: Slot [16] registered [ 0.142477] acpiphp: Slot [17] registered [ 0.143289] acpiphp: Slot [18] registered [ 0.144018] acpiphp: Slot [19] registered [ 0.144836] acpiphp: Slot [20] registered [ 0.145648] acpiphp: Slot [21] registered [ 0.146458] acpiphp: Slot [22] registered [ 0.147270] acpiphp: Slot [23] registered [ 0.148018] acpiphp: Slot [24] registered [ 0.148850] acpiphp: Slot [25] registered [ 0.149660] acpiphp: Slot [26] registered [ 0.150469] acpiphp: Slot [27] registered [ 0.151272] acpiphp: Slot [28] registered [ 0.152017] acpiphp: Slot [29] registered [ 0.152831] acpiphp: Slot [30] registered [ 0.153642] acpiphp: Slot [31] registered [ 0.154446] PCI host bridge to bus 0000:00 [ 0.155251] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.156004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.157134] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.158268] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.159487] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.170535] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.172012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211636] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212698] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.215384] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.218108] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.219402] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.220089] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.221096] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.222655] vgaarb: loaded [ 0.223265] vgaarb: bridge control possible 0000:00:02.0 [ 0.224119] SCSI subsystem initialized [ 0.224922] ACPI: bus type USB registered [ 0.226470] usbcore: registered new interface driver usbfs [ 0.228010] usbcore: registered new interface driver hub [ 0.229044] usbcore: registered new device driver usb [ 0.229044] PCI: Using ACPI for IRQ routing [ 0.229045] NetLabel: Initializing [ 0.229771] NetLabel: domain hash size = 128 [ 0.232003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.232965] NetLabel: unlabeled traffic allowed by default [ 0.234021] Switched to clocksource kvm-clock [ 0.236709] AppArmor: AppArmor Filesystem Enabled [ 0.237653] pnp: PnP ACPI init [ 0.238326] ACPI: bus type PNP registered [ 0.239507] pnp: PnP ACPI: found 8 devices [ 0.240349] ACPI: bus type PNP unregistered [ 0.247043] NET: Registered protocol family 2 [ 0.248054] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.249519] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.250755] TCP: Hash tables configured (established 16384 bind 16384) [ 0.252333] TCP: reno registered [ 0.253036] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.254151] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.255368] NET: Registered protocol family 1 [ 0.256251] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.257361] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.258443] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.280066] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.302202] Trying to unpack rootfs image as initramfs... [ 0.381447] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.383134] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.384268] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.385466] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.387144] Scanning for low memory corruption every 60 seconds [ 0.388495] Initialise system trusted keyring [ 0.389461] audit: initializing netlink socket (disabled) [ 0.390523] type=2000 audit(1538667842.782:1): initialized [ 0.408131] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.409989] zbud: loaded [ 0.410795] VFS: Disk quotas dquot_6.5.2 [ 0.411636] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.413093] fuse init (API version 7.22) [ 0.413953] msgmni has been set to 3997 [ 0.414782] Key type big_key registered [ 0.415788] Key type asymmetric registered [ 0.416640] Asymmetric key parser 'x509' registered [ 0.417615] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.419143] io scheduler noop registered [ 0.419996] io scheduler deadline registered (default) [ 0.421014] io scheduler cfq registered [ 0.421853] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.422925] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.424187] ipmi message handler version 39.2 [ 0.425113] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.426596] ACPI: Power Button [PWRF] [ 0.427443] GHES: HEST is not enabled! [ 0.448928] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.491872] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.493660] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.517513] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.519527] Linux agpgart interface v0.103 [ 0.521020] brd: module loaded [ 0.522009] loop: module loaded [ 0.522935] blk-mq: CPU -> queue map [ 0.523678] CPU 0 -> Queue 0 [ 0.524347] CPU 1 -> Queue 0 [ 0.525503] vda: vda1 [ 0.526866] scsi0 : ata_piix [ 0.527581] scsi1 : ata_piix [ 0.528253] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.529474] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.530859] libphy: Fixed MDIO Bus: probed [ 0.532108] tun: Universal TUN/TAP device driver, 1.6 [ 0.533072] tun: (C) 1999-2004 Max Krasnyansky [ 0.534908] PPP generic driver version 2.4.2 [ 0.535817] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.537076] ehci-pci: EHCI PCI platform driver [ 0.537950] ehci-platform: EHCI generic platform driver [ 0.538935] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.540063] ohci-pci: OHCI PCI platform driver [ 0.540933] ohci-platform: OHCI generic platform driver [ 0.541916] uhci_hcd: USB Universal Host Controller Interface driver [ 0.563788] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.564789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.566326] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.567444] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.568678] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.570104] usb usb1: Product: UHCI Host Controller [ 0.571041] usb usb1: Manufacturer: Linux 3.13.0-158-generic uhci_hcd [ 0.572213] usb usb1: SerialNumber: 0000:00:01.2 [ 0.573180] hub 1-0:1.0: USB hub found [ 0.573999] hub 1-0:1.0: 2 ports detected [ 0.574895] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.577008] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.577966] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.579016] mousedev: PS/2 mouse device common for all mice [ 0.580272] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.582097] rtc_cmos 00:00: RTC can wake from S4 [ 0.583197] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.584404] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.585624] device-mapper: uevent: version 1.0.3 [ 0.586568] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.588199] ledtrig-cpu: registered to indicate activity on CPUs [ 0.589375] TCP: cubic registered [ 0.590134] NET: Registered protocol family 10 [ 0.591114] NET: Registered protocol family 17 [ 0.592013] Key type dns_resolver registered [ 0.593009] Loading compiled-in X.509 certificates [ 0.594442] Loaded X.509 cert 'Magrathea: Glacier signing key: d7a84854682fa67fc9074b4067f0fa3467f2e27f' [ 0.596253] registered taskstats version 1 [ 0.598386] Key type trusted registered [ 0.601329] Key type encrypted registered [ 0.602185] AppArmor: AppArmor sha1 policy hashing enabled [ 0.603245] IMA: No TPM chip found, activating TPM-bypass! [ 0.604619] regulator-dummy: disabling [ 0.605468] Magic number: 6:599:739 [ 0.613401] rtc_cmos 00:00: setting system clock to 2018-10-04 15:44:02 UTC (1538667842) [ 0.615092] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.616238] EDD information not available. [ 0.684942] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000) [ 0.686520] Write protecting the kernel read-only data: 12288k [ 0.687901] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.690405] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.701458] systemd-udevd[107]: starting version 204 [ 0.741090] FDC 0 is a S82078B [ 0.884104] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.048530] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.049946] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.051375] usb 1-1: Product: QEMU USB Tablet [ 1.052336] usb 1-1: Manufacturer: QEMU [ 1.053206] usb 1-1: SerialNumber: 42 [ 1.380067] tsc: Refined TSC clocksource calibration: 3491.911 MHz [ 1.757077] 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. [ 1.985541] 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.116570] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.220484] 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 Thu, 04 Oct 2018 15:44:04 +0000. Up 2.55 seconds. cloud-init-nonet[2.73]: 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 set console keymap[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 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.43]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Thu, 04 Oct 2018 15:44:05 +0000. Up 3.61 seconds. ci-info: +++++++++++++++++++++++++Net device info+++++++++++++++++++++++++ ci-info: +--------+------+-----------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+------+-----------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth0 | True | 10.55.1.6 | 255.255.255.0 | fa:16:3e:76:25:71 | 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 | 10.55.1.1 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 10.55.1.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: | 2 | 169.254.169.254 | 10.55.1.2 | 255.255.255.255 | eth0 | UGH | 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: d9:07:e2:95:17:ce:50:36:42:48:b6:6b:bf:2a:ad:b4 root@ansibleprovisioningtests-22a128ed-7b52-43b6-8177-43cc360e42a1-i The key's randomart image is: +--[ RSA 2048]----+ | .oo+.= | | ... B o | | o + + | | . * o | | S . . | | . . . | | .. . | | .... . | | Eo... | +-----------------+ 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: 6d:2a:68:79:01:f4:91:cd:ee:26:32:5a:50:1f:ea:9e root@ansibleprovisioningtests-22a128ed-7b52-43b6-8177-43cc360e42a1-i The key's randomart image is: +--[ DSA 1024]----+ | . .+ | | ...o.o | | ..o.o | | . ... .. | | o ..S o | | =o..oo | | +++oo. | | ..E. . | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 49:a6:58:07:0b:61:89:7d:db:e8:8b:26:d2:70:e7:91 root@ansibleprovisioningtests-22a128ed-7b52-43b6-8177-43cc360e42a1-i The key's randomart image is: +--[ECDSA 256]---+ | o+o. | | ..o..o | | .o++ | | oo=.. | | .o. S | |. . E . | | + 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: df:a0:7f:a3:61:4b:ba:a6:46:b4:c1:5d:c8:3f:8c:fb root@ansibleprovisioningtests-22a128ed-7b52-43b6-8177-43cc360e42a1-i The key's randomart image is: +--[ED25519 256--+ | . . | | o . | | . . = | | + o + | | . oS... | | o .o o | | . ..= . | | . .=Eoo | | ..oo.+o . | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting early crypto disks... [80G [74G * Starting Handle applying cloud-config[74G[ OK ] [ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Thu, 04 Oct 2018 15:44:08 +0000. Up 6.22 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Thu, 04 Oct 2018 15:44:09 +0000. Up 7.11 seconds. 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 | 5b:39:36:c7:ca:a8:db:89:51:e9:d7:68:ea:ac:b9:6c | - | - | ci-info: +---------+-------------------------------------------------+---------+---------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 6d:2a:68:79:01:f4:91:cd:ee:26:32:5a:50:1f:ea:9e root@ansibleprovisioningtests-22a128ed-7b52-43b6-8177-43cc360e42a1-i (DSA) ec2: 256 49:a6:58:07:0b:61:89:7d:db:e8:8b:26:d2:70:e7:91 root@ansibleprovisioningtests-22a128ed-7b52-43b6-8177-43cc360e42a1-i (ECDSA) ec2: 256 df:a0:7f:a3:61:4b:ba:a6:46:b4:c1:5d:c8:3f:8c:fb root@ansibleprovisioningtests-22a128ed-7b52-43b6-8177-43cc360e42a1-i (ED25519) ec2: 2048 d9:07:e2:95:17:ce:50:36:42:48:b6:6b:bf:2a:ad:b4 root@ansibleprovisioningtests-22a128ed-7b52-43b6-8177-43cc360e42a1-i (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJqtsBdN30Icrs2C62St9a0nbjTOhKPLc5pysXbFneuXA8rEUJ5Ybf0i9QU1lUbKYCVRRmVrJbx13dXuq8xkUyk= root@ansibleprovisioningtests-22a128ed-7b52-43b6-8177-43cc360e42a1-i ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFSmgwWjTWhQAhBf8raT+kl4yJiR05m22avpMaYm2q+n root@ansibleprovisioningtests-22a128ed-7b52-43b6-8177-43cc360e42a1-i ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDREdR0uNdgdqrhGPSKm0qUJRWqHQqbxVaxet4OHGgzU8zj5h68vneZ/FuqLKpoHded7KykF4gUFpzmA9hFE6kX+7ath+FrQ1+U9YBtTapvYdWSberhHtPyV547UZp1N2q8m3+8NrbM/Vw7v0LNnZphwau+0T1Xrpo1cnNmqjdZlD3t1oDPTaod6ShYSPdjYpRK85jYGqc1TsnWFUS9ZzhX313yNA3t7G/DA1uByHjPmIm8svCVPhwPAKrf6ok96vr27JdYtNOyTX0nr17omlR/uVVhXcdc0EPb5sAcHiUb1+F/rnRfqL3Z6CtDaVBWIYfe9olgvdPFZv70jGM5KCqx root@ansibleprovisioningtests-22a128ed-7b52-43b6-8177-43cc360e42a1-i -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Thu, 04 Oct 2018 15:44:09 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.20 seconds Ubuntu 14.04.5 LTS ansibleprovisioningtests-22a128ed-7b52-43b6-8177-43cc360e42a1-i ttyS0 ansibleprovisioningtests-22a128ed-7b52-43b6-8177-43cc360e42a1-i login: 2018-10-04 15:44:14,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:14,918 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44: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-fbce28bf-d2ef-43cf-9ec0-7265cb210ada x-compute-request-id: req-fbce28bf-d2ef-43cf-9ec0-7265cb210ada Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:25:71", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:25:71", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:44:01.000000", "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:44:04Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:44:14,918 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-fbce28bf-d2ef-43cf-9ec0-7265cb210ada 2018-10-04 15:44:14,919 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - ACTIVE 2018-10-04 15:44:14,919 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:44:14,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:15,111 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44: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-de47f67e-8e16-4b34-95a2-d8cbcc017458 x-compute-request-id: req-de47f67e-8e16-4b34-95a2-d8cbcc017458 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:25:71", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:25:71", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:44:01.000000", "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:44:04Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:44:15,112 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-de47f67e-8e16-4b34-95a2-d8cbcc017458 2018-10-04 15:44:15,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:15,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-6d093b12-e964-4284-aeaa-c5ed798f8e09 Date: Thu, 04 Oct 2018 15:44:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6c6d49c-b9ea-4d66-afa6-e11f657df442"],"updated_at":"2018-10-04T15:41:53Z","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net"}]} 2018-10-04 15:44:15,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net used request id req-6d093b12-e964-4284-aeaa-c5ed798f8e09 2018-10-04 15:44:15,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:15,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee98fe53-cf97-43c8-8a23-2a515075a16c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e"}, "enabled": true, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}} 2018-10-04 15:44:15,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e used request id req-ee98fe53-cf97-43c8-8a23-2a515075a16c 2018-10-04 15:44:15,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:15,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-82fcf9b9-f9bc-4a80-a78b-c2ec922d9340 Date: Thu, 04 Oct 2018 15:44:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:41:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","subnetpool_id":null,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-subnet"}]} 2018-10-04 15:44:15,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c used request id req-82fcf9b9-f9bc-4a80-a78b-c2ec922d9340 2018-10-04 15:44:15,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:15,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-4482a44b-8dfe-4ba0-a1c4-9003c4f7c1b0 Date: Thu, 04 Oct 2018 15:44:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:44:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.6"}],"id":"0cb03a69-5035-4dda-9880-30c638e88561","security_groups":["2c6ab1e6-62b7-49bc-92ba-184b67b790f3"],"mac_address":"fa:16:3e:76:25:71","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-port-1","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:42:14Z","binding:vnic_type":"normal","device_id":"d63d4f29-7da1-4f16-bce9-005e4764410d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.2"}],"id":"874879a8-d8a0-46fb-97c2-c5f90251e5ba","security_groups":[],"mac_address":"fa:16:3e:31:d3:1b","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:53Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-032c5978-4bc9-43c9-9b2a-3f5a90c8d50c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.3"}],"id":"97f1f0f0-d64b-483c-ba73-1a0530a10644","security_groups":[],"mac_address":"fa:16:3e:69:13:be","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-032c5978-4bc9-43c9-9b2a-3f5a90c8d50c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:42:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.1"}],"id":"e9db456c-6864-4ebe-93b6-eea1a980601d","security_groups":[],"mac_address":"fa:16:3e:19:b2:47","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:42:03Z","binding:vnic_type":"normal","device_id":"55e51d25-8876-4914-b998-29b3d4546139"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.4"}],"id":"fb4f938b-35c8-4de2-947b-19d8f0158475","security_groups":[],"mac_address":"fa:16:3e:5b:db:f1","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-032c5978-4bc9-43c9-9b2a-3f5a90c8d50c"}]} 2018-10-04 15:44:15,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c used request id req-4482a44b-8dfe-4ba0-a1c4-9003c4f7c1b0 2018-10-04 15:44:15,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:15,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44: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-7b627b92-2a33-49d8-be03-19b0b4f8e42d x-compute-request-id: req-7b627b92-2a33-49d8-be03-19b0b4f8e42d Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:25:71", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:25:71", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:44:01.000000", "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:44:04Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:44:15,948 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-7b627b92-2a33-49d8-be03-19b0b4f8e42d 2018-10-04 15:44:15,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:16,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-318c8870-2e93-405f-bc87-ec8119834934 Date: Thu, 04 Oct 2018 15:44:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6c6d49c-b9ea-4d66-afa6-e11f657df442"],"updated_at":"2018-10-04T15:41:53Z","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net"}]} 2018-10-04 15:44:16,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net used request id req-318c8870-2e93-405f-bc87-ec8119834934 2018-10-04 15:44:16,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:16,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-124d9fa8-c760-400b-abd9-55648b4e2187 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e"}, "enabled": true, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}} 2018-10-04 15:44:16,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e used request id req-124d9fa8-c760-400b-abd9-55648b4e2187 2018-10-04 15:44:16,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:16,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fccd4a68-0be3-499f-811f-6de47fa3a44a Date: Thu, 04 Oct 2018 15:44:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:41:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","subnetpool_id":null,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-subnet"}]} 2018-10-04 15:44:16,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c used request id req-fccd4a68-0be3-499f-811f-6de47fa3a44a 2018-10-04 15:44:16,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:16,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-d263b4df-bf68-4049-841c-5a72eb87a4e7 Date: Thu, 04 Oct 2018 15:44:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:44:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.6"}],"id":"0cb03a69-5035-4dda-9880-30c638e88561","security_groups":["2c6ab1e6-62b7-49bc-92ba-184b67b790f3"],"mac_address":"fa:16:3e:76:25:71","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-port-1","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:42:14Z","binding:vnic_type":"normal","device_id":"d63d4f29-7da1-4f16-bce9-005e4764410d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.2"}],"id":"874879a8-d8a0-46fb-97c2-c5f90251e5ba","security_groups":[],"mac_address":"fa:16:3e:31:d3:1b","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:53Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-032c5978-4bc9-43c9-9b2a-3f5a90c8d50c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.3"}],"id":"97f1f0f0-d64b-483c-ba73-1a0530a10644","security_groups":[],"mac_address":"fa:16:3e:69:13:be","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-032c5978-4bc9-43c9-9b2a-3f5a90c8d50c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:42:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.1"}],"id":"e9db456c-6864-4ebe-93b6-eea1a980601d","security_groups":[],"mac_address":"fa:16:3e:19:b2:47","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:42:03Z","binding:vnic_type":"normal","device_id":"55e51d25-8876-4914-b998-29b3d4546139"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.4"}],"id":"fb4f938b-35c8-4de2-947b-19d8f0158475","security_groups":[],"mac_address":"fa:16:3e:5b:db:f1","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-032c5978-4bc9-43c9-9b2a-3f5a90c8d50c"}]} 2018-10-04 15:44:16,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c used request id req-d263b4df-bf68-4049-841c-5a72eb87a4e7 2018-10-04 15:44:16,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-sec-grp"}}' 2018-10-04 15:44:17,679 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:44:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d6de7cd2-3b87-4712-aa60-bc44cbeda160 x-compute-request-id: req-d6de7cd2-3b87-4712-aa60-bc44cbeda160 Content-Length: 0 Content-Type: application/json 2018-10-04 15:44:17,679 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d/action used request id req-d6de7cd2-3b87-4712-aa60-bc44cbeda160 2018-10-04 15:44:17,679 - create_instance - INFO - Checking if VM is active 2018-10-04 15:44:17,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:18,032 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44: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-7c0fedf7-e998-4928-84d1-fd1ae88fcfed x-compute-request-id: req-7c0fedf7-e998-4928-84d1-fd1ae88fcfed Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:25:71", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:25:71", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:44:01.000000", "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-sec-grp"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:44:04Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:44:18,032 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-7c0fedf7-e998-4928-84d1-fd1ae88fcfed 2018-10-04 15:44:18,032 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - ACTIVE 2018-10-04 15:44:18,033 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:44:18,035 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:18,353 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44: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-0f8909f3-44e4-460e-a904-abdca4432afe x-compute-request-id: req-0f8909f3-44e4-460e-a904-abdca4432afe Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:25:71", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:25:71", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:44:01.000000", "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-sec-grp"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:44:04Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:44:18,353 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-0f8909f3-44e4-460e-a904-abdca4432afe 2018-10-04 15:44:18,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:18,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-50693fef-3c71-45d5-a799-f15cde572466 Date: Thu, 04 Oct 2018 15:44:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6c6d49c-b9ea-4d66-afa6-e11f657df442"],"updated_at":"2018-10-04T15:41:53Z","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net"}]} 2018-10-04 15:44:18,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net used request id req-50693fef-3c71-45d5-a799-f15cde572466 2018-10-04 15:44:18,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:18,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b085954-a9d2-4db4-b9b7-495abbf13fc8 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e"}, "enabled": true, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}} 2018-10-04 15:44:18,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e used request id req-8b085954-a9d2-4db4-b9b7-495abbf13fc8 2018-10-04 15:44:18,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:18,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c88c9d82-3227-4f0c-a938-c83d4036fcc6 Date: Thu, 04 Oct 2018 15:44:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:41:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","subnetpool_id":null,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-subnet"}]} 2018-10-04 15:44:18,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c used request id req-c88c9d82-3227-4f0c-a938-c83d4036fcc6 2018-10-04 15:44:18,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:18,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-54d41b7e-b586-42b8-bc35-1bead205c47b Date: Thu, 04 Oct 2018 15:44:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:44:17Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.6"}],"id":"0cb03a69-5035-4dda-9880-30c638e88561","security_groups":["2c6ab1e6-62b7-49bc-92ba-184b67b790f3","f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a"],"mac_address":"fa:16:3e:76:25:71","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-port-1","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:42:14Z","binding:vnic_type":"normal","device_id":"d63d4f29-7da1-4f16-bce9-005e4764410d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.2"}],"id":"874879a8-d8a0-46fb-97c2-c5f90251e5ba","security_groups":[],"mac_address":"fa:16:3e:31:d3:1b","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:53Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-032c5978-4bc9-43c9-9b2a-3f5a90c8d50c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.3"}],"id":"97f1f0f0-d64b-483c-ba73-1a0530a10644","security_groups":[],"mac_address":"fa:16:3e:69:13:be","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-032c5978-4bc9-43c9-9b2a-3f5a90c8d50c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:42:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.1"}],"id":"e9db456c-6864-4ebe-93b6-eea1a980601d","security_groups":[],"mac_address":"fa:16:3e:19:b2:47","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:42:03Z","binding:vnic_type":"normal","device_id":"55e51d25-8876-4914-b998-29b3d4546139"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.4"}],"id":"fb4f938b-35c8-4de2-947b-19d8f0158475","security_groups":[],"mac_address":"fa:16:3e:5b:db:f1","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-032c5978-4bc9-43c9-9b2a-3f5a90c8d50c"}]} 2018-10-04 15:44:18,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c used request id req-54d41b7e-b586-42b8-bc35-1bead205c47b 2018-10-04 15:44:18,719 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:44:19,724 - paramiko.transport - DEBUG - starting thread (client mode): 0xb7410950L 2018-10-04 15:44:19,725 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:44:19,731 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-04 15:44:19,731 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-04 15:44:19,733 - 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'ssh-dss', 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-10-04 15:44:19,733 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:44:19,733 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 15:44:19,733 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:44:19,733 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:44:19,734 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:44:19,775 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:44:19,775 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:44:19,789 - paramiko.transport - DEBUG - Trying key 5b3936c7caa8db8951e9d768eaacb96c from tmp/AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1 2018-10-04 15:44:19,815 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:44:19,836 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:44:19,936 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:44:19,966 - create_instance - INFO - SSH is active for VM instance 2018-10-04 15:44:19,966 - create_instance - INFO - Checking if cloud-init has completed 2018-10-04 15:44:19,970 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:20,395 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44: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-fb34d60a-8f9d-403d-9367-2091406b214f x-compute-request-id: req-fb34d60a-8f9d-403d-9367-2091406b214f Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:25:71", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:25:71", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:44:01.000000", "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-sec-grp"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:44:04Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:44:20,395 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-fb34d60a-8f9d-403d-9367-2091406b214f 2018-10-04 15:44:20,396 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - ACTIVE 2018-10-04 15:44:20,396 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:44:20,399 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:20,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44: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-be466ae9-3e55-49a9-b3d0-f8014c4990a7 x-compute-request-id: req-be466ae9-3e55-49a9-b3d0-f8014c4990a7 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:25:71", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:25:71", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:44:01.000000", "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-sec-grp"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:44:04Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:44:20,660 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-be466ae9-3e55-49a9-b3d0-f8014c4990a7 2018-10-04 15:44:20,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:20,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-d9b6d845-fb0f-437a-8d8a-c1729be6d3d1 Date: Thu, 04 Oct 2018 15:44:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6c6d49c-b9ea-4d66-afa6-e11f657df442"],"updated_at":"2018-10-04T15:41:53Z","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net"}]} 2018-10-04 15:44:20,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net used request id req-d9b6d845-fb0f-437a-8d8a-c1729be6d3d1 2018-10-04 15:44:20,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:20,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35d9c443-9a21-49dc-bcde-064e4d62d845 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e"}, "enabled": true, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}} 2018-10-04 15:44:20,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e used request id req-35d9c443-9a21-49dc-bcde-064e4d62d845 2018-10-04 15:44:20,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:20,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6c1eee9f-6966-4c74-ab52-23b28ab5eb44 Date: Thu, 04 Oct 2018 15:44:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:41:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","subnetpool_id":null,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-subnet"}]} 2018-10-04 15:44:20,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c used request id req-6c1eee9f-6966-4c74-ab52-23b28ab5eb44 2018-10-04 15:44:20,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:21,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-8b35c4b6-01c9-4494-b22c-d61ca1e77743 Date: Thu, 04 Oct 2018 15:44:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:44:17Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.6"}],"id":"0cb03a69-5035-4dda-9880-30c638e88561","security_groups":["2c6ab1e6-62b7-49bc-92ba-184b67b790f3","f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a"],"mac_address":"fa:16:3e:76:25:71","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-port-1","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:42:14Z","binding:vnic_type":"normal","device_id":"d63d4f29-7da1-4f16-bce9-005e4764410d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.2"}],"id":"874879a8-d8a0-46fb-97c2-c5f90251e5ba","security_groups":[],"mac_address":"fa:16:3e:31:d3:1b","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:53Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-032c5978-4bc9-43c9-9b2a-3f5a90c8d50c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.3"}],"id":"97f1f0f0-d64b-483c-ba73-1a0530a10644","security_groups":[],"mac_address":"fa:16:3e:69:13:be","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-032c5978-4bc9-43c9-9b2a-3f5a90c8d50c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:42:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.1"}],"id":"e9db456c-6864-4ebe-93b6-eea1a980601d","security_groups":[],"mac_address":"fa:16:3e:19:b2:47","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:42:03Z","binding:vnic_type":"normal","device_id":"55e51d25-8876-4914-b998-29b3d4546139"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.4"}],"id":"fb4f938b-35c8-4de2-947b-19d8f0158475","security_groups":[],"mac_address":"fa:16:3e:5b:db:f1","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-032c5978-4bc9-43c9-9b2a-3f5a90c8d50c"}]} 2018-10-04 15:44:21,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c used request id req-8b35c4b6-01c9-4494-b22c-d61ca1e77743 2018-10-04 15:44:21,023 - create_instance - INFO - Checking if VM is active 2018-10-04 15:44:21,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:21,350 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44: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-597663ce-5fc8-401f-a0b5-82d5923a4e27 x-compute-request-id: req-597663ce-5fc8-401f-a0b5-82d5923a4e27 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:25:71", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:25:71", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:44:01.000000", "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-sec-grp"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:44:04Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:44:21,350 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-597663ce-5fc8-401f-a0b5-82d5923a4e27 2018-10-04 15:44:21,350 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - ACTIVE 2018-10-04 15:44:21,351 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:44:21,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:21,819 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44: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-37649ab5-61f3-43fc-8788-43cd7b5ecefc x-compute-request-id: req-37649ab5-61f3-43fc-8788-43cd7b5ecefc Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:25:71", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:25:71", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:44:01.000000", "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-sec-grp"}], "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:44:04Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:44:21,819 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-37649ab5-61f3-43fc-8788-43cd7b5ecefc 2018-10-04 15:44:21,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:21,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-d384772d-9de4-4eb5-b0a1-9ae99b100e67 Date: Thu, 04 Oct 2018 15:44:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6c6d49c-b9ea-4d66-afa6-e11f657df442"],"updated_at":"2018-10-04T15:41:53Z","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net"}]} 2018-10-04 15:44:21,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net used request id req-d384772d-9de4-4eb5-b0a1-9ae99b100e67 2018-10-04 15:44:21,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:22,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66287f75-956f-432e-bb9b-f77358aafecf Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e"}, "enabled": true, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}} 2018-10-04 15:44:22,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e used request id req-66287f75-956f-432e-bb9b-f77358aafecf 2018-10-04 15:44:22,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:22,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c8c92d8d-da43-46d8-9c5c-b2380aeadf18 Date: Thu, 04 Oct 2018 15:44:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:53Z","dns_nameservers":[],"updated_at":"2018-10-04T15:41:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","subnetpool_id":null,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-subnet"}]} 2018-10-04 15:44:22,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c used request id req-c8c92d8d-da43-46d8-9c5c-b2380aeadf18 2018-10-04 15:44:22,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:22,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-a608e6a9-3485-4963-865d-0603d4619dca Date: Thu, 04 Oct 2018 15:44:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:44:17Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.6"}],"id":"0cb03a69-5035-4dda-9880-30c638e88561","security_groups":["2c6ab1e6-62b7-49bc-92ba-184b67b790f3","f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a"],"mac_address":"fa:16:3e:76:25:71","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-port-1","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:42:14Z","binding:vnic_type":"normal","device_id":"d63d4f29-7da1-4f16-bce9-005e4764410d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.2"}],"id":"874879a8-d8a0-46fb-97c2-c5f90251e5ba","security_groups":[],"mac_address":"fa:16:3e:31:d3:1b","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:53Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-032c5978-4bc9-43c9-9b2a-3f5a90c8d50c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.3"}],"id":"97f1f0f0-d64b-483c-ba73-1a0530a10644","security_groups":[],"mac_address":"fa:16:3e:69:13:be","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-032c5978-4bc9-43c9-9b2a-3f5a90c8d50c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:42:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.1"}],"id":"e9db456c-6864-4ebe-93b6-eea1a980601d","security_groups":[],"mac_address":"fa:16:3e:19:b2:47","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:42:03Z","binding:vnic_type":"normal","device_id":"55e51d25-8876-4914-b998-29b3d4546139"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:41:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f6c6d49c-b9ea-4d66-afa6-e11f657df442","ip_address":"10.55.1.4"}],"id":"fb4f938b-35c8-4de2-947b-19d8f0158475","security_groups":[],"mac_address":"fa:16:3e:5b:db:f1","project_id":"7bda3d1f1d0440e6badb56bd9994c42e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"032c5978-4bc9-43c9-9b2a-3f5a90c8d50c","tenant_id":"7bda3d1f1d0440e6badb56bd9994c42e","created_at":"2018-10-04T15:41:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-032c5978-4bc9-43c9-9b2a-3f5a90c8d50c"}]} 2018-10-04 15:44:22,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=032c5978-4bc9-43c9-9b2a-3f5a90c8d50c used request id req-a608e6a9-3485-4963-865d-0603d4619dca 2018-10-04 15:44:22,186 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:44:22,188 - paramiko.transport - DEBUG - starting thread (client mode): 0xb7410750L 2018-10-04 15:44:22,188 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:44:22,191 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-04 15:44:22,191 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-04 15:44:22,192 - 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'ssh-dss', 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-10-04 15:44:22,192 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:44:22,192 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 15:44:22,193 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:44:22,193 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:44:22,193 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:44:22,235 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:44:22,235 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:44:22,253 - paramiko.transport - DEBUG - Trying key 5b3936c7caa8db8951e9d768eaacb96c from tmp/AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1 2018-10-04 15:44:22,275 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:44:22,282 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:44:22,382 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:44:22,399 - create_instance - INFO - SSH is active for VM instance 2018-10-04 15:44:22,399 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:44:22,400 - paramiko.transport - DEBUG - starting thread (client mode): 0xb7410950L 2018-10-04 15:44:22,401 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:44:22,404 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-04 15:44:22,404 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-04 15:44:22,405 - 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'ssh-dss', 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-10-04 15:44:22,405 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:44:22,405 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 15:44:22,405 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:44:22,406 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:44:22,406 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:44:22,447 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:44:22,447 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:44:22,465 - paramiko.transport - DEBUG - Trying key 5b3936c7caa8db8951e9d768eaacb96c from tmp/AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1 2018-10-04 15:44:22,487 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:44:22,494 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:44:22,497 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 15:44:22,658 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 15:44:22,658 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 15:44:22,663 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 15:44:22,674 - create_instance - INFO - cloud-init complete for VM instance 2018-10-04 15:44:22,675 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:44:22,675 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 15:44:22,676 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 15:44:22,677 - paramiko.transport - DEBUG - starting thread (client mode): 0xb741dc50L 2018-10-04 15:44:22,678 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:44:22,680 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-04 15:44:22,680 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-04 15:44:22,681 - 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'ssh-dss', 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-10-04 15:44:22,681 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:44:22,681 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 15:44:22,681 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:44:22,682 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:44:22,682 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:44:22,723 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:44:22,723 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:44:22,742 - paramiko.transport - DEBUG - Trying key 5b3936c7caa8db8951e9d768eaacb96c from tmp/AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1 2018-10-04 15:44:22,763 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:44:22,769 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:44:22,774 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 15:44:22,933 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 15:44:22,933 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 15:44:22,940 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 15:44:22,941 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 15:44:22,982 - ansible_utils - DEBUG - Setting up Ansible Playbook Executor for playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/simple_playbook.yml 2018-10-04 15:44:23,003 - ansible_utils - DEBUG - Executing Ansible Playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/simple_playbook.yml 2018-10-04 15:44:26,589 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:44:26,592 - paramiko.transport - DEBUG - starting thread (client mode): 0xbcae3310L 2018-10-04 15:44:26,592 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:44:26,594 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-04 15:44:26,595 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-04 15:44:26,596 - 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'ssh-dss', 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-10-04 15:44:26,596 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:44:26,596 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 15:44:26,596 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:44:26,596 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:44:26,596 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:44:26,639 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:44:26,640 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:44:26,656 - paramiko.transport - DEBUG - Trying key 5b3936c7caa8db8951e9d768eaacb96c from tmp/AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1 2018-10-04 15:44:26,679 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:44:26,686 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:44:26,689 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 15:44:26,862 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 15:44:26,863 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 15:44:26,891 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 15:44:26,913 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 15:44:26,914 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 15:44:27,014 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:44:27,028 - create_instance - INFO - Deleting Floating IP - 172.30.9.202 2018-10-04 15:44:27,028 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.202 2018-10-04 15:44:27,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/floatingips/b0f3a38b-d9b8-44b2-b052-6e1a8e9d1133 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:28,173 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-67e644fc-0ab8-4d84-b83b-23c267fec4b8 Content-Length: 0 Date: Thu, 04 Oct 2018 15:44:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:44:28,174 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/b0f3a38b-d9b8-44b2-b052-6e1a8e9d1133 used request id req-67e644fc-0ab8-4d84-b83b-23c267fec4b8 2018-10-04 15:44:28,174 - create_instance - INFO - Deleting Port with ID - 0cb03a69-5035-4dda-9880-30c638e88561 2018-10-04 15:44:28,174 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-port-1 2018-10-04 15:44:28,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/0cb03a69-5035-4dda-9880-30c638e88561 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:28,819 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3ba307ef-b676-4560-94ca-fc21c9167c33 Date: Thu, 04 Oct 2018 15:44:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:44:28,820 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/0cb03a69-5035-4dda-9880-30c638e88561 used request id req-3ba307ef-b676-4560-94ca-fc21c9167c33 2018-10-04 15:44:28,820 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst 2018-10-04 15:44:28,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:28,968 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:44:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-df6ce5d4-9bd4-4e2a-aab3-98c792c93e59 x-compute-request-id: req-df6ce5d4-9bd4-4e2a-aab3-98c792c93e59 Content-Type: application/json 2018-10-04 15:44:28,968 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-df6ce5d4-9bd4-4e2a-aab3-98c792c93e59 2018-10-04 15:44:28,969 - create_instance - INFO - Checking deletion status 2018-10-04 15:44:28,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:29,211 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44: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-1d4ccfe7-3953-411e-bea3-47c0cdde28ee x-compute-request-id: req-1d4ccfe7-3953-411e-bea3-47c0cdde28ee Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d63d4f29-7da1-4f16-bce9-005e4764410d", "rel": "bookmark"}], "image": {"id": "3614ef74-4f36-4f3d-a629-1b9094923b3c", "links": [{"href": "http://172.30.9.23:8774/images/3614ef74-4f36-4f3d-a629-1b9094923b3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:44:01.000000", "flavor": {"id": "03d39035-cb1a-4b18-9867-b261ffe7b02c", "links": [{"href": "http://172.30.9.23:8774/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c", "rel": "bookmark"}]}, "id": "d63d4f29-7da1-4f16-bce9-005e4764410d", "user_id": "699ce0073d0a4b638194a27393ce9129", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:44:28Z", "hostId": "9ae8f0caa955ea14cd6f1aac7a8639d5e415be0477aac11551f221d6", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp", "name": "AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst", "created": "2018-10-04T15:42:17Z", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:44:29,211 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-1d4ccfe7-3953-411e-bea3-47c0cdde28ee 2018-10-04 15:44:29,212 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst] is - ACTIVE 2018-10-04 15:44:29,212 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:44:32,215 - create_instance - DEBUG - VM status query timeout in 296.753736019 2018-10-04 15:44:32,218 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07246b08e484a506469632b5062b86213908a6bd" 2018-10-04 15:44:32,262 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:44: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-ab7680e4-982b-415a-9b90-f1a1fce958fc x-compute-request-id: req-ab7680e4-982b-415a-9b90-f1a1fce958fc Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance d63d4f29-7da1-4f16-bce9-005e4764410d could not be found.", "code": 404}} 2018-10-04 15:44:32,263 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d63d4f29-7da1-4f16-bce9-005e4764410d used request id req-ab7680e4-982b-415a-9b90-f1a1fce958fc 2018-10-04 15:44:32,263 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance d63d4f29-7da1-4f16-bce9-005e4764410d could not be found. (HTTP 404) (Request-ID: req-ab7680e4-982b-415a-9b90-f1a1fce958fc) 2018-10-04 15:44:32,263 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-inst 2018-10-04 15:44:32,264 - neutron_utils - INFO - Deleting security group rule with ID - 2631989d-ea78-4db9-a5c3-83cd23d648f6 2018-10-04 15:44:32,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/2631989d-ea78-4db9-a5c3-83cd23d648f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af93a36c358b5153b31aed9a350a6acb662ab351" 2018-10-04 15:44:32,369 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b465d6d0-4e89-42ad-baa5-cc9f00b38ac3 Content-Length: 0 Date: Thu, 04 Oct 2018 15:44:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:44:32,370 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/2631989d-ea78-4db9-a5c3-83cd23d648f6 used request id req-b465d6d0-4e89-42ad-baa5-cc9f00b38ac3 2018-10-04 15:44:32,370 - neutron_utils - INFO - Deleting security group rule with ID - 2e829f11-419c-40cc-bcb9-93ca0c22ffb5 2018-10-04 15:44:32,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/2e829f11-419c-40cc-bcb9-93ca0c22ffb5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af93a36c358b5153b31aed9a350a6acb662ab351" 2018-10-04 15:44:32,609 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b60d07de-098a-4292-b59e-3aed633383ad Content-Length: 0 Date: Thu, 04 Oct 2018 15:44:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:44:32,609 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/2e829f11-419c-40cc-bcb9-93ca0c22ffb5 used request id req-b60d07de-098a-4292-b59e-3aed633383ad 2018-10-04 15:44:32,609 - neutron_utils - INFO - Deleting security group rule with ID - b0e61f9f-f6ea-4f6d-b4dd-8e300c923383 2018-10-04 15:44:32,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/b0e61f9f-f6ea-4f6d-b4dd-8e300c923383 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af93a36c358b5153b31aed9a350a6acb662ab351" 2018-10-04 15:44:32,848 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-554e4d8e-dcf0-432b-b4e7-e8f7b715f83d Content-Length: 0 Date: Thu, 04 Oct 2018 15:44:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:44:32,848 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/b0e61f9f-f6ea-4f6d-b4dd-8e300c923383 used request id req-554e4d8e-dcf0-432b-b4e7-e8f7b715f83d 2018-10-04 15:44:32,849 - neutron_utils - INFO - Deleting security group rule with ID - b5a72f53-746c-40e0-b336-23206fc78e35 2018-10-04 15:44:32,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/b5a72f53-746c-40e0-b336-23206fc78e35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af93a36c358b5153b31aed9a350a6acb662ab351" 2018-10-04 15:44:33,105 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7bf8f245-a870-442b-b61b-655c5b15beb3 Content-Length: 0 Date: Thu, 04 Oct 2018 15:44:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:44:33,105 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/b5a72f53-746c-40e0-b336-23206fc78e35 used request id req-7bf8f245-a870-442b-b61b-655c5b15beb3 2018-10-04 15:44:33,106 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-sec-grp 2018-10-04 15:44:33,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af93a36c358b5153b31aed9a350a6acb662ab351" 2018-10-04 15:44:33,313 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-60bcd343-2df1-4926-95c3-5c280dd0a264 Content-Length: 0 Date: Thu, 04 Oct 2018 15:44:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:44:33,313 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/f50b95f6-2af0-4946-83d4-b3d1f6fb0c4a used request id req-60bcd343-2df1-4926-95c3-5c280dd0a264 2018-10-04 15:44:33,314 - nova_utils - DEBUG - Deleting keypair - AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp 2018-10-04 15:44:33,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d224ebb5c2ccaadc7a8e79a1ba3b0009ee8d614" 2018-10-04 15:44:33,348 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:44: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-6e4f90e1-5620-45e2-b103-e946dc69e434 x-compute-request-id: req-6e4f90e1-5620-45e2-b103-e946dc69e434 Content-Length: 0 Content-Type: application/json 2018-10-04 15:44:33,348 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-kp used request id req-6e4f90e1-5620-45e2-b103-e946dc69e434 2018-10-04 15:44:33,349 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1.pub] 2018-10-04 15:44:33,349 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1] 2018-10-04 15:44:33,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3694e1ba70fff1b9265b32a17abfa9eb6948892b" 2018-10-04 15:44:33,399 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:44: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-937c51ec-6375-4329-903e-1d1346401f18 x-compute-request-id: req-937c51ec-6375-4329-903e-1d1346401f18 Content-Length: 0 Content-Type: application/json 2018-10-04 15:44:33,400 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/03d39035-cb1a-4b18-9867-b261ffe7b02c used request id req-937c51ec-6375-4329-903e-1d1346401f18 2018-10-04 15:44:33,401 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-router and subnet AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-subnet 2018-10-04 15:44:33,401 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-router 2018-10-04 15:44:33,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/55e51d25-8876-4914-b998-29b3d4546139/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39c91d44bf47a7b04e74bb6d026ea8b5da51efd6" -d '{"subnet_id": "f6c6d49c-b9ea-4d66-afa6-e11f657df442"}' 2018-10-04 15:44:35,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-68d4bd35-d198-4ea1-b110-d961d35a1c3c Date: Thu, 04 Oct 2018 15:44:35 GMT RESP BODY: {"network_id": "032c5978-4bc9-43c9-9b2a-3f5a90c8d50c", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "subnet_id": "f6c6d49c-b9ea-4d66-afa6-e11f657df442", "subnet_ids": ["f6c6d49c-b9ea-4d66-afa6-e11f657df442"], "port_id": "e9db456c-6864-4ebe-93b6-eea1a980601d", "id": "55e51d25-8876-4914-b998-29b3d4546139"} 2018-10-04 15:44:35,023 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/55e51d25-8876-4914-b998-29b3d4546139/remove_router_interface used request id req-68d4bd35-d198-4ea1-b110-d961d35a1c3c 2018-10-04 15:44:35,024 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-router 2018-10-04 15:44:35,024 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-router 2018-10-04 15:44:35,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/55e51d25-8876-4914-b998-29b3d4546139 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39c91d44bf47a7b04e74bb6d026ea8b5da51efd6" 2018-10-04 15:44:38,679 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-edf0b3e9-e110-4adf-a237-94ce0289aad6 Content-Length: 0 Date: Thu, 04 Oct 2018 15:44:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:44:38,679 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/55e51d25-8876-4914-b998-29b3d4546139 used request id req-edf0b3e9-e110-4adf-a237-94ce0289aad6 2018-10-04 15:44:38,680 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-subnet 2018-10-04 15:44:38,680 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-subnet 2018-10-04 15:44:38,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/f6c6d49c-b9ea-4d66-afa6-e11f657df442 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c319374f82b4945fdad8eab381d919e52fd0b287" 2018-10-04 15:44:40,861 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9bfe4b66-35fc-4f38-88c8-3ba39534d067 Date: Thu, 04 Oct 2018 15:44:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:44:40,861 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/f6c6d49c-b9ea-4d66-afa6-e11f657df442 used request id req-9bfe4b66-35fc-4f38-88c8-3ba39534d067 2018-10-04 15:44:40,862 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1-pub-net 2018-10-04 15:44:40,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/032c5978-4bc9-43c9-9b2a-3f5a90c8d50c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c319374f82b4945fdad8eab381d919e52fd0b287" 2018-10-04 15:44:42,342 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fbe29b8f-a4de-4a3d-8268-5b2750cbb048 Date: Thu, 04 Oct 2018 15:44:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:44:42,342 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/032c5978-4bc9-43c9-9b2a-3f5a90c8d50c used request id req-fbe29b8f-a4de-4a3d-8268-5b2750cbb048 2018-10-04 15:44:42,343 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-22a128ed-7b52-43b6-8177-43cc360e42a1--image 2018-10-04 15:44:42,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/3614ef74-4f36-4f3d-a629-1b9094923b3c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cd6f6903718ab28ed7ca0115fc632d0fb8bf2ecc" 2018-10-04 15:44:43,408 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1cf8ede7-e0f8-4999-b0ea-469fe7592bd8 Date: Thu, 04 Oct 2018 15:44:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:44:43,408 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/3614ef74-4f36-4f3d-a629-1b9094923b3c used request id req-1cf8ede7-e0f8-4999-b0ea-469fe7592bd8 2018-10-04 15:44:43,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2bcd8ca3df3344e30e3f73d864607f09796832" 2018-10-04 15:44:43,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-2b17cd21-cd5a-4f89-97a4-3223cf006809 Date: Thu, 04 Oct 2018 15:44:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:41:51Z", "updated_at": "2018-10-04T15:41:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:41:52Z", "revision_number": 0, "id": "3324da11-2475-40c3-b163-96be431623cd", "remote_group_id": "2c6ab1e6-62b7-49bc-92ba-184b67b790f3", "remote_ip_prefix": null, "created_at": "2018-10-04T15:41:52Z", "security_group_id": "2c6ab1e6-62b7-49bc-92ba-184b67b790f3", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:41:52Z", "revision_number": 0, "id": "5866c8af-bf13-4d9e-aa4b-41eb9767735e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:41:52Z", "security_group_id": "2c6ab1e6-62b7-49bc-92ba-184b67b790f3", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:41:52Z", "revision_number": 0, "id": "7bef837c-3cc5-42f5-b3e6-23aaed21de81", "remote_group_id": "2c6ab1e6-62b7-49bc-92ba-184b67b790f3", "remote_ip_prefix": null, "created_at": "2018-10-04T15:41:52Z", "security_group_id": "2c6ab1e6-62b7-49bc-92ba-184b67b790f3", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:41:52Z", "revision_number": 0, "id": "ec2b2e41-e65c-49c3-9733-9833814130f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:41:52Z", "security_group_id": "2c6ab1e6-62b7-49bc-92ba-184b67b790f3", "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e"}], "revision_number": 4, "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "2c6ab1e6-62b7-49bc-92ba-184b67b790f3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:44:43,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-2b17cd21-cd5a-4f89-97a4-3223cf006809 2018-10-04 15:44:43,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2bcd8ca3df3344e30e3f73d864607f09796832" 2018-10-04 15:44:43,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9699cc89-4e54-4a3e-a894-c845698c5ee1 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:44:43,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-9699cc89-4e54-4a3e-a894-c845698c5ee1 2018-10-04 15:44:43,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2bcd8ca3df3344e30e3f73d864607f09796832" 2018-10-04 15:44:43,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28b7571b-c264-4625-b239-4a68fb04b175 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e"}, "enabled": true, "id": "7bda3d1f1d0440e6badb56bd9994c42e", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b56aecdc-b310-486-proj"}} 2018-10-04 15:44:43,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e used request id req-28b7571b-c264-4625-b239-4a68fb04b175 2018-10-04 15:44:43,816 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2c6ab1e6-62b7-49bc-92ba-184b67b790f3 2018-10-04 15:44:43,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2c6ab1e6-62b7-49bc-92ba-184b67b790f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2bcd8ca3df3344e30e3f73d864607f09796832" 2018-10-04 15:44:43,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c658a691-3477-4256-9461-8506254d1e2c Date: Thu, 04 Oct 2018 15:44:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "2c6ab1e6-62b7-49bc-92ba-184b67b790f3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:41:52Z", "security_group_id": "2c6ab1e6-62b7-49bc-92ba-184b67b790f3", "port_range_min": null, "revision_number": 0, "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:41:52Z", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "3324da11-2475-40c3-b163-96be431623cd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:41:52Z", "security_group_id": "2c6ab1e6-62b7-49bc-92ba-184b67b790f3", "port_range_min": null, "revision_number": 0, "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:41:52Z", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "5866c8af-bf13-4d9e-aa4b-41eb9767735e"}, {"remote_group_id": "2c6ab1e6-62b7-49bc-92ba-184b67b790f3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:41:52Z", "security_group_id": "2c6ab1e6-62b7-49bc-92ba-184b67b790f3", "port_range_min": null, "revision_number": 0, "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:41:52Z", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "7bef837c-3cc5-42f5-b3e6-23aaed21de81"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:41:52Z", "security_group_id": "2c6ab1e6-62b7-49bc-92ba-184b67b790f3", "port_range_min": null, "revision_number": 0, "tenant_id": "7bda3d1f1d0440e6badb56bd9994c42e", "created_at": "2018-10-04T15:41:52Z", "project_id": "7bda3d1f1d0440e6badb56bd9994c42e", "id": "ec2b2e41-e65c-49c3-9733-9833814130f5"}]} 2018-10-04 15:44:43,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2c6ab1e6-62b7-49bc-92ba-184b67b790f3 used request id req-c658a691-3477-4256-9461-8506254d1e2c 2018-10-04 15:44:43,986 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:44:43,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/2c6ab1e6-62b7-49bc-92ba-184b67b790f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2bcd8ca3df3344e30e3f73d864607f09796832" 2018-10-04 15:44:44,322 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-94142402-308d-47d4-adf0-380cc6390162 Content-Length: 0 Date: Thu, 04 Oct 2018 15:44:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:44:44,323 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/2c6ab1e6-62b7-49bc-92ba-184b67b790f3 used request id req-94142402-308d-47d4-adf0-380cc6390162 2018-10-04 15:44:44,323 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-b56aecdc-b310-486-proj 2018-10-04 15:44:44,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2bcd8ca3df3344e30e3f73d864607f09796832" 2018-10-04 15:44:44,556 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:44:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36124a25-01c5-4bd6-908a-e6e913f39069 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:44:44,556 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/7bda3d1f1d0440e6badb56bd9994c42e used request id req-36124a25-01c5-4bd6-908a-e6e913f39069 2018-10-04 15:44:44,556 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-b56aecdc-b310-486-proj-role 2018-10-04 15:44:44,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/0122c41a69534882b1e6af464057fc1d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2bcd8ca3df3344e30e3f73d864607f09796832" 2018-10-04 15:44:44,682 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:44:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20cc0f5c-852d-40bd-a9f3-d8770b2f11e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:44:44,682 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/0122c41a69534882b1e6af464057fc1d used request id req-20cc0f5c-852d-40bd-a9f3-d8770b2f11e3 2018-10-04 15:44:44,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2bcd8ca3df3344e30e3f73d864607f09796832" 2018-10-04 15:44:44,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b8c9a8a-9ad3-46f3-aa64-b3c66d9302dd Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:44:44,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1b8c9a8a-9ad3-46f3-aa64-b3c66d9302dd 2018-10-04 15:44:44,769 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-b56aecdc-b310-486-user 2018-10-04 15:44:44,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/699ce0073d0a4b638194a27393ce9129 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f4f97d68dbebcb43ea82f2d1b6925569cbe6614" 2018-10-04 15:44:45,109 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:44:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83ddf757-aee6-491e-9d81-83389d069506 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:44:45,109 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/699ce0073d0a4b638194a27393ce9129 used request id req-83ddf757-aee6-491e-9d81-83389d069506 2018-10-04 15:44:45,110 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:44:45,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:44:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["lsrSr1RvSKm7MYxxruba3A"], "issued_at": "2018-10-04T15:44:45.000000Z"}} 2018-10-04 15:44:45,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21faa34163ab74f14892358d66f7130932261b0f" 2018-10-04 15:44:45,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fd02f51-e832-460e-aec0-d0143c2d901a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:44:45,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7fd02f51-e832-460e-aec0-d0143c2d901a 2018-10-04 15:44:45,593 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:44:45,594 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:44:45,979 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:44:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["U8l9DsG_QyyDFvGWewcOZw"], "issued_at": "2018-10-04T15:44:45.000000Z"}} 2018-10-04 15:44:45,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dffec34b6358e0a89a0b6c151b42375c471dd41f" 2018-10-04 15:44:46,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7c70e45-a300-4ba7-9b46-21bef8f0c334 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:44:46,063 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b7c70e45-a300-4ba7-9b46-21bef8f0c334 2018-10-04 15:44:46,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:44:46,072 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:44:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:44:46,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-e13ed9d2-b26b-460-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dffec34b6358e0a89a0b6c151b42375c471dd41f" 2018-10-04 15:44:46,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd3ee03c-d2f3-4a11-ad8e-df2e57250092 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-e13ed9d2-b26b-460-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 15:44:46,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-e13ed9d2-b26b-460-proj used request id req-fd3ee03c-d2f3-4a11-ad8e-df2e57250092 2018-10-04 15:44:46,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dffec34b6358e0a89a0b6c151b42375c471dd41f" 2018-10-04 15:44:46,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df2f32c7-d83f-41b6-986d-59c301ad2f09 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:44:46,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-df2f32c7-d83f-41b6-986d-59c301ad2f09 2018-10-04 15:44:46,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dffec34b6358e0a89a0b6c151b42375c471dd41f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}}' 2018-10-04 15:44:46,300 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:44:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1973174-42b7-460e-87f9-b5ea1ffc2900 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52"}, "enabled": true, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}} 2018-10-04 15:44:46,300 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-e1973174-42b7-460e-87f9-b5ea1ffc2900 2018-10-04 15:44:46,301 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-e13ed9d2-b26b-460-proj 2018-10-04 15:44:46,301 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:44:46,302 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:44:46,686 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:44:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["BmCoy3ZsR4ujWJkIMeQlUQ"], "issued_at": "2018-10-04T15:44:46.000000Z"}} 2018-10-04 15:44:46,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6909f17e95659dfcdc847fa26b89edc9c83b7f6" 2018-10-04 15:44:46,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3431f70-62e1-4473-9061-246810540755 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:44:46,779 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a3431f70-62e1-4473-9061-246810540755 2018-10-04 15:44:46,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:44:46,789 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:44:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:44:46,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6909f17e95659dfcdc847fa26b89edc9c83b7f6" 2018-10-04 15:44:46,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfca7265-9350-41ed-b911-e1a3f4443f59 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:44:46,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-bfca7265-9350-41ed-b911-e1a3f4443f59 2018-10-04 15:44:46,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=AnsibleProvisioningTests-e13ed9d2-b26b-460-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6909f17e95659dfcdc847fa26b89edc9c83b7f6" 2018-10-04 15:44:46,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a768065a-095c-43a6-88d5-5574e276267e Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=AnsibleProvisioningTests-e13ed9d2-b26b-460-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52"}, "enabled": true, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}]} 2018-10-04 15:44:46,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=AnsibleProvisioningTests-e13ed9d2-b26b-460-proj used request id req-a768065a-095c-43a6-88d5-5574e276267e 2018-10-04 15:44:46,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6909f17e95659dfcdc847fa26b89edc9c83b7f6" 2018-10-04 15:44:47,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5afaf82-e180-4506-8e90-b7fb2d58a237 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 15:44:47,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-c5afaf82-e180-4506-8e90-b7fb2d58a237 2018-10-04 15:44:47,470 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-e13ed9d2-b26b-460-user 2018-10-04 15:44:47,470 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:44:47,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dffec34b6358e0a89a0b6c151b42375c471dd41f" 2018-10-04 15:44:47,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-865909a9-64a9-4c5c-9336-1dffac084f6b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:44:47,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-865909a9-64a9-4c5c-9336-1dffac084f6b 2018-10-04 15:44:47,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dffec34b6358e0a89a0b6c151b42375c471dd41f" -d '{"role": {"name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj-role"}}' 2018-10-04 15:44:47,684 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:44:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8466d8a9-4170-4828-8ec5-2c6133d28747 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f55c336c98d24858b299ca04f19c4b3d", "links": {"self": "http://172.30.9.23:5000/v3/roles/f55c336c98d24858b299ca04f19c4b3d"}, "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj-role"}} 2018-10-04 15:44:47,684 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-8466d8a9-4170-4828-8ec5-2c6133d28747 2018-10-04 15:44:47,684 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-e13ed9d2-b26b-460-proj-role 2018-10-04 15:44:47,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/f55c336c98d24858b299ca04f19c4b3d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dffec34b6358e0a89a0b6c151b42375c471dd41f" 2018-10-04 15:44:47,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-105c8326-766e-4112-85ef-8fa282323190 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/f55c336c98d24858b299ca04f19c4b3d"}, "domain_id": null, "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj-role", "id": "f55c336c98d24858b299ca04f19c4b3d"}} 2018-10-04 15:44:47,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/f55c336c98d24858b299ca04f19c4b3d used request id req-105c8326-766e-4112-85ef-8fa282323190 2018-10-04 15:44:47,780 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-e13ed9d2-b26b-460-proj-role to project AnsibleProvisioningTests-e13ed9d2-b26b-460-proj 2018-10-04 15:44:47,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52/users/258cd8890ab549dab4213d7c1be028b1/roles/f55c336c98d24858b299ca04f19c4b3d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dffec34b6358e0a89a0b6c151b42375c471dd41f" 2018-10-04 15:44:47,908 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:44:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f7c156b-bd82-4106-8869-0825dde222ec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:44:47,908 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52/users/258cd8890ab549dab4213d7c1be028b1/roles/f55c336c98d24858b299ca04f19c4b3d used request id req-7f7c156b-bd82-4106-8869-0825dde222ec 2018-10-04 15:44:47,908 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:44:47,911 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-10-04 15:44:47,911 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:44:47,912 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:44:48,284 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f55c336c98d24858b299ca04f19c4b3d", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj-role"}], "expires_at": "2018-10-04T16:44:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-user", "id": "258cd8890ab549dab4213d7c1be028b1"}, "audit_ids": ["ZnafQQvvTLmVAsfJv6SU0A"], "issued_at": "2018-10-04T15:44:48.000000Z"}} 2018-10-04 15:44:48,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c6fbfffb2fe240c3f455b31ff3ba1f8ba6479ed" 2018-10-04 15:44:48,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-423308f1-b8d4-4b88-936f-7fd3c26312fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:44:48,359 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-423308f1-b8d4-4b88-936f-7fd3c26312fc 2018-10-04 15:44:48,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c6fbfffb2fe240c3f455b31ff3ba1f8ba6479ed" 2018-10-04 15:44:48,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-6f044250-c03e-454c-8f76-62ba32c17b66 Date: Thu, 04 Oct 2018 15:44:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499--image"} 2018-10-04 15:44:48,536 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499--image used request id req-6f044250-c03e-454c-8f76-62ba32c17b66 2018-10-04 15:44:48,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c6fbfffb2fe240c3f455b31ff3ba1f8ba6479ed" 2018-10-04 15:44:48,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fdc4d541-9d42-49c2-b2cd-8b5952d1597e Date: Thu, 04 Oct 2018 15:44:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:44:48,692 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-fdc4d541-9d42-49c2-b2cd-8b5952d1597e 2018-10-04 15:44:48,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0c6fbfffb2fe240c3f455b31ff3ba1f8ba6479ed" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499--image"}' 2018-10-04 15:44:48,907 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4 X-Openstack-Request-Id: req-244c39b3-7c14-4b0f-93ce-1fabe6d07016 Date: Thu, 04 Oct 2018 15:44:48 GMT RESP BODY: {"status": "queued", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499--image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:44:48Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T15:44:48Z", "visibility": "shared", "locations": [], "self": "/v2/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "min_disk": 0, "protected": false, "id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "file": "/v2/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4/file", "checksum": null, "owner": "3ef928c9e2f342de92b0cdbb0bcc3f52", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:44:48,907 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-244c39b3-7c14-4b0f-93ce-1fabe6d07016 2018-10-04 15:44:48,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c6fbfffb2fe240c3f455b31ff3ba1f8ba6479ed" -d '' 2018-10-04 15:44:55,899 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fac98074-543b-47b2-be38-163dd2a83d2e Date: Thu, 04 Oct 2018 15:44:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:44:55,899 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4/file used request id req-fac98074-543b-47b2-be38-163dd2a83d2e 2018-10-04 15:44:55,900 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-10-04 15:44:55,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c6fbfffb2fe240c3f455b31ff3ba1f8ba6479ed" 2018-10-04 15:44:56,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-be2daad5-cf21-4a19-a4f2-92bac6b9b9d5 Date: Thu, 04 Oct 2018 15:44:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499--image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:44:48Z", "size": 263193088, "disk_format": "qcow2", "updated_at": "2018-10-04T15:44:55Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4/snap", "metadata": {}}], "self": "/v2/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "min_disk": 0, "protected": false, "id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "file": "/v2/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4/file", "checksum": "aba982bbd53c6cc40a4cab6e312ae8d3", "owner": "3ef928c9e2f342de92b0cdbb0bcc3f52", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:44:56,071 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4 used request id req-be2daad5-cf21-4a19-a4f2-92bac6b9b9d5 2018-10-04 15:44:56,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c6fbfffb2fe240c3f455b31ff3ba1f8ba6479ed" 2018-10-04 15:44:56,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6934977e-4b5f-4f97-9774-fb304d5ceadf Date: Thu, 04 Oct 2018 15:44:56 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:44:56,232 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-6934977e-4b5f-4f97-9774-fb304d5ceadf 2018-10-04 15:44:56,235 - create_image - INFO - Created image with name - AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499--image 2018-10-04 15:44:56,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c6fbfffb2fe240c3f455b31ff3ba1f8ba6479ed" 2018-10-04 15:44:56,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-6b60be45-538d-4834-81e2-929938a198ba Date: Thu, 04 Oct 2018 15:44:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499--image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:44:48Z", "size": 263193088, "disk_format": "qcow2", "updated_at": "2018-10-04T15:44:55Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4/snap", "metadata": {}}], "self": "/v2/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "min_disk": 0, "protected": false, "id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "file": "/v2/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4/file", "checksum": "aba982bbd53c6cc40a4cab6e312ae8d3", "owner": "3ef928c9e2f342de92b0cdbb0bcc3f52", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 15:44:56,393 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4 used request id req-6b60be45-538d-4834-81e2-929938a198ba 2018-10-04 15:44:56,394 - create_image - DEBUG - Instance status is - active 2018-10-04 15:44:56,394 - create_image - DEBUG - Image is active with name - AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499--image 2018-10-04 15:44:56,394 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499--image 2018-10-04 15:44:56,394 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:44:56,395 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:44:56,775 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f55c336c98d24858b299ca04f19c4b3d", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj-role"}], "expires_at": "2018-10-04T16:44:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-user", "id": "258cd8890ab549dab4213d7c1be028b1"}, "audit_ids": ["qITWS7fVRgCCPYwGQ0IRaw"], "issued_at": "2018-10-04T15:44:56.000000Z"}} 2018-10-04 15:44:56,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a705c4c3f9ee5edaf76d473454f10079fdbd04bb" 2018-10-04 15:44:56,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41b4bca5-cff8-4377-a9bc-6774694a8bb1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:44:56,851 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-41b4bca5-cff8-4377-a9bc-6774694a8bb1 2018-10-04 15:44:56,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a705c4c3f9ee5edaf76d473454f10079fdbd04bb" 2018-10-04 15:44:57,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b7e4ac80-8329-46da-be51-931d02f70ec4 Date: Thu, 04 Oct 2018 15:44:57 GMT RESP BODY: {"networks":[]} 2018-10-04 15:44:57,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net used request id req-b7e4ac80-8329-46da-be51-931d02f70ec4 2018-10-04 15:44:57,041 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net 2018-10-04 15:44:57,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a705c4c3f9ee5edaf76d473454f10079fdbd04bb" -d '{"network": {"name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net", "admin_state_up": true}}' 2018-10-04 15:44:58,017 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-a330f8da-e931-4e82-955e-f3bbd5985f4e Date: Thu, 04 Oct 2018 15:44:58 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:44:57Z","is_default":false,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:57Z","mtu":1450}} 2018-10-04 15:44:58,017 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-a330f8da-e931-4e82-955e-f3bbd5985f4e 2018-10-04 15:44:58,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a705c4c3f9ee5edaf76d473454f10079fdbd04bb" 2018-10-04 15:44:58,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 611 X-Openstack-Request-Id: req-075e0b38-a8eb-45e8-b95b-f9b1a610aa1f Date: Thu, 04 Oct 2018 15:44:58 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-10-04T15:44:57Z","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net"}]} 2018-10-04 15:44:58,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-075e0b38-a8eb-45e8-b95b-f9b1a610aa1f 2018-10-04 15:44:58,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a705c4c3f9ee5edaf76d473454f10079fdbd04bb" 2018-10-04 15:44:58,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-94ce890c-7778-4f0e-bf1a-560c362bfc79 Date: Thu, 04 Oct 2018 15:44:58 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:44:58,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-94ce890c-7778-4f0e-bf1a-560c362bfc79 2018-10-04 15:44:58,435 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet 2018-10-04 15:44:58,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a705c4c3f9ee5edaf76d473454f10079fdbd04bb" -d '{"subnets": [{"ip_version": 4, "network_id": "a9ea159c-bc75-421c-9b57-73fb5ac322d8", "cidr": "10.55.1.0/24", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet"}]}' 2018-10-04 15:44:59,282 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6efe140c-2416-4e80-bd18-b14c00e1a291 Date: Thu, 04 Oct 2018 15:44:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:58Z","dns_nameservers":[],"updated_at":"2018-10-04T15:44:58Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"18b4a95d-440e-4d98-bb48-440168656227","subnetpool_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet"}]} 2018-10-04 15:44:59,282 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-6efe140c-2416-4e80-bd18-b14c00e1a291 2018-10-04 15:44:59,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a705c4c3f9ee5edaf76d473454f10079fdbd04bb" 2018-10-04 15:44:59,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-113d21ff-9bdc-4b6b-840e-1ab8d8296d0f Date: Thu, 04 Oct 2018 15:44:59 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":["18b4a95d-440e-4d98-bb48-440168656227"],"updated_at":"2018-10-04T15:44:58Z","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net"}]} 2018-10-04 15:44:59,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-113d21ff-9bdc-4b6b-840e-1ab8d8296d0f 2018-10-04 15:44:59,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a705c4c3f9ee5edaf76d473454f10079fdbd04bb" 2018-10-04 15:44:59,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a7549784-9e1f-4d13-b01c-3dc05c6e0422 Date: Thu, 04 Oct 2018 15:44:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:58Z","dns_nameservers":[],"updated_at":"2018-10-04T15:44:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"18b4a95d-440e-4d98-bb48-440168656227","subnetpool_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet"}]} 2018-10-04 15:44:59,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-a7549784-9e1f-4d13-b01c-3dc05c6e0422 2018-10-04 15:44:59,601 - OpenStackNetwork - DEBUG - Network [a9ea159c-bc75-421c-9b57-73fb5ac322d8] created successfully 2018-10-04 15:44:59,601 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:44:59,602 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:44:59,988 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f55c336c98d24858b299ca04f19c4b3d", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj-role"}], "expires_at": "2018-10-04T16:44:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-user", "id": "258cd8890ab549dab4213d7c1be028b1"}, "audit_ids": ["6x5lMF5cQ3yRCzPatTNEFw"], "issued_at": "2018-10-04T15:44:59.000000Z"}} 2018-10-04 15:44:59,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbecd163c2b9e168fb771bf253757ca19c59baf5" 2018-10-04 15:45:00,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:44:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-813301b9-04ca-410b-a628-a67adaeb3ac1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:45:00,072 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-813301b9-04ca-410b-a628-a67adaeb3ac1 2018-10-04 15:45:00,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbecd163c2b9e168fb771bf253757ca19c59baf5" 2018-10-04 15:45:00,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bfdace8c-54d7-4317-9ab0-544eb3cf7eff Date: Thu, 04 Oct 2018 15:45:00 GMT RESP BODY: {"routers": []} 2018-10-04 15:45:00,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-router&admin_state_up=True used request id req-bfdace8c-54d7-4317-9ab0-544eb3cf7eff 2018-10-04 15:45:00,293 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:45:00,294 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:45:00,660 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f55c336c98d24858b299ca04f19c4b3d", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj-role"}], "expires_at": "2018-10-04T16:45:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-user", "id": "258cd8890ab549dab4213d7c1be028b1"}, "audit_ids": ["GAVpODVST_miSt1hcgGN3Q"], "issued_at": "2018-10-04T15:45:00.000000Z"}} 2018-10-04 15:45:00,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22de3dfa34495301090d391cf0e859af1cce4c04" 2018-10-04 15:45:00,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52a9348d-4b55-48ab-9ba2-9a444239b355 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:45:00,738 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-52a9348d-4b55-48ab-9ba2-9a444239b355 2018-10-04 15:45:00,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbecd163c2b9e168fb771bf253757ca19c59baf5" 2018-10-04 15:45:00,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-2f1bbfd9-00ed-4737-aae6-7e582709efac Date: Thu, 04 Oct 2018 15:45:00 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:45:00,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-2f1bbfd9-00ed-4737-aae6-7e582709efac 2018-10-04 15:45:01,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbecd163c2b9e168fb771bf253757ca19c59baf5" 2018-10-04 15:45:01,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d2616ed3-0bdb-43b2-876a-f6eef3182bcb Date: Thu, 04 Oct 2018 15:45:01 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:45:01,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-d2616ed3-0bdb-43b2-876a-f6eef3182bcb 2018-10-04 15:45:01,170 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-router 2018-10-04 15:45:01,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbecd163c2b9e168fb771bf253757ca19c59baf5" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-router", "admin_state_up": true}}' 2018-10-04 15:45:06,068 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-9bbcf5d6-4469-439b-bae3-492a523b403c Date: Thu, 04 Oct 2018 15:45:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:01Z", "admin_state_up": true, "updated_at": "2018-10-04T15:45:02Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-router"}} 2018-10-04 15:45:06,069 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-9bbcf5d6-4469-439b-bae3-492a523b403c 2018-10-04 15:45:06,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbecd163c2b9e168fb771bf253757ca19c59baf5" 2018-10-04 15:45:06,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0dfc7317-88f9-4784-88a0-8fefa8e88e10 Date: Thu, 04 Oct 2018 15:45:06 GMT RESP BODY: {"ports":[]} 2018-10-04 15:45:06,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f used request id req-0dfc7317-88f9-4784-88a0-8fefa8e88e10 2018-10-04 15:45:06,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbecd163c2b9e168fb771bf253757ca19c59baf5" 2018-10-04 15:45:06,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-37ee8b1b-c151-46c8-80bd-85b64be38aa8 Date: Thu, 04 Oct 2018 15:45:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["18b4a95d-440e-4d98-bb48-440168656227"],"updated_at":"2018-10-04T15:44:58Z","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net"}]} 2018-10-04 15:45:06,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net used request id req-37ee8b1b-c151-46c8-80bd-85b64be38aa8 2018-10-04 15:45:06,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:45:06,510 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:45:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:45:06,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbecd163c2b9e168fb771bf253757ca19c59baf5" 2018-10-04 15:45:06,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08bd273d-47e1-4223-b4a5-2d5cc5c347e1 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52"}, "enabled": true, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}} 2018-10-04 15:45:06,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 used request id req-08bd273d-47e1-4223-b4a5-2d5cc5c347e1 2018-10-04 15:45:06,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbecd163c2b9e168fb771bf253757ca19c59baf5" 2018-10-04 15:45:06,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e6867740-a53c-4dd9-ac60-d342385d3344 Date: Thu, 04 Oct 2018 15:45:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:58Z","dns_nameservers":[],"updated_at":"2018-10-04T15:44:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"18b4a95d-440e-4d98-bb48-440168656227","subnetpool_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet"}]} 2018-10-04 15:45:06,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-e6867740-a53c-4dd9-ac60-d342385d3344 2018-10-04 15:45:06,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8&name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbecd163c2b9e168fb771bf253757ca19c59baf5" 2018-10-04 15:45:06,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a9c59db1-7122-4628-8f08-8f14254f5c98 Date: Thu, 04 Oct 2018 15:45:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:58Z","dns_nameservers":[],"updated_at":"2018-10-04T15:44:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"18b4a95d-440e-4d98-bb48-440168656227","subnetpool_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet"}]} 2018-10-04 15:45:06,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8&name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet used request id req-a9c59db1-7122-4628-8f08-8f14254f5c98 2018-10-04 15:45:06,882 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-04 15:45:06,882 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-router 2018-10-04 15:45:06,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbecd163c2b9e168fb771bf253757ca19c59baf5" -d '{"subnet_id": "18b4a95d-440e-4d98-bb48-440168656227"}' 2018-10-04 15:45:08,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-73369bc5-5a44-4d51-945e-12e501bf8c70 Date: Thu, 04 Oct 2018 15:45:08 GMT RESP BODY: {"network_id": "a9ea159c-bc75-421c-9b57-73fb5ac322d8", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "subnet_id": "18b4a95d-440e-4d98-bb48-440168656227", "subnet_ids": ["18b4a95d-440e-4d98-bb48-440168656227"], "port_id": "aa20a37d-094c-4b06-9a84-57da6fb02d30", "id": "f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f"} 2018-10-04 15:45:08,978 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f/add_router_interface used request id req-73369bc5-5a44-4d51-945e-12e501bf8c70 2018-10-04 15:45:08,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbecd163c2b9e168fb771bf253757ca19c59baf5" 2018-10-04 15:45:09,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-bd40d735-1ccc-44d0-8e4b-382c510d34e2 Date: Thu, 04 Oct 2018 15:45:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:01Z", "admin_state_up": true, "updated_at": "2018-10-04T15:45:08Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-router"}} 2018-10-04 15:45:09,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f used request id req-bd40d735-1ccc-44d0-8e4b-382c510d34e2 2018-10-04 15:45:09,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbecd163c2b9e168fb771bf253757ca19c59baf5" 2018-10-04 15:45:09,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-741b8beb-76ab-472e-96c2-d77c227fd4ac Date: Thu, 04 Oct 2018 15:45:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:08Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.1"}],"id":"aa20a37d-094c-4b06-9a84-57da6fb02d30","security_groups":[],"mac_address":"fa:16:3e:bf:32:5d","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:07Z","binding:vnic_type":"normal","device_id":"f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f"}]} 2018-10-04 15:45:09,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f used request id req-741b8beb-76ab-472e-96c2-d77c227fd4ac 2018-10-04 15:45:09,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/18b4a95d-440e-4d98-bb48-440168656227 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbecd163c2b9e168fb771bf253757ca19c59baf5" 2018-10-04 15:45:09,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-95f020f7-d0ec-45bf-ad36-3427ba47b2cb Date: Thu, 04 Oct 2018 15:45:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:58Z","dns_nameservers":[],"updated_at":"2018-10-04T15:44:58Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"18b4a95d-440e-4d98-bb48-440168656227","subnetpool_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet"}} 2018-10-04 15:45:09,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/18b4a95d-440e-4d98-bb48-440168656227 used request id req-95f020f7-d0ec-45bf-ad36-3427ba47b2cb 2018-10-04 15:45:09,648 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:45:09,649 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:45:10,034 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4bd645c9727840b2813cf30866d068f5", "name": "Member"}, {"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "aa60aa92e6004a9babfb6641bde48b31", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T16:45:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b49a87c69d406f8a162c83c144ee19", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/37b49a87c69d406f8a162c83c144ee19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "id": "3a032000a46e41578f8c47bddd5776da"}, "audit_ids": ["JGpKY3GWRjqvvTGFQTq-xQ"], "issued_at": "2018-10-04T15:45:10.000000Z"}} 2018-10-04 15:45:10,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf56df91c83bdf70e62d44709a15a1ecb23034f1" 2018-10-04 15:45:10,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c50802d9-2e19-4922-b104-72e844bed98d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:45:10,120 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c50802d9-2e19-4922-b104-72e844bed98d 2018-10-04 15:45:10,121 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:45:10,126 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf56df91c83bdf70e62d44709a15a1ecb23034f1" 2018-10-04 15:45:10,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45: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-65a842dc-b9cb-46b3-9d88-04d95a5acb5a x-compute-request-id: req-65a842dc-b9cb-46b3-9d88-04d95a5acb5a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 15:45:10,306 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-65a842dc-b9cb-46b3-9d88-04d95a5acb5a 2018-10-04 15:45:10,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf56df91c83bdf70e62d44709a15a1ecb23034f1" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 2048, "id": null, "swap": 0}}' 2018-10-04 15:45:10,360 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45: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-83fb4c08-211c-4853-848f-9ad6e5519a16 x-compute-request-id: req-83fb4c08-211c-4853-848f-9ad6e5519a16 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:45:10,360 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-83fb4c08-211c-4853-848f-9ad6e5519a16 2018-10-04 15:45:10,361 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:45:10,362 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:45:10,728 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f55c336c98d24858b299ca04f19c4b3d", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj-role"}], "expires_at": "2018-10-04T16:45:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-user", "id": "258cd8890ab549dab4213d7c1be028b1"}, "audit_ids": ["k86HrLOzRYaOAIQJ0KYlVA"], "issued_at": "2018-10-04T15:45:10.000000Z"}} 2018-10-04 15:45:10,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1f786fec7fc2136beaefdfbde867221583fb8d" 2018-10-04 15:45:10,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ad40712-f7d1-4a57-92b4-37e83de09432 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:45:10,874 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4ad40712-f7d1-4a57-92b4-37e83de09432 2018-10-04 15:45:10,875 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:45:10,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1f786fec7fc2136beaefdfbde867221583fb8d" 2018-10-04 15:45:10,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45: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-827b750a-72f2-48ac-a0e6-756c574d146a x-compute-request-id: req-827b750a-72f2-48ac-a0e6-756c574d146a Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-04 15:45:10,995 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-827b750a-72f2-48ac-a0e6-756c574d146a 2018-10-04 15:45:10,995 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp... 2018-10-04 15:45:10,995 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 15:45:11,083 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp 2018-10-04 15:45:11,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1f786fec7fc2136beaefdfbde867221583fb8d" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDZOwmraeDQRQIzjfuA/4cAwRxr62ozgMSptC3ZVbJ3Fn0ZpC4eo3Rs7ZR/cXCSGPScSZGgDn4i/uk6KycM0sZXaswcWLERRDPuwf12Ql3DhRnJtUSwiJLJLh7/C0CvfKghU9nOTNnpvhZMfn67u0kdQ80V9ipyV7HOYedLeU2CcQ==", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp"}}' 2018-10-04 15:45:11,146 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45: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-9c67bed7-a7ad-451c-8849-90b14afbedd5 x-compute-request-id: req-9c67bed7-a7ad-451c-8849-90b14afbedd5 Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDZOwmraeDQRQIzjfuA/4cAwRxr62ozgMSptC3ZVbJ3Fn0ZpC4eo3Rs7ZR/cXCSGPScSZGgDn4i/uk6KycM0sZXaswcWLERRDPuwf12Ql3DhRnJtUSwiJLJLh7/C0CvfKghU9nOTNnpvhZMfn67u0kdQ80V9ipyV7HOYedLeU2CcQ==", "user_id": "258cd8890ab549dab4213d7c1be028b1", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "fingerprint": "13:8b:1a:39:d4:96:5c:60:1a:1a:26:a6:d0:0d:41:6f"}} 2018-10-04 15:45:11,147 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-9c67bed7-a7ad-451c-8849-90b14afbedd5 2018-10-04 15:45:11,149 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499.pub 2018-10-04 15:45:11,149 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499 2018-10-04 15:45:11,150 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:45:11,150 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:45:11,533 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f55c336c98d24858b299ca04f19c4b3d", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj-role"}], "expires_at": "2018-10-04T16:45:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-user", "id": "258cd8890ab549dab4213d7c1be028b1"}, "audit_ids": ["nuwODHxHTwezI_JIk6dINw"], "issued_at": "2018-10-04T15:45:11.000000Z"}} 2018-10-04 15:45:11,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca28928e3ac42535ffe9b5c8820c1a5d463aea09" 2018-10-04 15:45:11,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-474b5830-bc3c-4748-8ad9-a5f3d6b59858 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:45:11,610 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-474b5830-bc3c-4748-8ad9-a5f3d6b59858 2018-10-04 15:45:11,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca28928e3ac42535ffe9b5c8820c1a5d463aea09" 2018-10-04 15:45:11,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-3d2d2725-a163-49e3-aa16-e3eb61089b7a Date: Thu, 04 Oct 2018 15:45:11 GMT RESP BODY: {"security_groups": []} 2018-10-04 15:45:11,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp used request id req-3d2d2725-a163-49e3-aa16-e3eb61089b7a 2018-10-04 15:45:11,793 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp... 2018-10-04 15:45:11,793 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp 2018-10-04 15:45:11,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca28928e3ac42535ffe9b5c8820c1a5d463aea09" -d '{"security_group": {"name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp"}}' 2018-10-04 15:45:12,133 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-43ced238-b4da-4f9b-9856-388d62af5b8e Date: Thu, 04 Oct 2018 15:45:12 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:12Z", "updated_at": "2018-10-04T15:45:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:45:12Z", "revision_number": 0, "id": "bcb30256-3972-440c-8d75-a978a22b196a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:45:12Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "port_range_min": null, "ethertype": "IPv6", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:45:12Z", "revision_number": 0, "id": "d69c733d-f694-4fc1-8daa-84eecd48411f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:45:12Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "port_range_min": null, "ethertype": "IPv4", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52"}], "revision_number": 2, "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp"}} 2018-10-04 15:45:12,133 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-43ced238-b4da-4f9b-9856-388d62af5b8e 2018-10-04 15:45:12,134 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9b729313-0c11-4b53-83fa-8b93d2514a6e 2018-10-04 15:45:12,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=9b729313-0c11-4b53-83fa-8b93d2514a6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca28928e3ac42535ffe9b5c8820c1a5d463aea09" 2018-10-04 15:45:12,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-457aee26-374b-421c-a56b-0554161a6455 Date: Thu, 04 Oct 2018 15:45:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:45:12Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "port_range_min": null, "revision_number": 0, "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:12Z", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "bcb30256-3972-440c-8d75-a978a22b196a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:45:12Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "port_range_min": null, "revision_number": 0, "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:12Z", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "d69c733d-f694-4fc1-8daa-84eecd48411f"}]} 2018-10-04 15:45:12,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=9b729313-0c11-4b53-83fa-8b93d2514a6e used request id req-457aee26-374b-421c-a56b-0554161a6455 2018-10-04 15:45:12,312 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9b729313-0c11-4b53-83fa-8b93d2514a6e 2018-10-04 15:45:12,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=9b729313-0c11-4b53-83fa-8b93d2514a6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca28928e3ac42535ffe9b5c8820c1a5d463aea09" 2018-10-04 15:45:12,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fa8bed8e-1fd0-4674-989b-b75ff0d53bac Date: Thu, 04 Oct 2018 15:45:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:45:12Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "port_range_min": null, "revision_number": 0, "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:12Z", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "bcb30256-3972-440c-8d75-a978a22b196a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:45:12Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "port_range_min": null, "revision_number": 0, "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:12Z", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "d69c733d-f694-4fc1-8daa-84eecd48411f"}]} 2018-10-04 15:45:12,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=9b729313-0c11-4b53-83fa-8b93d2514a6e used request id req-fa8bed8e-1fd0-4674-989b-b75ff0d53bac 2018-10-04 15:45:12,491 - neutron_utils - INFO - Retrieving security group with ID - 9b729313-0c11-4b53-83fa-8b93d2514a6e 2018-10-04 15:45:12,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=9b729313-0c11-4b53-83fa-8b93d2514a6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca28928e3ac42535ffe9b5c8820c1a5d463aea09" 2018-10-04 15:45:12,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-8a3b6e5d-7b1c-4764-8e2c-aaf7934bae4a Date: Thu, 04 Oct 2018 15:45:12 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:12Z", "updated_at": "2018-10-04T15:45:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:45:12Z", "revision_number": 0, "id": "bcb30256-3972-440c-8d75-a978a22b196a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:45:12Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "port_range_min": null, "ethertype": "IPv6", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:45:12Z", "revision_number": 0, "id": "d69c733d-f694-4fc1-8daa-84eecd48411f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:45:12Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "port_range_min": null, "ethertype": "IPv4", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52"}], "revision_number": 2, "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp"}]} 2018-10-04 15:45:12,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=9b729313-0c11-4b53-83fa-8b93d2514a6e used request id req-8a3b6e5d-7b1c-4764-8e2c-aaf7934bae4a 2018-10-04 15:45:12,569 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9b729313-0c11-4b53-83fa-8b93d2514a6e 2018-10-04 15:45:12,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=9b729313-0c11-4b53-83fa-8b93d2514a6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca28928e3ac42535ffe9b5c8820c1a5d463aea09" 2018-10-04 15:45:12,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a82c91f9-3c8b-4b65-95cc-515dd1892534 Date: Thu, 04 Oct 2018 15:45:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:45:12Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "port_range_min": null, "revision_number": 0, "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:12Z", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "bcb30256-3972-440c-8d75-a978a22b196a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:45:12Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "port_range_min": null, "revision_number": 0, "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:12Z", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "d69c733d-f694-4fc1-8daa-84eecd48411f"}]} 2018-10-04 15:45:12,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=9b729313-0c11-4b53-83fa-8b93d2514a6e used request id req-a82c91f9-3c8b-4b65-95cc-515dd1892534 2018-10-04 15:45:12,744 - neutron_utils - INFO - Retrieving security group with ID - 9b729313-0c11-4b53-83fa-8b93d2514a6e 2018-10-04 15:45:12,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=9b729313-0c11-4b53-83fa-8b93d2514a6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca28928e3ac42535ffe9b5c8820c1a5d463aea09" 2018-10-04 15:45:12,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-225c13a9-f27c-4c4b-88bc-abb4f5ca482b Date: Thu, 04 Oct 2018 15:45:12 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:12Z", "updated_at": "2018-10-04T15:45:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:45:12Z", "revision_number": 0, "id": "bcb30256-3972-440c-8d75-a978a22b196a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:45:12Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "port_range_min": null, "ethertype": "IPv6", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:45:12Z", "revision_number": 0, "id": "d69c733d-f694-4fc1-8daa-84eecd48411f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:45:12Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "port_range_min": null, "ethertype": "IPv4", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52"}], "revision_number": 2, "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp"}]} 2018-10-04 15:45:12,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=9b729313-0c11-4b53-83fa-8b93d2514a6e used request id req-225c13a9-f27c-4c4b-88bc-abb4f5ca482b 2018-10-04 15:45:12,798 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9b729313-0c11-4b53-83fa-8b93d2514a6e 2018-10-04 15:45:12,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=9b729313-0c11-4b53-83fa-8b93d2514a6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca28928e3ac42535ffe9b5c8820c1a5d463aea09" 2018-10-04 15:45:12,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a27b32d2-0e47-4dc0-844a-b781dd5c45af Date: Thu, 04 Oct 2018 15:45:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:45:12Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "port_range_min": null, "revision_number": 0, "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:12Z", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "bcb30256-3972-440c-8d75-a978a22b196a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:45:12Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "port_range_min": null, "revision_number": 0, "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:12Z", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "d69c733d-f694-4fc1-8daa-84eecd48411f"}]} 2018-10-04 15:45:12,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=9b729313-0c11-4b53-83fa-8b93d2514a6e used request id req-a27b32d2-0e47-4dc0-844a-b781dd5c45af 2018-10-04 15:45:12,972 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp 2018-10-04 15:45:12,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca28928e3ac42535ffe9b5c8820c1a5d463aea09" 2018-10-04 15:45:13,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-b694c1e2-738e-4bd0-a47d-2195143b6071 Date: Thu, 04 Oct 2018 15:45:13 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:12Z", "updated_at": "2018-10-04T15:45:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:45:12Z", "revision_number": 0, "id": "bcb30256-3972-440c-8d75-a978a22b196a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:45:12Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "port_range_min": null, "ethertype": "IPv6", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:45:12Z", "revision_number": 0, "id": "d69c733d-f694-4fc1-8daa-84eecd48411f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:45:12Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "port_range_min": null, "ethertype": "IPv4", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52"}], "revision_number": 2, "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp"}]} 2018-10-04 15:45:13,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp used request id req-b694c1e2-738e-4bd0-a47d-2195143b6071 2018-10-04 15:45:13,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:45:13,172 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:45:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:45:13,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca28928e3ac42535ffe9b5c8820c1a5d463aea09" 2018-10-04 15:45:13,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94cc9bbd-c682-4b10-be24-9a363ac8c13d Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52"}, "enabled": true, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}} 2018-10-04 15:45:13,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 used request id req-94cc9bbd-c682-4b10-be24-9a363ac8c13d 2018-10-04 15:45:13,251 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9b729313-0c11-4b53-83fa-8b93d2514a6e 2018-10-04 15:45:13,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=9b729313-0c11-4b53-83fa-8b93d2514a6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca28928e3ac42535ffe9b5c8820c1a5d463aea09" 2018-10-04 15:45:13,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cbdfa2c9-5350-42d9-8b1e-9135eb644759 Date: Thu, 04 Oct 2018 15:45:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:45:12Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "port_range_min": null, "revision_number": 0, "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:12Z", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "bcb30256-3972-440c-8d75-a978a22b196a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:45:12Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "port_range_min": null, "revision_number": 0, "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:12Z", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "d69c733d-f694-4fc1-8daa-84eecd48411f"}]} 2018-10-04 15:45:13,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=9b729313-0c11-4b53-83fa-8b93d2514a6e used request id req-cbdfa2c9-5350-42d9-8b1e-9135eb644759 2018-10-04 15:45:13,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca28928e3ac42535ffe9b5c8820c1a5d463aea09" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e"}}' 2018-10-04 15:45:13,600 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-75ab7f87-99db-4a41-972e-2630df3b69a7 Date: Thu, 04 Oct 2018 15:45:13 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:45:13Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "port_range_min": null, "revision_number": 0, "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:13Z", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "bef5cfda-7106-4320-8286-21c561cc2d07"}} 2018-10-04 15:45:13,600 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-75ab7f87-99db-4a41-972e-2630df3b69a7 2018-10-04 15:45:13,601 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp 2018-10-04 15:45:13,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca28928e3ac42535ffe9b5c8820c1a5d463aea09" 2018-10-04 15:45:13,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1902 X-Openstack-Request-Id: req-53bd867b-7151-4774-9e7e-01d15dd985c4 Date: Thu, 04 Oct 2018 15:45:13 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:12Z", "updated_at": "2018-10-04T15:45:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:45:12Z", "revision_number": 0, "id": "bcb30256-3972-440c-8d75-a978a22b196a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:45:12Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "port_range_min": null, "ethertype": "IPv6", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:45:13Z", "revision_number": 0, "id": "bef5cfda-7106-4320-8286-21c561cc2d07", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:45:13Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "port_range_min": null, "ethertype": "IPv4", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:45:12Z", "revision_number": 0, "id": "d69c733d-f694-4fc1-8daa-84eecd48411f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:45:12Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "port_range_min": null, "ethertype": "IPv4", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52"}], "revision_number": 3, "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp"}]} 2018-10-04 15:45:13,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp used request id req-53bd867b-7151-4774-9e7e-01d15dd985c4 2018-10-04 15:45:13,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca28928e3ac42535ffe9b5c8820c1a5d463aea09" 2018-10-04 15:45:13,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ae75a81-6a4a-47f9-b5ce-4fd0760d7571 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52"}, "enabled": true, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}} 2018-10-04 15:45:13,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 used request id req-2ae75a81-6a4a-47f9-b5ce-4fd0760d7571 2018-10-04 15:45:13,880 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9b729313-0c11-4b53-83fa-8b93d2514a6e 2018-10-04 15:45:13,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=9b729313-0c11-4b53-83fa-8b93d2514a6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca28928e3ac42535ffe9b5c8820c1a5d463aea09" 2018-10-04 15:45:14,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-92d61269-7203-4945-a0aa-74fe20ba5809 Date: Thu, 04 Oct 2018 15:45:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:45:12Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "port_range_min": null, "revision_number": 0, "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:12Z", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "bcb30256-3972-440c-8d75-a978a22b196a"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:45:13Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "port_range_min": null, "revision_number": 0, "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:13Z", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "bef5cfda-7106-4320-8286-21c561cc2d07"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:45:12Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "port_range_min": null, "revision_number": 0, "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:12Z", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "d69c733d-f694-4fc1-8daa-84eecd48411f"}]} 2018-10-04 15:45:14,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=9b729313-0c11-4b53-83fa-8b93d2514a6e used request id req-92d61269-7203-4945-a0aa-74fe20ba5809 2018-10-04 15:45:14,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca28928e3ac42535ffe9b5c8820c1a5d463aea09" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e"}}' 2018-10-04 15:45:14,385 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-4e6e5591-c349-4155-a771-7b7221093f46 Date: Thu, 04 Oct 2018 15:45:14 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T15:45:14Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "port_range_min": 22, "revision_number": 0, "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:14Z", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "3c863560-008d-4234-a2e1-57def74bd2b4"}} 2018-10-04 15:45:14,385 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-4e6e5591-c349-4155-a771-7b7221093f46 2018-10-04 15:45:14,385 - neutron_utils - INFO - Retrieving security group with ID - 9b729313-0c11-4b53-83fa-8b93d2514a6e 2018-10-04 15:45:14,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=9b729313-0c11-4b53-83fa-8b93d2514a6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca28928e3ac42535ffe9b5c8820c1a5d463aea09" 2018-10-04 15:45:14,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2396 X-Openstack-Request-Id: req-c00abd41-06e6-44c1-af68-d230759fccdf Date: Thu, 04 Oct 2018 15:45:14 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:12Z", "updated_at": "2018-10-04T15:45:14Z", "security_group_rules": [{"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T15:45:14Z", "revision_number": 0, "id": "3c863560-008d-4234-a2e1-57def74bd2b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:45:14Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:45:12Z", "revision_number": 0, "id": "bcb30256-3972-440c-8d75-a978a22b196a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:45:12Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "port_range_min": null, "ethertype": "IPv6", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:45:13Z", "revision_number": 0, "id": "bef5cfda-7106-4320-8286-21c561cc2d07", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:45:13Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "port_range_min": null, "ethertype": "IPv4", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:45:12Z", "revision_number": 0, "id": "d69c733d-f694-4fc1-8daa-84eecd48411f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:45:12Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "port_range_min": null, "ethertype": "IPv4", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52"}], "revision_number": 4, "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp"}]} 2018-10-04 15:45:14,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=9b729313-0c11-4b53-83fa-8b93d2514a6e used request id req-c00abd41-06e6-44c1-af68-d230759fccdf 2018-10-04 15:45:14,588 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9b729313-0c11-4b53-83fa-8b93d2514a6e 2018-10-04 15:45:14,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=9b729313-0c11-4b53-83fa-8b93d2514a6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca28928e3ac42535ffe9b5c8820c1a5d463aea09" 2018-10-04 15:45:14,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-03887f5b-0330-4033-b202-1c2ab9cde541 Date: Thu, 04 Oct 2018 15:45:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T15:45:14Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "port_range_min": 22, "revision_number": 0, "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:14Z", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "3c863560-008d-4234-a2e1-57def74bd2b4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:45:12Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "port_range_min": null, "revision_number": 0, "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:12Z", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "bcb30256-3972-440c-8d75-a978a22b196a"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:45:13Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "port_range_min": null, "revision_number": 0, "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:13Z", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "bef5cfda-7106-4320-8286-21c561cc2d07"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:45:12Z", "security_group_id": "9b729313-0c11-4b53-83fa-8b93d2514a6e", "port_range_min": null, "revision_number": 0, "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:12Z", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "d69c733d-f694-4fc1-8daa-84eecd48411f"}]} 2018-10-04 15:45:14,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=9b729313-0c11-4b53-83fa-8b93d2514a6e used request id req-03887f5b-0330-4033-b202-1c2ab9cde541 2018-10-04 15:45:14,624 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:45:14,625 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:45:15,001 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f55c336c98d24858b299ca04f19c4b3d", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj-role"}], "expires_at": "2018-10-04T16:45:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-user", "id": "258cd8890ab549dab4213d7c1be028b1"}, "audit_ids": ["1zc9Tw-kTaO3jLQUcUMYLA"], "issued_at": "2018-10-04T15:45:15.000000Z"}} 2018-10-04 15:45:15,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:15,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28b4d914-fd38-4fac-9790-898603971560 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:45:15,080 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-28b4d914-fd38-4fac-9790-898603971560 2018-10-04 15:45:15,082 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 15:45:15,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:15,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ac9d6b8-b0c9-45af-b776-69c039500e45 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:45:15,160 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5ac9d6b8-b0c9-45af-b776-69c039500e45 2018-10-04 15:45:15,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:15,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-08b28b44-40de-4672-984c-ae272a53521a Date: Thu, 04 Oct 2018 15:45:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["18b4a95d-440e-4d98-bb48-440168656227"],"updated_at":"2018-10-04T15:44:58Z","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net"}]} 2018-10-04 15:45:15,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net used request id req-08b28b44-40de-4672-984c-ae272a53521a 2018-10-04 15:45:15,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:45:15,419 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:45:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:45:15,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:15,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a39a9307-8784-4277-a2d0-1d606a01c567 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52"}, "enabled": true, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}} 2018-10-04 15:45:15,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 used request id req-a39a9307-8784-4277-a2d0-1d606a01c567 2018-10-04 15:45:15,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:15,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b2606bdc-86ac-4617-b36e-d78f5e0dce63 Date: Thu, 04 Oct 2018 15:45:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:58Z","dns_nameservers":[],"updated_at":"2018-10-04T15:44:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"18b4a95d-440e-4d98-bb48-440168656227","subnetpool_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet"}]} 2018-10-04 15:45:15,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-b2606bdc-86ac-4617-b36e-d78f5e0dce63 2018-10-04 15:45:15,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8&name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:15,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-82372b8d-84d7-4f96-9222-952e3512919d Date: Thu, 04 Oct 2018 15:45:15 GMT RESP BODY: {"ports":[]} 2018-10-04 15:45:15,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8&name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-port-1&admin_state_up=True used request id req-82372b8d-84d7-4f96-9222-952e3512919d 2018-10-04 15:45:15,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:16,117 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45: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-65813bf9-9f27-4d8f-aa10-1613f8cbc4d0 x-compute-request-id: req-65813bf9-9f27-4d8f-aa10-1613f8cbc4d0 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 15:45:16,117 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst used request id req-65813bf9-9f27-4d8f-aa10-1613f8cbc4d0 2018-10-04 15:45:16,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:16,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-3ce5ae1e-b585-4c16-b20d-e98dff2318e2 Date: Thu, 04 Oct 2018 15:45:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["18b4a95d-440e-4d98-bb48-440168656227"],"updated_at":"2018-10-04T15:44:58Z","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net"}]} 2018-10-04 15:45:16,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net used request id req-3ce5ae1e-b585-4c16-b20d-e98dff2318e2 2018-10-04 15:45:16,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:16,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca450662-2bdc-415d-a31d-96b55cb028a8 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52"}, "enabled": true, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}} 2018-10-04 15:45:16,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 used request id req-ca450662-2bdc-415d-a31d-96b55cb028a8 2018-10-04 15:45:16,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:16,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f3d5361d-d624-4c85-b266-c0554cf89d37 Date: Thu, 04 Oct 2018 15:45:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:58Z","dns_nameservers":[],"updated_at":"2018-10-04T15:44:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"18b4a95d-440e-4d98-bb48-440168656227","subnetpool_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet"}]} 2018-10-04 15:45:16,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-f3d5361d-d624-4c85-b266-c0554cf89d37 2018-10-04 15:45:16,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8&name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:16,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3e9aadd9-c385-4dcb-9bc7-d66aaa5824d6 Date: Thu, 04 Oct 2018 15:45:16 GMT RESP BODY: {"ports":[]} 2018-10-04 15:45:16,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8&name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-port-1&admin_state_up=True used request id req-3e9aadd9-c385-4dcb-9bc7-d66aaa5824d6 2018-10-04 15:45:16,720 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 15:45:16,721 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:45:17,102 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f55c336c98d24858b299ca04f19c4b3d", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj-role"}], "expires_at": "2018-10-04T16:45:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/3ef928c9e2f342de92b0cdbb0bcc3f52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-user", "id": "258cd8890ab549dab4213d7c1be028b1"}, "audit_ids": ["GVc6oJZcQFaFLmBl1k_zCg"], "issued_at": "2018-10-04T15:45:17.000000Z"}} 2018-10-04 15:45:17,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89c3919c1c0823d7abcd6d86f6c862a45661b46" 2018-10-04 15:45:17,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-705077e9-5ef1-48f5-85cc-20251307008e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:45:17,183 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-705077e9-5ef1-48f5-85cc-20251307008e 2018-10-04 15:45:17,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:17,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-848a68c7-65fb-417f-a5c6-ff911232a67b Date: Thu, 04 Oct 2018 15:45:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["18b4a95d-440e-4d98-bb48-440168656227"],"updated_at":"2018-10-04T15:44:58Z","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net"}]} 2018-10-04 15:45:17,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net used request id req-848a68c7-65fb-417f-a5c6-ff911232a67b 2018-10-04 15:45:17,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:17,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-df459704-6750-4641-93f3-e88587ea8965 Date: Thu, 04 Oct 2018 15:45:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:58Z","dns_nameservers":[],"updated_at":"2018-10-04T15:44:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"18b4a95d-440e-4d98-bb48-440168656227","subnetpool_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet"}]} 2018-10-04 15:45:17,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-df459704-6750-4641-93f3-e88587ea8965 2018-10-04 15:45:17,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:17,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-afc17086-1dbe-4d1e-92e7-e89d588a2e37 Date: Thu, 04 Oct 2018 15:45:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["18b4a95d-440e-4d98-bb48-440168656227"],"updated_at":"2018-10-04T15:44:58Z","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net"}]} 2018-10-04 15:45:17,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net used request id req-afc17086-1dbe-4d1e-92e7-e89d588a2e37 2018-10-04 15:45:17,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:45:17,914 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:45:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:45:17,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89c3919c1c0823d7abcd6d86f6c862a45661b46" 2018-10-04 15:45:17,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-692dedb0-348a-473b-a909-6abddb2afec0 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52"}, "enabled": true, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}} 2018-10-04 15:45:17,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 used request id req-692dedb0-348a-473b-a909-6abddb2afec0 2018-10-04 15:45:18,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:18,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d902040f-3f8d-4d26-bd31-fedd45bf6573 Date: Thu, 04 Oct 2018 15:45:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:58Z","dns_nameservers":[],"updated_at":"2018-10-04T15:44:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"18b4a95d-440e-4d98-bb48-440168656227","subnetpool_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet"}]} 2018-10-04 15:45:18,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-d902040f-3f8d-4d26-bd31-fedd45bf6573 2018-10-04 15:45:18,200 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net 2018-10-04 15:45:18,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" -d '{"port": {"network_id": "a9ea159c-bc75-421c-9b57-73fb5ac322d8", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-port-1", "admin_state_up": true}}' 2018-10-04 15:45:18,999 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-528f5981-152a-42e5-a1b8-a1f8f2647cd1 Date: Thu, 04 Oct 2018 15:45:18 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:18Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.13"}],"id":"76e7a4ab-0f88-4075-a15b-ffa28fa3830f","security_groups":["4f3320e7-617a-4a0c-acf6-60b1f1d1813c"],"mac_address":"fa:16:3e:12:25:a0","device_id":"","status":"DOWN","description":"","tags":[],"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-port-1","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","qos_policy_id":null,"admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:18Z","binding:vnic_type":"normal"}} 2018-10-04 15:45:19,000 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-528f5981-152a-42e5-a1b8-a1f8f2647cd1 2018-10-04 15:45:19,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:19,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-41fa9372-a3f2-4bbd-959b-eeb6418f630d Date: Thu, 04 Oct 2018 15:45:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["18b4a95d-440e-4d98-bb48-440168656227"],"updated_at":"2018-10-04T15:44:58Z","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net"}]} 2018-10-04 15:45:19,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net used request id req-41fa9372-a3f2-4bbd-959b-eeb6418f630d 2018-10-04 15:45:19,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:19,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08c47299-2d2a-49cd-beda-1ac094cb654c Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52"}, "enabled": true, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}} 2018-10-04 15:45:19,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 used request id req-08c47299-2d2a-49cd-beda-1ac094cb654c 2018-10-04 15:45:19,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:19,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c3eac0e3-85a3-4c7b-afec-0de59d806f75 Date: Thu, 04 Oct 2018 15:45:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:58Z","dns_nameservers":[],"updated_at":"2018-10-04T15:44:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"18b4a95d-440e-4d98-bb48-440168656227","subnetpool_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet"}]} 2018-10-04 15:45:19,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-c3eac0e3-85a3-4c7b-afec-0de59d806f75 2018-10-04 15:45:19,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8&name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:19,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-6c2697bd-1811-45d6-9124-c7e0cac76b4a Date: Thu, 04 Oct 2018 15:45:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:18Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.13"}],"id":"76e7a4ab-0f88-4075-a15b-ffa28fa3830f","security_groups":["4f3320e7-617a-4a0c-acf6-60b1f1d1813c"],"mac_address":"fa:16:3e:12:25:a0","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-port-1","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:18Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-04 15:45:19,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8&name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-port-1&admin_state_up=True used request id req-6c2697bd-1811-45d6-9124-c7e0cac76b4a 2018-10-04 15:45:19,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:19,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82162b43-a010-4f6e-8ec7-55a496b29230 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52"}, "enabled": true, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}} 2018-10-04 15:45:19,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 used request id req-82162b43-a010-4f6e-8ec7-55a496b29230 2018-10-04 15:45:19,861 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst 2018-10-04 15:45:19,864 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:19,890 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45: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-6caf61cd-1fa5-4bec-b205-5b187fd0fa09 x-compute-request-id: req-6caf61cd-1fa5-4bec-b205-5b187fd0fa09 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}], "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-flavor-name"}]} 2018-10-04 15:45:19,891 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-6caf61cd-1fa5-4bec-b205-5b187fd0fa09 2018-10-04 15:45:19,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:19,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45: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-dc6acb83-5251-41e9-ae4c-e023a10a6ff8 x-compute-request-id: req-dc6acb83-5251-41e9-ae4c-e023a10a6ff8 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:45:19,917 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f used request id req-dc6acb83-5251-41e9-ae4c-e023a10a6ff8 2018-10-04 15:45:19,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:20,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1061 Content-Type: application/json X-Openstack-Request-Id: req-a876e85f-44ec-4756-8292-b3ddfe78fd7b Date: Thu, 04 Oct 2018 15:45:20 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499--image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T15:44:48Z", "size": 263193088, "disk_format": "qcow2", "updated_at": "2018-10-04T15:44:55Z", "visibility": "shared", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4/snap", "metadata": {}}], "self": "/v2/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "min_disk": 0, "protected": false, "id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "file": "/v2/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4/file", "checksum": "aba982bbd53c6cc40a4cab6e312ae8d3", "owner": "3ef928c9e2f342de92b0cdbb0bcc3f52", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499--image"} 2018-10-04 15:45:20,107 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499--image used request id req-a876e85f-44ec-4756-8292-b3ddfe78fd7b 2018-10-04 15:45:20,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:20,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-06c477a8-4204-4056-a1c7-52ee7d34281b Date: Thu, 04 Oct 2018 15:45:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 15:45:20,269 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-06c477a8-4204-4056-a1c7-52ee7d34281b 2018-10-04 15:45:20,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" -d '{"server": {"name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "imageRef": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "flavorRef": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "max_count": 1, "min_count": 1, "networks": [{"port": "76e7a4ab-0f88-4075-a15b-ffa28fa3830f"}]}}' 2018-10-04 15:45:22,339 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:45: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-9149ca47-f97c-4ff8-93ef-bfa00825b0f6 x-compute-request-id: req-9149ca47-f97c-4ff8-93ef-bfa00825b0f6 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "adminPass": "pP8V9EmoBVqs"}} 2018-10-04 15:45:22,339 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-9149ca47-f97c-4ff8-93ef-bfa00825b0f6 2018-10-04 15:45:22,342 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:22,558 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45: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-44a66430-cb89-49e5-968f-1d6e385986d0 x-compute-request-id: req-44a66430-cb89-49e5-968f-1d6e385986d0 Content-Encoding: gzip Content-Length: 615 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "user_id": "258cd8890ab549dab4213d7c1be028b1", "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-10-04T15:45:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:45:22,558 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-44a66430-cb89-49e5-968f-1d6e385986d0 2018-10-04 15:45:22,558 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst 2018-10-04 15:45:22,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:22,782 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45: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-14418ba2-0e7f-4858-a7fc-96ecea215dfc x-compute-request-id: req-14418ba2-0e7f-4858-a7fc-96ecea215dfc Content-Encoding: gzip Content-Length: 615 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "user_id": "258cd8890ab549dab4213d7c1be028b1", "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-10-04T15:45:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:45:22,783 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-14418ba2-0e7f-4858-a7fc-96ecea215dfc 2018-10-04 15:45:22,783 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:45:22,783 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:45:25,786 - create_instance - DEBUG - VM status query timeout in 896.772272825 2018-10-04 15:45:25,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:26,405 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45: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-128a0eec-9792-4521-b650-feceddd500f2 x-compute-request-id: req-128a0eec-9792-4521-b650-feceddd500f2 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:45:26,405 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-128a0eec-9792-4521-b650-feceddd500f2 2018-10-04 15:45:26,405 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:45:26,406 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:45:29,407 - create_instance - DEBUG - VM status query timeout in 893.151698828 2018-10-04 15:45:29,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:30,017 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45: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-bb8e6943-8563-43c2-9db1-6ded10350fb1 x-compute-request-id: req-bb8e6943-8563-43c2-9db1-6ded10350fb1 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:45:30,017 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-bb8e6943-8563-43c2-9db1-6ded10350fb1 2018-10-04 15:45:30,017 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:45:30,017 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:45:33,021 - create_instance - DEBUG - VM status query timeout in 889.537986994 2018-10-04 15:45:33,024 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:33,648 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd8c1646-846f-4f7a-8624-93298d27fdce x-compute-request-id: req-cd8c1646-846f-4f7a-8624-93298d27fdce Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:45:33,649 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-cd8c1646-846f-4f7a-8624-93298d27fdce 2018-10-04 15:45:33,649 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:45:33,649 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:45:36,652 - create_instance - DEBUG - VM status query timeout in 885.906258821 2018-10-04 15:45:36,656 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:37,165 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45: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-38818609-acb6-458b-9024-fbda1120d2dd x-compute-request-id: req-38818609-acb6-458b-9024-fbda1120d2dd Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:45:37,165 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-38818609-acb6-458b-9024-fbda1120d2dd 2018-10-04 15:45:37,166 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:45:37,166 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:45:40,168 - create_instance - DEBUG - VM status query timeout in 882.390357018 2018-10-04 15:45:40,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:40,677 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45: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-d127f242-7c66-4450-8b47-3fe300fc143d x-compute-request-id: req-d127f242-7c66-4450-8b47-3fe300fc143d Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:45:40,678 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-d127f242-7c66-4450-8b47-3fe300fc143d 2018-10-04 15:45:40,678 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:45:40,678 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:45:43,679 - create_instance - DEBUG - VM status query timeout in 878.87984395 2018-10-04 15:45:43,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:44,343 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45: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-84331909-255a-4956-a9eb-de803ebf8e15 x-compute-request-id: req-84331909-255a-4956-a9eb-de803ebf8e15 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:45:44,343 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-84331909-255a-4956-a9eb-de803ebf8e15 2018-10-04 15:45:44,344 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:45:44,344 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:45:47,347 - create_instance - DEBUG - VM status query timeout in 875.211475849 2018-10-04 15:45:47,351 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:47,838 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45: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-d03c814b-6867-4e74-a130-607d41237fa2 x-compute-request-id: req-d03c814b-6867-4e74-a130-607d41237fa2 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:45:47,838 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-d03c814b-6867-4e74-a130-607d41237fa2 2018-10-04 15:45:47,839 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:45:47,839 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:45:50,842 - create_instance - DEBUG - VM status query timeout in 871.716653824 2018-10-04 15:45:50,846 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:51,500 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45: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-4bab125b-e93c-42d3-9eb1-97f7b35aa304 x-compute-request-id: req-4bab125b-e93c-42d3-9eb1-97f7b35aa304 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:45:51,500 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-4bab125b-e93c-42d3-9eb1-97f7b35aa304 2018-10-04 15:45:51,501 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:45:51,501 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:45:54,504 - create_instance - DEBUG - VM status query timeout in 868.054821968 2018-10-04 15:45:54,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:54,997 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-cedb036a-8a0f-45eb-bb2e-599baf4a02b0 x-compute-request-id: req-cedb036a-8a0f-45eb-bb2e-599baf4a02b0 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:45:54,997 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-cedb036a-8a0f-45eb-bb2e-599baf4a02b0 2018-10-04 15:45:54,997 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:45:54,998 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:45:58,001 - create_instance - DEBUG - VM status query timeout in 864.557978868 2018-10-04 15:45:58,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:45:58,656 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:45: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-8b007965-86ad-429a-b3d5-958f463207e2 x-compute-request-id: req-8b007965-86ad-429a-b3d5-958f463207e2 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:45:58,656 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-8b007965-86ad-429a-b3d5-958f463207e2 2018-10-04 15:45:58,657 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:45:58,657 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:46:01,660 - create_instance - DEBUG - VM status query timeout in 860.898553848 2018-10-04 15:46:01,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:46:02,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:46: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-7dfa435c-89c8-4137-bae7-63f74d987235 x-compute-request-id: req-7dfa435c-89c8-4137-bae7-63f74d987235 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:46:02,155 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-7dfa435c-89c8-4137-bae7-63f74d987235 2018-10-04 15:46:02,156 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:46:02,156 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:46:05,159 - create_instance - DEBUG - VM status query timeout in 857.399490833 2018-10-04 15:46:05,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:46:05,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:46: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-290aa025-e0d3-4990-84de-b15d69afaada x-compute-request-id: req-290aa025-e0d3-4990-84de-b15d69afaada Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:46:05,688 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-290aa025-e0d3-4990-84de-b15d69afaada 2018-10-04 15:46:05,688 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:46:05,688 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:46:08,691 - create_instance - DEBUG - VM status query timeout in 853.868085861 2018-10-04 15:46:08,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:46:09,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:46:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6dc1d8b0-bbb9-470a-ae77-dcdd1f52e738 x-compute-request-id: req-6dc1d8b0-bbb9-470a-ae77-dcdd1f52e738 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:46:09,556 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-6dc1d8b0-bbb9-470a-ae77-dcdd1f52e738 2018-10-04 15:46:09,557 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:46:09,557 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:46:12,560 - create_instance - DEBUG - VM status query timeout in 849.998678923 2018-10-04 15:46:12,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:46:13,215 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:46:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d44f3a39-5ad8-4cea-b958-f31d8f5096e6 x-compute-request-id: req-d44f3a39-5ad8-4cea-b958-f31d8f5096e6 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:46:13,215 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-d44f3a39-5ad8-4cea-b958-f31d8f5096e6 2018-10-04 15:46:13,216 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:46:13,216 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:46:16,219 - create_instance - DEBUG - VM status query timeout in 846.339576006 2018-10-04 15:46:16,222 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:46:16,733 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:46:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9de02d2d-0e1e-497b-af86-b6a672ff15f6 x-compute-request-id: req-9de02d2d-0e1e-497b-af86-b6a672ff15f6 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:46:16,734 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-9de02d2d-0e1e-497b-af86-b6a672ff15f6 2018-10-04 15:46:16,734 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:46:16,734 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:46:19,737 - create_instance - DEBUG - VM status query timeout in 842.821310997 2018-10-04 15:46:19,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:46:20,225 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:46: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-dd3374ab-6a36-4aff-9fbc-892a69700ca8 x-compute-request-id: req-dd3374ab-6a36-4aff-9fbc-892a69700ca8 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:46:20,225 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-dd3374ab-6a36-4aff-9fbc-892a69700ca8 2018-10-04 15:46:20,226 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:46:20,226 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:46:23,229 - create_instance - DEBUG - VM status query timeout in 839.329694986 2018-10-04 15:46:23,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:46:23,776 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:46: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-10a45f74-4592-46c5-9bf6-9c1596941e4c x-compute-request-id: req-10a45f74-4592-46c5-9bf6-9c1596941e4c Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:46:23,776 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-10a45f74-4592-46c5-9bf6-9c1596941e4c 2018-10-04 15:46:23,776 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:46:23,776 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:46:26,780 - create_instance - DEBUG - VM status query timeout in 835.779040813 2018-10-04 15:46:26,783 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:46:27,274 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:46: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-d3ad8b6b-69a3-4e86-9aa9-37e0ada14c50 x-compute-request-id: req-d3ad8b6b-69a3-4e86-9aa9-37e0ada14c50 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:46:27,274 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-d3ad8b6b-69a3-4e86-9aa9-37e0ada14c50 2018-10-04 15:46:27,274 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:46:27,274 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:46:30,278 - create_instance - DEBUG - VM status query timeout in 832.28102684 2018-10-04 15:46:30,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:46:30,766 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:46: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-3dad8c71-88b4-4579-a950-bbc3ac1d08d7 x-compute-request-id: req-3dad8c71-88b4-4579-a950-bbc3ac1d08d7 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:46:30,767 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-3dad8c71-88b4-4579-a950-bbc3ac1d08d7 2018-10-04 15:46:30,767 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:46:30,767 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:46:33,770 - create_instance - DEBUG - VM status query timeout in 828.788294792 2018-10-04 15:46:33,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:46:34,118 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:46: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-c7ec719b-813f-4a92-907c-0b3f5c08f2de x-compute-request-id: req-c7ec719b-813f-4a92-907c-0b3f5c08f2de Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:46:34,118 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-c7ec719b-813f-4a92-907c-0b3f5c08f2de 2018-10-04 15:46:34,119 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:46:34,119 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:46:37,122 - create_instance - DEBUG - VM status query timeout in 825.436836004 2018-10-04 15:46:37,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:46:37,599 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:46: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-db2f219f-d91e-4599-b9cd-b52e9685878b x-compute-request-id: req-db2f219f-d91e-4599-b9cd-b52e9685878b Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:46:37,599 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-db2f219f-d91e-4599-b9cd-b52e9685878b 2018-10-04 15:46:37,600 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:46:37,600 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:46:40,603 - create_instance - DEBUG - VM status query timeout in 821.955766916 2018-10-04 15:46:40,606 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:46:41,291 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:46: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-f0d20655-2bda-4ef7-9602-781d0343e58b x-compute-request-id: req-f0d20655-2bda-4ef7-9602-781d0343e58b Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:46:41,291 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-f0d20655-2bda-4ef7-9602-781d0343e58b 2018-10-04 15:46:41,291 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:46:41,291 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:46:44,295 - create_instance - DEBUG - VM status query timeout in 818.264007807 2018-10-04 15:46:44,298 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:46:44,979 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:46: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-7219cc71-1743-4c62-8d6b-7ec5cf76e1fc x-compute-request-id: req-7219cc71-1743-4c62-8d6b-7ec5cf76e1fc Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:46:44,979 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-7219cc71-1743-4c62-8d6b-7ec5cf76e1fc 2018-10-04 15:46:44,979 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:46:44,980 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:46:47,983 - create_instance - DEBUG - VM status query timeout in 814.575863838 2018-10-04 15:46:47,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:46:48,482 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-27582970-8eab-43c7-b1a3-3bc58f5ea6d9 x-compute-request-id: req-27582970-8eab-43c7-b1a3-3bc58f5ea6d9 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:46:48,482 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-27582970-8eab-43c7-b1a3-3bc58f5ea6d9 2018-10-04 15:46:48,482 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:46:48,482 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:46:51,486 - create_instance - DEBUG - VM status query timeout in 811.073047876 2018-10-04 15:46:51,489 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:46:52,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:46: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-793901b7-0a36-439f-b17b-b326a6718268 x-compute-request-id: req-793901b7-0a36-439f-b17b-b326a6718268 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:46:52,002 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-793901b7-0a36-439f-b17b-b326a6718268 2018-10-04 15:46:52,003 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:46:52,003 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:46:55,006 - create_instance - DEBUG - VM status query timeout in 807.55279398 2018-10-04 15:46:55,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:46:55,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-1c2fc613-dd0c-4fb5-99e4-d37c1c11578a x-compute-request-id: req-1c2fc613-dd0c-4fb5-99e4-d37c1c11578a Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:46:55,886 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-1c2fc613-dd0c-4fb5-99e4-d37c1c11578a 2018-10-04 15:46:55,887 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:46:55,887 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:46:58,890 - create_instance - DEBUG - VM status query timeout in 803.66878581 2018-10-04 15:46:58,893 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:46:59,536 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:46: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-7cf1d211-2b98-4c2a-9197-b3be17c8de92 x-compute-request-id: req-7cf1d211-2b98-4c2a-9197-b3be17c8de92 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:46:59,536 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-7cf1d211-2b98-4c2a-9197-b3be17c8de92 2018-10-04 15:46:59,536 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:46:59,537 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:47:02,540 - create_instance - DEBUG - VM status query timeout in 800.018865824 2018-10-04 15:47:02,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:03,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47: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-8070ec4e-6e9e-470e-b3a4-a0ec6183bc71 x-compute-request-id: req-8070ec4e-6e9e-470e-b3a4-a0ec6183bc71 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:47:03,014 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-8070ec4e-6e9e-470e-b3a4-a0ec6183bc71 2018-10-04 15:47:03,015 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:47:03,015 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:47:06,018 - create_instance - DEBUG - VM status query timeout in 796.540650845 2018-10-04 15:47:06,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:06,381 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47: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-636b8b3b-5e23-4b5c-9a55-39f461b76243 x-compute-request-id: req-636b8b3b-5e23-4b5c-9a55-39f461b76243 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:45:23Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:47:06,381 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-636b8b3b-5e23-4b5c-9a55-39f461b76243 2018-10-04 15:47:06,382 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - BUILD 2018-10-04 15:47:06,382 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:47:09,385 - create_instance - DEBUG - VM status query timeout in 793.173668861 2018-10-04 15:47:09,388 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:10,318 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47: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-79ed81c0-f6bb-4525-a567-d140b92029f5 x-compute-request-id: req-79ed81c0-f6bb-4525-a567-d140b92029f5 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:47:05.000000", "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:47:07Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:47:10,318 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-79ed81c0-f6bb-4525-a567-d140b92029f5 2018-10-04 15:47:10,318 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - ACTIVE 2018-10-04 15:47:10,319 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:47:10,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:10,945 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47: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-762721ff-b56f-46ae-9840-aff08f93e92e x-compute-request-id: req-762721ff-b56f-46ae-9840-aff08f93e92e Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:47:05.000000", "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:47:07Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:47:10,946 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-762721ff-b56f-46ae-9840-aff08f93e92e 2018-10-04 15:47:10,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:11,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-373bb4e8-8f5b-4d03-a1eb-74f50cde3f5c Date: Thu, 04 Oct 2018 15:47:11 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":["18b4a95d-440e-4d98-bb48-440168656227"],"updated_at":"2018-10-04T15:44:58Z","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net"}]} 2018-10-04 15:47:11,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net used request id req-373bb4e8-8f5b-4d03-a1eb-74f50cde3f5c 2018-10-04 15:47:11,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:11,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7aa1f11-c335-4a1a-8087-6796ddefc98e Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52"}, "enabled": true, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}} 2018-10-04 15:47:11,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 used request id req-e7aa1f11-c335-4a1a-8087-6796ddefc98e 2018-10-04 15:47:11,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:11,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9c6e4532-54ff-4a14-87d1-a2d25e808df3 Date: Thu, 04 Oct 2018 15:47:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:58Z","dns_nameservers":[],"updated_at":"2018-10-04T15:44:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"18b4a95d-440e-4d98-bb48-440168656227","subnetpool_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet"}]} 2018-10-04 15:47:11,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-9c6e4532-54ff-4a14-87d1-a2d25e808df3 2018-10-04 15:47:11,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:11,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-b71a6d43-9935-46e8-b689-5031e1e5fbf1 Date: Thu, 04 Oct 2018 15:47:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.4"}],"id":"2cd0970a-9d50-4501-af62-85522dda12ef","security_groups":[],"mac_address":"fa:16:3e:37:ab:a0","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a9ea159c-bc75-421c-9b57-73fb5ac322d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:47:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.13"}],"id":"76e7a4ab-0f88-4075-a15b-ffa28fa3830f","security_groups":["4f3320e7-617a-4a0c-acf6-60b1f1d1813c"],"mac_address":"fa:16:3e:12:25:a0","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-port-1","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:18Z","binding:vnic_type":"normal","device_id":"6e23c8b7-7283-49b3-b19a-9f0b6b83d39d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:21Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.1"}],"id":"aa20a37d-094c-4b06-9a84-57da6fb02d30","security_groups":[],"mac_address":"fa:16:3e:bf:32:5d","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:07Z","binding:vnic_type":"normal","device_id":"f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.2"}],"id":"d0af5883-f774-4649-b7c5-255daf98086c","security_groups":[],"mac_address":"fa:16:3e:22:61:de","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a9ea159c-bc75-421c-9b57-73fb5ac322d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.3"}],"id":"f0c65130-efa9-4d96-aefe-d527e56c9cc3","security_groups":[],"mac_address":"fa:16:3e:06:2a:45","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a9ea159c-bc75-421c-9b57-73fb5ac322d8"}]} 2018-10-04 15:47:11,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-b71a6d43-9935-46e8-b689-5031e1e5fbf1 2018-10-04 15:47:11,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:11,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-465cee3b-ed12-478f-a3ad-3957d3af3668 Date: Thu, 04 Oct 2018 15:47:11 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:45:01Z", "admin_state_up": true, "updated_at": "2018-10-04T15:45:08Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-router"}]} 2018-10-04 15:47:11,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-router used request id req-465cee3b-ed12-478f-a3ad-3957d3af3668 2018-10-04 15:47:11,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:11,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba1a2dcf-a366-4a4b-a0ce-887aa514a188 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52"}, "enabled": true, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}} 2018-10-04 15:47:11,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 used request id req-ba1a2dcf-a366-4a4b-a0ce-887aa514a188 2018-10-04 15:47:11,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:11,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-d756430d-eaa1-48a1-baed-f1ee9bde5110 Date: Thu, 04 Oct 2018 15:47:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:21Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.1"}],"id":"aa20a37d-094c-4b06-9a84-57da6fb02d30","security_groups":[],"mac_address":"fa:16:3e:bf:32:5d","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:07Z","binding:vnic_type":"normal","device_id":"f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f"}]} 2018-10-04 15:47:11,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f used request id req-d756430d-eaa1-48a1-baed-f1ee9bde5110 2018-10-04 15:47:11,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/18b4a95d-440e-4d98-bb48-440168656227 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:12,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-1ce15e96-27bd-4e2f-b33a-1a70f6468ee5 Date: Thu, 04 Oct 2018 15:47:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:58Z","dns_nameservers":[],"updated_at":"2018-10-04T15:44:58Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"18b4a95d-440e-4d98-bb48-440168656227","subnetpool_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet"}} 2018-10-04 15:47:12,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/18b4a95d-440e-4d98-bb48-440168656227 used request id req-1ce15e96-27bd-4e2f-b33a-1a70f6468ee5 2018-10-04 15:47:12,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:12,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-1375877d-55e6-42b5-bdaa-84b6117e851c Date: Thu, 04 Oct 2018 15:47:12 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:47:12,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-1375877d-55e6-42b5-bdaa-84b6117e851c 2018-10-04 15:47:12,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:12,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-36de2409-49f1-47b9-92a1-7c1bcbab1485 Date: Thu, 04 Oct 2018 15:47:12 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:47:12,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-36de2409-49f1-47b9-92a1-7c1bcbab1485 2018-10-04 15:47:12,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:12,482 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47: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-087da783-7990-4723-b4e8-fae28b5470d8 x-compute-request-id: req-087da783-7990-4723-b4e8-fae28b5470d8 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:47:05.000000", "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:47:07Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:47:12,482 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-087da783-7990-4723-b4e8-fae28b5470d8 2018-10-04 15:47:12,482 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - ACTIVE 2018-10-04 15:47:12,482 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:47:12,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:12,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47: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-2ef2c857-2c78-452a-9c55-88507c0711df x-compute-request-id: req-2ef2c857-2c78-452a-9c55-88507c0711df Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:47:05.000000", "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:47:07Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:47:12,885 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-2ef2c857-2c78-452a-9c55-88507c0711df 2018-10-04 15:47:12,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:12,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-2340e6c6-6725-432f-a523-2cac7c70c325 Date: Thu, 04 Oct 2018 15:47:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["18b4a95d-440e-4d98-bb48-440168656227"],"updated_at":"2018-10-04T15:44:58Z","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net"}]} 2018-10-04 15:47:12,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net used request id req-2340e6c6-6725-432f-a523-2cac7c70c325 2018-10-04 15:47:12,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:13,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-062fb81d-ea13-49fe-838e-9d030dcb0f16 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52"}, "enabled": true, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}} 2018-10-04 15:47:13,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 used request id req-062fb81d-ea13-49fe-838e-9d030dcb0f16 2018-10-04 15:47:13,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:13,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f95e7026-e0b9-44f8-8d6f-5e1b2d7d6994 Date: Thu, 04 Oct 2018 15:47:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:58Z","dns_nameservers":[],"updated_at":"2018-10-04T15:44:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"18b4a95d-440e-4d98-bb48-440168656227","subnetpool_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet"}]} 2018-10-04 15:47:13,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-f95e7026-e0b9-44f8-8d6f-5e1b2d7d6994 2018-10-04 15:47:13,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:13,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-bf71d52d-5505-4aec-85c5-3835001c6689 Date: Thu, 04 Oct 2018 15:47:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.4"}],"id":"2cd0970a-9d50-4501-af62-85522dda12ef","security_groups":[],"mac_address":"fa:16:3e:37:ab:a0","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a9ea159c-bc75-421c-9b57-73fb5ac322d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:47:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.13"}],"id":"76e7a4ab-0f88-4075-a15b-ffa28fa3830f","security_groups":["4f3320e7-617a-4a0c-acf6-60b1f1d1813c"],"mac_address":"fa:16:3e:12:25:a0","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-port-1","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:18Z","binding:vnic_type":"normal","device_id":"6e23c8b7-7283-49b3-b19a-9f0b6b83d39d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:21Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.1"}],"id":"aa20a37d-094c-4b06-9a84-57da6fb02d30","security_groups":[],"mac_address":"fa:16:3e:bf:32:5d","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:07Z","binding:vnic_type":"normal","device_id":"f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.2"}],"id":"d0af5883-f774-4649-b7c5-255daf98086c","security_groups":[],"mac_address":"fa:16:3e:22:61:de","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a9ea159c-bc75-421c-9b57-73fb5ac322d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.3"}],"id":"f0c65130-efa9-4d96-aefe-d527e56c9cc3","security_groups":[],"mac_address":"fa:16:3e:06:2a:45","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a9ea159c-bc75-421c-9b57-73fb5ac322d8"}]} 2018-10-04 15:47:13,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-bf71d52d-5505-4aec-85c5-3835001c6689 2018-10-04 15:47:13,233 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-04 15:47:13,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:13,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-faefadd7-339a-4127-9392-0f81d81abd94 Date: Thu, 04 Oct 2018 15:47:13 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:47:13,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-faefadd7-339a-4127-9392-0f81d81abd94 2018-10-04 15:47:13,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:13,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-89c02add-b698-46f1-92a8-755564233d7e Date: Thu, 04 Oct 2018 15:47:13 GMT RESP BODY: {"subnets":[]} 2018-10-04 15:47:13,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=18028772-bdec-4175-9daf-5ee7ae542a2e used request id req-89c02add-b698-46f1-92a8-755564233d7e 2018-10-04 15:47:13,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" -d '{"floatingip": {"floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "port_id": "76e7a4ab-0f88-4075-a15b-ffa28fa3830f"}}' 2018-10-04 15:47:15,228 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-351eb1e4-ba97-4454-a6b0-83dc5d251a87 Date: Thu, 04 Oct 2018 15:47:15 GMT RESP BODY: {"floatingip": {"router_id": "f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f", "status": "DOWN", "description": "", "tags": [], "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:47:14Z", "updated_at": "2018-10-04T15:47:14Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "10.55.1.13", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "port_id": "76e7a4ab-0f88-4075-a15b-ffa28fa3830f", "id": "f485b03e-25d7-4222-945b-3286d246b6ba"}} 2018-10-04 15:47:15,228 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-351eb1e4-ba97-4454-a6b0-83dc5d251a87 2018-10-04 15:47:15,229 - create_instance - INFO - Created floating IP 172.30.9.207 via router - AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-router 2018-10-04 15:47:15,229 - create_instance_tests - INFO - Looking for IP 10.55.1.13 in the console log 2018-10-04 15:47:15,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:16,163 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b391757-d0d7-428a-bbf3-4ca3e91a706d x-compute-request-id: req-0b391757-d0d7-428a-bbf3-4ca3e91a706d Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:47:05.000000", "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:47:07Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:47:16,164 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-0b391757-d0d7-428a-bbf3-4ca3e91a706d 2018-10-04 15:47:16,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:47:17,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47: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-d9219db2-67eb-45b1-8c96-ead5fbcdbcb0 x-compute-request-id: req-d9219db2-67eb-45b1-8c96-ead5fbcdbcb0 Content-Encoding: gzip Content-Length: 10504 Content-Type: application/json RESP BODY: {"output": "[ 0.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-158-generic (buildd@lgw01-amd64-031) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #208-Ubuntu SMP Fri Aug 24 17:07:38 UTC 2018 (Ubuntu 3.13.0-158.208-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-158-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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 00000000000f7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe142f 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe14a3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-158-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: 2039680K/2096616K available (7481K kernel code, 1162K rwdata, 3440K rodata, 1376K init, 1448K bss, 56936K 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.008014] AppArmor: AppArmor initialized\n[ 0.008842] Yama: becoming mindful.\n[ 0.010055] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.012005] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.013399] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.014629] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016106] Initializing cgroup subsys memory\n[ 0.016985] Initializing cgroup subsys devices\n[ 0.017858] Initializing cgroup subsys freezer\n[ 0.018731] Initializing cgroup subsys blkio\n[ 0.019582] Initializing cgroup subsys perf_event\n[ 0.020003] Initializing cgroup subsys hugetlb\n[ 0.020931] FEATURE SPEC_CTRL Not Present\n[ 0.022428] mce: CPU supports 10 MCE banks\n[ 0.024034] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.024034] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.025974] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.027141] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.028002] Speculative Store Bypass: Vulnerable\n[ 0.029745] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000)\n[ 0.034527] ACPI: Core revision 20131115\n[ 0.035749] ACPI: All ACPI Tables successfully acquired\n[ 0.036809] ftrace: allocating 28719 entries in 113 pages\n[ 0.056020] smpboot: Max logical packages: 2\n[ 0.056880] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.058080] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.060166] Enabling x2apic\n[ 0.060789] Enabled x2apic\n[ 0.061602] Switched APIC routing to physical x2apic.\n[ 0.063480] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.064001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.066073] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.070847] KVM setup paravirtual spinlock\n[ 0.072771] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.074144] x86: Booting SMP configuration:\n[ 0.075045] .... node #0, CPUs: #1[ 0.072763] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.092019] x86: Booted up 1 node, 2 CPUs\n[ 0.092011] KVM setup async PF for cpu 1\n[ 0.092011] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.094701] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.096191] devtmpfs: initialized\n[ 0.099075] EVM: security.selinux\n[ 0.100005] EVM: security.SMACK64\n[ 0.100701] EVM: security.ima\n[ 0.101358] EVM: security.capability\n[ 0.102113] pinctrl core: initialized pinctrl subsystem\n[ 0.102113] regulator-dummy: no parameters\n[ 0.104059] RTC time: 15:47:05, date: 10/04/18\n[ 0.104949] NET: Registered protocol family 16\n[ 0.105878] cpuidle: using governor ladder\n[ 0.106700] cpuidle: using governor menu\n[ 0.107537] ACPI: bus type PCI registered\n[ 0.108003] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.109236] PCI: Using configuration type 1 for base access\n[ 0.110725] bio: create slab at 0\n[ 0.110725] ACPI: Added _OSI(Module Device)\n[ 0.112003] ACPI: Added _OSI(Processor Device)\n[ 0.112871] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.113773] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.116106] ACPI: Interpreter enabled\n[ 0.116871] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.118715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.120532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.122371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.124006] ACPI: (supports S0 S5)\n[ 0.124717] ACPI: Using IOAPIC for interrupt routing\n[ 0.125778] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.127670] ACPI: No dock devices found.\n[ 0.129586] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.130730] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.132006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.133207] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.135403] acpiphp: Slot [3] registered\n[ 0.136017] acpiphp: Slot [4] registered\n[ 0.136821] acpiphp: Slot [5] registered\n[ 0.137616] acpiphp: Slot [6] registered\n[ 0.138413] acpiphp: Slot [7] registered\n[ 0.139213] acpiphp: Slot [8] registered\n[ 0.140009] acpiphp: Slot [9] registered\n[ 0.140810] acpiphp: Slot [10] registered\n[ 0.141618] acpiphp: Slot [11] registered\n[ 0.142431] acpiphp: Slot [12] registered\n[ 0.143243] acpiphp: Slot [13] registered\n[ 0.144016] acpiphp: Slot [14] registered\n[ 0.144834] acpiphp: Slot [15] registered\n[ 0.145644] acpiphp: Slot [16] registered\n[ 0.146456] acpiphp: Slot [17] registered\n[ 0.147279] acpiphp: Slot [18] registered\n[ 0.148017] acpiphp: Slot [19] registered\n[ 0.148835] acpiphp: Slot [20] registered\n[ 0.149646] acpiphp: Slot [21] registered\n[ 0.150452] acpiphp: Slot [22] registered\n[ 0.151262] acpiphp: Slot [23] registered\n[ 0.152017] acpiphp: Slot [24] registered\n[ 0.152832] acpiphp: Slot [25] registered\n[ 0.153643] acpiphp: Slot [26] registered\n[ 0.154451] acpiphp: Slot [27] registered\n[ 0.155260] acpiphp: Slot [28] registered\n[ 0.156016] acpiphp: Slot [29] registered\n[ 0.156833] acpiphp: Slot [30] registered\n[ 0.157646] acpiphp: Slot [31] registered\n[ 0.158450] PCI host bridge to bus 0000:00\n[ 0.159257] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.160004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.161129] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.162251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.163476] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.174537] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.176012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.218071] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.219551] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220681] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.222084] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223364] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224091] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225082] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.226625] vgaarb: loaded\n[ 0.227232] vgaarb: bridge control possible 0000:00:02.0\n[ 0.228126] SCSI subsystem initialized\n[ 0.228932] ACPI: bus type USB registered\n[ 0.228932] usbcore: registered new interface driver usbfs\n[ 0.229906] usbcore: registered new interface driver hub\n[ 0.230939] usbcore: registered new device driver usb\n[ 0.232043] PCI: Using ACPI for IRQ routing\n[ 0.233032] NetLabel: Initializing\n[ 0.233753] NetLabel: domain hash size = 128\n[ 0.234613] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.235575] NetLabel: unlabeled traffic allowed by default\n[ 0.236050] Switched to clocksource kvm-clock\n[ 0.240736] AppArmor: AppArmor Filesystem Enabled\n[ 0.241701] pnp: PnP ACPI init\n[ 0.242375] ACPI: bus type PNP registered\n[ 0.243537] pnp: PnP ACPI: found 8 devices\n[ 0.244379] ACPI: bus type PNP unregistered\n[ 0.253210] NET: Registered protocol family 2\n[ 0.254434] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.255909] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.257163] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.258742] TCP: reno registered\n[ 0.259438] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260561] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261789] NET: Registered protocol family 1\n[ 0.262662] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.263783] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.264881] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.286518] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.308720] Trying to unpack rootfs image as initramfs...\n[ 0.387748] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.389485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.390579] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.392391] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.394987] Scanning for low memory corruption every 60 seconds\n[ 0.396949] Initialise system trusted keyring\n[ 0.398327] audit: initializing netlink socket (disabled)\n[ 0.399905] type=2000 audit(1538668026.661:1): initialized\n[ 0.417757] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.419570] zbud: loaded\n[ 0.420385] VFS: Disk quotas dquot_6.5.2\n[ 0.421212] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.422684] fuse init (API version 7.22)\n[ 0.423557] msgmni has been set to 3997\n[ 0.424387] Key type big_key registered\n[ 0.425536] Key type asymmetric registered\n[ 0.426366] Asymmetric key parser 'x509' registered\n[ 0.427322] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.428841] io scheduler noop registered\n[ 0.429646] io scheduler deadline registered (default)\n[ 0.430639] io scheduler cfq registered\n[ 0.431464] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.432531] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.433770] ipmi message handler version 39.2\n[ 0.434680] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.436150] ACPI: Power Button [PWRF]\n[ 0.437000] GHES: HEST is not enabled!\n[ 0.458468] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.501069] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.502936] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.526624] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.529561] Linux agpgart interface v0.103\n[ 0.531499] brd: module loaded\n[ 0.532815] loop: module loaded\n[ 0.534079] blk-mq: CPU -> queue map\n[ 0.535200] CPU 0 -> Queue 0\n[ 0.536180] CPU 1 -> Queue 0\n[ 0.537781] vda: vda1\n[ 0.539624] scsi0 : ata_piix\n[ 0.540346] scsi1 : ata_piix\n[ 0.541011] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.542249] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.543648] libphy: Fixed MDIO Bus: probed\n[ 0.544563] tun: Universal TUN/TAP device driver, 1.6\n[ 0.545590] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.547429] PPP generic driver version 2.4.2\n[ 0.548345] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.549612] ehci-pci: EHCI PCI platform driver\n[ 0.550492] ehci-platform: EHCI generic platform driver\n[ 0.551490] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.552647] ohci-pci: OHCI PCI platform driver\n[ 0.553532] ohci-platform: OHCI generic platform driver\n[ 0.554530] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.576575] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.577586] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.579129] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.580270] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.581520] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.582964] usb usb1: Product: UHCI Host Controller\n[ 0.583915] usb usb1: Manufacturer: Linux 3.13.0-158-generic uhci_hcd\n[ 0.585141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.586153] hub 1-0:1.0: USB hub found\n[ 0.587011] hub 1-0:1.0: 2 ports detected\n[ 0.587925] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.590064] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.591045] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.592182] mousedev: PS/2 mouse device common for all mice\n[ 0.593545] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.595458] rtc_cmos 00:00: RTC can wake from S4\n[ 0.596597] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.597805] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.599047] device-mapper: uevent: version 1.0.3\n[ 0.600044] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.601684] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.602880] TCP: cubic registered\n[ 0.603644] NET: Registered protocol family 10\n[ 0.604633] NET: Registered protocol family 17\n[ 0.605532] Key type dns_resolver registered\n[ 0.606620] Loading compiled-in X.509 certificates\n[ 0.608069] Loaded X.509 cert 'Magrathea: Glacier signing key: d7a84854682fa67fc9074b4067f0fa3467f2e27f'\n[ 0.609878] registered taskstats version 1\n[ 0.612115] Key type trusted registered\n[ 0.615407] Key type encrypted registered\n[ 0.616257] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.617314] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.618672] regulator-dummy: disabling\n[ 0.619532] Magic number: 6:152:790\n[ 0.627221] rtc_cmos 00:00: setting system clock to 2018-10-04 15:47:06 UTC (1538668026)\n[ 0.628959] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.630100] EDD information not available.\n[ 0.700862] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000)\n[ 0.702460] Write protecting the kernel read-only data: 12288k\n[ 0.703833] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.706359] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.718970] systemd-udevd[107]: starting version 204\n[ 0.760346] FDC 0 is a S82078B\n[ 0.900096] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.064856] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.066652] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.068526] usb 1-1: Product: QEMU USB Tablet\n[ 1.069743] usb 1-1: Manufacturer: QEMU\n[ 1.070804] usb 1-1: SerialNumber: 42\n[ 1.388048] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.768719] 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.003090] 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.115202] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.214285] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Thu, 04 Oct 2018 15:47:08 +0000. Up 2.54 seconds.\ncloud-init-nonet[2.71]: 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 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[3.69]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Thu, 04 Oct 2018 15:47:09 +0000. Up 3.80 seconds.\nci-info: +++++++++++++++++++++++++Net device info++++++++++++++++++++++++++\nci-info: +--------+------+------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+------+------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth0 | True | 10.55.1.13 | 255.255.255.0 | fa:16:3e:12:25:a0 |\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 | 10.55.1.1 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 10.55.1.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: | 2 | 169.254.169.254 | 10.55.1.3 | 255.255.255.255 | eth0 | UGH |\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:\n57:84:75:1b:20:d7:38:4f:b1:d2:79:ce:df:b2:c0:21 root@ansibleprovisioningtests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-i\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .o=++. |\n| .+ooo= |\n| o+= .|\n| . ..+ |\n| S E . o|\n| . o . o|\n| o . o|\n| . o |\n| . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\naa:82:80:9a:92:a2:93:6e:52:f6:92:52:65:24:c2:00 root@ansibleprovisioningtests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-i\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|E |\n|... . |\n| . o |\n| o |\n|. o S |\n|o + . |\n|oO o . |\n|%.+ .. |\n|O+ o. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n4e:65:25:30:c0:f9:e0:aa:21:5d:2a:dd:a0:77:67:88 root@ansibleprovisioningtests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-i\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| ..oo.. . |\n| + . o |\n| . o o |\n| . . . .o |\n| + * o S |\n|+ E = oo |\n| + + o . |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n1f:34:78:4b:d8:e7:35:db:6b:e0:40:fd:af:90:cc:6d root@ansibleprovisioningtests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-i\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| + . |\n| o *...o |\n| +.= ..+ |\n| S o......|\n| . +oo. o|\n| . =.Eo.|\n| o.. |\n| . |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Flush boot log to disk[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Thu, 04 Oct 2018 15:47:12 +0000. Up 6.67 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Thu, 04 Oct 2018 15:47:13 +0000. Up 7.50 seconds.\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 | 13:8b:1a:39:d4:96:5c:60:1a:1a:26:a6:d0:0d:41:6f | - | - |\nci-info: +---------+-------------------------------------------------+---------+---------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 aa:82:80:9a:92:a2:93:6e:52:f6:92:52:65:24:c2:00 root@ansibleprovisioningtests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-i (DSA)\nec2: 256 4e:65:25:30:c0:f9:e0:aa:21:5d:2a:dd:a0:77:67:88 root@ansibleprovisioningtests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-i (ECDSA)\nec2: 256 1f:34:78:4b:d8:e7:35:db:6b:e0:40:fd:af:90:cc:6d root@ansibleprovisioningtests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-i (ED25519)\nec2: 2048 57:84:75:1b:20:d7:38:4f:b1:d2:79:ce:df:b2:c0:21 root@ansibleprovisioningtests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-i (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHyoi1JOL6y87DlyYZinWWkHrgcsQsu9eOMg9QoMFB6X6Ezha7Ezx8o7JHcvE5pubnRCfukSx/6Yk4GKj/BF6rc= root@ansibleprovisioningtests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-i\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIByF1eC66nWNLCAJHiBiKIH1d3xto+nrzzFEc9NqcO0Q root@ansibleprovisioningtests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-i\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpWY5KL7FMhqrHj8iMajzM7wsMMzXZm1VZqSpTCTrBW14lKaDmFvhByfOfKdnuX4g2UhOUecpj0RriRbhNd1jk1Y3nxyTnstep2n0vXrUN0zcdjFE9r3rI2PU4dKyg4F74OsWg7ty3O7RSQV36hAkzNAIoRg0fUkhtHsKBzk8zDSpgyhuGtMN2tHiYb1Z8uVpWchdEL02sP7mOK047DZdlcx7Sjm5/5aq/705II5VL6vUo3q4yejMZC6q0WxROlwOa79HE0h5aFDrQEqatsbdNf4cE+YATYJ6smT8HT0X1SwnTYo9JGhwKftdvQOCvPFzLFo+2FNTZJGL/7vcKJAi9 root@ansibleprovisioningtests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-i\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Thu, 04 Oct 2018 15:47:13 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.59 seconds\n\nUbuntu 14.04.5 LTS ansibleprovisioningtests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-i ttyS0\n\nansibleprovisioningtests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-i login: "} 2018-10-04 15:47:17,263 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d/action used request id req-d9219db2-67eb-45b1-8c96-ead5fbcdbcb0 2018-10-04 15:47:17,265 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-04 15:47:17,265 - create_instance_tests - DEBUG - Full console output - [ 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-158-generic (buildd@lgw01-amd64-031) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #208-Ubuntu SMP Fri Aug 24 17:07:38 UTC 2018 (Ubuntu 3.13.0-158.208-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-158-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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 00000000000f7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe142f 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe14a3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-158-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: 2039680K/2096616K available (7481K kernel code, 1162K rwdata, 3440K rodata, 1376K init, 1448K bss, 56936K 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.008014] AppArmor: AppArmor initialized [ 0.008842] Yama: becoming mindful. [ 0.010055] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012005] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.013399] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.014629] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016106] Initializing cgroup subsys memory [ 0.016985] Initializing cgroup subsys devices [ 0.017858] Initializing cgroup subsys freezer [ 0.018731] Initializing cgroup subsys blkio [ 0.019582] Initializing cgroup subsys perf_event [ 0.020003] Initializing cgroup subsys hugetlb [ 0.020931] FEATURE SPEC_CTRL Not Present [ 0.022428] mce: CPU supports 10 MCE banks [ 0.024034] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.024034] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.025974] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.027141] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.028002] Speculative Store Bypass: Vulnerable [ 0.029745] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000) [ 0.034527] ACPI: Core revision 20131115 [ 0.035749] ACPI: All ACPI Tables successfully acquired [ 0.036809] ftrace: allocating 28719 entries in 113 pages [ 0.056020] smpboot: Max logical packages: 2 [ 0.056880] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.058080] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.060166] Enabling x2apic [ 0.060789] Enabled x2apic [ 0.061602] Switched APIC routing to physical x2apic. [ 0.063480] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.064001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.066073] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.070847] KVM setup paravirtual spinlock [ 0.072771] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.074144] x86: Booting SMP configuration: [ 0.075045] .... node #0, CPUs: #1[ 0.072763] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.092019] x86: Booted up 1 node, 2 CPUs [ 0.092011] KVM setup async PF for cpu 1 [ 0.092011] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.094701] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.096191] devtmpfs: initialized [ 0.099075] EVM: security.selinux [ 0.100005] EVM: security.SMACK64 [ 0.100701] EVM: security.ima [ 0.101358] EVM: security.capability [ 0.102113] pinctrl core: initialized pinctrl subsystem [ 0.102113] regulator-dummy: no parameters [ 0.104059] RTC time: 15:47:05, date: 10/04/18 [ 0.104949] NET: Registered protocol family 16 [ 0.105878] cpuidle: using governor ladder [ 0.106700] cpuidle: using governor menu [ 0.107537] ACPI: bus type PCI registered [ 0.108003] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.109236] PCI: Using configuration type 1 for base access [ 0.110725] bio: create slab at 0 [ 0.110725] ACPI: Added _OSI(Module Device) [ 0.112003] ACPI: Added _OSI(Processor Device) [ 0.112871] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.113773] ACPI: Added _OSI(Processor Aggregator Device) [ 0.116106] ACPI: Interpreter enabled [ 0.116871] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.118715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.120532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.122371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.124006] ACPI: (supports S0 S5) [ 0.124717] ACPI: Using IOAPIC for interrupt routing [ 0.125778] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.127670] ACPI: No dock devices found. [ 0.129586] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.130730] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.132006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.133207] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.135403] acpiphp: Slot [3] registered [ 0.136017] acpiphp: Slot [4] registered [ 0.136821] acpiphp: Slot [5] registered [ 0.137616] acpiphp: Slot [6] registered [ 0.138413] acpiphp: Slot [7] registered [ 0.139213] acpiphp: Slot [8] registered [ 0.140009] acpiphp: Slot [9] registered [ 0.140810] acpiphp: Slot [10] registered [ 0.141618] acpiphp: Slot [11] registered [ 0.142431] acpiphp: Slot [12] registered [ 0.143243] acpiphp: Slot [13] registered [ 0.144016] acpiphp: Slot [14] registered [ 0.144834] acpiphp: Slot [15] registered [ 0.145644] acpiphp: Slot [16] registered [ 0.146456] acpiphp: Slot [17] registered [ 0.147279] acpiphp: Slot [18] registered [ 0.148017] acpiphp: Slot [19] registered [ 0.148835] acpiphp: Slot [20] registered [ 0.149646] acpiphp: Slot [21] registered [ 0.150452] acpiphp: Slot [22] registered [ 0.151262] acpiphp: Slot [23] registered [ 0.152017] acpiphp: Slot [24] registered [ 0.152832] acpiphp: Slot [25] registered [ 0.153643] acpiphp: Slot [26] registered [ 0.154451] acpiphp: Slot [27] registered [ 0.155260] acpiphp: Slot [28] registered [ 0.156016] acpiphp: Slot [29] registered [ 0.156833] acpiphp: Slot [30] registered [ 0.157646] acpiphp: Slot [31] registered [ 0.158450] PCI host bridge to bus 0000:00 [ 0.159257] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.160004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.161129] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.162251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.163476] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.174537] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.176012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.218071] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.219551] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220681] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.222084] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223364] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224091] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225082] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.226625] vgaarb: loaded [ 0.227232] vgaarb: bridge control possible 0000:00:02.0 [ 0.228126] SCSI subsystem initialized [ 0.228932] ACPI: bus type USB registered [ 0.228932] usbcore: registered new interface driver usbfs [ 0.229906] usbcore: registered new interface driver hub [ 0.230939] usbcore: registered new device driver usb [ 0.232043] PCI: Using ACPI for IRQ routing [ 0.233032] NetLabel: Initializing [ 0.233753] NetLabel: domain hash size = 128 [ 0.234613] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.235575] NetLabel: unlabeled traffic allowed by default [ 0.236050] Switched to clocksource kvm-clock [ 0.240736] AppArmor: AppArmor Filesystem Enabled [ 0.241701] pnp: PnP ACPI init [ 0.242375] ACPI: bus type PNP registered [ 0.243537] pnp: PnP ACPI: found 8 devices [ 0.244379] ACPI: bus type PNP unregistered [ 0.253210] NET: Registered protocol family 2 [ 0.254434] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.255909] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.257163] TCP: Hash tables configured (established 16384 bind 16384) [ 0.258742] TCP: reno registered [ 0.259438] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260561] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261789] NET: Registered protocol family 1 [ 0.262662] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.263783] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.264881] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.286518] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.308720] Trying to unpack rootfs image as initramfs... [ 0.387748] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.389485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.390579] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.392391] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.394987] Scanning for low memory corruption every 60 seconds [ 0.396949] Initialise system trusted keyring [ 0.398327] audit: initializing netlink socket (disabled) [ 0.399905] type=2000 audit(1538668026.661:1): initialized [ 0.417757] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.419570] zbud: loaded [ 0.420385] VFS: Disk quotas dquot_6.5.2 [ 0.421212] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.422684] fuse init (API version 7.22) [ 0.423557] msgmni has been set to 3997 [ 0.424387] Key type big_key registered [ 0.425536] Key type asymmetric registered [ 0.426366] Asymmetric key parser 'x509' registered [ 0.427322] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.428841] io scheduler noop registered [ 0.429646] io scheduler deadline registered (default) [ 0.430639] io scheduler cfq registered [ 0.431464] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.432531] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.433770] ipmi message handler version 39.2 [ 0.434680] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.436150] ACPI: Power Button [PWRF] [ 0.437000] GHES: HEST is not enabled! [ 0.458468] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.501069] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.502936] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.526624] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.529561] Linux agpgart interface v0.103 [ 0.531499] brd: module loaded [ 0.532815] loop: module loaded [ 0.534079] blk-mq: CPU -> queue map [ 0.535200] CPU 0 -> Queue 0 [ 0.536180] CPU 1 -> Queue 0 [ 0.537781] vda: vda1 [ 0.539624] scsi0 : ata_piix [ 0.540346] scsi1 : ata_piix [ 0.541011] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.542249] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.543648] libphy: Fixed MDIO Bus: probed [ 0.544563] tun: Universal TUN/TAP device driver, 1.6 [ 0.545590] tun: (C) 1999-2004 Max Krasnyansky [ 0.547429] PPP generic driver version 2.4.2 [ 0.548345] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.549612] ehci-pci: EHCI PCI platform driver [ 0.550492] ehci-platform: EHCI generic platform driver [ 0.551490] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.552647] ohci-pci: OHCI PCI platform driver [ 0.553532] ohci-platform: OHCI generic platform driver [ 0.554530] uhci_hcd: USB Universal Host Controller Interface driver [ 0.576575] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.577586] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.579129] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.580270] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.581520] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.582964] usb usb1: Product: UHCI Host Controller [ 0.583915] usb usb1: Manufacturer: Linux 3.13.0-158-generic uhci_hcd [ 0.585141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.586153] hub 1-0:1.0: USB hub found [ 0.587011] hub 1-0:1.0: 2 ports detected [ 0.587925] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.590064] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.591045] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.592182] mousedev: PS/2 mouse device common for all mice [ 0.593545] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.595458] rtc_cmos 00:00: RTC can wake from S4 [ 0.596597] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.597805] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.599047] device-mapper: uevent: version 1.0.3 [ 0.600044] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.601684] ledtrig-cpu: registered to indicate activity on CPUs [ 0.602880] TCP: cubic registered [ 0.603644] NET: Registered protocol family 10 [ 0.604633] NET: Registered protocol family 17 [ 0.605532] Key type dns_resolver registered [ 0.606620] Loading compiled-in X.509 certificates [ 0.608069] Loaded X.509 cert 'Magrathea: Glacier signing key: d7a84854682fa67fc9074b4067f0fa3467f2e27f' [ 0.609878] registered taskstats version 1 [ 0.612115] Key type trusted registered [ 0.615407] Key type encrypted registered [ 0.616257] AppArmor: AppArmor sha1 policy hashing enabled [ 0.617314] IMA: No TPM chip found, activating TPM-bypass! [ 0.618672] regulator-dummy: disabling [ 0.619532] Magic number: 6:152:790 [ 0.627221] rtc_cmos 00:00: setting system clock to 2018-10-04 15:47:06 UTC (1538668026) [ 0.628959] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.630100] EDD information not available. [ 0.700862] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000) [ 0.702460] Write protecting the kernel read-only data: 12288k [ 0.703833] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.706359] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.718970] systemd-udevd[107]: starting version 204 [ 0.760346] FDC 0 is a S82078B [ 0.900096] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.064856] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.066652] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.068526] usb 1-1: Product: QEMU USB Tablet [ 1.069743] usb 1-1: Manufacturer: QEMU [ 1.070804] usb 1-1: SerialNumber: 42 [ 1.388048] tsc: Refined TSC clocksource calibration: 3491.912 MHz [ 1.768719] 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.003090] 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.115202] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.214285] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Thu, 04 Oct 2018 15:47:08 +0000. Up 2.54 seconds. cloud-init-nonet[2.71]: 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 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[3.69]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Thu, 04 Oct 2018 15:47:09 +0000. Up 3.80 seconds. ci-info: +++++++++++++++++++++++++Net device info++++++++++++++++++++++++++ ci-info: +--------+------+------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+------+------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth0 | True | 10.55.1.13 | 255.255.255.0 | fa:16:3e:12:25:a0 | 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 | 10.55.1.1 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 10.55.1.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: | 2 | 169.254.169.254 | 10.55.1.3 | 255.255.255.255 | eth0 | UGH | 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: 57:84:75:1b:20:d7:38:4f:b1:d2:79:ce:df:b2:c0:21 root@ansibleprovisioningtests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-i The key's randomart image is: +--[ RSA 2048]----+ | .o=++. | | .+ooo= | | o+= .| | . ..+ | | S E . 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: aa:82:80:9a:92:a2:93:6e:52:f6:92:52:65:24:c2:00 root@ansibleprovisioningtests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-i The key's randomart image is: +--[ DSA 1024]----+ |E | |... . | | . o | | o | |. o S | |o + . | |oO o . | |%.+ .. | |O+ o. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 4e:65:25:30:c0:f9:e0:aa:21:5d:2a:dd:a0:77:67:88 root@ansibleprovisioningtests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-i The key's randomart image is: +--[ECDSA 256]---+ | ..oo.. . | | + . o | | . o o | | . . . .o | | + * o S | |+ E = oo | | + + o . | | . | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 1f:34:78:4b:d8:e7:35:db:6b:e0:40:fd:af:90:cc:6d root@ansibleprovisioningtests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-i The key's randomart image is: +--[ED25519 256--+ | | | + . | | o *...o | | +.= ..+ | | S o......| | . +oo. o| | . =.Eo.| | o.. | | . | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Flush boot log to disk[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting system logging daemon[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Thu, 04 Oct 2018 15:47:12 +0000. Up 6.67 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Thu, 04 Oct 2018 15:47:13 +0000. Up 7.50 seconds. 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 | 13:8b:1a:39:d4:96:5c:60:1a:1a:26:a6:d0:0d:41:6f | - | - | ci-info: +---------+-------------------------------------------------+---------+---------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 aa:82:80:9a:92:a2:93:6e:52:f6:92:52:65:24:c2:00 root@ansibleprovisioningtests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-i (DSA) ec2: 256 4e:65:25:30:c0:f9:e0:aa:21:5d:2a:dd:a0:77:67:88 root@ansibleprovisioningtests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-i (ECDSA) ec2: 256 1f:34:78:4b:d8:e7:35:db:6b:e0:40:fd:af:90:cc:6d root@ansibleprovisioningtests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-i (ED25519) ec2: 2048 57:84:75:1b:20:d7:38:4f:b1:d2:79:ce:df:b2:c0:21 root@ansibleprovisioningtests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-i (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHyoi1JOL6y87DlyYZinWWkHrgcsQsu9eOMg9QoMFB6X6Ezha7Ezx8o7JHcvE5pubnRCfukSx/6Yk4GKj/BF6rc= root@ansibleprovisioningtests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-i ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIByF1eC66nWNLCAJHiBiKIH1d3xto+nrzzFEc9NqcO0Q root@ansibleprovisioningtests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-i ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpWY5KL7FMhqrHj8iMajzM7wsMMzXZm1VZqSpTCTrBW14lKaDmFvhByfOfKdnuX4g2UhOUecpj0RriRbhNd1jk1Y3nxyTnstep2n0vXrUN0zcdjFE9r3rI2PU4dKyg4F74OsWg7ty3O7RSQV36hAkzNAIoRg0fUkhtHsKBzk8zDSpgyhuGtMN2tHiYb1Z8uVpWchdEL02sP7mOK047DZdlcx7Sjm5/5aq/705II5VL6vUo3q4yejMZC6q0WxROlwOa79HE0h5aFDrQEqatsbdNf4cE+YATYJ6smT8HT0X1SwnTYo9JGhwKftdvQOCvPFzLFo+2FNTZJGL/7vcKJAi9 root@ansibleprovisioningtests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-i -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Thu, 04 Oct 2018 15:47:13 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.59 seconds Ubuntu 14.04.5 LTS ansibleprovisioningtests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-i ttyS0 ansibleprovisioningtests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-i login: 2018-10-04 15:47:17,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:17,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47: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-639fd522-26ea-4b41-9e24-e5c562a34d36 x-compute-request-id: req-639fd522-26ea-4b41-9e24-e5c562a34d36 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:47:05.000000", "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:47:07Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:47:17,915 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-639fd522-26ea-4b41-9e24-e5c562a34d36 2018-10-04 15:47:17,915 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - ACTIVE 2018-10-04 15:47:17,915 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:47:17,918 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:18,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47: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-7163c9eb-7e95-454a-9720-e3ec1e13e250 x-compute-request-id: req-7163c9eb-7e95-454a-9720-e3ec1e13e250 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:47:05.000000", "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:47:07Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:47:18,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-7163c9eb-7e95-454a-9720-e3ec1e13e250 2018-10-04 15:47:18,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:18,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-8dd16515-1755-4073-be56-c6c67f05ea98 Date: Thu, 04 Oct 2018 15:47:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["18b4a95d-440e-4d98-bb48-440168656227"],"updated_at":"2018-10-04T15:44:58Z","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net"}]} 2018-10-04 15:47:18,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net used request id req-8dd16515-1755-4073-be56-c6c67f05ea98 2018-10-04 15:47:18,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:18,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db8dd5c2-8fad-4e2f-b1ce-5368d3ecddbd Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52"}, "enabled": true, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}} 2018-10-04 15:47:18,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 used request id req-db8dd5c2-8fad-4e2f-b1ce-5368d3ecddbd 2018-10-04 15:47:18,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:18,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cc1002d0-5078-4a8a-bc34-b32d1c2d73aa Date: Thu, 04 Oct 2018 15:47:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:58Z","dns_nameservers":[],"updated_at":"2018-10-04T15:44:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"18b4a95d-440e-4d98-bb48-440168656227","subnetpool_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet"}]} 2018-10-04 15:47:18,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-cc1002d0-5078-4a8a-bc34-b32d1c2d73aa 2018-10-04 15:47:18,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:19,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-8e18e0f3-9f3d-4e20-9fc2-5226a284ffd9 Date: Thu, 04 Oct 2018 15:47:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.4"}],"id":"2cd0970a-9d50-4501-af62-85522dda12ef","security_groups":[],"mac_address":"fa:16:3e:37:ab:a0","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a9ea159c-bc75-421c-9b57-73fb5ac322d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:47:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.13"}],"id":"76e7a4ab-0f88-4075-a15b-ffa28fa3830f","security_groups":["4f3320e7-617a-4a0c-acf6-60b1f1d1813c"],"mac_address":"fa:16:3e:12:25:a0","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-port-1","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:18Z","binding:vnic_type":"normal","device_id":"6e23c8b7-7283-49b3-b19a-9f0b6b83d39d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:21Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.1"}],"id":"aa20a37d-094c-4b06-9a84-57da6fb02d30","security_groups":[],"mac_address":"fa:16:3e:bf:32:5d","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:07Z","binding:vnic_type":"normal","device_id":"f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.2"}],"id":"d0af5883-f774-4649-b7c5-255daf98086c","security_groups":[],"mac_address":"fa:16:3e:22:61:de","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a9ea159c-bc75-421c-9b57-73fb5ac322d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.3"}],"id":"f0c65130-efa9-4d96-aefe-d527e56c9cc3","security_groups":[],"mac_address":"fa:16:3e:06:2a:45","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a9ea159c-bc75-421c-9b57-73fb5ac322d8"}]} 2018-10-04 15:47:19,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-8e18e0f3-9f3d-4e20-9fc2-5226a284ffd9 2018-10-04 15:47:19,102 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:19,594 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47: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-14d98f49-9d1a-4ad7-bdc5-6ca568c1ebe6 x-compute-request-id: req-14d98f49-9d1a-4ad7-bdc5-6ca568c1ebe6 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:47:05.000000", "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:47:07Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:47:19,594 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-14d98f49-9d1a-4ad7-bdc5-6ca568c1ebe6 2018-10-04 15:47:19,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:19,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-4f845db7-bfb1-4b05-b99c-1e8427640420 Date: Thu, 04 Oct 2018 15:47:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["18b4a95d-440e-4d98-bb48-440168656227"],"updated_at":"2018-10-04T15:44:58Z","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net"}]} 2018-10-04 15:47:19,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net used request id req-4f845db7-bfb1-4b05-b99c-1e8427640420 2018-10-04 15:47:19,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:19,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a632c06-1e81-4e3f-b2e8-739928c997dc Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52"}, "enabled": true, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}} 2018-10-04 15:47:19,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 used request id req-5a632c06-1e81-4e3f-b2e8-739928c997dc 2018-10-04 15:47:19,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:19,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9ccf65fe-1cbd-4f23-8df9-7b3201579c49 Date: Thu, 04 Oct 2018 15:47:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:58Z","dns_nameservers":[],"updated_at":"2018-10-04T15:44:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"18b4a95d-440e-4d98-bb48-440168656227","subnetpool_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet"}]} 2018-10-04 15:47:19,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-9ccf65fe-1cbd-4f23-8df9-7b3201579c49 2018-10-04 15:47:19,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:19,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-8beca383-fcf9-4e57-987a-a7f51cfde92f Date: Thu, 04 Oct 2018 15:47:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.4"}],"id":"2cd0970a-9d50-4501-af62-85522dda12ef","security_groups":[],"mac_address":"fa:16:3e:37:ab:a0","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a9ea159c-bc75-421c-9b57-73fb5ac322d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:47:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.13"}],"id":"76e7a4ab-0f88-4075-a15b-ffa28fa3830f","security_groups":["4f3320e7-617a-4a0c-acf6-60b1f1d1813c"],"mac_address":"fa:16:3e:12:25:a0","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-port-1","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:18Z","binding:vnic_type":"normal","device_id":"6e23c8b7-7283-49b3-b19a-9f0b6b83d39d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:21Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.1"}],"id":"aa20a37d-094c-4b06-9a84-57da6fb02d30","security_groups":[],"mac_address":"fa:16:3e:bf:32:5d","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:07Z","binding:vnic_type":"normal","device_id":"f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.2"}],"id":"d0af5883-f774-4649-b7c5-255daf98086c","security_groups":[],"mac_address":"fa:16:3e:22:61:de","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a9ea159c-bc75-421c-9b57-73fb5ac322d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.3"}],"id":"f0c65130-efa9-4d96-aefe-d527e56c9cc3","security_groups":[],"mac_address":"fa:16:3e:06:2a:45","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a9ea159c-bc75-421c-9b57-73fb5ac322d8"}]} 2018-10-04 15:47:19,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-8beca383-fcf9-4e57-987a-a7f51cfde92f 2018-10-04 15:47:19,966 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp"}}' 2018-10-04 15:47:20,977 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:47:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-796d0584-c947-4f02-b420-32ee8bf07dee x-compute-request-id: req-796d0584-c947-4f02-b420-32ee8bf07dee Content-Length: 0 Content-Type: application/json 2018-10-04 15:47:20,977 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d/action used request id req-796d0584-c947-4f02-b420-32ee8bf07dee 2018-10-04 15:47:20,977 - create_instance - INFO - Checking if VM is active 2018-10-04 15:47:20,980 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:21,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47: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-3897433e-49d9-4d39-bc79-2c40e9eb2346 x-compute-request-id: req-3897433e-49d9-4d39-bc79-2c40e9eb2346 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:47:05.000000", "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:47:07Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:47:21,299 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-3897433e-49d9-4d39-bc79-2c40e9eb2346 2018-10-04 15:47:21,300 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - ACTIVE 2018-10-04 15:47:21,300 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:47:21,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:21,639 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47: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-89c838bb-318c-4804-bf35-b23aba27e30c x-compute-request-id: req-89c838bb-318c-4804-bf35-b23aba27e30c Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:47:05.000000", "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:47:07Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:47:21,639 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-89c838bb-318c-4804-bf35-b23aba27e30c 2018-10-04 15:47:21,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:21,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-3ff7c541-0cd5-422b-854f-3ae4fd6c006d Date: Thu, 04 Oct 2018 15:47:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["18b4a95d-440e-4d98-bb48-440168656227"],"updated_at":"2018-10-04T15:44:58Z","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net"}]} 2018-10-04 15:47:21,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net used request id req-3ff7c541-0cd5-422b-854f-3ae4fd6c006d 2018-10-04 15:47:21,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:21,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a87e3b3-0619-4aab-8161-e8c65b8576d5 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52"}, "enabled": true, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}} 2018-10-04 15:47:21,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 used request id req-0a87e3b3-0619-4aab-8161-e8c65b8576d5 2018-10-04 15:47:21,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:21,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a27a9f36-1217-45fb-9017-bd8be94a55ec Date: Thu, 04 Oct 2018 15:47:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:58Z","dns_nameservers":[],"updated_at":"2018-10-04T15:44:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"18b4a95d-440e-4d98-bb48-440168656227","subnetpool_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet"}]} 2018-10-04 15:47:21,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-a27a9f36-1217-45fb-9017-bd8be94a55ec 2018-10-04 15:47:21,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:22,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-6de34c72-93f7-45d3-9077-4b34f8da64cb Date: Thu, 04 Oct 2018 15:47:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.4"}],"id":"2cd0970a-9d50-4501-af62-85522dda12ef","security_groups":[],"mac_address":"fa:16:3e:37:ab:a0","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a9ea159c-bc75-421c-9b57-73fb5ac322d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:47:20Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.13"}],"id":"76e7a4ab-0f88-4075-a15b-ffa28fa3830f","security_groups":["4f3320e7-617a-4a0c-acf6-60b1f1d1813c","9b729313-0c11-4b53-83fa-8b93d2514a6e"],"mac_address":"fa:16:3e:12:25:a0","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-port-1","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:18Z","binding:vnic_type":"normal","device_id":"6e23c8b7-7283-49b3-b19a-9f0b6b83d39d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:21Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.1"}],"id":"aa20a37d-094c-4b06-9a84-57da6fb02d30","security_groups":[],"mac_address":"fa:16:3e:bf:32:5d","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:07Z","binding:vnic_type":"normal","device_id":"f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.2"}],"id":"d0af5883-f774-4649-b7c5-255daf98086c","security_groups":[],"mac_address":"fa:16:3e:22:61:de","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a9ea159c-bc75-421c-9b57-73fb5ac322d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.3"}],"id":"f0c65130-efa9-4d96-aefe-d527e56c9cc3","security_groups":[],"mac_address":"fa:16:3e:06:2a:45","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a9ea159c-bc75-421c-9b57-73fb5ac322d8"}]} 2018-10-04 15:47:22,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-6de34c72-93f7-45d3-9077-4b34f8da64cb 2018-10-04 15:47:22,060 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:47:22,063 - paramiko.transport - DEBUG - starting thread (client mode): 0xb6d60f10L 2018-10-04 15:47:22,064 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:47:22,069 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-04 15:47:22,069 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-04 15:47:22,070 - 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'ssh-dss', 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-10-04 15:47:22,070 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:47:22,070 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 15:47:22,071 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:47:22,071 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:47:22,071 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:47:22,111 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:47:22,112 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:47:22,128 - paramiko.transport - DEBUG - Trying key 138b1a39d4965c601a1a26a6d00d416f from tmp/AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499 2018-10-04 15:47:22,148 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:47:22,165 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:47:22,266 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:47:22,306 - create_instance - INFO - SSH is active for VM instance 2018-10-04 15:47:22,306 - create_instance - INFO - Checking if cloud-init has completed 2018-10-04 15:47:22,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:22,638 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47: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-35a40f5e-1197-4394-81b9-9a419466b083 x-compute-request-id: req-35a40f5e-1197-4394-81b9-9a419466b083 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:47:05.000000", "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:47:07Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:47:22,639 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-35a40f5e-1197-4394-81b9-9a419466b083 2018-10-04 15:47:22,639 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - ACTIVE 2018-10-04 15:47:22,639 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:47:22,642 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:22,963 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47: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-498061b0-26a6-4ee5-b458-b0de07b01ec4 x-compute-request-id: req-498061b0-26a6-4ee5-b458-b0de07b01ec4 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:47:05.000000", "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:47:07Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:47:22,964 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-498061b0-26a6-4ee5-b458-b0de07b01ec4 2018-10-04 15:47:22,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:23,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-8d939324-2711-461c-94c9-1eaf869140ee Date: Thu, 04 Oct 2018 15:47:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["18b4a95d-440e-4d98-bb48-440168656227"],"updated_at":"2018-10-04T15:44:58Z","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net"}]} 2018-10-04 15:47:23,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net used request id req-8d939324-2711-461c-94c9-1eaf869140ee 2018-10-04 15:47:23,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:23,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fb1a650-773f-47cd-a5d2-3c7d7dba62b0 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52"}, "enabled": true, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}} 2018-10-04 15:47:23,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 used request id req-0fb1a650-773f-47cd-a5d2-3c7d7dba62b0 2018-10-04 15:47:23,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:23,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a075a5a9-4f84-49dd-91af-c0d9b5425e8c Date: Thu, 04 Oct 2018 15:47:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:58Z","dns_nameservers":[],"updated_at":"2018-10-04T15:44:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"18b4a95d-440e-4d98-bb48-440168656227","subnetpool_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet"}]} 2018-10-04 15:47:23,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-a075a5a9-4f84-49dd-91af-c0d9b5425e8c 2018-10-04 15:47:23,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:23,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-2b49a6b5-944d-426b-b197-dd17ac675b10 Date: Thu, 04 Oct 2018 15:47:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.4"}],"id":"2cd0970a-9d50-4501-af62-85522dda12ef","security_groups":[],"mac_address":"fa:16:3e:37:ab:a0","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a9ea159c-bc75-421c-9b57-73fb5ac322d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:47:20Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.13"}],"id":"76e7a4ab-0f88-4075-a15b-ffa28fa3830f","security_groups":["4f3320e7-617a-4a0c-acf6-60b1f1d1813c","9b729313-0c11-4b53-83fa-8b93d2514a6e"],"mac_address":"fa:16:3e:12:25:a0","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-port-1","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:18Z","binding:vnic_type":"normal","device_id":"6e23c8b7-7283-49b3-b19a-9f0b6b83d39d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:21Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.1"}],"id":"aa20a37d-094c-4b06-9a84-57da6fb02d30","security_groups":[],"mac_address":"fa:16:3e:bf:32:5d","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:07Z","binding:vnic_type":"normal","device_id":"f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.2"}],"id":"d0af5883-f774-4649-b7c5-255daf98086c","security_groups":[],"mac_address":"fa:16:3e:22:61:de","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a9ea159c-bc75-421c-9b57-73fb5ac322d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.3"}],"id":"f0c65130-efa9-4d96-aefe-d527e56c9cc3","security_groups":[],"mac_address":"fa:16:3e:06:2a:45","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a9ea159c-bc75-421c-9b57-73fb5ac322d8"}]} 2018-10-04 15:47:23,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-2b49a6b5-944d-426b-b197-dd17ac675b10 2018-10-04 15:47:23,326 - create_instance - INFO - Checking if VM is active 2018-10-04 15:47:23,329 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:23,776 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47: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-bf90f551-5a74-4439-86c4-c96942d69f41 x-compute-request-id: req-bf90f551-5a74-4439-86c4-c96942d69f41 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:47:05.000000", "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:47:07Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:47:23,777 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-bf90f551-5a74-4439-86c4-c96942d69f41 2018-10-04 15:47:23,777 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - ACTIVE 2018-10-04 15:47:23,777 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:47:23,780 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:24,095 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47: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-fc7acb0a-067c-40d7-951b-e8417c4481c9 x-compute-request-id: req-fc7acb0a-067c-40d7-951b-e8417c4481c9 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:47:05.000000", "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:47:07Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:47:24,095 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-fc7acb0a-067c-40d7-951b-e8417c4481c9 2018-10-04 15:47:24,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:24,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-26af4e82-baec-48fa-9c29-fd6365a224b7 Date: Thu, 04 Oct 2018 15:47:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["18b4a95d-440e-4d98-bb48-440168656227"],"updated_at":"2018-10-04T15:44:58Z","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net"}]} 2018-10-04 15:47:24,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net used request id req-26af4e82-baec-48fa-9c29-fd6365a224b7 2018-10-04 15:47:24,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:24,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cfe6f88-181e-4b3d-afa5-a8f8d58aef4f Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52"}, "enabled": true, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}} 2018-10-04 15:47:24,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 used request id req-8cfe6f88-181e-4b3d-afa5-a8f8d58aef4f 2018-10-04 15:47:24,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:24,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b39b97b2-88dd-48a0-b29c-92b592932088 Date: Thu, 04 Oct 2018 15:47:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:58Z","dns_nameservers":[],"updated_at":"2018-10-04T15:44:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"18b4a95d-440e-4d98-bb48-440168656227","subnetpool_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet"}]} 2018-10-04 15:47:24,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-b39b97b2-88dd-48a0-b29c-92b592932088 2018-10-04 15:47:24,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:24,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-15082bf6-2789-414c-9014-c74144a76ae3 Date: Thu, 04 Oct 2018 15:47:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.4"}],"id":"2cd0970a-9d50-4501-af62-85522dda12ef","security_groups":[],"mac_address":"fa:16:3e:37:ab:a0","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a9ea159c-bc75-421c-9b57-73fb5ac322d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:47:20Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.13"}],"id":"76e7a4ab-0f88-4075-a15b-ffa28fa3830f","security_groups":["4f3320e7-617a-4a0c-acf6-60b1f1d1813c","9b729313-0c11-4b53-83fa-8b93d2514a6e"],"mac_address":"fa:16:3e:12:25:a0","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-port-1","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:18Z","binding:vnic_type":"normal","device_id":"6e23c8b7-7283-49b3-b19a-9f0b6b83d39d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:21Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.1"}],"id":"aa20a37d-094c-4b06-9a84-57da6fb02d30","security_groups":[],"mac_address":"fa:16:3e:bf:32:5d","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:07Z","binding:vnic_type":"normal","device_id":"f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.2"}],"id":"d0af5883-f774-4649-b7c5-255daf98086c","security_groups":[],"mac_address":"fa:16:3e:22:61:de","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a9ea159c-bc75-421c-9b57-73fb5ac322d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.3"}],"id":"f0c65130-efa9-4d96-aefe-d527e56c9cc3","security_groups":[],"mac_address":"fa:16:3e:06:2a:45","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a9ea159c-bc75-421c-9b57-73fb5ac322d8"}]} 2018-10-04 15:47:24,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-15082bf6-2789-414c-9014-c74144a76ae3 2018-10-04 15:47:24,452 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:47:24,454 - paramiko.transport - DEBUG - starting thread (client mode): 0xb6d608d0L 2018-10-04 15:47:24,454 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:47:24,457 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-04 15:47:24,457 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-04 15:47:24,458 - 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'ssh-dss', 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-10-04 15:47:24,459 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:47:24,459 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 15:47:24,459 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:47:24,459 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:47:24,459 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:47:24,499 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:47:24,500 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:47:24,519 - paramiko.transport - DEBUG - Trying key 138b1a39d4965c601a1a26a6d00d416f from tmp/AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499 2018-10-04 15:47:24,540 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:47:24,547 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:47:24,647 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:47:24,665 - create_instance - INFO - SSH is active for VM instance 2018-10-04 15:47:24,665 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:47:24,667 - paramiko.transport - DEBUG - starting thread (client mode): 0xb6e27ed0L 2018-10-04 15:47:24,667 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:47:24,670 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-04 15:47:24,670 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-04 15:47:24,671 - 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'ssh-dss', 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-10-04 15:47:24,671 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:47:24,672 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 15:47:24,672 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:47:24,672 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:47:24,672 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:47:24,715 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:47:24,716 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:47:24,731 - paramiko.transport - DEBUG - Trying key 138b1a39d4965c601a1a26a6d00d416f from tmp/AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499 2018-10-04 15:47:24,756 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:47:24,763 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:47:24,764 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 15:47:24,928 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 15:47:24,928 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 15:47:24,966 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 15:47:24,976 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 15:47:24,977 - create_instance - INFO - cloud-init complete for VM instance 2018-10-04 15:47:24,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:24,981 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 15:47:25,565 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47: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-2fc52b5a-a8d7-4e08-8af4-13e1d4408229 x-compute-request-id: req-2fc52b5a-a8d7-4e08-8af4-13e1d4408229 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:47:05.000000", "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:47:07Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:47:25,566 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-2fc52b5a-a8d7-4e08-8af4-13e1d4408229 2018-10-04 15:47:25,566 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - ACTIVE 2018-10-04 15:47:25,566 - create_instance - INFO - VM is - ACTIVE 2018-10-04 15:47:25,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:25,891 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47: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-2e36a2a4-79a2-4c95-8a55-e368c2deb7a6 x-compute-request-id: req-2e36a2a4-79a2-4c95-8a55-e368c2deb7a6 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:47:05.000000", "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:47:07Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:47:25,891 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-2e36a2a4-79a2-4c95-8a55-e368c2deb7a6 2018-10-04 15:47:25,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:25,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-c172b9e1-fe75-4ae6-92d8-35afd21c9f74 Date: Thu, 04 Oct 2018 15:47:25 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":["18b4a95d-440e-4d98-bb48-440168656227"],"updated_at":"2018-10-04T15:44:58Z","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net"}]} 2018-10-04 15:47:25,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net used request id req-c172b9e1-fe75-4ae6-92d8-35afd21c9f74 2018-10-04 15:47:26,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:26,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-524e0fbf-23ae-4986-89ae-80e6168ca11b Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52"}, "enabled": true, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}} 2018-10-04 15:47:26,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 used request id req-524e0fbf-23ae-4986-89ae-80e6168ca11b 2018-10-04 15:47:26,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:26,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9b9d2a3f-528e-4f3f-af99-5640c448ce5a Date: Thu, 04 Oct 2018 15:47:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:58Z","dns_nameservers":[],"updated_at":"2018-10-04T15:44:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"18b4a95d-440e-4d98-bb48-440168656227","subnetpool_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet"}]} 2018-10-04 15:47:26,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-9b9d2a3f-528e-4f3f-af99-5640c448ce5a 2018-10-04 15:47:26,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:26,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-caf947c6-b49e-4e26-8836-825b4e39edbe Date: Thu, 04 Oct 2018 15:47:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.4"}],"id":"2cd0970a-9d50-4501-af62-85522dda12ef","security_groups":[],"mac_address":"fa:16:3e:37:ab:a0","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a9ea159c-bc75-421c-9b57-73fb5ac322d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:47:20Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.13"}],"id":"76e7a4ab-0f88-4075-a15b-ffa28fa3830f","security_groups":["4f3320e7-617a-4a0c-acf6-60b1f1d1813c","9b729313-0c11-4b53-83fa-8b93d2514a6e"],"mac_address":"fa:16:3e:12:25:a0","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-port-1","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:18Z","binding:vnic_type":"normal","device_id":"6e23c8b7-7283-49b3-b19a-9f0b6b83d39d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:21Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.1"}],"id":"aa20a37d-094c-4b06-9a84-57da6fb02d30","security_groups":[],"mac_address":"fa:16:3e:bf:32:5d","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:07Z","binding:vnic_type":"normal","device_id":"f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.2"}],"id":"d0af5883-f774-4649-b7c5-255daf98086c","security_groups":[],"mac_address":"fa:16:3e:22:61:de","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a9ea159c-bc75-421c-9b57-73fb5ac322d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.3"}],"id":"f0c65130-efa9-4d96-aefe-d527e56c9cc3","security_groups":[],"mac_address":"fa:16:3e:06:2a:45","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a9ea159c-bc75-421c-9b57-73fb5ac322d8"}]} 2018-10-04 15:47:26,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-caf947c6-b49e-4e26-8836-825b4e39edbe 2018-10-04 15:47:26,244 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:26,696 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47: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-a7af4469-2ebf-4675-8183-737178f21c2a x-compute-request-id: req-a7af4469-2ebf-4675-8183-737178f21c2a Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:47:05.000000", "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:47:07Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:47:26,696 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-a7af4469-2ebf-4675-8183-737178f21c2a 2018-10-04 15:47:26,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:26,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-92d033ab-cc27-49dc-a0d4-eb457033d202 Date: Thu, 04 Oct 2018 15:47:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["18b4a95d-440e-4d98-bb48-440168656227"],"updated_at":"2018-10-04T15:44:58Z","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net"}]} 2018-10-04 15:47:26,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net used request id req-92d033ab-cc27-49dc-a0d4-eb457033d202 2018-10-04 15:47:26,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:26,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9436a4f8-51f5-4cd4-8960-0b07e87bc800 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52"}, "enabled": true, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}} 2018-10-04 15:47:26,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 used request id req-9436a4f8-51f5-4cd4-8960-0b07e87bc800 2018-10-04 15:47:26,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:26,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-342e5060-4d26-4178-8658-2b44403d9cc9 Date: Thu, 04 Oct 2018 15:47:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:58Z","dns_nameservers":[],"updated_at":"2018-10-04T15:44:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","id":"18b4a95d-440e-4d98-bb48-440168656227","subnetpool_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet"}]} 2018-10-04 15:47:26,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-342e5060-4d26-4178-8658-2b44403d9cc9 2018-10-04 15:47:26,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:27,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-ff6dea06-a312-415c-939f-60d985e991e3 Date: Thu, 04 Oct 2018 15:47:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.4"}],"id":"2cd0970a-9d50-4501-af62-85522dda12ef","security_groups":[],"mac_address":"fa:16:3e:37:ab:a0","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a9ea159c-bc75-421c-9b57-73fb5ac322d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:47:20Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.13"}],"id":"76e7a4ab-0f88-4075-a15b-ffa28fa3830f","security_groups":["4f3320e7-617a-4a0c-acf6-60b1f1d1813c","9b729313-0c11-4b53-83fa-8b93d2514a6e"],"mac_address":"fa:16:3e:12:25:a0","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-port-1","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:18Z","binding:vnic_type":"normal","device_id":"6e23c8b7-7283-49b3-b19a-9f0b6b83d39d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:21Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.1"}],"id":"aa20a37d-094c-4b06-9a84-57da6fb02d30","security_groups":[],"mac_address":"fa:16:3e:bf:32:5d","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:07Z","binding:vnic_type":"normal","device_id":"f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.2"}],"id":"d0af5883-f774-4649-b7c5-255daf98086c","security_groups":[],"mac_address":"fa:16:3e:22:61:de","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:44:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a9ea159c-bc75-421c-9b57-73fb5ac322d8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:45:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18b4a95d-440e-4d98-bb48-440168656227","ip_address":"10.55.1.3"}],"id":"f0c65130-efa9-4d96-aefe-d527e56c9cc3","security_groups":[],"mac_address":"fa:16:3e:06:2a:45","project_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a9ea159c-bc75-421c-9b57-73fb5ac322d8","tenant_id":"3ef928c9e2f342de92b0cdbb0bcc3f52","created_at":"2018-10-04T15:45:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a9ea159c-bc75-421c-9b57-73fb5ac322d8"}]} 2018-10-04 15:47:27,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-ff6dea06-a312-415c-939f-60d985e991e3 2018-10-04 15:47:27,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp"}}' 2018-10-04 15:47:27,820 - novaclient.v2.client - DEBUG - RESP: [400] Date: Thu, 04 Oct 2018 15:47:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cef54af1-3140-4653-9ba4-772b2333429d x-compute-request-id: req-cef54af1-3140-4653-9ba4-772b2333429d Content-Length: 237 Content-Type: application/json; charset=UTF-8 RESP BODY: {"badRequest": {"message": "Invalid input for security_groups. Reason: Duplicate items in the list: '9b729313-0c11-4b53-83fa-8b93d2514a6e'.\nNeutron server returns request_ids: ['req-6ece1062-326d-4fa0-83b3-f1f790ceb324']", "code": 400}} 2018-10-04 15:47:27,820 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d/action used request id req-cef54af1-3140-4653-9ba4-772b2333429d 2018-10-04 15:47:27,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:28,368 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d4dba1d-9a4f-40c4-97c0-732243b4874d x-compute-request-id: req-0d4dba1d-9a4f-40c4-97c0-732243b4874d Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:25:a0", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:47:05.000000", "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp"}], "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:47:07Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:47:28,368 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-0d4dba1d-9a4f-40c4-97c0-732243b4874d 2018-10-04 15:47:28,369 - nova_utils - WARNING - Security group [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp] already added to VM [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] 2018-10-04 15:47:28,372 - ansible_utils - DEBUG - Setting up Ansible Playbook Executor for playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/template_playbook.yml 2018-10-04 15:47:28,374 - ansible_utils - DEBUG - Executing Ansible Playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/template_playbook.yml 2018-10-04 15:47:29,652 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-04 15:47:29,654 - paramiko.transport - DEBUG - starting thread (client mode): 0xb6d5c410L 2018-10-04 15:47:29,654 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:47:29,657 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-04 15:47:29,657 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-04 15:47:29,658 - 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'ssh-dss', 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-10-04 15:47:29,659 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:47:29,659 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 15:47:29,659 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:47:29,659 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:47:29,659 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:47:29,699 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:47:29,700 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:47:29,718 - paramiko.transport - DEBUG - Trying key 138b1a39d4965c601a1a26a6d00d416f from tmp/AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499 2018-10-04 15:47:29,740 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:47:29,746 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:47:29,751 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 15:47:29,923 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 15:47:29,923 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 15:47:29,953 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 15:47:29,968 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 15:47:29,969 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 15:47:30,069 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:47:30,083 - create_instance - INFO - Deleting Floating IP - 172.30.9.207 2018-10-04 15:47:30,084 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.207 2018-10-04 15:47:30,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/floatingips/f485b03e-25d7-4222-945b-3286d246b6ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:31,142 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7bfde088-c108-4455-b6ed-f5f9ee1edb9a Content-Length: 0 Date: Thu, 04 Oct 2018 15:47:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:47:31,142 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/f485b03e-25d7-4222-945b-3286d246b6ba used request id req-7bfde088-c108-4455-b6ed-f5f9ee1edb9a 2018-10-04 15:47:31,142 - create_instance - INFO - Deleting Port with ID - 76e7a4ab-0f88-4075-a15b-ffa28fa3830f 2018-10-04 15:47:31,142 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-port-1 2018-10-04 15:47:31,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/76e7a4ab-0f88-4075-a15b-ffa28fa3830f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:31,593 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2a23299d-e71e-48d1-981f-91d067f9c4a0 Date: Thu, 04 Oct 2018 15:47:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:47:31,594 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/76e7a4ab-0f88-4075-a15b-ffa28fa3830f used request id req-2a23299d-e71e-48d1-981f-91d067f9c4a0 2018-10-04 15:47:31,594 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst 2018-10-04 15:47:31,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:31,746 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:47: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-2fa8ae72-0fa9-4640-8f25-a50de91d73db x-compute-request-id: req-2fa8ae72-0fa9-4640-8f25-a50de91d73db Content-Type: application/json 2018-10-04 15:47:31,746 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-2fa8ae72-0fa9-4640-8f25-a50de91d73db 2018-10-04 15:47:31,746 - create_instance - INFO - Checking deletion status 2018-10-04 15:47:31,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:31,973 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47: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-b5f5cee4-632d-4815-9e93-c8499bd491b5 x-compute-request-id: req-b5f5cee4-632d-4815-9e93-c8499bd491b5 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "rel": "bookmark"}], "image": {"id": "6828ba81-9195-4658-8c49-1aa9dd60d2c4", "links": [{"href": "http://172.30.9.23:8774/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:47:05.000000", "flavor": {"id": "03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "links": [{"href": "http://172.30.9.23:8774/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f", "rel": "bookmark"}]}, "id": "6e23c8b7-7283-49b3-b19a-9f0b6b83d39d", "user_id": "258cd8890ab549dab4213d7c1be028b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:47:31Z", "hostId": "621a7f0847bbb106c44dcf6b3ba72dc3efc95743104f7c8031c6f77b", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp", "name": "AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst", "created": "2018-10-04T15:45:22Z", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 15:47:31,973 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-b5f5cee4-632d-4815-9e93-c8499bd491b5 2018-10-04 15:47:31,974 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst] is - ACTIVE 2018-10-04 15:47:31,974 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 15:47:34,975 - create_instance - DEBUG - VM status query timeout in 296.771453142 2018-10-04 15:47:34,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118aa73da0b4cbb50882176072b565a5c9e7abc4" 2018-10-04 15:47:35,026 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 15:47:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6176e057-87b6-498b-885e-f8b84a5a103e x-compute-request-id: req-6176e057-87b6-498b-885e-f8b84a5a103e Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 6e23c8b7-7283-49b3-b19a-9f0b6b83d39d could not be found.", "code": 404}} 2018-10-04 15:47:35,026 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6e23c8b7-7283-49b3-b19a-9f0b6b83d39d used request id req-6176e057-87b6-498b-885e-f8b84a5a103e 2018-10-04 15:47:35,026 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 6e23c8b7-7283-49b3-b19a-9f0b6b83d39d could not be found. (HTTP 404) (Request-ID: req-6176e057-87b6-498b-885e-f8b84a5a103e) 2018-10-04 15:47:35,026 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-inst 2018-10-04 15:47:35,027 - neutron_utils - INFO - Deleting security group rule with ID - d69c733d-f694-4fc1-8daa-84eecd48411f 2018-10-04 15:47:35,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/d69c733d-f694-4fc1-8daa-84eecd48411f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca28928e3ac42535ffe9b5c8820c1a5d463aea09" 2018-10-04 15:47:35,151 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7a60da96-8471-42ba-81c2-7a9f2b3375e7 Content-Length: 0 Date: Thu, 04 Oct 2018 15:47:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:47:35,151 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/d69c733d-f694-4fc1-8daa-84eecd48411f used request id req-7a60da96-8471-42ba-81c2-7a9f2b3375e7 2018-10-04 15:47:35,151 - neutron_utils - INFO - Deleting security group rule with ID - bcb30256-3972-440c-8d75-a978a22b196a 2018-10-04 15:47:35,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/bcb30256-3972-440c-8d75-a978a22b196a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca28928e3ac42535ffe9b5c8820c1a5d463aea09" 2018-10-04 15:47:35,408 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c687c930-b71a-40b5-90b9-bcfd5eab69dd Content-Length: 0 Date: Thu, 04 Oct 2018 15:47:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:47:35,408 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/bcb30256-3972-440c-8d75-a978a22b196a used request id req-c687c930-b71a-40b5-90b9-bcfd5eab69dd 2018-10-04 15:47:35,408 - neutron_utils - INFO - Deleting security group rule with ID - 3c863560-008d-4234-a2e1-57def74bd2b4 2018-10-04 15:47:35,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/3c863560-008d-4234-a2e1-57def74bd2b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca28928e3ac42535ffe9b5c8820c1a5d463aea09" 2018-10-04 15:47:35,509 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-89c6ef68-657c-413c-b76a-b7523312b574 Content-Length: 0 Date: Thu, 04 Oct 2018 15:47:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:47:35,509 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/3c863560-008d-4234-a2e1-57def74bd2b4 used request id req-89c6ef68-657c-413c-b76a-b7523312b574 2018-10-04 15:47:35,509 - neutron_utils - INFO - Deleting security group rule with ID - bef5cfda-7106-4320-8286-21c561cc2d07 2018-10-04 15:47:35,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/bef5cfda-7106-4320-8286-21c561cc2d07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca28928e3ac42535ffe9b5c8820c1a5d463aea09" 2018-10-04 15:47:35,781 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-131139ce-671b-44c2-aa84-cd602e2f1ab7 Content-Length: 0 Date: Thu, 04 Oct 2018 15:47:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:47:35,781 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/bef5cfda-7106-4320-8286-21c561cc2d07 used request id req-131139ce-671b-44c2-aa84-cd602e2f1ab7 2018-10-04 15:47:35,781 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-sec-grp 2018-10-04 15:47:35,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/9b729313-0c11-4b53-83fa-8b93d2514a6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca28928e3ac42535ffe9b5c8820c1a5d463aea09" 2018-10-04 15:47:36,078 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-799aff18-663b-4c71-b508-2c1c7e9d81b9 Content-Length: 0 Date: Thu, 04 Oct 2018 15:47:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:47:36,079 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/9b729313-0c11-4b53-83fa-8b93d2514a6e used request id req-799aff18-663b-4c71-b508-2c1c7e9d81b9 2018-10-04 15:47:36,079 - nova_utils - DEBUG - Deleting keypair - AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp 2018-10-04 15:47:36,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc1f786fec7fc2136beaefdfbde867221583fb8d" 2018-10-04 15:47:36,126 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:47: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-d49d0b3b-ca38-499e-98b5-6f39733b0a70 x-compute-request-id: req-d49d0b3b-ca38-499e-98b5-6f39733b0a70 Content-Length: 0 Content-Type: application/json 2018-10-04 15:47:36,126 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-kp used request id req-d49d0b3b-ca38-499e-98b5-6f39733b0a70 2018-10-04 15:47:36,127 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499.pub] 2018-10-04 15:47:36,127 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499] 2018-10-04 15:47:36,131 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf56df91c83bdf70e62d44709a15a1ecb23034f1" 2018-10-04 15:47:36,177 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:47: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-6738dd83-e44d-4110-92b6-94fbe28d364c x-compute-request-id: req-6738dd83-e44d-4110-92b6-94fbe28d364c Content-Length: 0 Content-Type: application/json 2018-10-04 15:47:36,177 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/03b54833-4a2e-4cb8-8f37-19d31bd42e0f used request id req-6738dd83-e44d-4110-92b6-94fbe28d364c 2018-10-04 15:47:36,178 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-router and subnet AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet 2018-10-04 15:47:36,178 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-router 2018-10-04 15:47:36,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbecd163c2b9e168fb771bf253757ca19c59baf5" -d '{"subnet_id": "18b4a95d-440e-4d98-bb48-440168656227"}' 2018-10-04 15:47:37,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7de0cce9-0e70-40b9-bde9-c77be69a2e7f Date: Thu, 04 Oct 2018 15:47:37 GMT RESP BODY: {"network_id": "a9ea159c-bc75-421c-9b57-73fb5ac322d8", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "subnet_id": "18b4a95d-440e-4d98-bb48-440168656227", "subnet_ids": ["18b4a95d-440e-4d98-bb48-440168656227"], "port_id": "aa20a37d-094c-4b06-9a84-57da6fb02d30", "id": "f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f"} 2018-10-04 15:47:37,710 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f/remove_router_interface used request id req-7de0cce9-0e70-40b9-bde9-c77be69a2e7f 2018-10-04 15:47:37,710 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-router 2018-10-04 15:47:37,710 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-router 2018-10-04 15:47:37,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbecd163c2b9e168fb771bf253757ca19c59baf5" 2018-10-04 15:47:41,141 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8270cf1b-733f-441e-905f-540562cb1b43 Content-Length: 0 Date: Thu, 04 Oct 2018 15:47:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:47:41,141 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/f14ea81b-65d8-4cb5-9395-7b3a2b5f0e4f used request id req-8270cf1b-733f-441e-905f-540562cb1b43 2018-10-04 15:47:41,142 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet 2018-10-04 15:47:41,142 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-subnet 2018-10-04 15:47:41,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/18b4a95d-440e-4d98-bb48-440168656227 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a705c4c3f9ee5edaf76d473454f10079fdbd04bb" 2018-10-04 15:47:43,507 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2f5cbd1d-219c-4be5-857a-fbe56e3aa285 Date: Thu, 04 Oct 2018 15:47:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:47:43,507 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/18b4a95d-440e-4d98-bb48-440168656227 used request id req-2f5cbd1d-219c-4be5-857a-fbe56e3aa285 2018-10-04 15:47:43,508 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499-pub-net 2018-10-04 15:47:43,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/a9ea159c-bc75-421c-9b57-73fb5ac322d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a705c4c3f9ee5edaf76d473454f10079fdbd04bb" 2018-10-04 15:47:44,805 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9af75290-f2ae-4a79-b077-68dd9f9a8df9 Date: Thu, 04 Oct 2018 15:47:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:47:44,805 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/a9ea159c-bc75-421c-9b57-73fb5ac322d8 used request id req-9af75290-f2ae-4a79-b077-68dd9f9a8df9 2018-10-04 15:47:44,806 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-1ab790cd-ea9a-45f9-adbb-59f7d8ec5499--image 2018-10-04 15:47:44,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c6fbfffb2fe240c3f455b31ff3ba1f8ba6479ed" 2018-10-04 15:47:45,827 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c43fbbf5-a2fc-46a1-be31-eb915d542ff6 Date: Thu, 04 Oct 2018 15:47:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:47:45,827 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/6828ba81-9195-4658-8c49-1aa9dd60d2c4 used request id req-c43fbbf5-a2fc-46a1-be31-eb915d542ff6 2018-10-04 15:47:45,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dffec34b6358e0a89a0b6c151b42375c471dd41f" 2018-10-04 15:47:46,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-098af272-0727-4e8a-add3-b15c1d97afd4 Date: Thu, 04 Oct 2018 15:47:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:44:57Z", "updated_at": "2018-10-04T15:44:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:44:57Z", "revision_number": 0, "id": "0ded0777-728f-4760-a715-a04b3b455899", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:44:57Z", "security_group_id": "4f3320e7-617a-4a0c-acf6-60b1f1d1813c", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "port_range_min": null, "ethertype": "IPv6", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:44:57Z", "revision_number": 0, "id": "11daaf48-eec1-4dcf-891d-c704092a22d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:44:57Z", "security_group_id": "4f3320e7-617a-4a0c-acf6-60b1f1d1813c", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "port_range_min": null, "ethertype": "IPv4", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:44:57Z", "revision_number": 0, "id": "7e4a1adc-051c-460e-a304-248d34506180", "remote_group_id": "4f3320e7-617a-4a0c-acf6-60b1f1d1813c", "remote_ip_prefix": null, "created_at": "2018-10-04T15:44:57Z", "security_group_id": "4f3320e7-617a-4a0c-acf6-60b1f1d1813c", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "port_range_min": null, "ethertype": "IPv4", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:44:57Z", "revision_number": 0, "id": "cbb17129-6557-4b7b-b515-ce4265ede6cb", "remote_group_id": "4f3320e7-617a-4a0c-acf6-60b1f1d1813c", "remote_ip_prefix": null, "created_at": "2018-10-04T15:44:57Z", "security_group_id": "4f3320e7-617a-4a0c-acf6-60b1f1d1813c", "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "port_range_min": null, "ethertype": "IPv6", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52"}], "revision_number": 4, "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "4f3320e7-617a-4a0c-acf6-60b1f1d1813c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:47:46,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-098af272-0727-4e8a-add3-b15c1d97afd4 2018-10-04 15:47:46,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dffec34b6358e0a89a0b6c151b42375c471dd41f" 2018-10-04 15:47:46,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8ca47c7-a181-4705-89c7-57c509d63846 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 15:47:46,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6 used request id req-a8ca47c7-a181-4705-89c7-57c509d63846 2018-10-04 15:47:46,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dffec34b6358e0a89a0b6c151b42375c471dd41f" 2018-10-04 15:47:46,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84bd9a24-7924-47ad-acb7-50c1b963c888 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:47:46,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-84bd9a24-7924-47ad-acb7-50c1b963c888 2018-10-04 15:47:46,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dffec34b6358e0a89a0b6c151b42375c471dd41f" 2018-10-04 15:47:46,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5b8b03f-df5f-4c95-9d3b-7fcc48003857 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 15:47:46,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a used request id req-c5b8b03f-df5f-4c95-9d3b-7fcc48003857 2018-10-04 15:47:46,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dffec34b6358e0a89a0b6c151b42375c471dd41f" 2018-10-04 15:47:46,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80fdb56c-e74a-495f-9114-ca0e0af68451 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52"}, "enabled": true, "id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-e13ed9d2-b26b-460-proj"}} 2018-10-04 15:47:46,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 used request id req-80fdb56c-e74a-495f-9114-ca0e0af68451 2018-10-04 15:47:46,419 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4f3320e7-617a-4a0c-acf6-60b1f1d1813c 2018-10-04 15:47:46,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4f3320e7-617a-4a0c-acf6-60b1f1d1813c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dffec34b6358e0a89a0b6c151b42375c471dd41f" 2018-10-04 15:47:46,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-51eeafde-ba0a-433a-9fd1-0f1c1246b6e2 Date: Thu, 04 Oct 2018 15:47:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:44:57Z", "security_group_id": "4f3320e7-617a-4a0c-acf6-60b1f1d1813c", "port_range_min": null, "revision_number": 0, "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:44:57Z", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "0ded0777-728f-4760-a715-a04b3b455899"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:44:57Z", "security_group_id": "4f3320e7-617a-4a0c-acf6-60b1f1d1813c", "port_range_min": null, "revision_number": 0, "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:44:57Z", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "11daaf48-eec1-4dcf-891d-c704092a22d2"}, {"remote_group_id": "4f3320e7-617a-4a0c-acf6-60b1f1d1813c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:44:57Z", "security_group_id": "4f3320e7-617a-4a0c-acf6-60b1f1d1813c", "port_range_min": null, "revision_number": 0, "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:44:57Z", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "7e4a1adc-051c-460e-a304-248d34506180"}, {"remote_group_id": "4f3320e7-617a-4a0c-acf6-60b1f1d1813c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:44:57Z", "security_group_id": "4f3320e7-617a-4a0c-acf6-60b1f1d1813c", "port_range_min": null, "revision_number": 0, "tenant_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "created_at": "2018-10-04T15:44:57Z", "project_id": "3ef928c9e2f342de92b0cdbb0bcc3f52", "id": "cbb17129-6557-4b7b-b515-ce4265ede6cb"}]} 2018-10-04 15:47:46,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=4f3320e7-617a-4a0c-acf6-60b1f1d1813c used request id req-51eeafde-ba0a-433a-9fd1-0f1c1246b6e2 2018-10-04 15:47:46,603 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 15:47:46,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/4f3320e7-617a-4a0c-acf6-60b1f1d1813c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dffec34b6358e0a89a0b6c151b42375c471dd41f" 2018-10-04 15:47:46,952 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6b75e845-7912-46a1-b789-49da341e63fd Content-Length: 0 Date: Thu, 04 Oct 2018 15:47:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:47:46,952 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/4f3320e7-617a-4a0c-acf6-60b1f1d1813c used request id req-6b75e845-7912-46a1-b789-49da341e63fd 2018-10-04 15:47:46,953 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-e13ed9d2-b26b-460-proj 2018-10-04 15:47:46,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dffec34b6358e0a89a0b6c151b42375c471dd41f" 2018-10-04 15:47:47,176 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:47:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b03b98e4-bb9e-4a16-9db2-d3a91eb5b19d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:47:47,177 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/3ef928c9e2f342de92b0cdbb0bcc3f52 used request id req-b03b98e4-bb9e-4a16-9db2-d3a91eb5b19d 2018-10-04 15:47:47,177 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-e13ed9d2-b26b-460-proj-role 2018-10-04 15:47:47,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/f55c336c98d24858b299ca04f19c4b3d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dffec34b6358e0a89a0b6c151b42375c471dd41f" 2018-10-04 15:47:47,293 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:47:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72b128b3-71fd-43d2-a3a4-19dee025d0c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:47:47,293 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/f55c336c98d24858b299ca04f19c4b3d used request id req-72b128b3-71fd-43d2-a3a4-19dee025d0c8 2018-10-04 15:47:47,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dffec34b6358e0a89a0b6c151b42375c471dd41f" 2018-10-04 15:47:47,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-069423fa-0ac0-4223-8638-8041edb5c098 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:47:47,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-069423fa-0ac0-4223-8638-8041edb5c098 2018-10-04 15:47:47,392 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-e13ed9d2-b26b-460-user 2018-10-04 15:47:47,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/258cd8890ab549dab4213d7c1be028b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6909f17e95659dfcdc847fa26b89edc9c83b7f6" 2018-10-04 15:47:47,567 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:47:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1fac639b-5273-4c7b-ab97-595dff5be341 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:47:47,567 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/258cd8890ab549dab4213d7c1be028b1 used request id req-1fac639b-5273-4c7b-ab97-595dff5be341 2018-10-04 15:47:47,569 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_with_internal_sub (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_with_invalid_internal_sub (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ---------------------------------------------------------------------- Ran 121 tests in 3415.198s OK 2018-10-04 15:47:47,736 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 15:47:47,737 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 56:55 | PASS | +---------------------+------------------+------------------+----------------+ 2018-10-04 15:47:47,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 15:47:47,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 15:47:47,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c957ece6-0331-42eb-a223-54d3c2eef1a7 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa60aa92e6004a9babfb6641bde48b31", "links": {"self": "http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:47:47,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c957ece6-0331-42eb-a223-54d3c2eef1a7 2018-10-04 15:47:47,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0838160514832s 2018-10-04 15:47:47,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 15:47:47,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 15:47:47,967 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:47:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-906ba514-198f-4f47-bece-2067671cdf40 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:47:47,967 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/aa60aa92e6004a9babfb6641bde48b31 used request id req-906ba514-198f-4f47-bece-2067671cdf40 2018-10-04 15:47:47,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.139424085617s 2018-10-04 15:47:47,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 15:47:47,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 15:47:48,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccd65cf9-dd3e-48d7-8c4a-e5329d3b3079 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a", "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "domain_id": "default", "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:47:48,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ccd65cf9-dd3e-48d7-8c4a-e5329d3b3079 2018-10-04 15:47:48,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104839086533s 2018-10-04 15:47:48,074 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ccd65cf9-dd3e-48d7-8c4a-e5329d3b3079 2018-10-04 15:47:48,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 15:47:48,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 15:47:48,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28bd99ca-b200-41a6-900f-3fc7ce6c01b2 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da"}, "enabled": true, "id": "3a032000a46e41578f8c47bddd5776da", "options": {}, "domain_id": "default", "name": "snaps_smoke-user_5c049290-a2a8-4d8b-9245-b0c278c3169a"}} 2018-10-04 15:47:48,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da used request id req-28bd99ca-b200-41a6-900f-3fc7ce6c01b2 2018-10-04 15:47:48,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.094468832016s 2018-10-04 15:47:48,175 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da used request id req-28bd99ca-b200-41a6-900f-3fc7ce6c01b2 2018-10-04 15:47:48,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-04 15:47:48,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 15:47:48,383 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:47:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9693ea4-e1be-4fcc-b748-c800fdd344c1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:47:48,383 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da used request id req-e9693ea4-e1be-4fcc-b748-c800fdd344c1 2018-10-04 15:47:48,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.207299947739s 2018-10-04 15:47:48,383 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/3a032000a46e41578f8c47bddd5776da used request id req-e9693ea4-e1be-4fcc-b748-c800fdd344c1 2018-10-04 15:47:48,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 15:47:48,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 15:47:48,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14bcd888-acd1-4c6a-8b66-09e5eabe8f9f Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19"}, "enabled": true, "id": "37b49a87c69d406f8a162c83c144ee19", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_5c049290-a2a8-4d8b-9245-b0c278c3169a"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 15:47:48,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-14bcd888-acd1-4c6a-8b66-09e5eabe8f9f 2018-10-04 15:47:48,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.07701587677s 2018-10-04 15:47:48,461 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-14bcd888-acd1-4c6a-8b66-09e5eabe8f9f 2018-10-04 15:47:48,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-04 15:47:48,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 15:47:48,626 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:47:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d36ca0b-00b2-4362-a570-4164fb6bf6c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:47:48,626 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-9d36ca0b-00b2-4362-a570-4164fb6bf6c7 2018-10-04 15:47:48,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.16211605072s 2018-10-04 15:47:48,626 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/37b49a87c69d406f8a162c83c144ee19 used request id req-9d36ca0b-00b2-4362-a570-4164fb6bf6c7 2018-10-04 15:47:48,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 15:47:48,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 15:47:48,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-865eeaf5-1f6e-460f-926f-bbfcf86333a4 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4bd645c9727840b2813cf30866d068f5", "links": {"self": "http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5"}, "name": "Member"}, {"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:47:48,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-865eeaf5-1f6e-460f-926f-bbfcf86333a4 2018-10-04 15:47:48,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0838661193848s 2018-10-04 15:47:48,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 15:47:48,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 15:47:48,820 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:47:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0cf24b3a-0fbf-4725-ae43-042efa334252 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:47:48,821 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/4bd645c9727840b2813cf30866d068f5 used request id req-0cf24b3a-0fbf-4725-ae43-042efa334252 2018-10-04 15:47:48,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.108389139175s 2018-10-04 15:47:48,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 15:47:48,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=37b49a87c69d406f8a162c83c144ee19&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 15:47:49,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-aef24e21-b810-469b-b333-7ec46b9e59d2 Date: Thu, 04 Oct 2018 15:47:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}]} 2018-10-04 15:47:49,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=37b49a87c69d406f8a162c83c144ee19&name=default used request id req-aef24e21-b810-469b-b333-7ec46b9e59d2 2018-10-04 15:47:49,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.192286968231s 2018-10-04 15:47:49,019 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=37b49a87c69d406f8a162c83c144ee19&name=default used request id req-aef24e21-b810-469b-b333-7ec46b9e59d2 2018-10-04 15:47:49,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 15:47:49,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 15:47:49,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-6e562a4a-788e-48ca-96b4-3d6a681e3188 Date: Thu, 04 Oct 2018 15:47:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "created_at": "2018-10-04T14:51:02Z", "updated_at": "2018-10-04T14:51:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a52cb064-0ca6-4e75-9f30-43f939c7f14b", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "38494f11-7f89-4d07-9d07-8a2ca2b983e6", "remote_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "a2d85ea3-a03e-4684-a33c-830b17ac96dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv4", "project_id": "37b49a87c69d406f8a162c83c144ee19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T14:51:02Z", "revision_number": 0, "id": "8f3017d1-97ed-4405-b2e6-0732342f79f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T14:51:02Z", "security_group_id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "tenant_id": "37b49a87c69d406f8a162c83c144ee19", "port_range_min": null, "ethertype": "IPv6", "project_id": "37b49a87c69d406f8a162c83c144ee19"}], "revision_number": 4, "project_id": "37b49a87c69d406f8a162c83c144ee19", "id": "2c85e961-5fba-44fd-86fd-36660bdc4ebe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 15:47:49,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-6e562a4a-788e-48ca-96b4-3d6a681e3188 2018-10-04 15:47:49,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.209738969803s 2018-10-04 15:47:49,233 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-6e562a4a-788e-48ca-96b4-3d6a681e3188 2018-10-04 15:47:49,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-04 15:47:49,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/2c85e961-5fba-44fd-86fd-36660bdc4ebe.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d58e9e89b9046e5afaddfbe4a56338b308dee56a" 2018-10-04 15:47:49,588 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0a0e5acd-5452-48bb-8c7a-79525c05ab57 Content-Length: 0 Date: Thu, 04 Oct 2018 15:47:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 15:47:49,588 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/2c85e961-5fba-44fd-86fd-36660bdc4ebe.json used request id req-0a0e5acd-5452-48bb-8c7a-79525c05ab57 2018-10-04 15:47:49,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.350225925446s 2018-10-04 15:47:49,588 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/2c85e961-5fba-44fd-86fd-36660bdc4ebe.json used request id req-0a0e5acd-5452-48bb-8c7a-79525c05ab57 2018-10-04 15:47:49,643 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-10-04 15:47:49,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 15:47:49,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 15:47:49,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 15:47:49,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 15:47:49,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 15:47:49,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 15:47:49,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 15:47:49,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 15:47:49,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 15:47:49,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 15:47:49,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 15:47:49,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 15:47:49,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 15:47:49,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 15:47:49,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 15:47:49,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 15:47:49,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 15:47:49,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 15:47:49,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 15:47:49,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 15:47:49,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 15:47:49,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 15:47:49,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 15:47:49,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 15:47:49,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:47:49,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb44ed94-a705-4192-a2f6-76bea2fd7c12 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:47:49,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cb44ed94-a705-4192-a2f6-76bea2fd7c12 2018-10-04 15:47:49,694 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:47:50,070 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}], "expires_at": "2018-10-04T16:47:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ecbf2b9cbec04c3e8332c7164aa04ab3"}, "audit_ids": ["hW6UUn1RS9ijVucmHBoM3A"], "issued_at": "2018-10-04T15:47:50.000000Z"}} 2018-10-04 15:47:50,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 15:47:50,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:47:50,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-ed5c2356-b32c-4b7f-a5a1-9de4a33b0eed Date: Thu, 04 Oct 2018 15:47:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 15:47:50,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ed5c2356-b32c-4b7f-a5a1-9de4a33b0eed 2018-10-04 15:47:50,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.238119125366s 2018-10-04 15:47:50,312 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ed5c2356-b32c-4b7f-a5a1-9de4a33b0eed 2018-10-04 15:47:50,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 15:47:50,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:47:50,322 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:47:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:47:50,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:47:50,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e525154f-6782-4208-bd3c-edb4b73bd681 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/356d297e741f42d0b9d8bc9b13448e43"}, "description": "", "name": "heat_stack", "enabled": true, "id": "356d297e741f42d0b9d8bc9b13448e43"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 15:47:50,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-e525154f-6782-4208-bd3c-edb4b73bd681 2018-10-04 15:47:50,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0902450084686s 2018-10-04 15:47:50,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-04 15:47:50,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" -d '{"project": {"description": "Created by OPNFV Functest: neutron_trunk", "enabled": true, "domain_id": "default", "name": "neutron_trunk-project_64c1cf40-d670-458e-8d34-ad9d5adf9231"}}' 2018-10-04 15:47:50,509 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:47:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73f559cb-f647-4f8f-b8ee-0c28776864a2 Content-Length: 360 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.23:5000/v3/projects/f8ad95b57c6046cd9fccc23e2d648ac5"}, "enabled": true, "id": "f8ad95b57c6046cd9fccc23e2d648ac5", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_64c1cf40-d670-458e-8d34-ad9d5adf9231"}} 2018-10-04 15:47:50,509 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-73f559cb-f647-4f8f-b8ee-0c28776864a2 2018-10-04 15:47:50,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.104166030884s 2018-10-04 15:47:50,510 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-73f559cb-f647-4f8f-b8ee-0c28776864a2 2018-10-04 15:47:50,510 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'neutron_trunk-project_64c1cf40-d670-458e-8d34-ad9d5adf9231', 'id': u'f8ad95b57c6046cd9fccc23e2d648ac5', 'description': u'Created by OPNFV Functest: neutron_trunk', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-04 15:47:50,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-04 15:47:50,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.388249874115s 2018-10-04 15:47:50,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/00319fb05dd54878b811222000673cab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:47:50,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d5d11fd-a1c4-424c-b2d0-ef10bb84003d Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/00319fb05dd54878b811222000673cab"}, "enabled": true, "id": "00319fb05dd54878b811222000673cab", "options": {}, "domain_id": "default", "name": "neutron_trunk-user_64c1cf40-d670-458e-8d34-ad9d5adf9231"}} 2018-10-04 15:47:50,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/00319fb05dd54878b811222000673cab used request id req-5d5d11fd-a1c4-424c-b2d0-ef10bb84003d 2018-10-04 15:47:50,995 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'00319fb05dd54878b811222000673cab', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'neutron_trunk-user_64c1cf40-d670-458e-8d34-ad9d5adf9231'}) 2018-10-04 15:47:50,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 15:47:50,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:47:51,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67ad5e98-0cde-43f7-a5f1-a68fe92439f3 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:47:51,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-67ad5e98-0cde-43f7-a5f1-a68fe92439f3 2018-10-04 15:47:51,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0167129039764s 2018-10-04 15:47:51,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 15:47:51,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:47:51,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62b4524a-c25d-441c-a6a1-ee0134b871f5 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:47:51,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-62b4524a-c25d-441c-a6a1-ee0134b871f5 2018-10-04 15:47:51,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0792510509491s 2018-10-04 15:47:51,094 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 15:47:51,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 15:47:51,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" -d '{"role": {"name": "Member"}}' 2018-10-04 15:47:51,192 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:47:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6967aa0c-db76-4b78-9d45-d53e82c7b8ce Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6524645c598d426194542304a9624721", "links": {"self": "http://172.30.9.23:5000/v3/roles/6524645c598d426194542304a9624721"}, "name": "Member"}} 2018-10-04 15:47:51,192 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-6967aa0c-db76-4b78-9d45-d53e82c7b8ce 2018-10-04 15:47:51,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0975370407104s 2018-10-04 15:47:51,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/6524645c598d426194542304a9624721 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:47:51,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7edf71c-da19-42be-9ec5-6b2a3d752e45 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/6524645c598d426194542304a9624721"}, "domain_id": null, "name": "Member", "id": "6524645c598d426194542304a9624721"}} 2018-10-04 15:47:51,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/6524645c598d426194542304a9624721 used request id req-c7edf71c-da19-42be-9ec5-6b2a3d752e45 2018-10-04 15:47:51,278 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/6524645c598d426194542304a9624721'}, 'domain_id': None, 'human_id': None, 'id': u'6524645c598d426194542304a9624721', 'HUMAN_ID': False}) 2018-10-04 15:47:51,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 15:47:51,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:47:51,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78c063c8-eea8-4657-8bd7-d3fe2a1153f4 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "6524645c598d426194542304a9624721", "links": {"self": "http://172.30.9.23:5000/v3/roles/6524645c598d426194542304a9624721"}, "name": "Member"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:47:51,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-78c063c8-eea8-4657-8bd7-d3fe2a1153f4 2018-10-04 15:47:51,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0756430625916s 2018-10-04 15:47:51,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 15:47:51,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:47:51,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89e30b43-0841-462a-9d11-42211a4f9214 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 15:47:51,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-89e30b43-0841-462a-9d11-42211a4f9214 2018-10-04 15:47:51,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0793190002441s 2018-10-04 15:47:51,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 15:47:51,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:47:51,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e02495f1-8361-4671-94a6-0bb744e1022a Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "neutron_trunk-user_64c1cf40-d670-458e-8d34-ad9d5adf9231", "links": {"self": "http://172.30.9.23:5000/v3/users/00319fb05dd54878b811222000673cab"}, "domain_id": "default", "enabled": true, "id": "00319fb05dd54878b811222000673cab", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:47:51,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e02495f1-8361-4671-94a6-0bb744e1022a 2018-10-04 15:47:51,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101088047028s 2018-10-04 15:47:51,537 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e02495f1-8361-4671-94a6-0bb744e1022a 2018-10-04 15:47:51,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 15:47:51,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:47:51,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-036e565e-5df0-466c-9853-c32b697f4409 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.23:5000/v3/projects/f8ad95b57c6046cd9fccc23e2d648ac5"}, "enabled": true, "id": "f8ad95b57c6046cd9fccc23e2d648ac5", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_64c1cf40-d670-458e-8d34-ad9d5adf9231"}]} 2018-10-04 15:47:51,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-036e565e-5df0-466c-9853-c32b697f4409 2018-10-04 15:47:51,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.07310795784s 2018-10-04 15:47:51,616 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-036e565e-5df0-466c-9853-c32b697f4409 2018-10-04 15:47:51,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 15:47:51,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=00319fb05dd54878b811222000673cab&scope.project.id=f8ad95b57c6046cd9fccc23e2d648ac5&role.id=6524645c598d426194542304a9624721 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:47:51,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aade6703-06db-4c62-9ccb-d33e761ee37f Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=00319fb05dd54878b811222000673cab&scope.project.id=f8ad95b57c6046cd9fccc23e2d648ac5&role.id=6524645c598d426194542304a9624721", "previous": null, "next": null}} 2018-10-04 15:47:51,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=00319fb05dd54878b811222000673cab&scope.project.id=f8ad95b57c6046cd9fccc23e2d648ac5&role.id=6524645c598d426194542304a9624721 used request id req-aade6703-06db-4c62-9ccb-d33e761ee37f 2018-10-04 15:47:51,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0798740386963s 2018-10-04 15:47:51,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 15:47:51,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/f8ad95b57c6046cd9fccc23e2d648ac5/users/00319fb05dd54878b811222000673cab/roles/6524645c598d426194542304a9624721 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:47:51,817 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:47:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65242a29-1f9e-47a3-ad18-0c6e335f67ea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:47:51,817 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/f8ad95b57c6046cd9fccc23e2d648ac5/users/00319fb05dd54878b811222000673cab/roles/6524645c598d426194542304a9624721 used request id req-65242a29-1f9e-47a3-ad18-0c6e335f67ea 2018-10-04 15:47:51,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.118160009384s 2018-10-04 15:47:51,818 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'neutron_trunk-project_64c1cf40-d670-458e-8d34-ad9d5adf9231', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': 'a9bd6220-66c6-4ea5-91fc-b3cdfbae8dc2', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'neutron_trunk-user_64c1cf40-d670-458e-8d34-ad9d5adf9231', 'project_id': u'f8ad95b57c6046cd9fccc23e2d648ac5', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 15:47:51,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 15:47:51,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 15:47:51,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 15:47:51,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 15:47:51,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 15:47:51,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 15:47:51,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 15:47:51,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 15:47:51,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 15:47:51,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 15:47:51,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 15:47:51,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 15:47:51,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 15:47:51,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 15:47:51,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 15:47:51,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 15:47:51,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 15:47:51,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 15:47:51,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 15:47:51,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 15:47:51,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 15:47:51,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 15:47:51,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 15:47:51,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 15:47:51,824 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'neutron_trunk-user_64c1cf40-d670-458e-8d34-ad9d5adf9231', 'password': 'a9bd6220-66c6-4ea5-91fc-b3cdfbae8dc2', 'project_name': 'neutron_trunk-project_64c1cf40-d670-458e-8d34-ad9d5adf9231', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': 'f8ad95b57c6046cd9fccc23e2d648ac5', 'project_domain_name': 'Default'} 2018-10-04 15:47:51,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 15:47:51,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:47:51,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a132d1b-1147-4f41-a385-f3acf03f32db Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "6524645c598d426194542304a9624721", "links": {"self": "http://172.30.9.23:5000/v3/roles/6524645c598d426194542304a9624721"}, "name": "Member"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:47:51,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6a132d1b-1147-4f41-a385-f3acf03f32db 2018-10-04 15:47:51,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0747170448303s 2018-10-04 15:47:51,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 15:47:51,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:47:51,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a384f760-7844-496c-9eca-762fff33d669 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "6524645c598d426194542304a9624721", "links": {"self": "http://172.30.9.23:5000/v3/roles/6524645c598d426194542304a9624721"}, "name": "Member"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:47:51,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a384f760-7844-496c-9eca-762fff33d669 2018-10-04 15:47:51,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0781209468842s 2018-10-04 15:47:51,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 15:47:51,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:47:52,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8beca66-7854-47e2-9a09-3e6ec8fa58e1 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 15:47:52,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-c8beca66-7854-47e2-9a09-3e6ec8fa58e1 2018-10-04 15:47:52,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0806529521942s 2018-10-04 15:47:52,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 15:47:52,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:47:52,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89f0a72d-6a2e-4c48-80ce-22adbbeecda6 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "neutron_trunk-user_64c1cf40-d670-458e-8d34-ad9d5adf9231", "links": {"self": "http://172.30.9.23:5000/v3/users/00319fb05dd54878b811222000673cab"}, "domain_id": "default", "enabled": true, "id": "00319fb05dd54878b811222000673cab", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:47:52,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-89f0a72d-6a2e-4c48-80ce-22adbbeecda6 2018-10-04 15:47:52,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0897579193115s 2018-10-04 15:47:52,152 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-89f0a72d-6a2e-4c48-80ce-22adbbeecda6 2018-10-04 15:47:52,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 15:47:52,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:47:52,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe4a3b51-d971-4a88-b04e-59dfa605984b Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.23:5000/v3/projects/f8ad95b57c6046cd9fccc23e2d648ac5"}, "enabled": true, "id": "f8ad95b57c6046cd9fccc23e2d648ac5", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_64c1cf40-d670-458e-8d34-ad9d5adf9231"}]} 2018-10-04 15:47:52,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-fe4a3b51-d971-4a88-b04e-59dfa605984b 2018-10-04 15:47:52,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0790350437164s 2018-10-04 15:47:52,237 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-fe4a3b51-d971-4a88-b04e-59dfa605984b 2018-10-04 15:47:52,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 15:47:52,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=00319fb05dd54878b811222000673cab&scope.project.id=f8ad95b57c6046cd9fccc23e2d648ac5&role.id=649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:47:52,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-680fb128-1470-4236-9ed2-e8ba7ecd0cba Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=00319fb05dd54878b811222000673cab&scope.project.id=f8ad95b57c6046cd9fccc23e2d648ac5&role.id=649d50d4e38f4048899913e0d7e41071", "previous": null, "next": null}} 2018-10-04 15:47:52,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=00319fb05dd54878b811222000673cab&scope.project.id=f8ad95b57c6046cd9fccc23e2d648ac5&role.id=649d50d4e38f4048899913e0d7e41071 used request id req-680fb128-1470-4236-9ed2-e8ba7ecd0cba 2018-10-04 15:47:52,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0817701816559s 2018-10-04 15:47:52,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 15:47:52,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/f8ad95b57c6046cd9fccc23e2d648ac5/users/00319fb05dd54878b811222000673cab/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:47:52,434 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:47:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1221da5a-add5-4c7b-8d48-2c9b97f9949c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:47:52,434 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/f8ad95b57c6046cd9fccc23e2d648ac5/users/00319fb05dd54878b811222000673cab/roles/649d50d4e38f4048899913e0d7e41071 used request id req-1221da5a-add5-4c7b-8d48-2c9b97f9949c 2018-10-04 15:47:52,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.112533092499s 2018-10-04 15:47:52,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 15:47:52,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:47:52,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3552740-0305-4dbf-ad98-bf40701fe70d Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "6524645c598d426194542304a9624721", "links": {"self": "http://172.30.9.23:5000/v3/roles/6524645c598d426194542304a9624721"}, "name": "Member"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:47:52,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d3552740-0305-4dbf-ad98-bf40701fe70d 2018-10-04 15:47:52,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0808320045471s 2018-10-04 15:47:52,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 15:47:52,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:47:52,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ed4f577-0984-46d4-afd8-c30103709376 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 15:47:52,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-2ed4f577-0984-46d4-afd8-c30103709376 2018-10-04 15:47:52,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.087926864624s 2018-10-04 15:47:52,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 15:47:52,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:47:52,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c64f666-40dc-4db9-998c-a13b76f9495b Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "neutron_trunk-user_64c1cf40-d670-458e-8d34-ad9d5adf9231", "links": {"self": "http://172.30.9.23:5000/v3/users/00319fb05dd54878b811222000673cab"}, "domain_id": "default", "enabled": true, "id": "00319fb05dd54878b811222000673cab", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:47:52,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-1c64f666-40dc-4db9-998c-a13b76f9495b 2018-10-04 15:47:52,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0896811485291s 2018-10-04 15:47:52,696 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-1c64f666-40dc-4db9-998c-a13b76f9495b 2018-10-04 15:47:52,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 15:47:52,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=00319fb05dd54878b811222000673cab&role.id=649d50d4e38f4048899913e0d7e41071&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:47:52,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:47:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad31d0a6-ed8d-4426-b2ec-9f2503ab6023 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=00319fb05dd54878b811222000673cab&role.id=649d50d4e38f4048899913e0d7e41071&scope.domain.id=default", "previous": null, "next": null}} 2018-10-04 15:47:52,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=00319fb05dd54878b811222000673cab&role.id=649d50d4e38f4048899913e0d7e41071&scope.domain.id=default used request id req-ad31d0a6-ed8d-4426-b2ec-9f2503ab6023 2018-10-04 15:47:52,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0895028114319s 2018-10-04 15:47:52,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 15:47:52,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/domains/default/users/00319fb05dd54878b811222000673cab/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:47:52,913 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:47:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f01f969b-c96b-486e-9fae-09799e427ce5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:47:52,913 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/domains/default/users/00319fb05dd54878b811222000673cab/roles/649d50d4e38f4048899913e0d7e41071 used request id req-f01f969b-c96b-486e-9fae-09799e427ce5 2018-10-04 15:47:52,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121709823608s 2018-10-04 15:47:52,914 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-04 15:47:55,632 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-04 15:47:55.152 11556 INFO rally.deployment.engine [-] Deployment 1b58d387-871c-4472-8a04-9ad1044b2ea8 | Starting: Destroy cloud and free allocated resources. 2018-10-04 15:47:55.230 11556 INFO rally.deployment.engine [-] Deployment 1b58d387-871c-4472-8a04-9ad1044b2ea8 | Completed: Destroy cloud and free allocated resources. 2018-10-04 15:47:55.283 11556 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=f7617477-bef5-429d-88b8-5f6e5fc11c05) for deployment 'opnfv-rally'. 2018-10-04 15:47:55.310 11556 INFO rally.api [-] Deleting verification (UUID=a0056f66-cead-49ec-9847-0108f947ee1e). 2018-10-04 15:47:55.381 11556 INFO rally.api [-] Verification has been successfully deleted! 2018-10-04 15:47:55.382 11556 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=f7617477-bef5-429d-88b8-5f6e5fc11c05). 2018-10-04 15:47:55.392 11556 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-04 15:47:57,921 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-04 15:47:57.640 11559 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b1f35694-298b-4d0f-8f44-e0158cb5833f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b1f35694-298b-4d0f-8f44-e0158cb5833f | 2018-10-04T15:47:57 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b1f35694-298b-4d0f-8f44-e0158cb5833f ~/.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-10-04 15:48:01,237 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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 | +-------------+-------------------+-----------+ 2018-10-04 15:48:01,238 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-04 15:48:03,754 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-04 15:48:03.459 11565 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=f7617477-bef5-429d-88b8-5f6e5fc11c05). 2018-10-04 15:48:03.589 11565 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-04 15:48:07,195 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-04 15:48:05.890 11568 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-04 15:48:06.021 11568 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-04 15:48:07.038 11568 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c5106c2d-8e23-4b4e-804b-da8d3cb7f3c8) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c5106c2d-8e23-4b4e-804b-da8d3cb7f3c8) as the default verifier for the future CLI operations. 2018-10-04 15:48:10,357 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-10-04 15:48:10,358 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 15:48:10,484 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-04 15:48:10,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:48:10,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:48:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e19a2f0a-368f-4bcc-b839-13e4c4b12508 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:48:10,492 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e19a2f0a-368f-4bcc-b839-13e4c4b12508 2018-10-04 15:48:10,493 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:48:10,878 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "6524645c598d426194542304a9624721", "name": "Member"}], "expires_at": "2018-10-04T16:48:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f8ad95b57c6046cd9fccc23e2d648ac5", "name": "neutron_trunk-project_64c1cf40-d670-458e-8d34-ad9d5adf9231"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/f8ad95b57c6046cd9fccc23e2d648ac5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/f8ad95b57c6046cd9fccc23e2d648ac5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/f8ad95b57c6046cd9fccc23e2d648ac5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f8ad95b57c6046cd9fccc23e2d648ac5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/f8ad95b57c6046cd9fccc23e2d648ac5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/f8ad95b57c6046cd9fccc23e2d648ac5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/f8ad95b57c6046cd9fccc23e2d648ac5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/f8ad95b57c6046cd9fccc23e2d648ac5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/f8ad95b57c6046cd9fccc23e2d648ac5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f8ad95b57c6046cd9fccc23e2d648ac5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/f8ad95b57c6046cd9fccc23e2d648ac5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/f8ad95b57c6046cd9fccc23e2d648ac5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "neutron_trunk-user_64c1cf40-d670-458e-8d34-ad9d5adf9231", "id": "00319fb05dd54878b811222000673cab"}, "audit_ids": ["dBhysm54R5iCeyIBjsjycw"], "issued_at": "2018-10-04T15:48:10.000000Z"}} 2018-10-04 15:48:10,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f77e830f6298cc9b79e5650f4fc61d4c6410e7b6" 2018-10-04 15:48:10,888 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 04 Oct 2018 15:48:10 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-10-04 15:48:10,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 15:48:10,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f77e830f6298cc9b79e5650f4fc61d4c6410e7b6" 2018-10-04 15:48:11,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-21f4507e-feba-4698-b32b-575ac7d48033 Date: Thu, 04 Oct 2018 15:48:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 15:48:11,452 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-21f4507e-feba-4698-b32b-575ac7d48033 2018-10-04 15:48:11,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.559728145599s 2018-10-04 15:48:11,453 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-21f4507e-feba-4698-b32b-575ac7d48033 2018-10-04 15:48:11,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 15:48:11,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f77e830f6298cc9b79e5650f4fc61d4c6410e7b6" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_64c1cf40-d670-458e-8d34-ad9d5adf9231", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_64c1cf40-d670-458e-8d34-ad9d5adf9231"}' 2018-10-04 15:48:12,077 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 877 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/7fc4c152-037a-4431-bad0-8ed19d9b9343 X-Openstack-Request-Id: req-694e3f48-3c37-4b31-b874-b16241d6dec2 Date: Thu, 04 Oct 2018 15:48:12 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/7fc4c152-037a-4431-bad0-8ed19d9b9343/file", "owner": "f8ad95b57c6046cd9fccc23e2d648ac5", "id": "7fc4c152-037a-4431-bad0-8ed19d9b9343", "size": null, "self": "/v2/images/7fc4c152-037a-4431-bad0-8ed19d9b9343", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T15:48:12Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_64c1cf40-d670-458e-8d34-ad9d5adf9231", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_64c1cf40-d670-458e-8d34-ad9d5adf9231", "checksum": null, "created_at": "2018-10-04T15:48:12Z", "protected": false} 2018-10-04 15:48:12,077 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-694e3f48-3c37-4b31-b874-b16241d6dec2 2018-10-04 15:48:12,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.622625112534s 2018-10-04 15:48:12,078 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-694e3f48-3c37-4b31-b874-b16241d6dec2 returning object 7fc4c152-037a-4431-bad0-8ed19d9b9343 2018-10-04 15:48:12,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 15:48:12,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/7fc4c152-037a-4431-bad0-8ed19d9b9343/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f77e830f6298cc9b79e5650f4fc61d4c6410e7b6" -d '' 2018-10-04 15:48:13,265 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f025be48-17fc-4d5f-93a6-5bdb2d405792 Date: Thu, 04 Oct 2018 15:48:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:48:13,265 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/7fc4c152-037a-4431-bad0-8ed19d9b9343/file used request id req-f025be48-17fc-4d5f-93a6-5bdb2d405792 2018-10-04 15:48:13,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.18652105331s 2018-10-04 15:48:13,265 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/7fc4c152-037a-4431-bad0-8ed19d9b9343/file used request id req-f025be48-17fc-4d5f-93a6-5bdb2d405792 2018-10-04 15:48:13,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 15:48:13,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f77e830f6298cc9b79e5650f4fc61d4c6410e7b6" 2018-10-04 15:48:13,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-a397060a-3643-40e4-926b-d75a60a9e3e5 Date: Thu, 04 Oct 2018 15:48:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7fc4c152-037a-4431-bad0-8ed19d9b9343/snap", "metadata": {}}], "file": "/v2/images/7fc4c152-037a-4431-bad0-8ed19d9b9343/file", "owner": "f8ad95b57c6046cd9fccc23e2d648ac5", "id": "7fc4c152-037a-4431-bad0-8ed19d9b9343", "size": 12716032, "self": "/v2/images/7fc4c152-037a-4431-bad0-8ed19d9b9343", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7fc4c152-037a-4431-bad0-8ed19d9b9343/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T15:48:13Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_64c1cf40-d670-458e-8d34-ad9d5adf9231", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_64c1cf40-d670-458e-8d34-ad9d5adf9231", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T15:48:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 15:48:13,448 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-a397060a-3643-40e4-926b-d75a60a9e3e5 2018-10-04 15:48:13,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.182332038879s 2018-10-04 15:48:13,449 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-a397060a-3643-40e4-926b-d75a60a9e3e5 2018-10-04 15:48:13,451 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7fc4c152-037a-4431-bad0-8ed19d9b9343/snap', u'metadata': Munch({})})], 'file': u'/v2/images/7fc4c152-037a-4431-bad0-8ed19d9b9343/file', 'owner': u'f8ad95b57c6046cd9fccc23e2d648ac5', 'id': u'7fc4c152-037a-4431-bad0-8ed19d9b9343', 'size': 12716032, u'self': u'/v2/images/7fc4c152-037a-4431-bad0-8ed19d9b9343', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f8ad95b57c6046cd9fccc23e2d648ac5', 'name': 'neutron_trunk-project_64c1cf40-d670-458e-8d34-ad9d5adf9231', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7fc4c152-037a-4431-bad0-8ed19d9b9343/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T15:48:13Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T15:48:13Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_64c1cf40-d670-458e-8d34-ad9d5adf9231', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/7fc4c152-037a-4431-bad0-8ed19d9b9343', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_64c1cf40-d670-458e-8d34-ad9d5adf9231', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_64c1cf40-d670-458e-8d34-ad9d5adf9231', 'created': u'2018-10-04T15:48:12Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T15:48:12Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/7fc4c152-037a-4431-bad0-8ed19d9b9343', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_64c1cf40-d670-458e-8d34-ad9d5adf9231', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 15:48:13,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 15:48:13,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_64c1cf40-d670-458e-8d34-ad9d5adf9231", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-04 15:48:13,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:48: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-cbdfe206-a610-4673-b60b-da47b8b9b7d3 x-compute-request-id: req-cbdfe206-a610-4673-b60b-da47b8b9b7d3 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/82a1ab3b-99f4-429c-a3df-dc46a3ede8aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/82a1ab3b-99f4-429c-a3df-dc46a3ede8aa", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "82a1ab3b-99f4-429c-a3df-dc46a3ede8aa", "name": "neutron_trunk-flavor_64c1cf40-d670-458e-8d34-ad9d5adf9231", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:48:13,641 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-cbdfe206-a610-4673-b60b-da47b8b9b7d3 2018-10-04 15:48:13,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.189251899719s 2018-10-04 15:48:13,642 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-cbdfe206-a610-4673-b60b-da47b8b9b7d3 returning object 82a1ab3b-99f4-429c-a3df-dc46a3ede8aa 2018-10-04 15:48:13,643 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_64c1cf40-d670-458e-8d34-ad9d5adf9231', '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'ba8ec7ddbe634bf4b6238a0de4b4bf1a', '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'82a1ab3b-99f4-429c-a3df-dc46a3ede8aa', 'swap': 0}) 2018-10-04 15:48:13,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 15:48:13,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/82a1ab3b-99f4-429c-a3df-dc46a3ede8aa/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" -d '{"extra_specs": {}}' 2018-10-04 15:48:13,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:48: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-772234b7-744e-46fd-90be-2c49e55ced0c x-compute-request-id: req-772234b7-744e-46fd-90be-2c49e55ced0c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 15:48:13,667 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/82a1ab3b-99f4-429c-a3df-dc46a3ede8aa/os-extra_specs used request id req-772234b7-744e-46fd-90be-2c49e55ced0c 2018-10-04 15:48:13,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.023402929306s 2018-10-04 15:48:13,667 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/82a1ab3b-99f4-429c-a3df-dc46a3ede8aa/os-extra_specs used request id req-772234b7-744e-46fd-90be-2c49e55ced0c 2018-10-04 15:48:13,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 15:48:13,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f77e830f6298cc9b79e5650f4fc61d4c6410e7b6" 2018-10-04 15:48:13,679 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:48:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:48:13,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f77e830f6298cc9b79e5650f4fc61d4c6410e7b6" 2018-10-04 15:48:13,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:48:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c481223c-2e3c-46fa-8052-2853d8820803 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "6524645c598d426194542304a9624721", "links": {"self": "http://172.30.9.23:5000/v3/roles/6524645c598d426194542304a9624721"}, "name": "Member"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:48:13,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c481223c-2e3c-46fa-8052-2853d8820803 2018-10-04 15:48:13,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0871911048889s 2018-10-04 15:48:13,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-04 15:48:13,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f77e830f6298cc9b79e5650f4fc61d4c6410e7b6" 2018-10-04 15:48:13,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:48: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-264f94de-15e8-46aa-a296-a27f4b885c60 x-compute-request-id: req-264f94de-15e8-46aa-a296-a27f4b885c60 Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 192}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10172, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-04 15:48:13,941 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-264f94de-15e8-46aa-a296-a27f4b885c60 2018-10-04 15:48:13,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.181051969528s 2018-10-04 15:48:13,942 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-264f94de-15e8-46aa-a296-a27f4b885c60 2018-10-04 15:48:13,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 15:48:13,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f77e830f6298cc9b79e5650f4fc61d4c6410e7b6" 2018-10-04 15:48:13,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-bd2cc611-9c41-471e-b2e9-7e673e8c0fc9 Date: Thu, 04 Oct 2018 15:48:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7fc4c152-037a-4431-bad0-8ed19d9b9343/snap", "metadata": {}}], "file": "/v2/images/7fc4c152-037a-4431-bad0-8ed19d9b9343/file", "owner": "f8ad95b57c6046cd9fccc23e2d648ac5", "id": "7fc4c152-037a-4431-bad0-8ed19d9b9343", "size": 12716032, "self": "/v2/images/7fc4c152-037a-4431-bad0-8ed19d9b9343", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7fc4c152-037a-4431-bad0-8ed19d9b9343/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T15:48:13Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_64c1cf40-d670-458e-8d34-ad9d5adf9231", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_64c1cf40-d670-458e-8d34-ad9d5adf9231", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T15:48:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 15:48:13,967 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-bd2cc611-9c41-471e-b2e9-7e673e8c0fc9 2018-10-04 15:48:13,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0248801708221s 2018-10-04 15:48:13,968 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-bd2cc611-9c41-471e-b2e9-7e673e8c0fc9 2018-10-04 15:48:13,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 15:48:13,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f77e830f6298cc9b79e5650f4fc61d4c6410e7b6" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_64c1cf40-d670-458e-8d34-ad9d5adf9231", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_64c1cf40-d670-458e-8d34-ad9d5adf9231"}' 2018-10-04 15:48:14,554 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 885 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/1b00e855-7c2e-4566-9e93-a37830fd4e76 X-Openstack-Request-Id: req-2022b836-5e08-4b70-9801-907a24963574 Date: Thu, 04 Oct 2018 15:48:14 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/1b00e855-7c2e-4566-9e93-a37830fd4e76/file", "owner": "f8ad95b57c6046cd9fccc23e2d648ac5", "id": "1b00e855-7c2e-4566-9e93-a37830fd4e76", "size": null, "self": "/v2/images/1b00e855-7c2e-4566-9e93-a37830fd4e76", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T15:48:14Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_64c1cf40-d670-458e-8d34-ad9d5adf9231", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_64c1cf40-d670-458e-8d34-ad9d5adf9231", "checksum": null, "created_at": "2018-10-04T15:48:14Z", "protected": false} 2018-10-04 15:48:14,554 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-2022b836-5e08-4b70-9801-907a24963574 2018-10-04 15:48:14,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.58371090889s 2018-10-04 15:48:14,555 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-2022b836-5e08-4b70-9801-907a24963574 returning object 1b00e855-7c2e-4566-9e93-a37830fd4e76 2018-10-04 15:48:14,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 15:48:14,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/1b00e855-7c2e-4566-9e93-a37830fd4e76/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f77e830f6298cc9b79e5650f4fc61d4c6410e7b6" -d '' 2018-10-04 15:48:16,476 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1f1b26cc-ce7a-425b-9513-c15419b3ee5e Date: Thu, 04 Oct 2018 15:48:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:48:16,476 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/1b00e855-7c2e-4566-9e93-a37830fd4e76/file used request id req-1f1b26cc-ce7a-425b-9513-c15419b3ee5e 2018-10-04 15:48:16,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.92047786713s 2018-10-04 15:48:16,477 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/1b00e855-7c2e-4566-9e93-a37830fd4e76/file used request id req-1f1b26cc-ce7a-425b-9513-c15419b3ee5e 2018-10-04 15:48:16,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 15:48:16,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f77e830f6298cc9b79e5650f4fc61d4c6410e7b6" 2018-10-04 15:48:17,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2355 Content-Type: application/json X-Openstack-Request-Id: req-e2c28612-ec14-483f-a435-961bbb37ca03 Date: Thu, 04 Oct 2018 15:48:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/1b00e855-7c2e-4566-9e93-a37830fd4e76/snap", "metadata": {}}], "file": "/v2/images/1b00e855-7c2e-4566-9e93-a37830fd4e76/file", "owner": "f8ad95b57c6046cd9fccc23e2d648ac5", "id": "1b00e855-7c2e-4566-9e93-a37830fd4e76", "size": 12716032, "self": "/v2/images/1b00e855-7c2e-4566-9e93-a37830fd4e76", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/1b00e855-7c2e-4566-9e93-a37830fd4e76/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T15:48:16Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_64c1cf40-d670-458e-8d34-ad9d5adf9231", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_64c1cf40-d670-458e-8d34-ad9d5adf9231", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T15:48:14Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7fc4c152-037a-4431-bad0-8ed19d9b9343/snap", "metadata": {}}], "file": "/v2/images/7fc4c152-037a-4431-bad0-8ed19d9b9343/file", "owner": "f8ad95b57c6046cd9fccc23e2d648ac5", "id": "7fc4c152-037a-4431-bad0-8ed19d9b9343", "size": 12716032, "self": "/v2/images/7fc4c152-037a-4431-bad0-8ed19d9b9343", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7fc4c152-037a-4431-bad0-8ed19d9b9343/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T15:48:13Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_64c1cf40-d670-458e-8d34-ad9d5adf9231", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_64c1cf40-d670-458e-8d34-ad9d5adf9231", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T15:48:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 15:48:17,037 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e2c28612-ec14-483f-a435-961bbb37ca03 2018-10-04 15:48:17,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.560001850128s 2018-10-04 15:48:17,038 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e2c28612-ec14-483f-a435-961bbb37ca03 2018-10-04 15:48:17,041 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/1b00e855-7c2e-4566-9e93-a37830fd4e76/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1b00e855-7c2e-4566-9e93-a37830fd4e76/file', 'owner': u'f8ad95b57c6046cd9fccc23e2d648ac5', 'id': u'1b00e855-7c2e-4566-9e93-a37830fd4e76', 'size': 12716032, u'self': u'/v2/images/1b00e855-7c2e-4566-9e93-a37830fd4e76', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f8ad95b57c6046cd9fccc23e2d648ac5', 'name': 'neutron_trunk-project_64c1cf40-d670-458e-8d34-ad9d5adf9231', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/1b00e855-7c2e-4566-9e93-a37830fd4e76/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T15:48:16Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T15:48:16Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_64c1cf40-d670-458e-8d34-ad9d5adf9231', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/1b00e855-7c2e-4566-9e93-a37830fd4e76', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_64c1cf40-d670-458e-8d34-ad9d5adf9231', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_64c1cf40-d670-458e-8d34-ad9d5adf9231', 'created': u'2018-10-04T15:48:14Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T15:48:14Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/1b00e855-7c2e-4566-9e93-a37830fd4e76', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_64c1cf40-d670-458e-8d34-ad9d5adf9231', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 15:48:17,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 15:48:17,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_64c1cf40-d670-458e-8d34-ad9d5adf9231", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-04 15:48:17,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-c1c6627d-7699-495e-b429-8d8fe6f9a49d x-compute-request-id: req-c1c6627d-7699-495e-b429-8d8fe6f9a49d Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/4a2cec5c-fe57-4d0d-9455-870adb57f56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/4a2cec5c-fe57-4d0d-9455-870adb57f56a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4a2cec5c-fe57-4d0d-9455-870adb57f56a", "name": "neutron_trunk-flavor_alt_64c1cf40-d670-458e-8d34-ad9d5adf9231", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:48:17,095 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c1c6627d-7699-495e-b429-8d8fe6f9a49d 2018-10-04 15:48:17,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.053083896637s 2018-10-04 15:48:17,095 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c1c6627d-7699-495e-b429-8d8fe6f9a49d returning object 4a2cec5c-fe57-4d0d-9455-870adb57f56a 2018-10-04 15:48:17,096 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_64c1cf40-d670-458e-8d34-ad9d5adf9231', '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'ba8ec7ddbe634bf4b6238a0de4b4bf1a', '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'4a2cec5c-fe57-4d0d-9455-870adb57f56a', 'swap': 0}) 2018-10-04 15:48:17,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 15:48:17,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/4a2cec5c-fe57-4d0d-9455-870adb57f56a/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" -d '{"extra_specs": {}}' 2018-10-04 15:48:17,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:48:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5573e34e-0f69-44bd-8f29-24000d4167da x-compute-request-id: req-5573e34e-0f69-44bd-8f29-24000d4167da Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 15:48:17,126 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/4a2cec5c-fe57-4d0d-9455-870adb57f56a/os-extra_specs used request id req-5573e34e-0f69-44bd-8f29-24000d4167da 2018-10-04 15:48:17,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0296080112457s 2018-10-04 15:48:17,127 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/4a2cec5c-fe57-4d0d-9455-870adb57f56a/os-extra_specs used request id req-5573e34e-0f69-44bd-8f29-24000d4167da 2018-10-04 15:48:17,127 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_64c1cf40-d670-458e-8d34-ad9d5adf9231', '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'ba8ec7ddbe634bf4b6238a0de4b4bf1a', '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'4a2cec5c-fe57-4d0d-9455-870adb57f56a', 'swap': 0}) 2018-10-04 15:48:20,306 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-04 15:48:19.260 11587 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c5106c2d-8e23-4b4e-804b-da8d3cb7f3c8) for deployment 'opnfv-rally' (UUID=b1f35694-298b-4d0f-8f44-e0158cb5833f). 2018-10-04 15:48:20.137 11587 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-04 15:48:20.139 11587 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c5106c2d-8e23-4b4e-804b-da8d3cb7f3c8) has been successfully configured for deployment 'opnfv-rally' (UUID=b1f35694-298b-4d0f-8f44-e0158cb5833f)! 2018-10-04 15:48:20,307 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-04 15:48:20,307 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-04 15:48:20,310 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-04 15:48:20,322 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-04 15:48:23,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-c5106c2d-8e23-4b4e-804b-da8d3cb7f3c8/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-10-04 15:48:23,642 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-04 15:48:23,650 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-04 15:48:23,651 - 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-10-04 15:48:25,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 15:48:25.818 11596 INFO rally.api [-] Starting verification (UUID=0f3c3499-833e-489e-8219-0587d414bfbd) for deployment 'opnfv-rally' (UUID=b1f35694-298b-4d0f-8f44-e0158cb5833f) by verifier 'opnfv-tempest' (UUID=c5106c2d-8e23-4b4e-804b-da8d3cb7f3c8). 2018-10-04 15:48:25,820 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 0f3c3499-833e-489e-8219-0587d414bfbd 2018-10-04 15:50:21,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 0f3c3499-833e-489e-8219-0587d414bfbd 2018-10-04 15:50:21,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '0f3c3499-833e-489e-8219-0587d414bfbd']'. 2018-10-04 15:50:22,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-04 15:50:22,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-04 15:50:22,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 15:50:22,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 0f3c3499-833e-489e-8219-0587d414bfbd | 2018-10-04 15:50:22,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-10-04 15:50:22,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-04 15:48:25 | 2018-10-04 15:50:22,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-04 15:50:20 | 2018-10-04 15:50:22,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:55 | 2018-10-04 15:50:22,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-04 15:50:22,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-04 15:50:22,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c5106c2d-8e23-4b4e-804b-da8d3cb7f3c8) | 2018-10-04 15:50:22,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-04 15:50:22,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b1f35694-298b-4d0f-8f44-e0158cb5833f) | 2018-10-04 15:50:22,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-10-04 15:50:22,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 95.172 | 2018-10-04 15:50:22,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-10-04 15:50:22,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-10-04 15:50:22,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-04 15:50:22,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-04 15:50:22,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-10-04 15:50:22,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 15:50:22,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-04 15:50:22,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-04 15:50:22,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-10-04 15:50:22,369 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 15:50:22,370 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:12 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-10-04 15:50:22,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 15:50:22,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/1b00e855-7c2e-4566-9e93-a37830fd4e76 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f77e830f6298cc9b79e5650f4fc61d4c6410e7b6" 2018-10-04 15:50:23,335 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0d1ae059-b54d-417e-8f07-d732d3658fc3 Date: Thu, 04 Oct 2018 15:50:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:50:23,335 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/1b00e855-7c2e-4566-9e93-a37830fd4e76 used request id req-0d1ae059-b54d-417e-8f07-d732d3658fc3 2018-10-04 15:50:23,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.95914888382s 2018-10-04 15:50:23,336 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/1b00e855-7c2e-4566-9e93-a37830fd4e76 used request id req-0d1ae059-b54d-417e-8f07-d732d3658fc3 2018-10-04 15:50:23,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 15:50:23,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:50:23,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:50:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-782d750f-6170-49a6-aa00-f3febd08d15a x-compute-request-id: req-782d750f-6170-49a6-aa00-f3febd08d15a Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/4a2cec5c-fe57-4d0d-9455-870adb57f56a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/4a2cec5c-fe57-4d0d-9455-870adb57f56a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4a2cec5c-fe57-4d0d-9455-870adb57f56a", "name": "neutron_trunk-flavor_alt_64c1cf40-d670-458e-8d34-ad9d5adf9231", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/82a1ab3b-99f4-429c-a3df-dc46a3ede8aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/82a1ab3b-99f4-429c-a3df-dc46a3ede8aa", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "82a1ab3b-99f4-429c-a3df-dc46a3ede8aa", "name": "neutron_trunk-flavor_64c1cf40-d670-458e-8d34-ad9d5adf9231", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 15:50:23,367 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-782d750f-6170-49a6-aa00-f3febd08d15a 2018-10-04 15:50:23,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0309388637543s 2018-10-04 15:50:23,368 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-782d750f-6170-49a6-aa00-f3febd08d15a 2018-10-04 15:50:23,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 15:50:23,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/4a2cec5c-fe57-4d0d-9455-870adb57f56a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:50:23,416 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:50:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1fb89d22-da2a-400e-ba0b-4f7f27e266f5 x-compute-request-id: req-1fb89d22-da2a-400e-ba0b-4f7f27e266f5 Content-Length: 0 Content-Type: application/json 2018-10-04 15:50:23,416 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/4a2cec5c-fe57-4d0d-9455-870adb57f56a used request id req-1fb89d22-da2a-400e-ba0b-4f7f27e266f5 2018-10-04 15:50:23,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0461449623108s 2018-10-04 15:50:23,417 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/4a2cec5c-fe57-4d0d-9455-870adb57f56a used request id req-1fb89d22-da2a-400e-ba0b-4f7f27e266f5 2018-10-04 15:50:23,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 15:50:23,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f77e830f6298cc9b79e5650f4fc61d4c6410e7b6" 2018-10-04 15:50:23,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-67770002-9b2b-49a0-b3d9-f96713fc771d Date: Thu, 04 Oct 2018 15:50:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7fc4c152-037a-4431-bad0-8ed19d9b9343/snap", "metadata": {}}], "file": "/v2/images/7fc4c152-037a-4431-bad0-8ed19d9b9343/file", "owner": "f8ad95b57c6046cd9fccc23e2d648ac5", "id": "7fc4c152-037a-4431-bad0-8ed19d9b9343", "size": 12716032, "self": "/v2/images/7fc4c152-037a-4431-bad0-8ed19d9b9343", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7fc4c152-037a-4431-bad0-8ed19d9b9343/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T15:48:13Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_64c1cf40-d670-458e-8d34-ad9d5adf9231", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_64c1cf40-d670-458e-8d34-ad9d5adf9231", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T15:48:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 15:50:23,583 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-67770002-9b2b-49a0-b3d9-f96713fc771d 2018-10-04 15:50:23,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.166182994843s 2018-10-04 15:50:23,584 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-67770002-9b2b-49a0-b3d9-f96713fc771d 2018-10-04 15:50:23,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 15:50:23,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/7fc4c152-037a-4431-bad0-8ed19d9b9343 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f77e830f6298cc9b79e5650f4fc61d4c6410e7b6" 2018-10-04 15:50:25,683 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ab82d020-100f-4f6c-b08e-605eb8224723 Date: Thu, 04 Oct 2018 15:50:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:50:25,683 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/7fc4c152-037a-4431-bad0-8ed19d9b9343 used request id req-ab82d020-100f-4f6c-b08e-605eb8224723 2018-10-04 15:50:25,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.09719586372s 2018-10-04 15:50:25,683 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/7fc4c152-037a-4431-bad0-8ed19d9b9343 used request id req-ab82d020-100f-4f6c-b08e-605eb8224723 2018-10-04 15:50:25,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 15:50:25,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:50:25,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:50: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-663c199b-2210-4f14-a2f0-8b5a94097e13 x-compute-request-id: req-663c199b-2210-4f14-a2f0-8b5a94097e13 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/82a1ab3b-99f4-429c-a3df-dc46a3ede8aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/82a1ab3b-99f4-429c-a3df-dc46a3ede8aa", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "82a1ab3b-99f4-429c-a3df-dc46a3ede8aa", "name": "neutron_trunk-flavor_64c1cf40-d670-458e-8d34-ad9d5adf9231", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 15:50:25,716 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-663c199b-2210-4f14-a2f0-8b5a94097e13 2018-10-04 15:50:25,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0324401855469s 2018-10-04 15:50:25,717 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-663c199b-2210-4f14-a2f0-8b5a94097e13 2018-10-04 15:50:25,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 15:50:25,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/82a1ab3b-99f4-429c-a3df-dc46a3ede8aa -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:50:25,756 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:50: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-8a350317-cbdd-4e0b-99fd-9011d4c96713 x-compute-request-id: req-8a350317-cbdd-4e0b-99fd-9011d4c96713 Content-Length: 0 Content-Type: application/json 2018-10-04 15:50:25,756 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/82a1ab3b-99f4-429c-a3df-dc46a3ede8aa used request id req-8a350317-cbdd-4e0b-99fd-9011d4c96713 2018-10-04 15:50:25,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.03773188591s 2018-10-04 15:50:25,757 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/82a1ab3b-99f4-429c-a3df-dc46a3ede8aa used request id req-8a350317-cbdd-4e0b-99fd-9011d4c96713 2018-10-04 15:50:25,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 15:50:25,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:50:25,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:50:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5da91203-e4d3-43a6-9e71-932710b8faf0 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "neutron_trunk-user_64c1cf40-d670-458e-8d34-ad9d5adf9231", "links": {"self": "http://172.30.9.23:5000/v3/users/00319fb05dd54878b811222000673cab"}, "domain_id": "default", "enabled": true, "id": "00319fb05dd54878b811222000673cab", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:50:25,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-5da91203-e4d3-43a6-9e71-932710b8faf0 2018-10-04 15:50:25,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.106420040131s 2018-10-04 15:50:25,864 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-5da91203-e4d3-43a6-9e71-932710b8faf0 2018-10-04 15:50:25,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 15:50:25,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/00319fb05dd54878b811222000673cab -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:50:25,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:50:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce559aa1-ad0f-45aa-a9c7-56cb0c1e87a3 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/00319fb05dd54878b811222000673cab"}, "enabled": true, "id": "00319fb05dd54878b811222000673cab", "options": {}, "domain_id": "default", "name": "neutron_trunk-user_64c1cf40-d670-458e-8d34-ad9d5adf9231"}} 2018-10-04 15:50:25,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/00319fb05dd54878b811222000673cab used request id req-ce559aa1-ad0f-45aa-a9c7-56cb0c1e87a3 2018-10-04 15:50:25,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100454092026s 2018-10-04 15:50:25,972 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/00319fb05dd54878b811222000673cab used request id req-ce559aa1-ad0f-45aa-a9c7-56cb0c1e87a3 2018-10-04 15:50:25,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-04 15:50:25,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/00319fb05dd54878b811222000673cab -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:50:26,153 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:50:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf647c60-4a50-4f5a-a5c6-384e7831c389 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:50:26,154 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/00319fb05dd54878b811222000673cab used request id req-cf647c60-4a50-4f5a-a5c6-384e7831c389 2018-10-04 15:50:26,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.181046962738s 2018-10-04 15:50:26,154 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/00319fb05dd54878b811222000673cab used request id req-cf647c60-4a50-4f5a-a5c6-384e7831c389 2018-10-04 15:50:26,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 15:50:26,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:50:26,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:50:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9830e50b-5c5c-4293-bc02-c6b068afcbd7 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.23:5000/v3/projects/f8ad95b57c6046cd9fccc23e2d648ac5"}, "enabled": true, "id": "f8ad95b57c6046cd9fccc23e2d648ac5", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_64c1cf40-d670-458e-8d34-ad9d5adf9231"}]} 2018-10-04 15:50:26,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-9830e50b-5c5c-4293-bc02-c6b068afcbd7 2018-10-04 15:50:26,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0764539241791s 2018-10-04 15:50:26,231 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-9830e50b-5c5c-4293-bc02-c6b068afcbd7 2018-10-04 15:50:26,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-04 15:50:26,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/f8ad95b57c6046cd9fccc23e2d648ac5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:50:26,379 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:50:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e26283ac-9755-4492-87d3-c5152f0fa4c2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:50:26,380 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/f8ad95b57c6046cd9fccc23e2d648ac5 used request id req-e26283ac-9755-4492-87d3-c5152f0fa4c2 2018-10-04 15:50:26,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.145884037018s 2018-10-04 15:50:26,380 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/f8ad95b57c6046cd9fccc23e2d648ac5 used request id req-e26283ac-9755-4492-87d3-c5152f0fa4c2 2018-10-04 15:50:26,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 15:50:26,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:50:26,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:50:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52369439-a67b-440e-bb31-6e69ad0875f9 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "6524645c598d426194542304a9624721", "links": {"self": "http://172.30.9.23:5000/v3/roles/6524645c598d426194542304a9624721"}, "name": "Member"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:50:26,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-52369439-a67b-440e-bb31-6e69ad0875f9 2018-10-04 15:50:26,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0730440616608s 2018-10-04 15:50:26,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 15:50:26,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/6524645c598d426194542304a9624721 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:50:26,560 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:50:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82b6d464-bf78-483d-bae5-932abaf205bf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:50:26,561 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/6524645c598d426194542304a9624721 used request id req-82b6d464-bf78-483d-bae5-932abaf205bf 2018-10-04 15:50:26,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.105521917343s 2018-10-04 15:50:26,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 15:50:26,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=f8ad95b57c6046cd9fccc23e2d648ac5&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fbc91ee46a5cf0b11f8fbf27a0842d134dae008f" 2018-10-04 15:50:26,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-f7760002-3039-4ee5-9ea4-f17b57f5df13 Date: Thu, 04 Oct 2018 15:50:26 GMT RESP BODY: {"security_groups": []} 2018-10-04 15:50:26,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=f8ad95b57c6046cd9fccc23e2d648ac5&name=default used request id req-f7760002-3039-4ee5-9ea4-f17b57f5df13 2018-10-04 15:50:26,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.182090997696s 2018-10-04 15:50:26,746 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=f8ad95b57c6046cd9fccc23e2d648ac5&name=default used request id req-f7760002-3039-4ee5-9ea4-f17b57f5df13 2018-10-04 15:50:26,747 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:45 | PASS | | vping_userdata | functest | smoke | 00:37 | PASS | | tempest_smoke_serial | functest | smoke | 14:43 | PASS | | rally_sanity | functest | smoke | 25:51 | PASS | | refstack_defcore | functest | smoke | 09:45 | PASS | | patrole | functest | smoke | 02:40 | PASS | | snaps_smoke | functest | smoke | 56:55 | PASS | | neutron_trunk | functest | smoke | 02:12 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-10-04 15:50:26,759 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-04 15:50:26,853 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:50:26,949 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 15:50:32,174 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-291 | | 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-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-04 15:50:32,181 - 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_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=hT9guQXYWvHUyCeUD34TPTcUc export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 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_REGION_NAME=regionOne 2018-10-04 15:50:32,181 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-04 15:50:32,181 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-10-04 15:50:32,182 - 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-10-04 15:50:32,187 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-04 15:50:36,532 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-291 | | 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-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-04 15:50:36,535 - 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_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=hT9guQXYWvHUyCeUD34TPTcUc export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 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_REGION_NAME=regionOne 2018-10-04 15:50:36,535 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-04 15:50:36,536 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | vnf | 4 | (daily)|(weekly) | Collection of VNF test cases. | cloudify_ims vyos_vrouter juju_epc | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ 2018-10-04 15:50:36,545 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2018-10-04 15:50:37,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 15:50:37,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 15:50:37,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 15:50:37,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 15:50:37,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 15:50:37,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 15:50:37,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 15:50:37,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 15:50:37,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 15:50:37,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 15:50:37,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 15:50:37,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 15:50:37,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 15:50:37,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 15:50:37,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 15:50:37,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 15:50:37,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 15:50:37,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 15:50:37,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 15:50:37,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 15:50:37,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 15:50:37,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 15:50:37,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:50:37,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:50:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2e6ec6b-e1b3-4c23-bf36-ab637d97bd3a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:50:37,880 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c2e6ec6b-e1b3-4c23-bf36-ab637d97bd3a 2018-10-04 15:50:37,881 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:50:38,257 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}], "expires_at": "2018-10-04T16:50:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ecbf2b9cbec04c3e8332c7164aa04ab3"}, "audit_ids": ["KH6Rhr9FSc2v5B6711f1og"], "issued_at": "2018-10-04T15:50:38.000000Z"}} 2018-10-04 15:50:38,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 15:50:38,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 15:50:38,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-28bb4cd0-6986-4055-ab10-979d1bc573f6 Date: Thu, 04 Oct 2018 15:50:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 15:50:38,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-28bb4cd0-6986-4055-ab10-979d1bc573f6 2018-10-04 15:50:38,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.251997947693s 2018-10-04 15:50:38,513 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-28bb4cd0-6986-4055-ab10-979d1bc573f6 2018-10-04 15:50:38,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 15:50:38,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 15:50:38,526 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 15:50:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 15:50:38,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 15:50:38,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:50:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76269d34-daad-41c8-8eb8-e71a094b27c1 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/356d297e741f42d0b9d8bc9b13448e43"}, "description": "", "name": "heat_stack", "enabled": true, "id": "356d297e741f42d0b9d8bc9b13448e43"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 15:50:38,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-76269d34-daad-41c8-8eb8-e71a094b27c1 2018-10-04 15:50:38,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.388846874237s 2018-10-04 15:50:38,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-04 15:50:38,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" -d '{"project": {"description": "Created by OPNFV Functest: cloudify_ims", "enabled": true, "domain_id": "default", "name": "cloudify_ims-project_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}}' 2018-10-04 15:50:39,011 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:50:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6ea2e08-9e6e-487e-86e0-8ab6f79f8eb5 Content-Length: 358 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.23:5000/v3/projects/87f4e119dee745038c5dbc8808d51179"}, "enabled": true, "id": "87f4e119dee745038c5dbc8808d51179", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}} 2018-10-04 15:50:39,012 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-a6ea2e08-9e6e-487e-86e0-8ab6f79f8eb5 2018-10-04 15:50:39,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.103170871735s 2018-10-04 15:50:39,012 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-a6ea2e08-9e6e-487e-86e0-8ab6f79f8eb5 2018-10-04 15:50:39,013 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'cloudify_ims-project_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'id': u'87f4e119dee745038c5dbc8808d51179', 'description': u'Created by OPNFV Functest: cloudify_ims', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-04 15:50:39,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-04 15:50:39,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.357190132141s 2018-10-04 15:50:39,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/cd8b9ceb37e14791bb8e5a47378fc0a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 15:50:39,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c1a61de-948f-44b4-bb4d-e96d20d81499 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/cd8b9ceb37e14791bb8e5a47378fc0a1"}, "enabled": true, "id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "options": {}, "domain_id": "default", "name": "cloudify_ims-user_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}} 2018-10-04 15:50:39,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/cd8b9ceb37e14791bb8e5a47378fc0a1 used request id req-9c1a61de-948f-44b4-bb4d-e96d20d81499 2018-10-04 15:50:39,468 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'cd8b9ceb37e14791bb8e5a47378fc0a1', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_c6d73e0e-0154-4b46-be9f-cd6de3a912de'}) 2018-10-04 15:50:39,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 15:50:39,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 15:50:39,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbf1d00c-866a-4958-99d9-59199f0a529c Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:50:39,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-dbf1d00c-866a-4958-99d9-59199f0a529c 2018-10-04 15:50:39,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0840439796448s 2018-10-04 15:50:39,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 15:50:39,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 15:50:39,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0100434a-be9b-4ea5-806b-ab0cd07c876b Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:50:39,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0100434a-be9b-4ea5-806b-ab0cd07c876b 2018-10-04 15:50:39,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0798969268799s 2018-10-04 15:50:39,634 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 15:50:39,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 15:50:39,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" -d '{"role": {"name": "Member"}}' 2018-10-04 15:50:39,730 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 15:50:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-035a236f-6cfb-4550-9e31-caee62e4c6ab Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cabbbc43a3254a39a44e31b827d47eb4", "links": {"self": "http://172.30.9.23:5000/v3/roles/cabbbc43a3254a39a44e31b827d47eb4"}, "name": "Member"}} 2018-10-04 15:50:39,730 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-035a236f-6cfb-4550-9e31-caee62e4c6ab 2018-10-04 15:50:39,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0952279567719s 2018-10-04 15:50:39,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/cabbbc43a3254a39a44e31b827d47eb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 15:50:39,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5864724a-35e4-4116-bf0c-865a9ebb4341 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/cabbbc43a3254a39a44e31b827d47eb4"}, "domain_id": null, "name": "Member", "id": "cabbbc43a3254a39a44e31b827d47eb4"}} 2018-10-04 15:50:39,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/cabbbc43a3254a39a44e31b827d47eb4 used request id req-5864724a-35e4-4116-bf0c-865a9ebb4341 2018-10-04 15:50:39,746 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/cabbbc43a3254a39a44e31b827d47eb4'}, 'domain_id': None, 'human_id': None, 'id': u'cabbbc43a3254a39a44e31b827d47eb4', 'HUMAN_ID': False}) 2018-10-04 15:50:39,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 15:50:39,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 15:50:39,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fca52d76-1755-4bc2-bbd3-f5a035af8200 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cabbbc43a3254a39a44e31b827d47eb4", "links": {"self": "http://172.30.9.23:5000/v3/roles/cabbbc43a3254a39a44e31b827d47eb4"}, "name": "Member"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 15:50:39,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-fca52d76-1755-4bc2-bbd3-f5a035af8200 2018-10-04 15:50:39,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.154745101929s 2018-10-04 15:50:39,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 15:50:39,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 15:50:39,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc7c8258-6872-410d-90a9-7ff2350fab9e Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 15:50:39,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-cc7c8258-6872-410d-90a9-7ff2350fab9e 2018-10-04 15:50:39,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0769670009613s 2018-10-04 15:50:39,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 15:50:39,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 15:50:40,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c67430ff-b24a-43a1-8cb9-56b1ccd2a7df Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "cloudify_ims-user_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "links": {"self": "http://172.30.9.23:5000/v3/users/cd8b9ceb37e14791bb8e5a47378fc0a1"}, "domain_id": "default", "enabled": true, "id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 15:50:40,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c67430ff-b24a-43a1-8cb9-56b1ccd2a7df 2018-10-04 15:50:40,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0914390087128s 2018-10-04 15:50:40,072 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c67430ff-b24a-43a1-8cb9-56b1ccd2a7df 2018-10-04 15:50:40,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 15:50:40,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 15:50:40,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb285968-ae5f-4676-99e8-c78313c988cb Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.23:5000/v3/projects/87f4e119dee745038c5dbc8808d51179"}, "enabled": true, "id": "87f4e119dee745038c5dbc8808d51179", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 15:50:40,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-eb285968-ae5f-4676-99e8-c78313c988cb 2018-10-04 15:50:40,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0827598571777s 2018-10-04 15:50:40,161 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-eb285968-ae5f-4676-99e8-c78313c988cb 2018-10-04 15:50:40,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 15:50:40,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=cd8b9ceb37e14791bb8e5a47378fc0a1&scope.project.id=87f4e119dee745038c5dbc8808d51179&role.id=cabbbc43a3254a39a44e31b827d47eb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 15:50:40,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42556cd6-417d-44e9-903e-329196ee71ff Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=cd8b9ceb37e14791bb8e5a47378fc0a1&scope.project.id=87f4e119dee745038c5dbc8808d51179&role.id=cabbbc43a3254a39a44e31b827d47eb4", "previous": null, "next": null}} 2018-10-04 15:50:40,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=cd8b9ceb37e14791bb8e5a47378fc0a1&scope.project.id=87f4e119dee745038c5dbc8808d51179&role.id=cabbbc43a3254a39a44e31b827d47eb4 used request id req-42556cd6-417d-44e9-903e-329196ee71ff 2018-10-04 15:50:40,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0792050361633s 2018-10-04 15:50:40,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 15:50:40,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/87f4e119dee745038c5dbc8808d51179/users/cd8b9ceb37e14791bb8e5a47378fc0a1/roles/cabbbc43a3254a39a44e31b827d47eb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 15:50:40,361 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 15:50:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3add3d4-2c25-4b40-b034-8849c1acc832 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 15:50:40,361 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/87f4e119dee745038c5dbc8808d51179/users/cd8b9ceb37e14791bb8e5a47378fc0a1/roles/cabbbc43a3254a39a44e31b827d47eb4 used request id req-a3add3d4-2c25-4b40-b034-8849c1acc832 2018-10-04 15:50:40,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.117913007736s 2018-10-04 15:50:40,362 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': 'aa90f818-ef31-4f0e-898f-f035f98713e8', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'cloudify_ims-user_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'project_id': u'87f4e119dee745038c5dbc8808d51179', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 15:50:40,363 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 15:50:40,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 15:50:40,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 15:50:40,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 15:50:40,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 15:50:40,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 15:50:40,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 15:50:40,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 15:50:40,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 15:50:40,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 15:50:40,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 15:50:40,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 15:50:40,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 15:50:40,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 15:50:40,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 15:50:40,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 15:50:40,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 15:50:40,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 15:50:40,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 15:50:40,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 15:50:40,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 15:50:40,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 15:50:40,368 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'password': 'aa90f818-ef31-4f0e-898f-f035f98713e8', 'project_name': 'cloudify_ims-project_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '87f4e119dee745038c5dbc8808d51179', 'project_domain_name': 'Default'} 2018-10-04 15:50:40,430 - 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-10-04 15:50:40,445 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-10-04 15:50:40,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 15:50:40,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 15:50:40,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-408dbe56-f0ec-46eb-88f2-70b70e3c9e66 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/356d297e741f42d0b9d8bc9b13448e43"}, "description": "", "name": "heat_stack", "enabled": true, "id": "356d297e741f42d0b9d8bc9b13448e43"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 15:50:40,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-408dbe56-f0ec-46eb-88f2-70b70e3c9e66 2018-10-04 15:50:40,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.081386089325s 2018-10-04 15:50:40,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 15:50:40,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 15:50:40,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-590c6700-6d54-4fff-bb5a-74dee734fea3 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.23:5000/v3/projects/87f4e119dee745038c5dbc8808d51179"}, "enabled": true, "id": "87f4e119dee745038c5dbc8808d51179", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 15:50:40,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-590c6700-6d54-4fff-bb5a-74dee734fea3 2018-10-04 15:50:40,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0808191299438s 2018-10-04 15:50:40,609 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-590c6700-6d54-4fff-bb5a-74dee734fea3 2018-10-04 15:50:40,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-04 15:50:40,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" -d '{"network": {"tenant_id": "87f4e119dee745038c5dbc8808d51179", "name": "cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "admin_state_up": true}}' 2018-10-04 15:50:41,105 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-5e6e4f3f-053e-4b22-b203-c47a54250f89 Date: Thu, 04 Oct 2018 15:50:41 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"0eaed59d-feba-4b9f-9adf-78572ec9a277","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":94,"ipv4_address_scope":null,"shared":false,"project_id":"87f4e119dee745038c5dbc8808d51179","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T15:50:40Z","is_default":false,"qos_policy_id":null,"name":"cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de","admin_state_up":true,"tenant_id":"87f4e119dee745038c5dbc8808d51179","created_at":"2018-10-04T15:50:40Z","mtu":1450}} 2018-10-04 15:50:41,105 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5e6e4f3f-053e-4b22-b203-c47a54250f89 2018-10-04 15:50:41,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.493669986725s 2018-10-04 15:50:41,106 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5e6e4f3f-053e-4b22-b203-c47a54250f89 2018-10-04 15:50:41,110 - 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-10-04T15:50:40Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277', u'provider:segmentation_id': 94, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'created_at': u'2018-10-04T15:50:40Z', u'mtu': 1450, u'tenant_id': u'87f4e119dee745038c5dbc8808d51179', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'87f4e119dee745038c5dbc8808d51179'}) 2018-10-04 15:50:41,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 15:50:41,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:50:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a602230b-9221-4220-be16-43c06987fb07 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 15:50:41,123 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a602230b-9221-4220-be16-43c06987fb07 2018-10-04 15:50:41,124 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 15:50:41,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cabbbc43a3254a39a44e31b827d47eb4", "name": "Member"}], "expires_at": "2018-10-04T16:50:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "87f4e119dee745038c5dbc8808d51179", "name": "cloudify_ims-project_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/87f4e119dee745038c5dbc8808d51179", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/87f4e119dee745038c5dbc8808d51179", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/87f4e119dee745038c5dbc8808d51179", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/87f4e119dee745038c5dbc8808d51179", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/87f4e119dee745038c5dbc8808d51179", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/87f4e119dee745038c5dbc8808d51179", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/87f4e119dee745038c5dbc8808d51179", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/87f4e119dee745038c5dbc8808d51179", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/87f4e119dee745038c5dbc8808d51179", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/87f4e119dee745038c5dbc8808d51179", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/87f4e119dee745038c5dbc8808d51179", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/87f4e119dee745038c5dbc8808d51179", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_ims-user_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "id": "cd8b9ceb37e14791bb8e5a47378fc0a1"}, "audit_ids": ["261bJM7pTjGsc9wy_REAxA"], "issued_at": "2018-10-04T15:50:41.000000Z"}} 2018-10-04 15:50:41,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 15:50:41,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:50:41,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1193 X-Openstack-Request-Id: req-946d8754-1354-4bdb-bf10-5ed28240945a Date: Thu, 04 Oct 2018 15:50:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T15:50:40Z","tenant_id":"87f4e119dee745038c5dbc8808d51179","created_at":"2018-10-04T15:50:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"87f4e119dee745038c5dbc8808d51179","id":"0eaed59d-feba-4b9f-9adf-78572ec9a277","name":"cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:50:41,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-946d8754-1354-4bdb-bf10-5ed28240945a 2018-10-04 15:50:41,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.258816957474s 2018-10-04 15:50:41,768 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-946d8754-1354-4bdb-bf10-5ed28240945a 2018-10-04 15:50:41,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-04 15:50:41,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" -d '{"subnet": {"name": "cloudify_ims-subnet_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "enable_dhcp": true, "network_id": "0eaed59d-feba-4b9f-9adf-78572ec9a277", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-04 15:50:42,411 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-5dc70fc0-d509-401f-b03d-20868f3e6a6a Date: Thu, 04 Oct 2018 15:50:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0eaed59d-feba-4b9f-9adf-78572ec9a277","tenant_id":"87f4e119dee745038c5dbc8808d51179","created_at":"2018-10-04T15:50:42Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-04T15:50:42Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"87f4e119dee745038c5dbc8808d51179","id":"62cdeb2b-ad48-4a06-b2b3-950c9830fddb","subnetpool_id":null,"name":"cloudify_ims-subnet_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}} 2018-10-04 15:50:42,411 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-5dc70fc0-d509-401f-b03d-20868f3e6a6a 2018-10-04 15:50:42,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.641457080841s 2018-10-04 15:50:42,411 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-5dc70fc0-d509-401f-b03d-20868f3e6a6a 2018-10-04 15:50:42,412 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-04T15:50:42Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'62cdeb2b-ad48-4a06-b2b3-950c9830fddb', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'enable_dhcp': True, u'network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277', u'tenant_id': u'87f4e119dee745038c5dbc8808d51179', u'created_at': u'2018-10-04T15:50:42Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'87f4e119dee745038c5dbc8808d51179'}) 2018-10-04 15:50:42,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-04 15:50:42,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "cloudify_ims-router_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "admin_state_up": true}}' 2018-10-04 15:50:47,653 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-a4b38ce7-b118-4af6-ade7-ae5f1725eff7 Date: Thu, 04 Oct 2018 15:50:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:50:43Z", "admin_state_up": true, "updated_at": "2018-10-04T15:50:44Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "d65aa64f-5af8-4088-86f0-2427ebea84d3", "name": "cloudify_ims-router_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}} 2018-10-04 15:50:47,653 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-a4b38ce7-b118-4af6-ade7-ae5f1725eff7 2018-10-04 15:50:47,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.24047803879s 2018-10-04 15:50:47,654 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-a4b38ce7-b118-4af6-ade7-ae5f1725eff7 2018-10-04 15:50:47,654 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-10-04T15:50:44Z', u'revision_number': 2, u'id': u'd65aa64f-5af8-4088-86f0-2427ebea84d3', u'external_gateway_info': {u'network_id': u'18028772-bdec-4175-9daf-5ee7ae542a2e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-router_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'admin_state_up': True, u'tenant_id': u'87f4e119dee745038c5dbc8808d51179', u'created_at': u'2018-10-04T15:50:43Z', u'flavor_id': None, u'routes': [], u'project_id': u'87f4e119dee745038c5dbc8808d51179'}) 2018-10-04 15:50:47,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-04 15:50:47,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/d65aa64f-5af8-4088-86f0-2427ebea84d3/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" -d '{"subnet_id": "62cdeb2b-ad48-4a06-b2b3-950c9830fddb"}' 2018-10-04 15:50:49,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d86ae1ab-0029-4969-8736-f917e3d29063 Date: Thu, 04 Oct 2018 15:50:49 GMT RESP BODY: {"network_id": "0eaed59d-feba-4b9f-9adf-78572ec9a277", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "subnet_id": "62cdeb2b-ad48-4a06-b2b3-950c9830fddb", "subnet_ids": ["62cdeb2b-ad48-4a06-b2b3-950c9830fddb"], "port_id": "67c1774d-7221-4f67-a50b-fff356a19492", "id": "d65aa64f-5af8-4088-86f0-2427ebea84d3"} 2018-10-04 15:50:49,788 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d65aa64f-5af8-4088-86f0-2427ebea84d3/add_router_interface.json used request id req-d86ae1ab-0029-4969-8736-f917e3d29063 2018-10-04 15:50:49,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.1336081028s 2018-10-04 15:50:49,789 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d65aa64f-5af8-4088-86f0-2427ebea84d3/add_router_interface.json used request id req-d86ae1ab-0029-4969-8736-f917e3d29063 returning object d65aa64f-5af8-4088-86f0-2427ebea84d3 2018-10-04 15:50:49,789 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-10-04 15:51:15,498 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-10-04 15:51:15,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:51:15,507 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 04 Oct 2018 15:51:15 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-10-04 15:51:15,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 15:51:15,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:51:15,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8ad92ac2-fb99-4348-afd2-819fe2e403b2 Date: Thu, 04 Oct 2018 15:51:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 15:51:15,709 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8ad92ac2-fb99-4348-afd2-819fe2e403b2 2018-10-04 15:51:15,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.199095964432s 2018-10-04 15:51:15,710 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8ad92ac2-fb99-4348-afd2-819fe2e403b2 2018-10-04 15:51:15,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 15:51:15,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify_ims-img_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}' 2018-10-04 15:51:15,933 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f X-Openstack-Request-Id: req-094ac8d3-f604-4c51-a568-f5646b1007f6 Date: Thu, 04 Oct 2018 15:51:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f/file", "owner": "87f4e119dee745038c5dbc8808d51179", "id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "size": null, "self": "/v2/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-04T15:51:15Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "checksum": null, "created_at": "2018-10-04T15:51:15Z", "protected": false} 2018-10-04 15:51:15,933 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-094ac8d3-f604-4c51-a568-f5646b1007f6 2018-10-04 15:51:15,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.221628904343s 2018-10-04 15:51:15,934 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-094ac8d3-f604-4c51-a568-f5646b1007f6 returning object c45ecf28-6e3b-4041-ad6c-ec0d1e58046f 2018-10-04 15:51:15,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 15:51:15,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" -d '' 2018-10-04 15:52:26,677 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ab0c802f-60ae-4edd-ac40-ae1aa8c1bb1b Date: Thu, 04 Oct 2018 15:52:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:52:26,677 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f/file used request id req-ab0c802f-60ae-4edd-ac40-ae1aa8c1bb1b 2018-10-04 15:52:26,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 70.7427380085s 2018-10-04 15:52:26,678 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f/file used request id req-ab0c802f-60ae-4edd-ac40-ae1aa8c1bb1b 2018-10-04 15:52:26,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 15:52:26,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:52:27,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-5636d1f5-e28a-4aca-8b0c-5c95c780be77 Date: Thu, 04 Oct 2018 15:52:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f/snap", "metadata": {}}], "file": "/v2/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f/file", "owner": "87f4e119dee745038c5dbc8808d51179", "id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "size": 4373348352, "self": "/v2/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-04T15:52:26Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-04T15:51:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 15:52:27,278 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-5636d1f5-e28a-4aca-8b0c-5c95c780be77 2018-10-04 15:52:27,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.599821090698s 2018-10-04 15:52:27,279 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-5636d1f5-e28a-4aca-8b0c-5c95c780be77 2018-10-04 15:52:27,281 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f/file', 'owner': u'87f4e119dee745038c5dbc8808d51179', 'id': u'c45ecf28-6e3b-4041-ad6c-ec0d1e58046f', 'size': 4373348352, u'self': u'/v2/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'87f4e119dee745038c5dbc8808d51179', 'name': 'cloudify_ims-project_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T15:52:26Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-04T15:52:26Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'created': u'2018-10-04T15:51:15Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-10-04T15:51:15Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-10-04 15:52:27,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 15:52:27,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify_ims-flavor_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-10-04 15:52:27,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:52:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cfc9a679-2028-43db-8733-e6eb7d292928 x-compute-request-id: req-cfc9a679-2028-43db-8733-e6eb7d292928 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "name": "cloudify_ims-flavor_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:52:27,866 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-cfc9a679-2028-43db-8733-e6eb7d292928 2018-10-04 15:52:27,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.583804130554s 2018-10-04 15:52:27,867 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-cfc9a679-2028-43db-8733-e6eb7d292928 returning object 04b584ce-63fd-4c97-a69e-c287b939a13e 2018-10-04 15:52:27,868 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_c6d73e0e-0154-4b46-be9f-cd6de3a912de', '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'ba8ec7ddbe634bf4b6238a0de4b4bf1a', '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'04b584ce-63fd-4c97-a69e-c287b939a13e', 'swap': 0}) 2018-10-04 15:52:27,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 15:52:27,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" -d '{"extra_specs": {}}' 2018-10-04 15:52:27,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:52:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-53fe3945-9078-4272-a1e9-9e3015d671db x-compute-request-id: req-53fe3945-9078-4272-a1e9-9e3015d671db Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 15:52:27,889 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e/os-extra_specs used request id req-53fe3945-9078-4272-a1e9-9e3015d671db 2018-10-04 15:52:27,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0201840400696s 2018-10-04 15:52:27,889 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e/os-extra_specs used request id req-53fe3945-9078-4272-a1e9-9e3015d671db 2018-10-04 15:52:27,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-10-04 15:52:27,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" -d '{"keypair": {"name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}}' 2018-10-04 15:52:28,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:52:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2eef2a10-3bc5-421a-aef5-3c7d8528a43a x-compute-request-id: req-2eef2a10-3bc5-421a-aef5-3c7d8528a43a Content-Encoding: gzip Content-Length: 1802 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdDDdCMhfaNY08Qml7buLG9VMlSg2I7KwIOUeL4ruU6QvJXUJv5eDnMLzfuh5VOCxriLfuPIBE4f7bS0OQ6fZ9E2ujGwFqp2taBmlKpzUiyAzq+V3mWqiTiP0ESDWOT2j8tFzclS5TTW5Fit9zIskHsq84EYc5uLhOniWsczVuXGIeCxl+lU2ue6J5IdhA831UAuA+p4p9G54kGtUVxJVdJQHz3zPGXECCSNYfHsGx92fi28rLhKPYFBaNBjiw2rBBbt51RQIJ09SW71ddIHQOK3T2kHNHLmZsC5Ow+pmLoEE/lW6Vb/Iar9d2HWoe+s1O3+gEyTH3HqiuDa0DqRgb Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAnQw3QjIX2jWNPEJpe27ixvVTJUoNiOysCDlHi+K7lOkLyV1C\nb+Xg5zC837oeVTgsa4i37jyAROH+20tDkOn2fRNroxsBaqdrWgZpSqc1IsgM6vld\n5lqok4j9BEg1jk9o/LRc3JUuU01uRYrfcyLJB7KvOBGHObi4Tp4lrHM1blxiHgsZ\nfpVNrnuieSHYQPN9VALgPqeKfRueJBrVFcSVXSUB898zxlxAgkjWHx7Bsfdn4tvK\ny4Sj2BQWjQY4sNqwQW7edUUCCdPUlu9XXSB0Dit09pBzRy5mbAuTsPqZi6BBP5Vu\nlW/yGq/Xdh1qHvrNTt/oBMkx9x6org2tA6kYGwIDAQABAoIBACUK1pXUfu/HJdMK\nzxqAIxlOkBgBiYO8Xy9pY0jJZ/lNpqwORTdjf1LImiQjIDh1kXSjwM5+krqsm5Ja\nBEvQA4Wo6QCFxCXF63pGfNtQ6SWVDgb2XoGQ7KYv743tAkTY0iiY2jZlMZIQd2wL\nv3zGvagFK3MMH1ssCLzybGxqmDW5UfzZweCJAvIS7xpQtPWTE+UTSLIRPi0yNi/7\nwrIpob+DogBwrSug3aRZ7wwb2Evi1RpyEG0jlqxjUxGOZ2YJ5L+X5FNr0dqOKNAV\nznhFH+VzgxxCFwLiu6hO9tAa+7mLqQcw/umxJWvyYaTNHXngJL6xTiTRS529gMV7\ngfpADlECgYEAz95MgVEybJJeS1R+Emwjz1EtE9rKI3Vu1GZ7wbUPU/UQ6xi0BtsZ\nHI1HfFpe0zQFVJbSquVyPmLroPbXPmmGX/pgKOIzh4b8rm5lh5Av9vmbogVQ/MGh\naJTu6sCR/pOjvemEjuFxykowwPLtcyT3+/pusLIXV1tNongTSR/pm70CgYEAwWlz\nB/WPmkbpBXGNXHcsum3mKhpePjdlt+r3XiKqQq3o8HdtU5m3HNlKB8H8X2BQ2qub\nPpU4hdnyxw1df43kFUu3kQ1irDAZ93PIAXL8m8Ze3EDi7qOYvapribhvkFPo/qKk\nwwqKJNC7RwRAUorkmaNOD09CZCWvVKkbBjmAFLcCgYA5M/CTybd5n1HpowfKpA26\nuJkSFKx505A7TTSTWvMr5I3SVIr+M/8WF17rvqbHslIhNBwnQVsOBgTX1/Xly/5Z\nnTonJhCOJDyW9/RiuPAqJAiLLrFZzSNQ92NEINhMWW6/DWsYMrwwsff2sSNdA3hm\n1ETvxSKdPJgBtM+B2RFddQKBgDeJ0zlO30ya3iDtCX2qzxI9qqEebz+IYtIcS6oh\nZCi/jas3cBJYiodjMenmX1T38F/KdUrUSKXO/vL/uIB/OyaOVoj1ggcVzO8MtTsN\nTNJidSzkCQYjviGAhV7HsmmMXtR32b4UEbUepxhudRX+wkQH68tjpBnj5GP4J0Vz\nT38jAoGBAM21CjhbmZhKufuJm2900EyoZGv8oMhbAjcjDpU1JeFy6LJM2cH9zXuZ\nZnc8SLeRB603UxTufa+/4vkk6WVXke9euNqGv5ygoGlocdyEbMqAx4o/xsrif9EM\nXG4dXV6JkHBS4HXpTXnFO6t8VDyIrrtqCB7aLIzd1hxOW6HkSpwQ\n-----END RSA PRIVATE KEY-----\n", "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "fingerprint": "95:a5:99:d6:19:bb:c4:aa:29:23:1d:bf:db:cb:16:18"}} 2018-10-04 15:52:28,167 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-2eef2a10-3bc5-421a-aef5-3c7d8528a43a 2018-10-04 15:52:28,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.277276039124s 2018-10-04 15:52:28,168 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-2eef2a10-3bc5-421a-aef5-3c7d8528a43a 2018-10-04 15:52:28,168 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdDDdCMhfaNY08Qml7buLG9VMlSg2I7KwIOUeL4ruU6QvJXUJv5eDnMLzfuh5VOCxriLfuPIBE4f7bS0OQ6fZ9E2ujGwFqp2taBmlKpzUiyAzq+V3mWqiTiP0ESDWOT2j8tFzclS5TTW5Fit9zIskHsq84EYc5uLhOniWsczVuXGIeCxl+lU2ue6J5IdhA831UAuA+p4p9G54kGtUVxJVdJQHz3zPGXECCSNYfHsGx92fi28rLhKPYFBaNBjiw2rBBbt51RQIJ09SW71ddIHQOK3T2kHNHLmZsC5Ow+pmLoEE/lW6Vb/Iar9d2HWoe+s1O3+gEyTH3HqiuDa0DqRgb Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAnQw3QjIX2jWNPEJpe27ixvVTJUoNiOysCDlHi+K7lOkLyV1C\nb+Xg5zC837oeVTgsa4i37jyAROH+20tDkOn2fRNroxsBaqdrWgZpSqc1IsgM6vld\n5lqok4j9BEg1jk9o/LRc3JUuU01uRYrfcyLJB7KvOBGHObi4Tp4lrHM1blxiHgsZ\nfpVNrnuieSHYQPN9VALgPqeKfRueJBrVFcSVXSUB898zxlxAgkjWHx7Bsfdn4tvK\ny4Sj2BQWjQY4sNqwQW7edUUCCdPUlu9XXSB0Dit09pBzRy5mbAuTsPqZi6BBP5Vu\nlW/yGq/Xdh1qHvrNTt/oBMkx9x6org2tA6kYGwIDAQABAoIBACUK1pXUfu/HJdMK\nzxqAIxlOkBgBiYO8Xy9pY0jJZ/lNpqwORTdjf1LImiQjIDh1kXSjwM5+krqsm5Ja\nBEvQA4Wo6QCFxCXF63pGfNtQ6SWVDgb2XoGQ7KYv743tAkTY0iiY2jZlMZIQd2wL\nv3zGvagFK3MMH1ssCLzybGxqmDW5UfzZweCJAvIS7xpQtPWTE+UTSLIRPi0yNi/7\nwrIpob+DogBwrSug3aRZ7wwb2Evi1RpyEG0jlqxjUxGOZ2YJ5L+X5FNr0dqOKNAV\nznhFH+VzgxxCFwLiu6hO9tAa+7mLqQcw/umxJWvyYaTNHXngJL6xTiTRS529gMV7\ngfpADlECgYEAz95MgVEybJJeS1R+Emwjz1EtE9rKI3Vu1GZ7wbUPU/UQ6xi0BtsZ\nHI1HfFpe0zQFVJbSquVyPmLroPbXPmmGX/pgKOIzh4b8rm5lh5Av9vmbogVQ/MGh\naJTu6sCR/pOjvemEjuFxykowwPLtcyT3+/pusLIXV1tNongTSR/pm70CgYEAwWlz\nB/WPmkbpBXGNXHcsum3mKhpePjdlt+r3XiKqQq3o8HdtU5m3HNlKB8H8X2BQ2qub\nPpU4hdnyxw1df43kFUu3kQ1irDAZ93PIAXL8m8Ze3EDi7qOYvapribhvkFPo/qKk\nwwqKJNC7RwRAUorkmaNOD09CZCWvVKkbBjmAFLcCgYA5M/CTybd5n1HpowfKpA26\nuJkSFKx505A7TTSTWvMr5I3SVIr+M/8WF17rvqbHslIhNBwnQVsOBgTX1/Xly/5Z\nnTonJhCOJDyW9/RiuPAqJAiLLrFZzSNQ92NEINhMWW6/DWsYMrwwsff2sSNdA3hm\n1ETvxSKdPJgBtM+B2RFddQKBgDeJ0zlO30ya3iDtCX2qzxI9qqEebz+IYtIcS6oh\nZCi/jas3cBJYiodjMenmX1T38F/KdUrUSKXO/vL/uIB/OyaOVoj1ggcVzO8MtTsN\nTNJidSzkCQYjviGAhV7HsmmMXtR32b4UEbUepxhudRX+wkQH68tjpBnj5GP4J0Vz\nT38jAoGBAM21CjhbmZhKufuJm2900EyoZGv8oMhbAjcjDpU1JeFy6LJM2cH9zXuZ\nZnc8SLeRB603UxTufa+/4vkk6WVXke9euNqGv5ygoGlocdyEbMqAx4o/xsrif9EM\nXG4dXV6JkHBS4HXpTXnFO6t8VDyIrrtqCB7aLIzd1hxOW6HkSpwQ\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'cd8b9ceb37e14791bb8e5a47378fc0a1', 'name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'created_at': '2018-10-04T15:52:28.168727', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'87f4e119dee745038c5dbc8808d51179', 'name': 'cloudify_ims-project_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'95:a5:99:d6:19:bb:c4:aa:29:23:1d:bf:db:cb:16:18', 'type': 'ssh', 'id': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de'}) 2018-10-04 15:52:28,169 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAnQw3QjIX2jWNPEJpe27ixvVTJUoNiOysCDlHi+K7lOkLyV1C b+Xg5zC837oeVTgsa4i37jyAROH+20tDkOn2fRNroxsBaqdrWgZpSqc1IsgM6vld 5lqok4j9BEg1jk9o/LRc3JUuU01uRYrfcyLJB7KvOBGHObi4Tp4lrHM1blxiHgsZ fpVNrnuieSHYQPN9VALgPqeKfRueJBrVFcSVXSUB898zxlxAgkjWHx7Bsfdn4tvK y4Sj2BQWjQY4sNqwQW7edUUCCdPUlu9XXSB0Dit09pBzRy5mbAuTsPqZi6BBP5Vu lW/yGq/Xdh1qHvrNTt/oBMkx9x6org2tA6kYGwIDAQABAoIBACUK1pXUfu/HJdMK zxqAIxlOkBgBiYO8Xy9pY0jJZ/lNpqwORTdjf1LImiQjIDh1kXSjwM5+krqsm5Ja BEvQA4Wo6QCFxCXF63pGfNtQ6SWVDgb2XoGQ7KYv743tAkTY0iiY2jZlMZIQd2wL v3zGvagFK3MMH1ssCLzybGxqmDW5UfzZweCJAvIS7xpQtPWTE+UTSLIRPi0yNi/7 wrIpob+DogBwrSug3aRZ7wwb2Evi1RpyEG0jlqxjUxGOZ2YJ5L+X5FNr0dqOKNAV znhFH+VzgxxCFwLiu6hO9tAa+7mLqQcw/umxJWvyYaTNHXngJL6xTiTRS529gMV7 gfpADlECgYEAz95MgVEybJJeS1R+Emwjz1EtE9rKI3Vu1GZ7wbUPU/UQ6xi0BtsZ HI1HfFpe0zQFVJbSquVyPmLroPbXPmmGX/pgKOIzh4b8rm5lh5Av9vmbogVQ/MGh aJTu6sCR/pOjvemEjuFxykowwPLtcyT3+/pusLIXV1tNongTSR/pm70CgYEAwWlz B/WPmkbpBXGNXHcsum3mKhpePjdlt+r3XiKqQq3o8HdtU5m3HNlKB8H8X2BQ2qub PpU4hdnyxw1df43kFUu3kQ1irDAZ93PIAXL8m8Ze3EDi7qOYvapribhvkFPo/qKk wwqKJNC7RwRAUorkmaNOD09CZCWvVKkbBjmAFLcCgYA5M/CTybd5n1HpowfKpA26 uJkSFKx505A7TTSTWvMr5I3SVIr+M/8WF17rvqbHslIhNBwnQVsOBgTX1/Xly/5Z nTonJhCOJDyW9/RiuPAqJAiLLrFZzSNQ92NEINhMWW6/DWsYMrwwsff2sSNdA3hm 1ETvxSKdPJgBtM+B2RFddQKBgDeJ0zlO30ya3iDtCX2qzxI9qqEebz+IYtIcS6oh ZCi/jas3cBJYiodjMenmX1T38F/KdUrUSKXO/vL/uIB/OyaOVoj1ggcVzO8MtTsN TNJidSzkCQYjviGAhV7HsmmMXtR32b4UEbUepxhudRX+wkQH68tjpBnj5GP4J0Vz T38jAoGBAM21CjhbmZhKufuJm2900EyoZGv8oMhbAjcjDpU1JeFy6LJM2cH9zXuZ Znc8SLeRB603UxTufa+/4vkk6WVXke9euNqGv5ygoGlocdyEbMqAx4o/xsrif9EM XG4dXV6JkHBS4HXpTXnFO6t8VDyIrrtqCB7aLIzd1hxOW6HkSpwQ -----END RSA PRIVATE KEY----- 2018-10-04 15:52:28,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-10-04 15:52:28,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" -d '{"security_group": {"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "description": "created by OPNFV Functest (cloudify_ims)"}}' 2018-10-04 15:52:28,724 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-b0e460d5-ad98-45e7-bdd0-be78000d94e5 Date: Thu, 04 Oct 2018 15:52:28 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:52:28Z", "updated_at": "2018-10-04T15:52:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:52:28Z", "revision_number": 0, "id": "524569de-7d38-46a9-a65d-28343703faef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:28Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:52:28Z", "revision_number": 0, "id": "de2f2ebb-171f-4efd-962e-a3af8b378716", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:28Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}], "revision_number": 2, "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}} 2018-10-04 15:52:28,725 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-b0e460d5-ad98-45e7-bdd0-be78000d94e5 2018-10-04 15:52:28,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.552577972412s 2018-10-04 15:52:28,725 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-b0e460d5-ad98-45e7-bdd0-be78000d94e5 2018-10-04 15:52:28,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 15:52:28,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:52:28,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-72fda1b5-c11f-4aa6-a1fc-3bbd9546f55a Date: Thu, 04 Oct 2018 15:52:28 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:52:28Z", "updated_at": "2018-10-04T15:52:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:52:28Z", "revision_number": 0, "id": "524569de-7d38-46a9-a65d-28343703faef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:28Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:52:28Z", "revision_number": 0, "id": "de2f2ebb-171f-4efd-962e-a3af8b378716", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:28Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}], "revision_number": 2, "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}, {"description": "Default security group", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:50:40Z", "updated_at": "2018-10-04T15:50:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "55e2bab2-a264-44d7-9491-e906e902ff63", "remote_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "6c74bf7c-e25b-4172-89b8-65b2aee6da5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "e1f1931b-c678-457f-9df4-3946a763623b", "remote_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "f7f23484-924b-4f65-ae35-9e43271173b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}], "revision_number": 4, "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "name": "default"}]} 2018-10-04 15:52:28,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-72fda1b5-c11f-4aa6-a1fc-3bbd9546f55a 2018-10-04 15:52:28,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.186979055405s 2018-10-04 15:52:28,917 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-72fda1b5-c11f-4aa6-a1fc-3bbd9546f55a 2018-10-04 15:52:28,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-04 15:52:28,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" -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": "3fc522e1-c287-4e73-a226-e0ce21fa9547"}}' 2018-10-04 15:52:29,276 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-b4b70bd4-99ab-4710-a545-a6cc0a9a5cac Date: Thu, 04 Oct 2018 15:52:29 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T15:52:29Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "port_range_min": 22, "revision_number": 0, "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:52:29Z", "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "012b1d93-b327-46c0-b5ae-6179e7eb176a"}} 2018-10-04 15:52:29,276 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-b4b70bd4-99ab-4710-a545-a6cc0a9a5cac 2018-10-04 15:52:29,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.354887962341s 2018-10-04 15:52:29,277 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-b4b70bd4-99ab-4710-a545-a6cc0a9a5cac 2018-10-04 15:52:29,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 15:52:29,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:52:29,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-0db65ca2-0309-4d75-abe7-6495bbc2cfec Date: Thu, 04 Oct 2018 15:52:29 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:52:28Z", "updated_at": "2018-10-04T15:52:29Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T15:52:29Z", "revision_number": 0, "id": "012b1d93-b327-46c0-b5ae-6179e7eb176a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:29Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": 22, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:52:28Z", "revision_number": 0, "id": "524569de-7d38-46a9-a65d-28343703faef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:28Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:52:28Z", "revision_number": 0, "id": "de2f2ebb-171f-4efd-962e-a3af8b378716", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:28Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}], "revision_number": 3, "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}, {"description": "Default security group", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:50:40Z", "updated_at": "2018-10-04T15:50:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "55e2bab2-a264-44d7-9491-e906e902ff63", "remote_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "6c74bf7c-e25b-4172-89b8-65b2aee6da5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "e1f1931b-c678-457f-9df4-3946a763623b", "remote_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "f7f23484-924b-4f65-ae35-9e43271173b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}], "revision_number": 4, "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "name": "default"}]} 2018-10-04 15:52:29,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-0db65ca2-0309-4d75-abe7-6495bbc2cfec 2018-10-04 15:52:29,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.208130121231s 2018-10-04 15:52:29,489 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-0db65ca2-0309-4d75-abe7-6495bbc2cfec 2018-10-04 15:52:29,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-04 15:52:29,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" -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": "3fc522e1-c287-4e73-a226-e0ce21fa9547"}}' 2018-10-04 15:52:29,804 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-3b47b7e3-feca-439d-acb0-3a74d6d18602 Date: Thu, 04 Oct 2018 15:52:29 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T15:52:29Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "port_range_min": null, "revision_number": 0, "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:52:29Z", "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "445123c9-4432-4833-a29a-aac28bfa325d"}} 2018-10-04 15:52:29,804 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-3b47b7e3-feca-439d-acb0-3a74d6d18602 2018-10-04 15:52:29,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.312239170074s 2018-10-04 15:52:29,805 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-3b47b7e3-feca-439d-acb0-3a74d6d18602 2018-10-04 15:52:29,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 15:52:29,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:52:30,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-a4d3ab7e-98ae-4ae9-9155-54cbd3a74826 Date: Thu, 04 Oct 2018 15:52:30 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:52:28Z", "updated_at": "2018-10-04T15:52:29Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T15:52:29Z", "revision_number": 0, "id": "012b1d93-b327-46c0-b5ae-6179e7eb176a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:29Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": 22, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:52:29Z", "revision_number": 0, "id": "445123c9-4432-4833-a29a-aac28bfa325d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:29Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:52:28Z", "revision_number": 0, "id": "524569de-7d38-46a9-a65d-28343703faef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:28Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:52:28Z", "revision_number": 0, "id": "de2f2ebb-171f-4efd-962e-a3af8b378716", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:28Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}], "revision_number": 4, "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}, {"description": "Default security group", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:50:40Z", "updated_at": "2018-10-04T15:50:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "55e2bab2-a264-44d7-9491-e906e902ff63", "remote_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "6c74bf7c-e25b-4172-89b8-65b2aee6da5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "e1f1931b-c678-457f-9df4-3946a763623b", "remote_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "f7f23484-924b-4f65-ae35-9e43271173b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}], "revision_number": 4, "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "name": "default"}]} 2018-10-04 15:52:30,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-a4d3ab7e-98ae-4ae9-9155-54cbd3a74826 2018-10-04 15:52:30,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.212944030762s 2018-10-04 15:52:30,022 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-a4d3ab7e-98ae-4ae9-9155-54cbd3a74826 2018-10-04 15:52:30,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-04 15:52:30,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" -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": "3fc522e1-c287-4e73-a226-e0ce21fa9547"}}' 2018-10-04 15:52:30,479 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-6f917e0a-d941-4967-ba17-0a810239e2ca Date: Thu, 04 Oct 2018 15:52:30 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-10-04T15:52:30Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "port_range_min": 80, "revision_number": 0, "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:52:30Z", "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "0abe0a98-63a6-4a8c-823e-e95d6844a444"}} 2018-10-04 15:52:30,479 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-6f917e0a-d941-4967-ba17-0a810239e2ca 2018-10-04 15:52:30,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.453153133392s 2018-10-04 15:52:30,479 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-6f917e0a-d941-4967-ba17-0a810239e2ca 2018-10-04 15:52:30,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 15:52:30,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:52:30,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-37144a23-5cf1-469f-a1a7-8fa7387a3e8b Date: Thu, 04 Oct 2018 15:52:30 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:52:28Z", "updated_at": "2018-10-04T15:52:30Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T15:52:29Z", "revision_number": 0, "id": "012b1d93-b327-46c0-b5ae-6179e7eb176a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:29Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": 22, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-04T15:52:30Z", "revision_number": 0, "id": "0abe0a98-63a6-4a8c-823e-e95d6844a444", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:30Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": 80, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:52:29Z", "revision_number": 0, "id": "445123c9-4432-4833-a29a-aac28bfa325d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:29Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:52:28Z", "revision_number": 0, "id": "524569de-7d38-46a9-a65d-28343703faef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:28Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:52:28Z", "revision_number": 0, "id": "de2f2ebb-171f-4efd-962e-a3af8b378716", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:28Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}], "revision_number": 5, "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}, {"description": "Default security group", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:50:40Z", "updated_at": "2018-10-04T15:50:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "55e2bab2-a264-44d7-9491-e906e902ff63", "remote_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "6c74bf7c-e25b-4172-89b8-65b2aee6da5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "e1f1931b-c678-457f-9df4-3946a763623b", "remote_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "f7f23484-924b-4f65-ae35-9e43271173b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}], "revision_number": 4, "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "name": "default"}]} 2018-10-04 15:52:30,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-37144a23-5cf1-469f-a1a7-8fa7387a3e8b 2018-10-04 15:52:30,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.204730987549s 2018-10-04 15:52:30,689 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-37144a23-5cf1-469f-a1a7-8fa7387a3e8b 2018-10-04 15:52:30,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-04 15:52:30,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" -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": "3fc522e1-c287-4e73-a226-e0ce21fa9547"}}' 2018-10-04 15:52:30,999 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-d9b682e8-d0f0-4158-9163-4062dd45ff33 Date: Thu, 04 Oct 2018 15:52:30 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-10-04T15:52:30Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "port_range_min": 443, "revision_number": 0, "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:52:30Z", "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "df2c078e-b4ee-4c19-a6f2-6afedd9b496e"}} 2018-10-04 15:52:30,999 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-d9b682e8-d0f0-4158-9163-4062dd45ff33 2018-10-04 15:52:30,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.306766986847s 2018-10-04 15:52:31,000 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-d9b682e8-d0f0-4158-9163-4062dd45ff33 2018-10-04 15:52:31,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 15:52:31,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:52:31,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-262321a0-89cb-4fd3-a40c-44d1b8fb6679 Date: Thu, 04 Oct 2018 15:52:31 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:52:28Z", "updated_at": "2018-10-04T15:52:30Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T15:52:29Z", "revision_number": 0, "id": "012b1d93-b327-46c0-b5ae-6179e7eb176a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:29Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": 22, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-04T15:52:30Z", "revision_number": 0, "id": "0abe0a98-63a6-4a8c-823e-e95d6844a444", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:30Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": 80, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:52:29Z", "revision_number": 0, "id": "445123c9-4432-4833-a29a-aac28bfa325d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:29Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:52:28Z", "revision_number": 0, "id": "524569de-7d38-46a9-a65d-28343703faef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:28Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:52:28Z", "revision_number": 0, "id": "de2f2ebb-171f-4efd-962e-a3af8b378716", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:28Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-10-04T15:52:30Z", "revision_number": 0, "id": "df2c078e-b4ee-4c19-a6f2-6afedd9b496e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:30Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": 443, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}], "revision_number": 6, "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}, {"description": "Default security group", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:50:40Z", "updated_at": "2018-10-04T15:50:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "55e2bab2-a264-44d7-9491-e906e902ff63", "remote_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "6c74bf7c-e25b-4172-89b8-65b2aee6da5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "e1f1931b-c678-457f-9df4-3946a763623b", "remote_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "f7f23484-924b-4f65-ae35-9e43271173b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}], "revision_number": 4, "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "name": "default"}]} 2018-10-04 15:52:31,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-262321a0-89cb-4fd3-a40c-44d1b8fb6679 2018-10-04 15:52:31,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.207823991776s 2018-10-04 15:52:31,212 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-262321a0-89cb-4fd3-a40c-44d1b8fb6679 2018-10-04 15:52:31,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-04 15:52:31,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" -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": "3fc522e1-c287-4e73-a226-e0ce21fa9547"}}' 2018-10-04 15:52:31,533 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-b7643223-3e09-43a1-860c-446b52af69c2 Date: Thu, 04 Oct 2018 15:52: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": 5671, "updated_at": "2018-10-04T15:52:31Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "port_range_min": 5671, "revision_number": 0, "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:52:31Z", "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "16add613-0e52-4b9c-9a0c-241e641f4c78"}} 2018-10-04 15:52:31,533 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-b7643223-3e09-43a1-860c-446b52af69c2 2018-10-04 15:52:31,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.317907094955s 2018-10-04 15:52:31,533 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-b7643223-3e09-43a1-860c-446b52af69c2 2018-10-04 15:52:31,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 15:52:31,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:52:31,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-a2acd726-ecf7-4bbb-bf2b-c9de0f9dcdac Date: Thu, 04 Oct 2018 15:52:31 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:52:28Z", "updated_at": "2018-10-04T15:52:31Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T15:52:29Z", "revision_number": 0, "id": "012b1d93-b327-46c0-b5ae-6179e7eb176a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:29Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": 22, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-04T15:52:30Z", "revision_number": 0, "id": "0abe0a98-63a6-4a8c-823e-e95d6844a444", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:30Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": 80, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-10-04T15:52:31Z", "revision_number": 0, "id": "16add613-0e52-4b9c-9a0c-241e641f4c78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:31Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:52:29Z", "revision_number": 0, "id": "445123c9-4432-4833-a29a-aac28bfa325d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:29Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:52:28Z", "revision_number": 0, "id": "524569de-7d38-46a9-a65d-28343703faef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:28Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:52:28Z", "revision_number": 0, "id": "de2f2ebb-171f-4efd-962e-a3af8b378716", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:28Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-10-04T15:52:30Z", "revision_number": 0, "id": "df2c078e-b4ee-4c19-a6f2-6afedd9b496e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:30Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": 443, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}], "revision_number": 7, "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}, {"description": "Default security group", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:50:40Z", "updated_at": "2018-10-04T15:50:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "55e2bab2-a264-44d7-9491-e906e902ff63", "remote_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "6c74bf7c-e25b-4172-89b8-65b2aee6da5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "e1f1931b-c678-457f-9df4-3946a763623b", "remote_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "f7f23484-924b-4f65-ae35-9e43271173b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}], "revision_number": 4, "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "name": "default"}]} 2018-10-04 15:52:31,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-a2acd726-ecf7-4bbb-bf2b-c9de0f9dcdac 2018-10-04 15:52:31,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.207373142242s 2018-10-04 15:52:31,745 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-a2acd726-ecf7-4bbb-bf2b-c9de0f9dcdac 2018-10-04 15:52:31,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-04 15:52:31,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" -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": "3fc522e1-c287-4e73-a226-e0ce21fa9547"}}' 2018-10-04 15:52:32,053 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-1aaf82c9-8c0e-4ca6-bc4e-2a56192e752c Date: Thu, 04 Oct 2018 15:52:32 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-10-04T15:52:32Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "port_range_min": 53333, "revision_number": 0, "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:52:32Z", "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "6d76da41-924e-478e-9bc3-7f15bd7bbdc9"}} 2018-10-04 15:52:32,053 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-1aaf82c9-8c0e-4ca6-bc4e-2a56192e752c 2018-10-04 15:52:32,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.30467414856s 2018-10-04 15:52:32,054 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-1aaf82c9-8c0e-4ca6-bc4e-2a56192e752c 2018-10-04 15:52:32,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 15:52:32,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:52:32,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-ef47856f-ede0-4a34-9f05-07521c870201 Date: Thu, 04 Oct 2018 15:52:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["62cdeb2b-ad48-4a06-b2b3-950c9830fddb"],"updated_at":"2018-10-04T15:50:42Z","tenant_id":"87f4e119dee745038c5dbc8808d51179","created_at":"2018-10-04T15:50:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"87f4e119dee745038c5dbc8808d51179","id":"0eaed59d-feba-4b9f-9adf-78572ec9a277","name":"cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:52:32,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ef47856f-ede0-4a34-9f05-07521c870201 2018-10-04 15:52:32,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110622882843s 2018-10-04 15:52:32,166 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ef47856f-ede0-4a34-9f05-07521c870201 2018-10-04 15:52:32,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 15:52:32,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:52:32,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-006d39f1-c02e-422f-9d9c-6d7801981091 Date: Thu, 04 Oct 2018 15:52:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f/snap", "metadata": {}}], "file": "/v2/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f/file", "owner": "87f4e119dee745038c5dbc8808d51179", "id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "size": 4373348352, "self": "/v2/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-04T15:52:26Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-04T15:51:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 15:52:32,348 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-006d39f1-c02e-422f-9d9c-6d7801981091 2018-10-04 15:52:32,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.180675983429s 2018-10-04 15:52:32,348 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-006d39f1-c02e-422f-9d9c-6d7801981091 2018-10-04 15:52:32,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 15:52:32,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:52:32,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:52:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-85d3f052-c547-48f9-bf42-1e714f1590d4 x-compute-request-id: req-85d3f052-c547-48f9-bf42-1e714f1590d4 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "name": "cloudify_ims-flavor_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 15:52:32,386 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-85d3f052-c547-48f9-bf42-1e714f1590d4 2018-10-04 15:52:32,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0362091064453s 2018-10-04 15:52:32,387 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-85d3f052-c547-48f9-bf42-1e714f1590d4 2018-10-04 15:52:32,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-04 15:52:32,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" -d '{"server": {"name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "imageRef": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "flavorRef": "04b584ce-63fd-4c97-a69e-c287b939a13e", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0eaed59d-feba-4b9f-9adf-78572ec9a277"}], "security_groups": [{"name": "3fc522e1-c287-4e73-a226-e0ce21fa9547"}]}}' 2018-10-04 15:52:34,295 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 15:52:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4cc6a010-c7ca-40b1-bd8e-d2c28fa54ebd x-compute-request-id: req-4cc6a010-c7ca-40b1-bd8e-d2c28fa54ebd Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "3fc522e1-c287-4e73-a226-e0ce21fa9547"}], "OS-DCF:diskConfig": "MANUAL", "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "adminPass": "Pkkt66JEDRZo"}} 2018-10-04 15:52:34,295 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-4cc6a010-c7ca-40b1-bd8e-d2c28fa54ebd 2018-10-04 15:52:34,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.90626001358s 2018-10-04 15:52:34,295 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-4cc6a010-c7ca-40b1-bd8e-d2c28fa54ebd 2018-10-04 15:52:34,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:52:34,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:52:34,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:52: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-b74565e2-5db5-465c-8346-aac6739b4b23 x-compute-request-id: req-b74565e2-5db5-465c-8346-aac6739b4b23 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.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "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-10-04T15:52:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:52:34,788 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b74565e2-5db5-465c-8346-aac6739b4b23 2018-10-04 15:52:34,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.49239897728s 2018-10-04 15:52:34,789 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b74565e2-5db5-465c-8346-aac6739b4b23 2018-10-04 15:52:34,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 15:52:34,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:52:34,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-ab4a894c-93e3-48e8-b661-34619cef2baa Date: Thu, 04 Oct 2018 15:52:34 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":["62cdeb2b-ad48-4a06-b2b3-950c9830fddb"],"updated_at":"2018-10-04T15:50:42Z","tenant_id":"87f4e119dee745038c5dbc8808d51179","created_at":"2018-10-04T15:50:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"87f4e119dee745038c5dbc8808d51179","id":"0eaed59d-feba-4b9f-9adf-78572ec9a277","name":"cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:52:34,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ab4a894c-93e3-48e8-b661-34619cef2baa 2018-10-04 15:52:34,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.112576961517s 2018-10-04 15:52:34,909 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ab4a894c-93e3-48e8-b661-34619cef2baa 2018-10-04 15:52:34,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-04 15:52:34,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:52:35,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-0596fab8-92d2-48f1-bb84-d8574493d6a7 Date: Thu, 04 Oct 2018 15:52:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0eaed59d-feba-4b9f-9adf-78572ec9a277","tenant_id":"87f4e119dee745038c5dbc8808d51179","created_at":"2018-10-04T15:50:42Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-04T15:50:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"87f4e119dee745038c5dbc8808d51179","id":"62cdeb2b-ad48-4a06-b2b3-950c9830fddb","subnetpool_id":null,"name":"cloudify_ims-subnet_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}]} 2018-10-04 15:52:35,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-0596fab8-92d2-48f1-bb84-d8574493d6a7 2018-10-04 15:52:35,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.214622974396s 2018-10-04 15:52:35,125 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-0596fab8-92d2-48f1-bb84-d8574493d6a7 2018-10-04 15:52:35,126 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:52:37,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:52:37,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:52:37,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:52: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-b2ad2f9d-e3f0-4f39-b2e2-89c58788714f x-compute-request-id: req-b2ad2f9d-e3f0-4f39-b2e2-89c58788714f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:52:37,819 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b2ad2f9d-e3f0-4f39-b2e2-89c58788714f 2018-10-04 15:52:37,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.690503120422s 2018-10-04 15:52:37,820 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b2ad2f9d-e3f0-4f39-b2e2-89c58788714f 2018-10-04 15:52:37,824 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:52:39,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:52:39,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:52:40,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:52: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-ad9832c5-1a41-441c-8b88-1e141bcda7bd x-compute-request-id: req-ad9832c5-1a41-441c-8b88-1e141bcda7bd Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:52:40,374 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ad9832c5-1a41-441c-8b88-1e141bcda7bd 2018-10-04 15:52:40,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.548105955124s 2018-10-04 15:52:40,375 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ad9832c5-1a41-441c-8b88-1e141bcda7bd 2018-10-04 15:52:40,379 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:52:42,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:52:42,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:52:43,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:52: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-aa4d9c1c-f4e7-4e20-ba90-195888f7d653 x-compute-request-id: req-aa4d9c1c-f4e7-4e20-ba90-195888f7d653 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:52:43,184 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-aa4d9c1c-f4e7-4e20-ba90-195888f7d653 2018-10-04 15:52:43,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.803079843521s 2018-10-04 15:52:43,185 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-aa4d9c1c-f4e7-4e20-ba90-195888f7d653 2018-10-04 15:52:43,189 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:52:45,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:52:45,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:52:45,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:52: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-802e76c5-6d40-490a-b5cc-c0ddf478bfca x-compute-request-id: req-802e76c5-6d40-490a-b5cc-c0ddf478bfca Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:52:45,968 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-802e76c5-6d40-490a-b5cc-c0ddf478bfca 2018-10-04 15:52:45,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.776619911194s 2018-10-04 15:52:45,968 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-802e76c5-6d40-490a-b5cc-c0ddf478bfca 2018-10-04 15:52:45,972 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:52:47,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:52:47,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:52:48,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:52: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-3f2a5c90-7753-437e-9529-c1aeda30ed97 x-compute-request-id: req-3f2a5c90-7753-437e-9529-c1aeda30ed97 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:52:48,659 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3f2a5c90-7753-437e-9529-c1aeda30ed97 2018-10-04 15:52:48,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.6836810112s 2018-10-04 15:52:48,659 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3f2a5c90-7753-437e-9529-c1aeda30ed97 2018-10-04 15:52:48,663 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:52:50,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:52:50,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:52:51,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:52:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6838647-6515-4f92-990a-0303d656f5cd x-compute-request-id: req-e6838647-6515-4f92-990a-0303d656f5cd Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:52:51,193 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e6838647-6515-4f92-990a-0303d656f5cd 2018-10-04 15:52:51,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527335882187s 2018-10-04 15:52:51,193 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e6838647-6515-4f92-990a-0303d656f5cd 2018-10-04 15:52:51,197 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:52:53,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:52:53,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:52:53,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:52:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a421f704-fadd-481c-ad7b-fb5ed32f056e x-compute-request-id: req-a421f704-fadd-481c-ad7b-fb5ed32f056e Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:52:53,870 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a421f704-fadd-481c-ad7b-fb5ed32f056e 2018-10-04 15:52:53,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.669945955276s 2018-10-04 15:52:53,870 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a421f704-fadd-481c-ad7b-fb5ed32f056e 2018-10-04 15:52:53,874 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:52:55,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:52:55,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:52:56,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:52: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-9af11f93-55de-4221-9ff0-50a51ee49acc x-compute-request-id: req-9af11f93-55de-4221-9ff0-50a51ee49acc Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:52:56,587 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9af11f93-55de-4221-9ff0-50a51ee49acc 2018-10-04 15:52:56,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.710337162018s 2018-10-04 15:52:56,588 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9af11f93-55de-4221-9ff0-50a51ee49acc 2018-10-04 15:52:56,591 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:52:58,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:52:58,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:52:59,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:52:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70c9e5ca-9922-4460-a5c8-92210f2269f3 x-compute-request-id: req-70c9e5ca-9922-4460-a5c8-92210f2269f3 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:52:59,529 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-70c9e5ca-9922-4460-a5c8-92210f2269f3 2018-10-04 15:52:59,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.935130119324s 2018-10-04 15:52:59,529 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-70c9e5ca-9922-4460-a5c8-92210f2269f3 2018-10-04 15:52:59,533 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:53:01,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:53:01,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:53:02,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:53:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-356985e1-e322-4059-b08a-05152051930b x-compute-request-id: req-356985e1-e322-4059-b08a-05152051930b Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:53:02,225 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-356985e1-e322-4059-b08a-05152051930b 2018-10-04 15:53:02,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.689126968384s 2018-10-04 15:53:02,225 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-356985e1-e322-4059-b08a-05152051930b 2018-10-04 15:53:02,229 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:53:04,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:53:04,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:53:04,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:53:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba761450-3938-48dd-956b-e9413151feb8 x-compute-request-id: req-ba761450-3938-48dd-956b-e9413151feb8 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:53:04,611 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ba761450-3938-48dd-956b-e9413151feb8 2018-10-04 15:53:04,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.379343986511s 2018-10-04 15:53:04,611 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ba761450-3938-48dd-956b-e9413151feb8 2018-10-04 15:53:04,615 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:53:06,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:53:06,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:53:07,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:53: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-19112c0a-857c-4c0d-8704-bff750e98628 x-compute-request-id: req-19112c0a-857c-4c0d-8704-bff750e98628 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:53:07,196 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-19112c0a-857c-4c0d-8704-bff750e98628 2018-10-04 15:53:07,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.578288793564s 2018-10-04 15:53:07,196 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-19112c0a-857c-4c0d-8704-bff750e98628 2018-10-04 15:53:07,200 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:53:09,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:53:09,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:53:09,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:53: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-b769409e-0452-46f7-82eb-a13e00bc374e x-compute-request-id: req-b769409e-0452-46f7-82eb-a13e00bc374e Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:53:09,743 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b769409e-0452-46f7-82eb-a13e00bc374e 2018-10-04 15:53:09,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541533946991s 2018-10-04 15:53:09,743 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b769409e-0452-46f7-82eb-a13e00bc374e 2018-10-04 15:53:09,748 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:53:11,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:53:11,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:53:12,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:53:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25465eba-e88d-4ddd-9d13-1e7674bf3254 x-compute-request-id: req-25465eba-e88d-4ddd-9d13-1e7674bf3254 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:53:12,324 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-25465eba-e88d-4ddd-9d13-1e7674bf3254 2018-10-04 15:53:12,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.573150873184s 2018-10-04 15:53:12,324 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-25465eba-e88d-4ddd-9d13-1e7674bf3254 2018-10-04 15:53:12,328 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:53:14,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:53:14,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:53:15,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:53: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-30c46622-9596-4030-95a5-ef4ae310367d x-compute-request-id: req-30c46622-9596-4030-95a5-ef4ae310367d Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:53:15,043 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-30c46622-9596-4030-95a5-ef4ae310367d 2018-10-04 15:53:15,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.712208032608s 2018-10-04 15:53:15,044 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-30c46622-9596-4030-95a5-ef4ae310367d 2018-10-04 15:53:15,048 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:53:17,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:53:17,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:53:17,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-84196751-0799-4edb-820e-c61b435e82f0 x-compute-request-id: req-84196751-0799-4edb-820e-c61b435e82f0 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:53:17,402 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-84196751-0799-4edb-820e-c61b435e82f0 2018-10-04 15:53:17,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.351728200912s 2018-10-04 15:53:17,403 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-84196751-0799-4edb-820e-c61b435e82f0 2018-10-04 15:53:17,407 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:53:19,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:53:19,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:53:19,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:53:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04013521-a01c-40e8-9032-6ef35d84d984 x-compute-request-id: req-04013521-a01c-40e8-9032-6ef35d84d984 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:53:19,973 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-04013521-a01c-40e8-9032-6ef35d84d984 2018-10-04 15:53:19,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.563501834869s 2018-10-04 15:53:19,974 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-04013521-a01c-40e8-9032-6ef35d84d984 2018-10-04 15:53:19,978 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:53:21,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:53:21,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:53:22,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:53:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76a95c8c-85f5-4d50-a543-bb294e6896d4 x-compute-request-id: req-76a95c8c-85f5-4d50-a543-bb294e6896d4 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:53:22,522 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-76a95c8c-85f5-4d50-a543-bb294e6896d4 2018-10-04 15:53:22,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541723966599s 2018-10-04 15:53:22,523 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-76a95c8c-85f5-4d50-a543-bb294e6896d4 2018-10-04 15:53:22,527 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:53:24,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:53:24,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:53:25,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:53: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-605c39e7-f2f7-45fd-b5c1-da7fd5dfea85 x-compute-request-id: req-605c39e7-f2f7-45fd-b5c1-da7fd5dfea85 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:53:25,068 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-605c39e7-f2f7-45fd-b5c1-da7fd5dfea85 2018-10-04 15:53:25,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.538897037506s 2018-10-04 15:53:25,069 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-605c39e7-f2f7-45fd-b5c1-da7fd5dfea85 2018-10-04 15:53:25,073 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:53:27,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:53:27,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:53:27,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:53:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2e88282-5a9b-4084-84d4-80b7b5fa5262 x-compute-request-id: req-c2e88282-5a9b-4084-84d4-80b7b5fa5262 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:53:27,621 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c2e88282-5a9b-4084-84d4-80b7b5fa5262 2018-10-04 15:53:27,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.545490026474s 2018-10-04 15:53:27,621 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c2e88282-5a9b-4084-84d4-80b7b5fa5262 2018-10-04 15:53:27,625 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:53:29,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:53:29,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:53:29,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:53: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-590dedce-868a-42aa-9119-d8ccf0fb2479 x-compute-request-id: req-590dedce-868a-42aa-9119-d8ccf0fb2479 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:53:29,991 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-590dedce-868a-42aa-9119-d8ccf0fb2479 2018-10-04 15:53:29,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.363983869553s 2018-10-04 15:53:29,992 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-590dedce-868a-42aa-9119-d8ccf0fb2479 2018-10-04 15:53:29,996 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:53:31,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:53:32,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:53:32,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:53:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-20693e74-abfb-480f-933a-286e69148f0a x-compute-request-id: req-20693e74-abfb-480f-933a-286e69148f0a Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:53:32,519 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-20693e74-abfb-480f-933a-286e69148f0a 2018-10-04 15:53:32,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520784139633s 2018-10-04 15:53:32,520 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-20693e74-abfb-480f-933a-286e69148f0a 2018-10-04 15:53:32,523 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:53:34,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:53:34,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:53:35,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:53: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-b01b830c-2d4c-45db-ac42-d738f438c010 x-compute-request-id: req-b01b830c-2d4c-45db-ac42-d738f438c010 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:53:35,427 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b01b830c-2d4c-45db-ac42-d738f438c010 2018-10-04 15:53:35,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.900991916656s 2018-10-04 15:53:35,428 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b01b830c-2d4c-45db-ac42-d738f438c010 2018-10-04 15:53:35,431 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:53:37,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:53:37,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:53:38,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:53: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-2d1f5e69-0907-4181-963c-130eb322363c x-compute-request-id: req-2d1f5e69-0907-4181-963c-130eb322363c Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:53:38,108 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2d1f5e69-0907-4181-963c-130eb322363c 2018-10-04 15:53:38,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.673756122589s 2018-10-04 15:53:38,108 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2d1f5e69-0907-4181-963c-130eb322363c 2018-10-04 15:53:38,112 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:53:40,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:53:40,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:53:40,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:53:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-05b1dfd3-01f6-44f4-adcc-e31a6a75ed96 x-compute-request-id: req-05b1dfd3-01f6-44f4-adcc-e31a6a75ed96 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:53:40,656 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-05b1dfd3-01f6-44f4-adcc-e31a6a75ed96 2018-10-04 15:53:40,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.54164481163s 2018-10-04 15:53:40,657 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-05b1dfd3-01f6-44f4-adcc-e31a6a75ed96 2018-10-04 15:53:40,660 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:53:42,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:53:42,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:53:43,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-8bd19706-f110-466a-9f79-051f77a86265 x-compute-request-id: req-8bd19706-f110-466a-9f79-051f77a86265 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:53:43,206 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8bd19706-f110-466a-9f79-051f77a86265 2018-10-04 15:53:43,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.543000936508s 2018-10-04 15:53:43,207 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8bd19706-f110-466a-9f79-051f77a86265 2018-10-04 15:53:43,210 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:53:45,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:53:45,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:53:45,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:53:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9a6c510-665f-4c6b-8685-928060f09c26 x-compute-request-id: req-e9a6c510-665f-4c6b-8685-928060f09c26 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:53:45,754 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e9a6c510-665f-4c6b-8685-928060f09c26 2018-10-04 15:53:45,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541245222092s 2018-10-04 15:53:45,755 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e9a6c510-665f-4c6b-8685-928060f09c26 2018-10-04 15:53:45,758 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:53:47,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:53:47,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:53:48,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-2855e2c6-d5d2-4a15-9260-dbb5b9a2cc6f x-compute-request-id: req-2855e2c6-d5d2-4a15-9260-dbb5b9a2cc6f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:53:48,289 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2855e2c6-d5d2-4a15-9260-dbb5b9a2cc6f 2018-10-04 15:53:48,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.528175830841s 2018-10-04 15:53:48,290 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2855e2c6-d5d2-4a15-9260-dbb5b9a2cc6f 2018-10-04 15:53:48,294 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:53:50,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:53:50,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:53:51,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:53: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-17ad9dbe-5c3d-4623-9da5-240d87e3f05f x-compute-request-id: req-17ad9dbe-5c3d-4623-9da5-240d87e3f05f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:53:51,424 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-17ad9dbe-5c3d-4623-9da5-240d87e3f05f 2018-10-04 15:53:51,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.12863898277s 2018-10-04 15:53:51,424 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-17ad9dbe-5c3d-4623-9da5-240d87e3f05f 2018-10-04 15:53:51,428 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:53:53,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:53:53,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:53:53,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-92e056b5-5da7-4cf4-9b01-9e35b109ead1 x-compute-request-id: req-92e056b5-5da7-4cf4-9b01-9e35b109ead1 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:53:53,947 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-92e056b5-5da7-4cf4-9b01-9e35b109ead1 2018-10-04 15:53:53,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.516277074814s 2018-10-04 15:53:53,947 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-92e056b5-5da7-4cf4-9b01-9e35b109ead1 2018-10-04 15:53:53,951 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:53:55,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:53:55,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:53:56,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:53: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-251724cf-a118-4d5b-bddd-0a13184ac5ce x-compute-request-id: req-251724cf-a118-4d5b-bddd-0a13184ac5ce Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:53:56,455 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-251724cf-a118-4d5b-bddd-0a13184ac5ce 2018-10-04 15:53:56,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.500857114792s 2018-10-04 15:53:56,455 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-251724cf-a118-4d5b-bddd-0a13184ac5ce 2018-10-04 15:53:56,459 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:53:58,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:53:58,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:53:59,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-be4e24e1-d0ad-43ed-b7e5-4b50f716f13d x-compute-request-id: req-be4e24e1-d0ad-43ed-b7e5-4b50f716f13d Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:53:59,157 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-be4e24e1-d0ad-43ed-b7e5-4b50f716f13d 2018-10-04 15:53:59,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.695149898529s 2018-10-04 15:53:59,158 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-be4e24e1-d0ad-43ed-b7e5-4b50f716f13d 2018-10-04 15:53:59,162 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:54:01,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:54:01,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:54:01,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-5762d0be-0178-410f-ac39-f781b5995693 x-compute-request-id: req-5762d0be-0178-410f-ac39-f781b5995693 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:54:01,783 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5762d0be-0178-410f-ac39-f781b5995693 2018-10-04 15:54:01,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.620023012161s 2018-10-04 15:54:01,784 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5762d0be-0178-410f-ac39-f781b5995693 2018-10-04 15:54:01,788 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:54:03,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:54:03,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:54:04,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:54:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-93634bfd-6c6b-48db-a21f-8613d432b942 x-compute-request-id: req-93634bfd-6c6b-48db-a21f-8613d432b942 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:54:04,463 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-93634bfd-6c6b-48db-a21f-8613d432b942 2018-10-04 15:54:04,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.672502040863s 2018-10-04 15:54:04,463 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-93634bfd-6c6b-48db-a21f-8613d432b942 2018-10-04 15:54:04,467 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:54:06,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:54:06,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:54:07,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:54:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f069107c-01ff-4f66-88e1-0c3d5ee783f9 x-compute-request-id: req-f069107c-01ff-4f66-88e1-0c3d5ee783f9 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:54:07,177 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f069107c-01ff-4f66-88e1-0c3d5ee783f9 2018-10-04 15:54:07,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.707385063171s 2018-10-04 15:54:07,178 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f069107c-01ff-4f66-88e1-0c3d5ee783f9 2018-10-04 15:54:07,182 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:54:09,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:54:09,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:54:09,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:54:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7bc3560d-5cb9-4f8a-acf8-5406236b5274 x-compute-request-id: req-7bc3560d-5cb9-4f8a-acf8-5406236b5274 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:54:09,689 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7bc3560d-5cb9-4f8a-acf8-5406236b5274 2018-10-04 15:54:09,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.504842996597s 2018-10-04 15:54:09,689 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7bc3560d-5cb9-4f8a-acf8-5406236b5274 2018-10-04 15:54:09,694 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:54:11,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:54:11,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:54:12,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:54:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f932a111-5c1c-43d7-96d9-86ef109f9f06 x-compute-request-id: req-f932a111-5c1c-43d7-96d9-86ef109f9f06 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:54:12,041 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f932a111-5c1c-43d7-96d9-86ef109f9f06 2018-10-04 15:54:12,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.344590902328s 2018-10-04 15:54:12,042 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f932a111-5c1c-43d7-96d9-86ef109f9f06 2018-10-04 15:54:12,046 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:54:14,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:54:14,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:54:14,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:54: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-baf474c9-855e-4190-81ee-3741d14cb03c x-compute-request-id: req-baf474c9-855e-4190-81ee-3741d14cb03c Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:54:14,925 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-baf474c9-855e-4190-81ee-3741d14cb03c 2018-10-04 15:54:14,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.877290010452s 2018-10-04 15:54:14,926 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-baf474c9-855e-4190-81ee-3741d14cb03c 2018-10-04 15:54:14,930 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:54:16,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:54:16,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:54:17,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:54:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52dcb99f-bf31-4feb-9c8b-5d3693798d60 x-compute-request-id: req-52dcb99f-bf31-4feb-9c8b-5d3693798d60 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:54:17,443 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-52dcb99f-bf31-4feb-9c8b-5d3693798d60 2018-10-04 15:54:17,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.510182142258s 2018-10-04 15:54:17,444 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-52dcb99f-bf31-4feb-9c8b-5d3693798d60 2018-10-04 15:54:17,448 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:54:19,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:54:19,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:54:19,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:54: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-df05bc90-2396-44ee-8ed7-502481394973 x-compute-request-id: req-df05bc90-2396-44ee-8ed7-502481394973 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:54:19,948 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-df05bc90-2396-44ee-8ed7-502481394973 2018-10-04 15:54:19,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.496881961823s 2018-10-04 15:54:19,948 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-df05bc90-2396-44ee-8ed7-502481394973 2018-10-04 15:54:19,950 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:54:21,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:54:21,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:54:22,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:54:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f787b70-6088-44ec-8f7e-ce77d6a79388 x-compute-request-id: req-1f787b70-6088-44ec-8f7e-ce77d6a79388 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:54:22,467 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1f787b70-6088-44ec-8f7e-ce77d6a79388 2018-10-04 15:54:22,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.514580965042s 2018-10-04 15:54:22,468 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1f787b70-6088-44ec-8f7e-ce77d6a79388 2018-10-04 15:54:22,472 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:54:24,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:54:24,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:54:25,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:54:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e33b9542-9f85-4ac8-91e7-08f370516144 x-compute-request-id: req-e33b9542-9f85-4ac8-91e7-08f370516144 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:54:25,003 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e33b9542-9f85-4ac8-91e7-08f370516144 2018-10-04 15:54:25,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527776002884s 2018-10-04 15:54:25,003 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e33b9542-9f85-4ac8-91e7-08f370516144 2018-10-04 15:54:25,007 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:54:27,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:54:27,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:54:27,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:54:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dcdbefc8-d240-4215-95f0-7df081078337 x-compute-request-id: req-dcdbefc8-d240-4215-95f0-7df081078337 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:54:27,518 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-dcdbefc8-d240-4215-95f0-7df081078337 2018-10-04 15:54:27,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.507652997971s 2018-10-04 15:54:27,518 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-dcdbefc8-d240-4215-95f0-7df081078337 2018-10-04 15:54:27,523 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:54:29,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:54:29,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:54:30,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:54:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-05826bce-06a5-4960-b0dd-f3dc5b0ad1e7 x-compute-request-id: req-05826bce-06a5-4960-b0dd-f3dc5b0ad1e7 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:54:30,038 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-05826bce-06a5-4960-b0dd-f3dc5b0ad1e7 2018-10-04 15:54:30,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.512835979462s 2018-10-04 15:54:30,039 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-05826bce-06a5-4960-b0dd-f3dc5b0ad1e7 2018-10-04 15:54:30,043 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:54:32,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:54:32,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:54:32,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:54: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-82be1166-4c89-4dcb-9178-706e7564b58b x-compute-request-id: req-82be1166-4c89-4dcb-9178-706e7564b58b Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:54:32,420 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-82be1166-4c89-4dcb-9178-706e7564b58b 2018-10-04 15:54:32,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.373928070068s 2018-10-04 15:54:32,420 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-82be1166-4c89-4dcb-9178-706e7564b58b 2018-10-04 15:54:32,424 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:54:34,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:54:34,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:54:34,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:54:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc11ce2e-6f2c-4245-b0b3-7046cc6b7444 x-compute-request-id: req-dc11ce2e-6f2c-4245-b0b3-7046cc6b7444 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:54:34,927 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-dc11ce2e-6f2c-4245-b0b3-7046cc6b7444 2018-10-04 15:54:34,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.501039981842s 2018-10-04 15:54:34,928 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-dc11ce2e-6f2c-4245-b0b3-7046cc6b7444 2018-10-04 15:54:34,932 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:54:36,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:54:36,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:54:37,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:54:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d91b8fe0-f9d5-40d9-ad03-014c5d7116b8 x-compute-request-id: req-d91b8fe0-f9d5-40d9-ad03-014c5d7116b8 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:54:37,497 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d91b8fe0-f9d5-40d9-ad03-014c5d7116b8 2018-10-04 15:54:37,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.562511920929s 2018-10-04 15:54:37,497 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d91b8fe0-f9d5-40d9-ad03-014c5d7116b8 2018-10-04 15:54:37,501 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:54:39,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:54:39,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:54:40,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:54: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-0693a2f7-87b5-408f-9a83-88afecb9031b x-compute-request-id: req-0693a2f7-87b5-408f-9a83-88afecb9031b Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:54:40,033 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0693a2f7-87b5-408f-9a83-88afecb9031b 2018-10-04 15:54:40,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.529518842697s 2018-10-04 15:54:40,034 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0693a2f7-87b5-408f-9a83-88afecb9031b 2018-10-04 15:54:40,038 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:54:42,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:54:42,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:54:42,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:54:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10f8808c-5065-407f-94be-e81aee736eaa x-compute-request-id: req-10f8808c-5065-407f-94be-e81aee736eaa Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:54:42,674 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-10f8808c-5065-407f-94be-e81aee736eaa 2018-10-04 15:54:42,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.633812904358s 2018-10-04 15:54:42,674 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-10f8808c-5065-407f-94be-e81aee736eaa 2018-10-04 15:54:42,678 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:54:44,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:54:44,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:54:45,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:54:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-faa6f00d-d0ba-4a92-9caf-ab17fdb31c2c x-compute-request-id: req-faa6f00d-d0ba-4a92-9caf-ab17fdb31c2c Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:54:45,189 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-faa6f00d-d0ba-4a92-9caf-ab17fdb31c2c 2018-10-04 15:54:45,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508864164352s 2018-10-04 15:54:45,190 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-faa6f00d-d0ba-4a92-9caf-ab17fdb31c2c 2018-10-04 15:54:45,194 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:54:47,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:54:47,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:54:47,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:54: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-6b8cc4ec-b046-4449-b462-78e864c485e2 x-compute-request-id: req-6b8cc4ec-b046-4449-b462-78e864c485e2 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:54:47,705 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6b8cc4ec-b046-4449-b462-78e864c485e2 2018-10-04 15:54:47,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.509239912033s 2018-10-04 15:54:47,706 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6b8cc4ec-b046-4449-b462-78e864c485e2 2018-10-04 15:54:47,710 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:54:49,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:54:49,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:54:50,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:54: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-446db00e-d0cd-4b50-85f1-70e4d67b29de x-compute-request-id: req-446db00e-d0cd-4b50-85f1-70e4d67b29de Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:54:50,220 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-446db00e-d0cd-4b50-85f1-70e4d67b29de 2018-10-04 15:54:50,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.507558107376s 2018-10-04 15:54:50,220 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-446db00e-d0cd-4b50-85f1-70e4d67b29de 2018-10-04 15:54:50,224 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:54:52,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:54:52,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:54:52,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:54:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d34109cb-4f5d-4103-b917-bd9df3a48cf8 x-compute-request-id: req-d34109cb-4f5d-4103-b917-bd9df3a48cf8 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:54:52,770 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d34109cb-4f5d-4103-b917-bd9df3a48cf8 2018-10-04 15:54:52,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.543911933899s 2018-10-04 15:54:52,771 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d34109cb-4f5d-4103-b917-bd9df3a48cf8 2018-10-04 15:54:52,775 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:54:54,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:54:54,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:54:55,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:54:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ecf47ee-437f-4c98-bb93-294527c39926 x-compute-request-id: req-1ecf47ee-437f-4c98-bb93-294527c39926 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:54:55,451 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1ecf47ee-437f-4c98-bb93-294527c39926 2018-10-04 15:54:55,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.674152135849s 2018-10-04 15:54:55,452 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1ecf47ee-437f-4c98-bb93-294527c39926 2018-10-04 15:54:55,456 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:54:57,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:54:57,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:54:57,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:54: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-00b16ba1-8c84-43d3-a291-46642f893d61 x-compute-request-id: req-00b16ba1-8c84-43d3-a291-46642f893d61 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:54:57,939 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-00b16ba1-8c84-43d3-a291-46642f893d61 2018-10-04 15:54:57,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.480797052383s 2018-10-04 15:54:57,940 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-00b16ba1-8c84-43d3-a291-46642f893d61 2018-10-04 15:54:57,944 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:54:59,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:54:59,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:55:00,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:54:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6d6069a-a0cd-4a72-b01d-1a91915750d5 x-compute-request-id: req-d6d6069a-a0cd-4a72-b01d-1a91915750d5 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:55:00,452 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d6d6069a-a0cd-4a72-b01d-1a91915750d5 2018-10-04 15:55:00,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.505448102951s 2018-10-04 15:55:00,452 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d6d6069a-a0cd-4a72-b01d-1a91915750d5 2018-10-04 15:55:00,456 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:55:02,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:55:02,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:55:02,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:55:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b7a450b-0150-4110-929c-d139c8d962ab x-compute-request-id: req-5b7a450b-0150-4110-929c-d139c8d962ab Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:55:02,979 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5b7a450b-0150-4110-929c-d139c8d962ab 2018-10-04 15:55:02,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520579099655s 2018-10-04 15:55:02,980 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5b7a450b-0150-4110-929c-d139c8d962ab 2018-10-04 15:55:02,984 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:55:04,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:55:04,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:55:05,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:55: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-d7707446-d129-4867-84dd-046da2f8e3ca x-compute-request-id: req-d7707446-d129-4867-84dd-046da2f8e3ca Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T15:52:36Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:55:05,526 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d7707446-d129-4867-84dd-046da2f8e3ca 2018-10-04 15:55:05,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540230035782s 2018-10-04 15:55:05,527 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d7707446-d129-4867-84dd-046da2f8e3ca 2018-10-04 15:55:05,531 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 15:55:07,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 15:55:07,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:55:08,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:55: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-4673af71-b930-4c30-b208-c62aa247153c x-compute-request-id: req-4673af71-b930-4c30-b208-c62aa247153c Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:2e:9d", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:55:04.000000", "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T15:55:06Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 15:55:08,098 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4673af71-b930-4c30-b208-c62aa247153c 2018-10-04 15:55:08,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.564841985703s 2018-10-04 15:55:08,099 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4673af71-b930-4c30-b208-c62aa247153c 2018-10-04 15:55:08,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-04 15:55:08,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=57f0aca0-de2a-4654-a979-94d4d21a589c" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:55:08,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-4be1fe79-8aa2-44d0-8ddd-c35cc07758dc Date: Thu, 04 Oct 2018 15:55:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:55:05Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"62cdeb2b-ad48-4a06-b2b3-950c9830fddb","ip_address":"192.168.120.10"}],"id":"64f87a37-02a1-4b1a-9262-36185ecf8665","security_groups":["3fc522e1-c287-4e73-a226-e0ce21fa9547"],"mac_address":"fa:16:3e:46:2e:9d","project_id":"87f4e119dee745038c5dbc8808d51179","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0eaed59d-feba-4b9f-9adf-78572ec9a277","tenant_id":"87f4e119dee745038c5dbc8808d51179","created_at":"2018-10-04T15:52:36Z","binding:vnic_type":"normal","device_id":"57f0aca0-de2a-4654-a979-94d4d21a589c"}]} 2018-10-04 15:55:08,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=57f0aca0-de2a-4654-a979-94d4d21a589c used request id req-4be1fe79-8aa2-44d0-8ddd-c35cc07758dc 2018-10-04 15:55:08,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0601401329041s 2018-10-04 15:55:08,163 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=57f0aca0-de2a-4654-a979-94d4d21a589c used request id req-4be1fe79-8aa2-44d0-8ddd-c35cc07758dc 2018-10-04 15:55:08,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 15:55:08,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=64f87a37-02a1-4b1a-9262-36185ecf8665" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:55:08,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-babb10fe-a2d2-4c48-97ea-cf6f5acf6a9c Date: Thu, 04 Oct 2018 15:55:08 GMT RESP BODY: {"floatingips": []} 2018-10-04 15:55:08,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=64f87a37-02a1-4b1a-9262-36185ecf8665 used request id req-babb10fe-a2d2-4c48-97ea-cf6f5acf6a9c 2018-10-04 15:55:08,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0220029354095s 2018-10-04 15:55:08,191 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=64f87a37-02a1-4b1a-9262-36185ecf8665 used request id req-babb10fe-a2d2-4c48-97ea-cf6f5acf6a9c 2018-10-04 15:55:08,192 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:46:2e:9d', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c45ecf28-6e3b-4041-ad6c-ec0d1e58046f'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-04T15:55:04.000000', 'flavor': Munch({u'id': u'04b584ce-63fd-4c97-a69e-c287b939a13e'}), 'az': u'nova', 'id': u'57f0aca0-de2a-4654-a979-94d4d21a589c', 'security_groups': [Munch({u'name': u'cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'cd8b9ceb37e14791bb8e5a47378fc0a1', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'87f4e119dee745038c5dbc8808d51179', 'name': 'cloudify_ims-project_c6d73e0e-0154-4b46-be9f-cd6de3a912de', '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-10-04T15:55:04.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-04T15:55:06Z', 'hostId': u'9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529', '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-10-04T15:55:04.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'87f4e119dee745038c5dbc8808d51179', 'name': u'cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'adminPass': u'Pkkt66JEDRZo', 'tenant_id': u'87f4e119dee745038c5dbc8808d51179', 'region': 'regionOne', 'created': u'2018-10-04T15:52:34Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-04 15:55:08,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 15:55:08,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:55:08,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-7cfb8603-e72e-4a77-b577-1b96e9880dee Date: Thu, 04 Oct 2018 15:55:08 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":["62cdeb2b-ad48-4a06-b2b3-950c9830fddb"],"updated_at":"2018-10-04T15:50:42Z","tenant_id":"87f4e119dee745038c5dbc8808d51179","created_at":"2018-10-04T15:50:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"87f4e119dee745038c5dbc8808d51179","id":"0eaed59d-feba-4b9f-9adf-78572ec9a277","name":"cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 15:55:08,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7cfb8603-e72e-4a77-b577-1b96e9880dee 2018-10-04 15:55:08,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.109862089157s 2018-10-04 15:55:08,305 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7cfb8603-e72e-4a77-b577-1b96e9880dee 2018-10-04 15:55:08,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-04 15:55:08,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=57f0aca0-de2a-4654-a979-94d4d21a589c" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:55:08,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-86da893f-3656-4caf-bd71-da35b431bd4e Date: Thu, 04 Oct 2018 15:55:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T15:55:05Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"62cdeb2b-ad48-4a06-b2b3-950c9830fddb","ip_address":"192.168.120.10"}],"id":"64f87a37-02a1-4b1a-9262-36185ecf8665","security_groups":["3fc522e1-c287-4e73-a226-e0ce21fa9547"],"mac_address":"fa:16:3e:46:2e:9d","project_id":"87f4e119dee745038c5dbc8808d51179","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0eaed59d-feba-4b9f-9adf-78572ec9a277","tenant_id":"87f4e119dee745038c5dbc8808d51179","created_at":"2018-10-04T15:52:36Z","binding:vnic_type":"normal","device_id":"57f0aca0-de2a-4654-a979-94d4d21a589c"}]} 2018-10-04 15:55:08,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=57f0aca0-de2a-4654-a979-94d4d21a589c used request id req-86da893f-3656-4caf-bd71-da35b431bd4e 2018-10-04 15:55:08,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.054979801178s 2018-10-04 15:55:08,362 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=57f0aca0-de2a-4654-a979-94d4d21a589c used request id req-86da893f-3656-4caf-bd71-da35b431bd4e 2018-10-04 15:55:08,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-10-04 15:55:08,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" -d '{"floatingip": {"floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "192.168.120.10", "port_id": "64f87a37-02a1-4b1a-9262-36185ecf8665"}}' 2018-10-04 15:55:10,156 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-c32e2120-a3a0-4db5-bbb9-115b140504de Date: Thu, 04 Oct 2018 15:55:10 GMT RESP BODY: {"floatingip": {"router_id": "d65aa64f-5af8-4088-86f0-2427ebea84d3", "status": "DOWN", "description": "", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:55:09Z", "updated_at": "2018-10-04T15:55:09Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "87f4e119dee745038c5dbc8808d51179", "port_id": "64f87a37-02a1-4b1a-9262-36185ecf8665", "id": "4738264c-2294-4cf4-82a0-2190ecc8c223"}} 2018-10-04 15:55:10,156 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-c32e2120-a3a0-4db5-bbb9-115b140504de 2018-10-04 15:55:10,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.79309296608s 2018-10-04 15:55:10,156 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-c32e2120-a3a0-4db5-bbb9-115b140504de 2018-10-04 15:55:10,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 15:55:10,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:55:10,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-bc5cbfa8-a304-4184-8ce4-f8d9ab1258e6 Date: Thu, 04 Oct 2018 15:55:10 GMT RESP BODY: {"floatingips": [{"router_id": "d65aa64f-5af8-4088-86f0-2427ebea84d3", "status": "DOWN", "description": "", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:55:09Z", "updated_at": "2018-10-04T15:55:09Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "87f4e119dee745038c5dbc8808d51179", "port_id": "64f87a37-02a1-4b1a-9262-36185ecf8665", "id": "4738264c-2294-4cf4-82a0-2190ecc8c223"}]} 2018-10-04 15:55:10,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-bc5cbfa8-a304-4184-8ce4-f8d9ab1258e6 2018-10-04 15:55:10,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.023325920105s 2018-10-04 15:55:10,188 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-bc5cbfa8-a304-4184-8ce4-f8d9ab1258e6 2018-10-04 15:55:10,192 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-04 15:55:10,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 15:55:10,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:55:10,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-3a211562-e048-4263-8886-3a815365b0d6 Date: Thu, 04 Oct 2018 15:55:10 GMT RESP BODY: {"floatingips": [{"router_id": "d65aa64f-5af8-4088-86f0-2427ebea84d3", "status": "DOWN", "description": "", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:55:09Z", "updated_at": "2018-10-04T15:55:09Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "87f4e119dee745038c5dbc8808d51179", "port_id": "64f87a37-02a1-4b1a-9262-36185ecf8665", "id": "4738264c-2294-4cf4-82a0-2190ecc8c223"}]} 2018-10-04 15:55:10,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-3a211562-e048-4263-8886-3a815365b0d6 2018-10-04 15:55:10,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0227570533752s 2018-10-04 15:55:10,321 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-3a211562-e048-4263-8886-3a815365b0d6 2018-10-04 15:55:10,324 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-04 15:55:10,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 15:55:10,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:55:10,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-a6eff10a-8909-453c-934d-9b553e9edb34 Date: Thu, 04 Oct 2018 15:55:10 GMT RESP BODY: {"floatingips": [{"router_id": "d65aa64f-5af8-4088-86f0-2427ebea84d3", "status": "DOWN", "description": "", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:55:09Z", "updated_at": "2018-10-04T15:55:09Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "87f4e119dee745038c5dbc8808d51179", "port_id": "64f87a37-02a1-4b1a-9262-36185ecf8665", "id": "4738264c-2294-4cf4-82a0-2190ecc8c223"}]} 2018-10-04 15:55:10,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-a6eff10a-8909-453c-934d-9b553e9edb34 2018-10-04 15:55:10,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0233390331268s 2018-10-04 15:55:10,453 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-a6eff10a-8909-453c-934d-9b553e9edb34 2018-10-04 15:55:10,457 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-04 15:55:10,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 15:55:10,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:55:10,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-dc0d0c97-6584-4384-850b-cbac2bfbab6b Date: Thu, 04 Oct 2018 15:55:10 GMT RESP BODY: {"floatingips": [{"router_id": "d65aa64f-5af8-4088-86f0-2427ebea84d3", "status": "DOWN", "description": "", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:55:09Z", "updated_at": "2018-10-04T15:55:09Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "87f4e119dee745038c5dbc8808d51179", "port_id": "64f87a37-02a1-4b1a-9262-36185ecf8665", "id": "4738264c-2294-4cf4-82a0-2190ecc8c223"}]} 2018-10-04 15:55:10,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-dc0d0c97-6584-4384-850b-cbac2bfbab6b 2018-10-04 15:55:10,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0230040550232s 2018-10-04 15:55:10,586 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-dc0d0c97-6584-4384-850b-cbac2bfbab6b 2018-10-04 15:55:10,589 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-04 15:55:10,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 15:55:10,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:55:10,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-d22c45c8-540b-4e6d-9560-d4db79c5429d Date: Thu, 04 Oct 2018 15:55:10 GMT RESP BODY: {"floatingips": [{"router_id": "d65aa64f-5af8-4088-86f0-2427ebea84d3", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:55:09Z", "updated_at": "2018-10-04T15:55:09Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "87f4e119dee745038c5dbc8808d51179", "port_id": "64f87a37-02a1-4b1a-9262-36185ecf8665", "id": "4738264c-2294-4cf4-82a0-2190ecc8c223"}]} 2018-10-04 15:55:10,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-d22c45c8-540b-4e6d-9560-d4db79c5429d 2018-10-04 15:55:10,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0271050930023s 2018-10-04 15:55:10,722 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-d22c45c8-540b-4e6d-9560-d4db79c5429d 2018-10-04 15:55:10,726 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'd65aa64f-5af8-4088-86f0-2427ebea84d3', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'87f4e119dee745038c5dbc8808d51179', 'created_at': u'2018-10-04T15:55:09Z', 'attached': True, 'updated_at': u'2018-10-04T15:55:09Z', 'id': u'4738264c-2294-4cf4-82a0-2190ecc8c223', 'floating_network_id': u'18028772-bdec-4175-9daf-5ee7ae542a2e', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'87f4e119dee745038c5dbc8808d51179', 'name': 'cloudify_ims-project_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'd65aa64f-5af8-4088-86f0-2427ebea84d3', 'project_id': u'87f4e119dee745038c5dbc8808d51179', 'port_id': u'64f87a37-02a1-4b1a-9262-36185ecf8665', 'port': u'64f87a37-02a1-4b1a-9262-36185ecf8665', 'network': u'18028772-bdec-4175-9daf-5ee7ae542a2e'}) 2018-10-04 15:55:10,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-04 15:55:10,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:55:13,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:55: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-d4e409f9-777f-415c-ab9f-29f75b96c6b0 x-compute-request-id: req-d4e409f9-777f-415c-ab9f-29f75b96c6b0 Content-Encoding: gzip Content-Length: 10970 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe1223 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 1911297484 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.298888] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.301090] pid_max: default: 32768 minimum: 301\n[ 0.302285] Security Framework initialized\n[ 0.303391] SELinux: Initializing.\n[ 0.305019] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.308287] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.310045] Mount-cache hash table entries: 4096\n[ 0.311383] Initializing cgroup subsys memory\n[ 0.312529] Initializing cgroup subsys devices\n[ 0.313680] Initializing cgroup subsys freezer\n[ 0.314824] Initializing cgroup subsys net_cls\n[ 0.315973] Initializing cgroup subsys blkio\n[ 0.317090] Initializing cgroup subsys perf_event\n[ 0.318272] Initializing cgroup subsys hugetlb\n[ 0.319415] Initializing cgroup subsys pids\n[ 0.320513] Initializing cgroup subsys net_prio\n[ 0.321723] CPU: Physical Processor ID: 0\n[ 0.323516] mce: CPU supports 10 MCE banks\n[ 0.324638] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.325919] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.327199] tlb_flushall_shift: 6\n[ 0.328376] Freeing SMP alternatives: 28k freed\n[ 0.332316] ACPI: Core revision 20130517\n[ 0.333787] ACPI: All ACPI Tables successfully acquired\n[ 0.335222] ftrace: allocating 25812 entries in 101 pages\n[ 0.357568] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.359054] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.360517] smpboot: Max logical packages: 2\n[ 0.361799] Enabling x2apic\n[ 0.362691] Enabled x2apic\n[ 0.363767] Switched APIC routing to physical x2apic.\n[ 0.365938] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.367415] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.370036] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.378119] KVM setup paravirtual spinlock\n[ 0.380187] smpboot: Booting Node 0, Processors #1 OK\n[ 0.382268] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.404924] Brought up 2 CPUs\n[ 0.404927] KVM setup async PF for cpu 1\n[ 0.404930] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.408049] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.410430] devtmpfs: initialized\n[ 0.412773] EVM: security.selinux\n[ 0.413778] EVM: security.ima\n[ 0.414696] EVM: security.capability\n[ 0.416269] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.417805] pinctrl core: initialized pinctrl subsystem\n[ 0.419181] NET: Registered protocol family 16\n[ 0.420558] ACPI: bus type PCI registered\n[ 0.421649] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.423175] PCI: Using configuration type 1 for base access\n[ 0.427830] ACPI: Added _OSI(Module Device)\n[ 0.428984] ACPI: Added _OSI(Processor Device)\n[ 0.430134] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.431306] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.434068] ACPI: Interpreter enabled\n[ 0.435123] ACPI: (supports S0 S5)\n[ 0.436110] ACPI: Using IOAPIC for interrupt routing\n[ 0.437338] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.441072] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.442488] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.444132] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.445619] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.448371] acpiphp: Slot [3] registered\n[ 0.449453] acpiphp: Slot [4] registered\n[ 0.450530] acpiphp: Slot [5] registered\n[ 0.451604] acpiphp: Slot [6] registered\n[ 0.452678] acpiphp: Slot [7] registered\n[ 0.453748] acpiphp: Slot [8] registered\n[ 0.454819] acpiphp: Slot [9] registered\n[ 0.455893] acpiphp: Slot [10] registered\n[ 0.456983] acpiphp: Slot [11] registered\n[ 0.458067] acpiphp: Slot [12] registered\n[ 0.459157] acpiphp: Slot [13] registered\n[ 0.460241] acpiphp: Slot [14] registered\n[ 0.461335] acpiphp: Slot [15] registered\n[ 0.462420] acpiphp: Slot [16] registered\n[ 0.463506] acpiphp: Slot [17] registered\n[ 0.464594] acpiphp: Slot [18] registered\n[ 0.465680] acpiphp: Slot [19] registered\n[ 0.466767] acpiphp: Slot [20] registered\n[ 0.467853] acpiphp: Slot [21] registered\n[ 0.468940] acpiphp: Slot [22] registered\n[ 0.470025] acpiphp: Slot [23] registered\n[ 0.471112] acpiphp: Slot [24] registered\n[ 0.472200] acpiphp: Slot [25] registered\n[ 0.473283] acpiphp: Slot [26] registered\n[ 0.474371] acpiphp: Slot [27] registered\n[ 0.475455] acpiphp: Slot [28] registered\n[ 0.476540] acpiphp: Slot [29] registered\n[ 0.477624] acpiphp: Slot [30] registered\n[ 0.478708] acpiphp: Slot [31] registered\n[ 0.479788] PCI host bridge to bus 0000:00\n[ 0.480875] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.482177] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.483670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.485159] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.487161] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.494605] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.496161] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.497611] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.499139] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.505662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.507640] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.554950] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.556783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.559719] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.561437] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.563110] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.564689] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.566445] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.568543] vgaarb: loaded\n[ 0.569423] vgaarb: bridge control possible 0000:00:02.0\n[ 0.570831] SCSI subsystem initialized\n[ 0.571911] ACPI: bus type USB registered\n[ 0.573009] usbcore: registered new interface driver usbfs\n[ 0.574330] usbcore: registered new interface driver hub\n[ 0.575627] usbcore: registered new device driver usb\n[ 0.577017] PCI: Using ACPI for IRQ routing\n[ 0.578409] NetLabel: Initializing\n[ 0.579415] NetLabel: domain hash size = 128\n[ 0.580538] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.581784] NetLabel: unlabeled traffic allowed by default\n[ 0.583236] Switched to clocksource kvm-clock\n[ 0.590227] pnp: PnP ACPI init\n[ 0.591453] ACPI: bus type PNP registered\n[ 0.593599] pnp: PnP ACPI: found 5 devices\n[ 0.595032] ACPI: bus type PNP unregistered\n[ 0.601764] NET: Registered protocol family 2\n[ 0.603469] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.606107] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.608182] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.609771] TCP: reno registered\n[ 0.610733] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.612098] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.613586] NET: Registered protocol family 1\n[ 0.614721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.616062] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.617386] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.637213] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.657178] Unpacking initramfs...\n[ 1.056255] Freeing initrd memory: 37508k freed\n[ 1.065239] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.066756] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.075821] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.077305] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.078963] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.080372] Initialise system trusted keyring\n[ 1.081509] audit: initializing netlink socket (disabled)\n[ 1.082783] type=2000 audit(1538668506.684:1): initialized\n[ 1.099062] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.100498] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.103059] zpool: loaded\n[ 1.103930] zbud: loaded\n[ 1.104933] VFS: Disk quotas dquot_6.5.2\n[ 1.106012] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.107558] msgmni has been set to 7578\n[ 1.108641] Key type big_key registered\n[ 1.110219] NET: Registered protocol family 38\n[ 1.111365] Key type asymmetric registered\n[ 1.112439] Asymmetric key parser 'x509' registered\n[ 1.113641] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.115661] io scheduler noop registered\n[ 1.116715] io scheduler deadline registered (default)\n[ 1.117959] io scheduler cfq registered\n[ 1.119082] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.130258] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.131803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.133768] ACPI: Power Button [PWRF]\n[ 1.134862] GHES: HEST is not enabled!\n[ 1.135936] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.160190] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.161715] Non-volatile memory driver v1.3\n[ 1.162820] Linux agpgart interface v0.103\n[ 1.163973] crash memory driver: version 1.1\n[ 1.165113] rdac: device handler registered\n[ 1.166253] hp_sw: device handler registered\n[ 1.167351] emc: device handler registered\n[ 1.168416] alua: device handler registered\n[ 1.169512] libphy: Fixed MDIO Bus: probed\n[ 1.170608] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.172034] ehci-pci: EHCI PCI platform driver\n[ 1.173155] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.174522] ohci-pci: OHCI PCI platform driver\n[ 1.175641] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.195628] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.196889] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.198848] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.200095] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.201478] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.202932] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.204849] usb usb1: Product: UHCI Host Controller\n[ 1.206098] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.207602] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.208809] hub 1-0:1.0: USB hub found\n[ 1.209844] hub 1-0:1.0: 2 ports detected\n[ 1.210992] usbcore: registered new interface driver usbserial\n[ 1.212337] usbcore: registered new interface driver usbserial_generic\n[ 1.213762] usbserial: USB Serial support registered for generic\n[ 1.215136] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.217773] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.219200] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.220502] mousedev: PS/2 mouse device common for all mice\n[ 1.222018] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.224221] rtc_cmos 00:00: RTC can wake from S4\n[ 1.225980] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.228127] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.228392] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.232344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.234088] cpuidle: using governor menu\n[ 1.235350] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.236905] usbcore: registered new interface driver usbhid\n[ 1.238429] usbhid: USB HID core driver\n[ 1.239643] drop_monitor: Initializing network drop monitor service\n[ 1.242916] TCP: cubic registered\n[ 1.244954] Initializing XFRM netlink socket\n[ 1.248047] NET: Registered protocol family 10\n[ 1.250646] NET: Registered protocol family 17\n[ 1.253407] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.256115] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.259501] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.262805] Loading compiled-in X.509 certificates\n[ 1.264203] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.266859] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.269926] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.272598] registered taskstats version 1\n[ 1.275274] Key type trusted registered\n[ 1.277506] Key type encrypted registered\n[ 1.279660] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.281322] rtc_cmos 00:00: setting system clock to 2018-10-04 15:55:06 UTC (1538668506)\n[ 1.283986] Freeing unused kernel memory: 1680k freed\n[ 1.288125] 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.292876] systemd[1]: Detected virtualization kvm.\n[ 1.294315] systemd[1]: Detected architecture x86-64.\n[ 1.295726] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.298505] systemd[1]: No hostname configured.\n[ 1.299864] systemd[1]: Set hostname to .\n[ 1.301275] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.324781] systemd[1]: Created slice Root Slice.\n[ 1.326186] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.328467] systemd[1]: Created slice System Slice.\n[ 1.329892] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.332046] systemd[1]: Reached target Slices.\n[ 1.333330] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Swap.\n[ 1.335375] systemd[1]: Reached target Swap.\n[ 1.336643] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.338808] systemd[1]: Reached target Local File Systems.\n[ 1.340315] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.342591] systemd[1]: Reached target Timers.\n[ 1.343928] systemd[1]: Starting Timers.\n[ 1.345171] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.347498] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.350847] systemd[1]: Listening on Journal Socket.\n[ 1.352284] systemd[1]: Starting Journal Socket.\n[ 1.353926] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.356468] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.359033] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Paths.\n[ 1.363424] systemd[1]: Reached target Paths.\n[ 1.364590] systemd[1]: Starting Paths.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.366609] systemd[1]: Listening on udev Kernel Socket.\n[ 1.367894] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.370085] systemd[1]: Listening on udev Control Socket.\n[ 1.371372] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.373421] systemd[1]: Reached target Sockets.\n[ 1.374583] systemd[1]: Starting Sockets.\n[ 1.375945] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Started Journal Service.\n[ 1.380453] 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.431690] RPC: Registered named UNIX socket transport module.\n[ 1.433083] RPC: Registered udp transport module.\n[ 1.434263] RPC: Registered tcp transport module.\n[ 1.435936] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devi[ 1.513245] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nces.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.543665] FDC 0 is a S82078B\n[ 1.550730] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.591782] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.595475] scsi host0: ata_piix\n[ 1.599410] scsi host1: ata_piix\n[ 1.600649] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.600677] vda: vda1\n[ 1.603214] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.666851] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.668568] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.670390] usb 1-1: Product: QEMU USB Tablet\n[ 1.671658] usb 1-1: Manufacturer: QEMU\n[ 1.672782] usb 1-1: SerialNumber: 42\n[ 1.682996] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.685801] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 1.776290] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.779025] XFS (vda1): Mounting V4 Filesystem\n[ 1.879170] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n [ 2.077444] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nStopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.108168] systemd-journald[106]: Received SIGTERM from PID 1 (systemd).\n[ 2.277446] SELinux: Disabled at runtime.\n[ 2.314285] type=1404 audit(1538668507.532:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.365775] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.367144] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Reached target Swap.\n Mounting Huge Pages File System...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Created slice system-getty.slice.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on udev Control Socket.\n Mounting POSIX Message Queue File System...\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n Mounting Debug File System...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Mounted Debug File System.\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 Journal Service.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n[ 2.790096] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[ 2.809287] systemd-journald[384]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Load/Save Random Seed.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Mark the need to relabel after reboot...\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[ 2.934149] type=1305 audit(1538668508.151:3): audit_pid=431 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n Starting Initial cloud-init job (pre-networking)...\n Starting Authorization Manager...\n Starting Login Service...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.172250] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.178752] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.193215] [drm] Initialized drm 1.1.0 20060810\n[ 3.202734] ppdev: user-space parallel port driver\n[ 3.236281] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.238551] [TTM] Initializing pool allocator\n[ 3.240716] [TTM] Initializing DMA pool allocator\n[ 3.242617] [drm] fb mappable at 0xFC000000\n[ 3.243955] [drm] vram aper at 0xFC000000\n[ 3.245079] [drm] size 33554432\n[ 3.246063] [drm] fb depth is 24\n[ 3.247048] [drm] pitch is 3072\n[ 3.248259] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.268241] Console: switching to colour frame buffer device 128x48\n[ 3.279737] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Startin[ 3.287009] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\ng GSSAPI Proxy Daemon...\n Starting Dump dmesg to /var/log/dmesg...\n Starting NTP client/server...\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Authorization Manager.\n[ 3.319724] AES CTR mode by8 optimization enabled\n[ 3.324799] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 3.333131] alg: No test for crc32 (crc32-pclmul)\n[ 3.394019] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started NTP client/server.\n[ 3.428277] intel_rapl: no valid rapl domains found in package 0\n[ 3.438040] intel_powerclamp: No package C-state available\n[ 3.447248] intel_powerclamp: No package C-state available[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.818899] cloud-init[472]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 04 Oct 2018 15:55:09 +0000. Up 3.77 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n"} 2018-10-04 15:55:13,226 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c/action used request id req-d4e409f9-777f-415c-ab9f-29f75b96c6b0 2018-10-04 15:55:13,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 2.50005102158s 2018-10-04 15:55:13,228 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c/action used request id req-d4e409f9-777f-415c-ab9f-29f75b96c6b0 2018-10-04 15:55:13,228 - 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe1223 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 1911297484 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.298888] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.301090] pid_max: default: 32768 minimum: 301 [ 0.302285] Security Framework initialized [ 0.303391] SELinux: Initializing. [ 0.305019] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.308287] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.310045] Mount-cache hash table entries: 4096 [ 0.311383] Initializing cgroup subsys memory [ 0.312529] Initializing cgroup subsys devices [ 0.313680] Initializing cgroup subsys freezer [ 0.314824] Initializing cgroup subsys net_cls [ 0.315973] Initializing cgroup subsys blkio [ 0.317090] Initializing cgroup subsys perf_event [ 0.318272] Initializing cgroup subsys hugetlb [ 0.319415] Initializing cgroup subsys pids [ 0.320513] Initializing cgroup subsys net_prio [ 0.321723] CPU: Physical Processor ID: 0 [ 0.323516] mce: CPU supports 10 MCE banks [ 0.324638] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.325919] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.327199] tlb_flushall_shift: 6 [ 0.328376] Freeing SMP alternatives: 28k freed [ 0.332316] ACPI: Core revision 20130517 [ 0.333787] ACPI: All ACPI Tables successfully acquired [ 0.335222] ftrace: allocating 25812 entries in 101 pages [ 0.357568] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.359054] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.360517] smpboot: Max logical packages: 2 [ 0.361799] Enabling x2apic [ 0.362691] Enabled x2apic [ 0.363767] Switched APIC routing to physical x2apic. [ 0.365938] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.367415] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.370036] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.378119] KVM setup paravirtual spinlock [ 0.380187] smpboot: Booting Node 0, Processors #1 OK [ 0.382268] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.404924] Brought up 2 CPUs [ 0.404927] KVM setup async PF for cpu 1 [ 0.404930] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.408049] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.410430] devtmpfs: initialized [ 0.412773] EVM: security.selinux [ 0.413778] EVM: security.ima [ 0.414696] EVM: security.capability [ 0.416269] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.417805] pinctrl core: initialized pinctrl subsystem [ 0.419181] NET: Registered protocol family 16 [ 0.420558] ACPI: bus type PCI registered [ 0.421649] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.423175] PCI: Using configuration type 1 for base access [ 0.427830] ACPI: Added _OSI(Module Device) [ 0.428984] ACPI: Added _OSI(Processor Device) [ 0.430134] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.431306] ACPI: Added _OSI(Processor Aggregator Device) [ 0.434068] ACPI: Interpreter enabled [ 0.435123] ACPI: (supports S0 S5) [ 0.436110] ACPI: Using IOAPIC for interrupt routing [ 0.437338] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.441072] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.442488] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.444132] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.445619] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.448371] acpiphp: Slot [3] registered [ 0.449453] acpiphp: Slot [4] registered [ 0.450530] acpiphp: Slot [5] registered [ 0.451604] acpiphp: Slot [6] registered [ 0.452678] acpiphp: Slot [7] registered [ 0.453748] acpiphp: Slot [8] registered [ 0.454819] acpiphp: Slot [9] registered [ 0.455893] acpiphp: Slot [10] registered [ 0.456983] acpiphp: Slot [11] registered [ 0.458067] acpiphp: Slot [12] registered [ 0.459157] acpiphp: Slot [13] registered [ 0.460241] acpiphp: Slot [14] registered [ 0.461335] acpiphp: Slot [15] registered [ 0.462420] acpiphp: Slot [16] registered [ 0.463506] acpiphp: Slot [17] registered [ 0.464594] acpiphp: Slot [18] registered [ 0.465680] acpiphp: Slot [19] registered [ 0.466767] acpiphp: Slot [20] registered [ 0.467853] acpiphp: Slot [21] registered [ 0.468940] acpiphp: Slot [22] registered [ 0.470025] acpiphp: Slot [23] registered [ 0.471112] acpiphp: Slot [24] registered [ 0.472200] acpiphp: Slot [25] registered [ 0.473283] acpiphp: Slot [26] registered [ 0.474371] acpiphp: Slot [27] registered [ 0.475455] acpiphp: Slot [28] registered [ 0.476540] acpiphp: Slot [29] registered [ 0.477624] acpiphp: Slot [30] registered [ 0.478708] acpiphp: Slot [31] registered [ 0.479788] PCI host bridge to bus 0000:00 [ 0.480875] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.482177] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.483670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.485159] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.487161] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.494605] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.496161] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.497611] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.499139] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.505662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.507640] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.554950] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.556783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.559719] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.561437] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.563110] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.564689] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.566445] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.568543] vgaarb: loaded [ 0.569423] vgaarb: bridge control possible 0000:00:02.0 [ 0.570831] SCSI subsystem initialized [ 0.571911] ACPI: bus type USB registered [ 0.573009] usbcore: registered new interface driver usbfs [ 0.574330] usbcore: registered new interface driver hub [ 0.575627] usbcore: registered new device driver usb [ 0.577017] PCI: Using ACPI for IRQ routing [ 0.578409] NetLabel: Initializing [ 0.579415] NetLabel: domain hash size = 128 [ 0.580538] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.581784] NetLabel: unlabeled traffic allowed by default [ 0.583236] Switched to clocksource kvm-clock [ 0.590227] pnp: PnP ACPI init [ 0.591453] ACPI: bus type PNP registered [ 0.593599] pnp: PnP ACPI: found 5 devices [ 0.595032] ACPI: bus type PNP unregistered [ 0.601764] NET: Registered protocol family 2 [ 0.603469] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.606107] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.608182] TCP: Hash tables configured (established 32768 bind 32768) [ 0.609771] TCP: reno registered [ 0.610733] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.612098] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.613586] NET: Registered protocol family 1 [ 0.614721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.616062] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.617386] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.637213] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.657178] Unpacking initramfs... [ 1.056255] Freeing initrd memory: 37508k freed [ 1.065239] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.066756] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.075821] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.077305] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.078963] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.080372] Initialise system trusted keyring [ 1.081509] audit: initializing netlink socket (disabled) [ 1.082783] type=2000 audit(1538668506.684:1): initialized [ 1.099062] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.100498] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.103059] zpool: loaded [ 1.103930] zbud: loaded [ 1.104933] VFS: Disk quotas dquot_6.5.2 [ 1.106012] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.107558] msgmni has been set to 7578 [ 1.108641] Key type big_key registered [ 1.110219] NET: Registered protocol family 38 [ 1.111365] Key type asymmetric registered [ 1.112439] Asymmetric key parser 'x509' registered [ 1.113641] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.115661] io scheduler noop registered [ 1.116715] io scheduler deadline registered (default) [ 1.117959] io scheduler cfq registered [ 1.119082] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.130258] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.131803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.133768] ACPI: Power Button [PWRF] [ 1.134862] GHES: HEST is not enabled! [ 1.135936] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.160190] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.161715] Non-volatile memory driver v1.3 [ 1.162820] Linux agpgart interface v0.103 [ 1.163973] crash memory driver: version 1.1 [ 1.165113] rdac: device handler registered [ 1.166253] hp_sw: device handler registered [ 1.167351] emc: device handler registered [ 1.168416] alua: device handler registered [ 1.169512] libphy: Fixed MDIO Bus: probed [ 1.170608] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.172034] ehci-pci: EHCI PCI platform driver [ 1.173155] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.174522] ohci-pci: OHCI PCI platform driver [ 1.175641] uhci_hcd: USB Universal Host Controller Interface driver [ 1.195628] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.196889] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.198848] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.200095] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.201478] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.202932] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.204849] usb usb1: Product: UHCI Host Controller [ 1.206098] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.207602] usb usb1: SerialNumber: 0000:00:01.2 [ 1.208809] hub 1-0:1.0: USB hub found [ 1.209844] hub 1-0:1.0: 2 ports detected [ 1.210992] usbcore: registered new interface driver usbserial [ 1.212337] usbcore: registered new interface driver usbserial_generic [ 1.213762] usbserial: USB Serial support registered for generic [ 1.215136] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.217773] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.219200] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.220502] mousedev: PS/2 mouse device common for all mice [ 1.222018] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.224221] rtc_cmos 00:00: RTC can wake from S4 [ 1.225980] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.228127] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.228392] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.232344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.234088] cpuidle: using governor menu [ 1.235350] hidraw: raw HID events driver (C) Jiri Kosina [ 1.236905] usbcore: registered new interface driver usbhid [ 1.238429] usbhid: USB HID core driver [ 1.239643] drop_monitor: Initializing network drop monitor service [ 1.242916] TCP: cubic registered [ 1.244954] Initializing XFRM netlink socket [ 1.248047] NET: Registered protocol family 10 [ 1.250646] NET: Registered protocol family 17 [ 1.253407] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.256115] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.259501] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.262805] Loading compiled-in X.509 certificates [ 1.264203] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.266859] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.269926] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.272598] registered taskstats version 1 [ 1.275274] Key type trusted registered [ 1.277506] Key type encrypted registered [ 1.279660] IMA: No TPM chip found, activating TPM-bypass! [ 1.281322] rtc_cmos 00:00: setting system clock to 2018-10-04 15:55:06 UTC (1538668506) [ 1.283986] Freeing unused kernel memory: 1680k freed [ 1.288125] 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.292876] systemd[1]: Detected virtualization kvm. [ 1.294315] systemd[1]: Detected architecture x86-64. [ 1.295726] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.298505] systemd[1]: No hostname configured. [ 1.299864] systemd[1]: Set hostname to . [ 1.301275] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.324781] systemd[1]: Created slice Root Slice. [ 1.326186] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.328467] systemd[1]: Created slice System Slice. [ 1.329892] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.332046] systemd[1]: Reached target Slices. [ 1.333330] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Swap. [ 1.335375] systemd[1]: Reached target Swap. [ 1.336643] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Local File Systems. [ 1.338808] systemd[1]: Reached target Local File Systems. [ 1.340315] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.342591] systemd[1]: Reached target Timers. [ 1.343928] systemd[1]: Starting Timers. [ 1.345171] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.347498] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Listening on Journal Socket. [ 1.350847] systemd[1]: Listening on Journal Socket. [ 1.352284] systemd[1]: Starting Journal Socket. [ 1.353926] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.356468] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.359033] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Paths. [ 1.363424] systemd[1]: Reached target Paths. [ 1.364590] systemd[1]: Starting Paths. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.366609] systemd[1]: Listening on udev Kernel Socket. [ 1.367894] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.370085] systemd[1]: Listening on udev Control Socket. [ 1.371372] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.373421] systemd[1]: Reached target Sockets. [ 1.374583] systemd[1]: Starting Sockets. [ 1.375945] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Started Journal Service. [ 1.380453] 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.431690] RPC: Registered named UNIX socket transport module. [ 1.433083] RPC: Registered udp transport module. [ 1.434263] RPC: Registered tcp transport module. [ 1.435936] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devi[ 1.513245] usb 1-1: new full-speed USB device number 2 using uhci_hcd ces. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.543665] FDC 0 is a S82078B [ 1.550730] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.591782] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.595475] scsi host0: ata_piix [ 1.599410] scsi host1: ata_piix [ 1.600649] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.600677] vda: vda1 [ 1.603214] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.666851] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.668568] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.670390] usb 1-1: Product: QEMU USB Tablet [ 1.671658] usb 1-1: Manufacturer: QEMU [ 1.672782] usb 1-1: SerialNumber: 42 [ 1.682996] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.685801] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 1.776290] SGI XFS with ACLs, security attributes, no debug enabled [ 1.779025] XFS (vda1): Mounting V4 Filesystem [ 1.879170] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [ 2.077444] tsc: Refined TSC clocksource calibration: 3491.912 MHz Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.108168] systemd-journald[106]: Received SIGTERM from PID 1 (systemd). [ 2.277446] SELinux: Disabled at runtime. [ 2.314285] type=1404 audit(1538668507.532:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.365775] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.367144] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Reached target Swap. Mounting Huge Pages File System... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Created slice system-getty.slice. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting NFSD configuration filesystem... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on udev Control Socket. Mounting POSIX Message Queue File System... Starting Setup Virtual Console... Starting Apply Kernel Variables... Mounting Debug File System... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Mounted Debug File System. [[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 Journal Service. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Load/Save Random Seed... [ 2.790096] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [ 2.809287] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Load/Save Random Seed. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Mark the need to relabel after reboot... [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started udev Kernel Device Manager. [ 2.934149] type=1305 audit(1538668508.151:3): audit_pid=431 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Basic System. Starting Initial cloud-init job (pre-networking)... Starting Authorization Manager... Starting Login Service... Starting LSB: Bring up/down networking... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.172250] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.178752] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.193215] [drm] Initialized drm 1.1.0 20060810 [ 3.202734] ppdev: user-space parallel port driver [ 3.236281] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.238551] [TTM] Initializing pool allocator [ 3.240716] [TTM] Initializing DMA pool allocator [ 3.242617] [drm] fb mappable at 0xFC000000 [ 3.243955] [drm] vram aper at 0xFC000000 [ 3.245079] [drm] size 33554432 [ 3.246063] [drm] fb depth is 24 [ 3.247048] [drm] pitch is 3072 [ 3.248259] fbcon: cirrusdrmfb (fb0) is primary device [ 3.268241] Console: switching to colour frame buffer device 128x48 [ 3.279737] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Startin[ 3.287009] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 g GSSAPI Proxy Daemon... Starting Dump dmesg to /var/log/dmesg... Starting NTP client/server... [[32m OK [0m] Reached target Timers. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Authorization Manager. [ 3.319724] AES CTR mode by8 optimization enabled [ 3.324799] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 3.333131] alg: No test for crc32 (crc32-pclmul) [ 3.394019] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started NTP client/server. [ 3.428277] intel_rapl: no valid rapl domains found in package 0 [ 3.438040] intel_powerclamp: No package C-state available [ 3.447248] intel_powerclamp: No package C-state available[[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.818899] cloud-init[472]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 04 Oct 2018 15:55:09 +0000. Up 3.77 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). 2018-10-04 15:55:14,006 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.202: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-10-04 15:55:23,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-04 15:55:23,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 15:55:24,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:55: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-57bff1e6-be63-4f81-bd02-1a0c167e360a x-compute-request-id: req-57bff1e6-be63-4f81-bd02-1a0c167e360a Content-Encoding: gzip Content-Length: 12745 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe1223 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 1911297484 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.298888] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.301090] pid_max: default: 32768 minimum: 301\n[ 0.302285] Security Framework initialized\n[ 0.303391] SELinux: Initializing.\n[ 0.305019] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.308287] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.310045] Mount-cache hash table entries: 4096\n[ 0.311383] Initializing cgroup subsys memory\n[ 0.312529] Initializing cgroup subsys devices\n[ 0.313680] Initializing cgroup subsys freezer\n[ 0.314824] Initializing cgroup subsys net_cls\n[ 0.315973] Initializing cgroup subsys blkio\n[ 0.317090] Initializing cgroup subsys perf_event\n[ 0.318272] Initializing cgroup subsys hugetlb\n[ 0.319415] Initializing cgroup subsys pids\n[ 0.320513] Initializing cgroup subsys net_prio\n[ 0.321723] CPU: Physical Processor ID: 0\n[ 0.323516] mce: CPU supports 10 MCE banks\n[ 0.324638] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.325919] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.327199] tlb_flushall_shift: 6\n[ 0.328376] Freeing SMP alternatives: 28k freed\n[ 0.332316] ACPI: Core revision 20130517\n[ 0.333787] ACPI: All ACPI Tables successfully acquired\n[ 0.335222] ftrace: allocating 25812 entries in 101 pages\n[ 0.357568] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.359054] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.360517] smpboot: Max logical packages: 2\n[ 0.361799] Enabling x2apic\n[ 0.362691] Enabled x2apic\n[ 0.363767] Switched APIC routing to physical x2apic.\n[ 0.365938] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.367415] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.370036] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.378119] KVM setup paravirtual spinlock\n[ 0.380187] smpboot: Booting Node 0, Processors #1 OK\n[ 0.382268] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.404924] Brought up 2 CPUs\n[ 0.404927] KVM setup async PF for cpu 1\n[ 0.404930] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.408049] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.410430] devtmpfs: initialized\n[ 0.412773] EVM: security.selinux\n[ 0.413778] EVM: security.ima\n[ 0.414696] EVM: security.capability\n[ 0.416269] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.417805] pinctrl core: initialized pinctrl subsystem\n[ 0.419181] NET: Registered protocol family 16\n[ 0.420558] ACPI: bus type PCI registered\n[ 0.421649] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.423175] PCI: Using configuration type 1 for base access\n[ 0.427830] ACPI: Added _OSI(Module Device)\n[ 0.428984] ACPI: Added _OSI(Processor Device)\n[ 0.430134] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.431306] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.434068] ACPI: Interpreter enabled\n[ 0.435123] ACPI: (supports S0 S5)\n[ 0.436110] ACPI: Using IOAPIC for interrupt routing\n[ 0.437338] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.441072] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.442488] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.444132] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.445619] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.448371] acpiphp: Slot [3] registered\n[ 0.449453] acpiphp: Slot [4] registered\n[ 0.450530] acpiphp: Slot [5] registered\n[ 0.451604] acpiphp: Slot [6] registered\n[ 0.452678] acpiphp: Slot [7] registered\n[ 0.453748] acpiphp: Slot [8] registered\n[ 0.454819] acpiphp: Slot [9] registered\n[ 0.455893] acpiphp: Slot [10] registered\n[ 0.456983] acpiphp: Slot [11] registered\n[ 0.458067] acpiphp: Slot [12] registered\n[ 0.459157] acpiphp: Slot [13] registered\n[ 0.460241] acpiphp: Slot [14] registered\n[ 0.461335] acpiphp: Slot [15] registered\n[ 0.462420] acpiphp: Slot [16] registered\n[ 0.463506] acpiphp: Slot [17] registered\n[ 0.464594] acpiphp: Slot [18] registered\n[ 0.465680] acpiphp: Slot [19] registered\n[ 0.466767] acpiphp: Slot [20] registered\n[ 0.467853] acpiphp: Slot [21] registered\n[ 0.468940] acpiphp: Slot [22] registered\n[ 0.470025] acpiphp: Slot [23] registered\n[ 0.471112] acpiphp: Slot [24] registered\n[ 0.472200] acpiphp: Slot [25] registered\n[ 0.473283] acpiphp: Slot [26] registered\n[ 0.474371] acpiphp: Slot [27] registered\n[ 0.475455] acpiphp: Slot [28] registered\n[ 0.476540] acpiphp: Slot [29] registered\n[ 0.477624] acpiphp: Slot [30] registered\n[ 0.478708] acpiphp: Slot [31] registered\n[ 0.479788] PCI host bridge to bus 0000:00\n[ 0.480875] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.482177] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.483670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.485159] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.487161] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.494605] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.496161] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.497611] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.499139] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.505662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.507640] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.554950] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.556783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.559719] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.561437] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.563110] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.564689] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.566445] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.568543] vgaarb: loaded\n[ 0.569423] vgaarb: bridge control possible 0000:00:02.0\n[ 0.570831] SCSI subsystem initialized\n[ 0.571911] ACPI: bus type USB registered\n[ 0.573009] usbcore: registered new interface driver usbfs\n[ 0.574330] usbcore: registered new interface driver hub\n[ 0.575627] usbcore: registered new device driver usb\n[ 0.577017] PCI: Using ACPI for IRQ routing\n[ 0.578409] NetLabel: Initializing\n[ 0.579415] NetLabel: domain hash size = 128\n[ 0.580538] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.581784] NetLabel: unlabeled traffic allowed by default\n[ 0.583236] Switched to clocksource kvm-clock\n[ 0.590227] pnp: PnP ACPI init\n[ 0.591453] ACPI: bus type PNP registered\n[ 0.593599] pnp: PnP ACPI: found 5 devices\n[ 0.595032] ACPI: bus type PNP unregistered\n[ 0.601764] NET: Registered protocol family 2\n[ 0.603469] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.606107] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.608182] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.609771] TCP: reno registered\n[ 0.610733] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.612098] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.613586] NET: Registered protocol family 1\n[ 0.614721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.616062] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.617386] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.637213] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.657178] Unpacking initramfs...\n[ 1.056255] Freeing initrd memory: 37508k freed\n[ 1.065239] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.066756] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.075821] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.077305] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.078963] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.080372] Initialise system trusted keyring\n[ 1.081509] audit: initializing netlink socket (disabled)\n[ 1.082783] type=2000 audit(1538668506.684:1): initialized\n[ 1.099062] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.100498] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.103059] zpool: loaded\n[ 1.103930] zbud: loaded\n[ 1.104933] VFS: Disk quotas dquot_6.5.2\n[ 1.106012] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.107558] msgmni has been set to 7578\n[ 1.108641] Key type big_key registered\n[ 1.110219] NET: Registered protocol family 38\n[ 1.111365] Key type asymmetric registered\n[ 1.112439] Asymmetric key parser 'x509' registered\n[ 1.113641] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.115661] io scheduler noop registered\n[ 1.116715] io scheduler deadline registered (default)\n[ 1.117959] io scheduler cfq registered\n[ 1.119082] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.130258] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.131803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.133768] ACPI: Power Button [PWRF]\n[ 1.134862] GHES: HEST is not enabled!\n[ 1.135936] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.160190] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.161715] Non-volatile memory driver v1.3\n[ 1.162820] Linux agpgart interface v0.103\n[ 1.163973] crash memory driver: version 1.1\n[ 1.165113] rdac: device handler registered\n[ 1.166253] hp_sw: device handler registered\n[ 1.167351] emc: device handler registered\n[ 1.168416] alua: device handler registered\n[ 1.169512] libphy: Fixed MDIO Bus: probed\n[ 1.170608] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.172034] ehci-pci: EHCI PCI platform driver\n[ 1.173155] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.174522] ohci-pci: OHCI PCI platform driver\n[ 1.175641] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.195628] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.196889] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.198848] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.200095] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.201478] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.202932] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.204849] usb usb1: Product: UHCI Host Controller\n[ 1.206098] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.207602] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.208809] hub 1-0:1.0: USB hub found\n[ 1.209844] hub 1-0:1.0: 2 ports detected\n[ 1.210992] usbcore: registered new interface driver usbserial\n[ 1.212337] usbcore: registered new interface driver usbserial_generic\n[ 1.213762] usbserial: USB Serial support registered for generic\n[ 1.215136] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.217773] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.219200] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.220502] mousedev: PS/2 mouse device common for all mice\n[ 1.222018] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.224221] rtc_cmos 00:00: RTC can wake from S4\n[ 1.225980] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.228127] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.228392] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.232344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.234088] cpuidle: using governor menu\n[ 1.235350] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.236905] usbcore: registered new interface driver usbhid\n[ 1.238429] usbhid: USB HID core driver\n[ 1.239643] drop_monitor: Initializing network drop monitor service\n[ 1.242916] TCP: cubic registered\n[ 1.244954] Initializing XFRM netlink socket\n[ 1.248047] NET: Registered protocol family 10\n[ 1.250646] NET: Registered protocol family 17\n[ 1.253407] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.256115] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.259501] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.262805] Loading compiled-in X.509 certificates\n[ 1.264203] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.266859] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.269926] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.272598] registered taskstats version 1\n[ 1.275274] Key type trusted registered\n[ 1.277506] Key type encrypted registered\n[ 1.279660] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.281322] rtc_cmos 00:00: setting system clock to 2018-10-04 15:55:06 UTC (1538668506)\n[ 1.283986] Freeing unused kernel memory: 1680k freed\n[ 1.288125] 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.292876] systemd[1]: Detected virtualization kvm.\n[ 1.294315] systemd[1]: Detected architecture x86-64.\n[ 1.295726] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.298505] systemd[1]: No hostname configured.\n[ 1.299864] systemd[1]: Set hostname to .\n[ 1.301275] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.324781] systemd[1]: Created slice Root Slice.\n[ 1.326186] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.328467] systemd[1]: Created slice System Slice.\n[ 1.329892] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.332046] systemd[1]: Reached target Slices.\n[ 1.333330] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Swap.\n[ 1.335375] systemd[1]: Reached target Swap.\n[ 1.336643] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.338808] systemd[1]: Reached target Local File Systems.\n[ 1.340315] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.342591] systemd[1]: Reached target Timers.\n[ 1.343928] systemd[1]: Starting Timers.\n[ 1.345171] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.347498] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.350847] systemd[1]: Listening on Journal Socket.\n[ 1.352284] systemd[1]: Starting Journal Socket.\n[ 1.353926] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.356468] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.359033] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Paths.\n[ 1.363424] systemd[1]: Reached target Paths.\n[ 1.364590] systemd[1]: Starting Paths.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.366609] systemd[1]: Listening on udev Kernel Socket.\n[ 1.367894] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.370085] systemd[1]: Listening on udev Control Socket.\n[ 1.371372] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.373421] systemd[1]: Reached target Sockets.\n[ 1.374583] systemd[1]: Starting Sockets.\n[ 1.375945] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Started Journal Service.\n[ 1.380453] 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.431690] RPC: Registered named UNIX socket transport module.\n[ 1.433083] RPC: Registered udp transport module.\n[ 1.434263] RPC: Registered tcp transport module.\n[ 1.435936] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devi[ 1.513245] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nces.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.543665] FDC 0 is a S82078B\n[ 1.550730] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.591782] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.595475] scsi host0: ata_piix\n[ 1.599410] scsi host1: ata_piix\n[ 1.600649] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.600677] vda: vda1\n[ 1.603214] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.666851] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.668568] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.670390] usb 1-1: Product: QEMU USB Tablet\n[ 1.671658] usb 1-1: Manufacturer: QEMU\n[ 1.672782] usb 1-1: SerialNumber: 42\n[ 1.682996] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.685801] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 1.776290] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.779025] XFS (vda1): Mounting V4 Filesystem\n[ 1.879170] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n [ 2.077444] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nStopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.108168] systemd-journald[106]: Received SIGTERM from PID 1 (systemd).\n[ 2.277446] SELinux: Disabled at runtime.\n[ 2.314285] type=1404 audit(1538668507.532:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.365775] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.367144] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Reached target Swap.\n Mounting Huge Pages File System...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Created slice system-getty.slice.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on udev Control Socket.\n Mounting POSIX Message Queue File System...\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n Mounting Debug File System...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Mounted Debug File System.\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 Journal Service.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n[ 2.790096] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[ 2.809287] systemd-journald[384]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Load/Save Random Seed.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Mark the need to relabel after reboot...\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[ 2.934149] type=1305 audit(1538668508.151:3): audit_pid=431 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n Starting Initial cloud-init job (pre-networking)...\n Starting Authorization Manager...\n Starting Login Service...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.172250] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.178752] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.193215] [drm] Initialized drm 1.1.0 20060810\n[ 3.202734] ppdev: user-space parallel port driver\n[ 3.236281] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.238551] [TTM] Initializing pool allocator\n[ 3.240716] [TTM] Initializing DMA pool allocator\n[ 3.242617] [drm] fb mappable at 0xFC000000\n[ 3.243955] [drm] vram aper at 0xFC000000\n[ 3.245079] [drm] size 33554432\n[ 3.246063] [drm] fb depth is 24\n[ 3.247048] [drm] pitch is 3072\n[ 3.248259] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.268241] Console: switching to colour frame buffer device 128x48\n[ 3.279737] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Startin[ 3.287009] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\ng GSSAPI Proxy Daemon...\n Starting Dump dmesg to /var/log/dmesg...\n Starting NTP client/server...\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Authorization Manager.\n[ 3.319724] AES CTR mode by8 optimization enabled\n[ 3.324799] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 3.333131] alg: No test for crc32 (crc32-pclmul)\n[ 3.394019] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started NTP client/server.\n[ 3.428277] intel_rapl: no valid rapl domains found in package 0\n[ 3.438040] intel_powerclamp: No package C-state available\n[ 3.447248] intel_powerclamp: No package C-state available[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.818899] cloud-init[472]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 04 Oct 2018 15:55:09 +0000. Up 3.77 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting PostgreSQL 9.5 database server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting System Logging Service...\n Starting Notify NFS peers of a restart...\n Starting Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n Starting OpenSSH server daemon...\n Starting nginx - high performance web server...\n[[32m OK [0m] Reached target Network is Online.\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started System Logging Service.\n[[32m OK [0m] Created slice user-993.slice.\n[ 5.817863] cloud-init[793]: Cloud-init v. 0.7.5 running 'init' at Thu, 04 Oct 2018 15:55:11 +0000. Up 5.74 seconds.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.845251] cloud-init[793]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.847384] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.849631] cloud-init[793]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.851848] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.854446] cloud-init[793]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.856710] cloud-init[793]: ci-info: | eth0: | True | 192.168.120.10 | 255.255.255.0 | fa:16:3e:46:2e:9d |\n[ 5.858860] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.861073] cloud-init[793]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.863536] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.865951] cloud-init[793]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.868178] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.870459] cloud-init[793]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.872760] cloud-init[793]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.875151] cloud-init[793]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.876759] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n[ 8.878327] cloud-init[2687]: Cloud-init v. 0.7.5 running 'modules:config' at Thu, 04 Oct 2018 15:55:14 +0000. Up 8.80 seconds.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: ci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 95:a5:99:d6:19:bb:c4:aa:29:23:1d:bf:db:cb:16:18 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\n[ 9.519789] cloud-init[2947]: Cloud-init v. 0.7.5 running 'modules:final' at Thu, 04 Oct 2018 15:55:15 +0000. Up 9.42 seconds.\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA)\nec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519)\nec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= \nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm \nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId \n-----END SSH HOST KEY KEYS-----\n[ 9.713966] cloud-init[2947]: Cloud-init v. 0.7.5 finished at Thu, 04 Oct 2018 15:55:15 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 9.70 seconds\n"} 2018-10-04 15:55:24,176 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c/action used request id req-57bff1e6-be63-4f81-bd02-1a0c167e360a 2018-10-04 15:55:24,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.15960288048s 2018-10-04 15:55:24,177 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c/action used request id req-57bff1e6-be63-4f81-bd02-1a0c167e360a 2018-10-04 15:55:24,178 - 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe1223 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 1911297484 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.298888] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.301090] pid_max: default: 32768 minimum: 301 [ 0.302285] Security Framework initialized [ 0.303391] SELinux: Initializing. [ 0.305019] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.308287] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.310045] Mount-cache hash table entries: 4096 [ 0.311383] Initializing cgroup subsys memory [ 0.312529] Initializing cgroup subsys devices [ 0.313680] Initializing cgroup subsys freezer [ 0.314824] Initializing cgroup subsys net_cls [ 0.315973] Initializing cgroup subsys blkio [ 0.317090] Initializing cgroup subsys perf_event [ 0.318272] Initializing cgroup subsys hugetlb [ 0.319415] Initializing cgroup subsys pids [ 0.320513] Initializing cgroup subsys net_prio [ 0.321723] CPU: Physical Processor ID: 0 [ 0.323516] mce: CPU supports 10 MCE banks [ 0.324638] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.325919] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.327199] tlb_flushall_shift: 6 [ 0.328376] Freeing SMP alternatives: 28k freed [ 0.332316] ACPI: Core revision 20130517 [ 0.333787] ACPI: All ACPI Tables successfully acquired [ 0.335222] ftrace: allocating 25812 entries in 101 pages [ 0.357568] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.359054] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.360517] smpboot: Max logical packages: 2 [ 0.361799] Enabling x2apic [ 0.362691] Enabled x2apic [ 0.363767] Switched APIC routing to physical x2apic. [ 0.365938] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.367415] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.370036] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.378119] KVM setup paravirtual spinlock [ 0.380187] smpboot: Booting Node 0, Processors #1 OK [ 0.382268] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.404924] Brought up 2 CPUs [ 0.404927] KVM setup async PF for cpu 1 [ 0.404930] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.408049] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.410430] devtmpfs: initialized [ 0.412773] EVM: security.selinux [ 0.413778] EVM: security.ima [ 0.414696] EVM: security.capability [ 0.416269] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.417805] pinctrl core: initialized pinctrl subsystem [ 0.419181] NET: Registered protocol family 16 [ 0.420558] ACPI: bus type PCI registered [ 0.421649] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.423175] PCI: Using configuration type 1 for base access [ 0.427830] ACPI: Added _OSI(Module Device) [ 0.428984] ACPI: Added _OSI(Processor Device) [ 0.430134] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.431306] ACPI: Added _OSI(Processor Aggregator Device) [ 0.434068] ACPI: Interpreter enabled [ 0.435123] ACPI: (supports S0 S5) [ 0.436110] ACPI: Using IOAPIC for interrupt routing [ 0.437338] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.441072] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.442488] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.444132] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.445619] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.448371] acpiphp: Slot [3] registered [ 0.449453] acpiphp: Slot [4] registered [ 0.450530] acpiphp: Slot [5] registered [ 0.451604] acpiphp: Slot [6] registered [ 0.452678] acpiphp: Slot [7] registered [ 0.453748] acpiphp: Slot [8] registered [ 0.454819] acpiphp: Slot [9] registered [ 0.455893] acpiphp: Slot [10] registered [ 0.456983] acpiphp: Slot [11] registered [ 0.458067] acpiphp: Slot [12] registered [ 0.459157] acpiphp: Slot [13] registered [ 0.460241] acpiphp: Slot [14] registered [ 0.461335] acpiphp: Slot [15] registered [ 0.462420] acpiphp: Slot [16] registered [ 0.463506] acpiphp: Slot [17] registered [ 0.464594] acpiphp: Slot [18] registered [ 0.465680] acpiphp: Slot [19] registered [ 0.466767] acpiphp: Slot [20] registered [ 0.467853] acpiphp: Slot [21] registered [ 0.468940] acpiphp: Slot [22] registered [ 0.470025] acpiphp: Slot [23] registered [ 0.471112] acpiphp: Slot [24] registered [ 0.472200] acpiphp: Slot [25] registered [ 0.473283] acpiphp: Slot [26] registered [ 0.474371] acpiphp: Slot [27] registered [ 0.475455] acpiphp: Slot [28] registered [ 0.476540] acpiphp: Slot [29] registered [ 0.477624] acpiphp: Slot [30] registered [ 0.478708] acpiphp: Slot [31] registered [ 0.479788] PCI host bridge to bus 0000:00 [ 0.480875] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.482177] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.483670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.485159] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.487161] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.494605] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.496161] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.497611] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.499139] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.505662] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.507640] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.554950] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.556783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.559719] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.561437] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.563110] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.564689] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.566445] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.568543] vgaarb: loaded [ 0.569423] vgaarb: bridge control possible 0000:00:02.0 [ 0.570831] SCSI subsystem initialized [ 0.571911] ACPI: bus type USB registered [ 0.573009] usbcore: registered new interface driver usbfs [ 0.574330] usbcore: registered new interface driver hub [ 0.575627] usbcore: registered new device driver usb [ 0.577017] PCI: Using ACPI for IRQ routing [ 0.578409] NetLabel: Initializing [ 0.579415] NetLabel: domain hash size = 128 [ 0.580538] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.581784] NetLabel: unlabeled traffic allowed by default [ 0.583236] Switched to clocksource kvm-clock [ 0.590227] pnp: PnP ACPI init [ 0.591453] ACPI: bus type PNP registered [ 0.593599] pnp: PnP ACPI: found 5 devices [ 0.595032] ACPI: bus type PNP unregistered [ 0.601764] NET: Registered protocol family 2 [ 0.603469] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.606107] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.608182] TCP: Hash tables configured (established 32768 bind 32768) [ 0.609771] TCP: reno registered [ 0.610733] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.612098] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.613586] NET: Registered protocol family 1 [ 0.614721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.616062] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.617386] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.637213] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.657178] Unpacking initramfs... [ 1.056255] Freeing initrd memory: 37508k freed [ 1.065239] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.066756] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.075821] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.077305] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.078963] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.080372] Initialise system trusted keyring [ 1.081509] audit: initializing netlink socket (disabled) [ 1.082783] type=2000 audit(1538668506.684:1): initialized [ 1.099062] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.100498] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.103059] zpool: loaded [ 1.103930] zbud: loaded [ 1.104933] VFS: Disk quotas dquot_6.5.2 [ 1.106012] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.107558] msgmni has been set to 7578 [ 1.108641] Key type big_key registered [ 1.110219] NET: Registered protocol family 38 [ 1.111365] Key type asymmetric registered [ 1.112439] Asymmetric key parser 'x509' registered [ 1.113641] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.115661] io scheduler noop registered [ 1.116715] io scheduler deadline registered (default) [ 1.117959] io scheduler cfq registered [ 1.119082] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.130258] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.131803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.133768] ACPI: Power Button [PWRF] [ 1.134862] GHES: HEST is not enabled! [ 1.135936] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.160190] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.161715] Non-volatile memory driver v1.3 [ 1.162820] Linux agpgart interface v0.103 [ 1.163973] crash memory driver: version 1.1 [ 1.165113] rdac: device handler registered [ 1.166253] hp_sw: device handler registered [ 1.167351] emc: device handler registered [ 1.168416] alua: device handler registered [ 1.169512] libphy: Fixed MDIO Bus: probed [ 1.170608] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.172034] ehci-pci: EHCI PCI platform driver [ 1.173155] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.174522] ohci-pci: OHCI PCI platform driver [ 1.175641] uhci_hcd: USB Universal Host Controller Interface driver [ 1.195628] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.196889] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.198848] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.200095] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.201478] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.202932] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.204849] usb usb1: Product: UHCI Host Controller [ 1.206098] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.207602] usb usb1: SerialNumber: 0000:00:01.2 [ 1.208809] hub 1-0:1.0: USB hub found [ 1.209844] hub 1-0:1.0: 2 ports detected [ 1.210992] usbcore: registered new interface driver usbserial [ 1.212337] usbcore: registered new interface driver usbserial_generic [ 1.213762] usbserial: USB Serial support registered for generic [ 1.215136] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.217773] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.219200] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.220502] mousedev: PS/2 mouse device common for all mice [ 1.222018] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.224221] rtc_cmos 00:00: RTC can wake from S4 [ 1.225980] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.228127] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.228392] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.232344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.234088] cpuidle: using governor menu [ 1.235350] hidraw: raw HID events driver (C) Jiri Kosina [ 1.236905] usbcore: registered new interface driver usbhid [ 1.238429] usbhid: USB HID core driver [ 1.239643] drop_monitor: Initializing network drop monitor service [ 1.242916] TCP: cubic registered [ 1.244954] Initializing XFRM netlink socket [ 1.248047] NET: Registered protocol family 10 [ 1.250646] NET: Registered protocol family 17 [ 1.253407] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.256115] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.259501] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.262805] Loading compiled-in X.509 certificates [ 1.264203] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.266859] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.269926] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.272598] registered taskstats version 1 [ 1.275274] Key type trusted registered [ 1.277506] Key type encrypted registered [ 1.279660] IMA: No TPM chip found, activating TPM-bypass! [ 1.281322] rtc_cmos 00:00: setting system clock to 2018-10-04 15:55:06 UTC (1538668506) [ 1.283986] Freeing unused kernel memory: 1680k freed [ 1.288125] 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.292876] systemd[1]: Detected virtualization kvm. [ 1.294315] systemd[1]: Detected architecture x86-64. [ 1.295726] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.298505] systemd[1]: No hostname configured. [ 1.299864] systemd[1]: Set hostname to . [ 1.301275] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.324781] systemd[1]: Created slice Root Slice. [ 1.326186] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.328467] systemd[1]: Created slice System Slice. [ 1.329892] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.332046] systemd[1]: Reached target Slices. [ 1.333330] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Swap. [ 1.335375] systemd[1]: Reached target Swap. [ 1.336643] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Local File Systems. [ 1.338808] systemd[1]: Reached target Local File Systems. [ 1.340315] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.342591] systemd[1]: Reached target Timers. [ 1.343928] systemd[1]: Starting Timers. [ 1.345171] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.347498] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Listening on Journal Socket. [ 1.350847] systemd[1]: Listening on Journal Socket. [ 1.352284] systemd[1]: Starting Journal Socket. [ 1.353926] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.356468] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.359033] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Paths. [ 1.363424] systemd[1]: Reached target Paths. [ 1.364590] systemd[1]: Starting Paths. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.366609] systemd[1]: Listening on udev Kernel Socket. [ 1.367894] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.370085] systemd[1]: Listening on udev Control Socket. [ 1.371372] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.373421] systemd[1]: Reached target Sockets. [ 1.374583] systemd[1]: Starting Sockets. [ 1.375945] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Started Journal Service. [ 1.380453] 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.431690] RPC: Registered named UNIX socket transport module. [ 1.433083] RPC: Registered udp transport module. [ 1.434263] RPC: Registered tcp transport module. [ 1.435936] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devi[ 1.513245] usb 1-1: new full-speed USB device number 2 using uhci_hcd ces. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.543665] FDC 0 is a S82078B [ 1.550730] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.591782] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.595475] scsi host0: ata_piix [ 1.599410] scsi host1: ata_piix [ 1.600649] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.600677] vda: vda1 [ 1.603214] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.666851] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.668568] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.670390] usb 1-1: Product: QEMU USB Tablet [ 1.671658] usb 1-1: Manufacturer: QEMU [ 1.672782] usb 1-1: SerialNumber: 42 [ 1.682996] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.685801] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 1.776290] SGI XFS with ACLs, security attributes, no debug enabled [ 1.779025] XFS (vda1): Mounting V4 Filesystem [ 1.879170] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [ 2.077444] tsc: Refined TSC clocksource calibration: 3491.912 MHz Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.108168] systemd-journald[106]: Received SIGTERM from PID 1 (systemd). [ 2.277446] SELinux: Disabled at runtime. [ 2.314285] type=1404 audit(1538668507.532:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.365775] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.367144] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Reached target Swap. Mounting Huge Pages File System... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Created slice system-getty.slice. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting NFSD configuration filesystem... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on udev Control Socket. Mounting POSIX Message Queue File System... Starting Setup Virtual Console... Starting Apply Kernel Variables... Mounting Debug File System... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Mounted Debug File System. [[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 Journal Service. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Load/Save Random Seed... [ 2.790096] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [ 2.809287] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Load/Save Random Seed. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Mark the need to relabel after reboot... [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started udev Kernel Device Manager. [ 2.934149] type=1305 audit(1538668508.151:3): audit_pid=431 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Basic System. Starting Initial cloud-init job (pre-networking)... Starting Authorization Manager... Starting Login Service... Starting LSB: Bring up/down networking... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.172250] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.178752] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.193215] [drm] Initialized drm 1.1.0 20060810 [ 3.202734] ppdev: user-space parallel port driver [ 3.236281] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.238551] [TTM] Initializing pool allocator [ 3.240716] [TTM] Initializing DMA pool allocator [ 3.242617] [drm] fb mappable at 0xFC000000 [ 3.243955] [drm] vram aper at 0xFC000000 [ 3.245079] [drm] size 33554432 [ 3.246063] [drm] fb depth is 24 [ 3.247048] [drm] pitch is 3072 [ 3.248259] fbcon: cirrusdrmfb (fb0) is primary device [ 3.268241] Console: switching to colour frame buffer device 128x48 [ 3.279737] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Startin[ 3.287009] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 g GSSAPI Proxy Daemon... Starting Dump dmesg to /var/log/dmesg... Starting NTP client/server... [[32m OK [0m] Reached target Timers. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Authorization Manager. [ 3.319724] AES CTR mode by8 optimization enabled [ 3.324799] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 3.333131] alg: No test for crc32 (crc32-pclmul) [ 3.394019] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started NTP client/server. [ 3.428277] intel_rapl: no valid rapl domains found in package 0 [ 3.438040] intel_powerclamp: No package C-state available [ 3.447248] intel_powerclamp: No package C-state available[[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.818899] cloud-init[472]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 04 Oct 2018 15:55:09 +0000. Up 3.77 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting PostgreSQL 9.5 database server... Starting Initial cloud-init job (metadata service crawler)... Starting System Logging Service... Starting Notify NFS peers of a restart... Starting Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... Starting OpenSSH server daemon... Starting nginx - high performance web server... [[32m OK [0m] Reached target Network is Online. Starting Crash recovery kernel arming... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Starts Logstash as a daemon.... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting RabbitMQ Service... [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Created slice user-993.slice. [ 5.817863] cloud-init[793]: Cloud-init v. 0.7.5 running 'init' at Thu, 04 Oct 2018 15:55:11 +0000. Up 5.74 seconds. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.845251] cloud-init[793]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.847384] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.849631] cloud-init[793]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.851848] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.854446] cloud-init[793]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.856710] cloud-init[793]: ci-info: | eth0: | True | 192.168.120.10 | 255.255.255.0 | fa:16:3e:46:2e:9d | [ 5.858860] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.861073] cloud-init[793]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.863536] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.865951] cloud-init[793]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.868178] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.870459] cloud-init[793]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.872760] cloud-init[793]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.875151] cloud-init[793]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.876759] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. [ 8.878327] cloud-init[2687]: Cloud-init v. 0.7.5 running 'modules:config' at Thu, 04 Oct 2018 15:55:14 +0000. Up 8.80 seconds. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: ci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 95:a5:99:d6:19:bb:c4:aa:29:23:1d:bf:db:cb:16:18 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ [ 9.519789] cloud-init[2947]: Cloud-init v. 0.7.5 running 'modules:final' at Thu, 04 Oct 2018 15:55:15 +0000. Up 9.42 seconds. ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA) ec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519) ec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId -----END SSH HOST KEY KEYS----- [ 9.713966] cloud-init[2947]: Cloud-init v. 0.7.5 finished at Thu, 04 Oct 2018 15:55:15 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 9.70 seconds 2018-10-04 15:55:24,182 - paramiko.transport - DEBUG - starting thread (client mode): 0x170d9ed0L 2018-10-04 15:55:24,183 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 15:55:24,210 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-10-04 15:55:24,210 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-10-04 15:55:24,218 - 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-10-04 15:55:24,219 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 15:55:24,219 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 15:55:24,219 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 15:55:24,219 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 15:55:24,219 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 15:55:24,226 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 15:55:24,227 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 15:55:24,246 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.202: 4c1f7c71f5a98b8370f02ab218eae423 2018-10-04 15:55:24,248 - paramiko.transport - DEBUG - Trying key 95a599d619bbc4aa29231dbfdbcb1618 from /tmp/tmpGh_i6X 2018-10-04 15:55:24,267 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 15:55:24,293 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 15:55:24,312 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-10-04 15:55:24,312 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-10-04 15:55:24,313 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-10-04 15:55:24,313 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/status 2018-10-04 15:55:24,514 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:55:24,514 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:55:24,514 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:55:24,514 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:55:24,514 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:55:24,514 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:55:24,515 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:55:24,515 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4762, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4771, "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": 1864, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4750, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 846, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 807, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 809, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4444, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4738, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-10-04 15:55:24,515 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:55:24,515 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:55:21 GMT 2018-10-04 15:55:24,515 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:55:24,515 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-10-04 15:55:24,515 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:55:24,516 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4762, 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': 4771, 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': 1864, 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': 4750, 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': 846, 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': 807, 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': 809, 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': 4444, 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': 4738, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-10-04 15:55:24,516 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/status 2018-10-04 15:55:24,629 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:55:24,629 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:55:24,629 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:55:24,629 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:55:24,629 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:55:24,629 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:55:24,629 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:55:24,630 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4762, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4771, "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": 1864, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4750, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 846, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 807, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 809, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4444, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4738, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-10-04 15:55:24,630 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:55:24,630 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:55:21 GMT 2018-10-04 15:55:24,630 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:55:24,630 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-10-04 15:55:24,630 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:55:24,630 - functest.core.cloudify - INFO - The current manager status is running 2018-10-04 15:55:24,631 - 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-10-04 15:55:24,898 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:55:24,898 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:55:24,898 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:55:24,898 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:55:24,898 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:55:24,899 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:55:24,899 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:55:24,899 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-10-04 15:55:24,899 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-04T15:55:21.802Z", "updated_at": "2018-10-04T15:55:21.802Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-10-04 15:55:24,899 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:55:24,899 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:55:21 GMT 2018-10-04 15:55:24,899 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:55:24,899 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-10-04 15:55:24,899 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:55:24,899 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/secrets 2018-10-04 15:55:24,998 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:55:24,999 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:55:24,999 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:55:24,999 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:55:24,999 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:55:24,999 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:55:24,999 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:55:24,999 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-10-04T15:55:21.802Z", "updated_at": "2018-10-04T15:55:21.802Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-10-04 15:55:24,999 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:55:24,999 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:55:22 GMT 2018-10-04 15:55:25,000 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:55:25,000 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-10-04 15:55:25,000 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:55:25,000 - functest.core.cloudify - DEBUG - List secrets: 2018-10-04 15:55:25,000 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.202:80/api/v3/secrets/foo 2018-10-04 15:55:25,091 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:55:25,091 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:55:25,091 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:55:25,091 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:55:25,091 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:55:25,091 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:55:25,091 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:55:25,092 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-10-04 15:55:25,092 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-04T15:55:21.802Z", "updated_at": "2018-10-04T15:55:21.802Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-10-04 15:55:25,092 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:55:25,092 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:55:22 GMT 2018-10-04 15:55:25,092 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:55:25,092 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-10-04 15:55:25,092 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:55:25,092 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-10-04 15:55:25,093 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-10-04 15:55:25,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 15:55:25,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 15:55:25,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:55:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8bb67b4-0e1d-419f-a538-9d76d28110b7 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.23:5000/v3/projects/87f4e119dee745038c5dbc8808d51179"}, "enabled": true, "id": "87f4e119dee745038c5dbc8808d51179", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 15:55:25,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-f8bb67b4-0e1d-419f-a538-9d76d28110b7 2018-10-04 15:55:25,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.112165927887s 2018-10-04 15:55:25,206 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-f8bb67b4-0e1d-419f-a538-9d76d28110b7 2018-10-04 15:55:25,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-10-04 15:55:25,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/quotas/87f4e119dee745038c5dbc8808d51179.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-10-04 15:55:25,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-d72f7ea2-e777-4789-bf8f-c3aec3d85393 Date: Thu, 04 Oct 2018 15:55:25 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-10-04 15:55:25,499 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/quotas/87f4e119dee745038c5dbc8808d51179.json used request id req-d72f7ea2-e777-4789-bf8f-c3aec3d85393 2018-10-04 15:55:25,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.29083108902s 2018-10-04 15:55:25,499 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/quotas/87f4e119dee745038c5dbc8808d51179.json used request id req-d72f7ea2-e777-4789-bf8f-c3aec3d85393 2018-10-04 15:55:25,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-10-04 15:55:25,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-10-04 15:55:25,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 15:55:25,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:55:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb4cae22-99f6-4c87-a1c2-4ce2388bf6c1 Content-Encoding: gzip Content-Length: 914 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service", "links": {"self": "http://172.30.9.23:5000/v3/services/04e188ba2229474aa51ed4a1a73b6cd5"}, "enabled": true, "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.23:5000/v3/services/4e3803afdada4f0282185a634b143a23"}, "enabled": true, "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.23:5000/v3/services/59a496e74f5646c2b5779998d6d0a5d1"}, "enabled": true, "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.23:5000/v3/services/6799ea448fd44a60905fe958d7ff7d5e"}, "enabled": true, "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.23:5000/v3/services/69cc2ae313bc4671a31fb0854d87a62d"}, "enabled": true, "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.23:5000/v3/services/75c2dea3c09f481399e886a7e93027be"}, "enabled": true, "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.23:5000/v3/services/7a2d74f7f0174dcf99cd1da524a3bbc1"}, "enabled": true, "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.23:5000/v3/services/831919cec7ea4416b7fa39382f0ec450"}, "enabled": true, "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.23:5000/v3/services/84ae7dae1d654752877fbe60ba983133"}, "enabled": true, "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.23:5000/v3/services/9de42e89ee8e4c449ba5b8634a6e537e"}, "enabled": true, "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.23:5000/v3/services/a0c2c94d7c45424f82a58f35c13a3742"}, "enabled": true, "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.23:5000/v3/services/a65f488c5b7447b6a889d205aeb6c730"}, "enabled": true, "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.23:5000/v3/services/d1afd93368da4d198e72f0a9e2085d9d"}, "enabled": true, "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.23:5000/v3/services/d3cc946255ef4134a374819222caad3a"}, "enabled": true, "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.23:5000/v3/services/ddfe2244009046f482db99d896509678"}, "enabled": true, "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.23:5000/v3/services/e6742dd5a24741bca7b03f8d507f5e5f"}, "enabled": true, "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "links": {"self": "http://172.30.9.23:5000/v3/services", "previous": null, "next": null}} 2018-10-04 15:55:25,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/services used request id req-eb4cae22-99f6-4c87-a1c2-4ce2388bf6c1 2018-10-04 15:55:25,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.0779950618744s 2018-10-04 15:55:25,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-10-04 15:55:25,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 15:55:25,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15:55:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3eb72e6e-8cc1-460a-baad-4b50bd36fe94 Content-Encoding: gzip Content-Length: 2079 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/001fc72000684abd89e85472aececb68"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "04e188ba2229474aa51ed4a1a73b6cd5", "id": "001fc72000684abd89e85472aececb68"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0723dbd3b76b4b6cb96ad876e805f7fd"}, "url": "http://172.30.9.23:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "04e188ba2229474aa51ed4a1a73b6cd5", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0a449bafd7994011b47eaff90125f08d"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ddfe2244009046f482db99d896509678", "id": "0a449bafd7994011b47eaff90125f08d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0d2997dbe5794115b5750ce2013c7dc8"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6799ea448fd44a60905fe958d7ff7d5e", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/105abc6cfcb245efb903db9d49e1b135"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6799ea448fd44a60905fe958d7ff7d5e", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/16056f58dea9460bbda3dcfcf5afce6e"}, "url": "http://172.30.9.23:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a65f488c5b7447b6a889d205aeb6c730", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1972cf4413fe4e1ca739d0199d78cd93"}, "url": "http://192.30.9.4:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a65f488c5b7447b6a889d205aeb6c730", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1f6a38317d8f4c15b43e6bc7cc5c403e"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "69cc2ae313bc4671a31fb0854d87a62d", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/211feb082ac946dcb3cae65fe0296c71"}, "url": "http://172.30.9.23:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "831919cec7ea4416b7fa39382f0ec450", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/264e43c836004a45894768d57fd55001"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4e3803afdada4f0282185a634b143a23", "id": "264e43c836004a45894768d57fd55001"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/2658a04fdd7a49c3b9c2a6661e19e573"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "84ae7dae1d654752877fbe60ba983133", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/359c5cae1c314ef8a1365f40d4b73284"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "69cc2ae313bc4671a31fb0854d87a62d", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3e9477c07f4e4a19892a354c98485a3b"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "59a496e74f5646c2b5779998d6d0a5d1", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/403ff41117b84261a6dcc17a0763b84c"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a0c2c94d7c45424f82a58f35c13a3742", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/406dd436ef7f4288a6cce1d81ef0695c"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "59a496e74f5646c2b5779998d6d0a5d1", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/42972a4677c3497fa50c5c922e156a4a"}, "url": "http://172.30.9.23:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "75c2dea3c09f481399e886a7e93027be", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4c461f9f5ba44715a2fac15f8ffe71e7"}, "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "84ae7dae1d654752877fbe60ba983133", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/57b32a72d92048afb029fa634b81b3e6"}, "url": "http://192.30.9.4:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d3cc946255ef4134a374819222caad3a", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/5c7a2d63ba764613aa2c5ac75a71ec8b"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4e3803afdada4f0282185a634b143a23", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/64d0ff524d7c4819b33e8e72dc184364"}, "url": "http://172.30.9.23:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6567ab84e18840cd8cc82ee9a6608b8f"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "831919cec7ea4416b7fa39382f0ec450", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/66173ae566e94b23ba2ea8a40b3f6dbc"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d1afd93368da4d198e72f0a9e2085d9d", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6f2f5c4bb13f43898e35c4578cad6695"}, "url": "http://192.30.9.4:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e6742dd5a24741bca7b03f8d507f5e5f", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7172454a63e24ef783590811f101e5af"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "75c2dea3c09f481399e886a7e93027be", "id": "7172454a63e24ef783590811f101e5af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/780298bc756749e7ae3f22d3460c054c"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "04e188ba2229474aa51ed4a1a73b6cd5", "id": "780298bc756749e7ae3f22d3460c054c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7ad5c197ae2e4ce3b99733df06049172"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "75c2dea3c09f481399e886a7e93027be", "id": "7ad5c197ae2e4ce3b99733df06049172"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/846a7e28158c4c9fbd1aeb359221060e"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "84ae7dae1d654752877fbe60ba983133", "id": "846a7e28158c4c9fbd1aeb359221060e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/863290b0ea17410680ce602b93f2be98"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "id": "863290b0ea17410680ce602b93f2be98"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/88b3fe8f3eb94bba85c06a8fddaa3ad1"}, "url": "http://192.30.9.4:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a65f488c5b7447b6a889d205aeb6c730", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/89e274a519e64342952ea2def3ec04e4"}, "url": "http://172.30.9.23:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4e3803afdada4f0282185a634b143a23", "id": "89e274a519e64342952ea2def3ec04e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9fc0f9beca7a4df6adf846d66a2e7844"}, "url": "http://172.30.9.23:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d1afd93368da4d198e72f0a9e2085d9d", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ad0a0bbc1f284dfbb504e862a14d58ef"}, "url": "http://172.30.9.23:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ddfe2244009046f482db99d896509678", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b8b3083494274d548850a5a206e598ad"}, "url": "http://172.30.9.23:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d3cc946255ef4134a374819222caad3a", "id": "b8b3083494274d548850a5a206e598ad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c224269941564b199c794a642d9ade07"}, "url": "http://192.30.9.4:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d3cc946255ef4134a374819222caad3a", "id": "c224269941564b199c794a642d9ade07"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/cd63fa09dd5b4541835faf6d89e20155"}, "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "69cc2ae313bc4671a31fb0854d87a62d", "id": "cd63fa09dd5b4541835faf6d89e20155"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/da4b3cefe0d748ea90606f7019c67ebf"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a0c2c94d7c45424f82a58f35c13a3742", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/de4f6c0e647948f4b8adae23bbff15ec"}, "url": "http://172.30.9.23:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a0c2c94d7c45424f82a58f35c13a3742", "id": "de4f6c0e647948f4b8adae23bbff15ec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e1b26292ef454294b5084cbe308f6145"}, "url": "http://192.30.9.4:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e6742dd5a24741bca7b03f8d507f5e5f", "id": "e1b26292ef454294b5084cbe308f6145"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e24deeb7ef164a149fa80b8b2f3563d4"}, "url": "http://172.30.9.23:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6799ea448fd44a60905fe958d7ff7d5e", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e302e41fccbb4896b8e8795e4403061e"}, "url": "http://172.30.9.23:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e6742dd5a24741bca7b03f8d507f5e5f", "id": "e302e41fccbb4896b8e8795e4403061e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e607b1421858461fa643bfcc09e6f204"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "id": "e607b1421858461fa643bfcc09e6f204"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e828053c824144cb9c4593852e34c9d9"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d1afd93368da4d198e72f0a9e2085d9d", "id": "e828053c824144cb9c4593852e34c9d9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ef107e0d2d26496a9b9ca2639ae0097b"}, "url": "http://172.30.9.23:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "59a496e74f5646c2b5779998d6d0a5d1", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ef86335f0be14f19a5a2fa7e14a411f9"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "831919cec7ea4416b7fa39382f0ec450", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/fca46b2c4aac4cce9ca6b4cd041b2cba"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ddfe2244009046f482db99d896509678", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "links": {"self": "http://172.30.9.23:5000/v3/endpoints", "previous": null, "next": null}} 2018-10-04 15:55:25,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-3eb72e6e-8cc1-460a-baad-4b50bd36fe94 2018-10-04 15:55:25,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0853371620178s 2018-10-04 15:55:25,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': 'aa90f818-ef31-4f0e-898f-f035f98713e8', 'keystone_tenant_name': u'cloudify_ims-project_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.23:5000', 'user_domain_name': 'Default', 'keystone_username': u'cloudify_ims-user_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'project_domain_name': 'Default'} 2018-10-04 15:55:25,676 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/secrets 2018-10-04 15:55:25,811 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:55:25,811 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:55:25,811 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:55:25,811 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:55:25,811 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:55:25,811 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:55:25,812 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:55:25,812 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 0}}} 2018-10-04 15:55:25,812 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:55:25,812 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:55:22 GMT 2018-10-04 15:55:25,812 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:55:25,812 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 79 2018-10-04 15:55:25,812 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:55:25,812 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/keystone_password; body: {"update_if_exists": false, "visibility": "tenant", "value": "aa90f818-ef31-4f0e-898f-f035f98713e8"} 2018-10-04 15:55:25,946 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:55:25,946 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:55:25,946 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:55:25,946 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:55:25,946 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:55:25,946 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:55:25,946 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:55:25,946 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 100 2018-10-04 15:55:25,947 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-04T15:55:22.964Z", "updated_at": "2018-10-04T15:55:22.964Z", "created_by": "admin", "private_resource": false, "value": "aa90f818-ef31-4f0e-898f-f035f98713e8", "key": "keystone_password"} 2018-10-04 15:55:25,947 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:55:25,947 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:55:23 GMT 2018-10-04 15:55:25,947 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:55:25,947 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 244 2018-10-04 15:55:25,947 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:55:25,947 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/keystone_tenant_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-project_c6d73e0e-0154-4b46-be9f-cd6de3a912de"} 2018-10-04 15:55:26,069 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:55:26,070 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:55:26,070 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:55:26,070 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:55:26,070 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:55:26,070 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:55:26,070 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:55:26,070 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 121 2018-10-04 15:55:26,070 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-04T15:55:23.098Z", "updated_at": "2018-10-04T15:55:23.098Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-project_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "key": "keystone_tenant_name"} 2018-10-04 15:55:26,070 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:55:26,071 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:55:23 GMT 2018-10-04 15:55:26,071 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:55:26,071 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 268 2018-10-04 15:55:26,071 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:55:26,071 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/region; body: {"update_if_exists": false, "visibility": "tenant", "value": "regionOne"} 2018-10-04 15:55:26,213 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:55:26,213 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:55:26,213 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:55:26,213 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:55:26,213 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:55:26,214 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:55:26,214 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:55:26,214 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 73 2018-10-04 15:55:26,214 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-04T15:55:23.219Z", "updated_at": "2018-10-04T15:55:23.219Z", "created_by": "admin", "private_resource": false, "value": "regionOne", "key": "region"} 2018-10-04 15:55:26,214 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:55:26,214 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:55:23 GMT 2018-10-04 15:55:26,214 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:55:26,214 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 206 2018-10-04 15:55:26,214 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:55:26,215 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/keystone_url; body: {"update_if_exists": false, "visibility": "tenant", "value": "http://172.30.9.23:5000"} 2018-10-04 15:55:26,430 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:55:26,430 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:55:26,430 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:55:26,430 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:55:26,430 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:55:26,430 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:55:26,430 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:55:26,431 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 87 2018-10-04 15:55:26,431 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-04T15:55:23.403Z", "updated_at": "2018-10-04T15:55:23.403Z", "created_by": "admin", "private_resource": false, "value": "http://172.30.9.23:5000", "key": "keystone_url"} 2018-10-04 15:55:26,431 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:55:26,431 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:55:23 GMT 2018-10-04 15:55:26,431 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:55:26,431 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 226 2018-10-04 15:55:26,431 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:55:26,431 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/user_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-10-04 15:55:26,568 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:55:26,568 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:55:26,568 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:55:26,568 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:55:26,569 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:55:26,569 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:55:26,569 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:55:26,569 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-10-04 15:55:26,569 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-04T15:55:23.582Z", "updated_at": "2018-10-04T15:55:23.582Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "user_domain_name"} 2018-10-04 15:55:26,569 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:55:26,569 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:55:23 GMT 2018-10-04 15:55:26,569 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:55:26,569 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 214 2018-10-04 15:55:26,569 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:55:26,570 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/keystone_username; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-user_c6d73e0e-0154-4b46-be9f-cd6de3a912de"} 2018-10-04 15:55:26,672 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:55:26,672 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:55:26,673 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:55:26,673 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:55:26,673 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:55:26,673 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:55:26,673 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:55:26,673 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 118 2018-10-04 15:55:26,673 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-04T15:55:23.706Z", "updated_at": "2018-10-04T15:55:23.706Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-user_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "key": "keystone_username"} 2018-10-04 15:55:26,673 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:55:26,674 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:55:23 GMT 2018-10-04 15:55:26,674 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:55:26,674 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 262 2018-10-04 15:55:26,674 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:55:26,674 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/project_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-10-04 15:55:26,778 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:55:26,778 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:55:26,779 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:55:26,779 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:55:26,779 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:55:26,779 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:55:26,779 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:55:26,779 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-10-04 15:55:26,779 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-04T15:55:23.813Z", "updated_at": "2018-10-04T15:55:23.813Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "project_domain_name"} 2018-10-04 15:55:26,779 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:55:26,779 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:55:23 GMT 2018-10-04 15:55:26,780 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:55:26,780 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 217 2018-10-04 15:55:26,780 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:55:26,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-10-04 15:55:26,781 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 15:55:26,786 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 15:55:26,786 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 15:55:26,819 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 15:55:26,947 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 15:55:26,948 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 15:55:26,949 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 15:55:26,997 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 15:55:26,997 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 15:55:27,022 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 15:56:10,228 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 15:56:10,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirrors.xtom.com * extras: mirrors.syringanetworks.net * updates: mirrors.cat.pdx.edu 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.14.4.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.14.4.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 10 MB/s | 54 MB 00:05 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.14.4.el7.x86_64 11/24 Installing : glibc-headers-2.17-222.el7.x86_64 12/24 Installing : glibc-devel-2.17-222.el7.x86_64 13/24 Installing : gcc-4.8.5-28.el7_5.1.x86_64 14/24 Installing : python-devel-2.7.5-69.el7_5.x86_64 15/24 Updating : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Cleanup : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Cleanup : python-2.7.5-48.el7.x86_64 18/24 Cleanup : python-libs-2.7.5-48.el7.x86_64 19/24 Cleanup : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 20/24 Cleanup : libgomp-4.8.5-11.el7.x86_64 21/24 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 22/24 Cleanup : glibc-2.17-157.el7_3.1.x86_64 23/24 Cleanup : libgcc-4.8.5-11.el7.x86_64 24/24 Verifying : glibc-devel-2.17-222.el7.x86_64 1/24 Verifying : glibc-headers-2.17-222.el7.x86_64 2/24 Verifying : 1:openssl-libs-1.0.2k-12.el7.x86_64 3/24 Verifying : libgomp-4.8.5-28.el7_5.1.x86_64 4/24 Verifying : gcc-4.8.5-28.el7_5.1.x86_64 5/24 Verifying : python-libs-2.7.5-69.el7_5.x86_64 6/24 Verifying : glibc-2.17-222.el7.x86_64 7/24 Verifying : libgcc-4.8.5-28.el7_5.1.x86_64 8/24 Verifying : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Verifying : python-2.7.5-69.el7_5.x86_64 10/24 Verifying : libmpc-1.0.1-3.el7.x86_64 11/24 Verifying : glibc-common-2.17-222.el7.x86_64 12/24 Verifying : kernel-headers-3.10.0-862.14.4.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.14.4.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-10-04 15:56:10,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - error: 2018-10-04 15:56:10,229 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 15:56:10,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 15:56:10,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=87f4e119dee745038c5dbc8808d51179&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:56:10,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-9fd101e5-adce-4f18-95af-aa213e5530e7 Date: Thu, 04 Oct 2018 15:56:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:50:40Z", "updated_at": "2018-10-04T15:50:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "55e2bab2-a264-44d7-9491-e906e902ff63", "remote_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "6c74bf7c-e25b-4172-89b8-65b2aee6da5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "e1f1931b-c678-457f-9df4-3946a763623b", "remote_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "f7f23484-924b-4f65-ae35-9e43271173b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}], "revision_number": 4, "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "name": "default"}]} 2018-10-04 15:56:10,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=87f4e119dee745038c5dbc8808d51179&name=default used request id req-9fd101e5-adce-4f18-95af-aa213e5530e7 2018-10-04 15:56:10,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0601072311401s 2018-10-04 15:56:10,294 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=87f4e119dee745038c5dbc8808d51179&name=default used request id req-9fd101e5-adce-4f18-95af-aa213e5530e7 2018-10-04 15:56:10,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 15:56:10,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:56:10,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-09ec118a-e29f-4710-a53b-7a675aaf9821 Date: Thu, 04 Oct 2018 15:56:10 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:52:28Z", "updated_at": "2018-10-04T15:52:32Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T15:52:29Z", "revision_number": 0, "id": "012b1d93-b327-46c0-b5ae-6179e7eb176a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:29Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": 22, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-04T15:52:30Z", "revision_number": 0, "id": "0abe0a98-63a6-4a8c-823e-e95d6844a444", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:30Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": 80, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-10-04T15:52:31Z", "revision_number": 0, "id": "16add613-0e52-4b9c-9a0c-241e641f4c78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:31Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:52:29Z", "revision_number": 0, "id": "445123c9-4432-4833-a29a-aac28bfa325d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:29Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:52:28Z", "revision_number": 0, "id": "524569de-7d38-46a9-a65d-28343703faef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:28Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-10-04T15:52:32Z", "revision_number": 0, "id": "6d76da41-924e-478e-9bc3-7f15bd7bbdc9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:32Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:52:28Z", "revision_number": 0, "id": "de2f2ebb-171f-4efd-962e-a3af8b378716", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:28Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-10-04T15:52:30Z", "revision_number": 0, "id": "df2c078e-b4ee-4c19-a6f2-6afedd9b496e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:30Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": 443, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}], "revision_number": 8, "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}, {"description": "Default security group", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:50:40Z", "updated_at": "2018-10-04T15:50:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "55e2bab2-a264-44d7-9491-e906e902ff63", "remote_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "6c74bf7c-e25b-4172-89b8-65b2aee6da5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "e1f1931b-c678-457f-9df4-3946a763623b", "remote_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "f7f23484-924b-4f65-ae35-9e43271173b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}], "revision_number": 4, "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "name": "default"}]} 2018-10-04 15:56:10,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-09ec118a-e29f-4710-a53b-7a675aaf9821 2018-10-04 15:56:10,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0638880729675s 2018-10-04 15:56:10,362 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-09ec118a-e29f-4710-a53b-7a675aaf9821 2018-10-04 15:56:10,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-04 15:56:10,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" -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": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8"}}' 2018-10-04 15:56:10,564 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-aeacdc44-ab0d-4f3c-8aca-ff5611700c85 Date: Thu, 04 Oct 2018 15:56: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-10-04T15:56:10Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "port_range_min": 22, "revision_number": 0, "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:56:10Z", "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "e3b79ee6-1ca9-4a91-b43f-e555e3e4cfa0"}} 2018-10-04 15:56:10,564 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-aeacdc44-ab0d-4f3c-8aca-ff5611700c85 2018-10-04 15:56:10,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.19732093811s 2018-10-04 15:56:10,564 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-aeacdc44-ab0d-4f3c-8aca-ff5611700c85 2018-10-04 15:56:10,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-10-04 15:56:10,829 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/blueprints/clearwater-opnfv; body: bytes data 2018-10-04 15:56:13,527 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:56:13,527 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:56:13,527 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:56:13,527 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:56:13,528 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:56:13,528 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:56:13,528 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:56:13,528 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-10-04 15:56:13,528 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:12.888Z", "updated_at": "2018-10-04T15:56:12.888Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"app_connected_to_bind_ellis": {"name": "app_connected_to_bind_ellis", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "app_connected_to_bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.monitors": {"name": "cloudify.relationships.monitors", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "public", "description": "the community"}, "oids": {"description": "the oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "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.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"}}}, "app_connected_to_bind": {"name": "app_connected_to_bind", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_bono_nodes": {"name": "monitors_bono_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_sprout_nodes": {"name": "monitors_sprout_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"vellum_cluster_size": {"default": 1, "type": "integer", "description": "number of vellum instance"}, "agent_user": {"default": "ubuntu", "type": "string", "description": "User for connecting to agent VM's"}, "image_id": {"type": "string", "description": "Image ID of the agent VM's (Ubuntu 14.04 for clearwater)"}, "with_ellis": {"default": 1, "type": "integer", "description": "1 for true 0 for false"}, "external_network_name": {"type": "string", "description": "Network that will be the floating IP"}, "dime_cluster_size": {"default": 1, "type": "integer", "description": "number of dime instance"}, "key_pair_name": {"default": "clearwater-key", "description": "Openstack key pair name of the key to associate with the new server"}, "bono_cluster_size": {"default": 1, "type": "integer", "description": "number of bono instance"}, "flavor_id": {"type": "string", "description": "Flavor ID of the agent VM's (RAM >= 2 GB)"}, "public_domain": {"type": "string", "description": "Sip domain for sip users and bono load-balancing"}, "homer_cluster_size": {"default": 1, "type": "integer", "description": "number of homer instance"}, "release": {"default": "stable", "type": "string", "description": "Clearwater release"}, "network_name": {"default": "net2", "description": "Openstack network name the new server will be connected to"}, "private_key_path": {"description": "Path to the private key which will be used for connecting to the server\non the manager or machine running CLI if running in local mode.\n"}, "sprout_cluster_size": {"default": 1, "type": "integer", "description": "number of sprout instance"}}, "description": null, "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {"bono_group": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"scale_bono": {"type": "cloudify.policies.scaling", "properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "targets": ["bono_group"]}}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bono_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_sprout_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/sprout/stop-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "sprout", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.sprout"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/sprout/stop-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/sprout/install-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.sprout", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/vellum/stop-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"script_path": "scripts/clearwater/vellum/start-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "vellum", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.vellum"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "scripts/clearwater/vellum/start-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/vellum/stop-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/vellum/install-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.vellum", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "homer_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "homer_cluster_size"}, "default_instances": {"get_input": "homer_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "homer_cluster_size"}}}}, "id": "homer_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "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_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": {"get_input": "key_pair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "private_key_path"}, "use_external_resource": true}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": "internal_sip_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.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": "internal_sip_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5054}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5052}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_internal_sip", "description": "Internal SIP signalling"}, "disable_default_egress_rules": false, "use_external_resource": false, "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.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind_ellis", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/ellis/stop-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "ellis", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.ellis"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/ellis/stop-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/ellis/install-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "ellis", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.ellis", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "proxy_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 10}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "proxy_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "proxy_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": "dime_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.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": "dime_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8889}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 10888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_dime", "description": "memcached Chronos REST"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"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": "ellis_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.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": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "dime_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "dime_cluster_size"}, "default_instances": {"get_input": "dime_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "dime_cluster_size"}}}}, "id": "dime_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": "ellis_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.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": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 80}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 443}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_ellis", "description": "Web UI"}, "disable_default_egress_rules": false, "use_external_resource": false, "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", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "vellum_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "vellum_cluster_size"}, "default_instances": {"get_input": "vellum_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "vellum_cluster_size"}}}}, "id": "vellum_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/dime/stop-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "dime", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.dime"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/dime/stop-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/dime/install-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.dime", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "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": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "proxy_node", "type_hierarchy": ["cloudify.nodes.Root", "SNMPProxy"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/monitoring/proxy_snmp/install_requirements.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "proxy_node", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "host_id": "proxy_host", "type": "SNMPProxy", "properties": {}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": "base_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.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": "base_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"remote_ip_prefix": "0.0.0.0/0", "port": 4000}, {"remote_ip_prefix": "0.0.0.0/0", "port": 2380}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 161}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_base", "description": "SSH"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"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": "bono_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.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": "bono_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": "homer_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.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": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_homer", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "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", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "sprout_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "sprout_cluster_size"}, "default_instances": {"get_input": "sprout_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "sprout_cluster_size"}}}}, "id": "sprout_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": "bind_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.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": "bind_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 53}, {"remote_ip_prefix": "0.0.0.0/0", "port": 53}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bind", "description": "DNS"}, "disable_default_egress_rules": false, "use_external_resource": false, "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.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/homer/stop-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "homer", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.homer"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/homer/stop-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/homer/install-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.homer", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": "sprout_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.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": "sprout_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_sprout", "description": "memcached Chronos 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "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", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bind_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "bind_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "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": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "bind", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.infra.bind"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "install"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/other/install-etcd.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.infra.bind", "properties": {"private_domain": "clearwater.local", "secret_code": "secret", "hss_port": "3868", "public_domain": {"get_input": "public_domain"}, "release": {"get_input": "release"}, "hss_hostname": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_bono_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/bono/stop-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "bono", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.bono"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/bono/stop-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/bono/install-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.bono", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": "bono_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.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": "bono_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5062}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 65535, "port_range_min": 32768, "protocol": "udp"}, {"remote_ip_prefix": "0.0.0.0/0", "port": 6669}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bono", "description": "STUN SIP RTP 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "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", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "ellis_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "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": "bind_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.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": "bind_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": "vellum_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.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": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11211}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11311}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7253}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7000}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 6668, "port_range_min": 6667}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_vellum", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "members": ["bono_floatingip", "bono_host"]}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "clearwater-opnfv"} 2018-10-04 15:56:13,530 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:56:13,531 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:56:12 GMT 2018-10-04 15:56:13,531 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:56:13,531 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-10-04 15:56:13,531 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:56:13,556 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-10-04 15:56:15,017 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:aba982bbd53c6cc40a4cab6e312ae8d3 sha256:c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4 2018-10-04 15:56:15,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 15:56:15,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:56:15,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-fc5a34f9-d10e-442c-8c45-ee64b158c265 Date: Thu, 04 Oct 2018 15:56:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f/snap", "metadata": {}}], "file": "/v2/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f/file", "owner": "87f4e119dee745038c5dbc8808d51179", "id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "size": 4373348352, "self": "/v2/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-04T15:52:26Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-04T15:51:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 15:56:15,594 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-fc5a34f9-d10e-442c-8c45-ee64b158c265 2018-10-04 15:56:15,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.576760053635s 2018-10-04 15:56:15,595 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-fc5a34f9-d10e-442c-8c45-ee64b158c265 2018-10-04 15:56:15,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 15:56:15,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" -d '{"owner_specified.shade.md5": "aba982bbd53c6cc40a4cab6e312ae8d3", "owner_specified.shade.sha256": "c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4", "owner_specified.shade.object": "images/cloudify_ims-img_alt_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_alt_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}' 2018-10-04 15:56:16,192 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/7a7d29a7-9333-4d36-96c1-b44cafd671df X-Openstack-Request-Id: req-0b46593f-ae93-4b15-8048-dd5372d7502b Date: Thu, 04 Oct 2018 15:56:16 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/7a7d29a7-9333-4d36-96c1-b44cafd671df/file", "owner": "87f4e119dee745038c5dbc8808d51179", "id": "7a7d29a7-9333-4d36-96c1-b44cafd671df", "size": null, "self": "/v2/images/7a7d29a7-9333-4d36-96c1-b44cafd671df", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4", "updated_at": "2018-10-04T15:56:16Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "aba982bbd53c6cc40a4cab6e312ae8d3", "name": "cloudify_ims-img_alt_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "checksum": null, "created_at": "2018-10-04T15:56:16Z", "protected": false} 2018-10-04 15:56:16,192 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-0b46593f-ae93-4b15-8048-dd5372d7502b 2018-10-04 15:56:16,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.595179080963s 2018-10-04 15:56:16,193 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-0b46593f-ae93-4b15-8048-dd5372d7502b returning object 7a7d29a7-9333-4d36-96c1-b44cafd671df 2018-10-04 15:56:16,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 15:56:16,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/7a7d29a7-9333-4d36-96c1-b44cafd671df/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" -d '' 2018-10-04 15:56:22,285 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b30c64ac-c5de-4ffc-b706-c3e45c85f8d4 Date: Thu, 04 Oct 2018 15:56:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 15:56:22,285 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/7a7d29a7-9333-4d36-96c1-b44cafd671df/file used request id req-b30c64ac-c5de-4ffc-b706-c3e45c85f8d4 2018-10-04 15:56:22,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 6.09179520607s 2018-10-04 15:56:22,286 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/7a7d29a7-9333-4d36-96c1-b44cafd671df/file used request id req-b30c64ac-c5de-4ffc-b706-c3e45c85f8d4 2018-10-04 15:56:22,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 15:56:22,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 15:56:22,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2356 Content-Type: application/json X-Openstack-Request-Id: req-ed0bfdb2-206e-4a8a-90d1-c4f04768aad5 Date: Thu, 04 Oct 2018 15:56:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7a7d29a7-9333-4d36-96c1-b44cafd671df/snap", "metadata": {}}], "file": "/v2/images/7a7d29a7-9333-4d36-96c1-b44cafd671df/file", "owner": "87f4e119dee745038c5dbc8808d51179", "id": "7a7d29a7-9333-4d36-96c1-b44cafd671df", "size": 263193088, "self": "/v2/images/7a7d29a7-9333-4d36-96c1-b44cafd671df", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7a7d29a7-9333-4d36-96c1-b44cafd671df/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4", "updated_at": "2018-10-04T15:56:22Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "aba982bbd53c6cc40a4cab6e312ae8d3", "name": "cloudify_ims-img_alt_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "checksum": "aba982bbd53c6cc40a4cab6e312ae8d3", "created_at": "2018-10-04T15:56:16Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f/snap", "metadata": {}}], "file": "/v2/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f/file", "owner": "87f4e119dee745038c5dbc8808d51179", "id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "size": 4373348352, "self": "/v2/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-04T15:52:26Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-04T15:51:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 15:56:22,562 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-ed0bfdb2-206e-4a8a-90d1-c4f04768aad5 2018-10-04 15:56:22,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.275223970413s 2018-10-04 15:56:22,562 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-ed0bfdb2-206e-4a8a-90d1-c4f04768aad5 2018-10-04 15:56:22,565 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7a7d29a7-9333-4d36-96c1-b44cafd671df/snap', u'metadata': Munch({})})], 'file': u'/v2/images/7a7d29a7-9333-4d36-96c1-b44cafd671df/file', 'owner': u'87f4e119dee745038c5dbc8808d51179', 'id': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'size': 263193088, u'self': u'/v2/images/7a7d29a7-9333-4d36-96c1-b44cafd671df', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'87f4e119dee745038c5dbc8808d51179', 'name': 'cloudify_ims-project_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/7a7d29a7-9333-4d36-96c1-b44cafd671df/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T15:56:22Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-04T15:56:22Z', u'owner_specified.shade.sha256': u'c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'aba982bbd53c6cc40a4cab6e312ae8d3', 'properties': {u'self': u'/v2/images/7a7d29a7-9333-4d36-96c1-b44cafd671df', u'owner_specified.shade.md5': u'aba982bbd53c6cc40a4cab6e312ae8d3', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'owner_specified.shade.sha256': u'c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_alt_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'created': u'2018-10-04T15:56:16Z', 'checksum': u'aba982bbd53c6cc40a4cab6e312ae8d3', 'created_at': u'2018-10-04T15:56:16Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/7a7d29a7-9333-4d36-96c1-b44cafd671df', u'owner_specified.shade.md5': u'aba982bbd53c6cc40a4cab6e312ae8d3', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'owner_specified.shade.sha256': u'c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4', u'schema': u'/v2/schemas/image'}}) 2018-10-04 15:56:22,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 15:56:22,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "cloudify_ims-flavor_alt_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-10-04 15:56:22,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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-ff9485fc-ec69-41df-8ac6-587921b458e2 x-compute-request-id: req-ff9485fc-ec69-41df-8ac6-587921b458e2 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/27e7d88b-c8ee-4024-84f2-97fa9f080c6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/27e7d88b-c8ee-4024-84f2-97fa9f080c6d", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 25, "id": "27e7d88b-c8ee-4024-84f2-97fa9f080c6d", "name": "cloudify_ims-flavor_alt_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 15:56:22,630 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ff9485fc-ec69-41df-8ac6-587921b458e2 2018-10-04 15:56:22,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0645141601562s 2018-10-04 15:56:22,631 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ff9485fc-ec69-41df-8ac6-587921b458e2 returning object 27e7d88b-c8ee-4024-84f2-97fa9f080c6d 2018-10-04 15:56:22,632 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_alt_c6d73e0e-0154-4b46-be9f-cd6de3a912de', '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'ba8ec7ddbe634bf4b6238a0de4b4bf1a', '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'27e7d88b-c8ee-4024-84f2-97fa9f080c6d', 'swap': 0}) 2018-10-04 15:56:22,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 15:56:22,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/27e7d88b-c8ee-4024-84f2-97fa9f080c6d/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" -d '{"extra_specs": {}}' 2018-10-04 15:56:22,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 15: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 x-openstack-request-id: req-423d69aa-5daa-4514-a3db-a0122f6309b1 x-compute-request-id: req-423d69aa-5daa-4514-a3db-a0122f6309b1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 15:56:22,656 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/27e7d88b-c8ee-4024-84f2-97fa9f080c6d/os-extra_specs used request id req-423d69aa-5daa-4514-a3db-a0122f6309b1 2018-10-04 15:56:22,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0236248970032s 2018-10-04 15:56:22,656 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/27e7d88b-c8ee-4024-84f2-97fa9f080c6d/os-extra_specs used request id req-423d69aa-5daa-4514-a3db-a0122f6309b1 2018-10-04 15:56:22,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-10-04 15:56:22,657 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/deployments/clearwater-opnfv; body: {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "7a7d29a7-9333-4d36-96c1-b44cafd671df", "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "bono_cluster_size": 1, "flavor_id": "27e7d88b-c8ee-4024-84f2-97fa9f080c6d", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "clearwater-opnfv"} 2018-10-04 15:56:24,562 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:56:24,562 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:56:24,562 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:56:24,562 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:56:24,562 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:56:24,562 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:56:24,562 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:56:24,562 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 656 2018-10-04 15:56:24,563 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "7a7d29a7-9333-4d36-96c1-b44cafd671df", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "bono_cluster_size": 1, "flavor_id": "27e7d88b-c8ee-4024-84f2-97fa9f080c6d", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "permalink": null, "description": null, "blueprint_id": "clearwater-opnfv", "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:22.934Z", "updated_at": "2018-10-04T15:56:22.934Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "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": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}, "members": ["bono_floatingip", "bono_host"]}}, "id": "clearwater-opnfv", "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}} 2018-10-04 15:56:24,563 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:56:24,563 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:56:24 GMT 2018-10-04 15:56:24,563 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:56:24,563 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-10-04 15:56:24,563 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:56:24,564 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions 2018-10-04 15:56:24,898 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:56:24,899 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:56:24,899 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:56:24,899 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:56:24,899 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:56:24,899 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:56:24,899 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:56:24,899 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:24.446Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "eac09d59-46ce-4a94-a71a-9af4b9619b1e"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-10-04 15:56:24,899 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:56:24,899 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:56:24 GMT 2018-10-04 15:56:24,900 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:56:24,900 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6369 2018-10-04 15:56:24,900 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:56:24,900 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:56:25,111 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:56:25,112 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:56:25,112 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:56:25,112 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:56:25,112 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:56:25,112 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:56:25,112 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:56:25,112 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-10-04 15:56:25,112 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:56:25,112 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:56:25 GMT 2018-10-04 15:56:25,113 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:56:25,113 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-10-04 15:56:25,113 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:56:25,113 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/eac09d59-46ce-4a94-a71a-9af4b9619b1e 2018-10-04 15:56:25,181 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:56:25,181 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:56:25,181 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:56:25,181 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:56:25,181 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:56:25,181 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:56:25,181 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:56:25,181 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:24.446Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "eac09d59-46ce-4a94-a71a-9af4b9619b1e"} 2018-10-04 15:56:25,182 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:56:25,182 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:56:25 GMT 2018-10-04 15:56:25,182 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:56:25,182 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-10-04 15:56:25,182 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:56:30,188 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:56:30,635 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:56:30,636 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:56:30,636 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:56:30,636 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:56:30,636 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:56:30,636 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:56:30,636 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:56:30,636 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:56:25.600Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-04T15:56:25.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "eac09d59-46ce-4a94-a71a-9af4b9619b1e"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:56:25.944Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-04T15:56:25.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "eac09d59-46ce-4a94-a71a-9af4b9619b1e", "logger": "5208247c-2d77-4d1b-aa30-8665cae728bf"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:56:26.205Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-04T15:56:26.205Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "eac09d59-46ce-4a94-a71a-9af4b9619b1e"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:56:26.205Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-04T15:56:26.205Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "eac09d59-46ce-4a94-a71a-9af4b9619b1e"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:56:26.205Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-04T15:56:26.205Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "eac09d59-46ce-4a94-a71a-9af4b9619b1e"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:56:26.207Z", "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-10-04T15:56:26.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "eac09d59-46ce-4a94-a71a-9af4b9619b1e", "logger": "5208247c-2d77-4d1b-aa30-8665cae728bf"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:56:27.382Z", "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-10-04T15:56:27.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "eac09d59-46ce-4a94-a71a-9af4b9619b1e", "logger": "5208247c-2d77-4d1b-aa30-8665cae728bf"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:56:27.382Z", "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-10-04T15:56:27.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "eac09d59-46ce-4a94-a71a-9af4b9619b1e", "logger": "5208247c-2d77-4d1b-aa30-8665cae728bf"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:56:27.382Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-04T15:56:27.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "eac09d59-46ce-4a94-a71a-9af4b9619b1e", "logger": "5208247c-2d77-4d1b-aa30-8665cae728bf"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:56:28.401Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpoxbD7I --prefix=\"/tmp/openstack-SgVSCs\" --constraint=\"/tmp/openstack-SgVSCs/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-04T15:56:28.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "eac09d59-46ce-4a94-a71a-9af4b9619b1e", "logger": "5208247c-2d77-4d1b-aa30-8665cae728bf"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:56:28.401Z", "message": "Installing from directory: /tmp/tmpoxbD7I [args=--prefix=\"/tmp/openstack-SgVSCs\" --constraint=\"/tmp/openstack-SgVSCs/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-04T15:56:28.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "eac09d59-46ce-4a94-a71a-9af4b9619b1e", "logger": "5208247c-2d77-4d1b-aa30-8665cae728bf"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-10-04 15:56:30,636 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:56:30,636 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:56:30 GMT 2018-10-04 15:56:30,637 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:56:30,637 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5872 2018-10-04 15:56:30,637 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:56:30,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-10-04 15:56:30,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: openstack 2018-10-04 15:56:30,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2018-10-04 15:56:30,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-04 15:56:30,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-04 15:56:30,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-10-04 15:56:30,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2018-10-04 15:56:30,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2018-10-04 15:56:30,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-04 15:56:30,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpoxbD7I --prefix="/tmp/openstack-SgVSCs" --constraint="/tmp/openstack-SgVSCs/constraint.txt" 2018-10-04 15:56:30,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing from directory: /tmp/tmpoxbD7I [args=--prefix="/tmp/openstack-SgVSCs" --constraint="/tmp/openstack-SgVSCs/constraint.txt", package_name=cloudify-openstack-plugin] 2018-10-04 15:56:30,639 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/eac09d59-46ce-4a94-a71a-9af4b9619b1e 2018-10-04 15:56:30,732 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:56:30,733 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:56:30,733 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:56:30,733 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:56:30,733 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:56:30,733 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:56:30,733 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:56:30,733 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:24.446Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "eac09d59-46ce-4a94-a71a-9af4b9619b1e"} 2018-10-04 15:56:30,733 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:56:30,733 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:56:30 GMT 2018-10-04 15:56:30,733 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:56:30,734 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-10-04 15:56:30,734 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:56:35,739 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:56:36,033 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:56:36,033 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:56:36,034 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:56:36,034 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:56:36,034 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:56:36,034 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:56:36,034 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:56:36,034 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-04 15:56:36,034 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:56:36,034 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:56:36 GMT 2018-10-04 15:56:36,034 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:56:36,035 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-04 15:56:36,035 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:56:36,035 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/eac09d59-46ce-4a94-a71a-9af4b9619b1e 2018-10-04 15:56:36,243 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:56:36,243 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:56:36,243 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:56:36,243 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:56:36,243 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:56:36,244 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:56:36,244 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:56:36,244 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:24.446Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "eac09d59-46ce-4a94-a71a-9af4b9619b1e"} 2018-10-04 15:56:36,244 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:56:36,244 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:56:36 GMT 2018-10-04 15:56:36,244 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:56:36,244 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-10-04 15:56:36,244 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:56:41,250 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:56:41,391 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:56:41,391 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:56:41,391 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:56:41,391 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:56:41,392 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:56:41,392 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:56:41,392 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:56:41,392 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-04 15:56:41,392 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:56:41,392 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:56:41 GMT 2018-10-04 15:56:41,392 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:56:41,392 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-04 15:56:41,392 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:56:41,393 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/eac09d59-46ce-4a94-a71a-9af4b9619b1e 2018-10-04 15:56:41,753 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:56:41,753 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:56:41,754 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:56:41,754 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:56:41,754 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:56:41,754 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:56:41,754 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:56:41,754 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:24.446Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "eac09d59-46ce-4a94-a71a-9af4b9619b1e"} 2018-10-04 15:56:41,754 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:56:41,754 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:56:41 GMT 2018-10-04 15:56:41,754 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:56:41,755 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-10-04 15:56:41,755 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:56:46,760 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:56:46,855 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:56:46,855 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:56:46,855 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:56:46,855 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:56:46,855 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:56:46,856 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:56:46,856 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:56:46,856 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-04 15:56:46,856 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:56:46,856 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:56:46 GMT 2018-10-04 15:56:46,856 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:56:46,856 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-04 15:56:46,856 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:56:46,857 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/eac09d59-46ce-4a94-a71a-9af4b9619b1e 2018-10-04 15:56:47,024 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:56:47,024 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:56:47,024 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:56:47,024 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:56:47,025 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:56:47,025 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:56:47,025 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:56:47,025 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:24.446Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "eac09d59-46ce-4a94-a71a-9af4b9619b1e"} 2018-10-04 15:56:47,025 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:56:47,025 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:56:47 GMT 2018-10-04 15:56:47,025 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:56:47,025 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-10-04 15:56:47,025 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:56:52,031 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:56:52,126 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:56:52,126 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:56:52,127 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:56:52,127 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:56:52,127 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:56:52,127 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:56:52,127 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:56:52,127 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-04 15:56:52,127 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:56:52,127 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:56:52 GMT 2018-10-04 15:56:52,127 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:56:52,127 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-04 15:56:52,128 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:56:52,128 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/eac09d59-46ce-4a94-a71a-9af4b9619b1e 2018-10-04 15:56:52,196 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:56:52,197 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:56:52,197 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:56:52,197 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:56:52,197 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:56:52,197 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:56:52,197 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:56:52,197 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:24.446Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "eac09d59-46ce-4a94-a71a-9af4b9619b1e"} 2018-10-04 15:56:52,197 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:56:52,198 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:56:52 GMT 2018-10-04 15:56:52,198 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:56:52,198 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-10-04 15:56:52,198 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:56:57,203 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:56:57,509 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:56:57,510 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:56:57,510 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:56:57,510 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:56:57,510 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:56:57,510 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:56:57,510 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:56:57,510 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:56:55.882Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-04T15:56:55.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "eac09d59-46ce-4a94-a71a-9af4b9619b1e", "logger": "5208247c-2d77-4d1b-aa30-8665cae728bf"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:56:56.428Z", "message": "Removing directory: /tmp/tmpoxbD7I", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-04T15:56:56.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "eac09d59-46ce-4a94-a71a-9af4b9619b1e", "logger": "5208247c-2d77-4d1b-aa30-8665cae728bf"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:56:56.912Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-04T15:56:56.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "eac09d59-46ce-4a94-a71a-9af4b9619b1e"}], "metadata": {"pagination": {"total": 14, "offset": 11, "size": 50}}} 2018-10-04 15:56:57,510 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:56:57,511 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:56:57 GMT 2018-10-04 15:56:57,511 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:56:57,511 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1573 2018-10-04 15:56:57,511 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:56:57,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-10-04 15:56:57,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpoxbD7I 2018-10-04 15:56:57,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-04 15:56:57,512 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/eac09d59-46ce-4a94-a71a-9af4b9619b1e 2018-10-04 15:56:57,671 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:56:57,671 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:56:57,671 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:56:57,671 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:56:57,671 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:56:57,671 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:56:57,671 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:56:57,671 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:24.446Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "eac09d59-46ce-4a94-a71a-9af4b9619b1e"} 2018-10-04 15:56:57,672 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:56:57,672 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:56:57 GMT 2018-10-04 15:56:57,672 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:56:57,672 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6293 2018-10-04 15:56:57,672 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:56:57,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2018-10-04 15:56:57,673 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.202:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-10-04 15:56:57,848 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:56:57,848 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:56:57,849 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:56:57,849 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:56:57,849 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:56:57,849 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:56:57,849 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:56:57,849 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 137 2018-10-04 15:56:57,849 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:56:57,849 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:56:57,849 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:56:57 GMT 2018-10-04 15:56:57,849 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:56:57,850 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:56:57,850 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:56:57,850 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:56:57,914 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:56:57,915 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:56:57,915 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:56:57,915 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:56:57,915 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:56:57,915 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:56:57,915 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:56:57,915 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-10-04 15:56:57,915 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:56:57,916 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:56:57 GMT 2018-10-04 15:56:57,916 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:56:57,916 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-10-04 15:56:57,916 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:56:57,916 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:56:57,976 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:56:57,976 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:56:57,976 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:56:57,976 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:56:57,976 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:56:57,976 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:56:57,976 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:56:57,976 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:56:57,976 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:56:57,977 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:56:57 GMT 2018-10-04 15:56:57,977 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:56:57,977 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:56:57,977 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:57:02,982 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:57:03,061 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:57:03,062 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:57:03,062 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:57:03,062 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:57:03,062 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:57:03,062 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:57:03,062 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:57:03,062 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:56:58.588Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:56:58.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "base_security_group_q39nmx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:00.226Z", "message": "Creating node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:00.226Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_security_group_8nze7y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:00.729Z", "message": "Creating node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:00.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_floatingip_f9imwi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:00.729Z", "message": "Creating node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:00.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_floatingip_0rj7nj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:00.729Z", "message": "Creating node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:00.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_security_group_cnsret", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:00.729Z", "message": "Creating node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:00.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_floatingip_0rj7nj", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:00.729Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:00.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "base_security_group_q39nmx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:00.729Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:00.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_security_group_cnsret", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:00.729Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:00.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "base_security_group_q39nmx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:00.729Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:00.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "base_security_group_q39nmx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:01.860Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:01.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "0c6069d7-8952-4211-a32e-854965ef2ced"}, {"node_instance_id": "bind_floatingip_z346fp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.057Z", "message": "Creating node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_security_group_rgp1ge", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.057Z", "message": "Creating node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "keypair_wasmdu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.057Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_security_group_fnnkt1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.057Z", "message": "Creating node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_floatingip_z346fp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.057Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_floatingip_f9imwi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.057Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_security_group_8nze7y", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.057Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_security_group_rgp1ge", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.057Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_security_group_fnnkt1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.057Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "keypair_wasmdu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.057Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_floatingip_f9imwi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.057Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_floatingip_0rj7nj", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.057Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_security_group_8nze7y", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.057Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_security_group_cnsret", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.057Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "base_security_group_q39nmx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.537Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "0c6069d7-8952-4211-a32e-854965ef2ced"}, {"node_instance_id": "base_security_group_q39nmx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.537Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'port_range_min': 2380, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "0c6069d7-8952-4211-a32e-854965ef2ced"}, {"node_instance_id": "base_security_group_q39nmx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.537Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'port_range_min': 4000, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "0c6069d7-8952-4211-a32e-854965ef2ced"}, {"node_instance_id": "bind_security_group_8nze7y", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.537Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "996a162f-ca86-4321-aa16-18681efdfb52"}, {"node_instance_id": "homer_security_group_cnsret", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.537Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'port_range_min': 7888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4012af65-385a-4c06-9302-4ae113628e50"}, {"node_instance_id": "homer_security_group_cnsret", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.537Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4012af65-385a-4c06-9302-4ae113628e50"}, {"node_instance_id": "base_security_group_q39nmx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.537Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'port_range_min': 161, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "0c6069d7-8952-4211-a32e-854965ef2ced"}, {"node_instance_id": "bind_security_group_8nze7y", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.537Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "996a162f-ca86-4321-aa16-18681efdfb52"}, {"node_instance_id": "base_security_group_q39nmx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.537Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 2380}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "0c6069d7-8952-4211-a32e-854965ef2ced"}, {"node_instance_id": "base_security_group_q39nmx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.537Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 4000}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "0c6069d7-8952-4211-a32e-854965ef2ced"}, {"node_instance_id": "bind_security_group_8nze7y", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.537Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 53}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "996a162f-ca86-4321-aa16-18681efdfb52"}, {"node_instance_id": "homer_security_group_cnsret", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.537Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7888}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4012af65-385a-4c06-9302-4ae113628e50"}, {"node_instance_id": "homer_security_group_cnsret", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.537Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4012af65-385a-4c06-9302-4ae113628e50"}, {"node_instance_id": "base_security_group_q39nmx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.537Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 161}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "0c6069d7-8952-4211-a32e-854965ef2ced"}, {"node_instance_id": "bind_security_group_8nze7y", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:02.537Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 53}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:02.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "996a162f-ca86-4321-aa16-18681efdfb52"}], "metadata": {"pagination": {"total": 40, "offset": 0, "size": 50}}} 2018-10-04 15:57:03,063 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:57:03,063 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:57:03 GMT 2018-10-04 15:57:03,063 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:57:03,063 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 22826 2018-10-04 15:57:03,063 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:57:03,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2018-10-04 15:57:03,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 15:57:03,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 15:57:03,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 15:57:03,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 15:57:03,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 15:57:03,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-10-04 15:57:03,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-04 15:57:03,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-04 15:57:03,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-04 15:57:03,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22} 2018-10-04 15:57:03,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 15:57:03,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 15:57:03,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 15:57:03,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 15:57:03,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-10-04 15:57:03,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-10-04 15:57:03,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-04 15:57:03,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-04 15:57:03,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-04 15:57:03,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-10-04 15:57:03,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-10-04 15:57:03,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-10-04 15:57:03,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-04 15:57:03,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-04 15:57:03,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:03,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'port_range_min': 2380, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:03,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'port_range_min': 4000, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:03,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:03,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'port_range_min': 7888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:03,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:03,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'port_range_min': 161, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:03,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:03,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 2380} 2018-10-04 15:57:03,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 4000} 2018-10-04 15:57:03,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 53} 2018-10-04 15:57:03,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7888} 2018-10-04 15:57:03,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160} 2018-10-04 15:57:03,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 161} 2018-10-04 15:57:03,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 53} 2018-10-04 15:57:03,070 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:57:03,130 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:57:03,131 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:57:03,131 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:57:03,131 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:57:03,131 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:57:03,131 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:57:03,131 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:57:03,131 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:57:03,131 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:57:03,132 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:57:03 GMT 2018-10-04 15:57:03,132 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:57:03,132 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:57:03,132 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:57:08,137 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:57:08,284 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:57:08,284 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:57:08,284 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:57:08,284 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:57:08,285 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:57:08,285 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:57:08,285 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:57:08,285 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_security_group_sa2chb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:03.079Z", "message": "Creating node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:03.079Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_security_group_p5iwck", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:03.079Z", "message": "Creating node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:03.079Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "internal_sip_security_group_rjj6kw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:03.079Z", "message": "Creating node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:03.079Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_security_group_bxbz8t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:03.079Z", "message": "Creating node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:03.079Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_security_group_sa2chb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:03.079Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:03.079Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_security_group_p5iwck", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:03.079Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:03.079Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "internal_sip_security_group_rjj6kw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:03.079Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:03.079Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_security_group_bxbz8t", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:03.079Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:03.079Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_floatingip_0rj7nj", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:04.563Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'87f4e119dee745038c5dbc8808d51179', u'created_at': u'2018-10-04T15:57:03Z', u'updated_at': u'2018-10-04T15:57:03Z', u'floating_network_id': u'18028772-bdec-4175-9daf-5ee7ae542a2e', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.205', u'revision_number': 0, u'project_id': u'87f4e119dee745038c5dbc8808d51179', u'port_id': None, u'id': u'2922991d-2572-4531-b3cc-93cf11695635'}", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:04.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "217d281a-bc37-4cff-9eff-f7186f361a12"}, {"node_instance_id": "ellis_floatingip_0rj7nj", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:04.773Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:04.773Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_floatingip_z346fp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:05.141Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:05.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_security_group_fnnkt1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:05.141Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:05.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_floatingip_f9imwi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:05.141Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:05.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_floatingip_f9imwi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:05.554Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'87f4e119dee745038c5dbc8808d51179', u'created_at': u'2018-10-04T15:57:04Z', u'updated_at': u'2018-10-04T15:57:04Z', u'floating_network_id': u'18028772-bdec-4175-9daf-5ee7ae542a2e', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.208', u'revision_number': 0, u'project_id': u'87f4e119dee745038c5dbc8808d51179', u'port_id': None, u'id': u'f4409ef5-2463-4a1d-a9b9-027d25ca4ec5'}", "level": "info", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:05.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "3040caeb-1606-42aa-abd6-099a5bf2f188"}, {"node_instance_id": "bono_floatingip_f9imwi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:06.162Z", "message": "Configuring node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:06.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_floatingip_0rj7nj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:06.162Z", "message": "Configuring node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:06.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_floatingip_0rj7nj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:06.162Z", "message": "Starting node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:06.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_security_group_fnnkt1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:07.197Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6668, 'port_range_min': 6667, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:07.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "1aff8571-d2d4-419e-aea7-0386a26509e3"}, {"node_instance_id": "vellum_security_group_fnnkt1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:07.197Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'port_range_min': 11211, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:07.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "1aff8571-d2d4-419e-aea7-0386a26509e3"}, {"node_instance_id": "vellum_security_group_fnnkt1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:07.197Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'port_range_min': 11311, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:07.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "1aff8571-d2d4-419e-aea7-0386a26509e3"}, {"node_instance_id": "vellum_security_group_fnnkt1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:07.197Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'port_range_min': 7000, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:07.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "1aff8571-d2d4-419e-aea7-0386a26509e3"}, {"node_instance_id": "vellum_security_group_fnnkt1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:07.197Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'port_range_min': 7253, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:07.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "1aff8571-d2d4-419e-aea7-0386a26509e3"}, {"node_instance_id": "vellum_security_group_fnnkt1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:07.197Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:07.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "1aff8571-d2d4-419e-aea7-0386a26509e3"}, {"node_instance_id": "vellum_security_group_fnnkt1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:07.197Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 6668, u'port_range_min': 6667}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:07.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "1aff8571-d2d4-419e-aea7-0386a26509e3"}, {"node_instance_id": "vellum_security_group_fnnkt1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:07.197Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11211}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:07.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "1aff8571-d2d4-419e-aea7-0386a26509e3"}, {"node_instance_id": "vellum_security_group_fnnkt1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:07.197Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11311}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:07.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "1aff8571-d2d4-419e-aea7-0386a26509e3"}, {"node_instance_id": "vellum_security_group_fnnkt1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:07.197Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7000}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:07.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "1aff8571-d2d4-419e-aea7-0386a26509e3"}, {"node_instance_id": "vellum_security_group_fnnkt1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:07.197Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7253}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:07.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "1aff8571-d2d4-419e-aea7-0386a26509e3"}, {"node_instance_id": "vellum_security_group_fnnkt1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:07.197Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:07.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "1aff8571-d2d4-419e-aea7-0386a26509e3"}, {"node_instance_id": "bono_floatingip_f9imwi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:07.201Z", "message": "Starting node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:07.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_security_group_sa2chb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:07.201Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:07.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_security_group_rgp1ge", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:07.201Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:07.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "keypair_wasmdu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:07.201Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:07.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "base_security_group_q39nmx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:07.201Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:07.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_security_group_8nze7y", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:07.201Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:07.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_security_group_cnsret", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:07.201Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:07.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 76, "offset": 40, "size": 50}}} 2018-10-04 15:57:08,285 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:57:08,285 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:57:08 GMT 2018-10-04 15:57:08,285 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:57:08,285 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21497 2018-10-04 15:57:08,286 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:57:08,286 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 15:57:08,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 15:57:08,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 15:57:08,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 15:57:08,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-04 15:57:08,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-04 15:57:08,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-04 15:57:08,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-04 15:57:08,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'87f4e119dee745038c5dbc8808d51179', u'created_at': u'2018-10-04T15:57:03Z', u'updated_at': u'2018-10-04T15:57:03Z', u'floating_network_id': u'18028772-bdec-4175-9daf-5ee7ae542a2e', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.205', u'revision_number': 0, u'project_id': u'87f4e119dee745038c5dbc8808d51179', u'port_id': None, u'id': u'2922991d-2572-4531-b3cc-93cf11695635'} 2018-10-04 15:57:08,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-10-04 15:57:08,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-10-04 15:57:08,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-04 15:57:08,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-10-04 15:57:08,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'87f4e119dee745038c5dbc8808d51179', u'created_at': u'2018-10-04T15:57:04Z', u'updated_at': u'2018-10-04T15:57:04Z', u'floating_network_id': u'18028772-bdec-4175-9daf-5ee7ae542a2e', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.208', u'revision_number': 0, u'project_id': u'87f4e119dee745038c5dbc8808d51179', u'port_id': None, u'id': u'f4409ef5-2463-4a1d-a9b9-027d25ca4ec5'} 2018-10-04 15:57:08,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 15:57:08,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 15:57:08,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 15:57:08,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6668, 'port_range_min': 6667, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:08,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'port_range_min': 11211, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:08,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'port_range_min': 11311, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:08,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'port_range_min': 7000, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:08,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'port_range_min': 7253, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:08,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:08,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 6668, u'port_range_min': 6667} 2018-10-04 15:57:08,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11211} 2018-10-04 15:57:08,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11311} 2018-10-04 15:57:08,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7000} 2018-10-04 15:57:08,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7253} 2018-10-04 15:57:08,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160} 2018-10-04 15:57:08,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 15:57:08,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-04 15:57:08,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-04 15:57:08,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2018-10-04 15:57:08,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-04 15:57:08,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-04 15:57:08,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-04 15:57:08,292 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:57:08,659 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:57:08,659 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:57:08,659 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:57:08,659 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:57:08,659 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:57:08,659 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:57:08,660 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:57:08,660 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:57:08,660 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:57:08,660 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:57:08 GMT 2018-10-04 15:57:08,660 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:57:08,660 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:57:08,660 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:57:13,666 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:57:13,950 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:57:13,950 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:57:13,950 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:57:13,950 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:57:13,950 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:57:13,950 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:57:13,951 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:57:13,951 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_floatingip_z346fp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.225Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'87f4e119dee745038c5dbc8808d51179', u'created_at': u'2018-10-04T15:57:07Z', u'updated_at': u'2018-10-04T15:57:07Z', u'floating_network_id': u'18028772-bdec-4175-9daf-5ee7ae542a2e', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.211', u'revision_number': 0, u'project_id': u'87f4e119dee745038c5dbc8808d51179', u'port_id': None, u'id': u'33810e09-184d-407d-a575-8ef5651f910e'}", "level": "info", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cd179f7a-d051-4afb-9290-ac3bb33673f9"}, {"node_instance_id": "bono_security_group_sa2chb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.225Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6669, 'port_range_min': 6669, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "78a2294d-ddc7-4ffa-a251-51a63b00a770"}, {"node_instance_id": "dime_security_group_rgp1ge", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.225Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'port_range_min': 10888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f7fa941a-1b0b-444c-890d-e8f981974bd0"}, {"node_instance_id": "bono_security_group_sa2chb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.225Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "78a2294d-ddc7-4ffa-a251-51a63b00a770"}, {"node_instance_id": "bono_security_group_sa2chb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.225Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "78a2294d-ddc7-4ffa-a251-51a63b00a770"}, {"node_instance_id": "bono_security_group_sa2chb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.225Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "78a2294d-ddc7-4ffa-a251-51a63b00a770"}, {"node_instance_id": "bono_security_group_sa2chb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.225Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'port_range_min': 5062, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "78a2294d-ddc7-4ffa-a251-51a63b00a770"}, {"node_instance_id": "dime_security_group_rgp1ge", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.225Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'port_range_min': 8888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f7fa941a-1b0b-444c-890d-e8f981974bd0"}, {"node_instance_id": "dime_security_group_rgp1ge", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.225Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'port_range_min': 8889, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f7fa941a-1b0b-444c-890d-e8f981974bd0"}, {"node_instance_id": "bono_security_group_sa2chb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.225Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "78a2294d-ddc7-4ffa-a251-51a63b00a770"}, {"node_instance_id": "bono_security_group_sa2chb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.225Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "78a2294d-ddc7-4ffa-a251-51a63b00a770"}, {"node_instance_id": "bono_security_group_sa2chb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.225Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 32768, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "78a2294d-ddc7-4ffa-a251-51a63b00a770"}, {"node_instance_id": "bono_security_group_sa2chb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.225Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 6669}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "78a2294d-ddc7-4ffa-a251-51a63b00a770"}, {"node_instance_id": "bono_security_group_sa2chb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.225Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 65535, u'port_range_min': 32768, u'protocol': u'udp'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "78a2294d-ddc7-4ffa-a251-51a63b00a770"}, {"node_instance_id": "dime_security_group_rgp1ge", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.225Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 10888}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f7fa941a-1b0b-444c-890d-e8f981974bd0"}, {"node_instance_id": "bono_security_group_sa2chb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.225Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 3478}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "78a2294d-ddc7-4ffa-a251-51a63b00a770"}, {"node_instance_id": "bono_security_group_sa2chb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.225Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "78a2294d-ddc7-4ffa-a251-51a63b00a770"}, {"node_instance_id": "bono_security_group_sa2chb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.225Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5060}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "78a2294d-ddc7-4ffa-a251-51a63b00a770"}, {"node_instance_id": "bono_security_group_sa2chb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.225Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5062}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "78a2294d-ddc7-4ffa-a251-51a63b00a770"}, {"node_instance_id": "dime_security_group_rgp1ge", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.225Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8888}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f7fa941a-1b0b-444c-890d-e8f981974bd0"}, {"node_instance_id": "dime_security_group_rgp1ge", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.225Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8889}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f7fa941a-1b0b-444c-890d-e8f981974bd0"}, {"node_instance_id": "bono_security_group_sa2chb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.225Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 3478}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "78a2294d-ddc7-4ffa-a251-51a63b00a770"}, {"node_instance_id": "bono_security_group_sa2chb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.225Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 5060}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "78a2294d-ddc7-4ffa-a251-51a63b00a770"}, {"node_instance_id": "keypair_wasmdu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.225Z", "message": "Using external resource keypair: cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "level": "info", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6e6c9316-3394-4bba-83cd-affa4e0e3080"}, {"node_instance_id": "base_security_group_q39nmx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.405Z", "message": "Configuring node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_security_group_8nze7y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.405Z", "message": "Configuring node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_security_group_cnsret", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.405Z", "message": "Configuring node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_security_group_8nze7y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.405Z", "message": "Starting node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_security_group_bxbz8t", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.405Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "keypair_wasmdu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:08.405Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:08.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_security_group_bxbz8t", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:09.260Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'port_range_min': 9888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:09.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "0325b47d-68a4-4216-8b0d-b7ffe94fa3c4"}, {"node_instance_id": "sprout_security_group_bxbz8t", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:09.260Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9888}", "level": "debug", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:09.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "0325b47d-68a4-4216-8b0d-b7ffe94fa3c4"}, {"node_instance_id": "bind_floatingip_z346fp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:09.639Z", "message": "Configuring node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:09.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "keypair_wasmdu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:09.639Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:09.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "base_security_group_q39nmx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:09.639Z", "message": "Starting node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:09.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_security_group_cnsret", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:09.639Z", "message": "Starting node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:09.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_security_group_p5iwck", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:09.639Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:09.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_floatingip_z346fp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:09.639Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:09.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_security_group_p5iwck", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:10.285Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'port_range_min': 443, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:10.285Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "00bb18ce-8155-4abb-af3a-f09ec8307c17"}, {"node_instance_id": "ellis_security_group_p5iwck", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:10.285Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'port_range_min': 80, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:10.285Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "00bb18ce-8155-4abb-af3a-f09ec8307c17"}, {"node_instance_id": "ellis_security_group_p5iwck", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:10.285Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 443}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:10.285Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "00bb18ce-8155-4abb-af3a-f09ec8307c17"}, {"node_instance_id": "ellis_security_group_p5iwck", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:10.285Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 80}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:10.285Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "00bb18ce-8155-4abb-af3a-f09ec8307c17"}, {"node_instance_id": "bind_floatingip_z346fp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:10.682Z", "message": "Starting node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:10.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "keypair_wasmdu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:10.682Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:10.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "internal_sip_security_group_rjj6kw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:10.682Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:10.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_security_group_fnnkt1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:10.682Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:10.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "internal_sip_security_group_rjj6kw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:11.315Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'port_range_min': 5052, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:11.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5101e024-c10a-45e5-95a4-d8a4edab79c2"}, {"node_instance_id": "internal_sip_security_group_rjj6kw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:11.315Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'port_range_min': 5054, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:11.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5101e024-c10a-45e5-95a4-d8a4edab79c2"}, {"node_instance_id": "internal_sip_security_group_rjj6kw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:11.315Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:11.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5101e024-c10a-45e5-95a4-d8a4edab79c2"}, {"node_instance_id": "internal_sip_security_group_rjj6kw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:11.315Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5052}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:11.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5101e024-c10a-45e5-95a4-d8a4edab79c2"}], "metadata": {"pagination": {"total": 146, "offset": 76, "size": 50}}} 2018-10-04 15:57:13,951 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:57:13,951 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:57:13 GMT 2018-10-04 15:57:13,951 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:57:13,951 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 31450 2018-10-04 15:57:13,951 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:57:13,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'87f4e119dee745038c5dbc8808d51179', u'created_at': u'2018-10-04T15:57:07Z', u'updated_at': u'2018-10-04T15:57:07Z', u'floating_network_id': u'18028772-bdec-4175-9daf-5ee7ae542a2e', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.211', u'revision_number': 0, u'project_id': u'87f4e119dee745038c5dbc8808d51179', u'port_id': None, u'id': u'33810e09-184d-407d-a575-8ef5651f910e'} 2018-10-04 15:57:13,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6669, 'port_range_min': 6669, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:13,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'port_range_min': 10888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:13,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:13,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:13,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:13,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'port_range_min': 5062, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:13,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'port_range_min': 8888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:13,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'port_range_min': 8889, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:13,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:13,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:13,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 32768, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:13,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 6669} 2018-10-04 15:57:13,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 65535, u'port_range_min': 32768, u'protocol': u'udp'} 2018-10-04 15:57:13,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 10888} 2018-10-04 15:57:13,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 3478} 2018-10-04 15:57:13,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058} 2018-10-04 15:57:13,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5060} 2018-10-04 15:57:13,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5062} 2018-10-04 15:57:13,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8888} 2018-10-04 15:57:13,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8889} 2018-10-04 15:57:13,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 3478} 2018-10-04 15:57:13,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 5060} 2018-10-04 15:57:13,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Using external resource keypair: cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de 2018-10-04 15:57:13,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 15:57:13,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 15:57:13,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 15:57:13,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 15:57:13,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-04 15:57:13,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-10-04 15:57:13,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'port_range_min': 9888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:13,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9888} 2018-10-04 15:57:13,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 15:57:13,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 15:57:13,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 15:57:13,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 15:57:13,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-04 15:57:13,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-10-04 15:57:13,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'port_range_min': 443, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:13,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'port_range_min': 80, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:13,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 443} 2018-10-04 15:57:13,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 80} 2018-10-04 15:57:13,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 15:57:13,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 15:57:13,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-04 15:57:13,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-04 15:57:13,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'port_range_min': 5052, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:13,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'port_range_min': 5054, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:13,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-04 15:57:13,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5052} 2018-10-04 15:57:13,961 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:57:14,135 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:57:14,135 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:57:14,135 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:57:14,135 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:57:14,135 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:57:14,136 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:57:14,136 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:57:14,136 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:57:14,136 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:57:14,136 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:57:14 GMT 2018-10-04 15:57:14,136 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:57:14,136 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:57:14,136 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:57:19,142 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:57:19,220 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:57:19,220 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:57:19,220 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:57:19,220 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:57:19,220 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:57:19,220 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:57:19,221 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:57:19,221 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "internal_sip_security_group_rjj6kw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:11.315Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5054}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:11.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5101e024-c10a-45e5-95a4-d8a4edab79c2"}, {"node_instance_id": "internal_sip_security_group_rjj6kw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:11.315Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:11.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5101e024-c10a-45e5-95a4-d8a4edab79c2"}, {"node_instance_id": "vellum_security_group_fnnkt1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:11.707Z", "message": "Configuring node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:11.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:11.707Z", "message": "Creating node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:11.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:11.707Z", "message": "Creating node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:11.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:11.707Z", "message": "Creating node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:11.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:11.707Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:11.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:11.707Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:11.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:11.707Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:11.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:11.707Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:11.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_security_group_rgp1ge", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:11.707Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:11.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:12.479Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_type': u'keypair'}]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:12.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "61136182-feb1-4462-8c15-d080e9d46eff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:12.479Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_g5ebwf'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:12.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "61136182-feb1-4462-8c15-d080e9d46eff"}, {"node_instance_id": "dime_security_group_rgp1ge", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:12.720Z", "message": "Configuring node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:12.720Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_security_group_fnnkt1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:12.720Z", "message": "Starting node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:12.720Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:12.720Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:12.720Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_security_group_bxbz8t", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:12.720Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:12.720Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_security_group_rgp1ge", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:13.759Z", "message": "Starting node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:13.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:13.759Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:13.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_security_group_p5iwck", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:13.759Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:13.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:14.217Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_type': u'keypair'}, {u'external_id': u'd23c5703-ddaa-4b81-aae8-f4f551c630e6', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'962d9445-0752-4ea5-9b82-f75b2f3260fa', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}]", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:14.217Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "57a498fd-0b4d-4f23-a2f7-680fd6ad8e6a"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:14.530Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_g4bnw5'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:14.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "57a498fd-0b4d-4f23-a2f7-680fd6ad8e6a"}, {"node_instance_id": "sprout_security_group_bxbz8t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:14.803Z", "message": "Configuring node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:14.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:14.803Z", "message": "Creating node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:14.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:14.803Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:14.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:14.803Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:14.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_security_group_sa2chb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:14.803Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:14.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:15.550Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:15.550Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "61136182-feb1-4462-8c15-d080e9d46eff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:15.550Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_g5ebwf', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'}", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:15.550Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "61136182-feb1-4462-8c15-d080e9d46eff"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:15.550Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_type': u'keypair'}, {u'external_id': u'd23c5703-ddaa-4b81-aae8-f4f551c630e6', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'39fbbb9a-f354-42c2-b26e-c1d0f719ab77', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}]", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:15.550Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a21085dc-3d12-4892-a9f3-2420a9ec8e8e"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:15.550Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_type': u'keypair'}, {u'external_id': u'd23c5703-ddaa-4b81-aae8-f4f551c630e6', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'b040923b-469c-48de-bb63-1ef2fb371885', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'33810e09-184d-407d-a575-8ef5651f910e', u'floating_ip_address': u'172.30.9.211', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:15.550Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "79ddc1bd-41ab-4eb5-ba6e-8df09a530776"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:15.550Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_g5ebwf', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:15.550Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "61136182-feb1-4462-8c15-d080e9d46eff"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:15.550Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_0yhfav'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:15.550Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "79ddc1bd-41ab-4eb5-ba6e-8df09a530776"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:15.550Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_wi9ohz'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:15.550Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a21085dc-3d12-4892-a9f3-2420a9ec8e8e"}, {"node_instance_id": "bono_security_group_sa2chb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:15.840Z", "message": "Configuring node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:15.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_security_group_p5iwck", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:15.840Z", "message": "Configuring node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:15.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:15.840Z", "message": "Creating node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:15.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:15.840Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:15.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_security_group_p5iwck", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:15.840Z", "message": "Starting node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:15.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_security_group_bxbz8t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:15.840Z", "message": "Starting node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:15.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:15.840Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:15.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "internal_sip_security_group_rjj6kw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:15.840Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:15.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:16.579Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:16.579Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "57a498fd-0b4d-4f23-a2f7-680fd6ad8e6a"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:16.579Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_g4bnw5', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'}", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:16.579Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "57a498fd-0b4d-4f23-a2f7-680fd6ad8e6a"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:16.579Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_type': u'keypair'}, {u'external_id': u'd23c5703-ddaa-4b81-aae8-f4f551c630e6', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'755177e3-317a-4b6e-8dde-f11de8a3354f', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}]", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:16.579Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c56af0c5-e4c9-4ff6-aebf-633f02f65abc"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:16.579Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_g4bnw5', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:16.579Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "57a498fd-0b4d-4f23-a2f7-680fd6ad8e6a"}, {"node_instance_id": "internal_sip_security_group_rjj6kw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:16.878Z", "message": "Configuring node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:16.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:16.878Z", "message": "Creating node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:16.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_security_group_sa2chb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:16.878Z", "message": "Starting node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:16.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:16.878Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:16.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 200, "offset": 126, "size": 50}}} 2018-10-04 15:57:19,221 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:57:19,221 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:57:19 GMT 2018-10-04 15:57:19,221 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:57:19,221 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29909 2018-10-04 15:57:19,221 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:57:19,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5054} 2018-10-04 15:57:19,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058} 2018-10-04 15:57:19,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 15:57:19,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 15:57:19,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 15:57:19,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 15:57:19,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-04 15:57:19,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-04 15:57:19,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-04 15:57:19,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-04 15:57:19,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-04 15:57:19,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_type': u'keypair'}] 2018-10-04 15:57:19,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_g5ebwf'} 2018-10-04 15:57:19,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 15:57:19,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 15:57:19,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-04 15:57:19,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-04 15:57:19,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 15:57:19,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-04 15:57:19,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-04 15:57:19,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_type': u'keypair'}, {u'external_id': u'd23c5703-ddaa-4b81-aae8-f4f551c630e6', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'962d9445-0752-4ea5-9b82-f75b2f3260fa', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}] 2018-10-04 15:57:19,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_g4bnw5'} 2018-10-04 15:57:19,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 15:57:19,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 15:57:19,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-04 15:57:19,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-04 15:57:19,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-04 15:57:19,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-04 15:57:19,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_g5ebwf', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'} 2018-10-04 15:57:19,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_type': u'keypair'}, {u'external_id': u'd23c5703-ddaa-4b81-aae8-f4f551c630e6', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'39fbbb9a-f354-42c2-b26e-c1d0f719ab77', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}] 2018-10-04 15:57:19,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_type': u'keypair'}, {u'external_id': u'd23c5703-ddaa-4b81-aae8-f4f551c630e6', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'b040923b-469c-48de-bb63-1ef2fb371885', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'33810e09-184d-407d-a575-8ef5651f910e', u'floating_ip_address': u'172.30.9.211', u'external_type': u'floatingip'}] 2018-10-04 15:57:19,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_g5ebwf', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'} 2018-10-04 15:57:19,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_0yhfav'} 2018-10-04 15:57:19,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_wi9ohz'} 2018-10-04 15:57:19,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 15:57:19,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 15:57:19,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 15:57:19,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-04 15:57:19,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 15:57:19,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 15:57:19,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-04 15:57:19,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-04 15:57:19,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-04 15:57:19,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_g4bnw5', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'} 2018-10-04 15:57:19,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_type': u'keypair'}, {u'external_id': u'd23c5703-ddaa-4b81-aae8-f4f551c630e6', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'755177e3-317a-4b6e-8dde-f11de8a3354f', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}] 2018-10-04 15:57:19,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_g4bnw5', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'} 2018-10-04 15:57:19,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 15:57:19,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 15:57:19,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 15:57:19,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-04 15:57:19,230 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:57:19,299 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:57:19,299 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:57:19,299 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:57:19,299 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:57:19,300 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:57:19,300 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:57:19,300 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:57:19,300 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:57:19,300 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:57:19,300 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:57:19 GMT 2018-10-04 15:57:19,300 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:57:19,300 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:57:19,300 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:57:24,306 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:57:24,450 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:57:24,451 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:57:24,451 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:57:24,451 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:57:24,451 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:57:24,451 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:57:24,451 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:57:24,451 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:17.598Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:17.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "79ddc1bd-41ab-4eb5-ba6e-8df09a530776"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:17.598Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:17.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a21085dc-3d12-4892-a9f3-2420a9ec8e8e"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:17.598Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_0yhfav', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'}", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:17.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "79ddc1bd-41ab-4eb5-ba6e-8df09a530776"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:17.598Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_wi9ohz', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'}", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:17.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a21085dc-3d12-4892-a9f3-2420a9ec8e8e"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:17.598Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_0yhfav', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:17.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "79ddc1bd-41ab-4eb5-ba6e-8df09a530776"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:17.598Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_wi9ohz', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:17.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a21085dc-3d12-4892-a9f3-2420a9ec8e8e"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:17.598Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_vh48ds'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:17.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c56af0c5-e4c9-4ff6-aebf-633f02f65abc"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:17.888Z", "message": "Configuring node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:17.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:17.888Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:17.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "internal_sip_security_group_rjj6kw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:17.888Z", "message": "Starting node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:17.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:17.888Z", "message": "Starting node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:17.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:17.888Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:17.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:18.609Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c56af0c5-e4c9-4ff6-aebf-633f02f65abc"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:18.609Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_vh48ds', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'}", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c56af0c5-e4c9-4ff6-aebf-633f02f65abc"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:18.609Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_type': u'keypair'}, {u'external_id': u'd23c5703-ddaa-4b81-aae8-f4f551c630e6', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'7c8125aa-181a-4015-901d-671b1b9b92c0', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'2922991d-2572-4531-b3cc-93cf11695635', u'floating_ip_address': u'172.30.9.205', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e7f7689a-df1c-4f3b-8349-be0d2cf45e6f"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:18.609Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_vh48ds', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c56af0c5-e4c9-4ff6-aebf-633f02f65abc"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:18.609Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_9bvecx'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:18.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e7f7689a-df1c-4f3b-8349-be0d2cf45e6f"}, {"node_instance_id": "bono_host_abb338", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:18.900Z", "message": "Creating node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:18.900Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:18.900Z", "message": "Creating node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:18.900Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:18.900Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:18.900Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:18.900Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:18.900Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:18.900Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:18.900Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:18.900Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:18.900Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:18.900Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:18.900Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:19.922Z", "message": "Configuring node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:19.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:19.922Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:19.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:19.922Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:19.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:21.166Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_9bvecx', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:21.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e7f7689a-df1c-4f3b-8349-be0d2cf45e6f"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:21.582Z", "message": "Configuring node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:21.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:21.582Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:21.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:21.582Z", "message": "Starting node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:21.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:21.582Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:57:21.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:21.582Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:21.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:21.582Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:21.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:21.582Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:21.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:21.582Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:21.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:21.698Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:21.698Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e7f7689a-df1c-4f3b-8349-be0d2cf45e6f"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:21.698Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_9bvecx', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'}", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:21.698Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e7f7689a-df1c-4f3b-8349-be0d2cf45e6f"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:21.698Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_type': u'keypair'}, {u'external_id': u'd23c5703-ddaa-4b81-aae8-f4f551c630e6', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'1715caec-41f7-40e1-85aa-5422d56856b6', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'3bd4b6de-ed81-4b2f-8e6e-ae92917c810d', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}]", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:21.698Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "8ec3570b-d4dd-4d6a-8e72-356e1c9233c4"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:21.698Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_u3mryy'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:21.698Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "8ec3570b-d4dd-4d6a-8e72-356e1c9233c4"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:22.639Z", "message": "Configuring node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:22.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:22.720Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_type': u'keypair'}, {u'external_id': u'd23c5703-ddaa-4b81-aae8-f4f551c630e6', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'197c325d-fad6-402f-b2b0-dadb216ad82f', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'1715caec-41f7-40e1-85aa-5422d56856b6', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'f4409ef5-2463-4a1d-a9b9-027d25ca4ec5', u'floating_ip_address': u'172.30.9.208', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:22.720Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4ffc3503-2fc9-4e34-9f16-46990d698e50"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:22.720Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_abb338'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:22.720Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4ffc3503-2fc9-4e34-9f16-46990d698e50"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:24.330Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:24.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "8ec3570b-d4dd-4d6a-8e72-356e1c9233c4"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:24.330Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_u3mryy', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'}", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:24.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "8ec3570b-d4dd-4d6a-8e72-356e1c9233c4"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:24.330Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_u3mryy', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:24.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "8ec3570b-d4dd-4d6a-8e72-356e1c9233c4"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:24.337Z", "message": "Configuring node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:24.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:24.337Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:24.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:24.337Z", "message": "Starting node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:24.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:24.337Z", "message": "Starting node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:24.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 228, "offset": 176, "size": 50}}} 2018-10-04 15:57:24,452 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:57:24,452 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:57:24 GMT 2018-10-04 15:57:24,452 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:57:24,452 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 33102 2018-10-04 15:57:24,452 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:57:24,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-04 15:57:24,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-04 15:57:24,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_0yhfav', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'} 2018-10-04 15:57:24,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_wi9ohz', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'} 2018-10-04 15:57:24,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_0yhfav', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'} 2018-10-04 15:57:24,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_wi9ohz', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'} 2018-10-04 15:57:24,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_vh48ds'} 2018-10-04 15:57:24,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 15:57:24,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-04 15:57:24,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 15:57:24,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 15:57:24,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-04 15:57:24,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-04 15:57:24,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_vh48ds', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'} 2018-10-04 15:57:24,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_type': u'keypair'}, {u'external_id': u'd23c5703-ddaa-4b81-aae8-f4f551c630e6', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'7c8125aa-181a-4015-901d-671b1b9b92c0', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'2922991d-2572-4531-b3cc-93cf11695635', u'floating_ip_address': u'172.30.9.205', u'external_type': u'floatingip'}] 2018-10-04 15:57:24,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_vh48ds', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'} 2018-10-04 15:57:24,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_9bvecx'} 2018-10-04 15:57:24,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 15:57:24,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 15:57:24,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-04 15:57:24,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-04 15:57:24,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-04 15:57:24,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-04 15:57:24,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-04 15:57:24,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 15:57:24,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-04 15:57:24,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-04 15:57:24,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_9bvecx', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'} 2018-10-04 15:57:24,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 15:57:24,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-04 15:57:24,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 15:57:24,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-04 15:57:24,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-04 15:57:24,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-04 15:57:24,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-04 15:57:24,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-04 15:57:24,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-04 15:57:24,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_9bvecx', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'} 2018-10-04 15:57:24,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_type': u'keypair'}, {u'external_id': u'd23c5703-ddaa-4b81-aae8-f4f551c630e6', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'1715caec-41f7-40e1-85aa-5422d56856b6', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'3bd4b6de-ed81-4b2f-8e6e-ae92917c810d', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}] 2018-10-04 15:57:24,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_u3mryy'} 2018-10-04 15:57:24,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 15:57:24,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', u'external_type': u'keypair'}, {u'external_id': u'd23c5703-ddaa-4b81-aae8-f4f551c630e6', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'197c325d-fad6-402f-b2b0-dadb216ad82f', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'1715caec-41f7-40e1-85aa-5422d56856b6', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'f4409ef5-2463-4a1d-a9b9-027d25ca4ec5', u'floating_ip_address': u'172.30.9.208', u'external_type': u'floatingip'}] 2018-10-04 15:57:24,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_abb338'} 2018-10-04 15:57:24,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-04 15:57:24,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_u3mryy', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'} 2018-10-04 15:57:24,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_u3mryy', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'} 2018-10-04 15:57:24,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 15:57:24,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-04 15:57:24,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 15:57:24,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 15:57:24,461 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:57:24,613 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:57:24,613 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:57:24,614 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:57:24,614 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:57:24,614 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:57:24,614 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:57:24,614 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:57:24,614 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:57:24,614 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:57:24,614 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:57:24 GMT 2018-10-04 15:57:24,614 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:57:24,614 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:57:24,615 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:57:29,620 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:57:30,144 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:57:30,145 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:57:30,145 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:57:30,145 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:57:30,145 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:57:30,145 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:57:30,145 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:57:30,145 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_g4bnw5", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:24.337Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:block_device_mapping state. Retrying... [retry_after=30]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:block_device_mapping state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:block_device_mapping state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:57:24.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:24.337Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:24.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:25.377Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:25.377Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:25.377Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:25.377Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:25.377Z", "message": "Starting node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:25.377Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:25.377Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:25.377Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:25.377Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:25.377Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:25.377Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:25.377Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:25.402Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:25.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4ffc3503-2fc9-4e34-9f16-46990d698e50"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:25.402Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_abb338', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'}", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:25.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4ffc3503-2fc9-4e34-9f16-46990d698e50"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:25.402Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_abb338', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:25.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4ffc3503-2fc9-4e34-9f16-46990d698e50"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:26.389Z", "message": "Configuring node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:26.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:26.389Z", "message": "Starting node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:26.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:26.389Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:57:26.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:26.389Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:26.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:27.420Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:27.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:27.420Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:57:27.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:27.420Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:27.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:27.420Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:27.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:28.441Z", "message": "Configuring node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:28.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:28.441Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:57:28.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 247, "offset": 226, "size": 50}}} 2018-10-04 15:57:30,145 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:57:30,146 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:57:30 GMT 2018-10-04 15:57:30,146 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:57:30,146 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14008 2018-10-04 15:57:30,146 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:57:30,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:block_device_mapping state. Retrying... [retry_after=30] 2018-10-04 15:57:30,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-04 15:57:30,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-04 15:57:30,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-04 15:57:30,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 15:57:30,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-04 15:57:30,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-04 15:57:30,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-04 15:57:30,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-04 15:57:30,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_abb338', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'} 2018-10-04 15:57:30,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_abb338', 'key_name': u'cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'image': u'7a7d29a7-9333-4d36-96c1-b44cafd671df', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de', 'cloudify_management_network_id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}, 'nics': [{'net-id': u'0eaed59d-feba-4b9f-9adf-78572ec9a277'}], 'flavor': u'27e7d88b-c8ee-4024-84f2-97fa9f080c6d'} 2018-10-04 15:57:30,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 15:57:30,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 15:57:30,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-04 15:57:30,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-04 15:57:30,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-04 15:57:30,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-04 15:57:30,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-04 15:57:30,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-04 15:57:30,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 15:57:30,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-04 15:57:30,150 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:57:30,217 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:57:30,217 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:57:30,217 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:57:30,217 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:57:30,218 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:57:30,218 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:57:30,218 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:57:30,218 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:57:30,218 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:57:30,218 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:57:30 GMT 2018-10-04 15:57:30,218 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:57:30,218 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:57:30,218 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:57:35,223 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:57:35,299 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:57:35,299 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:57:35,299 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:57:35,300 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:57:35,300 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:57:35,300 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:57:35,300 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:57:35,300 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_abb338", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:30.302Z", "message": "Configuring node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:30.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:30.302Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:57:30.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:31.312Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:31.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:31.312Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:31.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:31.312Z", "message": "Starting node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:31.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:31.312Z", "message": "Starting node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:31.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:31.312Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:31.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:32.322Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:32.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:33.356Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:57:33.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:34.380Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:57:34.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 257, "offset": 247, "size": 50}}} 2018-10-04 15:57:35,300 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:57:35,300 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:57:35 GMT 2018-10-04 15:57:35,300 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:57:35,300 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6796 2018-10-04 15:57:35,300 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:57:35,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 15:57:35,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-04 15:57:35,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-04 15:57:35,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-04 15:57:35,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 15:57:35,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 15:57:35,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-04 15:57:35,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-04 15:57:35,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-04 15:57:35,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-04 15:57:35,303 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:57:35,366 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:57:35,366 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:57:35,367 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:57:35,367 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:57:35,367 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:57:35,367 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:57:35,367 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:57:35,367 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:57:35,367 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:57:35,367 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:57:35 GMT 2018-10-04 15:57:35,367 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:57:35,367 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:57:35,368 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:57:40,373 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:57:40,584 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:57:40,584 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:57:40,584 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:57:40,585 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:57:40,585 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:57:40,585 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:57:40,585 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:57:40,585 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-10-04 15:57:40,585 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:57:40,585 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:57:40 GMT 2018-10-04 15:57:40,585 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:57:40,585 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 15:57:40,585 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:57:40,586 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:57:40,682 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:57:40,682 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:57:40,682 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:57:40,682 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:57:40,682 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:57:40,683 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:57:40,683 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:57:40,683 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:57:40,683 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:57:40,683 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:57:40 GMT 2018-10-04 15:57:40,683 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:57:40,683 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:57:40,683 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:57:45,689 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:57:45,808 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:57:45,808 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:57:45,808 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:57:45,808 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:57:45,808 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:57:45,809 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:57:45,809 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:57:45,809 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-10-04 15:57:45,809 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:57:45,809 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:57:45 GMT 2018-10-04 15:57:45,809 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:57:45,809 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 15:57:45,809 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:57:45,810 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:57:45,880 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:57:45,880 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:57:45,880 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:57:45,880 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:57:45,880 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:57:45,880 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:57:45,880 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:57:45,880 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:57:45,881 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:57:45,881 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:57:45 GMT 2018-10-04 15:57:45,881 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:57:45,881 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:57:45,881 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:57:50,886 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:57:50,983 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:57:50,983 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:57:50,983 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:57:50,984 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:57:50,984 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:57:50,984 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:57:50,984 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:57:50,984 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_g5ebwf", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:50.769Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:50.769Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 258, "offset": 257, "size": 50}}} 2018-10-04 15:57:50,984 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:57:50,984 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:57:50 GMT 2018-10-04 15:57:50,984 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:57:50,985 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 595 2018-10-04 15:57:50,985 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:57:50,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-04 15:57:50,985 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:57:51,113 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:57:51,113 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:57:51,113 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:57:51,114 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:57:51,114 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:57:51,114 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:57:51,114 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:57:51,114 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:57:51,114 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:57:51,114 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:57:51 GMT 2018-10-04 15:57:51,114 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:57:51,114 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:57:51,114 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:57:56,120 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:57:56,229 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:57:56,230 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:57:56,230 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:57:56,230 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:57:56,230 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:57:56,230 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:57:56,230 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:57:56,230 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:51.405Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:51.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:53.014Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:57:53.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:54.340Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:54.340Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:54.423Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:54.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:56.079Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:56.079Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 263, "offset": 258, "size": 50}}} 2018-10-04 15:57:56,230 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:57:56,230 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:57:56 GMT 2018-10-04 15:57:56,231 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:57:56,231 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3268 2018-10-04 15:57:56,231 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:57:56,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-04 15:57:56,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-04 15:57:56,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-04 15:57:56,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-04 15:57:56,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-04 15:57:56,232 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:57:56,333 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:57:56,333 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:57:56,333 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:57:56,333 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:57:56,333 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:57:56,334 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:57:56,334 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:57:56,334 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:57:56,334 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:57:56,334 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:57:56 GMT 2018-10-04 15:57:56,334 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:57:56,334 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:57:56,334 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:58:01,340 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:58:01,435 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:58:01,436 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:58:01,436 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:58:01,436 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:58:01,436 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:58:01,436 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:58:01,436 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:58:01,436 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_0yhfav", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:56.438Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:56.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:57.459Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:57.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:57.459Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:57:57.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:57.459Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:57.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:58.470Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:58.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:58.470Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:57:58.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:58.470Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:57:58.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:57:59.511Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:57:59.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:00.488Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:58:00.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:00.488Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:58:00.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:00.488Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:58:00.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 274, "offset": 263, "size": 50}}} 2018-10-04 15:58:01,437 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:58:01,437 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:58:01 GMT 2018-10-04 15:58:01,437 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:58:01,437 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8213 2018-10-04 15:58:01,437 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:58:01,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-04 15:58:01,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-04 15:58:01,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-04 15:58:01,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-04 15:58:01,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-04 15:58:01,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-04 15:58:01,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-04 15:58:01,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-04 15:58:01,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-04 15:58:01,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-04 15:58:01,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-04 15:58:01,439 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:58:01,503 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:58:01,503 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:58:01,503 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:58:01,504 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:58:01,504 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:58:01,504 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:58:01,504 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:58:01,504 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:58:01,504 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:58:01,504 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:58:01 GMT 2018-10-04 15:58:01,504 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:58:01,504 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:58:01,504 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:58:06,505 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:58:06,617 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:58:06,618 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:58:06,618 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:58:06,618 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:58:06,618 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:58:06,618 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:58:06,618 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:58:06,618 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_9bvecx", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:02.686Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:58:02.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:03.503Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:58:03.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:03.503Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:58:03.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:04.517Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:58:04.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:04.517Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:58:04.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:05.528Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:58:05.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:06.537Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:58:06.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 281, "offset": 274, "size": 50}}} 2018-10-04 15:58:06,618 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:58:06,618 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:58:06 GMT 2018-10-04 15:58:06,619 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:58:06,619 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5542 2018-10-04 15:58:06,619 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:58:06,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-04 15:58:06,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-04 15:58:06,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-04 15:58:06,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-04 15:58:06,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-04 15:58:06,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-04 15:58:06,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-04 15:58:06,620 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:58:06,687 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:58:06,687 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:58:06,688 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:58:06,688 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:58:06,688 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:58:06,688 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:58:06,688 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:58:06,688 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:58:06,688 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:58:06,688 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:58:06 GMT 2018-10-04 15:58:06,688 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:58:06,688 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:58:06,688 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:58:11,694 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:58:11,821 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:58:11,821 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:58:11,821 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:58:11,821 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:58:11,821 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:58:11,822 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:58:11,822 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:58:11,822 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-10-04 15:58:11,822 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:58:11,822 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:58:11 GMT 2018-10-04 15:58:11,822 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:58:11,822 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 15:58:11,822 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:58:11,823 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:58:11,895 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:58:11,895 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:58:11,896 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:58:11,896 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:58:11,896 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:58:11,896 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:58:11,896 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:58:11,896 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:58:11,896 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:58:11,896 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:58:11 GMT 2018-10-04 15:58:11,896 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:58:11,897 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:58:11,897 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:58:16,902 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:58:16,974 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:58:16,974 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:58:16,975 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:58:16,975 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:58:16,975 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:58:16,975 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:58:16,975 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:58:16,975 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-10-04 15:58:16,975 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:58:16,975 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:58:16 GMT 2018-10-04 15:58:16,975 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:58:16,975 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 15:58:16,976 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:58:16,976 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:58:17,039 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:58:17,039 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:58:17,039 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:58:17,039 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:58:17,039 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:58:17,040 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:58:17,040 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:58:17,040 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:58:17,040 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:58:17,040 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:58:17 GMT 2018-10-04 15:58:17,040 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:58:17,040 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:58:17,040 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:58:22,046 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:58:22,130 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:58:22,130 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:58:22,130 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:58:22,130 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:58:22,131 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:58:22,131 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:58:22,131 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:58:22,131 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-10-04 15:58:22,131 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:58:22,131 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:58:22 GMT 2018-10-04 15:58:22,131 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:58:22,131 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 15:58:22,131 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:58:22,131 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:58:22,202 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:58:22,202 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:58:22,202 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:58:22,202 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:58:22,203 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:58:22,203 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:58:22,203 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:58:22,203 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:58:22,203 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:58:22,203 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:58:22 GMT 2018-10-04 15:58:22,203 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:58:22,203 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:58:22,203 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:58:27,209 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:58:27,299 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:58:27,299 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:58:27,299 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:58:27,299 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:58:27,299 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:58:27,299 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:58:27,300 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:58:27,300 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_g5ebwf", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:23.079Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:58:23.079Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:23.574Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:58:23.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:25.422Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:58:25.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:26.545Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:58:26.545Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:26.595Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:58:26.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 286, "offset": 281, "size": 50}}} 2018-10-04 15:58:27,300 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:58:27,300 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:58:27 GMT 2018-10-04 15:58:27,300 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:58:27,300 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3270 2018-10-04 15:58:27,300 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:58:27,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-04 15:58:27,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-04 15:58:27,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-10-04 15:58:27,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-04 15:58:27,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-04 15:58:27,301 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:58:27,367 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:58:27,367 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:58:27,367 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:58:27,367 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:58:27,367 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:58:27,368 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:58:27,368 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:58:27,368 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:58:27,368 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:58:27,368 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:58:27 GMT 2018-10-04 15:58:27,368 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:58:27,368 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:58:27,368 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:58:32,374 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:58:32,455 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:58:32,456 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:58:32,456 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:58:32,456 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:58:32,456 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:58:32,456 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:58:32,456 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:58:32,456 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_0yhfav", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:28.391Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:58:28.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:28.604Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:58:28.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:29.670Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:58:29.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:29.670Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:58:29.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:29.670Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:58:29.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:30.685Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:58:30.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:30.685Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:58:30.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:31.706Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:58:31.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:31.706Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:58:31.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 295, "offset": 286, "size": 50}}} 2018-10-04 15:58:32,456 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:58:32,456 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:58:32 GMT 2018-10-04 15:58:32,457 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:58:32,457 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6564 2018-10-04 15:58:32,457 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:58:32,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-04 15:58:32,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-04 15:58:32,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-04 15:58:32,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-10-04 15:58:32,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-04 15:58:32,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-04 15:58:32,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-04 15:58:32,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-10-04 15:58:32,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-10-04 15:58:32,459 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:58:32,591 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:58:32,591 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:58:32,591 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:58:32,592 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:58:32,592 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:58:32,592 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:58:32,592 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:58:32,592 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:58:32,592 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:58:32,592 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:58:32 GMT 2018-10-04 15:58:32,592 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:58:32,592 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:58:32,592 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:58:37,598 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:58:37,684 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:58:37,684 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:58:37,684 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:58:37,684 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:58:37,684 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:58:37,685 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:58:37,685 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:58:37,685 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_vh48ds", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:32.712Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:58:32.712Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:33.727Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:58:33.727Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:33.727Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:58:33.727Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:35.200Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:58:35.200Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:35.738Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:58:35.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:35.738Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:58:35.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:35.738Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:58:35.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:36.787Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:58:36.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 303, "offset": 295, "size": 50}}} 2018-10-04 15:58:37,685 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:58:37,685 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:58:37 GMT 2018-10-04 15:58:37,685 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:58:37,685 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5430 2018-10-04 15:58:37,685 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:58:37,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-10-04 15:58:37,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-04 15:58:37,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-04 15:58:37,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-04 15:58:37,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-04 15:58:37,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-10-04 15:58:37,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-04 15:58:37,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-04 15:58:37,687 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:58:37,757 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:58:37,757 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:58:37,757 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:58:37,757 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:58:37,758 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:58:37,758 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:58:37,758 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:58:37,758 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:58:37,758 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:58:37,758 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:58:37 GMT 2018-10-04 15:58:37,758 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:58:37,758 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:58:37,758 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:58:42,764 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:58:42,869 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:58:42,869 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:58:42,869 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:58:42,869 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:58:42,869 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:58:42,869 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:58:42,869 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:58:42,870 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_u3mryy", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:37.797Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:58:37.797Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:38.811Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:58:38.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 305, "offset": 303, "size": 50}}} 2018-10-04 15:58:42,870 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:58:42,870 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:58:42 GMT 2018-10-04 15:58:42,870 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:58:42,870 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2354 2018-10-04 15:58:42,870 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:58:42,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-10-04 15:58:42,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-10-04 15:58:42,871 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:58:42,933 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:58:42,933 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:58:42,933 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:58:42,933 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:58:42,933 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:58:42,933 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:58:42,933 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:58:42,933 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:58:42,934 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:58:42,934 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:58:42 GMT 2018-10-04 15:58:42,934 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:58:42,934 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:58:42,934 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:58:47,939 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:58:48,014 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:58:48,014 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:58:48,014 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:58:48,014 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:58:48,014 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:58:48,014 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:58:48,015 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:58:48,015 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-10-04 15:58:48,015 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:58:48,015 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:58:48 GMT 2018-10-04 15:58:48,015 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:58:48,015 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 15:58:48,015 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:58:48,015 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:58:48,090 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:58:48,090 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:58:48,090 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:58:48,090 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:58:48,091 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:58:48,091 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:58:48,091 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:58:48,091 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:58:48,091 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:58:48,091 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:58:48 GMT 2018-10-04 15:58:48,091 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:58:48,091 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:58:48,091 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:58:53,097 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:58:53,195 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:58:53,195 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:58:53,195 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:58:53,195 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:58:53,196 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:58:53,196 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:58:53,196 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:58:53,196 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-10-04 15:58:53,196 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:58:53,196 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:58:53 GMT 2018-10-04 15:58:53,196 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:58:53,196 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 15:58:53,196 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:58:53,197 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:58:53,273 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:58:53,273 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:58:53,273 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:58:53,273 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:58:53,273 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:58:53,273 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:58:53,274 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:58:53,274 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:58:53,274 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:58:53,274 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:58:53 GMT 2018-10-04 15:58:53,274 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:58:53,274 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:58:53,274 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:58:58,280 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:58:58,972 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:58:58,972 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:58:58,972 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:58:58,972 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:58:58,972 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:58:58,972 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:58:58,972 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:58:58,972 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_g5ebwf", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:55.481Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:58:55.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:55.837Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:58:55.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 307, "offset": 305, "size": 50}}} 2018-10-04 15:58:58,973 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:58:58,973 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:58:58 GMT 2018-10-04 15:58:58,973 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:58:58,973 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1108 2018-10-04 15:58:58,973 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:58:58,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-04 15:58:58,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-04 15:58:58,974 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:58:59,483 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:58:59,483 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:58:59,483 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:58:59,483 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:58:59,483 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:58:59,483 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:58:59,483 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:58:59,483 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:58:59,483 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:58:59,484 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:58:59 GMT 2018-10-04 15:58:59,484 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:58:59,484 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:58:59,484 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:59:04,489 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:59:07,010 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:59:07,011 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:59:07,011 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:59:07,011 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:59:07,011 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:59:07,011 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:59:07,011 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:59:07,011 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_g4bnw5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:58:59.244Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:58:59.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:00.850Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:59:00.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:00.850Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:00.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:01.940Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:01.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:01.940Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:01.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:01.940Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:01.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:06.196Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:06.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:06.196Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:06.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:06.196Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:59:06.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:06.196Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:06.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:06.196Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:06.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:06.196Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:06.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 319, "offset": 307, "size": 50}}} 2018-10-04 15:59:07,012 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:59:07,012 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:59:07 GMT 2018-10-04 15:59:07,012 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:59:07,012 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7480 2018-10-04 15:59:07,012 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:59:07,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-04 15:59:07,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-10-04 15:59:07,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-04 15:59:07,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-04 15:59:07,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-04 15:59:07,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-04 15:59:07,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-04 15:59:07,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-04 15:59:07,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-10-04 15:59:07,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-04 15:59:07,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-04 15:59:07,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-04 15:59:07,014 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:59:07,300 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:59:07,300 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:59:07,301 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:59:07,301 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:59:07,301 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:59:07,301 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:59:07,301 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:59:07,301 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:59:07,301 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:59:07,301 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:59:07 GMT 2018-10-04 15:59:07,301 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:59:07,301 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:59:07,302 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:59:12,307 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:59:13,261 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:59:13,261 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:59:13,261 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:59:13,261 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:59:13,261 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:59:13,261 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:59:13,261 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:59:13,262 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_u3mryy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:07.573Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:07.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:08.539Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:08.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:08.539Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:08.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 322, "offset": 319, "size": 50}}} 2018-10-04 15:59:13,262 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:59:13,262 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:59:13 GMT 2018-10-04 15:59:13,262 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:59:13,262 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1623 2018-10-04 15:59:13,262 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:59:13,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-04 15:59:13,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-04 15:59:13,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-04 15:59:13,263 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:59:14,016 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:59:14,016 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:59:14,017 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:59:14,017 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:59:14,017 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:59:14,017 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:59:14,017 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:59:14,017 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:59:14,017 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:59:14,017 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:59:14 GMT 2018-10-04 15:59:14,017 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:59:14,017 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:59:14,018 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:59:19,023 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:59:20,367 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:59:20,367 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:59:20,367 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:59:20,367 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:59:20,367 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:59:20,368 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:59:20,368 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:59:20,368 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_abb338", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:13.204Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:13.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:13.917Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:59:13.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:15.352Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:59:15.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:15.352Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:59:15.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:15.352Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:59:15.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:15.352Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:59:15.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:16.747Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:59:16.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 329, "offset": 322, "size": 50}}} 2018-10-04 15:59:20,368 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:59:20,368 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:59:20 GMT 2018-10-04 15:59:20,368 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:59:20,368 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7407 2018-10-04 15:59:20,368 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:59:20,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-04 15:59:20,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-10-04 15:59:20,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-10-04 15:59:20,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-10-04 15:59:20,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-10-04 15:59:20,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-10-04 15:59:20,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-10-04 15:59:20,370 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:59:21,581 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:59:21,581 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:59:21,582 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:59:21,582 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:59:21,582 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:59:21,582 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:59:21,582 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:59:21,582 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:59:21,582 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:59:21,582 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:59:21 GMT 2018-10-04 15:59:21,582 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:59:21,582 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:59:21,582 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:59:26,588 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:59:26,740 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:59:26,740 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:59:26,740 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:59:26,740 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:59:26,740 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:59:26,741 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:59:26,741 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:59:26,741 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 329, "offset": 329, "size": 50}}} 2018-10-04 15:59:26,741 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:59:26,741 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:59:26 GMT 2018-10-04 15:59:26,741 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:59:26,741 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 15:59:26,741 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:59:26,742 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:59:27,090 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:59:27,090 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:59:27,090 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:59:27,090 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:59:27,091 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:59:27,091 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:59:27,091 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:59:27,091 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:59:27,091 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:59:27,091 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:59:27 GMT 2018-10-04 15:59:27,091 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:59:27,091 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:59:27,091 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:59:32,093 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:59:33,472 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:59:33,472 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:59:33,472 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:59:33,472 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:59:33,472 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:59:33,472 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:59:33,472 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:59:33,472 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_g5ebwf", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:30.116Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:30.116Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:31.724Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:31.724Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 331, "offset": 329, "size": 50}}} 2018-10-04 15:59:33,473 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:59:33,473 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:59:33 GMT 2018-10-04 15:59:33,473 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:59:33,473 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1108 2018-10-04 15:59:33,473 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:59:33,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-04 15:59:33,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-04 15:59:33,474 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:59:33,826 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:59:33,826 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:59:33,826 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:59:33,826 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:59:33,826 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:59:33,826 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:59:33,826 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:59:33,827 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:59:33,827 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:59:33,827 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:59:33 GMT 2018-10-04 15:59:33,827 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:59:33,827 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:59:33,827 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:59:38,832 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:59:39,841 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:59:39,841 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:59:39,841 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:59:39,841 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:59:39,841 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:59:39,841 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:59:39,841 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:59:39,841 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:35.705Z", "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 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:59:35.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:36.203Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:36.203Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:37.924Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:37.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 334, "offset": 331, "size": 50}}} 2018-10-04 15:59:39,842 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:59:39,842 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:59:39 GMT 2018-10-04 15:59:39,842 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:59:39,842 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2244 2018-10-04 15:59:39,842 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:59:39,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-10-04 15:59:39,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-04 15:59:39,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-04 15:59:39,843 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:59:40,023 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:59:40,023 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:59:40,023 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:59:40,023 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:59:40,023 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:59:40,023 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:59:40,023 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:59:40,023 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:59:40,024 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:59:40,024 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:59:40 GMT 2018-10-04 15:59:40,024 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:59:40,024 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:59:40,024 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:59:45,029 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:59:46,070 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:59:46,070 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:59:46,070 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:59:46,070 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:59:46,070 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:59:46,071 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:59:46,071 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:59:46,071 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_g4bnw5", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:42.522Z", "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 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:59:42.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:43.543Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:43.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:43.543Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:43.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 337, "offset": 334, "size": 50}}} 2018-10-04 15:59:46,071 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:59:46,071 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:59:46 GMT 2018-10-04 15:59:46,071 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:59:46,071 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2240 2018-10-04 15:59:46,071 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:59:46,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-10-04 15:59:46,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-04 15:59:46,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-04 15:59:46,072 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:59:47,146 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:59:47,146 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:59:47,147 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:59:47,147 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:59:47,147 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:59:47,147 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:59:47,147 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:59:47,147 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:59:47,147 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:59:47,147 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:59:47 GMT 2018-10-04 15:59:47,147 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:59:47,147 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:59:47,148 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:59:52,153 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:59:53,012 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:59:53,012 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:59:53,012 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:59:53,012 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:59:53,012 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:59:53,013 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:59:53,013 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:59:53,013 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_vh48ds", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:45.706Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:45.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:45.706Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:45.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:45.706Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:45.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:45.706Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:45.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:45.706Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:45.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:45.706Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:45.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:45.706Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:45.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:47.684Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:47.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:47.684Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:47.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:49.019Z", "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 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:59:49.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:49.019Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:49.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:51.600Z", "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 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:59:51.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 349, "offset": 337, "size": 50}}} 2018-10-04 15:59:53,013 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:59:53,013 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:59:53 GMT 2018-10-04 15:59:53,013 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:59:53,013 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7484 2018-10-04 15:59:53,013 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:59:53,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-04 15:59:53,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-04 15:59:53,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-04 15:59:53,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-04 15:59:53,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-04 15:59:53,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-04 15:59:53,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-04 15:59:53,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-04 15:59:53,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-04 15:59:53,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-10-04 15:59:53,016 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-04 15:59:53,016 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-10-04 15:59:53,016 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 15:59:54,151 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:59:54,151 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:59:54,151 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:59:54,151 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:59:54,151 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:59:54,151 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:59:54,152 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:59:54,152 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 15:59:54,152 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:59:54,152 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:59:54 GMT 2018-10-04 15:59:54,152 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:59:54,152 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 15:59:54,152 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:59:59,158 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 15:59:59,577 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 15:59:59,578 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 15:59:59,578 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 15:59:59,578 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 15:59:59,578 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 15:59:59,578 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 15:59:59,578 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 15:59:59,578 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:52.320Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:52.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "66a2c1c8-d92d-4cdf-8e1f-333657897460"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:52.580Z", "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 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:59:52.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:52.580Z", "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 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:59:52.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:52.580Z", "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 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-04T15:59:52.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:55.208Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:55.208Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:55.464Z", "message": "Creating Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:55.464Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:56.566Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:56.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:56.566Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:56.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:57.447Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:57.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "system_python set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:58.481Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:58.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}], "metadata": {"pagination": {"total": 397, "offset": 349, "size": 50}}} 2018-10-04 15:59:59,579 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 15:59:59,579 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 15:59:59 GMT 2018-10-04 15:59:59,579 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 15:59:59,579 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27949 2018-10-04 15:59:59,579 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 15:59:59,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-04 15:59:59,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-10-04 15:59:59,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-10-04 15:59:59,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-10-04 15:59:59,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-10-04 15:59:59,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-04 15:59:59,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-04 15:59:59,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-04 15:59:59,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 15:59:59,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-10-04 15:59:59,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-04 15:59:59,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-04 15:59:59,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-04 15:59:59,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-04 15:59:59,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-04 15:59:59,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-04 15:59:59,588 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:00:00,541 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:00:00,541 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:00:00,541 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:00:00,541 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:00:00,542 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:00:00,542 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:00:00,542 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:00:00,542 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:00:00,542 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:00:00,542 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:00:00 GMT 2018-10-04 16:00:00,542 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:00:00,542 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:00:00,542 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:00:05,548 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:00:05,657 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:00:05,658 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:00:05,658 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:00:05,658 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:00:05,658 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:00:05,658 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:00:05,658 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:00:05,658 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:59.511Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:59.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:59.511Z", "message": "Creating Agent bono_host_abb338", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:59.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:59.511Z", "message": "Creating agent from package", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:59.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:59.511Z", "message": "Downloading Agent Package from https://192.168.120.10:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:59.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T15:59:59.511Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_abb338/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T15:59:59.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:01.117Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:01.117Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:02.125Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:02.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:03.322Z", "message": "Auto-correcting virtualenv /home/ubuntu/bono_host_abb338/env", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:03.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:03.322Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.10', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_abb338/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_abb338/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'bono_host_abb338', 'REST_HOST': '192.168.120.10', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_abb338/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_abb338', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpfJyQ.2NOtfL_tPvYlNJ1_0en2LZ8XM2U'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:03.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:03.322Z", "message": "Creating...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:03.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:03.322Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:03.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:03.322Z", "message": "/home/ubuntu/bono_host_abb338/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:03.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:03.322Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:03.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:03.322Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:03.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:03.322Z", "message": "Successfully created daemon: bono_host_abb338", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:03.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "94b78577-5ee3-4ace-99cf-664e7f0974ed"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:03.335Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:03.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:03.998Z", "message": "Configuring Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:03.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:03.998Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:03.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:03.998Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:03.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:04.339Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:04.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ef64289d-97aa-4bb4-8a7b-cdee5850290f"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:04.339Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:04.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ef64289d-97aa-4bb4-8a7b-cdee5850290f"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:04.339Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:04.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ef64289d-97aa-4bb4-8a7b-cdee5850290f"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:04.339Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:04.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ef64289d-97aa-4bb4-8a7b-cdee5850290f"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:04.339Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:04.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ef64289d-97aa-4bb4-8a7b-cdee5850290f"}], "metadata": {"pagination": {"total": 421, "offset": 397, "size": 50}}} 2018-10-04 16:00:05,658 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:00:05,659 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:00:05 GMT 2018-10-04 16:00:05,659 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:00:05,659 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14341 2018-10-04 16:00:05,659 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:00:05,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-04 16:00:05,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bono_host_abb338 2018-10-04 16:00:05,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-04 16:00:05,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.10:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-04 16:00:05,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_abb338/cloudify/ssl/cloudify_internal_cert.pem 2018-10-04 16:00:05,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-04 16:00:05,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-04 16:00:05,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bono_host_abb338/env 2018-10-04 16:00:05,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.10', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_abb338/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_abb338/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'bono_host_abb338', 'REST_HOST': '192.168.120.10', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_abb338/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_abb338', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpfJyQ.2NOtfL_tPvYlNJ1_0en2LZ8XM2U'} 2018-10-04 16:00:05,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-04 16:00:05,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-04 16:00:05,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bono_host_abb338/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-10-04 16:00:05,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-04 16:00:05,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-04 16:00:05,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bono_host_abb338 2018-10-04 16:00:05,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-04 16:00:05,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-04 16:00:05,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-04 16:00:05,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-04 16:00:05,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:05,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:05,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:05,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:05,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-04 16:00:05,664 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:00:05,729 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:00:05,730 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:00:05,730 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:00:05,730 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:00:05,730 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:00:05,730 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:00:05,730 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:00:05,730 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:00:05,730 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:00:05,730 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:00:05 GMT 2018-10-04 16:00:05,731 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:00:05,731 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:00:05,731 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:00:10,736 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:00:10,824 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:00:10,824 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:00:10,824 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:00:10,824 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:00:10,824 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:00:10,824 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:00:10,824 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:00:10,825 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_g5ebwf", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:05.781Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:05.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:06.011Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:06.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:07.614Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:07.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ef64289d-97aa-4bb4-8a7b-cdee5850290f"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:08.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:08.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ef64289d-97aa-4bb4-8a7b-cdee5850290f"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:08.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:08.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ef64289d-97aa-4bb4-8a7b-cdee5850290f"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:08.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:08.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ef64289d-97aa-4bb4-8a7b-cdee5850290f"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:08.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:08.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ef64289d-97aa-4bb4-8a7b-cdee5850290f"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:08.364Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:08.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ef64289d-97aa-4bb4-8a7b-cdee5850290f"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:08.364Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:08.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ef64289d-97aa-4bb4-8a7b-cdee5850290f"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:08.364Z", "message": "Configuring Agent bono_host_abb338", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:08.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ef64289d-97aa-4bb4-8a7b-cdee5850290f"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:08.364Z", "message": "Server is ACTIVE", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:08.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "728c0bc4-b500-4c63-8509-2c7aa524e957"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:09.039Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:09.039Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:09.417Z", "message": "Creating Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:09.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:09.417Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:09.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:09.417Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:09.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:09.417Z", "message": "Starting Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:09.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:09.417Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:09.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:09.417Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:09.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:09.417Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:09.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:09.709Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:09.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ef64289d-97aa-4bb4-8a7b-cdee5850290f"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:09.709Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:09.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ef64289d-97aa-4bb4-8a7b-cdee5850290f"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:09.709Z", "message": "Successfully configured daemon: bono_host_abb338", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:09.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ef64289d-97aa-4bb4-8a7b-cdee5850290f"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:10.796Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:10.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d87de45a-3a5a-42e5-a0d0-875012daf790"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:10.796Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:10.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d87de45a-3a5a-42e5-a0d0-875012daf790"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:10.796Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:10.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:10.796Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:10.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:10.796Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:10.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:10.796Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:10.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:10.796Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:10.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d87de45a-3a5a-42e5-a0d0-875012daf790"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:10.796Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:10.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:10.796Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:10.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d87de45a-3a5a-42e5-a0d0-875012daf790"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:10.796Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:10.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:10.796Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:10.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d87de45a-3a5a-42e5-a0d0-875012daf790"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:10.796Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:10.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d87de45a-3a5a-42e5-a0d0-875012daf790"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:10.796Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:10.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d87de45a-3a5a-42e5-a0d0-875012daf790"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:10.796Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:10.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:10.796Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:10.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d87de45a-3a5a-42e5-a0d0-875012daf790"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:10.796Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:10.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:10.796Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:10.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d87de45a-3a5a-42e5-a0d0-875012daf790"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:10.796Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:10.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:10.796Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:10.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:10.796Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:10.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d87de45a-3a5a-42e5-a0d0-875012daf790"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:10.796Z", "message": "Starting Agent bono_host_abb338", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:10.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d87de45a-3a5a-42e5-a0d0-875012daf790"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:10.796Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:10.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:10.796Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:10.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d87de45a-3a5a-42e5-a0d0-875012daf790"}], "metadata": {"pagination": {"total": 443, "offset": 421, "size": 50}}} 2018-10-04 16:00:10,825 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:00:10,825 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:00:10 GMT 2018-10-04 16:00:10,825 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:00:10,825 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 24199 2018-10-04 16:00:10,825 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:00:10,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-10-04 16:00:10,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-10-04 16:00:10,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-04 16:00:10,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:10,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:10,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:10,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:10,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:10,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-04 16:00:10,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bono_host_abb338 2018-10-04 16:00:10,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-04 16:00:10,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-10-04 16:00:10,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-04 16:00:10,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-04 16:00:10,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-04 16:00:10,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-04 16:00:10,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-04 16:00:10,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-04 16:00:10,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-04 16:00:10,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-04 16:00:10,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-04 16:00:10,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bono_host_abb338 2018-10-04 16:00:10,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:10,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:10,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:10,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:10,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:10,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:10,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:10,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:10,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:10,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:10,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:10,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:10,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:10,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:10,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:10,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:10,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:10,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:10,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-04 16:00:10,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-04 16:00:10,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bono_host_abb338 2018-10-04 16:00:10,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-04 16:00:10,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-04 16:00:10,833 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:00:10,910 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:00:10,910 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:00:10,910 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:00:10,910 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:00:10,911 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:00:10,911 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:00:10,911 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:00:10,911 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:00:10,911 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:00:10,911 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:00:10 GMT 2018-10-04 16:00:10,911 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:00:10,911 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:00:10,911 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:00:15,917 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:00:16,017 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:00:16,018 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:00:16,018 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:00:16,018 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:00:16,018 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:00:16,018 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:00:16,018 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:00:16,018 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_g4bnw5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:12.627Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:12.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:13.454Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:13.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:13.988Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:13.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.696Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Creating Agent proxy_host_g5ebwf", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Server is ACTIVE", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a99317f3-db61-44c8-a4d1-2318d98ad522"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Starting...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d87de45a-3a5a-42e5-a0d0-875012daf790"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Starting daemon with command: sudo service celeryd-bono_host_abb338 start", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d87de45a-3a5a-42e5-a0d0-875012daf790"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Successfully started daemon: bono_host_abb338", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d87de45a-3a5a-42e5-a0d0-875012daf790"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "system_python set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:14.816Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_g5ebwf/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:14.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:15.476Z", "message": "Creating Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:15.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:15.476Z", "message": "Installing plugins", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:15.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:15.476Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:15.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:15.476Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:15.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:15.476Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:15.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:15.476Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:15.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:15.476Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:15.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:15.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:15.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:15.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:15.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:15.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:15.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:15.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:15.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:15.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:15.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}], "metadata": {"pagination": {"total": 528, "offset": 466, "size": 50}}} 2018-10-04 16:00:16,018 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:00:16,019 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:00:16 GMT 2018-10-04 16:00:16,019 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:00:16,019 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27230 2018-10-04 16:00:16,019 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:00:16,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-10-04 16:00:16,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-10-04 16:00:16,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-04 16:00:16,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-04 16:00:16,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,022 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,022 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,022 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,022 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,022 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,022 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,023 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,023 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,023 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,023 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,023 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,023 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,024 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,024 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,024 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,024 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,024 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,024 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-10-04 16:00:16,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent proxy_host_g5ebwf 2018-10-04 16:00:16,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-04 16:00:16,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-04 16:00:16,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-04 16:00:16,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-04 16:00:16,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bono_host_abb338 start 2018-10-04 16:00:16,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bono_host_abb338 2018-10-04 16:00:16,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-04 16:00:16,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_g5ebwf/cloudify/ssl/cloudify_internal_cert.pem 2018-10-04 16:00:16,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-04 16:00:16,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-04 16:00:16,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-04 16:00:16,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-04 16:00:16,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-04 16:00:16,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-04 16:00:16,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-10-04 16:00:16,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:16,028 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:00:16,101 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:00:16,101 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:00:16,101 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:00:16,102 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:00:16,102 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:00:16,102 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:00:16,102 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:00:16,102 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:00:16,102 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:00:16,102 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:00:16 GMT 2018-10-04 16:00:16,102 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:00:16,102 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:00:16,102 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:00:21,108 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:00:21,214 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:00:21,214 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:00:21,214 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:00:21,215 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:00:21,215 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:00:21,215 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:00:21,215 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:00:21,215 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:15.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:15.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:15.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:15.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:15.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:15.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:15.838Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:15.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:15.838Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:15.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:15.838Z", "message": "Creating agent from package", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:15.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:15.838Z", "message": "Downloading Agent Package from https://192.168.120.10:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:15.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:15.838Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:15.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:15.838Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:15.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "2ea84e0a-ad75-4b9e-9485-8f8eb70a8790"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:15.838Z", "message": "[localhost] run: /home/ubuntu/bono_host_abb338/env/bin/pip freeze", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:15.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "2ea84e0a-ad75-4b9e-9485-8f8eb70a8790"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:15.838Z", "message": "Untaring Agent package...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:15.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:15.838Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:15.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:16.830Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:16.830Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:16.876Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:16.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "2ea84e0a-ad75-4b9e-9485-8f8eb70a8790"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:16.876Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:16.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "2ea84e0a-ad75-4b9e-9485-8f8eb70a8790"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:16.876Z", "message": "Installing plugin from source", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:16.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "2ea84e0a-ad75-4b9e-9485-8f8eb70a8790"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:16.876Z", "message": "Removing directory: /tmp/tmpZjcEZm", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:16.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "2ea84e0a-ad75-4b9e-9485-8f8eb70a8790"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:16.876Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:16.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "2ea84e0a-ad75-4b9e-9485-8f8eb70a8790"}, {"node_instance_id": "bono_host_abb338", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:17.493Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:17.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:17.493Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:17.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:17.896Z", "message": "Auto-correcting virtualenv /home/ubuntu/proxy_host_g5ebwf/env", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:17.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:17.896Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.10', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/proxy_host_g5ebwf/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_g5ebwf/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'proxy_host_g5ebwf', 'REST_HOST': '192.168.120.10', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_g5ebwf/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_g5ebwf', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpfJyQ.2NOtfL_tPvYlNJ1_0en2LZ8XM2U'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:17.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:17.896Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:17.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:17.896Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:17.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:17.896Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:17.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:19.018Z", "message": "Configuring Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:19.018Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:19.018Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:19.018Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:19.018Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:19.018Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:19.018Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:19.018Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:19.224Z", "message": "Creating...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:19.224Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:19.224Z", "message": "/home/ubuntu/proxy_host_g5ebwf/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:19.224Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:19.224Z", "message": " SNIMissingWarning", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:19.224Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:19.224Z", "message": "Successfully created daemon: proxy_host_g5ebwf", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:19.224Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a166cb0c-880d-437a-912e-5272fdd549ff"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.077Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.077Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.077Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.077Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}], "metadata": {"pagination": {"total": 582, "offset": 516, "size": 50}}} 2018-10-04 16:00:21,215 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:00:21,215 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:00:21 GMT 2018-10-04 16:00:21,215 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:00:21,216 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28611 2018-10-04 16:00:21,216 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:00:21,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:21,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:21,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:21,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:21,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-04 16:00:21,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-04 16:00:21,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.10:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-04 16:00:21,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-04 16:00:21,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-04 16:00:21,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bono_host_abb338/env/bin/pip freeze 2018-10-04 16:00:21,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-04 16:00:21,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-04 16:00:21,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-04 16:00:21,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-10-04 16:00:21,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-10-04 16:00:21,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-04 16:00:21,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpZjcEZm 2018-10-04 16:00:21,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-10-04 16:00:21,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-04 16:00:21,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-04 16:00:21,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/proxy_host_g5ebwf/env 2018-10-04 16:00:21,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.10', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/proxy_host_g5ebwf/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_g5ebwf/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'proxy_host_g5ebwf', 'REST_HOST': '192.168.120.10', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_g5ebwf/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_g5ebwf', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpfJyQ.2NOtfL_tPvYlNJ1_0en2LZ8XM2U'} 2018-10-04 16:00:21,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-04 16:00:21,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-04 16:00:21,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-04 16:00:21,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-04 16:00:21,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-10-04 16:00:21,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-10-04 16:00:21,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-04 16:00:21,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-04 16:00:21,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/proxy_host_g5ebwf/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-10-04 16:00:21,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-04 16:00:21,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: proxy_host_g5ebwf 2018-10-04 16:00:21,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-04 16:00:21,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-04 16:00:21,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-04 16:00:21,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-04 16:00:21,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:21,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:21,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:21,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:21,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:21,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:21,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:21,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:21,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:21,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:21,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:21,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:21,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:21,225 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:00:21,311 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:00:21,311 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:00:21,311 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:00:21,311 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:00:21,312 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:00:21,312 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:00:21,312 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:00:21,312 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:00:21,312 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:00:21,312 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:00:21 GMT 2018-10-04 16:00:21,312 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:00:21,312 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:00:21,312 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:00:26,317 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:00:26,616 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:00:26,616 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:00:26,616 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:00:26,616 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:00:26,616 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:00:26,616 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:00:26,616 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:00:26,616 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:20.287Z", "message": "system_python set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:20.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "bono_host_abb338", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:21.578Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:21.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:21.578Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:21.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:21.578Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:21.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:21.578Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:21.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:21.580Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:21.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e20fbbb9-6cba-4ac3-b32d-98d75dad9b82"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:21.580Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:21.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e20fbbb9-6cba-4ac3-b32d-98d75dad9b82"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:21.580Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:21.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e20fbbb9-6cba-4ac3-b32d-98d75dad9b82"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:21.580Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:21.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e20fbbb9-6cba-4ac3-b32d-98d75dad9b82"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:21.580Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:21.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e20fbbb9-6cba-4ac3-b32d-98d75dad9b82"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:21.580Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:21.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e20fbbb9-6cba-4ac3-b32d-98d75dad9b82"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:21.580Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:21.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e20fbbb9-6cba-4ac3-b32d-98d75dad9b82"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:21.580Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:21.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e20fbbb9-6cba-4ac3-b32d-98d75dad9b82"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:21.580Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:21.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e20fbbb9-6cba-4ac3-b32d-98d75dad9b82"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:21.580Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:21.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:21.580Z", "message": "Configuring Agent proxy_host_g5ebwf", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:21.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e20fbbb9-6cba-4ac3-b32d-98d75dad9b82"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:21.580Z", "message": "Creating agent from package", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:21.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:21.580Z", "message": "Creating Agent homer_host_g4bnw5", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:21.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:21.580Z", "message": "Downloading Agent Package from https://192.168.120.10:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:21.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:21.580Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:21.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e20fbbb9-6cba-4ac3-b32d-98d75dad9b82"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:21.580Z", "message": "Untaring Agent package...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:21.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:21.580Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_g4bnw5/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:21.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:21.580Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:21.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e20fbbb9-6cba-4ac3-b32d-98d75dad9b82"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:22.638Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:22.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:22.638Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:22.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:22.638Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:22.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:22.638Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:22.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:22.638Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:22.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:22.638Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:22.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:22.676Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:22.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e20fbbb9-6cba-4ac3-b32d-98d75dad9b82"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:22.676Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:22.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e20fbbb9-6cba-4ac3-b32d-98d75dad9b82"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:22.676Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:22.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e20fbbb9-6cba-4ac3-b32d-98d75dad9b82"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:22.676Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:22.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "9ab71439-ccad-4145-bcd2-4bf6de9edd56"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:22.676Z", "message": "Successfully configured daemon: proxy_host_g5ebwf", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:22.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e20fbbb9-6cba-4ac3-b32d-98d75dad9b82"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:23.861Z", "message": "Auto-correcting virtualenv /home/ubuntu/homer_host_g4bnw5/env", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:23.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}], "metadata": {"pagination": {"total": 647, "offset": 566, "size": 50}}} 2018-10-04 16:00:26,617 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:00:26,617 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:00:26 GMT 2018-10-04 16:00:26,617 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:00:26,617 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27206 2018-10-04 16:00:26,617 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:00:26,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:26,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:26,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:26,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:26,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:26,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:26,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:26,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:26,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:26,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:26,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:26,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-10-04 16:00:26,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-04 16:00:26,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-04 16:00:26,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-04 16:00:26,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-04 16:00:26,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-04 16:00:26,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-04 16:00:26,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-04 16:00:26,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-04 16:00:26,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:26,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:26,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:26,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:26,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:26,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:26,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:26,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:26,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:26,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-04 16:00:26,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent proxy_host_g5ebwf 2018-10-04 16:00:26,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-04 16:00:26,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent homer_host_g4bnw5 2018-10-04 16:00:26,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.10:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-04 16:00:26,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-04 16:00:26,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-04 16:00:26,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_g4bnw5/cloudify/ssl/cloudify_internal_cert.pem 2018-10-04 16:00:26,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-04 16:00:26,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-10-04 16:00:26,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-10-04 16:00:26,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-10-04 16:00:26,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-10-04 16:00:26,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-10-04 16:00:26,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-10-04 16:00:26,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-04 16:00:26,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-04 16:00:26,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-04 16:00:26,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-04 16:00:26,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: proxy_host_g5ebwf 2018-10-04 16:00:26,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/homer_host_g4bnw5/env 2018-10-04 16:00:26,626 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:00:26,750 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:00:26,750 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:00:26,750 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:00:26,750 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:00:26,750 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:00:26,750 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:00:26,750 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:00:26,751 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:00:26,751 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:00:26,751 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:00:26 GMT 2018-10-04 16:00:26,751 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:00:26,751 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:00:26,751 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:00:31,753 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:00:32,325 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:00:32,325 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:00:32,325 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:00:32,325 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:00:32,325 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:00:32,326 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:00:32,326 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:00:32,326 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:23.861Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.10', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_g4bnw5/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_g4bnw5/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'homer_host_g4bnw5', 'REST_HOST': '192.168.120.10', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_g4bnw5/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_g4bnw5', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpfJyQ.2NOtfL_tPvYlNJ1_0en2LZ8XM2U'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:23.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:23.861Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:23.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:23.861Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:23.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:23.861Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:23.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:23.861Z", "message": "Creating Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:23.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:23.861Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:23.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:23.861Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:23.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:23.861Z", "message": "Starting Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:23.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:23.861Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:23.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:23.861Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:23.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:23.861Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:23.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:23.861Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:23.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:25.250Z", "message": "Configuring Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:25.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:25.250Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:25.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:25.250Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:25.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:25.250Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:25.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:25.250Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:25.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:25.257Z", "message": "Creating...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:25.257Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:25.257Z", "message": "/home/ubuntu/homer_host_g4bnw5/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:25.257Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:25.257Z", "message": "Server is ACTIVE", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:25.257Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a7a784a1-5156-4f04-84d1-cd44f5b0b819"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:25.257Z", "message": "Server is ACTIVE", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:25.257Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d3edec92-669f-48f0-b929-ff69f1eb70c1"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:25.257Z", "message": " SNIMissingWarning", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:25.257Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:25.257Z", "message": "Successfully created daemon: homer_host_g4bnw5", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:25.257Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "b33964c9-17c8-4cc5-8e69-c5d4b7e9a03e"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:26.287Z", "message": "Creating Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:26.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:26.287Z", "message": "Creating Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:26.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:26.287Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:26.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:26.287Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:26.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:26.287Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:26.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:26.287Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:26.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:26.287Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:26.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:26.302Z", "message": "Server is ACTIVE", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:26.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "9f7aabdf-ef8b-4115-8f94-403e585052bb"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.457Z", "message": "Creating Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.457Z", "message": "Creating Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.457Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.457Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.457Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.457Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.457Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.457Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.457Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.457Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d4a7b149-f5f1-45a3-8eec-c04363fa9c04"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "31ff546d-e654-4f87-a453-d4246599eafd"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d4a7b149-f5f1-45a3-8eec-c04363fa9c04"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "31ff546d-e654-4f87-a453-d4246599eafd"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d4a7b149-f5f1-45a3-8eec-c04363fa9c04"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}], "metadata": {"pagination": {"total": 724, "offset": 616, "size": 50}}} 2018-10-04 16:00:32,326 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:00:32,326 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:00:32 GMT 2018-10-04 16:00:32,326 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:00:32,326 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27312 2018-10-04 16:00:32,326 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:00:32,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.10', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_g4bnw5/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_g4bnw5/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'homer_host_g4bnw5', 'REST_HOST': '192.168.120.10', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_g4bnw5/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_g4bnw5', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpfJyQ.2NOtfL_tPvYlNJ1_0en2LZ8XM2U'} 2018-10-04 16:00:32,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-04 16:00:32,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-04 16:00:32,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-04 16:00:32,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-04 16:00:32,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-04 16:00:32,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-04 16:00:32,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-04 16:00:32,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-10-04 16:00:32,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-10-04 16:00:32,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-04 16:00:32,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-10-04 16:00:32,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-04 16:00:32,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-04 16:00:32,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-04 16:00:32,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-04 16:00:32,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-10-04 16:00:32,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-04 16:00:32,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/homer_host_g4bnw5/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-10-04 16:00:32,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-04 16:00:32,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-04 16:00:32,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-04 16:00:32,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: homer_host_g4bnw5 2018-10-04 16:00:32,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-04 16:00:32,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-04 16:00:32,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-04 16:00:32,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-04 16:00:32,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-04 16:00:32,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-04 16:00:32,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-10-04 16:00:32,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-04 16:00:32,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-04 16:00:32,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-04 16:00:32,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-04 16:00:32,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-04 16:00:32,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-04 16:00:32,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-04 16:00:32,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-04 16:00:32,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-04 16:00:32,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-10-04 16:00:32,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-10-04 16:00:32,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:32,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:32,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:32,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:32,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:32,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:32,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:32,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:32,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:32,335 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:00:32,515 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:00:32,516 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:00:32,516 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:00:32,516 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:00:32,516 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:00:32,516 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:00:32,516 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:00:32,516 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:00:32,516 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:00:32,516 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:00:32 GMT 2018-10-04 16:00:32,517 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:00:32,517 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:00:32,517 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:00:37,519 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:00:37,920 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:00:37,920 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:00:37,921 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:00:37,921 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:00:37,921 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:00:37,921 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:00:37,921 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:00:37,921 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "31ff546d-e654-4f87-a453-d4246599eafd"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "31ff546d-e654-4f87-a453-d4246599eafd"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d4a7b149-f5f1-45a3-8eec-c04363fa9c04"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "31ff546d-e654-4f87-a453-d4246599eafd"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "31ff546d-e654-4f87-a453-d4246599eafd"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Server is ACTIVE", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "48a20bd9-4649-43ff-a8c6-096ca11163b1"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d4a7b149-f5f1-45a3-8eec-c04363fa9c04"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d4a7b149-f5f1-45a3-8eec-c04363fa9c04"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d4a7b149-f5f1-45a3-8eec-c04363fa9c04"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "31ff546d-e654-4f87-a453-d4246599eafd"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d4a7b149-f5f1-45a3-8eec-c04363fa9c04"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d4a7b149-f5f1-45a3-8eec-c04363fa9c04"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Configuring Agent homer_host_g4bnw5", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d4a7b149-f5f1-45a3-8eec-c04363fa9c04"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d4a7b149-f5f1-45a3-8eec-c04363fa9c04"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d4a7b149-f5f1-45a3-8eec-c04363fa9c04"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d4a7b149-f5f1-45a3-8eec-c04363fa9c04"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d4a7b149-f5f1-45a3-8eec-c04363fa9c04"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "31ff546d-e654-4f87-a453-d4246599eafd"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "31ff546d-e654-4f87-a453-d4246599eafd"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d4a7b149-f5f1-45a3-8eec-c04363fa9c04"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:27.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:27.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "31ff546d-e654-4f87-a453-d4246599eafd"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.496Z", "message": "Successfully configured daemon: homer_host_g4bnw5", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d4a7b149-f5f1-45a3-8eec-c04363fa9c04"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.496Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d4a7b149-f5f1-45a3-8eec-c04363fa9c04"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.496Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d4a7b149-f5f1-45a3-8eec-c04363fa9c04"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.496Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.496Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.496Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.496Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.496Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d4a7b149-f5f1-45a3-8eec-c04363fa9c04"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}], "metadata": {"pagination": {"total": 909, "offset": 666, "size": 50}}} 2018-10-04 16:00:37,921 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:00:37,921 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:00:37 GMT 2018-10-04 16:00:37,922 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:00:37,922 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27329 2018-10-04 16:00:37,922 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:00:37,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-04 16:00:37,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-04 16:00:37,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-04 16:00:37,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent homer_host_g4bnw5 2018-10-04 16:00:37,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-04 16:00:37,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-04 16:00:37,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-04 16:00:37,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-04 16:00:37,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: homer_host_g4bnw5 2018-10-04 16:00:37,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-04 16:00:37,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-04 16:00:37,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-04 16:00:37,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-04 16:00:37,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-04 16:00:37,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-04 16:00:37,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-04 16:00:37,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:37,931 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:00:38,120 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:00:38,120 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:00:38,120 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:00:38,120 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:00:38,120 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:00:38,120 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:00:38,121 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:00:38,121 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:00:38,121 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:00:38,121 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:00:38 GMT 2018-10-04 16:00:38,121 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:00:38,121 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:00:38,121 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:00:43,127 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:00:43,751 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:00:43,751 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:00:43,751 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:00:43,751 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:00:43,752 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:00:43,752 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:00:43,752 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:00:43,752 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.496Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "d4a7b149-f5f1-45a3-8eec-c04363fa9c04"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.500Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.500Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.500Z", "message": "Starting Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.500Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:28.500Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:28.500Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:29.515Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:29.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:30.762Z", "message": "Starting...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:30.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "31ff546d-e654-4f87-a453-d4246599eafd"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.470Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.470Z", "message": "Installing plugins", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.470Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "system_python set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "Successfully started daemon: proxy_host_g5ebwf", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "31ff546d-e654-4f87-a453-d4246599eafd"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:32.522Z", "message": "Starting daemon with command: sudo service celeryd-proxy_host_g5ebwf start", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:32.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "31ff546d-e654-4f87-a453-d4246599eafd"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.627Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.627Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}], "metadata": {"pagination": {"total": 1040, "offset": 716, "size": 50}}} 2018-10-04 16:00:43,752 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:00:43,752 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:00:43 GMT 2018-10-04 16:00:43,752 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:00:43,752 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27202 2018-10-04 16:00:43,753 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:00:43,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-04 16:00:43,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-04 16:00:43,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-04 16:00:43,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-04 16:00:43,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-04 16:00:43,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-04 16:00:43,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-04 16:00:43,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-04 16:00:43,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-04 16:00:43,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-04 16:00:43,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-04 16:00:43,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-04 16:00:43,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-10-04 16:00:43,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-04 16:00:43,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: proxy_host_g5ebwf 2018-10-04 16:00:43,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-proxy_host_g5ebwf start 2018-10-04 16:00:43,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-04 16:00:43,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-04 16:00:43,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:43,762 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:00:43,891 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:00:43,891 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:00:43,891 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:00:43,891 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:00:43,891 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:00:43,891 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:00:43,892 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:00:43,892 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:00:43,892 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:00:43,892 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:00:43 GMT 2018-10-04 16:00:43,892 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:00:43,892 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:00:43,892 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:00:48,898 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:00:49,281 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:00:49,281 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:00:49,281 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:00:49,281 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:00:49,281 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:00:49,281 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:00:49,282 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:00:49,282 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "system_python set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f10a1df6-f4e3-40bb-9127-212862da90d5"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_0yhfav/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f10a1df6-f4e3-40bb-9127-212862da90d5"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "[localhost] run: /home/ubuntu/proxy_host_g5ebwf/env/bin/pip freeze", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f10a1df6-f4e3-40bb-9127-212862da90d5"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Creating agent from package", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}], "metadata": {"pagination": {"total": 1157, "offset": 766, "size": 50}}} 2018-10-04 16:00:49,282 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:00:49,282 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:00:49 GMT 2018-10-04 16:00:49,282 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:00:49,282 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27801 2018-10-04 16:00:49,282 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:00:49,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-04 16:00:49,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-10-04 16:00:49,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-04 16:00:49,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-04 16:00:49,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,286 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,286 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,286 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,286 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,286 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-04 16:00:49,286 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,286 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,286 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,286 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-04 16:00:49,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-04 16:00:49,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-04 16:00:49,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_0yhfav/cloudify/ssl/cloudify_internal_cert.pem 2018-10-04 16:00:49,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-10-04 16:00:49,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-04 16:00:49,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/proxy_host_g5ebwf/env/bin/pip freeze 2018-10-04 16:00:49,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-04 16:00:49,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:49,289 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:00:49,375 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:00:49,375 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:00:49,375 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:00:49,375 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:00:49,375 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:00:49,375 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:00:49,375 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:00:49,375 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:00:49,375 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:00:49,376 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:00:49 GMT 2018-10-04 16:00:49,376 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:00:49,376 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:00:49,376 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:00:54,381 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:00:55,320 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:00:55,321 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:00:55,321 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:00:55,321 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:00:55,321 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:00:55,321 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:00:55,321 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:00:55,321 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Creating agent from package", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Installing plugin from source", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f10a1df6-f4e3-40bb-9127-212862da90d5"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:33.669Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:33.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:34.727Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:34.727Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:34.759Z", "message": "Creating Agent vellum_host_wi9ohz", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:34.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:34.759Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_vh48ds/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:34.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:34.759Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:34.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:34.759Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:34.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f10a1df6-f4e3-40bb-9127-212862da90d5"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:34.759Z", "message": "Creating agent from package", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:34.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:34.759Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:34.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:34.759Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_wi9ohz/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:34.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:34.759Z", "message": "Downloading Agent Package from https://192.168.120.10:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:34.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:34.759Z", "message": "Creating Agent dime_host_vh48ds", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:34.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:34.759Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:34.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:34.759Z", "message": "Untaring Agent package...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:34.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:34.759Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:34.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:34.759Z", "message": "Downloading Agent Package from https://192.168.120.10:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:34.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:34.759Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:34.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:34.759Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:34.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:34.759Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:34.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:34.759Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:34.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:34.759Z", "message": "Creating agent from package", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:34.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:34.759Z", "message": "Removing directory: /tmp/tmpWcLmFm", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:34.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f10a1df6-f4e3-40bb-9127-212862da90d5"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:35.747Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:35.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:35.747Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:35.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:35.782Z", "message": "Untaring Agent package...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:35.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:35.782Z", "message": "Auto-correcting virtualenv /home/ubuntu/bind_host_0yhfav/env", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:35.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:35.782Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:35.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:35.782Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:35.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:35.782Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.10', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bind_host_0yhfav/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_0yhfav/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'bind_host_0yhfav', 'REST_HOST': '192.168.120.10', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_0yhfav/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_0yhfav', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpfJyQ.2NOtfL_tPvYlNJ1_0en2LZ8XM2U'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:35.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:35.782Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:35.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.764Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.764Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.764Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.764Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 1252, "offset": 816, "size": 50}}} 2018-10-04 16:00:55,321 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:00:55,322 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:00:55 GMT 2018-10-04 16:00:55,322 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:00:55,322 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28353 2018-10-04 16:00:55,322 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:00:55,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-04 16:00:55,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:55,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:55,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-04 16:00:55,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-04 16:00:55,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:55,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-04 16:00:55,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:55,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-04 16:00:55,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:55,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:55,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:55,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:55,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:55,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:55,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:55,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-04 16:00:55,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:55,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-04 16:00:55,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent vellum_host_wi9ohz 2018-10-04 16:00:55,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_vh48ds/cloudify/ssl/cloudify_internal_cert.pem 2018-10-04 16:00:55,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:55,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-10-04 16:00:55,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-04 16:00:55,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:55,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_wi9ohz/cloudify/ssl/cloudify_internal_cert.pem 2018-10-04 16:00:55,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.10:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-04 16:00:55,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent dime_host_vh48ds 2018-10-04 16:00:55,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-04 16:00:55,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-04 16:00:55,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-04 16:00:55,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.10:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-04 16:00:55,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:55,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-04 16:00:55,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:55,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:00:55,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-04 16:00:55,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpWcLmFm 2018-10-04 16:00:55,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-04 16:00:55,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-04 16:00:55,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-04 16:00:55,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bind_host_0yhfav/env 2018-10-04 16:00:55,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-04 16:00:55,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-04 16:00:55,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.10', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bind_host_0yhfav/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_0yhfav/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'bind_host_0yhfav', 'REST_HOST': '192.168.120.10', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_0yhfav/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_0yhfav', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpfJyQ.2NOtfL_tPvYlNJ1_0en2LZ8XM2U'} 2018-10-04 16:00:55,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-04 16:00:55,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-04 16:00:55,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-04 16:00:55,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-04 16:00:55,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-04 16:00:55,331 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:00:55,438 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:00:55,438 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:00:55,439 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:00:55,439 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:00:55,439 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:00:55,439 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:00:55,439 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:00:55,439 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:00:55,439 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:00:55,439 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:00:55 GMT 2018-10-04 16:00:55,439 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:00:55,440 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:00:55,440 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:01:00,445 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:01:01,477 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:01:01,478 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:01:01,478 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:01:01,478 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:01:01,478 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:01:01,478 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:01:01,478 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:01:01,478 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Auto-correcting virtualenv /home/ubuntu/vellum_host_wi9ohz/env", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "/home/ubuntu/bind_host_0yhfav/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Creating...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.10', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_wi9ohz/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_wi9ohz/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'vellum_host_wi9ohz', 'REST_HOST': '192.168.120.10', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_wi9ohz/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_wi9ohz', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpfJyQ.2NOtfL_tPvYlNJ1_0en2LZ8XM2U'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Successfully created daemon: bind_host_0yhfav", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "5417559f-acaf-478d-9522-d7313e1406b2"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.10', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_vh48ds/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_vh48ds/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'dime_host_vh48ds', 'REST_HOST': '192.168.120.10', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_vh48ds/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_vh48ds', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpfJyQ.2NOtfL_tPvYlNJ1_0en2LZ8XM2U'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Auto-correcting virtualenv /home/ubuntu/dime_host_vh48ds/env", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "system_python set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:36.808Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:36.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:37.976Z", "message": "Configuring Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:37.976Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:37.976Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:37.976Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:37.976Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:37.976Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:37.976Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:37.976Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:38.374Z", "message": " SNIMissingWarning", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:38.374Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:38.374Z", "message": " SNIMissingWarning", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:38.374Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:38.374Z", "message": "/home/ubuntu/vellum_host_wi9ohz/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:38.374Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}], "metadata": {"pagination": {"total": 1319, "offset": 866, "size": 50}}} 2018-10-04 16:01:01,479 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:01:01,479 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:01:01 GMT 2018-10-04 16:01:01,479 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:01:01,479 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29867 2018-10-04 16:01:01,479 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:01:01,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-04 16:01:01,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:01,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:01,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-04 16:01:01,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/vellum_host_wi9ohz/env 2018-10-04 16:01:01,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:01,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:01,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:01,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:01,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:01,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-04 16:01:01,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:01,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:01,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-04 16:01:01,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:01,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:01,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bind_host_0yhfav/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-10-04 16:01:01,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-04 16:01:01,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-04 16:01:01,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:01,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.10', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_wi9ohz/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_wi9ohz/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'vellum_host_wi9ohz', 'REST_HOST': '192.168.120.10', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_wi9ohz/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_wi9ohz', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpfJyQ.2NOtfL_tPvYlNJ1_0en2LZ8XM2U'} 2018-10-04 16:01:01,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:01,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-04 16:01:01,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:01,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:01,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-04 16:01:01,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bind_host_0yhfav 2018-10-04 16:01:01,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.10', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_vh48ds/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_vh48ds/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'dime_host_vh48ds', 'REST_HOST': '192.168.120.10', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_vh48ds/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_vh48ds', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpfJyQ.2NOtfL_tPvYlNJ1_0en2LZ8XM2U'} 2018-10-04 16:01:01,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:01,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/dime_host_vh48ds/env 2018-10-04 16:01:01,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:01,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:01,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-04 16:01:01,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:01,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-10-04 16:01:01,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:01,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:01,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:01,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-04 16:01:01,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:01,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:01,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-04 16:01:01,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-04 16:01:01,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-04 16:01:01,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-04 16:01:01,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:01,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-04 16:01:01,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-04 16:01:01,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-04 16:01:01,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/vellum_host_wi9ohz/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-10-04 16:01:01,488 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:01:01,552 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:01:01,552 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:01:01,552 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:01:01,552 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:01:01,552 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:01:01,552 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:01:01,553 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:01:01,553 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:01:01,553 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:01:01,553 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:01:01 GMT 2018-10-04 16:01:01,553 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:01:01,553 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:01:01,553 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:01:06,558 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:01:06,744 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:01:06,744 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:01:06,744 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:01:06,744 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:01:06,744 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:01:06,744 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:01:06,744 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:01:06,744 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:38.374Z", "message": "Successfully created daemon: vellum_host_wi9ohz", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:38.374Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:38.374Z", "message": "Creating...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:38.374Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:38.374Z", "message": "Successfully created daemon: dime_host_vh48ds", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:38.374Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:38.374Z", "message": "/home/ubuntu/vellum_host_wi9ohz/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:38.374Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "325f2e54-fa5e-4169-be41-e6ad2f2b3ba6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:38.374Z", "message": " SNIMissingWarning", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:38.374Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "f102e665-dd5d-48ae-bccf-a4a2d8e543d2"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.063Z", "message": "Configuring Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.063Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.063Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.063Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.063Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.063Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.063Z", "message": "Configuring Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.063Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.063Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.063Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.063Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "9e9fd13d-d92e-452c-ab20-878b698a92af"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Creating agent from package", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "9e9fd13d-d92e-452c-ab20-878b698a92af"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "9e9fd13d-d92e-452c-ab20-878b698a92af"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "9e9fd13d-d92e-452c-ab20-878b698a92af"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "9e9fd13d-d92e-452c-ab20-878b698a92af"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Untaring Agent package...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_u3mryy/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "9e9fd13d-d92e-452c-ab20-878b698a92af"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "0abe3d7a-aa86-4a91-917d-170c47b67cbf"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "9e9fd13d-d92e-452c-ab20-878b698a92af"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "0abe3d7a-aa86-4a91-917d-170c47b67cbf"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "9e9fd13d-d92e-452c-ab20-878b698a92af"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "9e9fd13d-d92e-452c-ab20-878b698a92af"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "0abe3d7a-aa86-4a91-917d-170c47b67cbf"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "0abe3d7a-aa86-4a91-917d-170c47b67cbf"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "0abe3d7a-aa86-4a91-917d-170c47b67cbf"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Creating Agent sprout_host_u3mryy", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Downloading Agent Package from https://192.168.120.10:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "9e9fd13d-d92e-452c-ab20-878b698a92af"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "9e9fd13d-d92e-452c-ab20-878b698a92af"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:39.570Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:39.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "proxy_node_73p7br", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:40.376Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:40.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 1349, "offset": 916, "size": 50}}} 2018-10-04 16:01:06,745 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:01:06,745 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:01:06 GMT 2018-10-04 16:01:06,745 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:01:06,745 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27535 2018-10-04 16:01:06,745 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:01:06,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: vellum_host_wi9ohz 2018-10-04 16:01:06,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-04 16:01:06,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: dime_host_vh48ds 2018-10-04 16:01:06,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/vellum_host_wi9ohz/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-10-04 16:01:06,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-04 16:01:06,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-04 16:01:06,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-04 16:01:06,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:06,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-04 16:01:06,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:06,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-04 16:01:06,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-04 16:01:06,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-04 16:01:06,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-04 16:01:06,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-04 16:01:06,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-04 16:01:06,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:06,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-04 16:01:06,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:06,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:06,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:06,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:06,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:06,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-04 16:01:06,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-04 16:01:06,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-04 16:01:06,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_u3mryy/cloudify/ssl/cloudify_internal_cert.pem 2018-10-04 16:01:06,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:06,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:06,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:06,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-04 16:01:06,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:06,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:06,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:06,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:06,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:06,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:06,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:06,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:06,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:06,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent sprout_host_u3mryy 2018-10-04 16:01:06,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:06,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.10:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-04 16:01:06,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-04 16:01:06,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:06,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:06,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:06,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-04 16:01:06,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-04 16:01:06,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:01:06,754 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:01:06,825 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:01:06,825 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:01:06,825 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:01:06,826 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:01:06,826 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:01:06,826 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:01:06,826 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:01:06,826 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:01:06,826 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:01:06,826 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:01:06 GMT 2018-10-04 16:01:06,826 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:01:06,826 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:01:06,826 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:01:11,832 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:01:12,409 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:01:12,409 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:01:12,409 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:01:12,409 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:01:12,409 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:01:12,410 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:01:12,410 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:01:12,410 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_node_73p7br", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:40.376Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:40.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_node_73p7br", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:40.376Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:40.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:40.592Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:40.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "0abe3d7a-aa86-4a91-917d-170c47b67cbf"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:40.592Z", "message": "Configuring Agent bind_host_0yhfav", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:40.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "0abe3d7a-aa86-4a91-917d-170c47b67cbf"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:40.592Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:40.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "0abe3d7a-aa86-4a91-917d-170c47b67cbf"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:40.592Z", "message": "Starting Agent homer_host_g4bnw5", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:40.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "9e9fd13d-d92e-452c-ab20-878b698a92af"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:40.592Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:40.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "0abe3d7a-aa86-4a91-917d-170c47b67cbf"}, {"node_instance_id": "proxy_node_73p7br", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:40.592Z", "message": "Executing: /tmp/U3HDC/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:40.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ba5afc15-9afb-4413-a04c-052dca09a2b3"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:40.592Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:40.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "0abe3d7a-aa86-4a91-917d-170c47b67cbf"}, {"node_instance_id": "proxy_node_73p7br", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:40.592Z", "message": "Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/U3HDC/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:40.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ba5afc15-9afb-4413-a04c-052dca09a2b3"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:40.592Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:40.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "0abe3d7a-aa86-4a91-917d-170c47b67cbf"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:40.592Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:40.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "0abe3d7a-aa86-4a91-917d-170c47b67cbf"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.401Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.401Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.401Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.401Z", "message": "Starting Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "0abe3d7a-aa86-4a91-917d-170c47b67cbf"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Successfully configured daemon: bind_host_0yhfav", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "0abe3d7a-aa86-4a91-917d-170c47b67cbf"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "/home/ubuntu/sprout_host_u3mryy/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "system_python set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "0abe3d7a-aa86-4a91-917d-170c47b67cbf"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": " SNIMissingWarning", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.10', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_u3mryy/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_u3mryy/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'sprout_host_u3mryy', 'REST_HOST': '192.168.120.10', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_u3mryy/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_u3mryy', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpfJyQ.2NOtfL_tPvYlNJ1_0en2LZ8XM2U'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Successfully created daemon: sprout_host_u3mryy", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}], "metadata": {"pagination": {"total": 1365, "offset": 966, "size": 50}}} 2018-10-04 16:01:12,410 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:01:12,410 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:01:12 GMT 2018-10-04 16:01:12,410 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:01:12,410 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28545 2018-10-04 16:01:12,410 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:01:12,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:01:12,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:01:12,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:12,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bind_host_0yhfav 2018-10-04 16:01:12,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-04 16:01:12,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent homer_host_g4bnw5 2018-10-04 16:01:12,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:12,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/U3HDC/install_requirements.sh 2018-10-04 16:01:12,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:12,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/U3HDC/install_requirements.sh 2018-10-04 16:01:12,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:12,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:12,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-04 16:01:12,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-04 16:01:12,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-04 16:01:12,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-04 16:01:12,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:12,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-04 16:01:12,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-04 16:01:12,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bind_host_0yhfav 2018-10-04 16:01:12,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/sprout_host_u3mryy/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-10-04 16:01:12,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:12,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-10-04 16:01:12,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:12,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-04 16:01:12,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-04 16:01:12,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:12,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-04 16:01:12,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:12,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:12,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-04 16:01:12,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:12,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-04 16:01:12,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:12,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:12,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:12,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:12,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.10', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_u3mryy/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_u3mryy/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'sprout_host_u3mryy', 'REST_HOST': '192.168.120.10', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_u3mryy/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_u3mryy', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpfJyQ.2NOtfL_tPvYlNJ1_0en2LZ8XM2U'} 2018-10-04 16:01:12,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:12,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:12,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-04 16:01:12,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:12,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-04 16:01:12,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:12,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:12,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-04 16:01:12,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:12,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:12,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:12,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: sprout_host_u3mryy 2018-10-04 16:01:12,419 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:01:12,487 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:01:12,487 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:01:12,487 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:01:12,487 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:01:12,487 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:01:12,488 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:01:12,488 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:01:12,488 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:01:12,488 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:01:12,488 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:01:12 GMT 2018-10-04 16:01:12,488 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:01:12,488 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:01:12,488 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:01:17,493 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:01:18,114 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:01:18,114 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:01:18,115 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:01:18,115 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:01:18,115 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:01:18,115 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:01:18,115 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:01:18,115 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Successfully created daemon: sprout_host_u3mryy", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "84c92258-1d4a-413d-8bb8-9bcf9f1c1a71"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:41.649Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:41.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:42.757Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:42.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:42.757Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:42.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:42.757Z", "message": "Configuring Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:42.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:42.757Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:42.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:42.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:42.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "989d66a5-3ed6-4dad-8e86-864e3b638236"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:42.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:42.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:42.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:42.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "989d66a5-3ed6-4dad-8e86-864e3b638236"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:42.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:42.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "989d66a5-3ed6-4dad-8e86-864e3b638236"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:42.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:42.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:42.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:42.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "989d66a5-3ed6-4dad-8e86-864e3b638236"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:42.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:42.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "989d66a5-3ed6-4dad-8e86-864e3b638236"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:42.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:42.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "989d66a5-3ed6-4dad-8e86-864e3b638236"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:42.758Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:42.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "989d66a5-3ed6-4dad-8e86-864e3b638236"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:42.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:42.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "989d66a5-3ed6-4dad-8e86-864e3b638236"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:42.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:42.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:42.758Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:42.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "989d66a5-3ed6-4dad-8e86-864e3b638236"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:42.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:42.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "989d66a5-3ed6-4dad-8e86-864e3b638236"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:42.758Z", "message": "Configuring Agent dime_host_vh48ds", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:42.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "989d66a5-3ed6-4dad-8e86-864e3b638236"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:42.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:42.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "989d66a5-3ed6-4dad-8e86-864e3b638236"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:43.965Z", "message": "Starting Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:43.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:43.965Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:43.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:43.965Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:43.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:43.965Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:43.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:43.965Z", "message": "Installing plugins", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:43.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:43.965Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:43.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:44.126Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_9bvecx/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:44.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:44.126Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:44.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "bca0ff26-eee2-412d-a97f-c3e9c991b5bd"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:44.126Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:44.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "bca0ff26-eee2-412d-a97f-c3e9c991b5bd"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:44.126Z", "message": "Downloading Agent Package from https://192.168.120.10:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:44.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:44.126Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:44.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "989d66a5-3ed6-4dad-8e86-864e3b638236"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:44.126Z", "message": "Starting...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:44.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "9e9fd13d-d92e-452c-ab20-878b698a92af"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:44.126Z", "message": "Untaring Agent package...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:44.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:44.126Z", "message": "Creating Agent ellis_host_9bvecx", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:44.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:44.126Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:44.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "989d66a5-3ed6-4dad-8e86-864e3b638236"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:44.126Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:44.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "bca0ff26-eee2-412d-a97f-c3e9c991b5bd"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:44.126Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:44.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "989d66a5-3ed6-4dad-8e86-864e3b638236"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:44.126Z", "message": "Creating agent from package", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:44.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:44.126Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:44.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "bca0ff26-eee2-412d-a97f-c3e9c991b5bd"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:44.126Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:44.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:44.126Z", "message": "Successfully started daemon: homer_host_g4bnw5", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:44.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "9e9fd13d-d92e-452c-ab20-878b698a92af"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:44.126Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:44.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "bca0ff26-eee2-412d-a97f-c3e9c991b5bd"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:44.126Z", "message": "Starting daemon with command: sudo service celeryd-homer_host_g4bnw5 start", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:44.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "9e9fd13d-d92e-452c-ab20-878b698a92af"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:44.126Z", "message": "Successfully configured daemon: dime_host_vh48ds", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:44.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "989d66a5-3ed6-4dad-8e86-864e3b638236"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:45.053Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:45.053Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:45.053Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:45.053Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 1376, "offset": 1016, "size": 50}}} 2018-10-04 16:01:18,115 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:01:18,115 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:01:18 GMT 2018-10-04 16:01:18,115 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:01:18,116 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27120 2018-10-04 16:01:18,116 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:01:18,117 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-04 16:01:18,117 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: sprout_host_u3mryy 2018-10-04 16:01:18,117 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:18,117 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:18,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-10-04 16:01:18,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-04 16:01:18,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-04 16:01:18,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-04 16:01:18,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-04 16:01:18,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:18,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:18,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:18,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:18,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:18,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:18,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:18,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:18,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-04 16:01:18,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:18,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:18,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-04 16:01:18,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:18,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent dime_host_vh48ds 2018-10-04 16:01:18,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:18,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-04 16:01:18,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-04 16:01:18,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-04 16:01:18,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-04 16:01:18,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-04 16:01:18,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-04 16:01:18,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_9bvecx/cloudify/ssl/cloudify_internal_cert.pem 2018-10-04 16:01:18,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-04 16:01:18,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:18,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.10:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-04 16:01:18,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-04 16:01:18,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-04 16:01:18,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-04 16:01:18,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent ellis_host_9bvecx 2018-10-04 16:01:18,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-04 16:01:18,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:18,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-04 16:01:18,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-04 16:01:18,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:18,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-04 16:01:18,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: homer_host_g4bnw5 2018-10-04 16:01:18,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:18,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-homer_host_g4bnw5 start 2018-10-04 16:01:18,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: dime_host_vh48ds 2018-10-04 16:01:18,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-04 16:01:18,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-04 16:01:18,124 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:01:18,208 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:01:18,208 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:01:18,208 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:01:18,208 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:01:18,208 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:01:18,208 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:01:18,209 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:01:18,209 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:01:18,209 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:01:18,209 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:01:18 GMT 2018-10-04 16:01:18,209 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:01:18,209 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:01:18,209 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:01:23,215 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:01:23,343 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:01:23,343 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:01:23,343 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:01:23,343 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:01:23,344 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:01:23,344 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:01:23,344 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:01:23,344 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_g4bnw5", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:45.053Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:45.053Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:45.053Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:45.053Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:45.053Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:45.053Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:45.195Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:45.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "bca0ff26-eee2-412d-a97f-c3e9c991b5bd"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:45.195Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:45.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "bca0ff26-eee2-412d-a97f-c3e9c991b5bd"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:45.195Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:45.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "bca0ff26-eee2-412d-a97f-c3e9c991b5bd"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:45.195Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:45.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "bca0ff26-eee2-412d-a97f-c3e9c991b5bd"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:45.195Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:45.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "bca0ff26-eee2-412d-a97f-c3e9c991b5bd"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:45.195Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:45.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "bca0ff26-eee2-412d-a97f-c3e9c991b5bd"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:45.195Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:45.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "bca0ff26-eee2-412d-a97f-c3e9c991b5bd"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:45.195Z", "message": "Configuring Agent vellum_host_wi9ohz", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:45.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "bca0ff26-eee2-412d-a97f-c3e9c991b5bd"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:45.195Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:45.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "92334ad4-ce31-49ca-b8eb-6347f4c1fb17"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.081Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.081Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.081Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.081Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.081Z", "message": "Starting Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c054e3a8-742e-45d8-9f43-4e61dde4dff4"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "931d7b45-53a7-4d1d-b3b7-75a8df62e8aa"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Configuring Agent sprout_host_u3mryy", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "931d7b45-53a7-4d1d-b3b7-75a8df62e8aa"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "88f22c53-bde5-4d5b-8632-28dc3f8e4f60"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "bca0ff26-eee2-412d-a97f-c3e9c991b5bd"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "931d7b45-53a7-4d1d-b3b7-75a8df62e8aa"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c054e3a8-742e-45d8-9f43-4e61dde4dff4"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c054e3a8-742e-45d8-9f43-4e61dde4dff4"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "88f22c53-bde5-4d5b-8632-28dc3f8e4f60"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "931d7b45-53a7-4d1d-b3b7-75a8df62e8aa"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "931d7b45-53a7-4d1d-b3b7-75a8df62e8aa"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "[localhost] run: /home/ubuntu/homer_host_g4bnw5/env/bin/pip freeze", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "92334ad4-ce31-49ca-b8eb-6347f4c1fb17"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Auto-correcting virtualenv /home/ubuntu/ellis_host_9bvecx/env", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c054e3a8-742e-45d8-9f43-4e61dde4dff4"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "88f22c53-bde5-4d5b-8632-28dc3f8e4f60"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Starting Agent dime_host_vh48ds", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c054e3a8-742e-45d8-9f43-4e61dde4dff4"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "92334ad4-ce31-49ca-b8eb-6347f4c1fb17"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c054e3a8-742e-45d8-9f43-4e61dde4dff4"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "bca0ff26-eee2-412d-a97f-c3e9c991b5bd"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "88f22c53-bde5-4d5b-8632-28dc3f8e4f60"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "88f22c53-bde5-4d5b-8632-28dc3f8e4f60"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c054e3a8-742e-45d8-9f43-4e61dde4dff4"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "931d7b45-53a7-4d1d-b3b7-75a8df62e8aa"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Successfully configured daemon: vellum_host_wi9ohz", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "bca0ff26-eee2-412d-a97f-c3e9c991b5bd"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "931d7b45-53a7-4d1d-b3b7-75a8df62e8aa"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c054e3a8-742e-45d8-9f43-4e61dde4dff4"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "931d7b45-53a7-4d1d-b3b7-75a8df62e8aa"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "88f22c53-bde5-4d5b-8632-28dc3f8e4f60"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c054e3a8-742e-45d8-9f43-4e61dde4dff4"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "88f22c53-bde5-4d5b-8632-28dc3f8e4f60"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c054e3a8-742e-45d8-9f43-4e61dde4dff4"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}], "metadata": {"pagination": {"total": 1389, "offset": 1066, "size": 50}}} 2018-10-04 16:01:23,344 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:01:23,344 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:01:23 GMT 2018-10-04 16:01:23,344 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:01:23,344 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27285 2018-10-04 16:01:23,344 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:01:23,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-04 16:01:23,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-04 16:01:23,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-04 16:01:23,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:23,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:23,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:23,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-04 16:01:23,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:23,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-04 16:01:23,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:23,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent vellum_host_wi9ohz 2018-10-04 16:01:23,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-04 16:01:23,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:23,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:23,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-04 16:01:23,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-04 16:01:23,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-04 16:01:23,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:23,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:23,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent sprout_host_u3mryy 2018-10-04 16:01:23,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-04 16:01:23,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-04 16:01:23,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:23,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:23,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:23,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:23,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-04 16:01:23,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:23,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:23,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/homer_host_g4bnw5/env/bin/pip freeze 2018-10-04 16:01:23,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/ellis_host_9bvecx/env 2018-10-04 16:01:23,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-04 16:01:23,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-04 16:01:23,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent dime_host_vh48ds 2018-10-04 16:01:23,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-10-04 16:01:23,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:23,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-04 16:01:23,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:23,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:23,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:23,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:23,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: vellum_host_wi9ohz 2018-10-04 16:01:23,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:23,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:23,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:23,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:23,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:23,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:23,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:23,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-04 16:01:23,351 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:01:23,609 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:01:23,609 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:01:23,609 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:01:23,610 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:01:23,610 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:01:23,610 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:01:23,610 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:01:23,610 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:01:23,610 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:01:23,610 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:01:23 GMT 2018-10-04 16:01:23,610 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:01:23,610 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:01:23,610 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:01:28,616 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:01:28,847 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:01:28,847 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:01:28,847 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:01:28,847 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:01:28,847 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:01:28,848 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:01:28,848 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:01:28,848 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c054e3a8-742e-45d8-9f43-4e61dde4dff4"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "88f22c53-bde5-4d5b-8632-28dc3f8e4f60"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "bca0ff26-eee2-412d-a97f-c3e9c991b5bd"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "931d7b45-53a7-4d1d-b3b7-75a8df62e8aa"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "88f22c53-bde5-4d5b-8632-28dc3f8e4f60"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "88f22c53-bde5-4d5b-8632-28dc3f8e4f60"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c054e3a8-742e-45d8-9f43-4e61dde4dff4"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "931d7b45-53a7-4d1d-b3b7-75a8df62e8aa"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "92334ad4-ce31-49ca-b8eb-6347f4c1fb17"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "931d7b45-53a7-4d1d-b3b7-75a8df62e8aa"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "bca0ff26-eee2-412d-a97f-c3e9c991b5bd"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c054e3a8-742e-45d8-9f43-4e61dde4dff4"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:46.221Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:46.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "931d7b45-53a7-4d1d-b3b7-75a8df62e8aa"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:47.099Z", "message": "Configuring Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:47.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:47.099Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:47.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:47.099Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:47.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:47.099Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:47.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:47.099Z", "message": "Starting Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:47.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:47.099Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:47.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:47.099Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:47.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:47.099Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:47.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:47.099Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:47.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:47.234Z", "message": " SNIMissingWarning", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:47.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:47.234Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:47.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "92334ad4-ce31-49ca-b8eb-6347f4c1fb17"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:47.234Z", "message": "Successfully configured daemon: sprout_host_u3mryy", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:47.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "931d7b45-53a7-4d1d-b3b7-75a8df62e8aa"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:47.234Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:47.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "931d7b45-53a7-4d1d-b3b7-75a8df62e8aa"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:47.234Z", "message": "Successfully created daemon: ellis_host_9bvecx", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:47.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:47.234Z", "message": "Creating...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:47.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:47.234Z", "message": "/home/ubuntu/ellis_host_9bvecx/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:47.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "85e41fa9-255c-4446-a194-698581a73b53"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:47.234Z", "message": "Removing directory: /tmp/tmp8NO80G", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:47.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "92334ad4-ce31-49ca-b8eb-6347f4c1fb17"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:47.234Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:47.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "931d7b45-53a7-4d1d-b3b7-75a8df62e8aa"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:47.234Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:47.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "931d7b45-53a7-4d1d-b3b7-75a8df62e8aa"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:48.630Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:48.630Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:48.630Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:48.630Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:48.631Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:48.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "532d10db-dac5-435f-bfac-673587c8cae1"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:48.631Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:48.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "532d10db-dac5-435f-bfac-673587c8cae1"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:48.631Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:48.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "532d10db-dac5-435f-bfac-673587c8cae1"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:48.631Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:48.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "532d10db-dac5-435f-bfac-673587c8cae1"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:48.631Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:48.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "532d10db-dac5-435f-bfac-673587c8cae1"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:50.134Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:50.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:50.134Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:50.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:50.134Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:50.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:50.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:50.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "532d10db-dac5-435f-bfac-673587c8cae1"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:50.136Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:50.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "532d10db-dac5-435f-bfac-673587c8cae1"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:50.136Z", "message": "Starting Agent vellum_host_wi9ohz", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:50.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "532d10db-dac5-435f-bfac-673587c8cae1"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:50.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:50.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "532d10db-dac5-435f-bfac-673587c8cae1"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:50.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:50.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "532d10db-dac5-435f-bfac-673587c8cae1"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:50.136Z", "message": "Starting daemon with command: sudo service celeryd-bind_host_0yhfav start", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:50.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "88f22c53-bde5-4d5b-8632-28dc3f8e4f60"}], "metadata": {"pagination": {"total": 1396, "offset": 1116, "size": 50}}} 2018-10-04 16:01:28,848 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:01:28,848 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:01:28 GMT 2018-10-04 16:01:28,848 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:01:28,848 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27497 2018-10-04 16:01:28,848 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:01:28,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:28,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:28,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-04 16:01:28,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-04 16:01:28,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:28,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:28,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:28,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:28,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:28,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-10-04 16:01:28,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-04 16:01:28,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:28,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-04 16:01:28,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:28,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:28,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-04 16:01:28,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-04 16:01:28,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-04 16:01:28,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-04 16:01:28,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-04 16:01:28,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-04 16:01:28,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-04 16:01:28,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-04 16:01:28,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-04 16:01:28,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-04 16:01:28,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-10-04 16:01:28,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: sprout_host_u3mryy 2018-10-04 16:01:28,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-04 16:01:28,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: ellis_host_9bvecx 2018-10-04 16:01:28,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-04 16:01:28,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/ellis_host_9bvecx/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-10-04 16:01:28,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp8NO80G 2018-10-04 16:01:28,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-04 16:01:28,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-04 16:01:28,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-04 16:01:28,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-04 16:01:28,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:28,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:28,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:28,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:28,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-04 16:01:28,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-04 16:01:28,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-04 16:01:28,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-04 16:01:28,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:28,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-04 16:01:28,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent vellum_host_wi9ohz 2018-10-04 16:01:28,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:28,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:28,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bind_host_0yhfav start 2018-10-04 16:01:28,857 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:01:28,947 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:01:28,947 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:01:28,947 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:01:28,947 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:01:28,947 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:01:28,947 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:01:28,947 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:01:28,947 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:01:28,947 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:01:28,947 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:01:28 GMT 2018-10-04 16:01:28,948 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:01:28,948 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:01:28,948 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:01:33,953 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:01:34,179 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:01:34,179 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:01:34,179 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:01:34,179 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:01:34,179 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:01:34,179 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:01:34,180 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:01:34,180 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:50.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:50.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6b195ca6-5c8d-44cd-9f3c-cf176299a1ac"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:50.136Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:50.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6b195ca6-5c8d-44cd-9f3c-cf176299a1ac"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:50.136Z", "message": "Successfully started daemon: bind_host_0yhfav", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:50.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "88f22c53-bde5-4d5b-8632-28dc3f8e4f60"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:50.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:50.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6b195ca6-5c8d-44cd-9f3c-cf176299a1ac"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:50.136Z", "message": "Starting...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:50.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "88f22c53-bde5-4d5b-8632-28dc3f8e4f60"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:50.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:50.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6b195ca6-5c8d-44cd-9f3c-cf176299a1ac"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:50.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:50.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6b195ca6-5c8d-44cd-9f3c-cf176299a1ac"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:50.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:50.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6b195ca6-5c8d-44cd-9f3c-cf176299a1ac"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:50.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:50.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6b195ca6-5c8d-44cd-9f3c-cf176299a1ac"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:50.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:50.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6b195ca6-5c8d-44cd-9f3c-cf176299a1ac"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:50.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:50.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "532d10db-dac5-435f-bfac-673587c8cae1"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:50.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:50.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6b195ca6-5c8d-44cd-9f3c-cf176299a1ac"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:50.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:50.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "532d10db-dac5-435f-bfac-673587c8cae1"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:50.136Z", "message": "Configuring Agent ellis_host_9bvecx", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:50.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6b195ca6-5c8d-44cd-9f3c-cf176299a1ac"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:50.136Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:50.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6b195ca6-5c8d-44cd-9f3c-cf176299a1ac"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:50.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:50.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6b195ca6-5c8d-44cd-9f3c-cf176299a1ac"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.491Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.491Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.491Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.491Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.491Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.491Z", "message": "Installing plugins", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.491Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.491Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.491Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.491Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.491Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.491Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.491Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.491Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.491Z", "message": "Starting Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.491Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.597Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "537cbe1c-8728-405d-94f2-49d27345815f"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.597Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6b195ca6-5c8d-44cd-9f3c-cf176299a1ac"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.597Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "371149c4-c89d-4979-bd58-ec708430f6ed"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.597Z", "message": "Successfully started daemon: dime_host_vh48ds", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c054e3a8-742e-45d8-9f43-4e61dde4dff4"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.597Z", "message": "Starting...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c054e3a8-742e-45d8-9f43-4e61dde4dff4"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.597Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "537cbe1c-8728-405d-94f2-49d27345815f"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.597Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "537cbe1c-8728-405d-94f2-49d27345815f"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.597Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "537cbe1c-8728-405d-94f2-49d27345815f"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.597Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6b195ca6-5c8d-44cd-9f3c-cf176299a1ac"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.597Z", "message": "Starting daemon with command: sudo service celeryd-dime_host_vh48ds start", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c054e3a8-742e-45d8-9f43-4e61dde4dff4"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.597Z", "message": "Successfully configured daemon: ellis_host_9bvecx", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6b195ca6-5c8d-44cd-9f3c-cf176299a1ac"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.597Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "537cbe1c-8728-405d-94f2-49d27345815f"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:51.597Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:51.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6b195ca6-5c8d-44cd-9f3c-cf176299a1ac"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.580Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.580Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.580Z", "message": "Installing plugins", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6d29554e-af68-4710-af80-83c3b23f153c"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "537cbe1c-8728-405d-94f2-49d27345815f"}], "metadata": {"pagination": {"total": 1396, "offset": 1166, "size": 50}}} 2018-10-04 16:01:34,180 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:01:34,180 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:01:34 GMT 2018-10-04 16:01:34,180 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:01:34,180 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26701 2018-10-04 16:01:34,180 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:01:34,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:34,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-04 16:01:34,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bind_host_0yhfav 2018-10-04 16:01:34,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:34,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-04 16:01:34,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:34,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:34,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:34,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:34,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:34,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:34,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:34,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:34,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent ellis_host_9bvecx 2018-10-04 16:01:34,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-04 16:01:34,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:34,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-04 16:01:34,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-10-04 16:01:34,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-04 16:01:34,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-04 16:01:34,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-04 16:01:34,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-04 16:01:34,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-04 16:01:34,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-04 16:01:34,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-04 16:01:34,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-04 16:01:34,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-04 16:01:34,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-04 16:01:34,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-04 16:01:34,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:34,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-04 16:01:34,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-10-04 16:01:34,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-04 16:01:34,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-04 16:01:34,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-04 16:01:34,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: dime_host_vh48ds 2018-10-04 16:01:34,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-04 16:01:34,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:34,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:34,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:34,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-04 16:01:34,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-dime_host_vh48ds start 2018-10-04 16:01:34,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: ellis_host_9bvecx 2018-10-04 16:01:34,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:34,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-04 16:01:34,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-04 16:01:34,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-04 16:01:34,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-04 16:01:34,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:34,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:34,189 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:01:34,260 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:01:34,260 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:01:34,260 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:01:34,260 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:01:34,260 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:01:34,260 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:01:34,260 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:01:34,261 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:01:34,261 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:01:34,261 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:01:34 GMT 2018-10-04 16:01:34,261 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:01:34,261 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:01:34,261 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:01:39,266 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:01:39,456 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:01:39,456 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:01:39,456 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:01:39,456 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:01:39,457 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:01:39,457 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:01:39,457 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:01:39,457 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6d29554e-af68-4710-af80-83c3b23f153c"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6d29554e-af68-4710-af80-83c3b23f153c"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6d29554e-af68-4710-af80-83c3b23f153c"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6d29554e-af68-4710-af80-83c3b23f153c"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "[localhost] run: /home/ubuntu/dime_host_vh48ds/env/bin/pip freeze", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "925dedef-87e7-44af-b09a-b91fe44cf3d7"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "537cbe1c-8728-405d-94f2-49d27345815f"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6d29554e-af68-4710-af80-83c3b23f153c"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "Starting Agent sprout_host_u3mryy", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "537cbe1c-8728-405d-94f2-49d27345815f"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "537cbe1c-8728-405d-94f2-49d27345815f"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6d29554e-af68-4710-af80-83c3b23f153c"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6d29554e-af68-4710-af80-83c3b23f153c"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "925dedef-87e7-44af-b09a-b91fe44cf3d7"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "[localhost] run: /home/ubuntu/bind_host_0yhfav/env/bin/pip freeze", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "371149c4-c89d-4979-bd58-ec708430f6ed"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6d29554e-af68-4710-af80-83c3b23f153c"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "537cbe1c-8728-405d-94f2-49d27345815f"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "371149c4-c89d-4979-bd58-ec708430f6ed"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "Installing plugin from source", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "925dedef-87e7-44af-b09a-b91fe44cf3d7"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "537cbe1c-8728-405d-94f2-49d27345815f"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "537cbe1c-8728-405d-94f2-49d27345815f"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "Installing plugin from source", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "371149c4-c89d-4979-bd58-ec708430f6ed"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6d29554e-af68-4710-af80-83c3b23f153c"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "925dedef-87e7-44af-b09a-b91fe44cf3d7"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "Starting Agent ellis_host_9bvecx", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6d29554e-af68-4710-af80-83c3b23f153c"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "371149c4-c89d-4979-bd58-ec708430f6ed"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "925dedef-87e7-44af-b09a-b91fe44cf3d7"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:52.653Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:52.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6d29554e-af68-4710-af80-83c3b23f153c"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:53.604Z", "message": "Installing plugins", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:53.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:53.604Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:53.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:53.604Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:53.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:53.893Z", "message": "Starting daemon with command: sudo service celeryd-vellum_host_wi9ohz start", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:53.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "532d10db-dac5-435f-bfac-673587c8cae1"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:53.893Z", "message": "Successfully started daemon: vellum_host_wi9ohz", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:53.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "532d10db-dac5-435f-bfac-673587c8cae1"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:53.893Z", "message": "Removing directory: /tmp/tmpTG6JTq", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:53.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "371149c4-c89d-4979-bd58-ec708430f6ed"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:53.893Z", "message": "Removing directory: /tmp/tmpzT6q5J", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:53.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "925dedef-87e7-44af-b09a-b91fe44cf3d7"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:53.893Z", "message": "Starting...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:53.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "532d10db-dac5-435f-bfac-673587c8cae1"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:53.893Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:53.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "371149c4-c89d-4979-bd58-ec708430f6ed"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:53.893Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:53.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "925dedef-87e7-44af-b09a-b91fe44cf3d7"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:55.594Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:55.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:55.594Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:55.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:55.594Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:55.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:55.594Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:55.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:55.594Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:55.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:55.594Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:55.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:55.594Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:55.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:56.015Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:56.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4ee35ec1-1431-4f67-9d27-6fb231cf8037"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:56.015Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:56.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4ee35ec1-1431-4f67-9d27-6fb231cf8037"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:56.015Z", "message": "Installing plugin from source", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:56.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4ee35ec1-1431-4f67-9d27-6fb231cf8037"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:56.015Z", "message": "[localhost] run: /home/ubuntu/vellum_host_wi9ohz/env/bin/pip freeze", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:56.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4ee35ec1-1431-4f67-9d27-6fb231cf8037"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:56.015Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:56.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4ee35ec1-1431-4f67-9d27-6fb231cf8037"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:56.874Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:56.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:56.874Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:56.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 1396, "offset": 1216, "size": 50}}} 2018-10-04 16:01:39,457 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:01:39,457 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:01:39 GMT 2018-10-04 16:01:39,457 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:01:39,457 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27682 2018-10-04 16:01:39,458 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:01:39,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-04 16:01:39,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:39,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:39,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:39,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/dime_host_vh48ds/env/bin/pip freeze 2018-10-04 16:01:39,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-04 16:01:39,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:39,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent sprout_host_u3mryy 2018-10-04 16:01:39,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:39,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:39,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-04 16:01:39,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-10-04 16:01:39,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bind_host_0yhfav/env/bin/pip freeze 2018-10-04 16:01:39,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:39,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:39,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-10-04 16:01:39,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-04 16:01:39,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:39,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:39,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-04 16:01:39,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:39,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-10-04 16:01:39,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent ellis_host_9bvecx 2018-10-04 16:01:39,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-10-04 16:01:39,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-04 16:01:39,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:01:39,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-04 16:01:39,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-04 16:01:39,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-04 16:01:39,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-vellum_host_wi9ohz start 2018-10-04 16:01:39,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: vellum_host_wi9ohz 2018-10-04 16:01:39,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpTG6JTq 2018-10-04 16:01:39,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpzT6q5J 2018-10-04 16:01:39,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-04 16:01:39,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-10-04 16:01:39,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-10-04 16:01:39,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-04 16:01:39,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-04 16:01:39,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-04 16:01:39,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-04 16:01:39,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-04 16:01:39,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-04 16:01:39,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-04 16:01:39,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-10-04 16:01:39,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-10-04 16:01:39,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-04 16:01:39,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/vellum_host_wi9ohz/env/bin/pip freeze 2018-10-04 16:01:39,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-04 16:01:39,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:39,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-04 16:01:39,466 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:01:39,532 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:01:39,533 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:01:39,533 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:01:39,533 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:01:39,533 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:01:39,533 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:01:39,533 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:01:39,533 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:01:39,533 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:01:39,534 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:01:39 GMT 2018-10-04 16:01:39,534 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:01:39,534 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:01:39,534 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:01:44,539 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:01:44,805 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:01:44,805 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:01:44,805 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:01:44,806 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:01:44,806 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:01:44,806 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:01:44,806 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:01:44,806 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:56.874Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:56.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:56.874Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:56.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:56.874Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:56.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:56.874Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:56.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:56.874Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:56.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:57.490Z", "message": "Starting...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:57.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6d29554e-af68-4710-af80-83c3b23f153c"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:57.490Z", "message": "Starting daemon with command: sudo service celeryd-ellis_host_9bvecx start", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:57.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6d29554e-af68-4710-af80-83c3b23f153c"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:57.490Z", "message": "Starting...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:57.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "537cbe1c-8728-405d-94f2-49d27345815f"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:57.490Z", "message": "Starting daemon with command: sudo service celeryd-sprout_host_u3mryy start", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:57.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "537cbe1c-8728-405d-94f2-49d27345815f"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:57.490Z", "message": "Successfully started daemon: ellis_host_9bvecx", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:57.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6d29554e-af68-4710-af80-83c3b23f153c"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:57.490Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:57.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4ee35ec1-1431-4f67-9d27-6fb231cf8037"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:57.490Z", "message": "Successfully started daemon: sprout_host_u3mryy", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:57.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "537cbe1c-8728-405d-94f2-49d27345815f"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:57.490Z", "message": "Removing directory: /tmp/tmp3VNTxS", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:57.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4ee35ec1-1431-4f67-9d27-6fb231cf8037"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:57.904Z", "message": "Installing plugins", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:57.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:57.904Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:57.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:57.904Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:57.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:57.904Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:57.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:57.904Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:57.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:57.904Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:57.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:57.904Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:57.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:57.904Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:57.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:57.904Z", "message": "Installing plugins", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:57.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:57.904Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:57.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:57.904Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:57.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:57.904Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:57.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:57.904Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:57.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:57.904Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:57.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:57.904Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:57.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:57.904Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:57.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:57.904Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:57.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:57.904Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:57.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:58.522Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:58.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "965af31f-e726-420a-9d2c-5fb7dc0fed93"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:58.522Z", "message": "[localhost] run: /home/ubuntu/ellis_host_9bvecx/env/bin/pip freeze", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:58.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cc4954db-7d2e-43fd-ba87-f10509bd9fc6"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:58.522Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:58.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "965af31f-e726-420a-9d2c-5fb7dc0fed93"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:58.522Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:58.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cc4954db-7d2e-43fd-ba87-f10509bd9fc6"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:58.522Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:58.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "965af31f-e726-420a-9d2c-5fb7dc0fed93"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:58.522Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:58.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cc4954db-7d2e-43fd-ba87-f10509bd9fc6"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:58.522Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:58.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cc4954db-7d2e-43fd-ba87-f10509bd9fc6"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:58.522Z", "message": "Installing plugin from source", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:58.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "965af31f-e726-420a-9d2c-5fb7dc0fed93"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:58.522Z", "message": "[localhost] run: /home/ubuntu/sprout_host_u3mryy/env/bin/pip freeze", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:58.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "965af31f-e726-420a-9d2c-5fb7dc0fed93"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:58.522Z", "message": "Installing plugin from source", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:58.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cc4954db-7d2e-43fd-ba87-f10509bd9fc6"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:58.948Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:58.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:58.948Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:58.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:58.948Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:58.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:58.948Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:58.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:58.948Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:58.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:58.948Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:58.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:58.948Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:58.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:58.948Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:58.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:59.574Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:59.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cc4954db-7d2e-43fd-ba87-f10509bd9fc6"}], "metadata": {"pagination": {"total": 1415, "offset": 1266, "size": 50}}} 2018-10-04 16:01:44,806 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:01:44,806 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:01:44 GMT 2018-10-04 16:01:44,806 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:01:44,807 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26824 2018-10-04 16:01:44,807 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:01:44,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:44,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-04 16:01:44,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-04 16:01:44,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-04 16:01:44,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:44,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-04 16:01:44,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-ellis_host_9bvecx start 2018-10-04 16:01:44,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-04 16:01:44,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-sprout_host_u3mryy start 2018-10-04 16:01:44,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: ellis_host_9bvecx 2018-10-04 16:01:44,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-10-04 16:01:44,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: sprout_host_u3mryy 2018-10-04 16:01:44,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp3VNTxS 2018-10-04 16:01:44,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-04 16:01:44,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-04 16:01:44,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-04 16:01:44,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-04 16:01:44,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-04 16:01:44,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-04 16:01:44,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-04 16:01:44,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-04 16:01:44,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-04 16:01:44,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-04 16:01:44,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-04 16:01:44,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-10-04 16:01:44,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-04 16:01:44,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-04 16:01:44,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-04 16:01:44,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-04 16:01:44,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-04 16:01:44,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-04 16:01:44,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-10-04 16:01:44,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/ellis_host_9bvecx/env/bin/pip freeze 2018-10-04 16:01:44,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-10-04 16:01:44,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-10-04 16:01:44,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-04 16:01:44,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-04 16:01:44,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-10-04 16:01:44,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-04 16:01:44,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/sprout_host_u3mryy/env/bin/pip freeze 2018-10-04 16:01:44,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-04 16:01:44,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-04 16:01:44,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-04 16:01:44,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-04 16:01:44,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-04 16:01:44,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-04 16:01:44,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-04 16:01:44,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-04 16:01:44,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-04 16:01:44,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-10-04 16:01:44,816 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:01:44,882 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:01:44,883 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:01:44,883 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:01:44,883 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:01:44,883 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:01:44,883 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:01:44,883 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:01:44,883 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:01:44,883 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:01:44,883 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:01:44 GMT 2018-10-04 16:01:44,883 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:01:44,884 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:01:44,884 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:01:49,889 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:01:50,029 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:01:50,030 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:01:50,030 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:01:50,030 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:01:50,030 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:01:50,030 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:01:50,030 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:01:50,030 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:59.574Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:59.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cc4954db-7d2e-43fd-ba87-f10509bd9fc6"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:59.574Z", "message": "Removing directory: /tmp/tmptUnRoy", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:59.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "965af31f-e726-420a-9d2c-5fb7dc0fed93"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:00:59.574Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:00:59.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "965af31f-e726-420a-9d2c-5fb7dc0fed93"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:01.444Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:01.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:01.989Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:01.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:01.989Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:01.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:01.989Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:01.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:01.989Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:01.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:01.989Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:01.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:03.001Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:03.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:03.001Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:03.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:03.001Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:03.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:03.001Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:03.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:03.001Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:03.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:03.001Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:03.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:03.001Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:03.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:03.001Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:03.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:04.021Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:04.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:04.021Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:04.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:04.021Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:04.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:04.021Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:04.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:04.021Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:04.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:04.021Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:04.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:04.021Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:04.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:04.021Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:04.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:04.021Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:04.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:05.043Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:05.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:05.043Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:05.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:05.043Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:05.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:05.043Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:05.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:07.893Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:07.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:08.073Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:08.073Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:08.073Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:08.073Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:09.087Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:09.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:09.087Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:09.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:09.087Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:09.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:09.087Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:09.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:10.630Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:10.630Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:10.630Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:10.630Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:10.630Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:10.630Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:10.630Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:10.630Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:13.522Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:13.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:13.699Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:13.699Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:13.699Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:13.699Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:14.721Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:14.721Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:14.721Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:14.721Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:14.721Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:14.721Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:15.844Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:15.844Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:15.844Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 1431, "offset": 1316, "size": 50}}} 2018-10-04 16:01:50,030 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:01:50,031 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:01:50 GMT 2018-10-04 16:01:50,031 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:01:50,031 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26031 2018-10-04 16:01:50,031 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:01:50,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-10-04 16:01:50,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmptUnRoy 2018-10-04 16:01:50,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-10-04 16:01:50,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-04 16:01:50,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-04 16:01:50,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-04 16:01:50,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-04 16:01:50,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-04 16:01:50,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-04 16:01:50,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-04 16:01:50,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-04 16:01:50,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:50,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-04 16:01:50,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-04 16:01:50,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-04 16:01:50,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-04 16:01:50,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-04 16:01:50,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-04 16:01:50,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:50,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:50,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-04 16:01:50,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-04 16:01:50,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-04 16:01:50,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:50,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-04 16:01:50,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-04 16:01:50,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-04 16:01:50,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:50,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:50,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-04 16:01:50,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:50,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:50,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:50,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:50,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-04 16:01:50,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:50,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:50,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-04 16:01:50,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:50,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:50,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:50,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:50,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-10-04 16:01:50,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-10-04 16:01:50,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:50,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:50,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:50,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:50,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:50,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:50,040 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:01:50,190 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:01:50,190 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:01:50,190 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:01:50,190 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:01:50,190 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:01:50,190 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:01:50,190 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:01:50,190 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:01:50,191 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:01:50,191 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:01:50 GMT 2018-10-04 16:01:50,191 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:01:50,191 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:01:50,191 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:01:55,196 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:01:55,420 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:01:55,420 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:01:55,420 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:01:55,420 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:01:55,421 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:01:55,421 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:01:55,421 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:01:55,421 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:16.857Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:16.857Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:18.472Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:18.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_c6l6b6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:19.270Z", "message": "Creating node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:19.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:19.891Z", "message": "Downloaded scripts/bind/bind.py to /tmp/5YF1U/bind.py", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:19.891Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:20.162Z", "message": "[localhost] run: sudo apt-get update", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:20.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:20.162Z", "message": "Installing BIND DNS server", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:20.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:20.284Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:20.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:20.284Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:20.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_c6l6b6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:20.284Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:20.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:20.284Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:20.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:20.284Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:20.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:21.304Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:21.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:21.304Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:21.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:21.304Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:21.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:24.444Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:24.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:25.768Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:25.768Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_node_73p7br", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:26.849Z", "message": "Execution done (return_code=0): /tmp/U3HDC/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:26.849Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ba5afc15-9afb-4413-a04c-052dca09a2b3"}, {"node_instance_id": "proxy_node_73p7br", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:26.932Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:26.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_node_73p7br", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:28.322Z", "message": "Configuring node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:28.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "proxy_node_73p7br", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:28.322Z", "message": "Starting node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:28.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:28.508Z", "message": "[localhost] run: sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:28.508Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:43.278Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:43.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:44.181Z", "message": "Rendering the Jinja2 template to /etc/clearwater/shared_config.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:44.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:44.181Z", "message": "Rendering the Jinja2 template to /etc/bind/named.conf.local.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:44.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:44.181Z", "message": "The config dict: {'etcd_ip': u'192.168.120.5', u'hss_port': u'3868', 'name': 'bind', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:44.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:44.181Z", "message": "[localhost] run: sudo mv /tmp/tmpvHgVfD /etc/bind/named.conf.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:44.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:44.181Z", "message": "[localhost] run: sudo mv /tmp/tmpW3S7IP /etc/clearwater/local_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:44.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:44.181Z", "message": "The config dict: {'public_ip': u'172.30.9.211', 'backends': {}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:44.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:44.181Z", "message": "[localhost] run: sudo mv /tmp/tmpGZmkGA /etc/clearwater/shared_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:44.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:44.181Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:44.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:44.181Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:44.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:44.181Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/shared_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:44.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:44.181Z", "message": "[localhost] run: sudo mv /tmp/tmpoii2eX /etc/bind/db.clearwater.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:44.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:44.181Z", "message": "Creating private domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:44.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:44.181Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:44.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:44.181Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/named.conf.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:44.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:44.181Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:44.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:44.181Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:44.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:45.115Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:45.115Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:45.342Z", "message": "The config dict: {'public_ip': u'172.30.9.211', 'backends': {}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:45.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:45.342Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:45.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:45.342Z", "message": "Creating public domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:45.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:45.342Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:45.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:45.342Z", "message": "[localhost] run: sudo mv /tmp/tmps489jB /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:45.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:45.342Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:45.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "81589334-3772-4fd5-9fb1-316894139f82"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:46.544Z", "message": "Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/RI8HZ/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:46.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:46.544Z", "message": "Executing: /tmp/RI8HZ/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:46.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}, {"node_instance_id": "bind_c6l6b6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:46.790Z", "message": "Configuring node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:46.790Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_c6l6b6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:46.790Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:46.790Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bind_c6l6b6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:46.790Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:46.790Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 1431, "offset": 1366, "size": 50}}} 2018-10-04 16:01:55,421 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:01:55,421 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:01:55 GMT 2018-10-04 16:01:55,421 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:01:55,421 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26880 2018-10-04 16:01:55,421 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:01:55,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:55,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-10-04 16:01:55,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 16:01:55,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/5YF1U/bind.py 2018-10-04 16:01:55,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo apt-get update 2018-10-04 16:01:55,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing BIND DNS server 2018-10-04 16:01:55,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:01:55,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-10-04 16:01:55,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:01:55,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-10-04 16:01:55,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:55,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:55,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:55,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:55,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-10-04 16:01:55,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-04 16:01:55,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/U3HDC/install_requirements.sh 2018-10-04 16:01:55,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:01:55,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 16:01:55,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 16:01:55,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes 2018-10-04 16:01:55,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-04 16:01:55,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/shared_config. 2018-10-04 16:01:55,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/named.conf.local. 2018-10-04 16:01:55,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'etcd_ip': u'192.168.120.5', u'hss_port': u'3868', 'name': 'bind', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-04 16:01:55,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpvHgVfD /etc/bind/named.conf.local 2018-10-04 16:01:55,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpW3S7IP /etc/clearwater/local_config 2018-10-04 16:01:55,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.211', 'backends': {}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-04 16:01:55,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpGZmkGA /etc/clearwater/shared_config 2018-10-04 16:01:55,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-04 16:01:55,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-04 16:01:55,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/shared_config 2018-10-04 16:01:55,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpoii2eX /etc/bind/db.clearwater.local 2018-10-04 16:01:55,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-04 16:01:55,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-10-04 16:01:55,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/named.conf.local 2018-10-04 16:01:55,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-04 16:01:55,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-04 16:01:55,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:01:55,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.211', 'backends': {}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-04 16:01:55,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-04 16:01:55,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-04 16:01:55,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-04 16:01:55,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmps489jB /etc/bind/db.clearwater.opnfv 2018-10-04 16:01:55,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-04 16:01:55,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/RI8HZ/install-etcd.sh 2018-10-04 16:01:55,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/RI8HZ/install-etcd.sh 2018-10-04 16:01:55,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 16:01:55,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:01:55,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:01:55,431 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:01:55,501 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:01:55,501 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:01:55,501 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:01:55,501 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:01:55,502 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:01:55,502 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:01:55,502 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:01:55,502 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:01:55,502 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:01:55,502 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:01:55 GMT 2018-10-04 16:01:55,502 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:01:55,502 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:01:55,502 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:02:00,508 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:02:00,739 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:02:00,739 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:02:00,740 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:02:00,740 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:02:00,740 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:02:00,740 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:02:00,740 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:02:00,740 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:47.556Z", "message": "[etcd] ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:47.556Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:47.556Z", "message": "[etcd] Configure the APT software source", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:47.556Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:47.556Z", "message": "[etcd] repo129", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:47.556Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:01:48.571Z", "message": "[etcd] sudo apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:01:48.571Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}], "metadata": {"pagination": {"total": 1431, "offset": 1416, "size": 50}}} 2018-10-04 16:02:00,740 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:02:00,740 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:02:00 GMT 2018-10-04 16:02:00,740 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:02:00,740 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2112 2018-10-04 16:02:00,741 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:02:00,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] 2018-10-04 16:02:00,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Configure the APT software source 2018-10-04 16:02:00,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] repo129 2018-10-04 16:02:00,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo apt 2018-10-04 16:02:00,742 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:02:00,812 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:02:00,813 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:02:00,813 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:02:00,813 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:02:00,813 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:02:00,813 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:02:00,813 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:02:00,813 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:02:00,813 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:02:00,814 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:02:00 GMT 2018-10-04 16:02:00,814 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:02:00,814 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:02:00,814 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:02:05,815 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:02:06,033 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:02:06,033 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:02:06,033 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:02:06,033 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:02:06,034 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:02:06,034 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:02:06,034 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:02:06,034 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:02:01.291Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-0yhfav\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [162 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [84.2 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [422 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [771 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [262 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [213 kB]\nHit http://security.ubuntu.com trusty-security/main Translation-en\nHit http://security.ubuntu.com trusty-security/universe Translation-en\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,435 B]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,106 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [492 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nHit http://nova.clouds.archive.ubuntu.com trusty/main Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 3,714 kB in 10s (365 kB/s)\nReading package lists...\n\nreal\t0m13.225s\nuser\t0m3.263s\nsys\t0m0.319s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:02:01.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:02:01.582Z", "message": "[etcd] Now install the software", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:02:01.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:02:02.594Z", "message": "[etcd] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:02:02.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}], "metadata": {"pagination": {"total": 1434, "offset": 1420, "size": 50}}} 2018-10-04 16:02:06,034 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:02:06,034 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:02:06 GMT 2018-10-04 16:02:06,034 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:02:06,034 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6195 2018-10-04 16:02:06,034 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:02:06,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-0yhfav Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [162 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Ign http://repo.cw-ngv.com binary/ Translation-en_US Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Ign http://repo.cw-ngv.com binary/ Translation-en Get:7 http://security.ubuntu.com trusty-security/universe Sources [84.2 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [422 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [771 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [262 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [213 kB] Hit http://security.ubuntu.com trusty-security/main Translation-en Hit http://security.ubuntu.com trusty-security/universe Translation-en Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,435 B] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,106 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [492 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 3,714 kB in 10s (365 kB/s) Reading package lists... real 0m13.225s user 0m3.263s sys 0m0.319s 2018-10-04 16:02:06,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Now install the software 2018-10-04 16:02:06,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-04 16:02:06,036 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:02:06,300 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:02:06,301 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:02:06,301 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:02:06,301 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:02:06,301 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:02:06,301 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:02:06,301 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:02:06,301 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:02:06,301 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:02:06,301 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:02:06 GMT 2018-10-04 16:02:06,301 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:02:06,301 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:02:06,301 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:02:11,307 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:02:11,383 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:02:11,383 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:02:11,383 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:02:11,383 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:02:11,383 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:02:11,383 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:02:11,383 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:02:11,383 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1434, "offset": 1423, "size": 50}}} 2018-10-04 16:02:11,384 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:02:11,384 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:02:11 GMT 2018-10-04 16:02:11,384 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:02:11,384 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:02:11,384 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:02:11,384 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:02:11,593 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:02:11,593 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:02:11,593 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:02:11,593 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:02:11,593 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:02:11,593 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:02:11,594 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:02:11,594 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:02:11,594 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:02:11,594 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:02:11 GMT 2018-10-04 16:02:11,594 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:02:11,594 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:02:11,594 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:02:16,599 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:02:16,685 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:02:16,685 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:02:16,685 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:02:16,685 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:02:16,685 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:02:16,685 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:02:16,685 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:02:16,685 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1434, "offset": 1423, "size": 50}}} 2018-10-04 16:02:16,685 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:02:16,685 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:02:16 GMT 2018-10-04 16:02:16,685 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:02:16,686 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:02:16,686 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:02:16,686 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:02:16,758 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:02:16,758 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:02:16,758 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:02:16,759 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:02:16,759 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:02:16,759 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:02:16,759 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:02:16,759 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:02:16,759 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:02:16,759 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:02:16 GMT 2018-10-04 16:02:16,759 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:02:16,759 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:02:16,759 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:02:21,764 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:02:21,847 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:02:21,847 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:02:21,847 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:02:21,847 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:02:21,847 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:02:21,847 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:02:21,847 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:02:21,847 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1434, "offset": 1423, "size": 50}}} 2018-10-04 16:02:21,847 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:02:21,847 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:02:21 GMT 2018-10-04 16:02:21,847 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:02:21,847 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:02:21,847 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:02:21,848 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:02:21,911 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:02:21,911 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:02:21,911 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:02:21,911 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:02:21,911 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:02:21,911 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:02:21,912 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:02:21,912 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:02:21,912 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:02:21,912 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:02:21 GMT 2018-10-04 16:02:21,912 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:02:21,913 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:02:21,913 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:02:26,918 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:02:27,391 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:02:27,392 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:02:27,392 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:02:27,392 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:02:27,392 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:02:27,392 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:02:27,392 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:02:27,392 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1434, "offset": 1423, "size": 50}}} 2018-10-04 16:02:27,392 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:02:27,393 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:02:27 GMT 2018-10-04 16:02:27,393 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:02:27,393 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:02:27,393 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:02:27,393 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:02:27,637 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:02:27,637 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:02:27,637 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:02:27,638 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:02:27,638 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:02:27,638 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:02:27,638 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:02:27,638 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:02:27,638 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:02:27,638 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:02:27 GMT 2018-10-04 16:02:27,638 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:02:27,638 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:02:27,638 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:02:32,644 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:02:32,819 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:02:32,820 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:02:32,820 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:02:32,820 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:02:32,820 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:02:32,820 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:02:32,820 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:02:32,820 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1434, "offset": 1423, "size": 50}}} 2018-10-04 16:02:32,820 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:02:32,821 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:02:32 GMT 2018-10-04 16:02:32,821 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:02:32,821 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:02:32,821 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:02:32,821 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:02:32,948 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:02:32,948 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:02:32,948 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:02:32,948 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:02:32,948 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:02:32,948 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:02:32,949 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:02:32,949 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:02:32,949 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:02:32,949 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:02:32 GMT 2018-10-04 16:02:32,949 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:02:32,949 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:02:32,949 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:02:37,955 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:02:38,085 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:02:38,086 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:02:38,086 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:02:38,086 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:02:38,086 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:02:38,086 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:02:38,086 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:02:38,086 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1434, "offset": 1423, "size": 50}}} 2018-10-04 16:02:38,086 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:02:38,086 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:02:38 GMT 2018-10-04 16:02:38,087 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:02:38,087 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:02:38,087 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:02:38,087 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:02:38,180 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:02:38,180 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:02:38,180 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:02:38,180 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:02:38,180 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:02:38,180 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:02:38,180 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:02:38,180 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:02:38,181 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:02:38,181 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:02:38 GMT 2018-10-04 16:02:38,181 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:02:38,181 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:02:38,181 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:02:43,186 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:02:43,453 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:02:43,453 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:02:43,453 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:02:43,453 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:02:43,453 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:02:43,454 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:02:43,454 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:02:43,454 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1434, "offset": 1423, "size": 50}}} 2018-10-04 16:02:43,454 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:02:43,454 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:02:43 GMT 2018-10-04 16:02:43,454 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:02:43,454 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:02:43,454 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:02:43,455 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:02:43,534 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:02:43,534 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:02:43,535 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:02:43,535 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:02:43,535 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:02:43,535 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:02:43,535 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:02:43,535 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:02:43,535 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:02:43,535 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:02:43 GMT 2018-10-04 16:02:43,535 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:02:43,535 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:02:43,536 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:02:48,541 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:02:48,651 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:02:48,651 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:02:48,651 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:02:48,651 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:02:48,651 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:02:48,652 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:02:48,652 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:02:48,652 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1434, "offset": 1423, "size": 50}}} 2018-10-04 16:02:48,652 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:02:48,652 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:02:48 GMT 2018-10-04 16:02:48,652 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:02:48,652 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:02:48,652 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:02:48,653 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:02:48,736 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:02:48,736 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:02:48,736 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:02:48,737 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:02:48,737 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:02:48,737 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:02:48,737 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:02:48,737 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:02:48,737 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:02:48,737 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:02:48 GMT 2018-10-04 16:02:48,737 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:02:48,737 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:02:48,737 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:02:53,743 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:02:54,002 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:02:54,002 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:02:54,002 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:02:54,003 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:02:54,003 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:02:54,003 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:02:54,003 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:02:54,003 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1434, "offset": 1423, "size": 50}}} 2018-10-04 16:02:54,003 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:02:54,003 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:02:54 GMT 2018-10-04 16:02:54,003 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:02:54,003 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:02:54,003 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:02:54,004 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:02:54,100 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:02:54,101 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:02:54,101 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:02:54,101 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:02:54,101 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:02:54,101 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:02:54,101 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:02:54,101 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:02:54,101 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:02:54,101 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:02:54 GMT 2018-10-04 16:02:54,101 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:02:54,102 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:02:54,102 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:02:59,103 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:02:59,257 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:02:59,257 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:02:59,257 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:02:59,257 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:02:59,257 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:02:59,257 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:02:59,257 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:02:59,258 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1434, "offset": 1423, "size": 50}}} 2018-10-04 16:02:59,258 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:02:59,258 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:02:59 GMT 2018-10-04 16:02:59,258 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:02:59,258 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:02:59,258 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:02:59,258 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:02:59,348 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:02:59,348 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:02:59,348 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:02:59,348 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:02:59,348 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:02:59,348 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:02:59,348 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:02:59,348 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:02:59,349 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:02:59,349 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:02:59 GMT 2018-10-04 16:02:59,349 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:02:59,349 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:02:59,349 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:03:04,354 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:03:04,428 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:03:04,429 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:03:04,429 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:03:04,429 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:03:04,429 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:03:04,429 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:03:04,429 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:03:04,429 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1434, "offset": 1423, "size": 50}}} 2018-10-04 16:03:04,429 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:03:04,429 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:03:04 GMT 2018-10-04 16:03:04,430 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:03:04,430 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:03:04,430 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:03:04,430 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:03:04,538 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:03:04,538 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:03:04,538 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:03:04,538 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:03:04,538 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:03:04,539 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:03:04,539 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:03:04,539 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:03:04,539 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:03:04,539 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:03:04 GMT 2018-10-04 16:03:04,539 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:03:04,539 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:03:04,539 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:03:09,545 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:03:09,670 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:03:09,671 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:03:09,671 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:03:09,671 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:03:09,671 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:03:09,671 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:03:09,671 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:03:09,671 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1434, "offset": 1423, "size": 50}}} 2018-10-04 16:03:09,671 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:03:09,671 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:03:09 GMT 2018-10-04 16:03:09,671 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:03:09,672 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:03:09,672 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:03:09,672 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:03:09,758 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:03:09,758 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:03:09,758 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:03:09,758 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:03:09,758 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:03:09,758 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:03:09,758 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:03:09,759 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:03:09,759 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:03:09,759 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:03:09 GMT 2018-10-04 16:03:09,759 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:03:09,759 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:03:09,759 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:03:14,765 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:03:14,861 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:03:14,862 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:03:14,862 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:03:14,862 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:03:14,862 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:03:14,862 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:03:14,862 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:03:14,862 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1434, "offset": 1423, "size": 50}}} 2018-10-04 16:03:14,862 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:03:14,862 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:03:14 GMT 2018-10-04 16:03:14,863 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:03:14,863 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:03:14,863 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:03:14,863 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:03:14,939 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:03:14,939 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:03:14,939 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:03:14,939 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:03:14,940 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:03:14,940 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:03:14,940 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:03:14,940 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:03:14,940 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:03:14,940 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:03:14 GMT 2018-10-04 16:03:14,940 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:03:14,940 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:03:14,940 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:03:19,942 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:03:20,084 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:03:20,085 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:03:20,085 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:03:20,085 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:03:20,085 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:03:20,085 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:03:20,085 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:03:20,085 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1434, "offset": 1423, "size": 50}}} 2018-10-04 16:03:20,085 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:03:20,085 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:03:20 GMT 2018-10-04 16:03:20,086 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:03:20,086 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:03:20,086 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:03:20,086 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:03:20,174 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:03:20,174 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:03:20,174 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:03:20,174 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:03:20,174 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:03:20,174 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:03:20,174 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:03:20,174 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:03:20,175 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:03:20,175 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:03:20 GMT 2018-10-04 16:03:20,175 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:03:20,175 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:03:20,175 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:03:25,180 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:03:25,291 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:03:25,291 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:03:25,292 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:03:25,292 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:03:25,292 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:03:25,292 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:03:25,292 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:03:25,292 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1434, "offset": 1423, "size": 50}}} 2018-10-04 16:03:25,292 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:03:25,292 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:03:25 GMT 2018-10-04 16:03:25,292 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:03:25,293 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:03:25,293 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:03:25,293 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:03:25,361 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:03:25,361 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:03:25,361 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:03:25,361 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:03:25,361 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:03:25,361 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:03:25,362 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:03:25,362 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:03:25,362 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:03:25,362 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:03:25 GMT 2018-10-04 16:03:25,362 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:03:25,362 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:03:25,362 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:03:30,367 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:03:30,557 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:03:30,557 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:03:30,558 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:03:30,558 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:03:30,558 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:03:30,558 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:03:30,558 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:03:30,558 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:30.122Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-0yhfav\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-cluster-manager\n clearwater-config-manager clearwater-diags-monitor clearwater-etcd\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-queue-manager cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4\n libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema\n python-mock python-pip python-pip-whl python-requests-whl python-setuptools\n python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv\n python-wheel python3-pkg-resources realpath sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg glibc-doc lm-sensors libstdc++-4.8-doc make-doc ntp-doc\n python-genshi python-lxml python-mock-doc python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-cluster-manager\n clearwater-config-manager clearwater-diags-monitor clearwater-etcd\n clearwater-infrastructure clearwater-log-cleanup clearwater-management\n clearwater-monit clearwater-queue-manager cpp cpp-4.8 dnsmasq dnsmasq-base\n dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4\n libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema\n python-mock python-pip python-pip-whl python-requests-whl python-setuptools\n python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv\n python-wheel python3-pkg-resources realpath sysstat\n0 upgraded, 77 newly installed, 0 to remove and 10 not upgraded.\nNeed to get 85.1 MB of archives.\nAfter this operation, 242 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:17 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:21 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:26 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:28 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\n\rExtracting templates from packages: 38%\rExtracting templates from packages: 77%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 85.1 MB in 12s (6,569 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51391 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package python-mock.\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-160.210_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-160.210) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-160.210) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n\ndnsmasq: failed to create listening socket for port 53: Address already in use\n ...fail!\ninvoke-rc.d: initscript dnsmasq, action \"start\" failed.\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up iotop (0.6-1) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n\ndnsmasq: failed to create listening socket for 127.0.0.1: Address already in use\n ...fail!\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9101\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n\nreal\t1m28.186s\nuser\t0m19.096s\nsys\t0m8.984s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:30.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}], "metadata": {"pagination": {"total": 1435, "offset": 1423, "size": 50}}} 2018-10-04 16:03:30,559 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:03:30,559 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:03:30 GMT 2018-10-04 16:03:30,559 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:03:30,559 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 44519 2018-10-04 16:03:30,559 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:03:30,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-0yhfav Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-cluster-manager clearwater-config-manager clearwater-diags-monitor clearwater-etcd clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-queue-manager cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema python-mock python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python-mock-doc python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-cluster-manager clearwater-config-manager clearwater-diags-monitor clearwater-etcd clearwater-infrastructure clearwater-log-cleanup clearwater-management clearwater-monit clearwater-queue-manager cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema python-mock python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sysstat 0 upgraded, 77 newly installed, 0 to remove and 10 not upgraded. Need to get 85.1 MB of archives. After this operation, 242 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:21 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:26 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:28 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 38% Extracting templates from packages: 77% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 85.1 MB in 12s (6,569 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51391 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package python-mock. Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-160.210_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-160.210) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-160.210) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-setuptools (3.3-1ubuntu2) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq dnsmasq: failed to create listening socket for port 53: Address already in use ...fail! invoke-rc.d: initscript dnsmasq, action "start" failed. Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up iotop (0.6-1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq dnsmasq: failed to create listening socket for 127.0.0.1: Address already in use ...fail! Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9101 Setting up clearwater-log-cleanup (1.0-171215.180814) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 1m28.186s user 0m19.096s sys 0m8.984s 2018-10-04 16:03:30,562 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:03:30,630 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:03:30,630 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:03:30,630 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:03:30,630 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:03:30,630 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:03:30,630 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:03:30,631 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:03:30,631 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:03:30,631 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:03:30,631 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:03:30 GMT 2018-10-04 16:03:30,631 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:03:30,631 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:03:30,631 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:03:35,637 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:03:35,795 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:03:35,795 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:03:35,795 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:03:35,795 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:03:35,795 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:03:35,796 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:03:35,796 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:03:35,796 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:30.636Z", "message": "[etcd] The software is installed", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:30.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:30.636Z", "message": "[etcd] /usr/share/clearwater/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:30.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:31.643Z", "message": "[etcd] => \nreal\t0m0.011s\nuser\t0m0.001s\nsys\t0m0.010s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:31.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:31.643Z", "message": "[etcd] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 16:00 ? 00:00:00 /sbin/init\nroot 2 0 0 16:00 ? 00:00:00 [kthreadd]\nroot 3 2 0 16:00 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 16:00 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 16:00 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 16:00 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 16:00 ? 00:00:00 [rcu_sched]\nroot 8 2 0 16:00 ? 00:00:00 [rcuos/0]\nroot 9 2 0 16:00 ? 00:00:00 [rcuos/1]\nroot 10 2 0 16:00 ? 00:00:00 [rcu_bh]\nroot 11 2 0 16:00 ? 00:00:00 [rcuob/0]\nroot 12 2 0 16:00 ? 00:00:00 [rcuob/1]\nroot 13 2 0 16:00 ? 00:00:00 [migration/0]\nroot 14 2 0 16:00 ? 00:00:00 [watchdog/0]\nroot 15 2 0 16:00 ? 00:00:00 [watchdog/1]\nroot 16 2 0 16:00 ? 00:00:00 [migration/1]\nroot 17 2 0 16:00 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 16:00 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 16:00 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 16:00 ? 00:00:00 [khelper]\nroot 21 2 0 16:00 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 16:00 ? 00:00:00 [netns]\nroot 23 2 0 16:00 ? 00:00:00 [writeback]\nroot 24 2 0 16:00 ? 00:00:00 [kintegrityd]\nroot 25 2 0 16:00 ? 00:00:00 [bioset]\nroot 26 2 0 16:00 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 16:00 ? 00:00:00 [kblockd]\nroot 28 2 0 16:00 ? 00:00:00 [ata_sff]\nroot 29 2 0 16:00 ? 00:00:00 [khubd]\nroot 30 2 0 16:00 ? 00:00:00 [md]\nroot 31 2 0 16:00 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 16:00 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 16:00 ? 00:00:00 [khungtaskd]\nroot 35 2 0 16:00 ? 00:00:00 [kswapd0]\nroot 36 2 0 16:00 ? 00:00:00 [vmstat]\nroot 37 2 0 16:00 ? 00:00:00 [ksmd]\nroot 38 2 0 16:00 ? 00:00:00 [khugepaged]\nroot 39 2 0 16:00 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 16:00 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 16:00 ? 00:00:00 [crypto]\nroot 53 2 0 16:00 ? 00:00:00 [kthrotld]\nroot 54 2 0 16:00 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 16:00 ? 00:00:00 [vballoon]\nroot 56 2 0 16:00 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 16:00 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 16:00 ? 00:00:00 [scsi_eh_1]\nroot 59 2 0 16:00 ? 00:00:00 [kworker/u4:2]\nroot 60 2 0 16:00 ? 00:00:00 [kworker/u4:3]\nroot 79 2 0 16:00 ? 00:00:00 [deferwq]\nroot 80 2 0 16:00 ? 00:00:00 [charger_manager]\nroot 125 2 0 16:00 ? 00:00:00 [kpsmoused]\nroot 143 2 0 16:00 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 16:00 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 16:00 ? 00:00:00 [ext4-rsv-conver]\nroot 391 1 0 16:00 ? 00:00:00 upstart-udev-bridge --daemon\nroot 396 1 0 16:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 16:00 ? 00:00:00 [kworker/u5:1]\nroot 431 2 0 16:00 ? 00:00:00 [kworker/u5:2]\nroot 542 1 0 16:00 ? 00:00:00 upstart-socket-bridge --daemon\nroot 584 1 0 16:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 821 2 0 16:00 ? 00:00:00 [kauditd]\nmessage+ 919 1 0 16:00 ? 00:00:00 dbus-daemon --system --fork\nroot 944 1 0 16:00 ? 00:00:00 /lib/systemd/systemd-logind\nroot 951 1 0 16:00 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 992 1 0 16:00 ? 00:00:00 rsyslogd\nroot 1051 1 0 16:00 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1054 1 0 16:00 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1058 1 0 16:00 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1059 1 0 16:00 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1061 1 0 16:00 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1106 1 0 16:00 ? 00:00:00 /usr/sbin/sshd -D\nroot 1108 1 0 16:00 ? 00:00:00 cron\ndaemon 1109 1 0 16:00 ? 00:00:00 atd\nroot 1118 1 0 16:00 ? 00:00:00 /usr/sbin/irqbalance\nroot 1120 1 0 16:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1256 1 0 16:00 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1263 1 0 16:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1652 1 0 16:00 ? 00:00:00 /home/ubuntu/bind_host_0yhfav/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_0yhfav --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_0yhfav --logging-server-logdir=/home/ubuntu/bind_host_0yhfav/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_0yhfav/work/bind_host_0yhfav%I.log --pidfile=/home/ubuntu/bind_host_0yhfav/work/bind_host_0yhfav.pid\nubuntu 1691 1652 0 16:00 ? 00:00:00 /home/ubuntu/bind_host_0yhfav/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_0yhfav --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_0yhfav --logging-server-logdir=/home/ubuntu/bind_host_0yhfav/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_0yhfav/work/bind_host_0yhfav%I.log --pidfile=/home/ubuntu/bind_host_0yhfav/work/bind_host_0yhfav.pid\nubuntu 1766 1 0 16:01 ? 00:00:01 python2.7 /home/ubuntu/bind_host_0yhfav/env/bin/diamond --configfile /home/ubuntu/bind_host_0yhfav/work/plugins/diamond/etc/diamond.conf\nbind 2566 1 0 16:01 ? 00:00:00 /usr/sbin/named -u bind\nubuntu 2622 1691 0 16:01 ? 00:00:00 /home/ubuntu/bind_host_0yhfav/env/bin/python2.7 /home/ubuntu/bind_host_0yhfav/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-c0yH1w\nubuntu 2633 2622 0 16:01 ? 00:00:00 /bin/sh -c /tmp/RI8HZ/install-etcd.sh\nubuntu 2635 2633 0 16:01 ? 00:00:00 /bin/bash -e /tmp/RI8HZ/install-etcd.sh\nntp 8692 1 0 16:02 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 9101 1 0 16:03 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nclearwa+ 9227 1 0 16:03 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.5:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.5 --name 192-168-120-5 --debug --initial-cluster 192-168-120-5=http://192.168.120.5:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.5:2380 --listen-peer-urls http://192.168.120.5:2380\nroot 9293 1 0 16:03 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9297 9293 0 16:03 ? 00:00:00 inotifywait -e create -qq .\nroot 9339 9101 0 16:03 ? 00:00:00 [check-monit-upt] \nroot 9341 9101 0 16:03 ? 00:00:00 [check-etcd-upti] \nroot 9347 9101 0 16:03 ? 00:00:00 [poll_etcd_clust] \nroot 9350 9101 0 16:03 ? 00:00:00 [poll_etcd.sh] \nubuntu 9553 2635 0 16:03 ? 00:00:00 /bin/bash -e /tmp/RI8HZ/install-etcd.sh\nubuntu 9554 9553 0 16:03 ? 00:00:00 /bin/bash -e /tmp/RI8HZ/install-etcd.sh\nroot 9555 9554 0 16:03 ? 00:00:00 sudo ps -edf\nroot 9556 9555 0 16:03 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.004s\nsys\t0m0.004s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:31.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:31.643Z", "message": "[etcd] sudo ps ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:31.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:31.643Z", "message": "[etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:8c:4a:e7 \n inet addr:192.168.120.5 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8c:4ae7/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:75328 errors:0 dropped:0 overruns:0 frame:0\n TX packets:41129 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:128667964 (128.6 MB) TX bytes:6149654 (6.1 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:198 errors:0 dropped:0 overruns:0 frame:0\n TX packets:198 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:16565 (16.5 KB) TX bytes:16565 (16.5 KB)\n\n\nreal\t0m0.006s\nuser\t0m0.005s\nsys\t0m0.002s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:31.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:31.643Z", "message": "[etcd] sudo ifconfig ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:31.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:32.659Z", "message": "[etcd] sudo pstree", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:32.659Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:32.659Z", "message": "[etcd] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 192.168.120.5:53 0.0.0.0:* LISTEN 2566/named \ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2566/named \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1106/sshd \ntcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2566/named \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9101/monit \ntcp 0 0 192.168.120.5:2380 0.0.0.0:* LISTEN 9227/etcd \ntcp6 0 0 :::53 :::* LISTEN 2566/named \ntcp6 0 0 :::22 :::* LISTEN 1106/sshd \ntcp6 0 0 ::1:953 :::* LISTEN 2566/named \ntcp6 0 0 :::4000 :::* LISTEN 9227/etcd \nudp 0 0 192.168.120.5:123 0.0.0.0:* 8692/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8692/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8692/ntpd \nudp 0 0 0.0.0.0:39590 0.0.0.0:* 584/dhclient \nudp 0 0 192.168.120.5:53 0.0.0.0:* 2566/named \nudp 0 0 127.0.0.1:53 0.0.0.0:* 2566/named \nudp 0 0 0.0.0.0:68 0.0.0.0:* 584/dhclient \nudp6 0 0 fe80::f816:3eff:fe8:123 :::* 8692/ntpd \nudp6 0 0 ::1:123 :::* 8692/ntpd \nudp6 0 0 :::123 :::* 8692/ntpd \nudp6 0 0 :::25497 :::* 584/dhclient \nudp6 0 0 :::53 :::* 2566/named \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 10937 1652/python2.7 /tmp/cloudify-logging-server-8614e.socket\nunix 2 [ ACC ] STREAM LISTENING 9281 919/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7516 396/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 1539 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 9572 1120/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 14147 2622/python2.7 /tmp/ctx-S8LIB8.socket\n\nreal\t0m0.008s\nuser\t0m0.003s\nsys\t0m0.004s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:32.659Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:32.659Z", "message": "[etcd] => init-+-acpid\n |-atd\n |-clearwater_diag---inotifywait\n |-cron\n |-dbus-daemon\n |-dhclient\n |-etcd---8*[{etcd}]\n |-7*[getty]\n |-irqbalance\n |-monit-+-check-etcd-upti\n | |-check-monit-upt\n | |-poll_etcd.sh\n | |-poll_etcd_clust\n | `-{monit}\n |-named---4*[{named}]\n |-ntpd\n |-python2.7-+-python2.7---python2.7-+-sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---sudo---pstr+\n | | `-6*[{python2.7}]\n | `-3*[{python2.7}]\n |-python2.7---{python2.7}\n |-rsyslogd---3*[{rsyslogd}]\n |-sshd\n |-systemd-logind\n |-systemd-udevd\n |-upstart-file-br\n |-upstart-socket-\n `-upstart-udev-br\n\nreal\t0m0.009s\nuser\t0m0.000s\nsys\t0m0.008s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:32.659Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:32.659Z", "message": "[etcd] sudo netstat ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:32.659Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:33.678Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:33.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:33.678Z", "message": "[etcd] => /var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-etcd/clearwater-etcd.log\n/var/log/lastlog\n/var/log/cloud-init.log\n/var/log/boot.log\n/var/log/udev\n/var/log/clearwater-diags-monitor.log\n/var/log/monit.log\n/var/log/wtmp\n/var/log/dmesg\n/var/log/auth.log\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init-output.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/container-detect.log\n/var/log/dpkg.log\n/var/log/sysstat/sa04\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/kern.log\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/syslog\n/var/log/dmesg.0\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:33.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:33.678Z", "message": "[etcd] => [04-Oct-2018 16:03:17 UTC] clearwater-diags-monitor starting\n[04-Oct-2018 16:03:17 UTC] Waiting for trigger files\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:33.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:33.678Z", "message": "[etcd] sudo find /var/log ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:33.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:34.695Z", "message": "[etcd] Installation is done", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:34.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:34.695Z", "message": "[etcd] => 2018-10-04 16:03:15.323676758 Stopping etcd clearwater-etcd\n2018-10-04 16:03:16.245525581 Restarting etcd clearwater-etcd\n2018-10-04 16:03:16.251227320 Configured ETCDCTL_PEERS: \n2018-10-04 16:03:16.252127500 Check for previous failed startup attempt\n2018-10-04 16:03:16.253572631 Running etcdctl member list\nError: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused\n; error #1: dial tcp 127.0.0.1:2379: getsockopt: connection refused\n\nerror #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused\nerror #1: dial tcp 127.0.0.1:2379: getsockopt: connection refused\n\n2018-10-04 16:03:16.270454375 etcdctl returned 2\n2018-10-04 16:03:16.277791450 Creating new cluster...\n2018-10-04 16:03:16.280850431 Starting etcd with: --listen-client-urls http://0.0.0.0:4000\n --advertise-client-urls http://192.168.120.5:4000\n --data-dir /var/lib/clearwater-etcd/192.168.120.5\n --name 192-168-120-5\n --debug --initial-cluster 192-168-120-5=http://192.168.120.5:2380,\n --initial-cluster-state new\n --initial-advertise-peer-urls http://192.168.120.5:2380\n --listen-peer-urls http://192.168.120.5:2380\n2018-10-04 16:03:16.284580503 Check we're actually a member of the cluster\n2018-10-04 16:03:16.295051451 Wait for etcd to startup\n2018-10-04 16:03:17.304526936 Etcd started successfully\n2018-10-04 16:03:16.307871 I | etcdmain: etcd Version: 3.1.7\n2018-10-04 16:03:16.307930 I | etcdmain: Git SHA: 43b7507\n2018-10-04 16:03:16.307935 I | etcdmain: Go Version: go1.7.5\n2018-10-04 16:03:16.307954 I | etcdmain: Go OS/Arch: linux/amd64\n2018-10-04 16:03:16.307958 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2\n2018-10-04 16:03:16.308047 I | embed: listening for peers on http://192.168.120.5:2380\n2018-10-04 16:03:16.308102 I | embed: listening for client requests on 0.0.0.0:4000\n2018-10-04 16:03:16.354844 I | etcdserver: name = 192-168-120-5\n2018-10-04 16:03:16.354873 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.5\n2018-10-04 16:03:16.354879 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.5/member\n2018-10-04 16:03:16.354884 I | etcdserver: heartbeat = 100ms\n2018-10-04 16:03:16.354887 I | etcdserver: election = 1000ms\n2018-10-04 16:03:16.354891 I | etcdserver: snapshot count = 10000\n2018-10-04 16:03:16.354899 I | etcdserver: advertise client URLs = http://192.168.120.5:4000\n2018-10-04 16:03:16.354904 I | etcdserver: initial advertise peer URLs = http://192.168.120.5:2380\n2018-10-04 16:03:16.354913 I | etcdserver: initial cluster = 192-168-120-5=http://192.168.120.5:2380\n2018-10-04 16:03:16.404036 I | etcdserver: starting member 3ead290dbd94d86 in cluster 840b2089179fd793\n2018-10-04 16:03:16.404085 I | raft: 3ead290dbd94d86 became follower at term 0\n2018-10-04 16:03:16.404113 I | raft: newRaft 3ead290dbd94d86 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]\n2018-10-04 16:03:16.404119 I | raft: 3ead290dbd94d86 became follower at term 1\n2018-10-04 16:03:16.489384 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided]\n2018-10-04 16:03:16.490052 I | etcdserver/membership: added member 3ead290dbd94d86 [http://192.168.120.5:2380] to cluster 840b2089179fd793\n2018-10-04 16:03:16.804453 I | raft: 3ead290dbd94d86 is starting a new election at term 1\n2018-10-04 16:03:16.804484 I | raft: 3ead290dbd94d86 became candidate at term 2\n2018-10-04 16:03:16.804506 I | raft: 3ead290dbd94d86 received MsgVoteResp from 3ead290dbd94d86 at term 2\n2018-10-04 16:03:16.804518 I | raft: 3ead290dbd94d86 became leader at term 2\n2018-10-04 16:03:16.804525 I | raft: raft.node: 3ead290dbd94d86 elected leader 3ead290dbd94d86 at term 2\n2018-10-04 16:03:16.804730 I | etcdserver: setting up the initial cluster version to 3.1\n2018-10-04 16:03:16.826230 N | etcdserver/membership: set the initial cluster version to 3.1\n2018-10-04 16:03:16.826257 I | etcdserver/api: enabled capabilities for version 3.1\n2018-10-04 16:03:16.826277 I | etcdserver: published {Name:192-168-120-5 ClientURLs:[http://192.168.120.5:4000]} to cluster 840b2089179fd793\n2018-10-04 16:03:16.826338 I | embed: ready to serve client requests\n2018-10-04 16:03:16.826679 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged!\n2018-10-04 16:03:17.472493 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.5:57479\n2018-10-04 16:03:17.478905 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.5:57480\n2018-10-04 16:03:17.479502 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.5:57481\n2018-10-04 16:03:19.796773 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.5:57482\n2018-10-04 16:03:19.804793 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.5:57483\n2018-10-04 16:03:19.805294 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.5:57484\n2018-10-04 16:03:30.558842 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.5/liveness-check remote:192.168.120.5:57485\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:34.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}, {"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:34.695Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:34.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}, {"node_instance_id": "bind_c6l6b6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:34.831Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:34.831Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 1457, "offset": 1424, "size": 50}}} 2018-10-04 16:03:35,796 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:03:35,796 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:03:35 GMT 2018-10-04 16:03:35,796 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:03:35,796 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29629 2018-10-04 16:03:35,796 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:03:35,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] The software is installed 2018-10-04 16:03:35,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] /usr/share/clearwater/clearwater 2018-10-04 16:03:35,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => real 0m0.011s user 0m0.001s sys 0m0.010s 2018-10-04 16:03:35,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 16:00 ? 00:00:00 /sbin/init root 2 0 0 16:00 ? 00:00:00 [kthreadd] root 3 2 0 16:00 ? 00:00:00 [ksoftirqd/0] root 4 2 0 16:00 ? 00:00:00 [kworker/0:0] root 5 2 0 16:00 ? 00:00:00 [kworker/0:0H] root 6 2 0 16:00 ? 00:00:00 [kworker/u4:0] root 7 2 0 16:00 ? 00:00:00 [rcu_sched] root 8 2 0 16:00 ? 00:00:00 [rcuos/0] root 9 2 0 16:00 ? 00:00:00 [rcuos/1] root 10 2 0 16:00 ? 00:00:00 [rcu_bh] root 11 2 0 16:00 ? 00:00:00 [rcuob/0] root 12 2 0 16:00 ? 00:00:00 [rcuob/1] root 13 2 0 16:00 ? 00:00:00 [migration/0] root 14 2 0 16:00 ? 00:00:00 [watchdog/0] root 15 2 0 16:00 ? 00:00:00 [watchdog/1] root 16 2 0 16:00 ? 00:00:00 [migration/1] root 17 2 0 16:00 ? 00:00:00 [ksoftirqd/1] root 18 2 0 16:00 ? 00:00:00 [kworker/1:0] root 19 2 0 16:00 ? 00:00:00 [kworker/1:0H] root 20 2 0 16:00 ? 00:00:00 [khelper] root 21 2 0 16:00 ? 00:00:00 [kdevtmpfs] root 22 2 0 16:00 ? 00:00:00 [netns] root 23 2 0 16:00 ? 00:00:00 [writeback] root 24 2 0 16:00 ? 00:00:00 [kintegrityd] root 25 2 0 16:00 ? 00:00:00 [bioset] root 26 2 0 16:00 ? 00:00:00 [kworker/u5:0] root 27 2 0 16:00 ? 00:00:00 [kblockd] root 28 2 0 16:00 ? 00:00:00 [ata_sff] root 29 2 0 16:00 ? 00:00:00 [khubd] root 30 2 0 16:00 ? 00:00:00 [md] root 31 2 0 16:00 ? 00:00:00 [devfreq_wq] root 32 2 0 16:00 ? 00:00:00 [kworker/0:1] root 34 2 0 16:00 ? 00:00:00 [khungtaskd] root 35 2 0 16:00 ? 00:00:00 [kswapd0] root 36 2 0 16:00 ? 00:00:00 [vmstat] root 37 2 0 16:00 ? 00:00:00 [ksmd] root 38 2 0 16:00 ? 00:00:00 [khugepaged] root 39 2 0 16:00 ? 00:00:00 [fsnotify_mark] root 40 2 0 16:00 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 16:00 ? 00:00:00 [crypto] root 53 2 0 16:00 ? 00:00:00 [kthrotld] root 54 2 0 16:00 ? 00:00:00 [kworker/u4:1] root 55 2 0 16:00 ? 00:00:00 [vballoon] root 56 2 0 16:00 ? 00:00:00 [kworker/1:1] root 57 2 0 16:00 ? 00:00:00 [scsi_eh_0] root 58 2 0 16:00 ? 00:00:00 [scsi_eh_1] root 59 2 0 16:00 ? 00:00:00 [kworker/u4:2] root 60 2 0 16:00 ? 00:00:00 [kworker/u4:3] root 79 2 0 16:00 ? 00:00:00 [deferwq] root 80 2 0 16:00 ? 00:00:00 [charger_manager] root 125 2 0 16:00 ? 00:00:00 [kpsmoused] root 143 2 0 16:00 ? 00:00:00 [kworker/1:2] root 186 2 0 16:00 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 16:00 ? 00:00:00 [ext4-rsv-conver] root 391 1 0 16:00 ? 00:00:00 upstart-udev-bridge --daemon root 396 1 0 16:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 16:00 ? 00:00:00 [kworker/u5:1] root 431 2 0 16:00 ? 00:00:00 [kworker/u5:2] root 542 1 0 16:00 ? 00:00:00 upstart-socket-bridge --daemon root 584 1 0 16:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 821 2 0 16:00 ? 00:00:00 [kauditd] message+ 919 1 0 16:00 ? 00:00:00 dbus-daemon --system --fork root 944 1 0 16:00 ? 00:00:00 /lib/systemd/systemd-logind root 951 1 0 16:00 ? 00:00:00 upstart-file-bridge --daemon syslog 992 1 0 16:00 ? 00:00:00 rsyslogd root 1051 1 0 16:00 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1054 1 0 16:00 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1058 1 0 16:00 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1059 1 0 16:00 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1061 1 0 16:00 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1106 1 0 16:00 ? 00:00:00 /usr/sbin/sshd -D root 1108 1 0 16:00 ? 00:00:00 cron daemon 1109 1 0 16:00 ? 00:00:00 atd root 1118 1 0 16:00 ? 00:00:00 /usr/sbin/irqbalance root 1120 1 0 16:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1256 1 0 16:00 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1263 1 0 16:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1652 1 0 16:00 ? 00:00:00 /home/ubuntu/bind_host_0yhfav/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_0yhfav --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_0yhfav --logging-server-logdir=/home/ubuntu/bind_host_0yhfav/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_0yhfav/work/bind_host_0yhfav%I.log --pidfile=/home/ubuntu/bind_host_0yhfav/work/bind_host_0yhfav.pid ubuntu 1691 1652 0 16:00 ? 00:00:00 /home/ubuntu/bind_host_0yhfav/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_0yhfav --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_0yhfav --logging-server-logdir=/home/ubuntu/bind_host_0yhfav/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_0yhfav/work/bind_host_0yhfav%I.log --pidfile=/home/ubuntu/bind_host_0yhfav/work/bind_host_0yhfav.pid ubuntu 1766 1 0 16:01 ? 00:00:01 python2.7 /home/ubuntu/bind_host_0yhfav/env/bin/diamond --configfile /home/ubuntu/bind_host_0yhfav/work/plugins/diamond/etc/diamond.conf bind 2566 1 0 16:01 ? 00:00:00 /usr/sbin/named -u bind ubuntu 2622 1691 0 16:01 ? 00:00:00 /home/ubuntu/bind_host_0yhfav/env/bin/python2.7 /home/ubuntu/bind_host_0yhfav/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-c0yH1w ubuntu 2633 2622 0 16:01 ? 00:00:00 /bin/sh -c /tmp/RI8HZ/install-etcd.sh ubuntu 2635 2633 0 16:01 ? 00:00:00 /bin/bash -e /tmp/RI8HZ/install-etcd.sh ntp 8692 1 0 16:02 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 9101 1 0 16:03 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc clearwa+ 9227 1 0 16:03 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.5:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.5 --name 192-168-120-5 --debug --initial-cluster 192-168-120-5=http://192.168.120.5:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.5:2380 --listen-peer-urls http://192.168.120.5:2380 root 9293 1 0 16:03 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9297 9293 0 16:03 ? 00:00:00 inotifywait -e create -qq . root 9339 9101 0 16:03 ? 00:00:00 [check-monit-upt] root 9341 9101 0 16:03 ? 00:00:00 [check-etcd-upti] root 9347 9101 0 16:03 ? 00:00:00 [poll_etcd_clust] root 9350 9101 0 16:03 ? 00:00:00 [poll_etcd.sh] ubuntu 9553 2635 0 16:03 ? 00:00:00 /bin/bash -e /tmp/RI8HZ/install-etcd.sh ubuntu 9554 9553 0 16:03 ? 00:00:00 /bin/bash -e /tmp/RI8HZ/install-etcd.sh root 9555 9554 0 16:03 ? 00:00:00 sudo ps -edf root 9556 9555 0 16:03 ? 00:00:00 ps -edf real 0m0.009s user 0m0.004s sys 0m0.004s 2018-10-04 16:03:35,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ps 2018-10-04 16:03:35,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:8c:4a:e7 inet addr:192.168.120.5 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe8c:4ae7/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:75328 errors:0 dropped:0 overruns:0 frame:0 TX packets:41129 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:128667964 (128.6 MB) TX bytes:6149654 (6.1 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:198 errors:0 dropped:0 overruns:0 frame:0 TX packets:198 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:16565 (16.5 KB) TX bytes:16565 (16.5 KB) real 0m0.006s user 0m0.005s sys 0m0.002s 2018-10-04 16:03:35,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ifconfig 2018-10-04 16:03:35,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo pstree 2018-10-04 16:03:35,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 192.168.120.5:53 0.0.0.0:* LISTEN 2566/named tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2566/named tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1106/sshd tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2566/named tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9101/monit tcp 0 0 192.168.120.5:2380 0.0.0.0:* LISTEN 9227/etcd tcp6 0 0 :::53 :::* LISTEN 2566/named tcp6 0 0 :::22 :::* LISTEN 1106/sshd tcp6 0 0 ::1:953 :::* LISTEN 2566/named tcp6 0 0 :::4000 :::* LISTEN 9227/etcd udp 0 0 192.168.120.5:123 0.0.0.0:* 8692/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8692/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8692/ntpd udp 0 0 0.0.0.0:39590 0.0.0.0:* 584/dhclient udp 0 0 192.168.120.5:53 0.0.0.0:* 2566/named udp 0 0 127.0.0.1:53 0.0.0.0:* 2566/named udp 0 0 0.0.0.0:68 0.0.0.0:* 584/dhclient udp6 0 0 fe80::f816:3eff:fe8:123 :::* 8692/ntpd udp6 0 0 ::1:123 :::* 8692/ntpd udp6 0 0 :::123 :::* 8692/ntpd udp6 0 0 :::25497 :::* 584/dhclient udp6 0 0 :::53 :::* 2566/named Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 10937 1652/python2.7 /tmp/cloudify-logging-server-8614e.socket unix 2 [ ACC ] STREAM LISTENING 9281 919/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] SEQPACKET LISTENING 7516 396/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 1539 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9572 1120/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 14147 2622/python2.7 /tmp/ctx-S8LIB8.socket real 0m0.008s user 0m0.003s sys 0m0.004s 2018-10-04 16:03:35,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => init-+-acpid |-atd |-clearwater_diag---inotifywait |-cron |-dbus-daemon |-dhclient |-etcd---8*[{etcd}] |-7*[getty] |-irqbalance |-monit-+-check-etcd-upti | |-check-monit-upt | |-poll_etcd.sh | |-poll_etcd_clust | `-{monit} |-named---4*[{named}] |-ntpd |-python2.7-+-python2.7---python2.7-+-sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---sudo---pstr+ | | `-6*[{python2.7}] | `-3*[{python2.7}] |-python2.7---{python2.7} |-rsyslogd---3*[{rsyslogd}] |-sshd |-systemd-logind |-systemd-udevd |-upstart-file-br |-upstart-socket- `-upstart-udev-br real 0m0.009s user 0m0.000s sys 0m0.008s 2018-10-04 16:03:35,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo netstat 2018-10-04 16:03:35,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-10-04 16:03:35,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-etcd/clearwater-etcd.log /var/log/lastlog /var/log/cloud-init.log /var/log/boot.log /var/log/udev /var/log/clearwater-diags-monitor.log /var/log/monit.log /var/log/wtmp /var/log/dmesg /var/log/auth.log /var/log/landscape/sysinfo.log /var/log/cloud-init-output.log /var/log/upstart/systemd-logind.log /var/log/upstart/rsyslog.log /var/log/upstart/clearwater-monit.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/container-detect.log /var/log/dpkg.log /var/log/sysstat/sa04 /var/log/apt/history.log /var/log/apt/term.log /var/log/kern.log /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/btmp /var/log/alternatives.log /var/log/syslog /var/log/dmesg.0 real 0m0.008s user 0m0.000s sys 0m0.006s 2018-10-04 16:03:35,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => [04-Oct-2018 16:03:17 UTC] clearwater-diags-monitor starting [04-Oct-2018 16:03:17 UTC] Waiting for trigger files real 0m0.005s user 0m0.000s sys 0m0.005s 2018-10-04 16:03:35,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo find /var/log 2018-10-04 16:03:35,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Installation is done 2018-10-04 16:03:35,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => 2018-10-04 16:03:15.323676758 Stopping etcd clearwater-etcd 2018-10-04 16:03:16.245525581 Restarting etcd clearwater-etcd 2018-10-04 16:03:16.251227320 Configured ETCDCTL_PEERS: 2018-10-04 16:03:16.252127500 Check for previous failed startup attempt 2018-10-04 16:03:16.253572631 Running etcdctl member list Error: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused ; error #1: dial tcp 127.0.0.1:2379: getsockopt: connection refused error #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused error #1: dial tcp 127.0.0.1:2379: getsockopt: connection refused 2018-10-04 16:03:16.270454375 etcdctl returned 2 2018-10-04 16:03:16.277791450 Creating new cluster... 2018-10-04 16:03:16.280850431 Starting etcd with: --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.5:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.5 --name 192-168-120-5 --debug --initial-cluster 192-168-120-5=http://192.168.120.5:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.5:2380 --listen-peer-urls http://192.168.120.5:2380 2018-10-04 16:03:16.284580503 Check we're actually a member of the cluster 2018-10-04 16:03:16.295051451 Wait for etcd to startup 2018-10-04 16:03:17.304526936 Etcd started successfully 2018-10-04 16:03:16.307871 I | etcdmain: etcd Version: 3.1.7 2018-10-04 16:03:16.307930 I | etcdmain: Git SHA: 43b7507 2018-10-04 16:03:16.307935 I | etcdmain: Go Version: go1.7.5 2018-10-04 16:03:16.307954 I | etcdmain: Go OS/Arch: linux/amd64 2018-10-04 16:03:16.307958 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2 2018-10-04 16:03:16.308047 I | embed: listening for peers on http://192.168.120.5:2380 2018-10-04 16:03:16.308102 I | embed: listening for client requests on 0.0.0.0:4000 2018-10-04 16:03:16.354844 I | etcdserver: name = 192-168-120-5 2018-10-04 16:03:16.354873 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.5 2018-10-04 16:03:16.354879 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.5/member 2018-10-04 16:03:16.354884 I | etcdserver: heartbeat = 100ms 2018-10-04 16:03:16.354887 I | etcdserver: election = 1000ms 2018-10-04 16:03:16.354891 I | etcdserver: snapshot count = 10000 2018-10-04 16:03:16.354899 I | etcdserver: advertise client URLs = http://192.168.120.5:4000 2018-10-04 16:03:16.354904 I | etcdserver: initial advertise peer URLs = http://192.168.120.5:2380 2018-10-04 16:03:16.354913 I | etcdserver: initial cluster = 192-168-120-5=http://192.168.120.5:2380 2018-10-04 16:03:16.404036 I | etcdserver: starting member 3ead290dbd94d86 in cluster 840b2089179fd793 2018-10-04 16:03:16.404085 I | raft: 3ead290dbd94d86 became follower at term 0 2018-10-04 16:03:16.404113 I | raft: newRaft 3ead290dbd94d86 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] 2018-10-04 16:03:16.404119 I | raft: 3ead290dbd94d86 became follower at term 1 2018-10-04 16:03:16.489384 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided] 2018-10-04 16:03:16.490052 I | etcdserver/membership: added member 3ead290dbd94d86 [http://192.168.120.5:2380] to cluster 840b2089179fd793 2018-10-04 16:03:16.804453 I | raft: 3ead290dbd94d86 is starting a new election at term 1 2018-10-04 16:03:16.804484 I | raft: 3ead290dbd94d86 became candidate at term 2 2018-10-04 16:03:16.804506 I | raft: 3ead290dbd94d86 received MsgVoteResp from 3ead290dbd94d86 at term 2 2018-10-04 16:03:16.804518 I | raft: 3ead290dbd94d86 became leader at term 2 2018-10-04 16:03:16.804525 I | raft: raft.node: 3ead290dbd94d86 elected leader 3ead290dbd94d86 at term 2 2018-10-04 16:03:16.804730 I | etcdserver: setting up the initial cluster version to 3.1 2018-10-04 16:03:16.826230 N | etcdserver/membership: set the initial cluster version to 3.1 2018-10-04 16:03:16.826257 I | etcdserver/api: enabled capabilities for version 3.1 2018-10-04 16:03:16.826277 I | etcdserver: published {Name:192-168-120-5 ClientURLs:[http://192.168.120.5:4000]} to cluster 840b2089179fd793 2018-10-04 16:03:16.826338 I | embed: ready to serve client requests 2018-10-04 16:03:16.826679 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged! 2018-10-04 16:03:17.472493 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.5:57479 2018-10-04 16:03:17.478905 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.5:57480 2018-10-04 16:03:17.479502 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.5:57481 2018-10-04 16:03:19.796773 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.5:57482 2018-10-04 16:03:19.804793 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.5:57483 2018-10-04 16:03:19.805294 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.5:57484 2018-10-04 16:03:30.558842 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.5/liveness-check remote:192.168.120.5:57485 real 0m0.005s user 0m0.000s sys 0m0.005s 2018-10-04 16:03:35,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-10-04 16:03:35,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:03:35,801 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:03:35,882 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:03:35,883 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:03:35,883 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:03:35,883 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:03:35,883 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:03:35,883 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:03:35,883 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:03:35,883 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:03:35,883 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:03:35,884 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:03:35 GMT 2018-10-04 16:03:35,884 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:03:35,884 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:03:35,884 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:03:40,889 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:03:41,074 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:03:41,074 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:03:41,074 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:03:41,075 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:03:41,075 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:03:41,075 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:03:41,075 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:03:41,075 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_c6l6b6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:35.712Z", "message": "Execution done (return_code=0): /tmp/RI8HZ/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:35.712Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "93edacf0-65b2-43a7-8def-6f44f40b8ef5"}, {"node_instance_id": "bind_c6l6b6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:35.831Z", "message": "Starting node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:35.831Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_gyw49m", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:36.856Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:36.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_gyw49m", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:36.856Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:36.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_2h4b7x", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:36.856Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:36.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_gyw49m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:36.856Z", "message": "Creating node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:36.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_nu5fws", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:36.856Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:36.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_2h4b7x", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:36.856Z", "message": "Creating node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:36.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_nu5fws", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:36.856Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:36.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_nu5fws", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:36.856Z", "message": "Creating node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:36.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_22c2me", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:36.856Z", "message": "Creating node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:36.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_2h4b7x", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:36.856Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:36.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:37.275Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/XX1JE/clearwater.py", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:37.275Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a27e41b5-ad5e-4e0c-b36d-fcfe0617a94a"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:37.802Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/3VKW0/clearwater.py", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:37.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c22ee5b7-2b18-4448-8656-a0bd3122c82c"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:37.802Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:37.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c22ee5b7-2b18-4448-8656-a0bd3122c82c"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:37.802Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:37.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "087ff0e3-7876-40d3-b858-aa83e6ba08ed"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:37.802Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:37.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e0105994-cfea-409c-9f16-4473214e0f7a"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:37.802Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:37.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a27e41b5-ad5e-4e0c-b36d-fcfe0617a94a"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:37.802Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:37.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a27e41b5-ad5e-4e0c-b36d-fcfe0617a94a"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:37.802Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:37.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "087ff0e3-7876-40d3-b858-aa83e6ba08ed"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:37.802Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:37.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e0105994-cfea-409c-9f16-4473214e0f7a"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:37.802Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:37.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c22ee5b7-2b18-4448-8656-a0bd3122c82c"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:37.802Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/FQ134/clearwater.py", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:37.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e0105994-cfea-409c-9f16-4473214e0f7a"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:37.802Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:37.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4981ce86-5468-449e-997e-34f8b9670f6f"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:37.802Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/AYL8V/clearwater.py", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:37.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "087ff0e3-7876-40d3-b858-aa83e6ba08ed"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:37.802Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/2IOB3/clearwater.py", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:37.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4981ce86-5468-449e-997e-34f8b9670f6f"}, {"node_instance_id": "dime_k4k4eh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:37.856Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:37.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_ty09xb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:37.856Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:37.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_k4k4eh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:37.856Z", "message": "Creating node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:37.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_ty09xb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:37.856Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:37.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_ty09xb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:37.856Z", "message": "Creating node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:37.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_22c2me", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:37.856Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:37.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_k4k4eh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:37.856Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:37.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_22c2me", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:37.856Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:37.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a27e41b5-ad5e-4e0c-b36d-fcfe0617a94a"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e0105994-cfea-409c-9f16-4473214e0f7a"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "087ff0e3-7876-40d3-b858-aa83e6ba08ed"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e0105994-cfea-409c-9f16-4473214e0f7a"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo mv /tmp/tmpQ4PP3y /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e0105994-cfea-409c-9f16-4473214e0f7a"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a27e41b5-ad5e-4e0c-b36d-fcfe0617a94a"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e95a7221-2c82-467e-96de-659bde5b4e59"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4981ce86-5468-449e-997e-34f8b9670f6f"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo mv /tmp/tmp3r8fK1 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e95a7221-2c82-467e-96de-659bde5b4e59"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a27e41b5-ad5e-4e0c-b36d-fcfe0617a94a"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo mv /tmp/tmpBOsz6Z /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a27e41b5-ad5e-4e0c-b36d-fcfe0617a94a"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo mv /tmp/tmpZlC867 /etc/clearwater/local_config", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "087ff0e3-7876-40d3-b858-aa83e6ba08ed"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo mv /tmp/tmplCPeCN /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e95a7221-2c82-467e-96de-659bde5b4e59"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4981ce86-5468-449e-997e-34f8b9670f6f"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.5', 'name': u'homer-nu5fws', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.14'}.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "087ff0e3-7876-40d3-b858-aa83e6ba08ed"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo mv /tmp/tmp3s1B3Q /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e0105994-cfea-409c-9f16-4473214e0f7a"}], "metadata": {"pagination": {"total": 1579, "offset": 1443, "size": 50}}} 2018-10-04 16:03:41,075 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:03:41,075 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:03:41 GMT 2018-10-04 16:03:41,075 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:03:41,075 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26181 2018-10-04 16:03:41,076 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:03:41,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/RI8HZ/install-etcd.sh 2018-10-04 16:03:41,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 16:03:41,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:03:41,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:03:41,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:03:41,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 16:03:41,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:03:41,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 16:03:41,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:03:41,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 16:03:41,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 16:03:41,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:03:41,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/XX1JE/clearwater.py 2018-10-04 16:03:41,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/3VKW0/clearwater.py 2018-10-04 16:03:41,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-10-04 16:03:41,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-04 16:03:41,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-10-04 16:03:41,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-04 16:03:41,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-10-04 16:03:41,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-10-04 16:03:41,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-04 16:03:41,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-04 16:03:41,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/FQ134/clearwater.py 2018-10-04 16:03:41,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-10-04 16:03:41,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/AYL8V/clearwater.py 2018-10-04 16:03:41,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/2IOB3/clearwater.py 2018-10-04 16:03:41,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:03:41,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:03:41,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 16:03:41,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:03:41,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-04 16:03:41,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:03:41,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:03:41,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:03:41,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-04 16:03:41,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-04 16:03:41,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-10-04 16:03:41,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-04 16:03:41,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpQ4PP3y /etc/dnsmasq.resolv.conf 2018-10-04 16:03:41,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-04 16:03:41,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-10-04 16:03:41,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-10-04 16:03:41,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp3r8fK1 /etc/dnsmasq.resolv.conf 2018-10-04 16:03:41,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-10-04 16:03:41,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpBOsz6Z /etc/dnsmasq.resolv.conf 2018-10-04 16:03:41,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpZlC867 /etc/clearwater/local_config 2018-10-04 16:03:41,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmplCPeCN /etc/clearwater/local_config 2018-10-04 16:03:41,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-04 16:03:41,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.5', 'name': u'homer-nu5fws', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.14'}. 2018-10-04 16:03:41,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp3s1B3Q /etc/clearwater/local_config 2018-10-04 16:03:41,085 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:03:41,162 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:03:41,162 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:03:41,162 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:03:41,162 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:03:41,162 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:03:41,163 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:03:41,163 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:03:41,163 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:03:41,163 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:03:41,163 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:03:41 GMT 2018-10-04 16:03:41,163 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:03:41,163 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:03:41,163 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:03:46,169 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:03:46,501 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:03:46,501 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:03:46,501 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:03:46,501 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:03:46,501 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:03:46,502 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:03:46,502 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:03:46,502 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a27e41b5-ad5e-4e0c-b36d-fcfe0617a94a"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4981ce86-5468-449e-997e-34f8b9670f6f"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.5', 'name': u'homer-nu5fws', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.14'}.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "087ff0e3-7876-40d3-b858-aa83e6ba08ed"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4981ce86-5468-449e-997e-34f8b9670f6f"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e95a7221-2c82-467e-96de-659bde5b4e59"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "087ff0e3-7876-40d3-b858-aa83e6ba08ed"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo mv /tmp/tmpQ4PP3y /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e0105994-cfea-409c-9f16-4473214e0f7a"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e95a7221-2c82-467e-96de-659bde5b4e59"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo mv /tmp/tmpBOsz6Z /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a27e41b5-ad5e-4e0c-b36d-fcfe0617a94a"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo mv /tmp/tmp3s1B3Q /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e0105994-cfea-409c-9f16-4473214e0f7a"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a27e41b5-ad5e-4e0c-b36d-fcfe0617a94a"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a27e41b5-ad5e-4e0c-b36d-fcfe0617a94a"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4981ce86-5468-449e-997e-34f8b9670f6f"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e0105994-cfea-409c-9f16-4473214e0f7a"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo mv /tmp/tmpDIyk7e /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4981ce86-5468-449e-997e-34f8b9670f6f"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo mv /tmp/tmpAKy2pg /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4981ce86-5468-449e-997e-34f8b9670f6f"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e0105994-cfea-409c-9f16-4473214e0f7a"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "087ff0e3-7876-40d3-b858-aa83e6ba08ed"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "087ff0e3-7876-40d3-b858-aa83e6ba08ed"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo mv /tmp/tmppeFCxA /etc/clearwater/local_config", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c22ee5b7-2b18-4448-8656-a0bd3122c82c"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e0105994-cfea-409c-9f16-4473214e0f7a"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo mv /tmp/tmpZlC867 /etc/clearwater/local_config", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "087ff0e3-7876-40d3-b858-aa83e6ba08ed"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "087ff0e3-7876-40d3-b858-aa83e6ba08ed"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e95a7221-2c82-467e-96de-659bde5b4e59"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo mv /tmp/tmplCPeCN /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e95a7221-2c82-467e-96de-659bde5b4e59"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e95a7221-2c82-467e-96de-659bde5b4e59"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/TL5R2/clearwater.py", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e95a7221-2c82-467e-96de-659bde5b4e59"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.5', 'name': u'dime-k4k4eh', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.16'}.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e95a7221-2c82-467e-96de-659bde5b4e59"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "[localhost] run: sudo mv /tmp/tmpMXqV1T /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c22ee5b7-2b18-4448-8656-a0bd3122c82c"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.843Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4981ce86-5468-449e-997e-34f8b9670f6f"}, {"node_instance_id": "sprout_2h4b7x", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.872Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_nu5fws", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.872Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_22c2me", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.872Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.872Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_gyw49m", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.872Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_ty09xb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:38.872Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:38.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:39.858Z", "message": "Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/VCKY6/append_proxy_snmp_conf.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:39.858Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "0b117dbf-2a52-430d-ac82-02e57ca988a0"}, {"node_instance_id": "vellum_ty09xb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:39.882Z", "message": "Configuring node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:39.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:39.882Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:39.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_k4k4eh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:39.882Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:39.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_nu5fws", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:39.882Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:39.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_gyw49m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:39.882Z", "message": "Configuring node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:39.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_nu5fws", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:39.882Z", "message": "Configuring node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:39.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:39.882Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:39.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_nu5fws", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:39.882Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:39.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:40.903Z", "message": "Executing: /tmp/JZ0ON/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:40.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:40.903Z", "message": "[homer] ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:40.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:40.903Z", "message": "Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/SGK6D/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:40.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:40.903Z", "message": "Executing: /tmp/SGK6D/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:40.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:40.903Z", "message": "[dime] ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:40.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}], "metadata": {"pagination": {"total": 1605, "offset": 1493, "size": 50}}} 2018-10-04 16:03:46,502 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:03:46,502 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:03:46 GMT 2018-10-04 16:03:46,502 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:03:46,502 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26718 2018-10-04 16:03:46,502 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:03:46,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-10-04 16:03:46,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-10-04 16:03:46,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.5', 'name': u'homer-nu5fws', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.14'}. 2018-10-04 16:03:46,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-10-04 16:03:46,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-04 16:03:46,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-10-04 16:03:46,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpQ4PP3y /etc/dnsmasq.resolv.conf 2018-10-04 16:03:46,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-04 16:03:46,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpBOsz6Z /etc/dnsmasq.resolv.conf 2018-10-04 16:03:46,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp3s1B3Q /etc/clearwater/local_config 2018-10-04 16:03:46,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-04 16:03:46,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-10-04 16:03:46,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-04 16:03:46,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-10-04 16:03:46,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpDIyk7e /etc/clearwater/local_config 2018-10-04 16:03:46,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpAKy2pg /etc/dnsmasq.resolv.conf 2018-10-04 16:03:46,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-10-04 16:03:46,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-04 16:03:46,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-04 16:03:46,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmppeFCxA /etc/clearwater/local_config 2018-10-04 16:03:46,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-04 16:03:46,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpZlC867 /etc/clearwater/local_config 2018-10-04 16:03:46,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-10-04 16:03:46,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-10-04 16:03:46,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmplCPeCN /etc/clearwater/local_config 2018-10-04 16:03:46,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-10-04 16:03:46,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/TL5R2/clearwater.py 2018-10-04 16:03:46,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.5', 'name': u'dime-k4k4eh', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.16'}. 2018-10-04 16:03:46,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpMXqV1T /etc/dnsmasq.resolv.conf 2018-10-04 16:03:46,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-04 16:03:46,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:03:46,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:03:46,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:03:46,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:03:46,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:03:46,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:03:46,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/VCKY6/append_proxy_snmp_conf.py 2018-10-04 16:03:46,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 16:03:46,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:03:46,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:03:46,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:03:46,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 16:03:46,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 16:03:46,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:03:46,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:03:46,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/JZ0ON/install-homer.sh 2018-10-04 16:03:46,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] 2018-10-04 16:03:46,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/SGK6D/install-dime.sh 2018-10-04 16:03:46,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/SGK6D/install-dime.sh 2018-10-04 16:03:46,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] 2018-10-04 16:03:46,512 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:03:46,779 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:03:46,779 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:03:46,779 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:03:46,779 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:03:46,779 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:03:46,779 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:03:46,779 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:03:46,780 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:03:46,780 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:03:46,780 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:03:46 GMT 2018-10-04 16:03:46,780 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:03:46,780 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:03:46,780 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:03:51,786 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:03:52,209 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:03:52,209 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:03:52,209 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:03:52,209 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:03:52,209 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:03:52,209 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:03:52,209 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:03:52,210 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:40.903Z", "message": "[dime] ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:40.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:40.903Z", "message": "Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/SGK6D/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:40.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:40.903Z", "message": "[homer] ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:40.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:40.903Z", "message": "Executing: /tmp/83V8K/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:40.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:40.903Z", "message": "Executing: /tmp/MN75E/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:40.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:40.903Z", "message": "Executing: /tmp/JZ0ON/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:40.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:40.903Z", "message": "[ellis] ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:40.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:40.903Z", "message": "Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/JZ0ON/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:40.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "ellis_gyw49m", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:40.956Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:40.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_2h4b7x", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:40.956Z", "message": "Configuring node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:40.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_k4k4eh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:40.956Z", "message": "Configuring node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:40.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_k4k4eh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:40.956Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:40.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_2h4b7x", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:40.956Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:40.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_gyw49m", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:40.956Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:40.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_k4k4eh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:40.956Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:40.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:40.956Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:40.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_2h4b7x", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:40.956Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:40.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_ty09xb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:40.956Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:40.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_22c2me", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:40.956Z", "message": "Configuring node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:40.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_ty09xb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:40.956Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:40.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:41.977Z", "message": "Executing: /tmp/SZEUI/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:41.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:41.977Z", "message": "[ellis] repo129", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:41.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:41.977Z", "message": "[homer] sudo apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:41.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:41.977Z", "message": "Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/SZEUI/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:41.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:41.977Z", "message": "[homer] repo129", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:41.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:41.977Z", "message": "[homer] Configure the APT software source", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:41.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:41.977Z", "message": "Executing: /tmp/4M152/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:41.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:41.977Z", "message": "[ellis] Configure the APT software source", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:41.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:41.977Z", "message": "[vellum] Configure the APT software source", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:41.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:41.977Z", "message": "[vellum] ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:41.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:41.977Z", "message": "Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/4M152/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:41.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:41.977Z", "message": "[bono] ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:41.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:41.977Z", "message": "[ellis] sudo apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:41.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:41.977Z", "message": "[sprout] ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:41.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:41.977Z", "message": "[dime] Configure the APT software source", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:41.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:41.977Z", "message": "[dime] repo129", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:41.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:41.977Z", "message": "[vellum] sudo apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:41.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:41.977Z", "message": "[sprout] repo129", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:41.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "bono_22c2me", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:42.021Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:42.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_22c2me", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:42.021Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:42.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:42.988Z", "message": "[sprout] sudo apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:42.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:42.988Z", "message": "[bono] sudo apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:42.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:42.988Z", "message": "[sprout] Configure the APT software source", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:42.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:42.988Z", "message": "[bono] repo129", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:42.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:42.988Z", "message": "[bono] Configure the APT software source", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:42.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:42.988Z", "message": "[dime] sudo apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:42.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:51.502Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-vh48ds\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://security.ubuntu.com trusty-security/main Sources [162 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [422 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/universe Sources [84.2 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [213 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,435 B]\nGet:12 http://security.ubuntu.com trusty-security/main amd64 Packages [771 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,106 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [492 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:17 http://security.ubuntu.com trusty-security/universe amd64 Packages [262 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [551 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:20 http://security.ubuntu.com trusty-security/main Translation-en [415 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [262 kB]\nGet:23 http://security.ubuntu.com trusty-security/universe Translation-en [141 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.8 MB in 6s (2,032 kB/s)\nReading package lists...\n\nreal\t0m9.273s\nuser\t0m4.639s\nsys\t0m0.314s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:51.502Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:52.008Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-g4bnw5\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [162 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [422 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://security.ubuntu.com trusty-security/universe Sources [84.2 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:10 http://security.ubuntu.com trusty-security/main amd64 Packages [771 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [213 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,435 B]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,106 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:15 http://security.ubuntu.com trusty-security/universe amd64 Packages [262 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [492 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:18 http://security.ubuntu.com trusty-security/main Translation-en [415 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [551 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:21 http://security.ubuntu.com trusty-security/universe Translation-en [141 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [262 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.8 MB in 6s (1,976 kB/s)\nReading package lists...\n\nreal\t0m9.719s\nuser\t0m4.828s\nsys\t0m0.470s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:52.008Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:52.008Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:52.008Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:52.008Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-u3mryy\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [422 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [162 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [213 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [84.2 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,435 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,106 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [771 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [492 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [551 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [262 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:21 http://security.ubuntu.com trusty-security/main Translation-en [415 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [262 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:24 http://security.ubuntu.com trusty-security/universe Translation-en [141 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.8 MB in 6s (2,045 kB/s)\nReading package lists...\n\nreal\t0m9.045s\nuser\t0m4.577s\nsys\t0m0.282s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:52.008Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}], "metadata": {"pagination": {"total": 1606, "offset": 1543, "size": 50}}} 2018-10-04 16:03:52,210 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:03:52,210 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:03:52 GMT 2018-10-04 16:03:52,210 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:03:52,210 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 39742 2018-10-04 16:03:52,210 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:03:52,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] 2018-10-04 16:03:52,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/SGK6D/install-dime.sh 2018-10-04 16:03:52,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] 2018-10-04 16:03:52,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/83V8K/install-ellis.sh 2018-10-04 16:03:52,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/MN75E/install-vellum.sh 2018-10-04 16:03:52,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/JZ0ON/install-homer.sh 2018-10-04 16:03:52,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] 2018-10-04 16:03:52,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/JZ0ON/install-homer.sh 2018-10-04 16:03:52,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:03:52,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 16:03:52,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 16:03:52,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:03:52,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:03:52,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:03:52,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:03:52,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:03:52,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:03:52,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:03:52,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-04 16:03:52,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:03:52,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/SZEUI/install-sprout.sh 2018-10-04 16:03:52,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] repo129 2018-10-04 16:03:52,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo apt 2018-10-04 16:03:52,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/SZEUI/install-sprout.sh 2018-10-04 16:03:52,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] repo129 2018-10-04 16:03:52,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Configure the APT software source 2018-10-04 16:03:52,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/4M152/install-bono.sh 2018-10-04 16:03:52,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure the APT software source 2018-10-04 16:03:52,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Configure the APT software source 2018-10-04 16:03:52,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 2018-10-04 16:03:52,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/4M152/install-bono.sh 2018-10-04 16:03:52,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] 2018-10-04 16:03:52,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo apt 2018-10-04 16:03:52,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] 2018-10-04 16:03:52,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Configure the APT software source 2018-10-04 16:03:52,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] repo129 2018-10-04 16:03:52,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo apt 2018-10-04 16:03:52,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] repo129 2018-10-04 16:03:52,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:03:52,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:03:52,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo apt 2018-10-04 16:03:52,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo apt 2018-10-04 16:03:52,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Configure the APT software source 2018-10-04 16:03:52,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] repo129 2018-10-04 16:03:52,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure the APT software source 2018-10-04 16:03:52,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo apt 2018-10-04 16:03:52,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-vh48ds Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://security.ubuntu.com trusty-security/main Sources [162 kB] Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [422 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/universe Sources [84.2 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [213 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,435 B] Get:12 http://security.ubuntu.com trusty-security/main amd64 Packages [771 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,106 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [492 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:17 http://security.ubuntu.com trusty-security/universe amd64 Packages [262 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [551 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:20 http://security.ubuntu.com trusty-security/main Translation-en [415 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [262 kB] Get:23 http://security.ubuntu.com trusty-security/universe Translation-en [141 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.8 MB in 6s (2,032 kB/s) Reading package lists... real 0m9.273s user 0m4.639s sys 0m0.314s 2018-10-04 16:03:52,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-g4bnw5 Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [162 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [422 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://security.ubuntu.com trusty-security/universe Sources [84.2 kB] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:10 http://security.ubuntu.com trusty-security/main amd64 Packages [771 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [213 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,435 B] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,106 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:15 http://security.ubuntu.com trusty-security/universe amd64 Packages [262 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [492 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:18 http://security.ubuntu.com trusty-security/main Translation-en [415 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [551 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:21 http://security.ubuntu.com trusty-security/universe Translation-en [141 kB] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [262 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.8 MB in 6s (1,976 kB/s) Reading package lists... real 0m9.719s user 0m4.828s sys 0m0.470s 2018-10-04 16:03:52,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-04 16:03:52,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-u3mryy Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [422 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [162 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [213 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Ign http://repo.cw-ngv.com binary/ Translation-en Get:10 http://security.ubuntu.com trusty-security/universe Sources [84.2 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,435 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,106 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [771 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [492 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [551 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [262 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:21 http://security.ubuntu.com trusty-security/main Translation-en [415 kB] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [262 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:24 http://security.ubuntu.com trusty-security/universe Translation-en [141 kB] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.8 MB in 6s (2,045 kB/s) Reading package lists... real 0m9.045s user 0m4.577s sys 0m0.282s 2018-10-04 16:03:52,219 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:03:52,291 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:03:52,291 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:03:52,291 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:03:52,292 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:03:52,292 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:03:52,292 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:03:52,292 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:03:52,292 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:03:52,292 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:03:52,292 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:03:52 GMT 2018-10-04 16:03:52,292 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:03:52,292 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:03:52,292 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:03:57,298 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:03:57,742 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:03:57,743 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:03:57,743 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:03:57,743 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:03:57,743 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:03:57,743 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:03:57,743 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:03:57,743 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:52.008Z", "message": "[sprout] Installing ralf packages and other clearwater packages", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:52.008Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:52.008Z", "message": "[ellis] Installing ellis packages and other clearwater packages", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:52.008Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:52.008Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-g4bnw5\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [162 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [422 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://security.ubuntu.com trusty-security/universe Sources [84.2 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:10 http://security.ubuntu.com trusty-security/main amd64 Packages [771 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [213 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,435 B]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,106 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:15 http://security.ubuntu.com trusty-security/universe amd64 Packages [262 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [492 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:18 http://security.ubuntu.com trusty-security/main Translation-en [415 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [551 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:21 http://security.ubuntu.com trusty-security/universe Translation-en [141 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [262 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.8 MB in 6s (1,976 kB/s)\nReading package lists...\n\nreal\t0m9.719s\nuser\t0m4.828s\nsys\t0m0.470s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:52.008Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:52.008Z", "message": "[homer] Installing homer packages and other clearwater packages", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:52.008Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:52.008Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:52.008Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:53.193Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:53.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:53.193Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:53.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:53.193Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:53.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:55.014Z", "message": "[vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-wi9ohz\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [162 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [84.2 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [422 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [771 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [262 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [213 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [415 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,435 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [141 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,106 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [492 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [551 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [262 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.8 MB in 10s (1,196 kB/s)\nReading package lists...\n\nreal\t0m12.789s\nuser\t0m4.826s\nsys\t0m0.527s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:55.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:56.077Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:56.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:56.077Z", "message": "[vellum] Installing vellum packages and other clearwater packages", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:56.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:56.077Z", "message": "[bono] Installing bono packages and other clearwater packages", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:56.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:56.077Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-abb338\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [162 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [422 kB]\nGet:8 http://security.ubuntu.com trusty-security/universe Sources [84.2 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [771 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [262 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [213 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [415 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,435 B]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,106 kB]\nGet:16 http://security.ubuntu.com trusty-security/universe Translation-en [141 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [492 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [551 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [262 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.8 MB in 10s (1,209 kB/s)\nReading package lists...\n\nreal\t0m12.534s\nuser\t0m4.879s\nsys\t0m0.352s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:56.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:03:56.077Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:03:56.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}], "metadata": {"pagination": {"total": 1623, "offset": 1593, "size": 50}}} 2018-10-04 16:03:57,743 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:03:57,743 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:03:57 GMT 2018-10-04 16:03:57,744 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:03:57,744 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21788 2018-10-04 16:03:57,744 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:03:57,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installing ralf packages and other clearwater packages 2018-10-04 16:03:57,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installing ellis packages and other clearwater packages 2018-10-04 16:03:57,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-g4bnw5 Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [162 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [422 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://security.ubuntu.com trusty-security/universe Sources [84.2 kB] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:10 http://security.ubuntu.com trusty-security/main amd64 Packages [771 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [213 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,435 B] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,106 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:15 http://security.ubuntu.com trusty-security/universe amd64 Packages [262 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [492 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:18 http://security.ubuntu.com trusty-security/main Translation-en [415 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [551 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:21 http://security.ubuntu.com trusty-security/universe Translation-en [141 kB] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [262 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.8 MB in 6s (1,976 kB/s) Reading package lists... real 0m9.719s user 0m4.828s sys 0m0.470s 2018-10-04 16:03:57,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installing homer packages and other clearwater packages 2018-10-04 16:03:57,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-04 16:03:57,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-04 16:03:57,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-04 16:03:57,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-04 16:03:57,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-wi9ohz Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [162 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Ign http://repo.cw-ngv.com binary/ Translation-en_US Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://security.ubuntu.com trusty-security/universe Sources [84.2 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [422 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [771 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [262 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [213 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [415 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,435 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [141 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,106 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [492 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [551 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [262 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.8 MB in 10s (1,196 kB/s) Reading package lists... real 0m12.789s user 0m4.826s sys 0m0.527s 2018-10-04 16:03:57,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-04 16:03:57,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installing vellum packages and other clearwater packages 2018-10-04 16:03:57,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installing bono packages and other clearwater packages 2018-10-04 16:03:57,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-abb338 Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [162 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Ign http://repo.cw-ngv.com binary/ Translation-en_US Ign http://repo.cw-ngv.com binary/ Translation-en Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [422 kB] Get:8 http://security.ubuntu.com trusty-security/universe Sources [84.2 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [771 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [262 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [213 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [415 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,435 B] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,106 kB] Get:16 http://security.ubuntu.com trusty-security/universe Translation-en [141 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [492 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [551 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [262 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.8 MB in 10s (1,209 kB/s) Reading package lists... real 0m12.534s user 0m4.879s sys 0m0.352s 2018-10-04 16:03:57,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-04 16:03:57,747 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:03:57,824 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:03:57,824 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:03:57,824 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:03:57,824 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:03:57,824 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:03:57,825 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:03:57,825 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:03:57,825 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:03:57,825 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:03:57,825 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:03:57 GMT 2018-10-04 16:03:57,825 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:03:57,825 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:03:57,825 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:04:02,831 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:04:03,306 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:04:03,306 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:04:03,306 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:04:03,306 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:04:03,306 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:04:03,306 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:04:03,306 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:04:03,306 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:04:03,307 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:04:03,307 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:04:03 GMT 2018-10-04 16:04:03,307 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:04:03,307 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:04:03,307 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:04:03,307 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:04:03,402 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:04:03,402 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:04:03,402 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:04:03,402 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:04:03,402 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:04:03,402 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:04:03,402 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:04:03,402 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:04:03,402 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:04:03,403 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:04:03 GMT 2018-10-04 16:04:03,403 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:04:03,403 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:04:03,403 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:04:08,408 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:04:08,902 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:04:08,902 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:04:08,902 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:04:08,902 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:04:08,902 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:04:08,903 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:04:08,903 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:04:08,903 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:04:08,903 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:04:08,903 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:04:08 GMT 2018-10-04 16:04:08,903 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:04:08,903 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:04:08,903 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:04:08,904 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:04:09,038 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:04:09,038 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:04:09,038 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:04:09,038 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:04:09,039 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:04:09,039 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:04:09,039 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:04:09,039 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:04:09,039 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:04:09,039 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:04:09 GMT 2018-10-04 16:04:09,039 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:04:09,039 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:04:09,039 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:04:14,041 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:04:14,219 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:04:14,219 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:04:14,219 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:04:14,219 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:04:14,219 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:04:14,220 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:04:14,220 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:04:14,220 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:04:14,220 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:04:14,220 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:04:14 GMT 2018-10-04 16:04:14,220 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:04:14,220 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:04:14,220 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:04:14,221 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:04:14,393 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:04:14,393 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:04:14,393 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:04:14,393 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:04:14,393 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:04:14,393 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:04:14,394 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:04:14,394 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:04:14,394 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:04:14,394 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:04:14 GMT 2018-10-04 16:04:14,394 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:04:14,394 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:04:14,394 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:04:19,400 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:04:19,862 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:04:19,862 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:04:19,862 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:04:19,862 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:04:19,863 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:04:19,863 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:04:19,863 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:04:19,863 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:04:19,863 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:04:19,863 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:04:19 GMT 2018-10-04 16:04:19,863 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:04:19,863 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:04:19,863 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:04:19,864 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:04:19,956 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:04:19,956 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:04:19,956 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:04:19,956 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:04:19,956 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:04:19,957 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:04:19,957 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:04:19,957 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:04:19,957 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:04:19,957 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:04:19 GMT 2018-10-04 16:04:19,957 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:04:19,957 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:04:19,957 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:04:24,960 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:04:25,397 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:04:25,397 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:04:25,397 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:04:25,398 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:04:25,398 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:04:25,398 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:04:25,398 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:04:25,398 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:04:25,398 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:04:25,398 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:04:25 GMT 2018-10-04 16:04:25,398 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:04:25,398 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:04:25,398 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:04:25,399 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:04:25,521 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:04:25,521 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:04:25,521 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:04:25,521 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:04:25,522 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:04:25,522 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:04:25,522 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:04:25,522 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:04:25,522 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:04:25,522 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:04:25 GMT 2018-10-04 16:04:25,522 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:04:25,522 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:04:25,522 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:04:30,527 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:04:30,845 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:04:30,845 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:04:30,845 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:04:30,845 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:04:30,846 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:04:30,846 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:04:30,846 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:04:30,846 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:04:30,846 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:04:30,846 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:04:30 GMT 2018-10-04 16:04:30,846 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:04:30,846 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:04:30,846 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:04:30,847 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:04:30,917 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:04:30,918 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:04:30,918 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:04:30,918 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:04:30,918 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:04:30,918 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:04:30,918 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:04:30,918 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:04:30,918 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:04:30,918 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:04:30 GMT 2018-10-04 16:04:30,919 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:04:30,919 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:04:30,919 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:04:35,924 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:04:36,007 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:04:36,008 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:04:36,008 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:04:36,008 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:04:36,008 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:04:36,008 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:04:36,008 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:04:36,008 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:04:36,008 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:04:36,008 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:04:36 GMT 2018-10-04 16:04:36,008 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:04:36,009 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:04:36,009 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:04:36,009 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:04:36,082 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:04:36,082 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:04:36,082 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:04:36,082 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:04:36,082 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:04:36,083 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:04:36,083 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:04:36,083 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:04:36,083 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:04:36,083 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:04:36 GMT 2018-10-04 16:04:36,083 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:04:36,083 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:04:36,083 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:04:41,089 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:04:41,479 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:04:41,480 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:04:41,480 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:04:41,480 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:04:41,480 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:04:41,480 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:04:41,480 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:04:41,480 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:04:41,481 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:04:41,481 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:04:41 GMT 2018-10-04 16:04:41,481 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:04:41,481 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:04:41,481 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:04:41,481 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:04:41,646 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:04:41,646 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:04:41,646 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:04:41,646 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:04:41,646 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:04:41,646 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:04:41,646 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:04:41,647 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:04:41,647 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:04:41,647 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:04:41 GMT 2018-10-04 16:04:41,647 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:04:41,647 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:04:41,647 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:04:46,653 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:04:47,053 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:04:47,054 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:04:47,054 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:04:47,054 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:04:47,054 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:04:47,054 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:04:47,054 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:04:47,054 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:04:47,054 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:04:47,054 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:04:47 GMT 2018-10-04 16:04:47,054 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:04:47,055 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:04:47,055 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:04:47,055 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:04:47,128 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:04:47,128 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:04:47,128 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:04:47,128 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:04:47,128 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:04:47,128 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:04:47,128 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:04:47,129 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:04:47,129 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:04:47,129 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:04:47 GMT 2018-10-04 16:04:47,129 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:04:47,129 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:04:47,129 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:04:52,135 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:04:52,604 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:04:52,604 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:04:52,604 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:04:52,604 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:04:52,604 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:04:52,604 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:04:52,605 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:04:52,605 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:04:52,605 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:04:52,605 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:04:52 GMT 2018-10-04 16:04:52,605 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:04:52,605 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:04:52,605 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:04:52,605 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:04:52,680 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:04:52,680 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:04:52,680 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:04:52,680 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:04:52,680 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:04:52,680 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:04:52,680 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:04:52,681 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:04:52,681 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:04:52,681 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:04:52 GMT 2018-10-04 16:04:52,681 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:04:52,681 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:04:52,681 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:04:57,685 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:04:57,783 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:04:57,784 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:04:57,784 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:04:57,784 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:04:57,784 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:04:57,784 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:04:57,784 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:04:57,784 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:04:57,784 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:04:57,785 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:04:57 GMT 2018-10-04 16:04:57,785 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:04:57,785 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:04:57,785 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:04:57,785 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:04:58,020 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:04:58,020 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:04:58,020 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:04:58,020 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:04:58,020 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:04:58,020 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:04:58,021 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:04:58,021 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:04:58,021 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:04:58,021 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:04:58 GMT 2018-10-04 16:04:58,021 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:04:58,021 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:04:58,021 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:05:03,027 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:05:03,162 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:05:03,162 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:05:03,162 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:05:03,163 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:05:03,163 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:05:03,163 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:05:03,163 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:05:03,163 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:05:03,163 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:05:03,163 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:05:03 GMT 2018-10-04 16:05:03,163 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:05:03,163 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:05:03,164 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:05:03,164 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:05:03,587 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:05:03,587 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:05:03,587 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:05:03,587 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:05:03,588 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:05:03,588 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:05:03,588 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:05:03,588 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:05:03,588 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:05:03,588 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:05:03 GMT 2018-10-04 16:05:03,588 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:05:03,588 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:05:03,588 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:05:08,594 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:05:09,083 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:05:09,083 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:05:09,083 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:05:09,083 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:05:09,084 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:05:09,084 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:05:09,084 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:05:09,084 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:05:09,084 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:05:09,084 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:05:09 GMT 2018-10-04 16:05:09,084 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:05:09,084 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:05:09,084 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:05:09,085 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:05:09,197 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:05:09,197 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:05:09,197 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:05:09,197 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:05:09,197 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:05:09,197 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:05:09,197 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:05:09,198 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:05:09,198 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:05:09,198 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:05:09 GMT 2018-10-04 16:05:09,198 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:05:09,198 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:05:09,198 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:05:14,204 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:05:14,420 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:05:14,420 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:05:14,420 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:05:14,420 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:05:14,420 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:05:14,420 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:05:14,420 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:05:14,421 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:05:14,421 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:05:14,421 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:05:14 GMT 2018-10-04 16:05:14,421 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:05:14,421 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:05:14,421 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:05:14,421 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:05:14,504 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:05:14,504 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:05:14,504 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:05:14,504 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:05:14,505 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:05:14,505 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:05:14,505 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:05:14,505 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:05:14,505 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:05:14,505 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:05:14 GMT 2018-10-04 16:05:14,505 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:05:14,505 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:05:14,505 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:05:19,511 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:05:19,826 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:05:19,826 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:05:19,826 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:05:19,826 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:05:19,826 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:05:19,827 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:05:19,827 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:05:19,827 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:05:19,827 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:05:19,827 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:05:19 GMT 2018-10-04 16:05:19,827 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:05:19,827 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:05:19,827 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:05:19,828 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:05:19,906 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:05:19,906 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:05:19,906 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:05:19,906 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:05:19,906 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:05:19,906 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:05:19,906 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:05:19,906 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:05:19,907 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:05:19,907 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:05:19 GMT 2018-10-04 16:05:19,907 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:05:19,907 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:05:19,907 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:05:24,912 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:05:25,250 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:05:25,250 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:05:25,250 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:05:25,251 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:05:25,251 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:05:25,251 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:05:25,251 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:05:25,251 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:05:25,251 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:05:25,251 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:05:25 GMT 2018-10-04 16:05:25,251 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:05:25,251 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:05:25,252 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:05:25,252 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:05:25,363 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:05:25,363 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:05:25,363 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:05:25,363 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:05:25,363 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:05:25,363 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:05:25,363 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:05:25,364 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:05:25,364 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:05:25,364 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:05:25 GMT 2018-10-04 16:05:25,364 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:05:25,364 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:05:25,364 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:05:30,370 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:05:30,953 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:05:30,954 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:05:30,954 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:05:30,954 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:05:30,954 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:05:30,954 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:05:30,954 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:05:30,954 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:05:30,954 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:05:30,955 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:05:30 GMT 2018-10-04 16:05:30,955 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:05:30,955 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:05:30,955 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:05:30,955 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:05:31,230 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:05:31,231 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:05:31,231 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:05:31,231 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:05:31,231 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:05:31,231 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:05:31,231 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:05:31,231 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:05:31,231 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:05:31,232 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:05:31 GMT 2018-10-04 16:05:31,232 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:05:31,232 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:05:31,232 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:05:36,237 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:05:36,336 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:05:36,336 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:05:36,336 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:05:36,336 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:05:36,336 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:05:36,336 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:05:36,336 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:05:36,337 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:05:36,337 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:05:36,337 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:05:36 GMT 2018-10-04 16:05:36,337 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:05:36,337 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:05:36,337 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:05:36,337 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:05:36,601 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:05:36,601 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:05:36,601 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:05:36,601 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:05:36,601 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:05:36,601 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:05:36,602 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:05:36,602 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:05:36,602 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:05:36,602 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:05:36 GMT 2018-10-04 16:05:36,602 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:05:36,602 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:05:36,602 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:05:41,608 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:05:41,707 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:05:41,707 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:05:41,707 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:05:41,708 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:05:41,708 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:05:41,708 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:05:41,708 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:05:41,708 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:05:41,708 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:05:41,708 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:05:41 GMT 2018-10-04 16:05:41,708 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:05:41,708 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:05:41,708 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:05:41,709 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:05:42,059 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:05:42,060 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:05:42,060 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:05:42,060 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:05:42,060 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:05:42,060 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:05:42,060 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:05:42,060 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:05:42,060 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:05:42,060 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:05:42 GMT 2018-10-04 16:05:42,061 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:05:42,061 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:05:42,061 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:05:47,066 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:05:47,246 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:05:47,246 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:05:47,247 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:05:47,247 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:05:47,247 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:05:47,247 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:05:47,247 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:05:47,247 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:05:47,247 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:05:47,247 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:05:47 GMT 2018-10-04 16:05:47,247 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:05:47,247 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:05:47,248 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:05:47,248 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:05:47,327 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:05:47,327 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:05:47,327 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:05:47,327 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:05:47,328 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:05:47,328 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:05:47,328 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:05:47,328 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:05:47,328 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:05:47,328 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:05:47 GMT 2018-10-04 16:05:47,328 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:05:47,328 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:05:47,328 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:05:52,334 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:05:52,714 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:05:52,714 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:05:52,714 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:05:52,715 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:05:52,715 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:05:52,715 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:05:52,715 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:05:52,715 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:05:52,715 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:05:52,715 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:05:52 GMT 2018-10-04 16:05:52,715 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:05:52,715 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:05:52,715 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:05:52,716 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:05:52,856 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:05:52,856 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:05:52,856 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:05:52,857 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:05:52,857 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:05:52,857 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:05:52,857 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:05:52,857 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:05:52,857 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:05:52,857 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:05:52 GMT 2018-10-04 16:05:52,857 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:05:52,857 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:05:52,857 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:05:57,863 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:05:58,085 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:05:58,085 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:05:58,085 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:05:58,085 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:05:58,085 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:05:58,085 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:05:58,086 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:05:58,086 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:05:58,086 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:05:58,086 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:05:58 GMT 2018-10-04 16:05:58,086 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:05:58,086 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:05:58,086 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:05:58,086 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:05:58,152 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:05:58,152 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:05:58,152 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:05:58,152 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:05:58,152 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:05:58,152 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:05:58,152 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:05:58,152 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:05:58,153 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:05:58,153 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:05:58 GMT 2018-10-04 16:05:58,153 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:05:58,153 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:05:58,153 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:06:03,158 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:06:03,344 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:06:03,344 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:06:03,344 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:06:03,344 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:06:03,344 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:06:03,345 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:06:03,345 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:06:03,345 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:06:03,345 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:06:03,345 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:06:03 GMT 2018-10-04 16:06:03,345 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:06:03,345 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:06:03,345 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:06:03,346 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:06:03,444 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:06:03,444 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:06:03,445 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:06:03,445 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:06:03,445 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:06:03,445 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:06:03,445 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:06:03,445 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:06:03,445 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:06:03,445 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:06:03 GMT 2018-10-04 16:06:03,445 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:06:03,446 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:06:03,446 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:06:08,451 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:06:08,563 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:06:08,564 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:06:08,564 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:06:08,564 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:06:08,564 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:06:08,564 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:06:08,564 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:06:08,564 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:06:08,564 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:06:08,564 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:06:08 GMT 2018-10-04 16:06:08,564 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:06:08,565 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:06:08,565 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:06:08,565 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:06:08,668 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:06:08,668 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:06:08,669 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:06:08,669 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:06:08,669 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:06:08,669 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:06:08,669 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:06:08,669 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:06:08,669 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:06:08,669 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:06:08 GMT 2018-10-04 16:06:08,669 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:06:08,669 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:06:08,670 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:06:13,675 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:06:13,791 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:06:13,792 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:06:13,792 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:06:13,792 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:06:13,792 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:06:13,792 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:06:13,792 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:06:13,792 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:06:13,792 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:06:13,792 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:06:13 GMT 2018-10-04 16:06:13,793 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:06:13,793 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:06:13,793 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:06:13,793 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:06:13,860 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:06:13,861 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:06:13,861 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:06:13,861 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:06:13,861 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:06:13,861 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:06:13,861 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:06:13,861 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:06:13,861 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:06:13,862 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:06:13 GMT 2018-10-04 16:06:13,862 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:06:13,862 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:06:13,862 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:06:18,867 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:06:19,071 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:06:19,071 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:06:19,071 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:06:19,071 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:06:19,071 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:06:19,071 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:06:19,072 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:06:19,072 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:06:19,072 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:06:19,072 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:06:19 GMT 2018-10-04 16:06:19,072 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:06:19,072 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:06:19,072 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:06:19,072 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:06:19,163 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:06:19,163 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:06:19,164 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:06:19,164 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:06:19,164 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:06:19,164 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:06:19,164 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:06:19,164 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:06:19,164 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:06:19,164 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:06:19 GMT 2018-10-04 16:06:19,164 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:06:19,165 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:06:19,165 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:06:24,170 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:06:24,265 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:06:24,265 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:06:24,265 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:06:24,265 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:06:24,265 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:06:24,265 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:06:24,265 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:06:24,266 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1623, "offset": 1607, "size": 50}}} 2018-10-04 16:06:24,266 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:06:24,266 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:06:24 GMT 2018-10-04 16:06:24,266 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:06:24,266 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:06:24,266 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:06:24,266 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:06:24,430 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:06:24,430 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:06:24,430 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:06:24,431 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:06:24,431 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:06:24,431 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:06:24,431 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:06:24,431 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:06:24,431 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:06:24,431 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:06:24 GMT 2018-10-04 16:06:24,431 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:06:24,431 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:06:24,431 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:06:29,437 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:06:29,812 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:06:29,812 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:06:29,812 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:06:29,812 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:06:29,812 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:06:29,812 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:06:29,812 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:06:29,813 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:06:25.909Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-abb338\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools clearwater-snmpd isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath restund\n sprout-libs sysstat\n0 upgraded, 84 newly installed, 0 to remove and 18 not upgraded.\nNeed to get 53.7 MB of archives.\nAfter this operation, 163 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:17 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:19 http://repo.cw-ngv.com/archive/repo129/ binary/ bono 1.0-171215.183529 [2,167 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:28 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B]\nGet:30 http://repo.cw-ngv.com/archive/repo129/ binary/ restund 1.0-171215.183529 [596 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\n\rExtracting templates from packages: 35%\rExtracting templates from packages: 71%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 53.7 MB in 9s (5,811 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-libs (1.0-171215.183529) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-171215.183529_amd64.deb ...\nUnpacking bono (1.0-171215.183529) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-160.210_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-160.210) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nSelecting previously unselected package restund.\nPreparing to unpack .../restund_1.0-171215.183529_amd64.deb ...\nUnpacking restund (1.0-171215.183529) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-171215.180814) ...\nSetting up sprout-libs (1.0-171215.183529) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-160.210) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up iotop (0.6-1) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 8680\nSetting up restund (1.0-171215.183529) ...\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-socket-factory (1.0-171215.180814) ...\nclearwater-socket-factory-mgmt start/running, process 8730\nclearwater-socket-factory-sig start/running, process 8735\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-171215.183529) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n\nreal\t2m29.619s\nuser\t0m8.989s\nsys\t0m7.722s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:06:25.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:06:26.244Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:06:26.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}], "metadata": {"pagination": {"total": 1625, "offset": 1607, "size": 50}}} 2018-10-04 16:06:29,813 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:06:29,813 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:06:29 GMT 2018-10-04 16:06:29,813 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:06:29,813 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 37673 2018-10-04 16:06:29,813 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:06:29,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-abb338 Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools clearwater-snmpd isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath restund sprout-libs sysstat 0 upgraded, 84 newly installed, 0 to remove and 18 not upgraded. Need to get 53.7 MB of archives. After this operation, 163 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:19 http://repo.cw-ngv.com/archive/repo129/ binary/ bono 1.0-171215.183529 [2,167 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:28 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B] Get:30 http://repo.cw-ngv.com/archive/repo129/ binary/ restund 1.0-171215.183529 [596 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 35% Extracting templates from packages: 71% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 53.7 MB in 9s (5,811 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ... Unpacking clearwater-tcp-scalability (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ... Unpacking sprout-libs (1.0-171215.183529) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ... Unpacking clearwater-socket-factory (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-171215.183529_amd64.deb ... Unpacking bono (1.0-171215.183529) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-160.210_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-160.210) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Selecting previously unselected package restund. Preparing to unpack .../restund_1.0-171215.183529_amd64.deb ... Unpacking restund (1.0-171215.183529) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-171215.180814) ... Setting up sprout-libs (1.0-171215.183529) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-160.210) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up iotop (0.6-1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 8680 Setting up restund (1.0-171215.183529) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-socket-factory (1.0-171215.180814) ... clearwater-socket-factory-mgmt start/running, process 8730 clearwater-socket-factory-sig start/running, process 8735 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-171215.183529) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 2m29.619s user 0m8.989s sys 0m7.722s 2018-10-04 16:06:29,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-04 16:06:29,816 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:06:29,947 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:06:29,948 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:06:29,948 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:06:29,948 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:06:29,948 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:06:29,948 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:06:29,948 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:06:29,948 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:06:29,948 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:06:29,948 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:06:29 GMT 2018-10-04 16:06:29,949 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:06:29,949 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:06:29,949 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:06:34,954 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:06:35,331 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:06:35,332 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:06:35,332 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:06:35,332 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:06:35,332 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:06:35,332 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:06:35,332 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:06:35,332 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1625, "offset": 1609, "size": 50}}} 2018-10-04 16:06:35,333 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:06:35,333 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:06:35 GMT 2018-10-04 16:06:35,333 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:06:35,333 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:06:35,333 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:06:35,333 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:06:35,398 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:06:35,398 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:06:35,398 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:06:35,398 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:06:35,398 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:06:35,398 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:06:35,398 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:06:35,399 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:06:35,399 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:06:35,399 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:06:35 GMT 2018-10-04 16:06:35,399 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:06:35,399 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:06:35,399 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:06:40,400 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:06:40,706 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:06:40,706 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:06:40,706 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:06:40,706 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:06:40,706 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:06:40,706 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:06:40,706 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:06:40,707 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1625, "offset": 1609, "size": 50}}} 2018-10-04 16:06:40,707 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:06:40,707 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:06:40 GMT 2018-10-04 16:06:40,707 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:06:40,707 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:06:40,707 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:06:40,707 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:06:40,780 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:06:40,780 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:06:40,780 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:06:40,780 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:06:40,780 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:06:40,780 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:06:40,780 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:06:40,780 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:06:40,781 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:06:40,781 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:06:40 GMT 2018-10-04 16:06:40,781 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:06:40,781 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:06:40,781 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:06:45,783 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:06:45,964 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:06:45,964 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:06:45,965 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:06:45,965 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:06:45,965 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:06:45,965 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:06:45,965 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:06:45,965 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1625, "offset": 1609, "size": 50}}} 2018-10-04 16:06:45,965 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:06:45,965 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:06:45 GMT 2018-10-04 16:06:45,965 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:06:45,966 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:06:45,966 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:06:45,966 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:06:46,049 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:06:46,049 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:06:46,049 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:06:46,049 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:06:46,049 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:06:46,049 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:06:46,049 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:06:46,049 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:06:46,050 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:06:46,050 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:06:46 GMT 2018-10-04 16:06:46,050 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:06:46,050 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:06:46,050 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:06:51,055 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:06:51,304 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:06:51,304 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:06:51,304 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:06:51,304 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:06:51,304 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:06:51,304 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:06:51,304 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:06:51,305 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1625, "offset": 1609, "size": 50}}} 2018-10-04 16:06:51,305 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:06:51,305 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:06:51 GMT 2018-10-04 16:06:51,305 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:06:51,305 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:06:51,305 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:06:51,305 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:06:51,382 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:06:51,382 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:06:51,382 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:06:51,383 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:06:51,383 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:06:51,383 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:06:51,383 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:06:51,383 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:06:51,383 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:06:51,383 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:06:51 GMT 2018-10-04 16:06:51,383 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:06:51,383 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:06:51,384 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:06:56,389 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:06:56,584 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:06:56,584 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:06:56,584 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:06:56,585 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:06:56,585 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:06:56,585 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:06:56,585 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:06:56,585 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1625, "offset": 1609, "size": 50}}} 2018-10-04 16:06:56,585 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:06:56,585 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:06:56 GMT 2018-10-04 16:06:56,585 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:06:56,585 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:06:56,585 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:06:56,586 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:06:56,662 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:06:56,662 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:06:56,662 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:06:56,662 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:06:56,662 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:06:56,662 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:06:56,662 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:06:56,662 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:06:56,663 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:06:56,663 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:06:56 GMT 2018-10-04 16:06:56,663 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:06:56,663 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:06:56,663 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:07:01,668 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:07:02,214 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:07:02,214 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:07:02,214 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:07:02,214 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:07:02,215 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:07:02,215 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:07:02,215 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:07:02,215 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:06:57.344Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-u3mryy\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl\n libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1\n libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8\n libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25\n libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1\n libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-pip\n python-pip-whl python-requests-whl python-setuptools python-setuptools-whl\n python-six-whl python-urllib3-whl python-virtualenv python-wheel\n python3-pkg-resources realpath sprout-base sprout-bgcf sprout-icscf\n sprout-libs sprout-mmtel-as sprout-scscf sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg\n gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc\n gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc fcgiwrap nginx-doc ntp-doc\n python-genshi python-lxml python3-setuptools sprout-dbg clearwater-logging\n clearwater-snmp-alarm-agent sprout-bgcf-dbg sprout-icscf-dbg\n sprout-mmtel-as-dbg sprout-scscf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl\n libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1\n libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8\n libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25\n libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1\n libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-pip\n python-pip-whl python-requests-whl python-setuptools python-setuptools-whl\n python-six-whl python-urllib3-whl python-virtualenv python-wheel\n python3-pkg-resources realpath sprout sprout-base sprout-bgcf sprout-icscf\n sprout-libs sprout-mmtel-as sprout-scscf sysstat\n0 upgraded, 105 newly installed, 0 to remove and 18 not upgraded.\nNeed to get 56.4 MB of archives.\nAfter this operation, 171 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:18 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:19 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B]\nGet:23 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:26 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:28 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB]\nGet:29 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:31 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:33 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\n\rExtracting templates from packages: 28%\rExtracting templates from packages: 57%\rExtracting templates from packages: 85%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.4 MB in 11s (5,112 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-locale1.54.0:amd64.\nPreparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-160.210_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-160.210) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ...\nUnpacking clearwater-nginx (1.0-171012.111833) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-171215.180814) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package libxml2-utils.\nPreparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-libs (1.0-171215.183529) ...\nSelecting previously unselected package sprout-base.\nPreparing to unpack .../sprout-base_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-base (1.0-171215.183529) ...\nSelecting previously unselected package sprout-scscf.\nPreparing to unpack .../sprout-scscf_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-scscf (1.0-171215.183529) ...\nSelecting previously unselected package sprout-icscf.\nPreparing to unpack .../sprout-icscf_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-icscf (1.0-171215.183529) ...\nSelecting previously unselected package sprout-bgcf.\nPreparing to unpack .../sprout-bgcf_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-bgcf (1.0-171215.183529) ...\nSelecting previously unselected package sprout-mmtel-as.\nPreparing to unpack .../sprout-mmtel-as_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-mmtel-as (1.0-171215.183529) ...\nSelecting previously unselected package sprout.\nPreparing to unpack .../sprout_1.0-171215.183529_amd64.deb ...\nUnpacking sprout (1.0-171215.183529) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-160.210) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-tcp-scalability (1.0-171215.180814) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nSetting up sprout-libs (1.0-171215.183529) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nrsyslog stop/waiting\nrsyslog start/running, process 8947\nreload: Unknown job: clearwater-monit\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9048\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-socket-factory (1.0-171215.180814) ...\nclearwater-socket-factory-mgmt start/running, process 9065\nclearwater-socket-factory-sig start/running, process 9070\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nSetting up clearwater-nginx (1.0-171012.111833) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n..........................+++\n..+++\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nSetting up sprout-base (1.0-171215.183529) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up sprout-bgcf (1.0-171215.183529) ...\nSetting up sprout-mmtel-as (1.0-171215.183529) ...\nSetting up sprout-scscf (1.0-171215.183529) ...\nSetting up sprout-icscf (1.0-171215.183529) ...\nSetting up sprout (1.0-171215.183529) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n\nreal\t3m4.982s\nuser\t0m9.188s\nsys\t0m8.831s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:06:57.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:06:58.266Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:06:58.266Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:06:59.605Z", "message": "[bono] => Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 18 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 2s (14.2 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57595 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m33.274s\nuser\t0m12.391s\nsys\t0m2.949s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:06:59.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:00.303Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:00.303Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}], "metadata": {"pagination": {"total": 1629, "offset": 1609, "size": 50}}} 2018-10-04 16:07:02,215 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:07:02,215 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:07:02 GMT 2018-10-04 16:07:02,215 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:07:02,216 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 61315 2018-10-04 16:07:02,216 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:07:02,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-u3mryy Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-base sprout-bgcf sprout-icscf sprout-libs sprout-mmtel-as sprout-scscf sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools sprout-dbg clearwater-logging clearwater-snmp-alarm-agent sprout-bgcf-dbg sprout-icscf-dbg sprout-mmtel-as-dbg sprout-scscf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout sprout-base sprout-bgcf sprout-icscf sprout-libs sprout-mmtel-as sprout-scscf sysstat 0 upgraded, 105 newly installed, 0 to remove and 18 not upgraded. Need to get 56.4 MB of archives. After this operation, 171 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:18 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:19 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B] Get:23 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:26 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:28 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB] Get:29 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:31 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:33 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28% Extracting templates from packages: 57% Extracting templates from packages: 85% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.4 MB in 11s (5,112 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-locale1.54.0:amd64. Preparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-160.210_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-160.210) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ... Unpacking clearwater-socket-factory (1.0-171215.180814) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ... Unpacking clearwater-tcp-scalability (1.0-171215.180814) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package libxml2-utils. Preparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ... Unpacking sprout-libs (1.0-171215.183529) ... Selecting previously unselected package sprout-base. Preparing to unpack .../sprout-base_1.0-171215.183529_amd64.deb ... Unpacking sprout-base (1.0-171215.183529) ... Selecting previously unselected package sprout-scscf. Preparing to unpack .../sprout-scscf_1.0-171215.183529_amd64.deb ... Unpacking sprout-scscf (1.0-171215.183529) ... Selecting previously unselected package sprout-icscf. Preparing to unpack .../sprout-icscf_1.0-171215.183529_amd64.deb ... Unpacking sprout-icscf (1.0-171215.183529) ... Selecting previously unselected package sprout-bgcf. Preparing to unpack .../sprout-bgcf_1.0-171215.183529_amd64.deb ... Unpacking sprout-bgcf (1.0-171215.183529) ... Selecting previously unselected package sprout-mmtel-as. Preparing to unpack .../sprout-mmtel-as_1.0-171215.183529_amd64.deb ... Unpacking sprout-mmtel-as (1.0-171215.183529) ... Selecting previously unselected package sprout. Preparing to unpack .../sprout_1.0-171215.183529_amd64.deb ... Unpacking sprout (1.0-171215.183529) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-160.210) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up clearwater-tcp-scalability (1.0-171215.180814) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Setting up sprout-libs (1.0-171215.183529) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. rsyslog stop/waiting rsyslog start/running, process 8947 reload: Unknown job: clearwater-monit Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9048 Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-socket-factory (1.0-171215.180814) ... clearwater-socket-factory-mgmt start/running, process 9065 clearwater-socket-factory-sig start/running, process 9070 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Setting up clearwater-nginx (1.0-171012.111833) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ..........................+++ ..+++ writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up sprout-base (1.0-171215.183529) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up sprout-bgcf (1.0-171215.183529) ... Setting up sprout-mmtel-as (1.0-171215.183529) ... Setting up sprout-scscf (1.0-171215.183529) ... Setting up sprout-icscf (1.0-171215.183529) ... Setting up sprout (1.0-171215.183529) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 3m4.982s user 0m9.188s sys 0m8.831s 2018-10-04 16:07:02,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-04 16:07:02,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 18 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 2s (14.2 MB/s) Selecting previously unselected package python-mock. (Reading database ... 57595 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m33.274s user 0m12.391s sys 0m2.949s 2018-10-04 16:07:02,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-04 16:07:02,220 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:07:02,293 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:07:02,293 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:07:02,293 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:07:02,293 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:07:02,293 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:07:02,294 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:07:02,294 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:07:02,294 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:07:02,294 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:07:02,294 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:07:02 GMT 2018-10-04 16:07:02,294 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:07:02,294 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:07:02,294 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:07:07,300 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:07:07,671 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:07:07,671 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:07:07,671 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:07:07,671 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:07:07,672 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:07:07,672 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:07:07,672 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:07:07,672 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1629, "offset": 1613, "size": 50}}} 2018-10-04 16:07:07,672 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:07:07,672 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:07:07 GMT 2018-10-04 16:07:07,672 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:07:07,672 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:07:07,672 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:07:07,673 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:07:07,774 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:07:07,774 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:07:07,774 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:07:07,774 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:07:07,775 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:07:07,775 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:07:07,775 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:07:07,775 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:07:07,775 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:07:07,775 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:07:07 GMT 2018-10-04 16:07:07,775 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:07:07,775 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:07:07,775 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:07:12,781 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:07:13,078 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:07:13,078 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:07:13,078 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:07:13,078 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:07:13,078 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:07:13,078 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:07:13,079 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:07:13,079 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:08.001Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-g4bnw5\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0\n libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4\n libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev\n nginx nginx-common nginx-core ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources realpath sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n clearwater-logging clearwater-snmpd clearwater-secure-connections\n debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg\n gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc\n gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors\n libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc\n python-genshi python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homer inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0\n libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4\n libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev\n nginx nginx-common nginx-core ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources realpath sysstat\n0 upgraded, 94 newly installed, 0 to remove and 18 not upgraded.\nNeed to get 87.7 MB of archives.\nAfter this operation, 201 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ homer 1.0-171213.182937 [35.6 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\n\rExtracting templates from packages: 31%\rExtracting templates from packages: 63%\rExtracting templates from packages: 95%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 87.7 MB in 22s (3,956 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-160.210_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-160.210) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ...\nUnpacking clearwater-nginx (1.0-171012.111833) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-171213.182937_amd64.deb ...\nUnpacking crest (1.0-171213.182937) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package homer.\nPreparing to unpack .../homer_1.0-171213.182937_amd64.deb ...\nUnpacking homer (1.0-171213.182937) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-160.210) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up python2.7-dev (2.7.6-8ubuntu0.4) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9027\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-171012.111833) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n.........+++\n.............+++\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nSetting up crest (1.0-171213.182937) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up homer (1.0-171213.182937) ...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting homer\nCollecting crest (from homer)\nCollecting idna (from crest->homer)\nCollecting cryptography (from crest->homer)\nCollecting pure-sasl (from crest->homer)\nCollecting thrift (from crest->homer)\nCollecting six (from crest->homer)\nCollecting Twisted (from crest->homer)\nCollecting ipaddress (from crest->homer)\nCollecting cyclone (from crest->homer)\nCollecting pyOpenSSL (from crest->homer)\nCollecting zope.interface (from crest->homer)\nCollecting telephus (from crest->homer)\nCollecting constantly (from crest->homer)\nCollecting attrs (from crest->homer)\nCollecting prctl (from crest->homer)\nCollecting Automat (from crest->homer)\nCollecting setuptools (from crest->homer)\nCollecting cql (from crest->homer)\nCollecting lxml (from crest->homer)\nCollecting asn1crypto (from crest->homer)\nCollecting metaswitchcommon (from crest->homer)\nCollecting incremental (from crest->homer)\nCollecting msgpack-python (from crest->homer)\nCollecting enum34 (from crest->homer)\nCollecting cffi>=1.7 (from cryptography->crest->homer)\nCollecting pycparser (from metaswitchcommon->crest->homer)\nCollecting pycrypto (from metaswitchcommon->crest->homer)\nCollecting monotonic (from metaswitchcommon->crest->homer)\nCollecting pyzmq (from metaswitchcommon->crest->homer)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest, homer\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: crest 0.1\n Uninstalling crest-0.1:\n Successfully uninstalled crest-0.1\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homer-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\n/var/lib/dpkg/info/homer.postinst: 50: /var/lib/dpkg/info/homer.postinst: /usr/share/clearwater/cassandra-schemas/homer.sh: not found\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n\nreal\t3m15.649s\nuser\t0m20.474s\nsys\t0m11.492s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:08.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:08.623Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:08.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}], "metadata": {"pagination": {"total": 1631, "offset": 1613, "size": 50}}} 2018-10-04 16:07:13,079 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:07:13,079 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:07:13 GMT 2018-10-04 16:07:13,079 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:07:13,079 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 51315 2018-10-04 16:07:13,080 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:07:13,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-g4bnw5 Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources realpath sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-snmpd clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homer inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources realpath sysstat 0 upgraded, 94 newly installed, 0 to remove and 18 not upgraded. Need to get 87.7 MB of archives. After this operation, 201 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ homer 1.0-171213.182937 [35.6 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 31% Extracting templates from packages: 63% Extracting templates from packages: 95% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 87.7 MB in 22s (3,956 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-160.210_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-160.210) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-171213.182937_amd64.deb ... Unpacking crest (1.0-171213.182937) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package homer. Preparing to unpack .../homer_1.0-171213.182937_amd64.deb ... Unpacking homer (1.0-171213.182937) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-160.210) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9027 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-171012.111833) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key .........+++ .............+++ writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up crest (1.0-171213.182937) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homer (1.0-171213.182937) ... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting homer Collecting crest (from homer) Collecting idna (from crest->homer) Collecting cryptography (from crest->homer) Collecting pure-sasl (from crest->homer) Collecting thrift (from crest->homer) Collecting six (from crest->homer) Collecting Twisted (from crest->homer) Collecting ipaddress (from crest->homer) Collecting cyclone (from crest->homer) Collecting pyOpenSSL (from crest->homer) Collecting zope.interface (from crest->homer) Collecting telephus (from crest->homer) Collecting constantly (from crest->homer) Collecting attrs (from crest->homer) Collecting prctl (from crest->homer) Collecting Automat (from crest->homer) Collecting setuptools (from crest->homer) Collecting cql (from crest->homer) Collecting lxml (from crest->homer) Collecting asn1crypto (from crest->homer) Collecting metaswitchcommon (from crest->homer) Collecting incremental (from crest->homer) Collecting msgpack-python (from crest->homer) Collecting enum34 (from crest->homer) Collecting cffi>=1.7 (from cryptography->crest->homer) Collecting pycparser (from metaswitchcommon->crest->homer) Collecting pycrypto (from metaswitchcommon->crest->homer) Collecting monotonic (from metaswitchcommon->crest->homer) Collecting pyzmq (from metaswitchcommon->crest->homer) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest, homer Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homer-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. /var/lib/dpkg/info/homer.postinst: 50: /var/lib/dpkg/info/homer.postinst: /usr/share/clearwater/cassandra-schemas/homer.sh: not found Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 3m15.649s user 0m20.474s sys 0m11.492s 2018-10-04 16:07:13,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-04 16:07:13,083 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:07:13,197 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:07:13,198 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:07:13,198 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:07:13,198 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:07:13,198 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:07:13,198 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:07:13,198 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:07:13,198 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:07:13,198 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:07:13,199 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:07:13 GMT 2018-10-04 16:07:13,199 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:07:13,199 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:07:13,199 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:07:18,204 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:07:18,745 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:07:18,745 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:07:18,746 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:07:18,746 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:07:18,746 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:07:18,746 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:07:18,746 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:07:18,746 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:14.162Z", "message": "[bono] => Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n libmysqlclient18 mysql-common snmpd\nThe following NEW packages will be installed:\n clearwater-snmpd libmysqlclient18 mysql-common snmpd\n0 upgraded, 4 newly installed, 0 to remove and 18 not upgraded.\nNeed to get 701 kB of archives.\nAfter this operation, 3,972 kB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB]\nPreconfiguring packages ...\nFetched 701 kB in 0s (1,025 kB/s)\nSelecting previously unselected package mysql-common.\n(Reading database ... 57818 files and directories currently installed.)\nPreparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-171215.180814_all.deb ...\nUnpacking clearwater-snmpd (1.0-171215.180814) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-171215.180814) ...\n * Stopping network management services:\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n\nreal\t0m14.132s\nuser\t0m0.838s\nsys\t0m0.627s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:14.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:14.650Z", "message": "[bono] The installation packages is done correctly", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:14.650Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:14.650Z", "message": "[bono] Configure a new DNS server", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:14.650Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:15.682Z", "message": "[bono] sudo service dnsmasq force", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:15.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:17.118Z", "message": "[bono] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.076s\nuser\t0m0.010s\nsys\t0m0.047s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:17.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:17.768Z", "message": "[bono] sudo ps ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:17.768Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:17.768Z", "message": "[bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:d1:7c:62 \n inet addr:192.168.120.6 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fed1:7c62/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:88547 errors:0 dropped:0 overruns:0 frame:0\n TX packets:54478 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:131838414 (131.8 MB) TX bytes:10051129 (10.0 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:40 errors:0 dropped:0 overruns:0 frame:0\n TX packets:40 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:3736 (3.7 KB) TX bytes:3736 (3.7 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.001s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:17.768Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:17.768Z", "message": "[bono] sudo ifconfig ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:17.768Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}], "metadata": {"pagination": {"total": 1639, "offset": 1615, "size": 50}}} 2018-10-04 16:07:18,747 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:07:18,747 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:07:18 GMT 2018-10-04 16:07:18,747 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:07:18,747 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7680 2018-10-04 16:07:18,747 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:07:18,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: libmysqlclient18 mysql-common snmpd The following NEW packages will be installed: clearwater-snmpd libmysqlclient18 mysql-common snmpd 0 upgraded, 4 newly installed, 0 to remove and 18 not upgraded. Need to get 701 kB of archives. After this operation, 3,972 kB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB] Preconfiguring packages ... Fetched 701 kB in 0s (1,025 kB/s) Selecting previously unselected package mysql-common. (Reading database ... 57818 files and directories currently installed.) Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-171215.180814_all.deb ... Unpacking clearwater-snmpd (1.0-171215.180814) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-171215.180814) ... * Stopping network management services: Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 0m14.132s user 0m0.838s sys 0m0.627s 2018-10-04 16:07:18,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] The installation packages is done correctly 2018-10-04 16:07:18,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure a new DNS server 2018-10-04 16:07:18,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo service dnsmasq force 2018-10-04 16:07:18,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.076s user 0m0.010s sys 0m0.047s 2018-10-04 16:07:18,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ps 2018-10-04 16:07:18,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:d1:7c:62 inet addr:192.168.120.6 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fed1:7c62/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:88547 errors:0 dropped:0 overruns:0 frame:0 TX packets:54478 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:131838414 (131.8 MB) TX bytes:10051129 (10.0 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:40 errors:0 dropped:0 overruns:0 frame:0 TX packets:40 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:3736 (3.7 KB) TX bytes:3736 (3.7 KB) real 0m0.005s user 0m0.004s sys 0m0.001s 2018-10-04 16:07:18,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ifconfig 2018-10-04 16:07:18,749 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:07:18,901 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:07:18,901 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:07:18,901 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:07:18,901 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:07:18,901 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:07:18,902 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:07:18,902 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:07:18,902 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:07:18,902 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:07:18,902 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:07:18 GMT 2018-10-04 16:07:18,902 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:07:18,902 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:07:18,902 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:07:23,908 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:07:24,603 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:07:24,603 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:07:24,604 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:07:24,604 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:07:24,604 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:07:24,604 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:07:24,604 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:07:24,604 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:18.969Z", "message": "[bono] sudo find /var/log ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:18.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:18.969Z", "message": "[bono] sudo netstat ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:18.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:18.969Z", "message": "[bono] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 15:59 ? 00:00:00 /sbin/init\nroot 2 0 0 15:59 ? 00:00:00 [kthreadd]\nroot 3 2 0 15:59 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 15:59 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 15:59 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 15:59 ? 00:00:00 [rcu_sched]\nroot 8 2 0 15:59 ? 00:00:00 [rcuos/0]\nroot 9 2 0 15:59 ? 00:00:00 [rcuos/1]\nroot 10 2 0 15:59 ? 00:00:00 [rcu_bh]\nroot 11 2 0 15:59 ? 00:00:00 [rcuob/0]\nroot 12 2 0 15:59 ? 00:00:00 [rcuob/1]\nroot 13 2 0 15:59 ? 00:00:00 [migration/0]\nroot 14 2 0 15:59 ? 00:00:00 [watchdog/0]\nroot 15 2 0 15:59 ? 00:00:00 [watchdog/1]\nroot 16 2 0 15:59 ? 00:00:00 [migration/1]\nroot 17 2 0 15:59 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 15:59 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 15:59 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 15:59 ? 00:00:00 [khelper]\nroot 21 2 0 15:59 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 15:59 ? 00:00:00 [netns]\nroot 23 2 0 15:59 ? 00:00:00 [writeback]\nroot 24 2 0 15:59 ? 00:00:00 [kintegrityd]\nroot 25 2 0 15:59 ? 00:00:00 [bioset]\nroot 27 2 0 15:59 ? 00:00:00 [kblockd]\nroot 28 2 0 15:59 ? 00:00:00 [ata_sff]\nroot 29 2 0 15:59 ? 00:00:00 [khubd]\nroot 30 2 0 15:59 ? 00:00:00 [md]\nroot 31 2 0 15:59 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 15:59 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 15:59 ? 00:00:00 [khungtaskd]\nroot 35 2 0 15:59 ? 00:00:00 [kswapd0]\nroot 36 2 0 15:59 ? 00:00:00 [vmstat]\nroot 37 2 0 15:59 ? 00:00:00 [ksmd]\nroot 38 2 0 15:59 ? 00:00:00 [khugepaged]\nroot 39 2 0 15:59 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 15:59 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 15:59 ? 00:00:00 [crypto]\nroot 53 2 0 15:59 ? 00:00:00 [kthrotld]\nroot 54 2 0 15:59 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 15:59 ? 00:00:00 [vballoon]\nroot 57 2 0 15:59 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 15:59 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 15:59 ? 00:00:00 [deferwq]\nroot 80 2 0 15:59 ? 00:00:00 [charger_manager]\nroot 125 2 0 15:59 ? 00:00:00 [kpsmoused]\nroot 142 2 0 15:59 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 15:59 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 15:59 ? 00:00:00 [ext4-rsv-conver]\nroot 388 1 0 15:59 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 15:59 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 434 2 0 15:59 ? 00:00:00 [kworker/u5:1]\nroot 435 2 0 15:59 ? 00:00:00 [kworker/u5:2]\nroot 519 1 0 15:59 ? 00:00:00 upstart-socket-bridge --daemon\nroot 562 2 0 15:59 ? 00:00:00 [kworker/1:2]\nroot 648 1 0 15:59 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 821 2 0 15:59 ? 00:00:00 [kauditd]\nroot 940 1 0 15:59 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 996 1 0 15:59 ? 00:00:00 rsyslogd\nmessage+ 1033 1 0 15:59 ? 00:00:00 dbus-daemon --system --fork\nroot 1050 1 0 15:59 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1056 1 0 15:59 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1059 1 0 15:59 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1063 1 0 15:59 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1064 1 0 15:59 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1066 1 0 15:59 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1111 1 0 15:59 ? 00:00:00 /usr/sbin/sshd -D\nroot 1113 1 0 15:59 ? 00:00:00 cron\ndaemon 1114 1 0 15:59 ? 00:00:00 atd\nroot 1120 1 0 15:59 ? 00:00:00 /usr/sbin/irqbalance\nroot 1128 1 0 15:59 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1256 1 0 15:59 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1263 1 0 15:59 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1652 1 0 16:00 ? 00:00:00 /home/ubuntu/bono_host_abb338/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_abb338 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_abb338 --logging-server-logdir=/home/ubuntu/bono_host_abb338/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_abb338/work/bono_host_abb338%I.log --pidfile=/home/ubuntu/bono_host_abb338/work/bono_host_abb338.pid\nubuntu 1766 1 0 16:00 ? 00:00:02 python2.7 /home/ubuntu/bono_host_abb338/env/bin/diamond --configfile /home/ubuntu/bono_host_abb338/work/plugins/diamond/etc/diamond.conf\nubuntu 1850 1652 0 16:03 ? 00:00:00 /home/ubuntu/bono_host_abb338/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_abb338 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_abb338 --logging-server-logdir=/home/ubuntu/bono_host_abb338/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_abb338/work/bono_host_abb338%I.log --pidfile=/home/ubuntu/bono_host_abb338/work/bono_host_abb338.pid\nubuntu 1871 1850 0 16:03 ? 00:00:00 /home/ubuntu/bono_host_abb338/env/bin/python2.7 /home/ubuntu/bono_host_abb338/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-MYVkKy\nubuntu 1883 1871 0 16:03 ? 00:00:00 /bin/sh -c /tmp/4M152/install-bono.sh\nubuntu 1885 1883 0 16:03 ? 00:00:00 /bin/bash -e /tmp/4M152/install-bono.sh\nroot 2516 2 0 16:04 ? 00:00:00 [kworker/u5:0]\nntp 8170 1 0 16:05 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 8680 1 0 16:06 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 8730 1 0 16:06 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 8731 8730 0 16:06 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 8735 1 0 16:06 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 8736 8735 0 16:06 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 8745 8731 0 16:06 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 8746 8736 0 16:06 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 8747 8746 0 16:06 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nbono 9055 1 0 16:06 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.6,bono-22c2me.clearwater.local --alias=172.30.9.208,bono-22c2me.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-22c2me.clearwater.local --dns-server=127.0.0.1 --worker-threads=2 --analytics=/var/log/bono --log-file=/var/log/bono --log-level=2 --daemon --pidfile=/var/run/bono/bono.pid\ndnsmasq 9844 1 0 16:07 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 9907 1885 0 16:07 ? 00:00:00 /bin/bash -e /tmp/4M152/install-bono.sh\nubuntu 9908 9907 0 16:07 ? 00:00:00 /bin/bash -e /tmp/4M152/install-bono.sh\nroot 9909 9908 0 16:07 ? 00:00:00 sudo ps -edf\nroot 9910 9909 0 16:07 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.003s\nsys\t0m0.006s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:18.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:18.969Z", "message": "[bono] => /var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/lastlog\n/var/log/cloud-init.log\n/var/log/boot.log\n/var/log/udev\n/var/log/monit.log\n/var/log/wtmp\n/var/log/dmesg\n/var/log/auth.log\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init-output.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/container-detect.log\n/var/log/iotop.log\n/var/log/dpkg.log\n/var/log/clearwater-socket-factory.log\n/var/log/sysstat/clearwater-sa04\n/var/log/bono/bono_err.log\n/var/log/bono/bono_20181004T160000Z.txt\n/var/log/bono/bono_out.log\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/kern.log\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/syslog\n/var/log/dmesg.0\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:18.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:18.969Z", "message": "[bono] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9844/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1111/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8680/monit \ntcp 0 0 192.168.120.6:5058 0.0.0.0:* LISTEN 9055/bono \ntcp 0 0 192.168.120.6:5060 0.0.0.0:* LISTEN 9055/bono \ntcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 9055/bono \ntcp6 0 0 ::1:53 :::* LISTEN 9844/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1111/sshd \nudp 0 0 192.168.120.6:123 0.0.0.0:* 8170/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8170/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8170/ntpd \nudp 0 0 0.0.0.0:58230 0.0.0.0:* 648/dhclient \nudp 0 0 192.168.120.6:5058 0.0.0.0:* 9055/bono \nudp 0 0 192.168.120.6:5060 0.0.0.0:* 9055/bono \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9844/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 648/dhclient \nudp6 0 0 fe80::f816:3eff:fed:123 :::* 8170/ntpd \nudp6 0 0 ::1:123 :::* 8170/ntpd \nudp6 0 0 :::123 :::* 8170/ntpd \nudp6 0 0 :::59279 :::* 648/dhclient \nudp6 0 0 ::1:53 :::* 9844/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 20120 8745/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] SEQPACKET LISTENING 1824 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 20927 8747/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 9256 1128/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 10204 1652/python2.7 /tmp/cloudify-logging-server-a3a73.socket\nunix 2 [ ACC ] STREAM LISTENING 11741 1871/python2.7 /tmp/ctx-GugKQJ.socket\nunix 2 [ ACC ] STREAM LISTENING 1500 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 8131 1033/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.007s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:18.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:19.980Z", "message": "[bono] => 2018:10:04 16:06:21: Namespace: management\n2018:10:04 16:06:21: [management] Starting server\n2018:10:04 16:06:21: [management] Listening for requests\n2018:10:04 16:06:21: Namespace: signaling\n2018:10:04 16:06:21: [signaling] Starting server\n2018:10:04 16:06:21: [signaling] Listening for requests\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:19.980Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:19.980Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:19.980Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:20.990Z", "message": "[bono] => 2018-10-04 16:06:43.260956041 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:20.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:20.990Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:20.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:20.990Z", "message": "[bono] Installation is done", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:20.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:20.990Z", "message": "Execution done (return_code=0): /tmp/4M152/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:20.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:20.990Z", "message": "[bono] sudo cat /var/log/bono/bono_20181004T160000Z.txt /var/log/bono/bono_current.txt /var/log/bono/bono_err.log /var/log/bono/bono_out.log", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:20.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "c72a29dc-6ebc-47be-af31-66539ba7f882"}, {"node_instance_id": "bono_22c2me", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:21.168Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:21.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "bono_22c2me", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:22.088Z", "message": "Starting node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:22.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:23.117Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:23.117Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:23.117Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:23.117Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:23.578Z", "message": "Downloaded scripts/bind/bind.py to /tmp/1YR4U/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:23.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e2f9aa74-8dbe-4b52-a27f-df2fb2c8fdc4"}], "metadata": {"pagination": {"total": 1659, "offset": 1623, "size": 50}}} 2018-10-04 16:07:24,604 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:07:24,605 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:07:24 GMT 2018-10-04 16:07:24,605 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:07:24,605 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 22484 2018-10-04 16:07:24,605 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:07:24,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo find /var/log 2018-10-04 16:07:24,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo netstat 2018-10-04 16:07:24,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 15:59 ? 00:00:00 /sbin/init root 2 0 0 15:59 ? 00:00:00 [kthreadd] root 3 2 0 15:59 ? 00:00:00 [ksoftirqd/0] root 5 2 0 15:59 ? 00:00:00 [kworker/0:0H] root 6 2 0 15:59 ? 00:00:00 [kworker/u4:0] root 7 2 0 15:59 ? 00:00:00 [rcu_sched] root 8 2 0 15:59 ? 00:00:00 [rcuos/0] root 9 2 0 15:59 ? 00:00:00 [rcuos/1] root 10 2 0 15:59 ? 00:00:00 [rcu_bh] root 11 2 0 15:59 ? 00:00:00 [rcuob/0] root 12 2 0 15:59 ? 00:00:00 [rcuob/1] root 13 2 0 15:59 ? 00:00:00 [migration/0] root 14 2 0 15:59 ? 00:00:00 [watchdog/0] root 15 2 0 15:59 ? 00:00:00 [watchdog/1] root 16 2 0 15:59 ? 00:00:00 [migration/1] root 17 2 0 15:59 ? 00:00:00 [ksoftirqd/1] root 18 2 0 15:59 ? 00:00:00 [kworker/1:0] root 19 2 0 15:59 ? 00:00:00 [kworker/1:0H] root 20 2 0 15:59 ? 00:00:00 [khelper] root 21 2 0 15:59 ? 00:00:00 [kdevtmpfs] root 22 2 0 15:59 ? 00:00:00 [netns] root 23 2 0 15:59 ? 00:00:00 [writeback] root 24 2 0 15:59 ? 00:00:00 [kintegrityd] root 25 2 0 15:59 ? 00:00:00 [bioset] root 27 2 0 15:59 ? 00:00:00 [kblockd] root 28 2 0 15:59 ? 00:00:00 [ata_sff] root 29 2 0 15:59 ? 00:00:00 [khubd] root 30 2 0 15:59 ? 00:00:00 [md] root 31 2 0 15:59 ? 00:00:00 [devfreq_wq] root 32 2 0 15:59 ? 00:00:00 [kworker/0:1] root 34 2 0 15:59 ? 00:00:00 [khungtaskd] root 35 2 0 15:59 ? 00:00:00 [kswapd0] root 36 2 0 15:59 ? 00:00:00 [vmstat] root 37 2 0 15:59 ? 00:00:00 [ksmd] root 38 2 0 15:59 ? 00:00:00 [khugepaged] root 39 2 0 15:59 ? 00:00:00 [fsnotify_mark] root 40 2 0 15:59 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 15:59 ? 00:00:00 [crypto] root 53 2 0 15:59 ? 00:00:00 [kthrotld] root 54 2 0 15:59 ? 00:00:00 [kworker/u4:1] root 55 2 0 15:59 ? 00:00:00 [vballoon] root 57 2 0 15:59 ? 00:00:00 [scsi_eh_0] root 58 2 0 15:59 ? 00:00:00 [scsi_eh_1] root 79 2 0 15:59 ? 00:00:00 [deferwq] root 80 2 0 15:59 ? 00:00:00 [charger_manager] root 125 2 0 15:59 ? 00:00:00 [kpsmoused] root 142 2 0 15:59 ? 00:00:00 [kworker/0:2] root 186 2 0 15:59 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 15:59 ? 00:00:00 [ext4-rsv-conver] root 388 1 0 15:59 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 15:59 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 434 2 0 15:59 ? 00:00:00 [kworker/u5:1] root 435 2 0 15:59 ? 00:00:00 [kworker/u5:2] root 519 1 0 15:59 ? 00:00:00 upstart-socket-bridge --daemon root 562 2 0 15:59 ? 00:00:00 [kworker/1:2] root 648 1 0 15:59 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 821 2 0 15:59 ? 00:00:00 [kauditd] root 940 1 0 15:59 ? 00:00:00 upstart-file-bridge --daemon syslog 996 1 0 15:59 ? 00:00:00 rsyslogd message+ 1033 1 0 15:59 ? 00:00:00 dbus-daemon --system --fork root 1050 1 0 15:59 ? 00:00:00 /lib/systemd/systemd-logind root 1056 1 0 15:59 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1059 1 0 15:59 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1063 1 0 15:59 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1064 1 0 15:59 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1066 1 0 15:59 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1111 1 0 15:59 ? 00:00:00 /usr/sbin/sshd -D root 1113 1 0 15:59 ? 00:00:00 cron daemon 1114 1 0 15:59 ? 00:00:00 atd root 1120 1 0 15:59 ? 00:00:00 /usr/sbin/irqbalance root 1128 1 0 15:59 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1256 1 0 15:59 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1263 1 0 15:59 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1652 1 0 16:00 ? 00:00:00 /home/ubuntu/bono_host_abb338/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_abb338 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_abb338 --logging-server-logdir=/home/ubuntu/bono_host_abb338/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_abb338/work/bono_host_abb338%I.log --pidfile=/home/ubuntu/bono_host_abb338/work/bono_host_abb338.pid ubuntu 1766 1 0 16:00 ? 00:00:02 python2.7 /home/ubuntu/bono_host_abb338/env/bin/diamond --configfile /home/ubuntu/bono_host_abb338/work/plugins/diamond/etc/diamond.conf ubuntu 1850 1652 0 16:03 ? 00:00:00 /home/ubuntu/bono_host_abb338/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_abb338 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_abb338 --logging-server-logdir=/home/ubuntu/bono_host_abb338/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_abb338/work/bono_host_abb338%I.log --pidfile=/home/ubuntu/bono_host_abb338/work/bono_host_abb338.pid ubuntu 1871 1850 0 16:03 ? 00:00:00 /home/ubuntu/bono_host_abb338/env/bin/python2.7 /home/ubuntu/bono_host_abb338/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-MYVkKy ubuntu 1883 1871 0 16:03 ? 00:00:00 /bin/sh -c /tmp/4M152/install-bono.sh ubuntu 1885 1883 0 16:03 ? 00:00:00 /bin/bash -e /tmp/4M152/install-bono.sh root 2516 2 0 16:04 ? 00:00:00 [kworker/u5:0] ntp 8170 1 0 16:05 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 8680 1 0 16:06 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 8730 1 0 16:06 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 8731 8730 0 16:06 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 8735 1 0 16:06 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 8736 8735 0 16:06 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 8745 8731 0 16:06 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 8746 8736 0 16:06 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 8747 8746 0 16:06 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling bono 9055 1 0 16:06 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.6,bono-22c2me.clearwater.local --alias=172.30.9.208,bono-22c2me.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-22c2me.clearwater.local --dns-server=127.0.0.1 --worker-threads=2 --analytics=/var/log/bono --log-file=/var/log/bono --log-level=2 --daemon --pidfile=/var/run/bono/bono.pid dnsmasq 9844 1 0 16:07 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 9907 1885 0 16:07 ? 00:00:00 /bin/bash -e /tmp/4M152/install-bono.sh ubuntu 9908 9907 0 16:07 ? 00:00:00 /bin/bash -e /tmp/4M152/install-bono.sh root 9909 9908 0 16:07 ? 00:00:00 sudo ps -edf root 9910 9909 0 16:07 ? 00:00:00 ps -edf real 0m0.009s user 0m0.003s sys 0m0.006s 2018-10-04 16:07:24,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/lastlog /var/log/cloud-init.log /var/log/boot.log /var/log/udev /var/log/monit.log /var/log/wtmp /var/log/dmesg /var/log/auth.log /var/log/landscape/sysinfo.log /var/log/cloud-init-output.log /var/log/upstart/systemd-logind.log /var/log/upstart/rsyslog.log /var/log/upstart/clearwater-monit.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/container-detect.log /var/log/iotop.log /var/log/dpkg.log /var/log/clearwater-socket-factory.log /var/log/sysstat/clearwater-sa04 /var/log/bono/bono_err.log /var/log/bono/bono_20181004T160000Z.txt /var/log/bono/bono_out.log /var/log/apt/history.log /var/log/apt/term.log /var/log/kern.log /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/btmp /var/log/alternatives.log /var/log/syslog /var/log/dmesg.0 real 0m0.008s user 0m0.000s sys 0m0.006s 2018-10-04 16:07:24,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9844/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1111/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8680/monit tcp 0 0 192.168.120.6:5058 0.0.0.0:* LISTEN 9055/bono tcp 0 0 192.168.120.6:5060 0.0.0.0:* LISTEN 9055/bono tcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 9055/bono tcp6 0 0 ::1:53 :::* LISTEN 9844/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1111/sshd udp 0 0 192.168.120.6:123 0.0.0.0:* 8170/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8170/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8170/ntpd udp 0 0 0.0.0.0:58230 0.0.0.0:* 648/dhclient udp 0 0 192.168.120.6:5058 0.0.0.0:* 9055/bono udp 0 0 192.168.120.6:5060 0.0.0.0:* 9055/bono udp 0 0 127.0.0.1:53 0.0.0.0:* 9844/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 648/dhclient udp6 0 0 fe80::f816:3eff:fed:123 :::* 8170/ntpd udp6 0 0 ::1:123 :::* 8170/ntpd udp6 0 0 :::123 :::* 8170/ntpd udp6 0 0 :::59279 :::* 648/dhclient udp6 0 0 ::1:53 :::* 9844/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 20120 8745/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] SEQPACKET LISTENING 1824 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 20927 8747/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 9256 1128/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 10204 1652/python2.7 /tmp/cloudify-logging-server-a3a73.socket unix 2 [ ACC ] STREAM LISTENING 11741 1871/python2.7 /tmp/ctx-GugKQJ.socket unix 2 [ ACC ] STREAM LISTENING 1500 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 8131 1033/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.007s user 0m0.000s sys 0m0.007s 2018-10-04 16:07:24,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2018:10:04 16:06:21: Namespace: management 2018:10:04 16:06:21: [management] Starting server 2018:10:04 16:06:21: [management] Listening for requests 2018:10:04 16:06:21: Namespace: signaling 2018:10:04 16:06:21: [signaling] Starting server 2018:10:04 16:06:21: [signaling] Listening for requests real 0m0.005s user 0m0.000s sys 0m0.005s 2018-10-04 16:07:24,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-10-04 16:07:24,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2018-10-04 16:06:43.260956041 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.000s sys 0m0.005s 2018-10-04 16:07:24,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-10-04 16:07:24,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installation is done 2018-10-04 16:07:24,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/4M152/install-bono.sh 2018-10-04 16:07:24,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/bono/bono_20181004T160000Z.txt /var/log/bono/bono_current.txt /var/log/bono/bono_err.log /var/log/bono/bono_out.log 2018-10-04 16:07:24,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:07:24,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 16:07:24,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:07:24,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:07:24,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/1YR4U/bind.py 2018-10-04 16:07:24,609 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:07:24,696 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:07:24,696 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:07:24,696 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:07:24,696 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:07:24,696 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:07:24,696 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:07:24,696 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:07:24,697 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:07:24,697 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:07:24,697 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:07:24 GMT 2018-10-04 16:07:24,697 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:07:24,697 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:07:24,697 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:07:29,702 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:07:29,953 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:07:29,953 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:07:29,953 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:07:29,953 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:07:29,954 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:07:29,954 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:07:29,954 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:07:29,954 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:25.041Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-9bvecx\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libaio1\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdbd-mysql-perl\n libdbi-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libhtml-template-perl\n libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0\n libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25\n libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libterm-readkey-perl\n libtiff5 libtsan0 libvpx1 libxpm4 libxslt1.1 libzmq3 linux-libc-dev make\n manpages-dev mysql-client-5.5 mysql-client-core-5.5 mysql-common\n mysql-server mysql-server-5.5 mysql-server-core-5.5 nginx nginx-common\n nginx-core ntp python-chardet-whl python-colorama python-colorama-whl\n python-distlib python-distlib-whl python-html5lib python-html5lib-whl\n python-pip python-pip-whl python-requests-whl python-setuptools\n python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv\n python-wheel python3-pkg-resources realpath sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n debian-keyring clearwater-logging clearwater-snmpd g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg glibc-doc libclone-perl libmldbm-perl libnet-daemon-perl\n libplrpc-perl libsql-statement-perl libgd-tools libipc-sharedcache-perl\n lm-sensors libstdc++-4.8-doc make-doc tinyca mailx fcgiwrap nginx-doc\n ntp-doc python-genshi python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev ellis fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libaio1\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdbd-mysql-perl\n libdbi-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libhtml-template-perl\n libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0\n libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25\n libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libterm-readkey-perl\n libtiff5 libtsan0 libvpx1 libxpm4 libxslt1.1 libzmq3 linux-libc-dev make\n manpages-dev mysql-client-5.5 mysql-client-core-5.5 mysql-common\n mysql-server mysql-server-5.5 mysql-server-core-5.5 nginx nginx-common\n nginx-core ntp python-chardet-whl python-colorama python-colorama-whl\n python-distlib python-distlib-whl python-html5lib python-html5lib-whl\n python-pip python-pip-whl python-requests-whl python-setuptools\n python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv\n python-wheel python3-pkg-resources realpath sysstat\n0 upgraded, 98 newly installed, 0 to remove and 18 not upgraded.\nNeed to get 69.3 MB of archives.\nAfter this operation, 253 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6,364 B]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1,463 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [3,764 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1,862 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\n\rExtracting templates from packages: 30%\rExtracting templates from packages: 61%\rExtracting templates from packages: 91%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 69.3 MB in 17s (4,030 kB/s)\nSelecting previously unselected package libaio1:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libaio1_0.3.109-4_amd64.deb ...\nUnpacking libaio1:amd64 (0.3.109-4) ...\nSelecting previously unselected package libasan0:amd64.\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package mysql-common.\nPreparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package libdbi-perl.\nPreparing to unpack .../libdbi-perl_1.630-1_amd64.deb ...\nUnpacking libdbi-perl (1.630-1) ...\nSelecting previously unselected package libdbd-mysql-perl.\nPreparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ...\nUnpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ...\nSelecting previously unselected package libterm-readkey-perl.\nPreparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ...\nUnpacking libterm-readkey-perl (2.31-1) ...\nSelecting previously unselected package mysql-client-core-5.5.\nPreparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-client-5.5.\nPreparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-server-core-5.5.\nPreparing to unpack .../mysql-server-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-server-5.5.\n(Reading database ... 51909 files and directories currently installed.)\nPreparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-160.210_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-160.210) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ...\nUnpacking clearwater-nginx (1.0-171012.111833) ...\nSelecting previously unselected package mysql-server.\nPreparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package ellis.\nPreparing to unpack .../ellis_1.0-171213.182049_amd64.deb ...\nUnpacking ellis (1.0-171213.182049) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package libhtml-template-perl.\nPreparing to unpack .../libhtml-template-perl_2.95-1_all.deb ...\nUnpacking libhtml-template-perl (2.95-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libaio1:amd64 (0.3.109-4) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up libdbi-perl (1.630-1) ...\nSetting up libdbd-mysql-perl (4.025-1ubuntu0.1) ...\nSetting up libterm-readkey-perl (2.31-1) ...\nSetting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nmysql start/running, process 9265\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-160.210) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up libhtml-template-perl (2.95-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up mysql-server (5.5.61-0ubuntu0.14.04.1) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 10004\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-171012.111833) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n.............+++\n.......+++\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nSetting up ellis (1.0-171213.182049) ...\nusermod: no changes\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/ellis/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting ellis\nCollecting six (from ellis)\nCollecting prctl (from ellis)\nCollecting MySQL-python (from ellis)\nCollecting metaswitchcommon (from ellis)\nCollecting phonenumbers (from ellis)\nCollecting py-bcrypt (from ellis)\nCollecting msgpack-python (from ellis)\nCollecting certifi (from ellis)\nCollecting backports-abc (from ellis)\nCollecting tornado (from ellis)\nCollecting backports.ssl-match-hostname (from ellis)\nCollecting singledispatch (from ellis)\nCollecting SQLAlchemy (from ellis)\nCollecting pycurl (from ellis)\nCollecting pycparser (from metaswitchcommon->ellis)\nCollecting cffi (from metaswitchcommon->ellis)\nCollecting pycrypto (from metaswitchcommon->ellis)\nCollecting monotonic (from metaswitchcommon->ellis)\nCollecting pyzmq (from metaswitchcommon->ellis)\nInstalling collected packages: six, prctl, MySQL-python, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, phonenumbers, py-bcrypt, msgpack-python, certifi, backports-abc, tornado, backports.ssl-match-hostname, singledispatch, SQLAlchemy, pycurl, ellis\nSuccessfully installed MySQL-python-1.2.5 SQLAlchemy-1.0.9 backports-abc-0.5 backports.ssl-match-hostname-3.5.0.1 certifi-2017.4.17 cffi-1.10.0 ellis-0.1 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.6 phonenumbers-7.1.1 prctl-1.0.1 py-bcrypt-0.4 pycparser-2.18 pycrypto-2.6.1 pycurl-7.43.0 pyzmq-16.0.2 singledispatch-3.4.0.3 six-1.10.0 tornado-2.3\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n\nreal\t3m32.685s\nuser\t0m16.181s\nsys\t0m10.515s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:25.041Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:25.041Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:25.041Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e2f9aa74-8dbe-4b52-a27f-df2fb2c8fdc4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:25.768Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:25.768Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:26.059Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:26.059Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e2f9aa74-8dbe-4b52-a27f-df2fb2c8fdc4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:26.059Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:26.059Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e2f9aa74-8dbe-4b52-a27f-df2fb2c8fdc4"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:26.059Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:26.059Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:26.059Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:26.059Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e2f9aa74-8dbe-4b52-a27f-df2fb2c8fdc4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:26.059Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:26.059Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e2f9aa74-8dbe-4b52-a27f-df2fb2c8fdc4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:26.059Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:26.059Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e2f9aa74-8dbe-4b52-a27f-df2fb2c8fdc4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:26.059Z", "message": "The config dict: {'public_ip': u'172.30.9.211', 'backends': {u'bono': {u'bono_22c2me': {u'public_address': u'172.30.9.208', u'private_address': u'192.168.120.6', u'name': u'bono-22c2me'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:26.059Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e2f9aa74-8dbe-4b52-a27f-df2fb2c8fdc4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:26.059Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:26.059Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e2f9aa74-8dbe-4b52-a27f-df2fb2c8fdc4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:26.059Z", "message": "[localhost] run: sudo mv /tmp/tmpX9A6zV /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:26.059Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e2f9aa74-8dbe-4b52-a27f-df2fb2c8fdc4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:26.059Z", "message": "[localhost] run: sudo mv /tmp/tmp58pNyZ /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:26.059Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e2f9aa74-8dbe-4b52-a27f-df2fb2c8fdc4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:26.059Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:26.059Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "e2f9aa74-8dbe-4b52-a27f-df2fb2c8fdc4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:26.871Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:26.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:26.871Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:26.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:27.077Z", "message": "Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_g5ebwf/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:27.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "993f9a77-8de2-43e3-9334-b7ab5bae8fbe"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:27.077Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/1JKK9/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:27.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "993f9a77-8de2-43e3-9334-b7ab5bae8fbe"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:28.439Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:28.439Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 1679, "offset": 1640, "size": 50}}} 2018-10-04 16:07:29,954 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:07:29,954 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:07:29 GMT 2018-10-04 16:07:29,954 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:07:29,954 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 55969 2018-10-04 16:07:29,955 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:07:29,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-9bvecx Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdbd-mysql-perl libdbi-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libhtml-template-perl libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libterm-readkey-perl libtiff5 libtsan0 libvpx1 libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server mysql-server-5.5 mysql-server-core-5.5 nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales debian-keyring clearwater-logging clearwater-snmpd g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl libsql-statement-perl libgd-tools libipc-sharedcache-perl lm-sensors libstdc++-4.8-doc make-doc tinyca mailx fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev ellis fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdbd-mysql-perl libdbi-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libhtml-template-perl libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libterm-readkey-perl libtiff5 libtsan0 libvpx1 libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server mysql-server-5.5 mysql-server-core-5.5 nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sysstat 0 upgraded, 98 newly installed, 0 to remove and 18 not upgraded. Need to get 69.3 MB of archives. After this operation, 253 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6,364 B] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1,463 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [3,764 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1,862 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 30% Extracting templates from packages: 61% Extracting templates from packages: 91% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 69.3 MB in 17s (4,030 kB/s) Selecting previously unselected package libaio1:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libaio1_0.3.109-4_amd64.deb ... Unpacking libaio1:amd64 (0.3.109-4) ... Selecting previously unselected package libasan0:amd64. Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package libdbi-perl. Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... Unpacking libdbi-perl (1.630-1) ... Selecting previously unselected package libdbd-mysql-perl. Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... Selecting previously unselected package libterm-readkey-perl. Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... Unpacking libterm-readkey-perl (2.31-1) ... Selecting previously unselected package mysql-client-core-5.5. Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-client-5.5. Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-server-core-5.5. Preparing to unpack .../mysql-server-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-server-5.5. (Reading database ... 51909 files and directories currently installed.) Preparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-160.210_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-160.210) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package mysql-server. Preparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package ellis. Preparing to unpack .../ellis_1.0-171213.182049_amd64.deb ... Unpacking ellis (1.0-171213.182049) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package libhtml-template-perl. Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... Unpacking libhtml-template-perl (2.95-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libaio1:amd64 (0.3.109-4) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up libdbi-perl (1.630-1) ... Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... Setting up libterm-readkey-perl (2.31-1) ... Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... Setting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Setting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... mysql start/running, process 9265 Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-160.210) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up libhtml-template-perl (2.95-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up mysql-server (5.5.61-0ubuntu0.14.04.1) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 10004 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-171012.111833) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key .............+++ .......+++ writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up ellis (1.0-171213.182049) ... usermod: no changes Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/ellis/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting ellis Collecting six (from ellis) Collecting prctl (from ellis) Collecting MySQL-python (from ellis) Collecting metaswitchcommon (from ellis) Collecting phonenumbers (from ellis) Collecting py-bcrypt (from ellis) Collecting msgpack-python (from ellis) Collecting certifi (from ellis) Collecting backports-abc (from ellis) Collecting tornado (from ellis) Collecting backports.ssl-match-hostname (from ellis) Collecting singledispatch (from ellis) Collecting SQLAlchemy (from ellis) Collecting pycurl (from ellis) Collecting pycparser (from metaswitchcommon->ellis) Collecting cffi (from metaswitchcommon->ellis) Collecting pycrypto (from metaswitchcommon->ellis) Collecting monotonic (from metaswitchcommon->ellis) Collecting pyzmq (from metaswitchcommon->ellis) Installing collected packages: six, prctl, MySQL-python, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, phonenumbers, py-bcrypt, msgpack-python, certifi, backports-abc, tornado, backports.ssl-match-hostname, singledispatch, SQLAlchemy, pycurl, ellis Successfully installed MySQL-python-1.2.5 SQLAlchemy-1.0.9 backports-abc-0.5 backports.ssl-match-hostname-3.5.0.1 certifi-2017.4.17 cffi-1.10.0 ellis-0.1 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.6 phonenumbers-7.1.1 prctl-1.0.1 py-bcrypt-0.4 pycparser-2.18 pycrypto-2.6.1 pycurl-7.43.0 pyzmq-16.0.2 singledispatch-3.4.0.3 six-1.10.0 tornado-2.3 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 3m32.685s user 0m16.181s sys 0m10.515s 2018-10-04 16:07:29,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-04 16:07:29,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:07:29,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-04 16:07:29,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-04 16:07:29,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-04 16:07:29,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-04 16:07:29,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-04 16:07:29,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-04 16:07:29,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.211', 'backends': {u'bono': {u'bono_22c2me': {u'public_address': u'172.30.9.208', u'private_address': u'192.168.120.6', u'name': u'bono-22c2me'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-04 16:07:29,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-04 16:07:29,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpX9A6zV /etc/bind/db.clearwater.opnfv 2018-10-04 16:07:29,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp58pNyZ /etc/bind/db.clearwater.local 2018-10-04 16:07:29,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-04 16:07:29,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:07:29,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:07:29,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_g5ebwf/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py 2018-10-04 16:07:29,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/1JKK9/add-snmpproxy-collector.py 2018-10-04 16:07:29,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:07:29,961 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:07:30,041 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:07:30,042 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:07:30,042 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:07:30,042 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:07:30,042 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:07:30,042 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:07:30,042 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:07:30,042 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:07:30,043 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:07:30,043 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:07:30 GMT 2018-10-04 16:07:30,043 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:07:30,043 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:07:30,043 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:07:35,045 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:07:35,364 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:07:35,364 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:07:35,364 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:07:35,364 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:07:35,365 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:07:35,365 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:07:35,365 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:07:35,365 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:32.036Z", "message": "[sprout] => Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 18 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 3s (11.2 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57898 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m34.247s\nuser\t0m12.075s\nsys\t0m2.593s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:32.036Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:33.099Z", "message": "[sprout] Use the DNS server", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:33.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:33.099Z", "message": "[sprout] The installation packages is done correctly", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:33.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:33.099Z", "message": "[sprout] sudo service dnsmasq force", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:33.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:34.211Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-vh48ds\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev\n libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev\n libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1\n libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n clearwater-logging clearwater-secure-connections debian-keyring g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc\n libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config\n make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml\n python3-setuptools ralf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev\n libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev\n libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1\n libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\n0 upgraded, 116 newly installed, 0 to remove and 18 not upgraded.\nNeed to get 92.8 MB of archives.\nAfter this operation, 225 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:17 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:20 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:22 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB]\nGet:23 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:25 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B]\nGet:27 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB]\nGet:28 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:30 http://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9,226 B]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\n\rExtracting templates from packages: 25%\rExtracting templates from packages: 51%\rExtracting templates from packages: 77%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 92.8 MB in 19s (4,881 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package mysql-common.\nPreparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-160.210_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-160.210) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsctp1:amd64.\nPreparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ...\nUnpacking libsctp1:amd64 (1.0.15+dfsg-1) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ...\nUnpacking clearwater-nginx (1.0-171012.111833) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-171215.180814_all.deb ...\nUnpacking clearwater-snmpd (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-171215.180814) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-171213.182937_amd64.deb ...\nUnpacking crest (1.0-171213.182937) ...\nSelecting previously unselected package ralf-libs.\nPreparing to unpack .../ralf-libs_1.0-171215.175140_amd64.deb ...\nUnpacking ralf-libs (1.0-171215.175140) ...\nSelecting previously unselected package ralf.\nPreparing to unpack .../ralf_1.0-171215.175140_amd64.deb ...\nUnpacking ralf (1.0-171215.175140) ...\nSelecting previously unselected package homestead-libs.\nPreparing to unpack .../homestead-libs_1.0-171215.122632_amd64.deb ...\nUnpacking homestead-libs (1.0-171215.122632) ...\nSelecting previously unselected package python-netsnmp.\nPreparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ...\nUnpacking python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSelecting previously unselected package homestead.\nPreparing to unpack .../homestead_1.0-171215.122632_amd64.deb ...\nUnpacking homestead (1.0-171215.122632) ...\nSelecting previously unselected package homestead-prov.\nPreparing to unpack .../homestead-prov_1.0-171213.182937_amd64.deb ...\nUnpacking homestead-prov (1.0-171213.182937) ...\nSelecting previously unselected package dime.\nPreparing to unpack .../dime_1.0-171215.180814_amd64.deb ...\nUnpacking dime (1.0-171215.180814) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package lksctp-tools.\nPreparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ...\nUnpacking lksctp-tools (1.0.15+dfsg-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-160.210) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsctp1:amd64 (1.0.15+dfsg-1) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nSetting up clearwater-tcp-scalability (1.0-171215.180814) ...\nSetting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up python2.7-dev (2.7.6-8ubuntu0.4) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ralf-libs (1.0-171215.175140) ...\nSetting up homestead-libs (1.0-171215.122632) ...\nSetting up python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up lksctp-tools (1.0.15+dfsg-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-socket-factory (1.0-171215.180814) ...\nclearwater-socket-factory-mgmt start/running, process 9399\nclearwater-socket-factory-sig start/running, process 9404\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9454\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-171215.180814) ...\n * Stopping network management services:\nSetting up ralf (1.0-171215.175140) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-171012.111833) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n..............................................................................................+++\n.+++\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nreload: Job is not running: clearwater-monit\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nSetting up crest (1.0-171213.182937) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up homestead (1.0-171215.122632) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up homestead-prov (1.0-171213.182937) ...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting homestead_prov\nCollecting crest (from homestead_prov)\nCollecting idna (from crest->homestead_prov)\nCollecting cryptography (from crest->homestead_prov)\nCollecting pure-sasl (from crest->homestead_prov)\nCollecting thrift (from crest->homestead_prov)\nCollecting six (from crest->homestead_prov)\nCollecting Twisted (from crest->homestead_prov)\nCollecting ipaddress (from crest->homestead_prov)\nCollecting cyclone (from crest->homestead_prov)\nCollecting pyOpenSSL (from crest->homestead_prov)\nCollecting zope.interface (from crest->homestead_prov)\nCollecting telephus (from crest->homestead_prov)\nCollecting constantly (from crest->homestead_prov)\nCollecting attrs (from crest->homestead_prov)\nCollecting prctl (from crest->homestead_prov)\nCollecting Automat (from crest->homestead_prov)\nCollecting setuptools (from crest->homestead_prov)\nCollecting cql (from crest->homestead_prov)\nCollecting lxml (from crest->homestead_prov)\nCollecting asn1crypto (from crest->homestead_prov)\nCollecting metaswitchcommon (from crest->homestead_prov)\nCollecting incremental (from crest->homestead_prov)\nCollecting msgpack-python (from crest->homestead_prov)\nCollecting enum34 (from crest->homestead_prov)\nCollecting cffi>=1.7 (from cryptography->crest->homestead_prov)\nCollecting pycparser (from metaswitchcommon->crest->homestead_prov)\nCollecting pycrypto (from metaswitchcommon->crest->homestead_prov)\nCollecting monotonic (from metaswitchcommon->crest->homestead_prov)\nCollecting pyzmq (from metaswitchcommon->crest->homestead_prov)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest, homestead-prov\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: crest 0.1\n Uninstalling crest-0.1:\n Successfully uninstalled crest-0.1\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up dime (1.0-171215.180814) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n\nreal\t3m41.434s\nuser\t0m20.798s\nsys\t0m11.162s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:34.211Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:34.211Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:34.211Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}], "metadata": {"pagination": {"total": 1685, "offset": 1659, "size": 50}}} 2018-10-04 16:07:35,365 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:07:35,365 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:07:35 GMT 2018-10-04 16:07:35,366 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:07:35,366 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 76746 2018-10-04 16:07:35,366 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:07:35,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 18 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 3s (11.2 MB/s) Selecting previously unselected package python-mock. (Reading database ... 57898 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m34.247s user 0m12.075s sys 0m2.593s 2018-10-04 16:07:35,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Use the DNS server 2018-10-04 16:07:35,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] The installation packages is done correctly 2018-10-04 16:07:35,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo service dnsmasq force 2018-10-04 16:07:35,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-vh48ds Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools ralf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat 0 upgraded, 116 newly installed, 0 to remove and 18 not upgraded. Need to get 92.8 MB of archives. After this operation, 225 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:20 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:22 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB] Get:23 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:25 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B] Get:27 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB] Get:28 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:30 http://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9,226 B] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 25% Extracting templates from packages: 51% Extracting templates from packages: 77% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 92.8 MB in 19s (4,881 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-160.210_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-160.210) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-171215.180814_all.deb ... Unpacking clearwater-snmpd (1.0-171215.180814) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ... Unpacking clearwater-socket-factory (1.0-171215.180814) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ... Unpacking clearwater-tcp-scalability (1.0-171215.180814) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-171213.182937_amd64.deb ... Unpacking crest (1.0-171213.182937) ... Selecting previously unselected package ralf-libs. Preparing to unpack .../ralf-libs_1.0-171215.175140_amd64.deb ... Unpacking ralf-libs (1.0-171215.175140) ... Selecting previously unselected package ralf. Preparing to unpack .../ralf_1.0-171215.175140_amd64.deb ... Unpacking ralf (1.0-171215.175140) ... Selecting previously unselected package homestead-libs. Preparing to unpack .../homestead-libs_1.0-171215.122632_amd64.deb ... Unpacking homestead-libs (1.0-171215.122632) ... Selecting previously unselected package python-netsnmp. Preparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ... Unpacking python-netsnmp (5.7.2~dfsg-clearwater2) ... Selecting previously unselected package homestead. Preparing to unpack .../homestead_1.0-171215.122632_amd64.deb ... Unpacking homestead (1.0-171215.122632) ... Selecting previously unselected package homestead-prov. Preparing to unpack .../homestead-prov_1.0-171213.182937_amd64.deb ... Unpacking homestead-prov (1.0-171213.182937) ... Selecting previously unselected package dime. Preparing to unpack .../dime_1.0-171215.180814_amd64.deb ... Unpacking dime (1.0-171215.180814) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package lksctp-tools. Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... Unpacking lksctp-tools (1.0.15+dfsg-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-160.210) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Setting up clearwater-tcp-scalability (1.0-171215.180814) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ralf-libs (1.0-171215.175140) ... Setting up homestead-libs (1.0-171215.122632) ... Setting up python-netsnmp (5.7.2~dfsg-clearwater2) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up lksctp-tools (1.0.15+dfsg-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-socket-factory (1.0-171215.180814) ... clearwater-socket-factory-mgmt start/running, process 9399 clearwater-socket-factory-sig start/running, process 9404 Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9454 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-171215.180814) ... * Stopping network management services: Setting up ralf (1.0-171215.175140) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-171012.111833) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ..............................................................................................+++ .+++ writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key reload: Job is not running: clearwater-monit Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up crest (1.0-171213.182937) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homestead (1.0-171215.122632) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-prov (1.0-171213.182937) ... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting homestead_prov Collecting crest (from homestead_prov) Collecting idna (from crest->homestead_prov) Collecting cryptography (from crest->homestead_prov) Collecting pure-sasl (from crest->homestead_prov) Collecting thrift (from crest->homestead_prov) Collecting six (from crest->homestead_prov) Collecting Twisted (from crest->homestead_prov) Collecting ipaddress (from crest->homestead_prov) Collecting cyclone (from crest->homestead_prov) Collecting pyOpenSSL (from crest->homestead_prov) Collecting zope.interface (from crest->homestead_prov) Collecting telephus (from crest->homestead_prov) Collecting constantly (from crest->homestead_prov) Collecting attrs (from crest->homestead_prov) Collecting prctl (from crest->homestead_prov) Collecting Automat (from crest->homestead_prov) Collecting setuptools (from crest->homestead_prov) Collecting cql (from crest->homestead_prov) Collecting lxml (from crest->homestead_prov) Collecting asn1crypto (from crest->homestead_prov) Collecting metaswitchcommon (from crest->homestead_prov) Collecting incremental (from crest->homestead_prov) Collecting msgpack-python (from crest->homestead_prov) Collecting enum34 (from crest->homestead_prov) Collecting cffi>=1.7 (from cryptography->crest->homestead_prov) Collecting pycparser (from metaswitchcommon->crest->homestead_prov) Collecting pycrypto (from metaswitchcommon->crest->homestead_prov) Collecting monotonic (from metaswitchcommon->crest->homestead_prov) Collecting pyzmq (from metaswitchcommon->crest->homestead_prov) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest, homestead-prov Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up dime (1.0-171215.180814) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 3m41.434s user 0m20.798s sys 0m11.162s 2018-10-04 16:07:35,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-04 16:07:35,371 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:07:35,516 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:07:35,516 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:07:35,516 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:07:35,516 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:07:35,516 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:07:35,516 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:07:35,516 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:07:35,516 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:07:35,517 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:07:35,517 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:07:35 GMT 2018-10-04 16:07:35,517 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:07:35,517 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:07:35,517 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:07:40,522 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:07:40,964 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:07:40,965 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:07:40,965 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:07:40,965 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:07:40,965 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:07:40,965 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:07:40,965 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:07:40,965 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:35.241Z", "message": "[sprout] sudo ifconfig ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:35.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:35.241Z", "message": "[sprout] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.072s\nuser\t0m0.005s\nsys\t0m0.047s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:35.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:36.375Z", "message": "[sprout] sudo netstat ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:36.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:36.375Z", "message": "[sprout] sudo ps ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:36.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:36.375Z", "message": "[sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:a6:c4:c0 \n inet addr:192.168.120.20 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:c4c0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:86623 errors:0 dropped:0 overruns:0 frame:0\n TX packets:58006 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:133750129 (133.7 MB) TX bytes:10395837 (10.3 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:16 errors:0 dropped:0 overruns:0 frame:0\n TX packets:16 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:1807 (1.8 KB) TX bytes:1807 (1.8 KB)\n\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:36.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:36.375Z", "message": "[sprout] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 16:00 ? 00:00:00 /sbin/init\nroot 2 0 0 16:00 ? 00:00:00 [kthreadd]\nroot 3 2 0 16:00 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 16:00 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 16:00 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 16:00 ? 00:00:00 [rcu_sched]\nroot 8 2 0 16:00 ? 00:00:00 [rcuos/0]\nroot 9 2 0 16:00 ? 00:00:00 [rcuos/1]\nroot 10 2 0 16:00 ? 00:00:00 [rcu_bh]\nroot 11 2 0 16:00 ? 00:00:00 [rcuob/0]\nroot 12 2 0 16:00 ? 00:00:00 [rcuob/1]\nroot 13 2 0 16:00 ? 00:00:00 [migration/0]\nroot 14 2 0 16:00 ? 00:00:00 [watchdog/0]\nroot 15 2 0 16:00 ? 00:00:00 [watchdog/1]\nroot 16 2 0 16:00 ? 00:00:00 [migration/1]\nroot 17 2 0 16:00 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 16:00 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 16:00 ? 00:00:00 [khelper]\nroot 21 2 0 16:00 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 16:00 ? 00:00:00 [netns]\nroot 23 2 0 16:00 ? 00:00:00 [writeback]\nroot 24 2 0 16:00 ? 00:00:00 [kintegrityd]\nroot 25 2 0 16:00 ? 00:00:00 [bioset]\nroot 26 2 0 16:00 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 16:00 ? 00:00:00 [kblockd]\nroot 28 2 0 16:00 ? 00:00:00 [ata_sff]\nroot 29 2 0 16:00 ? 00:00:00 [khubd]\nroot 30 2 0 16:00 ? 00:00:00 [md]\nroot 31 2 0 16:00 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 16:00 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 16:00 ? 00:00:00 [khungtaskd]\nroot 35 2 0 16:00 ? 00:00:00 [kswapd0]\nroot 36 2 0 16:00 ? 00:00:00 [vmstat]\nroot 37 2 0 16:00 ? 00:00:00 [ksmd]\nroot 38 2 0 16:00 ? 00:00:00 [khugepaged]\nroot 39 2 0 16:00 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 16:00 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 16:00 ? 00:00:00 [crypto]\nroot 53 2 0 16:00 ? 00:00:00 [kthrotld]\nroot 54 2 0 16:00 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 16:00 ? 00:00:00 [vballoon]\nroot 56 2 0 16:00 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 16:00 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 16:00 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 16:00 ? 00:00:00 [deferwq]\nroot 80 2 0 16:00 ? 00:00:00 [charger_manager]\nroot 122 2 0 16:00 ? 00:00:00 [kpsmoused]\nroot 185 2 0 16:00 ? 00:00:00 [jbd2/vda1-8]\nroot 186 2 0 16:00 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 16:00 ? 00:00:00 upstart-udev-bridge --daemon\nroot 391 1 0 16:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 432 2 0 16:00 ? 00:00:00 [kworker/u5:1]\nroot 467 1 0 16:00 ? 00:00:00 upstart-socket-bridge --daemon\nroot 607 1 0 16:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 653 2 0 16:00 ? 00:00:00 [kworker/1:2]\nroot 819 2 0 16:00 ? 00:00:00 [kauditd]\nroot 936 1 0 16:00 ? 00:00:00 upstart-file-bridge --daemon\nmessage+ 1006 1 0 16:00 ? 00:00:00 dbus-daemon --system --fork\nroot 1016 1 0 16:00 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1047 1 0 16:00 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1050 1 0 16:00 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1054 1 0 16:00 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1055 1 0 16:00 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1057 1 0 16:00 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1103 1 0 16:00 ? 00:00:00 /usr/sbin/sshd -D\nroot 1106 1 0 16:00 ? 00:00:00 cron\ndaemon 1107 1 0 16:00 ? 00:00:00 atd\nroot 1115 1 0 16:00 ? 00:00:00 /usr/sbin/irqbalance\nroot 1129 1 0 16:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1190 1 0 16:00 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1197 1 0 16:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1554 2 0 16:00 ? 00:00:00 [kworker/0:2]\nubuntu 1651 1 0 16:00 ? 00:00:00 /home/ubuntu/sprout_host_u3mryy/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_u3mryy --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_u3mryy --logging-server-logdir=/home/ubuntu/sprout_host_u3mryy/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_u3mryy/work/sprout_host_u3mryy%I.log --pidfile=/home/ubuntu/sprout_host_u3mryy/work/sprout_host_u3mryy.pid\nubuntu 1765 1 0 16:01 ? 00:00:02 python2.7 /home/ubuntu/sprout_host_u3mryy/env/bin/diamond --configfile /home/ubuntu/sprout_host_u3mryy/work/plugins/diamond/etc/diamond.conf\nubuntu 1832 1651 0 16:03 ? 00:00:00 /home/ubuntu/sprout_host_u3mryy/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_u3mryy --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_u3mryy --logging-server-logdir=/home/ubuntu/sprout_host_u3mryy/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_u3mryy/work/sprout_host_u3mryy%I.log --pidfile=/home/ubuntu/sprout_host_u3mryy/work/sprout_host_u3mryy.pid\nubuntu 1854 1832 0 16:03 ? 00:00:00 /home/ubuntu/sprout_host_u3mryy/env/bin/python2.7 /home/ubuntu/sprout_host_u3mryy/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-ADI3T4\nubuntu 1865 1854 0 16:03 ? 00:00:00 /bin/sh -c /tmp/SZEUI/install-sprout.sh\nubuntu 1866 1865 0 16:03 ? 00:00:00 /bin/bash -e /tmp/SZEUI/install-sprout.sh\nroot 2462 2 0 16:04 ? 00:00:00 [kworker/u5:2]\nntp 8459 1 0 16:06 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nsyslog 8947 1 0 16:06 ? 00:00:00 rsyslogd\nroot 9048 1 0 16:06 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9065 1 0 16:06 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 9066 9065 0 16:06 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 9070 1 0 16:06 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 9072 9070 0 16:06 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 9078 9066 0 16:06 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 9081 9072 0 16:06 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9082 9081 0 16:06 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\ndnsmasq 9761 1 0 16:07 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 9825 1866 0 16:07 ? 00:00:00 /bin/bash -e /tmp/SZEUI/install-sprout.sh\nubuntu 9826 9825 0 16:07 ? 00:00:00 /bin/bash -e /tmp/SZEUI/install-sprout.sh\nroot 9827 9826 0 16:07 ? 00:00:00 sudo ps -edf\nroot 9828 9827 0 16:07 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.002s\nsys\t0m0.008s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:36.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:36.375Z", "message": "[sprout] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9761/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1103/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9048/monit \ntcp6 0 0 ::1:53 :::* LISTEN 9761/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1103/sshd \nudp 0 0 192.168.120.20:123 0.0.0.0:* 8459/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8459/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8459/ntpd \nudp 0 0 0.0.0.0:53117 0.0.0.0:* 607/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9761/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 607/dhclient \nudp6 0 0 fe80::f816:3eff:fea:123 :::* 8459/ntpd \nudp6 0 0 ::1:123 :::* 8459/ntpd \nudp6 0 0 :::123 :::* 8459/ntpd \nudp6 0 0 :::48855 :::* 607/dhclient \nudp6 0 0 ::1:53 :::* 9761/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] SEQPACKET LISTENING 7679 391/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 11041 1651/python2.7 /tmp/cloudify-logging-server-fdc6a.socket\nunix 2 [ ACC ] STREAM LISTENING 12444 1854/python2.7 /tmp/ctx-vd1THE.socket\nunix 2 [ ACC ] STREAM LISTENING 9568 1006/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 1493 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 8815 1129/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 21213 9078/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 21216 9082/clearwater_soc /tmp/clearwater_signaling_namespace_socket\n\nreal\t0m0.006s\nuser\t0m0.002s\nsys\t0m0.004s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:36.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:37.391Z", "message": "[sprout] => /var/log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-queue-manager\n/var/log/lastlog\n/var/log/cloud-init.log\n/var/log/boot.log\n/var/log/udev\n/var/log/monit.log\n/var/log/wtmp\n/var/log/dmesg\n/var/log/ntpstats\n/var/log/auth.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init-output.log\n/var/log/upstart\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/container-detect.log\n/var/log/iotop.log\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/dpkg.log\n/var/log/clearwater-socket-factory.log\n/var/log/unattended-upgrades\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa04\n/var/log/sprout\n/var/log/sprout/sprout_current.txt\n/var/log/sprout/sprout_out.log\n/var/log/sprout/sprout_err.log\n/var/log/sprout/sprout_20181004T160000Z.txt\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/kern.log\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/syslog\n/var/log/clearwater-cluster-manager\n/var/log/clearwater-config-manager\n/var/log/dmesg.0\n/var/log/dist-upgrade\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:37.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:37.391Z", "message": "[sprout] => 2018:10:04 16:06:47: Namespace: management\n2018:10:04 16:06:47: [management] Starting server\n2018:10:04 16:06:47: [management] Listening for requests\n2018:10:04 16:06:47: Namespace: signaling\n2018:10:04 16:06:47: [signaling] Starting server\n2018:10:04 16:06:47: [signaling] Listening for requests\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.001s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:37.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:37.391Z", "message": "[sprout] sudo find /var/log", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:37.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:37.391Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:37.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:38.400Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:38.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:38.400Z", "message": "[sprout] => 2018-10-04 16:07:14.114601981 Stopping etcd clearwater-etcd\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:38.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:38.400Z", "message": "[sprout] Installation is done", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:38.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": "sprout_2h4b7x", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:38.622Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:38.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:39.428Z", "message": "Execution done (return_code=0): /tmp/SZEUI/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:39.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "a141130b-b9f0-4c8f-9627-5022f538d9df"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:39.686Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:39.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "sprout_2h4b7x", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:39.686Z", "message": "Starting node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:39.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:39.884Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:39.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 1707, "offset": 1665, "size": 50}}} 2018-10-04 16:07:40,966 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:07:40,966 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:07:40 GMT 2018-10-04 16:07:40,966 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:07:40,966 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 24022 2018-10-04 16:07:40,966 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:07:40,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ifconfig 2018-10-04 16:07:40,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.072s user 0m0.005s sys 0m0.047s 2018-10-04 16:07:40,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo netstat 2018-10-04 16:07:40,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ps 2018-10-04 16:07:40,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:a6:c4:c0 inet addr:192.168.120.20 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fea6:c4c0/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:86623 errors:0 dropped:0 overruns:0 frame:0 TX packets:58006 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:133750129 (133.7 MB) TX bytes:10395837 (10.3 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:16 errors:0 dropped:0 overruns:0 frame:0 TX packets:16 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1807 (1.8 KB) TX bytes:1807 (1.8 KB) real 0m0.004s user 0m0.003s sys 0m0.002s 2018-10-04 16:07:40,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 16:00 ? 00:00:00 /sbin/init root 2 0 0 16:00 ? 00:00:00 [kthreadd] root 3 2 0 16:00 ? 00:00:00 [ksoftirqd/0] root 5 2 0 16:00 ? 00:00:00 [kworker/0:0H] root 6 2 0 16:00 ? 00:00:00 [kworker/u4:0] root 7 2 0 16:00 ? 00:00:00 [rcu_sched] root 8 2 0 16:00 ? 00:00:00 [rcuos/0] root 9 2 0 16:00 ? 00:00:00 [rcuos/1] root 10 2 0 16:00 ? 00:00:00 [rcu_bh] root 11 2 0 16:00 ? 00:00:00 [rcuob/0] root 12 2 0 16:00 ? 00:00:00 [rcuob/1] root 13 2 0 16:00 ? 00:00:00 [migration/0] root 14 2 0 16:00 ? 00:00:00 [watchdog/0] root 15 2 0 16:00 ? 00:00:00 [watchdog/1] root 16 2 0 16:00 ? 00:00:00 [migration/1] root 17 2 0 16:00 ? 00:00:00 [ksoftirqd/1] root 19 2 0 16:00 ? 00:00:00 [kworker/1:0H] root 20 2 0 16:00 ? 00:00:00 [khelper] root 21 2 0 16:00 ? 00:00:00 [kdevtmpfs] root 22 2 0 16:00 ? 00:00:00 [netns] root 23 2 0 16:00 ? 00:00:00 [writeback] root 24 2 0 16:00 ? 00:00:00 [kintegrityd] root 25 2 0 16:00 ? 00:00:00 [bioset] root 26 2 0 16:00 ? 00:00:00 [kworker/u5:0] root 27 2 0 16:00 ? 00:00:00 [kblockd] root 28 2 0 16:00 ? 00:00:00 [ata_sff] root 29 2 0 16:00 ? 00:00:00 [khubd] root 30 2 0 16:00 ? 00:00:00 [md] root 31 2 0 16:00 ? 00:00:00 [devfreq_wq] root 32 2 0 16:00 ? 00:00:00 [kworker/0:1] root 34 2 0 16:00 ? 00:00:00 [khungtaskd] root 35 2 0 16:00 ? 00:00:00 [kswapd0] root 36 2 0 16:00 ? 00:00:00 [vmstat] root 37 2 0 16:00 ? 00:00:00 [ksmd] root 38 2 0 16:00 ? 00:00:00 [khugepaged] root 39 2 0 16:00 ? 00:00:00 [fsnotify_mark] root 40 2 0 16:00 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 16:00 ? 00:00:00 [crypto] root 53 2 0 16:00 ? 00:00:00 [kthrotld] root 54 2 0 16:00 ? 00:00:00 [kworker/u4:1] root 55 2 0 16:00 ? 00:00:00 [vballoon] root 56 2 0 16:00 ? 00:00:00 [kworker/1:1] root 57 2 0 16:00 ? 00:00:00 [scsi_eh_0] root 58 2 0 16:00 ? 00:00:00 [scsi_eh_1] root 79 2 0 16:00 ? 00:00:00 [deferwq] root 80 2 0 16:00 ? 00:00:00 [charger_manager] root 122 2 0 16:00 ? 00:00:00 [kpsmoused] root 185 2 0 16:00 ? 00:00:00 [jbd2/vda1-8] root 186 2 0 16:00 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 16:00 ? 00:00:00 upstart-udev-bridge --daemon root 391 1 0 16:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 432 2 0 16:00 ? 00:00:00 [kworker/u5:1] root 467 1 0 16:00 ? 00:00:00 upstart-socket-bridge --daemon root 607 1 0 16:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 653 2 0 16:00 ? 00:00:00 [kworker/1:2] root 819 2 0 16:00 ? 00:00:00 [kauditd] root 936 1 0 16:00 ? 00:00:00 upstart-file-bridge --daemon message+ 1006 1 0 16:00 ? 00:00:00 dbus-daemon --system --fork root 1016 1 0 16:00 ? 00:00:00 /lib/systemd/systemd-logind root 1047 1 0 16:00 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1050 1 0 16:00 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1054 1 0 16:00 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1055 1 0 16:00 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1057 1 0 16:00 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1103 1 0 16:00 ? 00:00:00 /usr/sbin/sshd -D root 1106 1 0 16:00 ? 00:00:00 cron daemon 1107 1 0 16:00 ? 00:00:00 atd root 1115 1 0 16:00 ? 00:00:00 /usr/sbin/irqbalance root 1129 1 0 16:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1190 1 0 16:00 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1197 1 0 16:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1554 2 0 16:00 ? 00:00:00 [kworker/0:2] ubuntu 1651 1 0 16:00 ? 00:00:00 /home/ubuntu/sprout_host_u3mryy/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_u3mryy --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_u3mryy --logging-server-logdir=/home/ubuntu/sprout_host_u3mryy/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_u3mryy/work/sprout_host_u3mryy%I.log --pidfile=/home/ubuntu/sprout_host_u3mryy/work/sprout_host_u3mryy.pid ubuntu 1765 1 0 16:01 ? 00:00:02 python2.7 /home/ubuntu/sprout_host_u3mryy/env/bin/diamond --configfile /home/ubuntu/sprout_host_u3mryy/work/plugins/diamond/etc/diamond.conf ubuntu 1832 1651 0 16:03 ? 00:00:00 /home/ubuntu/sprout_host_u3mryy/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_u3mryy --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_u3mryy --logging-server-logdir=/home/ubuntu/sprout_host_u3mryy/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_u3mryy/work/sprout_host_u3mryy%I.log --pidfile=/home/ubuntu/sprout_host_u3mryy/work/sprout_host_u3mryy.pid ubuntu 1854 1832 0 16:03 ? 00:00:00 /home/ubuntu/sprout_host_u3mryy/env/bin/python2.7 /home/ubuntu/sprout_host_u3mryy/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-ADI3T4 ubuntu 1865 1854 0 16:03 ? 00:00:00 /bin/sh -c /tmp/SZEUI/install-sprout.sh ubuntu 1866 1865 0 16:03 ? 00:00:00 /bin/bash -e /tmp/SZEUI/install-sprout.sh root 2462 2 0 16:04 ? 00:00:00 [kworker/u5:2] ntp 8459 1 0 16:06 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 syslog 8947 1 0 16:06 ? 00:00:00 rsyslogd root 9048 1 0 16:06 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9065 1 0 16:06 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 9066 9065 0 16:06 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 9070 1 0 16:06 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 9072 9070 0 16:06 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9078 9066 0 16:06 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9081 9072 0 16:06 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9082 9081 0 16:06 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling dnsmasq 9761 1 0 16:07 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 9825 1866 0 16:07 ? 00:00:00 /bin/bash -e /tmp/SZEUI/install-sprout.sh ubuntu 9826 9825 0 16:07 ? 00:00:00 /bin/bash -e /tmp/SZEUI/install-sprout.sh root 9827 9826 0 16:07 ? 00:00:00 sudo ps -edf root 9828 9827 0 16:07 ? 00:00:00 ps -edf real 0m0.009s user 0m0.002s sys 0m0.008s 2018-10-04 16:07:40,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9761/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1103/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9048/monit tcp6 0 0 ::1:53 :::* LISTEN 9761/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1103/sshd udp 0 0 192.168.120.20:123 0.0.0.0:* 8459/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8459/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8459/ntpd udp 0 0 0.0.0.0:53117 0.0.0.0:* 607/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9761/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 607/dhclient udp6 0 0 fe80::f816:3eff:fea:123 :::* 8459/ntpd udp6 0 0 ::1:123 :::* 8459/ntpd udp6 0 0 :::123 :::* 8459/ntpd udp6 0 0 :::48855 :::* 607/dhclient udp6 0 0 ::1:53 :::* 9761/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] SEQPACKET LISTENING 7679 391/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 11041 1651/python2.7 /tmp/cloudify-logging-server-fdc6a.socket unix 2 [ ACC ] STREAM LISTENING 12444 1854/python2.7 /tmp/ctx-vd1THE.socket unix 2 [ ACC ] STREAM LISTENING 9568 1006/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 1493 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 8815 1129/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 21213 9078/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 21216 9082/clearwater_soc /tmp/clearwater_signaling_namespace_socket real 0m0.006s user 0m0.002s sys 0m0.004s 2018-10-04 16:07:40,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => /var/log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-queue-manager /var/log/lastlog /var/log/cloud-init.log /var/log/boot.log /var/log/udev /var/log/monit.log /var/log/wtmp /var/log/dmesg /var/log/ntpstats /var/log/auth.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init-output.log /var/log/upstart /var/log/upstart/systemd-logind.log /var/log/upstart/rsyslog.log /var/log/upstart/clearwater-monit.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/container-detect.log /var/log/iotop.log /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/dpkg.log /var/log/clearwater-socket-factory.log /var/log/unattended-upgrades /var/log/sysstat /var/log/sysstat/clearwater-sa04 /var/log/sprout /var/log/sprout/sprout_current.txt /var/log/sprout/sprout_out.log /var/log/sprout/sprout_err.log /var/log/sprout/sprout_20181004T160000Z.txt /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/kern.log /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/btmp /var/log/alternatives.log /var/log/syslog /var/log/clearwater-cluster-manager /var/log/clearwater-config-manager /var/log/dmesg.0 /var/log/dist-upgrade real 0m0.007s user 0m0.000s sys 0m0.004s 2018-10-04 16:07:40,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2018:10:04 16:06:47: Namespace: management 2018:10:04 16:06:47: [management] Starting server 2018:10:04 16:06:47: [management] Listening for requests 2018:10:04 16:06:47: Namespace: signaling 2018:10:04 16:06:47: [signaling] Starting server 2018:10:04 16:06:47: [signaling] Listening for requests real 0m0.005s user 0m0.004s sys 0m0.001s 2018-10-04 16:07:40,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo find /var/log 2018-10-04 16:07:40,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-10-04 16:07:40,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-10-04 16:07:40,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2018-10-04 16:07:14.114601981 Stopping etcd clearwater-etcd real 0m0.004s user 0m0.003s sys 0m0.002s 2018-10-04 16:07:40,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installation is done 2018-10-04 16:07:40,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:07:40,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/SZEUI/install-sprout.sh 2018-10-04 16:07:40,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:07:40,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 16:07:40,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:07:40,970 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:07:41,066 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:07:41,066 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:07:41,066 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:07:41,066 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:07:41,066 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:07:41,067 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:07:41,067 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:07:41,067 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:07:41,067 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:07:41,067 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:07:41 GMT 2018-10-04 16:07:41,067 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:07:41,067 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:07:41,067 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:07:46,073 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:07:46,532 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:07:46,533 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:07:46,533 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:07:46,533 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:07:46,533 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:07:46,533 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:07:46,533 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:07:46,533 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:41.013Z", "message": "Downloaded scripts/bind/bind.py to /tmp/WMIZW/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:41.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "432366da-33ea-4428-8f70-bff34d73b9d6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:41.474Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:41.474Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "432366da-33ea-4428-8f70-bff34d73b9d6"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:42.361Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:42.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:42.495Z", "message": "The config dict: {'public_ip': u'172.30.9.211', 'backends': {u'sprout': {u'sprout_2h4b7x': {u'public_address': u'', u'private_address': u'192.168.120.20', u'name': u'sprout-2h4b7x'}}, u'bono': {u'bono_22c2me': {u'public_address': u'172.30.9.208', u'private_address': u'192.168.120.6', u'name': u'bono-22c2me'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:42.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "432366da-33ea-4428-8f70-bff34d73b9d6"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:42.495Z", "message": "[homer] The installation packages is done correctly", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:42.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:42.495Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:42.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "432366da-33ea-4428-8f70-bff34d73b9d6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:42.495Z", "message": "[localhost] run: sudo mv /tmp/tmpKDF_8h /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:42.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "432366da-33ea-4428-8f70-bff34d73b9d6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:42.495Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:42.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "432366da-33ea-4428-8f70-bff34d73b9d6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:42.495Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:42.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "432366da-33ea-4428-8f70-bff34d73b9d6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:42.495Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:42.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "432366da-33ea-4428-8f70-bff34d73b9d6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:42.495Z", "message": "[localhost] run: sudo mv /tmp/tmpByfF9z /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:42.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "432366da-33ea-4428-8f70-bff34d73b9d6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:42.495Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:42.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "432366da-33ea-4428-8f70-bff34d73b9d6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:42.495Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:42.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "432366da-33ea-4428-8f70-bff34d73b9d6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:42.495Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:42.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "432366da-33ea-4428-8f70-bff34d73b9d6"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:42.495Z", "message": "[homer] => Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 18 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 2s (14.0 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58159 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m33.749s\nuser\t0m12.593s\nsys\t0m2.874s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:42.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:42.956Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:42.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:42.956Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:42.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:43.511Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/9AV2O/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:43.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "618acd4c-9d8e-44b9-85ba-d28800d24962"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:43.511Z", "message": "[homer Use the DNS server", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:43.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:43.511Z", "message": "[homer] sudo service dnsmasq force", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:43.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:45.163Z", "message": "[homer] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.083s\nuser\t0m0.006s\nsys\t0m0.055s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:45.163Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:45.525Z", "message": "[homer] sudo ifconfig ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:45.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}], "metadata": {"pagination": {"total": 1730, "offset": 1684, "size": 50}}} 2018-10-04 16:07:46,533 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:07:46,533 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:07:46 GMT 2018-10-04 16:07:46,534 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:07:46,534 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26179 2018-10-04 16:07:46,534 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:07:46,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/WMIZW/bind.py 2018-10-04 16:07:46,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-04 16:07:46,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:07:46,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.211', 'backends': {u'sprout': {u'sprout_2h4b7x': {u'public_address': u'', u'private_address': u'192.168.120.20', u'name': u'sprout-2h4b7x'}}, u'bono': {u'bono_22c2me': {u'public_address': u'172.30.9.208', u'private_address': u'192.168.120.6', u'name': u'bono-22c2me'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-04 16:07:46,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] The installation packages is done correctly 2018-10-04 16:07:46,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-04 16:07:46,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpKDF_8h /etc/bind/db.clearwater.opnfv 2018-10-04 16:07:46,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-04 16:07:46,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-04 16:07:46,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-04 16:07:46,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpByfF9z /etc/bind/db.clearwater.local 2018-10-04 16:07:46,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-04 16:07:46,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-04 16:07:46,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-04 16:07:46,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 18 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 2s (14.0 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58159 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m33.749s user 0m12.593s sys 0m2.874s 2018-10-04 16:07:46,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:07:46,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:07:46,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/9AV2O/add-snmpproxy-collector.py 2018-10-04 16:07:46,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer Use the DNS server 2018-10-04 16:07:46,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo service dnsmasq force 2018-10-04 16:07:46,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.083s user 0m0.006s sys 0m0.055s 2018-10-04 16:07:46,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ifconfig 2018-10-04 16:07:46,539 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:07:46,629 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:07:46,629 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:07:46,629 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:07:46,629 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:07:46,630 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:07:46,630 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:07:46,630 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:07:46,630 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:07:46,630 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:07:46,630 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:07:46 GMT 2018-10-04 16:07:46,630 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:07:46,630 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:07:46,630 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:07:51,631 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:07:52,138 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:07:52,138 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:07:52,138 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:07:52,138 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:07:52,139 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:07:52,139 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:07:52,139 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:07:52,139 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:46.539Z", "message": "[homer] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9848/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1091/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9027/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9208/nginx \ntcp6 0 0 ::1:53 :::* LISTEN 9848/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1091/sshd \nudp 0 0 192.168.120.14:123 0.0.0.0:* 8510/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8510/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8510/ntpd \nudp 0 0 0.0.0.0:8479 0.0.0.0:* 570/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9848/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 570/dhclient \nudp6 0 0 fe80::f816:3eff:fe1:123 :::* 8510/ntpd \nudp6 0 0 ::1:123 :::* 8510/ntpd \nudp6 0 0 :::123 :::* 8510/ntpd \nudp6 0 0 :::14746 :::* 570/dhclient \nudp6 0 0 ::1:53 :::* 9848/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 10794 1650/python2.7 /tmp/cloudify-logging-server-0f914.socket\nunix 2 [ ACC ] STREAM LISTENING 12097 1857/python2.7 /tmp/ctx-Wj_3yB.socket\nunix 2 [ ACC ] STREAM LISTENING 9311 894/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 7120 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 9578 1109/acpid /var/run/acpid.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7300 392/systemd-udevd /run/udev/control\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.007s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:46.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:46.539Z", "message": "[homer] sudo netstat ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:46.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:46.539Z", "message": "[homer] sudo ps ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:46.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:46.539Z", "message": "[homer] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 15:59 ? 00:00:00 /sbin/init\nroot 2 0 0 15:59 ? 00:00:00 [kthreadd]\nroot 3 2 0 15:59 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 15:59 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 15:59 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 15:59 ? 00:00:00 [rcu_sched]\nroot 8 2 0 15:59 ? 00:00:00 [rcuos/0]\nroot 9 2 0 15:59 ? 00:00:00 [rcuos/1]\nroot 10 2 0 15:59 ? 00:00:00 [rcu_bh]\nroot 11 2 0 15:59 ? 00:00:00 [rcuob/0]\nroot 12 2 0 15:59 ? 00:00:00 [rcuob/1]\nroot 13 2 0 15:59 ? 00:00:00 [migration/0]\nroot 14 2 0 15:59 ? 00:00:00 [watchdog/0]\nroot 15 2 0 15:59 ? 00:00:00 [watchdog/1]\nroot 16 2 0 15:59 ? 00:00:00 [migration/1]\nroot 17 2 0 15:59 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 15:59 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 15:59 ? 00:00:00 [khelper]\nroot 21 2 0 15:59 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 15:59 ? 00:00:00 [netns]\nroot 23 2 0 15:59 ? 00:00:00 [writeback]\nroot 24 2 0 15:59 ? 00:00:00 [kintegrityd]\nroot 25 2 0 15:59 ? 00:00:00 [bioset]\nroot 26 2 0 15:59 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 15:59 ? 00:00:00 [kblockd]\nroot 28 2 0 15:59 ? 00:00:00 [ata_sff]\nroot 29 2 0 15:59 ? 00:00:00 [khubd]\nroot 30 2 0 15:59 ? 00:00:00 [md]\nroot 31 2 0 15:59 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 15:59 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 15:59 ? 00:00:00 [khungtaskd]\nroot 35 2 0 15:59 ? 00:00:00 [kswapd0]\nroot 36 2 0 15:59 ? 00:00:00 [vmstat]\nroot 37 2 0 15:59 ? 00:00:00 [ksmd]\nroot 38 2 0 15:59 ? 00:00:00 [khugepaged]\nroot 39 2 0 15:59 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 15:59 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 15:59 ? 00:00:00 [crypto]\nroot 53 2 0 15:59 ? 00:00:00 [kthrotld]\nroot 54 2 0 15:59 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 15:59 ? 00:00:00 [vballoon]\nroot 56 2 0 15:59 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 15:59 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 15:59 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 15:59 ? 00:00:00 [deferwq]\nroot 80 2 0 15:59 ? 00:00:00 [charger_manager]\nroot 123 2 0 15:59 ? 00:00:00 [kpsmoused]\nroot 142 2 0 15:59 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 15:59 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 15:59 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 15:59 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 15:59 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 432 2 0 15:59 ? 00:00:00 [kworker/u5:1]\nroot 533 1 0 15:59 ? 00:00:00 upstart-socket-bridge --daemon\nroot 570 1 0 15:59 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 818 2 0 15:59 ? 00:00:00 [kauditd]\nmessage+ 894 1 0 16:00 ? 00:00:00 dbus-daemon --system --fork\nroot 930 1 0 16:00 ? 00:00:00 /lib/systemd/systemd-logind\nroot 954 1 0 16:00 ? 00:00:00 upstart-file-bridge --daemon\nroot 1039 1 0 16:00 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1042 1 0 16:00 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1046 1 0 16:00 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1047 1 0 16:00 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1049 1 0 16:00 tty6 00:00:00 /sbin/getty -8 38400 tty6\nsyslog 1070 1 0 16:00 ? 00:00:00 rsyslogd\nroot 1091 1 0 16:00 ? 00:00:00 /usr/sbin/sshd -D\nroot 1092 1 0 16:00 ? 00:00:00 cron\ndaemon 1093 1 0 16:00 ? 00:00:00 atd\nroot 1109 1 0 16:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1113 1 0 16:00 ? 00:00:00 /usr/sbin/irqbalance\nroot 1253 1 0 16:00 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1261 1 0 16:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1542 2 0 16:00 ? 00:00:00 [kworker/1:2]\nubuntu 1650 1 0 16:00 ? 00:00:00 /home/ubuntu/homer_host_g4bnw5/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_g4bnw5 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_g4bnw5 --logging-server-logdir=/home/ubuntu/homer_host_g4bnw5/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_g4bnw5/work/homer_host_g4bnw5%I.log --pidfile=/home/ubuntu/homer_host_g4bnw5/work/homer_host_g4bnw5.pid\nubuntu 1764 1 0 16:00 ? 00:00:02 python2.7 /home/ubuntu/homer_host_g4bnw5/env/bin/diamond --configfile /home/ubuntu/homer_host_g4bnw5/work/plugins/diamond/etc/diamond.conf\nubuntu 1836 1650 0 16:03 ? 00:00:00 /home/ubuntu/homer_host_g4bnw5/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_g4bnw5 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_g4bnw5 --logging-server-logdir=/home/ubuntu/homer_host_g4bnw5/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_g4bnw5/work/homer_host_g4bnw5%I.log --pidfile=/home/ubuntu/homer_host_g4bnw5/work/homer_host_g4bnw5.pid\nubuntu 1857 1836 0 16:03 ? 00:00:00 /home/ubuntu/homer_host_g4bnw5/env/bin/python2.7 /home/ubuntu/homer_host_g4bnw5/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-VTko7v\nubuntu 1868 1857 0 16:03 ? 00:00:00 /bin/sh -c /tmp/JZ0ON/install-homer.sh\nubuntu 1870 1868 0 16:03 ? 00:00:00 /bin/bash -e /tmp/JZ0ON/install-homer.sh\nroot 2160 2 0 16:04 ? 00:00:00 [kworker/u5:2]\nntp 8510 1 0 16:06 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 9027 1 0 16:06 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9084 1 0 16:06 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9088 9084 0 16:06 ? 00:00:00 inotifywait -e create -qq .\nroot 9208 1 0 16:06 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 9209 9208 0 16:06 ? 00:00:00 nginx: worker process\nwww-data 9210 9208 0 16:06 ? 00:00:00 nginx: worker process\nwww-data 9211 9208 0 16:06 ? 00:00:00 nginx: worker process\nwww-data 9212 9208 0 16:06 ? 00:00:00 nginx: worker process\nroot 9739 9027 0 16:07 ? 00:00:00 [nginx_ping] \nroot 9741 9027 0 16:07 ? 00:00:00 [check-nginx-upt] \nroot 9744 9027 0 16:07 ? 00:00:00 [check-monit-upt] \ndnsmasq 9848 1 0 16:07 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 9912 1870 0 16:07 ? 00:00:00 /bin/bash -e /tmp/JZ0ON/install-homer.sh\nubuntu 9913 9912 0 16:07 ? 00:00:00 /bin/bash -e /tmp/JZ0ON/install-homer.sh\nroot 9914 9913 0 16:07 ? 00:00:00 sudo ps -edf\nroot 9915 9914 0 16:07 ? 00:00:00 ps -edf\n\nreal\t0m0.010s\nuser\t0m0.009s\nsys\t0m0.002s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:46.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:46.539Z", "message": "[homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:12:31:b8 \n inet addr:192.168.120.14 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe12:31b8/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:110467 errors:0 dropped:0 overruns:0 frame:0\n TX packets:61919 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:166628117 (166.6 MB) TX bytes:10867720 (10.8 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:48 errors:0 dropped:0 overruns:0 frame:0\n TX packets:48 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:4041 (4.0 KB) TX bytes:4041 (4.0 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:46.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:47.563Z", "message": "[homer] sudo find /var/log", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:47.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:47.563Z", "message": "[homer] => /var/log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-queue-manager\n/var/log/lastlog\n/var/log/cloud-init.log\n/var/log/boot.log\n/var/log/udev\n/var/log/clearwater-diags-monitor.log\n/var/log/monit.log\n/var/log/wtmp\n/var/log/dmesg\n/var/log/ntpstats\n/var/log/auth.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init-output.log\n/var/log/upstart\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/container-detect.log\n/var/log/iotop.log\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/dpkg.log\n/var/log/unattended-upgrades\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa04\n/var/log/sysstat/sa04\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/kern.log\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/syslog\n/var/log/clearwater-cluster-manager\n/var/log/clearwater-config-manager\n/var/log/dmesg.0\n/var/log/dist-upgrade\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:47.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:47.563Z", "message": "[homer] => [04-Oct-2018 16:06:48 UTC] clearwater-diags-monitor starting\n[04-Oct-2018 16:06:48 UTC] Waiting for trigger files\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:47.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:47.563Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:47.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:48.572Z", "message": "[homer] => 2018-10-04 16:07:24.425418049 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.002s\nsys\t0m0.003s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:48.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:48.572Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:48.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:48.572Z", "message": "[homer] Installation is done", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:48.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "homer_nu5fws", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:48.778Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:48.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:49.589Z", "message": "Execution done (return_code=0): /tmp/JZ0ON/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:49.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4d888fdf-ba84-47b2-b7c4-05079036c97b"}, {"node_instance_id": "homer_nu5fws", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:49.848Z", "message": "Starting node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:49.848Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:49.848Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:49.848Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:49.986Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:49.986Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:50.604Z", "message": "Downloaded scripts/bind/bind.py to /tmp/R71JX/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:50.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "32827196-85a8-468d-8f71-6597e3eb6894"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:51.635Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:51.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "32827196-85a8-468d-8f71-6597e3eb6894"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:51.635Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:51.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "32827196-85a8-468d-8f71-6597e3eb6894"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:51.635Z", "message": "The config dict: {'public_ip': u'172.30.9.211', 'backends': {u'homer': {u'homer_nu5fws': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'homer-nu5fws'}}, u'sprout': {u'sprout_2h4b7x': {u'public_address': u'', u'private_address': u'192.168.120.20', u'name': u'sprout-2h4b7x'}}, u'bono': {u'bono_22c2me': {u'public_address': u'172.30.9.208', u'private_address': u'192.168.120.6', u'name': u'bono-22c2me'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:51.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "32827196-85a8-468d-8f71-6597e3eb6894"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:51.635Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:51.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "32827196-85a8-468d-8f71-6597e3eb6894"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:51.635Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:51.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "32827196-85a8-468d-8f71-6597e3eb6894"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:51.635Z", "message": "[localhost] run: sudo mv /tmp/tmpbKuZOb /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:51.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "32827196-85a8-468d-8f71-6597e3eb6894"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:51.635Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:51.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "32827196-85a8-468d-8f71-6597e3eb6894"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:51.635Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:51.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "32827196-85a8-468d-8f71-6597e3eb6894"}], "metadata": {"pagination": {"total": 1760, "offset": 1706, "size": 50}}} 2018-10-04 16:07:52,139 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:07:52,139 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:07:52 GMT 2018-10-04 16:07:52,139 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:07:52,139 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27680 2018-10-04 16:07:52,139 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:07:52,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9848/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1091/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9027/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9208/nginx tcp6 0 0 ::1:53 :::* LISTEN 9848/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1091/sshd udp 0 0 192.168.120.14:123 0.0.0.0:* 8510/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8510/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8510/ntpd udp 0 0 0.0.0.0:8479 0.0.0.0:* 570/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9848/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 570/dhclient udp6 0 0 fe80::f816:3eff:fe1:123 :::* 8510/ntpd udp6 0 0 ::1:123 :::* 8510/ntpd udp6 0 0 :::123 :::* 8510/ntpd udp6 0 0 :::14746 :::* 570/dhclient udp6 0 0 ::1:53 :::* 9848/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 10794 1650/python2.7 /tmp/cloudify-logging-server-0f914.socket unix 2 [ ACC ] STREAM LISTENING 12097 1857/python2.7 /tmp/ctx-Wj_3yB.socket unix 2 [ ACC ] STREAM LISTENING 9311 894/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 7120 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9578 1109/acpid /var/run/acpid.socket unix 2 [ ACC ] SEQPACKET LISTENING 7300 392/systemd-udevd /run/udev/control real 0m0.007s user 0m0.000s sys 0m0.007s 2018-10-04 16:07:52,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo netstat 2018-10-04 16:07:52,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ps 2018-10-04 16:07:52,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 15:59 ? 00:00:00 /sbin/init root 2 0 0 15:59 ? 00:00:00 [kthreadd] root 3 2 0 15:59 ? 00:00:00 [ksoftirqd/0] root 5 2 0 15:59 ? 00:00:00 [kworker/0:0H] root 6 2 0 15:59 ? 00:00:00 [kworker/u4:0] root 7 2 0 15:59 ? 00:00:00 [rcu_sched] root 8 2 0 15:59 ? 00:00:00 [rcuos/0] root 9 2 0 15:59 ? 00:00:00 [rcuos/1] root 10 2 0 15:59 ? 00:00:00 [rcu_bh] root 11 2 0 15:59 ? 00:00:00 [rcuob/0] root 12 2 0 15:59 ? 00:00:00 [rcuob/1] root 13 2 0 15:59 ? 00:00:00 [migration/0] root 14 2 0 15:59 ? 00:00:00 [watchdog/0] root 15 2 0 15:59 ? 00:00:00 [watchdog/1] root 16 2 0 15:59 ? 00:00:00 [migration/1] root 17 2 0 15:59 ? 00:00:00 [ksoftirqd/1] root 19 2 0 15:59 ? 00:00:00 [kworker/1:0H] root 20 2 0 15:59 ? 00:00:00 [khelper] root 21 2 0 15:59 ? 00:00:00 [kdevtmpfs] root 22 2 0 15:59 ? 00:00:00 [netns] root 23 2 0 15:59 ? 00:00:00 [writeback] root 24 2 0 15:59 ? 00:00:00 [kintegrityd] root 25 2 0 15:59 ? 00:00:00 [bioset] root 26 2 0 15:59 ? 00:00:00 [kworker/u5:0] root 27 2 0 15:59 ? 00:00:00 [kblockd] root 28 2 0 15:59 ? 00:00:00 [ata_sff] root 29 2 0 15:59 ? 00:00:00 [khubd] root 30 2 0 15:59 ? 00:00:00 [md] root 31 2 0 15:59 ? 00:00:00 [devfreq_wq] root 32 2 0 15:59 ? 00:00:00 [kworker/0:1] root 34 2 0 15:59 ? 00:00:00 [khungtaskd] root 35 2 0 15:59 ? 00:00:00 [kswapd0] root 36 2 0 15:59 ? 00:00:00 [vmstat] root 37 2 0 15:59 ? 00:00:00 [ksmd] root 38 2 0 15:59 ? 00:00:00 [khugepaged] root 39 2 0 15:59 ? 00:00:00 [fsnotify_mark] root 40 2 0 15:59 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 15:59 ? 00:00:00 [crypto] root 53 2 0 15:59 ? 00:00:00 [kthrotld] root 54 2 0 15:59 ? 00:00:00 [kworker/u4:1] root 55 2 0 15:59 ? 00:00:00 [vballoon] root 56 2 0 15:59 ? 00:00:00 [kworker/1:1] root 57 2 0 15:59 ? 00:00:00 [scsi_eh_0] root 58 2 0 15:59 ? 00:00:00 [scsi_eh_1] root 79 2 0 15:59 ? 00:00:00 [deferwq] root 80 2 0 15:59 ? 00:00:00 [charger_manager] root 123 2 0 15:59 ? 00:00:00 [kpsmoused] root 142 2 0 15:59 ? 00:00:00 [kworker/0:2] root 186 2 0 15:59 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 15:59 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 15:59 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 15:59 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 432 2 0 15:59 ? 00:00:00 [kworker/u5:1] root 533 1 0 15:59 ? 00:00:00 upstart-socket-bridge --daemon root 570 1 0 15:59 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 818 2 0 15:59 ? 00:00:00 [kauditd] message+ 894 1 0 16:00 ? 00:00:00 dbus-daemon --system --fork root 930 1 0 16:00 ? 00:00:00 /lib/systemd/systemd-logind root 954 1 0 16:00 ? 00:00:00 upstart-file-bridge --daemon root 1039 1 0 16:00 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1042 1 0 16:00 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1046 1 0 16:00 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1047 1 0 16:00 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1049 1 0 16:00 tty6 00:00:00 /sbin/getty -8 38400 tty6 syslog 1070 1 0 16:00 ? 00:00:00 rsyslogd root 1091 1 0 16:00 ? 00:00:00 /usr/sbin/sshd -D root 1092 1 0 16:00 ? 00:00:00 cron daemon 1093 1 0 16:00 ? 00:00:00 atd root 1109 1 0 16:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1113 1 0 16:00 ? 00:00:00 /usr/sbin/irqbalance root 1253 1 0 16:00 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1261 1 0 16:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1542 2 0 16:00 ? 00:00:00 [kworker/1:2] ubuntu 1650 1 0 16:00 ? 00:00:00 /home/ubuntu/homer_host_g4bnw5/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_g4bnw5 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_g4bnw5 --logging-server-logdir=/home/ubuntu/homer_host_g4bnw5/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_g4bnw5/work/homer_host_g4bnw5%I.log --pidfile=/home/ubuntu/homer_host_g4bnw5/work/homer_host_g4bnw5.pid ubuntu 1764 1 0 16:00 ? 00:00:02 python2.7 /home/ubuntu/homer_host_g4bnw5/env/bin/diamond --configfile /home/ubuntu/homer_host_g4bnw5/work/plugins/diamond/etc/diamond.conf ubuntu 1836 1650 0 16:03 ? 00:00:00 /home/ubuntu/homer_host_g4bnw5/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_g4bnw5 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_g4bnw5 --logging-server-logdir=/home/ubuntu/homer_host_g4bnw5/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_g4bnw5/work/homer_host_g4bnw5%I.log --pidfile=/home/ubuntu/homer_host_g4bnw5/work/homer_host_g4bnw5.pid ubuntu 1857 1836 0 16:03 ? 00:00:00 /home/ubuntu/homer_host_g4bnw5/env/bin/python2.7 /home/ubuntu/homer_host_g4bnw5/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-VTko7v ubuntu 1868 1857 0 16:03 ? 00:00:00 /bin/sh -c /tmp/JZ0ON/install-homer.sh ubuntu 1870 1868 0 16:03 ? 00:00:00 /bin/bash -e /tmp/JZ0ON/install-homer.sh root 2160 2 0 16:04 ? 00:00:00 [kworker/u5:2] ntp 8510 1 0 16:06 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 9027 1 0 16:06 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9084 1 0 16:06 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9088 9084 0 16:06 ? 00:00:00 inotifywait -e create -qq . root 9208 1 0 16:06 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 9209 9208 0 16:06 ? 00:00:00 nginx: worker process www-data 9210 9208 0 16:06 ? 00:00:00 nginx: worker process www-data 9211 9208 0 16:06 ? 00:00:00 nginx: worker process www-data 9212 9208 0 16:06 ? 00:00:00 nginx: worker process root 9739 9027 0 16:07 ? 00:00:00 [nginx_ping] root 9741 9027 0 16:07 ? 00:00:00 [check-nginx-upt] root 9744 9027 0 16:07 ? 00:00:00 [check-monit-upt] dnsmasq 9848 1 0 16:07 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 9912 1870 0 16:07 ? 00:00:00 /bin/bash -e /tmp/JZ0ON/install-homer.sh ubuntu 9913 9912 0 16:07 ? 00:00:00 /bin/bash -e /tmp/JZ0ON/install-homer.sh root 9914 9913 0 16:07 ? 00:00:00 sudo ps -edf root 9915 9914 0 16:07 ? 00:00:00 ps -edf real 0m0.010s user 0m0.009s sys 0m0.002s 2018-10-04 16:07:52,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:12:31:b8 inet addr:192.168.120.14 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe12:31b8/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:110467 errors:0 dropped:0 overruns:0 frame:0 TX packets:61919 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:166628117 (166.6 MB) TX bytes:10867720 (10.8 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:48 errors:0 dropped:0 overruns:0 frame:0 TX packets:48 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:4041 (4.0 KB) TX bytes:4041 (4.0 KB) real 0m0.005s user 0m0.000s sys 0m0.005s 2018-10-04 16:07:52,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo find /var/log 2018-10-04 16:07:52,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => /var/log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-queue-manager /var/log/lastlog /var/log/cloud-init.log /var/log/boot.log /var/log/udev /var/log/clearwater-diags-monitor.log /var/log/monit.log /var/log/wtmp /var/log/dmesg /var/log/ntpstats /var/log/auth.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init-output.log /var/log/upstart /var/log/upstart/systemd-logind.log /var/log/upstart/rsyslog.log /var/log/upstart/clearwater-monit.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/container-detect.log /var/log/iotop.log /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/dpkg.log /var/log/unattended-upgrades /var/log/sysstat /var/log/sysstat/clearwater-sa04 /var/log/sysstat/sa04 /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/kern.log /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/btmp /var/log/alternatives.log /var/log/syslog /var/log/clearwater-cluster-manager /var/log/clearwater-config-manager /var/log/dmesg.0 /var/log/dist-upgrade real 0m0.006s user 0m0.000s sys 0m0.005s 2018-10-04 16:07:52,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => [04-Oct-2018 16:06:48 UTC] clearwater-diags-monitor starting [04-Oct-2018 16:06:48 UTC] Waiting for trigger files real 0m0.005s user 0m0.000s sys 0m0.005s 2018-10-04 16:07:52,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-10-04 16:07:52,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => 2018-10-04 16:07:24.425418049 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.002s sys 0m0.003s 2018-10-04 16:07:52,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-10-04 16:07:52,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installation is done 2018-10-04 16:07:52,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:07:52,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/JZ0ON/install-homer.sh 2018-10-04 16:07:52,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 16:07:52,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:07:52,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:07:52,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/R71JX/bind.py 2018-10-04 16:07:52,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-04 16:07:52,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-04 16:07:52,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.211', 'backends': {u'homer': {u'homer_nu5fws': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'homer-nu5fws'}}, u'sprout': {u'sprout_2h4b7x': {u'public_address': u'', u'private_address': u'192.168.120.20', u'name': u'sprout-2h4b7x'}}, u'bono': {u'bono_22c2me': {u'public_address': u'172.30.9.208', u'private_address': u'192.168.120.6', u'name': u'bono-22c2me'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-04 16:07:52,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-04 16:07:52,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-04 16:07:52,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpbKuZOb /etc/bind/db.clearwater.local 2018-10-04 16:07:52,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-04 16:07:52,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-04 16:07:52,145 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:07:52,236 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:07:52,236 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:07:52,236 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:07:52,236 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:07:52,236 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:07:52,236 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:07:52,236 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:07:52,236 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:07:52,237 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:07:52,237 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:07:52 GMT 2018-10-04 16:07:52,237 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:07:52,237 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:07:52,237 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:07:57,241 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:07:58,157 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:07:58,157 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:07:58,157 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:07:58,157 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:07:58,157 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:07:58,157 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:07:58,157 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:07:58,157 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:52.435Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:52.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:53.066Z", "message": "[localhost] run: sudo mv /tmp/tmptCwUDn /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:53.066Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "32827196-85a8-468d-8f71-6597e3eb6894"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:53.066Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:53.066Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "32827196-85a8-468d-8f71-6597e3eb6894"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:53.066Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:53.066Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "32827196-85a8-468d-8f71-6597e3eb6894"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:53.997Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:53.997Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 1765, "offset": 1732, "size": 50}}} 2018-10-04 16:07:58,158 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:07:58,158 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:07:58 GMT 2018-10-04 16:07:58,158 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:07:58,158 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2723 2018-10-04 16:07:58,158 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:07:58,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:07:58,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmptCwUDn /etc/bind/db.clearwater.opnfv 2018-10-04 16:07:58,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-04 16:07:58,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-04 16:07:58,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:07:58,159 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:07:58,430 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:07:58,430 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:07:58,430 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:07:58,430 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:07:58,430 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:07:58,430 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:07:58,431 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:07:58,431 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:07:58,431 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:07:58,431 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:07:58 GMT 2018-10-04 16:07:58,431 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:07:58,431 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:07:58,431 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:08:03,434 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:08:03,812 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:08:03,812 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:08:03,812 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:08:03,812 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:08:03,813 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:08:03,813 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:08:03,813 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:08:03,813 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:07:59.946Z", "message": "[ellis] => Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 18 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 2s (15.3 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58106 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m34.534s\nuser\t0m12.208s\nsys\t0m2.550s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:07:59.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:01.079Z", "message": "[ellis] Configure a new DNS server", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:01.079Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:01.079Z", "message": "[ellis] sudo service dnsmasq force", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:01.079Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:01.079Z", "message": "[ellis] The installation packages is done correctly", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:01.079Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:02.800Z", "message": "[ellis] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.070s\nuser\t0m0.005s\nsys\t0m0.045s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:02.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:03.437Z", "message": "[ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:04:98:cd \n inet addr:192.168.120.13 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe04:98cd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:100089 errors:0 dropped:0 overruns:0 frame:0\n TX packets:49465 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:147599976 (147.5 MB) TX bytes:10286358 (10.2 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:288 errors:0 dropped:0 overruns:0 frame:0\n TX packets:288 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:27767 (27.7 KB) TX bytes:27767 (27.7 KB)\n\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:03.437Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:03.437Z", "message": "[ellis] sudo ifconfig ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:03.437Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}], "metadata": {"pagination": {"total": 1772, "offset": 1737, "size": 50}}} 2018-10-04 16:08:03,813 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:08:03,813 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:08:03 GMT 2018-10-04 16:08:03,813 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:08:03,813 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 18554 2018-10-04 16:08:03,813 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:08:03,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 18 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 2s (15.3 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58106 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m34.534s user 0m12.208s sys 0m2.550s 2018-10-04 16:08:03,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure a new DNS server 2018-10-04 16:08:03,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo service dnsmasq force 2018-10-04 16:08:03,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] The installation packages is done correctly 2018-10-04 16:08:03,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.070s user 0m0.005s sys 0m0.045s 2018-10-04 16:08:03,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:04:98:cd inet addr:192.168.120.13 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe04:98cd/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:100089 errors:0 dropped:0 overruns:0 frame:0 TX packets:49465 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:147599976 (147.5 MB) TX bytes:10286358 (10.2 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:288 errors:0 dropped:0 overruns:0 frame:0 TX packets:288 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:27767 (27.7 KB) TX bytes:27767 (27.7 KB) real 0m0.004s user 0m0.003s sys 0m0.002s 2018-10-04 16:08:03,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ifconfig 2018-10-04 16:08:03,816 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:08:03,893 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:08:03,893 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:08:03,893 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:08:03,893 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:08:03,893 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:08:03,893 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:08:03,893 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:08:03,893 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:08:03,894 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:08:03,894 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:08:03 GMT 2018-10-04 16:08:03,894 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:08:03,894 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:08:03,894 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:08:08,899 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:08:09,227 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:08:09,227 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:08:09,227 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:08:09,227 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:08:09,228 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:08:09,228 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:08:09,228 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:08:09,228 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:04.686Z", "message": "[ellis] => /var/log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-etcd/clearwater-etcd.log\n/var/log/clearwater-queue-manager\n/var/log/clearwater-queue-manager/queue_operation.log\n/var/log/clearwater-queue-manager/queue-manager_20181004T160000Z.txt\n/var/log/clearwater-queue-manager/queue-manager.output.log\n/var/log/lastlog\n/var/log/cloud-init.log\n/var/log/boot.log\n/var/log/udev\n/var/log/clearwater-diags-monitor.log\n/var/log/monit.log\n/var/log/wtmp\n/var/log/dmesg\n/var/log/ntpstats\n/var/log/auth.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init-output.log\n/var/log/upstart\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/mysql.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/container-detect.log\n/var/log/iotop.log\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/dpkg.log\n/var/log/unattended-upgrades\n/var/log/ellis\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa04\n/var/log/sysstat/sa04\n/var/log/mysql.log\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/kern.log\n/var/log/mysql.err\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/syslog\n/var/log/mysql\n/var/log/mysql/error.log\n/var/log/clearwater-cluster-manager\n/var/log/clearwater-cluster-manager/cluster-manager.output.log\n/var/log/clearwater-cluster-manager/cluster-manager_20181004T160000Z.txt\n/var/log/clearwater-config-manager\n/var/log/clearwater-config-manager/config-manager_20181004T160000Z.txt\n/var/log/clearwater-config-manager/config-manager.output.log\n/var/log/dmesg.0\n/var/log/dist-upgrade\n\nreal\t0m0.007s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:04.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:04.686Z", "message": "[ellis] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 11134/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1092/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 10004/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10184/nginx \ntcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9265/mysqld \ntcp 0 0 192.168.120.13:2380 0.0.0.0:* LISTEN 10781/etcd \ntcp6 0 0 ::1:53 :::* LISTEN 11134/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1092/sshd \ntcp6 0 0 :::4000 :::* LISTEN 10781/etcd \nudp 0 0 192.168.120.13:123 0.0.0.0:* 9415/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 9415/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 9415/ntpd \nudp 0 0 0.0.0.0:18663 0.0.0.0:* 606/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 11134/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 606/dhclient \nudp6 0 0 fe80::f816:3eff:fe0:123 :::* 9415/ntpd \nudp6 0 0 ::1:123 :::* 9415/ntpd \nudp6 0 0 :::123 :::* 9415/ntpd \nudp6 0 0 :::35235 :::* 606/dhclient \nudp6 0 0 ::1:53 :::* 11134/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] SEQPACKET LISTENING 7430 395/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 11098 1649/python2.7 /tmp/cloudify-logging-server-0f976.socket\nunix 2 [ ACC ] STREAM LISTENING 11780 1852/python2.7 /tmp/ctx-fx7JCB.socket\nunix 2 [ ACC ] STREAM LISTENING 9293 1101/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 21586 9265/mysqld /var/run/mysqld/mysqld.sock\nunix 2 [ ACC ] STREAM LISTENING 9301 1106/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 1595 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 22283 10365/python /tmp/.ellis-sock\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.007s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:04.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:04.686Z", "message": "[ellis] sudo netstat ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:04.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:04.686Z", "message": "[ellis] sudo ps ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:04.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:04.686Z", "message": "[ellis] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 16:00 ? 00:00:00 /sbin/init\nroot 2 0 0 16:00 ? 00:00:00 [kthreadd]\nroot 3 2 0 16:00 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 16:00 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 16:00 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 16:00 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 16:00 ? 00:00:00 [rcu_sched]\nroot 8 2 0 16:00 ? 00:00:00 [rcuos/0]\nroot 9 2 0 16:00 ? 00:00:00 [rcuos/1]\nroot 10 2 0 16:00 ? 00:00:00 [rcu_bh]\nroot 11 2 0 16:00 ? 00:00:00 [rcuob/0]\nroot 12 2 0 16:00 ? 00:00:00 [rcuob/1]\nroot 13 2 0 16:00 ? 00:00:00 [migration/0]\nroot 14 2 0 16:00 ? 00:00:00 [watchdog/0]\nroot 15 2 0 16:00 ? 00:00:00 [watchdog/1]\nroot 16 2 0 16:00 ? 00:00:00 [migration/1]\nroot 17 2 0 16:00 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 16:00 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 16:00 ? 00:00:00 [khelper]\nroot 21 2 0 16:00 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 16:00 ? 00:00:00 [netns]\nroot 23 2 0 16:00 ? 00:00:00 [writeback]\nroot 24 2 0 16:00 ? 00:00:00 [kintegrityd]\nroot 25 2 0 16:00 ? 00:00:00 [bioset]\nroot 26 2 0 16:00 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 16:00 ? 00:00:00 [kblockd]\nroot 28 2 0 16:00 ? 00:00:00 [ata_sff]\nroot 29 2 0 16:00 ? 00:00:00 [khubd]\nroot 30 2 0 16:00 ? 00:00:00 [md]\nroot 31 2 0 16:00 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 16:00 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 16:00 ? 00:00:00 [khungtaskd]\nroot 35 2 0 16:00 ? 00:00:00 [kswapd0]\nroot 36 2 0 16:00 ? 00:00:00 [vmstat]\nroot 37 2 0 16:00 ? 00:00:00 [ksmd]\nroot 38 2 0 16:00 ? 00:00:00 [khugepaged]\nroot 39 2 0 16:00 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 16:00 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 16:00 ? 00:00:00 [crypto]\nroot 53 2 0 16:00 ? 00:00:00 [kthrotld]\nroot 54 2 0 16:00 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 16:00 ? 00:00:00 [vballoon]\nroot 56 2 0 16:00 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 16:00 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 16:00 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 16:00 ? 00:00:00 [deferwq]\nroot 80 2 0 16:00 ? 00:00:00 [charger_manager]\nroot 124 2 0 16:00 ? 00:00:00 [kpsmoused]\nroot 125 2 0 16:00 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 16:00 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 16:00 ? 00:00:00 [ext4-rsv-conver]\nroot 389 1 0 16:00 ? 00:00:00 upstart-udev-bridge --daemon\nroot 395 1 0 16:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 16:00 ? 00:00:00 [kworker/u5:1]\nroot 527 1 0 16:00 ? 00:00:00 upstart-socket-bridge --daemon\nroot 606 1 0 16:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 818 2 0 16:00 ? 00:00:00 [kauditd]\nroot 935 1 0 16:00 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1004 1 0 16:00 ? 00:00:00 rsyslogd\nroot 1035 1 0 16:00 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1038 1 0 16:00 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1043 1 0 16:00 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1044 1 0 16:00 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1046 1 0 16:00 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1092 1 0 16:00 ? 00:00:00 /usr/sbin/sshd -D\nroot 1094 1 0 16:00 ? 00:00:00 cron\ndaemon 1095 1 0 16:00 ? 00:00:00 atd\nmessage+ 1101 1 0 16:00 ? 00:00:00 dbus-daemon --system --fork\nroot 1104 1 0 16:00 ? 00:00:00 /usr/sbin/irqbalance\nroot 1106 1 0 16:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1117 1 0 16:00 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1199 1 0 16:00 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1215 1 0 16:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1649 1 0 16:00 ? 00:00:00 /home/ubuntu/ellis_host_9bvecx/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_9bvecx --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_9bvecx --logging-server-logdir=/home/ubuntu/ellis_host_9bvecx/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_9bvecx/work/ellis_host_9bvecx%I.log --pidfile=/home/ubuntu/ellis_host_9bvecx/work/ellis_host_9bvecx.pid\nubuntu 1763 1 0 16:01 ? 00:00:02 python2.7 /home/ubuntu/ellis_host_9bvecx/env/bin/diamond --configfile /home/ubuntu/ellis_host_9bvecx/work/plugins/diamond/etc/diamond.conf\nubuntu 1830 1649 0 16:03 ? 00:00:00 /home/ubuntu/ellis_host_9bvecx/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_9bvecx --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_9bvecx --logging-server-logdir=/home/ubuntu/ellis_host_9bvecx/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_9bvecx/work/ellis_host_9bvecx%I.log --pidfile=/home/ubuntu/ellis_host_9bvecx/work/ellis_host_9bvecx.pid\nubuntu 1852 1830 0 16:03 ? 00:00:00 /home/ubuntu/ellis_host_9bvecx/env/bin/python2.7 /home/ubuntu/ellis_host_9bvecx/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-I7Uv98\nubuntu 1863 1852 0 16:03 ? 00:00:00 /bin/sh -c /tmp/83V8K/install-ellis.sh\nubuntu 1866 1863 0 16:03 ? 00:00:00 /bin/bash -e /tmp/83V8K/install-ellis.sh\nroot 2170 2 0 16:04 ? 00:00:00 [kworker/u5:2]\nmysql 9265 1 0 16:06 ? 00:00:00 /usr/sbin/mysqld\nntp 9415 1 0 16:06 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 10004 1 0 16:07 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 10098 1 0 16:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 10102 10098 0 16:07 ? 00:00:00 inotifywait -e create -qq .\nroot 10184 1 0 16:07 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 10185 10184 0 16:07 ? 00:00:00 nginx: worker process\nwww-data 10186 10184 0 16:07 ? 00:00:00 nginx: worker process\nwww-data 10187 10184 0 16:07 ? 00:00:00 nginx: worker process\nwww-data 10188 10184 0 16:07 ? 00:00:00 nginx: worker process\nellis 10365 1 0 16:07 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background\nclearwa+ 10781 1 1 16:07 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.13:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.13 --name 192-168-120-13 --debug --initial-cluster 192-168-120-5=http://192.168.120.5:2380,192-168-120-6=http://192.168.120.6:2380,192-168-120-13=http://192.168.120.13:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.13:2380 --listen-peer-urls http://192.168.120.13:2380\nroot 10897 10004 0 16:07 ? 00:00:00 [nginx_ping] \nroot 10899 10004 0 16:07 ? 00:00:00 [check-nginx-upt] \nroot 10903 10004 0 16:07 ? 00:00:00 [check-monit-upt] \nroot 10906 10004 0 16:07 ? 00:00:00 [poll_ellis.sh] \nroot 10910 10004 0 16:07 ? 00:00:00 [poll_ellis_http] \nroot 10948 1 0 16:07 ? 00:00:00 /usr/share/clearwater/clearwater-queue-manager/env/bin/python /usr/share/clearwater/bin/clearwater-queue-manager --local-ip=192.168.120.13 --local-site=site1 --log-level=3 --log-directory=/var/log/clearwater-queue-manager --pidfile=/var/run/clearwater-queue-manager.pid --etcd-key=clearwater --node-type=ellis --wait-plugin-complete=Y\nroot 10957 10004 0 16:07 ? 00:00:00 [check-queue-man] \nroot 10959 10004 0 16:07 ? 00:00:00 [check-etcd-upti] \nroot 10962 10004 0 16:07 ? 00:00:00 [poll_etcd_clust] \nroot 10967 10004 0 16:07 ? 00:00:00 [poll_etcd.sh] \nroot 10991 1 0 16:07 ? 00:00:00 /usr/share/clearwater/clearwater-config-manager/env/bin/python /usr/share/clearwater/bin/clearwater-config-manager --local-ip=192.168.120.13 --local-site=site1 --log-level=3 --log-directory=/var/log/clearwater-config-manager --pidfile=/var/run/clearwater-config-manager.pid --etcd-key=clearwater\nroot 11010 1 0 16:07 ? 00:00:00 /usr/share/clearwater/clearwater-cluster-manager/env/bin/python /usr/share/clearwater/bin/clearwater-cluster-manager --mgmt-local-ip=192.168.120.13 --sig-local-ip=192.168.120.13 --local-site=site1 --remote-site= --remote-cassandra-seeds= --signaling-namespace= --uuid=8ffd1654-ba04-4e82-be50-c188ba1d360e --etcd-key=clearwater --etcd-cluster-key=ellis --cluster-manager-enabled=Y --log-level=3 --log-directory=/var/log/clearwater-cluster-manager --pidfile=/var/run/clearwater-cluster-manager.pid\ndnsmasq 11134 1 0 16:08 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 11197 1866 0 16:08 ? 00:00:00 /bin/bash -e /tmp/83V8K/install-ellis.sh\nubuntu 11198 11197 0 16:08 ? 00:00:00 /bin/bash -e /tmp/83V8K/install-ellis.sh\nroot 11199 11198 0 16:08 ? 00:00:00 sudo ps -edf\nroot 11200 11199 0 16:08 ? 00:00:00 ps -edf\n\nreal\t0m0.010s\nuser\t0m0.003s\nsys\t0m0.006s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:04.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:04.686Z", "message": "[ellis] sudo find /var/log", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:04.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:05.696Z", "message": "[dime] sudo service dnsmasq force", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:05.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:05.696Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:05.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:05.696Z", "message": "[dime] The installation packages is done correctly", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:05.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:05.696Z", "message": "[ellis] => [04-Oct-2018 16:07:06 UTC] clearwater-diags-monitor starting\n[04-Oct-2018 16:07:06 UTC] Waiting for trigger files\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:05.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:05.696Z", "message": "[dime] Use the DNS server", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:05.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:05.696Z", "message": "[ellis] => 04-10-2018 16:07:59.519 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-cluster-manager.pid.lockfile\n04-10-2018 16:07:59.520 UTC INFO main.py:196 (thread MainThread): No plugin threads running, waiting for a SIGTERM or SIGQUIT\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:05.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:05.696Z", "message": "[dime] => Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 18 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 3s (10.9 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58580 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m30.929s\nuser\t0m11.975s\nsys\t0m2.562s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:05.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:06.715Z", "message": "[ellis] => 2018-10-04 16:07:41.608740843 Stopping etcd clearwater-etcd\n2018-10-04 16:07:42.795525723 Restarting etcd clearwater-etcd\n2018-10-04 16:07:42.799955074 Configured ETCDCTL_PEERS: 192.168.120.5:4000,\n2018-10-04 16:07:42.800734716 Check for previous failed startup attempt\n2018-10-04 16:07:42.801777494 Running etcdctl member list\n3ead290dbd94d86: name=192-168-120-5 peerURLs=http://192.168.120.5:2380 clientURLs=http://192.168.120.5:4000 isLeader=true\n358fde28bc291c77: name=192-168-120-6 peerURLs=http://192.168.120.6:2380 clientURLs=http://192.168.120.6:4000 isLeader=false\n2018-10-04 16:07:42.814085059 etcdctl returned 0\n2018-10-04 16:07:42.818416170 Joining existing cluster...\n2018-10-04 16:07:50.820842848 Configured ETCDCTL_PEERS: 192.168.120.5:4000,\n2018-10-04 16:07:50.821562288 Check cluster is healthy\n2018-10-04 16:07:50.822832569 Running etcdctl cluster-health\nmember 3ead290dbd94d86 is healthy: got healthy result from http://192.168.120.5:4000\nmember 358fde28bc291c77 is healthy: got healthy result from http://192.168.120.6:4000\ncluster is healthy\n2018-10-04 16:07:50.884625319 etcdctl returned 0\n2018-10-04 16:07:50.885619779 Tell the cluster we're joining\n2018-10-04 16:07:50.886320978 Running etcdctl member add 192-168-120-13 http://192.168.120.13:2380\nAdded member named 192-168-120-13 with ID 16663bb525ae8561 to cluster\n\nETCD_NAME=\"192-168-120-13\"\nETCD_INITIAL_CLUSTER=\"192-168-120-5=http://192.168.120.5:2380,192-168-120-13=http://192.168.120.13:2380,192-168-120-6=http://192.168.120.6:2380\"\nETCD_INITIAL_CLUSTER_STATE=\"existing\"\n2018-10-04 16:07:50.917729181 etcdctl returned 0\n2018-10-04 16:07:50.948737469 Starting etcd with: --listen-client-urls http://0.0.0.0:4000\n --advertise-client-urls http://192.168.120.13:4000\n --data-dir /var/lib/clearwater-etcd/192.168.120.13\n --name 192-168-120-13\n --debug --initial-cluster 192-168-120-5=http://192.168.120.5:2380,192-168-120-6=http://192.168.120.6:2380,192-168-120-13=http://192.168.120.13:2380\n --initial-cluster-state existing\n --initial-advertise-peer-urls http://192.168.120.13:2380\n --listen-peer-urls http://192.168.120.13:2380\n2018-10-04 16:07:50.953223707 Check we're actually a member of the cluster\n2018-10-04 16:07:50.955540202 Wait for etcd to startup\n2018-10-04 16:07:51.962484495 Etcd started successfully\n2018-10-04 16:07:50.969089 I | etcdmain: etcd Version: 3.1.7\n2018-10-04 16:07:50.969139 I | etcdmain: Git SHA: 43b7507\n2018-10-04 16:07:50.969143 I | etcdmain: Go Version: go1.7.5\n2018-10-04 16:07:50.969146 I | etcdmain: Go OS/Arch: linux/amd64\n2018-10-04 16:07:50.969150 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2\n2018-10-04 16:07:50.969207 I | embed: listening for peers on http://192.168.120.13:2380\n2018-10-04 16:07:50.969241 I | embed: listening for client requests on 0.0.0.0:4000\n2018-10-04 16:07:51.390962 I | etcdserver: name = 192-168-120-13\n2018-10-04 16:07:51.390980 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.13\n2018-10-04 16:07:51.390985 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.13/member\n2018-10-04 16:07:51.390989 I | etcdserver: heartbeat = 100ms\n2018-10-04 16:07:51.390999 I | etcdserver: election = 1000ms\n2018-10-04 16:07:51.391003 I | etcdserver: snapshot count = 10000\n2018-10-04 16:07:51.391011 I | etcdserver: advertise client URLs = http://192.168.120.13:4000\n2018-10-04 16:07:52.126125 I | etcdserver: starting member 16663bb525ae8561 in cluster 840b2089179fd793\n2018-10-04 16:07:52.126180 I | raft: 16663bb525ae8561 became follower at term 0\n2018-10-04 16:07:52.126198 I | raft: newRaft 16663bb525ae8561 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]\n2018-10-04 16:07:52.126204 I | raft: 16663bb525ae8561 became follower at term 1\n2018-10-04 16:07:52.544255 I | rafthttp: started HTTP pipelining with peer 3ead290dbd94d86\n2018-10-04 16:07:52.544282 I | rafthttp: started HTTP pipelining with peer 358fde28bc291c77\n2018-10-04 16:07:52.544296 I | rafthttp: starting peer 3ead290dbd94d86...\n2018-10-04 16:07:52.544347 I | rafthttp: started HTTP pipelining with peer 3ead290dbd94d86\n2018-10-04 16:07:52.546676 I | rafthttp: started streaming with peer 3ead290dbd94d86 (writer)\n2018-10-04 16:07:52.547506 I | rafthttp: started peer 3ead290dbd94d86\n2018-10-04 16:07:52.547529 I | rafthttp: added peer 3ead290dbd94d86\n2018-10-04 16:07:52.547541 I | rafthttp: starting peer 358fde28bc291c77...\n2018-10-04 16:07:52.547554 I | rafthttp: started HTTP pipelining with peer 358fde28bc291c77\n2018-10-04 16:07:52.547796 I | rafthttp: started streaming with peer 3ead290dbd94d86 (stream Message reader)\n2018-10-04 16:07:52.548097 I | rafthttp: started streaming with peer 3ead290dbd94d86 (stream MsgApp v2 reader)\n2018-10-04 16:07:52.549200 I | rafthttp: started streaming with peer 3ead290dbd94d86 (writer)\n2018-10-04 16:07:52.549401 I | rafthttp: started streaming with peer 358fde28bc291c77 (writer)\n2018-10-04 16:07:52.549544 I | rafthttp: started peer 358fde28bc291c77\n2018-10-04 16:07:52.549560 I | rafthttp: added peer 358fde28bc291c77\n2018-10-04 16:07:52.549574 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided]\n2018-10-04 16:07:52.550273 I | rafthttp: started streaming with peer 358fde28bc291c77 (writer)\n2018-10-04 16:07:52.550300 I | rafthttp: started streaming with peer 358fde28bc291c77 (stream MsgApp v2 reader)\n2018-10-04 16:07:52.550405 I | rafthttp: started streaming with peer 358fde28bc291c77 (stream Message reader)\n2018-10-04 16:07:52.551142 I | raft: 16663bb525ae8561 [term: 1] received a MsgHeartbeat message with higher term from 3ead290dbd94d86 [term: 3]\n2018-10-04 16:07:52.551176 I | raft: 16663bb525ae8561 became follower at term 3\n2018-10-04 16:07:52.551193 I | raft: raft.node: 16663bb525ae8561 elected leader 3ead290dbd94d86 at term 3\n2018-10-04 16:07:52.551834 I | rafthttp: peer 3ead290dbd94d86 became active\n2018-10-04 16:07:52.551848 I | rafthttp: established a TCP streaming connection with peer 3ead290dbd94d86 (stream MsgApp v2 writer)\n2018-10-04 16:07:52.551943 I | rafthttp: established a TCP streaming connection with peer 3ead290dbd94d86 (stream Message writer)\n2018-10-04 16:07:52.552080 I | rafthttp: peer 358fde28bc291c77 became active\n2018-10-04 16:07:52.552092 I | rafthttp: established a TCP streaming connection with peer 358fde28bc291c77 (stream MsgApp v2 writer)\n2018-10-04 16:07:52.552199 I | rafthttp: established a TCP streaming connection with peer 358fde28bc291c77 (stream Message writer)\n2018-10-04 16:07:52.552920 I | rafthttp: established a TCP streaming connection with peer 358fde28bc291c77 (stream Message reader)\n2018-10-04 16:07:52.553135 I | rafthttp: established a TCP streaming connection with peer 358fde28bc291c77 (stream MsgApp v2 reader)\n2018-10-04 16:07:52.553651 I | rafthttp: established a TCP streaming connection with peer 3ead290dbd94d86 (stream MsgApp v2 reader)\n2018-10-04 16:07:52.554309 I | rafthttp: established a TCP streaming connection with peer 3ead290dbd94d86 (stream Message reader)\n2018-10-04 16:07:52.567139 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86\n2018-10-04 16:07:52.579026 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86\n2018-10-04 16:07:52.579042 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86\n2018-10-04 16:07:52.579053 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86\n2018-10-04 16:07:52.579060 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86\n2018-10-04 16:07:52.579070 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86\n2018-10-04 16:07:52.579075 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86\n2018-10-04 16:07:52.579100 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86\n2018-10-04 16:07:52.579108 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86\n2018-10-04 16:07:52.579116 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86\n2018-10-04 16:07:52.579122 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86\n2018-10-04 16:07:52.579135 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86\n2018-10-04 16:07:52.579141 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86\n2018-10-04 16:07:52.579150 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86\n2018-10-04 16:07:52.579155 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86\n2018-10-04 16:07:52.579256 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86\n2018-10-04 16:07:52.579272 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86\n2018-10-04 16:07:52.579487 I | etcdserver/membership: added member 3ead290dbd94d86 [http://192.168.120.5:2380] to cluster 840b2089179fd793\n2018-10-04 16:07:52.579561 N | etcdserver/membership: set the initial cluster version to 3.1\n2018-10-04 16:07:52.579581 I | etcdserver/api: enabled capabilities for version 3.1\n2018-10-04 16:07:52.579736 I | etcdserver/membership: added member 358fde28bc291c77 [http://192.168.120.6:2380] to cluster 840b2089179fd793\n2018-10-04 16:07:52.579810 I | etcdserver/membership: added member 16663bb525ae8561 [http://192.168.120.13:2380] to cluster 840b2089179fd793\n2018-10-04 16:07:52.610107 I | etcdserver: published {Name:192-168-120-13 ClientURLs:[http://192.168.120.13:4000]} to cluster 840b2089179fd793\n2018-10-04 16:07:52.610197 I | embed: ready to serve client requests\n2018-10-04 16:07:52.610437 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged!\n2018-10-04 16:07:52.611101 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.13:46010\n2018-10-04 16:07:52.611359 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.13:46009\n2018-10-04 16:07:52.630892 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.13:46022\n2018-10-04 16:07:59.023915 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.13:46028\n2018-10-04 16:07:59.231205 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.13:46029\n2018-10-04 16:07:59.247130 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.13:46030\n2018-10-04 16:07:59.297796 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.13:46032\n2018-10-04 16:07:59.491440 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.13:46028\n2018-10-04 16:08:01.435314 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config?quorum=true remote:192.168.120.13:46035\n2018-10-04 16:08:01.435413 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?quorum=true remote:192.168.120.13:46034\n2018-10-04 16:08:01.738001 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.13:46036\n2018-10-04 16:08:01.791785 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.13:46036\n2018-10-04 16:08:01.837167 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.13:46037\n2018-10-04 16:08:03.769118 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?quorum=true remote:192.168.120.13:46034\n2018-10-04 16:08:03.785842 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?waitIndex=17&recursive=false&wait=true remote:192.168.120.13:46034\n2018-10-04 16:08:03.852330 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.13:46028\n2018-10-04 16:08:03.877689 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.13:46028\n2018-10-04 16:08:04.343589 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.5:60086\n2018-10-04 16:08:05.871596 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config?quorum=true remote:192.168.120.13:46035\n2018-10-04 16:08:05.910733 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config?waitIndex=17&recursive=false&wait=true remote:192.168.120.13:46035\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:06.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:06.715Z", "message": "[ellis] => 04-10-2018 16:07:59.014 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-queue-manager.pid.lockfile\n04-10-2018 16:07:59.015 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting apply_config_plugin.py\n04-10-2018 16:07:59.021 UTC INFO plugin_loader.py:34 (thread MainThread): Loading apply_config_plugin.py\n04-10-2018 16:07:59.021 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded apply_config_plugin.py successfully\n04-10-2018 16:07:59.022 UTC INFO main.py:114 (thread MainThread): Loaded plugin \n04-10-2018 16:07:59.022 UTC INFO main.py:121 (thread MainThread): Started thread for plugin \n04-10-2018 16:07:59.490 UTC INFO common_etcd_synchronizer.py:332 (thread Thread-3): Key /clearwater/site1/configuration/apply_config_ellis doesn't exist in etcd yet\n04-10-2018 16:07:59.641 UTC INFO etcd_synchronizer.py:77 (thread ApplyConfigPlugin): Got new queue config {\"FORCE\": false, \"ERRORED\": [], \"COMPLETED\": [], \"QUEUED\": []} from etcd\n04-10-2018 16:07:59.641 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing local alarm\n04-10-2018 16:07:59.646 UTC INFO alarms.py:312 (thread ApplyConfigPlugin): Imported /usr/share/clearwater/bin/alarms.py\n04-10-2018 16:08:01.749 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing global alarm\n04-10-2018 16:08:03.851 UTC INFO etcd_synchronizer.py:122 (thread ApplyConfigPlugin): Writing state {\"ERRORED\": [], \"FORCE\": false, \"COMPLETED\": [], \"QUEUED\": []} into etcd with index None\n04-10-2018 16:08:03.877 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing local alarm\n04-10-2018 16:08:03.912 UTC INFO common_etcd_synchronizer.py:302 (thread Thread-4): Read value {\"ERRORED\": [], \"FORCE\": false, \"COMPLETED\": [], \"QUEUED\": [{\"STATUS\": \"QUEUED\", \"ID\": \"192.168.120.13-ellis\"}]} from etcd, comparing to last value None\n04-10-2018 16:08:05.979 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing global alarm\n04-10-2018 16:08:01.736 UTC INFO modify_nodes_in_queue.py:40: Using etcd key apply_config_ellis\n04-10-2018 16:08:01.737 UTC DEBUG modify_nodes_in_queue.py:45: Adding 192.168.120.13-ellis to queue to restart\n04-10-2018 16:08:01.836 UTC DEBUG modify_nodes_in_queue.py:50: Node successfully added to restart queue\n04-10-2018 16:08:01.837 UTC INFO modify_nodes_in_queue.py:85: New etcd state is {\"ERRORED\": [], \"FORCE\": false, \"COMPLETED\": [], \"QUEUED\": [{\"STATUS\": \"QUEUED\", \"ID\": \"192.168.120.13-ellis\"}]}\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:06.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:06.715Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:06.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:06.715Z", "message": "[ellis] => 04-10-2018 16:07:59.319 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-config-manager.pid.lockfile\n04-10-2018 16:07:59.319 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting dns_json_plugin.py\n04-10-2018 16:07:59.320 UTC INFO plugin_loader.py:34 (thread MainThread): Loading dns_json_plugin.py\n04-10-2018 16:07:59.321 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded dns_json_plugin.py successfully\n04-10-2018 16:07:59.321 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting shared_config_plugin.py\n04-10-2018 16:07:59.321 UTC INFO plugin_loader.py:34 (thread MainThread): Loading shared_config_plugin.py\n04-10-2018 16:07:59.321 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded shared_config_plugin.py successfully\n04-10-2018 16:07:59.329 UTC INFO alarms.py:312 (thread MainThread): Imported /usr/share/clearwater/bin/alarms.py\n04-10-2018 16:08:01.433 UTC INFO main.py:113 (thread MainThread): Loaded plugin \n04-10-2018 16:08:01.433 UTC INFO main.py:113 (thread MainThread): Loaded plugin \n04-10-2018 16:08:01.433 UTC INFO main.py:120 (thread MainThread): Started thread for plugin \n04-10-2018 16:08:01.434 UTC INFO main.py:120 (thread MainThread): Started thread for plugin \n04-10-2018 16:08:01.660 UTC INFO common_etcd_synchronizer.py:302 (thread SharedConfigPlugin): Read value # Deployment definitions\nhome_domain=clearwater.opnfv\nsprout_hostname=sprout.clearwater.local\nchronos_hostname=192.168.120.5:7253\nhs_hostname=hs.clearwater.local:8888\nhs_provisioning_hostname=hs-prov.clearwater.local:8889\nsprout_impi_store=vellum.clearwater.local\nsprout_registration_store=vellum.clearwater.local\ncassandra_hostname=vellum.clearwater.local\nchronos_hostname=vellum.clearwater.local\nralf_session_store=vellum.clearwater.local\nralf_hostname=dime.clearwater.local:10888\nxdms_hostname=homer.clearwater.local:7888\nsignaling_dns_server=192.168.120.5\n\n\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\n\nhomestead_impu_store=vellum.clearwater.local from etcd, comparing to last value None\n04-10-2018 16:08:01.660 UTC INFO etcd_synchronizer.py:40 (thread SharedConfigPlugin): Got new config value from etcd - filename /etc/clearwater/shared_config, file size 847, MD5 hash c5b38e426c9b58599a178710a6caf459\n04-10-2018 16:08:01.660 UTC INFO shared_config_plugin.py:50 (thread SharedConfigPlugin): Updating shared configuration file\n04-10-2018 16:08:01.661 UTC INFO common_etcd_synchronizer.py:302 (thread DNSJSONPlugin): Read value {\n \"hostnames\": [\n ]\n} from etcd, comparing to last value None\n04-10-2018 16:08:01.661 UTC INFO etcd_synchronizer.py:40 (thread DNSJSONPlugin): Got new config value from etcd - filename /etc/clearwater/dns.json, file size 24, MD5 hash b34e5b6d718cca35ce2d8841cea01ad6\n04-10-2018 16:08:01.661 UTC INFO dns_json_plugin.py:45 (thread DNSJSONPlugin): Updating DNS configuration file\n04-10-2018 16:08:03.785 UTC INFO common_etcd_synchronizer.py:302 (thread DNSJSONPlugin): Read value {\n \"hostnames\": [\n ]\n} from etcd, comparing to last value {\n \"hostnames\": [\n ]\n}\n04-10-2018 16:08:03.785 UTC INFO common_etcd_synchronizer.py:305 (thread DNSJSONPlugin): Watching for changes with 17\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:06.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "ellis_gyw49m", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:07.042Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:07.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:07.727Z", "message": "[ellis] Installation is done", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:07.727Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:07.727Z", "message": "Execution done (return_code=0): /tmp/83V8K/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:07.727Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "6939d4ef-d1f5-4b8d-969c-134bda77032d"}, {"node_instance_id": "ellis_gyw49m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:08.013Z", "message": "Starting node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:08.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:08.739Z", "message": "[dime] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.069s\nuser\t0m0.003s\nsys\t0m0.046s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:08.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:08.739Z", "message": "[dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:75:11:cb \n inet addr:192.168.120.16 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe75:11cb/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:115559 errors:0 dropped:0 overruns:0 frame:0\n TX packets:70579 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:172204127 (172.2 MB) TX bytes:11840740 (11.8 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:22 errors:0 dropped:0 overruns:0 frame:0\n TX packets:22 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:2022 (2.0 KB) TX bytes:2022 (2.0 KB)\n\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:08.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:08.739Z", "message": "[dime] sudo ps ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:08.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:08.739Z", "message": "[dime] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 15:59 ? 00:00:00 /sbin/init\nroot 2 0 0 15:59 ? 00:00:00 [kthreadd]\nroot 3 2 0 15:59 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 15:59 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 15:59 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 15:59 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 15:59 ? 00:00:00 [rcu_sched]\nroot 8 2 0 15:59 ? 00:00:00 [rcuos/0]\nroot 9 2 0 15:59 ? 00:00:00 [rcuos/1]\nroot 10 2 0 15:59 ? 00:00:00 [rcu_bh]\nroot 11 2 0 15:59 ? 00:00:00 [rcuob/0]\nroot 12 2 0 15:59 ? 00:00:00 [rcuob/1]\nroot 13 2 0 15:59 ? 00:00:00 [migration/0]\nroot 14 2 0 15:59 ? 00:00:00 [watchdog/0]\nroot 15 2 0 15:59 ? 00:00:00 [watchdog/1]\nroot 16 2 0 15:59 ? 00:00:00 [migration/1]\nroot 17 2 0 15:59 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 15:59 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 15:59 ? 00:00:00 [khelper]\nroot 21 2 0 15:59 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 15:59 ? 00:00:00 [netns]\nroot 23 2 0 15:59 ? 00:00:00 [writeback]\nroot 24 2 0 15:59 ? 00:00:00 [kintegrityd]\nroot 25 2 0 15:59 ? 00:00:00 [bioset]\nroot 27 2 0 15:59 ? 00:00:00 [kblockd]\nroot 28 2 0 15:59 ? 00:00:00 [ata_sff]\nroot 29 2 0 15:59 ? 00:00:00 [khubd]\nroot 30 2 0 15:59 ? 00:00:00 [md]\nroot 31 2 0 15:59 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 15:59 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 15:59 ? 00:00:00 [khungtaskd]\nroot 35 2 0 15:59 ? 00:00:00 [kswapd0]\nroot 36 2 0 15:59 ? 00:00:00 [vmstat]\nroot 37 2 0 15:59 ? 00:00:00 [ksmd]\nroot 38 2 0 15:59 ? 00:00:00 [khugepaged]\nroot 39 2 0 15:59 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 15:59 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 15:59 ? 00:00:00 [crypto]\nroot 53 2 0 15:59 ? 00:00:00 [kthrotld]\nroot 54 2 0 15:59 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 15:59 ? 00:00:00 [vballoon]\nroot 56 2 0 15:59 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 15:59 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 15:59 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 15:59 ? 00:00:00 [deferwq]\nroot 80 2 0 15:59 ? 00:00:00 [charger_manager]\nroot 124 2 0 15:59 ? 00:00:00 [kpsmoused]\nroot 142 2 0 15:59 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 15:59 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 15:59 ? 00:00:00 [ext4-rsv-conver]\nroot 388 1 0 15:59 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 15:59 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 15:59 ? 00:00:00 [kworker/u5:1]\nroot 431 2 0 15:59 ? 00:00:00 [kworker/u5:2]\nroot 483 1 0 16:00 ? 00:00:00 upstart-socket-bridge --daemon\nroot 587 1 0 16:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 819 2 0 16:00 ? 00:00:00 [kauditd]\nmessage+ 897 1 0 16:00 ? 00:00:00 dbus-daemon --system --fork\nroot 935 1 0 16:00 ? 00:00:00 /lib/systemd/systemd-logind\nroot 952 1 0 16:00 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1018 1 0 16:00 ? 00:00:00 rsyslogd\nroot 1049 1 0 16:00 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1052 1 0 16:00 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1057 1 0 16:00 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1058 1 0 16:00 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1060 1 0 16:00 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1104 1 0 16:00 ? 00:00:00 /usr/sbin/sshd -D\nroot 1106 1 0 16:00 ? 00:00:00 cron\ndaemon 1107 1 0 16:00 ? 00:00:00 atd\nroot 1111 1 0 16:00 ? 00:00:00 /usr/sbin/irqbalance\nroot 1112 1 0 16:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1198 1 0 16:00 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1205 1 0 16:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1650 1 0 16:00 ? 00:00:00 /home/ubuntu/dime_host_vh48ds/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_vh48ds --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_vh48ds --logging-server-logdir=/home/ubuntu/dime_host_vh48ds/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_vh48ds/work/dime_host_vh48ds%I.log --pidfile=/home/ubuntu/dime_host_vh48ds/work/dime_host_vh48ds.pid\nubuntu 1764 1 0 16:01 ? 00:00:02 python2.7 /home/ubuntu/dime_host_vh48ds/env/bin/diamond --configfile /home/ubuntu/dime_host_vh48ds/work/plugins/diamond/etc/diamond.conf\nubuntu 1834 1650 0 16:03 ? 00:00:00 /home/ubuntu/dime_host_vh48ds/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_vh48ds --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_vh48ds --logging-server-logdir=/home/ubuntu/dime_host_vh48ds/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_vh48ds/work/dime_host_vh48ds%I.log --pidfile=/home/ubuntu/dime_host_vh48ds/work/dime_host_vh48ds.pid\nubuntu 1855 1834 0 16:03 ? 00:00:00 /home/ubuntu/dime_host_vh48ds/env/bin/python2.7 /home/ubuntu/dime_host_vh48ds/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-voeaF3\nubuntu 1866 1855 0 16:03 ? 00:00:00 /bin/sh -c /tmp/SGK6D/install-dime.sh\nubuntu 1869 1866 0 16:03 ? 00:00:00 /bin/bash -e /tmp/SGK6D/install-dime.sh\nroot 2747 2 0 16:05 ? 00:00:00 [kworker/u5:0]\nntp 8830 1 0 16:06 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 9399 1 0 16:07 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 9400 9399 0 16:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 9404 1 0 16:07 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 9405 9404 0 16:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 9412 9400 0 16:07 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 9415 9405 0 16:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9416 9415 0 16:07 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9726 1 0 16:07 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9772 1 0 16:07 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 9773 9772 0 16:07 ? 00:00:00 nginx: worker process\nwww-data 9774 9772 0 16:07 ? 00:00:00 nginx: worker process\nwww-data 9775 9772 0 16:07 ? 00:00:00 nginx: worker process\nwww-data 9776 9772 0 16:07 ? 00:00:00 nginx: worker process\nroot 10219 1 0 16:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 10223 10219 0 16:07 ? 00:00:00 inotifywait -e create -qq .\nsnmp 10307 1 0 16:07 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid\ndnsmasq 10535 1 0 16:08 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 10598 1869 0 16:08 ? 00:00:00 /bin/bash -e /tmp/SGK6D/install-dime.sh\nubuntu 10599 10598 0 16:08 ? 00:00:00 /bin/bash -e /tmp/SGK6D/install-dime.sh\nroot 10600 10599 0 16:08 ? 00:00:00 sudo ps -edf\nroot 10601 10600 0 16:08 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.008s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:08.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:08.739Z", "message": "[dime] sudo ifconfig ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:08.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}], "metadata": {"pagination": {"total": 1801, "offset": 1744, "size": 50}}} 2018-10-04 16:08:09,228 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:08:09,228 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:08:09 GMT 2018-10-04 16:08:09,229 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:08:09,229 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 73415 2018-10-04 16:08:09,229 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:08:09,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => /var/log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-etcd/clearwater-etcd.log /var/log/clearwater-queue-manager /var/log/clearwater-queue-manager/queue_operation.log /var/log/clearwater-queue-manager/queue-manager_20181004T160000Z.txt /var/log/clearwater-queue-manager/queue-manager.output.log /var/log/lastlog /var/log/cloud-init.log /var/log/boot.log /var/log/udev /var/log/clearwater-diags-monitor.log /var/log/monit.log /var/log/wtmp /var/log/dmesg /var/log/ntpstats /var/log/auth.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init-output.log /var/log/upstart /var/log/upstart/systemd-logind.log /var/log/upstart/rsyslog.log /var/log/upstart/clearwater-monit.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/mysql.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/container-detect.log /var/log/iotop.log /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/dpkg.log /var/log/unattended-upgrades /var/log/ellis /var/log/sysstat /var/log/sysstat/clearwater-sa04 /var/log/sysstat/sa04 /var/log/mysql.log /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/kern.log /var/log/mysql.err /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/btmp /var/log/alternatives.log /var/log/syslog /var/log/mysql /var/log/mysql/error.log /var/log/clearwater-cluster-manager /var/log/clearwater-cluster-manager/cluster-manager.output.log /var/log/clearwater-cluster-manager/cluster-manager_20181004T160000Z.txt /var/log/clearwater-config-manager /var/log/clearwater-config-manager/config-manager_20181004T160000Z.txt /var/log/clearwater-config-manager/config-manager.output.log /var/log/dmesg.0 /var/log/dist-upgrade real 0m0.007s user 0m0.004s sys 0m0.002s 2018-10-04 16:08:09,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 11134/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1092/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 10004/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10184/nginx tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9265/mysqld tcp 0 0 192.168.120.13:2380 0.0.0.0:* LISTEN 10781/etcd tcp6 0 0 ::1:53 :::* LISTEN 11134/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1092/sshd tcp6 0 0 :::4000 :::* LISTEN 10781/etcd udp 0 0 192.168.120.13:123 0.0.0.0:* 9415/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 9415/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 9415/ntpd udp 0 0 0.0.0.0:18663 0.0.0.0:* 606/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 11134/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 606/dhclient udp6 0 0 fe80::f816:3eff:fe0:123 :::* 9415/ntpd udp6 0 0 ::1:123 :::* 9415/ntpd udp6 0 0 :::123 :::* 9415/ntpd udp6 0 0 :::35235 :::* 606/dhclient udp6 0 0 ::1:53 :::* 11134/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] SEQPACKET LISTENING 7430 395/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 11098 1649/python2.7 /tmp/cloudify-logging-server-0f976.socket unix 2 [ ACC ] STREAM LISTENING 11780 1852/python2.7 /tmp/ctx-fx7JCB.socket unix 2 [ ACC ] STREAM LISTENING 9293 1101/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 21586 9265/mysqld /var/run/mysqld/mysqld.sock unix 2 [ ACC ] STREAM LISTENING 9301 1106/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 1595 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 22283 10365/python /tmp/.ellis-sock real 0m0.008s user 0m0.000s sys 0m0.007s 2018-10-04 16:08:09,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo netstat 2018-10-04 16:08:09,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ps 2018-10-04 16:08:09,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 16:00 ? 00:00:00 /sbin/init root 2 0 0 16:00 ? 00:00:00 [kthreadd] root 3 2 0 16:00 ? 00:00:00 [ksoftirqd/0] root 4 2 0 16:00 ? 00:00:00 [kworker/0:0] root 5 2 0 16:00 ? 00:00:00 [kworker/0:0H] root 6 2 0 16:00 ? 00:00:00 [kworker/u4:0] root 7 2 0 16:00 ? 00:00:00 [rcu_sched] root 8 2 0 16:00 ? 00:00:00 [rcuos/0] root 9 2 0 16:00 ? 00:00:00 [rcuos/1] root 10 2 0 16:00 ? 00:00:00 [rcu_bh] root 11 2 0 16:00 ? 00:00:00 [rcuob/0] root 12 2 0 16:00 ? 00:00:00 [rcuob/1] root 13 2 0 16:00 ? 00:00:00 [migration/0] root 14 2 0 16:00 ? 00:00:00 [watchdog/0] root 15 2 0 16:00 ? 00:00:00 [watchdog/1] root 16 2 0 16:00 ? 00:00:00 [migration/1] root 17 2 0 16:00 ? 00:00:00 [ksoftirqd/1] root 19 2 0 16:00 ? 00:00:00 [kworker/1:0H] root 20 2 0 16:00 ? 00:00:00 [khelper] root 21 2 0 16:00 ? 00:00:00 [kdevtmpfs] root 22 2 0 16:00 ? 00:00:00 [netns] root 23 2 0 16:00 ? 00:00:00 [writeback] root 24 2 0 16:00 ? 00:00:00 [kintegrityd] root 25 2 0 16:00 ? 00:00:00 [bioset] root 26 2 0 16:00 ? 00:00:00 [kworker/u5:0] root 27 2 0 16:00 ? 00:00:00 [kblockd] root 28 2 0 16:00 ? 00:00:00 [ata_sff] root 29 2 0 16:00 ? 00:00:00 [khubd] root 30 2 0 16:00 ? 00:00:00 [md] root 31 2 0 16:00 ? 00:00:00 [devfreq_wq] root 32 2 0 16:00 ? 00:00:00 [kworker/0:1] root 34 2 0 16:00 ? 00:00:00 [khungtaskd] root 35 2 0 16:00 ? 00:00:00 [kswapd0] root 36 2 0 16:00 ? 00:00:00 [vmstat] root 37 2 0 16:00 ? 00:00:00 [ksmd] root 38 2 0 16:00 ? 00:00:00 [khugepaged] root 39 2 0 16:00 ? 00:00:00 [fsnotify_mark] root 40 2 0 16:00 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 16:00 ? 00:00:00 [crypto] root 53 2 0 16:00 ? 00:00:00 [kthrotld] root 54 2 0 16:00 ? 00:00:00 [kworker/u4:1] root 55 2 0 16:00 ? 00:00:00 [vballoon] root 56 2 0 16:00 ? 00:00:00 [kworker/1:1] root 57 2 0 16:00 ? 00:00:00 [scsi_eh_0] root 58 2 0 16:00 ? 00:00:00 [scsi_eh_1] root 79 2 0 16:00 ? 00:00:00 [deferwq] root 80 2 0 16:00 ? 00:00:00 [charger_manager] root 124 2 0 16:00 ? 00:00:00 [kpsmoused] root 125 2 0 16:00 ? 00:00:00 [kworker/1:2] root 186 2 0 16:00 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 16:00 ? 00:00:00 [ext4-rsv-conver] root 389 1 0 16:00 ? 00:00:00 upstart-udev-bridge --daemon root 395 1 0 16:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 16:00 ? 00:00:00 [kworker/u5:1] root 527 1 0 16:00 ? 00:00:00 upstart-socket-bridge --daemon root 606 1 0 16:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 818 2 0 16:00 ? 00:00:00 [kauditd] root 935 1 0 16:00 ? 00:00:00 upstart-file-bridge --daemon syslog 1004 1 0 16:00 ? 00:00:00 rsyslogd root 1035 1 0 16:00 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1038 1 0 16:00 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1043 1 0 16:00 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1044 1 0 16:00 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1046 1 0 16:00 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1092 1 0 16:00 ? 00:00:00 /usr/sbin/sshd -D root 1094 1 0 16:00 ? 00:00:00 cron daemon 1095 1 0 16:00 ? 00:00:00 atd message+ 1101 1 0 16:00 ? 00:00:00 dbus-daemon --system --fork root 1104 1 0 16:00 ? 00:00:00 /usr/sbin/irqbalance root 1106 1 0 16:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1117 1 0 16:00 ? 00:00:00 /lib/systemd/systemd-logind root 1199 1 0 16:00 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1215 1 0 16:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1649 1 0 16:00 ? 00:00:00 /home/ubuntu/ellis_host_9bvecx/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_9bvecx --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_9bvecx --logging-server-logdir=/home/ubuntu/ellis_host_9bvecx/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_9bvecx/work/ellis_host_9bvecx%I.log --pidfile=/home/ubuntu/ellis_host_9bvecx/work/ellis_host_9bvecx.pid ubuntu 1763 1 0 16:01 ? 00:00:02 python2.7 /home/ubuntu/ellis_host_9bvecx/env/bin/diamond --configfile /home/ubuntu/ellis_host_9bvecx/work/plugins/diamond/etc/diamond.conf ubuntu 1830 1649 0 16:03 ? 00:00:00 /home/ubuntu/ellis_host_9bvecx/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_9bvecx --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_9bvecx --logging-server-logdir=/home/ubuntu/ellis_host_9bvecx/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_9bvecx/work/ellis_host_9bvecx%I.log --pidfile=/home/ubuntu/ellis_host_9bvecx/work/ellis_host_9bvecx.pid ubuntu 1852 1830 0 16:03 ? 00:00:00 /home/ubuntu/ellis_host_9bvecx/env/bin/python2.7 /home/ubuntu/ellis_host_9bvecx/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-I7Uv98 ubuntu 1863 1852 0 16:03 ? 00:00:00 /bin/sh -c /tmp/83V8K/install-ellis.sh ubuntu 1866 1863 0 16:03 ? 00:00:00 /bin/bash -e /tmp/83V8K/install-ellis.sh root 2170 2 0 16:04 ? 00:00:00 [kworker/u5:2] mysql 9265 1 0 16:06 ? 00:00:00 /usr/sbin/mysqld ntp 9415 1 0 16:06 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 10004 1 0 16:07 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 10098 1 0 16:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 10102 10098 0 16:07 ? 00:00:00 inotifywait -e create -qq . root 10184 1 0 16:07 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 10185 10184 0 16:07 ? 00:00:00 nginx: worker process www-data 10186 10184 0 16:07 ? 00:00:00 nginx: worker process www-data 10187 10184 0 16:07 ? 00:00:00 nginx: worker process www-data 10188 10184 0 16:07 ? 00:00:00 nginx: worker process ellis 10365 1 0 16:07 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background clearwa+ 10781 1 1 16:07 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.13:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.13 --name 192-168-120-13 --debug --initial-cluster 192-168-120-5=http://192.168.120.5:2380,192-168-120-6=http://192.168.120.6:2380,192-168-120-13=http://192.168.120.13:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.13:2380 --listen-peer-urls http://192.168.120.13:2380 root 10897 10004 0 16:07 ? 00:00:00 [nginx_ping] root 10899 10004 0 16:07 ? 00:00:00 [check-nginx-upt] root 10903 10004 0 16:07 ? 00:00:00 [check-monit-upt] root 10906 10004 0 16:07 ? 00:00:00 [poll_ellis.sh] root 10910 10004 0 16:07 ? 00:00:00 [poll_ellis_http] root 10948 1 0 16:07 ? 00:00:00 /usr/share/clearwater/clearwater-queue-manager/env/bin/python /usr/share/clearwater/bin/clearwater-queue-manager --local-ip=192.168.120.13 --local-site=site1 --log-level=3 --log-directory=/var/log/clearwater-queue-manager --pidfile=/var/run/clearwater-queue-manager.pid --etcd-key=clearwater --node-type=ellis --wait-plugin-complete=Y root 10957 10004 0 16:07 ? 00:00:00 [check-queue-man] root 10959 10004 0 16:07 ? 00:00:00 [check-etcd-upti] root 10962 10004 0 16:07 ? 00:00:00 [poll_etcd_clust] root 10967 10004 0 16:07 ? 00:00:00 [poll_etcd.sh] root 10991 1 0 16:07 ? 00:00:00 /usr/share/clearwater/clearwater-config-manager/env/bin/python /usr/share/clearwater/bin/clearwater-config-manager --local-ip=192.168.120.13 --local-site=site1 --log-level=3 --log-directory=/var/log/clearwater-config-manager --pidfile=/var/run/clearwater-config-manager.pid --etcd-key=clearwater root 11010 1 0 16:07 ? 00:00:00 /usr/share/clearwater/clearwater-cluster-manager/env/bin/python /usr/share/clearwater/bin/clearwater-cluster-manager --mgmt-local-ip=192.168.120.13 --sig-local-ip=192.168.120.13 --local-site=site1 --remote-site= --remote-cassandra-seeds= --signaling-namespace= --uuid=8ffd1654-ba04-4e82-be50-c188ba1d360e --etcd-key=clearwater --etcd-cluster-key=ellis --cluster-manager-enabled=Y --log-level=3 --log-directory=/var/log/clearwater-cluster-manager --pidfile=/var/run/clearwater-cluster-manager.pid dnsmasq 11134 1 0 16:08 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 11197 1866 0 16:08 ? 00:00:00 /bin/bash -e /tmp/83V8K/install-ellis.sh ubuntu 11198 11197 0 16:08 ? 00:00:00 /bin/bash -e /tmp/83V8K/install-ellis.sh root 11199 11198 0 16:08 ? 00:00:00 sudo ps -edf root 11200 11199 0 16:08 ? 00:00:00 ps -edf real 0m0.010s user 0m0.003s sys 0m0.006s 2018-10-04 16:08:09,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo find /var/log 2018-10-04 16:08:09,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo service dnsmasq force 2018-10-04 16:08:09,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-10-04 16:08:09,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] The installation packages is done correctly 2018-10-04 16:08:09,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => [04-Oct-2018 16:07:06 UTC] clearwater-diags-monitor starting [04-Oct-2018 16:07:06 UTC] Waiting for trigger files real 0m0.004s user 0m0.000s sys 0m0.004s 2018-10-04 16:08:09,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Use the DNS server 2018-10-04 16:08:09,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 04-10-2018 16:07:59.519 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-cluster-manager.pid.lockfile 04-10-2018 16:07:59.520 UTC INFO main.py:196 (thread MainThread): No plugin threads running, waiting for a SIGTERM or SIGQUIT real 0m0.004s user 0m0.003s sys 0m0.002s 2018-10-04 16:08:09,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 18 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 3s (10.9 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58580 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m30.929s user 0m11.975s sys 0m2.562s 2018-10-04 16:08:09,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 2018-10-04 16:07:41.608740843 Stopping etcd clearwater-etcd 2018-10-04 16:07:42.795525723 Restarting etcd clearwater-etcd 2018-10-04 16:07:42.799955074 Configured ETCDCTL_PEERS: 192.168.120.5:4000, 2018-10-04 16:07:42.800734716 Check for previous failed startup attempt 2018-10-04 16:07:42.801777494 Running etcdctl member list 3ead290dbd94d86: name=192-168-120-5 peerURLs=http://192.168.120.5:2380 clientURLs=http://192.168.120.5:4000 isLeader=true 358fde28bc291c77: name=192-168-120-6 peerURLs=http://192.168.120.6:2380 clientURLs=http://192.168.120.6:4000 isLeader=false 2018-10-04 16:07:42.814085059 etcdctl returned 0 2018-10-04 16:07:42.818416170 Joining existing cluster... 2018-10-04 16:07:50.820842848 Configured ETCDCTL_PEERS: 192.168.120.5:4000, 2018-10-04 16:07:50.821562288 Check cluster is healthy 2018-10-04 16:07:50.822832569 Running etcdctl cluster-health member 3ead290dbd94d86 is healthy: got healthy result from http://192.168.120.5:4000 member 358fde28bc291c77 is healthy: got healthy result from http://192.168.120.6:4000 cluster is healthy 2018-10-04 16:07:50.884625319 etcdctl returned 0 2018-10-04 16:07:50.885619779 Tell the cluster we're joining 2018-10-04 16:07:50.886320978 Running etcdctl member add 192-168-120-13 http://192.168.120.13:2380 Added member named 192-168-120-13 with ID 16663bb525ae8561 to cluster ETCD_NAME="192-168-120-13" ETCD_INITIAL_CLUSTER="192-168-120-5=http://192.168.120.5:2380,192-168-120-13=http://192.168.120.13:2380,192-168-120-6=http://192.168.120.6:2380" ETCD_INITIAL_CLUSTER_STATE="existing" 2018-10-04 16:07:50.917729181 etcdctl returned 0 2018-10-04 16:07:50.948737469 Starting etcd with: --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.13:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.13 --name 192-168-120-13 --debug --initial-cluster 192-168-120-5=http://192.168.120.5:2380,192-168-120-6=http://192.168.120.6:2380,192-168-120-13=http://192.168.120.13:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.13:2380 --listen-peer-urls http://192.168.120.13:2380 2018-10-04 16:07:50.953223707 Check we're actually a member of the cluster 2018-10-04 16:07:50.955540202 Wait for etcd to startup 2018-10-04 16:07:51.962484495 Etcd started successfully 2018-10-04 16:07:50.969089 I | etcdmain: etcd Version: 3.1.7 2018-10-04 16:07:50.969139 I | etcdmain: Git SHA: 43b7507 2018-10-04 16:07:50.969143 I | etcdmain: Go Version: go1.7.5 2018-10-04 16:07:50.969146 I | etcdmain: Go OS/Arch: linux/amd64 2018-10-04 16:07:50.969150 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2 2018-10-04 16:07:50.969207 I | embed: listening for peers on http://192.168.120.13:2380 2018-10-04 16:07:50.969241 I | embed: listening for client requests on 0.0.0.0:4000 2018-10-04 16:07:51.390962 I | etcdserver: name = 192-168-120-13 2018-10-04 16:07:51.390980 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.13 2018-10-04 16:07:51.390985 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.13/member 2018-10-04 16:07:51.390989 I | etcdserver: heartbeat = 100ms 2018-10-04 16:07:51.390999 I | etcdserver: election = 1000ms 2018-10-04 16:07:51.391003 I | etcdserver: snapshot count = 10000 2018-10-04 16:07:51.391011 I | etcdserver: advertise client URLs = http://192.168.120.13:4000 2018-10-04 16:07:52.126125 I | etcdserver: starting member 16663bb525ae8561 in cluster 840b2089179fd793 2018-10-04 16:07:52.126180 I | raft: 16663bb525ae8561 became follower at term 0 2018-10-04 16:07:52.126198 I | raft: newRaft 16663bb525ae8561 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] 2018-10-04 16:07:52.126204 I | raft: 16663bb525ae8561 became follower at term 1 2018-10-04 16:07:52.544255 I | rafthttp: started HTTP pipelining with peer 3ead290dbd94d86 2018-10-04 16:07:52.544282 I | rafthttp: started HTTP pipelining with peer 358fde28bc291c77 2018-10-04 16:07:52.544296 I | rafthttp: starting peer 3ead290dbd94d86... 2018-10-04 16:07:52.544347 I | rafthttp: started HTTP pipelining with peer 3ead290dbd94d86 2018-10-04 16:07:52.546676 I | rafthttp: started streaming with peer 3ead290dbd94d86 (writer) 2018-10-04 16:07:52.547506 I | rafthttp: started peer 3ead290dbd94d86 2018-10-04 16:07:52.547529 I | rafthttp: added peer 3ead290dbd94d86 2018-10-04 16:07:52.547541 I | rafthttp: starting peer 358fde28bc291c77... 2018-10-04 16:07:52.547554 I | rafthttp: started HTTP pipelining with peer 358fde28bc291c77 2018-10-04 16:07:52.547796 I | rafthttp: started streaming with peer 3ead290dbd94d86 (stream Message reader) 2018-10-04 16:07:52.548097 I | rafthttp: started streaming with peer 3ead290dbd94d86 (stream MsgApp v2 reader) 2018-10-04 16:07:52.549200 I | rafthttp: started streaming with peer 3ead290dbd94d86 (writer) 2018-10-04 16:07:52.549401 I | rafthttp: started streaming with peer 358fde28bc291c77 (writer) 2018-10-04 16:07:52.549544 I | rafthttp: started peer 358fde28bc291c77 2018-10-04 16:07:52.549560 I | rafthttp: added peer 358fde28bc291c77 2018-10-04 16:07:52.549574 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided] 2018-10-04 16:07:52.550273 I | rafthttp: started streaming with peer 358fde28bc291c77 (writer) 2018-10-04 16:07:52.550300 I | rafthttp: started streaming with peer 358fde28bc291c77 (stream MsgApp v2 reader) 2018-10-04 16:07:52.550405 I | rafthttp: started streaming with peer 358fde28bc291c77 (stream Message reader) 2018-10-04 16:07:52.551142 I | raft: 16663bb525ae8561 [term: 1] received a MsgHeartbeat message with higher term from 3ead290dbd94d86 [term: 3] 2018-10-04 16:07:52.551176 I | raft: 16663bb525ae8561 became follower at term 3 2018-10-04 16:07:52.551193 I | raft: raft.node: 16663bb525ae8561 elected leader 3ead290dbd94d86 at term 3 2018-10-04 16:07:52.551834 I | rafthttp: peer 3ead290dbd94d86 became active 2018-10-04 16:07:52.551848 I | rafthttp: established a TCP streaming connection with peer 3ead290dbd94d86 (stream MsgApp v2 writer) 2018-10-04 16:07:52.551943 I | rafthttp: established a TCP streaming connection with peer 3ead290dbd94d86 (stream Message writer) 2018-10-04 16:07:52.552080 I | rafthttp: peer 358fde28bc291c77 became active 2018-10-04 16:07:52.552092 I | rafthttp: established a TCP streaming connection with peer 358fde28bc291c77 (stream MsgApp v2 writer) 2018-10-04 16:07:52.552199 I | rafthttp: established a TCP streaming connection with peer 358fde28bc291c77 (stream Message writer) 2018-10-04 16:07:52.552920 I | rafthttp: established a TCP streaming connection with peer 358fde28bc291c77 (stream Message reader) 2018-10-04 16:07:52.553135 I | rafthttp: established a TCP streaming connection with peer 358fde28bc291c77 (stream MsgApp v2 reader) 2018-10-04 16:07:52.553651 I | rafthttp: established a TCP streaming connection with peer 3ead290dbd94d86 (stream MsgApp v2 reader) 2018-10-04 16:07:52.554309 I | rafthttp: established a TCP streaming connection with peer 3ead290dbd94d86 (stream Message reader) 2018-10-04 16:07:52.567139 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86 2018-10-04 16:07:52.579026 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86 2018-10-04 16:07:52.579042 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86 2018-10-04 16:07:52.579053 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86 2018-10-04 16:07:52.579060 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86 2018-10-04 16:07:52.579070 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86 2018-10-04 16:07:52.579075 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86 2018-10-04 16:07:52.579100 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86 2018-10-04 16:07:52.579108 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86 2018-10-04 16:07:52.579116 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86 2018-10-04 16:07:52.579122 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86 2018-10-04 16:07:52.579135 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86 2018-10-04 16:07:52.579141 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86 2018-10-04 16:07:52.579150 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86 2018-10-04 16:07:52.579155 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86 2018-10-04 16:07:52.579256 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86 2018-10-04 16:07:52.579272 D | raft: 16663bb525ae8561 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from 3ead290dbd94d86 2018-10-04 16:07:52.579487 I | etcdserver/membership: added member 3ead290dbd94d86 [http://192.168.120.5:2380] to cluster 840b2089179fd793 2018-10-04 16:07:52.579561 N | etcdserver/membership: set the initial cluster version to 3.1 2018-10-04 16:07:52.579581 I | etcdserver/api: enabled capabilities for version 3.1 2018-10-04 16:07:52.579736 I | etcdserver/membership: added member 358fde28bc291c77 [http://192.168.120.6:2380] to cluster 840b2089179fd793 2018-10-04 16:07:52.579810 I | etcdserver/membership: added member 16663bb525ae8561 [http://192.168.120.13:2380] to cluster 840b2089179fd793 2018-10-04 16:07:52.610107 I | etcdserver: published {Name:192-168-120-13 ClientURLs:[http://192.168.120.13:4000]} to cluster 840b2089179fd793 2018-10-04 16:07:52.610197 I | embed: ready to serve client requests 2018-10-04 16:07:52.610437 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged! 2018-10-04 16:07:52.611101 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.13:46010 2018-10-04 16:07:52.611359 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.13:46009 2018-10-04 16:07:52.630892 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.13:46022 2018-10-04 16:07:59.023915 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.13:46028 2018-10-04 16:07:59.231205 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.13:46029 2018-10-04 16:07:59.247130 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.13:46030 2018-10-04 16:07:59.297796 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.13:46032 2018-10-04 16:07:59.491440 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.13:46028 2018-10-04 16:08:01.435314 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config?quorum=true remote:192.168.120.13:46035 2018-10-04 16:08:01.435413 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?quorum=true remote:192.168.120.13:46034 2018-10-04 16:08:01.738001 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.13:46036 2018-10-04 16:08:01.791785 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.13:46036 2018-10-04 16:08:01.837167 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.13:46037 2018-10-04 16:08:03.769118 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?quorum=true remote:192.168.120.13:46034 2018-10-04 16:08:03.785842 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?waitIndex=17&recursive=false&wait=true remote:192.168.120.13:46034 2018-10-04 16:08:03.852330 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.13:46028 2018-10-04 16:08:03.877689 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.13:46028 2018-10-04 16:08:04.343589 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.5:60086 2018-10-04 16:08:05.871596 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config?quorum=true remote:192.168.120.13:46035 2018-10-04 16:08:05.910733 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config?waitIndex=17&recursive=false&wait=true remote:192.168.120.13:46035 real 0m0.004s user 0m0.000s sys 0m0.004s 2018-10-04 16:08:09,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 04-10-2018 16:07:59.014 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-queue-manager.pid.lockfile 04-10-2018 16:07:59.015 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting apply_config_plugin.py 04-10-2018 16:07:59.021 UTC INFO plugin_loader.py:34 (thread MainThread): Loading apply_config_plugin.py 04-10-2018 16:07:59.021 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded apply_config_plugin.py successfully 04-10-2018 16:07:59.022 UTC INFO main.py:114 (thread MainThread): Loaded plugin 04-10-2018 16:07:59.022 UTC INFO main.py:121 (thread MainThread): Started thread for plugin 04-10-2018 16:07:59.490 UTC INFO common_etcd_synchronizer.py:332 (thread Thread-3): Key /clearwater/site1/configuration/apply_config_ellis doesn't exist in etcd yet 04-10-2018 16:07:59.641 UTC INFO etcd_synchronizer.py:77 (thread ApplyConfigPlugin): Got new queue config {"FORCE": false, "ERRORED": [], "COMPLETED": [], "QUEUED": []} from etcd 04-10-2018 16:07:59.641 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing local alarm 04-10-2018 16:07:59.646 UTC INFO alarms.py:312 (thread ApplyConfigPlugin): Imported /usr/share/clearwater/bin/alarms.py 04-10-2018 16:08:01.749 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing global alarm 04-10-2018 16:08:03.851 UTC INFO etcd_synchronizer.py:122 (thread ApplyConfigPlugin): Writing state {"ERRORED": [], "FORCE": false, "COMPLETED": [], "QUEUED": []} into etcd with index None 04-10-2018 16:08:03.877 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing local alarm 04-10-2018 16:08:03.912 UTC INFO common_etcd_synchronizer.py:302 (thread Thread-4): Read value {"ERRORED": [], "FORCE": false, "COMPLETED": [], "QUEUED": [{"STATUS": "QUEUED", "ID": "192.168.120.13-ellis"}]} from etcd, comparing to last value None 04-10-2018 16:08:05.979 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing global alarm 04-10-2018 16:08:01.736 UTC INFO modify_nodes_in_queue.py:40: Using etcd key apply_config_ellis 04-10-2018 16:08:01.737 UTC DEBUG modify_nodes_in_queue.py:45: Adding 192.168.120.13-ellis to queue to restart 04-10-2018 16:08:01.836 UTC DEBUG modify_nodes_in_queue.py:50: Node successfully added to restart queue 04-10-2018 16:08:01.837 UTC INFO modify_nodes_in_queue.py:85: New etcd state is {"ERRORED": [], "FORCE": false, "COMPLETED": [], "QUEUED": [{"STATUS": "QUEUED", "ID": "192.168.120.13-ellis"}]} real 0m0.004s user 0m0.000s sys 0m0.004s 2018-10-04 16:08:09,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-10-04 16:08:09,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 04-10-2018 16:07:59.319 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-config-manager.pid.lockfile 04-10-2018 16:07:59.319 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting dns_json_plugin.py 04-10-2018 16:07:59.320 UTC INFO plugin_loader.py:34 (thread MainThread): Loading dns_json_plugin.py 04-10-2018 16:07:59.321 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded dns_json_plugin.py successfully 04-10-2018 16:07:59.321 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting shared_config_plugin.py 04-10-2018 16:07:59.321 UTC INFO plugin_loader.py:34 (thread MainThread): Loading shared_config_plugin.py 04-10-2018 16:07:59.321 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded shared_config_plugin.py successfully 04-10-2018 16:07:59.329 UTC INFO alarms.py:312 (thread MainThread): Imported /usr/share/clearwater/bin/alarms.py 04-10-2018 16:08:01.433 UTC INFO main.py:113 (thread MainThread): Loaded plugin 04-10-2018 16:08:01.433 UTC INFO main.py:113 (thread MainThread): Loaded plugin 04-10-2018 16:08:01.433 UTC INFO main.py:120 (thread MainThread): Started thread for plugin 04-10-2018 16:08:01.434 UTC INFO main.py:120 (thread MainThread): Started thread for plugin 04-10-2018 16:08:01.660 UTC INFO common_etcd_synchronizer.py:302 (thread SharedConfigPlugin): Read value # Deployment definitions home_domain=clearwater.opnfv sprout_hostname=sprout.clearwater.local chronos_hostname=192.168.120.5:7253 hs_hostname=hs.clearwater.local:8888 hs_provisioning_hostname=hs-prov.clearwater.local:8889 sprout_impi_store=vellum.clearwater.local sprout_registration_store=vellum.clearwater.local cassandra_hostname=vellum.clearwater.local chronos_hostname=vellum.clearwater.local ralf_session_store=vellum.clearwater.local ralf_hostname=dime.clearwater.local:10888 xdms_hostname=homer.clearwater.local:7888 signaling_dns_server=192.168.120.5 # Email server configuration smtp_smarthost=localhost smtp_username=username smtp_password=password email_recovery_sender=clearwater@example.org # Keys signup_key=secret turn_workaround=secret ellis_api_key=secret ellis_cookie_key=secret homestead_impu_store=vellum.clearwater.local from etcd, comparing to last value None 04-10-2018 16:08:01.660 UTC INFO etcd_synchronizer.py:40 (thread SharedConfigPlugin): Got new config value from etcd - filename /etc/clearwater/shared_config, file size 847, MD5 hash c5b38e426c9b58599a178710a6caf459 04-10-2018 16:08:01.660 UTC INFO shared_config_plugin.py:50 (thread SharedConfigPlugin): Updating shared configuration file 04-10-2018 16:08:01.661 UTC INFO common_etcd_synchronizer.py:302 (thread DNSJSONPlugin): Read value { "hostnames": [ ] } from etcd, comparing to last value None 04-10-2018 16:08:01.661 UTC INFO etcd_synchronizer.py:40 (thread DNSJSONPlugin): Got new config value from etcd - filename /etc/clearwater/dns.json, file size 24, MD5 hash b34e5b6d718cca35ce2d8841cea01ad6 04-10-2018 16:08:01.661 UTC INFO dns_json_plugin.py:45 (thread DNSJSONPlugin): Updating DNS configuration file 04-10-2018 16:08:03.785 UTC INFO common_etcd_synchronizer.py:302 (thread DNSJSONPlugin): Read value { "hostnames": [ ] } from etcd, comparing to last value { "hostnames": [ ] } 04-10-2018 16:08:03.785 UTC INFO common_etcd_synchronizer.py:305 (thread DNSJSONPlugin): Watching for changes with 17 real 0m0.004s user 0m0.000s sys 0m0.004s 2018-10-04 16:08:09,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:08:09,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installation is done 2018-10-04 16:08:09,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/83V8K/install-ellis.sh 2018-10-04 16:08:09,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 16:08:09,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.069s user 0m0.003s sys 0m0.046s 2018-10-04 16:08:09,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:75:11:cb inet addr:192.168.120.16 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe75:11cb/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:115559 errors:0 dropped:0 overruns:0 frame:0 TX packets:70579 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:172204127 (172.2 MB) TX bytes:11840740 (11.8 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:22 errors:0 dropped:0 overruns:0 frame:0 TX packets:22 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:2022 (2.0 KB) TX bytes:2022 (2.0 KB) real 0m0.004s user 0m0.000s sys 0m0.004s 2018-10-04 16:08:09,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ps 2018-10-04 16:08:09,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 15:59 ? 00:00:00 /sbin/init root 2 0 0 15:59 ? 00:00:00 [kthreadd] root 3 2 0 15:59 ? 00:00:00 [ksoftirqd/0] root 4 2 0 15:59 ? 00:00:00 [kworker/0:0] root 5 2 0 15:59 ? 00:00:00 [kworker/0:0H] root 6 2 0 15:59 ? 00:00:00 [kworker/u4:0] root 7 2 0 15:59 ? 00:00:00 [rcu_sched] root 8 2 0 15:59 ? 00:00:00 [rcuos/0] root 9 2 0 15:59 ? 00:00:00 [rcuos/1] root 10 2 0 15:59 ? 00:00:00 [rcu_bh] root 11 2 0 15:59 ? 00:00:00 [rcuob/0] root 12 2 0 15:59 ? 00:00:00 [rcuob/1] root 13 2 0 15:59 ? 00:00:00 [migration/0] root 14 2 0 15:59 ? 00:00:00 [watchdog/0] root 15 2 0 15:59 ? 00:00:00 [watchdog/1] root 16 2 0 15:59 ? 00:00:00 [migration/1] root 17 2 0 15:59 ? 00:00:00 [ksoftirqd/1] root 19 2 0 15:59 ? 00:00:00 [kworker/1:0H] root 20 2 0 15:59 ? 00:00:00 [khelper] root 21 2 0 15:59 ? 00:00:00 [kdevtmpfs] root 22 2 0 15:59 ? 00:00:00 [netns] root 23 2 0 15:59 ? 00:00:00 [writeback] root 24 2 0 15:59 ? 00:00:00 [kintegrityd] root 25 2 0 15:59 ? 00:00:00 [bioset] root 27 2 0 15:59 ? 00:00:00 [kblockd] root 28 2 0 15:59 ? 00:00:00 [ata_sff] root 29 2 0 15:59 ? 00:00:00 [khubd] root 30 2 0 15:59 ? 00:00:00 [md] root 31 2 0 15:59 ? 00:00:00 [devfreq_wq] root 32 2 0 15:59 ? 00:00:00 [kworker/0:1] root 34 2 0 15:59 ? 00:00:00 [khungtaskd] root 35 2 0 15:59 ? 00:00:00 [kswapd0] root 36 2 0 15:59 ? 00:00:00 [vmstat] root 37 2 0 15:59 ? 00:00:00 [ksmd] root 38 2 0 15:59 ? 00:00:00 [khugepaged] root 39 2 0 15:59 ? 00:00:00 [fsnotify_mark] root 40 2 0 15:59 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 15:59 ? 00:00:00 [crypto] root 53 2 0 15:59 ? 00:00:00 [kthrotld] root 54 2 0 15:59 ? 00:00:00 [kworker/u4:1] root 55 2 0 15:59 ? 00:00:00 [vballoon] root 56 2 0 15:59 ? 00:00:00 [kworker/1:1] root 57 2 0 15:59 ? 00:00:00 [scsi_eh_0] root 58 2 0 15:59 ? 00:00:00 [scsi_eh_1] root 79 2 0 15:59 ? 00:00:00 [deferwq] root 80 2 0 15:59 ? 00:00:00 [charger_manager] root 124 2 0 15:59 ? 00:00:00 [kpsmoused] root 142 2 0 15:59 ? 00:00:00 [kworker/1:2] root 186 2 0 15:59 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 15:59 ? 00:00:00 [ext4-rsv-conver] root 388 1 0 15:59 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 15:59 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 15:59 ? 00:00:00 [kworker/u5:1] root 431 2 0 15:59 ? 00:00:00 [kworker/u5:2] root 483 1 0 16:00 ? 00:00:00 upstart-socket-bridge --daemon root 587 1 0 16:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 819 2 0 16:00 ? 00:00:00 [kauditd] message+ 897 1 0 16:00 ? 00:00:00 dbus-daemon --system --fork root 935 1 0 16:00 ? 00:00:00 /lib/systemd/systemd-logind root 952 1 0 16:00 ? 00:00:00 upstart-file-bridge --daemon syslog 1018 1 0 16:00 ? 00:00:00 rsyslogd root 1049 1 0 16:00 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1052 1 0 16:00 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1057 1 0 16:00 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1058 1 0 16:00 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1060 1 0 16:00 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1104 1 0 16:00 ? 00:00:00 /usr/sbin/sshd -D root 1106 1 0 16:00 ? 00:00:00 cron daemon 1107 1 0 16:00 ? 00:00:00 atd root 1111 1 0 16:00 ? 00:00:00 /usr/sbin/irqbalance root 1112 1 0 16:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1198 1 0 16:00 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1205 1 0 16:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1650 1 0 16:00 ? 00:00:00 /home/ubuntu/dime_host_vh48ds/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_vh48ds --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_vh48ds --logging-server-logdir=/home/ubuntu/dime_host_vh48ds/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_vh48ds/work/dime_host_vh48ds%I.log --pidfile=/home/ubuntu/dime_host_vh48ds/work/dime_host_vh48ds.pid ubuntu 1764 1 0 16:01 ? 00:00:02 python2.7 /home/ubuntu/dime_host_vh48ds/env/bin/diamond --configfile /home/ubuntu/dime_host_vh48ds/work/plugins/diamond/etc/diamond.conf ubuntu 1834 1650 0 16:03 ? 00:00:00 /home/ubuntu/dime_host_vh48ds/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_vh48ds --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_vh48ds --logging-server-logdir=/home/ubuntu/dime_host_vh48ds/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_vh48ds/work/dime_host_vh48ds%I.log --pidfile=/home/ubuntu/dime_host_vh48ds/work/dime_host_vh48ds.pid ubuntu 1855 1834 0 16:03 ? 00:00:00 /home/ubuntu/dime_host_vh48ds/env/bin/python2.7 /home/ubuntu/dime_host_vh48ds/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-voeaF3 ubuntu 1866 1855 0 16:03 ? 00:00:00 /bin/sh -c /tmp/SGK6D/install-dime.sh ubuntu 1869 1866 0 16:03 ? 00:00:00 /bin/bash -e /tmp/SGK6D/install-dime.sh root 2747 2 0 16:05 ? 00:00:00 [kworker/u5:0] ntp 8830 1 0 16:06 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 9399 1 0 16:07 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 9400 9399 0 16:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 9404 1 0 16:07 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 9405 9404 0 16:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9412 9400 0 16:07 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9415 9405 0 16:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9416 9415 0 16:07 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9726 1 0 16:07 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9772 1 0 16:07 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 9773 9772 0 16:07 ? 00:00:00 nginx: worker process www-data 9774 9772 0 16:07 ? 00:00:00 nginx: worker process www-data 9775 9772 0 16:07 ? 00:00:00 nginx: worker process www-data 9776 9772 0 16:07 ? 00:00:00 nginx: worker process root 10219 1 0 16:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 10223 10219 0 16:07 ? 00:00:00 inotifywait -e create -qq . snmp 10307 1 0 16:07 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid dnsmasq 10535 1 0 16:08 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 10598 1869 0 16:08 ? 00:00:00 /bin/bash -e /tmp/SGK6D/install-dime.sh ubuntu 10599 10598 0 16:08 ? 00:00:00 /bin/bash -e /tmp/SGK6D/install-dime.sh root 10600 10599 0 16:08 ? 00:00:00 sudo ps -edf root 10601 10600 0 16:08 ? 00:00:00 ps -edf real 0m0.008s user 0m0.000s sys 0m0.008s 2018-10-04 16:08:09,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ifconfig 2018-10-04 16:08:09,237 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:08:09,322 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:08:09,323 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:08:09,323 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:08:09,323 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:08:09,323 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:08:09,323 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:08:09,323 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:08:09,323 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:08:09,323 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:08:09,323 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:08:09 GMT 2018-10-04 16:08:09,324 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:08:09,324 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:08:09,324 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:08:14,329 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:08:14,636 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:08:14,636 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:08:14,636 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:08:14,636 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:08:14,637 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:08:14,637 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:08:14,637 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:08:14,637 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:09.297Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:09.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:09.297Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:09.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:10.183Z", "message": "Start numbers creation", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:10.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "35bf3db3-2c41-45e4-bcf4-a55842cb92cf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:10.183Z", "message": "[localhost] run: sudo mv /tmp/tmpdcdVir /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:10.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4b5fffbb-084c-4ce1-84e0-9042076fdc39"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:10.183Z", "message": "", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:10.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "35bf3db3-2c41-45e4-bcf4-a55842cb92cf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:10.183Z", "message": "Downloaded scripts/bind/bind.py to /tmp/1POMG/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:10.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4b5fffbb-084c-4ce1-84e0-9042076fdc39"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:10.183Z", "message": "Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/TWQMI/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:10.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "35bf3db3-2c41-45e4-bcf4-a55842cb92cf"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:10.183Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:10.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:10.183Z", "message": "[dime] sudo netstat ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:10.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:10.183Z", "message": "Executing: /tmp/TWQMI/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:10.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "35bf3db3-2c41-45e4-bcf4-a55842cb92cf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:10.183Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:10.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4b5fffbb-084c-4ce1-84e0-9042076fdc39"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:10.183Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:10.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4b5fffbb-084c-4ce1-84e0-9042076fdc39"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:10.183Z", "message": "[dime] => /var/log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-queue-manager\n/var/log/lastlog\n/var/log/cloud-init.log\n/var/log/boot.log\n/var/log/udev\n/var/log/clearwater-diags-monitor.log\n/var/log/monit.log\n/var/log/wtmp\n/var/log/ralf\n/var/log/dmesg\n/var/log/ntpstats\n/var/log/homestead\n/var/log/homestead/homestead_out.log\n/var/log/homestead/homestead_current.txt\n/var/log/homestead/homestead_err.log\n/var/log/homestead/homestead_20181004T160000Z.txt\n/var/log/auth.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init-output.log\n/var/log/upstart\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/container-detect.log\n/var/log/iotop.log\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/dpkg.log\n/var/log/clearwater-socket-factory.log\n/var/log/unattended-upgrades\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa04\n/var/log/sysstat/sa04\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/kern.log\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/syslog\n/var/log/clearwater-cluster-manager\n/var/log/clearwater-config-manager\n/var/log/dmesg.0\n/var/log/dist-upgrade\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:10.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:10.183Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:10.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4b5fffbb-084c-4ce1-84e0-9042076fdc39"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:10.183Z", "message": "[dime] => [04-Oct-2018 16:07:47 UTC] clearwater-diags-monitor starting\n[04-Oct-2018 16:07:47 UTC] Waiting for trigger files\n2018:10:04 16:07:03: Namespace: management\n2018:10:04 16:07:03: [management] Starting server\n2018:10:04 16:07:03: [management] Listening for requests\n2018:10:04 16:07:03: Namespace: signaling\n2018:10:04 16:07:03: [signaling] Starting server\n2018:10:04 16:07:03: [signaling] Listening for requests\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:10.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:10.183Z", "message": "# Deployment definitions\nhome_domain=clearwater.opnfv\nsprout_hostname=sprout.clearwater.local\nchronos_hostname=192.168.120.5:7253\nhs_hostname=hs.clearwater.local:8888\nhs_provisioning_hostname=hs-prov.clearwater.local:8889\nsprout_impi_store=vellum.clearwater.local\nsprout_registration_store=vellum.clearwater.local\ncassandra_hostname=vellum.clearwater.local\nchronos_hostname=vellum.clearwater.local\nralf_session_store=vellum.clearwater.local\nralf_hostname=dime.clearwater.local:10888\nxdms_hostname=homer.clearwater.local:7888\nsignaling_dns_server=192.168.120.5\n\n\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\n\nhomestead_impu_store=vellum.clearwater.local", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:10.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "35bf3db3-2c41-45e4-bcf4-a55842cb92cf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:10.183Z", "message": "The config dict: {'public_ip': u'172.30.9.211', 'backends': {u'homer': {u'homer_nu5fws': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'homer-nu5fws'}}, u'sprout': {u'sprout_2h4b7x': {u'public_address': u'', u'private_address': u'192.168.120.20', u'name': u'sprout-2h4b7x'}}, u'ellis': {u'ellis_gyw49m': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.13', u'name': u'ellis-gyw49m'}}, u'bono': {u'bono_22c2me': {u'public_address': u'172.30.9.208', u'private_address': u'192.168.120.6', u'name': u'bono-22c2me'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:10.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4b5fffbb-084c-4ce1-84e0-9042076fdc39"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:10.183Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:10.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4b5fffbb-084c-4ce1-84e0-9042076fdc39"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:10.183Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:10.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4b5fffbb-084c-4ce1-84e0-9042076fdc39"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:10.183Z", "message": "[dime] sudo find /var/log", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:10.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:10.183Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:10.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4b5fffbb-084c-4ce1-84e0-9042076fdc39"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:10.183Z", "message": "[dime] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 10535/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1104/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9726/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9772/nginx \ntcp6 0 0 ::1:53 :::* LISTEN 10535/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1104/sshd \nudp 0 0 192.168.120.16:123 0.0.0.0:* 8830/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8830/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8830/ntpd \nudp 0 0 0.0.0.0:161 0.0.0.0:* 10307/snmpd \nudp 0 0 0.0.0.0:42475 0.0.0.0:* 587/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 10535/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 587/dhclient \nudp6 0 0 fe80::f816:3eff:fe7:123 :::* 8830/ntpd \nudp6 0 0 ::1:123 :::* 8830/ntpd \nudp6 0 0 :::123 :::* 8830/ntpd \nudp6 0 0 :::161 :::* 10307/snmpd \nudp6 0 0 :::64117 :::* 587/dhclient \nudp6 0 0 ::1:53 :::* 10535/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 9500 1112/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 9247 897/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 10915 1650/python2.7 /tmp/cloudify-logging-server-15bd3.socket\nunix 2 [ ACC ] STREAM LISTENING 12005 1855/python2.7 /tmp/ctx-fxXJ10.socket\nunix 2 [ ACC ] STREAM LISTENING 7093 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 21787 9412/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 21283 9416/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7317 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 23838 10307/snmpd /var/agentx/master\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:10.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:10.464Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:10.464Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:11.221Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:11.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4b5fffbb-084c-4ce1-84e0-9042076fdc39"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:11.221Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:11.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4b5fffbb-084c-4ce1-84e0-9042076fdc39"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:11.221Z", "message": "[localhost] run: sudo mv /tmp/tmpH0_gyC /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:11.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "4b5fffbb-084c-4ce1-84e0-9042076fdc39"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:11.221Z", "message": "[dime] => 2018-10-04 16:07:47.534434430 Stopping etcd clearwater-etcd\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:11.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:11.221Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:11.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": "dime_k4k4eh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:11.994Z", "message": "Starting node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:11.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_k4k4eh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:11.994Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:11.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:12.231Z", "message": "Execution done (return_code=0): /tmp/SGK6D/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:12.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:12.231Z", "message": "[dime] Installation is done", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:12.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "cae5c0f5-03b8-439f-9d17-db237b38f7b4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:13.243Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:13.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "7538c08e-abff-4afd-976d-13ec75eb89fb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:13.243Z", "message": "Downloaded scripts/bind/bind.py to /tmp/9JJXR/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:13.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "7538c08e-abff-4afd-976d-13ec75eb89fb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:13.312Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:13.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:13.312Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:13.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:14.260Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:14.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "7538c08e-abff-4afd-976d-13ec75eb89fb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:14.260Z", "message": "[localhost] run: sudo mv /tmp/tmp25_iyq /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:14.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "7538c08e-abff-4afd-976d-13ec75eb89fb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:14.260Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:14.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "7538c08e-abff-4afd-976d-13ec75eb89fb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:14.260Z", "message": "The config dict: {'public_ip': u'172.30.9.211', 'backends': {u'homer': {u'homer_nu5fws': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'homer-nu5fws'}}, u'sprout': {u'sprout_2h4b7x': {u'public_address': u'', u'private_address': u'192.168.120.20', u'name': u'sprout-2h4b7x'}}, u'ellis': {u'ellis_gyw49m': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.13', u'name': u'ellis-gyw49m'}}, u'bono': {u'bono_22c2me': {u'public_address': u'172.30.9.208', u'private_address': u'192.168.120.6', u'name': u'bono-22c2me'}}, u'dime': {u'dime_k4k4eh': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'dime-k4k4eh'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:14.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "7538c08e-abff-4afd-976d-13ec75eb89fb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:14.260Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:14.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "7538c08e-abff-4afd-976d-13ec75eb89fb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:14.260Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:14.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "7538c08e-abff-4afd-976d-13ec75eb89fb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:14.260Z", "message": "Execution done (return_code=0): /tmp/TWQMI/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:14.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "35bf3db3-2c41-45e4-bcf4-a55842cb92cf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:14.260Z", "message": "[localhost] run: sudo mv /tmp/tmp9RTv7e /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:14.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "7538c08e-abff-4afd-976d-13ec75eb89fb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:14.260Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:14.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "7538c08e-abff-4afd-976d-13ec75eb89fb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:14.260Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:14.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "7538c08e-abff-4afd-976d-13ec75eb89fb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:14.260Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:14.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "7538c08e-abff-4afd-976d-13ec75eb89fb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:14.326Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:14.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 1856, "offset": 1770, "size": 50}}} 2018-10-04 16:08:14,637 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:08:14,637 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:08:14 GMT 2018-10-04 16:08:14,637 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:08:14,637 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 33133 2018-10-04 16:08:14,637 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:08:14,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:08:14,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:08:14,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Start numbers creation 2018-10-04 16:08:14,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpdcdVir /etc/bind/db.clearwater.local 2018-10-04 16:08:14,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-10-04 16:08:14,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/1POMG/bind.py 2018-10-04 16:08:14,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/TWQMI/create_number.sh 2018-10-04 16:08:14,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-10-04 16:08:14,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo netstat 2018-10-04 16:08:14,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/TWQMI/create_number.sh 2018-10-04 16:08:14,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-04 16:08:14,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-04 16:08:14,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => /var/log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-queue-manager /var/log/lastlog /var/log/cloud-init.log /var/log/boot.log /var/log/udev /var/log/clearwater-diags-monitor.log /var/log/monit.log /var/log/wtmp /var/log/ralf /var/log/dmesg /var/log/ntpstats /var/log/homestead /var/log/homestead/homestead_out.log /var/log/homestead/homestead_current.txt /var/log/homestead/homestead_err.log /var/log/homestead/homestead_20181004T160000Z.txt /var/log/auth.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init-output.log /var/log/upstart /var/log/upstart/systemd-logind.log /var/log/upstart/rsyslog.log /var/log/upstart/clearwater-monit.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/container-detect.log /var/log/iotop.log /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/dpkg.log /var/log/clearwater-socket-factory.log /var/log/unattended-upgrades /var/log/sysstat /var/log/sysstat/clearwater-sa04 /var/log/sysstat/sa04 /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/kern.log /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/btmp /var/log/alternatives.log /var/log/syslog /var/log/clearwater-cluster-manager /var/log/clearwater-config-manager /var/log/dmesg.0 /var/log/dist-upgrade real 0m0.006s user 0m0.000s sys 0m0.005s 2018-10-04 16:08:14,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-04 16:08:14,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => [04-Oct-2018 16:07:47 UTC] clearwater-diags-monitor starting [04-Oct-2018 16:07:47 UTC] Waiting for trigger files 2018:10:04 16:07:03: Namespace: management 2018:10:04 16:07:03: [management] Starting server 2018:10:04 16:07:03: [management] Listening for requests 2018:10:04 16:07:03: Namespace: signaling 2018:10:04 16:07:03: [signaling] Starting server 2018:10:04 16:07:03: [signaling] Listening for requests real 0m0.004s user 0m0.003s sys 0m0.002s 2018-10-04 16:08:14,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - # Deployment definitions home_domain=clearwater.opnfv sprout_hostname=sprout.clearwater.local chronos_hostname=192.168.120.5:7253 hs_hostname=hs.clearwater.local:8888 hs_provisioning_hostname=hs-prov.clearwater.local:8889 sprout_impi_store=vellum.clearwater.local sprout_registration_store=vellum.clearwater.local cassandra_hostname=vellum.clearwater.local chronos_hostname=vellum.clearwater.local ralf_session_store=vellum.clearwater.local ralf_hostname=dime.clearwater.local:10888 xdms_hostname=homer.clearwater.local:7888 signaling_dns_server=192.168.120.5 # Email server configuration smtp_smarthost=localhost smtp_username=username smtp_password=password email_recovery_sender=clearwater@example.org # Keys signup_key=secret turn_workaround=secret ellis_api_key=secret ellis_cookie_key=secret homestead_impu_store=vellum.clearwater.local 2018-10-04 16:08:14,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.211', 'backends': {u'homer': {u'homer_nu5fws': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'homer-nu5fws'}}, u'sprout': {u'sprout_2h4b7x': {u'public_address': u'', u'private_address': u'192.168.120.20', u'name': u'sprout-2h4b7x'}}, u'ellis': {u'ellis_gyw49m': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.13', u'name': u'ellis-gyw49m'}}, u'bono': {u'bono_22c2me': {u'public_address': u'172.30.9.208', u'private_address': u'192.168.120.6', u'name': u'bono-22c2me'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-04 16:08:14,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-04 16:08:14,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-04 16:08:14,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo find /var/log 2018-10-04 16:08:14,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-04 16:08:14,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 10535/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1104/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9726/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9772/nginx tcp6 0 0 ::1:53 :::* LISTEN 10535/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1104/sshd udp 0 0 192.168.120.16:123 0.0.0.0:* 8830/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8830/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8830/ntpd udp 0 0 0.0.0.0:161 0.0.0.0:* 10307/snmpd udp 0 0 0.0.0.0:42475 0.0.0.0:* 587/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 10535/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 587/dhclient udp6 0 0 fe80::f816:3eff:fe7:123 :::* 8830/ntpd udp6 0 0 ::1:123 :::* 8830/ntpd udp6 0 0 :::123 :::* 8830/ntpd udp6 0 0 :::161 :::* 10307/snmpd udp6 0 0 :::64117 :::* 587/dhclient udp6 0 0 ::1:53 :::* 10535/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 9500 1112/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 9247 897/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 10915 1650/python2.7 /tmp/cloudify-logging-server-15bd3.socket unix 2 [ ACC ] STREAM LISTENING 12005 1855/python2.7 /tmp/ctx-fxXJ10.socket unix 2 [ ACC ] STREAM LISTENING 7093 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 21787 9412/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 21283 9416/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] SEQPACKET LISTENING 7317 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 23838 10307/snmpd /var/agentx/master real 0m0.006s user 0m0.000s sys 0m0.006s 2018-10-04 16:08:14,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:08:14,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-04 16:08:14,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-04 16:08:14,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpH0_gyC /etc/bind/db.clearwater.opnfv 2018-10-04 16:08:14,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => 2018-10-04 16:07:47.534434430 Stopping etcd clearwater-etcd real 0m0.004s user 0m0.003s sys 0m0.002s 2018-10-04 16:08:14,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-10-04 16:08:14,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 16:08:14,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:08:14,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/SGK6D/install-dime.sh 2018-10-04 16:08:14,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installation is done 2018-10-04 16:08:14,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-04 16:08:14,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/9JJXR/bind.py 2018-10-04 16:08:14,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:08:14,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:08:14,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-04 16:08:14,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp25_iyq /etc/bind/db.clearwater.local 2018-10-04 16:08:14,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-04 16:08:14,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.211', 'backends': {u'homer': {u'homer_nu5fws': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'homer-nu5fws'}}, u'sprout': {u'sprout_2h4b7x': {u'public_address': u'', u'private_address': u'192.168.120.20', u'name': u'sprout-2h4b7x'}}, u'ellis': {u'ellis_gyw49m': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.13', u'name': u'ellis-gyw49m'}}, u'bono': {u'bono_22c2me': {u'public_address': u'172.30.9.208', u'private_address': u'192.168.120.6', u'name': u'bono-22c2me'}}, u'dime': {u'dime_k4k4eh': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'dime-k4k4eh'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-04 16:08:14,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-04 16:08:14,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-04 16:08:14,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/TWQMI/create_number.sh 2018-10-04 16:08:14,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp9RTv7e /etc/bind/db.clearwater.opnfv 2018-10-04 16:08:14,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-04 16:08:14,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-04 16:08:14,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-04 16:08:14,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:08:14,647 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:08:14,754 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:08:14,754 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:08:14,754 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:08:14,754 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:08:14,755 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:08:14,755 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:08:14,755 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:08:14,755 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:08:14,755 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:08:14,755 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:08:14 GMT 2018-10-04 16:08:14,755 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:08:14,755 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:08:14,755 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:08:19,761 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:08:20,008 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:08:20,008 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:08:20,008 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:08:20,008 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:08:20,008 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:08:20,008 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:08:20,009 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:08:20,009 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:15.580Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:15.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 1857, "offset": 1818, "size": 50}}} 2018-10-04 16:08:20,009 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:08:20,009 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:08:20 GMT 2018-10-04 16:08:20,009 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:08:20,009 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 581 2018-10-04 16:08:20,009 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:08:20,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:08:20,010 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:08:20,083 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:08:20,084 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:08:20,084 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:08:20,084 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:08:20,084 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:08:20,084 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:08:20,084 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:08:20,084 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:08:20,084 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:08:20,085 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:08:20 GMT 2018-10-04 16:08:20,085 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:08:20,085 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:08:20,085 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:08:25,090 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:08:25,564 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:08:25,564 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:08:25,565 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:08:25,565 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:08:25,565 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:08:25,565 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:08:25,565 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:08:25,565 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1857, "offset": 1819, "size": 50}}} 2018-10-04 16:08:25,565 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:08:25,565 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:08:25 GMT 2018-10-04 16:08:25,565 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:08:25,566 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:08:25,566 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:08:25,566 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:08:25,627 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:08:25,627 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:08:25,627 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:08:25,627 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:08:25,627 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:08:25,627 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:08:25,627 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:08:25,628 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:08:25,628 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:08:25,628 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:08:25 GMT 2018-10-04 16:08:25,628 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:08:25,628 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:08:25,628 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:08:30,633 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:08:31,348 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:08:31,348 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:08:31,348 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:08:31,348 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:08:31,349 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:08:31,349 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:08:31,349 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:08:31,349 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1857, "offset": 1819, "size": 50}}} 2018-10-04 16:08:31,349 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:08:31,349 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:08:31 GMT 2018-10-04 16:08:31,349 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:08:31,349 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:08:31,349 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:08:31,350 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:08:31,468 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:08:31,469 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:08:31,469 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:08:31,469 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:08:31,469 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:08:31,469 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:08:31,469 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:08:31,469 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:08:31,470 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:08:31,470 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:08:31 GMT 2018-10-04 16:08:31,470 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:08:31,470 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:08:31,470 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:08:36,475 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:08:36,806 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:08:36,806 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:08:36,806 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:08:36,806 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:08:36,807 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:08:36,807 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:08:36,807 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:08:36,807 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1857, "offset": 1819, "size": 50}}} 2018-10-04 16:08:36,807 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:08:36,807 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:08:36 GMT 2018-10-04 16:08:36,807 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:08:36,807 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:08:36,807 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:08:36,808 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:08:36,884 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:08:36,884 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:08:36,884 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:08:36,884 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:08:36,884 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:08:36,884 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:08:36,884 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:08:36,884 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:08:36,885 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:08:36,885 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:08:36 GMT 2018-10-04 16:08:36,885 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:08:36,885 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:08:36,885 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:08:41,890 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:08:42,144 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:08:42,144 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:08:42,144 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:08:42,144 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:08:42,144 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:08:42,144 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:08:42,144 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:08:42,145 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:38.585Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:38.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}], "metadata": {"pagination": {"total": 1858, "offset": 1819, "size": 50}}} 2018-10-04 16:08:42,145 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:08:42,145 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:08:42 GMT 2018-10-04 16:08:42,145 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:08:42,145 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 624 2018-10-04 16:08:42,145 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:08:42,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-04 16:08:42,146 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:08:42,222 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:08:42,222 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:08:42,222 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:08:42,222 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:08:42,222 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:08:42,223 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:08:42,223 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:08:42,223 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:08:42,223 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:08:42,223 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:08:42 GMT 2018-10-04 16:08:42,223 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:08:42,223 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:08:42,223 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:08:47,229 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:08:47,579 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:08:47,579 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:08:47,579 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:08:47,580 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:08:47,580 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:08:47,580 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:08:47,580 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:08:47,580 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1858, "offset": 1820, "size": 50}}} 2018-10-04 16:08:47,580 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:08:47,580 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:08:47 GMT 2018-10-04 16:08:47,580 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:08:47,580 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:08:47,580 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:08:47,581 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:08:47,672 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:08:47,672 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:08:47,672 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:08:47,672 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:08:47,672 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:08:47,672 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:08:47,672 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:08:47,673 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:08:47,673 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:08:47,673 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:08:47 GMT 2018-10-04 16:08:47,673 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:08:47,673 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:08:47,673 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:08:52,675 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:08:52,806 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:08:52,806 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:08:52,806 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:08:52,806 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:08:52,807 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:08:52,807 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:08:52,807 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:08:52,807 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:47.422Z", "message": "[vellum] => Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-management\n0 upgraded, 2 newly installed, 0 to remove and 17 not upgraded.\nNeed to get 6,120 kB of archives.\nAfter this operation, 6,458 kB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:2 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 6,120 kB in 1s (5,909 kB/s)\nSelecting previously unselected package clearwater-cluster-manager.\n(Reading database ... 59671 files and directories currently installed.)\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m8.636s\nuser\t0m3.567s\nsys\t0m0.808s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:47.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:48.520Z", "message": "[vellum] The installation packages is done correctly", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:48.520Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:48.520Z", "message": "[vellum] sudo service dnsmasq force", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:48.520Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:48.520Z", "message": "[vellum] Use the DNS server", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:48.520Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:50.377Z", "message": "[vellum] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.077s\nuser\t0m0.008s\nsys\t0m0.051s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:50.377Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:51.443Z", "message": "[vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:3f:a4:23 \n inet addr:192.168.120.8 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3f:a423/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:150412 errors:0 dropped:0 overruns:0 frame:0\n TX packets:72493 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:219140934 (219.1 MB) TX bytes:12685688 (12.6 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:58 errors:0 dropped:0 overruns:0 frame:0\n TX packets:58 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:5422 (5.4 KB) TX bytes:5422 (5.4 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:51.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:51.443Z", "message": "[vellum] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 15:59 ? 00:00:00 /sbin/init\nroot 2 0 0 15:59 ? 00:00:00 [kthreadd]\nroot 3 2 0 15:59 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 15:59 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 15:59 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 15:59 ? 00:00:00 [rcu_sched]\nroot 8 2 0 15:59 ? 00:00:00 [rcuos/0]\nroot 9 2 0 15:59 ? 00:00:00 [rcuos/1]\nroot 10 2 0 15:59 ? 00:00:00 [rcu_bh]\nroot 11 2 0 15:59 ? 00:00:00 [rcuob/0]\nroot 12 2 0 15:59 ? 00:00:00 [rcuob/1]\nroot 13 2 0 15:59 ? 00:00:00 [migration/0]\nroot 14 2 0 15:59 ? 00:00:00 [watchdog/0]\nroot 15 2 0 15:59 ? 00:00:00 [watchdog/1]\nroot 16 2 0 15:59 ? 00:00:00 [migration/1]\nroot 17 2 0 15:59 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 15:59 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 15:59 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 15:59 ? 00:00:00 [khelper]\nroot 21 2 0 15:59 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 15:59 ? 00:00:00 [netns]\nroot 23 2 0 15:59 ? 00:00:00 [writeback]\nroot 24 2 0 15:59 ? 00:00:00 [kintegrityd]\nroot 25 2 0 15:59 ? 00:00:00 [bioset]\nroot 26 2 0 15:59 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 15:59 ? 00:00:00 [kblockd]\nroot 28 2 0 15:59 ? 00:00:00 [ata_sff]\nroot 29 2 0 15:59 ? 00:00:00 [khubd]\nroot 30 2 0 15:59 ? 00:00:00 [md]\nroot 31 2 0 15:59 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 15:59 ? 00:00:00 [kworker/0:1]\nroot 33 2 0 15:59 ? 00:00:00 [kworker/1:1]\nroot 35 2 0 15:59 ? 00:00:00 [khungtaskd]\nroot 36 2 0 15:59 ? 00:00:00 [kswapd0]\nroot 37 2 0 15:59 ? 00:00:00 [vmstat]\nroot 38 2 0 15:59 ? 00:00:00 [ksmd]\nroot 39 2 0 15:59 ? 00:00:00 [khugepaged]\nroot 40 2 0 15:59 ? 00:00:00 [fsnotify_mark]\nroot 41 2 0 15:59 ? 00:00:00 [ecryptfs-kthrea]\nroot 42 2 0 15:59 ? 00:00:00 [crypto]\nroot 54 2 0 15:59 ? 00:00:00 [kthrotld]\nroot 55 2 0 15:59 ? 00:00:00 [kworker/u4:1]\nroot 56 2 0 15:59 ? 00:00:00 [vballoon]\nroot 57 2 0 15:59 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 15:59 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 15:59 ? 00:00:00 [deferwq]\nroot 80 2 0 15:59 ? 00:00:00 [charger_manager]\nroot 125 2 0 15:59 ? 00:00:00 [kpsmoused]\nroot 142 2 0 15:59 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 15:59 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 15:59 ? 00:00:00 [ext4-rsv-conver]\nroot 388 1 0 15:59 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 15:59 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 434 2 0 15:59 ? 00:00:00 [kworker/u5:1]\nroot 534 1 0 15:59 ? 00:00:00 upstart-socket-bridge --daemon\nroot 580 1 0 15:59 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 819 2 0 16:00 ? 00:00:00 [kauditd]\nmessage+ 899 1 0 16:00 ? 00:00:00 dbus-daemon --system --fork\nroot 933 1 0 16:00 ? 00:00:00 /lib/systemd/systemd-logind\nroot 946 1 0 16:00 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1004 1 0 16:00 ? 00:00:00 rsyslogd\nroot 1049 1 0 16:00 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1052 1 0 16:00 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1056 1 0 16:00 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1057 1 0 16:00 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1059 1 0 16:00 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1087 1 0 16:00 ? 00:00:00 /usr/sbin/sshd -D\nroot 1094 1 0 16:00 ? 00:00:00 cron\ndaemon 1095 1 0 16:00 ? 00:00:00 atd\nroot 1112 1 0 16:00 ? 00:00:00 /usr/sbin/irqbalance\nroot 1143 1 0 16:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1197 1 0 16:00 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1203 1 0 16:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1649 1 0 16:00 ? 00:00:00 /home/ubuntu/vellum_host_wi9ohz/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_wi9ohz --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_wi9ohz --logging-server-logdir=/home/ubuntu/vellum_host_wi9ohz/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_wi9ohz/work/vellum_host_wi9ohz%I.log --pidfile=/home/ubuntu/vellum_host_wi9ohz/work/vellum_host_wi9ohz.pid\nubuntu 1764 1 0 16:01 ? 00:00:02 python2.7 /home/ubuntu/vellum_host_wi9ohz/env/bin/diamond --configfile /home/ubuntu/vellum_host_wi9ohz/work/plugins/diamond/etc/diamond.conf\nubuntu 1833 1649 0 16:03 ? 00:00:00 /home/ubuntu/vellum_host_wi9ohz/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_wi9ohz --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_wi9ohz --logging-server-logdir=/home/ubuntu/vellum_host_wi9ohz/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_wi9ohz/work/vellum_host_wi9ohz%I.log --pidfile=/home/ubuntu/vellum_host_wi9ohz/work/vellum_host_wi9ohz.pid\nubuntu 1854 1833 0 16:03 ? 00:00:00 /home/ubuntu/vellum_host_wi9ohz/env/bin/python2.7 /home/ubuntu/vellum_host_wi9ohz/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-PqEau_\nubuntu 1866 1854 0 16:03 ? 00:00:00 /bin/sh -c /tmp/MN75E/install-vellum.sh\nubuntu 1868 1866 0 16:03 ? 00:00:00 /bin/bash -e /tmp/MN75E/install-vellum.sh\nroot 3178 2 0 16:04 ? 00:00:00 [kworker/u5:2]\nntp 11929 1 0 16:07 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112\nmemcache 12331 1 0 16:07 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1\nroot 12657 1 0 16:08 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 13299 1 0 16:08 ? 00:00:00 /bin/sh -e /proc/self/fd/9\nroot 13309 13299 0 16:08 ? 00:00:00 cpulimit -e astaire -l 10\nroot 13750 12657 0 16:08 ? 00:00:00 [check-monit-upt] \ndnsmasq 14267 1 0 16:08 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 14330 1868 0 16:08 ? 00:00:00 /bin/bash -e /tmp/MN75E/install-vellum.sh\nubuntu 14331 14330 0 16:08 ? 00:00:00 /bin/bash -e /tmp/MN75E/install-vellum.sh\nroot 14332 14331 0 16:08 ? 00:00:00 sudo ps -edf\nroot 14333 14332 0 16:08 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.000s\nsys\t0m0.009s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:51.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:51.443Z", "message": "[vellum] sudo ifconfig ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:51.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:51.443Z", "message": "[vellum] sudo netstat ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:51.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:51.443Z", "message": "[vellum] sudo ps ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:51.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:52.510Z", "message": "[vellum] sudo cat /var/log/clearwater*.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:52.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:52.510Z", "message": "[vellum] => /var/log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-queue-manager\n/var/log/lastlog\n/var/log/cloud-init.log\n/var/log/rogers\n/var/log/boot.log\n/var/log/udev\n/var/log/chronos\n/var/log/monit.log\n/var/log/wtmp\n/var/log/memcached.log\n/var/log/dmesg\n/var/log/ntpstats\n/var/log/auth.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init-output.log\n/var/log/upstart\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/astaire-throttle.log\n/var/log/dpkg.log\n/var/log/unattended-upgrades\n/var/log/sysstat\n/var/log/cassandra\n/var/log/cassandra/system.log\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/kern.log\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/syslog\n/var/log/astaire\n/var/log/astaire/astaire_err.log\n/var/log/astaire/astaire_current.txt\n/var/log/astaire/astaire_out.log\n/var/log/astaire/astaire_20181004T160000Z.txt\n/var/log/clearwater-cluster-manager\n/var/log/clearwater-config-manager\n/var/log/dmesg.0\n/var/log/dist-upgrade\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:52.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:52.510Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:52.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:52.510Z", "message": "[vellum] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 14267/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1087/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 12657/monit \ntcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12331/memcached \ntcp6 0 0 ::1:53 :::* LISTEN 14267/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1087/sshd \nudp 0 0 192.168.120.8:123 0.0.0.0:* 11929/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 11929/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 11929/ntpd \nudp 0 0 0.0.0.0:45693 0.0.0.0:* 580/dhclient \nudp 0 0 127.0.0.1:11211 0.0.0.0:* 12331/memcached \nudp 0 0 127.0.0.1:53 0.0.0.0:* 14267/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 580/dhclient \nudp6 0 0 fe80::f816:3eff:fe3:123 :::* 11929/ntpd \nudp6 0 0 ::1:123 :::* 11929/ntpd \nudp6 0 0 :::123 :::* 11929/ntpd \nudp6 0 0 :::51180 :::* 580/dhclient \nudp6 0 0 ::1:53 :::* 14267/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 10945 1649/python2.7 /tmp/cloudify-logging-server-c868f.socket\nunix 2 [ ACC ] STREAM LISTENING 11949 1854/python2.7 /tmp/ctx-7hdrZB.socket\nunix 2 [ ACC ] STREAM LISTENING 1511 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] SEQPACKET LISTENING 7351 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 8147 899/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 9456 1143/acpid /var/run/acpid.socket\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.007s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:52.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:52.510Z", "message": "[vellum] sudo find /var/log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:52.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}], "metadata": {"pagination": {"total": 1873, "offset": 1820, "size": 50}}} 2018-10-04 16:08:52,807 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:08:52,807 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:08:52 GMT 2018-10-04 16:08:52,807 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:08:52,807 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25727 2018-10-04 16:08:52,807 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:08:52,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager The following NEW packages will be installed: clearwater-cluster-manager clearwater-management 0 upgraded, 2 newly installed, 0 to remove and 17 not upgraded. Need to get 6,120 kB of archives. After this operation, 6,458 kB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:2 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 6,120 kB in 1s (5,909 kB/s) Selecting previously unselected package clearwater-cluster-manager. (Reading database ... 59671 files and directories currently installed.) Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m8.636s user 0m3.567s sys 0m0.808s 2018-10-04 16:08:52,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] The installation packages is done correctly 2018-10-04 16:08:52,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo service dnsmasq force 2018-10-04 16:08:52,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Use the DNS server 2018-10-04 16:08:52,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.077s user 0m0.008s sys 0m0.051s 2018-10-04 16:08:52,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:3f:a4:23 inet addr:192.168.120.8 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe3f:a423/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:150412 errors:0 dropped:0 overruns:0 frame:0 TX packets:72493 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:219140934 (219.1 MB) TX bytes:12685688 (12.6 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:58 errors:0 dropped:0 overruns:0 frame:0 TX packets:58 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:5422 (5.4 KB) TX bytes:5422 (5.4 KB) real 0m0.005s user 0m0.000s sys 0m0.005s 2018-10-04 16:08:52,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 15:59 ? 00:00:00 /sbin/init root 2 0 0 15:59 ? 00:00:00 [kthreadd] root 3 2 0 15:59 ? 00:00:00 [ksoftirqd/0] root 5 2 0 15:59 ? 00:00:00 [kworker/0:0H] root 6 2 0 15:59 ? 00:00:00 [kworker/u4:0] root 7 2 0 15:59 ? 00:00:00 [rcu_sched] root 8 2 0 15:59 ? 00:00:00 [rcuos/0] root 9 2 0 15:59 ? 00:00:00 [rcuos/1] root 10 2 0 15:59 ? 00:00:00 [rcu_bh] root 11 2 0 15:59 ? 00:00:00 [rcuob/0] root 12 2 0 15:59 ? 00:00:00 [rcuob/1] root 13 2 0 15:59 ? 00:00:00 [migration/0] root 14 2 0 15:59 ? 00:00:00 [watchdog/0] root 15 2 0 15:59 ? 00:00:00 [watchdog/1] root 16 2 0 15:59 ? 00:00:00 [migration/1] root 17 2 0 15:59 ? 00:00:00 [ksoftirqd/1] root 18 2 0 15:59 ? 00:00:00 [kworker/1:0] root 19 2 0 15:59 ? 00:00:00 [kworker/1:0H] root 20 2 0 15:59 ? 00:00:00 [khelper] root 21 2 0 15:59 ? 00:00:00 [kdevtmpfs] root 22 2 0 15:59 ? 00:00:00 [netns] root 23 2 0 15:59 ? 00:00:00 [writeback] root 24 2 0 15:59 ? 00:00:00 [kintegrityd] root 25 2 0 15:59 ? 00:00:00 [bioset] root 26 2 0 15:59 ? 00:00:00 [kworker/u5:0] root 27 2 0 15:59 ? 00:00:00 [kblockd] root 28 2 0 15:59 ? 00:00:00 [ata_sff] root 29 2 0 15:59 ? 00:00:00 [khubd] root 30 2 0 15:59 ? 00:00:00 [md] root 31 2 0 15:59 ? 00:00:00 [devfreq_wq] root 32 2 0 15:59 ? 00:00:00 [kworker/0:1] root 33 2 0 15:59 ? 00:00:00 [kworker/1:1] root 35 2 0 15:59 ? 00:00:00 [khungtaskd] root 36 2 0 15:59 ? 00:00:00 [kswapd0] root 37 2 0 15:59 ? 00:00:00 [vmstat] root 38 2 0 15:59 ? 00:00:00 [ksmd] root 39 2 0 15:59 ? 00:00:00 [khugepaged] root 40 2 0 15:59 ? 00:00:00 [fsnotify_mark] root 41 2 0 15:59 ? 00:00:00 [ecryptfs-kthrea] root 42 2 0 15:59 ? 00:00:00 [crypto] root 54 2 0 15:59 ? 00:00:00 [kthrotld] root 55 2 0 15:59 ? 00:00:00 [kworker/u4:1] root 56 2 0 15:59 ? 00:00:00 [vballoon] root 57 2 0 15:59 ? 00:00:00 [scsi_eh_0] root 58 2 0 15:59 ? 00:00:00 [scsi_eh_1] root 79 2 0 15:59 ? 00:00:00 [deferwq] root 80 2 0 15:59 ? 00:00:00 [charger_manager] root 125 2 0 15:59 ? 00:00:00 [kpsmoused] root 142 2 0 15:59 ? 00:00:00 [kworker/0:2] root 186 2 0 15:59 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 15:59 ? 00:00:00 [ext4-rsv-conver] root 388 1 0 15:59 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 15:59 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 434 2 0 15:59 ? 00:00:00 [kworker/u5:1] root 534 1 0 15:59 ? 00:00:00 upstart-socket-bridge --daemon root 580 1 0 15:59 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 819 2 0 16:00 ? 00:00:00 [kauditd] message+ 899 1 0 16:00 ? 00:00:00 dbus-daemon --system --fork root 933 1 0 16:00 ? 00:00:00 /lib/systemd/systemd-logind root 946 1 0 16:00 ? 00:00:00 upstart-file-bridge --daemon syslog 1004 1 0 16:00 ? 00:00:00 rsyslogd root 1049 1 0 16:00 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1052 1 0 16:00 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1056 1 0 16:00 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1057 1 0 16:00 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1059 1 0 16:00 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1087 1 0 16:00 ? 00:00:00 /usr/sbin/sshd -D root 1094 1 0 16:00 ? 00:00:00 cron daemon 1095 1 0 16:00 ? 00:00:00 atd root 1112 1 0 16:00 ? 00:00:00 /usr/sbin/irqbalance root 1143 1 0 16:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1197 1 0 16:00 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1203 1 0 16:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1649 1 0 16:00 ? 00:00:00 /home/ubuntu/vellum_host_wi9ohz/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_wi9ohz --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_wi9ohz --logging-server-logdir=/home/ubuntu/vellum_host_wi9ohz/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_wi9ohz/work/vellum_host_wi9ohz%I.log --pidfile=/home/ubuntu/vellum_host_wi9ohz/work/vellum_host_wi9ohz.pid ubuntu 1764 1 0 16:01 ? 00:00:02 python2.7 /home/ubuntu/vellum_host_wi9ohz/env/bin/diamond --configfile /home/ubuntu/vellum_host_wi9ohz/work/plugins/diamond/etc/diamond.conf ubuntu 1833 1649 0 16:03 ? 00:00:00 /home/ubuntu/vellum_host_wi9ohz/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_wi9ohz --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_wi9ohz --logging-server-logdir=/home/ubuntu/vellum_host_wi9ohz/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_wi9ohz/work/vellum_host_wi9ohz%I.log --pidfile=/home/ubuntu/vellum_host_wi9ohz/work/vellum_host_wi9ohz.pid ubuntu 1854 1833 0 16:03 ? 00:00:00 /home/ubuntu/vellum_host_wi9ohz/env/bin/python2.7 /home/ubuntu/vellum_host_wi9ohz/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-PqEau_ ubuntu 1866 1854 0 16:03 ? 00:00:00 /bin/sh -c /tmp/MN75E/install-vellum.sh ubuntu 1868 1866 0 16:03 ? 00:00:00 /bin/bash -e /tmp/MN75E/install-vellum.sh root 3178 2 0 16:04 ? 00:00:00 [kworker/u5:2] ntp 11929 1 0 16:07 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112 memcache 12331 1 0 16:07 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1 root 12657 1 0 16:08 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 13299 1 0 16:08 ? 00:00:00 /bin/sh -e /proc/self/fd/9 root 13309 13299 0 16:08 ? 00:00:00 cpulimit -e astaire -l 10 root 13750 12657 0 16:08 ? 00:00:00 [check-monit-upt] dnsmasq 14267 1 0 16:08 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 14330 1868 0 16:08 ? 00:00:00 /bin/bash -e /tmp/MN75E/install-vellum.sh ubuntu 14331 14330 0 16:08 ? 00:00:00 /bin/bash -e /tmp/MN75E/install-vellum.sh root 14332 14331 0 16:08 ? 00:00:00 sudo ps -edf root 14333 14332 0 16:08 ? 00:00:00 ps -edf real 0m0.009s user 0m0.000s sys 0m0.009s 2018-10-04 16:08:52,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ifconfig 2018-10-04 16:08:52,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo netstat 2018-10-04 16:08:52,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ps 2018-10-04 16:08:52,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater*.log 2018-10-04 16:08:52,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => /var/log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-queue-manager /var/log/lastlog /var/log/cloud-init.log /var/log/rogers /var/log/boot.log /var/log/udev /var/log/chronos /var/log/monit.log /var/log/wtmp /var/log/memcached.log /var/log/dmesg /var/log/ntpstats /var/log/auth.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init-output.log /var/log/upstart /var/log/upstart/systemd-logind.log /var/log/upstart/rsyslog.log /var/log/upstart/clearwater-monit.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/container-detect.log /var/log/upstart/astaire-throttle.log /var/log/dpkg.log /var/log/unattended-upgrades /var/log/sysstat /var/log/cassandra /var/log/cassandra/system.log /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/kern.log /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/btmp /var/log/alternatives.log /var/log/syslog /var/log/astaire /var/log/astaire/astaire_err.log /var/log/astaire/astaire_current.txt /var/log/astaire/astaire_out.log /var/log/astaire/astaire_20181004T160000Z.txt /var/log/clearwater-cluster-manager /var/log/clearwater-config-manager /var/log/dmesg.0 /var/log/dist-upgrade real 0m0.008s user 0m0.000s sys 0m0.005s 2018-10-04 16:08:52,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2018-10-04 16:08:52,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 14267/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1087/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 12657/monit tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12331/memcached tcp6 0 0 ::1:53 :::* LISTEN 14267/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1087/sshd udp 0 0 192.168.120.8:123 0.0.0.0:* 11929/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 11929/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 11929/ntpd udp 0 0 0.0.0.0:45693 0.0.0.0:* 580/dhclient udp 0 0 127.0.0.1:11211 0.0.0.0:* 12331/memcached udp 0 0 127.0.0.1:53 0.0.0.0:* 14267/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 580/dhclient udp6 0 0 fe80::f816:3eff:fe3:123 :::* 11929/ntpd udp6 0 0 ::1:123 :::* 11929/ntpd udp6 0 0 :::123 :::* 11929/ntpd udp6 0 0 :::51180 :::* 580/dhclient udp6 0 0 ::1:53 :::* 14267/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 10945 1649/python2.7 /tmp/cloudify-logging-server-c868f.socket unix 2 [ ACC ] STREAM LISTENING 11949 1854/python2.7 /tmp/ctx-7hdrZB.socket unix 2 [ ACC ] STREAM LISTENING 1511 1/init @/com/ubuntu/upstart unix 2 [ ACC ] SEQPACKET LISTENING 7351 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 8147 899/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 9456 1143/acpid /var/run/acpid.socket real 0m0.007s user 0m0.000s sys 0m0.007s 2018-10-04 16:08:52,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo find /var/log 2018-10-04 16:08:52,811 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:08:52,875 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:08:52,875 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:08:52,875 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:08:52,875 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:08:52,875 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:08:52,875 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:08:52,876 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:08:52,876 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:08:52,876 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:08:52,876 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:08:52 GMT 2018-10-04 16:08:52,876 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:08:52,876 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:08:52,876 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:08:57,882 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:08:58,003 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:08:58,003 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:08:58,003 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:08:58,003 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:08:58,003 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:08:58,003 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:08:58,003 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:08:58,003 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:53.561Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:53.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:53.561Z", "message": "[vellum] => 2018-10-04 16:08:05.560535896 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:53.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:54.576Z", "message": "[vellum] sudo cat /etc/cassandra/logback", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:54.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:54.576Z", "message": "[vellum] sudo cat /var/log/cassandra/system.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:54.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:54.576Z", "message": "[vellum] => \n\n\n \n System.err\n \n %-5level %date{HH:mm:ss,SSS} %msg%n\n \n \n WARN\n \n \n\n \n \n \n\n\n\n\n \n \n ${cassandra.logdir}/system.log\n \n ${cassandra.logdir}/system.log.%i.zip\n 1\n 20\n \n\n \n 20MB\n \n \n %-5level [%thread] %date{ISO8601} %F:%L - %msg%n\n \n \n \n \n \n \n %-5level %date{HH:mm:ss,SSS} %msg%n\n \n \n \n \n \n \n \n \n \n\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:54.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:54.576Z", "message": "[vellum] => INFO [main] 2018-10-04 16:05:33,726 CassandraDaemon.java:159 - Could not resolve local host\nINFO [main] 2018-10-04 16:05:33,745 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-10-04 16:05:33,842 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-10-04 16:05:33,987 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap\nINFO [main] 2018-10-04 16:05:33,995 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB\nINFO [main] 2018-10-04 16:05:33,995 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB\nINFO [main] 2018-10-04 16:05:34,336 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-10-04 16:05:34,349 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-10-04 16:05:34,368 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181\nWARN [main] 2018-10-04 16:05:34,369 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release\nINFO [main] 2018-10-04 16:05:34,369 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480\nINFO [main] 2018-10-04 16:05:34,369 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 693248(677K) committed = 2555904(2496K) max = 50331648(49152K)\nINFO [main] 2018-10-04 16:05:34,369 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 73994208(72259K) committed = 167772160(163840K) max = 167772160(163840K)\nINFO [main] 2018-10-04 16:05:34,369 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K)\nINFO [main] 2018-10-04 16:05:34,369 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K)\nINFO [main] 2018-10-04 16:05:34,370 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16708032(16316K) committed = 21757952(21248K) max = 174063616(169984K)\nINFO [main] 2018-10-04 16:05:34,370 CassandraDaemon.java:205 - Classpath: /etc/cassandra:/usr/share/cassandra/lib/ST4-4.0.8.jar:/usr/share/cassandra/lib/airline-0.6.jar:/usr/share/cassandra/lib/antlr-runtime-3.5.2.jar:/usr/share/cassandra/lib/commons-cli-1.1.jar:/usr/share/cassandra/lib/commons-codec-1.2.jar:/usr/share/cassandra/lib/commons-lang3-3.1.jar:/usr/share/cassandra/lib/commons-math3-3.2.jar:/usr/share/cassandra/lib/compress-lzf-0.8.4.jar:/usr/share/cassandra/lib/concurrentlinkedhashmap-lru-1.4.jar:/usr/share/cassandra/lib/disruptor-3.0.1.jar:/usr/share/cassandra/lib/guava-16.0.jar:/usr/share/cassandra/lib/high-scale-lib-1.0.6.jar:/usr/share/cassandra/lib/jackson-core-asl-1.9.2.jar:/usr/share/cassandra/lib/jackson-mapper-asl-1.9.2.jar:/usr/share/cassandra/lib/jamm-0.3.0.jar:/usr/share/cassandra/lib/javax.inject.jar:/usr/share/cassandra/lib/jbcrypt-0.3m.jar:/usr/share/cassandra/lib/jline-1.0.jar:/usr/share/cassandra/lib/jna-4.0.0.jar:/usr/share/cassandra/lib/json-simple-1.1.jar:/usr/share/cassandra/lib/libthrift-0.9.2.jar:/usr/share/cassandra/lib/logback-classic-1.1.2.jar:/usr/share/cassandra/lib/logback-core-1.1.2.jar:/usr/share/cassandra/lib/lz4-1.2.0.jar:/usr/share/cassandra/lib/metrics-core-2.2.0.jar:/usr/share/cassandra/lib/netty-all-4.0.23.Final.jar:/usr/share/cassandra/lib/reporter-config-2.1.0.jar:/usr/share/cassandra/lib/slf4j-api-1.7.2.jar:/usr/share/cassandra/lib/snakeyaml-1.11.jar:/usr/share/cassandra/lib/snappy-java-1.0.5.2.jar:/usr/share/cassandra/lib/stream-2.5.2.jar:/usr/share/cassandra/lib/super-csv-2.1.0.jar:/usr/share/cassandra/lib/thrift-server-0.3.7.jar:/usr/share/cassandra/apache-cassandra-2.1.15.jar:/usr/share/cassandra/apache-cassandra-thrift-2.1.15.jar:/usr/share/cassandra/apache-cassandra.jar:/usr/share/cassandra/cassandra-driver-core-2.0.9.2.jar:/usr/share/cassandra/netty-3.9.0.Final.jar:/usr/share/cassandra/stress.jar::/usr/share/cassandra/lib/jamm-0.3.0.jar\nINFO [main] 2018-10-04 16:05:34,370 CassandraDaemon.java:207 - JVM Arguments: [-ea, -javaagent:/usr/share/cassandra/lib/jamm-0.3.0.jar, -XX:+CMSClassUnloadingEnabled, -XX:+UseThreadPriorities, -XX:ThreadPriorityPolicy=42, -Xms1000M, -Xmx1000M, -Xmn200M, -XX:+HeapDumpOnOutOfMemoryError, -Xss256k, -XX:StringTableSize=1000003, -XX:+UseParNewGC, -XX:+UseConcMarkSweepGC, -XX:+CMSParallelRemarkEnabled, -XX:SurvivorRatio=8, -XX:MaxTenuringThreshold=1, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+UseTLAB, -XX:CompileCommandFile=/etc/cassandra/hotspot_compiler, -XX:CMSWaitDuration=10000, -XX:+CMSParallelInitialMarkEnabled, -XX:+CMSEdenChunksRecordAlways, -XX:CMSWaitDuration=10000, -XX:+UseCondCardMark, -Djava.net.preferIPv4Stack=true, -Dcassandra.jmx.local.port=7199, -XX:+DisableExplicitGC, -Dlogback.configurationFile=logback.xml, -Dcassandra.logdir=/var/log/cassandra, -Dcassandra.storagedir=, -Dcassandra-pidfile=/var/run/cassandra/cassandra.pid, -XX:HeapDumpPath=/var/lib/cassandra/java_1538669132.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1538669132.log]\nINFO [main] 2018-10-04 16:05:34,431 CLibrary.java:144 - JNA mlockall successful\nWARN [main] 2018-10-04 16:05:34,432 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info.\nERROR [main] 2018-10-04 16:05:34,508 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist\nERROR [main] 2018-10-04 16:05:34,510 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist\nERROR [main] 2018-10-04 16:05:34,511 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist\nINFO [main] 2018-10-04 16:05:34,514 CacheService.java:110 - Initializing key cache with capacity of 49 MBs.\nINFO [main] 2018-10-04 16:05:34,519 CacheService.java:132 - Initializing row cache with capacity of 0 MBs\nINFO [main] 2018-10-04 16:05:34,524 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs\nINFO [main] 2018-10-04 16:05:34,525 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys).\nINFO [main] 2018-10-04 16:05:34,586 ColumnFamilyStore.java:361 - Initializing system.schema_triggers\nINFO [main] 2018-10-04 16:05:35,785 ColumnFamilyStore.java:361 - Initializing system.compaction_history\nINFO [main] 2018-10-04 16:05:35,791 ColumnFamilyStore.java:361 - Initializing system.batchlog\nINFO [main] 2018-10-04 16:05:35,797 ColumnFamilyStore.java:361 - Initializing system.sstable_activity\nINFO [main] 2018-10-04 16:05:35,801 ColumnFamilyStore.java:361 - Initializing system.peer_events\nINFO [main] 2018-10-04 16:05:35,805 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress\nINFO [main] 2018-10-04 16:05:35,809 ColumnFamilyStore.java:361 - Initializing system.hints\nINFO [main] 2018-10-04 16:05:35,813 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces\nINFO [main] 2018-10-04 16:05:35,817 ColumnFamilyStore.java:361 - Initializing system.range_xfers\nINFO [main] 2018-10-04 16:05:35,821 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies\nINFO [main] 2018-10-04 16:05:35,824 ColumnFamilyStore.java:361 - Initializing system.paxos\nINFO [main] 2018-10-04 16:05:35,830 ColumnFamilyStore.java:361 - Initializing system.schema_columns\nINFO [main] 2018-10-04 16:05:35,833 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes\nINFO [main] 2018-10-04 16:05:35,836 ColumnFamilyStore.java:361 - Initializing system.IndexInfo\nINFO [main] 2018-10-04 16:05:35,840 ColumnFamilyStore.java:361 - Initializing system.peers\nINFO [main] 2018-10-04 16:05:35,843 ColumnFamilyStore.java:361 - Initializing system.size_estimates\nINFO [main] 2018-10-04 16:05:35,846 ColumnFamilyStore.java:361 - Initializing system.local\nINFO [main] 2018-10-04 16:05:35,916 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage.\nINFO [main] 2018-10-04 16:05:35,916 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh.\nINFO [main] 2018-10-04 16:05:35,953 ColumnFamilyStore.java:905 - Enqueuing flush of local: 793 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-10-04 16:05:35,958 Memtable.java:347 - Writing Memtable-local@586738711(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-10-04 16:05:36,000 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538669135763, position=399)\nINFO [main] 2018-10-04 16:05:36,913 CommitLog.java:122 - No commitlog files found; skipping replay\nINFO [main] 2018-10-04 16:05:37,040 StorageService.java:622 - Cassandra version: 2.1.15\nINFO [main] 2018-10-04 16:05:37,040 StorageService.java:623 - Thrift API version: 19.39.0\nINFO [main] 2018-10-04 16:05:37,043 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1)\nINFO [main] 2018-10-04 16:05:37,059 IndexSummaryManager.java:95 - Initializing index summary manager with a memory pool size of 49 MB and a resize interval of 60 minutes\nINFO [main] 2018-10-04 16:05:37,060 StorageService.java:649 - Loading persisted ring state\nINFO [main] 2018-10-04 16:05:37,074 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-10-04 16:05:37,094 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nWARN [main] 2018-10-04 16:05:37,112 SystemKeyspace.java:765 - No host ID found, created fc4302a2-9d0b-4bb7-bbbc-bd91af1bef76 (Note: This should happen exactly once per node).\nINFO [main] 2018-10-04 16:05:37,116 StorageService.java:807 - Starting up server gossip\nINFO [main] 2018-10-04 16:05:37,118 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1983 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-10-04 16:05:37,119 Memtable.java:347 - Writing Memtable-local@2001336500(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-10-04 16:05:37,121 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-2-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538669135763, position=93397)\nINFO [main] 2018-10-04 16:05:37,620 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-10-04 16:05:37,629 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-10-04 16:05:37,655 MessagingService.java:506 - Starting Messaging Service on port 7000\nINFO [main] 2018-10-04 16:05:37,673 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-10-04 16:05:37,682 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-10-04 16:05:37,690 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-10-04 16:05:37,696 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-10-04 16:05:37,704 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node.\nINFO [main] 2018-10-04 16:05:37,706 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-10-04 16:05:37,712 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-10-04 16:05:37,722 StorageService.java:959 - Generated random tokens. tokens are [-5527230366223435922, -3457841250085799530, 1658269814837754760, 1646302478135504865, -5971291976984188504, 2257241861446169055, 1924932966072321737, 5110588313951518745, 3572463579060074416, 3173637145480134059, 4633959212617867450, 9191025240638985072, 824621264037783197, -4598820288859446457, 1869499757471409575, -8775922990085821816, -5242528593431698503, -167080719043327841, -7691170385088465591, 7029455930768995020, 5519440058634878300, 7509412186951580741, 1432521130612375341, 2319022214201920256, -7816468689456533739, 2564193487245962605, -3127873580801118069, 8389917037854205691, 2616272426379655247, -9062358029711121066, -3769902718446689437, -7910538219479339871, 8028535187187353879, 8863328486371815218, 7275424702643900114, 4394808663280671017, 4442915779660951684, -508791404704829426, -2141942412594719565, 1627982183607970400, 4619608290657545453, 2815144690581580917, -6231007475309971004, 2819795877216372401, 4274955853209912180, 8770058831495416508, -7635966888535434727, -4911966452873969135, -7503689928152839680, 3420547386442521680, -7926952867574063255, -2369857576175965424, 7163050708663584403, 8931065335610981369, 2057574860417318243, -2301059316516663503, -5309943526555746451, 1053940667149526717, 467800458381241403, 173829127712728696, 471537408172493598, -7417190328070565526, 3675060206105795664, -6593601571106498715, 5915641949000889395, -5215111419478430107, 2539282512318145413, 6460364061489625650, 5536341025556652121, 3443356874634829900, -4429754413617930189, 6672683468597928178, -5658303599865163052, 181825954245495204, -2323248514736767988, 2942833801122244828, 1859234915456004357, -8316200775349184186, 4544410921521088232, 6051629677757190883, 2538569686117106431, 7916320782228566092, -4462799944352708862, -8326403648542205815, -8673482016924780141, 8530388383053951637, -8263101044540631904, 5411450651051512228, -3097666803822835191, 4010856784337714961, -5027840999242775578, -2072466450860165381, -4589517542025524660, -1590688724059350266, 2151941312980943774, -6613102245754497614, -723464992589289145, -3182418594870339480, -6313282536849589514, -1564458693825630961, -5461860336237017334, 2823577231118749407, 22878187509531766, 8091683542121944894, -5043411247246149663, 564792496394673481, -6680284994354020261, -1134123898901292867, 6485425222812849239, 7599822727886978811, -7355928111509186284, 4233499504088185864, -5926347664012829222, -7372517484404889193, 6376875641433388241, -469405312585008735, -1188887126463558676, -8508406607644121190, 5558100220203337398, 7055467691237123303, -829283278353231645, 5600887497913838411, 8903016606084882807, -1134202705306891159, -2648261412404973592, 4150898029172691380, 4841985637522305267, 2040847233520768544, -2837304237525987199, 7396411642039024896, 5021351095118509335, -8385562747199507042, -4601223378840759297, -5778295194062680078, 5444297773291911573, -2021790523153656548, 1729141748219132745, 8636594008813303522, -6529826207327959714, 5545627674109227914, 8753394812176637029, -2535580629705682172, 2320173941065000334, 4987378426673050690, 659262996340960287, -3043351041895557056, -8664670362272559576, 750734818725513659, 9179506082706817212, -4341097295393684800, -8584236518261119213, 6512898269092379730, 5555675739795835286, 2115812341914367496, 5519883143340624290, -4744712839072228185, -875763488491606255, -5008466611096387038, 3588171833671965305, -8506651316466402919, 8255026431226080459, 5593924979056612412, -3821189162411524346, 8781873660714408177, -7228579544864284319, 358850231737510706, 1888405851740798249, 1082491244583655643, -4112570862698155026, 3277287715294626964, 3657448434288074480, 5601779883985158961, 2753123096825544682, 1689780770975221290, -3983606940584062727, -8438480724500440040, 8884758999785094439, 4885410818377735192, -4108768192451179566, -785703457226172002, 2680307455469116152, 5059865351432383710, -6954897089155908354, -2844827208561685961, 2846403045940338971, 2285619684701679364, 1235210953495683602, -62174843388197751, -2067551164836947346, -8597780776475180142, -6509410189928813255, -1019587843916141987, 9147941703776384534, -4354356924516744285, 715183985754277664, -2229999225270749868, 568831356390058384, -3494307132381135930, -3633025270750259532, -6821786527184401665, 4211519252584094834, 6017910315117890066, 3648798831336902443, 8871864809097751242, -5143099278289001483, -8979916954329032123, -6737245848185223711, -628056843603899151, -8133635731359076154, -4110690310128266977, 5675975691336604594, 8877948615858985572, -1687244832152330534, -7037042612737599908, 954182884575695305, 7638430905369069388, 1262055726032719412, -8325564230476212684, -8617238952531942554, 4093971971925586211, 5481925230790292841, -6599382872867457936, -367618644494835809, 3670380772478663052, 3062321161433202862, 5309357184080220756, -517877665607518341, 7934609173899013906, 2007237725652486438, 248013012480958506, 7780947931619715930, -5992875398239657378, -2290457909514276955, 3791117472218796746, -4205867714704894306, -834696086996888731, 6549176628216617541, -6863073266273255181, 8846050148876224451, -8994675622775957020, 7575443257218683213, 7510580925494026759, 6557761757305336323, 5218532580462272894, -6526160253612368441, 3744002956152928323, -736380339655061180, -877318138964987962, -3737610281153451557, -3034661522373937952, -8554820631315576026, 5690549575653597470, 7899679870058425206, 6505915012053386472, 4928413340153532193, 4747436525393988234]\nINFO [main] 2018-10-04 16:05:37,732 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@6bb00479[cfId=c5e99f16-8677-3914-b17e-960613512345,ksName=system_traces,cfName=sessions,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.ColumnToCollectionType(706172616d6574657273:org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type))),comment=traced sessions,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=duration, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=parameters, type=org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type), kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=started_at, type=org.apache.cassandra.db.marshal.TimestampType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=request, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=coordinator, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={\"keys\":\"ALL\", \"rows_per_partition\":\"NONE\"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false], events=org.apache.cassandra.config.CFMetaData@30077b03[cfId=8826e8e9-e16a-3728-8753-3bc1fc713c25,ksName=system_traces,cfName=events,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.TimeUUIDType,org.apache.cassandra.db.marshal.UTF8Type),comment=,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=source, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=thread, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=activity, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=source_elapsed, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=event_id, type=org.apache.cassandra.db.marshal.TimeUUIDType, kind=CLUSTERING_COLUMN, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={\"keys\":\"ALL\", \"rows_per_partition\":\"NONE\"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false]}, durableWrites=true, userTypes=org.apache.cassandra.config.UTMetaData@706cd15a}\nINFO [MigrationStage:1] 2018-10-04 16:05:37,772 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 958 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-10-04 16:05:37,772 Memtable.java:347 - Writing Memtable-schema_keyspaces@1806550306(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-10-04 16:05:37,773 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_keyspaces-b0f2235744583cdb9631c43e59ce3676/system-schema_keyspaces-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538669135763, position=102352)\nINFO [MigrationStage:1] 2018-10-04 16:05:38,607 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115123 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-10-04 16:05:38,608 Memtable.java:347 - Writing Memtable-schema_columnfamilies@632841652(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-10-04 16:05:38,616 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_columnfamilies-45f5b36024bc3f83a3631034ea4fa697/system-schema_columnfamilies-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538669135763, position=102352)\nINFO [MigrationStage:1] 2018-10-04 16:05:39,061 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254936 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-10-04 16:05:39,061 Memtable.java:347 - Writing Memtable-schema_columns@995964230(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-10-04 16:05:39,083 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538669135763, position=102352)\nINFO [MigrationStage:1] 2018-10-04 16:05:39,829 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 154 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-10-04 16:05:39,830 Memtable.java:347 - Writing Memtable-schema_triggers@209348793(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-10-04 16:05:39,830 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_triggers-0359bc7171233ee19a4ab9dfb11fc125/system-schema_triggers-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538669135763, position=102352)\nINFO [MigrationStage:1] 2018-10-04 16:05:40,573 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 154 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-10-04 16:05:40,574 Memtable.java:347 - Writing Memtable-schema_usertypes@501332132(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-10-04 16:05:40,574 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_usertypes-3aa752254f82350b8d5c430fa221fa0a/system-schema_usertypes-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538669135763, position=102352)\nINFO [MigrationStage:1] 2018-10-04 16:05:41,452 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@155350b1[cfId=c5e99f16-8677-3914-b17e-960613512345,ksName=system_traces,cfName=sessions,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.ColumnToCollectionType(706172616d6574657273:org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type))),comment=traced sessions,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=duration, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=parameters, type=org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type), kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=started_at, type=org.apache.cassandra.db.marshal.TimestampType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=request, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=coordinator, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={\"keys\":\"ALL\", \"rows_per_partition\":\"NONE\"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false]\nINFO [MigrationStage:1] 2018-10-04 16:05:41,456 ColumnFamilyStore.java:361 - Initializing system_traces.sessions\nINFO [MigrationStage:1] 2018-10-04 16:05:41,456 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@2461e9fd[cfId=8826e8e9-e16a-3728-8753-3bc1fc713c25,ksName=system_traces,cfName=events,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.TimeUUIDType,org.apache.cassandra.db.marshal.UTF8Type),comment=,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=source, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=thread, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=activity, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=source_elapsed, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=event_id, type=org.apache.cassandra.db.marshal.TimeUUIDType, kind=CLUSTERING_COLUMN, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={\"keys\":\"ALL\", \"rows_per_partition\":\"NONE\"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false]\nINFO [MigrationStage:1] 2018-10-04 16:05:41,462 ColumnFamilyStore.java:361 - Initializing system_traces.events\nINFO [main] 2018-10-04 16:05:41,500 ColumnFamilyStore.java:905 - Enqueuing flush of local: 594 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-10-04 16:05:41,501 Memtable.java:347 - Writing Memtable-local@1397912354(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-10-04 16:05:41,501 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-3-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538669135763, position=102595)\nINFO [main] 2018-10-04 16:05:42,362 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51463 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-10-04 16:05:42,362 Memtable.java:347 - Writing Memtable-local@2000082656(8.350KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-10-04 16:05:42,369 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-4-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538669135763, position=114569)\nINFO [CompactionExecutor:2] 2018-10-04 16:05:42,952 CompactionTask.java:141 - Compacting [SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-3-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-2-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-4-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-1-Data.db')]\nINFO [main] 2018-10-04 16:05:42,988 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL\nINFO [main] 2018-10-04 16:05:43,075 Server.java:155 - Netty using native Epoll event loop\nINFO [main] 2018-10-04 16:05:43,099 Server.java:193 - Using Netty Version: [netty-buffer=netty-buffer-4.0.23.Final.208198c, netty-codec=netty-codec-4.0.23.Final.208198c, netty-codec-http=netty-codec-http-4.0.23.Final.208198c, netty-codec-socks=netty-codec-socks-4.0.23.Final.208198c, netty-common=netty-common-4.0.23.Final.208198c, netty-handler=netty-handler-4.0.23.Final.208198c, netty-transport=netty-transport-4.0.23.Final.208198c, netty-transport-rxtx=netty-transport-rxtx-4.0.23.Final.208198c, netty-transport-sctp=netty-transport-sctp-4.0.23.Final.208198c, netty-transport-udt=netty-transport-udt-4.0.23.Final.208198c]\nINFO [main] 2018-10-04 16:05:43,099 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042...\nINFO [main] 2018-10-04 16:05:43,146 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160\nINFO [Thread-2] 2018-10-04 16:05:43,151 ThriftServer.java:136 - Listening for thrift clients...\nINFO [CompactionExecutor:2] 2018-10-04 16:05:43,689 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,935 bytes to 5,777 (~97% of original) in 731ms = 0.007537MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, }\nINFO [StorageServiceShutdownHook] 2018-10-04 16:07:59,592 ThriftServer.java:142 - Stop listening to thrift clients\nINFO [StorageServiceShutdownHook] 2018-10-04 16:07:59,608 Server.java:225 - Stop listening for CQL clients\nINFO [StorageServiceShutdownHook] 2018-10-04 16:07:59,609 Gossiper.java:1454 - Announcing shutdown\nINFO [StorageServiceShutdownHook] 2018-10-04 16:07:59,610 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown\nINFO [StorageServiceShutdownHook] 2018-10-04 16:08:01,625 MessagingService.java:734 - Waiting for messaging service to quiesce\nINFO [ACCEPT-localhost/127.0.0.1] 2018-10-04 16:08:01,627 MessagingService.java:1020 - MessagingService has terminated the accept() thread\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:54.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:54.576Z", "message": "[vellum] sudo cat /etc/cassandra/cassandra", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:54.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:55.111Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:55.111Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:55.599Z", "message": "[vellum] Installation is done", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:55.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:55.599Z", "message": "[vellum] => # YAML topology configuration file for Cassandra,\n# to be used with YamlFileNetworkTopologySnitch.\n\n# The topology, as a list of data centers.\ntopology:\n # Each data center has a name and a list of racks.\n - dc_name: DC1\n racks:\n # Each rack has a name and a list of nodes.\n - rack_name: c1\n nodes:\n # Each node has a broadcast address (required)\n # and a data-center-local address (optional).\n # If dc_local_address is specified, its peers\n # in the same data center will attempt to\n # reconnect over that address instead.\n - broadcast_address: 1.2.3.4\n dc_local_address: 5.6.7.8\n\n# Default data center name for unknown nodes; defaults to \"UNKNOWN\"\n# default_dc_name: UNKNOWN\n\n# Default rack name for unknown nodes\n# default_rack_name: UNKNOWN; defaults to \"UNKNOWN\"\n\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:55.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:55.599Z", "message": "Execution done (return_code=0): /tmp/MN75E/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:55.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "ea727719-04b2-4ef0-a77f-fa60d2b605fd"}, {"node_instance_id": "vellum_ty09xb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:56.599Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:56.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_ty09xb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:56.599Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:56.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_ty09xb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:56.599Z", "message": "Starting node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:56.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:56.608Z", "message": "", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:56.608Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "95df7960-cf0b-4870-ac82-c10c8783510a"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:56.608Z", "message": "Executing: /tmp/FNAM0/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:56.608Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "95df7960-cf0b-4870-ac82-c10c8783510a"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:56.608Z", "message": "Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/FNAM0/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:56.608Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "95df7960-cf0b-4870-ac82-c10c8783510a"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:57.621Z", "message": "[vellum] 192.168.120.8", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:57.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "95df7960-cf0b-4870-ac82-c10c8783510a"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:57.621Z", "message": "[vellum] Starting homestead node", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:57.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "95df7960-cf0b-4870-ac82-c10c8783510a"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:57.621Z", "message": "Running liveness detection on port 7000", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:57.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "95df7960-cf0b-4870-ac82-c10c8783510a"}], "metadata": {"pagination": {"total": 1895, "offset": 1835, "size": 50}}} 2018-10-04 16:08:58,004 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:08:58,004 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:08:58 GMT 2018-10-04 16:08:58,004 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:08:58,004 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 65427 2018-10-04 16:08:58,004 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:08:58,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2018-10-04 16:08:58,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => 2018-10-04 16:08:05.560535896 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.000s sys 0m0.005s 2018-10-04 16:08:58,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/logback 2018-10-04 16:08:58,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/cassandra/system.log 2018-10-04 16:08:58,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => System.err %-5level %date{HH:mm:ss,SSS} %msg%n WARN ${cassandra.logdir}/system.log ${cassandra.logdir}/system.log.%i.zip 1 20 20MB %-5level [%thread] %date{ISO8601} %F:%L - %msg%n %-5level %date{HH:mm:ss,SSS} %msg%n real 0m0.005s user 0m0.000s sys 0m0.005s 2018-10-04 16:08:58,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => INFO [main] 2018-10-04 16:05:33,726 CassandraDaemon.java:159 - Could not resolve local host INFO [main] 2018-10-04 16:05:33,745 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-04 16:05:33,842 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-10-04 16:05:33,987 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap INFO [main] 2018-10-04 16:05:33,995 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB INFO [main] 2018-10-04 16:05:33,995 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB INFO [main] 2018-10-04 16:05:34,336 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-04 16:05:34,349 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-10-04 16:05:34,368 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181 WARN [main] 2018-10-04 16:05:34,369 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release INFO [main] 2018-10-04 16:05:34,369 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480 INFO [main] 2018-10-04 16:05:34,369 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 693248(677K) committed = 2555904(2496K) max = 50331648(49152K) INFO [main] 2018-10-04 16:05:34,369 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 73994208(72259K) committed = 167772160(163840K) max = 167772160(163840K) INFO [main] 2018-10-04 16:05:34,369 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K) INFO [main] 2018-10-04 16:05:34,369 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K) INFO [main] 2018-10-04 16:05:34,370 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16708032(16316K) committed = 21757952(21248K) max = 174063616(169984K) INFO [main] 2018-10-04 16:05:34,370 CassandraDaemon.java:205 - Classpath: /etc/cassandra:/usr/share/cassandra/lib/ST4-4.0.8.jar:/usr/share/cassandra/lib/airline-0.6.jar:/usr/share/cassandra/lib/antlr-runtime-3.5.2.jar:/usr/share/cassandra/lib/commons-cli-1.1.jar:/usr/share/cassandra/lib/commons-codec-1.2.jar:/usr/share/cassandra/lib/commons-lang3-3.1.jar:/usr/share/cassandra/lib/commons-math3-3.2.jar:/usr/share/cassandra/lib/compress-lzf-0.8.4.jar:/usr/share/cassandra/lib/concurrentlinkedhashmap-lru-1.4.jar:/usr/share/cassandra/lib/disruptor-3.0.1.jar:/usr/share/cassandra/lib/guava-16.0.jar:/usr/share/cassandra/lib/high-scale-lib-1.0.6.jar:/usr/share/cassandra/lib/jackson-core-asl-1.9.2.jar:/usr/share/cassandra/lib/jackson-mapper-asl-1.9.2.jar:/usr/share/cassandra/lib/jamm-0.3.0.jar:/usr/share/cassandra/lib/javax.inject.jar:/usr/share/cassandra/lib/jbcrypt-0.3m.jar:/usr/share/cassandra/lib/jline-1.0.jar:/usr/share/cassandra/lib/jna-4.0.0.jar:/usr/share/cassandra/lib/json-simple-1.1.jar:/usr/share/cassandra/lib/libthrift-0.9.2.jar:/usr/share/cassandra/lib/logback-classic-1.1.2.jar:/usr/share/cassandra/lib/logback-core-1.1.2.jar:/usr/share/cassandra/lib/lz4-1.2.0.jar:/usr/share/cassandra/lib/metrics-core-2.2.0.jar:/usr/share/cassandra/lib/netty-all-4.0.23.Final.jar:/usr/share/cassandra/lib/reporter-config-2.1.0.jar:/usr/share/cassandra/lib/slf4j-api-1.7.2.jar:/usr/share/cassandra/lib/snakeyaml-1.11.jar:/usr/share/cassandra/lib/snappy-java-1.0.5.2.jar:/usr/share/cassandra/lib/stream-2.5.2.jar:/usr/share/cassandra/lib/super-csv-2.1.0.jar:/usr/share/cassandra/lib/thrift-server-0.3.7.jar:/usr/share/cassandra/apache-cassandra-2.1.15.jar:/usr/share/cassandra/apache-cassandra-thrift-2.1.15.jar:/usr/share/cassandra/apache-cassandra.jar:/usr/share/cassandra/cassandra-driver-core-2.0.9.2.jar:/usr/share/cassandra/netty-3.9.0.Final.jar:/usr/share/cassandra/stress.jar::/usr/share/cassandra/lib/jamm-0.3.0.jar INFO [main] 2018-10-04 16:05:34,370 CassandraDaemon.java:207 - JVM Arguments: [-ea, -javaagent:/usr/share/cassandra/lib/jamm-0.3.0.jar, -XX:+CMSClassUnloadingEnabled, -XX:+UseThreadPriorities, -XX:ThreadPriorityPolicy=42, -Xms1000M, -Xmx1000M, -Xmn200M, -XX:+HeapDumpOnOutOfMemoryError, -Xss256k, -XX:StringTableSize=1000003, -XX:+UseParNewGC, -XX:+UseConcMarkSweepGC, -XX:+CMSParallelRemarkEnabled, -XX:SurvivorRatio=8, -XX:MaxTenuringThreshold=1, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+UseTLAB, -XX:CompileCommandFile=/etc/cassandra/hotspot_compiler, -XX:CMSWaitDuration=10000, -XX:+CMSParallelInitialMarkEnabled, -XX:+CMSEdenChunksRecordAlways, -XX:CMSWaitDuration=10000, -XX:+UseCondCardMark, -Djava.net.preferIPv4Stack=true, -Dcassandra.jmx.local.port=7199, -XX:+DisableExplicitGC, -Dlogback.configurationFile=logback.xml, -Dcassandra.logdir=/var/log/cassandra, -Dcassandra.storagedir=, -Dcassandra-pidfile=/var/run/cassandra/cassandra.pid, -XX:HeapDumpPath=/var/lib/cassandra/java_1538669132.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1538669132.log] INFO [main] 2018-10-04 16:05:34,431 CLibrary.java:144 - JNA mlockall successful WARN [main] 2018-10-04 16:05:34,432 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info. ERROR [main] 2018-10-04 16:05:34,508 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist ERROR [main] 2018-10-04 16:05:34,510 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist ERROR [main] 2018-10-04 16:05:34,511 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist INFO [main] 2018-10-04 16:05:34,514 CacheService.java:110 - Initializing key cache with capacity of 49 MBs. INFO [main] 2018-10-04 16:05:34,519 CacheService.java:132 - Initializing row cache with capacity of 0 MBs INFO [main] 2018-10-04 16:05:34,524 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs INFO [main] 2018-10-04 16:05:34,525 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys). INFO [main] 2018-10-04 16:05:34,586 ColumnFamilyStore.java:361 - Initializing system.schema_triggers INFO [main] 2018-10-04 16:05:35,785 ColumnFamilyStore.java:361 - Initializing system.compaction_history INFO [main] 2018-10-04 16:05:35,791 ColumnFamilyStore.java:361 - Initializing system.batchlog INFO [main] 2018-10-04 16:05:35,797 ColumnFamilyStore.java:361 - Initializing system.sstable_activity INFO [main] 2018-10-04 16:05:35,801 ColumnFamilyStore.java:361 - Initializing system.peer_events INFO [main] 2018-10-04 16:05:35,805 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress INFO [main] 2018-10-04 16:05:35,809 ColumnFamilyStore.java:361 - Initializing system.hints INFO [main] 2018-10-04 16:05:35,813 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces INFO [main] 2018-10-04 16:05:35,817 ColumnFamilyStore.java:361 - Initializing system.range_xfers INFO [main] 2018-10-04 16:05:35,821 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies INFO [main] 2018-10-04 16:05:35,824 ColumnFamilyStore.java:361 - Initializing system.paxos INFO [main] 2018-10-04 16:05:35,830 ColumnFamilyStore.java:361 - Initializing system.schema_columns INFO [main] 2018-10-04 16:05:35,833 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes INFO [main] 2018-10-04 16:05:35,836 ColumnFamilyStore.java:361 - Initializing system.IndexInfo INFO [main] 2018-10-04 16:05:35,840 ColumnFamilyStore.java:361 - Initializing system.peers INFO [main] 2018-10-04 16:05:35,843 ColumnFamilyStore.java:361 - Initializing system.size_estimates INFO [main] 2018-10-04 16:05:35,846 ColumnFamilyStore.java:361 - Initializing system.local INFO [main] 2018-10-04 16:05:35,916 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage. INFO [main] 2018-10-04 16:05:35,916 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh. INFO [main] 2018-10-04 16:05:35,953 ColumnFamilyStore.java:905 - Enqueuing flush of local: 793 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-10-04 16:05:35,958 Memtable.java:347 - Writing Memtable-local@586738711(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-10-04 16:05:36,000 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538669135763, position=399) INFO [main] 2018-10-04 16:05:36,913 CommitLog.java:122 - No commitlog files found; skipping replay INFO [main] 2018-10-04 16:05:37,040 StorageService.java:622 - Cassandra version: 2.1.15 INFO [main] 2018-10-04 16:05:37,040 StorageService.java:623 - Thrift API version: 19.39.0 INFO [main] 2018-10-04 16:05:37,043 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1) INFO [main] 2018-10-04 16:05:37,059 IndexSummaryManager.java:95 - Initializing index summary manager with a memory pool size of 49 MB and a resize interval of 60 minutes INFO [main] 2018-10-04 16:05:37,060 StorageService.java:649 - Loading persisted ring state INFO [main] 2018-10-04 16:05:37,074 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-04 16:05:37,094 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] WARN [main] 2018-10-04 16:05:37,112 SystemKeyspace.java:765 - No host ID found, created fc4302a2-9d0b-4bb7-bbbc-bd91af1bef76 (Note: This should happen exactly once per node). INFO [main] 2018-10-04 16:05:37,116 StorageService.java:807 - Starting up server gossip INFO [main] 2018-10-04 16:05:37,118 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1983 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-10-04 16:05:37,119 Memtable.java:347 - Writing Memtable-local@2001336500(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-10-04 16:05:37,121 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-2-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538669135763, position=93397) INFO [main] 2018-10-04 16:05:37,620 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-04 16:05:37,629 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-10-04 16:05:37,655 MessagingService.java:506 - Starting Messaging Service on port 7000 INFO [main] 2018-10-04 16:05:37,673 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-04 16:05:37,682 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-10-04 16:05:37,690 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-04 16:05:37,696 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-10-04 16:05:37,704 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node. INFO [main] 2018-10-04 16:05:37,706 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-04 16:05:37,712 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-10-04 16:05:37,722 StorageService.java:959 - Generated random tokens. tokens are [-5527230366223435922, -3457841250085799530, 1658269814837754760, 1646302478135504865, -5971291976984188504, 2257241861446169055, 1924932966072321737, 5110588313951518745, 3572463579060074416, 3173637145480134059, 4633959212617867450, 9191025240638985072, 824621264037783197, -4598820288859446457, 1869499757471409575, -8775922990085821816, -5242528593431698503, -167080719043327841, -7691170385088465591, 7029455930768995020, 5519440058634878300, 7509412186951580741, 1432521130612375341, 2319022214201920256, -7816468689456533739, 2564193487245962605, -3127873580801118069, 8389917037854205691, 2616272426379655247, -9062358029711121066, -3769902718446689437, -7910538219479339871, 8028535187187353879, 8863328486371815218, 7275424702643900114, 4394808663280671017, 4442915779660951684, -508791404704829426, -2141942412594719565, 1627982183607970400, 4619608290657545453, 2815144690581580917, -6231007475309971004, 2819795877216372401, 4274955853209912180, 8770058831495416508, -7635966888535434727, -4911966452873969135, -7503689928152839680, 3420547386442521680, -7926952867574063255, -2369857576175965424, 7163050708663584403, 8931065335610981369, 2057574860417318243, -2301059316516663503, -5309943526555746451, 1053940667149526717, 467800458381241403, 173829127712728696, 471537408172493598, -7417190328070565526, 3675060206105795664, -6593601571106498715, 5915641949000889395, -5215111419478430107, 2539282512318145413, 6460364061489625650, 5536341025556652121, 3443356874634829900, -4429754413617930189, 6672683468597928178, -5658303599865163052, 181825954245495204, -2323248514736767988, 2942833801122244828, 1859234915456004357, -8316200775349184186, 4544410921521088232, 6051629677757190883, 2538569686117106431, 7916320782228566092, -4462799944352708862, -8326403648542205815, -8673482016924780141, 8530388383053951637, -8263101044540631904, 5411450651051512228, -3097666803822835191, 4010856784337714961, -5027840999242775578, -2072466450860165381, -4589517542025524660, -1590688724059350266, 2151941312980943774, -6613102245754497614, -723464992589289145, -3182418594870339480, -6313282536849589514, -1564458693825630961, -5461860336237017334, 2823577231118749407, 22878187509531766, 8091683542121944894, -5043411247246149663, 564792496394673481, -6680284994354020261, -1134123898901292867, 6485425222812849239, 7599822727886978811, -7355928111509186284, 4233499504088185864, -5926347664012829222, -7372517484404889193, 6376875641433388241, -469405312585008735, -1188887126463558676, -8508406607644121190, 5558100220203337398, 7055467691237123303, -829283278353231645, 5600887497913838411, 8903016606084882807, -1134202705306891159, -2648261412404973592, 4150898029172691380, 4841985637522305267, 2040847233520768544, -2837304237525987199, 7396411642039024896, 5021351095118509335, -8385562747199507042, -4601223378840759297, -5778295194062680078, 5444297773291911573, -2021790523153656548, 1729141748219132745, 8636594008813303522, -6529826207327959714, 5545627674109227914, 8753394812176637029, -2535580629705682172, 2320173941065000334, 4987378426673050690, 659262996340960287, -3043351041895557056, -8664670362272559576, 750734818725513659, 9179506082706817212, -4341097295393684800, -8584236518261119213, 6512898269092379730, 5555675739795835286, 2115812341914367496, 5519883143340624290, -4744712839072228185, -875763488491606255, -5008466611096387038, 3588171833671965305, -8506651316466402919, 8255026431226080459, 5593924979056612412, -3821189162411524346, 8781873660714408177, -7228579544864284319, 358850231737510706, 1888405851740798249, 1082491244583655643, -4112570862698155026, 3277287715294626964, 3657448434288074480, 5601779883985158961, 2753123096825544682, 1689780770975221290, -3983606940584062727, -8438480724500440040, 8884758999785094439, 4885410818377735192, -4108768192451179566, -785703457226172002, 2680307455469116152, 5059865351432383710, -6954897089155908354, -2844827208561685961, 2846403045940338971, 2285619684701679364, 1235210953495683602, -62174843388197751, -2067551164836947346, -8597780776475180142, -6509410189928813255, -1019587843916141987, 9147941703776384534, -4354356924516744285, 715183985754277664, -2229999225270749868, 568831356390058384, -3494307132381135930, -3633025270750259532, -6821786527184401665, 4211519252584094834, 6017910315117890066, 3648798831336902443, 8871864809097751242, -5143099278289001483, -8979916954329032123, -6737245848185223711, -628056843603899151, -8133635731359076154, -4110690310128266977, 5675975691336604594, 8877948615858985572, -1687244832152330534, -7037042612737599908, 954182884575695305, 7638430905369069388, 1262055726032719412, -8325564230476212684, -8617238952531942554, 4093971971925586211, 5481925230790292841, -6599382872867457936, -367618644494835809, 3670380772478663052, 3062321161433202862, 5309357184080220756, -517877665607518341, 7934609173899013906, 2007237725652486438, 248013012480958506, 7780947931619715930, -5992875398239657378, -2290457909514276955, 3791117472218796746, -4205867714704894306, -834696086996888731, 6549176628216617541, -6863073266273255181, 8846050148876224451, -8994675622775957020, 7575443257218683213, 7510580925494026759, 6557761757305336323, 5218532580462272894, -6526160253612368441, 3744002956152928323, -736380339655061180, -877318138964987962, -3737610281153451557, -3034661522373937952, -8554820631315576026, 5690549575653597470, 7899679870058425206, 6505915012053386472, 4928413340153532193, 4747436525393988234] INFO [main] 2018-10-04 16:05:37,732 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@6bb00479[cfId=c5e99f16-8677-3914-b17e-960613512345,ksName=system_traces,cfName=sessions,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.ColumnToCollectionType(706172616d6574657273:org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type))),comment=traced sessions,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=duration, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=parameters, type=org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type), kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=started_at, type=org.apache.cassandra.db.marshal.TimestampType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=request, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=coordinator, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={"keys":"ALL", "rows_per_partition":"NONE"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false], events=org.apache.cassandra.config.CFMetaData@30077b03[cfId=8826e8e9-e16a-3728-8753-3bc1fc713c25,ksName=system_traces,cfName=events,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.TimeUUIDType,org.apache.cassandra.db.marshal.UTF8Type),comment=,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=source, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=thread, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=activity, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=source_elapsed, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=event_id, type=org.apache.cassandra.db.marshal.TimeUUIDType, kind=CLUSTERING_COLUMN, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={"keys":"ALL", "rows_per_partition":"NONE"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false]}, durableWrites=true, userTypes=org.apache.cassandra.config.UTMetaData@706cd15a} INFO [MigrationStage:1] 2018-10-04 16:05:37,772 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 958 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-10-04 16:05:37,772 Memtable.java:347 - Writing Memtable-schema_keyspaces@1806550306(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-10-04 16:05:37,773 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_keyspaces-b0f2235744583cdb9631c43e59ce3676/system-schema_keyspaces-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538669135763, position=102352) INFO [MigrationStage:1] 2018-10-04 16:05:38,607 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115123 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-10-04 16:05:38,608 Memtable.java:347 - Writing Memtable-schema_columnfamilies@632841652(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-10-04 16:05:38,616 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_columnfamilies-45f5b36024bc3f83a3631034ea4fa697/system-schema_columnfamilies-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538669135763, position=102352) INFO [MigrationStage:1] 2018-10-04 16:05:39,061 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254936 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-10-04 16:05:39,061 Memtable.java:347 - Writing Memtable-schema_columns@995964230(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-10-04 16:05:39,083 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538669135763, position=102352) INFO [MigrationStage:1] 2018-10-04 16:05:39,829 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 154 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-10-04 16:05:39,830 Memtable.java:347 - Writing Memtable-schema_triggers@209348793(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-10-04 16:05:39,830 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_triggers-0359bc7171233ee19a4ab9dfb11fc125/system-schema_triggers-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538669135763, position=102352) INFO [MigrationStage:1] 2018-10-04 16:05:40,573 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 154 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-10-04 16:05:40,574 Memtable.java:347 - Writing Memtable-schema_usertypes@501332132(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-10-04 16:05:40,574 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_usertypes-3aa752254f82350b8d5c430fa221fa0a/system-schema_usertypes-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538669135763, position=102352) INFO [MigrationStage:1] 2018-10-04 16:05:41,452 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@155350b1[cfId=c5e99f16-8677-3914-b17e-960613512345,ksName=system_traces,cfName=sessions,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.ColumnToCollectionType(706172616d6574657273:org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type))),comment=traced sessions,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=duration, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=parameters, type=org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type), kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=started_at, type=org.apache.cassandra.db.marshal.TimestampType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=request, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=coordinator, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={"keys":"ALL", "rows_per_partition":"NONE"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false] INFO [MigrationStage:1] 2018-10-04 16:05:41,456 ColumnFamilyStore.java:361 - Initializing system_traces.sessions INFO [MigrationStage:1] 2018-10-04 16:05:41,456 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@2461e9fd[cfId=8826e8e9-e16a-3728-8753-3bc1fc713c25,ksName=system_traces,cfName=events,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.TimeUUIDType,org.apache.cassandra.db.marshal.UTF8Type),comment=,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=source, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=thread, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=activity, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=source_elapsed, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=event_id, type=org.apache.cassandra.db.marshal.TimeUUIDType, kind=CLUSTERING_COLUMN, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={"keys":"ALL", "rows_per_partition":"NONE"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false] INFO [MigrationStage:1] 2018-10-04 16:05:41,462 ColumnFamilyStore.java:361 - Initializing system_traces.events INFO [main] 2018-10-04 16:05:41,500 ColumnFamilyStore.java:905 - Enqueuing flush of local: 594 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-10-04 16:05:41,501 Memtable.java:347 - Writing Memtable-local@1397912354(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-10-04 16:05:41,501 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-3-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538669135763, position=102595) INFO [main] 2018-10-04 16:05:42,362 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51463 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-10-04 16:05:42,362 Memtable.java:347 - Writing Memtable-local@2000082656(8.350KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-10-04 16:05:42,369 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-4-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538669135763, position=114569) INFO [CompactionExecutor:2] 2018-10-04 16:05:42,952 CompactionTask.java:141 - Compacting [SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-3-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-2-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-4-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-1-Data.db')] INFO [main] 2018-10-04 16:05:42,988 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL INFO [main] 2018-10-04 16:05:43,075 Server.java:155 - Netty using native Epoll event loop INFO [main] 2018-10-04 16:05:43,099 Server.java:193 - Using Netty Version: [netty-buffer=netty-buffer-4.0.23.Final.208198c, netty-codec=netty-codec-4.0.23.Final.208198c, netty-codec-http=netty-codec-http-4.0.23.Final.208198c, netty-codec-socks=netty-codec-socks-4.0.23.Final.208198c, netty-common=netty-common-4.0.23.Final.208198c, netty-handler=netty-handler-4.0.23.Final.208198c, netty-transport=netty-transport-4.0.23.Final.208198c, netty-transport-rxtx=netty-transport-rxtx-4.0.23.Final.208198c, netty-transport-sctp=netty-transport-sctp-4.0.23.Final.208198c, netty-transport-udt=netty-transport-udt-4.0.23.Final.208198c] INFO [main] 2018-10-04 16:05:43,099 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042... INFO [main] 2018-10-04 16:05:43,146 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160 INFO [Thread-2] 2018-10-04 16:05:43,151 ThriftServer.java:136 - Listening for thrift clients... INFO [CompactionExecutor:2] 2018-10-04 16:05:43,689 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,935 bytes to 5,777 (~97% of original) in 731ms = 0.007537MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, } INFO [StorageServiceShutdownHook] 2018-10-04 16:07:59,592 ThriftServer.java:142 - Stop listening to thrift clients INFO [StorageServiceShutdownHook] 2018-10-04 16:07:59,608 Server.java:225 - Stop listening for CQL clients INFO [StorageServiceShutdownHook] 2018-10-04 16:07:59,609 Gossiper.java:1454 - Announcing shutdown INFO [StorageServiceShutdownHook] 2018-10-04 16:07:59,610 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown INFO [StorageServiceShutdownHook] 2018-10-04 16:08:01,625 MessagingService.java:734 - Waiting for messaging service to quiesce INFO [ACCEPT-localhost/127.0.0.1] 2018-10-04 16:08:01,627 MessagingService.java:1020 - MessagingService has terminated the accept() thread real 0m0.005s user 0m0.004s sys 0m0.002s 2018-10-04 16:08:58,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/cassandra 2018-10-04 16:08:58,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:08:58,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installation is done 2018-10-04 16:08:58,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => # YAML topology configuration file for Cassandra, # to be used with YamlFileNetworkTopologySnitch. # The topology, as a list of data centers. topology: # Each data center has a name and a list of racks. - dc_name: DC1 racks: # Each rack has a name and a list of nodes. - rack_name: c1 nodes: # Each node has a broadcast address (required) # and a data-center-local address (optional). # If dc_local_address is specified, its peers # in the same data center will attempt to # reconnect over that address instead. - broadcast_address: 1.2.3.4 dc_local_address: 5.6.7.8 # Default data center name for unknown nodes; defaults to "UNKNOWN" # default_dc_name: UNKNOWN # Default rack name for unknown nodes # default_rack_name: UNKNOWN; defaults to "UNKNOWN" real 0m0.005s user 0m0.004s sys 0m0.002s 2018-10-04 16:08:58,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/MN75E/install-vellum.sh 2018-10-04 16:08:58,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:08:58,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:08:58,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-04 16:08:58,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-10-04 16:08:58,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/FNAM0/start-vellum.sh 2018-10-04 16:08:58,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/FNAM0/start-vellum.sh 2018-10-04 16:08:58,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 192.168.120.8 2018-10-04 16:08:58,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Starting homestead node 2018-10-04 16:08:58,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Running liveness detection on port 7000 2018-10-04 16:08:58,011 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:08:58,102 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:08:58,102 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:08:58,102 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:08:58,102 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:08:58,102 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:08:58,103 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:08:58,103 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:08:58,103 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:08:58,103 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:08:58,103 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:08:58 GMT 2018-10-04 16:08:58,103 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:08:58,103 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:08:58,103 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:09:03,109 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:09:03,444 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:09:03,444 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:09:03,444 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:09:03,445 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:09:03,445 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:09:03,445 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:09:03,445 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:09:03,445 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:08:58.637Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:08:58.637Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "95df7960-cf0b-4870-ac82-c10c8783510a"}], "metadata": {"pagination": {"total": 1896, "offset": 1855, "size": 50}}} 2018-10-04 16:09:03,445 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:09:03,445 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:09:03 GMT 2018-10-04 16:09:03,445 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:09:03,445 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-04 16:09:03,445 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:09:03,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-04 16:09:03,446 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:09:03,548 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:09:03,548 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:09:03,548 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:09:03,548 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:09:03,548 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:09:03,548 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:09:03,548 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:09:03,548 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:09:03,548 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:09:03,549 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:09:03 GMT 2018-10-04 16:09:03,549 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:09:03,549 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:09:03,549 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:09:08,554 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:09:08,839 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:09:08,840 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:09:08,840 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:09:08,840 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:09:08,840 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:09:08,840 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:09:08,840 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:09:08,840 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:09:07.962Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:09:07.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "95df7960-cf0b-4870-ac82-c10c8783510a"}], "metadata": {"pagination": {"total": 1897, "offset": 1856, "size": 50}}} 2018-10-04 16:09:08,840 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:09:08,841 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:09:08 GMT 2018-10-04 16:09:08,841 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:09:08,841 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-04 16:09:08,841 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:09:08,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-04 16:09:08,841 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:09:09,001 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:09:09,001 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:09:09,001 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:09:09,001 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:09:09,002 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:09:09,002 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:09:09,002 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:09:09,002 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:09:09,002 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:09:09,002 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:09:08 GMT 2018-10-04 16:09:09,002 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:09:09,002 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:09:09,002 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:09:14,003 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:09:14,146 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:09:14,146 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:09:14,147 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:09:14,147 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:09:14,147 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:09:14,147 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:09:14,147 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:09:14,147 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1897, "offset": 1857, "size": 50}}} 2018-10-04 16:09:14,147 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:09:14,147 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:09:14 GMT 2018-10-04 16:09:14,147 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:09:14,147 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:09:14,148 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:09:14,148 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:09:14,234 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:09:14,234 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:09:14,234 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:09:14,234 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:09:14,235 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:09:14,235 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:09:14,235 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:09:14,235 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:09:14,235 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:09:14,235 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:09:14 GMT 2018-10-04 16:09:14,235 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:09:14,235 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:09:14,235 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:09:19,239 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:09:19,507 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:09:19,507 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:09:19,507 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:09:19,508 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:09:19,508 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:09:19,508 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:09:19,508 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:09:19,508 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:09:18.203Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:09:18.203Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "95df7960-cf0b-4870-ac82-c10c8783510a"}], "metadata": {"pagination": {"total": 1898, "offset": 1857, "size": 50}}} 2018-10-04 16:09:19,508 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:09:19,508 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:09:19 GMT 2018-10-04 16:09:19,508 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:09:19,508 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-04 16:09:19,509 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:09:19,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-04 16:09:19,509 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:09:19,592 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:09:19,592 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:09:19,592 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:09:19,592 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:09:19,592 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:09:19,592 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:09:19,593 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:09:19,593 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:09:19,593 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:09:19,593 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:09:19 GMT 2018-10-04 16:09:19,593 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:09:19,593 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:09:19,593 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:09:24,599 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:09:24,711 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:09:24,711 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:09:24,711 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:09:24,711 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:09:24,711 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:09:24,712 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:09:24,712 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:09:24,712 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1898, "offset": 1858, "size": 50}}} 2018-10-04 16:09:24,712 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:09:24,712 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:09:24 GMT 2018-10-04 16:09:24,712 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:09:24,712 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:09:24,712 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:09:24,713 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:09:24,797 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:09:24,797 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:09:24,797 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:09:24,798 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:09:24,798 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:09:24,798 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:09:24,798 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:09:24,798 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:09:24,798 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:09:24,798 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:09:24 GMT 2018-10-04 16:09:24,798 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:09:24,798 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:09:24,799 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:09:29,804 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:09:29,889 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:09:29,890 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:09:29,890 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:09:29,890 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:09:29,890 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:09:29,890 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:09:29,890 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:09:29,890 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:09:28.433Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:09:28.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "95df7960-cf0b-4870-ac82-c10c8783510a"}], "metadata": {"pagination": {"total": 1899, "offset": 1858, "size": 50}}} 2018-10-04 16:09:29,890 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:09:29,891 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:09:29 GMT 2018-10-04 16:09:29,891 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:09:29,891 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-04 16:09:29,891 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:09:29,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-04 16:09:29,891 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:09:29,963 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:09:29,963 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:09:29,963 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:09:29,963 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:09:29,964 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:09:29,964 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:09:29,964 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:09:29,964 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:09:29,964 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:09:29,964 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:09:29 GMT 2018-10-04 16:09:29,964 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:09:29,964 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:09:29,964 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:09:34,970 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:09:35,089 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:09:35,089 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:09:35,089 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:09:35,090 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:09:35,090 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:09:35,090 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:09:35,090 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:09:35,090 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1899, "offset": 1859, "size": 50}}} 2018-10-04 16:09:35,090 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:09:35,090 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:09:35 GMT 2018-10-04 16:09:35,090 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:09:35,090 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:09:35,091 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:09:35,091 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:09:35,183 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:09:35,183 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:09:35,183 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:09:35,183 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:09:35,184 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:09:35,184 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:09:35,184 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:09:35,184 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:09:35,184 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:09:35,184 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:09:35 GMT 2018-10-04 16:09:35,184 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:09:35,184 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:09:35,184 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:09:40,190 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:09:40,296 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:09:40,297 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:09:40,297 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:09:40,297 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:09:40,297 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:09:40,297 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:09:40,297 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:09:40,297 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:09:38.671Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:09:38.671Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "95df7960-cf0b-4870-ac82-c10c8783510a"}], "metadata": {"pagination": {"total": 1900, "offset": 1859, "size": 50}}} 2018-10-04 16:09:40,297 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:09:40,298 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:09:40 GMT 2018-10-04 16:09:40,298 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:09:40,298 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-04 16:09:40,298 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:09:40,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-04 16:09:40,298 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:09:40,414 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:09:40,414 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:09:40,414 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:09:40,414 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:09:40,414 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:09:40,414 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:09:40,415 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:09:40,415 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:09:40,415 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:09:40,415 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:09:40 GMT 2018-10-04 16:09:40,415 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:09:40,415 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:09:40,415 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:09:45,418 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:09:45,532 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:09:45,532 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:09:45,532 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:09:45,532 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:09:45,532 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:09:45,533 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:09:45,533 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:09:45,533 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1900, "offset": 1860, "size": 50}}} 2018-10-04 16:09:45,533 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:09:45,533 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:09:45 GMT 2018-10-04 16:09:45,533 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:09:45,533 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:09:45,533 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:09:45,534 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:09:45,659 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:09:45,659 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:09:45,659 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:09:45,659 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:09:45,659 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:09:45,660 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:09:45,660 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:09:45,660 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:09:45,660 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:09:45,660 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:09:45 GMT 2018-10-04 16:09:45,660 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:09:45,660 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:09:45,660 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:09:50,665 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:09:50,788 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:09:50,788 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:09:50,788 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:09:50,788 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:09:50,788 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:09:50,788 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:09:50,789 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:09:50,789 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:09:48.906Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:09:48.906Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "95df7960-cf0b-4870-ac82-c10c8783510a"}], "metadata": {"pagination": {"total": 1901, "offset": 1860, "size": 50}}} 2018-10-04 16:09:50,789 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:09:50,789 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:09:50 GMT 2018-10-04 16:09:50,789 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:09:50,789 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-04 16:09:50,789 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:09:50,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-04 16:09:50,790 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:09:50,886 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:09:50,886 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:09:50,887 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:09:50,887 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:09:50,887 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:09:50,887 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:09:50,887 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:09:50,887 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:09:50,887 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:09:50,887 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:09:50 GMT 2018-10-04 16:09:50,887 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:09:50,888 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:09:50,888 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:09:55,893 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:09:55,996 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:09:55,996 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:09:55,996 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:09:55,996 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:09:55,996 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:09:55,996 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:09:55,997 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:09:55,997 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1901, "offset": 1861, "size": 50}}} 2018-10-04 16:09:55,997 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:09:55,997 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:09:55 GMT 2018-10-04 16:09:55,997 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:09:55,997 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:09:55,997 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:09:55,997 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:09:56,108 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:09:56,109 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:09:56,109 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:09:56,109 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:09:56,109 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:09:56,109 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:09:56,109 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:09:56,109 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:09:56,110 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:09:56,110 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:09:56 GMT 2018-10-04 16:09:56,110 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:09:56,110 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:09:56,110 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:10:01,115 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:10:01,357 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:10:01,357 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:10:01,357 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:10:01,357 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:10:01,357 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:10:01,357 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:10:01,358 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:10:01,358 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:09:59.142Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:09:59.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "95df7960-cf0b-4870-ac82-c10c8783510a"}], "metadata": {"pagination": {"total": 1902, "offset": 1861, "size": 50}}} 2018-10-04 16:10:01,358 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:10:01,358 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:10:01 GMT 2018-10-04 16:10:01,358 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:10:01,358 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-04 16:10:01,358 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:10:01,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-04 16:10:01,359 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:10:01,536 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:10:01,536 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:10:01,536 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:10:01,536 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:10:01,536 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:10:01,537 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:10:01,537 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:10:01,537 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:10:01,537 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:10:01,537 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:10:01 GMT 2018-10-04 16:10:01,537 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:10:01,537 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:10:01,537 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:10:06,539 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:10:06,615 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:10:06,616 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:10:06,616 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:10:06,616 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:10:06,616 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:10:06,616 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:10:06,616 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:10:06,616 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1902, "offset": 1862, "size": 50}}} 2018-10-04 16:10:06,617 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:10:06,617 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:10:06 GMT 2018-10-04 16:10:06,617 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:10:06,617 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:10:06,617 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:10:06,617 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:10:06,684 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:10:06,684 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:10:06,684 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:10:06,684 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:10:06,684 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:10:06,685 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:10:06,685 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:10:06,685 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:10:06,685 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:10:06,685 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:10:06 GMT 2018-10-04 16:10:06,685 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:10:06,685 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:10:06,685 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:10:11,687 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:10:11,826 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:10:11,826 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:10:11,826 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:10:11,826 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:10:11,826 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:10:11,826 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:10:11,827 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:10:11,827 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:10:09.377Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:10:09.377Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "95df7960-cf0b-4870-ac82-c10c8783510a"}], "metadata": {"pagination": {"total": 1903, "offset": 1862, "size": 50}}} 2018-10-04 16:10:11,827 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:10:11,827 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:10:11 GMT 2018-10-04 16:10:11,827 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:10:11,827 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-04 16:10:11,827 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:10:11,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-04 16:10:11,828 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:10:11,907 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:10:11,908 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:10:11,908 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:10:11,908 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:10:11,908 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:10:11,908 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:10:11,908 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:10:11,908 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:10:11,908 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:10:11,909 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:10:11 GMT 2018-10-04 16:10:11,909 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:10:11,909 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:10:11,909 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:10:16,912 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:10:17,236 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:10:17,236 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:10:17,236 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:10:17,236 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:10:17,236 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:10:17,236 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:10:17,236 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:10:17,236 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1903, "offset": 1863, "size": 50}}} 2018-10-04 16:10:17,236 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:10:17,237 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:10:17 GMT 2018-10-04 16:10:17,237 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:10:17,237 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:10:17,237 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:10:17,237 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:10:17,305 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:10:17,305 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:10:17,305 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:10:17,306 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:10:17,306 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:10:17,306 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:10:17,306 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:10:17,306 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:10:17,306 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:10:17,306 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:10:17 GMT 2018-10-04 16:10:17,306 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:10:17,306 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:10:17,306 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:10:22,312 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:10:22,475 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:10:22,475 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:10:22,475 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:10:22,475 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:10:22,475 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:10:22,475 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:10:22,475 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:10:22,475 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:10:19.614Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:10:19.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "95df7960-cf0b-4870-ac82-c10c8783510a"}], "metadata": {"pagination": {"total": 1904, "offset": 1863, "size": 50}}} 2018-10-04 16:10:22,476 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:10:22,476 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:10:22 GMT 2018-10-04 16:10:22,476 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:10:22,476 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-04 16:10:22,476 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:10:22,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-04 16:10:22,476 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:10:22,585 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:10:22,585 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:10:22,586 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:10:22,586 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:10:22,586 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:10:22,586 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:10:22,586 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:10:22,586 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:10:22,586 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:10:22,586 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:10:22 GMT 2018-10-04 16:10:22,586 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:10:22,587 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:10:22,587 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:10:27,589 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:10:27,705 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:10:27,705 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:10:27,706 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:10:27,706 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:10:27,706 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:10:27,706 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:10:27,706 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:10:27,706 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1904, "offset": 1864, "size": 50}}} 2018-10-04 16:10:27,706 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:10:27,706 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:10:27 GMT 2018-10-04 16:10:27,707 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:10:27,707 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:10:27,707 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:10:27,707 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:10:27,802 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:10:27,803 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:10:27,803 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:10:27,803 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:10:27,803 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:10:27,803 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:10:27,803 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:10:27,803 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:10:27,803 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:10:27,803 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:10:27 GMT 2018-10-04 16:10:27,803 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:10:27,804 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:10:27,804 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:10:32,807 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:10:32,894 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:10:32,894 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:10:32,894 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:10:32,894 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:10:32,894 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:10:32,894 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:10:32,894 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:10:32,894 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:10:29.848Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:10:29.848Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "95df7960-cf0b-4870-ac82-c10c8783510a"}], "metadata": {"pagination": {"total": 1905, "offset": 1864, "size": 50}}} 2018-10-04 16:10:32,895 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:10:32,895 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:10:32 GMT 2018-10-04 16:10:32,895 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:10:32,895 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-04 16:10:32,895 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:10:32,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-04 16:10:32,896 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:10:33,013 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:10:33,013 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:10:33,013 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:10:33,013 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:10:33,013 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:10:33,013 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:10:33,014 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:10:33,014 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:10:33,014 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:10:33,014 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:10:33 GMT 2018-10-04 16:10:33,014 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:10:33,014 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:10:33,014 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:10:38,016 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:10:38,135 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:10:38,135 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:10:38,135 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:10:38,135 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:10:38,136 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:10:38,136 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:10:38,136 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:10:38,136 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1905, "offset": 1865, "size": 50}}} 2018-10-04 16:10:38,136 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:10:38,136 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:10:38 GMT 2018-10-04 16:10:38,136 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:10:38,136 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:10:38,136 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:10:38,137 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:10:38,227 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:10:38,228 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:10:38,228 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:10:38,228 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:10:38,228 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:10:38,228 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:10:38,228 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:10:38,228 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:10:38,228 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:10:38,228 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:10:38 GMT 2018-10-04 16:10:38,229 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:10:38,229 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:10:38,229 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:10:43,231 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:10:43,357 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:10:43,357 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:10:43,357 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:10:43,357 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:10:43,357 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:10:43,357 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:10:43,358 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:10:43,358 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:10:40.084Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:10:40.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "95df7960-cf0b-4870-ac82-c10c8783510a"}], "metadata": {"pagination": {"total": 1906, "offset": 1865, "size": 50}}} 2018-10-04 16:10:43,358 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:10:43,358 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:10:43 GMT 2018-10-04 16:10:43,358 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:10:43,358 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-04 16:10:43,358 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:10:43,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-04 16:10:43,359 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:10:43,454 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:10:43,455 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:10:43,455 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:10:43,455 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:10:43,455 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:10:43,455 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:10:43,455 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:10:43,455 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:10:43,455 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:10:43,456 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:10:43 GMT 2018-10-04 16:10:43,456 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:10:43,456 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:10:43,456 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:10:48,461 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:10:48,538 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:10:48,539 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:10:48,539 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:10:48,539 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:10:48,539 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:10:48,539 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:10:48,539 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:10:48,539 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1906, "offset": 1866, "size": 50}}} 2018-10-04 16:10:48,539 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:10:48,539 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:10:48 GMT 2018-10-04 16:10:48,540 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:10:48,540 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:10:48,540 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:10:48,540 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:10:48,828 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:10:48,828 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:10:48,828 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:10:48,828 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:10:48,828 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:10:48,828 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:10:48,829 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:10:48,829 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:10:48,829 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:10:48,829 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:10:48 GMT 2018-10-04 16:10:48,829 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:10:48,829 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:10:48,829 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:10:53,835 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:10:54,026 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:10:54,027 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:10:54,027 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:10:54,027 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:10:54,027 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:10:54,027 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:10:54,027 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:10:54,027 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:10:50.322Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:10:50.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "95df7960-cf0b-4870-ac82-c10c8783510a"}], "metadata": {"pagination": {"total": 1907, "offset": 1866, "size": 50}}} 2018-10-04 16:10:54,027 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:10:54,027 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:10:54 GMT 2018-10-04 16:10:54,028 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:10:54,028 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-04 16:10:54,028 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:10:54,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-04 16:10:54,028 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:10:54,193 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:10:54,193 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:10:54,193 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:10:54,193 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:10:54,193 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:10:54,193 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:10:54,194 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:10:54,194 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:10:54,194 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:10:54,194 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:10:54 GMT 2018-10-04 16:10:54,194 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:10:54,194 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:10:54,194 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:10:59,200 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:10:59,428 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:10:59,429 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:10:59,429 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:10:59,429 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:10:59,429 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:10:59,429 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:10:59,429 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:10:59,429 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1907, "offset": 1867, "size": 50}}} 2018-10-04 16:10:59,429 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:10:59,429 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:10:59 GMT 2018-10-04 16:10:59,429 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:10:59,430 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:10:59,430 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:10:59,430 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:10:59,505 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:10:59,505 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:10:59,505 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:10:59,505 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:10:59,505 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:10:59,506 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:10:59,506 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:10:59,506 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:10:59,506 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:10:59,506 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:10:59 GMT 2018-10-04 16:10:59,506 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:10:59,506 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:10:59,506 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:11:04,509 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:11:04,608 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:11:04,608 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:11:04,608 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:11:04,608 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:11:04,608 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:11:04,609 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:11:04,609 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:11:04,609 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:11:00.556Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:11:00.556Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "95df7960-cf0b-4870-ac82-c10c8783510a"}], "metadata": {"pagination": {"total": 1908, "offset": 1867, "size": 50}}} 2018-10-04 16:11:04,609 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:11:04,609 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:11:04 GMT 2018-10-04 16:11:04,609 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:11:04,609 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-04 16:11:04,609 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:11:04,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-04 16:11:04,609 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:11:04,684 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:11:04,684 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:11:04,684 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:11:04,684 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:11:04,685 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:11:04,685 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:11:04,685 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:11:04,685 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:11:04,685 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:11:04,685 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:11:04 GMT 2018-10-04 16:11:04,685 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:11:04,685 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:11:04,685 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:11:09,690 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:11:09,816 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:11:09,816 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:11:09,816 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:11:09,816 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:11:09,816 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:11:09,816 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:11:09,817 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:11:09,817 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1908, "offset": 1868, "size": 50}}} 2018-10-04 16:11:09,817 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:11:09,817 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:11:09 GMT 2018-10-04 16:11:09,817 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:11:09,817 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-04 16:11:09,817 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:11:09,818 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:11:09,960 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:11:09,960 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:11:09,961 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:11:09,961 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:11:09,961 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:11:09,961 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:11:09,961 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:11:09,961 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:11:09,961 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:11:09,961 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:11:09 GMT 2018-10-04 16:11:09,961 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:11:09,961 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-04 16:11:09,962 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:11:14,966 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:11:15,166 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:11:15,166 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:11:15,166 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:11:15,167 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:11:15,167 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:11:15,167 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:11:15,167 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:11:15,167 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:11:10.591Z", "message": "Execution done (return_code=0): /tmp/FNAM0/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:11:10.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "95df7960-cf0b-4870-ac82-c10c8783510a"}, {"node_instance_id": "vellum_ty09xb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:11:10.727Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:11:10.727Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:11:11.646Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:11:11.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:11:11.646Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:11:11.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:11:11.672Z", "message": "Downloaded scripts/bind/bind.py to /tmp/9HXWZ/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:11:11.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "1702e225-dadf-4218-adc8-bba673a17b4a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:11:12.656Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:11:12.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:11:12.686Z", "message": "The config dict: {'public_ip': u'172.30.9.211', 'backends': {u'homer': {u'homer_nu5fws': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'homer-nu5fws'}}, u'ellis': {u'ellis_gyw49m': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.13', u'name': u'ellis-gyw49m'}}, u'dime': {u'dime_k4k4eh': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'dime-k4k4eh'}}, u'sprout': {u'sprout_2h4b7x': {u'public_address': u'', u'private_address': u'192.168.120.20', u'name': u'sprout-2h4b7x'}}, u'vellum': {u'vellum_ty09xb': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'vellum-ty09xb'}}, u'bono': {u'bono_22c2me': {u'public_address': u'172.30.9.208', u'private_address': u'192.168.120.6', u'name': u'bono-22c2me'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:11:12.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "1702e225-dadf-4218-adc8-bba673a17b4a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:11:12.686Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:11:12.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "1702e225-dadf-4218-adc8-bba673a17b4a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:11:12.686Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:11:12.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "1702e225-dadf-4218-adc8-bba673a17b4a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:11:12.686Z", "message": "[localhost] run: sudo mv /tmp/tmpR8hxqZ /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:11:12.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "1702e225-dadf-4218-adc8-bba673a17b4a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:11:12.686Z", "message": "[localhost] run: sudo mv /tmp/tmpOZtW8J /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:11:12.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "1702e225-dadf-4218-adc8-bba673a17b4a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:11:12.686Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:11:12.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "1702e225-dadf-4218-adc8-bba673a17b4a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:11:12.686Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:11:12.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "1702e225-dadf-4218-adc8-bba673a17b4a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:11:12.686Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:11:12.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "1702e225-dadf-4218-adc8-bba673a17b4a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:11:12.686Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:11:12.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "1702e225-dadf-4218-adc8-bba673a17b4a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:11:12.686Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:11:12.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "1702e225-dadf-4218-adc8-bba673a17b4a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:11:12.686Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:11:12.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396", "logger": "1702e225-dadf-4218-adc8-bba673a17b4a"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:11:13.680Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:11:13.680Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 1927, "offset": 1868, "size": 50}}} 2018-10-04 16:11:15,167 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:11:15,167 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:11:15 GMT 2018-10-04 16:11:15,167 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:11:15,167 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10572 2018-10-04 16:11:15,167 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:11:15,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/FNAM0/start-vellum.sh 2018-10-04 16:11:15,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:11:15,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:11:15,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:11:15,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/9HXWZ/bind.py 2018-10-04 16:11:15,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:11:15,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.211', 'backends': {u'homer': {u'homer_nu5fws': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'homer-nu5fws'}}, u'ellis': {u'ellis_gyw49m': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.13', u'name': u'ellis-gyw49m'}}, u'dime': {u'dime_k4k4eh': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'dime-k4k4eh'}}, u'sprout': {u'sprout_2h4b7x': {u'public_address': u'', u'private_address': u'192.168.120.20', u'name': u'sprout-2h4b7x'}}, u'vellum': {u'vellum_ty09xb': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'vellum-ty09xb'}}, u'bono': {u'bono_22c2me': {u'public_address': u'172.30.9.208', u'private_address': u'192.168.120.6', u'name': u'bono-22c2me'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-04 16:11:15,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-04 16:11:15,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-04 16:11:15,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpR8hxqZ /etc/bind/db.clearwater.opnfv 2018-10-04 16:11:15,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpOZtW8J /etc/bind/db.clearwater.local 2018-10-04 16:11:15,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-04 16:11:15,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-04 16:11:15,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-04 16:11:15,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-04 16:11:15,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-04 16:11:15,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-04 16:11:15,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'install' workflow execution succeeded 2018-10-04 16:11:15,171 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/60dc388c-d234-407f-b1d7-8b3bd3db0396 2018-10-04 16:11:15,238 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:11:15,239 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:11:15,239 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:11:15,239 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:11:15,239 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:11:15,239 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:11:15,239 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:11:15,239 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"} 2018-10-04 16:11:15,239 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:11:15,239 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:11:15 GMT 2018-10-04 16:11:15,240 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:11:15,240 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 354 2018-10-04 16:11:15,240 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:11:15,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {u'status': u'terminated', u'is_system_workflow': False, u'parameters': {}, u'blueprint_id': u'clearwater-opnfv', u'tenant_name': u'default_tenant', u'created_at': u'2018-10-04T15:56:57.766Z', u'created_by': u'admin', u'private_resource': False, u'workflow_id': u'install', u'error': u'', u'deployment_id': u'clearwater-opnfv', u'id': u'60dc388c-d234-407f-b1d7-8b3bd3db0396'} 2018-10-04 16:11:15,240 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/deployments/clearwater-opnfv/outputs 2018-10-04 16:11:15,311 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:11:15,311 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:11:15,312 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:11:15,312 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:11:15,312 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:11:15,312 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:11:15,312 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:11:15,312 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.211", "ellis_ip": "172.30.9.205"}, "deployment_id": "clearwater-opnfv"} 2018-10-04 16:11:15,312 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:11:15,312 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:11:15 GMT 2018-10-04 16:11:15,312 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:11:15,312 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2018-10-04 16:11:15,313 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:11:15,317 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Ellis IP: 172.30.9.205 2018-10-04 16:11:15,423 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Account opnfv functest user is created on Ellis {u'username': u'functest@opnfv.org', u'full_name': u'opnfv functest user'} 2018-10-04 16:11:15,491 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - cookies: ]> 2018-10-04 16:11:15,492 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Create 1st calling number on Ellis 2018-10-04 16:11:15,546 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-10-04 16:11:15,547 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 1: cannot create a number 2018-10-04 16:12:21,149 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-10-04 16:12:21,150 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 2: cannot create a number 2018-10-04 16:13:26,477 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-10-04 16:13:26,477 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 3: cannot create a number 2018-10-04 16:14:27,048 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-10-04 16:14:27,049 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 4: cannot create a number 2018-10-04 16:14:52,257 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Calling number is created: {u'private_id': u'6505550891@clearwater.opnfv', u'sip_username': u'6505550891', u'formatted_number': u'(650) 555-0891', u'number': u'6505550891', u'sip_uri': u'sip:6505550891@clearwater.opnfv', u'number_id': u'27ad9109d9de41fab6129e38cdedab47', u'sip_password': u'fKsS9CYEm', u'pstn': False} 2018-10-04 16:14:52,258 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/deployments/clearwater-opnfv/outputs 2018-10-04 16:14:52,335 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:14:52,335 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:14:52,336 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:14:52,336 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:14:52,336 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:14:52,336 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:14:52,336 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:14:52,336 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.211", "ellis_ip": "172.30.9.205"}, "deployment_id": "clearwater-opnfv"} 2018-10-04 16:14:52,336 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:14:52,336 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:14:52 GMT 2018-10-04 16:14:52,336 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:14:52,337 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2018-10-04 16:14:52,337 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:14:52,337 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Run Clearwater live test 2018-10-04 16:14:52,337 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Backup /etc/resolv.conf -> /etc/resolv.conf.bak 2018-10-04 16:14:52,365 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Live test cmd: /bin/bash -c 'echo -e "nameserver 127.0.0.1" > /etc/resolv.conf;cd /src/vims-test;rake test[clearwater.opnfv] SIGNUP_CODE=secret --trace' 2018-10-04 16:14:52,366 - functest.utils.functest_utils - DEBUG - Executing command: '/bin/bash -c 'echo -e "nameserver 127.0.0.1" > /etc/resolv.conf;cd /src/vims-test;rake test[clearwater.opnfv] SIGNUP_CODE=secret --trace'' 2018-10-04 16:17:10,337 - functest.utils.functest_utils - ERROR - Clearwater live test failed 2018-10-04 16:17:10,338 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - ** Invoke test (first_time) ** Execute test Basic Call - Mainline (TCP) - (6505550054, 6505550577) Passed Basic Call - SDP (TCP) - (6505550841, 6505550435) Passed Basic Call - Tel URIs (TCP) - (6505550955, 6505550249) Passed Basic Call - Unknown number (TCP) - (6505550791, 6505550273) Passed Basic Call - Rejected by remote endpoint (TCP) - (6505550831, 6505550008) Passed Basic Call - Messages - Pager model (TCP) - (6505550682, 6505550105) Passed Basic Call - Pracks (TCP) - (6505550987, 6505550011) Passed Basic Registration (TCP) - (6505550647) Passed Emergency Registration (TCP) - Skipped (Not running with emergency registrations) - Call with EMERGENCY_REG=Y to run test Multiple Identities (TCP) - (6505550496, 6505550156) Passed Call Barring - Outbound Rejection (TCP) - (6505550110, 6505550124) Passed Call Barring - Allow non-international call (TCP) - Skipped (No PSTN support) - Call with PSTN=true to run test Call Barring - Reject international call (TCP) - Skipped (No PSTN support) - Call with PSTN=true to run test Call Barring - Inbound Rejection (TCP) - (6505550665, 6505550763) Passed Call Diversion AS - Unconditional (TCP) - Skipped (No Call Diversion AS hostname provided) - Call with CDIV_AS= Call Diversion AS - Busy (TCP) - Skipped (No Call Diversion AS hostname provided) - Call with CDIV_AS= Call Diversion AS - No answer (TCP) - Skipped (No Call Diversion AS hostname provided) - Call with CDIV_AS= Call Diversion - Not registered (TCP) - (6505550765, 6505550035, 6505550150) Passed Call Diversion - Not reachable (not registered) (TCP) - (6505550325, 6505550779, 6505550238) Passed Call Diversion - Not reachable (408) (TCP) - (6505550004, 6505550925, 6505550198) Passed Call Diversion - Not reachable (503) (TCP) - (6505550638, 6505550486, 6505550999) Passed Call Diversion - Not reachable (500) (TCP) - (6505550123, 6505550192, 6505550646) Passed Call Diversion - Busy (TCP) - (6505550690, 6505550512, 6505550365) Passed Call Diversion - Unconditional (TCP) - (6505550917, 6505550281, 6505550517) Passed Call Diversion - No answer (TCP) - Failed SocketError thrown: - getaddrinfo: Try again - /src/vims-test/quaff/lib/sources.rb:41:in `initialize' - /src/vims-test/quaff/lib/sources.rb:41:in `new' - /src/vims-test/quaff/lib/sources.rb:41:in `initialize' - /src/vims-test/quaff/lib/endpoint.rb:290:in `new' - /src/vims-test/quaff/lib/endpoint.rb:290:in `new_source' - /src/vims-test/quaff/lib/endpoint.rb:115:in `initialize' - /src/vims-test/lib/quaff-endpoint.rb:29:in `new' - /src/vims-test/lib/quaff-endpoint.rb:29:in `initialize' - /src/vims-test/lib/test-definition.rb:182:in `new' - /src/vims-test/lib/test-definition.rb:182:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:289:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Bad target URI (TCP) - (6505550792, 6505550617) Passed Call Diversion - Audio-only call (TCP) - (6505550412, 6505550042, 6505550993, 6505550610) Passed Call Diversion - Audio-video call (TCP) - (6505550301, 6505550323, 6505550013, 6505550953) Passed Call Waiting - Accepted (TCP) - (6505550546, 6505550922, 6505550309) Passed Call Waiting - Cancelled (TCP) - (6505550196, 6505550452, 6505550812) Passed CANCEL - Mainline (TCP) - (6505550450, 6505550542) Passed Filtering - Accept-Contact (TCP) - (6505550969, 6505550056) Passed Accept-Contact with response (SFR 511195) (TCP) - (6505550774, 6505550271) Passed Filtering - Accept-Contact no match (TCP) - (6505550836, 6505550057) Passed Filtering - Accept-Contact negated match (TCP) - (6505550636, 6505550523) Passed Filtering - RFC3841 example (TCP) - (6505550844, 6505550352) Passed Filtering - Reject-Contact no match (TCP) - (6505550190, 6505550989) Passed Filtering - Reject-Contact match (TCP) - (6505550052, 6505550148) Passed Gemini - INVITE - VoIP device answers (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Mobile device answers (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - VoIP device rejects (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Mobile device rejects (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Mobile device rejects with a 480 (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Both reject, choose mobile response (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Both reject, choose VoIP response (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Successful call with GR (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Failed call with GR (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Successful call with Accept-Contact (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Failed call with Accept-Contact (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - SUBSCRIBE - Mobile Notifies (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - SUBSCRIBE - Joint 408 (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= GRUU - REGISTER - two bindings with and without GRUU (TCP) - (6505550847) Passed GRUU - REGISTER - binding suggested GRUU (TCP) - (6505550750) Passed GRUU - REGISTER - instance ID requires escaping (TCP) - (6505550386) Passed GRUU - REGISTER - three bindings with GRUUs (TCP) - (6505550849) Passed GRUU - Call - first endpoint GRUU as target (TCP) - (6505550551, 6505550128) Passed GRUU - Call - second endpoint GRUU as target (TCP) - (6505550344, 6505550474) Passed GRUU - Call - only GRUU as target (TCP) - (6505550360, 6505550440) Passed GRUU - Call - AoR as target (TCP) - (6505550593, 6505550583) Passed GRUU - Call - unknown GRUU as target (TCP) - /usr/lib/ruby/gems/2.4.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/document.rb:44: warning: constant ::Fixnum is deprecated (6505550634, 6505550971) Passed GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) - (6505550458, 6505550344) Passed GRUU - Call - Reject-Contact interop (TCP) - (6505550935, 6505550377) Passed GRUU - Call - Accept-Contact interop (TCP) - (6505550606, 6505550873) Passed GRUU - Call - AoR with other param as target (TCP) - (6505550749, 6505550128) Passed GRUU - Call - GRUU with other param as target (TCP) - (6505550126, 6505550105) Passed ISC Interface - Terminating (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - Terminating (UDP AS) (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - Terminating Failed (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - Third-party Registration (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - Third-party Registration - implicit registration (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - Redirect (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - B2BUA (TCP) - Skipped (No hostname given) - Call with HOST_NAME= Live Call - Dial out to a real number (TCP) - Skipped (No live number given) - Call with LIVENUMBER= Memento - Incorrect Password (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Wrong Call List (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Basic Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Unknown Number (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Rejected Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Cancelled Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Privacy Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Barred Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Busy Call Forwarding (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Nonce-Count - Mainline (TCP) - Skipped (No nonce-count support) - Call with NONCE_COUNT=Y to run test Nonce-Count - Reject Re-Use (TCP) - Skipped (No nonce-count support) - Call with NONCE_COUNT=Y to run test Off-net calls - tel: URI (TCP) - Skipped (No off-net number given) - Call with OFF_NET_TEL= Off-net calls - sip: URI (TCP) - Skipped (No off-net number given) - Call with OFF_NET_TEL= SUBSCRIBE - reg-event (TCP) - (6505550896) Passed SUBSCRIBE - reg-event with a GRUU (TCP) - (6505550360) Passed SUBSCRIBE - Subscription timeout (TCP) - (6505550417) Passed SUBSCRIBE - Registration timeout (TCP) - (6505550611, 6505550855) Passed Multiple SUBSCRIBErs to one UE's reg-event (TCP) - (6505550937, 6505550576) Passed Message - URN URIs (TCP) - Skipped (No hostname given) - Call with HOST_NAME= Message - URN URIs to AS (TCP) - Skipped (No hostname given) - Call with HOST_NAME= Deleting leaked number: sip:6505550185@clearwater.opnfv 1 failures out of 93 tests run Call Diversion - No answer (TCP) at 2018-10-04 16:15:46 +0000 42 tests skipped Error logs, including Call-IDs of failed calls, are in the 'logfiles' directory 2018-10-04 16:17:10,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {'failures': 1, 'skipped': 42, 'total': 93, 'passed': 50} 2018-10-04 16:17:10,466 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 16:17:10,467 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 26:30 | PASS | +----------------------+------------------+------------------+----------------+ 2018-10-04 16:17:10,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-10-04 16:17:10,473 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions 2018-10-04 16:17:10,549 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:17:10,549 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:17:10,549 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:17:10,549 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:17:10,549 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:17:10,549 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:17:10,549 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:17:10,549 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "terminated", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:24.446Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "eac09d59-46ce-4a94-a71a-9af4b9619b1e"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:57.766Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "60dc388c-d234-407f-b1d7-8b3bd3db0396"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-10-04 16:17:10,550 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:17:10,550 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:17:10 GMT 2018-10-04 16:17:10,550 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:17:10,550 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6728 2018-10-04 16:17:10,550 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:17:10,551 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.202:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "true", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-10-04 16:17:10,768 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:17:10,768 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:17:10,768 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:17:10,768 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:17:10,768 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:17:10,768 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:17:10,768 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:17:10,768 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 158 2018-10-04 16:17:10,769 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:17:10,769 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:17:10,769 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:17:10 GMT 2018-10-04 16:17:10,769 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:17:10,769 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:17:10,769 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:17:10,769 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:17:10,855 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:17:10,856 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:17:10,856 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:17:10,856 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:17:10,856 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:17:10,856 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:17:10,856 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:17:10,856 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-10-04 16:17:10,856 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:17:10,856 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:17:10 GMT 2018-10-04 16:17:10,857 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:17:10,857 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-10-04 16:17:10,857 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:17:10,857 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:17:10,935 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:17:10,935 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:17:10,936 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:17:10,936 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:17:10,936 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:17:10,936 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:17:10,936 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:17:10,936 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:17:10,936 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:17:10,936 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:17:10 GMT 2018-10-04 16:17:10,936 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:17:10,937 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:17:10,937 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:17:15,942 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:17:16,059 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:17:16,059 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:17:16,059 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:17:16,059 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:17:16,060 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:17:16,060 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:17:16,060 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:17:16,060 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:11.452Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:11.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_ty09xb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:12.541Z", "message": "Stopping node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:12.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_2h4b7x", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:12.541Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:12.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_k4k4eh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:12.541Z", "message": "Stopping node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:12.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_2h4b7x", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:12.541Z", "message": "Stopping node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:12.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_nu5fws", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:12.541Z", "message": "Stopping node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:12.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_gyw49m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:12.541Z", "message": "Stopping node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:12.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_22c2me", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:12.541Z", "message": "Stopping node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:12.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_ty09xb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:12.781Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:12.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_k4k4eh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:12.781Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:12.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_22c2me", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:12.781Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:12.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_nu5fws", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:12.781Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:12.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_nu5fws", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:12.781Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:12.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_2h4b7x", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:12.781Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:12.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_k4k4eh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:12.781Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:12.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_22c2me", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:12.781Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:12.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:13.011Z", "message": "Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/7QZ5Y/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:13.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ce853b2f-13ce-4eac-9f49-90a526f3d28c"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:13.784Z", "message": "Execution done (return_code=1): /tmp/6AAAI/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:13.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "c501cefa-8ac0-4a50-870d-ee289fa847b8"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:13.784Z", "message": "Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/GQFL4/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:13.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "b28bd14b-1e9c-468e-b73b-edcb14e1ec35"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:13.784Z", "message": "Stopping homer node", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:13.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "23a23e22-f405-4d89-8ae8-122ef3a76c46"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:13.784Z", "message": "Stopping dime node", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:13.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "0263bbcd-b54e-4858-a4a2-736f8ee0949d"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:13.784Z", "message": "Executing: /tmp/6AAAI/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:13.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "c501cefa-8ac0-4a50-870d-ee289fa847b8"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:13.784Z", "message": "Stopping vellum node", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:13.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "b28bd14b-1e9c-468e-b73b-edcb14e1ec35"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:13.784Z", "message": "Stopping sprout node", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:13.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ce853b2f-13ce-4eac-9f49-90a526f3d28c"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:13.784Z", "message": "Executing: /tmp/0LT6J/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:13.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "0263bbcd-b54e-4858-a4a2-736f8ee0949d"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:13.784Z", "message": "Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/0LT6J/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:13.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "0263bbcd-b54e-4858-a4a2-736f8ee0949d"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:13.784Z", "message": "Executing: /tmp/ZT816/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:13.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "351ac8e6-5174-45e3-947f-6eb989c7ca53"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:13.784Z", "message": "Stopping ellis node", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:13.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "c501cefa-8ac0-4a50-870d-ee289fa847b8"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:13.784Z", "message": "Stopping bono node", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:13.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "351ac8e6-5174-45e3-947f-6eb989c7ca53"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:13.784Z", "message": "Execution done (return_code=1): /tmp/GQFL4/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:13.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "b28bd14b-1e9c-468e-b73b-edcb14e1ec35"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:13.784Z", "message": "Executing: /tmp/R1QEL/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:13.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "23a23e22-f405-4d89-8ae8-122ef3a76c46"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:13.784Z", "message": "Execution done (return_code=1): /tmp/R1QEL/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:13.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "23a23e22-f405-4d89-8ae8-122ef3a76c46"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:13.784Z", "message": "Executing: /tmp/GQFL4/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:13.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "b28bd14b-1e9c-468e-b73b-edcb14e1ec35"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:13.784Z", "message": "Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/ZT816/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:13.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "351ac8e6-5174-45e3-947f-6eb989c7ca53"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:13.784Z", "message": "Executing: /tmp/7QZ5Y/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:13.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ce853b2f-13ce-4eac-9f49-90a526f3d28c"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:13.784Z", "message": "Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/6AAAI/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:13.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "c501cefa-8ac0-4a50-870d-ee289fa847b8"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:13.784Z", "message": "Execution done (return_code=1): /tmp/0LT6J/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:13.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "0263bbcd-b54e-4858-a4a2-736f8ee0949d"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:13.784Z", "message": "Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/R1QEL/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:13.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "23a23e22-f405-4d89-8ae8-122ef3a76c46"}, {"node_instance_id": "ellis_gyw49m", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:13.793Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:13.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_gyw49m", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:13.793Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:13.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_ty09xb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:13.793Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:13.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:14.822Z", "message": "Downloaded scripts/bind/bind.py to /tmp/SMX4X/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:14.822Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4c39862e-55e8-4066-80a3-a702d8fe61b1"}, {"node_instance_id": "vellum_ty09xb", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:14.839Z", "message": "Task failed 'script_runner.tasks.run' -> Group 'vellum' not found\n", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": [{"message": "Group 'vellum' not found\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/vellum_host_wi9ohz/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/vellum_host_wi9ohz/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/vellum_host_wi9ohz/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: Group 'vellum' not found\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-10-04T16:17:14.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:14.839Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:14.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_nu5fws", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:14.839Z", "message": "Task failed 'script_runner.tasks.run' -> \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n", "node_name": "homer", "workflow_id": "uninstall", "error_causes": [{"message": "\nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/homer_host_g4bnw5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/homer_host_g4bnw5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/homer_host_g4bnw5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-10-04T16:17:14.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:14.839Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:14.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_k4k4eh", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:14.839Z", "message": "Task failed 'script_runner.tasks.run' -> Group 'dime' not found\n", "node_name": "dime", "workflow_id": "uninstall", "error_causes": [{"message": "Group 'dime' not found\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/dime_host_vh48ds/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/dime_host_vh48ds/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/dime_host_vh48ds/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: Group 'dime' not found\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-10-04T16:17:14.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_gyw49m", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:14.839Z", "message": "Task failed 'script_runner.tasks.run' -> \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": [{"message": "\nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/ellis_host_9bvecx/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/ellis_host_9bvecx/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/ellis_host_9bvecx/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-10-04T16:17:14.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.833Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ee69f7b4-0681-44d7-97dc-154bf3b26f3f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.833Z", "message": "[localhost] run: sudo mv /tmp/tmpfQBVlJ /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4c39862e-55e8-4066-80a3-a702d8fe61b1"}], "metadata": {"pagination": {"total": 83, "offset": 0, "size": 50}}} 2018-10-04 16:17:16,060 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:17:16,060 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:17:16 GMT 2018-10-04 16:17:16,060 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:17:16,060 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30491 2018-10-04 16:17:16,060 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:17:16,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2018-10-04 16:17:16,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:17:16,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:17:16,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:17:16,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:17:16,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:17:16,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:17:16,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:17:16,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:17:16,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:17:16,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:17:16,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:17:16,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:17:16,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:17:16,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:17:16,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:17:16,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/7QZ5Y/stop-sprout.sh 2018-10-04 16:17:16,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/6AAAI/stop-ellis.sh 2018-10-04 16:17:16,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/GQFL4/stop-vellum.sh 2018-10-04 16:17:16,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping homer node 2018-10-04 16:17:16,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping dime node 2018-10-04 16:17:16,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/6AAAI/stop-ellis.sh 2018-10-04 16:17:16,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping vellum node 2018-10-04 16:17:16,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping sprout node 2018-10-04 16:17:16,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/0LT6J/stop-dime.sh 2018-10-04 16:17:16,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/0LT6J/stop-dime.sh 2018-10-04 16:17:16,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/ZT816/stop-bono.sh 2018-10-04 16:17:16,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping ellis node 2018-10-04 16:17:16,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping bono node 2018-10-04 16:17:16,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/GQFL4/stop-vellum.sh 2018-10-04 16:17:16,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/R1QEL/stop-homer.sh 2018-10-04 16:17:16,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/R1QEL/stop-homer.sh 2018-10-04 16:17:16,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/GQFL4/stop-vellum.sh 2018-10-04 16:17:16,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/ZT816/stop-bono.sh 2018-10-04 16:17:16,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/7QZ5Y/stop-sprout.sh 2018-10-04 16:17:16,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/6AAAI/stop-ellis.sh 2018-10-04 16:17:16,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/0LT6J/stop-dime.sh 2018-10-04 16:17:16,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/R1QEL/stop-homer.sh 2018-10-04 16:17:16,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:17:16,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:17:16,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:17:16,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/SMX4X/bind.py 2018-10-04 16:17:16,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'vellum' not found 2018-10-04 16:17:16,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:17:16,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_cluster_manager" 2018-10-04 16:17:16,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:17:16,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'dime' not found 2018-10-04 16:17:16,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_cluster_manager" 2018-10-04 16:17:16,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-04 16:17:16,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpfQBVlJ /etc/bind/db.clearwater.local 2018-10-04 16:17:16,070 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:17:16,256 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:17:16,256 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:17:16,256 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:17:16,256 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:17:16,256 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:17:16,257 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:17:16,257 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:17:16,257 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:17:16,257 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:17:16,257 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:17:16 GMT 2018-10-04 16:17:16,257 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:17:16,257 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:17:16,257 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:17:21,263 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:17:21,386 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:17:21,386 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:17:21,386 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:17:21,386 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:17:21,386 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:17:21,386 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:17:21,386 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:17:21,386 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.833Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "85bec736-0c5f-4985-8b56-f4991a749e8a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.833Z", "message": "The config dict: {'public_ip': u'172.30.9.211', 'backends': {u'homer': {u'homer_nu5fws': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'homer-nu5fws'}}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_2h4b7x': {u'public_address': u'', u'private_address': u'192.168.120.20', u'name': u'sprout-2h4b7x'}}, u'vellum': {u'vellum_ty09xb': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'vellum-ty09xb'}}, u'bono': {u'bono_22c2me': {u'public_address': u'172.30.9.208', u'private_address': u'192.168.120.6', u'name': u'bono-22c2me'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ee69f7b4-0681-44d7-97dc-154bf3b26f3f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.833Z", "message": "[localhost] run: sudo mv /tmp/tmpfQBVlJ /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4c39862e-55e8-4066-80a3-a702d8fe61b1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.833Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "85bec736-0c5f-4985-8b56-f4991a749e8a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.833Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4c39862e-55e8-4066-80a3-a702d8fe61b1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.833Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4c39862e-55e8-4066-80a3-a702d8fe61b1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.833Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4c39862e-55e8-4066-80a3-a702d8fe61b1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.833Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4c39862e-55e8-4066-80a3-a702d8fe61b1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.833Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ee69f7b4-0681-44d7-97dc-154bf3b26f3f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.833Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4c39862e-55e8-4066-80a3-a702d8fe61b1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.833Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ee69f7b4-0681-44d7-97dc-154bf3b26f3f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.833Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ee69f7b4-0681-44d7-97dc-154bf3b26f3f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.833Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ee69f7b4-0681-44d7-97dc-154bf3b26f3f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.833Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ee69f7b4-0681-44d7-97dc-154bf3b26f3f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.833Z", "message": "Downloaded scripts/bind/bind.py to /tmp/O6S2A/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "23891c11-4ace-4eff-8e4c-6845c2ba89ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.833Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4c39862e-55e8-4066-80a3-a702d8fe61b1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.833Z", "message": "The config dict: {'public_ip': u'172.30.9.211', 'backends': {u'homer': {u'homer_nu5fws': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'homer-nu5fws'}}, u'ellis': {u'ellis_gyw49m': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.13', u'name': u'ellis-gyw49m'}}, u'dime': {}, u'sprout': {u'sprout_2h4b7x': {u'public_address': u'', u'private_address': u'192.168.120.20', u'name': u'sprout-2h4b7x'}}, u'vellum': {u'vellum_ty09xb': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'vellum-ty09xb'}}, u'bono': {u'bono_22c2me': {u'public_address': u'172.30.9.208', u'private_address': u'192.168.120.6', u'name': u'bono-22c2me'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4c39862e-55e8-4066-80a3-a702d8fe61b1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.833Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ee69f7b4-0681-44d7-97dc-154bf3b26f3f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.833Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4c39862e-55e8-4066-80a3-a702d8fe61b1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.833Z", "message": "Downloaded scripts/bind/bind.py to /tmp/9CWM1/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "85bec736-0c5f-4985-8b56-f4991a749e8a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.833Z", "message": "[localhost] run: sudo mv /tmp/tmpoR8JAc /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ee69f7b4-0681-44d7-97dc-154bf3b26f3f"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.833Z", "message": "Execution done (return_code=1): /tmp/ZT816/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "351ac8e6-5174-45e3-947f-6eb989c7ca53"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.833Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "23891c11-4ace-4eff-8e4c-6845c2ba89ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.833Z", "message": "Downloaded scripts/bind/bind.py to /tmp/NT0NR/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ee69f7b4-0681-44d7-97dc-154bf3b26f3f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:15.910Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:15.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.850Z", "message": "[localhost] run: sudo mv /tmp/tmpphKwTd /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "23891c11-4ace-4eff-8e4c-6845c2ba89ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.850Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "23891c11-4ace-4eff-8e4c-6845c2ba89ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.850Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "23891c11-4ace-4eff-8e4c-6845c2ba89ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.850Z", "message": "[localhost] run: sudo mv /tmp/tmpzyjwd_ /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "23891c11-4ace-4eff-8e4c-6845c2ba89ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.850Z", "message": "[localhost] run: sudo mv /tmp/tmpA7YNMu /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "85bec736-0c5f-4985-8b56-f4991a749e8a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.850Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ee69f7b4-0681-44d7-97dc-154bf3b26f3f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.850Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "85bec736-0c5f-4985-8b56-f4991a749e8a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.850Z", "message": "The config dict: {'public_ip': u'172.30.9.211', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_2h4b7x': {u'public_address': u'', u'private_address': u'192.168.120.20', u'name': u'sprout-2h4b7x'}}, u'vellum': {u'vellum_ty09xb': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'vellum-ty09xb'}}, u'bono': {u'bono_22c2me': {u'public_address': u'172.30.9.208', u'private_address': u'192.168.120.6', u'name': u'bono-22c2me'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "85bec736-0c5f-4985-8b56-f4991a749e8a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.850Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "85bec736-0c5f-4985-8b56-f4991a749e8a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.850Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "23891c11-4ace-4eff-8e4c-6845c2ba89ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.850Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "85bec736-0c5f-4985-8b56-f4991a749e8a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.850Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "85bec736-0c5f-4985-8b56-f4991a749e8a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.850Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "23891c11-4ace-4eff-8e4c-6845c2ba89ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.850Z", "message": "The config dict: {'public_ip': u'172.30.9.211', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_2h4b7x': {u'public_address': u'', u'private_address': u'192.168.120.20', u'name': u'sprout-2h4b7x'}}, u'vellum': {}, u'bono': {u'bono_22c2me': {u'public_address': u'172.30.9.208', u'private_address': u'192.168.120.6', u'name': u'bono-22c2me'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "23891c11-4ace-4eff-8e4c-6845c2ba89ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.850Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "23891c11-4ace-4eff-8e4c-6845c2ba89ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.850Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "85bec736-0c5f-4985-8b56-f4991a749e8a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.850Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "23891c11-4ace-4eff-8e4c-6845c2ba89ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.850Z", "message": "[localhost] run: sudo mv /tmp/tmplgPeBY /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "85bec736-0c5f-4985-8b56-f4991a749e8a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.850Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ee69f7b4-0681-44d7-97dc-154bf3b26f3f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.850Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "23891c11-4ace-4eff-8e4c-6845c2ba89ed"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.850Z", "message": "[localhost] run: sudo mv /tmp/tmpkMpxxl /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ee69f7b4-0681-44d7-97dc-154bf3b26f3f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.850Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "85bec736-0c5f-4985-8b56-f4991a749e8a"}, {"node_instance_id": "bono_22c2me", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.852Z", "message": "Task failed 'script_runner.tasks.run' -> \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_config_manager\"\n", "node_name": "bono", "workflow_id": "uninstall", "error_causes": [{"message": "\nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_config_manager\"\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/bono_host_abb338/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/bono_host_abb338/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/bono_host_abb338/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_config_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-10-04T16:17:16.852Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_k4k4eh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.852Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.852Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.852Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.852Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}], "metadata": {"pagination": {"total": 181, "offset": 50, "size": 50}}} 2018-10-04 16:17:21,387 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:17:21,387 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:17:21 GMT 2018-10-04 16:17:21,387 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:17:21,387 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 31504 2018-10-04 16:17:21,387 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:17:21,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-04 16:17:21,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.211', 'backends': {u'homer': {u'homer_nu5fws': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'homer-nu5fws'}}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_2h4b7x': {u'public_address': u'', u'private_address': u'192.168.120.20', u'name': u'sprout-2h4b7x'}}, u'vellum': {u'vellum_ty09xb': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'vellum-ty09xb'}}, u'bono': {u'bono_22c2me': {u'public_address': u'172.30.9.208', u'private_address': u'192.168.120.6', u'name': u'bono-22c2me'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-04 16:17:21,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpfQBVlJ /etc/bind/db.clearwater.local 2018-10-04 16:17:21,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-04 16:17:21,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-04 16:17:21,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-04 16:17:21,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-04 16:17:21,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-04 16:17:21,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-04 16:17:21,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-04 16:17:21,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-04 16:17:21,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-04 16:17:21,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-04 16:17:21,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-04 16:17:21,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/O6S2A/bind.py 2018-10-04 16:17:21,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-04 16:17:21,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.211', 'backends': {u'homer': {u'homer_nu5fws': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'homer-nu5fws'}}, u'ellis': {u'ellis_gyw49m': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.13', u'name': u'ellis-gyw49m'}}, u'dime': {}, u'sprout': {u'sprout_2h4b7x': {u'public_address': u'', u'private_address': u'192.168.120.20', u'name': u'sprout-2h4b7x'}}, u'vellum': {u'vellum_ty09xb': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'vellum-ty09xb'}}, u'bono': {u'bono_22c2me': {u'public_address': u'172.30.9.208', u'private_address': u'192.168.120.6', u'name': u'bono-22c2me'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-04 16:17:21,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-04 16:17:21,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-04 16:17:21,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/9CWM1/bind.py 2018-10-04 16:17:21,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpoR8JAc /etc/bind/db.clearwater.local 2018-10-04 16:17:21,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/ZT816/stop-bono.sh 2018-10-04 16:17:21,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-04 16:17:21,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/NT0NR/bind.py 2018-10-04 16:17:21,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:17:21,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpphKwTd /etc/bind/db.clearwater.local 2018-10-04 16:17:21,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-04 16:17:21,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-04 16:17:21,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpzyjwd_ /etc/bind/db.clearwater.opnfv 2018-10-04 16:17:21,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpA7YNMu /etc/bind/db.clearwater.local 2018-10-04 16:17:21,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-04 16:17:21,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-04 16:17:21,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.211', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_2h4b7x': {u'public_address': u'', u'private_address': u'192.168.120.20', u'name': u'sprout-2h4b7x'}}, u'vellum': {u'vellum_ty09xb': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'vellum-ty09xb'}}, u'bono': {u'bono_22c2me': {u'public_address': u'172.30.9.208', u'private_address': u'192.168.120.6', u'name': u'bono-22c2me'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-04 16:17:21,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-04 16:17:21,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-04 16:17:21,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-04 16:17:21,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-04 16:17:21,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-04 16:17:21,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.211', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_2h4b7x': {u'public_address': u'', u'private_address': u'192.168.120.20', u'name': u'sprout-2h4b7x'}}, u'vellum': {}, u'bono': {u'bono_22c2me': {u'public_address': u'172.30.9.208', u'private_address': u'192.168.120.6', u'name': u'bono-22c2me'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-04 16:17:21,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-04 16:17:21,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-04 16:17:21,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-04 16:17:21,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmplgPeBY /etc/bind/db.clearwater.opnfv 2018-10-04 16:17:21,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-04 16:17:21,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-04 16:17:21,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpkMpxxl /etc/bind/db.clearwater.opnfv 2018-10-04 16:17:21,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-04 16:17:21,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_config_manager" 2018-10-04 16:17:21,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:17:21,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:17:21,396 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:17:21,465 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:17:21,465 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:17:21,465 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:17:21,465 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:17:21,466 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:17:21,466 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:17:21,466 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:17:21,466 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:17:21,466 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:17:21,466 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:17:21 GMT 2018-10-04 16:17:21,466 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:17:21,466 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:17:21,466 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:17:26,472 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:17:26,591 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:17:26,591 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:17:26,591 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:17:26,591 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:17:26,591 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:17:26,591 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:17:26,591 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:17:26,591 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_22c2me", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.852Z", "message": "Task failed 'script_runner.tasks.run' -> \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_config_manager\"\n", "node_name": "bono", "workflow_id": "uninstall", "error_causes": [{"message": "\nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_config_manager\"\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/bono_host_abb338/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/bono_host_abb338/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/bono_host_abb338/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_config_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-10-04T16:17:16.852Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.852Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.852Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.852Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.852Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_k4k4eh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:16.852Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:16.852Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_2h4b7x", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.870Z", "message": "Task failed 'script_runner.tasks.run' -> \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": [{"message": "\nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/sprout_host_u3mryy/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/sprout_host_u3mryy/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/sprout_host_u3mryy/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-10-04T16:17:17.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_gyw49m", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.870Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_gyw49m", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.870Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_gyw49m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.870Z", "message": "Deleting node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_ty09xb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.870Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_nu5fws", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.870Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_ty09xb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.870Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_ty09xb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.870Z", "message": "Deleting node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_nu5fws", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.870Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_nu5fws", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.870Z", "message": "Deleting node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.875Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f6119ec1-f843-4fe9-8ec8-316126352274"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.875Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f6119ec1-f843-4fe9-8ec8-316126352274"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.875Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f6119ec1-f843-4fe9-8ec8-316126352274"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.875Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f6119ec1-f843-4fe9-8ec8-316126352274"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.875Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/B76K2/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "98405f19-f73b-4c17-a40a-02d2f749df24"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.875Z", "message": "The config dict: {'public_ip': u'172.30.9.211', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_2h4b7x': {u'public_address': u'', u'private_address': u'192.168.120.20', u'name': u'sprout-2h4b7x'}}, u'vellum': {}, u'bono': {}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f6119ec1-f843-4fe9-8ec8-316126352274"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.875Z", "message": "[localhost] run: sudo mv /tmp/tmp6uIjsZ /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f6119ec1-f843-4fe9-8ec8-316126352274"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.875Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/MBKA9/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "e5cb239e-52d1-458a-bef1-c8da1645b06a"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.875Z", "message": "Executing: /tmp/MBKA9/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "e5cb239e-52d1-458a-bef1-c8da1645b06a"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.875Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "e5cb239e-52d1-458a-bef1-c8da1645b06a"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.875Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/NTFYY/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "47c7a7b2-5758-4f74-ba25-fadbe7f8cbe1"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.875Z", "message": "Execution done (return_code=1): /tmp/7QZ5Y/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ce853b2f-13ce-4eac-9f49-90a526f3d28c"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.875Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/4G7J5/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "207fdd0f-0453-4c63-af24-5c3e7daef48c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.875Z", "message": "Downloaded scripts/bind/bind.py to /tmp/NW4MB/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f6119ec1-f843-4fe9-8ec8-316126352274"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.875Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f6119ec1-f843-4fe9-8ec8-316126352274"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.875Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f6119ec1-f843-4fe9-8ec8-316126352274"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.875Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "47c7a7b2-5758-4f74-ba25-fadbe7f8cbe1"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.875Z", "message": "Executing: /tmp/B76K2/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "98405f19-f73b-4c17-a40a-02d2f749df24"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:17.875Z", "message": "Executing: /tmp/NTFYY/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:17.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "47c7a7b2-5758-4f74-ba25-fadbe7f8cbe1"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:18.881Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:18.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_22c2me", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:18.881Z", "message": "Deleting node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:18.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:18.881Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:18.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_22c2me", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:18.881Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:18.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:18.881Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:18.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_22c2me", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:18.881Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:18.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:18.890Z", "message": "Downloaded scripts/bind/bind.py to /tmp/H9LSS/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:18.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f944e2f1-ae4c-493e-9649-432f6bba0968"}, {"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:18.890Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:18.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "98405f19-f73b-4c17-a40a-02d2f749df24"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:18.890Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:18.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f6119ec1-f843-4fe9-8ec8-316126352274"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:18.890Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:18.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f944e2f1-ae4c-493e-9649-432f6bba0968"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:18.890Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:18.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "207fdd0f-0453-4c63-af24-5c3e7daef48c"}, {"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:18.890Z", "message": "Executing: /tmp/4G7J5/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:18.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "207fdd0f-0453-4c63-af24-5c3e7daef48c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:18.890Z", "message": "[localhost] run: sudo mv /tmp/tmpkqHAXg /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:18.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f6119ec1-f843-4fe9-8ec8-316126352274"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:18.890Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:18.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f6119ec1-f843-4fe9-8ec8-316126352274"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:19.890Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:19.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:19.901Z", "message": "[localhost] run: sudo mv /tmp/tmp9a7SzW /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:19.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f944e2f1-ae4c-493e-9649-432f6bba0968"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:19.901Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:19.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f944e2f1-ae4c-493e-9649-432f6bba0968"}], "metadata": {"pagination": {"total": 199, "offset": 100, "size": 50}}} 2018-10-04 16:17:26,592 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:17:26,592 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:17:26 GMT 2018-10-04 16:17:26,592 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:17:26,592 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29715 2018-10-04 16:17:26,592 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:17:26,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_config_manager" 2018-10-04 16:17:26,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:17:26,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:17:26,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:17:26,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_cluster_manager" 2018-10-04 16:17:26,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:17:26,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:17:26,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:17:26,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:17:26,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:17:26,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:17:26,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:17:26,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:17:26,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:17:26,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-04 16:17:26,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-04 16:17:26,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-04 16:17:26,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-04 16:17:26,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/B76K2/remove-cluster-node.sh 2018-10-04 16:17:26,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.211', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_2h4b7x': {u'public_address': u'', u'private_address': u'192.168.120.20', u'name': u'sprout-2h4b7x'}}, u'vellum': {}, u'bono': {}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.5', u'hss_hostname': u''}. 2018-10-04 16:17:26,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp6uIjsZ /etc/bind/db.clearwater.local 2018-10-04 16:17:26,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/MBKA9/remove-cluster-node.sh 2018-10-04 16:17:26,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/MBKA9/remove-cluster-node.sh 2018-10-04 16:17:26,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-10-04 16:17:26,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/NTFYY/remove-cluster-node.sh 2018-10-04 16:17:26,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/7QZ5Y/stop-sprout.sh 2018-10-04 16:17:26,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/4G7J5/remove-cluster-node.sh 2018-10-04 16:17:26,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/NW4MB/bind.py 2018-10-04 16:17:26,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-04 16:17:26,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-04 16:17:26,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-10-04 16:17:26,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/B76K2/remove-cluster-node.sh 2018-10-04 16:17:26,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/NTFYY/remove-cluster-node.sh 2018-10-04 16:17:26,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:17:26,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:17:26,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:17:26,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:17:26,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:17:26,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:17:26,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/H9LSS/bind.py 2018-10-04 16:17:26,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-10-04 16:17:26,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-04 16:17:26,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-04 16:17:26,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-10-04 16:17:26,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/4G7J5/remove-cluster-node.sh 2018-10-04 16:17:26,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpkqHAXg /etc/bind/db.clearwater.opnfv 2018-10-04 16:17:26,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-04 16:17:26,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:17:26,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp9a7SzW /etc/bind/db.clearwater.opnfv 2018-10-04 16:17:26,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-04 16:17:26,601 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:17:26,727 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:17:26,727 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:17:26,728 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:17:26,728 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:17:26,728 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:17:26,728 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:17:26,728 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:17:26,728 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:17:26,728 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:17:26,728 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:17:26 GMT 2018-10-04 16:17:26,728 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:17:26,728 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:17:26,729 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:17:31,732 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:17:32,289 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:17:32,289 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:17:32,289 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:17:32,289 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:17:32,289 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:17:32,289 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:17:32,289 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:17:32,290 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:19.901Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:19.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f944e2f1-ae4c-493e-9649-432f6bba0968"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:19.901Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/QPA1I/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:19.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "7a02ba47-8811-47ea-a552-17dac267f562"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:19.901Z", "message": "Executing: /tmp/QPA1I/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:19.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "7a02ba47-8811-47ea-a552-17dac267f562"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:19.901Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:19.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f944e2f1-ae4c-493e-9649-432f6bba0968"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:19.901Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:19.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f944e2f1-ae4c-493e-9649-432f6bba0968"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:19.901Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:19.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f944e2f1-ae4c-493e-9649-432f6bba0968"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:19.901Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:19.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f944e2f1-ae4c-493e-9649-432f6bba0968"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:19.901Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:19.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f944e2f1-ae4c-493e-9649-432f6bba0968"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:19.901Z", "message": "[localhost] run: sudo mv /tmp/tmpY4SBQc /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:19.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f944e2f1-ae4c-493e-9649-432f6bba0968"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:19.901Z", "message": "[localhost] run: sudo mv /tmp/tmp9a7SzW /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:19.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f944e2f1-ae4c-493e-9649-432f6bba0968"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:19.901Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:19.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f944e2f1-ae4c-493e-9649-432f6bba0968"}, {"node_instance_id": "sprout_2h4b7x", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:20.910Z", "message": "Deleting node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:20.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_2h4b7x", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:20.910Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:20.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_2h4b7x", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:20.910Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:20.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:20.912Z", "message": "Executing: /tmp/37HZQ/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:20.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "605e1470-0bfd-4a9f-a912-098af2481b7d"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:20.912Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:20.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "605e1470-0bfd-4a9f-a912-098af2481b7d"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:20.912Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/37HZQ/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:20.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "605e1470-0bfd-4a9f-a912-098af2481b7d"}, {"node_instance_id": "ellis_gyw49m", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:22.069Z", "message": "Execution done (return_code=0): /tmp/NTFYY/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:22.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "47c7a7b2-5758-4f74-ba25-fadbe7f8cbe1"}, {"node_instance_id": "ellis_gyw49m", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:22.213Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:22.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:22.922Z", "message": "Stopping node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:22.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:23.934Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:23.934Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:23.934Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:23.934Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:24.943Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:24.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:24.943Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:24.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:24.943Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:24.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_22c2me", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:25.099Z", "message": "Execution done (return_code=0): /tmp/QPA1I/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:25.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "7a02ba47-8811-47ea-a552-17dac267f562"}, {"node_instance_id": "bono_host_abb338", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:25.959Z", "message": "Stopping node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:25.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_22c2me", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:25.959Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:25.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:25.959Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:25.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:25.959Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:25.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:25.959Z", "message": "Stopping agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:25.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_host_abb338", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:25.959Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:25.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:25.959Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:25.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:25.959Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:25.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:26.273Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:26.273Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "9c2fccae-dfb9-456e-a862-1df6e0a58bb6"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:26.930Z", "message": "Stopping Agent ellis_host_9bvecx", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:26.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "9c2fccae-dfb9-456e-a862-1df6e0a58bb6"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:26.930Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:26.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "9c2fccae-dfb9-456e-a862-1df6e0a58bb6"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:26.930Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:26.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "9c2fccae-dfb9-456e-a862-1df6e0a58bb6"}, {"node_instance_id": "dime_k4k4eh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:26.930Z", "message": "Execution done (return_code=0): /tmp/MBKA9/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:26.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "e5cb239e-52d1-458a-bef1-c8da1645b06a"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:26.930Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:26.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "9c2fccae-dfb9-456e-a862-1df6e0a58bb6"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:26.930Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:26.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "9c2fccae-dfb9-456e-a862-1df6e0a58bb6"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:26.930Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:26.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "9c2fccae-dfb9-456e-a862-1df6e0a58bb6"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:26.930Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:26.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "9c2fccae-dfb9-456e-a862-1df6e0a58bb6"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:26.930Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:26.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "9c2fccae-dfb9-456e-a862-1df6e0a58bb6"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:26.930Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:26.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "9c2fccae-dfb9-456e-a862-1df6e0a58bb6"}, {"node_instance_id": "dime_k4k4eh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:27.004Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:27.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:27.971Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:27.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:27.971Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:27.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:27.971Z", "message": "Stopping node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:27.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:28.982Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:28.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}], "metadata": {"pagination": {"total": 245, "offset": 150, "size": 50}}} 2018-10-04 16:17:32,290 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:17:32,290 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:17:32 GMT 2018-10-04 16:17:32,290 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:17:32,290 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26336 2018-10-04 16:17:32,290 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:17:32,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-04 16:17:32,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/QPA1I/remove-cluster-node.sh 2018-10-04 16:17:32,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/QPA1I/remove-cluster-node.sh 2018-10-04 16:17:32,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-04 16:17:32,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-04 16:17:32,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-04 16:17:32,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-04 16:17:32,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-04 16:17:32,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpY4SBQc /etc/bind/db.clearwater.local 2018-10-04 16:17:32,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp9a7SzW /etc/bind/db.clearwater.opnfv 2018-10-04 16:17:32,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-04 16:17:32,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:17:32,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-04 16:17:32,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-04 16:17:32,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/37HZQ/remove-cluster-node.sh 2018-10-04 16:17:32,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-10-04 16:17:32,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/37HZQ/remove-cluster-node.sh 2018-10-04 16:17:32,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/NTFYY/remove-cluster-node.sh 2018-10-04 16:17:32,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:17:32,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:17:32,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-04 16:17:32,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-04 16:17:32,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-04 16:17:32,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-04 16:17:32,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-04 16:17:32,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/QPA1I/remove-cluster-node.sh 2018-10-04 16:17:32,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:17:32,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:17:32,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-04 16:17:32,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-04 16:17:32,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-04 16:17:32,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-04 16:17:32,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-04 16:17:32,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-04 16:17:32,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:32,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent ellis_host_9bvecx 2018-10-04 16:17:32,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:32,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:32,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/MBKA9/remove-cluster-node.sh 2018-10-04 16:17:32,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:32,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:32,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:32,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:32,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:32,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:32,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:17:32,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-04 16:17:32,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-04 16:17:32,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:17:32,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-04 16:17:32,299 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:17:32,904 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:17:32,904 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:17:32,904 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:17:32,904 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:17:32,904 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:17:32,905 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:17:32,905 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:17:32,905 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:17:32,905 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:17:32,905 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:17:32 GMT 2018-10-04 16:17:32,905 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:17:32,905 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:17:32,905 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:17:37,911 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:17:37,989 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:17:37,990 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:17:37,990 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:17:37,990 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:17:37,990 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:17:37,990 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:17:37,990 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:17:37,990 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_nu5fws", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:29.855Z", "message": "Execution done (return_code=0): /tmp/B76K2/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:29.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "98405f19-f73b-4c17-a40a-02d2f749df24"}, {"node_instance_id": "bono_host_abb338", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:29.995Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:29.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:29.995Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:29.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:29.995Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:29.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_host_abb338", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:29.995Z", "message": "Stopping agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:29.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:29.995Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:29.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:29.995Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:29.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:29.995Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:29.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_host_abb338", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:29.995Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:29.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:30.977Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:30.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "46ca386c-90a5-41f9-9cb7-5ee2b68dae80"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:30.977Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:30.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "46ca386c-90a5-41f9-9cb7-5ee2b68dae80"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:30.977Z", "message": "Stopping daemon with command: sudo service celeryd-ellis_host_9bvecx stop", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:30.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "9c2fccae-dfb9-456e-a862-1df6e0a58bb6"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:30.977Z", "message": "Successfully stopped daemon: ellis_host_9bvecx\u001b[0m", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:30.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "9c2fccae-dfb9-456e-a862-1df6e0a58bb6"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:30.977Z", "message": "Stopping Agent bono_host_abb338", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:30.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "46ca386c-90a5-41f9-9cb7-5ee2b68dae80"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:30.977Z", "message": "Stopping...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:30.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "9c2fccae-dfb9-456e-a862-1df6e0a58bb6"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:30.977Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:30.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "46ca386c-90a5-41f9-9cb7-5ee2b68dae80"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:30.977Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:30.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "46ca386c-90a5-41f9-9cb7-5ee2b68dae80"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:30.977Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:30.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "46ca386c-90a5-41f9-9cb7-5ee2b68dae80"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:30.977Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:30.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "46ca386c-90a5-41f9-9cb7-5ee2b68dae80"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:30.977Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:30.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "46ca386c-90a5-41f9-9cb7-5ee2b68dae80"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:30.977Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:30.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "46ca386c-90a5-41f9-9cb7-5ee2b68dae80"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:30.977Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:30.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "46ca386c-90a5-41f9-9cb7-5ee2b68dae80"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:31.030Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:31.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_nu5fws", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:31.030Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:31.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:31.030Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:31.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:31.030Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:31.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:31.030Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:31.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:31.030Z", "message": "Stopping node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:31.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:31.030Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:31.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:31.030Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:31.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:31.030Z", "message": "Stopping agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:31.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:32.021Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:32.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6661fd1a-9967-4598-900a-2cfb7614923c"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:32.021Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:32.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6661fd1a-9967-4598-900a-2cfb7614923c"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:32.021Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:32.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6661fd1a-9967-4598-900a-2cfb7614923c"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:32.021Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:32.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6661fd1a-9967-4598-900a-2cfb7614923c"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:32.021Z", "message": "Stopping Agent dime_host_vh48ds", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:32.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6661fd1a-9967-4598-900a-2cfb7614923c"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:32.021Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:32.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6661fd1a-9967-4598-900a-2cfb7614923c"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:32.021Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:32.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6661fd1a-9967-4598-900a-2cfb7614923c"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:32.021Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:32.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6661fd1a-9967-4598-900a-2cfb7614923c"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:32.021Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:32.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6661fd1a-9967-4598-900a-2cfb7614923c"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:32.021Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:32.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6661fd1a-9967-4598-900a-2cfb7614923c"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:32.051Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:32.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:32.051Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:32.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:32.051Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:32.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:32.051Z", "message": "Deleting agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:32.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:33.358Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:33.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:33.358Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:33.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:33.358Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:33.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:33.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:33.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f7786a0c-7faa-41cc-bb6d-56d00cffb70a"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:33.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:33.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f7786a0c-7faa-41cc-bb6d-56d00cffb70a"}], "metadata": {"pagination": {"total": 326, "offset": 200, "size": 50}}} 2018-10-04 16:17:37,990 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:17:37,991 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:17:37 GMT 2018-10-04 16:17:37,991 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:17:37,991 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26534 2018-10-04 16:17:37,991 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:17:37,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/B76K2/remove-cluster-node.sh 2018-10-04 16:17:37,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-04 16:17:37,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-04 16:17:37,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-04 16:17:37,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-04 16:17:37,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-04 16:17:37,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-04 16:17:37,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-04 16:17:37,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-04 16:17:37,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:37,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:37,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-ellis_host_9bvecx stop 2018-10-04 16:17:37,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: ellis_host_9bvecx 2018-10-04 16:17:37,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bono_host_abb338 2018-10-04 16:17:37,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-04 16:17:37,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:37,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:37,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:37,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:37,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:37,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:37,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:37,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-04 16:17:37,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:17:37,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-04 16:17:37,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-04 16:17:37,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-04 16:17:37,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:17:37,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-04 16:17:37,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-04 16:17:37,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-04 16:17:37,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:37,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:37,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:37,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:37,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent dime_host_vh48ds 2018-10-04 16:17:37,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:37,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:37,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:37,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:37,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:37,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-04 16:17:37,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-04 16:17:37,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-04 16:17:37,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-04 16:17:37,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-04 16:17:37,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-04 16:17:37,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-04 16:17:38,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:38,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:38,000 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:17:38,204 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:17:38,204 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:17:38,204 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:17:38,204 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:17:38,205 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:17:38,205 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:17:38,205 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:17:38,205 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:17:38,205 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:17:38,205 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:17:38 GMT 2018-10-04 16:17:38,205 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:17:38,205 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:17:38,205 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:17:43,211 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:17:43,308 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:17:43,308 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:17:43,308 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:17:43,308 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:17:43,308 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:17:43,308 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:17:43,308 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:17:43,308 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:33.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:33.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f7786a0c-7faa-41cc-bb6d-56d00cffb70a"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:33.360Z", "message": "Deleting Agent ellis_host_9bvecx", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:33.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f7786a0c-7faa-41cc-bb6d-56d00cffb70a"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:33.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:33.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f7786a0c-7faa-41cc-bb6d-56d00cffb70a"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:33.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:33.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f7786a0c-7faa-41cc-bb6d-56d00cffb70a"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:33.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:33.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f7786a0c-7faa-41cc-bb6d-56d00cffb70a"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:33.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:33.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f7786a0c-7faa-41cc-bb6d-56d00cffb70a"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:33.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:33.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f7786a0c-7faa-41cc-bb6d-56d00cffb70a"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:33.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:33.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f7786a0c-7faa-41cc-bb6d-56d00cffb70a"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:34.389Z", "message": "Stopping agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:34.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:34.389Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:34.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:34.389Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:34.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:34.389Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:34.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:34.597Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:34.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "8f163cf3-9aec-42d9-87e7-3e44efa0a61f"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:35.409Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:35.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:35.409Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:35.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:35.415Z", "message": "Successfully stopped daemon: bono_host_abb338\u001b[0m", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:35.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "46ca386c-90a5-41f9-9cb7-5ee2b68dae80"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:35.415Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:35.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "8f163cf3-9aec-42d9-87e7-3e44efa0a61f"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:35.415Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:35.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "8f163cf3-9aec-42d9-87e7-3e44efa0a61f"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:35.415Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:35.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "8f163cf3-9aec-42d9-87e7-3e44efa0a61f"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:35.415Z", "message": "Stopping...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:35.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "46ca386c-90a5-41f9-9cb7-5ee2b68dae80"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:35.415Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:35.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "8f163cf3-9aec-42d9-87e7-3e44efa0a61f"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:35.415Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:35.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "8f163cf3-9aec-42d9-87e7-3e44efa0a61f"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:35.415Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:35.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "8f163cf3-9aec-42d9-87e7-3e44efa0a61f"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:35.415Z", "message": "Deleting...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:35.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f7786a0c-7faa-41cc-bb6d-56d00cffb70a"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:35.415Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:35.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "8f163cf3-9aec-42d9-87e7-3e44efa0a61f"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:35.415Z", "message": "Stopping daemon with command: sudo service celeryd-bono_host_abb338 stop", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:35.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "46ca386c-90a5-41f9-9cb7-5ee2b68dae80"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:35.415Z", "message": "Stopping Agent homer_host_g4bnw5", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:35.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "8f163cf3-9aec-42d9-87e7-3e44efa0a61f"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:35.415Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:35.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f7786a0c-7faa-41cc-bb6d-56d00cffb70a"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:35.415Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:35.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "8f163cf3-9aec-42d9-87e7-3e44efa0a61f"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:35.415Z", "message": "Successfully deleted daemon: ellis_host_9bvecx", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:35.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "f7786a0c-7faa-41cc-bb6d-56d00cffb70a"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:36.435Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:36.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:36.435Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:36.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:36.435Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:36.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_host_abb338", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:36.435Z", "message": "Deleting agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:36.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:36.435Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:36.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_host_abb338", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:36.435Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:36.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:36.435Z", "message": "Deleting agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:36.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:36.449Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:36.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "2112c10c-05aa-4a78-8526-6959cfbc6a6a"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:36.449Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:36.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "2112c10c-05aa-4a78-8526-6959cfbc6a6a"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:36.449Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:36.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "2112c10c-05aa-4a78-8526-6959cfbc6a6a"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:36.449Z", "message": "Deleting Agent bono_host_abb338", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:36.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "2112c10c-05aa-4a78-8526-6959cfbc6a6a"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:36.449Z", "message": "Stopping...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:36.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6661fd1a-9967-4598-900a-2cfb7614923c"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:36.449Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:36.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "2112c10c-05aa-4a78-8526-6959cfbc6a6a"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:36.449Z", "message": "Stopping daemon with command: sudo service celeryd-dime_host_vh48ds stop", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:36.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6661fd1a-9967-4598-900a-2cfb7614923c"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:36.449Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:36.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "2112c10c-05aa-4a78-8526-6959cfbc6a6a"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:36.449Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:36.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "2112c10c-05aa-4a78-8526-6959cfbc6a6a"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:36.449Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:36.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "2112c10c-05aa-4a78-8526-6959cfbc6a6a"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:36.449Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:36.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "2112c10c-05aa-4a78-8526-6959cfbc6a6a"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:36.449Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:36.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "2112c10c-05aa-4a78-8526-6959cfbc6a6a"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:36.449Z", "message": "Successfully stopped daemon: dime_host_vh48ds\u001b[0m", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:36.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6661fd1a-9967-4598-900a-2cfb7614923c"}], "metadata": {"pagination": {"total": 364, "offset": 250, "size": 50}}} 2018-10-04 16:17:43,309 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:17:43,309 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:17:43 GMT 2018-10-04 16:17:43,309 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:17:43,309 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26967 2018-10-04 16:17:43,309 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:17:43,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:43,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent ellis_host_9bvecx 2018-10-04 16:17:43,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:43,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:43,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:43,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:43,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:43,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:43,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-04 16:17:43,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-04 16:17:43,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-04 16:17:43,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-04 16:17:43,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:43,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-04 16:17:43,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-04 16:17:43,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bono_host_abb338 2018-10-04 16:17:43,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:43,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:43,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:43,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-04 16:17:43,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:43,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:43,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:43,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-04 16:17:43,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:43,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bono_host_abb338 stop 2018-10-04 16:17:43,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent homer_host_g4bnw5 2018-10-04 16:17:43,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-04 16:17:43,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:43,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: ellis_host_9bvecx 2018-10-04 16:17:43,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-04 16:17:43,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-04 16:17:43,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-04 16:17:43,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-04 16:17:43,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-04 16:17:43,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-04 16:17:43,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-04 16:17:43,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:43,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:43,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:43,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bono_host_abb338 2018-10-04 16:17:43,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-04 16:17:43,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:43,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-dime_host_vh48ds stop 2018-10-04 16:17:43,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:43,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:43,318 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:43,318 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:43,318 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:43,318 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: dime_host_vh48ds 2018-10-04 16:17:43,318 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:17:43,520 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:17:43,520 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:17:43,520 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:17:43,520 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:17:43,520 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:17:43,520 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:17:43,520 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:17:43,521 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:17:43,521 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:17:43,521 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:17:43 GMT 2018-10-04 16:17:43,521 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:17:43,521 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:17:43,521 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:17:48,526 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:17:48,616 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:17:48,616 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:17:48,616 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:17:48,616 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:17:48,617 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:17:48,617 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:17:48,617 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:17:48,617 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_vh48ds", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:37.446Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:37.446Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:37.446Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:37.446Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:37.472Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:37.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "46cb08bf-bd09-4bb1-8808-b0b1c12426d6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:37.472Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:37.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "46cb08bf-bd09-4bb1-8808-b0b1c12426d6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:37.472Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:37.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "46cb08bf-bd09-4bb1-8808-b0b1c12426d6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:37.472Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:37.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "46cb08bf-bd09-4bb1-8808-b0b1c12426d6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:37.472Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:37.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "46cb08bf-bd09-4bb1-8808-b0b1c12426d6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:37.472Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:37.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "46cb08bf-bd09-4bb1-8808-b0b1c12426d6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:37.472Z", "message": "Deleting Agent dime_host_vh48ds", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:37.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "46cb08bf-bd09-4bb1-8808-b0b1c12426d6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:37.472Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:37.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "46cb08bf-bd09-4bb1-8808-b0b1c12426d6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:37.472Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:37.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "46cb08bf-bd09-4bb1-8808-b0b1c12426d6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:37.472Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:37.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "46cb08bf-bd09-4bb1-8808-b0b1c12426d6"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:38.494Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:38.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:38.494Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:38.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:38.543Z", "message": "Deleting...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:38.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "2112c10c-05aa-4a78-8526-6959cfbc6a6a"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:38.543Z", "message": "Successfully deleted daemon: bono_host_abb338", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:38.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "2112c10c-05aa-4a78-8526-6959cfbc6a6a"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:38.543Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:38.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "2112c10c-05aa-4a78-8526-6959cfbc6a6a"}, {"node_instance_id": "bono_host_abb338", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:39.506Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:39.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:39.506Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:39.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:39.506Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:39.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:39.506Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:39.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:39.506Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:39.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:39.555Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:39.555Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "46cb08bf-bd09-4bb1-8808-b0b1c12426d6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:39.555Z", "message": "Successfully deleted daemon: dime_host_vh48ds", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:39.555Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "46cb08bf-bd09-4bb1-8808-b0b1c12426d6"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:39.555Z", "message": "Deleting...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:39.555Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "46cb08bf-bd09-4bb1-8808-b0b1c12426d6"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:39.555Z", "message": "Stopping daemon with command: sudo service celeryd-homer_host_g4bnw5 stop", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:39.555Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "8f163cf3-9aec-42d9-87e7-3e44efa0a61f"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:39.555Z", "message": "Successfully stopped daemon: homer_host_g4bnw5\u001b[0m", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:39.555Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "8f163cf3-9aec-42d9-87e7-3e44efa0a61f"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:39.555Z", "message": "Stopping...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:39.555Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "8f163cf3-9aec-42d9-87e7-3e44efa0a61f"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:40.556Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:40.556Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:40.556Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:40.556Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:40.556Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:40.556Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:40.556Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:40.556Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:40.556Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:40.556Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:40.556Z", "message": "Deleting agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:40.556Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:40.621Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:40.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4ed4c6ab-13d4-43f6-9699-8f187a06b31a"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:40.621Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:40.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4ed4c6ab-13d4-43f6-9699-8f187a06b31a"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:40.621Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:40.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4ed4c6ab-13d4-43f6-9699-8f187a06b31a"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:40.621Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:40.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4ed4c6ab-13d4-43f6-9699-8f187a06b31a"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:40.621Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:40.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4ed4c6ab-13d4-43f6-9699-8f187a06b31a"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:40.621Z", "message": "Deleting Agent homer_host_g4bnw5", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:40.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4ed4c6ab-13d4-43f6-9699-8f187a06b31a"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:40.621Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:40.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4ed4c6ab-13d4-43f6-9699-8f187a06b31a"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:40.621Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:40.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4ed4c6ab-13d4-43f6-9699-8f187a06b31a"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:40.621Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:40.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4ed4c6ab-13d4-43f6-9699-8f187a06b31a"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:40.621Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:40.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4ed4c6ab-13d4-43f6-9699-8f187a06b31a"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:41.573Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:41.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:42.216Z", "message": "Deleting...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:42.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4ed4c6ab-13d4-43f6-9699-8f187a06b31a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:42.584Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:42.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:42.584Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:42.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:42.636Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:42.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4ed4c6ab-13d4-43f6-9699-8f187a06b31a"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:42.636Z", "message": "Successfully deleted daemon: homer_host_g4bnw5", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:42.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4ed4c6ab-13d4-43f6-9699-8f187a06b31a"}], "metadata": {"pagination": {"total": 381, "offset": 300, "size": 50}}} 2018-10-04 16:17:48,617 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:17:48,617 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:17:48 GMT 2018-10-04 16:17:48,617 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:17:48,617 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26734 2018-10-04 16:17:48,617 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:17:48,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-04 16:17:48,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-04 16:17:48,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:48,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:48,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:48,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:48,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:48,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:48,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent dime_host_vh48ds 2018-10-04 16:17:48,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:48,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:48,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:48,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-10-04 16:17:48,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-04 16:17:48,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-04 16:17:48,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bono_host_abb338 2018-10-04 16:17:48,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-04 16:17:48,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-04 16:17:48,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-04 16:17:48,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-10-04 16:17:48,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-04 16:17:48,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-04 16:17:48,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-04 16:17:48,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: dime_host_vh48ds 2018-10-04 16:17:48,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-04 16:17:48,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-homer_host_g4bnw5 stop 2018-10-04 16:17:48,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: homer_host_g4bnw5 2018-10-04 16:17:48,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-04 16:17:48,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-04 16:17:48,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-04 16:17:48,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-04 16:17:48,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-04 16:17:48,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-04 16:17:48,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-04 16:17:48,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:48,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:48,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:48,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:48,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:48,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent homer_host_g4bnw5 2018-10-04 16:17:48,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:48,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:48,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:48,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:48,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-04 16:17:48,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-04 16:17:48,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-10-04 16:17:48,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-10-04 16:17:48,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-04 16:17:48,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: homer_host_g4bnw5 2018-10-04 16:17:48,626 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:17:48,688 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:17:48,689 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:17:48,689 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:17:48,689 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:17:48,689 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:17:48,689 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:17:48,689 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:17:48,689 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:17:48,689 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:17:48,690 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:17:48 GMT 2018-10-04 16:17:48,690 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:17:48,690 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:17:48,690 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:17:53,691 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:17:53,840 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:17:53,840 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:17:53,840 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:17:53,840 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:17:53,840 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:17:53,840 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:17:53,841 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:17:53,841 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_vh48ds", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:43.937Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:43.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:43.937Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:43.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:43.937Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:43.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:43.937Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:43.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:43.937Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:43.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:43.937Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:43.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:45.277Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:45.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:45.961Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:45.961Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:45.961Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:45.961Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:45.961Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:45.961Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:46.999Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:46.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_2h4b7x", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:47.837Z", "message": "Execution done (return_code=0): /tmp/37HZQ/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:47.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "605e1470-0bfd-4a9f-a912-098af2481b7d"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:48.011Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:48.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:48.011Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:48.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:48.011Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:48.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_2h4b7x", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:48.011Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:48.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "proxy_node_73p7br", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:49.270Z", "message": "Stopping node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:49.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:49.270Z", "message": "Stopping node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:49.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:49.270Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:49.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:49.270Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:49.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "proxy_node_73p7br", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:50.311Z", "message": "Deleting node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:50.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:50.311Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:50.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:50.311Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:50.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:50.311Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:50.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:51.343Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:51.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:51.343Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:51.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:51.343Z", "message": "Stopping node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:51.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:51.343Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:51.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:51.343Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:51.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:51.343Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:51.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:52.361Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:52.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4199dee4-889c-490a-ab00-e7909a1c420c"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:52.365Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:52.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:52.365Z", "message": "Stopping agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:52.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:52.365Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:52.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:52.365Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:52.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:52.365Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:52.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:52.365Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:52.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:52.365Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:52.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:52.948Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:52.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4199dee4-889c-490a-ab00-e7909a1c420c"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:52.948Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:52.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4199dee4-889c-490a-ab00-e7909a1c420c"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:52.948Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:52.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4199dee4-889c-490a-ab00-e7909a1c420c"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:52.948Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:52.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4199dee4-889c-490a-ab00-e7909a1c420c"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:52.948Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:52.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4199dee4-889c-490a-ab00-e7909a1c420c"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:52.948Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:52.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4199dee4-889c-490a-ab00-e7909a1c420c"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:52.948Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:52.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4199dee4-889c-490a-ab00-e7909a1c420c"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:52.948Z", "message": "Stopping Agent sprout_host_u3mryy", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:52.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4199dee4-889c-490a-ab00-e7909a1c420c"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:52.948Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:52.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4199dee4-889c-490a-ab00-e7909a1c420c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:53.378Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:53.378Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:53.378Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:53.378Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:53.378Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:53.378Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}], "metadata": {"pagination": {"total": 418, "offset": 350, "size": 50}}} 2018-10-04 16:17:53,841 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:17:53,841 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:17:53 GMT 2018-10-04 16:17:53,841 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:17:53,841 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25878 2018-10-04 16:17:53,841 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:17:53,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-04 16:17:53,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-04 16:17:53,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-04 16:17:53,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:17:53,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-04 16:17:53,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:17:53,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-04 16:17:53,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-10-04 16:17:53,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:17:53,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:17:53,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:17:53,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/37HZQ/remove-cluster-node.sh 2018-10-04 16:17:53,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-10-04 16:17:53,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:17:53,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:17:53,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-04 16:17:53,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:17:53,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:17:53,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-04 16:17:53,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-04 16:17:53,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:17:53,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:17:53,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:17:53,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:17:53,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-04 16:17:53,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-04 16:17:53,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:17:53,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-04 16:17:53,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-04 16:17:53,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-04 16:17:53,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:53,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-04 16:17:53,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-04 16:17:53,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:17:53,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:17:53,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:17:53,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-04 16:17:53,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-04 16:17:53,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:53,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:53,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:53,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:53,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:53,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:53,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:53,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent sprout_host_u3mryy 2018-10-04 16:17:53,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:53,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:17:53,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:17:53,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:17:53,850 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:17:53,928 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:17:53,928 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:17:53,928 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:17:53,928 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:17:53,928 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:17:53,928 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:17:53,928 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:17:53,929 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:17:53,929 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:17:53,929 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:17:53 GMT 2018-10-04 16:17:53,929 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:17:53,929 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:17:53,929 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:17:58,932 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:17:59,093 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:17:59,094 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:17:59,094 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:17:59,094 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:17:59,094 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:17:59,094 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:17:59,094 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:17:59,094 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:55.035Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:55.035Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:55.446Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:55.446Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:56.233Z", "message": "deleting server", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:56.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "cef89f3a-ccf6-442a-834a-427a755779f9"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:56.455Z", "message": "Deleting node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:56.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:56.455Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:56.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:56.455Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:56.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:56.455Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:56.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:56.455Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:56.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:56.455Z", "message": "Deleting node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:56.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:56.455Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:56.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:56.455Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:56.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:56.455Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:56.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:56.967Z", "message": "deleting server", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:56.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6c3ac460-4eb8-4677-9444-71472f52418a"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:56.967Z", "message": "Stopping...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:56.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4199dee4-889c-490a-ab00-e7909a1c420c"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:56.967Z", "message": "Successfully stopped daemon: sprout_host_u3mryy\u001b[0m", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:56.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4199dee4-889c-490a-ab00-e7909a1c420c"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:56.967Z", "message": "Stopping daemon with command: sudo service celeryd-sprout_host_u3mryy stop", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:56.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "4199dee4-889c-490a-ab00-e7909a1c420c"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:57.700Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:57.700Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:57.700Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:57.700Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:57.700Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:57.700Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:57.700Z", "message": "Deleting agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:57.700Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:57.700Z", "message": "Stopping agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:57.700Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:57.700Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:57.700Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:57.700Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:57.700Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:57.700Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:57.700Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:57.700Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:57.700Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:57.700Z", "message": "Deleting node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:57.700Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:57.700Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:57.700Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:57.982Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:57.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ef59eecd-4bb4-4df3-80ee-7249bb7776bc"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:57.982Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:57.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "358ef855-521e-410a-897a-176ca742928a"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:57.982Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:57.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ef59eecd-4bb4-4df3-80ee-7249bb7776bc"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:57.982Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:57.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ef59eecd-4bb4-4df3-80ee-7249bb7776bc"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:57.982Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:57.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ef59eecd-4bb4-4df3-80ee-7249bb7776bc"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:57.982Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:57.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ef59eecd-4bb4-4df3-80ee-7249bb7776bc"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:57.982Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:57.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ef59eecd-4bb4-4df3-80ee-7249bb7776bc"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:57.982Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:57.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ef59eecd-4bb4-4df3-80ee-7249bb7776bc"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:57.982Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:57.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "358ef855-521e-410a-897a-176ca742928a"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:57.982Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:57.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ef59eecd-4bb4-4df3-80ee-7249bb7776bc"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:57.982Z", "message": "Stopping Agent proxy_host_g5ebwf", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:57.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ef59eecd-4bb4-4df3-80ee-7249bb7776bc"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:57.982Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:57.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ef59eecd-4bb4-4df3-80ee-7249bb7776bc"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:58.713Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:58.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:58.713Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:58.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:58.713Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:58.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}], "metadata": {"pagination": {"total": 460, "offset": 400, "size": 50}}} 2018-10-04 16:17:59,094 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:17:59,095 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:17:59 GMT 2018-10-04 16:17:59,095 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:17:59,095 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21939 2018-10-04 16:17:59,095 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:17:59,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:17:59,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:17:59,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-04 16:17:59,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:17:59,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-04 16:17:59,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-04 16:17:59,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-04 16:17:59,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-04 16:17:59,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:17:59,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-04 16:17:59,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-04 16:17:59,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-04 16:17:59,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-04 16:17:59,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-04 16:17:59,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: sprout_host_u3mryy 2018-10-04 16:17:59,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-sprout_host_u3mryy stop 2018-10-04 16:17:59,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-04 16:17:59,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-04 16:17:59,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-04 16:17:59,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-04 16:17:59,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-04 16:17:59,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-04 16:17:59,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-04 16:17:59,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:17:59,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-04 16:17:59,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:17:59,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-04 16:17:59,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:59,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:59,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:59,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:59,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:59,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:59,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:59,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:59,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:59,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:59,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent proxy_host_g5ebwf 2018-10-04 16:17:59,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:17:59,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:17:59,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-04 16:17:59,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:17:59,103 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:17:59,194 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:17:59,194 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:17:59,194 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:17:59,194 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:17:59,194 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:17:59,195 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:17:59,195 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:17:59,195 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:17:59,195 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:17:59,195 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:17:59 GMT 2018-10-04 16:17:59,195 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:17:59,195 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:17:59,195 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:18:04,201 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:18:04,385 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:18:04,385 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:18:04,385 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:18:04,385 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:18:04,385 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:18:04,386 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:18:04,386 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:18:04,386 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:58.995Z", "message": "deleting server", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:58.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "a549024c-9db5-42ae-9dc8-373c0cf94308"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:58.995Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:58.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "358ef855-521e-410a-897a-176ca742928a"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:58.995Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:58.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "358ef855-521e-410a-897a-176ca742928a"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:58.995Z", "message": "Deleting Agent sprout_host_u3mryy", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:58.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "358ef855-521e-410a-897a-176ca742928a"}, {"node_instance_id": "homer_host_g4bnw5", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:58.995Z", "message": "Waiting for server \"fcacb0dc-3d48-4012-bc81-0be415e3fdb7\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:58.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "cef89f3a-ccf6-442a-834a-427a755779f9"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:58.995Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:58.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "358ef855-521e-410a-897a-176ca742928a"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:58.995Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:58.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "358ef855-521e-410a-897a-176ca742928a"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:58.995Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:58.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "358ef855-521e-410a-897a-176ca742928a"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:58.995Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:58.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "358ef855-521e-410a-897a-176ca742928a"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:17:58.995Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:17:58.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "358ef855-521e-410a-897a-176ca742928a"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:00.089Z", "message": "Successfully deleted daemon: sprout_host_u3mryy", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:00.089Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "358ef855-521e-410a-897a-176ca742928a"}, {"node_instance_id": "dime_host_vh48ds", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:00.089Z", "message": "Waiting for server \"6cead406-bce4-4632-8c39-912d076326a8\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:00.089Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6c3ac460-4eb8-4677-9444-71472f52418a"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:00.089Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:00.089Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "358ef855-521e-410a-897a-176ca742928a"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:00.089Z", "message": "Deleting...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:00.089Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "358ef855-521e-410a-897a-176ca742928a"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:00.448Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:00.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:00.733Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:00.733Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:00.733Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:00.733Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_host_9bvecx", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:01.113Z", "message": "Waiting for server \"1bf91593-349a-4c57-8c62-b432d2e462a3\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:01.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "a549024c-9db5-42ae-9dc8-373c0cf94308"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:02.943Z", "message": "Stopping...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:02.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ef59eecd-4bb4-4df3-80ee-7249bb7776bc"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:03.126Z", "message": "Successfully stopped daemon: proxy_host_g5ebwf\u001b[0m", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:03.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ef59eecd-4bb4-4df3-80ee-7249bb7776bc"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:03.126Z", "message": "Stopping daemon with command: sudo service celeryd-proxy_host_g5ebwf stop", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:03.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "ef59eecd-4bb4-4df3-80ee-7249bb7776bc"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:03.156Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:03.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:03.766Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:03.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:03.766Z", "message": "Deleting agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:03.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:03.766Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:03.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}], "metadata": {"pagination": {"total": 485, "offset": 442, "size": 50}}} 2018-10-04 16:18:04,386 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:18:04,386 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:18:04 GMT 2018-10-04 16:18:04,386 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:18:04,386 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13647 2018-10-04 16:18:04,386 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:18:04,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-04 16:18:04,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:18:04,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:18:04,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent sprout_host_u3mryy 2018-10-04 16:18:04,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "fcacb0dc-3d48-4012-bc81-0be415e3fdb7" to be deleted. current status: SHUTOFF 2018-10-04 16:18:04,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:18:04,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:18:04,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:18:04,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:18:04,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:18:04,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: sprout_host_u3mryy 2018-10-04 16:18:04,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "6cead406-bce4-4632-8c39-912d076326a8" to be deleted. current status: SHUTOFF 2018-10-04 16:18:04,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-04 16:18:04,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-04 16:18:04,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-04 16:18:04,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-04 16:18:04,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:18:04,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "1bf91593-349a-4c57-8c62-b432d2e462a3" to be deleted. current status: SHUTOFF 2018-10-04 16:18:04,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-04 16:18:04,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: proxy_host_g5ebwf 2018-10-04 16:18:04,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-proxy_host_g5ebwf stop 2018-10-04 16:18:04,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-04 16:18:04,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-04 16:18:04,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-04 16:18:04,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-04 16:18:04,391 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:18:04,462 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:18:04,462 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:18:04,462 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:18:04,463 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:18:04,463 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:18:04,463 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:18:04,463 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:18:04,463 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:18:04,463 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:18:04,463 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:18:04 GMT 2018-10-04 16:18:04,463 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:18:04,463 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:18:04,464 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:18:09,469 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:18:09,673 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:18:09,673 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:18:09,673 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:18:09,673 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:18:09,673 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:18:09,673 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:18:09,674 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:18:09,674 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:04.524Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:04.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "5a916b0b-12b5-48de-8bab-b3eea11acf84"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:04.794Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:04.794Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_host_g4bnw5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:04.794Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:04.794Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_host_vh48ds", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:04.794Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:04.794Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_security_group_cnsret", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:04.794Z", "message": "Stopping node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:04.794Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:05.163Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:05.163Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "5a916b0b-12b5-48de-8bab-b3eea11acf84"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:05.163Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:05.163Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "5a916b0b-12b5-48de-8bab-b3eea11acf84"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:05.163Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:05.163Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "5a916b0b-12b5-48de-8bab-b3eea11acf84"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:05.163Z", "message": "Deleting Agent proxy_host_g5ebwf", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:05.163Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "5a916b0b-12b5-48de-8bab-b3eea11acf84"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:05.163Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:05.163Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "5a916b0b-12b5-48de-8bab-b3eea11acf84"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:05.163Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:05.163Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "5a916b0b-12b5-48de-8bab-b3eea11acf84"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:05.163Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:05.163Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "5a916b0b-12b5-48de-8bab-b3eea11acf84"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:05.163Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:05.163Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "5a916b0b-12b5-48de-8bab-b3eea11acf84"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:05.163Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:05.163Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "5a916b0b-12b5-48de-8bab-b3eea11acf84"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:05.829Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:05.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_security_group_cnsret", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:05.829Z", "message": "Deleting node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:05.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_security_group_cnsret", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:05.829Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:05.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_security_group_rgp1ge", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:05.829Z", "message": "Stopping node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:05.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:05.829Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:05.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_host_9bvecx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:05.829Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:05.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:05.829Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:05.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_security_group_cnsret", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:05.829Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:05.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_security_group_cnsret", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:06.451Z", "message": "deleting security_group", "level": "info", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:06.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "aef9f018-c552-42a0-8b5b-505672bebc1d"}, {"node_instance_id": "bono_host_abb338", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:06.878Z", "message": "Deleting node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:06.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:06.878Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:06.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_host_abb338", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:06.878Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:06.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_floatingip_0rj7nj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:06.878Z", "message": "Stopping node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:06.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_security_group_rgp1ge", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:06.878Z", "message": "Deleting node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:06.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_security_group_rgp1ge", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:06.878Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:06.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_security_group_p5iwck", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:06.878Z", "message": "Stopping node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:06.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_security_group_rgp1ge", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:06.878Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:06.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:06.878Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:06.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_security_group_rgp1ge", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:07.177Z", "message": "deleting security_group", "level": "info", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:07.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "5a1f6bef-2b7f-4f26-9545-f4e940e9c986"}, {"node_instance_id": "ellis_security_group_p5iwck", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:07.931Z", "message": "Deleting node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:07.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "homer_security_group_cnsret", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:07.931Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:07.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_floatingip_0rj7nj", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:07.931Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:07.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_floatingip_0rj7nj", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:07.931Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:07.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_security_group_p5iwck", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:07.931Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:07.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "dime_security_group_rgp1ge", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:07.931Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:07.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_floatingip_0rj7nj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:07.931Z", "message": "Deleting node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:07.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:08.293Z", "message": "deleting server", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:08.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "a0b6e6e2-fa46-4a2c-92ad-3d3fbe1cf80a"}, {"node_instance_id": "ellis_security_group_p5iwck", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:08.947Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:08.947Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_floatingip_0rj7nj", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:09.301Z", "message": "deleting floatingip", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:09.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "c282844f-0014-4f10-bd99-2a5cb6316135"}, {"node_instance_id": "ellis_security_group_p5iwck", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:09.301Z", "message": "deleting security_group", "level": "info", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:09.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "156b47ff-3cc6-4e57-863c-d87c9b17df9d"}], "metadata": {"pagination": {"total": 529, "offset": 467, "size": 50}}} 2018-10-04 16:18:09,674 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:18:09,674 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:18:09 GMT 2018-10-04 16:18:09,674 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:18:09,674 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 22907 2018-10-04 16:18:09,674 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:18:09,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:18:09,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-04 16:18:09,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-04 16:18:09,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-04 16:18:09,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:18:09,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:18:09,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:18:09,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:18:09,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent proxy_host_g5ebwf 2018-10-04 16:18:09,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:18:09,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:18:09,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:18:09,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:18:09,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:18:09,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:18:09,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:18:09,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-04 16:18:09,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:18:09,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-04 16:18:09,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-04 16:18:09,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:18:09,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-04 16:18:09,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-04 16:18:09,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:18:09,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:18:09,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-04 16:18:09,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:18:09,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:18:09,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-04 16:18:09,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:18:09,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-04 16:18:09,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-04 16:18:09,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-04 16:18:09,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:18:09,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-04 16:18:09,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-10-04 16:18:09,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-10-04 16:18:09,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-04 16:18:09,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-04 16:18:09,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:18:09,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-04 16:18:09,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-04 16:18:09,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-10-04 16:18:09,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-04 16:18:09,681 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:18:09,801 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:18:09,801 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:18:09,802 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:18:09,802 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:18:09,802 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:18:09,802 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:18:09,802 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:18:09,802 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:18:09,802 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:18:09,802 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:18:09 GMT 2018-10-04 16:18:09,802 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:18:09,803 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:18:09,803 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:18:14,803 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:18:15,132 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:18:15,132 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:18:15,132 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:18:15,132 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:18:15,132 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:18:15,132 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:18:15,133 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:18:15,133 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_floatingip_0rj7nj", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:09.955Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:09.955Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "ellis_security_group_p5iwck", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:09.955Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:09.955Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_host_abb338", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:10.314Z", "message": "Waiting for server \"61ad6c2e-2904-48d4-b6f8-b0a3fd112166\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:10.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "a0b6e6e2-fa46-4a2c-92ad-3d3fbe1cf80a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:10.969Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:10.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:10.969Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:10.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:10.969Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:10.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:11.534Z", "message": "Deleting...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:11.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "5a916b0b-12b5-48de-8bab-b3eea11acf84"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:12.103Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:12.103Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:12.324Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:12.324Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "5a916b0b-12b5-48de-8bab-b3eea11acf84"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:12.324Z", "message": "Successfully deleted daemon: proxy_host_g5ebwf", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:12.324Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "5a916b0b-12b5-48de-8bab-b3eea11acf84"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:12.978Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:12.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:12.978Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:12.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:14.357Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:14.357Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}], "metadata": {"pagination": {"total": 542, "offset": 511, "size": 50}}} 2018-10-04 16:18:15,133 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:18:15,133 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:18:15 GMT 2018-10-04 16:18:15,133 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:18:15,133 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6918 2018-10-04 16:18:15,133 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:18:15,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-10-04 16:18:15,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-04 16:18:15,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "61ad6c2e-2904-48d4-b6f8-b0a3fd112166" to be deleted. current status: SHUTOFF 2018-10-04 16:18:15,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:18:15,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:18:15,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:18:15,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-04 16:18:15,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-04 16:18:15,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-04 16:18:15,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: proxy_host_g5ebwf 2018-10-04 16:18:15,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-04 16:18:15,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-04 16:18:15,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-04 16:18:15,136 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:18:15,220 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:18:15,220 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:18:15,220 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:18:15,220 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:18:15,220 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:18:15,220 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:18:15,220 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:18:15,221 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:18:15,221 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:18:15,221 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:18:15 GMT 2018-10-04 16:18:15,221 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:18:15,221 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:18:15,221 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:18:20,226 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:18:20,350 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:18:20,350 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:18:20,350 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:18:20,351 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:18:20,351 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:18:20,351 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:18:20,351 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:18:20,351 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_g5ebwf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:14.991Z", "message": "Deleting node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:14.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:14.991Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:14.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:14.991Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:14.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:15.525Z", "message": "deleting server", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:15.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "37fb34b7-8235-4bd3-abdb-ff35d5f118bf"}, {"node_instance_id": "bono_host_abb338", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:16.131Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:16.131Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:16.131Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:16.131Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_security_group_sa2chb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:16.131Z", "message": "Stopping node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:16.131Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_floatingip_f9imwi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:16.131Z", "message": "Stopping node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:16.131Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_security_group_sa2chb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:17.161Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:17.161Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:17.161Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:17.161Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_floatingip_f9imwi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:17.161Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:17.161Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:17.161Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:17.161Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_floatingip_f9imwi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:17.161Z", "message": "Deleting node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:17.161Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_security_group_sa2chb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:17.161Z", "message": "Deleting node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:17.161Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_security_group_sa2chb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:17.161Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:17.161Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_floatingip_f9imwi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:17.161Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:17.161Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_floatingip_f9imwi", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:17.377Z", "message": "deleting floatingip", "level": "info", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:17.377Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "dd5f8ccb-511e-41ee-ae42-a8e1ef7e3161"}, {"node_instance_id": "proxy_host_g5ebwf", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:18.370Z", "message": "Waiting for server \"f2ce2596-5bac-4c35-9742-0ce799963235\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:18.370Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "37fb34b7-8235-4bd3-abdb-ff35d5f118bf"}, {"node_instance_id": "bono_security_group_sa2chb", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:18.370Z", "message": "deleting security_group", "level": "info", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:18.370Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "3fe223fe-74e5-437c-9f31-41a724a0c91e"}, {"node_instance_id": "bono_security_group_sa2chb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:18.674Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:18.674Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bono_floatingip_f9imwi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:19.200Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:19.200Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}], "metadata": {"pagination": {"total": 563, "offset": 524, "size": 50}}} 2018-10-04 16:18:20,351 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:18:20,351 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:18:20 GMT 2018-10-04 16:18:20,351 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:18:20,351 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10795 2018-10-04 16:18:20,352 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:18:20,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:18:20,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-04 16:18:20,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-04 16:18:20,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-04 16:18:20,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-04 16:18:20,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:18:20,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:18:20,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:18:20,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-04 16:18:20,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:18:20,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-10-04 16:18:20,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:18:20,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:18:20,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:18:20,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-04 16:18:20,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-10-04 16:18:20,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-10-04 16:18:20,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "f2ce2596-5bac-4c35-9742-0ce799963235" to be deleted. current status: SHUTOFF 2018-10-04 16:18:20,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-04 16:18:20,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-04 16:18:20,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-10-04 16:18:20,356 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:18:20,494 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:18:20,494 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:18:20,494 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:18:20,494 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:18:20,494 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:18:20,494 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:18:20,494 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:18:20,494 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:18:20,495 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:18:20,495 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:18:20 GMT 2018-10-04 16:18:20,495 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:18:20,495 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:18:20,495 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:18:25,499 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:18:25,575 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:18:25,575 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:18:25,575 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:18:25,575 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:18:25,575 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:18:25,575 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:18:25,575 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:18:25,575 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:21.777Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:21.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:23.100Z", "message": "deleting server", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:23.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "3fb6f396-bc3a-49a2-a72b-30d80acfbd4d"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:23.211Z", "message": "Deleting node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:23.211Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:23.211Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:23.211Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_host_u3mryy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:23.211Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:23.211Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "proxy_host_g5ebwf", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:23.211Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:23.211Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_host_u3mryy", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:25.305Z", "message": "Waiting for server \"4fc8010e-1e61-4bd8-b80b-bc10d9cf8ba1\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:25.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "3fb6f396-bc3a-49a2-a72b-30d80acfbd4d"}], "metadata": {"pagination": {"total": 570, "offset": 545, "size": 50}}} 2018-10-04 16:18:25,576 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:18:25,576 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:18:25 GMT 2018-10-04 16:18:25,576 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:18:25,576 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3687 2018-10-04 16:18:25,576 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:18:25,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:18:25,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-04 16:18:25,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:18:25,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-04 16:18:25,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-04 16:18:25,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-04 16:18:25,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "4fc8010e-1e61-4bd8-b80b-bc10d9cf8ba1" to be deleted. current status: SHUTOFF 2018-10-04 16:18:25,578 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:18:25,774 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:18:25,774 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:18:25,774 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:18:25,774 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:18:25,775 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:18:25,775 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:18:25,775 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:18:25,775 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:18:25,775 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:18:25,775 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:18:25 GMT 2018-10-04 16:18:25,775 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:18:25,775 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:18:25,775 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:18:30,781 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:18:30,881 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:18:30,881 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:18:30,881 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:18:30,881 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:18:30,881 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:18:30,882 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:18:30,882 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:18:30,882 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_u3mryy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:30.519Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:30.519Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}], "metadata": {"pagination": {"total": 571, "offset": 552, "size": 50}}} 2018-10-04 16:18:30,882 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:18:30,882 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:18:30 GMT 2018-10-04 16:18:30,882 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:18:30,882 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 592 2018-10-04 16:18:30,882 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:18:30,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-04 16:18:30,883 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:18:30,984 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:18:30,985 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:18:30,985 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:18:30,985 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:18:30,985 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:18:30,985 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:18:30,985 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:18:30,985 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:18:30,985 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:18:30,985 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:18:30 GMT 2018-10-04 16:18:30,985 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:18:30,986 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:18:30,986 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:18:35,991 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:18:36,094 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:18:36,094 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:18:36,094 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:18:36,094 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:18:36,095 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:18:36,095 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:18:36,095 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:18:36,095 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_security_group_bxbz8t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:31.237Z", "message": "Stopping node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:31.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "internal_sip_security_group_rjj6kw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:31.237Z", "message": "Stopping node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:31.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "internal_sip_security_group_rjj6kw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:32.551Z", "message": "Deleting node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:32.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "internal_sip_security_group_rjj6kw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:33.246Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:33.246Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_security_group_bxbz8t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:33.246Z", "message": "Deleting node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:33.246Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_security_group_bxbz8t", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:33.246Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:33.246Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_security_group_bxbz8t", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:33.246Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:33.246Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "internal_sip_security_group_rjj6kw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:33.246Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:33.246Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "internal_sip_security_group_rjj6kw", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:33.370Z", "message": "deleting security_group", "level": "info", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:33.370Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "361c74ab-77d9-40b8-94d6-fee62472d95a"}, {"node_instance_id": "internal_sip_security_group_rjj6kw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:34.261Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:34.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "sprout_security_group_bxbz8t", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:34.393Z", "message": "deleting security_group", "level": "info", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:34.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "9e487698-e719-415e-9abb-2068485b0c81"}, {"node_instance_id": "sprout_security_group_bxbz8t", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:18:35.273Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:18:35.273Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}], "metadata": {"pagination": {"total": 583, "offset": 553, "size": 50}}} 2018-10-04 16:18:36,095 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:18:36,095 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:18:36 GMT 2018-10-04 16:18:36,095 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:18:36,095 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6360 2018-10-04 16:18:36,095 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:18:36,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:18:36,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:18:36,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:18:36,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-04 16:18:36,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:18:36,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-04 16:18:36,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-04 16:18:36,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-04 16:18:36,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-04 16:18:36,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-04 16:18:36,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-04 16:18:36,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-04 16:18:36,097 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:18:36,163 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:18:36,163 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:18:36,164 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:18:36,164 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:18:36,164 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:18:36,164 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:18:36,164 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:18:36,164 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:18:36,164 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:18:36,164 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:18:36 GMT 2018-10-04 16:18:36,164 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:18:36,165 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:18:36,165 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:18:41,170 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:18:41,262 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:18:41,262 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:18:41,262 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:18:41,262 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:18:41,262 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:18:41,263 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:18:41,263 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:18:41,263 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 583, "offset": 565, "size": 50}}} 2018-10-04 16:18:41,263 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:18:41,263 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:18:41 GMT 2018-10-04 16:18:41,263 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:18:41,263 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:18:41,263 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:18:41,264 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:18:41,376 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:18:41,376 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:18:41,377 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:18:41,377 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:18:41,377 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:18:41,377 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:18:41,377 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:18:41,377 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:18:41,377 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:18:41,377 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:18:41 GMT 2018-10-04 16:18:41,377 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:18:41,378 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:18:41,378 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:18:46,383 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:18:46,485 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:18:46,485 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:18:46,485 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:18:46,486 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:18:46,486 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:18:46,486 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:18:46,486 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:18:46,486 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 583, "offset": 565, "size": 50}}} 2018-10-04 16:18:46,486 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:18:46,486 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:18:46 GMT 2018-10-04 16:18:46,486 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:18:46,486 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:18:46,486 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:18:46,487 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:18:46,558 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:18:46,558 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:18:46,558 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:18:46,558 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:18:46,559 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:18:46,559 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:18:46,559 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:18:46,559 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:18:46,559 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:18:46,559 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:18:46 GMT 2018-10-04 16:18:46,559 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:18:46,559 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:18:46,559 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:18:51,565 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:18:51,676 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:18:51,677 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:18:51,677 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:18:51,677 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:18:51,677 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:18:51,677 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:18:51,677 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:18:51,677 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 583, "offset": 565, "size": 50}}} 2018-10-04 16:18:51,677 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:18:51,677 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:18:51 GMT 2018-10-04 16:18:51,678 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:18:51,678 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:18:51,678 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:18:51,678 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:18:51,750 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:18:51,751 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:18:51,751 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:18:51,751 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:18:51,751 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:18:51,751 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:18:51,751 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:18:51,751 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:18:51,751 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:18:51,751 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:18:51 GMT 2018-10-04 16:18:51,751 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:18:51,752 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:18:51,752 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:18:56,757 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:18:56,836 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:18:56,836 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:18:56,836 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:18:56,836 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:18:56,837 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:18:56,837 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:18:56,837 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:18:56,837 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 583, "offset": 565, "size": 50}}} 2018-10-04 16:18:56,837 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:18:56,837 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:18:56 GMT 2018-10-04 16:18:56,837 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:18:56,837 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:18:56,837 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:18:56,838 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:18:56,910 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:18:56,910 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:18:56,910 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:18:56,910 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:18:56,910 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:18:56,911 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:18:56,911 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:18:56,911 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:18:56,911 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:18:56,911 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:18:56 GMT 2018-10-04 16:18:56,911 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:18:56,911 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:18:56,911 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:19:01,914 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:19:02,119 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:19:02,119 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:19:02,119 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:19:02,120 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:19:02,120 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:19:02,120 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:19:02,120 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:19:02,120 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 583, "offset": 565, "size": 50}}} 2018-10-04 16:19:02,120 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:19:02,120 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:19:02 GMT 2018-10-04 16:19:02,120 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:19:02,120 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:19:02,120 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:19:02,121 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:19:02,384 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:19:02,384 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:19:02,384 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:19:02,385 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:19:02,385 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:19:02,385 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:19:02,385 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:19:02,385 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:19:02,385 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:19:02,385 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:19:02 GMT 2018-10-04 16:19:02,385 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:19:02,385 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:19:02,386 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:19:07,391 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:19:07,470 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:19:07,470 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:19:07,470 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:19:07,470 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:19:07,470 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:19:07,470 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:19:07,470 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:19:07,470 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 583, "offset": 565, "size": 50}}} 2018-10-04 16:19:07,471 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:19:07,471 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:19:07 GMT 2018-10-04 16:19:07,471 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:19:07,471 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:19:07,471 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:19:07,471 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:19:07,533 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:19:07,533 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:19:07,534 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:19:07,534 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:19:07,534 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:19:07,534 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:19:07,534 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:19:07,534 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:19:07,534 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:19:07,534 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:19:07 GMT 2018-10-04 16:19:07,534 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:19:07,535 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:19:07,535 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:19:12,540 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:19:12,613 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:19:12,613 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:19:12,613 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:19:12,613 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:19:12,613 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:19:12,613 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:19:12,613 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:19:12,613 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 583, "offset": 565, "size": 50}}} 2018-10-04 16:19:12,614 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:19:12,614 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:19:12 GMT 2018-10-04 16:19:12,614 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:19:12,614 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:19:12,614 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:19:12,614 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:19:12,679 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:19:12,679 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:19:12,679 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:19:12,679 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:19:12,679 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:19:12,679 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:19:12,679 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:19:12,680 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:19:12,680 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:19:12,680 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:19:12 GMT 2018-10-04 16:19:12,680 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:19:12,680 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:19:12,680 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:19:17,683 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:19:17,754 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:19:17,754 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:19:17,754 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:19:17,754 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:19:17,754 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:19:17,755 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:19:17,755 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:19:17,755 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 583, "offset": 565, "size": 50}}} 2018-10-04 16:19:17,755 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:19:17,755 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:19:17 GMT 2018-10-04 16:19:17,755 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:19:17,755 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:19:17,755 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:19:17,756 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:19:17,819 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:19:17,819 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:19:17,819 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:19:17,819 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:19:17,819 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:19:17,819 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:19:17,819 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:19:17,820 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:19:17,820 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:19:17,820 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:19:17 GMT 2018-10-04 16:19:17,820 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:19:17,820 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:19:17,820 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:19:22,825 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:19:22,920 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:19:22,920 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:19:22,921 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:19:22,921 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:19:22,921 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:19:22,921 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:19:22,921 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:19:22,921 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 583, "offset": 565, "size": 50}}} 2018-10-04 16:19:22,921 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:19:22,921 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:19:22 GMT 2018-10-04 16:19:22,921 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:19:22,921 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:19:22,922 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:19:22,922 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:19:22,994 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:19:22,994 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:19:22,994 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:19:22,994 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:19:22,994 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:19:22,994 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:19:22,994 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:19:22,995 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:19:22,995 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:19:22,995 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:19:22 GMT 2018-10-04 16:19:22,995 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:19:22,995 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:19:22,995 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:19:28,000 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:19:28,071 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:19:28,071 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:19:28,071 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:19:28,071 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:19:28,071 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:19:28,071 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:19:28,071 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:19:28,072 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 583, "offset": 565, "size": 50}}} 2018-10-04 16:19:28,072 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:19:28,072 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:19:28 GMT 2018-10-04 16:19:28,072 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:19:28,072 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:19:28,072 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:19:28,072 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:19:28,135 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:19:28,135 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:19:28,135 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:19:28,135 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:19:28,135 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:19:28,136 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:19:28,136 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:19:28,136 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:19:28,136 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:19:28,136 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:19:28 GMT 2018-10-04 16:19:28,136 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:19:28,136 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:19:28,136 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:19:33,142 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:19:33,217 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:19:33,218 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:19:33,218 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:19:33,218 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:19:33,218 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:19:33,218 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:19:33,218 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:19:33,218 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 583, "offset": 565, "size": 50}}} 2018-10-04 16:19:33,218 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:19:33,218 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:19:33 GMT 2018-10-04 16:19:33,219 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:19:33,219 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:19:33,219 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:19:33,219 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:19:33,281 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:19:33,281 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:19:33,281 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:19:33,282 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:19:33,282 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:19:33,282 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:19:33,282 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:19:33,282 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:19:33,282 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:19:33,282 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:19:33 GMT 2018-10-04 16:19:33,282 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:19:33,282 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:19:33,283 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:19:38,288 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:19:38,371 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:19:38,371 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:19:38,371 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:19:38,371 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:19:38,372 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:19:38,372 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:19:38,372 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:19:38,372 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 583, "offset": 565, "size": 50}}} 2018-10-04 16:19:38,372 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:19:38,372 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:19:38 GMT 2018-10-04 16:19:38,372 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:19:38,372 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:19:38,372 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:19:38,373 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:19:38,450 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:19:38,450 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:19:38,450 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:19:38,451 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:19:38,451 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:19:38,451 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:19:38,451 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:19:38,451 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:19:38,451 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:19:38,451 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:19:38 GMT 2018-10-04 16:19:38,451 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:19:38,451 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:19:38,451 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:19:43,455 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:19:43,529 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:19:43,529 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:19:43,529 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:19:43,529 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:19:43,529 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:19:43,529 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:19:43,529 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:19:43,530 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 583, "offset": 565, "size": 50}}} 2018-10-04 16:19:43,530 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:19:43,530 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:19:43 GMT 2018-10-04 16:19:43,530 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:19:43,530 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:19:43,530 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:19:43,530 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:19:43,594 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:19:43,594 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:19:43,594 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:19:43,595 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:19:43,595 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:19:43,595 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:19:43,595 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:19:43,595 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:19:43,595 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:19:43,595 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:19:43 GMT 2018-10-04 16:19:43,595 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:19:43,595 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:19:43,595 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:19:48,598 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:19:48,675 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:19:48,675 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:19:48,675 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:19:48,675 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:19:48,676 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:19:48,676 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:19:48,676 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:19:48,676 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 583, "offset": 565, "size": 50}}} 2018-10-04 16:19:48,676 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:19:48,676 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:19:48 GMT 2018-10-04 16:19:48,676 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:19:48,676 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:19:48,676 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:19:48,677 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:19:48,800 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:19:48,800 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:19:48,801 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:19:48,801 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:19:48,801 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:19:48,801 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:19:48,801 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:19:48,801 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:19:48,801 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:19:48,801 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:19:48 GMT 2018-10-04 16:19:48,801 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:19:48,801 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:19:48,802 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:19:53,807 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:19:53,890 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:19:53,890 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:19:53,890 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:19:53,890 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:19:53,891 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:19:53,891 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:19:53,891 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:19:53,891 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 583, "offset": 565, "size": 50}}} 2018-10-04 16:19:53,891 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:19:53,891 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:19:53 GMT 2018-10-04 16:19:53,891 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:19:53,891 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:19:53,891 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:19:53,892 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:19:53,989 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:19:53,989 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:19:53,989 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:19:53,989 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:19:53,990 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:19:53,990 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:19:53,990 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:19:53,990 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:19:53,990 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:19:53,990 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:19:53 GMT 2018-10-04 16:19:53,990 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:19:53,990 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:19:53,990 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:19:58,996 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:19:59,080 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:19:59,081 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:19:59,081 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:19:59,081 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:19:59,081 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:19:59,081 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:19:59,081 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:19:59,081 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 583, "offset": 565, "size": 50}}} 2018-10-04 16:19:59,081 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:19:59,081 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:19:59 GMT 2018-10-04 16:19:59,082 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:19:59,082 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:19:59,082 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:19:59,082 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:19:59,147 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:19:59,148 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:19:59,148 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:19:59,148 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:19:59,148 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:19:59,148 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:19:59,148 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:19:59,148 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:19:59,148 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:19:59,149 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:19:59 GMT 2018-10-04 16:19:59,149 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:19:59,149 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:19:59,149 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:20:04,154 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:20:04,232 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:20:04,232 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:20:04,232 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:20:04,233 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:20:04,233 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:20:04,233 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:20:04,233 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:20:04,233 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 583, "offset": 565, "size": 50}}} 2018-10-04 16:20:04,233 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:20:04,233 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:20:04 GMT 2018-10-04 16:20:04,233 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:20:04,233 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:20:04,233 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:20:04,234 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:20:04,295 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:20:04,295 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:20:04,296 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:20:04,296 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:20:04,296 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:20:04,296 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:20:04,296 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:20:04,296 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:20:04,296 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:20:04,296 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:20:04 GMT 2018-10-04 16:20:04,296 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:20:04,296 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:20:04,296 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:20:09,302 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:20:09,381 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:20:09,381 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:20:09,381 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:20:09,381 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:20:09,381 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:20:09,381 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:20:09,381 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:20:09,381 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 583, "offset": 565, "size": 50}}} 2018-10-04 16:20:09,382 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:20:09,382 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:20:09 GMT 2018-10-04 16:20:09,382 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:20:09,382 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:20:09,382 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:20:09,382 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:20:09,449 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:20:09,449 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:20:09,450 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:20:09,450 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:20:09,450 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:20:09,450 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:20:09,450 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:20:09,450 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:20:09,450 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:20:09,450 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:20:09 GMT 2018-10-04 16:20:09,450 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:20:09,451 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:20:09,451 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:20:14,456 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:20:14,535 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:20:14,535 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:20:14,535 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:20:14,535 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:20:14,535 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:20:14,535 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:20:14,536 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:20:14,536 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 583, "offset": 565, "size": 50}}} 2018-10-04 16:20:14,536 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:20:14,536 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:20:14 GMT 2018-10-04 16:20:14,536 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:20:14,536 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:20:14,536 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:20:14,536 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:20:14,598 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:20:14,598 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:20:14,598 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:20:14,598 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:20:14,598 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:20:14,598 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:20:14,598 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:20:14,598 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:20:14,599 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:20:14,599 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:20:14 GMT 2018-10-04 16:20:14,599 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:20:14,599 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:20:14,599 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:20:19,604 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:20:19,870 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:20:19,870 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:20:19,870 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:20:19,871 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:20:19,871 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:20:19,871 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:20:19,871 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:20:19,871 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_ty09xb", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:18.219Z", "message": "Execution done (return_code=124): /tmp/4G7J5/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:18.219Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "207fdd0f-0453-4c63-af24-5c3e7daef48c"}, {"node_instance_id": "vellum_ty09xb", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:18.456Z", "message": "Task failed 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": [{"message": "", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/vellum_host_wi9ohz/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/vellum_host_wi9ohz/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/vellum_host_wi9ohz/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException\n", "type": "ProcessException"}], "reported_timestamp": "2018-10-04T16:20:18.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:19.307Z", "message": "Stopping node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:19.307Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_c6l6b6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:19.307Z", "message": "Stopping node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:19.307Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:19.307Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:19.307Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}], "metadata": {"pagination": {"total": 588, "offset": 565, "size": 50}}} 2018-10-04 16:20:19,871 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:20:19,872 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:20:19 GMT 2018-10-04 16:20:19,872 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:20:19,872 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3364 2018-10-04 16:20:19,872 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:20:19,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=124): /tmp/4G7J5/remove-cluster-node.sh 2018-10-04 16:20:19,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' 2018-10-04 16:20:19,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:20:19,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:20:19,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-04 16:20:19,873 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:20:19,940 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:20:19,940 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:20:19,940 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:20:19,940 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:20:19,940 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:20:19,941 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:20:19,941 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:20:19,941 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:20:19,941 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:20:19,941 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:20:19 GMT 2018-10-04 16:20:19,941 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:20:19,941 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:20:19,941 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:20:24,947 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:20:25,107 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:20:25,107 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:20:25,107 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:20:25,107 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:20:25,108 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:20:25,108 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:20:25,108 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:20:25,108 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:20.317Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:20.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_c6l6b6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:20.317Z", "message": "Deleting node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:20.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:21.330Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:21.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:21.330Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:21.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:21.330Z", "message": "Stopping node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:21.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:22.342Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:22.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:22.342Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:22.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:22.342Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:22.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:22.342Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:22.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:23.266Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:23.266Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "77fd5ed1-8812-499d-953f-49e842728241"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:23.365Z", "message": "Stopping agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:23.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:23.365Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:23.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:23.365Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:23.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:23.365Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:23.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:23.365Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:23.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:23.365Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:23.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:23.365Z", "message": "Stopping agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:23.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:23.365Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:23.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:23.365Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:23.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:23.365Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:23.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:23.429Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:23.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "77fd5ed1-8812-499d-953f-49e842728241"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:23.429Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:23.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "77fd5ed1-8812-499d-953f-49e842728241"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:23.429Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:23.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "77fd5ed1-8812-499d-953f-49e842728241"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:23.429Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:23.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "77fd5ed1-8812-499d-953f-49e842728241"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:23.429Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:23.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "77fd5ed1-8812-499d-953f-49e842728241"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:23.429Z", "message": "Stopping Agent vellum_host_wi9ohz", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:23.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "77fd5ed1-8812-499d-953f-49e842728241"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:23.429Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:23.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "77fd5ed1-8812-499d-953f-49e842728241"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:23.429Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:23.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "77fd5ed1-8812-499d-953f-49e842728241"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:23.429Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:23.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "77fd5ed1-8812-499d-953f-49e842728241"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:24.473Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:24.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6035ccb4-687a-425c-b23c-2bbffc877ec8"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:24.473Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:24.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6035ccb4-687a-425c-b23c-2bbffc877ec8"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:24.473Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:24.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6035ccb4-687a-425c-b23c-2bbffc877ec8"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:24.473Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:24.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6035ccb4-687a-425c-b23c-2bbffc877ec8"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:24.473Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:24.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6035ccb4-687a-425c-b23c-2bbffc877ec8"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:24.473Z", "message": "Stopping Agent bind_host_0yhfav", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:24.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6035ccb4-687a-425c-b23c-2bbffc877ec8"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:24.473Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:24.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6035ccb4-687a-425c-b23c-2bbffc877ec8"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:24.473Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:24.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6035ccb4-687a-425c-b23c-2bbffc877ec8"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:24.473Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:24.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6035ccb4-687a-425c-b23c-2bbffc877ec8"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:24.473Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:24.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6035ccb4-687a-425c-b23c-2bbffc877ec8"}], "metadata": {"pagination": {"total": 627, "offset": 570, "size": 50}}} 2018-10-04 16:20:25,108 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:20:25,108 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:20:25 GMT 2018-10-04 16:20:25,108 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:20:25,108 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 20664 2018-10-04 16:20:25,108 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:20:25,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-04 16:20:25,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:20:25,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-04 16:20:25,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-04 16:20:25,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:20:25,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-04 16:20:25,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-04 16:20:25,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-04 16:20:25,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-04 16:20:25,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:25,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-04 16:20:25,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-04 16:20:25,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-04 16:20:25,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-04 16:20:25,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-04 16:20:25,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-04 16:20:25,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-04 16:20:25,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-04 16:20:25,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-04 16:20:25,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-04 16:20:25,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:25,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:25,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:25,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:25,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:25,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent vellum_host_wi9ohz 2018-10-04 16:20:25,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:25,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:25,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:25,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:25,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:25,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:25,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:25,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:25,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bind_host_0yhfav 2018-10-04 16:20:25,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:25,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:25,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:25,116 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:25,116 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:20:25,183 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:20:25,183 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:20:25,184 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:20:25,184 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:20:25,184 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:20:25,184 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:20:25,184 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:20:25,184 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:20:25,184 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:20:25,184 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:20:25 GMT 2018-10-04 16:20:25,184 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:20:25,185 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:20:25,185 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:20:30,190 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:20:30,265 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:20:30,265 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:20:30,265 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:20:30,265 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:20:30,266 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:20:30,266 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:20:30,266 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:20:30,266 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:27.909Z", "message": "Stopping...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:27.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "77fd5ed1-8812-499d-953f-49e842728241"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:28.123Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:28.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:28.392Z", "message": "Deleting agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:28.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:28.392Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:28.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:28.392Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:28.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:28.483Z", "message": "Successfully stopped daemon: bind_host_0yhfav\u001b[0m", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:28.483Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6035ccb4-687a-425c-b23c-2bbffc877ec8"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:28.483Z", "message": "Stopping daemon with command: sudo service celeryd-bind_host_0yhfav stop", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:28.483Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6035ccb4-687a-425c-b23c-2bbffc877ec8"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:28.483Z", "message": "Successfully stopped daemon: vellum_host_wi9ohz\u001b[0m", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:28.483Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "77fd5ed1-8812-499d-953f-49e842728241"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:28.483Z", "message": "Stopping...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:28.483Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "6035ccb4-687a-425c-b23c-2bbffc877ec8"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:28.483Z", "message": "Stopping daemon with command: sudo service celeryd-vellum_host_wi9ohz stop", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:28.483Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "77fd5ed1-8812-499d-953f-49e842728241"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:29.445Z", "message": "Deleting agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:29.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:29.445Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:29.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:29.445Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:29.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:29.445Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:29.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:29.495Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:29.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "fa972247-00f9-484f-9ca0-2ba676753f06"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:29.495Z", "message": "Deleting Agent bind_host_0yhfav", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:29.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "33f10e09-671d-4ed4-ad45-356ae12d2e81"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:29.495Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:29.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "33f10e09-671d-4ed4-ad45-356ae12d2e81"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:29.495Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:29.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "fa972247-00f9-484f-9ca0-2ba676753f06"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:29.495Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:29.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "fa972247-00f9-484f-9ca0-2ba676753f06"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:29.495Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:29.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "33f10e09-671d-4ed4-ad45-356ae12d2e81"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:29.495Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:29.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "fa972247-00f9-484f-9ca0-2ba676753f06"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:29.495Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:29.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "fa972247-00f9-484f-9ca0-2ba676753f06"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:29.495Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:29.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "33f10e09-671d-4ed4-ad45-356ae12d2e81"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:29.495Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:29.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "33f10e09-671d-4ed4-ad45-356ae12d2e81"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:29.495Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:29.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "fa972247-00f9-484f-9ca0-2ba676753f06"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:29.495Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:29.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "33f10e09-671d-4ed4-ad45-356ae12d2e81"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:29.495Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:29.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "33f10e09-671d-4ed4-ad45-356ae12d2e81"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:29.495Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:29.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "fa972247-00f9-484f-9ca0-2ba676753f06"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:29.495Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:29.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "33f10e09-671d-4ed4-ad45-356ae12d2e81"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:29.495Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:29.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "33f10e09-671d-4ed4-ad45-356ae12d2e81"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:29.495Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:29.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "fa972247-00f9-484f-9ca0-2ba676753f06"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:29.495Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:29.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "33f10e09-671d-4ed4-ad45-356ae12d2e81"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:29.495Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:29.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "fa972247-00f9-484f-9ca0-2ba676753f06"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:29.495Z", "message": "Deleting Agent vellum_host_wi9ohz", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:29.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "fa972247-00f9-484f-9ca0-2ba676753f06"}], "metadata": {"pagination": {"total": 661, "offset": 609, "size": 50}}} 2018-10-04 16:20:30,266 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:20:30,266 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:20:30 GMT 2018-10-04 16:20:30,266 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:20:30,266 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 18514 2018-10-04 16:20:30,266 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:20:30,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-04 16:20:30,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-04 16:20:30,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-04 16:20:30,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-04 16:20:30,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-04 16:20:30,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bind_host_0yhfav 2018-10-04 16:20:30,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bind_host_0yhfav stop 2018-10-04 16:20:30,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: vellum_host_wi9ohz 2018-10-04 16:20:30,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-04 16:20:30,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-vellum_host_wi9ohz stop 2018-10-04 16:20:30,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-04 16:20:30,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-04 16:20:30,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-04 16:20:30,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-04 16:20:30,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:30,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bind_host_0yhfav 2018-10-04 16:20:30,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:30,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:30,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:30,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:30,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:30,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:30,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:30,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:30,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:30,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:30,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:30,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:30,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:30,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:30,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:30,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:30,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-04 16:20:30,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent vellum_host_wi9ohz 2018-10-04 16:20:30,273 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:20:30,341 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:20:30,341 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:20:30,341 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:20:30,341 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:20:30,341 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:20:30,341 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:20:30,341 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:20:30,342 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:20:30,342 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:20:30,342 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:20:30 GMT 2018-10-04 16:20:30,342 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:20:30,342 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:20:30,342 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:20:35,347 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:20:35,458 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:20:35,458 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:20:35,458 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:20:35,458 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:20:35,459 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:20:35,459 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:20:35,459 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:20:35,459 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:30.817Z", "message": "Deleting...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:30.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "fa972247-00f9-484f-9ca0-2ba676753f06"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:31.380Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:31.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:31.459Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:31.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:31.459Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:31.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:31.514Z", "message": "Successfully deleted daemon: vellum_host_wi9ohz", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:31.514Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "fa972247-00f9-484f-9ca0-2ba676753f06"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:31.514Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:31.514Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "33f10e09-671d-4ed4-ad45-356ae12d2e81"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:31.514Z", "message": "Deleting...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:31.514Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "33f10e09-671d-4ed4-ad45-356ae12d2e81"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:31.514Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:31.514Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "fa972247-00f9-484f-9ca0-2ba676753f06"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:31.514Z", "message": "Successfully deleted daemon: bind_host_0yhfav", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:31.514Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "33f10e09-671d-4ed4-ad45-356ae12d2e81"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:32.473Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:32.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:32.473Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:32.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:32.473Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:32.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:34.150Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:34.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:34.654Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:34.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:34.654Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:34.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}], "metadata": {"pagination": {"total": 676, "offset": 643, "size": 50}}} 2018-10-04 16:20:35,459 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:20:35,459 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:20:35 GMT 2018-10-04 16:20:35,459 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:20:35,459 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7868 2018-10-04 16:20:35,459 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:20:35,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-04 16:20:35,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-04 16:20:35,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-04 16:20:35,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-04 16:20:35,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: vellum_host_wi9ohz 2018-10-04 16:20:35,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-04 16:20:35,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-04 16:20:35,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-04 16:20:35,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bind_host_0yhfav 2018-10-04 16:20:35,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-04 16:20:35,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-04 16:20:35,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-04 16:20:35,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-04 16:20:35,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:20:35,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:20:35,463 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:20:35,533 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:20:35,533 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:20:35,533 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:20:35,533 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:20:35,533 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:20:35,533 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:20:35,534 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:20:35,534 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:20:35,534 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:20:35,534 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:20:35 GMT 2018-10-04 16:20:35,534 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:20:35,534 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:20:35,534 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:20:40,540 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:20:40,617 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:20:40,617 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:20:40,618 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:20:40,618 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:20:40,618 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:20:40,618 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:20:40,618 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:20:40,618 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_0yhfav", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:35.663Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:35.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:35.663Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:35.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:35.663Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:35.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:39.556Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:39.556Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:39.677Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:39.677Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:39.677Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:39.677Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}], "metadata": {"pagination": {"total": 682, "offset": 658, "size": 50}}} 2018-10-04 16:20:40,618 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:20:40,618 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:20:40 GMT 2018-10-04 16:20:40,618 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:20:40,619 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3145 2018-10-04 16:20:40,619 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:20:40,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-04 16:20:40,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-10-04 16:20:40,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-10-04 16:20:40,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:20:40,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:20:40,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:20:40,620 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:20:40,738 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:20:40,739 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:20:40,739 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:20:40,739 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:20:40,739 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:20:40,739 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:20:40,739 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:20:40,739 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:20:40,739 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:20:40,739 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:20:40 GMT 2018-10-04 16:20:40,740 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:20:40,740 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:20:40,740 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:20:45,745 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:20:45,829 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:20:45,829 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:20:45,829 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:20:45,829 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:20:45,829 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:20:45,829 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:20:45,829 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:20:45,829 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:41.371Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:41.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:41.718Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:41.718Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:41.718Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:41.718Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:44.682Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:44.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}], "metadata": {"pagination": {"total": 686, "offset": 664, "size": 50}}} 2018-10-04 16:20:45,830 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:20:45,830 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:20:45 GMT 2018-10-04 16:20:45,830 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:20:45,830 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2138 2018-10-04 16:20:45,830 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:20:45,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-10-04 16:20:45,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:20:45,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:20:45,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:20:45,831 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:20:45,906 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:20:45,906 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:20:45,906 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:20:45,906 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:20:45,906 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:20:45,906 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:20:45,906 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:20:45,906 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:20:45,907 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:20:45,907 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:20:45 GMT 2018-10-04 16:20:45,907 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:20:45,907 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:20:45,907 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:20:50,912 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:20:51,000 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:20:51,000 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:20:51,000 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:20:51,000 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:20:51,000 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:20:51,000 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:20:51,001 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:20:51,001 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_wi9ohz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:45.834Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:45.834Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:45.834Z", "message": "Deleting node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:45.834Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:45.834Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:45.834Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:46.027Z", "message": "deleting server", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:46.027Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "11194f67-8962-4671-b5ae-03d83b058de9"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:46.853Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:46.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:46.853Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:46.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:46.853Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:46.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_host_wi9ohz", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:48.283Z", "message": "Waiting for server \"aaba2270-b184-4751-9d29-1215de4e6bcf\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:48.283Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "11194f67-8962-4671-b5ae-03d83b058de9"}], "metadata": {"pagination": {"total": 694, "offset": 668, "size": 50}}} 2018-10-04 16:20:51,001 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:20:51,001 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:20:50 GMT 2018-10-04 16:20:51,001 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:20:51,001 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4205 2018-10-04 16:20:51,001 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:20:51,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-04 16:20:51,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:20:51,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-04 16:20:51,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-04 16:20:51,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:20:51,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:20:51,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:20:51,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "aaba2270-b184-4751-9d29-1215de4e6bcf" to be deleted. current status: SHUTOFF 2018-10-04 16:20:51,003 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:20:51,067 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:20:51,067 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:20:51,068 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:20:51,068 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:20:51,068 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:20:51,068 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:20:51,068 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:20:51,068 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:20:51,068 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:20:51,068 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:20:51 GMT 2018-10-04 16:20:51,068 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:20:51,069 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:20:51,069 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:20:56,074 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:20:56,152 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:20:56,153 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:20:56,153 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:20:56,153 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:20:56,153 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:20:56,153 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:20:56,153 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:20:56,153 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:51.367Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:51.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:51.865Z", "message": "Deleting node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:51.865Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:52.651Z", "message": "deleting server", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:52.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "5debc139-ccfa-4345-ae4d-5cd786ab5571"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:52.878Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:52.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:52.878Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:52.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_host_wi9ohz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:53.889Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:53.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_security_group_fnnkt1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:54.909Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:54.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_security_group_fnnkt1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:54.909Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:54.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_security_group_fnnkt1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:54.909Z", "message": "Stopping node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:54.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "vellum_security_group_fnnkt1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:54.909Z", "message": "Deleting node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:54.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_host_0yhfav", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:55.040Z", "message": "Waiting for server \"abaea868-66e4-4013-9592-58c537b48ebe\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:55.040Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "5debc139-ccfa-4345-ae4d-5cd786ab5571"}, {"node_instance_id": "vellum_security_group_fnnkt1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:55.537Z", "message": "deleting security_group", "level": "info", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:55.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "fbbae5c5-e12a-4638-9291-deb21082ddc8"}], "metadata": {"pagination": {"total": 706, "offset": 676, "size": 50}}} 2018-10-04 16:20:56,154 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:20:56,154 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:20:56 GMT 2018-10-04 16:20:56,154 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:20:56,154 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6231 2018-10-04 16:20:56,154 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:20:56,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-04 16:20:56,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:20:56,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-04 16:20:56,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-04 16:20:56,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-04 16:20:56,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-04 16:20:56,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-04 16:20:56,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-04 16:20:56,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:20:56,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:20:56,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "abaea868-66e4-4013-9592-58c537b48ebe" to be deleted. current status: SHUTOFF 2018-10-04 16:20:56,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-04 16:20:56,157 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:20:56,222 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:20:56,223 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:20:56,223 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:20:56,223 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:20:56,223 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:20:56,223 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:20:56,223 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:20:56,223 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:20:56,223 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:20:56,224 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:20:56 GMT 2018-10-04 16:20:56,224 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:20:56,224 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:20:56,224 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:21:01,229 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:21:01,303 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:21:01,303 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:21:01,303 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:21:01,303 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:21:01,303 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:21:01,304 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:21:01,304 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:21:01,304 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_security_group_fnnkt1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:20:56.560Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:20:56.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_host_0yhfav", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:21:00.284Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:21:00.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_floatingip_z346fp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:21:00.949Z", "message": "Stopping node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:21:00.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_security_group_8nze7y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:21:00.949Z", "message": "Stopping node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:21:00.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "base_security_group_q39nmx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:21:00.949Z", "message": "Stopping node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:21:00.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "keypair_wasmdu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:21:00.949Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:21:00.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}], "metadata": {"pagination": {"total": 712, "offset": 688, "size": 50}}} 2018-10-04 16:21:01,304 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:21:01,304 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:21:01 GMT 2018-10-04 16:21:01,304 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:21:01,304 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2969 2018-10-04 16:21:01,304 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:21:01,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-04 16:21:01,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-04 16:21:01,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:21:01,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:21:01,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:21:01,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-04 16:21:01,306 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:21:01,371 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:21:01,372 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:21:01,372 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:21:01,372 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:21:01,372 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:21:01,372 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:21:01,372 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:21:01,372 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:21:01,372 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:21:01,373 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:21:01 GMT 2018-10-04 16:21:01,373 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:21:01,373 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-04 16:21:01,373 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:21:06,378 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:21:06,454 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:21:06,454 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:21:06,454 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:21:06,455 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:21:06,455 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:21:06,455 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:21:06,455 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:21:06,455 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_floatingip_z346fp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:21:02.033Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:21:02.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "base_security_group_q39nmx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:21:02.033Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:21:02.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "base_security_group_q39nmx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:21:02.033Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:21:02.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_security_group_8nze7y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:21:02.033Z", "message": "Deleting node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:21:02.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_floatingip_z346fp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:21:02.033Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:21:02.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_floatingip_z346fp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:21:02.033Z", "message": "Deleting node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:21:02.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "base_security_group_q39nmx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:21:02.033Z", "message": "Deleting node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:21:02.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_security_group_8nze7y", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:21:02.033Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:21:02.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_security_group_8nze7y", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:21:02.033Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:21:02.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "keypair_wasmdu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:21:02.033Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:21:02.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "keypair_wasmdu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:21:03.067Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:21:03.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "keypair_wasmdu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:21:03.067Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:21:03.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_security_group_8nze7y", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:21:03.301Z", "message": "deleting security_group", "level": "info", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:21:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "2956c3df-dc94-41b1-9bc7-645ade054101"}, {"node_instance_id": "base_security_group_q39nmx", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:21:03.561Z", "message": "deleting security_group", "level": "info", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:21:03.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "5cd45a20-9fbd-4618-a6fe-7f3c9c64ba86"}, {"node_instance_id": "keypair_wasmdu", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:21:03.561Z", "message": "not deleting keypair since an external keypair is being used", "level": "info", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:21:03.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "eb2f9094-b569-4f9c-bf0a-e3e4c8b615e3"}, {"node_instance_id": "bind_floatingip_z346fp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:21:03.561Z", "message": "deleting floatingip", "level": "info", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:21:03.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290", "logger": "fdbe4aae-94de-4148-bfe7-e1460bc0bdfd"}, {"node_instance_id": "bind_security_group_8nze7y", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:21:04.229Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:21:04.229Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "keypair_wasmdu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:21:04.229Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:21:04.229Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:21:05.238Z", "message": "'uninstall' workflow execution succeeded", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:21:05.238Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "bind_floatingip_z346fp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:21:05.238Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:21:05.238Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}, {"node_instance_id": "base_security_group_q39nmx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-04T16:21:05.238Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:21:05.238Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"}], "metadata": {"pagination": {"total": 733, "offset": 694, "size": 50}}} 2018-10-04 16:21:06,455 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:21:06,455 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:21:06 GMT 2018-10-04 16:21:06,455 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:21:06,455 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10810 2018-10-04 16:21:06,455 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:21:06,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-10-04 16:21:06,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-04 16:21:06,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-04 16:21:06,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:21:06,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-10-04 16:21:06,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:21:06,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:21:06,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-04 16:21:06,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-04 16:21:06,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-04 16:21:06,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-10-04 16:21:06,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-10-04 16:21:06,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-04 16:21:06,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-04 16:21:06,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - not deleting keypair since an external keypair is being used 2018-10-04 16:21:06,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-10-04 16:21:06,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-04 16:21:06,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-10-04 16:21:06,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'uninstall' workflow execution succeeded 2018-10-04 16:21:06,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-10-04 16:21:06,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-04 16:21:06,459 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3fdad18b-f9fa-4261-bd74-59d10ca1a290 2018-10-04 16:21:06,520 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:21:06,520 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:21:06,520 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:21:06,520 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:21:06,520 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:21:06,520 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:21:06,520 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:21:06,521 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:17:10.688Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "3fdad18b-f9fa-4261-bd74-59d10ca1a290"} 2018-10-04 16:21:06,521 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:21:06,521 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:21:06 GMT 2018-10-04 16:21:06,521 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:21:06,521 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 378 2018-10-04 16:21:06,521 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:21:06,521 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.202:80/api/v3/deployments/clearwater-opnfv 2018-10-04 16:21:07,275 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:21:07,275 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:21:07,276 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:21:07,276 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:21:07,276 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:21:07,276 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:21:07,276 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:21:07,276 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-10-04 16:21:07,276 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "7a7d29a7-9333-4d36-96c1-b44cafd671df", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "bono_cluster_size": 1, "flavor_id": "27e7d88b-c8ee-4024-84f2-97fa9f080c6d", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "permalink": null, "description": null, "blueprint_id": "clearwater-opnfv", "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:22.934Z", "updated_at": "2018-10-04T15:56:22.934Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "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": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}, "members": ["bono_floatingip", "bono_host"]}}, "id": "clearwater-opnfv", "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}} 2018-10-04 16:21:07,276 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:21:07,277 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:21:07 GMT 2018-10-04 16:21:07,277 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:21:07,277 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-10-04 16:21:07,277 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:21:07,277 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.202:80/api/v3/blueprints/clearwater-opnfv 2018-10-04 16:21:07,375 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:21:07,375 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:21:07,375 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:21:07,376 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:21:07,376 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:21:07,376 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:21:07,376 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:21:07,376 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-10-04 16:21:07,377 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-10-04T15:56:12.888Z", "updated_at": "2018-10-04T15:56:12.888Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"app_connected_to_bind_ellis": {"name": "app_connected_to_bind_ellis", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "app_connected_to_bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.monitors": {"name": "cloudify.relationships.monitors", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "public", "description": "the community"}, "oids": {"description": "the oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "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.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"}}}, "app_connected_to_bind": {"name": "app_connected_to_bind", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_bono_nodes": {"name": "monitors_bono_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_sprout_nodes": {"name": "monitors_sprout_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"vellum_cluster_size": {"default": 1, "type": "integer", "description": "number of vellum instance"}, "agent_user": {"default": "ubuntu", "type": "string", "description": "User for connecting to agent VM's"}, "image_id": {"type": "string", "description": "Image ID of the agent VM's (Ubuntu 14.04 for clearwater)"}, "with_ellis": {"default": 1, "type": "integer", "description": "1 for true 0 for false"}, "external_network_name": {"type": "string", "description": "Network that will be the floating IP"}, "dime_cluster_size": {"default": 1, "type": "integer", "description": "number of dime instance"}, "key_pair_name": {"default": "clearwater-key", "description": "Openstack key pair name of the key to associate with the new server"}, "bono_cluster_size": {"default": 1, "type": "integer", "description": "number of bono instance"}, "flavor_id": {"type": "string", "description": "Flavor ID of the agent VM's (RAM >= 2 GB)"}, "public_domain": {"type": "string", "description": "Sip domain for sip users and bono load-balancing"}, "homer_cluster_size": {"default": 1, "type": "integer", "description": "number of homer instance"}, "release": {"default": "stable", "type": "string", "description": "Clearwater release"}, "network_name": {"default": "net2", "description": "Openstack network name the new server will be connected to"}, "private_key_path": {"description": "Path to the private key which will be used for connecting to the server\non the manager or machine running CLI if running in local mode.\n"}, "sprout_cluster_size": {"default": 1, "type": "integer", "description": "number of sprout instance"}}, "description": null, "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {"bono_group": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"scale_bono": {"type": "cloudify.policies.scaling", "properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "targets": ["bono_group"]}}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bono_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_sprout_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/sprout/stop-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "sprout", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.sprout"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/sprout/stop-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/sprout/install-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.sprout", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/vellum/stop-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"script_path": "scripts/clearwater/vellum/start-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "vellum", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.vellum"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "scripts/clearwater/vellum/start-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/vellum/stop-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/vellum/install-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.vellum", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "homer_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "homer_cluster_size"}, "default_instances": {"get_input": "homer_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "homer_cluster_size"}}}}, "id": "homer_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "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_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": {"get_input": "key_pair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "private_key_path"}, "use_external_resource": true}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": "internal_sip_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.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": "internal_sip_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5054}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5052}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_internal_sip", "description": "Internal SIP signalling"}, "disable_default_egress_rules": false, "use_external_resource": false, "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.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind_ellis", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/ellis/stop-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "ellis", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.ellis"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/ellis/stop-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/ellis/install-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "ellis", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.ellis", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "proxy_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 10}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "proxy_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "proxy_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": "dime_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.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": "dime_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8889}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 10888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_dime", "description": "memcached Chronos REST"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"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": "ellis_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.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": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "dime_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "dime_cluster_size"}, "default_instances": {"get_input": "dime_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "dime_cluster_size"}}}}, "id": "dime_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": "ellis_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.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": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 80}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 443}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_ellis", "description": "Web UI"}, "disable_default_egress_rules": false, "use_external_resource": false, "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", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "vellum_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "vellum_cluster_size"}, "default_instances": {"get_input": "vellum_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "vellum_cluster_size"}}}}, "id": "vellum_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/dime/stop-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "dime", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.dime"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/dime/stop-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/dime/install-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.dime", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "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": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "proxy_node", "type_hierarchy": ["cloudify.nodes.Root", "SNMPProxy"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/monitoring/proxy_snmp/install_requirements.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "proxy_node", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "host_id": "proxy_host", "type": "SNMPProxy", "properties": {}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": "base_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.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": "base_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"remote_ip_prefix": "0.0.0.0/0", "port": 4000}, {"remote_ip_prefix": "0.0.0.0/0", "port": 2380}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 161}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_base", "description": "SSH"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"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": "bono_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.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": "bono_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": "homer_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.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": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_homer", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "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", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "sprout_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "sprout_cluster_size"}, "default_instances": {"get_input": "sprout_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "sprout_cluster_size"}}}}, "id": "sprout_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": "bind_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.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": "bind_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 53}, {"remote_ip_prefix": "0.0.0.0/0", "port": 53}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bind", "description": "DNS"}, "disable_default_egress_rules": false, "use_external_resource": false, "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.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/homer/stop-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "homer", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.homer"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/homer/stop-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/homer/install-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.homer", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": "sprout_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.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": "sprout_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_sprout", "description": "memcached Chronos 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "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", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bind_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "bind_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "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": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "bind", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.infra.bind"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "install"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/other/install-etcd.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.infra.bind", "properties": {"private_domain": "clearwater.local", "secret_code": "secret", "hss_port": "3868", "public_domain": {"get_input": "public_domain"}, "release": {"get_input": "release"}, "hss_hostname": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_bono_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/bono/stop-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "bono", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.bono"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/bono/stop-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/bono/install-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.bono", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": "bono_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.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": "bono_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5062}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 65535, "port_range_min": 32768, "protocol": "udp"}, {"remote_ip_prefix": "0.0.0.0/0", "port": 6669}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bono", "description": "STUN SIP RTP 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "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", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "ellis_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "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": "bind_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.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": "bind_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": "vellum_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.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": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11211}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11311}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7253}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7000}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 6668, "port_range_min": 6667}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_vellum", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "members": ["bono_floatingip", "bono_host"]}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "clearwater-opnfv"} 2018-10-04 16:21:07,379 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:21:07,379 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:21:07 GMT 2018-10-04 16:21:07,379 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:21:07,379 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-10-04 16:21:07,379 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:21:07,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 16:21:07,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/7a7d29a7-9333-4d36-96c1-b44cafd671df -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 16:21:08,949 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bdb73103-e48f-4d0c-8422-f5d50ec3193d Date: Thu, 04 Oct 2018 16:21:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 16:21:08,950 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/7a7d29a7-9333-4d36-96c1-b44cafd671df used request id req-bdb73103-e48f-4d0c-8422-f5d50ec3193d 2018-10-04 16:21:08,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.54683303833s 2018-10-04 16:21:08,950 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/7a7d29a7-9333-4d36-96c1-b44cafd671df used request id req-bdb73103-e48f-4d0c-8422-f5d50ec3193d 2018-10-04 16:21:08,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 16:21:08,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 16:21:09,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:21:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36ad2e0b-fcc7-44cf-b9bc-3dbaa25f4624 x-compute-request-id: req-36ad2e0b-fcc7-44cf-b9bc-3dbaa25f4624 Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "name": "cloudify_ims-flavor_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/27e7d88b-c8ee-4024-84f2-97fa9f080c6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/27e7d88b-c8ee-4024-84f2-97fa9f080c6d", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 25, "id": "27e7d88b-c8ee-4024-84f2-97fa9f080c6d", "name": "cloudify_ims-flavor_alt_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 16:21:09,139 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-36ad2e0b-fcc7-44cf-b9bc-3dbaa25f4624 2018-10-04 16:21:09,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.188319921494s 2018-10-04 16:21:09,139 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-36ad2e0b-fcc7-44cf-b9bc-3dbaa25f4624 2018-10-04 16:21:09,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 16:21:09,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/27e7d88b-c8ee-4024-84f2-97fa9f080c6d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 16:21:09,186 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 16:21: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-d0286871-6b68-46cd-89d9-3424b598c0ea x-compute-request-id: req-d0286871-6b68-46cd-89d9-3424b598c0ea Content-Length: 0 Content-Type: application/json 2018-10-04 16:21:09,186 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/27e7d88b-c8ee-4024-84f2-97fa9f080c6d used request id req-d0286871-6b68-46cd-89d9-3424b598c0ea 2018-10-04 16:21:09,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0440318584442s 2018-10-04 16:21:09,186 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/27e7d88b-c8ee-4024-84f2-97fa9f080c6d used request id req-d0286871-6b68-46cd-89d9-3424b598c0ea 2018-10-04 16:21:09,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-10-04 16:21:09,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/4738264c-2294-4cf4-82a0-2190ecc8c223.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 16:21:10,484 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f8f479b3-c1cf-46b0-9492-387d28a9eebc Content-Length: 0 Date: Thu, 04 Oct 2018 16:21:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 16:21:10,484 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/4738264c-2294-4cf4-82a0-2190ecc8c223.json used request id req-f8f479b3-c1cf-46b0-9492-387d28a9eebc 2018-10-04 16:21:10,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.29520702362s 2018-10-04 16:21:10,485 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/4738264c-2294-4cf4-82a0-2190ecc8c223.json used request id req-f8f479b3-c1cf-46b0-9492-387d28a9eebc 2018-10-04 16:21:10,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 16:21:10,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 16:21:10,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-522bdfdd-d2a4-43d0-af08-298dbbd9de10 Date: Thu, 04 Oct 2018 16:21:10 GMT RESP BODY: {"floatingips": []} 2018-10-04 16:21:10,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-522bdfdd-d2a4-43d0-af08-298dbbd9de10 2018-10-04 16:21:10,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.161052942276s 2018-10-04 16:21:10,652 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-522bdfdd-d2a4-43d0-af08-298dbbd9de10 2018-10-04 16:21:10,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-04 16:21:10,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 16:21:10,938 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 16:21: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-b24ae55c-b00b-4702-bbe4-4af487a9e3dc x-compute-request-id: req-b24ae55c-b00b-4702-bbe4-4af487a9e3dc Content-Type: application/json 2018-10-04 16:21:10,938 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c used request id req-b24ae55c-b00b-4702-bbe4-4af487a9e3dc 2018-10-04 16:21:10,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.286070823669s 2018-10-04 16:21:10,939 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c used request id req-b24ae55c-b00b-4702-bbe4-4af487a9e3dc 2018-10-04 16:21:10,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:21:10,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 16:21:11,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:21: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-8f37b87d-1781-4455-ab60-aac8b709fe39 x-compute-request-id: req-8f37b87d-1781-4455-ab60-aac8b709fe39 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:2e:9d", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:2e:9d", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:55:04.000000", "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:21:10Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:21:11,708 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8f37b87d-1781-4455-ab60-aac8b709fe39 2018-10-04 16:21:11,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.769057035446s 2018-10-04 16:21:11,709 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8f37b87d-1781-4455-ab60-aac8b709fe39 2018-10-04 16:21:11,710 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:21:13,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:21:13,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 16:21:14,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:21: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-43b36424-9cb4-421e-93f5-f79189cc3d8c x-compute-request-id: req-43b36424-9cb4-421e-93f5-f79189cc3d8c Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:2e:9d", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/57f0aca0-de2a-4654-a979-94d4d21a589c", "rel": "bookmark"}], "image": {"id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "links": [{"href": "http://172.30.9.23:8774/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T15:55:04.000000", "flavor": {"id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "links": [{"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}]}, "id": "57f0aca0-de2a-4654-a979-94d4d21a589c", "security_groups": [{"name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}], "user_id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:21:10Z", "hostId": "9de6b39152c630fecebbd959b6e09776198cf56ec02876923c01b529", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "name": "cloudify_ims-vm_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "created": "2018-10-04T15:52:34Z", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:21:14,502 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-43b36424-9cb4-421e-93f5-f79189cc3d8c 2018-10-04 16:21:14,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.789147138596s 2018-10-04 16:21:14,502 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-43b36424-9cb4-421e-93f5-f79189cc3d8c 2018-10-04 16:21:14,504 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:21:16,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:21:16,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 16:21:16,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:21:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-40623df0-d360-4689-9614-8487f7972427 x-compute-request-id: req-40623df0-d360-4689-9614-8487f7972427 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 16:21:16,597 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-40623df0-d360-4689-9614-8487f7972427 2018-10-04 16:21:16,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0905890464783s 2018-10-04 16:21:16,597 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-40623df0-d360-4689-9614-8487f7972427 2018-10-04 16:21:16,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 16:21:16,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 16:21:16,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-d277fcdb-3cc6-40c6-89db-f6612b3d5a18 Date: Thu, 04 Oct 2018 16:21:16 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:52:28Z", "updated_at": "2018-10-04T15:52:32Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T15:52:29Z", "revision_number": 0, "id": "012b1d93-b327-46c0-b5ae-6179e7eb176a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:29Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": 22, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-04T15:52:30Z", "revision_number": 0, "id": "0abe0a98-63a6-4a8c-823e-e95d6844a444", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:30Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": 80, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-10-04T15:52:31Z", "revision_number": 0, "id": "16add613-0e52-4b9c-9a0c-241e641f4c78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:31Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:52:29Z", "revision_number": 0, "id": "445123c9-4432-4833-a29a-aac28bfa325d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:29Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:52:28Z", "revision_number": 0, "id": "524569de-7d38-46a9-a65d-28343703faef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:28Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-10-04T15:52:32Z", "revision_number": 0, "id": "6d76da41-924e-478e-9bc3-7f15bd7bbdc9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:32Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:52:28Z", "revision_number": 0, "id": "de2f2ebb-171f-4efd-962e-a3af8b378716", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:28Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-10-04T15:52:30Z", "revision_number": 0, "id": "df2c078e-b4ee-4c19-a6f2-6afedd9b496e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:52:30Z", "security_group_id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": 443, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}], "revision_number": 8, "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "3fc522e1-c287-4e73-a226-e0ce21fa9547", "name": "cloudify_ims-sg_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}, {"description": "Default security group", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:50:40Z", "updated_at": "2018-10-04T15:56:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "55e2bab2-a264-44d7-9491-e906e902ff63", "remote_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "6c74bf7c-e25b-4172-89b8-65b2aee6da5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "e1f1931b-c678-457f-9df4-3946a763623b", "remote_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T15:56:10Z", "revision_number": 0, "id": "e3b79ee6-1ca9-4a91-b43f-e555e3e4cfa0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:56:10Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": 22, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "f7f23484-924b-4f65-ae35-9e43271173b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}], "revision_number": 5, "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "name": "default"}]} 2018-10-04 16:21:16,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-d277fcdb-3cc6-40c6-89db-f6612b3d5a18 2018-10-04 16:21:16,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.189648866653s 2018-10-04 16:21:16,791 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-d277fcdb-3cc6-40c6-89db-f6612b3d5a18 2018-10-04 16:21:16,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-04 16:21:16,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/3fc522e1-c287-4e73-a226-e0ce21fa9547.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 16:21:17,153 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1c101882-f98a-4214-ba35-cbba5f7e4fe8 Content-Length: 0 Date: Thu, 04 Oct 2018 16:21:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 16:21:17,153 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/3fc522e1-c287-4e73-a226-e0ce21fa9547.json used request id req-1c101882-f98a-4214-ba35-cbba5f7e4fe8 2018-10-04 16:21:17,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.358350992203s 2018-10-04 16:21:17,154 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/3fc522e1-c287-4e73-a226-e0ce21fa9547.json used request id req-1c101882-f98a-4214-ba35-cbba5f7e4fe8 2018-10-04 16:21:17,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-10-04 16:21:17,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 16:21:17,216 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 16:21:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-efb5d718-9bbf-45e6-a002-3ce94ea9f952 x-compute-request-id: req-efb5d718-9bbf-45e6-a002-3ce94ea9f952 Content-Length: 0 Content-Type: application/json 2018-10-04 16:21:17,217 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de used request id req-efb5d718-9bbf-45e6-a002-3ce94ea9f952 2018-10-04 16:21:17,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.062392950058s 2018-10-04 16:21:17,217 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/cloudify_ims-kp_c6d73e0e-0154-4b46-be9f-cd6de3a912de used request id req-efb5d718-9bbf-45e6-a002-3ce94ea9f952 2018-10-04 16:21:17,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-04 16:21:17,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/d65aa64f-5af8-4088-86f0-2427ebea84d3/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" -d '{"subnet_id": "62cdeb2b-ad48-4a06-b2b3-950c9830fddb"}' 2018-10-04 16:21:18,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0e8fb54f-39be-47a3-a0bc-41813bd0b457 Date: Thu, 04 Oct 2018 16:21:18 GMT RESP BODY: {"network_id": "0eaed59d-feba-4b9f-9adf-78572ec9a277", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "subnet_id": "62cdeb2b-ad48-4a06-b2b3-950c9830fddb", "subnet_ids": ["62cdeb2b-ad48-4a06-b2b3-950c9830fddb"], "port_id": "67c1774d-7221-4f67-a50b-fff356a19492", "id": "d65aa64f-5af8-4088-86f0-2427ebea84d3"} 2018-10-04 16:21:18,593 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d65aa64f-5af8-4088-86f0-2427ebea84d3/remove_router_interface.json used request id req-0e8fb54f-39be-47a3-a0bc-41813bd0b457 2018-10-04 16:21:18,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.37554812431s 2018-10-04 16:21:18,593 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d65aa64f-5af8-4088-86f0-2427ebea84d3/remove_router_interface.json used request id req-0e8fb54f-39be-47a3-a0bc-41813bd0b457 returning object d65aa64f-5af8-4088-86f0-2427ebea84d3 2018-10-04 16:21:18,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-04 16:21:18,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 16:21:18,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-cc74b19f-c50b-4cde-8e36-d2b7477c5d1f Date: Thu, 04 Oct 2018 16:21:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:50:43Z", "admin_state_up": true, "updated_at": "2018-10-04T16:21:17Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "d65aa64f-5af8-4088-86f0-2427ebea84d3", "name": "cloudify_ims-router_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}]} 2018-10-04 16:21:18,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-cc74b19f-c50b-4cde-8e36-d2b7477c5d1f 2018-10-04 16:21:18,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.236582040787s 2018-10-04 16:21:18,831 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-cc74b19f-c50b-4cde-8e36-d2b7477c5d1f 2018-10-04 16:21:18,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-04 16:21:18,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/d65aa64f-5af8-4088-86f0-2427ebea84d3.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 16:21:22,290 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2d423921-5fe7-4962-8c8d-3ed1e31bf8d5 Content-Length: 0 Date: Thu, 04 Oct 2018 16:21:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 16:21:22,290 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/d65aa64f-5af8-4088-86f0-2427ebea84d3.json used request id req-2d423921-5fe7-4962-8c8d-3ed1e31bf8d5 2018-10-04 16:21:22,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.45764803886s 2018-10-04 16:21:22,290 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/d65aa64f-5af8-4088-86f0-2427ebea84d3.json used request id req-2d423921-5fe7-4962-8c8d-3ed1e31bf8d5 2018-10-04 16:21:22,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-04 16:21:22,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 16:21:22,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-20387fcc-7b98-412c-8f7c-8c3e52e426c3 Date: Thu, 04 Oct 2018 16:21:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0eaed59d-feba-4b9f-9adf-78572ec9a277","tenant_id":"87f4e119dee745038c5dbc8808d51179","created_at":"2018-10-04T15:50:42Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-04T15:50:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"87f4e119dee745038c5dbc8808d51179","id":"62cdeb2b-ad48-4a06-b2b3-950c9830fddb","subnetpool_id":null,"name":"cloudify_ims-subnet_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}]} 2018-10-04 16:21:22,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-20387fcc-7b98-412c-8f7c-8c3e52e426c3 2018-10-04 16:21:22,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0578467845917s 2018-10-04 16:21:22,349 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-20387fcc-7b98-412c-8f7c-8c3e52e426c3 2018-10-04 16:21:22,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-04 16:21:22,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/62cdeb2b-ad48-4a06-b2b3-950c9830fddb.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 16:21:24,587 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-71e3168a-cd02-4e23-8f18-ba5a174c43d5 Date: Thu, 04 Oct 2018 16:21:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 16:21:24,587 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/62cdeb2b-ad48-4a06-b2b3-950c9830fddb.json used request id req-71e3168a-cd02-4e23-8f18-ba5a174c43d5 2018-10-04 16:21:24,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.23651385307s 2018-10-04 16:21:24,587 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/62cdeb2b-ad48-4a06-b2b3-950c9830fddb.json used request id req-71e3168a-cd02-4e23-8f18-ba5a174c43d5 2018-10-04 16:21:24,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 16:21:24,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 16:21:24,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1199 X-Openstack-Request-Id: req-4483173f-439f-4106-86f9-76e78419ddd2 Date: Thu, 04 Oct 2018 16:21:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T16:21:24Z","tenant_id":"87f4e119dee745038c5dbc8808d51179","created_at":"2018-10-04T15:50:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"87f4e119dee745038c5dbc8808d51179","id":"0eaed59d-feba-4b9f-9adf-78572ec9a277","name":"cloudify_ims-net_c6d73e0e-0154-4b46-be9f-cd6de3a912de"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500}]} 2018-10-04 16:21:24,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4483173f-439f-4106-86f9-76e78419ddd2 2018-10-04 16:21:24,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.265897989273s 2018-10-04 16:21:24,854 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4483173f-439f-4106-86f9-76e78419ddd2 2018-10-04 16:21:24,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-04 16:21:24,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/0eaed59d-feba-4b9f-9adf-78572ec9a277.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 16:21:25,611 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f0d688e2-1d05-4646-adf9-59d42f384bcb Date: Thu, 04 Oct 2018 16:21:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 16:21:25,611 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/0eaed59d-feba-4b9f-9adf-78572ec9a277.json used request id req-f0d688e2-1d05-4646-adf9-59d42f384bcb 2018-10-04 16:21:25,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.755876064301s 2018-10-04 16:21:25,611 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/0eaed59d-feba-4b9f-9adf-78572ec9a277.json used request id req-f0d688e2-1d05-4646-adf9-59d42f384bcb 2018-10-04 16:21:25,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 16:21:25,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 16:21:25,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-a6a8f885-3534-40b7-b26e-9a0115eedaae Date: Thu, 04 Oct 2018 16:21:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f/snap", "metadata": {}}], "file": "/v2/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f/file", "owner": "87f4e119dee745038c5dbc8808d51179", "id": "c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "size": 4373348352, "self": "/v2/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-04T15:52:26Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-04T15:51:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 16:21:25,792 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-a6a8f885-3534-40b7-b26e-9a0115eedaae 2018-10-04 16:21:25,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.180697917938s 2018-10-04 16:21:25,793 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-a6a8f885-3534-40b7-b26e-9a0115eedaae 2018-10-04 16:21:25,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 16:21:25,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64567f7b9083970fc84d045bf6eb16c3794ffdc6" 2018-10-04 16:21:29,098 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-314b8247-d97f-4d78-95b8-ca13bfd2729b Date: Thu, 04 Oct 2018 16:21:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 16:21:29,098 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f used request id req-314b8247-d97f-4d78-95b8-ca13bfd2729b 2018-10-04 16:21:29,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 3.30373191833s 2018-10-04 16:21:29,099 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/c45ecf28-6e3b-4041-ad6c-ec0d1e58046f used request id req-314b8247-d97f-4d78-95b8-ca13bfd2729b 2018-10-04 16:21:29,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 16:21:29,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 16:21:29,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:21:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e9e6ac0-39fb-45cc-9e58-fae30957681f x-compute-request-id: req-1e9e6ac0-39fb-45cc-9e58-fae30957681f Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "04b584ce-63fd-4c97-a69e-c287b939a13e", "name": "cloudify_ims-flavor_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 16:21:29,130 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-1e9e6ac0-39fb-45cc-9e58-fae30957681f 2018-10-04 16:21:29,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0308680534363s 2018-10-04 16:21:29,131 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-1e9e6ac0-39fb-45cc-9e58-fae30957681f 2018-10-04 16:21:29,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 16:21:29,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 16:21:29,186 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 16:21:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bfddffd8-efcd-401f-af71-4d294dd3dd3c x-compute-request-id: req-bfddffd8-efcd-401f-af71-4d294dd3dd3c Content-Length: 0 Content-Type: application/json 2018-10-04 16:21:29,187 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e used request id req-bfddffd8-efcd-401f-af71-4d294dd3dd3c 2018-10-04 16:21:29,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0547978878021s 2018-10-04 16:21:29,187 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/04b584ce-63fd-4c97-a69e-c287b939a13e used request id req-bfddffd8-efcd-401f-af71-4d294dd3dd3c 2018-10-04 16:21:29,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 16:21:29,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 16:21:29,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3005c19e-d8bf-4154-a696-88c70c6c40fc Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "cloudify_ims-user_c6d73e0e-0154-4b46-be9f-cd6de3a912de", "links": {"self": "http://172.30.9.23:5000/v3/users/cd8b9ceb37e14791bb8e5a47378fc0a1"}, "domain_id": "default", "enabled": true, "id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 16:21:29,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3005c19e-d8bf-4154-a696-88c70c6c40fc 2018-10-04 16:21:29,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0981979370117s 2018-10-04 16:21:29,286 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3005c19e-d8bf-4154-a696-88c70c6c40fc 2018-10-04 16:21:29,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 16:21:29,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/cd8b9ceb37e14791bb8e5a47378fc0a1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 16:21:29,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89051253-7586-4883-9899-3d3078945cae Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/cd8b9ceb37e14791bb8e5a47378fc0a1"}, "enabled": true, "id": "cd8b9ceb37e14791bb8e5a47378fc0a1", "options": {}, "domain_id": "default", "name": "cloudify_ims-user_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}} 2018-10-04 16:21:29,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/cd8b9ceb37e14791bb8e5a47378fc0a1 used request id req-89051253-7586-4883-9899-3d3078945cae 2018-10-04 16:21:29,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0967769622803s 2018-10-04 16:21:29,390 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/cd8b9ceb37e14791bb8e5a47378fc0a1 used request id req-89051253-7586-4883-9899-3d3078945cae 2018-10-04 16:21:29,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-04 16:21:29,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/cd8b9ceb37e14791bb8e5a47378fc0a1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 16:21:29,582 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 16:21:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0923810-b3ca-4ea3-a60f-abe6b7b27a41 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 16:21:29,582 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/cd8b9ceb37e14791bb8e5a47378fc0a1 used request id req-b0923810-b3ca-4ea3-a60f-abe6b7b27a41 2018-10-04 16:21:29,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.192286014557s 2018-10-04 16:21:29,583 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/cd8b9ceb37e14791bb8e5a47378fc0a1 used request id req-b0923810-b3ca-4ea3-a60f-abe6b7b27a41 2018-10-04 16:21:29,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 16:21:29,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 16:21:29,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9353e8bb-7520-4bd0-a744-62fd8ee2da42 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.23:5000/v3/projects/87f4e119dee745038c5dbc8808d51179"}, "enabled": true, "id": "87f4e119dee745038c5dbc8808d51179", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_c6d73e0e-0154-4b46-be9f-cd6de3a912de"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 16:21:29,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-9353e8bb-7520-4bd0-a744-62fd8ee2da42 2018-10-04 16:21:29,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0844898223877s 2018-10-04 16:21:29,668 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-9353e8bb-7520-4bd0-a744-62fd8ee2da42 2018-10-04 16:21:29,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-04 16:21:29,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/87f4e119dee745038c5dbc8808d51179 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 16:21:29,832 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 16:21:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1bc7f145-763c-4a66-b6b8-3235d276aa48 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 16:21:29,832 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/87f4e119dee745038c5dbc8808d51179 used request id req-1bc7f145-763c-4a66-b6b8-3235d276aa48 2018-10-04 16:21:29,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.161754131317s 2018-10-04 16:21:29,833 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/87f4e119dee745038c5dbc8808d51179 used request id req-1bc7f145-763c-4a66-b6b8-3235d276aa48 2018-10-04 16:21:29,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 16:21:29,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 16:21:29,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90296139-34c9-40f6-8b0e-e9a6c4a4247d Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cabbbc43a3254a39a44e31b827d47eb4", "links": {"self": "http://172.30.9.23:5000/v3/roles/cabbbc43a3254a39a44e31b827d47eb4"}, "name": "Member"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 16:21:29,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-90296139-34c9-40f6-8b0e-e9a6c4a4247d 2018-10-04 16:21:29,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0814409255981s 2018-10-04 16:21:29,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 16:21:29,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/cabbbc43a3254a39a44e31b827d47eb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 16:21:30,038 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 16:21:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a4b609e-2bcf-424e-9cad-47a8c60a8f66 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 16:21:30,039 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/cabbbc43a3254a39a44e31b827d47eb4 used request id req-1a4b609e-2bcf-424e-9cad-47a8c60a8f66 2018-10-04 16:21:30,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.122518062592s 2018-10-04 16:21:30,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 16:21:30,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=87f4e119dee745038c5dbc8808d51179&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 16:21:30,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2930 X-Openstack-Request-Id: req-386e8576-f848-44f7-8ea7-70d57cc610f1 Date: Thu, 04 Oct 2018 16:21:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:50:40Z", "updated_at": "2018-10-04T15:56:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "55e2bab2-a264-44d7-9491-e906e902ff63", "remote_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "6c74bf7c-e25b-4172-89b8-65b2aee6da5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "e1f1931b-c678-457f-9df4-3946a763623b", "remote_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T15:56:10Z", "revision_number": 0, "id": "e3b79ee6-1ca9-4a91-b43f-e555e3e4cfa0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:56:10Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": 22, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "f7f23484-924b-4f65-ae35-9e43271173b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}], "revision_number": 5, "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "name": "default"}]} 2018-10-04 16:21:30,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=87f4e119dee745038c5dbc8808d51179&name=default used request id req-386e8576-f848-44f7-8ea7-70d57cc610f1 2018-10-04 16:21:30,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.187251806259s 2018-10-04 16:21:30,230 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=87f4e119dee745038c5dbc8808d51179&name=default used request id req-386e8576-f848-44f7-8ea7-70d57cc610f1 2018-10-04 16:21:30,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 16:21:30,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 16:21:30,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9849 X-Openstack-Request-Id: req-e64db81c-691e-4057-953d-6f222c9ade02 Date: Thu, 04 Oct 2018 16:21:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87f4e119dee745038c5dbc8808d51179", "created_at": "2018-10-04T15:50:40Z", "updated_at": "2018-10-04T15:56:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "e1f1931b-c678-457f-9df4-3946a763623b", "remote_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "6c74bf7c-e25b-4172-89b8-65b2aee6da5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "f7f23484-924b-4f65-ae35-9e43271173b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T15:50:40Z", "revision_number": 0, "id": "55e2bab2-a264-44d7-9491-e906e902ff63", "remote_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "remote_ip_prefix": null, "created_at": "2018-10-04T15:50:40Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f4e119dee745038c5dbc8808d51179"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T15:56:10Z", "revision_number": 0, "id": "e3b79ee6-1ca9-4a91-b43f-e555e3e4cfa0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T15:56:10Z", "security_group_id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "tenant_id": "87f4e119dee745038c5dbc8808d51179", "port_range_min": 22, "ethertype": "IPv4", "project_id": "87f4e119dee745038c5dbc8808d51179"}], "revision_number": 5, "project_id": "87f4e119dee745038c5dbc8808d51179", "id": "bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8", "name": "default"}]} 2018-10-04 16:21:30,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-e64db81c-691e-4057-953d-6f222c9ade02 2018-10-04 16:21:30,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.205131053925s 2018-10-04 16:21:30,439 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-e64db81c-691e-4057-953d-6f222c9ade02 2018-10-04 16:21:30,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-04 16:21:30,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4cc108293fc3e7846e20f1dabdba0c6611a70cb" 2018-10-04 16:21:30,768 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d1a705f1-6ece-48bc-9485-373f23c2d5ba Content-Length: 0 Date: Thu, 04 Oct 2018 16:21:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 16:21:30,768 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8.json used request id req-d1a705f1-6ece-48bc-9485-373f23c2d5ba 2018-10-04 16:21:30,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.32523393631s 2018-10-04 16:21:30,768 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/bcb2d442-cb2c-4a45-b1b3-1bf36a5dfcd8.json used request id req-d1a705f1-6ece-48bc-9485-373f23c2d5ba 2018-10-04 16:21:30,788 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2018-10-04 16:21:30,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 16:21:30,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 16:21:30,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 16:21:30,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 16:21:30,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 16:21:30,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 16:21:30,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 16:21:30,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 16:21:30,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 16:21:30,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 16:21:30,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 16:21:30,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 16:21:30,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 16:21:30,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 16:21:30,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 16:21:30,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 16:21:30,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 16:21:30,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 16:21:30,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 16:21:30,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 16:21:30,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 16:21:30,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 16:21:30,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 16:21:30,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:21:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1029043-95ee-432f-89aa-d8e7b0afc190 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 16:21:30,980 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f1029043-95ee-432f-89aa-d8e7b0afc190 2018-10-04 16:21:30,981 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 16:21:31,351 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}], "expires_at": "2018-10-04T17:21:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ecbf2b9cbec04c3e8332c7164aa04ab3"}, "audit_ids": ["hC_6bJ5NQL2u7cyGsd55qw"], "issued_at": "2018-10-04T16:21:31.000000Z"}} 2018-10-04 16:21:31,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 16:21:31,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:21:31,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-322c0f64-85fe-4390-af96-59d85217ef23 Date: Thu, 04 Oct 2018 16:21:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 16:21:31,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-322c0f64-85fe-4390-af96-59d85217ef23 2018-10-04 16:21:31,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.415169000626s 2018-10-04 16:21:31,770 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-322c0f64-85fe-4390-af96-59d85217ef23 2018-10-04 16:21:31,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 16:21:31,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:21:31,780 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 16:21:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 16:21:31,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:21:31,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:21:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb7c0cb9-8a46-4083-9b05-d1842efee2b3 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/356d297e741f42d0b9d8bc9b13448e43"}, "description": "", "name": "heat_stack", "enabled": true, "id": "356d297e741f42d0b9d8bc9b13448e43"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 16:21:31,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-eb7c0cb9-8a46-4083-9b05-d1842efee2b3 2018-10-04 16:21:31,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.092668056488s 2018-10-04 16:21:31,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-04 16:21:31,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" -d '{"project": {"description": "Created by OPNFV Functest: vyos_vrouter", "enabled": true, "domain_id": "default", "name": "vyos_vrouter-project_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}}' 2018-10-04 16:21:31,984 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 16:21:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-abd99e3d-15ff-402d-a3a0-0e027f8e71ca Content-Length: 358 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.23:5000/v3/projects/685ae48dd54b4a72a72a308101c01ece"}, "enabled": true, "id": "685ae48dd54b4a72a72a308101c01ece", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}} 2018-10-04 16:21:31,984 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-abd99e3d-15ff-402d-a3a0-0e027f8e71ca 2018-10-04 16:21:31,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.119220018387s 2018-10-04 16:21:31,985 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-abd99e3d-15ff-402d-a3a0-0e027f8e71ca 2018-10-04 16:21:31,986 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vyos_vrouter-project_fb486d0c-bc77-4c83-9da4-af97c2f9de85', 'id': u'685ae48dd54b4a72a72a308101c01ece', 'description': u'Created by OPNFV Functest: vyos_vrouter', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-04 16:21:31,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-04 16:21:32,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.363171100616s 2018-10-04 16:21:32,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/05a20649f1e5417fb9f51e2b53ccdf9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:21:32,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:21:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdf032c1-98ef-4631-9703-fb1817bc4f06 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/05a20649f1e5417fb9f51e2b53ccdf9e"}, "enabled": true, "id": "05a20649f1e5417fb9f51e2b53ccdf9e", "options": {}, "domain_id": "default", "name": "vyos_vrouter-user_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}} 2018-10-04 16:21:32,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/05a20649f1e5417fb9f51e2b53ccdf9e used request id req-cdf032c1-98ef-4631-9703-fb1817bc4f06 2018-10-04 16:21:32,451 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'05a20649f1e5417fb9f51e2b53ccdf9e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vyos_vrouter-user_fb486d0c-bc77-4c83-9da4-af97c2f9de85'}) 2018-10-04 16:21:32,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 16:21:32,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:21:32,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:21:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1596b18a-22aa-4307-a507-8660846e0530 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 16:21:32,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1596b18a-22aa-4307-a507-8660846e0530 2018-10-04 16:21:32,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0158381462097s 2018-10-04 16:21:32,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 16:21:32,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:21:32,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:21:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a97896b3-75a4-4acf-a06d-1b898eed38f6 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 16:21:32,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a97896b3-75a4-4acf-a06d-1b898eed38f6 2018-10-04 16:21:32,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.080176115036s 2018-10-04 16:21:32,551 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 16:21:32,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 16:21:32,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" -d '{"role": {"name": "Member"}}' 2018-10-04 16:21:32,661 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 16:21:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5262e83d-b335-495e-9187-b492c6207140 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c6c1225800124f3387f2d75a5d58835f", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6c1225800124f3387f2d75a5d58835f"}, "name": "Member"}} 2018-10-04 16:21:32,662 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-5262e83d-b335-495e-9187-b492c6207140 2018-10-04 16:21:32,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.110486984253s 2018-10-04 16:21:32,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/c6c1225800124f3387f2d75a5d58835f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:21:32,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:21:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b59ad2d-1eb9-497d-bd40-51a6ca46a61a Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/c6c1225800124f3387f2d75a5d58835f"}, "domain_id": null, "name": "Member", "id": "c6c1225800124f3387f2d75a5d58835f"}} 2018-10-04 16:21:32,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/c6c1225800124f3387f2d75a5d58835f used request id req-1b59ad2d-1eb9-497d-bd40-51a6ca46a61a 2018-10-04 16:21:32,738 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/c6c1225800124f3387f2d75a5d58835f'}, 'domain_id': None, 'human_id': None, 'id': u'c6c1225800124f3387f2d75a5d58835f', 'HUMAN_ID': False}) 2018-10-04 16:21:32,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 16:21:32,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:21:32,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:21:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67ebd06f-ce02-4d71-8945-7c3d5ca2fa1b Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6c1225800124f3387f2d75a5d58835f", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6c1225800124f3387f2d75a5d58835f"}, "name": "Member"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 16:21:32,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-67ebd06f-ce02-4d71-8945-7c3d5ca2fa1b 2018-10-04 16:21:32,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0788938999176s 2018-10-04 16:21:32,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 16:21:32,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:21:32,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:21:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f867423-8727-40bf-962e-585850eaef20 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 16:21:32,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-0f867423-8727-40bf-962e-585850eaef20 2018-10-04 16:21:32,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0872271060944s 2018-10-04 16:21:32,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 16:21:32,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:21:33,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:21:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fe9ff96-04e4-4899-9c03-a9ef8d8cb9cc Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "vyos_vrouter-user_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "links": {"self": "http://172.30.9.23:5000/v3/users/05a20649f1e5417fb9f51e2b53ccdf9e"}, "domain_id": "default", "enabled": true, "id": "05a20649f1e5417fb9f51e2b53ccdf9e", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 16:21:33,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6fe9ff96-04e4-4899-9c03-a9ef8d8cb9cc 2018-10-04 16:21:33,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0953879356384s 2018-10-04 16:21:33,003 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6fe9ff96-04e4-4899-9c03-a9ef8d8cb9cc 2018-10-04 16:21:33,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 16:21:33,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:21:33,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:21:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aede4855-321d-4495-b25f-8b4d20f7258f Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.23:5000/v3/projects/685ae48dd54b4a72a72a308101c01ece"}, "enabled": true, "id": "685ae48dd54b4a72a72a308101c01ece", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 16:21:33,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-aede4855-321d-4495-b25f-8b4d20f7258f 2018-10-04 16:21:33,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0777559280396s 2018-10-04 16:21:33,088 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-aede4855-321d-4495-b25f-8b4d20f7258f 2018-10-04 16:21:33,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 16:21:33,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=05a20649f1e5417fb9f51e2b53ccdf9e&scope.project.id=685ae48dd54b4a72a72a308101c01ece&role.id=c6c1225800124f3387f2d75a5d58835f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:21:33,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:21:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95de80cf-9c10-4191-8eaa-653c4a50a8b7 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=05a20649f1e5417fb9f51e2b53ccdf9e&scope.project.id=685ae48dd54b4a72a72a308101c01ece&role.id=c6c1225800124f3387f2d75a5d58835f", "previous": null, "next": null}} 2018-10-04 16:21:33,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=05a20649f1e5417fb9f51e2b53ccdf9e&scope.project.id=685ae48dd54b4a72a72a308101c01ece&role.id=c6c1225800124f3387f2d75a5d58835f used request id req-95de80cf-9c10-4191-8eaa-653c4a50a8b7 2018-10-04 16:21:33,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0766830444336s 2018-10-04 16:21:33,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 16:21:33,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/685ae48dd54b4a72a72a308101c01ece/users/05a20649f1e5417fb9f51e2b53ccdf9e/roles/c6c1225800124f3387f2d75a5d58835f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:21:33,556 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 16:21:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-818dace4-5ef9-4f96-b663-d957db617974 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 16:21:33,556 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/685ae48dd54b4a72a72a308101c01ece/users/05a20649f1e5417fb9f51e2b53ccdf9e/roles/c6c1225800124f3387f2d75a5d58835f used request id req-818dace4-5ef9-4f96-b663-d957db617974 2018-10-04 16:21:33,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.388475894928s 2018-10-04 16:21:33,557 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vyos_vrouter-project_fb486d0c-bc77-4c83-9da4-af97c2f9de85', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '885044c6-ccbd-4d6b-ba2a-eea55073a16f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'vyos_vrouter-user_fb486d0c-bc77-4c83-9da4-af97c2f9de85', 'project_id': u'685ae48dd54b4a72a72a308101c01ece', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 16:21:33,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 16:21:33,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 16:21:33,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 16:21:33,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 16:21:33,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 16:21:33,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 16:21:33,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 16:21:33,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 16:21:33,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 16:21:33,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 16:21:33,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 16:21:33,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 16:21:33,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 16:21:33,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 16:21:33,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 16:21:33,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 16:21:33,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 16:21:33,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 16:21:33,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 16:21:33,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 16:21:33,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 16:21:33,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 16:21:33,562 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vyos_vrouter-user_fb486d0c-bc77-4c83-9da4-af97c2f9de85', 'password': '885044c6-ccbd-4d6b-ba2a-eea55073a16f', 'project_name': 'vyos_vrouter-project_fb486d0c-bc77-4c83-9da4-af97c2f9de85', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '685ae48dd54b4a72a72a308101c01ece', 'project_domain_name': 'Default'} 2018-10-04 16:21:33,601 - 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-10-04 16:21:33,601 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-10-04 16:21:33,640 - 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-10-04 16:21:33,698 - 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-10-04 16:21:33,698 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-10-04 16:21:33,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 16:21:33,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:21:33,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:21:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3643607a-c3a9-4303-aedd-56b310b715d3 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/356d297e741f42d0b9d8bc9b13448e43"}, "description": "", "name": "heat_stack", "enabled": true, "id": "356d297e741f42d0b9d8bc9b13448e43"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 16:21:33,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-3643607a-c3a9-4303-aedd-56b310b715d3 2018-10-04 16:21:33,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0875699520111s 2018-10-04 16:21:33,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 16:21:33,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:21:33,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:21:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2e4c399-8642-422e-ad81-cf6d4e98a997 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.23:5000/v3/projects/685ae48dd54b4a72a72a308101c01ece"}, "enabled": true, "id": "685ae48dd54b4a72a72a308101c01ece", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 16:21:33,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-c2e4c399-8642-422e-ad81-cf6d4e98a997 2018-10-04 16:21:33,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0914261341095s 2018-10-04 16:21:33,879 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-c2e4c399-8642-422e-ad81-cf6d4e98a997 2018-10-04 16:21:33,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-04 16:21:33,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" -d '{"network": {"tenant_id": "685ae48dd54b4a72a72a308101c01ece", "name": "vyos_vrouter-net_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "admin_state_up": true}}' 2018-10-04 16:21:34,394 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-64187c75-0e48-49c3-9850-bd87aebabfc8 Date: Thu, 04 Oct 2018 16:21:34 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"296bee1a-ef8f-4c7b-a402-a7b78795ad66","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"685ae48dd54b4a72a72a308101c01ece","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T16:21:34Z","is_default":false,"qos_policy_id":null,"name":"vyos_vrouter-net_fb486d0c-bc77-4c83-9da4-af97c2f9de85","admin_state_up":true,"tenant_id":"685ae48dd54b4a72a72a308101c01ece","created_at":"2018-10-04T16:21:34Z","mtu":1450}} 2018-10-04 16:21:34,395 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-64187c75-0e48-49c3-9850-bd87aebabfc8 2018-10-04 16:21:34,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.512789964676s 2018-10-04 16:21:34,395 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-64187c75-0e48-49c3-9850-bd87aebabfc8 2018-10-04 16:21:34,396 - 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-10-04T16:21:34Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'296bee1a-ef8f-4c7b-a402-a7b78795ad66', u'provider:segmentation_id': 9, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'vyos_vrouter-net_fb486d0c-bc77-4c83-9da4-af97c2f9de85', u'created_at': u'2018-10-04T16:21:34Z', u'mtu': 1450, u'tenant_id': u'685ae48dd54b4a72a72a308101c01ece', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'685ae48dd54b4a72a72a308101c01ece'}) 2018-10-04 16:21:34,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 16:21:34,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:21:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80a5897d-3b68-450a-a7c0-0fac8b2da598 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 16:21:34,403 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-80a5897d-3b68-450a-a7c0-0fac8b2da598 2018-10-04 16:21:34,404 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 16:21:34,784 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c6c1225800124f3387f2d75a5d58835f", "name": "Member"}], "expires_at": "2018-10-04T17:21:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "685ae48dd54b4a72a72a308101c01ece", "name": "vyos_vrouter-project_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/685ae48dd54b4a72a72a308101c01ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/685ae48dd54b4a72a72a308101c01ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/685ae48dd54b4a72a72a308101c01ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/685ae48dd54b4a72a72a308101c01ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/685ae48dd54b4a72a72a308101c01ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/685ae48dd54b4a72a72a308101c01ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/685ae48dd54b4a72a72a308101c01ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/685ae48dd54b4a72a72a308101c01ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/685ae48dd54b4a72a72a308101c01ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/685ae48dd54b4a72a72a308101c01ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/685ae48dd54b4a72a72a308101c01ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/685ae48dd54b4a72a72a308101c01ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-user_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "id": "05a20649f1e5417fb9f51e2b53ccdf9e"}, "audit_ids": ["eXCsjUUKQSe9Nu65EWXw_g"], "issued_at": "2018-10-04T16:21:34.000000Z"}} 2018-10-04 16:21:34,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 16:21:34,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:21:35,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1193 X-Openstack-Request-Id: req-2270cafe-a1c6-4e40-8d9b-f881d7f68d43 Date: Thu, 04 Oct 2018 16:21:35 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T16:21:34Z","tenant_id":"685ae48dd54b4a72a72a308101c01ece","created_at":"2018-10-04T16:21:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"685ae48dd54b4a72a72a308101c01ece","id":"296bee1a-ef8f-4c7b-a402-a7b78795ad66","name":"vyos_vrouter-net_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}]} 2018-10-04 16:21:35,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-2270cafe-a1c6-4e40-8d9b-f881d7f68d43 2018-10-04 16:21:35,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.27206993103s 2018-10-04 16:21:35,060 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-2270cafe-a1c6-4e40-8d9b-f881d7f68d43 2018-10-04 16:21:35,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-04 16:21:35,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" -d '{"subnet": {"name": "vyos_vrouter-subnet_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "enable_dhcp": true, "network_id": "296bee1a-ef8f-4c7b-a402-a7b78795ad66", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-04 16:21:35,718 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-6b10759f-3576-47dd-a4a1-e0ea0d6613fb Date: Thu, 04 Oct 2018 16:21:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"296bee1a-ef8f-4c7b-a402-a7b78795ad66","tenant_id":"685ae48dd54b4a72a72a308101c01ece","created_at":"2018-10-04T16:21:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-04T16:21: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":"685ae48dd54b4a72a72a308101c01ece","id":"c7d64717-dc6a-4bac-bda1-fc1923c935a5","subnetpool_id":null,"name":"vyos_vrouter-subnet_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}} 2018-10-04 16:21:35,718 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-6b10759f-3576-47dd-a4a1-e0ea0d6613fb 2018-10-04 16:21:35,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.656652927399s 2018-10-04 16:21:35,719 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-6b10759f-3576-47dd-a4a1-e0ea0d6613fb 2018-10-04 16:21:35,719 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-04T16:21: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'c7d64717-dc6a-4bac-bda1-fc1923c935a5', u'subnetpool_id': None, u'service_types': [], u'name': u'vyos_vrouter-subnet_fb486d0c-bc77-4c83-9da4-af97c2f9de85', u'enable_dhcp': True, u'network_id': u'296bee1a-ef8f-4c7b-a402-a7b78795ad66', u'tenant_id': u'685ae48dd54b4a72a72a308101c01ece', u'created_at': u'2018-10-04T16:21: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'685ae48dd54b4a72a72a308101c01ece'}) 2018-10-04 16:21:35,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-04 16:21:35,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "vyos_vrouter-router_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "admin_state_up": true}}' 2018-10-04 16:21:40,818 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-21e8a95d-657b-41d9-8b6f-8e529f2d523e Date: Thu, 04 Oct 2018 16:21:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:21:36Z", "admin_state_up": true, "updated_at": "2018-10-04T16:21:37Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "685ae48dd54b4a72a72a308101c01ece", "id": "6d55a83b-5359-4e09-aa94-6bd5b984b986", "name": "vyos_vrouter-router_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}} 2018-10-04 16:21:40,818 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-21e8a95d-657b-41d9-8b6f-8e529f2d523e 2018-10-04 16:21:40,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.09882092476s 2018-10-04 16:21:40,818 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-21e8a95d-657b-41d9-8b6f-8e529f2d523e 2018-10-04 16:21:40,818 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-10-04T16:21:37Z', u'revision_number': 3, u'id': u'6d55a83b-5359-4e09-aa94-6bd5b984b986', u'external_gateway_info': {u'network_id': u'18028772-bdec-4175-9daf-5ee7ae542a2e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-router_fb486d0c-bc77-4c83-9da4-af97c2f9de85', u'admin_state_up': True, u'tenant_id': u'685ae48dd54b4a72a72a308101c01ece', u'created_at': u'2018-10-04T16:21:36Z', u'flavor_id': None, u'routes': [], u'project_id': u'685ae48dd54b4a72a72a308101c01ece'}) 2018-10-04 16:21:40,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-04 16:21:40,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/6d55a83b-5359-4e09-aa94-6bd5b984b986/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" -d '{"subnet_id": "c7d64717-dc6a-4bac-bda1-fc1923c935a5"}' 2018-10-04 16:21:42,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-df79d498-b716-432c-b4fd-15da02d0a4ff Date: Thu, 04 Oct 2018 16:21:42 GMT RESP BODY: {"network_id": "296bee1a-ef8f-4c7b-a402-a7b78795ad66", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "subnet_id": "c7d64717-dc6a-4bac-bda1-fc1923c935a5", "subnet_ids": ["c7d64717-dc6a-4bac-bda1-fc1923c935a5"], "port_id": "cf492ce8-e3eb-4b04-a724-74ce6a128d95", "id": "6d55a83b-5359-4e09-aa94-6bd5b984b986"} 2018-10-04 16:21:42,808 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/6d55a83b-5359-4e09-aa94-6bd5b984b986/add_router_interface.json used request id req-df79d498-b716-432c-b4fd-15da02d0a4ff 2018-10-04 16:21:42,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.98950505257s 2018-10-04 16:21:42,809 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/6d55a83b-5359-4e09-aa94-6bd5b984b986/add_router_interface.json used request id req-df79d498-b716-432c-b4fd-15da02d0a4ff returning object 6d55a83b-5359-4e09-aa94-6bd5b984b986 2018-10-04 16:21:42,810 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-10-04 16:22:07,354 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-10-04 16:22:07,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:22:07,367 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 04 Oct 2018 16:22:07 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-10-04 16:22:07,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 16:22:07,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:22:07,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-338d3bbe-8350-4b0c-a41b-4030e7c39356 Date: Thu, 04 Oct 2018 16:22:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 16:22:07,587 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-338d3bbe-8350-4b0c-a41b-4030e7c39356 2018-10-04 16:22:07,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.215957164764s 2018-10-04 16:22:07,588 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-338d3bbe-8350-4b0c-a41b-4030e7c39356 2018-10-04 16:22:07,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 16:22:07,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/vyos_vrouter-img_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}' 2018-10-04 16:22:07,809 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c X-Openstack-Request-Id: req-43db452b-4b75-46d7-b3a6-31b66005f45f Date: Thu, 04 Oct 2018 16:22:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c/file", "owner": "685ae48dd54b4a72a72a308101c01ece", "id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "size": null, "self": "/v2/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-04T16:22:07Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "checksum": null, "created_at": "2018-10-04T16:22:07Z", "protected": false} 2018-10-04 16:22:07,809 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-43db452b-4b75-46d7-b3a6-31b66005f45f 2018-10-04 16:22:07,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.219513893127s 2018-10-04 16:22:07,810 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-43db452b-4b75-46d7-b3a6-31b66005f45f returning object 9c588392-5775-4b1a-b8b0-96bf2fda4c5c 2018-10-04 16:22:07,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 16:22:07,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" -d '' 2018-10-04 16:23:21,265 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9a0d7f5b-7b13-4cf3-a8bf-cc960f8c1786 Date: Thu, 04 Oct 2018 16:23:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 16:23:21,265 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c/file used request id req-9a0d7f5b-7b13-4cf3-a8bf-cc960f8c1786 2018-10-04 16:23:21,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 73.4547770023s 2018-10-04 16:23:21,265 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c/file used request id req-9a0d7f5b-7b13-4cf3-a8bf-cc960f8c1786 2018-10-04 16:23:21,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 16:23:21,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:23:21,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-90a0a606-05a4-41fd-be7b-1337854123e1 Date: Thu, 04 Oct 2018 16:23:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c/snap", "metadata": {}}], "file": "/v2/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c/file", "owner": "685ae48dd54b4a72a72a308101c01ece", "id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "size": 4373348352, "self": "/v2/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-04T16:23:21Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-04T16:22:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 16:23:21,447 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-90a0a606-05a4-41fd-be7b-1337854123e1 2018-10-04 16:23:21,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181196928024s 2018-10-04 16:23:21,448 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-90a0a606-05a4-41fd-be7b-1337854123e1 2018-10-04 16:23:21,450 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c/file', 'owner': u'685ae48dd54b4a72a72a308101c01ece', 'id': u'9c588392-5775-4b1a-b8b0-96bf2fda4c5c', 'size': 4373348352, u'self': u'/v2/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'685ae48dd54b4a72a72a308101c01ece', 'name': 'vyos_vrouter-project_fb486d0c-bc77-4c83-9da4-af97c2f9de85', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T16:23:21Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-04T16:23:21Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_fb486d0c-bc77-4c83-9da4-af97c2f9de85', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_fb486d0c-bc77-4c83-9da4-af97c2f9de85', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_fb486d0c-bc77-4c83-9da4-af97c2f9de85', 'created': u'2018-10-04T16:22:07Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-10-04T16:22:07Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_fb486d0c-bc77-4c83-9da4-af97c2f9de85', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-10-04 16:23:21,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 16:23:21,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "vyos_vrouter-flavor_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-10-04 16:23:21,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:23: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-d6088a3d-9bb3-4a1f-ad06-6247dd389af1 x-compute-request-id: req-d6088a3d-9bb3-4a1f-ad06-6247dd389af1 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "name": "vyos_vrouter-flavor_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 16:23:21,659 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d6088a3d-9bb3-4a1f-ad06-6247dd389af1 2018-10-04 16:23:21,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.208070039749s 2018-10-04 16:23:21,660 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d6088a3d-9bb3-4a1f-ad06-6247dd389af1 returning object 9059ed70-9cea-4c5f-a886-7e19a6e6c3b4 2018-10-04 16:23:21,660 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_fb486d0c-bc77-4c83-9da4-af97c2f9de85', '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'ba8ec7ddbe634bf4b6238a0de4b4bf1a', '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'9059ed70-9cea-4c5f-a886-7e19a6e6c3b4', 'swap': 0}) 2018-10-04 16:23:21,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 16:23:21,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" -d '{"extra_specs": {}}' 2018-10-04 16:23:21,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:23: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-d0e57a14-f814-4fad-a24e-f124e2374d94 x-compute-request-id: req-d0e57a14-f814-4fad-a24e-f124e2374d94 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 16:23:21,684 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4/os-extra_specs used request id req-d0e57a14-f814-4fad-a24e-f124e2374d94 2018-10-04 16:23:21,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0229399204254s 2018-10-04 16:23:21,685 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4/os-extra_specs used request id req-d0e57a14-f814-4fad-a24e-f124e2374d94 2018-10-04 16:23:21,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-10-04 16:23:21,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" -d '{"keypair": {"name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}}' 2018-10-04 16:23:21,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:23: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-a97d85e2-8c3c-4ffb-927d-2a5eba03f3a8 x-compute-request-id: req-a97d85e2-8c3c-4ffb-927d-2a5eba03f3a8 Content-Encoding: gzip Content-Length: 1809 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8l2/gTBrvNit4ToAENkQ80xAJ+FO9hkymeAOMibQ7YaYm4OirGpBwGRZ/rgVnYKLQCXo04LKA4RuRxKEBddc65J+B0OylALjZxbTc+xWQo9ngr/OoNRC2lQ9rolsekkLjvMMu5v62oVZRMaOFTFN/Fwc8xGdL+LaviarkVLxU78sPxsQjYfpPXdiEq7h2gTPgZ3x5L/4j/POH1vn38WdjCpsnu2ZAkM7yPLUdzOaOpVOFCocjSoFYtN2k2UCorgxbs9SFYotTvGZdYP+3/T9euwBEzR7ZwAgw6CELdycwKMJeUkkeJEHGP6dM0lmcqgr3L0IgNdqLAtb8Xr3w/ceR Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvJdv4Ewa7zYreE6ABDZEPNMQCfhTvYZMpngDjIm0O2GmJuDo\nqxqQcBkWf64FZ2Ci0Al6NOCygOEbkcShAXXXOuSfgdDspQC42cW03PsVkKPZ4K/z\nqDUQtpUPa6JbHpJC47zDLub+tqFWUTGjhUxTfxcHPMRnS/i2r4mq5FS8VO/LD8bE\nI2H6T13YhKu4doEz4Gd8eS/+I/zzh9b59/FnYwqbJ7tmQJDO8jy1HczmjqVThQqH\nI0qBWLTdpNlAqK4MW7PUhWKLU7xmXWD/t/0/XrsARM0e2cAIMOghC3cnMCjCXlJJ\nHiRBxj+nTNJZnKoK9y9CIDXaiwLW/F698P3HkQIDAQABAoIBAQCoaGbsGan3sRzS\nWu8wU7FNy4BIFuvYk4QBJ6yrpBBA8qsnjrHWkWsn3w9bRu/mZ8IcGkp5y6k7M0mm\nOrs4DZ38JkpV51Za5jErrsQajVCtj9OxNA5WR8S79pIFoL7TpvJ6YYa+bGJKffoR\nmU0XbJgnJk49Mnm3usqQKFRlf1GKWel4BJibGJerGa2t8vNdcUG7YEvrjngf7g66\ng5DVS1cIDWhAq4XOzcY8wa8SRsrp9v04dnA7KeWDHVTzRYkOSll9Qeq68pzJZrhR\nxwGOOPARPo8STd/+hLhMwgCyget/BjBFyS12tvG30M4GOQNuuzSBQ+Bnt/wjkKQv\nrtyyqPgBAoGBAPHCHhTH4kP5G159wANaFA2yGrpGkKS7nwWxbltsoJX63BLHGWRr\nd7KQ9GzHSKZCMSW7FXP07J5VxjwKpceDI3PpYapgirI/EI3pADBlDOYCIQM2PRaz\nrazapBaxZuIGs68/fpesOo5ZfMB4uyfMZOBEgsYmTCx72J3w2K4gdq6BAoGBAMez\nh0naHRAfLkSk5Ki1Qk5Wx6nR9NaqWCtmTTQpINjzdGlfKx1ZmnJxaBN6fwgf07+y\nm8l8+2L4SAMVAj9L8ShNmLW1Rh4iV+By4FewXTHY8aqj8CgmVL8/12++G0jl24Zm\n8MJ1EKTQyYrqH8CX6aQprR64pDYlrkAhSkw59bERAoGBAMdFDMxuMWd7tf59wj5B\nClR7oKI3tdPCvoHPzTnYYMkevDVSHPDzz/bEmmPrI0u/NYl3Gmi40ix0YPBuilTY\nF+nbzV/FMa1YZAnEqx44vJf92z4tf87tjVLz6Nq3oSjfA06JFIxqLt3UjwqKuSFF\nzUQ51F0FhjYIYvVUZxWntouBAoGAbdpZGowMHrk4R3R5gECtZ9Ce5tDjIU71T3Jo\nF8BkHFPX/rrmSa/noPq3aLeit4Jihfonbm/9DVVMr71Xzh/lWelNju9X0e3Mb2Bh\n/nq62VfgoKCr1Do5tjbVONfXxIME/msUF7Qz4qYjp/HgY55tXOu8GsExO8QAlbB6\nYXIksDECgYBFJ/9ff+aTYc8UmKWOGc30WVXp3I+iRG+GVTRHn9yQUANpE9t3UydC\np7Vyh+/Ap4XVAwb0vC4IdKjf9iizNaBvkw3XmVxdjbeZTxpMjRqoHd5SdJx+wdpJ\ntuUJHTsyX44CQRMOgCxhR2P7D4AaGeh7ChUzdVNIg0pX6MeBUjOVeA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "fingerprint": "61:03:10:d1:b9:48:05:05:4c:6e:12:27:4a:21:00:e4"}} 2018-10-04 16:23:21,981 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-a97d85e2-8c3c-4ffb-927d-2a5eba03f3a8 2018-10-04 16:23:21,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.295371055603s 2018-10-04 16:23:21,981 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-a97d85e2-8c3c-4ffb-927d-2a5eba03f3a8 2018-10-04 16:23:21,982 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8l2/gTBrvNit4ToAENkQ80xAJ+FO9hkymeAOMibQ7YaYm4OirGpBwGRZ/rgVnYKLQCXo04LKA4RuRxKEBddc65J+B0OylALjZxbTc+xWQo9ngr/OoNRC2lQ9rolsekkLjvMMu5v62oVZRMaOFTFN/Fwc8xGdL+LaviarkVLxU78sPxsQjYfpPXdiEq7h2gTPgZ3x5L/4j/POH1vn38WdjCpsnu2ZAkM7yPLUdzOaOpVOFCocjSoFYtN2k2UCorgxbs9SFYotTvGZdYP+3/T9euwBEzR7ZwAgw6CELdycwKMJeUkkeJEHGP6dM0lmcqgr3L0IgNdqLAtb8Xr3w/ceR Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvJdv4Ewa7zYreE6ABDZEPNMQCfhTvYZMpngDjIm0O2GmJuDo\nqxqQcBkWf64FZ2Ci0Al6NOCygOEbkcShAXXXOuSfgdDspQC42cW03PsVkKPZ4K/z\nqDUQtpUPa6JbHpJC47zDLub+tqFWUTGjhUxTfxcHPMRnS/i2r4mq5FS8VO/LD8bE\nI2H6T13YhKu4doEz4Gd8eS/+I/zzh9b59/FnYwqbJ7tmQJDO8jy1HczmjqVThQqH\nI0qBWLTdpNlAqK4MW7PUhWKLU7xmXWD/t/0/XrsARM0e2cAIMOghC3cnMCjCXlJJ\nHiRBxj+nTNJZnKoK9y9CIDXaiwLW/F698P3HkQIDAQABAoIBAQCoaGbsGan3sRzS\nWu8wU7FNy4BIFuvYk4QBJ6yrpBBA8qsnjrHWkWsn3w9bRu/mZ8IcGkp5y6k7M0mm\nOrs4DZ38JkpV51Za5jErrsQajVCtj9OxNA5WR8S79pIFoL7TpvJ6YYa+bGJKffoR\nmU0XbJgnJk49Mnm3usqQKFRlf1GKWel4BJibGJerGa2t8vNdcUG7YEvrjngf7g66\ng5DVS1cIDWhAq4XOzcY8wa8SRsrp9v04dnA7KeWDHVTzRYkOSll9Qeq68pzJZrhR\nxwGOOPARPo8STd/+hLhMwgCyget/BjBFyS12tvG30M4GOQNuuzSBQ+Bnt/wjkKQv\nrtyyqPgBAoGBAPHCHhTH4kP5G159wANaFA2yGrpGkKS7nwWxbltsoJX63BLHGWRr\nd7KQ9GzHSKZCMSW7FXP07J5VxjwKpceDI3PpYapgirI/EI3pADBlDOYCIQM2PRaz\nrazapBaxZuIGs68/fpesOo5ZfMB4uyfMZOBEgsYmTCx72J3w2K4gdq6BAoGBAMez\nh0naHRAfLkSk5Ki1Qk5Wx6nR9NaqWCtmTTQpINjzdGlfKx1ZmnJxaBN6fwgf07+y\nm8l8+2L4SAMVAj9L8ShNmLW1Rh4iV+By4FewXTHY8aqj8CgmVL8/12++G0jl24Zm\n8MJ1EKTQyYrqH8CX6aQprR64pDYlrkAhSkw59bERAoGBAMdFDMxuMWd7tf59wj5B\nClR7oKI3tdPCvoHPzTnYYMkevDVSHPDzz/bEmmPrI0u/NYl3Gmi40ix0YPBuilTY\nF+nbzV/FMa1YZAnEqx44vJf92z4tf87tjVLz6Nq3oSjfA06JFIxqLt3UjwqKuSFF\nzUQ51F0FhjYIYvVUZxWntouBAoGAbdpZGowMHrk4R3R5gECtZ9Ce5tDjIU71T3Jo\nF8BkHFPX/rrmSa/noPq3aLeit4Jihfonbm/9DVVMr71Xzh/lWelNju9X0e3Mb2Bh\n/nq62VfgoKCr1Do5tjbVONfXxIME/msUF7Qz4qYjp/HgY55tXOu8GsExO8QAlbB6\nYXIksDECgYBFJ/9ff+aTYc8UmKWOGc30WVXp3I+iRG+GVTRHn9yQUANpE9t3UydC\np7Vyh+/Ap4XVAwb0vC4IdKjf9iizNaBvkw3XmVxdjbeZTxpMjRqoHd5SdJx+wdpJ\ntuUJHTsyX44CQRMOgCxhR2P7D4AaGeh7ChUzdVNIg0pX6MeBUjOVeA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'05a20649f1e5417fb9f51e2b53ccdf9e', 'name': u'vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85', 'created_at': '2018-10-04T16:23:21.982664', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'685ae48dd54b4a72a72a308101c01ece', 'name': 'vyos_vrouter-project_fb486d0c-bc77-4c83-9da4-af97c2f9de85', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'61:03:10:d1:b9:48:05:05:4c:6e:12:27:4a:21:00:e4', 'type': 'ssh', 'id': u'vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85'}) 2018-10-04 16:23:21,983 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAvJdv4Ewa7zYreE6ABDZEPNMQCfhTvYZMpngDjIm0O2GmJuDo qxqQcBkWf64FZ2Ci0Al6NOCygOEbkcShAXXXOuSfgdDspQC42cW03PsVkKPZ4K/z qDUQtpUPa6JbHpJC47zDLub+tqFWUTGjhUxTfxcHPMRnS/i2r4mq5FS8VO/LD8bE I2H6T13YhKu4doEz4Gd8eS/+I/zzh9b59/FnYwqbJ7tmQJDO8jy1HczmjqVThQqH I0qBWLTdpNlAqK4MW7PUhWKLU7xmXWD/t/0/XrsARM0e2cAIMOghC3cnMCjCXlJJ HiRBxj+nTNJZnKoK9y9CIDXaiwLW/F698P3HkQIDAQABAoIBAQCoaGbsGan3sRzS Wu8wU7FNy4BIFuvYk4QBJ6yrpBBA8qsnjrHWkWsn3w9bRu/mZ8IcGkp5y6k7M0mm Ors4DZ38JkpV51Za5jErrsQajVCtj9OxNA5WR8S79pIFoL7TpvJ6YYa+bGJKffoR mU0XbJgnJk49Mnm3usqQKFRlf1GKWel4BJibGJerGa2t8vNdcUG7YEvrjngf7g66 g5DVS1cIDWhAq4XOzcY8wa8SRsrp9v04dnA7KeWDHVTzRYkOSll9Qeq68pzJZrhR xwGOOPARPo8STd/+hLhMwgCyget/BjBFyS12tvG30M4GOQNuuzSBQ+Bnt/wjkKQv rtyyqPgBAoGBAPHCHhTH4kP5G159wANaFA2yGrpGkKS7nwWxbltsoJX63BLHGWRr d7KQ9GzHSKZCMSW7FXP07J5VxjwKpceDI3PpYapgirI/EI3pADBlDOYCIQM2PRaz razapBaxZuIGs68/fpesOo5ZfMB4uyfMZOBEgsYmTCx72J3w2K4gdq6BAoGBAMez h0naHRAfLkSk5Ki1Qk5Wx6nR9NaqWCtmTTQpINjzdGlfKx1ZmnJxaBN6fwgf07+y m8l8+2L4SAMVAj9L8ShNmLW1Rh4iV+By4FewXTHY8aqj8CgmVL8/12++G0jl24Zm 8MJ1EKTQyYrqH8CX6aQprR64pDYlrkAhSkw59bERAoGBAMdFDMxuMWd7tf59wj5B ClR7oKI3tdPCvoHPzTnYYMkevDVSHPDzz/bEmmPrI0u/NYl3Gmi40ix0YPBuilTY F+nbzV/FMa1YZAnEqx44vJf92z4tf87tjVLz6Nq3oSjfA06JFIxqLt3UjwqKuSFF zUQ51F0FhjYIYvVUZxWntouBAoGAbdpZGowMHrk4R3R5gECtZ9Ce5tDjIU71T3Jo F8BkHFPX/rrmSa/noPq3aLeit4Jihfonbm/9DVVMr71Xzh/lWelNju9X0e3Mb2Bh /nq62VfgoKCr1Do5tjbVONfXxIME/msUF7Qz4qYjp/HgY55tXOu8GsExO8QAlbB6 YXIksDECgYBFJ/9ff+aTYc8UmKWOGc30WVXp3I+iRG+GVTRHn9yQUANpE9t3UydC p7Vyh+/Ap4XVAwb0vC4IdKjf9iizNaBvkw3XmVxdjbeZTxpMjRqoHd5SdJx+wdpJ tuUJHTsyX44CQRMOgCxhR2P7D4AaGeh7ChUzdVNIg0pX6MeBUjOVeA== -----END RSA PRIVATE KEY----- 2018-10-04 16:23:21,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-10-04 16:23:21,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" -d '{"security_group": {"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "description": "created by OPNFV Functest (vyos_vrouter)"}}' 2018-10-04 16:23:22,386 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-cd8eca45-de13-42ce-816e-c0f73575a47c Date: Thu, 04 Oct 2018 16:23:22 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:23:22Z", "updated_at": "2018-10-04T16:23:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:23:22Z", "revision_number": 0, "id": "38fa6e84-25a3-4f7e-8037-a974b525c84e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:22Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:23:22Z", "revision_number": 0, "id": "c216299f-aacc-4265-9ea0-47e90835a290", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:22Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}], "revision_number": 2, "project_id": "685ae48dd54b4a72a72a308101c01ece", "id": "36770168-2cf8-4c84-be1a-270f702456a2", "name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}} 2018-10-04 16:23:22,386 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-cd8eca45-de13-42ce-816e-c0f73575a47c 2018-10-04 16:23:22,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.400214910507s 2018-10-04 16:23:22,387 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-cd8eca45-de13-42ce-816e-c0f73575a47c 2018-10-04 16:23:22,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 16:23:22,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:23:22,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-4c28d738-c320-44b1-8071-3e1417382010 Date: Thu, 04 Oct 2018 16:23:22 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:23:22Z", "updated_at": "2018-10-04T16:23:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:23:22Z", "revision_number": 0, "id": "38fa6e84-25a3-4f7e-8037-a974b525c84e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:22Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:23:22Z", "revision_number": 0, "id": "c216299f-aacc-4265-9ea0-47e90835a290", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:22Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}], "revision_number": 2, "project_id": "685ae48dd54b4a72a72a308101c01ece", "id": "36770168-2cf8-4c84-be1a-270f702456a2", "name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}, {"description": "Default security group", "tags": [], "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:21:34Z", "updated_at": "2018-10-04T16:21:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "13f0ee19-60e9-46e3-aae3-3f78e606f5bf", "remote_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "338040ab-8b35-4378-bc88-7637075a8c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "3d4fb3e6-a8b1-4071-ac46-b4bfd253d523", "remote_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "8743dffd-b1d9-4c0a-b864-685c506e1b58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "685ae48dd54b4a72a72a308101c01ece"}], "revision_number": 4, "project_id": "685ae48dd54b4a72a72a308101c01ece", "id": "5e693995-738c-4b9f-8de2-507e19633d39", "name": "default"}]} 2018-10-04 16:23:22,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-4c28d738-c320-44b1-8071-3e1417382010 2018-10-04 16:23:22,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.198143005371s 2018-10-04 16:23:22,590 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-4c28d738-c320-44b1-8071-3e1417382010 2018-10-04 16:23:22,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-04 16:23:22,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" -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": "36770168-2cf8-4c84-be1a-270f702456a2"}}' 2018-10-04 16:23:22,775 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-da946a17-2814-4129-81b7-5c5fc5307df4 Date: Thu, 04 Oct 2018 16:23:22 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T16:23:22Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "port_range_min": 22, "revision_number": 0, "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:23:22Z", "project_id": "685ae48dd54b4a72a72a308101c01ece", "id": "7a668d64-3dc4-46ca-9993-de1afeddaca1"}} 2018-10-04 16:23:22,776 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-da946a17-2814-4129-81b7-5c5fc5307df4 2018-10-04 16:23:22,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.181654930115s 2018-10-04 16:23:22,776 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-da946a17-2814-4129-81b7-5c5fc5307df4 2018-10-04 16:23:22,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 16:23:22,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:23:22,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-bb68c05d-6bcb-4775-8f94-2b5658470c8e Date: Thu, 04 Oct 2018 16:23:22 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:23:22Z", "updated_at": "2018-10-04T16:23:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:23:22Z", "revision_number": 0, "id": "38fa6e84-25a3-4f7e-8037-a974b525c84e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:22Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T16:23:22Z", "revision_number": 0, "id": "7a668d64-3dc4-46ca-9993-de1afeddaca1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:22Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": 22, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:23:22Z", "revision_number": 0, "id": "c216299f-aacc-4265-9ea0-47e90835a290", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:22Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}], "revision_number": 3, "project_id": "685ae48dd54b4a72a72a308101c01ece", "id": "36770168-2cf8-4c84-be1a-270f702456a2", "name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}, {"description": "Default security group", "tags": [], "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:21:34Z", "updated_at": "2018-10-04T16:21:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "13f0ee19-60e9-46e3-aae3-3f78e606f5bf", "remote_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "338040ab-8b35-4378-bc88-7637075a8c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "3d4fb3e6-a8b1-4071-ac46-b4bfd253d523", "remote_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "8743dffd-b1d9-4c0a-b864-685c506e1b58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "685ae48dd54b4a72a72a308101c01ece"}], "revision_number": 4, "project_id": "685ae48dd54b4a72a72a308101c01ece", "id": "5e693995-738c-4b9f-8de2-507e19633d39", "name": "default"}]} 2018-10-04 16:23:22,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-bb68c05d-6bcb-4775-8f94-2b5658470c8e 2018-10-04 16:23:22,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.198497056961s 2018-10-04 16:23:22,979 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-bb68c05d-6bcb-4775-8f94-2b5658470c8e 2018-10-04 16:23:22,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-04 16:23:22,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" -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": "36770168-2cf8-4c84-be1a-270f702456a2"}}' 2018-10-04 16:23:23,344 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-db4ff53a-97d0-4de3-ab79-e1e7b52c64bb Date: Thu, 04 Oct 2018 16:23:23 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T16:23:23Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "port_range_min": null, "revision_number": 0, "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:23:23Z", "project_id": "685ae48dd54b4a72a72a308101c01ece", "id": "b8d4247a-4f52-4c92-9617-6ed4a04d727c"}} 2018-10-04 16:23:23,344 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-db4ff53a-97d0-4de3-ab79-e1e7b52c64bb 2018-10-04 16:23:23,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.361285209656s 2018-10-04 16:23:23,344 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-db4ff53a-97d0-4de3-ab79-e1e7b52c64bb 2018-10-04 16:23:23,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 16:23:23,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:23:23,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-bda55e9e-b72d-4923-b987-f2610f134e9e Date: Thu, 04 Oct 2018 16:23:23 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:23:22Z", "updated_at": "2018-10-04T16:23:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:23:22Z", "revision_number": 0, "id": "38fa6e84-25a3-4f7e-8037-a974b525c84e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:22Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T16:23:22Z", "revision_number": 0, "id": "7a668d64-3dc4-46ca-9993-de1afeddaca1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:22Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": 22, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:23:23Z", "revision_number": 0, "id": "b8d4247a-4f52-4c92-9617-6ed4a04d727c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:23Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:23:22Z", "revision_number": 0, "id": "c216299f-aacc-4265-9ea0-47e90835a290", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:22Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}], "revision_number": 4, "project_id": "685ae48dd54b4a72a72a308101c01ece", "id": "36770168-2cf8-4c84-be1a-270f702456a2", "name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}, {"description": "Default security group", "tags": [], "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:21:34Z", "updated_at": "2018-10-04T16:21:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "13f0ee19-60e9-46e3-aae3-3f78e606f5bf", "remote_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "338040ab-8b35-4378-bc88-7637075a8c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "3d4fb3e6-a8b1-4071-ac46-b4bfd253d523", "remote_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "8743dffd-b1d9-4c0a-b864-685c506e1b58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "685ae48dd54b4a72a72a308101c01ece"}], "revision_number": 4, "project_id": "685ae48dd54b4a72a72a308101c01ece", "id": "5e693995-738c-4b9f-8de2-507e19633d39", "name": "default"}]} 2018-10-04 16:23:23,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-bda55e9e-b72d-4923-b987-f2610f134e9e 2018-10-04 16:23:23,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.188536882401s 2018-10-04 16:23:23,537 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-bda55e9e-b72d-4923-b987-f2610f134e9e 2018-10-04 16:23:23,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-04 16:23:23,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" -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": "36770168-2cf8-4c84-be1a-270f702456a2"}}' 2018-10-04 16:23:23,793 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-7b42acf8-00da-4baa-81d6-b4dbb6ba12bd Date: Thu, 04 Oct 2018 16:23:23 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-10-04T16:23:23Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "port_range_min": 80, "revision_number": 0, "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:23:23Z", "project_id": "685ae48dd54b4a72a72a308101c01ece", "id": "652ed478-c7b5-4a72-8d39-8c99b441cd9d"}} 2018-10-04 16:23:23,793 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-7b42acf8-00da-4baa-81d6-b4dbb6ba12bd 2018-10-04 16:23:23,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.252482891083s 2018-10-04 16:23:23,794 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-7b42acf8-00da-4baa-81d6-b4dbb6ba12bd 2018-10-04 16:23:23,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 16:23:23,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:23:24,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-43561218-4deb-46ce-8512-b451d8c5ca19 Date: Thu, 04 Oct 2018 16:23:24 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:23:22Z", "updated_at": "2018-10-04T16:23:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:23:22Z", "revision_number": 0, "id": "38fa6e84-25a3-4f7e-8037-a974b525c84e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:22Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-04T16:23:23Z", "revision_number": 0, "id": "652ed478-c7b5-4a72-8d39-8c99b441cd9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:23Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": 80, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T16:23:22Z", "revision_number": 0, "id": "7a668d64-3dc4-46ca-9993-de1afeddaca1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:22Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": 22, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:23:23Z", "revision_number": 0, "id": "b8d4247a-4f52-4c92-9617-6ed4a04d727c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:23Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:23:22Z", "revision_number": 0, "id": "c216299f-aacc-4265-9ea0-47e90835a290", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:22Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}], "revision_number": 5, "project_id": "685ae48dd54b4a72a72a308101c01ece", "id": "36770168-2cf8-4c84-be1a-270f702456a2", "name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}, {"description": "Default security group", "tags": [], "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:21:34Z", "updated_at": "2018-10-04T16:21:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "13f0ee19-60e9-46e3-aae3-3f78e606f5bf", "remote_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "338040ab-8b35-4378-bc88-7637075a8c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "3d4fb3e6-a8b1-4071-ac46-b4bfd253d523", "remote_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "8743dffd-b1d9-4c0a-b864-685c506e1b58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "685ae48dd54b4a72a72a308101c01ece"}], "revision_number": 4, "project_id": "685ae48dd54b4a72a72a308101c01ece", "id": "5e693995-738c-4b9f-8de2-507e19633d39", "name": "default"}]} 2018-10-04 16:23:24,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-43561218-4deb-46ce-8512-b451d8c5ca19 2018-10-04 16:23:24,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.2034740448s 2018-10-04 16:23:24,001 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-43561218-4deb-46ce-8512-b451d8c5ca19 2018-10-04 16:23:24,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-04 16:23:24,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" -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": "36770168-2cf8-4c84-be1a-270f702456a2"}}' 2018-10-04 16:23:24,182 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-c4fc7b61-91d3-45a4-bfc0-592115d6b963 Date: Thu, 04 Oct 2018 16:23:24 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-10-04T16:23:24Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "port_range_min": 443, "revision_number": 0, "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:23:24Z", "project_id": "685ae48dd54b4a72a72a308101c01ece", "id": "15cc2a20-c4f2-48f4-be0f-c089fd3064ed"}} 2018-10-04 16:23:24,182 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-c4fc7b61-91d3-45a4-bfc0-592115d6b963 2018-10-04 16:23:24,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.176494121552s 2018-10-04 16:23:24,182 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-c4fc7b61-91d3-45a4-bfc0-592115d6b963 2018-10-04 16:23:24,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 16:23:24,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:23:24,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-86892a8d-ad48-4694-888f-b9b388158c68 Date: Thu, 04 Oct 2018 16:23:24 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:23:22Z", "updated_at": "2018-10-04T16:23:24Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-10-04T16:23:24Z", "revision_number": 0, "id": "15cc2a20-c4f2-48f4-be0f-c089fd3064ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:24Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": 443, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:23:22Z", "revision_number": 0, "id": "38fa6e84-25a3-4f7e-8037-a974b525c84e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:22Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-04T16:23:23Z", "revision_number": 0, "id": "652ed478-c7b5-4a72-8d39-8c99b441cd9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:23Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": 80, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T16:23:22Z", "revision_number": 0, "id": "7a668d64-3dc4-46ca-9993-de1afeddaca1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:22Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": 22, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:23:23Z", "revision_number": 0, "id": "b8d4247a-4f52-4c92-9617-6ed4a04d727c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:23Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:23:22Z", "revision_number": 0, "id": "c216299f-aacc-4265-9ea0-47e90835a290", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:22Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}], "revision_number": 6, "project_id": "685ae48dd54b4a72a72a308101c01ece", "id": "36770168-2cf8-4c84-be1a-270f702456a2", "name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}, {"description": "Default security group", "tags": [], "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:21:34Z", "updated_at": "2018-10-04T16:21:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "13f0ee19-60e9-46e3-aae3-3f78e606f5bf", "remote_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "338040ab-8b35-4378-bc88-7637075a8c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "3d4fb3e6-a8b1-4071-ac46-b4bfd253d523", "remote_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "8743dffd-b1d9-4c0a-b864-685c506e1b58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "685ae48dd54b4a72a72a308101c01ece"}], "revision_number": 4, "project_id": "685ae48dd54b4a72a72a308101c01ece", "id": "5e693995-738c-4b9f-8de2-507e19633d39", "name": "default"}]} 2018-10-04 16:23:24,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-86892a8d-ad48-4694-888f-b9b388158c68 2018-10-04 16:23:24,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.202087163925s 2018-10-04 16:23:24,389 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-86892a8d-ad48-4694-888f-b9b388158c68 2018-10-04 16:23:24,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-04 16:23:24,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" -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": "36770168-2cf8-4c84-be1a-270f702456a2"}}' 2018-10-04 16:23:24,577 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-90240c50-b5bf-4e34-a8b1-0e8b819ba35c Date: Thu, 04 Oct 2018 16:23:24 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-10-04T16:23:24Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "port_range_min": 5671, "revision_number": 0, "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:23:24Z", "project_id": "685ae48dd54b4a72a72a308101c01ece", "id": "b2455c21-514a-4ee8-82e4-e32a50e5795d"}} 2018-10-04 16:23:24,577 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-90240c50-b5bf-4e34-a8b1-0e8b819ba35c 2018-10-04 16:23:24,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.185049057007s 2018-10-04 16:23:24,578 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-90240c50-b5bf-4e34-a8b1-0e8b819ba35c 2018-10-04 16:23:24,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 16:23:24,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:23:24,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-fdab0bd3-66a8-47ce-9e0a-0498318ba1b0 Date: Thu, 04 Oct 2018 16:23:24 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:23:22Z", "updated_at": "2018-10-04T16:23:24Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-10-04T16:23:24Z", "revision_number": 0, "id": "15cc2a20-c4f2-48f4-be0f-c089fd3064ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:24Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": 443, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:23:22Z", "revision_number": 0, "id": "38fa6e84-25a3-4f7e-8037-a974b525c84e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:22Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-04T16:23:23Z", "revision_number": 0, "id": "652ed478-c7b5-4a72-8d39-8c99b441cd9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:23Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": 80, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T16:23:22Z", "revision_number": 0, "id": "7a668d64-3dc4-46ca-9993-de1afeddaca1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:22Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": 22, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-10-04T16:23:24Z", "revision_number": 0, "id": "b2455c21-514a-4ee8-82e4-e32a50e5795d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:24Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:23:23Z", "revision_number": 0, "id": "b8d4247a-4f52-4c92-9617-6ed4a04d727c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:23Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:23:22Z", "revision_number": 0, "id": "c216299f-aacc-4265-9ea0-47e90835a290", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:22Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}], "revision_number": 7, "project_id": "685ae48dd54b4a72a72a308101c01ece", "id": "36770168-2cf8-4c84-be1a-270f702456a2", "name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}, {"description": "Default security group", "tags": [], "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:21:34Z", "updated_at": "2018-10-04T16:21:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "13f0ee19-60e9-46e3-aae3-3f78e606f5bf", "remote_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "338040ab-8b35-4378-bc88-7637075a8c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "3d4fb3e6-a8b1-4071-ac46-b4bfd253d523", "remote_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "8743dffd-b1d9-4c0a-b864-685c506e1b58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "685ae48dd54b4a72a72a308101c01ece"}], "revision_number": 4, "project_id": "685ae48dd54b4a72a72a308101c01ece", "id": "5e693995-738c-4b9f-8de2-507e19633d39", "name": "default"}]} 2018-10-04 16:23:24,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-fdab0bd3-66a8-47ce-9e0a-0498318ba1b0 2018-10-04 16:23:24,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.19137096405s 2018-10-04 16:23:24,774 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-fdab0bd3-66a8-47ce-9e0a-0498318ba1b0 2018-10-04 16:23:24,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-04 16:23:24,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" -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": "36770168-2cf8-4c84-be1a-270f702456a2"}}' 2018-10-04 16:23:25,260 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-fcb9cab3-62f6-44b4-863b-05b3b7e3f37a Date: Thu, 04 Oct 2018 16:23: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": 53333, "updated_at": "2018-10-04T16:23:25Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "port_range_min": 53333, "revision_number": 0, "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:23:25Z", "project_id": "685ae48dd54b4a72a72a308101c01ece", "id": "6b139f55-974c-4d92-847e-3e5cd5f490b1"}} 2018-10-04 16:23:25,260 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-fcb9cab3-62f6-44b4-863b-05b3b7e3f37a 2018-10-04 16:23:25,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.482684135437s 2018-10-04 16:23:25,260 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-fcb9cab3-62f6-44b4-863b-05b3b7e3f37a 2018-10-04 16:23:25,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 16:23:25,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:23:25,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-2aecbc83-47c6-4d5c-ac32-1bdcb6db20a8 Date: Thu, 04 Oct 2018 16:23:25 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c7d64717-dc6a-4bac-bda1-fc1923c935a5"],"updated_at":"2018-10-04T16:21:35Z","tenant_id":"685ae48dd54b4a72a72a308101c01ece","created_at":"2018-10-04T16:21:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"685ae48dd54b4a72a72a308101c01ece","id":"296bee1a-ef8f-4c7b-a402-a7b78795ad66","name":"vyos_vrouter-net_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}]} 2018-10-04 16:23:25,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-2aecbc83-47c6-4d5c-ac32-1bdcb6db20a8 2018-10-04 16:23:25,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.462777853012s 2018-10-04 16:23:25,725 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-2aecbc83-47c6-4d5c-ac32-1bdcb6db20a8 2018-10-04 16:23:25,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 16:23:25,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:23:25,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-6c4e0495-38be-4f6f-b7e5-2028d1d3c3d6 Date: Thu, 04 Oct 2018 16:23:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c/snap", "metadata": {}}], "file": "/v2/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c/file", "owner": "685ae48dd54b4a72a72a308101c01ece", "id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "size": 4373348352, "self": "/v2/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-04T16:23:21Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-04T16:22:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 16:23:25,914 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6c4e0495-38be-4f6f-b7e5-2028d1d3c3d6 2018-10-04 16:23:25,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.188205003738s 2018-10-04 16:23:25,915 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6c4e0495-38be-4f6f-b7e5-2028d1d3c3d6 2018-10-04 16:23:25,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 16:23:25,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:23:25,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:23:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b570ed53-8340-475c-be74-f96810d25de0 x-compute-request-id: req-b570ed53-8340-475c-be74-f96810d25de0 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "name": "vyos_vrouter-flavor_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 16:23:25,950 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-b570ed53-8340-475c-be74-f96810d25de0 2018-10-04 16:23:25,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0330240726471s 2018-10-04 16:23:25,950 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-b570ed53-8340-475c-be74-f96810d25de0 2018-10-04 16:23:25,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-04 16:23:25,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" -d '{"server": {"name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "imageRef": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "flavorRef": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "max_count": 1, "min_count": 1, "networks": [{"uuid": "296bee1a-ef8f-4c7b-a402-a7b78795ad66"}], "security_groups": [{"name": "36770168-2cf8-4c84-be1a-270f702456a2"}]}}' 2018-10-04 16:23:28,189 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 16:23:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5ee7aaf8-72a8-46c9-b657-e41a8b257c5f x-compute-request-id: req-5ee7aaf8-72a8-46c9-b657-e41a8b257c5f Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "36770168-2cf8-4c84-be1a-270f702456a2"}], "OS-DCF:diskConfig": "MANUAL", "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "adminPass": "9kDKTmUtXF79"}} 2018-10-04 16:23:28,189 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-5ee7aaf8-72a8-46c9-b657-e41a8b257c5f 2018-10-04 16:23:28,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.23760104179s 2018-10-04 16:23:28,190 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-5ee7aaf8-72a8-46c9-b657-e41a8b257c5f 2018-10-04 16:23:28,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:23:28,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:23:28,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:23:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4dc835b-b356-4c1b-8dba-91547fabca9d x-compute-request-id: req-d4dc835b-b356-4c1b-8dba-91547fabca9d 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "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-10-04T16:23:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:23:28,457 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d4dc835b-b356-4c1b-8dba-91547fabca9d 2018-10-04 16:23:28,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.266773939133s 2018-10-04 16:23:28,458 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d4dc835b-b356-4c1b-8dba-91547fabca9d 2018-10-04 16:23:28,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 16:23:28,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:23:28,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-f2da9a54-f8a8-4456-91e1-9cbf8a1efbfb Date: Thu, 04 Oct 2018 16:23:28 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c7d64717-dc6a-4bac-bda1-fc1923c935a5"],"updated_at":"2018-10-04T16:21:35Z","tenant_id":"685ae48dd54b4a72a72a308101c01ece","created_at":"2018-10-04T16:21:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"685ae48dd54b4a72a72a308101c01ece","id":"296bee1a-ef8f-4c7b-a402-a7b78795ad66","name":"vyos_vrouter-net_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}]} 2018-10-04 16:23:28,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f2da9a54-f8a8-4456-91e1-9cbf8a1efbfb 2018-10-04 16:23:28,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.246047019958s 2018-10-04 16:23:28,712 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f2da9a54-f8a8-4456-91e1-9cbf8a1efbfb 2018-10-04 16:23:28,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-04 16:23:28,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:23:28,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-f962e888-9604-44ac-ac48-d522428dc15d Date: Thu, 04 Oct 2018 16:23:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"296bee1a-ef8f-4c7b-a402-a7b78795ad66","tenant_id":"685ae48dd54b4a72a72a308101c01ece","created_at":"2018-10-04T16:21:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-04T16:21: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":"685ae48dd54b4a72a72a308101c01ece","id":"c7d64717-dc6a-4bac-bda1-fc1923c935a5","subnetpool_id":null,"name":"vyos_vrouter-subnet_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}]} 2018-10-04 16:23:28,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-f962e888-9604-44ac-ac48-d522428dc15d 2018-10-04 16:23:28,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.198431015015s 2018-10-04 16:23:28,911 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-f962e888-9604-44ac-ac48-d522428dc15d 2018-10-04 16:23:28,912 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:23:30,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:23:30,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:23:31,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:23:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bfaedf33-f3f4-48ed-92b8-81d9d594bcd4 x-compute-request-id: req-bfaedf33-f3f4-48ed-92b8-81d9d594bcd4 Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:23:31,288 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bfaedf33-f3f4-48ed-92b8-81d9d594bcd4 2018-10-04 16:23:31,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.373109102249s 2018-10-04 16:23:31,289 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bfaedf33-f3f4-48ed-92b8-81d9d594bcd4 2018-10-04 16:23:31,292 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:23:33,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:23:33,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:23:34,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:23: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-57188466-b3c0-4c84-946e-0fb20bcffcf9 x-compute-request-id: req-57188466-b3c0-4c84-946e-0fb20bcffcf9 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:23:34,334 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-57188466-b3c0-4c84-946e-0fb20bcffcf9 2018-10-04 16:23:34,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03940010071s 2018-10-04 16:23:34,335 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-57188466-b3c0-4c84-946e-0fb20bcffcf9 2018-10-04 16:23:34,339 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:23:36,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:23:36,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:23:36,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:23: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-98f2f967-07b6-4211-ab69-e81ef17a9aa6 x-compute-request-id: req-98f2f967-07b6-4211-ab69-e81ef17a9aa6 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:23:36,696 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-98f2f967-07b6-4211-ab69-e81ef17a9aa6 2018-10-04 16:23:36,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.354845046997s 2018-10-04 16:23:36,696 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-98f2f967-07b6-4211-ab69-e81ef17a9aa6 2018-10-04 16:23:36,700 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:23:38,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:23:38,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:23:39,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:23: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-f0603589-77b4-432d-b965-b0c99a0081ef x-compute-request-id: req-f0603589-77b4-432d-b965-b0c99a0081ef 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:23:39,216 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f0603589-77b4-432d-b965-b0c99a0081ef 2018-10-04 16:23:39,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.513386011124s 2018-10-04 16:23:39,216 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f0603589-77b4-432d-b965-b0c99a0081ef 2018-10-04 16:23:39,220 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:23:41,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:23:41,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:23:41,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:23: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-9b2fbd1d-31f9-4481-9f70-92acf7cbffe2 x-compute-request-id: req-9b2fbd1d-31f9-4481-9f70-92acf7cbffe2 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:23:41,802 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9b2fbd1d-31f9-4481-9f70-92acf7cbffe2 2018-10-04 16:23:41,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.578573226929s 2018-10-04 16:23:41,802 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9b2fbd1d-31f9-4481-9f70-92acf7cbffe2 2018-10-04 16:23:41,806 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:23:43,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:23:43,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:23:44,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:23: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-e6f10780-a317-4563-8957-3a300d9cd635 x-compute-request-id: req-e6f10780-a317-4563-8957-3a300d9cd635 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:23:44,630 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e6f10780-a317-4563-8957-3a300d9cd635 2018-10-04 16:23:44,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.821726083755s 2018-10-04 16:23:44,631 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e6f10780-a317-4563-8957-3a300d9cd635 2018-10-04 16:23:44,635 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:23:46,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:23:46,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:23:47,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:23:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84a7360d-aaa4-4844-8fc0-c6b302d85073 x-compute-request-id: req-84a7360d-aaa4-4844-8fc0-c6b302d85073 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:23:47,182 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-84a7360d-aaa4-4844-8fc0-c6b302d85073 2018-10-04 16:23:47,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.544984102249s 2018-10-04 16:23:47,183 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-84a7360d-aaa4-4844-8fc0-c6b302d85073 2018-10-04 16:23:47,187 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:23:49,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:23:49,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:23:49,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:23:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-22f3a99d-8f05-4817-a795-721d50423757 x-compute-request-id: req-22f3a99d-8f05-4817-a795-721d50423757 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:23:49,715 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-22f3a99d-8f05-4817-a795-721d50423757 2018-10-04 16:23:49,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526010990143s 2018-10-04 16:23:49,716 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-22f3a99d-8f05-4817-a795-721d50423757 2018-10-04 16:23:49,720 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:23:51,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:23:51,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:23:52,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:23:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a86861b1-001d-4128-858e-68b0ed233386 x-compute-request-id: req-a86861b1-001d-4128-858e-68b0ed233386 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:23:52,176 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a86861b1-001d-4128-858e-68b0ed233386 2018-10-04 16:23:52,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.453449964523s 2018-10-04 16:23:52,177 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a86861b1-001d-4128-858e-68b0ed233386 2018-10-04 16:23:52,180 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:23:54,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:23:54,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:23:54,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:23:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b9e0cd0-6387-4680-8c4a-c21821b9b792 x-compute-request-id: req-0b9e0cd0-6387-4680-8c4a-c21821b9b792 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:23:54,697 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0b9e0cd0-6387-4680-8c4a-c21821b9b792 2018-10-04 16:23:54,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.513875007629s 2018-10-04 16:23:54,697 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0b9e0cd0-6387-4680-8c4a-c21821b9b792 2018-10-04 16:23:54,701 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:23:56,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:23:56,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:23:57,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:23:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94f9372c-f91a-4a72-81e4-a3ce927064b2 x-compute-request-id: req-94f9372c-f91a-4a72-81e4-a3ce927064b2 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:23:57,246 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-94f9372c-f91a-4a72-81e4-a3ce927064b2 2018-10-04 16:23:57,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.542438030243s 2018-10-04 16:23:57,247 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-94f9372c-f91a-4a72-81e4-a3ce927064b2 2018-10-04 16:23:57,251 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:23:59,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:23:59,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:24:00,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:23: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-063b7e58-60a9-433b-8f52-1debadb9c835 x-compute-request-id: req-063b7e58-60a9-433b-8f52-1debadb9c835 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:24:00,054 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-063b7e58-60a9-433b-8f52-1debadb9c835 2018-10-04 16:24:00,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.800194978714s 2018-10-04 16:24:00,054 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-063b7e58-60a9-433b-8f52-1debadb9c835 2018-10-04 16:24:00,058 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:24:02,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:24:02,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:24:02,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:24: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-367824ed-117b-411b-8b32-17831316c646 x-compute-request-id: req-367824ed-117b-411b-8b32-17831316c646 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:24:02,626 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-367824ed-117b-411b-8b32-17831316c646 2018-10-04 16:24:02,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.565040826797s 2018-10-04 16:24:02,626 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-367824ed-117b-411b-8b32-17831316c646 2018-10-04 16:24:02,630 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:24:04,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:24:04,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:24:05,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:24: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-57e27e0e-03d4-4537-bc46-947c7df98e86 x-compute-request-id: req-57e27e0e-03d4-4537-bc46-947c7df98e86 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:24:05,242 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-57e27e0e-03d4-4537-bc46-947c7df98e86 2018-10-04 16:24:05,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.609282016754s 2018-10-04 16:24:05,242 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-57e27e0e-03d4-4537-bc46-947c7df98e86 2018-10-04 16:24:05,247 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:24:07,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:24:07,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:24:07,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:24: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-f3e6a4ff-1241-4ec2-82a1-a14c30c86c48 x-compute-request-id: req-f3e6a4ff-1241-4ec2-82a1-a14c30c86c48 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:24:07,918 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f3e6a4ff-1241-4ec2-82a1-a14c30c86c48 2018-10-04 16:24:07,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.668745040894s 2018-10-04 16:24:07,918 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f3e6a4ff-1241-4ec2-82a1-a14c30c86c48 2018-10-04 16:24:07,922 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:24:09,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:24:09,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:24:10,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:24: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-02e0a1f8-ef93-43f7-b311-e50cc119e608 x-compute-request-id: req-02e0a1f8-ef93-43f7-b311-e50cc119e608 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:24:10,450 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-02e0a1f8-ef93-43f7-b311-e50cc119e608 2018-10-04 16:24:10,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524646997452s 2018-10-04 16:24:10,451 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-02e0a1f8-ef93-43f7-b311-e50cc119e608 2018-10-04 16:24:10,455 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:24:12,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:24:12,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:24:13,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:24: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-9a323be9-b0a6-427c-9d59-a859d106d6eb x-compute-request-id: req-9a323be9-b0a6-427c-9d59-a859d106d6eb 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:24:13,311 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9a323be9-b0a6-427c-9d59-a859d106d6eb 2018-10-04 16:24:13,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.85348200798s 2018-10-04 16:24:13,312 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9a323be9-b0a6-427c-9d59-a859d106d6eb 2018-10-04 16:24:13,319 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:24:15,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:24:15,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:24:15,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:24:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1632a8d5-fd79-4037-87d4-b16ff9a75c9d x-compute-request-id: req-1632a8d5-fd79-4037-87d4-b16ff9a75c9d 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:24:15,866 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1632a8d5-fd79-4037-87d4-b16ff9a75c9d 2018-10-04 16:24:15,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.544146060944s 2018-10-04 16:24:15,866 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1632a8d5-fd79-4037-87d4-b16ff9a75c9d 2018-10-04 16:24:15,870 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:24:17,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:24:17,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:24:18,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:24: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-e1fce00a-f0cf-403e-b85b-499c1267a2fe x-compute-request-id: req-e1fce00a-f0cf-403e-b85b-499c1267a2fe 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:24:18,243 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e1fce00a-f0cf-403e-b85b-499c1267a2fe 2018-10-04 16:24:18,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.370127916336s 2018-10-04 16:24:18,244 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e1fce00a-f0cf-403e-b85b-499c1267a2fe 2018-10-04 16:24:18,247 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:24:20,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:24:20,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:24:20,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:24:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f15236fb-52f3-4072-a2ff-83849a186178 x-compute-request-id: req-f15236fb-52f3-4072-a2ff-83849a186178 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:24:20,787 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f15236fb-52f3-4072-a2ff-83849a186178 2018-10-04 16:24:20,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.536571979523s 2018-10-04 16:24:20,787 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f15236fb-52f3-4072-a2ff-83849a186178 2018-10-04 16:24:20,791 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:24:22,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:24:22,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:24:23,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:24:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d307108-c63b-4069-bd5e-18066393d2e2 x-compute-request-id: req-1d307108-c63b-4069-bd5e-18066393d2e2 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:24:23,312 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1d307108-c63b-4069-bd5e-18066393d2e2 2018-10-04 16:24:23,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.518478155136s 2018-10-04 16:24:23,313 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1d307108-c63b-4069-bd5e-18066393d2e2 2018-10-04 16:24:23,317 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:24:25,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:24:25,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:24:25,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:24:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f14dd2e7-caf2-4b88-a256-93c0af8962ee x-compute-request-id: req-f14dd2e7-caf2-4b88-a256-93c0af8962ee 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:24:25,832 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f14dd2e7-caf2-4b88-a256-93c0af8962ee 2018-10-04 16:24:25,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.512040138245s 2018-10-04 16:24:25,832 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f14dd2e7-caf2-4b88-a256-93c0af8962ee 2018-10-04 16:24:25,836 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:24:27,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:24:27,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:24:28,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:24:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a50471f4-9570-48db-a594-53ba360c9e28 x-compute-request-id: req-a50471f4-9570-48db-a594-53ba360c9e28 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:24:28,360 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a50471f4-9570-48db-a594-53ba360c9e28 2018-10-04 16:24:28,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520846843719s 2018-10-04 16:24:28,361 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a50471f4-9570-48db-a594-53ba360c9e28 2018-10-04 16:24:28,365 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:24:30,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:24:30,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:24:30,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:24: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-50893651-2944-4d95-bddd-5673b3cf21cf x-compute-request-id: req-50893651-2944-4d95-bddd-5673b3cf21cf 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:24:30,898 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-50893651-2944-4d95-bddd-5673b3cf21cf 2018-10-04 16:24:30,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530748844147s 2018-10-04 16:24:30,899 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-50893651-2944-4d95-bddd-5673b3cf21cf 2018-10-04 16:24:30,903 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:24:32,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:24:32,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:24:33,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:24:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36b1fb15-d566-4ebb-afd2-817d73380cc3 x-compute-request-id: req-36b1fb15-d566-4ebb-afd2-817d73380cc3 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:24:33,592 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-36b1fb15-d566-4ebb-afd2-817d73380cc3 2018-10-04 16:24:33,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.686789989471s 2018-10-04 16:24:33,593 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-36b1fb15-d566-4ebb-afd2-817d73380cc3 2018-10-04 16:24:33,597 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:24:35,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:24:35,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:24:36,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:24: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-9b710bb9-2578-4b22-8c35-738aee29a3cb x-compute-request-id: req-9b710bb9-2578-4b22-8c35-738aee29a3cb 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:24:36,213 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9b710bb9-2578-4b22-8c35-738aee29a3cb 2018-10-04 16:24:36,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.61317896843s 2018-10-04 16:24:36,214 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9b710bb9-2578-4b22-8c35-738aee29a3cb 2018-10-04 16:24:36,218 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:24:38,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:24:38,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:24:38,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:24: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-566f7e16-b7d2-437d-8560-33aeb24f2945 x-compute-request-id: req-566f7e16-b7d2-437d-8560-33aeb24f2945 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:24:38,578 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-566f7e16-b7d2-437d-8560-33aeb24f2945 2018-10-04 16:24:38,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.357964038849s 2018-10-04 16:24:38,579 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-566f7e16-b7d2-437d-8560-33aeb24f2945 2018-10-04 16:24:38,583 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:24:40,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:24:40,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:24:41,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:24: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-7c395efc-7fd4-4311-abd9-061efbc6da58 x-compute-request-id: req-7c395efc-7fd4-4311-abd9-061efbc6da58 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:24:41,136 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7c395efc-7fd4-4311-abd9-061efbc6da58 2018-10-04 16:24:41,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.550450801849s 2018-10-04 16:24:41,137 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7c395efc-7fd4-4311-abd9-061efbc6da58 2018-10-04 16:24:41,141 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:24:43,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:24:43,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:24:43,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:24: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-d529dd6b-c419-4991-a15a-8933e5ec5c38 x-compute-request-id: req-d529dd6b-c419-4991-a15a-8933e5ec5c38 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:24:43,859 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d529dd6b-c419-4991-a15a-8933e5ec5c38 2018-10-04 16:24:43,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.715420007706s 2018-10-04 16:24:43,860 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d529dd6b-c419-4991-a15a-8933e5ec5c38 2018-10-04 16:24:43,864 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:24:45,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:24:45,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:24:46,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:24: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-4add1687-286a-4320-89b9-7cd3da8c7337 x-compute-request-id: req-4add1687-286a-4320-89b9-7cd3da8c7337 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:24:46,225 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4add1687-286a-4320-89b9-7cd3da8c7337 2018-10-04 16:24:46,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.35804605484s 2018-10-04 16:24:46,225 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4add1687-286a-4320-89b9-7cd3da8c7337 2018-10-04 16:24:46,229 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:24:48,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:24:48,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:24:48,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:24: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-84b6cf74-31bb-435f-829a-1ba39a15b88c x-compute-request-id: req-84b6cf74-31bb-435f-829a-1ba39a15b88c 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:24:48,878 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-84b6cf74-31bb-435f-829a-1ba39a15b88c 2018-10-04 16:24:48,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.645288944244s 2018-10-04 16:24:48,878 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-84b6cf74-31bb-435f-829a-1ba39a15b88c 2018-10-04 16:24:48,882 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:24:50,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:24:50,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:24:51,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:24:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a94b5e46-2939-48ef-b2d3-d79000737f1c x-compute-request-id: req-a94b5e46-2939-48ef-b2d3-d79000737f1c 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:24:51,386 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a94b5e46-2939-48ef-b2d3-d79000737f1c 2018-10-04 16:24:51,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.50065612793s 2018-10-04 16:24:51,387 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a94b5e46-2939-48ef-b2d3-d79000737f1c 2018-10-04 16:24:51,391 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:24:53,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:24:53,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:24:53,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:24:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be2d322b-3a06-40f1-9741-b5c7eee237ee x-compute-request-id: req-be2d322b-3a06-40f1-9741-b5c7eee237ee 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:24:53,905 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-be2d322b-3a06-40f1-9741-b5c7eee237ee 2018-10-04 16:24:53,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.511291027069s 2018-10-04 16:24:53,905 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-be2d322b-3a06-40f1-9741-b5c7eee237ee 2018-10-04 16:24:53,910 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:24:55,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:24:55,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:24:56,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:24:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ad393d36-4fdd-4261-8b94-fbf8fb1a0c93 x-compute-request-id: req-ad393d36-4fdd-4261-8b94-fbf8fb1a0c93 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:24:56,546 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ad393d36-4fdd-4261-8b94-fbf8fb1a0c93 2018-10-04 16:24:56,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.633819818497s 2018-10-04 16:24:56,546 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ad393d36-4fdd-4261-8b94-fbf8fb1a0c93 2018-10-04 16:24:56,550 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:24:58,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:24:58,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:24:59,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:24:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5acf9ef-1042-4d2c-b102-7b71f88fd6b6 x-compute-request-id: req-d5acf9ef-1042-4d2c-b102-7b71f88fd6b6 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:24:59,136 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d5acf9ef-1042-4d2c-b102-7b71f88fd6b6 2018-10-04 16:24:59,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.583988189697s 2018-10-04 16:24:59,137 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d5acf9ef-1042-4d2c-b102-7b71f88fd6b6 2018-10-04 16:24:59,141 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:25:01,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:25:01,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:01,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:25: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-1f1b8844-9aaf-4070-b622-186db5b5c8b9 x-compute-request-id: req-1f1b8844-9aaf-4070-b622-186db5b5c8b9 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:25:01,804 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1f1b8844-9aaf-4070-b622-186db5b5c8b9 2018-10-04 16:25:01,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.660360813141s 2018-10-04 16:25:01,804 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1f1b8844-9aaf-4070-b622-186db5b5c8b9 2018-10-04 16:25:01,809 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:25:03,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:25:03,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:04,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:25:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7d3f378-a9bc-4066-b537-2b13e7838ac0 x-compute-request-id: req-e7d3f378-a9bc-4066-b537-2b13e7838ac0 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:25:04,441 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e7d3f378-a9bc-4066-b537-2b13e7838ac0 2018-10-04 16:25:04,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.629409074783s 2018-10-04 16:25:04,441 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e7d3f378-a9bc-4066-b537-2b13e7838ac0 2018-10-04 16:25:04,445 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:25:06,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:25:06,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:07,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:25: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-ceeebbff-5f84-47a1-9f67-f3b298166629 x-compute-request-id: req-ceeebbff-5f84-47a1-9f67-f3b298166629 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:25:07,024 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ceeebbff-5f84-47a1-9f67-f3b298166629 2018-10-04 16:25:07,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.576205015182s 2018-10-04 16:25:07,024 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ceeebbff-5f84-47a1-9f67-f3b298166629 2018-10-04 16:25:07,028 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:25:09,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:25:09,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:09,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:25: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-f307515a-0186-48b6-84ba-a6eed9d4155c x-compute-request-id: req-f307515a-0186-48b6-84ba-a6eed9d4155c 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:25:09,763 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f307515a-0186-48b6-84ba-a6eed9d4155c 2018-10-04 16:25:09,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.732490062714s 2018-10-04 16:25:09,764 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f307515a-0186-48b6-84ba-a6eed9d4155c 2018-10-04 16:25:09,768 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:25:11,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:25:11,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:12,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:25: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-d4d4cb96-3af1-4d1e-99c2-c3a890cf60f4 x-compute-request-id: req-d4d4cb96-3af1-4d1e-99c2-c3a890cf60f4 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:25:12,391 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d4d4cb96-3af1-4d1e-99c2-c3a890cf60f4 2018-10-04 16:25:12,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.62077999115s 2018-10-04 16:25:12,392 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d4d4cb96-3af1-4d1e-99c2-c3a890cf60f4 2018-10-04 16:25:12,396 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:25:14,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:25:14,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:14,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:25: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-17eb3bb8-6586-4af5-954c-1501ca22b5a5 x-compute-request-id: req-17eb3bb8-6586-4af5-954c-1501ca22b5a5 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:25:14,939 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-17eb3bb8-6586-4af5-954c-1501ca22b5a5 2018-10-04 16:25:14,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.5412940979s 2018-10-04 16:25:14,940 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-17eb3bb8-6586-4af5-954c-1501ca22b5a5 2018-10-04 16:25:14,944 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:25:16,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:25:16,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:17,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:25:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b5597c84-348c-475c-b7a2-5669e08b2e9d x-compute-request-id: req-b5597c84-348c-475c-b7a2-5669e08b2e9d 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:25:17,378 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b5597c84-348c-475c-b7a2-5669e08b2e9d 2018-10-04 16:25:17,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.431581020355s 2018-10-04 16:25:17,379 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b5597c84-348c-475c-b7a2-5669e08b2e9d 2018-10-04 16:25:17,382 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:25:19,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:25:19,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:19,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:25:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bea22950-1452-47bd-91c4-b3563e00d454 x-compute-request-id: req-bea22950-1452-47bd-91c4-b3563e00d454 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:25:19,907 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bea22950-1452-47bd-91c4-b3563e00d454 2018-10-04 16:25:19,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522248983383s 2018-10-04 16:25:19,908 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bea22950-1452-47bd-91c4-b3563e00d454 2018-10-04 16:25:19,912 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:25:21,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:25:21,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:22,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:25: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-b2b50ffc-1226-4acf-8a93-552ca1b332f4 x-compute-request-id: req-b2b50ffc-1226-4acf-8a93-552ca1b332f4 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:25:22,426 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b2b50ffc-1226-4acf-8a93-552ca1b332f4 2018-10-04 16:25:22,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.511308908463s 2018-10-04 16:25:22,426 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b2b50ffc-1226-4acf-8a93-552ca1b332f4 2018-10-04 16:25:22,430 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:25:24,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:25:24,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:24,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:25:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-885589f2-4338-44b4-9737-6f6adeb61048 x-compute-request-id: req-885589f2-4338-44b4-9737-6f6adeb61048 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:25:24,928 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-885589f2-4338-44b4-9737-6f6adeb61048 2018-10-04 16:25:24,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.495200157166s 2018-10-04 16:25:24,929 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-885589f2-4338-44b4-9737-6f6adeb61048 2018-10-04 16:25:24,933 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:25:26,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:25:26,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:27,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:25: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-a7e9c3b8-2604-49de-a3d7-99f1824a52c8 x-compute-request-id: req-a7e9c3b8-2604-49de-a3d7-99f1824a52c8 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:25:27,454 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a7e9c3b8-2604-49de-a3d7-99f1824a52c8 2018-10-04 16:25:27,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.518680095673s 2018-10-04 16:25:27,454 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a7e9c3b8-2604-49de-a3d7-99f1824a52c8 2018-10-04 16:25:27,458 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:25:29,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:25:29,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:29,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:25:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7dd7454f-7a74-4bba-a68c-5cdf6e61eea0 x-compute-request-id: req-7dd7454f-7a74-4bba-a68c-5cdf6e61eea0 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:25:29,978 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7dd7454f-7a74-4bba-a68c-5cdf6e61eea0 2018-10-04 16:25:29,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.51739692688s 2018-10-04 16:25:29,979 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7dd7454f-7a74-4bba-a68c-5cdf6e61eea0 2018-10-04 16:25:29,983 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:25:31,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:25:31,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:32,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:25:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4da78995-4c68-4127-a6b4-2fe6b23a40e1 x-compute-request-id: req-4da78995-4c68-4127-a6b4-2fe6b23a40e1 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:25:32,491 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4da78995-4c68-4127-a6b4-2fe6b23a40e1 2018-10-04 16:25:32,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.505881071091s 2018-10-04 16:25:32,492 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4da78995-4c68-4127-a6b4-2fe6b23a40e1 2018-10-04 16:25:32,495 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:25:34,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:25:34,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:35,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:25:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d572ee15-a400-40e8-81eb-cc8dfbd550d3 x-compute-request-id: req-d572ee15-a400-40e8-81eb-cc8dfbd550d3 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:25:35,007 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d572ee15-a400-40e8-81eb-cc8dfbd550d3 2018-10-04 16:25:35,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508939981461s 2018-10-04 16:25:35,007 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d572ee15-a400-40e8-81eb-cc8dfbd550d3 2018-10-04 16:25:35,011 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:25:37,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:25:37,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:37,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:25: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-fadafd1d-433f-410b-b76e-1b2c8bdf6ec0 x-compute-request-id: req-fadafd1d-433f-410b-b76e-1b2c8bdf6ec0 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:25:37,530 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fadafd1d-433f-410b-b76e-1b2c8bdf6ec0 2018-10-04 16:25:37,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.515669107437s 2018-10-04 16:25:37,530 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fadafd1d-433f-410b-b76e-1b2c8bdf6ec0 2018-10-04 16:25:37,534 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:25:39,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:25:39,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:39,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:25: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-58765cd3-f2af-4d26-b09c-795a38c64a27 x-compute-request-id: req-58765cd3-f2af-4d26-b09c-795a38c64a27 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:25:39,918 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-58765cd3-f2af-4d26-b09c-795a38c64a27 2018-10-04 16:25:39,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.381906986237s 2018-10-04 16:25:39,919 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-58765cd3-f2af-4d26-b09c-795a38c64a27 2018-10-04 16:25:39,923 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:25:41,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:25:41,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:42,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:25:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c50783f-bbca-49aa-abf8-32f574b451d5 x-compute-request-id: req-8c50783f-bbca-49aa-abf8-32f574b451d5 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:25:42,421 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8c50783f-bbca-49aa-abf8-32f574b451d5 2018-10-04 16:25:42,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.495902061462s 2018-10-04 16:25:42,422 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8c50783f-bbca-49aa-abf8-32f574b451d5 2018-10-04 16:25:42,425 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:25:44,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:25:44,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:45,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:25:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9038531-29db-4d47-8156-0eb311019f77 x-compute-request-id: req-e9038531-29db-4d47-8156-0eb311019f77 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:25:45,142 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e9038531-29db-4d47-8156-0eb311019f77 2018-10-04 16:25:45,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.713678121567s 2018-10-04 16:25:45,142 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e9038531-29db-4d47-8156-0eb311019f77 2018-10-04 16:25:45,146 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:25:47,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:25:47,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:47,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:25:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bdcf3d5c-8f4f-43c5-aca2-fca0be259b31 x-compute-request-id: req-bdcf3d5c-8f4f-43c5-aca2-fca0be259b31 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:25:47,645 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bdcf3d5c-8f4f-43c5-aca2-fca0be259b31 2018-10-04 16:25:47,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.496098995209s 2018-10-04 16:25:47,645 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bdcf3d5c-8f4f-43c5-aca2-fca0be259b31 2018-10-04 16:25:47,649 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:25:49,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:25:49,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:50,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:25: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-1021ad9e-24e9-4680-8646-0daaad24383f x-compute-request-id: req-1021ad9e-24e9-4680-8646-0daaad24383f 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:25:50,004 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1021ad9e-24e9-4680-8646-0daaad24383f 2018-10-04 16:25:50,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.352213144302s 2018-10-04 16:25:50,005 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1021ad9e-24e9-4680-8646-0daaad24383f 2018-10-04 16:25:50,009 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:25:52,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:25:52,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:52,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:25:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79c6bbd6-86d9-4004-8e06-c210b2917f5c x-compute-request-id: req-79c6bbd6-86d9-4004-8e06-c210b2917f5c 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.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-04T16:23:30Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:25:52,539 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-79c6bbd6-86d9-4004-8e06-c210b2917f5c 2018-10-04 16:25:52,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526786088943s 2018-10-04 16:25:52,539 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-79c6bbd6-86d9-4004-8e06-c210b2917f5c 2018-10-04 16:25:52,543 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:25:54,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:25:54,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:54,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:25:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c22779b-6d2c-41a7-b250-d52fcc710d5a x-compute-request-id: req-9c22779b-6d2c-41a7-b250-d52fcc710d5a Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_fb486d0c-bc77-4c83-9da4-af97c2f9de85": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:67:ec", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:25:51.000000", "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:25:53Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:25:54,902 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9c22779b-6d2c-41a7-b250-d52fcc710d5a 2018-10-04 16:25:54,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.357236862183s 2018-10-04 16:25:54,903 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9c22779b-6d2c-41a7-b250-d52fcc710d5a 2018-10-04 16:25:54,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-04 16:25:54,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=aadfbf71-ef3d-4074-b7c8-671aad13a8e4" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:54,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-02d988a3-3e38-434f-b82d-e2c5fb8e583f Date: Thu, 04 Oct 2018 16:25:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T16:25:53Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c7d64717-dc6a-4bac-bda1-fc1923c935a5","ip_address":"192.168.120.13"}],"id":"ff8e4f7c-ed93-4788-b7e5-f264db1b70ab","security_groups":["36770168-2cf8-4c84-be1a-270f702456a2"],"mac_address":"fa:16:3e:9c:67:ec","project_id":"685ae48dd54b4a72a72a308101c01ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"296bee1a-ef8f-4c7b-a402-a7b78795ad66","tenant_id":"685ae48dd54b4a72a72a308101c01ece","created_at":"2018-10-04T16:23:30Z","binding:vnic_type":"normal","device_id":"aadfbf71-ef3d-4074-b7c8-671aad13a8e4"}]} 2018-10-04 16:25:54,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=aadfbf71-ef3d-4074-b7c8-671aad13a8e4 used request id req-02d988a3-3e38-434f-b82d-e2c5fb8e583f 2018-10-04 16:25:54,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0575909614563s 2018-10-04 16:25:54,965 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=aadfbf71-ef3d-4074-b7c8-671aad13a8e4 used request id req-02d988a3-3e38-434f-b82d-e2c5fb8e583f 2018-10-04 16:25:54,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 16:25:54,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=ff8e4f7c-ed93-4788-b7e5-f264db1b70ab" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:54,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1e77c088-cd28-44f0-874b-4d93e52ab15f Date: Thu, 04 Oct 2018 16:25:54 GMT RESP BODY: {"floatingips": []} 2018-10-04 16:25:54,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=ff8e4f7c-ed93-4788-b7e5-f264db1b70ab used request id req-1e77c088-cd28-44f0-874b-4d93e52ab15f 2018-10-04 16:25:54,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0220670700073s 2018-10-04 16:25:54,993 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=ff8e4f7c-ed93-4788-b7e5-f264db1b70ab used request id req-1e77c088-cd28-44f0-874b-4d93e52ab15f 2018-10-04 16:25:54,994 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vyos_vrouter-net_fb486d0c-bc77-4c83-9da4-af97c2f9de85': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:9c:67:ec', u'version': 4, u'addr': u'192.168.120.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'9c588392-5775-4b1a-b8b0-96bf2fda4c5c'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-04T16:25:51.000000', 'flavor': Munch({u'id': u'9059ed70-9cea-4c5f-a886-7e19a6e6c3b4'}), 'az': u'nova', 'id': u'aadfbf71-ef3d-4074-b7c8-671aad13a8e4', 'security_groups': [Munch({u'name': u'vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'05a20649f1e5417fb9f51e2b53ccdf9e', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'685ae48dd54b4a72a72a308101c01ece', 'name': 'vyos_vrouter-project_fb486d0c-bc77-4c83-9da4-af97c2f9de85', '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-10-04T16:25:51.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-04T16:25:53Z', 'hostId': u'c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85', 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af', '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-10-04T16:25:51.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'685ae48dd54b4a72a72a308101c01ece', 'name': u'vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85', 'adminPass': u'9kDKTmUtXF79', 'tenant_id': u'685ae48dd54b4a72a72a308101c01ece', 'region': 'regionOne', 'created': u'2018-10-04T16:23:28Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-04 16:25:54,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 16:25:54,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:55,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-ae72007f-0bee-4c29-bb68-d658b4b8fb94 Date: Thu, 04 Oct 2018 16:25:55 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c7d64717-dc6a-4bac-bda1-fc1923c935a5"],"updated_at":"2018-10-04T16:21:35Z","tenant_id":"685ae48dd54b4a72a72a308101c01ece","created_at":"2018-10-04T16:21:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"685ae48dd54b4a72a72a308101c01ece","id":"296bee1a-ef8f-4c7b-a402-a7b78795ad66","name":"vyos_vrouter-net_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}]} 2018-10-04 16:25:55,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ae72007f-0bee-4c29-bb68-d658b4b8fb94 2018-10-04 16:25:55,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.12554693222s 2018-10-04 16:25:55,123 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ae72007f-0bee-4c29-bb68-d658b4b8fb94 2018-10-04 16:25:55,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-04 16:25:55,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=aadfbf71-ef3d-4074-b7c8-671aad13a8e4" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:55,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-fd9767eb-86eb-41ad-9583-2934510df632 Date: Thu, 04 Oct 2018 16:25:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T16:25:53Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c7d64717-dc6a-4bac-bda1-fc1923c935a5","ip_address":"192.168.120.13"}],"id":"ff8e4f7c-ed93-4788-b7e5-f264db1b70ab","security_groups":["36770168-2cf8-4c84-be1a-270f702456a2"],"mac_address":"fa:16:3e:9c:67:ec","project_id":"685ae48dd54b4a72a72a308101c01ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"296bee1a-ef8f-4c7b-a402-a7b78795ad66","tenant_id":"685ae48dd54b4a72a72a308101c01ece","created_at":"2018-10-04T16:23:30Z","binding:vnic_type":"normal","device_id":"aadfbf71-ef3d-4074-b7c8-671aad13a8e4"}]} 2018-10-04 16:25:55,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=aadfbf71-ef3d-4074-b7c8-671aad13a8e4 used request id req-fd9767eb-86eb-41ad-9583-2934510df632 2018-10-04 16:25:55,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0589637756348s 2018-10-04 16:25:55,183 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=aadfbf71-ef3d-4074-b7c8-671aad13a8e4 used request id req-fd9767eb-86eb-41ad-9583-2934510df632 2018-10-04 16:25:55,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-10-04 16:25:55,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" -d '{"floatingip": {"floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "192.168.120.13", "port_id": "ff8e4f7c-ed93-4788-b7e5-f264db1b70ab"}}' 2018-10-04 16:25:57,179 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-b9ddb975-f041-437d-b0e8-de44ea5366f4 Date: Thu, 04 Oct 2018 16:25:57 GMT RESP BODY: {"floatingip": {"router_id": "6d55a83b-5359-4e09-aa94-6bd5b984b986", "status": "DOWN", "description": "", "tags": [], "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:25:56Z", "updated_at": "2018-10-04T16:25:56Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "685ae48dd54b4a72a72a308101c01ece", "port_id": "ff8e4f7c-ed93-4788-b7e5-f264db1b70ab", "id": "3a710664-654c-4759-9228-5f01a7ed1c5d"}} 2018-10-04 16:25:57,179 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-b9ddb975-f041-437d-b0e8-de44ea5366f4 2018-10-04 16:25:57,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.99521398544s 2018-10-04 16:25:57,180 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-b9ddb975-f041-437d-b0e8-de44ea5366f4 2018-10-04 16:25:57,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 16:25:57,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:57,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-7da4ccf5-9cab-4dbb-929e-accded834424 Date: Thu, 04 Oct 2018 16:25:57 GMT RESP BODY: {"floatingips": [{"router_id": "6d55a83b-5359-4e09-aa94-6bd5b984b986", "status": "DOWN", "description": "", "tags": [], "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:25:56Z", "updated_at": "2018-10-04T16:25:56Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "685ae48dd54b4a72a72a308101c01ece", "port_id": "ff8e4f7c-ed93-4788-b7e5-f264db1b70ab", "id": "3a710664-654c-4759-9228-5f01a7ed1c5d"}]} 2018-10-04 16:25:57,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-7da4ccf5-9cab-4dbb-929e-accded834424 2018-10-04 16:25:57,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0236999988556s 2018-10-04 16:25:57,212 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-7da4ccf5-9cab-4dbb-929e-accded834424 2018-10-04 16:25:57,215 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-04 16:25:57,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 16:25:57,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:57,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-dbcedd5c-f2e2-470f-92c0-058c4842438c Date: Thu, 04 Oct 2018 16:25:57 GMT RESP BODY: {"floatingips": [{"router_id": "6d55a83b-5359-4e09-aa94-6bd5b984b986", "status": "DOWN", "description": "", "tags": [], "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:25:56Z", "updated_at": "2018-10-04T16:25:56Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "685ae48dd54b4a72a72a308101c01ece", "port_id": "ff8e4f7c-ed93-4788-b7e5-f264db1b70ab", "id": "3a710664-654c-4759-9228-5f01a7ed1c5d"}]} 2018-10-04 16:25:57,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-dbcedd5c-f2e2-470f-92c0-058c4842438c 2018-10-04 16:25:57,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0264208316803s 2018-10-04 16:25:57,348 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-dbcedd5c-f2e2-470f-92c0-058c4842438c 2018-10-04 16:25:57,351 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-04 16:25:57,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 16:25:57,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:57,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-e7655ca0-ac27-4f44-9426-768de4f2cbd7 Date: Thu, 04 Oct 2018 16:25:57 GMT RESP BODY: {"floatingips": [{"router_id": "6d55a83b-5359-4e09-aa94-6bd5b984b986", "status": "DOWN", "description": "", "tags": [], "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:25:56Z", "updated_at": "2018-10-04T16:25:56Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "685ae48dd54b4a72a72a308101c01ece", "port_id": "ff8e4f7c-ed93-4788-b7e5-f264db1b70ab", "id": "3a710664-654c-4759-9228-5f01a7ed1c5d"}]} 2018-10-04 16:25:57,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-e7655ca0-ac27-4f44-9426-768de4f2cbd7 2018-10-04 16:25:57,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0216019153595s 2018-10-04 16:25:57,479 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-e7655ca0-ac27-4f44-9426-768de4f2cbd7 2018-10-04 16:25:57,482 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-04 16:25:57,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 16:25:57,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:57,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-bb62a92d-3c8a-4344-8ea1-768702d205a2 Date: Thu, 04 Oct 2018 16:25:57 GMT RESP BODY: {"floatingips": [{"router_id": "6d55a83b-5359-4e09-aa94-6bd5b984b986", "status": "DOWN", "description": "", "tags": [], "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:25:56Z", "updated_at": "2018-10-04T16:25:56Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "685ae48dd54b4a72a72a308101c01ece", "port_id": "ff8e4f7c-ed93-4788-b7e5-f264db1b70ab", "id": "3a710664-654c-4759-9228-5f01a7ed1c5d"}]} 2018-10-04 16:25:57,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-bb62a92d-3c8a-4344-8ea1-768702d205a2 2018-10-04 16:25:57,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0227780342102s 2018-10-04 16:25:57,611 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-bb62a92d-3c8a-4344-8ea1-768702d205a2 2018-10-04 16:25:57,614 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-04 16:25:57,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 16:25:57,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:25:57,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-23482bfd-157b-4b69-a270-e866874096c3 Date: Thu, 04 Oct 2018 16:25:57 GMT RESP BODY: {"floatingips": [{"router_id": "6d55a83b-5359-4e09-aa94-6bd5b984b986", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:25:56Z", "updated_at": "2018-10-04T16:25:56Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "685ae48dd54b4a72a72a308101c01ece", "port_id": "ff8e4f7c-ed93-4788-b7e5-f264db1b70ab", "id": "3a710664-654c-4759-9228-5f01a7ed1c5d"}]} 2018-10-04 16:25:57,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-23482bfd-157b-4b69-a270-e866874096c3 2018-10-04 16:25:57,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0315299034119s 2018-10-04 16:25:57,752 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-23482bfd-157b-4b69-a270-e866874096c3 2018-10-04 16:25:57,756 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'6d55a83b-5359-4e09-aa94-6bd5b984b986', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'685ae48dd54b4a72a72a308101c01ece', 'created_at': u'2018-10-04T16:25:56Z', 'attached': True, 'updated_at': u'2018-10-04T16:25:56Z', 'id': u'3a710664-654c-4759-9228-5f01a7ed1c5d', 'floating_network_id': u'18028772-bdec-4175-9daf-5ee7ae542a2e', 'fixed_ip_address': u'192.168.120.13', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'685ae48dd54b4a72a72a308101c01ece', 'name': 'vyos_vrouter-project_fb486d0c-bc77-4c83-9da4-af97c2f9de85', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'6d55a83b-5359-4e09-aa94-6bd5b984b986', 'project_id': u'685ae48dd54b4a72a72a308101c01ece', 'port_id': u'ff8e4f7c-ed93-4788-b7e5-f264db1b70ab', 'port': u'ff8e4f7c-ed93-4788-b7e5-f264db1b70ab', 'network': u'18028772-bdec-4175-9daf-5ee7ae542a2e'}) 2018-10-04 16:25:57,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-04 16:25:57,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 16:26:02,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:25:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36a6a013-cffd-46fd-8052-254692a7e705 x-compute-request-id: req-36a6a013-cffd-46fd-8052-254692a7e705 Content-Encoding: gzip Content-Length: 11297 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe1223 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 2079183328 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.910 MHz processor\n[ 0.309964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910)\n[ 0.312190] pid_max: default: 32768 minimum: 301\n[ 0.313387] Security Framework initialized\n[ 0.314496] SELinux: Initializing.\n[ 0.316145] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.319122] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.321080] Mount-cache hash table entries: 4096\n[ 0.322500] Initializing cgroup subsys memory\n[ 0.323662] Initializing cgroup subsys devices\n[ 0.324836] Initializing cgroup subsys freezer\n[ 0.325994] Initializing cgroup subsys net_cls\n[ 0.327154] Initializing cgroup subsys blkio\n[ 0.328283] Initializing cgroup subsys perf_event\n[ 0.329476] Initializing cgroup subsys hugetlb\n[ 0.330627] Initializing cgroup subsys pids\n[ 0.331744] Initializing cgroup subsys net_prio\n[ 0.332979] CPU: Physical Processor ID: 0\n[ 0.334785] mce: CPU supports 10 MCE banks\n[ 0.335919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.337208] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.338492] tlb_flushall_shift: 6\n[ 0.339694] Freeing SMP alternatives: 28k freed\n[ 0.343670] ACPI: Core revision 20130517\n[ 0.345173] ACPI: All ACPI Tables successfully acquired\n[ 0.346635] ftrace: allocating 25812 entries in 101 pages\n[ 0.369089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.370587] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.372073] smpboot: Max logical packages: 2\n[ 0.373380] Enabling x2apic\n[ 0.374291] Enabled x2apic\n[ 0.375383] Switched APIC routing to physical x2apic.\n[ 0.377569] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.379069] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.381698] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.389200] KVM setup paravirtual spinlock\n[ 0.391511] smpboot: Booting Node 0, Processors #1 OK\n[ 0.393154] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.415751] Brought up 2 CPUs\n[ 0.415754] KVM setup async PF for cpu 1\n[ 0.415757] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.418916] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.421050] devtmpfs: initialized\n[ 0.423392] EVM: security.selinux\n[ 0.424385] EVM: security.ima\n[ 0.425310] EVM: security.capability\n[ 0.426969] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.428506] pinctrl core: initialized pinctrl subsystem\n[ 0.429895] NET: Registered protocol family 16\n[ 0.431238] ACPI: bus type PCI registered\n[ 0.432335] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.433860] PCI: Using configuration type 1 for base access\n[ 0.438502] ACPI: Added _OSI(Module Device)\n[ 0.439646] ACPI: Added _OSI(Processor Device)\n[ 0.440796] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.441983] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.444937] ACPI: Interpreter enabled\n[ 0.446011] ACPI: (supports S0 S5)\n[ 0.447011] ACPI: Using IOAPIC for interrupt routing\n[ 0.448252] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.452198] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.453624] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.455352] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.456831] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.459614] acpiphp: Slot [3] registered\n[ 0.460709] acpiphp: Slot [4] registered\n[ 0.461799] acpiphp: Slot [5] registered\n[ 0.462886] acpiphp: Slot [6] registered\n[ 0.463968] acpiphp: Slot [7] registered\n[ 0.465052] acpiphp: Slot [8] registered\n[ 0.466134] acpiphp: Slot [9] registered\n[ 0.467219] acpiphp: Slot [10] registered\n[ 0.468315] acpiphp: Slot [11] registered\n[ 0.469409] acpiphp: Slot [12] registered\n[ 0.470510] acpiphp: Slot [13] registered\n[ 0.471606] acpiphp: Slot [14] registered\n[ 0.472701] acpiphp: Slot [15] registered\n[ 0.473795] acpiphp: Slot [16] registered\n[ 0.474897] acpiphp: Slot [17] registered\n[ 0.475995] acpiphp: Slot [18] registered\n[ 0.477039] acpiphp: Slot [19] registered\n[ 0.478142] acpiphp: Slot [20] registered\n[ 0.479250] acpiphp: Slot [21] registered\n[ 0.480346] acpiphp: Slot [22] registered\n[ 0.481457] acpiphp: Slot [23] registered\n[ 0.482561] acpiphp: Slot [24] registered\n[ 0.483663] acpiphp: Slot [25] registered\n[ 0.484761] acpiphp: Slot [26] registered\n[ 0.485862] acpiphp: Slot [27] registered\n[ 0.486969] acpiphp: Slot [28] registered\n[ 0.488070] acpiphp: Slot [29] registered\n[ 0.489166] acpiphp: Slot [30] registered\n[ 0.490264] acpiphp: Slot [31] registered\n[ 0.491367] PCI host bridge to bus 0000:00\n[ 0.492465] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.493783] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.495286] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.496781] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.498796] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.506921] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.508495] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.509955] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.511507] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.518861] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.520869] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.574509] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.578152] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.579906] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.581622] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.583318] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.584939] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.586576] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.588704] vgaarb: loaded\n[ 0.589592] vgaarb: bridge control possible 0000:00:02.0\n[ 0.591032] SCSI subsystem initialized\n[ 0.592117] ACPI: bus type USB registered\n[ 0.593228] usbcore: registered new interface driver usbfs\n[ 0.594546] usbcore: registered new interface driver hub\n[ 0.595861] usbcore: registered new device driver usb\n[ 0.597260] PCI: Using ACPI for IRQ routing\n[ 0.598674] NetLabel: Initializing\n[ 0.600037] NetLabel: domain hash size = 128\n[ 0.601652] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.603467] NetLabel: unlabeled traffic allowed by default\n[ 0.605547] Switched to clocksource kvm-clock\n[ 0.612857] pnp: PnP ACPI init\n[ 0.614137] ACPI: bus type PNP registered\n[ 0.616001] pnp: PnP ACPI: found 5 devices\n[ 0.617536] ACPI: bus type PNP unregistered\n[ 0.625528] NET: Registered protocol family 2\n[ 0.627422] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.630353] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.632840] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.635141] TCP: reno registered\n[ 0.636468] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.638583] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.640811] NET: Registered protocol family 1\n[ 0.642453] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.644458] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.646432] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.666571] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.686731] Unpacking initramfs...\n[ 1.098292] Freeing initrd memory: 37508k freed\n[ 1.107984] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.110235] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.120667] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.122793] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.125239] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.127343] Initialise system trusted keyring\n[ 1.128978] audit: initializing netlink socket (disabled)\n[ 1.130877] type=2000 audit(1538670354.229:1): initialized\n[ 1.147646] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.149771] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.152921] zpool: loaded\n[ 1.154086] zbud: loaded\n[ 1.155382] VFS: Disk quotas dquot_6.5.2\n[ 1.156894] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.158841] msgmni has been set to 7578\n[ 1.159972] Key type big_key registered\n[ 1.161768] NET: Registered protocol family 38\n[ 1.162963] Key type asymmetric registered\n[ 1.164088] Asymmetric key parser 'x509' registered\n[ 1.165346] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.167449] io scheduler noop registered\n[ 1.168549] io scheduler deadline registered (default)\n[ 1.169843] io scheduler cfq registered\n[ 1.171004] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.182860] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.184465] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.186525] ACPI: Power Button [PWRF]\n[ 1.187717] GHES: HEST is not enabled!\n[ 1.188865] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.213070] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.214802] Non-volatile memory driver v1.3\n[ 1.215946] Linux agpgart interface v0.103\n[ 1.217189] crash memory driver: version 1.1\n[ 1.218402] rdac: device handler registered\n[ 1.219575] hp_sw: device handler registered\n[ 1.220731] emc: device handler registered\n[ 1.221849] alua: device handler registered\n[ 1.223002] libphy: Fixed MDIO Bus: probed\n[ 1.224204] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.225707] ehci-pci: EHCI PCI platform driver\n[ 1.226888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.228334] ohci-pci: OHCI PCI platform driver\n[ 1.229512] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.249626] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.251002] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.253069] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.254382] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.255833] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.257379] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.259401] usb usb1: Product: UHCI Host Controller\n[ 1.260699] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.262292] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.263623] hub 1-0:1.0: USB hub found\n[ 1.264712] hub 1-0:1.0: 2 ports detected\n[ 1.265924] usbcore: registered new interface driver usbserial\n[ 1.267336] usbcore: registered new interface driver usbserial_generic\n[ 1.268859] usbserial: USB Serial support registered for generic\n[ 1.270315] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.273055] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.274318] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.275677] mousedev: PS/2 mouse device common for all mice\n[ 1.277267] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.280049] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.282335] rtc_cmos 00:00: RTC can wake from S4\n[ 1.283872] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.286110] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.287616] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.289148] cpuidle: using governor menu\n[ 1.290298] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.291707] usbcore: registered new interface driver usbhid\n[ 1.293073] usbhid: USB HID core driver\n[ 1.294235] drop_monitor: Initializing network drop monitor service\n[ 1.295740] TCP: cubic registered\n[ 1.296757] Initializing XFRM netlink socket\n[ 1.297959] NET: Registered protocol family 10\n[ 1.299349] NET: Registered protocol family 17\n[ 1.300689] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.302131] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.304109] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.306503] Loading compiled-in X.509 certificates\n[ 1.307768] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.310172] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.312970] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.315624] registered taskstats version 1\n[ 1.318625] Key type trusted registered\n[ 1.321200] Key type encrypted registered\n[ 1.323736] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.325747] rtc_cmos 00:00: setting system clock to 2018-10-04 16:25:54 UTC (1538670354)\n[ 1.328932] Freeing unused kernel memory: 1680k freed\n[ 1.333489] 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.339280] systemd[1]: Detected virtualization kvm.\n[ 1.340996] systemd[1]: Detected architecture x86-64.\n[ 1.342597] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.344995] systemd[1]: No hostname configured.\n[ 1.346225] systemd[1]: Set hostname to .\n[ 1.347540] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.372653] systemd[1]: Created slice Root Slice.\n[ 1.373899] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.375939] systemd[1]: Listening on Journal Socket.\n[ 1.377224] systemd[1]: Starting Journal Socket.\n[ 1.378484] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.380633] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.383542] systemd[1]: Reached target Paths.\n[ 1.384744] systemd[1]: Starting Paths.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.386744] systemd[1]: Listening on udev Control Socket.\n[ 1.388085] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Swap.\n[ 1.390113] systemd[1]: Reached target Swap.\n[ 1.391283] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice System Slice.\n[ 1.393233] systemd[1]: Created slice System Slice.\n[ 1.394497] systemd[1]: Starting System Slice.\n[ 1.396111] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Slices.\n[ 1.400395] systemd[1]: Reached target Slices.\n[ 1.401593] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.403583] systemd[1]: Listening on udev Kernel Socket.\n[ 1.404919] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.406967] systemd[1]: Reached target Sockets.\n[ 1.408181] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Timers.\n[ 1.410066] systemd[1]: Reached target Timers.\n[ 1.411262] systemd[1]: Starting Timers.\n[ 1.412693] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.415031] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.417955] systemd[1]: Reached target Local File Systems.\n[ 1.419323] systemd[1]: Starting Local File Systems.\n[ 1.420929] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Started Journal Service.\n[ 1.424086] 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.492043] RPC: Registered named UNIX socket transport module.\n[ 1.493925] RPC: Registered udp transport module.\n[ 1.495163] RPC: Registered tcp transport module.\n[ 1.496382] 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.567562] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.595510] FDC 0 is a S82078B\n[ 1.610218] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.649900] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.654707] scsi host0: ata_piix\n[ 1.656709] vda: vda1\n[ 1.656814] scsi host1: ata_piix\n[ 1.656844] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.656845] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[ 1.718670] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.720197] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.721760] usb 1-1: Product: QEMU USB Tablet\n[ 1.722934] usb 1-1: Manufacturer: QEMU\n[ 1.724027] usb 1-1: SerialNumber: 42\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.733933] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.736441] 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.827490] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.830207] XFS (vda1): Mounting V4 Filesystem\n[ 1.913917] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped 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.[ 2.124084] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.145853] systemd-journald[108]: Received SIGTERM from PID 1 (systemd).\n[ 2.316706] SELinux: Disabled at runtime.\n[ 2.352569] type=1404 audit(1538670355.526:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.432643] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.434046] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n Mounting NFSD configuration filesystem...\n Mounting Debug File System...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on udev Control Socket.\n Starting Setup Virtual Console...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n Starting Create list of required st... nodes for the current kernel...\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\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] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.902350] systemd-journald[389]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[ 2.954063] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Configure read-only root support.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[ 3.129146] type=1305 audit(1538670356.302:3): audit_pid=440 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting LSB: Bring up/down networking...\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Initial cloud-init job (pre-networking)...\n Starting Login Service...\n Starting NTP client/server...\n Starting Authorization Manager...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.305664] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.433867] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Reached target Timers.\n[ 3.448489] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Login Service.[ 3.469324] ppdev: user-space parallel port driver\n\n[ 3.473127] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.475040] [TTM] Initializing pool allocator\n[ 3.476996] [TTM] Initializing DMA pool allocator\n[ 3.481536] [drm] fb mappable at 0xFC000000\n[ 3.482950] [drm] vram aper at 0xFC000000\n[ 3.484426] [drm] size 33554432\n[ 3.485783] [drm] fb depth is 24\n[ 3.487126] [drm] pitch is 3072\n[ 3.488626] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.509567] Console: switching to colour frame buffer device 128x48\n[ 3.520993] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[[32m OK [0m] Started Authorization Manager.\n[ 3.530442] AES CTR mode by8 optimization enabled\n[ 3.535373] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[ 3.540224] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.549448] alg: No test for crc32 (crc32-pclmul)\n[ 3.580177] intel_rapl: no valid rapl domains found in package 0\n[ 3.612506] intel_rapl: no valid rapl domains found in package 0\n[ 3.621874] intel_powerclamp: No package C-state available[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n\n[ 3.630420] intel_powerclamp: No package C-state available[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.982179] cloud-init[474]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 04 Oct 2018 16:25:57 +0000. Up 3.94 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Notify NFS peers of a restart...\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\n Starting PostgreSQL 9.5 database server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting nginx - high performance web server...\n Starting Dynamic System Tuning Daemon...\n Starting OpenSSH server daemon...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting RabbitMQ Service...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started System Logging Service.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Created slice user-993.slice.\n"} 2018-10-04 16:26:02,170 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4/action used request id req-36a6a013-cffd-46fd-8052-254692a7e705 2018-10-04 16:26:02,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 4.41396903992s 2018-10-04 16:26:02,172 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4/action used request id req-36a6a013-cffd-46fd-8052-254692a7e705 2018-10-04 16:26:02,172 - 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe1223 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 2079183328 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.910 MHz processor [ 0.309964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910) [ 0.312190] pid_max: default: 32768 minimum: 301 [ 0.313387] Security Framework initialized [ 0.314496] SELinux: Initializing. [ 0.316145] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.319122] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.321080] Mount-cache hash table entries: 4096 [ 0.322500] Initializing cgroup subsys memory [ 0.323662] Initializing cgroup subsys devices [ 0.324836] Initializing cgroup subsys freezer [ 0.325994] Initializing cgroup subsys net_cls [ 0.327154] Initializing cgroup subsys blkio [ 0.328283] Initializing cgroup subsys perf_event [ 0.329476] Initializing cgroup subsys hugetlb [ 0.330627] Initializing cgroup subsys pids [ 0.331744] Initializing cgroup subsys net_prio [ 0.332979] CPU: Physical Processor ID: 0 [ 0.334785] mce: CPU supports 10 MCE banks [ 0.335919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.337208] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.338492] tlb_flushall_shift: 6 [ 0.339694] Freeing SMP alternatives: 28k freed [ 0.343670] ACPI: Core revision 20130517 [ 0.345173] ACPI: All ACPI Tables successfully acquired [ 0.346635] ftrace: allocating 25812 entries in 101 pages [ 0.369089] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.370587] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.372073] smpboot: Max logical packages: 2 [ 0.373380] Enabling x2apic [ 0.374291] Enabled x2apic [ 0.375383] Switched APIC routing to physical x2apic. [ 0.377569] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.379069] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.381698] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.389200] KVM setup paravirtual spinlock [ 0.391511] smpboot: Booting Node 0, Processors #1 OK [ 0.393154] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.415751] Brought up 2 CPUs [ 0.415754] KVM setup async PF for cpu 1 [ 0.415757] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.418916] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.421050] devtmpfs: initialized [ 0.423392] EVM: security.selinux [ 0.424385] EVM: security.ima [ 0.425310] EVM: security.capability [ 0.426969] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.428506] pinctrl core: initialized pinctrl subsystem [ 0.429895] NET: Registered protocol family 16 [ 0.431238] ACPI: bus type PCI registered [ 0.432335] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.433860] PCI: Using configuration type 1 for base access [ 0.438502] ACPI: Added _OSI(Module Device) [ 0.439646] ACPI: Added _OSI(Processor Device) [ 0.440796] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.441983] ACPI: Added _OSI(Processor Aggregator Device) [ 0.444937] ACPI: Interpreter enabled [ 0.446011] ACPI: (supports S0 S5) [ 0.447011] ACPI: Using IOAPIC for interrupt routing [ 0.448252] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.452198] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.453624] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.455352] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.456831] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.459614] acpiphp: Slot [3] registered [ 0.460709] acpiphp: Slot [4] registered [ 0.461799] acpiphp: Slot [5] registered [ 0.462886] acpiphp: Slot [6] registered [ 0.463968] acpiphp: Slot [7] registered [ 0.465052] acpiphp: Slot [8] registered [ 0.466134] acpiphp: Slot [9] registered [ 0.467219] acpiphp: Slot [10] registered [ 0.468315] acpiphp: Slot [11] registered [ 0.469409] acpiphp: Slot [12] registered [ 0.470510] acpiphp: Slot [13] registered [ 0.471606] acpiphp: Slot [14] registered [ 0.472701] acpiphp: Slot [15] registered [ 0.473795] acpiphp: Slot [16] registered [ 0.474897] acpiphp: Slot [17] registered [ 0.475995] acpiphp: Slot [18] registered [ 0.477039] acpiphp: Slot [19] registered [ 0.478142] acpiphp: Slot [20] registered [ 0.479250] acpiphp: Slot [21] registered [ 0.480346] acpiphp: Slot [22] registered [ 0.481457] acpiphp: Slot [23] registered [ 0.482561] acpiphp: Slot [24] registered [ 0.483663] acpiphp: Slot [25] registered [ 0.484761] acpiphp: Slot [26] registered [ 0.485862] acpiphp: Slot [27] registered [ 0.486969] acpiphp: Slot [28] registered [ 0.488070] acpiphp: Slot [29] registered [ 0.489166] acpiphp: Slot [30] registered [ 0.490264] acpiphp: Slot [31] registered [ 0.491367] PCI host bridge to bus 0000:00 [ 0.492465] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.493783] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.495286] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.496781] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.498796] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.506921] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.508495] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.509955] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.511507] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.518861] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.520869] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.574509] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.578152] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.579906] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.581622] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.583318] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.584939] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.586576] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.588704] vgaarb: loaded [ 0.589592] vgaarb: bridge control possible 0000:00:02.0 [ 0.591032] SCSI subsystem initialized [ 0.592117] ACPI: bus type USB registered [ 0.593228] usbcore: registered new interface driver usbfs [ 0.594546] usbcore: registered new interface driver hub [ 0.595861] usbcore: registered new device driver usb [ 0.597260] PCI: Using ACPI for IRQ routing [ 0.598674] NetLabel: Initializing [ 0.600037] NetLabel: domain hash size = 128 [ 0.601652] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.603467] NetLabel: unlabeled traffic allowed by default [ 0.605547] Switched to clocksource kvm-clock [ 0.612857] pnp: PnP ACPI init [ 0.614137] ACPI: bus type PNP registered [ 0.616001] pnp: PnP ACPI: found 5 devices [ 0.617536] ACPI: bus type PNP unregistered [ 0.625528] NET: Registered protocol family 2 [ 0.627422] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.630353] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.632840] TCP: Hash tables configured (established 32768 bind 32768) [ 0.635141] TCP: reno registered [ 0.636468] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.638583] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.640811] NET: Registered protocol family 1 [ 0.642453] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.644458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.646432] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.666571] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.686731] Unpacking initramfs... [ 1.098292] Freeing initrd memory: 37508k freed [ 1.107984] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.110235] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.120667] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.122793] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.125239] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.127343] Initialise system trusted keyring [ 1.128978] audit: initializing netlink socket (disabled) [ 1.130877] type=2000 audit(1538670354.229:1): initialized [ 1.147646] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.149771] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.152921] zpool: loaded [ 1.154086] zbud: loaded [ 1.155382] VFS: Disk quotas dquot_6.5.2 [ 1.156894] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.158841] msgmni has been set to 7578 [ 1.159972] Key type big_key registered [ 1.161768] NET: Registered protocol family 38 [ 1.162963] Key type asymmetric registered [ 1.164088] Asymmetric key parser 'x509' registered [ 1.165346] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.167449] io scheduler noop registered [ 1.168549] io scheduler deadline registered (default) [ 1.169843] io scheduler cfq registered [ 1.171004] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.182860] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.184465] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.186525] ACPI: Power Button [PWRF] [ 1.187717] GHES: HEST is not enabled! [ 1.188865] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.213070] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.214802] Non-volatile memory driver v1.3 [ 1.215946] Linux agpgart interface v0.103 [ 1.217189] crash memory driver: version 1.1 [ 1.218402] rdac: device handler registered [ 1.219575] hp_sw: device handler registered [ 1.220731] emc: device handler registered [ 1.221849] alua: device handler registered [ 1.223002] libphy: Fixed MDIO Bus: probed [ 1.224204] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.225707] ehci-pci: EHCI PCI platform driver [ 1.226888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.228334] ohci-pci: OHCI PCI platform driver [ 1.229512] uhci_hcd: USB Universal Host Controller Interface driver [ 1.249626] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.251002] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.253069] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.254382] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.255833] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.257379] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.259401] usb usb1: Product: UHCI Host Controller [ 1.260699] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.262292] usb usb1: SerialNumber: 0000:00:01.2 [ 1.263623] hub 1-0:1.0: USB hub found [ 1.264712] hub 1-0:1.0: 2 ports detected [ 1.265924] usbcore: registered new interface driver usbserial [ 1.267336] usbcore: registered new interface driver usbserial_generic [ 1.268859] usbserial: USB Serial support registered for generic [ 1.270315] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.273055] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.274318] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.275677] mousedev: PS/2 mouse device common for all mice [ 1.277267] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.280049] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.282335] rtc_cmos 00:00: RTC can wake from S4 [ 1.283872] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.286110] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.287616] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.289148] cpuidle: using governor menu [ 1.290298] hidraw: raw HID events driver (C) Jiri Kosina [ 1.291707] usbcore: registered new interface driver usbhid [ 1.293073] usbhid: USB HID core driver [ 1.294235] drop_monitor: Initializing network drop monitor service [ 1.295740] TCP: cubic registered [ 1.296757] Initializing XFRM netlink socket [ 1.297959] NET: Registered protocol family 10 [ 1.299349] NET: Registered protocol family 17 [ 1.300689] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.302131] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.304109] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.306503] Loading compiled-in X.509 certificates [ 1.307768] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.310172] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.312970] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.315624] registered taskstats version 1 [ 1.318625] Key type trusted registered [ 1.321200] Key type encrypted registered [ 1.323736] IMA: No TPM chip found, activating TPM-bypass! [ 1.325747] rtc_cmos 00:00: setting system clock to 2018-10-04 16:25:54 UTC (1538670354) [ 1.328932] Freeing unused kernel memory: 1680k freed [ 1.333489] 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.339280] systemd[1]: Detected virtualization kvm. [ 1.340996] systemd[1]: Detected architecture x86-64. [ 1.342597] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.344995] systemd[1]: No hostname configured. [ 1.346225] systemd[1]: Set hostname to . [ 1.347540] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.372653] systemd[1]: Created slice Root Slice. [ 1.373899] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.375939] systemd[1]: Listening on Journal Socket. [ 1.377224] systemd[1]: Starting Journal Socket. [ 1.378484] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.380633] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.383542] systemd[1]: Reached target Paths. [ 1.384744] systemd[1]: Starting Paths. [[32m OK [0m] Listening on udev Control Socket. [ 1.386744] systemd[1]: Listening on udev Control Socket. [ 1.388085] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Swap. [ 1.390113] systemd[1]: Reached target Swap. [ 1.391283] systemd[1]: Starting Swap. [[32m OK [0m] Created slice System Slice. [ 1.393233] systemd[1]: Created slice System Slice. [ 1.394497] systemd[1]: Starting System Slice. [ 1.396111] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Slices. [ 1.400395] systemd[1]: Reached target Slices. [ 1.401593] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.403583] systemd[1]: Listening on udev Kernel Socket. [ 1.404919] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.406967] systemd[1]: Reached target Sockets. [ 1.408181] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Timers. [ 1.410066] systemd[1]: Reached target Timers. [ 1.411262] systemd[1]: Starting Timers. [ 1.412693] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.415031] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Local File Systems. [ 1.417955] systemd[1]: Reached target Local File Systems. [ 1.419323] systemd[1]: Starting Local File Systems. [ 1.420929] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Started Journal Service. [ 1.424086] 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.492043] RPC: Registered named UNIX socket transport module. [ 1.493925] RPC: Registered udp transport module. [ 1.495163] RPC: Registered tcp transport module. [ 1.496382] 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.567562] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.595510] FDC 0 is a S82078B [ 1.610218] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.649900] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.654707] scsi host0: ata_piix [ 1.656709] vda: vda1 [ 1.656814] scsi host1: ata_piix [ 1.656844] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.656845] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [ 1.718670] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.720197] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.721760] usb 1-1: Product: QEMU USB Tablet [ 1.722934] usb 1-1: Manufacturer: QEMU [ 1.724027] usb 1-1: SerialNumber: 42 [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.733933] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.736441] 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.827490] SGI XFS with ACLs, security attributes, no debug enabled [ 1.830207] XFS (vda1): Mounting V4 Filesystem [ 1.913917] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped 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.[ 2.124084] tsc: Refined TSC clocksource calibration: 3491.912 MHz Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.145853] systemd-journald[108]: Received SIGTERM from PID 1 (systemd). [ 2.316706] SELinux: Disabled at runtime. [ 2.352569] type=1404 audit(1538670355.526:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.432643] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.434046] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Mounting NFSD configuration filesystem... Mounting Debug File System... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Starting Apply Kernel Variables... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on udev Control Socket. Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. Mounting POSIX Message Queue File System... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Starting Create list of required st... nodes for the current kernel... Mounting Huge Pages File System... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[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] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Rebuild Hardware Database... [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Load/Save Random Seed. [ 2.902350] systemd-journald[389]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [ 2.954063] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Configure read-only root support. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [ 3.129146] type=1305 audit(1538670356.302:3): audit_pid=440 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting LSB: Bring up/down networking... Starting GSSAPI Proxy Daemon... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Initial cloud-init job (pre-networking)... Starting Login Service... Starting NTP client/server... Starting Authorization Manager... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.305664] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.433867] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 Starting D-Bus System Message Bus... [[32m OK [0m] Reached target Timers. [ 3.448489] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Login Service.[ 3.469324] ppdev: user-space parallel port driver [ 3.473127] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.475040] [TTM] Initializing pool allocator [ 3.476996] [TTM] Initializing DMA pool allocator [ 3.481536] [drm] fb mappable at 0xFC000000 [ 3.482950] [drm] vram aper at 0xFC000000 [ 3.484426] [drm] size 33554432 [ 3.485783] [drm] fb depth is 24 [ 3.487126] [drm] pitch is 3072 [ 3.488626] fbcon: cirrusdrmfb (fb0) is primary device [ 3.509567] Console: switching to colour frame buffer device 128x48 [ 3.520993] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [[32m OK [0m] Started Authorization Manager. [ 3.530442] AES CTR mode by8 optimization enabled [ 3.535373] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [ 3.540224] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.549448] alg: No test for crc32 (crc32-pclmul) [ 3.580177] intel_rapl: no valid rapl domains found in package 0 [ 3.612506] intel_rapl: no valid rapl domains found in package 0 [ 3.621874] intel_powerclamp: No package C-state available[[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [ 3.630420] intel_powerclamp: No package C-state available[[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.982179] cloud-init[474]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 04 Oct 2018 16:25:57 +0000. Up 3.94 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Notify NFS peers of a restart... Starting Postfix Mail Transport Agent... Starting System Logging Service... Starting PostgreSQL 9.5 database server... Starting Initial cloud-init job (metadata service crawler)... Starting nginx - high performance web server... Starting Dynamic System Tuning Daemon... Starting OpenSSH server daemon... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting RabbitMQ Service... Starting Crash recovery kernel arming... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Created slice user-993.slice. 2018-10-04 16:26:02,177 - paramiko.transport - DEBUG - starting thread (client mode): 0x16b98c10L 2018-10-04 16:26:02,177 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 16:26:02,193 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-10-04 16:26:02,193 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-10-04 16:26:02,228 - 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-10-04 16:26:02,228 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 16:26:02,228 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 16:26:02,229 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 16:26:02,229 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 16:26:02,229 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 16:26:02,235 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 16:26:02,236 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 16:26:02,241 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.202: 4c1f7c71f5a98b8370f02ab218eae423 2018-10-04 16:26:02,242 - paramiko.transport - DEBUG - Trying key 610310d1b94805054c6e12274a2100e4 from /tmp/tmpugYKpm 2018-10-04 16:26:02,278 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 16:26:02,297 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-10-04 16:26:02,308 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-10-04 16:26:02,310 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 16:26:02,316 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-10-04 16:26:02,316 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.202: Authentication failed. 2018-10-04 16:26:11,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-04 16:26:11,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 16:26:12,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:26:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cbfff479-5433-4512-acb8-5abead18b215 x-compute-request-id: req-cbfff479-5433-4512-acb8-5abead18b215 Content-Encoding: gzip Content-Length: 12753 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe1223 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 2079183328 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.910 MHz processor\n[ 0.309964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910)\n[ 0.312190] pid_max: default: 32768 minimum: 301\n[ 0.313387] Security Framework initialized\n[ 0.314496] SELinux: Initializing.\n[ 0.316145] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.319122] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.321080] Mount-cache hash table entries: 4096\n[ 0.322500] Initializing cgroup subsys memory\n[ 0.323662] Initializing cgroup subsys devices\n[ 0.324836] Initializing cgroup subsys freezer\n[ 0.325994] Initializing cgroup subsys net_cls\n[ 0.327154] Initializing cgroup subsys blkio\n[ 0.328283] Initializing cgroup subsys perf_event\n[ 0.329476] Initializing cgroup subsys hugetlb\n[ 0.330627] Initializing cgroup subsys pids\n[ 0.331744] Initializing cgroup subsys net_prio\n[ 0.332979] CPU: Physical Processor ID: 0\n[ 0.334785] mce: CPU supports 10 MCE banks\n[ 0.335919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.337208] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.338492] tlb_flushall_shift: 6\n[ 0.339694] Freeing SMP alternatives: 28k freed\n[ 0.343670] ACPI: Core revision 20130517\n[ 0.345173] ACPI: All ACPI Tables successfully acquired\n[ 0.346635] ftrace: allocating 25812 entries in 101 pages\n[ 0.369089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.370587] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.372073] smpboot: Max logical packages: 2\n[ 0.373380] Enabling x2apic\n[ 0.374291] Enabled x2apic\n[ 0.375383] Switched APIC routing to physical x2apic.\n[ 0.377569] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.379069] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.381698] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.389200] KVM setup paravirtual spinlock\n[ 0.391511] smpboot: Booting Node 0, Processors #1 OK\n[ 0.393154] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.415751] Brought up 2 CPUs\n[ 0.415754] KVM setup async PF for cpu 1\n[ 0.415757] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.418916] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.421050] devtmpfs: initialized\n[ 0.423392] EVM: security.selinux\n[ 0.424385] EVM: security.ima\n[ 0.425310] EVM: security.capability\n[ 0.426969] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.428506] pinctrl core: initialized pinctrl subsystem\n[ 0.429895] NET: Registered protocol family 16\n[ 0.431238] ACPI: bus type PCI registered\n[ 0.432335] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.433860] PCI: Using configuration type 1 for base access\n[ 0.438502] ACPI: Added _OSI(Module Device)\n[ 0.439646] ACPI: Added _OSI(Processor Device)\n[ 0.440796] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.441983] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.444937] ACPI: Interpreter enabled\n[ 0.446011] ACPI: (supports S0 S5)\n[ 0.447011] ACPI: Using IOAPIC for interrupt routing\n[ 0.448252] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.452198] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.453624] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.455352] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.456831] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.459614] acpiphp: Slot [3] registered\n[ 0.460709] acpiphp: Slot [4] registered\n[ 0.461799] acpiphp: Slot [5] registered\n[ 0.462886] acpiphp: Slot [6] registered\n[ 0.463968] acpiphp: Slot [7] registered\n[ 0.465052] acpiphp: Slot [8] registered\n[ 0.466134] acpiphp: Slot [9] registered\n[ 0.467219] acpiphp: Slot [10] registered\n[ 0.468315] acpiphp: Slot [11] registered\n[ 0.469409] acpiphp: Slot [12] registered\n[ 0.470510] acpiphp: Slot [13] registered\n[ 0.471606] acpiphp: Slot [14] registered\n[ 0.472701] acpiphp: Slot [15] registered\n[ 0.473795] acpiphp: Slot [16] registered\n[ 0.474897] acpiphp: Slot [17] registered\n[ 0.475995] acpiphp: Slot [18] registered\n[ 0.477039] acpiphp: Slot [19] registered\n[ 0.478142] acpiphp: Slot [20] registered\n[ 0.479250] acpiphp: Slot [21] registered\n[ 0.480346] acpiphp: Slot [22] registered\n[ 0.481457] acpiphp: Slot [23] registered\n[ 0.482561] acpiphp: Slot [24] registered\n[ 0.483663] acpiphp: Slot [25] registered\n[ 0.484761] acpiphp: Slot [26] registered\n[ 0.485862] acpiphp: Slot [27] registered\n[ 0.486969] acpiphp: Slot [28] registered\n[ 0.488070] acpiphp: Slot [29] registered\n[ 0.489166] acpiphp: Slot [30] registered\n[ 0.490264] acpiphp: Slot [31] registered\n[ 0.491367] PCI host bridge to bus 0000:00\n[ 0.492465] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.493783] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.495286] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.496781] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.498796] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.506921] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.508495] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.509955] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.511507] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.518861] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.520869] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.574509] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.578152] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.579906] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.581622] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.583318] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.584939] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.586576] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.588704] vgaarb: loaded\n[ 0.589592] vgaarb: bridge control possible 0000:00:02.0\n[ 0.591032] SCSI subsystem initialized\n[ 0.592117] ACPI: bus type USB registered\n[ 0.593228] usbcore: registered new interface driver usbfs\n[ 0.594546] usbcore: registered new interface driver hub\n[ 0.595861] usbcore: registered new device driver usb\n[ 0.597260] PCI: Using ACPI for IRQ routing\n[ 0.598674] NetLabel: Initializing\n[ 0.600037] NetLabel: domain hash size = 128\n[ 0.601652] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.603467] NetLabel: unlabeled traffic allowed by default\n[ 0.605547] Switched to clocksource kvm-clock\n[ 0.612857] pnp: PnP ACPI init\n[ 0.614137] ACPI: bus type PNP registered\n[ 0.616001] pnp: PnP ACPI: found 5 devices\n[ 0.617536] ACPI: bus type PNP unregistered\n[ 0.625528] NET: Registered protocol family 2\n[ 0.627422] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.630353] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.632840] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.635141] TCP: reno registered\n[ 0.636468] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.638583] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.640811] NET: Registered protocol family 1\n[ 0.642453] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.644458] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.646432] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.666571] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.686731] Unpacking initramfs...\n[ 1.098292] Freeing initrd memory: 37508k freed\n[ 1.107984] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.110235] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.120667] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.122793] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.125239] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.127343] Initialise system trusted keyring\n[ 1.128978] audit: initializing netlink socket (disabled)\n[ 1.130877] type=2000 audit(1538670354.229:1): initialized\n[ 1.147646] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.149771] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.152921] zpool: loaded\n[ 1.154086] zbud: loaded\n[ 1.155382] VFS: Disk quotas dquot_6.5.2\n[ 1.156894] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.158841] msgmni has been set to 7578\n[ 1.159972] Key type big_key registered\n[ 1.161768] NET: Registered protocol family 38\n[ 1.162963] Key type asymmetric registered\n[ 1.164088] Asymmetric key parser 'x509' registered\n[ 1.165346] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.167449] io scheduler noop registered\n[ 1.168549] io scheduler deadline registered (default)\n[ 1.169843] io scheduler cfq registered\n[ 1.171004] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.182860] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.184465] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.186525] ACPI: Power Button [PWRF]\n[ 1.187717] GHES: HEST is not enabled!\n[ 1.188865] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.213070] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.214802] Non-volatile memory driver v1.3\n[ 1.215946] Linux agpgart interface v0.103\n[ 1.217189] crash memory driver: version 1.1\n[ 1.218402] rdac: device handler registered\n[ 1.219575] hp_sw: device handler registered\n[ 1.220731] emc: device handler registered\n[ 1.221849] alua: device handler registered\n[ 1.223002] libphy: Fixed MDIO Bus: probed\n[ 1.224204] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.225707] ehci-pci: EHCI PCI platform driver\n[ 1.226888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.228334] ohci-pci: OHCI PCI platform driver\n[ 1.229512] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.249626] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.251002] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.253069] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.254382] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.255833] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.257379] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.259401] usb usb1: Product: UHCI Host Controller\n[ 1.260699] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.262292] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.263623] hub 1-0:1.0: USB hub found\n[ 1.264712] hub 1-0:1.0: 2 ports detected\n[ 1.265924] usbcore: registered new interface driver usbserial\n[ 1.267336] usbcore: registered new interface driver usbserial_generic\n[ 1.268859] usbserial: USB Serial support registered for generic\n[ 1.270315] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.273055] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.274318] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.275677] mousedev: PS/2 mouse device common for all mice\n[ 1.277267] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.280049] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.282335] rtc_cmos 00:00: RTC can wake from S4\n[ 1.283872] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.286110] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.287616] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.289148] cpuidle: using governor menu\n[ 1.290298] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.291707] usbcore: registered new interface driver usbhid\n[ 1.293073] usbhid: USB HID core driver\n[ 1.294235] drop_monitor: Initializing network drop monitor service\n[ 1.295740] TCP: cubic registered\n[ 1.296757] Initializing XFRM netlink socket\n[ 1.297959] NET: Registered protocol family 10\n[ 1.299349] NET: Registered protocol family 17\n[ 1.300689] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.302131] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.304109] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.306503] Loading compiled-in X.509 certificates\n[ 1.307768] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.310172] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.312970] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.315624] registered taskstats version 1\n[ 1.318625] Key type trusted registered\n[ 1.321200] Key type encrypted registered\n[ 1.323736] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.325747] rtc_cmos 00:00: setting system clock to 2018-10-04 16:25:54 UTC (1538670354)\n[ 1.328932] Freeing unused kernel memory: 1680k freed\n[ 1.333489] 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.339280] systemd[1]: Detected virtualization kvm.\n[ 1.340996] systemd[1]: Detected architecture x86-64.\n[ 1.342597] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.344995] systemd[1]: No hostname configured.\n[ 1.346225] systemd[1]: Set hostname to .\n[ 1.347540] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.372653] systemd[1]: Created slice Root Slice.\n[ 1.373899] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.375939] systemd[1]: Listening on Journal Socket.\n[ 1.377224] systemd[1]: Starting Journal Socket.\n[ 1.378484] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.380633] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.383542] systemd[1]: Reached target Paths.\n[ 1.384744] systemd[1]: Starting Paths.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.386744] systemd[1]: Listening on udev Control Socket.\n[ 1.388085] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Swap.\n[ 1.390113] systemd[1]: Reached target Swap.\n[ 1.391283] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice System Slice.\n[ 1.393233] systemd[1]: Created slice System Slice.\n[ 1.394497] systemd[1]: Starting System Slice.\n[ 1.396111] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Slices.\n[ 1.400395] systemd[1]: Reached target Slices.\n[ 1.401593] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.403583] systemd[1]: Listening on udev Kernel Socket.\n[ 1.404919] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.406967] systemd[1]: Reached target Sockets.\n[ 1.408181] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Timers.\n[ 1.410066] systemd[1]: Reached target Timers.\n[ 1.411262] systemd[1]: Starting Timers.\n[ 1.412693] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.415031] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.417955] systemd[1]: Reached target Local File Systems.\n[ 1.419323] systemd[1]: Starting Local File Systems.\n[ 1.420929] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Started Journal Service.\n[ 1.424086] 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.492043] RPC: Registered named UNIX socket transport module.\n[ 1.493925] RPC: Registered udp transport module.\n[ 1.495163] RPC: Registered tcp transport module.\n[ 1.496382] 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.567562] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.595510] FDC 0 is a S82078B\n[ 1.610218] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.649900] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.654707] scsi host0: ata_piix\n[ 1.656709] vda: vda1\n[ 1.656814] scsi host1: ata_piix\n[ 1.656844] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.656845] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[ 1.718670] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.720197] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.721760] usb 1-1: Product: QEMU USB Tablet\n[ 1.722934] usb 1-1: Manufacturer: QEMU\n[ 1.724027] usb 1-1: SerialNumber: 42\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.733933] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.736441] 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.827490] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.830207] XFS (vda1): Mounting V4 Filesystem\n[ 1.913917] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped 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.[ 2.124084] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.145853] systemd-journald[108]: Received SIGTERM from PID 1 (systemd).\n[ 2.316706] SELinux: Disabled at runtime.\n[ 2.352569] type=1404 audit(1538670355.526:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.432643] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.434046] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n Mounting NFSD configuration filesystem...\n Mounting Debug File System...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on udev Control Socket.\n Starting Setup Virtual Console...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n Starting Create list of required st... nodes for the current kernel...\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\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] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.902350] systemd-journald[389]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[ 2.954063] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Configure read-only root support.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[ 3.129146] type=1305 audit(1538670356.302:3): audit_pid=440 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting LSB: Bring up/down networking...\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Initial cloud-init job (pre-networking)...\n Starting Login Service...\n Starting NTP client/server...\n Starting Authorization Manager...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.305664] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.433867] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Reached target Timers.\n[ 3.448489] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Login Service.[ 3.469324] ppdev: user-space parallel port driver\n\n[ 3.473127] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.475040] [TTM] Initializing pool allocator\n[ 3.476996] [TTM] Initializing DMA pool allocator\n[ 3.481536] [drm] fb mappable at 0xFC000000\n[ 3.482950] [drm] vram aper at 0xFC000000\n[ 3.484426] [drm] size 33554432\n[ 3.485783] [drm] fb depth is 24\n[ 3.487126] [drm] pitch is 3072\n[ 3.488626] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.509567] Console: switching to colour frame buffer device 128x48\n[ 3.520993] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[[32m OK [0m] Started Authorization Manager.\n[ 3.530442] AES CTR mode by8 optimization enabled\n[ 3.535373] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[ 3.540224] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.549448] alg: No test for crc32 (crc32-pclmul)\n[ 3.580177] intel_rapl: no valid rapl domains found in package 0\n[ 3.612506] intel_rapl: no valid rapl domains found in package 0\n[ 3.621874] intel_powerclamp: No package C-state available[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n\n[ 3.630420] intel_powerclamp: No package C-state available[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.982179] cloud-init[474]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 04 Oct 2018 16:25:57 +0000. Up 3.94 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Notify NFS peers of a restart...\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\n Starting PostgreSQL 9.5 database server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting nginx - high performance web server...\n Starting Dynamic System Tuning Daemon...\n Starting OpenSSH server daemon...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting RabbitMQ Service...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started System Logging Service.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Created slice user-993.slice.\n[ 5.874764] cloud-init[804]: Cloud-init v. 0.7.5 running 'init' at Thu, 04 Oct 2018 16:25:59 +0000. Up 5.84 seconds.\n[ 5.961252] cloud-init[804]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.963411] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.965424] cloud-init[804]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.967532] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.969628] cloud-init[804]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.971626] cloud-init[804]: ci-info: | eth0: | True | 192.168.120.13 | 255.255.255.0 | fa:16:3e:9c:67:ec |\n[ 5.973660] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.975848] cloud-init[804]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.978161] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.980042] cloud-init[804]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.981619] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.985503] cloud-init[804]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.987221] cloud-init[804]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.989425] cloud-init[804]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.992245] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: [ 9.258767] cloud-init[3039]: Cloud-init v. 0.7.5 running 'modules:config' at Thu, 04 Oct 2018 16:26:02 +0000. Up 9.20 seconds.\n[ 9.980608] cloud-init[3322]: Cloud-init v. 0.7.5 running 'modules:final' at Thu, 04 Oct 2018 16:26:03 +0000. Up 9.84 seconds.\nci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 61:03:10:d1:b9:48:05:05:4c:6e:12:27:4a:21:00:e4 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA)\nec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519)\nec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= \nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm \nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId \n-----END SSH HOST KEY KEYS-----\n[ 10.137421] cloud-init[3322]: Cloud-init v. 0.7.5 finished at Thu, 04 Oct 2018 16:26:03 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.12 seconds\n"} 2018-10-04 16:26:12,473 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4/action used request id req-cbfff479-5433-4512-acb8-5abead18b215 2018-10-04 16:26:12,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.1464779377s 2018-10-04 16:26:12,474 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4/action used request id req-cbfff479-5433-4512-acb8-5abead18b215 2018-10-04 16:26:12,475 - 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe1223 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 2079183328 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.910 MHz processor [ 0.309964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910) [ 0.312190] pid_max: default: 32768 minimum: 301 [ 0.313387] Security Framework initialized [ 0.314496] SELinux: Initializing. [ 0.316145] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.319122] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.321080] Mount-cache hash table entries: 4096 [ 0.322500] Initializing cgroup subsys memory [ 0.323662] Initializing cgroup subsys devices [ 0.324836] Initializing cgroup subsys freezer [ 0.325994] Initializing cgroup subsys net_cls [ 0.327154] Initializing cgroup subsys blkio [ 0.328283] Initializing cgroup subsys perf_event [ 0.329476] Initializing cgroup subsys hugetlb [ 0.330627] Initializing cgroup subsys pids [ 0.331744] Initializing cgroup subsys net_prio [ 0.332979] CPU: Physical Processor ID: 0 [ 0.334785] mce: CPU supports 10 MCE banks [ 0.335919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.337208] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.338492] tlb_flushall_shift: 6 [ 0.339694] Freeing SMP alternatives: 28k freed [ 0.343670] ACPI: Core revision 20130517 [ 0.345173] ACPI: All ACPI Tables successfully acquired [ 0.346635] ftrace: allocating 25812 entries in 101 pages [ 0.369089] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.370587] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.372073] smpboot: Max logical packages: 2 [ 0.373380] Enabling x2apic [ 0.374291] Enabled x2apic [ 0.375383] Switched APIC routing to physical x2apic. [ 0.377569] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.379069] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.381698] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.389200] KVM setup paravirtual spinlock [ 0.391511] smpboot: Booting Node 0, Processors #1 OK [ 0.393154] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.415751] Brought up 2 CPUs [ 0.415754] KVM setup async PF for cpu 1 [ 0.415757] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.418916] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.421050] devtmpfs: initialized [ 0.423392] EVM: security.selinux [ 0.424385] EVM: security.ima [ 0.425310] EVM: security.capability [ 0.426969] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.428506] pinctrl core: initialized pinctrl subsystem [ 0.429895] NET: Registered protocol family 16 [ 0.431238] ACPI: bus type PCI registered [ 0.432335] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.433860] PCI: Using configuration type 1 for base access [ 0.438502] ACPI: Added _OSI(Module Device) [ 0.439646] ACPI: Added _OSI(Processor Device) [ 0.440796] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.441983] ACPI: Added _OSI(Processor Aggregator Device) [ 0.444937] ACPI: Interpreter enabled [ 0.446011] ACPI: (supports S0 S5) [ 0.447011] ACPI: Using IOAPIC for interrupt routing [ 0.448252] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.452198] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.453624] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.455352] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.456831] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.459614] acpiphp: Slot [3] registered [ 0.460709] acpiphp: Slot [4] registered [ 0.461799] acpiphp: Slot [5] registered [ 0.462886] acpiphp: Slot [6] registered [ 0.463968] acpiphp: Slot [7] registered [ 0.465052] acpiphp: Slot [8] registered [ 0.466134] acpiphp: Slot [9] registered [ 0.467219] acpiphp: Slot [10] registered [ 0.468315] acpiphp: Slot [11] registered [ 0.469409] acpiphp: Slot [12] registered [ 0.470510] acpiphp: Slot [13] registered [ 0.471606] acpiphp: Slot [14] registered [ 0.472701] acpiphp: Slot [15] registered [ 0.473795] acpiphp: Slot [16] registered [ 0.474897] acpiphp: Slot [17] registered [ 0.475995] acpiphp: Slot [18] registered [ 0.477039] acpiphp: Slot [19] registered [ 0.478142] acpiphp: Slot [20] registered [ 0.479250] acpiphp: Slot [21] registered [ 0.480346] acpiphp: Slot [22] registered [ 0.481457] acpiphp: Slot [23] registered [ 0.482561] acpiphp: Slot [24] registered [ 0.483663] acpiphp: Slot [25] registered [ 0.484761] acpiphp: Slot [26] registered [ 0.485862] acpiphp: Slot [27] registered [ 0.486969] acpiphp: Slot [28] registered [ 0.488070] acpiphp: Slot [29] registered [ 0.489166] acpiphp: Slot [30] registered [ 0.490264] acpiphp: Slot [31] registered [ 0.491367] PCI host bridge to bus 0000:00 [ 0.492465] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.493783] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.495286] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.496781] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.498796] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.506921] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.508495] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.509955] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.511507] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.518861] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.520869] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.574509] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.578152] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.579906] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.581622] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.583318] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.584939] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.586576] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.588704] vgaarb: loaded [ 0.589592] vgaarb: bridge control possible 0000:00:02.0 [ 0.591032] SCSI subsystem initialized [ 0.592117] ACPI: bus type USB registered [ 0.593228] usbcore: registered new interface driver usbfs [ 0.594546] usbcore: registered new interface driver hub [ 0.595861] usbcore: registered new device driver usb [ 0.597260] PCI: Using ACPI for IRQ routing [ 0.598674] NetLabel: Initializing [ 0.600037] NetLabel: domain hash size = 128 [ 0.601652] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.603467] NetLabel: unlabeled traffic allowed by default [ 0.605547] Switched to clocksource kvm-clock [ 0.612857] pnp: PnP ACPI init [ 0.614137] ACPI: bus type PNP registered [ 0.616001] pnp: PnP ACPI: found 5 devices [ 0.617536] ACPI: bus type PNP unregistered [ 0.625528] NET: Registered protocol family 2 [ 0.627422] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.630353] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.632840] TCP: Hash tables configured (established 32768 bind 32768) [ 0.635141] TCP: reno registered [ 0.636468] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.638583] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.640811] NET: Registered protocol family 1 [ 0.642453] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.644458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.646432] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.666571] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.686731] Unpacking initramfs... [ 1.098292] Freeing initrd memory: 37508k freed [ 1.107984] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.110235] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.120667] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.122793] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.125239] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.127343] Initialise system trusted keyring [ 1.128978] audit: initializing netlink socket (disabled) [ 1.130877] type=2000 audit(1538670354.229:1): initialized [ 1.147646] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.149771] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.152921] zpool: loaded [ 1.154086] zbud: loaded [ 1.155382] VFS: Disk quotas dquot_6.5.2 [ 1.156894] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.158841] msgmni has been set to 7578 [ 1.159972] Key type big_key registered [ 1.161768] NET: Registered protocol family 38 [ 1.162963] Key type asymmetric registered [ 1.164088] Asymmetric key parser 'x509' registered [ 1.165346] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.167449] io scheduler noop registered [ 1.168549] io scheduler deadline registered (default) [ 1.169843] io scheduler cfq registered [ 1.171004] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.182860] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.184465] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.186525] ACPI: Power Button [PWRF] [ 1.187717] GHES: HEST is not enabled! [ 1.188865] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.213070] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.214802] Non-volatile memory driver v1.3 [ 1.215946] Linux agpgart interface v0.103 [ 1.217189] crash memory driver: version 1.1 [ 1.218402] rdac: device handler registered [ 1.219575] hp_sw: device handler registered [ 1.220731] emc: device handler registered [ 1.221849] alua: device handler registered [ 1.223002] libphy: Fixed MDIO Bus: probed [ 1.224204] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.225707] ehci-pci: EHCI PCI platform driver [ 1.226888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.228334] ohci-pci: OHCI PCI platform driver [ 1.229512] uhci_hcd: USB Universal Host Controller Interface driver [ 1.249626] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.251002] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.253069] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.254382] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.255833] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.257379] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.259401] usb usb1: Product: UHCI Host Controller [ 1.260699] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.262292] usb usb1: SerialNumber: 0000:00:01.2 [ 1.263623] hub 1-0:1.0: USB hub found [ 1.264712] hub 1-0:1.0: 2 ports detected [ 1.265924] usbcore: registered new interface driver usbserial [ 1.267336] usbcore: registered new interface driver usbserial_generic [ 1.268859] usbserial: USB Serial support registered for generic [ 1.270315] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.273055] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.274318] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.275677] mousedev: PS/2 mouse device common for all mice [ 1.277267] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.280049] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.282335] rtc_cmos 00:00: RTC can wake from S4 [ 1.283872] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.286110] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.287616] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.289148] cpuidle: using governor menu [ 1.290298] hidraw: raw HID events driver (C) Jiri Kosina [ 1.291707] usbcore: registered new interface driver usbhid [ 1.293073] usbhid: USB HID core driver [ 1.294235] drop_monitor: Initializing network drop monitor service [ 1.295740] TCP: cubic registered [ 1.296757] Initializing XFRM netlink socket [ 1.297959] NET: Registered protocol family 10 [ 1.299349] NET: Registered protocol family 17 [ 1.300689] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.302131] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.304109] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.306503] Loading compiled-in X.509 certificates [ 1.307768] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.310172] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.312970] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.315624] registered taskstats version 1 [ 1.318625] Key type trusted registered [ 1.321200] Key type encrypted registered [ 1.323736] IMA: No TPM chip found, activating TPM-bypass! [ 1.325747] rtc_cmos 00:00: setting system clock to 2018-10-04 16:25:54 UTC (1538670354) [ 1.328932] Freeing unused kernel memory: 1680k freed [ 1.333489] 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.339280] systemd[1]: Detected virtualization kvm. [ 1.340996] systemd[1]: Detected architecture x86-64. [ 1.342597] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.344995] systemd[1]: No hostname configured. [ 1.346225] systemd[1]: Set hostname to . [ 1.347540] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.372653] systemd[1]: Created slice Root Slice. [ 1.373899] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.375939] systemd[1]: Listening on Journal Socket. [ 1.377224] systemd[1]: Starting Journal Socket. [ 1.378484] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.380633] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.383542] systemd[1]: Reached target Paths. [ 1.384744] systemd[1]: Starting Paths. [[32m OK [0m] Listening on udev Control Socket. [ 1.386744] systemd[1]: Listening on udev Control Socket. [ 1.388085] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Swap. [ 1.390113] systemd[1]: Reached target Swap. [ 1.391283] systemd[1]: Starting Swap. [[32m OK [0m] Created slice System Slice. [ 1.393233] systemd[1]: Created slice System Slice. [ 1.394497] systemd[1]: Starting System Slice. [ 1.396111] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Slices. [ 1.400395] systemd[1]: Reached target Slices. [ 1.401593] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.403583] systemd[1]: Listening on udev Kernel Socket. [ 1.404919] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.406967] systemd[1]: Reached target Sockets. [ 1.408181] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Timers. [ 1.410066] systemd[1]: Reached target Timers. [ 1.411262] systemd[1]: Starting Timers. [ 1.412693] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.415031] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Local File Systems. [ 1.417955] systemd[1]: Reached target Local File Systems. [ 1.419323] systemd[1]: Starting Local File Systems. [ 1.420929] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Started Journal Service. [ 1.424086] 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.492043] RPC: Registered named UNIX socket transport module. [ 1.493925] RPC: Registered udp transport module. [ 1.495163] RPC: Registered tcp transport module. [ 1.496382] 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.567562] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.595510] FDC 0 is a S82078B [ 1.610218] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.649900] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.654707] scsi host0: ata_piix [ 1.656709] vda: vda1 [ 1.656814] scsi host1: ata_piix [ 1.656844] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.656845] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [ 1.718670] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.720197] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.721760] usb 1-1: Product: QEMU USB Tablet [ 1.722934] usb 1-1: Manufacturer: QEMU [ 1.724027] usb 1-1: SerialNumber: 42 [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.733933] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.736441] 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.827490] SGI XFS with ACLs, security attributes, no debug enabled [ 1.830207] XFS (vda1): Mounting V4 Filesystem [ 1.913917] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped 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.[ 2.124084] tsc: Refined TSC clocksource calibration: 3491.912 MHz Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.145853] systemd-journald[108]: Received SIGTERM from PID 1 (systemd). [ 2.316706] SELinux: Disabled at runtime. [ 2.352569] type=1404 audit(1538670355.526:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.432643] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.434046] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Mounting NFSD configuration filesystem... Mounting Debug File System... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Starting Apply Kernel Variables... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on udev Control Socket. Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. Mounting POSIX Message Queue File System... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Starting Create list of required st... nodes for the current kernel... Mounting Huge Pages File System... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[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] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Rebuild Hardware Database... [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Load/Save Random Seed. [ 2.902350] systemd-journald[389]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [ 2.954063] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Configure read-only root support. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [ 3.129146] type=1305 audit(1538670356.302:3): audit_pid=440 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting LSB: Bring up/down networking... Starting GSSAPI Proxy Daemon... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Initial cloud-init job (pre-networking)... Starting Login Service... Starting NTP client/server... Starting Authorization Manager... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.305664] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.433867] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 Starting D-Bus System Message Bus... [[32m OK [0m] Reached target Timers. [ 3.448489] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Login Service.[ 3.469324] ppdev: user-space parallel port driver [ 3.473127] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.475040] [TTM] Initializing pool allocator [ 3.476996] [TTM] Initializing DMA pool allocator [ 3.481536] [drm] fb mappable at 0xFC000000 [ 3.482950] [drm] vram aper at 0xFC000000 [ 3.484426] [drm] size 33554432 [ 3.485783] [drm] fb depth is 24 [ 3.487126] [drm] pitch is 3072 [ 3.488626] fbcon: cirrusdrmfb (fb0) is primary device [ 3.509567] Console: switching to colour frame buffer device 128x48 [ 3.520993] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [[32m OK [0m] Started Authorization Manager. [ 3.530442] AES CTR mode by8 optimization enabled [ 3.535373] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [ 3.540224] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.549448] alg: No test for crc32 (crc32-pclmul) [ 3.580177] intel_rapl: no valid rapl domains found in package 0 [ 3.612506] intel_rapl: no valid rapl domains found in package 0 [ 3.621874] intel_powerclamp: No package C-state available[[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [ 3.630420] intel_powerclamp: No package C-state available[[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.982179] cloud-init[474]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 04 Oct 2018 16:25:57 +0000. Up 3.94 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Notify NFS peers of a restart... Starting Postfix Mail Transport Agent... Starting System Logging Service... Starting PostgreSQL 9.5 database server... Starting Initial cloud-init job (metadata service crawler)... Starting nginx - high performance web server... Starting Dynamic System Tuning Daemon... Starting OpenSSH server daemon... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting RabbitMQ Service... Starting Crash recovery kernel arming... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Created slice user-993.slice. [ 5.874764] cloud-init[804]: Cloud-init v. 0.7.5 running 'init' at Thu, 04 Oct 2018 16:25:59 +0000. Up 5.84 seconds. [ 5.961252] cloud-init[804]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.963411] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.965424] cloud-init[804]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.967532] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.969628] cloud-init[804]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.971626] cloud-init[804]: ci-info: | eth0: | True | 192.168.120.13 | 255.255.255.0 | fa:16:3e:9c:67:ec | [ 5.973660] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.975848] cloud-init[804]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.978161] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.980042] cloud-init[804]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.981619] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.985503] cloud-init[804]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.987221] cloud-init[804]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.989425] cloud-init[804]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.992245] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Dynamic System Tuning Daemon. [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: [ 9.258767] cloud-init[3039]: Cloud-init v. 0.7.5 running 'modules:config' at Thu, 04 Oct 2018 16:26:02 +0000. Up 9.20 seconds. [ 9.980608] cloud-init[3322]: Cloud-init v. 0.7.5 running 'modules:final' at Thu, 04 Oct 2018 16:26:03 +0000. Up 9.84 seconds. ci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 61:03:10:d1:b9:48:05:05:4c:6e:12:27:4a:21:00:e4 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA) ec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519) ec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId -----END SSH HOST KEY KEYS----- [ 10.137421] cloud-init[3322]: Cloud-init v. 0.7.5 finished at Thu, 04 Oct 2018 16:26:03 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.12 seconds 2018-10-04 16:26:12,478 - paramiko.transport - DEBUG - starting thread (client mode): 0x16b98350L 2018-10-04 16:26:12,479 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 16:26:12,530 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-10-04 16:26:12,530 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-10-04 16:26:12,546 - 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-10-04 16:26:12,546 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 16:26:12,546 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 16:26:12,546 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 16:26:12,547 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 16:26:12,547 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 16:26:12,573 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 16:26:12,573 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 16:26:12,580 - paramiko.transport - DEBUG - Trying key 610310d1b94805054c6e12274a2100e4 from /tmp/tmpugYKpm 2018-10-04 16:26:12,617 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 16:26:12,633 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 16:26:12,644 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-10-04 16:26:12,644 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-10-04 16:26:12,645 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-10-04 16:26:12,645 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/status 2018-10-04 16:26:12,934 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:26:12,934 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:26:12,934 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:26:12,934 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:26:12,934 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:26:12,934 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:26:12,935 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:26:12,935 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 5134, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 5150, "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": 1932, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 5120, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 877, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 817, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 809, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4798, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 5114, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-10-04 16:26:12,935 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:26:12,935 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:26:10 GMT 2018-10-04 16:26:12,935 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:26:12,935 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-10-04 16:26:12,935 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:26:12,936 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 5134, 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': 5150, 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': 1932, 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': 5120, 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': 877, 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': 817, 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': 809, 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': 4798, 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': 5114, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-10-04 16:26:12,936 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/status 2018-10-04 16:26:13,114 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:26:13,114 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:26:13,114 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:26:13,114 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:26:13,114 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:26:13,114 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:26:13,114 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:26:13,115 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 5134, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 5150, "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": 1932, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 5120, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 877, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 817, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 809, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4798, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 5114, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-10-04 16:26:13,115 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:26:13,115 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:26:10 GMT 2018-10-04 16:26:13,115 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:26:13,115 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-10-04 16:26:13,115 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:26:13,115 - functest.core.cloudify - INFO - The current manager status is running 2018-10-04 16:26:13,116 - 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-10-04 16:26:13,306 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:26:13,306 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:26:13,306 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:26:13,306 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:26:13,306 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:26:13,306 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:26:13,306 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:26:13,307 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-10-04 16:26:13,307 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-04T16:26:10.479Z", "updated_at": "2018-10-04T16:26:10.479Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-10-04 16:26:13,307 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:26:13,307 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:26:10 GMT 2018-10-04 16:26:13,307 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:26:13,307 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-10-04 16:26:13,307 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:26:13,307 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/secrets 2018-10-04 16:26:13,431 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:26:13,431 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:26:13,431 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:26:13,431 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:26:13,431 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:26:13,431 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:26:13,431 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:26:13,431 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-10-04T16:26:10.479Z", "updated_at": "2018-10-04T16:26:10.479Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-10-04 16:26:13,432 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:26:13,432 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:26:10 GMT 2018-10-04 16:26:13,432 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:26:13,432 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-10-04 16:26:13,432 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:26:13,432 - functest.core.cloudify - DEBUG - List secrets: 2018-10-04 16:26:13,433 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.202:80/api/v3/secrets/foo 2018-10-04 16:26:13,512 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:26:13,513 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:26:13,513 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:26:13,513 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:26:13,513 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:26:13,513 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:26:13,513 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:26:13,513 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-10-04 16:26:13,513 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-04T16:26:10.479Z", "updated_at": "2018-10-04T16:26:10.479Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-10-04 16:26:13,513 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:26:13,514 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:26:10 GMT 2018-10-04 16:26:13,514 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:26:13,514 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-10-04 16:26:13,514 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:26:13,514 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-10-04 16:26:13,514 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-10-04 16:26:13,514 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-10-04 16:26:13,515 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 16:26:13,516 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 16:26:13,516 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 16:26:13,520 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 16:26:13,618 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 16:26:13,619 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 16:26:13,630 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 16:26:13,634 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 16:26:13,634 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 16:26:13,637 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 16:26:58,455 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 16:26:58,455 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirror.fileplanet.com * extras: mirror.jaleco.com * updates: centos.eecs.wsu.edu 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.14.4.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.14.4.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:03 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.14.4.el7.x86_64 11/24 Installing : glibc-headers-2.17-222.el7.x86_64 12/24 Installing : glibc-devel-2.17-222.el7.x86_64 13/24 Installing : gcc-4.8.5-28.el7_5.1.x86_64 14/24 Installing : python-devel-2.7.5-69.el7_5.x86_64 15/24 Updating : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Cleanup : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Cleanup : python-2.7.5-48.el7.x86_64 18/24 Cleanup : python-libs-2.7.5-48.el7.x86_64 19/24 Cleanup : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 20/24 Cleanup : libgomp-4.8.5-11.el7.x86_64 21/24 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 22/24 Cleanup : glibc-2.17-157.el7_3.1.x86_64 23/24 Cleanup : libgcc-4.8.5-11.el7.x86_64 24/24 Verifying : glibc-devel-2.17-222.el7.x86_64 1/24 Verifying : glibc-headers-2.17-222.el7.x86_64 2/24 Verifying : 1:openssl-libs-1.0.2k-12.el7.x86_64 3/24 Verifying : libgomp-4.8.5-28.el7_5.1.x86_64 4/24 Verifying : gcc-4.8.5-28.el7_5.1.x86_64 5/24 Verifying : python-libs-2.7.5-69.el7_5.x86_64 6/24 Verifying : glibc-2.17-222.el7.x86_64 7/24 Verifying : libgcc-4.8.5-28.el7_5.1.x86_64 8/24 Verifying : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Verifying : python-2.7.5-69.el7_5.x86_64 10/24 Verifying : libmpc-1.0.1-3.el7.x86_64 11/24 Verifying : glibc-common-2.17-222.el7.x86_64 12/24 Verifying : kernel-headers-3.10.0-862.14.4.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.14.4.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-10-04 16:26:58,456 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 16:26:58,456 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - error: 2018-10-04 16:26:58,457 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/vyos-1.1.7.img 2018-10-04 16:27:01,763 - shade - DEBUG - Image file /home/opnfv/functest/images/vyos-1.1.7.img md5:5428081a21782d4eab3b67d8cc6bf508 sha256:55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0 2018-10-04 16:27:01,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 16:27:01,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:27:02,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-b380e32f-c130-46a5-aee9-5a7df598cd38 Date: Thu, 04 Oct 2018 16:27:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c/snap", "metadata": {}}], "file": "/v2/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c/file", "owner": "685ae48dd54b4a72a72a308101c01ece", "id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "size": 4373348352, "self": "/v2/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-04T16:23:21Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-04T16:22:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 16:27:02,051 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b380e32f-c130-46a5-aee9-5a7df598cd38 2018-10-04 16:27:02,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.287282943726s 2018-10-04 16:27:02,052 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b380e32f-c130-46a5-aee9-5a7df598cd38 2018-10-04 16:27:02,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 16:27:02,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" -d '{"owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_alt_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}' 2018-10-04 16:27:02,115 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/450d0b4a-2685-4044-a032-fa7c48d22ac8 X-Openstack-Request-Id: req-a482d553-6002-4a2f-a5f0-5ef47dbb24bd Date: Thu, 04 Oct 2018 16:27:02 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/450d0b4a-2685-4044-a032-fa7c48d22ac8/file", "owner": "685ae48dd54b4a72a72a308101c01ece", "id": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "size": null, "self": "/v2/images/450d0b4a-2685-4044-a032-fa7c48d22ac8", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2018-10-04T16:27:02Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "checksum": null, "created_at": "2018-10-04T16:27:02Z", "protected": false} 2018-10-04 16:27:02,116 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-a482d553-6002-4a2f-a5f0-5ef47dbb24bd 2018-10-04 16:27:02,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0614750385284s 2018-10-04 16:27:02,116 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-a482d553-6002-4a2f-a5f0-5ef47dbb24bd returning object 450d0b4a-2685-4044-a032-fa7c48d22ac8 2018-10-04 16:27:02,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 16:27:02,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/450d0b4a-2685-4044-a032-fa7c48d22ac8/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" -d '' 2018-10-04 16:27:10,905 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-83de22fd-6193-4906-9174-632c57efbca4 Date: Thu, 04 Oct 2018 16:27:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 16:27:10,905 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/450d0b4a-2685-4044-a032-fa7c48d22ac8/file used request id req-83de22fd-6193-4906-9174-632c57efbca4 2018-10-04 16:27:10,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 8.78804898262s 2018-10-04 16:27:10,906 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/450d0b4a-2685-4044-a032-fa7c48d22ac8/file used request id req-83de22fd-6193-4906-9174-632c57efbca4 2018-10-04 16:27:10,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 16:27:10,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:27:11,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2356 Content-Type: application/json X-Openstack-Request-Id: req-1633074f-b053-43e6-8922-4e94692b76c1 Date: Thu, 04 Oct 2018 16:27:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/450d0b4a-2685-4044-a032-fa7c48d22ac8/snap", "metadata": {}}], "file": "/v2/images/450d0b4a-2685-4044-a032-fa7c48d22ac8/file", "owner": "685ae48dd54b4a72a72a308101c01ece", "id": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "size": 426967040, "self": "/v2/images/450d0b4a-2685-4044-a032-fa7c48d22ac8", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/450d0b4a-2685-4044-a032-fa7c48d22ac8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2018-10-04T16:27:10Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "checksum": "5428081a21782d4eab3b67d8cc6bf508", "created_at": "2018-10-04T16:27:02Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c/snap", "metadata": {}}], "file": "/v2/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c/file", "owner": "685ae48dd54b4a72a72a308101c01ece", "id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "size": 4373348352, "self": "/v2/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-04T16:23:21Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-04T16:22:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 16:27:11,093 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-1633074f-b053-43e6-8922-4e94692b76c1 2018-10-04 16:27:11,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.186216115952s 2018-10-04 16:27:11,093 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-1633074f-b053-43e6-8922-4e94692b76c1 2018-10-04 16:27:11,097 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/450d0b4a-2685-4044-a032-fa7c48d22ac8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/450d0b4a-2685-4044-a032-fa7c48d22ac8/file', 'owner': u'685ae48dd54b4a72a72a308101c01ece', 'id': u'450d0b4a-2685-4044-a032-fa7c48d22ac8', 'size': 426967040, u'self': u'/v2/images/450d0b4a-2685-4044-a032-fa7c48d22ac8', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'685ae48dd54b4a72a72a308101c01ece', 'name': 'vyos_vrouter-project_fb486d0c-bc77-4c83-9da4-af97c2f9de85', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/450d0b4a-2685-4044-a032-fa7c48d22ac8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T16:27:10Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-04T16:27:10Z', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_fb486d0c-bc77-4c83-9da4-af97c2f9de85', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', 'properties': {u'self': u'/v2/images/450d0b4a-2685-4044-a032-fa7c48d22ac8', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_fb486d0c-bc77-4c83-9da4-af97c2f9de85', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_alt_fb486d0c-bc77-4c83-9da4-af97c2f9de85', 'created': u'2018-10-04T16:27:02Z', 'checksum': u'5428081a21782d4eab3b67d8cc6bf508', 'created_at': u'2018-10-04T16:27:02Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/450d0b4a-2685-4044-a032-fa7c48d22ac8', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_fb486d0c-bc77-4c83-9da4-af97c2f9de85', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}}) 2018-10-04 16:27:11,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 16:27:11,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vyos_vrouter-flavor_alt_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": null, "swap": 0}}' 2018-10-04 16:27:11,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:27: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-9aaff16e-f80d-4bd6-98a6-ae294ea9d25a x-compute-request-id: req-9aaff16e-f80d-4bd6-98a6-ae294ea9d25a Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 50, "id": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "name": "vyos_vrouter-flavor_alt_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 16:27:11,288 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9aaff16e-f80d-4bd6-98a6-ae294ea9d25a 2018-10-04 16:27:11,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.190977096558s 2018-10-04 16:27:11,289 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9aaff16e-f80d-4bd6-98a6-ae294ea9d25a returning object e3ece422-02a8-4c74-bf15-355c0e6ecd79 2018-10-04 16:27:11,290 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_alt_fb486d0c-bc77-4c83-9da4-af97c2f9de85', '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'ba8ec7ddbe634bf4b6238a0de4b4bf1a', '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'e3ece422-02a8-4c74-bf15-355c0e6ecd79', 'swap': 0}) 2018-10-04 16:27:11,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 16:27:11,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" -d '{"extra_specs": {}}' 2018-10-04 16:27:11,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:27: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-69075bc3-b6ca-480a-ba8c-c79c1ad5849e x-compute-request-id: req-69075bc3-b6ca-480a-ba8c-c79c1ad5849e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 16:27:11,315 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79/os-extra_specs used request id req-69075bc3-b6ca-480a-ba8c-c79c1ad5849e 2018-10-04 16:27:11,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0240578651428s 2018-10-04 16:27:11,315 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79/os-extra_specs used request id req-69075bc3-b6ca-480a-ba8c-c79c1ad5849e 2018-10-04 16:27:11,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-10-04 16:27:11,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:27:11,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:27:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f5af611-7791-43a1-9659-c1b7b1f878ae Content-Encoding: gzip Content-Length: 914 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service", "links": {"self": "http://172.30.9.23:5000/v3/services/04e188ba2229474aa51ed4a1a73b6cd5"}, "enabled": true, "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.23:5000/v3/services/4e3803afdada4f0282185a634b143a23"}, "enabled": true, "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.23:5000/v3/services/59a496e74f5646c2b5779998d6d0a5d1"}, "enabled": true, "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.23:5000/v3/services/6799ea448fd44a60905fe958d7ff7d5e"}, "enabled": true, "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.23:5000/v3/services/69cc2ae313bc4671a31fb0854d87a62d"}, "enabled": true, "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.23:5000/v3/services/75c2dea3c09f481399e886a7e93027be"}, "enabled": true, "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.23:5000/v3/services/7a2d74f7f0174dcf99cd1da524a3bbc1"}, "enabled": true, "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.23:5000/v3/services/831919cec7ea4416b7fa39382f0ec450"}, "enabled": true, "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.23:5000/v3/services/84ae7dae1d654752877fbe60ba983133"}, "enabled": true, "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.23:5000/v3/services/9de42e89ee8e4c449ba5b8634a6e537e"}, "enabled": true, "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.23:5000/v3/services/a0c2c94d7c45424f82a58f35c13a3742"}, "enabled": true, "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.23:5000/v3/services/a65f488c5b7447b6a889d205aeb6c730"}, "enabled": true, "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.23:5000/v3/services/d1afd93368da4d198e72f0a9e2085d9d"}, "enabled": true, "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.23:5000/v3/services/d3cc946255ef4134a374819222caad3a"}, "enabled": true, "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.23:5000/v3/services/ddfe2244009046f482db99d896509678"}, "enabled": true, "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.23:5000/v3/services/e6742dd5a24741bca7b03f8d507f5e5f"}, "enabled": true, "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "links": {"self": "http://172.30.9.23:5000/v3/services", "previous": null, "next": null}} 2018-10-04 16:27:11,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/services used request id req-8f5af611-7791-43a1-9659-c1b7b1f878ae 2018-10-04 16:27:11,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.0813910961151s 2018-10-04 16:27:11,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-10-04 16:27:11,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:27:11,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:27:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0866e8bd-475f-4d51-a4b1-ae7fecb8bfdd Content-Encoding: gzip Content-Length: 2079 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/001fc72000684abd89e85472aececb68"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "04e188ba2229474aa51ed4a1a73b6cd5", "id": "001fc72000684abd89e85472aececb68"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0723dbd3b76b4b6cb96ad876e805f7fd"}, "url": "http://172.30.9.23:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "04e188ba2229474aa51ed4a1a73b6cd5", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0a449bafd7994011b47eaff90125f08d"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ddfe2244009046f482db99d896509678", "id": "0a449bafd7994011b47eaff90125f08d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0d2997dbe5794115b5750ce2013c7dc8"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6799ea448fd44a60905fe958d7ff7d5e", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/105abc6cfcb245efb903db9d49e1b135"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6799ea448fd44a60905fe958d7ff7d5e", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/16056f58dea9460bbda3dcfcf5afce6e"}, "url": "http://172.30.9.23:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a65f488c5b7447b6a889d205aeb6c730", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1972cf4413fe4e1ca739d0199d78cd93"}, "url": "http://192.30.9.4:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a65f488c5b7447b6a889d205aeb6c730", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1f6a38317d8f4c15b43e6bc7cc5c403e"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "69cc2ae313bc4671a31fb0854d87a62d", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/211feb082ac946dcb3cae65fe0296c71"}, "url": "http://172.30.9.23:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "831919cec7ea4416b7fa39382f0ec450", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/264e43c836004a45894768d57fd55001"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4e3803afdada4f0282185a634b143a23", "id": "264e43c836004a45894768d57fd55001"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/2658a04fdd7a49c3b9c2a6661e19e573"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "84ae7dae1d654752877fbe60ba983133", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/359c5cae1c314ef8a1365f40d4b73284"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "69cc2ae313bc4671a31fb0854d87a62d", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3e9477c07f4e4a19892a354c98485a3b"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "59a496e74f5646c2b5779998d6d0a5d1", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/403ff41117b84261a6dcc17a0763b84c"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a0c2c94d7c45424f82a58f35c13a3742", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/406dd436ef7f4288a6cce1d81ef0695c"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "59a496e74f5646c2b5779998d6d0a5d1", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/42972a4677c3497fa50c5c922e156a4a"}, "url": "http://172.30.9.23:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "75c2dea3c09f481399e886a7e93027be", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4c461f9f5ba44715a2fac15f8ffe71e7"}, "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "84ae7dae1d654752877fbe60ba983133", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/57b32a72d92048afb029fa634b81b3e6"}, "url": "http://192.30.9.4:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d3cc946255ef4134a374819222caad3a", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/5c7a2d63ba764613aa2c5ac75a71ec8b"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4e3803afdada4f0282185a634b143a23", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/64d0ff524d7c4819b33e8e72dc184364"}, "url": "http://172.30.9.23:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6567ab84e18840cd8cc82ee9a6608b8f"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "831919cec7ea4416b7fa39382f0ec450", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/66173ae566e94b23ba2ea8a40b3f6dbc"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d1afd93368da4d198e72f0a9e2085d9d", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6f2f5c4bb13f43898e35c4578cad6695"}, "url": "http://192.30.9.4:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e6742dd5a24741bca7b03f8d507f5e5f", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7172454a63e24ef783590811f101e5af"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "75c2dea3c09f481399e886a7e93027be", "id": "7172454a63e24ef783590811f101e5af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/780298bc756749e7ae3f22d3460c054c"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "04e188ba2229474aa51ed4a1a73b6cd5", "id": "780298bc756749e7ae3f22d3460c054c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7ad5c197ae2e4ce3b99733df06049172"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "75c2dea3c09f481399e886a7e93027be", "id": "7ad5c197ae2e4ce3b99733df06049172"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/846a7e28158c4c9fbd1aeb359221060e"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "84ae7dae1d654752877fbe60ba983133", "id": "846a7e28158c4c9fbd1aeb359221060e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/863290b0ea17410680ce602b93f2be98"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "id": "863290b0ea17410680ce602b93f2be98"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/88b3fe8f3eb94bba85c06a8fddaa3ad1"}, "url": "http://192.30.9.4:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a65f488c5b7447b6a889d205aeb6c730", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/89e274a519e64342952ea2def3ec04e4"}, "url": "http://172.30.9.23:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4e3803afdada4f0282185a634b143a23", "id": "89e274a519e64342952ea2def3ec04e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9fc0f9beca7a4df6adf846d66a2e7844"}, "url": "http://172.30.9.23:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d1afd93368da4d198e72f0a9e2085d9d", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ad0a0bbc1f284dfbb504e862a14d58ef"}, "url": "http://172.30.9.23:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ddfe2244009046f482db99d896509678", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b8b3083494274d548850a5a206e598ad"}, "url": "http://172.30.9.23:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d3cc946255ef4134a374819222caad3a", "id": "b8b3083494274d548850a5a206e598ad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c224269941564b199c794a642d9ade07"}, "url": "http://192.30.9.4:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d3cc946255ef4134a374819222caad3a", "id": "c224269941564b199c794a642d9ade07"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/cd63fa09dd5b4541835faf6d89e20155"}, "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "69cc2ae313bc4671a31fb0854d87a62d", "id": "cd63fa09dd5b4541835faf6d89e20155"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/da4b3cefe0d748ea90606f7019c67ebf"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a0c2c94d7c45424f82a58f35c13a3742", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/de4f6c0e647948f4b8adae23bbff15ec"}, "url": "http://172.30.9.23:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a0c2c94d7c45424f82a58f35c13a3742", "id": "de4f6c0e647948f4b8adae23bbff15ec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e1b26292ef454294b5084cbe308f6145"}, "url": "http://192.30.9.4:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e6742dd5a24741bca7b03f8d507f5e5f", "id": "e1b26292ef454294b5084cbe308f6145"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e24deeb7ef164a149fa80b8b2f3563d4"}, "url": "http://172.30.9.23:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6799ea448fd44a60905fe958d7ff7d5e", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e302e41fccbb4896b8e8795e4403061e"}, "url": "http://172.30.9.23:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e6742dd5a24741bca7b03f8d507f5e5f", "id": "e302e41fccbb4896b8e8795e4403061e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e607b1421858461fa643bfcc09e6f204"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "id": "e607b1421858461fa643bfcc09e6f204"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e828053c824144cb9c4593852e34c9d9"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d1afd93368da4d198e72f0a9e2085d9d", "id": "e828053c824144cb9c4593852e34c9d9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ef107e0d2d26496a9b9ca2639ae0097b"}, "url": "http://172.30.9.23:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "59a496e74f5646c2b5779998d6d0a5d1", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ef86335f0be14f19a5a2fa7e14a411f9"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "831919cec7ea4416b7fa39382f0ec450", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/fca46b2c4aac4cce9ca6b4cd041b2cba"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ddfe2244009046f482db99d896509678", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "links": {"self": "http://172.30.9.23:5000/v3/endpoints", "previous": null, "next": null}} 2018-10-04 16:27:11,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-0866e8bd-475f-4d51-a4b1-ae7fecb8bfdd 2018-10-04 16:27:11,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0832858085632s 2018-10-04 16:27:11,493 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-10-04 16:27:11,533 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/blueprints/vrouter-opnfv; body: bytes data 2018-10-04 16:27:13,312 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:27:13,312 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:27:13,312 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:27:13,313 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:27:13,313 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:27:13,313 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:27:13,313 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:27:13,313 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-10-04 16:27:13,313 - 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-10-04T16:27:13.254Z", "updated_at": "2018-10-04T16:27:13.254Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"keypair_name": {"default": "vnf_test_keypair", "type": "string"}, "management_plane_network_name": {"default": "management_plane_network", "type": "string"}, "external_network_name": {"type": "string"}, "keystone_user_domain_name": {"type": "string"}, "data_plane_network_name": {"default": "data_plane_network", "type": "string"}, "target_vnf_name": {"default": "target_vnf", "type": "string"}, "reference_vnf_flavor_id": {"type": "string"}, "target_vnf_flavor_id": {"type": "string"}, "reference_vnf_name": {"default": "reference_vnf", "type": "string"}, "target_vnf_data_plane_port_name": {"default": "target_vnf_data_plane_port", "type": "string"}, "reference_vnf_data_plane_port_name": {"default": "reference_vnf_data_plane_port", "type": "string"}, "keystone_username": {"type": "string"}, "security_group_name": {"default": "vnf_test_security_group", "type": "string"}, "reference_vnf_image_id": {"type": "string"}, "keystone_password": {"type": "string"}, "target_vnf_port_name": {"default": "target_vnf_port", "type": "string"}, "keystone_tenant_name": {"type": "string"}, "keystone_project_domain_name": {"type": "string"}, "region": {"type": "string"}, "reference_vnf_port_name": {"default": "reference_vnf_port", "type": "string"}, "target_vnf_image_id": {"type": "string"}, "management_plane_subnet_name": {"default": "management_plane_subnet", "type": "string"}, "ssh_key_filename": {"default": "~/.ssh/vnf_test_keypair.pem", "type": "string"}, "router_name": {"default": "vnf_test_router", "type": "string"}, "keystone_url": {"type": "string"}, "data_plane_subnet_name": {"default": "data_plane_subnet", "type": "string"}}, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": {"get_property": ["reference_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": {"get_property": ["target_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": {"get_property": ["management_plane_network", "resource_id"]}}, "data_plane_network": {"network_name": {"get_property": ["data_plane_network", "resource_id"]}}}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "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": {"use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "management_plane_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "target_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "target_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_name"}, "ip": "", "image": {"get_input": "target_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "target_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "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": [{"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"}, "resource_id": {"get_input": "management_plane_subnet_name"}, "use_external_resource": false, "create_if_missing": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.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}, "resource_id": {"get_input": "data_plane_subnet_name"}, "use_external_resource": false, "create_if_missing": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [], "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": [], "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": {"use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "data_plane_network_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": {"description": "", "resource_id": {"get_input": "security_group_name"}, "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"port_range_min": 0, "port_range_max": 0, "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "udp", "remote_ip_prefix": "0.0.0.0/0"}], "create_if_missing": false, "security_group": {"description": "Security group for vnf test"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "external_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.connected_to", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "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": {"use_external_resource": true, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "external_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "reference_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "reference_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_name"}, "ip": "", "image": {"get_input": "reference_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "reference_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"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": ""}}], "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-10-04 16:27:13,315 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:27:13,315 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:27:13 GMT 2018-10-04 16:27:13,315 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:27:13,315 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-10-04 16:27:13,315 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:27:13,329 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-10-04 16:27:13,329 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/deployments/vrouter-opnfv; body: {"inputs": {"keystone_url": "http://172.30.9.23:5000", "keystone_tenant_name": "vyos_vrouter-project_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "keystone_project_domain_name": "Default", "region": "regionOne", "external_network_name": "external", "keystone_username": "vyos_vrouter-user_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "keystone_user_domain_name": "Default", "reference_vnf_image_id": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "keystone_password": "885044c6-ccbd-4d6b-ba2a-eea55073a16f", "reference_vnf_flavor_id": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "target_vnf_flavor_id": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "target_vnf_image_id": "450d0b4a-2685-4044-a032-fa7c48d22ac8"}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "vrouter-opnfv"} 2018-10-04 16:27:14,335 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:27:14,335 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:27:14,335 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:27:14,335 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:27:14,335 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:27:14,336 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:27:14,336 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:27:14,336 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 774 2018-10-04 16:27:14,336 - 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": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "target_vnf_flavor_id": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "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_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "keystone_password": "885044c6-ccbd-4d6b-ba2a-eea55073a16f", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.23: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": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "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": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-10-04T16:27:13.520Z", "updated_at": "2018-10-04T16:27:13.520Z", "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": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {}, "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-10-04 16:27:14,336 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:27:14,336 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:27:14 GMT 2018-10-04 16:27:14,336 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:27:14,336 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-10-04 16:27:14,336 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:27:14,337 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions 2018-10-04 16:27:14,401 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:27:14,401 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:27:14,401 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:27:14,402 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:27:14,402 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:27:14,402 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:27:14,402 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:27:14,402 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:27:14.239Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "155df5d5-3273-42f3-a551-3666e865c87a"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-10-04 16:27:14,402 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:27:14,402 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:27:14 GMT 2018-10-04 16:27:14,402 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:27:14,402 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6010 2018-10-04 16:27:14,403 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:27:14,403 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:27:14,472 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:27:14,472 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:27:14,473 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:27:14,473 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:27:14,473 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:27:14,473 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:27:14,473 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:27:14,473 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-10-04 16:27:14,473 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:27:14,473 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:27:14 GMT 2018-10-04 16:27:14,473 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:27:14,473 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-10-04 16:27:14,474 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:27:14,474 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/155df5d5-3273-42f3-a551-3666e865c87a 2018-10-04 16:27:14,565 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:27:14,565 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:27:14,565 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:27:14,566 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:27:14,566 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:27:14,566 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:27:14,566 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:27:14,566 - 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": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:27:14.239Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "155df5d5-3273-42f3-a551-3666e865c87a"} 2018-10-04 16:27:14,566 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:27:14,566 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:27:14 GMT 2018-10-04 16:27:14,566 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:27:14,566 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-10-04 16:27:14,567 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:27:19,572 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:27:19,943 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:27:19,944 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:27:19,944 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:27:19,944 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:27:19,944 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:27:19,944 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:27:19,944 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:27:19,944 - 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-10-04T16:27:15.318Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:15.318Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "155df5d5-3273-42f3-a551-3666e865c87a"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:15.716Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:15.716Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "155df5d5-3273-42f3-a551-3666e865c87a", "logger": "9ab4f9ec-10f9-46ed-849c-530e6a3a2a01"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:16.438Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:16.438Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "155df5d5-3273-42f3-a551-3666e865c87a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:16.438Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:16.438Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "155df5d5-3273-42f3-a551-3666e865c87a"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:16.438Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:16.438Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "155df5d5-3273-42f3-a551-3666e865c87a"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:16.495Z", "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-10-04T16:27:16.495Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "155df5d5-3273-42f3-a551-3666e865c87a", "logger": "9ab4f9ec-10f9-46ed-849c-530e6a3a2a01"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:16.495Z", "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-10-04T16:27:16.495Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "155df5d5-3273-42f3-a551-3666e865c87a", "logger": "9ab4f9ec-10f9-46ed-849c-530e6a3a2a01"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:16.495Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:16.495Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "155df5d5-3273-42f3-a551-3666e865c87a", "logger": "9ab4f9ec-10f9-46ed-849c-530e6a3a2a01"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:16.495Z", "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-10-04T16:27:16.495Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "155df5d5-3273-42f3-a551-3666e865c87a", "logger": "9ab4f9ec-10f9-46ed-849c-530e6a3a2a01"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:17.854Z", "message": "Installing from directory: /tmp/tmpoRWG4G [args=--prefix=\"/tmp/openstack-IdLlD7\" --constraint=\"/tmp/openstack-IdLlD7/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:17.854Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "155df5d5-3273-42f3-a551-3666e865c87a", "logger": "9ab4f9ec-10f9-46ed-849c-530e6a3a2a01"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:17.854Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpoRWG4G --prefix=\"/tmp/openstack-IdLlD7\" --constraint=\"/tmp/openstack-IdLlD7/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:17.854Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "155df5d5-3273-42f3-a551-3666e865c87a", "logger": "9ab4f9ec-10f9-46ed-849c-530e6a3a2a01"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-10-04 16:27:19,944 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:27:19,945 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:27:19 GMT 2018-10-04 16:27:19,945 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:27:19,945 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5806 2018-10-04 16:27:19,945 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:27:19,945 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-10-04 16:27:19,945 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin: openstack 2018-10-04 16:27:19,946 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing deployment plugins 2018-10-04 16:27:19,946 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-04 16:27:19,946 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-04 16:27:19,946 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2018-10-04 16:27:19,946 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2018-10-04 16:27:19,947 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin from source 2018-10-04 16:27:19,947 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-10-04 16:27:19,947 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing from directory: /tmp/tmpoRWG4G [args=--prefix="/tmp/openstack-IdLlD7" --constraint="/tmp/openstack-IdLlD7/constraint.txt", package_name=cloudify-openstack-plugin] 2018-10-04 16:27:19,947 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpoRWG4G --prefix="/tmp/openstack-IdLlD7" --constraint="/tmp/openstack-IdLlD7/constraint.txt" 2018-10-04 16:27:19,947 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/155df5d5-3273-42f3-a551-3666e865c87a 2018-10-04 16:27:20,013 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:27:20,013 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:27:20,013 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:27:20,013 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:27:20,013 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:27:20,013 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:27:20,013 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:27:20,014 - 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": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:27:14.239Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "155df5d5-3273-42f3-a551-3666e865c87a"} 2018-10-04 16:27:20,014 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:27:20,014 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:27:20 GMT 2018-10-04 16:27:20,014 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:27:20,014 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-10-04 16:27:20,014 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:27:25,020 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:27:25,109 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:27:25,109 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:27:25,109 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:27:25,109 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:27:25,109 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:27:25,110 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:27:25,110 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:27:25,110 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-04 16:27:25,110 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:27:25,110 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:27:25 GMT 2018-10-04 16:27:25,110 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:27:25,110 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-04 16:27:25,110 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:27:25,110 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/155df5d5-3273-42f3-a551-3666e865c87a 2018-10-04 16:27:25,177 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:27:25,177 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:27:25,177 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:27:25,177 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:27:25,177 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:27:25,177 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:27:25,177 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:27:25,178 - 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": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:27:14.239Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "155df5d5-3273-42f3-a551-3666e865c87a"} 2018-10-04 16:27:25,178 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:27:25,178 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:27:25 GMT 2018-10-04 16:27:25,178 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:27:25,178 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-10-04 16:27:25,178 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:27:30,182 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:27:30,327 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:27:30,327 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:27:30,327 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:27:30,327 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:27:30,327 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:27:30,327 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:27:30,327 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:27:30,327 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-04 16:27:30,328 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:27:30,328 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:27:30 GMT 2018-10-04 16:27:30,328 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:27:30,328 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-04 16:27:30,328 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:27:30,328 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/155df5d5-3273-42f3-a551-3666e865c87a 2018-10-04 16:27:30,393 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:27:30,393 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:27:30,394 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:27:30,394 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:27:30,394 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:27:30,394 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:27:30,394 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:27:30,394 - 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": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:27:14.239Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "155df5d5-3273-42f3-a551-3666e865c87a"} 2018-10-04 16:27:30,394 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:27:30,394 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:27:30 GMT 2018-10-04 16:27:30,394 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:27:30,394 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-10-04 16:27:30,394 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:27:35,400 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:27:35,468 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:27:35,468 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:27:35,469 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:27:35,469 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:27:35,469 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:27:35,469 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:27:35,469 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:27:35,469 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-04 16:27:35,469 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:27:35,469 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:27:35 GMT 2018-10-04 16:27:35,469 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:27:35,470 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-04 16:27:35,470 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:27:35,470 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/155df5d5-3273-42f3-a551-3666e865c87a 2018-10-04 16:27:35,531 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:27:35,532 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:27:35,532 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:27:35,532 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:27:35,532 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:27:35,532 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:27:35,532 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:27:35,532 - 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": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:27:14.239Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "155df5d5-3273-42f3-a551-3666e865c87a"} 2018-10-04 16:27:35,533 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:27:35,533 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:27:35 GMT 2018-10-04 16:27:35,533 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:27:35,533 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-10-04 16:27:35,533 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:27:40,539 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:27:40,609 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:27:40,609 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:27:40,610 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:27:40,610 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:27:40,610 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:27:40,610 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:27:40,610 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:27:40,610 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-04 16:27:40,610 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:27:40,610 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:27:40 GMT 2018-10-04 16:27:40,610 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:27:40,611 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-04 16:27:40,611 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:27:40,611 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/155df5d5-3273-42f3-a551-3666e865c87a 2018-10-04 16:27:40,677 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:27:40,677 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:27:40,677 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:27:40,677 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:27:40,677 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:27:40,677 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:27:40,678 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:27:40,678 - 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": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:27:14.239Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "155df5d5-3273-42f3-a551-3666e865c87a"} 2018-10-04 16:27:40,678 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:27:40,678 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:27:40 GMT 2018-10-04 16:27:40,678 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:27:40,678 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-10-04 16:27:40,678 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:27:45,682 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:27:45,749 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:27:45,749 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:27:45,750 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:27:45,750 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:27:45,750 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:27:45,750 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:27:45,750 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:27:45,750 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-04 16:27:45,750 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:27:45,750 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:27:45 GMT 2018-10-04 16:27:45,750 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:27:45,750 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-04 16:27:45,751 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:27:45,751 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/155df5d5-3273-42f3-a551-3666e865c87a 2018-10-04 16:27:45,813 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:27:45,813 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:27:45,814 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:27:45,814 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:27:45,814 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:27:45,814 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:27:45,814 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:27:45,814 - 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": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:27:14.239Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "155df5d5-3273-42f3-a551-3666e865c87a"} 2018-10-04 16:27:45,814 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:27:45,814 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:27:45 GMT 2018-10-04 16:27:45,814 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:27:45,815 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-10-04 16:27:45,815 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:27:50,816 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:27:50,900 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:27:50,900 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:27:50,900 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:27:50,900 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:27:50,900 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:27:50,900 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:27:50,901 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:27:50,901 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:46.165Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:46.165Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "155df5d5-3273-42f3-a551-3666e865c87a", "logger": "9ab4f9ec-10f9-46ed-849c-530e6a3a2a01"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:46.887Z", "message": "Removing directory: /tmp/tmpoRWG4G", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:46.887Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "155df5d5-3273-42f3-a551-3666e865c87a", "logger": "9ab4f9ec-10f9-46ed-849c-530e6a3a2a01"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:47.045Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:47.045Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "155df5d5-3273-42f3-a551-3666e865c87a"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:47.816Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:47.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "155df5d5-3273-42f3-a551-3666e865c87a"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:47.816Z", "message": "Skipping starting deployment policy engine core - no policies defined", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:47.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "155df5d5-3273-42f3-a551-3666e865c87a"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:47.816Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:47.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "155df5d5-3273-42f3-a551-3666e865c87a"}], "metadata": {"pagination": {"total": 17, "offset": 11, "size": 50}}} 2018-10-04 16:27:50,901 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:27:50,901 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:27:50 GMT 2018-10-04 16:27:50,901 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:27:50,901 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2991 2018-10-04 16:27:50,901 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:27:50,902 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-10-04 16:27:50,902 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Removing directory: /tmp/tmpoRWG4G 2018-10-04 16:27:50,902 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-04 16:27:50,902 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating deployment work directory 2018-10-04 16:27:50,902 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-10-04 16:27:50,902 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-10-04 16:27:50,903 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/155df5d5-3273-42f3-a551-3666e865c87a 2018-10-04 16:27:50,957 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:27:50,957 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:27:50,957 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:27:50,957 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:27:50,957 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:27:50,957 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:27:50,957 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:27:50,957 - 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": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:27:14.239Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "155df5d5-3273-42f3-a551-3666e865c87a"} 2018-10-04 16:27:50,958 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:27:50,958 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:27:50 GMT 2018-10-04 16:27:50,958 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:27:50,958 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5934 2018-10-04 16:27:50,958 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:27:50,958 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Start the VNF Instance deployment 2018-10-04 16:27:50,959 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.202:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-10-04 16:27:51,135 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:27:51,135 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:27:51,135 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:27:51,135 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:27:51,135 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:27:51,135 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:27:51,135 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:27:51,136 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 134 2018-10-04 16:27:51,136 - 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-10-04T16:27:51.032Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"} 2018-10-04 16:27:51,136 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:27:51,136 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:27:51 GMT 2018-10-04 16:27:51,136 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:27:51,136 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-04 16:27:51,136 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:27:51,136 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:27:51,201 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:27:51,201 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:27:51,201 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:27:51,202 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:27:51,202 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:27:51,202 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:27:51,202 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:27:51,202 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-10-04 16:27:51,202 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:27:51,202 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:27:51 GMT 2018-10-04 16:27:51,202 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:27:51,202 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-10-04 16:27:51,202 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:27:51,203 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3cf80aea-d4c3-494b-856b-951fc47ed83e 2018-10-04 16:27:51,261 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:27:51,262 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:27:51,262 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:27:51,262 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:27:51,262 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:27:51,262 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:27:51,262 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:27:51,262 - 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-10-04T16:27:51.032Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"} 2018-10-04 16:27:51,262 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:27:51,262 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:27:51 GMT 2018-10-04 16:27:51,263 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:27:51,263 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-04 16:27:51,263 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:27:56,265 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:27:56,570 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:27:56,570 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:27:56,570 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:27:56,570 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:27:56,570 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:27:56,570 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:27:56,571 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:27:56,571 - 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-10-04T16:27:51.705Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:51.705Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "external_network_kpzaew", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:52.741Z", "message": "Creating node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:52.741Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "external_network_kpzaew", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:52.741Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:52.741Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "keypair_cag7vz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:52.840Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:52.840Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "external_network_kpzaew", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:52.840Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:52.840Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_ip_5jvg1i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:54.011Z", "message": "Creating node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:54.011Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "keypair_cag7vz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:54.011Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:54.011Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "management_plane_network_lxgsue", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:54.011Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:54.011Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_ip_sq8b4h", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:54.011Z", "message": "Creating node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:54.011Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "keypair_cag7vz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:54.011Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:54.011Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "security_group_whqyez", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:54.011Z", "message": "Creating node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:54.011Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "management_plane_network_lxgsue", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:54.011Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:54.011Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_ip_sq8b4h", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:54.011Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:54.011Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "data_plane_network_eox0z3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:54.011Z", "message": "Creating node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:54.011Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_ip_sq8b4h", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:54.011Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:54.011Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "management_plane_network_lxgsue", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:54.011Z", "message": "Creating node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:54.011Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_ip_5jvg1i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:54.011Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:54.011Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "data_plane_network_eox0z3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:54.011Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:54.011Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_ip_5jvg1i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:54.011Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:54.011Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "external_network_kpzaew", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:54.641Z", "message": "Using external resource network: external", "level": "info", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:54.641Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "fbd64e93-5087-4593-8a1a-6d10569a2d3d"}, {"node_instance_id": "security_group_whqyez", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:55.041Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:55.041Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "data_plane_network_eox0z3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:55.041Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:55.041Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "external_network_kpzaew", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:55.041Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:55.041Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "security_group_whqyez", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:55.772Z", "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-10-04T16:27:55.772Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "c18a9dcd-f599-450a-b34b-343371609d81"}, {"node_instance_id": "security_group_whqyez", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:56.009Z", "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-10-04T16:27:56.009Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "c18a9dcd-f599-450a-b34b-343371609d81"}, {"node_instance_id": "security_group_whqyez", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:56.009Z", "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-10-04T16:27:56.009Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "c18a9dcd-f599-450a-b34b-343371609d81"}, {"node_instance_id": "security_group_whqyez", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:56.009Z", "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-10-04T16:27:56.009Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "c18a9dcd-f599-450a-b34b-343371609d81"}, {"node_instance_id": "security_group_whqyez", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:56.009Z", "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-10-04T16:27:56.009Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "c18a9dcd-f599-450a-b34b-343371609d81"}, {"node_instance_id": "security_group_whqyez", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:56.009Z", "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-10-04T16:27:56.009Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "c18a9dcd-f599-450a-b34b-343371609d81"}, {"node_instance_id": "security_group_whqyez", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:56.009Z", "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-10-04T16:27:56.009Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "c18a9dcd-f599-450a-b34b-343371609d81"}, {"node_instance_id": "security_group_whqyez", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:56.009Z", "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-10-04T16:27:56.009Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "c18a9dcd-f599-450a-b34b-343371609d81"}, {"node_instance_id": "keypair_cag7vz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:56.062Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:56.062Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "external_network_kpzaew", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:56.062Z", "message": "Configuring node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:56.062Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "security_group_whqyez", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:56.062Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:56.062Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "keypair_cag7vz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:56.062Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:56.062Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "management_plane_network_lxgsue", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:56.062Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:56.062Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}], "metadata": {"pagination": {"total": 36, "offset": 0, "size": 50}}} 2018-10-04 16:27:56,571 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:27:56,571 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:27:56 GMT 2018-10-04 16:27:56,571 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:27:56,571 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 19223 2018-10-04 16:27:56,571 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:27:56,572 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'install' workflow execution 2018-10-04 16:27:56,572 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-04 16:27:56,572 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-10-04 16:27:56,572 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-04 16:27:56,573 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-10-04 16:27:56,573 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-04 16:27:56,573 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' 2018-10-04 16:27:56,573 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-10-04 16:27:56,573 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-04 16:27:56,573 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-10-04 16:27:56,573 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-04 16:27:56,574 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-10-04 16:27:56,574 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-10-04 16:27:56,574 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-04 16:27:56,574 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-10-04 16:27:56,574 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-04 16:27:56,574 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-10-04 16:27:56,574 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-10-04 16:27:56,574 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-10-04 16:27:56,575 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Using external resource network: external 2018-10-04 16:27:56,575 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-04 16:27:56,575 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-10-04 16:27:56,575 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-10-04 16:27:56,575 - 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-10-04 16:27:56,575 - 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-10-04 16:27:56,575 - 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-10-04 16:27:56,576 - 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-10-04 16:27:56,576 - 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-10-04 16:27:56,576 - 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-10-04 16:27:56,576 - 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-10-04 16:27:56,576 - 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-10-04 16:27:56,576 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-04 16:27:56,576 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-04 16:27:56,577 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-04 16:27:56,577 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-10-04 16:27:56,577 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-10-04 16:27:56,577 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3cf80aea-d4c3-494b-856b-951fc47ed83e 2018-10-04 16:27:56,654 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:27:56,654 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:27:56,654 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:27:56,654 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:27:56,654 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:27:56,655 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:27:56,655 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:27:56,655 - 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-10-04T16:27:51.032Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"} 2018-10-04 16:27:56,655 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:27:56,655 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:27:56 GMT 2018-10-04 16:27:56,655 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:27:56,655 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-04 16:27:56,655 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:27:59,428 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 16:28:01,658 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:28:01,750 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:28:01,750 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:28:01,751 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:28:01,751 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:28:01,751 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:28:01,751 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:28:01,751 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:28:01,751 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_ip_5jvg1i", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:57.023Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'685ae48dd54b4a72a72a308101c01ece', u'created_at': u'2018-10-04T16:27:56Z', u'updated_at': u'2018-10-04T16:27:56Z', u'floating_network_id': u'18028772-bdec-4175-9daf-5ee7ae542a2e', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.208', u'revision_number': 0, u'project_id': u'685ae48dd54b4a72a72a308101c01ece', u'port_id': None, u'id': u'50886de7-8fab-4d7e-95bd-9080f125ffd6'}", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:57.023Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "de9a7568-7a63-49a1-bad0-69e1320bc171"}, {"node_instance_id": "reference_vnf_ip_sq8b4h", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:57.023Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'685ae48dd54b4a72a72a308101c01ece', u'created_at': u'2018-10-04T16:27:56Z', u'updated_at': u'2018-10-04T16:27:56Z', u'floating_network_id': u'18028772-bdec-4175-9daf-5ee7ae542a2e', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.201', u'revision_number': 0, u'project_id': u'685ae48dd54b4a72a72a308101c01ece', u'port_id': None, u'id': u'e9fad024-d42a-437f-aba9-356ae50f5e72'}", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:57.023Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "16e1a285-040c-45fe-9f48-b2b425758d33"}, {"node_instance_id": "management_plane_network_lxgsue", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:57.072Z", "message": "Configuring node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:57.072Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "external_network_kpzaew", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:57.072Z", "message": "Starting node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:57.072Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "keypair_cag7vz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:57.072Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:57.072Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "data_plane_network_eox0z3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:57.072Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:57.072Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_ip_5jvg1i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:58.399Z", "message": "Configuring node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:58.399Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "router_kwepbi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:58.399Z", "message": "Task started 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:58.399Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "router_kwepbi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:58.399Z", "message": "Creating node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:58.399Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_ip_sq8b4h", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:58.399Z", "message": "Configuring node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:58.399Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_ip_sq8b4h", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:58.399Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:58.399Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "router_kwepbi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:58.399Z", "message": "Sending task 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:58.399Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_ip_5jvg1i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:58.399Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:58.399Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "management_plane_network_lxgsue", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:58.399Z", "message": "Starting node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:58.399Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "data_plane_network_eox0z3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:58.399Z", "message": "Configuring node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:58.399Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_ip_5jvg1i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:59.445Z", "message": "Starting node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:59.445Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "data_plane_network_eox0z3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:59.445Z", "message": "Starting node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:59.445Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_ip_sq8b4h", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:27:59.445Z", "message": "Starting node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:27:59.445Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "data_plane_subnet_iughyj", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:00.467Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:00.467Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "data_plane_subnet_iughyj", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:00.467Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:00.467Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "data_plane_subnet_iughyj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:00.467Z", "message": "Creating node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:00.467Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}], "metadata": {"pagination": {"total": 57, "offset": 36, "size": 50}}} 2018-10-04 16:28:01,751 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:28:01,751 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:28:01 GMT 2018-10-04 16:28:01,752 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:28:01,752 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 11112 2018-10-04 16:28:01,752 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:28:01,752 - 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'685ae48dd54b4a72a72a308101c01ece', u'created_at': u'2018-10-04T16:27:56Z', u'updated_at': u'2018-10-04T16:27:56Z', u'floating_network_id': u'18028772-bdec-4175-9daf-5ee7ae542a2e', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.208', u'revision_number': 0, u'project_id': u'685ae48dd54b4a72a72a308101c01ece', u'port_id': None, u'id': u'50886de7-8fab-4d7e-95bd-9080f125ffd6'} 2018-10-04 16:28:01,753 - 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'685ae48dd54b4a72a72a308101c01ece', u'created_at': u'2018-10-04T16:27:56Z', u'updated_at': u'2018-10-04T16:27:56Z', u'floating_network_id': u'18028772-bdec-4175-9daf-5ee7ae542a2e', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.201', u'revision_number': 0, u'project_id': u'685ae48dd54b4a72a72a308101c01ece', u'port_id': None, u'id': u'e9fad024-d42a-437f-aba9-356ae50f5e72'} 2018-10-04 16:28:01,753 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-04 16:28:01,753 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-04 16:28:01,753 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-04 16:28:01,753 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-10-04 16:28:01,753 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-04 16:28:01,754 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.create' 2018-10-04 16:28:01,754 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-04 16:28:01,754 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-04 16:28:01,754 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-10-04 16:28:01,754 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.create' 2018-10-04 16:28:01,754 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-10-04 16:28:01,754 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-04 16:28:01,755 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-04 16:28:01,755 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-04 16:28:01,755 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-04 16:28:01,755 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-04 16:28:01,755 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-10-04 16:28:01,755 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-10-04 16:28:01,755 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-04 16:28:01,756 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3cf80aea-d4c3-494b-856b-951fc47ed83e 2018-10-04 16:28:01,825 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:28:01,826 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:28:01,826 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:28:01,826 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:28:01,826 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:28:01,826 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:28:01,826 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:28:01,826 - 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-10-04T16:27:51.032Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"} 2018-10-04 16:28:01,826 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:28:01,826 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:28:01 GMT 2018-10-04 16:28:01,827 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:28:01,827 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-04 16:28:01,827 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:28:06,832 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:28:06,910 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:28:06,911 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:28:06,911 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:28:06,911 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:28:06,911 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:28:06,911 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:28:06,911 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:28:06,911 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "security_group_whqyez", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:01.748Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:01.748Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "security_group_whqyez", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:01.748Z", "message": "Configuring node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:01.748Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "data_plane_subnet_iughyj", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:02.767Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:02.767Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "security_group_whqyez", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:02.767Z", "message": "Starting node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:02.767Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "data_plane_subnet_iughyj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:03.789Z", "message": "Configuring node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:03.789Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "data_plane_subnet_iughyj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:04.835Z", "message": "Starting node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:04.835Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "router_kwepbi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:05.852Z", "message": "Configuring node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:05.852Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_data_plane_port_wcbxf9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:05.852Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:05.852Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_data_plane_port_wcbxf9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:05.852Z", "message": "Creating node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:05.852Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_data_plane_port_tv13ky", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:05.852Z", "message": "Creating node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:05.852Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_data_plane_port_tv13ky", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:05.852Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:05.852Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "router_kwepbi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:05.852Z", "message": "Task succeeded 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:05.852Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_data_plane_port_wcbxf9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:05.852Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:05.852Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_data_plane_port_tv13ky", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:05.852Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:05.852Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "router_kwepbi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:06.887Z", "message": "Starting node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:06.887Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}], "metadata": {"pagination": {"total": 72, "offset": 57, "size": 50}}} 2018-10-04 16:28:06,911 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:28:06,912 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:28:06 GMT 2018-10-04 16:28:06,912 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:28:06,912 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7382 2018-10-04 16:28:06,912 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:28:06,912 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-04 16:28:06,913 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-04 16:28:06,913 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-10-04 16:28:06,913 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-04 16:28:06,913 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-04 16:28:06,913 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-04 16:28:06,913 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-04 16:28:06,914 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-10-04 16:28:06,914 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-04 16:28:06,914 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-04 16:28:06,914 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-10-04 16:28:06,914 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.create' 2018-10-04 16:28:06,914 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-10-04 16:28:06,915 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-10-04 16:28:06,915 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-04 16:28:06,915 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3cf80aea-d4c3-494b-856b-951fc47ed83e 2018-10-04 16:28:06,975 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:28:06,975 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:28:06,975 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:28:06,975 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:28:06,975 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:28:06,975 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:28:06,976 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:28:06,976 - 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-10-04T16:27:51.032Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"} 2018-10-04 16:28:06,976 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:28:06,976 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:28:06 GMT 2018-10-04 16:28:06,976 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:28:06,976 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-04 16:28:06,976 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:28:11,982 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:28:12,057 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:28:12,057 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:28:12,057 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:28:12,057 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:28:12,057 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:28:12,058 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:28:12,058 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:28:12,058 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "management_plane_subnet_9km1zp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:07.898Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:07.898Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_data_plane_port_tv13ky", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:07.898Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:07.898Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "management_plane_subnet_9km1zp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:07.898Z", "message": "Creating node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:07.898Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "management_plane_subnet_9km1zp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:07.898Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:07.898Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_data_plane_port_tv13ky", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:08.954Z", "message": "Configuring node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:08.954Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_data_plane_port_wcbxf9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:08.954Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:08.954Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_data_plane_port_wcbxf9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:08.954Z", "message": "Configuring node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:08.954Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "management_plane_subnet_9km1zp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:09.964Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:09.964Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_data_plane_port_tv13ky", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:09.964Z", "message": "Starting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:09.964Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_data_plane_port_wcbxf9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:09.964Z", "message": "Starting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:09.964Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:10.977Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:10.977Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:10.977Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:10.977Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "management_plane_subnet_9km1zp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:10.977Z", "message": "Configuring node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:10.977Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:11.392Z", "message": "connect_security_group(): source_id=c6cf14c5-4a40-45b0-80ba-5eb0b83f9ccb target={u'external_id': u'69d669a2-e0d1-469d-9512-9a694b9a37aa', 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-10-04T16:28:11.392Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "f9c70617-4a05-483a-bbc2-489c743c52a5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:12.023Z", "message": "Task started 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:12.023Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "management_plane_subnet_9km1zp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:12.023Z", "message": "Starting node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:12.023Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:12.023Z", "message": "Sending task 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:12.023Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}], "metadata": {"pagination": {"total": 91, "offset": 72, "size": 50}}} 2018-10-04 16:28:12,058 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:28:12,058 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:28:12 GMT 2018-10-04 16:28:12,058 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:28:12,058 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8768 2018-10-04 16:28:12,058 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:28:12,059 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-10-04 16:28:12,059 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-10-04 16:28:12,059 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-04 16:28:12,060 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-10-04 16:28:12,060 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-04 16:28:12,060 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-10-04 16:28:12,060 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-04 16:28:12,060 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-10-04 16:28:12,060 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-04 16:28:12,060 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-04 16:28:12,061 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-10-04 16:28:12,061 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-10-04 16:28:12,061 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-04 16:28:12,061 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=c6cf14c5-4a40-45b0-80ba-5eb0b83f9ccb target={u'external_id': u'69d669a2-e0d1-469d-9512-9a694b9a37aa', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-10-04 16:28:12,061 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.connect_subnet' 2018-10-04 16:28:12,061 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-04 16:28:12,062 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.connect_subnet' 2018-10-04 16:28:12,062 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3cf80aea-d4c3-494b-856b-951fc47ed83e 2018-10-04 16:28:12,144 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:28:12,144 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:28:12,144 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:28:12,144 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:28:12,144 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:28:12,144 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:28:12,145 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:28:12,145 - 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-10-04T16:27:51.032Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"} 2018-10-04 16:28:12,145 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:28:12,145 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:28:12 GMT 2018-10-04 16:28:12,145 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:28:12,145 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-04 16:28:12,145 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:28:17,148 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:28:17,222 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:28:17,223 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:28:17,223 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:28:17,223 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:28:17,223 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:28:17,223 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:28:17,223 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:28:17,223 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:12.394Z", "message": "connect_security_group(): source_id=b767db7f-dd73-4d51-8d0b-9e135d49d054 target={u'external_id': u'69d669a2-e0d1-469d-9512-9a694b9a37aa', 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-10-04T16:28:12.394Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "ff1c6fd0-95f4-447f-9c97-3bab552238ef"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:13.043Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:13.043Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:14.905Z", "message": "Task succeeded 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:14.905Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_port_zef7ap", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:16.195Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:16.195Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_port_zef7ap", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:16.195Z", "message": "Creating node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:16.195Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_port_9ns1mp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:16.195Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:16.195Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_port_9ns1mp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:16.195Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:16.195Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_port_9ns1mp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:16.195Z", "message": "Creating node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:16.195Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_port_zef7ap", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:16.195Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:16.195Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}], "metadata": {"pagination": {"total": 101, "offset": 89, "size": 50}}} 2018-10-04 16:28:17,223 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:28:17,223 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:28:17 GMT 2018-10-04 16:28:17,223 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:28:17,224 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4749 2018-10-04 16:28:17,224 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:28:17,224 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=b767db7f-dd73-4d51-8d0b-9e135d49d054 target={u'external_id': u'69d669a2-e0d1-469d-9512-9a694b9a37aa', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-10-04 16:28:17,224 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-10-04 16:28:17,225 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.connect_subnet' 2018-10-04 16:28:17,225 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-10-04 16:28:17,225 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-04 16:28:17,225 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-10-04 16:28:17,225 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-10-04 16:28:17,225 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-04 16:28:17,226 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-10-04 16:28:17,226 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3cf80aea-d4c3-494b-856b-951fc47ed83e 2018-10-04 16:28:17,294 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:28:17,294 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:28:17,294 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:28:17,294 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:28:17,294 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:28:17,294 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:28:17,295 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:28:17,295 - 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-10-04T16:27:51.032Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"} 2018-10-04 16:28:17,295 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:28:17,295 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:28:17 GMT 2018-10-04 16:28:17,295 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:28:17,295 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-04 16:28:17,295 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:28:22,301 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:28:22,390 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:28:22,390 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:28:22,390 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:28:22,391 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:28:22,391 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:28:22,391 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:28:22,391 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:28:22,391 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_port_zef7ap", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:18.449Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:18.449Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_port_9ns1mp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:19.232Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:19.232Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_port_9ns1mp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:19.232Z", "message": "Configuring node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:19.232Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_port_9ns1mp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:20.348Z", "message": "Starting node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:20.348Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_port_zef7ap", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:20.348Z", "message": "Configuring node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:20.348Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:21.499Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:21.499Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:21.499Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:21.499Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_port_zef7ap", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:21.499Z", "message": "Starting node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:21.499Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:22.343Z", "message": "connect_security_group(): source_id=c53f206f-b036-4b02-9270-e58e2dc6a24b target={u'external_id': u'69d669a2-e0d1-469d-9512-9a694b9a37aa', 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-10-04T16:28:22.343Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "d3abfd1e-3de7-4432-ab1b-e53d56af14f9"}], "metadata": {"pagination": {"total": 112, "offset": 98, "size": 50}}} 2018-10-04 16:28:22,391 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:28:22,391 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:28:22 GMT 2018-10-04 16:28:22,391 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:28:22,391 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4651 2018-10-04 16:28:22,392 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:28:22,392 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-10-04 16:28:22,392 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-10-04 16:28:22,392 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-04 16:28:22,393 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-04 16:28:22,393 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-04 16:28:22,393 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-10-04 16:28:22,393 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-10-04 16:28:22,393 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-04 16:28:22,393 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=c53f206f-b036-4b02-9270-e58e2dc6a24b target={u'external_id': u'69d669a2-e0d1-469d-9512-9a694b9a37aa', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-10-04 16:28:22,394 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3cf80aea-d4c3-494b-856b-951fc47ed83e 2018-10-04 16:28:22,462 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:28:22,463 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:28:22,463 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:28:22,463 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:28:22,463 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:28:22,463 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:28:22,463 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:28:22,463 - 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-10-04T16:27:51.032Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"} 2018-10-04 16:28:22,463 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:28:22,463 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:28:22 GMT 2018-10-04 16:28:22,463 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:28:22,464 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-04 16:28:22,464 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:28:27,469 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:28:27,536 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:28:27,536 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:28:27,537 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:28:27,537 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:28:27,537 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:28:27,537 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:28:27,537 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:28:27,537 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:22.446Z", "message": "connect_security_group(): source_id=2f8ed6e5-c44d-4500-bf14-84f47e2e634f target={u'external_id': u'69d669a2-e0d1-469d-9512-9a694b9a37aa', 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-10-04T16:28:22.446Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "7fb1ce08-8f5f-41d7-b52a-a1ed0c356459"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:23.349Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:23.349Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:23.807Z", "message": "Sending task 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:23.807Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:23.807Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:23.807Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:23.807Z", "message": "Task started 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:23.807Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:25.617Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:25.617Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_host_jfaecs", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:26.001Z", "message": "Creating node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:26.001Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:26.001Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:26.001Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_host_jfaecs", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:27.012Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:27.012Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_host_8bicd7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:27.012Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:27.012Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_host_jfaecs", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:27.012Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:27.012Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_host_8bicd7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:27.012Z", "message": "Creating node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:27.012Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_host_8bicd7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:27.012Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:27.012Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_host_jfaecs", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:27.242Z", "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'c53f206f-b036-4b02-9270-e58e2dc6a24b', u'fixed_ip_address': u'11.0.0.8', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:41:60:1b'}, {u'external_id': u'c6cf14c5-4a40-45b0-80ba-5eb0b83f9ccb', u'fixed_ip_address': u'12.0.0.10', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:61:f5:fb'}]", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:27.242Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "da2afeed-a193-4193-869f-6224eef7d3b9"}, {"node_instance_id": "reference_vnf_host_8bicd7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:27.470Z", "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'2f8ed6e5-c44d-4500-bf14-84f47e2e634f', u'fixed_ip_address': u'11.0.0.6', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:08:8a:49'}, {u'external_id': u'b767db7f-dd73-4d51-8d0b-9e135d49d054', u'fixed_ip_address': u'12.0.0.5', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:3e:b6:a3'}]", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:27.470Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "1955c651-da40-475a-a7b0-ebb5ab280f30"}, {"node_instance_id": "target_vnf_host_jfaecs", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:27.470Z", "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-10-04T16:28:27.470Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "da2afeed-a193-4193-869f-6224eef7d3b9"}, {"node_instance_id": "reference_vnf_host_8bicd7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:27.470Z", "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-10-04T16:28:27.470Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "1955c651-da40-475a-a7b0-ebb5ab280f30"}], "metadata": {"pagination": {"total": 131, "offset": 107, "size": 50}}} 2018-10-04 16:28:27,537 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:28:27,537 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:28:27 GMT 2018-10-04 16:28:27,537 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:28:27,538 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10064 2018-10-04 16:28:27,538 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:28:27,538 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=2f8ed6e5-c44d-4500-bf14-84f47e2e634f target={u'external_id': u'69d669a2-e0d1-469d-9512-9a694b9a37aa', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-10-04 16:28:27,538 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-10-04 16:28:27,539 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-10-04 16:28:27,539 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-10-04 16:28:27,539 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-10-04 16:28:27,539 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-10-04 16:28:27,539 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-04 16:28:27,539 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-10-04 16:28:27,540 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-10-04 16:28:27,540 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-10-04 16:28:27,540 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-04 16:28:27,540 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-04 16:28:27,540 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-04 16:28:27,540 - 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'c53f206f-b036-4b02-9270-e58e2dc6a24b', u'fixed_ip_address': u'11.0.0.8', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:41:60:1b'}, {u'external_id': u'c6cf14c5-4a40-45b0-80ba-5eb0b83f9ccb', u'fixed_ip_address': u'12.0.0.10', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:61:f5:fb'}] 2018-10-04 16:28:27,541 - 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'2f8ed6e5-c44d-4500-bf14-84f47e2e634f', u'fixed_ip_address': u'11.0.0.6', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:08:8a:49'}, {u'external_id': u'b767db7f-dd73-4d51-8d0b-9e135d49d054', u'fixed_ip_address': u'12.0.0.5', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:3e:b6:a3'}] 2018-10-04 16:28:27,541 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'target_vnf'} 2018-10-04 16:28:27,541 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'reference_vnf'} 2018-10-04 16:28:27,541 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3cf80aea-d4c3-494b-856b-951fc47ed83e 2018-10-04 16:28:27,598 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:28:27,599 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:28:27,599 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:28:27,599 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:28:27,599 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:28:27,599 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:28:27,599 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:28:27,599 - 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-10-04T16:27:51.032Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"} 2018-10-04 16:28:27,600 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:28:27,600 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:28:27 GMT 2018-10-04 16:28:27,600 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:28:27,600 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-04 16:28:27,600 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:28:32,604 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:28:32,677 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:28:32,678 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:28:32,678 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:28:32,678 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:28:32,678 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:28:32,678 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:28:32,678 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:28:32,678 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_jfaecs", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:29.620Z", "message": "server.create() server after transformations: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'450d0b4a-2685-4044-a032-fa7c48d22ac8', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'ea90d7f9-c95e-4683-b4e5-f147634401ae'}, 'nics': [{'port-id': u'c53f206f-b036-4b02-9270-e58e2dc6a24b'}, {'port-id': u'c6cf14c5-4a40-45b0-80ba-5eb0b83f9ccb'}], 'flavor': u'e3ece422-02a8-4c74-bf15-355c0e6ecd79'}", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:29.620Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "da2afeed-a193-4193-869f-6224eef7d3b9"}, {"node_instance_id": "reference_vnf_host_8bicd7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:30.483Z", "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-10-04T16:28:30.483Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "1955c651-da40-475a-a7b0-ebb5ab280f30"}, {"node_instance_id": "reference_vnf_host_8bicd7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:30.483Z", "message": "Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'450d0b4a-2685-4044-a032-fa7c48d22ac8', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'ea90d7f9-c95e-4683-b4e5-f147634401ae'}, 'nics': [{'port-id': u'2f8ed6e5-c44d-4500-bf14-84f47e2e634f'}, {'port-id': u'b767db7f-dd73-4d51-8d0b-9e135d49d054'}], 'flavor': u'e3ece422-02a8-4c74-bf15-355c0e6ecd79'}", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:30.483Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "1955c651-da40-475a-a7b0-ebb5ab280f30"}, {"node_instance_id": "target_vnf_host_jfaecs", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:30.483Z", "message": "Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'450d0b4a-2685-4044-a032-fa7c48d22ac8', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'ea90d7f9-c95e-4683-b4e5-f147634401ae'}, 'nics': [{'port-id': u'c53f206f-b036-4b02-9270-e58e2dc6a24b'}, {'port-id': u'c6cf14c5-4a40-45b0-80ba-5eb0b83f9ccb'}], 'flavor': u'e3ece422-02a8-4c74-bf15-355c0e6ecd79'}", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:30.483Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "da2afeed-a193-4193-869f-6224eef7d3b9"}, {"node_instance_id": "reference_vnf_host_8bicd7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:30.483Z", "message": "server.create() server after transformations: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'450d0b4a-2685-4044-a032-fa7c48d22ac8', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'ea90d7f9-c95e-4683-b4e5-f147634401ae'}, 'nics': [{'port-id': u'2f8ed6e5-c44d-4500-bf14-84f47e2e634f'}, {'port-id': u'b767db7f-dd73-4d51-8d0b-9e135d49d054'}], 'flavor': u'e3ece422-02a8-4c74-bf15-355c0e6ecd79'}", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:30.483Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "1955c651-da40-475a-a7b0-ebb5ab280f30"}, {"node_instance_id": "target_vnf_host_jfaecs", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:30.483Z", "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-10-04T16:28:30.483Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "da2afeed-a193-4193-869f-6224eef7d3b9"}, {"node_instance_id": "target_vnf_host_jfaecs", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:32.072Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:32.072Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}], "metadata": {"pagination": {"total": 138, "offset": 124, "size": 50}}} 2018-10-04 16:28:32,679 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:28:32,679 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:28:32 GMT 2018-10-04 16:28:32,679 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:28:32,679 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5668 2018-10-04 16:28:32,679 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:28:32,679 - 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'450d0b4a-2685-4044-a032-fa7c48d22ac8', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'ea90d7f9-c95e-4683-b4e5-f147634401ae'}, 'nics': [{'port-id': u'c53f206f-b036-4b02-9270-e58e2dc6a24b'}, {'port-id': u'c6cf14c5-4a40-45b0-80ba-5eb0b83f9ccb'}], 'flavor': u'e3ece422-02a8-4c74-bf15-355c0e6ecd79'} 2018-10-04 16:28:32,680 - 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-10-04 16:28:32,680 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'450d0b4a-2685-4044-a032-fa7c48d22ac8', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'ea90d7f9-c95e-4683-b4e5-f147634401ae'}, 'nics': [{'port-id': u'2f8ed6e5-c44d-4500-bf14-84f47e2e634f'}, {'port-id': u'b767db7f-dd73-4d51-8d0b-9e135d49d054'}], 'flavor': u'e3ece422-02a8-4c74-bf15-355c0e6ecd79'} 2018-10-04 16:28:32,680 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'450d0b4a-2685-4044-a032-fa7c48d22ac8', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'ea90d7f9-c95e-4683-b4e5-f147634401ae'}, 'nics': [{'port-id': u'c53f206f-b036-4b02-9270-e58e2dc6a24b'}, {'port-id': u'c6cf14c5-4a40-45b0-80ba-5eb0b83f9ccb'}], 'flavor': u'e3ece422-02a8-4c74-bf15-355c0e6ecd79'} 2018-10-04 16:28:32,680 - 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'450d0b4a-2685-4044-a032-fa7c48d22ac8', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'ea90d7f9-c95e-4683-b4e5-f147634401ae'}, 'nics': [{'port-id': u'2f8ed6e5-c44d-4500-bf14-84f47e2e634f'}, {'port-id': u'b767db7f-dd73-4d51-8d0b-9e135d49d054'}], 'flavor': u'e3ece422-02a8-4c74-bf15-355c0e6ecd79'} 2018-10-04 16:28:32,680 - 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-10-04 16:28:32,680 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-04 16:28:32,681 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3cf80aea-d4c3-494b-856b-951fc47ed83e 2018-10-04 16:28:32,745 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:28:32,745 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:28:32,745 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:28:32,745 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:28:32,746 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:28:32,746 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:28:32,746 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:28:32,746 - 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-10-04T16:27:51.032Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"} 2018-10-04 16:28:32,746 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:28:32,746 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:28:32 GMT 2018-10-04 16:28:32,746 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:28:32,746 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-04 16:28:32,746 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:28:37,752 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:28:39,185 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:28:39,185 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:28:39,185 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:28:39,186 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:28:39,186 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:28:39,186 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:28:39,186 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:28:39,186 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_jfaecs", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:33.079Z", "message": "Configuring node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:33.079Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_host_8bicd7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:33.079Z", "message": "Configuring node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:33.079Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_host_8bicd7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:33.079Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:33.079Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_host_jfaecs", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:34.138Z", "message": "Starting node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:34.138Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_host_8bicd7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:34.138Z", "message": "Starting node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:34.138Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_host_8bicd7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:34.138Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:34.138Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_host_jfaecs", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:34.138Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:34.138Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_host_jfaecs", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:34.138Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:34.138Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_host_8bicd7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:34.138Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:28:34.138Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_host_jfaecs", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:36.660Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "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-10-04T16:28:36.660Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}], "metadata": {"pagination": {"total": 148, "offset": 131, "size": 50}}} 2018-10-04 16:28:39,186 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:28:39,186 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:28:39 GMT 2018-10-04 16:28:39,186 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:28:39,186 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5579 2018-10-04 16:28:39,186 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:28:39,187 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-04 16:28:39,187 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-04 16:28:39,187 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-04 16:28:39,187 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-04 16:28:39,188 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-04 16:28:39,188 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-04 16:28:39,188 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-04 16:28:39,188 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-10-04 16:28:39,188 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-10-04 16:28:39,188 - 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] 2018-10-04 16:28:39,189 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3cf80aea-d4c3-494b-856b-951fc47ed83e 2018-10-04 16:28:39,251 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:28:39,251 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:28:39,251 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:28:39,251 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:28:39,251 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:28:39,251 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:28:39,252 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:28:39,252 - 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-10-04T16:27:51.032Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"} 2018-10-04 16:28:39,252 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:28:39,252 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:28:39 GMT 2018-10-04 16:28:39,252 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:28:39,252 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-04 16:28:39,252 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:28:44,254 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:28:44,856 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:28:44,856 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:28:44,856 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:28:44,856 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:28:44,856 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:28:44,856 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:28:44,857 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:28:44,857 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_8bicd7", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:28:39.248Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "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-10-04T16:28:39.248Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}], "metadata": {"pagination": {"total": 149, "offset": 141, "size": 50}}} 2018-10-04 16:28:44,857 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:28:44,857 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:28:44 GMT 2018-10-04 16:28:44,857 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:28:44,857 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1215 2018-10-04 16:28:44,857 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:28:44,858 - 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] 2018-10-04 16:28:44,858 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3cf80aea-d4c3-494b-856b-951fc47ed83e 2018-10-04 16:28:45,066 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:28:45,066 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:28:45,066 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:28:45,066 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:28:45,066 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:28:45,066 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:28:45,067 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:28:45,067 - 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-10-04T16:27:51.032Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"} 2018-10-04 16:28:45,067 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:28:45,067 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:28:45 GMT 2018-10-04 16:28:45,067 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:28:45,067 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-04 16:28:45,067 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:28:50,073 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:28:50,338 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:28:50,338 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:28:50,339 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:28:50,339 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:28:50,339 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:28:50,339 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:28:50,339 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:28:50,339 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 142, "size": 50}}} 2018-10-04 16:28:50,339 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:28:50,339 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:28:50 GMT 2018-10-04 16:28:50,339 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:28:50,339 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:28:50,340 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:28:50,340 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3cf80aea-d4c3-494b-856b-951fc47ed83e 2018-10-04 16:28:50,434 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:28:50,434 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:28:50,434 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:28:50,434 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:28:50,434 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:28:50,435 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:28:50,435 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:28:50,435 - 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-10-04T16:27:51.032Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"} 2018-10-04 16:28:50,435 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:28:50,435 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:28:50 GMT 2018-10-04 16:28:50,435 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:28:50,435 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-04 16:28:50,435 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:28:55,441 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:28:55,793 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:28:55,793 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:28:55,793 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:28:55,793 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:28:55,793 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:28:55,794 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:28:55,794 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:28:55,794 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 142, "size": 50}}} 2018-10-04 16:28:55,794 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:28:55,794 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:28:55 GMT 2018-10-04 16:28:55,794 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:28:55,794 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:28:55,794 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:28:55,795 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3cf80aea-d4c3-494b-856b-951fc47ed83e 2018-10-04 16:28:55,975 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:28:55,975 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:28:55,975 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:28:55,975 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:28:55,976 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:28:55,976 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:28:55,976 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:28:55,976 - 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-10-04T16:27:51.032Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"} 2018-10-04 16:28:55,976 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:28:55,976 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:28:55 GMT 2018-10-04 16:28:55,976 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:28:55,976 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-04 16:28:55,976 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:29:00,982 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:29:01,122 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:29:01,122 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:29:01,123 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:29:01,123 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:29:01,123 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:29:01,123 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:29:01,123 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:29:01,123 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 142, "size": 50}}} 2018-10-04 16:29:01,123 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:29:01,123 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:29:01 GMT 2018-10-04 16:29:01,123 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:29:01,123 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:29:01,124 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:29:01,124 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3cf80aea-d4c3-494b-856b-951fc47ed83e 2018-10-04 16:29:01,186 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:29:01,186 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:29:01,187 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:29:01,187 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:29:01,187 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:29:01,187 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:29:01,187 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:29:01,187 - 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-10-04T16:27:51.032Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"} 2018-10-04 16:29:01,187 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:29:01,188 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:29:01 GMT 2018-10-04 16:29:01,188 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:29:01,188 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-04 16:29:01,188 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:29:06,193 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:29:06,266 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:29:06,266 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:29:06,266 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:29:06,266 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:29:06,266 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:29:06,267 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:29:06,267 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:29:06,267 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 142, "size": 50}}} 2018-10-04 16:29:06,267 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:29:06,267 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:29:06 GMT 2018-10-04 16:29:06,267 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:29:06,267 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:29:06,267 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:29:06,268 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3cf80aea-d4c3-494b-856b-951fc47ed83e 2018-10-04 16:29:06,339 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:29:06,339 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:29:06,339 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:29:06,339 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:29:06,339 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:29:06,339 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:29:06,339 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:29:06,340 - 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-10-04T16:27:51.032Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"} 2018-10-04 16:29:06,340 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:29:06,340 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:29:06 GMT 2018-10-04 16:29:06,340 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:29:06,340 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-04 16:29:06,340 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:29:11,346 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:29:11,431 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:29:11,432 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:29:11,432 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:29:11,432 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:29:11,432 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:29:11,432 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:29:11,432 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:29:11,432 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_jfaecs", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:29:06.649Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:29:06.649Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_host_jfaecs", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:29:07.430Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:29:07.430Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_host_jfaecs", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:29:08.974Z", "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-10-04T16:29:08.974Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_host_8bicd7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:29:09.452Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:29:09.452Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_host_8bicd7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:29:09.452Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:29:09.452Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}], "metadata": {"pagination": {"total": 154, "offset": 142, "size": 50}}} 2018-10-04 16:29:11,432 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:29:11,433 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:29:11 GMT 2018-10-04 16:29:11,433 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:29:11,433 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3302 2018-10-04 16:29:11,433 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:29:11,433 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-04 16:29:11,433 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-04 16:29:11,434 - 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-10-04 16:29:11,434 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-04 16:29:11,434 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-04 16:29:11,434 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3cf80aea-d4c3-494b-856b-951fc47ed83e 2018-10-04 16:29:11,502 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:29:11,502 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:29:11,502 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:29:11,502 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:29:11,502 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:29:11,503 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:29:11,503 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:29:11,503 - 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-10-04T16:27:51.032Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"} 2018-10-04 16:29:11,503 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:29:11,503 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:29:11 GMT 2018-10-04 16:29:11,503 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:29:11,503 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-04 16:29:11,503 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:29:16,509 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:29:16,596 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:29:16,597 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:29:16,597 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:29:16,597 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:29:16,597 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:29:16,597 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:29:16,597 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:29:16,597 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_8bicd7", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:29:11.609Z", "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-10-04T16:29:11.609Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}], "metadata": {"pagination": {"total": 155, "offset": 147, "size": 50}}} 2018-10-04 16:29:16,598 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:29:16,598 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:29:16 GMT 2018-10-04 16:29:16,598 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:29:16,598 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1228 2018-10-04 16:29:16,598 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:29:16,598 - 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-10-04 16:29:16,599 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3cf80aea-d4c3-494b-856b-951fc47ed83e 2018-10-04 16:29:16,656 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:29:16,656 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:29:16,656 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:29:16,656 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:29:16,656 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:29:16,656 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:29:16,656 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:29:16,657 - 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-10-04T16:27:51.032Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"} 2018-10-04 16:29:16,657 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:29:16,657 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:29:16 GMT 2018-10-04 16:29:16,657 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:29:16,657 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-04 16:29:16,657 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:29:21,663 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:29:21,736 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:29:21,736 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:29:21,736 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:29:21,736 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:29:21,736 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:29:21,736 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:29:21,736 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:29:21,736 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 148, "size": 50}}} 2018-10-04 16:29:21,737 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:29:21,737 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:29:21 GMT 2018-10-04 16:29:21,737 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:29:21,737 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:29:21,737 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:29:21,737 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3cf80aea-d4c3-494b-856b-951fc47ed83e 2018-10-04 16:29:21,807 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:29:21,807 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:29:21,807 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:29:21,807 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:29:21,807 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:29:21,807 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:29:21,807 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:29:21,808 - 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-10-04T16:27:51.032Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"} 2018-10-04 16:29:21,808 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:29:21,808 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:29:21 GMT 2018-10-04 16:29:21,808 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:29:21,808 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-04 16:29:21,808 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:29:26,813 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:29:26,900 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:29:26,900 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:29:26,900 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:29:26,900 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:29:26,900 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:29:26,900 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:29:26,900 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:29:26,901 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 148, "size": 50}}} 2018-10-04 16:29:26,901 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:29:26,901 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:29:26 GMT 2018-10-04 16:29:26,901 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:29:26,901 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:29:26,901 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:29:26,901 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3cf80aea-d4c3-494b-856b-951fc47ed83e 2018-10-04 16:29:26,964 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:29:26,964 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:29:26,964 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:29:26,964 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:29:26,964 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:29:26,964 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:29:26,964 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:29:26,964 - 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-10-04T16:27:51.032Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"} 2018-10-04 16:29:26,965 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:29:26,965 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:29:26 GMT 2018-10-04 16:29:26,965 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:29:26,965 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-04 16:29:26,965 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:29:31,970 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:29:32,044 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:29:32,044 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:29:32,045 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:29:32,045 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:29:32,045 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:29:32,045 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:29:32,045 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:29:32,045 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 148, "size": 50}}} 2018-10-04 16:29:32,045 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:29:32,045 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:29:32 GMT 2018-10-04 16:29:32,045 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:29:32,046 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:29:32,046 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:29:32,046 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3cf80aea-d4c3-494b-856b-951fc47ed83e 2018-10-04 16:29:32,103 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:29:32,103 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:29:32,103 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:29:32,103 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:29:32,104 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:29:32,104 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:29:32,104 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:29:32,104 - 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-10-04T16:27:51.032Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"} 2018-10-04 16:29:32,104 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:29:32,104 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:29:32 GMT 2018-10-04 16:29:32,104 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:29:32,104 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-04 16:29:32,104 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:29:37,108 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:29:37,193 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:29:37,194 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:29:37,194 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:29:37,194 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:29:37,194 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:29:37,194 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:29:37,194 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:29:37,194 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 148, "size": 50}}} 2018-10-04 16:29:37,195 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:29:37,195 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:29:37 GMT 2018-10-04 16:29:37,195 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:29:37,195 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-04 16:29:37,195 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:29:37,195 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3cf80aea-d4c3-494b-856b-951fc47ed83e 2018-10-04 16:29:37,264 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:29:37,265 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:29:37,265 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:29:37,265 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:29:37,265 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:29:37,265 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:29:37,265 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:29:37,265 - 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-10-04T16:27:51.032Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"} 2018-10-04 16:29:37,265 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:29:37,266 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:29:37 GMT 2018-10-04 16:29:37,266 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:29:37,266 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-04 16:29:37,266 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:29:42,271 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:29:42,339 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:29:42,339 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:29:42,339 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:29:42,339 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:29:42,339 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:29:42,339 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:29:42,340 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:29:42,340 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_jfaecs", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:29:39.004Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:29:39.004Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_host_jfaecs", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:29:39.477Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:29:39.477Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "target_vnf_host_jfaecs", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:29:41.057Z", "message": "Server is ACTIVE", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:29:41.057Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "7318c7f0-3191-4e93-8545-8d09a563e35f"}, {"node_instance_id": "target_vnf_host_jfaecs", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:29:41.278Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:29:41.278Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}], "metadata": {"pagination": {"total": 159, "offset": 148, "size": 50}}} 2018-10-04 16:29:42,340 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:29:42,340 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:29:42 GMT 2018-10-04 16:29:42,340 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:29:42,340 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2153 2018-10-04 16:29:42,340 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:29:42,340 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-04 16:29:42,341 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-04 16:29:42,341 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-10-04 16:29:42,341 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-10-04 16:29:42,341 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3cf80aea-d4c3-494b-856b-951fc47ed83e 2018-10-04 16:29:42,400 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:29:42,400 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:29:42,400 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:29:42,400 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:29:42,401 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:29:42,401 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:29:42,401 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:29:42,401 - 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-10-04T16:27:51.032Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"} 2018-10-04 16:29:42,401 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:29:42,401 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:29:42 GMT 2018-10-04 16:29:42,401 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:29:42,401 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-04 16:29:42,401 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:29:47,407 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:29:47,477 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:29:47,477 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:29:47,478 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:29:47,478 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:29:47,478 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:29:47,478 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:29:47,478 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:29:47,478 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_8bicd7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:29:42.492Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:29:42.492Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_host_8bicd7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:29:42.492Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:29:42.492Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": "reference_vnf_host_8bicd7", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:29:43.205Z", "message": "Server is ACTIVE", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:29:43.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e", "logger": "954f0c8b-2b89-45e4-abd0-d497b46296b6"}, {"node_instance_id": "reference_vnf_host_8bicd7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:29:43.503Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:29:43.503Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:29:44.648Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-04T16:29:44.648Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}], "metadata": {"pagination": {"total": 164, "offset": 152, "size": 50}}} 2018-10-04 16:29:47,478 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:29:47,478 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:29:47 GMT 2018-10-04 16:29:47,479 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:29:47,479 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2620 2018-10-04 16:29:47,479 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:29:47,479 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-04 16:29:47,479 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-04 16:29:47,479 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-10-04 16:29:47,480 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-10-04 16:29:47,480 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'install' workflow execution succeeded 2018-10-04 16:29:47,480 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/3cf80aea-d4c3-494b-856b-951fc47ed83e 2018-10-04 16:29:47,540 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:29:47,540 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:29:47,541 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:29:47,541 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:29:47,541 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:29:47,541 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:29:47,541 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:29:47,541 - 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-10-04T16:27:51.032Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"} 2018-10-04 16:29:47,541 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:29:47,541 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:29:47 GMT 2018-10-04 16:29:47,541 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:29:47,541 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 348 2018-10-04 16:29:47,542 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:29:47,542 - 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-10-04T16:27:51.032Z', 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'3cf80aea-d4c3-494b-856b-951fc47ed83e'} 2018-10-04 16:29:47,561 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - BGP Interoperability test. 2018-10-04 16:29:47,631 - 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.201'}, 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.208'}}, 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-10-04 16:29:47,696 - 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.201'}, 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.208'}}, 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-10-04 16:29:47,697 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : reference_vnf 2018-10-04 16:29:47,697 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reference_vnf floating ip address : 172.30.9.201 2018-10-04 16:29:47,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:29:47,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:29:48,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:29: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-1e595b51-007a-46a0-bbd8-86327cd3385f x-compute-request-id: req-1e595b51-007a-46a0-bbd8-86327cd3385f Content-Encoding: gzip Content-Length: 1180 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:08:8a:49", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:8a:49", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b6:a3", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ffb5097b-3b59-47f0-84ad-5dad1ed42094", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ffb5097b-3b59-47f0-84ad-5dad1ed42094", "rel": "bookmark"}], "image": {"id": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "links": [{"href": "http://172.30.9.23:8774/images/450d0b4a-2685-4044-a032-fa7c48d22ac8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:29:18.000000", "flavor": {"id": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "links": [{"href": "http://172.30.9.23:8774/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79", "rel": "bookmark"}]}, "id": "ffb5097b-3b59-47f0-84ad-5dad1ed42094", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:29:21Z", "hostId": "a7a6f6af32bcdffe3141be94cbcbcf4858727cd960b08c55636876e3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-04T16:28:31Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ea90d7f9-c95e-4683-b4e5-f147634401ae"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:60:1b", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:60:1b", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:f5:fb", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f825c02d-787a-4bd8-b92b-5bb9717766f6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f825c02d-787a-4bd8-b92b-5bb9717766f6", "rel": "bookmark"}], "image": {"id": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "links": [{"href": "http://172.30.9.23:8774/images/450d0b4a-2685-4044-a032-fa7c48d22ac8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:29:18.000000", "flavor": {"id": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "links": [{"href": "http://172.30.9.23:8774/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79", "rel": "bookmark"}]}, "id": "f825c02d-787a-4bd8-b92b-5bb9717766f6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:29:20Z", "hostId": "a7a6f6af32bcdffe3141be94cbcbcf4858727cd960b08c55636876e3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-04T16:28:31Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ea90d7f9-c95e-4683-b4e5-f147634401ae"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_fb486d0c-bc77-4c83-9da4-af97c2f9de85": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:67:ec", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:67:ec", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:25:51.000000", "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:25:53Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:29:48,342 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1e595b51-007a-46a0-bbd8-86327cd3385f 2018-10-04 16:29:48,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.644598007202s 2018-10-04 16:29:48,343 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1e595b51-007a-46a0-bbd8-86327cd3385f 2018-10-04 16:29:48,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:29:48,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:29:49,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:29: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-6c444b42-6b3a-4160-99ad-2721e4f32b3f x-compute-request-id: req-6c444b42-6b3a-4160-99ad-2721e4f32b3f Content-Encoding: gzip Content-Length: 1180 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:08:8a:49", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:8a:49", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b6:a3", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ffb5097b-3b59-47f0-84ad-5dad1ed42094", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ffb5097b-3b59-47f0-84ad-5dad1ed42094", "rel": "bookmark"}], "image": {"id": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "links": [{"href": "http://172.30.9.23:8774/images/450d0b4a-2685-4044-a032-fa7c48d22ac8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:29:18.000000", "flavor": {"id": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "links": [{"href": "http://172.30.9.23:8774/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79", "rel": "bookmark"}]}, "id": "ffb5097b-3b59-47f0-84ad-5dad1ed42094", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:29:21Z", "hostId": "a7a6f6af32bcdffe3141be94cbcbcf4858727cd960b08c55636876e3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-04T16:28:31Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ea90d7f9-c95e-4683-b4e5-f147634401ae"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:60:1b", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:60:1b", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:f5:fb", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f825c02d-787a-4bd8-b92b-5bb9717766f6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f825c02d-787a-4bd8-b92b-5bb9717766f6", "rel": "bookmark"}], "image": {"id": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "links": [{"href": "http://172.30.9.23:8774/images/450d0b4a-2685-4044-a032-fa7c48d22ac8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:29:18.000000", "flavor": {"id": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "links": [{"href": "http://172.30.9.23:8774/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79", "rel": "bookmark"}]}, "id": "f825c02d-787a-4bd8-b92b-5bb9717766f6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:29:20Z", "hostId": "a7a6f6af32bcdffe3141be94cbcbcf4858727cd960b08c55636876e3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-04T16:28:31Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ea90d7f9-c95e-4683-b4e5-f147634401ae"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_fb486d0c-bc77-4c83-9da4-af97c2f9de85": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:67:ec", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:67:ec", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:25:51.000000", "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:25:53Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:29:49,037 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6c444b42-6b3a-4160-99ad-2721e4f32b3f 2018-10-04 16:29:49,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.690252065659s 2018-10-04 16:29:49,038 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6c444b42-6b3a-4160-99ad-2721e4f32b3f 2018-10-04 16:29:49,041 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of reference_vnf : 11.0.0.6 2018-10-04 16:29:49,041 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of reference_vnf : fa:16:3e:08:8a:49 2018-10-04 16:29:49,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:29:49,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:29:49,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:29: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-2670d572-379c-4840-bf00-3f11927ee2be x-compute-request-id: req-2670d572-379c-4840-bf00-3f11927ee2be Content-Encoding: gzip Content-Length: 1180 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:08:8a:49", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:8a:49", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b6:a3", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ffb5097b-3b59-47f0-84ad-5dad1ed42094", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ffb5097b-3b59-47f0-84ad-5dad1ed42094", "rel": "bookmark"}], "image": {"id": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "links": [{"href": "http://172.30.9.23:8774/images/450d0b4a-2685-4044-a032-fa7c48d22ac8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:29:18.000000", "flavor": {"id": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "links": [{"href": "http://172.30.9.23:8774/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79", "rel": "bookmark"}]}, "id": "ffb5097b-3b59-47f0-84ad-5dad1ed42094", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:29:21Z", "hostId": "a7a6f6af32bcdffe3141be94cbcbcf4858727cd960b08c55636876e3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-04T16:28:31Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ea90d7f9-c95e-4683-b4e5-f147634401ae"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:60:1b", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:60:1b", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:f5:fb", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f825c02d-787a-4bd8-b92b-5bb9717766f6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f825c02d-787a-4bd8-b92b-5bb9717766f6", "rel": "bookmark"}], "image": {"id": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "links": [{"href": "http://172.30.9.23:8774/images/450d0b4a-2685-4044-a032-fa7c48d22ac8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:29:18.000000", "flavor": {"id": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "links": [{"href": "http://172.30.9.23:8774/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79", "rel": "bookmark"}]}, "id": "f825c02d-787a-4bd8-b92b-5bb9717766f6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:29:20Z", "hostId": "a7a6f6af32bcdffe3141be94cbcbcf4858727cd960b08c55636876e3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-04T16:28:31Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ea90d7f9-c95e-4683-b4e5-f147634401ae"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_fb486d0c-bc77-4c83-9da4-af97c2f9de85": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:67:ec", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:67:ec", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:25:51.000000", "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:25:53Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:29:49,588 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2670d572-379c-4840-bf00-3f11927ee2be 2018-10-04 16:29:49,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.546592950821s 2018-10-04 16:29:49,589 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2670d572-379c-4840-bf00-3f11927ee2be 2018-10-04 16:29:49,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:29:49,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:29:50,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:29: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-2625e755-a407-4a25-856e-33e4f187cb03 x-compute-request-id: req-2625e755-a407-4a25-856e-33e4f187cb03 Content-Encoding: gzip Content-Length: 1180 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:08:8a:49", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:8a:49", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b6:a3", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ffb5097b-3b59-47f0-84ad-5dad1ed42094", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ffb5097b-3b59-47f0-84ad-5dad1ed42094", "rel": "bookmark"}], "image": {"id": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "links": [{"href": "http://172.30.9.23:8774/images/450d0b4a-2685-4044-a032-fa7c48d22ac8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:29:18.000000", "flavor": {"id": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "links": [{"href": "http://172.30.9.23:8774/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79", "rel": "bookmark"}]}, "id": "ffb5097b-3b59-47f0-84ad-5dad1ed42094", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:29:21Z", "hostId": "a7a6f6af32bcdffe3141be94cbcbcf4858727cd960b08c55636876e3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-04T16:28:31Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ea90d7f9-c95e-4683-b4e5-f147634401ae"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:60:1b", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:60:1b", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:f5:fb", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f825c02d-787a-4bd8-b92b-5bb9717766f6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f825c02d-787a-4bd8-b92b-5bb9717766f6", "rel": "bookmark"}], "image": {"id": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "links": [{"href": "http://172.30.9.23:8774/images/450d0b4a-2685-4044-a032-fa7c48d22ac8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:29:18.000000", "flavor": {"id": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "links": [{"href": "http://172.30.9.23:8774/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79", "rel": "bookmark"}]}, "id": "f825c02d-787a-4bd8-b92b-5bb9717766f6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:29:20Z", "hostId": "a7a6f6af32bcdffe3141be94cbcbcf4858727cd960b08c55636876e3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-04T16:28:31Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ea90d7f9-c95e-4683-b4e5-f147634401ae"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_fb486d0c-bc77-4c83-9da4-af97c2f9de85": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:67:ec", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:67:ec", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:25:51.000000", "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:25:53Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:29:50,661 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2625e755-a407-4a25-856e-33e4f187cb03 2018-10-04 16:29:50,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0687558651s 2018-10-04 16:29:50,662 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2625e755-a407-4a25-856e-33e4f187cb03 2018-10-04 16:29:50,665 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of reference_vnf : 12.0.0.5 2018-10-04 16:29:50,665 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of reference_vnf : fa:16:3e:3e:b6:a3 2018-10-04 16:29:50,666 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : target_vnf 2018-10-04 16:29:50,666 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - target_vnf floating ip address : 172.30.9.208 2018-10-04 16:29:50,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:29:50,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:29:51,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:29: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-af414b5c-4380-4123-ac6f-5397faec282c x-compute-request-id: req-af414b5c-4380-4123-ac6f-5397faec282c Content-Encoding: gzip Content-Length: 1180 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:08:8a:49", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:8a:49", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b6:a3", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ffb5097b-3b59-47f0-84ad-5dad1ed42094", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ffb5097b-3b59-47f0-84ad-5dad1ed42094", "rel": "bookmark"}], "image": {"id": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "links": [{"href": "http://172.30.9.23:8774/images/450d0b4a-2685-4044-a032-fa7c48d22ac8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:29:18.000000", "flavor": {"id": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "links": [{"href": "http://172.30.9.23:8774/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79", "rel": "bookmark"}]}, "id": "ffb5097b-3b59-47f0-84ad-5dad1ed42094", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:29:21Z", "hostId": "a7a6f6af32bcdffe3141be94cbcbcf4858727cd960b08c55636876e3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-04T16:28:31Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ea90d7f9-c95e-4683-b4e5-f147634401ae"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:60:1b", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:60:1b", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:f5:fb", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f825c02d-787a-4bd8-b92b-5bb9717766f6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f825c02d-787a-4bd8-b92b-5bb9717766f6", "rel": "bookmark"}], "image": {"id": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "links": [{"href": "http://172.30.9.23:8774/images/450d0b4a-2685-4044-a032-fa7c48d22ac8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:29:18.000000", "flavor": {"id": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "links": [{"href": "http://172.30.9.23:8774/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79", "rel": "bookmark"}]}, "id": "f825c02d-787a-4bd8-b92b-5bb9717766f6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:29:20Z", "hostId": "a7a6f6af32bcdffe3141be94cbcbcf4858727cd960b08c55636876e3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-04T16:28:31Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ea90d7f9-c95e-4683-b4e5-f147634401ae"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_fb486d0c-bc77-4c83-9da4-af97c2f9de85": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:67:ec", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:67:ec", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:25:51.000000", "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:25:53Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:29:51,209 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-af414b5c-4380-4123-ac6f-5397faec282c 2018-10-04 16:29:51,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.542469024658s 2018-10-04 16:29:51,209 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-af414b5c-4380-4123-ac6f-5397faec282c 2018-10-04 16:29:51,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:29:51,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:29:52,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:29: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-7764dce1-e1b0-4afd-b055-b9731d8ae0e0 x-compute-request-id: req-7764dce1-e1b0-4afd-b055-b9731d8ae0e0 Content-Encoding: gzip Content-Length: 1180 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:08:8a:49", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:8a:49", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b6:a3", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ffb5097b-3b59-47f0-84ad-5dad1ed42094", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ffb5097b-3b59-47f0-84ad-5dad1ed42094", "rel": "bookmark"}], "image": {"id": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "links": [{"href": "http://172.30.9.23:8774/images/450d0b4a-2685-4044-a032-fa7c48d22ac8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:29:18.000000", "flavor": {"id": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "links": [{"href": "http://172.30.9.23:8774/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79", "rel": "bookmark"}]}, "id": "ffb5097b-3b59-47f0-84ad-5dad1ed42094", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:29:21Z", "hostId": "a7a6f6af32bcdffe3141be94cbcbcf4858727cd960b08c55636876e3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-04T16:28:31Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ea90d7f9-c95e-4683-b4e5-f147634401ae"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:60:1b", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:60:1b", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:f5:fb", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f825c02d-787a-4bd8-b92b-5bb9717766f6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f825c02d-787a-4bd8-b92b-5bb9717766f6", "rel": "bookmark"}], "image": {"id": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "links": [{"href": "http://172.30.9.23:8774/images/450d0b4a-2685-4044-a032-fa7c48d22ac8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:29:18.000000", "flavor": {"id": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "links": [{"href": "http://172.30.9.23:8774/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79", "rel": "bookmark"}]}, "id": "f825c02d-787a-4bd8-b92b-5bb9717766f6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:29:20Z", "hostId": "a7a6f6af32bcdffe3141be94cbcbcf4858727cd960b08c55636876e3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-04T16:28:31Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ea90d7f9-c95e-4683-b4e5-f147634401ae"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_fb486d0c-bc77-4c83-9da4-af97c2f9de85": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:67:ec", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:67:ec", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:25:51.000000", "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:25:53Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:29:52,191 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7764dce1-e1b0-4afd-b055-b9731d8ae0e0 2018-10-04 16:29:52,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.977991104126s 2018-10-04 16:29:52,192 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7764dce1-e1b0-4afd-b055-b9731d8ae0e0 2018-10-04 16:29:52,195 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of target_vnf : 11.0.0.8 2018-10-04 16:29:52,195 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of target_vnf : fa:16:3e:41:60:1b 2018-10-04 16:29:52,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:29:52,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:29:52,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:29: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-255660e9-b2e1-4472-8e8c-f91e03b488ed x-compute-request-id: req-255660e9-b2e1-4472-8e8c-f91e03b488ed Content-Encoding: gzip Content-Length: 1180 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:08:8a:49", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:8a:49", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b6:a3", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ffb5097b-3b59-47f0-84ad-5dad1ed42094", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ffb5097b-3b59-47f0-84ad-5dad1ed42094", "rel": "bookmark"}], "image": {"id": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "links": [{"href": "http://172.30.9.23:8774/images/450d0b4a-2685-4044-a032-fa7c48d22ac8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:29:18.000000", "flavor": {"id": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "links": [{"href": "http://172.30.9.23:8774/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79", "rel": "bookmark"}]}, "id": "ffb5097b-3b59-47f0-84ad-5dad1ed42094", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:29:21Z", "hostId": "a7a6f6af32bcdffe3141be94cbcbcf4858727cd960b08c55636876e3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-04T16:28:31Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ea90d7f9-c95e-4683-b4e5-f147634401ae"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:60:1b", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:60:1b", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:f5:fb", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f825c02d-787a-4bd8-b92b-5bb9717766f6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f825c02d-787a-4bd8-b92b-5bb9717766f6", "rel": "bookmark"}], "image": {"id": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "links": [{"href": "http://172.30.9.23:8774/images/450d0b4a-2685-4044-a032-fa7c48d22ac8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:29:18.000000", "flavor": {"id": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "links": [{"href": "http://172.30.9.23:8774/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79", "rel": "bookmark"}]}, "id": "f825c02d-787a-4bd8-b92b-5bb9717766f6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:29:20Z", "hostId": "a7a6f6af32bcdffe3141be94cbcbcf4858727cd960b08c55636876e3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-04T16:28:31Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ea90d7f9-c95e-4683-b4e5-f147634401ae"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_fb486d0c-bc77-4c83-9da4-af97c2f9de85": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:67:ec", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:67:ec", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:25:51.000000", "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:25:53Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:29:52,968 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-255660e9-b2e1-4472-8e8c-f91e03b488ed 2018-10-04 16:29:52,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.772564888s 2018-10-04 16:29:52,969 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-255660e9-b2e1-4472-8e8c-f91e03b488ed 2018-10-04 16:29:52,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:29:52,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:29:53,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:29: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-d16b5908-acce-4cd7-930d-332e12199ec8 x-compute-request-id: req-d16b5908-acce-4cd7-930d-332e12199ec8 Content-Encoding: gzip Content-Length: 1180 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:08:8a:49", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:8a:49", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b6:a3", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ffb5097b-3b59-47f0-84ad-5dad1ed42094", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ffb5097b-3b59-47f0-84ad-5dad1ed42094", "rel": "bookmark"}], "image": {"id": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "links": [{"href": "http://172.30.9.23:8774/images/450d0b4a-2685-4044-a032-fa7c48d22ac8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:29:18.000000", "flavor": {"id": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "links": [{"href": "http://172.30.9.23:8774/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79", "rel": "bookmark"}]}, "id": "ffb5097b-3b59-47f0-84ad-5dad1ed42094", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:29:21Z", "hostId": "a7a6f6af32bcdffe3141be94cbcbcf4858727cd960b08c55636876e3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-04T16:28:31Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ea90d7f9-c95e-4683-b4e5-f147634401ae"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:60:1b", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:60:1b", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:f5:fb", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f825c02d-787a-4bd8-b92b-5bb9717766f6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f825c02d-787a-4bd8-b92b-5bb9717766f6", "rel": "bookmark"}], "image": {"id": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "links": [{"href": "http://172.30.9.23:8774/images/450d0b4a-2685-4044-a032-fa7c48d22ac8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:29:18.000000", "flavor": {"id": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "links": [{"href": "http://172.30.9.23:8774/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79", "rel": "bookmark"}]}, "id": "f825c02d-787a-4bd8-b92b-5bb9717766f6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:29:20Z", "hostId": "a7a6f6af32bcdffe3141be94cbcbcf4858727cd960b08c55636876e3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-04T16:28:31Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ea90d7f9-c95e-4683-b4e5-f147634401ae"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_fb486d0c-bc77-4c83-9da4-af97c2f9de85": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:67:ec", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:67:ec", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:25:51.000000", "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:25:53Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:29:53,925 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d16b5908-acce-4cd7-930d-332e12199ec8 2018-10-04 16:29:53,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.952527999878s 2018-10-04 16:29:53,926 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d16b5908-acce-4cd7-930d-332e12199ec8 2018-10-04 16:29:53,929 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of target_vnf : 12.0.0.10 2018-10-04 16:29:53,929 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of target_vnf : fa:16:3e:61:f5:fb 2018-10-04 16:29:53,929 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - init test exec 2018-10-04 16:29:53,949 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - init vnf controller 2018-10-04 16:29:53,966 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - initialize vm controller 2018-10-04 16:29:53,966 - functest.opnfv_tests.vnf.router.vnf_controller.command_generator - DEBUG - init command generator 2018-10-04 16:29:54,037 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test Start Time:'2018-10-04 16:29:54' 2018-10-04 16:29:54,037 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start config command target_vnf and reference_vnf 2018-10-04 16:29:54,037 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to target vnf 2018-10-04 16:29:54,074 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-10-04 16:29:54,077 - paramiko.transport - DEBUG - starting thread (client mode): 0x16c28ed0L 2018-10-04 16:29:54,078 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 16:29:54,082 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-10-04 16:29:54,082 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-10-04 16:29:54,083 - 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-10-04 16:29:54,084 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-10-04 16:29:54,084 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-10-04 16:29:54,084 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 16:29:54,084 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-10-04 16:29:54,084 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 16:29:54,117 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-10-04 16:29:54,227 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-10-04 16:29:54,228 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 16:29:54,230 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.208: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-10-04 16:29:54,266 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 16:29:54,274 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-10-04 16:29:54,274 - paramiko.transport - INFO - Authentication (password) successful! 2018-10-04 16:29:54,294 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.208. 2018-10-04 16:29:54,294 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 16:29:54,296 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 16:29:54,296 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 16:29:54,299 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 16:29:54,300 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 16:29:55,338 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-10-04 16:29:56,340 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-10-04 16:30:01,346 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-10-04 16:30:02,348 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-10-04 16:30:07,353 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-10-04 16:30:08,355 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-10-04 16:30:13,361 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.1.0/24 blackhole distance 1 2018-10-04 16:30:14,363 - 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-10-04 16:30:19,368 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.2.0/24 blackhole distance 1 2018-10-04 16:30:20,371 - 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-10-04 16:30:25,376 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.3.0/24 blackhole distance 1 2018-10-04 16:30:26,378 - 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-10-04 16:30:31,383 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.4.0/24 blackhole distance 1 2018-10-04 16:30:32,385 - 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-10-04 16:30:37,390 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.5.0/24 blackhole distance 1 2018-10-04 16:30:38,392 - 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-10-04 16:30:43,398 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.6.0/24 blackhole distance 1 2018-10-04 16:30:44,399 - 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-10-04 16:30:49,405 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.7.0/24 blackhole distance 1 2018-10-04 16:30:50,406 - 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-10-04 16:30:55,412 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.8.0/24 blackhole distance 1 2018-10-04 16:30:56,414 - 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-10-04 16:31:01,419 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.9.0/24 blackhole distance 1 2018-10-04 16:31:02,421 - 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-10-04 16:31:07,424 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.10.0/24 blackhole distance 1 2018-10-04 16:31:08,426 - 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-10-04 16:31:13,431 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-10-04 16:31:14,434 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-10-04 16:31:19,439 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.5 ebgp-multihop '2' 2018-10-04 16:31:20,441 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.5 ebgp-multihop '2' [edit] vyos@vyos# 2018-10-04 16:31:25,447 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.5 remote-as 65002 2018-10-04 16:31:26,449 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.5 remote-as 65002 [edit] vyos@vyos# 2018-10-04 16:31:31,451 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.5 update-source 12.0.0.10 2018-10-04 16:31:32,453 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.5 update-source 12.0.0.10 [edit] vyos@vyos# 2018-10-04 16:31:37,458 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.5 soft-reconfiguration inbound 2018-10-04 16:31:38,460 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.5 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-10-04 16:31:43,465 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.5 password lab0033 2018-10-04 16:31:44,467 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.5 password lab0033 [edit] vyos@vyos# 2018-10-04 16:31:49,473 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.1.0/24 2018-10-04 16:31:50,475 - 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-10-04 16:31:55,480 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.2.0/24 2018-10-04 16:31:56,482 - 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-10-04 16:32:01,488 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.3.0/24 2018-10-04 16:32:02,490 - 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-10-04 16:32:07,493 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.4.0/24 2018-10-04 16:32:08,495 - 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-10-04 16:32:13,500 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.5.0/24 2018-10-04 16:32:14,502 - 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-10-04 16:32:19,508 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.6.0/24 2018-10-04 16:32:20,510 - 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-10-04 16:32:25,515 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.7.0/24 2018-10-04 16:32:26,517 - 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-10-04 16:32:31,523 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.8.0/24 2018-10-04 16:32:32,524 - 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-10-04 16:32:37,530 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.9.0/24 2018-10-04 16:32:38,532 - 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-10-04 16:32:43,533 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.10.0/24 2018-10-04 16:32:44,535 - 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-10-04 16:32:49,541 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 parameters router-id 12.0.0.10 2018-10-04 16:32:50,543 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 parameters router-id 12.0.0.10 [edit] vyos@vyos# 2018-10-04 16:32:55,547 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-10-04 16:32:56,549 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-10-04 16:33:01,585 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 16:33:01,613 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to reference vnf 2018-10-04 16:33:01,666 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.201. 2018-10-04 16:33:01,671 - paramiko.transport - DEBUG - starting thread (client mode): 0x170ed6d0L 2018-10-04 16:33:01,671 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 16:33:01,676 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-10-04 16:33:01,676 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-10-04 16:33:01,677 - 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-10-04 16:33:01,678 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-10-04 16:33:01,678 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-10-04 16:33:01,678 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 16:33:01,678 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-10-04 16:33:01,678 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 16:33:01,719 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-10-04 16:33:01,828 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-10-04 16:33:01,829 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 16:33:01,832 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.201: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-10-04 16:33:01,867 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 16:33:01,877 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-10-04 16:33:01,878 - paramiko.transport - INFO - Authentication (password) successful! 2018-10-04 16:33:01,896 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.201. 2018-10-04 16:33:01,897 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 16:33:01,898 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 16:33:01,898 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 16:33:01,904 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 16:33:01,905 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 16:33:02,933 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-10-04 16:33:03,935 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-10-04 16:33:08,940 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-10-04 16:33:09,942 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-10-04 16:33:14,948 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-10-04 16:33:15,950 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-10-04 16:33:20,955 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.1.0/24 blackhole distance 1 2018-10-04 16:33:21,957 - 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-10-04 16:33:26,962 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.2.0/24 blackhole distance 1 2018-10-04 16:33:27,964 - 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-10-04 16:33:32,969 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.3.0/24 blackhole distance 1 2018-10-04 16:33:33,971 - 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-10-04 16:33:38,976 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.4.0/24 blackhole distance 1 2018-10-04 16:33:39,978 - 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-10-04 16:33:44,984 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.5.0/24 blackhole distance 1 2018-10-04 16:33:45,986 - 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-10-04 16:33:50,991 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.6.0/24 blackhole distance 1 2018-10-04 16:33:51,993 - 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-10-04 16:33:56,999 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.7.0/24 blackhole distance 1 2018-10-04 16:33:58,000 - 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-10-04 16:34:03,006 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.8.0/24 blackhole distance 1 2018-10-04 16:34:04,008 - 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-10-04 16:34:09,013 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.9.0/24 blackhole distance 1 2018-10-04 16:34:10,015 - 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-10-04 16:34:15,021 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.10.0/24 blackhole distance 1 2018-10-04 16:34:16,023 - 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-10-04 16:34:21,028 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-10-04 16:34:22,030 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-10-04 16:34:27,036 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.10 ebgp-multihop '2' 2018-10-04 16:34:28,038 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.10 ebgp-multihop '2' [edit] vyos@vyos# 2018-10-04 16:34:33,043 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.10 remote-as 65001 2018-10-04 16:34:34,045 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.10 remote-as 65001 [edit] vyos@vyos# 2018-10-04 16:34:39,051 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.10 update-source 12.0.0.5 2018-10-04 16:34:40,053 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.10 update-source 12.0.0.5 [edit] vyos@vyos# 2018-10-04 16:34:45,058 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.10 soft-reconfiguration inbound 2018-10-04 16:34:46,060 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.10 soft-reconfiguration inbou nd [edit] vyos@vyos# 2018-10-04 16:34:51,065 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.10 password lab0033 2018-10-04 16:34:52,067 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.10 password lab0033 [edit] vyos@vyos# 2018-10-04 16:34:57,072 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.1.0/24 2018-10-04 16:34:58,074 - 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-10-04 16:35:03,079 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.2.0/24 2018-10-04 16:35:04,081 - 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-10-04 16:35:09,086 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.3.0/24 2018-10-04 16:35:10,088 - 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-10-04 16:35:15,093 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.4.0/24 2018-10-04 16:35:16,095 - 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-10-04 16:35:21,100 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.5.0/24 2018-10-04 16:35:22,102 - 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-10-04 16:35:27,107 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.6.0/24 2018-10-04 16:35:28,109 - 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-10-04 16:35:33,110 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.7.0/24 2018-10-04 16:35:34,112 - 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-10-04 16:35:39,113 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.8.0/24 2018-10-04 16:35:40,115 - 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-10-04 16:35:45,120 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.9.0/24 2018-10-04 16:35:46,122 - 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-10-04 16:35:51,128 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.10.0/24 2018-10-04 16:35:52,130 - 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-10-04 16:35:57,135 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 parameters router-id 12.0.0.5 2018-10-04 16:35:58,137 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 parameters router-id 12.0.0.5 [edit] vyos@vyos# 2018-10-04 16:36:03,142 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-10-04 16:36:04,144 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-10-04 16:36:09,240 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 16:36:09,263 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish config command. 2018-10-04 16:36:09,264 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Waiting for protocol stable. 2018-10-04 16:37:09,304 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start check method 2018-10-04 16:37:09,350 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-10-04 16:37:09,353 - paramiko.transport - DEBUG - starting thread (client mode): 0x16c28090L 2018-10-04 16:37:09,354 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 16:37:09,357 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-10-04 16:37:09,358 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-10-04 16:37:09,359 - 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-10-04 16:37:09,359 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-10-04 16:37:09,359 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-10-04 16:37:09,359 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 16:37:09,359 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-10-04 16:37:09,359 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 16:37:09,392 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-10-04 16:37:09,501 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-10-04 16:37:09,502 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 16:37:09,505 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.208: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-10-04 16:37:09,541 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 16:37:09,547 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-10-04 16:37:09,548 - paramiko.transport - INFO - Authentication (password) successful! 2018-10-04 16:37:09,569 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.208. 2018-10-04 16:37:09,570 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 16:37:09,570 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 16:37:09,571 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 16:37:09,572 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 16:37:09,574 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 16:37:10,575 - functest.opnfv_tests.vnf.router.vnf_controller.checker - DEBUG - init checker 2018-10-04 16:37:40,697 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 16:37:40,723 - 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-10-04 16:37:40,724 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp summary | no-more BGP router identifier 12.0.0.10, 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.5 4 65002 3 6 0 0 0 00:01:01 10 Total number of neighbors 1 vyos@vyos:~$ 2018-10-04 16:37:40,724 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.5 | no-more BGP neighbor is 12.0.0.5, remote AS 65002, local AS 65001, external link BGP version 4, remote router ID 12.0.0.5 BGP state = Established, up for 00:01:07 Last read 07:30:38, 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: 2 0 Notifications: 0 0 Updates: 1 1 Keepalives: 3 2 Route Refresh: 0 0 Capability: 0 0 Total: 6 3 Minimum time between advertisement runs is 30 seconds Update source is 12.0.0.10 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.10, Local port: 179 Foreign host: 12.0.0.5, Foreign port: 45402 Nexthop: 12.0.0.10 Nexthop global: fe80::f816:3eff:fe61:f5fb Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off vyos@vyos:~$ 2018-10-04 16:37:40,724 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.5 advertised-routes | no-more BGP table version is 0, local router ID is 12.0.0.10 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.10 0 32768 i *> 10.0.2.0/24 12.0.0.10 0 32768 i *> 10.0.3.0/24 12.0.0.10 0 32768 i *> 10.0.4.0/24 12.0.0.10 0 32768 i *> 10.0.5.0/24 12.0.0.10 0 32768 i *> 10.0.6.0/24 12.0.0.10 0 32768 i *> 10.0.7.0/24 12.0.0.10 0 32768 i *> 10.0.8.0/24 12.0.0.10 0 32768 i *> 10.0.9.0/24 12.0.0.10 0 32768 i *> 10.0.10.0/24 12.0.0.10 0 32768 i Total number of prefixes 10 vyos@vyos:~$ 2018-10-04 16:37:40,724 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.5 received-routes | no-more BGP table version is 0, local router ID is 12.0.0.10 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.5 0 0 65002 i *> 10.1.2.0/24 12.0.0.5 0 0 65002 i *> 10.1.3.0/24 12.0.0.5 0 0 65002 i *> 10.1.4.0/24 12.0.0.5 0 0 65002 i *> 10.1.5.0/24 12.0.0.5 0 0 65002 i *> 10.1.6.0/24 12.0.0.5 0 0 65002 i *> 10.1.7.0/24 12.0.0.5 0 0 65002 i *> 10.1.8.0/24 12.0.0.5 0 0 65002 i *> 10.1.9.0/24 12.0.0.5 0 0 65002 i *> 10.1.10.0/24 12.0.0.5 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-10-04 16:37:40,724 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.5 routes | no-more BGP table version is 0, local router ID is 12.0.0.10 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.5 0 0 65002 i *> 10.1.2.0/24 12.0.0.5 0 0 65002 i *> 10.1.3.0/24 12.0.0.5 0 0 65002 i *> 10.1.4.0/24 12.0.0.5 0 0 65002 i *> 10.1.5.0/24 12.0.0.5 0 0 65002 i *> 10.1.6.0/24 12.0.0.5 0 0 65002 i *> 10.1.7.0/24 12.0.0.5 0 0 65002 i *> 10.1.8.0/24 12.0.0.5 0 0 65002 i *> 10.1.9.0/24 12.0.0.5 0 0 65002 i *> 10.1.10.0/24 12.0.0.5 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-10-04 16:37:40,725 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish check method. 2018-10-04 16:37:40,725 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test duration :'466.7' 2018-10-04 16:37:40,725 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the reference_vnf 2018-10-04 16:37:40,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:37:40,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:37:42,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:37: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-4b23b0a3-d9cd-440d-8515-43e6353f60b0 x-compute-request-id: req-4b23b0a3-d9cd-440d-8515-43e6353f60b0 Content-Encoding: gzip Content-Length: 1180 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:08:8a:49", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:8a:49", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b6:a3", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ffb5097b-3b59-47f0-84ad-5dad1ed42094", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ffb5097b-3b59-47f0-84ad-5dad1ed42094", "rel": "bookmark"}], "image": {"id": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "links": [{"href": "http://172.30.9.23:8774/images/450d0b4a-2685-4044-a032-fa7c48d22ac8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:29:18.000000", "flavor": {"id": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "links": [{"href": "http://172.30.9.23:8774/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79", "rel": "bookmark"}]}, "id": "ffb5097b-3b59-47f0-84ad-5dad1ed42094", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:29:21Z", "hostId": "a7a6f6af32bcdffe3141be94cbcbcf4858727cd960b08c55636876e3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-04T16:28:31Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ea90d7f9-c95e-4683-b4e5-f147634401ae"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:60:1b", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:60:1b", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:f5:fb", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f825c02d-787a-4bd8-b92b-5bb9717766f6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f825c02d-787a-4bd8-b92b-5bb9717766f6", "rel": "bookmark"}], "image": {"id": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "links": [{"href": "http://172.30.9.23:8774/images/450d0b4a-2685-4044-a032-fa7c48d22ac8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:29:18.000000", "flavor": {"id": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "links": [{"href": "http://172.30.9.23:8774/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79", "rel": "bookmark"}]}, "id": "f825c02d-787a-4bd8-b92b-5bb9717766f6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:29:20Z", "hostId": "a7a6f6af32bcdffe3141be94cbcbcf4858727cd960b08c55636876e3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-04T16:28:31Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ea90d7f9-c95e-4683-b4e5-f147634401ae"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_fb486d0c-bc77-4c83-9da4-af97c2f9de85": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:67:ec", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:67:ec", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:25:51.000000", "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:25:53Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:37:42,501 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4b23b0a3-d9cd-440d-8515-43e6353f60b0 2018-10-04 16:37:42,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.77585601807s 2018-10-04 16:37:42,502 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4b23b0a3-d9cd-440d-8515-43e6353f60b0 2018-10-04 16:37:42,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-04 16:37:42,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/ffb5097b-3b59-47f0-84ad-5dad1ed42094 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:37:42,657 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 16:37:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9b2c6002-999b-474b-9701-5fa82ed37cfe x-compute-request-id: req-9b2c6002-999b-474b-9701-5fa82ed37cfe Content-Type: application/json 2018-10-04 16:37:42,658 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/ffb5097b-3b59-47f0-84ad-5dad1ed42094 used request id req-9b2c6002-999b-474b-9701-5fa82ed37cfe 2018-10-04 16:37:42,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.151932954788s 2018-10-04 16:37:42,658 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/ffb5097b-3b59-47f0-84ad-5dad1ed42094 used request id req-9b2c6002-999b-474b-9701-5fa82ed37cfe 2018-10-04 16:37:42,658 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the target_vnf 2018-10-04 16:37:42,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:37:42,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:37:44,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:37:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0f7363c-3520-480b-9e9f-633bf3ab2a7d x-compute-request-id: req-b0f7363c-3520-480b-9e9f-633bf3ab2a7d Content-Encoding: gzip Content-Length: 1193 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:08:8a:49", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:8a:49", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b6:a3", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ffb5097b-3b59-47f0-84ad-5dad1ed42094", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ffb5097b-3b59-47f0-84ad-5dad1ed42094", "rel": "bookmark"}], "image": {"id": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "links": [{"href": "http://172.30.9.23:8774/images/450d0b4a-2685-4044-a032-fa7c48d22ac8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:29:18.000000", "flavor": {"id": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "links": [{"href": "http://172.30.9.23:8774/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79", "rel": "bookmark"}]}, "id": "ffb5097b-3b59-47f0-84ad-5dad1ed42094", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:37:42Z", "hostId": "a7a6f6af32bcdffe3141be94cbcbcf4858727cd960b08c55636876e3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-04T16:28:31Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ea90d7f9-c95e-4683-b4e5-f147634401ae"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:60:1b", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:60:1b", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:f5:fb", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f825c02d-787a-4bd8-b92b-5bb9717766f6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f825c02d-787a-4bd8-b92b-5bb9717766f6", "rel": "bookmark"}], "image": {"id": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "links": [{"href": "http://172.30.9.23:8774/images/450d0b4a-2685-4044-a032-fa7c48d22ac8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:29:18.000000", "flavor": {"id": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "links": [{"href": "http://172.30.9.23:8774/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79", "rel": "bookmark"}]}, "id": "f825c02d-787a-4bd8-b92b-5bb9717766f6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:29:20Z", "hostId": "a7a6f6af32bcdffe3141be94cbcbcf4858727cd960b08c55636876e3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-04T16:28:31Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ea90d7f9-c95e-4683-b4e5-f147634401ae"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_fb486d0c-bc77-4c83-9da4-af97c2f9de85": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:67:ec", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:67:ec", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:25:51.000000", "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:25:53Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:37:44,412 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b0f7363c-3520-480b-9e9f-633bf3ab2a7d 2018-10-04 16:37:44,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.75301003456s 2018-10-04 16:37:44,412 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b0f7363c-3520-480b-9e9f-633bf3ab2a7d 2018-10-04 16:37:44,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-04 16:37:44,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/f825c02d-787a-4bd8-b92b-5bb9717766f6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:37:44,556 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 16:37: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-670c1a80-fa2e-4474-8b87-d9291eef8f9d x-compute-request-id: req-670c1a80-fa2e-4474-8b87-d9291eef8f9d Content-Type: application/json 2018-10-04 16:37:44,556 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/f825c02d-787a-4bd8-b92b-5bb9717766f6 used request id req-670c1a80-fa2e-4474-8b87-d9291eef8f9d 2018-10-04 16:37:44,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.1402759552s 2018-10-04 16:37:44,556 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/f825c02d-787a-4bd8-b92b-5bb9717766f6 used request id req-670c1a80-fa2e-4474-8b87-d9291eef8f9d 2018-10-04 16:37:44,679 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 16:37:44,680 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 16:11 | PASS | +----------------------+------------------+------------------+----------------+ 2018-10-04 16:37:44,684 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-10-04 16:37:44,685 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions 2018-10-04 16:37:44,769 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:37:44,769 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:37:44,769 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:37:44,770 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:37:44,770 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:37:44,770 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:37:44,770 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:37:44,770 - 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": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:27:14.239Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "155df5d5-3273-42f3-a551-3666e865c87a"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-04T16:27:51.032Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3cf80aea-d4c3-494b-856b-951fc47ed83e"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-10-04 16:37:44,770 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:37:44,770 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:37:44 GMT 2018-10-04 16:37:44,770 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:37:44,770 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6363 2018-10-04 16:37:44,770 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:37:44,771 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.202:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-10-04 16:37:44,943 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:37:44,944 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:37:44,944 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:37:44,944 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:37:44,944 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:37:44,944 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:37:44,944 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:37:44,944 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 156 2018-10-04 16:37:44,944 - 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-10-04T16:37:44.857Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "f397b737-2bc3-4d96-8962-883c6a91eeef"} 2018-10-04 16:37:44,944 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:37:44,945 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:37:44 GMT 2018-10-04 16:37:44,945 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:37:44,945 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-10-04 16:37:44,945 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:37:44,945 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:37:45,035 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:37:45,035 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:37:45,035 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:37:45,035 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:37:45,035 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:37:45,035 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:37:45,035 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:37:45,036 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-10-04 16:37:45,036 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:37:45,036 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:37:45 GMT 2018-10-04 16:37:45,036 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:37:45,036 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-10-04 16:37:45,036 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:37:45,036 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/f397b737-2bc3-4d96-8962-883c6a91eeef 2018-10-04 16:37:45,128 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:37:45,128 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:37:45,128 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:37:45,128 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:37:45,128 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:37:45,128 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:37:45,128 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:37:45,128 - 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-10-04T16:37:44.857Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "f397b737-2bc3-4d96-8962-883c6a91eeef"} 2018-10-04 16:37:45,129 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:37:45,129 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:37:45 GMT 2018-10-04 16:37:45,129 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:37:45,129 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-10-04 16:37:45,129 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:37:50,134 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:37:50,206 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:37:50,206 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:37:50,206 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:37:50,206 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:37:50,206 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:37:50,206 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:37:50,206 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:37:50,206 - 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-10-04T16:37:45.700Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:45.700Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "reference_vnf_host_8bicd7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:46.588Z", "message": "Stopping node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:46.588Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "target_vnf_host_jfaecs", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:46.588Z", "message": "Stopping node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:46.588Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "reference_vnf_host_8bicd7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:47.599Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:47.599Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "target_vnf_host_jfaecs", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:47.599Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:47.599Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "reference_vnf_host_8bicd7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:47.599Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:47.599Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "target_vnf_host_jfaecs", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:47.599Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:47.599Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:48.611Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:48.611Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "target_vnf_host_jfaecs", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:48.611Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance f825c02d-787a-4bd8-b92b-5bb9717766f6 could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance f825c02d-787a-4bd8-b92b-5bb9717766f6 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 432, in stop\n nova_client.servers.stop(server)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1060, in stop\n resp, body = self._action_return_resp_and_body('os-stop', server, None)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1856, in _action_return_resp_and_body\n return self.api.client.post(url, body=body)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 240, in post\n return self.request(url, 'POST', **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 f825c02d-787a-4bd8-b92b-5bb9717766f6 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-10-04T16:37:48.611Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "reference_vnf_host_8bicd7", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:48.611Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance ffb5097b-3b59-47f0-84ad-5dad1ed42094 could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance ffb5097b-3b59-47f0-84ad-5dad1ed42094 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 ffb5097b-3b59-47f0-84ad-5dad1ed42094 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-10-04T16:37:48.611Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:48.611Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:48.611Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:49.621Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:49.621Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:49.621Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:49.621Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}], "metadata": {"pagination": {"total": 13, "offset": 0, "size": 50}}} 2018-10-04 16:37:50,207 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:37:50,207 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:37:50 GMT 2018-10-04 16:37:50,207 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:37:50,207 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10690 2018-10-04 16:37:50,207 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:37:50,208 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'uninstall' workflow execution 2018-10-04 16:37:50,208 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-04 16:37:50,208 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-04 16:37:50,208 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-04 16:37:50,208 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-04 16:37:50,209 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-04 16:37:50,209 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-04 16:37:50,209 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-10-04 16:37:50,209 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance f825c02d-787a-4bd8-b92b-5bb9717766f6 could not be found. [status_code=404] 2018-10-04 16:37:50,209 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance ffb5097b-3b59-47f0-84ad-5dad1ed42094 could not be found. [status_code=404] 2018-10-04 16:37:50,209 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-10-04 16:37:50,209 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-10-04 16:37:50,210 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-10-04 16:37:50,210 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/f397b737-2bc3-4d96-8962-883c6a91eeef 2018-10-04 16:37:50,282 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:37:50,283 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:37:50,283 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:37:50,283 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:37:50,283 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:37:50,283 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:37:50,283 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:37:50,283 - 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-10-04T16:37:44.857Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "f397b737-2bc3-4d96-8962-883c6a91eeef"} 2018-10-04 16:37:50,283 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:37:50,284 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:37:50 GMT 2018-10-04 16:37:50,284 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:37:50,284 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-10-04 16:37:50,284 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:37:55,288 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:37:55,353 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:37:55,353 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:37:55,353 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:37:55,353 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:37:55,353 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:37:55,353 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:37:55,354 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:37:55,354 - 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-10-04T16:37:50.998Z", "message": "Detaching port b767db7f-dd73-4d51-8d0b-9e135d49d054...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:50.998Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef", "logger": "f6510574-e7e3-42cf-82cf-8742f0db821d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:51.600Z", "message": "Detaching port c6cf14c5-4a40-45b0-80ba-5eb0b83f9ccb...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:51.600Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef", "logger": "f91db856-f36c-4945-8e1a-b86f0291ef8d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:51.600Z", "message": "Successfully detached port b767db7f-dd73-4d51-8d0b-9e135d49d054", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:51.600Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef", "logger": "f6510574-e7e3-42cf-82cf-8742f0db821d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:51.600Z", "message": "Successfully detached port c6cf14c5-4a40-45b0-80ba-5eb0b83f9ccb", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:51.600Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef", "logger": "f91db856-f36c-4945-8e1a-b86f0291ef8d"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:51.641Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:51.641Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:52.643Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:52.643Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:52.643Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:52.643Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:52.643Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:52.643Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:53.917Z", "message": "Detaching port 2f8ed6e5-c44d-4500-bf14-84f47e2e634f...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:53.917Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef", "logger": "70953521-5a48-47d6-af2c-7da5763b4494"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:54.614Z", "message": "Detaching port c53f206f-b036-4b02-9270-e58e2dc6a24b...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:54.614Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef", "logger": "b8b453fc-c1a2-4d34-894c-22ad92ed4245"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:54.614Z", "message": "Successfully detached port 2f8ed6e5-c44d-4500-bf14-84f47e2e634f", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:54.614Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef", "logger": "70953521-5a48-47d6-af2c-7da5763b4494"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:54.746Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:54.746Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}], "metadata": {"pagination": {"total": 27, "offset": 13, "size": 50}}} 2018-10-04 16:37:55,354 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:37:55,354 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:37:55 GMT 2018-10-04 16:37:55,354 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:37:55,354 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6323 2018-10-04 16:37:55,354 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:37:55,355 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port b767db7f-dd73-4d51-8d0b-9e135d49d054... 2018-10-04 16:37:55,355 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port c6cf14c5-4a40-45b0-80ba-5eb0b83f9ccb... 2018-10-04 16:37:55,355 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port b767db7f-dd73-4d51-8d0b-9e135d49d054 2018-10-04 16:37:55,355 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port c6cf14c5-4a40-45b0-80ba-5eb0b83f9ccb 2018-10-04 16:37:55,356 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-10-04 16:37:55,356 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-10-04 16:37:55,356 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-10-04 16:37:55,356 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-10-04 16:37:55,356 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 2f8ed6e5-c44d-4500-bf14-84f47e2e634f... 2018-10-04 16:37:55,356 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port c53f206f-b036-4b02-9270-e58e2dc6a24b... 2018-10-04 16:37:55,357 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 2f8ed6e5-c44d-4500-bf14-84f47e2e634f 2018-10-04 16:37:55,357 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-10-04 16:37:55,357 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/f397b737-2bc3-4d96-8962-883c6a91eeef 2018-10-04 16:37:55,450 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:37:55,450 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:37:55,450 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:37:55,450 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:37:55,451 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:37:55,451 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:37:55,451 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:37:55,451 - 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-10-04T16:37:44.857Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "f397b737-2bc3-4d96-8962-883c6a91eeef"} 2018-10-04 16:37:55,451 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:37:55,451 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:37:55 GMT 2018-10-04 16:37:55,451 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:37:55,451 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-10-04 16:37:55,451 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:38:00,457 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:38:00,527 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:38:00,527 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:38:00,527 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:38:00,527 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:38:00,527 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:38:00,528 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:38:00,528 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:38:00,528 - 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-10-04T16:37:55.645Z", "message": "Successfully detached port c53f206f-b036-4b02-9270-e58e2dc6a24b", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:55.645Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef", "logger": "b8b453fc-c1a2-4d34-894c-22ad92ed4245"}, {"node_instance_id": "reference_vnf_host_8bicd7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:55.875Z", "message": "Deleting node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:55.875Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "target_vnf_host_jfaecs", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:55.875Z", "message": "Deleting node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:55.875Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "reference_vnf_host_8bicd7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:55.875Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:55.875Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "target_vnf_host_jfaecs", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:55.875Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:55.875Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "reference_vnf_host_8bicd7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:55.875Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:55.875Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "target_vnf_host_jfaecs", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:55.875Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:55.875Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:55.875Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:55.875Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "reference_vnf_host_8bicd7", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:56.682Z", "message": "deleting server", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:56.682Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef", "logger": "4e428572-beea-4892-8307-f00764c6be5d"}, {"node_instance_id": "target_vnf_host_jfaecs", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:56.682Z", "message": "deleting server", "level": "info", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:56.682Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef", "logger": "61d49ad8-5f05-461c-af3f-60b14b27b8e3"}, {"node_instance_id": "target_vnf_host_jfaecs", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:56.911Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance f825c02d-787a-4bd8-b92b-5bb9717766f6 could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance f825c02d-787a-4bd8-b92b-5bb9717766f6 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 f825c02d-787a-4bd8-b92b-5bb9717766f6 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-10-04T16:37:56.911Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:57.935Z", "message": "Sending task 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:57.935Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "target_vnf_data_plane_port_tv13ky", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:57.935Z", "message": "Stopping node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:57.935Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "target_vnf_port_9ns1mp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:57.935Z", "message": "Stopping node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:57.935Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "reference_vnf_host_8bicd7", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:57.935Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance ffb5097b-3b59-47f0-84ad-5dad1ed42094 could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance ffb5097b-3b59-47f0-84ad-5dad1ed42094 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 ffb5097b-3b59-47f0-84ad-5dad1ed42094 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-10-04T16:37:57.935Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:57.935Z", "message": "Task started 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:57.935Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "keypair_cag7vz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:59.040Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:59.040Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "reference_vnf_data_plane_port_wcbxf9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:59.040Z", "message": "Deleting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:59.040Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "target_vnf_data_plane_port_tv13ky", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:59.040Z", "message": "Deleting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:59.040Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:59.040Z", "message": "Sending task 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:59.040Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "target_vnf_data_plane_port_tv13ky", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:59.040Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:59.040Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "keypair_cag7vz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:59.040Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:59.040Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "reference_vnf_data_plane_port_wcbxf9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:59.040Z", "message": "Stopping node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:59.040Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "reference_vnf_port_zef7ap", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:59.040Z", "message": "Stopping node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:59.040Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:59.040Z", "message": "Task started 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:59.040Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "target_vnf_data_plane_port_tv13ky", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:59.040Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:59.040Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "target_vnf_data_plane_port_tv13ky", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:37:59.935Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:37:59.935Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef", "logger": "46ff89ab-0f3c-4571-9dc6-37ed8e0e15b1"}, {"node_instance_id": "reference_vnf_data_plane_port_wcbxf9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:00.095Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:00.095Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "keypair_cag7vz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:00.095Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:00.095Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "reference_vnf_data_plane_port_wcbxf9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:00.095Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:00.095Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "keypair_cag7vz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:00.095Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:00.095Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}], "metadata": {"pagination": {"total": 58, "offset": 25, "size": 50}}} 2018-10-04 16:38:00,528 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:38:00,528 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:38:00 GMT 2018-10-04 16:38:00,528 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:38:00,528 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 19973 2018-10-04 16:38:00,528 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:38:00,529 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port c53f206f-b036-4b02-9270-e58e2dc6a24b 2018-10-04 16:38:00,529 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-04 16:38:00,530 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-04 16:38:00,530 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-04 16:38:00,530 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-04 16:38:00,530 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-04 16:38:00,530 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-04 16:38:00,530 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-10-04 16:38:00,531 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-10-04 16:38:00,531 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-10-04 16:38:00,531 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance f825c02d-787a-4bd8-b92b-5bb9717766f6 could not be found. [status_code=404] 2018-10-04 16:38:00,531 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.disconnect_port' 2018-10-04 16:38:00,531 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-04 16:38:00,531 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-04 16:38:00,531 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance ffb5097b-3b59-47f0-84ad-5dad1ed42094 could not be found. [status_code=404] 2018-10-04 16:38:00,532 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.disconnect_port' 2018-10-04 16:38:00,532 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-04 16:38:00,532 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-04 16:38:00,532 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-04 16:38:00,532 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.disconnect_port' 2018-10-04 16:38:00,532 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-10-04 16:38:00,533 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-04 16:38:00,533 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-04 16:38:00,533 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-04 16:38:00,533 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.disconnect_port' 2018-10-04 16:38:00,533 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-10-04 16:38:00,533 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-10-04 16:38:00,534 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-10-04 16:38:00,534 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-10-04 16:38:00,534 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-10-04 16:38:00,534 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-10-04 16:38:00,534 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/f397b737-2bc3-4d96-8962-883c6a91eeef 2018-10-04 16:38:00,592 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:38:00,592 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:38:00,592 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:38:00,592 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:38:00,593 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:38:00,593 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:38:00,593 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:38:00,593 - 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-10-04T16:37:44.857Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "f397b737-2bc3-4d96-8962-883c6a91eeef"} 2018-10-04 16:38:00,593 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:38:00,593 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:38:00 GMT 2018-10-04 16:38:00,593 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:38:00,593 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-10-04 16:38:00,593 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:38:05,599 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:38:06,140 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:38:06,140 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:38:06,140 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:38:06,140 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:38:06,140 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:38:06,140 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:38:06,140 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:38:06,141 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "keypair_cag7vz", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:00.696Z", "message": "deleting keypair", "level": "info", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:00.696Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef", "logger": "2dda36c9-903b-41b6-b155-a1eb39f497bf"}, {"node_instance_id": "reference_vnf_data_plane_port_wcbxf9", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:00.696Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:00.696Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef", "logger": "cdc2651f-2f67-4158-827d-49f03785989b"}, {"node_instance_id": "keypair_cag7vz", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:00.696Z", "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-10-04T16:38:00.696Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef", "logger": "2dda36c9-903b-41b6-b155-a1eb39f497bf"}, {"node_instance_id": "target_vnf_port_9ns1mp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:01.104Z", "message": "Deleting node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:01.104Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "target_vnf_port_9ns1mp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:01.104Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:01.104Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "target_vnf_port_9ns1mp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:01.104Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:01.104Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:01.104Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:01.104Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "keypair_cag7vz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:01.104Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:01.104Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "target_vnf_port_9ns1mp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:01.708Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:01.708Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef", "logger": "9c905590-4fdc-4c03-9ba6-fc4952a09387"}, {"node_instance_id": "reference_vnf_port_zef7ap", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:02.235Z", "message": "Deleting node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:02.235Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "reference_vnf_port_zef7ap", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:02.235Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:02.235Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "reference_vnf_port_zef7ap", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:02.235Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:02.235Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:02.235Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:02.235Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "reference_vnf_data_plane_port_wcbxf9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:02.235Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:02.235Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "target_vnf_data_plane_port_tv13ky", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:02.235Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:02.235Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "reference_vnf_port_zef7ap", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:02.741Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:02.741Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef", "logger": "c1ca7d6f-e70a-47b2-b373-a0743956bebb"}, {"node_instance_id": "data_plane_subnet_iughyj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:03.253Z", "message": "Deleting node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:03.253Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "data_plane_subnet_iughyj", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:03.253Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:03.253Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "data_plane_subnet_iughyj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:03.253Z", "message": "Stopping node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:03.253Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "target_vnf_ip_5jvg1i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:03.253Z", "message": "Stopping node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:03.253Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "data_plane_subnet_iughyj", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:03.253Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:03.253Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "target_vnf_port_9ns1mp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:03.253Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:03.253Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "data_plane_subnet_iughyj", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:03.917Z", "message": "deleting subnet", "level": "info", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:03.917Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef", "logger": "ef02fb11-1f96-4e91-93af-de7d982dab70"}, {"node_instance_id": "target_vnf_ip_5jvg1i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:04.268Z", "message": "Deleting node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:04.268Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "target_vnf_ip_5jvg1i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:04.268Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:04.268Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "target_vnf_ip_5jvg1i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:04.268Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:04.268Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "reference_vnf_port_zef7ap", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:04.268Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:04.268Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "target_vnf_ip_5jvg1i", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:04.761Z", "message": "deleting floatingip", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:04.761Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef", "logger": "dc1f7c74-20ce-4708-b6be-438df29a3d24"}, {"node_instance_id": "management_plane_subnet_9km1zp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:05.296Z", "message": "Stopping node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:05.296Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "reference_vnf_ip_sq8b4h", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:05.296Z", "message": "Stopping node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:05.296Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "security_group_whqyez", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:05.296Z", "message": "Stopping node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:05.296Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}], "metadata": {"pagination": {"total": 89, "offset": 56, "size": 50}}} 2018-10-04 16:38:06,141 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:38:06,141 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:38:06 GMT 2018-10-04 16:38:06,141 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:38:06,141 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 15590 2018-10-04 16:38:06,141 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:38:06,142 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting keypair 2018-10-04 16:38:06,142 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-10-04 16:38:06,142 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting private key file at /etc/cloudify/.ssh/vnf_test_keypair.pem 2018-10-04 16:38:06,142 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-04 16:38:06,143 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-10-04 16:38:06,143 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-10-04 16:38:06,143 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-10-04 16:38:06,143 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-10-04 16:38:06,143 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-10-04 16:38:06,143 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-04 16:38:06,144 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-10-04 16:38:06,144 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-10-04 16:38:06,144 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-10-04 16:38:06,144 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-10-04 16:38:06,144 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-10-04 16:38:06,144 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-10-04 16:38:06,144 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-04 16:38:06,145 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-10-04 16:38:06,145 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-04 16:38:06,145 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-04 16:38:06,145 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-10-04 16:38:06,145 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-10-04 16:38:06,145 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-10-04 16:38:06,146 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-04 16:38:06,146 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-10-04 16:38:06,146 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-10-04 16:38:06,146 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-10-04 16:38:06,146 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-10-04 16:38:06,146 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-04 16:38:06,146 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-04 16:38:06,147 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-04 16:38:06,147 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/f397b737-2bc3-4d96-8962-883c6a91eeef 2018-10-04 16:38:06,247 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:38:06,247 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:38:06,248 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:38:06,248 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:38:06,248 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:38:06,248 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:38:06,248 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:38:06,248 - 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-10-04T16:37:44.857Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "f397b737-2bc3-4d96-8962-883c6a91eeef"} 2018-10-04 16:38:06,248 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:38:06,248 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:38:06 GMT 2018-10-04 16:38:06,249 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:38:06,249 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-10-04 16:38:06,249 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:38:11,253 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:38:11,316 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:38:11,316 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:38:11,316 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:38:11,316 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:38:11,316 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:38:11,316 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:38:11,316 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:38:11,317 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_ip_sq8b4h", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:06.920Z", "message": "Deleting node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:06.920Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "security_group_whqyez", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:06.920Z", "message": "Deleting node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:06.920Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "reference_vnf_ip_sq8b4h", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:06.920Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:06.920Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:06.920Z", "message": "Sending task 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:06.920Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "security_group_whqyez", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:06.920Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:06.920Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "reference_vnf_ip_sq8b4h", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:06.920Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:06.920Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:06.920Z", "message": "Task started 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:06.920Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "security_group_whqyez", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:06.920Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:06.920Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "target_vnf_ip_5jvg1i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:06.920Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:06.920Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "reference_vnf_ip_sq8b4h", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:07.312Z", "message": "deleting floatingip", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:07.312Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef", "logger": "40d924a9-5460-4202-898e-2d3023aea726"}, {"node_instance_id": "security_group_whqyez", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:07.779Z", "message": "deleting security_group", "level": "info", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:07.779Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef", "logger": "932f952c-daa9-472c-b1b2-0b72d2304e59"}, {"node_instance_id": "data_plane_network_eox0z3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:07.948Z", "message": "Stopping node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:07.948Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "data_plane_subnet_iughyj", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:07.948Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:07.948Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "data_plane_network_eox0z3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:09.071Z", "message": "Deleting node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:09.071Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "management_plane_subnet_9km1zp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:09.071Z", "message": "Deleting node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:09.071Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "data_plane_network_eox0z3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:09.071Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:09.071Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "management_plane_subnet_9km1zp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:09.071Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:09.071Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "data_plane_network_eox0z3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:09.071Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:09.071Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "management_plane_subnet_9km1zp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:09.071Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:09.071Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "reference_vnf_ip_sq8b4h", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:09.071Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:09.071Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:09.071Z", "message": "Task succeeded 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:09.071Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "security_group_whqyez", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:09.071Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:09.071Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "data_plane_network_eox0z3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:09.422Z", "message": "deleting network", "level": "info", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:09.422Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef", "logger": "d6b6af92-8bf8-473e-9ed2-2c82b5aa4114"}, {"node_instance_id": "management_plane_subnet_9km1zp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:09.793Z", "message": "deleting subnet", "level": "info", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:09.793Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef", "logger": "5bf98dd4-5014-4607-8381-672adca7342d"}, {"node_instance_id": "data_plane_network_eox0z3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:10.632Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:10.632Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}], "metadata": {"pagination": {"total": 114, "offset": 87, "size": 50}}} 2018-10-04 16:38:11,317 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:38:11,317 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:38:11 GMT 2018-10-04 16:38:11,317 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:38:11,317 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12752 2018-10-04 16:38:11,317 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:38:11,318 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-04 16:38:11,318 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-04 16:38:11,318 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-10-04 16:38:11,318 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.disconnect_subnet' 2018-10-04 16:38:11,319 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-04 16:38:11,319 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-10-04 16:38:11,319 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.disconnect_subnet' 2018-10-04 16:38:11,319 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-04 16:38:11,319 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-10-04 16:38:11,319 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-10-04 16:38:11,320 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting security_group 2018-10-04 16:38:11,320 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-04 16:38:11,320 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-10-04 16:38:11,320 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-04 16:38:11,320 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-04 16:38:11,320 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-10-04 16:38:11,321 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-10-04 16:38:11,321 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-10-04 16:38:11,321 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-10-04 16:38:11,321 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-10-04 16:38:11,321 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.disconnect_subnet' 2018-10-04 16:38:11,321 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-04 16:38:11,322 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-10-04 16:38:11,322 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-10-04 16:38:11,322 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-10-04 16:38:11,322 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/f397b737-2bc3-4d96-8962-883c6a91eeef 2018-10-04 16:38:11,383 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:38:11,383 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:38:11,383 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:38:11,383 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:38:11,383 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:38:11,383 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:38:11,384 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:38:11,384 - 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-10-04T16:37:44.857Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "f397b737-2bc3-4d96-8962-883c6a91eeef"} 2018-10-04 16:38:11,384 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:38:11,384 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:38:11 GMT 2018-10-04 16:38:11,384 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:38:11,384 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-10-04 16:38:11,384 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:38:16,390 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:38:16,476 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:38:16,476 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:38:16,476 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:38:16,477 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:38:16,477 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:38:16,477 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:38:16,477 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:38:16,477 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "management_plane_subnet_9km1zp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:12.439Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:12.439Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "management_plane_network_lxgsue", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:13.084Z", "message": "Stopping node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:13.084Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "router_kwepbi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:13.084Z", "message": "Stopping node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:13.084Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "management_plane_network_lxgsue", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:14.151Z", "message": "Deleting node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:14.151Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "router_kwepbi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:14.151Z", "message": "Deleting node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:14.151Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "management_plane_network_lxgsue", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:14.151Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:14.151Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "router_kwepbi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:14.151Z", "message": "Sending task 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:14.151Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "management_plane_network_lxgsue", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:14.151Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:14.151Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "router_kwepbi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:14.151Z", "message": "Task started 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:14.151Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "router_kwepbi", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:14.394Z", "message": "deleting router", "level": "info", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:14.394Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef", "logger": "785099bc-8b0e-4b56-aee7-3c1abb5dc668"}, {"node_instance_id": "management_plane_network_lxgsue", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:14.805Z", "message": "deleting network", "level": "info", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:14.805Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef", "logger": "007398ca-aead-4972-8a8a-267477b973b2"}, {"node_instance_id": "management_plane_network_lxgsue", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:16.458Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:16.458Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}], "metadata": {"pagination": {"total": 125, "offset": 112, "size": 50}}} 2018-10-04 16:38:16,477 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:38:16,477 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:38:16 GMT 2018-10-04 16:38:16,477 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:38:16,477 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6046 2018-10-04 16:38:16,477 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:38:16,478 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-10-04 16:38:16,478 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-04 16:38:16,478 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-04 16:38:16,478 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-04 16:38:16,479 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-04 16:38:16,479 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-10-04 16:38:16,479 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.delete' 2018-10-04 16:38:16,479 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-10-04 16:38:16,479 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.delete' 2018-10-04 16:38:16,479 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting router 2018-10-04 16:38:16,480 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-10-04 16:38:16,480 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-10-04 16:38:16,480 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/f397b737-2bc3-4d96-8962-883c6a91eeef 2018-10-04 16:38:16,538 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:38:16,539 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:38:16,539 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:38:16,539 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:38:16,539 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:38:16,539 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:38:16,539 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:38:16,539 - 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-10-04T16:37:44.857Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "f397b737-2bc3-4d96-8962-883c6a91eeef"} 2018-10-04 16:38:16,539 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:38:16,539 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:38:16 GMT 2018-10-04 16:38:16,540 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:38:16,540 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-10-04 16:38:16,540 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:38:21,545 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-10-04 16:38:21,612 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:38:21,612 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:38:21,613 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:38:21,613 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:38:21,613 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:38:21,613 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:38:21,613 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:38:21,613 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "router_kwepbi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:17.715Z", "message": "Task succeeded 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:17.715Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "external_network_kpzaew", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:19.051Z", "message": "Deleting node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:19.051Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "external_network_kpzaew", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:19.051Z", "message": "Stopping node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:19.051Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "external_network_kpzaew", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:19.177Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:19.177Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "external_network_kpzaew", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:19.177Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:19.177Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": "external_network_kpzaew", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:19.863Z", "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-10-04T16:38:19.863Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef", "logger": "62ee9d0b-9817-4f25-bf82-c55750996188"}, {"node_instance_id": "external_network_kpzaew", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:20.187Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:20.187Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-04T16:38:21.196Z", "message": "'uninstall' workflow execution succeeded", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-04T16:38:21.196Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "f397b737-2bc3-4d96-8962-883c6a91eeef"}], "metadata": {"pagination": {"total": 134, "offset": 124, "size": 50}}} 2018-10-04 16:38:21,613 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:38:21,613 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:38:21 GMT 2018-10-04 16:38:21,613 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:38:21,614 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4049 2018-10-04 16:38:21,614 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:38:21,614 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.delete' 2018-10-04 16:38:21,614 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-04 16:38:21,614 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-04 16:38:21,615 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-10-04 16:38:21,615 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-10-04 16:38:21,615 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - not deleting network since an external network is being used 2018-10-04 16:38:21,615 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-10-04 16:38:21,615 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'uninstall' workflow execution succeeded 2018-10-04 16:38:21,615 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/f397b737-2bc3-4d96-8962-883c6a91eeef 2018-10-04 16:38:21,676 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:38:21,676 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:38:21,676 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:38:21,676 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:38:21,677 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:38:21,677 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:38:21,677 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:38:21,677 - 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-10-04T16:37:44.857Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "f397b737-2bc3-4d96-8962-883c6a91eeef"} 2018-10-04 16:38:21,677 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:38:21,677 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:38:21 GMT 2018-10-04 16:38:21,677 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:38:21,677 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 372 2018-10-04 16:38:21,677 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:38:21,678 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.202:80/api/v3/deployments/vrouter-opnfv 2018-10-04 16:38:21,974 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:38:21,974 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:38:21,974 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:38:21,974 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:38:21,974 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:38:21,974 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:38:21,974 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:38:21,974 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-10-04 16:38:21,974 - 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": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "target_vnf_flavor_id": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "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_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "keystone_password": "885044c6-ccbd-4d6b-ba2a-eea55073a16f", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.23: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": "450d0b4a-2685-4044-a032-fa7c48d22ac8", "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": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-10-04T16:27:13.520Z", "updated_at": "2018-10-04T16:27:13.520Z", "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": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {}, "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-10-04 16:38:21,975 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:38:21,975 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:38:21 GMT 2018-10-04 16:38:21,975 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:38:21,975 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-10-04 16:38:21,975 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:38:21,976 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.202:80/api/v3/blueprints/vrouter-opnfv 2018-10-04 16:38:22,092 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-04 16:38:22,092 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-04 16:38:22,092 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-04 16:38:22,092 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-04 16:38:22,093 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-04 16:38:22,093 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-04 16:38:22,093 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-04 16:38:22,093 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-10-04 16:38:22,093 - 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-10-04T16:27:13.254Z", "updated_at": "2018-10-04T16:27:13.254Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"keypair_name": {"default": "vnf_test_keypair", "type": "string"}, "management_plane_network_name": {"default": "management_plane_network", "type": "string"}, "external_network_name": {"type": "string"}, "keystone_user_domain_name": {"type": "string"}, "data_plane_network_name": {"default": "data_plane_network", "type": "string"}, "target_vnf_name": {"default": "target_vnf", "type": "string"}, "reference_vnf_flavor_id": {"type": "string"}, "target_vnf_flavor_id": {"type": "string"}, "reference_vnf_name": {"default": "reference_vnf", "type": "string"}, "target_vnf_data_plane_port_name": {"default": "target_vnf_data_plane_port", "type": "string"}, "reference_vnf_data_plane_port_name": {"default": "reference_vnf_data_plane_port", "type": "string"}, "keystone_username": {"type": "string"}, "security_group_name": {"default": "vnf_test_security_group", "type": "string"}, "reference_vnf_image_id": {"type": "string"}, "keystone_password": {"type": "string"}, "target_vnf_port_name": {"default": "target_vnf_port", "type": "string"}, "keystone_tenant_name": {"type": "string"}, "keystone_project_domain_name": {"type": "string"}, "region": {"type": "string"}, "reference_vnf_port_name": {"default": "reference_vnf_port", "type": "string"}, "target_vnf_image_id": {"type": "string"}, "management_plane_subnet_name": {"default": "management_plane_subnet", "type": "string"}, "ssh_key_filename": {"default": "~/.ssh/vnf_test_keypair.pem", "type": "string"}, "router_name": {"default": "vnf_test_router", "type": "string"}, "keystone_url": {"type": "string"}, "data_plane_subnet_name": {"default": "data_plane_subnet", "type": "string"}}, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": {"get_property": ["reference_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": {"get_property": ["target_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": {"get_property": ["management_plane_network", "resource_id"]}}, "data_plane_network": {"network_name": {"get_property": ["data_plane_network", "resource_id"]}}}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "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": {"use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "management_plane_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "target_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "target_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_name"}, "ip": "", "image": {"get_input": "target_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "target_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "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": [{"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"}, "resource_id": {"get_input": "management_plane_subnet_name"}, "use_external_resource": false, "create_if_missing": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.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}, "resource_id": {"get_input": "data_plane_subnet_name"}, "use_external_resource": false, "create_if_missing": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [], "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": [], "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": {"use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "data_plane_network_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": {"description": "", "resource_id": {"get_input": "security_group_name"}, "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"port_range_min": 0, "port_range_max": 0, "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "udp", "remote_ip_prefix": "0.0.0.0/0"}], "create_if_missing": false, "security_group": {"description": "Security group for vnf test"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "external_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.connected_to", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "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": {"use_external_resource": true, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "external_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "reference_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "reference_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_name"}, "ip": "", "image": {"get_input": "reference_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "reference_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"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": ""}}], "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-10-04 16:38:22,094 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-04 16:38:22,095 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 04 Oct 2018 16:38:22 GMT 2018-10-04 16:38:22,095 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-04 16:38:22,095 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-10-04 16:38:22,095 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-04 16:38:22,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 16:38:22,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/450d0b4a-2685-4044-a032-fa7c48d22ac8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:38:23,970 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d346b0a7-5e02-4416-9c54-2f5e40e9c06e Date: Thu, 04 Oct 2018 16:38:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 16:38:23,970 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/450d0b4a-2685-4044-a032-fa7c48d22ac8 used request id req-d346b0a7-5e02-4416-9c54-2f5e40e9c06e 2018-10-04 16:38:23,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.86248397827s 2018-10-04 16:38:23,970 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/450d0b4a-2685-4044-a032-fa7c48d22ac8 used request id req-d346b0a7-5e02-4416-9c54-2f5e40e9c06e 2018-10-04 16:38:23,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 16:38:23,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:38:24,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16: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-99297cb4-3f83-4254-8190-3ad155ef79c5 x-compute-request-id: req-99297cb4-3f83-4254-8190-3ad155ef79c5 Content-Encoding: gzip Content-Length: 372 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "name": "vyos_vrouter-flavor_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 50, "id": "e3ece422-02a8-4c74-bf15-355c0e6ecd79", "name": "vyos_vrouter-flavor_alt_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 16:38:24,173 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-99297cb4-3f83-4254-8190-3ad155ef79c5 2018-10-04 16:38:24,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.202171087265s 2018-10-04 16:38:24,174 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-99297cb4-3f83-4254-8190-3ad155ef79c5 2018-10-04 16:38:24,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 16:38:24,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:38:24,226 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 16:38: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-f81ab516-d5a5-44f9-81d6-58f6f507855e x-compute-request-id: req-f81ab516-d5a5-44f9-81d6-58f6f507855e Content-Length: 0 Content-Type: application/json 2018-10-04 16:38:24,226 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79 used request id req-f81ab516-d5a5-44f9-81d6-58f6f507855e 2018-10-04 16:38:24,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.050595998764s 2018-10-04 16:38:24,226 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/e3ece422-02a8-4c74-bf15-355c0e6ecd79 used request id req-f81ab516-d5a5-44f9-81d6-58f6f507855e 2018-10-04 16:38:24,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-10-04 16:38:24,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/3a710664-654c-4759-9228-5f01a7ed1c5d.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:38:25,200 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4d0da8df-92b8-426e-8b60-02b11155a164 Content-Length: 0 Date: Thu, 04 Oct 2018 16:38:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 16:38:25,200 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/3a710664-654c-4759-9228-5f01a7ed1c5d.json used request id req-4d0da8df-92b8-426e-8b60-02b11155a164 2018-10-04 16:38:25,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.97015786171s 2018-10-04 16:38:25,200 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/3a710664-654c-4759-9228-5f01a7ed1c5d.json used request id req-4d0da8df-92b8-426e-8b60-02b11155a164 2018-10-04 16:38:25,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 16:38:25,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:38:25,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e35be055-e30f-4425-b97d-77030a746382 Date: Thu, 04 Oct 2018 16:38:25 GMT RESP BODY: {"floatingips": []} 2018-10-04 16:38:25,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-e35be055-e30f-4425-b97d-77030a746382 2018-10-04 16:38:25,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0599570274353s 2018-10-04 16:38:25,266 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-e35be055-e30f-4425-b97d-77030a746382 2018-10-04 16:38:25,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-04 16:38:25,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:38:25,412 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 16:38: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-55bb376c-70cf-4144-af99-ef4e4ce490e4 x-compute-request-id: req-55bb376c-70cf-4144-af99-ef4e4ce490e4 Content-Type: application/json 2018-10-04 16:38:25,412 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4 used request id req-55bb376c-70cf-4144-af99-ef4e4ce490e4 2018-10-04 16:38:25,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.145565032959s 2018-10-04 16:38:25,412 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4 used request id req-55bb376c-70cf-4144-af99-ef4e4ce490e4 2018-10-04 16:38:25,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:38:25,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:38:26,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:38: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-84c3fbf5-ef8d-446d-8513-d234595d53d7 x-compute-request-id: req-84c3fbf5-ef8d-446d-8513-d234595d53d7 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_fb486d0c-bc77-4c83-9da4-af97c2f9de85": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:67:ec", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:67:ec", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:25:51.000000", "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:38:25Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:38:26,093 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-84c3fbf5-ef8d-446d-8513-d234595d53d7 2018-10-04 16:38:26,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.679726839066s 2018-10-04 16:38:26,093 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-84c3fbf5-ef8d-446d-8513-d234595d53d7 2018-10-04 16:38:26,095 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:38:28,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:38:28,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:38:29,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:38: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-6b8d7971-6998-40ad-85d7-c72a4edb72f1 x-compute-request-id: req-6b8d7971-6998-40ad-85d7-c72a4edb72f1 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_fb486d0c-bc77-4c83-9da4-af97c2f9de85": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:67:ec", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "rel": "bookmark"}], "image": {"id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "links": [{"href": "http://172.30.9.23:8774/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T16:25:51.000000", "flavor": {"id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "links": [{"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}]}, "id": "aadfbf71-ef3d-4074-b7c8-671aad13a8e4", "security_groups": [{"name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}], "user_id": "05a20649f1e5417fb9f51e2b53ccdf9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-04T16:38:25Z", "hostId": "c63735911f572ee91eadedccd2736b0b1480e0dd02b95680a12a42af", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "name": "vyos_vrouter-vm_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "created": "2018-10-04T16:23:28Z", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 16:38:29,263 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6b8d7971-6998-40ad-85d7-c72a4edb72f1 2018-10-04 16:38:29,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.16600799561s 2018-10-04 16:38:29,264 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6b8d7971-6998-40ad-85d7-c72a4edb72f1 2018-10-04 16:38:29,265 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 16:38:31,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 16:38:31,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:38:31,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:38: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-77a039e9-b662-4288-9cb6-affb98cf290f x-compute-request-id: req-77a039e9-b662-4288-9cb6-affb98cf290f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 16:38:31,359 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-77a039e9-b662-4288-9cb6-affb98cf290f 2018-10-04 16:38:31,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0908560752869s 2018-10-04 16:38:31,359 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-77a039e9-b662-4288-9cb6-affb98cf290f 2018-10-04 16:38:31,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 16:38:31,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:38:31,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-ff9e824a-1513-48ad-8c57-2a394399ca40 Date: Thu, 04 Oct 2018 16:38:31 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:23:22Z", "updated_at": "2018-10-04T16:23:25Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-10-04T16:23:24Z", "revision_number": 0, "id": "15cc2a20-c4f2-48f4-be0f-c089fd3064ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:24Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": 443, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:23:22Z", "revision_number": 0, "id": "38fa6e84-25a3-4f7e-8037-a974b525c84e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:22Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-04T16:23:23Z", "revision_number": 0, "id": "652ed478-c7b5-4a72-8d39-8c99b441cd9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:23Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": 80, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-10-04T16:23:25Z", "revision_number": 0, "id": "6b139f55-974c-4d92-847e-3e5cd5f490b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:25Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T16:23:22Z", "revision_number": 0, "id": "7a668d64-3dc4-46ca-9993-de1afeddaca1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:22Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": 22, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-10-04T16:23:24Z", "revision_number": 0, "id": "b2455c21-514a-4ee8-82e4-e32a50e5795d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:24Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:23:23Z", "revision_number": 0, "id": "b8d4247a-4f52-4c92-9617-6ed4a04d727c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:23Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:23:22Z", "revision_number": 0, "id": "c216299f-aacc-4265-9ea0-47e90835a290", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:23:22Z", "security_group_id": "36770168-2cf8-4c84-be1a-270f702456a2", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}], "revision_number": 8, "project_id": "685ae48dd54b4a72a72a308101c01ece", "id": "36770168-2cf8-4c84-be1a-270f702456a2", "name": "vyos_vrouter-sg_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}, {"description": "Default security group", "tags": [], "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:21:34Z", "updated_at": "2018-10-04T16:21:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "13f0ee19-60e9-46e3-aae3-3f78e606f5bf", "remote_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "338040ab-8b35-4378-bc88-7637075a8c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "3d4fb3e6-a8b1-4071-ac46-b4bfd253d523", "remote_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "8743dffd-b1d9-4c0a-b864-685c506e1b58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "685ae48dd54b4a72a72a308101c01ece"}], "revision_number": 4, "project_id": "685ae48dd54b4a72a72a308101c01ece", "id": "5e693995-738c-4b9f-8de2-507e19633d39", "name": "default"}]} 2018-10-04 16:38:31,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-ff9e824a-1513-48ad-8c57-2a394399ca40 2018-10-04 16:38:31,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.066232919693s 2018-10-04 16:38:31,429 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-ff9e824a-1513-48ad-8c57-2a394399ca40 2018-10-04 16:38:31,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-04 16:38:31,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/36770168-2cf8-4c84-be1a-270f702456a2.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:38:31,834 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2154d254-138c-40ad-8f37-0c7e668657bc Content-Length: 0 Date: Thu, 04 Oct 2018 16:38:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 16:38:31,834 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/36770168-2cf8-4c84-be1a-270f702456a2.json used request id req-2154d254-138c-40ad-8f37-0c7e668657bc 2018-10-04 16:38:31,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.402031898499s 2018-10-04 16:38:31,834 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/36770168-2cf8-4c84-be1a-270f702456a2.json used request id req-2154d254-138c-40ad-8f37-0c7e668657bc 2018-10-04 16:38:31,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-10-04 16:38:31,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:38:31,914 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 16:38: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-5303f6dd-f2c9-4956-8b6b-fd60f28e1011 x-compute-request-id: req-5303f6dd-f2c9-4956-8b6b-fd60f28e1011 Content-Length: 0 Content-Type: application/json 2018-10-04 16:38:31,914 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85 used request id req-5303f6dd-f2c9-4956-8b6b-fd60f28e1011 2018-10-04 16:38:31,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0793099403381s 2018-10-04 16:38:31,914 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vyos_vrouter-kp_fb486d0c-bc77-4c83-9da4-af97c2f9de85 used request id req-5303f6dd-f2c9-4956-8b6b-fd60f28e1011 2018-10-04 16:38:31,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-04 16:38:31,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/6d55a83b-5359-4e09-aa94-6bd5b984b986/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" -d '{"subnet_id": "c7d64717-dc6a-4bac-bda1-fc1923c935a5"}' 2018-10-04 16:38:33,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7b495b93-d150-4ceb-9300-25576c44625e Date: Thu, 04 Oct 2018 16:38:33 GMT RESP BODY: {"network_id": "296bee1a-ef8f-4c7b-a402-a7b78795ad66", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "subnet_id": "c7d64717-dc6a-4bac-bda1-fc1923c935a5", "subnet_ids": ["c7d64717-dc6a-4bac-bda1-fc1923c935a5"], "port_id": "cf492ce8-e3eb-4b04-a724-74ce6a128d95", "id": "6d55a83b-5359-4e09-aa94-6bd5b984b986"} 2018-10-04 16:38:33,231 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/6d55a83b-5359-4e09-aa94-6bd5b984b986/remove_router_interface.json used request id req-7b495b93-d150-4ceb-9300-25576c44625e 2018-10-04 16:38:33,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.31655287743s 2018-10-04 16:38:33,232 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/6d55a83b-5359-4e09-aa94-6bd5b984b986/remove_router_interface.json used request id req-7b495b93-d150-4ceb-9300-25576c44625e returning object 6d55a83b-5359-4e09-aa94-6bd5b984b986 2018-10-04 16:38:33,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-04 16:38:33,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:38:33,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-a30a6b06-e33e-4484-b605-d8011168d2ca Date: Thu, 04 Oct 2018 16:38:33 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:21:36Z", "admin_state_up": true, "updated_at": "2018-10-04T16:38:32Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "685ae48dd54b4a72a72a308101c01ece", "id": "6d55a83b-5359-4e09-aa94-6bd5b984b986", "name": "vyos_vrouter-router_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}]} 2018-10-04 16:38:33,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-a30a6b06-e33e-4484-b605-d8011168d2ca 2018-10-04 16:38:33,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.754714012146s 2018-10-04 16:38:33,987 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-a30a6b06-e33e-4484-b605-d8011168d2ca 2018-10-04 16:38:33,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-04 16:38:33,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/6d55a83b-5359-4e09-aa94-6bd5b984b986.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:38:38,010 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5fc10318-91ec-46a8-a96a-7f16cb44cab9 Content-Length: 0 Date: Thu, 04 Oct 2018 16:38:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 16:38:38,010 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/6d55a83b-5359-4e09-aa94-6bd5b984b986.json used request id req-5fc10318-91ec-46a8-a96a-7f16cb44cab9 2018-10-04 16:38:38,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.02167487144s 2018-10-04 16:38:38,011 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/6d55a83b-5359-4e09-aa94-6bd5b984b986.json used request id req-5fc10318-91ec-46a8-a96a-7f16cb44cab9 2018-10-04 16:38:38,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-04 16:38:38,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:38:38,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-e4b9b47f-8925-433c-b4b8-8c19724174d7 Date: Thu, 04 Oct 2018 16:38:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"296bee1a-ef8f-4c7b-a402-a7b78795ad66","tenant_id":"685ae48dd54b4a72a72a308101c01ece","created_at":"2018-10-04T16:21:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-04T16:21: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":"685ae48dd54b4a72a72a308101c01ece","id":"c7d64717-dc6a-4bac-bda1-fc1923c935a5","subnetpool_id":null,"name":"vyos_vrouter-subnet_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}]} 2018-10-04 16:38:38,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-e4b9b47f-8925-433c-b4b8-8c19724174d7 2018-10-04 16:38:38,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0802991390228s 2018-10-04 16:38:38,092 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-e4b9b47f-8925-433c-b4b8-8c19724174d7 2018-10-04 16:38:38,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-04 16:38:38,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/c7d64717-dc6a-4bac-bda1-fc1923c935a5.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:38:40,205 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a7356d3c-da15-4033-9598-33573decde36 Date: Thu, 04 Oct 2018 16:38:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 16:38:40,205 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/c7d64717-dc6a-4bac-bda1-fc1923c935a5.json used request id req-a7356d3c-da15-4033-9598-33573decde36 2018-10-04 16:38:40,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.11144900322s 2018-10-04 16:38:40,205 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/c7d64717-dc6a-4bac-bda1-fc1923c935a5.json used request id req-a7356d3c-da15-4033-9598-33573decde36 2018-10-04 16:38:40,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 16:38:40,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:38:40,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1199 X-Openstack-Request-Id: req-8663d59c-f989-4b20-a9aa-cb174d3fc2e5 Date: Thu, 04 Oct 2018 16:38:40 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T16:38:40Z","tenant_id":"685ae48dd54b4a72a72a308101c01ece","created_at":"2018-10-04T16:21:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"685ae48dd54b4a72a72a308101c01ece","id":"296bee1a-ef8f-4c7b-a402-a7b78795ad66","name":"vyos_vrouter-net_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}]} 2018-10-04 16:38:40,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-8663d59c-f989-4b20-a9aa-cb174d3fc2e5 2018-10-04 16:38:40,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.252552032471s 2018-10-04 16:38:40,459 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-8663d59c-f989-4b20-a9aa-cb174d3fc2e5 2018-10-04 16:38:40,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-04 16:38:40,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/296bee1a-ef8f-4c7b-a402-a7b78795ad66.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:38:41,097 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1146daac-dc12-4196-b7d1-56478c8cffb3 Date: Thu, 04 Oct 2018 16:38:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 16:38:41,097 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/296bee1a-ef8f-4c7b-a402-a7b78795ad66.json used request id req-1146daac-dc12-4196-b7d1-56478c8cffb3 2018-10-04 16:38:41,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.637147903442s 2018-10-04 16:38:41,097 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/296bee1a-ef8f-4c7b-a402-a7b78795ad66.json used request id req-1146daac-dc12-4196-b7d1-56478c8cffb3 2018-10-04 16:38:41,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 16:38:41,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:38:41,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-ecd7880a-5f7d-435a-a257-91d9ffb9d501 Date: Thu, 04 Oct 2018 16:38:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c/snap", "metadata": {}}], "file": "/v2/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c/file", "owner": "685ae48dd54b4a72a72a308101c01ece", "id": "9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "size": 4373348352, "self": "/v2/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-04T16:23:21Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-04T16:22:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 16:38:41,279 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-ecd7880a-5f7d-435a-a257-91d9ffb9d501 2018-10-04 16:38:41,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181129932404s 2018-10-04 16:38:41,279 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-ecd7880a-5f7d-435a-a257-91d9ffb9d501 2018-10-04 16:38:41,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 16:38:41,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1a5e499c1f4d52bb4ac7d7202be89105bd52908e" 2018-10-04 16:38:44,291 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-19ea116e-e2a9-4164-95fb-07b7cb704833 Date: Thu, 04 Oct 2018 16:38:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 16:38:44,291 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c used request id req-19ea116e-e2a9-4164-95fb-07b7cb704833 2018-10-04 16:38:44,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 3.01048183441s 2018-10-04 16:38:44,292 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/9c588392-5775-4b1a-b8b0-96bf2fda4c5c used request id req-19ea116e-e2a9-4164-95fb-07b7cb704833 2018-10-04 16:38:44,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 16:38:44,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:38:44,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16: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-a1d1d150-56e4-4d34-bf3e-769643ce1729 x-compute-request-id: req-a1d1d150-56e4-4d34-bf3e-769643ce1729 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "9059ed70-9cea-4c5f-a886-7e19a6e6c3b4", "name": "vyos_vrouter-flavor_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 16:38:44,324 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-a1d1d150-56e4-4d34-bf3e-769643ce1729 2018-10-04 16:38:44,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.031613111496s 2018-10-04 16:38:44,324 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-a1d1d150-56e4-4d34-bf3e-769643ce1729 2018-10-04 16:38:44,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 16:38:44,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:38:44,386 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 16: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 x-openstack-request-id: req-262127ad-2c7f-4d1d-a9b4-f7f02be83159 x-compute-request-id: req-262127ad-2c7f-4d1d-a9b4-f7f02be83159 Content-Length: 0 Content-Type: application/json 2018-10-04 16:38:44,386 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4 used request id req-262127ad-2c7f-4d1d-a9b4-f7f02be83159 2018-10-04 16:38:44,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0606958866119s 2018-10-04 16:38:44,387 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/9059ed70-9cea-4c5f-a886-7e19a6e6c3b4 used request id req-262127ad-2c7f-4d1d-a9b4-f7f02be83159 2018-10-04 16:38:44,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 16:38:44,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:38:44,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac46c37c-e1d7-4db0-ada9-a20a4428cab1 Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "vyos_vrouter-user_fb486d0c-bc77-4c83-9da4-af97c2f9de85", "links": {"self": "http://172.30.9.23:5000/v3/users/05a20649f1e5417fb9f51e2b53ccdf9e"}, "domain_id": "default", "enabled": true, "id": "05a20649f1e5417fb9f51e2b53ccdf9e", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 16:38:44,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ac46c37c-e1d7-4db0-ada9-a20a4428cab1 2018-10-04 16:38:44,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100013971329s 2018-10-04 16:38:44,488 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ac46c37c-e1d7-4db0-ada9-a20a4428cab1 2018-10-04 16:38:44,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 16:38:44,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/05a20649f1e5417fb9f51e2b53ccdf9e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:38:44,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8f2932c-f643-4700-a2ef-feda75a6c3bb Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/05a20649f1e5417fb9f51e2b53ccdf9e"}, "enabled": true, "id": "05a20649f1e5417fb9f51e2b53ccdf9e", "options": {}, "domain_id": "default", "name": "vyos_vrouter-user_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}} 2018-10-04 16:38:44,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/05a20649f1e5417fb9f51e2b53ccdf9e used request id req-f8f2932c-f643-4700-a2ef-feda75a6c3bb 2018-10-04 16:38:44,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.096962928772s 2018-10-04 16:38:44,591 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/05a20649f1e5417fb9f51e2b53ccdf9e used request id req-f8f2932c-f643-4700-a2ef-feda75a6c3bb 2018-10-04 16:38:44,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-04 16:38:44,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/05a20649f1e5417fb9f51e2b53ccdf9e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:38:44,889 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 16:38:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7b9777c-2c5a-4367-8f6c-02d6fa6bf285 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 16:38:44,889 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/05a20649f1e5417fb9f51e2b53ccdf9e used request id req-c7b9777c-2c5a-4367-8f6c-02d6fa6bf285 2018-10-04 16:38:44,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.297296047211s 2018-10-04 16:38:44,890 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/05a20649f1e5417fb9f51e2b53ccdf9e used request id req-c7b9777c-2c5a-4367-8f6c-02d6fa6bf285 2018-10-04 16:38:44,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 16:38:44,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:38:44,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdbac58a-76d5-457a-8b85-de7b0ee131d6 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.23:5000/v3/projects/685ae48dd54b4a72a72a308101c01ece"}, "enabled": true, "id": "685ae48dd54b4a72a72a308101c01ece", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_fb486d0c-bc77-4c83-9da4-af97c2f9de85"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 16:38:44,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-bdbac58a-76d5-457a-8b85-de7b0ee131d6 2018-10-04 16:38:44,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0775978565216s 2018-10-04 16:38:44,968 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-bdbac58a-76d5-457a-8b85-de7b0ee131d6 2018-10-04 16:38:44,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-04 16:38:44,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/685ae48dd54b4a72a72a308101c01ece -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:38:45,210 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 16:38:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4719a2c3-02be-433b-8f96-5c29e056ae45 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 16:38:45,210 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/685ae48dd54b4a72a72a308101c01ece used request id req-4719a2c3-02be-433b-8f96-5c29e056ae45 2018-10-04 16:38:45,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.239815950394s 2018-10-04 16:38:45,211 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/685ae48dd54b4a72a72a308101c01ece used request id req-4719a2c3-02be-433b-8f96-5c29e056ae45 2018-10-04 16:38:45,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 16:38:45,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:38:45,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dac8392-90eb-4023-a0e1-6990cc6b6803 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6c1225800124f3387f2d75a5d58835f", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6c1225800124f3387f2d75a5d58835f"}, "name": "Member"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 16:38:45,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-2dac8392-90eb-4023-a0e1-6990cc6b6803 2018-10-04 16:38:45,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0725917816162s 2018-10-04 16:38:45,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 16:38:45,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/c6c1225800124f3387f2d75a5d58835f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:38:45,392 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 16:38:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be0b46b9-394a-417d-bb9d-a03a4be6b26d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 16:38:45,393 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/c6c1225800124f3387f2d75a5d58835f used request id req-be0b46b9-394a-417d-bb9d-a03a4be6b26d 2018-10-04 16:38:45,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.107496023178s 2018-10-04 16:38:45,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 16:38:45,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=685ae48dd54b4a72a72a308101c01ece&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:38:45,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-5b9772eb-49a6-4efa-a761-1e074a4de845 Date: Thu, 04 Oct 2018 16:38:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:21:34Z", "updated_at": "2018-10-04T16:21:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "13f0ee19-60e9-46e3-aae3-3f78e606f5bf", "remote_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "338040ab-8b35-4378-bc88-7637075a8c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "3d4fb3e6-a8b1-4071-ac46-b4bfd253d523", "remote_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "8743dffd-b1d9-4c0a-b864-685c506e1b58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "685ae48dd54b4a72a72a308101c01ece"}], "revision_number": 4, "project_id": "685ae48dd54b4a72a72a308101c01ece", "id": "5e693995-738c-4b9f-8de2-507e19633d39", "name": "default"}]} 2018-10-04 16:38:45,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=685ae48dd54b4a72a72a308101c01ece&name=default used request id req-5b9772eb-49a6-4efa-a761-1e074a4de845 2018-10-04 16:38:45,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.199239969254s 2018-10-04 16:38:45,595 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=685ae48dd54b4a72a72a308101c01ece&name=default used request id req-5b9772eb-49a6-4efa-a761-1e074a4de845 2018-10-04 16:38:45,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 16:38:45,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:38:45,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-565b4923-fd75-4d11-b595-d6bd89ad6fa0 Date: Thu, 04 Oct 2018 16:38:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "created_at": "2018-10-04T16:21:34Z", "updated_at": "2018-10-04T16:21:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "3d4fb3e6-a8b1-4071-ac46-b4bfd253d523", "remote_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "338040ab-8b35-4378-bc88-7637075a8c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "8743dffd-b1d9-4c0a-b864-685c506e1b58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "685ae48dd54b4a72a72a308101c01ece"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:21:34Z", "revision_number": 0, "id": "13f0ee19-60e9-46e3-aae3-3f78e606f5bf", "remote_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "remote_ip_prefix": null, "created_at": "2018-10-04T16:21:34Z", "security_group_id": "5e693995-738c-4b9f-8de2-507e19633d39", "tenant_id": "685ae48dd54b4a72a72a308101c01ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "685ae48dd54b4a72a72a308101c01ece"}], "revision_number": 4, "project_id": "685ae48dd54b4a72a72a308101c01ece", "id": "5e693995-738c-4b9f-8de2-507e19633d39", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 16:38:45,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-565b4923-fd75-4d11-b595-d6bd89ad6fa0 2018-10-04 16:38:45,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.197966814041s 2018-10-04 16:38:45,797 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-565b4923-fd75-4d11-b595-d6bd89ad6fa0 2018-10-04 16:38:45,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-04 16:38:45,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/5e693995-738c-4b9f-8de2-507e19633d39.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}33d51ae64223c10014e360ae97e3cff94ba8df5c" 2018-10-04 16:38:46,090 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b316ec30-5c35-4ca0-bf9f-8f85d0d3cd42 Content-Length: 0 Date: Thu, 04 Oct 2018 16:38:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 16:38:46,090 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/5e693995-738c-4b9f-8de2-507e19633d39.json used request id req-b316ec30-5c35-4ca0-bf9f-8f85d0d3cd42 2018-10-04 16:38:46,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.289115905762s 2018-10-04 16:38:46,091 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/5e693995-738c-4b9f-8de2-507e19633d39.json used request id req-b316ec30-5c35-4ca0-bf9f-8f85d0d3cd42 2018-10-04 16:38:46,109 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2018-10-04 16:38:46,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 16:38:46,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 16:38:46,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 16:38:46,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 16:38:46,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 16:38:46,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 16:38:46,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 16:38:46,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 16:38:46,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 16:38:46,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 16:38:46,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 16:38:46,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 16:38:46,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 16:38:46,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 16:38:46,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 16:38:46,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 16:38:46,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 16:38:46,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 16:38:46,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 16:38:46,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 16:38:46,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 16:38:46,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 16:38:46,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 16:38:46,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3993178-3e7e-4462-a467-05395cdd3022 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 16:38:46,166 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f3993178-3e7e-4462-a467-05395cdd3022 2018-10-04 16:38:46,167 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 16:38:46,531 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}], "expires_at": "2018-10-04T17:38:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ecbf2b9cbec04c3e8332c7164aa04ab3"}, "audit_ids": ["p_tNPtLjQfu6MOBsNvqvLA"], "issued_at": "2018-10-04T16:38:46.000000Z"}} 2018-10-04 16:38:46,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 16:38:46,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 16:38:46,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-a17e1747-d5b7-42b8-ad49-e5c46ddce6f8 Date: Thu, 04 Oct 2018 16:38:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 16:38:46,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a17e1747-d5b7-42b8-ad49-e5c46ddce6f8 2018-10-04 16:38:46,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.23512005806s 2018-10-04 16:38:46,770 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a17e1747-d5b7-42b8-ad49-e5c46ddce6f8 2018-10-04 16:38:46,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 16:38:46,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 16:38:46,779 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 16:38:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 16:38:46,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 16:38:46,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8342740-02b0-4b46-8807-dbba8d9eab8e Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/356d297e741f42d0b9d8bc9b13448e43"}, "description": "", "name": "heat_stack", "enabled": true, "id": "356d297e741f42d0b9d8bc9b13448e43"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 16:38:46,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-d8342740-02b0-4b46-8807-dbba8d9eab8e 2018-10-04 16:38:46,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0973460674286s 2018-10-04 16:38:46,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-04 16:38:46,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" -d '{"project": {"description": "Created by OPNFV Functest: juju_epc", "enabled": true, "domain_id": "default", "name": "juju_epc-project_4f6f84da-9a2c-4650-8eb8-b4a2679b199a"}}' 2018-10-04 16:38:46,967 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 16:38:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a245dbff-28ef-409f-a9d7-f3ce2393295e Content-Length: 350 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.23:5000/v3/projects/2e543e8247e947979765afdd662bf320"}, "enabled": true, "id": "2e543e8247e947979765afdd662bf320", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_4f6f84da-9a2c-4650-8eb8-b4a2679b199a"}} 2018-10-04 16:38:46,968 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-a245dbff-28ef-409f-a9d7-f3ce2393295e 2018-10-04 16:38:46,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.0985288619995s 2018-10-04 16:38:46,968 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-a245dbff-28ef-409f-a9d7-f3ce2393295e 2018-10-04 16:38:46,969 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'juju_epc-project_4f6f84da-9a2c-4650-8eb8-b4a2679b199a', 'id': u'2e543e8247e947979765afdd662bf320', 'description': u'Created by OPNFV Functest: juju_epc', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-04 16:38:46,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-04 16:38:47,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.351341962814s 2018-10-04 16:38:47,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/80b22588d20d4457906369f2795e2343 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 16:38:47,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f55c76a6-b886-47f4-82bd-b17476cb4112 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/80b22588d20d4457906369f2795e2343"}, "enabled": true, "id": "80b22588d20d4457906369f2795e2343", "options": {}, "domain_id": "default", "name": "juju_epc-user_4f6f84da-9a2c-4650-8eb8-b4a2679b199a"}} 2018-10-04 16:38:47,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/80b22588d20d4457906369f2795e2343 used request id req-f55c76a6-b886-47f4-82bd-b17476cb4112 2018-10-04 16:38:47,421 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'80b22588d20d4457906369f2795e2343', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'juju_epc-user_4f6f84da-9a2c-4650-8eb8-b4a2679b199a'}) 2018-10-04 16:38:47,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 16:38:47,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 16:38:47,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8088e10-a349-4529-85f4-c9194c2f292c Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 16:38:47,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e8088e10-a349-4529-85f4-c9194c2f292c 2018-10-04 16:38:47,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0757257938385s 2018-10-04 16:38:47,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 16:38:47,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 16:38:47,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54dd0848-11fa-46c8-a38f-e1678466c30a Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 16:38:47,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-54dd0848-11fa-46c8-a38f-e1678466c30a 2018-10-04 16:38:47,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0814301967621s 2018-10-04 16:38:47,581 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 16:38:47,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 16:38:47,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" -d '{"role": {"name": "Member"}}' 2018-10-04 16:38:47,752 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 16:38:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-694d1390-4c83-438e-aa62-a5a95345e2de Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "73575996cbe94181acb81b90bd9d8587", "links": {"self": "http://172.30.9.23:5000/v3/roles/73575996cbe94181acb81b90bd9d8587"}, "name": "Member"}} 2018-10-04 16:38:47,753 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-694d1390-4c83-438e-aa62-a5a95345e2de 2018-10-04 16:38:47,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.171730041504s 2018-10-04 16:38:47,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/73575996cbe94181acb81b90bd9d8587 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 16:38:47,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c0e4eb7-db59-4f8e-9913-71a964d23ce1 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/73575996cbe94181acb81b90bd9d8587"}, "domain_id": null, "name": "Member", "id": "73575996cbe94181acb81b90bd9d8587"}} 2018-10-04 16:38:47,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/73575996cbe94181acb81b90bd9d8587 used request id req-4c0e4eb7-db59-4f8e-9913-71a964d23ce1 2018-10-04 16:38:47,834 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/73575996cbe94181acb81b90bd9d8587'}, 'domain_id': None, 'human_id': None, 'id': u'73575996cbe94181acb81b90bd9d8587', 'HUMAN_ID': False}) 2018-10-04 16:38:47,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 16:38:47,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 16:38:47,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e4263ac-2f70-4235-87b2-00df4075abcd Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "73575996cbe94181acb81b90bd9d8587", "links": {"self": "http://172.30.9.23:5000/v3/roles/73575996cbe94181acb81b90bd9d8587"}, "name": "Member"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 16:38:47,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0e4263ac-2f70-4235-87b2-00df4075abcd 2018-10-04 16:38:47,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0796821117401s 2018-10-04 16:38:47,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 16:38:47,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 16:38:47,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4f2dec1-fe40-40d1-af61-1014ae702d80 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 16:38:47,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-e4f2dec1-fe40-40d1-af61-1014ae702d80 2018-10-04 16:38:47,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0780830383301s 2018-10-04 16:38:47,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 16:38:47,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 16:38:48,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27f86bd1-e0de-46e8-89cc-8ea6098aebb0 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "juju_epc-user_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "links": {"self": "http://172.30.9.23:5000/v3/users/80b22588d20d4457906369f2795e2343"}, "domain_id": "default", "enabled": true, "id": "80b22588d20d4457906369f2795e2343", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 16:38:48,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-27f86bd1-e0de-46e8-89cc-8ea6098aebb0 2018-10-04 16:38:48,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0925569534302s 2018-10-04 16:38:48,088 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-27f86bd1-e0de-46e8-89cc-8ea6098aebb0 2018-10-04 16:38:48,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 16:38:48,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 16:38:48,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1716b664-a4bf-43ff-b575-a8866ab24439 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.23:5000/v3/projects/2e543e8247e947979765afdd662bf320"}, "enabled": true, "id": "2e543e8247e947979765afdd662bf320", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_4f6f84da-9a2c-4650-8eb8-b4a2679b199a"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 16:38:48,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-1716b664-a4bf-43ff-b575-a8866ab24439 2018-10-04 16:38:48,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.078320980072s 2018-10-04 16:38:48,173 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-1716b664-a4bf-43ff-b575-a8866ab24439 2018-10-04 16:38:48,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 16:38:48,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=80b22588d20d4457906369f2795e2343&scope.project.id=2e543e8247e947979765afdd662bf320&role.id=73575996cbe94181acb81b90bd9d8587 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 16:38:48,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59eca40d-7877-4851-8e36-de9641d260fa Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=80b22588d20d4457906369f2795e2343&scope.project.id=2e543e8247e947979765afdd662bf320&role.id=73575996cbe94181acb81b90bd9d8587", "previous": null, "next": null}} 2018-10-04 16:38:48,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=80b22588d20d4457906369f2795e2343&scope.project.id=2e543e8247e947979765afdd662bf320&role.id=73575996cbe94181acb81b90bd9d8587 used request id req-59eca40d-7877-4851-8e36-de9641d260fa 2018-10-04 16:38:48,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0808529853821s 2018-10-04 16:38:48,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 16:38:48,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/2e543e8247e947979765afdd662bf320/users/80b22588d20d4457906369f2795e2343/roles/73575996cbe94181acb81b90bd9d8587 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 16:38:48,371 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 16:38:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa00830c-53a6-4988-8b10-45a23c68399d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 16:38:48,371 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/2e543e8247e947979765afdd662bf320/users/80b22588d20d4457906369f2795e2343/roles/73575996cbe94181acb81b90bd9d8587 used request id req-fa00830c-53a6-4988-8b10-45a23c68399d 2018-10-04 16:38:48,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.114612102509s 2018-10-04 16:38:48,372 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'juju_epc-project_4f6f84da-9a2c-4650-8eb8-b4a2679b199a', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': 'abd721be-6f8f-41b7-8565-5432e8efbbd1', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'juju_epc-user_4f6f84da-9a2c-4650-8eb8-b4a2679b199a', 'project_id': u'2e543e8247e947979765afdd662bf320', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 16:38:48,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 16:38:48,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 16:38:48,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 16:38:48,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 16:38:48,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 16:38:48,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 16:38:48,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 16:38:48,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 16:38:48,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 16:38:48,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 16:38:48,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 16:38:48,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 16:38:48,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 16:38:48,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 16:38:48,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 16:38:48,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 16:38:48,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 16:38:48,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 16:38:48,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 16:38:48,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 16:38:48,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 16:38:48,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 16:38:48,378 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'juju_epc-user_4f6f84da-9a2c-4650-8eb8-b4a2679b199a', 'password': 'abd721be-6f8f-41b7-8565-5432e8efbbd1', 'project_name': 'juju_epc-project_4f6f84da-9a2c-4650-8eb8-b4a2679b199a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '2e543e8247e947979765afdd662bf320', 'project_domain_name': 'Default'} 2018-10-04 16:38:48,448 - 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-10-04 16:38:48,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-10-04 16:38:48,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 16:38:48,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00a2b1b4-5804-4aac-8ccc-d13c79d92934 Content-Encoding: gzip Content-Length: 914 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service", "links": {"self": "http://172.30.9.23:5000/v3/services/04e188ba2229474aa51ed4a1a73b6cd5"}, "enabled": true, "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.23:5000/v3/services/4e3803afdada4f0282185a634b143a23"}, "enabled": true, "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.23:5000/v3/services/59a496e74f5646c2b5779998d6d0a5d1"}, "enabled": true, "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.23:5000/v3/services/6799ea448fd44a60905fe958d7ff7d5e"}, "enabled": true, "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.23:5000/v3/services/69cc2ae313bc4671a31fb0854d87a62d"}, "enabled": true, "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.23:5000/v3/services/75c2dea3c09f481399e886a7e93027be"}, "enabled": true, "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.23:5000/v3/services/7a2d74f7f0174dcf99cd1da524a3bbc1"}, "enabled": true, "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.23:5000/v3/services/831919cec7ea4416b7fa39382f0ec450"}, "enabled": true, "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.23:5000/v3/services/84ae7dae1d654752877fbe60ba983133"}, "enabled": true, "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.23:5000/v3/services/9de42e89ee8e4c449ba5b8634a6e537e"}, "enabled": true, "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.23:5000/v3/services/a0c2c94d7c45424f82a58f35c13a3742"}, "enabled": true, "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.23:5000/v3/services/a65f488c5b7447b6a889d205aeb6c730"}, "enabled": true, "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.23:5000/v3/services/d1afd93368da4d198e72f0a9e2085d9d"}, "enabled": true, "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.23:5000/v3/services/d3cc946255ef4134a374819222caad3a"}, "enabled": true, "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.23:5000/v3/services/ddfe2244009046f482db99d896509678"}, "enabled": true, "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.23:5000/v3/services/e6742dd5a24741bca7b03f8d507f5e5f"}, "enabled": true, "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "links": {"self": "http://172.30.9.23:5000/v3/services", "previous": null, "next": null}} 2018-10-04 16:38:48,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/services used request id req-00a2b1b4-5804-4aac-8ccc-d13c79d92934 2018-10-04 16:38:48,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.083536863327s 2018-10-04 16:38:48,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-10-04 16:38:48,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 16:38:48,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67d254e1-4ba0-49b7-9daf-29e8157e69ae Content-Encoding: gzip Content-Length: 2079 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/001fc72000684abd89e85472aececb68"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "04e188ba2229474aa51ed4a1a73b6cd5", "id": "001fc72000684abd89e85472aececb68"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0723dbd3b76b4b6cb96ad876e805f7fd"}, "url": "http://172.30.9.23:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "04e188ba2229474aa51ed4a1a73b6cd5", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0a449bafd7994011b47eaff90125f08d"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ddfe2244009046f482db99d896509678", "id": "0a449bafd7994011b47eaff90125f08d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0d2997dbe5794115b5750ce2013c7dc8"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6799ea448fd44a60905fe958d7ff7d5e", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/105abc6cfcb245efb903db9d49e1b135"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6799ea448fd44a60905fe958d7ff7d5e", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/16056f58dea9460bbda3dcfcf5afce6e"}, "url": "http://172.30.9.23:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a65f488c5b7447b6a889d205aeb6c730", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1972cf4413fe4e1ca739d0199d78cd93"}, "url": "http://192.30.9.4:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a65f488c5b7447b6a889d205aeb6c730", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1f6a38317d8f4c15b43e6bc7cc5c403e"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "69cc2ae313bc4671a31fb0854d87a62d", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/211feb082ac946dcb3cae65fe0296c71"}, "url": "http://172.30.9.23:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "831919cec7ea4416b7fa39382f0ec450", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/264e43c836004a45894768d57fd55001"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4e3803afdada4f0282185a634b143a23", "id": "264e43c836004a45894768d57fd55001"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/2658a04fdd7a49c3b9c2a6661e19e573"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "84ae7dae1d654752877fbe60ba983133", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/359c5cae1c314ef8a1365f40d4b73284"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "69cc2ae313bc4671a31fb0854d87a62d", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3e9477c07f4e4a19892a354c98485a3b"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "59a496e74f5646c2b5779998d6d0a5d1", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/403ff41117b84261a6dcc17a0763b84c"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a0c2c94d7c45424f82a58f35c13a3742", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/406dd436ef7f4288a6cce1d81ef0695c"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "59a496e74f5646c2b5779998d6d0a5d1", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/42972a4677c3497fa50c5c922e156a4a"}, "url": "http://172.30.9.23:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "75c2dea3c09f481399e886a7e93027be", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4c461f9f5ba44715a2fac15f8ffe71e7"}, "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "84ae7dae1d654752877fbe60ba983133", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/57b32a72d92048afb029fa634b81b3e6"}, "url": "http://192.30.9.4:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d3cc946255ef4134a374819222caad3a", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/5c7a2d63ba764613aa2c5ac75a71ec8b"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4e3803afdada4f0282185a634b143a23", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/64d0ff524d7c4819b33e8e72dc184364"}, "url": "http://172.30.9.23:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6567ab84e18840cd8cc82ee9a6608b8f"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "831919cec7ea4416b7fa39382f0ec450", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/66173ae566e94b23ba2ea8a40b3f6dbc"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d1afd93368da4d198e72f0a9e2085d9d", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6f2f5c4bb13f43898e35c4578cad6695"}, "url": "http://192.30.9.4:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e6742dd5a24741bca7b03f8d507f5e5f", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7172454a63e24ef783590811f101e5af"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "75c2dea3c09f481399e886a7e93027be", "id": "7172454a63e24ef783590811f101e5af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/780298bc756749e7ae3f22d3460c054c"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "04e188ba2229474aa51ed4a1a73b6cd5", "id": "780298bc756749e7ae3f22d3460c054c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7ad5c197ae2e4ce3b99733df06049172"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "75c2dea3c09f481399e886a7e93027be", "id": "7ad5c197ae2e4ce3b99733df06049172"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/846a7e28158c4c9fbd1aeb359221060e"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "84ae7dae1d654752877fbe60ba983133", "id": "846a7e28158c4c9fbd1aeb359221060e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/863290b0ea17410680ce602b93f2be98"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "id": "863290b0ea17410680ce602b93f2be98"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/88b3fe8f3eb94bba85c06a8fddaa3ad1"}, "url": "http://192.30.9.4:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a65f488c5b7447b6a889d205aeb6c730", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/89e274a519e64342952ea2def3ec04e4"}, "url": "http://172.30.9.23:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4e3803afdada4f0282185a634b143a23", "id": "89e274a519e64342952ea2def3ec04e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9fc0f9beca7a4df6adf846d66a2e7844"}, "url": "http://172.30.9.23:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d1afd93368da4d198e72f0a9e2085d9d", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ad0a0bbc1f284dfbb504e862a14d58ef"}, "url": "http://172.30.9.23:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ddfe2244009046f482db99d896509678", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b8b3083494274d548850a5a206e598ad"}, "url": "http://172.30.9.23:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d3cc946255ef4134a374819222caad3a", "id": "b8b3083494274d548850a5a206e598ad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c224269941564b199c794a642d9ade07"}, "url": "http://192.30.9.4:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d3cc946255ef4134a374819222caad3a", "id": "c224269941564b199c794a642d9ade07"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/cd63fa09dd5b4541835faf6d89e20155"}, "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "69cc2ae313bc4671a31fb0854d87a62d", "id": "cd63fa09dd5b4541835faf6d89e20155"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/da4b3cefe0d748ea90606f7019c67ebf"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a0c2c94d7c45424f82a58f35c13a3742", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/de4f6c0e647948f4b8adae23bbff15ec"}, "url": "http://172.30.9.23:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a0c2c94d7c45424f82a58f35c13a3742", "id": "de4f6c0e647948f4b8adae23bbff15ec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e1b26292ef454294b5084cbe308f6145"}, "url": "http://192.30.9.4:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e6742dd5a24741bca7b03f8d507f5e5f", "id": "e1b26292ef454294b5084cbe308f6145"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e24deeb7ef164a149fa80b8b2f3563d4"}, "url": "http://172.30.9.23:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6799ea448fd44a60905fe958d7ff7d5e", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e302e41fccbb4896b8e8795e4403061e"}, "url": "http://172.30.9.23:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e6742dd5a24741bca7b03f8d507f5e5f", "id": "e302e41fccbb4896b8e8795e4403061e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e607b1421858461fa643bfcc09e6f204"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "id": "e607b1421858461fa643bfcc09e6f204"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e828053c824144cb9c4593852e34c9d9"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d1afd93368da4d198e72f0a9e2085d9d", "id": "e828053c824144cb9c4593852e34c9d9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ef107e0d2d26496a9b9ca2639ae0097b"}, "url": "http://172.30.9.23:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "59a496e74f5646c2b5779998d6d0a5d1", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ef86335f0be14f19a5a2fa7e14a411f9"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "831919cec7ea4416b7fa39382f0ec450", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/fca46b2c4aac4cce9ca6b4cd041b2cba"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ddfe2244009046f482db99d896509678", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "links": {"self": "http://172.30.9.23:5000/v3/endpoints", "previous": null, "next": null}} 2018-10-04 16:38:48,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-67d254e1-4ba0-49b7-9daf-29e8157e69ae 2018-10-04 16:38:48,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0860018730164s 2018-10-04 16:38:48,650 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-10-04 16:38:48,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 16:38:48,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 16:38:48,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73378ba2-9f0e-44ea-84ab-62eee3353c5d Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/356d297e741f42d0b9d8bc9b13448e43"}, "description": "", "name": "heat_stack", "enabled": true, "id": "356d297e741f42d0b9d8bc9b13448e43"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 16:38:48,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-73378ba2-9f0e-44ea-84ab-62eee3353c5d 2018-10-04 16:38:48,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0718920230865s 2018-10-04 16:38:48,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 16:38:48,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 16:38:48,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be7f2104-6aa3-475b-b6a2-7ab20cf9f921 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.23:5000/v3/projects/2e543e8247e947979765afdd662bf320"}, "enabled": true, "id": "2e543e8247e947979765afdd662bf320", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_4f6f84da-9a2c-4650-8eb8-b4a2679b199a"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 16:38:48,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-be7f2104-6aa3-475b-b6a2-7ab20cf9f921 2018-10-04 16:38:48,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.08118891716s 2018-10-04 16:38:48,806 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-be7f2104-6aa3-475b-b6a2-7ab20cf9f921 2018-10-04 16:38:48,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-04 16:38:48,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" -d '{"network": {"tenant_id": "2e543e8247e947979765afdd662bf320", "name": "juju_epc-net_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "admin_state_up": true}}' 2018-10-04 16:38:49,450 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 702 X-Openstack-Request-Id: req-e29cb42d-429b-4fd0-9ea1-be7176b3f617 Date: Thu, 04 Oct 2018 16:38:49 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"df8c2e6a-2c16-4600-acf1-ddd7d427b03c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":81,"ipv4_address_scope":null,"shared":false,"project_id":"2e543e8247e947979765afdd662bf320","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T16:38:49Z","is_default":false,"qos_policy_id":null,"name":"juju_epc-net_4f6f84da-9a2c-4650-8eb8-b4a2679b199a","admin_state_up":true,"tenant_id":"2e543e8247e947979765afdd662bf320","created_at":"2018-10-04T16:38:49Z","mtu":1450}} 2018-10-04 16:38:49,451 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e29cb42d-429b-4fd0-9ea1-be7176b3f617 2018-10-04 16:38:49,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.642305850983s 2018-10-04 16:38:49,451 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e29cb42d-429b-4fd0-9ea1-be7176b3f617 2018-10-04 16:38:49,452 - 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-10-04T16:38:49Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'df8c2e6a-2c16-4600-acf1-ddd7d427b03c', u'provider:segmentation_id': 81, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'juju_epc-net_4f6f84da-9a2c-4650-8eb8-b4a2679b199a', u'created_at': u'2018-10-04T16:38:49Z', u'mtu': 1450, u'tenant_id': u'2e543e8247e947979765afdd662bf320', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2e543e8247e947979765afdd662bf320'}) 2018-10-04 16:38:49,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 16:38:49,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:38:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df0d8905-6325-4292-8d26-5c24c43bc982 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 16:38:49,459 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-df0d8905-6325-4292-8d26-5c24c43bc982 2018-10-04 16:38:49,460 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 16:38:49,827 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "73575996cbe94181acb81b90bd9d8587", "name": "Member"}], "expires_at": "2018-10-04T17:38:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e543e8247e947979765afdd662bf320", "name": "juju_epc-project_4f6f84da-9a2c-4650-8eb8-b4a2679b199a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/2e543e8247e947979765afdd662bf320", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/2e543e8247e947979765afdd662bf320", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/2e543e8247e947979765afdd662bf320", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/2e543e8247e947979765afdd662bf320", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/2e543e8247e947979765afdd662bf320", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/2e543e8247e947979765afdd662bf320", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/2e543e8247e947979765afdd662bf320", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/2e543e8247e947979765afdd662bf320", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/2e543e8247e947979765afdd662bf320", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2e543e8247e947979765afdd662bf320", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/2e543e8247e947979765afdd662bf320", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/2e543e8247e947979765afdd662bf320", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "id": "80b22588d20d4457906369f2795e2343"}, "audit_ids": ["dQuFHaMUQIeVyh9_PDOO2g"], "issued_at": "2018-10-04T16:38:49.000000Z"}} 2018-10-04 16:38:49,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 16:38:49,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" 2018-10-04 16:38:50,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1189 X-Openstack-Request-Id: req-a0205ff1-f5be-4630-a813-7fe8f2ab3551 Date: Thu, 04 Oct 2018 16:38:50 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T16:38:49Z","tenant_id":"2e543e8247e947979765afdd662bf320","created_at":"2018-10-04T16:38:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2e543e8247e947979765afdd662bf320","id":"df8c2e6a-2c16-4600-acf1-ddd7d427b03c","name":"juju_epc-net_4f6f84da-9a2c-4650-8eb8-b4a2679b199a"}]} 2018-10-04 16:38:50,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a0205ff1-f5be-4630-a813-7fe8f2ab3551 2018-10-04 16:38:50,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.352644920349s 2018-10-04 16:38:50,183 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a0205ff1-f5be-4630-a813-7fe8f2ab3551 2018-10-04 16:38:50,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-04 16:38:50,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" -d '{"subnet": {"name": "juju_epc-subnet_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "enable_dhcp": true, "network_id": "df8c2e6a-2c16-4600-acf1-ddd7d427b03c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.121.0/24"}}' 2018-10-04 16:38:51,002 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f6963253-bea7-4e57-8341-65ba46a762f8 Date: Thu, 04 Oct 2018 16:38:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df8c2e6a-2c16-4600-acf1-ddd7d427b03c","tenant_id":"2e543e8247e947979765afdd662bf320","created_at":"2018-10-04T16:38:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-04T16:38:50Z","gateway_ip":"192.168.121.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.121.2","end":"192.168.121.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.121.0/24","project_id":"2e543e8247e947979765afdd662bf320","id":"33866ee0-3dcd-4e47-a587-0c7566f8e806","subnetpool_id":null,"name":"juju_epc-subnet_4f6f84da-9a2c-4650-8eb8-b4a2679b199a"}} 2018-10-04 16:38:51,002 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-f6963253-bea7-4e57-8341-65ba46a762f8 2018-10-04 16:38:51,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.817210912704s 2018-10-04 16:38:51,002 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-f6963253-bea7-4e57-8341-65ba46a762f8 2018-10-04 16:38:51,003 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-04T16:38:50Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.121.2', u'end': u'192.168.121.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.121.0/24', u'id': u'33866ee0-3dcd-4e47-a587-0c7566f8e806', u'subnetpool_id': None, u'service_types': [], u'name': u'juju_epc-subnet_4f6f84da-9a2c-4650-8eb8-b4a2679b199a', u'enable_dhcp': True, u'network_id': u'df8c2e6a-2c16-4600-acf1-ddd7d427b03c', u'tenant_id': u'2e543e8247e947979765afdd662bf320', u'created_at': u'2018-10-04T16:38:50Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.121.1', u'ip_version': 4, u'project_id': u'2e543e8247e947979765afdd662bf320'}) 2018-10-04 16:38:51,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-04 16:38:51,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" -d '{"router": {"external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e"}, "name": "juju_epc-router_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "admin_state_up": true}}' 2018-10-04 16:38:56,148 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-46918383-b782-4098-bd39-98f980b4954c Date: Thu, 04 Oct 2018 16:38:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "2e543e8247e947979765afdd662bf320", "created_at": "2018-10-04T16:38:51Z", "admin_state_up": true, "updated_at": "2018-10-04T16:38:52Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "2e543e8247e947979765afdd662bf320", "id": "9ecbca20-853e-431c-8235-61bf8e7e21d5", "name": "juju_epc-router_4f6f84da-9a2c-4650-8eb8-b4a2679b199a"}} 2018-10-04 16:38:56,148 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-46918383-b782-4098-bd39-98f980b4954c 2018-10-04 16:38:56,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.14470982552s 2018-10-04 16:38:56,148 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-46918383-b782-4098-bd39-98f980b4954c 2018-10-04 16:38:56,149 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-10-04T16:38:52Z', u'revision_number': 3, u'id': u'9ecbca20-853e-431c-8235-61bf8e7e21d5', u'external_gateway_info': {u'network_id': u'18028772-bdec-4175-9daf-5ee7ae542a2e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-router_4f6f84da-9a2c-4650-8eb8-b4a2679b199a', u'admin_state_up': True, u'tenant_id': u'2e543e8247e947979765afdd662bf320', u'created_at': u'2018-10-04T16:38:51Z', u'flavor_id': None, u'routes': [], u'project_id': u'2e543e8247e947979765afdd662bf320'}) 2018-10-04 16:38:56,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-04 16:38:56,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/9ecbca20-853e-431c-8235-61bf8e7e21d5/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" -d '{"subnet_id": "33866ee0-3dcd-4e47-a587-0c7566f8e806"}' 2018-10-04 16:38:58,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-174d02f8-8c24-4490-ba7c-4b72e06a0e31 Date: Thu, 04 Oct 2018 16:38:58 GMT RESP BODY: {"network_id": "df8c2e6a-2c16-4600-acf1-ddd7d427b03c", "tenant_id": "2e543e8247e947979765afdd662bf320", "subnet_id": "33866ee0-3dcd-4e47-a587-0c7566f8e806", "subnet_ids": ["33866ee0-3dcd-4e47-a587-0c7566f8e806"], "port_id": "2c721751-253a-48f6-9623-2c63ef3a054a", "id": "9ecbca20-853e-431c-8235-61bf8e7e21d5"} 2018-10-04 16:38:58,171 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/9ecbca20-853e-431c-8235-61bf8e7e21d5/add_router_interface.json used request id req-174d02f8-8c24-4490-ba7c-4b72e06a0e31 2018-10-04 16:38:58,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.02185893059s 2018-10-04 16:38:58,172 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/9ecbca20-853e-431c-8235-61bf8e7e21d5/add_router_interface.json used request id req-174d02f8-8c24-4490-ba7c-4b72e06a0e31 returning object 9ecbca20-853e-431c-8235-61bf8e7e21d5 2018-10-04 16:38:58,172 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-10-04 16:38:59,989 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img md5:c26409a3fbbfcf81eb6c6a8126015d68 sha256:7bb741d90f56a42bbde01633d1f6e9204693c6ae357edd42a0b363945a76812f 2018-10-04 16:38:59,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" 2018-10-04 16:38:59,995 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 04 Oct 2018 16:38:59 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-10-04 16:38:59,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 16:38:59,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" 2018-10-04 16:39:00,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-da2caf8d-b04a-407b-a631-9687809303ec Date: Thu, 04 Oct 2018 16:39:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 16:39:00,622 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-da2caf8d-b04a-407b-a631-9687809303ec 2018-10-04 16:39:00,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.623543977737s 2018-10-04 16:39:00,623 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-da2caf8d-b04a-407b-a631-9687809303ec 2018-10-04 16:39:00,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 16:39:00,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" -d '{"owner_specified.shade.md5": "c26409a3fbbfcf81eb6c6a8126015d68", "owner_specified.shade.sha256": "7bb741d90f56a42bbde01633d1f6e9204693c6ae357edd42a0b363945a76812f", "owner_specified.shade.object": "images/juju_epc-img_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_4f6f84da-9a2c-4650-8eb8-b4a2679b199a"}' 2018-10-04 16:39:00,835 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b X-Openstack-Request-Id: req-a592ded9-a93f-45b8-8283-f7f5823a0200 Date: Thu, 04 Oct 2018 16:39:00 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b/file", "owner": "2e543e8247e947979765afdd662bf320", "id": "0bda12e5-f94d-4c26-a73b-fd6d59b18d6b", "size": null, "self": "/v2/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "7bb741d90f56a42bbde01633d1f6e9204693c6ae357edd42a0b363945a76812f", "updated_at": "2018-10-04T16:39:00Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "c26409a3fbbfcf81eb6c6a8126015d68", "name": "juju_epc-img_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "checksum": null, "created_at": "2018-10-04T16:39:00Z", "protected": false} 2018-10-04 16:39:00,835 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-a592ded9-a93f-45b8-8283-f7f5823a0200 2018-10-04 16:39:00,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.210468053818s 2018-10-04 16:39:00,836 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-a592ded9-a93f-45b8-8283-f7f5823a0200 returning object 0bda12e5-f94d-4c26-a73b-fd6d59b18d6b 2018-10-04 16:39:00,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 16:39:00,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" -d '' 2018-10-04 16:39:07,871 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a7e38c54-5a4b-429d-8e12-e1e140cbc3d3 Date: Thu, 04 Oct 2018 16:39:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 16:39:07,871 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b/file used request id req-a7e38c54-5a4b-429d-8e12-e1e140cbc3d3 2018-10-04 16:39:07,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 7.03491902351s 2018-10-04 16:39:07,871 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b/file used request id req-a7e38c54-5a4b-429d-8e12-e1e140cbc3d3 2018-10-04 16:39:07,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 16:39:07,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" 2018-10-04 16:39:08,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-5dd4d447-adb4-48bf-b71a-06b4182ecf46 Date: Thu, 04 Oct 2018 16:39:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b/snap", "metadata": {}}], "file": "/v2/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b/file", "owner": "2e543e8247e947979765afdd662bf320", "id": "0bda12e5-f94d-4c26-a73b-fd6d59b18d6b", "size": 296812544, "self": "/v2/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "7bb741d90f56a42bbde01633d1f6e9204693c6ae357edd42a0b363945a76812f", "updated_at": "2018-10-04T16:39:07Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "c26409a3fbbfcf81eb6c6a8126015d68", "name": "juju_epc-img_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "checksum": "c26409a3fbbfcf81eb6c6a8126015d68", "created_at": "2018-10-04T16:39:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 16:39:08,067 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-5dd4d447-adb4-48bf-b71a-06b4182ecf46 2018-10-04 16:39:08,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.195451021194s 2018-10-04 16:39:08,068 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-5dd4d447-adb4-48bf-b71a-06b4182ecf46 2018-10-04 16:39:08,070 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b/file', 'owner': u'2e543e8247e947979765afdd662bf320', 'id': u'0bda12e5-f94d-4c26-a73b-fd6d59b18d6b', 'size': 296812544, u'self': u'/v2/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2e543e8247e947979765afdd662bf320', 'name': 'juju_epc-project_4f6f84da-9a2c-4650-8eb8-b4a2679b199a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T16:39:07Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-04T16:39:07Z', u'owner_specified.shade.sha256': u'7bb741d90f56a42bbde01633d1f6e9204693c6ae357edd42a0b363945a76812f', u'owner_specified.shade.object': u'images/juju_epc-img_4f6f84da-9a2c-4650-8eb8-b4a2679b199a', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'c26409a3fbbfcf81eb6c6a8126015d68', 'properties': {u'self': u'/v2/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b', u'owner_specified.shade.md5': u'c26409a3fbbfcf81eb6c6a8126015d68', u'owner_specified.shade.object': u'images/juju_epc-img_4f6f84da-9a2c-4650-8eb8-b4a2679b199a', u'owner_specified.shade.sha256': u'7bb741d90f56a42bbde01633d1f6e9204693c6ae357edd42a0b363945a76812f', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_4f6f84da-9a2c-4650-8eb8-b4a2679b199a', 'created': u'2018-10-04T16:39:00Z', 'checksum': u'c26409a3fbbfcf81eb6c6a8126015d68', 'created_at': u'2018-10-04T16:39:00Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b', u'owner_specified.shade.md5': u'c26409a3fbbfcf81eb6c6a8126015d68', u'owner_specified.shade.object': u'images/juju_epc-img_4f6f84da-9a2c-4650-8eb8-b4a2679b199a', u'owner_specified.shade.sha256': u'7bb741d90f56a42bbde01633d1f6e9204693c6ae357edd42a0b363945a76812f', u'schema': u'/v2/schemas/image'}}) 2018-10-04 16:39:10,647 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 0bda12e5-f94d-4c26-a73b-fd6d59b18d6b -s xenial -r regionOne -u http://172.30.9.23:5000/v3 Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Your list of public clouds is up to date, see `juju clouds`. 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. For local access, use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root [...] 2. For remote access, use image-metadata-url attribute for model configuration. To set it as a default for any model or for the controller model, it needs to be supplied as part of --model-default to 'juju bootstrap' command. See 'bootstrap' help for more details. For configuration for a particular model, set it as --image-metadata-url on 'juju model-config'. See 'model-config' help for more details. Regardless of where this attribute is used, it expects a reachable URL. You need to configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-10-04 16:39:10,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 16:39:10,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "juju_epc-flavor_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-10-04 16:39:10,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:39: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-3e6e4ac9-9ab5-487b-8bd7-f4c6fa9549db x-compute-request-id: req-3e6e4ac9-9ab5-487b-8bd7-f4c6fa9549db Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9e6920f1-2607-46e9-b348-01a67307a1cc", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9e6920f1-2607-46e9-b348-01a67307a1cc", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "9e6920f1-2607-46e9-b348-01a67307a1cc", "name": "juju_epc-flavor_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 16:39:10,862 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-3e6e4ac9-9ab5-487b-8bd7-f4c6fa9549db 2018-10-04 16:39:10,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.21337890625s 2018-10-04 16:39:10,863 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-3e6e4ac9-9ab5-487b-8bd7-f4c6fa9549db returning object 9e6920f1-2607-46e9-b348-01a67307a1cc 2018-10-04 16:39:10,864 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_4f6f84da-9a2c-4650-8eb8-b4a2679b199a', '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'ba8ec7ddbe634bf4b6238a0de4b4bf1a', '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'9e6920f1-2607-46e9-b348-01a67307a1cc', 'swap': 0}) 2018-10-04 16:39:10,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 16:39:10,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/9e6920f1-2607-46e9-b348-01a67307a1cc/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" -d '{"extra_specs": {}}' 2018-10-04 16:39:10,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:39: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-0bd4b74d-3aa1-4c47-87d4-5c7cc3c26bf2 x-compute-request-id: req-0bd4b74d-3aa1-4c47-87d4-5c7cc3c26bf2 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 16:39:10,890 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/9e6920f1-2607-46e9-b348-01a67307a1cc/os-extra_specs used request id req-0bd4b74d-3aa1-4c47-87d4-5c7cc3c26bf2 2018-10-04 16:39:10,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0258121490479s 2018-10-04 16:39:10,891 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/9e6920f1-2607-46e9-b348-01a67307a1cc/os-extra_specs used request id req-0bd4b74d-3aa1-4c47-87d4-5c7cc3c26bf2 2018-10-04 16:39:10,891 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-10-04 16:39:10,893 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - ENV: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | POD_ARCH | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | NODE_NAME | lf-pod1 | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-291 | | SDN_CONTROLLER_IP | | | ENERGY_RECORDER_API_PASSWORD | | | VOLUME_DEVICE_NAME | vdb | | NEW_USER_ROLE | Member | | INSTALLER_TYPE | apex | | EXTERNAL_NETWORK | | | USE_DYNAMIC_CREDENTIALS | True | | STORAGE_PROTOCOL | iSCSI | | NAMESERVER | 8.8.8.8 | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-10-04 16:39:10,900 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-10-04 16:39:11,056 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace 2018-10-04 16:39:11,056 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-10-04 16:39:11,183 - 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-10-04 16:39:11,184 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-10-04 16:39:12,694 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:aba982bbd53c6cc40a4cab6e312ae8d3 sha256:c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4 2018-10-04 16:39:12,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 16:39:12,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" 2018-10-04 16:39:13,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-53d4ab32-00c3-4578-af88-5155d8eda4e1 Date: Thu, 04 Oct 2018 16:39:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b/snap", "metadata": {}}], "file": "/v2/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b/file", "owner": "2e543e8247e947979765afdd662bf320", "id": "0bda12e5-f94d-4c26-a73b-fd6d59b18d6b", "size": 296812544, "self": "/v2/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "7bb741d90f56a42bbde01633d1f6e9204693c6ae357edd42a0b363945a76812f", "updated_at": "2018-10-04T16:39:07Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "c26409a3fbbfcf81eb6c6a8126015d68", "name": "juju_epc-img_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "checksum": "c26409a3fbbfcf81eb6c6a8126015d68", "created_at": "2018-10-04T16:39:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 16:39:13,245 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-53d4ab32-00c3-4578-af88-5155d8eda4e1 2018-10-04 16:39:13,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.550551891327s 2018-10-04 16:39:13,246 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-53d4ab32-00c3-4578-af88-5155d8eda4e1 2018-10-04 16:39:13,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 16:39:13,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" -d '{"owner_specified.shade.md5": "aba982bbd53c6cc40a4cab6e312ae8d3", "owner_specified.shade.sha256": "c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4", "owner_specified.shade.object": "images/juju_epc-img_alt_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_alt_4f6f84da-9a2c-4650-8eb8-b4a2679b199a"}' 2018-10-04 16:39:13,808 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/66804ffa-227b-4366-b6a3-a67b8da60313 X-Openstack-Request-Id: req-299e7424-af36-424a-8a64-eae628b962ca Date: Thu, 04 Oct 2018 16:39:13 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/66804ffa-227b-4366-b6a3-a67b8da60313/file", "owner": "2e543e8247e947979765afdd662bf320", "id": "66804ffa-227b-4366-b6a3-a67b8da60313", "size": null, "self": "/v2/images/66804ffa-227b-4366-b6a3-a67b8da60313", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4", "updated_at": "2018-10-04T16:39:13Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "aba982bbd53c6cc40a4cab6e312ae8d3", "name": "juju_epc-img_alt_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "checksum": null, "created_at": "2018-10-04T16:39:13Z", "protected": false} 2018-10-04 16:39:13,809 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-299e7424-af36-424a-8a64-eae628b962ca 2018-10-04 16:39:13,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.55991101265s 2018-10-04 16:39:13,809 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-299e7424-af36-424a-8a64-eae628b962ca returning object 66804ffa-227b-4366-b6a3-a67b8da60313 2018-10-04 16:39:13,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 16:39:13,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/66804ffa-227b-4366-b6a3-a67b8da60313/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" -d '' 2018-10-04 16:39:19,822 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e7d99bf8-ff4d-4844-bf45-cfce471149e9 Date: Thu, 04 Oct 2018 16:39:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 16:39:19,822 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/66804ffa-227b-4366-b6a3-a67b8da60313/file used request id req-e7d99bf8-ff4d-4844-bf45-cfce471149e9 2018-10-04 16:39:19,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 6.01248788834s 2018-10-04 16:39:19,823 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/66804ffa-227b-4366-b6a3-a67b8da60313/file used request id req-e7d99bf8-ff4d-4844-bf45-cfce471149e9 2018-10-04 16:39:19,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 16:39:19,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" 2018-10-04 16:39:20,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2339 Content-Type: application/json X-Openstack-Request-Id: req-29277527-3124-4361-9a36-6383148f00b8 Date: Thu, 04 Oct 2018 16:39:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/66804ffa-227b-4366-b6a3-a67b8da60313/snap", "metadata": {}}], "file": "/v2/images/66804ffa-227b-4366-b6a3-a67b8da60313/file", "owner": "2e543e8247e947979765afdd662bf320", "id": "66804ffa-227b-4366-b6a3-a67b8da60313", "size": 263193088, "self": "/v2/images/66804ffa-227b-4366-b6a3-a67b8da60313", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/66804ffa-227b-4366-b6a3-a67b8da60313/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4", "updated_at": "2018-10-04T16:39:19Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "aba982bbd53c6cc40a4cab6e312ae8d3", "name": "juju_epc-img_alt_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "checksum": "aba982bbd53c6cc40a4cab6e312ae8d3", "created_at": "2018-10-04T16:39:13Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b/snap", "metadata": {}}], "file": "/v2/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b/file", "owner": "2e543e8247e947979765afdd662bf320", "id": "0bda12e5-f94d-4c26-a73b-fd6d59b18d6b", "size": 296812544, "self": "/v2/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "7bb741d90f56a42bbde01633d1f6e9204693c6ae357edd42a0b363945a76812f", "updated_at": "2018-10-04T16:39:07Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "c26409a3fbbfcf81eb6c6a8126015d68", "name": "juju_epc-img_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "checksum": "c26409a3fbbfcf81eb6c6a8126015d68", "created_at": "2018-10-04T16:39:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 16:39:20,019 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-29277527-3124-4361-9a36-6383148f00b8 2018-10-04 16:39:20,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.195087194443s 2018-10-04 16:39:20,019 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-29277527-3124-4361-9a36-6383148f00b8 2018-10-04 16:39:20,022 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/66804ffa-227b-4366-b6a3-a67b8da60313/snap', u'metadata': Munch({})})], 'file': u'/v2/images/66804ffa-227b-4366-b6a3-a67b8da60313/file', 'owner': u'2e543e8247e947979765afdd662bf320', 'id': u'66804ffa-227b-4366-b6a3-a67b8da60313', 'size': 263193088, u'self': u'/v2/images/66804ffa-227b-4366-b6a3-a67b8da60313', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2e543e8247e947979765afdd662bf320', 'name': 'juju_epc-project_4f6f84da-9a2c-4650-8eb8-b4a2679b199a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/66804ffa-227b-4366-b6a3-a67b8da60313/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T16:39:19Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-04T16:39:19Z', u'owner_specified.shade.sha256': u'c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4', u'owner_specified.shade.object': u'images/juju_epc-img_alt_4f6f84da-9a2c-4650-8eb8-b4a2679b199a', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'aba982bbd53c6cc40a4cab6e312ae8d3', 'properties': {u'self': u'/v2/images/66804ffa-227b-4366-b6a3-a67b8da60313', u'owner_specified.shade.md5': u'aba982bbd53c6cc40a4cab6e312ae8d3', u'owner_specified.shade.object': u'images/juju_epc-img_alt_4f6f84da-9a2c-4650-8eb8-b4a2679b199a', u'owner_specified.shade.sha256': u'c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_alt_4f6f84da-9a2c-4650-8eb8-b4a2679b199a', 'created': u'2018-10-04T16:39:13Z', 'checksum': u'aba982bbd53c6cc40a4cab6e312ae8d3', 'created_at': u'2018-10-04T16:39:13Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/66804ffa-227b-4366-b6a3-a67b8da60313', u'owner_specified.shade.md5': u'aba982bbd53c6cc40a4cab6e312ae8d3', u'owner_specified.shade.object': u'images/juju_epc-img_alt_4f6f84da-9a2c-4650-8eb8-b4a2679b199a', u'owner_specified.shade.sha256': u'c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4', u'schema': u'/v2/schemas/image'}}) 2018-10-04 16:39:20,258 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 66804ffa-227b-4366-b6a3-a67b8da60313 -s trusty -r regionOne -u http://172.30.9.23: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. For local access, use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root [...] 2. For remote access, use image-metadata-url attribute for model configuration. To set it as a default for any model or for the controller model, it needs to be supplied as part of --model-default to 'juju bootstrap' command. See 'bootstrap' help for more details. For configuration for a particular model, set it as --image-metadata-url on 'juju model-config'. See 'model-config' help for more details. Regardless of where this attribute is used, it expects a reachable URL. You need to configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-10-04 16:39:20,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 16:39:20,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" -d '{"flavor": {"vcpus": 1, "ram": 4096, "name": "juju_epc-flavor_alt_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-10-04 16:39:20,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:39:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9a4ca0b-bdf4-4705-8297-de92c01029c2 x-compute-request-id: req-d9a4ca0b-bdf4-4705-8297-de92c01029c2 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a4123904-8fe3-4e15-a4e4-20fb8c2f3f99", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a4123904-8fe3-4e15-a4e4-20fb8c2f3f99", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a4123904-8fe3-4e15-a4e4-20fb8c2f3f99", "name": "juju_epc-flavor_alt_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 16:39:20,345 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d9a4ca0b-bdf4-4705-8297-de92c01029c2 2018-10-04 16:39:20,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0863101482391s 2018-10-04 16:39:20,346 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d9a4ca0b-bdf4-4705-8297-de92c01029c2 returning object a4123904-8fe3-4e15-a4e4-20fb8c2f3f99 2018-10-04 16:39:20,347 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_alt_4f6f84da-9a2c-4650-8eb8-b4a2679b199a', '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'ba8ec7ddbe634bf4b6238a0de4b4bf1a', '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'a4123904-8fe3-4e15-a4e4-20fb8c2f3f99', 'swap': 0}) 2018-10-04 16:39:20,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 16:39:20,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/a4123904-8fe3-4e15-a4e4-20fb8c2f3f99/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" -d '{"extra_specs": {}}' 2018-10-04 16:39:20,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 16:39:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f7bf71ed-10b5-40d3-8850-0275174d5c3c x-compute-request-id: req-f7bf71ed-10b5-40d3-8850-0275174d5c3c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 16:39:20,379 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/a4123904-8fe3-4e15-a4e4-20fb8c2f3f99/os-extra_specs used request id req-f7bf71ed-10b5-40d3-8850-0275174d5c3c 2018-10-04 16:39:20,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0320780277252s 2018-10-04 16:39:20,380 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/a4123904-8fe3-4e15-a4e4-20fb8c2f3f99/os-extra_specs used request id req-f7bf71ed-10b5-40d3-8850-0275174d5c3c 2018-10-04 16:39:20,380 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-10-04 16:43:25,490 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju bootstrap abot-epc/regionOne abot-controller --agent-version 2.3.9 --metadata-source /root --constraints mem=2G --bootstrap-series xenial --config network=df8c2e6a-2c16-4600-acf1-ddd7d427b03c --config ssl-hostname-verification=false --config use-floating-ip=true --config use-default-secgroup=true --debug 16:39:20 INFO juju.cmd supercommand.go:56 running juju [2.3.9 gc go1.9.4] 16:39:20 DEBUG juju.cmd supercommand.go:57 args: []string{"juju", "bootstrap", "abot-epc/regionOne", "abot-controller", "--agent-version", "2.3.9", "--metadata-source", "/root", "--constraints", "mem=2G", "--bootstrap-series", "xenial", "--config", "network=df8c2e6a-2c16-4600-acf1-ddd7d427b03c", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 16:39:20 DEBUG juju.cmd.juju.commands bootstrap.go:835 authenticating with region "regionOne" and credential "abot-epc" () 16:39:20 DEBUG juju.cmd.juju.commands bootstrap.go:963 provider attrs: map[policy-target-group: use-floating-ip:true use-default-secgroup:true network:df8c2e6a-2c16-4600-acf1-ddd7d427b03c external-network: use-openstack-gbp:false] 16:39:20 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 16:39:20 DEBUG juju.cmd.juju.commands bootstrap.go:1019 preparing controller with config: map[use-openstack-gbp:false default-series:xenial max-status-history-age:336h development:false test-mode:false disable-network-management:false name:controller use-floating-ip:true image-metadata-url: max-status-history-size:5G apt-http-proxy: type:openstack agent-stream:released http-proxy: resource-tags: ssl-hostname-verification:false apt-mirror: proxy-ssh:false container-image-stream:released apt-ftp-proxy: transmit-vendor-metrics:true automatically-retry-hooks:true net-bond-reconfigure-delay:17 logforward-enabled:false max-action-results-size:5G firewall-mode:instance ftp-proxy: policy-target-group: fan-config: authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4Rv8FHaCKvb3yOUi5vYl3Z6Lrk4LL0s1PjpNIcSw9oQSndzl95nZqWL8r5gtPXcfRypZVYUsqwwHruz6Bs2rQLo6ayQOOtR9XNM4iE5IRfj3QBpM/5DNpAtVfjAI51iv8cggs1CttuTD1+gfotJDZGoG4lkjH26Ti+VEq5U8HK+SzU4XC5YN5ZcGapDC2Ygq5npf9tuXcqr2MvunpsCJh4Tx7nSdL7xf20FqHa6/4FpvsTauGbJ7SvxLHNdZ/R625pAAwO+V2BPDoej07sAM+O1tjBmzoDrE5X6cWLAhoaUGRZPWSgaAOdELIDnqqfVl7roURVusIi3hya+RKNW57 juju-client-key ignore-machine-addresses:false use-default-secgroup:true uuid:361d5410-194b-4122-8fd3-9a6064e3683a enable-os-refresh-update:true update-status-hook-interval:5m container-image-metadata-url: container-networking-method: max-action-results-age:336h no-proxy:127.0.0.1,localhost,::1 egress-subnets: image-stream:released container-inherit-properties: apt-no-proxy: apt-https-proxy: network:df8c2e6a-2c16-4600-acf1-ddd7d427b03c logging-config: provisioner-harvest-mode:destroyed enable-os-upgrade:true external-network: agent-metadata-url: https-proxy: cloudinit-userdata:] 16:39:20 INFO juju.provider.openstack provider.go:145 opening model "controller" 16:39:20 DEBUG goose :1 auth details: &{Token:gAAAAABbtkI4tmS7UnaDZOj-AByzb9k6HqjQWjMhW7Lb9Tjnk58vLeLIcWMohzH74c7Jg86JF021Bir_wcg0DCNdor5P30dtVvRZrOHPXrvKGY7_7GzqASExhTzPsL6IOb0lZHZWVKqz764t6oHTG6C0ySOkyN5boKJU8clMv6vaiwMnyiDueEI TenantId:2e543e8247e947979765afdd662bf320 UserId:80b22588d20d4457906369f2795e2343 Domain: RegionServiceURLs:map[regionOne:map[image:http://172.30.9.23:9292 placement:http://172.30.9.23:8778/placement volumev3:http://172.30.9.23:8776/v3/2e543e8247e947979765afdd662bf320 alarming:http://172.30.9.23:8042 network:http://172.30.9.23:9696 cloudformation:http://172.30.9.23:8000/v1 volumev2:http://172.30.9.23:8776/v2/2e543e8247e947979765afdd662bf320 volume:http://172.30.9.23:8776/v1/2e543e8247e947979765afdd662bf320 compute:http://172.30.9.23:8774/v2.1 nfv-orchestration:http://172.30.9.23:9890 key-manager:http://172.30.9.23:9311 orchestration:http://172.30.9.23:8004/v1/2e543e8247e947979765afdd662bf320 metric:http://172.30.9.23:8041 identity:http://172.30.9.23:5000 policy:http://172.30.9.23:1789]]} 16:39:21 INFO cmd bootstrap.go:508 Creating Juju controller "abot-controller" on abot-epc/regionOne 16:39:21 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.23:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.23:8774/v2.1/ Rel:self}] Status:CURRENT}] 16:39:21 INFO juju.cmd.juju.commands bootstrap.go:572 combined bootstrap constraints: mem=2048M 16:39:21 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 16:39:21 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 16:39:21 DEBUG juju.environs.bootstrap bootstrap.go:717 no agent directory found, using default agent metadata source: https://streams.canonical.com/juju/tools 16:39:21 DEBUG juju.environs.bootstrap bootstrap.go:742 setting default image metadata source: /root/images 16:39:21 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 16:39:21 INFO juju.environs.bootstrap bootstrap.go:760 custom image metadata added to search path 16:39:21 INFO cmd bootstrap.go:233 Loading image metadata 16:39:21 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 16:39:21 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 16:39:21 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 16:39:21 DEBUG juju.environs.bootstrap bootstrap.go:608 constraints for image metadata lookup &{{{regionOne http://172.30.9.23:5000/v3} [genericlinux wily artful win7 trusty yakkety win2016nano win2008r2 win2012hvr2 win2012hv win10 precise zesty win2012r2 opensuseleap win8 win81 vivid win2012 win2016 win2016hv utopic bionic centos7 quantal raring saucy xenial] [amd64 i386 armhf arm64 ppc64el s390x] released}} 16:39:21 DEBUG juju.environs.bootstrap bootstrap.go:620 found 2 image metadata in bootstrap metadata 16:39:23 DEBUG juju.environs.bootstrap bootstrap.go:620 found 0 image metadata in default cloud images 16:39:24 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.23:5000/v3} not found 16:39:24 DEBUG juju.environs.bootstrap bootstrap.go:616 ignoring image metadata in default ubuntu cloud images: index file has no data for cloud {regionOne http://172.30.9.23:5000/v3} not found 16:39:24 DEBUG juju.environs.bootstrap bootstrap.go:624 found 2 image metadata from all image data sources 16:39:24 INFO cmd bootstrap.go:303 Looking for packaged Juju agent version 2.3.9 for amd64 16:39:24 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.3.9 16:39:24 DEBUG juju.environs.tools tools.go:102 finding agent binaries in stream: "released" 16:39:24 DEBUG juju.environs.tools tools.go:104 reading agent binaries with major.minor version 2.3 16:39:24 DEBUG juju.environs.tools tools.go:112 filtering agent binaries by version: 2.3.9 16:39:24 DEBUG juju.environs.tools tools.go:115 filtering agent binaries by series: xenial 16:39:24 DEBUG juju.environs.tools tools.go:118 filtering agent binaries by architecture: amd64 16:39:24 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 16:39:24 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 []} 16:39:26 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 16:39:26 INFO cmd bootstrap.go:389 Starting new instance for initial controller 16:39:27 INFO cmd bootstrap.go:151 Launching controller instance(s) on abot-epc/regionOne... 16:39:27 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 16:39:27 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:0bda12e5-f94d-4c26-a73b-fd6d59b18d6b Arch:amd64 VirtType:}] 16:39:27 INFO juju.environs.instances image.go:106 find instance - using image with id: 0bda12e5-f94d-4c26-a73b-fd6d59b18d6b 16:39:27 DEBUG juju.cloudconfig.instancecfg instancecfg.go:835 Setting numa ctl preference to false 16:39:27 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 16:39:27 DEBUG juju.provider.openstack provider.go:993 openstack user data; 2487 bytes 16:39:27 DEBUG juju.provider.openstack provider.go:1005 using network id "df8c2e6a-2c16-4600-acf1-ddd7d427b03c" 16:39:27 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.23:9696/v2.0/ Rel:self}] Status:CURRENT}] - instance "81a4d9a9-28bc-4f37-b5c9-d7eeab671b4b" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "81a4d9a9-28bc-4f37-b5c9-d7eeab671b4b" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "81a4d9a9-28bc-4f37-b5c9-d7eeab671b4b" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "81a4d9a9-28bc-4f37-b5c9-d7eeab671b4b" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "81a4d9a9-28bc-4f37-b5c9-d7eeab671b4b" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "81a4d9a9-28bc-4f37-b5c9-d7eeab671b4b" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "81a4d9a9-28bc-4f37-b5c9-d7eeab671b4b" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "81a4d9a9-28bc-4f37-b5c9-d7eeab671b4b" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "81a4d9a9-28bc-4f37-b5c9-d7eeab671b4b" has status BUILD, wait 10 seconds before retry, attempt 9 16:41:12 INFO juju.provider.openstack provider.go:1175 started instance "81a4d9a9-28bc-4f37-b5c9-d7eeab671b4b" 16:41:12 DEBUG juju.provider.openstack provider.go:1184 allocating public IP address for openstack node 16:41:14 DEBUG juju.provider.openstack networking.go:226 allocated new public IP: 172.30.9.210 16:41:14 INFO juju.provider.openstack provider.go:1189 allocated public IP 172.30.9.210 16:41:17 INFO cmd bootstrap.go:225 - 81a4d9a9-28bc-4f37-b5c9-d7eeab671b4b (arch=amd64 mem=2G cores=1) 16:41:17 INFO juju.environs.bootstrap bootstrap.go:638 newest version: 2.3.9 16:41:17 INFO juju.environs.bootstrap bootstrap.go:653 picked bootstrap agent binary version: 2.3.9 16:41:17 INFO cmd bootstrap.go:425 Installing Juju agent on bootstrap instance 16:41:20 INFO cmd bootstrap.go:517 Fetching Juju GUI 2.14.0 16:41:20 DEBUG juju.cloudconfig.instancecfg instancecfg.go:835 Setting numa ctl preference to false Waiting for address 16:41:22 DEBUG juju.provider.openstack provider.go:417 instance 81a4d9a9-28bc-4f37-b5c9-d7eeab671b4b has floating IP address: 172.30.9.210 Attempting to connect to 172.30.9.210:22 Attempting to connect to 192.168.121.9:22 16:41:22 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 192.168.121.9 failed: ssh: connect to host 192.168.121.9 port 22: Connection refused 16:41:22 INFO cmd bootstrap.go:333 Connected to 172.30.9.210 16:41:22 INFO juju.cloudconfig userdatacfg_unix.go:460 Fetching agent: curl -sSfw 'agent binaries 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.3.9/juju-2.3.9-ubuntu-amd64.tgz]> 16:41:22 INFO cmd bootstrap.go:403 Running machine configuration script... sudo: unable to resolve host juju-e3683a-controller-0 16:43:21 INFO cmd bootstrap.go:455 Bootstrap agent now started 16:43:23 DEBUG juju.provider.openstack provider.go:417 instance 81a4d9a9-28bc-4f37-b5c9-d7eeab671b4b has floating IP address: 172.30.9.210 16:43:23 INFO juju.juju api.go:302 API endpoints changed from [] to [172.30.9.210:17070 192.168.121.9:17070] 16:43:23 INFO cmd controller.go:82 Contacting Juju controller at 172.30.9.210 to verify accessibility... 16:43:23 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.210:17070 192.168.121.9:17070] 16:43:25 DEBUG juju.api apiclient.go:849 successfully dialed "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" 16:43:25 INFO juju.api apiclient.go:597 connection established to "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" 16:43:25 DEBUG juju.api monitor.go:35 RPC connection died 16:43:25 INFO cmd controller.go:87 Bootstrap complete, "abot-controller" controller now available 16:43:25 INFO cmd controller.go:88 Controller machines are in the "controller" model 16:43:25 INFO cmd controller.go:89 Initial model "default" added 16:43:25 INFO cmd supercommand.go:465 command finished 2018-10-04 16:43:25,491 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload VNFD 2018-10-04 16:43:25,491 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Abot-epc bundle file ... 2018-10-04 16:43:48,971 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju deploy /src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml Resolving charm: cs:mysql-55 Executing changes: - upload charm /src/epc-requirements/abot_charm/abot-epc-basic for series xenial - deploy application abot-epc-basic on xenial using /src/epc-requirements/abot_charm/abot-epc-basic - expose abot-epc-basic - set annotations for abot-epc-basic - upload charm cs:mysql-55 for series trusty - deploy application mysql on trusty using cs:mysql-55 - set annotations for mysql - upload charm /src/epc-requirements/abot_charm/oai-epc for series trusty - deploy application oai-epc on trusty using /src/epc-requirements/abot_charm/oai-epc - set annotations for oai-epc - upload charm /src/epc-requirements/abot_charm/oai-hss for series trusty - deploy application oai-hss on trusty using /src/epc-requirements/abot_charm/oai-hss - set annotations for oai-hss - add relation mysql:db - oai-hss:db - add relation oai-hss:hss - oai-epc:hss - add relation oai-epc:epc - abot-epc-basic:epc - add relation oai-epc:ssh-abot-epc - abot-epc-basic:ssh-abot - add unit abot-epc-basic/0 to new machine 0 - add unit mysql/0 to new machine 1 - add unit oai-epc/0 to new machine 2 - add unit oai-hss/0 to new machine 3 Deploy of bundle completed. 2018-10-04 16:43:48,971 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Waiting for instances ..... 2018-10-04 17:14:08,161 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2018-10-04 17:13:51.209212Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-10-04 17:14:08,162 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Abot-epc on Openstack 2018-10-04 17:14:08,162 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Checking status of ABot and EPC units ... 2018-10-04 17:14:08,416 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju status Model Controller Cloud/Region Version SLA default abot-controller abot-epc/regionOne 2.3.9 unsupported App Version Status Scale Charm Store Rev OS Notes abot-epc-basic active 1 abot-epc-basic local 1 ubuntu exposed mysql unknown 1 mysql jujucharms 55 ubuntu oai-epc active 1 oai-epc local 3 ubuntu oai-hss active 1 oai-hss local 13 ubuntu Unit Workload Agent Machine Public address Ports Message abot-epc-basic/0* active idle 0 172.30.9.205 80/tcp,5000/tcp ABot ready! EPC relation established, proceed to run tests... mysql/0* unknown idle 1 172.30.9.211 3306/tcp oai-epc/0* active idle 2 172.30.9.202 2152/udp OAI EPC is running and connected to HSS oai-hss/0* active idle 3 172.30.9.204 OAI HSS is running Machine State DNS Inst id Series AZ Message 0 started 172.30.9.205 dff4932b-c368-43b2-b48c-f85287658f71 xenial nova ACTIVE 1 started 172.30.9.211 9b0d20d0-ebd7-43ea-8f0f-fb3b9e5525a4 trusty nova ACTIVE 2 started 172.30.9.202 01c9b689-297b-4e72-a32f-ade2e65dc9b0 trusty nova ACTIVE 3 started 172.30.9.204 d9e2cc70-e9b2-47d6-96da-607a33099d04 trusty nova ACTIVE 2018-10-04 17:14:08,656 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short abot-epc-basic - abot-epc-basic/0: 172.30.9.205 (agent:idle, workload:active) 80/tcp, 5000/tcp 2018-10-04 17:14:08,657 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - abot-epc-basic workload is active 2018-10-04 17:14:08,900 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short oai-epc - oai-epc/0: 172.30.9.202 (agent:idle, workload:active) 2152/udp 2018-10-04 17:14:08,901 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - oai-epc workload is active 2018-10-04 17:14:09,103 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short oai-hss - oai-hss/0: 172.30.9.204 (agent:idle, workload:active) 2018-10-04 17:14:09,103 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - oai-hss workload is active 2018-10-04 17:14:09,103 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Transferring the feature files to Abot_node ... 2018-10-04 17:14:09,844 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju scp -- -r -v /usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/featureFiles abot-epc-basic/0:~/ 2018-10-04 17:14:09,845 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Copying the feature files within Abot_node 2018-10-04 17:14:10,303 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju ssh abot-epc-basic/0 sudo cp -vfR ~/featureFiles/* /etc/rebaca-test-suite/featureFiles sudo: unable to resolve host juju-c8bb6e-default-0 '/home/ubuntu/featureFiles/000-local-commands.feature' -> '/etc/rebaca-test-suite/featureFiles/000-local-commands.feature' '/home/ubuntu/featureFiles/Attach_Procedure_Attach_With_GUTI.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_Attach_With_GUTI.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MNC.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MNC.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_TAC.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_TAC.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DNS_Server_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DNS_Server_Addr_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DSMIPv6_HA_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DSMIPv6_HA_Addr_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DSMIPv6_HN_Prefix_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DSMIPv6_HN_Prefix_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DSMIPv6_IPv4_HA_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DSMIPv6_IPv4_HA_Addr_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_IM_CN_SS_Signalling_Flag.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_IM_CN_SS_Signalling_Flag.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_DHCPv4.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_DHCPv4.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_NAS_Signalling.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_NAS_Signalling.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_MS_Support_Bearer_Ctrl_Indication.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_MS_Support_Bearer_Ctrl_Indication.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_P_CSCF_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_P_CSCF_Addr_Request.feature' '/home/ubuntu/featureFiles/Auth_Accept.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_Accept.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_SQN_failure.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_SQN_failure.feature' '/home/ubuntu/featureFiles/ResourceBundle.xml' -> '/etc/rebaca-test-suite/featureFiles/ResourceBundle.xml' 2018-10-04 17:14:10,304 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Running VNF Test cases.... 2018-10-04 17:14:11,054 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju run-action abot-epc-basic/0 run tagnames=TS_24_301 Action queued with id: 662f8802-c54b-42dc-84ef-1d92db1b8667 2018-10-04 17:23:52,366 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2018-10-04 17:23:35.395217Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-10-04 17:23:52,366 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Getting results from Abot node.... 2018-10-04 17:23:52,838 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju scp -- -v abot-epc-basic/0:/var/lib/abot-epc-basic/artifacts/TestResults.json /home/opnfv/functest/results/juju_epc/. 2018-10-04 17:23:52,838 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Parsing the Test results... 2018-10-04 17:23:52,884 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - {'failures': 22, 'skipped': 0, 'passed': 256} 2018-10-04 17:23:52,884 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Test VNF result: Passed: 256, Failed:22, Skipped: 0 2018-10-04 17:23:53,117 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 17:23:53,117 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 45:04 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-04 17:23:54,138 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju debug-log --replay --no-tail machine-0: 16:47:03 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-0: 16:47:03 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-0/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "0", "--debug"} machine-0: 16:47:03 DEBUG juju.agent read agent config, format "2.0" machine-0: 16:47:03 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-0: 16:47:03 DEBUG juju.worker start "engine" machine-0: 16:47:03 INFO juju.worker start "engine" machine-0: 16:47:03 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-0" machine-0: 16:47:03 DEBUG juju.worker "engine" started machine-0: 16:47:03 DEBUG juju.worker.introspection stats worker now serving machine-0: 16:47:03 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:03 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:03 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:03 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:03 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:03 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-0: 16:47:03 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 16:47:03 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 16:47:03 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-0: 16:47:03 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:03 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:03 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:03 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:03 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:03 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:03 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-0: 16:47:03 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 16:47:03 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:03 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-0: 16:47:03 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-0: 16:47:03 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:03 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:03 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:03 DEBUG juju.worker.dependency "agent" manifold worker started machine-0: 16:47:03 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-0: 16:47:04 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-0: 16:47:04 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-0: 16:47:04 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "clock" manifold worker started machine-0: 16:47:04 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 16:47:04 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-0: 16:47:04 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-0: 16:47:04 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 16:47:04 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 16:47:04 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-0: 16:47:04 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 16:47:04 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-0: 16:47:04 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 16:47:04 DEBUG juju.worker.apicaller connecting with old password machine-0: 16:47:04 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-0: 16:47:04 INFO juju.api connection established to "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-0: 16:47:04 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-0: 16:47:04 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-0: 16:47:04 DEBUG juju.worker.apicaller connected machine-0: 16:47:04 DEBUG juju.worker.apicaller changing password... machine-0: 16:47:04 DEBUG juju.worker.apicaller password changed machine-0: 16:47:04 DEBUG juju.api RPC connection died machine-0: 16:47:04 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-0: 16:47:05 DEBUG juju.worker.apicaller connecting with current password machine-0: 16:47:05 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-0: 16:47:05 INFO juju.api connection established to "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-0: 16:47:05 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-0: 16:47:05 DEBUG juju.worker.apicaller connected machine-0: 16:47:05 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 16:47:05 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 16:47:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 16:47:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 16:47:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 16:47:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-0: 16:47:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-0: 16:47:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-0: 16:47:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-0: 16:47:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-0: 16:47:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-0: 16:47:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-0: 16:47:05 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-0: 16:47:05 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-0: 16:47:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-0: 16:47:05 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:47:05 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 16:47:05 INFO juju.worker.upgrader unblocking abort check machine-0: 16:47:05 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-0: 16:47:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-0: 16:47:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 16:47:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-0: 16:47:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-0: 16:47:05 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 16:47:05 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 16:47:05 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-0: 16:47:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 16:47:05 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 16:47:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 16:47:05 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 16:47:05 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 16:47:05 DEBUG juju.worker.logger logger setup machine-0: 16:47:05 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 16:47:05 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-0: 16:47:05 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 16:47:05 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 16:47:05 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-0: 16:47:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 16:47:05 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} machine-0: 16:47:05 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-0: 16:47:05 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 16:47:05 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 16:47:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 16:47:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 16:47:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 16:47:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 16:47:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 16:47:05 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 16:47:05 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 16:47:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 16:47:05 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 16:47:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 16:47:05 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 16:47:05 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 16:47:05 DEBUG juju.network "lxdbr0" has addresses [fe80::489e:23ff:fe1d:c335/64 fe80::1/64] machine-0: 16:47:05 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 16:47:05 DEBUG juju.network including address public:172.30.9.210 for machine machine-0: 16:47:05 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-0: 16:47:05 DEBUG juju.network including address local-fan:252.9.0.1 for machine machine-0: 16:47:05 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 16:47:05 DEBUG juju.network including address local-machine:::1 for machine machine-0: 16:47:05 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] machine-0: 16:47:05 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 16:47:05 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.210:17070"] machine-0: 16:47:05 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 16:47:05 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-0: 16:47:05 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-0: 16:47:05 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-0: 16:47:05 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-0: 16:47:05 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 16:47:05 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 16:47:05 INFO juju.worker.deployer checking unit "abot-epc-basic/0" machine-0: 16:47:05 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-0: 16:47:05 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-0: 16:47:05 DEBUG juju.api RPC connection died machine-0: 16:47:05 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 16:47:05 DEBUG juju.worker killing runner 0xc4204dcdd0 machine-0: 16:47:05 INFO juju.worker runner is dying machine-0: 16:47:05 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-0: 16:47:05 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-0: 16:47:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-0: 16:47:05 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: setting up container support: setting supported containers for machine-0: connection is shut down machine-0: 16:47:05 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-0: 16:47:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-0: 16:47:05 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-0: 16:47:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-0: 16:47:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-0: 16:47:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-0: 16:47:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-0: 16:47:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-0: 16:47:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-0: 16:47:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-0: 16:47:05 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-0: 16:47:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-0: 16:47:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-0: 16:47:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-0: 16:47:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-0: 16:47:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 16:47:05 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 16:47:05 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.apicaller connecting with current password machine-0: 16:47:05 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-0: 16:47:05 INFO juju.api connection established to "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-0: 16:47:05 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-0: 16:47:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:05 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 16:47:06 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result configuring fan underlay:192.168.121.0/24 overlay:252.0.0.0/8 0 machine-0: 16:47:06 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result /usr/sbin/fanctl: /etc/network/fan:40 192.168.121.0/24 252.0.0.0/8 -- failed err=1 /usr/sbin/fanctl: fan-252: already configured 0 machine-0: 16:47:06 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-0: 16:47:06 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:06 DEBUG juju.worker.apicaller connected machine-0: 16:47:06 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 16:47:06 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:47:06 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 16:47:06 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-0: 16:47:06 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-0: 16:47:06 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-0: 16:47:06 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-0: 16:47:06 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-0: 16:47:06 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-0: 16:47:06 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-0: 16:47:06 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-0: 16:47:06 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-0: 16:47:06 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-0: 16:47:06 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-0: 16:47:06 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-0: 16:47:06 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-0: 16:47:06 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-0: 16:47:06 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-0: 16:47:06 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-0: 16:47:06 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 16:47:06 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 16:47:06 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 16:47:06 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-0: 16:47:06 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 16:47:06 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 16:47:06 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 16:47:06 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 16:47:06 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 16:47:06 DEBUG juju.network "lxdbr0" has addresses [fe80::489e:23ff:fe1d:c335/64 fe80::1/64] machine-0: 16:47:06 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 16:47:06 DEBUG juju.network including address public:172.30.9.210 for machine machine-0: 16:47:06 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-0: 16:47:06 DEBUG juju.network including address local-fan:252.9.0.1 for machine machine-0: 16:47:06 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 16:47:06 DEBUG juju.network including address local-machine:::1 for machine machine-0: 16:47:06 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] machine-0: 16:47:06 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 16:47:06 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.210:17070"] machine-0: 16:47:06 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 16:47:06 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-0: 16:47:06 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 16:47:06 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 16:47:06 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 16:47:06 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 16:47:06 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 16:47:06 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result 0 machine-0: 16:47:06 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 16:47:06 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result /usr/sbin/fanctl: /etc/network/fan:40 192.168.121.0/24 252.0.0.0/8 -- failed err=1 /usr/sbin/fanctl: fan-252: already configured 0 machine-0: 16:47:06 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-0: 16:47:06 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 16:47:06 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 16:47:06 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result 0 machine-0: 16:47:06 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result /usr/sbin/fanctl: /etc/network/fan:40 192.168.121.0/24 252.0.0.0/8 -- failed err=1 /usr/sbin/fanctl: fan-252: already configured 0 machine-0: 16:47:07 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 16:47:07 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 16:47:07 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 16:47:07 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 16:47:07 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-0: 16:47:07 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 16:47:07 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 16:47:07 DEBUG juju.worker.logger logger setup machine-0: 16:47:07 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 16:47:07 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 16:47:07 DEBUG juju.worker.dependency "machiner" manifold worker started machine-0: 16:47:07 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 16:47:07 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 16:47:07 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 16:47:07 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 16:47:07 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 16:47:07 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 16:47:07 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 16:47:07 DEBUG juju.network "lxdbr0" has addresses [fe80::489e:23ff:fe1d:c335/64 fe80::1/64] machine-0: 16:47:07 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 16:47:07 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 16:47:07 DEBUG juju.network including address local-cloud:192.168.121.15 for machine machine-0: 16:47:07 DEBUG juju.network including address local-fan:252.15.0.1 for machine machine-0: 16:47:07 DEBUG juju.network including address local-machine:::1 for machine machine-0: 16:47:07 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.15 local-fan:252.15.0.1 local-machine:::1] machine-0: 16:47:07 INFO juju.worker.machiner setting addresses for "machine-0" to [local-machine:127.0.0.1 local-cloud:192.168.121.15 local-fan:252.15.0.1 local-machine:::1] machine-0: 16:47:07 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 16:47:07 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 16:47:07 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-0: 16:47:07 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 16:47:07 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-0: 16:47:07 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-0: 16:47:07 INFO juju.worker.deployer checking unit "abot-epc-basic/0" machine-0: 16:47:07 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 16:47:07 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 16:47:07 INFO juju.worker.upgrader unblocking abort check machine-0: 16:47:07 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-0: 16:47:07 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 0 machine-0: 16:47:07 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-0: 16:47:07 INFO juju.worker.deployer deploying unit "abot-epc-basic/0" machine-0: 16:47:07 DEBUG juju.worker start "0-container-watcher" machine-0: 16:47:07 DEBUG juju.worker start "stateconverter" machine-0: 16:47:07 INFO juju.worker start "0-container-watcher" machine-0: 16:47:07 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-0: 16:47:07 DEBUG juju.worker "0-container-watcher" started machine-0: 16:47:07 INFO juju.worker start "stateconverter" machine-0: 16:47:07 DEBUG juju.cmd.jujud upgrades done, starting worker "0-container-watcher" machine-0: 16:47:07 DEBUG juju.worker "stateconverter" started machine-0: 16:47:07 DEBUG juju.service discovered init system "systemd" from local host machine-0: 16:47:07 DEBUG juju.worker.deployer API addresses: ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.210:17070"] machine-0: 16:47:07 INFO juju.worker.machiner "machine-0" started machine-0: 16:47:07 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-abot-epc-basic-0 Conf:{Desc:juju unit agent for abot-epc-basic/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:/var/lib/juju/init/jujud-unit-abot-epc-basic-0/exec-start.sh ExecStopPost: Logfile:/var/log/juju/unit-abot-epc-basic-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-abot-epc-basic-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name abot-epc-basic/0 --debug]}} ConfName:jujud-unit-abot-epc-basic-0.service UnitName:jujud-unit-abot-epc-basic-0.service Dirname:/var/lib/juju/init/jujud-unit-abot-epc-basic-0 Script:[35 33 47 117 115 114 47 98 105 110 47 101 110 118 32 98 97 115 104 10 10 35 32 83 101 116 32 117 112 32 108 111 103 103 105 110 103 46 10 116 111 117 99 104 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 99 104 111 119 110 32 115 121 115 108 111 103 58 115 121 115 108 111 103 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 99 104 109 111 100 32 48 54 48 48 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 101 120 101 99 32 62 62 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 101 120 101 99 32 50 62 38 49 10 10 35 32 82 117 110 32 116 104 101 32 115 99 114 105 112 116 46 10 39 47 118 97 114 47 108 105 98 47 106 117 106 117 47 116 111 111 108 115 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 47 106 117 106 117 100 39 32 117 110 105 116 32 45 45 100 97 116 97 45 100 105 114 32 39 47 118 97 114 47 108 105 98 47 106 117 106 117 39 32 45 45 117 110 105 116 45 110 97 109 101 32 97 98 111 116 45 101 112 99 45 98 97 115 105 99 47 48 32 45 45 100 101 98 117 103]} machine-0: 16:47:07 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully installed machine-0: 16:47:07 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" not running machine-0: 16:47:08 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully started unit-abot-epc-basic-0: 16:47:08 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-abot-epc-basic-0: 16:47:08 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-abot-epc-basic-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "abot-epc-basic/0", "--debug"} unit-abot-epc-basic-0: 16:47:08 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker start "api" unit-abot-epc-basic-0: 16:47:08 INFO juju.worker start "api" unit-abot-epc-basic-0: 16:47:08 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-abot-epc-basic-0" unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker "api" started unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.introspection stats worker now serving unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "agent" manifold worker started unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.apicaller connecting with old password unit-abot-epc-basic-0: 16:47:08 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-abot-epc-basic-0: 16:47:08 INFO juju.api connection established to "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-abot-epc-basic-0: 16:47:08 DEBUG juju.api successfully dialed "wss://252.9.0.1:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-abot-epc-basic-0: 16:47:08 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 16:47:08 DEBUG juju.worker.apicaller changing password... machine-0: 16:47:09 DEBUG juju.worker.machiner observed network config updated for "machine-0" to [{DeviceIndex:1 MACAddress: CIDR:127.0.0.0/8 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:127.0.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:1 MACAddress: CIDR:::1/128 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:::1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:2 MACAddress:fa:16:3e:3c:74:f9 CIDR:192.168.121.0/24 MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:ens3 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:static Address:192.168.121.15 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:3c:74:f9 CIDR: MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:ens3 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:3 MACAddress:4a:9e:23:1d:c3:35 CIDR: MTU:1500 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lxdbr0 ParentInterfaceName: InterfaceType:bridge Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:3 MACAddress:4a:9e:23:1d:c3:35 CIDR: MTU:1500 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lxdbr0 ParentInterfaceName: InterfaceType:bridge Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:4 MACAddress:4a:5f:8e:cd:3e:9c CIDR:252.0.0.0/8 MTU:1400 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:fan-252 ParentInterfaceName: InterfaceType:bridge Disabled:false NoAutoStart:false ConfigType:static Address:252.15.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:4 MACAddress:4a:5f:8e:cd:3e:9c CIDR: MTU:1400 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:fan-252 ParentInterfaceName: InterfaceType:bridge Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:5 MACAddress:4a:5f:8e:cd:3e:9c CIDR: MTU:1400 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:ftun0 ParentInterfaceName:fan-252 InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false}] unit-abot-epc-basic-0: 16:47:09 DEBUG juju.worker.apicaller password changed unit-abot-epc-basic-0: 16:47:09 DEBUG juju.api RPC connection died unit-abot-epc-basic-0: 16:47:09 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 16:47:09 DEBUG juju.worker.apicaller connecting with current password unit-abot-epc-basic-0: 16:47:09 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-abot-epc-basic-0: 16:47:09 INFO juju.api connection established to "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-abot-epc-basic-0: 16:47:09 DEBUG juju.api successfully dialed "wss://252.9.0.1:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-abot-epc-basic-0: 16:47:09 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 16:47:10 INFO juju.worker.upgrader abort check blocked until version event received unit-abot-epc-basic-0: 16:47:10 INFO juju.worker.upgrader unblocking abort check unit-abot-epc-basic-0: 16:47:10 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-abot-epc-basic-0: 16:47:10 INFO juju.worker.migrationminion migration phase is now: NONE unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.logger logger setup unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.leadership abot-epc-basic/0 making initial claim for abot-epc-basic leadership unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 16:47:10 INFO juju.worker.leadership abot-epc-basic/0 promoted to leadership of abot-epc-basic unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-abot-epc-basic-0: 16:47:10 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 16:47:10 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 16:47:10 DEBUG juju.network no lxc bridge addresses to filter for machine unit-abot-epc-basic-0: 16:47:10 DEBUG juju.network "lxdbr0" has addresses [fe80::489e:23ff:fe1d:c335/64 fe80::1/64] unit-abot-epc-basic-0: 16:47:10 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-abot-epc-basic-0: 16:47:10 DEBUG juju.network including address public:172.30.9.210 for machine unit-abot-epc-basic-0: 16:47:10 DEBUG juju.network including address local-cloud:192.168.121.9 for machine unit-abot-epc-basic-0: 16:47:10 DEBUG juju.network including address local-fan:252.9.0.1 for machine unit-abot-epc-basic-0: 16:47:10 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-abot-epc-basic-0: 16:47:10 DEBUG juju.network including address local-machine:::1 for machine unit-abot-epc-basic-0: 16:47:10 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-abot-epc-basic-0: 16:47:10 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.210:17070"] unit-abot-epc-basic-0: 16:47:10 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 16:47:10 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-abot-epc-basic-0: 16:47:10 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-abot-epc-basic-0 unit-abot-epc-basic-0: 16:47:10 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-xenial-amd64 unit-abot-epc-basic-0: 16:47:10 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-xenial-amd64/jujud unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-abot-epc-basic-0/run.socket unit-abot-epc-basic-0: 16:47:10 INFO juju.worker.uniter unit "abot-epc-basic/0" started unit-abot-epc-basic-0: 16:47:10 INFO juju.worker.uniter resuming charm install unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.uniter.operation running operation install local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.uniter.operation preparing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.uniter juju-run listener running unit-abot-epc-basic-0: 16:47:10 INFO juju.worker.uniter.charm downloading local:xenial/abot-epc-basic-1 from API server unit-abot-epc-basic-0: 16:47:10 INFO juju.downloader downloading from local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 16:47:10 DEBUG httpbakery client do GET https://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/charms?file=%2A&url=local%3Axenial%2Fabot-epc-basic-1 { unit-abot-epc-basic-0: 16:47:10 DEBUG httpbakery } -> error unit-abot-epc-basic-0: 16:47:10 INFO juju.downloader download complete ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 16:47:10 INFO juju.downloader download verified ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.uniter.operation executing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 16:47:10 DEBUG juju.worker.uniter.charm deploying charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 16:47:11 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 16:47:11 DEBUG juju.worker.uniter.operation committing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 16:47:11 INFO juju.worker.uniter hooks are retried true unit-abot-epc-basic-0: 16:47:11 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-abot-epc-basic-0: 16:47:11 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-abot-epc-basic-0: 16:47:11 DEBUG juju.worker.uniter.remotestate got unit change unit-abot-epc-basic-0: 16:47:11 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-abot-epc-basic-0: 16:47:11 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-abot-epc-basic-0: 16:47:11 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-abot-epc-basic-0: 16:47:11 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-abot-epc-basic-0: 16:47:11 DEBUG juju.worker.uniter.remotestate got service change unit-abot-epc-basic-0: 16:47:11 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-abot-epc-basic-0: 16:47:11 INFO juju.worker.uniter.storage initial storage attachments ready unit-abot-epc-basic-0: 16:47:11 INFO juju.worker.uniter found queued "install" hook unit-abot-epc-basic-0: 16:47:11 DEBUG juju.worker.uniter.operation running operation run install hook unit-abot-epc-basic-0: 16:47:11 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-abot-epc-basic-0: 16:47:11 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-abot-epc-basic-0: 16:47:11 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 16:47:12 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 16:47:12 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 16:47:12 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 16:47:12 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 16:47:12 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-c8bb6e-default-0 unit-abot-epc-basic-0: 16:47:12 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Checking sudo privileges >> unit-abot-epc-basic-0: 16:47:12 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Application Name abot-functest-basic >> unit-abot-epc-basic-0: 16:47:12 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Version 3.1.1 >> unit-abot-epc-basic-0: 16:47:12 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: External Tester none >> unit-abot-epc-basic-0: 16:47:13 DEBUG unit.abot-epc-basic/0.install Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 16:47:13 DEBUG unit.abot-epc-basic/0.install Hit:2 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-abot-epc-basic-0: 16:47:13 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 16:47:13 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libglapi-mesa libgraphite2-3 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libllvm6.0 libogg0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk-headless openjdk-8-jre openjdk-8-jre-headless unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install default-jre libasound2-plugins alsa-utils cups-common librsvg2-common gvfs unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libice-doc liblcms2-utils pcscd pulseaudio lm-sensors libsm-doc libxcb-doc unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libxt-doc openjdk-8-demo openjdk-8-source visualvm icedtea-8-plugin unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libnss-mdns fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install fonts-wqy-zenhei fonts-indic unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libglapi-mesa libgraphite2-3 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libllvm6.0 libogg0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk openjdk-8-jdk-headless openjdk-8-jre unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install openjdk-8-jre-headless x11-common x11proto-core-dev x11proto-input-dev unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install x11proto-kb-dev xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 97 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install Need to get 68.8 MB of archives. unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install After this operation, 395 MB of additional disk space will be used. unit-abot-epc-basic-0: 16:47:15 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-dejavu-core all 2.35-1 [1039 kB] unit-abot-epc-basic-0: 16:47:16 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 fontconfig-config all 2.11.94-0ubuntu1.1 [49.9 kB] unit-abot-epc-basic-0: 16:47:16 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfontconfig1 amd64 2.11.94-0ubuntu1.1 [131 kB] unit-abot-epc-basic-0: 16:47:16 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 fontconfig amd64 2.11.94-0ubuntu1.1 [178 kB] unit-abot-epc-basic-0: 16:47:16 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasyncns0 amd64 0.8-5build1 [12.3 kB] unit-abot-epc-basic-0: 16:47:16 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 x11-common all 1:7.7+13ubuntu3.1 [22.9 kB] unit-abot-epc-basic-0: 16:47:16 DEBUG unit.abot-epc-basic/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libice6 amd64 2:1.0.9-1 [39.2 kB] unit-abot-epc-basic-0: 16:47:16 DEBUG unit.abot-epc-basic/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjpeg-turbo8 amd64 1.4.2-0ubuntu3.1 [111 kB] unit-abot-epc-basic-0: 16:47:17 DEBUG unit.abot-epc-basic/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libogg0 amd64 1.3.2-1 [17.2 kB] unit-abot-epc-basic-0: 16:47:17 DEBUG unit.abot-epc-basic/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] unit-abot-epc-basic-0: 16:47:17 DEBUG unit.abot-epc-basic/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcomposite1 amd64 1:0.4.4-1 [7714 B] unit-abot-epc-basic-0: 16:47:17 DEBUG unit.abot-epc-basic/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxdamage1 amd64 1:1.1.4-2 [6946 B] unit-abot-epc-basic-0: 16:47:17 DEBUG unit.abot-epc-basic/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxfixes3 amd64 1:5.0.1-2 [11.1 kB] unit-abot-epc-basic-0: 16:47:17 DEBUG unit.abot-epc-basic/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxinerama1 amd64 2:1.1.3-1 [7908 B] unit-abot-epc-basic-0: 16:47:17 DEBUG unit.abot-epc-basic/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxshmfence1 amd64 1.2-1 [5042 B] unit-abot-epc-basic-0: 16:47:17 DEBUG unit.abot-epc-basic/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxtst6 amd64 2:1.2.2-1 [14.1 kB] unit-abot-epc-basic-0: 16:47:17 DEBUG unit.abot-epc-basic/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86vm1 amd64 1:1.1.4-1 [10.6 kB] unit-abot-epc-basic-0: 16:47:17 DEBUG unit.abot-epc-basic/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjbig0 amd64 2.1-3.1 [26.6 kB] unit-abot-epc-basic-0: 16:47:17 DEBUG unit.abot-epc-basic/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtxc-dxtn-s2tc0 amd64 0~git20131104-1.1 [51.8 kB] unit-abot-epc-basic-0: 16:47:17 DEBUG unit.abot-epc-basic/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 java-common all 0.56ubuntu2 [7742 B] unit-abot-epc-basic-0: 16:47:17 DEBUG unit.abot-epc-basic/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-common-data amd64 0.6.32~rc+dfsg-1ubuntu2.2 [21.5 kB] unit-abot-epc-basic-0: 16:47:17 DEBUG unit.abot-epc-basic/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-common3 amd64 0.6.32~rc+dfsg-1ubuntu2.2 [21.6 kB] unit-abot-epc-basic-0: 16:47:18 DEBUG unit.abot-epc-basic/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-client3 amd64 0.6.32~rc+dfsg-1ubuntu2.2 [25.2 kB] unit-abot-epc-basic-0: 16:47:18 DEBUG unit.abot-epc-basic/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcups2 amd64 2.1.3-4ubuntu0.5 [197 kB] unit-abot-epc-basic-0: 16:47:18 DEBUG unit.abot-epc-basic/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 liblcms2-2 amd64 2.6-3ubuntu2.1 [136 kB] unit-abot-epc-basic-0: 16:47:18 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B] unit-abot-epc-basic-0: 16:47:18 DEBUG unit.abot-epc-basic/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpcsclite1 amd64 1.8.14-1ubuntu1.16.04.1 [21.4 kB] unit-abot-epc-basic-0: 16:47:18 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxi6 amd64 2:1.7.6-1 [28.6 kB] unit-abot-epc-basic-0: 16:47:18 DEBUG unit.abot-epc-basic/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrender1 amd64 1:0.9.9-0ubuntu1 [18.5 kB] unit-abot-epc-basic-0: 16:47:18 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre-headless amd64 8u181-b13-0ubuntu0.16.04.1 [27.0 MB] unit-abot-epc-basic-0: 16:47:19 DEBUG unit.abot-epc-basic/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ca-certificates-java all 20160321ubuntu1 [12.5 kB] unit-abot-epc-basic-0: 16:47:19 DEBUG unit.abot-epc-basic/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-dejavu-extra all 2.35-1 [1749 kB] unit-abot-epc-basic-0: 16:47:19 DEBUG unit.abot-epc-basic/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 hicolor-icon-theme all 0.15-0ubuntu1.1 [7698 B] unit-abot-epc-basic-0: 16:47:19 DEBUG unit.abot-epc-basic/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasound2-data all 1.1.0-0ubuntu1 [29.4 kB] unit-abot-epc-basic-0: 16:47:19 DEBUG unit.abot-epc-basic/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasound2 amd64 1.1.0-0ubuntu1 [350 kB] unit-abot-epc-basic-0: 16:47:19 DEBUG unit.abot-epc-basic/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk1.0-data all 2.18.0-1 [17.1 kB] unit-abot-epc-basic-0: 16:47:19 DEBUG unit.abot-epc-basic/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk1.0-0 amd64 2.18.0-1 [56.9 kB] unit-abot-epc-basic-0: 16:47:19 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpixman-1-0 amd64 0.33.6-1 [231 kB] unit-abot-epc-basic-0: 16:47:20 DEBUG unit.abot-epc-basic/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-render0 amd64 1.11.1-1ubuntu1 [11.4 kB] unit-abot-epc-basic-0: 16:47:20 DEBUG unit.abot-epc-basic/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shm0 amd64 1.11.1-1ubuntu1 [5588 B] unit-abot-epc-basic-0: 16:47:20 DEBUG unit.abot-epc-basic/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcairo2 amd64 1.14.6-1 [555 kB] unit-abot-epc-basic-0: 16:47:20 DEBUG unit.abot-epc-basic/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libdatrie1 amd64 0.2.10-2 [17.3 kB] unit-abot-epc-basic-0: 16:47:20 DEBUG unit.abot-epc-basic/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-amdgpu1 amd64 2.4.91-2~16.04.1 [18.9 kB] unit-abot-epc-basic-0: 16:47:20 DEBUG unit.abot-epc-basic/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpciaccess0 amd64 0.13.4-1 [18.1 kB] unit-abot-epc-basic-0: 16:47:20 DEBUG unit.abot-epc-basic/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-intel1 amd64 2.4.91-2~16.04.1 [59.9 kB] unit-abot-epc-basic-0: 16:47:20 DEBUG unit.abot-epc-basic/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-nouveau2 amd64 2.4.91-2~16.04.1 [16.3 kB] unit-abot-epc-basic-0: 16:47:20 DEBUG unit.abot-epc-basic/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-radeon1 amd64 2.4.91-2~16.04.1 [21.5 kB] unit-abot-epc-basic-0: 16:47:20 DEBUG unit.abot-epc-basic/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libflac8 amd64 1.3.1-4 [210 kB] unit-abot-epc-basic-0: 16:47:20 DEBUG unit.abot-epc-basic/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtiff5 amd64 4.0.6-1ubuntu0.4 [148 kB] unit-abot-epc-basic-0: 16:47:20 DEBUG unit.abot-epc-basic/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgdk-pixbuf2.0-common all 2.32.2-1ubuntu1.5 [10.3 kB] unit-abot-epc-basic-0: 16:47:21 DEBUG unit.abot-epc-basic/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgdk-pixbuf2.0-0 amd64 2.32.2-1ubuntu1.5 [159 kB] unit-abot-epc-basic-0: 16:47:21 DEBUG unit.abot-epc-basic/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgif7 amd64 5.1.4-0.3~16.04 [30.5 kB] unit-abot-epc-basic-0: 16:47:21 DEBUG unit.abot-epc-basic/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglapi-mesa amd64 18.0.5-0ubuntu0~16.04.1 [23.4 kB] unit-abot-epc-basic-0: 16:47:21 DEBUG unit.abot-epc-basic/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libllvm6.0 amd64 1:6.0-1ubuntu2~16.04.1 [14.3 MB] unit-abot-epc-basic-0: 16:47:21 DEBUG unit.abot-epc-basic/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsensors4 amd64 1:3.4.0-2 [28.4 kB] unit-abot-epc-basic-0: 16:47:21 DEBUG unit.abot-epc-basic/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-dri amd64 18.0.5-0ubuntu0~16.04.1 [6080 kB] unit-abot-epc-basic-0: 16:47:22 DEBUG unit.abot-epc-basic/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-xcb1 amd64 2:1.6.3-1ubuntu2.1 [9044 B] unit-abot-epc-basic-0: 16:47:22 DEBUG unit.abot-epc-basic/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri2-0 amd64 1.11.1-1ubuntu1 [6882 B] machine-0: 16:47:22 INFO juju.tools.lxdclient using LXD API version "1.0" unit-abot-epc-basic-0: 16:47:22 DEBUG unit.abot-epc-basic/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri3-0 amd64 1.11.1-1ubuntu1 [5218 B] unit-abot-epc-basic-0: 16:47:22 DEBUG unit.abot-epc-basic/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-glx0 amd64 1.11.1-1ubuntu1 [20.9 kB] unit-abot-epc-basic-0: 16:47:22 DEBUG unit.abot-epc-basic/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-present0 amd64 1.11.1-1ubuntu1 [5218 B] unit-abot-epc-basic-0: 16:47:22 DEBUG unit.abot-epc-basic/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-sync1 amd64 1.11.1-1ubuntu1 [8324 B] unit-abot-epc-basic-0: 16:47:22 DEBUG unit.abot-epc-basic/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-glx amd64 18.0.5-0ubuntu0~16.04.1 [132 kB] unit-abot-epc-basic-0: 16:47:22 DEBUG unit.abot-epc-basic/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgraphite2-3 amd64 1.3.10-0ubuntu0.16.04.1 [71.7 kB] unit-abot-epc-basic-0: 16:47:22 DEBUG unit.abot-epc-basic/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk2.0-common all 2.24.30-1ubuntu1.16.04.2 [123 kB] unit-abot-epc-basic-0: 16:47:22 DEBUG unit.abot-epc-basic/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libthai-data all 0.1.24-2 [131 kB] unit-abot-epc-basic-0: 16:47:22 DEBUG unit.abot-epc-basic/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libthai0 amd64 0.1.24-2 [17.3 kB] unit-abot-epc-basic-0: 16:47:22 DEBUG unit.abot-epc-basic/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpango-1.0-0 amd64 1.38.1-1 [148 kB] unit-abot-epc-basic-0: 16:47:22 DEBUG unit.abot-epc-basic/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz0b amd64 1.0.1-1ubuntu0.1 [140 kB] unit-abot-epc-basic-0: 16:47:22 DEBUG unit.abot-epc-basic/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpangoft2-1.0-0 amd64 1.38.1-1 [33.3 kB] unit-abot-epc-basic-0: 16:47:23 DEBUG unit.abot-epc-basic/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpangocairo-1.0-0 amd64 1.38.1-1 [20.5 kB] machine-0: 16:47:23 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-0: 16:47:23 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down unit-abot-epc-basic-0: 16:47:23 DEBUG unit.abot-epc-basic/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxcursor1 amd64 1:1.1.14-1ubuntu0.16.04.2 [19.9 kB] machine-0: 16:47:23 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 16:47:23 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} machine-0: 16:47:23 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-0: 16:47:23 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 16:47:23 INFO juju.tools.lxdclient using LXD API version "1.0" machine-0: 16:47:23 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 16:47:23 DEBUG unit.abot-epc-basic/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrandr2 amd64 2:1.5.0-1 [17.6 kB] unit-abot-epc-basic-0: 16:47:23 DEBUG unit.abot-epc-basic/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk2.0-0 amd64 2.24.30-1ubuntu1.16.04.2 [1775 kB] unit-abot-epc-basic-0: 16:47:23 DEBUG unit.abot-epc-basic/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk2.0-bin amd64 2.24.30-1ubuntu1.16.04.2 [9834 B] unit-abot-epc-basic-0: 16:47:23 DEBUG unit.abot-epc-basic/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xorg-sgml-doctools all 1:1.11-1 [12.9 kB] unit-abot-epc-basic-0: 16:47:23 DEBUG unit.abot-epc-basic/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 x11proto-core-dev all 7.0.31-1~ubuntu16.04.2 [254 kB] unit-abot-epc-basic-0: 16:47:23 DEBUG unit.abot-epc-basic/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libice-dev amd64 2:1.0.9-1 [44.9 kB] unit-abot-epc-basic-0: 16:47:23 DEBUG unit.abot-epc-basic/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpthread-stubs0-dev amd64 0.3-4 [4068 B] unit-abot-epc-basic-0: 16:47:23 DEBUG unit.abot-epc-basic/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libvorbis0a amd64 1.3.5-3ubuntu0.2 [86.0 kB] unit-abot-epc-basic-0: 16:47:23 DEBUG unit.abot-epc-basic/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libvorbisenc2 amd64 1.3.5-3ubuntu0.2 [70.6 kB] unit-abot-epc-basic-0: 16:47:23 DEBUG unit.abot-epc-basic/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsndfile1 amd64 1.0.25-10ubuntu0.16.04.1 [138 kB] unit-abot-epc-basic-0: 16:47:24 DEBUG unit.abot-epc-basic/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpulse0 amd64 1:8.0-0ubuntu3.10 [249 kB] unit-abot-epc-basic-0: 16:47:24 DEBUG unit.abot-epc-basic/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsm-dev amd64 2:1.2.2-1 [16.2 kB] unit-abot-epc-basic-0: 16:47:24 DEBUG unit.abot-epc-basic/0.install Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxau-dev amd64 1:1.0.8-1 [11.1 kB] unit-abot-epc-basic-0: 16:47:24 DEBUG unit.abot-epc-basic/0.install Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxdmcp-dev amd64 1:1.1.2-1.1 [25.1 kB] unit-abot-epc-basic-0: 16:47:24 DEBUG unit.abot-epc-basic/0.install Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-input-dev all 2.3.1-1 [118 kB] unit-abot-epc-basic-0: 16:47:24 DEBUG unit.abot-epc-basic/0.install Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-kb-dev all 1.0.7-0ubuntu1 [224 kB] unit-abot-epc-basic-0: 16:47:24 DEBUG unit.abot-epc-basic/0.install Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xtrans-dev all 1.3.5-1 [70.5 kB] unit-abot-epc-basic-0: 16:47:24 DEBUG unit.abot-epc-basic/0.install Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb1-dev amd64 1.11.1-1ubuntu1 [74.2 kB] unit-abot-epc-basic-0: 16:47:24 DEBUG unit.abot-epc-basic/0.install Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-dev amd64 2:1.6.3-1ubuntu2.1 [640 kB] unit-abot-epc-basic-0: 16:47:24 DEBUG unit.abot-epc-basic/0.install Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-doc all 2:1.6.3-1ubuntu2.1 [1470 kB] unit-abot-epc-basic-0: 16:47:24 DEBUG unit.abot-epc-basic/0.install Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxt6 amd64 1:1.1.5-0ubuntu1 [160 kB] unit-abot-epc-basic-0: 16:47:24 DEBUG unit.abot-epc-basic/0.install Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxt-dev amd64 1:1.1.5-0ubuntu1 [394 kB] unit-abot-epc-basic-0: 16:47:24 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre amd64 8u181-b13-0ubuntu0.16.04.1 [69.4 kB] unit-abot-epc-basic-0: 16:47:24 DEBUG unit.abot-epc-basic/0.install Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jdk-headless amd64 8u181-b13-0ubuntu0.16.04.1 [8180 kB] unit-abot-epc-basic-0: 16:47:25 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jdk amd64 8u181-b13-0ubuntu0.16.04.1 [453 kB] unit-abot-epc-basic-0: 16:47:25 DEBUG unit.abot-epc-basic/0.install Extracting templates from packages: 30% Extracting templates from packages: 61% Extracting templates from packages: 92% Extracting templates from packages: 100% unit-abot-epc-basic-0: 16:47:25 DEBUG unit.abot-epc-basic/0.install Fetched 68.8 MB in 9s (7160 kB/s) unit-abot-epc-basic-0: 16:47:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-core. unit-abot-epc-basic-0: 16:47:25 DEBUG unit.abot-epc-basic/0.install (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 ... 82356 files and directories currently installed.) unit-abot-epc-basic-0: 16:47:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-core_2.35-1_all.deb ... unit-abot-epc-basic-0: 16:47:25 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 16:47:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig-config. unit-abot-epc-basic-0: 16:47:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig-config_2.11.94-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 16:47:26 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 16:47:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1:amd64. unit-abot-epc-basic-0: 16:47:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:47:27 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 16:47:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig. unit-abot-epc-basic-0: 16:47:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:47:28 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 16:47:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasyncns0:amd64. unit-abot-epc-basic-0: 16:47:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasyncns0_0.8-5build1_amd64.deb ... unit-abot-epc-basic-0: 16:47:29 DEBUG unit.abot-epc-basic/0.install Unpacking libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 16:47:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-common. unit-abot-epc-basic-0: 16:47:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-common_1%3a7.7+13ubuntu3.1_all.deb ... unit-abot-epc-basic-0: 16:47:30 DEBUG unit.abot-epc-basic/0.install dpkg-query: no packages found matching nux-tools unit-abot-epc-basic-0: 16:47:30 DEBUG unit.abot-epc-basic/0.install Unpacking x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 16:47:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice6:amd64. unit-abot-epc-basic-0: 16:47:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice6_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 16:47:31 DEBUG unit.abot-epc-basic/0.install Unpacking libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 16:47:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-abot-epc-basic-0: 16:47:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-turbo8_1.4.2-0ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 16:47:32 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 16:47:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libogg0:amd64. unit-abot-epc-basic-0: 16:47:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libogg0_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:47:33 DEBUG unit.abot-epc-basic/0.install Unpacking libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 16:47:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm6:amd64. unit-abot-epc-basic-0: 16:47:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:47:33 DEBUG unit.abot-epc-basic/0.install Unpacking libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 16:47:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite1:amd64. unit-abot-epc-basic-0: 16:47:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 16:47:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 16:47:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage1:amd64. unit-abot-epc-basic-0: 16:47:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 16:47:37 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 16:47:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes3:amd64. unit-abot-epc-basic-0: 16:47:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 16:47:38 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 16:47:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama1:amd64. unit-abot-epc-basic-0: 16:47:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 16:47:38 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 16:47:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence1:amd64. unit-abot-epc-basic-0: 16:47:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence1_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:47:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 16:47:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst6:amd64. unit-abot-epc-basic-0: 16:47:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:47:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 16:47:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-abot-epc-basic-0: 16:47:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 16:47:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 16:47:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig0:amd64. unit-abot-epc-basic-0: 16:47:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ... unit-abot-epc-basic-0: 16:47:42 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 16:47:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-abot-epc-basic-0: 16:47:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-abot-epc-basic-0: 16:47:43 DEBUG unit.abot-epc-basic/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 16:47:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package java-common. unit-abot-epc-basic-0: 16:47:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../java-common_0.56ubuntu2_all.deb ... unit-abot-epc-basic-0: 16:47:44 DEBUG unit.abot-epc-basic/0.install Unpacking java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 16:47:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-abot-epc-basic-0: 16:47:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libavahi-common-data_0.6.32~rc+dfsg-1ubuntu2.2_amd64.deb ... unit-abot-epc-basic-0: 16:47:45 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common-data:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 16:47:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common3:amd64. unit-abot-epc-basic-0: 16:47:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libavahi-common3_0.6.32~rc+dfsg-1ubuntu2.2_amd64.deb ... unit-abot-epc-basic-0: 16:47:46 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 16:47:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-client3:amd64. unit-abot-epc-basic-0: 16:47:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libavahi-client3_0.6.32~rc+dfsg-1ubuntu2.2_amd64.deb ... unit-abot-epc-basic-0: 16:47:46 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 16:47:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcups2:amd64. unit-abot-epc-basic-0: 16:47:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcups2_2.1.3-4ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 16:47:47 DEBUG unit.abot-epc-basic/0.install Unpacking libcups2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 16:47:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblcms2-2:amd64. unit-abot-epc-basic-0: 16:47:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblcms2-2_2.6-3ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 16:47:47 DEBUG unit.abot-epc-basic/0.install Unpacking liblcms2-2:amd64 (2.6-3ubuntu2.1) ... unit-abot-epc-basic-0: 16:47:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8:amd64. unit-abot-epc-basic-0: 16:47:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 16:47:48 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 16:47:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcsclite1:amd64. unit-abot-epc-basic-0: 16:47:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcsclite1_1.8.14-1ubuntu1.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:47:48 DEBUG unit.abot-epc-basic/0.install Unpacking libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 16:47:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi6:amd64. unit-abot-epc-basic-0: 16:47:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi6_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 16:47:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 16:47:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender1:amd64. unit-abot-epc-basic-0: 16:47:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender1_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:47:50 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 16:47:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre-headless:amd64. unit-abot-epc-basic-0: 16:47:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jre-headless_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:47:50 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 16:47:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ca-certificates-java. unit-abot-epc-basic-0: 16:47:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ca-certificates-java_20160321ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:47:54 DEBUG unit.abot-epc-basic/0.install Unpacking ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 16:47:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-extra. unit-abot-epc-basic-0: 16:47:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-extra_2.35-1_all.deb ... unit-abot-epc-basic-0: 16:47:55 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 16:47:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hicolor-icon-theme. unit-abot-epc-basic-0: 16:47:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../hicolor-icon-theme_0.15-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 16:47:56 DEBUG unit.abot-epc-basic/0.install Unpacking hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 16:47:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2-data. unit-abot-epc-basic-0: 16:47:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2-data_1.1.0-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:47:58 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 16:47:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2:amd64. unit-abot-epc-basic-0: 16:47:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2_1.1.0-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:47:59 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 16:47:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-data. unit-abot-epc-basic-0: 16:47:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-data_2.18.0-1_all.deb ... unit-abot-epc-basic-0: 16:47:59 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 16:48:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-0:amd64. unit-abot-epc-basic-0: 16:48:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-0_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 16:48:00 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 16:48:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-0:amd64. unit-abot-epc-basic-0: 16:48:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-0_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 16:48:01 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 16:48:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0:amd64. unit-abot-epc-basic-0: 16:48:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:48:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:48:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0:amd64. unit-abot-epc-basic-0: 16:48:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:48:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:48:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2:amd64. unit-abot-epc-basic-0: 16:48:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 16:48:03 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 16:48:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdatrie1:amd64. unit-abot-epc-basic-0: 16:48:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdatrie1_0.2.10-2_amd64.deb ... unit-abot-epc-basic-0: 16:48:03 DEBUG unit.abot-epc-basic/0.install Unpacking libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 16:48:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-amdgpu1:amd64. unit-abot-epc-basic-0: 16:48:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-amdgpu1_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:48:04 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 16:48:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpciaccess0:amd64. unit-abot-epc-basic-0: 16:48:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpciaccess0_0.13.4-1_amd64.deb ... unit-abot-epc-basic-0: 16:48:04 DEBUG unit.abot-epc-basic/0.install Unpacking libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 16:48:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-abot-epc-basic-0: 16:48:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-intel1_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:48:05 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 16:48:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-abot-epc-basic-0: 16:48:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-nouveau2_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:48:05 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 16:48:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-abot-epc-basic-0: 16:48:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-radeon1_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:48:06 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 16:48:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libflac8:amd64. unit-abot-epc-basic-0: 16:48:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libflac8_1.3.1-4_amd64.deb ... unit-abot-epc-basic-0: 16:48:07 DEBUG unit.abot-epc-basic/0.install Unpacking libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 16:48:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtiff5:amd64. unit-abot-epc-basic-0: 16:48:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtiff5_4.0.6-1ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 16:48:08 DEBUG unit.abot-epc-basic/0.install Unpacking libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 16:48:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-common. unit-abot-epc-basic-0: 16:48:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgdk-pixbuf2.0-common_2.32.2-1ubuntu1.5_all.deb ... unit-abot-epc-basic-0: 16:48:09 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 16:48:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. unit-abot-epc-basic-0: 16:48:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgdk-pixbuf2.0-0_2.32.2-1ubuntu1.5_amd64.deb ... unit-abot-epc-basic-0: 16:48:10 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 16:48:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgif7:amd64. unit-abot-epc-basic-0: 16:48:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgif7_5.1.4-0.3~16.04_amd64.deb ... unit-abot-epc-basic-0: 16:48:10 DEBUG unit.abot-epc-basic/0.install Unpacking libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 16:48:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-abot-epc-basic-0: 16:48:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglapi-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:48:11 DEBUG unit.abot-epc-basic/0.install Unpacking libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 16:48:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm6.0:amd64. unit-abot-epc-basic-0: 16:48:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libllvm6.0_1%3a6.0-1ubuntu2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:48:12 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 16:48:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsensors4:amd64. unit-abot-epc-basic-0: 16:48:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsensors4_1%3a3.4.0-2_amd64.deb ... unit-abot-epc-basic-0: 16:48:15 DEBUG unit.abot-epc-basic/0.install Unpacking libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 16:48:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-abot-epc-basic-0: 16:48:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl1-mesa-dri_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:48:16 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 16:48:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-abot-epc-basic-0: 16:48:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-xcb1_2%3a1.6.3-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 16:48:18 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 16:48:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-abot-epc-basic-0: 16:48:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri2-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:48:19 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:48:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-abot-epc-basic-0: 16:48:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:48:20 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:48:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-abot-epc-basic-0: 16:48:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:48:21 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:48:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present0:amd64. unit-abot-epc-basic-0: 16:48:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:48:21 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:48:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-abot-epc-basic-0: 16:48:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:48:22 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:48:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-abot-epc-basic-0: 16:48:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl1-mesa-glx_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:48:23 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-glx:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 16:48:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphite2-3:amd64. unit-abot-epc-basic-0: 16:48:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphite2-3_1.3.10-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:48:24 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 16:48:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-common. unit-abot-epc-basic-0: 16:48:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk2.0-common_2.24.30-1ubuntu1.16.04.2_all.deb ... unit-abot-epc-basic-0: 16:48:24 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 16:48:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai-data. unit-abot-epc-basic-0: 16:48:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai-data_0.1.24-2_all.deb ... unit-abot-epc-basic-0: 16:48:24 DEBUG unit.abot-epc-basic/0.install Unpacking libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 16:48:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai0:amd64. unit-abot-epc-basic-0: 16:48:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai0_0.1.24-2_amd64.deb ... unit-abot-epc-basic-0: 16:48:25 DEBUG unit.abot-epc-basic/0.install Unpacking libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 16:48:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango-1.0-0:amd64. unit-abot-epc-basic-0: 16:48:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpango-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 16:48:25 DEBUG unit.abot-epc-basic/0.install Unpacking libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 16:48:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz0b:amd64. unit-abot-epc-basic-0: 16:48:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz0b_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 16:48:26 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 16:48:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoft2-1.0-0:amd64. unit-abot-epc-basic-0: 16:48:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpangoft2-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 16:48:26 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 16:48:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangocairo-1.0-0:amd64. unit-abot-epc-basic-0: 16:48:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpangocairo-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 16:48:27 DEBUG unit.abot-epc-basic/0.install Unpacking libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 16:48:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor1:amd64. unit-abot-epc-basic-0: 16:48:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcursor1_1%3a1.1.14-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 16:48:28 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 16:48:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr2:amd64. unit-abot-epc-basic-0: 16:48:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 16:48:29 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 16:48:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-0:amd64. unit-abot-epc-basic-0: 16:48:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk2.0-0_2.24.30-1ubuntu1.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 16:48:30 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 16:48:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-bin. unit-abot-epc-basic-0: 16:48:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk2.0-bin_2.24.30-1ubuntu1.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 16:48:31 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 16:48:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xorg-sgml-doctools. unit-abot-epc-basic-0: 16:48:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xorg-sgml-doctools_1%3a1.11-1_all.deb ... unit-abot-epc-basic-0: 16:48:31 DEBUG unit.abot-epc-basic/0.install Unpacking xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 16:48:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-core-dev. unit-abot-epc-basic-0: 16:48:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-core-dev_7.0.31-1~ubuntu16.04.2_all.deb ... unit-abot-epc-basic-0: 16:48:32 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 16:48:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice-dev:amd64. unit-abot-epc-basic-0: 16:48:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice-dev_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 16:48:32 DEBUG unit.abot-epc-basic/0.install Unpacking libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 16:48:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-abot-epc-basic-0: 16:48:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-abot-epc-basic-0: 16:48:33 DEBUG unit.abot-epc-basic/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 16:48:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbis0a:amd64. unit-abot-epc-basic-0: 16:48:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbis0a_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 16:48:33 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 16:48:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbisenc2:amd64. unit-abot-epc-basic-0: 16:48:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbisenc2_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 16:48:34 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 16:48:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsndfile1:amd64. unit-abot-epc-basic-0: 16:48:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsndfile1_1.0.25-10ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:48:34 DEBUG unit.abot-epc-basic/0.install Unpacking libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 16:48:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpulse0:amd64. unit-abot-epc-basic-0: 16:48:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpulse0_1%3a8.0-0ubuntu3.10_amd64.deb ... unit-abot-epc-basic-0: 16:48:34 DEBUG unit.abot-epc-basic/0.install Unpacking libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 16:48:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm-dev:amd64. unit-abot-epc-basic-0: 16:48:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:48:35 DEBUG unit.abot-epc-basic/0.install Unpacking libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 16:48:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxau-dev:amd64. unit-abot-epc-basic-0: 16:48:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxau-dev_1%3a1.0.8-1_amd64.deb ... unit-abot-epc-basic-0: 16:48:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 16:48:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdmcp-dev:amd64. unit-abot-epc-basic-0: 16:48:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdmcp-dev_1%3a1.1.2-1.1_amd64.deb ... unit-abot-epc-basic-0: 16:48:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 16:48:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-input-dev. unit-abot-epc-basic-0: 16:48:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-input-dev_2.3.1-1_all.deb ... unit-abot-epc-basic-0: 16:48:37 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 16:48:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-kb-dev. unit-abot-epc-basic-0: 16:48:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-kb-dev_1.0.7-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:48:38 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 16:48:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xtrans-dev. unit-abot-epc-basic-0: 16:48:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xtrans-dev_1.3.5-1_all.deb ... unit-abot-epc-basic-0: 16:48:38 DEBUG unit.abot-epc-basic/0.install Unpacking xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 16:48:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb1-dev:amd64. unit-abot-epc-basic-0: 16:48:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb1-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:48:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:48:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-dev:amd64. unit-abot-epc-basic-0: 16:48:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-dev_2%3a1.6.3-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 16:48:40 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 16:48:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-doc. unit-abot-epc-basic-0: 16:48:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-doc_2%3a1.6.3-1ubuntu2.1_all.deb ... unit-abot-epc-basic-0: 16:48:41 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-doc (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 16:48:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt6:amd64. unit-abot-epc-basic-0: 16:48:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt6_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:48:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 16:48:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt-dev:amd64. unit-abot-epc-basic-0: 16:48:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt-dev_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:48:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 16:48:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre:amd64. unit-abot-epc-basic-0: 16:48:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jre_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:48:43 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 16:48:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk-headless:amd64. unit-abot-epc-basic-0: 16:48:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jdk-headless_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:48:45 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 16:48:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk:amd64. unit-abot-epc-basic-0: 16:48:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jdk_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:48:48 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 16:48:50 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 16:48:53 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 16:48:53 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 16:48:54 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 16:48:55 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 16:48:55 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 16:48:56 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 16:48:56 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 16:48:56 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 16:48:56 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 16:48:56 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 16:48:59 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 16:49:01 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 16:49:01 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 16:49:03 DEBUG unit.abot-epc-basic/0.install Regenerating fonts cache... done. unit-abot-epc-basic-0: 16:49:03 DEBUG unit.abot-epc-basic/0.install Setting up libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 16:49:04 DEBUG unit.abot-epc-basic/0.install Setting up x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 16:49:04 DEBUG unit.abot-epc-basic/0.install update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults unit-abot-epc-basic-0: 16:49:05 DEBUG unit.abot-epc-basic/0.install Setting up libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 16:49:05 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 16:49:05 DEBUG unit.abot-epc-basic/0.install Setting up libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 16:49:05 DEBUG unit.abot-epc-basic/0.install Setting up libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 16:49:05 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 16:49:05 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 16:49:06 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 16:49:06 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 16:49:06 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 16:49:06 DEBUG unit.abot-epc-basic/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 16:49:07 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 16:49:07 DEBUG unit.abot-epc-basic/0.install Setting up libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 16:49:08 DEBUG unit.abot-epc-basic/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 16:49:08 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/libtxc_dxtn_s2tc.so.0 to provide /usr/lib/x86_64-linux-gnu/libtxc_dxtn.so (libtxc-dxtn-x86_64-linux-gnu) in auto mode unit-abot-epc-basic-0: 16:49:08 DEBUG unit.abot-epc-basic/0.install Setting up java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 16:49:08 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-common-data:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 16:49:08 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 16:49:08 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 16:49:08 DEBUG unit.abot-epc-basic/0.install Setting up libcups2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 16:49:09 DEBUG unit.abot-epc-basic/0.install Setting up liblcms2-2:amd64 (2.6-3ubuntu2.1) ... unit-abot-epc-basic-0: 16:49:09 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 16:49:09 DEBUG unit.abot-epc-basic/0.install Setting up libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 16:49:09 DEBUG unit.abot-epc-basic/0.install Setting up libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 16:49:09 DEBUG unit.abot-epc-basic/0.install Setting up libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 16:49:09 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 16:49:09 DEBUG unit.abot-epc-basic/0.install Setting up hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 16:49:09 DEBUG unit.abot-epc-basic/0.install Setting up libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 16:49:09 DEBUG unit.abot-epc-basic/0.install Setting up libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 16:49:10 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 16:49:10 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 16:49:10 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 16:49:10 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:49:10 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:49:10 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 16:49:10 DEBUG unit.abot-epc-basic/0.install Setting up libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 16:49:10 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 16:49:11 DEBUG unit.abot-epc-basic/0.install Setting up libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 16:49:11 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 16:49:11 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 16:49:12 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 16:49:12 DEBUG unit.abot-epc-basic/0.install Setting up libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 16:49:12 DEBUG unit.abot-epc-basic/0.install Setting up libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 16:49:12 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 16:49:12 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 16:49:12 DEBUG unit.abot-epc-basic/0.install Setting up libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 16:49:12 DEBUG unit.abot-epc-basic/0.install Setting up libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 16:49:12 DEBUG unit.abot-epc-basic/0.install Setting up libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 16:49:13 DEBUG unit.abot-epc-basic/0.install Setting up libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 16:49:13 DEBUG unit.abot-epc-basic/0.install Setting up libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 16:49:13 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 16:49:13 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:49:13 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:49:13 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:49:14 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:49:14 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:49:14 DEBUG unit.abot-epc-basic/0.install Setting up libgl1-mesa-glx:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 16:49:14 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode unit-abot-epc-basic-0: 16:49:14 DEBUG unit.abot-epc-basic/0.install Setting up libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 16:49:14 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 16:49:14 DEBUG unit.abot-epc-basic/0.install Setting up libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 16:49:14 DEBUG unit.abot-epc-basic/0.install Setting up libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 16:49:14 DEBUG unit.abot-epc-basic/0.install Setting up libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 16:49:15 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 16:49:15 DEBUG unit.abot-epc-basic/0.install Setting up libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 16:49:15 DEBUG unit.abot-epc-basic/0.install Setting up libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 16:49:15 DEBUG unit.abot-epc-basic/0.install Setting up libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 16:49:15 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 16:49:15 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 16:49:15 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 16:49:16 DEBUG unit.abot-epc-basic/0.install Setting up xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 16:49:16 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 16:49:16 DEBUG unit.abot-epc-basic/0.install Setting up libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 16:49:16 DEBUG unit.abot-epc-basic/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 16:49:16 DEBUG unit.abot-epc-basic/0.install Setting up libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 16:49:17 DEBUG unit.abot-epc-basic/0.install Setting up libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 16:49:17 DEBUG unit.abot-epc-basic/0.install Setting up libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 16:49:17 DEBUG unit.abot-epc-basic/0.install Setting up libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 16:49:17 DEBUG unit.abot-epc-basic/0.install Setting up libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 16:49:17 DEBUG unit.abot-epc-basic/0.install Setting up libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 16:49:17 DEBUG unit.abot-epc-basic/0.install Setting up libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 16:49:17 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 16:49:17 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 16:49:18 DEBUG unit.abot-epc-basic/0.install Setting up xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 16:49:18 DEBUG unit.abot-epc-basic/0.install Setting up libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:49:18 DEBUG unit.abot-epc-basic/0.install Setting up libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 16:49:19 DEBUG unit.abot-epc-basic/0.install Setting up libx11-doc (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 16:49:19 DEBUG unit.abot-epc-basic/0.install Setting up libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 16:49:19 DEBUG unit.abot-epc-basic/0.install Setting up libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 16:49:19 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 16:49:20 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode unit-abot-epc-basic-0: 16:49:20 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode unit-abot-epc-basic-0: 16:49:20 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode unit-abot-epc-basic-0: 16:49:20 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/jjs to provide /usr/bin/jjs (jjs) in auto mode unit-abot-epc-basic-0: 16:49:20 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode unit-abot-epc-basic-0: 16:49:20 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode unit-abot-epc-basic-0: 16:49:20 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode unit-abot-epc-basic-0: 16:49:20 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode unit-abot-epc-basic-0: 16:49:20 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode unit-abot-epc-basic-0: 16:49:20 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode unit-abot-epc-basic-0: 16:49:20 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode unit-abot-epc-basic-0: 16:49:20 DEBUG unit.abot-epc-basic/0.install Setting up ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_Certification_Authority.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:AC_RAIZ_FNMT-RCM.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Class_2_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Sonera_Class_2_Root_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Networking.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G3.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Microsec_e-Szigno_Root_CA_2009.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Global_Chambersign_Root.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_RootCA2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:TÜBİTAK_UEKAE_Kök_Sertifika_Hizmet_Sağlayıcısı_-_Sürüm_3.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Global_Root_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Atos_TrustedRoot_2011.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Class_2_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:XRamp_Global_CA_Root.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Cybertrust_Global_Root.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Secure_Services_root.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:EE_Certification_Centre_Root_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_4.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3_G3.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Qualified_Certificates_Root.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_EV_RootCA1.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:EC-ACC.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Chambers_of_Commerce_Root_-_2008.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_Root_CA_X3.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Root_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:ACCVRAIZ1.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Taiwan_GRCA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureSign_RootCA11.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_1.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_3.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:E-Tugra_Certification_Authority.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_2_Root_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:SZAFIR_ROOT_CA2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_1.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R1.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA_2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_3.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA_2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Commercial.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_1_G3.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Visa_eCommerce_Root.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Silver_CA_-_G2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Autorité_Racine.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Class_2_Primary_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:UTN_USERFirst_Hardware_Root_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Network_Solutions_Certificate_Authority.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_AAA_Services_root.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:CNNIC_ROOT.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Trusted_Root_G4.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Root_Certification_Authority.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Trusted_Services_root.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_External_Root.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA_2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Certigna.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Root_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:ISRG_Root_X1.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Global_Chambersign_Root_-_2008.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G1.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R3.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Izenpe.com.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_Root_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G3.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:certSIGN_ROOT_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Trustis_FPS_Root_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:ACEDICOM_Root.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Universal_Root_Certification_Authority.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:TÜRKTRUST_Elektronik_Sertifika_Hizmet_Sağlayıcısı_H5.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_EV_CA_2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Commercial_Root_CA_1.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G3.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_ACES_CA_X6.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Deutsche_Telekom_Root_CA_2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G1.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Public_Services_Root.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Secure_Global_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Baltimore_CyberTrust_Root.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Hongkong_Post_Root_CA_1.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G3.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Gold_CA_-_G2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium_ECC.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2_G3.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Low-Value_Services_Root.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureTrust_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:TeliaSonera_Root_CA_v1.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_3_Root_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:PSCProcert.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:LuxTrust_Global_Root_2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Actalis_Authentication_Root_CA.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:CFCA_EV_ROOT.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_2.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:ePKI_Root_Certification_Authority.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem unit-abot-epc-basic-0: 16:49:21 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/policytool to provide /usr/bin/policytool (policytool) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/idlj to provide /usr/bin/idlj (idlj) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdeps to provide /usr/bin/jdeps (jdeps) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsimport to provide /usr/bin/wsimport (wsimport) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/rmic to provide /usr/bin/rmic (rmic) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jsadebugd to provide /usr/bin/jsadebugd (jsadebugd) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/native2ascii to provide /usr/bin/native2ascii (native2ascii) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javac to provide /usr/bin/javac (javac) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javah to provide /usr/bin/javah (javah) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jps to provide /usr/bin/jps (jps) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jhat to provide /usr/bin/jhat (jhat) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javap to provide /usr/bin/javap (javap) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jar to provide /usr/bin/jar (jar) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/extcheck to provide /usr/bin/extcheck (extcheck) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/schemagen to provide /usr/bin/schemagen (schemagen) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/xjc to provide /usr/bin/xjc (xjc) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsgen to provide /usr/bin/wsgen (wsgen) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode unit-abot-epc-basic-0: 16:49:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode unit-abot-epc-basic-0: 16:49:23 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 16:49:23 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/appletviewer to provide /usr/bin/appletviewer (appletviewer) in auto mode unit-abot-epc-basic-0: 16:49:23 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jconsole to provide /usr/bin/jconsole (jconsole) in auto mode unit-abot-epc-basic-0: 16:49:23 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 16:49:23 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 16:49:23 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 16:49:23 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 16:49:23 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 16:49:24 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 16:49:24 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 16:49:24 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:49:24 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 16:49:24 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 16:49:25 DEBUG unit.abot-epc-basic/0.install --2018-10-04 16:49:25-- http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.1_all.deb unit-abot-epc-basic-0: 16:49:25 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... connected. unit-abot-epc-basic-0: 16:49:25 DEBUG unit.abot-epc-basic/0.install HTTP request sent, awaiting response... 200 OK unit-abot-epc-basic-0: 16:49:25 DEBUG unit.abot-epc-basic/0.install Length: 47812762 (46M) [application/x-debian-package] unit-abot-epc-basic-0: 16:49:25 DEBUG unit.abot-epc-basic/0.install Saving to: '/var/lib/abot-functest-basic/payload/abot-functest-basic_3.1.1_all.deb' unit-abot-epc-basic-0: 16:49:25 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:49:26 DEBUG unit.abot-epc-basic/0.install 0K .......... .......... .......... .......... .......... 0% 91.9K 8m27s unit-abot-epc-basic-0: 16:49:26 DEBUG unit.abot-epc-basic/0.install 50K .......... .......... .......... .......... .......... 0% 184K 6m20s unit-abot-epc-basic-0: 16:49:26 DEBUG unit.abot-epc-basic/0.install 100K .......... .......... .......... .......... .......... 0% 10.9M 4m14s unit-abot-epc-basic-0: 16:49:26 DEBUG unit.abot-epc-basic/0.install 150K .......... .......... .......... .......... .......... 0% 11.5M 3m12s unit-abot-epc-basic-0: 16:49:26 DEBUG unit.abot-epc-basic/0.install 200K .......... .......... .......... .......... .......... 0% 187K 3m23s unit-abot-epc-basic-0: 16:49:26 DEBUG unit.abot-epc-basic/0.install 250K .......... .......... .......... .......... .......... 0% 11.6M 2m49s unit-abot-epc-basic-0: 16:49:27 DEBUG unit.abot-epc-basic/0.install 300K .......... .......... .......... .......... .......... 0% 177K 3m2s unit-abot-epc-basic-0: 16:49:27 DEBUG unit.abot-epc-basic/0.install 350K .......... .......... .......... .......... .......... 0% 55.2M 2m39s unit-abot-epc-basic-0: 16:49:27 DEBUG unit.abot-epc-basic/0.install 400K .......... .......... .......... .......... .......... 0% 55.8M 2m22s unit-abot-epc-basic-0: 16:49:27 DEBUG unit.abot-epc-basic/0.install 450K .......... .......... .......... .......... .......... 1% 58.3M 2m7s unit-abot-epc-basic-0: 16:49:27 DEBUG unit.abot-epc-basic/0.install 500K .......... .......... .......... .......... .......... 1% 48.2M 1m56s unit-abot-epc-basic-0: 16:49:27 DEBUG unit.abot-epc-basic/0.install 550K .......... .......... .......... .......... .......... 1% 56.7M 1m46s unit-abot-epc-basic-0: 16:49:27 DEBUG unit.abot-epc-basic/0.install 600K .......... .......... .......... .......... .......... 1% 57.7M 98s unit-abot-epc-basic-0: 16:49:27 DEBUG unit.abot-epc-basic/0.install 650K .......... .......... .......... .......... .......... 1% 2.41M 92s unit-abot-epc-basic-0: 16:49:27 DEBUG unit.abot-epc-basic/0.install 700K .......... .......... .......... .......... .......... 1% 214K 1m40s unit-abot-epc-basic-0: 16:49:27 DEBUG unit.abot-epc-basic/0.install 750K .......... .......... .......... .......... .......... 1% 8.12M 94s unit-abot-epc-basic-0: 16:49:27 DEBUG unit.abot-epc-basic/0.install 800K .......... .......... .......... .......... .......... 1% 5.45M 89s unit-abot-epc-basic-0: 16:49:27 DEBUG unit.abot-epc-basic/0.install 850K .......... .......... .......... .......... .......... 1% 10.8M 84s unit-abot-epc-basic-0: 16:49:27 DEBUG unit.abot-epc-basic/0.install 900K .......... .......... .......... .......... .......... 2% 203K 92s unit-abot-epc-basic-0: 16:49:27 DEBUG unit.abot-epc-basic/0.install 950K .......... .......... .......... .......... .......... 2% 7.18M 87s unit-abot-epc-basic-0: 16:49:27 DEBUG unit.abot-epc-basic/0.install 1000K .......... .......... .......... .......... .......... 2% 8.57M 83s unit-abot-epc-basic-0: 16:49:27 DEBUG unit.abot-epc-basic/0.install 1050K .......... .......... .......... .......... .......... 2% 5.41M 80s unit-abot-epc-basic-0: 16:49:27 DEBUG unit.abot-epc-basic/0.install 1100K .......... .......... .......... .......... .......... 2% 11.0M 76s unit-abot-epc-basic-0: 16:49:27 DEBUG unit.abot-epc-basic/0.install 1150K .......... .......... .......... .......... .......... 2% 203K 82s unit-abot-epc-basic-0: 16:49:27 DEBUG unit.abot-epc-basic/0.install 1200K .......... .......... .......... .......... .......... 2% 8.00M 79s unit-abot-epc-basic-0: 16:49:27 DEBUG unit.abot-epc-basic/0.install 1250K .......... .......... .......... .......... .......... 2% 8.61M 76s unit-abot-epc-basic-0: 16:49:27 DEBUG unit.abot-epc-basic/0.install 1300K .......... .......... .......... .......... .......... 2% 5.23M 74s unit-abot-epc-basic-0: 16:49:27 DEBUG unit.abot-epc-basic/0.install 1350K .......... .......... .......... .......... .......... 2% 11.1M 71s unit-abot-epc-basic-0: 16:49:27 DEBUG unit.abot-epc-basic/0.install 1400K .......... .......... .......... .......... .......... 3% 2.64M 69s unit-abot-epc-basic-0: 16:49:28 DEBUG unit.abot-epc-basic/0.install 1450K .......... .......... .......... .......... .......... 3% 215K 74s unit-abot-epc-basic-0: 16:49:28 DEBUG unit.abot-epc-basic/0.install 1500K .......... .......... .......... .......... .......... 3% 8.01M 72s unit-abot-epc-basic-0: 16:49:28 DEBUG unit.abot-epc-basic/0.install 1550K .......... .......... .......... .......... .......... 3% 5.19M 69s unit-abot-epc-basic-0: 16:49:28 DEBUG unit.abot-epc-basic/0.install 1600K .......... .......... .......... .......... .......... 3% 11.0M 67s unit-abot-epc-basic-0: 16:49:28 DEBUG unit.abot-epc-basic/0.install 1650K .......... .......... .......... .......... .......... 3% 10.8M 65s unit-abot-epc-basic-0: 16:49:28 DEBUG unit.abot-epc-basic/0.install 1700K .......... .......... .......... .......... .......... 3% 203K 70s unit-abot-epc-basic-0: 16:49:28 DEBUG unit.abot-epc-basic/0.install 1750K .......... .......... .......... .......... .......... 3% 9.85M 68s unit-abot-epc-basic-0: 16:49:28 DEBUG unit.abot-epc-basic/0.install 1800K .......... .......... .......... .......... .......... 3% 5.60M 66s unit-abot-epc-basic-0: 16:49:28 DEBUG unit.abot-epc-basic/0.install 1850K .......... .......... .......... .......... .......... 4% 8.86M 65s unit-abot-epc-basic-0: 16:49:28 DEBUG unit.abot-epc-basic/0.install 1900K .......... .......... .......... .......... .......... 4% 10.8M 63s unit-abot-epc-basic-0: 16:49:28 DEBUG unit.abot-epc-basic/0.install 1950K .......... .......... .......... .......... .......... 4% 912K 63s unit-abot-epc-basic-0: 16:49:28 DEBUG unit.abot-epc-basic/0.install 2000K .......... .......... .......... .......... .......... 4% 256K 65s unit-abot-epc-basic-0: 16:49:28 DEBUG unit.abot-epc-basic/0.install 2050K .......... .......... .......... .......... .......... 4% 9.38M 64s unit-abot-epc-basic-0: 16:49:28 DEBUG unit.abot-epc-basic/0.install 2100K .......... .......... .......... .......... .......... 4% 5.29M 62s unit-abot-epc-basic-0: 16:49:28 DEBUG unit.abot-epc-basic/0.install 2150K .......... .......... .......... .......... .......... 4% 10.3M 61s unit-abot-epc-basic-0: 16:49:28 DEBUG unit.abot-epc-basic/0.install 2200K .......... .......... .......... .......... .......... 4% 10.3M 60s unit-abot-epc-basic-0: 16:49:29 DEBUG unit.abot-epc-basic/0.install 2250K .......... .......... .......... .......... .......... 4% 204K 63s unit-abot-epc-basic-0: 16:49:29 DEBUG unit.abot-epc-basic/0.install 2300K .......... .......... .......... .......... .......... 5% 10.2M 62s unit-abot-epc-basic-0: 16:49:29 DEBUG unit.abot-epc-basic/0.install 2350K .......... .......... .......... .......... .......... 5% 9.69M 60s unit-abot-epc-basic-0: 16:49:29 DEBUG unit.abot-epc-basic/0.install 2400K .......... .......... .......... .......... .......... 5% 5.14M 59s unit-abot-epc-basic-0: 16:49:29 DEBUG unit.abot-epc-basic/0.install 2450K .......... .......... .......... .......... .......... 5% 10.5M 58s unit-abot-epc-basic-0: 16:49:29 DEBUG unit.abot-epc-basic/0.install 2500K .......... .......... .......... .......... .......... 5% 11.5M 57s unit-abot-epc-basic-0: 16:49:29 DEBUG unit.abot-epc-basic/0.install 2550K .......... .......... .......... .......... .......... 5% 204K 60s unit-abot-epc-basic-0: 16:49:29 DEBUG unit.abot-epc-basic/0.install 2600K .......... .......... .......... .......... .......... 5% 10.1M 59s unit-abot-epc-basic-0: 16:49:29 DEBUG unit.abot-epc-basic/0.install 2650K .......... .......... .......... .......... .......... 5% 11.2M 58s unit-abot-epc-basic-0: 16:49:29 DEBUG unit.abot-epc-basic/0.install 2700K .......... .......... .......... .......... .......... 5% 5.15M 57s unit-abot-epc-basic-0: 16:49:29 DEBUG unit.abot-epc-basic/0.install 2750K .......... .......... .......... .......... .......... 5% 10.1M 56s unit-abot-epc-basic-0: 16:49:29 DEBUG unit.abot-epc-basic/0.install 2800K .......... .......... .......... .......... .......... 6% 10.9M 55s unit-abot-epc-basic-0: 16:49:29 DEBUG unit.abot-epc-basic/0.install 2850K .......... .......... .......... .......... .......... 6% 205K 58s unit-abot-epc-basic-0: 16:49:29 DEBUG unit.abot-epc-basic/0.install 2900K .......... .......... .......... .......... .......... 6% 10.0M 57s unit-abot-epc-basic-0: 16:49:29 DEBUG unit.abot-epc-basic/0.install 2950K .......... .......... .......... .......... .......... 6% 11.4M 56s unit-abot-epc-basic-0: 16:49:29 DEBUG unit.abot-epc-basic/0.install 3000K .......... .......... .......... .......... .......... 6% 5.23M 55s unit-abot-epc-basic-0: 16:49:29 DEBUG unit.abot-epc-basic/0.install 3050K .......... .......... .......... .......... .......... 6% 10.2M 54s unit-abot-epc-basic-0: 16:49:29 DEBUG unit.abot-epc-basic/0.install 3100K .......... .......... .......... .......... .......... 6% 11.2M 53s unit-abot-epc-basic-0: 16:49:29 DEBUG unit.abot-epc-basic/0.install 3150K .......... .......... .......... .......... .......... 6% 205K 55s unit-abot-epc-basic-0: 16:49:29 DEBUG unit.abot-epc-basic/0.install 3200K .......... .......... .......... .......... .......... 6% 9.88M 55s unit-abot-epc-basic-0: 16:49:29 DEBUG unit.abot-epc-basic/0.install 3250K .......... .......... .......... .......... .......... 7% 10.9M 54s unit-abot-epc-basic-0: 16:49:29 DEBUG unit.abot-epc-basic/0.install 3300K .......... .......... .......... .......... .......... 7% 5.32M 53s unit-abot-epc-basic-0: 16:49:29 DEBUG unit.abot-epc-basic/0.install 3350K .......... .......... .......... .......... .......... 7% 10.7M 52s unit-abot-epc-basic-0: 16:49:29 DEBUG unit.abot-epc-basic/0.install 3400K .......... .......... .......... .......... .......... 7% 9.93M 51s unit-abot-epc-basic-0: 16:49:30 DEBUG unit.abot-epc-basic/0.install 3450K .......... .......... .......... .......... .......... 7% 97.2K 57s unit-abot-epc-basic-0: 16:49:30 DEBUG unit.abot-epc-basic/0.install 3500K .......... .......... .......... .......... .......... 7% 49.2M 56s unit-abot-epc-basic-0: 16:49:30 DEBUG unit.abot-epc-basic/0.install 3550K .......... .......... .......... .......... .......... 7% 49.6M 55s unit-abot-epc-basic-0: 16:49:30 DEBUG unit.abot-epc-basic/0.install 3600K .......... .......... .......... .......... .......... 7% 60.5M 55s unit-abot-epc-basic-0: 16:49:30 DEBUG unit.abot-epc-basic/0.install 3650K .......... .......... .......... .......... .......... 7% 52.0M 54s unit-abot-epc-basic-0: 16:49:30 DEBUG unit.abot-epc-basic/0.install 3700K .......... .......... .......... .......... .......... 8% 59.9M 53s unit-abot-epc-basic-0: 16:49:30 DEBUG unit.abot-epc-basic/0.install 3750K .......... .......... .......... .......... .......... 8% 54.3M 52s unit-abot-epc-basic-0: 16:49:30 DEBUG unit.abot-epc-basic/0.install 3800K .......... .......... .......... .......... .......... 8% 61.1M 52s unit-abot-epc-basic-0: 16:49:30 DEBUG unit.abot-epc-basic/0.install 3850K .......... .......... .......... .......... .......... 8% 6.49M 51s unit-abot-epc-basic-0: 16:49:30 DEBUG unit.abot-epc-basic/0.install 3900K .......... .......... .......... .......... .......... 8% 5.27M 50s unit-abot-epc-basic-0: 16:49:30 DEBUG unit.abot-epc-basic/0.install 3950K .......... .......... .......... .......... .......... 8% 7.34M 50s unit-abot-epc-basic-0: 16:49:30 DEBUG unit.abot-epc-basic/0.install 4000K .......... .......... .......... .......... .......... 8% 205K 52s unit-abot-epc-basic-0: 16:49:30 DEBUG unit.abot-epc-basic/0.install 4050K .......... .......... .......... .......... .......... 8% 6.40M 51s unit-abot-epc-basic-0: 16:49:30 DEBUG unit.abot-epc-basic/0.install 4100K .......... .......... .......... .......... .......... 8% 4.81M 50s unit-abot-epc-basic-0: 16:49:30 DEBUG unit.abot-epc-basic/0.install 4150K .......... .......... .......... .......... .......... 8% 7.37M 50s unit-abot-epc-basic-0: 16:49:30 DEBUG unit.abot-epc-basic/0.install 4200K .......... .......... .......... .......... .......... 9% 371K 50s unit-abot-epc-basic-0: 16:49:30 DEBUG unit.abot-epc-basic/0.install 4250K .......... .......... .......... .......... .......... 9% 435K 51s unit-abot-epc-basic-0: 16:49:30 DEBUG unit.abot-epc-basic/0.install 4300K .......... .......... .......... .......... .......... 9% 6.39M 50s unit-abot-epc-basic-0: 16:49:30 DEBUG unit.abot-epc-basic/0.install 4350K .......... .......... .......... .......... .......... 9% 4.88M 50s unit-abot-epc-basic-0: 16:49:30 DEBUG unit.abot-epc-basic/0.install 4400K .......... .......... .......... .......... .......... 9% 7.15M 49s unit-abot-epc-basic-0: 16:49:31 DEBUG unit.abot-epc-basic/0.install 4450K .......... .......... .......... .......... .......... 9% 205K 51s unit-abot-epc-basic-0: 16:49:31 DEBUG unit.abot-epc-basic/0.install 4500K .......... .......... .......... .......... .......... 9% 7.66M 50s unit-abot-epc-basic-0: 16:49:31 DEBUG unit.abot-epc-basic/0.install 4550K .......... .......... .......... .......... .......... 9% 5.73M 50s unit-abot-epc-basic-0: 16:49:31 DEBUG unit.abot-epc-basic/0.install 4600K .......... .......... .......... .......... .......... 9% 5.85M 49s unit-abot-epc-basic-0: 16:49:31 DEBUG unit.abot-epc-basic/0.install 4650K .......... .......... .......... .......... .......... 10% 2.81M 49s unit-abot-epc-basic-0: 16:49:31 DEBUG unit.abot-epc-basic/0.install 4700K .......... .......... .......... .......... .......... 10% 215K 50s unit-abot-epc-basic-0: 16:49:31 DEBUG unit.abot-epc-basic/0.install 4750K .......... .......... .......... .......... .......... 10% 6.87M 50s unit-abot-epc-basic-0: 16:49:31 DEBUG unit.abot-epc-basic/0.install 4800K .......... .......... .......... .......... .......... 10% 5.97M 49s unit-abot-epc-basic-0: 16:49:31 DEBUG unit.abot-epc-basic/0.install 4850K .......... .......... .......... .......... .......... 10% 6.23M 49s unit-abot-epc-basic-0: 16:49:31 DEBUG unit.abot-epc-basic/0.install 4900K .......... .......... .......... .......... .......... 10% 901K 49s unit-abot-epc-basic-0: 16:49:31 DEBUG unit.abot-epc-basic/0.install 4950K .......... .......... .......... .......... .......... 10% 258K 50s unit-abot-epc-basic-0: 16:49:31 DEBUG unit.abot-epc-basic/0.install 5000K .......... .......... .......... .......... .......... 10% 7.53M 49s unit-abot-epc-basic-0: 16:49:31 DEBUG unit.abot-epc-basic/0.install 5050K .......... .......... .......... .......... .......... 10% 5.20M 49s unit-abot-epc-basic-0: 16:49:31 DEBUG unit.abot-epc-basic/0.install 5100K .......... .......... .......... .......... .......... 11% 6.98M 48s unit-abot-epc-basic-0: 16:49:31 DEBUG unit.abot-epc-basic/0.install 5150K .......... .......... .......... .......... .......... 11% 905K 48s unit-abot-epc-basic-0: 16:49:32 DEBUG unit.abot-epc-basic/0.install 5200K .......... .......... .......... .......... .......... 11% 258K 49s unit-abot-epc-basic-0: 16:49:32 DEBUG unit.abot-epc-basic/0.install 5250K .......... .......... .......... .......... .......... 11% 7.31M 49s unit-abot-epc-basic-0: 16:49:32 DEBUG unit.abot-epc-basic/0.install 5300K .......... .......... .......... .......... .......... 11% 4.80M 48s unit-abot-epc-basic-0: 16:49:32 DEBUG unit.abot-epc-basic/0.install 5350K .......... .......... .......... .......... .......... 11% 8.18M 48s unit-abot-epc-basic-0: 16:49:32 DEBUG unit.abot-epc-basic/0.install 5400K .......... .......... .......... .......... .......... 11% 910K 48s unit-abot-epc-basic-0: 16:49:32 DEBUG unit.abot-epc-basic/0.install 5450K .......... .......... .......... .......... .......... 11% 258K 49s unit-abot-epc-basic-0: 16:49:32 DEBUG unit.abot-epc-basic/0.install 5500K .......... .......... .......... .......... .......... 11% 7.32M 48s unit-abot-epc-basic-0: 16:49:32 DEBUG unit.abot-epc-basic/0.install 5550K .......... .......... .......... .......... .......... 11% 4.88M 48s unit-abot-epc-basic-0: 16:49:32 DEBUG unit.abot-epc-basic/0.install 5600K .......... .......... .......... .......... .......... 12% 8.04M 48s unit-abot-epc-basic-0: 16:49:32 DEBUG unit.abot-epc-basic/0.install 5650K .......... .......... .......... .......... .......... 12% 930K 47s unit-abot-epc-basic-0: 16:49:32 DEBUG unit.abot-epc-basic/0.install 5700K .......... .......... .......... .......... .......... 12% 256K 48s unit-abot-epc-basic-0: 16:49:32 DEBUG unit.abot-epc-basic/0.install 5750K .......... .......... .......... .......... .......... 12% 7.79M 48s unit-abot-epc-basic-0: 16:49:32 DEBUG unit.abot-epc-basic/0.install 5800K .......... .......... .......... .......... .......... 12% 6.44M 48s unit-abot-epc-basic-0: 16:49:32 DEBUG unit.abot-epc-basic/0.install 5850K .......... .......... .......... .......... .......... 12% 5.90M 47s unit-abot-epc-basic-0: 16:49:32 DEBUG unit.abot-epc-basic/0.install 5900K .......... .......... .......... .......... .......... 12% 2.99M 47s unit-abot-epc-basic-0: 16:49:32 DEBUG unit.abot-epc-basic/0.install 5950K .......... .......... .......... .......... .......... 12% 214K 48s unit-abot-epc-basic-0: 16:49:32 DEBUG unit.abot-epc-basic/0.install 6000K .......... .......... .......... .......... .......... 12% 11.0M 48s unit-abot-epc-basic-0: 16:49:32 DEBUG unit.abot-epc-basic/0.install 6050K .......... .......... .......... .......... .......... 13% 5.95M 47s unit-abot-epc-basic-0: 16:49:32 DEBUG unit.abot-epc-basic/0.install 6100K .......... .......... .......... .......... .......... 13% 5.50M 47s unit-abot-epc-basic-0: 16:49:32 DEBUG unit.abot-epc-basic/0.install 6150K .......... .......... .......... .......... .......... 13% 8.88M 46s unit-abot-epc-basic-0: 16:49:33 DEBUG unit.abot-epc-basic/0.install 6200K .......... .......... .......... .......... .......... 13% 205K 48s unit-abot-epc-basic-0: 16:49:33 DEBUG unit.abot-epc-basic/0.install 6250K .......... .......... .......... .......... .......... 13% 10.5M 47s unit-abot-epc-basic-0: 16:49:33 DEBUG unit.abot-epc-basic/0.install 6300K .......... .......... .......... .......... .......... 13% 6.99M 47s unit-abot-epc-basic-0: 16:49:33 DEBUG unit.abot-epc-basic/0.install 6350K .......... .......... .......... .......... .......... 13% 4.81M 46s unit-abot-epc-basic-0: 16:49:33 DEBUG unit.abot-epc-basic/0.install 6400K .......... .......... .......... .......... .......... 13% 9.73M 46s unit-abot-epc-basic-0: 16:49:33 DEBUG unit.abot-epc-basic/0.install 6450K .......... .......... .......... .......... .......... 13% 270K 47s unit-abot-epc-basic-0: 16:49:33 DEBUG unit.abot-epc-basic/0.install 6500K .......... .......... .......... .......... .......... 14% 786K 47s unit-abot-epc-basic-0: 16:49:33 DEBUG unit.abot-epc-basic/0.install 6550K .......... .......... .......... .......... .......... 14% 8.01M 46s unit-abot-epc-basic-0: 16:49:33 DEBUG unit.abot-epc-basic/0.install 6600K .......... .......... .......... .......... .......... 14% 4.65M 46s unit-abot-epc-basic-0: 16:49:33 DEBUG unit.abot-epc-basic/0.install 6650K .......... .......... .......... .......... .......... 14% 9.93M 46s unit-abot-epc-basic-0: 16:49:33 DEBUG unit.abot-epc-basic/0.install 6700K .......... .......... .......... .......... .......... 14% 557K 46s unit-abot-epc-basic-0: 16:49:33 DEBUG unit.abot-epc-basic/0.install 6750K .......... .......... .......... .......... .......... 14% 313K 46s unit-abot-epc-basic-0: 16:49:33 DEBUG unit.abot-epc-basic/0.install 6800K .......... .......... .......... .......... .......... 14% 9.89M 46s unit-abot-epc-basic-0: 16:49:33 DEBUG unit.abot-epc-basic/0.install 6850K .......... .......... .......... .......... .......... 14% 4.64M 46s unit-abot-epc-basic-0: 16:49:33 DEBUG unit.abot-epc-basic/0.install 6900K .......... .......... .......... .......... .......... 14% 8.21M 45s unit-abot-epc-basic-0: 16:49:33 DEBUG unit.abot-epc-basic/0.install 6950K .......... .......... .......... .......... .......... 14% 984K 45s unit-abot-epc-basic-0: 16:49:33 DEBUG unit.abot-epc-basic/0.install 7000K .......... .......... .......... .......... .......... 15% 252K 46s unit-abot-epc-basic-0: 16:49:33 DEBUG unit.abot-epc-basic/0.install 7050K .......... .......... .......... .......... .......... 15% 10.6M 46s unit-abot-epc-basic-0: 16:49:33 DEBUG unit.abot-epc-basic/0.install 7100K .......... .......... .......... .......... .......... 15% 6.84M 45s unit-abot-epc-basic-0: 16:49:33 DEBUG unit.abot-epc-basic/0.install 7150K .......... .......... .......... .......... .......... 15% 5.11M 45s unit-abot-epc-basic-0: 16:49:33 DEBUG unit.abot-epc-basic/0.install 7200K .......... .......... .......... .......... .......... 15% 5.43M 45s unit-abot-epc-basic-0: 16:49:34 DEBUG unit.abot-epc-basic/0.install 7250K .......... .......... .......... .......... .......... 15% 208K 45s unit-abot-epc-basic-0: 16:49:34 DEBUG unit.abot-epc-basic/0.install 7300K .......... .......... .......... .......... .......... 15% 9.59M 45s unit-abot-epc-basic-0: 16:49:34 DEBUG unit.abot-epc-basic/0.install 7350K .......... .......... .......... .......... .......... 15% 8.94M 45s unit-abot-epc-basic-0: 16:49:34 DEBUG unit.abot-epc-basic/0.install 7400K .......... .......... .......... .......... .......... 15% 4.40M 45s unit-abot-epc-basic-0: 16:49:34 DEBUG unit.abot-epc-basic/0.install 7450K .......... .......... .......... .......... .......... 16% 11.0M 44s unit-abot-epc-basic-0: 16:49:34 DEBUG unit.abot-epc-basic/0.install 7500K .......... .......... .......... .......... .......... 16% 397K 44s unit-abot-epc-basic-0: 16:49:34 DEBUG unit.abot-epc-basic/0.install 7550K .......... .......... .......... .......... .......... 16% 404K 45s unit-abot-epc-basic-0: 16:49:34 DEBUG unit.abot-epc-basic/0.install 7600K .......... .......... .......... .......... .......... 16% 10.8M 44s unit-abot-epc-basic-0: 16:49:34 DEBUG unit.abot-epc-basic/0.install 7650K .......... .......... .......... .......... .......... 16% 4.36M 44s unit-abot-epc-basic-0: 16:49:34 DEBUG unit.abot-epc-basic/0.install 7700K .......... .......... .......... .......... .......... 16% 9.60M 44s unit-abot-epc-basic-0: 16:49:34 DEBUG unit.abot-epc-basic/0.install 7750K .......... .......... .......... .......... .......... 16% 981K 44s unit-abot-epc-basic-0: 16:49:34 DEBUG unit.abot-epc-basic/0.install 7800K .......... .......... .......... .......... .......... 16% 252K 44s unit-abot-epc-basic-0: 16:49:34 DEBUG unit.abot-epc-basic/0.install 7850K .......... .......... .......... .......... .......... 16% 9.52M 44s unit-abot-epc-basic-0: 16:49:34 DEBUG unit.abot-epc-basic/0.install 7900K .......... .......... .......... .......... .......... 17% 7.41M 44s unit-abot-epc-basic-0: 16:49:34 DEBUG unit.abot-epc-basic/0.install 7950K .......... .......... .......... .......... .......... 17% 4.97M 44s unit-abot-epc-basic-0: 16:49:34 DEBUG unit.abot-epc-basic/0.install 8000K .......... .......... .......... .......... .......... 17% 2.46M 43s unit-abot-epc-basic-0: 16:49:35 DEBUG unit.abot-epc-basic/0.install 8050K .......... .......... .......... .......... .......... 17% 219K 44s unit-abot-epc-basic-0: 16:49:35 DEBUG unit.abot-epc-basic/0.install 8100K .......... .......... .......... .......... .......... 17% 8.82M 44s unit-abot-epc-basic-0: 16:49:35 DEBUG unit.abot-epc-basic/0.install 8150K .......... .......... .......... .......... .......... 17% 7.99M 43s unit-abot-epc-basic-0: 16:49:35 DEBUG unit.abot-epc-basic/0.install 8200K .......... .......... .......... .......... .......... 17% 4.81M 43s unit-abot-epc-basic-0: 16:49:35 DEBUG unit.abot-epc-basic/0.install 8250K .......... .......... .......... .......... .......... 17% 5.92M 43s unit-abot-epc-basic-0: 16:49:35 DEBUG unit.abot-epc-basic/0.install 8300K .......... .......... .......... .......... .......... 17% 277K 43s unit-abot-epc-basic-0: 16:49:35 DEBUG unit.abot-epc-basic/0.install 8350K .......... .......... .......... .......... .......... 17% 762K 43s unit-abot-epc-basic-0: 16:49:35 DEBUG unit.abot-epc-basic/0.install 8400K .......... .......... .......... .......... .......... 18% 10.4M 43s unit-abot-epc-basic-0: 16:49:35 DEBUG unit.abot-epc-basic/0.install 8450K .......... .......... .......... .......... .......... 18% 4.31M 43s unit-abot-epc-basic-0: 16:49:35 DEBUG unit.abot-epc-basic/0.install 8500K .......... .......... .......... .......... .......... 18% 10.3M 43s unit-abot-epc-basic-0: 16:49:35 DEBUG unit.abot-epc-basic/0.install 8550K .......... .......... .......... .......... .......... 18% 567K 43s unit-abot-epc-basic-0: 16:49:35 DEBUG unit.abot-epc-basic/0.install 8600K .......... .......... .......... .......... .......... 18% 310K 43s unit-abot-epc-basic-0: 16:49:35 DEBUG unit.abot-epc-basic/0.install 8650K .......... .......... .......... .......... .......... 18% 9.79M 43s unit-abot-epc-basic-0: 16:49:35 DEBUG unit.abot-epc-basic/0.install 8700K .......... .......... .......... .......... .......... 18% 4.41M 43s unit-abot-epc-basic-0: 16:49:35 DEBUG unit.abot-epc-basic/0.install 8750K .......... .......... .......... .......... .......... 18% 9.59M 42s unit-abot-epc-basic-0: 16:49:35 DEBUG unit.abot-epc-basic/0.install 8800K .......... .......... .......... .......... .......... 18% 180K 43s unit-abot-epc-basic-0: 16:49:35 DEBUG unit.abot-epc-basic/0.install 8850K .......... .......... .......... .......... .......... 19% 51.2M 43s unit-abot-epc-basic-0: 16:49:35 DEBUG unit.abot-epc-basic/0.install 8900K .......... .......... .......... .......... .......... 19% 55.4M 43s unit-abot-epc-basic-0: 16:49:35 DEBUG unit.abot-epc-basic/0.install 8950K .......... .......... .......... .......... .......... 19% 66.9M 42s unit-abot-epc-basic-0: 16:49:35 DEBUG unit.abot-epc-basic/0.install 9000K .......... .......... .......... .......... .......... 19% 63.7M 42s unit-abot-epc-basic-0: 16:49:35 DEBUG unit.abot-epc-basic/0.install 9050K .......... .......... .......... .......... .......... 19% 3.44M 42s unit-abot-epc-basic-0: 16:49:36 DEBUG unit.abot-epc-basic/0.install 9100K .......... .......... .......... .......... .......... 19% 220K 42s unit-abot-epc-basic-0: 16:49:36 DEBUG unit.abot-epc-basic/0.install 9150K .......... .......... .......... .......... .......... 19% 6.80M 42s unit-abot-epc-basic-0: 16:49:36 DEBUG unit.abot-epc-basic/0.install 9200K .......... .......... .......... .......... .......... 19% 3.77M 42s unit-abot-epc-basic-0: 16:49:36 DEBUG unit.abot-epc-basic/0.install 9250K .......... .......... .......... .......... .......... 19% 2.06M 42s unit-abot-epc-basic-0: 16:49:36 DEBUG unit.abot-epc-basic/0.install 9300K .......... .......... .......... .......... .......... 20% 220K 42s unit-abot-epc-basic-0: 16:49:36 DEBUG unit.abot-epc-basic/0.install 9350K .......... .......... .......... .......... .......... 20% 6.62M 42s unit-abot-epc-basic-0: 16:49:36 DEBUG unit.abot-epc-basic/0.install 9400K .......... .......... .......... .......... .......... 20% 3.89M 42s unit-abot-epc-basic-0: 16:49:36 DEBUG unit.abot-epc-basic/0.install 9450K .......... .......... .......... .......... .......... 20% 5.32M 42s unit-abot-epc-basic-0: 16:49:36 DEBUG unit.abot-epc-basic/0.install 9500K .......... .......... .......... .......... .......... 20% 207K 42s unit-abot-epc-basic-0: 16:49:36 DEBUG unit.abot-epc-basic/0.install 9550K .......... .......... .......... .......... .......... 20% 7.03M 42s unit-abot-epc-basic-0: 16:49:36 DEBUG unit.abot-epc-basic/0.install 9600K .......... .......... .......... .......... .......... 20% 3.70M 42s unit-abot-epc-basic-0: 16:49:36 DEBUG unit.abot-epc-basic/0.install 9650K .......... .......... .......... .......... .......... 20% 5.09M 42s unit-abot-epc-basic-0: 16:49:36 DEBUG unit.abot-epc-basic/0.install 9700K .......... .......... .......... .......... .......... 20% 231K 42s unit-abot-epc-basic-0: 16:49:37 DEBUG unit.abot-epc-basic/0.install 9750K .......... .......... .......... .......... .......... 20% 166K 43s unit-abot-epc-basic-0: 16:49:37 DEBUG unit.abot-epc-basic/0.install 9800K .......... .......... .......... .......... .......... 21% 57.9M 43s unit-abot-epc-basic-0: 16:49:37 DEBUG unit.abot-epc-basic/0.install 9850K .......... .......... .......... .......... .......... 21% 53.6M 42s unit-abot-epc-basic-0: 16:49:37 DEBUG unit.abot-epc-basic/0.install 9900K .......... .......... .......... .......... .......... 21% 54.4M 42s unit-abot-epc-basic-0: 16:49:37 DEBUG unit.abot-epc-basic/0.install 9950K .......... .......... .......... .......... .......... 21% 63.6M 42s unit-abot-epc-basic-0: 16:49:37 DEBUG unit.abot-epc-basic/0.install 10000K .......... .......... .......... .......... .......... 21% 5.11M 42s unit-abot-epc-basic-0: 16:49:37 DEBUG unit.abot-epc-basic/0.install 10050K .......... .......... .......... .......... .......... 21% 4.08M 41s unit-abot-epc-basic-0: 16:49:37 DEBUG unit.abot-epc-basic/0.install 10100K .......... .......... .......... .......... .......... 21% 206K 42s unit-abot-epc-basic-0: 16:49:37 DEBUG unit.abot-epc-basic/0.install 10150K .......... .......... .......... .......... .......... 21% 6.21M 42s unit-abot-epc-basic-0: 16:49:37 DEBUG unit.abot-epc-basic/0.install 10200K .......... .......... .......... .......... .......... 21% 3.17M 42s unit-abot-epc-basic-0: 16:49:37 DEBUG unit.abot-epc-basic/0.install 10250K .......... .......... .......... .......... .......... 22% 298K 42s unit-abot-epc-basic-0: 16:49:37 DEBUG unit.abot-epc-basic/0.install 10300K .......... .......... .......... .......... .......... 22% 576K 42s unit-abot-epc-basic-0: 16:49:37 DEBUG unit.abot-epc-basic/0.install 10350K .......... .......... .......... .......... .......... 22% 3.59M 42s unit-abot-epc-basic-0: 16:49:37 DEBUG unit.abot-epc-basic/0.install 10400K .......... .......... .......... .......... .......... 22% 922K 42s unit-abot-epc-basic-0: 16:49:38 DEBUG unit.abot-epc-basic/0.install 10450K .......... .......... .......... .......... .......... 22% 248K 42s unit-abot-epc-basic-0: 16:49:38 DEBUG unit.abot-epc-basic/0.install 10500K .......... .......... .......... .......... .......... 22% 4.27M 42s unit-abot-epc-basic-0: 16:49:38 DEBUG unit.abot-epc-basic/0.install 10550K .......... .......... .......... .......... .......... 22% 3.64M 42s unit-abot-epc-basic-0: 16:49:38 DEBUG unit.abot-epc-basic/0.install 10600K .......... .......... .......... .......... .......... 22% 207K 42s unit-abot-epc-basic-0: 16:49:38 DEBUG unit.abot-epc-basic/0.install 10650K .......... .......... .......... .......... .......... 22% 5.23M 42s unit-abot-epc-basic-0: 16:49:38 DEBUG unit.abot-epc-basic/0.install 10700K .......... .......... .......... .......... .......... 23% 3.48M 42s unit-abot-epc-basic-0: 16:49:38 DEBUG unit.abot-epc-basic/0.install 10750K .......... .......... .......... .......... .......... 23% 562K 42s unit-abot-epc-basic-0: 16:49:38 DEBUG unit.abot-epc-basic/0.install 10800K .......... .......... .......... .......... .......... 23% 302K 42s unit-abot-epc-basic-0: 16:49:38 DEBUG unit.abot-epc-basic/0.install 10850K .......... .......... .......... .......... .......... 23% 4.40M 42s unit-abot-epc-basic-0: 16:49:38 DEBUG unit.abot-epc-basic/0.install 10900K .......... .......... .......... .......... .......... 23% 3.43M 42s unit-abot-epc-basic-0: 16:49:38 DEBUG unit.abot-epc-basic/0.install 10950K .......... .......... .......... .......... .......... 23% 209K 42s unit-abot-epc-basic-0: 16:49:38 DEBUG unit.abot-epc-basic/0.install 11000K .......... .......... .......... .......... .......... 23% 3.99M 42s unit-abot-epc-basic-0: 16:49:38 DEBUG unit.abot-epc-basic/0.install 11050K .......... .......... .......... .......... .......... 23% 4.04M 42s unit-abot-epc-basic-0: 16:49:38 DEBUG unit.abot-epc-basic/0.install 11100K .......... .......... .......... .......... .......... 23% 945K 42s unit-abot-epc-basic-0: 16:49:39 DEBUG unit.abot-epc-basic/0.install 11150K .......... .......... .......... .......... .......... 23% 249K 42s unit-abot-epc-basic-0: 16:49:39 DEBUG unit.abot-epc-basic/0.install 11200K .......... .......... .......... .......... .......... 24% 6.03M 42s unit-abot-epc-basic-0: 16:49:39 DEBUG unit.abot-epc-basic/0.install 11250K .......... .......... .......... .......... .......... 24% 2.98M 42s unit-abot-epc-basic-0: 16:49:39 DEBUG unit.abot-epc-basic/0.install 11300K .......... .......... .......... .......... .......... 24% 315K 42s unit-abot-epc-basic-0: 16:49:39 DEBUG unit.abot-epc-basic/0.install 11350K .......... .......... .......... .......... .......... 24% 546K 42s unit-abot-epc-basic-0: 16:49:39 DEBUG unit.abot-epc-basic/0.install 11400K .......... .......... .......... .......... .......... 24% 4.24M 42s unit-abot-epc-basic-0: 16:49:39 DEBUG unit.abot-epc-basic/0.install 11450K .......... .......... .......... .......... .......... 24% 3.92M 42s unit-abot-epc-basic-0: 16:49:39 DEBUG unit.abot-epc-basic/0.install 11500K .......... .......... .......... .......... .......... 24% 209K 42s unit-abot-epc-basic-0: 16:49:39 DEBUG unit.abot-epc-basic/0.install 11550K .......... .......... .......... .......... .......... 24% 3.90M 42s unit-abot-epc-basic-0: 16:49:39 DEBUG unit.abot-epc-basic/0.install 11600K .......... .......... .......... .......... .......... 24% 3.87M 42s unit-abot-epc-basic-0: 16:49:39 DEBUG unit.abot-epc-basic/0.install 11650K .......... .......... .......... .......... .......... 25% 974K 42s unit-abot-epc-basic-0: 16:49:39 DEBUG unit.abot-epc-basic/0.install 11700K .......... .......... .......... .......... .......... 25% 249K 42s unit-abot-epc-basic-0: 16:49:39 DEBUG unit.abot-epc-basic/0.install 11750K .......... .......... .......... .......... .......... 25% 6.00M 42s unit-abot-epc-basic-0: 16:49:39 DEBUG unit.abot-epc-basic/0.install 11800K .......... .......... .......... .......... .......... 25% 2.95M 42s unit-abot-epc-basic-0: 16:49:40 DEBUG unit.abot-epc-basic/0.install 11850K .......... .......... .......... .......... .......... 25% 420K 42s unit-abot-epc-basic-0: 16:49:40 DEBUG unit.abot-epc-basic/0.install 11900K .......... .......... .......... .......... .......... 25% 382K 42s unit-abot-epc-basic-0: 16:49:40 DEBUG unit.abot-epc-basic/0.install 11950K .......... .......... .......... .......... .......... 25% 7.09M 42s unit-abot-epc-basic-0: 16:49:40 DEBUG unit.abot-epc-basic/0.install 12000K .......... .......... .......... .......... .......... 25% 3.01M 42s unit-abot-epc-basic-0: 16:49:40 DEBUG unit.abot-epc-basic/0.install 12050K .......... .......... .......... .......... .......... 25% 309K 42s unit-abot-epc-basic-0: 16:49:40 DEBUG unit.abot-epc-basic/0.install 12100K .......... .......... .......... .......... .......... 26% 562K 42s unit-abot-epc-basic-0: 16:49:40 DEBUG unit.abot-epc-basic/0.install 12150K .......... .......... .......... .......... .......... 26% 4.86M 42s unit-abot-epc-basic-0: 16:49:40 DEBUG unit.abot-epc-basic/0.install 12200K .......... .......... .......... .......... .......... 26% 1020K 41s unit-abot-epc-basic-0: 16:49:40 DEBUG unit.abot-epc-basic/0.install 12250K .......... .......... .......... .......... .......... 26% 248K 42s unit-abot-epc-basic-0: 16:49:40 DEBUG unit.abot-epc-basic/0.install 12300K .......... .......... .......... .......... .......... 26% 3.68M 42s unit-abot-epc-basic-0: 16:49:40 DEBUG unit.abot-epc-basic/0.install 12350K .......... .......... .......... .......... .......... 26% 3.85M 41s unit-abot-epc-basic-0: 16:49:40 DEBUG unit.abot-epc-basic/0.install 12400K .......... .......... .......... .......... .......... 26% 970K 41s unit-abot-epc-basic-0: 16:49:41 DEBUG unit.abot-epc-basic/0.install 12450K .......... .......... .......... .......... .......... 26% 251K 42s unit-abot-epc-basic-0: 16:49:41 DEBUG unit.abot-epc-basic/0.install 12500K .......... .......... .......... .......... .......... 26% 5.05M 41s unit-abot-epc-basic-0: 16:49:41 DEBUG unit.abot-epc-basic/0.install 12550K .......... .......... .......... .......... .......... 26% 2.94M 41s unit-abot-epc-basic-0: 16:49:41 DEBUG unit.abot-epc-basic/0.install 12600K .......... .......... .......... .......... .......... 27% 424K 41s unit-abot-epc-basic-0: 16:49:41 DEBUG unit.abot-epc-basic/0.install 12650K .......... .......... .......... .......... .......... 27% 384K 41s unit-abot-epc-basic-0: 16:49:41 DEBUG unit.abot-epc-basic/0.install 12700K .......... .......... .......... .......... .......... 27% 5.82M 41s unit-abot-epc-basic-0: 16:49:41 DEBUG unit.abot-epc-basic/0.install 12750K .......... .......... .......... .......... .......... 27% 3.01M 41s unit-abot-epc-basic-0: 16:49:41 DEBUG unit.abot-epc-basic/0.install 12800K .......... .......... .......... .......... .......... 27% 311K 41s unit-abot-epc-basic-0: 16:49:41 DEBUG unit.abot-epc-basic/0.install 12850K .......... .......... .......... .......... .......... 27% 562K 41s unit-abot-epc-basic-0: 16:49:41 DEBUG unit.abot-epc-basic/0.install 12900K .......... .......... .......... .......... .......... 27% 3.52M 41s unit-abot-epc-basic-0: 16:49:41 DEBUG unit.abot-epc-basic/0.install 12950K .......... .......... .......... .......... .......... 27% 1.05M 41s unit-abot-epc-basic-0: 16:49:41 DEBUG unit.abot-epc-basic/0.install 13000K .......... .......... .......... .......... .......... 27% 250K 41s unit-abot-epc-basic-0: 16:49:41 DEBUG unit.abot-epc-basic/0.install 13050K .......... .......... .......... .......... .......... 28% 3.73M 41s unit-abot-epc-basic-0: 16:49:41 DEBUG unit.abot-epc-basic/0.install 13100K .......... .......... .......... .......... .......... 28% 3.57M 41s unit-abot-epc-basic-0: 16:49:41 DEBUG unit.abot-epc-basic/0.install 13150K .......... .......... .......... .......... .......... 28% 950K 41s unit-abot-epc-basic-0: 16:49:42 DEBUG unit.abot-epc-basic/0.install 13200K .......... .......... .......... .......... .......... 28% 252K 41s unit-abot-epc-basic-0: 16:49:42 DEBUG unit.abot-epc-basic/0.install 13250K .......... .......... .......... .......... .......... 28% 5.50M 41s unit-abot-epc-basic-0: 16:49:42 DEBUG unit.abot-epc-basic/0.install 13300K .......... .......... .......... .......... .......... 28% 2.96M 41s unit-abot-epc-basic-0: 16:49:42 DEBUG unit.abot-epc-basic/0.install 13350K .......... .......... .......... .......... .......... 28% 421K 41s unit-abot-epc-basic-0: 16:49:42 DEBUG unit.abot-epc-basic/0.install 13400K .......... .......... .......... .......... .......... 28% 381K 41s unit-abot-epc-basic-0: 16:49:42 DEBUG unit.abot-epc-basic/0.install 13450K .......... .......... .......... .......... .......... 28% 5.06M 41s unit-abot-epc-basic-0: 16:49:42 DEBUG unit.abot-epc-basic/0.install 13500K .......... .......... .......... .......... .......... 29% 2.93M 41s unit-abot-epc-basic-0: 16:49:42 DEBUG unit.abot-epc-basic/0.install 13550K .......... .......... .......... .......... .......... 29% 324K 41s unit-abot-epc-basic-0: 16:49:42 DEBUG unit.abot-epc-basic/0.install 13600K .......... .......... .......... .......... .......... 29% 543K 41s unit-abot-epc-basic-0: 16:49:42 DEBUG unit.abot-epc-basic/0.install 13650K .......... .......... .......... .......... .......... 29% 3.75M 41s unit-abot-epc-basic-0: 16:49:42 DEBUG unit.abot-epc-basic/0.install 13700K .......... .......... .......... .......... .......... 29% 1.02M 41s unit-abot-epc-basic-0: 16:49:42 DEBUG unit.abot-epc-basic/0.install 13750K .......... .......... .......... .......... .......... 29% 251K 41s unit-abot-epc-basic-0: 16:49:42 DEBUG unit.abot-epc-basic/0.install 13800K .......... .......... .......... .......... .......... 29% 3.89M 41s unit-abot-epc-basic-0: 16:49:42 DEBUG unit.abot-epc-basic/0.install 13850K .......... .......... .......... .......... .......... 29% 3.44M 40s unit-abot-epc-basic-0: 16:49:42 DEBUG unit.abot-epc-basic/0.install 13900K .......... .......... .......... .......... .......... 29% 959K 40s unit-abot-epc-basic-0: 16:49:43 DEBUG unit.abot-epc-basic/0.install 13950K .......... .......... .......... .......... .......... 29% 253K 41s unit-abot-epc-basic-0: 16:49:43 DEBUG unit.abot-epc-basic/0.install 14000K .......... .......... .......... .......... .......... 30% 4.90M 40s unit-abot-epc-basic-0: 16:49:43 DEBUG unit.abot-epc-basic/0.install 14050K .......... .......... .......... .......... .......... 30% 2.89M 40s unit-abot-epc-basic-0: 16:49:43 DEBUG unit.abot-epc-basic/0.install 14100K .......... .......... .......... .......... .......... 30% 559K 40s unit-abot-epc-basic-0: 16:49:43 DEBUG unit.abot-epc-basic/0.install 14150K .......... .......... .......... .......... .......... 30% 317K 40s unit-abot-epc-basic-0: 16:49:43 DEBUG unit.abot-epc-basic/0.install 14200K .......... .......... .......... .......... .......... 30% 5.45M 40s unit-abot-epc-basic-0: 16:49:43 DEBUG unit.abot-epc-basic/0.install 14250K .......... .......... .......... .......... .......... 30% 171K 41s unit-abot-epc-basic-0: 16:49:43 DEBUG unit.abot-epc-basic/0.install 14300K .......... .......... .......... .......... .......... 30% 54.5M 41s unit-abot-epc-basic-0: 16:49:43 DEBUG unit.abot-epc-basic/0.install 14350K .......... .......... .......... .......... .......... 30% 259K 41s unit-abot-epc-basic-0: 16:49:43 DEBUG unit.abot-epc-basic/0.install 14400K .......... .......... .......... .......... .......... 30% 58.6M 41s unit-abot-epc-basic-0: 16:49:43 DEBUG unit.abot-epc-basic/0.install 14450K .......... .......... .......... .......... .......... 31% 49.1M 40s unit-abot-epc-basic-0: 16:49:43 DEBUG unit.abot-epc-basic/0.install 14500K .......... .......... .......... .......... .......... 31% 1.23M 40s unit-abot-epc-basic-0: 16:49:44 DEBUG unit.abot-epc-basic/0.install 14550K .......... .......... .......... .......... .......... 31% 2.52M 40s unit-abot-epc-basic-0: 16:49:44 DEBUG unit.abot-epc-basic/0.install 14600K .......... .......... .......... .......... .......... 31% 860K 40s unit-abot-epc-basic-0: 16:49:44 DEBUG unit.abot-epc-basic/0.install 14650K .......... .......... .......... .......... .......... 31% 257K 40s unit-abot-epc-basic-0: 16:49:44 DEBUG unit.abot-epc-basic/0.install 14700K .......... .......... .......... .......... .......... 31% 2.48M 40s unit-abot-epc-basic-0: 16:49:44 DEBUG unit.abot-epc-basic/0.install 14750K .......... .......... .......... .......... .......... 31% 868K 40s unit-abot-epc-basic-0: 16:49:44 DEBUG unit.abot-epc-basic/0.install 14800K .......... .......... .......... .......... .......... 31% 258K 40s unit-abot-epc-basic-0: 16:49:44 DEBUG unit.abot-epc-basic/0.install 14850K .......... .......... .......... .......... .......... 31% 2.43M 40s unit-abot-epc-basic-0: 16:49:44 DEBUG unit.abot-epc-basic/0.install 14900K .......... .......... .......... .......... .......... 32% 869K 40s unit-abot-epc-basic-0: 16:49:44 DEBUG unit.abot-epc-basic/0.install 14950K .......... .......... .......... .......... .......... 32% 264K 40s unit-abot-epc-basic-0: 16:49:44 DEBUG unit.abot-epc-basic/0.install 15000K .......... .......... .......... .......... .......... 32% 2.42M 40s unit-abot-epc-basic-0: 16:49:44 DEBUG unit.abot-epc-basic/0.install 15050K .......... .......... .......... .......... .......... 32% 2.25M 40s unit-abot-epc-basic-0: 16:49:45 DEBUG unit.abot-epc-basic/0.install 15100K .......... .......... .......... .......... .......... 32% 259K 40s unit-abot-epc-basic-0: 16:49:45 DEBUG unit.abot-epc-basic/0.install 15150K .......... .......... .......... .......... .......... 32% 930K 40s unit-abot-epc-basic-0: 16:49:45 DEBUG unit.abot-epc-basic/0.install 15200K .......... .......... .......... .......... .......... 32% 2.48M 40s unit-abot-epc-basic-0: 16:49:45 DEBUG unit.abot-epc-basic/0.install 15250K .......... .......... .......... .......... .......... 32% 417K 40s unit-abot-epc-basic-0: 16:49:45 DEBUG unit.abot-epc-basic/0.install 15300K .......... .......... .......... .......... .......... 32% 395K 40s unit-abot-epc-basic-0: 16:49:45 DEBUG unit.abot-epc-basic/0.install 15350K .......... .......... .......... .......... .......... 32% 3.27M 40s unit-abot-epc-basic-0: 16:49:45 DEBUG unit.abot-epc-basic/0.install 15400K .......... .......... .......... .......... .......... 33% 891K 40s unit-abot-epc-basic-0: 16:49:45 DEBUG unit.abot-epc-basic/0.install 15450K .......... .......... .......... .......... .......... 33% 318K 40s unit-abot-epc-basic-0: 16:49:45 DEBUG unit.abot-epc-basic/0.install 15500K .......... .......... .......... .......... .......... 33% 971K 40s unit-abot-epc-basic-0: 16:49:45 DEBUG unit.abot-epc-basic/0.install 15550K .......... .......... .......... .......... .......... 33% 2.80M 40s unit-abot-epc-basic-0: 16:49:45 DEBUG unit.abot-epc-basic/0.install 15600K .......... .......... .......... .......... .......... 33% 417K 40s unit-abot-epc-basic-0: 16:49:45 DEBUG unit.abot-epc-basic/0.install 15650K .......... .......... .......... .......... .......... 33% 395K 40s unit-abot-epc-basic-0: 16:49:45 DEBUG unit.abot-epc-basic/0.install 15700K .......... .......... .......... .......... .......... 33% 3.94M 40s unit-abot-epc-basic-0: 16:49:45 DEBUG unit.abot-epc-basic/0.install 15750K .......... .......... .......... .......... .......... 33% 944K 39s unit-abot-epc-basic-0: 16:49:46 DEBUG unit.abot-epc-basic/0.install 15800K .......... .......... .......... .......... .......... 33% 316K 40s unit-abot-epc-basic-0: 16:49:46 DEBUG unit.abot-epc-basic/0.install 15850K .......... .......... .......... .......... .......... 34% 961K 39s unit-abot-epc-basic-0: 16:49:46 DEBUG unit.abot-epc-basic/0.install 15900K .......... .......... .......... .......... .......... 34% 3.42M 39s unit-abot-epc-basic-0: 16:49:46 DEBUG unit.abot-epc-basic/0.install 15950K .......... .......... .......... .......... .......... 34% 927K 39s unit-abot-epc-basic-0: 16:49:46 DEBUG unit.abot-epc-basic/0.install 16000K .......... .......... .......... .......... .......... 34% 265K 39s unit-abot-epc-basic-0: 16:49:46 DEBUG unit.abot-epc-basic/0.install 16050K .......... .......... .......... .......... .......... 34% 2.47M 39s unit-abot-epc-basic-0: 16:49:46 DEBUG unit.abot-epc-basic/0.install 16100K .......... .......... .......... .......... .......... 34% 2.96M 39s unit-abot-epc-basic-0: 16:49:46 DEBUG unit.abot-epc-basic/0.install 16150K .......... .......... .......... .......... .......... 34% 419K 39s unit-abot-epc-basic-0: 16:49:46 DEBUG unit.abot-epc-basic/0.install 16200K .......... .......... .......... .......... .......... 34% 407K 39s unit-abot-epc-basic-0: 16:49:46 DEBUG unit.abot-epc-basic/0.install 16250K .......... .......... .......... .......... .......... 34% 3.30M 39s unit-abot-epc-basic-0: 16:49:46 DEBUG unit.abot-epc-basic/0.install 16300K .......... .......... .......... .......... .......... 35% 2.38M 39s unit-abot-epc-basic-0: 16:49:46 DEBUG unit.abot-epc-basic/0.install 16350K .......... .......... .......... .......... .......... 35% 325K 39s unit-abot-epc-basic-0: 16:49:46 DEBUG unit.abot-epc-basic/0.install 16400K .......... .......... .......... .......... .......... 35% 576K 39s unit-abot-epc-basic-0: 16:49:46 DEBUG unit.abot-epc-basic/0.install 16450K .......... .......... .......... .......... .......... 35% 4.09M 39s unit-abot-epc-basic-0: 16:49:47 DEBUG unit.abot-epc-basic/0.install 16500K .......... .......... .......... .......... .......... 35% 2.40M 39s unit-abot-epc-basic-0: 16:49:47 DEBUG unit.abot-epc-basic/0.install 16550K .......... .......... .......... .......... .......... 35% 325K 39s unit-abot-epc-basic-0: 16:49:47 DEBUG unit.abot-epc-basic/0.install 16600K .......... .......... .......... .......... .......... 35% 575K 39s unit-abot-epc-basic-0: 16:49:47 DEBUG unit.abot-epc-basic/0.install 16650K .......... .......... .......... .......... .......... 35% 177K 39s unit-abot-epc-basic-0: 16:49:47 DEBUG unit.abot-epc-basic/0.install 16700K .......... .......... .......... .......... .......... 35% 52.6M 39s unit-abot-epc-basic-0: 16:49:47 DEBUG unit.abot-epc-basic/0.install 16750K .......... .......... .......... .......... .......... 35% 51.2M 39s unit-abot-epc-basic-0: 16:49:47 DEBUG unit.abot-epc-basic/0.install 16800K .......... .......... .......... .......... .......... 36% 63.9M 39s unit-abot-epc-basic-0: 16:49:47 DEBUG unit.abot-epc-basic/0.install 16850K .......... .......... .......... .......... .......... 36% 5.33M 38s unit-abot-epc-basic-0: 16:49:47 DEBUG unit.abot-epc-basic/0.install 16900K .......... .......... .......... .......... .......... 36% 310K 38s unit-abot-epc-basic-0: 16:49:47 DEBUG unit.abot-epc-basic/0.install 16950K .......... .......... .......... .......... .......... 36% 534K 38s unit-abot-epc-basic-0: 16:49:47 DEBUG unit.abot-epc-basic/0.install 17000K .......... .......... .......... .......... .......... 36% 2.58M 38s unit-abot-epc-basic-0: 16:49:48 DEBUG unit.abot-epc-basic/0.install 17050K .......... .......... .......... .......... .......... 36% 254K 38s unit-abot-epc-basic-0: 16:49:48 DEBUG unit.abot-epc-basic/0.install 17100K .......... .......... .......... .......... .......... 36% 885K 38s unit-abot-epc-basic-0: 16:49:48 DEBUG unit.abot-epc-basic/0.install 17150K .......... .......... .......... .......... .......... 36% 2.18M 38s unit-abot-epc-basic-0: 16:49:48 DEBUG unit.abot-epc-basic/0.install 17200K .......... .......... .......... .......... .......... 36% 256K 38s unit-abot-epc-basic-0: 16:49:48 DEBUG unit.abot-epc-basic/0.install 17250K .......... .......... .......... .......... .......... 37% 925K 38s unit-abot-epc-basic-0: 16:49:48 DEBUG unit.abot-epc-basic/0.install 17300K .......... .......... .......... .......... .......... 37% 2.25M 38s unit-abot-epc-basic-0: 16:49:48 DEBUG unit.abot-epc-basic/0.install 17350K .......... .......... .......... .......... .......... 37% 256K 38s unit-abot-epc-basic-0: 16:49:48 DEBUG unit.abot-epc-basic/0.install 17400K .......... .......... .......... .......... .......... 37% 924K 38s unit-abot-epc-basic-0: 16:49:48 DEBUG unit.abot-epc-basic/0.install 17450K .......... .......... .......... .......... .......... 37% 2.22M 38s unit-abot-epc-basic-0: 16:49:48 DEBUG unit.abot-epc-basic/0.install 17500K .......... .......... .......... .......... .......... 37% 259K 38s unit-abot-epc-basic-0: 16:49:48 DEBUG unit.abot-epc-basic/0.install 17550K .......... .......... .......... .......... .......... 37% 902K 38s unit-abot-epc-basic-0: 16:49:48 DEBUG unit.abot-epc-basic/0.install 17600K .......... .......... .......... .......... .......... 37% 2.57M 38s unit-abot-epc-basic-0: 16:49:49 DEBUG unit.abot-epc-basic/0.install 17650K .......... .......... .......... .......... .......... 37% 315K 38s unit-abot-epc-basic-0: 16:49:49 DEBUG unit.abot-epc-basic/0.install 17700K .......... .......... .......... .......... .......... 38% 537K 38s unit-abot-epc-basic-0: 16:49:49 DEBUG unit.abot-epc-basic/0.install 17750K .......... .......... .......... .......... .......... 38% 4.33M 38s unit-abot-epc-basic-0: 16:49:49 DEBUG unit.abot-epc-basic/0.install 17800K .......... .......... .......... .......... .......... 38% 386K 38s unit-abot-epc-basic-0: 16:49:49 DEBUG unit.abot-epc-basic/0.install 17850K .......... .......... .......... .......... .......... 38% 395K 38s unit-abot-epc-basic-0: 16:49:49 DEBUG unit.abot-epc-basic/0.install 17900K .......... .......... .......... .......... .......... 38% 3.39M 38s unit-abot-epc-basic-0: 16:49:49 DEBUG unit.abot-epc-basic/0.install 17950K .......... .......... .......... .......... .......... 38% 878K 38s unit-abot-epc-basic-0: 16:49:49 DEBUG unit.abot-epc-basic/0.install 18000K .......... .......... .......... .......... .......... 38% 261K 38s unit-abot-epc-basic-0: 16:49:49 DEBUG unit.abot-epc-basic/0.install 18050K .......... .......... .......... .......... .......... 38% 2.44M 38s unit-abot-epc-basic-0: 16:49:49 DEBUG unit.abot-epc-basic/0.install 18100K .......... .......... .......... .......... .......... 38% 873K 38s unit-abot-epc-basic-0: 16:49:49 DEBUG unit.abot-epc-basic/0.install 18150K .......... .......... .......... .......... .......... 38% 318K 38s unit-abot-epc-basic-0: 16:49:49 DEBUG unit.abot-epc-basic/0.install 18200K .......... .......... .......... .......... .......... 39% 949K 38s unit-abot-epc-basic-0: 16:49:50 DEBUG unit.abot-epc-basic/0.install 18250K .......... .......... .......... .......... .......... 39% 2.08M 38s unit-abot-epc-basic-0: 16:49:50 DEBUG unit.abot-epc-basic/0.install 18300K .......... .......... .......... .......... .......... 39% 262K 38s unit-abot-epc-basic-0: 16:49:50 DEBUG unit.abot-epc-basic/0.install 18350K .......... .......... .......... .......... .......... 39% 902K 38s unit-abot-epc-basic-0: 16:49:50 DEBUG unit.abot-epc-basic/0.install 18400K .......... .......... .......... .......... .......... 39% 3.24M 37s unit-abot-epc-basic-0: 16:49:50 DEBUG unit.abot-epc-basic/0.install 18450K .......... .......... .......... .......... .......... 39% 401K 38s unit-abot-epc-basic-0: 16:49:50 DEBUG unit.abot-epc-basic/0.install 18500K .......... .......... .......... .......... .......... 39% 395K 38s unit-abot-epc-basic-0: 16:49:50 DEBUG unit.abot-epc-basic/0.install 18550K .......... .......... .......... .......... .......... 39% 3.57M 37s unit-abot-epc-basic-0: 16:49:50 DEBUG unit.abot-epc-basic/0.install 18600K .......... .......... .......... .......... .......... 39% 866K 37s unit-abot-epc-basic-0: 16:49:50 DEBUG unit.abot-epc-basic/0.install 18650K .......... .......... .......... .......... .......... 40% 260K 37s unit-abot-epc-basic-0: 16:49:50 DEBUG unit.abot-epc-basic/0.install 18700K .......... .......... .......... .......... .......... 40% 2.39M 37s unit-abot-epc-basic-0: 16:49:50 DEBUG unit.abot-epc-basic/0.install 18750K .......... .......... .......... .......... .......... 40% 2.02M 37s unit-abot-epc-basic-0: 16:49:51 DEBUG unit.abot-epc-basic/0.install 18800K .......... .......... .......... .......... .......... 40% 263K 37s unit-abot-epc-basic-0: 16:49:51 DEBUG unit.abot-epc-basic/0.install 18850K .......... .......... .......... .......... .......... 40% 959K 37s unit-abot-epc-basic-0: 16:49:51 DEBUG unit.abot-epc-basic/0.install 18900K .......... .......... .......... .......... .......... 40% 2.43M 37s unit-abot-epc-basic-0: 16:49:51 DEBUG unit.abot-epc-basic/0.install 18950K .......... .......... .......... .......... .......... 40% 320K 37s unit-abot-epc-basic-0: 16:49:51 DEBUG unit.abot-epc-basic/0.install 19000K .......... .......... .......... .......... .......... 40% 534K 37s unit-abot-epc-basic-0: 16:49:51 DEBUG unit.abot-epc-basic/0.install 19050K .......... .......... .......... .......... .......... 40% 5.37M 37s unit-abot-epc-basic-0: 16:49:51 DEBUG unit.abot-epc-basic/0.install 19100K .......... .......... .......... .......... .......... 41% 387K 37s unit-abot-epc-basic-0: 16:49:51 DEBUG unit.abot-epc-basic/0.install 19150K .......... .......... .......... .......... .......... 41% 404K 37s unit-abot-epc-basic-0: 16:49:51 DEBUG unit.abot-epc-basic/0.install 19200K .......... .......... .......... .......... .......... 41% 2.96M 37s unit-abot-epc-basic-0: 16:49:51 DEBUG unit.abot-epc-basic/0.install 19250K .......... .......... .......... .......... .......... 41% 851K 37s unit-abot-epc-basic-0: 16:49:52 DEBUG unit.abot-epc-basic/0.install 19300K .......... .......... .......... .......... .......... 41% 144K 37s unit-abot-epc-basic-0: 16:49:52 DEBUG unit.abot-epc-basic/0.install 19350K .......... .......... .......... .......... .......... 41% 405K 37s unit-abot-epc-basic-0: 16:49:52 DEBUG unit.abot-epc-basic/0.install 19400K .......... .......... .......... .......... .......... 41% 50.8M 37s unit-abot-epc-basic-0: 16:49:52 DEBUG unit.abot-epc-basic/0.install 19450K .......... .......... .......... .......... .......... 41% 56.7M 37s unit-abot-epc-basic-0: 16:49:52 DEBUG unit.abot-epc-basic/0.install 19500K .......... .......... .......... .......... .......... 41% 3.36M 37s unit-abot-epc-basic-0: 16:49:52 DEBUG unit.abot-epc-basic/0.install 19550K .......... .......... .......... .......... .......... 41% 295K 37s unit-abot-epc-basic-0: 16:49:52 DEBUG unit.abot-epc-basic/0.install 19600K .......... .......... .......... .......... .......... 42% 535K 37s unit-abot-epc-basic-0: 16:49:52 DEBUG unit.abot-epc-basic/0.install 19650K .......... .......... .......... .......... .......... 42% 1.88M 37s unit-abot-epc-basic-0: 16:49:52 DEBUG unit.abot-epc-basic/0.install 19700K .......... .......... .......... .......... .......... 42% 213K 37s unit-abot-epc-basic-0: 16:49:52 DEBUG unit.abot-epc-basic/0.install 19750K .......... .......... .......... .......... .......... 42% 2.58M 37s unit-abot-epc-basic-0: 16:49:52 DEBUG unit.abot-epc-basic/0.install 19800K .......... .......... .......... .......... .......... 42% 380K 37s unit-abot-epc-basic-0: 16:49:52 DEBUG unit.abot-epc-basic/0.install 19850K .......... .......... .......... .......... .......... 42% 390K 37s unit-abot-epc-basic-0: 16:49:52 DEBUG unit.abot-epc-basic/0.install 19900K .......... .......... .......... .......... .......... 42% 2.57M 36s unit-abot-epc-basic-0: 16:49:53 DEBUG unit.abot-epc-basic/0.install 19950K .......... .......... .......... .......... .......... 42% 247K 37s unit-abot-epc-basic-0: 16:49:53 DEBUG unit.abot-epc-basic/0.install 20000K .......... .......... .......... .......... .......... 42% 866K 36s unit-abot-epc-basic-0: 16:49:53 DEBUG unit.abot-epc-basic/0.install 20050K .......... .......... .......... .......... .......... 43% 1.81M 36s unit-abot-epc-basic-0: 16:49:53 DEBUG unit.abot-epc-basic/0.install 20100K .......... .......... .......... .......... .......... 43% 223K 37s unit-abot-epc-basic-0: 16:49:53 DEBUG unit.abot-epc-basic/0.install 20150K .......... .......... .......... .......... .......... 43% 2.25M 36s unit-abot-epc-basic-0: 16:49:53 DEBUG unit.abot-epc-basic/0.install 20200K .......... .......... .......... .......... .......... 43% 823K 36s unit-abot-epc-basic-0: 16:49:53 DEBUG unit.abot-epc-basic/0.install 20250K .......... .......... .......... .......... .......... 43% 264K 36s unit-abot-epc-basic-0: 16:49:53 DEBUG unit.abot-epc-basic/0.install 20300K .......... .......... .......... .......... .......... 43% 2.27M 36s unit-abot-epc-basic-0: 16:49:53 DEBUG unit.abot-epc-basic/0.install 20350K .......... .......... .......... .......... .......... 43% 825K 36s unit-abot-epc-basic-0: 16:49:54 DEBUG unit.abot-epc-basic/0.install 20400K .......... .......... .......... .......... .......... 43% 264K 36s unit-abot-epc-basic-0: 16:49:54 DEBUG unit.abot-epc-basic/0.install 20450K .......... .......... .......... .......... .......... 43% 2.28M 36s unit-abot-epc-basic-0: 16:49:54 DEBUG unit.abot-epc-basic/0.install 20500K .......... .......... .......... .......... .......... 44% 842K 36s unit-abot-epc-basic-0: 16:49:54 DEBUG unit.abot-epc-basic/0.install 20550K .......... .......... .......... .......... .......... 44% 307K 36s unit-abot-epc-basic-0: 16:49:54 DEBUG unit.abot-epc-basic/0.install 20600K .......... .......... .......... .......... .......... 44% 1014K 36s unit-abot-epc-basic-0: 16:49:54 DEBUG unit.abot-epc-basic/0.install 20650K .......... .......... .......... .......... .......... 44% 1.88M 36s unit-abot-epc-basic-0: 16:49:54 DEBUG unit.abot-epc-basic/0.install 20700K .......... .......... .......... .......... .......... 44% 267K 36s unit-abot-epc-basic-0: 16:49:54 DEBUG unit.abot-epc-basic/0.install 20750K .......... .......... .......... .......... .......... 44% 866K 36s unit-abot-epc-basic-0: 16:49:54 DEBUG unit.abot-epc-basic/0.install 20800K .......... .......... .......... .......... .......... 44% 3.42M 36s unit-abot-epc-basic-0: 16:49:54 DEBUG unit.abot-epc-basic/0.install 20850K .......... .......... .......... .......... .......... 44% 301K 36s unit-abot-epc-basic-0: 16:49:54 DEBUG unit.abot-epc-basic/0.install 20900K .......... .......... .......... .......... .......... 44% 588K 36s unit-abot-epc-basic-0: 16:49:54 DEBUG unit.abot-epc-basic/0.install 20950K .......... .......... .......... .......... .......... 44% 3.45M 36s unit-abot-epc-basic-0: 16:49:55 DEBUG unit.abot-epc-basic/0.install 21000K .......... .......... .......... .......... .......... 45% 375K 36s unit-abot-epc-basic-0: 16:49:55 DEBUG unit.abot-epc-basic/0.install 21050K .......... .......... .......... .......... .......... 45% 411K 36s unit-abot-epc-basic-0: 16:49:55 DEBUG unit.abot-epc-basic/0.install 21100K .......... .......... .......... .......... .......... 45% 3.45M 35s unit-abot-epc-basic-0: 16:49:55 DEBUG unit.abot-epc-basic/0.install 21150K .......... .......... .......... .......... .......... 45% 529K 35s unit-abot-epc-basic-0: 16:49:55 DEBUG unit.abot-epc-basic/0.install 21200K .......... .......... .......... .......... .......... 45% 325K 35s unit-abot-epc-basic-0: 16:49:55 DEBUG unit.abot-epc-basic/0.install 21250K .......... .......... .......... .......... .......... 45% 2.21M 35s unit-abot-epc-basic-0: 16:49:55 DEBUG unit.abot-epc-basic/0.install 21300K .......... .......... .......... .......... .......... 45% 858K 35s unit-abot-epc-basic-0: 16:49:55 DEBUG unit.abot-epc-basic/0.install 21350K .......... .......... .......... .......... .......... 45% 327K 35s unit-abot-epc-basic-0: 16:49:55 DEBUG unit.abot-epc-basic/0.install 21400K .......... .......... .......... .......... .......... 45% 854K 35s unit-abot-epc-basic-0: 16:49:55 DEBUG unit.abot-epc-basic/0.install 21450K .......... .......... .......... .......... .......... 46% 3.35M 35s unit-abot-epc-basic-0: 16:49:55 DEBUG unit.abot-epc-basic/0.install 21500K .......... .......... .......... .......... .......... 46% 305K 35s unit-abot-epc-basic-0: 16:49:55 DEBUG unit.abot-epc-basic/0.install 21550K .......... .......... .......... .......... .......... 46% 590K 35s unit-abot-epc-basic-0: 16:49:55 DEBUG unit.abot-epc-basic/0.install 21600K .......... .......... .......... .......... .......... 46% 3.31M 35s unit-abot-epc-basic-0: 16:49:56 DEBUG unit.abot-epc-basic/0.install 21650K .......... .......... .......... .......... .......... 46% 387K 35s unit-abot-epc-basic-0: 16:49:56 DEBUG unit.abot-epc-basic/0.install 21700K .......... .......... .......... .......... .......... 46% 404K 35s unit-abot-epc-basic-0: 16:49:56 DEBUG unit.abot-epc-basic/0.install 21750K .......... .......... .......... .......... .......... 46% 3.03M 35s unit-abot-epc-basic-0: 16:49:56 DEBUG unit.abot-epc-basic/0.install 21800K .......... .......... .......... .......... .......... 46% 776K 35s unit-abot-epc-basic-0: 16:49:56 DEBUG unit.abot-epc-basic/0.install 21850K .......... .......... .......... .......... .......... 46% 272K 35s unit-abot-epc-basic-0: 16:49:56 DEBUG unit.abot-epc-basic/0.install 21900K .......... .......... .......... .......... .......... 47% 2.16M 35s unit-abot-epc-basic-0: 16:49:56 DEBUG unit.abot-epc-basic/0.install 21950K .......... .......... .......... .......... .......... 47% 183K 35s unit-abot-epc-basic-0: 16:49:56 DEBUG unit.abot-epc-basic/0.install 22000K .......... .......... .......... .......... .......... 47% 47.1M 35s unit-abot-epc-basic-0: 16:49:56 DEBUG unit.abot-epc-basic/0.install 22050K .......... .......... .......... .......... .......... 47% 58.0M 35s unit-abot-epc-basic-0: 16:49:56 DEBUG unit.abot-epc-basic/0.install 22100K .......... .......... .......... .......... .......... 47% 2.83M 34s unit-abot-epc-basic-0: 16:49:57 DEBUG unit.abot-epc-basic/0.install 22150K .......... .......... .......... .......... .......... 47% 218K 34s unit-abot-epc-basic-0: 16:49:57 DEBUG unit.abot-epc-basic/0.install 22200K .......... .......... .......... .......... .......... 47% 2.05M 34s unit-abot-epc-basic-0: 16:49:57 DEBUG unit.abot-epc-basic/0.install 22250K .......... .......... .......... .......... .......... 47% 371K 34s unit-abot-epc-basic-0: 16:49:57 DEBUG unit.abot-epc-basic/0.install 22300K .......... .......... .......... .......... .......... 47% 377K 34s unit-abot-epc-basic-0: 16:49:57 DEBUG unit.abot-epc-basic/0.install 22350K .......... .......... .......... .......... .......... 47% 3.46M 34s unit-abot-epc-basic-0: 16:49:57 DEBUG unit.abot-epc-basic/0.install 22400K .......... .......... .......... .......... .......... 48% 239K 34s unit-abot-epc-basic-0: 16:49:57 DEBUG unit.abot-epc-basic/0.install 22450K .......... .......... .......... .......... .......... 48% 960K 34s unit-abot-epc-basic-0: 16:49:57 DEBUG unit.abot-epc-basic/0.install 22500K .......... .......... .......... .......... .......... 48% 840K 34s unit-abot-epc-basic-0: 16:49:57 DEBUG unit.abot-epc-basic/0.install 22550K .......... .......... .......... .......... .......... 48% 257K 34s unit-abot-epc-basic-0: 16:49:57 DEBUG unit.abot-epc-basic/0.install 22600K .......... .......... .......... .......... .......... 48% 2.58M 34s unit-abot-epc-basic-0: 16:49:57 DEBUG unit.abot-epc-basic/0.install 22650K .......... .......... .......... .......... .......... 48% 386K 34s unit-abot-epc-basic-0: 16:49:58 DEBUG unit.abot-epc-basic/0.install 22700K .......... .......... .......... .......... .......... 48% 389K 34s unit-abot-epc-basic-0: 16:49:58 DEBUG unit.abot-epc-basic/0.install 22750K .......... .......... .......... .......... .......... 48% 3.41M 34s unit-abot-epc-basic-0: 16:49:58 DEBUG unit.abot-epc-basic/0.install 22800K .......... .......... .......... .......... .......... 48% 382K 34s unit-abot-epc-basic-0: 16:49:58 DEBUG unit.abot-epc-basic/0.install 22850K .......... .......... .......... .......... .......... 49% 393K 34s unit-abot-epc-basic-0: 16:49:58 DEBUG unit.abot-epc-basic/0.install 22900K .......... .......... .......... .......... .......... 49% 177K 34s unit-abot-epc-basic-0: 16:49:58 DEBUG unit.abot-epc-basic/0.install 22950K .......... .......... .......... .......... .......... 49% 56.2M 34s unit-abot-epc-basic-0: 16:49:58 DEBUG unit.abot-epc-basic/0.install 23000K .......... .......... .......... .......... .......... 49% 56.0M 34s unit-abot-epc-basic-0: 16:49:58 DEBUG unit.abot-epc-basic/0.install 23050K .......... .......... .......... .......... .......... 49% 4.77M 34s unit-abot-epc-basic-0: 16:49:58 DEBUG unit.abot-epc-basic/0.install 23100K .......... .......... .......... .......... .......... 49% 210K 34s unit-abot-epc-basic-0: 16:49:58 DEBUG unit.abot-epc-basic/0.install 23150K .......... .......... .......... .......... .......... 49% 1.99M 34s unit-abot-epc-basic-0: 16:49:59 DEBUG unit.abot-epc-basic/0.install 23200K .......... .......... .......... .......... .......... 49% 284K 34s unit-abot-epc-basic-0: 16:49:59 DEBUG unit.abot-epc-basic/0.install 23250K .......... .......... .......... .......... .......... 49% 537K 34s unit-abot-epc-basic-0: 16:49:59 DEBUG unit.abot-epc-basic/0.install 23300K .......... .......... .......... .......... .......... 50% 378K 34s unit-abot-epc-basic-0: 16:49:59 DEBUG unit.abot-epc-basic/0.install 23350K .......... .......... .......... .......... .......... 50% 362K 34s unit-abot-epc-basic-0: 16:49:59 DEBUG unit.abot-epc-basic/0.install 23400K .......... .......... .......... .......... .......... 50% 2.63M 33s unit-abot-epc-basic-0: 16:49:59 DEBUG unit.abot-epc-basic/0.install 23450K .......... .......... .......... .......... .......... 50% 212K 34s unit-abot-epc-basic-0: 16:49:59 DEBUG unit.abot-epc-basic/0.install 23500K .......... .......... .......... .......... .......... 50% 2.23M 33s unit-abot-epc-basic-0: 16:49:59 DEBUG unit.abot-epc-basic/0.install 23550K .......... .......... .......... .......... .......... 50% 291K 33s unit-abot-epc-basic-0: 16:50:00 DEBUG unit.abot-epc-basic/0.install 23600K .......... .......... .......... .......... .......... 50% 511K 33s unit-abot-epc-basic-0: 16:50:00 DEBUG unit.abot-epc-basic/0.install 23650K .......... .......... .......... .......... .......... 50% 774K 33s unit-abot-epc-basic-0: 16:50:00 DEBUG unit.abot-epc-basic/0.install 23700K .......... .......... .......... .......... .......... 50% 260K 33s unit-abot-epc-basic-0: 16:50:00 DEBUG unit.abot-epc-basic/0.install 23750K .......... .......... .......... .......... .......... 50% 2.57M 33s unit-abot-epc-basic-0: 16:50:00 DEBUG unit.abot-epc-basic/0.install 23800K .......... .......... .......... .......... .......... 51% 294K 33s unit-abot-epc-basic-0: 16:50:00 DEBUG unit.abot-epc-basic/0.install 23850K .......... .......... .......... .......... .......... 51% 511K 33s unit-abot-epc-basic-0: 16:50:00 DEBUG unit.abot-epc-basic/0.install 23900K .......... .......... .......... .......... .......... 51% 782K 33s unit-abot-epc-basic-0: 16:50:00 DEBUG unit.abot-epc-basic/0.install 23950K .......... .......... .......... .......... .......... 51% 267K 33s unit-abot-epc-basic-0: 16:50:00 DEBUG unit.abot-epc-basic/0.install 24000K .......... .......... .......... .......... .......... 51% 2.10M 33s unit-abot-epc-basic-0: 16:50:01 DEBUG unit.abot-epc-basic/0.install 24050K .......... .......... .......... .......... .......... 51% 293K 33s unit-abot-epc-basic-0: 16:50:01 DEBUG unit.abot-epc-basic/0.install 24100K .......... .......... .......... .......... .......... 51% 525K 33s unit-abot-epc-basic-0: 16:50:01 DEBUG unit.abot-epc-basic/0.install 24150K .......... .......... .......... .......... .......... 51% 1.62M 33s unit-abot-epc-basic-0: 16:50:01 DEBUG unit.abot-epc-basic/0.install 24200K .......... .......... .......... .......... .......... 51% 223K 33s unit-abot-epc-basic-0: 16:50:01 DEBUG unit.abot-epc-basic/0.install 24250K .......... .......... .......... .......... .......... 52% 2.11M 33s unit-abot-epc-basic-0: 16:50:01 DEBUG unit.abot-epc-basic/0.install 24300K .......... .......... .......... .......... .......... 52% 385K 33s unit-abot-epc-basic-0: 16:50:01 DEBUG unit.abot-epc-basic/0.install 24350K .......... .......... .......... .......... .......... 52% 379K 33s unit-abot-epc-basic-0: 16:50:01 DEBUG unit.abot-epc-basic/0.install 24400K .......... .......... .......... .......... .......... 52% 2.78M 33s unit-abot-epc-basic-0: 16:50:01 DEBUG unit.abot-epc-basic/0.install 24450K .......... .......... .......... .......... .......... 52% 251K 33s unit-abot-epc-basic-0: 16:50:01 DEBUG unit.abot-epc-basic/0.install 24500K .......... .......... .......... .......... .......... 52% 789K 33s unit-abot-epc-basic-0: 16:50:02 DEBUG unit.abot-epc-basic/0.install 24550K .......... .......... .......... .......... .......... 52% 383K 33s unit-abot-epc-basic-0: 16:50:02 DEBUG unit.abot-epc-basic/0.install 24600K .......... .......... .......... .......... .......... 52% 142K 33s unit-abot-epc-basic-0: 16:50:02 DEBUG unit.abot-epc-basic/0.install 24650K .......... .......... .......... .......... .......... 52% 51.5M 33s unit-abot-epc-basic-0: 16:50:02 DEBUG unit.abot-epc-basic/0.install 24700K .......... .......... .......... .......... .......... 53% 59.1M 32s unit-abot-epc-basic-0: 16:50:02 DEBUG unit.abot-epc-basic/0.install 24750K .......... .......... .......... .......... .......... 53% 797K 32s unit-abot-epc-basic-0: 16:50:02 DEBUG unit.abot-epc-basic/0.install 24800K .......... .......... .......... .......... .......... 53% 241K 32s unit-abot-epc-basic-0: 16:50:02 DEBUG unit.abot-epc-basic/0.install 24850K .......... .......... .......... .......... .......... 53% 778K 32s machine-1: 16:50:02 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-1: 16:50:02 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-1/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "1", "--debug"} machine-1: 16:50:02 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 16:50:02 DEBUG unit.abot-epc-basic/0.install 24900K .......... .......... .......... .......... .......... 53% 241K 32s machine-1: 16:50:03 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-1: 16:50:03 DEBUG juju.worker start "engine" machine-1: 16:50:03 INFO juju.worker start "engine" machine-1: 16:50:03 DEBUG juju.worker.dependency "agent" manifold worker started machine-1: 16:50:03 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-1: 16:50:03 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-1: 16:50:03 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-1" machine-1: 16:50:03 DEBUG juju.worker "engine" started machine-1: 16:50:03 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.introspection stats worker now serving machine-1: 16:50:03 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-1: 16:50:03 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "clock" manifold worker started machine-1: 16:50:03 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.apicaller connecting with old password machine-1: 16:50:03 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 16:50:03 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-1: 16:50:03 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-1: 16:50:03 INFO juju.api connection established to "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-1: 16:50:03 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-1: 16:50:03 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-1: 16:50:03 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-1: 16:50:03 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 16:50:03 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-1: 16:50:03 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 16:50:03 DEBUG unit.abot-epc-basic/0.install 24950K .......... .......... .......... .......... .......... 53% 152K 33s unit-abot-epc-basic-0: 16:50:03 DEBUG unit.abot-epc-basic/0.install 25000K .......... .......... .......... .......... .......... 53% 42.9M 32s unit-abot-epc-basic-0: 16:50:03 DEBUG unit.abot-epc-basic/0.install 25050K .......... .......... .......... .......... .......... 53% 4.89M 32s unit-abot-epc-basic-0: 16:50:03 DEBUG unit.abot-epc-basic/0.install 25100K .......... .......... .......... .......... .......... 53% 204K 32s unit-abot-epc-basic-0: 16:50:03 DEBUG unit.abot-epc-basic/0.install 25150K .......... .......... .......... .......... .......... 53% 318K 32s unit-abot-epc-basic-0: 16:50:03 DEBUG unit.abot-epc-basic/0.install 25200K .......... .......... .......... .......... .......... 54% 376K 32s machine-1: 16:50:04 DEBUG juju.worker.apicaller connected machine-1: 16:50:04 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 16:50:04 DEBUG unit.abot-epc-basic/0.install 25250K .......... .......... .......... .......... .......... 54% 230K 32s unit-abot-epc-basic-0: 16:50:04 DEBUG unit.abot-epc-basic/0.install 25300K .......... .......... .......... .......... .......... 54% 617K 32s machine-1: 16:50:04 DEBUG juju.worker.apicaller password changed machine-1: 16:50:04 DEBUG juju.api RPC connection died machine-1: 16:50:04 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-1: 16:50:04 DEBUG juju.worker.apicaller connecting with current password machine-1: 16:50:04 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-1: 16:50:04 INFO juju.api connection established to "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-1: 16:50:04 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-abot-epc-basic-0: 16:50:04 DEBUG unit.abot-epc-basic/0.install 25350K .......... .......... .......... .......... .......... 54% 210K 32s unit-abot-epc-basic-0: 16:50:04 DEBUG unit.abot-epc-basic/0.install 25400K .......... .......... .......... .......... .......... 54% 360K 32s machine-1: 16:50:04 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 16:50:04 DEBUG unit.abot-epc-basic/0.install 25450K .......... .......... .......... .......... .......... 54% 352K 32s machine-1: 16:50:04 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-1: 16:50:04 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 16:50:04 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 16:50:04 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 16:50:04 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:50:04 DEBUG unit.abot-epc-basic/0.install 25500K .......... .......... .......... .......... .......... 54% 239K 32s machine-1: 16:50:04 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 16:50:04 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-1: 16:50:04 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-1: 16:50:04 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:50:04 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 16:50:04 DEBUG unit.abot-epc-basic/0.install 25550K .......... .......... .......... .......... .......... 54% 665K 32s machine-1: 16:50:05 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 16:50:05 INFO juju.worker.upgrader unblocking abort check machine-1: 16:50:05 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-1: 16:50:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-1: 16:50:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 16:50:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-1: 16:50:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-1: 16:50:05 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 16:50:05 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 16:50:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 16:50:05 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-1: 16:50:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 16:50:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 16:50:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 16:50:05 DEBUG juju.worker.logger logger setup machine-1: 16:50:05 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 16:50:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-1: 16:50:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-1: 16:50:05 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} machine-1: 16:50:05 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-1: 16:50:05 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 16:50:05 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-1: 16:50:05 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-1: 16:50:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 16:50:05 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 16:50:05 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-1: 16:50:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-1: 16:50:05 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-1: 16:50:05 INFO juju.worker.deployer checking unit "mysql/0" machine-1: 16:50:05 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 16:50:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-1: 16:50:05 INFO juju.util.exec run result: exit status 127 machine-1: 16:50:05 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec594110116/script.sh: line 1: fanatic: command not found 127 machine-1: 16:50:05 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 16:50:05 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 16:50:05 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-1: 16:50:05 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 16:50:05 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-1: 16:50:05 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 16:50:05 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 16:50:05 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 16:50:05 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible unit-abot-epc-basic-0: 16:50:05 DEBUG unit.abot-epc-basic/0.install 25600K .......... .......... .......... .......... .......... 54% 211K 32s machine-1: 16:50:05 INFO juju.util.exec run result: exit status 127 machine-1: 16:50:05 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec598584413/script.sh: line 1: fanatic: command not found 127 machine-1: 16:50:05 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 16:50:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 16:50:05 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-1: 16:50:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 16:50:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 16:50:05 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 16:50:05 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 16:50:05 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 16:50:05 DEBUG juju.network including address public:172.30.9.210 for machine machine-1: 16:50:05 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-1: 16:50:05 DEBUG juju.network including address local-fan:252.9.0.1 for machine machine-1: 16:50:05 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 16:50:05 DEBUG juju.network including address local-machine:::1 for machine machine-1: 16:50:05 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] machine-1: 16:50:05 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 16:50:05 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.210:17070"] machine-1: 16:50:05 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 16:50:05 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 16:50:05 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 16:50:05 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 16:50:05 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] unit-abot-epc-basic-0: 16:50:05 DEBUG unit.abot-epc-basic/0.install 25650K .......... .......... .......... .......... .......... 55% 441K 32s machine-1: 16:50:05 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-1: 16:50:05 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-1: 16:50:05 DEBUG juju.api RPC connection died machine-1: 16:50:05 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-1: 16:50:05 DEBUG juju.worker killing runner 0xc420543a00 machine-1: 16:50:05 INFO juju.worker runner is dying machine-1: 16:50:05 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-1: 16:50:05 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-1: 16:50:05 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-1: 16:50:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: cannot read environment config: connection is shut down machine-1: 16:50:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-1: 16:50:05 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: setting up container support: setting supported containers for machine-1: connection is shut down machine-1: 16:50:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-1: 16:50:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-1: 16:50:05 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-1: 16:50:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-1: 16:50:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-1: 16:50:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-1: 16:50:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-1: 16:50:05 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-1: 16:50:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-1: 16:50:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-1: 16:50:05 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-1: 16:50:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-1: 16:50:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-1: 16:50:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-1: 16:50:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-1: 16:50:05 INFO juju.worker.authenticationworker starting key updater worker: connection is shut down machine-1: 16:50:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: starting key updater worker: connection is shut down machine-1: 16:50:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 16:50:05 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-1: 16:50:05 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:05 DEBUG juju.worker.apicaller connecting with current password machine-1: 16:50:05 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-1: 16:50:05 INFO juju.api connection established to "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-1: 16:50:05 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-abot-epc-basic-0: 16:50:05 DEBUG unit.abot-epc-basic/0.install 25700K .......... .......... .......... .......... .......... 55% 116K 32s unit-abot-epc-basic-0: 16:50:05 DEBUG unit.abot-epc-basic/0.install 25750K .......... .......... .......... .......... .......... 55% 52.5M 32s unit-abot-epc-basic-0: 16:50:05 DEBUG unit.abot-epc-basic/0.install 25800K .......... .......... .......... .......... .......... 55% 1.83M 32s unit-abot-epc-basic-0: 16:50:05 DEBUG unit.abot-epc-basic/0.install 25850K .......... .......... .......... .......... .......... 55% 204K 32s machine-1: 16:50:06 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 16:50:06 DEBUG unit.abot-epc-basic/0.install 25900K .......... .......... .......... .......... .......... 55% 249K 32s unit-abot-epc-basic-0: 16:50:06 DEBUG unit.abot-epc-basic/0.install 25950K .......... .......... .......... .......... .......... 55% 467K 32s machine-1: 16:50:06 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-1: 16:50:06 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:06 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:06 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 16:50:06 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:06 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 16:50:06 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 16:50:06 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 16:50:06 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 16:50:06 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:06 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 16:50:06 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-1: 16:50:06 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-1: 16:50:06 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-1: 16:50:06 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-1: 16:50:06 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-1: 16:50:06 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-1: 16:50:06 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-1: 16:50:06 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-1: 16:50:06 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-1: 16:50:06 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-1: 16:50:06 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-1: 16:50:06 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-1: 16:50:06 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-1: 16:50:06 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-1: 16:50:06 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 16:50:06 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 16:50:06 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 16:50:06 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 16:50:06 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 16:50:06 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 16:50:06 DEBUG juju.network including address public:172.30.9.210 for machine machine-1: 16:50:06 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-1: 16:50:06 DEBUG juju.network including address local-fan:252.9.0.1 for machine machine-1: 16:50:06 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 16:50:06 DEBUG juju.network including address local-machine:::1 for machine machine-1: 16:50:06 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] machine-1: 16:50:06 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 16:50:06 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.210:17070"] machine-1: 16:50:06 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 16:50:06 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 16:50:06 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-1: 16:50:06 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 16:50:06 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 16:50:06 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 16:50:06 INFO juju.util.exec run result: exit status 127 machine-1: 16:50:06 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec619059916/script.sh: line 1: fanatic: command not found 127 machine-1: 16:50:06 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 16:50:06 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-1: 16:50:06 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 16:50:06 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 16:50:06 INFO juju.util.exec run result: exit status 127 machine-1: 16:50:06 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec641171422/script.sh: line 1: fanatic: command not found 127 machine-1: 16:50:06 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 16:50:06 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 16:50:06 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-1: 16:50:06 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 16:50:06 DEBUG juju.worker.logger logger setup machine-1: 16:50:06 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-1: 16:50:06 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 16:50:06 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 16:50:06 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 16:50:06 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 16:50:06 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 16:50:06 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-1: 16:50:06 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-1: 16:50:06 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} machine-1: 16:50:06 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-1: 16:50:06 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 16:50:06 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-1: 16:50:06 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-1: 16:50:06 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-1: 16:50:06 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-1: 16:50:06 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 16:50:06 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 16:50:06 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-1: 16:50:06 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 16:50:06 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 16:50:06 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 16:50:06 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-1: 16:50:06 INFO juju.worker.deployer checking unit "mysql/0" machine-1: 16:50:06 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 16:50:06 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 16:50:06 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 16:50:06 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] unit-abot-epc-basic-0: 16:50:06 DEBUG unit.abot-epc-basic/0.install 26000K .......... .......... .......... .......... .......... 55% 212K 32s machine-1: 16:50:06 DEBUG juju.worker.dependency "machiner" manifold worker started machine-1: 16:50:06 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 16:50:06 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 16:50:06 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 16:50:06 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 16:50:06 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-1: 16:50:06 DEBUG juju.network including address local-machine:::1 for machine machine-1: 16:50:06 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.7 local-machine:::1] machine-1: 16:50:06 INFO juju.worker.machiner setting addresses for "machine-1" to [local-machine:127.0.0.1 local-cloud:192.168.121.7 local-machine:::1] machine-1: 16:50:06 INFO juju.worker.authenticationworker "machine-1" key updater worker started machine-1: 16:50:06 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 16:50:06 INFO juju.worker.upgrader unblocking abort check machine-1: 16:50:06 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-abot-epc-basic-0: 16:50:06 DEBUG unit.abot-epc-basic/0.install 26050K .......... .......... .......... .......... .......... 55% 249K 32s unit-abot-epc-basic-0: 16:50:06 DEBUG unit.abot-epc-basic/0.install 26100K .......... .......... .......... .......... .......... 56% 513K 32s unit-abot-epc-basic-0: 16:50:07 DEBUG unit.abot-epc-basic/0.install 26150K .......... .......... .......... .......... .......... 56% 204K 32s unit-abot-epc-basic-0: 16:50:07 DEBUG unit.abot-epc-basic/0.install 26200K .......... .......... .......... .......... .......... 56% 336K 32s unit-abot-epc-basic-0: 16:50:07 DEBUG unit.abot-epc-basic/0.install 26250K .......... .......... .......... .......... .......... 56% 380K 32s unit-abot-epc-basic-0: 16:50:07 DEBUG unit.abot-epc-basic/0.install 26300K .......... .......... .......... .......... .......... 56% 222K 32s unit-abot-epc-basic-0: 16:50:07 DEBUG unit.abot-epc-basic/0.install 26350K .......... .......... .......... .......... .......... 56% 791K 32s unit-abot-epc-basic-0: 16:50:07 DEBUG unit.abot-epc-basic/0.install 26400K .......... .......... .......... .......... .......... 56% 202K 32s unit-abot-epc-basic-0: 16:50:07 DEBUG unit.abot-epc-basic/0.install 26450K .......... .......... .......... .......... .......... 56% 617K 32s machine-1: 16:50:08 DEBUG juju.worker start "1-container-watcher" machine-1: 16:50:08 DEBUG juju.worker start "stateconverter" machine-1: 16:50:08 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-1: 16:50:08 INFO juju.worker start "1-container-watcher" machine-1: 16:50:08 DEBUG juju.worker "1-container-watcher" started machine-1: 16:50:08 INFO juju.worker start "stateconverter" machine-1: 16:50:08 DEBUG juju.worker "stateconverter" started machine-1: 16:50:08 DEBUG juju.cmd.jujud upgrades done, starting worker "1-container-watcher" unit-abot-epc-basic-0: 16:50:08 DEBUG unit.abot-epc-basic/0.install 26500K .......... .......... .......... .......... .......... 56% 260K 32s machine-1: 16:50:08 INFO juju.worker.deployer deploying unit "mysql/0" machine-1: 16:50:08 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 1 machine-1: 16:50:08 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-abot-epc-basic-0: 16:50:08 DEBUG unit.abot-epc-basic/0.install 26550K .......... .......... .......... .......... .......... 56% 263K 32s unit-abot-epc-basic-0: 16:50:08 DEBUG unit.abot-epc-basic/0.install 26600K .......... .......... .......... .......... .......... 57% 541K 32s unit-abot-epc-basic-0: 16:50:08 DEBUG unit.abot-epc-basic/0.install 26650K .......... .......... .......... .......... .......... 57% 262K 32s unit-abot-epc-basic-0: 16:50:08 DEBUG unit.abot-epc-basic/0.install 26700K .......... .......... .......... .......... .......... 57% 550K 32s machine-1: 16:50:08 DEBUG juju.service discovered init system "upstart" from local host machine-1: 16:50:08 DEBUG juju.worker.deployer API addresses: ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.210:17070"] unit-abot-epc-basic-0: 16:50:08 DEBUG unit.abot-epc-basic/0.install 26750K .......... .......... .......... .......... .......... 57% 201K 32s unit-abot-epc-basic-0: 16:50:09 DEBUG unit.abot-epc-basic/0.install 26800K .......... .......... .......... .......... .......... 57% 1.31M 32s unit-abot-epc-basic-0: 16:50:09 DEBUG unit.abot-epc-basic/0.install 26850K .......... .......... .......... .......... .......... 57% 211K 32s unit-abot-epc-basic-0: 16:50:09 DEBUG unit.abot-epc-basic/0.install 26900K .......... .......... .......... .......... .......... 57% 615K 32s machine-1: 16:50:09 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-mysql-0 Conf:{Desc:juju unit agent for mysql/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-mysql-0/jujud' unit --data-dir '/var/lib/juju' --unit-name mysql/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-mysql-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-mysql-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name mysql/0 --debug]}}} unit-mysql-0: 16:50:09 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-mysql-0: 16:50:09 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-mysql-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "mysql/0", "--debug"} unit-mysql-0: 16:50:09 DEBUG juju.agent read agent config, format "2.0" unit-mysql-0: 16:50:09 DEBUG juju.worker start "api" unit-mysql-0: 16:50:09 INFO juju.worker start "api" unit-mysql-0: 16:50:09 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-mysql-0: 16:50:09 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-mysql-0" unit-mysql-0: 16:50:09 DEBUG juju.worker "api" started unit-mysql-0: 16:50:09 DEBUG juju.worker.introspection stats worker now serving unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "agent" manifold worker started unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:09 INFO juju.worker.machiner "machine-1" started unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:50:09 INFO juju.api.common no addresses observed on interface "tunl0" unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.apicaller connecting with old password unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 16:50:09 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-mysql-0: 16:50:09 INFO juju.api connection established to "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-mysql-0: 16:50:09 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-abot-epc-basic-0: 16:50:09 DEBUG unit.abot-epc-basic/0.install 26950K .......... .......... .......... .......... .......... 57% 260K 32s unit-mysql-0: 16:50:09 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 16:50:09 DEBUG unit.abot-epc-basic/0.install 27000K .......... .......... .......... .......... .......... 57% 340K 32s unit-abot-epc-basic-0: 16:50:09 DEBUG unit.abot-epc-basic/0.install 27050K .......... .......... .......... .......... .......... 58% 359K 32s unit-abot-epc-basic-0: 16:50:10 DEBUG unit.abot-epc-basic/0.install 27100K .......... .......... .......... .......... .......... 58% 270K 32s unit-abot-epc-basic-0: 16:50:10 DEBUG unit.abot-epc-basic/0.install 27150K .......... .......... .......... .......... .......... 58% 523K 32s unit-abot-epc-basic-0: 16:50:10 DEBUG unit.abot-epc-basic/0.install 27200K .......... .......... .......... .......... .......... 58% 204K 32s unit-abot-epc-basic-0: 16:50:10 DEBUG unit.abot-epc-basic/0.install 27250K .......... .......... .......... .......... .......... 58% 968K 32s unit-abot-epc-basic-0: 16:50:10 DEBUG unit.abot-epc-basic/0.install 27300K .......... .......... .......... .......... .......... 58% 226K 32s unit-mysql-0: 16:50:10 DEBUG juju.worker.apicaller connected unit-mysql-0: 16:50:10 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 16:50:10 DEBUG unit.abot-epc-basic/0.install 27350K .......... .......... .......... .......... .......... 58% 433K 32s unit-abot-epc-basic-0: 16:50:10 DEBUG unit.abot-epc-basic/0.install 27400K .......... .......... .......... .......... .......... 58% 305K 32s unit-abot-epc-basic-0: 16:50:11 DEBUG unit.abot-epc-basic/0.install 27450K .......... .......... .......... .......... .......... 58% 276K 32s unit-mysql-0: 16:50:11 DEBUG juju.worker.apicaller password changed unit-mysql-0: 16:50:11 DEBUG juju.api RPC connection died unit-mysql-0: 16:50:11 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 16:50:11 DEBUG unit.abot-epc-basic/0.install 27500K .......... .......... .......... .......... .......... 59% 503K 32s unit-mysql-0: 16:50:11 DEBUG juju.worker.apicaller connecting with current password unit-mysql-0: 16:50:11 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-mysql-0: 16:50:11 INFO juju.api connection established to "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-mysql-0: 16:50:11 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-1: 16:50:11 DEBUG juju.worker.machiner observed network config updated for "machine-1" to [{DeviceIndex:1 MACAddress: CIDR:127.0.0.0/8 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:127.0.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:1 MACAddress: CIDR:::1/128 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:::1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:2 MACAddress:fa:16:3e:9e:96:5f CIDR:192.168.121.0/24 MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:static Address:192.168.121.7 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:9e:96:5f CIDR: MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:3 MACAddress: CIDR: MTU:1480 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:tunl0 ParentInterfaceName: InterfaceType:ethernet Disabled:true NoAutoStart:true ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false}] unit-abot-epc-basic-0: 16:50:11 DEBUG unit.abot-epc-basic/0.install 27550K .......... .......... .......... .......... .......... 59% 272K 32s unit-abot-epc-basic-0: 16:50:11 DEBUG unit.abot-epc-basic/0.install 27600K .......... .......... .......... .......... .......... 59% 551K 31s unit-abot-epc-basic-0: 16:50:11 DEBUG unit.abot-epc-basic/0.install 27650K .......... .......... .......... .......... .......... 59% 242K 31s unit-abot-epc-basic-0: 16:50:11 DEBUG unit.abot-epc-basic/0.install 27700K .......... .......... .......... .......... .......... 59% 635K 31s unit-mysql-0: 16:50:11 DEBUG juju.worker.apicaller connected unit-mysql-0: 16:50:11 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 16:50:11 DEBUG unit.abot-epc-basic/0.install 27750K .......... .......... .......... .......... .......... 59% 252K 31s unit-mysql-0: 16:50:11 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:50:11 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:50:11 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-mysql-0: 16:50:11 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-mysql-0: 16:50:11 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:50:11 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-mysql-0: 16:50:11 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:50:11 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-mysql-0: 16:50:11 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:50:11 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 16:50:12 DEBUG unit.abot-epc-basic/0.install 27800K .......... .......... .......... .......... .......... 59% 684K 31s unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 16:50:12 INFO juju.worker.upgrader abort check blocked until version event received unit-mysql-0: 16:50:12 INFO juju.worker.upgrader unblocking abort check unit-mysql-0: 16:50:12 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-abot-epc-basic-0: 16:50:12 DEBUG unit.abot-epc-basic/0.install 27850K .......... .......... .......... .......... .......... 59% 212K 31s unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-mysql-0: 16:50:12 INFO juju.worker.migrationminion migration phase is now: NONE unit-mysql-0: 16:50:12 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-mysql-0: 16:50:12 DEBUG juju.worker.logger logger setup unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-mysql-0: 16:50:12 DEBUG juju.worker.leadership mysql/0 making initial claim for mysql leadership unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 16:50:12 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-mysql-0: 16:50:12 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-mysql-0: 16:50:12 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 16:50:12 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 16:50:12 DEBUG juju.network no lxc bridge addresses to filter for machine unit-mysql-0: 16:50:12 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 16:50:12 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 16:50:12 DEBUG juju.network including address public:172.30.9.210 for machine unit-mysql-0: 16:50:12 DEBUG juju.network including address local-cloud:192.168.121.9 for machine unit-mysql-0: 16:50:12 DEBUG juju.network including address local-fan:252.9.0.1 for machine unit-mysql-0: 16:50:12 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-mysql-0: 16:50:12 DEBUG juju.network including address local-machine:::1 for machine unit-mysql-0: 16:50:12 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] unit-mysql-0: 16:50:12 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-mysql-0: 16:50:12 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-mysql-0: 16:50:12 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-mysql-0: 16:50:12 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-mysql-0: 16:50:12 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-mysql-0: 16:50:12 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.210:17070"] unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-mysql-0: 16:50:12 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 16:50:12 DEBUG unit.abot-epc-basic/0.install 27900K .......... .......... .......... .......... .......... 59% 154K 31s unit-abot-epc-basic-0: 16:50:12 DEBUG unit.abot-epc-basic/0.install 27950K .......... .......... .......... .......... .......... 59% 50.1M 31s unit-abot-epc-basic-0: 16:50:12 DEBUG unit.abot-epc-basic/0.install 28000K .......... .......... .......... .......... .......... 60% 53.4M 31s unit-mysql-0: 16:50:12 INFO juju.worker.leadership mysql/0 promoted to leadership of mysql unit-abot-epc-basic-0: 16:50:12 DEBUG unit.abot-epc-basic/0.install 28050K .......... .......... .......... .......... .......... 60% 225K 31s unit-abot-epc-basic-0: 16:50:12 DEBUG unit.abot-epc-basic/0.install 28100K .......... .......... .......... .......... .......... 60% 343K 31s unit-abot-epc-basic-0: 16:50:13 DEBUG unit.abot-epc-basic/0.install 28150K .......... .......... .......... .......... .......... 60% 319K 31s unit-abot-epc-basic-0: 16:50:13 DEBUG unit.abot-epc-basic/0.install 28200K .......... .......... .......... .......... .......... 60% 252K 31s unit-mysql-0: 16:50:13 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-mysql-0 unit-mysql-0: 16:50:13 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-mysql-0: 16:50:13 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-mysql-0: 16:50:13 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-mysql-0/run.socket unit-mysql-0: 16:50:13 INFO juju.worker.uniter unit "mysql/0" started unit-mysql-0: 16:50:13 INFO juju.worker.uniter resuming charm install unit-mysql-0: 16:50:13 DEBUG juju.worker.uniter.operation running operation install cs:mysql-55 unit-mysql-0: 16:50:13 DEBUG juju.worker.uniter.operation preparing operation "install cs:mysql-55" unit-mysql-0: 16:50:13 DEBUG juju.worker.uniter juju-run listener running unit-mysql-0: 16:50:13 INFO juju.worker.uniter.charm downloading cs:mysql-55 from API server unit-mysql-0: 16:50:13 INFO juju.downloader downloading from cs:mysql-55 unit-mysql-0: 16:50:13 DEBUG httpbakery client do GET https://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/charms?file=%2A&url=cs%3Amysql-55 { unit-mysql-0: 16:50:13 DEBUG httpbakery } -> error unit-mysql-0: 16:50:13 INFO juju.downloader download complete ("cs:mysql-55") unit-mysql-0: 16:50:13 INFO juju.downloader download verified ("cs:mysql-55") unit-abot-epc-basic-0: 16:50:13 DEBUG unit.abot-epc-basic/0.install 28250K .......... .......... .......... .......... .......... 60% 552K 31s unit-abot-epc-basic-0: 16:50:13 DEBUG unit.abot-epc-basic/0.install 28300K .......... .......... .......... .......... .......... 60% 221K 31s unit-abot-epc-basic-0: 16:50:13 DEBUG unit.abot-epc-basic/0.install 28350K .......... .......... .......... .......... .......... 60% 660K 31s unit-mysql-0: 16:50:13 DEBUG juju.worker.uniter.operation executing operation "install cs:mysql-55" unit-mysql-0: 16:50:13 DEBUG juju.worker.uniter.charm preparing to deploy charm "cs:mysql-55" unit-mysql-0: 16:50:13 DEBUG juju.worker.uniter.charm deploying charm "cs:mysql-55" unit-abot-epc-basic-0: 16:50:13 DEBUG unit.abot-epc-basic/0.install 28400K .......... .......... .......... .......... .......... 60% 245K 31s unit-abot-epc-basic-0: 16:50:14 DEBUG unit.abot-epc-basic/0.install 28450K .......... .......... .......... .......... .......... 61% 484K 31s unit-abot-epc-basic-0: 16:50:14 DEBUG unit.abot-epc-basic/0.install 28500K .......... .......... .......... .......... .......... 61% 284K 31s unit-abot-epc-basic-0: 16:50:14 DEBUG unit.abot-epc-basic/0.install 28550K .......... .......... .......... .......... .......... 61% 378K 31s unit-abot-epc-basic-0: 16:50:14 DEBUG unit.abot-epc-basic/0.install 28600K .......... .......... .......... .......... .......... 61% 356K 31s unit-abot-epc-basic-0: 16:50:14 DEBUG unit.abot-epc-basic/0.install 28650K .......... .......... .......... .......... .......... 61% 295K 31s unit-abot-epc-basic-0: 16:50:14 DEBUG unit.abot-epc-basic/0.install 28700K .......... .......... .......... .......... .......... 61% 489K 31s unit-abot-epc-basic-0: 16:50:14 DEBUG unit.abot-epc-basic/0.install 28750K .......... .......... .......... .......... .......... 61% 380K 30s unit-abot-epc-basic-0: 16:50:14 DEBUG unit.abot-epc-basic/0.install 28800K .......... .......... .......... .......... .......... 61% 357K 30s unit-abot-epc-basic-0: 16:50:15 DEBUG unit.abot-epc-basic/0.install 28850K .......... .......... .......... .......... .......... 61% 380K 30s unit-abot-epc-basic-0: 16:50:15 DEBUG unit.abot-epc-basic/0.install 28900K .......... .......... .......... .......... .......... 62% 358K 30s unit-abot-epc-basic-0: 16:50:15 DEBUG unit.abot-epc-basic/0.install 28950K .......... .......... .......... .......... .......... 62% 503K 30s unit-abot-epc-basic-0: 16:50:15 DEBUG unit.abot-epc-basic/0.install 29000K .......... .......... .......... .......... .......... 62% 291K 30s unit-abot-epc-basic-0: 16:50:15 DEBUG unit.abot-epc-basic/0.install 29050K .......... .......... .......... .......... .......... 62% 519K 30s unit-abot-epc-basic-0: 16:50:15 DEBUG unit.abot-epc-basic/0.install 29100K .......... .......... .......... .......... .......... 62% 295K 30s unit-abot-epc-basic-0: 16:50:15 DEBUG unit.abot-epc-basic/0.install 29150K .......... .......... .......... .......... .......... 62% 490K 30s unit-abot-epc-basic-0: 16:50:16 DEBUG unit.abot-epc-basic/0.install 29200K .......... .......... .......... .......... .......... 62% 295K 30s unit-abot-epc-basic-0: 16:50:16 DEBUG unit.abot-epc-basic/0.install 29250K .......... .......... .......... .......... .......... 62% 723K 30s unit-abot-epc-basic-0: 16:50:16 DEBUG unit.abot-epc-basic/0.install 29300K .......... .......... .......... .......... .......... 62% 247K 30s unit-abot-epc-basic-0: 16:50:16 DEBUG unit.abot-epc-basic/0.install 29350K .......... .......... .......... .......... .......... 62% 723K 30s unit-abot-epc-basic-0: 16:50:16 DEBUG unit.abot-epc-basic/0.install 29400K .......... .......... .......... .......... .......... 63% 253K 30s unit-abot-epc-basic-0: 16:50:16 DEBUG unit.abot-epc-basic/0.install 29450K .......... .......... .......... .......... .......... 63% 676K 30s unit-abot-epc-basic-0: 16:50:16 DEBUG unit.abot-epc-basic/0.install 29500K .......... .......... .......... .......... .......... 63% 257K 30s unit-abot-epc-basic-0: 16:50:16 DEBUG unit.abot-epc-basic/0.install 29550K .......... .......... .......... .......... .......... 63% 646K 30s unit-abot-epc-basic-0: 16:50:17 DEBUG unit.abot-epc-basic/0.install 29600K .......... .......... .......... .......... .......... 63% 257K 30s unit-abot-epc-basic-0: 16:50:17 DEBUG unit.abot-epc-basic/0.install 29650K .......... .......... .......... .......... .......... 63% 651K 29s unit-mysql-0: 16:50:17 DEBUG juju.worker.uniter.charm finishing deploy of charm "cs:mysql-55" unit-mysql-0: 16:50:17 DEBUG juju.worker.uniter.operation committing operation "install cs:mysql-55" unit-mysql-0: 16:50:17 INFO juju.worker.uniter hooks are retried true unit-mysql-0: 16:50:17 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-mysql-0: 16:50:17 DEBUG juju.worker.uniter.remotestate got service change unit-mysql-0: 16:50:17 DEBUG juju.worker.uniter.remotestate got unit change unit-mysql-0: 16:50:17 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-mysql-0: 16:50:17 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-mysql-0: 16:50:17 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-mysql-0: 16:50:17 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-mysql-0: 16:50:17 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 16:50:17 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-mysql-0: 16:50:17 INFO juju.worker.uniter.storage initial storage attachments ready unit-mysql-0: 16:50:17 INFO juju.worker.uniter found queued "install" hook unit-mysql-0: 16:50:17 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 16:50:17 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-mysql-0: 16:50:17 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-mysql-0: 16:50:17 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 16:50:17 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 16:50:17 DEBUG unit.abot-epc-basic/0.install 29700K .......... .......... .......... .......... .......... 63% 260K 29s unit-abot-epc-basic-0: 16:50:17 DEBUG unit.abot-epc-basic/0.install 29750K .......... .......... .......... .......... .......... 63% 632K 29s unit-abot-epc-basic-0: 16:50:17 DEBUG unit.abot-epc-basic/0.install 29800K .......... .......... .......... .......... .......... 63% 260K 29s unit-abot-epc-basic-0: 16:50:17 DEBUG unit.abot-epc-basic/0.install 29850K .......... .......... .......... .......... .......... 64% 633K 29s unit-abot-epc-basic-0: 16:50:17 DEBUG unit.abot-epc-basic/0.install 29900K .......... .......... .......... .......... .......... 64% 266K 29s unit-mysql-0: 16:50:18 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 16:50:18 DEBUG unit.abot-epc-basic/0.install 29950K .......... .......... .......... .......... .......... 64% 179K 29s unit-abot-epc-basic-0: 16:50:18 DEBUG unit.abot-epc-basic/0.install 30000K .......... .......... .......... .......... .......... 64% 61.8M 29s unit-abot-epc-basic-0: 16:50:18 DEBUG unit.abot-epc-basic/0.install 30050K .......... .......... .......... .......... .......... 64% 653K 29s unit-abot-epc-basic-0: 16:50:18 DEBUG unit.abot-epc-basic/0.install 30100K .......... .......... .......... .......... .......... 64% 255K 29s unit-abot-epc-basic-0: 16:50:18 DEBUG unit.abot-epc-basic/0.install 30150K .......... .......... .......... .......... .......... 64% 269K 29s unit-abot-epc-basic-0: 16:50:18 DEBUG unit.abot-epc-basic/0.install 30200K .......... .......... .......... .......... .......... 64% 384K 29s unit-mysql-0: 16:50:18 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 16:50:18 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 16:50:18 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 16:50:18 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 16:50:19 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 16:50:19 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 16:50:19 DEBUG unit.abot-epc-basic/0.install 30250K .......... .......... .......... .......... .......... 64% 222K 29s unit-mysql-0: 16:50:19 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 16:50:19 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 16:50:19 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 16:50:19 DEBUG unit.mysql/0.install python-netaddr unit-abot-epc-basic-0: 16:50:19 DEBUG unit.abot-epc-basic/0.install 30300K .......... .......... .......... .......... .......... 65% 653K 29s unit-abot-epc-basic-0: 16:50:19 DEBUG unit.abot-epc-basic/0.install 30350K .......... .......... .......... .......... .......... 65% 254K 29s unit-abot-epc-basic-0: 16:50:19 DEBUG unit.abot-epc-basic/0.install 30400K .......... .......... .......... .......... .......... 65% 441K 29s unit-mysql-0: 16:50:19 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 16:50:19 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 16:50:19 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 16:50:19 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-netaddr all 0.7.10-1ubuntu1.1 [849 kB] unit-abot-epc-basic-0: 16:50:19 DEBUG unit.abot-epc-basic/0.install 30450K .......... .......... .......... .......... .......... 65% 314K 29s unit-abot-epc-basic-0: 16:50:19 DEBUG unit.abot-epc-basic/0.install 30500K .......... .......... .......... .......... .......... 65% 442K 28s unit-abot-epc-basic-0: 16:50:19 DEBUG unit.abot-epc-basic/0.install 30550K .......... .......... .......... .......... .......... 65% 315K 28s unit-abot-epc-basic-0: 16:50:19 DEBUG unit.abot-epc-basic/0.install 30600K .......... .......... .......... .......... .......... 65% 441K 28s unit-abot-epc-basic-0: 16:50:20 DEBUG unit.abot-epc-basic/0.install 30650K .......... .......... .......... .......... .......... 65% 315K 28s unit-abot-epc-basic-0: 16:50:20 DEBUG unit.abot-epc-basic/0.install 30700K .......... .......... .......... .......... .......... 65% 444K 28s unit-abot-epc-basic-0: 16:50:20 DEBUG unit.abot-epc-basic/0.install 30750K .......... .......... .......... .......... .......... 65% 314K 28s unit-mysql-0: 16:50:20 DEBUG unit.mysql/0.install Fetched 849 kB in 1s (657 kB/s) unit-mysql-0: 16:50:20 DEBUG unit.mysql/0.install Selecting previously unselected package python-netaddr. unit-mysql-0: 16:50:20 DEBUG unit.mysql/0.install (Reading database ... 78195 files and directories currently installed.) unit-mysql-0: 16:50:20 DEBUG unit.mysql/0.install Preparing to unpack .../python-netaddr_0.7.10-1ubuntu1.1_all.deb ... unit-mysql-0: 16:50:20 DEBUG unit.mysql/0.install Unpacking python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 16:50:20 DEBUG unit.abot-epc-basic/0.install 30800K .......... .......... .......... .......... .......... 66% 144K 28s unit-abot-epc-basic-0: 16:50:20 DEBUG unit.abot-epc-basic/0.install 30850K .......... .......... .......... .......... .......... 66% 55.7M 28s unit-abot-epc-basic-0: 16:50:20 DEBUG unit.abot-epc-basic/0.install 30900K .......... .......... .......... .......... .......... 66% 57.8M 28s unit-abot-epc-basic-0: 16:50:20 DEBUG unit.abot-epc-basic/0.install 30950K .......... .......... .......... .......... .......... 66% 245K 28s unit-mysql-0: 16:50:21 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:50:21 DEBUG unit.abot-epc-basic/0.install 31000K .......... .......... .......... .......... .......... 66% 199K 28s unit-abot-epc-basic-0: 16:50:21 DEBUG unit.abot-epc-basic/0.install 31050K .......... .......... .......... .......... .......... 66% 583K 28s unit-abot-epc-basic-0: 16:50:21 DEBUG unit.abot-epc-basic/0.install 31100K .......... .......... .......... .......... .......... 66% 250K 28s unit-mysql-0: 16:50:21 DEBUG unit.mysql/0.install Setting up python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 16:50:21 DEBUG unit.abot-epc-basic/0.install 31150K .......... .......... .......... .......... .......... 66% 268K 28s unit-abot-epc-basic-0: 16:50:21 DEBUG unit.abot-epc-basic/0.install 31200K .......... .......... .......... .......... .......... 66% 322K 28s unit-abot-epc-basic-0: 16:50:22 DEBUG unit.abot-epc-basic/0.install 31250K .......... .......... .......... .......... .......... 67% 255K 28s unit-abot-epc-basic-0: 16:50:22 DEBUG unit.abot-epc-basic/0.install 31300K .......... .......... .......... .......... .......... 67% 438K 28s unit-abot-epc-basic-0: 16:50:22 DEBUG unit.abot-epc-basic/0.install 31350K .......... .......... .......... .......... .......... 67% 307K 28s unit-abot-epc-basic-0: 16:50:22 DEBUG unit.abot-epc-basic/0.install 31400K .......... .......... .......... .......... .......... 67% 277K 27s unit-mysql-0: 16:50:22 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 16:50:22 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 16:50:22 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 16:50:22 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 16:50:22 DEBUG unit.abot-epc-basic/0.install 31450K .......... .......... .......... .......... .......... 67% 484K 27s unit-mysql-0: 16:50:22 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 16:50:22 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 16:50:22 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 16:50:22 DEBUG unit.mysql/0.install python-netifaces unit-abot-epc-basic-0: 16:50:22 DEBUG unit.abot-epc-basic/0.install 31500K .......... .......... .......... .......... .......... 67% 204K 27s unit-abot-epc-basic-0: 16:50:22 DEBUG unit.abot-epc-basic/0.install 31550K .......... .......... .......... .......... .......... 67% 570K 27s unit-mysql-0: 16:50:23 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 16:50:23 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 16:50:23 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 16:50:23 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 [11.3 kB] unit-abot-epc-basic-0: 16:50:23 DEBUG unit.abot-epc-basic/0.install 31600K .......... .......... .......... .......... .......... 67% 257K 27s unit-mysql-0: 16:50:23 DEBUG unit.mysql/0.install Fetched 11.3 kB in 0s (39.4 kB/s) unit-mysql-0: 16:50:23 DEBUG unit.mysql/0.install Selecting previously unselected package python-netifaces. unit-abot-epc-basic-0: 16:50:23 DEBUG unit.abot-epc-basic/0.install 31650K .......... .......... .......... .......... .......... 67% 440K 27s unit-mysql-0: 16:50:23 DEBUG unit.mysql/0.install (Reading database ... 78235 files and directories currently installed.) unit-mysql-0: 16:50:23 DEBUG unit.mysql/0.install Preparing to unpack .../python-netifaces_0.8-3build1_amd64.deb ... unit-mysql-0: 16:50:23 DEBUG unit.mysql/0.install Unpacking python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 16:50:23 DEBUG unit.abot-epc-basic/0.install 31700K .......... .......... .......... .......... .......... 67% 300K 27s unit-abot-epc-basic-0: 16:50:23 DEBUG unit.abot-epc-basic/0.install 31750K .......... .......... .......... .......... .......... 68% 286K 27s unit-abot-epc-basic-0: 16:50:23 DEBUG unit.abot-epc-basic/0.install 31800K .......... .......... .......... .......... .......... 68% 474K 27s unit-abot-epc-basic-0: 16:50:23 DEBUG unit.abot-epc-basic/0.install 31850K .......... .......... .......... .......... .......... 68% 204K 27s unit-mysql-0: 16:50:23 DEBUG unit.mysql/0.install Setting up python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 16:50:24 DEBUG unit.abot-epc-basic/0.install 31900K .......... .......... .......... .......... .......... 68% 575K 27s unit-abot-epc-basic-0: 16:50:24 DEBUG unit.abot-epc-basic/0.install 31950K .......... .......... .......... .......... .......... 68% 257K 27s unit-abot-epc-basic-0: 16:50:24 DEBUG unit.abot-epc-basic/0.install 32000K .......... .......... .......... .......... .......... 68% 434K 27s unit-abot-epc-basic-0: 16:50:24 DEBUG unit.abot-epc-basic/0.install 32050K .......... .......... .......... .......... .......... 68% 305K 27s unit-abot-epc-basic-0: 16:50:24 DEBUG unit.abot-epc-basic/0.install 32100K .......... .......... .......... .......... .......... 68% 277K 27s unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 16:50:24 DEBUG unit.abot-epc-basic/0.install 32150K .......... .......... .......... .......... .......... 68% 496K 27s unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install python-wheel python3-pkg-resources unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install python3-setuptools unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools-whl python-six-whl unit-mysql-0: 16:50:24 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-abot-epc-basic-0: 16:50:25 DEBUG unit.abot-epc-basic/0.install 32200K .......... .......... .......... .......... .......... 69% 202K 27s unit-abot-epc-basic-0: 16:50:25 DEBUG unit.abot-epc-basic/0.install 32250K .......... .......... .......... .......... .......... 69% 593K 26s unit-mysql-0: 16:50:25 DEBUG unit.mysql/0.install 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 16:50:25 DEBUG unit.mysql/0.install Need to get 40.9 MB of archives. unit-mysql-0: 16:50:25 DEBUG unit.mysql/0.install After this operation, 119 MB of additional disk space will be used. unit-mysql-0: 16:50:25 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] unit-abot-epc-basic-0: 16:50:25 DEBUG unit.abot-epc-basic/0.install 32300K .......... .......... .......... .......... .......... 69% 257K 26s unit-abot-epc-basic-0: 16:50:25 DEBUG unit.abot-epc-basic/0.install 32350K .......... .......... .......... .......... .......... 69% 445K 26s unit-abot-epc-basic-0: 16:50:25 DEBUG unit.abot-epc-basic/0.install 32400K .......... .......... .......... .......... .......... 69% 312K 26s unit-mysql-0: 16:50:25 DEBUG unit.mysql/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] unit-abot-epc-basic-0: 16:50:25 DEBUG unit.abot-epc-basic/0.install 32450K .......... .......... .......... .......... .......... 69% 341K 26s unit-mysql-0: 16:50:25 DEBUG unit.mysql/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] unit-abot-epc-basic-0: 16:50:25 DEBUG unit.abot-epc-basic/0.install 32500K .......... .......... .......... .......... .......... 69% 359K 26s unit-abot-epc-basic-0: 16:50:26 DEBUG unit.abot-epc-basic/0.install 32550K .......... .......... .......... .......... .......... 69% 281K 26s unit-abot-epc-basic-0: 16:50:26 DEBUG unit.abot-epc-basic/0.install 32600K .......... .......... .......... .......... .......... 69% 400K 26s unit-mysql-0: 16:50:26 DEBUG unit.mysql/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] unit-abot-epc-basic-0: 16:50:26 DEBUG unit.abot-epc-basic/0.install 32650K .......... .......... .......... .......... .......... 70% 233K 26s unit-abot-epc-basic-0: 16:50:26 DEBUG unit.abot-epc-basic/0.install 32700K .......... .......... .......... .......... .......... 70% 586K 26s unit-mysql-0: 16:50:26 DEBUG unit.mysql/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] unit-abot-epc-basic-0: 16:50:26 DEBUG unit.abot-epc-basic/0.install 32750K .......... .......... .......... .......... .......... 70% 264K 26s unit-mysql-0: 16:50:26 DEBUG unit.mysql/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] unit-abot-epc-basic-0: 16:50:26 DEBUG unit.abot-epc-basic/0.install 32800K .......... .......... .......... .......... .......... 70% 601K 26s unit-mysql-0: 16:50:26 DEBUG unit.mysql/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] unit-abot-epc-basic-0: 16:50:26 DEBUG unit.abot-epc-basic/0.install 32850K .......... .......... .......... .......... .......... 70% 265K 26s unit-mysql-0: 16:50:26 DEBUG unit.mysql/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] unit-abot-epc-basic-0: 16:50:27 DEBUG unit.abot-epc-basic/0.install 32900K .......... .......... .......... .......... .......... 70% 596K 26s unit-mysql-0: 16:50:27 DEBUG unit.mysql/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] unit-abot-epc-basic-0: 16:50:27 DEBUG unit.abot-epc-basic/0.install 32950K .......... .......... .......... .......... .......... 70% 271K 25s unit-abot-epc-basic-0: 16:50:27 DEBUG unit.abot-epc-basic/0.install 33000K .......... .......... .......... .......... .......... 70% 867K 25s unit-mysql-0: 16:50:27 DEBUG unit.mysql/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] unit-abot-epc-basic-0: 16:50:27 DEBUG unit.abot-epc-basic/0.install 33050K .......... .......... .......... .......... .......... 70% 342K 25s unit-mysql-0: 16:50:27 DEBUG unit.mysql/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] unit-abot-epc-basic-0: 16:50:27 DEBUG unit.abot-epc-basic/0.install 33100K .......... .......... .......... .......... .......... 70% 536K 25s unit-mysql-0: 16:50:27 DEBUG unit.mysql/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] unit-abot-epc-basic-0: 16:50:27 DEBUG unit.abot-epc-basic/0.install 33150K .......... .......... .......... .......... .......... 71% 296K 25s unit-abot-epc-basic-0: 16:50:27 DEBUG unit.abot-epc-basic/0.install 33200K .......... .......... .......... .......... .......... 71% 487K 25s unit-abot-epc-basic-0: 16:50:27 DEBUG unit.abot-epc-basic/0.install 33250K .......... .......... .......... .......... .......... 71% 481K 25s unit-abot-epc-basic-0: 16:50:28 DEBUG unit.abot-epc-basic/0.install 33300K .......... .......... .......... .......... .......... 71% 323K 25s unit-mysql-0: 16:50:28 DEBUG unit.mysql/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] unit-abot-epc-basic-0: 16:50:28 DEBUG unit.abot-epc-basic/0.install 33350K .......... .......... .......... .......... .......... 71% 589K 25s unit-mysql-0: 16:50:28 DEBUG unit.mysql/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB] unit-abot-epc-basic-0: 16:50:28 DEBUG unit.abot-epc-basic/0.install 33400K .......... .......... .......... .......... .......... 71% 276K 25s unit-mysql-0: 16:50:28 DEBUG unit.mysql/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] unit-abot-epc-basic-0: 16:50:28 DEBUG unit.abot-epc-basic/0.install 33450K .......... .......... .......... .......... .......... 71% 613K 25s unit-abot-epc-basic-0: 16:50:28 DEBUG unit.abot-epc-basic/0.install 33500K .......... .......... .......... .......... .......... 71% 270K 25s unit-mysql-0: 16:50:28 DEBUG unit.mysql/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] unit-abot-epc-basic-0: 16:50:28 DEBUG unit.abot-epc-basic/0.install 33550K .......... .......... .......... .......... .......... 71% 1.81M 24s unit-abot-epc-basic-0: 16:50:28 DEBUG unit.abot-epc-basic/0.install 33600K .......... .......... .......... .......... .......... 72% 299K 24s unit-abot-epc-basic-0: 16:50:28 DEBUG unit.abot-epc-basic/0.install 33650K .......... .......... .......... .......... .......... 72% 492K 24s unit-mysql-0: 16:50:28 DEBUG unit.mysql/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] unit-abot-epc-basic-0: 16:50:28 DEBUG unit.abot-epc-basic/0.install 33700K .......... .......... .......... .......... .......... 72% 380K 24s unit-mysql-0: 16:50:29 DEBUG unit.mysql/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] unit-abot-epc-basic-0: 16:50:29 DEBUG unit.abot-epc-basic/0.install 33750K .......... .......... .......... .......... .......... 72% 396K 24s unit-abot-epc-basic-0: 16:50:29 DEBUG unit.abot-epc-basic/0.install 33800K .......... .......... .......... .......... .......... 72% 586K 24s unit-mysql-0: 16:50:29 DEBUG unit.mysql/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] unit-abot-epc-basic-0: 16:50:29 DEBUG unit.abot-epc-basic/0.install 33850K .......... .......... .......... .......... .......... 72% 276K 24s unit-abot-epc-basic-0: 16:50:29 DEBUG unit.abot-epc-basic/0.install 33900K .......... .......... .......... .......... .......... 72% 934K 24s unit-mysql-0: 16:50:29 DEBUG unit.mysql/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] unit-abot-epc-basic-0: 16:50:29 DEBUG unit.abot-epc-basic/0.install 33950K .......... .......... .......... .......... .......... 72% 354K 24s unit-mysql-0: 16:50:29 DEBUG unit.mysql/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] unit-abot-epc-basic-0: 16:50:29 DEBUG unit.abot-epc-basic/0.install 34000K .......... .......... .......... .......... .......... 72% 511K 24s unit-mysql-0: 16:50:29 DEBUG unit.mysql/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] unit-abot-epc-basic-0: 16:50:29 DEBUG unit.abot-epc-basic/0.install 34050K .......... .......... .......... .......... .......... 73% 382K 24s unit-abot-epc-basic-0: 16:50:29 DEBUG unit.abot-epc-basic/0.install 34100K .......... .......... .......... .......... .......... 73% 392K 24s unit-abot-epc-basic-0: 16:50:30 DEBUG unit.abot-epc-basic/0.install 34150K .......... .......... .......... .......... .......... 73% 641K 23s unit-abot-epc-basic-0: 16:50:30 DEBUG unit.abot-epc-basic/0.install 34200K .......... .......... .......... .......... .......... 73% 277K 23s unit-abot-epc-basic-0: 16:50:30 DEBUG unit.abot-epc-basic/0.install 34250K .......... .......... .......... .......... .......... 73% 896K 23s unit-abot-epc-basic-0: 16:50:30 DEBUG unit.abot-epc-basic/0.install 34300K .......... .......... .......... .......... .......... 73% 366K 23s unit-abot-epc-basic-0: 16:50:30 DEBUG unit.abot-epc-basic/0.install 34350K .......... .......... .......... .......... .......... 73% 494K 23s unit-abot-epc-basic-0: 16:50:30 DEBUG unit.abot-epc-basic/0.install 34400K .......... .......... .......... .......... .......... 73% 677K 23s unit-mysql-0: 16:50:30 DEBUG unit.mysql/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] unit-abot-epc-basic-0: 16:50:30 DEBUG unit.abot-epc-basic/0.install 34450K .......... .......... .......... .......... .......... 73% 277K 23s unit-abot-epc-basic-0: 16:50:30 DEBUG unit.abot-epc-basic/0.install 34500K .......... .......... .......... .......... .......... 73% 2.16M 23s unit-mysql-0: 16:50:30 DEBUG unit.mysql/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] unit-abot-epc-basic-0: 16:50:30 DEBUG unit.abot-epc-basic/0.install 34550K .......... .......... .......... .......... .......... 74% 385K 23s unit-abot-epc-basic-0: 16:50:31 DEBUG unit.abot-epc-basic/0.install 34600K .......... .......... .......... .......... .......... 74% 393K 23s unit-abot-epc-basic-0: 16:50:31 DEBUG unit.abot-epc-basic/0.install 34650K .......... .......... .......... .......... .......... 74% 651K 23s unit-mysql-0: 16:50:31 DEBUG unit.mysql/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] unit-abot-epc-basic-0: 16:50:31 DEBUG unit.abot-epc-basic/0.install 34700K .......... .......... .......... .......... .......... 74% 465K 22s unit-mysql-0: 16:50:31 DEBUG unit.mysql/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] unit-abot-epc-basic-0: 16:50:31 DEBUG unit.abot-epc-basic/0.install 34750K .......... .......... .......... .......... .......... 74% 514K 22s unit-abot-epc-basic-0: 16:50:31 DEBUG unit.abot-epc-basic/0.install 34800K .......... .......... .......... .......... .......... 74% 682K 22s unit-mysql-0: 16:50:31 DEBUG unit.mysql/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] unit-mysql-0: 16:50:31 DEBUG unit.mysql/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] unit-mysql-0: 16:50:31 DEBUG unit.mysql/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] unit-abot-epc-basic-0: 16:50:31 DEBUG unit.abot-epc-basic/0.install 34850K .......... .......... .......... .......... .......... 74% 135K 22s unit-abot-epc-basic-0: 16:50:31 DEBUG unit.abot-epc-basic/0.install 34900K .......... .......... .......... .......... .......... 74% 51.1M 22s unit-abot-epc-basic-0: 16:50:31 DEBUG unit.abot-epc-basic/0.install 34950K .......... .......... .......... .......... .......... 74% 52.5M 22s unit-mysql-0: 16:50:31 DEBUG unit.mysql/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] unit-abot-epc-basic-0: 16:50:31 DEBUG unit.abot-epc-basic/0.install 35000K .......... .......... .......... .......... .......... 75% 636K 22s unit-abot-epc-basic-0: 16:50:31 DEBUG unit.abot-epc-basic/0.install 35050K .......... .......... .......... .......... .......... 75% 874K 22s unit-mysql-0: 16:50:31 DEBUG unit.mysql/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] unit-abot-epc-basic-0: 16:50:32 DEBUG unit.abot-epc-basic/0.install 35100K .......... .......... .......... .......... .......... 75% 371K 22s unit-mysql-0: 16:50:32 DEBUG unit.mysql/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] unit-abot-epc-basic-0: 16:50:32 DEBUG unit.abot-epc-basic/0.install 35150K .......... .......... .......... .......... .......... 75% 493K 22s unit-mysql-0: 16:50:32 DEBUG unit.mysql/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] unit-abot-epc-basic-0: 16:50:32 DEBUG unit.abot-epc-basic/0.install 35200K .......... .......... .......... .......... .......... 75% 372K 22s unit-mysql-0: 16:50:32 DEBUG unit.mysql/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] unit-abot-epc-basic-0: 16:50:32 DEBUG unit.abot-epc-basic/0.install 35250K .......... .......... .......... .......... .......... 75% 394K 21s unit-abot-epc-basic-0: 16:50:32 DEBUG unit.abot-epc-basic/0.install 35300K .......... .......... .......... .......... .......... 75% 619K 21s unit-mysql-0: 16:50:32 DEBUG unit.mysql/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] unit-abot-epc-basic-0: 16:50:32 DEBUG unit.abot-epc-basic/0.install 35350K .......... .......... .......... .......... .......... 75% 356K 21s unit-abot-epc-basic-0: 16:50:32 DEBUG unit.abot-epc-basic/0.install 35400K .......... .......... .......... .......... .......... 75% 804K 21s unit-mysql-0: 16:50:32 DEBUG unit.mysql/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] unit-mysql-0: 16:50:32 DEBUG unit.mysql/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] unit-abot-epc-basic-0: 16:50:32 DEBUG unit.abot-epc-basic/0.install 35450K .......... .......... .......... .......... .......... 76% 298K 21s unit-abot-epc-basic-0: 16:50:32 DEBUG unit.abot-epc-basic/0.install 35500K .......... .......... .......... .......... .......... 76% 564K 21s unit-mysql-0: 16:50:32 DEBUG unit.mysql/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] unit-abot-epc-basic-0: 16:50:32 DEBUG unit.abot-epc-basic/0.install 35550K .......... .......... .......... .......... .......... 76% 595K 21s unit-mysql-0: 16:50:33 DEBUG unit.mysql/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] unit-abot-epc-basic-0: 16:50:33 DEBUG unit.abot-epc-basic/0.install 35600K .......... .......... .......... .......... .......... 76% 488K 21s unit-abot-epc-basic-0: 16:50:33 DEBUG unit.abot-epc-basic/0.install 35650K .......... .......... .......... .......... .......... 76% 512K 21s unit-mysql-0: 16:50:33 DEBUG unit.mysql/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] unit-abot-epc-basic-0: 16:50:33 DEBUG unit.abot-epc-basic/0.install 35700K .......... .......... .......... .......... .......... 76% 482K 21s unit-mysql-0: 16:50:33 DEBUG unit.mysql/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] unit-abot-epc-basic-0: 16:50:33 DEBUG unit.abot-epc-basic/0.install 35750K .......... .......... .......... .......... .......... 76% 458K 21s unit-abot-epc-basic-0: 16:50:33 DEBUG unit.abot-epc-basic/0.install 35800K .......... .......... .......... .......... .......... 76% 816K 20s unit-mysql-0: 16:50:33 DEBUG unit.mysql/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] unit-abot-epc-basic-0: 16:50:33 DEBUG unit.abot-epc-basic/0.install 35850K .......... .......... .......... .......... .......... 76% 358K 20s unit-mysql-0: 16:50:33 DEBUG unit.mysql/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] unit-mysql-0: 16:50:33 DEBUG unit.mysql/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] unit-mysql-0: 16:50:33 DEBUG unit.mysql/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] unit-abot-epc-basic-0: 16:50:33 DEBUG unit.abot-epc-basic/0.install 35900K .......... .......... .......... .......... .......... 76% 166K 20s unit-abot-epc-basic-0: 16:50:33 DEBUG unit.abot-epc-basic/0.install 35950K .......... .......... .......... .......... .......... 77% 39.2M 20s unit-abot-epc-basic-0: 16:50:33 DEBUG unit.abot-epc-basic/0.install 36000K .......... .......... .......... .......... .......... 77% 49.3M 20s unit-abot-epc-basic-0: 16:50:34 DEBUG unit.abot-epc-basic/0.install 36050K .......... .......... .......... .......... .......... 77% 509K 20s unit-mysql-0: 16:50:34 DEBUG unit.mysql/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] unit-abot-epc-basic-0: 16:50:34 DEBUG unit.abot-epc-basic/0.install 36100K .......... .......... .......... .......... .......... 77% 293K 20s unit-mysql-0: 16:50:34 DEBUG unit.mysql/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] unit-abot-epc-basic-0: 16:50:34 DEBUG unit.abot-epc-basic/0.install 36150K .......... .......... .......... .......... .......... 77% 505K 20s unit-abot-epc-basic-0: 16:50:34 DEBUG unit.abot-epc-basic/0.install 36200K .......... .......... .......... .......... .......... 77% 289K 20s unit-mysql-0: 16:50:34 DEBUG unit.mysql/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] unit-abot-epc-basic-0: 16:50:34 DEBUG unit.abot-epc-basic/0.install 36250K .......... .......... .......... .......... .......... 77% 548K 20s unit-mysql-0: 16:50:34 DEBUG unit.mysql/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] unit-abot-epc-basic-0: 16:50:34 DEBUG unit.abot-epc-basic/0.install 36300K .......... .......... .......... .......... .......... 77% 352K 20s unit-mysql-0: 16:50:34 DEBUG unit.mysql/0.install Extracting templates from packages: 61% Extracting templates from packages: 100% unit-mysql-0: 16:50:34 DEBUG unit.mysql/0.install Fetched 40.9 MB in 9s (4203 kB/s) unit-abot-epc-basic-0: 16:50:34 DEBUG unit.abot-epc-basic/0.install 36350K .......... .......... .......... .......... .......... 77% 406K 20s unit-abot-epc-basic-0: 16:50:34 DEBUG unit.abot-epc-basic/0.install 36400K .......... .......... .......... .......... .......... 78% 437K 19s unit-abot-epc-basic-0: 16:50:35 DEBUG unit.abot-epc-basic/0.install 36450K .......... .......... .......... .......... .......... 78% 442K 19s unit-abot-epc-basic-0: 16:50:35 DEBUG unit.abot-epc-basic/0.install 36500K .......... .......... .......... .......... .......... 78% 383K 19s unit-abot-epc-basic-0: 16:50:35 DEBUG unit.abot-epc-basic/0.install 36550K .......... .......... .......... .......... .......... 78% 479K 19s unit-mysql-0: 16:50:35 DEBUG unit.mysql/0.install Selecting previously unselected package libasan0:amd64. unit-abot-epc-basic-0: 16:50:35 DEBUG unit.abot-epc-basic/0.install 36600K .......... .......... .......... .......... .......... 78% 511K 19s unit-mysql-0: 16:50:35 DEBUG unit.mysql/0.install (Reading database ... 78245 files and directories currently installed.) unit-mysql-0: 16:50:35 DEBUG unit.mysql/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 16:50:35 DEBUG unit.mysql/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:50:35 DEBUG unit.abot-epc-basic/0.install 36650K .......... .......... .......... .......... .......... 78% 289K 19s unit-abot-epc-basic-0: 16:50:35 DEBUG unit.abot-epc-basic/0.install 36700K .......... .......... .......... .......... .......... 78% 521K 19s unit-abot-epc-basic-0: 16:50:35 DEBUG unit.abot-epc-basic/0.install 36750K .......... .......... .......... .......... .......... 78% 464K 19s unit-abot-epc-basic-0: 16:50:35 DEBUG unit.abot-epc-basic/0.install 36800K .......... .......... .......... .......... .......... 78% 339K 19s unit-abot-epc-basic-0: 16:50:35 DEBUG unit.abot-epc-basic/0.install 36850K .......... .......... .......... .......... .......... 79% 561K 19s unit-abot-epc-basic-0: 16:50:36 DEBUG unit.abot-epc-basic/0.install 36900K .......... .......... .......... .......... .......... 79% 478K 19s unit-abot-epc-basic-0: 16:50:36 DEBUG unit.abot-epc-basic/0.install 36950K .......... .......... .......... .......... .......... 79% 510K 18s unit-abot-epc-basic-0: 16:50:36 DEBUG unit.abot-epc-basic/0.install 37000K .......... .......... .......... .......... .......... 79% 291K 18s unit-abot-epc-basic-0: 16:50:36 DEBUG unit.abot-epc-basic/0.install 37050K .......... .......... .......... .......... .......... 79% 603K 18s unit-mysql-0: 16:50:36 DEBUG unit.mysql/0.install Selecting previously unselected package libatomic1:amd64. unit-mysql-0: 16:50:36 DEBUG unit.mysql/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 16:50:36 DEBUG unit.abot-epc-basic/0.install 37100K .......... .......... .......... .......... .......... 79% 437K 18s unit-mysql-0: 16:50:36 DEBUG unit.mysql/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:50:36 DEBUG unit.abot-epc-basic/0.install 37150K .......... .......... .......... .......... .......... 79% 437K 18s unit-abot-epc-basic-0: 16:50:36 DEBUG unit.abot-epc-basic/0.install 37200K .......... .......... .......... .......... .......... 79% 408K 18s unit-abot-epc-basic-0: 16:50:36 DEBUG unit.abot-epc-basic/0.install 37250K .......... .......... .......... .......... .......... 79% 452K 18s unit-abot-epc-basic-0: 16:50:37 DEBUG unit.abot-epc-basic/0.install 37300K .......... .......... .......... .......... .......... 79% 511K 18s unit-abot-epc-basic-0: 16:50:37 DEBUG unit.abot-epc-basic/0.install 37350K .......... .......... .......... .......... .......... 80% 361K 18s unit-abot-epc-basic-0: 16:50:37 DEBUG unit.abot-epc-basic/0.install 37400K .......... .......... .......... .......... .......... 80% 436K 18s unit-abot-epc-basic-0: 16:50:37 DEBUG unit.abot-epc-basic/0.install 37450K .......... .......... .......... .......... .......... 80% 433K 18s unit-abot-epc-basic-0: 16:50:37 DEBUG unit.abot-epc-basic/0.install 37500K .......... .......... .......... .......... .......... 80% 633K 17s unit-abot-epc-basic-0: 16:50:37 DEBUG unit.abot-epc-basic/0.install 37550K .......... .......... .......... .......... .......... 80% 512K 17s unit-abot-epc-basic-0: 16:50:37 DEBUG unit.abot-epc-basic/0.install 37600K .......... .......... .......... .......... .......... 80% 291K 17s unit-abot-epc-basic-0: 16:50:37 DEBUG unit.abot-epc-basic/0.install 37650K .......... .......... .......... .......... .......... 80% 548K 17s unit-abot-epc-basic-0: 16:50:37 DEBUG unit.abot-epc-basic/0.install 37700K .......... .......... .......... .......... .......... 80% 438K 17s unit-abot-epc-basic-0: 16:50:38 DEBUG unit.abot-epc-basic/0.install 37750K .......... .......... .......... .......... .......... 80% 473K 17s unit-abot-epc-basic-0: 16:50:38 DEBUG unit.abot-epc-basic/0.install 37800K .......... .......... .......... .......... .......... 81% 405K 17s unit-abot-epc-basic-0: 16:50:38 DEBUG unit.abot-epc-basic/0.install 37850K .......... .......... .......... .......... .......... 81% 451K 17s unit-mysql-0: 16:50:38 DEBUG unit.mysql/0.install Selecting previously unselected package libgmp10:amd64. unit-abot-epc-basic-0: 16:50:38 DEBUG unit.abot-epc-basic/0.install 37900K .......... .......... .......... .......... .......... 81% 515K 17s unit-mysql-0: 16:50:38 DEBUG unit.mysql/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-mysql-0: 16:50:38 DEBUG unit.mysql/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 16:50:38 DEBUG unit.abot-epc-basic/0.install 37950K .......... .......... .......... .......... .......... 81% 288K 17s unit-abot-epc-basic-0: 16:50:38 DEBUG unit.abot-epc-basic/0.install 38000K .......... .......... .......... .......... .......... 81% 630K 17s unit-abot-epc-basic-0: 16:50:38 DEBUG unit.abot-epc-basic/0.install 38050K .......... .......... .......... .......... .......... 81% 428K 16s unit-abot-epc-basic-0: 16:50:38 DEBUG unit.abot-epc-basic/0.install 38100K .......... .......... .......... .......... .......... 81% 438K 16s unit-abot-epc-basic-0: 16:50:38 DEBUG unit.abot-epc-basic/0.install 38150K .......... .......... .......... .......... .......... 81% 814K 16s unit-abot-epc-basic-0: 16:50:39 DEBUG unit.abot-epc-basic/0.install 38200K .......... .......... .......... .......... .......... 81% 288K 16s unit-abot-epc-basic-0: 16:50:39 DEBUG unit.abot-epc-basic/0.install 38250K .......... .......... .......... .......... .......... 82% 571K 16s unit-abot-epc-basic-0: 16:50:39 DEBUG unit.abot-epc-basic/0.install 38300K .......... .......... .......... .......... .......... 82% 433K 16s unit-abot-epc-basic-0: 16:50:39 DEBUG unit.abot-epc-basic/0.install 38350K .......... .......... .......... .......... .......... 82% 475K 16s unit-abot-epc-basic-0: 16:50:39 DEBUG unit.abot-epc-basic/0.install 38400K .......... .......... .......... .......... .......... 82% 805K 16s unit-abot-epc-basic-0: 16:50:39 DEBUG unit.abot-epc-basic/0.install 38450K .......... .......... .......... .......... .......... 82% 288K 16s unit-abot-epc-basic-0: 16:50:39 DEBUG unit.abot-epc-basic/0.install 38500K .......... .......... .......... .......... .......... 82% 574K 16s unit-mysql-0: 16:50:39 DEBUG unit.mysql/0.install Selecting previously unselected package libisl10:amd64. unit-mysql-0: 16:50:39 DEBUG unit.mysql/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:50:39 DEBUG unit.abot-epc-basic/0.install 38550K .......... .......... .......... .......... .......... 82% 434K 16s unit-abot-epc-basic-0: 16:50:39 DEBUG unit.abot-epc-basic/0.install 38600K .......... .......... .......... .......... .......... 82% 473K 15s unit-mysql-0: 16:50:39 DEBUG unit.mysql/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 16:50:39 DEBUG unit.abot-epc-basic/0.install 38650K .......... .......... .......... .......... .......... 82% 810K 15s unit-abot-epc-basic-0: 16:50:40 DEBUG unit.abot-epc-basic/0.install 38700K .......... .......... .......... .......... .......... 82% 289K 15s unit-abot-epc-basic-0: 16:50:40 DEBUG unit.abot-epc-basic/0.install 38750K .......... .......... .......... .......... .......... 83% 648K 15s unit-abot-epc-basic-0: 16:50:40 DEBUG unit.abot-epc-basic/0.install 38800K .......... .......... .......... .......... .......... 83% 424K 15s unit-abot-epc-basic-0: 16:50:40 DEBUG unit.abot-epc-basic/0.install 38850K .......... .......... .......... .......... .......... 83% 448K 15s unit-abot-epc-basic-0: 16:50:40 DEBUG unit.abot-epc-basic/0.install 38900K .......... .......... .......... .......... .......... 83% 825K 15s unit-abot-epc-basic-0: 16:50:40 DEBUG unit.abot-epc-basic/0.install 38950K .......... .......... .......... .......... .......... 83% 367K 15s unit-abot-epc-basic-0: 16:50:40 DEBUG unit.abot-epc-basic/0.install 39000K .......... .......... .......... .......... .......... 83% 639K 15s unit-abot-epc-basic-0: 16:50:40 DEBUG unit.abot-epc-basic/0.install 39050K .......... .......... .......... .......... .......... 83% 770K 15s unit-abot-epc-basic-0: 16:50:40 DEBUG unit.abot-epc-basic/0.install 39100K .......... .......... .......... .......... .......... 83% 358K 14s unit-mysql-0: 16:50:40 DEBUG unit.mysql/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-mysql-0: 16:50:40 DEBUG unit.mysql/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:50:41 DEBUG unit.abot-epc-basic/0.install 39150K .......... .......... .......... .......... .......... 83% 479K 14s unit-abot-epc-basic-0: 16:50:41 DEBUG unit.abot-epc-basic/0.install 39200K .......... .......... .......... .......... .......... 84% 598K 14s unit-mysql-0: 16:50:41 DEBUG unit.mysql/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 16:50:41 DEBUG unit.abot-epc-basic/0.install 39250K .......... .......... .......... .......... .......... 84% 447K 14s unit-abot-epc-basic-0: 16:50:41 DEBUG unit.abot-epc-basic/0.install 39300K .......... .......... .......... .......... .......... 84% 655K 14s unit-abot-epc-basic-0: 16:50:41 DEBUG unit.abot-epc-basic/0.install 39350K .......... .......... .......... .......... .......... 84% 600K 14s unit-abot-epc-basic-0: 16:50:41 DEBUG unit.abot-epc-basic/0.install 39400K .......... .......... .......... .......... .......... 84% 146K 14s unit-abot-epc-basic-0: 16:50:41 DEBUG unit.abot-epc-basic/0.install 39450K .......... .......... .......... .......... .......... 84% 52.5M 14s unit-abot-epc-basic-0: 16:50:41 DEBUG unit.abot-epc-basic/0.install 39500K .......... .......... .......... .......... .......... 84% 57.2M 14s unit-abot-epc-basic-0: 16:50:41 DEBUG unit.abot-epc-basic/0.install 39550K .......... .......... .......... .......... .......... 84% 1.26M 14s unit-abot-epc-basic-0: 16:50:41 DEBUG unit.abot-epc-basic/0.install 39600K .......... .......... .......... .......... .......... 84% 568K 14s unit-mysql-0: 16:50:42 DEBUG unit.mysql/0.install Selecting previously unselected package libgomp1:amd64. unit-mysql-0: 16:50:42 DEBUG unit.mysql/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 16:50:42 DEBUG unit.mysql/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:50:42 DEBUG unit.abot-epc-basic/0.install 39650K .......... .......... .......... .......... .......... 85% 121K 13s unit-abot-epc-basic-0: 16:50:42 DEBUG unit.abot-epc-basic/0.install 39700K .......... .......... .......... .......... .......... 85% 56.5M 13s unit-abot-epc-basic-0: 16:50:42 DEBUG unit.abot-epc-basic/0.install 39750K .......... .......... .......... .......... .......... 85% 51.0M 13s unit-abot-epc-basic-0: 16:50:42 DEBUG unit.abot-epc-basic/0.install 39800K .......... .......... .......... .......... .......... 85% 159K 13s unit-abot-epc-basic-0: 16:50:42 DEBUG unit.abot-epc-basic/0.install 39850K .......... .......... .......... .......... .......... 85% 58.3M 13s unit-abot-epc-basic-0: 16:50:42 DEBUG unit.abot-epc-basic/0.install 39900K .......... .......... .......... .......... .......... 85% 697K 13s unit-abot-epc-basic-0: 16:50:42 DEBUG unit.abot-epc-basic/0.install 39950K .......... .......... .......... .......... .......... 85% 254K 13s unit-abot-epc-basic-0: 16:50:43 DEBUG unit.abot-epc-basic/0.install 40000K .......... .......... .......... .......... .......... 85% 218K 13s unit-mysql-0: 16:50:43 DEBUG unit.mysql/0.install Selecting previously unselected package libitm1:amd64. unit-mysql-0: 16:50:43 DEBUG unit.mysql/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 16:50:43 DEBUG unit.abot-epc-basic/0.install 40050K .......... .......... .......... .......... .......... 85% 411K 13s unit-mysql-0: 16:50:43 DEBUG unit.mysql/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:50:43 DEBUG unit.abot-epc-basic/0.install 40100K .......... .......... .......... .......... .......... 85% 258K 13s unit-abot-epc-basic-0: 16:50:43 DEBUG unit.abot-epc-basic/0.install 40150K .......... .......... .......... .......... .......... 86% 220K 13s unit-abot-epc-basic-0: 16:50:43 DEBUG unit.abot-epc-basic/0.install 40200K .......... .......... .......... .......... .......... 86% 399K 12s unit-abot-epc-basic-0: 16:50:44 DEBUG unit.abot-epc-basic/0.install 40250K .......... .......... .......... .......... .......... 86% 116K 12s unit-abot-epc-basic-0: 16:50:44 DEBUG unit.abot-epc-basic/0.install 40300K .......... .......... .......... .......... .......... 86% 53.6M 12s unit-abot-epc-basic-0: 16:50:44 DEBUG unit.abot-epc-basic/0.install 40350K .......... .......... .......... .......... .......... 86% 311K 12s unit-mysql-0: 16:50:44 DEBUG unit.mysql/0.install Selecting previously unselected package libmpfr4:amd64. unit-mysql-0: 16:50:44 DEBUG unit.mysql/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-mysql-0: 16:50:44 DEBUG unit.mysql/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 16:50:44 DEBUG unit.abot-epc-basic/0.install 40400K .......... .......... .......... .......... .......... 86% 226K 12s unit-abot-epc-basic-0: 16:50:44 DEBUG unit.abot-epc-basic/0.install 40450K .......... .......... .......... .......... .......... 86% 260K 12s unit-abot-epc-basic-0: 16:50:45 DEBUG unit.abot-epc-basic/0.install 40500K .......... .......... .......... .......... .......... 86% 206K 12s unit-abot-epc-basic-0: 16:50:45 DEBUG unit.abot-epc-basic/0.install 40550K .......... .......... .......... .......... .......... 86% 192K 12s unit-abot-epc-basic-0: 16:50:45 DEBUG unit.abot-epc-basic/0.install 40600K .......... .......... .......... .......... .......... 87% 211K 12s unit-mysql-0: 16:50:45 DEBUG unit.mysql/0.install Selecting previously unselected package libquadmath0:amd64. unit-mysql-0: 16:50:45 DEBUG unit.mysql/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 16:50:45 DEBUG unit.abot-epc-basic/0.install 40650K .......... .......... .......... .......... .......... 87% 326K 12s unit-mysql-0: 16:50:45 DEBUG unit.mysql/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:50:46 DEBUG unit.abot-epc-basic/0.install 40700K .......... .......... .......... .......... .......... 87% 116K 12s unit-abot-epc-basic-0: 16:50:46 DEBUG unit.abot-epc-basic/0.install 40750K .......... .......... .......... .......... .......... 87% 35.3M 12s unit-abot-epc-basic-0: 16:50:46 DEBUG unit.abot-epc-basic/0.install 40800K .......... .......... .......... .......... .......... 87% 185K 12s unit-abot-epc-basic-0: 16:50:46 DEBUG unit.abot-epc-basic/0.install 40850K .......... .......... .......... .......... .......... 87% 184K 11s unit-mysql-0: 16:50:46 DEBUG unit.mysql/0.install Selecting previously unselected package libtsan0:amd64. unit-mysql-0: 16:50:46 DEBUG unit.mysql/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 16:50:46 DEBUG unit.mysql/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:50:46 DEBUG unit.abot-epc-basic/0.install 40900K .......... .......... .......... .......... .......... 87% 189K 11s unit-abot-epc-basic-0: 16:50:47 DEBUG unit.abot-epc-basic/0.install 40950K .......... .......... .......... .......... .......... 87% 211K 11s unit-abot-epc-basic-0: 16:50:47 DEBUG unit.abot-epc-basic/0.install 41000K .......... .......... .......... .......... .......... 87% 321K 11s unit-abot-epc-basic-0: 16:50:47 DEBUG unit.abot-epc-basic/0.install 41050K .......... .......... .......... .......... .......... 88% 261K 11s unit-mysql-0: 16:50:47 DEBUG unit.mysql/0.install Selecting previously unselected package libmpc3:amd64. unit-mysql-0: 16:50:47 DEBUG unit.mysql/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-mysql-0: 16:50:47 DEBUG unit.mysql/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:50:47 DEBUG unit.abot-epc-basic/0.install 41100K .......... .......... .......... .......... .......... 88% 207K 11s unit-abot-epc-basic-0: 16:50:48 DEBUG unit.abot-epc-basic/0.install 41150K .......... .......... .......... .......... .......... 88% 186K 11s unit-abot-epc-basic-0: 16:50:48 DEBUG unit.abot-epc-basic/0.install 41200K .......... .......... .......... .......... .......... 88% 217K 11s unit-mysql-0: 16:50:48 DEBUG unit.mysql/0.install Selecting previously unselected package binutils. unit-mysql-0: 16:50:48 DEBUG unit.mysql/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-abot-epc-basic-0: 16:50:48 DEBUG unit.abot-epc-basic/0.install 41250K .......... .......... .......... .......... .......... 88% 430K 11s unit-mysql-0: 16:50:48 DEBUG unit.mysql/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 16:50:48 DEBUG unit.abot-epc-basic/0.install 41300K .......... .......... .......... .......... .......... 88% 217K 11s unit-abot-epc-basic-0: 16:50:48 DEBUG unit.abot-epc-basic/0.install 41350K .......... .......... .......... .......... .......... 88% 208K 11s unit-abot-epc-basic-0: 16:50:49 DEBUG unit.abot-epc-basic/0.install 41400K .......... .......... .......... .......... .......... 88% 194K 11s unit-abot-epc-basic-0: 16:50:49 DEBUG unit.abot-epc-basic/0.install 41450K .......... .......... .......... .......... .......... 88% 408K 10s unit-abot-epc-basic-0: 16:50:49 DEBUG unit.abot-epc-basic/0.install 41500K .......... .......... .......... .......... .......... 88% 257K 10s unit-mysql-0: 16:50:49 DEBUG unit.mysql/0.install Selecting previously unselected package libc-dev-bin. unit-mysql-0: 16:50:49 DEBUG unit.mysql/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-mysql-0: 16:50:49 DEBUG unit.mysql/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 16:50:49 DEBUG unit.abot-epc-basic/0.install 41550K .......... .......... .......... .......... .......... 89% 209K 10s unit-abot-epc-basic-0: 16:50:49 DEBUG unit.abot-epc-basic/0.install 41600K .......... .......... .......... .......... .......... 89% 193K 10s unit-abot-epc-basic-0: 16:50:50 DEBUG unit.abot-epc-basic/0.install 41650K .......... .......... .......... .......... .......... 89% 391K 10s unit-abot-epc-basic-0: 16:50:50 DEBUG unit.abot-epc-basic/0.install 41700K .......... .......... .......... .......... .......... 89% 258K 10s unit-mysql-0: 16:50:50 DEBUG unit.mysql/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-mysql-0: 16:50:50 DEBUG unit.mysql/0.install Preparing to unpack .../linux-libc-dev_3.13.0-160.210_amd64.deb ... unit-abot-epc-basic-0: 16:50:50 DEBUG unit.abot-epc-basic/0.install 41750K .......... .......... .......... .......... .......... 89% 208K 10s unit-mysql-0: 16:50:50 DEBUG unit.mysql/0.install Unpacking linux-libc-dev:amd64 (3.13.0-160.210) ... unit-abot-epc-basic-0: 16:50:50 DEBUG unit.abot-epc-basic/0.install 41800K .......... .......... .......... .......... .......... 89% 196K 10s unit-abot-epc-basic-0: 16:50:50 DEBUG unit.abot-epc-basic/0.install 41850K .......... .......... .......... .......... .......... 89% 355K 10s unit-mysql-0: 16:50:51 DEBUG unit.mysql/0.install Selecting previously unselected package libc6-dev:amd64. unit-mysql-0: 16:50:51 DEBUG unit.mysql/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-mysql-0: 16:50:51 DEBUG unit.mysql/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 16:50:51 DEBUG unit.abot-epc-basic/0.install 41900K .......... .......... .......... .......... .......... 89% 241K 10s unit-abot-epc-basic-0: 16:50:51 DEBUG unit.abot-epc-basic/0.install 41950K .......... .......... .......... .......... .......... 89% 236K 10s unit-abot-epc-basic-0: 16:50:51 DEBUG unit.abot-epc-basic/0.install 42000K .......... .......... .......... .......... .......... 90% 224K 9s unit-abot-epc-basic-0: 16:50:51 DEBUG unit.abot-epc-basic/0.install 42050K .......... .......... .......... .......... .......... 90% 326K 9s unit-abot-epc-basic-0: 16:50:51 DEBUG unit.abot-epc-basic/0.install 42100K .......... .......... .......... .......... .......... 90% 259K 9s unit-mysql-0: 16:50:51 DEBUG unit.mysql/0.install Selecting previously unselected package cpp-4.8. unit-mysql-0: 16:50:51 DEBUG unit.mysql/0.install Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 16:50:51 DEBUG unit.mysql/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:50:52 DEBUG unit.abot-epc-basic/0.install 42150K .......... .......... .......... .......... .......... 90% 215K 9s unit-abot-epc-basic-0: 16:50:52 DEBUG unit.abot-epc-basic/0.install 42200K .......... .......... .......... .......... .......... 90% 410K 9s unit-abot-epc-basic-0: 16:50:52 DEBUG unit.abot-epc-basic/0.install 42250K .......... .......... .......... .......... .......... 90% 264K 9s unit-abot-epc-basic-0: 16:50:52 DEBUG unit.abot-epc-basic/0.install 42300K .......... .......... .......... .......... .......... 90% 219K 9s unit-abot-epc-basic-0: 16:50:52 DEBUG unit.abot-epc-basic/0.install 42350K .......... .......... .......... .......... .......... 90% 411K 9s unit-mysql-0: 16:50:52 DEBUG unit.mysql/0.install Selecting previously unselected package cpp. unit-mysql-0: 16:50:52 DEBUG unit.mysql/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 16:50:52 DEBUG unit.mysql/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 16:50:52 DEBUG unit.abot-epc-basic/0.install 42400K .......... .......... .......... .......... .......... 90% 312K 9s unit-abot-epc-basic-0: 16:50:53 DEBUG unit.abot-epc-basic/0.install 42450K .......... .......... .......... .......... .......... 91% 385K 9s unit-mysql-0: 16:50:53 DEBUG unit.mysql/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-mysql-0: 16:50:53 DEBUG unit.mysql/0.install Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 16:50:53 DEBUG unit.mysql/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:50:53 DEBUG unit.abot-epc-basic/0.install 42500K .......... .......... .......... .......... .......... 91% 327K 9s unit-abot-epc-basic-0: 16:50:53 DEBUG unit.abot-epc-basic/0.install 42550K .......... .......... .......... .......... .......... 91% 326K 8s unit-abot-epc-basic-0: 16:50:53 DEBUG unit.abot-epc-basic/0.install 42600K .......... .......... .......... .......... .......... 91% 356K 8s unit-mysql-0: 16:50:53 DEBUG unit.mysql/0.install Selecting previously unselected package gcc-4.8. unit-mysql-0: 16:50:53 DEBUG unit.mysql/0.install Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 16:50:53 DEBUG unit.abot-epc-basic/0.install 42650K .......... .......... .......... .......... .......... 91% 380K 8s unit-mysql-0: 16:50:53 DEBUG unit.mysql/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:50:53 DEBUG unit.abot-epc-basic/0.install 42700K .......... .......... .......... .......... .......... 91% 357K 8s unit-abot-epc-basic-0: 16:50:53 DEBUG unit.abot-epc-basic/0.install 42750K .......... .......... .......... .......... .......... 91% 380K 8s unit-abot-epc-basic-0: 16:50:54 DEBUG unit.abot-epc-basic/0.install 42800K .......... .......... .......... .......... .......... 91% 426K 8s unit-abot-epc-basic-0: 16:50:54 DEBUG unit.abot-epc-basic/0.install 42850K .......... .......... .......... .......... .......... 91% 481K 8s unit-abot-epc-basic-0: 16:50:54 DEBUG unit.abot-epc-basic/0.install 42900K .......... .......... .......... .......... .......... 91% 319K 8s unit-abot-epc-basic-0: 16:50:54 DEBUG unit.abot-epc-basic/0.install 42950K .......... .......... .......... .......... .......... 92% 678K 8s unit-abot-epc-basic-0: 16:50:54 DEBUG unit.abot-epc-basic/0.install 43000K .......... .......... .......... .......... .......... 92% 377K 8s unit-abot-epc-basic-0: 16:50:54 DEBUG unit.abot-epc-basic/0.install 43050K .......... .......... .......... .......... .......... 92% 642K 7s unit-mysql-0: 16:50:54 DEBUG unit.mysql/0.install Selecting previously unselected package gcc. unit-mysql-0: 16:50:54 DEBUG unit.mysql/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 16:50:54 DEBUG unit.abot-epc-basic/0.install 43100K .......... .......... .......... .......... .......... 92% 495K 7s unit-mysql-0: 16:50:54 DEBUG unit.mysql/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 16:50:54 DEBUG unit.abot-epc-basic/0.install 43150K .......... .......... .......... .......... .......... 92% 333K 7s unit-abot-epc-basic-0: 16:50:54 DEBUG unit.abot-epc-basic/0.install 43200K .......... .......... .......... .......... .......... 92% 1.16M 7s unit-mysql-0: 16:50:54 DEBUG unit.mysql/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-mysql-0: 16:50:54 DEBUG unit.mysql/0.install Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 16:50:54 DEBUG unit.mysql/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:50:54 DEBUG unit.abot-epc-basic/0.install 43250K .......... .......... .......... .......... .......... 92% 518K 7s unit-abot-epc-basic-0: 16:50:55 DEBUG unit.abot-epc-basic/0.install 43300K .......... .......... .......... .......... .......... 92% 375K 7s unit-abot-epc-basic-0: 16:50:55 DEBUG unit.abot-epc-basic/0.install 43350K .......... .......... .......... .......... .......... 92% 1.17M 7s unit-abot-epc-basic-0: 16:50:55 DEBUG unit.abot-epc-basic/0.install 43400K .......... .......... .......... .......... .......... 93% 621K 7s unit-abot-epc-basic-0: 16:50:55 DEBUG unit.abot-epc-basic/0.install 43450K .......... .......... .......... .......... .......... 93% 517K 7s unit-abot-epc-basic-0: 16:50:55 DEBUG unit.abot-epc-basic/0.install 43500K .......... .......... .......... .......... .......... 93% 684K 6s unit-abot-epc-basic-0: 16:50:55 DEBUG unit.abot-epc-basic/0.install 43550K .......... .......... .......... .......... .......... 93% 502K 6s unit-abot-epc-basic-0: 16:50:55 DEBUG unit.abot-epc-basic/0.install 43600K .......... .......... .......... .......... .......... 93% 914K 6s unit-abot-epc-basic-0: 16:50:55 DEBUG unit.abot-epc-basic/0.install 43650K .......... .......... .......... .......... .......... 93% 456K 6s unit-abot-epc-basic-0: 16:50:55 DEBUG unit.abot-epc-basic/0.install 43700K .......... .......... .......... .......... .......... 93% 1.54M 6s unit-abot-epc-basic-0: 16:50:55 DEBUG unit.abot-epc-basic/0.install 43750K .......... .......... .......... .......... .......... 93% 643K 6s unit-abot-epc-basic-0: 16:50:55 DEBUG unit.abot-epc-basic/0.install 43800K .......... .......... .......... .......... .......... 93% 916K 6s unit-abot-epc-basic-0: 16:50:55 DEBUG unit.abot-epc-basic/0.install 43850K .......... .......... .......... .......... .......... 94% 458K 6s unit-abot-epc-basic-0: 16:50:55 DEBUG unit.abot-epc-basic/0.install 43900K .......... .......... .......... .......... .......... 94% 1.33M 6s unit-abot-epc-basic-0: 16:50:56 DEBUG unit.abot-epc-basic/0.install 43950K .......... .......... .......... .......... .......... 94% 697K 6s unit-abot-epc-basic-0: 16:50:56 DEBUG unit.abot-epc-basic/0.install 44000K .......... .......... .......... .......... .......... 94% 945K 5s unit-mysql-0: 16:50:56 DEBUG unit.mysql/0.install Selecting previously unselected package g++-4.8. unit-mysql-0: 16:50:56 DEBUG unit.mysql/0.install Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 16:50:56 DEBUG unit.mysql/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:50:56 DEBUG unit.abot-epc-basic/0.install 44050K .......... .......... .......... .......... .......... 94% 136K 5s unit-abot-epc-basic-0: 16:50:56 DEBUG unit.abot-epc-basic/0.install 44100K .......... .......... .......... .......... .......... 94% 52.5M 5s unit-abot-epc-basic-0: 16:50:56 DEBUG unit.abot-epc-basic/0.install 44150K .......... .......... .......... .......... .......... 94% 60.8M 5s unit-abot-epc-basic-0: 16:50:56 DEBUG unit.abot-epc-basic/0.install 44200K .......... .......... .......... .......... .......... 94% 59.1M 5s unit-abot-epc-basic-0: 16:50:56 DEBUG unit.abot-epc-basic/0.install 44250K .......... .......... .......... .......... .......... 94% 59.5M 5s unit-abot-epc-basic-0: 16:50:56 DEBUG unit.abot-epc-basic/0.install 44300K .......... .......... .......... .......... .......... 94% 2.94M 5s unit-abot-epc-basic-0: 16:50:56 DEBUG unit.abot-epc-basic/0.install 44350K .......... .......... .......... .......... .......... 95% 496K 5s unit-abot-epc-basic-0: 16:50:56 DEBUG unit.abot-epc-basic/0.install 44400K .......... .......... .......... .......... .......... 95% 536K 5s unit-abot-epc-basic-0: 16:50:56 DEBUG unit.abot-epc-basic/0.install 44450K .......... .......... .......... .......... .......... 95% 716K 4s unit-abot-epc-basic-0: 16:50:56 DEBUG unit.abot-epc-basic/0.install 44500K .......... .......... .......... .......... .......... 95% 808K 4s unit-abot-epc-basic-0: 16:50:56 DEBUG unit.abot-epc-basic/0.install 44550K .......... .......... .......... .......... .......... 95% 508K 4s unit-abot-epc-basic-0: 16:50:56 DEBUG unit.abot-epc-basic/0.install 44600K .......... .......... .......... .......... .......... 95% 502K 4s unit-abot-epc-basic-0: 16:50:56 DEBUG unit.abot-epc-basic/0.install 44650K .......... .......... .......... .......... .......... 95% 2.57M 4s unit-abot-epc-basic-0: 16:50:57 DEBUG unit.abot-epc-basic/0.install 44700K .......... .......... .......... .......... .......... 95% 495K 4s unit-mysql-0: 16:50:57 DEBUG unit.mysql/0.install Selecting previously unselected package g++. unit-mysql-0: 16:50:57 DEBUG unit.mysql/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 16:50:57 DEBUG unit.mysql/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 16:50:57 DEBUG unit.abot-epc-basic/0.install 44750K .......... .......... .......... .......... .......... 95% 151K 4s unit-abot-epc-basic-0: 16:50:57 DEBUG unit.abot-epc-basic/0.install 44800K .......... .......... .......... .......... .......... 96% 56.3M 4s unit-abot-epc-basic-0: 16:50:57 DEBUG unit.abot-epc-basic/0.install 44850K .......... .......... .......... .......... .......... 96% 53.9M 4s unit-abot-epc-basic-0: 16:50:57 DEBUG unit.abot-epc-basic/0.install 44900K .......... .......... .......... .......... .......... 96% 59.6M 4s unit-abot-epc-basic-0: 16:50:57 DEBUG unit.abot-epc-basic/0.install 44950K .......... .......... .......... .......... .......... 96% 671K 3s unit-abot-epc-basic-0: 16:50:57 DEBUG unit.abot-epc-basic/0.install 45000K .......... .......... .......... .......... .......... 96% 1.41M 3s unit-mysql-0: 16:50:57 DEBUG unit.mysql/0.install Selecting previously unselected package make. unit-mysql-0: 16:50:57 DEBUG unit.mysql/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-mysql-0: 16:50:57 DEBUG unit.mysql/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-abot-epc-basic-0: 16:50:57 DEBUG unit.abot-epc-basic/0.install 45050K .......... .......... .......... .......... .......... 96% 328K 3s unit-abot-epc-basic-0: 16:50:57 DEBUG unit.abot-epc-basic/0.install 45100K .......... .......... .......... .......... .......... 96% 501K 3s unit-abot-epc-basic-0: 16:50:57 DEBUG unit.abot-epc-basic/0.install 45150K .......... .......... .......... .......... .......... 96% 1002K 3s unit-mysql-0: 16:50:57 DEBUG unit.mysql/0.install Selecting previously unselected package libdpkg-perl. unit-mysql-0: 16:50:57 DEBUG unit.mysql/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-abot-epc-basic-0: 16:50:57 DEBUG unit.abot-epc-basic/0.install 45200K .......... .......... .......... .......... .......... 96% 405K 3s unit-mysql-0: 16:50:57 DEBUG unit.mysql/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 16:50:58 DEBUG unit.abot-epc-basic/0.install 45250K .......... .......... .......... .......... .......... 97% 464K 3s unit-abot-epc-basic-0: 16:50:58 DEBUG unit.abot-epc-basic/0.install 45300K .......... .......... .......... .......... .......... 97% 688K 3s unit-abot-epc-basic-0: 16:50:58 DEBUG unit.abot-epc-basic/0.install 45350K .......... .......... .......... .......... .......... 97% 491K 3s unit-mysql-0: 16:50:58 DEBUG unit.mysql/0.install Selecting previously unselected package dpkg-dev. unit-mysql-0: 16:50:58 DEBUG unit.mysql/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-mysql-0: 16:50:58 DEBUG unit.mysql/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 16:50:58 DEBUG unit.abot-epc-basic/0.install 45400K .......... .......... .......... .......... .......... 97% 511K 3s unit-abot-epc-basic-0: 16:50:58 DEBUG unit.abot-epc-basic/0.install 45450K .......... .......... .......... .......... .......... 97% 462K 2s unit-abot-epc-basic-0: 16:50:58 DEBUG unit.abot-epc-basic/0.install 45500K .......... .......... .......... .......... .......... 97% 757K 2s unit-abot-epc-basic-0: 16:50:58 DEBUG unit.abot-epc-basic/0.install 45550K .......... .......... .......... .......... .......... 97% 505K 2s unit-abot-epc-basic-0: 16:50:58 DEBUG unit.abot-epc-basic/0.install 45600K .......... .......... .......... .......... .......... 97% 467K 2s unit-abot-epc-basic-0: 16:50:58 DEBUG unit.abot-epc-basic/0.install 45650K .......... .......... .......... .......... .......... 97% 756K 2s unit-abot-epc-basic-0: 16:50:58 DEBUG unit.abot-epc-basic/0.install 45700K .......... .......... .......... .......... .......... 97% 509K 2s unit-abot-epc-basic-0: 16:50:59 DEBUG unit.abot-epc-basic/0.install 45750K .......... .......... .......... .......... .......... 98% 465K 2s unit-mysql-0: 16:50:59 DEBUG unit.mysql/0.install Selecting previously unselected package build-essential. unit-mysql-0: 16:50:59 DEBUG unit.mysql/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 16:50:59 DEBUG unit.abot-epc-basic/0.install 45800K .......... .......... .......... .......... .......... 98% 761K 2s unit-mysql-0: 16:50:59 DEBUG unit.mysql/0.install Unpacking build-essential (11.6ubuntu6) ... unit-abot-epc-basic-0: 16:50:59 DEBUG unit.abot-epc-basic/0.install 45850K .......... .......... .......... .......... .......... 98% 511K 2s unit-abot-epc-basic-0: 16:50:59 DEBUG unit.abot-epc-basic/0.install 45900K .......... .......... .......... .......... .......... 98% 179K 2s unit-abot-epc-basic-0: 16:50:59 DEBUG unit.abot-epc-basic/0.install 45950K .......... .......... .......... .......... .......... 98% 51.4M 1s unit-abot-epc-basic-0: 16:50:59 DEBUG unit.abot-epc-basic/0.install 46000K .......... .......... .......... .......... .......... 98% 56.3M 1s unit-abot-epc-basic-0: 16:50:59 DEBUG unit.abot-epc-basic/0.install 46050K .......... .......... .......... .......... .......... 98% 498K 1s unit-abot-epc-basic-0: 16:50:59 DEBUG unit.abot-epc-basic/0.install 46100K .......... .......... .......... .......... .......... 98% 361K 1s unit-abot-epc-basic-0: 16:50:59 DEBUG unit.abot-epc-basic/0.install 46150K .......... .......... .......... .......... .......... 98% 755K 1s unit-abot-epc-basic-0: 16:50:59 DEBUG unit.abot-epc-basic/0.install 46200K .......... .......... .......... .......... .......... 99% 370K 1s unit-abot-epc-basic-0: 16:50:59 DEBUG unit.abot-epc-basic/0.install 46250K .......... .......... .......... .......... .......... 99% 493K 1s unit-abot-epc-basic-0: 16:51:00 DEBUG unit.abot-epc-basic/0.install 46300K .......... .......... .......... .......... .......... 99% 322K 1s unit-mysql-0: 16:51:00 DEBUG unit.mysql/0.install Selecting previously unselected package libfakeroot:amd64. unit-abot-epc-basic-0: 16:51:00 DEBUG unit.abot-epc-basic/0.install 46350K .......... .......... .......... .......... .......... 99% 452K 1s unit-mysql-0: 16:51:00 DEBUG unit.mysql/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 16:51:00 DEBUG unit.mysql/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 16:51:00 DEBUG unit.abot-epc-basic/0.install 46400K .......... .......... .......... .......... .......... 99% 460K 0s unit-abot-epc-basic-0: 16:51:00 DEBUG unit.abot-epc-basic/0.install 46450K .......... .......... .......... .......... .......... 99% 361K 0s unit-abot-epc-basic-0: 16:51:00 DEBUG unit.abot-epc-basic/0.install 46500K .......... .......... .......... .......... .......... 99% 1.53M 0s unit-abot-epc-basic-0: 16:51:00 DEBUG unit.abot-epc-basic/0.install 46550K .......... .......... .......... .......... .......... 99% 307K 0s unit-abot-epc-basic-0: 16:51:00 DEBUG unit.abot-epc-basic/0.install 46600K .......... .......... .......... .......... .......... 99% 471K 0s unit-abot-epc-basic-0: 16:51:00 DEBUG unit.abot-epc-basic/0.install 46650K .......... .......... .......... .......... .. 100% 410K=95s unit-abot-epc-basic-0: 16:51:00 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:51:00 DEBUG unit.abot-epc-basic/0.install 2018-10-04 16:51:00 (491 KB/s) - '/var/lib/abot-functest-basic/payload/abot-functest-basic_3.1.1_all.deb' saved [47812762/47812762] unit-abot-epc-basic-0: 16:51:00 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:51:00 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Download Debian abot-functest-basic_3.1.1_all.deb >> unit-abot-epc-basic-0: 16:51:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package abot-epc-basic. unit-abot-epc-basic-0: 16:51:01 DEBUG unit.abot-epc-basic/0.install (Reading database ... 85397 files and directories currently installed.) unit-abot-epc-basic-0: 16:51:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../abot-functest-basic_3.1.1_all.deb ... unit-abot-epc-basic-0: 16:51:01 DEBUG unit.abot-epc-basic/0.install Unpacking abot-epc-basic (3.1.1) ... unit-mysql-0: 16:51:01 DEBUG unit.mysql/0.install Selecting previously unselected package fakeroot. unit-mysql-0: 16:51:01 DEBUG unit.mysql/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 16:51:01 DEBUG unit.mysql/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-mysql-0: 16:51:02 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-mysql-0: 16:51:02 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-mysql-0: 16:51:02 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-mysql-0: 16:51:03 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-mysql-0: 16:51:03 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-mysql-0: 16:51:03 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-abot-epc-basic-0: 16:51:03 DEBUG unit.abot-epc-basic/0.install dpkg: dependency problems prevent configuration of abot-epc-basic: unit-abot-epc-basic-0: 16:51:03 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on maven; however: unit-abot-epc-basic-0: 16:51:03 DEBUG unit.abot-epc-basic/0.install Package maven is not installed. unit-abot-epc-basic-0: 16:51:03 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on apache2; however: unit-abot-epc-basic-0: 16:51:03 DEBUG unit.abot-epc-basic/0.install Package apache2 is not installed. unit-abot-epc-basic-0: 16:51:03 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on python-pip; however: unit-abot-epc-basic-0: 16:51:03 DEBUG unit.abot-epc-basic/0.install Package python-pip is not installed. unit-abot-epc-basic-0: 16:51:03 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:51:03 DEBUG unit.abot-epc-basic/0.install dpkg: error processing package abot-epc-basic (--install): unit-abot-epc-basic-0: 16:51:03 DEBUG unit.abot-epc-basic/0.install dependency problems - leaving unconfigured unit-abot-epc-basic-0: 16:51:03 DEBUG unit.abot-epc-basic/0.install Errors were encountered while processing: unit-abot-epc-basic-0: 16:51:03 DEBUG unit.abot-epc-basic/0.install abot-epc-basic unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install Correcting dependencies... Done unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install build-essential cpp cpp-5 dpkg-dev fakeroot g++ g++-5 gcc gcc-5 junit junit4 unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libxom-java libxpp2-java libxpp3-java linux-libc-dev make manpages-dev maven unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install ant-doc ant-gcj ant-optional-gcj antlr javacc jython libbcel-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libbsf-java libgnumail-java libjdepend-java liboro-java libregexp-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install binutils-doc cpp-doc gcc-5-locales debian-keyring g++-multilib unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install g++-5-multilib gcc-5-doc libstdc++6-5-dbg gcc-multilib autoconf automake unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libtool flex bison gdb gcc-doc gcc-5-multilib libgcc1-dbg libgomp1-dbg unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libubsan0-dbg libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg junit-doc unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libaopalliance-java-doc libatinject-jsr330-api-java-doc glibc-doc unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libclassworlds-java-doc libcommons-httpclient-java-doc unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libcommons-io-java-doc libcommons-lang-java-doc libcommons-lang3-java-doc unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libavalon-framework-java libcommons-logging-java-doc unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libexcalibur-logkit-java libcommons-net-java-doc libcommons-net2-java-doc unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libdom4j-java-doc libeasymock-java-doc libcglib-java libjaxp1.3-java-gcj unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libjdom1-java-doc jetty libjetty-java-doc libjsoup-java-doc unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libjsr305-java-doc liblog4j1.2-java-doc libobjenesis-java-doc unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libplexus-cipher-java-doc libplexus-classworlds-java-doc unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java-doc libplexus-cli-java-doc unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java-doc libplexus-interactivity-api-java-doc unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libplexus-interpolation-java-doc libplexus-sec-dispatcher-java-doc unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libplexus-utils-java-doc libplexus-utils2-java-doc libqdox2-java-doc testng unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libstdc++-5-doc libwagon-java-doc libxalan2-java-doc libxsltc-java groovy2 unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libequinox-osgi-java libosgi-compendium-java libosgi-core-java libqdox-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libspring-beans-java libspring-context-java libspring-core-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libspring-web-java libxerces2-java-doc libxerces2-java-gcj unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libxml-commons-resolver1.1-java-doc libxom-java-doc make-doc python-doc unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install python-tk python-setuptools-doc python2.7-doc binfmt-support unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install openssl-blacklist unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install build-essential cpp cpp-5 dpkg-dev fakeroot g++ g++-5 gcc gcc-5 junit junit4 unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install libxom-java libxpp2-java libxpp3-java linux-libc-dev make manpages-dev maven unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-mysql-0: 16:51:04 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-mysql-0: 16:51:04 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-mysql-0: 16:51:04 DEBUG unit.mysql/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 147 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install 1 not fully installed or removed. unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install Need to get 102 MB of archives. unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install After this operation, 255 MB of additional disk space will be used. unit-abot-epc-basic-0: 16:51:04 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-codec-java all 1.10-1 [232 kB] unit-mysql-0: 16:51:05 DEBUG unit.mysql/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-mysql-0: 16:51:05 DEBUG unit.mysql/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-abot-epc-basic-0: 16:51:05 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libapache-pom-java all 10-2build1 [4022 B] unit-mysql-0: 16:51:05 DEBUG unit.mysql/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 16:51:05 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-parent-java all 39-3 [9380 B] unit-abot-epc-basic-0: 16:51:05 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-logging-java all 1.2-1+build1 [59.5 kB] unit-abot-epc-basic-0: 16:51:05 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhttpcore-java all 4.4.4-1 [573 kB] unit-abot-epc-basic-0: 16:51:05 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhttpclient-java all 4.5.1-1 [694 kB] unit-abot-epc-basic-0: 16:51:05 DEBUG unit.abot-epc-basic/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libslf4j-java all 1.7.14-3 [124 kB] unit-abot-epc-basic-0: 16:51:06 DEBUG unit.abot-epc-basic/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-httpclient-java all 3.1-12 [279 kB] unit-abot-epc-basic-0: 16:51:06 DEBUG unit.abot-epc-basic/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-io-java all 2.4-2 [176 kB] unit-abot-epc-basic-0: 16:51:06 DEBUG unit.abot-epc-basic/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-net2-java all 2.2-2 [194 kB] unit-abot-epc-basic-0: 16:51:06 DEBUG unit.abot-epc-basic/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsch-java all 0.1.53-1ubuntu1 [267 kB] unit-abot-epc-basic-0: 16:51:06 DEBUG unit.abot-epc-basic/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsoup-java all 1.8.3-1 [298 kB] unit-mysql-0: 16:51:06 DEBUG unit.mysql/0.install Selecting previously unselected package manpages-dev. unit-abot-epc-basic-0: 16:51:06 DEBUG unit.abot-epc-basic/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatinject-jsr330-api-java all 1.0+ds1-2 [22.7 kB] unit-mysql-0: 16:51:06 DEBUG unit.mysql/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:51:06 DEBUG unit.abot-epc-basic/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsr305-java all 0.1~+svn49-9 [26.4 kB] unit-mysql-0: 16:51:06 DEBUG unit.mysql/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 16:51:06 DEBUG unit.abot-epc-basic/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libguava-java all 19.0-1 [2028 kB] unit-abot-epc-basic-0: 16:51:06 DEBUG unit.abot-epc-basic/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-classworlds-java all 1.5.0-5 [49.2 kB] unit-abot-epc-basic-0: 16:51:06 DEBUG unit.abot-epc-basic/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjaxp1.3-java all 1.3.05-2ubuntu3 [450 kB] unit-abot-epc-basic-0: 16:51:07 DEBUG unit.abot-epc-basic/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-commons-resolver1.1-java all 1.2-7build1 [91.6 kB] unit-abot-epc-basic-0: 16:51:07 DEBUG unit.abot-epc-basic/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-commons-external-java all 1.4.01-2build1 [245 kB] unit-abot-epc-basic-0: 16:51:07 DEBUG unit.abot-epc-basic/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxerces2-java all 2.11.0-7 [1362 kB] unit-abot-epc-basic-0: 16:51:07 DEBUG unit.abot-epc-basic/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxalan2-java all 2.7.1-9 [3166 kB] unit-abot-epc-basic-0: 16:51:07 DEBUG unit.abot-epc-basic/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-interpolation-java all 1.21-1 [61.3 kB] unit-abot-epc-basic-0: 16:51:07 DEBUG unit.abot-epc-basic/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-utils-java all 1:1.5.15-4 [210 kB] unit-abot-epc-basic-0: 16:51:07 DEBUG unit.abot-epc-basic/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxbean-java all 4.5-1 [815 kB] unit-abot-epc-basic-0: 16:51:07 DEBUG unit.abot-epc-basic/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-containers-java all 1.0~beta3.0.7-8 [178 kB] unit-abot-epc-basic-0: 16:51:07 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-interactivity-api-java all 1.0-alpha-6-7 [14.2 kB] unit-abot-epc-basic-0: 16:51:08 DEBUG unit.abot-epc-basic/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libwagon-java all 1.0.0-7 [133 kB] unit-abot-epc-basic-0: 16:51:08 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libeclipse-aether-java all 1.0.2-1 [564 kB] unit-abot-epc-basic-0: 16:51:08 DEBUG unit.abot-epc-basic/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-cli-java all 1.3.1-3ubuntu1 [53.3 kB] unit-abot-epc-basic-0: 16:51:08 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-lang3-java all 3.4-1 [380 kB] unit-abot-epc-basic-0: 16:51:08 DEBUG unit.abot-epc-basic/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libaopalliance-java all 20070526-5 [9214 B] unit-abot-epc-basic-0: 16:51:08 DEBUG unit.abot-epc-basic/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libguice-java all 4.0-2 [836 kB] unit-abot-epc-basic-0: 16:51:08 DEBUG unit.abot-epc-basic/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 junit all 3.8.2-8build1 [106 kB] unit-mysql-0: 16:51:08 DEBUG unit.mysql/0.install Selecting previously unselected package python3-pkg-resources. unit-mysql-0: 16:51:08 DEBUG unit.mysql/0.install Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... unit-abot-epc-basic-0: 16:51:08 DEBUG unit.abot-epc-basic/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-cipher-java all 1.7-1 [14.5 kB] unit-abot-epc-basic-0: 16:51:08 DEBUG unit.abot-epc-basic/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-classworlds2-java all 2.5.2-1 [46.7 kB] unit-mysql-0: 16:51:08 DEBUG unit.mysql/0.install Unpacking python3-pkg-resources (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 16:51:08 DEBUG unit.abot-epc-basic/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-utils2-java all 3.0.22-1 [235 kB] unit-abot-epc-basic-0: 16:51:08 DEBUG unit.abot-epc-basic/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-container-default1.5-java all 1.6-2 [186 kB] unit-abot-epc-basic-0: 16:51:08 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-component-annotations-java all 1.6-2 [6662 B] unit-abot-epc-basic-0: 16:51:08 DEBUG unit.abot-epc-basic/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libasm4-java all 5.0.4-1 [252 kB] unit-abot-epc-basic-0: 16:51:09 DEBUG unit.abot-epc-basic/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjaxen-java all 1.1.6-1ubuntu1 [206 kB] unit-abot-epc-basic-0: 16:51:09 DEBUG unit.abot-epc-basic/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjdom1-java all 1.1.3-1 [150 kB] unit-abot-epc-basic-0: 16:51:09 DEBUG unit.abot-epc-basic/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libclassworlds-java all 1.1-final-5 [39.3 kB] unit-abot-epc-basic-0: 16:51:09 DEBUG unit.abot-epc-basic/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-lang-java all 2.6-6ubuntu2 [267 kB] unit-mysql-0: 16:51:09 DEBUG unit.mysql/0.install Selecting previously unselected package python-chardet-whl. unit-mysql-0: 16:51:09 DEBUG unit.mysql/0.install Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:51:09 DEBUG unit.abot-epc-basic/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libdoxia-core-java all 1.1.4-3ubuntu1 [148 kB] unit-abot-epc-basic-0: 16:51:09 DEBUG unit.abot-epc-basic/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-container-default-java all 1.0-alpha-9-stable-1-7 [153 kB] unit-mysql-0: 16:51:09 DEBUG unit.mysql/0.install Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... unit-abot-epc-basic-0: 16:51:09 DEBUG unit.abot-epc-basic/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-ant-factory-java all 1.0~alpha2.1-3 [11.2 kB] unit-abot-epc-basic-0: 16:51:09 DEBUG unit.abot-epc-basic/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-io-java all 1.0~alpha5-2 [44.7 kB] unit-abot-epc-basic-0: 16:51:09 DEBUG unit.abot-epc-basic/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-archiver-java all 2.2-1 [171 kB] unit-abot-epc-basic-0: 16:51:09 DEBUG unit.abot-epc-basic/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libbsh-java all 2.0b4-17ubuntu1 [264 kB] unit-abot-epc-basic-0: 16:51:10 DEBUG unit.abot-epc-basic/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-bsh-factory-java all 1.0~alpha7-3.1 [7708 B] unit-abot-epc-basic-0: 16:51:10 DEBUG unit.abot-epc-basic/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-sec-dispatcher-java all 1.3.1-6 [27.1 kB] unit-abot-epc-basic-0: 16:51:10 DEBUG unit.abot-epc-basic/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libmaven2-core-java all 2.2.1-24 [710 kB] unit-abot-epc-basic-0: 16:51:10 DEBUG unit.abot-epc-basic/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-cli-java all 1.2-5 [9700 B] unit-abot-epc-basic-0: 16:51:10 DEBUG unit.abot-epc-basic/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqdox2-java all 2.0~M3-2 [257 kB] unit-abot-epc-basic-0: 16:51:10 DEBUG unit.abot-epc-basic/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-component-metadata-java all 1.6-2 [103 kB] unit-abot-epc-basic-0: 16:51:10 DEBUG unit.abot-epc-basic/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-containers1.5-java all 1.6-2 [2410 B] unit-mysql-0: 16:51:10 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama. unit-abot-epc-basic-0: 16:51:10 DEBUG unit.abot-epc-basic/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgeronimo-interceptor-3.0-spec-java all 1.0.1-3fakesync1 [7284 B] unit-mysql-0: 16:51:10 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... unit-abot-epc-basic-0: 16:51:10 DEBUG unit.abot-epc-basic/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libservlet3.1-java all 8.0.32-1ubuntu1.7 [391 kB] unit-mysql-0: 16:51:10 DEBUG unit.mysql/0.install Unpacking python-colorama (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 16:51:10 DEBUG unit.abot-epc-basic/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcdi-api-java all 1.0-2 [31.9 kB] unit-abot-epc-basic-0: 16:51:10 DEBUG unit.abot-epc-basic/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsisu-inject-java all 0.3.2-1 [347 kB] unit-abot-epc-basic-0: 16:51:10 DEBUG unit.abot-epc-basic/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsisu-plexus-java all 0.3.2-1 [182 kB] unit-abot-epc-basic-0: 16:51:10 DEBUG unit.abot-epc-basic/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhamcrest-java all 1.3-5ubuntu1 [373 kB] unit-abot-epc-basic-0: 16:51:11 DEBUG unit.abot-epc-basic/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 junit4 all 4.12-4ubuntu1 [279 kB] unit-abot-epc-basic-0: 16:51:11 DEBUG unit.abot-epc-basic/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-net-java all 3.4-2ubuntu2 [334 kB] unit-abot-epc-basic-0: 16:51:11 DEBUG unit.abot-epc-basic/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcglib3-java all 3.1+dfsg-1 [726 kB] unit-abot-epc-basic-0: 16:51:11 DEBUG unit.abot-epc-basic/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libobjenesis-java all 2.2-1 [44.3 kB] unit-abot-epc-basic-0: 16:51:11 DEBUG unit.abot-epc-basic/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libeasymock-java all 3.3.1+ds-3 [88.3 kB] unit-abot-epc-basic-0: 16:51:11 DEBUG unit.abot-epc-basic/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libservlet2.5-java all 6.0.45+dfsg-1 [212 kB] unit-mysql-0: 16:51:11 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama-whl. unit-mysql-0: 16:51:11 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... unit-abot-epc-basic-0: 16:51:11 DEBUG unit.abot-epc-basic/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjetty-java all 6.1.26-5 [721 kB] unit-abot-epc-basic-0: 16:51:11 DEBUG unit.abot-epc-basic/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 liblog4j1.2-java all 1.2.17-7ubuntu1 [426 kB] unit-mysql-0: 16:51:11 DEBUG unit.mysql/0.install Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 16:51:11 DEBUG unit.abot-epc-basic/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libmaven-parent-java all 21-2 [5786 B] unit-abot-epc-basic-0: 16:51:11 DEBUG unit.abot-epc-basic/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libwagon2-java all 2.10-3 [2144 kB] unit-abot-epc-basic-0: 16:51:12 DEBUG unit.abot-epc-basic/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libmaven3-core-java all 3.3.9-3 [1446 kB] unit-abot-epc-basic-0: 16:51:12 DEBUG unit.abot-epc-basic/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 maven all 3.3.9-3 [17.4 kB] unit-abot-epc-basic-0: 16:51:12 DEBUG unit.abot-epc-basic/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libapr1 amd64 1.5.2-3 [86.0 kB] unit-abot-epc-basic-0: 16:51:12 DEBUG unit.abot-epc-basic/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1 amd64 1.5.4-1build1 [77.1 kB] unit-abot-epc-basic-0: 16:51:12 DEBUG unit.abot-epc-basic/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1-dbd-sqlite3 amd64 1.5.4-1build1 [10.6 kB] unit-mysql-0: 16:51:12 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib. unit-mysql-0: 16:51:12 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:51:12 DEBUG unit.abot-epc-basic/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1-ldap amd64 1.5.4-1build1 [8720 B] unit-abot-epc-basic-0: 16:51:12 DEBUG unit.abot-epc-basic/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblua5.1-0 amd64 5.1.5-8ubuntu1 [102 kB] unit-mysql-0: 16:51:12 DEBUG unit.mysql/0.install Unpacking python-distlib (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 16:51:12 DEBUG unit.abot-epc-basic/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-bin amd64 2.4.18-2ubuntu3.9 [925 kB] unit-abot-epc-basic-0: 16:51:12 DEBUG unit.abot-epc-basic/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-utils amd64 2.4.18-2ubuntu3.9 [81.8 kB] unit-abot-epc-basic-0: 16:51:12 DEBUG unit.abot-epc-basic/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-data all 2.4.18-2ubuntu3.9 [162 kB] unit-abot-epc-basic-0: 16:51:12 DEBUG unit.abot-epc-basic/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2 amd64 2.4.18-2ubuntu3.9 [86.6 kB] unit-abot-epc-basic-0: 16:51:12 DEBUG unit.abot-epc-basic/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 python-pip-whl all 8.1.1-2ubuntu0.4 [1110 kB] unit-abot-epc-basic-0: 16:51:13 DEBUG unit.abot-epc-basic/0.install Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-minimal amd64 2.7.12-1ubuntu0~16.04.3 [340 kB] unit-mysql-0: 16:51:13 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib-whl. unit-mysql-0: 16:51:13 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:51:13 DEBUG unit.abot-epc-basic/0.install Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-minimal amd64 2.7.12-1ubuntu0~16.04.3 [1261 kB] unit-mysql-0: 16:51:13 DEBUG unit.mysql/0.install Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 16:51:13 DEBUG unit.abot-epc-basic/0.install Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-minimal amd64 2.7.12-1~16.04 [28.1 kB] unit-abot-epc-basic-0: 16:51:13 DEBUG unit.abot-epc-basic/0.install Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-stdlib amd64 2.7.12-1ubuntu0~16.04.3 [1880 kB] unit-abot-epc-basic-0: 16:51:13 DEBUG unit.abot-epc-basic/0.install Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7 amd64 2.7.12-1ubuntu0~16.04.3 [224 kB] unit-abot-epc-basic-0: 16:51:13 DEBUG unit.abot-epc-basic/0.install Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-stdlib amd64 2.7.12-1~16.04 [7768 B] unit-abot-epc-basic-0: 16:51:13 DEBUG unit.abot-epc-basic/0.install Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python amd64 2.7.12-1~16.04 [137 kB] unit-abot-epc-basic-0: 16:51:13 DEBUG unit.abot-epc-basic/0.install Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 python-pip all 8.1.1-2ubuntu0.4 [144 kB] unit-abot-epc-basic-0: 16:51:13 DEBUG unit.abot-epc-basic/0.install Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmpc3 amd64 1.0.3-1 [39.7 kB] unit-abot-epc-basic-0: 16:51:13 DEBUG unit.abot-epc-basic/0.install Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 ant all 1.9.6-1ubuntu1.1 [1899 kB] unit-mysql-0: 16:51:13 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib. unit-mysql-0: 16:51:13 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... unit-mysql-0: 16:51:14 DEBUG unit.mysql/0.install Unpacking python-html5lib (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 16:51:14 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 ant-optional all 1.9.6-1ubuntu1.1 [315 kB] unit-abot-epc-basic-0: 16:51:14 DEBUG unit.abot-epc-basic/0.install Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 binutils amd64 2.26.1-1ubuntu1~16.04.7 [2309 kB] unit-abot-epc-basic-0: 16:51:14 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc-dev-bin amd64 2.23-0ubuntu10 [68.7 kB] unit-abot-epc-basic-0: 16:51:14 DEBUG unit.abot-epc-basic/0.install Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-libc-dev amd64 4.4.0-137.163 [850 kB] unit-abot-epc-basic-0: 16:51:14 DEBUG unit.abot-epc-basic/0.install Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6-dev amd64 2.23-0ubuntu10 [2079 kB] unit-abot-epc-basic-0: 16:51:14 DEBUG unit.abot-epc-basic/0.install Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libisl15 amd64 0.16.1-1 [524 kB] unit-abot-epc-basic-0: 16:51:14 DEBUG unit.abot-epc-basic/0.install Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cpp-5 amd64 5.4.0-6ubuntu1~16.04.10 [7671 kB] unit-mysql-0: 16:51:14 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib-whl. unit-mysql-0: 16:51:14 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... unit-mysql-0: 16:51:14 DEBUG unit.mysql/0.install Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 16:51:14 DEBUG unit.abot-epc-basic/0.install Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpp amd64 4:5.3.1-1ubuntu1 [27.7 kB] unit-abot-epc-basic-0: 16:51:15 DEBUG unit.abot-epc-basic/0.install Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcc1-0 amd64 5.4.0-6ubuntu1~16.04.10 [38.8 kB] unit-abot-epc-basic-0: 16:51:15 DEBUG unit.abot-epc-basic/0.install Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgomp1 amd64 5.4.0-6ubuntu1~16.04.10 [55.1 kB] unit-abot-epc-basic-0: 16:51:15 DEBUG unit.abot-epc-basic/0.install Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libitm1 amd64 5.4.0-6ubuntu1~16.04.10 [27.4 kB] unit-abot-epc-basic-0: 16:51:15 DEBUG unit.abot-epc-basic/0.install Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libatomic1 amd64 5.4.0-6ubuntu1~16.04.10 [8888 B] unit-mysql-0: 16:51:15 DEBUG unit.mysql/0.install Selecting previously unselected package python-six-whl. unit-mysql-0: 16:51:15 DEBUG unit.mysql/0.install Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:51:15 DEBUG unit.abot-epc-basic/0.install Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasan2 amd64 5.4.0-6ubuntu1~16.04.10 [264 kB] unit-mysql-0: 16:51:15 DEBUG unit.mysql/0.install Unpacking python-six-whl (1.5.2-1ubuntu1) ... unit-abot-epc-basic-0: 16:51:15 DEBUG unit.abot-epc-basic/0.install Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 liblsan0 amd64 5.4.0-6ubuntu1~16.04.10 [105 kB] unit-abot-epc-basic-0: 16:51:15 DEBUG unit.abot-epc-basic/0.install Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtsan0 amd64 5.4.0-6ubuntu1~16.04.10 [244 kB] unit-abot-epc-basic-0: 16:51:16 DEBUG unit.abot-epc-basic/0.install Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libubsan0 amd64 5.4.0-6ubuntu1~16.04.10 [95.3 kB] unit-abot-epc-basic-0: 16:51:16 DEBUG unit.abot-epc-basic/0.install Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcilkrts5 amd64 5.4.0-6ubuntu1~16.04.10 [40.1 kB] unit-abot-epc-basic-0: 16:51:16 DEBUG unit.abot-epc-basic/0.install Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmpx0 amd64 5.4.0-6ubuntu1~16.04.10 [9764 B] unit-abot-epc-basic-0: 16:51:16 DEBUG unit.abot-epc-basic/0.install Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libquadmath0 amd64 5.4.0-6ubuntu1~16.04.10 [131 kB] unit-abot-epc-basic-0: 16:51:16 DEBUG unit.abot-epc-basic/0.install Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcc-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [2228 kB] unit-mysql-0: 16:51:16 DEBUG unit.mysql/0.install Selecting previously unselected package python-urllib3-whl. unit-mysql-0: 16:51:16 DEBUG unit.mysql/0.install Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... unit-mysql-0: 16:51:16 DEBUG unit.mysql/0.install Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... unit-abot-epc-basic-0: 16:51:16 DEBUG unit.abot-epc-basic/0.install Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gcc-5 amd64 5.4.0-6ubuntu1~16.04.10 [8426 kB] unit-abot-epc-basic-0: 16:51:17 DEBUG unit.abot-epc-basic/0.install Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gcc amd64 4:5.3.1-1ubuntu1 [5244 B] unit-abot-epc-basic-0: 16:51:17 DEBUG unit.abot-epc-basic/0.install Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libstdc++-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [1426 kB] unit-abot-epc-basic-0: 16:51:17 DEBUG unit.abot-epc-basic/0.install Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 g++-5 amd64 5.4.0-6ubuntu1~16.04.10 [8319 kB] unit-abot-epc-basic-0: 16:51:17 DEBUG unit.abot-epc-basic/0.install Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 g++ amd64 4:5.3.1-1ubuntu1 [1504 B] unit-mysql-0: 16:51:17 DEBUG unit.mysql/0.install Selecting previously unselected package python-requests-whl. unit-mysql-0: 16:51:17 DEBUG unit.mysql/0.install Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... unit-abot-epc-basic-0: 16:51:17 DEBUG unit.abot-epc-basic/0.install Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB] unit-mysql-0: 16:51:17 DEBUG unit.mysql/0.install Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... unit-abot-epc-basic-0: 16:51:17 DEBUG unit.abot-epc-basic/0.install Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdpkg-perl all 1.18.4ubuntu1.4 [195 kB] unit-abot-epc-basic-0: 16:51:17 DEBUG unit.abot-epc-basic/0.install Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 dpkg-dev all 1.18.4ubuntu1.4 [584 kB] unit-abot-epc-basic-0: 16:51:17 DEBUG unit.abot-epc-basic/0.install Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 build-essential amd64 12.1ubuntu2 [4758 B] unit-abot-epc-basic-0: 16:51:17 DEBUG unit.abot-epc-basic/0.install Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfakeroot amd64 1.20.2-1ubuntu1 [25.5 kB] unit-abot-epc-basic-0: 16:51:17 DEBUG unit.abot-epc-basic/0.install Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fakeroot amd64 1.20.2-1ubuntu1 [61.8 kB] unit-abot-epc-basic-0: 16:51:18 DEBUG unit.abot-epc-basic/0.install Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] unit-abot-epc-basic-0: 16:51:18 DEBUG unit.abot-epc-basic/0.install Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-xs-perl amd64 0.04-4build1 [11.0 kB] unit-abot-epc-basic-0: 16:51:18 DEBUG unit.abot-epc-basic/0.install Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] unit-mysql-0: 16:51:18 DEBUG unit.mysql/0.install Selecting previously unselected package python-setuptools-whl. unit-abot-epc-basic-0: 16:51:18 DEBUG unit.abot-epc-basic/0.install Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxpp2-java all 2.1.10-7build1 [162 kB] unit-mysql-0: 16:51:18 DEBUG unit.mysql/0.install Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... unit-abot-epc-basic-0: 16:51:18 DEBUG unit.abot-epc-basic/0.install Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxpp3-java all 1.1.4c-2build1 [364 kB] unit-mysql-0: 16:51:18 DEBUG unit.mysql/0.install Unpacking python-setuptools-whl (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 16:51:18 DEBUG unit.abot-epc-basic/0.install Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libdom4j-java all 1.6.1+dfsg.3-2ubuntu1 [323 kB] unit-abot-epc-basic-0: 16:51:18 DEBUG unit.abot-epc-basic/0.install Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libexpat1-dev amd64 2.1.0-7ubuntu0.16.04.3 [115 kB] unit-abot-epc-basic-0: 16:51:18 DEBUG unit.abot-epc-basic/0.install Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-fcntllock-perl amd64 0.22-3 [32.0 kB] unit-abot-epc-basic-0: 16:51:18 DEBUG unit.abot-epc-basic/0.install Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7 amd64 2.7.12-1ubuntu0~16.04.3 [1070 kB] unit-mysql-0: 16:51:18 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip-whl. unit-mysql-0: 16:51:18 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 16:51:18 DEBUG unit.mysql/0.install Unpacking python-pip-whl (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 16:51:18 DEBUG unit.abot-epc-basic/0.install Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-dev amd64 2.7.12-1ubuntu0~16.04.3 [27.8 MB] unit-mysql-0: 16:51:19 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip. unit-mysql-0: 16:51:19 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 16:51:19 DEBUG unit.mysql/0.install Unpacking python-pip (1.5.4-1ubuntu4) ... unit-mysql-0: 16:51:19 DEBUG unit.mysql/0.install Selecting previously unselected package python-wheel. unit-mysql-0: 16:51:19 DEBUG unit.mysql/0.install Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... unit-mysql-0: 16:51:19 DEBUG unit.mysql/0.install Unpacking python-wheel (0.24.0-1~ubuntu1) ... unit-abot-epc-basic-0: 16:51:19 DEBUG unit.abot-epc-basic/0.install Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-dev amd64 2.7.12-1~16.04 [7840 B] unit-abot-epc-basic-0: 16:51:19 DEBUG unit.abot-epc-basic/0.install Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-all-dev amd64 2.7.12-1~16.04 [1006 B] unit-abot-epc-basic-0: 16:51:19 DEBUG unit.abot-epc-basic/0.install Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxom-java all 1.2.10-1 [170 kB] unit-mysql-0: 16:51:19 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:51:19 DEBUG unit.abot-epc-basic/0.install Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 manpages-dev all 4.04-2 [2048 kB] unit-abot-epc-basic-0: 16:51:20 DEBUG unit.abot-epc-basic/0.install Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-all amd64 2.7.12-1~16.04 [996 B] unit-abot-epc-basic-0: 16:51:20 DEBUG unit.abot-epc-basic/0.install Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-dev amd64 2.7.12-1ubuntu0~16.04.3 [276 kB] unit-abot-epc-basic-0: 16:51:20 DEBUG unit.abot-epc-basic/0.install Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-dev amd64 2.7.12-1~16.04 [1186 B] unit-abot-epc-basic-0: 16:51:20 DEBUG unit.abot-epc-basic/0.install Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-all-dev amd64 2.7.12-1~16.04 [1016 B] unit-abot-epc-basic-0: 16:51:20 DEBUG unit.abot-epc-basic/0.install Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 python-pkg-resources all 20.7.0-1 [108 kB] unit-abot-epc-basic-0: 16:51:20 DEBUG unit.abot-epc-basic/0.install Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 python-setuptools all 20.7.0-1 [169 kB] unit-abot-epc-basic-0: 16:51:20 DEBUG unit.abot-epc-basic/0.install Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 python-wheel all 0.29.0-1 [48.0 kB] unit-abot-epc-basic-0: 16:51:20 DEBUG unit.abot-epc-basic/0.install Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ssl-cert all 1.0.37 [16.9 kB] unit-abot-epc-basic-0: 16:51:20 DEBUG unit.abot-epc-basic/0.install Extracting templates from packages: 20% Extracting templates from packages: 40% Extracting templates from packages: 61% Extracting templates from packages: 81% Extracting templates from packages: 100% unit-abot-epc-basic-0: 16:51:20 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 16:51:21 DEBUG unit.abot-epc-basic/0.install Fetched 102 MB in 16s (6290 kB/s) unit-abot-epc-basic-0: 16:51:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-codec-java. unit-abot-epc-basic-0: 16:51:21 DEBUG unit.abot-epc-basic/0.install (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 ... 85560 files and directories currently installed.) unit-abot-epc-basic-0: 16:51:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-codec-java_1.10-1_all.deb ... unit-abot-epc-basic-0: 16:51:21 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-codec-java (1.10-1) ... unit-abot-epc-basic-0: 16:51:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapache-pom-java. unit-abot-epc-basic-0: 16:51:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapache-pom-java_10-2build1_all.deb ... unit-abot-epc-basic-0: 16:51:22 DEBUG unit.abot-epc-basic/0.install Unpacking libapache-pom-java (10-2build1) ... unit-abot-epc-basic-0: 16:51:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-parent-java. unit-abot-epc-basic-0: 16:51:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-parent-java_39-3_all.deb ... unit-abot-epc-basic-0: 16:51:22 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-parent-java (39-3) ... unit-abot-epc-basic-0: 16:51:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-logging-java. unit-abot-epc-basic-0: 16:51:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-logging-java_1.2-1+build1_all.deb ... unit-abot-epc-basic-0: 16:51:23 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-logging-java (1.2-1+build1) ... unit-abot-epc-basic-0: 16:51:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpcore-java. unit-abot-epc-basic-0: 16:51:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpcore-java_4.4.4-1_all.deb ... unit-abot-epc-basic-0: 16:51:24 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpcore-java (4.4.4-1) ... unit-abot-epc-basic-0: 16:51:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpclient-java. unit-abot-epc-basic-0: 16:51:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpclient-java_4.5.1-1_all.deb ... unit-abot-epc-basic-0: 16:51:24 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpclient-java (4.5.1-1) ... unit-mysql-0: 16:51:24 DEBUG unit.mysql/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:51:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslf4j-java. unit-abot-epc-basic-0: 16:51:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslf4j-java_1.7.14-3_all.deb ... unit-abot-epc-basic-0: 16:51:25 DEBUG unit.abot-epc-basic/0.install Unpacking libslf4j-java (1.7.14-3) ... unit-mysql-0: 16:51:25 DEBUG unit.mysql/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:51:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-httpclient-java. unit-abot-epc-basic-0: 16:51:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-httpclient-java_3.1-12_all.deb ... unit-abot-epc-basic-0: 16:51:25 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-httpclient-java (3.1-12) ... unit-mysql-0: 16:51:25 DEBUG unit.mysql/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 16:51:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-io-java. unit-abot-epc-basic-0: 16:51:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-io-java_2.4-2_all.deb ... unit-abot-epc-basic-0: 16:51:26 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-io-java (2.4-2) ... unit-mysql-0: 16:51:26 DEBUG unit.mysql/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 16:51:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net2-java. unit-abot-epc-basic-0: 16:51:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net2-java_2.2-2_all.deb ... unit-abot-epc-basic-0: 16:51:26 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net2-java (2.2-2) ... unit-mysql-0: 16:51:27 DEBUG unit.mysql/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 16:51:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsch-java. unit-abot-epc-basic-0: 16:51:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsch-java_0.1.53-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:51:27 DEBUG unit.abot-epc-basic/0.install Unpacking libjsch-java (0.1.53-1ubuntu1) ... unit-abot-epc-basic-0: 16:51:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoup-java. unit-abot-epc-basic-0: 16:51:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoup-java_1.8.3-1_all.deb ... unit-mysql-0: 16:51:27 DEBUG unit.mysql/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:51:27 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoup-java (1.8.3-1) ... unit-abot-epc-basic-0: 16:51:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatinject-jsr330-api-java. unit-abot-epc-basic-0: 16:51:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatinject-jsr330-api-java_1.0+ds1-2_all.deb ... unit-abot-epc-basic-0: 16:51:28 DEBUG unit.abot-epc-basic/0.install Unpacking libatinject-jsr330-api-java (1.0+ds1-2) ... unit-mysql-0: 16:51:28 DEBUG unit.mysql/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:51:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsr305-java. unit-abot-epc-basic-0: 16:51:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsr305-java_0.1~+svn49-9_all.deb ... unit-abot-epc-basic-0: 16:51:28 DEBUG unit.abot-epc-basic/0.install Unpacking libjsr305-java (0.1~+svn49-9) ... unit-mysql-0: 16:51:28 DEBUG unit.mysql/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 16:51:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguava-java. unit-abot-epc-basic-0: 16:51:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguava-java_19.0-1_all.deb ... unit-mysql-0: 16:51:29 DEBUG unit.mysql/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:51:29 DEBUG unit.abot-epc-basic/0.install Unpacking libguava-java (19.0-1) ... unit-mysql-0: 16:51:30 DEBUG unit.mysql/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:51:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds-java. unit-abot-epc-basic-0: 16:51:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds-java_1.5.0-5_all.deb ... unit-mysql-0: 16:51:30 DEBUG unit.mysql/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:51:30 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds-java (1.5.0-5) ... unit-mysql-0: 16:51:31 DEBUG unit.mysql/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 16:51:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxp1.3-java. unit-abot-epc-basic-0: 16:51:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxp1.3-java_1.3.05-2ubuntu3_all.deb ... unit-abot-epc-basic-0: 16:51:31 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-mysql-0: 16:51:31 DEBUG unit.mysql/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-mysql-0: 16:51:32 DEBUG unit.mysql/0.install Setting up linux-libc-dev:amd64 (3.13.0-160.210) ... unit-abot-epc-basic-0: 16:51:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-resolver1.1-java. unit-abot-epc-basic-0: 16:51:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-commons-resolver1.1-java_1.2-7build1_all.deb ... unit-mysql-0: 16:51:32 DEBUG unit.mysql/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 16:51:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-resolver1.1-java (1.2-7build1) ... unit-mysql-0: 16:51:33 DEBUG unit.mysql/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:51:33 DEBUG unit.mysql/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 16:51:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-external-java. unit-abot-epc-basic-0: 16:51:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-commons-external-java_1.4.01-2build1_all.deb ... unit-abot-epc-basic-0: 16:51:33 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-external-java (1.4.01-2build1) ... unit-mysql-0: 16:51:34 DEBUG unit.mysql/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:51:34 DEBUG unit.mysql/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:51:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxerces2-java. unit-abot-epc-basic-0: 16:51:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxerces2-java_2.11.0-7_all.deb ... unit-abot-epc-basic-0: 16:51:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxerces2-java (2.11.0-7) ... unit-mysql-0: 16:51:35 DEBUG unit.mysql/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 16:51:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxalan2-java. unit-abot-epc-basic-0: 16:51:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxalan2-java_2.7.1-9_all.deb ... unit-mysql-0: 16:51:35 DEBUG unit.mysql/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:51:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxalan2-java (2.7.1-9) ... unit-mysql-0: 16:51:36 DEBUG unit.mysql/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:51:36 DEBUG unit.mysql/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-mysql-0: 16:51:36 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-abot-epc-basic-0: 16:51:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interpolation-java. unit-abot-epc-basic-0: 16:51:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-interpolation-java_1.21-1_all.deb ... unit-abot-epc-basic-0: 16:51:36 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interpolation-java (1.21-1) ... unit-mysql-0: 16:51:37 DEBUG unit.mysql/0.install Setting up make (3.81-8.2ubuntu3) ... unit-mysql-0: 16:51:37 DEBUG unit.mysql/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 16:51:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils-java. unit-abot-epc-basic-0: 16:51:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils-java_1%3a1.5.15-4_all.deb ... unit-abot-epc-basic-0: 16:51:38 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils-java (1:1.5.15-4) ... unit-mysql-0: 16:51:38 DEBUG unit.mysql/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 16:51:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxbean-java. unit-abot-epc-basic-0: 16:51:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxbean-java_4.5-1_all.deb ... unit-mysql-0: 16:51:39 DEBUG unit.mysql/0.install Setting up build-essential (11.6ubuntu6) ... unit-abot-epc-basic-0: 16:51:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxbean-java (4.5-1) ... unit-mysql-0: 16:51:39 DEBUG unit.mysql/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 16:51:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers-java. unit-abot-epc-basic-0: 16:51:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers-java_1.0~beta3.0.7-8_all.deb ... unit-abot-epc-basic-0: 16:51:40 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers-java (1.0~beta3.0.7-8) ... unit-mysql-0: 16:51:40 DEBUG unit.mysql/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-mysql-0: 16:51:40 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-mysql-0: 16:51:40 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-mysql-0: 16:51:40 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-mysql-0: 16:51:41 DEBUG unit.mysql/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 16:51:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interactivity-api-java. unit-abot-epc-basic-0: 16:51:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-interactivity-api-java_1.0-alpha-6-7_all.deb ... unit-mysql-0: 16:51:41 DEBUG unit.mysql/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 16:51:41 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-mysql-0: 16:51:41 DEBUG unit.mysql/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-mysql-0: 16:51:41 DEBUG unit.mysql/0.install Setting up python3-pkg-resources (3.3-1ubuntu2) ... unit-mysql-0: 16:51:41 DEBUG unit.mysql/0.install Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... unit-abot-epc-basic-0: 16:51:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon-java. unit-abot-epc-basic-0: 16:51:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon-java_1.0.0-7_all.deb ... unit-mysql-0: 16:51:41 DEBUG unit.mysql/0.install Setting up python-colorama (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 16:51:41 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon-java (1.0.0-7) ... unit-mysql-0: 16:51:42 DEBUG unit.mysql/0.install Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-mysql-0: 16:51:42 DEBUG unit.mysql/0.install Setting up python-distlib (0.1.8-1ubuntu1) ... unit-mysql-0: 16:51:42 DEBUG unit.mysql/0.install Setting up python-distlib-whl (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 16:51:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeclipse-aether-java. unit-mysql-0: 16:51:42 DEBUG unit.mysql/0.install Setting up python-html5lib (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 16:51:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeclipse-aether-java_1.0.2-1_all.deb ... unit-abot-epc-basic-0: 16:51:42 DEBUG unit.abot-epc-basic/0.install Unpacking libeclipse-aether-java (1.0.2-1) ... unit-mysql-0: 16:51:43 DEBUG unit.mysql/0.install Setting up python-html5lib-whl (0.999-3~ubuntu1) ... unit-mysql-0: 16:51:43 DEBUG unit.mysql/0.install Setting up python-six-whl (1.5.2-1ubuntu1) ... unit-mysql-0: 16:51:43 DEBUG unit.mysql/0.install Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... unit-abot-epc-basic-0: 16:51:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-cli-java. unit-abot-epc-basic-0: 16:51:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-cli-java_1.3.1-3ubuntu1_all.deb ... unit-mysql-0: 16:51:43 DEBUG unit.mysql/0.install Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... unit-abot-epc-basic-0: 16:51:43 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-cli-java (1.3.1-3ubuntu1) ... unit-mysql-0: 16:51:43 DEBUG unit.mysql/0.install Setting up python-setuptools-whl (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 16:51:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang3-java. unit-abot-epc-basic-0: 16:51:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang3-java_3.4-1_all.deb ... unit-mysql-0: 16:51:44 DEBUG unit.mysql/0.install Setting up python-pip-whl (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 16:51:44 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang3-java (3.4-1) ... unit-mysql-0: 16:51:44 DEBUG unit.mysql/0.install Setting up python-pip (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 16:51:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaopalliance-java. unit-abot-epc-basic-0: 16:51:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaopalliance-java_20070526-5_all.deb ... unit-abot-epc-basic-0: 16:51:44 DEBUG unit.abot-epc-basic/0.install Unpacking libaopalliance-java (20070526-5) ... unit-mysql-0: 16:51:44 DEBUG unit.mysql/0.install Setting up python-wheel (0.24.0-1~ubuntu1) ... unit-mysql-0: 16:51:44 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 16:51:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguice-java. unit-abot-epc-basic-0: 16:51:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguice-java_4.0-2_all.deb ... unit-abot-epc-basic-0: 16:51:45 DEBUG unit.abot-epc-basic/0.install Unpacking libguice-java (4.0-2) ... unit-abot-epc-basic-0: 16:51:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit. unit-abot-epc-basic-0: 16:51:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit_3.8.2-8build1_all.deb ... unit-abot-epc-basic-0: 16:51:45 DEBUG unit.abot-epc-basic/0.install Unpacking junit (3.8.2-8build1) ... unit-mysql-0: 16:51:45 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 16:51:45 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 16:51:45 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 16:51:46 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 16:51:46 DEBUG unit.mysql/0.install python-dnspython unit-abot-epc-basic-0: 16:51:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cipher-java. unit-abot-epc-basic-0: 16:51:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cipher-java_1.7-1_all.deb ... unit-abot-epc-basic-0: 16:51:46 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cipher-java (1.7-1) ... unit-abot-epc-basic-0: 16:51:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds2-java. unit-abot-epc-basic-0: 16:51:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds2-java_2.5.2-1_all.deb ... unit-abot-epc-basic-0: 16:51:46 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds2-java (2.5.2-1) ... unit-mysql-0: 16:51:46 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 16:51:46 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 16:51:46 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 16:51:46 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 [83.1 kB] unit-abot-epc-basic-0: 16:51:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils2-java. unit-abot-epc-basic-0: 16:51:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils2-java_3.0.22-1_all.deb ... unit-abot-epc-basic-0: 16:51:46 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils2-java (3.0.22-1) ... unit-mysql-0: 16:51:47 DEBUG unit.mysql/0.install Fetched 83.1 kB in 0s (97.5 kB/s) unit-abot-epc-basic-0: 16:51:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default1.5-java. unit-abot-epc-basic-0: 16:51:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-container-default1.5-java_1.6-2_all.deb ... unit-mysql-0: 16:51:47 DEBUG unit.mysql/0.install Selecting previously unselected package python-dnspython. unit-abot-epc-basic-0: 16:51:47 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default1.5-java (1.6-2) ... unit-mysql-0: 16:51:47 DEBUG unit.mysql/0.install (Reading database ... 83373 files and directories currently installed.) unit-mysql-0: 16:51:47 DEBUG unit.mysql/0.install Preparing to unpack .../python-dnspython_1.11.1-1build1_all.deb ... unit-mysql-0: 16:51:47 DEBUG unit.mysql/0.install Unpacking python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 16:51:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-annotations-java. unit-abot-epc-basic-0: 16:51:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-annotations-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 16:51:47 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-annotations-java (1.6-2) ... unit-mysql-0: 16:51:47 DEBUG unit.mysql/0.install Setting up python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 16:51:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasm4-java. unit-abot-epc-basic-0: 16:51:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasm4-java_5.0.4-1_all.deb ... unit-abot-epc-basic-0: 16:51:49 DEBUG unit.abot-epc-basic/0.install Unpacking libasm4-java (5.0.4-1) ... unit-mysql-0: 16:51:49 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 16:51:49 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 16:51:49 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 16:51:49 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-abot-epc-basic-0: 16:51:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxen-java. unit-abot-epc-basic-0: 16:51:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxen-java_1.1.6-1ubuntu1_all.deb ... unit-mysql-0: 16:51:50 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-abot-epc-basic-0: 16:51:50 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxen-java (1.1.6-1ubuntu1) ... unit-mysql-0: 16:51:50 DEBUG unit.mysql/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-mysql-0: 16:51:50 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-mysql-0: 16:51:50 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 16:51:50 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-mysql-0: 16:51:50 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 16:51:50 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-mysql-0: 16:51:50 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-mysql-0: 16:51:50 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-abot-epc-basic-0: 16:51:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjdom1-java. unit-abot-epc-basic-0: 16:51:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjdom1-java_1.1.3-1_all.deb ... unit-abot-epc-basic-0: 16:51:50 DEBUG unit.abot-epc-basic/0.install Unpacking libjdom1-java (1.1.3-1) ... unit-mysql-0: 16:51:50 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-mysql-0: 16:51:50 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 16:51:50 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-mysql-0: 16:51:50 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-mysql-0: 16:51:51 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-mysql-0: 16:51:51 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-abot-epc-basic-0: 16:51:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclassworlds-java. unit-abot-epc-basic-0: 16:51:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libclassworlds-java_1.1-final-5_all.deb ... unit-mysql-0: 16:51:51 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-abot-epc-basic-0: 16:51:51 DEBUG unit.abot-epc-basic/0.install Unpacking libclassworlds-java (1.1-final-5) ... unit-mysql-0: 16:51:51 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-mysql-0: 16:51:51 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-mysql-0: 16:51:51 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-mysql-0: 16:51:51 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-abot-epc-basic-0: 16:51:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang-java. unit-abot-epc-basic-0: 16:51:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang-java_2.6-6ubuntu2_all.deb ... unit-mysql-0: 16:51:52 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-abot-epc-basic-0: 16:51:52 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang-java (2.6-6ubuntu2) ... unit-mysql-0: 16:51:52 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-mysql-0: 16:51:52 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-mysql-0: 16:51:52 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-abot-epc-basic-0: 16:51:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdoxia-core-java. unit-abot-epc-basic-0: 16:51:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdoxia-core-java_1.1.4-3ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:51:52 DEBUG unit.abot-epc-basic/0.install Unpacking libdoxia-core-java (1.1.4-3ubuntu1) ... unit-mysql-0: 16:51:52 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-mysql-0: 16:51:52 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-mysql-0: 16:51:53 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-mysql-0: 16:51:53 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-abot-epc-basic-0: 16:51:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default-java. unit-abot-epc-basic-0: 16:51:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-container-default-java_1.0-alpha-9-stable-1-7_all.deb ... unit-mysql-0: 16:51:53 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-abot-epc-basic-0: 16:51:53 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... unit-mysql-0: 16:51:53 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-mysql-0: 16:51:53 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-mysql-0: 16:51:53 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-mysql-0: 16:51:53 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-abot-epc-basic-0: 16:51:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-ant-factory-java. unit-abot-epc-basic-0: 16:51:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-ant-factory-java_1.0~alpha2.1-3_all.deb ... unit-abot-epc-basic-0: 16:51:53 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-mysql-0: 16:51:54 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-mysql-0: 16:51:54 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-abot-epc-basic-0: 16:51:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-io-java. unit-abot-epc-basic-0: 16:51:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-io-java_1.0~alpha5-2_all.deb ... unit-abot-epc-basic-0: 16:51:54 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-io-java (1.0~alpha5-2) ... unit-mysql-0: 16:51:54 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-mysql-0: 16:51:54 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-abot-epc-basic-0: 16:51:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-archiver-java. unit-mysql-0: 16:51:54 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-abot-epc-basic-0: 16:51:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-archiver-java_2.2-1_all.deb ... unit-abot-epc-basic-0: 16:51:54 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-archiver-java (2.2-1) ... unit-mysql-0: 16:51:54 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-mysql-0: 16:51:54 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-abot-epc-basic-0: 16:51:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbsh-java. unit-abot-epc-basic-0: 16:51:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbsh-java_2.0b4-17ubuntu1_all.deb ... unit-mysql-0: 16:51:54 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-abot-epc-basic-0: 16:51:55 DEBUG unit.abot-epc-basic/0.install Unpacking libbsh-java (2.0b4-17ubuntu1) ... unit-abot-epc-basic-0: 16:51:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-bsh-factory-java. unit-abot-epc-basic-0: 16:51:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-bsh-factory-java_1.0~alpha7-3.1_all.deb ... unit-abot-epc-basic-0: 16:51:55 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-mysql-0: 16:51:55 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-mysql-0: 16:51:55 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-abot-epc-basic-0: 16:51:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-sec-dispatcher-java. unit-abot-epc-basic-0: 16:51:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-sec-dispatcher-java_1.3.1-6_all.deb ... unit-abot-epc-basic-0: 16:51:55 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-sec-dispatcher-java (1.3.1-6) ... unit-mysql-0: 16:51:55 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-mysql-0: 16:51:55 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-abot-epc-basic-0: 16:51:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven2-core-java. unit-abot-epc-basic-0: 16:51:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven2-core-java_2.2.1-24_all.deb ... unit-mysql-0: 16:51:55 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-abot-epc-basic-0: 16:51:55 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven2-core-java (2.2.1-24) ... unit-mysql-0: 16:51:55 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-mysql-0: 16:51:56 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 16:51:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cli-java. unit-abot-epc-basic-0: 16:51:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cli-java_1.2-5_all.deb ... unit-abot-epc-basic-0: 16:51:56 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cli-java (1.2-5) ... unit-abot-epc-basic-0: 16:51:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqdox2-java. unit-abot-epc-basic-0: 16:51:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqdox2-java_2.0~M3-2_all.deb ... unit-abot-epc-basic-0: 16:51:56 DEBUG unit.abot-epc-basic/0.install Unpacking libqdox2-java (2.0~M3-2) ... unit-abot-epc-basic-0: 16:51:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-metadata-java. unit-abot-epc-basic-0: 16:51:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-metadata-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 16:51:56 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-metadata-java (1.6-2) ... unit-abot-epc-basic-0: 16:51:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers1.5-java. unit-abot-epc-basic-0: 16:51:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers1.5-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 16:51:57 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers1.5-java (1.6-2) ... unit-abot-epc-basic-0: 16:51:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgeronimo-interceptor-3.0-spec-java. unit-abot-epc-basic-0: 16:51:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgeronimo-interceptor-3.0-spec-java_1.0.1-3fakesync1_all.deb ... unit-abot-epc-basic-0: 16:51:57 DEBUG unit.abot-epc-basic/0.install Unpacking libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-mysql-0: 16:51:57 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 16:51:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet3.1-java. unit-abot-epc-basic-0: 16:51:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libservlet3.1-java_8.0.32-1ubuntu1.7_all.deb ... unit-mysql-0: 16:51:58 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 16:51:58 INFO unit.mysql/0.juju-log Installing ['debconf-utils', 'python-mysqldb', 'uuid', 'pwgen', 'dnsutils'] with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 16:51:58 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 16:51:58 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet3.1-java (8.0.32-1ubuntu1.7) ... unit-mysql-0: 16:51:58 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 16:51:58 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 16:51:58 DEBUG unit.mysql/0.install dnsutils is already the newest version. unit-mysql-0: 16:51:58 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 16:51:58 DEBUG unit.mysql/0.install libmysqlclient18 libossp-uuid16 mysql-common unit-mysql-0: 16:51:58 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 16:51:58 DEBUG unit.mysql/0.install python-egenix-mxdatetime mysql-server-5.1 mysql-server python-mysqldb-dbg unit-mysql-0: 16:51:58 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 16:51:58 DEBUG unit.mysql/0.install debconf-utils libmysqlclient18 libossp-uuid16 mysql-common pwgen unit-mysql-0: 16:51:58 DEBUG unit.mysql/0.install python-mysqldb uuid unit-mysql-0: 16:51:58 DEBUG unit.mysql/0.install 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 16:51:58 DEBUG unit.mysql/0.install Need to get 781 kB of archives. unit-mysql-0: 16:51:58 DEBUG unit.mysql/0.install After this operation, 4259 kB of additional disk space will be used. unit-mysql-0: 16:51:58 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] unit-abot-epc-basic-0: 16:51:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdi-api-java. unit-abot-epc-basic-0: 16:51:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdi-api-java_1.0-2_all.deb ... unit-mysql-0: 16:51:58 DEBUG unit.mysql/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] unit-abot-epc-basic-0: 16:51:58 DEBUG unit.abot-epc-basic/0.install Unpacking libcdi-api-java (1.0-2) ... unit-abot-epc-basic-0: 16:51:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-inject-java. unit-abot-epc-basic-0: 16:51:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-inject-java_0.3.2-1_all.deb ... unit-abot-epc-basic-0: 16:51:59 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-inject-java (0.3.2-1) ... unit-mysql-0: 16:51:59 DEBUG unit.mysql/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main debconf-utils all 1.5.51ubuntu2 [57.4 kB] unit-mysql-0: 16:51:59 DEBUG unit.mysql/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libossp-uuid16 amd64 1.6.2-1.3ubuntu1 [29.6 kB] unit-abot-epc-basic-0: 16:51:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-plexus-java. unit-abot-epc-basic-0: 16:51:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-plexus-java_0.3.2-1_all.deb ... unit-abot-epc-basic-0: 16:51:59 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-plexus-java (0.3.2-1) ... unit-mysql-0: 16:51:59 DEBUG unit.mysql/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main pwgen amd64 2.06-1ubuntu4 [17.3 kB] unit-mysql-0: 16:51:59 DEBUG unit.mysql/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mysqldb amd64 1.2.3-2ubuntu1 [55.4 kB] unit-mysql-0: 16:52:00 DEBUG unit.mysql/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe uuid amd64 1.6.2-1.3ubuntu1 [10.9 kB] unit-mysql-0: 16:52:00 DEBUG unit.mysql/0.install Fetched 781 kB in 1s (440 kB/s) unit-abot-epc-basic-0: 16:52:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhamcrest-java. unit-abot-epc-basic-0: 16:52:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhamcrest-java_1.3-5ubuntu1_all.deb ... unit-mysql-0: 16:52:00 DEBUG unit.mysql/0.install Selecting previously unselected package mysql-common. unit-abot-epc-basic-0: 16:52:00 DEBUG unit.abot-epc-basic/0.install Unpacking libhamcrest-java (1.3-5ubuntu1) ... unit-mysql-0: 16:52:00 DEBUG unit.mysql/0.install (Reading database ... 83473 files and directories currently installed.) unit-mysql-0: 16:52:00 DEBUG unit.mysql/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 16:52:00 DEBUG unit.mysql/0.install Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:52:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit4. unit-abot-epc-basic-0: 16:52:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit4_4.12-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:52:00 DEBUG unit.abot-epc-basic/0.install Unpacking junit4 (4.12-4ubuntu1) ... unit-mysql-0: 16:52:00 DEBUG unit.mysql/0.install Selecting previously unselected package libmysqlclient18:amd64. unit-mysql-0: 16:52:00 DEBUG unit.mysql/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 16:52:00 DEBUG unit.mysql/0.install Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:52:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net-java. unit-abot-epc-basic-0: 16:52:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net-java_3.4-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 16:52:01 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net-java (3.4-2ubuntu2) ... unit-mysql-0: 16:52:01 DEBUG unit.mysql/0.install Selecting previously unselected package debconf-utils. unit-mysql-0: 16:52:01 DEBUG unit.mysql/0.install Preparing to unpack .../debconf-utils_1.5.51ubuntu2_all.deb ... unit-abot-epc-basic-0: 16:52:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcglib3-java. unit-abot-epc-basic-0: 16:52:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcglib3-java_3.1+dfsg-1_all.deb ... unit-mysql-0: 16:52:01 DEBUG unit.mysql/0.install Unpacking debconf-utils (1.5.51ubuntu2) ... unit-abot-epc-basic-0: 16:52:01 DEBUG unit.abot-epc-basic/0.install Unpacking libcglib3-java (3.1+dfsg-1) ... unit-abot-epc-basic-0: 16:52:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjenesis-java. unit-abot-epc-basic-0: 16:52:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjenesis-java_2.2-1_all.deb ... unit-abot-epc-basic-0: 16:52:01 DEBUG unit.abot-epc-basic/0.install Unpacking libobjenesis-java (2.2-1) ... unit-abot-epc-basic-0: 16:52:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeasymock-java. unit-abot-epc-basic-0: 16:52:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeasymock-java_3.3.1+ds-3_all.deb ... unit-abot-epc-basic-0: 16:52:02 DEBUG unit.abot-epc-basic/0.install Unpacking libeasymock-java (3.3.1+ds-3) ... unit-mysql-0: 16:52:02 DEBUG unit.mysql/0.install Selecting previously unselected package libossp-uuid16. unit-mysql-0: 16:52:02 DEBUG unit.mysql/0.install Preparing to unpack .../libossp-uuid16_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 16:52:02 DEBUG unit.mysql/0.install Unpacking libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 16:52:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet2.5-java. unit-abot-epc-basic-0: 16:52:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libservlet2.5-java_6.0.45+dfsg-1_all.deb ... unit-abot-epc-basic-0: 16:52:02 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet2.5-java (6.0.45+dfsg-1) ... unit-mysql-0: 16:52:03 DEBUG unit.mysql/0.install Selecting previously unselected package pwgen. unit-mysql-0: 16:52:03 DEBUG unit.mysql/0.install Preparing to unpack .../pwgen_2.06-1ubuntu4_amd64.deb ... unit-mysql-0: 16:52:03 DEBUG unit.mysql/0.install Unpacking pwgen (2.06-1ubuntu4) ... unit-abot-epc-basic-0: 16:52:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjetty-java. unit-abot-epc-basic-0: 16:52:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjetty-java_6.1.26-5_all.deb ... unit-abot-epc-basic-0: 16:52:03 DEBUG unit.abot-epc-basic/0.install Unpacking libjetty-java (6.1.26-5) ... unit-abot-epc-basic-0: 16:52:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblog4j1.2-java. unit-abot-epc-basic-0: 16:52:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblog4j1.2-java_1.2.17-7ubuntu1_all.deb ... unit-mysql-0: 16:52:04 DEBUG unit.mysql/0.install Selecting previously unselected package python-mysqldb. unit-mysql-0: 16:52:04 DEBUG unit.mysql/0.install Preparing to unpack .../python-mysqldb_1.2.3-2ubuntu1_amd64.deb ... unit-mysql-0: 16:52:04 DEBUG unit.mysql/0.install Unpacking python-mysqldb (1.2.3-2ubuntu1) ... unit-abot-epc-basic-0: 16:52:04 DEBUG unit.abot-epc-basic/0.install Unpacking liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-abot-epc-basic-0: 16:52:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven-parent-java. unit-abot-epc-basic-0: 16:52:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven-parent-java_21-2_all.deb ... unit-abot-epc-basic-0: 16:52:04 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven-parent-java (21-2) ... unit-mysql-0: 16:52:05 DEBUG unit.mysql/0.install Selecting previously unselected package uuid. unit-mysql-0: 16:52:05 DEBUG unit.mysql/0.install Preparing to unpack .../uuid_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 16:52:05 DEBUG unit.mysql/0.install Unpacking uuid (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 16:52:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon2-java. unit-abot-epc-basic-0: 16:52:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon2-java_2.10-3_all.deb ... unit-abot-epc-basic-0: 16:52:05 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon2-java (2.10-3) ... unit-mysql-0: 16:52:05 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:52:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven3-core-java. unit-abot-epc-basic-0: 16:52:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven3-core-java_3.3.9-3_all.deb ... unit-abot-epc-basic-0: 16:52:05 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven3-core-java (3.3.9-3) ... unit-abot-epc-basic-0: 16:52:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package maven. unit-abot-epc-basic-0: 16:52:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/maven_3.3.9-3_all.deb ... unit-abot-epc-basic-0: 16:52:06 DEBUG unit.abot-epc-basic/0.install Unpacking maven (3.3.9-3) ... unit-abot-epc-basic-0: 16:52:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapr1:amd64. unit-abot-epc-basic-0: 16:52:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapr1_1.5.2-3_amd64.deb ... unit-abot-epc-basic-0: 16:52:08 DEBUG unit.abot-epc-basic/0.install Unpacking libapr1:amd64 (1.5.2-3) ... unit-mysql-0: 16:52:08 DEBUG unit.mysql/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:52:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1:amd64. unit-abot-epc-basic-0: 16:52:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 16:52:09 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1:amd64 (1.5.4-1build1) ... unit-mysql-0: 16:52:09 DEBUG unit.mysql/0.install Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:52:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. unit-abot-epc-basic-0: 16:52:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-dbd-sqlite3_1.5.4-1build1_amd64.deb ... unit-mysql-0: 16:52:10 DEBUG unit.mysql/0.install Setting up debconf-utils (1.5.51ubuntu2) ... unit-abot-epc-basic-0: 16:52:10 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-mysql-0: 16:52:11 DEBUG unit.mysql/0.install Setting up libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 16:52:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-ldap:amd64. unit-abot-epc-basic-0: 16:52:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-ldap_1.5.4-1build1_amd64.deb ... unit-mysql-0: 16:52:11 DEBUG unit.mysql/0.install Setting up pwgen (2.06-1ubuntu4) ... unit-abot-epc-basic-0: 16:52:11 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-mysql-0: 16:52:12 DEBUG unit.mysql/0.install Setting up python-mysqldb (1.2.3-2ubuntu1) ... unit-abot-epc-basic-0: 16:52:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblua5.1-0:amd64. unit-mysql-0: 16:52:12 DEBUG unit.mysql/0.install Setting up uuid (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 16:52:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblua5.1-0_5.1.5-8ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:52:12 DEBUG unit.abot-epc-basic/0.install Unpacking liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-mysql-0: 16:52:13 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 16:52:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-bin. unit-abot-epc-basic-0: 16:52:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-bin_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 16:52:13 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-bin (2.4.18-2ubuntu3.9) ... unit-mysql-0: 16:52:15 INFO juju.worker.uniter.operation ran "install" hook unit-mysql-0: 16:52:15 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-mysql-0: 16:52:15 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-mysql-0: 16:52:15 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 16:52:15 DEBUG juju.worker.uniter.operation running operation accept leadership unit-mysql-0: 16:52:15 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-mysql-0: 16:52:15 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-mysql-0: 16:52:15 INFO juju.worker.uniter found queued "leader-elected" hook unit-mysql-0: 16:52:15 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-mysql-0: 16:52:15 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-mysql-0: 16:52:15 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-mysql-0: 16:52:15 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-mysql-0: 16:52:15 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-mysql-0: 16:52:15 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-abot-epc-basic-0: 16:52:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-utils. unit-abot-epc-basic-0: 16:52:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-utils_2.4.18-2ubuntu3.9_amd64.deb ... unit-mysql-0: 16:52:15 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-mysql-0: 16:52:15 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-abot-epc-basic-0: 16:52:15 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-utils (2.4.18-2ubuntu3.9) ... unit-mysql-0: 16:52:15 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-mysql-0: 16:52:15 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 16:52:15 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:52:15 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-mysql-0: 16:52:15 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-mysql-0: 16:52:15 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-mysql-0: 16:52:15 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-mysql-0: 16:52:15 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-mysql-0: 16:52:15 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-mysql-0: 16:52:16 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 16:52:16 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 16:52:16 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 16:52:16 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-abot-epc-basic-0: 16:52:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-data. unit-abot-epc-basic-0: 16:52:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-data_2.4.18-2ubuntu3.9_all.deb ... unit-abot-epc-basic-0: 16:52:16 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-data (2.4.18-2ubuntu3.9) ... unit-mysql-0: 16:52:16 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security InRelease unit-mysql-0: 16:52:16 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Sources unit-mysql-0: 16:52:16 DEBUG unit.mysql/0.config-changed Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-mysql-0: 16:52:16 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Sources unit-mysql-0: 16:52:16 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 16:52:16 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-mysql-0: 16:52:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 16:52:17 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-mysql-0: 16:52:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-mysql-0: 16:52:17 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 16:52:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-mysql-0: 16:52:17 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-mysql-0: 16:52:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-mysql-0: 16:52:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-mysql-0: 16:52:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-abot-epc-basic-0: 16:52:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2. unit-abot-epc-basic-0: 16:52:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2_2.4.18-2ubuntu3.9_amd64.deb ... unit-mysql-0: 16:52:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-mysql-0: 16:52:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-abot-epc-basic-0: 16:52:17 DEBUG unit.abot-epc-basic/0.install Unpacking apache2 (2.4.18-2ubuntu3.9) ... unit-mysql-0: 16:52:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-mysql-0: 16:52:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-mysql-0: 16:52:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-mysql-0: 16:52:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-mysql-0: 16:52:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-mysql-0: 16:52:18 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-mysql-0: 16:52:18 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-mysql-0: 16:52:18 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-mysql-0: 16:52:18 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-mysql-0: 16:52:18 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-mysql-0: 16:52:18 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-mysql-0: 16:52:18 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-abot-epc-basic-0: 16:52:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip-whl. unit-abot-epc-basic-0: 16:52:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip-whl_8.1.1-2ubuntu0.4_all.deb ... unit-mysql-0: 16:52:18 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-abot-epc-basic-0: 16:52:18 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip-whl (8.1.1-2ubuntu0.4) ... unit-mysql-0: 16:52:18 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-mysql-0: 16:52:18 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-mysql-0: 16:52:18 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-mysql-0: 16:52:19 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-mysql-0: 16:52:19 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-mysql-0: 16:52:19 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-mysql-0: 16:52:19 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-mysql-0: 16:52:19 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-mysql-0: 16:52:19 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-mysql-0: 16:52:19 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-mysql-0: 16:52:19 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-abot-epc-basic-0: 16:52:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-minimal:amd64. unit-abot-epc-basic-0: 16:52:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-minimal_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 16:52:19 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 16:52:19 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-mysql-0: 16:52:19 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-mysql-0: 16:52:19 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-mysql-0: 16:52:20 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-mysql-0: 16:52:20 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-mysql-0: 16:52:20 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-mysql-0: 16:52:20 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 16:52:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-minimal. unit-abot-epc-basic-0: 16:52:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7-minimal_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 16:52:21 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 16:52:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-minimal. unit-abot-epc-basic-0: 16:52:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-minimal_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 16:52:22 DEBUG unit.abot-epc-basic/0.install Unpacking python-minimal (2.7.12-1~16.04) ... unit-mysql-0: 16:52:22 DEBUG unit.mysql/0.config-changed Reading package lists... unit-mysql-0: 16:52:22 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 16:52:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-stdlib:amd64. unit-abot-epc-basic-0: 16:52:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-stdlib_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-mysql-0: 16:52:23 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 16:52:23 INFO unit.mysql/0.juju-log Installing mysql-server with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 16:52:23 DEBUG unit.mysql/0.config-changed Reading package lists... unit-abot-epc-basic-0: 16:52:23 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 16:52:23 DEBUG unit.mysql/0.config-changed Building dependency tree... unit-mysql-0: 16:52:23 DEBUG unit.mysql/0.config-changed Reading state information... unit-mysql-0: 16:52:23 DEBUG unit.mysql/0.config-changed The following extra packages will be installed: unit-mysql-0: 16:52:23 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 16:52:23 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server-5.5 unit-mysql-0: 16:52:23 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-mysql-0: 16:52:23 DEBUG unit.mysql/0.config-changed Suggested packages: unit-mysql-0: 16:52:23 DEBUG unit.mysql/0.config-changed libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-mysql-0: 16:52:23 DEBUG unit.mysql/0.config-changed libsql-statement-perl libipc-sharedcache-perl tinyca mailx unit-mysql-0: 16:52:23 DEBUG unit.mysql/0.config-changed The following NEW packages will be installed: unit-mysql-0: 16:52:23 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 16:52:23 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server mysql-server-5.5 unit-mysql-0: 16:52:23 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-mysql-0: 16:52:23 DEBUG unit.mysql/0.config-changed 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 16:52:23 DEBUG unit.mysql/0.config-changed Need to get 8868 kB of archives. unit-mysql-0: 16:52:23 DEBUG unit.mysql/0.config-changed After this operation, 93.5 MB of additional disk space will be used. unit-mysql-0: 16:52:23 DEBUG unit.mysql/0.config-changed Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-abot-epc-basic-0: 16:52:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7. unit-abot-epc-basic-0: 16:52:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 16:52:24 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 16:52:24 DEBUG unit.mysql/0.config-changed Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-mysql-0: 16:52:24 DEBUG unit.mysql/0.config-changed Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] unit-mysql-0: 16:52:25 DEBUG unit.mysql/0.config-changed Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] unit-mysql-0: 16:52:25 DEBUG unit.mysql/0.config-changed Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1463 kB] unit-mysql-0: 16:52:25 DEBUG unit.mysql/0.config-changed Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [3764 kB] unit-abot-epc-basic-0: 16:52:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-stdlib:amd64. unit-abot-epc-basic-0: 16:52:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-stdlib_2.7.12-1~16.04_amd64.deb ... unit-mysql-0: 16:52:25 DEBUG unit.mysql/0.config-changed Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1862 kB] unit-abot-epc-basic-0: 16:52:25 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-mysql-0: 16:52:26 DEBUG unit.mysql/0.config-changed Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] unit-mysql-0: 16:52:26 DEBUG unit.mysql/0.config-changed Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB] unit-mysql-0: 16:52:26 DEBUG unit.mysql/0.config-changed Preconfiguring packages ... unit-abot-epc-basic-0: 16:52:26 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-mysql-0: 16:52:26 DEBUG unit.mysql/0.config-changed Fetched 8868 kB in 2s (3284 kB/s) unit-mysql-0: 16:52:26 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbi-perl. unit-mysql-0: 16:52:26 DEBUG unit.mysql/0.config-changed (Reading database ... 83567 files and directories currently installed.) unit-mysql-0: 16:52:26 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-mysql-0: 16:52:26 DEBUG unit.mysql/0.config-changed Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 16:52:27 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 16:52:27 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-mysql-0: 16:52:27 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbd-mysql-perl. unit-mysql-0: 16:52:27 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 16:52:27 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-mysql-0: 16:52:27 DEBUG unit.mysql/0.config-changed Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 16:52:28 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-mysql-0: 16:52:28 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libterm-readkey-perl. unit-mysql-0: 16:52:28 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-abot-epc-basic-0: 16:52:28 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-mysql-0: 16:52:28 DEBUG unit.mysql/0.config-changed Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 16:52:28 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 16:52:29 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-core-5.5. unit-mysql-0: 16:52:29 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 16:52:29 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:52:29 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 16:52:29 DEBUG unit.abot-epc-basic/0.install Setting up python-minimal (2.7.12-1~16.04) ... unit-mysql-0: 16:52:30 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-5.5. unit-mysql-0: 16:52:30 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 16:52:30 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:52:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python. unit-abot-epc-basic-0: 16:52:31 DEBUG unit.abot-epc-basic/0.install (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 ... 89203 files and directories currently installed.) unit-abot-epc-basic-0: 16:52:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 16:52:31 DEBUG unit.abot-epc-basic/0.install Unpacking python (2.7.12-1~16.04) ... unit-mysql-0: 16:52:32 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-core-5.5. unit-mysql-0: 16:52:32 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 16:52:32 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:52:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip. unit-abot-epc-basic-0: 16:52:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip_8.1.1-2ubuntu0.4_all.deb ... unit-abot-epc-basic-0: 16:52:33 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 16:52:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpc3:amd64. unit-abot-epc-basic-0: 16:52:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpc3_1.0.3-1_amd64.deb ... unit-mysql-0: 16:52:34 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-5.5. unit-mysql-0: 16:52:34 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:52:34 DEBUG unit.abot-epc-basic/0.install Unpacking libmpc3:amd64 (1.0.3-1) ... unit-abot-epc-basic-0: 16:52:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant. unit-abot-epc-basic-0: 16:52:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 16:52:34 DEBUG unit.abot-epc-basic/0.install Unpacking ant (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 16:52:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant-optional. unit-abot-epc-basic-0: 16:52:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant-optional_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 16:52:35 DEBUG unit.abot-epc-basic/0.install Unpacking ant-optional (1.9.6-1ubuntu1.1) ... unit-mysql-0: 16:52:35 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:52:35 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 16:52:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package binutils. unit-abot-epc-basic-0: 16:52:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../binutils_2.26.1-1ubuntu1~16.04.7_amd64.deb ... unit-abot-epc-basic-0: 16:52:35 DEBUG unit.abot-epc-basic/0.install Unpacking binutils (2.26.1-1ubuntu1~16.04.7) ... unit-abot-epc-basic-0: 16:52:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc-dev-bin. unit-abot-epc-basic-0: 16:52:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc-dev-bin_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 16:52:37 DEBUG unit.abot-epc-basic/0.install Unpacking libc-dev-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 16:52:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-abot-epc-basic-0: 16:52:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../linux-libc-dev_4.4.0-137.163_amd64.deb ... unit-abot-epc-basic-0: 16:52:38 DEBUG unit.abot-epc-basic/0.install Unpacking linux-libc-dev:amd64 (4.4.0-137.163) ... unit-mysql-0: 16:52:38 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libhtml-template-perl. unit-mysql-0: 16:52:38 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-mysql-0: 16:52:38 DEBUG unit.mysql/0.config-changed Unpacking libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 16:52:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dev:amd64. unit-abot-epc-basic-0: 16:52:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dev_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 16:52:38 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dev:amd64 (2.23-0ubuntu10) ... unit-mysql-0: 16:52:38 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server. unit-mysql-0: 16:52:38 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 16:52:38 DEBUG unit.mysql/0.config-changed Unpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 16:52:39 DEBUG unit.mysql/0.config-changed Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:52:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libisl15:amd64. unit-abot-epc-basic-0: 16:52:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ... unit-abot-epc-basic-0: 16:52:39 DEBUG unit.abot-epc-basic/0.install Unpacking libisl15:amd64 (0.16.1-1) ... unit-abot-epc-basic-0: 16:52:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp-5. unit-abot-epc-basic-0: 16:52:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:52:40 DEBUG unit.abot-epc-basic/0.install Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 16:52:40 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-mysql-0: 16:52:41 DEBUG unit.mysql/0.config-changed Setting up libdbi-perl (1.630-1) ... unit-mysql-0: 16:52:42 DEBUG unit.mysql/0.config-changed Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 16:52:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp. unit-abot-epc-basic-0: 16:52:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:52:43 DEBUG unit.abot-epc-basic/0.install Unpacking cpp (4:5.3.1-1ubuntu1) ... unit-mysql-0: 16:52:43 DEBUG unit.mysql/0.config-changed Setting up libterm-readkey-perl (2.31-1) ... unit-mysql-0: 16:52:44 DEBUG unit.mysql/0.config-changed Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:52:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcc1-0:amd64. unit-abot-epc-basic-0: 16:52:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcc1-0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 16:52:45 DEBUG unit.mysql/0.config-changed Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:52:45 DEBUG unit.abot-epc-basic/0.install Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 16:52:46 DEBUG unit.mysql/0.config-changed Setting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:52:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgomp1:amd64. unit-abot-epc-basic-0: 16:52:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgomp1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 16:52:47 DEBUG unit.mysql/0.config-changed Setting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:52:47 DEBUG unit.abot-epc-basic/0.install Unpacking libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:52:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libitm1:amd64. unit-abot-epc-basic-0: 16:52:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libitm1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:52:48 DEBUG unit.abot-epc-basic/0.install Unpacking libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:52:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatomic1:amd64. unit-abot-epc-basic-0: 16:52:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatomic1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:52:50 DEBUG unit.abot-epc-basic/0.install Unpacking libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:52:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasan2:amd64. unit-abot-epc-basic-0: 16:52:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasan2_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:52:50 DEBUG unit.abot-epc-basic/0.install Unpacking libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:52:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblsan0:amd64. unit-abot-epc-basic-0: 16:52:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:52:51 DEBUG unit.abot-epc-basic/0.install Unpacking liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:52:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtsan0:amd64. unit-abot-epc-basic-0: 16:52:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:52:52 DEBUG unit.abot-epc-basic/0.install Unpacking libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:52:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libubsan0:amd64. unit-abot-epc-basic-0: 16:52:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libubsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:52:53 DEBUG unit.abot-epc-basic/0.install Unpacking libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:52:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcilkrts5:amd64. unit-abot-epc-basic-0: 16:52:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcilkrts5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:52:53 DEBUG unit.abot-epc-basic/0.install Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:52:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpx0:amd64. unit-abot-epc-basic-0: 16:52:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpx0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:52:54 DEBUG unit.abot-epc-basic/0.install Unpacking libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:52:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libquadmath0:amd64. unit-abot-epc-basic-0: 16:52:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libquadmath0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:52:55 DEBUG unit.abot-epc-basic/0.install Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:52:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcc-5-dev:amd64. unit-abot-epc-basic-0: 16:52:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcc-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:52:55 DEBUG unit.abot-epc-basic/0.install Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:52:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc-5. unit-abot-epc-basic-0: 16:52:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:52:55 DEBUG unit.abot-epc-basic/0.install Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 16:52:56 DEBUG unit.mysql/0.config-changed 181004 16:52:56 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead. unit-mysql-0: 16:52:56 DEBUG unit.mysql/0.config-changed 181004 16:52:56 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-mysql-0: 16:52:56 DEBUG unit.mysql/0.config-changed 181004 16:52:56 [Note] /usr/sbin/mysqld (mysqld 5.5.61-0ubuntu0.14.04.1) starting as process 17529 ... unit-abot-epc-basic-0: 16:52:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc. unit-abot-epc-basic-0: 16:52:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:52:57 DEBUG unit.abot-epc-basic/0.install Unpacking gcc (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:52:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libstdc++-5-dev:amd64. unit-abot-epc-basic-0: 16:52:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libstdc++-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:52:57 DEBUG unit.abot-epc-basic/0.install Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:52:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++-5. unit-abot-epc-basic-0: 16:52:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:52:58 DEBUG unit.abot-epc-basic/0.install Unpacking g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:53:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++. unit-abot-epc-basic-0: 16:53:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:53:00 DEBUG unit.abot-epc-basic/0.install Unpacking g++ (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:53:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package make. unit-abot-epc-basic-0: 16:53:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/make_4.1-6_amd64.deb ... unit-abot-epc-basic-0: 16:53:00 DEBUG unit.abot-epc-basic/0.install Unpacking make (4.1-6) ... unit-abot-epc-basic-0: 16:53:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdpkg-perl. unit-abot-epc-basic-0: 16:53:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.4_all.deb ... unit-abot-epc-basic-0: 16:53:00 DEBUG unit.abot-epc-basic/0.install Unpacking libdpkg-perl (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 16:53:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dpkg-dev. unit-abot-epc-basic-0: 16:53:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.4_all.deb ... unit-abot-epc-basic-0: 16:53:01 DEBUG unit.abot-epc-basic/0.install Unpacking dpkg-dev (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 16:53:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package build-essential. unit-abot-epc-basic-0: 16:53:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../build-essential_12.1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:53:01 DEBUG unit.abot-epc-basic/0.install Unpacking build-essential (12.1ubuntu2) ... unit-abot-epc-basic-0: 16:53:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfakeroot:amd64. unit-abot-epc-basic-0: 16:53:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:53:01 DEBUG unit.abot-epc-basic/0.install Unpacking libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 16:53:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fakeroot. unit-abot-epc-basic-0: 16:53:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:53:02 DEBUG unit.abot-epc-basic/0.install Unpacking fakeroot (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 16:53:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-abot-epc-basic-0: 16:53:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.03-1_all.deb ... unit-abot-epc-basic-0: 16:53:02 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-perl (1.19.03-1) ... unit-abot-epc-basic-0: 16:53:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-abot-epc-basic-0: 16:53:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-4build1_amd64.deb ... unit-abot-epc-basic-0: 16:53:02 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-xs-perl (0.04-4build1) ... unit-abot-epc-basic-0: 16:53:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-abot-epc-basic-0: 16:53:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-3_all.deb ... unit-abot-epc-basic-0: 16:53:02 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-merge-perl (0.08-3) ... unit-abot-epc-basic-0: 16:53:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp2-java. unit-abot-epc-basic-0: 16:53:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp2-java_2.1.10-7build1_all.deb ... unit-abot-epc-basic-0: 16:53:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp2-java (2.1.10-7build1) ... unit-abot-epc-basic-0: 16:53:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp3-java. unit-abot-epc-basic-0: 16:53:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp3-java_1.1.4c-2build1_all.deb ... unit-abot-epc-basic-0: 16:53:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp3-java (1.1.4c-2build1) ... unit-abot-epc-basic-0: 16:53:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdom4j-java. unit-abot-epc-basic-0: 16:53:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdom4j-java_1.6.1+dfsg.3-2ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:53:04 DEBUG unit.abot-epc-basic/0.install Unpacking libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-abot-epc-basic-0: 16:53:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-abot-epc-basic-0: 16:53:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libexpat1-dev_2.1.0-7ubuntu0.16.04.3_amd64.deb ... unit-abot-epc-basic-0: 16:53:05 DEBUG unit.abot-epc-basic/0.install Unpacking libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 16:53:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-abot-epc-basic-0: 16:53:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-fcntllock-perl_0.22-3_amd64.deb ... unit-abot-epc-basic-0: 16:53:05 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-fcntllock-perl (0.22-3) ... unit-abot-epc-basic-0: 16:53:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7:amd64. unit-abot-epc-basic-0: 16:53:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 16:53:05 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 16:53:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-abot-epc-basic-0: 16:53:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-dev_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 16:53:06 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 16:53:06 DEBUG unit.mysql/0.config-changed mysql start/running, process 17662 unit-mysql-0: 16:53:07 DEBUG unit.mysql/0.config-changed Setting up libhtml-template-perl (2.95-1) ... unit-mysql-0: 16:53:07 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-mysql-0: 16:53:08 DEBUG unit.mysql/0.config-changed Setting up mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:53:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-dev:amd64. unit-abot-epc-basic-0: 16:53:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 16:53:10 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 16:53:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-all-dev:amd64. unit-abot-epc-basic-0: 16:53:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-all-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 16:53:10 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 16:53:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxom-java. unit-abot-epc-basic-0: 16:53:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxom-java_1.2.10-1_all.deb ... unit-abot-epc-basic-0: 16:53:10 DEBUG unit.abot-epc-basic/0.install Unpacking libxom-java (1.2.10-1) ... unit-mysql-0: 16:53:10 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 16:53:10 INFO unit.mysql/0.juju-log dataset size in bytes: 1677721600 unit-abot-epc-basic-0: 16:53:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package manpages-dev. unit-abot-epc-basic-0: 16:53:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../manpages-dev_4.04-2_all.deb ... unit-abot-epc-basic-0: 16:53:11 DEBUG unit.abot-epc-basic/0.install Unpacking manpages-dev (4.04-2) ... unit-abot-epc-basic-0: 16:53:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all. unit-abot-epc-basic-0: 16:53:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-all_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 16:53:11 DEBUG unit.abot-epc-basic/0.install Unpacking python-all (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 16:53:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-dev. unit-abot-epc-basic-0: 16:53:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7-dev_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 16:53:12 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-dev (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 16:53:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-dev. unit-abot-epc-basic-0: 16:53:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 16:53:12 DEBUG unit.abot-epc-basic/0.install Unpacking python-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 16:53:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all-dev. unit-abot-epc-basic-0: 16:53:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-all-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 16:53:12 DEBUG unit.abot-epc-basic/0.install Unpacking python-all-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 16:53:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pkg-resources. unit-abot-epc-basic-0: 16:53:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pkg-resources_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 16:53:12 DEBUG unit.abot-epc-basic/0.install Unpacking python-pkg-resources (20.7.0-1) ... unit-abot-epc-basic-0: 16:53:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-setuptools. unit-abot-epc-basic-0: 16:53:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-setuptools_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 16:53:13 DEBUG unit.abot-epc-basic/0.install Unpacking python-setuptools (20.7.0-1) ... unit-mysql-0: 16:53:13 DEBUG unit.mysql/0.config-changed mysql stop/waiting unit-abot-epc-basic-0: 16:53:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-wheel. unit-abot-epc-basic-0: 16:53:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-wheel_0.29.0-1_all.deb ... unit-abot-epc-basic-0: 16:53:13 DEBUG unit.abot-epc-basic/0.install Unpacking python-wheel (0.29.0-1) ... unit-abot-epc-basic-0: 16:53:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ssl-cert. unit-abot-epc-basic-0: 16:53:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ssl-cert_1.0.37_all.deb ... unit-abot-epc-basic-0: 16:53:15 DEBUG unit.abot-epc-basic/0.install Unpacking ssl-cert (1.0.37) ... unit-abot-epc-basic-0: 16:53:15 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-mysql-0: 16:53:15 DEBUG unit.mysql/0.config-changed mysql start/running, process 17787 unit-mysql-0: 16:53:15 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-mysql-0: 16:53:15 INFO juju.worker.uniter.operation ran "config-changed" hook unit-mysql-0: 16:53:15 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-mysql-0: 16:53:16 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-mysql-0: 16:53:16 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 16:53:16 INFO juju.worker.uniter found queued "start" hook unit-mysql-0: 16:53:16 DEBUG juju.worker.uniter.operation running operation run start hook unit-mysql-0: 16:53:16 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-mysql-0: 16:53:16 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-mysql-0: 16:53:16 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-mysql-0: 16:53:16 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-mysql-0: 16:53:16 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-abot-epc-basic-0: 16:53:18 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 16:53:18 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-codec-java (1.10-1) ... unit-abot-epc-basic-0: 16:53:18 DEBUG unit.abot-epc-basic/0.install Setting up libapache-pom-java (10-2build1) ... unit-abot-epc-basic-0: 16:53:18 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-parent-java (39-3) ... unit-abot-epc-basic-0: 16:53:18 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-logging-java (1.2-1+build1) ... unit-abot-epc-basic-0: 16:53:19 DEBUG unit.abot-epc-basic/0.install Setting up libhttpcore-java (4.4.4-1) ... unit-abot-epc-basic-0: 16:53:19 DEBUG unit.abot-epc-basic/0.install Setting up libhttpclient-java (4.5.1-1) ... unit-mysql-0: 16:53:19 DEBUG unit.mysql/0.start mysql stop/waiting unit-abot-epc-basic-0: 16:53:19 DEBUG unit.abot-epc-basic/0.install Setting up libslf4j-java (1.7.14-3) ... unit-abot-epc-basic-0: 16:53:19 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-httpclient-java (3.1-12) ... unit-abot-epc-basic-0: 16:53:20 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-io-java (2.4-2) ... unit-abot-epc-basic-0: 16:53:20 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net2-java (2.2-2) ... unit-abot-epc-basic-0: 16:53:20 DEBUG unit.abot-epc-basic/0.install Setting up libjsch-java (0.1.53-1ubuntu1) ... unit-abot-epc-basic-0: 16:53:20 DEBUG unit.abot-epc-basic/0.install Setting up libjsoup-java (1.8.3-1) ... unit-mysql-0: 16:53:21 DEBUG unit.mysql/0.start mysql start/running, process 17898 unit-mysql-0: 16:53:21 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 16:53:21 DEBUG unit.abot-epc-basic/0.install Setting up libatinject-jsr330-api-java (1.0+ds1-2) ... unit-abot-epc-basic-0: 16:53:22 DEBUG unit.abot-epc-basic/0.install Setting up libjsr305-java (0.1~+svn49-9) ... unit-mysql-0: 16:53:22 INFO juju.worker.uniter.operation ran "start" hook unit-mysql-0: 16:53:22 DEBUG juju.worker.uniter.operation unit mysql/0 has started but has not yet set status unit-abot-epc-basic-0: 16:53:22 DEBUG unit.abot-epc-basic/0.install Setting up libguava-java (19.0-1) ... unit-mysql-0: 16:53:23 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-mysql-0: 16:53:23 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-mysql-0: 16:53:23 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 16:53:23 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:53:23 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-mysql-0: 16:53:23 INFO juju.worker.uniter.relation joining relation "mysql:cluster" unit-abot-epc-basic-0: 16:53:23 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds-java (1.5.0-5) ... unit-abot-epc-basic-0: 16:53:24 DEBUG unit.abot-epc-basic/0.install Setting up libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-mysql-0: 16:53:24 INFO juju.worker.uniter.relation joined relation "mysql:cluster" unit-abot-epc-basic-0: 16:53:25 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-resolver1.1-java (1.2-7build1) ... unit-mysql-0: 16:53:25 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-abot-epc-basic-0: 16:53:27 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-external-java (1.4.01-2build1) ... unit-abot-epc-basic-0: 16:53:28 DEBUG unit.abot-epc-basic/0.install Setting up libxerces2-java (2.11.0-7) ... unit-mysql-0: 16:53:28 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-abot-epc-basic-0: 16:53:29 DEBUG unit.abot-epc-basic/0.install Setting up libxalan2-java (2.7.1-9) ... unit-abot-epc-basic-0: 16:53:29 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interpolation-java (1.21-1) ... unit-mysql-0: 16:53:29 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 16:53:30 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils-java (1:1.5.15-4) ... unit-abot-epc-basic-0: 16:53:32 DEBUG unit.abot-epc-basic/0.install Setting up libxbean-java (4.5-1) ... unit-abot-epc-basic-0: 16:53:32 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers-java (1.0~beta3.0.7-8) ... unit-abot-epc-basic-0: 16:53:33 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-abot-epc-basic-0: 16:53:33 DEBUG unit.abot-epc-basic/0.install Setting up libwagon-java (1.0.0-7) ... unit-abot-epc-basic-0: 16:53:34 DEBUG unit.abot-epc-basic/0.install Setting up libeclipse-aether-java (1.0.2-1) ... unit-abot-epc-basic-0: 16:53:34 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-cli-java (1.3.1-3ubuntu1) ... unit-abot-epc-basic-0: 16:53:34 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang3-java (3.4-1) ... unit-abot-epc-basic-0: 16:53:34 DEBUG unit.abot-epc-basic/0.install Setting up libaopalliance-java (20070526-5) ... unit-abot-epc-basic-0: 16:53:34 DEBUG unit.abot-epc-basic/0.install Setting up libguice-java (4.0-2) ... unit-abot-epc-basic-0: 16:53:35 DEBUG unit.abot-epc-basic/0.install Setting up junit (3.8.2-8build1) ... unit-abot-epc-basic-0: 16:53:35 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cipher-java (1.7-1) ... unit-abot-epc-basic-0: 16:53:35 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds2-java (2.5.2-1) ... unit-abot-epc-basic-0: 16:53:35 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils2-java (3.0.22-1) ... unit-abot-epc-basic-0: 16:53:36 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-container-default1.5-java (1.6-2) ... unit-abot-epc-basic-0: 16:53:36 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-annotations-java (1.6-2) ... unit-abot-epc-basic-0: 16:53:36 DEBUG unit.abot-epc-basic/0.install Setting up libasm4-java (5.0.4-1) ... unit-abot-epc-basic-0: 16:53:37 DEBUG unit.abot-epc-basic/0.install Setting up libjaxen-java (1.1.6-1ubuntu1) ... unit-abot-epc-basic-0: 16:53:38 DEBUG unit.abot-epc-basic/0.install Setting up libjdom1-java (1.1.3-1) ... unit-abot-epc-basic-0: 16:53:38 DEBUG unit.abot-epc-basic/0.install Setting up libclassworlds-java (1.1-final-5) ... unit-abot-epc-basic-0: 16:53:39 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang-java (2.6-6ubuntu2) ... unit-abot-epc-basic-0: 16:53:39 DEBUG unit.abot-epc-basic/0.install Setting up libdoxia-core-java (1.1.4-3ubuntu1) ... unit-abot-epc-basic-0: 16:53:39 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... unit-abot-epc-basic-0: 16:53:39 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-abot-epc-basic-0: 16:53:39 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-io-java (1.0~alpha5-2) ... unit-abot-epc-basic-0: 16:53:39 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-archiver-java (2.2-1) ... unit-abot-epc-basic-0: 16:53:40 DEBUG unit.abot-epc-basic/0.install Setting up libbsh-java (2.0b4-17ubuntu1) ... unit-abot-epc-basic-0: 16:53:40 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-abot-epc-basic-0: 16:53:40 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-sec-dispatcher-java (1.3.1-6) ... unit-abot-epc-basic-0: 16:53:40 DEBUG unit.abot-epc-basic/0.install Setting up libmaven2-core-java (2.2.1-24) ... unit-abot-epc-basic-0: 16:53:40 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cli-java (1.2-5) ... unit-abot-epc-basic-0: 16:53:40 DEBUG unit.abot-epc-basic/0.install Setting up libqdox2-java (2.0~M3-2) ... unit-abot-epc-basic-0: 16:53:40 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-metadata-java (1.6-2) ... unit-abot-epc-basic-0: 16:53:40 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers1.5-java (1.6-2) ... unit-abot-epc-basic-0: 16:53:41 DEBUG unit.abot-epc-basic/0.install Setting up libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-abot-epc-basic-0: 16:53:41 DEBUG unit.abot-epc-basic/0.install Setting up libservlet3.1-java (8.0.32-1ubuntu1.7) ... unit-abot-epc-basic-0: 16:53:41 DEBUG unit.abot-epc-basic/0.install Setting up libcdi-api-java (1.0-2) ... unit-abot-epc-basic-0: 16:53:41 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-inject-java (0.3.2-1) ... unit-abot-epc-basic-0: 16:53:41 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-plexus-java (0.3.2-1) ... unit-abot-epc-basic-0: 16:53:41 DEBUG unit.abot-epc-basic/0.install Setting up libhamcrest-java (1.3-5ubuntu1) ... unit-abot-epc-basic-0: 16:53:41 DEBUG unit.abot-epc-basic/0.install Setting up junit4 (4.12-4ubuntu1) ... unit-abot-epc-basic-0: 16:53:41 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net-java (3.4-2ubuntu2) ... unit-abot-epc-basic-0: 16:53:42 DEBUG unit.abot-epc-basic/0.install Setting up libcglib3-java (3.1+dfsg-1) ... unit-abot-epc-basic-0: 16:53:42 DEBUG unit.abot-epc-basic/0.install Setting up libobjenesis-java (2.2-1) ... unit-abot-epc-basic-0: 16:53:42 DEBUG unit.abot-epc-basic/0.install Setting up libeasymock-java (3.3.1+ds-3) ... unit-abot-epc-basic-0: 16:53:43 DEBUG unit.abot-epc-basic/0.install Setting up libservlet2.5-java (6.0.45+dfsg-1) ... unit-abot-epc-basic-0: 16:53:43 DEBUG unit.abot-epc-basic/0.install Setting up libjetty-java (6.1.26-5) ... unit-abot-epc-basic-0: 16:53:43 DEBUG unit.abot-epc-basic/0.install Setting up liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-abot-epc-basic-0: 16:53:43 DEBUG unit.abot-epc-basic/0.install Setting up libmaven-parent-java (21-2) ... unit-abot-epc-basic-0: 16:53:44 DEBUG unit.abot-epc-basic/0.install Setting up libwagon2-java (2.10-3) ... unit-abot-epc-basic-0: 16:53:44 DEBUG unit.abot-epc-basic/0.install Setting up libmaven3-core-java (3.3.9-3) ... unit-abot-epc-basic-0: 16:53:44 DEBUG unit.abot-epc-basic/0.install Setting up maven (3.3.9-3) ... unit-abot-epc-basic-0: 16:53:44 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/share/maven/bin/mvn to provide /usr/bin/mvn (mvn) in auto mode unit-abot-epc-basic-0: 16:53:44 DEBUG unit.abot-epc-basic/0.install Setting up libapr1:amd64 (1.5.2-3) ... unit-abot-epc-basic-0: 16:53:45 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 16:53:45 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 16:53:45 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 16:53:45 DEBUG unit.abot-epc-basic/0.install Setting up liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-abot-epc-basic-0: 16:53:45 DEBUG unit.abot-epc-basic/0.install Setting up apache2-bin (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 16:53:45 DEBUG unit.abot-epc-basic/0.install Setting up apache2-utils (2.4.18-2ubuntu3.9) ... machine-2: 16:53:45 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-2: 16:53:45 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 16:53:45 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 16:53:45 DEBUG unit.abot-epc-basic/0.install Setting up apache2-data (2.4.18-2ubuntu3.9) ... machine-2: 16:53:45 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-2: 16:53:45 DEBUG juju.worker start "engine" machine-2: 16:53:45 INFO juju.worker start "engine" machine-2: 16:53:45 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 16:53:45 DEBUG juju.worker.dependency "clock" manifold worker started machine-2: 16:53:45 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 16:53:45 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 16:53:45 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 16:53:45 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 16:53:45 DEBUG juju.worker "engine" started machine-2: 16:53:45 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.introspection stats worker now serving machine-2: 16:53:45 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: machine-2: 16:53:45 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-2: 16:53:45 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 16:53:45 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-2: 16:53:46 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 16:53:46 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-2: 16:53:46 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 16:53:46 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 16:53:46 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:46 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:46 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:46 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:46 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:46 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:46 DEBUG juju.worker.apicaller connecting with old password machine-2: 16:53:46 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:46 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-2: 16:53:46 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 16:53:46 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-2: 16:53:46 INFO juju.api connection established to "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-2: 16:53:46 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:46 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-2: 16:53:46 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:46 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:46 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:46 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:46 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 16:53:46 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 16:53:46 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 16:53:46 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 16:53:46 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:46 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-2: 16:53:46 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 16:53:46 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:46 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 16:53:46 DEBUG juju.worker.apicaller connected machine-2: 16:53:46 DEBUG juju.worker.apicaller changing password... machine-2: 16:53:46 DEBUG juju.worker.apicaller password changed machine-2: 16:53:46 DEBUG juju.api RPC connection died machine-2: 16:53:46 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-2: 16:53:46 DEBUG juju.worker.apicaller connecting with current password machine-2: 16:53:46 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-2: 16:53:46 INFO juju.api connection established to "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-2: 16:53:46 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-abot-epc-basic-0: 16:53:46 DEBUG unit.abot-epc-basic/0.install Setting up apache2 (2.4.18-2ubuntu3.9) ... machine-2: 16:53:47 DEBUG juju.worker.apicaller connected machine-2: 16:53:48 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 16:53:48 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 16:53:48 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-2: 16:53:48 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 16:53:48 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-2: 16:53:48 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-2: 16:53:48 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-2: 16:53:48 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 16:53:48 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 16:53:48 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-2: 16:53:48 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-2: 16:53:48 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 16:53:48 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 16:53:48 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 16:53:48 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 16:53:48 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:53:48 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 16:53:48 INFO juju.worker.upgrader unblocking abort check machine-2: 16:53:48 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 16:53:48 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 16:53:48 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 16:53:48 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 16:53:48 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 16:53:48 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 16:53:48 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 16:53:48 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 16:53:48 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 16:53:48 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 16:53:48 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 16:53:48 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 16:53:48 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 16:53:48 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 16:53:48 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 16:53:48 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 16:53:48 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-2: 16:53:49 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 16:53:49 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 16:53:49 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 16:53:49 DEBUG juju.network including address public:172.30.9.210 for machine machine-2: 16:53:49 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-2: 16:53:49 DEBUG juju.network including address local-fan:252.9.0.1 for machine machine-2: 16:53:49 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 16:53:49 DEBUG juju.network including address local-machine:::1 for machine machine-2: 16:53:49 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 16:53:49 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 16:53:49 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.210:17070"] machine-2: 16:53:49 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 16:53:49 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 16:53:49 INFO juju.util.exec run result: exit status 127 machine-2: 16:53:49 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec807079220/script.sh: line 1: fanatic: command not found 127 machine-2: 16:53:49 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 16:53:49 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 16:53:49 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-2: 16:53:49 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 16:53:49 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-2: 16:53:49 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 16:53:49 DEBUG juju.worker.logger logger setup machine-2: 16:53:49 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 16:53:49 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-2: 16:53:49 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 16:53:49 DEBUG juju.api RPC connection died machine-2: 16:53:49 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 16:53:49 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-2: 16:53:49 INFO juju.worker.authenticationworker reading Juju ssh keys for "machine-2": connection is shut down machine-2: 16:53:49 DEBUG juju.worker killing runner 0xc420389930 machine-2: 16:53:49 ERROR juju.worker.logger connection is shut down machine-2: 16:53:49 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-2: 16:53:49 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 16:53:49 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-2: 16:53:49 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-2: 16:53:49 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 16:53:49 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: connection is shut down machine-2: 16:53:49 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: checking controller status: connection is shut down machine-2: 16:53:49 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 16:53:49 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: watching block devices: connection is shut down machine-2: 16:53:49 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-2: 16:53:49 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 16:53:49 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-2: 16:53:49 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-2: 16:53:49 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-2: 16:53:49 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-2: 16:53:49 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-2: 16:53:49 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 16:53:49 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 16:53:49 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 16:53:49 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-2: 16:53:49 INFO juju.worker runner is dying machine-2: 16:53:49 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: reading Juju ssh keys for "machine-2": connection is shut down machine-2: 16:53:49 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: setting up container support: setting supported containers for machine-2: connection is shut down machine-2: 16:53:49 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-2: 16:53:49 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 16:53:49 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-2: 16:53:49 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 16:53:49 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:49 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:49 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:49 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:49 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:49 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:49 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:49 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:49 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:49 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:49 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:49 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 16:53:49 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:49 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 16:53:49 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 16:53:49 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:49 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:49 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 16:53:49 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:49 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:49 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:49 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 16:53:49 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:49 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:49 DEBUG juju.worker.apicaller connecting with current password machine-2: 16:53:49 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 16:53:49 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:49 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:49 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-2: 16:53:49 INFO juju.api connection established to "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-2: 16:53:49 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-2: 16:53:49 DEBUG juju.worker.apicaller connected machine-2: 16:53:50 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 16:53:50 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:50 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:50 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 16:53:50 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 16:53:50 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:50 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:50 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:50 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:50 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 16:53:50 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:50 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:50 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:50 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:50 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:50 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:50 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:50 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:50 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:53:50 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 16:53:50 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-2: 16:53:50 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 16:53:50 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-2: 16:53:50 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 16:53:50 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 16:53:50 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 16:53:50 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 16:53:50 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 16:53:50 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 16:53:50 INFO juju.util.exec run result: exit status 127 machine-2: 16:53:50 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec363841158/script.sh: line 1: fanatic: command not found 127 machine-2: 16:53:50 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 16:53:50 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 16:53:50 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 16:53:50 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-2: 16:53:50 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 16:53:50 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 16:53:50 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 16:53:50 INFO juju.util.exec run result: exit status 127 machine-2: 16:53:50 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec690941864/script.sh: line 1: fanatic: command not found 127 machine-2: 16:53:50 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 16:53:50 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 16:53:50 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 16:53:50 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 16:53:50 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 16:53:50 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 16:53:50 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 16:53:50 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 16:53:50 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 16:53:50 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 16:53:50 DEBUG juju.network including address public:172.30.9.210 for machine machine-2: 16:53:50 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-2: 16:53:50 DEBUG juju.network including address local-fan:252.9.0.1 for machine machine-2: 16:53:50 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 16:53:50 DEBUG juju.network including address local-machine:::1 for machine machine-2: 16:53:50 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 16:53:50 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 16:53:50 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.210:17070"] machine-2: 16:53:50 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-2: 16:53:50 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 16:53:50 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 16:53:50 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 16:53:50 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 16:53:50 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 16:53:50 INFO juju.worker.upgrader unblocking abort check machine-2: 16:53:50 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 16:53:50 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 16:53:50 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 16:53:50 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 16:53:50 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-2: 16:53:50 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 16:53:50 DEBUG juju.worker.logger logger setup machine-2: 16:53:50 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 16:53:50 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 16:53:50 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 16:53:50 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-2: 16:53:50 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 16:53:50 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 16:53:50 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 16:53:50 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 16:53:50 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} machine-2: 16:53:50 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-2: 16:53:50 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 16:53:50 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-2: 16:53:50 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 16:53:50 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 16:53:50 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 16:53:50 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 16:53:50 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 16:53:50 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-2: 16:53:50 DEBUG juju.network including address local-machine:::1 for machine machine-2: 16:53:50 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.6 local-machine:::1] machine-2: 16:53:50 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.6 local-machine:::1] machine-2: 16:53:50 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 16:53:50 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 16:53:50 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 16:53:50 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 16:53:50 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 16:53:50 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 16:53:50 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 16:53:50 INFO juju.worker.authenticationworker "machine-2" key updater worker started machine-2: 16:53:50 DEBUG juju.worker start "2-container-watcher" machine-2: 16:53:50 DEBUG juju.worker start "stateconverter" machine-2: 16:53:50 INFO juju.worker start "2-container-watcher" machine-2: 16:53:50 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 16:53:50 DEBUG juju.worker "2-container-watcher" started machine-2: 16:53:50 INFO juju.worker start "stateconverter" machine-2: 16:53:50 DEBUG juju.worker "stateconverter" started machine-2: 16:53:50 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 16:53:50 INFO juju.worker.deployer deploying unit "oai-epc/0" machine-2: 16:53:50 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 16:53:50 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-2: 16:53:50 DEBUG juju.service discovered init system "upstart" from local host machine-2: 16:53:50 DEBUG juju.worker.deployer API addresses: ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.210:17070"] machine-2: 16:53:50 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-oai-epc-0 Conf:{Desc:juju unit agent for oai-epc/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-oai-epc-0/jujud' unit --data-dir '/var/lib/juju' --unit-name oai-epc/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-oai-epc-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-oai-epc-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name oai-epc/0 --debug]}}} unit-oai-epc-0: 16:53:50 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-epc-0: 16:53:50 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-epc-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-epc/0", "--debug"} unit-oai-epc-0: 16:53:50 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 16:53:50 DEBUG juju.worker start "api" unit-oai-epc-0: 16:53:50 INFO juju.worker start "api" unit-oai-epc-0: 16:53:50 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-epc-0: 16:53:50 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 16:53:50 DEBUG juju.worker "api" started unit-oai-epc-0: 16:53:50 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.apicaller connecting with old password unit-oai-epc-0: 16:53:50 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-oai-epc-0: 16:53:50 INFO juju.api connection established to "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:53:50 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 16:53:50 INFO juju.worker.machiner "machine-2" started machine-2: 16:53:50 INFO juju.api.common no addresses observed on interface "tunl0" unit-oai-epc-0: 16:53:51 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 16:53:51 DEBUG juju.worker.apicaller changing password... unit-oai-epc-0: 16:53:51 DEBUG juju.worker.apicaller password changed unit-oai-epc-0: 16:53:51 DEBUG juju.api RPC connection died unit-oai-epc-0: 16:53:51 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-epc-0: 16:53:51 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 16:53:51 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-oai-epc-0: 16:53:51 INFO juju.api connection established to "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-oai-epc-0: 16:53:51 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-2: 16:53:51 DEBUG juju.worker.machiner observed network config updated for "machine-2" to [{DeviceIndex:1 MACAddress: CIDR:127.0.0.0/8 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:127.0.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:1 MACAddress: CIDR:::1/128 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:::1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:2 MACAddress:fa:16:3e:74:17:37 CIDR:192.168.121.0/24 MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:static Address:192.168.121.6 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:74:17:37 CIDR: MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:3 MACAddress: CIDR: MTU:1480 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:tunl0 ParentInterfaceName: InterfaceType:ethernet Disabled:true NoAutoStart:true ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false}] unit-oai-epc-0: 16:53:52 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 16:53:52 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 16:53:52 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 16:53:52 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 16:53:52 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 16:53:52 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 16:53:52 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 16:53:52 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 16:53:52 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-epc-0: 16:53:52 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 16:53:52 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 16:53:52 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 16:53:52 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 16:53:52 DEBUG juju.network including address public:172.30.9.210 for machine unit-oai-epc-0: 16:53:52 DEBUG juju.network including address local-cloud:192.168.121.9 for machine unit-oai-epc-0: 16:53:52 DEBUG juju.network including address local-fan:252.9.0.1 for machine unit-oai-epc-0: 16:53:52 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 16:53:52 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 16:53:52 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 16:53:52 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 16:53:52 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 16:53:52 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 16:53:52 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-oai-epc-0: 16:53:52 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-oai-epc-0: 16:53:52 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-oai-epc-0: 16:53:52 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-epc-0: 16:53:52 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.210:17070"] unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 16:53:52 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 16:53:52 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 16:53:52 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 16:53:52 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-epc-0: 16:53:52 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-oai-epc-0: 16:53:52 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 16:53:52 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 16:53:52 INFO juju.worker.uniter resuming charm install unit-oai-epc-0: 16:53:52 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-epc-3 unit-oai-epc-0: 16:53:52 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 16:53:52 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 16:53:52 INFO juju.worker.uniter.charm downloading local:trusty/oai-epc-3 from API server unit-oai-epc-0: 16:53:52 INFO juju.downloader downloading from local:trusty/oai-epc-3 unit-oai-epc-0: 16:53:52 DEBUG httpbakery client do GET https://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/charms?file=%2A&url=local%3Atrusty%2Foai-epc-3 { unit-oai-epc-0: 16:53:52 DEBUG httpbakery } -> error unit-oai-epc-0: 16:53:52 INFO juju.downloader download complete ("local:trusty/oai-epc-3") unit-oai-epc-0: 16:53:52 INFO juju.downloader download verified ("local:trusty/oai-epc-3") unit-oai-epc-0: 16:53:53 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 16:53:53 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-epc-3" unit-oai-epc-0: 16:53:53 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-epc-3" unit-oai-epc-0: 16:53:54 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-epc-3" unit-oai-epc-0: 16:53:54 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 16:53:54 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 16:53:54 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 16:53:54 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 16:53:54 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 16:53:54 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-epc-0: 16:53:54 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 16:53:54 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 16:53:54 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 16:53:54 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 16:53:54 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 16:53:54 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 16:53:54 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 16:53:54 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 16:53:54 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 16:53:54 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 16:53:54 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 16:53:54 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 16:53:54 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 16:53:55 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 16:53:55 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 16:53:55 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install Need to get 3394 kB of archives. unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 16:53:55 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB] unit-abot-epc-basic-0: 16:53:55 DEBUG unit.abot-epc-basic/0.install Enabling module mpm_event. unit-abot-epc-basic-0: 16:53:55 DEBUG unit.abot-epc-basic/0.install Enabling module authz_core. unit-abot-epc-basic-0: 16:53:55 DEBUG unit.abot-epc-basic/0.install Enabling module authz_host. unit-abot-epc-basic-0: 16:53:55 DEBUG unit.abot-epc-basic/0.install Enabling module authn_core. unit-abot-epc-basic-0: 16:53:55 DEBUG unit.abot-epc-basic/0.install Enabling module auth_basic. unit-abot-epc-basic-0: 16:53:55 DEBUG unit.abot-epc-basic/0.install Enabling module access_compat. unit-abot-epc-basic-0: 16:53:55 DEBUG unit.abot-epc-basic/0.install Enabling module authn_file. unit-abot-epc-basic-0: 16:53:55 DEBUG unit.abot-epc-basic/0.install Enabling module authz_user. unit-abot-epc-basic-0: 16:53:55 DEBUG unit.abot-epc-basic/0.install Enabling module alias. unit-abot-epc-basic-0: 16:53:55 DEBUG unit.abot-epc-basic/0.install Enabling module dir. unit-abot-epc-basic-0: 16:53:55 DEBUG unit.abot-epc-basic/0.install Enabling module autoindex. unit-abot-epc-basic-0: 16:53:56 DEBUG unit.abot-epc-basic/0.install Enabling module env. unit-oai-epc-0: 16:53:56 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 [701 kB] unit-abot-epc-basic-0: 16:53:56 DEBUG unit.abot-epc-basic/0.install Enabling module mime. unit-abot-epc-basic-0: 16:53:56 DEBUG unit.abot-epc-basic/0.install Enabling module negotiation. unit-abot-epc-basic-0: 16:53:56 DEBUG unit.abot-epc-basic/0.install Enabling module setenvif. unit-abot-epc-basic-0: 16:53:56 DEBUG unit.abot-epc-basic/0.install Enabling module filter. unit-abot-epc-basic-0: 16:53:56 DEBUG unit.abot-epc-basic/0.install Enabling module deflate. unit-abot-epc-basic-0: 16:53:56 DEBUG unit.abot-epc-basic/0.install Enabling module status. unit-abot-epc-basic-0: 16:53:56 DEBUG unit.abot-epc-basic/0.install Enabling conf charset. unit-abot-epc-basic-0: 16:53:56 DEBUG unit.abot-epc-basic/0.install Enabling conf localized-error-pages. unit-abot-epc-basic-0: 16:53:56 DEBUG unit.abot-epc-basic/0.install Enabling conf other-vhosts-access-log. unit-abot-epc-basic-0: 16:53:56 DEBUG unit.abot-epc-basic/0.install Enabling conf security. unit-abot-epc-basic-0: 16:53:56 DEBUG unit.abot-epc-basic/0.install Enabling conf serve-cgi-bin. unit-abot-epc-basic-0: 16:53:56 DEBUG unit.abot-epc-basic/0.install Enabling site 000-default. unit-oai-epc-0: 16:53:56 DEBUG unit.oai-epc/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git amd64 1:1.9.1-1ubuntu0.8 [2672 kB] unit-oai-epc-0: 16:53:57 DEBUG unit.oai-epc/0.install Fetched 3394 kB in 1s (1869 kB/s) unit-oai-epc-0: 16:53:57 DEBUG unit.oai-epc/0.install Selecting previously unselected package liberror-perl. unit-oai-epc-0: 16:53:57 DEBUG unit.oai-epc/0.install (Reading database ... 78195 files and directories currently installed.) unit-oai-epc-0: 16:53:57 DEBUG unit.oai-epc/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-oai-epc-0: 16:53:57 DEBUG unit.oai-epc/0.install Unpacking liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 16:53:57 DEBUG unit.abot-epc-basic/0.install Setting up python-pip-whl (8.1.1-2ubuntu0.4) ... unit-oai-epc-0: 16:53:57 DEBUG unit.oai-epc/0.install Selecting previously unselected package git-man. unit-oai-epc-0: 16:53:57 DEBUG unit.oai-epc/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.8_all.deb ... unit-oai-epc-0: 16:53:57 DEBUG unit.oai-epc/0.install Unpacking git-man (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 16:53:57 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 16:53:58 DEBUG unit.abot-epc-basic/0.install Setting up python2.7 (2.7.12-1ubuntu0~16.04.3) ... unit-oai-epc-0: 16:53:58 DEBUG unit.oai-epc/0.install Selecting previously unselected package git. unit-oai-epc-0: 16:53:58 DEBUG unit.oai-epc/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.8_amd64.deb ... unit-oai-epc-0: 16:53:58 DEBUG unit.oai-epc/0.install Unpacking git (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 16:53:59 DEBUG unit.abot-epc-basic/0.install Setting up libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 16:53:59 DEBUG unit.abot-epc-basic/0.install Setting up python (2.7.12-1~16.04) ... unit-oai-epc-0: 16:53:59 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:53:59 DEBUG unit.abot-epc-basic/0.install Setting up python-pip (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 16:53:59 DEBUG unit.abot-epc-basic/0.install Setting up abot-epc-basic (3.1.1) ... unit-abot-epc-basic-0: 16:54:00 DEBUG unit.abot-epc-basic/0.install Inside postinstall - configure called unit-abot-epc-basic-0: 16:54:00 DEBUG unit.abot-epc-basic/0.install Current directory : / unit-abot-epc-basic-0: 16:54:00 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-oai-epc-0: 16:54:00 DEBUG unit.oai-epc/0.install Setting up liberror-perl (0.17-1.1) ... unit-oai-epc-0: 16:54:00 DEBUG unit.oai-epc/0.install Setting up git-man (1:1.9.1-1ubuntu0.8) ... unit-oai-epc-0: 16:54:00 DEBUG unit.oai-epc/0.install Setting up git (1:1.9.1-1ubuntu0.8) ... unit-oai-epc-0: 16:54:01 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 16:54:01 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 16:54:01 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 16:54:01 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 16:54:01 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 16:54:01 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 16:54:01 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=0 unit-oai-epc-0: 16:54:01 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 16:54:01 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 16:54:01 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes virt-what unit-oai-epc-0: 16:54:01 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 16:54:01 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 16:54:01 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 16:54:01 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 16:54:01 DEBUG unit.oai-epc/0.install virt-what unit-oai-epc-0: 16:54:01 DEBUG unit.oai-epc/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 16:54:01 DEBUG unit.oai-epc/0.install Need to get 13.6 kB of archives. unit-oai-epc-0: 16:54:01 DEBUG unit.oai-epc/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-epc-0: 16:54:01 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe virt-what amd64 1.13-1 [13.6 kB] unit-oai-epc-0: 16:54:01 DEBUG unit.oai-epc/0.install Fetched 13.6 kB in 0s (54.6 kB/s) unit-oai-epc-0: 16:54:01 DEBUG unit.oai-epc/0.install Selecting previously unselected package virt-what. unit-oai-epc-0: 16:54:01 DEBUG unit.oai-epc/0.install (Reading database ... 78945 files and directories currently installed.) unit-oai-epc-0: 16:54:02 DEBUG unit.oai-epc/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-oai-epc-0: 16:54:02 DEBUG unit.oai-epc/0.install Unpacking virt-what (1.13-1) ... unit-abot-epc-basic-0: 16:54:02 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 16:54:02 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom unit-oai-epc-0: 16:54:02 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 16:54:02 DEBUG unit.oai-epc/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (4 KB at 8.4 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 KB at 454.8 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 3/26 KB 5/26 KB 8/26 KB 11/26 KB 13/26 KB 16/26 KB 19/26 KB 21/26 KB 24/26 KB 26/26 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 KB at 953.3 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 KB at 578.1 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 3/25 KB 5/25 KB 8/25 KB 11/25 KB 13/25 KB 16/25 KB 19/25 KB 21/25 KB 24/25 KB 25/25 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 KB at 891.0 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom (7 KB at 368.7 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (10 KB at 424.0 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 3/37 KB 5/37 KB 8/37 KB 11/37 KB 13/37 KB 16/37 KB 19/37 KB 21/37 KB 24/37 KB 27/37 KB 29/37 KB 32/37 KB 35/37 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 KB at 1242.5 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom (15 KB at 623.5 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 3/33 KB 5/33 KB 8/33 KB 11/33 KB 13/33 KB 16/33 KB 19/33 KB 21/33 KB 24/33 KB 27/33 KB 29/33 KB 32/33 KB 33/33 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar (33 KB at 1406.0 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (2 KB at 83.8 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 3/22 KB 5/22 KB 8/22 KB 11/22 KB 13/22 KB 16/22 KB 19/22 KB 21/22 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 KB at 994.7 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 3/32 KB 5/32 KB 8/32 KB 11/32 KB 13/32 KB 16/32 KB 19/32 KB 21/32 KB 24/32 KB 27/32 KB 29/32 KB 32/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 KB at 1172.2 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (5 KB at 250.1 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (3 KB at 159.3 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (3 KB at 73.4 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (4 KB at 150.7 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (7 KB at 445.9 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 KB at 515.4 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 889/889 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 54.3 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (6 KB at 316.9 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (4 KB at 214.2 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 492/492 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 34.3 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (6 KB at 280.1 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 998/998 B Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 65.0 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (7 KB at 393.8 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (4 KB at 218.2 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (3 KB at 117.8 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (4 KB at 131.8 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (2 KB at 101.5 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (2 KB at 85.8 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install 880/880 B Downloaded: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 50.6 KB/sec) unit-abot-epc-basic-0: 16:54:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (2 KB at 94.2 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 KB at 518.8 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 3/41 KB 5/41 KB 8/41 KB 11/41 KB 13/41 KB 16/41 KB 19/41 KB 21/41 KB 24/41 KB 27/41 KB 29/41 KB 32/41 KB 36/41 KB 40/41 KB 41/41 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (41 KB at 1637.4 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 4/15 KB 8/15 KB 12/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 KB at 779.2 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom (4 KB at 247.0 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (7 KB at 414.0 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 3/32 KB 5/32 KB 8/32 KB 11/32 KB 13/32 KB 16/32 KB 19/32 KB 21/32 KB 24/32 KB 27/32 KB 29/32 KB 32/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (32 KB at 1515.3 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 KB at 718.2 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 965/965 B Downloaded: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 36.2 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (4 KB at 219.4 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 3/20 KB 5/20 KB 8/20 KB 11/20 KB 13/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 KB at 950.8 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (7 KB at 471.5 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 KB at 601.9 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 3/153 KB 6/153 KB 9/153 KB 11/153 KB 14/153 KB 16/153 KB 19/153 KB 22/153 KB 25/153 KB 27/153 KB 30/153 KB 32/153 KB 36/153 KB 40/153 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 44/153 KB 48/153 KB 52/153 KB 3/13 KB 56/153 KB 3/13 KB 60/153 KB 3/13 KB 64/153 KB 3/13 KB 68/153 KB 3/13 KB 52/153 KB 6/13 KB 68/153 KB 6/13 KB 72/153 KB 6/13 KB 76/153 KB 6/13 KB 80/153 KB 6/13 KB 84/153 KB 9/13 KB 84/153 KB 11/13 KB 84/153 KB 13/13 KB 84/153 KB 13/13 KB 88/153 KB 13/13 KB 92/153 KB 13/13 KB 96/153 KB 13/13 KB 100/153 KB 13/13 KB 104/153 KB 13/13 KB 108/153 KB 112/153 KB 116/153 KB 120/153 KB 124/153 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (13 KB at 219.7 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 128/153 KB 128/153 KB 3/35 KB 128/153 KB 5/35 KB 128/153 KB 8/35 KB 128/153 KB 11/35 KB 128/153 KB 13/35 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 132/153 KB 13/35 KB 136/153 KB 13/35 KB 140/153 KB 13/35 KB 144/153 KB 13/35 KB 148/153 KB 13/35 KB 152/153 KB 13/35 KB 153/153 KB 13/35 KB 153/153 KB 16/35 KB 3/48 KB 153/153 KB 16/35 KB 6/48 KB 153/153 KB 16/35 KB 9/48 KB 153/153 KB 16/35 KB 11/48 KB 153/153 KB 16/35 KB 3/50 KB 11/48 KB 153/153 KB 16/35 KB 3/50 KB 3/30 KB 14/48 KB 153/153 KB 19/35 KB 3/50 KB 3/30 KB 11/48 KB 153/153 KB 19/35 KB 3/50 KB 3/30 KB 14/48 KB 153/153 KB 21/35 KB 3/50 KB 3/30 KB 11/48 KB 153/153 KB 16/35 KB 3/50 KB 5/30 KB 14/48 KB 153/153 KB 21/35 KB 3/50 KB 8/30 KB 14/48 KB 153/153 KB 21/35 KB 3/50 KB 11/30 KB 14/48 KB 153/153 KB 21/35 KB 3/50 KB 13/30 KB 14/48 KB 153/153 KB 21/35 KB 3/50 KB 13/30 KB 16/48 KB 153/153 KB 24/35 KB 3/50 KB 13/30 KB 14/48 KB 153/153 KB 24/35 KB 3/50 KB 13/30 KB 19/48 KB 153/153 KB 24/35 KB 3/50 KB 13/30 KB 19/48 KB 153/153 KB 27/35 KB 5/50 KB 13/30 KB 19/48 KB 153/153 KB 27/35 KB 8/50 KB 13/30 KB 19/48 KB 153/153 KB 27/35 KB 11/50 KB 13/30 KB 19/48 KB 153/153 KB 29/35 KB 8/50 KB 13/30 KB 19/48 KB 153/153 KB 29/35 KB 13/50 KB 13/30 KB 22/48 KB 153/153 KB 29/35 KB 13/50 KB 16/30 KB 22/48 KB 153/153 KB 29/35 KB 13/50 KB 19/30 KB 22/48 KB 153/153 KB 32/35 KB 13/50 KB 16/30 KB 22/48 KB 153/153 KB 32/35 KB 13/50 KB 13/30 KB 19/48 KB 153/153 KB 29/35 KB 13/50 KB 21/30 KB 22/48 KB 153/153 KB 32/35 KB 13/50 KB 24/30 KB 25/48 KB 153/153 KB 35/35 KB 13/50 KB 21/30 KB 25/48 KB 153/153 KB 35/35 KB 13/50 KB 21/30 KB 22/48 KB 153/153 KB 35/35 KB 13/50 KB 24/30 KB 25/48 KB 153/153 KB 35/35 KB 13/50 KB 24/30 KB 27/48 KB 153/153 KB 35/35 KB 13/50 KB 27/30 KB 27/48 KB 153/153 KB 35/35 KB 13/50 KB 29/30 KB 27/48 KB 153/153 KB 35/35 KB 16/50 KB 30/30 KB 30/48 KB 35/35 KB 16/50 KB 29/30 KB 30/48 KB 35/35 KB 13/50 KB 29/30 KB 30/48 KB 35/35 KB 16/50 KB 30/30 KB 32/48 KB 35/35 KB 19/50 KB 30/30 KB 32/48 KB 35/35 KB 21/50 KB 30/30 KB 32/48 KB 35/35 KB 24/50 KB 30/30 KB 32/48 KB 35/35 KB 27/50 KB 30/30 KB 32/48 KB 35/35 KB 29/50 KB 30/30 KB 32/48 KB 35/35 KB 32/50 KB 30/30 KB 32/48 KB 35/35 KB 36/50 KB 30/30 KB 32/48 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (153 KB at 1982.1 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 KB at 454.4 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 36/50 KB 30/30 KB 36/48 KB 36/50 KB 30/30 KB 40/48 KB 36/50 KB 30/30 KB 44/48 KB 36/50 KB 30/30 KB 48/48 KB Downloading: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 40/50 KB 30/30 KB 48/48 KB 44/50 KB 30/30 KB 48/48 KB 48/50 KB 30/30 KB 48/48 KB 50/50 KB 30/30 KB 48/48 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 KB at 367.3 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (48 KB at 556.9 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 3/190 KB 50/50 KB 5/190 KB 4/119 KB 50/50 KB 3/190 KB 4/119 KB 50/50 KB 5/190 KB 8/119 KB 50/50 KB 5/190 KB 8/119 KB 3/37 KB 50/50 KB 8/190 KB 12/119 KB 5/37 KB 50/50 KB 8/190 KB 12/119 KB 3/37 KB 50/50 KB 5/190 KB 12/119 KB 3/37 KB 50/50 KB 8/190 KB 16/119 KB 5/37 KB 50/50 KB 8/190 KB 20/119 KB 5/37 KB 50/50 KB 11/190 KB 24/119 KB 5/37 KB 50/50 KB 11/190 KB 20/119 KB 5/37 KB 50/50 KB 13/190 KB 24/119 KB 5/37 KB 50/50 KB 16/190 KB 28/119 KB 5/37 KB 50/50 KB 13/190 KB 28/119 KB 5/37 KB 50/50 KB 16/190 KB 32/119 KB 8/37 KB 50/50 KB 16/190 KB 36/119 KB 8/37 KB 50/50 KB 19/190 KB 40/119 KB 8/37 KB 50/50 KB 16/190 KB 28/119 KB 8/37 KB 50/50 KB 19/190 KB 44/119 KB 11/37 KB 50/50 KB 19/190 KB 36/119 KB 8/37 KB 50/50 KB 19/190 KB 44/119 KB 13/37 KB 50/50 KB 19/190 KB 44/119 KB 16/37 KB 50/50 KB 21/190 KB 44/119 KB 19/37 KB 50/50 KB 21/190 KB 44/119 KB 4/86 KB 21/37 KB 21/190 KB 44/119 KB 16/37 KB 50/50 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (50 KB at 518.1 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 24/190 KB 44/119 KB 4/86 KB 21/37 KB 19/190 KB 44/119 KB 8/37 KB 50/50 KB 21/190 KB 44/119 KB 4/86 KB 19/37 KB 50/50 KB 24/190 KB 48/119 KB 8/86 KB 21/37 KB 24/190 KB 48/119 KB 12/86 KB 21/37 KB 24/190 KB 48/119 KB 16/86 KB 21/37 KB 24/190 KB 48/119 KB 20/86 KB 21/37 KB 24/190 KB 48/119 KB 24/86 KB 21/37 KB 24/190 KB 48/119 KB 4/86 KB 21/37 KB 27/190 KB 52/119 KB 24/86 KB 21/37 KB 27/190 KB 56/119 KB 28/86 KB 24/37 KB 27/190 KB 60/119 KB 28/86 KB 24/37 KB 27/190 KB 48/119 KB 24/86 KB 21/37 KB 29/190 KB 64/119 KB 28/86 KB 24/37 KB 27/190 KB 52/119 KB 28/86 KB 24/37 KB 29/190 KB 64/119 KB 32/86 KB 24/37 KB 27/190 KB 52/119 KB 24/86 KB 24/37 KB 29/190 KB 64/119 KB 32/86 KB 27/37 KB 29/190 KB 64/119 KB 32/86 KB 29/37 KB 32/190 KB 64/119 KB 32/86 KB 29/37 KB 32/190 KB 64/119 KB 32/86 KB 32/37 KB 36/190 KB 64/119 KB 36/86 KB 35/37 KB 36/190 KB 64/119 KB 36/86 KB 37/37 KB 27/190 KB 64/119 KB 36/86 KB 32/37 KB 36/190 KB 68/119 KB 36/86 KB 4/66 KB 37/37 KB 36/190 KB 64/119 KB 36/86 KB 32/37 KB 32/190 KB 64/119 KB 36/86 KB 32/37 KB 36/190 KB 64/119 KB 36/86 KB 4/66 KB 37/37 KB 40/190 KB 72/119 KB 36/86 KB 8/66 KB 37/37 KB 40/190 KB 72/119 KB 40/86 KB 8/66 KB 37/37 KB 40/190 KB 72/119 KB 40/86 KB 12/66 KB 37/37 KB 40/190 KB 72/119 KB 36/86 KB 4/66 KB 37/37 KB 40/190 KB 72/119 KB 44/86 KB 16/66 KB 37/37 KB 40/190 KB 72/119 KB 48/86 KB 16/66 KB 37/37 KB 44/190 KB 72/119 KB 48/86 KB 16/66 KB 37/37 KB 40/190 KB 72/119 KB 40/86 KB 16/66 KB 37/37 KB 36/190 KB 72/119 KB 36/86 KB 4/66 KB 37/37 KB 48/190 KB 72/119 KB 48/86 KB 16/66 KB 37/37 KB 52/190 KB 72/119 KB 52/86 KB 16/66 KB 37/37 KB 56/190 KB 76/119 KB 52/86 KB 20/66 KB 48/190 KB 72/119 KB 52/86 KB 16/66 KB 37/37 KB 60/190 KB 76/119 KB 56/86 KB 20/66 KB 60/190 KB 76/119 KB 60/86 KB 20/66 KB 60/190 KB 76/119 KB 64/86 KB 20/66 KB 60/190 KB 76/119 KB 68/86 KB 20/66 KB 60/190 KB 76/119 KB 72/86 KB 20/66 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (37 KB at 321.4 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 52/190 KB 76/119 KB 52/86 KB 20/66 KB 37/37 KB 52/190 KB 76/119 KB 52/86 KB 16/66 KB 37/37 KB 60/190 KB 80/119 KB 76/86 KB 24/66 KB 60/190 KB 84/119 KB 76/86 KB 24/66 KB 60/190 KB 88/119 KB 76/86 KB 24/66 KB 60/190 KB 92/119 KB 76/86 KB 24/66 KB 60/190 KB 96/119 KB 76/86 KB 24/66 KB 60/190 KB 100/119 KB 76/86 KB 24/66 KB 60/190 KB 104/119 KB 76/86 KB 24/66 KB 60/190 KB 108/119 KB 76/86 KB 24/66 KB 60/190 KB 112/119 KB 76/86 KB 24/66 KB 60/190 KB 76/119 KB 76/86 KB 20/66 KB 60/190 KB 76/119 KB 52/86 KB 20/66 KB 64/190 KB 112/119 KB 80/86 KB 24/66 KB 68/190 KB 112/119 KB 80/86 KB 24/66 KB 72/190 KB 112/119 KB 80/86 KB 24/66 KB 76/190 KB 112/119 KB 80/86 KB 24/66 KB 80/190 KB 112/119 KB 80/86 KB 24/66 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 60/190 KB 76/119 KB 76/86 KB 24/66 KB 80/190 KB 112/119 KB 80/86 KB 28/66 KB 80/190 KB 112/119 KB 80/86 KB 32/66 KB 80/190 KB 112/119 KB 80/86 KB 36/66 KB 80/190 KB 112/119 KB 80/86 KB 40/66 KB 80/190 KB 112/119 KB 80/86 KB 44/66 KB 80/190 KB 112/119 KB 80/86 KB 48/66 KB 80/190 KB 112/119 KB 80/86 KB 52/66 KB 84/190 KB 116/119 KB 80/86 KB 56/66 KB 84/190 KB 116/119 KB 80/86 KB 60/66 KB 84/190 KB 116/119 KB 80/86 KB 64/66 KB 60/190 KB 112/119 KB 80/86 KB 24/66 KB 84/190 KB 116/119 KB 84/86 KB 64/66 KB 84/190 KB 116/119 KB 86/86 KB 64/66 KB 84/190 KB 116/119 KB 80/86 KB 52/66 KB 88/190 KB 116/119 KB 86/86 KB 64/66 KB 3/26 KB 92/190 KB 116/119 KB 86/86 KB 64/66 KB 3/26 KB 96/190 KB 116/119 KB 86/86 KB 64/66 KB 3/26 KB 80/190 KB 116/119 KB 80/86 KB 52/66 KB 96/190 KB 119/119 KB 86/86 KB 64/66 KB 3/26 KB 96/190 KB 119/119 KB 86/86 KB 66/66 KB 3/26 KB 84/190 KB 116/119 KB 86/86 KB 64/66 KB 3/26 KB 100/190 KB 119/119 KB 86/86 KB 66/66 KB 5/26 KB 100/190 KB 119/119 KB 86/86 KB 66/66 KB 3/26 KB 104/190 KB 119/119 KB 86/86 KB 66/66 KB 5/26 KB 108/190 KB 119/119 KB 86/86 KB 66/66 KB 5/26 KB 112/190 KB 119/119 KB 86/86 KB 66/66 KB 5/26 KB 112/190 KB 119/119 KB 86/86 KB 66/66 KB 8/26 KB 116/190 KB 119/119 KB 86/86 KB 66/66 KB 8/26 KB 120/190 KB 119/119 KB 86/86 KB 66/66 KB 11/26 KB 124/190 KB 119/119 KB 86/86 KB 66/66 KB 11/26 KB 128/190 KB 119/119 KB 86/86 KB 66/66 KB 11/26 KB 116/190 KB 119/119 KB 86/86 KB 66/66 KB 11/26 KB 128/190 KB 119/119 KB 86/86 KB 66/66 KB 13/26 KB 128/190 KB 119/119 KB 86/86 KB 66/66 KB 16/26 KB 128/190 KB 119/119 KB 86/86 KB 66/66 KB 19/26 KB 132/190 KB 119/119 KB 66/66 KB 21/26 KB 132/190 KB 119/119 KB 66/66 KB 24/26 KB 132/190 KB 119/119 KB 66/66 KB 19/26 KB 136/190 KB 119/119 KB 66/66 KB 24/26 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (86 KB at 658.0 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 882.3 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 140/190 KB 66/66 KB 26/26 KB 140/190 KB 66/66 KB 24/26 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (66 KB at 492.5 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 144/190 KB 26/26 KB 148/190 KB 26/26 KB 152/190 KB 26/26 KB 156/190 KB 26/26 KB 160/190 KB 26/26 KB 160/190 KB 4/324 KB 26/26 KB 160/190 KB 8/324 KB 26/26 KB 160/190 KB 8/324 KB 26/26 KB 4/228 KB 164/190 KB 8/324 KB 4/79 KB 26/26 KB 8/228 KB 164/190 KB 8/324 KB 4/79 KB 12/228 KB 164/190 KB 8/324 KB 4/79 KB 16/228 KB 164/190 KB 8/324 KB 4/79 KB 20/228 KB 164/190 KB 8/324 KB 4/79 KB 26/26 KB 4/228 KB 160/190 KB 8/324 KB 4/79 KB 26/26 KB 4/228 KB 164/190 KB 8/324 KB 8/79 KB 20/228 KB 164/190 KB 8/324 KB 12/79 KB 20/228 KB 164/190 KB 8/324 KB 16/79 KB 20/228 KB 164/190 KB 8/324 KB 20/79 KB 20/228 KB 168/190 KB 8/324 KB 24/79 KB 24/228 KB 168/190 KB 8/324 KB 28/79 KB 24/228 KB 168/190 KB 8/324 KB 32/79 KB 24/228 KB 168/190 KB 8/324 KB 36/79 KB 24/228 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 KB at 158.6 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 168/190 KB 8/324 KB 20/79 KB 24/228 KB 168/190 KB 12/324 KB 40/79 KB 28/228 KB 168/190 KB 12/324 KB 40/79 KB 32/228 KB 168/190 KB 12/324 KB 40/79 KB 36/228 KB 168/190 KB 12/324 KB 40/79 KB 40/228 KB 168/190 KB 12/324 KB 40/79 KB 44/228 KB 168/190 KB 12/324 KB 40/79 KB 48/228 KB 168/190 KB 12/324 KB 40/79 KB 52/228 KB 168/190 KB 8/324 KB 20/79 KB 20/228 KB 172/190 KB 12/324 KB 40/79 KB 52/228 KB 176/190 KB 12/324 KB 40/79 KB 52/228 KB 180/190 KB 12/324 KB 40/79 KB 52/228 KB 184/190 KB 12/324 KB 40/79 KB 52/228 KB 188/190 KB 12/324 KB 40/79 KB 52/228 KB 190/190 KB 12/324 KB 40/79 KB 52/228 KB 168/190 KB 8/324 KB 40/79 KB 24/228 KB 190/190 KB 12/324 KB 44/79 KB 52/228 KB 190/190 KB 12/324 KB 48/79 KB 52/228 KB 190/190 KB 12/324 KB 52/79 KB 52/228 KB 190/190 KB 12/324 KB 56/79 KB 52/228 KB 190/190 KB 12/324 KB 60/79 KB 52/228 KB 190/190 KB 12/324 KB 64/79 KB 52/228 KB 190/190 KB 12/324 KB 68/79 KB 52/228 KB 190/190 KB 12/324 KB 72/79 KB 56/228 KB 190/190 KB 12/324 KB 76/79 KB 56/228 KB 190/190 KB 12/324 KB 79/79 KB 56/228 KB 190/190 KB 12/324 KB 68/79 KB 56/228 KB 168/190 KB 12/324 KB 40/79 KB 24/228 KB 190/190 KB 16/324 KB 79/79 KB 56/228 KB 190/190 KB 16/324 KB 79/79 KB 60/228 KB 190/190 KB 16/324 KB 79/79 KB 64/228 KB 190/190 KB 20/324 KB 79/79 KB 64/228 KB 190/190 KB 24/324 KB 79/79 KB 68/228 KB 3/152 KB 190/190 KB 20/324 KB 79/79 KB 68/228 KB 3/152 KB 190/190 KB 24/324 KB 79/79 KB 68/228 KB 5/152 KB 190/190 KB 24/324 KB 79/79 KB 68/228 KB 8/152 KB 190/190 KB 24/324 KB 79/79 KB 68/228 KB 11/152 KB 190/190 KB 24/324 KB 79/79 KB 68/228 KB 13/152 KB 190/190 KB 20/324 KB 79/79 KB 68/228 KB 190/190 KB 24/324 KB 79/79 KB 72/228 KB 13/152 KB 190/190 KB 28/324 KB 79/79 KB 72/228 KB 13/152 KB 32/324 KB 79/79 KB 72/228 KB 16/152 KB 28/324 KB 79/79 KB 72/228 KB 16/152 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (190 KB at 1096.1 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 32/324 KB 79/79 KB 76/228 KB 16/152 KB 32/324 KB 79/79 KB 80/228 KB 19/152 KB 32/324 KB 79/79 KB 76/228 KB 19/152 KB 36/324 KB 79/79 KB 80/228 KB 21/152 KB 36/324 KB 79/79 KB 84/228 KB 21/152 KB 36/324 KB 79/79 KB 88/228 KB 24/152 KB 36/324 KB 79/79 KB 92/228 KB 24/152 KB 36/324 KB 79/79 KB 96/228 KB 24/152 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (79 KB at 445.7 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 36/324 KB 79/79 KB 80/228 KB 19/152 KB 40/324 KB 96/228 KB 24/152 KB 36/324 KB 79/79 KB 84/228 KB 24/152 KB 40/324 KB 96/228 KB 27/152 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 44/324 KB 96/228 KB 27/152 KB 48/324 KB 96/228 KB 27/152 KB 52/324 KB 96/228 KB 27/152 KB 56/324 KB 100/228 KB 29/152 KB 52/324 KB 100/228 KB 29/152 KB 52/324 KB 96/228 KB 29/152 KB 56/324 KB 100/228 KB 32/152 KB 56/324 KB 100/228 KB 32/152 KB 4/32 KB 56/324 KB 100/228 KB 36/152 KB 8/32 KB 56/324 KB 100/228 KB 36/152 KB 12/32 KB 56/324 KB 100/228 KB 36/152 KB 16/32 KB 60/324 KB 104/228 KB 36/152 KB 16/32 KB 56/324 KB 100/228 KB 36/152 KB 4/32 KB 60/324 KB 108/228 KB 40/152 KB 16/32 KB 60/324 KB 108/228 KB 44/152 KB 16/32 KB 60/324 KB 108/228 KB 48/152 KB 16/32 KB 60/324 KB 108/228 KB 52/152 KB 16/32 KB 60/324 KB 108/228 KB 56/152 KB 20/32 KB 60/324 KB 108/228 KB 60/152 KB 20/32 KB 60/324 KB 108/228 KB 64/152 KB 20/32 KB 60/324 KB 100/228 KB 36/152 KB 16/32 KB 64/324 KB 108/228 KB 64/152 KB 20/32 KB 68/324 KB 108/228 KB 64/152 KB 20/32 KB 60/324 KB 108/228 KB 52/152 KB 20/32 KB 60/324 KB 108/228 KB 40/152 KB 16/32 KB 72/324 KB 112/228 KB 64/152 KB 20/32 KB 72/324 KB 116/228 KB 64/152 KB 20/32 KB 72/324 KB 4/234 KB 120/228 KB 64/152 KB 24/32 KB 72/324 KB 108/228 KB 64/152 KB 20/32 KB 76/324 KB 4/234 KB 120/228 KB 64/152 KB 24/32 KB 72/324 KB 4/234 KB 116/228 KB 64/152 KB 24/32 KB 80/324 KB 4/234 KB 120/228 KB 64/152 KB 28/32 KB 80/324 KB 4/234 KB 120/228 KB 64/152 KB 32/32 KB 72/324 KB 4/234 KB 116/228 KB 64/152 KB 20/32 KB 80/324 KB 8/234 KB 120/228 KB 64/152 KB 32/32 KB 80/324 KB 12/234 KB 120/228 KB 64/152 KB 32/32 KB 80/324 KB 16/234 KB 120/228 KB 64/152 KB 32/32 KB 80/324 KB 20/234 KB 120/228 KB 64/152 KB 32/32 KB 80/324 KB 24/234 KB 124/228 KB 68/152 KB 32/32 KB 80/324 KB 28/234 KB 124/228 KB 68/152 KB 32/32 KB 80/324 KB 32/234 KB 124/228 KB 68/152 KB 32/32 KB 80/324 KB 20/234 KB 124/228 KB 68/152 KB 32/32 KB 80/324 KB 20/234 KB 124/228 KB 64/152 KB 32/32 KB 80/324 KB 20/234 KB 124/228 KB 64/152 KB 32/32 KB 80/324 KB 32/234 KB 128/228 KB 68/152 KB 32/32 KB 84/324 KB 32/234 KB 132/228 KB 68/152 KB 32/32 KB 84/324 KB 32/234 KB 136/228 KB 68/152 KB 32/32 KB 84/324 KB 32/234 KB 140/228 KB 68/152 KB 32/32 KB 84/324 KB 32/234 KB 144/228 KB 72/152 KB 32/32 KB 84/324 KB 32/234 KB 148/228 KB 72/152 KB 84/324 KB 36/234 KB 152/228 KB 72/152 KB 84/324 KB 32/234 KB 128/228 KB 68/152 KB 32/32 KB 88/324 KB 36/234 KB 152/228 KB 72/152 KB 92/324 KB 36/234 KB 152/228 KB 72/152 KB 96/324 KB 36/234 KB 152/228 KB 72/152 KB 100/324 KB 36/234 KB 152/228 KB 72/152 KB 104/324 KB 36/234 KB 152/228 KB 72/152 KB 108/324 KB 36/234 KB 152/228 KB 72/152 KB 112/324 KB 36/234 KB 152/228 KB 72/152 KB 84/324 KB 36/234 KB 148/228 KB 72/152 KB 112/324 KB 40/234 KB 152/228 KB 72/152 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 KB at 158.8 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 84/324 KB 32/234 KB 140/228 KB 72/152 KB 32/32 KB 112/324 KB 40/234 KB 152/228 KB 76/152 KB 112/324 KB 40/234 KB 152/228 KB 80/152 KB 112/324 KB 40/234 KB 152/228 KB 84/152 KB 112/324 KB 44/234 KB 152/228 KB 84/152 KB 112/324 KB 48/234 KB 152/228 KB 84/152 KB 112/324 KB 48/234 KB 152/228 KB 88/152 KB 112/324 KB 48/234 KB 156/228 KB 92/152 KB 112/324 KB 52/234 KB 156/228 KB 96/152 KB 112/324 KB 48/234 KB 156/228 KB 88/152 KB 112/324 KB 52/234 KB 160/228 KB 96/152 KB 112/324 KB 52/234 KB 164/228 KB 96/152 KB 116/324 KB 52/234 KB 168/228 KB 100/152 KB 112/324 KB 52/234 KB 156/228 KB 92/152 KB 116/324 KB 56/234 KB 172/228 KB 100/152 KB 116/324 KB 52/234 KB 164/228 KB 100/152 KB 116/324 KB 60/234 KB 172/228 KB 100/152 KB 120/324 KB 64/234 KB 172/228 KB 100/152 KB 112/324 KB 52/234 KB 164/228 KB 100/152 KB 120/324 KB 64/234 KB 172/228 KB 104/152 KB 120/324 KB 64/234 KB 172/228 KB 108/152 KB 120/324 KB 64/234 KB 172/228 KB 112/152 KB 120/324 KB 64/234 KB 172/228 KB 116/152 KB 120/324 KB 68/234 KB 172/228 KB 120/152 KB 120/324 KB 68/234 KB 172/228 KB 124/152 KB 120/324 KB 68/234 KB 172/228 KB 128/152 KB 120/324 KB 68/234 KB 172/228 KB 132/152 KB 120/324 KB 60/234 KB 172/228 KB 100/152 KB 124/324 KB 68/234 KB 172/228 KB 132/152 KB 128/324 KB 68/234 KB 172/228 KB 132/152 KB 132/324 KB 68/234 KB 172/228 KB 132/152 KB 136/324 KB 68/234 KB 172/228 KB 132/152 KB 140/324 KB 68/234 KB 172/228 KB 132/152 KB 144/324 KB 68/234 KB 172/228 KB 132/152 KB 120/324 KB 68/234 KB 172/228 KB 116/152 KB 144/324 KB 72/234 KB 172/228 KB 132/152 KB 144/324 KB 76/234 KB 172/228 KB 132/152 KB 144/324 KB 80/234 KB 172/228 KB 132/152 KB 116/324 KB 52/234 KB 172/228 KB 100/152 KB 144/324 KB 80/234 KB 176/228 KB 132/152 KB 144/324 KB 80/234 KB 180/228 KB 132/152 KB 144/324 KB 80/234 KB 184/228 KB 132/152 KB 144/324 KB 80/234 KB 188/228 KB 132/152 KB 144/324 KB 80/234 KB 192/228 KB 132/152 KB 144/324 KB 84/234 KB 192/228 KB 132/152 KB 148/324 KB 88/234 KB 196/228 KB 132/152 KB 148/324 KB 92/234 KB 196/228 KB 132/152 KB 148/324 KB 96/234 KB 196/228 KB 132/152 KB 148/324 KB 84/234 KB 196/228 KB 132/152 KB 148/324 KB 96/234 KB 200/228 KB 132/152 KB 148/324 KB 96/234 KB 204/228 KB 136/152 KB 148/324 KB 96/234 KB 208/228 KB 136/152 KB 148/324 KB 96/234 KB 212/228 KB 136/152 KB 148/324 KB 100/234 KB 216/228 KB 136/152 KB 148/324 KB 100/234 KB 220/228 KB 136/152 KB 148/324 KB 100/234 KB 224/228 KB 136/152 KB 148/324 KB 84/234 KB 192/228 KB 132/152 KB 152/324 KB 100/234 KB 224/228 KB 136/152 KB 156/324 KB 100/234 KB 224/228 KB 136/152 KB 160/324 KB 100/234 KB 224/228 KB 136/152 KB 164/324 KB 100/234 KB 224/228 KB 136/152 KB 168/324 KB 100/234 KB 224/228 KB 136/152 KB 172/324 KB 100/234 KB 224/228 KB 136/152 KB 176/324 KB 100/234 KB 228/228 KB 136/152 KB 148/324 KB 100/234 KB 212/228 KB 136/152 KB 148/324 KB 96/234 KB 200/228 KB 136/152 KB 176/324 KB 100/234 KB 228/228 KB 140/152 KB 176/324 KB 100/234 KB 228/228 KB 144/152 KB 176/324 KB 100/234 KB 228/228 KB 148/152 KB 176/324 KB 100/234 KB 228/228 KB 152/152 KB 176/324 KB 104/234 KB 228/228 KB 152/152 KB 172/324 KB 100/234 KB 228/228 KB 136/152 KB 176/324 KB 104/234 KB 228/228 KB 152/152 KB 176/324 KB 108/234 KB 228/228 KB 152/152 KB 176/324 KB 112/234 KB 228/228 KB 152/152 KB 176/324 KB 116/234 KB 228/228 KB 152/152 KB 180/324 KB 120/234 KB 228/228 KB 152/152 KB 180/324 KB 124/234 KB 228/228 KB 152/152 KB 180/324 KB 128/234 unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install KB 228/228 KB 152/152 KB 180/324 KB 132/234 KB 228/228 KB 152/152 KB 180/324 KB 136/234 KB 228/228 KB 152/152 KB 180/324 KB 140/234 KB 228/228 KB 152/152 KB 180/324 KB 144/234 KB 228/228 KB 152/152 KB 180/324 KB 116/234 KB 228/228 KB 152/152 KB 184/324 KB 144/234 KB 228/228 KB 152/152 KB 188/324 KB 144/234 KB 228/228 KB 152/152 KB 192/324 KB 144/234 KB 228/228 KB 152/152 KB 196/324 KB 144/234 KB 228/228 KB 152/152 KB 200/324 KB 144/234 KB 228/228 KB 152/152 KB 204/324 KB 144/234 KB 228/228 KB 152/152 KB 208/324 KB 144/234 KB 228/228 KB 152/152 KB 212/324 KB 148/234 KB 228/228 KB 152/152 KB 216/324 KB 148/234 KB 228/228 KB 152/152 KB 220/324 KB 148/234 KB 228/228 KB 152/152 KB 224/324 KB 148/234 KB 228/228 KB 152/152 KB 208/324 KB 148/234 KB 228/228 KB 152/152 KB 228/324 KB 152/234 KB 152/152 KB 228/324 KB 156/234 KB 152/152 KB 228/324 KB 160/234 KB 152/152 KB 228/324 KB 164/234 KB 152/152 KB 228/324 KB 168/234 KB 228/324 KB 172/234 KB 228/324 KB 176/234 KB 228/324 KB 148/234 KB 152/152 KB 232/324 KB 176/234 KB 236/324 KB 176/234 KB 240/324 KB 176/234 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (152 KB at 648.8 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (228 KB at 971.4 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install 244/324 KB 176/234 KB 248/324 KB 180/234 KB 252/324 KB 180/234 KB 256/324 KB 180/234 KB 260/324 KB 180/234 KB 264/324 KB 180/234 KB 268/324 KB 180/234 KB 272/324 KB 180/234 KB 244/324 KB 180/234 KB 272/324 KB 184/234 KB 272/324 KB 188/234 KB 272/324 KB 192/234 KB 272/324 KB 196/234 KB 272/324 KB 200/234 KB 272/324 KB 204/234 KB 272/324 KB 208/234 KB 272/324 KB 212/234 KB 276/324 KB 216/234 KB 276/324 KB 220/234 KB 276/324 KB 224/234 KB 276/324 KB 212/234 KB 280/324 KB 224/234 KB 284/324 KB 224/234 KB 288/324 KB 228/234 KB 284/324 KB 228/234 KB 292/324 KB 228/234 KB 292/324 KB 232/234 KB 296/324 KB 234/234 KB 296/324 KB 232/234 KB 300/324 KB 234/234 KB 304/324 KB 234/234 KB 308/324 KB 234/234 KB 312/324 KB 234/234 KB 316/324 KB 234/234 KB 320/324 KB 234/234 KB 324/324 KB 234/234 KB 324/324 KB 234/234 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (234 KB at 929.7 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (324 KB at 1280.4 KB/sec) unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/jar/abot-base-3.0.91.jar to /root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall3087274323920331804.pom to /root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.pom unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.750 s unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-10-04T16:54:04+00:00 unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:54:04 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-oai-epc-0: 16:54:05 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 16:54:05 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 16:54:05 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-epc-0: 16:54:05 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 16:54:05 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 16:54:05 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 16:54:05 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:54:05 DEBUG unit.oai-epc/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-epc-0: 16:54:05 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:54:05 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 16:54:05 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 16:54:05 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 16:54:05 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 16:54:05 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 16:54:05 DEBUG unit.oai-epc/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-epc-0: 16:54:05 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 16:54:05 DEBUG unit.oai-epc/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-epc-0: 16:54:05 DEBUG unit.oai-epc/0.install libsql-statement-perl unit-oai-epc-0: 16:54:05 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 16:54:05 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 16:54:05 DEBUG unit.oai-epc/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-epc-0: 16:54:06 DEBUG unit.oai-epc/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 16:54:06 DEBUG unit.oai-epc/0.install Need to get 3786 kB of archives. unit-oai-epc-0: 16:54:06 DEBUG unit.oai-epc/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-epc-0: 16:54:06 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] unit-oai-epc-0: 16:54:06 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] unit-abot-epc-basic-0: 16:54:06 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 16:54:07 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 16:54:07 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:54:07 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 16:54:07 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:54:07 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 16:54:07 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-oai-epc-0: 16:54:07 DEBUG unit.oai-epc/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-abot-epc-basic-0: 16:54:07 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/jar/abot-ssh-3.0.86.jar to /root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar unit-abot-epc-basic-0: 16:54:07 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall3514401812572426848.pom to /root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.pom unit-abot-epc-basic-0: 16:54:07 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:54:07 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 16:54:07 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:54:07 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.697 s unit-abot-epc-basic-0: 16:54:07 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-10-04T16:54:07+00:00 unit-abot-epc-basic-0: 16:54:07 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 16:54:07 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:54:07 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-oai-epc-0: 16:54:07 DEBUG unit.oai-epc/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-oai-epc-0: 16:54:07 DEBUG unit.oai-epc/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] unit-oai-epc-0: 16:54:07 DEBUG unit.oai-epc/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] unit-oai-epc-0: 16:54:08 DEBUG unit.oai-epc/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1463 kB] unit-oai-epc-0: 16:54:08 DEBUG unit.oai-epc/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client all 5.5.61-0ubuntu0.14.04.1 [10.9 kB] unit-oai-epc-0: 16:54:08 DEBUG unit.oai-epc/0.install Fetched 3786 kB in 2s (1496 kB/s) unit-oai-epc-0: 16:54:09 DEBUG unit.oai-epc/0.install Selecting previously unselected package mysql-common. unit-oai-epc-0: 16:54:09 DEBUG unit.oai-epc/0.install (Reading database ... 78952 files and directories currently installed.) unit-oai-epc-0: 16:54:09 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-abot-epc-basic-0: 16:54:09 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 16:54:09 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 16:54:09 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:54:09 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 16:54:09 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:54:09 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 16:54:09 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-oai-epc-0: 16:54:09 DEBUG unit.oai-epc/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/jar/abot-s1ap-3.0.85.jar to /root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall5662359469437046494.pom to /root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.pom unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.705 s unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-10-04T16:54:10+00:00 unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/server.bat unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/nbproject/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.xml unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.properties unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.xml unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.properties unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/bin/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltoimage unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltopdf unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fastnumbers.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/locale.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/__init__.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/py23.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/pathlib.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fake_fastnumbers.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ns_enum.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__init__.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/_version.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/unicode_numbers.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/natsort.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/utils.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__main__.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_unicodefun.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/globals.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_textwrap.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/termui.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/formatting.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_winconsole.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/core.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_bashcomplete.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/exceptions.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/__init__.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/testing.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/parser.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/types.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/utils.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_termui_impl.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/decorators.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_compat.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.c unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/__init__.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_native.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.pyd unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_compat.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_constants.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/meta.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/defaults.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ext.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/optimizer.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/lexer.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/tests.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/filters.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/exceptions.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/__init__.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_stringdefs.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/environment.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/parser.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/runtime.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/loaders.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/compiler.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/visitor.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/bccache.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/utils.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/constants.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/sandbox.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_compat.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/debug.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/nodes.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/__init__.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/json.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/globals.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/views.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/wrappers.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/logging.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ctx.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/config.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/helpers.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__init__.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/testing.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/templating.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/__init__.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/app.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/sessions.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/signals.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/cli.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/exthook.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/debughelpers.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/_compat.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__main__.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/blueprints.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/itsdangerous.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/filesystem.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wrappers.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/posixemulation.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/routing.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/serving.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/useragents.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/http.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/jsrouting.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/fixers.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/wrappers.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/limiter.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/cache.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/__init__.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/lint.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/securecookie.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/atom.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/sessions.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/testtools.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/iterio.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/profiler.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/test.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/exceptions.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/__init__.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wsgi.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/datastructures.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_internal.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/formparser.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/local.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/utils.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/script.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/security.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/testapp.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/urls.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_compat.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_reloader.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/__init__.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/tbtools.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/console.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/less.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/more.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/source.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/jquery.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/debugger.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/console.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/style.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ubuntu.ttf unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/FONT_LICENSE unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/repr.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/app.py unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/index.html unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/README.md unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/log/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/log/TestAutomationLog.log unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/dashboard.html unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/config.html unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/main.html unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/firstpage.html unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/artifacts.html unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives.zip unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/appconfig.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/pyService.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/baseController.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/configController.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/featurefileController.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/resizer.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/treeView.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/externalHtml.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/xmlPrettify.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/app.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/routes.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/main.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/r.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ui-bootstrap-tpls-0.14.3.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ui-bootstrap-2.1.2.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ui-bootstrap-tpls-0.14.3.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/jqx-all.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-aria.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-animate.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-material.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/.bower.json unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/bower.json unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/LICENSE unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/.bower.json unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/bower.json unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.map unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/LICENSE unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.browserify-bundle.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.webpack-bundle.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint1.0.1.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.ui.tooltip.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js.map unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.min.js.map unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ngStorage.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/angular-local-storage.min.js.map unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/angular-local-storage.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/angular-local-storage.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs-default-translations.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs-default-translations.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.min.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/.bower.json unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/karma.conf.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/index.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/bower.json unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/dialogs-controllers.tests.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/dialogs-services.tests.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/dialogs-main.tests.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/LICENSE unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.map unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/angular-ui-router.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/angular-ui-router.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/nanoscroller.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/vkbeautify.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/run_prettify.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/prettify.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery.ui-contextmenu.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.structure.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.theme.min.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_777777_256x240.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_777620_256x240.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_555555_256x240.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_444444_256x240.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_cc0000_256x240.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_ffffff_256x240.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/package.json unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.structure.min.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/jquery/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/jquery/jquery.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/LICENSE.txt unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/AUTHORS.txt unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/index.html unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.min.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.theme.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-2.2.3.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/taphold.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/common.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/theme.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.easing.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/bootstrap.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/custom.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jqueryFileTree.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajax.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajaxRequest.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ABOT_logo.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/green_tick.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg2.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/play.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/file.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/plus.jpg unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/pcap.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close_dialog.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/sun1.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/log.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/gray_alert.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/html.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/delete.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg1.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/red_alert.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/download.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder-closed.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/xml.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/minus.jpg unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/cloud.png unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/right_arrow.jpg unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/spinner.gif unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/plus sign.svg unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/X sign.svg unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/close.svg unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/add-button-inside-black-circle.svg unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/config/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/config/epc_config.properties unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/config/configsip.properties unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/config/ims_config.properties unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/config/timer_config.properties unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties_old unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/styles.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/font-awesome.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/tree-ui.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_cust.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.eot unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfontd41d.eot unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.svg unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.woff unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.ttf unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.eot unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff2 unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.ttf unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_1.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/theme.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/jqx.base.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/angular-material.min.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/npm.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/modernizr.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.min.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.js unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.svg unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.eot unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css.map unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css.map unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css.map unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css.map unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/angular.treeview.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/ unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.ui.tooltip.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint1.0.1.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.min.css unit-abot-epc-basic-0: 16:54:10 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.min.css unit-oai-epc-0: 16:54:10 DEBUG unit.oai-epc/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-epc-0: 16:54:10 DEBUG unit.oai-epc/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 16:54:11 DEBUG unit.oai-epc/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 16:54:11 DEBUG unit.oai-epc/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-epc-0: 16:54:11 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-oai-epc-0: 16:54:11 DEBUG unit.oai-epc/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 16:54:11 DEBUG unit.abot-epc-basic/0.install Collecting elasticsearch unit-abot-epc-basic-0: 16:54:11 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/b1/f1/89735ebb863767516d55cee2cfdd5e2883ff1db903be3ba1fe15a1725adc/elasticsearch-6.3.1-py2.py3-none-any.whl (119kB) unit-abot-epc-basic-0: 16:54:11 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 53.0MB/s eta 0:00:01  17% |##### | 20kB 3.8MB/s eta 0:00:01  25% |######## | 30kB 4.4MB/s eta 0:00:01  34% |########## | 40kB 4.1MB/s eta 0:00:01  42% |############# | 51kB 4.6MB/s eta 0:00:01  51% |################ | 61kB 5.4MB/s eta 0:00:01  59% |################### | 71kB 5.3MB/s eta 0:00:01  68% |##################### | 81kB 5.0MB/s eta 0:00:01  76% |######################## | 92kB 5.5MB/s eta 0:00:01  85% |########################### | 102kB 5.6MB/s eta 0:00:01  93% |############################## | 112kB 5.6MB/s eta 0:00:01  100% |################################| 122kB 4.6MB/s unit-abot-epc-basic-0: 16:54:11 DEBUG unit.abot-epc-basic/0.install [?25hCollecting urllib3>=1.21.1 (from elasticsearch) unit-oai-epc-0: 16:54:11 DEBUG unit.oai-epc/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-epc-0: 16:54:11 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 16:54:11 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/bd/c9/6fdd990019071a4a32a5e7cb78a1d92c53851ef4f56f62a3486e6a7d8ffb/urllib3-1.23-py2.py3-none-any.whl (133kB) unit-abot-epc-basic-0: 16:54:11 DEBUG unit.abot-epc-basic/0.install [?25l  7% |## | 10kB 56.6MB/s eta 0:00:01  15% |#### | 20kB 15.3MB/s eta 0:00:01  23% |####### | 30kB 20.1MB/s eta 0:00:01  30% |######### | 40kB 9.5MB/s eta 0:00:01  38% |############ | 51kB 8.0MB/s eta 0:00:01  46% |############## | 61kB 9.3MB/s eta 0:00:01  53% |################# | 71kB 8.6MB/s eta 0:00:01  61% |################### | 81kB 7.2MB/s eta 0:00:01  69% |###################### | 92kB 8.0MB/s eta 0:00:01  76% |######################## | 102kB 7.6MB/s eta 0:00:01  84% |########################### | 112kB 7.5MB/s eta 0:00:01  92% |############################# | 122kB 7.3MB/s eta 0:00:01  99% |############################### | 133kB 7.3MB/s eta 0:00:01  100% |################################| 143kB 5.1MB/s unit-abot-epc-basic-0: 16:54:11 DEBUG unit.abot-epc-basic/0.install [?25hInstalling collected packages: urllib3, elasticsearch unit-oai-epc-0: 16:54:11 DEBUG unit.oai-epc/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 16:54:11 DEBUG unit.abot-epc-basic/0.install Successfully installed elasticsearch-6.3.1 urllib3-1.23 unit-abot-epc-basic-0: 16:54:12 DEBUG unit.abot-epc-basic/0.install You are using pip version 8.1.1, however version 18.0 is available. unit-abot-epc-basic-0: 16:54:12 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-oai-epc-0: 16:54:12 DEBUG unit.oai-epc/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-epc-0: 16:54:12 DEBUG unit.oai-epc/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-epc-0: 16:54:12 DEBUG unit.oai-epc/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 16:54:12 DEBUG unit.abot-epc-basic/0.install Collecting flask unit-abot-epc-basic-0: 16:54:12 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/7f/e7/08578774ed4536d3242b14dacb4696386634607af824ea997202cd0edb4b/Flask-1.0.2-py2.py3-none-any.whl (91kB) unit-abot-epc-basic-0: 16:54:12 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 49.7MB/s eta 0:00:01  22% |####### | 20kB 3.7MB/s eta 0:00:01  33% |########## | 30kB 4.3MB/s eta 0:00:01  44% |############## | 40kB 3.8MB/s eta 0:00:01  56% |################# | 51kB 4.4MB/s eta 0:00:01  67% |##################### | 61kB 5.2MB/s eta 0:00:01  78% |######################### | 71kB 4.7MB/s eta 0:00:01  89% |############################ | 81kB 5.3MB/s eta 0:00:01  100% |################################| 92kB 4.2MB/s unit-abot-epc-basic-0: 16:54:12 DEBUG unit.abot-epc-basic/0.install [?25hCollecting Jinja2>=2.10 (from flask) unit-abot-epc-basic-0: 16:54:12 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl (126kB) unit-abot-epc-basic-0: 16:54:12 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 59.6MB/s eta 0:00:01  16% |##### | 20kB 16.4MB/s eta 0:00:01  24% |####### | 30kB 21.1MB/s eta 0:00:01  32% |########## | 40kB 8.7MB/s eta 0:00:01  40% |############ | 51kB 7.8MB/s eta 0:00:01  48% |############### | 61kB 9.1MB/s eta 0:00:01  56% |################## | 71kB 7.9MB/s eta 0:00:01  64% |#################### | 81kB 7.7MB/s eta 0:00:01  72% |####################### | 92kB 8.5MB/s eta 0:00:01  81% |######################### | 102kB 7.8MB/s eta 0:00:01  89% |############################ | 112kB 7.8MB/s eta 0:00:01  97% |############################### | 122kB 7.7MB/s eta 0:00:01  100% |################################| 133kB 4.8MB/s unit-abot-epc-basic-0: 16:54:12 DEBUG unit.abot-epc-basic/0.install [?25hCollecting itsdangerous>=0.24 (from flask) unit-oai-epc-0: 16:54:13 DEBUG unit.oai-epc/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-epc-0: 16:54:13 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:54:13 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/itsdangerous-0.24.tar.gz (46kB) unit-abot-epc-basic-0: 16:54:13 DEBUG unit.abot-epc-basic/0.install [?25l  22% |####### | 10kB 50.9MB/s eta 0:00:01  44% |############## | 20kB 13.1MB/s eta 0:00:01  66% |##################### | 30kB 17.3MB/s eta 0:00:01  88% |############################ | 40kB 9.2MB/s eta 0:00:01  100% |################################| 51kB 6.7MB/s unit-oai-epc-0: 16:54:13 DEBUG unit.oai-epc/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:54:13 DEBUG unit.abot-epc-basic/0.install [?25hCollecting Werkzeug>=0.14 (from flask) unit-abot-epc-basic-0: 16:54:13 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/20/c4/12e3e56473e52375aa29c4764e70d1b8f3efa6682bef8d0aae04fe335243/Werkzeug-0.14.1-py2.py3-none-any.whl (322kB) unit-abot-epc-basic-0: 16:54:13 DEBUG unit.abot-epc-basic/0.install [?25l  3% |# | 10kB 81.2MB/s eta 0:00:01  6% |## | 20kB 14.0MB/s eta 0:00:01  9% |### | 30kB 9.7MB/s eta 0:00:01  12% |#### | 40kB 12.2MB/s eta 0:00:01  15% |##### | 51kB 8.7MB/s eta 0:00:01  19% |###### | 61kB 10.1MB/s eta 0:00:01  22% |####### | 71kB 9.6MB/s eta 0:00:01  25% |######## | 81kB 8.4MB/s eta 0:00:01  28% |######### | 92kB 9.2MB/s eta 0:00:01  31% |########## | 102kB 8.5MB/s eta 0:00:01  34% |########### | 112kB 7.7MB/s eta 0:00:01  38% |############ | 122kB 8.4MB/s eta 0:00:01  41% |############# | 133kB 7.8MB/s eta 0:00:01  44% |############## | 143kB 7.8MB/s eta 0:00:01  47% |############### | 153kB 8.7MB/s eta 0:00:01  50% |################ | 163kB 7.3MB/s eta 0:00:01  53% |################# | 174kB 7.9MB/s eta 0:00:01  57% |################## | 184kB 8.4MB/s eta 0:00:01  60% |################### | 194kB 6.8MB/s eta 0:00:01  63% |#################### | 204kB 7.7MB/s eta 0:00:01  66% |##################### | 215kB 7.9MB/s eta 0:00:01  69% |###################### | 225kB 7.9MB/s eta 0:00:01  72% |####################### | 235kB 8.7MB/s eta 0:00:01  76% |######################## | 245kB 6.8MB/s eta 0:00:01  79% |######################### | 256kB 7.4MB/s eta 0:00:01  82% |########################## | 266kB 8.0MB/s eta 0:00:01  85% |########################### | 276kB 6.9MB/s eta 0:00:01  88% |############################ | 286kB 7.6MB/s eta 0:00:01  91% |############################# | 296kB 8.8MB/s eta 0:00:01  95% |############################## | 307kB 8.7MB/s eta 0:00:01  98% |############################### | 317kB 8.7MB/s eta 0:00:01  100% |################################| 327kB 3.3MB/s unit-abot-epc-basic-0: 16:54:13 DEBUG unit.abot-epc-basic/0.install [?25hCollecting click>=5.1 (from flask) unit-abot-epc-basic-0: 16:54:13 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl (81kB) unit-abot-epc-basic-0: 16:54:13 DEBUG unit.abot-epc-basic/0.install [?25l  12% |#### | 10kB 69.6MB/s eta 0:00:01  25% |######## | 20kB 19.6MB/s eta 0:00:01  37% |############ | 30kB 25.0MB/s eta 0:00:01  50% |################ | 40kB 9.3MB/s eta 0:00:01  62% |#################### | 51kB 9.8MB/s eta 0:00:01  75% |######################## | 61kB 11.4MB/s eta 0:00:01  88% |############################ | 71kB 10.4MB/s eta 0:00:01  100% |################################| 81kB 7.0MB/s unit-abot-epc-basic-0: 16:54:13 DEBUG unit.abot-epc-basic/0.install [?25hCollecting MarkupSafe>=0.23 (from Jinja2>=2.10->flask) unit-abot-epc-basic-0: 16:54:13 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz unit-oai-epc-0: 16:54:13 DEBUG unit.oai-epc/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-epc-0: 16:54:13 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:54:13 DEBUG unit.abot-epc-basic/0.install Building wheels for collected packages: itsdangerous, MarkupSafe unit-oai-epc-0: 16:54:13 DEBUG unit.oai-epc/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:54:13 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for itsdangerous ... [?25l- done unit-abot-epc-basic-0: 16:54:13 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/2c/4a/61/5599631c1554768c6290b08c02c72d7317910374ca602ff1e5 unit-abot-epc-basic-0: 16:54:14 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for MarkupSafe ... [?25l- \ done unit-abot-epc-basic-0: 16:54:14 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/33/56/20/ebe49a5c612fffe1c5a632146b16596f9e64676768661e4e46 unit-abot-epc-basic-0: 16:54:14 DEBUG unit.abot-epc-basic/0.install Successfully built itsdangerous MarkupSafe unit-abot-epc-basic-0: 16:54:14 DEBUG unit.abot-epc-basic/0.install Installing collected packages: MarkupSafe, Jinja2, itsdangerous, Werkzeug, click, flask unit-abot-epc-basic-0: 16:54:14 DEBUG unit.abot-epc-basic/0.install Successfully installed Jinja2-2.10 MarkupSafe-1.0 Werkzeug-0.14.1 click-7.0 flask-1.0.2 itsdangerous-0.24 unit-abot-epc-basic-0: 16:54:14 DEBUG unit.abot-epc-basic/0.install You are using pip version 8.1.1, however version 18.0 is available. unit-abot-epc-basic-0: 16:54:14 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-oai-epc-0: 16:54:14 DEBUG unit.oai-epc/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-epc-0: 16:54:14 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 16:54:14 DEBUG unit.oai-epc/0.install Progress: [ 55%] Unpacking mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 16:54:14 DEBUG unit.oai-epc/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:54:14 DEBUG unit.abot-epc-basic/0.install Collecting bs4 unit-abot-epc-basic-0: 16:54:15 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/10/ed/7e8b97591f6f456174139ec089c769f89a94a1a4025fe967691de971f314/bs4-0.0.1.tar.gz unit-abot-epc-basic-0: 16:54:15 DEBUG unit.abot-epc-basic/0.install Collecting beautifulsoup4 (from bs4) unit-abot-epc-basic-0: 16:54:15 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/f8/c7/741c97d7366f4779ca73d244904978b43a81fd37d85fcf05ad19d472c1ce/beautifulsoup4-4.6.3-py2-none-any.whl (90kB) unit-abot-epc-basic-0: 16:54:15 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 8.0MB/s eta 0:00:01  22% |####### | 20kB 3.8MB/s eta 0:00:01  33% |########## | 30kB 4.5MB/s eta 0:00:01  45% |############## | 40kB 3.8MB/s eta 0:00:01  56% |################## | 51kB 4.7MB/s eta 0:00:01  67% |##################### | 61kB 5.5MB/s eta 0:00:01  79% |######################### | 71kB 4.7MB/s eta 0:00:01  90% |############################ | 81kB 5.2MB/s eta 0:00:01  100% |################################| 92kB 4.3MB/s unit-abot-epc-basic-0: 16:54:15 DEBUG unit.abot-epc-basic/0.install [?25hBuilding wheels for collected packages: bs4 unit-abot-epc-basic-0: 16:54:15 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for bs4 ... [?25l- done unit-abot-epc-basic-0: 16:54:15 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/a0/b0/b2/4f80b9456b87abedbc0bf2d52235414c3467d8889be38dd472 unit-abot-epc-basic-0: 16:54:15 DEBUG unit.abot-epc-basic/0.install Successfully built bs4 unit-abot-epc-basic-0: 16:54:15 DEBUG unit.abot-epc-basic/0.install Installing collected packages: beautifulsoup4, bs4 unit-abot-epc-basic-0: 16:54:15 DEBUG unit.abot-epc-basic/0.install Successfully installed beautifulsoup4-4.6.3 bs4-0.0.1 unit-abot-epc-basic-0: 16:54:15 DEBUG unit.abot-epc-basic/0.install You are using pip version 8.1.1, however version 18.0 is available. unit-abot-epc-basic-0: 16:54:15 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 16:54:15 DEBUG unit.abot-epc-basic/0.install Running the test with the tags local-commands unit-abot-epc-basic-0: 16:54:15 DEBUG unit.abot-epc-basic/0.install Running the test with the tags @local-commands unit-abot-epc-basic-0: 16:54:15 DEBUG unit.abot-epc-basic/0.install Creating the Target JUnit file... unit-oai-epc-0: 16:54:16 DEBUG unit.oai-epc/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 16:54:16 DEBUG unit.oai-epc/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 16:54:16 DEBUG unit.oai-epc/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-oai-epc-0: 16:54:16 DEBUG unit.oai-epc/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-epc-0: 16:54:16 DEBUG unit.oai-epc/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-oai-epc-0: 16:54:16 DEBUG unit.oai-epc/0.install Progress: [ 82%] Progress: [ 85%] Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 16:54:17 DEBUG unit.oai-epc/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 16:54:17 DEBUG unit.oai-epc/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 16:54:17 DEBUG unit.oai-epc/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 16:54:17 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-oai-epc-0: 16:54:17 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 16:54:17 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 16:54:17 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 16:54:17 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-abot-epc-basic-0: 16:54:17 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 16:54:17 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:54:17 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 16:54:17 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-oai-epc-0: 16:54:17 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:54:17 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 16:54:17 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 16:54:17 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 16:54:18 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 16:54:18 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 16:54:18 DEBUG unit.oai-epc/0.install + echo -n unit-abot-epc-basic-0: 16:54:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom unit-oai-epc-0: 16:54:18 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 16:54:18 DEBUG unit.oai-epc/0.install + cp -f /etc/hosts /home unit-oai-epc-0: 16:54:18 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-epc-0: 16:54:18 DEBUG unit.oai-epc/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 16:54:18 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (5 KB at 11.4 KB/sec) unit-abot-epc-basic-0: 16:54:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom unit-abot-epc-basic-0: 16:54:18 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 KB at 507.9 KB/sec) unit-abot-epc-basic-0: 16:54:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom unit-abot-epc-basic-0: 16:54:18 DEBUG unit.abot-epc-basic/0.install 3/23 KB 5/23 KB 8/23 KB 11/23 KB 13/23 KB 16/23 KB 19/23 KB 21/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 KB at 688.7 KB/sec) unit-abot-epc-basic-0: 16:54:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom unit-abot-epc-basic-0: 16:54:18 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (15 KB at 503.3 KB/sec) unit-abot-epc-basic-0: 16:54:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar unit-abot-epc-basic-0: 16:54:18 DEBUG unit.abot-epc-basic/0.install 3/23 KB 5/23 KB 8/23 KB 11/23 KB 13/23 KB 16/23 KB 19/23 KB 21/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 KB at 1010.3 KB/sec) unit-abot-epc-basic-0: 16:54:18 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 16:54:18 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:54:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom unit-abot-epc-basic-0: 16:54:18 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (2 KB at 88.8 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9 KB at 384.1 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 647.0 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (4 KB at 197.0 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4 KB at 264.8 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (9 KB at 408.1 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (9 KB at 247.5 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 KB at 697.7 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 3/221 KB 5/221 KB 8/221 KB 11/221 KB 13/221 KB 16/221 KB 19/221 KB 21/221 KB 24/221 KB 27/221 KB 29/221 KB 32/221 KB 36/221 KB 40/221 KB 44/221 KB 48/221 KB 52/221 KB 56/221 KB 60/221 KB 64/221 KB 68/221 KB 72/221 KB 76/221 KB 80/221 KB 84/221 KB 88/221 KB 92/221 KB 96/221 KB 100/221 KB 104/221 KB 108/221 KB 112/221 KB 116/221 KB 120/221 KB 124/221 KB 128/221 KB 132/221 KB 136/221 KB 140/221 KB 144/221 KB 148/221 KB 152/221 KB 156/221 KB 160/221 KB 164/221 KB 168/221 KB 172/221 KB 176/221 KB 180/221 KB 184/221 KB 188/221 KB 192/221 KB 196/221 KB 200/221 KB 204/221 KB 208/221 KB 212/221 KB 216/221 KB 220/221 KB 221/221 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (221 KB at 3024.3 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-javolution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (3 KB at 112.0 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2 KB at 69.8 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3 KB at 85.0 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (2 KB at 88.8 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9 KB at 398.1 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2 KB at 77.3 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (3 KB at 150.6 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (2 KB at 112.9 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (2 KB at 102.7 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (2 KB at 118.8 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (4 KB at 162.8 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 3/17 KB 6/17 KB 9/17 KB 11/17 KB 14/17 KB 16/17 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 KB at 861.6 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (2 KB at 51.7 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5 KB at 347.0 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (8 KB at 470.7 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (8 KB at 354.6 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 3/114 KB 3/48 KB 6/114 KB 3/48 KB 3/114 KB 5/48 KB 6/114 KB 8/48 KB 6/114 KB 11/48 KB 9/114 KB 8/48 KB 9/114 KB 11/48 KB 11/114 KB 13/48 KB 14/114 KB 13/48 KB 16/114 KB 13/48 KB 11/114 KB 16/48 KB 16/114 KB 19/48 KB 16/114 KB 19/48 KB 19/114 KB 21/48 KB 22/114 KB 21/48 KB 19/114 KB 24/48 KB 22/114 KB 27/48 KB 22/114 KB 29/48 KB 25/114 KB 32/48 KB 25/114 KB 36/48 KB 25/114 KB 40/48 KB 25/114 KB 27/48 KB 25/114 KB 40/48 KB 27/114 KB 40/48 KB 30/114 KB 40/48 KB 32/114 KB 40/48 KB 36/114 KB 40/48 KB 40/114 KB 40/48 KB 44/114 KB 44/48 KB 48/114 KB 44/48 KB 44/114 KB 48/48 KB 48/114 KB 48/48 KB 52/114 KB 48/48 KB 52/114 KB 48/48 KB 56/114 KB 48/48 KB 60/114 KB 48/48 KB 64/114 KB 48/48 KB 68/114 KB 3/35 KB 72/114 KB 3/35 KB 76/114 KB 3/35 KB 80/114 KB 3/35 KB 84/114 KB 3/35 KB 88/114 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 48/48 KB 3/35 KB 68/114 KB 6/35 KB 92/114 KB 9/35 KB 92/114 KB 11/35 KB 3/29 KB 92/114 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (48 KB at 1169.5 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 3/35 KB 92/114 KB 11/35 KB 3/29 KB 96/114 KB 11/35 KB 3/29 KB 100/114 KB 14/35 KB 3/29 KB 104/114 KB 9/35 KB 3/29 KB 92/114 KB 14/35 KB 3/29 KB 100/114 KB 16/35 KB 3/29 KB 108/114 KB 16/35 KB 6/29 KB 108/114 KB 19/35 KB 9/29 KB 108/114 KB 14/35 KB 3/29 KB 108/114 KB 19/35 KB 9/29 KB 112/114 KB 19/35 KB 6/29 KB 108/114 KB 22/35 KB 9/29 KB 112/114 KB 22/35 KB 9/29 KB 114/114 KB 22/35 KB 9/29 KB 114/114 KB 3/85 KB 25/35 KB 11/29 KB 114/114 KB 6/85 KB 25/35 KB 11/29 KB 114/114 KB 9/85 KB 25/35 KB 11/29 KB 114/114 KB 11/85 KB 25/35 KB 11/29 KB 114/114 KB 3/85 KB 22/35 KB 11/29 KB 114/114 KB 3/85 KB 25/35 KB 14/29 KB 114/114 KB 11/85 KB 27/35 KB 16/29 KB 114/114 KB 14/85 KB 27/35 KB 14/29 KB 114/114 KB 14/85 KB 25/35 KB 14/29 KB 114/114 KB 14/85 KB 30/35 KB 16/29 KB 114/114 KB 14/85 KB 32/35 KB 16/29 KB 114/114 KB 14/85 KB 32/35 KB 19/29 KB 114/114 KB 16/85 KB 32/35 KB 16/29 KB 114/114 KB 16/85 KB 32/35 KB 19/29 KB 114/114 KB 19/85 KB 32/35 KB 22/29 KB 22/85 KB 35/35 KB 22/29 KB 25/85 KB 35/35 KB 22/29 KB 27/85 KB 35/35 KB 22/29 KB 30/85 KB 35/35 KB 22/29 KB 32/85 KB 35/35 KB 22/29 KB 36/85 KB 32/35 KB 22/29 KB 19/85 KB 35/35 KB 25/29 KB 36/85 KB 35/35 KB 27/29 KB 36/85 KB 35/35 KB 29/29 KB 36/85 KB 35/35 KB 22/29 KB 22/85 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (114 KB at 1745.5 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 35/35 KB 29/29 KB 40/85 KB 35/35 KB 29/29 KB 44/85 KB 35/35 KB 29/29 KB 48/85 KB 35/35 KB 29/29 KB 52/85 KB 35/35 KB 3/56 KB 29/29 KB 56/85 KB 35/35 KB 3/56 KB 29/29 KB 52/85 KB 35/35 KB 3/56 KB 29/29 KB 60/85 KB 35/35 KB 3/56 KB 29/29 KB 64/85 KB 35/35 KB 5/56 KB 29/29 KB 64/85 KB 35/35 KB 5/56 KB 29/29 KB 68/85 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 KB at 491.6 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 KB at 403.5 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 35/35 KB 8/56 KB 29/29 KB 68/85 KB 8/56 KB 29/29 KB 68/85 KB 3/24 KB 8/56 KB 68/85 KB 5/24 KB 8/56 KB 68/85 KB 8/24 KB 8/56 KB 68/85 KB 11/24 KB 8/56 KB 68/85 KB 13/24 KB 11/56 KB 72/85 KB 16/24 KB 11/56 KB 72/85 KB 13/24 KB 11/56 KB 76/85 KB 16/24 KB 11/56 KB 80/85 KB 16/24 KB 11/56 KB 68/85 KB 13/24 KB 13/56 KB 80/85 KB 16/24 KB 13/56 KB 80/85 KB 19/24 KB 16/56 KB 84/85 KB 21/24 KB 16/56 KB 84/85 KB 19/24 KB 16/56 KB 84/85 KB 21/24 KB 19/56 KB 84/85 KB 21/24 KB 19/56 KB 85/85 KB 21/24 KB 19/56 KB 85/85 KB 24/24 KB 21/56 KB 85/85 KB 24/24 KB 3/86 KB 19/56 KB 85/85 KB 24/24 KB 3/86 KB 21/56 KB 85/85 KB 24/24 KB 5/86 KB 24/56 KB 85/85 KB 24/24 KB 8/86 KB 3/218 KB 24/56 KB 85/85 KB 24/24 KB 11/86 KB 3/218 KB 24/56 KB 85/85 KB 24/24 KB 13/86 KB 3/218 KB 21/56 KB 85/85 KB 24/24 KB 5/86 KB 3/218 KB 24/56 KB 85/85 KB 24/24 KB 13/86 KB 5/218 KB 24/56 KB 85/85 KB 24/24 KB 13/86 KB 8/218 KB 24/56 KB 85/85 KB 24/24 KB 5/86 KB 3/218 KB 24/56 KB 85/85 KB 24/24 KB 16/86 KB 8/218 KB 24/56 KB 85/85 KB 24/24 KB 19/86 KB 11/218 KB 24/56 KB 24/24 KB 21/86 KB 11/218 KB 24/56 KB 24/24 KB 24/86 KB 11/218 KB 24/56 KB 24/24 KB 27/86 KB 11/218 KB 24/56 KB 85/85 KB 24/24 KB 5/86 KB 3/218 KB 27/56 KB 24/24 KB 27/86 KB 11/218 KB 29/56 KB 24/24 KB 27/86 KB 11/218 KB 32/56 KB 24/24 KB 27/86 KB 11/218 KB 36/56 KB 24/24 KB 27/86 KB 11/218 KB 40/56 KB 24/24 KB 29/86 KB 11/218 KB 44/56 KB 24/24 KB 29/86 KB 11/218 KB 48/56 KB 24/24 KB 29/86 KB 11/218 KB 52/56 KB 24/24 KB 29/86 KB 11/218 KB 56/56 KB 29/86 KB 11/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (85 KB at 958.7 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 24/56 KB 85/85 KB 24/24 KB 16/86 KB 11/218 KB 56/56 KB 29/86 KB 13/218 KB 56/56 KB 29/86 KB 16/218 KB 56/56 KB 29/86 KB 19/218 KB 56/56 KB 29/86 KB 21/218 KB 56/56 KB 29/86 KB 24/218 KB 56/56 KB 29/86 KB 27/218 KB 56/56 KB 29/86 KB 29/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 KB at 385.5 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 36/56 KB 24/24 KB 29/86 KB 11/218 KB 56/56 KB 32/86 KB 29/218 KB 56/56 KB 36/86 KB 29/218 KB 56/56 KB 40/86 KB 32/218 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 56/56 KB 36/86 KB 32/218 KB 56/56 KB 44/86 KB 36/218 KB 56/56 KB 44/86 KB 32/218 KB 56/56 KB 48/86 KB 36/218 KB 56/56 KB 52/86 KB 36/218 KB 56/56 KB 56/86 KB 40/218 KB 56/56 KB 52/86 KB 40/218 KB 56/56 KB 60/86 KB 44/218 KB 56/56 KB 60/86 KB 48/218 KB 56/56 KB 60/86 KB 52/218 KB 56/56 KB 60/86 KB 52/218 KB 56/56 KB 64/86 KB 52/218 KB 56/56 KB 64/86 KB 56/218 KB 56/56 KB 64/86 KB 60/218 KB 56/56 KB 68/86 KB 64/218 KB 56/56 KB 68/86 KB 68/218 KB 3/12 KB 68/86 KB 72/218 KB 3/12 KB 68/86 KB 76/218 KB 3/12 KB 68/86 KB 80/218 KB 56/56 KB 68/86 KB 60/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (56 KB at 745.7 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 56/56 KB 3/12 KB 68/86 KB 68/218 KB 5/12 KB 72/86 KB 80/218 KB 8/12 KB 72/86 KB 80/218 KB 11/12 KB 72/86 KB 80/218 KB 12/12 KB 72/86 KB 80/218 KB 3/12 KB 72/86 KB 80/218 KB 12/12 KB 76/86 KB 80/218 KB 12/12 KB 80/86 KB 80/218 KB 12/12 KB 84/86 KB 80/218 KB 12/12 KB 86/86 KB 84/218 KB 12/12 KB 84/86 KB 84/218 KB 12/12 KB 86/86 KB 88/218 KB 12/12 KB 86/86 KB 92/218 KB 12/12 KB 86/86 KB 96/218 KB 12/12 KB 86/86 KB 100/218 KB 12/12 KB 86/86 KB 104/218 KB 12/12 KB 86/86 KB 108/218 KB 12/12 KB 86/86 KB 112/218 KB 12/12 KB 86/86 KB 116/218 KB 12/12 KB 86/86 KB 120/218 KB 12/12 KB 86/86 KB 124/218 KB 12/12 KB 86/86 KB 128/218 KB 12/12 KB 86/86 KB 132/218 KB 12/12 KB 136/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (86 KB at 937.5 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 12/12 KB 140/218 KB 12/12 KB 144/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 124.5 KB/sec) unit-abot-epc-basic-0: 16:54:19 DEBUG unit.abot-epc-basic/0.install 148/218 KB 152/218 KB 156/218 KB 160/218 KB 164/218 KB 168/218 KB 172/218 KB 176/218 KB 180/218 KB 184/218 KB 188/218 KB 192/218 KB 196/218 KB 200/218 KB 204/218 KB 208/218 KB 212/218 KB 216/218 KB 218/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (218 KB at 1999.5 KB/sec) unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/javolution-5.5.1.jar to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.jar unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall2480517450943094290.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-api) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-api-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-api/1.5.0.FINAL/sctp-api-1.5.0.FINAL.jar unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall6810080139426371189.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-api/1.5.0.FINAL/sctp-api-1.5.0.FINAL.pom unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-impl) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-impl-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.jar unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall1155754412429585175.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.pom unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-common) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/commons-1.0.0.CR1.jar to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.jar unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall2969902159168980959.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-diameter) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/abot_jdiameter.jar to /root/.m2/repository/org/mobicents/diameter/abot_jdiameter/1.5.0-SNAPSHOT/abot_jdiameter-1.5.0-SNAPSHOT.jar unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall9218267565038911392.pom to /root/.m2/repository/org/mobicents/diameter/abot_jdiameter/1.5.0-SNAPSHOT/abot_jdiameter-1.5.0-SNAPSHOT.pom unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-org-picocontainer) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/picocontainer-2.15.jar to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.jar unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall4879170806526760997.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.405 s unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-10-04T16:54:20+00:00 unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 16:54:20 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:54:22 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 16:54:22 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 16:54:22 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:54:22 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 16:54:22 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:54:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8 KB at 17.5 KB/sec) unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9 KB at 390.5 KB/sec) unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install 3/30 KB 5/30 KB 8/30 KB 11/30 KB 13/30 KB 16/30 KB 19/30 KB 21/30 KB 24/30 KB 27/30 KB 29/30 KB 30/30 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 KB at 1161.8 KB/sec) unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 KB at 723.2 KB/sec) unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install 3/29 KB 5/29 KB 8/29 KB 11/29 KB 13/29 KB 16/29 KB 19/29 KB 21/29 KB 24/29 KB 27/29 KB 29/29 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (29 KB at 1253.4 KB/sec) unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom (8 KB at 387.0 KB/sec) unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install 3/32 KB 5/32 KB 8/32 KB 11/32 KB 13/32 KB 16/32 KB 19/32 KB 21/32 KB 24/32 KB 27/32 KB 29/32 KB 32/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar (32 KB at 907.0 KB/sec) unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom (6 KB at 339.6 KB/sec) unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom (19 KB at 858.1 KB/sec) unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install 3/39 KB 5/39 KB 8/39 KB 11/39 KB 13/39 KB 16/39 KB 19/39 KB 21/39 KB 24/39 KB 27/39 KB 29/39 KB 32/39 KB 35/39 KB 37/39 KB 39/39 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom (39 KB at 1439.0 KB/sec) unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install 3/16 KB 5/16 KB 8/16 KB 11/16 KB 13/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (16 KB at 884.5 KB/sec) unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install 3/38 KB 5/38 KB 8/38 KB 11/38 KB 13/38 KB 16/38 KB 19/38 KB 21/38 KB 24/38 KB 27/38 KB 29/38 KB 32/38 KB 35/38 KB 37/38 KB 38/38 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar (38 KB at 1500.1 KB/sec) unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (6 KB at 284.9 KB/sec) unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install 3/34 KB 5/34 KB 8/34 KB 11/34 KB 13/34 KB 16/34 KB 19/34 KB 21/34 KB 24/34 KB 27/34 KB 29/34 KB 32/34 KB 34/34 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 KB at 1107.5 KB/sec) unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.pom unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.pom (7 KB at 257.3 KB/sec) unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (5 KB at 314.1 KB/sec) unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.jar unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.jar (9 KB at 78.4 KB/sec) unit-abot-epc-basic-0: 16:54:23 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.pom unit-abot-epc-basic-0: 16:54:24 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.pom unit-abot-epc-basic-0: 16:54:24 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.pom (7 KB at 291.3 KB/sec) unit-abot-epc-basic-0: 16:54:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom unit-abot-epc-basic-0: 16:54:24 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom unit-abot-epc-basic-0: 16:54:24 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom (9 KB at 480.8 KB/sec) unit-abot-epc-basic-0: 16:54:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/6/oss-parent-6.pom unit-abot-epc-basic-0: 16:54:24 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom unit-abot-epc-basic-0: 16:54:24 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (5 KB at 314.5 KB/sec) unit-abot-epc-basic-0: 16:54:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 16:54:24 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 16:54:24 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.pom (5 KB at 273.9 KB/sec) unit-abot-epc-basic-0: 16:54:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.pom unit-abot-epc-basic-0: 16:54:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.pom unit-abot-epc-basic-0: 16:54:25 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.pom (3 KB at 153.8 KB/sec) unit-abot-epc-basic-0: 16:54:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm/1.2.2/cucumber-jvm-1.2.2.pom unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + git checkout v0.3.2-branch unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install Switched to a new branch 'v0.3.2-branch' unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install Branch v0.3.2-branch set up to track remote branch v0.3.2-branch from origin. unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + sed -i -r 's/(check_kernel_release_and_install_xtables_addons_oai[^()]+)/#\1/' /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-abot-epc-basic-0: 16:54:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.2/cucumber-jvm-1.2.2.pom unit-oai-epc-0: 16:54:25 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:54:25 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-158-generic unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-158-generic unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-158-generic unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-158-generic unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-158-generic unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-158-generic unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install cat: /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot: No such file or directory unit-abot-epc-basic-0: 16:54:25 DEBUG unit.abot-epc-basic/0.install 3/36 KB 5/36 KB 8/36 KB 11/36 KB 13/36 KB 16/36 KB 19/36 KB 21/36 KB 24/36 KB 27/36 KB 29/36 KB 32/36 KB 35/36 KB 36/36 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.2/cucumber-jvm-1.2.2.pom (36 KB at 1300.9 KB/sec) unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-abot-epc-basic-0: 16:54:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.pom unit-oai-epc-0: 16:54:25 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:54:25 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-epc-0: 16:54:25 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 16:54:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.pom unit-abot-epc-basic-0: 16:54:25 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.pom (6 KB at 220.9 KB/sec) unit-abot-epc-basic-0: 16:54:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.pom unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install + wget -r -e robots=off --accept-regex '(.*generic.*amd64)|(all).deb' http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install --2018-10-04 16:54:25-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-abot-epc-basic-0: 16:54:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.pom unit-oai-epc-0: 16:54:25 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-abot-epc-basic-0: 16:54:25 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.pom (4 KB at 178.0 KB/sec) unit-abot-epc-basic-0: 16:54:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.pom unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-abot-epc-basic-0: 16:54:26 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.pom unit-abot-epc-basic-0: 16:54:26 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.pom (4 KB at 198.5 KB/sec) unit-abot-epc-basic-0: 16:54:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.pom unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install 0K ....... 54.6M=0s unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install 2018-10-04 16:54:26 (54.6 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install --2018-10-04 16:54:26-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 16:54:26 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 16:54:26 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.pom (5 KB at 227.7 KB/sec) unit-abot-epc-basic-0: 16:54:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/junit/junit/4.11/junit-4.11.pom unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 4% 370K 3s unit-abot-epc-basic-0: 16:54:26 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom unit-abot-epc-basic-0: 16:54:26 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom (3 KB at 134.7 KB/sec) unit-abot-epc-basic-0: 16:54:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 8% 370K 3s unit-abot-epc-basic-0: 16:54:26 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 13% 1.26M 2s unit-abot-epc-basic-0: 16:54:26 DEBUG unit.abot-epc-basic/0.install 766/766 B Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 39.4 KB/sec) unit-abot-epc-basic-0: 16:54:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 17% 511K 2s unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 22% 31.0M 1s unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 26% 46.1M 1s unit-abot-epc-basic-0: 16:54:26 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 31% 382K 1s unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 35% 30.3M 1s unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 39% 20.7M 1s unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 44% 37.7M 1s unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 48% 56.3M 1s unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 53% 51.3M 0s unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 57% 53.2M 0s unit-abot-epc-basic-0: 16:54:26 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2 KB at 91.7 KB/sec) unit-abot-epc-basic-0: 16:54:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 62% 393K 0s unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 66% 28.8M 0s unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 71% 43.5M 0s unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 75% 49.9M 0s unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 79% 35.2M 0s unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 84% 33.0M 0s unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 88% 53.5M 0s unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 93% 69.8M 0s unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 97% 73.6M 0s unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install 1100K .......... .......... ...... 100% 47.2M=0.7s unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install 2018-10-04 16:54:26 (1.61 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [1153230/1153230] unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install --2018-10-04 16:54:26-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb unit-oai-epc-0: 16:54:26 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 16:54:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom unit-abot-epc-basic-0: 16:54:27 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom (4 KB at 101.9 KB/sec) unit-abot-epc-basic-0: 16:54:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.pom unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 7.99M 2s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 14.0M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 1% 111M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 1% 62.9M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 1% 47.7M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 2% 58.0M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 2% 61.9M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 3% 49.5M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 3% 64.7M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 3% 117M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 4% 299M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 4% 287M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 4% 323M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 5% 314M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 5% 375M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 6% 33.9M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 6% 49.4M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 6% 63.9M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 7% 71.3M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 7% 60.3M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 8% 71.6M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 8% 443K 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 8% 14.2M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 9% 12.6M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 9% 16.5M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 9% 39.7M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 10% 45.3M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 10% 56.7M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 11% 90.5M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 11% 103M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 11% 34.2M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 12% 50.7M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 12% 51.5M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 13% 61.6M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 13% 123M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 13% 336M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 14% 295M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 14% 292M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 14% 279M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 15% 263M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 15% 41.6M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 16% 47.9M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 16% 46.2M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 16% 40.5M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 17% 65.9M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 17% 73.6M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 17% 69.4M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 18% 115M 1s unit-abot-epc-basic-0: 16:54:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.pom unit-abot-epc-basic-0: 16:54:27 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.pom (2 KB at 89.0 KB/sec) unit-abot-epc-basic-0: 16:54:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 18% 459K 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 19% 61.7M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 19% 146M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 19% 28.0M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 20% 62.0M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 20% 16.5M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 21% 66.1M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 21% 139M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 21% 106M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 22% 24.1M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 22% 86.1M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 22% 67.6M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 23% 61.4M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 23% 82.7M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 24% 71.5M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 24% 80.4M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 24% 61.9M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 25% 58.6M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 25% 62.8M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 26% 53.5M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 26% 74.0M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 26% 62.4M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 27% 46.0M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 27% 70.2M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 27% 86.2M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 28% 60.6M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 28% 60.2M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 29% 53.1M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 29% 72.6M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 29% 58.2M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 30% 56.4M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 30% 73.1M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 30% 54.4M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 31% 69.6M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 31% 55.1M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 32% 61.6M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 32% 66.2M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 32% 144M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 33% 430M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 33% 532M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 34% 549M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 34% 578M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 34% 523M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 35% 567M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 35% 573M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 35% 610M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 36% 487M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 36% 567M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 37% 578M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 37% 571M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 37% 482M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 38% 588M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 38% 610M 0s unit-abot-epc-basic-0: 16:54:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 39% 485K 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 39% 50.7M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 39% 69.9M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 40% 49.4M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 40% 43.7M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 40% 47.1M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 41% 48.8M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 41% 48.7M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 42% 44.6M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 42% 65.9M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 42% 66.8M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 43% 52.2M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 43% 64.2M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 43% 84.6M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 44% 63.0M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 44% 80.8M 1s unit-abot-epc-basic-0: 16:54:27 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom (14 KB at 455.5 KB/sec) unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 45% 101M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 45% 63.2M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 45% 70.2M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 46% 76.9M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 46% 143M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 47% 525M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 47% 586M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 47% 421M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 48% 453M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 48% 321M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 48% 379M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 49% 358M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 49% 52.8M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 50% 19.7M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 50% 46.2M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 50% 59.1M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 51% 49.2M 0s unit-abot-epc-basic-0: 16:54:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 51% 45.2M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 52% 55.2M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 52% 68.2M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 52% 72.5M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 53% 50.7M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 53% 68.7M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 53% 55.5M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 54% 89.5M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 54% 57.0M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 55% 60.8M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 55% 149M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 55% 95.3M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 56% 123M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 56% 132M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 57% 96.2M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 57% 191M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 57% 357M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 58% 491K 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 58% 51.1M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 58% 57.4M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 59% 105M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 59% 132M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 60% 316M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 60% 347M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 60% 247M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 61% 44.0M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 61% 52.0M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 61% 72.8M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 62% 48.7M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 62% 28.0M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 63% 38.8M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 63% 43.5M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 63% 42.1M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 64% 44.8M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 64% 43.6M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 65% 59.9M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 65% 65.5M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 65% 151M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 66% 286M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 66% 331M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 66% 316M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 67% 367M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 67% 294M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 68% 353M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 68% 404M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 68% 379M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 69% 334M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 69% 417M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 70% 347M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 70% 271M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 70% 311M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 71% 399M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 71% 340M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 71% 395M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 72% 55.6M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 72% 50.4M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 73% 53.3M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 73% 64.0M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 73% 49.2M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 74% 67.6M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 74% 51.6M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 74% 79.3M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 75% 76.4M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 75% 50.2M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 76% 52.8M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 76% 51.7M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 76% 47.2M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 77% 46.2M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 77% 51.0M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 78% 70.3M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 78% 71.1M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 78% 72.0M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 79% 126M 0s unit-abot-epc-basic-0: 16:54:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom unit-abot-epc-basic-0: 16:54:27 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom (9 KB at 423.4 KB/sec) unit-abot-epc-basic-0: 16:54:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j/2.7/log4j-2.7.pom unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 79% 495K 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 79% 46.7M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 80% 38.2M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 80% 51.6M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 81% 45.9M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 81% 50.4M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 81% 46.1M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 82% 121M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 82% 355M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 83% 276M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 83% 278M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 83% 303M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 84% 252M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 84% 84.9M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 84% 57.1M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 85% 48.3M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 85% 53.5M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 86% 67.9M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 86% 40.4M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 86% 75.0M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 87% 46.0M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 87% 45.2M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 87% 35.3M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 88% 40.5M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 88% 40.9M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 89% 38.8M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 89% 29.1M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 89% 311M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 90% 326M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 90% 404M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 91% 307M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 91% 356M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 91% 375M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 92% 352M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 92% 323M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 92% 298M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 93% 297M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 93% 353M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 94% 290M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 94% 386M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 94% 369M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 95% 310M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 95% 331M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 96% 376M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 96% 401M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 96% 294M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 97% 293M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 97% 8.72M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 97% 640M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 98% 539M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 98% 590M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 99% 687M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 99% 658M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 99% 673M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 13050K .......... ........ 100% 457M=0.7s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2018-10-04 16:54:27 (18.0 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' saved [13381952/13381952] unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install --2018-10-04 16:54:27-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 119M 0s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 91.9M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 0% 30.3M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 0% 94.7M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 0% 93.2M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 0% 38.3M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 0% 88.5M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 0% 18.5M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 0% 52.8M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 0% 54.7M 1s unit-abot-epc-basic-0: 16:54:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.7/log4j-2.7.pom unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 1% 53.1M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 1% 44.2M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 1% 50.3M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 1% 33.2M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 1% 53.2M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 1% 45.5M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 1% 51.6M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 1% 86.6M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 1% 88.7M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 1% 94.2M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 1% 83.0M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 2% 90.8M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 2% 91.6M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 2% 69.0M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 2% 84.7M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 2% 85.9M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 2% 120M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 2% 81.0M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 2% 98.5M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 2% 66.3M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 2% 101M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 2% 153M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 3% 364M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 3% 311M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 3% 397M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 3% 363M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 3% 446M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 3% 410M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 3% 521M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 3% 399M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 3% 425M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 3% 439M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 3% 441M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 4% 337M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 4% 416M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 4% 397M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 4% 425M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 4% 399M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 4% 464M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 4% 439M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 4% 48.5M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 4% 54.4M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 4% 52.9M 1s unit-oai-epc-0: 16:54:27 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 5% 53.5M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 5% 34.4M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 5% 82.9M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 5% 83.0M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 5% 80.8M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 5% 74.1M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 5% 79.4M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 5% 78.6M 1s unit-abot-epc-basic-0: 16:54:28 DEBUG unit.abot-epc-basic/0.install 3/53 KB 5/53 KB 8/53 KB 11/53 KB 13/53 KB 16/53 KB 19/53 KB 21/53 KB 24/53 KB 27/53 KB 29/53 KB 32/53 KB 36/53 KB 40/53 KB 44/53 KB 48/53 KB 52/53 KB 53/53 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.7/log4j-2.7.pom (53 KB at 1455.5 KB/sec) unit-abot-epc-basic-0: 16:54:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.pom unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 5% 505K 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 5% 28.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 5% 53.4M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 6% 60.8M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 6% 59.0M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 6% 55.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 6% 23.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 6% 49.0M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 6% 72.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 6% 105M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 6% 58.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 6% 53.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 6% 72.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 6% 102M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 7% 29.8M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 7% 69.9M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 7% 77.3M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 7% 66.3M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 7% 76.8M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 7% 21.8M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 7% 79.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 7% 71.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 7% 60.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 7% 66.3M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 7% 49.3M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 8% 57.4M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 8% 48.0M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 8% 55.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 8% 47.3M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 8% 47.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 8% 46.3M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 8% 52.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 8% 67.9M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 8% 56.9M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 8% 50.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 9% 57.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 9% 212M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 9% 437M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 9% 381M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 9% 474M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 9% 427M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 9% 362M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 9% 223M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 9% 287M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 9% 354M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 9% 336M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 10% 225M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 10% 282M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 10% 305M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 10% 378M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 10% 358M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 10% 440M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 10% 56.5M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 10% 51.1M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 10% 66.1M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 10% 81.2M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 10% 80.3M 1s unit-abot-epc-basic-0: 16:54:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.pom unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 11% 519K 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 11% 47.3M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 11% 49.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 11% 54.8M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 11% 55.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 11% 48.9M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 11% 73.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 11% 77.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 11% 59.0M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 11% 38.8M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 11% 55.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 12% 49.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 12% 59.4M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 12% 43.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 12% 63.9M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 12% 53.9M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 12% 53.0M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 12% 44.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 12% 55.9M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 12% 69.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 12% 58.0M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 13% 47.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 13% 65.0M 2s unit-abot-epc-basic-0: 16:54:28 DEBUG unit.abot-epc-basic/0.install 4/19 KB 8/19 KB 12/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.pom (19 KB at 776.2 KB/sec) unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 13% 69.0M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 13% 93.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 13% 22.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 13% 64.0M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 13% 51.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 13% 83.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 13% 168M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 13% 220M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 13% 57.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 14% 44.0M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 14% 42.0M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 14% 43.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 14% 45.8M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 14% 51.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 14% 45.3M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 14% 42.4M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 14% 35.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 14% 41.4M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 14% 39.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 14% 44.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 15% 59.0M 2s unit-abot-epc-basic-0: 16:54:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-pool/commons-pool/1.6/commons-pool-1.6.pom unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 15% 71.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 15% 69.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 15% 129M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 15% 75.8M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 15% 93.3M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 15% 101M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 15% 76.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 15% 80.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 15% 105M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 15% 88.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 16% 101M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 16% 71.8M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 16% 97.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 16% 563K 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 16% 48.8M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 16% 65.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 16% 52.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 16% 39.8M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 16% 46.9M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 16% 45.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 17% 81.4M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 17% 74.5M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 17% 54.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 17% 63.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 17% 69.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 17% 57.3M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 17% 64.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 17% 63.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 17% 68.5M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 17% 52.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 17% 90.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 18% 54.3M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 18% 84.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 18% 72.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 18% 49.4M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 18% 64.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 18% 58.9M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 18% 72.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 18% 116M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 18% 85.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 18% 44.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 18% 54.5M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 19% 128M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 19% 382M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 19% 50.5M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 19% 14.3M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 19% 42.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 19% 47.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 19% 44.0M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 19% 44.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 19% 88.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 19% 212M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 19% 257M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 20% 217M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 20% 195M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 20% 275M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 20% 364M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 20% 266M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 20% 65.9M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 20% 53.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 20% 50.9M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 20% 51.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 20% 66.4M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 21% 50.0M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 21% 518K 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 21% 41.9M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 21% 43.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 21% 35.4M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 21% 42.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 21% 43.9M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 21% 55.0M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 21% 41.4M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 21% 40.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 21% 39.9M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 22% 40.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 22% 35.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 22% 56.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 22% 45.0M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 22% 58.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 22% 41.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 22% 52.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 22% 67.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 22% 65.9M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 22% 60.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 22% 50.5M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 23% 42.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 23% 109M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 23% 185M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 23% 218M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 23% 219M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 23% 223M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 23% 214M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 23% 232M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 23% 421M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 23% 411M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 23% 318M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 24% 432M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 24% 429M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 24% 440M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 13050K .......... .......... .......... .......... .......... 24% 388M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 13100K .......... .......... .......... .......... .......... 24% 438M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 13150K .......... .......... .......... .......... .......... 24% 443M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 13200K .......... .......... .......... .......... .......... 24% 394M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 13250K .......... .......... .......... .......... .......... 24% 373M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 13300K .......... .......... .......... .......... .......... 24% 436M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 13350K .......... .......... .......... .......... .......... 24% 43.4M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 13400K .......... .......... .......... .......... .......... 25% 54.8M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 13450K .......... .......... .......... .......... .......... 25% 53.9M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 13500K .......... .......... .......... .......... .......... 25% 56.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 13550K .......... .......... .......... .......... .......... 25% 15.9M 2s unit-abot-epc-basic-0: 16:54:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.pom unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 13600K .......... .......... .......... .......... .......... 25% 52.9M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 13650K .......... .......... .......... .......... .......... 25% 44.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 13700K .......... .......... .......... .......... .......... 25% 43.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 13750K .......... .......... .......... .......... .......... 25% 44.0M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 13800K .......... .......... .......... .......... .......... 25% 45.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 13850K .......... .......... .......... .......... .......... 25% 40.4M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 13900K .......... .......... .......... .......... .......... 25% 47.3M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 13950K .......... .......... .......... .......... .......... 26% 69.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 14000K .......... .......... .......... .......... .......... 26% 74.8M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 14050K .......... .......... .......... .......... .......... 26% 64.8M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 14100K .......... .......... .......... .......... .......... 26% 73.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 14150K .......... .......... .......... .......... .......... 26% 72.5M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 14200K .......... .......... .......... .......... .......... 26% 70.8M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 14250K .......... .......... .......... .......... .......... 26% 62.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 14300K .......... .......... .......... .......... .......... 26% 64.6M 2s unit-abot-epc-basic-0: 16:54:28 DEBUG unit.abot-epc-basic/0.install 4/11 KB 8/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.pom (11 KB at 591.6 KB/sec) unit-abot-epc-basic-0: 16:54:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/sf/flexjson/flexjson/2.1/flexjson-2.1.pom unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 14350K .......... .......... .......... .......... .......... 26% 556K 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 14400K .......... .......... .......... .......... .......... 26% 42.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 14450K .......... .......... .......... .......... .......... 26% 50.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 14500K .......... .......... .......... .......... .......... 27% 51.0M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 14550K .......... .......... .......... .......... .......... 27% 47.5M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 14600K .......... .......... .......... .......... .......... 27% 52.8M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 14650K .......... .......... .......... .......... .......... 27% 50.5M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 14700K .......... .......... .......... .......... .......... 27% 49.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 14750K .......... .......... .......... .......... .......... 27% 57.3M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 14800K .......... .......... .......... .......... .......... 27% 47.4M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 14850K .......... .......... .......... .......... .......... 27% 43.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 14900K .......... .......... .......... .......... .......... 27% 67.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 14950K .......... .......... .......... .......... .......... 27% 70.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 15000K .......... .......... .......... .......... .......... 27% 35.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 15050K .......... .......... .......... .......... .......... 28% 45.0M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 15100K .......... .......... .......... .......... .......... 28% 51.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 15150K .......... .......... .......... .......... .......... 28% 53.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 15200K .......... .......... .......... .......... .......... 28% 43.5M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 15250K .......... .......... .......... .......... .......... 28% 70.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 15300K .......... .......... .......... .......... .......... 28% 66.5M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 15350K .......... .......... .......... .......... .......... 28% 27.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 15400K .......... .......... .......... .......... .......... 28% 37.3M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 15450K .......... .......... .......... .......... .......... 28% 41.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 15500K .......... .......... .......... .......... .......... 28% 39.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 15550K .......... .......... .......... .......... .......... 29% 95.3M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 15600K .......... .......... .......... .......... .......... 29% 186M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 15650K .......... .......... .......... .......... .......... 29% 219M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 15700K .......... .......... .......... .......... .......... 29% 211M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 15750K .......... .......... .......... .......... .......... 29% 357M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 15800K .......... .......... .......... .......... .......... 29% 210M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 15850K .......... .......... .......... .......... .......... 29% 244M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 15900K .......... .......... .......... .......... .......... 29% 269M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 15950K .......... .......... .......... .......... .......... 29% 238M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 16000K .......... .......... .......... .......... .......... 29% 42.0M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 16050K .......... .......... .......... .......... .......... 29% 39.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 16100K .......... .......... .......... .......... .......... 30% 44.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 16150K .......... .......... .......... .......... .......... 30% 43.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 16200K .......... .......... .......... .......... .......... 30% 42.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 16250K .......... .......... .......... .......... .......... 30% 50.3M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 16300K .......... .......... .......... .......... .......... 30% 59.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 16350K .......... .......... .......... .......... .......... 30% 69.5M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 16400K .......... .......... .......... .......... .......... 30% 72.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 16450K .......... .......... .......... .......... .......... 30% 63.0M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 16500K .......... .......... .......... .......... .......... 30% 52.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 16550K .......... .......... .......... .......... .......... 30% 52.3M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 16600K .......... .......... .......... .......... .......... 30% 50.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 16650K .......... .......... .......... .......... .......... 31% 38.8M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 16700K .......... .......... .......... .......... .......... 31% 44.3M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 16750K .......... .......... .......... .......... .......... 31% 67.4M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 16800K .......... .......... .......... .......... .......... 31% 67.8M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 16850K .......... .......... .......... .......... .......... 31% 61.3M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 16900K .......... .......... .......... .......... .......... 31% 70.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 16950K .......... .......... .......... .......... .......... 31% 68.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 17000K .......... .......... .......... .......... .......... 31% 68.9M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 17050K .......... .......... .......... .......... .......... 31% 62.8M 2s unit-abot-epc-basic-0: 16:54:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.pom unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 17100K .......... .......... .......... .......... .......... 31% 567K 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 17150K .......... .......... .......... .......... .......... 31% 47.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 17200K .......... .......... .......... .......... .......... 32% 59.5M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 17250K .......... .......... .......... .......... .......... 32% 54.4M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 17300K .......... .......... .......... .......... .......... 32% 62.4M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 17350K .......... .......... .......... .......... .......... 32% 48.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 17400K .......... .......... .......... .......... .......... 32% 71.2M 2s unit-abot-epc-basic-0: 16:54:28 DEBUG unit.abot-epc-basic/0.install 4/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.pom (5 KB at 221.1 KB/sec) unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 17450K .......... .......... .......... .......... .......... 32% 55.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 17500K .......... .......... .......... .......... .......... 32% 56.5M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 17550K .......... .......... .......... .......... .......... 32% 91.6M 2s unit-abot-epc-basic-0: 16:54:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/4/oss-parent-4.pom unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 17600K .......... .......... .......... .......... .......... 32% 81.0M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 17650K .......... .......... .......... .......... .......... 32% 72.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 17700K .......... .......... .......... .......... .......... 33% 54.5M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 17750K .......... .......... .......... .......... .......... 33% 67.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 17800K .......... .......... .......... .......... .......... 33% 62.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 17850K .......... .......... .......... .......... .......... 33% 141M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 17900K .......... .......... .......... .......... .......... 33% 362M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 17950K .......... .......... .......... .......... .......... 33% 33.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 18000K .......... .......... .......... .......... .......... 33% 49.5M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 18050K .......... .......... .......... .......... .......... 33% 46.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 18100K .......... .......... .......... .......... .......... 33% 69.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 18150K .......... .......... .......... .......... .......... 33% 128M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 18200K .......... .......... .......... .......... .......... 33% 225M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 18250K .......... .......... .......... .......... .......... 34% 47.5M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 18300K .......... .......... .......... .......... .......... 34% 8.19M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 18350K .......... .......... .......... .......... .......... 34% 46.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 18400K .......... .......... .......... .......... .......... 34% 57.9M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 18450K .......... .......... .......... .......... .......... 34% 44.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 18500K .......... .......... .......... .......... .......... 34% 42.4M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 18550K .......... .......... .......... .......... .......... 34% 42.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 18600K .......... .......... .......... .......... .......... 34% 37.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 18650K .......... .......... .......... .......... .......... 34% 40.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 18700K .......... .......... .......... .......... .......... 34% 42.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 18750K .......... .......... .......... .......... .......... 34% 43.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 18800K .......... .......... .......... .......... .......... 35% 46.3M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 18850K .......... .......... .......... .......... .......... 35% 88.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 18900K .......... .......... .......... .......... .......... 35% 84.4M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 18950K .......... .......... .......... .......... .......... 35% 112M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 19000K .......... .......... .......... .......... .......... 35% 63.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 19050K .......... .......... .......... .......... .......... 35% 52.3M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 19100K .......... .......... .......... .......... .......... 35% 49.3M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 19150K .......... .......... .......... .......... .......... 35% 58.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 19200K .......... .......... .......... .......... .......... 35% 44.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 19250K .......... .......... .......... .......... .......... 35% 58.4M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 19300K .......... .......... .......... .......... .......... 35% 60.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 19350K .......... .......... .......... .......... .......... 36% 70.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 19400K .......... .......... .......... .......... .......... 36% 61.5M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 19450K .......... .......... .......... .......... .......... 36% 76.6M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 19500K .......... .......... .......... .......... .......... 36% 90.5M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 19550K .......... .......... .......... .......... .......... 36% 89.7M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 19600K .......... .......... .......... .......... .......... 36% 87.4M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 19650K .......... .......... .......... .......... .......... 36% 70.3M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 19700K .......... .......... .......... .......... .......... 36% 93.3M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 19750K .......... .......... .......... .......... .......... 36% 90.8M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 19800K .......... .......... .......... .......... .......... 36% 79.1M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 19850K .......... .......... .......... .......... .......... 37% 100M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 19900K .......... .......... .......... .......... .......... 37% 581K 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 19950K .......... .......... .......... .......... .......... 37% 22.0M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 20000K .......... .......... .......... .......... .......... 37% 42.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 20050K .......... .......... .......... .......... .......... 37% 60.5M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 20100K .......... .......... .......... .......... .......... 37% 121M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 20150K .......... .......... .......... .......... .......... 37% 220M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 20200K .......... .......... .......... .......... .......... 37% 69.5M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 20250K .......... .......... .......... .......... .......... 37% 43.5M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 20300K .......... .......... .......... .......... .......... 37% 44.9M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 20350K .......... .......... .......... .......... .......... 37% 46.4M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 20400K .......... .......... .......... .......... .......... 38% 39.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 20450K .......... .......... .......... .......... .......... 38% 44.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 20500K .......... .......... .......... .......... .......... 38% 51.5M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 20550K .......... .......... .......... .......... .......... 38% 45.8M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 20600K .......... .......... .......... .......... .......... 38% 44.1M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 20650K .......... .......... .......... .......... .......... 38% 52.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 20700K .......... .......... .......... .......... .......... 38% 81.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 20750K .......... .......... .......... .......... .......... 38% 64.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 20800K .......... .......... .......... .......... .......... 38% 57.0M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 20850K .......... .......... .......... .......... .......... 38% 65.5M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 20900K .......... .......... .......... .......... .......... 38% 82.7M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 20950K .......... .......... .......... .......... .......... 39% 116M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 21000K .......... .......... .......... .......... .......... 39% 67.2M 2s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 21050K .......... .......... .......... .......... .......... 39% 97.6M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 21100K .......... .......... .......... .......... .......... 39% 72.7M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 21150K .......... .......... .......... .......... .......... 39% 117M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 21200K .......... .......... .......... .......... .......... 39% 62.4M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 21250K .......... .......... .......... .......... .......... 39% 101M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 21300K .......... .......... .......... .......... .......... 39% 214M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 21350K .......... .......... .......... .......... .......... 39% 53.0M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 21400K .......... .......... .......... .......... .......... 39% 47.5M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 21450K .......... .......... .......... .......... .......... 39% 60.1M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 21500K .......... .......... .......... .......... .......... 40% 49.7M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 21550K .......... .......... .......... .......... .......... 40% 49.3M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 21600K .......... .......... .......... .......... .......... 40% 53.4M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 21650K .......... .......... .......... .......... .......... 40% 26.1M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 21700K .......... .......... .......... .......... .......... 40% 55.6M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 21750K .......... .......... .......... .......... .......... 40% 60.3M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 21800K .......... .......... .......... .......... .......... 40% 41.4M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 21850K .......... .......... .......... .......... .......... 40% 58.7M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 21900K .......... .......... .......... .......... .......... 40% 56.9M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 21950K .......... .......... .......... .......... .......... 40% 71.0M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 22000K .......... .......... .......... .......... .......... 41% 157M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 22050K .......... .......... .......... .......... .......... 41% 52.4M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 22100K .......... .......... .......... .......... .......... 41% 43.9M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 22150K .......... .......... .......... .......... .......... 41% 45.6M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 22200K .......... .......... .......... .......... .......... 41% 50.1M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 22250K .......... .......... .......... .......... .......... 41% 59.9M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 22300K .......... .......... .......... .......... .......... 41% 58.2M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 22350K .......... .......... .......... .......... .......... 41% 53.0M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 22400K .......... .......... .......... .......... .......... 41% 161M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 22450K .......... .......... .......... .......... .......... 41% 381M 1s unit-oai-epc-0: 16:54:28 DEBUG unit.oai-epc/0.install 22500K .......... .......... .......... .......... .......... 41% 417M 1s unit-abot-epc-basic-0: 16:54:29 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/4/oss-parent-4.pom unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 22550K .......... .......... .......... .......... .......... 42% 540K 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 22600K .......... .......... .......... .......... .......... 42% 45.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 22650K .......... .......... .......... .......... .......... 42% 47.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 22700K .......... .......... .......... .......... .......... 42% 53.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 22750K .......... .......... .......... .......... .......... 42% 46.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 22800K .......... .......... .......... .......... .......... 42% 69.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 22850K .......... .......... .......... .......... .......... 42% 56.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 22900K .......... .......... .......... .......... .......... 42% 105M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 22950K .......... .......... .......... .......... .......... 42% 92.4M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 23000K .......... .......... .......... .......... .......... 42% 108M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 23050K .......... .......... .......... .......... .......... 42% 80.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 23100K .......... .......... .......... .......... .......... 43% 63.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 23150K .......... .......... .......... .......... .......... 43% 64.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 23200K .......... .......... .......... .......... .......... 43% 99.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 23250K .......... .......... .......... .......... .......... 43% 75.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 23300K .......... .......... .......... .......... .......... 43% 60.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 23350K .......... .......... .......... .......... .......... 43% 43.8M 1s unit-abot-epc-basic-0: 16:54:29 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/4/oss-parent-4.pom (4 KB at 186.0 KB/sec) unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 23400K .......... .......... .......... .......... .......... 43% 64.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 23450K .......... .......... .......... .......... .......... 43% 62.4M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 23500K .......... .......... .......... .......... .......... 43% 84.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 23550K .......... .......... .......... .......... .......... 43% 69.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 23600K .......... .......... .......... .......... .......... 43% 114M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 23650K .......... .......... .......... .......... .......... 44% 59.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 23700K .......... .......... .......... .......... .......... 44% 91.4M 1s unit-abot-epc-basic-0: 16:54:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 23750K .......... .......... .......... .......... .......... 44% 62.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 23800K .......... .......... .......... .......... .......... 44% 102M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 23850K .......... .......... .......... .......... .......... 44% 109M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 23900K .......... .......... .......... .......... .......... 44% 84.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 23950K .......... .......... .......... .......... .......... 44% 83.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 24000K .......... .......... .......... .......... .......... 44% 15.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 24050K .......... .......... .......... .......... .......... 44% 52.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 24100K .......... .......... .......... .......... .......... 44% 46.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 24150K .......... .......... .......... .......... .......... 45% 52.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 24200K .......... .......... .......... .......... .......... 45% 43.4M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 24250K .......... .......... .......... .......... .......... 45% 61.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 24300K .......... .......... .......... .......... .......... 45% 50.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 24350K .......... .......... .......... .......... .......... 45% 58.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 24400K .......... .......... .......... .......... .......... 45% 67.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 24450K .......... .......... .......... .......... .......... 45% 73.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 24500K .......... .......... .......... .......... .......... 45% 60.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 24550K .......... .......... .......... .......... .......... 45% 70.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 24600K .......... .......... .......... .......... .......... 45% 87.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 24650K .......... .......... .......... .......... .......... 45% 88.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 24700K .......... .......... .......... .......... .......... 46% 117M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 24750K .......... .......... .......... .......... .......... 46% 103M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 24800K .......... .......... .......... .......... .......... 46% 63.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 24850K .......... .......... .......... .......... .......... 46% 23.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 24900K .......... .......... .......... .......... .......... 46% 50.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 24950K .......... .......... .......... .......... .......... 46% 67.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 25000K .......... .......... .......... .......... .......... 46% 56.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 25050K .......... .......... .......... .......... .......... 46% 42.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 25100K .......... .......... .......... .......... .......... 46% 46.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 25150K .......... .......... .......... .......... .......... 46% 55.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 25200K .......... .......... .......... .......... .......... 46% 63.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 25250K .......... .......... .......... .......... .......... 47% 88.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 25300K .......... .......... .......... .......... .......... 47% 91.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 25350K .......... .......... .......... .......... .......... 47% 83.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 25400K .......... .......... .......... .......... .......... 47% 1.46M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 25450K .......... .......... .......... .......... .......... 47% 46.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 25500K .......... .......... .......... .......... .......... 47% 72.8M 1s unit-abot-epc-basic-0: 16:54:29 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 25550K .......... .......... .......... .......... .......... 47% 917K 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 25600K .......... .......... .......... .......... .......... 47% 50.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 25650K .......... .......... .......... .......... .......... 47% 61.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 25700K .......... .......... .......... .......... .......... 47% 58.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 25750K .......... .......... .......... .......... .......... 47% 59.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 25800K .......... .......... .......... .......... .......... 48% 65.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 25850K .......... .......... .......... .......... .......... 48% 71.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 25900K .......... .......... .......... .......... .......... 48% 56.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 25950K .......... .......... .......... .......... .......... 48% 84.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 26000K .......... .......... .......... .......... .......... 48% 23.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 26050K .......... .......... .......... .......... .......... 48% 47.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 26100K .......... .......... .......... .......... .......... 48% 127M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 26150K .......... .......... .......... .......... .......... 48% 240M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 26200K .......... .......... .......... .......... .......... 48% 226M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 26250K .......... .......... .......... .......... .......... 48% 68.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 26300K .......... .......... .......... .......... .......... 49% 49.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 26350K .......... .......... .......... .......... .......... 49% 60.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 26400K .......... .......... .......... .......... .......... 49% 72.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 26450K .......... .......... .......... .......... .......... 49% 30.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 26500K .......... .......... .......... .......... .......... 49% 50.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 26550K .......... .......... .......... .......... .......... 49% 49.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 26600K .......... .......... .......... .......... .......... 49% 47.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 26650K .......... .......... .......... .......... .......... 49% 62.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 26700K .......... .......... .......... .......... .......... 49% 61.5M 1s unit-abot-epc-basic-0: 16:54:29 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom (3 KB at 78.4 KB/sec) unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 26750K .......... .......... .......... .......... .......... 49% 68.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 26800K .......... .......... .......... .......... .......... 49% 21.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 26850K .......... .......... .......... .......... .......... 50% 46.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 26900K .......... .......... .......... .......... .......... 50% 55.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 26950K .......... .......... .......... .......... .......... 50% 44.4M 1s unit-abot-epc-basic-0: 16:54:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.2/commons-logging-1.2.pom unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 27000K .......... .......... .......... .......... .......... 50% 52.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 27050K .......... .......... .......... .......... .......... 50% 57.4M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 27100K .......... .......... .......... .......... .......... 50% 55.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 27150K .......... .......... .......... .......... .......... 50% 44.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 27200K .......... .......... .......... .......... .......... 50% 63.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 27250K .......... .......... .......... .......... .......... 50% 78.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 27300K .......... .......... .......... .......... .......... 50% 49.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 27350K .......... .......... .......... .......... .......... 50% 47.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 27400K .......... .......... .......... .......... .......... 51% 73.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 27450K .......... .......... .......... .......... .......... 51% 92.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 27500K .......... .......... .......... .......... .......... 51% 75.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 27550K .......... .......... .......... .......... .......... 51% 86.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 27600K .......... .......... .......... .......... .......... 51% 89.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 27650K .......... .......... .......... .......... .......... 51% 69.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 27700K .......... .......... .......... .......... .......... 51% 37.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 27750K .......... .......... .......... .......... .......... 51% 48.4M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 27800K .......... .......... .......... .......... .......... 51% 56.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 27850K .......... .......... .......... .......... .......... 51% 69.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 27900K .......... .......... .......... .......... .......... 51% 84.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 27950K .......... .......... .......... .......... .......... 52% 126M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 28000K .......... .......... .......... .......... .......... 52% 26.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 28050K .......... .......... .......... .......... .......... 52% 55.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 28100K .......... .......... .......... .......... .......... 52% 63.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 28150K .......... .......... .......... .......... .......... 52% 112M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 28200K .......... .......... .......... .......... .......... 52% 215M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 28250K .......... .......... .......... .......... .......... 52% 109M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 28300K .......... .......... .......... .......... .......... 52% 1.47M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 28350K .......... .......... .......... .......... .......... 52% 47.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 28400K .......... .......... .......... .......... .......... 52% 46.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 28450K .......... .......... .......... .......... .......... 53% 57.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 28500K .......... .......... .......... .......... .......... 53% 71.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 28550K .......... .......... .......... .......... .......... 53% 69.4M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 28600K .......... .......... .......... .......... .......... 53% 964K 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 28650K .......... .......... .......... .......... .......... 53% 34.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 28700K .......... .......... .......... .......... .......... 53% 56.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 28750K .......... .......... .......... .......... .......... 53% 54.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 28800K .......... .......... .......... .......... .......... 53% 44.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 28850K .......... .......... .......... .......... .......... 53% 46.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 28900K .......... .......... .......... .......... .......... 53% 57.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 28950K .......... .......... .......... .......... .......... 53% 71.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 29000K .......... .......... .......... .......... .......... 54% 55.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 29050K .......... .......... .......... .......... .......... 54% 43.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 29100K .......... .......... .......... .......... .......... 54% 49.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 29150K .......... .......... .......... .......... .......... 54% 47.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 29200K .......... .......... .......... .......... .......... 54% 48.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 29250K .......... .......... .......... .......... .......... 54% 94.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 29300K .......... .......... .......... .......... .......... 54% 86.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 29350K .......... .......... .......... .......... .......... 54% 117M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 29400K .......... .......... .......... .......... .......... 54% 36.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 29450K .......... .......... .......... .......... .......... 54% 60.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 29500K .......... .......... .......... .......... .......... 54% 6.85M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 29550K .......... .......... .......... .......... .......... 55% 52.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 29600K .......... .......... .......... .......... .......... 55% 67.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 29650K .......... .......... .......... .......... .......... 55% 52.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 29700K .......... .......... .......... .......... .......... 55% 50.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 29750K .......... .......... .......... .......... .......... 55% 53.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 29800K .......... .......... .......... .......... .......... 55% 43.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 29850K .......... .......... .......... .......... .......... 55% 54.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 29900K .......... .......... .......... .......... .......... 55% 43.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 29950K .......... .......... .......... .......... .......... 55% 53.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 30000K .......... .......... .......... .......... .......... 55% 56.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 30050K .......... .......... .......... .......... .......... 55% 65.4M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 30100K .......... .......... .......... .......... .......... 56% 58.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 30150K .......... .......... .......... .......... .......... 56% 102M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 30200K .......... .......... .......... .......... .......... 56% 75.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 30250K .......... .......... .......... .......... .......... 56% 73.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 30300K .......... .......... .......... .......... .......... 56% 143M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 30350K .......... .......... .......... .......... .......... 56% 279M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 30400K .......... .......... .......... .......... .......... 56% 329M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 30450K .......... .......... .......... .......... .......... 56% 437M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 30500K .......... .......... .......... .......... .......... 56% 87.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 30550K .......... .......... .......... .......... .......... 56% 48.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 30600K .......... .......... .......... .......... .......... 57% 47.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 30650K .......... .......... .......... .......... .......... 57% 41.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 30700K .......... .......... .......... .......... .......... 57% 48.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 30750K .......... .......... .......... .......... .......... 57% 73.4M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 30800K .......... .......... .......... .......... .......... 57% 67.4M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 30850K .......... .......... .......... .......... .......... 57% 40.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 30900K .......... .......... .......... .......... .......... 57% 70.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 30950K .......... .......... .......... .......... .......... 57% 71.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 31000K .......... .......... .......... .......... .......... 57% 71.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 31050K .......... .......... .......... .......... .......... 57% 61.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 31100K .......... .......... .......... .......... .......... 57% 1.43M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 31150K .......... .......... .......... .......... .......... 58% 51.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 31200K .......... .......... .......... .......... .......... 58% 44.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 31250K .......... .......... .......... .......... .......... 58% 45.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 31300K .......... .......... .......... .......... .......... 58% 52.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 31350K .......... .......... .......... .......... .......... 58% 63.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 31400K .......... .......... .......... .......... .......... 58% 98.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 31450K .......... .......... .......... .......... .......... 58% 81.4M 1s unit-abot-epc-basic-0: 16:54:29 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom unit-abot-epc-basic-0: 16:54:29 DEBUG unit.abot-epc-basic/0.install 3/19 KB 5/19 KB 8/19 KB 11/19 KB 13/19 KB 16/19 KB 19/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 KB at 815.5 KB/sec) unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 31500K .......... .......... .......... .......... .......... 58% 1.01M 1s unit-abot-epc-basic-0: 16:54:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/34/commons-parent-34.pom unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 31550K .......... .......... .......... .......... .......... 58% 48.4M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 31600K .......... .......... .......... .......... .......... 58% 67.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 31650K .......... .......... .......... .......... .......... 58% 51.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 31700K .......... .......... .......... .......... .......... 59% 99.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 31750K .......... .......... .......... .......... .......... 59% 222M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 31800K .......... .......... .......... .......... .......... 59% 139M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 31850K .......... .......... .......... .......... .......... 59% 45.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 31900K .......... .......... .......... .......... .......... 59% 45.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 31950K .......... .......... .......... .......... .......... 59% 53.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 32000K .......... .......... .......... .......... .......... 59% 42.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 32050K .......... .......... .......... .......... .......... 59% 57.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 32100K .......... .......... .......... .......... .......... 59% 48.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 32150K .......... .......... .......... .......... .......... 59% 52.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 32200K .......... .......... .......... .......... .......... 59% 53.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 32250K .......... .......... .......... .......... .......... 60% 45.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 32300K .......... .......... .......... .......... .......... 60% 68.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 32350K .......... .......... .......... .......... .......... 60% 28.4M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 32400K .......... .......... .......... .......... .......... 60% 45.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 32450K .......... .......... .......... .......... .......... 60% 96.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 32500K .......... .......... .......... .......... .......... 60% 8.06M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 32550K .......... .......... .......... .......... .......... 60% 29.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 32600K .......... .......... .......... .......... .......... 60% 69.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 32650K .......... .......... .......... .......... .......... 60% 15.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 32700K .......... .......... .......... .......... .......... 60% 58.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 32750K .......... .......... .......... .......... .......... 61% 68.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 32800K .......... .......... .......... .......... .......... 61% 39.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 32850K .......... .......... .......... .......... .......... 61% 46.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 32900K .......... .......... .......... .......... .......... 61% 42.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 32950K .......... .......... .......... .......... .......... 61% 63.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 33000K .......... .......... .......... .......... .......... 61% 83.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 33050K .......... .......... .......... .......... .......... 61% 70.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 33100K .......... .......... .......... .......... .......... 61% 82.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 33150K .......... .......... .......... .......... .......... 61% 105M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 33200K .......... .......... .......... .......... .......... 61% 46.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 33250K .......... .......... .......... .......... .......... 61% 46.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 33300K .......... .......... .......... .......... .......... 62% 50.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 33350K .......... .......... .......... .......... .......... 62% 54.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 33400K .......... .......... .......... .......... .......... 62% 45.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 33450K .......... .......... .......... .......... .......... 62% 67.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 33500K .......... .......... .......... .......... .......... 62% 44.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 33550K .......... .......... .......... .......... .......... 62% 43.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 33600K .......... .......... .......... .......... .......... 62% 63.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 33650K .......... .......... .......... .......... .......... 62% 212M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 33700K .......... .......... .......... .......... .......... 62% 370M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 33750K .......... .......... .......... .......... .......... 62% 401M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 33800K .......... .......... .......... .......... .......... 62% 335M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 33850K .......... .......... .......... .......... .......... 63% 421M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 33900K .......... .......... .......... .......... .......... 63% 451M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 33950K .......... .......... .......... .......... .......... 63% 1.43M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 34000K .......... .......... .......... .......... .......... 63% 41.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 34050K .......... .......... .......... .......... .......... 63% 42.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 34100K .......... .......... .......... .......... .......... 63% 51.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 34150K .......... .......... .......... .......... .......... 63% 62.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 34200K .......... .......... .......... .......... .......... 63% 71.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 34250K .......... .......... .......... .......... .......... 63% 70.0M 1s unit-abot-epc-basic-0: 16:54:29 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 34300K .......... .......... .......... .......... .......... 63% 982K 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 34350K .......... .......... .......... .......... .......... 63% 52.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 34400K .......... .......... .......... .......... .......... 64% 40.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 34450K .......... .......... .......... .......... .......... 64% 38.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 34500K .......... .......... .......... .......... .......... 64% 40.9M 1s unit-abot-epc-basic-0: 16:54:29 DEBUG unit.abot-epc-basic/0.install 3/55 KB 5/55 KB 8/55 KB 11/55 KB 13/55 KB 16/55 KB 19/55 KB 21/55 KB 24/55 KB 27/55 KB 29/55 KB 32/55 KB 36/55 KB 40/55 KB 44/55 KB 48/55 KB 52/55 KB 55/55 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (55 KB at 1821.1 KB/sec) unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 34550K .......... .......... .......... .......... .......... 64% 67.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 34600K .......... .......... .......... .......... .......... 64% 189M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 34650K .......... .......... .......... .......... .......... 64% 220M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 34700K .......... .......... .......... .......... .......... 64% 232M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 34750K .......... .......... .......... .......... .......... 64% 232M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 34800K .......... .......... .......... .......... .......... 64% 172M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 34850K .......... .......... .......... .......... .......... 64% 218M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 34900K .......... .......... .......... .......... .......... 65% 204M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 34950K .......... .......... .......... .......... .......... 65% 212M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 35000K .......... .......... .......... .......... .......... 65% 269M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 35050K .......... .......... .......... .......... .......... 65% 346M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 35100K .......... .......... .......... .......... .......... 65% 52.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 35150K .......... .......... .......... .......... .......... 65% 56.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 35200K .......... .......... .......... .......... .......... 65% 24.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 35250K .......... .......... .......... .......... .......... 65% 56.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 35300K .......... .......... .......... .......... .......... 65% 69.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 35350K .......... .......... .......... .......... .......... 65% 50.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 35400K .......... .......... .......... .......... .......... 65% 53.5M 1s unit-abot-epc-basic-0: 16:54:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.pom unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 35450K .......... .......... .......... .......... .......... 66% 7.37M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 35500K .......... .......... .......... .......... .......... 66% 46.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 35550K .......... .......... .......... .......... .......... 66% 61.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 35600K .......... .......... .......... .......... .......... 66% 14.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 35650K .......... .......... .......... .......... .......... 66% 49.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 35700K .......... .......... .......... .......... .......... 66% 54.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 35750K .......... .......... .......... .......... .......... 66% 62.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 35800K .......... .......... .......... .......... .......... 66% 15.4M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 35850K .......... .......... .......... .......... .......... 66% 60.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 35900K .......... .......... .......... .......... .......... 66% 61.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 35950K .......... .......... .......... .......... .......... 66% 56.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 36000K .......... .......... .......... .......... .......... 67% 49.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 36050K .......... .......... .......... .......... .......... 67% 53.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 36100K .......... .......... .......... .......... .......... 67% 50.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 36150K .......... .......... .......... .......... .......... 67% 50.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 36200K .......... .......... .......... .......... .......... 67% 46.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 36250K .......... .......... .......... .......... .......... 67% 49.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 36300K .......... .......... .......... .......... .......... 67% 66.4M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 36350K .......... .......... .......... .......... .......... 67% 51.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 36400K .......... .......... .......... .......... .......... 67% 48.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 36450K .......... .......... .......... .......... .......... 67% 71.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 36500K .......... .......... .......... .......... .......... 67% 70.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 36550K .......... .......... .......... .......... .......... 68% 69.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 36600K .......... .......... .......... .......... .......... 68% 60.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 36650K .......... .......... .......... .......... .......... 68% 68.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 36700K .......... .......... .......... .......... .......... 68% 71.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 36750K .......... .......... .......... .......... .......... 68% 1.54M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 36800K .......... .......... .......... .......... .......... 68% 44.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 36850K .......... .......... .......... .......... .......... 68% 41.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 36900K .......... .......... .......... .......... .......... 68% 46.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 36950K .......... .......... .......... .......... .......... 68% 68.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 37000K .......... .......... .......... .......... .......... 68% 72.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 37050K .......... .......... .......... .......... .......... 69% 61.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 37100K .......... .......... .......... .......... .......... 69% 69.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 37150K .......... .......... .......... .......... .......... 69% 1021K 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 37200K .......... .......... .......... .......... .......... 69% 40.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 37250K .......... .......... .......... .......... .......... 69% 83.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 37300K .......... .......... .......... .......... .......... 69% 21.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 37350K .......... .......... .......... .......... .......... 69% 48.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 37400K .......... .......... .......... .......... .......... 69% 47.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 37450K .......... .......... .......... .......... .......... 69% 45.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 37500K .......... .......... .......... .......... .......... 69% 50.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 37550K .......... .......... .......... .......... .......... 69% 46.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 37600K .......... .......... .......... .......... .......... 70% 44.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 37650K .......... .......... .......... .......... .......... 70% 52.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 37700K .......... .......... .......... .......... .......... 70% 50.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 37750K .......... .......... .......... .......... .......... 70% 45.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 37800K .......... .......... .......... .......... .......... 70% 57.4M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 37850K .......... .......... .......... .......... .......... 70% 51.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 37900K .......... .......... .......... .......... .......... 70% 53.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 37950K .......... .......... .......... .......... .......... 70% 61.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 38000K .......... .......... .......... .......... .......... 70% 104M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 38050K .......... .......... .......... .......... .......... 70% 94.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 38100K .......... .......... .......... .......... .......... 70% 82.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 38150K .......... .......... .......... .......... .......... 71% 108M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 38200K .......... .......... .......... .......... .......... 71% 81.4M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 38250K .......... .......... .......... .......... .......... 71% 106M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 38300K .......... .......... .......... .......... .......... 71% 99.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 38350K .......... .......... .......... .......... .......... 71% 94.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 38400K .......... .......... .......... .......... .......... 71% 111M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 38450K .......... .......... .......... .......... .......... 71% 75.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 38500K .......... .......... .......... .......... .......... 71% 58.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 38550K .......... .......... .......... .......... .......... 71% 50.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 38600K .......... .......... .......... .......... .......... 71% 17.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 38650K .......... .......... .......... .......... .......... 71% 48.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 38700K .......... .......... .......... .......... .......... 72% 55.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 38750K .......... .......... .......... .......... .......... 72% 56.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 38800K .......... .......... .......... .......... .......... 72% 15.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 38850K .......... .......... .......... .......... .......... 72% 55.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 38900K .......... .......... .......... .......... .......... 72% 56.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 38950K .......... .......... .......... .......... .......... 72% 58.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 39000K .......... .......... .......... .......... .......... 72% 14.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 39050K .......... .......... .......... .......... .......... 72% 65.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 39100K .......... .......... .......... .......... .......... 72% 56.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 39150K .......... .......... .......... .......... .......... 72% 50.4M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 39200K .......... .......... .......... .......... .......... 73% 252M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 39250K .......... .......... .......... .......... .......... 73% 223M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 39300K .......... .......... .......... .......... .......... 73% 224M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 39350K .......... .......... .......... .......... .......... 73% 84.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 39400K .......... .......... .......... .......... .......... 73% 46.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 39450K .......... .......... .......... .......... .......... 73% 55.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 39500K .......... .......... .......... .......... .......... 73% 69.8M 1s machine-3: 16:54:29 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-3: 16:54:29 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 16:54:29 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 39550K .......... .......... .......... .......... .......... 73% 1.41M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 39600K .......... .......... .......... .......... .......... 73% 48.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 39650K .......... .......... .......... .......... .......... 73% 47.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 39700K .......... .......... .......... .......... .......... 73% 40.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 39750K .......... .......... .......... .......... .......... 74% 45.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 39800K .......... .......... .......... .......... .......... 74% 68.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 39850K .......... .......... .......... .......... .......... 74% 74.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 39900K .......... .......... .......... .......... .......... 74% 62.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 39950K .......... .......... .......... .......... .......... 74% 72.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 40000K .......... .......... .......... .......... .......... 74% 70.1M 1s unit-abot-epc-basic-0: 16:54:29 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 16:54:29 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.pom (5 KB at 289.0 KB/sec) unit-abot-epc-basic-0: 16:54:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 40050K .......... .......... .......... .......... .......... 74% 1.02M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 40100K .......... .......... .......... .......... .......... 74% 54.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 40150K .......... .......... .......... .......... .......... 74% 61.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 40200K .......... .......... .......... .......... .......... 74% 86.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 40250K .......... .......... .......... .......... .......... 74% 33.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 40300K .......... .......... .......... .......... .......... 75% 43.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 40350K .......... .......... .......... .......... .......... 75% 53.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 40400K .......... .......... .......... .......... .......... 75% 88.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 40450K .......... .......... .......... .......... .......... 75% 246M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 40500K .......... .......... .......... .......... .......... 75% 253M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 40550K .......... .......... .......... .......... .......... 75% 17.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 40600K .......... .......... .......... .......... .......... 75% 41.4M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 40650K .......... .......... .......... .......... .......... 75% 51.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 40700K .......... .......... .......... .......... .......... 75% 43.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 40750K .......... .......... .......... .......... .......... 75% 43.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 40800K .......... .......... .......... .......... .......... 75% 46.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 40850K .......... .......... .......... .......... .......... 76% 51.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 40900K .......... .......... .......... .......... .......... 76% 70.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 40950K .......... .......... .......... .......... .......... 76% 71.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 41000K .......... .......... .......... .......... .......... 76% 62.2M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 41050K .......... .......... .......... .......... .......... 76% 91.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 41100K .......... .......... .......... .......... .......... 76% 18.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 41150K .......... .......... .......... .......... .......... 76% 45.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 41200K .......... .......... .......... .......... .......... 76% 50.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 41250K .......... .......... .......... .......... .......... 76% 50.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 41300K .......... .......... .......... .......... .......... 76% 52.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 41350K .......... .......... .......... .......... .......... 77% 44.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 41400K .......... .......... .......... .......... .......... 77% 47.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 41450K .......... .......... .......... .......... .......... 77% 59.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 41500K .......... .......... .......... .......... .......... 77% 68.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 41550K .......... .......... .......... .......... .......... 77% 99.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 41600K .......... .......... .......... .......... .......... 77% 113M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 41650K .......... .......... .......... .......... .......... 77% 72.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 41700K .......... .......... .......... .......... .......... 77% 86.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 41750K .......... .......... .......... .......... .......... 77% 92.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 41800K .......... .......... .......... .......... .......... 77% 57.4M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 41850K .......... .......... .......... .......... .......... 77% 62.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 41900K .......... .......... .......... .......... .......... 78% 61.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 41950K .......... .......... .......... .......... .......... 78% 57.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 42000K .......... .......... .......... .......... .......... 78% 17.4M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 42050K .......... .......... .......... .......... .......... 78% 56.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 42100K .......... .......... .......... .......... .......... 78% 13.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 42150K .......... .......... .......... .......... .......... 78% 46.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 42200K .......... .......... .......... .......... .......... 78% 61.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 42250K .......... .......... .......... .......... .......... 78% 69.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 42300K .......... .......... .......... .......... .......... 78% 46.1M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 42350K .......... .......... .......... .......... .......... 78% 51.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 42400K .......... .......... .......... .......... .......... 78% 57.7M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 42450K .......... .......... .......... .......... .......... 79% 98.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 42500K .......... .......... .......... .......... .......... 79% 1.54M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 42550K .......... .......... .......... .......... .......... 79% 46.9M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 42600K .......... .......... .......... .......... .......... 79% 48.0M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 42650K .......... .......... .......... .......... .......... 79% 58.5M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 42700K .......... .......... .......... .......... .......... 79% 41.8M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 42750K .......... .......... .......... .......... .......... 79% 64.3M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 42800K .......... .......... .......... .......... .......... 79% 80.6M 1s unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 42850K .......... .......... .......... .......... .......... 79% 102M 1s machine-3: 16:54:29 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-3: 16:54:29 DEBUG juju.worker start "engine" machine-3: 16:54:29 INFO juju.worker start "engine" machine-3: 16:54:29 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 16:54:29 DEBUG juju.worker "engine" started machine-3: 16:54:29 DEBUG juju.worker.introspection stats worker now serving machine-3: 16:54:29 DEBUG juju.worker.dependency "clock" manifold worker started machine-3: 16:54:29 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 16:54:29 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 16:54:29 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 16:54:29 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 16:54:29 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 16:54:29 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:54:29 DEBUG unit.oai-epc/0.install 42900K .......... .......... .......... .......... .......... 79% 79.0M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 42950K .......... .......... .......... .......... .......... 79% 969K 1s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 43000K .......... .......... .......... .......... .......... 80% 38.4M 1s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 43050K .......... .......... .......... .......... .......... 80% 52.0M 1s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 43100K .......... .......... .......... .......... .......... 80% 70.5M 1s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 43150K .......... .......... .......... .......... .......... 80% 51.6M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 43200K .......... .......... .......... .......... .......... 80% 58.2M 0s machine-3: 16:54:30 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 43250K .......... .......... .......... .......... .......... 80% 90.8M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 43300K .......... .......... .......... .......... .......... 80% 86.9M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 43350K .......... .......... .......... .......... .......... 80% 82.8M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 43400K .......... .......... .......... .......... .......... 80% 76.5M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 43450K .......... .......... .......... .......... .......... 80% 70.2M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 43500K .......... .......... .......... .......... .......... 81% 101M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 43550K .......... .......... .......... .......... .......... 81% 70.6M 0s machine-3: 16:54:30 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 43600K .......... .......... .......... .......... .......... 81% 87.7M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 43650K .......... .......... .......... .......... .......... 81% 24.1M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 43700K .......... .......... .......... .......... .......... 81% 53.3M 0s machine-3: 16:54:30 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 43750K .......... .......... .......... .......... .......... 81% 63.4M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 43800K .......... .......... .......... .......... .......... 81% 60.7M 0s machine-3: 16:54:30 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 43850K .......... .......... .......... .......... .......... 81% 57.6M 0s machine-3: 16:54:30 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 43900K .......... .......... .......... .......... .......... 81% 57.2M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 43950K .......... .......... .......... .......... .......... 81% 93.6M 0s machine-3: 16:54:30 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:30 DEBUG juju.worker.apicaller connecting with old password unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 44000K .......... .......... .......... .......... .......... 81% 19.2M 0s machine-3: 16:54:30 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 44050K .......... .......... .......... .......... .......... 82% 42.4M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 44100K .......... .......... .......... .......... .......... 82% 59.4M 0s machine-3: 16:54:30 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 44150K .......... .......... .......... .......... .......... 82% 48.0M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 44200K .......... .......... .......... .......... .......... 82% 60.1M 0s machine-3: 16:54:30 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 44250K .......... .......... .......... .......... .......... 82% 57.2M 0s machine-3: 16:54:30 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 44300K .......... .......... .......... .......... .......... 82% 57.7M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 44350K .......... .......... .......... .......... .......... 82% 75.9M 0s machine-3: 16:54:30 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 44400K .......... .......... .......... .......... .......... 82% 68.3M 0s machine-3: 16:54:30 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-3: 16:54:30 INFO juju.api connection established to "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 44450K .......... .......... .......... .......... .......... 82% 57.4M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 44500K .......... .......... .......... .......... .......... 82% 95.5M 0s machine-3: 16:54:30 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 44550K .......... .......... .......... .......... .......... 82% 79.3M 0s machine-3: 16:54:30 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 44600K .......... .......... .......... .......... .......... 83% 90.4M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 44650K .......... .......... .......... .......... .......... 83% 40.7M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 44700K .......... .......... .......... .......... .......... 83% 58.7M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 44750K .......... .......... .......... .......... .......... 83% 57.1M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 44800K .......... .......... .......... .......... .......... 83% 46.7M 0s machine-3: 16:54:30 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 16:54:30 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 44850K .......... .......... .......... .......... .......... 83% 63.8M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 44900K .......... .......... .......... .......... .......... 83% 85.9M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 44950K .......... .......... .......... .......... .......... 83% 82.4M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 45000K .......... .......... .......... .......... .......... 83% 77.2M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 45050K .......... .......... .......... .......... .......... 83% 57.9M 0s machine-3: 16:54:30 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 45100K .......... .......... .......... .......... .......... 83% 53.0M 0s machine-3: 16:54:30 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:30 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 45150K .......... .......... .......... .......... .......... 84% 13.4M 0s machine-3: 16:54:30 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-3: 16:54:30 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:30 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:54:30 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:30 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:30 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:30 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 16:54:30 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:30 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:30 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:30 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 16:54:30 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-abot-epc-basic-0: 16:54:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 45200K .......... .......... .......... .......... .......... 84% 1.33M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 45250K .......... .......... .......... .......... .......... 84% 59.8M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 45300K .......... .......... .......... .......... .......... 84% 94.0M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 45350K .......... .......... .......... .......... .......... 84% 45.9M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 45400K .......... .......... .......... .......... .......... 84% 56.1M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 45450K .......... .......... .......... .......... .......... 84% 48.5M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 45500K .......... .......... .......... .......... .......... 84% 59.2M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 45550K .......... .......... .......... .......... .......... 84% 121M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 45600K .......... .......... .......... .......... .......... 84% 260M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 45650K .......... .......... .......... .......... .......... 85% 295M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 45700K .......... .......... .......... .......... .......... 85% 444M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 45750K .......... .......... .......... .......... .......... 85% 62.1M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 45800K .......... .......... .......... .......... .......... 85% 70.9M 0s unit-abot-epc-basic-0: 16:54:30 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom (3 KB at 186.7 KB/sec) machine-3: 16:54:30 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 16:54:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/aopalliance/aopalliance/1.0/aopalliance-1.0.pom machine-3: 16:54:30 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 16:54:30 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 45850K .......... .......... .......... .......... .......... 85% 1022K 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 45900K .......... .......... .......... .......... .......... 85% 46.3M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 45950K .......... .......... .......... .......... .......... 85% 67.9M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 46000K .......... .......... .......... .......... .......... 85% 53.8M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 46050K .......... .......... .......... .......... .......... 85% 55.7M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 46100K .......... .......... .......... .......... .......... 85% 46.3M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 46150K .......... .......... .......... .......... .......... 85% 55.7M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 46200K .......... .......... .......... .......... .......... 86% 52.9M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 46250K .......... .......... .......... .......... .......... 86% 66.0M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 46300K .......... .......... .......... .......... .......... 86% 61.3M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 46350K .......... .......... .......... .......... .......... 86% 50.7M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 46400K .......... .......... .......... .......... .......... 86% 55.2M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 46450K .......... .......... .......... .......... .......... 86% 75.0M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 46500K .......... .......... .......... .......... .......... 86% 21.5M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 46550K .......... .......... .......... .......... .......... 86% 42.1M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 46600K .......... .......... .......... .......... .......... 86% 135M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 46650K .......... .......... .......... .......... .......... 86% 361M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 46700K .......... .......... .......... .......... .......... 86% 79.9M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 46750K .......... .......... .......... .......... .......... 87% 53.7M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 46800K .......... .......... .......... .......... .......... 87% 73.0M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 46850K .......... .......... .......... .......... .......... 87% 7.95M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 46900K .......... .......... .......... .......... .......... 87% 53.8M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 46950K .......... .......... .......... .......... .......... 87% 51.5M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 47000K .......... .......... .......... .......... .......... 87% 56.4M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 47050K .......... .......... .......... .......... .......... 87% 53.1M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 47100K .......... .......... .......... .......... .......... 87% 50.4M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 47150K .......... .......... .......... .......... .......... 87% 61.2M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 47200K .......... .......... .......... .......... .......... 87% 53.2M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 47250K .......... .......... .......... .......... .......... 87% 60.8M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 47300K .......... .......... .......... .......... .......... 88% 71.9M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 47350K .......... .......... .......... .......... .......... 88% 54.2M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 47400K .......... .......... .......... .......... .......... 88% 57.8M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 47450K .......... .......... .......... .......... .......... 88% 54.2M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 47500K .......... .......... .......... .......... .......... 88% 57.5M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 47550K .......... .......... .......... .......... .......... 88% 140M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 47600K .......... .......... .......... .......... .......... 88% 91.6M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 47650K .......... .......... .......... .......... .......... 88% 90.8M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 47700K .......... .......... .......... .......... .......... 88% 58.6M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 47750K .......... .......... .......... .......... .......... 88% 58.7M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 47800K .......... .......... .......... .......... .......... 89% 50.9M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 47850K .......... .......... .......... .......... .......... 89% 70.8M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 47900K .......... .......... .......... .......... .......... 89% 71.6M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 47950K .......... .......... .......... .......... .......... 89% 82.5M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 48000K .......... .......... .......... .......... .......... 89% 93.3M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 48050K .......... .......... .......... .......... .......... 89% 85.9M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 48100K .......... .......... .......... .......... .......... 89% 73.4M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 48150K .......... .......... .......... .......... .......... 89% 83.6M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 48200K .......... .......... .......... .......... .......... 89% 1.35M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 48250K .......... .......... .......... .......... .......... 89% 114M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 48300K .......... .......... .......... .......... .......... 89% 48.4M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 48350K .......... .......... .......... .......... .......... 90% 45.5M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 48400K .......... .......... .......... .......... .......... 90% 57.0M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 48450K .......... .......... .......... .......... .......... 90% 14.0M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 48500K .......... .......... .......... .......... .......... 90% 56.4M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 48550K .......... .......... .......... .......... .......... 90% 179M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 48600K .......... .......... .......... .......... .......... 90% 48.0M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 48650K .......... .......... .......... .......... .......... 90% 45.2M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 48700K .......... .......... .......... .......... .......... 90% 52.8M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 48750K .......... .......... .......... .......... .......... 90% 92.2M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 48800K .......... .......... .......... .......... .......... 90% 78.3M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 48850K .......... .......... .......... .......... .......... 90% 1.11M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 48900K .......... .......... .......... .......... .......... 91% 59.8M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 48950K .......... .......... .......... .......... .......... 91% 39.2M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 49000K .......... .......... .......... .......... .......... 91% 59.5M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 49050K .......... .......... .......... .......... .......... 91% 58.7M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 49100K .......... .......... .......... .......... .......... 91% 61.6M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 49150K .......... .......... .......... .......... .......... 91% 50.6M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 49200K .......... .......... .......... .......... .......... 91% 64.8M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 49250K .......... .......... .......... .......... .......... 91% 96.2M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 49300K .......... .......... .......... .......... .......... 91% 22.4M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 49350K .......... .......... .......... .......... .......... 91% 51.0M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 49400K .......... .......... .......... .......... .......... 91% 58.9M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 49450K .......... .......... .......... .......... .......... 92% 69.3M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 49500K .......... .......... .......... .......... .......... 92% 22.8M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 49550K .......... .......... .......... .......... .......... 92% 46.0M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 49600K .......... .......... .......... .......... .......... 92% 53.3M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 49650K .......... .......... .......... .......... .......... 92% 140M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 49700K .......... .......... .......... .......... .......... 92% 223M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 49750K .......... .......... .......... .......... .......... 92% 294M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 49800K .......... .......... .......... .......... .......... 92% 223M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 49850K .......... .......... .......... .......... .......... 92% 8.03M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 49900K .......... .......... .......... .......... .......... 92% 10.7M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 49950K .......... .......... .......... .......... .......... 93% 43.7M 0s unit-abot-epc-basic-0: 16:54:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 50000K .......... .......... .......... .......... .......... 93% 46.0M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 50050K .......... .......... .......... .......... .......... 93% 43.6M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 50100K .......... .......... .......... .......... .......... 93% 43.7M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 50150K .......... .......... .......... .......... .......... 93% 38.2M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 50200K .......... .......... .......... .......... .......... 93% 44.6M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 50250K .......... .......... .......... .......... .......... 93% 56.8M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 50300K .......... .......... .......... .......... .......... 93% 66.5M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 50350K .......... .......... .......... .......... .......... 93% 53.9M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 50400K .......... .......... .......... .......... .......... 93% 44.2M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 50450K .......... .......... .......... .......... .......... 93% 43.1M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 50500K .......... .......... .......... .......... .......... 94% 55.9M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 50550K .......... .......... .......... .......... .......... 94% 61.6M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 50600K .......... .......... .......... .......... .......... 94% 99.7M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 50650K .......... .......... .......... .......... .......... 94% 83.9M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 50700K .......... .......... .......... .......... .......... 94% 59.4M 0s unit-abot-epc-basic-0: 16:54:30 DEBUG unit.abot-epc-basic/0.install 363/363 B Downloaded: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 25.3 KB/sec) unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 50750K .......... .......... .......... .......... .......... 94% 43.9M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 50800K .......... .......... .......... .......... .......... 94% 196M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 50850K .......... .......... .......... .......... .......... 94% 440M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 50900K .......... .......... .......... .......... .......... 94% 425M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 50950K .......... .......... .......... .......... .......... 94% 380M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 51000K .......... .......... .......... .......... .......... 94% 420M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 51050K .......... .......... .......... .......... .......... 95% 445M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 51100K .......... .......... .......... .......... .......... 95% 443M 0s unit-abot-epc-basic-0: 16:54:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.pom unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 51150K .......... .......... .......... .......... .......... 95% 1.40M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 51200K .......... .......... .......... .......... .......... 95% 44.8M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 51250K .......... .......... .......... .......... .......... 95% 46.4M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 51300K .......... .......... .......... .......... .......... 95% 49.3M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 51350K .......... .......... .......... .......... .......... 95% 60.2M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 51400K .......... .......... .......... .......... .......... 95% 66.8M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 51450K .......... .......... .......... .......... .......... 95% 64.5M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 51500K .......... .......... .......... .......... .......... 95% 26.4M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 51550K .......... .......... .......... .......... .......... 95% 1.00M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 51600K .......... .......... .......... .......... .......... 96% 35.8M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 51650K .......... .......... .......... .......... .......... 96% 40.7M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 51700K .......... .......... .......... .......... .......... 96% 35.7M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 51750K .......... .......... .......... .......... .......... 96% 31.8M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 51800K .......... .......... .......... .......... .......... 96% 37.0M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 51850K .......... .......... .......... .......... .......... 96% 51.4M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 51900K .......... .......... .......... .......... .......... 96% 47.6M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 51950K .......... .......... .......... .......... .......... 96% 42.7M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 52000K .......... .......... .......... .......... .......... 96% 46.0M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 52050K .......... .......... .......... .......... .......... 96% 61.7M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 52100K .......... .......... .......... .......... .......... 97% 100M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 52150K .......... .......... .......... .......... .......... 97% 57.5M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 52200K .......... .......... .......... .......... .......... 97% 50.0M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 52250K .......... .......... .......... .......... .......... 97% 55.1M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 52300K .......... .......... .......... .......... .......... 97% 71.9M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 52350K .......... .......... .......... .......... .......... 97% 47.4M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 52400K .......... .......... .......... .......... .......... 97% 47.6M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 52450K .......... .......... .......... .......... .......... 97% 53.7M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 52500K .......... .......... .......... .......... .......... 97% 142M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 52550K .......... .......... .......... .......... .......... 97% 287M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 52600K .......... .......... .......... .......... .......... 97% 355M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 52650K .......... .......... .......... .......... .......... 98% 355M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 52700K .......... .......... .......... .......... .......... 98% 352M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 52750K .......... .......... .......... .......... .......... 98% 311M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 52800K .......... .......... .......... .......... .......... 98% 337M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 52850K .......... .......... .......... .......... .......... 98% 22.7M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 52900K .......... .......... .......... .......... .......... 98% 50.3M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 52950K .......... .......... .......... .......... .......... 98% 50.2M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 53000K .......... .......... .......... .......... .......... 98% 11.1M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 53050K .......... .......... .......... .......... .......... 98% 13.9M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 53100K .......... .......... .......... .......... .......... 98% 35.4M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 53150K .......... .......... .......... .......... .......... 98% 39.9M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 53200K .......... .......... .......... .......... .......... 99% 56.6M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 53250K .......... .......... .......... .......... .......... 99% 54.7M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 53300K .......... .......... .......... .......... .......... 99% 34.3M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 53350K .......... .......... .......... .......... .......... 99% 45.2M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 53400K .......... .......... .......... .......... .......... 99% 47.3M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 53450K .......... .......... .......... .......... .......... 99% 61.6M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 53500K .......... .......... .......... .......... .......... 99% 44.2M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 53550K .......... .......... .......... .......... .......... 99% 58.4M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 53600K .......... .......... .......... .......... .......... 99% 59.8M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 53650K .......... .......... .......... .......... .......... 99% 62.3M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 53700K .......... .......... .......... .......... .......... 99% 68.1M 0s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 53750K ...... 100% 11500G=2.5s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install 2018-10-04 16:54:30 (21.2 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [55046174/55046174] unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install FINISHED --2018-10-04 16:54:30-- unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install Total wall clock time: 4.6s unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install Downloaded: 4 files, 66M in 3.9s (17.1 MB/s) unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install + dpkg -i kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb machine-3: 16:54:30 DEBUG juju.worker.apicaller connected machine-3: 16:54:30 DEBUG juju.worker.apicaller changing password... unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install (Reading database ... 79221 files and directories currently installed.) unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... machine-3: 16:54:30 DEBUG juju.worker.apicaller password changed machine-3: 16:54:30 DEBUG juju.api RPC connection died machine-3: 16:54:30 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-epc-0: 16:54:30 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... machine-3: 16:54:30 DEBUG juju.worker.apicaller connecting with current password machine-3: 16:54:30 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-3: 16:54:30 INFO juju.api connection established to "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-3: 16:54:30 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-abot-epc-basic-0: 16:54:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 16:54:30 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.pom (3 KB at 32.1 KB/sec) unit-abot-epc-basic-0: 16:54:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 16:54:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 16:54:31 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.pom (2 KB at 84.1 KB/sec) unit-abot-epc-basic-0: 16:54:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 16:54:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 16:54:31 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.pom (8 KB at 475.1 KB/sec) unit-abot-epc-basic-0: 16:54:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 16:54:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 16:54:31 DEBUG unit.abot-epc-basic/0.install 640/640 B Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom (640 B at 41.7 KB/sec) unit-abot-epc-basic-0: 16:54:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 16:54:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 16:54:31 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom (10 KB at 633.2 KB/sec) unit-abot-epc-basic-0: 16:54:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/3/commons-parent-3.pom unit-abot-epc-basic-0: 16:54:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/3/commons-parent-3.pom unit-abot-epc-basic-0: 16:54:32 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/3/commons-parent-3.pom (12 KB at 640.8 KB/sec) unit-abot-epc-basic-0: 16:54:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/apache/4/apache-4.pom unit-abot-epc-basic-0: 16:54:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom unit-abot-epc-basic-0: 16:54:32 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (5 KB at 292.6 KB/sec) machine-3: 16:54:32 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 16:54:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom unit-abot-epc-basic-0: 16:54:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom unit-abot-epc-basic-0: 16:54:32 DEBUG unit.abot-epc-basic/0.install 3/20 KB 5/20 KB 8/20 KB 11/20 KB 13/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom (20 KB at 829.1 KB/sec) unit-abot-epc-basic-0: 16:54:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/33/commons-parent-33.pom unit-abot-epc-basic-0: 16:54:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom unit-abot-epc-basic-0: 16:54:32 DEBUG unit.abot-epc-basic/0.install 3/52 KB 5/52 KB 8/52 KB 11/52 KB 13/52 KB 16/52 KB 19/52 KB 21/52 KB 24/52 KB 27/52 KB 29/52 KB 32/52 KB 36/52 KB 40/52 KB 44/52 KB 48/52 KB 52/52 KB 52/52 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom (52 KB at 1851.6 KB/sec) unit-abot-epc-basic-0: 16:54:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.pom machine-3: 16:54:32 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 16:54:32 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 16:54:32 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 16:54:32 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 16:54:32 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-3: 16:54:32 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-3: 16:54:32 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-3: 16:54:32 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 16:54:32 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-3: 16:54:32 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 16:54:32 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 16:54:32 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-3: 16:54:32 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 16:54:32 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-3: 16:54:32 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-3: 16:54:32 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-3: 16:54:32 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 16:54:32 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 16:54:32 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:54:32 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 16:54:32 INFO juju.worker.upgrader unblocking abort check machine-3: 16:54:32 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-3: 16:54:32 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-3: 16:54:32 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 16:54:32 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 16:54:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.pom machine-3: 16:54:33 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 16:54:33 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.pom (2 KB at 81.9 KB/sec) unit-abot-epc-basic-0: 16:54:33 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom machine-3: 16:54:33 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 16:54:33 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 16:54:33 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-3: 16:54:33 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 16:54:33 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 16:54:33 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 16:54:33 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 16:54:33 DEBUG juju.worker.logger logger setup machine-3: 16:54:33 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 16:54:33 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 16:54:33 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 16:54:33 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-3: 16:54:33 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 16:54:33 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 16:54:33 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 16:54:33 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 16:54:33 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 16:54:33 INFO juju.util.exec run result: exit status 127 machine-3: 16:54:33 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec035991915/script.sh: line 1: fanatic: command not found 127 machine-3: 16:54:33 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 16:54:33 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 16:54:33 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 16:54:33 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 16:54:33 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 16:54:33 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 16:54:33 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 16:54:33 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 16:54:33 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} machine-3: 16:54:33 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-3: 16:54:33 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 16:54:33 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-3: 16:54:33 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 16:54:33 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 16:54:33 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 16:54:33 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-3: 16:54:33 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 16:54:33 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 16:54:33 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 16:54:33 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 16:54:33 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-3: 16:54:33 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 16:54:33 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 16:54:33 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 16:54:33 DEBUG juju.network including address public:172.30.9.210 for machine machine-3: 16:54:33 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-3: 16:54:33 DEBUG juju.network including address local-fan:252.9.0.1 for machine machine-3: 16:54:33 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 16:54:33 DEBUG juju.network including address local-machine:::1 for machine machine-3: 16:54:33 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 16:54:33 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 16:54:33 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.210:17070"] machine-3: 16:54:33 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 16:54:33 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 16:54:33 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 16:54:33 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 16:54:33 INFO juju.util.exec run result: exit status 127 machine-3: 16:54:33 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec876626480/script.sh: line 1: fanatic: command not found 127 machine-3: 16:54:33 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 16:54:33 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-3: 16:54:33 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-3: 16:54:33 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-3: 16:54:33 DEBUG juju.api RPC connection died machine-3: 16:54:33 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 16:54:33 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 16:54:33 DEBUG juju.worker killing runner 0xc4203ecea0 machine-3: 16:54:33 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-3: 16:54:33 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-3: 16:54:33 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-3: 16:54:33 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-3: 16:54:33 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-3: 16:54:33 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-3: 16:54:33 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-3: 16:54:33 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 16:54:33 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-3: 16:54:33 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-3: 16:54:33 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-3: 16:54:33 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-3: 16:54:33 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-3: 16:54:33 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-3: 16:54:33 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-3: 16:54:33 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-3: 16:54:33 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 16:54:33 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 16:54:33 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 16:54:33 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 16:54:33 INFO juju.worker runner is dying machine-3: 16:54:33 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: setting up container support: setting supported containers for machine-3: connection is shut down machine-3: 16:54:33 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:33 DEBUG juju.worker.apicaller connecting with current password machine-3: 16:54:33 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 16:54:33 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:33 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-3: 16:54:33 INFO juju.api connection established to "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-3: 16:54:33 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-3: 16:54:33 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:33 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:54:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom unit-abot-epc-basic-0: 16:54:33 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom (8 KB at 377.8 KB/sec) unit-abot-epc-basic-0: 16:54:33 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom unit-abot-epc-basic-0: 16:54:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom unit-abot-epc-basic-0: 16:54:33 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom (2 KB at 65.6 KB/sec) unit-abot-epc-basic-0: 16:54:33 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom unit-abot-epc-basic-0: 16:54:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom unit-abot-epc-basic-0: 16:54:33 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (3 KB at 202.0 KB/sec) unit-abot-epc-basic-0: 16:54:33 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom unit-abot-epc-basic-0: 16:54:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom unit-abot-epc-basic-0: 16:54:33 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 KB at 567.5 KB/sec) unit-abot-epc-basic-0: 16:54:33 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.pom unit-abot-epc-basic-0: 16:54:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.pom unit-abot-epc-basic-0: 16:54:33 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.pom (3 KB at 117.3 KB/sec) unit-abot-epc-basic-0: 16:54:33 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom unit-oai-epc-0: 16:54:34 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-oai-epc-0: 16:54:34 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb ... unit-abot-epc-basic-0: 16:54:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom unit-abot-epc-basic-0: 16:54:34 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom (2 KB at 60.0 KB/sec) unit-abot-epc-basic-0: 16:54:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom machine-3: 16:54:34 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 16:54:34 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 16:54:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom unit-abot-epc-basic-0: 16:54:34 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom (2 KB at 59.9 KB/sec) unit-abot-epc-basic-0: 16:54:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom machine-3: 16:54:34 DEBUG juju.api RPC connection died machine-3: 16:54:34 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 16:54:34 DEBUG juju.worker.apicaller connecting with current password machine-3: 16:54:34 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-3: 16:54:34 INFO juju.api connection established to "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-3: 16:54:34 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-abot-epc-basic-0: 16:54:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom unit-abot-epc-basic-0: 16:54:34 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom (9 KB at 587.2 KB/sec) unit-abot-epc-basic-0: 16:54:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/9/oss-parent-9.pom unit-abot-epc-basic-0: 16:54:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom unit-abot-epc-basic-0: 16:54:34 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (7 KB at 305.5 KB/sec) unit-abot-epc-basic-0: 16:54:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.pom unit-abot-epc-basic-0: 16:54:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.pom unit-abot-epc-basic-0: 16:54:35 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.pom (4 KB at 195.3 KB/sec) unit-abot-epc-basic-0: 16:54:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/picocontainer/picocontainer-parent/2.13.5/picocontainer-parent-2.13.5.pom unit-abot-epc-basic-0: 16:54:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer-parent/2.13.5/picocontainer-parent-2.13.5.pom unit-abot-epc-basic-0: 16:54:35 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer-parent/2.13.5/picocontainer-parent-2.13.5.pom (14 KB at 568.5 KB/sec) unit-abot-epc-basic-0: 16:54:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom unit-abot-epc-basic-0: 16:54:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom unit-abot-epc-basic-0: 16:54:35 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (5 KB at 267.4 KB/sec) unit-abot-epc-basic-0: 16:54:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-codec/commons-codec/1.4/commons-codec-1.4.pom unit-mysql-0: 16:54:35 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 16:54:35 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:54:35 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 16:54:35 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 16:54:35 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 16:54:35 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 16:54:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom unit-abot-epc-basic-0: 16:54:35 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (11 KB at 569.3 KB/sec) unit-abot-epc-basic-0: 16:54:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/11/commons-parent-11.pom unit-mysql-0: 16:54:35 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 16:54:35 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) machine-3: 16:54:35 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 16:54:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom unit-abot-epc-basic-0: 16:54:35 DEBUG unit.abot-epc-basic/0.install 3/25 KB 5/25 KB 8/25 KB 11/25 KB 13/25 KB 16/25 KB 19/25 KB 21/25 KB 24/25 KB 25/25 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 KB at 1266.9 KB/sec) unit-abot-epc-basic-0: 16:54:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-net/commons-net/3.0.1/commons-net-3.0.1.pom unit-mysql-0: 16:54:35 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 16:54:35 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 16:54:35 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 16:54:35 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 16:54:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.pom unit-abot-epc-basic-0: 16:54:36 DEBUG unit.abot-epc-basic/0.install 3/16 KB 5/16 KB 8/16 KB 11/16 KB 13/16 KB 16/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.pom (16 KB at 724.2 KB/sec) unit-abot-epc-basic-0: 16:54:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/21/commons-parent-21.pom unit-abot-epc-basic-0: 16:54:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/21/commons-parent-21.pom machine-3: 16:54:36 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 16:54:36 DEBUG unit.abot-epc-basic/0.install 3/34 KB 5/34 KB 8/34 KB 11/34 KB 13/34 KB 16/34 KB 19/34 KB 21/34 KB 24/34 KB 27/34 KB 29/34 KB 32/34 KB 34/34 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/21/commons-parent-21.pom (34 KB at 1508.9 KB/sec) machine-3: 16:54:36 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:54:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/xmlunit/xmlunit/1.6/xmlunit-1.6.pom machine-3: 16:54:36 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:36 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:36 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:54:36 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 16:54:36 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-3: 16:54:36 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-3: 16:54:36 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-3: 16:54:36 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-3: 16:54:36 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-3: 16:54:36 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 16:54:36 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-3: 16:54:36 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-3: 16:54:36 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-3: 16:54:36 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 16:54:36 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 16:54:36 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 16:54:36 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 16:54:36 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-3: 16:54:36 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 16:54:36 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 16:54:36 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 16:54:36 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 16:54:36 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 16:54:36 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 16:54:36 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 16:54:36 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 16:54:36 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 16:54:36 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 16:54:36 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 16:54:36 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 16:54:36 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 16:54:36 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 16:54:36 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-3: 16:54:36 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 16:54:36 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 16:54:36 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 16:54:36 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 16:54:36 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 16:54:36 INFO juju.util.exec run result: exit status 127 machine-3: 16:54:36 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec519837410/script.sh: line 1: fanatic: command not found 127 machine-3: 16:54:36 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 16:54:36 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 16:54:36 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 16:54:36 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-3: 16:54:36 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 16:54:36 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 16:54:36 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 16:54:36 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 16:54:36 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 16:54:36 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 16:54:36 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 16:54:36 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 16:54:36 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 16:54:36 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 16:54:36 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 16:54:36 DEBUG juju.network including address public:172.30.9.210 for machine machine-3: 16:54:36 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-3: 16:54:36 DEBUG juju.network including address local-fan:252.9.0.1 for machine machine-3: 16:54:36 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 16:54:36 DEBUG juju.network including address local-machine:::1 for machine machine-3: 16:54:36 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 16:54:36 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 16:54:36 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.210:17070"] machine-3: 16:54:36 INFO juju.util.exec run result: exit status 127 machine-3: 16:54:36 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec549096036/script.sh: line 1: fanatic: command not found 127 machine-3: 16:54:36 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 16:54:36 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 16:54:36 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available unit-abot-epc-basic-0: 16:54:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.pom unit-abot-epc-basic-0: 16:54:36 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.pom (3 KB at 195.2 KB/sec) unit-abot-epc-basic-0: 16:54:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.pom unit-abot-epc-basic-0: 16:54:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.pom unit-abot-epc-basic-0: 16:54:36 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.pom (6 KB at 293.8 KB/sec) unit-abot-epc-basic-0: 16:54:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom machine-3: 16:54:36 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 16:54:36 INFO juju.worker.upgrader unblocking abort check machine-3: 16:54:36 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-3: 16:54:36 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 16:54:36 INFO juju.worker.deployer deploying unit "oai-hss/0" machine-3: 16:54:36 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 16:54:36 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 16:54:36 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-3: 16:54:36 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 16:54:36 DEBUG juju.worker.logger logger setup machine-3: 16:54:36 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 16:54:36 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 16:54:36 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 16:54:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom machine-3: 16:54:36 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} machine-3: 16:54:36 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-3: 16:54:36 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 16:54:36 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-3: 16:54:36 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 16:54:36 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 16:54:36 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 16:54:36 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 16:54:36 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 16:54:36 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 16:54:36 DEBUG juju.network including address local-cloud:192.168.121.11 for machine machine-3: 16:54:36 DEBUG juju.network including address local-machine:::1 for machine machine-3: 16:54:36 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.11 local-machine:::1] machine-3: 16:54:36 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.11 local-machine:::1] machine-3: 16:54:36 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 16:54:36 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible unit-abot-epc-basic-0: 16:54:36 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom (8 KB at 556.1 KB/sec) unit-abot-epc-basic-0: 16:54:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/oss-parent/27/oss-parent-27.pom unit-abot-epc-basic-0: 16:54:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/27/oss-parent-27.pom unit-abot-epc-basic-0: 16:54:37 DEBUG unit.abot-epc-basic/0.install 3/20 KB 5/20 KB 8/20 KB 11/20 KB 13/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/27/oss-parent-27.pom (20 KB at 871.8 KB/sec) unit-abot-epc-basic-0: 16:54:37 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.pom unit-abot-epc-basic-0: 16:54:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.pom unit-abot-epc-basic-0: 16:54:37 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.pom (9 KB at 487.5 KB/sec) unit-abot-epc-basic-0: 16:54:37 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/5/oss-parent-5.pom unit-abot-epc-basic-0: 16:54:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom unit-abot-epc-basic-0: 16:54:37 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4 KB at 209.8 KB/sec) unit-abot-epc-basic-0: 16:54:37 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom unit-abot-epc-basic-0: 16:54:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom unit-abot-epc-basic-0: 16:54:37 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom (2 KB at 80.9 KB/sec) unit-abot-epc-basic-0: 16:54:37 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom unit-abot-epc-basic-0: 16:54:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom unit-abot-epc-basic-0: 16:54:37 DEBUG unit.abot-epc-basic/0.install 1016/1016 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom (1016 B at 70.9 KB/sec) unit-abot-epc-basic-0: 16:54:37 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom unit-abot-epc-basic-0: 16:54:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom unit-abot-epc-basic-0: 16:54:38 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom (2 KB at 114.5 KB/sec) unit-abot-epc-basic-0: 16:54:38 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.pom unit-abot-epc-basic-0: 16:54:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.pom unit-abot-epc-basic-0: 16:54:38 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.pom (2 KB at 81.2 KB/sec) unit-abot-epc-basic-0: 16:54:38 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom unit-abot-epc-basic-0: 16:54:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom unit-abot-epc-basic-0: 16:54:38 DEBUG unit.abot-epc-basic/0.install 962/962 B Downloaded: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom (962 B at 67.1 KB/sec) unit-abot-epc-basic-0: 16:54:38 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.pom unit-abot-epc-basic-0: 16:54:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.pom unit-abot-epc-basic-0: 16:54:38 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.pom (2 KB at 128.9 KB/sec) unit-abot-epc-basic-0: 16:54:38 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.pom unit-abot-epc-basic-0: 16:54:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.pom unit-abot-epc-basic-0: 16:54:38 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.pom (6 KB at 278.9 KB/sec) unit-abot-epc-basic-0: 16:54:38 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom machine-3: 16:54:39 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 16:54:39 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-3: 16:54:39 DEBUG juju.service discovered init system "upstart" from local host machine-3: 16:54:39 DEBUG juju.worker.deployer API addresses: ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.210:17070"] unit-abot-epc-basic-0: 16:54:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom unit-abot-epc-basic-0: 16:54:39 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom (2 KB at 138.8 KB/sec) machine-3: 16:54:39 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-oai-hss-0 Conf:{Desc:juju unit agent for oai-hss/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-oai-hss-0/jujud' unit --data-dir '/var/lib/juju' --unit-name oai-hss/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-oai-hss-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-oai-hss-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name oai-hss/0 --debug]}}} unit-abot-epc-basic-0: 16:54:39 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.pom machine-3: 16:54:39 DEBUG juju.worker start "3-container-watcher" machine-3: 16:54:39 DEBUG juju.worker start "stateconverter" machine-3: 16:54:39 INFO juju.worker start "3-container-watcher" machine-3: 16:54:39 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 16:54:39 DEBUG juju.worker "3-container-watcher" started machine-3: 16:54:39 INFO juju.worker start "stateconverter" machine-3: 16:54:39 DEBUG juju.worker "stateconverter" started machine-3: 16:54:39 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" machine-3: 16:54:39 INFO juju.worker.machiner "machine-3" started machine-3: 16:54:39 INFO juju.api.common no addresses observed on interface "tunl0" unit-oai-hss-0: 16:54:39 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-hss-0: 16:54:39 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-hss-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-hss/0", "--debug"} unit-oai-hss-0: 16:54:39 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 16:54:39 DEBUG juju.worker start "api" unit-oai-hss-0: 16:54:39 INFO juju.worker start "api" unit-oai-hss-0: 16:54:39 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-hss-0: 16:54:39 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 16:54:39 DEBUG juju.worker "api" started unit-oai-hss-0: 16:54:39 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:39 DEBUG juju.worker.apicaller connecting with old password unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-hss-0: 16:54:39 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-oai-hss-0: 16:54:39 INFO juju.api connection established to "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-oai-hss-0: 16:54:39 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 16:54:39 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 16:54:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.pom unit-abot-epc-basic-0: 16:54:39 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.pom (6 KB at 352.5 KB/sec) unit-abot-epc-basic-0: 16:54:39 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom unit-oai-epc-0: 16:54:39 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-epc-0: 16:54:39 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-abot-epc-basic-0: 16:54:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom unit-abot-epc-basic-0: 16:54:39 DEBUG unit.abot-epc-basic/0.install 3/31 KB 5/31 KB 8/31 KB 11/31 KB 13/31 KB 16/31 KB 19/31 KB 21/31 KB 24/31 KB 27/31 KB 29/31 KB 31/31 KB Downloaded: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom (31 KB at 1048.3 KB/sec) unit-abot-epc-basic-0: 16:54:39 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom unit-oai-epc-0: 16:54:39 DEBUG unit.oai-epc/0.install Done. unit-oai-epc-0: 16:54:39 DEBUG unit.oai-epc/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 16:54:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom unit-abot-epc-basic-0: 16:54:39 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom (3 KB at 135.5 KB/sec) unit-abot-epc-basic-0: 16:54:39 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom unit-oai-hss-0: 16:54:39 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 16:54:39 DEBUG juju.worker.apicaller changing password... unit-oai-hss-0: 16:54:40 DEBUG juju.worker.apicaller password changed unit-oai-hss-0: 16:54:40 DEBUG juju.api RPC connection died unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 16:54:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom unit-abot-epc-basic-0: 16:54:40 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom (14 KB at 775.7 KB/sec) unit-abot-epc-basic-0: 16:54:40 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.pom machine-3: 16:54:40 DEBUG juju.worker.machiner observed network config updated for "machine-3" to [{DeviceIndex:1 MACAddress: CIDR:127.0.0.0/8 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:127.0.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:1 MACAddress: CIDR:::1/128 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:::1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:2 MACAddress:fa:16:3e:4f:4a:c9 CIDR:192.168.121.0/24 MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:static Address:192.168.121.11 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:4f:4a:c9 CIDR: MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:3 MACAddress: CIDR: MTU:1480 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:tunl0 ParentInterfaceName: InterfaceType:ethernet Disabled:true NoAutoStart:true ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false}] unit-oai-hss-0: 16:54:40 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 16:54:40 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-oai-hss-0: 16:54:40 INFO juju.api connection established to "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-oai-hss-0: 16:54:40 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-abot-epc-basic-0: 16:54:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.pom unit-oai-hss-0: 16:54:40 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 16:54:40 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.pom (2 KB at 107.9 KB/sec) unit-abot-epc-basic-0: 16:54:40 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jayway/jsonpath/json-path-parent/0.9.1/json-path-parent-0.9.1.pom unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 16:54:40 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 16:54:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path-parent/0.9.1/json-path-parent-0.9.1.pom unit-abot-epc-basic-0: 16:54:40 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path-parent/0.9.1/json-path-parent-0.9.1.pom (11 KB at 467.1 KB/sec) unit-abot-epc-basic-0: 16:54:40 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/json-smart/1.2/json-smart-1.2.pom unit-abot-epc-basic-0: 16:54:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.pom unit-abot-epc-basic-0: 16:54:40 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.pom (2 KB at 94.2 KB/sec) unit-abot-epc-basic-0: 16:54:40 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/parent/1.2/parent-1.2.pom unit-abot-epc-basic-0: 16:54:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/minidev/parent/1.2/parent-1.2.pom unit-abot-epc-basic-0: 16:54:40 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/parent/1.2/parent-1.2.pom (9 KB at 423.6 KB/sec) unit-abot-epc-basic-0: 16:54:40 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom unit-abot-epc-basic-0: 16:54:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom unit-abot-epc-basic-0: 16:54:41 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (3 KB at 4.2 KB/sec) unit-abot-epc-basic-0: 16:54:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom unit-abot-epc-basic-0: 16:54:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom unit-abot-epc-basic-0: 16:54:41 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 KB at 720.5 KB/sec) unit-oai-hss-0: 16:54:41 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 16:54:41 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 16:54:41 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-hss-0: 16:54:41 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 16:54:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom unit-oai-hss-0: 16:54:41 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 16:54:41 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 16:54:41 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 16:54:41 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 16:54:41 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 16:54:41 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 16:54:41 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 16:54:41 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 16:54:41 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 16:54:41 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 16:54:41 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 16:54:41 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 16:54:41 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 16:54:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 16:54:41 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 16:54:41 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 16:54:41 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "charm-dir" not running: dependency not available unit-oai-hss-0: 16:54:42 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 16:54:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 16:54:42 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-hss-0: 16:54:42 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 16:54:42 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 16:54:42 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 16:54:42 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 16:54:42 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 16:54:42 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 16:54:42 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 16:54:42 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 16:54:42 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 16:54:42 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 16:54:42 DEBUG juju.network including address public:172.30.9.210 for machine unit-oai-hss-0: 16:54:42 DEBUG juju.network including address local-cloud:192.168.121.9 for machine unit-oai-hss-0: 16:54:42 DEBUG juju.network including address local-fan:252.9.0.1 for machine unit-oai-hss-0: 16:54:42 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 16:54:42 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 16:54:42 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 16:54:42 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 16:54:42 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-oai-hss-0: 16:54:42 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-oai-hss-0: 16:54:42 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-oai-hss-0: 16:54:42 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 16:54:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom unit-abot-epc-basic-0: 16:54:42 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (5 KB at 320.7 KB/sec) unit-abot-epc-basic-0: 16:54:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom unit-abot-epc-basic-0: 16:54:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom unit-abot-epc-basic-0: 16:54:42 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 KB at 659.4 KB/sec) unit-abot-epc-basic-0: 16:54:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/project/7/project-7.pom unit-oai-hss-0: 16:54:42 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-abot-epc-basic-0: 16:54:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom unit-abot-epc-basic-0: 16:54:42 DEBUG unit.abot-epc-basic/0.install 3/27 KB 5/27 KB 8/27 KB 11/27 KB 13/27 KB 16/27 KB 19/27 KB 21/27 KB 24/27 KB 27/27 KB 27/27 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom (27 KB at 1209.3 KB/sec) unit-abot-epc-basic-0: 16:54:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom unit-oai-hss-0: 16:54:42 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.210:17070"] unit-abot-epc-basic-0: 16:54:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom unit-abot-epc-basic-0: 16:54:42 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (6 KB at 317.9 KB/sec) unit-abot-epc-basic-0: 16:54:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom unit-abot-epc-basic-0: 16:54:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom unit-abot-epc-basic-0: 16:54:42 DEBUG unit.abot-epc-basic/0.install 3/16 KB 6/16 KB 9/16 KB 11/16 KB 14/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (16 KB at 715.4 KB/sec) unit-abot-epc-basic-0: 16:54:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom unit-abot-epc-basic-0: 16:54:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom unit-abot-epc-basic-0: 16:54:43 DEBUG unit.abot-epc-basic/0.install 3/18 KB 5/18 KB 8/18 KB 11/18 KB 13/18 KB 16/18 KB 18/18 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom (18 KB at 943.3 KB/sec) unit-abot-epc-basic-0: 16:54:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/28/commons-parent-28.pom unit-oai-hss-0: 16:54:43 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 16:54:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom unit-abot-epc-basic-0: 16:54:43 DEBUG unit.abot-epc-basic/0.install 3/49 KB 5/49 KB 8/49 KB 11/49 KB 13/49 KB 16/49 KB 19/49 KB 21/49 KB 24/49 KB 27/49 KB 29/49 KB 32/49 KB 36/49 KB 40/49 KB 44/49 KB 48/49 KB 49/49 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom (49 KB at 1749.1 KB/sec) unit-abot-epc-basic-0: 16:54:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.pom unit-oai-hss-0: 16:54:43 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 16:54:43 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-hss-0: 16:54:43 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-oai-hss-0: 16:54:43 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 16:54:43 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 16:54:43 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 16:54:43 INFO juju.worker.uniter resuming charm install unit-oai-hss-0: 16:54:43 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-hss-13 unit-oai-hss-0: 16:54:43 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 16:54:43 INFO juju.worker.uniter.charm downloading local:trusty/oai-hss-13 from API server unit-oai-hss-0: 16:54:43 INFO juju.downloader downloading from local:trusty/oai-hss-13 unit-oai-hss-0: 16:54:43 DEBUG httpbakery client do GET https://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/charms?file=%2A&url=local%3Atrusty%2Foai-hss-13 { unit-oai-hss-0: 16:54:43 DEBUG httpbakery } -> error unit-oai-hss-0: 16:54:43 INFO juju.downloader download complete ("local:trusty/oai-hss-13") unit-oai-hss-0: 16:54:43 INFO juju.downloader download verified ("local:trusty/oai-hss-13") unit-abot-epc-basic-0: 16:54:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.pom unit-abot-epc-basic-0: 16:54:43 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.pom (5 KB at 212.4 KB/sec) unit-abot-epc-basic-0: 16:54:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.pom unit-oai-hss-0: 16:54:43 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 16:54:43 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-hss-13" unit-abot-epc-basic-0: 16:54:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.pom unit-abot-epc-basic-0: 16:54:43 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.pom (5 KB at 319.1 KB/sec) unit-oai-hss-0: 16:54:43 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-hss-13" unit-abot-epc-basic-0: 16:54:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm/1.2.3/cucumber-jvm-1.2.3.pom unit-abot-epc-basic-0: 16:54:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.3/cucumber-jvm-1.2.3.pom unit-abot-epc-basic-0: 16:54:43 DEBUG unit.abot-epc-basic/0.install 3/39 KB 5/39 KB 8/39 KB 11/39 KB 13/39 KB 16/39 KB 19/39 KB 21/39 KB 24/39 KB 27/39 KB 29/39 KB 32/39 KB 35/39 KB 37/39 KB 39/39 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.3/cucumber-jvm-1.2.3.pom (39 KB at 1359.3 KB/sec) unit-abot-epc-basic-0: 16:54:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java/1.2.3/cucumber-java-1.2.3.pom unit-abot-epc-basic-0: 16:54:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.3/cucumber-java-1.2.3.pom unit-abot-epc-basic-0: 16:54:44 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.3/cucumber-java-1.2.3.pom (6 KB at 347.5 KB/sec) unit-abot-epc-basic-0: 16:54:44 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-core/1.2.3/cucumber-core-1.2.3.pom unit-abot-epc-basic-0: 16:54:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.3/cucumber-core-1.2.3.pom unit-abot-epc-basic-0: 16:54:44 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.3/cucumber-core-1.2.3.pom (4 KB at 282.6 KB/sec) unit-abot-epc-basic-0: 16:54:44 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.pom unit-abot-epc-basic-0: 16:54:44 DEBUG unit.abot-epc-basic/0.install 503 B Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.pom (503 B at 1.6 KB/sec) unit-abot-epc-basic-0: 16:54:44 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.pom unit-abot-epc-basic-0: 16:54:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.pom unit-abot-epc-basic-0: 16:54:45 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.pom (7 KB at 45.7 KB/sec) unit-abot-epc-basic-0: 16:54:45 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom unit-abot-epc-basic-0: 16:54:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom unit-abot-epc-basic-0: 16:54:45 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom (8 KB at 490.6 KB/sec) unit-abot-epc-basic-0: 16:54:45 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/velocity/velocity/1.7/velocity-1.7.pom unit-oai-hss-0: 16:54:45 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-hss-13" unit-oai-hss-0: 16:54:45 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 16:54:45 INFO juju.worker.uniter hooks are retried true unit-oai-hss-0: 16:54:45 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 16:54:45 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 16:54:45 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 16:54:45 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 16:54:45 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 16:54:45 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 16:54:45 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 16:54:45 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-hss-0: 16:54:45 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 16:54:45 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 16:54:45 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 16:54:45 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 16:54:45 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-hss-0: 16:54:45 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-hss-0: 16:54:45 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 16:54:45 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 16:54:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom unit-abot-epc-basic-0: 16:54:45 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 KB at 589.0 KB/sec) unit-abot-epc-basic-0: 16:54:45 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom unit-oai-hss-0: 16:54:45 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 16:54:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install ++ config-get revision unit-abot-epc-basic-0: 16:54:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom unit-abot-epc-basic-0: 16:54:45 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 KB at 678.4 KB/sec) unit-abot-epc-basic-0: 16:54:45 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/9/commons-parent-9.pom unit-oai-hss-0: 16:54:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 16:54:45 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 16:54:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom unit-abot-epc-basic-0: 16:54:45 DEBUG unit.abot-epc-basic/0.install 3/22 KB 5/22 KB 8/22 KB 11/22 KB 13/22 KB 16/22 KB 19/22 KB 21/22 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 KB at 1070.8 KB/sec) unit-abot-epc-basic-0: 16:54:45 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-lang/commons-lang/2.4/commons-lang-2.4.pom unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 16:54:45 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:54:46 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:54:46 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 16:54:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom unit-oai-hss-0: 16:54:46 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 16:54:46 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 16:54:46 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 16:54:46 DEBUG unit.oai-hss/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-hss-0: 16:54:46 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 16:54:46 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 16:54:46 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-abot-epc-basic-0: 16:54:46 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 KB at 853.0 KB/sec) unit-abot-epc-basic-0: 16:54:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.pom unit-abot-epc-basic-0: 16:54:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.pom unit-abot-epc-basic-0: 16:54:46 DEBUG unit.abot-epc-basic/0.install 161/161 B Downloaded: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.pom (161 B at 9.2 KB/sec) unit-abot-epc-basic-0: 16:54:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/2.1/joda-time-2.1.pom unit-abot-epc-basic-0: 16:54:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.pom unit-abot-epc-basic-0: 16:54:46 DEBUG unit.abot-epc-basic/0.install 3/16 KB 5/16 KB 8/16 KB 11/16 KB 13/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.pom (16 KB at 714.7 KB/sec) unit-abot-epc-basic-0: 16:54:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/guava/guava/r09/guava-r09.pom unit-oai-hss-0: 16:54:46 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:54:46 DEBUG unit.oai-hss/0.install Need to get 3394 kB of archives. unit-oai-hss-0: 16:54:46 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 16:54:46 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB] unit-abot-epc-basic-0: 16:54:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.pom unit-abot-epc-basic-0: 16:54:46 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.pom (4 KB at 215.5 KB/sec) unit-abot-epc-basic-0: 16:54:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/google/5/google-5.pom unit-abot-epc-basic-0: 16:54:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom unit-abot-epc-basic-0: 16:54:46 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom (3 KB at 171.5 KB/sec) unit-oai-hss-0: 16:54:46 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 [701 kB] unit-abot-epc-basic-0: 16:54:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.pom unit-abot-epc-basic-0: 16:54:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.pom unit-abot-epc-basic-0: 16:54:47 DEBUG unit.abot-epc-basic/0.install 1010/1010 B Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.pom (1010 B at 61.6 KB/sec) unit-abot-epc-basic-0: 16:54:47 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/2.3/commons-io-2.3.pom unit-abot-epc-basic-0: 16:54:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.3/commons-io-2.3.pom unit-abot-epc-basic-0: 16:54:47 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.3/commons-io-2.3.pom (11 KB at 538.8 KB/sec) unit-abot-epc-basic-0: 16:54:47 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/24/commons-parent-24.pom unit-abot-epc-basic-0: 16:54:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom unit-abot-epc-basic-0: 16:54:47 DEBUG unit.abot-epc-basic/0.install 3/47 KB 5/47 KB 8/47 KB 11/47 KB 13/47 KB 16/47 KB 19/47 KB 21/47 KB 24/47 KB 27/47 KB 29/47 KB 32/47 KB 36/47 KB 40/47 KB 44/47 KB 47/47 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 KB at 1775.3 KB/sec) unit-abot-epc-basic-0: 16:54:47 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom unit-oai-hss-0: 16:54:47 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git amd64 1:1.9.1-1ubuntu0.8 [2672 kB] unit-abot-epc-basic-0: 16:54:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom unit-abot-epc-basic-0: 16:54:47 DEBUG unit.abot-epc-basic/0.install 4/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom (5 KB at 247.0 KB/sec) unit-abot-epc-basic-0: 16:54:47 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom unit-abot-epc-basic-0: 16:54:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom unit-abot-epc-basic-0: 16:54:48 DEBUG unit.abot-epc-basic/0.install 680/680 B Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom (680 B at 35.0 KB/sec) unit-abot-epc-basic-0: 16:54:48 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom unit-oai-hss-0: 16:54:48 DEBUG unit.oai-hss/0.install Fetched 3394 kB in 1s (1824 kB/s) unit-abot-epc-basic-0: 16:54:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom unit-abot-epc-basic-0: 16:54:48 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom (6 KB at 382.9 KB/sec) unit-abot-epc-basic-0: 16:54:48 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/maven-parent/4/maven-parent-4.pom unit-abot-epc-basic-0: 16:54:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom unit-abot-epc-basic-0: 16:54:48 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom (10 KB at 650.8 KB/sec) unit-abot-epc-basic-0: 16:54:48 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.20/totallylazy-1.20.pom unit-oai-hss-0: 16:54:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package liberror-perl. unit-oai-hss-0: 16:54:48 DEBUG unit.oai-hss/0.install (Reading database ... 78195 files and directories currently installed.) unit-oai-hss-0: 16:54:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-abot-epc-basic-0: 16:54:48 DEBUG unit.abot-epc-basic/0.install 503/503 B Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.20/totallylazy-1.20.pom (503 B at 1.6 KB/sec) unit-abot-epc-basic-0: 16:54:48 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom unit-abot-epc-basic-0: 16:54:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom unit-abot-epc-basic-0: 16:54:48 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom (6 KB at 360.4 KB/sec) unit-abot-epc-basic-0: 16:54:48 DEBUG unit.abot-epc-basic/0.install [WARNING] The artifact org.apache.commons:commons-io:jar:1.3.2 has been relocated to commons-io:commons-io:jar:1.3.2 unit-abot-epc-basic-0: 16:54:48 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.jar unit-abot-epc-basic-0: 16:54:48 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/junit/junit/4.11/junit-4.11.jar unit-abot-epc-basic-0: 16:54:48 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar unit-abot-epc-basic-0: 16:54:48 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.jar unit-abot-epc-basic-0: 16:54:48 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar unit-oai-hss-0: 16:54:49 DEBUG unit.oai-hss/0.install Unpacking liberror-perl (0.17-1.1) ... unit-oai-epc-0: 16:54:49 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 16:54:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar unit-abot-epc-basic-0: 16:54:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar unit-abot-epc-basic-0: 16:54:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar unit-abot-epc-basic-0: 16:54:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar unit-oai-epc-0: 16:54:49 DEBUG unit.oai-epc/0.install Setting up linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 16:54:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar unit-oai-hss-0: 16:54:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package git-man. unit-oai-hss-0: 16:54:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.8_all.deb ... unit-oai-epc-0: 16:54:49 DEBUG unit.oai-epc/0.install Running depmod. unit-oai-hss-0: 16:54:49 DEBUG unit.oai-hss/0.install Unpacking git-man (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 16:54:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar unit-abot-epc-basic-0: 16:54:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar unit-abot-epc-basic-0: 16:54:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar unit-abot-epc-basic-0: 16:54:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.jar unit-abot-epc-basic-0: 16:54:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-pool/commons-pool/1.6/commons-pool-1.6.jar unit-abot-epc-basic-0: 16:54:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar unit-abot-epc-basic-0: 16:54:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 16:54:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.2/commons-logging-1.2.jar unit-abot-epc-basic-0: 16:54:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 16:54:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar unit-oai-epc-0: 16:54:49 DEBUG unit.oai-epc/0.install update-initramfs: deferring update (hook will be called later) unit-oai-epc-0: 16:54:49 DEBUG unit.oai-epc/0.install Examining /etc/kernel/postinst.d. unit-oai-epc-0: 16:54:49 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 16:54:49 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 16:54:49 DEBUG unit.oai-epc/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 16:54:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 16:54:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 16:54:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 16:54:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/aopalliance/aopalliance/1.0/aopalliance-1.0.jar unit-abot-epc-basic-0: 16:54:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar unit-abot-epc-basic-0: 16:54:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar unit-abot-epc-basic-0: 16:54:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.jar unit-abot-epc-basic-0: 16:54:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar unit-abot-epc-basic-0: 16:54:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar unit-abot-epc-basic-0: 16:54:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.jar unit-abot-epc-basic-0: 16:54:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar unit-abot-epc-basic-0: 16:54:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar unit-abot-epc-basic-0: 16:54:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar unit-abot-epc-basic-0: 16:54:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar unit-abot-epc-basic-0: 16:54:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-codec/commons-codec/1.4/commons-codec-1.4.jar unit-abot-epc-basic-0: 16:54:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-net/commons-net/3.0.1/commons-net-3.0.1.jar unit-abot-epc-basic-0: 16:54:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/xmlunit/xmlunit/1.6/xmlunit-1.6.jar unit-oai-hss-0: 16:54:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package git. unit-oai-hss-0: 16:54:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.8_amd64.deb ... unit-abot-epc-basic-0: 16:54:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.jar unit-oai-hss-0: 16:54:50 DEBUG unit.oai-hss/0.install Unpacking git (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 16:54:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.jar unit-abot-epc-basic-0: 16:54:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar unit-abot-epc-basic-0: 16:54:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar unit-abot-epc-basic-0: 16:54:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar unit-abot-epc-basic-0: 16:54:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.jar unit-abot-epc-basic-0: 16:54:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar unit-abot-epc-basic-0: 16:54:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar unit-abot-epc-basic-0: 16:54:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar unit-abot-epc-basic-0: 16:54:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar unit-abot-epc-basic-0: 16:54:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.jar unit-abot-epc-basic-0: 16:54:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/json-smart/1.2/json-smart-1.2.jar unit-abot-epc-basic-0: 16:54:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar unit-abot-epc-basic-0: 16:54:51 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar unit-oai-hss-0: 16:54:51 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:54:51 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar unit-abot-epc-basic-0: 16:54:51 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar unit-abot-epc-basic-0: 16:54:51 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.jar unit-abot-epc-basic-0: 16:54:51 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar unit-abot-epc-basic-0: 16:54:51 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/velocity/velocity/1.7/velocity-1.7.jar unit-abot-epc-basic-0: 16:54:51 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar unit-abot-epc-basic-0: 16:54:51 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-lang/commons-lang/2.4/commons-lang-2.4.jar unit-abot-epc-basic-0: 16:54:51 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar unit-abot-epc-basic-0: 16:54:51 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/guava/guava/r09/guava-r09.jar unit-abot-epc-basic-0: 16:54:51 DEBUG unit.abot-epc-basic/0.install 4/966 KB 7/966 KB 11/966 KB 15/966 KB 19/966 KB 23/966 KB 27/966 KB 31/966 KB 31/966 KB Downloading: http://repo.bodar.com/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar unit-abot-epc-basic-0: 16:54:51 DEBUG unit.abot-epc-basic/0.install 35/966 KB 39/966 KB 43/966 KB 47/966 KB 51/966 KB 55/966 KB 59/966 KB 63/966 KB Downloading: http://repo.bodar.com/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar unit-abot-epc-basic-0: 16:54:51 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar unit-abot-epc-basic-0: 16:54:51 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 67/966 KB 71/966 KB 75/966 KB 79/966 KB 83/966 KB 87/966 KB 91/966 KB 95/966 KB 99/966 KB 103/966 KB 107/966 KB 111/966 KB 115/966 KB 119/966 KB 123/966 KB 127/966 KB 131/966 KB 135/966 KB 139/966 KB 143/966 KB 147/966 KB 151/966 KB 155/966 KB 159/966 KB 163/966 KB 167/966 KB 171/966 KB 175/966 KB 179/966 KB 183/966 KB 187/966 KB 191/966 KB 195/966 KB 199/966 KB 203/966 KB 207/966 KB 211/966 KB 215/966 KB 219/966 KB 223/966 KB 227/966 KB 231/966 KB 235/966 KB 239/966 KB 243/966 KB 247/966 KB 251/966 KB 255/966 KB 259/966 KB 263/966 KB 267/966 KB 271/966 KB 275/966 KB 279/966 KB 283/966 KB 287/966 KB 291/966 KB 295/966 KB 299/966 KB 303/966 KB 307/966 KB 311/966 KB 315/966 KB 319/966 KB 323/966 KB 327/966 KB 331/966 KB 335/966 KB 339/966 KB 343/966 KB 347/966 KB 351/966 KB 355/966 KB 359/966 KB 363/966 KB 367/966 KB 371/966 KB 375/966 KB 379/966 KB 383/966 KB 387/966 KB 391/966 KB 395/966 KB 399/966 KB 403/966 KB 407/966 KB 411/966 KB 415/966 KB 419/966 KB 423/966 KB 427/966 KB 431/966 KB 435/966 KB 439/966 KB 443/966 KB 446/966 KB 447/966 KB 451/966 KB 455/966 KB 459/966 KB 463/966 KB 467/966 KB 471/966 KB 475/966 KB 479/966 KB 483/966 KB 487/966 KB 491/966 KB 495/966 KB 499/966 KB 503/966 KB 507/966 KB 511/966 KB 515/966 KB 519/966 KB 523/966 KB 527/966 KB 531/966 KB 535/966 KB 539/966 KB 543/966 KB 547/966 KB 551/966 KB 555/966 KB 559/966 KB 563/966 KB 567/966 KB 571/966 KB 575/966 KB 579/966 KB 583/966 KB 587/966 KB 591/966 KB 595/966 KB 599/966 KB 603/966 KB 607/966 KB 611/966 KB 615/966 KB 619/966 KB 623/966 KB 627/966 KB 631/966 KB 635/966 KB 639/966 KB 643/966 KB 647/966 KB 651/966 KB 655/966 KB 659/966 KB 663/966 KB 667/966 KB 671/966 KB 675/966 KB 679/966 KB 683/966 KB 687/966 KB 691/966 KB 695/966 KB 699/966 KB 703/966 KB 707/966 KB 711/966 KB 715/966 KB 719/966 KB 723/966 KB 727/966 KB 731/966 KB 735/966 KB 739/966 KB 743/966 KB 747/966 KB 751/966 KB 755/966 KB 759/966 KB 763/966 KB 767/966 KB 771/966 KB 775/966 KB 779/966 KB 783/966 KB 787/966 KB 791/966 KB 795/966 KB 799/966 KB 803/966 KB 807/966 KB 811/966 KB 815/966 KB 819/966 KB 823/966 KB 827/966 KB 831/966 KB 835/966 KB 839/966 KB 843/966 KB 847/966 KB 851/966 KB 855/966 KB 859/966 KB 863/966 KB 867/966 KB 871/966 KB 875/966 KB 879/966 KB 883/966 KB 887/966 KB 891/966 KB 895/966 KB 899/966 KB 903/966 KB 907/966 KB 911/966 KB 915/966 KB 919/966 KB 923/966 KB 927/966 KB 931/966 KB 935/966 KB 939/966 KB 943/966 KB 947/966 KB 951/966 KB 955/966 KB 959/966 KB 963/966 KB 966/966 KB Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.jar (966 KB at 314.7 KB/sec) unit-oai-hss-0: 16:54:52 DEBUG unit.oai-hss/0.install Setting up liberror-perl (0.17-1.1) ... unit-oai-hss-0: 16:54:52 DEBUG unit.oai-hss/0.install Setting up git-man (1:1.9.1-1ubuntu0.8) ... unit-oai-hss-0: 16:54:52 DEBUG unit.oai-hss/0.install Setting up git (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.jar unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.jar unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 3/590 KB 5/590 KB 8/590 KB 11/590 KB 13/590 KB 16/590 KB 19/590 KB 21/590 KB 24/590 KB 27/590 KB 29/590 KB 32/590 KB 32/590 KB 3/232 KB 36/590 KB 5/232 KB 36/590 KB 3/232 KB 40/590 KB 5/232 KB 44/590 KB 5/232 KB 48/590 KB 5/232 KB 48/590 KB 8/232 KB 48/590 KB 11/232 KB 48/590 KB 13/232 KB 52/590 KB 13/232 KB 56/590 KB 3/10 KB 13/232 KB 60/590 KB 3/10 KB 13/232 KB 64/590 KB 3/10 KB 13/232 KB 52/590 KB 3/10 KB 13/232 KB 64/590 KB 5/10 KB 13/232 KB 64/590 KB 8/10 KB 13/232 KB 64/590 KB 10/10 KB 13/232 KB 64/590 KB 10/10 KB 16/232 KB 64/590 KB 10/10 KB 19/232 KB 64/590 KB 10/10 KB 21/232 KB 64/590 KB 10/10 KB 24/232 KB 64/590 KB 10/10 KB 27/232 KB 68/590 KB 10/10 KB 29/232 KB 68/590 KB 10/10 KB 27/232 KB 72/590 KB 10/10 KB 29/232 KB 76/590 KB 10/10 KB 32/232 KB 76/590 KB 10/10 KB 32/232 KB 80/590 KB 10/10 KB 32/232 KB 84/590 KB 10/10 KB 32/232 KB 88/590 KB 10/10 KB 32/232 KB 92/590 KB 10/10 KB 32/232 KB 96/590 KB 10/10 KB 32/232 KB 96/590 KB 10/10 KB 36/232 KB 3/240 KB 96/590 KB 10/10 KB 36/232 KB 6/240 KB 100/590 KB 10/10 KB 40/232 KB 9/240 KB 100/590 KB 10/10 KB 40/232 KB 3/240 KB 100/590 KB 10/10 KB 40/232 KB 3/240 KB 96/590 KB 10/10 KB 40/232 KB 9/240 KB 100/590 KB 10/10 KB 44/232 KB 9/240 KB 100/590 KB 10/10 KB 48/232 KB 9/240 KB 100/590 KB 10/10 KB 52/232 KB 9/240 KB 104/590 KB 10/10 KB 56/232 KB 9/240 KB 104/590 KB 10/10 KB 52/232 KB 11/240 KB 108/590 KB 10/10 KB 56/232 KB 11/240 KB 112/590 KB 10/10 KB 56/232 KB 11/240 KB 104/590 KB 10/10 KB 56/232 KB 11/240 KB 112/590 KB 10/10 KB 60/232 KB 11/240 KB 112/590 KB 10/10 KB 64/232 KB 11/240 KB 112/590 KB 10/10 KB 68/232 KB 14/240 KB 116/590 KB 10/10 KB 72/232 KB 14/240 KB 116/590 KB 10/10 KB 68/232 KB 16/240 KB 116/590 KB 10/10 KB 72/232 KB 19/240 KB 116/590 KB 10/10 KB 72/232 KB 11/240 KB 116/590 KB 10/10 KB 68/232 KB 19/240 KB 120/590 KB 10/10 KB 72/232 KB 22/240 KB 124/590 KB 10/10 KB 72/232 KB 22/240 KB 120/590 KB 10/10 KB 72/232 KB 22/240 KB 124/590 KB 10/10 KB 76/232 KB 22/240 KB 124/590 KB 10/10 KB 80/232 KB 25/240 KB 128/590 KB 10/10 KB 84/232 KB 25/240 KB 128/590 KB 10/10 KB 88/232 KB 25/240 KB 128/590 KB 10/10 KB 92/232 KB 25/240 KB 128/590 KB 10/10 KB 96/232 KB 25/240 KB 128/590 KB 10/10 KB 80/232 KB 27/240 KB 128/590 KB 10/10 KB 96/232 KB 22/240 KB 128/590 KB 10/10 KB 80/232 KB 27/240 KB 132/590 KB 10/10 KB 96/232 KB 30/240 KB 136/590 KB 10/10 KB 96/232 KB 30/240 KB 140/590 KB 10/10 KB 96/232 KB 30/240 KB 144/590 KB 10/10 KB 96/232 KB 30/240 KB 148/590 KB 10/10 KB 96/232 KB 30/240 KB 152/590 KB 10/10 KB 100/232 KB 30/240 KB 156/590 KB 10/10 KB 100/232 KB 30/240 KB 160/590 KB 10/10 KB 100/232 KB 30/240 KB 132/590 KB 10/10 KB 96/232 KB 32/240 KB 160/590 KB 10/10 KB 100/232 KB 30/240 KB 148/590 KB 10/10 KB 100/232 KB 32/240 KB 160/590 KB 10/10 KB 104/232 KB 32/240 KB 160/590 KB 10/10 KB 108/232 KB 32/240 KB 160/590 KB 10/10 KB 112/232 KB 32/240 KB 160/590 KB 10/10 KB 116/232 KB 36/240 KB 164/590 KB 10/10 KB 120/232 KB 36/240 KB 164/590 KB 10/10 KB 124/232 KB 36/240 KB 164/590 KB 10/10 KB 128/232 KB 36/240 KB 164/590 KB 10/10 KB 116/232 KB 36/240 KB 168/590 KB 10/10 KB 128/232 KB 36/240 KB 160/590 KB 10/10 KB 116/232 KB 40/240 KB 168/590 KB 10/10 KB 128/232 KB 44/240 KB 168/590 KB 10/10 KB 128/232 KB 48/240 KB 168/590 KB 10/10 KB 128/232 KB 48/240 KB 172/590 KB 10/10 KB 128/232 KB 48/240 KB 176/590 KB 10 unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install /10 KB 128/232 KB 48/240 KB 176/590 KB 10/10 KB 132/232 KB 48/240 KB 176/590 KB 10/10 KB 136/232 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar (10 KB at 149.0 KB/sec) unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 48/240 KB 3/1710 KB 176/590 KB 136/232 KB 48/240 KB 5/1710 KB 180/590 KB 140/232 KB 48/240 KB 8/1710 KB 180/590 KB 140/232 KB 48/240 KB 11/1710 KB 180/590 KB 140/232 KB 48/240 KB 13/1710 KB 180/590 KB 140/232 KB 48/240 KB 16/1710 KB 180/590 KB 140/232 KB 48/240 KB 19/1710 KB 180/590 KB 140/232 KB 48/240 KB 21/1710 KB 180/590 KB 140/232 KB 48/240 KB 24/1710 KB 180/590 KB 140/232 KB 48/240 KB 27/1710 KB 180/590 KB 140/232 KB 48/240 KB 29/1710 KB 180/590 KB 140/232 KB 48/240 KB 32/1710 KB 180/590 KB 140/232 KB 52/240 KB 32/1710 KB 180/590 KB 140/232 KB 56/240 KB 32/1710 KB 180/590 KB 140/232 KB 60/240 KB 32/1710 KB 180/590 KB 140/232 KB 64/240 KB 32/1710 KB 180/590 KB 140/232 KB 68/240 KB 32/1710 KB 180/590 KB 140/232 KB 72/240 KB 32/1710 KB 180/590 KB 140/232 KB 76/240 KB 32/1710 KB 180/590 KB 140/232 KB 80/240 KB 32/1710 KB 180/590 KB 140/232 KB 48/240 KB 3/1710 KB 180/590 KB 140/232 KB 80/240 KB 32/1710 KB 184/590 KB 140/232 KB 80/240 KB 32/1710 KB 188/590 KB 140/232 KB 84/240 KB 32/1710 KB 192/590 KB 140/232 KB 3/44 KB 84/240 KB 36/1710 KB 196/590 KB 140/232 KB 3/44 KB 84/240 KB 36/1710 KB 200/590 KB 140/232 KB 3/44 KB 84/240 KB 36/1710 KB 204/590 KB 140/232 KB 3/44 KB 84/240 KB 36/1710 KB 208/590 KB 140/232 KB 3/44 KB 48/240 KB 3/1710 KB 176/590 KB 140/232 KB 84/240 KB 36/1710 KB 208/590 KB 144/232 KB 3/44 KB 84/240 KB 36/1710 KB 208/590 KB 148/232 KB 3/44 KB 84/240 KB 36/1710 KB 192/590 KB 140/232 KB 3/44 KB 84/240 KB 40/1710 KB 208/590 KB 148/232 KB 3/44 KB 84/240 KB 44/1710 KB 208/590 KB 148/232 KB 3/44 KB 84/240 KB 48/1710 KB 208/590 KB 148/232 KB 3/44 KB 84/240 KB 52/1710 KB 208/590 KB 148/232 KB 3/44 KB 84/240 KB 56/1710 KB 208/590 KB 148/232 KB 3/44 KB 84/240 KB 60/1710 KB 208/590 KB 148/232 KB 3/44 KB 84/240 KB 64/1710 KB 208/590 KB 148/232 KB 3/44 KB 84/240 KB 68/1710 KB 208/590 KB 148/232 KB 3/44 KB 84/240 KB 32/1710 KB 188/590 KB 140/232 KB 3/44 KB 80/240 KB 32/1710 KB 188/590 KB 140/232 KB 3/44 KB 84/240 KB 68/1710 KB 208/590 KB 152/232 KB 5/44 KB 84/240 KB 68/1710 KB 208/590 KB 152/232 KB 8/44 KB 84/240 KB 68/1710 KB 208/590 KB 152/232 KB 11/44 KB 84/240 KB 68/1710 KB 208/590 KB 152/232 KB 13/44 KB 84/240 KB 68/1710 KB 208/590 KB 152/232 KB 16/44 KB 84/240 KB 68/1710 KB 208/590 KB 152/232 KB 19/44 KB 84/240 KB 68/1710 KB 208/590 KB 152/232 KB 21/44 KB 84/240 KB 68/1710 KB 208/590 KB 152/232 KB 24/44 KB 84/240 KB 68/1710 KB 208/590 KB 152/232 KB 27/44 KB 84/240 KB 68/1710 KB 208/590 KB 152/232 KB 29/44 KB 84/240 KB 68/1710 KB 208/590 KB 152/232 KB 32/44 KB 84/240 KB 68/1710 KB 208/590 KB 152/232 KB 36/44 KB 84/240 KB 68/1710 KB 208/590 KB 152/232 KB 40/44 KB 88/240 KB 68/1710 KB 208/590 KB 152/232 KB 44/44 KB 88/240 KB 68/1710 KB 208/590 KB 152/232 KB 44/44 KB 84/240 KB 68/1710 KB 208/590 KB 152/232 KB 3/44 KB 88/240 KB 68/1710 KB 208/590 KB 152/232 KB 40/44 KB 92/240 KB 68/1710 KB 208/590 KB 152/232 KB 44/44 KB 96/240 KB 68/1710 KB 208/590 KB 152/232 KB 44/44 KB 96/240 KB 68/1710 KB 208/590 KB 156/232 KB 44/44 KB 96/240 KB 72/1710 KB 208/590 KB 160/232 KB 44/44 KB 96/240 KB 72/1710 KB 208/590 KB 156/232 KB 44/44 KB 96/240 KB 76/1710 KB 208/590 KB 160/232 KB 44/44 KB 96/240 KB 80/1710 KB 208/590 KB 160/232 KB 44/44 KB 96/240 KB 84/1710 KB 208/590 KB 160/232 KB 44/44 KB 100/240 KB 88/1710 KB 212/590 KB 164/232 KB 44/44 KB 100/240 KB 92/1710 KB 212/590 KB 164/232 KB 44/44 KB 100/240 KB 96/1710 KB 212/590 KB unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 164/232 KB 44/44 KB 100/240 KB 84/1710 KB 212/590 KB 164/232 KB 44/44 KB 100/240 KB 84/1710 KB 208/590 KB 160/232 KB 44/44 KB 104/240 KB 96/1710 KB 212/590 KB 164/232 KB 44/44 KB 100/240 KB 84/1710 KB 208/590 KB 164/232 KB 44/44 KB 104/240 KB 96/1710 KB 212/590 KB 168/232 KB 44/44 KB 108/240 KB 96/1710 KB 212/590 KB 172/232 KB 44/44 KB 108/240 KB 96/1710 KB 212/590 KB 176/232 KB 44/44 KB 108/240 KB 96/1710 KB 212/590 KB 168/232 KB 44/44 KB 112/240 KB 96/1710 KB 212/590 KB 176/232 KB 44/44 KB 112/240 KB 96/1710 KB 216/590 KB 176/232 KB 44/44 KB 112/240 KB 96/1710 KB 220/590 KB 176/232 KB 44/44 KB 116/240 KB 96/1710 KB 224/590 KB 176/232 KB 44/44 KB 116/240 KB 96/1710 KB 228/590 KB 176/232 KB 44/44 KB 116/240 KB 100/1710 KB 232/590 KB 180/232 KB 116/240 KB 100/1710 KB 236/590 KB 180/232 KB 116/240 KB 100/1710 KB 240/590 KB 180/232 KB 116/240 KB 96/1710 KB 220/590 KB 176/232 KB 44/44 KB 120/240 KB 100/1710 KB 240/590 KB 180/232 KB 124/240 KB 100/1710 KB 240/590 KB 180/232 KB 128/240 KB 100/1710 KB 240/590 KB 180/232 KB 116/240 KB 100/1710 KB 228/590 KB 180/232 KB 116/240 KB 96/1710 KB 228/590 KB 180/232 KB 128/240 KB 100/1710 KB 240/590 KB 184/232 KB 128/240 KB 100/1710 KB 240/590 KB 188/232 KB 128/240 KB 100/1710 KB 240/590 KB 192/232 KB 128/240 KB 104/1710 KB 240/590 KB 196/232 KB 132/240 KB 104/1710 KB 244/590 KB 200/232 KB 132/240 KB 104/1710 KB 244/590 KB 204/232 KB 132/240 KB 104/1710 KB 244/590 KB 208/232 KB Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (44 KB at 477.9 KB/sec) unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 132/240 KB 104/1710 KB 244/590 KB 212/232 KB 132/240 KB 104/1710 KB 244/590 KB 216/232 KB 132/240 KB 104/1710 KB 244/590 KB 196/232 KB 132/240 KB 104/1710 KB 248/590 KB 216/232 KB 132/240 KB 104/1710 KB 252/590 KB 216/232 KB 132/240 KB 104/1710 KB 256/590 KB 216/232 KB 132/240 KB 104/1710 KB 240/590 KB 196/232 KB 136/240 KB 104/1710 KB 256/590 KB 216/232 KB 140/240 KB 104/1710 KB 256/590 KB 216/232 KB 144/240 KB 104/1710 KB 256/590 KB 216/232 KB 128/240 KB 104/1710 KB 240/590 KB 192/232 KB 144/240 KB 108/1710 KB 256/590 KB 216/232 KB 144/240 KB 112/1710 KB 256/590 KB 216/232 KB 144/240 KB 116/1710 KB 256/590 KB 216/232 KB 144/240 KB 120/1710 KB 256/590 KB 216/232 KB 144/240 KB 124/1710 KB 256/590 KB 216/232 KB 144/240 KB 128/1710 KB 256/590 KB 216/232 KB 144/240 KB 132/1710 KB 256/590 KB 216/232 KB 148/240 KB 136/1710 KB 260/590 KB 220/232 KB 148/240 KB 132/1710 KB 260/590 KB 220/232 KB 148/240 KB 140/1710 KB 260/590 KB 224/232 KB 148/240 KB 132/1710 KB 260/590 KB 216/232 KB 152/240 KB 140/1710 KB 260/590 KB 224/232 KB 156/240 KB 140/1710 KB 260/590 KB 224/232 KB 160/240 KB 140/1710 KB 260/590 KB 224/232 KB 160/240 KB 140/1710 KB 260/590 KB 228/232 KB 164/240 KB 140/1710 KB 260/590 KB 232/232 KB 164/240 KB 140/1710 KB 260/590 KB 232/232 KB 4/258 KB 144/240 KB 132/1710 KB 260/590 KB 216/232 KB 164/240 KB 140/1710 KB 264/590 KB 232/232 KB 4/258 KB 164/240 KB 140/1710 KB 268/590 KB 232/232 KB 4/258 KB 164/240 KB 140/1710 KB 260/590 KB 232/232 KB 4/258 KB 164/240 KB 140/1710 KB 268/590 KB 232/232 KB 8/258 KB 164/240 KB 140/1710 KB 268/590 KB 232/232 KB 12/258 KB 164/240 KB 140/1710 KB 268/590 KB 232/232 KB 16/258 KB 164/240 KB 140/1710 KB 272/590 KB 232/232 KB 16/258 KB 164/240 KB 140/1710 KB 260/590 KB 228/232 KB 168/240 KB 140/1710 KB 272/590 KB 232/232 KB 16/258 KB 172/240 KB 140/1710 KB 272/590 KB 232/232 KB 16/258 KB 176/240 KB 140/1710 KB 272/590 KB 232/232 KB 20/258 KB 148/240 KB 140/1710 KB 260/590 KB 228/232 KB 172/240 KB 140/1710 KB 272/590 KB 232/232 KB 20/258 KB 176/240 KB 140/1710 KB 272/590 KB 232/232 KB 24/258 KB 176/240 KB 144/1710 KB 272/590 KB 232/232 KB 24/258 KB 176/240 KB 144/1710 KB 272/590 KB 232/232 KB 28/258 KB 176/240 KB 144/1710 KB 272/590 KB 232/232 KB 32/258 KB 176/240 KB 148/1710 KB 272/590 KB 232/232 KB 32/258 KB 176/240 KB 148/1710 KB 276/590 KB 232/232 KB 32/258 KB 176/240 KB 152/1710 KB 280/590 KB 232/232 KB 32/258 KB 176/240 KB 152/1710 KB 284/590 KB 232/232 KB 32/258 KB 176/240 KB 152/1710 KB 288/590 KB 232/232 KB 32/258 KB 180/240 KB 152/1710 KB 292/590 KB 232/232 KB 36/258 KB 180/240 KB 152/1710 KB 296/590 KB 232/232 KB 36/258 KB 176/240 KB 152/1710 KB 276/590 KB 232/232 KB 32/258 KB 180/240 KB 156/1710 KB 296/590 KB 232/232 KB 36/258 KB 180/240 KB 160/1710 KB 296/590 KB 232/232 KB 36/258 KB 180/240 KB 164/1710 KB 296/590 KB 232/232 KB 36/258 KB 180/240 KB 152/1710 KB 288/590 KB 232/232 KB 36/258 KB 184/240 KB 164/1710 KB 296/590 KB 232/232 KB 36/258 KB 188/240 KB 164/1710 KB 296/590 KB 232/232 KB 36/258 KB 192/240 KB 164/1710 KB 296/590 KB 232/232 KB 36/258 KB 176/240 KB 152/1710 KB 288/590 KB 232/232 KB 36/258 KB 192/240 KB 164/1710 KB 296/590 KB 232/232 KB 40/258 KB 192/240 KB 164/1710 KB 296/590 KB 232/232 KB 44/258 KB 192/240 KB 164/1710 KB 296/590 KB 232/232 KB 48/258 KB 196/240 KB 164/1710 KB 296/590 KB 232/232 KB 48/258 KB 200/240 KB 168/1710 KB 300/590 KB 232/232 KB 52/258 KB 204/240 KB 168/1710 KB 300/590 KB unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 232/232 KB 52/258 KB 196/240 KB 168/1710 KB 300/590 KB 232/232 KB 52/258 KB 196/240 KB 168/1710 KB 296/590 KB 232/232 KB 52/258 KB 208/240 KB 172/1710 KB 300/590 KB 232/232 KB 52/258 KB 208/240 KB 176/1710 KB 300/590 KB 232/232 KB 52/258 KB 196/240 KB 164/1710 KB 296/590 KB 232/232 KB 52/258 KB 208/240 KB 176/1710 KB 300/590 KB 232/232 KB 56/258 KB 208/240 KB 176/1710 KB 300/590 KB 232/232 KB 60/258 KB 208/240 KB 176/1710 KB 300/590 KB 232/232 KB 64/258 KB 208/240 KB 176/1710 KB 304/590 KB 232/232 KB 64/258 KB 208/240 KB 180/1710 KB 304/590 KB 232/232 KB 64/258 KB 208/240 KB 184/1710 KB 308/590 KB 232/232 KB 68/258 KB 208/240 KB 188/1710 KB 308/590 KB 232/232 KB 68/258 KB 208/240 KB 192/1710 KB 308/590 KB 232/232 KB 68/258 KB 208/240 KB 196/1710 KB 308/590 KB 68/258 KB 208/240 KB 200/1710 KB 308/590 KB 68/258 KB 208/240 KB 204/1710 KB 308/590 KB 68/258 KB 208/240 KB 208/1710 KB 308/590 KB 68/258 KB 208/240 KB 180/1710 KB 308/590 KB 232/232 KB 68/258 KB 208/240 KB 208/1710 KB 308/590 KB 72/258 KB 208/240 KB 208/1710 KB 308/590 KB 76/258 KB 208/240 KB 208/1710 KB 308/590 KB 80/258 KB 208/240 KB 180/1710 KB 308/590 KB 232/232 KB 64/258 KB 208/240 KB 208/1710 KB 312/590 KB 80/258 KB 208/240 KB 208/1710 KB 316/590 KB 80/258 KB 208/240 KB 208/1710 KB 320/590 KB 80/258 KB 208/240 KB 208/1710 KB 324/590 KB 84/258 KB 208/240 KB 208/1710 KB 328/590 KB 84/258 KB 208/240 KB 208/1710 KB 332/590 KB 84/258 KB 208/240 KB 208/1710 KB 336/590 KB 84/258 KB 208/240 KB 168/1710 KB 300/590 KB 232/232 KB 52/258 KB 212/240 KB 208/1710 KB 336/590 KB 84/258 KB 216/240 KB 208/1710 KB 336/590 KB 84/258 KB 220/240 KB 208/1710 KB 336/590 KB 84/258 KB 224/240 KB 208/1710 KB 336/590 KB 84/258 KB 228/240 KB 208/1710 KB 336/590 KB 84/258 KB 232/240 KB 208/1710 KB 336/590 KB 84/258 KB 236/240 KB 208/1710 KB 336/590 KB 84/258 KB 240/240 KB 208/1710 KB 336/590 KB 84/258 KB 208/240 KB 208/1710 KB 320/590 KB 84/258 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.jar (232 KB at 1900.7 KB/sec) unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 240/240 KB 208/1710 KB 340/590 KB 88/258 KB 240/240 KB 208/1710 KB 340/590 KB 92/258 KB 240/240 KB 208/1710 KB 340/590 KB 96/258 KB 240/240 KB 208/1710 KB 340/590 KB 100/258 KB 240/240 KB 212/1710 KB 340/590 KB 104/258 KB 240/240 KB 212/1710 KB 340/590 KB 108/258 KB 240/240 KB 212/1710 KB 340/590 KB 112/258 KB 240/240 KB 212/1710 KB 340/590 KB 116/258 KB 240/240 KB 208/1710 KB 340/590 KB 84/258 KB 240/240 KB 212/1710 KB 344/590 KB 120/258 KB 240/240 KB 212/1710 KB 348/590 KB 120/258 KB 240/240 KB 212/1710 KB 352/590 KB 120/258 KB 240/240 KB 212/1710 KB 340/590 KB 100/258 KB 240/240 KB 216/1710 KB 352/590 KB 120/258 KB 240/240 KB 216/1710 KB 352/590 KB 120/258 KB 240/240 KB 216/1710 KB 352/590 KB 124/258 KB 240/240 KB 216/1710 KB 352/590 KB 128/258 KB 240/240 KB 216/1710 KB 352/590 KB 132/258 KB 240/240 KB 216/1710 KB 352/590 KB 136/258 KB 240/240 KB 216/1710 KB 352/590 KB 140/258 KB 240/240 KB 216/1710 KB 352/590 KB 144/258 KB 240/240 KB 216/1710 KB 352/590 KB 148/258 KB 240/240 KB 216/1710 KB 352/590 KB 152/258 KB 240/240 KB 216/1710 KB 352/590 KB 156/258 KB 240/240 KB 216/1710 KB 352/590 KB 160/258 KB 240/240 KB 216/1710 KB 352/590 KB 164/258 KB 240/240 KB 216/1710 KB 352/590 KB 168/258 KB 240/240 KB 216/1710 KB 352/590 KB 172/258 KB 240/240 KB 216/1710 KB 352/590 KB 176/258 KB 240/240 KB 216/1710 KB 352/590 KB 180/258 KB 240/240 KB 216/1710 KB 352/590 KB 184/258 KB 240/240 KB 216/1710 KB 352/590 KB 188/258 KB 240/240 KB 216/1710 KB 352/590 KB 192/258 KB 240/240 KB 216/1710 KB 356/590 KB 192/258 KB 240/240 KB 220/1710 KB 360/590 KB 192/258 KB 240/240 KB 220/1710 KB 364/590 KB 192/258 KB 240/240 KB 220/1710 KB 368/590 KB 192/258 KB 240/240 KB 220/1710 KB 372/590 KB 192/258 KB 240/240 KB 220/1710 KB 376/590 KB 192/258 KB 240/240 KB 220/1710 KB 356/590 KB 192/258 KB 240/240 KB 224/1710 KB 376/590 KB 192/258 KB 240/240 KB 228/1710 KB 376/590 KB 192/258 KB 240/240 KB 232/1710 KB 376/590 KB 192/258 KB 240/240 KB 236/1710 KB 376/590 KB 192/258 KB 240/240 KB 240/1710 KB 376/590 KB 192/258 KB 240/240 KB 244/1710 KB 376/590 KB 192/258 KB 240/240 KB 248/1710 KB 376/590 KB 192/258 KB 240/240 KB 252/1710 KB 380/590 KB 192/258 KB 240/240 KB 256/1710 KB 380/590 KB 192/258 KB 240/240 KB 248/1710 KB 380/590 KB 192/258 KB 240/240 KB 256/1710 KB 384/590 KB 192/258 KB 240/240 KB 256/1710 KB 388/590 KB 192/258 KB 240/240 KB 260/1710 KB 392/590 KB 192/258 KB 240/240 KB 260/1710 KB 388/590 KB 192/258 KB 240/240 KB 260/1710 KB 396/590 KB 192/258 KB 240/240 KB 264/1710 KB 400/590 KB 192/258 KB 240/240 KB 264/1710 KB 396/590 KB 192/258 KB 240/240 KB 268/1710 KB 400/590 KB 192/258 KB 240/240 KB 272/1710 KB 400/590 KB 192/258 KB 240/240 KB 272/1710 KB 404/590 KB 192/258 KB 240/240 KB 276/1710 KB 408/590 KB 192/258 KB 240/240 KB 276/1710 KB 412/590 KB 192/258 KB 240/240 KB 276/1710 KB 416/590 KB 192/258 KB 240/240 KB 276/1710 KB 420/590 KB 192/258 KB 240/240 KB 276/1710 KB 424/590 KB 196/258 KB 240/240 KB 276/1710 KB 404/590 KB 192/258 KB 240/240 KB 280/1710 KB 424/590 KB 196/258 KB 240/240 KB 284/1710 KB 424/590 KB 196/258 KB 240/240 KB 288/1710 KB 424/590 KB 196/258 KB 240/240 KB 292/1710 KB 424/590 KB 196/258 KB 240/240 KB 276/1710 KB 420/590 KB 196/258 KB 240/240 KB 292/1710 KB 424/590 KB 200/258 KB 240/240 KB 292/1710 KB 424/590 KB 204/258 KB 240/240 KB 292/1710 KB 424/590 KB 208/258 KB 240/240 KB 296/1710 KB 424/590 KB 208/258 KB 240/240 KB 300/1710 KB 428/590 KB 208/258 KB unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 240/240 KB 304/1710 KB 428/590 KB 208/258 KB 308/1710 KB 428/590 KB 4/223 KB 212/258 KB 312/1710 KB 428/590 KB 4/223 KB 212/258 KB 316/1710 KB 428/590 KB 4/223 KB 212/258 KB 320/1710 KB 428/590 KB 4/223 KB 212/258 KB 240/240 KB 296/1710 KB 428/590 KB 208/258 KB 320/1710 KB 432/590 KB 4/223 KB 212/258 KB 320/1710 KB 436/590 KB 4/223 KB 212/258 KB 320/1710 KB 440/590 KB 4/223 KB 212/258 KB 320/1710 KB 444/590 KB 4/223 KB 212/258 KB 320/1710 KB 448/590 KB 4/223 KB 212/258 KB 304/1710 KB 428/590 KB 4/223 KB 212/258 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar (240 KB at 1595.3 KB/sec) unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 240/240 KB 304/1710 KB 428/590 KB 4/223 KB 208/258 KB 320/1710 KB 448/590 KB 8/223 KB 212/258 KB 320/1710 KB 448/590 KB 12/223 KB 212/258 KB 320/1710 KB 448/590 KB 16/223 KB 212/258 KB 320/1710 KB 448/590 KB 20/223 KB 212/258 KB 320/1710 KB 448/590 KB 24/223 KB 212/258 KB 320/1710 KB 448/590 KB 28/223 KB 212/258 KB 320/1710 KB 448/590 KB 32/223 KB 212/258 KB 320/1710 KB 448/590 KB 36/223 KB 212/258 KB 320/1710 KB 448/590 KB 40/223 KB 212/258 KB 320/1710 KB 448/590 KB 44/223 KB 212/258 KB 320/1710 KB 448/590 KB 48/223 KB 212/258 KB 320/1710 KB 448/590 KB 52/223 KB 212/258 KB 320/1710 KB 448/590 KB 56/223 KB 212/258 KB 320/1710 KB 448/590 KB 60/223 KB 212/258 KB 320/1710 KB 448/590 KB 64/223 KB 212/258 KB 320/1710 KB 448/590 KB 68/223 KB 212/258 KB 320/1710 KB 448/590 KB 72/223 KB 212/258 KB 320/1710 KB 448/590 KB 76/223 KB 212/258 KB 320/1710 KB 448/590 KB 80/223 KB 212/258 KB 320/1710 KB 448/590 KB 84/223 KB 212/258 KB 320/1710 KB 448/590 KB 88/223 KB 216/258 KB 320/1710 KB 448/590 KB 92/223 KB 216/258 KB 320/1710 KB 448/590 KB 96/223 KB 216/258 KB 320/1710 KB 448/590 KB 84/223 KB 216/258 KB 320/1710 KB 448/590 KB 96/223 KB 220/258 KB 320/1710 KB 448/590 KB 96/223 KB 224/258 KB 320/1710 KB 448/590 KB 96/223 KB 228/258 KB 324/1710 KB 452/590 KB 100/223 KB 232/258 KB 324/1710 KB 452/590 KB 100/223 KB 236/258 KB 324/1710 KB 452/590 KB 100/223 KB 240/258 KB 324/1710 KB 452/590 KB 100/223 KB 228/258 KB 328/1710 KB 452/590 KB 100/223 KB 240/258 KB 332/1710 KB 452/590 KB 100/223 KB 240/258 KB 336/1710 KB 452/590 KB 100/223 KB 240/258 KB 320/1710 KB 452/590 KB 100/223 KB 228/258 KB 336/1710 KB 452/590 KB 104/223 KB 240/258 KB 336/1710 KB 452/590 KB 108/223 KB 240/258 KB 336/1710 KB 452/590 KB 112/223 KB 240/258 KB 320/1710 KB 452/590 KB 96/223 KB 228/258 KB 336/1710 KB 456/590 KB 112/223 KB 240/258 KB 336/1710 KB 460/590 KB 112/223 KB 240/258 KB 336/1710 KB 464/590 KB 112/223 KB 240/258 KB 336/1710 KB 464/590 KB 116/223 KB 240/258 KB 340/1710 KB 468/590 KB 120/223 KB 244/258 KB 340/1710 KB 468/590 KB 116/223 KB 244/258 KB 344/1710 KB 468/590 KB 124/223 KB 244/258 KB 336/1710 KB 468/590 KB 116/223 KB 244/258 KB 348/1710 KB 468/590 KB 124/223 KB 248/258 KB 348/1710 KB 468/590 KB 124/223 KB 4/208 KB 248/258 KB 348/1710 KB 468/590 KB 124/223 KB 8/208 KB 248/258 KB 348/1710 KB 468/590 KB 124/223 KB 12/208 KB 248/258 KB 348/1710 KB 468/590 KB 124/223 KB 16/208 KB 248/258 KB 348/1710 KB 468/590 KB 124/223 KB 16/208 KB 252/258 KB 348/1710 KB 468/590 KB 124/223 KB 16/208 KB 256/258 KB 336/1710 KB 468/590 KB 116/223 KB 240/258 KB 348/1710 KB 472/590 KB 124/223 KB 16/208 KB 256/258 KB 348/1710 KB 476/590 KB 124/223 KB 16/208 KB 256/258 KB 340/1710 KB 476/590 KB 124/223 KB 16/208 KB 258/258 KB 348/1710 KB 476/590 KB 128/223 KB 16/208 KB 258/258 KB 348/1710 KB 476/590 KB 124/223 KB 16/208 KB 258/258 KB 348/1710 KB 480/590 KB 128/223 KB 16/208 KB 258/258 KB 348/1710 KB 476/590 KB 128/223 KB 16/208 KB 258/258 KB 352/1710 KB 480/590 KB 128/223 KB 16/208 KB 258/258 KB 356/1710 KB 480/590 KB 128/223 KB 16/208 KB 258/258 KB 360/1710 KB 484/590 KB 132/223 KB 20/208 KB 258/258 KB 364/1710 KB 484/590 KB 132/223 KB 20/208 KB 258/258 KB 368/1710 KB 484/590 KB 132/223 KB 20/208 KB 258/258 KB 356/1710 KB 484/590 KB 132/223 KB 20/208 KB 258/258 KB 356/1710 KB 480/590 KB 128/223 KB 20/208 KB 258/258 KB 368/1710 KB 484/590 KB 132/223 KB 24/208 KB 258/258 KB 368/1710 KB 484/590 KB 132 unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install /223 KB 28/208 KB 258/258 KB 368/1710 KB 484/590 KB 132/223 KB 32/208 KB 258/258 KB 356/1710 KB 484/590 KB 128/223 KB 20/208 KB 258/258 KB 368/1710 KB 488/590 KB 136/223 KB 32/208 KB 258/258 KB 368/1710 KB 484/590 KB 136/223 KB 32/208 KB 258/258 KB 368/1710 KB 488/590 KB 140/223 KB 32/208 KB 258/258 KB 368/1710 KB 492/590 KB 140/223 KB 32/208 KB 258/258 KB 368/1710 KB 496/590 KB 140/223 KB 32/208 KB 258/258 KB 368/1710 KB 496/590 KB 144/223 KB 32/208 KB 258/258 KB 368/1710 KB 496/590 KB 144/223 KB 36/208 KB 258/258 KB 368/1710 KB 496/590 KB 144/223 KB 40/208 KB 258/258 KB 368/1710 KB 496/590 KB 144/223 KB 44/208 KB 258/258 KB 368/1710 KB 496/590 KB 144/223 KB 48/208 KB 258/258 KB 368/1710 KB 496/590 KB 144/223 KB 52/208 KB 258/258 KB 368/1710 KB 496/590 KB 144/223 KB 56/208 KB 258/258 KB 368/1710 KB 496/590 KB 144/223 KB 60/208 KB 258/258 KB 368/1710 KB 496/590 KB 144/223 KB 64/208 KB 258/258 KB 368/1710 KB 496/590 KB 148/223 KB 64/208 KB 258/258 KB 368/1710 KB 500/590 KB 152/223 KB 64/208 KB 258/258 KB 372/1710 KB 500/590 KB 156/223 KB 64/208 KB 258/258 KB 372/1710 KB 500/590 KB 160/223 KB 64/208 KB 258/258 KB 372/1710 KB 500/590 KB 160/223 KB 68/208 KB 258/258 KB 372/1710 KB 500/590 KB 160/223 KB 72/208 KB 258/258 KB 372/1710 KB 500/590 KB 160/223 KB 76/208 KB 258/258 KB 372/1710 KB 500/590 KB 160/223 KB 80/208 KB 258/258 KB 368/1710 KB 500/590 KB 148/223 KB 64/208 KB 258/258 KB 372/1710 KB 504/590 KB 160/223 KB 80/208 KB 258/258 KB 372/1710 KB 500/590 KB 152/223 KB 64/208 KB 258/258 KB 376/1710 KB 504/590 KB 160/223 KB 80/208 KB 258/258 KB 380/1710 KB 504/590 KB 160/223 KB 80/208 KB 258/258 KB 384/1710 KB 508/590 KB 160/223 KB 80/208 KB 258/258 KB 388/1710 KB 508/590 KB 160/223 KB 80/208 KB 258/258 KB 392/1710 KB 508/590 KB 164/223 KB 80/208 KB 258/258 KB 396/1710 KB 508/590 KB 164/223 KB 80/208 KB 258/258 KB 400/1710 KB 508/590 KB 164/223 KB 80/208 KB 258/258 KB 380/1710 KB 508/590 KB 160/223 KB 80/208 KB 258/258 KB 400/1710 KB 512/590 KB 164/223 KB 80/208 KB 258/258 KB 400/1710 KB 512/590 KB 164/223 KB 84/208 KB 258/258 KB 400/1710 KB 512/590 KB 164/223 KB 88/208 KB 258/258 KB 400/1710 KB 512/590 KB 164/223 KB 92/208 KB 258/258 KB 400/1710 KB 512/590 KB 164/223 KB 96/208 KB 258/258 KB 400/1710 KB 516/590 KB 164/223 KB 96/208 KB 258/258 KB 400/1710 KB 520/590 KB 164/223 KB 96/208 KB 258/258 KB 400/1710 KB 524/590 KB 164/223 KB 96/208 KB 258/258 KB 400/1710 KB 528/590 KB 164/223 KB 96/208 KB 258/258 KB 388/1710 KB 508/590 KB 164/223 KB 80/208 KB 258/258 KB 400/1710 KB 528/590 KB 168/223 KB 96/208 KB 258/258 KB 400/1710 KB 528/590 KB 172/223 KB 96/208 KB 258/258 KB 400/1710 KB 528/590 KB 176/223 KB 96/208 KB 258/258 KB 400/1710 KB 528/590 KB 180/223 KB 96/208 KB 258/258 KB 404/1710 KB 532/590 KB 184/223 KB 100/208 KB 258/258 KB 404/1710 KB 532/590 KB 188/223 KB 100/208 KB 258/258 KB 404/1710 KB 532/590 KB 192/223 KB 100/208 KB 258/258 KB 404/1710 KB 532/590 KB 180/223 KB 100/208 KB 258/258 KB 400/1710 KB 528/590 KB 180/223 KB 100/208 KB 258/258 KB 404/1710 KB 532/590 KB 192/223 KB 104/208 KB 258/258 KB 404/1710 KB 532/590 KB 192/223 KB 108/208 KB 258/258 KB 404/1710 KB 532/590 KB 192/223 KB 112/208 KB 258/258 KB 400/1710 KB 532/590 KB 180/223 KB 100/208 KB 258/258 KB 404/1710 KB 536/590 KB 192/223 KB 116/208 KB 258/258 KB 404/1710 KB 540/590 KB 192/223 KB 116/208 KB 258/258 KB 408/1710 KB 544/590 KB 192/223 KB 116/208 KB 258/258 KB 404/1710 KB 532/590 unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install KB 192/223 KB 116/208 KB 258/258 KB 408/1710 KB 544/590 KB 192/223 KB 120/208 KB 258/258 KB 408/1710 KB 544/590 KB 192/223 KB 124/208 KB 258/258 KB 408/1710 KB 544/590 KB 192/223 KB 128/208 KB 258/258 KB 408/1710 KB 540/590 KB 192/223 KB 116/208 KB 258/258 KB 412/1710 KB 544/590 KB 192/223 KB 128/208 KB 258/258 KB 416/1710 KB 544/590 KB 192/223 KB 128/208 KB 258/258 KB 420/1710 KB 544/590 KB 196/223 KB 132/208 KB 258/258 KB 424/1710 KB 548/590 KB 196/223 KB 132/208 KB 258/258 KB 428/1710 KB 548/590 KB 196/223 KB 132/208 KB 258/258 KB 432/1710 KB 548/590 KB 196/223 KB 132/208 KB 258/258 KB 416/1710 KB 544/590 KB 196/223 KB 132/208 KB 258/258 KB 432/1710 KB 548/590 KB 196/223 KB 136/208 KB 258/258 KB 432/1710 KB 548/590 KB 196/223 KB 140/208 KB 258/258 KB 432/1710 KB 548/590 KB 196/223 KB 144/208 KB 258/258 KB 416/1710 KB 544/590 KB 196/223 KB 128/208 KB 258/258 KB 432/1710 KB 548/590 KB 200/223 KB 144/208 KB 258/258 KB 432/1710 KB 548/590 KB 204/223 KB 144/208 KB 258/258 KB 432/1710 KB 548/590 KB 208/223 KB 144/208 KB 258/258 KB 420/1710 KB 548/590 KB 196/223 KB 132/208 KB 258/258 KB 432/1710 KB 552/590 KB 208/223 KB 144/208 KB 258/258 KB 432/1710 KB 556/590 KB 208/223 KB 144/208 KB 258/258 KB 432/1710 KB 560/590 KB 208/223 KB 144/208 KB 258/258 KB 432/1710 KB 560/590 KB 212/223 KB 144/208 KB 258/258 KB 436/1710 KB 564/590 KB 216/223 KB 148/208 KB 258/258 KB 436/1710 KB 564/590 KB 220/223 KB 148/208 KB 258/258 KB 436/1710 KB 564/590 KB 223/223 KB 148/208 KB 258/258 KB 436/1710 KB 564/590 KB 212/223 KB 148/208 KB 258/258 KB 436/1710 KB 560/590 KB 212/223 KB 148/208 KB 258/258 KB 432/1710 KB 560/590 KB 212/223 KB 148/208 KB 258/258 KB 436/1710 KB 568/590 KB 223/223 KB 152/208 KB 258/258 KB 436/1710 KB 568/590 KB 223/223 KB 156/208 KB 258/258 KB 436/1710 KB 568/590 KB 223/223 KB 160/208 KB 258/258 KB 436/1710 KB 568/590 KB 223/223 KB 160/208 KB 258/258 KB 440/1710 KB 572/590 KB 223/223 KB 160/208 KB 258/258 KB 440/1710 KB 576/590 KB 223/223 KB 164/208 KB 258/258 KB 440/1710 KB 568/590 KB 223/223 KB 160/208 KB 258/258 KB 444/1710 KB 576/590 KB 223/223 KB 164/208 KB 258/258 KB 448/1710 KB 576/590 KB 223/223 KB 164/208 KB 258/258 KB 452/1710 KB 576/590 KB 223/223 KB 164/208 KB 258/258 KB 456/1710 KB 580/590 KB 223/223 KB 164/208 KB 258/258 KB 460/1710 KB 580/590 KB 223/223 KB 164/208 KB 258/258 KB 464/1710 KB 580/590 KB 223/223 KB 164/208 KB 258/258 KB 440/1710 KB 572/590 KB 223/223 KB 164/208 KB 258/258 KB 464/1710 KB 580/590 KB 223/223 KB 168/208 KB 258/258 KB 464/1710 KB 580/590 KB 223/223 KB 172/208 KB 258/258 KB 464/1710 KB 580/590 KB 223/223 KB 176/208 KB 258/258 KB 464/1710 KB 580/590 KB 223/223 KB 180/208 KB 258/258 KB 464/1710 KB 580/590 KB 223/223 KB 184/208 KB 258/258 KB 468/1710 KB 580/590 KB 223/223 KB 188/208 KB 258/258 KB 468/1710 KB 580/590 KB 223/223 KB 192/208 KB 258/258 KB 452/1710 KB 580/590 KB 223/223 KB 164/208 KB 258/258 KB 468/1710 KB 584/590 KB 223/223 KB 192/208 KB 258/258 KB 468/1710 KB 588/590 KB 223/223 KB 192/208 KB 258/258 KB 468/1710 KB 590/590 KB 223/223 KB 192/208 KB 258/258 KB 468/1710 KB 580/590 KB 223/223 KB 184/208 KB 258/258 KB 472/1710 KB 590/590 KB 223/223 KB 192/208 KB 258/258 KB 476/1710 KB 590/590 KB 223/223 KB 192/208 KB 258/258 KB 480/1710 KB 590/590 KB 223/223 KB 192/208 KB 258/258 KB 484/1710 KB 590/590 KB 223/223 KB 192/208 KB 258/258 KB 488/1710 KB 590/590 KB 223/223 KB 196/208 KB 258/258 KB 492/1710 KB 590/590 KB 223/ unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 223 KB 196/208 KB 258/258 KB 496/1710 KB 590/590 KB 223/223 KB 196/208 KB 258/258 KB 484/1710 KB 590/590 KB 223/223 KB 196/208 KB 258/258 KB 496/1710 KB 590/590 KB 223/223 KB 200/208 KB 258/258 KB 496/1710 KB 590/590 KB 223/223 KB 204/208 KB 258/258 KB 496/1710 KB 590/590 KB 223/223 KB 208/208 KB 258/258 KB 500/1710 KB 590/590 KB 223/223 KB 208/208 KB 258/258 KB 504/1710 KB 590/590 KB 223/223 KB 208/208 KB 258/258 KB 508/1710 KB 590/590 KB 223/223 KB 208/208 KB 258/258 KB 512/1710 KB 590/590 KB 223/223 KB 208/208 KB 258/258 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar (223 KB at 1156.4 KB/sec) unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.jar (590 KB at 2978.1 KB/sec) unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 516/1710 KB 208/208 KB 258/258 KB 520/1710 KB 208/208 KB 258/258 KB 524/1710 KB 208/208 KB 258/258 KB 528/1710 KB 208/208 KB 258/258 KB 532/1710 KB 208/208 KB 258/258 KB 536/1710 KB 208/208 KB 258/258 KB 540/1710 KB 208/208 KB 258/258 KB 544/1710 KB 208/208 KB 258/258 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar (208 KB at 1040.3 KB/sec) unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 544/1710 KB 4/18 KB 258/258 KB 544/1710 KB 8/18 KB 258/258 KB 544/1710 KB 12/18 KB 258/258 KB 544/1710 KB 16/18 KB 258/258 KB 544/1710 KB 18/18 KB 258/258 KB 548/1710 KB 18/18 KB 258/258 KB 552/1710 KB 18/18 KB 258/258 KB 556/1710 KB 18/18 KB 258/258 KB 560/1710 KB 18/18 KB 258/258 KB 564/1710 KB 18/18 KB 258/258 KB 568/1710 KB 18/18 KB 258/258 KB 572/1710 KB 18/18 KB 258/258 KB 576/1710 KB 18/18 KB 258/258 KB 580/1710 KB 18/18 KB 258/258 KB 584/1710 KB 18/18 KB 258/258 KB 588/1710 KB 18/18 KB 258/258 KB 592/1710 KB 18/18 KB 258/258 KB 592/1710 KB 18/18 KB 4/38 KB 258/258 KB 592/1710 KB 18/18 KB 8/38 KB 258/258 KB 592/1710 KB 18/18 KB 12/38 KB 258/258 KB 592/1710 KB 18/18 KB 16/38 KB 258/258 KB 592/1710 KB 18/18 KB 20/38 KB 258/258 KB 596/1710 KB 18/18 KB 20/38 KB 258/258 KB 600/1710 KB 18/18 KB 20/38 KB 258/258 KB 604/1710 KB 18/18 KB 20/38 KB 258/258 KB 608/1710 KB 18/18 KB 20/38 KB 258/258 KB 612/1710 KB 18/18 KB 20/38 KB 258/258 KB 612/1710 KB 18/18 KB 24/38 KB 258/258 KB 612/1710 KB 18/18 KB 28/38 KB 258/258 KB 612/1710 KB 18/18 KB 32/38 KB 258/258 KB 612/1710 KB 18/18 KB 36/38 KB 258/258 KB 616/1710 KB 18/18 KB 38/38 KB 258/258 KB 616/1710 KB 18/18 KB 36/38 KB 258/258 KB 620/1710 KB 18/18 KB 38/38 KB 258/258 KB 624/1710 KB 18/18 KB 38/38 KB 258/258 KB 628/1710 KB 18/18 KB 38/38 KB 258/258 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar (18 KB at 83.9 KB/sec) unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 632/1710 KB 38/38 KB 258/258 KB 636/1710 KB 38/38 KB 258/258 KB 640/1710 KB 38/38 KB 258/258 KB 644/1710 KB 38/38 KB 258/258 KB 648/1710 KB 38/38 KB 258/258 KB 652/1710 KB 38/38 KB 258/258 KB 656/1710 KB 38/38 KB 258/258 KB 660/1710 KB 38/38 KB 258/258 KB 664/1710 KB 4/531 KB 258/258 KB 668/1710 KB 4/531 KB 258/258 KB 672/1710 KB 4/531 KB 258/258 KB 660/1710 KB 4/531 KB 38/38 KB 258/258 KB 672/1710 KB 8/531 KB 258/258 KB 672/1710 KB 12/531 KB 258/258 KB 672/1710 KB 16/531 KB 258/258 KB 672/1710 KB 20/531 KB 258/258 KB 672/1710 KB 24/531 KB 258/258 KB 672/1710 KB 28/531 KB 258/258 KB 672/1710 KB 32/531 KB 258/258 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar (38 KB at 171.8 KB/sec) unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.jar unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 672/1710 KB 36/531 KB 258/258 KB 672/1710 KB 40/531 KB 258/258 KB 4/214 KB 672/1710 KB 44/531 KB 258/258 KB 4/214 KB 672/1710 KB 48/531 KB 258/258 KB 4/214 KB 672/1710 KB 36/531 KB 258/258 KB 4/214 KB 672/1710 KB 48/531 KB 258/258 KB 8/214 KB 672/1710 KB 48/531 KB 12/214 KB 672/1710 KB 48/531 KB 16/214 KB Downloaded: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar (258 KB at 1150.2 KB/sec) unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 672/1710 KB 48/531 KB 20/214 KB 672/1710 KB 48/531 KB 24/214 KB 672/1710 KB 48/531 KB 28/214 KB 672/1710 KB 48/531 KB 32/214 KB 672/1710 KB 52/531 KB 32/214 KB 672/1710 KB 56/531 KB 32/214 KB 672/1710 KB 60/531 KB 32/214 KB 672/1710 KB 64/531 KB 32/214 KB 672/1710 KB 68/531 KB 32/214 KB 672/1710 KB 72/531 KB 36/214 KB 672/1710 KB 76/531 KB 36/214 KB 672/1710 KB 80/531 KB 36/214 KB 672/1710 KB 68/531 KB 36/214 KB 672/1710 KB 80/531 KB 40/214 KB 672/1710 KB 80/531 KB 44/214 KB 672/1710 KB 80/531 KB 48/214 KB 676/1710 KB 80/531 KB 48/214 KB 680/1710 KB 3/1267 KB 84/531 KB 52/214 KB 684/1710 KB 3/1267 KB 84/531 KB 52/214 KB 676/1710 KB 3/1267 KB 84/531 KB 52/214 KB 676/1710 KB 84/531 KB 52/214 KB 684/1710 KB 3/1267 KB 84/531 KB 56/214 KB 684/1710 KB 3/1267 KB 84/531 KB 60/214 KB 684/1710 KB 4/109 KB 3/1267 KB 84/531 KB 64/214 KB 684/1710 KB 4/109 KB 3/1267 KB 84/531 KB 68/214 KB 684/1710 KB 4/109 KB 5/1267 KB 84/531 KB 72/214 KB 684/1710 KB 4/109 KB 5/1267 KB 84/531 KB 76/214 KB 676/1710 KB 84/531 KB 48/214 KB 684/1710 KB 4/109 KB 5/1267 KB 88/531 KB 80/214 KB 684/1710 KB 4/109 KB 5/1267 KB 92/531 KB 80/214 KB 684/1710 KB 4/109 KB 5/1267 KB 96/531 KB 80/214 KB 684/1710 KB 4/109 KB 5/1267 KB 84/531 KB 68/214 KB 684/1710 KB 4/109 KB 3/1267 KB 84/531 KB 60/214 KB 684/1710 KB 8/109 KB 5/1267 KB 96/531 KB 80/214 KB 684/1710 KB 12/109 KB 5/1267 KB 96/531 KB 80/214 KB 684/1710 KB 16/109 KB 5/1267 KB 96/531 KB 80/214 KB 684/1710 KB 20/109 KB 5/1267 KB 96/531 KB 80/214 KB 684/1710 KB 24/109 KB 5/1267 KB 96/531 KB 80/214 KB 684/1710 KB 28/109 KB 5/1267 KB 96/531 KB 80/214 KB 684/1710 KB 32/109 KB 5/1267 KB 96/531 KB 80/214 KB 684/1710 KB 36/109 KB 5/1267 KB 96/531 KB 80/214 KB 684/1710 KB 40/109 KB 5/1267 KB 96/531 KB 80/214 KB 684/1710 KB 44/109 KB 5/1267 KB 96/531 KB 80/214 KB 684/1710 KB 48/109 KB 5/1267 KB 96/531 KB 80/214 KB 684/1710 KB 48/109 KB 8/1267 KB 100/531 KB 80/214 KB 684/1710 KB 48/109 KB 8/1267 KB 96/531 KB 80/214 KB 684/1710 KB 4/109 KB 5/1267 KB 84/531 KB 80/214 KB 684/1710 KB 48/109 KB 11/1267 KB 100/531 KB 80/214 KB 684/1710 KB 48/109 KB 13/1267 KB 100/531 KB 84/214 KB 684/1710 KB 48/109 KB 16/1267 KB 100/531 KB 84/214 KB 684/1710 KB 48/109 KB 19/1267 KB 104/531 KB 84/214 KB 688/1710 KB 48/109 KB 21/1267 KB 104/531 KB 84/214 KB 684/1710 KB 48/109 KB 16/1267 KB 104/531 KB 84/214 KB 688/1710 KB 48/109 KB 21/1267 KB 108/531 KB 84/214 KB 688/1710 KB 48/109 KB 21/1267 KB 112/531 KB 84/214 KB 688/1710 KB 48/109 KB 19/1267 KB 104/531 KB 84/214 KB 688/1710 KB 48/109 KB 21/1267 KB 112/531 KB 88/214 KB 688/1710 KB 48/109 KB 21/1267 KB 112/531 KB 92/214 KB 688/1710 KB 48/109 KB 21/1267 KB 112/531 KB 96/214 KB 688/1710 KB 48/109 KB 21/1267 KB 112/531 KB 100/214 KB 688/1710 KB 52/109 KB 24/1267 KB 116/531 KB 104/214 KB 688/1710 KB 52/109 KB 24/1267 KB 116/531 KB 108/214 KB 688/1710 KB 52/109 KB 24/1267 KB 116/531 KB 112/214 KB 688/1710 KB 52/109 KB 24/1267 KB 116/531 KB 116/214 KB 688/1710 KB 48/109 KB 19/1267 KB 104/531 KB 84/214 KB 692/1710 KB 52/109 KB 24/1267 KB 116/531 KB 116/214 KB 696/1710 KB 52/109 KB 24/1267 KB 116/531 KB 116/214 KB 688/1710 KB 52/109 KB 24/1267 KB 116/531 KB 100/214 KB 696/1710 KB 52/109 KB 27/1267 KB 116/531 KB 116/214 KB 688/1710 KB 52/109 KB 21/1267 KB 116/531 KB 100/214 KB 688/1710 KB 52/109 KB 21/1267 KB 112/531 KB 100/214 KB 696/1710 KB 56/109 KB 27/1267 KB 116/531 KB 116/214 KB 696/1710 KB 60/109 KB unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 27/1267 KB 116/531 KB 116/214 KB 696/1710 KB 64/109 KB 27/1267 KB 116/531 KB 116/214 KB 696/1710 KB 68/109 KB 27/1267 KB 116/531 KB 116/214 KB 700/1710 KB 68/109 KB 27/1267 KB 116/531 KB 116/214 KB 700/1710 KB 72/109 KB 27/1267 KB 120/531 KB 116/214 KB 700/1710 KB 72/109 KB 27/1267 KB 124/531 KB 116/214 KB 704/1710 KB 72/109 KB 27/1267 KB 128/531 KB 116/214 KB 700/1710 KB 72/109 KB 27/1267 KB 116/531 KB 116/214 KB 704/1710 KB 76/109 KB 29/1267 KB 128/531 KB 116/214 KB 704/1710 KB 80/109 KB 29/1267 KB 128/531 KB 116/214 KB 704/1710 KB 84/109 KB 29/1267 KB 128/531 KB 116/214 KB 704/1710 KB 88/109 KB 29/1267 KB 132/531 KB 116/214 KB 704/1710 KB 72/109 KB 29/1267 KB 128/531 KB 116/214 KB 704/1710 KB 72/109 KB 27/1267 KB 124/531 KB 116/214 KB 708/1710 KB 88/109 KB 29/1267 KB 132/531 KB 120/214 KB 712/1710 KB 88/109 KB 32/1267 KB 132/531 KB 120/214 KB 716/1710 KB 88/109 KB 32/1267 KB 132/531 KB 120/214 KB 720/1710 KB 88/109 KB 32/1267 KB 132/531 KB 120/214 KB 724/1710 KB 88/109 KB 32/1267 KB 132/531 KB 120/214 KB 704/1710 KB 88/109 KB 29/1267 KB 132/531 KB 120/214 KB 724/1710 KB 92/109 KB 32/1267 KB 132/531 KB 124/214 KB 724/1710 KB 92/109 KB 32/1267 KB 132/531 KB 128/214 KB 704/1710 KB 84/109 KB 29/1267 KB 132/531 KB 116/214 KB 724/1710 KB 92/109 KB 32/1267 KB 136/531 KB 128/214 KB 724/1710 KB 92/109 KB 32/1267 KB 132/531 KB 120/214 KB 708/1710 KB 88/109 KB 32/1267 KB 132/531 KB 120/214 KB 724/1710 KB 92/109 KB 36/1267 KB 140/531 KB 128/214 KB 724/1710 KB 92/109 KB 40/1267 KB 140/531 KB 128/214 KB 724/1710 KB 96/109 KB 44/1267 KB 140/531 KB 128/214 KB 724/1710 KB 92/109 KB 32/1267 KB 140/531 KB 128/214 KB 724/1710 KB 96/109 KB 44/1267 KB 144/531 KB 128/214 KB 724/1710 KB 96/109 KB 40/1267 KB 140/531 KB 128/214 KB 724/1710 KB 96/109 KB 44/1267 KB 144/531 KB 132/214 KB 728/1710 KB 100/109 KB 48/1267 KB 148/531 KB 136/214 KB 728/1710 KB 100/109 KB 48/1267 KB 148/531 KB 140/214 KB 728/1710 KB 100/109 KB 48/1267 KB 148/531 KB 144/214 KB 728/1710 KB 100/109 KB 48/1267 KB 148/531 KB 148/214 KB 728/1710 KB 100/109 KB 48/1267 KB 148/531 KB 152/214 KB 728/1710 KB 100/109 KB 48/1267 KB 148/531 KB 156/214 KB 728/1710 KB 100/109 KB 48/1267 KB 148/531 KB 160/214 KB 728/1710 KB 100/109 KB 48/1267 KB 148/531 KB 132/214 KB 732/1710 KB 100/109 KB 48/1267 KB 148/531 KB 160/214 KB 736/1710 KB 100/109 KB 48/1267 KB 148/531 KB 160/214 KB 724/1710 KB 100/109 KB 48/1267 KB 148/531 KB 132/214 KB 736/1710 KB 104/109 KB 48/1267 KB 148/531 KB 160/214 KB 736/1710 KB 108/109 KB 48/1267 KB 148/531 KB 160/214 KB 736/1710 KB 109/109 KB 48/1267 KB 148/531 KB 160/214 KB 724/1710 KB 96/109 KB 48/1267 KB 148/531 KB 132/214 KB 736/1710 KB 109/109 KB 48/1267 KB 152/531 KB 160/214 KB 736/1710 KB 109/109 KB 48/1267 KB 156/531 KB 160/214 KB 736/1710 KB 109/109 KB 48/1267 KB 160/531 KB 160/214 KB 736/1710 KB 109/109 KB 48/1267 KB 164/531 KB 160/214 KB 740/1710 KB 109/109 KB 48/1267 KB 168/531 KB 160/214 KB 740/1710 KB 109/109 KB 48/1267 KB 172/531 KB 160/214 KB 740/1710 KB 109/109 KB 48/1267 KB 176/531 KB 160/214 KB 724/1710 KB 96/109 KB 48/1267 KB 144/531 KB 132/214 KB 740/1710 KB 109/109 KB 52/1267 KB 176/531 KB 160/214 KB 740/1710 KB 109/109 KB 56/1267 KB 176/531 KB 160/214 KB 740/1710 KB 109/109 KB 60/1267 KB 176/531 KB 160/214 KB 740/1710 KB 109/109 KB 64/1267 KB 176/531 KB 160/214 KB 740/1710 KB 109/109 KB 68/1267 KB 176/531 KB 160/214 KB 740/1710 KB 109/109 KB 72/1267 KB 176/531 KB 160/214 KB 7 unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 40/1710 KB 109/109 KB 76/1267 KB 176/531 KB 160/214 KB 740/1710 KB 109/109 KB 80/1267 KB 176/531 KB 160/214 KB 740/1710 KB 109/109 KB 84/1267 KB 180/531 KB 164/214 KB 740/1710 KB 109/109 KB 48/1267 KB 164/531 KB 160/214 KB 744/1710 KB 109/109 KB 84/1267 KB 180/531 KB 164/214 KB 748/1710 KB 109/109 KB 84/1267 KB 180/531 KB 164/214 KB 752/1710 KB 109/109 KB 84/1267 KB 180/531 KB 164/214 KB 756/1710 KB 109/109 KB 84/1267 KB 180/531 KB 164/214 KB 760/1710 KB 109/109 KB 84/1267 KB 180/531 KB 164/214 KB 764/1710 KB 109/109 KB 84/1267 KB 180/531 KB 164/214 KB 740/1710 KB 109/109 KB 80/1267 KB 180/531 KB 164/214 KB 768/1710 KB 109/109 KB 84/1267 KB 180/531 KB 168/214 KB 768/1710 KB 109/109 KB 84/1267 KB 180/531 KB 172/214 KB 768/1710 KB 109/109 KB 84/1267 KB 180/531 KB 176/214 KB 768/1710 KB 109/109 KB 84/1267 KB 180/531 KB 180/214 KB 740/1710 KB 109/109 KB 80/1267 KB 180/531 KB 160/214 KB 768/1710 KB 109/109 KB 88/1267 KB 184/531 KB 180/214 KB 768/1710 KB 109/109 KB 88/1267 KB 188/531 KB 180/214 KB 768/1710 KB 109/109 KB 88/1267 KB 192/531 KB 180/214 KB 768/1710 KB 88/1267 KB 196/531 KB 180/214 KB 768/1710 KB 109/109 KB 88/1267 KB 180/531 KB 180/214 KB 768/1710 KB 92/1267 KB 196/531 KB 184/214 KB 768/1710 KB 96/1267 KB 196/531 KB 184/214 KB 768/1710 KB 109/109 KB 84/1267 KB 180/531 KB 176/214 KB 772/1710 KB 96/1267 KB 196/531 KB 184/214 KB 776/1710 KB 100/1267 KB 196/531 KB 184/214 KB 780/1710 KB 100/1267 KB 196/531 KB 184/214 KB 784/1710 KB 100/1267 KB 196/531 KB 184/214 KB 768/1710 KB 88/1267 KB 196/531 KB 184/214 KB 784/1710 KB 100/1267 KB 200/531 KB 188/214 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar (109 KB at 415.8 KB/sec) unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 784/1710 KB 100/1267 KB 200/531 KB 192/214 KB 784/1710 KB 100/1267 KB 200/531 KB 184/214 KB 784/1710 KB 100/1267 KB 204/531 KB 192/214 KB 788/1710 KB 100/1267 KB 208/531 KB 192/214 KB 788/1710 KB 100/1267 KB 212/531 KB 192/214 KB 788/1710 KB 100/1267 KB 216/531 KB 196/214 KB 788/1710 KB 100/1267 KB 220/531 KB 196/214 KB 788/1710 KB 100/1267 KB 224/531 KB 196/214 KB 788/1710 KB 100/1267 KB 228/531 KB 196/214 KB 772/1710 KB 100/1267 KB 196/531 KB 184/214 KB 788/1710 KB 104/1267 KB 228/531 KB 196/214 KB 788/1710 KB 108/1267 KB 228/531 KB 196/214 KB 788/1710 KB 112/1267 KB 228/531 KB 196/214 KB 788/1710 KB 100/1267 KB 212/531 KB 196/214 KB 788/1710 KB 112/1267 KB 228/531 KB 200/214 KB 788/1710 KB 112/1267 KB 228/531 KB 204/214 KB 788/1710 KB 116/1267 KB 228/531 KB 208/214 KB 788/1710 KB 100/1267 KB 204/531 KB 192/214 KB 792/1710 KB 116/1267 KB 228/531 KB 208/214 KB 796/1710 KB 116/1267 KB 228/531 KB 208/214 KB 800/1710 KB 116/1267 KB 228/531 KB 212/214 KB 800/1710 KB 116/1267 KB 228/531 KB 214/214 KB 788/1710 KB 116/1267 KB 228/531 KB 204/214 KB 800/1710 KB 120/1267 KB 228/531 KB 214/214 KB 800/1710 KB 116/1267 KB 228/531 KB 212/214 KB 804/1710 KB 120/1267 KB 228/531 KB 214/214 KB 808/1710 KB 124/1267 KB 228/531 KB 214/214 KB 812/1710 KB 124/1267 KB 228/531 KB 214/214 KB 804/1710 KB 124/1267 KB 228/531 KB 214/214 KB 812/1710 KB 128/1267 KB 232/531 KB 214/214 KB 812/1710 KB 132/1267 KB 232/531 KB 214/214 KB 812/1710 KB 124/1267 KB 232/531 KB 214/214 KB 816/1710 KB 132/1267 KB 236/531 KB 214/214 KB 816/1710 KB 132/1267 KB 240/531 KB 214/214 KB 816/1710 KB 132/1267 KB 232/531 KB 214/214 KB 820/1710 KB 132/1267 KB 240/531 KB 214/214 KB 820/1710 KB 136/1267 KB 240/531 KB 214/214 KB 820/1710 KB 140/1267 KB 240/531 KB 214/214 KB 820/1710 KB 144/1267 KB 240/531 KB 214/214 KB 820/1710 KB 144/1267 KB 4/80 KB 240/531 KB 214/214 KB 820/1710 KB 144/1267 KB 8/80 KB 240/531 KB 214/214 KB 820/1710 KB 144/1267 KB 12/80 KB 240/531 KB 214/214 KB 820/1710 KB 144/1267 KB 16/80 KB 240/531 KB 214/214 KB 820/1710 KB 144/1267 KB 20/80 KB 240/531 KB 214/214 KB 820/1710 KB 144/1267 KB 24/80 KB 240/531 KB 214/214 KB 820/1710 KB 144/1267 KB 28/80 KB 240/531 KB 214/214 KB 820/1710 KB 144/1267 KB 32/80 KB 240/531 KB 214/214 KB 820/1710 KB 144/1267 KB 36/80 KB 240/531 KB 214/214 KB 820/1710 KB 144/1267 KB 40/80 KB 240/531 KB 214/214 KB 824/1710 KB 144/1267 KB 44/80 KB 244/531 KB 824/1710 KB 144/1267 KB 48/80 KB 244/531 KB 824/1710 KB 144/1267 KB 40/80 KB 244/531 KB 824/1710 KB 144/1267 KB 48/80 KB 248/531 KB 824/1710 KB 144/1267 KB 48/80 KB 252/531 KB 824/1710 KB 148/1267 KB 48/80 KB 256/531 KB 824/1710 KB 148/1267 KB 52/80 KB 260/531 KB 824/1710 KB 148/1267 KB 52/80 KB 264/531 KB 824/1710 KB 148/1267 KB 52/80 KB 268/531 KB 824/1710 KB 148/1267 KB 52/80 KB 272/531 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar (214 KB at 758.4 KB/sec) unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 824/1710 KB 144/1267 KB 40/80 KB 240/531 KB 214/214 KB 828/1710 KB 148/1267 KB 52/80 KB 272/531 KB 832/1710 KB 148/1267 KB 52/80 KB 272/531 KB 836/1710 KB 148/1267 KB 52/80 KB 272/531 KB 824/1710 KB 148/1267 KB 52/80 KB 256/531 KB 836/1710 KB 148/1267 KB 56/80 KB 272/531 KB 836/1710 KB 148/1267 KB 60/80 KB 272/531 KB 824/1710 KB 148/1267 KB 48/80 KB 252/531 KB 840/1710 KB 152/1267 KB 60/80 KB 272/531 KB 840/1710 KB 156/1267 KB 60/80 KB 272/531 KB 840/1710 KB 160/1267 KB 60/80 KB 272/531 KB 840/1710 KB 148/1267 KB 60/80 KB 272/531 KB 844/1710 KB 160/1267 KB 60/80 KB 272/531 KB 848/1710 KB 160/1267 KB 64/80 KB 272/531 KB Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 844/1710 KB 160/1267 KB 64/80 KB 272/531 KB 848/1710 KB 160/1267 KB 68/80 KB 272/531 KB 852/1710 KB 164/1267 KB 72/80 KB 276/531 KB 852/1710 KB 164/1267 KB 76/80 KB 276/531 KB 852/1710 KB 164/1267 KB 80/80 KB 276/531 KB 852/1710 KB 164/1267 KB 68/80 KB 276/531 KB 856/1710 KB 164/1267 KB 80/80 KB 276/531 KB 848/1710 KB 164/1267 KB 68/80 KB 276/531 KB 856/1710 KB 164/1267 KB 80/80 KB 280/531 KB 860/1710 KB 164/1267 KB 80/80 KB 284/531 KB 860/1710 KB 164/1267 KB 80/80 KB 288/531 KB 860/1710 KB 164/1267 KB 80/80 KB 292/531 KB 860/1710 KB 164/1267 KB 80/80 KB 296/531 KB 860/1710 KB 164/1267 KB 80/80 KB 300/531 KB 860/1710 KB 164/1267 KB 80/80 KB 304/531 KB 848/1710 KB 164/1267 KB 68/80 KB 272/531 KB 860/1710 KB 168/1267 KB 80/80 KB 304/531 KB 860/1710 KB 172/1267 KB 80/80 KB 304/531 KB 860/1710 KB 176/1267 KB 80/80 KB 304/531 KB 860/1710 KB 180/1267 KB 80/80 KB 304/531 KB 860/1710 KB 184/1267 KB 80/80 KB 304/531 KB 860/1710 KB 188/1267 KB 80/80 KB 304/531 KB 860/1710 KB 192/1267 KB 80/80 KB 304/531 KB 860/1710 KB 164/1267 KB 80/80 KB 280/531 KB 864/1710 KB 192/1267 KB 80/80 KB 304/531 KB 868/1710 KB 192/1267 KB 80/80 KB 304/531 KB 872/1710 KB 192/1267 KB 80/80 KB 304/531 KB 876/1710 KB 192/1267 KB 80/80 KB 304/531 KB 880/1710 KB 192/1267 KB 80/80 KB 304/531 KB 884/1710 KB 196/1267 KB 80/80 KB 304/531 KB 888/1710 KB 196/1267 KB 80/80 KB 308/531 KB 892/1710 KB 196/1267 KB 80/80 KB 308/531 KB 896/1710 KB 196/1267 KB 80/80 KB 308/531 KB 900/1710 KB 196/1267 KB 80/80 KB 308/531 KB 904/1710 KB 196/1267 KB 308/531 KB 908/1710 KB 196/1267 KB 308/531 KB 912/1710 KB 196/1267 KB 308/531 KB 880/1710 KB 196/1267 KB 80/80 KB 304/531 KB 912/1710 KB 200/1267 KB 308/531 KB 912/1710 KB 204/1267 KB 308/531 KB Downloaded: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar (80 KB at 267.7 KB/sec) unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 884/1710 KB 196/1267 KB 80/80 KB 308/531 KB 912/1710 KB 208/1267 KB 308/531 KB 912/1710 KB 208/1267 KB 312/531 KB 912/1710 KB 208/1267 KB 316/531 KB 912/1710 KB 208/1267 KB 320/531 KB 912/1710 KB 212/1267 KB 324/531 KB 912/1710 KB 212/1267 KB 328/531 KB 912/1710 KB 212/1267 KB 332/531 KB 912/1710 KB 212/1267 KB 336/531 KB 912/1710 KB 212/1267 KB 340/531 KB 916/1710 KB 212/1267 KB 344/531 KB 916/1710 KB 212/1267 KB 348/531 KB 916/1710 KB 212/1267 KB 352/531 KB 912/1710 KB 212/1267 KB 320/531 KB 916/1710 KB 216/1267 KB 352/531 KB 916/1710 KB 220/1267 KB 352/531 KB 916/1710 KB 224/1267 KB 352/531 KB 916/1710 KB 228/1267 KB 352/531 KB 916/1710 KB 212/1267 KB 340/531 KB 920/1710 KB 232/1267 KB 352/531 KB 924/1710 KB 232/1267 KB 352/531 KB 928/1710 KB 232/1267 KB 352/531 KB 916/1710 KB 232/1267 KB 352/531 KB 928/1710 KB 236/1267 KB 352/531 KB 928/1710 KB 240/1267 KB 352/531 KB 928/1710 KB 244/1267 KB 352/531 KB 932/1710 KB 248/1267 KB 356/531 KB 4/61 KB 932/1710 KB 252/1267 KB 356/531 KB 4/61 KB 932/1710 KB 256/1267 KB 356/531 KB 4/61 KB 932/1710 KB 260/1267 KB 356/531 KB 4/61 KB 928/1710 KB 244/1267 KB 352/531 KB 4/61 KB 932/1710 KB 260/1267 KB 356/531 KB 8/61 KB 932/1710 KB 260/1267 KB 356/531 KB 12/61 KB 932/1710 KB 260/1267 KB 356/531 KB 16/61 KB 932/1710 KB 260/1267 KB 356/531 KB 20/61 KB 932/1710 KB 260/1267 KB 356/531 KB 24/61 KB 932/1710 KB 260/1267 KB 356/531 KB 28/61 KB 932/1710 KB 260/1267 KB 356/531 KB 32/61 KB 932/1710 KB 244/1267 KB 356/531 KB 4/61 KB 936/1710 KB 260/1267 KB 356/531 KB 32/61 KB 940/1710 KB 260/1267 KB 356/531 KB 32/61 KB 944/1710 KB 260/1267 KB 356/531 KB 32/61 KB 928/1710 KB 244/1267 KB 356/531 KB 4/61 KB 944/1710 KB 260/1267 KB 360/531 KB 32/61 KB 944/1710 KB 260/1267 KB 364/531 KB 32/61 KB 944/1710 KB 260/1267 KB 368/531 KB 32/61 KB 948/1710 KB 260/1267 KB 372/531 KB 36/61 KB 948/1710 KB 260/1267 KB 368/531 KB 36/61 KB 948/1710 KB 260/1267 KB 368/531 KB 32/61 KB 952/1710 KB 264/1267 KB 372/531 KB 36/61 KB 956/1710 KB 264/1267 KB 372/531 KB 40/61 KB 960/1710 KB 264/1267 KB 372/531 KB 40/61 KB 948/1710 KB 264/1267 KB 372/531 KB 36/61 KB 960/1710 KB 268/1267 KB 376/531 KB 40/61 KB 960/1710 KB 272/1267 KB 376/531 KB 40/61 KB 960/1710 KB 264/1267 KB 376/531 KB 40/61 KB 960/1710 KB 272/1267 KB 380/531 KB 40/61 KB 960/1710 KB 272/1267 KB 384/531 KB 40/61 KB 960/1710 KB 272/1267 KB 388/531 KB 40/61 KB 964/1710 KB 276/1267 KB 392/531 KB 40/61 KB 964/1710 KB 276/1267 KB 396/531 KB 40/61 KB 964/1710 KB 276/1267 KB 400/531 KB 40/61 KB 964/1710 KB 276/1267 KB 404/531 KB 40/61 KB 952/1710 KB 264/1267 KB 372/531 KB 40/61 KB 964/1710 KB 276/1267 KB 404/531 KB 44/61 KB 964/1710 KB 276/1267 KB 404/531 KB 48/61 KB 964/1710 KB 276/1267 KB 404/531 KB 52/61 KB 964/1710 KB 276/1267 KB 404/531 KB 56/61 KB 964/1710 KB 276/1267 KB 404/531 KB 60/61 KB 964/1710 KB 276/1267 KB 404/531 KB 61/61 KB 964/1710 KB 276/1267 KB 388/531 KB 40/61 KB 964/1710 KB 280/1267 KB 404/531 KB 61/61 KB 964/1710 KB 272/1267 KB 388/531 KB 40/61 KB 968/1710 KB 280/1267 KB 404/531 KB 61/61 KB 972/1710 KB 280/1267 KB 404/531 KB 61/61 KB 976/1710 KB 280/1267 KB 404/531 KB 61/61 KB 976/1710 KB 284/1267 KB 404/531 KB 61/61 KB 976/1710 KB 288/1267 KB 404/531 KB 61/61 KB 976/1710 KB 292/1267 KB 404/531 KB 61/61 KB 980/1710 KB 296/1267 KB 408/531 KB 61/61 KB 980/1710 KB 300/1267 KB 408/531 KB 61/61 KB 980/1710 KB 304/1267 KB 408/531 KB 61/61 KB 980/1710 KB 292/1267 KB 408/5 unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 31 KB 61/61 KB 980/1710 KB 304/1267 KB 412/531 KB 61/61 KB 980/1710 KB 304/1267 KB 416/531 KB 61/61 KB 980/1710 KB 292/1267 KB 404/531 KB 61/61 KB 3/1044 KB 980/1710 KB 304/1267 KB 416/531 KB 61/61 KB 5/1044 KB 980/1710 KB 304/1267 KB 416/531 KB 61/61 KB 8/1044 KB 980/1710 KB 304/1267 KB 416/531 KB 61/61 KB 11/1044 KB 980/1710 KB 304/1267 KB 416/531 KB 61/61 KB 11/1044 KB 984/1710 KB 304/1267 KB 416/531 KB 61/61 KB 11/1044 KB 988/1710 KB 304/1267 KB 416/531 KB 61/61 KB 11/1044 KB 992/1710 KB 304/1267 KB 416/531 KB 61/61 KB 11/1044 KB 996/1710 KB 304/1267 KB 416/531 KB 61/61 KB 13/1044 KB 1000/1710 KB 304/1267 KB 420/531 KB 61/61 KB 13/1044 KB 996/1710 KB 304/1267 KB 420/531 KB 61/61 KB 13/1044 KB 1004/1710 KB 308/1267 KB 420/531 KB 61/61 KB 13/1044 KB 996/1710 KB 304/1267 KB 416/531 KB 61/61 KB 16/1044 KB 1004/1710 KB 308/1267 KB 420/531 KB 61/61 KB 19/1044 KB 1004/1710 KB 308/1267 KB 420/531 KB 61/61 KB 21/1044 KB 1004/1710 KB 308/1267 KB 420/531 KB 61/61 KB 24/1044 KB 1004/1710 KB 308/1267 KB 420/531 KB 61/61 KB 27/1044 KB 1004/1710 KB 308/1267 KB 420/531 KB 61/61 KB 13/1044 KB 1000/1710 KB 308/1267 KB 420/531 KB 61/61 KB 27/1044 KB 1004/1710 KB 312/1267 KB 420/531 KB 61/61 KB 27/1044 KB 1008/1710 KB 316/1267 KB 424/531 KB 61/61 KB 27/1044 KB 1008/1710 KB 320/1267 KB 424/531 KB 61/61 KB 29/1044 KB 1008/1710 KB 320/1267 KB 424/531 KB 61/61 KB 32/1044 KB 1008/1710 KB 320/1267 KB 424/531 KB 61/61 KB 27/1044 KB 1008/1710 KB 312/1267 KB 424/531 KB 61/61 KB 32/1044 KB 1012/1710 KB 320/1267 KB 424/531 KB 32/1044 KB 1016/1710 KB 324/1267 KB 424/531 KB 32/1044 KB 1020/1710 KB 324/1267 KB 424/531 KB 32/1044 KB 1024/1710 KB 324/1267 KB 424/531 KB 27/1044 KB 1004/1710 KB 312/1267 KB 424/531 KB 61/61 KB 36/1044 KB 1024/1710 KB 324/1267 KB 424/531 KB 40/1044 KB 1024/1710 KB 324/1267 KB 424/531 KB 44/1044 KB 1024/1710 KB 324/1267 KB 424/531 KB 48/1044 KB 1024/1710 KB 324/1267 KB 424/531 KB 52/1044 KB 1024/1710 KB 324/1267 KB 428/531 KB 56/1044 KB 1024/1710 KB 324/1267 KB 428/531 KB 60/1044 KB 1024/1710 KB 324/1267 KB 428/531 KB 64/1044 KB 1024/1710 KB 324/1267 KB 428/531 KB 68/1044 KB 1024/1710 KB 324/1267 KB 428/531 KB 72/1044 KB 1024/1710 KB 324/1267 KB 428/531 KB 76/1044 KB 1024/1710 KB 324/1267 KB 428/531 KB 80/1044 KB 1024/1710 KB 324/1267 KB 428/531 KB 80/1044 KB 1024/1710 KB 324/1267 KB 428/531 KB 80/1044 KB 1024/1710 KB 324/1267 KB 432/531 KB 80/1044 KB 1024/1710 KB 324/1267 KB 436/531 KB 32/1044 KB 1012/1710 KB 324/1267 KB 424/531 KB 84/1044 KB 1024/1710 KB 328/1267 KB 436/531 KB 84/1044 KB 1024/1710 KB 332/1267 KB 436/531 KB 84/1044 KB 1024/1710 KB 336/1267 KB 436/531 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (61 KB at 184.1 KB/sec) unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 84/1044 KB 1024/1710 KB 336/1267 KB 440/531 KB 84/1044 KB 1024/1710 KB 336/1267 KB 444/531 KB 84/1044 KB 1024/1710 KB 336/1267 KB 448/531 KB 84/1044 KB 1024/1710 KB 336/1267 KB 452/531 KB 84/1044 KB 1028/1710 KB 340/1267 KB 456/531 KB 84/1044 KB 1028/1710 KB 340/1267 KB 460/531 KB 84/1044 KB 1028/1710 KB 340/1267 KB 464/531 KB 84/1044 KB 1024/1710 KB 324/1267 KB 436/531 KB 88/1044 KB 1028/1710 KB 340/1267 KB 464/531 KB 92/1044 KB 1028/1710 KB 340/1267 KB 464/531 KB 96/1044 KB 1028/1710 KB 340/1267 KB 464/531 KB 100/1044 KB 1028/1710 KB 340/1267 KB 464/531 KB 104/1044 KB 1028/1710 KB 340/1267 KB 464/531 KB 108/1044 KB 1028/1710 KB 340/1267 KB 464/531 KB 84/1044 KB 1028/1710 KB 340/1267 KB 452/531 KB 108/1044 KB 1028/1710 KB 344/1267 KB 464/531 KB 108/1044 KB 1028/1710 KB 348/1267 KB 464/531 KB 108/1044 KB 1028/1710 KB 352/1267 KB 464/531 KB 84/1044 KB 1028/1710 KB 336/1267 KB 452/531 KB 108/1044 KB 1032/1710 KB 352/1267 KB 464/531 KB 108/1044 KB 1036/1710 KB 352/1267 KB 464/531 KB 108/1044 KB 1040/1710 KB 352/1267 KB 464/531 KB 108/1044 KB 1044/1710 KB 352/1267 KB 464/531 KB 112/1044 KB 1048/1710 KB 356/1267 KB 468/531 KB 112/1044 KB 1052/1710 KB 356/1267 KB 468/531 KB 112/1044 KB 1044/1710 KB 356/1267 KB 468/531 KB 112/1044 KB 1052/1710 KB 356/1267 KB 472/531 KB 112/1044 KB 1044/1710 KB 356/1267 KB 464/531 KB 112/1044 KB 1052/1710 KB 360/1267 KB 472/531 KB 112/1044 KB 1052/1710 KB 364/1267 KB 472/531 KB 112/1044 KB 1056/1710 KB 368/1267 KB 472/531 KB 112/1044 KB 1044/1710 KB 352/1267 KB 464/531 KB 116/1044 KB 1056/1710 KB 368/1267 KB 476/531 KB 120/1044 KB 1056/1710 KB 368/1267 KB 476/531 KB 124/1044 KB 1056/1710 KB 368/1267 KB 476/531 KB 128/1044 KB 1056/1710 KB 368/1267 KB 476/531 KB 132/1044 KB 1056/1710 KB 368/1267 KB 476/531 KB 136/1044 KB 1056/1710 KB 372/1267 KB 476/531 KB 140/1044 KB 1056/1710 KB 372/1267 KB 476/531 KB 112/1044 KB 1056/1710 KB 368/1267 KB 476/531 KB 140/1044 KB 1056/1710 KB 372/1267 KB 480/531 KB 140/1044 KB 1056/1710 KB 372/1267 KB 484/531 KB 112/1044 KB 1056/1710 KB 364/1267 KB 472/531 KB 140/1044 KB 1060/1710 KB 372/1267 KB 488/531 KB 140/1044 KB 1064/1710 KB 372/1267 KB 488/531 KB 140/1044 KB 1068/1710 KB 372/1267 KB 488/531 KB 140/1044 KB 1072/1710 KB 372/1267 KB 488/531 KB 132/1044 KB 1056/1710 KB 372/1267 KB 476/531 KB 140/1044 KB 1072/1710 KB 376/1267 KB 488/531 KB 140/1044 KB 1072/1710 KB 380/1267 KB 488/531 KB 140/1044 KB 1072/1710 KB 384/1267 KB 488/531 KB 140/1044 KB 1072/1710 KB 388/1267 KB 488/531 KB 144/1044 KB 1076/1710 KB 392/1267 KB 488/531 KB 144/1044 KB 1076/1710 KB 396/1267 KB 488/531 KB 144/1044 KB 1076/1710 KB 400/1267 KB 488/531 KB 140/1044 KB 1072/1710 KB 372/1267 KB 488/531 KB 144/1044 KB 1076/1710 KB 400/1267 KB 492/531 KB 144/1044 KB 1076/1710 KB 400/1267 KB 496/531 KB 144/1044 KB 1076/1710 KB 400/1267 KB 500/531 KB 144/1044 KB 1076/1710 KB 400/1267 KB 504/531 KB 144/1044 KB 1076/1710 KB 400/1267 KB 508/531 KB 144/1044 KB 1076/1710 KB 400/1267 KB 512/531 KB 144/1044 KB 1076/1710 KB 388/1267 KB 488/531 KB 144/1044 KB 1080/1710 KB 400/1267 KB 512/531 KB 144/1044 KB 1084/1710 KB 400/1267 KB 512/531 KB 144/1044 KB 1088/1710 KB 400/1267 KB 512/531 KB 144/1044 KB 1072/1710 KB 388/1267 KB 488/531 KB 148/1044 KB 1088/1710 KB 400/1267 KB 512/531 KB 152/1044 KB 1088/1710 KB 400/1267 KB 512/531 KB 156/1044 KB 1088/1710 KB 400/1267 KB 512/531 KB 160/1044 KB 1088/1710 KB 400/1267 KB 512/531 KB 164/1044 KB 1088/1710 KB 400/1267 KB 512/531 KB 168/1 unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 044 KB 1092/1710 KB 404/1267 KB 516/531 KB 172/1044 KB 1092/1710 KB 404/1267 KB 516/531 KB 164/1044 KB 1092/1710 KB 404/1267 KB 516/531 KB 176/1044 KB 1092/1710 KB 404/1267 KB 520/531 KB 176/1044 KB 1092/1710 KB 404/1267 KB 524/531 KB 176/1044 KB 1092/1710 KB 404/1267 KB 528/531 KB 164/1044 KB 1092/1710 KB 404/1267 KB 512/531 KB 176/1044 KB 1096/1710 KB 404/1267 KB 528/531 KB 176/1044 KB 1100/1710 KB 404/1267 KB 528/531 KB 176/1044 KB 1104/1710 KB 404/1267 KB 528/531 KB 164/1044 KB 1088/1710 KB 404/1267 KB 512/531 KB 176/1044 KB 1104/1710 KB 408/1267 KB 528/531 KB 176/1044 KB 1104/1710 KB 412/1267 KB 528/531 KB 176/1044 KB 1104/1710 KB 416/1267 KB 528/531 KB 176/1044 KB 1092/1710 KB 404/1267 KB 516/531 KB 180/1044 KB 1104/1710 KB 416/1267 KB 528/531 KB 184/1044 KB 1108/1710 KB 420/1267 KB 531/531 KB 180/1044 KB 1108/1710 KB 420/1267 KB 531/531 KB 180/1044 KB 1108/1710 KB 420/1267 KB 528/531 KB 180/1044 KB 1104/1710 KB 420/1267 KB 528/531 KB 184/1044 KB 1112/1710 KB 420/1267 KB 531/531 KB 184/1044 KB 1116/1710 KB 420/1267 KB 531/531 KB 184/1044 KB 1120/1710 KB 424/1267 KB 531/531 KB 184/1044 KB 1116/1710 KB 424/1267 KB 531/531 KB 188/1044 KB 1120/1710 KB 428/1267 KB 531/531 KB 188/1044 KB 1120/1710 KB 432/1267 KB 531/531 KB 188/1044 KB 1120/1710 KB 424/1267 KB 531/531 KB 192/1044 KB 1120/1710 KB 432/1267 KB 531/531 KB 192/1044 KB 1124/1710 KB 436/1267 KB 531/531 KB 196/1044 KB 1124/1710 KB 440/1267 KB 531/531 KB 196/1044 KB 1124/1710 KB 444/1267 KB 531/531 KB 196/1044 KB 1124/1710 KB 448/1267 KB 531/531 KB 192/1044 KB 1124/1710 KB 432/1267 KB 531/531 KB 196/1044 KB 1124/1710 KB 436/1267 KB 531/531 KB 200/1044 KB 1124/1710 KB 448/1267 KB 531/531 KB 204/1044 KB 1128/1710 KB 448/1267 KB 531/531 KB 208/1044 KB 1128/1710 KB 448/1267 KB 531/531 KB 212/1044 KB 1128/1710 KB 448/1267 KB 531/531 KB 216/1044 KB 1128/1710 KB 452/1267 KB 531/531 KB 220/1044 KB 1128/1710 KB 452/1267 KB 531/531 KB 224/1044 KB 1128/1710 KB 452/1267 KB 531/531 KB 200/1044 KB 1128/1710 KB 448/1267 KB 531/531 KB 224/1044 KB 1132/1710 KB 452/1267 KB 531/531 KB 224/1044 KB 1136/1710 KB 452/1267 KB 531/531 KB 224/1044 KB 1140/1710 KB 452/1267 KB 531/531 KB 224/1044 KB 1144/1710 KB 452/1267 KB 531/531 KB 212/1044 KB 1128/1710 KB 452/1267 KB 531/531 KB 224/1044 KB 1148/1710 KB 456/1267 KB 531/531 KB 224/1044 KB 1148/1710 KB 460/1267 KB 531/531 KB 224/1044 KB 1148/1710 KB 464/1267 KB 531/531 KB 224/1044 KB 1148/1710 KB 464/1267 KB 531/531 KB 224/1044 KB 1152/1710 KB 464/1267 KB 531/531 KB 224/1044 KB 1156/1710 KB 464/1267 KB 531/531 KB 228/1044 KB 1160/1710 KB 468/1267 KB 531/531 KB 228/1044 KB 1164/1710 KB 468/1267 KB 531/531 KB 228/1044 KB 1168/1710 KB 468/1267 KB 531/531 KB 228/1044 KB 1156/1710 KB 468/1267 KB 531/531 KB 232/1044 KB 1168/1710 KB 468/1267 KB 531/531 KB 236/1044 KB 1168/1710 KB 468/1267 KB 531/531 KB 240/1044 KB 1168/1710 KB 468/1267 KB 531/531 KB 224/1044 KB 1156/1710 KB 468/1267 KB 531/531 KB 240/1044 KB 1168/1710 KB 472/1267 KB 531/531 KB 240/1044 KB 1168/1710 KB 476/1267 KB 531/531 KB 240/1044 KB 1168/1710 KB 480/1267 KB 531/531 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar (531 KB at 1477.2 KB/sec) unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 240/1044 KB 1172/1710 KB 480/1267 KB 244/1044 KB 1172/1710 KB 484/1267 KB 244/1044 KB 1172/1710 KB 488/1267 KB 244/1044 KB 1172/1710 KB 480/1267 KB 248/1044 KB 1176/1710 KB 488/1267 KB 252/1044 KB 1176/1710 KB 488/1267 KB 256/1044 KB 1176/1710 KB 488/1267 KB 244/1044 KB 1176/1710 KB 488/1267 KB 256/1044 KB 1180/1710 KB 492/1267 KB 256/1044 KB 1184/1710 KB 492/1267 KB 256/1044 KB 1188/1710 KB 492/1267 KB 260/1044 KB 1192/1710 KB 492/1267 KB 260/1044 KB 1196/1710 KB 492/1267 KB 260/1044 KB 1200/1710 KB 492/1267 KB 256/1044 KB 1176/1710 KB 492/1267 KB 260/1044 KB 1200/1710 KB 496/1267 KB 260/1044 KB 1200/1710 KB 500/1267 KB 260/1044 KB 1200/1710 KB 504/1267 KB 260/1044 KB 1200/1710 KB 508/1267 KB 260/1044 KB 1200/1710 KB 512/1267 KB 260/1044 KB 1188/1710 KB 492/1267 KB 264/1044 KB 1200/1710 KB 512/1267 KB 268/1044 KB 1200/1710 KB 512/1267 KB 272/1044 KB 1200/1710 KB 512/1267 KB 276/1044 KB 1200/1710 KB 512/1267 KB 280/1044 KB 1204/1710 KB 516/1267 KB 284/1044 KB 1204/1710 KB 516/1267 KB 288/1044 KB 1204/1710 KB 516/1267 KB 276/1044 KB 1204/1710 KB 516/1267 KB 288/1044 KB 1208/1710 KB 516/1267 KB 288/1044 KB 1212/1710 KB 516/1267 KB 288/1044 KB 1216/1710 KB 516/1267 KB 288/1044 KB 1220/1710 KB 516/1267 KB 292/1044 KB 1224/1710 KB 516/1267 KB 292/1044 KB 1228/1710 KB 516/1267 KB 276/1044 KB 1200/1710 KB 516/1267 KB 292/1044 KB 1228/1710 KB 520/1267 KB 292/1044 KB 1228/1710 KB 524/1267 KB 292/1044 KB 1228/1710 KB 528/1267 KB 292/1044 KB 1228/1710 KB 532/1267 KB 292/1044 KB 1228/1710 KB 536/1267 KB 292/1044 KB 1228/1710 KB 540/1267 KB 292/1044 KB 1228/1710 KB 544/1267 KB 292/1044 KB 1220/1710 KB 516/1267 KB 296/1044 KB 1232/1710 KB 544/1267 KB 300/1044 KB 1232/1710 KB 544/1267 KB 304/1044 KB 1232/1710 KB 544/1267 KB 308/1044 KB 1232/1710 KB 544/1267 KB 312/1044 KB 1232/1710 KB 548/1267 KB 316/1044 KB 1232/1710 KB 548/1267 KB 292/1044 KB 1232/1710 KB 544/1267 KB 316/1044 KB 1236/1710 KB 548/1267 KB 316/1044 KB 1240/1710 KB 4/1063 KB 548/1267 KB 316/1044 KB 1244/1710 KB 4/1063 KB 548/1267 KB 308/1044 KB 1232/1710 KB 548/1267 KB 320/1044 KB 1244/1710 KB 4/1063 KB 552/1267 KB 320/1044 KB 1244/1710 KB 4/1063 KB 556/1267 KB 320/1044 KB 1244/1710 KB 4/1063 KB 560/1267 KB 320/1044 KB 1248/1710 KB 4/1063 KB 564/1267 KB 320/1044 KB 1244/1710 KB 4/1063 KB 548/1267 KB 316/1044 KB 1236/1710 KB 4/1063 KB 548/1267 KB 320/1044 KB 1248/1710 KB 8/1063 KB 564/1267 KB 320/1044 KB 1248/1710 KB 12/1063 KB 564/1267 KB 320/1044 KB 1248/1710 KB 16/1063 KB 564/1267 KB 320/1044 KB 1248/1710 KB 20/1063 KB 564/1267 KB 320/1044 KB 1248/1710 KB 24/1063 KB 564/1267 KB 320/1044 KB 1248/1710 KB 28/1063 KB 564/1267 KB 320/1044 KB 1248/1710 KB 32/1063 KB 564/1267 KB 324/1044 KB 1248/1710 KB 32/1063 KB 564/1267 KB 328/1044 KB 1248/1710 KB 36/1063 KB 564/1267 KB 332/1044 KB 1248/1710 KB 36/1063 KB 564/1267 KB 320/1044 KB 1248/1710 KB 4/1063 KB 560/1267 KB 336/1044 KB 1252/1710 KB 36/1063 KB 568/1267 KB 336/1044 KB 1256/1710 KB 36/1063 KB 568/1267 KB 336/1044 KB 1260/1710 KB 36/1063 KB 568/1267 KB 332/1044 KB 1248/1710 KB 36/1063 KB 568/1267 KB 324/1044 KB 1248/1710 KB 36/1063 KB 564/1267 KB 336/1044 KB 1260/1710 KB 40/1063 KB 568/1267 KB 336/1044 KB 1260/1710 KB 44/1063 KB 568/1267 KB 336/1044 KB 1260/1710 KB 48/1063 KB 568/1267 KB 336/1044 KB 1260/1710 KB 52/1063 KB 568/1267 KB 336/1044 KB 1260/1710 KB 56/1063 KB 568/1267 KB 336/1044 KB 1260/1710 KB 60/1063 KB 568/1267 KB 336/1044 KB 1260/1710 KB 64/1063 KB 568/1267 unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install KB 336/1044 KB 1260/1710 KB 64/1063 KB 572/1267 KB 336/1044 KB 1260/1710 KB 36/1063 KB 568/1267 KB 336/1044 KB 1264/1710 KB 64/1063 KB 576/1267 KB 336/1044 KB 1260/1710 KB 64/1063 KB 576/1267 KB 336/1044 KB 1264/1710 KB 64/1063 KB 576/1267 KB 4/713 KB 336/1044 KB 1264/1710 KB 64/1063 KB 576/1267 KB 8/713 KB 336/1044 KB 1264/1710 KB 64/1063 KB 576/1267 KB 12/713 KB 336/1044 KB 1264/1710 KB 64/1063 KB 576/1267 KB 16/713 KB 336/1044 KB 1264/1710 KB 68/1063 KB 576/1267 KB 16/713 KB 336/1044 KB 1264/1710 KB 72/1063 KB 576/1267 KB 16/713 KB 336/1044 KB 1264/1710 KB 76/1063 KB 576/1267 KB 16/713 KB 336/1044 KB 1264/1710 KB 76/1063 KB 576/1267 KB 20/713 KB 336/1044 KB 1264/1710 KB 76/1063 KB 576/1267 KB 24/713 KB 336/1044 KB 1264/1710 KB 76/1063 KB 576/1267 KB 28/713 KB 336/1044 KB 1264/1710 KB 76/1063 KB 576/1267 KB 32/713 KB 336/1044 KB 1264/1710 KB 80/1063 KB 576/1267 KB 32/713 KB 336/1044 KB 1264/1710 KB 84/1063 KB 576/1267 KB 32/713 KB 336/1044 KB 1264/1710 KB 88/1063 KB 576/1267 KB 32/713 KB 336/1044 KB 1264/1710 KB 92/1063 KB 576/1267 KB 32/713 KB 336/1044 KB 1264/1710 KB 96/1063 KB 576/1267 KB 32/713 KB 336/1044 KB 1264/1710 KB 96/1063 KB 576/1267 KB 36/713 KB 336/1044 KB 1264/1710 KB 96/1063 KB 576/1267 KB 40/713 KB 336/1044 KB 1264/1710 KB 96/1063 KB 576/1267 KB 44/713 KB 336/1044 KB 1264/1710 KB 96/1063 KB 576/1267 KB 48/713 KB 336/1044 KB 1264/1710 KB 100/1063 KB 576/1267 KB 48/713 KB 340/1044 KB 1268/1710 KB 104/1063 KB 580/1267 KB 48/713 KB 340/1044 KB 1272/1710 KB 104/1063 KB 580/1267 KB 52/713 KB 340/1044 KB 1276/1710 KB 104/1063 KB 580/1267 KB 52/713 KB 340/1044 KB 1264/1710 KB 100/1063 KB 580/1267 KB 48/713 KB 340/1044 KB 1280/1710 KB 104/1063 KB 584/1267 KB 52/713 KB 340/1044 KB 1264/1710 KB 100/1063 KB 576/1267 KB 48/713 KB 344/1044 KB 1280/1710 KB 104/1063 KB 584/1267 KB 52/713 KB 348/1044 KB 1280/1710 KB 104/1063 KB 584/1267 KB 52/713 KB 352/1044 KB 1280/1710 KB 104/1063 KB 584/1267 KB 52/713 KB 340/1044 KB 1264/1710 KB 104/1063 KB 580/1267 KB 52/713 KB 352/1044 KB 1280/1710 KB 108/1063 KB 584/1267 KB 52/713 KB 352/1044 KB 1280/1710 KB 112/1063 KB 584/1267 KB 52/713 KB 340/1044 KB 1268/1710 KB 104/1063 KB 580/1267 KB 52/713 KB 352/1044 KB 1280/1710 KB 112/1063 KB 588/1267 KB 56/713 KB 352/1044 KB 1280/1710 KB 112/1063 KB 588/1267 KB 60/713 KB 352/1044 KB 1280/1710 KB 112/1063 KB 588/1267 KB 64/713 KB 352/1044 KB 1280/1710 KB 112/1063 KB 588/1267 KB 52/713 KB 340/1044 KB 1280/1710 KB 112/1063 KB 588/1267 KB 64/713 KB 356/1044 KB 1280/1710 KB 112/1063 KB 588/1267 KB 64/713 KB 360/1044 KB 1280/1710 KB 112/1063 KB 588/1267 KB 64/713 KB 364/1044 KB 1280/1710 KB 112/1063 KB 588/1267 KB 64/713 KB 368/1044 KB 1284/1710 KB 116/1063 KB 592/1267 KB 68/713 KB 364/1044 KB 1284/1710 KB 116/1063 KB 592/1267 KB 68/713 KB 364/1044 KB 1284/1710 KB 116/1063 KB 592/1267 KB 68/713 KB 368/1044 KB 1284/1710 KB 116/1063 KB 592/1267 KB 72/713 KB 368/1044 KB 1284/1710 KB 116/1063 KB 592/1267 KB 76/713 KB 368/1044 KB 1284/1710 KB 116/1063 KB 592/1267 KB 80/713 KB 368/1044 KB 1284/1710 KB 116/1063 KB 592/1267 KB 84/713 KB 368/1044 KB 1284/1710 KB 116/1063 KB 592/1267 KB 88/713 KB 364/1044 KB 1284/1710 KB 116/1063 KB 592/1267 KB 64/713 KB 368/1044 KB 1284/1710 KB 116/1063 KB 596/1267 KB 88/713 KB 364/1044 KB 1284/1710 KB 112/1063 KB 588/1267 KB 64/713 KB 368/1044 KB 1288/1710 KB 120/1063 KB 596/1267 KB 92/713 KB 368/1044 KB 1284/1710 KB 120/1063 KB 596/1267 KB 92/713 KB 368/1044 KB 1292/1710 KB 124/1 unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 063 KB 600/1267 KB 92/713 KB 368/1044 KB 1292/1710 KB 128/1063 KB 600/1267 KB 92/713 KB 368/1044 KB 1292/1710 KB 132/1063 KB 600/1267 KB 92/713 KB 372/1044 KB 1292/1710 KB 136/1063 KB 600/1267 KB 92/713 KB 368/1044 KB 1284/1710 KB 116/1063 KB 596/1267 KB 92/713 KB 372/1044 KB 1292/1710 KB 136/1063 KB 600/1267 KB 96/713 KB 372/1044 KB 1292/1710 KB 136/1063 KB 600/1267 KB 100/713 KB 372/1044 KB 1292/1710 KB 136/1063 KB 600/1267 KB 104/713 KB 372/1044 KB 1292/1710 KB 136/1063 KB 600/1267 KB 108/713 KB 372/1044 KB 1292/1710 KB 136/1063 KB 600/1267 KB 112/713 KB 372/1044 KB 1292/1710 KB 136/1063 KB 600/1267 KB 116/713 KB 372/1044 KB 1292/1710 KB 140/1063 KB 600/1267 KB 120/713 KB 372/1044 KB 1292/1710 KB 140/1063 KB 600/1267 KB 124/713 KB 372/1044 KB 1292/1710 KB 140/1063 KB 600/1267 KB 128/713 KB 372/1044 KB 1292/1710 KB 132/1063 KB 600/1267 KB 92/713 KB 376/1044 KB 1292/1710 KB 140/1063 KB 600/1267 KB 128/713 KB 380/1044 KB 1292/1710 KB 140/1063 KB 600/1267 KB 128/713 KB 384/1044 KB 1292/1710 KB 140/1063 KB 600/1267 KB 128/713 KB 368/1044 KB 1292/1710 KB 120/1063 KB 600/1267 KB 92/713 KB 384/1044 KB 1296/1710 KB 140/1063 KB 600/1267 KB 128/713 KB 368/1044 KB 1288/1710 KB 120/1063 KB 600/1267 KB 92/713 KB 384/1044 KB 1296/1710 KB 140/1063 KB 604/1267 KB 128/713 KB 384/1044 KB 1296/1710 KB 140/1063 KB 608/1267 KB 128/713 KB 384/1044 KB 1300/1710 KB 140/1063 KB 608/1267 KB 128/713 KB 384/1044 KB 1300/1710 KB 140/1063 KB 612/1267 KB 128/713 KB 384/1044 KB 1304/1710 KB 140/1063 KB 616/1267 KB 128/713 KB 388/1044 KB 1304/1710 KB 140/1063 KB 620/1267 KB 132/713 KB 388/1044 KB 1304/1710 KB 140/1063 KB 624/1267 KB 132/713 KB 372/1044 KB 1292/1710 KB 140/1063 KB 600/1267 KB 116/713 KB 388/1044 KB 1304/1710 KB 144/1063 KB 624/1267 KB 132/713 KB 388/1044 KB 1304/1710 KB 148/1063 KB 624/1267 KB 132/713 KB 388/1044 KB 1304/1710 KB 152/1063 KB 624/1267 KB 132/713 KB 388/1044 KB 1304/1710 KB 156/1063 KB 624/1267 KB 132/713 KB 388/1044 KB 1304/1710 KB 160/1063 KB 628/1267 KB 132/713 KB 388/1044 KB 1304/1710 KB 140/1063 KB 616/1267 KB 132/713 KB 388/1044 KB 1304/1710 KB 160/1063 KB 628/1267 KB 136/713 KB 388/1044 KB 1304/1710 KB 160/1063 KB 628/1267 KB 140/713 KB 388/1044 KB 1304/1710 KB 164/1063 KB 628/1267 KB 144/713 KB 388/1044 KB 1304/1710 KB 140/1063 KB 616/1267 KB 128/713 KB 384/1044 KB 1304/1710 KB 140/1063 KB 612/1267 KB 128/713 KB 388/1044 KB 1308/1710 KB 164/1063 KB 628/1267 KB 144/713 KB 388/1044 KB 1312/1710 KB 164/1063 KB 628/1267 KB 144/713 KB 388/1044 KB 1316/1710 KB 164/1063 KB 628/1267 KB 144/713 KB 392/1044 KB 1320/1710 KB 164/1063 KB 628/1267 KB 144/713 KB 392/1044 KB 1324/1710 KB 164/1063 KB 628/1267 KB 144/713 KB 392/1044 KB 1328/1710 KB 164/1063 KB 628/1267 KB 144/713 KB 392/1044 KB 1332/1710 KB 164/1063 KB 628/1267 KB 144/713 KB 392/1044 KB 1336/1710 KB 164/1063 KB 628/1267 KB 148/713 KB 388/1044 KB 1304/1710 KB 164/1063 KB 628/1267 KB 140/713 KB 392/1044 KB 1340/1710 KB 168/1063 KB 628/1267 KB 148/713 KB 392/1044 KB 1340/1710 KB 172/1063 KB 628/1267 KB 148/713 KB 392/1044 KB 1340/1710 KB 176/1063 KB 628/1267 KB 148/713 KB 392/1044 KB 1340/1710 KB 180/1063 KB 628/1267 KB 148/713 KB 392/1044 KB 1340/1710 KB 184/1063 KB 628/1267 KB 148/713 KB 392/1044 KB 1340/1710 KB 188/1063 KB 628/1267 KB 148/713 KB 392/1044 KB 1340/1710 KB 192/1063 KB 628/1267 KB 148/713 KB 392/1044 KB 1340/1710 KB 196/1063 KB 628/1267 KB 148/713 KB 388/1044 KB 1304/1710 KB 156/1063 KB 628/1267 KB 132/713 KB 392/1044 KB 1340/17 unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 10 KB 196/1063 KB 632/1267 KB 148/713 KB 392/1044 KB 1340/1710 KB 196/1063 KB 636/1267 KB 148/713 KB 392/1044 KB 1340/1710 KB 196/1063 KB 640/1267 KB 148/713 KB 392/1044 KB 1340/1710 KB 196/1063 KB 644/1267 KB 148/713 KB 392/1044 KB 1340/1710 KB 196/1063 KB 648/1267 KB 148/713 KB 392/1044 KB 1340/1710 KB 196/1063 KB 652/1267 KB 148/713 KB 392/1044 KB 1340/1710 KB 196/1063 KB 656/1267 KB 148/713 KB 392/1044 KB 1340/1710 KB 172/1063 KB 628/1267 KB 148/713 KB 392/1044 KB 1332/1710 KB 164/1063 KB 628/1267 KB 148/713 KB 392/1044 KB 1340/1710 KB 196/1063 KB 656/1267 KB 152/713 KB 392/1044 KB 1340/1710 KB 196/1063 KB 656/1267 KB 156/713 KB 392/1044 KB 1344/1710 KB 196/1063 KB 656/1267 KB 160/713 KB 392/1044 KB 1316/1710 KB 164/1063 KB 628/1267 KB 144/713 KB 396/1044 KB 1344/1710 KB 196/1063 KB 656/1267 KB 160/713 KB 400/1044 KB 1344/1710 KB 196/1063 KB 656/1267 KB 160/713 KB 404/1044 KB 1344/1710 KB 196/1063 KB 656/1267 KB 160/713 KB 408/1044 KB 1344/1710 KB 196/1063 KB 656/1267 KB 160/713 KB 412/1044 KB 1344/1710 KB 196/1063 KB 656/1267 KB 160/713 KB 416/1044 KB 1344/1710 KB 196/1063 KB 656/1267 KB 160/713 KB 392/1044 KB 1344/1710 KB 196/1063 KB 656/1267 KB 156/713 KB 420/1044 KB 1344/1710 KB 196/1063 KB 656/1267 KB 160/713 KB 424/1044 KB 1348/1710 KB 196/1063 KB 656/1267 KB 164/713 KB 428/1044 KB 1348/1710 KB 196/1063 KB 656/1267 KB 164/713 KB 432/1044 KB 1348/1710 KB 196/1063 KB 656/1267 KB 164/713 KB 436/1044 KB 1348/1710 KB 196/1063 KB 656/1267 KB 164/713 KB 440/1044 KB 1348/1710 KB 196/1063 KB 660/1267 KB 164/713 KB 444/1044 KB 1348/1710 KB 196/1063 KB 660/1267 KB 164/713 KB 448/1044 KB 1348/1710 KB 200/1063 KB 660/1267 KB 164/713 KB 420/1044 KB 1348/1710 KB 196/1063 KB 656/1267 KB 164/713 KB 448/1044 KB 1352/1710 KB 200/1063 KB 660/1267 KB 164/713 KB 448/1044 KB 1356/1710 KB 200/1063 KB 660/1267 KB 164/713 KB 448/1044 KB 1360/1710 KB 200/1063 KB 660/1267 KB 164/713 KB 420/1044 KB 1344/1710 KB 196/1063 KB 656/1267 KB 164/713 KB 448/1044 KB 1360/1710 KB 200/1063 KB 660/1267 KB 168/713 KB 448/1044 KB 1360/1710 KB 200/1063 KB 660/1267 KB 172/713 KB 448/1044 KB 1360/1710 KB 200/1063 KB 660/1267 KB 176/713 KB 448/1044 KB 1360/1710 KB 200/1063 KB 660/1267 KB 180/713 KB 448/1044 KB 1364/1710 KB 200/1063 KB 660/1267 KB 184/713 KB 448/1044 KB 1364/1710 KB 200/1063 KB 660/1267 KB 188/713 KB 448/1044 KB 1364/1710 KB 200/1063 KB 660/1267 KB 192/713 KB 448/1044 KB 1364/1710 KB 200/1063 KB 660/1267 KB 196/713 KB 452/1044 KB 1364/1710 KB 200/1063 KB 660/1267 KB 200/713 KB 444/1044 KB 1348/1710 KB 200/1063 KB 660/1267 KB 164/713 KB 452/1044 KB 1364/1710 KB 204/1063 KB 660/1267 KB 204/713 KB 452/1044 KB 1364/1710 KB 208/1063 KB 660/1267 KB 204/713 KB 436/1044 KB 1348/1710 KB 196/1063 KB 660/1267 KB 164/713 KB 452/1044 KB 1364/1710 KB 208/1063 KB 664/1267 KB 204/713 KB 452/1044 KB 1364/1710 KB 208/1063 KB 668/1267 KB 204/713 KB 452/1044 KB 1364/1710 KB 208/1063 KB 672/1267 KB 204/713 KB 452/1044 KB 1364/1710 KB 208/1063 KB 676/1267 KB 204/713 KB 452/1044 KB 1364/1710 KB 212/1063 KB 680/1267 KB 204/713 KB 452/1044 KB 1364/1710 KB 212/1063 KB 684/1267 KB 204/713 KB 452/1044 KB 1364/1710 KB 212/1063 KB 688/1267 KB 204/713 KB 452/1044 KB 1364/1710 KB 200/1063 KB 660/1267 KB 196/713 KB 456/1044 KB 1364/1710 KB 212/1063 KB 688/1267 KB 204/713 KB 460/1044 KB 1364/1710 KB 212/1063 KB 688/1267 KB 204/713 KB 464/1044 KB 1364/1710 KB 212/1063 KB 688/1267 KB 204/713 KB 448/1044 KB 1364/1710 KB 200/1063 KB 660/1267 KB 180/713 KB unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 464/1044 KB 1368/1710 KB 212/1063 KB 688/1267 KB 204/713 KB 464/1044 KB 1372/1710 KB 212/1063 KB 688/1267 KB 204/713 KB 464/1044 KB 1376/1710 KB 212/1063 KB 688/1267 KB 204/713 KB 464/1044 KB 1380/1710 KB 212/1063 KB 688/1267 KB 204/713 KB 464/1044 KB 1384/1710 KB 212/1063 KB 688/1267 KB 204/713 KB 468/1044 KB 1388/1710 KB 212/1063 KB 688/1267 KB 204/713 KB 468/1044 KB 1392/1710 KB 212/1063 KB 688/1267 KB 204/713 KB 468/1044 KB 1396/1710 KB 212/1063 KB 688/1267 KB 204/713 KB 468/1044 KB 1400/1710 KB 212/1063 KB 692/1267 KB 204/713 KB 468/1044 KB 1404/1710 KB 212/1063 KB 692/1267 KB 204/713 KB 468/1044 KB 1408/1710 KB 212/1063 KB 692/1267 KB 204/713 KB 452/1044 KB 1364/1710 KB 212/1063 KB 676/1267 KB 204/713 KB 468/1044 KB 1408/1710 KB 216/1063 KB 692/1267 KB 204/713 KB 468/1044 KB 1408/1710 KB 220/1063 KB 692/1267 KB 204/713 KB 468/1044 KB 1408/1710 KB 224/1063 KB 692/1267 KB 204/713 KB 468/1044 KB 1408/1710 KB 228/1063 KB 692/1267 KB 204/713 KB 468/1044 KB 1408/1710 KB 232/1063 KB 692/1267 KB 204/713 KB 468/1044 KB 1408/1710 KB 236/1063 KB 692/1267 KB 204/713 KB 468/1044 KB 1408/1710 KB 240/1063 KB 692/1267 KB 204/713 KB 468/1044 KB 1396/1710 KB 212/1063 KB 692/1267 KB 204/713 KB 468/1044 KB 1408/1710 KB 240/1063 KB 696/1267 KB 204/713 KB 468/1044 KB 1408/1710 KB 240/1063 KB 700/1267 KB 204/713 KB 468/1044 KB 1408/1710 KB 240/1063 KB 704/1267 KB 204/713 KB 468/1044 KB 1384/1710 KB 212/1063 KB 688/1267 KB 204/713 KB 472/1044 KB 1408/1710 KB 240/1063 KB 704/1267 KB 204/713 KB 476/1044 KB 1408/1710 KB 240/1063 KB 704/1267 KB 204/713 KB 480/1044 KB 1408/1710 KB 240/1063 KB 704/1267 KB 204/713 KB 452/1044 KB 1364/1710 KB 200/1063 KB 660/1267 KB 204/713 KB 480/1044 KB 1408/1710 KB 240/1063 KB 704/1267 KB 208/713 KB 480/1044 KB 1408/1710 KB 240/1063 KB 704/1267 KB 212/713 KB 480/1044 KB 1408/1710 KB 240/1063 KB 704/1267 KB 216/713 KB 484/1044 KB 1408/1710 KB 240/1063 KB 708/1267 KB 220/713 KB 484/1044 KB 1408/1710 KB 240/1063 KB 708/1267 KB 224/713 KB 484/1044 KB 1408/1710 KB 240/1063 KB 708/1267 KB 228/713 KB 484/1044 KB 1412/1710 KB 244/1063 KB 708/1267 KB 232/713 KB 484/1044 KB 1412/1710 KB 244/1063 KB 708/1267 KB 236/713 KB 484/1044 KB 1412/1710 KB 244/1063 KB 708/1267 KB 240/713 KB 484/1044 KB 1408/1710 KB 240/1063 KB 708/1267 KB 216/713 KB 488/1044 KB 1412/1710 KB 244/1063 KB 708/1267 KB 240/713 KB 492/1044 KB 1412/1710 KB 244/1063 KB 708/1267 KB 240/713 KB 496/1044 KB 1412/1710 KB 244/1063 KB 708/1267 KB 240/713 KB 480/1044 KB 1408/1710 KB 240/1063 KB 708/1267 KB 216/713 KB 496/1044 KB 1412/1710 KB 244/1063 KB 712/1267 KB 240/713 KB 484/1044 KB 1412/1710 KB 244/1063 KB 708/1267 KB 228/713 KB 496/1044 KB 1412/1710 KB 248/1063 KB 712/1267 KB 240/713 KB 496/1044 KB 1412/1710 KB 252/1063 KB 716/1267 KB 240/713 KB 496/1044 KB 1412/1710 KB 256/1063 KB 716/1267 KB 240/713 KB 500/1044 KB 1412/1710 KB 260/1063 KB 716/1267 KB 240/713 KB 500/1044 KB 1412/1710 KB 264/1063 KB 716/1267 KB 244/713 KB 500/1044 KB 1412/1710 KB 268/1063 KB 716/1267 KB 244/713 KB 500/1044 KB 1412/1710 KB 272/1063 KB 716/1267 KB 244/713 KB 484/1044 KB 1412/1710 KB 240/1063 KB 708/1267 KB 228/713 KB 500/1044 KB 1416/1710 KB 272/1063 KB 716/1267 KB 244/713 KB 500/1044 KB 1420/1710 KB 272/1063 KB 716/1267 KB 244/713 KB 500/1044 KB 1424/1710 KB 272/1063 KB 716/1267 KB 244/713 KB 500/1044 KB 1428/1710 KB 272/1063 KB 716/1267 KB 244/713 KB 500/1044 KB 1432/1710 KB 272/1063 KB 716/1267 KB 244/713 KB 500/1044 KB 1436/1710 KB 272/1063 KB 716/1 unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 267 KB 244/713 KB 500/1044 KB 1440/1710 KB 272/1063 KB 716/1267 KB 244/713 KB 500/1044 KB 1444/1710 KB 272/1063 KB 716/1267 KB 244/713 KB 500/1044 KB 1448/1710 KB 276/1063 KB 716/1267 KB 244/713 KB 500/1044 KB 1452/1710 KB 276/1063 KB 716/1267 KB 244/713 KB 500/1044 KB 1456/1710 KB 276/1063 KB 716/1267 KB 244/713 KB 500/1044 KB 1412/1710 KB 260/1063 KB 716/1267 KB 244/713 KB 500/1044 KB 1456/1710 KB 276/1063 KB 716/1267 KB 248/713 KB 500/1044 KB 1456/1710 KB 276/1063 KB 716/1267 KB 252/713 KB 500/1044 KB 1456/1710 KB 276/1063 KB 716/1267 KB 256/713 KB 500/1044 KB 1456/1710 KB 276/1063 KB 716/1267 KB 260/713 KB 500/1044 KB 1456/1710 KB 276/1063 KB 716/1267 KB 264/713 KB 500/1044 KB 1456/1710 KB 276/1063 KB 716/1267 KB 268/713 KB 500/1044 KB 1412/1710 KB 256/1063 KB 716/1267 KB 240/713 KB 496/1044 KB 1412/1710 KB 248/1063 KB 716/1267 KB 240/713 KB 500/1044 KB 1456/1710 KB 276/1063 KB 720/1267 KB 268/713 KB 500/1044 KB 1456/1710 KB 276/1063 KB 724/1267 KB 268/713 KB 500/1044 KB 1456/1710 KB 276/1063 KB 728/1267 KB 268/713 KB 504/1044 KB 1456/1710 KB 276/1063 KB 732/1267 KB 268/713 KB 504/1044 KB 1456/1710 KB 276/1063 KB 736/1267 KB 268/713 KB 504/1044 KB 1456/1710 KB 276/1063 KB 740/1267 KB 268/713 KB 504/1044 KB 1456/1710 KB 276/1063 KB 744/1267 KB 268/713 KB 504/1044 KB 1456/1710 KB 276/1063 KB 748/1267 KB 268/713 KB 504/1044 KB 1456/1710 KB 276/1063 KB 752/1267 KB 268/713 KB 500/1044 KB 1444/1710 KB 276/1063 KB 716/1267 KB 244/713 KB 504/1044 KB 1456/1710 KB 280/1063 KB 752/1267 KB 272/713 KB 504/1044 KB 1456/1710 KB 284/1063 KB 752/1267 KB 272/713 KB 504/1044 KB 1456/1710 KB 288/1063 KB 752/1267 KB 272/713 KB 504/1044 KB 1456/1710 KB 292/1063 KB 752/1267 KB 272/713 KB 504/1044 KB 1460/1710 KB 296/1063 KB 756/1267 KB 272/713 KB 504/1044 KB 1460/1710 KB 300/1063 KB 756/1267 KB 272/713 KB 504/1044 KB 1460/1710 KB 304/1063 KB 756/1267 KB 272/713 KB 504/1044 KB 1456/1710 KB 276/1063 KB 752/1267 KB 272/713 KB 504/1044 KB 1456/1710 KB 276/1063 KB 728/1267 KB 268/713 KB 508/1044 KB 1460/1710 KB 304/1063 KB 756/1267 KB 272/713 KB 512/1044 KB 1460/1710 KB 304/1063 KB 756/1267 KB 272/713 KB 516/1044 KB 1460/1710 KB 304/1063 KB 756/1267 KB 272/713 KB 520/1044 KB 1460/1710 KB 304/1063 KB 756/1267 KB 272/713 KB 524/1044 KB 1460/1710 KB 304/1063 KB 756/1267 KB 272/713 KB 528/1044 KB 1460/1710 KB 304/1063 KB 756/1267 KB 272/713 KB 532/1044 KB 1460/1710 KB 304/1063 KB 756/1267 KB 272/713 KB 536/1044 KB 1460/1710 KB 304/1063 KB 756/1267 KB 276/713 KB 540/1044 KB 1460/1710 KB 304/1063 KB 756/1267 KB 276/713 KB 544/1044 KB 1460/1710 KB 304/1063 KB 756/1267 KB 276/713 KB 504/1044 KB 1460/1710 KB 292/1063 KB 756/1267 KB 272/713 KB 544/1044 KB 1460/1710 KB 304/1063 KB 760/1267 KB 276/713 KB 544/1044 KB 1460/1710 KB 304/1063 KB 764/1267 KB 276/713 KB 544/1044 KB 1460/1710 KB 304/1063 KB 768/1267 KB 276/713 KB 504/1044 KB 1460/1710 KB 292/1063 KB 752/1267 KB 272/713 KB 544/1044 KB 1464/1710 KB 304/1063 KB 768/1267 KB 276/713 KB 532/1044 KB 1460/1710 KB 304/1063 KB 756/1267 KB 276/713 KB 544/1044 KB 1464/1710 KB 304/1063 KB 768/1267 KB 280/713 KB 544/1044 KB 1464/1710 KB 304/1063 KB 768/1267 KB 284/713 KB 544/1044 KB 1464/1710 KB 304/1063 KB 768/1267 KB 288/713 KB 548/1044 KB 1464/1710 KB 304/1063 KB 768/1267 KB 288/713 KB 552/1044 KB 1468/1710 KB 308/1063 KB 772/1267 KB 292/713 KB 556/1044 KB 1468/1710 KB 308/1063 KB 772/1267 KB 292/713 KB 560/1044 KB 1468/1710 KB 308/1063 KB 772/1267 KB 292/713 KB 564/1044 KB 1468/1710 KB unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 308/1063 KB 772/1267 KB 292/713 KB 548/1044 KB 1468/1710 KB 308/1063 KB 772/1267 KB 292/713 KB 564/1044 KB 1468/1710 KB 308/1063 KB 776/1267 KB 292/713 KB 564/1044 KB 1468/1710 KB 308/1063 KB 780/1267 KB 292/713 KB 564/1044 KB 1468/1710 KB 308/1063 KB 784/1267 KB 292/713 KB 564/1044 KB 1468/1710 KB 308/1063 KB 788/1267 KB 292/713 KB 564/1044 KB 1468/1710 KB 308/1063 KB 792/1267 KB 292/713 KB 564/1044 KB 1468/1710 KB 308/1063 KB 796/1267 KB 292/713 KB 564/1044 KB 1468/1710 KB 308/1063 KB 800/1267 KB 292/713 KB 564/1044 KB 1468/1710 KB 308/1063 KB 804/1267 KB 292/713 KB 548/1044 KB 1468/1710 KB 308/1063 KB 768/1267 KB 292/713 KB 564/1044 KB 1468/1710 KB 312/1063 KB 804/1267 KB 292/713 KB 564/1044 KB 1468/1710 KB 316/1063 KB 804/1267 KB 292/713 KB 564/1044 KB 1468/1710 KB 320/1063 KB 804/1267 KB 292/713 KB 564/1044 KB 1468/1710 KB 324/1063 KB 804/1267 KB 292/713 KB 564/1044 KB 1468/1710 KB 328/1063 KB 804/1267 KB 292/713 KB 564/1044 KB 1468/1710 KB 332/1063 KB 804/1267 KB 292/713 KB 564/1044 KB 1468/1710 KB 336/1063 KB 804/1267 KB 292/713 KB 564/1044 KB 1468/1710 KB 340/1063 KB 804/1267 KB 292/713 KB 548/1044 KB 1468/1710 KB 304/1063 KB 768/1267 KB 292/713 KB 564/1044 KB 1468/1710 KB 340/1063 KB 804/1267 KB 296/713 KB 564/1044 KB 1468/1710 KB 340/1063 KB 804/1267 KB 300/713 KB 564/1044 KB 1468/1710 KB 340/1063 KB 804/1267 KB 304/713 KB 564/1044 KB 1468/1710 KB 340/1063 KB 804/1267 KB 308/713 KB 564/1044 KB 1468/1710 KB 340/1063 KB 804/1267 KB 312/713 KB 564/1044 KB 1468/1710 KB 340/1063 KB 804/1267 KB 316/713 KB 564/1044 KB 1468/1710 KB 340/1063 KB 804/1267 KB 320/713 KB 564/1044 KB 1468/1710 KB 340/1063 KB 804/1267 KB 324/713 KB 548/1044 KB 1468/1710 KB 304/1063 KB 768/1267 KB 288/713 KB 564/1044 KB 1472/1710 KB 340/1063 KB 804/1267 KB 324/713 KB 564/1044 KB 1476/1710 KB 340/1063 KB 804/1267 KB 324/713 KB 564/1044 KB 1480/1710 KB 340/1063 KB 804/1267 KB 324/713 KB 564/1044 KB 1484/1710 KB 340/1063 KB 804/1267 KB 324/713 KB 564/1044 KB 1488/1710 KB 340/1063 KB 804/1267 KB 324/713 KB 564/1044 KB 1492/1710 KB 340/1063 KB 804/1267 KB 324/713 KB 564/1044 KB 1496/1710 KB 340/1063 KB 804/1267 KB 324/713 KB 564/1044 KB 1500/1710 KB 340/1063 KB 804/1267 KB 328/713 KB 564/1044 KB 1504/1710 KB 344/1063 KB 808/1267 KB 328/713 KB 564/1044 KB 1496/1710 KB 340/1063 KB 804/1267 KB 328/713 KB 564/1044 KB 1504/1710 KB 344/1063 KB 808/1267 KB 332/713 KB 564/1044 KB 1504/1710 KB 344/1063 KB 808/1267 KB 336/713 KB 564/1044 KB 1500/1710 KB 344/1063 KB 808/1267 KB 328/713 KB 564/1044 KB 1504/1710 KB 344/1063 KB 812/1267 KB 336/713 KB 564/1044 KB 1504/1710 KB 344/1063 KB 816/1267 KB 336/713 KB 564/1044 KB 1504/1710 KB 344/1063 KB 820/1267 KB 336/713 KB 564/1044 KB 1508/1710 KB 344/1063 KB 824/1267 KB 340/713 KB 564/1044 KB 1500/1710 KB 344/1063 KB 804/1267 KB 328/713 KB 564/1044 KB 1508/1710 KB 348/1063 KB 824/1267 KB 340/713 KB 564/1044 KB 1508/1710 KB 352/1063 KB 824/1267 KB 340/713 KB 564/1044 KB 1508/1710 KB 356/1063 KB 824/1267 KB 340/713 KB 564/1044 KB 1508/1710 KB 360/1063 KB 824/1267 KB 340/713 KB 564/1044 KB 1508/1710 KB 364/1063 KB 824/1267 KB 340/713 KB 564/1044 KB 1508/1710 KB 368/1063 KB 828/1267 KB 340/713 KB 564/1044 KB 1508/1710 KB 344/1063 KB 820/1267 KB 340/713 KB 564/1044 KB 1508/1710 KB 344/1063 KB 820/1267 KB 336/713 KB 564/1044 KB 1512/1710 KB 368/1063 KB 828/1267 KB 340/713 KB 564/1044 KB 1516/1710 KB 368/1063 KB 828/1267 KB 340/713 KB 564/1044 KB 1520/1710 KB 368/1063 KB 828/1267 KB 340/713 KB 564/ unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 1044 KB 1508/1710 KB 364/1063 KB 828/1267 KB 340/713 KB 564/1044 KB 1520/1710 KB 368/1063 KB 828/1267 KB 344/713 KB 564/1044 KB 1520/1710 KB 368/1063 KB 832/1267 KB 348/713 KB 564/1044 KB 1520/1710 KB 368/1063 KB 832/1267 KB 352/713 KB 564/1044 KB 1524/1710 KB 368/1063 KB 832/1267 KB 352/713 KB 564/1044 KB 1528/1710 KB 372/1063 KB 832/1267 KB 356/713 KB 564/1044 KB 1532/1710 KB 372/1063 KB 832/1267 KB 356/713 KB 564/1044 KB 1536/1710 KB 372/1063 KB 832/1267 KB 356/713 KB 564/1044 KB 1524/1710 KB 368/1063 KB 832/1267 KB 352/713 KB 564/1044 KB 1536/1710 KB 372/1063 KB 836/1267 KB 356/713 KB 564/1044 KB 1536/1710 KB 372/1063 KB 840/1267 KB 356/713 KB 564/1044 KB 1536/1710 KB 372/1063 KB 844/1267 KB 356/713 KB 564/1044 KB 1536/1710 KB 372/1063 KB 848/1267 KB 356/713 KB 564/1044 KB 1524/1710 KB 372/1063 KB 832/1267 KB 356/713 KB 564/1044 KB 1536/1710 KB 372/1063 KB 848/1267 KB 360/713 KB 564/1044 KB 1536/1710 KB 372/1063 KB 848/1267 KB 364/713 KB 564/1044 KB 1536/1710 KB 372/1063 KB 848/1267 KB 368/713 KB 564/1044 KB 1536/1710 KB 372/1063 KB 848/1267 KB 372/713 KB 564/1044 KB 1540/1710 KB 372/1063 KB 852/1267 KB 376/713 KB 568/1044 KB 1540/1710 KB 372/1063 KB 852/1267 KB 380/713 KB 568/1044 KB 1540/1710 KB 372/1063 KB 852/1267 KB 384/713 KB 564/1044 KB 1524/1710 KB 372/1063 KB 832/1267 KB 352/713 KB 568/1044 KB 1540/1710 KB 376/1063 KB 852/1267 KB 384/713 KB 568/1044 KB 1540/1710 KB 380/1063 KB 852/1267 KB 384/713 KB 568/1044 KB 1540/1710 KB 384/1063 KB 852/1267 KB 384/713 KB 568/1044 KB 1540/1710 KB 388/1063 KB 852/1267 KB 384/713 KB 568/1044 KB 1540/1710 KB 392/1063 KB 852/1267 KB 384/713 KB 568/1044 KB 1540/1710 KB 396/1063 KB 852/1267 KB 384/713 KB 568/1044 KB 1540/1710 KB 400/1063 KB 852/1267 KB 384/713 KB 568/1044 KB 1540/1710 KB 372/1063 KB 852/1267 KB 376/713 KB 572/1044 KB 1540/1710 KB 400/1063 KB 852/1267 KB 384/713 KB 576/1044 KB 1540/1710 KB 400/1063 KB 852/1267 KB 384/713 KB 564/1044 KB 1540/1710 KB 372/1063 KB 852/1267 KB 372/713 KB 576/1044 KB 1540/1710 KB 400/1063 KB 856/1267 KB 384/713 KB 576/1044 KB 1540/1710 KB 400/1063 KB 860/1267 KB 384/713 KB 576/1044 KB 1540/1710 KB 400/1063 KB 864/1267 KB 384/713 KB 564/1044 KB 1540/1710 KB 372/1063 KB 848/1267 KB 372/713 KB 576/1044 KB 1544/1710 KB 400/1063 KB 864/1267 KB 384/713 KB 576/1044 KB 1548/1710 KB 400/1063 KB 864/1267 KB 384/713 KB 576/1044 KB 1552/1710 KB 400/1063 KB 864/1267 KB 384/713 KB 576/1044 KB 1556/1710 KB 400/1063 KB 864/1267 KB 384/713 KB 580/1044 KB 1560/1710 KB 404/1063 KB 868/1267 KB 388/713 KB 580/1044 KB 1564/1710 KB 404/1063 KB 868/1267 KB 388/713 KB 580/1044 KB 1556/1710 KB 404/1063 KB 868/1267 KB 388/713 KB 580/1044 KB 1568/1710 KB 408/1063 KB 868/1267 KB 388/713 KB 580/1044 KB 1568/1710 KB 412/1063 KB 868/1267 KB 388/713 KB 580/1044 KB 1568/1710 KB 416/1063 KB 868/1267 KB 388/713 KB 580/1044 KB 1556/1710 KB 400/1063 KB 868/1267 KB 388/713 KB 584/1044 KB 1568/1710 KB 416/1063 KB 868/1267 KB 388/713 KB 588/1044 KB 1568/1710 KB 416/1063 KB 868/1267 KB 388/713 KB 576/1044 KB 1556/1710 KB 400/1063 KB 868/1267 KB 388/713 KB 592/1044 KB 1568/1710 KB 416/1063 KB 868/1267 KB 392/713 KB 592/1044 KB 1568/1710 KB 416/1063 KB 868/1267 KB 396/713 KB 592/1044 KB 1568/1710 KB 416/1063 KB 868/1267 KB 400/713 KB 576/1044 KB 1556/1710 KB 400/1063 KB 868/1267 KB 384/713 KB 592/1044 KB 1568/1710 KB 416/1063 KB 872/1267 KB 400/713 KB 592/1044 KB 1568/1710 KB 416/1063 KB 876/1267 KB 400/713 KB 592/1044 KB 1568/1710 KB 416/1063 KB 880/1267 K unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install B 400/713 KB 580/1044 KB 1568/1710 KB 404/1063 KB 868/1267 KB 388/713 KB 592/1044 KB 1568/1710 KB 416/1063 KB 868/1267 KB 388/713 KB 592/1044 KB 1572/1710 KB 416/1063 KB 880/1267 KB 400/713 KB 596/1044 KB 1576/1710 KB 420/1063 KB 884/1267 KB 404/713 KB 596/1044 KB 1580/1710 KB 420/1063 KB 884/1267 KB 404/713 KB 596/1044 KB 1584/1710 KB 420/1063 KB 884/1267 KB 404/713 KB 596/1044 KB 1572/1710 KB 420/1063 KB 884/1267 KB 404/713 KB 596/1044 KB 1584/1710 KB 424/1063 KB 884/1267 KB 404/713 KB 596/1044 KB 1584/1710 KB 428/1063 KB 884/1267 KB 404/713 KB 596/1044 KB 1584/1710 KB 432/1063 KB 884/1267 KB 404/713 KB 596/1044 KB 1572/1710 KB 416/1063 KB 884/1267 KB 404/713 KB 592/1044 KB 1572/1710 KB 416/1063 KB 884/1267 KB 404/713 KB 596/1044 KB 1584/1710 KB 432/1063 KB 888/1267 KB 404/713 KB 596/1044 KB 1584/1710 KB 432/1063 KB 892/1267 KB 404/713 KB 596/1044 KB 1584/1710 KB 432/1063 KB 896/1267 KB 404/713 KB 592/1044 KB 1572/1710 KB 416/1063 KB 880/1267 KB 404/713 KB 600/1044 KB 1584/1710 KB 432/1063 KB 896/1267 KB 408/713 KB 600/1044 KB 1584/1710 KB 432/1063 KB 896/1267 KB 412/713 KB 600/1044 KB 1584/1710 KB 432/1063 KB 896/1267 KB 404/713 KB 604/1044 KB 1584/1710 KB 432/1063 KB 896/1267 KB 412/713 KB 608/1044 KB 1584/1710 KB 432/1063 KB 896/1267 KB 412/713 KB 612/1044 KB 1584/1710 KB 436/1063 KB 900/1267 KB 416/713 KB 616/1044 KB 1588/1710 KB 436/1063 KB 900/1267 KB 416/713 KB 608/1044 KB 1584/1710 KB 436/1063 KB 900/1267 KB 416/713 KB 608/1044 KB 1584/1710 KB 436/1063 KB 896/1267 KB 416/713 KB 608/1044 KB 1584/1710 KB 432/1063 KB 896/1267 KB 416/713 KB 620/1044 KB 1588/1710 KB 436/1063 KB 904/1267 KB 420/713 KB 620/1044 KB 1588/1710 KB 436/1063 KB 904/1267 KB 424/713 KB 620/1044 KB 1588/1710 KB 440/1063 KB 904/1267 KB 428/713 KB 620/1044 KB 1588/1710 KB 440/1063 KB 904/1267 KB 432/713 KB 620/1044 KB 1588/1710 KB 440/1063 KB 904/1267 KB 436/713 KB 620/1044 KB 1588/1710 KB 440/1063 KB 904/1267 KB 440/713 KB 620/1044 KB 1588/1710 KB 440/1063 KB 904/1267 KB 444/713 KB 620/1044 KB 1588/1710 KB 440/1063 KB 904/1267 KB 448/713 KB 612/1044 KB 1588/1710 KB 436/1063 KB 900/1267 KB 416/713 KB 620/1044 KB 1592/1710 KB 440/1063 KB 904/1267 KB 448/713 KB 620/1044 KB 1596/1710 KB 440/1063 KB 904/1267 KB 448/713 KB 620/1044 KB 1600/1710 KB 440/1063 KB 904/1267 KB 448/713 KB 620/1044 KB 1588/1710 KB 440/1063 KB 904/1267 KB 436/713 KB 620/1044 KB 1588/1710 KB 440/1063 KB 904/1267 KB 424/713 KB 620/1044 KB 1600/1710 KB 444/1063 KB 904/1267 KB 448/713 KB 620/1044 KB 1600/1710 KB 448/1063 KB 904/1267 KB 448/713 KB 620/1044 KB 1588/1710 KB 436/1063 KB 904/1267 KB 416/713 KB 620/1044 KB 1600/1710 KB 448/1063 KB 908/1267 KB 448/713 KB 620/1044 KB 1600/1710 KB 448/1063 KB 912/1267 KB 448/713 KB 620/1044 KB 1600/1710 KB 448/1063 KB 916/1267 KB 448/713 KB 624/1044 KB 1604/1710 KB 452/1063 KB 920/1267 KB 448/713 KB 624/1044 KB 1604/1710 KB 452/1063 KB 924/1267 KB 448/713 KB 624/1044 KB 1604/1710 KB 452/1063 KB 928/1267 KB 448/713 KB 624/1044 KB 1604/1710 KB 452/1063 KB 916/1267 KB 448/713 KB 624/1044 KB 1604/1710 KB 456/1063 KB 928/1267 KB 448/713 KB 624/1044 KB 1604/1710 KB 448/1063 KB 916/1267 KB 448/713 KB 628/1044 KB 1604/1710 KB 460/1063 KB 928/1267 KB 448/713 KB 632/1044 KB 1604/1710 KB 460/1063 KB 928/1267 KB 448/713 KB 636/1044 KB 1604/1710 KB 460/1063 KB 928/1267 KB 448/713 KB 640/1044 KB 1604/1710 KB 460/1063 KB 928/1267 KB 448/713 KB 644/1044 KB 1604/1710 KB 460/1063 KB 928/1267 KB 452/713 KB 648/1044 KB 1604/1710 KB 46 unit-oai-hss-0: 16:54:52 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:54:52 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 16:54:52 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 16:54:52 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:54:52 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:54:52 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 0/1063 KB 932/1267 KB 452/713 KB 652/1044 KB 1604/1710 KB 460/1063 KB 932/1267 KB 452/713 KB 620/1044 KB 1604/1710 KB 448/1063 KB 916/1267 KB 448/713 KB 652/1044 KB 1608/1710 KB 460/1063 KB 932/1267 KB 452/713 KB 652/1044 KB 1612/1710 KB 460/1063 KB 932/1267 KB 452/713 KB 652/1044 KB 1616/1710 KB 460/1063 KB 932/1267 KB 452/713 KB 652/1044 KB 1620/1710 KB 460/1063 KB 932/1267 KB 452/713 KB 652/1044 KB 1624/1710 KB 460/1063 KB 932/1267 KB 452/713 KB 652/1044 KB 1628/1710 KB 460/1063 KB 932/1267 KB 452/713 KB 652/1044 KB 1632/1710 KB 460/1063 KB 932/1267 KB 452/713 KB 644/1044 KB 1604/1710 KB 460/1063 KB 932/1267 KB 452/713 KB 652/1044 KB 1632/1710 KB 460/1063 KB 936/1267 KB 452/713 KB 652/1044 KB 1632/1710 KB 460/1063 KB 940/1267 KB 452/713 KB 652/1044 KB 1632/1710 KB 460/1063 KB 944/1267 KB 452/713 KB 640/1044 KB 1604/1710 KB 460/1063 KB 928/1267 KB 452/713 KB 652/1044 KB 1632/1710 KB 460/1063 KB 944/1267 KB 456/713 KB 652/1044 KB 1632/1710 KB 460/1063 KB 944/1267 KB 460/713 KB 652/1044 KB 1632/1710 KB 460/1063 KB 944/1267 KB 464/713 KB 624/1044 KB 1604/1710 KB 460/1063 KB 928/1267 KB 448/713 KB 652/1044 KB 1632/1710 KB 464/1063 KB 944/1267 KB 464/713 KB 652/1044 KB 1632/1710 KB 468/1063 KB 944/1267 KB 464/713 KB 652/1044 KB 1632/1710 KB 472/1063 KB 944/1267 KB 464/713 KB 652/1044 KB 1632/1710 KB 476/1063 KB 944/1267 KB 464/713 KB 652/1044 KB 1632/1710 KB 480/1063 KB 944/1267 KB 464/713 KB 652/1044 KB 1636/1710 KB 480/1063 KB 944/1267 KB 464/713 KB 656/1044 KB 1640/1710 KB 484/1063 KB 948/1267 KB 468/713 KB 656/1044 KB 1644/1710 KB 484/1063 KB 948/1267 KB 468/713 KB 656/1044 KB 1648/1710 KB 484/1063 KB 948/1267 KB 468/713 KB 656/1044 KB 1636/1710 KB 484/1063 KB 948/1267 KB 468/713 KB 660/1044 KB 1648/1710 KB 484/1063 KB 948/1267 KB 468/713 KB 664/1044 KB 1648/1710 KB 484/1063 KB 948/1267 KB 468/713 KB 668/1044 KB 1648/1710 KB 484/1063 KB 948/1267 KB 468/713 KB 672/1044 KB 1648/1710 KB 484/1063 KB 948/1267 KB 468/713 KB 676/1044 KB 1652/1710 KB 484/1063 KB 948/1267 KB 468/713 KB 652/1044 KB 1636/1710 KB 484/1063 KB 948/1267 KB 468/713 KB 680/1044 KB 1652/1710 KB 484/1063 KB 948/1267 KB 472/713 KB 680/1044 KB 1652/1710 KB 484/1063 KB 948/1267 KB 476/713 KB 680/1044 KB 1652/1710 KB 484/1063 KB 948/1267 KB 480/713 KB 652/1044 KB 1636/1710 KB 484/1063 KB 948/1267 KB 464/713 KB 680/1044 KB 1652/1710 KB 488/1063 KB 948/1267 KB 480/713 KB 680/1044 KB 1652/1710 KB 492/1063 KB 948/1267 KB 480/713 KB 680/1044 KB 1652/1710 KB 496/1063 KB 948/1267 KB 480/713 KB 652/1044 KB 1636/1710 KB 480/1063 KB 948/1267 KB 464/713 KB 680/1044 KB 1652/1710 KB 496/1063 KB 952/1267 KB 480/713 KB 680/1044 KB 1652/1710 KB 496/1063 KB 956/1267 KB 480/713 KB 680/1044 KB 1652/1710 KB 496/1063 KB 960/1267 KB 480/713 KB 680/1044 KB 1652/1710 KB 496/1063 KB 960/1267 KB 484/713 KB 680/1044 KB 1652/1710 KB 500/1063 KB 964/1267 KB 488/713 KB 680/1044 KB 1652/1710 KB 500/1063 KB 964/1267 KB 492/713 KB 680/1044 KB 1652/1710 KB 500/1063 KB 964/1267 KB 496/713 KB 672/1044 KB 1652/1710 KB 484/1063 KB 948/1267 KB 468/713 KB 680/1044 KB 1656/1710 KB 500/1063 KB 964/1267 KB 496/713 KB 680/1044 KB 1652/1710 KB 500/1063 KB 964/1267 KB 484/713 KB 680/1044 KB 1656/1710 KB 504/1063 KB 964/1267 KB 496/713 KB 680/1044 KB 1656/1710 KB 508/1063 KB 964/1267 KB 496/713 KB 680/1044 KB 1652/1710 KB 496/1063 KB 964/1267 KB 484/713 KB 680/1044 KB 1660/1710 KB 508/1063 KB 968/1267 KB 496/713 KB 680/1044 KB 1660/1710 KB 508/1063 KB 972/1267 KB 496/713 KB 680/1044 unit-oai-hss-0: 16:54:52 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=0 unit-oai-hss-0: 16:54:52 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 16:54:52 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 16:54:52 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes virt-what unit-oai-hss-0: 16:54:52 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install KB 1660/1710 KB 508/1063 KB 964/1267 KB 496/713 KB 680/1044 KB 1664/1710 KB 512/1063 KB 972/1267 KB 496/713 KB 680/1044 KB 1660/1710 KB 512/1063 KB 972/1267 KB 496/713 KB 680/1044 KB 1664/1710 KB 516/1063 KB 972/1267 KB 500/713 KB 680/1044 KB 1668/1710 KB 520/1063 KB 976/1267 KB 500/713 KB 680/1044 KB 1660/1710 KB 508/1063 KB 972/1267 KB 496/713 KB 684/1044 KB 1668/1710 KB 520/1063 KB 976/1267 KB 500/713 KB 688/1044 KB 1668/1710 KB 520/1063 KB 976/1267 KB 500/713 KB 692/1044 KB 1668/1710 KB 520/1063 KB 976/1267 KB 500/713 KB 696/1044 KB 1668/1710 KB 520/1063 KB 976/1267 KB 500/713 KB 680/1044 KB 1668/1710 KB 516/1063 KB 976/1267 KB 500/713 KB 696/1044 KB 1672/1710 KB 524/1063 KB 976/1267 KB 500/713 KB 696/1044 KB 1676/1710 KB 524/1063 KB 976/1267 KB 500/713 KB 696/1044 KB 1680/1710 KB 524/1063 KB 976/1267 KB 500/713 KB 680/1044 KB 1664/1710 KB 516/1063 KB 976/1267 KB 500/713 KB 696/1044 KB 1680/1710 KB 524/1063 KB 980/1267 KB 500/713 KB 680/1044 KB 1664/1710 KB 512/1063 KB 972/1267 KB 500/713 KB 696/1044 KB 1680/1710 KB 524/1063 KB 984/1267 KB 504/713 KB 696/1044 KB 1680/1710 KB 524/1063 KB 984/1267 KB 508/713 KB 696/1044 KB 1680/1710 KB 524/1063 KB 984/1267 KB 512/713 KB 696/1044 KB 1668/1710 KB 524/1063 KB 976/1267 KB 500/713 KB 696/1044 KB 1680/1710 KB 528/1063 KB 984/1267 KB 512/713 KB 700/1044 KB 1680/1710 KB 532/1063 KB 984/1267 KB 512/713 KB 700/1044 KB 1684/1710 KB 536/1063 KB 984/1267 KB 516/713 KB 700/1044 KB 1684/1710 KB 540/1063 KB 984/1267 KB 516/713 KB 700/1044 KB 1684/1710 KB 544/1063 KB 984/1267 KB 516/713 KB 700/1044 KB 1684/1710 KB 548/1063 KB 984/1267 KB 516/713 KB 700/1044 KB 1684/1710 KB 552/1063 KB 984/1267 KB 516/713 KB 700/1044 KB 1684/1710 KB 556/1063 KB 984/1267 KB 516/713 KB 700/1044 KB 1680/1710 KB 528/1063 KB 984/1267 KB 512/713 KB 704/1044 KB 1684/1710 KB 556/1063 KB 984/1267 KB 516/713 KB 708/1044 KB 1684/1710 KB 556/1063 KB 984/1267 KB 516/713 KB 712/1044 KB 1684/1710 KB 556/1063 KB 984/1267 KB 516/713 KB 716/1044 KB 1684/1710 KB 556/1063 KB 984/1267 KB 516/713 KB 720/1044 KB 1684/1710 KB 556/1063 KB 984/1267 KB 516/713 KB 696/1044 KB 1680/1710 KB 528/1063 KB 984/1267 KB 512/713 KB 720/1044 KB 1684/1710 KB 556/1063 KB 988/1267 KB 516/713 KB 720/1044 KB 1684/1710 KB 556/1063 KB 992/1267 KB 516/713 KB 720/1044 KB 1684/1710 KB 556/1063 KB 996/1267 KB 516/713 KB 720/1044 KB 1684/1710 KB 556/1063 KB 1000/1267 KB 516/713 KB 720/1044 KB 1684/1710 KB 556/1063 KB 1004/1267 KB 516/713 KB 700/1044 KB 1684/1710 KB 532/1063 KB 984/1267 KB 516/713 KB 720/1044 KB 1684/1710 KB 556/1063 KB 1004/1267 KB 520/713 KB 720/1044 KB 1684/1710 KB 556/1063 KB 1004/1267 KB 524/713 KB 720/1044 KB 1684/1710 KB 556/1063 KB 1004/1267 KB 528/713 KB 700/1044 KB 1684/1710 KB 532/1063 KB 984/1267 KB 512/713 KB 720/1044 KB 1688/1710 KB 556/1063 KB 1004/1267 KB 528/713 KB 720/1044 KB 1692/1710 KB 556/1063 KB 1004/1267 KB 528/713 KB 720/1044 KB 1696/1710 KB 556/1063 KB 1004/1267 KB 528/713 KB 720/1044 KB 1700/1710 KB 556/1063 KB 1004/1267 KB 528/713 KB 724/1044 KB 1704/1710 KB 556/1063 KB 1008/1267 KB 532/713 KB 724/1044 KB 1708/1710 KB 556/1063 KB 1008/1267 KB 532/713 KB 724/1044 KB 1710/1710 KB 556/1063 KB 1008/1267 KB 532/713 KB 720/1044 KB 1700/1710 KB 556/1063 KB 1004/1267 KB 532/713 KB 724/1044 KB 1710/1710 KB 556/1063 KB 1008/1267 KB 536/713 KB 724/1044 KB 1700/1710 KB 556/1063 KB 1008/1267 KB 532/713 KB 728/1044 KB 1710/1710 KB 556/1063 KB 1008/1267 KB 540/713 KB 720/1044 KB 1700/1710 KB 556/1063 KB unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 1008/1267 KB 532/713 KB 728/1044 KB 1710/1710 KB 560/1063 KB 1012/1267 KB 540/713 KB 728/1044 KB 1710/1710 KB 560/1063 KB 1016/1267 KB 540/713 KB 724/1044 KB 1710/1710 KB 556/1063 KB 1008/1267 KB 540/713 KB 732/1044 KB 1710/1710 KB 560/1063 KB 1016/1267 KB 544/713 KB 728/1044 KB 1710/1710 KB 560/1063 KB 1008/1267 KB 540/713 KB 732/1044 KB 1710/1710 KB 564/1063 KB 1016/1267 KB 544/713 KB 732/1044 KB 1710/1710 KB 568/1063 KB 1020/1267 KB 548/713 KB 732/1044 KB 1710/1710 KB 572/1063 KB 1020/1267 KB 548/713 KB 732/1044 KB 1710/1710 KB 576/1063 KB 1020/1267 KB 548/713 KB 732/1044 KB 1710/1710 KB 580/1063 KB 1020/1267 KB 548/713 KB 732/1044 KB 1710/1710 KB 584/1063 KB 1020/1267 KB 548/713 KB 732/1044 KB 1710/1710 KB 588/1063 KB 1020/1267 KB 548/713 KB 732/1044 KB 1710/1710 KB 560/1063 KB 1016/1267 KB 540/713 KB 736/1044 KB 1710/1710 KB 588/1063 KB 1020/1267 KB 548/713 KB 740/1044 KB 1710/1710 KB 588/1063 KB 1020/1267 KB 548/713 KB 744/1044 KB 1710/1710 KB 588/1063 KB 1020/1267 KB 548/713 KB 732/1044 KB 1710/1710 KB 564/1063 KB 1020/1267 KB 548/713 KB 744/1044 KB 1710/1710 KB 588/1063 KB 1020/1267 KB 552/713 KB 744/1044 KB 1710/1710 KB 588/1063 KB 1020/1267 KB 556/713 KB 744/1044 KB 1710/1710 KB 588/1063 KB 1020/1267 KB 560/713 KB 732/1044 KB 1710/1710 KB 564/1063 KB 1020/1267 KB 544/713 KB 744/1044 KB 1710/1710 KB 588/1063 KB 1024/1267 KB 560/713 KB 744/1044 KB 1710/1710 KB 588/1063 KB 1028/1267 KB 560/713 KB 748/1044 KB 1710/1710 KB 588/1063 KB 1028/1267 KB 560/713 KB 752/1044 KB 1710/1710 KB 588/1063 KB 1032/1267 KB 560/713 KB 748/1044 KB 1710/1710 KB 588/1063 KB 1032/1267 KB 560/713 KB 752/1044 KB 1710/1710 KB 588/1063 KB 1036/1267 KB 564/713 KB 756/1044 KB 1710/1710 KB 588/1063 KB 1036/1267 KB 568/713 KB 756/1044 KB 1710/1710 KB 588/1063 KB 1036/1267 KB 572/713 KB 756/1044 KB 1710/1710 KB 588/1063 KB 1036/1267 KB 576/713 KB 756/1044 KB 1710/1710 KB 592/1063 KB 1036/1267 KB 580/713 KB 756/1044 KB 592/1063 KB 1036/1267 KB 584/713 KB 756/1044 KB 592/1063 KB 1036/1267 KB 588/713 KB 756/1044 KB 592/1063 KB 1036/1267 KB 592/713 KB 756/1044 KB 1710/1710 KB 588/1063 KB 1036/1267 KB 564/713 KB 760/1044 KB 592/1063 KB 1036/1267 KB 592/713 KB 764/1044 KB 592/1063 KB 1036/1267 KB 592/713 KB 768/1044 KB 592/1063 KB 1036/1267 KB 592/713 KB 752/1044 KB 1710/1710 KB 588/1063 KB 1036/1267 KB 560/713 KB 768/1044 KB 592/1063 KB 1040/1267 KB 592/713 KB 768/1044 KB 592/1063 KB 1044/1267 KB 592/713 KB 768/1044 KB 592/1063 KB 1048/1267 KB 592/713 KB 768/1044 KB 592/1063 KB 1052/1267 KB 592/713 KB 768/1044 KB 592/1063 KB 1056/1267 KB 592/713 KB 772/1044 KB 592/1063 KB 1056/1267 KB 592/713 KB 776/1044 KB 592/1063 KB 1060/1267 KB 592/713 KB 780/1044 KB 592/1063 KB 1060/1267 KB 592/713 KB 784/1044 KB 592/1063 KB 1060/1267 KB 596/713 KB 756/1044 KB 1710/1710 KB 592/1063 KB 1036/1267 KB 576/713 KB 784/1044 KB 596/1063 KB 1060/1267 KB 596/713 KB 784/1044 KB 600/1063 KB 1060/1267 KB 596/713 KB 784/1044 KB 604/1063 KB 1060/1267 KB 596/713 KB 784/1044 KB 608/1063 KB 1060/1267 KB 596/713 KB 784/1044 KB 612/1063 KB 1060/1267 KB 596/713 KB 788/1044 KB 616/1063 KB 1060/1267 KB 596/713 KB 788/1044 KB 620/1063 KB 1060/1267 KB 596/713 KB 788/1044 KB 624/1063 KB 1060/1267 KB 596/713 KB 788/1044 KB 628/1063 KB 1060/1267 KB 596/713 KB 788/1044 KB 632/1063 KB 1060/1267 KB 596/713 KB 788/1044 KB 636/1063 KB 1060/1267 KB 596/713 KB 788/1044 KB 640/1063 KB 1060/1267 KB 596/71 unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 3 KB 780/1044 KB 592/1063 KB 1060/1267 KB 596/713 KB 788/1044 KB 640/1063 KB 1060/1267 KB 600/713 KB 788/1044 KB 640/1063 KB 1060/1267 KB 604/713 KB 788/1044 KB 640/1063 KB 1060/1267 KB 608/713 KB 772/1044 KB 592/1063 KB 1060/1267 KB 592/713 KB 788/1044 KB 640/1063 KB 1064/1267 KB 608/713 KB 788/1044 KB 640/1063 KB 1068/1267 KB 608/713 KB 788/1044 KB 640/1063 KB 1072/1267 KB 608/713 KB 788/1044 KB 640/1063 KB 1076/1267 KB 608/713 KB 788/1044 KB 640/1063 KB 1080/1267 KB 608/713 KB 788/1044 KB 640/1063 KB 1084/1267 KB 608/713 KB 788/1044 KB 640/1063 KB 1088/1267 KB 608/713 KB 788/1044 KB 612/1063 KB 1060/1267 KB 596/713 KB 792/1044 KB 640/1063 KB 1088/1267 KB 608/713 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar (1710 KB at 3220.1 KB/sec) unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 796/1044 KB 640/1063 KB 1088/1267 KB 608/713 KB 800/1044 KB 640/1063 KB 1088/1267 KB 608/713 KB 804/1044 KB 640/1063 KB 1088/1267 KB 608/713 KB 808/1044 KB 640/1063 KB 1092/1267 KB 612/713 KB 812/1044 KB 640/1063 KB 1092/1267 KB 612/713 KB 816/1044 KB 640/1063 KB 1092/1267 KB 612/713 KB 820/1044 KB 640/1063 KB 1092/1267 KB 612/713 KB 824/1044 KB 644/1063 KB 1092/1267 KB 612/713 KB 828/1044 KB 644/1063 KB 1092/1267 KB 612/713 KB 832/1044 KB 644/1063 KB 1092/1267 KB 612/713 KB 804/1044 KB 640/1063 KB 1092/1267 KB 612/713 KB 832/1044 KB 644/1063 KB 1096/1267 KB 612/713 KB 832/1044 KB 644/1063 KB 1100/1267 KB 612/713 KB 832/1044 KB 644/1063 KB 1104/1267 KB 612/713 KB 804/1044 KB 640/1063 KB 1088/1267 KB 612/713 KB 832/1044 KB 644/1063 KB 1104/1267 KB 616/713 KB 832/1044 KB 644/1063 KB 1104/1267 KB 620/713 KB 832/1044 KB 644/1063 KB 1104/1267 KB 624/713 KB 832/1044 KB 644/1063 KB 1104/1267 KB 628/713 KB 832/1044 KB 644/1063 KB 1104/1267 KB 632/713 KB 832/1044 KB 644/1063 KB 1104/1267 KB 636/713 KB 832/1044 KB 644/1063 KB 1104/1267 KB 640/713 KB 832/1044 KB 644/1063 KB 1104/1267 KB 644/713 KB 836/1044 KB 644/1063 KB 1108/1267 KB 648/713 KB 836/1044 KB 644/1063 KB 1108/1267 KB 652/713 KB 836/1044 KB 644/1063 KB 1108/1267 KB 656/713 KB 820/1044 KB 644/1063 KB 1092/1267 KB 612/713 KB 836/1044 KB 648/1063 KB 1108/1267 KB 656/713 KB 836/1044 KB 652/1063 KB 1108/1267 KB 656/713 KB 836/1044 KB 656/1063 KB 1108/1267 KB 656/713 KB 836/1044 KB 660/1063 KB 1108/1267 KB 656/713 KB 836/1044 KB 664/1063 KB 1108/1267 KB 656/713 KB 836/1044 KB 668/1063 KB 1108/1267 KB 656/713 KB 836/1044 KB 672/1063 KB 1108/1267 KB 656/713 KB 836/1044 KB 644/1063 KB 1108/1267 KB 644/713 KB 840/1044 KB 672/1063 KB 1108/1267 KB 656/713 KB 844/1044 KB 672/1063 KB 1108/1267 KB 656/713 KB 832/1044 KB 644/1063 KB 1108/1267 KB 644/713 KB 848/1044 KB 672/1063 KB 1112/1267 KB 656/713 KB 848/1044 KB 672/1063 KB 1116/1267 KB 656/713 KB 848/1044 KB 672/1063 KB 1120/1267 KB 656/713 KB 848/1044 KB 672/1063 KB 1124/1267 KB 656/713 KB 848/1044 KB 672/1063 KB 1128/1267 KB 656/713 KB 848/1044 KB 672/1063 KB 1132/1267 KB 656/713 KB 848/1044 KB 672/1063 KB 1136/1267 KB 660/713 KB 848/1044 KB 672/1063 KB 1140/1267 KB 660/713 KB 848/1044 KB 676/1063 KB 4/257 KB 1144/1267 KB 660/713 KB 848/1044 KB 672/1063 KB 1132/1267 KB 660/713 KB 848/1044 KB 676/1063 KB 4/257 KB 1144/1267 KB 664/713 KB 848/1044 KB 672/1063 KB 1108/1267 KB 656/713 KB 852/1044 KB 676/1063 KB 4/257 KB 1144/1267 KB 664/713 KB 848/1044 KB 676/1063 KB 4/257 KB 1140/1267 KB 660/713 KB 848/1044 KB 672/1063 KB 4/257 KB 1140/1267 KB 660/713 KB 852/1044 KB 676/1063 KB 8/257 KB 1144/1267 KB 668/713 KB 852/1044 KB 676/1063 KB 12/257 KB 1144/1267 KB 668/713 KB 852/1044 KB 676/1063 KB 16/257 KB 1144/1267 KB 668/713 KB 852/1044 KB 676/1063 KB 20/257 KB 1144/1267 KB 668/713 KB 852/1044 KB 676/1063 KB 24/257 KB 1144/1267 KB 668/713 KB 852/1044 KB 676/1063 KB 28/257 KB 1144/1267 KB 668/713 KB 852/1044 KB 676/1063 KB 32/257 KB 1144/1267 KB 668/713 KB 852/1044 KB 676/1063 KB 36/257 KB 1144/1267 KB 668/713 KB 852/1044 KB 676/1063 KB 40/257 KB 1144/1267 KB 668/713 KB 852/1044 KB 676/1063 KB 44/257 KB 1144/1267 KB 668/713 KB 852/1044 KB 676/1063 KB 48/257 KB 1144/1267 KB 668/713 KB 852/1044 KB 676/1063 KB 52/257 KB 1144/1267 KB 668/713 KB 852/1044 KB 676/1063 KB 4/257 KB 1144/1267 KB 668/713 KB 852/1044 KB 680/1063 KB 56/257 KB 1144/1267 KB 668/713 KB 852/1044 KB 680/1063 KB 52/257 KB 1144/1267 KB 6 unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 68/713 KB 852/1044 KB 684/1063 KB 56/257 KB 1144/1267 KB 672/713 KB 852/1044 KB 688/1063 KB 56/257 KB 1144/1267 KB 672/713 KB 852/1044 KB 680/1063 KB 56/257 KB 1144/1267 KB 672/713 KB 856/1044 KB 688/1063 KB 60/257 KB 1144/1267 KB 672/713 KB 856/1044 KB 688/1063 KB 56/257 KB 1144/1267 KB 672/713 KB 860/1044 KB 688/1063 KB 64/257 KB 1144/1267 KB 672/713 KB 864/1044 KB 688/1063 KB 64/257 KB 1144/1267 KB 672/713 KB 868/1044 KB 688/1063 KB 64/257 KB 1148/1267 KB 672/713 KB 872/1044 KB 692/1063 KB 64/257 KB 1148/1267 KB 676/713 KB 876/1044 KB 692/1063 KB 64/257 KB 1148/1267 KB 676/713 KB 880/1044 KB 692/1063 KB 64/257 KB 1148/1267 KB 676/713 KB 864/1044 KB 688/1063 KB 64/257 KB 1148/1267 KB 672/713 KB 880/1044 KB 692/1063 KB 64/257 KB 1152/1267 KB 676/713 KB 880/1044 KB 692/1063 KB 64/257 KB 1156/1267 KB 676/713 KB 880/1044 KB 692/1063 KB 64/257 KB 1160/1267 KB 676/713 KB 880/1044 KB 692/1063 KB 64/257 KB 1164/1267 KB 676/713 KB 880/1044 KB 692/1063 KB 64/257 KB 1168/1267 KB 676/713 KB 856/1044 KB 688/1063 KB 64/257 KB 1144/1267 KB 672/713 KB 880/1044 KB 692/1063 KB 68/257 KB 1168/1267 KB 676/713 KB 880/1044 KB 692/1063 KB 72/257 KB 1168/1267 KB 676/713 KB 880/1044 KB 692/1063 KB 76/257 KB 1168/1267 KB 676/713 KB 880/1044 KB 692/1063 KB 80/257 KB 1168/1267 KB 676/713 KB 884/1044 KB 692/1063 KB 80/257 KB 1168/1267 KB 676/713 KB 888/1044 KB 692/1063 KB 84/257 KB 1172/1267 KB 676/713 KB 868/1044 KB 692/1063 KB 64/257 KB 1148/1267 KB 676/713 KB 888/1044 KB 692/1063 KB 84/257 KB 1172/1267 KB 680/713 KB 888/1044 KB 692/1063 KB 84/257 KB 1172/1267 KB 684/713 KB 888/1044 KB 692/1063 KB 84/257 KB 1172/1267 KB 688/713 KB 888/1044 KB 692/1063 KB 84/257 KB 1172/1267 KB 692/713 KB 892/1044 KB 692/1063 KB 84/257 KB 1172/1267 KB 696/713 KB 892/1044 KB 692/1063 KB 84/257 KB 1172/1267 KB 700/713 KB 892/1044 KB 692/1063 KB 84/257 KB 1172/1267 KB 704/713 KB 868/1044 KB 692/1063 KB 64/257 KB 1148/1267 KB 672/713 KB 892/1044 KB 696/1063 KB 84/257 KB 1172/1267 KB 704/713 KB 892/1044 KB 700/1063 KB 84/257 KB 1172/1267 KB 704/713 KB 892/1044 KB 704/1063 KB 84/257 KB 1172/1267 KB 704/713 KB 892/1044 KB 708/1063 KB 84/257 KB 1172/1267 KB 704/713 KB 892/1044 KB 712/1063 KB 84/257 KB 1172/1267 KB 704/713 KB 892/1044 KB 716/1063 KB 84/257 KB 1172/1267 KB 704/713 KB 892/1044 KB 720/1063 KB 84/257 KB 1172/1267 KB 704/713 KB 892/1044 KB 724/1063 KB 84/257 KB 1172/1267 KB 704/713 KB 892/1044 KB 728/1063 KB 84/257 KB 1172/1267 KB 704/713 KB 892/1044 KB 732/1063 KB 84/257 KB 1172/1267 KB 704/713 KB 892/1044 KB 736/1063 KB 84/257 KB 1172/1267 KB 708/713 KB 892/1044 KB 692/1063 KB 84/257 KB 1172/1267 KB 692/713 KB 896/1044 KB 736/1063 KB 84/257 KB 1172/1267 KB 708/713 KB 900/1044 KB 736/1063 KB 84/257 KB 1172/1267 KB 708/713 KB 904/1044 KB 736/1063 KB 84/257 KB 1172/1267 KB 708/713 KB 908/1044 KB 736/1063 KB 84/257 KB 1172/1267 KB 708/713 KB 912/1044 KB 740/1063 KB 84/257 KB 1172/1267 KB 708/713 KB 884/1044 KB 692/1063 KB 84/257 KB 1172/1267 KB 676/713 KB 912/1044 KB 740/1063 KB 88/257 KB 1172/1267 KB 708/713 KB 912/1044 KB 740/1063 KB 92/257 KB 1172/1267 KB 708/713 KB 884/1044 KB 692/1063 KB 80/257 KB 1172/1267 KB 676/713 KB 912/1044 KB 740/1063 KB 92/257 KB 1176/1267 KB 708/713 KB 912/1044 KB 740/1063 KB 92/257 KB 1180/1267 KB 708/713 KB 912/1044 KB 740/1063 KB 96/257 KB 1184/1267 KB 708/713 KB 912/1044 KB 740/1063 KB 96/257 KB 1188/1267 KB 708/713 KB 912/1044 KB 740/1063 KB 96/257 KB 1192/1267 KB 708/713 KB 912/1044 KB unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 740/1063 KB 96/257 KB 1196/1267 KB 708/713 KB 912/1044 KB 740/1063 KB 96/257 KB 1200/1267 KB 708/713 KB 916/1044 KB 740/1063 KB 96/257 KB 1204/1267 KB 708/713 KB 916/1044 KB 740/1063 KB 96/257 KB 1208/1267 KB 708/713 KB 916/1044 KB 740/1063 KB 96/257 KB 1212/1267 KB 708/713 KB 916/1044 KB 740/1063 KB 96/257 KB 1216/1267 KB 708/713 KB 916/1044 KB 740/1063 KB 96/257 KB 1220/1267 KB 708/713 KB 916/1044 KB 740/1063 KB 96/257 KB 1224/1267 KB 708/713 KB 916/1044 KB 740/1063 KB 96/257 KB 1228/1267 KB 708/713 KB 916/1044 KB 740/1063 KB 96/257 KB 1232/1267 KB 708/713 KB 916/1044 KB 740/1063 KB 96/257 KB 1236/1267 KB 708/713 KB 908/1044 KB 740/1063 KB 84/257 KB 1172/1267 KB 708/713 KB 916/1044 KB 744/1063 KB 96/257 KB 1236/1267 KB 708/713 KB 916/1044 KB 748/1063 KB 96/257 KB 1236/1267 KB 708/713 KB 916/1044 KB 752/1063 KB 96/257 KB 1236/1267 KB 708/713 KB 916/1044 KB 756/1063 KB 96/257 KB 1236/1267 KB 708/713 KB 916/1044 KB 760/1063 KB 96/257 KB 1236/1267 KB 708/713 KB 916/1044 KB 764/1063 KB 96/257 KB 1236/1267 KB 708/713 KB 916/1044 KB 768/1063 KB 96/257 KB 1236/1267 KB 708/713 KB 892/1044 KB 732/1063 KB 84/257 KB 1172/1267 KB 708/713 KB 916/1044 KB 768/1063 KB 96/257 KB 1236/1267 KB 712/713 KB 916/1044 KB 768/1063 KB 96/257 KB 1236/1267 KB 713/713 KB 916/1044 KB 740/1063 KB 96/257 KB 1208/1267 KB 708/713 KB 920/1044 KB 768/1063 KB 96/257 KB 1236/1267 KB 713/713 KB 924/1044 KB 768/1063 KB 96/257 KB 1236/1267 KB 713/713 KB 912/1044 KB 740/1063 KB 96/257 KB 1180/1267 KB 708/713 KB 924/1044 KB 768/1063 KB 100/257 KB 1236/1267 KB 713/713 KB 924/1044 KB 768/1063 KB 104/257 KB 1236/1267 KB 713/713 KB 924/1044 KB 768/1063 KB 108/257 KB 1236/1267 KB 713/713 KB 924/1044 KB 768/1063 KB 112/257 KB 1236/1267 KB 713/713 KB 924/1044 KB 768/1063 KB 116/257 KB 1236/1267 KB 713/713 KB 924/1044 KB 768/1063 KB 120/257 KB 1236/1267 KB 713/713 KB 924/1044 KB 768/1063 KB 124/257 KB 1236/1267 KB 713/713 KB 928/1044 KB 768/1063 KB 128/257 KB 1236/1267 KB 713/713 KB 928/1044 KB 768/1063 KB 124/257 KB 1236/1267 KB 713/713 KB 932/1044 KB 768/1063 KB 128/257 KB 1236/1267 KB 713/713 KB 936/1044 KB 768/1063 KB 132/257 KB 1236/1267 KB 713/713 KB 940/1044 KB 768/1063 KB 132/257 KB 1236/1267 KB 713/713 KB 944/1044 KB 768/1063 KB 132/257 KB 1236/1267 KB 713/713 KB 932/1044 KB 768/1063 KB 132/257 KB 1236/1267 KB 713/713 KB 944/1044 KB 768/1063 KB 136/257 KB 1236/1267 KB 713/713 KB 944/1044 KB 768/1063 KB 140/257 KB 1236/1267 KB 713/713 KB 944/1044 KB 768/1063 KB 144/257 KB 1236/1267 KB 713/713 KB 944/1044 KB 772/1063 KB 148/257 KB 1236/1267 KB 713/713 KB 948/1044 KB 772/1063 KB 152/257 KB 1240/1267 KB 713/713 KB 948/1044 KB 772/1063 KB 156/257 KB 1240/1267 KB 713/713 KB 948/1044 KB 772/1063 KB 160/257 KB 1240/1267 KB 713/713 KB 944/1044 KB 772/1063 KB 144/257 KB 1236/1267 KB 713/713 KB 948/1044 KB 776/1063 KB 160/257 KB 1240/1267 KB 713/713 KB 948/1044 KB 780/1063 KB 160/257 KB 1240/1267 KB 713/713 KB 948/1044 KB 784/1063 KB 160/257 KB 1240/1267 KB 713/713 KB 948/1044 KB 788/1063 KB 160/257 KB 1240/1267 KB 713/713 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar (713 KB at 1242.1 KB/sec) unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 948/1044 KB 772/1063 KB 148/257 KB 1240/1267 KB 713/713 KB 948/1044 KB 788/1063 KB 164/257 KB 1244/1267 KB 948/1044 KB 788/1063 KB 164/257 KB 1248/1267 KB 948/1044 KB 772/1063 KB 148/257 KB 1236/1267 KB 713/713 KB 952/1044 KB 788/1063 KB 164/257 KB 1248/1267 KB 956/1044 KB 788/1063 KB 164/257 KB 1248/1267 KB 960/1044 KB 788/1063 KB 164/257 KB 1248/1267 KB 948/1044 KB 788/1063 KB 164/257 KB 1240/1267 KB 713/713 KB 960/1044 KB 792/1063 KB 168/257 KB 1252/1267 KB 960/1044 KB 792/1063 KB 172/257 KB 1252/1267 KB 960/1044 KB 792/1063 KB 176/257 KB 1252/1267 KB 960/1044 KB 792/1063 KB 180/257 KB 1252/1267 KB 960/1044 KB 792/1063 KB 184/257 KB 1252/1267 KB 960/1044 KB 792/1063 KB 188/257 KB 1252/1267 KB 960/1044 KB 792/1063 KB 192/257 KB 1252/1267 KB 960/1044 KB 792/1063 KB 164/257 KB 1252/1267 KB 960/1044 KB 788/1063 KB 164/257 KB 1252/1267 KB 960/1044 KB 796/1063 KB 192/257 KB 1252/1267 KB 960/1044 KB 800/1063 KB 192/257 KB 1256/1267 KB 960/1044 KB 796/1063 KB 192/257 KB 1256/1267 KB 960/1044 KB 800/1063 KB 192/257 KB 1260/1267 KB 960/1044 KB 800/1063 KB 192/257 KB 1264/1267 KB 960/1044 KB 800/1063 KB 192/257 KB 1267/1267 KB 960/1044 KB 804/1063 KB 192/257 KB 1267/1267 KB 960/1044 KB 808/1063 KB 192/257 KB 1267/1267 KB 960/1044 KB 812/1063 KB 192/257 KB 1267/1267 KB 960/1044 KB 816/1063 KB 192/257 KB 1267/1267 KB 960/1044 KB 816/1063 KB 196/257 KB 1267/1267 KB 964/1044 KB 820/1063 KB 200/257 KB 1267/1267 KB 964/1044 KB 820/1063 KB 204/257 KB 1267/1267 KB 964/1044 KB 820/1063 KB 208/257 KB 1267/1267 KB 964/1044 KB 820/1063 KB 196/257 KB 1267/1267 KB 964/1044 KB 824/1063 KB 208/257 KB 1267/1267 KB 964/1044 KB 816/1063 KB 196/257 KB 1267/1267 KB 968/1044 KB 824/1063 KB 208/257 KB 1267/1267 KB 972/1044 KB 824/1063 KB 208/257 KB 1267/1267 KB 976/1044 KB 824/1063 KB 208/257 KB 1267/1267 KB 980/1044 KB 824/1063 KB 208/257 KB 1267/1267 KB 984/1044 KB 824/1063 KB 208/257 KB 1267/1267 KB 988/1044 KB 824/1063 KB 208/257 KB 1267/1267 KB 992/1044 KB 824/1063 KB 208/257 KB 1267/1267 KB 996/1044 KB 824/1063 KB 208/257 KB 1267/1267 KB 1000/1044 KB 824/1063 KB 208/257 KB 1267/1267 KB 1004/1044 KB 828/1063 KB 208/257 KB 1267/1267 KB 1008/1044 KB 828/1063 KB 208/257 KB 1267/1267 KB 1000/1044 KB 828/1063 KB 208/257 KB 1267/1267 KB 1008/1044 KB 832/1063 KB 208/257 KB 1267/1267 KB 1008/1044 KB 836/1063 KB 208/257 KB 1267/1267 KB 1012/1044 KB 840/1063 KB 212/257 KB 1267/1267 KB 1012/1044 KB 836/1063 KB 212/257 KB 1267/1267 KB 1016/1044 KB 840/1063 KB 212/257 KB 1267/1267 KB 1020/1044 KB 840/1063 KB 212/257 KB 1267/1267 KB 1008/1044 KB 836/1063 KB 212/257 KB 1267/1267 KB 1020/1044 KB 844/1063 KB 216/257 KB 1267/1267 KB 1020/1044 KB 844/1063 KB 220/257 KB 1267/1267 KB 1020/1044 KB 844/1063 KB 224/257 KB 1267/1267 KB 1020/1044 KB 844/1063 KB 212/257 KB 1267/1267 KB 1024/1044 KB 848/1063 KB 224/257 KB 4/549 KB 1024/1044 KB 844/1063 KB 224/257 KB 1267/1267 KB 4/549 KB 1024/1044 KB 848/1063 KB 224/257 KB 8/549 KB 1024/1044 KB 848/1063 KB 224/257 KB 12/549 KB 1024/1044 KB 848/1063 KB 224/257 KB 16/549 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.jar (1267 KB at 2128.5 KB/sec) unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 1024/1044 KB 844/1063 KB 224/257 KB 1267/1267 KB 1024/1044 KB 848/1063 KB 224/257 KB 20/549 KB 1024/1044 KB 848/1063 KB 224/257 KB 24/549 KB 1024/1044 KB 848/1063 KB 224/257 KB 28/549 KB 1024/1044 KB 848/1063 KB 224/257 KB 32/549 KB 1024/1044 KB 852/1063 KB 224/257 KB 32/549 KB 1028/1044 KB 856/1063 KB 228/257 KB 32/549 KB 1028/1044 KB 852/1063 KB 228/257 KB 32/549 KB 1028/1044 KB 856/1063 KB 232/257 KB 36/549 KB 1028/1044 KB 852/1063 KB 224/257 KB 32/549 KB 1032/1044 KB 860/1063 KB 232/257 KB 36/549 KB 1036/1044 KB 860/1063 KB 232/257 KB 36/549 KB 1040/1044 KB 860/1063 KB 232/257 KB 36/549 KB 1028/1044 KB 860/1063 KB 232/257 KB 36/549 KB 1040/1044 KB 864/1063 KB 236/257 KB 36/549 KB 1040/1044 KB 868/1063 KB 236/257 KB 36/549 KB 1028/1044 KB 856/1063 KB 228/257 KB 36/549 KB 1044/1044 KB 868/1063 KB 236/257 KB 40/549 KB 1044/1044 KB 868/1063 KB 236/257 KB 44/549 KB 1044/1044 KB 868/1063 KB 236/257 KB 48/549 KB 1044/1044 KB 868/1063 KB 236/257 KB 36/549 KB 1044/1044 KB 868/1063 KB 236/257 KB 48/549 KB 1040/1044 KB 860/1063 KB 236/257 KB 36/549 KB 1044/1044 KB 868/1063 KB 240/257 KB 48/549 KB 1044/1044 KB 868/1063 KB 244/257 KB 48/549 KB 1044/1044 KB 872/1063 KB 248/257 KB 52/549 KB 1044/1044 KB 872/1063 KB 252/257 KB 52/549 KB 1044/1044 KB 872/1063 KB 256/257 KB 52/549 KB 1044/1044 KB 872/1063 KB 257/257 KB 52/549 KB 1044/1044 KB 872/1063 KB 244/257 KB 52/549 KB 1044/1044 KB 876/1063 KB 257/257 KB 52/549 KB 1044/1044 KB 880/1063 KB 257/257 KB 52/549 KB 1044/1044 KB 868/1063 KB 244/257 KB 52/549 KB 1044/1044 KB 880/1063 KB 257/257 KB 56/549 KB 1044/1044 KB 880/1063 KB 257/257 KB 60/549 KB 1044/1044 KB 880/1063 KB 257/257 KB 64/549 KB 1044/1044 KB 880/1063 KB 257/257 KB 68/549 KB 1044/1044 KB 880/1063 KB 257/257 KB 72/549 KB 1044/1044 KB 880/1063 KB 257/257 KB 76/549 KB 1044/1044 KB 880/1063 KB 257/257 KB 80/549 KB 1044/1044 KB 880/1063 KB 257/257 KB 84/549 KB 1044/1044 KB 884/1063 KB 257/257 KB 88/549 KB 1044/1044 KB 884/1063 KB 257/257 KB 92/549 KB 1044/1044 KB 884/1063 KB 257/257 KB 96/549 KB 1044/1044 KB 884/1063 KB 257/257 KB 84/549 KB 1044/1044 KB 888/1063 KB 257/257 KB 96/549 KB 1044/1044 KB 892/1063 KB 257/257 KB 96/549 KB 1044/1044 KB 896/1063 KB 257/257 KB 96/549 KB 1044/1044 KB 900/1063 KB 257/257 KB 100/549 KB 1044/1044 KB 904/1063 KB 257/257 KB 100/549 KB 904/1063 KB 257/257 KB 4/358 KB 100/549 KB 904/1063 KB 257/257 KB 8/358 KB 100/549 KB 904/1063 KB 257/257 KB 12/358 KB 100/549 KB 904/1063 KB 257/257 KB 16/358 KB 100/549 KB 1044/1044 KB 896/1063 KB 257/257 KB 100/549 KB 904/1063 KB 257/257 KB 16/358 KB 104/549 KB 904/1063 KB 257/257 KB 16/358 KB 108/549 KB 904/1063 KB 257/257 KB 16/358 KB 112/549 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.jar (1044 KB at 1719.7 KB/sec) unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.jar (257 KB at 421.4 KB/sec) unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar unit-abot-epc-basic-0: 16:54:52 DEBUG unit.abot-epc-basic/0.install 904/1063 KB 20/358 KB 112/549 KB 904/1063 KB 24/358 KB 112/549 KB 904/1063 KB 28/358 KB 112/549 KB 904/1063 KB 32/358 KB 112/549 KB 904/1063 KB 36/358 KB 112/549 KB 904/1063 KB 40/358 KB 112/549 KB 904/1063 KB 44/358 KB 112/549 KB 904/1063 KB 48/358 KB 112/549 KB Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 908/1063 KB 48/358 KB 112/549 KB 912/1063 KB 48/358 KB 112/549 KB 916/1063 KB 48/358 KB 112/549 KB 920/1063 KB 52/358 KB 116/549 KB 924/1063 KB 52/358 KB 116/549 KB 916/1063 KB 52/358 KB 116/549 KB 928/1063 KB 52/358 KB 120/549 KB 928/1063 KB 52/358 KB 124/549 KB 928/1063 KB 52/358 KB 128/549 KB 928/1063 KB 52/358 KB 132/549 KB 916/1063 KB 52/358 KB 112/549 KB 928/1063 KB 56/358 KB 132/549 KB 928/1063 KB 60/358 KB 132/549 KB 928/1063 KB 64/358 KB 132/549 KB 928/1063 KB 68/358 KB 132/549 KB 928/1063 KB 72/358 KB 132/549 KB 928/1063 KB 76/358 KB 132/549 KB 928/1063 KB 80/358 KB 136/549 KB 928/1063 KB 52/358 KB 132/549 KB 932/1063 KB 80/358 KB 136/549 KB 936/1063 KB 80/358 KB 136/549 KB 940/1063 KB 80/358 KB 136/549 KB 944/1063 KB 80/358 KB 136/549 KB 948/1063 KB 80/358 KB 136/549 KB 3/5 KB 952/1063 KB 84/358 KB 136/549 KB 3/5 KB 956/1063 KB 84/358 KB 136/549 KB 3/5 KB 960/1063 KB 84/358 KB 136/549 KB 928/1063 KB 76/358 KB 136/549 KB 3/5 KB 960/1063 KB 84/358 KB 140/549 KB 3/5 KB 960/1063 KB 84/358 KB 144/549 KB 3/5 KB 960/1063 KB 84/358 KB 148/549 KB 3/5 KB 960/1063 KB 84/358 KB 4/86 KB 152/549 KB 3/5 KB 960/1063 KB 84/358 KB 4/86 KB 156/549 KB 3/5 KB 960/1063 KB 84/358 KB 4/86 KB 160/549 KB 3/5 KB 948/1063 KB 84/358 KB 136/549 KB 3/5 KB 948/1063 KB 80/358 KB 136/549 KB 5/5 KB 960/1063 KB 84/358 KB 4/86 KB 160/549 KB 3/5 KB 960/1063 KB 84/358 KB 4/86 KB 148/549 KB 5/5 KB 960/1063 KB 84/358 KB 8/86 KB 160/549 KB 5/5 KB 960/1063 KB 84/358 KB 12/86 KB 160/549 KB 5/5 KB 960/1063 KB 84/358 KB 16/86 KB 160/549 KB 5/5 KB 960/1063 KB 84/358 KB 20/86 KB 160/549 KB 5/5 KB 960/1063 KB 88/358 KB 24/86 KB 160/549 KB 5/5 KB 960/1063 KB 88/358 KB 20/86 KB 160/549 KB 5/5 KB 960/1063 KB 92/358 KB 24/86 KB 160/549 KB 5/5 KB 960/1063 KB 96/358 KB 24/86 KB 160/549 KB 5/5 KB 960/1063 KB 96/358 KB 28/86 KB 160/549 KB 5/5 KB 960/1063 KB 96/358 KB 32/86 KB 160/549 KB 5/5 KB 960/1063 KB 96/358 KB 36/86 KB 160/549 KB 5/5 KB 964/1063 KB 100/358 KB 40/86 KB 164/549 KB 5/5 KB 964/1063 KB 100/358 KB 44/86 KB 164/549 KB 5/5 KB 964/1063 KB 100/358 KB 48/86 KB 164/549 KB 5/5 KB 964/1063 KB 100/358 KB 36/86 KB 164/549 KB 5/5 KB 968/1063 KB 100/358 KB 48/86 KB 164/549 KB 5/5 KB 972/1063 KB 100/358 KB 48/86 KB 164/549 KB 5/5 KB 976/1063 KB 100/358 KB 48/86 KB 164/549 KB 5/5 KB 980/1063 KB 100/358 KB 48/86 KB 164/549 KB 984/1063 KB 100/358 KB 52/86 KB 164/549 KB 988/1063 KB 100/358 KB 52/86 KB 164/549 KB 992/1063 KB 100/358 KB 52/86 KB 164/549 KB 5/5 KB 960/1063 KB 100/358 KB 36/86 KB 164/549 KB 992/1063 KB 100/358 KB 52/86 KB 168/549 KB 992/1063 KB 100/358 KB 52/86 KB 172/549 KB 992/1063 KB 100/358 KB 52/86 KB 176/549 KB 5/5 KB 960/1063 KB 100/358 KB 36/86 KB 160/549 KB 992/1063 KB 104/358 KB 52/86 KB 176/549 KB 992/1063 KB 108/358 KB 52/86 KB 176/549 KB 992/1063 KB 112/358 KB 52/86 KB 176/549 KB 992/1063 KB 116/358 KB 52/86 KB 176/549 KB 992/1063 KB 120/358 KB 52/86 KB 180/549 KB 992/1063 KB 124/358 KB 52/86 KB 180/549 KB 992/1063 KB 128/358 KB 52/86 KB 180/549 KB 992/1063 KB 132/358 KB 52/86 KB 180/549 KB 996/1063 KB 136/358 KB 52/86 KB 180/549 KB 996/1063 KB 140/358 KB 52/86 KB 180/549 KB 996/1063 KB 144/358 KB 52/86 KB 180/549 KB 980/1063 KB 100/358 KB 52/86 KB 164/549 KB Downloaded: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (5 KB at 6.9 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar unit-oai-hss-0: 16:54:53 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:54:53 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 996/1063 KB 144/358 KB 56/86 KB 180/549 KB 996/1063 KB 144/358 KB 60/86 KB 180/549 KB 996/1063 KB 144/358 KB 64/86 KB 180/549 KB 996/1063 KB 144/358 KB 68/86 KB 180/549 KB 996/1063 KB 144/358 KB 72/86 KB 180/549 KB 996/1063 KB 144/358 KB 76/86 KB 180/549 KB 996/1063 KB 144/358 KB 80/86 KB 180/549 KB 996/1063 KB 132/358 KB 52/86 KB 180/549 KB 1000/1063 KB 144/358 KB 80/86 KB 180/549 KB 1004/1063 KB 144/358 KB 80/86 KB 180/549 KB 1008/1063 KB 144/358 KB 80/86 KB 180/549 KB 1012/1063 KB 144/358 KB 80/86 KB 180/549 KB 992/1063 KB 116/358 KB 52/86 KB 180/549 KB 1012/1063 KB 148/358 KB 84/86 KB 184/549 KB 1012/1063 KB 148/358 KB 84/86 KB 188/549 KB 1012/1063 KB 148/358 KB 84/86 KB 192/549 KB 1012/1063 KB 148/358 KB 84/86 KB 196/549 KB 1012/1063 KB 148/358 KB 84/86 KB 200/549 KB 1012/1063 KB 148/358 KB 84/86 KB 204/549 KB 1012/1063 KB 148/358 KB 84/86 KB 208/549 KB 1012/1063 KB 3/404 KB 148/358 KB 84/86 KB 208/549 KB 1012/1063 KB 5/404 KB 148/358 KB 84/86 KB 208/549 KB 1012/1063 KB 8/404 KB 148/358 KB 84/86 KB 208/549 KB 1012/1063 KB 11/404 KB 148/358 KB 84/86 KB 208/549 KB 1012/1063 KB 13/404 KB 148/358 KB 84/86 KB 208/549 KB 1012/1063 KB 16/404 KB 148/358 KB 84/86 KB 208/549 KB 1012/1063 KB 19/404 KB 148/358 KB 84/86 KB 208/549 KB 1012/1063 KB 21/404 KB 148/358 KB 84/86 KB 208/549 KB 1012/1063 KB 24/404 KB 148/358 KB 84/86 KB 208/549 KB 1012/1063 KB 27/404 KB 148/358 KB 84/86 KB 208/549 KB 1012/1063 KB 29/404 KB 148/358 KB 84/86 KB 208/549 KB 1012/1063 KB 32/404 KB 148/358 KB 84/86 KB 208/549 KB 1012/1063 KB 148/358 KB 84/86 KB 180/549 KB 1012/1063 KB 32/404 KB 148/358 KB 86/86 KB 208/549 KB 1012/1063 KB 148/358 KB 80/86 KB 180/549 KB 1012/1063 KB 36/404 KB 152/358 KB 86/86 KB 208/549 KB 1012/1063 KB 36/404 KB 156/358 KB 86/86 KB 212/549 KB 1016/1063 KB 36/404 KB 160/358 KB 86/86 KB 212/549 KB 1012/1063 KB 36/404 KB 148/358 KB 86/86 KB 208/549 KB 1016/1063 KB 40/404 KB 160/358 KB 86/86 KB 212/549 KB 1016/1063 KB 44/404 KB 164/358 KB 86/86 KB 212/549 KB 1016/1063 KB 48/404 KB 164/358 KB 86/86 KB 212/549 KB 1016/1063 KB 36/404 KB 156/358 KB 86/86 KB 212/549 KB 1020/1063 KB 48/404 KB 164/358 KB 86/86 KB 212/549 KB 1024/1063 KB 48/404 KB 164/358 KB 86/86 KB 212/549 KB 1012/1063 KB 36/404 KB 152/358 KB 86/86 KB 212/549 KB 1024/1063 KB 48/404 KB 164/358 KB 86/86 KB 216/549 KB 1024/1063 KB 48/404 KB 164/358 KB 86/86 KB 220/549 KB 1024/1063 KB 48/404 KB 164/358 KB 86/86 KB 224/549 KB 1028/1063 KB 48/404 KB 164/358 KB 86/86 KB 224/549 KB 1016/1063 KB 40/404 KB 164/358 KB 86/86 KB 212/549 KB 1028/1063 KB 52/404 KB 168/358 KB 86/86 KB 228/549 KB 1028/1063 KB 52/404 KB 172/358 KB 86/86 KB 228/549 KB 1028/1063 KB 52/404 KB 176/358 KB 86/86 KB 228/549 KB 1032/1063 KB 52/404 KB 180/358 KB 86/86 KB 228/549 KB 1032/1063 KB 52/404 KB 184/358 KB 86/86 KB 228/549 KB 1028/1063 KB 52/404 KB 164/358 KB 86/86 KB 228/549 KB 1032/1063 KB 56/404 KB 184/358 KB 86/86 KB 228/549 KB 1032/1063 KB 60/404 KB 184/358 KB 86/86 KB 228/549 KB 1032/1063 KB 64/404 KB 184/358 KB 86/86 KB 228/549 KB 1032/1063 KB 68/404 KB 184/358 KB 86/86 KB 228/549 KB 1032/1063 KB 72/404 KB 184/358 KB 86/86 KB 228/549 KB 1032/1063 KB 76/404 KB 184/358 KB 86/86 KB 228/549 KB 1032/1063 KB 80/404 KB 184/358 KB 86/86 KB 228/549 KB 1028/1063 KB 48/404 KB 164/358 KB 86/86 KB 228/549 KB 1032/1063 KB 80/404 KB 188/358 KB 86/86 KB 228/549 KB 1032/1063 KB 84/404 KB 192/358 KB 232/549 KB 1032/1063 KB 52/404 KB 1 unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 76/358 KB 86/86 KB 228/549 KB 1036/1063 KB 84/404 KB 192/358 KB 232/549 KB 1040/1063 KB 84/404 KB 192/358 KB 232/549 KB 1044/1063 KB 84/404 KB 192/358 KB 232/549 KB 1048/1063 KB 84/404 KB 192/358 KB 232/549 KB 1052/1063 KB 84/404 KB 192/358 KB 232/549 KB 1056/1063 KB 84/404 KB 192/358 KB 232/549 KB 1060/1063 KB 84/404 KB 192/358 KB 232/549 KB 1063/1063 KB 84/404 KB 192/358 KB 232/549 KB 1063/1063 KB 84/404 KB 196/358 KB 232/549 KB 1063/1063 KB 84/404 KB 200/358 KB 232/549 KB 1032/1063 KB 84/404 KB 188/358 KB 232/549 KB 1032/1063 KB 80/404 KB 188/358 KB 232/549 KB 1063/1063 KB 84/404 KB 200/358 KB 236/549 KB 1063/1063 KB 84/404 KB 200/358 KB 240/549 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar (86 KB at 130.9 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 1063/1063 KB 88/404 KB 200/358 KB 240/549 KB 1063/1063 KB 92/404 KB 200/358 KB 240/549 KB 1063/1063 KB 96/404 KB 200/358 KB 240/549 KB 1063/1063 KB 96/404 KB 204/358 KB 240/549 KB 1063/1063 KB 96/404 KB 208/358 KB 240/549 KB 1063/1063 KB 100/404 KB 212/358 KB 244/549 KB 1063/1063 KB 100/404 KB 216/358 KB 244/549 KB 1063/1063 KB 100/404 KB 220/358 KB 244/549 KB 1063/1063 KB 100/404 KB 208/358 KB 244/549 KB 1063/1063 KB 96/404 KB 208/358 KB 244/549 KB 1063/1063 KB 100/404 KB 220/358 KB 248/549 KB 1063/1063 KB 100/404 KB 220/358 KB 252/549 KB 1063/1063 KB 100/404 KB 220/358 KB 256/549 KB 1063/1063 KB 100/404 KB 220/358 KB 260/549 KB 1063/1063 KB 100/404 KB 220/358 KB 264/549 KB 1063/1063 KB 100/404 KB 220/358 KB 268/549 KB 1063/1063 KB 100/404 KB 220/358 KB 272/549 KB 1063/1063 KB 100/404 KB 220/358 KB 276/549 KB 1063/1063 KB 104/404 KB 220/358 KB 276/549 KB 1063/1063 KB 108/404 KB 220/358 KB 280/549 KB 1063/1063 KB 112/404 KB 220/358 KB 280/549 KB 1063/1063 KB 104/404 KB 220/358 KB 280/549 KB 1063/1063 KB 112/404 KB 220/358 KB 284/549 KB 1063/1063 KB 112/404 KB 220/358 KB 288/549 KB 1063/1063 KB 116/404 KB 220/358 KB 288/549 KB 1063/1063 KB 120/404 KB 224/358 KB 292/549 KB 1063/1063 KB 116/404 KB 224/358 KB 292/549 KB 120/404 KB 224/358 KB 296/549 KB 120/404 KB 224/358 KB 300/549 KB 124/404 KB 224/358 KB 304/549 KB 1063/1063 KB 116/404 KB 224/358 KB 288/549 KB 124/404 KB 228/358 KB 304/549 KB 124/404 KB 232/358 KB 304/549 KB 124/404 KB 236/358 KB 304/549 KB 124/404 KB 240/358 KB 304/549 KB 124/404 KB 244/358 KB 308/549 KB 124/404 KB 248/358 KB 308/549 KB 124/404 KB 252/358 KB 308/549 KB 124/404 KB 256/358 KB 308/549 KB 124/404 KB 260/358 KB 308/549 KB 124/404 KB 224/358 KB 300/549 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar (1063 KB at 1594.7 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 128/404 KB 260/358 KB 308/549 KB 132/404 KB 260/358 KB 308/549 KB 136/404 KB 260/358 KB 308/549 KB 140/404 KB 260/358 KB 308/549 KB 144/404 KB 260/358 KB 308/549 KB 124/404 KB 240/358 KB 308/549 KB 144/404 KB 260/358 KB 312/549 KB 144/404 KB 260/358 KB 316/549 KB 144/404 KB 260/358 KB 320/549 KB 144/404 KB 260/358 KB 324/549 KB 148/404 KB 260/358 KB 328/549 KB 148/404 KB 260/358 KB 332/549 KB 148/404 KB 260/358 KB 336/549 KB 148/404 KB 260/358 KB 324/549 KB 4/587 KB 148/404 KB 264/358 KB 336/549 KB 8/587 KB 148/404 KB 264/358 KB 336/549 KB 12/587 KB 148/404 KB 264/358 KB 336/549 KB 16/587 KB 148/404 KB 264/358 KB 336/549 KB 16/587 KB 152/404 KB 264/358 KB 336/549 KB 16/587 KB 156/404 KB 264/358 KB 336/549 KB 16/587 KB 160/404 KB 264/358 KB 336/549 KB 20/587 KB 160/404 KB 264/358 KB 336/549 KB 24/587 KB 160/404 KB 264/358 KB 336/549 KB 28/587 KB 160/404 KB 264/358 KB 336/549 KB 32/587 KB 160/404 KB 264/358 KB 336/549 KB 148/404 KB 264/358 KB 336/549 KB 32/587 KB 160/404 KB 268/358 KB 336/549 KB 32/587 KB 160/404 KB 272/358 KB 336/549 KB 32/587 KB 160/404 KB 276/358 KB 336/549 KB 36/587 KB 164/404 KB 280/358 KB 340/549 KB 36/587 KB 164/404 KB 276/358 KB 340/549 KB 36/587 KB 164/404 KB 276/358 KB 336/549 KB 40/587 KB 164/404 KB 280/358 KB 340/549 KB 44/587 KB 164/404 KB 280/358 KB 340/549 KB 48/587 KB 164/404 KB 280/358 KB 340/549 KB 48/587 KB 4/894 KB 164/404 KB 280/358 KB 340/549 KB 48/587 KB 8/894 KB 164/404 KB 280/358 KB 340/549 KB 48/587 KB 12/894 KB 164/404 KB 280/358 KB 340/549 KB 48/587 KB 16/894 KB 164/404 KB 280/358 KB 340/549 KB 32/587 KB 164/404 KB 276/358 KB 336/549 KB 52/587 KB 20/894 KB 164/404 KB 280/358 KB 344/549 KB 56/587 KB 20/894 KB 164/404 KB 280/358 KB 344/549 KB 60/587 KB 20/894 KB 164/404 KB 280/358 KB 344/549 KB 64/587 KB 20/894 KB 164/404 KB 280/358 KB 344/549 KB 48/587 KB 20/894 KB 164/404 KB 280/358 KB 344/549 KB 68/587 KB 24/894 KB 164/404 KB 280/358 KB 344/549 KB 68/587 KB 28/894 KB 164/404 KB 280/358 KB 344/549 KB 68/587 KB 32/894 KB 164/404 KB 280/358 KB 344/549 KB 68/587 KB 36/894 KB 164/404 KB 280/358 KB 344/549 KB 68/587 KB 40/894 KB 168/404 KB 284/358 KB 344/549 KB 68/587 KB 44/894 KB 168/404 KB 284/358 KB 344/549 KB 68/587 KB 48/894 KB 168/404 KB 284/358 KB 344/549 KB 48/587 KB 16/894 KB 164/404 KB 280/358 KB 344/549 KB 68/587 KB 48/894 KB 168/404 KB 284/358 KB 348/549 KB 68/587 KB 48/894 KB 168/404 KB 284/358 KB 352/549 KB 68/587 KB 36/894 KB 168/404 KB 284/358 KB 344/549 KB 68/587 KB 48/894 KB 168/404 KB 288/358 KB 352/549 KB 68/587 KB 36/894 KB 168/404 KB 280/358 KB 344/549 KB 68/587 KB 48/894 KB 172/404 KB 288/358 KB 352/549 KB 68/587 KB 48/894 KB 176/404 KB 288/358 KB 352/549 KB 68/587 KB 20/894 KB 164/404 KB 280/358 KB 344/549 KB 72/587 KB 48/894 KB 176/404 KB 288/358 KB 352/549 KB 76/587 KB 48/894 KB 176/404 KB 288/358 KB 352/549 KB 80/587 KB 48/894 KB 176/404 KB 288/358 KB 352/549 KB 84/587 KB 48/894 KB 176/404 KB 288/358 KB 352/549 KB 88/587 KB 48/894 KB 176/404 KB 288/358 KB 352/549 KB 92/587 KB 48/894 KB 176/404 KB 288/358 KB 352/549 KB 96/587 KB 48/894 KB 176/404 KB 288/358 KB 352/549 KB 100/587 KB 48/894 KB 176/404 KB 288/358 KB 352/549 KB 104/587 KB 52/894 KB 180/404 KB 292/358 KB 356/549 KB 100/587 KB 52/894 KB 180/404 KB 292/358 KB 356/549 KB 100/587 KB 52/894 KB 180/404 KB 292/358 KB 352/549 KB 104/587 KB 52/894 KB 184/404 KB 292/358 KB 356/549 KB 104/587 KB 52/894 KB 188/404 KB unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 292/358 KB 356/549 KB 100/587 KB 52/894 KB 176/404 KB 292/358 KB 352/549 KB 104/587 KB 56/894 KB 188/404 KB 292/358 KB 360/549 KB 104/587 KB 60/894 KB 192/404 KB 292/358 KB 360/549 KB 104/587 KB 64/894 KB 192/404 KB 292/358 KB 360/549 KB 108/587 KB 68/894 KB 192/404 KB 292/358 KB 360/549 KB 108/587 KB 72/894 KB 192/404 KB 292/358 KB 360/549 KB 108/587 KB 76/894 KB 192/404 KB 292/358 KB 360/549 KB 108/587 KB 80/894 KB 192/404 KB 292/358 KB 360/549 KB 108/587 KB 84/894 KB 192/404 KB 292/358 KB 360/549 KB 108/587 KB 88/894 KB 192/404 KB 292/358 KB 360/549 KB 100/587 KB 48/894 KB 176/404 KB 292/358 KB 352/549 KB 108/587 KB 88/894 KB 192/404 KB 296/358 KB 360/549 KB 108/587 KB 88/894 KB 192/404 KB 300/358 KB 360/549 KB 108/587 KB 88/894 KB 192/404 KB 304/358 KB 360/549 KB 108/587 KB 64/894 KB 192/404 KB 292/358 KB 360/549 KB 112/587 KB 88/894 KB 192/404 KB 304/358 KB 360/549 KB 104/587 KB 56/894 KB 192/404 KB 292/358 KB 360/549 KB 104/587 KB 52/894 KB 188/404 KB 292/358 KB 360/549 KB 112/587 KB 88/894 KB 192/404 KB 304/358 KB 364/549 KB 112/587 KB 88/894 KB 192/404 KB 304/358 KB 368/549 KB 112/587 KB 88/894 KB 196/404 KB 304/358 KB 368/549 KB 116/587 KB 88/894 KB 200/404 KB 308/358 KB 372/549 KB 116/587 KB 88/894 KB 204/404 KB 308/358 KB 372/549 KB 116/587 KB 88/894 KB 208/404 KB 308/358 KB 372/549 KB 116/587 KB 88/894 KB 212/404 KB 308/358 KB 372/549 KB 116/587 KB 88/894 KB 216/404 KB 308/358 KB 372/549 KB 116/587 KB 88/894 KB 220/404 KB 308/358 KB 372/549 KB 116/587 KB 88/894 KB 224/404 KB 308/358 KB 372/549 KB 116/587 KB 88/894 KB 196/404 KB 308/358 KB 372/549 KB 120/587 KB 92/894 KB 224/404 KB 308/358 KB 372/549 KB 124/587 KB 92/894 KB 224/404 KB 308/358 KB 372/549 KB 128/587 KB 92/894 KB 224/404 KB 308/358 KB 372/549 KB 132/587 KB 92/894 KB 224/404 KB 308/358 KB 372/549 KB 112/587 KB 88/894 KB 196/404 KB 308/358 KB 372/549 KB 132/587 KB 92/894 KB 224/404 KB 312/358 KB 372/549 KB 132/587 KB 92/894 KB 224/404 KB 316/358 KB 372/549 KB 132/587 KB 92/894 KB 224/404 KB 320/358 KB 372/549 KB 112/587 KB 88/894 KB 196/404 KB 304/358 KB 372/549 KB 132/587 KB 92/894 KB 224/404 KB 320/358 KB 376/549 KB 132/587 KB 92/894 KB 224/404 KB 320/358 KB 380/549 KB 132/587 KB 92/894 KB 224/404 KB 320/358 KB 384/549 KB 132/587 KB 92/894 KB 224/404 KB 320/358 KB 388/549 KB 132/587 KB 92/894 KB 228/404 KB 324/358 KB 392/549 KB 132/587 KB 92/894 KB 228/404 KB 324/358 KB 396/549 KB 132/587 KB 92/894 KB 228/404 KB 324/358 KB 400/549 KB 132/587 KB 92/894 KB 228/404 KB 324/358 KB 404/549 KB 132/587 KB 92/894 KB 228/404 KB 324/358 KB 408/549 KB 132/587 KB 92/894 KB 228/404 KB 324/358 KB 412/549 KB 132/587 KB 92/894 KB 228/404 KB 324/358 KB 416/549 KB 116/587 KB 92/894 KB 224/404 KB 308/358 KB 372/549 KB 132/587 KB 96/894 KB 228/404 KB 324/358 KB 416/549 KB 132/587 KB 100/894 KB 228/404 KB 324/358 KB 416/549 KB 132/587 KB 104/894 KB 228/404 KB 324/358 KB 416/549 KB 132/587 KB 108/894 KB 228/404 KB 324/358 KB 416/549 KB 132/587 KB 112/894 KB 228/404 KB 324/358 KB 416/549 KB 132/587 KB 92/894 KB 228/404 KB 324/358 KB 388/549 KB 132/587 KB 112/894 KB 232/404 KB 324/358 KB 416/549 KB 132/587 KB 112/894 KB 236/404 KB 324/358 KB 416/549 KB 132/587 KB 112/894 KB 240/404 KB 324/358 KB 416/549 KB 132/587 KB 92/894 KB 224/404 KB 324/358 KB 388/549 KB 132/587 KB 112/894 KB 240/404 KB 328/358 KB 416/549 KB 132/587 KB 112/894 KB 240/404 KB 332/358 KB 416/549 KB 132/587 KB 112/894 KB 2 unit-oai-hss-0: 16:54:53 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 16:54:53 DEBUG unit.oai-hss/0.install virt-what unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 40/404 KB 336/358 KB 416/549 KB 132/587 KB 112/894 KB 240/404 KB 340/358 KB 416/549 KB 132/587 KB 116/894 KB 244/404 KB 344/358 KB 416/549 KB 132/587 KB 116/894 KB 244/404 KB 348/358 KB 416/549 KB 132/587 KB 116/894 KB 244/404 KB 352/358 KB 420/549 KB 132/587 KB 116/894 KB 244/404 KB 356/358 KB 420/549 KB 132/587 KB 116/894 KB 244/404 KB 358/358 KB 420/549 KB 132/587 KB 116/894 KB 244/404 KB 340/358 KB 416/549 KB 132/587 KB 120/894 KB 244/404 KB 358/358 KB 420/549 KB 132/587 KB 124/894 KB 244/404 KB 358/358 KB 420/549 KB 132/587 KB 128/894 KB 244/404 KB 358/358 KB 420/549 KB 132/587 KB 132/894 KB 244/404 KB 358/358 KB 420/549 KB 132/587 KB 136/894 KB 244/404 KB 358/358 KB 420/549 KB 132/587 KB 112/894 KB 244/404 KB 340/358 KB 416/549 KB 132/587 KB 136/894 KB 248/404 KB 358/358 KB 420/549 KB 132/587 KB 136/894 KB 252/404 KB 358/358 KB 420/549 KB 132/587 KB 136/894 KB 256/404 KB 358/358 KB 420/549 KB 132/587 KB 116/894 KB 244/404 KB 348/358 KB 420/549 KB 132/587 KB 136/894 KB 256/404 KB 358/358 KB 424/549 KB 132/587 KB 136/894 KB 256/404 KB 358/358 KB 428/549 KB 132/587 KB 136/894 KB 256/404 KB 358/358 KB 432/549 KB 132/587 KB 136/894 KB 260/404 KB 358/358 KB 432/549 KB 132/587 KB 136/894 KB 264/404 KB 358/358 KB 436/549 KB 132/587 KB 136/894 KB 268/404 KB 358/358 KB 436/549 KB 132/587 KB 140/894 KB 272/404 KB 358/358 KB 436/549 KB 132/587 KB 136/894 KB 260/404 KB 358/358 KB 436/549 KB 132/587 KB 140/894 KB 268/404 KB 358/358 KB 436/549 KB 132/587 KB 144/894 KB 272/404 KB 358/358 KB 440/549 KB 132/587 KB 148/894 KB 272/404 KB 358/358 KB 440/549 KB 132/587 KB 152/894 KB 276/404 KB 358/358 KB 440/549 KB 132/587 KB 148/894 KB 276/404 KB 358/358 KB 440/549 KB 132/587 KB 152/894 KB 280/404 KB 358/358 KB 440/549 KB 132/587 KB 152/894 KB 284/404 KB 358/358 KB 440/549 KB 132/587 KB 156/894 KB 288/404 KB 358/358 KB 440/549 KB 132/587 KB 140/894 KB 272/404 KB 358/358 KB 440/549 KB 132/587 KB 156/894 KB 288/404 KB 358/358 KB 444/549 KB 132/587 KB 156/894 KB 288/404 KB 358/358 KB 448/549 KB 132/587 KB 156/894 KB 288/404 KB 358/358 KB 452/549 KB 132/587 KB 156/894 KB 288/404 KB 358/358 KB 456/549 KB 132/587 KB 156/894 KB 292/404 KB 358/358 KB 460/549 KB 132/587 KB 156/894 KB 292/404 KB 358/358 KB 464/549 KB 132/587 KB 156/894 KB 284/404 KB 358/358 KB 440/549 KB 132/587 KB 160/894 KB 292/404 KB 358/358 KB 464/549 KB 132/587 KB 164/894 KB 292/404 KB 358/358 KB 464/549 KB 132/587 KB 168/894 KB 292/404 KB 358/358 KB 464/549 KB 132/587 KB 172/894 KB 292/404 KB 358/358 KB 464/549 KB 132/587 KB 176/894 KB 292/404 KB 468/549 KB 132/587 KB 156/894 KB 292/404 KB 358/358 KB 456/549 KB 132/587 KB 176/894 KB 296/404 KB 468/549 KB 132/587 KB 176/894 KB 300/404 KB 468/549 KB 132/587 KB 176/894 KB 304/404 KB 468/549 KB 132/587 KB 172/894 KB 292/404 KB 468/549 KB 132/587 KB 176/894 KB 304/404 KB 472/549 KB 132/587 KB 176/894 KB 304/404 KB 476/549 KB 132/587 KB 180/894 KB 304/404 KB 480/549 KB 136/587 KB 180/894 KB 304/404 KB 484/549 KB 136/587 KB 180/894 KB 308/404 KB 488/549 KB 136/587 KB 180/894 KB 308/404 KB 492/549 KB 136/587 KB 180/894 KB 308/404 KB 496/549 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.jar (358 KB at 500.6 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 136/587 KB 180/894 KB 308/404 KB 484/549 KB 136/587 KB 180/894 KB 312/404 KB 496/549 KB 136/587 KB 180/894 KB 316/404 KB 496/549 KB 136/587 KB 180/894 KB 304/404 KB 480/549 KB 140/587 KB 180/894 KB 320/404 KB 496/549 KB 144/587 KB 180/894 KB 320/404 KB 496/549 KB 148/587 KB 180/894 KB 320/404 KB 496/549 KB 152/587 KB 180/894 KB 320/404 KB 496/549 KB 156/587 KB 180/894 KB 320/404 KB 496/549 KB 160/587 KB 180/894 KB 320/404 KB 496/549 KB 164/587 KB 180/894 KB 320/404 KB 496/549 KB 168/587 KB 180/894 KB 320/404 KB 500/549 KB 172/587 KB 180/894 KB 320/404 KB 500/549 KB 132/587 KB 180/894 KB 304/404 KB 476/549 KB 172/587 KB 184/894 KB 320/404 KB 500/549 KB 172/587 KB 188/894 KB 320/404 KB 500/549 KB 172/587 KB 192/894 KB 320/404 KB 500/549 KB 172/587 KB 196/894 KB 320/404 KB 500/549 KB 172/587 KB 200/894 KB 320/404 KB 500/549 KB 172/587 KB 204/894 KB 320/404 KB 500/549 KB 172/587 KB 208/894 KB 320/404 KB 500/549 KB 172/587 KB 212/894 KB 320/404 KB 500/549 KB 164/587 KB 180/894 KB 320/404 KB 500/549 KB 176/587 KB 212/894 KB 320/404 KB 504/549 KB 176/587 KB 212/894 KB 320/404 KB 508/549 KB 176/587 KB 212/894 KB 320/404 KB 512/549 KB 176/587 KB 212/894 KB 320/404 KB 516/549 KB 148/587 KB 180/894 KB 320/404 KB 496/549 KB 176/587 KB 216/894 KB 324/404 KB 516/549 KB 176/587 KB 216/894 KB 328/404 KB 516/549 KB 176/587 KB 216/894 KB 332/404 KB 516/549 KB 176/587 KB 216/894 KB 336/404 KB 516/549 KB 176/587 KB 216/894 KB 340/404 KB 516/549 KB 176/587 KB 216/894 KB 344/404 KB 516/549 KB 176/587 KB 216/894 KB 348/404 KB 516/549 KB 176/587 KB 216/894 KB 352/404 KB 516/549 KB 176/587 KB 216/894 KB 320/404 KB 516/549 KB 176/587 KB 220/894 KB 352/404 KB 516/549 KB 176/587 KB 224/894 KB 352/404 KB 516/549 KB 176/587 KB 4/26 KB 224/894 KB 352/404 KB 520/549 KB 176/587 KB 8/26 KB 224/894 KB 352/404 KB 520/549 KB 176/587 KB 12/26 KB 224/894 KB 352/404 KB 520/549 KB 176/587 KB 16/26 KB 224/894 KB 352/404 KB 520/549 KB 176/587 KB 20/26 KB 224/894 KB 352/404 KB 520/549 KB 176/587 KB 24/26 KB 224/894 KB 352/404 KB 520/549 KB 176/587 KB 26/26 KB 224/894 KB 352/404 KB 520/549 KB 176/587 KB 212/894 KB 320/404 KB 500/549 KB 180/587 KB 26/26 KB 224/894 KB 352/404 KB 520/549 KB 184/587 KB 26/26 KB 224/894 KB 352/404 KB 520/549 KB 188/587 KB 26/26 KB 224/894 KB 352/404 KB 520/549 KB 192/587 KB 26/26 KB 224/894 KB 352/404 KB 520/549 KB 196/587 KB 26/26 KB 224/894 KB 352/404 KB 520/549 KB 200/587 KB 26/26 KB 228/894 KB 356/404 KB 520/549 KB 204/587 KB 26/26 KB 228/894 KB 356/404 KB 520/549 KB 208/587 KB 26/26 KB 228/894 KB 356/404 KB 520/549 KB 176/587 KB 224/894 KB 352/404 KB 520/549 KB 208/587 KB 26/26 KB 228/894 KB 356/404 KB 524/549 KB 208/587 KB 26/26 KB 228/894 KB 356/404 KB 528/549 KB 208/587 KB 228/894 KB 356/404 KB 532/549 KB 208/587 KB 228/894 KB 356/404 KB 536/549 KB 196/587 KB 26/26 KB 228/894 KB 356/404 KB 520/549 KB 208/587 KB 232/894 KB 356/404 KB 536/549 KB 208/587 KB 236/894 KB 356/404 KB 536/549 KB 208/587 KB 240/894 KB 356/404 KB 536/549 KB 208/587 KB 244/894 KB 356/404 KB 536/549 KB 212/587 KB 248/894 KB 356/404 KB 540/549 KB 212/587 KB 252/894 KB 356/404 KB 540/549 KB 212/587 KB 256/894 KB 356/404 KB 540/549 KB 196/587 KB 26/26 KB 224/894 KB 356/404 KB 520/549 KB 212/587 KB 256/894 KB 360/404 KB 540/549 KB 212/587 KB 256/894 KB 364/404 KB 540/549 KB 212/587 KB 256/894 KB 368/404 KB 540/549 KB 212/587 KB 256/894 KB 372/404 KB 540/549 KB 212/587 K unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install B 256/894 KB 376/404 KB 540/549 KB 212/587 KB 256/894 KB 380/404 KB 540/549 KB 212/587 KB 256/894 KB 384/404 KB 540/549 KB 212/587 KB 256/894 KB 388/404 KB 540/549 KB 212/587 KB 260/894 KB 392/404 KB 540/549 KB 212/587 KB 260/894 KB 396/404 KB 540/549 KB 212/587 KB 260/894 KB 400/404 KB 540/549 KB 212/587 KB 244/894 KB 356/404 KB 540/549 KB 216/587 KB 260/894 KB 400/404 KB 540/549 KB 220/587 KB 260/894 KB 400/404 KB 540/549 KB 224/587 KB 260/894 KB 400/404 KB 540/549 KB 208/587 KB 244/894 KB 356/404 KB 540/549 KB 224/587 KB 260/894 KB 400/404 KB 544/549 KB 224/587 KB 260/894 KB 400/404 KB 548/549 KB 224/587 KB 260/894 KB 400/404 KB 549/549 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 KB at 34.4 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 212/587 KB 260/894 KB 388/404 KB 540/549 KB 224/587 KB 264/894 KB 400/404 KB 549/549 KB 224/587 KB 268/894 KB 400/404 KB 549/549 KB 224/587 KB 272/894 KB 400/404 KB 549/549 KB 224/587 KB 276/894 KB 404/404 KB 549/549 KB 228/587 KB 280/894 KB 404/404 KB 549/549 KB 224/587 KB 272/894 KB 404/404 KB 549/549 KB 228/587 KB 276/894 KB 404/404 KB 549/549 KB 232/587 KB 280/894 KB 404/404 KB 549/549 KB 236/587 KB 280/894 KB 404/404 KB 549/549 KB 240/587 KB 280/894 KB 404/404 KB 549/549 KB 244/587 KB 280/894 KB 404/404 KB 549/549 KB 244/587 KB 284/894 KB 404/404 KB 549/549 KB 248/587 KB 288/894 KB 404/404 KB 549/549 KB 248/587 KB 292/894 KB 404/404 KB 549/549 KB 248/587 KB 284/894 KB 404/404 KB 549/549 KB 252/587 KB 292/894 KB 404/404 KB 549/549 KB 256/587 KB 292/894 KB 404/404 KB 549/549 KB 260/587 KB 292/894 KB 404/404 KB 549/549 KB 260/587 KB 296/894 KB 404/404 KB 549/549 KB 260/587 KB 300/894 KB 404/404 KB 549/549 KB 260/587 KB 304/894 KB 404/404 KB 549/549 KB 260/587 KB 308/894 KB 404/404 KB 549/549 KB 264/587 KB 312/894 KB 404/404 KB 549/549 KB 264/587 KB 316/894 KB 404/404 KB 549/549 KB 264/587 KB 320/894 KB 404/404 KB 549/549 KB 264/587 KB 308/894 KB 404/404 KB 549/549 KB 268/587 KB 320/894 KB 404/404 KB 549/549 KB 272/587 KB 320/894 KB 404/404 KB 549/549 KB 276/587 KB 320/894 KB 404/404 KB 549/549 KB 280/587 KB 324/894 KB 404/404 KB 549/549 KB 284/587 KB 324/894 KB 404/404 KB 549/549 KB 288/587 KB 324/894 KB 404/404 KB 549/549 KB 292/587 KB 324/894 KB 404/404 KB 549/549 KB 296/587 KB 4/79 KB 324/894 KB 300/587 KB 4/79 KB 324/894 KB 304/587 KB 4/79 KB 324/894 KB 308/587 KB 4/79 KB 324/894 KB 276/587 KB 324/894 KB 404/404 KB 549/549 KB 292/587 KB 4/79 KB 324/894 KB 404/404 KB 308/587 KB 8/79 KB 324/894 KB 308/587 KB 12/79 KB 324/894 KB 308/587 KB 16/79 KB 324/894 KB 308/587 KB 20/79 KB 324/894 KB 308/587 KB 24/79 KB 324/894 KB 308/587 KB 28/79 KB 324/894 KB 308/587 KB 32/79 KB 324/894 KB 308/587 KB 36/79 KB 324/894 KB 308/587 KB 40/79 KB 324/894 KB 308/587 KB 44/79 KB 324/894 KB 308/587 KB 48/79 KB 324/894 KB 308/587 KB 52/79 KB 324/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.jar (549 KB at 728.6 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar (404 KB at 536.7 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 308/587 KB 56/79 KB 324/894 KB 308/587 KB 60/79 KB 324/894 KB 308/587 KB 64/79 KB 324/894 KB 308/587 KB 64/79 KB 328/894 KB 308/587 KB 64/79 KB 332/894 KB 308/587 KB 64/79 KB 336/894 KB 308/587 KB 64/79 KB 340/894 KB 308/587 KB 64/79 KB 344/894 KB 308/587 KB 64/79 KB 348/894 KB 308/587 KB 64/79 KB 352/894 KB 308/587 KB 68/79 KB 352/894 KB 308/587 KB 72/79 KB 352/894 KB 308/587 KB 76/79 KB 352/894 KB 308/587 KB 79/79 KB 352/894 KB 308/587 KB 79/79 KB 356/894 KB 312/587 KB 79/79 KB 356/894 KB 316/587 KB 79/79 KB 356/894 KB 320/587 KB 79/79 KB 356/894 KB 320/587 KB 79/79 KB 360/894 KB 320/587 KB 79/79 KB 364/894 KB 320/587 KB 79/79 KB 368/894 KB 320/587 KB 79/79 KB 372/894 KB 324/587 KB 79/79 KB 376/894 KB 324/587 KB 79/79 KB 380/894 KB 324/587 KB 79/79 KB 384/894 KB 324/587 KB 79/79 KB 372/894 KB 328/587 KB 79/79 KB 384/894 KB 332/587 KB 79/79 KB 384/894 KB 336/587 KB 79/79 KB 384/894 KB 340/587 KB 79/79 KB 384/894 KB 344/587 KB 79/79 KB 388/894 KB 348/587 KB 79/79 KB 388/894 KB 348/587 KB 79/79 KB 388/894 KB 4/115 KB 348/587 KB 79/79 KB 388/894 KB 8/115 KB 348/587 KB 79/79 KB 388/894 KB 12/115 KB 348/587 KB 79/79 KB 388/894 KB 16/115 KB 340/587 KB 79/79 KB 388/894 KB 348/587 KB 79/79 KB 392/894 KB 16/115 KB 348/587 KB 79/79 KB 396/894 KB 16/115 KB 352/587 KB 79/79 KB 400/894 KB 16/115 KB 352/587 KB 79/79 KB 396/894 KB 16/115 KB 352/587 KB 79/79 KB 400/894 KB 20/115 KB 352/587 KB 79/79 KB 400/894 KB 24/115 KB 352/587 KB 79/79 KB 400/894 KB 28/115 KB 352/587 KB 79/79 KB 400/894 KB 32/115 KB 352/587 KB 79/79 KB 400/894 KB 4/1822 KB 32/115 KB 352/587 KB 79/79 KB 400/894 KB 8/1822 KB 32/115 KB 352/587 KB 79/79 KB 400/894 KB 12/1822 KB 32/115 KB 352/587 KB 79/79 KB 400/894 KB 16/1822 KB 32/115 KB 352/587 KB 79/79 KB 400/894 KB 20/1822 KB 32/115 KB 352/587 KB 79/79 KB 400/894 KB 24/1822 KB 36/115 KB 352/587 KB 400/894 KB 28/1822 KB 36/115 KB 352/587 KB 400/894 KB 32/1822 KB 36/115 KB 352/587 KB 400/894 KB 36/1822 KB 36/115 KB 352/587 KB 400/894 KB 40/1822 KB 36/115 KB 352/587 KB 400/894 KB 44/1822 KB 36/115 KB 352/587 KB 400/894 KB 48/1822 KB 36/115 KB 352/587 KB 79/79 KB 400/894 KB 20/1822 KB 36/115 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.jar (79 KB at 102.8 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 352/587 KB 400/894 KB 48/1822 KB 40/115 KB 352/587 KB 400/894 KB 48/1822 KB 44/115 KB 352/587 KB 400/894 KB 48/1822 KB 48/115 KB 352/587 KB 400/894 KB 48/1822 KB 52/115 KB 352/587 KB 400/894 KB 52/1822 KB 56/115 KB 352/587 KB 400/894 KB 52/1822 KB 60/115 KB 352/587 KB 400/894 KB 52/1822 KB 64/115 KB 352/587 KB 400/894 KB 52/1822 KB 52/115 KB 352/587 KB 400/894 KB 56/1822 KB 64/115 KB 352/587 KB 400/894 KB 60/1822 KB 64/115 KB 352/587 KB 400/894 KB 64/1822 KB 64/115 KB 352/587 KB 400/894 KB 68/1822 KB 64/115 KB 352/587 KB 400/894 KB 72/1822 KB 68/115 KB 352/587 KB 400/894 KB 76/1822 KB 68/115 KB 352/587 KB 400/894 KB 80/1822 KB 68/115 KB 356/587 KB 400/894 KB 84/1822 KB 68/115 KB 356/587 KB 404/894 KB 88/1822 KB 68/115 KB 352/587 KB 400/894 KB 68/1822 KB 68/115 KB 356/587 KB 404/894 KB 88/1822 KB 72/115 KB 356/587 KB 404/894 KB 88/1822 KB 76/115 KB 356/587 KB 404/894 KB 88/1822 KB 80/115 KB 356/587 KB 404/894 KB 88/1822 KB 84/115 KB 356/587 KB 404/894 KB 84/1822 KB 68/115 KB 356/587 KB 408/894 KB 88/1822 KB 84/115 KB 356/587 KB 412/894 KB 88/1822 KB 84/115 KB 356/587 KB 400/894 KB 80/1822 KB 68/115 KB 360/587 KB 412/894 KB 88/1822 KB 84/115 KB 364/587 KB 412/894 KB 88/1822 KB 84/115 KB 368/587 KB 412/894 KB 88/1822 KB 84/115 KB 368/587 KB 412/894 KB 88/1822 KB 88/115 KB 368/587 KB 416/894 KB 88/1822 KB 92/115 KB 368/587 KB 416/894 KB 88/1822 KB 96/115 KB 368/587 KB 416/894 KB 88/1822 KB 88/115 KB 368/587 KB 4/206 KB 416/894 KB 88/1822 KB 96/115 KB 368/587 KB 8/206 KB 416/894 KB 88/1822 KB 96/115 KB 368/587 KB 12/206 KB 416/894 KB 88/1822 KB 96/115 KB 368/587 KB 16/206 KB 416/894 KB 88/1822 KB 96/115 KB 368/587 KB 16/206 KB 416/894 KB 92/1822 KB 96/115 KB 368/587 KB 20/206 KB 416/894 KB 96/1822 KB 96/115 KB 372/587 KB 20/206 KB 416/894 KB 100/1822 KB 96/115 KB 372/587 KB 20/206 KB 420/894 KB 104/1822 KB 100/115 KB 368/587 KB 20/206 KB 416/894 KB 92/1822 KB 96/115 KB 372/587 KB 24/206 KB 420/894 KB 104/1822 KB 100/115 KB 372/587 KB 28/206 KB 420/894 KB 104/1822 KB 100/115 KB 372/587 KB 32/206 KB 420/894 KB 104/1822 KB 100/115 KB 372/587 KB 36/206 KB 420/894 KB 104/1822 KB 100/115 KB 372/587 KB 40/206 KB 420/894 KB 104/1822 KB 100/115 KB 372/587 KB 44/206 KB 420/894 KB 104/1822 KB 100/115 KB 372/587 KB 48/206 KB 420/894 KB 104/1822 KB 100/115 KB 372/587 KB 20/206 KB 420/894 KB 100/1822 KB 100/115 KB 372/587 KB 48/206 KB 424/894 KB 104/1822 KB 100/115 KB 372/587 KB 48/206 KB 428/894 KB 104/1822 KB 100/115 KB 372/587 KB 20/206 KB 416/894 KB 100/1822 KB 100/115 KB 372/587 KB 20/206 KB 416/894 KB 96/1822 KB 96/115 KB 376/587 KB 48/206 KB 428/894 KB 104/1822 KB 104/115 KB 380/587 KB 48/206 KB 428/894 KB 104/1822 KB 104/115 KB 384/587 KB 48/206 KB 428/894 KB 104/1822 KB 104/115 KB 388/587 KB 48/206 KB 428/894 KB 104/1822 KB 104/115 KB 392/587 KB 52/206 KB 432/894 KB 104/1822 KB 104/115 KB 396/587 KB 52/206 KB 432/894 KB 108/1822 KB 104/115 KB 388/587 KB 52/206 KB 432/894 KB 104/1822 KB 104/115 KB 388/587 KB 48/206 KB 432/894 KB 104/1822 KB 104/115 KB 372/587 KB 48/206 KB 428/894 KB 104/1822 KB 104/115 KB 396/587 KB 52/206 KB 432/894 KB 108/1822 KB 108/115 KB 396/587 KB 52/206 KB 432/894 KB 108/1822 KB 112/115 KB 396/587 KB 52/206 KB 432/894 KB 108/1822 KB 115/115 KB 392/587 KB 52/206 KB 432/894 KB 108/1822 KB 104/115 KB 396/587 KB 52/206 KB 436/894 KB 112/1822 KB 115/115 KB 400/587 KB 52/206 KB 436/894 KB 112/1822 KB 115/115 KB 400/587 KB 52/206 KB unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 436/894 KB 116/1822 KB 115/115 KB 404/587 KB 56/206 KB 436/894 KB 120/1822 KB 115/115 KB 396/587 KB 52/206 KB 436/894 KB 108/1822 KB 115/115 KB 404/587 KB 56/206 KB 440/894 KB 120/1822 KB 115/115 KB 404/587 KB 56/206 KB 444/894 KB 120/1822 KB 115/115 KB 404/587 KB 56/206 KB 448/894 KB 120/1822 KB 115/115 KB 404/587 KB 56/206 KB 436/894 KB 116/1822 KB 115/115 KB 408/587 KB 56/206 KB 448/894 KB 120/1822 KB 115/115 KB 412/587 KB 56/206 KB 448/894 KB 120/1822 KB 115/115 KB 416/587 KB 56/206 KB 448/894 KB 120/1822 KB 115/115 KB 420/587 KB 56/206 KB 452/894 KB 124/1822 KB 115/115 KB 400/587 KB 56/206 KB 436/894 KB 116/1822 KB 115/115 KB 424/587 KB 60/206 KB 452/894 KB 124/1822 KB 115/115 KB 424/587 KB 64/206 KB 452/894 KB 124/1822 KB 115/115 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar (115 KB at 144.5 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 416/587 KB 56/206 KB 452/894 KB 124/1822 KB 115/115 KB 416/587 KB 56/206 KB 448/894 KB 124/1822 KB 115/115 KB 424/587 KB 68/206 KB 456/894 KB 128/1822 KB 424/587 KB 68/206 KB 452/894 KB 124/1822 KB 424/587 KB 72/206 KB 456/894 KB 128/1822 KB 424/587 KB 76/206 KB 456/894 KB 128/1822 KB 424/587 KB 80/206 KB 456/894 KB 128/1822 KB 424/587 KB 84/206 KB 456/894 KB 128/1822 KB 424/587 KB 88/206 KB 456/894 KB 132/1822 KB 424/587 KB 92/206 KB 456/894 KB 132/1822 KB 424/587 KB 96/206 KB 456/894 KB 132/1822 KB 424/587 KB 80/206 KB 456/894 KB 128/1822 KB 424/587 KB 96/206 KB 460/894 KB 132/1822 KB 424/587 KB 96/206 KB 464/894 KB 132/1822 KB 424/587 KB 96/206 KB 468/894 KB 132/1822 KB 424/587 KB 96/206 KB 472/894 KB 132/1822 KB 424/587 KB 100/206 KB 476/894 KB 132/1822 KB 424/587 KB 100/206 KB 480/894 KB 132/1822 KB 424/587 KB 84/206 KB 456/894 KB 132/1822 KB 428/587 KB 100/206 KB 480/894 KB 132/1822 KB 432/587 KB 100/206 KB 480/894 KB 132/1822 KB 424/587 KB 84/206 KB 456/894 KB 132/1822 KB 432/587 KB 100/206 KB 480/894 KB 136/1822 KB 432/587 KB 100/206 KB 480/894 KB 140/1822 KB 432/587 KB 100/206 KB 480/894 KB 144/1822 KB Downloading: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 436/587 KB 100/206 KB 480/894 KB 144/1822 KB 440/587 KB 100/206 KB 480/894 KB 148/1822 KB 444/587 KB 100/206 KB 480/894 KB 148/1822 KB 448/587 KB 100/206 KB 480/894 KB 148/1822 KB 424/587 KB 100/206 KB 472/894 KB 132/1822 KB 436/587 KB 100/206 KB 480/894 KB 148/1822 KB 448/587 KB 100/206 KB 480/894 KB 152/1822 KB 448/587 KB 100/206 KB 480/894 KB 156/1822 KB 448/587 KB 100/206 KB 480/894 KB 160/1822 KB 448/587 KB 104/206 KB 480/894 KB 160/1822 KB 448/587 KB 108/206 KB 480/894 KB 160/1822 KB 448/587 KB 112/206 KB 484/894 KB 160/1822 KB 452/587 KB 116/206 KB 484/894 KB 160/1822 KB 452/587 KB 120/206 KB 484/894 KB 164/1822 KB 448/587 KB 108/206 KB 484/894 KB 160/1822 KB 452/587 KB 120/206 KB 488/894 KB 164/1822 KB 452/587 KB 120/206 KB 492/894 KB 164/1822 KB 452/587 KB 120/206 KB 496/894 KB 164/1822 KB 452/587 KB 116/206 KB 484/894 KB 164/1822 KB 452/587 KB 120/206 KB 496/894 KB 168/1822 KB 452/587 KB 120/206 KB 496/894 KB 172/1822 KB 452/587 KB 120/206 KB 496/894 KB 176/1822 KB 452/587 KB 124/206 KB 496/894 KB 180/1822 KB 452/587 KB 124/206 KB 500/894 KB 184/1822 KB 452/587 KB 112/206 KB 484/894 KB 160/1822 KB 456/587 KB 124/206 KB 500/894 KB 184/1822 KB 460/587 KB 124/206 KB 500/894 KB 184/1822 KB 464/587 KB 124/206 KB 500/894 KB 184/1822 KB 468/587 KB 124/206 KB 500/894 KB 184/1822 KB 472/587 KB 124/206 KB 500/894 KB 184/1822 KB 476/587 KB 124/206 KB 500/894 KB 184/1822 KB 480/587 KB 124/206 KB 500/894 KB 188/1822 KB 452/587 KB 124/206 KB 500/894 KB 180/1822 KB 480/587 KB 124/206 KB 504/894 KB 188/1822 KB 480/587 KB 124/206 KB 508/894 KB 188/1822 KB 452/587 KB 124/206 KB 496/894 KB 176/1822 KB 480/587 KB 128/206 KB 512/894 KB 188/1822 KB 480/587 KB 132/206 KB 512/894 KB 188/1822 KB 480/587 KB 136/206 KB 512/894 KB 188/1822 KB 480/587 KB 140/206 KB 512/894 KB 188/1822 KB 480/587 KB 144/206 KB 512/894 KB 188/1822 KB 476/587 KB 124/206 KB 500/894 KB 188/1822 KB 480/587 KB 144/206 KB 512/894 KB 192/1822 KB 480/587 KB 132/206 KB 512/894 KB 188/1822 KB 480/587 KB 144/206 KB 516/894 KB 192/1822 KB 484/587 KB 144/206 KB 520/894 KB 192/1822 KB 4/314 KB 484/587 KB 148/206 KB 524/894 KB 192/1822 KB 4/314 KB 484/587 KB 148/206 KB 528/894 KB 192/1822 KB 4/314 KB 484/587 KB 148/206 KB 532/894 KB 192/1822 KB 484/587 KB 144/206 KB 516/894 KB 192/1822 KB 4/314 KB 488/587 KB 148/206 KB 532/894 KB 196/1822 KB 4/314 KB 492/587 KB 148/206 KB 532/894 KB 196/1822 KB 4/314 KB 496/587 KB 148/206 KB 532/894 KB 196/1822 KB 4/314 KB 484/587 KB 148/206 KB 532/894 KB 196/1822 KB 4/314 KB 496/587 KB 148/206 KB 532/894 KB 200/1822 KB 4/314 KB 496/587 KB 148/206 KB 532/894 KB 204/1822 KB 4/314 KB 496/587 KB 148/206 KB 532/894 KB 208/1822 KB 4/314 KB 484/587 KB 148/206 KB 520/894 KB 192/1822 KB 4/314 KB 484/587 KB 144/206 KB 520/894 KB 192/1822 KB 8/314 KB 496/587 KB 148/206 KB 532/894 KB 208/1822 KB 12/314 KB 496/587 KB 148/206 KB 532/894 KB 208/1822 KB 16/314 KB 496/587 KB 148/206 KB 532/894 KB 208/1822 KB 20/314 KB 496/587 KB 148/206 KB 532/894 KB 208/1822 KB 24/314 KB 496/587 KB 148/206 KB 532/894 KB 208/1822 KB 28/314 KB 496/587 KB 148/206 KB 532/894 KB 208/1822 KB 32/314 KB 496/587 KB 148/206 KB 532/894 KB 208/1822 KB 36/314 KB 496/587 KB 148/206 KB 532/894 KB 208/1822 KB 40/314 KB 496/587 KB 148/206 KB 532/894 KB 208/1822 KB 44/314 KB 496/587 KB 148/206 KB 532/894 KB 208/1822 KB 48/314 KB 496/587 KB 148/206 KB 532/894 KB 208/1822 KB 48/314 KB 496/587 KB 152/206 KB 532/894 KB 20 unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 8/1822 KB 52/314 KB 496/587 KB 156/206 KB 532/894 KB 208/1822 KB 52/314 KB 496/587 KB 160/206 KB 532/894 KB 208/1822 KB 52/314 KB 496/587 KB 152/206 KB 532/894 KB 208/1822 KB 56/314 KB 496/587 KB 160/206 KB 532/894 KB 208/1822 KB 60/314 KB 500/587 KB 160/206 KB 532/894 KB 212/1822 KB 60/314 KB 500/587 KB 164/206 KB 536/894 KB 216/1822 KB 60/314 KB 500/587 KB 164/206 KB 536/894 KB 220/1822 KB 56/314 KB 500/587 KB 160/206 KB 532/894 KB 208/1822 KB 60/314 KB 500/587 KB 164/206 KB 536/894 KB 212/1822 KB 60/314 KB 504/587 KB 164/206 KB 540/894 KB 220/1822 KB 60/314 KB 504/587 KB 164/206 KB 544/894 KB 220/1822 KB 60/314 KB 500/587 KB 164/206 KB 532/894 KB 212/1822 KB 60/314 KB 500/587 KB 160/206 KB 532/894 KB 208/1822 KB 64/314 KB 504/587 KB 164/206 KB 544/894 KB 220/1822 KB 68/314 KB 504/587 KB 164/206 KB 544/894 KB 220/1822 KB 72/314 KB 504/587 KB 164/206 KB 544/894 KB 220/1822 KB 76/314 KB 504/587 KB 164/206 KB 544/894 KB 220/1822 KB 80/314 KB 504/587 KB 164/206 KB 544/894 KB 220/1822 KB 84/314 KB 504/587 KB 164/206 KB 544/894 KB 220/1822 KB 88/314 KB 504/587 KB 164/206 KB 544/894 KB 220/1822 KB 92/314 KB 504/587 KB 164/206 KB 544/894 KB 220/1822 KB 96/314 KB 504/587 KB 164/206 KB 544/894 KB 220/1822 KB 100/314 KB 504/587 KB 164/206 KB 544/894 KB 220/1822 KB 60/314 KB 504/587 KB 164/206 KB 536/894 KB 220/1822 KB 100/314 KB 508/587 KB 168/206 KB 548/894 KB 224/1822 KB 100/314 KB 512/587 KB 168/206 KB 548/894 KB 224/1822 KB 100/314 KB 516/587 KB 168/206 KB 548/894 KB 224/1822 KB 100/314 KB 504/587 KB 168/206 KB 548/894 KB 224/1822 KB 100/314 KB 504/587 KB 168/206 KB 544/894 KB 224/1822 KB 100/314 KB 504/587 KB 168/206 KB 544/894 KB 220/1822 KB 100/314 KB 520/587 KB 172/206 KB 548/894 KB 224/1822 KB 100/314 KB 520/587 KB 176/206 KB 548/894 KB 224/1822 KB 100/314 KB 520/587 KB 176/206 KB 548/894 KB 228/1822 KB 100/314 KB 520/587 KB 180/206 KB 552/894 KB 232/1822 KB 100/314 KB 520/587 KB 180/206 KB 552/894 KB 236/1822 KB 100/314 KB 520/587 KB 180/206 KB 552/894 KB 240/1822 KB 100/314 KB 520/587 KB 180/206 KB 552/894 KB 228/1822 KB 100/314 KB 520/587 KB 180/206 KB 556/894 KB 240/1822 KB 100/314 KB 520/587 KB 180/206 KB 560/894 KB 240/1822 KB 100/314 KB 520/587 KB 180/206 KB 564/894 KB 240/1822 KB 100/314 KB 520/587 KB 180/206 KB 568/894 KB 240/1822 KB 100/314 KB 520/587 KB 180/206 KB 572/894 KB 240/1822 KB 100/314 KB 520/587 KB 180/206 KB 576/894 KB 240/1822 KB 100/314 KB 520/587 KB 180/206 KB 580/894 KB 240/1822 KB 104/314 KB 520/587 KB 180/206 KB 584/894 KB 244/1822 KB 104/314 KB 520/587 KB 180/206 KB 588/894 KB 244/1822 KB 104/314 KB 520/587 KB 180/206 KB 592/894 KB 244/1822 KB 100/314 KB 520/587 KB 180/206 KB 548/894 KB 228/1822 KB 104/314 KB 520/587 KB 184/206 KB 592/894 KB 244/1822 KB 104/314 KB 520/587 KB 188/206 KB 592/894 KB 244/1822 KB 104/314 KB 520/587 KB 192/206 KB 592/894 KB 244/1822 KB 104/314 KB 520/587 KB 196/206 KB 592/894 KB 244/1822 KB 104/314 KB 520/587 KB 200/206 KB 592/894 KB 244/1822 KB 104/314 KB 520/587 KB 204/206 KB 592/894 KB 244/1822 KB 104/314 KB 520/587 KB 206/206 KB 592/894 KB 244/1822 KB 104/314 KB 520/587 KB 180/206 KB 580/894 KB 244/1822 KB 108/314 KB 520/587 KB 206/206 KB 592/894 KB 244/1822 KB 112/314 KB 520/587 KB 206/206 KB 592/894 KB 244/1822 KB 100/314 KB 520/587 KB 180/206 KB 580/894 KB 244/1822 KB 112/314 KB 520/587 KB 206/206 KB 592/894 KB 248/1822 KB 112/314 KB 520/587 KB 206/206 KB 592/894 KB 252/1822 KB 112/314 KB 520/5 unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 87 KB 206/206 KB 592/894 KB 256/1822 KB 100/314 KB 520/587 KB 180/206 KB 552/894 KB 232/1822 KB 112/314 KB 524/587 KB 206/206 KB 592/894 KB 256/1822 KB 112/314 KB 528/587 KB 206/206 KB 592/894 KB 256/1822 KB 112/314 KB 532/587 KB 206/206 KB 592/894 KB 256/1822 KB 112/314 KB 536/587 KB 206/206 KB 592/894 KB 256/1822 KB 112/314 KB 540/587 KB 206/206 KB 592/894 KB 256/1822 KB 112/314 KB 544/587 KB 206/206 KB 592/894 KB 256/1822 KB 112/314 KB 548/587 KB 206/206 KB 592/894 KB 256/1822 KB 112/314 KB 552/587 KB 206/206 KB 596/894 KB 260/1822 KB 112/314 KB 556/587 KB 206/206 KB 596/894 KB 260/1822 KB 112/314 KB 560/587 KB 206/206 KB 596/894 KB 260/1822 KB 112/314 KB 564/587 KB 206/206 KB 596/894 KB 260/1822 KB 112/314 KB 548/587 KB 206/206 KB 596/894 KB 260/1822 KB 116/314 KB 564/587 KB 206/206 KB 600/894 KB 260/1822 KB 116/314 KB 564/587 KB 206/206 KB 604/894 KB 260/1822 KB 116/314 KB 564/587 KB 206/206 KB 608/894 KB 260/1822 KB 112/314 KB 548/587 KB 206/206 KB 592/894 KB 260/1822 KB 116/314 KB 564/587 KB 206/206 KB 608/894 KB 264/1822 KB 116/314 KB 564/587 KB 206/206 KB 608/894 KB 268/1822 KB 116/314 KB 564/587 KB 206/206 KB 608/894 KB 272/1822 KB 116/314 KB 564/587 KB 206/206 KB 596/894 KB 260/1822 KB 120/314 KB 564/587 KB 206/206 KB 608/894 KB 272/1822 KB 124/314 KB 564/587 KB 206/206 KB 608/894 KB 272/1822 KB 128/314 KB 564/587 KB 206/206 KB 608/894 KB 272/1822 KB 132/314 KB 564/587 KB 608/894 KB 272/1822 KB 136/314 KB 568/587 KB 612/894 KB 276/1822 KB 140/314 KB 568/587 KB 612/894 KB 276/1822 KB 144/314 KB 568/587 KB 612/894 KB 276/1822 KB 132/314 KB 568/587 KB 612/894 KB 276/1822 KB 144/314 KB 568/587 KB 616/894 KB 276/1822 KB 132/314 KB 568/587 KB 608/894 KB 276/1822 KB 144/314 KB 572/587 KB 616/894 KB 276/1822 KB 144/314 KB 576/587 KB 616/894 KB 276/1822 KB 132/314 KB 564/587 KB 608/894 KB 276/1822 KB 144/314 KB 576/587 KB 616/894 KB 280/1822 KB 144/314 KB 576/587 KB 616/894 KB 284/1822 KB 144/314 KB 576/587 KB 616/894 KB 288/1822 KB 144/314 KB 576/587 KB 616/894 KB 292/1822 KB 148/314 KB 580/587 KB 620/894 KB 296/1822 KB 148/314 KB 580/587 KB 620/894 KB 300/1822 KB 148/314 KB 580/587 KB 620/894 KB 304/1822 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar (206 KB at 245.4 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 148/314 KB 580/587 KB 620/894 KB 292/1822 KB 152/314 KB 580/587 KB 620/894 KB 304/1822 KB 156/314 KB 580/587 KB 620/894 KB 304/1822 KB 160/314 KB 580/587 KB 620/894 KB 304/1822 KB 144/314 KB 580/587 KB 620/894 KB 292/1822 KB 160/314 KB 580/587 KB 624/894 KB 308/1822 KB 144/314 KB 580/587 KB 616/894 KB 292/1822 KB 160/314 KB 584/587 KB 624/894 KB 308/1822 KB 160/314 KB 587/587 KB 624/894 KB 308/1822 KB 160/314 KB 587/587 KB 628/894 KB 308/1822 KB 160/314 KB 587/587 KB 632/894 KB 308/1822 KB 160/314 KB 587/587 KB 636/894 KB 308/1822 KB 160/314 KB 587/587 KB 640/894 KB 308/1822 KB 164/314 KB 587/587 KB 640/894 KB 308/1822 KB 168/314 KB 587/587 KB 644/894 KB 308/1822 KB 172/314 KB 587/587 KB 644/894 KB 308/1822 KB 176/314 KB 587/587 KB 644/894 KB 308/1822 KB 160/314 KB 580/587 KB 620/894 KB 308/1822 KB 176/314 KB 587/587 KB 644/894 KB 312/1822 KB 176/314 KB 587/587 KB 644/894 KB 316/1822 KB 176/314 KB 587/587 KB 644/894 KB 320/1822 KB 164/314 KB 587/587 KB 644/894 KB 308/1822 KB 176/314 KB 587/587 KB 648/894 KB 320/1822 KB 176/314 KB 587/587 KB 652/894 KB 320/1822 KB 176/314 KB 587/587 KB 656/894 KB 320/1822 KB 180/314 KB 587/587 KB 660/894 KB 320/1822 KB 180/314 KB 587/587 KB 664/894 KB 324/1822 KB 180/314 KB 587/587 KB 668/894 KB 324/1822 KB 180/314 KB 587/587 KB 672/894 KB 324/1822 KB 180/314 KB 587/587 KB 656/894 KB 320/1822 KB 184/314 KB 587/587 KB 672/894 KB 324/1822 KB 188/314 KB 587/587 KB 672/894 KB 324/1822 KB 192/314 KB 587/587 KB 672/894 KB 324/1822 KB 180/314 KB 587/587 KB 660/894 KB 324/1822 KB 192/314 KB 587/587 KB 672/894 KB 328/1822 KB 192/314 KB 587/587 KB 672/894 KB 332/1822 KB 192/314 KB 587/587 KB 672/894 KB 336/1822 KB 192/314 KB 587/587 KB 672/894 KB 340/1822 KB 196/314 KB 676/894 KB 4/57 KB 344/1822 KB 196/314 KB 676/894 KB 4/57 KB 348/1822 KB 196/314 KB 676/894 KB 4/57 KB 352/1822 KB 196/314 KB 676/894 KB 4/57 KB 340/1822 KB 192/314 KB 676/894 KB 4/57 KB 340/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.jar (587 KB at 689.4 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 192/314 KB 587/587 KB 672/894 KB 4/57 KB 340/1822 KB 196/314 KB 676/894 KB 8/57 KB 352/1822 KB 196/314 KB 676/894 KB 12/57 KB 352/1822 KB 196/314 KB 676/894 KB 16/57 KB 352/1822 KB 196/314 KB 676/894 KB 20/57 KB 352/1822 KB 196/314 KB 676/894 KB 24/57 KB 352/1822 KB 196/314 KB 676/894 KB 28/57 KB 352/1822 KB 196/314 KB 676/894 KB 32/57 KB 352/1822 KB 196/314 KB 676/894 KB 36/57 KB 352/1822 KB 200/314 KB 680/894 KB 40/57 KB 356/1822 KB 200/314 KB 680/894 KB 44/57 KB 356/1822 KB 200/314 KB 680/894 KB 48/57 KB 356/1822 KB 200/314 KB 680/894 KB 36/57 KB 356/1822 KB 200/314 KB 680/894 KB 36/57 KB 352/1822 KB 204/314 KB 680/894 KB 48/57 KB 356/1822 KB 208/314 KB 680/894 KB 48/57 KB 356/1822 KB 196/314 KB 680/894 KB 36/57 KB 352/1822 KB 208/314 KB 684/894 KB 48/57 KB 356/1822 KB 208/314 KB 688/894 KB 48/57 KB 356/1822 KB 208/314 KB 692/894 KB 48/57 KB 356/1822 KB 212/314 KB 696/894 KB 52/57 KB 360/1822 KB 212/314 KB 692/894 KB 52/57 KB 360/1822 KB 212/314 KB 700/894 KB 56/57 KB 360/1822 KB 212/314 KB 700/894 KB 57/57 KB 360/1822 KB 212/314 KB 692/894 KB 48/57 KB 360/1822 KB 212/314 KB 700/894 KB 57/57 KB 364/1822 KB 212/314 KB 700/894 KB 57/57 KB 368/1822 KB 212/314 KB 692/894 KB 48/57 KB 356/1822 KB 216/314 KB 700/894 KB 57/57 KB 4/263 KB 368/1822 KB 220/314 KB 700/894 KB 57/57 KB 4/263 KB 368/1822 KB 224/314 KB 700/894 KB 57/57 KB 4/263 KB 368/1822 KB 212/314 KB 700/894 KB 57/57 KB 4/263 KB 368/1822 KB 224/314 KB 700/894 KB 57/57 KB 8/263 KB 368/1822 KB 224/314 KB 700/894 KB 57/57 KB 12/263 KB 368/1822 KB 224/314 KB 700/894 KB 57/57 KB 16/263 KB 368/1822 KB 212/314 KB 700/894 KB 56/57 KB 360/1822 KB 224/314 KB 704/894 KB 57/57 KB 16/263 KB 368/1822 KB 224/314 KB 704/894 KB 57/57 KB 20/263 KB 368/1822 KB 224/314 KB 704/894 KB 57/57 KB 24/263 KB 368/1822 KB 224/314 KB 704/894 KB 57/57 KB 28/263 KB 368/1822 KB 224/314 KB 704/894 KB 57/57 KB 32/263 KB 368/1822 KB 224/314 KB 708/894 KB 57/57 KB 32/263 KB 368/1822 KB 228/314 KB 712/894 KB 57/57 KB 36/263 KB 372/1822 KB 228/314 KB 716/894 KB 57/57 KB 36/263 KB 372/1822 KB 228/314 KB 720/894 KB 57/57 KB 36/263 KB 372/1822 KB 228/314 KB 708/894 KB 57/57 KB 36/263 KB 372/1822 KB 228/314 KB 720/894 KB 57/57 KB 40/263 KB 372/1822 KB 228/314 KB 720/894 KB 57/57 KB 44/263 KB 372/1822 KB 228/314 KB 720/894 KB 57/57 KB 48/263 KB 372/1822 KB 228/314 KB 708/894 KB 57/57 KB 32/263 KB 372/1822 KB 232/314 KB 720/894 KB 57/57 KB 48/263 KB 372/1822 KB 236/314 KB 720/894 KB 57/57 KB 48/263 KB 372/1822 KB 224/314 KB 708/894 KB 57/57 KB 32/263 KB 372/1822 KB 236/314 KB 720/894 KB 57/57 KB 48/263 KB 376/1822 KB 236/314 KB 720/894 KB 57/57 KB 48/263 KB 380/1822 KB 236/314 KB 720/894 KB 57/57 KB 52/263 KB 384/1822 KB 236/314 KB 720/894 KB 57/57 KB 52/263 KB 388/1822 KB 240/314 KB 724/894 KB 57/57 KB 52/263 KB 392/1822 KB 240/314 KB 724/894 KB 57/57 KB 52/263 KB 396/1822 KB 236/314 KB 720/894 KB 57/57 KB 52/263 KB 380/1822 KB 240/314 KB 724/894 KB 57/57 KB 56/263 KB 396/1822 KB 240/314 KB 724/894 KB 57/57 KB 60/263 KB 396/1822 KB 240/314 KB 724/894 KB 57/57 KB 64/263 KB 396/1822 KB 240/314 KB 724/894 KB 57/57 KB 52/263 KB 388/1822 KB 240/314 KB 728/894 KB 57/57 KB 64/263 KB 396/1822 KB 240/314 KB 732/894 KB 57/57 KB 64/263 KB 396/1822 KB 240/314 KB 736/894 KB 57/57 KB 64/263 KB 396/1822 KB 240/314 KB 720/894 KB 57/57 KB 52/263 KB 388/1822 KB 244/314 KB 736/894 KB 57/57 KB 64/263 KB 400/1822 KB 248/314 KB 736/894 K unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install B 57/57 KB 64/263 KB 400/1822 KB 252/314 KB 736/894 KB 57/57 KB 64/263 KB 400/1822 KB 256/314 KB 736/894 KB 68/263 KB 400/1822 KB 260/314 KB 736/894 KB 68/263 KB 400/1822 KB 264/314 KB 740/894 KB 68/263 KB 400/1822 KB 268/314 KB 740/894 KB 68/263 KB 400/1822 KB 272/314 KB 740/894 KB 68/263 KB 400/1822 KB 240/314 KB 736/894 KB 57/57 KB 64/263 KB 400/1822 KB 272/314 KB 740/894 KB 68/263 KB 404/1822 KB 272/314 KB 740/894 KB 68/263 KB 408/1822 KB 272/314 KB 740/894 KB 68/263 KB 412/1822 KB 272/314 KB 740/894 KB 68/263 KB 416/1822 KB 260/314 KB 740/894 KB 68/263 KB 400/1822 KB 272/314 KB 744/894 KB 68/263 KB 416/1822 KB 272/314 KB 748/894 KB 68/263 KB 416/1822 KB 272/314 KB 752/894 KB 68/263 KB 416/1822 KB 252/314 KB 736/894 KB 68/263 KB 400/1822 KB 272/314 KB 752/894 KB 72/263 KB 416/1822 KB 272/314 KB 752/894 KB 76/263 KB 416/1822 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.jar (57 KB at 65.2 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 272/314 KB 752/894 KB 80/263 KB 416/1822 KB 272/314 KB 752/894 KB 84/263 KB 416/1822 KB 276/314 KB 756/894 KB 88/263 KB 420/1822 KB 276/314 KB 756/894 KB 92/263 KB 420/1822 KB 276/314 KB 756/894 KB 96/263 KB 420/1822 KB 276/314 KB 756/894 KB 84/263 KB 420/1822 KB 276/314 KB 752/894 KB 84/263 KB 420/1822 KB 272/314 KB 752/894 KB 84/263 KB 420/1822 KB 276/314 KB 756/894 KB 96/263 KB 424/1822 KB 280/314 KB 760/894 KB 96/263 KB 424/1822 KB 284/314 KB 760/894 KB 96/263 KB 424/1822 KB 288/314 KB 760/894 KB 96/263 KB 428/1822 KB 292/314 KB 760/894 KB 96/263 KB 428/1822 KB 296/314 KB 760/894 KB 100/263 KB 428/1822 KB 300/314 KB 760/894 KB 100/263 KB 428/1822 KB 304/314 KB 760/894 KB 100/263 KB 428/1822 KB 276/314 KB 760/894 KB 96/263 KB 424/1822 KB 304/314 KB 764/894 KB 100/263 KB 428/1822 KB 304/314 KB 768/894 KB 100/263 KB 428/1822 KB 304/314 KB 772/894 KB 100/263 KB 428/1822 KB 304/314 KB 776/894 KB 100/263 KB 428/1822 KB 304/314 KB 780/894 KB 100/263 KB 428/1822 KB 292/314 KB 760/894 KB 100/263 KB 428/1822 KB 304/314 KB 784/894 KB 104/263 KB 428/1822 KB 304/314 KB 784/894 KB 108/263 KB 428/1822 KB 284/314 KB 760/894 KB 96/263 KB 428/1822 KB 304/314 KB 784/894 KB 108/263 KB 432/1822 KB 304/314 KB 784/894 KB 4/99 KB 108/263 KB 432/1822 KB 304/314 KB 784/894 KB 8/99 KB 108/263 KB 432/1822 KB 304/314 KB 784/894 KB 12/99 KB 108/263 KB 432/1822 KB 304/314 KB 784/894 KB 16/99 KB 108/263 KB 432/1822 KB 304/314 KB 784/894 KB 16/99 KB 108/263 KB 436/1822 KB 304/314 KB 784/894 KB 16/99 KB 112/263 KB 436/1822 KB 304/314 KB 784/894 KB 16/99 KB 112/263 KB 440/1822 KB 304/314 KB 784/894 KB 20/99 KB 112/263 KB 444/1822 KB 304/314 KB 784/894 KB 20/99 KB 112/263 KB 448/1822 KB 308/314 KB 784/894 KB 20/99 KB 112/263 KB 452/1822 KB 308/314 KB 784/894 KB 20/99 KB 116/263 KB 456/1822 KB 308/314 KB 784/894 KB 20/99 KB 116/263 KB 460/1822 KB 308/314 KB 784/894 KB 20/99 KB 116/263 KB 464/1822 KB 304/314 KB 784/894 KB 20/99 KB 112/263 KB 440/1822 KB 308/314 KB 784/894 KB 24/99 KB 116/263 KB 464/1822 KB 308/314 KB 784/894 KB 28/99 KB 116/263 KB 464/1822 KB 308/314 KB 784/894 KB 32/99 KB 116/263 KB 464/1822 KB 308/314 KB 784/894 KB 36/99 KB 116/263 KB 464/1822 KB 308/314 KB 784/894 KB 20/99 KB 116/263 KB 452/1822 KB 308/314 KB 784/894 KB 36/99 KB 120/263 KB 464/1822 KB 308/314 KB 784/894 KB 36/99 KB 124/263 KB 464/1822 KB 308/314 KB 784/894 KB 36/99 KB 128/263 KB 464/1822 KB 308/314 KB 784/894 KB 20/99 KB 112/263 KB 448/1822 KB 304/314 KB 784/894 KB 100/263 KB 428/1822 KB 308/314 KB 788/894 KB 36/99 KB 128/263 KB 464/1822 KB 312/314 KB 792/894 KB 36/99 KB 128/263 KB 464/1822 KB 312/314 KB 796/894 KB 36/99 KB 128/263 KB 464/1822 KB 312/314 KB 800/894 KB 36/99 KB 132/263 KB 464/1822 KB 312/314 KB 788/894 KB 36/99 KB 128/263 KB 464/1822 KB 314/314 KB 800/894 KB 40/99 KB 132/263 KB 464/1822 KB 312/314 KB 800/894 KB 40/99 KB 132/263 KB 464/1822 KB 314/314 KB 800/894 KB 44/99 KB 132/263 KB 464/1822 KB 314/314 KB 804/894 KB 48/99 KB 132/263 KB 468/1822 KB 312/314 KB 796/894 KB 36/99 KB 132/263 KB 464/1822 KB 314/314 KB 804/894 KB 52/99 KB 132/263 KB 468/1822 KB 314/314 KB 804/894 KB 44/99 KB 132/263 KB 468/1822 KB 314/314 KB 808/894 KB 52/99 KB 136/263 KB 468/1822 KB 314/314 KB 812/894 KB 52/99 KB 136/263 KB 468/1822 KB 314/314 KB 816/894 KB 52/99 KB 136/263 KB 468/1822 KB 314/314 KB 800/894 KB 44/99 KB 132/263 KB 468/1822 KB 314/314 KB 816/894 KB 52/99 KB 136/263 KB 472/1822 KB 3 unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 14/314 KB 804/894 KB 52/99 KB 136/263 KB 468/1822 KB 314/314 KB 816/894 KB 52/99 KB 140/263 KB 476/1822 KB 314/314 KB 816/894 KB 52/99 KB 144/263 KB 476/1822 KB 314/314 KB 816/894 KB 52/99 KB 144/263 KB 476/1822 KB 314/314 KB 816/894 KB 52/99 KB 144/263 KB 480/1822 KB 314/314 KB 816/894 KB 52/99 KB 144/263 KB 484/1822 KB 314/314 KB 820/894 KB 56/99 KB 148/263 KB 488/1822 KB 314/314 KB 820/894 KB 56/99 KB 148/263 KB 492/1822 KB 314/314 KB 820/894 KB 56/99 KB 148/263 KB 496/1822 KB 314/314 KB 820/894 KB 56/99 KB 148/263 KB 484/1822 KB 314/314 KB 820/894 KB 56/99 KB 152/263 KB 496/1822 KB 314/314 KB 820/894 KB 56/99 KB 156/263 KB 496/1822 KB 314/314 KB 820/894 KB 56/99 KB 160/263 KB 496/1822 KB 314/314 KB 820/894 KB 56/99 KB 144/263 KB 484/1822 KB 314/314 KB 824/894 KB 56/99 KB 160/263 KB 496/1822 KB 314/314 KB 828/894 KB 56/99 KB 160/263 KB 496/1822 KB 314/314 KB 832/894 KB 56/99 KB 160/263 KB 496/1822 KB 314/314 KB 836/894 KB 56/99 KB 160/263 KB 496/1822 KB 840/894 KB 56/99 KB 164/263 KB 500/1822 KB 844/894 KB 56/99 KB 164/263 KB 500/1822 KB 848/894 KB 56/99 KB 164/263 KB 500/1822 KB 314/314 KB 816/894 KB 56/99 KB 144/263 KB 484/1822 KB 848/894 KB 60/99 KB 164/263 KB 500/1822 KB 848/894 KB 64/99 KB 164/263 KB 500/1822 KB 848/894 KB 68/99 KB 164/263 KB 500/1822 KB 848/894 KB 72/99 KB 164/263 KB 500/1822 KB 848/894 KB 76/99 KB 164/263 KB 500/1822 KB 848/894 KB 80/99 KB 164/263 KB 500/1822 KB 848/894 KB 84/99 KB 164/263 KB 500/1822 KB 852/894 KB 88/99 KB 164/263 KB 500/1822 KB 852/894 KB 92/99 KB 164/263 KB 500/1822 KB 852/894 KB 96/99 KB 164/263 KB 500/1822 KB 836/894 KB 56/99 KB 164/263 KB 500/1822 KB 836/894 KB 56/99 KB 164/263 KB 496/1822 KB 852/894 KB 96/99 KB 168/263 KB 504/1822 KB 852/894 KB 96/99 KB 172/263 KB 504/1822 KB 852/894 KB 96/99 KB 176/263 KB 504/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar (314 KB at 348.7 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 852/894 KB 96/99 KB 176/263 KB 504/1822 KB 852/894 KB 96/99 KB 176/263 KB 508/1822 KB 852/894 KB 96/99 KB 176/263 KB 512/1822 KB 852/894 KB 96/99 KB 176/263 KB 516/1822 KB 852/894 KB 99/99 KB 180/263 KB 520/1822 KB 852/894 KB 99/99 KB 180/263 KB 524/1822 KB 852/894 KB 99/99 KB 180/263 KB 528/1822 KB 852/894 KB 84/99 KB 164/263 KB 500/1822 KB 856/894 KB 99/99 KB 180/263 KB 528/1822 KB 860/894 KB 99/99 KB 180/263 KB 528/1822 KB 864/894 KB 99/99 KB 180/263 KB 528/1822 KB 852/894 KB 99/99 KB 180/263 KB 516/1822 KB 852/894 KB 96/99 KB 180/263 KB 516/1822 KB 864/894 KB 99/99 KB 184/263 KB 528/1822 KB 864/894 KB 99/99 KB 188/263 KB 528/1822 KB 864/894 KB 99/99 KB 192/263 KB 528/1822 KB 864/894 KB 99/99 KB 196/263 KB 528/1822 KB 868/894 KB 99/99 KB 200/263 KB 532/1822 KB 868/894 KB 99/99 KB 204/263 KB 532/1822 KB 868/894 KB 99/99 KB 208/263 KB 532/1822 KB 868/894 KB 99/99 KB 196/263 KB 532/1822 KB 868/894 KB 99/99 KB 208/263 KB 536/1822 KB 868/894 KB 99/99 KB 208/263 KB 540/1822 KB 868/894 KB 99/99 KB 208/263 KB 544/1822 KB 868/894 KB 99/99 KB 196/263 KB 528/1822 KB 872/894 KB 99/99 KB 208/263 KB 544/1822 KB 876/894 KB 99/99 KB 208/263 KB 544/1822 KB 880/894 KB 99/99 KB 208/263 KB 544/1822 KB 884/894 KB 99/99 KB 208/263 KB 544/1822 KB 888/894 KB 99/99 KB 212/263 KB 544/1822 KB 892/894 KB 99/99 KB 212/263 KB 544/1822 KB 894/894 KB 99/99 KB 212/263 KB 544/1822 KB 884/894 KB 99/99 KB 212/263 KB 544/1822 KB 894/894 KB 99/99 KB 216/263 KB 548/1822 KB 894/894 KB 99/99 KB 220/263 KB 548/1822 KB 894/894 KB 99/99 KB 224/263 KB 548/1822 KB 894/894 KB 99/99 KB 228/263 KB 548/1822 KB 894/894 KB 99/99 KB 232/263 KB 548/1822 KB 894/894 KB 99/99 KB 236/263 KB 548/1822 KB 894/894 KB 99/99 KB 240/263 KB 548/1822 KB 894/894 KB 99/99 KB 212/263 KB 548/1822 KB 894/894 KB 99/99 KB 240/263 KB 552/1822 KB 894/894 KB 99/99 KB 240/263 KB 556/1822 KB 894/894 KB 99/99 KB 240/263 KB 560/1822 KB 894/894 KB 99/99 KB 240/263 KB 564/1822 KB 894/894 KB 99/99 KB 240/263 KB 568/1822 KB 894/894 KB 240/263 KB 572/1822 KB Downloaded: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.jar (99 KB at 108.6 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 894/894 KB 244/263 KB 572/1822 KB 894/894 KB 248/263 KB 576/1822 KB 894/894 KB 252/263 KB 576/1822 KB 894/894 KB 256/263 KB 576/1822 KB 894/894 KB 260/263 KB 576/1822 KB 263/263 KB 576/1822 KB 894/894 KB 244/263 KB 576/1822 KB Downloaded: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar (894 KB at 977.2 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 263/263 KB 580/1822 KB 263/263 KB 584/1822 KB 263/263 KB 588/1822 KB 263/263 KB 592/1822 KB 263/263 KB 596/1822 KB 263/263 KB 600/1822 KB 263/263 KB 604/1822 KB 263/263 KB 608/1822 KB 263/263 KB 612/1822 KB 263/263 KB 616/1822 KB 263/263 KB 620/1822 KB 263/263 KB 624/1822 KB 263/263 KB 628/1822 KB 263/263 KB 632/1822 KB 263/263 KB 636/1822 KB 263/263 KB 640/1822 KB 263/263 KB 640/1822 KB 4/54 KB 263/263 KB 640/1822 KB 8/54 KB 263/263 KB 640/1822 KB 12/54 KB 263/263 KB 640/1822 KB 16/54 KB 263/263 KB 640/1822 KB 20/54 KB 263/263 KB 640/1822 KB 24/54 KB 263/263 KB 640/1822 KB 28/54 KB 263/263 KB 640/1822 KB 32/54 KB 263/263 KB 640/1822 KB 36/54 KB 263/263 KB 640/1822 KB 40/54 KB 263/263 KB 640/1822 KB 44/54 KB 263/263 KB 640/1822 KB 48/54 KB 263/263 KB 640/1822 KB 52/54 KB 640/1822 KB 54/54 KB Downloaded: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.jar (263 KB at 284.6 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 644/1822 KB 54/54 KB 648/1822 KB 54/54 KB 652/1822 KB 54/54 KB 656/1822 KB 54/54 KB 660/1822 KB 54/54 KB 664/1822 KB 54/54 KB 668/1822 KB 54/54 KB 672/1822 KB 54/54 KB 4/748 KB 672/1822 KB 54/54 KB 8/748 KB 672/1822 KB 54/54 KB 12/748 KB 672/1822 KB 54/54 KB 16/748 KB 672/1822 KB 54/54 KB 20/748 KB 672/1822 KB 54/54 KB 24/748 KB 672/1822 KB 54/54 KB 28/748 KB 672/1822 KB 54/54 KB 32/748 KB 672/1822 KB 54/54 KB 32/748 KB 676/1822 KB 54/54 KB 32/748 KB 680/1822 KB 54/54 KB 32/748 KB 684/1822 KB 54/54 KB 32/748 KB 688/1822 KB 54/54 KB 36/748 KB 688/1822 KB 54/54 KB 40/748 KB 4/223 KB 688/1822 KB 44/748 KB 4/223 KB 688/1822 KB 36/748 KB 4/223 KB 688/1822 KB 54/54 KB 48/748 KB 8/223 KB 688/1822 KB 44/748 KB 8/223 KB 688/1822 KB 48/748 KB 12/223 KB 688/1822 KB 48/748 KB 16/223 KB 688/1822 KB 48/748 KB 20/223 KB 688/1822 KB 52/748 KB 24/223 KB 688/1822 KB 52/748 KB 28/223 KB 688/1822 KB 52/748 KB 32/223 KB 688/1822 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.jar (54 KB at 57.6 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 52/748 KB 20/223 KB 688/1822 KB 56/748 KB 32/223 KB 688/1822 KB 60/748 KB 32/223 KB 688/1822 KB 64/748 KB 32/223 KB 688/1822 KB 68/748 KB 32/223 KB 688/1822 KB 72/748 KB 36/223 KB 688/1822 KB 76/748 KB 36/223 KB 688/1822 KB 68/748 KB 36/223 KB 688/1822 KB 76/748 KB 40/223 KB 688/1822 KB 76/748 KB 44/223 KB 688/1822 KB 80/748 KB 44/223 KB 688/1822 KB 80/748 KB 48/223 KB 688/1822 KB 80/748 KB 52/223 KB 688/1822 KB 84/748 KB 56/223 KB 688/1822 KB 84/748 KB 60/223 KB 688/1822 KB 84/748 KB 64/223 KB 688/1822 KB 84/748 KB 52/223 KB 688/1822 KB 88/748 KB 64/223 KB 692/1822 KB 92/748 KB 64/223 KB 692/1822 KB 96/748 KB 64/223 KB 692/1822 KB 100/748 KB 64/223 KB 692/1822 KB 104/748 KB 68/223 KB 692/1822 KB 108/748 KB 68/223 KB 692/1822 KB 112/748 KB 68/223 KB 692/1822 KB 84/748 KB 64/223 KB 692/1822 KB 112/748 KB 68/223 KB 692/1822 KB 3/27 KB 112/748 KB 68/223 KB 692/1822 KB 6/27 KB 112/748 KB 68/223 KB 692/1822 KB 9/27 KB 112/748 KB 68/223 KB 692/1822 KB 11/27 KB 112/748 KB 68/223 KB 692/1822 KB 14/27 KB 112/748 KB 68/223 KB 692/1822 KB 16/27 KB 112/748 KB 68/223 KB 692/1822 KB 19/27 KB 112/748 KB 4/276 KB 68/223 KB 692/1822 KB 19/27 KB 112/748 KB 8/276 KB 68/223 KB 692/1822 KB 19/27 KB 112/748 KB 12/276 KB 68/223 KB 692/1822 KB 19/27 KB 112/748 KB 16/276 KB 68/223 KB 692/1822 KB 19/27 KB 112/748 KB 20/276 KB 68/223 KB 692/1822 KB 19/27 KB 112/748 KB 24/276 KB 68/223 KB 692/1822 KB 19/27 KB 112/748 KB 28/276 KB 68/223 KB 692/1822 KB 19/27 KB 112/748 KB 32/276 KB 68/223 KB 692/1822 KB 19/27 KB 112/748 KB 36/276 KB 68/223 KB 692/1822 KB 19/27 KB 112/748 KB 40/276 KB 68/223 KB 692/1822 KB 19/27 KB 112/748 KB 44/276 KB 68/223 KB 692/1822 KB 19/27 KB 112/748 KB 48/276 KB 68/223 KB 692/1822 KB 19/27 KB 112/748 KB 48/276 KB 68/223 KB 696/1822 KB 19/27 KB 112/748 KB 48/276 KB 68/223 KB 700/1822 KB 19/27 KB 112/748 KB 48/276 KB 68/223 KB 704/1822 KB 19/27 KB 112/748 KB 48/276 KB 68/223 KB 708/1822 KB 19/27 KB 112/748 KB 48/276 KB 68/223 KB 712/1822 KB 19/27 KB 112/748 KB 48/276 KB 68/223 KB 716/1822 KB 19/27 KB 112/748 KB 48/276 KB 68/223 KB 720/1822 KB 19/27 KB 112/748 KB 52/276 KB 68/223 KB 720/1822 KB 19/27 KB 112/748 KB 56/276 KB 68/223 KB 720/1822 KB 19/27 KB 112/748 KB 60/276 KB 68/223 KB 720/1822 KB 19/27 KB 112/748 KB 63/276 KB 68/223 KB 720/1822 KB 19/27 KB 100/748 KB 68/223 KB 692/1822 KB 112/748 KB 63/276 KB 72/223 KB 720/1822 KB 19/27 KB 112/748 KB 63/276 KB 76/223 KB 720/1822 KB 19/27 KB 112/748 KB 63/276 KB 80/223 KB 720/1822 KB 19/27 KB 116/748 KB 63/276 KB 80/223 KB 720/1822 KB 19/27 KB 120/748 KB 67/276 KB 80/223 KB 720/1822 KB 19/27 KB 124/748 KB 67/276 KB 80/223 KB 720/1822 KB 19/27 KB 128/748 KB 67/276 KB 84/223 KB 724/1822 KB 19/27 KB 116/748 KB 67/276 KB 80/223 KB 720/1822 KB 19/27 KB 128/748 KB 71/276 KB 84/223 KB 724/1822 KB 19/27 KB 128/748 KB 75/276 KB 84/223 KB 724/1822 KB 19/27 KB 128/748 KB 79/276 KB 84/223 KB 724/1822 KB 19/27 KB 128/748 KB 83/276 KB 84/223 KB 724/1822 KB 19/27 KB 128/748 KB 87/276 KB 84/223 KB 724/1822 KB 19/27 KB 128/748 KB 91/276 KB 84/223 KB 724/1822 KB 19/27 KB 124/748 KB 67/276 KB 84/223 KB 724/1822 KB 19/27 KB 128/748 KB 91/276 KB 88/223 KB 724/1822 KB 19/27 KB 128/748 KB 95/276 KB 92/223 KB 724/1822 KB 19/27 KB 128/748 KB 95/276 KB 96/223 KB 724/1822 KB 19/27 KB 128/748 KB 95/276 KB 100/223 KB 724/1822 KB 19/27 KB 132/748 KB 95/276 KB 104/223 KB 724/1822 KB 19/27 KB 132/748 KB 9 unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 5/276 KB 108/223 KB 724/1822 KB 19/27 KB 124/748 KB 67/276 KB 84/223 KB 724/1822 KB 19/27 KB 132/748 KB 95/276 KB 108/223 KB 728/1822 KB 19/27 KB 132/748 KB 95/276 KB 108/223 KB 732/1822 KB 19/27 KB 132/748 KB 95/276 KB 108/223 KB 736/1822 KB 19/27 KB 132/748 KB 95/276 KB 108/223 KB 740/1822 KB 19/27 KB 132/748 KB 95/276 KB 108/223 KB 744/1822 KB 19/27 KB 132/748 KB 95/276 KB 108/223 KB 748/1822 KB 19/27 KB 132/748 KB 95/276 KB 108/223 KB 752/1822 KB 19/27 KB 132/748 KB 95/276 KB 112/223 KB 756/1822 KB 19/27 KB 132/748 KB 95/276 KB 112/223 KB 760/1822 KB 19/27 KB 132/748 KB 95/276 KB 112/223 KB 764/1822 KB 19/27 KB 132/748 KB 95/276 KB 100/223 KB 724/1822 KB 19/27 KB 136/748 KB 95/276 KB 112/223 KB 768/1822 KB 19/27 KB 140/748 KB 95/276 KB 112/223 KB 768/1822 KB 19/27 KB 144/748 KB 95/276 KB 112/223 KB 768/1822 KB 19/27 KB 128/748 KB 95/276 KB 88/223 KB 724/1822 KB 19/27 KB 144/748 KB 99/276 KB 112/223 KB 768/1822 KB 19/27 KB 144/748 KB 103/276 KB 112/223 KB 768/1822 KB 19/27 KB 144/748 KB 107/276 KB 112/223 KB 768/1822 KB 19/27 KB 144/748 KB 111/276 KB 112/223 KB 768/1822 KB 19/27 KB 144/748 KB 115/276 KB 112/223 KB 768/1822 KB 19/27 KB 148/748 KB 119/276 KB 112/223 KB 768/1822 KB 19/27 KB 148/748 KB 123/276 KB 112/223 KB 768/1822 KB 19/27 KB 148/748 KB 127/276 KB 112/223 KB 768/1822 KB 19/27 KB 132/748 KB 95/276 KB 112/223 KB 752/1822 KB 19/27 KB 148/748 KB 127/276 KB 116/223 KB 768/1822 KB 19/27 KB 148/748 KB 115/276 KB 112/223 KB 768/1822 KB 19/27 KB 152/748 KB 127/276 KB 116/223 KB 768/1822 KB 19/27 KB 156/748 KB 127/276 KB 116/223 KB 768/1822 KB 19/27 KB 160/748 KB 127/276 KB 116/223 KB 768/1822 KB 19/27 KB 164/748 KB 127/276 KB 116/223 KB 768/1822 KB 19/27 KB 168/748 KB 131/276 KB 120/223 KB 768/1822 KB 19/27 KB 172/748 KB 131/276 KB 120/223 KB 768/1822 KB 19/27 KB 176/748 KB 131/276 KB 120/223 KB 768/1822 KB 19/27 KB 180/748 KB 131/276 KB 120/223 KB 768/1822 KB 19/27 KB 184/748 KB 131/276 KB 120/223 KB 768/1822 KB 22/27 KB 188/748 KB 131/276 KB 120/223 KB 768/1822 KB 22/27 KB 192/748 KB 131/276 KB 120/223 KB 768/1822 KB 22/27 KB 132/748 KB 95/276 KB 112/223 KB 768/1822 KB 19/27 KB 192/748 KB 131/276 KB 120/223 KB 772/1822 KB 22/27 KB 192/748 KB 131/276 KB 120/223 KB 776/1822 KB 22/27 KB 192/748 KB 131/276 KB 120/223 KB 780/1822 KB 22/27 KB 192/748 KB 131/276 KB 120/223 KB 784/1822 KB 22/27 KB 164/748 KB 131/276 KB 120/223 KB 768/1822 KB 19/27 KB 192/748 KB 135/276 KB 120/223 KB 784/1822 KB 22/27 KB 192/748 KB 139/276 KB 120/223 KB 784/1822 KB 22/27 KB 192/748 KB 143/276 KB 120/223 KB 784/1822 KB 22/27 KB 192/748 KB 147/276 KB 120/223 KB 784/1822 KB 22/27 KB 192/748 KB 151/276 KB 120/223 KB 788/1822 KB 22/27 KB 192/748 KB 155/276 KB 120/223 KB 788/1822 KB 22/27 KB 164/748 KB 127/276 KB 120/223 KB 768/1822 KB 19/27 KB 192/748 KB 155/276 KB 124/223 KB 788/1822 KB 22/27 KB 192/748 KB 155/276 KB 128/223 KB 788/1822 KB 22/27 KB 192/748 KB 155/276 KB 132/223 KB 788/1822 KB 22/27 KB 192/748 KB 155/276 KB 136/223 KB 788/1822 KB 22/27 KB 192/748 KB 155/276 KB 140/223 KB 788/1822 KB 22/27 KB 192/748 KB 155/276 KB 144/223 KB 788/1822 KB 22/27 KB 192/748 KB 155/276 KB 148/223 KB 788/1822 KB 22/27 KB 192/748 KB 159/276 KB 152/223 KB 788/1822 KB 22/27 KB 192/748 KB 159/276 KB 156/223 KB 788/1822 KB 22/27 KB 192/748 KB 159/276 KB 160/223 KB 788/1822 KB 22/27 KB 192/748 KB 159/276 KB 164/223 KB 788/1822 KB 22/27 KB 196/748 KB 159/276 KB 168/223 KB unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 788/1822 KB 22/27 KB 196/748 KB 159/276 KB 172/223 KB 788/1822 KB 22/27 KB 196/748 KB 159/276 KB 176/223 KB 788/1822 KB 22/27 KB 192/748 KB 147/276 KB 120/223 KB 788/1822 KB 22/27 KB 180/748 KB 131/276 KB 120/223 KB 768/1822 KB 22/27 KB 196/748 KB 159/276 KB 176/223 KB 788/1822 KB 25/27 KB 196/748 KB 159/276 KB 176/223 KB 788/1822 KB 27/27 KB 196/748 KB 159/276 KB 176/223 KB 792/1822 KB 27/27 KB 196/748 KB 159/276 KB 176/223 KB 796/1822 KB 27/27 KB 196/748 KB 159/276 KB 176/223 KB 800/1822 KB 27/27 KB 196/748 KB 159/276 KB 164/223 KB 788/1822 KB 22/27 KB 200/748 KB 159/276 KB 176/223 KB 800/1822 KB 27/27 KB 204/748 KB 159/276 KB 176/223 KB 800/1822 KB 27/27 KB 208/748 KB 159/276 KB 176/223 KB 800/1822 KB 27/27 KB 192/748 KB 159/276 KB 148/223 KB 788/1822 KB 22/27 KB 208/748 KB 163/276 KB 176/223 KB 800/1822 KB 27/27 KB 208/748 KB 167/276 KB 176/223 KB 800/1822 KB 27/27 KB 208/748 KB 171/276 KB 176/223 KB 800/1822 KB 27/27 KB 208/748 KB 175/276 KB 176/223 KB 800/1822 KB 27/27 KB 208/748 KB 179/276 KB 176/223 KB 804/1822 KB 27/27 KB 212/748 KB 183/276 KB 180/223 KB 804/1822 KB 27/27 KB 208/748 KB 175/276 KB 176/223 KB 804/1822 KB 27/27 KB 212/748 KB 187/276 KB 180/223 KB 808/1822 KB 27/27 KB 212/748 KB 187/276 KB 180/223 KB 812/1822 KB 27/27 KB 212/748 KB 187/276 KB 180/223 KB 816/1822 KB 27/27 KB 212/748 KB 187/276 KB 180/223 KB 820/1822 KB 27/27 KB 212/748 KB 187/276 KB 180/223 KB 824/1822 KB 27/27 KB 212/748 KB 187/276 KB 180/223 KB 828/1822 KB 27/27 KB 212/748 KB 187/276 KB 180/223 KB 832/1822 KB 27/27 KB 212/748 KB 179/276 KB 180/223 KB 804/1822 KB 27/27 KB 212/748 KB 187/276 KB 184/223 KB 832/1822 KB 27/27 KB 212/748 KB 187/276 KB 188/223 KB 832/1822 KB 27/27 KB 212/748 KB 187/276 KB 192/223 KB 832/1822 KB 27/27 KB 212/748 KB 179/276 KB 176/223 KB 804/1822 KB 27/27 KB 216/748 KB 187/276 KB 192/223 KB 832/1822 KB 27/27 KB 220/748 KB 187/276 KB 192/223 KB 832/1822 KB 27/27 KB 224/748 KB 187/276 KB 192/223 KB 832/1822 KB 27/27 KB 212/748 KB 187/276 KB 180/223 KB 804/1822 KB 27/27 KB 228/748 KB 187/276 KB 192/223 KB 832/1822 KB 27/27 KB 232/748 KB 191/276 KB 196/223 KB 832/1822 KB 236/748 KB 191/276 KB 196/223 KB 832/1822 KB 240/748 KB 191/276 KB 196/223 KB 832/1822 KB 244/748 KB 191/276 KB 196/223 KB 832/1822 KB 248/748 KB 191/276 KB 196/223 KB 836/1822 KB 252/748 KB 191/276 KB 196/223 KB 836/1822 KB 256/748 KB 191/276 KB 196/223 KB 836/1822 KB 260/748 KB 191/276 KB 196/223 KB 836/1822 KB 264/748 KB 191/276 KB 196/223 KB 836/1822 KB 268/748 KB 191/276 KB 196/223 KB 836/1822 KB 228/748 KB 191/276 KB 196/223 KB 832/1822 KB 228/748 KB 191/276 KB 192/223 KB 832/1822 KB 27/27 KB 268/748 KB 195/276 KB 196/223 KB 836/1822 KB 268/748 KB 199/276 KB 196/223 KB 836/1822 KB 268/748 KB 203/276 KB 196/223 KB 836/1822 KB 268/748 KB 207/276 KB 196/223 KB 836/1822 KB 268/748 KB 211/276 KB 200/223 KB 836/1822 KB 268/748 KB 215/276 KB 200/223 KB 836/1822 KB 268/748 KB 219/276 KB 200/223 KB 836/1822 KB 268/748 KB 223/276 KB 200/223 KB 836/1822 KB 244/748 KB 191/276 KB 196/223 KB 836/1822 KB 268/748 KB 223/276 KB 200/223 KB 840/1822 KB 268/748 KB 223/276 KB 200/223 KB 844/1822 KB 268/748 KB 223/276 KB 200/223 KB 848/1822 KB 268/748 KB 207/276 KB 200/223 KB 836/1822 KB 268/748 KB 223/276 KB 204/223 KB 848/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.ja unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install r (27 KB at 27.0 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 268/748 KB 223/276 KB 208/223 KB 848/1822 KB 268/748 KB 223/276 KB 212/223 KB 848/1822 KB 268/748 KB 223/276 KB 216/223 KB 848/1822 KB 268/748 KB 223/276 KB 220/223 KB 848/1822 KB 268/748 KB 223/276 KB 223/223 KB 848/1822 KB 268/748 KB 227/276 KB 223/223 KB 852/1822 KB 268/748 KB 227/276 KB 223/223 KB 856/1822 KB 268/748 KB 227/276 KB 223/223 KB 860/1822 KB 268/748 KB 227/276 KB 223/223 KB 848/1822 KB 272/748 KB 231/276 KB 223/223 KB 860/1822 KB 272/748 KB 227/276 KB 223/223 KB 860/1822 KB 272/748 KB 231/276 KB 223/223 KB 864/1822 KB 272/748 KB 235/276 KB 223/223 KB 864/1822 KB 272/748 KB 239/276 KB 223/223 KB 864/1822 KB 272/748 KB 243/276 KB 223/223 KB 868/1822 KB 276/748 KB 247/276 KB 223/223 KB 868/1822 KB 276/748 KB 251/276 KB 223/223 KB 868/1822 KB 272/748 KB 239/276 KB 223/223 KB 868/1822 KB 276/748 KB 243/276 KB 223/223 KB 868/1822 KB 280/748 KB 251/276 KB 223/223 KB 868/1822 KB 284/748 KB 251/276 KB 223/223 KB 872/1822 KB 280/748 KB 251/276 KB 223/223 KB 872/1822 KB 284/748 KB 251/276 KB 223/223 KB 876/1822 KB 284/748 KB 251/276 KB 223/223 KB 880/1822 KB 288/748 KB 251/276 KB 223/223 KB 880/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar (223 KB at 224.5 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 292/748 KB 255/276 KB 880/1822 KB 288/748 KB 255/276 KB 880/1822 KB 292/748 KB 259/276 KB 3/178 KB 884/1822 KB 292/748 KB 255/276 KB 3/178 KB 884/1822 KB 292/748 KB 255/276 KB 3/178 KB 880/1822 KB 296/748 KB 259/276 KB 5/178 KB 884/1822 KB 296/748 KB 259/276 KB 8/178 KB 884/1822 KB 296/748 KB 259/276 KB 11/178 KB 884/1822 KB 296/748 KB 259/276 KB 13/178 KB 884/1822 KB 296/748 KB 259/276 KB 16/178 KB 884/1822 KB 296/748 KB 259/276 KB 19/178 KB 884/1822 KB 296/748 KB 259/276 KB 21/178 KB 884/1822 KB 296/748 KB 259/276 KB 24/178 KB 884/1822 KB 296/748 KB 259/276 KB 24/178 KB 888/1822 KB 296/748 KB 259/276 KB 27/178 KB 892/1822 KB 296/748 KB 259/276 KB 3/178 KB 884/1822 KB 300/748 KB 259/276 KB 27/178 KB 896/1822 KB 304/748 KB 259/276 KB 27/178 KB 896/1822 KB 296/748 KB 259/276 KB 27/178 KB 888/1822 KB 304/748 KB 263/276 KB 29/178 KB 896/1822 KB 296/748 KB 263/276 KB 27/178 KB 896/1822 KB 304/748 KB 263/276 KB 27/178 KB 896/1822 KB 304/748 KB 267/276 KB 29/178 KB 896/1822 KB 304/748 KB 271/276 KB 29/178 KB 896/1822 KB 308/748 KB 275/276 KB 32/178 KB 900/1822 KB 308/748 KB 276/276 KB 32/178 KB 900/1822 KB 308/748 KB 271/276 KB 29/178 KB 896/1822 KB 312/748 KB 276/276 KB 32/178 KB 900/1822 KB 308/748 KB 271/276 KB 32/178 KB 900/1822 KB 312/748 KB 276/276 KB 32/178 KB 904/1822 KB 312/748 KB 276/276 KB 32/178 KB 908/1822 KB 316/748 KB 276/276 KB 32/178 KB 912/1822 KB 308/748 KB 271/276 KB 32/178 KB 896/1822 KB 316/748 KB 276/276 KB 36/178 KB 912/1822 KB 316/748 KB 276/276 KB 40/178 KB 912/1822 KB 316/748 KB 276/276 KB 44/178 KB 912/1822 KB 316/748 KB 276/276 KB 48/178 KB 916/1822 KB 316/748 KB 276/276 KB 52/178 KB 916/1822 KB 316/748 KB 276/276 KB 56/178 KB 916/1822 KB 316/748 KB 276/276 KB 32/178 KB 908/1822 KB 320/748 KB 276/276 KB 56/178 KB 916/1822 KB 324/748 KB 276/276 KB 56/178 KB 916/1822 KB 328/748 KB 56/178 KB 916/1822 KB 4/23 KB 332/748 KB 56/178 KB 916/1822 KB 4/23 KB 336/748 KB 60/178 KB 916/1822 KB 4/23 KB 316/748 KB 276/276 KB 44/178 KB 916/1822 KB 336/748 KB 60/178 KB 920/1822 KB 4/23 KB 336/748 KB 60/178 KB 924/1822 KB 4/23 KB 336/748 KB 60/178 KB 928/1822 KB 4/23 KB 336/748 KB 60/178 KB 932/1822 KB 4/23 KB 340/748 KB 60/178 KB 936/1822 KB 4/23 KB 340/748 KB 60/178 KB 940/1822 KB 4/23 KB 340/748 KB 60/178 KB 944/1822 KB 4/23 KB 332/748 KB 60/178 KB 916/1822 KB 4/23 KB 340/748 KB 64/178 KB 944/1822 KB 4/23 KB 324/748 KB 276/276 KB 56/178 KB 916/1822 KB 4/23 KB 340/748 KB 64/178 KB 944/1822 KB 8/23 KB 340/748 KB 64/178 KB 944/1822 KB 12/23 KB 340/748 KB 64/178 KB 944/1822 KB 16/23 KB 340/748 KB 64/178 KB 944/1822 KB 20/23 KB 340/748 KB 64/178 KB 944/1822 KB 23/23 KB 340/748 KB 68/178 KB 944/1822 KB 23/23 KB 340/748 KB 72/178 KB 944/1822 KB 23/23 KB 340/748 KB 76/178 KB 944/1822 KB 23/23 KB 340/748 KB 80/178 KB 944/1822 KB 23/23 KB 340/748 KB 60/178 KB 932/1822 KB 4/23 KB 344/748 KB 80/178 KB 944/1822 KB 23/23 KB 348/748 KB 80/178 KB 944/1822 KB 23/23 KB 352/748 KB 80/178 KB 944/1822 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.jar (276 KB at 273.0 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 352/748 KB 84/178 KB 944/1822 KB 23/23 KB 356/748 KB 88/178 KB 948/1822 KB 23/23 KB 356/748 KB 92/178 KB 948/1822 KB 23/23 KB 356/748 KB 84/178 KB 948/1822 KB 23/23 KB 360/748 KB 92/178 KB 948/1822 KB 23/23 KB 364/748 KB 92/178 KB 948/1822 KB 23/23 KB 368/748 KB 92/178 KB 948/1822 KB 23/23 KB 352/748 KB 84/178 KB 948/1822 KB 23/23 KB 368/748 KB 96/178 KB 952/1822 KB 23/23 KB 368/748 KB 96/178 KB 956/1822 KB 23/23 KB 368/748 KB 96/178 KB 960/1822 KB 23/23 KB 368/748 KB 96/178 KB 964/1822 KB 23/23 KB 368/748 KB 96/178 KB 968/1822 KB 23/23 KB 368/748 KB 96/178 KB 972/1822 KB 23/23 KB 368/748 KB 96/178 KB 976/1822 KB 23/23 KB 372/748 KB 96/178 KB 980/1822 KB 23/23 KB 372/748 KB 96/178 KB 984/1822 KB 23/23 KB 372/748 KB 96/178 KB 988/1822 KB 23/23 KB 372/748 KB 96/178 KB 992/1822 KB 23/23 KB 368/748 KB 96/178 KB 948/1822 KB 23/23 KB 372/748 KB 100/178 KB 992/1822 KB 23/23 KB 372/748 KB 96/178 KB 976/1822 KB 23/23 KB 376/748 KB 100/178 KB 992/1822 KB 23/23 KB 380/748 KB 100/178 KB 992/1822 KB 23/23 KB 384/748 KB 104/178 KB 992/1822 KB 23/23 KB 380/748 KB 104/178 KB 992/1822 KB 23/23 KB 384/748 KB 108/178 KB 992/1822 KB 23/23 KB 384/748 KB 112/178 KB 992/1822 KB 23/23 KB 388/748 KB 112/178 KB 992/1822 KB 23/23 KB 392/748 KB 116/178 KB 996/1822 KB 23/23 KB 396/748 KB 116/178 KB 996/1822 KB 23/23 KB 400/748 KB 116/178 KB 996/1822 KB 23/23 KB 404/748 KB 116/178 KB 996/1822 KB 23/23 KB 408/748 KB 116/178 KB 996/1822 KB 23/23 KB 388/748 KB 116/178 KB 996/1822 KB 23/23 KB 408/748 KB 116/178 KB 1000/1822 KB 23/23 KB 408/748 KB 116/178 KB 1004/1822 KB 23/23 KB 408/748 KB 116/178 KB 1008/1822 KB 23/23 KB 388/748 KB 116/178 KB 992/1822 KB 23/23 KB 408/748 KB 120/178 KB 1008/1822 KB 23/23 KB 408/748 KB 124/178 KB 1008/1822 KB 23/23 KB 408/748 KB 128/178 KB 1008/1822 KB 23/23 KB 408/748 KB 132/178 KB 1008/1822 KB 23/23 KB 408/748 KB 136/178 KB 1008/1822 KB 23/23 KB 408/748 KB 140/178 KB 1008/1822 KB 23/23 KB 412/748 KB 144/178 KB 1008/1822 KB 23/23 KB 412/748 KB 148/178 KB 1008/1822 KB 23/23 KB 412/748 KB 152/178 KB 1012/1822 KB 23/23 KB 412/748 KB 140/178 KB 1008/1822 KB 23/23 KB 416/748 KB 152/178 KB 1012/1822 KB 23/23 KB 420/748 KB 152/178 KB 1012/1822 KB 23/23 KB 424/748 KB 152/178 KB 1012/1822 KB 23/23 KB 428/748 KB 152/178 KB 1012/1822 KB 23/23 KB 412/748 KB 148/178 KB 1012/1822 KB 23/23 KB 432/748 KB 156/178 KB 1016/1822 KB 23/23 KB 432/748 KB 156/178 KB 1020/1822 KB 23/23 KB 432/748 KB 156/178 KB 1024/1822 KB 23/23 KB 432/748 KB 156/178 KB 1028/1822 KB 23/23 KB 432/748 KB 156/178 KB 1032/1822 KB 23/23 KB 432/748 KB 156/178 KB 1036/1822 KB 23/23 KB 432/748 KB 156/178 KB 1040/1822 KB 23/23 KB 428/748 KB 156/178 KB 1012/1822 KB 23/23 KB 432/748 KB 160/178 KB 1040/1822 KB 23/23 KB 432/748 KB 164/178 KB 1040/1822 KB 23/23 KB 432/748 KB 168/178 KB 1040/1822 KB 23/23 KB 432/748 KB 172/178 KB 1040/1822 KB 23/23 KB 432/748 KB 176/178 KB 1044/1822 KB 23/23 KB 432/748 KB 156/178 KB 1012/1822 KB 23/23 KB 436/748 KB 176/178 KB 1044/1822 KB 23/23 KB 440/748 KB 176/178 KB 1044/1822 KB 23/23 KB 444/748 KB 176/178 KB 1044/1822 KB 23/23 KB 448/748 KB 176/178 KB 1044/1822 KB 23/23 KB 452/748 KB 176/178 KB 1044/1822 KB 23/23 KB 456/748 KB 178/178 KB 3/55 KB 1044/1822 KB 460/748 KB 178/178 KB 3/55 KB 1044/1822 KB 464/748 KB 178/178 KB 3/55 KB 1044/1822 KB 432/748 KB 172/178 KB 1044/1822 KB 23/23 KB D unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install ownloaded: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar (23 KB at 21.8 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 452/748 KB 178/178 KB 3/55 KB 1044/1822 KB 23/23 KB 464/748 KB 178/178 KB 5/55 KB 1044/1822 KB 464/748 KB 178/178 KB 8/55 KB 1044/1822 KB 464/748 KB 178/178 KB 11/55 KB 1044/1822 KB 464/748 KB 178/178 KB 13/55 KB 1044/1822 KB 464/748 KB 178/178 KB 16/55 KB 1044/1822 KB 464/748 KB 178/178 KB 19/55 KB 1044/1822 KB 464/748 KB 178/178 KB 21/55 KB 1044/1822 KB 464/748 KB 178/178 KB 24/55 KB 1044/1822 KB 464/748 KB 178/178 KB 27/55 KB 1044/1822 KB 464/748 KB 178/178 KB 29/55 KB 1044/1822 KB 464/748 KB 178/178 KB 32/55 KB 1044/1822 KB 464/748 KB 178/178 KB 36/55 KB 1044/1822 KB 464/748 KB 178/178 KB 40/55 KB 1044/1822 KB 464/748 KB 178/178 KB 44/55 KB 1044/1822 KB 464/748 KB 178/178 KB 48/55 KB 1044/1822 KB 464/748 KB 178/178 KB 52/55 KB 1044/1822 KB 464/748 KB 178/178 KB 55/55 KB 1044/1822 KB 452/748 KB 178/178 KB 1044/1822 KB 23/23 KB 464/748 KB 178/178 KB 55/55 KB 1048/1822 KB 464/748 KB 178/178 KB 55/55 KB 1052/1822 KB 464/748 KB 178/178 KB 55/55 KB 1056/1822 KB 464/748 KB 178/178 KB 55/55 KB 1060/1822 KB 468/748 KB 178/178 KB 55/55 KB 1064/1822 KB 468/748 KB 178/178 KB 55/55 KB 1068/1822 KB 468/748 KB 178/178 KB 55/55 KB 1072/1822 KB 468/748 KB 178/178 KB 55/55 KB 1060/1822 KB 472/748 KB 178/178 KB 55/55 KB 1072/1822 KB 476/748 KB 178/178 KB 55/55 KB 1072/1822 KB 476/748 KB 178/178 KB 55/55 KB 1076/1822 KB 480/748 KB 178/178 KB 55/55 KB 1080/1822 KB 480/748 KB 178/178 KB 55/55 KB 1084/1822 KB 480/748 KB 178/178 KB 55/55 KB 1088/1822 KB 480/748 KB 178/178 KB 55/55 KB 1088/1822 KB 4/1210 KB 480/748 KB 178/178 KB 55/55 KB 1088/1822 KB 8/1210 KB 480/748 KB 178/178 KB 55/55 KB 1088/1822 KB 12/1210 KB 480/748 KB 178/178 KB 55/55 KB 1088/1822 KB 16/1210 KB 480/748 KB 178/178 KB 55/55 KB 1076/1822 KB 480/748 KB 178/178 KB 55/55 KB 1088/1822 KB 20/1210 KB 480/748 KB 178/178 KB 55/55 KB 1088/1822 KB 24/1210 KB 480/748 KB 178/178 KB 55/55 KB 1088/1822 KB 28/1210 KB 480/748 KB 178/178 KB 55/55 KB 1088/1822 KB 32/1210 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar (55 KB at 51.1 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.jar (178 KB at 167.3 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 480/748 KB 178/178 KB 1088/1822 KB 36/1210 KB 480/748 KB 1088/1822 KB 40/1210 KB 480/748 KB 1088/1822 KB 44/1210 KB 480/748 KB 1088/1822 KB 48/1210 KB 480/748 KB 1088/1822 KB 52/1210 KB 480/748 KB 1088/1822 KB 56/1210 KB 480/748 KB 1088/1822 KB 60/1210 KB 480/748 KB 1088/1822 KB 64/1210 KB 480/748 KB 1092/1822 KB 64/1210 KB 480/748 KB 1096/1822 KB 68/1210 KB 480/748 KB 1100/1822 KB 68/1210 KB 480/748 KB 1104/1822 KB 68/1210 KB Downloading: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 480/748 KB 1092/1822 KB 68/1210 KB 480/748 KB 1104/1822 KB 72/1210 KB 480/748 KB 1104/1822 KB 76/1210 KB 480/748 KB 1104/1822 KB 80/1210 KB 480/748 KB 1108/1822 KB 84/1210 KB 480/748 KB 1108/1822 KB 88/1210 KB 480/748 KB 1108/1822 KB 92/1210 KB 480/748 KB 1108/1822 KB 96/1210 KB 480/748 KB 1108/1822 KB 100/1210 KB 480/748 KB 1108/1822 KB 104/1210 KB 480/748 KB 1108/1822 KB 108/1210 KB 480/748 KB 1108/1822 KB 112/1210 KB 480/748 KB 1108/1822 KB 116/1210 KB 480/748 KB 1108/1822 KB 80/1210 KB 480/748 KB 3/93 KB 1108/1822 KB 116/1210 KB 480/748 KB 3/93 KB 1112/1822 KB 116/1210 KB 480/748 KB 3/93 KB 1116/1822 KB 116/1210 KB 480/748 KB 6/93 KB 1116/1822 KB 116/1210 KB 480/748 KB 9/93 KB 1120/1822 KB 116/1210 KB 480/748 KB 6/93 KB 1120/1822 KB 116/1210 KB 480/748 KB 9/93 KB 1124/1822 KB 116/1210 KB 480/748 KB 11/93 KB 1128/1822 KB 116/1210 KB 480/748 KB 11/93 KB 1132/1822 KB 116/1210 KB 480/748 KB 11/93 KB 1136/1822 KB 116/1210 KB 480/748 KB 11/93 KB 1124/1822 KB 116/1210 KB 480/748 KB 14/93 KB 1136/1822 KB 116/1210 KB 480/748 KB 16/93 KB 1136/1822 KB 116/1210 KB 480/748 KB 19/93 KB 1136/1822 KB 116/1210 KB 480/748 KB 22/93 KB 1136/1822 KB 116/1210 KB 480/748 KB 25/93 KB 1136/1822 KB 116/1210 KB 480/748 KB 4/471 KB 25/93 KB 1136/1822 KB 116/1210 KB 480/748 KB 8/471 KB 25/93 KB 1136/1822 KB 116/1210 KB 480/748 KB 12/471 KB 25/93 KB 1136/1822 KB 116/1210 KB 480/748 KB 16/471 KB 25/93 KB 1136/1822 KB 116/1210 KB 480/748 KB 16/471 KB 25/93 KB 1140/1822 KB 116/1210 KB 484/748 KB 16/471 KB 27/93 KB 1144/1822 KB 120/1210 KB 484/748 KB 16/471 KB 27/93 KB 1148/1822 KB 120/1210 KB 484/748 KB 16/471 KB 27/93 KB 1152/1822 KB 120/1210 KB 484/748 KB 16/471 KB 27/93 KB 1156/1822 KB 120/1210 KB 484/748 KB 16/471 KB 27/93 KB 1160/1822 KB 120/1210 KB 484/748 KB 16/471 KB 27/93 KB 1164/1822 KB 120/1210 KB 484/748 KB 16/471 KB 27/93 KB 1168/1822 KB 120/1210 KB 484/748 KB 16/471 KB 27/93 KB 1172/1822 KB 120/1210 KB 484/748 KB 16/471 KB 27/93 KB 1140/1822 KB 120/1210 KB 484/748 KB 16/471 KB 27/93 KB 1172/1822 KB 124/1210 KB 484/748 KB 16/471 KB 27/93 KB 1172/1822 KB 128/1210 KB 484/748 KB 16/471 KB 27/93 KB 1172/1822 KB 132/1210 KB 484/748 KB 16/471 KB 27/93 KB 1172/1822 KB 136/1210 KB 484/748 KB 16/471 KB 27/93 KB 1172/1822 KB 140/1210 KB 484/748 KB 16/471 KB 27/93 KB 1172/1822 KB 144/1210 KB 484/748 KB 16/471 KB 27/93 KB 1172/1822 KB 148/1210 KB 484/748 KB 16/471 KB 27/93 KB 1140/1822 KB 116/1210 KB 484/748 KB 16/471 KB 30/93 KB 1172/1822 KB 148/1210 KB 484/748 KB 16/471 KB 32/93 KB 1172/1822 KB 148/1210 KB 484/748 KB 16/471 KB 36/93 KB 1172/1822 KB 148/1210 KB 484/748 KB 16/471 KB 40/93 KB 1172/1822 KB 148/1210 KB 484/748 KB 16/471 KB 44/93 KB 1172/1822 KB 148/1210 KB 484/748 KB 16/471 KB 48/93 KB 1172/1822 KB 148/1210 KB 484/748 KB 16/471 KB 52/93 KB 1172/1822 KB 148/1210 KB 484/748 KB 16/471 KB 56/93 KB 1176/1822 KB 152/1210 KB 484/748 KB 16/471 KB 60/93 KB 1176/1822 KB 152/1210 KB 484/748 KB 16/471 KB 64/93 KB 1176/1822 KB 152/1210 KB 484/748 KB 16/471 KB 68/93 KB 1176/1822 KB 152/1210 KB 484/748 KB 16/471 KB 72/93 KB 1176/1822 KB 152/1210 KB 484/748 KB 16/471 KB 76/93 KB 1176/1822 KB 152/1210 KB 484/748 KB 16/471 KB 80/93 KB 1176/1822 KB 152/1210 KB 484/748 KB 16/471 KB 25/93 KB 1140/1822 KB 116/1210 KB 488/748 KB 16/471 KB 80/93 KB 1176/1822 KB 152/1210 KB 484/748 KB 16/471 KB 52/93 KB 1176/1822 KB 152/1210 KB 488/748 KB 16/471 KB 80/93 KB 1180/1822 KB 152/1210 KB 488/748 unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install KB 16/471 KB 80/93 KB 1184/1822 KB 152/1210 KB 488/748 KB 16/471 KB 80/93 KB 1188/1822 KB 152/1210 KB 484/748 KB 16/471 KB 52/93 KB 1172/1822 KB 152/1210 KB 492/748 KB 16/471 KB 80/93 KB 1188/1822 KB 156/1210 KB 492/748 KB 16/471 KB 80/93 KB 1188/1822 KB 160/1210 KB 492/748 KB 16/471 KB 80/93 KB 1188/1822 KB 164/1210 KB 492/748 KB 16/471 KB 80/93 KB 1188/1822 KB 168/1210 KB 492/748 KB 16/471 KB 80/93 KB 1188/1822 KB 172/1210 KB 492/748 KB 16/471 KB 80/93 KB 1192/1822 KB 176/1210 KB 492/748 KB 16/471 KB 80/93 KB 1188/1822 KB 152/1210 KB 496/748 KB 16/471 KB 80/93 KB 1192/1822 KB 176/1210 KB 500/748 KB 16/471 KB 80/93 KB 1192/1822 KB 176/1210 KB 504/748 KB 16/471 KB 84/93 KB 1192/1822 KB 180/1210 KB 508/748 KB 16/471 KB 84/93 KB 1192/1822 KB 180/1210 KB 512/748 KB 16/471 KB 84/93 KB 1192/1822 KB 180/1210 KB 492/748 KB 16/471 KB 80/93 KB 1192/1822 KB 172/1210 KB 512/748 KB 16/471 KB 84/93 KB 1196/1822 KB 180/1210 KB 512/748 KB 16/471 KB 84/93 KB 1200/1822 KB 180/1210 KB 512/748 KB 16/471 KB 84/93 KB 1204/1822 KB 180/1210 KB 512/748 KB 16/471 KB 84/93 KB 1208/1822 KB 180/1210 KB 512/748 KB 16/471 KB 84/93 KB 1212/1822 KB 180/1210 KB 512/748 KB 16/471 KB 84/93 KB 1216/1822 KB 180/1210 KB 516/748 KB 16/471 KB 84/93 KB 1220/1822 KB 180/1210 KB 516/748 KB 20/471 KB 84/93 KB 1224/1822 KB 180/1210 KB 516/748 KB 20/471 KB 84/93 KB 1228/1822 KB 180/1210 KB 516/748 KB 20/471 KB 84/93 KB 1232/1822 KB 180/1210 KB 500/748 KB 16/471 KB 84/93 KB 1192/1822 KB 180/1210 KB 516/748 KB 20/471 KB 84/93 KB 1232/1822 KB 184/1210 KB 500/748 KB 16/471 KB 84/93 KB 1192/1822 KB 176/1210 KB 516/748 KB 20/471 KB 84/93 KB 1220/1822 KB 180/1210 KB 516/748 KB 24/471 KB 84/93 KB 1232/1822 KB 184/1210 KB 516/748 KB 28/471 KB 84/93 KB 1232/1822 KB 184/1210 KB 516/748 KB 32/471 KB 84/93 KB 1232/1822 KB 184/1210 KB 516/748 KB 36/471 KB 84/93 KB 1232/1822 KB 184/1210 KB 516/748 KB 40/471 KB 84/93 KB 1232/1822 KB 184/1210 KB 516/748 KB 44/471 KB 84/93 KB 1232/1822 KB 184/1210 KB 516/748 KB 48/471 KB 84/93 KB 1232/1822 KB 184/1210 KB 516/748 KB 52/471 KB 84/93 KB 1232/1822 KB 184/1210 KB 516/748 KB 56/471 KB 84/93 KB 1232/1822 KB 184/1210 KB 516/748 KB 60/471 KB 84/93 KB 1232/1822 KB 184/1210 KB 516/748 KB 64/471 KB 84/93 KB 1232/1822 KB 184/1210 KB 516/748 KB 68/471 KB 84/93 KB 1232/1822 KB 184/1210 KB 516/748 KB 72/471 KB 84/93 KB 1232/1822 KB 184/1210 KB 516/748 KB 76/471 KB 84/93 KB 1232/1822 KB 184/1210 KB 516/748 KB 80/471 KB 84/93 KB 1232/1822 KB 184/1210 KB 516/748 KB 84/471 KB 84/93 KB 1232/1822 KB 184/1210 KB 516/748 KB 88/471 KB 88/93 KB 1232/1822 KB 184/1210 KB 516/748 KB 92/471 KB 88/93 KB 1232/1822 KB 188/1210 KB 516/748 KB 96/471 KB 88/93 KB 1232/1822 KB 188/1210 KB 516/748 KB 100/471 KB 88/93 KB 1232/1822 KB 188/1210 KB 516/748 KB 104/471 KB 88/93 KB 1232/1822 KB 188/1210 KB 516/748 KB 108/471 KB 88/93 KB 1232/1822 KB 188/1210 KB 516/748 KB 112/471 KB 88/93 KB 1232/1822 KB 188/1210 KB 516/748 KB 116/471 KB 88/93 KB 1232/1822 KB 188/1210 KB 516/748 KB 120/471 KB 88/93 KB 1236/1822 KB 188/1210 KB 516/748 KB 124/471 KB 88/93 KB 1236/1822 KB 188/1210 KB 516/748 KB 128/471 KB 88/93 KB 1236/1822 KB 188/1210 KB 516/748 KB 16/471 KB 84/93 KB 1216/1822 KB 180/1210 KB 520/748 KB 128/471 KB 88/93 KB 1236/1822 KB 188/1210 KB 524/748 KB 128/471 KB 88/93 KB 1236/1822 KB 188/1210 KB 528/748 KB 128/471 KB 88/93 KB 1236/1822 KB 188/1210 KB 532/748 KB 128/471 KB 88/93 KB 1236/1822 KB 188/1210 KB unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 516/748 KB 116/471 KB 88/93 KB 1236/1822 KB 188/1210 KB 532/748 KB 128/471 KB 88/93 KB 1240/1822 KB 188/1210 KB 516/748 KB 88/471 KB 88/93 KB 1232/1822 KB 188/1210 KB 516/748 KB 84/471 KB 88/93 KB 1232/1822 KB 184/1210 KB 536/748 KB 128/471 KB 92/93 KB 1240/1822 KB 188/1210 KB 536/748 KB 128/471 KB 93/93 KB 1240/1822 KB 188/1210 KB 536/748 KB 128/471 KB 93/93 KB 1240/1822 KB 192/1210 KB 536/748 KB 128/471 KB 93/93 KB 1240/1822 KB 196/1210 KB 536/748 KB 128/471 KB 93/93 KB 1240/1822 KB 200/1210 KB 536/748 KB 128/471 KB 93/93 KB 1240/1822 KB 204/1210 KB 536/748 KB 128/471 KB 93/93 KB 1240/1822 KB 208/1210 KB 536/748 KB 128/471 KB 93/93 KB 1240/1822 KB 212/1210 KB 536/748 KB 128/471 KB 93/93 KB 1240/1822 KB 216/1210 KB 536/748 KB 128/471 KB 93/93 KB 1244/1822 KB 220/1210 KB 536/748 KB 128/471 KB 93/93 KB 1244/1822 KB 224/1210 KB 536/748 KB 128/471 KB 88/93 KB 1240/1822 KB 188/1210 KB 540/748 KB 128/471 KB 93/93 KB 1244/1822 KB 224/1210 KB 544/748 KB 128/471 KB 93/93 KB 1244/1822 KB 224/1210 KB 536/748 KB 128/471 KB 93/93 KB 1244/1822 KB 224/1210 KB 544/748 KB 128/471 KB 93/93 KB 1248/1822 KB 224/1210 KB 548/748 KB 128/471 KB 93/93 KB 1248/1822 KB 224/1210 KB 552/748 KB 132/471 KB 1252/1822 KB 228/1210 KB Downloaded: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.jar (93 KB at 82.1 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 548/748 KB 132/471 KB 93/93 KB 1252/1822 KB 228/1210 KB 552/748 KB 136/471 KB 1252/1822 KB 228/1210 KB 548/748 KB 128/471 KB 93/93 KB 1252/1822 KB 228/1210 KB 548/748 KB 128/471 KB 93/93 KB 1252/1822 KB 224/1210 KB 552/748 KB 136/471 KB 1256/1822 KB 228/1210 KB Downloading: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 552/748 KB 136/471 KB 1256/1822 KB 232/1210 KB 552/748 KB 136/471 KB 1256/1822 KB 236/1210 KB 556/748 KB 140/471 KB 1256/1822 KB 240/1210 KB 556/748 KB 140/471 KB 1256/1822 KB 236/1210 KB 556/748 KB 144/471 KB 1260/1822 KB 240/1210 KB 556/748 KB 136/471 KB 1256/1822 KB 236/1210 KB 556/748 KB 140/471 KB 1260/1822 KB 240/1210 KB 556/748 KB 144/471 KB 1264/1822 KB 240/1210 KB 560/748 KB 144/471 KB 1264/1822 KB 240/1210 KB 560/748 KB 148/471 KB 1264/1822 KB 240/1210 KB 564/748 KB 152/471 KB 1268/1822 KB 244/1210 KB 564/748 KB 156/471 KB 1268/1822 KB 244/1210 KB 564/748 KB 160/471 KB 1268/1822 KB 244/1210 KB 564/748 KB 148/471 KB 1268/1822 KB 244/1210 KB 564/748 KB 160/471 KB 1268/1822 KB 248/1210 KB 564/748 KB 160/471 KB 1268/1822 KB 252/1210 KB 564/748 KB 160/471 KB 1268/1822 KB 256/1210 KB 564/748 KB 148/471 KB 1268/1822 KB 240/1210 KB 564/748 KB 160/471 KB 1272/1822 KB 256/1210 KB 564/748 KB 160/471 KB 1276/1822 KB 256/1210 KB 564/748 KB 148/471 KB 1264/1822 KB 240/1210 KB 568/748 KB 160/471 KB 1276/1822 KB 256/1210 KB 572/748 KB 160/471 KB 1276/1822 KB 256/1210 KB 576/748 KB 160/471 KB 1276/1822 KB 256/1210 KB 576/748 KB 160/471 KB 1276/1822 KB 260/1210 KB 580/748 KB 164/471 KB 1280/1822 KB 264/1210 KB 580/748 KB 164/471 KB 1280/1822 KB 268/1210 KB 580/748 KB 164/471 KB 1280/1822 KB 272/1210 KB 580/748 KB 164/471 KB 1280/1822 KB 260/1210 KB 580/748 KB 168/471 KB 1280/1822 KB 272/1210 KB 580/748 KB 172/471 KB 1280/1822 KB 272/1210 KB 580/748 KB 160/471 KB 1280/1822 KB 260/1210 KB 584/748 KB 172/471 KB 1280/1822 KB 272/1210 KB 588/748 KB 172/471 KB 1280/1822 KB 272/1210 KB 576/748 KB 160/471 KB 1280/1822 KB 260/1210 KB 588/748 KB 172/471 KB 1284/1822 KB 272/1210 KB 588/748 KB 172/471 KB 1288/1822 KB 272/1210 KB 588/748 KB 176/471 KB 1292/1822 KB 272/1210 KB 592/748 KB 176/471 KB 1296/1822 KB 272/1210 KB 592/748 KB 4/53 KB 176/471 KB 1296/1822 KB 272/1210 KB 592/748 KB 8/53 KB 176/471 KB 1296/1822 KB 272/1210 KB 592/748 KB 12/53 KB 176/471 KB 1296/1822 KB 272/1210 KB 592/748 KB 16/53 KB 176/471 KB 1296/1822 KB 272/1210 KB 588/748 KB 176/471 KB 1288/1822 KB 272/1210 KB 592/748 KB 176/471 KB 1292/1822 KB 272/1210 KB 592/748 KB 20/53 KB 176/471 KB 1296/1822 KB 272/1210 KB 596/748 KB 24/53 KB 180/471 KB 1300/1822 KB 276/1210 KB 596/748 KB 28/53 KB 180/471 KB 1300/1822 KB 276/1210 KB 596/748 KB 20/53 KB 180/471 KB 1300/1822 KB 276/1210 KB 596/748 KB 28/53 KB 180/471 KB 1300/1822 KB 280/1210 KB 596/748 KB 28/53 KB 180/471 KB 1300/1822 KB 284/1210 KB 596/748 KB 28/53 KB 180/471 KB 1300/1822 KB 288/1210 KB 596/748 KB 20/53 KB 180/471 KB 1300/1822 KB 272/1210 KB 596/748 KB 20/53 KB 180/471 KB 1296/1822 KB 272/1210 KB 596/748 KB 32/53 KB 184/471 KB 1300/1822 KB 288/1210 KB 596/748 KB 32/53 KB 188/471 KB 1300/1822 KB 288/1210 KB 596/748 KB 32/53 KB 192/471 KB 1300/1822 KB 288/1210 KB 596/748 KB 32/53 KB 196/471 KB 1304/1822 KB 292/1210 KB 596/748 KB 32/53 KB 200/471 KB 1304/1822 KB 292/1210 KB 596/748 KB 20/53 KB 176/471 KB 1296/1822 KB 272/1210 KB 600/748 KB 32/53 KB 200/471 KB 1304/1822 KB 292/1210 KB 604/748 KB 32/53 KB 200/471 KB 1304/1822 KB 292/1210 KB 608/748 KB 32/53 KB 200/471 KB 1304/1822 KB 292/1210 KB 612/748 KB 32/53 KB 200/471 KB 1304/1822 KB 292/1210 KB 616/748 KB 32/53 KB 200/471 KB 1304/1822 KB 292/1210 KB 620/748 KB 32/53 KB 200/471 KB 1304/1822 KB 292/1210 KB 624/748 KB 32/53 KB 200/471 KB 1304/1822 KB 292/1210 KB 596/748 KB 32/53 KB 192/471 KB 1304/1822 KB 292/1210 unit-oai-hss-0: 16:54:53 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:54:53 DEBUG unit.oai-hss/0.install Need to get 13.6 kB of archives. unit-oai-hss-0: 16:54:53 DEBUG unit.oai-hss/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-hss-0: 16:54:53 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe virt-what amd64 1.13-1 [13.6 kB] unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install KB 624/748 KB 32/53 KB 204/471 KB 1304/1822 KB 296/1210 KB 624/748 KB 32/53 KB 204/471 KB 1304/1822 KB 300/1210 KB 624/748 KB 32/53 KB 204/471 KB 1304/1822 KB 304/1210 KB 596/748 KB 32/53 KB 192/471 KB 1304/1822 KB 288/1210 KB 624/748 KB 32/53 KB 204/471 KB 1308/1822 KB 304/1210 KB 596/748 KB 32/53 KB 180/471 KB 1300/1822 KB 288/1210 KB 624/748 KB 36/53 KB 204/471 KB 1308/1822 KB 304/1210 KB 624/748 KB 40/53 KB 204/471 KB 1312/1822 KB 304/1210 KB 624/748 KB 44/53 KB 204/471 KB 1312/1822 KB 304/1210 KB 624/748 KB 48/53 KB 204/471 KB 1312/1822 KB 304/1210 KB 624/748 KB 48/53 KB 204/471 KB 1312/1822 KB 308/1210 KB 628/748 KB 52/53 KB 204/471 KB 1312/1822 KB 312/1210 KB 624/748 KB 32/53 KB 204/471 KB 1304/1822 KB 292/1210 KB 628/748 KB 52/53 KB 208/471 KB 1312/1822 KB 312/1210 KB 628/748 KB 52/53 KB 212/471 KB 1312/1822 KB 312/1210 KB 628/748 KB 52/53 KB 216/471 KB 1312/1822 KB 312/1210 KB 628/748 KB 52/53 KB 220/471 KB 1312/1822 KB 312/1210 KB 628/748 KB 52/53 KB 224/471 KB 1312/1822 KB 312/1210 KB 628/748 KB 52/53 KB 228/471 KB 1312/1822 KB 312/1210 KB 628/748 KB 52/53 KB 204/471 KB 1312/1822 KB 308/1210 KB 628/748 KB 53/53 KB 228/471 KB 1312/1822 KB 316/1210 KB 628/748 KB 48/53 KB 204/471 KB 1312/1822 KB 308/1210 KB 632/748 KB 53/53 KB 228/471 KB 1312/1822 KB 316/1210 KB 636/748 KB 53/53 KB 228/471 KB 1312/1822 KB 316/1210 KB 640/748 KB 53/53 KB 228/471 KB 1312/1822 KB 316/1210 KB 644/748 KB 53/53 KB 228/471 KB 1312/1822 KB 316/1210 KB 624/748 KB 36/53 KB 204/471 KB 1312/1822 KB 304/1210 KB 644/748 KB 53/53 KB 228/471 KB 1316/1822 KB 316/1210 KB 644/748 KB 53/53 KB 228/471 KB 1320/1822 KB 316/1210 KB 644/748 KB 53/53 KB 228/471 KB 1324/1822 KB 316/1210 KB 644/748 KB 53/53 KB 228/471 KB 1328/1822 KB 316/1210 KB 644/748 KB 53/53 KB 228/471 KB 1332/1822 KB 316/1210 KB 644/748 KB 53/53 KB 228/471 KB 1336/1822 KB 316/1210 KB 644/748 KB 53/53 KB 228/471 KB 1340/1822 KB 316/1210 KB 644/748 KB 53/53 KB 228/471 KB 1344/1822 KB 316/1210 KB 644/748 KB 53/53 KB 228/471 KB 1348/1822 KB 316/1210 KB 628/748 KB 52/53 KB 228/471 KB 1312/1822 KB 316/1210 KB 648/748 KB 53/53 KB 232/471 KB 1348/1822 KB 320/1210 KB 648/748 KB 53/53 KB 232/471 KB 1348/1822 KB 324/1210 KB 648/748 KB 53/53 KB 232/471 KB 1348/1822 KB 316/1210 KB 648/748 KB 53/53 KB 236/471 KB 1352/1822 KB 324/1210 KB 648/748 KB 53/53 KB 240/471 KB 1352/1822 KB 324/1210 KB 648/748 KB 53/53 KB 228/471 KB 1348/1822 KB 316/1210 KB 652/748 KB 53/53 KB 240/471 KB 1352/1822 KB 324/1210 KB 656/748 KB 53/53 KB 240/471 KB 1352/1822 KB 324/1210 KB 648/748 KB 53/53 KB 232/471 KB 1352/1822 KB 324/1210 KB 656/748 KB 53/53 KB 240/471 KB 1356/1822 KB 324/1210 KB 656/748 KB 53/53 KB 240/471 KB 1360/1822 KB 324/1210 KB 656/748 KB 53/53 KB 240/471 KB 1364/1822 KB 324/1210 KB 660/748 KB 53/53 KB 244/471 KB 1368/1822 KB 328/1210 KB 660/748 KB 53/53 KB 244/471 KB 1372/1822 KB 328/1210 KB 660/748 KB 53/53 KB 244/471 KB 1376/1822 KB 328/1210 KB 660/748 KB 53/53 KB 244/471 KB 1364/1822 KB 328/1210 KB 660/748 KB 53/53 KB 244/471 KB 1376/1822 KB 332/1210 KB 660/748 KB 53/53 KB 244/471 KB 1376/1822 KB 336/1210 KB 660/748 KB 53/53 KB 244/471 KB 1364/1822 KB 324/1210 KB 660/748 KB 53/53 KB 248/471 KB 1376/1822 KB 336/1210 KB 660/748 KB 252/471 KB 1376/1822 KB 340/1210 KB 660/748 KB 256/471 KB 1376/1822 KB 340/1210 KB 660/748 KB 53/53 KB 240/471 KB 1364/1822 KB 324/1210 KB 664/748 KB 256/471 KB 1376/1822 KB 340/1210 KB 668/748 KB 256/471 KB unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 1376/1822 KB 340/1210 KB 672/748 KB 256/471 KB 1376/1822 KB 340/1210 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.jar (53 KB at 45.9 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 672/748 KB 260/471 KB 1376/1822 KB 340/1210 KB 676/748 KB 264/471 KB 1380/1822 KB 340/1210 KB 676/748 KB 268/471 KB 1380/1822 KB 340/1210 KB 676/748 KB 272/471 KB 1380/1822 KB 340/1210 KB 660/748 KB 53/53 KB 248/471 KB 1376/1822 KB 340/1210 KB 676/748 KB 272/471 KB 1380/1822 KB 344/1210 KB 676/748 KB 272/471 KB 1380/1822 KB 348/1210 KB 676/748 KB 272/471 KB 1380/1822 KB 352/1210 KB 676/748 KB 260/471 KB 1380/1822 KB 340/1210 KB 680/748 KB 272/471 KB 1380/1822 KB 352/1210 KB 684/748 KB 272/471 KB 1380/1822 KB 352/1210 KB 688/748 KB 272/471 KB 1380/1822 KB 352/1210 KB 692/748 KB 272/471 KB 1380/1822 KB 352/1210 KB 696/748 KB 276/471 KB 1380/1822 KB 356/1210 KB 700/748 KB 276/471 KB 1380/1822 KB 356/1210 KB 704/748 KB 276/471 KB 1380/1822 KB 356/1210 KB 672/748 KB 260/471 KB 1380/1822 KB 340/1210 KB 704/748 KB 276/471 KB 1384/1822 KB 356/1210 KB 704/748 KB 276/471 KB 1388/1822 KB 356/1210 KB 704/748 KB 276/471 KB 1392/1822 KB 356/1210 KB 704/748 KB 276/471 KB 1396/1822 KB 356/1210 KB 704/748 KB 276/471 KB 1400/1822 KB 356/1210 KB 704/748 KB 276/471 KB 1404/1822 KB 356/1210 KB 704/748 KB 276/471 KB 1408/1822 KB 356/1210 KB 704/748 KB 276/471 KB 1412/1822 KB 356/1210 KB 708/748 KB 276/471 KB 1416/1822 KB 356/1210 KB 708/748 KB 276/471 KB 1420/1822 KB 356/1210 KB 708/748 KB 276/471 KB 1424/1822 KB 356/1210 KB 692/748 KB 276/471 KB 1380/1822 KB 356/1210 KB 708/748 KB 280/471 KB 1424/1822 KB 356/1210 KB 708/748 KB 284/471 KB 1424/1822 KB 356/1210 KB 708/748 KB 288/471 KB 1424/1822 KB 356/1210 KB 692/748 KB 272/471 KB 1380/1822 KB 356/1210 KB 708/748 KB 288/471 KB 1424/1822 KB 360/1210 KB 708/748 KB 288/471 KB 1424/1822 KB 364/1210 KB 708/748 KB 288/471 KB 1424/1822 KB 368/1210 KB 708/748 KB 288/471 KB 1424/1822 KB 372/1210 KB 708/748 KB 292/471 KB 1424/1822 KB 4/276 KB 376/1210 KB 708/748 KB 292/471 KB 1424/1822 KB 4/276 KB 380/1210 KB 708/748 KB 276/471 KB 1412/1822 KB 356/1210 KB 712/748 KB 292/471 KB 1424/1822 KB 4/276 KB 384/1210 KB 716/748 KB 292/471 KB 1424/1822 KB 4/276 KB 384/1210 KB 720/748 KB 292/471 KB 1424/1822 KB 4/276 KB 384/1210 KB 708/748 KB 292/471 KB 1424/1822 KB 4/276 KB 372/1210 KB 720/748 KB 296/471 KB 1424/1822 KB 4/276 KB 384/1210 KB 720/748 KB 300/471 KB 1424/1822 KB 4/276 KB 384/1210 KB 720/748 KB 304/471 KB 1424/1822 KB 4/276 KB 384/1210 KB 708/748 KB 288/471 KB 1424/1822 KB 4/276 KB 372/1210 KB 720/748 KB 304/471 KB 1424/1822 KB 8/276 KB 384/1210 KB 720/748 KB 304/471 KB 1424/1822 KB 12/276 KB 384/1210 KB 720/748 KB 304/471 KB 1424/1822 KB 16/276 KB 384/1210 KB 720/748 KB 304/471 KB 1424/1822 KB 20/276 KB 384/1210 KB 720/748 KB 304/471 KB 1424/1822 KB 24/276 KB 384/1210 KB 720/748 KB 304/471 KB 1424/1822 KB 28/276 KB 384/1210 KB 720/748 KB 304/471 KB 1424/1822 KB 32/276 KB 384/1210 KB 708/748 KB 292/471 KB 1424/1822 KB 4/276 KB 384/1210 KB 720/748 KB 304/471 KB 1424/1822 KB 36/276 KB 384/1210 KB 724/748 KB 308/471 KB 1428/1822 KB 40/276 KB 388/1210 KB 724/748 KB 308/471 KB 1428/1822 KB 44/276 KB 388/1210 KB 724/748 KB 308/471 KB 1428/1822 KB 48/276 KB 388/1210 KB 724/748 KB 308/471 KB 1428/1822 KB 52/276 KB 388/1210 KB 724/748 KB 308/471 KB 1428/1822 KB 56/276 KB 388/1210 KB 724/748 KB 308/471 KB 1428/1822 KB 60/276 KB 388/1210 KB 724/748 KB 308/471 KB 1428/1822 KB 64/276 KB 388/1210 KB 724/748 KB 308/471 KB 1428/1822 KB 68/276 KB 388/1210 KB 724/748 KB 308/471 KB 1428/1822 KB 72/276 KB 388/1210 KB 724/748 KB 308/471 KB 1428/1822 KB 76/276 KB 388/1210 KB unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 724/748 KB 308/471 KB 1428/1822 KB 80/276 KB 388/1210 KB 724/748 KB 308/471 KB 1428/1822 KB 36/276 KB 388/1210 KB 724/748 KB 308/471 KB 1424/1822 KB 36/276 KB 388/1210 KB 728/748 KB 308/471 KB 1428/1822 KB 80/276 KB 388/1210 KB 732/748 KB 308/471 KB 1428/1822 KB 80/276 KB 388/1210 KB 736/748 KB 308/471 KB 1428/1822 KB 80/276 KB 388/1210 KB 720/748 KB 308/471 KB 1424/1822 KB 36/276 KB 388/1210 KB 736/748 KB 308/471 KB 1432/1822 KB 80/276 KB 392/1210 KB 736/748 KB 308/471 KB 1432/1822 KB 80/276 KB 396/1210 KB 736/748 KB 308/471 KB 1432/1822 KB 80/276 KB 400/1210 KB 736/748 KB 308/471 KB 1432/1822 KB 80/276 KB 404/1210 KB 740/748 KB 308/471 KB 1432/1822 KB 80/276 KB 408/1210 KB 740/748 KB 308/471 KB 1432/1822 KB 80/276 KB 412/1210 KB 740/748 KB 308/471 KB 1432/1822 KB 80/276 KB 416/1210 KB 720/748 KB 308/471 KB 1424/1822 KB 36/276 KB 384/1210 KB 740/748 KB 312/471 KB 1432/1822 KB 80/276 KB 416/1210 KB 740/748 KB 316/471 KB 1432/1822 KB 80/276 KB 416/1210 KB 740/748 KB 320/471 KB 1432/1822 KB 80/276 KB 416/1210 KB 740/748 KB 324/471 KB 1432/1822 KB 80/276 KB 416/1210 KB 740/748 KB 328/471 KB 1432/1822 KB 80/276 KB 416/1210 KB 740/748 KB 332/471 KB 1432/1822 KB 80/276 KB 416/1210 KB 740/748 KB 336/471 KB 1432/1822 KB 80/276 KB 416/1210 KB 740/748 KB 340/471 KB 1432/1822 KB 80/276 KB 416/1210 KB 740/748 KB 344/471 KB 1432/1822 KB 84/276 KB 420/1210 KB 740/748 KB 348/471 KB 1432/1822 KB 84/276 KB 420/1210 KB 740/748 KB 352/471 KB 1432/1822 KB 84/276 KB 420/1210 KB 740/748 KB 308/471 KB 1432/1822 KB 80/276 KB 404/1210 KB 744/748 KB 352/471 KB 1432/1822 KB 84/276 KB 420/1210 KB 748/748 KB 352/471 KB 1432/1822 KB 84/276 KB 420/1210 KB 748/748 KB 352/471 KB 1432/1822 KB 84/276 KB 420/1210 KB 736/748 KB 308/471 KB 1432/1822 KB 80/276 KB 388/1210 KB 748/748 KB 352/471 KB 1436/1822 KB 84/276 KB 420/1210 KB 748/748 KB 352/471 KB 1440/1822 KB 84/276 KB 420/1210 KB 748/748 KB 352/471 KB 1444/1822 KB 84/276 KB 420/1210 KB 748/748 KB 352/471 KB 1448/1822 KB 84/276 KB 420/1210 KB 748/748 KB 352/471 KB 1452/1822 KB 84/276 KB 420/1210 KB 748/748 KB 352/471 KB 1456/1822 KB 84/276 KB 420/1210 KB 748/748 KB 352/471 KB 1460/1822 KB 84/276 KB 420/1210 KB 748/748 KB 352/471 KB 1464/1822 KB 84/276 KB 420/1210 KB 748/748 KB 352/471 KB 1468/1822 KB 84/276 KB 420/1210 KB 748/748 KB 352/471 KB 1472/1822 KB 84/276 KB 420/1210 KB 748/748 KB 352/471 KB 1476/1822 KB 84/276 KB 420/1210 KB 748/748 KB 356/471 KB 1480/1822 KB 84/276 KB 420/1210 KB 748/748 KB 356/471 KB 1484/1822 KB 84/276 KB 420/1210 KB 748/748 KB 356/471 KB 1488/1822 KB 84/276 KB 420/1210 KB 740/748 KB 340/471 KB 1432/1822 KB 84/276 KB 420/1210 KB 748/748 KB 356/471 KB 1488/1822 KB 88/276 KB 420/1210 KB 748/748 KB 356/471 KB 1488/1822 KB 92/276 KB 420/1210 KB 748/748 KB 356/471 KB 1488/1822 KB 96/276 KB 420/1210 KB 740/748 KB 340/471 KB 1432/1822 KB 80/276 KB 420/1210 KB 748/748 KB 356/471 KB 1488/1822 KB 96/276 KB 424/1210 KB 748/748 KB 356/471 KB 1488/1822 KB 96/276 KB 428/1210 KB 748/748 KB 356/471 KB 1488/1822 KB 96/276 KB 432/1210 KB 748/748 KB 356/471 KB 1488/1822 KB 96/276 KB 436/1210 KB 748/748 KB 356/471 KB 1488/1822 KB 100/276 KB 440/1210 KB 748/748 KB 356/471 KB 1488/1822 KB 100/276 KB 444/1210 KB 748/748 KB 356/471 KB 1488/1822 KB 100/276 KB 448/1210 KB 748/748 KB 356/471 KB 1488/1822 KB 100/276 KB 452/1210 KB 356/471 KB 1492/1822 KB 100/276 KB 456/1210 KB 356/471 KB 1492/1822 KB 100/276 KB 460/1210 KB 356/471 KB 1492/1822 KB 100/2 unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 76 KB 464/1210 KB 748/748 KB 356/471 KB 1476/1822 KB 84/276 KB 420/1210 KB 360/471 KB 1492/1822 KB 100/276 KB 464/1210 KB 364/471 KB 1492/1822 KB 100/276 KB 464/1210 KB 368/471 KB 1492/1822 KB 100/276 KB 464/1210 KB 372/471 KB 1492/1822 KB 100/276 KB 464/1210 KB 356/471 KB 1492/1822 KB 100/276 KB 452/1210 KB 372/471 KB 1496/1822 KB 100/276 KB 464/1210 KB 376/471 KB 1500/1822 KB 100/276 KB 464/1210 KB 376/471 KB 1504/1822 KB 100/276 KB 464/1210 KB 748/748 KB 356/471 KB 1488/1822 KB 100/276 KB 436/1210 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar (748 KB at 631.5 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 376/471 KB 1496/1822 KB 100/276 KB 464/1210 KB 380/471 KB 1504/1822 KB 104/276 KB 464/1210 KB 384/471 KB 1504/1822 KB 104/276 KB 464/1210 KB 376/471 KB 1504/1822 KB 104/276 KB 464/1210 KB 384/471 KB 1504/1822 KB 108/276 KB 464/1210 KB 384/471 KB 1504/1822 KB 112/276 KB 464/1210 KB 384/471 KB 1504/1822 KB 116/276 KB 464/1210 KB 384/471 KB 1504/1822 KB 120/276 KB 464/1210 KB 388/471 KB 1508/1822 KB 124/276 KB 464/1210 KB 388/471 KB 1508/1822 KB 128/276 KB 464/1210 KB 388/471 KB 1508/1822 KB 132/276 KB 464/1210 KB 388/471 KB 1508/1822 KB 136/276 KB 468/1210 KB 388/471 KB 1508/1822 KB 140/276 KB 468/1210 KB 388/471 KB 1508/1822 KB 144/276 KB 468/1210 KB 388/471 KB 1508/1822 KB 120/276 KB 464/1210 KB 388/471 KB 1512/1822 KB 144/276 KB 468/1210 KB 388/471 KB 1516/1822 KB 144/276 KB 468/1210 KB 388/471 KB 1520/1822 KB 144/276 KB 468/1210 KB 388/471 KB 1524/1822 KB 144/276 KB 468/1210 KB 388/471 KB 1528/1822 KB 148/276 KB 468/1210 KB 388/471 KB 1532/1822 KB 148/276 KB 468/1210 KB 388/471 KB 1536/1822 KB 148/276 KB 468/1210 KB 388/471 KB 1504/1822 KB 120/276 KB 464/1210 KB 392/471 KB 1536/1822 KB 148/276 KB 468/1210 KB 396/471 KB 1536/1822 KB 148/276 KB 468/1210 KB 400/471 KB 1536/1822 KB 148/276 KB 468/1210 KB 404/471 KB 1536/1822 KB 148/276 KB 468/1210 KB 408/471 KB 1536/1822 KB 148/276 KB 468/1210 KB 412/471 KB 1536/1822 KB 148/276 KB 468/1210 KB 416/471 KB 1536/1822 KB 148/276 KB 468/1210 KB 388/471 KB 1524/1822 KB 148/276 KB 468/1210 KB 416/471 KB 1536/1822 KB 152/276 KB 468/1210 KB 416/471 KB 1536/1822 KB 156/276 KB 468/1210 KB 4/577 KB 416/471 KB 1536/1822 KB 160/276 KB 468/1210 KB 388/471 KB 1508/1822 KB 132/276 KB 468/1210 KB 4/577 KB 416/471 KB 1536/1822 KB 160/276 KB 472/1210 KB 4/577 KB 416/471 KB 1536/1822 KB 160/276 KB 476/1210 KB 4/577 KB 416/471 KB 1536/1822 KB 160/276 KB 480/1210 KB 4/577 KB 416/471 KB 1536/1822 KB 156/276 KB 468/1210 KB 8/577 KB 416/471 KB 1536/1822 KB 160/276 KB 480/1210 KB 12/577 KB 416/471 KB 1536/1822 KB 160/276 KB 484/1210 KB 12/577 KB 416/471 KB 1536/1822 KB 160/276 KB 488/1210 KB 12/577 KB 416/471 KB 1536/1822 KB 160/276 KB 484/1210 KB 16/577 KB 416/471 KB 1536/1822 KB 160/276 KB 488/1210 KB 20/577 KB 416/471 KB 1536/1822 KB 160/276 KB 488/1210 KB 24/577 KB 416/471 KB 1536/1822 KB 160/276 KB 492/1210 KB 28/577 KB 416/471 KB 1536/1822 KB 160/276 KB 492/1210 KB 32/577 KB 416/471 KB 1536/1822 KB 160/276 KB 492/1210 KB 36/577 KB 416/471 KB 1536/1822 KB 164/276 KB 492/1210 KB 40/577 KB 420/471 KB 1540/1822 KB 164/276 KB 492/1210 KB 44/577 KB 420/471 KB 1540/1822 KB 164/276 KB 492/1210 KB 48/577 KB 420/471 KB 1540/1822 KB 164/276 KB 492/1210 KB 52/577 KB 420/471 KB 1540/1822 KB 164/276 KB 492/1210 KB 20/577 KB 416/471 KB 1536/1822 KB 160/276 KB 492/1210 KB 52/577 KB 420/471 KB 1540/1822 KB 164/276 KB 496/1210 KB 52/577 KB 420/471 KB 1540/1822 KB 164/276 KB 500/1210 KB 52/577 KB 420/471 KB 1540/1822 KB 164/276 KB 504/1210 KB 52/577 KB 420/471 KB 1540/1822 KB 164/276 KB 508/1210 KB 36/577 KB 420/471 KB 1540/1822 KB 164/276 KB 492/1210 KB 52/577 KB 424/471 KB 1540/1822 KB 164/276 KB 508/1210 KB 52/577 KB 428/471 KB 1540/1822 KB 164/276 KB 508/1210 KB 52/577 KB 432/471 KB 1540/1822 KB 164/276 KB 508/1210 KB 36/577 KB 416/471 KB 1540/1822 KB 164/276 KB 492/1210 KB 52/577 KB 432/471 KB 1544/1822 KB 164/276 KB 508/1210 KB 52/577 KB 432/471 KB 1548/1822 KB 164/276 KB 508/1210 KB 52/577 KB 432/471 KB 1552/1822 KB 164/276 KB 508/1210 KB 52/577 KB 432/471 KB unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 1556/1822 KB 164/276 KB 508/1210 KB 52/577 KB 436/471 KB 1560/1822 KB 164/276 KB 512/1210 KB 52/577 KB 436/471 KB 1564/1822 KB 164/276 KB 512/1210 KB 52/577 KB 436/471 KB 1568/1822 KB 164/276 KB 512/1210 KB 32/577 KB 416/471 KB 1536/1822 KB 164/276 KB 492/1210 KB 52/577 KB 436/471 KB 1568/1822 KB 168/276 KB 512/1210 KB 52/577 KB 436/471 KB 1568/1822 KB 172/276 KB 512/1210 KB 52/577 KB 436/471 KB 1568/1822 KB 176/276 KB 512/1210 KB 52/577 KB 436/471 KB 1568/1822 KB 180/276 KB 512/1210 KB 52/577 KB 436/471 KB 1556/1822 KB 164/276 KB 512/1210 KB 52/577 KB 436/471 KB 1568/1822 KB 180/276 KB 516/1210 KB 52/577 KB 436/471 KB 1568/1822 KB 184/276 KB 520/1210 KB 56/577 KB 436/471 KB 1568/1822 KB 184/276 KB 524/1210 KB 56/577 KB 436/471 KB 1568/1822 KB 184/276 KB 528/1210 KB 56/577 KB 436/471 KB 1568/1822 KB 184/276 KB 532/1210 KB 56/577 KB 436/471 KB 1572/1822 KB 184/276 KB 536/1210 KB 56/577 KB 436/471 KB 1572/1822 KB 184/276 KB 540/1210 KB 52/577 KB 436/471 KB 1556/1822 KB 164/276 KB 508/1210 KB 56/577 KB 440/471 KB 1572/1822 KB 184/276 KB 544/1210 KB 56/577 KB 444/471 KB 1572/1822 KB 184/276 KB 544/1210 KB 56/577 KB 448/471 KB 1572/1822 KB 184/276 KB 544/1210 KB 56/577 KB 452/471 KB 1572/1822 KB 184/276 KB 544/1210 KB 56/577 KB 456/471 KB 1572/1822 KB 184/276 KB 544/1210 KB 56/577 KB 436/471 KB 1572/1822 KB 184/276 KB 532/1210 KB 56/577 KB 460/471 KB 1576/1822 KB 184/276 KB 544/1210 KB 56/577 KB 460/471 KB 1580/1822 KB 184/276 KB 544/1210 KB 56/577 KB 460/471 KB 1584/1822 KB 184/276 KB 544/1210 KB 56/577 KB 460/471 KB 1588/1822 KB 184/276 KB 544/1210 KB 56/577 KB 460/471 KB 1592/1822 KB 184/276 KB 544/1210 KB 56/577 KB 460/471 KB 1596/1822 KB 184/276 KB 544/1210 KB 56/577 KB 460/471 KB 1600/1822 KB 184/276 KB 544/1210 KB 56/577 KB 460/471 KB 1604/1822 KB 184/276 KB 544/1210 KB 56/577 KB 436/471 KB 1568/1822 KB 184/276 KB 520/1210 KB 52/577 KB 436/471 KB 1568/1822 KB 184/276 KB 516/1210 KB 56/577 KB 460/471 KB 1604/1822 KB 188/276 KB 544/1210 KB 56/577 KB 460/471 KB 1604/1822 KB 192/276 KB 544/1210 KB 60/577 KB 460/471 KB 1604/1822 KB 192/276 KB 544/1210 KB 64/577 KB 460/471 KB 1604/1822 KB 192/276 KB 544/1210 KB 68/577 KB 460/471 KB 1604/1822 KB 196/276 KB 544/1210 KB 72/577 KB 460/471 KB 1604/1822 KB 196/276 KB 544/1210 KB 76/577 KB 460/471 KB 1604/1822 KB 196/276 KB 544/1210 KB 80/577 KB 460/471 KB 1604/1822 KB 196/276 KB 544/1210 KB 56/577 KB 436/471 KB 1572/1822 KB 184/276 KB 544/1210 KB 56/577 KB 460/471 KB 1572/1822 KB 184/276 KB 544/1210 KB 80/577 KB 464/471 KB 1604/1822 KB 196/276 KB 544/1210 KB 80/577 KB 468/471 KB 1604/1822 KB 196/276 KB 544/1210 KB 84/577 KB 471/471 KB 1604/1822 KB 196/276 KB 548/1210 KB 64/577 KB 460/471 KB 1604/1822 KB 196/276 KB 544/1210 KB 84/577 KB 471/471 KB 1604/1822 KB 200/276 KB 548/1210 KB 84/577 KB 471/471 KB 1604/1822 KB 204/276 KB 548/1210 KB 84/577 KB 471/471 KB 1604/1822 KB 208/276 KB 548/1210 KB 84/577 KB 471/471 KB 1604/1822 KB 212/276 KB 548/1210 KB 84/577 KB 471/471 KB 1604/1822 KB 216/276 KB 548/1210 KB 84/577 KB 471/471 KB 1604/1822 KB 220/276 KB 548/1210 KB 84/577 KB 471/471 KB 1604/1822 KB 224/276 KB 548/1210 KB 84/577 KB 468/471 KB 1604/1822 KB 196/276 KB 548/1210 KB 88/577 KB 471/471 KB 1604/1822 KB 224/276 KB 548/1210 KB 92/577 KB 471/471 KB 1604/1822 KB 224/276 KB 548/1210 KB 96/577 KB 471/471 KB 1604/1822 KB 224/276 KB 548/1210 KB 100/577 KB 471/471 KB 1604/1822 KB 224/276 KB 548/1210 KB 104/577 KB 471/471 KB 1608/1822 K unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install B 228/276 KB 548/1210 KB 108/577 KB 471/471 KB 1608/1822 KB 228/276 KB 548/1210 KB 112/577 KB 471/471 KB 1608/1822 KB 228/276 KB 548/1210 KB 80/577 KB 468/471 KB 1604/1822 KB 196/276 KB 548/1210 KB 112/577 KB 471/471 KB 1608/1822 KB 228/276 KB 552/1210 KB 112/577 KB 471/471 KB 1608/1822 KB 228/276 KB 556/1210 KB 112/577 KB 471/471 KB 1608/1822 KB 228/276 KB 560/1210 KB 112/577 KB 471/471 KB 1608/1822 KB 228/276 KB 564/1210 KB 112/577 KB 471/471 KB 1608/1822 KB 228/276 KB 568/1210 KB 100/577 KB 471/471 KB 1608/1822 KB 228/276 KB 548/1210 KB 112/577 KB 471/471 KB 1612/1822 KB 228/276 KB 568/1210 KB 112/577 KB 471/471 KB 1616/1822 KB 228/276 KB 568/1210 KB 100/577 KB 471/471 KB 1604/1822 KB 228/276 KB 548/1210 KB 112/577 KB 471/471 KB 1616/1822 KB 232/276 KB 568/1210 KB 112/577 KB 471/471 KB 1616/1822 KB 236/276 KB 568/1210 KB 112/577 KB 471/471 KB 1616/1822 KB 240/276 KB 568/1210 KB 112/577 KB 471/471 KB 1616/1822 KB 244/276 KB 568/1210 KB 116/577 KB 471/471 KB 1620/1822 KB 248/276 KB 572/1210 KB 116/577 KB 471/471 KB 1620/1822 KB 252/276 KB 572/1210 KB 116/577 KB 471/471 KB 1620/1822 KB 256/276 KB 572/1210 KB 116/577 KB 471/471 KB 1620/1822 KB 244/276 KB 572/1210 KB 116/577 KB 471/471 KB 1624/1822 KB 256/276 KB 572/1210 KB 112/577 KB 471/471 KB 1616/1822 KB 244/276 KB 572/1210 KB 116/577 KB 471/471 KB 1624/1822 KB 256/276 KB 576/1210 KB 116/577 KB 471/471 KB 1624/1822 KB 256/276 KB 580/1210 KB 116/577 KB 471/471 KB 1616/1822 KB 244/276 KB 572/1210 KB 116/577 KB 471/471 KB 1628/1822 KB 256/276 KB 580/1210 KB 116/577 KB 471/471 KB 1632/1822 KB 256/276 KB 580/1210 KB 116/577 KB 471/471 KB 1636/1822 KB 256/276 KB 584/1210 KB 120/577 KB 471/471 KB 1640/1822 KB 260/276 KB 584/1210 KB 120/577 KB 471/471 KB 1644/1822 KB 260/276 KB 584/1210 KB 120/577 KB 471/471 KB 1648/1822 KB 260/276 KB 584/1210 KB 116/577 KB 471/471 KB 1632/1822 KB 256/276 KB 584/1210 KB 120/577 KB 471/471 KB 1648/1822 KB 260/276 KB 588/1210 KB 120/577 KB 471/471 KB 1648/1822 KB 260/276 KB 592/1210 KB 120/577 KB 1648/1822 KB 260/276 KB 596/1210 KB 120/577 KB 1648/1822 KB 260/276 KB 600/1210 KB 120/577 KB 1648/1822 KB 260/276 KB 604/1210 KB 120/577 KB 1648/1822 KB 260/276 KB 608/1210 KB 120/577 KB 1648/1822 KB 260/276 KB 612/1210 KB 120/577 KB 1652/1822 KB 260/276 KB 616/1210 KB 120/577 KB 1652/1822 KB 260/276 KB 620/1210 KB 120/577 KB 1652/1822 KB 260/276 KB 624/1210 KB 120/577 KB 471/471 KB 1636/1822 KB 260/276 KB 584/1210 KB 120/577 KB 1652/1822 KB 264/276 KB 624/1210 KB 120/577 KB 1652/1822 KB 268/276 KB 624/1210 KB 120/577 KB 1652/1822 KB 272/276 KB 624/1210 KB 120/577 KB 471/471 KB 1636/1822 KB 256/276 KB 584/1210 KB 124/577 KB 1652/1822 KB 272/276 KB 624/1210 KB 128/577 KB 1652/1822 KB 272/276 KB 624/1210 KB 132/577 KB 1652/1822 KB 272/276 KB 624/1210 KB 136/577 KB 1652/1822 KB 272/276 KB 624/1210 KB 140/577 KB 1652/1822 KB 272/276 KB 624/1210 KB 144/577 KB 1652/1822 KB 272/276 KB 624/1210 KB 144/577 KB 1652/1822 KB 276/276 KB 624/1210 KB 144/577 KB 1652/1822 KB 276/276 KB 624/1210 KB 120/577 KB 1652/1822 KB 260/276 KB 612/1210 KB Downloaded: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar (471 KB at 383.5 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 144/577 KB 1656/1822 KB 276/276 KB 624/1210 KB 144/577 KB 1660/1822 KB 276/276 KB 624/1210 KB 144/577 KB 1664/1822 KB 276/276 KB 624/1210 KB 144/577 KB 1668/1822 KB 276/276 KB 624/1210 KB 148/577 KB 1672/1822 KB 276/276 KB 628/1210 KB 148/577 KB 1676/1822 KB 276/276 KB 628/1210 KB 148/577 KB 1680/1822 KB 276/276 KB 628/1210 KB 148/577 KB 1668/1822 KB 276/276 KB 628/1210 KB 148/577 KB 1680/1822 KB 276/276 KB 632/1210 KB 148/577 KB 1684/1822 KB 276/276 KB 636/1210 KB 148/577 KB 1684/1822 KB 276/276 KB 640/1210 KB 148/577 KB 1668/1822 KB 276/276 KB 624/1210 KB 152/577 KB 1684/1822 KB 276/276 KB 640/1210 KB 156/577 KB 1684/1822 KB 276/276 KB 640/1210 KB 160/577 KB 1684/1822 KB 276/276 KB 640/1210 KB 164/577 KB 1684/1822 KB 276/276 KB 640/1210 KB 168/577 KB 1684/1822 KB 276/276 KB 640/1210 KB 172/577 KB 1684/1822 KB 276/276 KB 640/1210 KB 176/577 KB 1684/1822 KB 276/276 KB 640/1210 KB 180/577 KB 1684/1822 KB 276/276 KB 640/1210 KB 148/577 KB 1684/1822 KB 276/276 KB 632/1210 KB 180/577 KB 1688/1822 KB 644/1210 KB 180/577 KB 1692/1822 KB 644/1210 KB 180/577 KB 1696/1822 KB 644/1210 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (276 KB at 223.7 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 180/577 KB 1700/1822 KB 644/1210 KB 180/577 KB 1684/1822 KB 276/276 KB 644/1210 KB 184/577 KB 1700/1822 KB 648/1210 KB 184/577 KB 1700/1822 KB 652/1210 KB 184/577 KB 1700/1822 KB 656/1210 KB 184/577 KB 4/37 KB 1700/1822 KB 656/1210 KB 184/577 KB 8/37 KB 1700/1822 KB 656/1210 KB 184/577 KB 12/37 KB 1700/1822 KB 656/1210 KB 184/577 KB 16/37 KB 1700/1822 KB 656/1210 KB 184/577 KB 1700/1822 KB 644/1210 KB 188/577 KB 16/37 KB 1700/1822 KB 656/1210 KB 192/577 KB 16/37 KB 1700/1822 KB 656/1210 KB 192/577 KB 20/37 KB 1700/1822 KB 656/1210 KB 192/577 KB 24/37 KB 1700/1822 KB 656/1210 KB 192/577 KB 28/37 KB 1700/1822 KB 656/1210 KB 192/577 KB 32/37 KB 1700/1822 KB 656/1210 KB 192/577 KB 36/37 KB 1700/1822 KB 656/1210 KB 192/577 KB 37/37 KB 1700/1822 KB 656/1210 KB 192/577 KB 37/37 KB 1704/1822 KB 656/1210 KB 192/577 KB 37/37 KB 1708/1822 KB 656/1210 KB 192/577 KB 37/37 KB 1712/1822 KB 656/1210 KB 196/577 KB 37/37 KB 1712/1822 KB 660/1210 KB 196/577 KB 37/37 KB 1712/1822 KB 664/1210 KB 196/577 KB 37/37 KB 1712/1822 KB 668/1210 KB 196/577 KB 37/37 KB 1712/1822 KB 656/1210 KB 200/577 KB 37/37 KB 1716/1822 KB 668/1210 KB 204/577 KB 37/37 KB 1716/1822 KB 668/1210 KB 208/577 KB 37/37 KB 1716/1822 KB 668/1210 KB 212/577 KB 37/37 KB 1716/1822 KB 672/1210 KB 216/577 KB 37/37 KB 1716/1822 KB 672/1210 KB 220/577 KB 37/37 KB 1716/1822 KB 672/1210 KB 224/577 KB 37/37 KB 1716/1822 KB 672/1210 KB 228/577 KB 37/37 KB 1716/1822 KB 672/1210 KB 232/577 KB 37/37 KB 1716/1822 KB 672/1210 KB 236/577 KB 37/37 KB 1716/1822 KB 672/1210 KB 240/577 KB 37/37 KB 1716/1822 KB 672/1210 KB 196/577 KB 37/37 KB 1716/1822 KB 668/1210 KB 240/577 KB 37/37 KB 1720/1822 KB 672/1210 KB 240/577 KB 37/37 KB 1724/1822 KB 672/1210 KB 240/577 KB 37/37 KB 1728/1822 KB 672/1210 KB 240/577 KB 1732/1822 KB 672/1210 KB 240/577 KB 1736/1822 KB 672/1210 KB 240/577 KB 1740/1822 KB 672/1210 KB 240/577 KB 1744/1822 KB 672/1210 KB 208/577 KB 37/37 KB 1716/1822 KB 672/1210 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar (37 KB at 29.3 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 240/577 KB 1744/1822 KB 676/1210 KB 240/577 KB 1744/1822 KB 680/1210 KB 240/577 KB 1744/1822 KB 684/1210 KB 240/577 KB 1744/1822 KB 688/1210 KB 240/577 KB 1744/1822 KB 692/1210 KB 240/577 KB 1748/1822 KB 696/1210 KB 240/577 KB 1748/1822 KB 700/1210 KB 244/577 KB 1748/1822 KB 704/1210 KB 240/577 KB 1748/1822 KB 692/1210 KB 244/577 KB 1752/1822 KB 704/1210 KB 244/577 KB 1756/1822 KB 704/1210 KB 244/577 KB 1760/1822 KB 704/1210 KB 244/577 KB 1764/1822 KB 704/1210 KB 244/577 KB 1768/1822 KB 708/1210 KB 244/577 KB 1772/1822 KB 708/1210 KB 244/577 KB 1776/1822 KB 708/1210 KB 244/577 KB 1780/1822 KB 708/1210 KB 244/577 KB 1784/1822 KB 708/1210 KB 244/577 KB 1788/1822 KB 708/1210 KB 244/577 KB 1792/1822 KB 708/1210 KB 244/577 KB 1796/1822 KB 708/1210 KB 244/577 KB 1748/1822 KB 700/1210 KB 248/577 KB 1796/1822 KB 708/1210 KB 252/577 KB 1796/1822 KB 708/1210 KB 256/577 KB 1796/1822 KB 708/1210 KB 244/577 KB 1764/1822 KB 708/1210 KB 256/577 KB 1796/1822 KB 712/1210 KB 256/577 KB 1796/1822 KB 716/1210 KB 260/577 KB 1796/1822 KB 720/1210 KB 260/577 KB 1796/1822 KB 716/1210 KB 264/577 KB 1796/1822 KB 720/1210 KB 268/577 KB 1796/1822 KB 720/1210 KB 272/577 KB 1796/1822 KB 720/1210 KB 276/577 KB 1796/1822 KB 720/1210 KB 280/577 KB 1796/1822 KB 724/1210 KB 284/577 KB 1796/1822 KB 724/1210 KB 276/577 KB 1796/1822 KB 724/1210 KB 284/577 KB 1800/1822 KB 728/1210 KB 284/577 KB 1800/1822 KB 732/1210 KB 284/577 KB 1800/1822 KB 736/1210 KB 284/577 KB 1800/1822 KB 740/1210 KB 288/577 KB 1800/1822 KB 744/1210 KB 288/577 KB 1800/1822 KB 748/1210 KB 288/577 KB 1800/1822 KB 752/1210 KB 284/577 KB 1800/1822 KB 724/1210 KB 288/577 KB 1804/1822 KB 752/1210 KB 288/577 KB 1808/1822 KB 752/1210 KB 288/577 KB 1800/1822 KB 740/1210 KB 292/577 KB 1808/1822 KB 752/1210 KB 296/577 KB 1812/1822 KB 752/1210 KB 300/577 KB 1812/1822 KB 752/1210 KB 304/577 KB 1812/1822 KB 752/1210 KB 292/577 KB 1812/1822 KB 752/1210 KB 304/577 KB 1816/1822 KB 752/1210 KB 304/577 KB 1820/1822 KB 752/1210 KB 304/577 KB 1822/1822 KB 752/1210 KB 308/577 KB 1822/1822 KB 752/1210 KB 312/577 KB 1822/1822 KB 756/1210 KB 308/577 KB 1822/1822 KB 756/1210 KB 312/577 KB 1822/1822 KB 760/1210 KB 312/577 KB 1822/1822 KB 764/1210 KB 312/577 KB 1822/1822 KB 768/1210 KB 312/577 KB 1822/1822 KB 772/1210 KB 316/577 KB 1822/1822 KB 776/1210 KB 316/577 KB 1822/1822 KB 780/1210 KB 316/577 KB 1822/1822 KB 784/1210 KB 316/577 KB 1822/1822 KB 788/1210 KB 316/577 KB 1822/1822 KB 792/1210 KB 316/577 KB 1822/1822 KB 772/1210 KB 320/577 KB 1822/1822 KB 792/1210 KB 324/577 KB 1822/1822 KB 792/1210 KB 328/577 KB 1822/1822 KB 792/1210 KB 332/577 KB 1822/1822 KB 792/1210 KB 336/577 KB 1822/1822 KB 792/1210 KB 340/577 KB 1822/1822 KB 792/1210 KB 344/577 KB 1822/1822 KB 792/1210 KB 348/577 KB 1822/1822 KB 796/1210 KB 352/577 KB 1822/1822 KB 796/1210 KB 344/577 KB 1822/1822 KB 796/1210 KB 352/577 KB 1822/1822 KB 800/1210 KB 356/577 KB 1822/1822 KB 800/1210 KB 360/577 KB 804/1210 KB 364/577 KB 804/1210 KB 368/577 KB 804/1210 KB 372/577 KB 804/1210 KB 376/577 KB 804/1210 KB 380/577 KB 804/1210 KB 384/577 KB 804/1210 KB 388/577 KB 804/1210 KB 392/577 KB 804/1210 KB 356/577 KB 804/1210 KB 396/577 KB 808/1210 KB 396/577 KB 812/1210 KB 396/577 KB 816/1210 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar (1822 KB at 1433.0 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 396/577 KB 4/1192 KB 816/1210 KB 396/577 KB 8/1192 KB 816/1210 KB 396/577 KB 12/1192 KB 816/1210 KB 396/577 KB 16/1192 KB 816/1210 KB 396/577 KB 20/1192 KB 816/1210 KB 396/577 KB 24/1192 KB 816/1210 KB 396/577 KB 28/1192 KB 816/1210 KB 396/577 KB 32/1192 KB 816/1210 KB 396/577 KB 36/1192 KB 816/1210 KB 396/577 KB 40/1192 KB 816/1210 KB 396/577 KB 44/1192 KB 816/1210 KB 396/577 KB 48/1192 KB 816/1210 KB 396/577 KB 48/1192 KB 820/1210 KB 396/577 KB 52/1192 KB 824/1210 KB 396/577 KB 52/1192 KB 828/1210 KB 396/577 KB 52/1192 KB 832/1210 KB 396/577 KB 52/1192 KB 820/1210 KB 396/577 KB 56/1192 KB 832/1210 KB 396/577 KB 60/1192 KB 832/1210 KB 396/577 KB 64/1192 KB 832/1210 KB 396/577 KB 64/1192 KB 836/1210 KB 396/577 KB 64/1192 KB 840/1210 KB 396/577 KB 64/1192 KB 844/1210 KB 396/577 KB 68/1192 KB 848/1210 KB 396/577 KB 804/1210 KB 400/577 KB 68/1192 KB 848/1210 KB 404/577 KB 68/1192 KB 848/1210 KB 408/577 KB 68/1192 KB 852/1210 KB 396/577 KB 68/1192 KB 844/1210 KB 412/577 KB 72/1192 KB 852/1210 KB 412/577 KB 76/1192 KB 852/1210 KB 412/577 KB 80/1192 KB 852/1210 KB 412/577 KB 84/1192 KB 852/1210 KB 412/577 KB 88/1192 KB 852/1210 KB 412/577 KB 92/1192 KB 852/1210 KB 412/577 KB 96/1192 KB 852/1210 KB 412/577 KB 100/1192 KB 852/1210 KB 412/577 KB 104/1192 KB 852/1210 KB 412/577 KB 108/1192 KB 852/1210 KB 404/577 KB 68/1192 KB 852/1210 KB 412/577 KB 108/1192 KB 4/439 KB 856/1210 KB 412/577 KB 108/1192 KB 4/439 KB 852/1210 KB 412/577 KB 108/1192 KB 8/439 KB 856/1210 KB 412/577 KB 108/1192 KB 12/439 KB 856/1210 KB 412/577 KB 108/1192 KB 16/439 KB 856/1210 KB 412/577 KB 108/1192 KB 20/439 KB 856/1210 KB 412/577 KB 108/1192 KB 24/439 KB 856/1210 KB 412/577 KB 108/1192 KB 28/439 KB 856/1210 KB 412/577 KB 108/1192 KB 32/439 KB 856/1210 KB 412/577 KB 108/1192 KB 36/439 KB 856/1210 KB 412/577 KB 108/1192 KB 40/439 KB 860/1210 KB 412/577 KB 108/1192 KB 44/439 KB 860/1210 KB 412/577 KB 108/1192 KB 48/439 KB 860/1210 KB 412/577 KB 68/1192 KB 852/1210 KB 416/577 KB 108/1192 KB 48/439 KB 860/1210 KB 412/577 KB 108/1192 KB 36/439 KB 860/1210 KB 416/577 KB 108/1192 KB 48/439 KB 864/1210 KB 420/577 KB 108/1192 KB 48/439 KB 864/1210 KB 424/577 KB 108/1192 KB 52/439 KB 868/1210 KB 428/577 KB 108/1192 KB 52/439 KB 868/1210 KB 432/577 KB 112/1192 KB 52/439 KB 868/1210 KB 436/577 KB 112/1192 KB 52/439 KB 868/1210 KB 440/577 KB 112/1192 KB 52/439 KB 868/1210 KB 444/577 KB 112/1192 KB 52/439 KB 868/1210 KB 448/577 KB 112/1192 KB 52/439 KB 868/1210 KB 452/577 KB 112/1192 KB 52/439 KB 868/1210 KB 420/577 KB 108/1192 KB 52/439 KB 868/1210 KB 420/577 KB 108/1192 KB 48/439 KB 868/1210 KB 452/577 KB 112/1192 KB 52/439 KB 872/1210 KB 452/577 KB 112/1192 KB 52/439 KB 876/1210 KB 452/577 KB 112/1192 KB 52/439 KB 880/1210 KB 452/577 KB 112/1192 KB 52/439 KB 884/1210 KB 452/577 KB 112/1192 KB 56/439 KB 888/1210 KB 452/577 KB 112/1192 KB 56/439 KB 892/1210 KB 452/577 KB 112/1192 KB 56/439 KB 896/1210 KB 428/577 KB 112/1192 KB 52/439 KB 868/1210 KB 452/577 KB 116/1192 KB 56/439 KB 896/1210 KB 452/577 KB 120/1192 KB 56/439 KB 896/1210 KB 452/577 KB 124/1192 KB 56/439 KB 896/1210 KB 452/577 KB 128/1192 KB 56/439 KB 896/1210 KB 452/577 KB 132/1192 KB 56/439 KB 896/1210 KB 452/577 KB 136/1192 KB 56/439 KB 900/1210 KB 452/577 KB 140/1192 KB 56/439 KB 900/1210 KB 452/577 KB 144/1192 KB 56/439 KB 900/1210 KB 452/577 KB 112/1192 KB 56/439 KB 884/1210 KB 456/577 KB 144/1192 KB 60/439 KB 900/1210 KB unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 456/577 KB 144/1192 KB 64/439 KB 900/1210 KB 456/577 KB 144/1192 KB 68/439 KB 900/1210 KB 456/577 KB 144/1192 KB 72/439 KB 900/1210 KB 456/577 KB 144/1192 KB 76/439 KB 900/1210 KB 456/577 KB 144/1192 KB 80/439 KB 900/1210 KB 456/577 KB 144/1192 KB 84/439 KB 900/1210 KB 456/577 KB 148/1192 KB 88/439 KB 900/1210 KB 456/577 KB 148/1192 KB 92/439 KB 900/1210 KB 456/577 KB 144/1192 KB 56/439 KB 900/1210 KB 460/577 KB 148/1192 KB 92/439 KB 900/1210 KB 464/577 KB 148/1192 KB 92/439 KB 900/1210 KB 452/577 KB 132/1192 KB 56/439 KB 900/1210 KB 464/577 KB 148/1192 KB 92/439 KB 904/1210 KB 464/577 KB 148/1192 KB 92/439 KB 908/1210 KB 464/577 KB 148/1192 KB 92/439 KB 912/1210 KB 468/577 KB 148/1192 KB 92/439 KB 912/1210 KB 472/577 KB 148/1192 KB 96/439 KB 916/1210 KB 476/577 KB 148/1192 KB 96/439 KB 916/1210 KB 480/577 KB 148/1192 KB 96/439 KB 916/1210 KB 456/577 KB 148/1192 KB 84/439 KB 900/1210 KB 480/577 KB 152/1192 KB 96/439 KB 916/1210 KB 480/577 KB 156/1192 KB 96/439 KB 916/1210 KB 480/577 KB 160/1192 KB 96/439 KB 916/1210 KB 468/577 KB 148/1192 KB 96/439 KB 916/1210 KB 480/577 KB 160/1192 KB 100/439 KB 916/1210 KB 484/577 KB 164/1192 KB 104/439 KB 916/1210 KB 468/577 KB 148/1192 KB 92/439 KB 916/1210 KB 484/577 KB 164/1192 KB 104/439 KB 920/1210 KB 484/577 KB 164/1192 KB 104/439 KB 924/1210 KB 484/577 KB 164/1192 KB 104/439 KB 928/1210 KB 484/577 KB 164/1192 KB 108/439 KB 928/1210 KB 484/577 KB 164/1192 KB 112/439 KB 928/1210 KB 484/577 KB 164/1192 KB 116/439 KB 932/1210 KB 484/577 KB 164/1192 KB 120/439 KB 932/1210 KB 484/577 KB 164/1192 KB 124/439 KB 932/1210 KB 484/577 KB 164/1192 KB 128/439 KB 932/1210 KB 484/577 KB 164/1192 KB 132/439 KB 932/1210 KB 484/577 KB 164/1192 KB 136/439 KB 932/1210 KB 484/577 KB 164/1192 KB 100/439 KB 916/1210 KB 480/577 KB 164/1192 KB 100/439 KB 916/1210 KB 484/577 KB 168/1192 KB 136/439 KB 932/1210 KB 484/577 KB 172/1192 KB 136/439 KB 932/1210 KB 484/577 KB 176/1192 KB 136/439 KB 932/1210 KB 484/577 KB 180/1192 KB 136/439 KB 932/1210 KB 484/577 KB 164/1192 KB 112/439 KB 932/1210 KB 488/577 KB 184/1192 KB 136/439 KB 936/1210 KB 488/577 KB 184/1192 KB 136/439 KB 940/1210 KB 488/577 KB 184/1192 KB 136/439 KB 944/1210 KB 488/577 KB 180/1192 KB 136/439 KB 932/1210 KB 492/577 KB 184/1192 KB 136/439 KB 944/1210 KB 496/577 KB 184/1192 KB 136/439 KB 944/1210 KB 500/577 KB 184/1192 KB 136/439 KB 944/1210 KB 504/577 KB 184/1192 KB 136/439 KB 948/1210 KB 508/577 KB 184/1192 KB 136/439 KB 948/1210 KB 512/577 KB 184/1192 KB 136/439 KB 948/1210 KB 500/577 KB 184/1192 KB 136/439 KB 948/1210 KB 512/577 KB 184/1192 KB 136/439 KB 952/1210 KB 512/577 KB 184/1192 KB 136/439 KB 956/1210 KB 512/577 KB 184/1192 KB 136/439 KB 960/1210 KB 488/577 KB 184/1192 KB 136/439 KB 932/1210 KB 512/577 KB 188/1192 KB 136/439 KB 960/1210 KB 512/577 KB 192/1192 KB 136/439 KB 960/1210 KB 512/577 KB 196/1192 KB 136/439 KB 960/1210 KB 512/577 KB 200/1192 KB 136/439 KB 960/1210 KB 516/577 KB 204/1192 KB 136/439 KB 960/1210 KB 516/577 KB 208/1192 KB 140/439 KB 960/1210 KB 516/577 KB 208/1192 KB 140/439 KB 964/1210 KB 516/577 KB 212/1192 KB 140/439 KB 968/1210 KB 516/577 KB 212/1192 KB 140/439 KB 972/1210 KB 516/577 KB 212/1192 KB 140/439 KB 976/1210 KB 516/577 KB 200/1192 KB 136/439 KB 960/1210 KB 520/577 KB 212/1192 KB 140/439 KB 976/1210 KB 524/577 KB 212/1192 KB 140/439 KB 976/1210 KB 528/577 KB 212/1192 KB 140/439 KB 976/1210 KB 532/577 KB 212/1192 KB 140/439 KB 976/1210 K unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install B 536/577 KB 212/1192 KB 140/439 KB 980/1210 KB 540/577 KB 212/1192 KB 140/439 KB 980/1210 KB 544/577 KB 212/1192 KB 140/439 KB 980/1210 KB 516/577 KB 212/1192 KB 140/439 KB 964/1210 KB 544/577 KB 216/1192 KB 140/439 KB 980/1210 KB 544/577 KB 220/1192 KB 140/439 KB 980/1210 KB 544/577 KB 224/1192 KB 140/439 KB 980/1210 KB 544/577 KB 228/1192 KB 140/439 KB 980/1210 KB 544/577 KB 232/1192 KB 140/439 KB 980/1210 KB 544/577 KB 236/1192 KB 140/439 KB 980/1210 KB 516/577 KB 204/1192 KB 140/439 KB 960/1210 KB 544/577 KB 236/1192 KB 144/439 KB 980/1210 KB 544/577 KB 236/1192 KB 148/439 KB 980/1210 KB 544/577 KB 236/1192 KB 152/439 KB 980/1210 KB 544/577 KB 236/1192 KB 156/439 KB 980/1210 KB 544/577 KB 236/1192 KB 160/439 KB 980/1210 KB 532/577 KB 212/1192 KB 140/439 KB 980/1210 KB 544/577 KB 236/1192 KB 160/439 KB 984/1210 KB 544/577 KB 236/1192 KB 164/439 KB 988/1210 KB 544/577 KB 236/1192 KB 164/439 KB 992/1210 KB 544/577 KB 236/1192 KB 164/439 KB 996/1210 KB 548/577 KB 240/1192 KB 164/439 KB 1000/1210 KB 548/577 KB 240/1192 KB 164/439 KB 1004/1210 KB 548/577 KB 240/1192 KB 164/439 KB 1008/1210 KB 544/577 KB 236/1192 KB 164/439 KB 984/1210 KB 548/577 KB 240/1192 KB 168/439 KB 1008/1210 KB 548/577 KB 240/1192 KB 172/439 KB 1008/1210 KB 548/577 KB 240/1192 KB 176/439 KB 1008/1210 KB 548/577 KB 240/1192 KB 164/439 KB 996/1210 KB 548/577 KB 236/1192 KB 164/439 KB 996/1210 KB 552/577 KB 240/1192 KB 176/439 KB 1008/1210 KB 556/577 KB 240/1192 KB 176/439 KB 1008/1210 KB 560/577 KB 244/1192 KB 180/439 KB 1008/1210 KB 556/577 KB 244/1192 KB 180/439 KB 1008/1210 KB 560/577 KB 4/167 KB 248/1192 KB 180/439 KB 1012/1210 KB 560/577 KB 4/167 KB 252/1192 KB 180/439 KB 1012/1210 KB 560/577 KB 4/167 KB 256/1192 KB 180/439 KB 1012/1210 KB 556/577 KB 240/1192 KB 180/439 KB 1008/1210 KB 560/577 KB 4/167 KB 256/1192 KB 184/439 KB 1012/1210 KB 560/577 KB 4/167 KB 260/1192 KB 184/439 KB 1012/1210 KB 560/577 KB 4/167 KB 264/1192 KB 188/439 KB 1012/1210 KB 560/577 KB 4/167 KB 268/1192 KB 188/439 KB 1012/1210 KB 560/577 KB 4/167 KB 272/1192 KB 188/439 KB 1012/1210 KB 560/577 KB 4/167 KB 244/1192 KB 180/439 KB 1012/1210 KB 560/577 KB 4/167 KB 244/1192 KB 180/439 KB 1008/1210 KB 560/577 KB 8/167 KB 272/1192 KB 188/439 KB 1012/1210 KB 560/577 KB 12/167 KB 272/1192 KB 188/439 KB 1012/1210 KB 560/577 KB 16/167 KB 272/1192 KB 188/439 KB 1012/1210 KB 560/577 KB 20/167 KB 272/1192 KB 188/439 KB 1012/1210 KB 560/577 KB 24/167 KB 272/1192 KB 188/439 KB 1012/1210 KB 560/577 KB 28/167 KB 272/1192 KB 188/439 KB 1012/1210 KB 560/577 KB 32/167 KB 272/1192 KB 188/439 KB 1012/1210 KB 560/577 KB 36/167 KB 272/1192 KB 188/439 KB 1012/1210 KB 560/577 KB 40/167 KB 272/1192 KB 188/439 KB 1012/1210 KB 560/577 KB 44/167 KB 272/1192 KB 188/439 KB 1012/1210 KB 560/577 KB 48/167 KB 272/1192 KB 188/439 KB 1012/1210 KB 560/577 KB 52/167 KB 272/1192 KB 188/439 KB 1012/1210 KB 560/577 KB 4/167 KB 260/1192 KB 188/439 KB 1012/1210 KB 560/577 KB 52/167 KB 272/1192 KB 192/439 KB 1016/1210 KB 560/577 KB 52/167 KB 272/1192 KB 196/439 KB 1016/1210 KB 560/577 KB 52/167 KB 272/1192 KB 188/439 KB 1016/1210 KB 560/577 KB 56/167 KB 272/1192 KB 200/439 KB 1020/1210 KB 560/577 KB 56/167 KB 272/1192 KB 200/439 KB 1024/1210 KB 560/577 KB 56/167 KB 272/1192 KB 200/439 KB 1028/1210 KB 560/577 KB 56/167 KB 272/1192 KB 200/439 KB 1032/1210 KB 560/577 KB 56/167 KB 272/1192 KB 196/439 KB 1016/1210 KB 560/577 KB 60/167 KB 272/1192 KB 200/439 KB 1032/12 unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 10 KB 560/577 KB 64/167 KB 272/1192 KB 200/439 KB 1032/1210 KB 560/577 KB 56/167 KB 272/1192 KB 200/439 KB 1028/1210 KB 560/577 KB 64/167 KB 272/1192 KB 204/439 KB 1032/1210 KB 560/577 KB 64/167 KB 272/1192 KB 208/439 KB 1032/1210 KB 560/577 KB 64/167 KB 272/1192 KB 212/439 KB 1032/1210 KB 564/577 KB 68/167 KB 276/1192 KB 216/439 KB 1036/1210 KB 564/577 KB 68/167 KB 276/1192 KB 212/439 KB 1036/1210 KB 568/577 KB 68/167 KB 276/1192 KB 216/439 KB 1036/1210 KB 572/577 KB 68/167 KB 276/1192 KB 216/439 KB 1036/1210 KB 576/577 KB 68/167 KB 276/1192 KB 216/439 KB 1036/1210 KB 577/577 KB 68/167 KB 276/1192 KB 216/439 KB 1036/1210 KB 560/577 KB 68/167 KB 272/1192 KB 212/439 KB 1032/1210 KB 577/577 KB 72/167 KB 276/1192 KB 216/439 KB 1036/1210 KB 577/577 KB 76/167 KB 276/1192 KB 216/439 KB 1036/1210 KB 577/577 KB 80/167 KB 276/1192 KB 216/439 KB 1036/1210 KB 560/577 KB 68/167 KB 276/1192 KB 212/439 KB 1036/1210 KB 577/577 KB 80/167 KB 280/1192 KB 216/439 KB 1036/1210 KB 577/577 KB 80/167 KB 284/1192 KB 216/439 KB 1036/1210 KB 577/577 KB 80/167 KB 288/1192 KB 216/439 KB 1036/1210 KB 560/577 KB 68/167 KB 272/1192 KB 212/439 KB 1036/1210 KB 577/577 KB 80/167 KB 288/1192 KB 216/439 KB 1040/1210 KB 577/577 KB 80/167 KB 288/1192 KB 216/439 KB 1044/1210 KB 577/577 KB 84/167 KB 288/1192 KB 220/439 KB 1048/1210 KB 577/577 KB 84/167 KB 288/1192 KB 220/439 KB 1052/1210 KB 577/577 KB 84/167 KB 288/1192 KB 220/439 KB 1056/1210 KB 577/577 KB 84/167 KB 288/1192 KB 220/439 KB 1044/1210 KB 577/577 KB 88/167 KB 292/1192 KB 220/439 KB 1056/1210 KB 577/577 KB 92/167 KB 292/1192 KB 220/439 KB 1056/1210 KB 577/577 KB 96/167 KB 292/1192 KB 220/439 KB 1060/1210 KB 577/577 KB 80/167 KB 288/1192 KB 220/439 KB 1044/1210 KB 577/577 KB 96/167 KB 292/1192 KB 224/439 KB 1060/1210 KB 577/577 KB 96/167 KB 292/1192 KB 228/439 KB 1060/1210 KB 577/577 KB 96/167 KB 292/1192 KB 232/439 KB 1060/1210 KB 577/577 KB 96/167 KB 292/1192 KB 236/439 KB 1060/1210 KB 577/577 KB 96/167 KB 292/1192 KB 240/439 KB 1060/1210 KB 577/577 KB 100/167 KB 292/1192 KB 244/439 KB 1060/1210 KB 577/577 KB 100/167 KB 292/1192 KB 248/439 KB 1060/1210 KB 577/577 KB 100/167 KB 292/1192 KB 252/439 KB 1060/1210 KB 577/577 KB 100/167 KB 292/1192 KB 256/439 KB 1060/1210 KB 577/577 KB 100/167 KB 292/1192 KB 260/439 KB 1060/1210 KB 577/577 KB 100/167 KB 292/1192 KB 264/439 KB 1060/1210 KB 100/167 KB 292/1192 KB 268/439 KB 1060/1210 KB 100/167 KB 292/1192 KB 272/439 KB 1060/1210 KB 100/167 KB 292/1192 KB 276/439 KB 1060/1210 KB 577/577 KB 92/167 KB 292/1192 KB 220/439 KB 1060/1210 KB 100/167 KB 292/1192 KB 276/439 KB 1064/1210 KB 100/167 KB 292/1192 KB 276/439 KB 1068/1210 KB 100/167 KB 292/1192 KB 276/439 KB 1072/1210 KB 100/167 KB 292/1192 KB 276/439 KB 1076/1210 KB 100/167 KB 292/1192 KB 276/439 KB 1080/1210 KB 100/167 KB 292/1192 KB 276/439 KB 1084/1210 KB 100/167 KB 292/1192 KB 276/439 KB 1088/1210 KB 577/577 KB 84/167 KB 292/1192 KB 220/439 KB 1056/1210 KB 100/167 KB 296/1192 KB 276/439 KB 1088/1210 KB 100/167 KB 300/1192 KB 276/439 KB 1088/1210 KB 100/167 KB 304/1192 KB 276/439 KB 1088/1210 KB 100/167 KB 308/1192 KB 276/439 KB 1088/1210 KB 100/167 KB 312/1192 KB 276/439 KB 1088/1210 KB 100/167 KB 316/1192 KB 276/439 KB 1088/1210 KB 100/167 KB 320/1192 KB 276/439 KB 1088/1210 KB 100/167 KB 324/1192 KB 276/439 KB 1088/1210 KB 100/167 KB 328/1192 KB 276/439 KB 1088/1210 KB 100/167 KB 332/1192 KB 276/439 KB 1092/1210 KB 100/167 KB 336/1192 KB unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 276/439 KB 1092/1210 KB 100/167 KB 340/1192 KB 276/439 KB 1092/1210 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (577 KB at 430.4 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 577/577 KB 100/167 KB 292/1192 KB 240/439 KB 1060/1210 KB 104/167 KB 340/1192 KB 276/439 KB 1092/1210 KB 108/167 KB 340/1192 KB 276/439 KB 1092/1210 KB 112/167 KB 340/1192 KB 276/439 KB 1092/1210 KB 116/167 KB 340/1192 KB 276/439 KB 1092/1210 KB 120/167 KB 340/1192 KB 276/439 KB 1092/1210 KB 124/167 KB 340/1192 KB 276/439 KB 1092/1210 KB 128/167 KB 340/1192 KB 276/439 KB 1092/1210 KB 132/167 KB 340/1192 KB 276/439 KB 1092/1210 KB 136/167 KB 340/1192 KB 276/439 KB 1092/1210 KB 140/167 KB 340/1192 KB 276/439 KB 1092/1210 KB 144/167 KB 344/1192 KB 280/439 KB 1092/1210 KB 100/167 KB 328/1192 KB 276/439 KB 1092/1210 KB 144/167 KB 344/1192 KB 280/439 KB 1096/1210 KB 144/167 KB 344/1192 KB 280/439 KB 1100/1210 KB 144/167 KB 344/1192 KB 280/439 KB 1104/1210 KB 144/167 KB 344/1192 KB 280/439 KB 1108/1210 KB 148/167 KB 344/1192 KB 280/439 KB 1112/1210 KB 148/167 KB 344/1192 KB 280/439 KB 1116/1210 KB 148/167 KB 344/1192 KB 280/439 KB 1120/1210 KB 140/167 KB 344/1192 KB 280/439 KB 1092/1210 KB 148/167 KB 344/1192 KB 284/439 KB 1120/1210 KB 148/167 KB 344/1192 KB 288/439 KB 1120/1210 KB 140/167 KB 344/1192 KB 276/439 KB 1092/1210 KB 148/167 KB 348/1192 KB 288/439 KB 1120/1210 KB 148/167 KB 352/1192 KB 288/439 KB 1120/1210 KB 148/167 KB 356/1192 KB 288/439 KB 1120/1210 KB 148/167 KB 360/1192 KB 292/439 KB 1120/1210 KB 148/167 KB 364/1192 KB 292/439 KB 1120/1210 KB 148/167 KB 368/1192 KB 292/439 KB 1120/1210 KB 148/167 KB 372/1192 KB 292/439 KB 1120/1210 KB 148/167 KB 376/1192 KB 292/439 KB 1124/1210 KB 3/562 KB 148/167 KB 380/1192 KB 292/439 KB 1124/1210 KB 3/562 KB 148/167 KB 344/1192 KB 280/439 KB 1108/1210 KB 152/167 KB 380/1192 KB 292/439 KB 1124/1210 KB 3/562 KB 156/167 KB 380/1192 KB 292/439 KB 1124/1210 KB 3/562 KB 160/167 KB 380/1192 KB 292/439 KB 1124/1210 KB 3/562 KB 164/167 KB 380/1192 KB 292/439 KB 1124/1210 KB 3/562 KB 167/167 KB 380/1192 KB 292/439 KB 1124/1210 KB 3/562 KB 148/167 KB 372/1192 KB 292/439 KB 1124/1210 KB 3/562 KB 148/167 KB 372/1192 KB 292/439 KB 1120/1210 KB 3/562 KB 167/167 KB 380/1192 KB 292/439 KB 1124/1210 KB 6/562 KB 167/167 KB 380/1192 KB 292/439 KB 1124/1210 KB 9/562 KB 167/167 KB 380/1192 KB 292/439 KB 1124/1210 KB 11/562 KB 167/167 KB 380/1192 KB 292/439 KB 1124/1210 KB 14/562 KB 167/167 KB 380/1192 KB 292/439 KB 1124/1210 KB 16/562 KB 167/167 KB 380/1192 KB 292/439 KB 1124/1210 KB 19/562 KB 148/167 KB 356/1192 KB 292/439 KB 1120/1210 KB 167/167 KB 380/1192 KB 296/439 KB 1124/1210 KB 19/562 KB 167/167 KB 380/1192 KB 300/439 KB 1124/1210 KB 22/562 KB 167/167 KB 380/1192 KB 304/439 KB 1124/1210 KB 22/562 KB 167/167 KB 380/1192 KB 296/439 KB 1124/1210 KB 22/562 KB 167/167 KB 380/1192 KB 304/439 KB 1124/1210 KB 25/562 KB 167/167 KB 380/1192 KB 308/439 KB 1124/1210 KB 25/562 KB 167/167 KB 380/1192 KB 312/439 KB 1128/1210 KB 27/562 KB 167/167 KB 380/1192 KB 316/439 KB 1128/1210 KB 27/562 KB 167/167 KB 384/1192 KB 320/439 KB 1128/1210 KB 27/562 KB 167/167 KB 384/1192 KB 324/439 KB 1128/1210 KB 27/562 KB 384/1192 KB 328/439 KB 1128/1210 KB 27/562 KB 384/1192 KB 332/439 KB 1128/1210 KB 27/562 KB 384/1192 KB 336/439 KB 1128/1210 KB 27/562 KB 167/167 KB 380/1192 KB 308/439 KB 1128/1210 KB 27/562 KB 167/167 KB 380/1192 KB 308/439 KB 1128/1210 KB 25/562 KB 384/1192 KB 336/439 KB 1132/1210 KB 27/562 KB 384/1192 KB 336/439 KB 1136/1210 KB 30/562 KB 384/1192 KB 336/439 KB 1132/1210 KB 30/562 KB 384/1192 KB 336/439 KB 1140/1210 KB 30/562 KB 384/1192 KB unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 336/439 KB 1144/1210 KB 32/562 KB 384/1192 KB 336/439 KB 1148/1210 KB 32/562 KB 384/1192 KB 336/439 KB 1152/1210 KB 32/562 KB 384/1192 KB 336/439 KB 1156/1210 KB 32/562 KB 384/1192 KB 340/439 KB 1160/1210 KB 32/562 KB 384/1192 KB 340/439 KB 1164/1210 KB 32/562 KB 384/1192 KB 340/439 KB 1168/1210 KB 32/562 KB 167/167 KB 384/1192 KB 316/439 KB 1128/1210 KB 27/562 KB 388/1192 KB 340/439 KB 1168/1210 KB 32/562 KB 392/1192 KB 340/439 KB 1168/1210 KB 32/562 KB 396/1192 KB 340/439 KB 1168/1210 KB 32/562 KB 400/1192 KB 340/439 KB 1168/1210 KB 32/562 KB 404/1192 KB 340/439 KB 1168/1210 KB 32/562 KB 408/1192 KB 340/439 KB 1168/1210 KB 32/562 KB 384/1192 KB 340/439 KB 1156/1210 KB 32/562 KB 408/1192 KB 344/439 KB 1168/1210 KB 32/562 KB 384/1192 KB 336/439 KB 1140/1210 KB 32/562 KB 412/1192 KB 344/439 KB 1168/1210 KB 36/562 KB 412/1192 KB 344/439 KB 1168/1210 KB 40/562 KB 412/1192 KB 344/439 KB 1168/1210 KB 44/562 KB 412/1192 KB 344/439 KB 1168/1210 KB 48/562 KB 412/1192 KB 344/439 KB 1168/1210 KB 52/562 KB 412/1192 KB 344/439 KB 1168/1210 KB 32/562 KB 416/1192 KB 348/439 KB 1168/1210 KB 52/562 KB 420/1192 KB 348/439 KB 1172/1210 KB 56/562 KB 424/1192 KB 348/439 KB 1172/1210 KB 56/562 KB 428/1192 KB 348/439 KB 1172/1210 KB 56/562 KB 432/1192 KB 348/439 KB 1172/1210 KB 56/562 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar (167 KB at 122.5 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar unit-oai-hss-0: 16:54:53 DEBUG unit.oai-hss/0.install Fetched 13.6 kB in 0s (24.2 kB/s) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 416/1192 KB 348/439 KB 1172/1210 KB 56/562 KB 432/1192 KB 348/439 KB 1176/1210 KB 56/562 KB 432/1192 KB 348/439 KB 1180/1210 KB 56/562 KB 432/1192 KB 348/439 KB 1184/1210 KB 56/562 KB 416/1192 KB 348/439 KB 1168/1210 KB 56/562 KB 412/1192 KB 348/439 KB 1168/1210 KB 52/562 KB 432/1192 KB 352/439 KB 1184/1210 KB 56/562 KB 432/1192 KB 352/439 KB 1184/1210 KB 60/562 KB 432/1192 KB 352/439 KB 1184/1210 KB 64/562 KB 432/1192 KB 356/439 KB 1184/1210 KB 64/562 KB 432/1192 KB 360/439 KB 1188/1210 KB 64/562 KB 432/1192 KB 364/439 KB 1188/1210 KB 64/562 KB 432/1192 KB 368/439 KB 1188/1210 KB 68/562 KB 432/1192 KB 372/439 KB 1188/1210 KB 68/562 KB 436/1192 KB 3/256 KB 376/439 KB 1188/1210 KB 68/562 KB 432/1192 KB 356/439 KB 1188/1210 KB 64/562 KB 436/1192 KB 3/256 KB 376/439 KB 1192/1210 KB 68/562 KB 436/1192 KB 3/256 KB 372/439 KB 1188/1210 KB 68/562 KB 436/1192 KB 5/256 KB 376/439 KB 1192/1210 KB 68/562 KB 436/1192 KB 372/439 KB 1188/1210 KB 68/562 KB 440/1192 KB 5/256 KB 376/439 KB 1196/1210 KB 68/562 KB 444/1192 KB 5/256 KB 376/439 KB 1196/1210 KB 68/562 KB 448/1192 KB 5/256 KB 376/439 KB 1196/1210 KB 68/562 KB 432/1192 KB 364/439 KB 1188/1210 KB 68/562 KB 448/1192 KB 8/256 KB 376/439 KB 1196/1210 KB 72/562 KB 448/1192 KB 8/256 KB 376/439 KB 1196/1210 KB 76/562 KB 448/1192 KB 8/256 KB 376/439 KB 1196/1210 KB 80/562 KB 448/1192 KB 8/256 KB 376/439 KB 1196/1210 KB 84/562 KB 448/1192 KB 8/256 KB 376/439 KB 1196/1210 KB 88/562 KB 452/1192 KB 8/256 KB 380/439 KB 1196/1210 KB 92/562 KB 448/1192 KB 8/256 KB 376/439 KB 1196/1210 KB 68/562 KB 436/1192 KB 5/256 KB 376/439 KB 1196/1210 KB 68/562 KB 452/1192 KB 8/256 KB 380/439 KB 1200/1210 KB 92/562 KB 452/1192 KB 8/256 KB 380/439 KB 1204/1210 KB 92/562 KB 452/1192 KB 11/256 KB 380/439 KB 1208/1210 KB 92/562 KB 452/1192 KB 11/256 KB 380/439 KB 1210/1210 KB 92/562 KB 452/1192 KB 11/256 KB 380/439 KB 1210/1210 KB 96/562 KB 452/1192 KB 8/256 KB 380/439 KB 1196/1210 KB 88/562 KB 456/1192 KB 11/256 KB 380/439 KB 1210/1210 KB 96/562 KB 460/1192 KB 11/256 KB 380/439 KB 1210/1210 KB 96/562 KB 448/1192 KB 8/256 KB 380/439 KB 1196/1210 KB 88/562 KB 452/1192 KB 11/256 KB 380/439 KB 1204/1210 KB 92/562 KB 460/1192 KB 11/256 KB 384/439 KB 1210/1210 KB 96/562 KB 460/1192 KB 13/256 KB 384/439 KB 1210/1210 KB 96/562 KB 460/1192 KB 16/256 KB 384/439 KB 1210/1210 KB 96/562 KB 460/1192 KB 19/256 KB 384/439 KB 1210/1210 KB 96/562 KB 460/1192 KB 21/256 KB 388/439 KB 1210/1210 KB 100/562 KB 460/1192 KB 19/256 KB 388/439 KB 1210/1210 KB 100/562 KB 464/1192 KB 24/256 KB 388/439 KB 1210/1210 KB 104/562 KB 460/1192 KB 19/256 KB 388/439 KB 1210/1210 KB 96/562 KB 464/1192 KB 24/256 KB 392/439 KB 1210/1210 KB 104/562 KB 464/1192 KB 24/256 KB 388/439 KB 1210/1210 KB 100/562 KB 464/1192 KB 21/256 KB 388/439 KB 1210/1210 KB 100/562 KB 468/1192 KB 24/256 KB 396/439 KB 1210/1210 KB 104/562 KB 472/1192 KB 27/256 KB 396/439 KB 1210/1210 KB 108/562 KB 464/1192 KB 24/256 KB 396/439 KB 1210/1210 KB 104/562 KB 472/1192 KB 27/256 KB 400/439 KB 1210/1210 KB 108/562 KB 468/1192 KB 27/256 KB 396/439 KB 1210/1210 KB 108/562 KB 468/1192 KB 24/256 KB 396/439 KB 1210/1210 KB 108/562 KB 472/1192 KB 27/256 KB 400/439 KB 1210/1210 KB 112/562 KB 472/1192 KB 27/256 KB 404/439 KB 1210/1210 KB 112/562 KB 476/1192 KB 29/256 KB 408/439 KB 1210/1210 KB 116/562 KB 476/1192 KB 29/256 KB 412/439 KB 1210/1210 KB 116/562 KB 476/1192 KB 29/256 KB 416/439 KB 116/562 KB 476/1192 KB unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 29/256 KB 404/439 KB 1210/1210 KB 116/562 KB 480/1192 KB 29/256 KB 416/439 KB 116/562 KB 472/1192 KB 29/256 KB 404/439 KB 1210/1210 KB 116/562 KB 472/1192 KB 29/256 KB 404/439 KB 1210/1210 KB 112/562 KB 480/1192 KB 32/256 KB 416/439 KB 116/562 KB 480/1192 KB 36/256 KB 416/439 KB 116/562 KB 484/1192 KB 40/256 KB 420/439 KB 120/562 KB 484/1192 KB 44/256 KB 420/439 KB 120/562 KB 484/1192 KB 48/256 KB 420/439 KB 120/562 KB 484/1192 KB 52/256 KB 420/439 KB 120/562 KB 484/1192 KB 56/256 KB 420/439 KB 120/562 KB 484/1192 KB 60/256 KB 420/439 KB 120/562 KB 484/1192 KB 64/256 KB 420/439 KB 120/562 KB 484/1192 KB 36/256 KB 420/439 KB 120/562 KB 484/1192 KB 64/256 KB 424/439 KB 120/562 KB 484/1192 KB 64/256 KB 428/439 KB 120/562 KB 484/1192 KB 36/256 KB 416/439 KB 120/562 KB 488/1192 KB 64/256 KB 428/439 KB 120/562 KB 492/1192 KB 64/256 KB 428/439 KB 120/562 KB 496/1192 KB 64/256 KB 428/439 KB 120/562 KB 480/1192 KB 36/256 KB 416/439 KB 120/562 KB 496/1192 KB 64/256 KB 428/439 KB 124/562 KB 496/1192 KB 64/256 KB 428/439 KB 128/562 KB 496/1192 KB 64/256 KB 428/439 KB 132/562 KB 496/1192 KB 64/256 KB 428/439 KB 136/562 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar (1210 KB at 870.8 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 496/1192 KB 64/256 KB 432/439 KB 140/562 KB 496/1192 KB 64/256 KB 432/439 KB 144/562 KB 496/1192 KB 64/256 KB 432/439 KB 136/562 KB 496/1192 KB 64/256 KB 436/439 KB 144/562 KB 500/1192 KB 64/256 KB 439/439 KB 148/562 KB 500/1192 KB 64/256 KB 436/439 KB 148/562 KB 504/1192 KB 64/256 KB 439/439 KB 148/562 KB 508/1192 KB 64/256 KB 439/439 KB 148/562 KB 512/1192 KB 64/256 KB 439/439 KB 148/562 KB 516/1192 KB 68/256 KB 439/439 KB 148/562 KB 520/1192 KB 68/256 KB 439/439 KB 148/562 KB 524/1192 KB 68/256 KB 439/439 KB 148/562 KB 528/1192 KB 68/256 KB 439/439 KB 148/562 KB 532/1192 KB 68/256 KB 439/439 KB 148/562 KB 536/1192 KB 68/256 KB 439/439 KB 148/562 KB 496/1192 KB 64/256 KB 436/439 KB 148/562 KB 536/1192 KB 68/256 KB 439/439 KB 152/562 KB 536/1192 KB 68/256 KB 439/439 KB 156/562 KB 536/1192 KB 68/256 KB 439/439 KB 160/562 KB 512/1192 KB 68/256 KB 439/439 KB 148/562 KB 536/1192 KB 72/256 KB 439/439 KB 160/562 KB 536/1192 KB 76/256 KB 439/439 KB 160/562 KB 536/1192 KB 80/256 KB 439/439 KB 160/562 KB 536/1192 KB 84/256 KB 439/439 KB 160/562 KB 536/1192 KB 88/256 KB 439/439 KB 164/562 KB 536/1192 KB 92/256 KB 439/439 KB 164/562 KB 536/1192 KB 96/256 KB 439/439 KB 164/562 KB 536/1192 KB 84/256 KB 439/439 KB 164/562 KB 536/1192 KB 96/256 KB 439/439 KB 168/562 KB 536/1192 KB 96/256 KB 439/439 KB 172/562 KB 536/1192 KB 96/256 KB 439/439 KB 176/562 KB 536/1192 KB 96/256 KB 439/439 KB 180/562 KB 540/1192 KB 100/256 KB 439/439 KB 184/562 KB 540/1192 KB 100/256 KB 439/439 KB 188/562 KB 540/1192 KB 100/256 KB 192/562 KB 540/1192 KB 100/256 KB 439/439 KB 180/562 KB 540/1192 KB 104/256 KB 192/562 KB 540/1192 KB 108/256 KB 192/562 KB 540/1192 KB 112/256 KB 192/562 KB 540/1192 KB 96/256 KB 439/439 KB 180/562 KB 544/1192 KB 112/256 KB 192/562 KB 544/1192 KB 112/256 KB 4/140 KB 192/562 KB 544/1192 KB 112/256 KB 8/140 KB 192/562 KB 544/1192 KB 112/256 KB 12/140 KB 192/562 KB 544/1192 KB 112/256 KB 16/140 KB 192/562 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (439 KB at 312.9 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 548/1192 KB 112/256 KB 20/140 KB 192/562 KB 552/1192 KB 116/256 KB 20/140 KB 196/562 KB 556/1192 KB 116/256 KB 20/140 KB 196/562 KB 560/1192 KB 116/256 KB 20/140 KB 196/562 KB 564/1192 KB 116/256 KB 20/140 KB 196/562 KB 568/1192 KB 116/256 KB 20/140 KB 196/562 KB 572/1192 KB 116/256 KB 20/140 KB 196/562 KB 576/1192 KB 116/256 KB 20/140 KB 196/562 KB 580/1192 KB 116/256 KB 20/140 KB 196/562 KB 544/1192 KB 112/256 KB 20/140 KB 192/562 KB 580/1192 KB 116/256 KB 24/140 KB 196/562 KB 580/1192 KB 116/256 KB 28/140 KB 196/562 KB 580/1192 KB 116/256 KB 32/140 KB 196/562 KB 580/1192 KB 116/256 KB 36/140 KB 196/562 KB 580/1192 KB 116/256 KB 40/140 KB 196/562 KB 580/1192 KB 116/256 KB 44/140 KB 196/562 KB 580/1192 KB 116/256 KB 48/140 KB 196/562 KB 548/1192 KB 116/256 KB 20/140 KB 196/562 KB 580/1192 KB 120/256 KB 48/140 KB 196/562 KB 548/1192 KB 112/256 KB 20/140 KB 196/562 KB 580/1192 KB 120/256 KB 48/140 KB 200/562 KB 580/1192 KB 120/256 KB 48/140 KB 204/562 KB 580/1192 KB 120/256 KB 48/140 KB 208/562 KB 580/1192 KB 124/256 KB 48/140 KB 208/562 KB 580/1192 KB 128/256 KB 48/140 KB 208/562 KB 580/1192 KB 128/256 KB 48/140 KB 212/562 KB 580/1192 KB 132/256 KB 52/140 KB 216/562 KB 580/1192 KB 132/256 KB 52/140 KB 220/562 KB 580/1192 KB 132/256 KB 52/140 KB 212/562 KB 580/1192 KB 136/256 KB 52/140 KB 220/562 KB 580/1192 KB 140/256 KB 52/140 KB 224/562 KB 580/1192 KB 144/256 KB 52/140 KB 224/562 KB 580/1192 KB 128/256 KB 52/140 KB 212/562 KB 580/1192 KB 144/256 KB 56/140 KB 224/562 KB 580/1192 KB 144/256 KB 60/140 KB 224/562 KB 580/1192 KB 144/256 KB 64/140 KB 224/562 KB 584/1192 KB 144/256 KB 68/140 KB 224/562 KB 584/1192 KB 148/256 KB 72/140 KB 224/562 KB 584/1192 KB 148/256 KB 76/140 KB 224/562 KB 584/1192 KB 148/256 KB 80/140 KB 224/562 KB 580/1192 KB 136/256 KB 52/140 KB 224/562 KB 584/1192 KB 148/256 KB 80/140 KB 228/562 KB 584/1192 KB 148/256 KB 80/140 KB 232/562 KB 584/1192 KB 148/256 KB 80/140 KB 236/562 KB 584/1192 KB 148/256 KB 80/140 KB 240/562 KB 584/1192 KB 148/256 KB 68/140 KB 224/562 KB 584/1192 KB 152/256 KB 80/140 KB 240/562 KB 584/1192 KB 156/256 KB 80/140 KB 240/562 KB 584/1192 KB 160/256 KB 80/140 KB 240/562 KB 584/1192 KB 164/256 KB 80/140 KB 240/562 KB 584/1192 KB 168/256 KB 84/140 KB 244/562 KB 584/1192 KB 144/256 KB 64/140 KB 224/562 KB 588/1192 KB 168/256 KB 84/140 KB 244/562 KB 592/1192 KB 168/256 KB 84/140 KB 244/562 KB 596/1192 KB 168/256 KB 84/140 KB 244/562 KB 600/1192 KB 168/256 KB 84/140 KB 244/562 KB 604/1192 KB 168/256 KB 84/140 KB 244/562 KB 608/1192 KB 168/256 KB 84/140 KB 244/562 KB 584/1192 KB 164/256 KB 84/140 KB 244/562 KB 608/1192 KB 168/256 KB 84/140 KB 248/562 KB 608/1192 KB 168/256 KB 84/140 KB 252/562 KB 608/1192 KB 168/256 KB 84/140 KB 256/562 KB 608/1192 KB 168/256 KB 84/140 KB 260/562 KB 612/1192 KB 172/256 KB 84/140 KB 264/562 KB 612/1192 KB 172/256 KB 84/140 KB 268/562 KB 612/1192 KB 172/256 KB 84/140 KB 270/562 KB 612/1192 KB 172/256 KB 84/140 KB 274/562 KB 612/1192 KB 172/256 KB 84/140 KB 278/562 KB 612/1192 KB 172/256 KB 84/140 KB 282/562 KB 612/1192 KB 172/256 KB 84/140 KB 286/562 KB 612/1192 KB 172/256 KB 84/140 KB 290/562 KB 584/1192 KB 164/256 KB 84/140 KB 240/562 KB 612/1192 KB 172/256 KB 88/140 KB 290/562 KB 612/1192 KB 172/256 KB 92/140 KB 290/562 KB 612/1192 KB 172/256 KB 96/140 KB 290/562 KB 612/1192 KB 172/256 KB 84/140 KB 260/562 KB 612/1192 KB 176/256 KB 96/140 KB 290/562 KB 612/1192 KB 1 unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 68/256 KB 84/140 KB 260/562 KB 616/1192 KB 176/256 KB 96/140 KB 290/562 KB 620/1192 KB 176/256 KB 96/140 KB 290/562 KB 624/1192 KB 176/256 KB 96/140 KB 290/562 KB 628/1192 KB 176/256 KB 100/140 KB 290/562 KB 632/1192 KB 180/256 KB 100/140 KB 290/562 KB 636/1192 KB 180/256 KB 100/140 KB 290/562 KB 640/1192 KB 180/256 KB 100/140 KB 290/562 KB 624/1192 KB 176/256 KB 100/140 KB 290/562 KB 640/1192 KB 180/256 KB 104/140 KB 290/562 KB 640/1192 KB 180/256 KB 108/140 KB 290/562 KB 640/1192 KB 180/256 KB 112/140 KB 290/562 KB 628/1192 KB 180/256 KB 100/140 KB 290/562 KB 640/1192 KB 184/256 KB 112/140 KB 290/562 KB 640/1192 KB 188/256 KB 112/140 KB 290/562 KB 640/1192 KB 192/256 KB 112/140 KB 290/562 KB 640/1192 KB 192/256 KB 112/140 KB 4/1118 KB 290/562 KB 640/1192 KB 192/256 KB 112/140 KB 8/1118 KB 290/562 KB 640/1192 KB 192/256 KB 112/140 KB 12/1118 KB 290/562 KB 640/1192 KB 192/256 KB 112/140 KB 16/1118 KB 290/562 KB 640/1192 KB 192/256 KB 112/140 KB 20/1118 KB 290/562 KB 640/1192 KB 192/256 KB 112/140 KB 24/1118 KB 290/562 KB 640/1192 KB 192/256 KB 112/140 KB 28/1118 KB 290/562 KB 640/1192 KB 192/256 KB 112/140 KB 32/1118 KB 290/562 KB 640/1192 KB 192/256 KB 112/140 KB 36/1118 KB 290/562 KB 640/1192 KB 192/256 KB 112/140 KB 40/1118 KB 290/562 KB 640/1192 KB 192/256 KB 112/140 KB 44/1118 KB 290/562 KB 640/1192 KB 192/256 KB 112/140 KB 48/1118 KB 290/562 KB 640/1192 KB 192/256 KB 112/140 KB 52/1118 KB 290/562 KB 640/1192 KB 192/256 KB 112/140 KB 56/1118 KB 290/562 KB 640/1192 KB 192/256 KB 112/140 KB 60/1118 KB 290/562 KB 640/1192 KB 192/256 KB 112/140 KB 64/1118 KB 290/562 KB 640/1192 KB 192/256 KB 112/140 KB 68/1118 KB 290/562 KB 644/1192 KB 196/256 KB 116/140 KB 72/1118 KB 290/562 KB 644/1192 KB 196/256 KB 116/140 KB 68/1118 KB 290/562 KB 648/1192 KB 196/256 KB 116/140 KB 72/1118 KB 294/562 KB 652/1192 KB 196/256 KB 116/140 KB 72/1118 KB 294/562 KB 656/1192 KB 196/256 KB 116/140 KB 72/1118 KB 294/562 KB 640/1192 KB 196/256 KB 116/140 KB 68/1118 KB 290/562 KB 656/1192 KB 200/256 KB 116/140 KB 76/1118 KB 294/562 KB 640/1192 KB 192/256 KB 116/140 KB 68/1118 KB 290/562 KB 656/1192 KB 200/256 KB 120/140 KB 76/1118 KB 294/562 KB 656/1192 KB 204/256 KB 124/140 KB 76/1118 KB 294/562 KB 656/1192 KB 196/256 KB 116/140 KB 76/1118 KB 294/562 KB 656/1192 KB 204/256 KB 124/140 KB 80/1118 KB 294/562 KB 644/1192 KB 196/256 KB 116/140 KB 72/1118 KB 294/562 KB 656/1192 KB 204/256 KB 124/140 KB 80/1118 KB 298/562 KB 656/1192 KB 204/256 KB 124/140 KB 80/1118 KB 302/562 KB 656/1192 KB 204/256 KB 120/140 KB 76/1118 KB 294/562 KB 656/1192 KB 208/256 KB 124/140 KB 80/1118 KB 302/562 KB 656/1192 KB 212/256 KB 124/140 KB 80/1118 KB 302/562 KB 660/1192 KB 216/256 KB 124/140 KB 84/1118 KB 306/562 KB 660/1192 KB 220/256 KB 128/140 KB 84/1118 KB 306/562 KB 660/1192 KB 224/256 KB 128/140 KB 84/1118 KB 306/562 KB 660/1192 KB 228/256 KB 128/140 KB 84/1118 KB 306/562 KB 660/1192 KB 232/256 KB 128/140 KB 84/1118 KB 306/562 KB 660/1192 KB 236/256 KB 128/140 KB 84/1118 KB 306/562 KB 660/1192 KB 240/256 KB 128/140 KB 84/1118 KB 306/562 KB 660/1192 KB 212/256 KB 124/140 KB 84/1118 KB 306/562 KB 664/1192 KB 240/256 KB 128/140 KB 84/1118 KB 306/562 KB 668/1192 KB 240/256 KB 128/140 KB 84/1118 KB 306/562 KB 672/1192 KB 240/256 KB 128/140 KB 84/1118 KB 306/562 KB 676/1192 KB 240/256 KB 128/140 KB 84/1118 KB 306/562 KB 680/1192 KB 244/256 KB 128/140 KB 84/1118 KB 306/562 KB 684/1192 KB 244/256 KB 128/140 KB unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 84/1118 KB 306/562 KB 688/1192 KB 244/256 KB 128/140 KB 84/1118 KB 306/562 KB 692/1192 KB 244/256 KB 128/140 KB 84/1118 KB 306/562 KB 656/1192 KB 212/256 KB 124/140 KB 84/1118 KB 306/562 KB 656/1192 KB 212/256 KB 124/140 KB 80/1118 KB 306/562 KB 692/1192 KB 244/256 KB 128/140 KB 84/1118 KB 310/562 KB 692/1192 KB 244/256 KB 128/140 KB 84/1118 KB 314/562 KB 692/1192 KB 244/256 KB 128/140 KB 88/1118 KB 318/562 KB 692/1192 KB 244/256 KB 128/140 KB 88/1118 KB 322/562 KB 692/1192 KB 244/256 KB 128/140 KB 88/1118 KB 326/562 KB 692/1192 KB 244/256 KB 128/140 KB 88/1118 KB 330/562 KB 692/1192 KB 244/256 KB 128/140 KB 88/1118 KB 334/562 KB 692/1192 KB 244/256 KB 128/140 KB 88/1118 KB 338/562 KB 692/1192 KB 244/256 KB 128/140 KB 88/1118 KB 342/562 KB 676/1192 KB 244/256 KB 128/140 KB 84/1118 KB 306/562 KB 660/1192 KB 216/256 KB 128/140 KB 84/1118 KB 306/562 KB 696/1192 KB 244/256 KB 132/140 KB 88/1118 KB 342/562 KB 696/1192 KB 244/256 KB 136/140 KB 88/1118 KB 342/562 KB 696/1192 KB 244/256 KB 140/140 KB 88/1118 KB 342/562 KB 696/1192 KB 244/256 KB 140/140 KB 88/1118 KB 342/562 KB 696/1192 KB 248/256 KB 140/140 KB 88/1118 KB 342/562 KB 696/1192 KB 252/256 KB 140/140 KB 88/1118 KB 342/562 KB 696/1192 KB 244/256 KB 128/140 KB 88/1118 KB 342/562 KB 692/1192 KB 244/256 KB 128/140 KB 88/1118 KB 314/562 KB 696/1192 KB 252/256 KB 140/140 KB 92/1118 KB 346/562 KB 696/1192 KB 252/256 KB 140/140 KB 96/1118 KB 346/562 KB 696/1192 KB 252/256 KB 140/140 KB 100/1118 KB 346/562 KB 696/1192 KB 252/256 KB 140/140 KB 104/1118 KB 346/562 KB 696/1192 KB 252/256 KB 140/140 KB 108/1118 KB 346/562 KB 696/1192 KB 252/256 KB 140/140 KB 112/1118 KB 346/562 KB 696/1192 KB 252/256 KB 140/140 KB 116/1118 KB 346/562 KB 696/1192 KB 252/256 KB 140/140 KB 88/1118 KB 346/562 KB 700/1192 KB 256/256 KB 140/140 KB 116/1118 KB 350/562 KB 700/1192 KB 256/256 KB 140/140 KB 116/1118 KB 346/562 KB 704/1192 KB 256/256 KB 140/140 KB 120/1118 KB 350/562 KB 708/1192 KB 256/256 KB 140/140 KB 120/1118 KB 350/562 KB 712/1192 KB 256/256 KB 140/140 KB 120/1118 KB 354/562 KB 716/1192 KB 256/256 KB 140/140 KB 120/1118 KB 354/562 KB 720/1192 KB 256/256 KB 140/140 KB 120/1118 KB 354/562 KB 696/1192 KB 256/256 KB 140/140 KB 116/1118 KB 346/562 KB 720/1192 KB 256/256 KB 140/140 KB 120/1118 KB 354/562 KB 708/1192 KB 256/256 KB 140/140 KB 120/1118 KB 354/562 KB 720/1192 KB 256/256 KB 140/140 KB 120/1118 KB 358/562 KB 720/1192 KB 256/256 KB 140/140 KB 120/1118 KB 362/562 KB 720/1192 KB 256/256 KB 140/140 KB 120/1118 KB 366/562 KB 700/1192 KB 256/256 KB 140/140 KB 120/1118 KB 350/562 KB 720/1192 KB 256/256 KB 140/140 KB 124/1118 KB 366/562 KB 720/1192 KB 256/256 KB 140/140 KB 128/1118 KB 366/562 KB 720/1192 KB 256/256 KB 140/140 KB 132/1118 KB 366/562 KB 720/1192 KB 256/256 KB 140/140 KB 136/1118 KB 366/562 KB 720/1192 KB 256/256 KB 140/140 KB 140/1118 KB 366/562 KB 720/1192 KB 256/256 KB 140/140 KB 144/1118 KB 366/562 KB 720/1192 KB 256/256 KB 148/1118 KB 370/562 KB 724/1192 KB 256/256 KB 152/1118 KB 370/562 KB 724/1192 KB 256/256 KB 156/1118 KB 370/562 KB 724/1192 KB 256/256 KB 160/1118 KB 370/562 KB 724/1192 KB 256/256 KB 164/1118 KB 370/562 KB Downloaded: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar (140 KB at 96.2 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 720/1192 KB 256/256 KB 140/140 KB 144/1118 KB 370/562 KB 724/1192 KB 164/1118 KB 374/562 KB 724/1192 KB 164/1118 KB 378/562 KB 724/1192 KB 164/1118 KB 382/562 KB 724/1192 KB 164/1118 KB 386/562 KB 724/1192 KB 256/256 KB 148/1118 KB 370/562 KB 728/1192 KB 164/1118 KB 386/562 KB 732/1192 KB 164/1118 KB 386/562 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (256 KB at 175.5 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 736/1192 KB 164/1118 KB 386/562 KB 740/1192 KB 164/1118 KB 386/562 KB 744/1192 KB 164/1118 KB 386/562 KB 748/1192 KB 164/1118 KB 386/562 KB 748/1192 KB 164/1118 KB 390/562 KB 748/1192 KB 164/1118 KB 394/562 KB 752/1192 KB 168/1118 KB 398/562 KB 752/1192 KB 168/1118 KB 394/562 KB 748/1192 KB 168/1118 KB 394/562 KB 752/1192 KB 172/1118 KB 398/562 KB 752/1192 KB 176/1118 KB 398/562 KB 756/1192 KB 176/1118 KB 398/562 KB 760/1192 KB 176/1118 KB 402/562 KB 764/1192 KB 176/1118 KB 402/562 KB 768/1192 KB 180/1118 KB 402/562 KB 756/1192 KB 176/1118 KB 402/562 KB 768/1192 KB 180/1118 KB 406/562 KB 768/1192 KB 180/1118 KB 410/562 KB 768/1192 KB 180/1118 KB 414/562 KB 772/1192 KB 180/1118 KB 418/562 KB 772/1192 KB 180/1118 KB 422/562 KB 772/1192 KB 180/1118 KB 426/562 KB 772/1192 KB 180/1118 KB 430/562 KB 764/1192 KB 180/1118 KB 402/562 KB 772/1192 KB 184/1118 KB 430/562 KB 772/1192 KB 188/1118 KB 430/562 KB 772/1192 KB 192/1118 KB 430/562 KB 772/1192 KB 180/1118 KB 414/562 KB 776/1192 KB 192/1118 KB 430/562 KB 4/1461 KB 780/1192 KB 192/1118 KB 4/37 KB 430/562 KB 4/1461 KB 784/1192 KB 192/1118 KB 4/37 KB 430/562 KB 4/1461 KB 776/1192 KB 192/1118 KB 430/562 KB 8/1461 KB 784/1192 KB 192/1118 KB 4/37 KB 430/562 KB 12/1461 KB 784/1192 KB 192/1118 KB 4/37 KB 430/562 KB 16/1461 KB 784/1192 KB 192/1118 KB 4/37 KB 430/562 KB 20/1461 KB 784/1192 KB 192/1118 KB 4/37 KB 430/562 KB 24/1461 KB 784/1192 KB 192/1118 KB 4/37 KB 430/562 KB 4/1461 KB 776/1192 KB 192/1118 KB 4/37 KB 430/562 KB 24/1461 KB 784/1192 KB 192/1118 KB 8/37 KB 430/562 KB 24/1461 KB 784/1192 KB 192/1118 KB 12/37 KB 430/562 KB 24/1461 KB 784/1192 KB 192/1118 KB 16/37 KB 430/562 KB 24/1461 KB 784/1192 KB 192/1118 KB 20/37 KB 430/562 KB 24/1461 KB 784/1192 KB 192/1118 KB 24/37 KB 430/562 KB 24/1461 KB 784/1192 KB 192/1118 KB 28/37 KB 430/562 KB 24/1461 KB 784/1192 KB 192/1118 KB 32/37 KB 430/562 KB 28/1461 KB 784/1192 KB 192/1118 KB 36/37 KB 430/562 KB 28/1461 KB 788/1192 KB 196/1118 KB 37/37 KB 434/562 KB 28/1461 KB 784/1192 KB 192/1118 KB 32/37 KB 430/562 KB 32/1461 KB 788/1192 KB 196/1118 KB 37/37 KB 434/562 KB 36/1461 KB 788/1192 KB 196/1118 KB 37/37 KB 434/562 KB 40/1461 KB 788/1192 KB 196/1118 KB 37/37 KB 434/562 KB 44/1461 KB 788/1192 KB 196/1118 KB 37/37 KB 434/562 KB 48/1461 KB 788/1192 KB 196/1118 KB 37/37 KB 434/562 KB 28/1461 KB 788/1192 KB 196/1118 KB 36/37 KB 434/562 KB 48/1461 KB 788/1192 KB 196/1118 KB 37/37 KB 438/562 KB 48/1461 KB 788/1192 KB 196/1118 KB 37/37 KB 442/562 KB 48/1461 KB 788/1192 KB 196/1118 KB 37/37 KB 446/562 KB 48/1461 KB 788/1192 KB 196/1118 KB 37/37 KB 450/562 KB 52/1461 KB 788/1192 KB 196/1118 KB 37/37 KB 454/562 KB 52/1461 KB 788/1192 KB 196/1118 KB 37/37 KB 458/562 KB 52/1461 KB 788/1192 KB 196/1118 KB 37/37 KB 462/562 KB 28/1461 KB 788/1192 KB 196/1118 KB 36/37 KB 430/562 KB 52/1461 KB 792/1192 KB 196/1118 KB 37/37 KB 462/562 KB 52/1461 KB 796/1192 KB 196/1118 KB 37/37 KB 462/562 KB 52/1461 KB 800/1192 KB 196/1118 KB 37/37 KB 462/562 KB 52/1461 KB 804/1192 KB 196/1118 KB 37/37 KB 462/562 KB 52/1461 KB 808/1192 KB 196/1118 KB 37/37 KB 462/562 KB 52/1461 KB 812/1192 KB 196/1118 KB 37/37 KB 462/562 KB 52/1461 KB 816/1192 KB 196/1118 KB 37/37 KB 462/562 KB 28/1461 KB 784/1192 KB 196/1118 KB 36/37 KB 430/562 KB 52/1461 KB 816/1192 KB 200/1118 KB 37/37 KB 462/562 KB 52/1461 KB 816/1192 KB 204/1118 KB 37/37 KB 462/562 KB 52/1461 KB 816/1192 KB 208/1118 KB 37/37 KB 462/562 KB unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 52/1461 KB 816/1192 KB 212/1118 KB 37/37 KB 462/562 KB 52/1461 KB 816/1192 KB 216/1118 KB 37/37 KB 462/562 KB 52/1461 KB 816/1192 KB 220/1118 KB 37/37 KB 462/562 KB 52/1461 KB 816/1192 KB 224/1118 KB 37/37 KB 462/562 KB 52/1461 KB 788/1192 KB 196/1118 KB 37/37 KB 450/562 KB 56/1461 KB 816/1192 KB 224/1118 KB 37/37 KB 462/562 KB 60/1461 KB 816/1192 KB 224/1118 KB 37/37 KB 462/562 KB 60/1461 KB 820/1192 KB 228/1118 KB 37/37 KB 462/562 KB 64/1461 KB 824/1192 KB 228/1118 KB 37/37 KB 466/562 KB 64/1461 KB 828/1192 KB 228/1118 KB 37/37 KB 466/562 KB 64/1461 KB 832/1192 KB 228/1118 KB 37/37 KB 466/562 KB 60/1461 KB 816/1192 KB 228/1118 KB 37/37 KB 462/562 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar (37 KB at 24.9 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 64/1461 KB 832/1192 KB 232/1118 KB 466/562 KB 64/1461 KB 832/1192 KB 236/1118 KB 466/562 KB 64/1461 KB 832/1192 KB 240/1118 KB 466/562 KB 64/1461 KB 832/1192 KB 244/1118 KB 466/562 KB 64/1461 KB 836/1192 KB 248/1118 KB 466/562 KB 64/1461 KB 836/1192 KB 252/1118 KB 466/562 KB 64/1461 KB 836/1192 KB 256/1118 KB 466/562 KB 64/1461 KB 836/1192 KB 260/1118 KB 466/562 KB 64/1461 KB 836/1192 KB 264/1118 KB 466/562 KB 64/1461 KB 820/1192 KB 228/1118 KB 37/37 KB 466/562 KB 64/1461 KB 836/1192 KB 264/1118 KB 470/562 KB 64/1461 KB 836/1192 KB 264/1118 KB 474/562 KB 64/1461 KB 836/1192 KB 264/1118 KB 478/562 KB 4/46 KB 64/1461 KB 836/1192 KB 264/1118 KB 482/562 KB 4/46 KB 64/1461 KB 836/1192 KB 264/1118 KB 486/562 KB 64/1461 KB 820/1192 KB 228/1118 KB 37/37 KB 462/562 KB 4/46 KB 68/1461 KB 836/1192 KB 264/1118 KB 490/562 KB 4/46 KB 72/1461 KB 836/1192 KB 264/1118 KB 490/562 KB 4/46 KB 76/1461 KB 836/1192 KB 264/1118 KB 490/562 KB 4/46 KB 80/1461 KB 836/1192 KB 264/1118 KB 490/562 KB 4/46 KB 84/1461 KB 836/1192 KB 264/1118 KB 490/562 KB 4/46 KB 88/1461 KB 836/1192 KB 264/1118 KB 490/562 KB 4/46 KB 92/1461 KB 836/1192 KB 264/1118 KB 490/562 KB 4/46 KB 96/1461 KB 836/1192 KB 264/1118 KB 490/562 KB 4/46 KB 64/1461 KB 836/1192 KB 264/1118 KB 478/562 KB 8/46 KB 96/1461 KB 836/1192 KB 268/1118 KB 490/562 KB 12/46 KB 96/1461 KB 836/1192 KB 268/1118 KB 490/562 KB 16/46 KB 96/1461 KB 836/1192 KB 268/1118 KB 490/562 KB 64/1461 KB 836/1192 KB 244/1118 KB 466/562 KB 16/46 KB 96/1461 KB 840/1192 KB 268/1118 KB 490/562 KB 16/46 KB 96/1461 KB 844/1192 KB 268/1118 KB 490/562 KB 16/46 KB 96/1461 KB 848/1192 KB 268/1118 KB 490/562 KB 16/46 KB 96/1461 KB 852/1192 KB 268/1118 KB 490/562 KB 20/46 KB 100/1461 KB 856/1192 KB 268/1118 KB 490/562 KB 20/46 KB 100/1461 KB 860/1192 KB 268/1118 KB 490/562 KB 20/46 KB 100/1461 KB 864/1192 KB 268/1118 KB 490/562 KB 4/46 KB 96/1461 KB 836/1192 KB 268/1118 KB 490/562 KB 20/46 KB 100/1461 KB 864/1192 KB 272/1118 KB 490/562 KB 20/46 KB 100/1461 KB 864/1192 KB 276/1118 KB 490/562 KB 20/46 KB 100/1461 KB 864/1192 KB 280/1118 KB 490/562 KB 20/46 KB 100/1461 KB 864/1192 KB 284/1118 KB 490/562 KB 20/46 KB 100/1461 KB 864/1192 KB 288/1118 KB 490/562 KB 20/46 KB 100/1461 KB 864/1192 KB 292/1118 KB 490/562 KB 20/46 KB 100/1461 KB 868/1192 KB 296/1118 KB 490/562 KB 4/46 KB 64/1461 KB 836/1192 KB 264/1118 KB 490/562 KB 20/46 KB 100/1461 KB 868/1192 KB 296/1118 KB 494/562 KB 20/46 KB 100/1461 KB 868/1192 KB 296/1118 KB 498/562 KB 20/46 KB 100/1461 KB 868/1192 KB 296/1118 KB 502/562 KB 20/46 KB 100/1461 KB 868/1192 KB 296/1118 KB 506/562 KB 20/46 KB 100/1461 KB 868/1192 KB 296/1118 KB 510/562 KB 20/46 KB 100/1461 KB 868/1192 KB 296/1118 KB 514/562 KB 20/46 KB 100/1461 KB 868/1192 KB 296/1118 KB 518/562 KB 20/46 KB 100/1461 KB 868/1192 KB 296/1118 KB 522/562 KB 20/46 KB 100/1461 KB 868/1192 KB 292/1118 KB 490/562 KB 20/46 KB 100/1461 KB 872/1192 KB 300/1118 KB 522/562 KB 20/46 KB 100/1461 KB 876/1192 KB 300/1118 KB 522/562 KB 20/46 KB 100/1461 KB 880/1192 KB 300/1118 KB 522/562 KB 20/46 KB 100/1461 KB 884/1192 KB 300/1118 KB 522/562 KB 20/46 KB 100/1461 KB 852/1192 KB 268/1118 KB 490/562 KB 24/46 KB 100/1461 KB 884/1192 KB 300/1118 KB 526/562 KB 28/46 KB 100/1461 KB 884/1192 KB 300/1118 KB 526/562 KB 32/46 KB 100/1461 KB 884/1192 KB 300/1118 KB 526/562 KB 16/46 KB 100/1461 KB 852/1192 KB 268/1118 KB 490/562 KB 32/46 KB 104/1461 KB 884/1192 KB 300/1118 KB 526 unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install /562 KB 32/46 KB 108/1461 KB 884/1192 KB 300/1118 KB 526/562 KB 32/46 KB 112/1461 KB 884/1192 KB 300/1118 KB 526/562 KB 32/46 KB 116/1461 KB 884/1192 KB 300/1118 KB 526/562 KB 36/46 KB 120/1461 KB 884/1192 KB 300/1118 KB 526/562 KB 36/46 KB 124/1461 KB 884/1192 KB 300/1118 KB 526/562 KB 36/46 KB 128/1461 KB 884/1192 KB 300/1118 KB 526/562 KB 20/46 KB 100/1461 KB 884/1192 KB 300/1118 KB 526/562 KB 20/46 KB 100/1461 KB 868/1192 KB 300/1118 KB 522/562 KB 36/46 KB 128/1461 KB 884/1192 KB 304/1118 KB 526/562 KB 36/46 KB 128/1461 KB 884/1192 KB 308/1118 KB 526/562 KB 36/46 KB 132/1461 KB 888/1192 KB 312/1118 KB 530/562 KB 36/46 KB 132/1461 KB 888/1192 KB 316/1118 KB 530/562 KB 36/46 KB 132/1461 KB 888/1192 KB 320/1118 KB 530/562 KB 36/46 KB 116/1461 KB 884/1192 KB 300/1118 KB 526/562 KB 40/46 KB 132/1461 KB 888/1192 KB 320/1118 KB 530/562 KB 44/46 KB 132/1461 KB 888/1192 KB 320/1118 KB 530/562 KB 46/46 KB 132/1461 KB 888/1192 KB 320/1118 KB 530/562 KB 36/46 KB 132/1461 KB 888/1192 KB 308/1118 KB 530/562 KB 46/46 KB 132/1461 KB 892/1192 KB 320/1118 KB 530/562 KB 46/46 KB 132/1461 KB 896/1192 KB 320/1118 KB 530/562 KB 46/46 KB 132/1461 KB 900/1192 KB 320/1118 KB 530/562 KB 46/46 KB 132/1461 KB 904/1192 KB 324/1118 KB 530/562 KB 46/46 KB 132/1461 KB 908/1192 KB 324/1118 KB 530/562 KB 46/46 KB 132/1461 KB 912/1192 KB 324/1118 KB 530/562 KB 46/46 KB 132/1461 KB 916/1192 KB 324/1118 KB 530/562 KB 36/46 KB 132/1461 KB 884/1192 KB 308/1118 KB 530/562 KB 36/46 KB 128/1461 KB 884/1192 KB 308/1118 KB 530/562 KB 46/46 KB 132/1461 KB 916/1192 KB 324/1118 KB 534/562 KB 46/46 KB 136/1461 KB 916/1192 KB 324/1118 KB 538/562 KB 46/46 KB 136/1461 KB 916/1192 KB 324/1118 KB 542/562 KB 46/46 KB 136/1461 KB 916/1192 KB 324/1118 KB 546/562 KB 46/46 KB 132/1461 KB 900/1192 KB 324/1118 KB 530/562 KB 46/46 KB 136/1461 KB 916/1192 KB 328/1118 KB 550/562 KB 46/46 KB 136/1461 KB 916/1192 KB 332/1118 KB 550/562 KB 46/46 KB 136/1461 KB 916/1192 KB 336/1118 KB 550/562 KB 46/46 KB 136/1461 KB 916/1192 KB 324/1118 KB 534/562 KB 46/46 KB 140/1461 KB 916/1192 KB 336/1118 KB 550/562 KB 46/46 KB 144/1461 KB 916/1192 KB 336/1118 KB 550/562 KB 46/46 KB 148/1461 KB 916/1192 KB 336/1118 KB 550/562 KB 46/46 KB 152/1461 KB 916/1192 KB 336/1118 KB 550/562 KB 46/46 KB 156/1461 KB 916/1192 KB 336/1118 KB 550/562 KB 46/46 KB 160/1461 KB 916/1192 KB 336/1118 KB 550/562 KB 46/46 KB 136/1461 KB 916/1192 KB 332/1118 KB 550/562 KB 46/46 KB 160/1461 KB 916/1192 KB 336/1118 KB 554/562 KB 46/46 KB 160/1461 KB 916/1192 KB 336/1118 KB 558/562 KB 46/46 KB 160/1461 KB 916/1192 KB 340/1118 KB 558/562 KB 46/46 KB 164/1461 KB 920/1192 KB 344/1118 KB 562/562 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar (46 KB at 30.1 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 46/46 KB 160/1461 KB 916/1192 KB 340/1118 KB 562/562 KB 46/46 KB 164/1461 KB 920/1192 KB 340/1118 KB 562/562 KB 164/1461 KB 924/1192 KB 344/1118 KB 562/562 KB 46/46 KB 164/1461 KB 916/1192 KB 340/1118 KB 562/562 KB 168/1461 KB 928/1192 KB 344/1118 KB 562/562 KB 172/1461 KB 928/1192 KB 344/1118 KB 562/562 KB 176/1461 KB 928/1192 KB 348/1118 KB 562/562 KB 172/1461 KB 928/1192 KB 348/1118 KB 562/562 KB 172/1461 KB 928/1192 KB 348/1118 KB 562/562 KB 176/1461 KB 928/1192 KB 352/1118 KB 562/562 KB 176/1461 KB 928/1192 KB 356/1118 KB 562/562 KB 180/1461 KB 932/1192 KB 360/1118 KB 562/562 KB 180/1461 KB 932/1192 KB 364/1118 KB 562/562 KB 180/1461 KB 932/1192 KB 368/1118 KB 562/562 KB 180/1461 KB 932/1192 KB 356/1118 KB 562/562 KB 180/1461 KB 928/1192 KB 356/1118 KB 562/562 KB 184/1461 KB 932/1192 KB 368/1118 KB 562/562 KB 188/1461 KB 936/1192 KB 368/1118 KB 562/562 KB 192/1461 KB 936/1192 KB 368/1118 KB 562/562 KB 196/1461 KB 936/1192 KB 368/1118 KB 562/562 KB 200/1461 KB 936/1192 KB 368/1118 KB 562/562 KB 204/1461 KB 936/1192 KB 368/1118 KB 562/562 KB 184/1461 KB 936/1192 KB 368/1118 KB 562/562 KB 204/1461 KB 940/1192 KB 372/1118 KB 562/562 KB 204/1461 KB 944/1192 KB 372/1118 KB 562/562 KB 204/1461 KB 948/1192 KB 372/1118 KB 562/562 KB 208/1461 KB 952/1192 KB 372/1118 KB 208/1461 KB 956/1192 KB 372/1118 KB 208/1461 KB 960/1192 KB 372/1118 KB 208/1461 KB 964/1192 KB 372/1118 KB 208/1461 KB 968/1192 KB 372/1118 KB 208/1461 KB 972/1192 KB 372/1118 KB 208/1461 KB 976/1192 KB 372/1118 KB 204/1461 KB 936/1192 KB 372/1118 KB 562/562 KB 208/1461 KB 976/1192 KB 376/1118 KB 208/1461 KB 976/1192 KB 380/1118 KB 208/1461 KB 976/1192 KB 384/1118 KB 208/1461 KB 4/287 KB 976/1192 KB 384/1118 KB 208/1461 KB 8/287 KB 976/1192 KB 384/1118 KB 208/1461 KB 12/287 KB 976/1192 KB 384/1118 KB 208/1461 KB 16/287 KB 976/1192 KB 384/1118 KB 208/1461 KB 948/1192 KB 372/1118 KB 212/1461 KB 16/287 KB 976/1192 KB 384/1118 KB 216/1461 KB 20/287 KB 976/1192 KB 388/1118 KB Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (562 KB at 370.6 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 212/1461 KB 20/287 KB 976/1192 KB 388/1118 KB 216/1461 KB 20/287 KB 976/1192 KB 392/1118 KB 220/1461 KB 20/287 KB 976/1192 KB 396/1118 KB 220/1461 KB 20/287 KB 976/1192 KB 400/1118 KB 212/1461 KB 20/287 KB 976/1192 KB 384/1118 KB 220/1461 KB 24/287 KB 976/1192 KB 400/1118 KB 220/1461 KB 28/287 KB 976/1192 KB 400/1118 KB 220/1461 KB 32/287 KB 976/1192 KB 400/1118 KB 220/1461 KB 36/287 KB 976/1192 KB 400/1118 KB 220/1461 KB 40/287 KB 976/1192 KB 400/1118 KB 220/1461 KB 44/287 KB 976/1192 KB 400/1118 KB 220/1461 KB 48/287 KB 976/1192 KB 400/1118 KB 220/1461 KB 52/287 KB 976/1192 KB 400/1118 KB 220/1461 KB 56/287 KB 980/1192 KB 404/1118 KB 220/1461 KB 60/287 KB 980/1192 KB 404/1118 KB 220/1461 KB 64/287 KB 980/1192 KB 404/1118 KB 220/1461 KB 68/287 KB 980/1192 KB 404/1118 KB 220/1461 KB 20/287 KB 976/1192 KB 392/1118 KB 224/1461 KB 68/287 KB 980/1192 KB 404/1118 KB 228/1461 KB 68/287 KB 980/1192 KB 404/1118 KB 232/1461 KB 68/287 KB 980/1192 KB 404/1118 KB 236/1461 KB 68/287 KB 980/1192 KB 404/1118 KB 240/1461 KB 68/287 KB 980/1192 KB 404/1118 KB 244/1461 KB 68/287 KB 980/1192 KB 404/1118 KB 248/1461 KB 72/287 KB 980/1192 KB 404/1118 KB 220/1461 KB 52/287 KB 980/1192 KB 404/1118 KB 248/1461 KB 72/287 KB 980/1192 KB 408/1118 KB 248/1461 KB 72/287 KB 980/1192 KB 412/1118 KB 248/1461 KB 72/287 KB 980/1192 KB 416/1118 KB 220/1461 KB 52/287 KB 980/1192 KB 400/1118 KB 248/1461 KB 72/287 KB 984/1192 KB 416/1118 KB 248/1461 KB 72/287 KB 988/1192 KB 416/1118 KB 248/1461 KB 72/287 KB 992/1192 KB 416/1118 KB 248/1461 KB 72/287 KB 996/1192 KB 416/1118 KB 252/1461 KB 72/287 KB 1000/1192 KB 420/1118 KB 252/1461 KB 72/287 KB 1004/1192 KB 420/1118 KB 252/1461 KB 72/287 KB 1008/1192 KB 420/1118 KB 244/1461 KB 72/287 KB 980/1192 KB 404/1118 KB 252/1461 KB 76/287 KB 1008/1192 KB 420/1118 KB 252/1461 KB 80/287 KB 1008/1192 KB 420/1118 KB 252/1461 KB 84/287 KB 1008/1192 KB 420/1118 KB 252/1461 KB 88/287 KB 1008/1192 KB 420/1118 KB 252/1461 KB 92/287 KB 1008/1192 KB 420/1118 KB 252/1461 KB 96/287 KB 1008/1192 KB 420/1118 KB 252/1461 KB 72/287 KB 996/1192 KB 420/1118 KB 256/1461 KB 96/287 KB 1008/1192 KB 420/1118 KB 260/1461 KB 96/287 KB 1008/1192 KB 420/1118 KB 264/1461 KB 96/287 KB 1008/1192 KB 420/1118 KB 268/1461 KB 96/287 KB 1008/1192 KB 420/1118 KB 272/1461 KB 96/287 KB 1012/1192 KB 420/1118 KB 248/1461 KB 72/287 KB 996/1192 KB 420/1118 KB 272/1461 KB 96/287 KB 1012/1192 KB 424/1118 KB 272/1461 KB 96/287 KB 1012/1192 KB 428/1118 KB 272/1461 KB 96/287 KB 1012/1192 KB 432/1118 KB 272/1461 KB 96/287 KB 1012/1192 KB 436/1118 KB 272/1461 KB 96/287 KB 1012/1192 KB 440/1118 KB 272/1461 KB 100/287 KB 1012/1192 KB 444/1118 KB 272/1461 KB 100/287 KB 1012/1192 KB 448/1118 KB 268/1461 KB 96/287 KB 1012/1192 KB 420/1118 KB 272/1461 KB 100/287 KB 1016/1192 KB 448/1118 KB 272/1461 KB 100/287 KB 1020/1192 KB 448/1118 KB 272/1461 KB 100/287 KB 1024/1192 KB 448/1118 KB 276/1461 KB 100/287 KB 1028/1192 KB 448/1118 KB 276/1461 KB 100/287 KB 1032/1192 KB 452/1118 KB 276/1461 KB 100/287 KB 1036/1192 KB 452/1118 KB 276/1461 KB 100/287 KB 1040/1192 KB 452/1118 KB 272/1461 KB 100/287 KB 1012/1192 KB 440/1118 KB 276/1461 KB 104/287 KB 1040/1192 KB 452/1118 KB 276/1461 KB 108/287 KB 1040/1192 KB 452/1118 KB 276/1461 KB 112/287 KB 1040/1192 KB 452/1118 KB 276/1461 KB 116/287 KB 1040/1192 KB 452/1118 KB 276/1461 KB 120/287 KB 1040/1192 KB 452/1118 KB 276/1461 KB 124/287 KB 1040/1192 KB 452/1118 KB 276/1461 KB 128/287 KB 10 unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 40/1192 KB 452/1118 KB 276/1461 KB 132/287 KB 1040/1192 KB 452/1118 KB 276/1461 KB 136/287 KB 1044/1192 KB 452/1118 KB 276/1461 KB 140/287 KB 1044/1192 KB 452/1118 KB 276/1461 KB 144/287 KB 1044/1192 KB 452/1118 KB 276/1461 KB 100/287 KB 1028/1192 KB 452/1118 KB 276/1461 KB 144/287 KB 1044/1192 KB 456/1118 KB 276/1461 KB 144/287 KB 1044/1192 KB 460/1118 KB 276/1461 KB 100/287 KB 1024/1192 KB 448/1118 KB 280/1461 KB 144/287 KB 1044/1192 KB 460/1118 KB 284/1461 KB 144/287 KB 1044/1192 KB 460/1118 KB 288/1461 KB 144/287 KB 1044/1192 KB 460/1118 KB 292/1461 KB 144/287 KB 1044/1192 KB 460/1118 KB 296/1461 KB 144/287 KB 1044/1192 KB 464/1118 KB 300/1461 KB 144/287 KB 1044/1192 KB 464/1118 KB 304/1461 KB 144/287 KB 1044/1192 KB 464/1118 KB 276/1461 KB 132/287 KB 1044/1192 KB 452/1118 KB 304/1461 KB 144/287 KB 1048/1192 KB 464/1118 KB 304/1461 KB 144/287 KB 1052/1192 KB 464/1118 KB 308/1461 KB 144/287 KB 1056/1192 KB 464/1118 KB 292/1461 KB 144/287 KB 1044/1192 KB 464/1118 KB 308/1461 KB 144/287 KB 1056/1192 KB 468/1118 KB 308/1461 KB 144/287 KB 1056/1192 KB 472/1118 KB 308/1461 KB 144/287 KB 1056/1192 KB 476/1118 KB 308/1461 KB 144/287 KB 1056/1192 KB 480/1118 KB 308/1461 KB 144/287 KB 1056/1192 KB 484/1118 KB 308/1461 KB 148/287 KB 1060/1192 KB 488/1118 KB 308/1461 KB 148/287 KB 1060/1192 KB 492/1118 KB 308/1461 KB 148/287 KB 1060/1192 KB 496/1118 KB 308/1461 KB 144/287 KB 1052/1192 KB 464/1118 KB 312/1461 KB 148/287 KB 1060/1192 KB 496/1118 KB 316/1461 KB 148/287 KB 1060/1192 KB 496/1118 KB 320/1461 KB 148/287 KB 1060/1192 KB 496/1118 KB 324/1461 KB 148/287 KB 1060/1192 KB 496/1118 KB 328/1461 KB 148/287 KB 1060/1192 KB 496/1118 KB 332/1461 KB 148/287 KB 1060/1192 KB 496/1118 KB 336/1461 KB 148/287 KB 1060/1192 KB 496/1118 KB 308/1461 KB 148/287 KB 1060/1192 KB 484/1118 KB 336/1461 KB 152/287 KB 1060/1192 KB 496/1118 KB 336/1461 KB 156/287 KB 1060/1192 KB 496/1118 KB 336/1461 KB 160/287 KB 1060/1192 KB 496/1118 KB 336/1461 KB 164/287 KB 1060/1192 KB 496/1118 KB 340/1461 KB 168/287 KB 1060/1192 KB 500/1118 KB 340/1461 KB 172/287 KB 1060/1192 KB 500/1118 KB 340/1461 KB 176/287 KB 1060/1192 KB 500/1118 KB 308/1461 KB 144/287 KB 1060/1192 KB 484/1118 KB 340/1461 KB 176/287 KB 1064/1192 KB 500/1118 KB 340/1461 KB 176/287 KB 1068/1192 KB 500/1118 KB 340/1461 KB 176/287 KB 1072/1192 KB 500/1118 KB 340/1461 KB 176/287 KB 1076/1192 KB 500/1118 KB 340/1461 KB 176/287 KB 1080/1192 KB 500/1118 KB 340/1461 KB 176/287 KB 1084/1192 KB 500/1118 KB 340/1461 KB 176/287 KB 1088/1192 KB 500/1118 KB 340/1461 KB 176/287 KB 1092/1192 KB 500/1118 KB 340/1461 KB 180/287 KB 1096/1192 KB 500/1118 KB 340/1461 KB 180/287 KB 1100/1192 KB 500/1118 KB 340/1461 KB 180/287 KB 1104/1192 KB 500/1118 KB 340/1461 KB 164/287 KB 1060/1192 KB 500/1118 KB 340/1461 KB 180/287 KB 1104/1192 KB 504/1118 KB 340/1461 KB 180/287 KB 1104/1192 KB 508/1118 KB 340/1461 KB 180/287 KB 1104/1192 KB 512/1118 KB 340/1461 KB 164/287 KB 1060/1192 KB 496/1118 KB 344/1461 KB 180/287 KB 1104/1192 KB 512/1118 KB 348/1461 KB 180/287 KB 1104/1192 KB 516/1118 KB 352/1461 KB 180/287 KB 1104/1192 KB 516/1118 KB 356/1461 KB 180/287 KB 1104/1192 KB 516/1118 KB 360/1461 KB 180/287 KB 1108/1192 KB 516/1118 KB 364/1461 KB 180/287 KB 1108/1192 KB 516/1118 KB 368/1461 KB 180/287 KB 1108/1192 KB 516/1118 KB 340/1461 KB 180/287 KB 1092/1192 KB 500/1118 KB 368/1461 KB 184/287 KB 1108/1192 KB 516/1118 KB 368/1461 KB 188/287 KB 1108/1192 KB 516/1118 KB 368/1461 KB 192/287 unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install KB 1108/1192 KB 516/1118 KB 356/1461 KB 180/287 KB 1108/1192 KB 516/1118 KB 372/1461 KB 192/287 KB 1112/1192 KB 516/1118 KB 372/1461 KB 192/287 KB 1116/1192 KB 516/1118 KB 372/1461 KB 192/287 KB 1120/1192 KB 516/1118 KB 344/1461 KB 180/287 KB 1104/1192 KB 516/1118 KB 372/1461 KB 192/287 KB 1120/1192 KB 520/1118 KB 372/1461 KB 192/287 KB 1120/1192 KB 524/1118 KB 372/1461 KB 192/287 KB 1120/1192 KB 528/1118 KB 372/1461 KB 192/287 KB 1120/1192 KB 532/1118 KB 372/1461 KB 192/287 KB 1120/1192 KB 536/1118 KB 372/1461 KB 192/287 KB 1120/1192 KB 540/1118 KB 372/1461 KB 192/287 KB 1120/1192 KB 544/1118 KB 372/1461 KB 192/287 KB 1120/1192 KB 548/1118 KB 372/1461 KB 192/287 KB 1124/1192 KB 552/1118 KB 372/1461 KB 192/287 KB 1124/1192 KB 556/1118 KB 372/1461 KB 192/287 KB 1124/1192 KB 560/1118 KB 372/1461 KB 192/287 KB 1108/1192 KB 516/1118 KB 376/1461 KB 192/287 KB 1124/1192 KB 560/1118 KB 380/1461 KB 192/287 KB 1124/1192 KB 560/1118 KB 384/1461 KB 192/287 KB 1124/1192 KB 560/1118 KB 388/1461 KB 192/287 KB 1124/1192 KB 560/1118 KB 392/1461 KB 192/287 KB 1124/1192 KB 564/1118 KB 396/1461 KB 192/287 KB 1124/1192 KB 564/1118 KB 400/1461 KB 192/287 KB 1124/1192 KB 564/1118 KB 404/1461 KB 196/287 KB 1124/1192 KB 564/1118 KB 408/1461 KB 196/287 KB 1124/1192 KB 564/1118 KB 412/1461 KB 196/287 KB 1124/1192 KB 564/1118 KB 416/1461 KB 196/287 KB 1124/1192 KB 564/1118 KB 420/1461 KB 196/287 KB 1124/1192 KB 564/1118 KB 372/1461 KB 192/287 KB 1124/1192 KB 548/1118 KB 420/1461 KB 196/287 KB 1128/1192 KB 564/1118 KB 420/1461 KB 196/287 KB 1132/1192 KB 564/1118 KB 420/1461 KB 196/287 KB 1136/1192 KB 564/1118 KB 420/1461 KB 196/287 KB 1140/1192 KB 564/1118 KB 420/1461 KB 196/287 KB 1144/1192 KB 564/1118 KB 420/1461 KB 196/287 KB 1148/1192 KB 564/1118 KB 400/1461 KB 196/287 KB 1124/1192 KB 564/1118 KB 420/1461 KB 200/287 KB 1148/1192 KB 564/1118 KB 420/1461 KB 204/287 KB 1148/1192 KB 564/1118 KB 420/1461 KB 208/287 KB 1148/1192 KB 564/1118 KB 420/1461 KB 212/287 KB 1148/1192 KB 564/1118 KB 420/1461 KB 216/287 KB 1148/1192 KB 564/1118 KB 420/1461 KB 220/287 KB 1148/1192 KB 564/1118 KB 420/1461 KB 224/287 KB 1148/1192 KB 564/1118 KB 420/1461 KB 228/287 KB 1148/1192 KB 564/1118 KB 420/1461 KB 232/287 KB 1148/1192 KB 564/1118 KB 388/1461 KB 192/287 KB 1124/1192 KB 564/1118 KB 420/1461 KB 232/287 KB 1152/1192 KB 568/1118 KB 420/1461 KB 232/287 KB 1152/1192 KB 572/1118 KB 420/1461 KB 232/287 KB 1152/1192 KB 576/1118 KB 420/1461 KB 232/287 KB 1152/1192 KB 564/1118 KB 420/1461 KB 236/287 KB 1152/1192 KB 580/1118 KB 420/1461 KB 236/287 KB 1156/1192 KB 584/1118 KB 420/1461 KB 236/287 KB 1156/1192 KB 588/1118 KB 420/1461 KB 236/287 KB 1156/1192 KB 592/1118 KB 420/1461 KB 236/287 KB 1152/1192 KB 576/1118 KB 420/1461 KB 240/287 KB 1156/1192 KB 592/1118 KB 420/1461 KB 244/287 KB 1156/1192 KB 592/1118 KB 420/1461 KB 248/287 KB 1156/1192 KB 592/1118 KB 420/1461 KB 252/287 KB 1156/1192 KB 592/1118 KB 420/1461 KB 256/287 KB 1156/1192 KB 592/1118 KB 424/1461 KB 260/287 KB 1156/1192 KB 592/1118 KB 424/1461 KB 264/287 KB 1156/1192 KB 596/1118 KB 424/1461 KB 268/287 KB 1156/1192 KB 596/1118 KB 424/1461 KB 272/287 KB 1156/1192 KB 596/1118 KB 424/1461 KB 276/287 KB 1156/1192 KB 596/1118 KB 420/1461 KB 236/287 KB 1156/1192 KB 580/1118 KB 424/1461 KB 276/287 KB 1160/1192 KB 596/1118 KB 424/1461 KB 276/287 KB 1164/1192 KB 596/1118 KB 424/1461 KB 276/287 KB 1168/1192 KB 596/1118 KB 424/1461 KB 276/287 KB 1172/1192 KB 596/1118 KB 424/1461 KB unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 276/287 KB 1176/1192 KB 596/1118 KB 424/1461 KB 276/287 KB 1180/1192 KB 596/1118 KB 424/1461 KB 276/287 KB 1184/1192 KB 596/1118 KB 424/1461 KB 276/287 KB 1188/1192 KB 596/1118 KB 424/1461 KB 276/287 KB 1192/1192 KB 596/1118 KB 424/1461 KB 276/287 KB 1192/1192 KB 596/1118 KB 424/1461 KB 260/287 KB 1156/1192 KB 596/1118 KB 424/1461 KB 276/287 KB 1192/1192 KB 600/1118 KB 424/1461 KB 276/287 KB 1192/1192 KB 604/1118 KB 424/1461 KB 276/287 KB 1192/1192 KB 608/1118 KB 424/1461 KB 256/287 KB 1156/1192 KB 592/1118 KB 428/1461 KB 276/287 KB 1192/1192 KB 608/1118 KB 432/1461 KB 276/287 KB 1192/1192 KB 608/1118 KB 436/1461 KB 276/287 KB 1192/1192 KB 608/1118 KB 440/1461 KB 276/287 KB 1192/1192 KB 608/1118 KB 444/1461 KB 276/287 KB 1192/1192 KB 608/1118 KB 448/1461 KB 276/287 KB 1192/1192 KB 612/1118 KB 452/1461 KB 276/287 KB 1192/1192 KB 612/1118 KB 456/1461 KB 280/287 KB 1192/1192 KB 612/1118 KB 460/1461 KB 280/287 KB 1192/1192 KB 612/1118 KB 464/1461 KB 280/287 KB 1192/1192 KB 612/1118 KB 444/1461 KB 276/287 KB 1192/1192 KB 612/1118 KB 464/1461 KB 280/287 KB 1192/1192 KB 616/1118 KB 464/1461 KB 280/287 KB 1192/1192 KB 620/1118 KB 464/1461 KB 280/287 KB 1192/1192 KB 624/1118 KB 452/1461 KB 280/287 KB 1192/1192 KB 612/1118 KB 464/1461 KB 284/287 KB 1192/1192 KB 624/1118 KB 464/1461 KB 287/287 KB 1192/1192 KB 624/1118 KB 464/1461 KB 287/287 KB 1192/1192 KB 628/1118 KB 468/1461 KB 287/287 KB 1192/1192 KB 632/1118 KB 468/1461 KB 287/287 KB 1192/1192 KB 636/1118 KB 468/1461 KB 287/287 KB 1192/1192 KB 640/1118 KB 468/1461 KB 287/287 KB 1192/1192 KB 628/1118 KB 472/1461 KB 287/287 KB 1192/1192 KB 640/1118 KB 476/1461 KB 287/287 KB 1192/1192 KB 640/1118 KB 480/1461 KB 287/287 KB 1192/1192 KB 640/1118 KB 484/1461 KB 287/287 KB 1192/1192 KB 640/1118 KB 488/1461 KB 287/287 KB 1192/1192 KB 644/1118 KB 492/1461 KB 287/287 KB 1192/1192 KB 644/1118 KB 496/1461 KB 287/287 KB 1192/1192 KB 644/1118 KB 484/1461 KB 287/287 KB 1192/1192 KB 644/1118 KB 496/1461 KB 287/287 KB 1192/1192 KB 648/1118 KB 496/1461 KB 287/287 KB 1192/1192 KB 652/1118 KB 496/1461 KB 287/287 KB 1192/1192 KB 656/1118 KB 496/1461 KB 287/287 KB 1192/1192 KB 660/1118 KB 500/1461 KB 287/287 KB 1192/1192 KB 664/1118 KB 500/1461 KB 287/287 KB 1192/1192 KB 668/1118 KB 500/1461 KB 287/287 KB 1192/1192 KB 672/1118 KB 500/1461 KB 287/287 KB 1192/1192 KB 660/1118 KB 504/1461 KB 287/287 KB 1192/1192 KB 672/1118 KB 508/1461 KB 287/287 KB 1192/1192 KB 676/1118 KB 512/1461 KB 287/287 KB 1192/1192 KB 676/1118 KB Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar (287 KB at 181.4 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 504/1461 KB 287/287 KB 1192/1192 KB 676/1118 KB 512/1461 KB 680/1118 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar (1192 KB at 753.2 KB/sec) unit-abot-epc-basic-0: 16:54:53 DEBUG unit.abot-epc-basic/0.install 512/1461 KB 684/1118 KB 512/1461 KB 688/1118 KB 516/1461 KB 688/1118 KB 520/1461 KB 688/1118 KB 524/1461 KB 688/1118 KB 528/1461 KB 688/1118 KB 532/1461 KB 692/1118 KB 536/1461 KB 692/1118 KB 540/1461 KB 692/1118 KB 544/1461 KB 692/1118 KB 528/1461 KB 692/1118 KB 544/1461 KB 696/1118 KB 544/1461 KB 700/1118 KB 544/1461 KB 704/1118 KB 544/1461 KB 708/1118 KB 548/1461 KB 712/1118 KB 548/1461 KB 716/1118 KB 548/1461 KB 720/1118 KB 548/1461 KB 708/1118 KB 552/1461 KB 720/1118 KB 556/1461 KB 720/1118 KB 560/1461 KB 720/1118 KB 564/1461 KB 724/1118 KB 568/1461 KB 724/1118 KB 572/1461 KB 724/1118 KB 576/1461 KB 724/1118 KB 580/1461 KB 724/1118 KB 584/1461 KB 724/1118 KB 588/1461 KB 724/1118 KB 592/1461 KB 724/1118 KB 596/1461 KB 724/1118 KB 560/1461 KB 724/1118 KB 596/1461 KB 728/1118 KB 596/1461 KB 732/1118 KB 596/1461 KB 736/1118 KB 596/1461 KB 740/1118 KB 596/1461 KB 744/1118 KB 596/1461 KB 748/1118 KB 596/1461 KB 752/1118 KB 596/1461 KB 756/1118 KB 600/1461 KB 756/1118 KB 604/1461 KB 756/1118 KB 608/1461 KB 760/1118 KB 604/1461 KB 760/1118 KB 608/1461 KB 764/1118 KB 608/1461 KB 768/1118 KB 612/1461 KB 768/1118 KB 616/1461 KB 772/1118 KB 612/1461 KB 772/1118 KB 616/1461 KB 776/1118 KB 616/1461 KB 780/1118 KB 620/1461 KB 784/1118 KB 620/1461 KB 780/1118 KB 624/1461 KB 784/1118 KB 628/1461 KB 784/1118 KB 632/1461 KB 788/1118 KB 636/1461 KB 788/1118 KB 640/1461 KB 788/1118 KB 644/1461 KB 788/1118 KB 628/1461 KB 788/1118 KB 648/1461 KB 792/1118 KB 648/1461 KB 796/1118 KB 648/1461 KB 800/1118 KB 648/1461 KB 804/1118 KB 648/1461 KB 808/1118 KB 648/1461 KB 812/1118 KB 648/1461 KB 816/1118 KB 648/1461 KB 820/1118 KB 648/1461 KB 824/1118 KB 648/1461 KB 828/1118 KB 648/1461 KB 832/1118 KB 648/1461 KB 836/1118 KB 648/1461 KB 840/1118 KB 648/1461 KB 844/1118 KB 648/1461 KB 808/1118 KB 652/1461 KB 844/1118 KB 656/1461 KB 844/1118 KB 660/1461 KB 844/1118 KB 664/1461 KB 844/1118 KB 668/1461 KB 844/1118 KB 672/1461 KB 844/1118 KB 676/1461 KB 844/1118 KB 680/1461 KB 844/1118 KB 684/1461 KB 848/1118 KB 688/1461 KB 848/1118 KB 680/1461 KB 848/1118 KB 688/1461 KB 852/1118 KB 692/1461 KB 856/1118 KB 692/1461 KB 860/1118 KB 692/1461 KB 864/1118 KB 692/1461 KB 868/1118 KB 692/1461 KB 872/1118 KB 692/1461 KB 876/1118 KB 692/1461 KB 880/1118 KB 692/1461 KB 884/1118 KB 692/1461 KB 852/1118 KB 696/1461 KB 888/1118 KB 700/1461 KB 888/1118 KB 704/1461 KB 888/1118 KB 708/1461 KB 888/1118 KB 712/1461 KB 888/1118 KB 716/1461 KB 888/1118 KB 720/1461 KB 888/1118 KB 724/1461 KB 888/1118 KB 728/1461 KB 888/1118 KB 732/1461 KB 888/1118 KB 736/1461 KB 888/1118 KB 740/1461 KB 888/1118 KB 744/1461 KB 888/1118 KB 748/1461 KB 888/1118 KB 752/1461 KB 888/1118 KB 756/1461 KB 888/1118 KB 760/1461 KB 888/1118 KB 764/1461 KB 888/1118 KB 692/1461 KB 888/1118 KB 764/1461 KB 892/1118 KB 764/1461 KB 896/1118 KB 764/1461 KB 900/1118 KB 764/1461 KB 904/1118 KB 764/1461 KB 908/1118 KB 764/1461 KB 912/1118 KB 764/1461 KB 916/1118 KB 764/1461 KB 920/1118 KB 768/1461 KB 924/1118 KB 768/1461 KB 928/1118 KB 768/1461 KB 920/1118 KB 772/1461 KB 928/1118 KB 776/1461 KB 932/1118 KB 780/1461 KB 932/1118 KB 784/1461 KB 932/1118 KB 772/1461 KB 932/1118 KB 784/1461 KB 936/1118 KB 784/1461 KB 940/1118 KB 784/1461 KB 944/1118 KB 784/1461 KB 948/1118 KB 788/1461 KB 952/1118 KB 788/1461 KB 956/1118 KB 788/1461 KB 960/1118 KB 788/1461 KB 948/1118 KB 792/1461 KB 960/1118 KB 796/1461 KB 960/1118 KB 800/146 unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 1 KB 960/1118 KB 804/1461 KB 960/1118 KB 808/1461 KB 964/1118 KB 812/1461 KB 964/1118 KB 816/1461 KB 964/1118 KB 804/1461 KB 964/1118 KB 816/1461 KB 968/1118 KB 816/1461 KB 972/1118 KB 816/1461 KB 976/1118 KB 816/1461 KB 980/1118 KB 820/1461 KB 984/1118 KB 820/1461 KB 988/1118 KB 820/1461 KB 992/1118 KB 820/1461 KB 980/1118 KB 824/1461 KB 992/1118 KB 828/1461 KB 992/1118 KB 832/1461 KB 992/1118 KB 836/1461 KB 996/1118 KB 840/1461 KB 996/1118 KB 844/1461 KB 996/1118 KB 848/1461 KB 996/1118 KB 852/1461 KB 996/1118 KB 856/1461 KB 996/1118 KB 832/1461 KB 996/1118 KB 856/1461 KB 1000/1118 KB 856/1461 KB 1004/1118 KB 856/1461 KB 1008/1118 KB 856/1461 KB 1012/1118 KB 856/1461 KB 1016/1118 KB 856/1461 KB 1020/1118 KB 856/1461 KB 1024/1118 KB 856/1461 KB 1028/1118 KB 860/1461 KB 1028/1118 KB 864/1461 KB 1028/1118 KB 868/1461 KB 1028/1118 KB 872/1461 KB 1032/1118 KB 876/1461 KB 1032/1118 KB 880/1461 KB 1032/1118 KB 868/1461 KB 1032/1118 KB 880/1461 KB 1036/1118 KB 880/1461 KB 1040/1118 KB 880/1461 KB 1044/1118 KB 884/1461 KB 1048/1118 KB 884/1461 KB 1052/1118 KB 884/1461 KB 1056/1118 KB 884/1461 KB 1044/1118 KB 888/1461 KB 1056/1118 KB 892/1461 KB 1056/1118 KB 896/1461 KB 1060/1118 KB 900/1461 KB 1060/1118 KB 904/1461 KB 1060/1118 KB 908/1461 KB 1060/1118 KB 912/1461 KB 1060/1118 KB 916/1461 KB 1060/1118 KB 920/1461 KB 1060/1118 KB 924/1461 KB 1060/1118 KB 928/1461 KB 1060/1118 KB 932/1461 KB 1060/1118 KB 892/1461 KB 1060/1118 KB 932/1461 KB 1064/1118 KB 932/1461 KB 1068/1118 KB 932/1461 KB 1072/1118 KB 932/1461 KB 1076/1118 KB 932/1461 KB 1080/1118 KB 932/1461 KB 1084/1118 KB 932/1461 KB 1088/1118 KB 932/1461 KB 1092/1118 KB 932/1461 KB 1096/1118 KB 932/1461 KB 1100/1118 KB 932/1461 KB 1104/1118 KB 936/1461 KB 1108/1118 KB 936/1461 KB 1112/1118 KB 936/1461 KB 1116/1118 KB 936/1461 KB 1118/1118 KB 936/1461 KB 1104/1118 KB 940/1461 KB 1118/1118 KB 944/1461 KB 1118/1118 KB 948/1461 KB 1118/1118 KB 952/1461 KB 1118/1118 KB 956/1461 KB 1118/1118 KB 960/1461 KB 1118/1118 KB 964/1461 KB 1118/1118 KB 968/1461 KB 1118/1118 KB 972/1461 KB 1118/1118 KB 976/1461 KB 1118/1118 KB 980/1461 KB 1118/1118 KB 984/1461 KB 1118/1118 KB 988/1461 KB 1118/1118 KB 992/1461 KB 1118/1118 KB 996/1461 KB 1118/1118 KB 1000/1461 KB 1118/1118 KB 1004/1461 KB 1118/1118 KB 1008/1461 KB 1118/1118 KB 1012/1461 KB 1118/1118 KB 1016/1461 KB 1118/1118 KB 1020/1461 KB 1118/1118 KB 1024/1461 KB 1118/1118 KB 1028/1461 KB 1118/1118 KB 1032/1461 KB 1118/1118 KB 1036/1461 KB 1118/1118 KB 1040/1461 KB 1118/1118 KB 1044/1461 KB 1118/1118 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.jar (1118 KB at 681.2 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 1048/1461 KB 1052/1461 KB 1056/1461 KB 1060/1461 KB 1064/1461 KB 1068/1461 KB 1072/1461 KB 1076/1461 KB 1080/1461 KB 1084/1461 KB 1088/1461 KB 1092/1461 KB 1096/1461 KB 1100/1461 KB 1104/1461 KB 1108/1461 KB 1112/1461 KB 1116/1461 KB 1120/1461 KB 1124/1461 KB 1128/1461 KB 1132/1461 KB 1136/1461 KB 1140/1461 KB 1144/1461 KB 1148/1461 KB 1152/1461 KB 1156/1461 KB 1160/1461 KB 1164/1461 KB 1168/1461 KB 1172/1461 KB 1176/1461 KB 1180/1461 KB 1184/1461 KB 1188/1461 KB 1192/1461 KB 1196/1461 KB 1200/1461 KB 1204/1461 KB 1208/1461 KB 1212/1461 KB 1216/1461 KB 1220/1461 KB 1224/1461 KB 1228/1461 KB 1232/1461 KB 1236/1461 KB 1240/1461 KB 1244/1461 KB 1248/1461 KB 1252/1461 KB 1256/1461 KB 1260/1461 KB 1264/1461 KB 1268/1461 KB 1272/1461 KB 1276/1461 KB 1280/1461 KB 1284/1461 KB 1288/1461 KB 1292/1461 KB 1296/1461 KB 1300/1461 KB 1304/1461 KB 1308/1461 KB 1312/1461 KB 1316/1461 KB 1320/1461 KB 1324/1461 KB 1328/1461 KB 1332/1461 KB 1336/1461 KB 1340/1461 KB 1344/1461 KB 1348/1461 KB 1352/1461 KB 1356/1461 KB 1360/1461 KB 1364/1461 KB 1368/1461 KB 1372/1461 KB 1376/1461 KB 1380/1461 KB 1384/1461 KB 1388/1461 KB 1392/1461 KB 1396/1461 KB 1400/1461 KB 1404/1461 KB 1408/1461 KB 1412/1461 KB 1416/1461 KB 1420/1461 KB 1424/1461 KB 1428/1461 KB 1432/1461 KB 1436/1461 KB 1440/1461 KB 1444/1461 KB 1448/1461 KB 1452/1461 KB 1456/1461 KB 1460/1461 KB 1461/1461 KB Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar (1461 KB at 868.6 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (7 KB at 436.9 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (2 KB at 124.4 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (2 KB at 122.2 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (2 KB at 82.7 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 424/424 B Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 31.9 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom unit-oai-hss-0: 16:54:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package virt-what. unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (4 KB at 293.9 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (2 KB at 128.0 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom unit-oai-hss-0: 16:54:54 DEBUG unit.oai-hss/0.install (Reading database ... 78945 files and directories currently installed.) unit-oai-hss-0: 16:54:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (3 KB at 158.1 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 2/2 KB 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2 KB at 131.4 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom unit-oai-hss-0: 16:54:54 DEBUG unit.oai-hss/0.install Unpacking virt-what (1.13-1) ... unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7 KB at 494.6 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (2 KB at 94.2 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (4 KB at 154.6 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (6 KB at 226.1 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (9 KB at 404.7 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 889/889 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 57.9 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (3 KB at 186.4 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3 KB at 210.3 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5 KB at 378.1 KB/sec) unit-oai-hss-0: 16:54:54 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8 KB at 605.7 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 890/890 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 57.9 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (3 KB at 198.7 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 3/16 KB 6/16 KB 9/16 KB 11/16 KB 14/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (16 KB at 1078.5 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 3/149 KB 5/149 KB 8/149 KB 11/149 KB 13/149 KB 16/149 KB 19/149 KB 21/149 KB 24/149 KB 27/149 KB 29/149 KB 32/149 KB 36/149 KB 40/149 KB 44/149 KB 48/149 KB 52/149 KB 56/149 KB 60/149 KB 64/149 KB 68/149 KB 72/149 KB 76/149 KB 80/149 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 80/149 KB 4/6 KB 80/149 KB 6/6 KB 84/149 KB 6/6 KB 88/149 KB 6/6 KB 92/149 KB 6/6 KB 96/149 KB 6/6 KB 100/149 KB 6/6 KB 104/149 KB 6/6 KB 108/149 KB 6/6 KB 112/149 KB 6/6 KB 116/149 KB 6/6 KB 120/149 KB 6/6 KB 124/149 KB 6/6 KB 128/149 KB 6/6 KB 132/149 KB 6/6 KB 136/149 KB 6/6 KB 140/149 KB 6/6 KB 144/149 KB 6/6 KB 148/149 KB 6/6 KB 149/149 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (6 KB at 289.8 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 149/149 KB 4/14 KB 149/149 KB 8/14 KB 149/149 KB 12/14 KB 149/149 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (149 KB at 4230.4 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 3/30 KB 4/21 KB 14/14 KB 5/30 KB 4/21 KB 8/30 KB 4/21 KB 11/30 KB 4/21 KB 13/30 KB 4/21 KB 16/30 KB 4/21 KB 19/30 KB 4/21 KB 21/30 KB 4/21 KB 4/21 KB 14/14 KB 21/30 KB 8/21 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 KB at 474.7 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 21/30 KB 12/21 KB 21/30 KB 16/21 KB 21/30 KB 20/21 KB 21/30 KB 21/21 KB 24/30 KB 21/21 KB 27/30 KB 21/21 KB 29/30 KB 21/21 KB 30/30 KB 21/21 KB 30/30 KB 21/21 KB 4/37 KB 30/30 KB 21/21 KB 8/37 KB 30/30 KB 21/21 KB 12/37 KB 30/30 KB 21/21 KB 16/37 KB 30/30 KB 21/21 KB 20/37 KB 30/30 KB 21/21 KB 24/37 KB 30/30 KB 21/21 KB 28/37 KB 30/30 KB 21/21 KB 32/37 KB 30/30 KB 21/21 KB 36/37 KB 30/30 KB 21/21 KB 37/37 KB 30/30 KB 3/14 KB 21/21 KB 37/37 KB 30/30 KB 5/14 KB 21/21 KB 37/37 KB 30/30 KB 8/14 KB 21/21 KB 37/37 KB 30/30 KB 10/14 KB 37/37 KB 30/30 KB 13/14 KB 37/37 KB 30/30 KB 14/14 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 891.2 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 KB at 450.4 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 KB at 1000.2 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 14/14 KB 3/11 KB 6/11 KB 3/37 KB 9/11 KB 3/37 KB 11/11 KB 3/37 KB 14/14 KB 3/11 KB 3/37 KB 11/11 KB 5/37 KB 4/43 KB 11/11 KB 8/37 KB 4/43 KB 11/11 KB 11/37 KB 4/43 KB 11/11 KB 13/37 KB 4/43 KB 11/11 KB 16/37 KB 4/43 KB 11/11 KB 19/37 KB 4/43 KB 11/11 KB 21/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (14 KB at 297.6 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 4/43 KB 11/11 KB 5/37 KB 8/43 KB 11/11 KB 21/37 KB 12/43 KB 11/11 KB 21/37 KB 16/43 KB 11/11 KB 21/37 KB 20/43 KB 11/11 KB 21/37 KB 24/43 KB 11/11 KB 21/37 KB 28/43 KB 11/11 KB 21/37 KB 32/43 KB 11/11 KB 21/37 KB 36/43 KB 11/11 KB 21/37 KB 36/43 KB 11/11 KB 24/37 KB 36/43 KB 11/11 KB 27/37 KB 36/43 KB 11/11 KB 29/37 KB 40/43 KB 11/11 KB 29/37 KB 43/43 KB 11/11 KB 29/37 KB 43/43 KB 11/11 KB 32/37 KB 43/43 KB 11/11 KB 35/37 KB 43/43 KB 11/11 KB 37/37 KB 43/43 KB 11/11 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (11 KB at 208.4 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 43/43 KB 3/7 KB 37/37 KB 43/43 KB 5/7 KB 37/37 KB 43/43 KB 7/7 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 KB at 794.3 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (37 KB at 697.5 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 3/60 KB 7/7 KB 6/60 KB 7/7 KB 9/60 KB 7/7 KB 11/60 KB 7/7 KB 14/60 KB 7/7 KB 16/60 KB 7/7 KB 19/60 KB 7/7 KB 22/60 KB 7/7 KB 25/60 KB 7/7 KB 27/60 KB 7/7 KB 30/60 KB 7/7 KB 32/60 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (7 KB at 116.7 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 36/60 KB 40/60 KB 44/60 KB 48/60 KB 52/60 KB 56/60 KB 60/60 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (60 KB at 931.7 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 4/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (10 KB at 114.2 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install [INFO] Copying 1 resource unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (2 KB at 97.3 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 KB at 1230.9 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 3/24 KB 5/24 KB 8/24 KB 11/24 KB 13/24 KB 16/24 KB 19/24 KB 21/24 KB 24/24 KB 24/24 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 KB at 1386.3 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (2 KB at 131.8 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (3 KB at 172.5 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (8 KB at 584.8 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (3 KB at 125.6 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom unit-oai-hss-0: 16:54:54 DEBUG unit.oai-hss/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (4 KB at 235.9 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2 KB at 95.9 KB/sec) unit-abot-epc-basic-0: 16:54:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (3 KB at 166.8 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (2 KB at 154.7 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (2 KB at 131.0 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (3 KB at 189.0 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (3 KB at 188.3 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2 KB at 137.5 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (3 KB at 135.1 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (2 KB at 69.7 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (4 KB at 256.5 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 867/867 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom (867 B at 65.1 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom (4 KB at 288.5 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3 KB at 196.4 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 3/19 KB 5/19 KB 8/19 KB 11/19 KB 13/19 KB 16/19 KB 19/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 1298.5 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 692/692 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom (692 B at 37.5 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 688/688 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom (688 B at 42.0 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom (2 KB at 93.4 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB 13/13 KB 4/87 KB 3/48 KB 13/13 KB 8/87 KB 3/156 KB 3/48 KB 13/13 KB 12/87 KB 3/156 KB 3/48 KB 13/13 KB 16/87 KB 3/156 KB 3/48 KB 13/13 KB 20/87 KB 3/156 KB 3/48 KB 13/13 KB 24/87 KB 3/156 KB 3/48 KB 13/13 KB 28/87 KB 3/156 KB 3/48 KB 13/13 KB 32/87 KB 3/156 KB 3/48 KB 13/13 KB 4/87 KB 3/156 KB 3/48 KB 13/13 KB 32/87 KB 6/156 KB 3/48 KB 13/13 KB 32/87 KB 9/156 KB 3/48 KB 13/13 KB 4/87 KB 5/48 KB 13/13 KB 32/87 KB 9/156 KB 8/48 KB 13/13 KB 32/87 KB 9/156 KB 11/48 KB 13/13 KB 32/87 KB 9/156 KB 13/48 KB 13/13 KB 32/87 KB 9/156 KB 16/48 KB 13/13 KB 32/87 KB 9/156 KB 16/48 KB 13/13 KB 32/87 KB 11/156 KB 19/48 KB 13/13 KB 32/87 KB 11/156 KB 19/48 KB 13/13 KB 32/87 KB 14/156 KB 21/48 KB 13/13 KB 32/87 KB 14/156 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 KB at 466.3 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 24/48 KB 4/21 KB 36/87 KB 16/156 KB 24/48 KB 8/21 KB 36/87 KB 16/156 KB 24/48 KB 12/21 KB 36/87 KB 16/156 KB 24/48 KB 16/21 KB 36/87 KB 16/156 KB 24/48 KB 36/87 KB 16/156 KB 24/48 KB 16/21 KB 40/87 KB 16/156 KB 24/48 KB 16/21 KB 44/87 KB 16/156 KB 24/48 KB 16/21 KB 48/87 KB 16/156 KB 24/48 KB 32/87 KB 16/156 KB 24/48 KB 32/87 KB 14/156 KB 24/48 KB 16/21 KB 48/87 KB 19/156 KB 27/48 KB 16/21 KB 48/87 KB 19/156 KB 29/48 KB 16/21 KB 48/87 KB 19/156 KB 29/48 KB 16/21 KB 48/87 KB 22/156 KB 32/48 KB 16/21 KB 48/87 KB 22/156 KB 32/48 KB 16/21 KB 48/87 KB 25/156 KB 36/48 KB 16/21 KB 48/87 KB 25/156 KB 40/48 KB 20/21 KB 52/87 KB 27/156 KB 44/48 KB 20/21 KB 52/87 KB 27/156 KB 48/48 KB 20/21 KB 52/87 KB 27/156 KB 48/48 KB 20/21 KB 52/87 KB 27/156 KB 48/48 KB 3/35 KB 20/21 KB 52/87 KB 27/156 KB 48/48 KB 5/35 KB 20/21 KB 52/87 KB 27/156 KB 48/48 KB 8/35 KB 20/21 KB 52/87 KB 27/156 KB 36/48 KB 20/21 KB 52/87 KB 27/156 KB 48/48 KB 8/35 KB 21/21 KB 52/87 KB 27/156 KB 36/48 KB 16/21 KB 52/87 KB 27/156 KB 48/48 KB 8/35 KB 21/21 KB 56/87 KB 27/156 KB 48/48 KB 8/35 KB 21/21 KB 60/87 KB 27/156 KB 48/48 KB 8/35 KB 21/21 KB 64/87 KB 27/156 KB 36/48 KB 16/21 KB 48/87 KB 27/156 KB 48/48 KB 8/35 KB 21/21 KB 64/87 KB 30/156 KB 48/48 KB 8/35 KB 21/21 KB 64/87 KB 32/156 KB 48/48 KB 8/35 KB 21/21 KB 64/87 KB 36/156 KB 48/48 KB 8/35 KB 21/21 KB 64/87 KB 40/156 KB 48/48 KB 8/35 KB 21/21 KB 68/87 KB 44/156 KB 48/48 KB 8/35 KB 21/21 KB 68/87 KB 48/156 KB 48/48 KB 8/35 KB 21/21 KB 68/87 KB 52/156 KB 11/35 KB 68/87 KB 56/156 KB 11/35 KB 68/87 KB 60/156 KB 11/35 KB 68/87 KB 64/156 KB 48/48 KB 8/35 KB 21/21 KB 68/87 KB 40/156 KB 11/35 KB 72/87 KB 64/156 KB 11/35 KB 76/87 KB 64/156 KB 11/35 KB 80/87 KB 64/156 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 KB at 582.5 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (48 KB at 1229.8 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 48/48 KB 11/35 KB 21/21 KB 68/87 KB 52/156 KB 13/35 KB 84/87 KB 68/156 KB 16/35 KB 84/87 KB 68/156 KB 19/35 KB 84/87 KB 68/156 KB 21/35 KB 84/87 KB 68/156 KB 24/35 KB 84/87 KB 68/156 KB 27/35 KB 84/87 KB 68/156 KB 29/35 KB 84/87 KB 68/156 KB 32/35 KB 84/87 KB 68/156 KB 35/35 KB 84/87 KB 68/156 KB 35/35 KB 84/87 KB 68/156 KB 11/35 KB 84/87 KB 68/156 KB 35/35 KB 84/87 KB 72/156 KB 35/35 KB 84/87 KB 76/156 KB 35/35 KB 84/87 KB 80/156 KB 35/35 KB 84/87 KB 84/156 KB 35/35 KB 84/87 KB 88/156 KB 35/35 KB 84/87 KB 92/156 KB 35/35 KB 84/87 KB 96/156 KB 11/35 KB 84/87 KB 64/156 KB 35/35 KB 87/87 KB 96/156 KB 35/35 KB 87/87 KB 100/156 KB 35/35 KB 87/87 KB 104/156 KB 35/35 KB 87/87 KB 108/156 KB 35/35 KB 87/87 KB 112/156 KB 35/35 KB 87/87 KB 116/156 KB 35/35 KB 87/87 KB 120/156 KB 35/35 KB 87/87 KB 124/156 KB 35/35 KB 87/87 KB 128/156 KB 35/35 KB 87/87 KB 132/156 KB 35/35 KB 87/87 KB 136/156 KB 35/35 KB 87/87 KB 140/156 KB 35/35 KB 87/87 KB 144/156 KB 35/35 KB 87/87 KB 148/156 KB 35/35 KB 87/87 KB 152/156 KB 35/35 KB 87/87 KB 156/156 KB 35/35 KB 4/86 KB 87/87 KB 156/156 KB 4/24 KB 35/35 KB 8/86 KB 87/87 KB 156/156 KB 4/24 KB 35/35 KB 12/86 KB 87/87 KB 156/156 KB 4/24 KB 35/35 KB 16/86 KB 87/87 KB 156/156 KB 4/24 KB 35/35 KB 20/86 KB 87/87 KB 156/156 KB 4/24 KB 35/35 KB 24/86 KB 87/87 KB 156/156 KB 4/24 KB 35/35 KB 28/86 KB 87/87 KB 156/156 KB 4/24 KB 35/35 KB 32/86 KB 87/87 KB 156/156 KB 4/24 KB 35/35 KB 4/86 KB 87/87 KB 156/156 KB 8/24 KB 35/35 KB 32/86 KB 87/87 KB 156/156 KB 12/24 KB 35/35 KB 32/86 KB 87/87 KB 156/156 KB 16/24 KB 35/35 KB 32/86 KB 156/156 KB 20/24 KB 35/35 KB 32/86 KB 156/156 KB 24/24 KB 35/35 KB 32/86 KB 156/156 KB 24/24 KB 35/35 KB 32/86 KB 156/156 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (87 KB at 1400.4 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 24/24 KB 35/35 KB 36/86 KB 156/156 KB 24/24 KB 40/86 KB 156/156 KB 24/24 KB 44/86 KB 156/156 KB 24/24 KB 48/86 KB 156/156 KB 24/24 KB 52/86 KB 156/156 KB 24/24 KB 56/86 KB 156/156 KB 24/24 KB 60/86 KB 156/156 KB 24/24 KB 64/86 KB 156/156 KB 24/24 KB 68/86 KB 156/156 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 KB at 616.6 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 24/24 KB 72/86 KB 156/156 KB 24/24 KB 76/86 KB 156/156 KB 24/24 KB 80/86 KB 156/156 KB 24/24 KB 84/86 KB 156/156 KB 24/24 KB 86/86 KB 156/156 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (24 KB at 393.2 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 4/14 KB 86/86 KB 156/156 KB 8/14 KB 86/86 KB 156/156 KB 12/14 KB 86/86 KB 156/156 KB 14/14 KB 86/86 KB 156/156 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 3/119 KB 14/14 KB 86/86 KB 156/156 KB 5/119 KB 14/14 KB 86/86 KB 156/156 KB 8/119 KB 14/14 KB 86/86 KB 156/156 KB 11/119 KB 14/14 KB 86/86 KB 156/156 KB 13/119 KB 14/14 KB 86/86 KB 156/156 KB 16/119 KB 14/14 KB 86/86 KB 156/156 KB 19/119 KB 14/14 KB 86/86 KB 156/156 KB 21/119 KB 14/14 KB 86/86 KB 156/156 KB 24/119 KB 14/14 KB 86/86 KB 156/156 KB 27/119 KB 14/14 KB 86/86 KB 156/156 KB 29/119 KB 14/14 KB 86/86 KB 156/156 KB 32/119 KB 14/14 KB 86/86 KB 156/156 KB 36/119 KB 14/14 KB 86/86 KB 156/156 KB 40/119 KB 14/14 KB 86/86 KB 44/119 KB 14/14 KB 86/86 KB 48/119 KB 14/14 KB 86/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (156 KB at 2165.1 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 KB at 198.0 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 3/29 KB 48/119 KB 86/86 KB 6/29 KB 48/119 KB 86/86 KB 9/29 KB 48/119 KB 86/86 KB 11/29 KB 48/119 KB 86/86 KB 14/29 KB 48/119 KB 86/86 KB 16/29 KB 48/119 KB 86/86 KB 19/29 KB 48/119 KB 86/86 KB 22/29 KB 48/119 KB 86/86 KB 25/29 KB 48/119 KB 27/29 KB 48/119 KB 29/29 KB 48/119 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (86 KB at 1218.2 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 29/29 KB 52/119 KB 29/29 KB 56/119 KB 29/29 KB 60/119 KB 29/29 KB 64/119 KB 29/29 KB 68/119 KB 29/29 KB 72/119 KB 29/29 KB 76/119 KB 4/37 KB 29/29 KB 76/119 KB 8/37 KB 29/29 KB 76/119 KB 12/37 KB 29/29 KB 76/119 KB 16/37 KB 29/29 KB 76/119 KB 16/37 KB 29/29 KB 4/57 KB 76/119 KB 16/37 KB 29/29 KB 8/57 KB 76/119 KB 16/37 KB 29/29 KB 12/57 KB 76/119 KB 16/37 KB 29/29 KB 16/57 KB 76/119 KB 16/37 KB 29/29 KB 20/57 KB 76/119 KB 16/37 KB 29/29 KB 24/57 KB 76/119 KB 16/37 KB 29/29 KB 28/57 KB 76/119 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 KB at 373.6 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 16/37 KB 32/57 KB 76/119 KB 16/37 KB 36/57 KB 76/119 KB 3/11 KB 16/37 KB 40/57 KB 76/119 KB 3/11 KB 16/37 KB 44/57 KB 76/119 KB 3/11 KB 16/37 KB 48/57 KB 76/119 KB 3/11 KB 16/37 KB 52/57 KB 76/119 KB 3/11 KB 16/37 KB 56/57 KB 76/119 KB 3/11 KB 16/37 KB 57/57 KB 76/119 KB 3/11 KB 16/37 KB 32/57 KB 76/119 KB 3/11 KB 16/37 KB 57/57 KB 76/119 KB 6/11 KB 16/37 KB 57/57 KB 76/119 KB 9/11 KB 16/37 KB 57/57 KB 76/119 KB 11/11 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 20/37 KB 57/57 KB 76/119 KB 11/11 KB 24/37 KB 57/57 KB 76/119 KB 11/11 KB 28/37 KB 57/57 KB 76/119 KB 11/11 KB 32/37 KB 57/57 KB 76/119 KB 11/11 KB 36/37 KB 57/57 KB 76/119 KB 11/11 KB 37/37 KB 57/57 KB 80/119 KB 11/11 KB 36/37 KB 57/57 KB 80/119 KB 11/11 KB 37/37 KB 57/57 KB 84/119 KB 11/11 KB 37/37 KB 57/57 KB 88/119 KB 11/11 KB 37/37 KB 57/57 KB 92/119 KB 11/11 KB 37/37 KB 57/57 KB 96/119 KB 11/11 KB 37/37 KB 57/57 KB 100/119 KB 11/11 KB 37/37 KB 57/57 KB 104/119 KB 11/11 KB 37/37 KB 57/57 KB 108/119 KB 11/11 KB 37/37 KB 57/57 KB 112/119 KB 11/11 KB 37/37 KB 116/119 KB 3/33 KB 37/37 KB 57/57 KB 112/119 KB 3/33 KB 11/11 KB 37/37 KB 116/119 KB 5/33 KB 37/37 KB 116/119 KB 8/33 KB 37/37 KB 116/119 KB 11/33 KB 37/37 KB 116/119 KB 13/33 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (57 KB at 649.2 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (11 KB at 114.1 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 37/37 KB 116/119 KB 16/33 KB 37/37 KB 116/119 KB 20/33 KB 116/119 KB 24/33 KB 116/119 KB 28/33 KB 116/119 KB 32/33 KB 116/119 KB 33/33 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 KB at 401.9 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 119/119 KB 33/33 KB 3/21 KB 119/119 KB 33/33 KB 6/21 KB 119/119 KB 33/33 KB 9/21 KB 119/119 KB 33/33 KB 11/21 KB 3/14 KB 119/119 KB 33/33 KB 14/21 KB 4/5 KB 3/14 KB 119/119 KB 9/21 KB 3/14 KB 119/119 KB 33/33 KB 14/21 KB 4/5 KB 5/14 KB 119/119 KB 14/21 KB 4/5 KB 8/14 KB 119/119 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 KB at 328.0 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install 11/21 KB 4/5 KB 3/14 KB 119/119 KB 33/33 KB 16/21 KB 5/5 KB 8/14 KB 119/119 KB 16/21 KB 4/5 KB 8/14 KB 119/119 KB 16/21 KB 5/5 KB 11/14 KB 119/119 KB 19/21 KB 5/5 KB 13/14 KB 119/119 KB 19/21 KB 5/5 KB 14/14 KB 19/21 KB 5/5 KB 11/14 KB 119/119 KB 21/21 KB 5/5 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (119 KB at 1189.3 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar (5 KB at 42.4 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar (14 KB at 130.6 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar (21 KB at 195.3 KB/sec) unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install [INFO] No sources to compile unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install [INFO] skip non existing resourceDirectory /var/lib/abot-epc-basic/src/test/resources unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:54:55 DEBUG unit.abot-epc-basic/0.install [INFO] Compiling 1 source file to /var/lib/abot-epc-basic/target/test-classes unit-oai-hss-0: 16:54:56 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 16:54:56 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 16:54:56 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 16:54:56 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 16:54:56 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 16:54:56 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 16:54:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:54:56 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 16:54:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:54:56 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom (8 KB at 511.5 KB/sec) unit-oai-hss-0: 16:54:56 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:54:56 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom (2 KB at 122.4 KB/sec) unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom (13 KB at 882.3 KB/sec) unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom (4 KB at 142.8 KB/sec) unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom unit-oai-hss-0: 16:54:56 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 16:54:56 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 16:54:56 DEBUG unit.oai-hss/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-hss-0: 16:54:56 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 16:54:56 DEBUG unit.oai-hss/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-hss-0: 16:54:56 DEBUG unit.oai-hss/0.install libsql-statement-perl unit-oai-hss-0: 16:54:56 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 16:54:56 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 16:54:56 DEBUG unit.oai-hss/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom (4 KB at 207.2 KB/sec) unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (3 KB at 155.0 KB/sec) unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install 3/24 KB 5/24 KB 8/24 KB 11/24 KB 13/24 KB 16/24 KB 19/24 KB 21/24 KB 24/24 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom (24 KB at 1445.2 KB/sec) unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom unit-oai-epc-0: 16:54:56 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 16:54:56 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/x-grub-legacy-ec2 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 KB at 757.4 KB/sec) unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install 2/2 KB 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2 KB at 106.2 KB/sec) unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (2 KB at 123.6 KB/sec) unit-oai-epc-0: 16:54:56 DEBUG unit.oai-epc/0.install Searching for GRUB installation directory ... found: /boot/grub unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (8 KB at 595.0 KB/sec) unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3 KB at 182.1 KB/sec) unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (3 KB at 176.5 KB/sec) unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (3 KB at 154.5 KB/sec) unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom unit-oai-epc-0: 16:54:56 DEBUG unit.oai-epc/0.install Searching for default file ... found: /boot/grub/default unit-oai-epc-0: 16:54:56 DEBUG unit.oai-epc/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (10 KB at 701.4 KB/sec) unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (2 KB at 92.7 KB/sec) unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (2 KB at 58.5 KB/sec) unit-oai-epc-0: 16:54:56 DEBUG unit.oai-epc/0.install Searching for splash image ... none found, skipping ... unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3 KB at 192.8 KB/sec) unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom unit-oai-hss-0: 16:54:56 DEBUG unit.oai-hss/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:54:56 DEBUG unit.oai-hss/0.install Need to get 3786 kB of archives. unit-oai-hss-0: 16:54:56 DEBUG unit.oai-hss/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-hss-0: 16:54:56 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (7 KB at 510.7 KB/sec) unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (9 KB at 546.7 KB/sec) unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install 2/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (6 KB at 359.0 KB/sec) unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (3 KB at 77.6 KB/sec) unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (4 KB at 251.2 KB/sec) unit-abot-epc-basic-0: 16:54:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install 3/17 KB 5/17 KB 8/17 KB 11/17 KB 13/17 KB 16/17 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 KB at 1088.0 KB/sec) unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar unit-oai-epc-0: 16:54:57 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install 3/286 KB 3/39 KB 3/45 KB 3/223 KB 5/286 KB 3/39 KB 3/45 KB 3/223 KB 8/286 KB 3/39 KB 3/45 KB 3/223 KB 3/286 KB 3/39 KB 3/45 KB 3/286 KB 3/39 KB 5/45 KB 3/223 KB 8/286 KB 3/39 KB 8/45 KB 3/223 KB 8/286 KB 3/39 KB 11/45 KB 3/223 KB 8/286 KB 3/39 KB 13/45 KB 3/223 KB 3/308 KB 8/286 KB 3/39 KB 16/45 KB 3/223 KB 3/308 KB 8/286 KB 3/39 KB 3/286 KB 5/39 KB 16/45 KB 3/223 KB 3/308 KB 8/286 KB 8/39 KB 16/45 KB 3/223 KB 3/308 KB 8/286 KB 11/39 KB 16/45 KB 3/223 KB 3/308 KB 8/286 KB 13/39 KB 16/45 KB 3/223 KB 3/308 KB 8/286 KB 16/39 KB 16/45 KB 3/223 KB 3/308 KB 11/286 KB 19/39 KB 19/45 KB 3/223 KB 3/308 KB 11/286 KB 3/39 KB 11/45 KB 3/223 KB 3/308 KB 8/286 KB 16/39 KB 19/45 KB 3/223 KB 3/308 KB 11/286 KB 13/39 KB 16/45 KB 3/223 KB 3/308 KB 11/286 KB 19/39 KB 21/45 KB 3/223 KB 3/308 KB 11/286 KB 19/39 KB 21/45 KB 3/223 KB 3/308 KB 13/286 KB 19/39 KB 24/45 KB 3/223 KB 3/308 KB 13/286 KB 21/39 KB 27/45 KB 3/223 KB 3/308 KB 16/286 KB 21/39 KB 24/45 KB 3/223 KB 3/308 KB 16/286 KB 19/39 KB 24/45 KB 3/223 KB 3/308 KB 16/286 KB 21/39 KB 27/45 KB 3/223 KB 5/308 KB 19/286 KB 24/39 KB 29/45 KB 3/223 KB 5/308 KB 21/286 KB 21/39 KB 27/45 KB 3/223 KB 5/308 KB 16/286 KB 24/39 KB 27/45 KB 3/223 KB 5/308 KB 19/286 KB 27/39 KB 29/45 KB 3/223 KB 8/308 KB 21/286 KB 24/39 KB 29/45 KB 3/223 KB 5/308 KB 19/286 KB 24/39 KB 29/45 KB 3/223 KB 8/308 KB 21/286 KB 27/39 KB 29/45 KB 3/223 KB 11/308 KB 21/286 KB 27/39 KB 32/45 KB 3/223 KB 13/308 KB 21/286 KB 29/39 KB 32/45 KB 3/223 KB 16/308 KB 24/286 KB 27/39 KB 32/45 KB 3/223 KB 11/308 KB 21/286 KB 29/39 KB 32/45 KB 3/223 KB 13/308 KB 24/286 KB 27/39 KB 32/45 KB 3/223 KB 13/308 KB 24/286 KB 32/39 KB 32/45 KB 3/223 KB 16/308 KB 27/286 KB 32/39 KB 36/45 KB 3/223 KB 16/308 KB 29/286 KB 32/39 KB 32/45 KB 3/223 KB 16/308 KB 24/286 KB 35/39 KB 36/45 KB 3/223 KB 16/308 KB 29/286 KB 35/39 KB 36/45 KB 3/223 KB 19/308 KB 29/286 KB 35/39 KB 36/45 KB 3/223 KB 21/308 KB 32/286 KB 37/39 KB 36/45 KB 3/223 KB 24/308 KB 32/286 KB 32/39 KB 36/45 KB 3/223 KB 16/308 KB 27/286 KB 37/39 KB 40/45 KB 3/223 KB 24/308 KB 32/286 KB 37/39 KB 44/45 KB 3/223 KB 24/308 KB 32/286 KB 37/39 KB 45/45 KB 3/223 KB 24/308 KB 32/286 KB 37/39 KB 36/45 KB 3/223 KB 21/308 KB 32/286 KB 39/39 KB 45/45 KB 3/223 KB 24/308 KB 32/286 KB 35/39 KB 36/45 KB 3/223 KB 19/308 KB 32/286 KB 39/39 KB 45/45 KB 3/223 KB 24/308 KB 36/286 KB 39/39 KB 45/45 KB 3/223 KB 27/308 KB 40/286 KB 39/39 KB 45/45 KB 3/223 KB 27/308 KB 44/286 KB 39/39 KB 45/45 KB 3/223 KB 27/308 KB 48/286 KB 39/39 KB 45/45 KB 3/223 KB 27/308 KB 52/286 KB 39/39 KB 45/45 KB 3/223 KB 27/308 KB 56/286 KB 39/39 KB 45/45 KB 3/223 KB 27/308 KB 36/286 KB 39/39 KB 45/45 KB 3/223 KB 29/308 KB 56/286 KB 39/39 KB 45/45 KB 3/223 KB 32/308 KB 56/286 KB 39/39 KB 45/45 KB 3/223 KB 36/308 KB 56/286 KB 39/39 KB 45/45 KB 3/223 KB 40/308 KB 56/286 KB 39/39 KB 45/45 KB 3/223 KB 44/308 KB 56/286 KB 39/39 KB 45/45 KB 3/223 KB 48/308 KB 60/286 KB 39/39 KB 45/45 KB 3/223 KB 52/308 KB 60/286 KB 39/39 KB 45/45 KB 5/223 KB 56/308 KB 60/286 KB 39/39 KB 45/45 KB 5/223 KB 60/308 KB 60/286 KB 39/39 KB 45/45 KB 5/223 KB 64/308 KB 60/286 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar (45 KB at 1057.9 KB/sec) unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install 39/39 KB 45/45 KB 3/223 KB 44/308 KB 60/286 KB 5/223 KB 64/308 KB 64/286 KB 5/223 KB 64/308 KB 68/286 KB 5/223 KB 64/308 KB 72/286 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 KB at 983.7 KB/sec) unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install 39/39 KB 45/45 KB 5/223 KB 52/308 KB 60/286 KB 8/223 KB 64/308 KB 72/286 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar unit-oai-epc-0: 16:54:57 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-160-generic unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install 11/223 KB 64/308 KB 72/286 KB 11/223 KB 64/308 KB 76/286 KB 11/223 KB 64/308 KB 80/286 KB 11/223 KB 64/308 KB 84/286 KB 13/223 KB 68/308 KB 88/286 KB 13/223 KB 68/308 KB 92/286 KB 13/223 KB 68/308 KB 96/286 KB 13/223 KB 68/308 KB 84/286 KB 13/223 KB 72/308 KB 96/286 KB 13/223 KB 76/308 KB 96/286 KB 13/223 KB 80/308 KB 96/286 KB 13/223 KB 84/308 KB 96/286 KB 13/223 KB 88/308 KB 100/286 KB 13/223 KB 64/308 KB 84/286 KB 16/223 KB 92/308 KB 100/286 KB 19/223 KB 92/308 KB 100/286 KB 4/174 KB 19/223 KB 92/308 KB 100/286 KB 8/174 KB 21/223 KB 92/308 KB 100/286 KB 12/174 KB 21/223 KB 92/308 KB 100/286 KB 16/174 KB 21/223 KB 92/308 KB 100/286 KB 13/223 KB 84/308 KB 100/286 KB 16/174 KB 21/223 KB 92/308 KB 104/286 KB 16/174 KB 21/223 KB 92/308 KB 108/286 KB 16/174 KB 21/223 KB 92/308 KB 112/286 KB 4/174 KB 21/223 KB 92/308 KB 100/286 KB 16/174 KB 24/223 KB 92/308 KB 112/286 KB 16/174 KB 27/223 KB 92/308 KB 112/286 KB 16/174 KB 29/223 KB 92/308 KB 112/286 KB 16/174 KB 32/223 KB 92/308 KB 112/286 KB 16/174 KB 36/223 KB 92/308 KB 112/286 KB 20/174 KB 36/223 KB 92/308 KB 112/286 KB 3/22 KB 20/174 KB 36/223 KB 92/308 KB 112/286 KB 5/22 KB 20/174 KB 36/223 KB 92/308 KB 112/286 KB 8/22 KB 20/174 KB 36/223 KB 92/308 KB 112/286 KB 11/22 KB 20/174 KB 36/223 KB 92/308 KB 112/286 KB 13/22 KB 13/223 KB 92/308 KB 100/286 KB 20/174 KB 36/223 KB 96/308 KB 112/286 KB 13/22 KB 20/174 KB 36/223 KB 100/308 KB 112/286 KB 16/22 KB 20/174 KB 40/223 KB 104/308 KB 116/286 KB 16/22 KB 20/174 KB 40/223 KB 108/308 KB 116/286 KB 16/22 KB 20/174 KB 40/223 KB 112/308 KB 116/286 KB 16/22 KB 20/174 KB 40/223 KB 116/308 KB 116/286 KB 16/22 KB 20/174 KB 40/223 KB 120/308 KB 116/286 KB 16/22 KB 20/174 KB 40/223 KB 124/308 KB 116/286 KB 16/22 KB 20/174 KB 40/223 KB 128/308 KB 116/286 KB 16/22 KB 20/174 KB 36/223 KB 92/308 KB 112/286 KB 24/174 KB 40/223 KB 128/308 KB 116/286 KB 16/22 KB 28/174 KB 40/223 KB 128/308 KB 116/286 KB 16/22 KB 32/174 KB 40/223 KB 128/308 KB 116/286 KB 16/22 KB 36/174 KB 40/223 KB 128/308 KB 116/286 KB 16/22 KB 40/174 KB 40/223 KB 128/308 KB 116/286 KB 16/22 KB 44/174 KB 40/223 KB 128/308 KB 116/286 KB 16/22 KB 48/174 KB 40/223 KB 128/308 KB 116/286 KB 16/22 KB 20/174 KB 40/223 KB 100/308 KB 116/286 KB 16/22 KB 48/174 KB 40/223 KB 128/308 KB 120/286 KB 16/22 KB 48/174 KB 40/223 KB 128/308 KB 124/286 KB 16/22 KB 48/174 KB 40/223 KB 128/308 KB 128/286 KB 16/22 KB 48/174 KB 40/223 KB 128/308 KB 132/286 KB 16/22 KB 48/174 KB 40/223 KB 128/308 KB 136/286 KB 16/22 KB 48/174 KB 40/223 KB 128/308 KB 140/286 KB 16/22 KB 48/174 KB 40/223 KB 128/308 KB 144/286 KB 16/22 KB 20/174 KB 40/223 KB 100/308 KB 112/286 KB 16/22 KB 48/174 KB 44/223 KB 128/308 KB 144/286 KB 16/22 KB 48/174 KB 48/223 KB 128/308 KB 144/286 KB 16/22 KB 20/174 KB 36/223 KB 96/308 KB 112/286 KB 16/22 KB 48/174 KB 48/223 KB 128/308 KB 144/286 KB 19/22 KB 48/174 KB 48/223 KB 128/308 KB 144/286 KB 21/22 KB 48/174 KB 48/223 KB 128/308 KB 144/286 KB 22/22 KB 48/174 KB 52/223 KB 128/308 KB 144/286 KB 22/22 KB 48/174 KB 56/223 KB 128/308 KB 144/286 KB 22/22 KB 48/174 KB 60/223 KB 128/308 KB 144/286 KB 22/22 KB 48/174 KB 64/223 KB 128/308 KB 144/286 KB 22/22 KB 48/174 KB 68/223 KB 128/308 KB 144/286 KB 22/22 KB 52/174 KB 72/223 KB 132/308 KB 148/286 KB 22/22 KB 52/174 KB 76/223 KB 132/308 KB 148/286 KB 22/22 KB 52/174 KB 80/223 KB 132/308 KB 148/286 KB 22/22 KB unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install 52/174 KB 84/223 KB 132/308 KB 148/286 KB 22/22 KB 52/174 KB 88/223 KB 132/308 KB 148/286 KB 22/22 KB 52/174 KB 92/223 KB 132/308 KB 148/286 KB 22/22 KB 52/174 KB 96/223 KB 132/308 KB 148/286 KB 22/22 KB 52/174 KB 100/223 KB 132/308 KB 148/286 KB 22/22 KB 52/174 KB 104/223 KB 132/308 KB 148/286 KB 22/22 KB 52/174 KB 108/223 KB 132/308 KB 148/286 KB 22/22 KB 52/174 KB 112/223 KB 132/308 KB 148/286 KB 22/22 KB 52/174 KB 116/223 KB 132/308 KB 148/286 KB 22/22 KB 52/174 KB 68/223 KB 132/308 KB 148/286 KB 22/22 KB 52/174 KB 68/223 KB 128/308 KB 148/286 KB 22/22 KB 56/174 KB 116/223 KB 132/308 KB 148/286 KB 22/22 KB 60/174 KB 116/223 KB 132/308 KB 148/286 KB 22/22 KB 64/174 KB 116/223 KB 132/308 KB 148/286 KB 22/22 KB 48/174 KB 68/223 KB 128/308 KB 148/286 KB 22/22 KB 64/174 KB 116/223 KB 132/308 KB 152/286 KB 22/22 KB 64/174 KB 116/223 KB 132/308 KB 156/286 KB 22/22 KB 64/174 KB 116/223 KB 132/308 KB 160/286 KB 22/22 KB 64/174 KB 116/223 KB 136/308 KB 164/286 KB 22/22 KB 68/174 KB 116/223 KB 136/308 KB 168/286 KB 22/22 KB 68/174 KB 116/223 KB 136/308 KB 172/286 KB 22/22 KB 68/174 KB 116/223 KB 136/308 KB 176/286 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 KB at 355.3 KB/sec) unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar unit-oai-epc-0: 16:54:57 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-158-generic unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install 64/174 KB 116/223 KB 136/308 KB 160/286 KB 22/22 KB 68/174 KB 116/223 KB 140/308 KB 176/286 KB 68/174 KB 116/223 KB 144/308 KB 176/286 KB 68/174 KB 116/223 KB 148/308 KB 176/286 KB 68/174 KB 116/223 KB 152/308 KB 176/286 KB 68/174 KB 116/223 KB 156/308 KB 176/286 KB 68/174 KB 116/223 KB 160/308 KB 180/286 KB 68/174 KB 116/223 KB 136/308 KB 164/286 KB 22/22 KB 72/174 KB 116/223 KB 160/308 KB 180/286 KB 76/174 KB 116/223 KB 160/308 KB 180/286 KB 80/174 KB 116/223 KB 160/308 KB 180/286 KB 84/174 KB 116/223 KB 160/308 KB 180/286 KB 88/174 KB 116/223 KB 164/308 KB 180/286 KB 92/174 KB 116/223 KB 164/308 KB 180/286 KB 68/174 KB 116/223 KB 156/308 KB 180/286 KB 3/9 KB 92/174 KB 116/223 KB 164/308 KB 184/286 KB 3/9 KB 92/174 KB 116/223 KB 164/308 KB 180/286 KB 5/9 KB 96/174 KB 116/223 KB 164/308 KB 184/286 KB 8/9 KB 96/174 KB 116/223 KB 164/308 KB 184/286 KB 9/9 KB 96/174 KB 116/223 KB 164/308 KB 184/286 KB 9/9 KB 96/174 KB 116/223 KB 164/308 KB 188/286 KB 9/9 KB 96/174 KB 116/223 KB 164/308 KB 192/286 KB 84/174 KB 116/223 KB 164/308 KB 180/286 KB 9/9 KB 96/174 KB 116/223 KB 168/308 KB 192/286 KB 9/9 KB 96/174 KB 116/223 KB 172/308 KB 192/286 KB 9/9 KB 96/174 KB 116/223 KB 176/308 KB 192/286 KB 3/9 KB 96/174 KB 116/223 KB 164/308 KB 184/286 KB 9/9 KB 100/174 KB 116/223 KB 176/308 KB 192/286 KB 9/9 KB 104/174 KB 120/223 KB 180/308 KB 196/286 KB 9/9 KB 108/174 KB 120/223 KB 180/308 KB 196/286 KB 9/9 KB 112/174 KB 120/223 KB 180/308 KB 196/286 KB 9/9 KB 100/174 KB 120/223 KB 180/308 KB 196/286 KB 9/9 KB 112/174 KB 120/223 KB 184/308 KB 196/286 KB 9/9 KB 112/174 KB 120/223 KB 188/308 KB 196/286 KB 9/9 KB 116/174 KB 120/223 KB 192/308 KB 196/286 KB 9/9 KB 100/174 KB 120/223 KB 176/308 KB 196/286 KB 9/9 KB 116/174 KB 120/223 KB 192/308 KB 200/286 KB 9/9 KB 116/174 KB 120/223 KB 192/308 KB 204/286 KB 9/9 KB 116/174 KB 120/223 KB 192/308 KB 208/286 KB 9/9 KB 116/174 KB 120/223 KB 192/308 KB 212/286 KB 9/9 KB 116/174 KB 120/223 KB 196/308 KB 216/286 KB 9/9 KB 116/174 KB 120/223 KB 196/308 KB 220/286 KB 9/9 KB 116/174 KB 120/223 KB 196/308 KB 224/286 KB 9/9 KB 100/174 KB 120/223 KB 176/308 KB 192/286 KB 9/9 KB 116/174 KB 124/223 KB 196/308 KB 224/286 KB 9/9 KB 116/174 KB 128/223 KB 196/308 KB 224/286 KB 9/9 KB 116/174 KB 132/223 KB 196/308 KB 224/286 KB 9/9 KB 116/174 KB 136/223 KB 196/308 KB 224/286 KB 9/9 KB 116/174 KB 140/223 KB 196/308 KB 224/286 KB 9/9 KB 116/174 KB 144/223 KB 196/308 KB 224/286 KB 9/9 KB 116/174 KB 148/223 KB 196/308 KB 224/286 KB 9/9 KB 116/174 KB 152/223 KB 196/308 KB 224/286 KB 9/9 KB 116/174 KB 156/223 KB 196/308 KB 224/286 KB 9/9 KB 116/174 KB 160/223 KB 196/308 KB 224/286 KB 9/9 KB 116/174 KB 120/223 KB 196/308 KB 212/286 KB 9/9 KB 116/174 KB 160/223 KB 200/308 KB 224/286 KB 9/9 KB 116/174 KB 160/223 KB 204/308 KB 224/286 KB 9/9 KB 116/174 KB 160/223 KB 208/308 KB 224/286 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (9 KB at 111.8 KB/sec) unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install 9/9 KB 116/174 KB 120/223 KB 188/308 KB 196/286 KB 120/174 KB 160/223 KB 208/308 KB 224/286 KB 124/174 KB 160/223 KB 208/308 KB 224/286 KB 128/174 KB 160/223 KB 208/308 KB 224/286 KB 132/174 KB 160/223 KB 208/308 KB 224/286 KB 136/174 KB 160/223 KB 208/308 KB 224/286 KB 140/174 KB 164/223 KB 208/308 KB 228/286 KB 144/174 KB 164/223 KB 208/308 KB 228/286 KB 144/174 KB 164/223 KB 212/308 KB 228/286 KB 144/174 KB 164/223 KB 216/308 KB 228/286 KB 144/174 KB 164/223 KB 220/308 KB 228/286 KB 144/174 KB 164/223 KB 224/308 KB 228/286 KB 136/174 KB 164/223 KB 208/308 KB 228/286 KB 148/174 KB 168/223 KB 224/308 KB 228/286 KB 148/174 KB 172/223 KB 224/308 KB 228/286 KB 148/174 KB 176/223 KB 224/308 KB 228/286 KB 136/174 KB 160/223 KB 208/308 KB 228/286 KB 148/174 KB 176/223 KB 224/308 KB 232/286 KB 148/174 KB 176/223 KB 224/308 KB 236/286 KB 148/174 KB 176/223 KB 224/308 KB 240/286 KB 148/174 KB 176/223 KB 224/308 KB 244/286 KB 148/174 KB 176/223 KB 224/308 KB 248/286 KB 148/174 KB 176/223 KB 228/308 KB 252/286 KB 148/174 KB 176/223 KB 228/308 KB 256/286 KB 148/174 KB 164/223 KB 224/308 KB 228/286 KB 152/174 KB 176/223 KB 228/308 KB 256/286 KB 156/174 KB 176/223 KB 228/308 KB 256/286 KB 160/174 KB 176/223 KB 228/308 KB 256/286 KB 164/174 KB 176/223 KB 228/308 KB 256/286 KB 168/174 KB 180/223 KB 228/308 KB 260/286 KB 172/174 KB 180/223 KB 228/308 KB 260/286 KB 174/174 KB 180/223 KB 228/308 KB 3/22 KB 260/286 KB 148/174 KB 176/223 KB 228/308 KB 248/286 KB 174/174 KB 180/223 KB 232/308 KB 3/22 KB 260/286 KB 174/174 KB 180/223 KB 236/308 KB 3/22 KB 260/286 KB 174/174 KB 180/223 KB 240/308 KB 3/22 KB 260/286 KB 172/174 KB 180/223 KB 228/308 KB 3/22 KB 260/286 KB 174/174 KB 180/223 KB 240/308 KB 5/22 KB 260/286 KB 174/174 KB 180/223 KB 240/308 KB 8/22 KB 260/286 KB 174/174 KB 180/223 KB 240/308 KB 11/22 KB 260/286 KB 174/174 KB 180/223 KB 240/308 KB 13/22 KB 260/286 KB 174/174 KB 180/223 KB 240/308 KB 16/22 KB 260/286 KB 174/174 KB 180/223 KB 240/308 KB 19/22 KB 260/286 KB 174/174 KB 180/223 KB 240/308 KB 21/22 KB 260/286 KB 174/174 KB 180/223 KB 240/308 KB 22/22 KB 260/286 KB 164/174 KB 180/223 KB 228/308 KB 260/286 KB 174/174 KB 184/223 KB 240/308 KB 22/22 KB 260/286 KB 174/174 KB 188/223 KB 240/308 KB 22/22 KB 260/286 KB 174/174 KB 192/223 KB 240/308 KB 22/22 KB 260/286 KB 174/174 KB 196/223 KB 240/308 KB 22/22 KB 260/286 KB 174/174 KB 200/223 KB 244/308 KB 22/22 KB 260/286 KB 174/174 KB 204/223 KB 244/308 KB 22/22 KB 260/286 KB 174/174 KB 208/223 KB 244/308 KB 22/22 KB 260/286 KB 174/174 KB 212/223 KB 244/308 KB 22/22 KB 260/286 KB 174/174 KB 216/223 KB 244/308 KB 260/286 KB 174/174 KB 220/223 KB 244/308 KB 260/286 KB 174/174 KB 223/223 KB 244/308 KB 260/286 KB 164/174 KB 176/223 KB 228/308 KB 260/286 KB 174/174 KB 223/223 KB 244/308 KB 264/286 KB 174/174 KB 223/223 KB 244/308 KB 268/286 KB 174/174 KB 223/223 KB 244/308 KB 272/286 KB 174/174 KB 223/223 KB 244/308 KB 276/286 KB 174/174 KB 223/223 KB 244/308 KB 280/286 KB 174/174 KB 223/223 KB 244/308 KB 284/286 KB 174/174 KB 223/223 KB 244/308 KB 286/286 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 KB at 234.6 KB/sec) unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install 174/174 KB 196/223 KB 244/308 KB 22/22 KB 260/286 KB 174/174 KB 223/223 KB 248/308 KB 286/286 KB 174/174 KB 223/223 KB 252/308 KB 286/286 KB 174/174 KB 223/223 KB 256/308 KB 286/286 KB 174/174 KB 223/223 KB 260/308 KB 286/286 KB 223/223 KB 264/308 KB 286/286 KB 223/223 KB 268/308 KB 286/286 KB 223/223 KB 272/308 KB 286/286 KB 223/223 KB 276/308 KB 286/286 KB 223/223 KB 280/308 KB 286/286 KB 223/223 KB 284/308 KB 286/286 KB 223/223 KB 288/308 KB 286/286 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (174 KB at 1809.6 KB/sec) unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install 223/223 KB 292/308 KB 286/286 KB 296/308 KB 300/308 KB 304/308 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (223 KB at 2101.5 KB/sec) unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar (286 KB at 2527.8 KB/sec) unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install 308/308 KB 308/308 KB 3/11 KB 308/308 KB 5/11 KB 308/308 KB 4/17 KB 3/11 KB 308/308 KB 4/17 KB 5/11 KB 308/308 KB 8/17 KB 5/11 KB 308/308 KB 12/17 KB 5/11 KB 308/308 KB 16/17 KB 5/11 KB 308/308 KB 17/17 KB 8/11 KB 308/308 KB 17/17 KB 11/11 KB 308/308 KB 17/17 KB 11/11 KB 308/308 KB 17/17 KB 11/11 KB 308/308 KB 3/13 KB 17/17 KB 11/11 KB 308/308 KB 6/13 KB 17/17 KB 11/11 KB 308/308 KB 9/13 KB 17/17 KB 11/11 KB 4/11 KB 308/308 KB 11/13 KB 17/17 KB 11/11 KB 4/11 KB 308/308 KB 9/13 KB 17/17 KB 11/11 KB 8/11 KB 308/308 KB 11/13 KB 17/17 KB 11/11 KB 11/11 KB 308/308 KB 11/13 KB 17/17 KB 11/11 KB 11/11 KB 308/308 KB 13/13 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar (308 KB at 2795.9 KB/sec) unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 KB at 145.8 KB/sec) unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 KB at 94.5 KB/sec) unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (11 KB at 88.0 KB/sec) unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install 13/13 KB 4/28 KB 13/13 KB 8/28 KB 13/13 KB 12/28 KB 13/13 KB 16/28 KB 3/309 KB 13/13 KB 16/28 KB 5/309 KB 13/13 KB 16/28 KB 8/309 KB 4/14 KB 13/13 KB 16/28 KB 5/309 KB 4/14 KB 13/13 KB 16/28 KB 8/309 KB 8/14 KB 13/13 KB 16/28 KB 8/309 KB 12/14 KB 13/13 KB 16/28 KB 8/309 KB 14/14 KB 13/13 KB 16/28 KB 11/309 KB 14/14 KB 13/13 KB 16/28 KB 13/309 KB 14/14 KB 13/13 KB 16/28 KB 16/309 KB 14/14 KB 13/13 KB 16/28 KB 19/309 KB 14/14 KB 13/13 KB 16/28 KB 19/309 KB 14/14 KB 13/13 KB 20/28 KB 21/309 KB 14/14 KB 13/13 KB 20/28 KB 24/309 KB 14/14 KB 13/13 KB 20/28 KB 27/309 KB 14/14 KB 13/13 KB 20/28 KB 27/309 KB 14/14 KB 13/13 KB 24/28 KB 27/309 KB 14/14 KB 13/13 KB 28/28 KB 27/309 KB 14/14 KB 13/13 KB 28/28 KB 29/309 KB 14/14 KB 13/13 KB 28/28 KB 32/309 KB 14/14 KB 13/13 KB 28/28 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (28 KB at 212.9 KB/sec) unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install 32/309 KB 3/192 KB 14/14 KB 13/13 KB 32/309 KB 5/192 KB 13/13 KB 32/309 KB 8/192 KB 13/13 KB 32/309 KB 11/192 KB 13/13 KB 32/309 KB 13/192 KB 13/13 KB 32/309 KB 16/192 KB 13/13 KB 32/309 KB 19/192 KB 13/13 KB 32/309 KB 21/192 KB 13/13 KB 32/309 KB 24/192 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (14 KB at 96.2 KB/sec) unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar unit-oai-hss-0: 16:54:57 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] unit-oai-epc-0: 16:54:57 DEBUG unit.oai-epc/0.install Replacing config file /run/grub/menu.lst with new version unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install 32/309 KB 27/192 KB 13/13 KB 32/309 KB 29/192 KB 13/13 KB 32/309 KB 32/192 KB 13/13 KB 32/309 KB 36/192 KB 13/13 KB 32/309 KB 40/192 KB 13/13 KB 32/309 KB 44/192 KB 13/13 KB 32/309 KB 48/192 KB 13/13 KB 32/309 KB 52/192 KB 13/13 KB 32/309 KB 56/192 KB 13/13 KB 4/37 KB 32/309 KB 60/192 KB 13/13 KB 4/37 KB 32/309 KB 64/192 KB 13/13 KB 4/37 KB 32/309 KB 52/192 KB 13/13 KB 4/37 KB 32/309 KB 64/192 KB 13/13 KB 8/37 KB 32/309 KB 64/192 KB 13/13 KB 12/37 KB 32/309 KB 64/192 KB 13/13 KB 16/37 KB 32/309 KB 68/192 KB 13/13 KB 16/37 KB 32/309 KB 72/192 KB 13/13 KB 20/37 KB 32/309 KB 76/192 KB 13/13 KB 20/37 KB 32/309 KB 80/192 KB 13/13 KB 20/37 KB 32/309 KB 68/192 KB 13/13 KB 20/37 KB 32/309 KB 80/192 KB 13/13 KB 24/37 KB 32/309 KB 80/192 KB 13/13 KB 28/37 KB 36/309 KB 80/192 KB 13/13 KB 28/37 KB 40/309 KB 80/192 KB 13/13 KB 28/37 KB 44/309 KB 80/192 KB 13/13 KB 28/37 KB 48/309 KB 80/192 KB 13/13 KB 28/37 KB 52/309 KB 80/192 KB 13/13 KB 28/37 KB 56/309 KB 80/192 KB 13/13 KB 28/37 KB 60/309 KB 80/192 KB 13/13 KB 28/37 KB 64/309 KB 80/192 KB 13/13 KB 28/37 KB 68/309 KB 80/192 KB 13/13 KB 28/37 KB 72/309 KB 80/192 KB 4/14 KB 13/13 KB 28/37 KB 76/309 KB 80/192 KB 4/14 KB 13/13 KB 28/37 KB 80/309 KB 80/192 KB 4/14 KB 13/13 KB 28/37 KB 68/309 KB 80/192 KB 4/14 KB 13/13 KB 28/37 KB 80/309 KB 80/192 KB 8/14 KB 13/13 KB 28/37 KB 80/309 KB 80/192 KB 12/14 KB 13/13 KB 28/37 KB 80/309 KB 80/192 KB 14/14 KB 13/13 KB 28/37 KB 84/309 KB 80/192 KB 14/14 KB 13/13 KB 28/37 KB 88/309 KB 80/192 KB 14/14 KB 13/13 KB 28/37 KB 92/309 KB 80/192 KB 14/14 KB 13/13 KB 28/37 KB 96/309 KB 80/192 KB 14/14 KB 13/13 KB 28/37 KB 100/309 KB 80/192 KB 14/14 KB 13/13 KB 28/37 KB 104/309 KB 80/192 KB 14/14 KB 13/13 KB 28/37 KB 108/309 KB 80/192 KB 14/14 KB 13/13 KB 28/37 KB 112/309 KB 80/192 KB 14/14 KB 13/13 KB 32/37 KB 116/309 KB 80/192 KB 14/14 KB 13/13 KB 32/37 KB 120/309 KB 84/192 KB 14/14 KB 13/13 KB 32/37 KB 124/309 KB 84/192 KB 14/14 KB 13/13 KB 32/37 KB 128/309 KB 84/192 KB 14/14 KB 13/13 KB 32/37 KB 108/309 KB 80/192 KB 14/14 KB 13/13 KB 32/37 KB 128/309 KB 84/192 KB 14/14 KB 13/13 KB 36/37 KB 128/309 KB 84/192 KB 14/14 KB 13/13 KB 37/37 KB 116/309 KB 84/192 KB 14/14 KB 13/13 KB 32/37 KB 128/309 KB 88/192 KB 14/14 KB 13/13 KB 37/37 KB 128/309 KB 92/192 KB 14/14 KB 13/13 KB 37/37 KB 128/309 KB 96/192 KB 14/14 KB 13/13 KB 37/37 KB 128/309 KB 100/192 KB 14/14 KB 13/13 KB 37/37 KB 132/309 KB 104/192 KB 14/14 KB 13/13 KB 37/37 KB 132/309 KB 108/192 KB 14/14 KB 13/13 KB 37/37 KB 132/309 KB 112/192 KB 14/14 KB 13/13 KB 37/37 KB 132/309 KB 116/192 KB 14/14 KB 13/13 KB 37/37 KB 132/309 KB 120/192 KB 13/13 KB 37/37 KB 132/309 KB 124/192 KB 13/13 KB 37/37 KB 132/309 KB 128/192 KB 13/13 KB 37/37 KB 132/309 KB 100/192 KB 14/14 KB 13/13 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar (14 KB at 90.8 KB/sec) unit-oai-epc-0: 16:54:57 DEBUG unit.oai-epc/0.install Updating /boot/grub/menu.lst ... done unit-oai-epc-0: 16:54:57 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install 136/309 KB 128/192 KB 13/13 KB 37/37 KB 140/309 KB 128/192 KB 13/13 KB 37/37 KB 144/309 KB 128/192 KB 13/13 KB 37/37 KB 148/309 KB 128/192 KB 13/13 KB 37/37 KB 152/309 KB 128/192 KB 13/13 KB 37/37 KB 156/309 KB 128/192 KB 13/13 KB 37/37 KB 160/309 KB 128/192 KB 13/13 KB 37/37 KB 160/309 KB 132/192 KB 13/13 KB 37/37 KB 164/309 KB 136/192 KB 13/13 KB 164/309 KB 140/192 KB 13/13 KB 164/309 KB 144/192 KB 13/13 KB 164/309 KB 148/192 KB 13/13 KB 164/309 KB 152/192 KB 13/13 KB 164/309 KB 156/192 KB 13/13 KB 164/309 KB 132/192 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (37 KB at 237.0 KB/sec) unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install 168/309 KB 156/192 KB 13/13 KB 172/309 KB 156/192 KB 13/13 KB 176/309 KB 156/192 KB 13/13 KB 180/309 KB 156/192 KB 13/13 KB 184/309 KB 160/192 KB 13/13 KB 188/309 KB 160/192 KB 13/13 KB 192/309 KB 160/192 KB 13/13 KB 180/309 KB 160/192 KB 13/13 KB 192/309 KB 164/192 KB 13/13 KB 196/309 KB 168/192 KB 13/13 KB 196/309 KB 172/192 KB 13/13 KB 196/309 KB 176/192 KB 13/13 KB 196/309 KB 164/192 KB 13/13 KB 200/309 KB 176/192 KB 13/13 KB 204/309 KB 180/192 KB 13/13 KB 208/309 KB 180/192 KB 13/13 KB 212/309 KB 180/192 KB 13/13 KB 216/309 KB 180/192 KB 13/13 KB 220/309 KB 180/192 KB 13/13 KB 224/309 KB 180/192 KB 13/13 KB 228/309 KB 180/192 KB 13/13 KB 232/309 KB 180/192 KB 13/13 KB 236/309 KB 180/192 KB 13/13 KB 240/309 KB 180/192 KB 13/13 KB 244/309 KB 180/192 KB 13/13 KB 200/309 KB 180/192 KB 13/13 KB 244/309 KB 184/192 KB 13/13 KB 244/309 KB 188/192 KB 13/13 KB 244/309 KB 192/192 KB 13/13 KB 244/309 KB 192/192 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 KB at 76.6 KB/sec) unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install 248/309 KB 192/192 KB 252/309 KB 192/192 KB 256/309 KB 192/192 KB 260/309 KB 192/192 KB 264/309 KB 192/192 KB 268/309 KB 192/192 KB 272/309 KB 192/192 KB 276/309 KB 192/192 KB 280/309 KB 192/192 KB 284/309 KB 192/192 KB 288/309 KB 192/192 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar (192 KB at 1113.2 KB/sec) unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install 292/309 KB 296/309 KB 300/309 KB 304/309 KB 308/309 KB 309/309 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (309 KB at 1722.9 KB/sec) unit-oai-epc-0: 16:54:57 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 16:54:57 DEBUG unit.oai-epc/0.install Generating grub configuration file ... unit-oai-epc-0: 16:54:57 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 16:54:57 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.pom unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.pom (4 KB at 187.7 KB/sec) unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom (3 KB at 192.5 KB/sec) unit-oai-epc-0: 16:54:57 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.13.0-160-generic unit-oai-epc-0: 16:54:57 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.13.0-160-generic unit-oai-epc-0: 16:54:57 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.13.0-158-generic unit-oai-epc-0: 16:54:57 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.13.0-158-generic unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.jar unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install 1/74 KB 3/74 KB 5/74 KB 7/74 KB 9/74 KB 11/74 KB 13/74 KB 15/74 KB 17/74 KB 19/74 KB 21/74 KB 23/74 KB 25/74 KB 27/74 KB 29/74 KB 31/74 KB 33/74 KB 35/74 KB 38/74 KB 41/74 KB 43/74 KB 45/74 KB 47/74 KB 49/74 KB 51/74 KB 53/74 KB 55/74 KB 57/74 KB 59/74 KB 61/74 KB 63/74 KB 65/74 KB 67/74 KB 69/74 KB 71/74 KB 74/74 KB 74/74 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.jar (74 KB at 3682.6 KB/sec) unit-oai-epc-0: 16:54:57 DEBUG unit.oai-epc/0.install done unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install T E S T S unit-abot-epc-basic-0: 16:54:57 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-oai-epc-0: 16:54:57 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-epc-0: 16:54:57 DEBUG unit.oai-epc/0.install + echo reboot unit-oai-epc-0: 16:54:57 DEBUG unit.oai-epc/0.install + juju-reboot --now unit-oai-epc-0: 16:54:57 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-epc-0: 16:54:57 INFO juju.worker.uniter.context trying to kill context process 8952 unit-oai-epc-0: 16:54:57 INFO juju.worker.uniter.context waiting for context process 8952 to die unit-oai-hss-0: 16:54:57 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-oai-epc-0: 16:54:57 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-epc-0: 16:54:57 INFO juju.worker.uniter.context assuming already killed unit-oai-epc-0: 16:54:58 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-abot-epc-basic-0: 16:54:58 DEBUG unit.abot-epc-basic/0.install Running com.rebaca.abot.RunScenarios unit-oai-epc-0: 16:54:58 INFO juju.worker.uniter.operation ran "install" hook unit-oai-epc-0: 16:54:58 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 16:54:58 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:54:58 INFO juju.worker.uniter unit "oai-epc/0" shutting down: machine needs to reboot unit-oai-epc-0: 16:54:58 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-epc-0: 16:54:58 DEBUG juju.worker.uniter juju-run listener stopped unit-oai-hss-0: 16:54:58 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-oai-hss-0: 16:54:58 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] unit-oai-hss-0: 16:54:58 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] unit-oai-hss-0: 16:54:58 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1463 kB] unit-abot-epc-basic-0: 16:54:58 DEBUG unit.abot-epc-basic/0.install Feature: Local_Commands_Testing machine-2: 16:54:58 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-2: 16:54:58 DEBUG juju.machinelock acquire machine lock for reboot (reboot) machine-2: 16:54:58 DEBUG juju.machinelock machine lock acquired for reboot (reboot) machine-2: 16:54:58 DEBUG juju.worker.reboot machine lock will not be released manually unit-abot-epc-basic-0: 16:54:58 DEBUG unit.abot-epc-basic/0.install Oct 04, 2018 4:54:58 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 16:54:58 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@483f6d77: startup date [Thu Oct 04 16:54:58 UTC 2018]; root of context hierarchy unit-oai-hss-0: 16:54:59 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client all 5.5.61-0ubuntu0.14.04.1 [10.9 kB] unit-abot-epc-basic-0: 16:54:59 DEBUG unit.abot-epc-basic/0.install Oct 04, 2018 4:54:59 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 16:54:59 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-oai-hss-0: 16:54:59 DEBUG unit.oai-hss/0.install Fetched 3786 kB in 2s (1587 kB/s) unit-abot-epc-basic-0: 16:54:59 DEBUG unit.abot-epc-basic/0.install Oct 04, 2018 4:54:59 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 16:54:59 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-oai-hss-0: 16:54:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-common. unit-oai-hss-0: 16:54:59 DEBUG unit.oai-hss/0.install (Reading database ... 78952 files and directories currently installed.) unit-oai-hss-0: 16:54:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 16:54:59 DEBUG unit.oai-hss/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:54:59 DEBUG unit.oai-hss/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-hss-0: 16:54:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 16:54:59 DEBUG unit.oai-hss/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:55:00 DEBUG unit.oai-hss/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-hss-0: 16:55:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-abot-epc-basic-0: 16:55:01 DEBUG unit.abot-epc-basic/0.install Oct 04, 2018 4:55:01 PM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 16:55:01 DEBUG unit.abot-epc-basic/0.install INFO: Replacing scope 'cucumber-glue' from [cucumber.runtime.java.spring.GlueCodeScope@466d49f0] to [cucumber.runtime.java.spring.GlueCodeScope@710d7aff] unit-oai-hss-0: 16:55:01 DEBUG unit.oai-hss/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 16:55:01 DEBUG unit.abot-epc-basic/0.install Oct 04, 2018 4:55:01 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 16:55:01 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@51351f28: startup date [Thu Oct 04 16:55:01 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 16:55:01 DEBUG unit.abot-epc-basic/0.install Oct 04, 2018 4:55:01 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 16:55:01 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 16:55:01 DEBUG unit.abot-epc-basic/0.install Oct 04, 2018 4:55:01 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 16:55:01 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 16:55:01 DEBUG unit.abot-epc-basic/0.install Oct 04, 2018 4:55:01 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 16:55:01 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 16:55:01 DEBUG unit.abot-epc-basic/0.install Oct 04, 2018 4:55:01 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 16:55:01 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-oai-hss-0: 16:55:02 DEBUG unit.oai-hss/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-hss-0: 16:55:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 16:55:02 DEBUG unit.oai-hss/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 16:55:02 DEBUG unit.abot-epc-basic/0.install Oct 04, 2018 4:55:02 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 16:55:02 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@a2ddf26: startup date [Thu Oct 04 16:55:02 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 16:55:02 DEBUG unit.abot-epc-basic/0.install Oct 04, 2018 4:55:02 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 16:55:02 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-oai-hss-0: 16:55:02 DEBUG unit.oai-hss/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-hss-0: 16:55:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-hss-0: 16:55:02 DEBUG unit.oai-hss/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 16:55:02 DEBUG unit.abot-epc-basic/0.install Oct 04, 2018 4:55:02 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 16:55:02 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 16:55:02 DEBUG unit.abot-epc-basic/0.install Oct 04, 2018 4:55:02 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 16:55:02 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 16:55:02 DEBUG unit.abot-epc-basic/0.install Oct 04, 2018 4:55:02 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 16:55:02 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-oai-hss-0: 16:55:02 DEBUG unit.oai-hss/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-hss-0: 16:55:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 16:55:02 DEBUG unit.oai-hss/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:55:02 DEBUG unit.abot-epc-basic/0.install 04-Oct-2018 16:55:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:55:02 DEBUG unit.abot-epc-basic/0.install 04-Oct-2018 16:55:02 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-oai-hss-0: 16:55:03 DEBUG unit.oai-hss/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-hss-0: 16:55:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install 04-Oct-2018 16:55:03 [main] REPORT: STEP EXECUTION TIME TAKEN :1390 MS unit-oai-hss-0: 16:55:03 DEBUG unit.oai-hss/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install 04-Oct-2018 16:55:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install 04-Oct-2018 16:55:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install 04-Oct-2018 16:55:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install 04-Oct-2018 16:55:03 [main] REPORT: EXECUTED STEP IS :When I execute the command ifconfig in this system and check the presence of following strings in the response: unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install 04-Oct-2018 16:55:03 [main] REPORT: STEP EXECUTION TIME TAKEN :105 MS unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install 04-Oct-2018 16:55:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install 04-Oct-2018 16:55:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install @local-commands unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing # featureFiles/000-local-commands.feature:4 unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install When I execute the command ifconfig in this system and check the presence of following strings in the response: # SshGrammars.runLocalCommand(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install 1 Scenarios (1 passed) unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install 2 Steps (2 passed) unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install 0m2.017s unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.33 sec - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully(Scenario: Local Commands testing) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install When I execute the command ifconfig in this system and check the presence of following strings in the response:(Scenario: Local Commands testing) Time elapsed: 0 sec unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing Time elapsed: 0.017 sec unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install 04-Oct-2018 16:55:03.375 [Thread-1] ERROR com.rebaca.adapters.lifecycle.BeanCreationAndDestruction - Error occurred during cleaning resources (After complete test run). null unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install Results : unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (5 KB at 201.4 KB/sec) unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (3 KB at 211.0 KB/sec) unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (2 KB at 99.6 KB/sec) unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (3 KB at 188.2 KB/sec) unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install 3/19 KB 5/19 KB 8/19 KB 11/19 KB 13/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 KB at 1298.4 KB/sec) unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom unit-oai-hss-0: 16:55:03 DEBUG unit.oai-hss/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install 1018/1018 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1018 B at 82.8 KB/sec) unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom unit-oai-hss-0: 16:55:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (10 KB at 745.8 KB/sec) unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar unit-oai-hss-0: 16:55:03 DEBUG unit.oai-hss/0.install Progress: [ 55%] Unpacking mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install 3/181 KB 5/181 KB 8/181 KB 3/60 KB 8/181 KB 3/57 KB 3/60 KB 8/181 KB 5/57 KB 3/60 KB 8/181 KB 8/57 KB 3/60 KB 8/181 KB 3/22 KB 11/57 KB 3/203 KB 3/60 KB 8/181 KB 3/22 KB 13/57 KB 3/203 KB 3/60 KB 11/181 KB 3/22 KB 16/57 KB 3/203 KB 3/60 KB 5/181 KB 3/60 KB 11/181 KB 3/22 KB 16/57 KB 3/203 KB 5/60 KB 11/181 KB 3/22 KB 16/57 KB 3/203 KB 8/60 KB 11/181 KB 3/22 KB 13/57 KB 3/203 KB 3/60 KB 13/181 KB 3/22 KB 16/57 KB 3/203 KB 8/60 KB 8/181 KB 3/22 KB 8/57 KB 3/203 KB 3/60 KB 13/181 KB 5/22 KB 16/57 KB 3/203 KB 8/60 KB 13/181 KB 8/22 KB 16/57 KB 3/203 KB 8/60 KB 13/181 KB 11/22 KB 16/57 KB 3/203 KB 8/60 KB 13/181 KB 13/22 KB 16/57 KB 3/203 KB 8/60 KB 13/181 KB 16/22 KB 16/57 KB 3/203 KB 8/60 KB 13/181 KB 19/22 KB 16/57 KB 3/203 KB 8/60 KB 16/181 KB 21/22 KB 19/57 KB 3/203 KB 11/60 KB 16/181 KB 22/22 KB 19/57 KB 3/203 KB 11/60 KB 8/181 KB 8/57 KB 3/203 KB 3/60 KB 16/181 KB 22/22 KB 19/57 KB 5/203 KB 11/60 KB 16/181 KB 22/22 KB 19/57 KB 8/203 KB 11/60 KB 16/181 KB 22/22 KB 19/57 KB 11/203 KB 11/60 KB 16/181 KB 22/22 KB 19/57 KB 13/203 KB 11/60 KB 16/181 KB 22/22 KB 19/57 KB 16/203 KB 11/60 KB 16/181 KB 22/22 KB 19/57 KB 19/203 KB 11/60 KB 16/181 KB 22/22 KB 19/57 KB 21/203 KB 11/60 KB 16/181 KB 19/22 KB 19/57 KB 3/203 KB 11/60 KB 13/181 KB 19/22 KB 19/57 KB 3/203 KB 11/60 KB 16/181 KB 22/22 KB 21/57 KB 21/203 KB 11/60 KB 13/181 KB 19/22 KB 16/57 KB 3/203 KB 11/60 KB 16/181 KB 22/22 KB 21/57 KB 24/203 KB 13/60 KB 16/181 KB 22/22 KB 21/57 KB 24/203 KB 16/60 KB 19/181 KB 22/22 KB 24/57 KB 24/203 KB 19/60 KB 16/181 KB 22/22 KB 21/57 KB 24/203 KB 11/60 KB 19/181 KB 22/22 KB 24/57 KB 27/203 KB 19/60 KB 19/181 KB 22/22 KB 24/57 KB 24/203 KB 16/60 KB 19/181 KB 22/22 KB 21/57 KB 24/203 KB 16/60 KB 21/181 KB 22/22 KB 24/57 KB 27/203 KB 19/60 KB 21/181 KB 22/22 KB 27/57 KB 27/203 KB 19/60 KB 24/181 KB 22/22 KB 29/57 KB 29/203 KB 19/60 KB 24/181 KB 22/22 KB 32/57 KB 29/203 KB 19/60 KB 24/181 KB 22/22 KB 27/57 KB 29/203 KB 19/60 KB 21/181 KB 22/22 KB 27/57 KB 29/203 KB 19/60 KB 24/181 KB 22/22 KB 32/57 KB 32/203 KB 21/60 KB 24/181 KB 22/22 KB 32/57 KB 29/203 KB 21/60 KB 27/181 KB 22/22 KB 32/57 KB 32/203 KB 21/60 KB 27/181 KB 22/22 KB 32/57 KB 36/203 KB 21/60 KB 29/181 KB 22/22 KB 36/57 KB 40/203 KB 24/60 KB 29/181 KB 22/22 KB 36/57 KB 44/203 KB 24/60 KB 29/181 KB 22/22 KB 36/57 KB 48/203 KB 24/60 KB 29/181 KB 22/22 KB 36/57 KB 36/203 KB 24/60 KB 29/181 KB 22/22 KB 40/57 KB 48/203 KB 24/60 KB 29/181 KB 22/22 KB 44/57 KB 48/203 KB 24/60 KB 29/181 KB 22/22 KB 48/57 KB 48/203 KB 24/60 KB 29/181 KB 22/22 KB 52/57 KB 52/203 KB 24/60 KB 29/181 KB 22/22 KB 56/57 KB 52/203 KB 24/60 KB 29/181 KB 22/22 KB 57/57 KB 52/203 KB 24/60 KB 29/181 KB 22/22 KB 32/57 KB 36/203 KB 24/60 KB 27/181 KB 22/22 KB 32/57 KB 36/203 KB 24/60 KB 29/181 KB 22/22 KB 57/57 KB 52/203 KB 27/60 KB 32/181 KB 22/22 KB 57/57 KB 52/203 KB 27/60 KB 36/181 KB 22/22 KB 57/57 KB 52/203 KB 29/60 KB 40/181 KB 57/57 KB 52/203 KB 29/60 KB 44/181 KB 57/57 KB 52/203 KB 29/60 KB 48/181 KB 57/57 KB 52/203 KB 29/60 KB 29/181 KB 22/22 KB 48/57 KB 52/203 KB 24/60 KB 48/181 KB 57/57 KB 56/203 KB 29/60 KB 48/181 KB 57/57 KB 60/203 KB 29/60 KB 52/181 KB 57/57 KB 64/203 KB 29/60 KB 32/181 KB 22/22 KB 57/57 KB 52/203 KB 29/60 KB 52/181 KB 57/57 KB 64/203 KB 32/60 KB 52 unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install /181 KB 57/57 KB 64/203 KB 36/60 KB 52/181 KB 57/57 KB 64/203 KB 40/60 KB 52/181 KB 57/57 KB 64/203 KB 44/60 KB 52/181 KB 57/57 KB 64/203 KB 48/60 KB 52/181 KB 57/57 KB 64/203 KB 52/60 KB 52/181 KB 57/57 KB 68/203 KB 56/60 KB 52/181 KB 57/57 KB 68/203 KB 60/60 KB 52/181 KB 57/57 KB 60/203 KB 29/60 KB 56/181 KB 57/57 KB 68/203 KB 60/60 KB 60/181 KB 57/57 KB 68/203 KB 60/60 KB 64/181 KB 57/57 KB 68/203 KB 60/60 KB 52/181 KB 57/57 KB 68/203 KB 52/60 KB 64/181 KB 57/57 KB 72/203 KB 60/60 KB 64/181 KB 57/57 KB 76/203 KB 60/60 KB 68/181 KB 57/57 KB 80/203 KB 60/60 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 KB at 434.7 KB/sec) unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install 68/181 KB 57/57 KB 84/203 KB 60/60 KB 68/181 KB 57/57 KB 88/203 KB 60/60 KB 68/181 KB 57/57 KB 92/203 KB 60/60 KB 68/181 KB 57/57 KB 96/203 KB 60/60 KB 68/181 KB 57/57 KB 100/203 KB 60/60 KB 68/181 KB 57/57 KB 104/203 KB 60/60 KB 68/181 KB 57/57 KB 108/203 KB 60/60 KB 68/181 KB 57/57 KB 112/203 KB 60/60 KB 68/181 KB 57/57 KB 76/203 KB 60/60 KB 72/181 KB 57/57 KB 112/203 KB 60/60 KB 76/181 KB 57/57 KB 112/203 KB 60/60 KB 80/181 KB 57/57 KB 112/203 KB 60/60 KB 84/181 KB 57/57 KB 112/203 KB 60/60 KB 88/181 KB 57/57 KB 112/203 KB 60/60 KB 92/181 KB 57/57 KB 112/203 KB 60/60 KB 96/181 KB 57/57 KB 112/203 KB 60/60 KB 100/181 KB 57/57 KB 112/203 KB 60/60 KB 104/181 KB 57/57 KB 112/203 KB 60/60 KB 108/181 KB 57/57 KB 116/203 KB 60/60 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (57 KB at 981.0 KB/sec) unit-abot-epc-basic-0: 16:55:03 DEBUG unit.abot-epc-basic/0.install 104/181 KB 57/57 KB 116/203 KB 60/60 KB 108/181 KB 120/203 KB 60/60 KB 108/181 KB 124/203 KB 60/60 KB 112/181 KB 128/203 KB 60/60 KB 112/181 KB 124/203 KB 60/60 KB 116/181 KB 128/203 KB 60/60 KB 120/181 KB 132/203 KB 124/181 KB 132/203 KB 128/181 KB 132/203 KB 116/181 KB 132/203 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 KB at 908.6 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 128/181 KB 136/203 KB 128/181 KB 140/203 KB 128/181 KB 144/203 KB 128/181 KB 148/203 KB 132/181 KB 152/203 KB 132/181 KB 156/203 KB 132/181 KB 160/203 KB 132/181 KB 148/203 KB 136/181 KB 160/203 KB 140/181 KB 160/203 KB 144/181 KB 160/203 KB 148/181 KB 160/203 KB 152/181 KB 164/203 KB 156/181 KB 164/203 KB 160/181 KB 164/203 KB 148/181 KB 164/203 KB 160/181 KB 168/203 KB 160/181 KB 172/203 KB 160/181 KB 176/203 KB 164/181 KB 180/203 KB 164/181 KB 184/203 KB 164/181 KB 188/203 KB 164/181 KB 192/203 KB 164/181 KB 176/203 KB 168/181 KB 192/203 KB 172/181 KB 192/203 KB 176/181 KB 192/203 KB 180/181 KB 192/203 KB 181/181 KB 192/203 KB 181/181 KB 196/203 KB 181/181 KB 200/203 KB 181/181 KB 203/203 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (181 KB at 2370.0 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (203 KB at 2778.8 KB/sec) unit-oai-hss-0: 16:55:04 DEBUG unit.oai-hss/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install [INFO] Building jar: /var/lib/abot-epc-basic/target/ABOT-RunScenarios-3.0.91.jar unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.pom (3 KB at 227.4 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.3/maven-3.3.3.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 3/23 KB 4/23 KB 7/23 KB 8/23 KB 11/23 KB 12/23 KB 15/23 KB 16/23 KB 19/23 KB 21/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.3/maven-3.3.3.pom (23 KB at 1634.8 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.pom (5 KB at 143.0 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (4 KB at 265.8 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.pom (3 KB at 127.4 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom (5 KB at 290.9 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 2/14 KB 5/14 KB 6/14 KB 9/14 KB 12/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom (14 KB at 957.4 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (2 KB at 116.7 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (3 KB at 176.9 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (8 KB at 551.5 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 3/21 KB 6/21 KB 9/21 KB 11/21 KB 14/21 KB 16/21 KB 19/21 KB 21/21 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 KB at 1554.4 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 1023/1023 B Downloaded: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1023 B at 66.6 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 612/612 B Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 46.0 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom (3 KB at 170.9 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 7/15 KB 10/15 KB 12/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom (15 KB at 938.0 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 815/815 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 66.3 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (5 KB at 345.1 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 3/17 KB 3/17 KB 5/17 KB 8/17 KB 11/17 KB 14/17 KB 16/17 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 KB at 1126.0 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (8 KB at 509.6 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (4 KB at 207.2 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (6 KB at 342.7 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (12 KB at 792.8 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3 KB at 206.5 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.pom (10 KB at 566.7 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 930/930 B Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.pom (930 B at 69.9 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom (10 KB at 827.3 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 3/48 KB 6/48 KB 9/48 KB 11/48 KB 14/48 KB 16/48 KB 19/48 KB 22/48 KB 25/48 KB 27/48 KB 30/48 KB 32/48 KB 36/48 KB 40/48 KB 44/48 KB 48/48 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 KB at 2948.2 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.jar unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.jar unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.jar unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 2/46 KB 5/46 KB 6/46 KB 9/46 KB 4/44 KB 4/158 KB 4/54 KB 3/201 KB 6/46 KB 4/44 KB 4/158 KB 4/54 KB 3/201 KB 9/46 KB 8/44 KB 4/158 KB 4/54 KB 3/201 KB 6/46 KB 4/158 KB 4/54 KB 3/201 KB 10/46 KB 8/44 KB 4/158 KB 4/54 KB 5/201 KB 10/46 KB 8/44 KB 4/158 KB 4/54 KB 8/201 KB 10/46 KB 8/44 KB 4/158 KB 4/54 KB 11/201 KB 10/46 KB 8/44 KB 4/158 KB 4/54 KB 13/201 KB 10/46 KB 8/44 KB 4/158 KB 4/54 KB 16/201 KB 10/46 KB 8/44 KB 4/158 KB 4/54 KB 19/201 KB 6/46 KB 4/158 KB 4/54 KB 10/46 KB 8/44 KB 8/158 KB 4/54 KB 19/201 KB 10/46 KB 8/44 KB 12/158 KB 4/54 KB 19/201 KB 10/46 KB 8/44 KB 16/158 KB 4/54 KB 19/201 KB 10/46 KB 8/44 KB 20/158 KB 4/54 KB 19/201 KB 10/46 KB 8/44 KB 24/158 KB 4/54 KB 19/201 KB 10/46 KB 8/44 KB 28/158 KB 4/54 KB 19/201 KB 6/46 KB 4/54 KB 10/46 KB 8/44 KB 28/158 KB 8/54 KB 21/201 KB 10/46 KB 8/44 KB 28/158 KB 12/54 KB 21/201 KB 10/46 KB 8/44 KB 28/158 KB 16/54 KB 21/201 KB 10/46 KB 8/44 KB 28/158 KB 20/54 KB 21/201 KB 10/46 KB 8/44 KB 28/158 KB 24/54 KB 21/201 KB 10/46 KB 8/44 KB 28/158 KB 28/54 KB 21/201 KB 10/46 KB 8/44 KB 28/158 KB 32/54 KB 21/201 KB 10/46 KB 8/44 KB 32/158 KB 36/54 KB 21/201 KB 10/46 KB 8/44 KB 32/158 KB 40/54 KB 21/201 KB 10/46 KB 8/44 KB 32/158 KB 44/54 KB 21/201 KB 10/46 KB 8/44 KB 32/158 KB 48/54 KB 21/201 KB 10/46 KB 8/44 KB 32/158 KB 52/54 KB 21/201 KB 10/46 KB 8/44 KB 32/158 KB 54/54 KB 21/201 KB 10/46 KB 8/44 KB 28/158 KB 4/54 KB 21/201 KB 10/46 KB 8/44 KB 4/158 KB 4/54 KB 3/201 KB 13/46 KB 8/44 KB 32/158 KB 54/54 KB 21/201 KB 14/46 KB 8/44 KB 32/158 KB 54/54 KB 21/201 KB 17/46 KB 8/44 KB 32/158 KB 54/54 KB 21/201 KB 18/46 KB 8/44 KB 32/158 KB 54/54 KB 21/201 KB 21/46 KB 8/44 KB 32/158 KB 54/54 KB 21/201 KB 22/46 KB 8/44 KB 32/158 KB 54/54 KB 21/201 KB 10/46 KB 8/44 KB 32/158 KB 32/54 KB 21/201 KB 22/46 KB 8/44 KB 36/158 KB 54/54 KB 24/201 KB 22/46 KB 8/44 KB 32/158 KB 54/54 KB 24/201 KB 25/46 KB 8/44 KB 36/158 KB 54/54 KB 27/201 KB 25/46 KB 8/44 KB 36/158 KB 54/54 KB 24/201 KB 26/46 KB 8/44 KB 36/158 KB 54/54 KB 27/201 KB 29/46 KB 8/44 KB 36/158 KB 54/54 KB 29/201 KB 26/46 KB 8/44 KB 36/158 KB 54/54 KB 29/201 KB 29/46 KB 8/44 KB 40/158 KB 54/54 KB 29/201 KB 29/46 KB 8/44 KB 44/158 KB 54/54 KB 29/201 KB 29/46 KB 8/44 KB 48/158 KB 54/54 KB 32/201 KB 29/46 KB 8/44 KB 44/158 KB 54/54 KB 32/201 KB 30/46 KB 8/44 KB 48/158 KB 54/54 KB 32/201 KB 30/46 KB 8/44 KB 52/158 KB 54/54 KB 32/201 KB 33/46 KB 8/44 KB 56/158 KB 54/54 KB 36/201 KB 33/46 KB 8/44 KB 60/158 KB 54/54 KB 36/201 KB 33/46 KB 8/44 KB 64/158 KB 54/54 KB 36/201 KB 33/46 KB 8/44 KB 52/158 KB 54/54 KB 36/201 KB 33/46 KB 8/44 KB 52/158 KB 54/54 KB 32/201 KB 34/46 KB 8/44 KB 64/158 KB 54/54 KB 36/201 KB 37/46 KB 8/44 KB 64/158 KB 54/54 KB 36/201 KB 38/46 KB 8/44 KB 64/158 KB 54/54 KB 36/201 KB 38/46 KB 8/44 KB 64/158 KB 54/54 KB 40/201 KB 38/46 KB 8/44 KB 64/158 KB 54/54 KB 44/201 KB 38/46 KB 8/44 KB 64/158 KB 54/54 KB 48/201 KB 38/46 KB 8/44 KB 68/158 KB 54/54 KB 48/201 KB 41/46 KB 12/44 KB 72/158 KB 48/201 KB 41/46 KB 12/44 KB 76/158 KB 48/201 KB 41/46 KB 12/44 KB 80/158 KB 48/201 KB 41/46 KB 12/44 KB 84/158 KB 48/201 KB 41/46 KB 12/44 KB 88/158 KB 48/201 KB 41/46 KB 12/44 KB 92/158 KB 48/201 KB 41/46 KB 12/44 KB 96/158 KB 48/201 KB 41/46 KB 12/44 KB 100/158 KB 48/201 KB 41/46 KB 12/44 KB 104/158 KB 48/201 KB 41/46 KB 12/44 KB 108/158 KB 48/201 KB unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 41/46 KB 12/44 KB 112/158 KB 48/201 KB 41/46 KB 12/44 KB 68/158 KB 48/201 KB 41/46 KB 16/44 KB 112/158 KB 48/201 KB 41/46 KB 20/44 KB 112/158 KB 48/201 KB 41/46 KB 24/44 KB 112/158 KB 48/201 KB 41/46 KB 28/44 KB 112/158 KB 48/201 KB 41/46 KB 32/44 KB 112/158 KB 48/201 KB 41/46 KB 36/44 KB 112/158 KB 48/201 KB 41/46 KB 40/44 KB 112/158 KB 48/201 KB 41/46 KB 44/44 KB 112/158 KB 48/201 KB 41/46 KB 44/44 KB 112/158 KB 48/201 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.jar (54 KB at 1144.7 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 41/46 KB 8/44 KB 68/158 KB 54/54 KB 48/201 KB 44/46 KB 44/44 KB 112/158 KB 48/201 KB 46/46 KB 44/44 KB 112/158 KB 48/201 KB 46/46 KB 44/44 KB 116/158 KB 48/201 KB 46/46 KB 44/44 KB 120/158 KB 48/201 KB 46/46 KB 44/44 KB 124/158 KB 48/201 KB 46/46 KB 44/44 KB 128/158 KB 48/201 KB 46/46 KB 44/44 KB 132/158 KB 48/201 KB 46/46 KB 44/44 KB 136/158 KB 48/201 KB 46/46 KB 44/44 KB 140/158 KB 48/201 KB 46/46 KB 44/44 KB 144/158 KB 48/201 KB 46/46 KB 44/44 KB 148/158 KB 48/201 KB 46/46 KB 44/44 KB 152/158 KB 48/201 KB 46/46 KB 44/44 KB 156/158 KB 48/201 KB 46/46 KB 44/44 KB 158/158 KB 48/201 KB 46/46 KB 44/44 KB 158/158 KB 52/201 KB 46/46 KB 44/44 KB 158/158 KB 56/201 KB 46/46 KB 44/44 KB 158/158 KB 60/201 KB 46/46 KB 44/44 KB 158/158 KB 64/201 KB 46/46 KB 44/44 KB 158/158 KB 68/201 KB 46/46 KB 44/44 KB 158/158 KB 72/201 KB 46/46 KB 44/44 KB 158/158 KB 76/201 KB 46/46 KB 44/44 KB 158/158 KB 80/201 KB 46/46 KB 44/44 KB 158/158 KB 84/201 KB 46/46 KB 44/44 KB 158/158 KB 88/201 KB 46/46 KB 44/44 KB 158/158 KB 92/201 KB 46/46 KB 44/44 KB 158/158 KB 96/201 KB 46/46 KB 44/44 KB 158/158 KB 100/201 KB 46/46 KB 44/44 KB 158/158 KB 104/201 KB 46/46 KB 44/44 KB 158/158 KB 108/201 KB 46/46 KB 44/44 KB 158/158 KB 112/201 KB 46/46 KB 44/44 KB 158/158 KB 116/201 KB 46/46 KB 44/44 KB 158/158 KB 120/201 KB 46/46 KB 44/44 KB 158/158 KB 4/6 KB 120/201 KB 46/46 KB 44/44 KB 158/158 KB 6/6 KB 120/201 KB 46/46 KB 44/44 KB 158/158 KB 6/6 KB 124/201 KB 46/46 KB 44/44 KB 158/158 KB 6/6 KB 128/201 KB 46/46 KB 44/44 KB 158/158 KB 6/6 KB 132/201 KB 46/46 KB 44/44 KB 158/158 KB 6/6 KB 136/201 KB 46/46 KB 44/44 KB 158/158 KB 6/6 KB 140/201 KB 46/46 KB 44/44 KB 158/158 KB 6/6 KB 144/201 KB 46/46 KB 44/44 KB 158/158 KB 6/6 KB 148/201 KB 46/46 KB 44/44 KB 158/158 KB 6/6 KB 152/201 KB 46/46 KB 44/44 KB 158/158 KB 6/6 KB 156/201 KB 46/46 KB 44/44 KB 158/158 KB 6/6 KB 160/201 KB 46/46 KB 44/44 KB 158/158 KB 6/6 KB 164/201 KB 46/46 KB 44/44 KB 6/6 KB 168/201 KB 46/46 KB 44/44 KB 6/6 KB 172/201 KB 46/46 KB 44/44 KB 6/6 KB 176/201 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.jar (158 KB at 2707.7 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 46/46 KB 44/44 KB 6/6 KB 180/201 KB 46/46 KB 44/44 KB 6/6 KB 184/201 KB 46/46 KB 44/44 KB 6/6 KB 188/201 KB 46/46 KB 44/44 KB 6/6 KB 192/201 KB 46/46 KB 44/44 KB 6/6 KB 196/201 KB 46/46 KB 44/44 KB 6/6 KB 200/201 KB 46/46 KB 44/44 KB 6/6 KB 201/201 KB Downloaded: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (6 KB at 107.8 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (44 KB at 743.3 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.jar (46 KB at 625.3 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 3/3 KB 201/201 KB 3/52 KB 3/3 KB 201/201 KB 5/52 KB 3/3 KB 201/201 KB 8/52 KB 3/3 KB 201/201 KB 3/5 KB 11/52 KB 3/3 KB 201/201 KB 3/5 KB 13/52 KB 3/3 KB 201/201 KB 3/5 KB 16/52 KB 3/3 KB 201/201 KB 3/5 KB 19/52 KB 3/3 KB 201/201 KB 3/5 KB 21/52 KB 3/3 KB 201/201 KB 3/5 KB 21/52 KB 3/3 KB 201/201 KB 3/367 KB 3/5 KB 21/52 KB 3/3 KB 201/201 KB 5/367 KB 3/5 KB 21/52 KB 3/3 KB 201/201 KB 8/367 KB 3/5 KB 21/52 KB 3/3 KB 201/201 KB 11/367 KB 3/5 KB 21/52 KB 3/3 KB 201/201 KB 13/367 KB 3/5 KB 21/52 KB 3/3 KB 201/201 KB 16/367 KB 3/5 KB 21/52 KB 3/3 KB 201/201 KB 19/367 KB 3/5 KB 21/52 KB 3/3 KB 201/201 KB 21/367 KB 3/5 KB 21/52 KB 3/3 KB 201/201 KB 24/367 KB 3/5 KB 24/52 KB 3/3 KB 201/201 KB 27/367 KB 3/5 KB 8/52 KB 3/3 KB 201/201 KB 5/5 KB 24/52 KB 3/3 KB 201/201 KB 27/367 KB 3/5 KB 24/52 KB 3/3 KB 201/201 KB 24/367 KB 5/5 KB 24/52 KB 3/3 KB 201/201 KB 29/367 KB 5/5 KB 27/52 KB 3/3 KB 201/201 KB 32/367 KB 5/5 KB 27/52 KB 3/3 KB 201/201 KB 29/367 KB 5/5 KB 29/52 KB 3/3 KB 201/201 KB 32/367 KB 5/5 KB 32/52 KB 3/3 KB 201/201 KB 32/367 KB 5/5 KB 32/52 KB 3/3 KB 201/201 KB 36/367 KB 5/5 KB 32/52 KB 201/201 KB 40/367 KB 5/5 KB 32/52 KB 201/201 KB 44/367 KB 5/5 KB 32/52 KB 201/201 KB 48/367 KB 5/5 KB 36/52 KB 201/201 KB 48/367 KB 5/5 KB 40/52 KB 201/201 KB 48/367 KB 5/5 KB 44/52 KB 201/201 KB 52/367 KB Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (3 KB at 34.8 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar (201 KB at 2674.5 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 5/5 KB 40/52 KB 201/201 KB 52/367 KB 5/5 KB 48/52 KB 201/201 KB 52/367 KB 5/5 KB 52/52 KB 52/367 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (5 KB at 57.1 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 52/52 KB 56/367 KB 52/52 KB 60/367 KB 52/52 KB 64/367 KB 52/52 KB 68/367 KB 52/52 KB 72/367 KB 52/52 KB 76/367 KB 52/52 KB 80/367 KB Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 52/52 KB 84/367 KB 52/52 KB 88/367 KB 52/52 KB 92/367 KB 96/367 KB 96/367 KB 4/47 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (52 KB at 651.3 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 96/367 KB 8/47 KB 96/367 KB 12/47 KB Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.jar unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 96/367 KB 16/47 KB 96/367 KB 20/47 KB 4/238 KB 96/367 KB 20/47 KB 8/238 KB 96/367 KB 20/47 KB 12/238 KB 96/367 KB 20/47 KB 16/238 KB 96/367 KB 20/47 KB 20/238 KB 96/367 KB 20/47 KB 24/238 KB 96/367 KB 20/47 KB 28/238 KB 96/367 KB 20/47 KB 32/238 KB 96/367 KB 20/47 KB 36/238 KB 96/367 KB 20/47 KB 40/238 KB 96/367 KB 20/47 KB 44/238 KB 96/367 KB 20/47 KB 48/238 KB 96/367 KB 20/47 KB 48/238 KB 3/28 KB 96/367 KB 20/47 KB 48/238 KB 5/28 KB 96/367 KB 20/47 KB 48/238 KB 8/28 KB 96/367 KB 20/47 KB 52/238 KB 11/28 KB 96/367 KB 24/47 KB 52/238 KB 13/28 KB 100/367 KB 24/47 KB 52/238 KB 16/28 KB 100/367 KB 24/47 KB 52/238 KB 19/28 KB 100/367 KB 24/47 KB 52/238 KB 8/28 KB 96/367 KB 24/47 KB 52/238 KB 19/28 KB 100/367 KB 28/47 KB 52/238 KB 19/28 KB 100/367 KB 32/47 KB 52/238 KB 19/28 KB 100/367 KB 36/47 KB 52/238 KB 8/28 KB 96/367 KB 20/47 KB 56/238 KB 21/28 KB 100/367 KB 36/47 KB 60/238 KB 21/28 KB 100/367 KB 36/47 KB 64/238 KB 21/28 KB 100/367 KB 36/47 KB 68/238 KB 21/28 KB 100/367 KB 36/47 KB 52/238 KB 21/28 KB 100/367 KB 36/47 KB 52/238 KB 11/28 KB 100/367 KB 24/47 KB 68/238 KB 21/28 KB 104/367 KB 40/47 KB 68/238 KB 21/28 KB 108/367 KB 40/47 KB 68/238 KB 21/28 KB 112/367 KB 40/47 KB 68/238 KB 21/28 KB 116/367 KB 40/47 KB 68/238 KB 21/28 KB 100/367 KB 40/47 KB 72/238 KB 24/28 KB 116/367 KB 44/47 KB 72/238 KB 24/28 KB 116/367 KB 47/47 KB 72/238 KB 24/28 KB 116/367 KB 40/47 KB 72/238 KB 21/28 KB 116/367 KB 40/47 KB 76/238 KB 24/28 KB 116/367 KB 47/47 KB 80/238 KB 24/28 KB 116/367 KB 47/47 KB 80/238 KB 27/28 KB 116/367 KB 47/47 KB 84/238 KB 28/28 KB 116/367 KB 47/47 KB 84/238 KB 27/28 KB 116/367 KB 47/47 KB 88/238 KB 28/28 KB 120/367 KB 47/47 KB 84/238 KB 28/28 KB 120/367 KB 47/47 KB 88/238 KB 28/28 KB 124/367 KB 47/47 KB 88/238 KB 28/28 KB 128/367 KB 47/47 KB 88/238 KB 28/28 KB 132/367 KB 47/47 KB 92/238 KB 28/28 KB 132/367 KB 47/47 KB 96/238 KB 28/28 KB 132/367 KB 47/47 KB 100/238 KB 28/28 KB 132/367 KB 47/47 KB 104/238 KB 28/28 KB 136/367 KB 47/47 KB 100/238 KB 28/28 KB 136/367 KB 47/47 KB 104/238 KB 28/28 KB 140/367 KB 47/47 KB 104/238 KB 28/28 KB 144/367 KB 47/47 KB 104/238 KB 28/28 KB 148/367 KB 47/47 KB 108/238 KB 28/28 KB 148/367 KB 47/47 KB 112/238 KB 28/28 KB 148/367 KB 47/47 KB 116/238 KB 28/28 KB 148/367 KB 47/47 KB 116/238 KB 28/28 KB 152/367 KB 47/47 KB 116/238 KB 28/28 KB 156/367 KB 47/47 KB 116/238 KB 28/28 KB 160/367 KB 47/47 KB 116/238 KB 28/28 KB 164/367 KB 47/47 KB 120/238 KB 28/28 KB 164/367 KB 47/47 KB 124/238 KB 28/28 KB 164/367 KB 47/47 KB 128/238 KB 28/28 KB 164/367 KB 47/47 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 KB at 276.1 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 128/238 KB 168/367 KB 47/47 KB 128/238 KB 172/367 KB 47/47 KB 128/238 KB 176/367 KB 47/47 KB 128/238 KB 180/367 KB 47/47 KB 132/238 KB 184/367 KB 47/47 KB 132/238 KB 188/367 KB 47/47 KB 132/238 KB 192/367 KB 47/47 KB 132/238 KB 180/367 KB 47/47 KB 136/238 KB 192/367 KB 47/47 KB 140/238 KB 192/367 KB 47/47 KB 144/238 KB 192/367 KB 47/47 KB 148/238 KB 192/367 KB 47/47 KB 152/238 KB 196/367 KB 47/47 KB 156/238 KB 196/367 KB 47/47 KB 160/238 KB 196/367 KB 47/47 KB 148/238 KB 196/367 KB 47/47 KB 160/238 KB 200/367 KB 47/47 KB 164/238 KB 204/367 KB 47/47 KB 164/238 KB 208/367 KB 47/47 KB 164/238 KB 200/367 KB 47/47 KB 168/238 KB 208/367 KB 47/47 KB 172/238 KB 208/367 KB 47/47 KB 172/238 KB 3/1199 KB 208/367 KB 47/47 KB 172/238 KB 5/1199 KB 208/367 KB 47/47 KB 172/238 KB 8/1199 KB 208/367 KB 172/238 KB 11/1199 KB 208/367 KB 172/238 KB 13/1199 KB 208/367 KB 172/238 KB 16/1199 KB 208/367 KB 172/238 KB 19/1199 KB 208/367 KB 172/238 KB 21/1199 KB 208/367 KB 172/238 KB 4/186 KB 24/1199 KB 208/367 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 KB at 432.0 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 172/238 KB 4/186 KB 27/1199 KB 208/367 KB 172/238 KB 4/186 KB 29/1199 KB 208/367 KB 172/238 KB 4/186 KB 21/1199 KB 208/367 KB 172/238 KB 8/186 KB 32/1199 KB 208/367 KB 172/238 KB 8/186 KB 32/1199 KB 208/367 KB 172/238 KB 12/186 KB 32/1199 KB 208/367 KB 172/238 KB 16/186 KB 32/1199 KB 208/367 KB 172/238 KB 16/186 KB 36/1199 KB 208/367 KB 172/238 KB 20/186 KB 40/1199 KB 208/367 KB 172/238 KB 20/186 KB 44/1199 KB 208/367 KB 172/238 KB 20/186 KB 48/1199 KB 208/367 KB 172/238 KB 20/186 KB 36/1199 KB 208/367 KB 172/238 KB 24/186 KB 48/1199 KB 208/367 KB 172/238 KB 28/186 KB 48/1199 KB 208/367 KB 172/238 KB 32/186 KB 48/1199 KB 208/367 KB 172/238 KB 36/186 KB 48/1199 KB 208/367 KB 172/238 KB 40/186 KB 52/1199 KB 208/367 KB 172/238 KB 44/186 KB 52/1199 KB 208/367 KB 172/238 KB 48/186 KB 52/1199 KB 208/367 KB 172/238 KB 36/186 KB 52/1199 KB 208/367 KB 172/238 KB 48/186 KB 56/1199 KB 208/367 KB 172/238 KB 48/186 KB 60/1199 KB 208/367 KB 172/238 KB 48/186 KB 64/1199 KB 208/367 KB 172/238 KB 52/186 KB 64/1199 KB 208/367 KB 176/238 KB 56/186 KB 68/1199 KB 212/367 KB 176/238 KB 60/186 KB 68/1199 KB 212/367 KB 176/238 KB 64/186 KB 68/1199 KB 212/367 KB 176/238 KB 52/186 KB 68/1199 KB 212/367 KB 176/238 KB 64/186 KB 68/1199 KB 212/367 KB 3/558 KB 176/238 KB 64/186 KB 68/1199 KB 212/367 KB 5/558 KB 176/238 KB 64/186 KB 68/1199 KB 212/367 KB 8/558 KB 176/238 KB 64/186 KB 68/1199 KB 212/367 KB 11/558 KB 176/238 KB 64/186 KB 68/1199 KB 212/367 KB 13/558 KB 176/238 KB 64/186 KB 68/1199 KB 212/367 KB 16/558 KB 176/238 KB 64/186 KB 68/1199 KB 212/367 KB 19/558 KB 176/238 KB 64/186 KB 68/1199 KB 212/367 KB 21/558 KB 176/238 KB 52/186 KB 64/1199 KB 212/367 KB 176/238 KB 64/186 KB 68/1199 KB 212/367 KB 24/558 KB 176/238 KB 64/186 KB 68/1199 KB 212/367 KB 27/558 KB 176/238 KB 64/186 KB 68/1199 KB 212/367 KB 29/558 KB 176/238 KB 64/186 KB 68/1199 KB 212/367 KB 32/558 KB 176/238 KB 64/186 KB 68/1199 KB 216/367 KB 32/558 KB 176/238 KB 64/186 KB 68/1199 KB 220/367 KB 32/558 KB 176/238 KB 64/186 KB 68/1199 KB 224/367 KB 32/558 KB 176/238 KB 52/186 KB 64/1199 KB 208/367 KB 180/238 KB 64/186 KB 72/1199 KB 224/367 KB 32/558 KB 184/238 KB 64/186 KB 72/1199 KB 228/367 KB 36/558 KB 188/238 KB 64/186 KB 72/1199 KB 228/367 KB 36/558 KB 192/238 KB 64/186 KB 72/1199 KB 228/367 KB 36/558 KB 196/238 KB 64/186 KB 72/1199 KB 228/367 KB 36/558 KB 200/238 KB 68/186 KB 72/1199 KB 228/367 KB 36/558 KB 204/238 KB 68/186 KB 72/1199 KB 228/367 KB 36/558 KB 208/238 KB 68/186 KB 72/1199 KB 228/367 KB 36/558 KB 176/238 KB 64/186 KB 72/1199 KB 224/367 KB 32/558 KB 208/238 KB 68/186 KB 76/1199 KB 228/367 KB 36/558 KB 208/238 KB 68/186 KB 80/1199 KB 228/367 KB 36/558 KB 208/238 KB 68/186 KB 84/1199 KB 228/367 KB 36/558 KB 208/238 KB 68/186 KB 88/1199 KB 228/367 KB 36/558 KB 208/238 KB 68/186 KB 92/1199 KB 228/367 KB 36/558 KB 208/238 KB 68/186 KB 96/1199 KB 228/367 KB 36/558 KB 196/238 KB 68/186 KB 72/1199 KB 228/367 KB 36/558 KB 180/238 KB 64/186 KB 72/1199 KB 228/367 KB 36/558 KB 208/238 KB 72/186 KB 96/1199 KB 228/367 KB 40/558 KB 208/238 KB 72/186 KB 96/1199 KB 228/367 KB 44/558 KB 208/238 KB 72/186 KB 96/1199 KB 228/367 KB 48/558 KB 208/238 KB 72/186 KB 96/1199 KB 228/367 KB 52/558 KB 208/238 KB 72/186 KB 96/1199 KB 228/367 KB 56/558 KB 208/238 KB 72/186 KB 96/1199 KB 228/367 KB 60/558 KB 208/238 KB 72/186 KB 96/1199 KB 228/367 KB 64/558 KB 208/238 KB 72/186 KB 96/1199 KB 228/367 KB unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 68/558 KB 208/238 KB 72/186 KB 96/1199 KB 228/367 KB 72/558 KB 208/238 KB 72/186 KB 96/1199 KB 228/367 KB 76/558 KB 208/238 KB 72/186 KB 96/1199 KB 228/367 KB 80/558 KB 208/238 KB 72/186 KB 96/1199 KB 228/367 KB 84/558 KB 212/238 KB 72/186 KB 100/1199 KB 228/367 KB 88/558 KB 212/238 KB 72/186 KB 100/1199 KB 228/367 KB 92/558 KB 212/238 KB 72/186 KB 100/1199 KB 228/367 KB 96/558 KB 180/238 KB 64/186 KB 72/1199 KB 228/367 KB 32/558 KB 212/238 KB 72/186 KB 100/1199 KB 232/367 KB 96/558 KB 212/238 KB 72/186 KB 100/1199 KB 236/367 KB 96/558 KB 212/238 KB 72/186 KB 100/1199 KB 240/367 KB 96/558 KB 212/238 KB 72/186 KB 100/1199 KB 244/367 KB 96/558 KB 212/238 KB 72/186 KB 100/1199 KB 248/367 KB 96/558 KB 212/238 KB 72/186 KB 100/1199 KB 252/367 KB 96/558 KB 212/238 KB 72/186 KB 100/1199 KB 256/367 KB 96/558 KB 212/238 KB 72/186 KB 100/1199 KB 260/367 KB 96/558 KB 212/238 KB 72/186 KB 100/1199 KB 264/367 KB 96/558 KB 212/238 KB 72/186 KB 100/1199 KB 268/367 KB 100/558 KB 212/238 KB 72/186 KB 100/1199 KB 272/367 KB 100/558 KB 212/238 KB 72/186 KB 100/1199 KB 276/367 KB 100/558 KB 212/238 KB 72/186 KB 100/1199 KB 228/367 KB 84/558 KB 212/238 KB 72/186 KB 104/1199 KB 276/367 KB 100/558 KB 212/238 KB 72/186 KB 108/1199 KB 276/367 KB 100/558 KB 212/238 KB 72/186 KB 112/1199 KB 276/367 KB 100/558 KB 212/238 KB 72/186 KB 96/1199 KB 228/367 KB 84/558 KB 208/238 KB 72/186 KB 96/1199 KB 228/367 KB 36/558 KB 212/238 KB 76/186 KB 112/1199 KB 276/367 KB 100/558 KB 212/238 KB 80/186 KB 112/1199 KB 276/367 KB 100/558 KB 212/238 KB 84/186 KB 112/1199 KB 276/367 KB 100/558 KB 212/238 KB 88/186 KB 112/1199 KB 276/367 KB 100/558 KB 212/238 KB 92/186 KB 112/1199 KB 276/367 KB 100/558 KB 212/238 KB 96/186 KB 112/1199 KB 276/367 KB 100/558 KB 212/238 KB 100/186 KB 112/1199 KB 276/367 KB 100/558 KB 216/238 KB 104/186 KB 116/1199 KB 276/367 KB 100/558 KB 216/238 KB 108/186 KB 116/1199 KB 276/367 KB 100/558 KB 216/238 KB 112/186 KB 116/1199 KB 276/367 KB 100/558 KB 212/238 KB 72/186 KB 100/1199 KB 264/367 KB 100/558 KB 216/238 KB 112/186 KB 116/1199 KB 276/367 KB 104/558 KB 216/238 KB 112/186 KB 116/1199 KB 276/367 KB 108/558 KB 216/238 KB 112/186 KB 116/1199 KB 276/367 KB 112/558 KB 216/238 KB 112/186 KB 116/1199 KB 276/367 KB 116/558 KB 216/238 KB 116/186 KB 116/1199 KB 280/367 KB 120/558 KB 216/238 KB 116/186 KB 116/1199 KB 280/367 KB 124/558 KB 216/238 KB 116/186 KB 116/1199 KB 280/367 KB 128/558 KB 216/238 KB 100/186 KB 116/1199 KB 276/367 KB 100/558 KB 220/238 KB 116/186 KB 116/1199 KB 280/367 KB 128/558 KB 224/238 KB 116/186 KB 116/1199 KB 280/367 KB 128/558 KB 228/238 KB 116/186 KB 116/1199 KB 280/367 KB 128/558 KB 232/238 KB 116/186 KB 116/1199 KB 280/367 KB 128/558 KB 236/238 KB 116/186 KB 116/1199 KB 280/367 KB 128/558 KB 238/238 KB 116/186 KB 116/1199 KB 280/367 KB 128/558 KB 212/238 KB 100/186 KB 116/1199 KB 276/367 KB 100/558 KB 238/238 KB 116/186 KB 120/1199 KB 280/367 KB 128/558 KB 238/238 KB 116/186 KB 124/1199 KB 280/367 KB 128/558 KB 238/238 KB 116/186 KB 128/1199 KB 280/367 KB 128/558 KB 238/238 KB 116/186 KB 132/1199 KB 280/367 KB 128/558 KB 238/238 KB 116/186 KB 136/1199 KB 280/367 KB 128/558 KB 238/238 KB 116/186 KB 140/1199 KB 280/367 KB 128/558 KB 238/238 KB 116/186 KB 144/1199 KB 280/367 KB 128/558 KB 216/238 KB 116/186 KB 116/1199 KB 280/367 KB 116/558 KB 238/238 KB 120/186 KB 144/1199 KB 280/367 KB 128/558 KB 238/238 KB 124/186 KB 144/1199 KB 280/367 KB unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 128/558 KB 238/238 KB 128/186 KB 144/1199 KB 280/367 KB 128/558 KB 238/238 KB 132/186 KB 144/1199 KB 280/367 KB 128/558 KB 238/238 KB 136/186 KB 148/1199 KB 280/367 KB 128/558 KB 216/238 KB 112/186 KB 116/1199 KB 280/367 KB 116/558 KB 238/238 KB 136/186 KB 148/1199 KB 284/367 KB 132/558 KB 238/238 KB 136/186 KB 148/1199 KB 288/367 KB 132/558 KB 238/238 KB 136/186 KB 148/1199 KB 292/367 KB 132/558 KB 238/238 KB 136/186 KB 148/1199 KB 296/367 KB 132/558 KB 238/238 KB 136/186 KB 148/1199 KB 300/367 KB 132/558 KB 238/238 KB 136/186 KB 148/1199 KB 304/367 KB 132/558 KB 238/238 KB 136/186 KB 148/1199 KB 308/367 KB 132/558 KB 238/238 KB 140/186 KB 148/1199 KB 312/367 KB 132/558 KB 238/238 KB 140/186 KB 148/1199 KB 316/367 KB 132/558 KB 238/238 KB 140/186 KB 148/1199 KB 320/367 KB 132/558 KB 238/238 KB 140/186 KB 148/1199 KB 324/367 KB 132/558 KB 140/186 KB 148/1199 KB 328/367 KB 132/558 KB 140/186 KB 148/1199 KB 332/367 KB 132/558 KB 140/186 KB 148/1199 KB 336/367 KB 132/558 KB 238/238 KB 136/186 KB 148/1199 KB 280/367 KB 132/558 KB 140/186 KB 148/1199 KB 336/367 KB 136/558 KB 140/186 KB 148/1199 KB 336/367 KB 140/558 KB 140/186 KB 148/1199 KB 336/367 KB 144/558 KB 238/238 KB 132/186 KB 148/1199 KB 280/367 KB 128/558 KB 140/186 KB 152/1199 KB 336/367 KB 144/558 KB 140/186 KB 156/1199 KB 336/367 KB 144/558 KB 140/186 KB 160/1199 KB 336/367 KB 144/558 KB 140/186 KB 164/1199 KB 336/367 KB 144/558 KB 140/186 KB 168/1199 KB 336/367 KB 148/558 KB 140/186 KB 172/1199 KB 336/367 KB 148/558 KB 140/186 KB 176/1199 KB 336/367 KB 148/558 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (238 KB at 1615.2 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 238/238 KB 140/186 KB 148/1199 KB 308/367 KB 132/558 KB 144/186 KB 176/1199 KB 336/367 KB 148/558 KB 148/186 KB 176/1199 KB 336/367 KB 148/558 KB 152/186 KB 176/1199 KB 336/367 KB 148/558 KB 156/186 KB 176/1199 KB 336/367 KB 148/558 KB 160/186 KB 176/1199 KB 336/367 KB 148/558 KB 140/186 KB 164/1199 KB 336/367 KB 148/558 KB 160/186 KB 176/1199 KB 336/367 KB 152/558 KB 164/186 KB 176/1199 KB 336/367 KB 156/558 KB 164/186 KB 176/1199 KB 336/367 KB 160/558 KB 164/186 KB 176/1199 KB 336/367 KB 164/558 KB 164/186 KB 180/1199 KB 340/367 KB 168/558 KB 164/186 KB 180/1199 KB 340/367 KB 172/558 KB Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 164/186 KB 180/1199 KB 340/367 KB 164/558 KB 164/186 KB 180/1199 KB 344/367 KB 172/558 KB 164/186 KB 180/1199 KB 348/367 KB 176/558 KB 164/186 KB 180/1199 KB 336/367 KB 164/558 KB 164/186 KB 184/1199 KB 348/367 KB 176/558 KB 164/186 KB 188/1199 KB 348/367 KB 176/558 KB 164/186 KB 192/1199 KB 348/367 KB 176/558 KB 164/186 KB 176/1199 KB 336/367 KB 152/558 KB 168/186 KB 192/1199 KB 348/367 KB 176/558 KB 172/186 KB 192/1199 KB 348/367 KB 176/558 KB 176/186 KB 192/1199 KB 348/367 KB 176/558 KB 180/186 KB 192/1199 KB 348/367 KB 176/558 KB 184/186 KB 196/1199 KB 348/367 KB 176/558 KB 164/186 KB 180/1199 KB 344/367 KB 176/558 KB 184/186 KB 196/1199 KB 352/367 KB 180/558 KB 186/186 KB 196/1199 KB 352/367 KB 184/558 KB 186/186 KB 196/1199 KB 352/367 KB 188/558 KB 186/186 KB 196/1199 KB 352/367 KB 192/558 KB 184/186 KB 196/1199 KB 352/367 KB 176/558 KB 186/186 KB 196/1199 KB 356/367 KB 192/558 KB 180/186 KB 196/1199 KB 348/367 KB 176/558 KB 186/186 KB 200/1199 KB 356/367 KB 192/558 KB 186/186 KB 204/1199 KB 356/367 KB 192/558 KB 186/186 KB 208/1199 KB 356/367 KB 192/558 KB 186/186 KB 196/1199 KB 352/367 KB 180/558 KB 186/186 KB 208/1199 KB 360/367 KB 192/558 KB 186/186 KB 208/1199 KB 364/367 KB 192/558 KB 186/186 KB 208/1199 KB 367/367 KB 192/558 KB 4/1206 KB 186/186 KB 212/1199 KB 367/367 KB 192/558 KB 8/1206 KB 186/186 KB 212/1199 KB 367/367 KB 192/558 KB 12/1206 KB 186/186 KB 212/1199 KB 367/367 KB 192/558 KB 16/1206 KB 186/186 KB 212/1199 KB 367/367 KB 192/558 KB 20/1206 KB 186/186 KB 212/1199 KB 367/367 KB 192/558 KB 24/1206 KB 186/186 KB 212/1199 KB 367/367 KB 192/558 KB 28/1206 KB 186/186 KB 212/1199 KB 367/367 KB 192/558 KB 32/1206 KB 186/186 KB 212/1199 KB 367/367 KB 196/558 KB 186/186 KB 212/1199 KB 367/367 KB 192/558 KB 32/1206 KB 186/186 KB 216/1199 KB 367/367 KB 196/558 KB 32/1206 KB 186/186 KB 220/1199 KB 367/367 KB 196/558 KB 32/1206 KB 186/186 KB 224/1199 KB 367/367 KB 196/558 KB 32/1206 KB 228/1199 KB 196/558 KB 36/1206 KB 232/1199 KB 196/558 KB 28/1206 KB 186/186 KB 212/1199 KB 367/367 KB 196/558 KB 36/1206 KB 232/1199 KB 200/558 KB 36/1206 KB 232/1199 KB 204/558 KB 36/1206 KB 232/1199 KB 208/558 KB 36/1206 KB 232/1199 KB 212/558 KB 36/1206 KB 228/1199 KB 196/558 KB 40/1206 KB 236/1199 KB 212/558 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar (367 KB at 2194.4 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar (186 KB at 1113.6 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 44/1206 KB 236/1199 KB 212/558 KB 48/1206 KB 236/1199 KB 212/558 KB 36/1206 KB 236/1199 KB 212/558 KB 48/1206 KB 240/1199 KB 212/558 KB 52/1206 KB 240/1199 KB 212/558 KB 56/1206 KB 244/1199 KB 216/558 KB 60/1206 KB 244/1199 KB 216/558 KB 64/1206 KB 244/1199 KB 216/558 KB 52/1206 KB 244/1199 KB 216/558 KB 64/1206 KB 248/1199 KB 216/558 KB 64/1206 KB 252/1199 KB 216/558 KB 64/1206 KB 256/1199 KB 216/558 KB 68/1206 KB 260/1199 KB 216/558 KB 68/1206 KB 264/1199 KB 216/558 KB 68/1206 KB 268/1199 KB 216/558 KB 68/1206 KB 272/1199 KB 216/558 KB 68/1206 KB 276/1199 KB 216/558 KB 52/1206 KB 240/1199 KB 216/558 KB 68/1206 KB 276/1199 KB 220/558 KB 68/1206 KB 276/1199 KB 224/558 KB 68/1206 KB 276/1199 KB 228/558 KB 68/1206 KB 276/1199 KB 232/558 KB 68/1206 KB 276/1199 KB 236/558 KB 68/1206 KB 276/1199 KB 240/558 KB 68/1206 KB 256/1199 KB 216/558 KB 72/1206 KB 276/1199 KB 240/558 KB 76/1206 KB 276/1199 KB 240/558 KB 80/1206 KB 276/1199 KB 240/558 KB 84/1206 KB 276/1199 KB 240/558 KB 88/1206 KB 276/1199 KB 244/558 KB 92/1206 KB 276/1199 KB 244/558 KB 96/1206 KB 280/1199 KB 244/558 KB 84/1206 KB 276/1199 KB 244/558 KB 96/1206 KB 280/1199 KB 248/558 KB 96/1206 KB 280/1199 KB 252/558 KB 96/1206 KB 280/1199 KB 256/558 KB 92/1206 KB 280/1199 KB 244/558 KB 96/1206 KB 284/1199 KB 256/558 KB 96/1206 KB 288/1199 KB 256/558 KB 96/1206 KB 292/1199 KB 256/558 KB 100/1206 KB 296/1199 KB 260/558 KB 100/1206 KB 300/1199 KB 260/558 KB 100/1206 KB 304/1199 KB 260/558 KB 100/1206 KB 308/1199 KB 260/558 KB 100/1206 KB 312/1199 KB 260/558 KB 100/1206 KB 316/1199 KB 260/558 KB 100/1206 KB 320/1199 KB 260/558 KB 100/1206 KB 324/1199 KB 260/558 KB 100/1206 KB 292/1199 KB 260/558 KB 96/1206 KB 292/1199 KB 260/558 KB 100/1206 KB 324/1199 KB 264/558 KB 100/1206 KB 324/1199 KB 268/558 KB 100/1206 KB 324/1199 KB 272/558 KB 104/1206 KB 324/1199 KB 272/558 KB 104/1206 KB 324/1199 KB 276/558 KB 108/1206 KB 324/1199 KB 276/558 KB 112/1206 KB 324/1199 KB 276/558 KB 116/1206 KB 324/1199 KB 276/558 KB 120/1206 KB 324/1199 KB 280/558 KB 124/1206 KB 324/1199 KB 280/558 KB 128/1206 KB 324/1199 KB 280/558 KB 116/1206 KB 324/1199 KB 280/558 KB 128/1206 KB 324/1199 KB 284/558 KB 128/1206 KB 324/1199 KB 288/558 KB 128/1206 KB 324/1199 KB 292/558 KB 132/1206 KB 328/1199 KB 296/558 KB 132/1206 KB 328/1199 KB 300/558 KB 132/1206 KB 328/1199 KB 304/558 KB 132/1206 KB 328/1199 KB 292/558 KB 132/1206 KB 332/1199 KB 304/558 KB 132/1206 KB 336/1199 KB 304/558 KB 132/1206 KB 324/1199 KB 292/558 KB 136/1206 KB 336/1199 KB 304/558 KB 140/1206 KB 336/1199 KB 304/558 KB 144/1206 KB 336/1199 KB 304/558 KB 148/1206 KB 336/1199 KB 308/558 KB 152/1206 KB 340/1199 KB 308/558 KB 156/1206 KB 340/1199 KB 308/558 KB 160/1206 KB 340/1199 KB 308/558 KB 144/1206 KB 336/1199 KB 308/558 KB 160/1206 KB 340/1199 KB 312/558 KB 160/1206 KB 340/1199 KB 316/558 KB 160/1206 KB 340/1199 KB 320/558 KB 148/1206 KB 340/1199 KB 308/558 KB 160/1206 KB 344/1199 KB 320/558 KB 160/1206 KB 348/1199 KB 320/558 KB 160/1206 KB 352/1199 KB 320/558 KB 4/181 KB 160/1206 KB 352/1199 KB 320/558 KB 8/181 KB 160/1206 KB 352/1199 KB 320/558 KB 12/181 KB 160/1206 KB 352/1199 KB 320/558 KB 16/181 KB 160/1206 KB 352/1199 KB 320/558 KB 20/181 KB 160/1206 KB 352/1199 KB 320/558 KB 24/181 KB 160/1206 KB 352/1199 KB 320/558 KB 28/181 KB 160/1206 KB 352/1199 KB 320/558 KB 32/181 KB 160/1206 KB 352/1199 KB 320/558 KB 36/181 KB 160/1206 KB 352/1199 KB 320/558 KB unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 40/181 KB 160/1206 KB 352/1199 KB 320/558 KB 44/181 KB 160/1206 KB 352/1199 KB 320/558 KB 48/181 KB 160/1206 KB 352/1199 KB 320/558 KB 52/181 KB 160/1206 KB 352/1199 KB 320/558 KB 56/181 KB 160/1206 KB 352/1199 KB 320/558 KB 60/181 KB 160/1206 KB 352/1199 KB 320/558 KB 64/181 KB 160/1206 KB 352/1199 KB 320/558 KB 68/181 KB 160/1206 KB 352/1199 KB 320/558 KB 72/181 KB 164/1206 KB 356/1199 KB 324/558 KB 76/181 KB 164/1206 KB 356/1199 KB 324/558 KB 80/181 KB 164/1206 KB 356/1199 KB 324/558 KB 68/181 KB 164/1206 KB 356/1199 KB 324/558 KB 80/181 KB 168/1206 KB 356/1199 KB 324/558 KB 68/181 KB 160/1206 KB 356/1199 KB 324/558 KB 68/181 KB 160/1206 KB 356/1199 KB 320/558 KB 80/181 KB 168/1206 KB 360/1199 KB 324/558 KB 80/181 KB 168/1206 KB 364/1199 KB 324/558 KB 80/181 KB 168/1206 KB 364/1199 KB 328/558 KB 80/181 KB 168/1206 KB 364/1199 KB 332/558 KB 80/181 KB 172/1206 KB 368/1199 KB 336/558 KB 84/181 KB 172/1206 KB 368/1199 KB 340/558 KB 84/181 KB 172/1206 KB 368/1199 KB 344/558 KB 84/181 KB 172/1206 KB 368/1199 KB 348/558 KB 84/181 KB 172/1206 KB 368/1199 KB 352/558 KB 80/181 KB 172/1206 KB 368/1199 KB 332/558 KB 80/181 KB 172/1206 KB 364/1199 KB 332/558 KB 84/181 KB 176/1206 KB 368/1199 KB 352/558 KB 84/181 KB 180/1206 KB 368/1199 KB 352/558 KB 84/181 KB 184/1206 KB 372/1199 KB 352/558 KB 84/181 KB 188/1206 KB 372/1199 KB 352/558 KB 84/181 KB 192/1206 KB 372/1199 KB 352/558 KB 84/181 KB 172/1206 KB 368/1199 KB 336/558 KB 88/181 KB 192/1206 KB 372/1199 KB 352/558 KB 92/181 KB 192/1206 KB 372/1199 KB 352/558 KB 96/181 KB 192/1206 KB 372/1199 KB 352/558 KB 100/181 KB 192/1206 KB 372/1199 KB 352/558 KB 104/181 KB 196/1206 KB 372/1199 KB 356/558 KB 108/181 KB 196/1206 KB 372/1199 KB 356/558 KB 112/181 KB 196/1206 KB 372/1199 KB 356/558 KB 84/181 KB 180/1206 KB 372/1199 KB 352/558 KB 112/181 KB 196/1206 KB 376/1199 KB 356/558 KB 112/181 KB 196/1206 KB 380/1199 KB 356/558 KB 112/181 KB 196/1206 KB 384/1199 KB 356/558 KB 112/181 KB 196/1206 KB 388/1199 KB 356/558 KB 112/181 KB 196/1206 KB 392/1199 KB 356/558 KB 112/181 KB 196/1206 KB 396/1199 KB 356/558 KB 112/181 KB 196/1206 KB 400/1199 KB 356/558 KB 100/181 KB 196/1206 KB 372/1199 KB 356/558 KB 112/181 KB 196/1206 KB 400/1199 KB 360/558 KB 112/181 KB 196/1206 KB 400/1199 KB 364/558 KB 112/181 KB 196/1206 KB 404/1199 KB 368/558 KB 112/181 KB 196/1206 KB 404/1199 KB 372/558 KB 116/181 KB 196/1206 KB 404/1199 KB 376/558 KB 116/181 KB 196/1206 KB 404/1199 KB 380/558 KB 116/181 KB 196/1206 KB 404/1199 KB 384/558 KB 100/181 KB 196/1206 KB 372/1199 KB 352/558 KB 116/181 KB 200/1206 KB 404/1199 KB 384/558 KB 116/181 KB 204/1206 KB 404/1199 KB 384/558 KB 116/181 KB 208/1206 KB 404/1199 KB 384/558 KB 116/181 KB 212/1206 KB 404/1199 KB 384/558 KB 116/181 KB 216/1206 KB 404/1199 KB 384/558 KB 116/181 KB 220/1206 KB 404/1199 KB 384/558 KB 116/181 KB 224/1206 KB 404/1199 KB 384/558 KB 116/181 KB 228/1206 KB 404/1199 KB 384/558 KB 116/181 KB 232/1206 KB 404/1199 KB 388/558 KB 116/181 KB 236/1206 KB 404/1199 KB 388/558 KB 116/181 KB 240/1206 KB 404/1199 KB 388/558 KB 116/181 KB 196/1206 KB 404/1199 KB 372/558 KB 120/181 KB 240/1206 KB 404/1199 KB 388/558 KB 124/181 KB 240/1206 KB 404/1199 KB 388/558 KB 128/181 KB 240/1206 KB 404/1199 KB 388/558 KB 132/181 KB 240/1206 KB 404/1199 KB 388/558 KB 136/181 KB 240/1206 KB 404/1199 KB 388/558 KB 140/181 KB 240/1206 KB 404/1199 KB 388/558 KB 144/181 KB 240/1206 KB 404/1199 KB 388/558 KB 148/18 unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 1 KB 240/1206 KB 404/1199 KB 388/558 KB 152/181 KB 244/1206 KB 404/1199 KB 388/558 KB 112/181 KB 196/1206 KB 404/1199 KB 364/558 KB 152/181 KB 244/1206 KB 408/1199 KB 388/558 KB 152/181 KB 244/1206 KB 412/1199 KB 388/558 KB 152/181 KB 244/1206 KB 416/1199 KB 388/558 KB 152/181 KB 244/1206 KB 420/1199 KB 388/558 KB 152/181 KB 244/1206 KB 424/1199 KB 388/558 KB 152/181 KB 244/1206 KB 428/1199 KB 388/558 KB 152/181 KB 244/1206 KB 432/1199 KB 388/558 KB 152/181 KB 244/1206 KB 436/1199 KB 388/558 KB 148/181 KB 244/1206 KB 404/1199 KB 388/558 KB 156/181 KB 248/1206 KB 436/1199 KB 388/558 KB 156/181 KB 252/1206 KB 440/1199 KB 388/558 KB 156/181 KB 256/1206 KB 440/1199 KB 388/558 KB 156/181 KB 260/1206 KB 440/1199 KB 388/558 KB 156/181 KB 264/1206 KB 440/1199 KB 388/558 KB 156/181 KB 268/1206 KB 440/1199 KB 388/558 KB 156/181 KB 272/1206 KB 440/1199 KB 388/558 KB 116/181 KB 228/1206 KB 404/1199 KB 388/558 KB 156/181 KB 272/1206 KB 440/1199 KB 392/558 KB 156/181 KB 272/1206 KB 440/1199 KB 396/558 KB 156/181 KB 272/1206 KB 440/1199 KB 400/558 KB 156/181 KB 272/1206 KB 440/1199 KB 404/558 KB 156/181 KB 272/1206 KB 440/1199 KB 408/558 KB 156/181 KB 248/1206 KB 440/1199 KB 388/558 KB 156/181 KB 272/1206 KB 444/1199 KB 412/558 KB 156/181 KB 272/1206 KB 448/1199 KB 412/558 KB 156/181 KB 244/1206 KB 436/1199 KB 388/558 KB 160/181 KB 272/1206 KB 448/1199 KB 412/558 KB 164/181 KB 272/1206 KB 448/1199 KB 412/558 KB 168/181 KB 272/1206 KB 452/1199 KB 412/558 KB 172/181 KB 272/1206 KB 452/1199 KB 412/558 KB 176/181 KB 272/1206 KB 452/1199 KB 412/558 KB 156/181 KB 272/1206 KB 452/1199 KB 412/558 KB 176/181 KB 272/1206 KB 452/1199 KB 416/558 KB 176/181 KB 272/1206 KB 452/1199 KB 420/558 KB 176/181 KB 276/1206 KB 452/1199 KB 424/558 KB 180/181 KB 276/1206 KB 452/1199 KB 428/558 KB 180/181 KB 276/1206 KB 452/1199 KB 432/558 KB 180/181 KB 276/1206 KB 452/1199 KB 436/558 KB 180/181 KB 276/1206 KB 452/1199 KB 440/558 KB 164/181 KB 272/1206 KB 452/1199 KB 412/558 KB 180/181 KB 276/1206 KB 456/1199 KB 440/558 KB 180/181 KB 276/1206 KB 460/1199 KB 440/558 KB 180/181 KB 276/1206 KB 464/1199 KB 440/558 KB 180/181 KB 276/1206 KB 468/1199 KB 440/558 KB 180/181 KB 276/1206 KB 472/1199 KB 440/558 KB 180/181 KB 276/1206 KB 476/1199 KB 440/558 KB 180/181 KB 276/1206 KB 480/1199 KB 440/558 KB 180/181 KB 276/1206 KB 452/1199 KB 424/558 KB 181/181 KB 276/1206 KB 480/1199 KB 440/558 KB 176/181 KB 276/1206 KB 452/1199 KB 420/558 KB 181/181 KB 280/1206 KB 480/1199 KB 440/558 KB 181/181 KB 284/1206 KB 480/1199 KB 440/558 KB 181/181 KB 288/1206 KB 480/1199 KB 440/558 KB 181/181 KB 288/1206 KB 484/1199 KB 440/558 KB 181/181 KB 292/1206 KB 488/1199 KB 444/558 KB 181/181 KB 292/1206 KB 492/1199 KB 444/558 KB 181/181 KB 292/1206 KB 496/1199 KB 444/558 KB 181/181 KB 292/1206 KB 484/1199 KB 444/558 KB 181/181 KB 292/1206 KB 496/1199 KB 448/558 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (181 KB at 786.1 KB/sec) unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 181/181 KB 292/1206 KB 484/1199 KB 440/558 KB 296/1206 KB 500/1199 KB 452/558 KB 300/1206 KB 500/1199 KB 452/558 KB 304/1206 KB 500/1199 KB 452/558 KB 308/1206 KB 500/1199 KB 452/558 KB 312/1206 KB 500/1199 KB 452/558 KB 316/1206 KB 500/1199 KB 452/558 KB 320/1206 KB 500/1199 KB 452/558 KB 292/1206 KB 500/1199 KB 452/558 KB 320/1206 KB 504/1199 KB 452/558 KB 320/1206 KB 508/1199 KB 452/558 KB 320/1206 KB 512/1199 KB 452/558 KB 320/1206 KB 516/1199 KB 452/558 KB 324/1206 KB 520/1199 KB 452/558 KB 324/1206 KB 524/1199 KB 452/558 KB 324/1206 KB 528/1199 KB 452/558 KB 292/1206 KB 496/1199 KB 452/558 KB 324/1206 KB 528/1199 KB 456/558 KB 324/1206 KB 528/1199 KB 460/558 KB 324/1206 KB 528/1199 KB 464/558 KB 324/1206 KB 528/1199 KB 468/558 KB 324/1206 KB 528/1199 KB 472/558 KB 324/1206 KB 528/1199 KB 476/558 KB 324/1206 KB 528/1199 KB 480/558 KB 324/1206 KB 528/1199 KB 484/558 KB 324/1206 KB 532/1199 KB 488/558 KB 324/1206 KB 532/1199 KB 492/558 KB 324/1206 KB 532/1199 KB 496/558 KB 324/1206 KB 516/1199 KB 452/558 KB 328/1206 KB 532/1199 KB 496/558 KB 332/1206 KB 532/1199 KB 496/558 KB 336/1206 KB 532/1199 KB 496/558 KB 340/1206 KB 532/1199 KB 496/558 KB 344/1206 KB 532/1199 KB 496/558 KB 348/1206 KB 532/1199 KB 496/558 KB 352/1206 KB 532/1199 KB 496/558 KB 324/1206 KB 532/1199 KB 484/558 KB 352/1206 KB 536/1199 KB 496/558 KB 352/1206 KB 540/1199 KB 496/558 KB 352/1206 KB 544/1199 KB 496/558 KB 352/1206 KB 548/1199 KB 496/558 KB 356/1206 KB 552/1199 KB 500/558 KB 356/1206 KB 556/1199 KB 500/558 KB 356/1206 KB 560/1199 KB 500/558 KB 356/1206 KB 548/1199 KB 500/558 KB 360/1206 KB 560/1199 KB 500/558 KB 364/1206 KB 560/1199 KB 500/558 KB 368/1206 KB 560/1199 KB 500/558 KB 372/1206 KB 560/1199 KB 500/558 KB 376/1206 KB 564/1199 KB 500/558 KB 380/1206 KB 564/1199 KB 500/558 KB 384/1206 KB 564/1199 KB 500/558 KB 352/1206 KB 548/1199 KB 500/558 KB 384/1206 KB 564/1199 KB 504/558 KB 384/1206 KB 564/1199 KB 508/558 KB 384/1206 KB 564/1199 KB 512/558 KB 384/1206 KB 564/1199 KB 516/558 KB 384/1206 KB 564/1199 KB 520/558 KB 384/1206 KB 564/1199 KB 524/558 KB 384/1206 KB 564/1199 KB 528/558 KB 384/1206 KB 564/1199 KB 532/558 KB 384/1206 KB 564/1199 KB 536/558 KB 384/1206 KB 564/1199 KB 540/558 KB 384/1206 KB 564/1199 KB 544/558 KB 384/1206 KB 564/1199 KB 548/558 KB 388/1206 KB 564/1199 KB 552/558 KB 388/1206 KB 564/1199 KB 556/558 KB 388/1206 KB 564/1199 KB 558/558 KB 372/1206 KB 564/1199 KB 500/558 KB 388/1206 KB 568/1199 KB 558/558 KB 388/1206 KB 572/1199 KB 558/558 KB 388/1206 KB 576/1199 KB 558/558 KB 388/1206 KB 580/1199 KB 558/558 KB 388/1206 KB 584/1199 KB 558/558 KB 388/1206 KB 588/1199 KB 558/558 KB 388/1206 KB 592/1199 KB 558/558 KB 388/1206 KB 564/1199 KB 548/558 KB 392/1206 KB 592/1199 KB 558/558 KB 396/1206 KB 592/1199 KB 558/558 KB 400/1206 KB 592/1199 KB 558/558 KB 404/1206 KB 592/1199 KB 558/558 KB 408/1206 KB 596/1199 KB 558/558 KB 412/1206 KB 596/1199 KB 558/558 KB 416/1206 KB 596/1199 KB 558/558 KB 420/1206 KB 596/1199 KB 558/558 KB 424/1206 KB 596/1199 KB 558/558 KB 428/1206 KB 596/1199 KB 558/558 KB 432/1206 KB 596/1199 KB 558/558 KB 404/1206 KB 596/1199 KB 558/558 KB 432/1206 KB 600/1199 KB 558/558 KB 432/1206 KB 604/1199 KB 558/558 KB 432/1206 KB 608/1199 KB 558/558 KB 432/1206 KB 612/1199 KB 558/558 KB 432/1206 KB 616/1199 KB 558/558 KB 432/1206 KB 620/1199 KB 558/558 KB 432/1206 KB 624/1199 KB 558/558 KB 432/1206 KB 628/1199 KB 558/558 KB unit-abot-epc-basic-0: 16:55:04 DEBUG unit.abot-epc-basic/0.install 436/1206 KB 632/1199 KB 436/1206 KB 636/1199 KB 436/1206 KB 640/1199 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar (558 KB at 2219.6 KB/sec) unit-abot-epc-basic-0: 16:55:05 DEBUG unit.abot-epc-basic/0.install 436/1206 KB 628/1199 KB 558/558 KB 440/1206 KB 640/1199 KB 444/1206 KB 640/1199 KB 448/1206 KB 640/1199 KB 452/1206 KB 644/1199 KB 456/1206 KB 644/1199 KB 460/1206 KB 644/1199 KB 464/1206 KB 644/1199 KB 468/1206 KB 644/1199 KB 472/1206 KB 644/1199 KB 476/1206 KB 644/1199 KB 480/1206 KB 644/1199 KB 484/1206 KB 644/1199 KB 448/1206 KB 644/1199 KB 484/1206 KB 648/1199 KB 484/1206 KB 652/1199 KB 484/1206 KB 656/1199 KB 484/1206 KB 660/1199 KB 484/1206 KB 664/1199 KB 484/1206 KB 668/1199 KB 484/1206 KB 672/1199 KB 484/1206 KB 676/1199 KB 484/1206 KB 680/1199 KB 488/1206 KB 684/1199 KB 488/1206 KB 680/1199 KB 492/1206 KB 684/1199 KB 496/1206 KB 684/1199 KB 496/1206 KB 688/1199 KB 500/1206 KB 688/1199 KB 504/1206 KB 692/1199 KB 508/1206 KB 692/1199 KB 512/1206 KB 692/1199 KB 516/1206 KB 692/1199 KB 520/1206 KB 692/1199 KB 524/1206 KB 692/1199 KB 528/1206 KB 692/1199 KB 500/1206 KB 692/1199 KB 528/1206 KB 696/1199 KB 528/1206 KB 700/1199 KB 528/1206 KB 704/1199 KB 528/1206 KB 708/1199 KB 528/1206 KB 712/1199 KB 528/1206 KB 716/1199 KB 528/1206 KB 720/1199 KB 528/1206 KB 724/1199 KB 532/1206 KB 728/1199 KB 532/1206 KB 732/1199 KB 532/1206 KB 736/1199 KB 532/1206 KB 724/1199 KB 536/1206 KB 736/1199 KB 540/1206 KB 740/1199 KB 544/1206 KB 740/1199 KB 548/1206 KB 740/1199 KB 552/1206 KB 740/1199 KB 556/1206 KB 740/1199 KB 560/1206 KB 740/1199 KB 564/1206 KB 740/1199 KB 568/1206 KB 740/1199 KB 572/1206 KB 740/1199 KB 576/1206 KB 740/1199 KB 580/1206 KB 740/1199 KB 536/1206 KB 740/1199 KB 580/1206 KB 744/1199 KB 580/1206 KB 748/1199 KB 580/1206 KB 752/1199 KB 580/1206 KB 756/1199 KB 580/1206 KB 760/1199 KB 580/1206 KB 764/1199 KB 580/1206 KB 768/1199 KB 580/1206 KB 772/1199 KB 580/1206 KB 776/1199 KB 580/1206 KB 780/1199 KB 584/1206 KB 780/1199 KB 584/1206 KB 784/1199 KB 588/1206 KB 784/1199 KB 592/1206 KB 784/1199 KB 596/1206 KB 788/1199 KB 600/1206 KB 788/1199 KB 604/1206 KB 788/1199 KB 608/1206 KB 788/1199 KB 592/1206 KB 788/1199 KB 608/1206 KB 792/1199 KB 608/1206 KB 796/1199 KB 608/1206 KB 800/1199 KB 608/1206 KB 804/1199 KB 612/1206 KB 808/1199 KB 612/1206 KB 812/1199 KB 612/1206 KB 816/1199 KB 612/1206 KB 804/1199 KB 616/1206 KB 816/1199 KB 620/1206 KB 816/1199 KB 624/1206 KB 816/1199 KB 628/1206 KB 820/1199 KB 632/1206 KB 820/1199 KB 636/1206 KB 820/1199 KB 640/1206 KB 820/1199 KB 644/1206 KB 820/1199 KB 648/1206 KB 820/1199 KB 652/1206 KB 820/1199 KB 656/1206 KB 820/1199 KB 660/1206 KB 820/1199 KB 624/1206 KB 820/1199 KB 660/1206 KB 824/1199 KB 660/1206 KB 828/1199 KB 660/1206 KB 832/1199 KB 660/1206 KB 836/1199 KB 660/1206 KB 840/1199 KB 660/1206 KB 844/1199 KB 660/1206 KB 848/1199 KB 660/1206 KB 852/1199 KB 660/1206 KB 856/1199 KB 664/1206 KB 860/1199 KB 664/1206 KB 864/1199 KB 664/1206 KB 856/1199 KB 668/1206 KB 864/1199 KB 672/1206 KB 864/1199 KB 672/1206 KB 868/1199 KB 676/1206 KB 872/1199 KB 676/1206 KB 876/1199 KB 676/1206 KB 880/1199 KB 676/1206 KB 868/1199 KB 680/1206 KB 880/1199 KB 684/1206 KB 880/1199 KB 688/1206 KB 880/1199 KB 692/1206 KB 880/1199 KB 696/1206 KB 884/1199 KB 700/1206 KB 884/1199 KB 704/1206 KB 884/1199 KB 692/1206 KB 884/1199 KB 704/1206 KB 888/1199 KB 704/1206 KB 892/1199 KB 704/1206 KB 896/1199 KB 704/1206 KB 900/1199 KB 708/1206 KB 904/1199 KB 708/1206 KB 908/1199 KB 708/1206 KB 912/1199 KB 708/1206 KB 916/1199 KB 708/1206 KB 920/1199 KB 708/1206 KB 924/1199 KB 708/1206 KB 928/1199 KB 708/1206 KB 932/1199 unit-abot-epc-basic-0: 16:55:05 DEBUG unit.abot-epc-basic/0.install KB 708/1206 KB 900/1199 KB 712/1206 KB 932/1199 KB 716/1206 KB 932/1199 KB 720/1206 KB 932/1199 KB 720/1206 KB 936/1199 KB 720/1206 KB 940/1199 KB 720/1206 KB 944/1199 KB 720/1206 KB 948/1199 KB 720/1206 KB 952/1199 KB 720/1206 KB 956/1199 KB 720/1206 KB 960/1199 KB 720/1206 KB 964/1199 KB 720/1206 KB 968/1199 KB 720/1206 KB 972/1199 KB 720/1206 KB 976/1199 KB 720/1206 KB 980/1199 KB 720/1206 KB 984/1199 KB 720/1206 KB 988/1199 KB 720/1206 KB 992/1199 KB 720/1206 KB 996/1199 KB 724/1206 KB 996/1199 KB 728/1206 KB 996/1199 KB 732/1206 KB 996/1199 KB 736/1206 KB 996/1199 KB 740/1206 KB 996/1199 KB 744/1206 KB 996/1199 KB 748/1206 KB 996/1199 KB 752/1206 KB 996/1199 KB 756/1206 KB 996/1199 KB 760/1206 KB 996/1199 KB 764/1206 KB 996/1199 KB 768/1206 KB 996/1199 KB 772/1206 KB 996/1199 KB 776/1206 KB 996/1199 KB 780/1206 KB 996/1199 KB 784/1206 KB 996/1199 KB 788/1206 KB 996/1199 KB 792/1206 KB 996/1199 KB 796/1206 KB 996/1199 KB 800/1206 KB 996/1199 KB 804/1206 KB 996/1199 KB 804/1206 KB 1000/1199 KB 804/1206 KB 1004/1199 KB 804/1206 KB 1008/1199 KB 808/1206 KB 1008/1199 KB 812/1206 KB 1008/1199 KB 816/1206 KB 1012/1199 KB 812/1206 KB 1012/1199 KB 816/1206 KB 1016/1199 KB 816/1206 KB 1020/1199 KB 816/1206 KB 1024/1199 KB 820/1206 KB 1024/1199 KB 824/1206 KB 1024/1199 KB 828/1206 KB 1024/1199 KB 832/1206 KB 1024/1199 KB 836/1206 KB 1024/1199 KB 840/1206 KB 1028/1199 KB 844/1206 KB 1028/1199 KB 848/1206 KB 1028/1199 KB 836/1206 KB 1028/1199 KB 848/1206 KB 1032/1199 KB 848/1206 KB 1036/1199 KB 848/1206 KB 1040/1199 KB 848/1206 KB 1044/1199 KB 852/1206 KB 1048/1199 KB 852/1206 KB 1052/1199 KB 852/1206 KB 1056/1199 KB 852/1206 KB 1044/1199 KB 856/1206 KB 1056/1199 KB 860/1206 KB 1060/1199 KB 864/1206 KB 1060/1199 KB 868/1206 KB 1060/1199 KB 872/1206 KB 1060/1199 KB 876/1206 KB 1060/1199 KB 880/1206 KB 1060/1199 KB 856/1206 KB 1060/1199 KB 880/1206 KB 1064/1199 KB 880/1206 KB 1068/1199 KB 880/1206 KB 1072/1199 KB 880/1206 KB 1076/1199 KB 884/1206 KB 1080/1199 KB 884/1206 KB 1084/1199 KB 884/1206 KB 1088/1199 KB 884/1206 KB 1076/1199 KB 888/1206 KB 1088/1199 KB 892/1206 KB 1092/1199 KB 896/1206 KB 1092/1199 KB 900/1206 KB 1092/1199 KB 904/1206 KB 1092/1199 KB 908/1206 KB 1092/1199 KB 912/1206 KB 1092/1199 KB 916/1206 KB 1092/1199 KB 920/1206 KB 1092/1199 KB 924/1206 KB 1092/1199 KB 928/1206 KB 1092/1199 KB 932/1206 KB 1092/1199 KB 888/1206 KB 1092/1199 KB 932/1206 KB 1096/1199 KB 932/1206 KB 1100/1199 KB 932/1206 KB 1104/1199 KB 932/1206 KB 1108/1199 KB 932/1206 KB 1112/1199 KB 932/1206 KB 1116/1199 KB 932/1206 KB 1120/1199 KB 932/1206 KB 1124/1199 KB 932/1206 KB 1128/1199 KB 932/1206 KB 1132/1199 KB 932/1206 KB 1136/1199 KB 936/1206 KB 1140/1199 KB 936/1206 KB 1144/1199 KB 936/1206 KB 1148/1199 KB 936/1206 KB 1152/1199 KB 936/1206 KB 1156/1199 KB 936/1206 KB 1160/1199 KB 936/1206 KB 1164/1199 KB 936/1206 KB 1168/1199 KB 936/1206 KB 1136/1199 KB 940/1206 KB 1168/1199 KB 944/1206 KB 1168/1199 KB 948/1206 KB 1168/1199 KB 952/1206 KB 1168/1199 KB 956/1206 KB 1168/1199 KB 960/1206 KB 1168/1199 KB 964/1206 KB 1168/1199 KB 968/1206 KB 1168/1199 KB 972/1206 KB 1168/1199 KB 976/1206 KB 1168/1199 KB 980/1206 KB 1168/1199 KB 984/1206 KB 1172/1199 KB 988/1206 KB 1172/1199 KB 992/1206 KB 1172/1199 KB 980/1206 KB 1172/1199 KB 992/1206 KB 1176/1199 KB 992/1206 KB 1180/1199 KB 992/1206 KB 1184/1199 KB 992/1206 KB 1188/1199 KB 996/1206 KB 1192/1199 KB 996/1206 KB 1196/11 unit-abot-epc-basic-0: 16:55:05 DEBUG unit.abot-epc-basic/0.install 99 KB 996/1206 KB 1199/1199 KB 996/1206 KB 1188/1199 KB 1000/1206 KB 1199/1199 KB 1004/1206 KB 1199/1199 KB 1008/1206 KB 1199/1199 KB 1012/1206 KB 1199/1199 KB 1016/1206 KB 1199/1199 KB 1020/1206 KB 1199/1199 KB 1024/1206 KB 1199/1199 KB 1028/1206 KB 1199/1199 KB 1032/1206 KB 1199/1199 KB 1036/1206 KB 1199/1199 KB 1040/1206 KB 1199/1199 KB 1044/1206 KB 1199/1199 KB 1048/1206 KB 1199/1199 KB 1052/1206 KB 1199/1199 KB 1056/1206 KB 1199/1199 KB 1060/1206 KB 1199/1199 KB 1064/1206 KB 1199/1199 KB 1068/1206 KB 1199/1199 KB 1072/1206 KB 1199/1199 KB 1076/1206 KB 1199/1199 KB 1080/1206 KB 1199/1199 KB 1084/1206 KB 1199/1199 KB 1088/1206 KB 1199/1199 KB 1092/1206 KB 1199/1199 KB 1096/1206 KB 1199/1199 KB 1100/1206 KB 1199/1199 KB 1104/1206 KB 1199/1199 KB 1108/1206 KB 1199/1199 KB 1112/1206 KB 1199/1199 KB 1116/1206 KB 1199/1199 KB 1120/1206 KB 1199/1199 KB 1124/1206 KB 1199/1199 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.jar (1199 KB at 3621.3 KB/sec) unit-abot-epc-basic-0: 16:55:05 DEBUG unit.abot-epc-basic/0.install 1128/1206 KB 1132/1206 KB 1136/1206 KB 1140/1206 KB 1144/1206 KB 1148/1206 KB 1152/1206 KB 1156/1206 KB 1160/1206 KB 1164/1206 KB 1168/1206 KB 1172/1206 KB 1176/1206 KB 1180/1206 KB 1184/1206 KB 1188/1206 KB 1192/1206 KB 1196/1206 KB 1200/1206 KB 1204/1206 KB 1206/1206 KB Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar (1206 KB at 3484.6 KB/sec) unit-oai-hss-0: 16:55:05 DEBUG unit.oai-hss/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:55:05 DEBUG unit.abot-epc-basic/0.install [INFO] About to generate Cucumber report. unit-abot-epc-basic-0: 16:55:05 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 16:55:05 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ABOT-RunScenarios --- unit-oai-hss-0: 16:55:05 DEBUG unit.oai-hss/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:55:05 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/target/ABOT-RunScenarios-3.0.91.jar to /root/.m2/repository/com/rebaca/abot/runscenarios/ABOT-RunScenarios/3.0.91/ABOT-RunScenarios-3.0.91.jar unit-abot-epc-basic-0: 16:55:05 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/pom.xml to /root/.m2/repository/com/rebaca/abot/runscenarios/ABOT-RunScenarios/3.0.91/ABOT-RunScenarios-3.0.91.pom unit-abot-epc-basic-0: 16:55:05 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:55:05 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 16:55:05 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:55:05 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 43.723 s unit-abot-epc-basic-0: 16:55:05 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-10-04T16:55:05+00:00 unit-abot-epc-basic-0: 16:55:05 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 26M/63M unit-abot-epc-basic-0: 16:55:05 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 16:55:05 DEBUG unit.abot-epc-basic/0.install No ES conf defined - hence result not pushed to ES unit-oai-hss-0: 16:55:05 DEBUG unit.oai-hss/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 16:55:05 DEBUG unit.abot-epc-basic/0.install Starting flask GUI... unit-abot-epc-basic-0: 16:55:05 DEBUG unit.abot-epc-basic/0.install Setting up libmpc3:amd64 (1.0.3-1) ... unit-oai-hss-0: 16:55:06 DEBUG unit.oai-hss/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 16:55:06 DEBUG unit.abot-epc-basic/0.install * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit) unit-oai-hss-0: 16:55:06 DEBUG unit.oai-hss/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 16:55:06 DEBUG unit.abot-epc-basic/0.install Setting up ant (1.9.6-1ubuntu1.1) ... unit-oai-hss-0: 16:55:06 DEBUG unit.oai-hss/0.install Progress: [ 82%] Progress: [ 85%] Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:55:06 DEBUG unit.abot-epc-basic/0.install Setting up ant-optional (1.9.6-1ubuntu1.1) ... unit-oai-hss-0: 16:55:06 DEBUG unit.oai-hss/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:55:06 DEBUG unit.abot-epc-basic/0.install Setting up binutils (2.26.1-1ubuntu1~16.04.7) ... unit-oai-hss-0: 16:55:07 DEBUG unit.oai-hss/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 16:55:07 DEBUG unit.abot-epc-basic/0.install Setting up libc-dev-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 16:55:07 DEBUG unit.oai-hss/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 16:55:07 DEBUG unit.abot-epc-basic/0.install Setting up linux-libc-dev:amd64 (4.4.0-137.163) ... unit-abot-epc-basic-0: 16:55:07 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dev:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 16:55:07 DEBUG unit.abot-epc-basic/0.install Setting up libisl15:amd64 (0.16.1-1) ... unit-abot-epc-basic-0: 16:55:08 DEBUG unit.abot-epc-basic/0.install Setting up cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 16:55:08 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 16:55:08 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 16:55:08 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 16:55:08 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-abot-epc-basic-0: 16:55:08 DEBUG unit.abot-epc-basic/0.install Setting up cpp (4:5.3.1-1ubuntu1) ... unit-oai-hss-0: 16:55:08 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-abot-epc-basic-0: 16:55:09 DEBUG unit.abot-epc-basic/0.install Setting up libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 16:55:09 DEBUG unit.abot-epc-basic/0.install Setting up libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 16:55:09 DEBUG unit.abot-epc-basic/0.install Setting up libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-abot-epc-basic-0: 16:55:09 DEBUG unit.abot-epc-basic/0.install Setting up libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 16:55:09 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:55:09 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 16:55:09 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 16:55:09 DEBUG unit.abot-epc-basic/0.install Setting up libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-hss-0: 16:55:09 DEBUG unit.oai-hss/0.install + echo -n unit-abot-epc-basic-0: 16:55:09 DEBUG unit.abot-epc-basic/0.install Setting up liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:55:10 DEBUG unit.abot-epc-basic/0.install Setting up libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 16:55:10 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 16:55:10 DEBUG unit.oai-hss/0.install + cp -f /etc/hosts /home unit-oai-hss-0: 16:55:10 DEBUG unit.oai-hss/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-hss-0: 16:55:10 DEBUG unit.oai-hss/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 16:55:10 DEBUG unit.abot-epc-basic/0.install Setting up libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:55:10 DEBUG unit.abot-epc-basic/0.install Setting up libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:55:10 DEBUG unit.abot-epc-basic/0.install Setting up libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:55:11 DEBUG unit.abot-epc-basic/0.install Setting up libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:55:11 DEBUG unit.abot-epc-basic/0.install Setting up libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:55:11 DEBUG unit.abot-epc-basic/0.install Setting up gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:55:11 DEBUG unit.abot-epc-basic/0.install Setting up gcc (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:55:11 DEBUG unit.abot-epc-basic/0.install Setting up libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:55:11 DEBUG unit.abot-epc-basic/0.install Setting up g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:55:12 DEBUG unit.abot-epc-basic/0.install Setting up g++ (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:55:12 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-abot-epc-basic-0: 16:55:12 DEBUG unit.abot-epc-basic/0.install Setting up make (4.1-6) ... unit-abot-epc-basic-0: 16:55:12 DEBUG unit.abot-epc-basic/0.install Setting up libdpkg-perl (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 16:55:12 DEBUG unit.abot-epc-basic/0.install Setting up dpkg-dev (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 16:55:13 DEBUG unit.abot-epc-basic/0.install Setting up build-essential (12.1ubuntu2) ... unit-abot-epc-basic-0: 16:55:13 DEBUG unit.abot-epc-basic/0.install Setting up libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 16:55:13 DEBUG unit.abot-epc-basic/0.install Setting up fakeroot (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 16:55:13 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-abot-epc-basic-0: 16:55:13 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-perl (1.19.03-1) ... unit-abot-epc-basic-0: 16:55:13 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-xs-perl (0.04-4build1) ... unit-abot-epc-basic-0: 16:55:13 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-merge-perl (0.08-3) ... unit-abot-epc-basic-0: 16:55:13 DEBUG unit.abot-epc-basic/0.install Setting up libxpp2-java (2.1.10-7build1) ... unit-abot-epc-basic-0: 16:55:13 DEBUG unit.abot-epc-basic/0.install Setting up libxpp3-java (1.1.4c-2build1) ... unit-abot-epc-basic-0: 16:55:13 DEBUG unit.abot-epc-basic/0.install Setting up libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-abot-epc-basic-0: 16:55:14 DEBUG unit.abot-epc-basic/0.install Setting up libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 16:55:14 DEBUG unit.abot-epc-basic/0.install Setting up libfile-fcntllock-perl (0.22-3) ... unit-abot-epc-basic-0: 16:55:14 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 16:55:14 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 16:55:14 DEBUG unit.abot-epc-basic/0.install Setting up libpython-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 16:55:14 DEBUG unit.abot-epc-basic/0.install Setting up libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 16:55:14 DEBUG unit.abot-epc-basic/0.install Setting up libxom-java (1.2.10-1) ... unit-abot-epc-basic-0: 16:55:15 DEBUG unit.abot-epc-basic/0.install Setting up manpages-dev (4.04-2) ... unit-abot-epc-basic-0: 16:55:15 DEBUG unit.abot-epc-basic/0.install Setting up python-all (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 16:55:15 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-dev (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 16:55:15 DEBUG unit.abot-epc-basic/0.install Setting up python-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 16:55:15 DEBUG unit.abot-epc-basic/0.install Setting up python-all-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 16:55:15 DEBUG unit.abot-epc-basic/0.install Setting up python-pkg-resources (20.7.0-1) ... unit-abot-epc-basic-0: 16:55:16 DEBUG unit.abot-epc-basic/0.install Setting up python-setuptools (20.7.0-1) ... unit-abot-epc-basic-0: 16:55:16 DEBUG unit.abot-epc-basic/0.install Setting up python-wheel (0.29.0-1) ... unit-abot-epc-basic-0: 16:55:16 DEBUG unit.abot-epc-basic/0.install Setting up ssl-cert (1.0.37) ... unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + git checkout v0.3.2-branch unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install Switched to a new branch 'v0.3.2-branch' unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install Branch v0.3.2-branch set up to track remote branch v0.3.2-branch from origin. unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + sed -i -r 's/(check_kernel_release_and_install_xtables_addons_oai[^()]+)/#\1/' /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-abot-epc-basic-0: 16:55:17 DEBUG unit.abot-epc-basic/0.install hostname: Name or service not known unit-abot-epc-basic-0: 16:55:17 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: Could not get FQDN, using "juju-c8bb6e-default-0". unit-abot-epc-basic-0: 16:55:17 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: You may want to fix your /etc/hosts and/or DNS setup and run unit-abot-epc-basic-0: 16:55:17 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: make-ssl-cert generate-default-snakeoil --force-overwrite unit-abot-epc-basic-0: 16:55:17 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: again. unit-oai-hss-0: 16:55:17 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:55:17 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-158-generic unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-158-generic unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-158-generic unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + [[ false == true ]] unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + '[' kvm == '' ']' unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-158-generic unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-158-generic unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-158-generic unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + [[ false == false ]] unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.reboot unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install cat: /var/lib/juju/agents/unit-oai-hss-0/charm/.reboot: No such file or directory unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + '[' '' '!=' reboot ']' unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + echo reboot unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + juju-log 'installing the required kernel and reboot' unit-oai-hss-0: 16:55:17 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:55:17 INFO unit.oai-hss/0.juju-log installing the required kernel and reboot unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-hss-0: 16:55:17 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 16:55:17 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + install_required_kernel unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + version=3.19 unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install + wget -r -e robots=off --accept-regex '(.*generic.*amd64)|(all).deb' http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install --2018-10-04 16:55:17-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 16:55:17 DEBUG unit.oai-hss/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-abot-epc-basic-0: 16:55:18 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-abot-epc-basic-0: 16:55:18 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install Length: unspecified [text/html] unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install 0K ....... 34.4M=0s unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install 2018-10-04 16:55:18 (34.4 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install --2018-10-04 16:55:18-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 16:55:18 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 370K 3s unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 8% 369K 3s unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 1.34M 2s unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 17% 504K 2s unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 32.4M 1s unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 26% 38.8M 1s unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 31% 379K 1s unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 35% 32.5M 1s unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 39% 21.9M 1s unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 44% 32.1M 1s unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 48% 35.5M 1s unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 53% 43.8M 0s unit-oai-hss-0: 16:55:18 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 57% 1.68M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 62% 505K 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 66% 26.9M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 71% 29.9M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 75% 30.7M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 79% 37.7M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 84% 63.9M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 88% 91.6M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 93% 160M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 97% 347M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 1100K .......... .......... ...... 100% 491M=0.7s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 2018-10-04 16:55:19 (1.61 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [1153230/1153230] unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install --2018-10-04 16:55:19-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 45.0M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 47.6M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 1% 55.6M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 1% 108M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 1% 312M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 2% 353M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 2% 319M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 3% 359M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 3% 314M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 3% 37.6M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 4% 34.2M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 4% 33.2M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 4% 37.1M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 5% 48.2M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 5% 53.8M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 6% 74.4M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 6% 85.9M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 6% 93.2M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 7% 120M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 7% 65.1M 0s unit-abot-epc-basic-0: 16:55:19 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: ABot Debian Installed!!! >> unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 8% 415K 2s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 8% 67.7M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 8% 49.8M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 9% 47.0M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 9% 48.0M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 9% 73.0M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 10% 318M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 10% 357M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 11% 84.1M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 11% 33.8M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 11% 31.2M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 12% 38.6M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 12% 41.1M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 13% 67.9M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 13% 52.5M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 13% 69.4M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 14% 74.2M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 14% 93.8M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 14% 98.6M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 15% 100M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 15% 82.8M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 16% 88.8M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 16% 92.2M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 16% 108M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 17% 74.0M 1s unit-abot-epc-basic-0: 16:55:19 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-c8bb6e-default-0 unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 17% 425K 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 17% 129M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 18% 301M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 18% 38.9M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 19% 34.9M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 19% 40.4M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 19% 45.4M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 20% 41.1M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 20% 57.0M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 21% 57.8M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 21% 98.7M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 21% 259M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 22% 315M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 22% 369M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 22% 290M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 23% 393M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 23% 305M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 24% 357M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 24% 258M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 24% 370M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 25% 333M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 25% 271M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 26% 344M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 26% 296M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 26% 327M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 27% 37.4M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 27% 36.0M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 27% 37.5M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 28% 34.5M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 28% 37.9M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 29% 38.0M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 29% 34.5M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 29% 30.9M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 30% 33.4M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 30% 43.5M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 30% 63.8M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 31% 56.0M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 31% 64.4M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 32% 60.5M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 32% 59.0M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 32% 72.6M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 33% 77.7M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 33% 91.2M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 34% 124M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 34% 71.5M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 34% 112M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 35% 95.1M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 35% 97.5M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 35% 451M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 36% 500M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 36% 509M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 37% 554M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 37% 463M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 37% 541M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 38% 496K 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 38% 32.6M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 39% 34.1M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 39% 29.9M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 39% 36.2M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 40% 112M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 40% 67.8M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 40% 54.8M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 41% 45.6M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 41% 39.4M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 42% 47.7M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 42% 50.7M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 42% 118M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 43% 279M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 43% 256M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 43% 220M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 44% 372M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 44% 423M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 45% 335M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 45% 296M 1s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 45% 379M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 46% 368M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 46% 326M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 47% 273M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 47% 318M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 47% 373M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 48% 324M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 48% 330M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 48% 360M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 49% 334M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 49% 368M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 50% 53.2M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 50% 37.5M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 50% 36.0M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 51% 44.2M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 51% 47.7M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 52% 47.1M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 52% 53.0M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 52% 44.4M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 53% 51.6M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 53% 49.5M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 53% 64.3M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 54% 59.1M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 54% 65.8M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 55% 63.5M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 55% 65.2M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 55% 56.2M 0s unit-abot-epc-basic-0: 16:55:19 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 56% 478K 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 56% 30.4M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 57% 39.6M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 57% 280M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 57% 297M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 58% 298M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 58% 344M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 58% 281M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 59% 354M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 59% 269M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 60% 39.9M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 60% 32.6M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 60% 35.3M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 61% 37.7M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 61% 40.8M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 61% 34.5M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 62% 37.5M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 62% 65.9M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 63% 109M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 63% 250M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 63% 343M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 64% 313M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 64% 284M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 65% 293M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 65% 346M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 65% 401M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 66% 311M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 66% 310M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 66% 349M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 67% 305M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 67% 353M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 68% 309M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 68% 326M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 68% 297M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 69% 422M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 69% 267M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 70% 345M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 70% 389M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 70% 50.2M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 71% 34.3M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 71% 38.0M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 71% 41.5M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 72% 43.0M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 72% 35.7M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 73% 50.4M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 73% 67.3M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 73% 64.9M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 74% 57.6M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 74% 62.3M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 74% 68.2M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 75% 60.4M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 75% 58.4M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 76% 65.1M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 76% 63.5M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 76% 63.8M 0s unit-abot-epc-basic-0: 16:55:19 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 77% 488K 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 77% 34.0M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 78% 36.9M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 78% 50.9M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 78% 64.2M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 79% 48.5M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 79% 78.3M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 79% 91.6M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 80% 317M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 80% 306M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 81% 370M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 81% 403M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 81% 336M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 82% 322M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 82% 292M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 83% 344M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 83% 330M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 83% 282M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 84% 70.2M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 84% 33.0M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 84% 43.2M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 85% 45.9M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 85% 59.0M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 86% 40.0M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 86% 38.6M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 86% 37.3M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 87% 36.4M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 87% 31.7M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 87% 38.5M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 88% 49.1M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 88% 56.5M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 89% 48.4M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 89% 66.0M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 89% 78.6M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 90% 67.1M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 90% 74.0M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 91% 114M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 91% 112M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 91% 97.8M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 92% 97.8M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 92% 71.4M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 92% 91.0M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 93% 112M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 93% 97.6M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 94% 113M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 94% 87.6M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 94% 95.2M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 95% 92.9M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 95% 212M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 96% 489M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 96% 567M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 96% 443M 0s unit-oai-hss-0: 16:55:19 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 97% 560M 0s unit-abot-epc-basic-0: 16:55:20 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 97% 493K 0s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 97% 35.6M 0s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 98% 36.7M 0s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 98% 58.8M 0s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 99% 57.9M 0s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 99% 77.9M 0s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 99% 98.0M 0s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 13050K .......... ........ 100% 75.1M=0.8s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 2018-10-04 16:55:20 (15.6 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' saved [13381952/13381952] unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install --2018-10-04 16:55:20-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 16:55:20 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 181M 0s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 378M 0s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 0% 58.3M 0s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 0% 30.1M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 0% 32.3M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 0% 33.9M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 0% 30.3M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 0% 33.0M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 0% 31.0M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 0% 29.2M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 1% 29.5M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 1% 24.9M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 1% 30.7M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 1% 26.7M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 1% 32.8M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 1% 30.2M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 1% 37.2M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 1% 42.9M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 1% 91.7M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 1% 206M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 1% 303M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 2% 220M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 2% 286M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 2% 167M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 2% 201M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 2% 184M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 2% 181M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 2% 156M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 2% 50.2M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 2% 42.5M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 2% 57.4M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 2% 49.0M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 3% 55.2M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 3% 56.2M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 3% 55.9M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 3% 48.2M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 3% 53.8M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 3% 59.3M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 3% 55.4M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 3% 50.5M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 3% 58.3M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 3% 57.1M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 3% 58.3M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 4% 47.8M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 4% 58.0M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 4% 59.0M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 4% 57.8M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 4% 52.0M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 4% 57.6M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 4% 59.2M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 4% 58.5M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 4% 50.5M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 4% 56.6M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 5% 58.1M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 5% 57.2M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 5% 50.8M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 5% 56.8M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 5% 58.7M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 5% 57.5M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 5% 48.4M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 5% 58.2M 1s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 5% 633K 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 5% 29.8M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 5% 38.4M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 6% 38.5M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 6% 37.7M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 6% 38.5M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 6% 38.5M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 6% 33.9M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 6% 47.1M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 6% 36.3M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 6% 40.9M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 6% 41.3M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 6% 40.7M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 6% 35.9M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 7% 40.6M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 7% 41.6M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 7% 42.3M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 7% 33.0M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 7% 39.8M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 7% 40.2M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 7% 33.8M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 7% 30.0M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 7% 32.5M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 7% 31.7M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 7% 54.0M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 8% 48.1M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 8% 55.8M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 8% 55.1M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 8% 56.5M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 8% 49.1M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 8% 58.4M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 8% 55.0M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 8% 61.6M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 8% 67.8M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 8% 68.4M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 9% 78.7M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 9% 62.5M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 9% 59.8M 2s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 9% 238K 4s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 9% 81.3M 4s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 9% 111M 4s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 9% 58.6M 4s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 9% 105M 4s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 9% 63.8M 4s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 9% 85.5M 4s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 9% 100M 4s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 10% 54.1M 4s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 10% 67.6M 3s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 10% 89.8M 3s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 10% 69.2M 3s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 10% 72.0M 3s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 10% 191K 6s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 10% 59.9M 6s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 10% 15.0M 6s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 10% 14.2M 6s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 10% 25.9M 5s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 10% 26.7M 5s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 11% 22.2M 5s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 11% 83.6M 5s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 11% 215M 5s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 11% 204M 5s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 11% 159M 5s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 11% 224M 5s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 11% 62.8M 5s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 11% 26.8M 5s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 11% 30.1M 5s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 11% 58.3M 5s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 11% 54.1M 5s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 12% 435K 6s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 12% 21.9M 6s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 12% 51.1M 6s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 12% 55.0M 6s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 12% 49.1M 6s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 12% 29.7M 6s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 12% 26.2M 6s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 12% 26.2M 6s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 12% 28.8M 5s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 12% 27.1M 5s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 13% 26.1M 5s unit-oai-hss-0: 16:55:20 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 13% 26.2M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 13% 35.4M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 13% 33.4M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 13% 63.2M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 13% 70.7M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 13% 58.3M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 13% 53.6M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 13% 61.6M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 13% 65.2M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 13% 148M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 14% 287M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 14% 414M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 14% 373M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 14% 408M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 14% 358M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 14% 412M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 14% 407M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 14% 345M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 14% 360M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 14% 353M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 14% 410M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 15% 437M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 15% 340M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 15% 423M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 15% 399M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 15% 344M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 15% 290M 4s unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 15% 457K 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 15% 38.6M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 15% 34.8M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 15% 36.6M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 15% 39.8M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 16% 31.8M 5s unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-c8bb6e-default-0 unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 16% 38.1M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 16% 36.3M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 16% 38.1M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 16% 31.4M 5s unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install WARNING: apt does not have a stable CLI interface. Use with caution in scripts. unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 16% 34.6M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 16% 34.5M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 16% 35.9M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 16% 30.3M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 16% 37.3M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 17% 32.3M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 17% 31.9M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 17% 28.2M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 17% 35.6M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 17% 35.1M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 17% 57.0M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 17% 50.8M 5s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 17% 54.8M 4s unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 17% 53.7M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 17% 57.6M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 17% 49.3M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 18% 57.6M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 18% 56.7M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 18% 55.9M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 18% 50.3M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 18% 53.2M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 18% 57.1M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 18% 52.6M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 18% 48.6M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 18% 51.9M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 18% 57.7M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 18% 54.5M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 19% 51.4M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 19% 56.1M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 19% 53.3M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 19% 55.2M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 19% 50.5M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 19% 55.5M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 19% 54.4M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 19% 55.2M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 19% 585K 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 19% 29.3M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 19% 33.4M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 20% 31.2M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 20% 30.5M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 20% 28.9M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 20% 31.7M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 20% 33.8M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 20% 56.0M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 20% 49.5M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 20% 55.2M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 20% 57.3M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 20% 39.9M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 21% 71.0M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 21% 238M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 21% 227M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 21% 206M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 21% 54.9M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 21% 39.0M 4s unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 21% 43.1M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 21% 45.2M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 21% 36.1M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 21% 43.6M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 21% 40.7M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 22% 41.7M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 22% 40.8M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 22% 58.7M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 22% 58.8M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 22% 55.8M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 22% 51.0M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 22% 58.7M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 22% 57.2M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 22% 56.7M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 22% 51.6M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 22% 58.0M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 23% 74.3M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 23% 59.4M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 23% 69.2M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 23% 74.2M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 23% 68.2M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 23% 84.9M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 23% 54.8M 4s unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install software-properties-common is already the newest version (0.96.20.7). unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 23% 531K 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 23% 34.8M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 23% 46.6M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 23% 48.9M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 24% 32.9M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 24% 35.7M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 24% 33.1M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 13050K .......... .......... .......... .......... .......... 24% 34.2M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 13100K .......... .......... .......... .......... .......... 24% 29.3M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 13150K .......... .......... .......... .......... .......... 24% 34.7M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 13200K .......... .......... .......... .......... .......... 24% 36.2M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 13250K .......... .......... .......... .......... .......... 24% 42.0M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 13300K .......... .......... .......... .......... .......... 24% 37.6M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 13350K .......... .......... .......... .......... .......... 24% 37.8M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 13400K .......... .......... .......... .......... .......... 25% 31.9M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 13450K .......... .......... .......... .......... .......... 25% 35.8M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 13500K .......... .......... .......... .......... .......... 25% 39.7M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 13550K .......... .......... .......... .......... .......... 25% 46.3M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 13600K .......... .......... .......... .......... .......... 25% 65.6M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 13650K .......... .......... .......... .......... .......... 25% 63.7M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 13700K .......... .......... .......... .......... .......... 25% 59.9M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 13750K .......... .......... .......... .......... .......... 25% 50.6M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 13800K .......... .......... .......... .......... .......... 25% 46.7M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 13850K .......... .......... .......... .......... .......... 25% 68.5M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 13900K .......... .......... .......... .......... .......... 25% 49.1M 4s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 13950K .......... .......... .......... .......... .......... 26% 71.5M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 14000K .......... .......... .......... .......... .......... 26% 68.2M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 14050K .......... .......... .......... .......... .......... 26% 78.7M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 14100K .......... .......... .......... .......... .......... 26% 68.8M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 14150K .......... .......... .......... .......... .......... 26% 63.1M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 14200K .......... .......... .......... .......... .......... 26% 69.4M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 14250K .......... .......... .......... .......... .......... 26% 107M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 14300K .......... .......... .......... .......... .......... 26% 59.8M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 14350K .......... .......... .......... .......... .......... 26% 62.9M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 14400K .......... .......... .......... .......... .......... 26% 58.6M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 14450K .......... .......... .......... .......... .......... 26% 82.5M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 14500K .......... .......... .......... .......... .......... 27% 70.2M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 14550K .......... .......... .......... .......... .......... 27% 72.5M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 14600K .......... .......... .......... .......... .......... 27% 80.8M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 14650K .......... .......... .......... .......... .......... 27% 63.1M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 14700K .......... .......... .......... .......... .......... 27% 61.8M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 14750K .......... .......... .......... .......... .......... 27% 79.4M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 14800K .......... .......... .......... .......... .......... 27% 60.4M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 14850K .......... .......... .......... .......... .......... 27% 69.3M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 14900K .......... .......... .......... .......... .......... 27% 66.5M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 14950K .......... .......... .......... .......... .......... 27% 64.5M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 15000K .......... .......... .......... .......... .......... 27% 73.9M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 15050K .......... .......... .......... .......... .......... 28% 109M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 15100K .......... .......... .......... .......... .......... 28% 62.5M 3s unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-c8bb6e-default-0 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 15150K .......... .......... .......... .......... .......... 28% 552K 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 15200K .......... .......... .......... .......... .......... 28% 34.2M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 15250K .......... .......... .......... .......... .......... 28% 32.2M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 15300K .......... .......... .......... .......... .......... 28% 30.2M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 15350K .......... .......... .......... .......... .......... 28% 38.8M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 15400K .......... .......... .......... .......... .......... 28% 33.5M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 15450K .......... .......... .......... .......... .......... 28% 37.1M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 15500K .......... .......... .......... .......... .......... 28% 32.3M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 15550K .......... .......... .......... .......... .......... 29% 43.5M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 15600K .......... .......... .......... .......... .......... 29% 53.1M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 15650K .......... .......... .......... .......... .......... 29% 51.7M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 15700K .......... .......... .......... .......... .......... 29% 40.2M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 15750K .......... .......... .......... .......... .......... 29% 51.0M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 15800K .......... .......... .......... .......... .......... 29% 43.2M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 15850K .......... .......... .......... .......... .......... 29% 56.9M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 15900K .......... .......... .......... .......... .......... 29% 101M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 15950K .......... .......... .......... .......... .......... 29% 227M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 16000K .......... .......... .......... .......... .......... 29% 304M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 16050K .......... .......... .......... .......... .......... 29% 409M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 16100K .......... .......... .......... .......... .......... 30% 353M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 16150K .......... .......... .......... .......... .......... 30% 358M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 16200K .......... .......... .......... .......... .......... 30% 375M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 16250K .......... .......... .......... .......... .......... 30% 215M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 16300K .......... .......... .......... .......... .......... 30% 179M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 16350K .......... .......... .......... .......... .......... 30% 306M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 16400K .......... .......... .......... .......... .......... 30% 338M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 16450K .......... .......... .......... .......... .......... 30% 218M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 16500K .......... .......... .......... .......... .......... 30% 201M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 16550K .......... .......... .......... .......... .......... 30% 335M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 16600K .......... .......... .......... .......... .......... 30% 288M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 16650K .......... .......... .......... .......... .......... 31% 257M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 16700K .......... .......... .......... .......... .......... 31% 347M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 16750K .......... .......... .......... .......... .......... 31% 406M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 16800K .......... .......... .......... .......... .......... 31% 410M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 16850K .......... .......... .......... .......... .......... 31% 398M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 16900K .......... .......... .......... .......... .......... 31% 57.6M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 16950K .......... .......... .......... .......... .......... 31% 52.6M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 17000K .......... .......... .......... .......... .......... 31% 42.4M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 17050K .......... .......... .......... .......... .......... 31% 50.0M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 17100K .......... .......... .......... .......... .......... 31% 38.9M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 17150K .......... .......... .......... .......... .......... 31% 49.1M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 17200K .......... .......... .......... .......... .......... 32% 55.5M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 17250K .......... .......... .......... .......... .......... 32% 61.8M 3s unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 17300K .......... .......... .......... .......... .......... 32% 470K 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 17350K .......... .......... .......... .......... .......... 32% 29.6M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 17400K .......... .......... .......... .......... .......... 32% 33.5M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 17450K .......... .......... .......... .......... .......... 32% 31.3M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 17500K .......... .......... .......... .......... .......... 32% 33.0M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 17550K .......... .......... .......... .......... .......... 32% 29.5M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 17600K .......... .......... .......... .......... .......... 32% 34.1M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 17650K .......... .......... .......... .......... .......... 32% 31.4M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 17700K .......... .......... .......... .......... .......... 33% 33.0M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 17750K .......... .......... .......... .......... .......... 33% 30.3M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 17800K .......... .......... .......... .......... .......... 33% 37.1M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 17850K .......... .......... .......... .......... .......... 33% 38.7M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 17900K .......... .......... .......... .......... .......... 33% 33.5M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 17950K .......... .......... .......... .......... .......... 33% 29.6M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 18000K .......... .......... .......... .......... .......... 33% 30.9M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 18050K .......... .......... .......... .......... .......... 33% 31.6M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 18100K .......... .......... .......... .......... .......... 33% 33.1M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 18150K .......... .......... .......... .......... .......... 33% 28.9M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 18200K .......... .......... .......... .......... .......... 33% 32.7M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 18250K .......... .......... .......... .......... .......... 34% 33.8M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 18300K .......... .......... .......... .......... .......... 34% 55.2M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 18350K .......... .......... .......... .......... .......... 34% 50.5M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 18400K .......... .......... .......... .......... .......... 34% 52.7M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 18450K .......... .......... .......... .......... .......... 34% 55.1M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 18500K .......... .......... .......... .......... .......... 34% 52.4M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 18550K .......... .......... .......... .......... .......... 34% 50.0M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 18600K .......... .......... .......... .......... .......... 34% 54.3M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 18650K .......... .......... .......... .......... .......... 34% 54.2M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 18700K .......... .......... .......... .......... .......... 34% 54.4M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 18750K .......... .......... .......... .......... .......... 34% 50.4M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 18800K .......... .......... .......... .......... .......... 35% 57.7M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 18850K .......... .......... .......... .......... .......... 35% 56.5M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 18900K .......... .......... .......... .......... .......... 35% 56.7M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 18950K .......... .......... .......... .......... .......... 35% 49.7M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 19000K .......... .......... .......... .......... .......... 35% 55.6M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 19050K .......... .......... .......... .......... .......... 35% 57.6M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 19100K .......... .......... .......... .......... .......... 35% 56.7M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 19150K .......... .......... .......... .......... .......... 35% 65.6M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 19200K .......... .......... .......... .......... .......... 35% 55.3M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 19250K .......... .......... .......... .......... .......... 35% 66.6M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 19300K .......... .......... .......... .......... .......... 35% 64.6M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 19350K .......... .......... .......... .......... .......... 36% 60.5M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 19400K .......... .......... .......... .......... .......... 36% 171M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 19450K .......... .......... .......... .......... .......... 36% 365M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 19500K .......... .......... .......... .......... .......... 36% 365M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 19550K .......... .......... .......... .......... .......... 36% 360M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 19600K .......... .......... .......... .......... .......... 36% 388M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 19650K .......... .......... .......... .......... .......... 36% 359M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 19700K .......... .......... .......... .......... .......... 36% 399M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 19750K .......... .......... .......... .......... .......... 36% 328M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 19800K .......... .......... .......... .......... .......... 36% 403M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 19850K .......... .......... .......... .......... .......... 37% 410M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 19900K .......... .......... .......... .......... .......... 37% 428M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 19950K .......... .......... .......... .......... .......... 37% 342M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 20000K .......... .......... .......... .......... .......... 37% 416M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 20050K .......... .......... .......... .......... .......... 37% 399M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 20100K .......... .......... .......... .......... .......... 37% 394M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 20150K .......... .......... .......... .......... .......... 37% 370M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 20200K .......... .......... .......... .......... .......... 37% 420M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 20250K .......... .......... .......... .......... .......... 37% 395M 3s unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install build-essential is already the newest version (12.1ubuntu2). unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install build-essential set to manually installed. unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install ethtool is already the newest version (1:4.5-1). unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install iptables is already the newest version (1.6.0-2ubuntu3). unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install git is already the newest version (1:2.7.4-0ubuntu1.4). unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libpython2.7-dev is already the newest version (2.7.12-1ubuntu0~16.04.3). unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libpython2.7-dev set to manually installed. unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libxml2 is already the newest version (2.9.3+dfsg1-1ubuntu0.6). unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install openssh-client is already the newest version (1:7.2p2-4ubuntu2.4). unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install openssh-server is already the newest version (1:7.2p2-4ubuntu2.4). unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install openssl is already the newest version (1.0.2g-1ubuntu4.13). unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install python is already the newest version (2.7.12-1~16.04). unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install python set to manually installed. unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install wget is already the newest version (1.17.1-1ubuntu1.4). unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install python-pip is already the newest version (8.1.1-2ubuntu0.4). unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install python-pip set to manually installed. unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autotools-dev castxml cmake-data unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install colord colord-data dconf-gsettings-backend dconf-service debhelper unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install default-jre-headless dh-strip-nondeterminism fonts-lato fonts-liberation unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gconf-service gconf-service-backend gconf2-common gdbserver unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install gettext gfortran gfortran-5 ghostscript gir1.2-atk-1.0 gir1.2-atspi-2.0 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install glib-networking glib-networking-common glib-networking-services gnuplot-data unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install gnuplot-tex gnuplot-x11 gsettings-desktop-schemas gsfonts guile-2.0 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian javascript-common libaec-dev libaec0 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libamd2.4.1 libarchive-zip-perl libarchive13 libarpack2 libasprintf-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libatk-bridge2.0-0 libatk-bridge2.0-dev libatk1.0-dev libatlas3-base unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas3 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 libcxsparse3.1.4 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa libegl1-mesa-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 libexif12 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libfftw3-bin libfftw3-dev libfftw3-double3 libfftw3-long3 libfftw3-quad3 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libfftw3-single3 libfile-basedir-perl libfile-desktopentry-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libfile-listing-perl libfile-mimeinfo-perl libfile-stripnondeterminism-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libfl-dev libfltk-gl1.3 libfltk1.3 libfont-afm-perl libfontconfig1-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libfontenc1 libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libgconf-2-4 libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmpxx4ldbl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libgpg-error-dev libgphoto2-6 libgphoto2-l10n libgphoto2-port12 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 libgs9-common unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libgtk-3-0 libgtk-3-bin libgtk-3-common libgudev-1.0-0 libgusb2 libgvc6 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libgvpr2 libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libhdf5-cpp-11 libhdf5-dev libhtml-form-perl libhtml-format-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libhttp-message-perl libhttp-negotiate-perl libicu-dev libidn2-0 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient20 libncurses5-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libobjc-5-dev libobjc4 liboctave3 libopenblas-base libosmesa6 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libpango1.0-dev libpangoxft-1.0-0 libpaper-utils libpaper1 libpathplan4 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpgm-5.2-0 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libpixman-1-dev libplot2c2 libpng12-dev libpoppler58 libportaudio2 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 libproxy1v5 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 libqscintilla2-12v5 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libqscintilla2-l10n libqt4-dbus libqt4-declarative libqt4-network unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 libqtgui4 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common libruby2.3 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libsamplerate0 libsane libsane-common libserf-1-1 libslicot0 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libsoup-gnome2.4-1 libsoup2.4-1 libssl-doc libsuitesparseconfig4.4.6 libsvn1 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libsynctex1 libsys-hostname-long-perl libsz2 libtasn1-doc libtcl8.6 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libtexlua52 libtexluajit2 libtext-unidecode-perl libtie-ixhash-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libtimedate-perl libtinfo-dev libtk8.6 libumfpack5.7.1 libunistring0 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install liburi-perl libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libwayland-bin libwayland-client0 libwayland-cursor0 libwayland-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libwayland-egl1-mesa libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libwww-robotrules-perl libx11-protocol-perl libx11-xcb-dev libxaw7 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libxcb-dri2-0-dev libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libxcb-image0 libxcb-keysyms1 libxcb-present-dev libxcb-randr0 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libxcb-randr0-dev libxcb-render-util0 libxcb-render0-dev libxcb-shape0 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libxcb-shape0-dev libxcb-shm0-dev libxcb-sync-dev libxcb-util1 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 libxcomposite-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev libxft-dev libxft2 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libxi-dev libxinerama-dev libxkbcommon-dev libxkbcommon-x11-0 libxkbcommon0 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml-twig-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxss1 libxtst-dev libxv1 libxxf86dga1 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libxxf86vm-dev libzzip-0-13 lmodern m4 mesa-common-dev mysql-common unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install nettle-dev octave-common octave-control pkg-config po-debconf poppler-data unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install pstoedit qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install ruby ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install ruby-test-unit ruby2.3 rubygems-integration t1utils tcl tcl8.6 tex-common unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install texinfo texlive-base texlive-binaries texlive-latex-base-doc tk tk8.6 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install ubuntu-mono unzip x11-utils x11-xserver-utils x11proto-composite-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install x11proto-damage-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install x11proto-randr-dev x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xterm zip unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install zlib1g-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install autoconf-archive gnu-standards autoconf-doc bison-doc codeblocks eclipse unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install ninja-build colord-sensor-argyll dh-make default-jre doxygen-latex unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install doxygen-doc gdb-doc gettext-doc autopoint gfortran-multilib gfortran-doc unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install gfortran-5-multilib gfortran-5-doc libgfortran3-dbg ghostscript-x hpijs unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install gnuplot-doc graphviz-doc guile-2.0-doc lrzip libblas-doc liblapack-doc unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install liblapack-dev nas libdigest-hmac-perl libgssapi-perl liblapack-doc-man unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libcairo2-doc libfftw3-doc libforms-doc libgcrypt20-doc libgd-tools unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libglib2.0-doc libiodbc2-dev gmp-doc libgmp10-doc libmpfr-dev gphoto2 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install graphicsmagick-dbg fonts-droid texlive-lang-cjk gvfs libgtk-3-doc unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libhdf5-doc libdata-dump-perl icu-doc jackd2 libjasper-runtime libtool-doc unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libcrypt-ssleay-perl libmagickcore-6.q16-2-extra ncurses-doc imagemagick unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libpango1.0-doc libqt4-declarative-folderlistmodel unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libqt5libqgtk2 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install qt5-image-formats-plugins qtwayland5 qt4-qtconfig readline-doc librsvg2-bin unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install avahi-daemon hplip libsane-extras sane-utils lksctp-tools gcj-jdk unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libwmf0.2-7-gtk libauthen-ntlm-perl libxext-doc libunicode-map8-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libunicode-string-perl xml-twig-tools libyaml-doc octave-info octave-doc unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install octave-htmldoc libmail-box-perl poppler-utils fonts-japanese-mincho unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install fonts-arphic-ukai fonts-arphic-uming fonts-nanum xfig | ivtools-bin | tgif unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install | transfig ddd emacs22 ri ruby-dev bundler db5.3-util subversion-tools unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install tcl-tclreadline texlive-generic-recommended texinfo-doc-nonfree perl-tk unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install xpdf-reader | pdf-viewer mesa-utils nickle cairo-5c xorg-docs-core gvfs-bin unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install xfonts-cyrillic unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autoconf automake autotools-dev bison unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install castxml cmake cmake-curses-gui cmake-data colord colord-data unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install dconf-gsettings-backend dconf-service debhelper default-jre-headless unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install dh-strip-nondeterminism doxygen doxygen-gui flex fonts-lato fonts-liberation unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gccxml gconf-service gconf-service-backend gconf2-common gdb unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install gdbserver gettext gfortran gfortran-5 ghostscript gir1.2-atk-1.0 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install gir1.2-atspi-2.0 gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install gir1.2-pango-1.0 glib-networking glib-networking-common unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install glib-networking-services gnuplot-data gnuplot-tex gnuplot-x11 graphviz unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install gsettings-desktop-schemas gsfonts gtkwave guile-2.0 guile-2.0-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian iperf iproute iptables-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install javascript-common libaec-dev libaec0 libamd2.4.1 libarchive-zip-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libarchive13 libarpack2 libasprintf-dev libatk-bridge2.0-0 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libatk-bridge2.0-dev libatk1.0-dev libatlas-base-dev libatlas-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libatlas3-base libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libblas3 libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libconfig8-dev libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libcxsparse3.1.4 libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libexif12 libffi-dev libfftw3-bin libfftw3-dev libfftw3-double3 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libfftw3-long3 libfftw3-quad3 libfftw3-single3 libfile-basedir-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libfile-stripnondeterminism-perl libfl-dev libfltk-gl1.3 libfltk1.3 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libfont-afm-perl libfontconfig1-dev libfontenc1 libforms-bin libforms-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 libgconf-2-4 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libgcrypt11-dev libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmp-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libgmpxx4ldbl libgpg-error-dev libgphoto2-6 libgphoto2-l10n unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libgphoto2-port12 libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libgs9-common libgtk-3-0 libgtk-3-bin libgtk-3-common libgtk-3-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libgudev-1.0-0 libgusb2 libgvc6 libgvpr2 libharfbuzz-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 libhdf5-cpp-11 libhdf5-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libhtml-form-perl libhtml-format-perl libhtml-parser-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libhttp-daemon-perl libhttp-date-perl libhttp-message-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libhttp-negotiate-perl libicu-dev libidn11-dev libidn2-0 libidn2-0-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient-dev libmysqlclient20 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libncurses5-dev libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libnet-ssleay-perl libobjc-5-dev libobjc4 liboctave-dev liboctave3 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libopenblas-base libosmesa6 libpango1.0-dev libpangoxft-1.0-0 libpaper-utils unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libpaper1 libpathplan4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libpgm-5.2-0 libpgm-dev libpixman-1-dev libplot2c2 libpng12-dev libpoppler58 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libportaudio2 libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libproxy1v5 libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libqscintilla2-12v5 libqscintilla2-l10n libqt4-dbus libqt4-declarative unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libqt4-network libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libqt4-xml libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libqt5network5 libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libqtgui4 libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libruby2.3 libsamplerate0 libsane libsane-common libsctp-dev libsctp1 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libserf-1-1 libslicot0 libsoup-gnome2.4-1 libsoup2.4-1 libssl-dev libssl-doc unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libsuitesparseconfig4.4.6 libsvn1 libsynctex1 libsys-hostname-long-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libsz2 libtasn1-6-dev libtasn1-doc libtcl8.6 libtexlua52 libtexluajit2 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libtext-unidecode-perl libtie-ixhash-perl libtimedate-perl libtinfo-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libtk8.6 libtool libumfpack5.7.1 libunistring0 liburi-perl libusb-1.0-0-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 libwayland-bin unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libwayland-client0 libwayland-cursor0 libwayland-dev libwayland-egl1-mesa unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl libwww-robotrules-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libx11-protocol-perl libx11-xcb-dev libxaw7 libxcb-dri2-0-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libxcb-present-dev libxcb-randr0 libxcb-randr0-dev libxcb-render-util0 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libxcb-render0-dev libxcb-shape0 libxcb-shape0-dev libxcb-shm0-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libxcb-sync-dev libxcb-util1 libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libxft-dev libxft2 libxi-dev libxinerama-dev libxkbcommon-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libxkbcommon-x11-0 libxkbcommon0 libxml-libxml-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libxml-sax-expat-perl libxml-sax-perl libxml-twig-perl unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxml2-dev libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxslt1-dev libxss1 libxtst-dev libxv1 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install libxxf86dga1 libxxf86vm-dev libyaml-dev libzzip-0-13 lmodern m4 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install mesa-common-dev mscgen mysql-common nettle-dev octave octave-common unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install octave-control octave-signal pkg-config po-debconf poppler-data pstoedit unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install pydb qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake ruby unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install ruby-test-unit ruby2.3 rubygems-integration subversion t1utils tcl tcl8.6 unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install tex-common texinfo texlive-base texlive-binaries texlive-latex-base unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install texlive-latex-base-doc tk tk8.6 ubuntu-mono unzip x11-utils unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install x11-xserver-utils x11proto-composite-dev x11proto-damage-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev x11proto-randr-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xmlstarlet unit-abot-epc-basic-0: 16:55:21 DEBUG unit.abot-epc-basic/0.install xterm zip zlib1g-dev unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 20300K .......... .......... .......... .......... .......... 37% 590K 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 20350K .......... .......... .......... .......... .......... 37% 44.8M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 20400K .......... .......... .......... .......... .......... 38% 40.5M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 20450K .......... .......... .......... .......... .......... 38% 44.3M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 20500K .......... .......... .......... .......... .......... 38% 46.6M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 20550K .......... .......... .......... .......... .......... 38% 44.0M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 20600K .......... .......... .......... .......... .......... 38% 48.8M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 20650K .......... .......... .......... .......... .......... 38% 41.6M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 20700K .......... .......... .......... .......... .......... 38% 41.3M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 20750K .......... .......... .......... .......... .......... 38% 45.0M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 20800K .......... .......... .......... .......... .......... 38% 39.9M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 20850K .......... .......... .......... .......... .......... 38% 44.0M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 20900K .......... .......... .......... .......... .......... 38% 45.3M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 20950K .......... .......... .......... .......... .......... 39% 44.4M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 21000K .......... .......... .......... .......... .......... 39% 40.3M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 21050K .......... .......... .......... .......... .......... 39% 55.6M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 21100K .......... .......... .......... .......... .......... 39% 39.0M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 21150K .......... .......... .......... .......... .......... 39% 44.2M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 21200K .......... .......... .......... .......... .......... 39% 42.1M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 21250K .......... .......... .......... .......... .......... 39% 50.0M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 21300K .......... .......... .......... .......... .......... 39% 46.6M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 21350K .......... .......... .......... .......... .......... 39% 41.7M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 21400K .......... .......... .......... .......... .......... 39% 40.4M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 21450K .......... .......... .......... .......... .......... 39% 42.0M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 21500K .......... .......... .......... .......... .......... 40% 45.1M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 21550K .......... .......... .......... .......... .......... 40% 44.1M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 21600K .......... .......... .......... .......... .......... 40% 44.8M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 21650K .......... .......... .......... .......... .......... 40% 58.1M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 21700K .......... .......... .......... .......... .......... 40% 60.1M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 21750K .......... .......... .......... .......... .......... 40% 58.8M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 21800K .......... .......... .......... .......... .......... 40% 51.3M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 21850K .......... .......... .......... .......... .......... 40% 491K 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 21900K .......... .......... .......... .......... .......... 40% 34.8M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 21950K .......... .......... .......... .......... .......... 40% 32.3M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 22000K .......... .......... .......... .......... .......... 41% 31.0M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 22050K .......... .......... .......... .......... .......... 41% 32.6M 3s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 22100K .......... .......... .......... .......... .......... 41% 33.0M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 22150K .......... .......... .......... .......... .......... 41% 36.5M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 22200K .......... .......... .......... .......... .......... 41% 29.3M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 22250K .......... .......... .......... .......... .......... 41% 36.5M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 22300K .......... .......... .......... .......... .......... 41% 36.2M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 22350K .......... .......... .......... .......... .......... 41% 38.1M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 22400K .......... .......... .......... .......... .......... 41% 91.3M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 22450K .......... .......... .......... .......... .......... 41% 246M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 22500K .......... .......... .......... .......... .......... 41% 255M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 22550K .......... .......... .......... .......... .......... 42% 197M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 22600K .......... .......... .......... .......... .......... 42% 178M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 22650K .......... .......... .......... .......... .......... 42% 244M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 22700K .......... .......... .......... .......... .......... 42% 248M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 22750K .......... .......... .......... .......... .......... 42% 231M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 22800K .......... .......... .......... .......... .......... 42% 188M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 22850K .......... .......... .......... .......... .......... 42% 254M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 22900K .......... .......... .......... .......... .......... 42% 238M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 22950K .......... .......... .......... .......... .......... 42% 236M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 23000K .......... .......... .......... .......... .......... 42% 200M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 23050K .......... .......... .......... .......... .......... 42% 216M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 23100K .......... .......... .......... .......... .......... 43% 241M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 23150K .......... .......... .......... .......... .......... 43% 296M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 23200K .......... .......... .......... .......... .......... 43% 27.2M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 23250K .......... .......... .......... .......... .......... 43% 36.5M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 23300K .......... .......... .......... .......... .......... 43% 35.7M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 23350K .......... .......... .......... .......... .......... 43% 38.0M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 23400K .......... .......... .......... .......... .......... 43% 42.8M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 23450K .......... .......... .......... .......... .......... 43% 49.8M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 23500K .......... .......... .......... .......... .......... 43% 50.8M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 23550K .......... .......... .......... .......... .......... 43% 46.9M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 23600K .......... .......... .......... .......... .......... 43% 45.5M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 23650K .......... .......... .......... .......... .......... 44% 51.8M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 23700K .......... .......... .......... .......... .......... 44% 60.2M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 23750K .......... .......... .......... .......... .......... 44% 60.8M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 23800K .......... .......... .......... .......... .......... 44% 52.8M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 23850K .......... .......... .......... .......... .......... 44% 61.5M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 23900K .......... .......... .......... .......... .......... 44% 61.2M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 23950K .......... .......... .......... .......... .......... 44% 59.2M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 24000K .......... .......... .......... .......... .......... 44% 54.7M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 24050K .......... .......... .......... .......... .......... 44% 58.2M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 24100K .......... .......... .......... .......... .......... 44% 61.1M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 24150K .......... .......... .......... .......... .......... 45% 58.3M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 24200K .......... .......... .......... .......... .......... 45% 56.3M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 24250K .......... .......... .......... .......... .......... 45% 59.5M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 24300K .......... .......... .......... .......... .......... 45% 59.8M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 24350K .......... .......... .......... .......... .......... 45% 60.2M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 24400K .......... .......... .......... .......... .......... 45% 55.2M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 24450K .......... .......... .......... .......... .......... 45% 60.9M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 24500K .......... .......... .......... .......... .......... 45% 63.0M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 24550K .......... .......... .......... .......... .......... 45% 61.9M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 24600K .......... .......... .......... .......... .......... 45% 52.3M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 24650K .......... .......... .......... .......... .......... 45% 57.5M 2s unit-oai-hss-0: 16:55:21 DEBUG unit.oai-hss/0.install 24700K .......... .......... .......... .......... .......... 46% 61.9M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 24750K .......... .......... .......... .......... .......... 46% 555K 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 24800K .......... .......... .......... .......... .......... 46% 42.3M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 24850K .......... .......... .......... .......... .......... 46% 66.2M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 24900K .......... .......... .......... .......... .......... 46% 61.5M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 24950K .......... .......... .......... .......... .......... 46% 118M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 25000K .......... .......... .......... .......... .......... 46% 236M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 25050K .......... .......... .......... .......... .......... 46% 342M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 25100K .......... .......... .......... .......... .......... 46% 264M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 25150K .......... .......... .......... .......... .......... 46% 251M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 25200K .......... .......... .......... .......... .......... 46% 84.7M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 25250K .......... .......... .......... .......... .......... 47% 34.0M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 25300K .......... .......... .......... .......... .......... 47% 37.6M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 25350K .......... .......... .......... .......... .......... 47% 39.2M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 25400K .......... .......... .......... .......... .......... 47% 30.4M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 25450K .......... .......... .......... .......... .......... 47% 38.3M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 25500K .......... .......... .......... .......... .......... 47% 35.5M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 25550K .......... .......... .......... .......... .......... 47% 30.9M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 25600K .......... .......... .......... .......... .......... 47% 26.8M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 25650K .......... .......... .......... .......... .......... 47% 28.6M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 25700K .......... .......... .......... .......... .......... 47% 33.0M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 25750K .......... .......... .......... .......... .......... 47% 35.2M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 25800K .......... .......... .......... .......... .......... 48% 33.2M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 25850K .......... .......... .......... .......... .......... 48% 40.1M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 25900K .......... .......... .......... .......... .......... 48% 46.9M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 25950K .......... .......... .......... .......... .......... 48% 35.2M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 26000K .......... .......... .......... .......... .......... 48% 41.3M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 26050K .......... .......... .......... .......... .......... 48% 57.0M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 26100K .......... .......... .......... .......... .......... 48% 61.4M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 26150K .......... .......... .......... .......... .......... 48% 60.6M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 26200K .......... .......... .......... .......... .......... 48% 55.4M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 26250K .......... .......... .......... .......... .......... 48% 59.3M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 26300K .......... .......... .......... .......... .......... 49% 60.3M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 26350K .......... .......... .......... .......... .......... 49% 69.1M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 26400K .......... .......... .......... .......... .......... 49% 67.2M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 26450K .......... .......... .......... .......... .......... 49% 83.6M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 26500K .......... .......... .......... .......... .......... 49% 72.3M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 26550K .......... .......... .......... .......... .......... 49% 63.3M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 26600K .......... .......... .......... .......... .......... 49% 72.5M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 26650K .......... .......... .......... .......... .......... 49% 64.5M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 26700K .......... .......... .......... .......... .......... 49% 62.7M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 26750K .......... .......... .......... .......... .......... 49% 80.1M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 26800K .......... .......... .......... .......... .......... 49% 150M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 26850K .......... .......... .......... .......... .......... 50% 383M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 26900K .......... .......... .......... .......... .......... 50% 404M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 26950K .......... .......... .......... .......... .......... 50% 416M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 27000K .......... .......... .......... .......... .......... 50% 531K 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 27050K .......... .......... .......... .......... .......... 50% 36.1M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 27100K .......... .......... .......... .......... .......... 50% 31.8M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 27150K .......... .......... .......... .......... .......... 50% 35.0M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 27200K .......... .......... .......... .......... .......... 50% 34.6M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 27250K .......... .......... .......... .......... .......... 50% 33.4M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 27300K .......... .......... .......... .......... .......... 50% 30.4M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 27350K .......... .......... .......... .......... .......... 50% 35.9M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 27400K .......... .......... .......... .......... .......... 51% 33.7M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 27450K .......... .......... .......... .......... .......... 51% 33.7M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 27500K .......... .......... .......... .......... .......... 51% 30.7M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 27550K .......... .......... .......... .......... .......... 51% 36.0M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 27600K .......... .......... .......... .......... .......... 51% 42.3M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 27650K .......... .......... .......... .......... .......... 51% 41.6M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 27700K .......... .......... .......... .......... .......... 51% 39.5M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 27750K .......... .......... .......... .......... .......... 51% 49.3M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 27800K .......... .......... .......... .......... .......... 51% 42.3M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 27850K .......... .......... .......... .......... .......... 51% 42.9M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 27900K .......... .......... .......... .......... .......... 51% 38.5M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 27950K .......... .......... .......... .......... .......... 52% 49.7M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 28000K .......... .......... .......... .......... .......... 52% 60.1M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 28050K .......... .......... .......... .......... .......... 52% 45.4M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 28100K .......... .......... .......... .......... .......... 52% 46.5M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 28150K .......... .......... .......... .......... .......... 52% 48.6M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 28200K .......... .......... .......... .......... .......... 52% 55.6M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 28250K .......... .......... .......... .......... .......... 52% 59.3M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 28300K .......... .......... .......... .......... .......... 52% 58.2M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 28350K .......... .......... .......... .......... .......... 52% 59.8M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 28400K .......... .......... .......... .......... .......... 52% 76.0M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 28450K .......... .......... .......... .......... .......... 53% 85.7M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 28500K .......... .......... .......... .......... .......... 53% 54.2M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 28550K .......... .......... .......... .......... .......... 53% 75.6M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 28600K .......... .......... .......... .......... .......... 53% 69.8M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 28650K .......... .......... .......... .......... .......... 53% 78.8M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 28700K .......... .......... .......... .......... .......... 53% 58.9M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 28750K .......... .......... .......... .......... .......... 53% 71.8M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 28800K .......... .......... .......... .......... .......... 53% 72.4M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 28850K .......... .......... .......... .......... .......... 53% 62.5M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 28900K .......... .......... .......... .......... .......... 53% 66.8M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 28950K .......... .......... .......... .......... .......... 53% 81.7M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 29000K .......... .......... .......... .......... .......... 54% 83.4M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 29050K .......... .......... .......... .......... .......... 54% 59.8M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 29100K .......... .......... .......... .......... .......... 54% 66.1M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 29150K .......... .......... .......... .......... .......... 54% 69.1M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 29200K .......... .......... .......... .......... .......... 54% 81.5M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 29250K .......... .......... .......... .......... .......... 54% 64.5M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 29300K .......... .......... .......... .......... .......... 54% 69.2M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 29350K .......... .......... .......... .......... .......... 54% 561K 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 29400K .......... .......... .......... .......... .......... 54% 41.6M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 29450K .......... .......... .......... .......... .......... 54% 114M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 29500K .......... .......... .......... .......... .......... 54% 200M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 29550K .......... .......... .......... .......... .......... 55% 218M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 29600K .......... .......... .......... .......... .......... 55% 219M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 29650K .......... .......... .......... .......... .......... 55% 41.9M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 29700K .......... .......... .......... .......... .......... 55% 35.6M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 29750K .......... .......... .......... .......... .......... 55% 34.3M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 29800K .......... .......... .......... .......... .......... 55% 37.7M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 29850K .......... .......... .......... .......... .......... 55% 36.0M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 29900K .......... .......... .......... .......... .......... 55% 37.3M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 29950K .......... .......... .......... .......... .......... 55% 30.6M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 30000K .......... .......... .......... .......... .......... 55% 38.5M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 30050K .......... .......... .......... .......... .......... 55% 48.8M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 30100K .......... .......... .......... .......... .......... 56% 51.3M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 30150K .......... .......... .......... .......... .......... 56% 41.0M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 30200K .......... .......... .......... .......... .......... 56% 43.8M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 30250K .......... .......... .......... .......... .......... 56% 45.6M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 30300K .......... .......... .......... .......... .......... 56% 50.1M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 30350K .......... .......... .......... .......... .......... 56% 42.1M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 30400K .......... .......... .......... .......... .......... 56% 47.6M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 30450K .......... .......... .......... .......... .......... 56% 45.2M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 30500K .......... .......... .......... .......... .......... 56% 54.1M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 30550K .......... .......... .......... .......... .......... 56% 38.5M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 30600K .......... .......... .......... .......... .......... 57% 54.3M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 30650K .......... .......... .......... .......... .......... 57% 45.4M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 30700K .......... .......... .......... .......... .......... 57% 45.2M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 30750K .......... .......... .......... .......... .......... 57% 42.7M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 30800K .......... .......... .......... .......... .......... 57% 47.3M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 30850K .......... .......... .......... .......... .......... 57% 55.7M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 30900K .......... .......... .......... .......... .......... 57% 61.5M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 30950K .......... .......... .......... .......... .......... 57% 53.3M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 31000K .......... .......... .......... .......... .......... 57% 85.0M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 31050K .......... .......... .......... .......... .......... 57% 83.4M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 31100K .......... .......... .......... .......... .......... 57% 92.1M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 31150K .......... .......... .......... .......... .......... 58% 68.1M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 31200K .......... .......... .......... .......... .......... 58% 85.0M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 31250K .......... .......... .......... .......... .......... 58% 82.0M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 31300K .......... .......... .......... .......... .......... 58% 71.2M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 31350K .......... .......... .......... .......... .......... 58% 67.1M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 31400K .......... .......... .......... .......... .......... 58% 69.9M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 31450K .......... .......... .......... .......... .......... 58% 69.2M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 31500K .......... .......... .......... .......... .......... 58% 74.2M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 31550K .......... .......... .......... .......... .......... 58% 73.1M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 31600K .......... .......... .......... .......... .......... 58% 521K 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 31650K .......... .......... .......... .......... .......... 58% 32.8M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 31700K .......... .......... .......... .......... .......... 59% 37.4M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 31750K .......... .......... .......... .......... .......... 59% 34.9M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 31800K .......... .......... .......... .......... .......... 59% 29.6M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 31850K .......... .......... .......... .......... .......... 59% 33.7M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 31900K .......... .......... .......... .......... .......... 59% 33.9M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 31950K .......... .......... .......... .......... .......... 59% 35.8M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 32000K .......... .......... .......... .......... .......... 59% 86.1M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 32050K .......... .......... .......... .......... .......... 59% 158M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 32100K .......... .......... .......... .......... .......... 59% 212M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 32150K .......... .......... .......... .......... .......... 59% 236M 2s unit-abot-epc-basic-0: 16:55:22 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 468 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 32200K .......... .......... .......... .......... .......... 59% 241M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 32250K .......... .......... .......... .......... .......... 60% 280M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 32300K .......... .......... .......... .......... .......... 60% 236M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 32350K .......... .......... .......... .......... .......... 60% 230M 2s unit-abot-epc-basic-0: 16:55:22 DEBUG unit.abot-epc-basic/0.install Need to get 293 MB of archives. unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 32400K .......... .......... .......... .......... .......... 60% 208M 2s unit-abot-epc-basic-0: 16:55:22 DEBUG unit.abot-epc-basic/0.install After this operation, 1,135 MB of additional disk space will be used. unit-abot-epc-basic-0: 16:55:22 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake-data all 3.5.1-1ubuntu3 [1,121 kB] unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 32450K .......... .......... .......... .......... .......... 60% 32.0M 2s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 32500K .......... .......... .......... .......... .......... 60% 35.9M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 32550K .......... .......... .......... .......... .......... 60% 35.7M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 32600K .......... .......... .......... .......... .......... 60% 32.7M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 32650K .......... .......... .......... .......... .......... 60% 46.4M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 32700K .......... .......... .......... .......... .......... 60% 47.0M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 32750K .......... .......... .......... .......... .......... 61% 43.9M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 32800K .......... .......... .......... .......... .......... 61% 39.2M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 32850K .......... .......... .......... .......... .......... 61% 47.0M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 32900K .......... .......... .......... .......... .......... 61% 52.8M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 32950K .......... .......... .......... .......... .......... 61% 42.6M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 33000K .......... .......... .......... .......... .......... 61% 41.4M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 33050K .......... .......... .......... .......... .......... 61% 47.3M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 33100K .......... .......... .......... .......... .......... 61% 44.8M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 33150K .......... .......... .......... .......... .......... 61% 50.9M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 33200K .......... .......... .......... .......... .......... 61% 52.1M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 33250K .......... .......... .......... .......... .......... 61% 57.6M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 33300K .......... .......... .......... .......... .......... 62% 55.6M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 33350K .......... .......... .......... .......... .......... 62% 59.2M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 33400K .......... .......... .......... .......... .......... 62% 53.1M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 33450K .......... .......... .......... .......... .......... 62% 56.7M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 33500K .......... .......... .......... .......... .......... 62% 60.2M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 33550K .......... .......... .......... .......... .......... 62% 59.5M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 33600K .......... .......... .......... .......... .......... 62% 52.3M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 33650K .......... .......... .......... .......... .......... 62% 62.4M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 33700K .......... .......... .......... .......... .......... 62% 58.8M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 33750K .......... .......... .......... .......... .......... 62% 59.8M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 33800K .......... .......... .......... .......... .......... 62% 50.8M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 33850K .......... .......... .......... .......... .......... 63% 59.2M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 33900K .......... .......... .......... .......... .......... 63% 60.2M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 33950K .......... .......... .......... .......... .......... 63% 59.0M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 34000K .......... .......... .......... .......... .......... 63% 52.6M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 34050K .......... .......... .......... .......... .......... 63% 65.6M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 34100K .......... .......... .......... .......... .......... 63% 563K 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 34150K .......... .......... .......... .......... .......... 63% 31.6M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 34200K .......... .......... .......... .......... .......... 63% 35.5M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 34250K .......... .......... .......... .......... .......... 63% 33.9M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 34300K .......... .......... .......... .......... .......... 63% 31.0M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 34350K .......... .......... .......... .......... .......... 63% 31.6M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 34400K .......... .......... .......... .......... .......... 64% 33.5M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 34450K .......... .......... .......... .......... .......... 64% 39.8M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 34500K .......... .......... .......... .......... .......... 64% 37.0M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 34550K .......... .......... .......... .......... .......... 64% 32.5M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 34600K .......... .......... .......... .......... .......... 64% 41.0M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 34650K .......... .......... .......... .......... .......... 64% 35.4M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 34700K .......... .......... .......... .......... .......... 64% 32.3M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 34750K .......... .......... .......... .......... .......... 64% 43.6M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 34800K .......... .......... .......... .......... .......... 64% 43.6M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 34850K .......... .......... .......... .......... .......... 64% 39.5M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 34900K .......... .......... .......... .......... .......... 65% 36.3M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 34950K .......... .......... .......... .......... .......... 65% 40.3M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 35000K .......... .......... .......... .......... .......... 65% 43.4M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 35050K .......... .......... .......... .......... .......... 65% 53.7M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 35100K .......... .......... .......... .......... .......... 65% 51.9M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 35150K .......... .......... .......... .......... .......... 65% 50.1M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 35200K .......... .......... .......... .......... .......... 65% 52.2M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 35250K .......... .......... .......... .......... .......... 65% 48.2M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 35300K .......... .......... .......... .......... .......... 65% 38.3M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 35350K .......... .......... .......... .......... .......... 65% 45.4M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 35400K .......... .......... .......... .......... .......... 65% 59.5M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 35450K .......... .......... .......... .......... .......... 66% 112M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 35500K .......... .......... .......... .......... .......... 66% 47.8M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 35550K .......... .......... .......... .......... .......... 66% 78.6M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 35600K .......... .......... .......... .......... .......... 66% 75.2M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 35650K .......... .......... .......... .......... .......... 66% 72.1M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 35700K .......... .......... .......... .......... .......... 66% 76.1M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 35750K .......... .......... .......... .......... .......... 66% 60.5M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 35800K .......... .......... .......... .......... .......... 66% 76.2M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 35850K .......... .......... .......... .......... .......... 66% 85.8M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 35900K .......... .......... .......... .......... .......... 66% 48.9M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 35950K .......... .......... .......... .......... .......... 66% 67.4M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 36000K .......... .......... .......... .......... .......... 67% 63.0M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 36050K .......... .......... .......... .......... .......... 67% 74.8M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 36100K .......... .......... .......... .......... .......... 67% 55.9M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 36150K .......... .......... .......... .......... .......... 67% 69.2M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 36200K .......... .......... .......... .......... .......... 67% 67.4M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 36250K .......... .......... .......... .......... .......... 67% 150M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 36300K .......... .......... .......... .......... .......... 67% 314M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 36350K .......... .......... .......... .......... .......... 67% 421M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 36400K .......... .......... .......... .......... .......... 67% 391M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 36450K .......... .......... .......... .......... .......... 67% 552K 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 36500K .......... .......... .......... .......... .......... 67% 31.7M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 36550K .......... .......... .......... .......... .......... 68% 35.1M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 36600K .......... .......... .......... .......... .......... 68% 34.9M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 36650K .......... .......... .......... .......... .......... 68% 36.0M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 36700K .......... .......... .......... .......... .......... 68% 32.9M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 36750K .......... .......... .......... .......... .......... 68% 37.1M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 36800K .......... .......... .......... .......... .......... 68% 36.8M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 36850K .......... .......... .......... .......... .......... 68% 37.6M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 36900K .......... .......... .......... .......... .......... 68% 31.4M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 36950K .......... .......... .......... .......... .......... 68% 43.3M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 37000K .......... .......... .......... .......... .......... 68% 81.1M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 37050K .......... .......... .......... .......... .......... 69% 130M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 37100K .......... .......... .......... .......... .......... 69% 203M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 37150K .......... .......... .......... .......... .......... 69% 327M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 37200K .......... .......... .......... .......... .......... 69% 219M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 37250K .......... .......... .......... .......... .......... 69% 222M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 37300K .......... .......... .......... .......... .......... 69% 215M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 37350K .......... .......... .......... .......... .......... 69% 306M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 37400K .......... .......... .......... .......... .......... 69% 293M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 37450K .......... .......... .......... .......... .......... 69% 344M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 37500K .......... .......... .......... .......... .......... 69% 239M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 37550K .......... .......... .......... .......... .......... 69% 239M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 37600K .......... .......... .......... .......... .......... 70% 259M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 37650K .......... .......... .......... .......... .......... 70% 304M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 37700K .......... .......... .......... .......... .......... 70% 314M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 37750K .......... .......... .......... .......... .......... 70% 398M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 37800K .......... .......... .......... .......... .......... 70% 318M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 37850K .......... .......... .......... .......... .......... 70% 264M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 37900K .......... .......... .......... .......... .......... 70% 234M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 37950K .......... .......... .......... .......... .......... 70% 418M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 38000K .......... .......... .......... .......... .......... 70% 309M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 38050K .......... .......... .......... .......... .......... 70% 307M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 38100K .......... .......... .......... .......... .......... 70% 44.0M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 38150K .......... .......... .......... .......... .......... 71% 53.0M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 38200K .......... .......... .......... .......... .......... 71% 49.5M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 38250K .......... .......... .......... .......... .......... 71% 49.0M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 38300K .......... .......... .......... .......... .......... 71% 33.4M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 38350K .......... .......... .......... .......... .......... 71% 46.9M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 38400K .......... .......... .......... .......... .......... 71% 50.6M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 38450K .......... .......... .......... .......... .......... 71% 42.6M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 38500K .......... .......... .......... .......... .......... 71% 45.3M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 38550K .......... .......... .......... .......... .......... 71% 47.6M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 38600K .......... .......... .......... .......... .......... 71% 45.1M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 38650K .......... .......... .......... .......... .......... 71% 49.8M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 38700K .......... .......... .......... .......... .......... 72% 482K 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 38750K .......... .......... .......... .......... .......... 72% 39.5M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 38800K .......... .......... .......... .......... .......... 72% 34.9M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 38850K .......... .......... .......... .......... .......... 72% 38.5M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 38900K .......... .......... .......... .......... .......... 72% 36.3M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 38950K .......... .......... .......... .......... .......... 72% 41.0M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 39000K .......... .......... .......... .......... .......... 72% 33.7M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 39050K .......... .......... .......... .......... .......... 72% 38.9M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 39100K .......... .......... .......... .......... .......... 72% 37.6M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 39150K .......... .......... .......... .......... .......... 72% 37.0M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 39200K .......... .......... .......... .......... .......... 73% 27.5M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 39250K .......... .......... .......... .......... .......... 73% 29.0M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 39300K .......... .......... .......... .......... .......... 73% 32.8M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 39350K .......... .......... .......... .......... .......... 73% 32.7M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 39400K .......... .......... .......... .......... .......... 73% 29.6M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 39450K .......... .......... .......... .......... .......... 73% 31.0M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 39500K .......... .......... .......... .......... .......... 73% 33.8M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 39550K .......... .......... .......... .......... .......... 73% 54.6M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 39600K .......... .......... .......... .......... .......... 73% 50.9M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 39650K .......... .......... .......... .......... .......... 73% 59.4M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 39700K .......... .......... .......... .......... .......... 73% 59.9M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 39750K .......... .......... .......... .......... .......... 74% 49.8M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 39800K .......... .......... .......... .......... .......... 74% 28.6M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 39850K .......... .......... .......... .......... .......... 74% 30.1M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 39900K .......... .......... .......... .......... .......... 74% 31.9M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 39950K .......... .......... .......... .......... .......... 74% 44.0M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 40000K .......... .......... .......... .......... .......... 74% 53.7M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 40050K .......... .......... .......... .......... .......... 74% 58.9M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 40100K .......... .......... .......... .......... .......... 74% 59.4M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 40150K .......... .......... .......... .......... .......... 74% 60.7M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 40200K .......... .......... .......... .......... .......... 74% 55.4M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 40250K .......... .......... .......... .......... .......... 74% 58.8M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 40300K .......... .......... .......... .......... .......... 75% 74.9M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 40350K .......... .......... .......... .......... .......... 75% 71.4M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 40400K .......... .......... .......... .......... .......... 75% 72.8M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 40450K .......... .......... .......... .......... .......... 75% 67.1M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 40500K .......... .......... .......... .......... .......... 75% 72.1M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 40550K .......... .......... .......... .......... .......... 75% 88.3M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 40600K .......... .......... .......... .......... .......... 75% 56.4M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 40650K .......... .......... .......... .......... .......... 75% 61.3M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 40700K .......... .......... .......... .......... .......... 75% 65.0M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 40750K .......... .......... .......... .......... .......... 75% 83.4M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 40800K .......... .......... .......... .......... .......... 75% 67.7M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 40850K .......... .......... .......... .......... .......... 76% 64.1M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 40900K .......... .......... .......... .......... .......... 76% 65.3M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 40950K .......... .......... .......... .......... .......... 76% 68.2M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 41000K .......... .......... .......... .......... .......... 76% 69.1M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 41050K .......... .......... .......... .......... .......... 76% 74.6M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 41100K .......... .......... .......... .......... .......... 76% 80.2M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 41150K .......... .......... .......... .......... .......... 76% 79.1M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 41200K .......... .......... .......... .......... .......... 76% 64.1M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 41250K .......... .......... .......... .......... .......... 76% 89.2M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 41300K .......... .......... .......... .......... .......... 76% 62.9M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 41350K .......... .......... .......... .......... .......... 77% 80.3M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 41400K .......... .......... .......... .......... .......... 77% 75.5M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 41450K .......... .......... .......... .......... .......... 77% 84.4M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 41500K .......... .......... .......... .......... .......... 77% 95.1M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 41550K .......... .......... .......... .......... .......... 77% 75.9M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 41600K .......... .......... .......... .......... .......... 77% 66.0M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 41650K .......... .......... .......... .......... .......... 77% 86.4M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 41700K .......... .......... .......... .......... .......... 77% 79.0M 1s unit-oai-hss-0: 16:55:22 DEBUG unit.oai-hss/0.install 41750K .......... .......... .......... .......... .......... 77% 59.5M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 41800K .......... .......... .......... .......... .......... 77% 646K 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 41850K .......... .......... .......... .......... .......... 77% 40.7M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 41900K .......... .......... .......... .......... .......... 78% 44.2M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 41950K .......... .......... .......... .......... .......... 78% 43.1M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 42000K .......... .......... .......... .......... .......... 78% 64.6M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 42050K .......... .......... .......... .......... .......... 78% 38.0M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 42100K .......... .......... .......... .......... .......... 78% 67.5M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 42150K .......... .......... .......... .......... .......... 78% 49.1M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 42200K .......... .......... .......... .......... .......... 78% 57.5M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 42250K .......... .......... .......... .......... .......... 78% 41.7M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 42300K .......... .......... .......... .......... .......... 78% 49.1M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 42350K .......... .......... .......... .......... .......... 78% 63.0M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 42400K .......... .......... .......... .......... .......... 78% 52.2M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 42450K .......... .......... .......... .......... .......... 79% 49.4M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 42500K .......... .......... .......... .......... .......... 79% 56.8M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 42550K .......... .......... .......... .......... .......... 79% 44.4M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 42600K .......... .......... .......... .......... .......... 79% 45.2M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 42650K .......... .......... .......... .......... .......... 79% 49.5M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 42700K .......... .......... .......... .......... .......... 79% 52.3M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 42750K .......... .......... .......... .......... .......... 79% 55.7M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 42800K .......... .......... .......... .......... .......... 79% 53.4M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 42850K .......... .......... .......... .......... .......... 79% 56.6M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 42900K .......... .......... .......... .......... .......... 79% 43.7M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 42950K .......... .......... .......... .......... .......... 79% 61.2M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 43000K .......... .......... .......... .......... .......... 80% 12.1M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 43050K .......... .......... .......... .......... .......... 80% 44.2M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 43100K .......... .......... .......... .......... .......... 80% 254M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 43150K .......... .......... .......... .......... .......... 80% 247M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 43200K .......... .......... .......... .......... .......... 80% 260M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 43250K .......... .......... .......... .......... .......... 80% 48.3M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 43300K .......... .......... .......... .......... .......... 80% 43.0M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 43350K .......... .......... .......... .......... .......... 80% 38.3M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 43400K .......... .......... .......... .......... .......... 80% 54.3M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 43450K .......... .......... .......... .......... .......... 80% 59.6M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 43500K .......... .......... .......... .......... .......... 81% 495K 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 43550K .......... .......... .......... .......... .......... 81% 31.6M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 43600K .......... .......... .......... .......... .......... 81% 34.9M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 43650K .......... .......... .......... .......... .......... 81% 34.8M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 43700K .......... .......... .......... .......... .......... 81% 35.7M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 43750K .......... .......... .......... .......... .......... 81% 29.1M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 43800K .......... .......... .......... .......... .......... 81% 35.2M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 43850K .......... .......... .......... .......... .......... 81% 37.4M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 43900K .......... .......... .......... .......... .......... 81% 40.1M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 43950K .......... .......... .......... .......... .......... 81% 33.4M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 44000K .......... .......... .......... .......... .......... 81% 43.4M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 44050K .......... .......... .......... .......... .......... 82% 38.2M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 44100K .......... .......... .......... .......... .......... 82% 41.3M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 44150K .......... .......... .......... .......... .......... 82% 37.3M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 44200K .......... .......... .......... .......... .......... 82% 48.9M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 44250K .......... .......... .......... .......... .......... 82% 69.4M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 44300K .......... .......... .......... .......... .......... 82% 88.9M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 44350K .......... .......... .......... .......... .......... 82% 71.2M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 44400K .......... .......... .......... .......... .......... 82% 47.7M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 44450K .......... .......... .......... .......... .......... 82% 44.7M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 44500K .......... .......... .......... .......... .......... 82% 40.6M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 44550K .......... .......... .......... .......... .......... 82% 39.4M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 44600K .......... .......... .......... .......... .......... 83% 61.4M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 44650K .......... .......... .......... .......... .......... 83% 69.0M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 44700K .......... .......... .......... .......... .......... 83% 48.4M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 44750K .......... .......... .......... .......... .......... 83% 51.4M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 44800K .......... .......... .......... .......... .......... 83% 43.8M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 44850K .......... .......... .......... .......... .......... 83% 55.9M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 44900K .......... .......... .......... .......... .......... 83% 263M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 44950K .......... .......... .......... .......... .......... 83% 256M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 45000K .......... .......... .......... .......... .......... 83% 341M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 45050K .......... .......... .......... .......... .......... 83% 298M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 45100K .......... .......... .......... .......... .......... 83% 231M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 45150K .......... .......... .......... .......... .......... 84% 336M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 45200K .......... .......... .......... .......... .......... 84% 426M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 45250K .......... .......... .......... .......... .......... 84% 352M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 45300K .......... .......... .......... .......... .......... 84% 286M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 45350K .......... .......... .......... .......... .......... 84% 225M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 45400K .......... .......... .......... .......... .......... 84% 397M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 45450K .......... .......... .......... .......... .......... 84% 369M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 45500K .......... .......... .......... .......... .......... 84% 274M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 45550K .......... .......... .......... .......... .......... 84% 272M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 45600K .......... .......... .......... .......... .......... 84% 268M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 45650K .......... .......... .......... .......... .......... 85% 397M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 45700K .......... .......... .......... .......... .......... 85% 424M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 45750K .......... .......... .......... .......... .......... 85% 355M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 45800K .......... .......... .......... .......... .......... 85% 420M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 45850K .......... .......... .......... .......... .......... 85% 431M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 45900K .......... .......... .......... .......... .......... 85% 415M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 45950K .......... .......... .......... .......... .......... 85% 55.8M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 46000K .......... .......... .......... .......... .......... 85% 62.9M 1s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 46050K .......... .......... .......... .......... .......... 85% 59.0M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 46100K .......... .......... .......... .......... .......... 85% 64.4M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 46150K .......... .......... .......... .......... .......... 85% 53.9M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 46200K .......... .......... .......... .......... .......... 86% 61.3M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 46250K .......... .......... .......... .......... .......... 86% 57.7M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 46300K .......... .......... .......... .......... .......... 86% 62.2M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 46350K .......... .......... .......... .......... .......... 86% 50.8M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 46400K .......... .......... .......... .......... .......... 86% 56.8M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 46450K .......... .......... .......... .......... .......... 86% 64.1M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 46500K .......... .......... .......... .......... .......... 86% 542K 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 46550K .......... .......... .......... .......... .......... 86% 38.9M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 46600K .......... .......... .......... .......... .......... 86% 50.5M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 46650K .......... .......... .......... .......... .......... 86% 48.8M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 46700K .......... .......... .......... .......... .......... 86% 43.8M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 46750K .......... .......... .......... .......... .......... 87% 41.7M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 46800K .......... .......... .......... .......... .......... 87% 48.3M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 46850K .......... .......... .......... .......... .......... 87% 49.6M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 46900K .......... .......... .......... .......... .......... 87% 47.1M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 46950K .......... .......... .......... .......... .......... 87% 41.1M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 47000K .......... .......... .......... .......... .......... 87% 49.5M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 47050K .......... .......... .......... .......... .......... 87% 46.3M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 47100K .......... .......... .......... .......... .......... 87% 44.9M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 47150K .......... .......... .......... .......... .......... 87% 41.1M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 47200K .......... .......... .......... .......... .......... 87% 46.0M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 47250K .......... .......... .......... .......... .......... 87% 48.1M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 47300K .......... .......... .......... .......... .......... 88% 49.2M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 47350K .......... .......... .......... .......... .......... 88% 47.4M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 47400K .......... .......... .......... .......... .......... 88% 43.1M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 47450K .......... .......... .......... .......... .......... 88% 63.7M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 47500K .......... .......... .......... .......... .......... 88% 47.1M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 47550K .......... .......... .......... .......... .......... 88% 34.9M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 47600K .......... .......... .......... .......... .......... 88% 44.1M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 47650K .......... .......... .......... .......... .......... 88% 44.0M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 47700K .......... .......... .......... .......... .......... 88% 49.7M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 47750K .......... .......... .......... .......... .......... 88% 40.0M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 47800K .......... .......... .......... .......... .......... 89% 43.2M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 47850K .......... .......... .......... .......... .......... 89% 49.0M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 47900K .......... .......... .......... .......... .......... 89% 49.8M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 47950K .......... .......... .......... .......... .......... 89% 34.8M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 48000K .......... .......... .......... .......... .......... 89% 36.8M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 48050K .......... .......... .......... .......... .......... 89% 37.2M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 48100K .......... .......... .......... .......... .......... 89% 37.0M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 48150K .......... .......... .......... .......... .......... 89% 39.6M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 48200K .......... .......... .......... .......... .......... 89% 39.6M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 48250K .......... .......... .......... .......... .......... 89% 37.9M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 48300K .......... .......... .......... .......... .......... 89% 49.6M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 48350K .......... .......... .......... .......... .......... 90% 51.8M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 48400K .......... .......... .......... .......... .......... 90% 60.4M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 48450K .......... .......... .......... .......... .......... 90% 58.5M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 48500K .......... .......... .......... .......... .......... 90% 61.4M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 48550K .......... .......... .......... .......... .......... 90% 72.0M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 48600K .......... .......... .......... .......... .......... 90% 80.2M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 48650K .......... .......... .......... .......... .......... 90% 59.7M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 48700K .......... .......... .......... .......... .......... 90% 92.1M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 48750K .......... .......... .......... .......... .......... 90% 53.7M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 48800K .......... .......... .......... .......... .......... 90% 93.5M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 48850K .......... .......... .......... .......... .......... 90% 72.9M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 48900K .......... .......... .......... .......... .......... 91% 579K 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 48950K .......... .......... .......... .......... .......... 91% 50.5M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 49000K .......... .......... .......... .......... .......... 91% 34.9M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 49050K .......... .......... .......... .......... .......... 91% 35.4M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 49100K .......... .......... .......... .......... .......... 91% 36.6M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 49150K .......... .......... .......... .......... .......... 91% 36.7M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 49200K .......... .......... .......... .......... .......... 91% 34.7M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 49250K .......... .......... .......... .......... .......... 91% 49.6M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 49300K .......... .......... .......... .......... .......... 91% 38.0M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 49350K .......... .......... .......... .......... .......... 91% 53.7M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 49400K .......... .......... .......... .......... .......... 91% 57.1M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 49450K .......... .......... .......... .......... .......... 92% 76.3M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 49500K .......... .......... .......... .......... .......... 92% 59.3M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 49550K .......... .......... .......... .......... .......... 92% 110M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 49600K .......... .......... .......... .......... .......... 92% 254M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 49650K .......... .......... .......... .......... .......... 92% 213M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 49700K .......... .......... .......... .......... .......... 92% 219M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 49750K .......... .......... .......... .......... .......... 92% 216M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 49800K .......... .......... .......... .......... .......... 92% 215M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 49850K .......... .......... .......... .......... .......... 92% 230M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 49900K .......... .......... .......... .......... .......... 92% 235M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 49950K .......... .......... .......... .......... .......... 93% 228M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 50000K .......... .......... .......... .......... .......... 93% 198M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 50050K .......... .......... .......... .......... .......... 93% 264M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 50100K .......... .......... .......... .......... .......... 93% 52.7M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 50150K .......... .......... .......... .......... .......... 93% 41.8M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 50200K .......... .......... .......... .......... .......... 93% 39.8M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 50250K .......... .......... .......... .......... .......... 93% 53.9M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 50300K .......... .......... .......... .......... .......... 93% 50.3M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 50350K .......... .......... .......... .......... .......... 93% 44.7M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 50400K .......... .......... .......... .......... .......... 93% 40.5M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 50450K .......... .......... .......... .......... .......... 93% 45.5M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 50500K .......... .......... .......... .......... .......... 94% 42.9M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 50550K .......... .......... .......... .......... .......... 94% 41.0M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 50600K .......... .......... .......... .......... .......... 94% 45.2M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 50650K .......... .......... .......... .......... .......... 94% 48.7M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 50700K .......... .......... .......... .......... .......... 94% 44.5M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 50750K .......... .......... .......... .......... .......... 94% 46.4M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 50800K .......... .......... .......... .......... .......... 94% 42.1M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 50850K .......... .......... .......... .......... .......... 94% 43.4M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 50900K .......... .......... .......... .......... .......... 94% 48.1M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 50950K .......... .......... .......... .......... .......... 94% 48.0M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 51000K .......... .......... .......... .......... .......... 94% 36.2M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 51050K .......... .......... .......... .......... .......... 95% 30.2M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 51100K .......... .......... .......... .......... .......... 95% 60.0M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 51150K .......... .......... .......... .......... .......... 95% 60.7M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 51200K .......... .......... .......... .......... .......... 95% 51.7M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 51250K .......... .......... .......... .......... .......... 95% 56.6M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 51300K .......... .......... .......... .......... .......... 95% 56.8M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 51350K .......... .......... .......... .......... .......... 95% 58.3M 0s unit-abot-epc-basic-0: 16:55:23 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive13 amd64 3.1.2-11ubuntu0.16.04.4 [262 kB] unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 51400K .......... .......... .......... .......... .......... 95% 547K 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 51450K .......... .......... .......... .......... .......... 95% 30.3M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 51500K .......... .......... .......... .......... .......... 95% 32.0M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 51550K .......... .......... .......... .......... .......... 95% 35.1M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 51600K .......... .......... .......... .......... .......... 96% 33.7M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 51650K .......... .......... .......... .......... .......... 96% 35.4M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 51700K .......... .......... .......... .......... .......... 96% 30.2M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 51750K .......... .......... .......... .......... .......... 96% 40.3M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 51800K .......... .......... .......... .......... .......... 96% 50.0M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 51850K .......... .......... .......... .......... .......... 96% 59.0M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 51900K .......... .......... .......... .......... .......... 96% 54.7M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 51950K .......... .......... .......... .......... .......... 96% 41.5M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 52000K .......... .......... .......... .......... .......... 96% 39.0M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 52050K .......... .......... .......... .......... .......... 96% 39.5M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 52100K .......... .......... .......... .......... .......... 97% 34.0M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 52150K .......... .......... .......... .......... .......... 97% 43.2M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 52200K .......... .......... .......... .......... .......... 97% 33.7M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 52250K .......... .......... .......... .......... .......... 97% 32.7M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 52300K .......... .......... .......... .......... .......... 97% 39.2M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 52350K .......... .......... .......... .......... .......... 97% 44.7M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 52400K .......... .......... .......... .......... .......... 97% 51.6M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 52450K .......... .......... .......... .......... .......... 97% 44.8M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 52500K .......... .......... .......... .......... .......... 97% 44.3M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 52550K .......... .......... .......... .......... .......... 97% 59.7M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 52600K .......... .......... .......... .......... .......... 97% 68.7M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 52650K .......... .......... .......... .......... .......... 98% 69.8M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 52700K .......... .......... .......... .......... .......... 98% 79.9M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 52750K .......... .......... .......... .......... .......... 98% 66.2M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 52800K .......... .......... .......... .......... .......... 98% 85.4M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 52850K .......... .......... .......... .......... .......... 98% 67.9M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 52900K .......... .......... .......... .......... .......... 98% 71.0M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 52950K .......... .......... .......... .......... .......... 98% 73.4M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 53000K .......... .......... .......... .......... .......... 98% 80.3M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 53050K .......... .......... .......... .......... .......... 98% 97.9M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 53100K .......... .......... .......... .......... .......... 98% 50.8M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 53150K .......... .......... .......... .......... .......... 98% 69.7M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 53200K .......... .......... .......... .......... .......... 99% 416M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 53250K .......... .......... .......... .......... .......... 99% 290M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 53300K .......... .......... .......... .......... .......... 99% 388M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 53350K .......... .......... .......... .......... .......... 99% 434M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 53400K .......... .......... .......... .......... .......... 99% 431M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 53450K .......... .......... .......... .......... .......... 99% 451M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 53500K .......... .......... .......... .......... .......... 99% 345M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 53550K .......... .......... .......... .......... .......... 99% 403M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 53600K .......... .......... .......... .......... .......... 99% 432M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 53650K .......... .......... .......... .......... .......... 99% 450M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 53700K .......... .......... .......... .......... .......... 99% 356M 0s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 53750K ...... 100% 282M=3.4s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install 2018-10-04 16:55:23 (15.4 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [55046174/55046174] unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install FINISHED --2018-10-04 16:55:23-- unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install Total wall clock time: 5.6s unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install Downloaded: 4 files, 66M in 4.9s (13.5 MB/s) unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install + dpkg -i kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-abot-epc-basic-0: 16:55:23 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcurl3 amd64 7.47.0-1ubuntu2.9 [186 kB] unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install (Reading database ... 79221 files and directories currently installed.) unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-oai-hss-0: 16:55:23 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 16:55:23 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjsoncpp1 amd64 1.7.2-1 [73.0 kB] unit-abot-epc-basic-0: 16:55:23 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake amd64 3.5.1-1ubuntu3 [2,623 kB] unit-abot-epc-basic-0: 16:55:24 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 cmake-curses-gui amd64 3.5.1-1ubuntu3 [1,276 kB] unit-abot-epc-basic-0: 16:55:24 DEBUG unit.abot-epc-basic/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 m4 amd64 1.4.17-5 [195 kB] unit-abot-epc-basic-0: 16:55:24 DEBUG unit.abot-epc-basic/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfl-dev amd64 2.6.0-11 [12.5 kB] unit-abot-epc-basic-0: 16:55:24 DEBUG unit.abot-epc-basic/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 flex amd64 2.6.0-11 [290 kB] unit-abot-epc-basic-0: 16:55:24 DEBUG unit.abot-epc-basic/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-lato all 2.0-1 [2,693 kB] unit-abot-epc-basic-0: 16:55:25 DEBUG unit.abot-epc-basic/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 imagemagick-common all 8:6.8.9.9-7ubuntu5.12 [41.5 kB] unit-abot-epc-basic-0: 16:55:25 DEBUG unit.abot-epc-basic/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaudio2 amd64 1.9.4-4 [50.1 kB] unit-abot-epc-basic-0: 16:55:25 DEBUG unit.abot-epc-basic/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libexif12 amd64 0.6.21-2 [77.6 kB] unit-abot-epc-basic-0: 16:55:25 DEBUG unit.abot-epc-basic/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-double3 amd64 3.3.4-2ubuntu1 [718 kB] unit-abot-epc-basic-0: 16:55:25 DEBUG unit.abot-epc-basic/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-long3 amd64 3.3.4-2ubuntu1 [306 kB] unit-abot-epc-basic-0: 16:55:25 DEBUG unit.abot-epc-basic/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-quad3 amd64 3.3.4-2ubuntu1 [550 kB] unit-abot-epc-basic-0: 16:55:26 DEBUG unit.abot-epc-basic/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-single3 amd64 3.3.4-2ubuntu1 [749 kB] unit-abot-epc-basic-0: 16:55:26 DEBUG unit.abot-epc-basic/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libieee1284-3 amd64 0.2.11-12 [23.8 kB] unit-abot-epc-basic-0: 16:55:26 DEBUG unit.abot-epc-basic/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblqr-1-0 amd64 0.4.2-2 [23.6 kB] unit-abot-epc-basic-0: 16:55:26 DEBUG unit.abot-epc-basic/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libltdl7 amd64 2.4.6-0.1 [38.3 kB] unit-abot-epc-basic-0: 16:55:26 DEBUG unit.abot-epc-basic/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagickcore-6.q16-2 amd64 8:6.8.9.9-7ubuntu5.12 [1,579 kB] unit-abot-epc-basic-0: 16:55:26 DEBUG unit.abot-epc-basic/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagickwand-6.q16-2 amd64 8:6.8.9.9-7ubuntu5.12 [288 kB] unit-abot-epc-basic-0: 16:55:26 DEBUG unit.abot-epc-basic/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmng2 amd64 2.0.2-0ubuntu3 [169 kB] unit-abot-epc-basic-0: 16:55:27 DEBUG unit.abot-epc-basic/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmtdev1 amd64 1.1.5-1ubuntu2 [13.8 kB] unit-abot-epc-basic-0: 16:55:27 DEBUG unit.abot-epc-basic/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcrecpp0v5 amd64 2:8.38-3.1 [15.2 kB] unit-oai-hss-0: 16:55:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-oai-hss-0: 16:55:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb ... unit-abot-epc-basic-0: 16:55:27 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libblas-common amd64 3.6.0-2ubuntu2 [5,342 B] unit-oai-hss-0: 16:55:27 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 16:55:27 DEBUG unit.abot-epc-basic/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libblas3 amd64 3.6.0-2ubuntu2 [147 kB] unit-abot-epc-basic-0: 16:55:27 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgfortran3 amd64 5.4.0-6ubuntu1~16.04.10 [260 kB] unit-abot-epc-basic-0: 16:55:27 DEBUG unit.abot-epc-basic/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libopenblas-base amd64 0.2.18-1ubuntu1 [5,097 kB] unit-abot-epc-basic-0: 16:55:28 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatlas3-base amd64 3.10.2-9 [2,697 kB] unit-abot-epc-basic-0: 16:55:28 DEBUG unit.abot-epc-basic/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblapack3 amd64 3.6.0-2ubuntu2 [1,938 kB] unit-abot-epc-basic-0: 16:55:28 DEBUG unit.abot-epc-basic/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqrupdate1 amd64 1.1.2-1build1 [37.6 kB] unit-abot-epc-basic-0: 16:55:28 DEBUG unit.abot-epc-basic/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcre16-3 amd64 2:8.38-3.1 [144 kB] unit-abot-epc-basic-0: 16:55:28 DEBUG unit.abot-epc-basic/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5core5a amd64 5.5.1+dfsg-16ubuntu7.5 [1,817 kB] unit-abot-epc-basic-0: 16:55:29 DEBUG unit.abot-epc-basic/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-server0 amd64 1.12.0-1~ubuntu16.04.3 [28.0 kB] unit-abot-epc-basic-0: 16:55:29 DEBUG unit.abot-epc-basic/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgbm1 amd64 18.0.5-0ubuntu0~16.04.1 [24.0 kB] unit-abot-epc-basic-0: 16:55:29 DEBUG unit.abot-epc-basic/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcapnp-0.5.3 amd64 0.5.3-2ubuntu1.1 [580 kB] unit-abot-epc-basic-0: 16:55:29 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-filesystem1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [37.5 kB] unit-abot-epc-basic-0: 16:55:29 DEBUG unit.abot-epc-basic/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircore1 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [24.4 kB] unit-abot-epc-basic-0: 16:55:29 DEBUG unit.abot-epc-basic/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircommon7 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [89.7 kB] unit-abot-epc-basic-0: 16:55:29 DEBUG unit.abot-epc-basic/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libprotobuf-lite9v5 amd64 2.6.1-1.3 [58.4 kB] unit-abot-epc-basic-0: 16:55:30 DEBUG unit.abot-epc-basic/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirprotobuf3 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [120 kB] unit-abot-epc-basic-0: 16:55:30 DEBUG unit.abot-epc-basic/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxkbcommon0 amd64 0.5.0-1ubuntu2 [97.2 kB] unit-abot-epc-basic-0: 16:55:30 DEBUG unit.abot-epc-basic/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirclient9 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [194 kB] unit-abot-epc-basic-0: 16:55:30 DEBUG unit.abot-epc-basic/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-client0 amd64 1.12.0-1~ubuntu16.04.3 [22.5 kB] unit-abot-epc-basic-0: 16:55:30 DEBUG unit.abot-epc-basic/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xfixes0 amd64 1.11.1-1ubuntu1 [8,840 B] unit-abot-epc-basic-0: 16:55:30 DEBUG unit.abot-epc-basic/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libegl1-mesa amd64 18.0.5-0ubuntu0~16.04.1 [87.0 kB] unit-abot-epc-basic-0: 16:55:30 DEBUG unit.abot-epc-basic/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libevdev2 amd64 1.4.6+dfsg-1 [28.0 kB] unit-abot-epc-basic-0: 16:55:30 DEBUG unit.abot-epc-basic/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgudev-1.0-0 amd64 1:230-2 [13.0 kB] unit-abot-epc-basic-0: 16:55:31 DEBUG unit.abot-epc-basic/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwacom-common all 0.22-1~ubuntu16.04.1 [32.0 kB] unit-abot-epc-basic-0: 16:55:31 DEBUG unit.abot-epc-basic/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwacom2 amd64 0.22-1~ubuntu16.04.1 [17.3 kB] unit-abot-epc-basic-0: 16:55:31 DEBUG unit.abot-epc-basic/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libinput-bin amd64 1.6.3-1ubuntu1~16.04.1 [9,040 B] unit-abot-epc-basic-0: 16:55:31 DEBUG unit.abot-epc-basic/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libinput10 amd64 1.6.3-1ubuntu1~16.04.1 [74.0 kB] unit-abot-epc-basic-0: 16:55:31 DEBUG unit.abot-epc-basic/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5dbus5 amd64 5.5.1+dfsg-16ubuntu7.5 [175 kB] unit-abot-epc-basic-0: 16:55:31 DEBUG unit.abot-epc-basic/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libproxy1v5 amd64 0.4.11-5ubuntu1 [48.6 kB] unit-abot-epc-basic-0: 16:55:32 DEBUG unit.abot-epc-basic/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5network5 amd64 5.5.1+dfsg-16ubuntu7.5 [540 kB] unit-abot-epc-basic-0: 16:55:32 DEBUG unit.abot-epc-basic/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-icccm4 amd64 0.4.1-1ubuntu1 [10.4 kB] unit-abot-epc-basic-0: 16:55:32 DEBUG unit.abot-epc-basic/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-util1 amd64 0.4.0-0ubuntu3 [11.2 kB] unit-abot-epc-basic-0: 16:55:32 DEBUG unit.abot-epc-basic/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-image0 amd64 0.4.0-1build1 [12.3 kB] unit-abot-epc-basic-0: 16:55:32 DEBUG unit.abot-epc-basic/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-keysyms1 amd64 0.4.0-1 [8,406 B] unit-abot-epc-basic-0: 16:55:32 DEBUG unit.abot-epc-basic/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-randr0 amd64 1.11.1-1ubuntu1 [14.4 kB] unit-abot-epc-basic-0: 16:55:32 DEBUG unit.abot-epc-basic/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-render-util0 amd64 0.3.9-1 [9,638 B] unit-oai-hss-0: 16:55:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-hss-0: 16:55:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-abot-epc-basic-0: 16:55:33 DEBUG unit.abot-epc-basic/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shape0 amd64 1.11.1-1ubuntu1 [5,756 B] unit-oai-hss-0: 16:55:33 DEBUG unit.oai-hss/0.install Done. unit-oai-hss-0: 16:55:33 DEBUG unit.oai-hss/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 16:55:33 DEBUG unit.abot-epc-basic/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xkb1 amd64 1.11.1-1ubuntu1 [29.2 kB] unit-abot-epc-basic-0: 16:55:33 DEBUG unit.abot-epc-basic/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxkbcommon-x11-0 amd64 0.5.0-1ubuntu2 [13.5 kB] unit-abot-epc-basic-0: 16:55:33 DEBUG unit.abot-epc-basic/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5gui5 amd64 5.5.1+dfsg-16ubuntu7.5 [2,290 kB] unit-abot-epc-basic-0: 16:55:33 DEBUG unit.abot-epc-basic/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5widgets5 amd64 5.5.1+dfsg-16ubuntu7.5 [2,252 kB] unit-abot-epc-basic-0: 16:55:33 DEBUG unit.abot-epc-basic/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt5svg5 amd64 5.5.1-2build1 [128 kB] unit-abot-epc-basic-0: 16:55:33 DEBUG unit.abot-epc-basic/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking-common all 2.48.2-1~ubuntu16.04.1 [10.9 kB] unit-abot-epc-basic-0: 16:55:34 DEBUG unit.abot-epc-basic/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking-services amd64 2.48.2-1~ubuntu16.04.1 [16.0 kB] unit-abot-epc-basic-0: 16:55:34 DEBUG unit.abot-epc-basic/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libdconf1 amd64 0.24.0-2 [31.4 kB] unit-abot-epc-basic-0: 16:55:34 DEBUG unit.abot-epc-basic/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 dconf-service amd64 0.24.0-2 [27.1 kB] unit-abot-epc-basic-0: 16:55:34 DEBUG unit.abot-epc-basic/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 dconf-gsettings-backend amd64 0.24.0-2 [19.4 kB] unit-abot-epc-basic-0: 16:55:34 DEBUG unit.abot-epc-basic/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gsettings-desktop-schemas all 3.18.1-1ubuntu1 [25.9 kB] unit-abot-epc-basic-0: 16:55:34 DEBUG unit.abot-epc-basic/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking amd64 2.48.2-1~ubuntu16.04.1 [43.7 kB] unit-abot-epc-basic-0: 16:55:35 DEBUG unit.abot-epc-basic/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsoup2.4-1 amd64 2.52.2-1ubuntu0.3 [270 kB] unit-abot-epc-basic-0: 16:55:35 DEBUG unit.abot-epc-basic/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsoup-gnome2.4-1 amd64 2.52.2-1ubuntu0.3 [4,986 B] unit-abot-epc-basic-0: 16:55:35 DEBUG unit.abot-epc-basic/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 librest-0.7-0 amd64 0.7.93-1 [31.9 kB] unit-abot-epc-basic-0: 16:55:35 DEBUG unit.abot-epc-basic/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsamplerate0 amd64 0.1.8-8 [937 kB] unit-abot-epc-basic-0: 16:55:35 DEBUG unit.abot-epc-basic/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsane-common all 1.0.25+git20150528-1ubuntu2.16.04.1 [710 kB] unit-abot-epc-basic-0: 16:55:35 DEBUG unit.abot-epc-basic/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libserf-1-1 amd64 1.3.8-1 [45.5 kB] unit-abot-epc-basic-0: 16:55:35 DEBUG unit.abot-epc-basic/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libunistring0 amd64 0.9.3-5.2ubuntu1 [279 kB] unit-abot-epc-basic-0: 16:55:36 DEBUG unit.abot-epc-basic/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxft2 amd64 2.3.2-1 [36.1 kB] unit-abot-epc-basic-0: 16:55:36 DEBUG unit.abot-epc-basic/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxss1 amd64 1:1.2.2-1 [8,582 B] unit-abot-epc-basic-0: 16:55:36 DEBUG unit.abot-epc-basic/0.install Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxv1 amd64 2:1.0.10-1 [10.3 kB] unit-abot-epc-basic-0: 16:55:36 DEBUG unit.abot-epc-basic/0.install Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86dga1 amd64 2:1.1.4-1 [13.7 kB] unit-abot-epc-basic-0: 16:55:36 DEBUG unit.abot-epc-basic/0.install Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 poppler-data all 0.4.7-7 [1,495 kB] unit-abot-epc-basic-0: 16:55:36 DEBUG unit.abot-epc-basic/0.install Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libidn2-0 amd64 0.10-3 [62.3 kB] unit-abot-epc-basic-0: 16:55:36 DEBUG unit.abot-epc-basic/0.install Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libslicot0 amd64 5.0+20101122-2 [1,002 kB] unit-abot-epc-basic-0: 16:55:37 DEBUG unit.abot-epc-basic/0.install Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-common all 3.18.9-1ubuntu3.3 [206 kB] unit-abot-epc-basic-0: 16:55:37 DEBUG unit.abot-epc-basic/0.install Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatspi2.0-0 amd64 2.18.3-4ubuntu1 [57.4 kB] unit-abot-epc-basic-0: 16:55:37 DEBUG unit.abot-epc-basic/0.install Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk-bridge2.0-0 amd64 2.18.1-2ubuntu1 [52.8 kB] unit-abot-epc-basic-0: 16:55:37 DEBUG unit.abot-epc-basic/0.install Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcairo-gobject2 amd64 1.14.6-1 [17.3 kB] unit-abot-epc-basic-0: 16:55:37 DEBUG unit.abot-epc-basic/0.install Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcolord2 amd64 1.2.12-1ubuntu1 [104 kB] unit-abot-epc-basic-0: 16:55:37 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libepoxy0 amd64 1.3.1-1ubuntu0.16.04.2 [177 kB] unit-abot-epc-basic-0: 16:55:37 DEBUG unit.abot-epc-basic/0.install Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjson-glib-1.0-common all 1.1.2-0ubuntu1 [6,172 B] unit-abot-epc-basic-0: 16:55:38 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjson-glib-1.0-0 amd64 1.1.2-0ubuntu1 [60.3 kB] unit-abot-epc-basic-0: 16:55:38 DEBUG unit.abot-epc-basic/0.install Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-cursor0 amd64 1.12.0-1~ubuntu16.04.3 [10.1 kB] unit-abot-epc-basic-0: 16:55:38 DEBUG unit.abot-epc-basic/0.install Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-egl1-mesa amd64 18.0.5-0ubuntu0~16.04.1 [5,778 B] unit-abot-epc-basic-0: 16:55:38 DEBUG unit.abot-epc-basic/0.install Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-0 amd64 3.18.9-1ubuntu3.3 [2,352 kB] unit-abot-epc-basic-0: 16:55:38 DEBUG unit.abot-epc-basic/0.install Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-bin amd64 3.18.9-1ubuntu3.3 [53.7 kB] unit-abot-epc-basic-0: 16:55:39 DEBUG unit.abot-epc-basic/0.install Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcroco3 amd64 0.6.11-1 [81.6 kB] unit-abot-epc-basic-0: 16:55:39 DEBUG unit.abot-epc-basic/0.install Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 librsvg2-2 amd64 2.40.13-3 [93.9 kB] unit-abot-epc-basic-0: 16:55:39 DEBUG unit.abot-epc-basic/0.install Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 librsvg2-common amd64 2.40.13-3 [5,034 B] unit-abot-epc-basic-0: 16:55:40 DEBUG unit.abot-epc-basic/0.install Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 humanity-icon-theme all 0.6.10.1 [1,289 kB] unit-abot-epc-basic-0: 16:55:40 DEBUG unit.abot-epc-basic/0.install Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-mono all 14.04+16.04.20180326-0ubuntu1 [178 kB] unit-abot-epc-basic-0: 16:55:40 DEBUG unit.abot-epc-basic/0.install Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 adwaita-icon-theme all 3.18.0-2ubuntu3.1 [3,359 kB] unit-abot-epc-basic-0: 16:55:41 DEBUG unit.abot-epc-basic/0.install Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 at-spi2-core amd64 2.18.3-4ubuntu1 [45.7 kB] unit-abot-epc-basic-0: 16:55:41 DEBUG unit.abot-epc-basic/0.install Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 autoconf all 2.69-9 [321 kB] unit-abot-epc-basic-0: 16:55:41 DEBUG unit.abot-epc-basic/0.install Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 autotools-dev all 20150820.1 [39.8 kB] unit-abot-epc-basic-0: 16:55:41 DEBUG unit.abot-epc-basic/0.install Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 automake all 1:1.15-4ubuntu1 [510 kB] unit-abot-epc-basic-0: 16:55:41 DEBUG unit.abot-epc-basic/0.install Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libbison-dev amd64 2:3.0.4.dfsg-1 [338 kB] unit-abot-epc-basic-0: 16:55:41 DEBUG unit.abot-epc-basic/0.install Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 bison amd64 2:3.0.4.dfsg-1 [259 kB] unit-abot-epc-basic-0: 16:55:42 DEBUG unit.abot-epc-basic/0.install Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 castxml amd64 0.1+git20160202-1.1 [11.5 MB] unit-oai-hss-0: 16:55:42 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 16:55:42 DEBUG unit.abot-epc-basic/0.install Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgusb2 amd64 0.2.9-0ubuntu1 [20.2 kB] unit-abot-epc-basic-0: 16:55:42 DEBUG unit.abot-epc-basic/0.install Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcolorhug2 amd64 1.2.12-1ubuntu1 [32.0 kB] unit-abot-epc-basic-0: 16:55:42 DEBUG unit.abot-epc-basic/0.install Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libvpx3 amd64 1.5.0-2ubuntu1 [732 kB] unit-abot-epc-basic-0: 16:55:43 DEBUG unit.abot-epc-basic/0.install Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxpm4 amd64 1:3.5.11-1ubuntu0.16.04.1 [33.8 kB] unit-abot-epc-basic-0: 16:55:43 DEBUG unit.abot-epc-basic/0.install Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgd3 amd64 2.1.1-4ubuntu0.16.04.10 [126 kB] unit-oai-hss-0: 16:55:43 DEBUG unit.oai-hss/0.install Setting up linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 16:55:43 DEBUG unit.abot-epc-basic/0.install Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-port12 amd64 2.5.9-3 [48.0 kB] unit-abot-epc-basic-0: 16:55:43 DEBUG unit.abot-epc-basic/0.install Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-6 amd64 2.5.9-3 [787 kB] unit-oai-hss-0: 16:55:43 DEBUG unit.oai-hss/0.install Running depmod. unit-abot-epc-basic-0: 16:55:43 DEBUG unit.abot-epc-basic/0.install Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsane amd64 1.0.25+git20150528-1ubuntu2.16.04.1 [2,012 kB] unit-abot-epc-basic-0: 16:55:43 DEBUG unit.abot-epc-basic/0.install Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 colord-data all 1.2.12-1ubuntu1 [111 kB] unit-oai-hss-0: 16:55:43 DEBUG unit.oai-hss/0.install update-initramfs: deferring update (hook will be called later) unit-oai-hss-0: 16:55:43 DEBUG unit.oai-hss/0.install Examining /etc/kernel/postinst.d. unit-oai-hss-0: 16:55:43 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 16:55:43 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 16:55:43 DEBUG unit.oai-hss/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 16:55:43 DEBUG unit.abot-epc-basic/0.install Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 colord amd64 1.2.12-1ubuntu1 [178 kB] unit-abot-epc-basic-0: 16:55:44 DEBUG unit.abot-epc-basic/0.install Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gettext amd64 0.19.7-2ubuntu3 [1,076 kB] unit-abot-epc-basic-0: 16:55:44 DEBUG unit.abot-epc-basic/0.install Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] unit-abot-epc-basic-0: 16:55:44 DEBUG unit.abot-epc-basic/0.install Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 po-debconf all 1.0.19 [234 kB] unit-abot-epc-basic-0: 16:55:44 DEBUG unit.abot-epc-basic/0.install Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive-zip-perl all 1.56-2ubuntu0.1 [84.7 kB] unit-abot-epc-basic-0: 16:55:44 DEBUG unit.abot-epc-basic/0.install Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-stripnondeterminism-perl all 0.015-1 [10.3 kB] unit-abot-epc-basic-0: 16:55:44 DEBUG unit.abot-epc-basic/0.install Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] unit-abot-epc-basic-0: 16:55:45 DEBUG unit.abot-epc-basic/0.install Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 dh-strip-nondeterminism all 0.015-1 [4,864 B] unit-abot-epc-basic-0: 16:55:45 DEBUG unit.abot-epc-basic/0.install Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 debhelper all 9.20160115ubuntu3 [739 kB] unit-abot-epc-basic-0: 16:55:45 DEBUG unit.abot-epc-basic/0.install Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 default-jre-headless amd64 2:1.8-56ubuntu2 [4,380 B] unit-abot-epc-basic-0: 16:55:45 DEBUG unit.abot-epc-basic/0.install Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libllvm3.6v5 amd64 1:3.6.2-3ubuntu2 [8,075 kB] unit-abot-epc-basic-0: 16:55:45 DEBUG unit.abot-epc-basic/0.install Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libobjc4 amd64 5.4.0-6ubuntu1~16.04.10 [111 kB] unit-abot-epc-basic-0: 16:55:46 DEBUG unit.abot-epc-basic/0.install Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libobjc-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [380 kB] unit-abot-epc-basic-0: 16:55:46 DEBUG unit.abot-epc-basic/0.install Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libclang1-3.6 amd64 1:3.6.2-3ubuntu2 [3,696 kB] unit-abot-epc-basic-0: 16:55:46 DEBUG unit.abot-epc-basic/0.install Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 doxygen amd64 1.8.11-1 [3,679 kB] unit-abot-epc-basic-0: 16:55:46 DEBUG unit.abot-epc-basic/0.install Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5xml5 amd64 5.5.1+dfsg-16ubuntu7.5 [91.8 kB] unit-abot-epc-basic-0: 16:55:46 DEBUG unit.abot-epc-basic/0.install Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 doxygen-gui amd64 1.8.11-1 [284 kB] unit-abot-epc-basic-0: 16:55:47 DEBUG unit.abot-epc-basic/0.install Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-liberation all 1.07.4-1 [829 kB] unit-abot-epc-basic-0: 16:55:47 DEBUG unit.abot-epc-basic/0.install Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 tex-common all 6.04ubuntu1 [545 kB] unit-abot-epc-basic-0: 16:55:47 DEBUG unit.abot-epc-basic/0.install Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-lmodern all 2.004.5-1 [4,553 kB] unit-abot-epc-basic-0: 16:55:47 DEBUG unit.abot-epc-basic/0.install Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gccxml amd64 0.9.0+git20140716-6 [3,380 kB] unit-abot-epc-basic-0: 16:55:48 DEBUG unit.abot-epc-basic/0.install Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gconf2-common all 3.2.6-3ubuntu6 [21.0 kB] unit-abot-epc-basic-0: 16:55:48 DEBUG unit.abot-epc-basic/0.install Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgconf-2-4 amd64 3.2.6-3ubuntu6 [84.6 kB] unit-abot-epc-basic-0: 16:55:48 DEBUG unit.abot-epc-basic/0.install Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gconf-service-backend amd64 3.2.6-3ubuntu6 [57.5 kB] unit-abot-epc-basic-0: 16:55:48 DEBUG unit.abot-epc-basic/0.install Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gconf-service amd64 3.2.6-3ubuntu6 [2,046 B] unit-abot-epc-basic-0: 16:55:48 DEBUG unit.abot-epc-basic/0.install Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libbabeltrace1 amd64 1.3.2-1 [34.7 kB] unit-abot-epc-basic-0: 16:55:48 DEBUG unit.abot-epc-basic/0.install Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libbabeltrace-ctf1 amd64 1.3.2-1 [88.3 kB] unit-abot-epc-basic-0: 16:55:49 DEBUG unit.abot-epc-basic/0.install Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gdb amd64 7.11.1-0ubuntu1~16.5 [2,526 kB] unit-abot-epc-basic-0: 16:55:49 DEBUG unit.abot-epc-basic/0.install Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gdbserver amd64 7.11.1-0ubuntu1~16.5 [172 kB] unit-abot-epc-basic-0: 16:55:49 DEBUG unit.abot-epc-basic/0.install Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgfortran-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [291 kB] unit-abot-epc-basic-0: 16:55:49 DEBUG unit.abot-epc-basic/0.install Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gfortran-5 amd64 5.4.0-6ubuntu1~16.04.10 [8,043 kB] unit-abot-epc-basic-0: 16:55:49 DEBUG unit.abot-epc-basic/0.install Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gfortran amd64 4:5.3.1-1ubuntu1 [1,288 B] unit-abot-epc-basic-0: 16:55:50 DEBUG unit.abot-epc-basic/0.install Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcupsfilters1 amd64 1.8.3-2ubuntu3.4 [80.5 kB] unit-abot-epc-basic-0: 16:55:50 DEBUG unit.abot-epc-basic/0.install Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcupsimage2 amd64 2.1.3-4ubuntu0.5 [16.1 kB] unit-abot-epc-basic-0: 16:55:50 DEBUG unit.abot-epc-basic/0.install Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libijs-0.35 amd64 0.35-12 [15.5 kB] unit-abot-epc-basic-0: 16:55:50 DEBUG unit.abot-epc-basic/0.install Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjbig2dec0 amd64 0.12+20150918-1ubuntu0.1 [55.3 kB] unit-abot-epc-basic-0: 16:55:50 DEBUG unit.abot-epc-basic/0.install Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpaper1 amd64 1.1.24+nmu4ubuntu1 [13.7 kB] unit-abot-epc-basic-0: 16:55:50 DEBUG unit.abot-epc-basic/0.install Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgs9-common all 9.25~dfsg+1-0ubuntu0.16.04.1 [5,096 kB] unit-abot-epc-basic-0: 16:55:51 DEBUG unit.abot-epc-basic/0.install Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgs9 amd64 9.25~dfsg+1-0ubuntu0.16.04.1 [2,265 kB] unit-oai-hss-0: 16:55:51 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 16:55:51 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/x-grub-legacy-ec2 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 16:55:51 DEBUG unit.oai-hss/0.install Searching for GRUB installation directory ... found: /boot/grub unit-abot-epc-basic-0: 16:55:51 DEBUG unit.abot-epc-basic/0.install Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gsfonts all 1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1 [3,374 kB] unit-oai-hss-0: 16:55:51 DEBUG unit.oai-hss/0.install Searching for default file ... found: /boot/grub/default unit-oai-hss-0: 16:55:51 DEBUG unit.oai-hss/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-abot-epc-basic-0: 16:55:51 DEBUG unit.abot-epc-basic/0.install Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ghostscript amd64 9.25~dfsg+1-0ubuntu0.16.04.1 [47.2 kB] unit-abot-epc-basic-0: 16:55:51 DEBUG unit.abot-epc-basic/0.install Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-atk-1.0 amd64 2.18.0-1 [17.6 kB] unit-abot-epc-basic-0: 16:55:51 DEBUG unit.abot-epc-basic/0.install Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-atspi-2.0 amd64 2.18.3-4ubuntu1 [14.1 kB] unit-oai-hss-0: 16:55:52 DEBUG unit.oai-hss/0.install Searching for splash image ... none found, skipping ... unit-abot-epc-basic-0: 16:55:52 DEBUG unit.abot-epc-basic/0.install Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-freedesktop amd64 1.46.0-3ubuntu1 [5,742 B] unit-abot-epc-basic-0: 16:55:52 DEBUG unit.abot-epc-basic/0.install Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gir1.2-gdkpixbuf-2.0 amd64 2.32.2-1ubuntu1.5 [8,092 B] unit-oai-hss-0: 16:55:52 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 16:55:52 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-160-generic unit-oai-hss-0: 16:55:52 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-158-generic unit-abot-epc-basic-0: 16:55:52 DEBUG unit.abot-epc-basic/0.install Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpangoxft-1.0-0 amd64 1.38.1-1 [15.1 kB] unit-oai-hss-0: 16:55:52 DEBUG unit.oai-hss/0.install Replacing config file /run/grub/menu.lst with new version unit-oai-hss-0: 16:55:52 DEBUG unit.oai-hss/0.install Updating /boot/grub/menu.lst ... done unit-oai-hss-0: 16:55:52 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 16:55:52 DEBUG unit.abot-epc-basic/0.install Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-pango-1.0 amd64 1.38.1-1 [21.0 kB] unit-abot-epc-basic-0: 16:55:52 DEBUG unit.abot-epc-basic/0.install Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gir1.2-gtk-3.0 amd64 3.18.9-1ubuntu3.3 [188 kB] unit-oai-hss-0: 16:55:52 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 16:55:52 DEBUG unit.oai-hss/0.install Generating grub configuration file ... unit-abot-epc-basic-0: 16:55:52 DEBUG unit.abot-epc-basic/0.install Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 aglfn all 1.7-3 [29.4 kB] unit-oai-hss-0: 16:55:52 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 16:55:52 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-oai-hss-0: 16:55:52 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.13.0-160-generic unit-oai-hss-0: 16:55:52 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.13.0-160-generic unit-abot-epc-basic-0: 16:55:52 DEBUG unit.abot-epc-basic/0.install Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gnuplot-tex all 4.6.6-3 [10.1 kB] unit-oai-hss-0: 16:55:52 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.13.0-158-generic unit-oai-hss-0: 16:55:52 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.13.0-158-generic unit-oai-hss-0: 16:55:52 DEBUG unit.oai-hss/0.install done unit-abot-epc-basic-0: 16:55:53 DEBUG unit.abot-epc-basic/0.install Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gnuplot-data all 4.6.6-3 [53.2 kB] unit-oai-hss-0: 16:55:53 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 16:55:53 DEBUG unit.abot-epc-basic/0.install Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gnuplot-x11 amd64 4.6.6-3 [794 kB] unit-abot-epc-basic-0: 16:55:53 DEBUG unit.abot-epc-basic/0.install Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcdt5 amd64 2.38.0-12ubuntu2.1 [23.4 kB] unit-oai-hss-0: 16:55:53 DEBUG unit.oai-hss/0.install + juju-reboot --now unit-abot-epc-basic-0: 16:55:53 DEBUG unit.abot-epc-basic/0.install Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcgraph6 amd64 2.38.0-12ubuntu2.1 [43.6 kB] unit-oai-hss-0: 16:55:53 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-hss-0: 16:55:53 INFO juju.worker.uniter.context trying to kill context process 8962 unit-oai-hss-0: 16:55:53 INFO juju.worker.uniter.context waiting for context process 8962 to die unit-abot-epc-basic-0: 16:55:53 DEBUG unit.abot-epc-basic/0.install Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpathplan4 amd64 2.38.0-12ubuntu2.1 [26.6 kB] unit-oai-hss-0: 16:55:53 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-hss-0: 16:55:53 INFO juju.worker.uniter.context assuming already killed unit-oai-hss-0: 16:55:53 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-oai-hss-0: 16:55:53 INFO juju.worker.uniter.operation ran "install" hook unit-abot-epc-basic-0: 16:55:53 DEBUG unit.abot-epc-basic/0.install Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgvc6 amd64 2.38.0-12ubuntu2.1 [591 kB] unit-abot-epc-basic-0: 16:55:54 DEBUG unit.abot-epc-basic/0.install Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgvpr2 amd64 2.38.0-12ubuntu2.1 [170 kB] unit-oai-hss-0: 16:55:54 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-hss-0: 16:55:54 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:55:54 INFO juju.worker.uniter unit "oai-hss/0" shutting down: machine needs to reboot unit-oai-hss-0: 16:55:54 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-hss-0: 16:55:54 DEBUG juju.worker.uniter juju-run listener stopped unit-abot-epc-basic-0: 16:55:54 DEBUG unit.abot-epc-basic/0.install Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] unit-abot-epc-basic-0: 16:55:54 DEBUG unit.abot-epc-basic/0.install Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] unit-abot-epc-basic-0: 16:55:54 DEBUG unit.abot-epc-basic/0.install Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 graphviz amd64 2.38.0-12ubuntu2.1 [680 kB] unit-abot-epc-basic-0: 16:55:54 DEBUG unit.abot-epc-basic/0.install Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjudydebian1 amd64 1.0.5-5 [94.6 kB] unit-abot-epc-basic-0: 16:55:54 DEBUG unit.abot-epc-basic/0.install Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtcl8.6 amd64 8.6.5+dfsg-2 [875 kB] unit-abot-epc-basic-0: 16:55:54 DEBUG unit.abot-epc-basic/0.install Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtk8.6 amd64 8.6.5-1 [693 kB] unit-abot-epc-basic-0: 16:55:55 DEBUG unit.abot-epc-basic/0.install Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gtkwave amd64 3.3.66-1 [2,324 kB] unit-abot-epc-basic-0: 16:55:55 DEBUG unit.abot-epc-basic/0.install Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgc1c2 amd64 1:7.4.2-7.3ubuntu0.1 [82.1 kB] unit-abot-epc-basic-0: 16:55:55 DEBUG unit.abot-epc-basic/0.install Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 guile-2.0-libs amd64 2.0.11+1-10ubuntu0.1 [2,237 kB] machine-3: 16:55:55 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-3: 16:55:55 DEBUG juju.machinelock acquire machine lock for reboot (reboot) machine-3: 16:55:55 DEBUG juju.machinelock machine lock acquired for reboot (reboot) machine-3: 16:55:55 DEBUG juju.worker.reboot machine lock will not be released manually machine-3: 16:55:55 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine needs to reboot machine-3: 16:55:55 DEBUG juju.worker killing runner 0xc420465a00 unit-abot-epc-basic-0: 16:55:57 DEBUG unit.abot-epc-basic/0.install Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 guile-2.0 amd64 2.0.11+1-10ubuntu0.1 [8,690 B] unit-abot-epc-basic-0: 16:55:57 DEBUG unit.abot-epc-basic/0.install Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtinfo-dev amd64 6.0+20160213-1ubuntu1 [77.4 kB] unit-abot-epc-basic-0: 16:55:58 DEBUG unit.abot-epc-basic/0.install Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libncurses5-dev amd64 6.0+20160213-1ubuntu1 [175 kB] unit-abot-epc-basic-0: 16:55:58 DEBUG unit.abot-epc-basic/0.install Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libreadline6-dev amd64 6.3-8ubuntu2 [124 kB] unit-abot-epc-basic-0: 16:55:58 DEBUG unit.abot-epc-basic/0.install Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libltdl-dev amd64 2.4.6-0.1 [162 kB] unit-abot-epc-basic-0: 16:55:58 DEBUG unit.abot-epc-basic/0.install Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgmpxx4ldbl amd64 2:6.1.0+dfsg-2 [8,948 B] unit-abot-epc-basic-0: 16:55:58 DEBUG unit.abot-epc-basic/0.install Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgmp-dev amd64 2:6.1.0+dfsg-2 [314 kB] unit-abot-epc-basic-0: 16:55:59 DEBUG unit.abot-epc-basic/0.install Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgc-dev amd64 1:7.4.2-7.3ubuntu0.1 [223 kB] unit-abot-epc-basic-0: 16:55:59 DEBUG unit.abot-epc-basic/0.install Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 pkg-config amd64 0.29.1-0ubuntu1 [45.0 kB] unit-abot-epc-basic-0: 16:55:59 DEBUG unit.abot-epc-basic/0.install Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 guile-2.0-dev amd64 2.0.11+1-10ubuntu0.1 [701 kB] unit-abot-epc-basic-0: 16:56:00 DEBUG unit.abot-epc-basic/0.install Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 hdf5-helpers amd64 1.8.16+docs-4ubuntu1.1 [12.5 kB] unit-abot-epc-basic-0: 16:56:00 DEBUG unit.abot-epc-basic/0.install Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 icu-devtools amd64 55.1-7ubuntu0.4 [166 kB] unit-abot-epc-basic-0: 16:56:00 DEBUG unit.abot-epc-basic/0.install Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 iperf amd64 2.0.5+dfsg1-2ubuntu0.1 [50.5 kB] unit-abot-epc-basic-0: 16:56:00 DEBUG unit.abot-epc-basic/0.install Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 iproute all 1:4.3.0-1ubuntu3.16.04.3 [2,430 B] unit-abot-epc-basic-0: 16:56:01 DEBUG unit.abot-epc-basic/0.install Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 iptables-dev amd64 1.6.0-2ubuntu3 [55.5 kB] unit-abot-epc-basic-0: 16:56:01 DEBUG unit.abot-epc-basic/0.install Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 javascript-common all 11 [6,066 B] unit-abot-epc-basic-0: 16:56:01 DEBUG unit.abot-epc-basic/0.install Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libaec0 amd64 0.3.2-1 [18.0 kB] unit-abot-epc-basic-0: 16:56:01 DEBUG unit.abot-epc-basic/0.install Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsuitesparseconfig4.4.6 amd64 1:4.4.6-1 [9,322 B] unit-abot-epc-basic-0: 16:56:01 DEBUG unit.abot-epc-basic/0.install Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libamd2.4.1 amd64 1:4.4.6-1 [21.3 kB] unit-abot-epc-basic-0: 16:56:02 DEBUG unit.abot-epc-basic/0.install Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libarpack2 amd64 3.3.0-1build2 [88.2 kB] unit-abot-epc-basic-0: 16:56:02 DEBUG unit.abot-epc-basic/0.install Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasprintf-dev amd64 0.19.7-2ubuntu3 [4,734 B] unit-abot-epc-basic-0: 16:56:02 DEBUG unit.abot-epc-basic/0.install Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-bin amd64 2.48.2-0ubuntu4.1 [39.4 kB] unit-abot-epc-basic-0: 16:56:02 DEBUG unit.abot-epc-basic/0.install Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcre32-3 amd64 2:8.38-3.1 [136 kB] unit-abot-epc-basic-0: 16:56:02 DEBUG unit.abot-epc-basic/0.install Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcre3-dev amd64 2:8.38-3.1 [525 kB] unit-abot-epc-basic-0: 16:56:03 DEBUG unit.abot-epc-basic/0.install Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-2ubuntu4.1 [168 kB] unit-abot-epc-basic-0: 16:56:03 DEBUG unit.abot-epc-basic/0.install Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-dev amd64 2.48.2-0ubuntu4.1 [1,379 kB] unit-abot-epc-basic-0: 16:56:03 DEBUG unit.abot-epc-basic/0.install Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdbus-1-dev amd64 1.10.6-1ubuntu3.3 [161 kB] unit-abot-epc-basic-0: 16:56:04 DEBUG unit.abot-epc-basic/0.install Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xext-dev all 7.3.0-1 [212 kB] unit-abot-epc-basic-0: 16:56:04 DEBUG unit.abot-epc-basic/0.install Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxext-dev amd64 2:1.3.3-1 [82.1 kB] unit-abot-epc-basic-0: 16:56:04 DEBUG unit.abot-epc-basic/0.install Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-fixes-dev all 1:5.0-2ubuntu2 [14.2 kB] unit-abot-epc-basic-0: 16:56:04 DEBUG unit.abot-epc-basic/0.install Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxfixes-dev amd64 1:5.0.1-2 [10.9 kB] unit-abot-epc-basic-0: 16:56:04 DEBUG unit.abot-epc-basic/0.install Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxi-dev amd64 2:1.7.6-1 [184 kB] unit-abot-epc-basic-0: 16:56:04 DEBUG unit.abot-epc-basic/0.install Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-record-dev all 1.14.2-1 [33.6 kB] unit-abot-epc-basic-0: 16:56:04 DEBUG unit.abot-epc-basic/0.install Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxtst-dev amd64 2:1.2.2-1 [17.0 kB] unit-abot-epc-basic-0: 16:56:05 DEBUG unit.abot-epc-basic/0.install Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatspi2.0-dev amd64 2.18.3-4ubuntu1 [59.2 kB] unit-abot-epc-basic-0: 16:56:05 DEBUG unit.abot-epc-basic/0.install Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk-bridge2.0-dev amd64 2.18.1-2ubuntu1 [2,824 B] unit-abot-epc-basic-0: 16:56:05 DEBUG unit.abot-epc-basic/0.install Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk1.0-dev amd64 2.18.0-1 [79.5 kB] unit-abot-epc-basic-0: 16:56:05 DEBUG unit.abot-epc-basic/0.install Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libblas-dev amd64 3.6.0-2ubuntu2 [153 kB] unit-abot-epc-basic-0: 16:56:05 DEBUG unit.abot-epc-basic/0.install Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatlas-dev amd64 3.10.2-9 [22.1 kB] unit-abot-epc-basic-0: 16:56:05 DEBUG unit.abot-epc-basic/0.install Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatlas-base-dev amd64 3.10.2-9 [3,596 kB] unit-abot-epc-basic-0: 16:56:07 DEBUG unit.abot-epc-basic/0.install Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcairo-script-interpreter2 amd64 1.14.6-1 [54.3 kB] unit-abot-epc-basic-0: 16:56:07 DEBUG unit.abot-epc-basic/0.install Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpng12-dev amd64 1.2.54-1ubuntu1.1 [183 kB] unit-abot-epc-basic-0: 16:56:07 DEBUG unit.abot-epc-basic/0.install Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfreetype6-dev amd64 2.6.1-0.1ubuntu2.3 [956 kB] unit-abot-epc-basic-0: 16:56:07 DEBUG unit.abot-epc-basic/0.install Get:233 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfontconfig1-dev amd64 2.11.94-0ubuntu1.1 [658 kB] unit-abot-epc-basic-0: 16:56:08 DEBUG unit.abot-epc-basic/0.install Get:234 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-render-dev all 2:0.11.1-2 [20.1 kB] unit-abot-epc-basic-0: 16:56:08 DEBUG unit.abot-epc-basic/0.install Get:235 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrender-dev amd64 1:0.9.9-0ubuntu1 [24.5 kB] unit-abot-epc-basic-0: 16:56:08 DEBUG unit.abot-epc-basic/0.install Get:236 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpixman-1-dev amd64 0.33.6-1 [248 kB] unit-abot-epc-basic-0: 16:56:08 DEBUG unit.abot-epc-basic/0.install Get:237 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-render0-dev amd64 1.11.1-1ubuntu1 [15.3 kB] unit-abot-epc-basic-0: 16:56:08 DEBUG unit.abot-epc-basic/0.install Get:238 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shm0-dev amd64 1.11.1-1ubuntu1 [6,604 B] unit-abot-epc-basic-0: 16:56:08 DEBUG unit.abot-epc-basic/0.install Get:239 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcairo2-dev amd64 1.14.6-1 [590 kB] unit-abot-epc-basic-0: 16:56:08 DEBUG unit.abot-epc-basic/0.install Get:240 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcamd2.4.1 amd64 1:4.4.6-1 [20.0 kB] unit-abot-epc-basic-0: 16:56:09 DEBUG unit.abot-epc-basic/0.install Get:241 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libccolamd2.9.1 amd64 1:4.4.6-1 [21.5 kB] unit-abot-epc-basic-0: 16:56:09 DEBUG unit.abot-epc-basic/0.install Get:242 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcolamd2.9.1 amd64 1:4.4.6-1 [15.7 kB] unit-abot-epc-basic-0: 16:56:09 DEBUG unit.abot-epc-basic/0.install Get:243 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcholmod3.0.6 amd64 1:4.4.6-1 [293 kB] unit-abot-epc-basic-0: 16:56:09 DEBUG unit.abot-epc-basic/0.install Get:244 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig9 amd64 1.5-0.2 [21.9 kB] unit-abot-epc-basic-0: 16:56:09 DEBUG unit.abot-epc-basic/0.install Get:245 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig-dev amd64 1.5-0.2 [89.1 kB] unit-abot-epc-basic-0: 16:56:09 DEBUG unit.abot-epc-basic/0.install Get:246 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig-doc all 1.5-0.2 [306 kB] unit-abot-epc-basic-0: 16:56:09 DEBUG unit.abot-epc-basic/0.install Get:247 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig8-dev amd64 1.5-0.2 [1,756 B] unit-abot-epc-basic-0: 16:56:10 DEBUG unit.abot-epc-basic/0.install Get:248 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcxsparse3.1.4 amd64 1:4.4.6-1 [62.8 kB] unit-abot-epc-basic-0: 16:56:10 DEBUG unit.abot-epc-basic/0.install Get:249 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-dev amd64 2.4.91-2~16.04.1 [232 kB] unit-abot-epc-basic-0: 16:56:10 DEBUG unit.abot-epc-basic/0.install Get:250 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-dri2-dev all 2.8-2 [12.6 kB] unit-abot-epc-basic-0: 16:56:10 DEBUG unit.abot-epc-basic/0.install Get:251 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-gl-dev all 1.4.17-1 [17.9 kB] unit-abot-epc-basic-0: 16:56:10 DEBUG unit.abot-epc-basic/0.install Get:252 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xf86vidmode-dev all 2.3.1-2 [6,116 B] unit-abot-epc-basic-0: 16:56:10 DEBUG unit.abot-epc-basic/0.install Get:253 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86vm-dev amd64 1:1.1.4-1 [13.3 kB] unit-abot-epc-basic-0: 16:56:11 DEBUG unit.abot-epc-basic/0.install Get:254 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-damage-dev all 1:1.2.1-2 [8,286 B] unit-abot-epc-basic-0: 16:56:11 DEBUG unit.abot-epc-basic/0.install Get:255 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxdamage-dev amd64 1:1.1.4-2 [5,028 B] unit-abot-epc-basic-0: 16:56:11 DEBUG unit.abot-epc-basic/0.install Get:256 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-glx0-dev amd64 1.11.1-1ubuntu1 [26.9 kB] unit-abot-epc-basic-0: 16:56:11 DEBUG unit.abot-epc-basic/0.install Get:257 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri2-0-dev amd64 1.11.1-1ubuntu1 [8,384 B] unit-abot-epc-basic-0: 16:56:11 DEBUG unit.abot-epc-basic/0.install Get:258 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri3-dev amd64 1.11.1-1ubuntu1 [5,752 B] unit-abot-epc-basic-0: 16:56:11 DEBUG unit.abot-epc-basic/0.install Get:259 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-randr0-dev amd64 1.11.1-1ubuntu1 [18.2 kB] unit-abot-epc-basic-0: 16:56:11 DEBUG unit.abot-epc-basic/0.install Get:260 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shape0-dev amd64 1.11.1-1ubuntu1 [6,900 B] unit-abot-epc-basic-0: 16:56:12 DEBUG unit.abot-epc-basic/0.install Get:261 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xfixes0-dev amd64 1.11.1-1ubuntu1 [11.2 kB] unit-abot-epc-basic-0: 16:56:12 DEBUG unit.abot-epc-basic/0.install Get:262 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-sync-dev amd64 1.11.1-1ubuntu1 [10.1 kB] unit-abot-epc-basic-0: 16:56:12 DEBUG unit.abot-epc-basic/0.install Get:263 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-present-dev amd64 1.11.1-1ubuntu1 [6,618 B] unit-abot-epc-basic-0: 16:56:12 DEBUG unit.abot-epc-basic/0.install Get:264 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxshmfence-dev amd64 1.2-1 [3,676 B] unit-abot-epc-basic-0: 16:56:12 DEBUG unit.abot-epc-basic/0.install Get:265 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-xcb-dev amd64 2:1.6.3-1ubuntu2.1 [9,718 B] unit-abot-epc-basic-0: 16:56:12 DEBUG unit.abot-epc-basic/0.install Get:266 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-bin amd64 1.12.0-1~ubuntu16.04.3 [18.4 kB] unit-abot-epc-basic-0: 16:56:12 DEBUG unit.abot-epc-basic/0.install Get:267 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-dev amd64 1.12.0-1~ubuntu16.04.3 [92.4 kB] unit-abot-epc-basic-0: 16:56:15 DEBUG unit.abot-epc-basic/0.install Get:268 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircore-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [23.7 kB] unit-abot-epc-basic-0: 16:56:16 DEBUG unit.abot-epc-basic/0.install Get:269 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libprotobuf9v5 amd64 2.6.1-1.3 [326 kB] unit-abot-epc-basic-0: 16:56:20 DEBUG unit.abot-epc-basic/0.install Get:270 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libprotobuf-dev amd64 2.6.1-1.3 [473 kB] unit-abot-epc-basic-0: 16:56:23 DEBUG unit.abot-epc-basic/0.install Get:271 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxkbcommon-dev amd64 0.5.0-1ubuntu2 [231 kB] unit-abot-epc-basic-0: 16:56:24 DEBUG unit.abot-epc-basic/0.install Get:272 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircommon-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [14.9 kB] unit-abot-epc-basic-0: 16:56:24 DEBUG unit.abot-epc-basic/0.install Get:273 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircookie2 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [22.5 kB] unit-abot-epc-basic-0: 16:56:24 DEBUG unit.abot-epc-basic/0.install Get:274 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircookie-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [5,152 B] unit-abot-epc-basic-0: 16:56:24 DEBUG unit.abot-epc-basic/0.install Get:275 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirclient-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [42.6 kB] unit-abot-epc-basic-0: 16:56:24 DEBUG unit.abot-epc-basic/0.install Get:276 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libegl1-mesa-dev amd64 18.0.5-0ubuntu0~16.04.1 [19.9 kB] unit-abot-epc-basic-0: 16:56:25 DEBUG unit.abot-epc-basic/0.install Get:277 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] unit-abot-epc-basic-0: 16:56:25 DEBUG unit.abot-epc-basic/0.install Get:278 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libepoxy-dev amd64 1.3.1-1ubuntu0.16.04.2 [113 kB] unit-abot-epc-basic-0: 16:56:25 DEBUG unit.abot-epc-basic/0.install Get:279 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-bin amd64 3.3.4-2ubuntu1 [31.7 kB] unit-abot-epc-basic-0: 16:56:25 DEBUG unit.abot-epc-basic/0.install Get:280 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-dev amd64 3.3.4-2ubuntu1 [2,104 kB] unit-abot-epc-basic-0: 16:56:27 DEBUG unit.abot-epc-basic/0.install Get:281 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libipc-system-simple-perl all 1.25-3 [22.8 kB] unit-abot-epc-basic-0: 16:56:27 DEBUG unit.abot-epc-basic/0.install Get:282 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-basedir-perl all 0.07-1 [16.9 kB] unit-abot-epc-basic-0: 16:56:28 DEBUG unit.abot-epc-basic/0.install Get:283 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liburi-perl all 1.71-1 [76.9 kB] unit-abot-epc-basic-0: 16:56:28 DEBUG unit.abot-epc-basic/0.install Get:284 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-desktopentry-perl all 0.22-1 [18.2 kB] unit-abot-epc-basic-0: 16:56:28 DEBUG unit.abot-epc-basic/0.install Get:285 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] unit-abot-epc-basic-0: 16:56:28 DEBUG unit.abot-epc-basic/0.install Get:286 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-listing-perl all 6.04-1 [9,774 B] unit-abot-epc-basic-0: 16:56:28 DEBUG unit.abot-epc-basic/0.install Get:287 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-mimeinfo-perl all 0.27-1 [45.9 kB] unit-abot-epc-basic-0: 16:56:28 DEBUG unit.abot-epc-basic/0.install Get:288 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libfltk1.3 amd64 1.3.3-7 [501 kB] unit-abot-epc-basic-0: 16:56:29 DEBUG unit.abot-epc-basic/0.install Get:289 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libfltk-gl1.3 amd64 1.3.3-7 [39.5 kB] unit-abot-epc-basic-0: 16:56:29 DEBUG unit.abot-epc-basic/0.install Get:290 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfont-afm-perl all 1.20-1 [14.3 kB] unit-abot-epc-basic-0: 16:56:29 DEBUG unit.abot-epc-basic/0.install Get:291 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfontenc1 amd64 1:1.1.3-1 [13.9 kB] unit-abot-epc-basic-0: 16:56:29 DEBUG unit.abot-epc-basic/0.install Get:292 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libforms2 amd64 1.2.3-1.2 [320 kB] unit-abot-epc-basic-0: 16:56:29 DEBUG unit.abot-epc-basic/0.install Get:293 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libforms-bin amd64 1.2.3-1.2 [131 kB] unit-abot-epc-basic-0: 16:56:30 DEBUG unit.abot-epc-basic/0.install Get:294 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxpm-dev amd64 1:3.5.11-1ubuntu0.16.04.1 [86.7 kB] unit-abot-epc-basic-0: 16:56:30 DEBUG unit.abot-epc-basic/0.install Get:295 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libforms-dev amd64 1.2.3-1.2 [677 kB] unit-abot-epc-basic-0: 16:56:30 DEBUG unit.abot-epc-basic/0.install Get:296 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgpg-error-dev amd64 1.21-2ubuntu1 [68.2 kB] unit-abot-epc-basic-0: 16:56:30 DEBUG unit.abot-epc-basic/0.install Get:297 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcrypt20-dev amd64 1.6.5-2ubuntu0.5 [380 kB] unit-abot-epc-basic-0: 16:56:31 DEBUG unit.abot-epc-basic/0.install Get:298 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcrypt11-dev all 1.5.4-3+really1.6.5-2ubuntu0.5 [6,954 B] unit-abot-epc-basic-0: 16:56:31 DEBUG unit.abot-epc-basic/0.install Get:299 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgdk-pixbuf2.0-dev amd64 2.32.2-1ubuntu1.5 [44.4 kB] unit-abot-epc-basic-0: 16:56:31 DEBUG unit.abot-epc-basic/0.install Get:300 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgettextpo0 amd64 0.19.7-2ubuntu3 [125 kB] unit-abot-epc-basic-0: 16:56:31 DEBUG unit.abot-epc-basic/0.install Get:301 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgettextpo-dev amd64 0.19.7-2ubuntu3 [141 kB] unit-abot-epc-basic-0: 16:56:31 DEBUG unit.abot-epc-basic/0.install Get:302 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgl2ps0 amd64 1.3.8-1.2 [35.5 kB] unit-abot-epc-basic-0: 16:56:31 DEBUG unit.abot-epc-basic/0.install Get:303 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libglpk36 amd64 4.57-1build3 [386 kB] unit-abot-epc-basic-0: 16:56:32 DEBUG unit.abot-epc-basic/0.install Get:304 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-l10n all 2.5.9-3 [11.1 kB] unit-abot-epc-basic-0: 16:56:32 DEBUG unit.abot-epc-basic/0.install Get:305 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjasper1 amd64 1.900.1-debian1-2.4ubuntu1.2 [131 kB] unit-abot-epc-basic-0: 16:56:33 DEBUG unit.abot-epc-basic/0.install Get:306 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwebp5 amd64 0.4.4-1 [165 kB] unit-abot-epc-basic-0: 16:56:33 DEBUG unit.abot-epc-basic/0.install Get:307 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwmf0.2-7 amd64 0.2.8.4-10.5ubuntu1 [147 kB] unit-abot-epc-basic-0: 16:56:33 DEBUG unit.abot-epc-basic/0.install Get:308 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgraphicsmagick-q16-3 amd64 1.3.23-1build1 [1,103 kB] unit-abot-epc-basic-0: 16:56:33 DEBUG unit.abot-epc-basic/0.install Get:309 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgraphicsmagick++-q16-12 amd64 1.3.23-1build1 [101 kB] unit-abot-epc-basic-0: 16:56:34 DEBUG unit.abot-epc-basic/0.install Get:310 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz-icu0 amd64 1.0.1-1ubuntu0.1 [5,198 B] unit-abot-epc-basic-0: 16:56:34 DEBUG unit.abot-epc-basic/0.install Get:311 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz-gobject0 amd64 1.0.1-1ubuntu0.1 [10.9 kB] unit-abot-epc-basic-0: 16:56:34 DEBUG unit.abot-epc-basic/0.install Get:312 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz-dev amd64 1.0.1-1ubuntu0.1 [189 kB] unit-abot-epc-basic-0: 16:56:34 DEBUG unit.abot-epc-basic/0.install Get:313 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxft-dev amd64 2.3.2-1 [45.7 kB] unit-abot-epc-basic-0: 16:56:34 DEBUG unit.abot-epc-basic/0.install Get:314 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpango1.0-dev amd64 1.38.1-1 [277 kB] unit-abot-epc-basic-0: 16:56:34 DEBUG unit.abot-epc-basic/0.install Get:315 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xinerama-dev all 1.2.1-2 [4,966 B] unit-abot-epc-basic-0: 16:56:34 DEBUG unit.abot-epc-basic/0.install Get:316 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxinerama-dev amd64 2:1.1.3-1 [8,404 B] unit-abot-epc-basic-0: 16:56:35 DEBUG unit.abot-epc-basic/0.install Get:317 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-randr-dev all 1.5.0-1 [33.7 kB] unit-abot-epc-basic-0: 16:56:35 DEBUG unit.abot-epc-basic/0.install Get:318 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrandr-dev amd64 2:1.5.0-1 [23.7 kB] unit-abot-epc-basic-0: 16:56:35 DEBUG unit.abot-epc-basic/0.install Get:319 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxcursor-dev amd64 1:1.1.14-1ubuntu0.16.04.2 [26.4 kB] unit-abot-epc-basic-0: 16:56:35 DEBUG unit.abot-epc-basic/0.install Get:320 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-composite-dev all 1:0.4.2-2 [10.5 kB] unit-abot-epc-basic-0: 16:56:35 DEBUG unit.abot-epc-basic/0.install Get:321 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcomposite-dev amd64 1:0.4.4-1 [9,954 B] unit-abot-epc-basic-0: 16:56:35 DEBUG unit.abot-epc-basic/0.install Get:322 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 nettle-dev amd64 3.2-1ubuntu0.16.04.1 [939 kB] unit-abot-epc-basic-0: 16:56:35 DEBUG unit.abot-epc-basic/0.install Get:323 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-dev amd64 3.18.9-1ubuntu3.3 [868 kB] unit-abot-epc-basic-0: 16:56:36 DEBUG unit.abot-epc-basic/0.install Get:324 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsz2 amd64 0.3.2-1 [5,048 B] unit-abot-epc-basic-0: 16:56:36 DEBUG unit.abot-epc-basic/0.install Get:325 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libhdf5-10 amd64 1.8.16+docs-4ubuntu1.1 [997 kB] unit-abot-epc-basic-0: 16:56:36 DEBUG unit.abot-epc-basic/0.install Get:326 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libhdf5-cpp-11 amd64 1.8.16+docs-4ubuntu1.1 [102 kB] unit-abot-epc-basic-0: 16:56:36 DEBUG unit.abot-epc-basic/0.install Get:327 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjpeg-turbo8-dev amd64 1.4.2-0ubuntu3.1 [254 kB] unit-abot-epc-basic-0: 16:56:37 DEBUG unit.abot-epc-basic/0.install Get:328 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] unit-abot-epc-basic-0: 16:56:37 DEBUG unit.abot-epc-basic/0.install Get:329 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] unit-abot-epc-basic-0: 16:56:37 DEBUG unit.abot-epc-basic/0.install Get:330 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libaec-dev amd64 0.3.2-1 [16.6 kB] unit-abot-epc-basic-0: 16:56:37 DEBUG unit.abot-epc-basic/0.install Get:331 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libhdf5-dev amd64 1.8.16+docs-4ubuntu1.1 [5,005 kB] unit-abot-epc-basic-0: 16:56:37 DEBUG unit.abot-epc-basic/0.install Get:332 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-tagset-perl all 3.20-2 [13.5 kB] unit-abot-epc-basic-0: 16:56:37 DEBUG unit.abot-epc-basic/0.install Get:333 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-parser-perl amd64 3.72-1 [86.1 kB] unit-abot-epc-basic-0: 16:56:38 DEBUG unit.abot-epc-basic/0.install Get:334 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libio-html-perl all 1.001-1 [14.9 kB] unit-abot-epc-basic-0: 16:56:38 DEBUG unit.abot-epc-basic/0.install Get:335 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] unit-abot-epc-basic-0: 16:56:38 DEBUG unit.abot-epc-basic/0.install Get:336 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-message-perl all 6.11-1 [74.3 kB] unit-abot-epc-basic-0: 16:56:38 DEBUG unit.abot-epc-basic/0.install Get:337 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-form-perl all 6.03-1 [23.5 kB] unit-abot-epc-basic-0: 16:56:38 DEBUG unit.abot-epc-basic/0.install Get:338 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-tree-perl all 5.03-2 [197 kB] unit-abot-epc-basic-0: 16:56:38 DEBUG unit.abot-epc-basic/0.install Get:339 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-format-perl all 2.11-2 [41.3 kB] unit-abot-epc-basic-0: 16:56:38 DEBUG unit.abot-epc-basic/0.install Get:340 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-cookies-perl all 6.01-1 [17.2 kB] unit-abot-epc-basic-0: 16:56:39 DEBUG unit.abot-epc-basic/0.install Get:341 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-daemon-perl all 6.01-1 [17.0 kB] unit-abot-epc-basic-0: 16:56:39 DEBUG unit.abot-epc-basic/0.install Get:342 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-negotiate-perl all 6.00-2 [13.4 kB] unit-abot-epc-basic-0: 16:56:39 DEBUG unit.abot-epc-basic/0.install Get:343 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libicu-dev amd64 55.1-7ubuntu0.4 [8,566 kB] unit-abot-epc-basic-0: 16:56:39 DEBUG unit.abot-epc-basic/0.install Get:344 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libidn11-dev amd64 1.32-3ubuntu1.2 [518 kB] unit-abot-epc-basic-0: 16:56:39 DEBUG unit.abot-epc-basic/0.install Get:345 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libnet-ssleay-perl amd64 1.72-1build1 [259 kB] unit-abot-epc-basic-0: 16:56:40 DEBUG unit.abot-epc-basic/0.install Get:346 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libio-socket-ssl-perl all 2.024-1 [159 kB] unit-abot-epc-basic-0: 16:56:40 DEBUG unit.abot-epc-basic/0.install Get:347 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjack-jackd2-0 amd64 1.9.10+20150825git1ed50c92~dfsg-1ubuntu1 [140 kB] unit-abot-epc-basic-0: 16:56:40 DEBUG unit.abot-epc-basic/0.install Get:348 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjs-jquery all 1.11.3+dfsg-4 [161 kB] unit-abot-epc-basic-0: 16:56:40 DEBUG unit.abot-epc-basic/0.install Get:349 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libkpathsea6 amd64 2015.20160222.37495-1 [55.0 kB] unit-abot-epc-basic-0: 16:56:40 DEBUG unit.abot-epc-basic/0.install Get:350 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libnet-http-perl all 6.09-1 [24.0 kB] unit-abot-epc-basic-0: 16:56:40 DEBUG unit.abot-epc-basic/0.install Get:351 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwww-robotrules-perl all 6.01-1 [14.1 kB] unit-abot-epc-basic-0: 16:56:41 DEBUG unit.abot-epc-basic/0.install Get:352 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwww-perl all 6.15-1 [146 kB] unit-abot-epc-basic-0: 16:56:41 DEBUG unit.abot-epc-basic/0.install Get:353 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblwp-protocol-https-perl all 6.06-2 [8,682 B] unit-abot-epc-basic-0: 16:56:41 DEBUG unit.abot-epc-basic/0.install Get:354 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagick++-6.q16-5v5 amd64 8:6.8.9.9-7ubuntu5.12 [136 kB] unit-abot-epc-basic-0: 16:56:41 DEBUG unit.abot-epc-basic/0.install Get:355 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] unit-abot-epc-basic-0: 16:56:41 DEBUG unit.abot-epc-basic/0.install Get:356 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmail-sendmail-perl all 0.79.16-1 [26.5 kB] unit-abot-epc-basic-0: 16:56:41 DEBUG unit.abot-epc-basic/0.install Get:357 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libnet-smtp-ssl-perl all 1.03-1 [6,288 B] unit-abot-epc-basic-0: 16:56:41 DEBUG unit.abot-epc-basic/0.install Get:358 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmailtools-perl all 2.13-1 [82.6 kB] unit-abot-epc-basic-0: 16:56:42 DEBUG unit.abot-epc-basic/0.install Get:359 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mysql-common all 5.7.23-0ubuntu0.16.04.1 [15.4 kB] unit-abot-epc-basic-0: 16:56:42 DEBUG unit.abot-epc-basic/0.install Get:360 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmysqlclient20 amd64 5.7.23-0ubuntu0.16.04.1 [812 kB] unit-abot-epc-basic-0: 16:56:42 DEBUG unit.abot-epc-basic/0.install Get:361 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmysqlclient-dev amd64 5.7.23-0ubuntu0.16.04.1 [1,162 kB] unit-abot-epc-basic-0: 16:56:42 DEBUG unit.abot-epc-basic/0.install Get:362 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-parser-perl amd64 2.44-1build1 [200 kB] unit-abot-epc-basic-0: 16:56:42 DEBUG unit.abot-epc-basic/0.install Get:363 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-twig-perl all 1:3.48-1 [156 kB] unit-abot-epc-basic-0: 16:56:42 DEBUG unit.abot-epc-basic/0.install Get:364 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libnet-dbus-perl amd64 1.1.0-3build1 [177 kB] unit-abot-epc-basic-0: 16:56:42 DEBUG unit.abot-epc-basic/0.install Get:365 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libglu1-mesa amd64 9.0.0-2.1 [168 kB] unit-abot-epc-basic-0: 16:56:43 DEBUG unit.abot-epc-basic/0.install Get:366 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libumfpack5.7.1 amd64 1:4.4.6-1 [223 kB] unit-abot-epc-basic-0: 16:56:43 DEBUG unit.abot-epc-basic/0.install Get:367 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 liboctave3 amd64 4.0.0-3ubuntu9.2 [6,899 kB] unit-abot-epc-basic-0: 16:56:43 DEBUG unit.abot-epc-basic/0.install Get:368 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpaper-utils amd64 1.1.24+nmu4ubuntu1 [8,276 B] unit-abot-epc-basic-0: 16:56:43 DEBUG unit.abot-epc-basic/0.install Get:369 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] unit-abot-epc-basic-0: 16:56:43 DEBUG unit.abot-epc-basic/0.install Get:370 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libpgm-dev amd64 5.2.122~dfsg-2 [189 kB] unit-abot-epc-basic-0: 16:56:44 DEBUG unit.abot-epc-basic/0.install Get:371 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplot2c2 amd64 2.6-3ubuntu1 [941 kB] unit-abot-epc-basic-0: 16:56:44 DEBUG unit.abot-epc-basic/0.install Get:372 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpoppler58 amd64 0.41.0-0ubuntu1.8 [756 kB] unit-abot-epc-basic-0: 16:56:44 DEBUG unit.abot-epc-basic/0.install Get:373 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libportaudio2 amd64 19+svn20140130-1build1 [63.9 kB] unit-abot-epc-basic-0: 16:56:44 DEBUG unit.abot-epc-basic/0.install Get:374 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpotrace0 amd64 1.13-2 [17.7 kB] unit-abot-epc-basic-0: 16:56:44 DEBUG unit.abot-epc-basic/0.install Get:375 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libpstoedit0c2a amd64 3.70-1ubuntu2 [315 kB] unit-abot-epc-basic-0: 16:56:45 DEBUG unit.abot-epc-basic/0.install Get:376 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libptexenc1 amd64 2015.20160222.37495-1 [34.3 kB] unit-abot-epc-basic-0: 16:56:45 DEBUG unit.abot-epc-basic/0.install Get:377 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqhull7 amd64 2015.2-1 [152 kB] unit-abot-epc-basic-0: 16:56:45 DEBUG unit.abot-epc-basic/0.install Get:378 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqscintilla2-l10n all 2.9.1+dfsg-4build1 [38.3 kB] unit-abot-epc-basic-0: 16:56:45 DEBUG unit.abot-epc-basic/0.install Get:379 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qtcore4-l10n all 4:4.8.7+dfsg-5ubuntu2 [620 kB] unit-abot-epc-basic-0: 16:56:45 DEBUG unit.abot-epc-basic/0.install Get:380 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqtcore4 amd64 4:4.8.7+dfsg-5ubuntu2 [1,552 kB] unit-abot-epc-basic-0: 16:56:45 DEBUG unit.abot-epc-basic/0.install Get:381 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-xml amd64 4:4.8.7+dfsg-5ubuntu2 [96.3 kB] unit-abot-epc-basic-0: 16:56:45 DEBUG unit.abot-epc-basic/0.install Get:382 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqtdbus4 amd64 4:4.8.7+dfsg-5ubuntu2 [186 kB] unit-abot-epc-basic-0: 16:56:46 DEBUG unit.abot-epc-basic/0.install Get:383 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-network amd64 4:4.8.7+dfsg-5ubuntu2 [561 kB] unit-abot-epc-basic-0: 16:56:46 DEBUG unit.abot-epc-basic/0.install Get:384 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-script amd64 4:4.8.7+dfsg-5ubuntu2 [814 kB] unit-abot-epc-basic-0: 16:56:46 DEBUG unit.abot-epc-basic/0.install Get:385 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-sql amd64 4:4.8.7+dfsg-5ubuntu2 [98.6 kB] unit-abot-epc-basic-0: 16:56:46 DEBUG unit.abot-epc-basic/0.install Get:386 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-xmlpatterns amd64 4:4.8.7+dfsg-5ubuntu2 [1,091 kB] unit-abot-epc-basic-0: 16:56:46 DEBUG unit.abot-epc-basic/0.install Get:387 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-declarative amd64 4:4.8.7+dfsg-5ubuntu2 [1,090 kB] unit-abot-epc-basic-0: 16:56:46 DEBUG unit.abot-epc-basic/0.install Get:388 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqtgui4 amd64 4:4.8.7+dfsg-5ubuntu2 [4,109 kB] unit-abot-epc-basic-0: 16:56:47 DEBUG unit.abot-epc-basic/0.install Get:389 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqscintilla2-12v5 amd64 2.9.1+dfsg-4build1 [810 kB] unit-abot-epc-basic-0: 16:56:47 DEBUG unit.abot-epc-basic/0.install Get:390 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qtchooser amd64 52-gae5eeef-2build1~gcc5.2 [22.3 kB] unit-abot-epc-basic-0: 16:56:47 DEBUG unit.abot-epc-basic/0.install Get:391 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qdbus amd64 4:4.8.7+dfsg-5ubuntu2 [29.9 kB] unit-abot-epc-basic-0: 16:56:47 DEBUG unit.abot-epc-basic/0.install Get:392 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-dbus amd64 4:4.8.7+dfsg-5ubuntu2 [6,436 B] unit-abot-epc-basic-0: 16:56:47 DEBUG unit.abot-epc-basic/0.install Get:393 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-opengl amd64 4:4.8.7+dfsg-5ubuntu2 [301 kB] unit-abot-epc-basic-0: 16:56:47 DEBUG unit.abot-epc-basic/0.install Get:394 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqt4-sql-mysql amd64 4:4.8.7+dfsg-5ubuntu2 [30.5 kB] unit-abot-epc-basic-0: 16:56:48 DEBUG unit.abot-epc-basic/0.install Get:395 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsctp1 amd64 1.0.16+dfsg-3 [8,088 B] unit-abot-epc-basic-0: 16:56:48 DEBUG unit.abot-epc-basic/0.install Get:396 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsctp-dev amd64 1.0.16+dfsg-3 [62.4 kB] unit-abot-epc-basic-0: 16:56:48 DEBUG unit.abot-epc-basic/0.install Get:397 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl-dev amd64 1.0.2g-1ubuntu4.13 [1,342 kB] unit-abot-epc-basic-0: 16:56:48 DEBUG unit.abot-epc-basic/0.install Get:398 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl-doc all 1.0.2g-1ubuntu4.13 [1,079 kB] unit-abot-epc-basic-0: 16:56:48 DEBUG unit.abot-epc-basic/0.install Get:399 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsvn1 amd64 1.9.3-2ubuntu1.1 [1,170 kB] unit-abot-epc-basic-0: 16:56:49 DEBUG unit.abot-epc-basic/0.install Get:400 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsynctex1 amd64 2015.20160222.37495-1 [41.7 kB] unit-abot-epc-basic-0: 16:56:49 DEBUG unit.abot-epc-basic/0.install Get:401 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtasn1-6-dev amd64 4.7-3ubuntu0.16.04.3 [85.9 kB] unit-abot-epc-basic-0: 16:56:49 DEBUG unit.abot-epc-basic/0.install Get:402 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtexlua52 amd64 2015.20160222.37495-1 [90.8 kB] unit-abot-epc-basic-0: 16:56:49 DEBUG unit.abot-epc-basic/0.install Get:403 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtexluajit2 amd64 2015.20160222.37495-1 [213 kB] unit-abot-epc-basic-0: 16:56:49 DEBUG unit.abot-epc-basic/0.install Get:404 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libtext-unidecode-perl all 1.27-1 [103 kB] unit-abot-epc-basic-0: 16:56:49 DEBUG unit.abot-epc-basic/0.install Get:405 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtie-ixhash-perl all 1.23-2 [11.2 kB] unit-abot-epc-basic-0: 16:56:50 DEBUG unit.abot-epc-basic/0.install Get:406 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtool all 2.4.6-0.1 [193 kB] unit-abot-epc-basic-0: 16:56:50 DEBUG unit.abot-epc-basic/0.install Get:407 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libusb-1.0-0-dev amd64 2:1.0.20-1 [58.5 kB] unit-abot-epc-basic-0: 16:56:50 DEBUG unit.abot-epc-basic/0.install Get:408 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libusb-1.0-doc all 2:1.0.20-1 [160 kB] unit-abot-epc-basic-0: 16:56:51 DEBUG unit.abot-epc-basic/0.install Get:409 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwacom-bin amd64 0.22-1~ubuntu16.04.1 [4,642 B] unit-abot-epc-basic-0: 16:56:51 DEBUG unit.abot-epc-basic/0.install Get:410 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libx11-protocol-perl all 0.56-7 [149 kB] unit-abot-epc-basic-0: 16:56:51 DEBUG unit.abot-epc-basic/0.install Get:411 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-namespacesupport-perl all 1.11-1 [13.2 kB] unit-abot-epc-basic-0: 16:56:51 DEBUG unit.abot-epc-basic/0.install Get:412 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-sax-base-perl all 1.07-1 [21.5 kB] unit-abot-epc-basic-0: 16:56:51 DEBUG unit.abot-epc-basic/0.install Get:413 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-sax-perl all 0.99+dfsg-2ubuntu1 [64.6 kB] unit-abot-epc-basic-0: 16:56:51 DEBUG unit.abot-epc-basic/0.install Get:414 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxml-libxml-perl amd64 2.0123+dfsg-1ubuntu0.1 [316 kB] unit-abot-epc-basic-0: 16:56:52 DEBUG unit.abot-epc-basic/0.install Get:415 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-sax-expat-perl all 0.40-2 [11.5 kB] unit-abot-epc-basic-0: 16:56:52 DEBUG unit.abot-epc-basic/0.install Get:416 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-xpathengine-perl all 0.13-1 [37.1 kB] unit-abot-epc-basic-0: 16:56:52 DEBUG unit.abot-epc-basic/0.install Get:417 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxml2-dev amd64 2.9.3+dfsg1-1ubuntu0.6 [743 kB] unit-abot-epc-basic-0: 16:56:52 DEBUG unit.abot-epc-basic/0.install Get:418 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxslt1-dev amd64 1.1.28-2.1ubuntu0.1 [406 kB] unit-abot-epc-basic-0: 16:56:52 DEBUG unit.abot-epc-basic/0.install Get:419 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libzzip-0-13 amd64 0.13.62-3ubuntu0.16.04.2 [26.1 kB] unit-abot-epc-basic-0: 16:56:53 DEBUG unit.abot-epc-basic/0.install Get:420 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 lmodern all 2.004.5-1 [9,571 kB] unit-abot-epc-basic-0: 16:56:53 DEBUG unit.abot-epc-basic/0.install Get:421 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mesa-common-dev amd64 18.0.5-0ubuntu0~16.04.1 [543 kB] unit-abot-epc-basic-0: 16:56:53 DEBUG unit.abot-epc-basic/0.install Get:422 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 mscgen amd64 0.20-5 [42.9 kB] unit-abot-epc-basic-0: 16:56:54 DEBUG unit.abot-epc-basic/0.install Get:423 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libosmesa6 amd64 18.0.5-0ubuntu0~16.04.1 [1,272 kB] unit-abot-epc-basic-0: 16:56:54 DEBUG unit.abot-epc-basic/0.install Get:424 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 texinfo amd64 6.1.0.dfsg.1-5 [744 kB] unit-abot-epc-basic-0: 16:56:54 DEBUG unit.abot-epc-basic/0.install Get:425 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 octave-common all 4.0.0-3ubuntu9.2 [1,282 kB] unit-abot-epc-basic-0: 16:56:54 DEBUG unit.abot-epc-basic/0.install Get:426 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 octave amd64 4.0.0-3ubuntu9.2 [1,474 kB] unit-abot-epc-basic-0: 16:56:54 DEBUG unit.abot-epc-basic/0.install Get:427 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 octave-control amd64 3.0.0-1 [819 kB] unit-abot-epc-basic-0: 16:56:54 DEBUG unit.abot-epc-basic/0.install Get:428 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 octave-signal amd64 1.3.2-1 [199 kB] unit-abot-epc-basic-0: 16:56:55 DEBUG unit.abot-epc-basic/0.install Get:429 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 pstoedit amd64 3.70-1ubuntu2 [102 kB] unit-abot-epc-basic-0: 16:56:55 DEBUG unit.abot-epc-basic/0.install Get:430 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 pydb all 1.26-2 [83.8 kB] unit-abot-epc-basic-0: 16:56:55 DEBUG unit.abot-epc-basic/0.install Get:431 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qt-at-spi amd64 0.4.0-3 [58.0 kB] unit-abot-epc-basic-0: 16:56:55 DEBUG unit.abot-epc-basic/0.install Get:432 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qttranslations5-l10n all 5.5.1-2build1 [1,210 kB] unit-abot-epc-basic-0: 16:56:55 DEBUG unit.abot-epc-basic/0.install Get:433 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 rubygems-integration all 1.10 [4,966 B] unit-abot-epc-basic-0: 16:56:55 DEBUG unit.abot-epc-basic/0.install Get:434 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-did-you-mean all 1.0.0-2 [8,390 B] unit-abot-epc-basic-0: 16:56:55 DEBUG unit.abot-epc-basic/0.install Get:435 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-minitest all 5.8.4-2 [36.6 kB] unit-abot-epc-basic-0: 16:56:56 DEBUG unit.abot-epc-basic/0.install Get:436 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-net-telnet all 0.1.1-2 [12.6 kB] unit-abot-epc-basic-0: 16:56:56 DEBUG unit.abot-epc-basic/0.install Get:437 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-power-assert all 0.2.7-1 [7,668 B] unit-abot-epc-basic-0: 16:56:56 DEBUG unit.abot-epc-basic/0.install Get:438 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-test-unit all 3.1.7-2 [60.3 kB] unit-abot-epc-basic-0: 16:56:56 DEBUG unit.abot-epc-basic/0.install Get:439 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libruby2.3 amd64 2.3.1-2~16.04.10 [2,960 kB] unit-abot-epc-basic-0: 16:56:56 DEBUG unit.abot-epc-basic/0.install Get:440 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ruby2.3 amd64 2.3.1-2~16.04.10 [41.0 kB] unit-abot-epc-basic-0: 16:56:56 DEBUG unit.abot-epc-basic/0.install Get:441 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby all 1:2.3.0+1 [5,530 B] unit-abot-epc-basic-0: 16:56:56 DEBUG unit.abot-epc-basic/0.install Get:442 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 rake all 10.5.0-2 [48.2 kB] unit-abot-epc-basic-0: 16:56:57 DEBUG unit.abot-epc-basic/0.install Get:443 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 subversion amd64 1.9.3-2ubuntu1.1 [308 kB] unit-abot-epc-basic-0: 16:56:57 DEBUG unit.abot-epc-basic/0.install Get:444 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 t1utils amd64 1.39-2 [53.4 kB] unit-abot-epc-basic-0: 16:56:57 DEBUG unit.abot-epc-basic/0.install Get:445 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 tcl8.6 amd64 8.6.5+dfsg-2 [14.2 kB] unit-abot-epc-basic-0: 16:56:57 DEBUG unit.abot-epc-basic/0.install Get:446 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 tcl amd64 8.6.0+9 [5,146 B] unit-abot-epc-basic-0: 16:56:57 DEBUG unit.abot-epc-basic/0.install Get:447 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 texlive-binaries amd64 2015.20160222.37495-1 [7,325 kB] unit-abot-epc-basic-0: 16:56:58 DEBUG unit.abot-epc-basic/0.install Get:448 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 xdg-utils all 1.1.1-1ubuntu1.16.04.3 [59.6 kB] unit-abot-epc-basic-0: 16:56:58 DEBUG unit.abot-epc-basic/0.install Get:449 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-base all 2015.20160320-1ubuntu0.1 [18.3 MB] unit-abot-epc-basic-0: 16:56:59 DEBUG unit.abot-epc-basic/0.install Get:450 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-latex-base all 2015.20160320-1ubuntu0.1 [851 kB] unit-abot-epc-basic-0: 16:56:59 DEBUG unit.abot-epc-basic/0.install Get:451 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-latex-base-doc all 2015.20160320-1ubuntu0.1 [45.4 MB] unit-abot-epc-basic-0: 16:57:01 DEBUG unit.abot-epc-basic/0.install Get:452 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 tk8.6 amd64 8.6.5-1 [12.2 kB] unit-abot-epc-basic-0: 16:57:01 DEBUG unit.abot-epc-basic/0.install Get:453 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 tk amd64 8.6.0+9 [3,178 B] unit-abot-epc-basic-0: 16:57:01 DEBUG unit.abot-epc-basic/0.install Get:454 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB] unit-abot-epc-basic-0: 16:57:01 DEBUG unit.abot-epc-basic/0.install Get:455 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11-utils amd64 7.7+3 [189 kB] unit-abot-epc-basic-0: 16:57:02 DEBUG unit.abot-epc-basic/0.install Get:456 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11-xserver-utils amd64 7.7+7 [155 kB] unit-abot-epc-basic-0: 16:57:02 DEBUG unit.abot-epc-basic/0.install Get:457 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xbitmaps all 1.1.1-2 [28.1 kB] unit-abot-epc-basic-0: 16:57:02 DEBUG unit.abot-epc-basic/0.install Get:458 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 xmlstarlet amd64 1.6.1-1ubuntu1 [96.0 kB] unit-abot-epc-basic-0: 16:57:02 DEBUG unit.abot-epc-basic/0.install Get:459 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xterm amd64 322-1ubuntu1 [607 kB] unit-abot-epc-basic-0: 16:57:02 DEBUG unit.abot-epc-basic/0.install Get:460 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 zip amd64 3.0-11 [158 kB] unit-abot-epc-basic-0: 16:57:02 DEBUG unit.abot-epc-basic/0.install Get:461 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB] unit-abot-epc-basic-0: 16:57:02 DEBUG unit.abot-epc-basic/0.install Get:462 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6-dbg amd64 2.23-0ubuntu10 [3,683 kB] unit-abot-epc-basic-0: 16:57:03 DEBUG unit.abot-epc-basic/0.install Get:463 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libffi-dev amd64 3.2.1-4 [161 kB] unit-abot-epc-basic-0: 16:57:03 DEBUG unit.abot-epc-basic/0.install Get:464 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-dev amd64 18.0.5-0ubuntu0~16.04.1 [4,456 B] unit-abot-epc-basic-0: 16:57:03 DEBUG unit.abot-epc-basic/0.install Get:465 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libidn2-0-dev amd64 0.10-3 [268 kB] unit-abot-epc-basic-0: 16:57:03 DEBUG unit.abot-epc-basic/0.install Get:466 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 liboctave-dev amd64 4.0.0-3ubuntu9.2 [492 kB] unit-abot-epc-basic-0: 16:57:03 DEBUG unit.abot-epc-basic/0.install Get:467 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtasn1-doc all 4.7-3ubuntu0.16.04.3 [299 kB] unit-abot-epc-basic-0: 16:57:03 DEBUG unit.abot-epc-basic/0.install Get:468 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libyaml-dev amd64 0.1.6-3 [55.2 kB] unit-abot-epc-basic-0: 16:57:04 DEBUG unit.abot-epc-basic/0.install Extracting templates from packages: 6% Extracting templates from packages: 12% Extracting templates from packages: 19% Extracting templates from packages: 25% Extracting templates from packages: 32% Extracting templates from packages: 38% Extracting templates from packages: 44% Extracting templates from packages: 51% Extracting templates from packages: 57% Extracting templates from packages: 64% Extracting templates from packages: 70% Extracting templates from packages: 76% Extracting templates from packages: 83% Extracting templates from packages: 89% Extracting templates from packages: 96% Extracting templates from packages: 100% unit-abot-epc-basic-0: 16:57:04 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 16:57:04 DEBUG unit.abot-epc-basic/0.install Fetched 293 MB in 1min 42s (2,870 kB/s) unit-abot-epc-basic-0: 16:57:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-data. unit-abot-epc-basic-0: 16:57:05 DEBUG unit.abot-epc-basic/0.install (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 ... 95255 files and directories currently installed.) unit-abot-epc-basic-0: 16:57:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-data_3.5.1-1ubuntu3_all.deb ... unit-abot-epc-basic-0: 16:57:05 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-data (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 16:57:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive13:amd64. unit-abot-epc-basic-0: 16:57:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarchive13_3.1.2-11ubuntu0.16.04.4_amd64.deb ... unit-abot-epc-basic-0: 16:57:06 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-abot-epc-basic-0: 16:57:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcurl3:amd64. unit-abot-epc-basic-0: 16:57:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcurl3_7.47.0-1ubuntu2.9_amd64.deb ... unit-abot-epc-basic-0: 16:57:06 DEBUG unit.abot-epc-basic/0.install Unpacking libcurl3:amd64 (7.47.0-1ubuntu2.9) ... unit-abot-epc-basic-0: 16:57:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoncpp1:amd64. unit-abot-epc-basic-0: 16:57:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoncpp1_1.7.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:57:07 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoncpp1:amd64 (1.7.2-1) ... unit-abot-epc-basic-0: 16:57:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake. unit-abot-epc-basic-0: 16:57:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 16:57:07 DEBUG unit.abot-epc-basic/0.install Unpacking cmake (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 16:57:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-curses-gui. unit-abot-epc-basic-0: 16:57:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-curses-gui_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 16:57:09 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-curses-gui (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 16:57:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package m4. unit-abot-epc-basic-0: 16:57:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/m4_1.4.17-5_amd64.deb ... unit-abot-epc-basic-0: 16:57:09 DEBUG unit.abot-epc-basic/0.install Unpacking m4 (1.4.17-5) ... unit-abot-epc-basic-0: 16:57:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfl-dev:amd64. unit-abot-epc-basic-0: 16:57:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfl-dev_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 16:57:10 DEBUG unit.abot-epc-basic/0.install Unpacking libfl-dev:amd64 (2.6.0-11) ... unit-abot-epc-basic-0: 16:57:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package flex. unit-abot-epc-basic-0: 16:57:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../flex_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 16:57:10 DEBUG unit.abot-epc-basic/0.install Unpacking flex (2.6.0-11) ... unit-abot-epc-basic-0: 16:57:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lato. unit-abot-epc-basic-0: 16:57:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lato_2.0-1_all.deb ... unit-abot-epc-basic-0: 16:57:10 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lato (2.0-1) ... unit-abot-epc-basic-0: 16:57:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package imagemagick-common. unit-abot-epc-basic-0: 16:57:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../imagemagick-common_8%3a6.8.9.9-7ubuntu5.12_all.deb ... unit-abot-epc-basic-0: 16:57:11 DEBUG unit.abot-epc-basic/0.install Unpacking imagemagick-common (8:6.8.9.9-7ubuntu5.12) ... unit-abot-epc-basic-0: 16:57:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaudio2:amd64. unit-abot-epc-basic-0: 16:57:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaudio2_1.9.4-4_amd64.deb ... unit-abot-epc-basic-0: 16:57:11 DEBUG unit.abot-epc-basic/0.install Unpacking libaudio2:amd64 (1.9.4-4) ... unit-abot-epc-basic-0: 16:57:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexif12:amd64. unit-abot-epc-basic-0: 16:57:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libexif12_0.6.21-2_amd64.deb ... unit-abot-epc-basic-0: 16:57:12 DEBUG unit.abot-epc-basic/0.install Unpacking libexif12:amd64 (0.6.21-2) ... unit-abot-epc-basic-0: 16:57:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-double3:amd64. unit-abot-epc-basic-0: 16:57:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-double3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:57:12 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 16:57:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-long3:amd64. unit-abot-epc-basic-0: 16:57:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-long3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:57:13 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 16:57:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-quad3:amd64. unit-abot-epc-basic-0: 16:57:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-quad3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:57:13 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 16:57:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-single3:amd64. unit-abot-epc-basic-0: 16:57:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-single3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:57:13 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 16:57:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libieee1284-3:amd64. unit-abot-epc-basic-0: 16:57:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libieee1284-3_0.2.11-12_amd64.deb ... unit-abot-epc-basic-0: 16:57:14 DEBUG unit.abot-epc-basic/0.install Unpacking libieee1284-3:amd64 (0.2.11-12) ... unit-abot-epc-basic-0: 16:57:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblqr-1-0:amd64. unit-abot-epc-basic-0: 16:57:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblqr-1-0_0.4.2-2_amd64.deb ... unit-abot-epc-basic-0: 16:57:14 DEBUG unit.abot-epc-basic/0.install Unpacking liblqr-1-0:amd64 (0.4.2-2) ... unit-abot-epc-basic-0: 16:57:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl7:amd64. unit-abot-epc-basic-0: 16:57:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl7_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 16:57:15 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl7:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 16:57:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickcore-6.q16-2:amd64. unit-abot-epc-basic-0: 16:57:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmagickcore-6.q16-2_8%3a6.8.9.9-7ubuntu5.12_amd64.deb ... unit-abot-epc-basic-0: 16:57:15 DEBUG unit.abot-epc-basic/0.install Unpacking libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-abot-epc-basic-0: 16:57:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickwand-6.q16-2:amd64. unit-abot-epc-basic-0: 16:57:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmagickwand-6.q16-2_8%3a6.8.9.9-7ubuntu5.12_amd64.deb ... unit-abot-epc-basic-0: 16:57:16 DEBUG unit.abot-epc-basic/0.install Unpacking libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-abot-epc-basic-0: 16:57:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmng2:amd64. unit-abot-epc-basic-0: 16:57:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmng2_2.0.2-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 16:57:16 DEBUG unit.abot-epc-basic/0.install Unpacking libmng2:amd64 (2.0.2-0ubuntu3) ... unit-abot-epc-basic-0: 16:57:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmtdev1:amd64. unit-abot-epc-basic-0: 16:57:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmtdev1_1.1.5-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:57:17 DEBUG unit.abot-epc-basic/0.install Unpacking libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-abot-epc-basic-0: 16:57:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcrecpp0v5:amd64. unit-abot-epc-basic-0: 16:57:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcrecpp0v5_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 16:57:17 DEBUG unit.abot-epc-basic/0.install Unpacking libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 16:57:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-common. unit-abot-epc-basic-0: 16:57:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-common_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:57:17 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-common (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 16:57:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas3. unit-abot-epc-basic-0: 16:57:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:57:18 DEBUG unit.abot-epc-basic/0.install Unpacking libblas3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 16:57:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran3:amd64. unit-abot-epc-basic-0: 16:57:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgfortran3_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:57:18 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:57:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libopenblas-base. unit-abot-epc-basic-0: 16:57:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libopenblas-base_0.2.18-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:57:19 DEBUG unit.abot-epc-basic/0.install Unpacking libopenblas-base (0.2.18-1ubuntu1) ... unit-abot-epc-basic-0: 16:57:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas3-base. unit-abot-epc-basic-0: 16:57:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas3-base_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 16:57:20 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas3-base (3.10.2-9) ... unit-abot-epc-basic-0: 16:57:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblapack3. unit-abot-epc-basic-0: 16:57:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblapack3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:57:21 DEBUG unit.abot-epc-basic/0.install Unpacking liblapack3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 16:57:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqrupdate1:amd64. unit-abot-epc-basic-0: 16:57:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqrupdate1_1.1.2-1build1_amd64.deb ... unit-abot-epc-basic-0: 16:57:22 DEBUG unit.abot-epc-basic/0.install Unpacking libqrupdate1:amd64 (1.1.2-1build1) ... unit-abot-epc-basic-0: 16:57:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre16-3:amd64. unit-abot-epc-basic-0: 16:57:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre16-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 16:57:22 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre16-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 16:57:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5core5a:amd64. unit-abot-epc-basic-0: 16:57:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5core5a_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 16:57:22 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 16:57:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-server0:amd64. unit-abot-epc-basic-0: 16:57:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-server0_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 16:57:23 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 16:57:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgbm1:amd64. unit-abot-epc-basic-0: 16:57:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgbm1_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:57:23 DEBUG unit.abot-epc-basic/0.install Unpacking libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 16:57:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcapnp-0.5.3:amd64. unit-abot-epc-basic-0: 16:57:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcapnp-0.5.3_0.5.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:57:23 DEBUG unit.abot-epc-basic/0.install Unpacking libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 16:57:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libboost-filesystem1.58.0:amd64. unit-abot-epc-basic-0: 16:57:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libboost-filesystem1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 16:57:24 DEBUG unit.abot-epc-basic/0.install Unpacking libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... unit-abot-epc-basic-0: 16:57:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore1:amd64. unit-abot-epc-basic-0: 16:57:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircore1_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:57:24 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 16:57:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon7:amd64. unit-abot-epc-basic-0: 16:57:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircommon7_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:57:25 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 16:57:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-lite9v5:amd64. unit-abot-epc-basic-0: 16:57:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-lite9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 16:57:25 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 16:57:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirprotobuf3:amd64. unit-abot-epc-basic-0: 16:57:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmirprotobuf3_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:57:25 DEBUG unit.abot-epc-basic/0.install Unpacking libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 16:57:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon0:amd64. unit-abot-epc-basic-0: 16:57:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon0_0.5.0-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:57:26 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon0:amd64 (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 16:57:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient9:amd64. unit-abot-epc-basic-0: 16:57:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmirclient9_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:57:26 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 16:57:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-client0:amd64. unit-abot-epc-basic-0: 16:57:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-client0_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 16:57:27 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 16:57:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0:amd64. unit-abot-epc-basic-0: 16:57:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:57:27 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:57:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa:amd64. unit-abot-epc-basic-0: 16:57:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libegl1-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:57:28 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 16:57:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libevdev2:amd64. unit-abot-epc-basic-0: 16:57:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libevdev2_1.4.6+dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 16:57:28 DEBUG unit.abot-epc-basic/0.install Unpacking libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 16:57:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgudev-1.0-0:amd64. unit-abot-epc-basic-0: 16:57:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgudev-1.0-0_1%3a230-2_amd64.deb ... unit-abot-epc-basic-0: 16:57:29 DEBUG unit.abot-epc-basic/0.install Unpacking libgudev-1.0-0:amd64 (1:230-2) ... unit-abot-epc-basic-0: 16:57:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-common. unit-abot-epc-basic-0: 16:57:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom-common_0.22-1~ubuntu16.04.1_all.deb ... unit-abot-epc-basic-0: 16:57:29 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-common (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 16:57:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom2:amd64. unit-abot-epc-basic-0: 16:57:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom2_0.22-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:57:29 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 16:57:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput-bin. unit-abot-epc-basic-0: 16:57:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libinput-bin_1.6.3-1ubuntu1~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:57:30 DEBUG unit.abot-epc-basic/0.install Unpacking libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 16:57:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput10:amd64. unit-abot-epc-basic-0: 16:57:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libinput10_1.6.3-1ubuntu1~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:57:30 DEBUG unit.abot-epc-basic/0.install Unpacking libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 16:57:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5dbus5:amd64. unit-abot-epc-basic-0: 16:57:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5dbus5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 16:57:30 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 16:57:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libproxy1v5:amd64. unit-abot-epc-basic-0: 16:57:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libproxy1v5_0.4.11-5ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:57:31 DEBUG unit.abot-epc-basic/0.install Unpacking libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-abot-epc-basic-0: 16:57:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5network5:amd64. unit-abot-epc-basic-0: 16:57:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5network5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 16:57:31 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 16:57:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-icccm4:amd64. unit-abot-epc-basic-0: 16:57:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-icccm4_0.4.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:57:31 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:57:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-util1:amd64. unit-abot-epc-basic-0: 16:57:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-util1_0.4.0-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 16:57:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-abot-epc-basic-0: 16:57:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-image0:amd64. unit-abot-epc-basic-0: 16:57:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-image0_0.4.0-1build1_amd64.deb ... unit-abot-epc-basic-0: 16:57:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 16:57:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-keysyms1:amd64. unit-abot-epc-basic-0: 16:57:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-keysyms1_0.4.0-1_amd64.deb ... unit-abot-epc-basic-0: 16:57:33 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-keysyms1:amd64 (0.4.0-1) ... unit-abot-epc-basic-0: 16:57:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0:amd64. unit-abot-epc-basic-0: 16:57:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:57:33 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:57:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render-util0:amd64. unit-abot-epc-basic-0: 16:57:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render-util0_0.3.9-1_amd64.deb ... unit-abot-epc-basic-0: 16:57:33 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render-util0:amd64 (0.3.9-1) ... unit-abot-epc-basic-0: 16:57:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-abot-epc-basic-0: 16:57:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:57:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:57:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xkb1:amd64. unit-abot-epc-basic-0: 16:57:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xkb1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:57:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:57:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-x11-0:amd64. unit-abot-epc-basic-0: 16:57:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-x11-0_0.5.0-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:57:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 16:57:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5gui5:amd64. unit-abot-epc-basic-0: 16:57:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5gui5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 16:57:35 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 16:57:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5widgets5:amd64. unit-abot-epc-basic-0: 16:57:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5widgets5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 16:57:35 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 16:57:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5svg5:amd64. unit-abot-epc-basic-0: 16:57:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5svg5_5.5.1-2build1_amd64.deb ... unit-abot-epc-basic-0: 16:57:36 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5svg5:amd64 (5.5.1-2build1) ... unit-abot-epc-basic-0: 16:57:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-common. unit-abot-epc-basic-0: 16:57:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../glib-networking-common_2.48.2-1~ubuntu16.04.1_all.deb ... unit-abot-epc-basic-0: 16:57:36 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 16:57:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-services. unit-abot-epc-basic-0: 16:57:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../glib-networking-services_2.48.2-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:57:37 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 16:57:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdconf1:amd64. unit-abot-epc-basic-0: 16:57:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdconf1_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 16:57:37 DEBUG unit.abot-epc-basic/0.install Unpacking libdconf1:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 16:57:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-service. unit-abot-epc-basic-0: 16:57:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-service_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 16:57:37 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-service (0.24.0-2) ... unit-abot-epc-basic-0: 16:57:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-gsettings-backend:amd64. unit-abot-epc-basic-0: 16:57:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-gsettings-backend_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 16:57:38 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 16:57:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsettings-desktop-schemas. unit-abot-epc-basic-0: 16:57:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gsettings-desktop-schemas_3.18.1-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:57:39 DEBUG unit.abot-epc-basic/0.install Unpacking gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:57:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking:amd64. unit-abot-epc-basic-0: 16:57:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../glib-networking_2.48.2-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:57:40 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 16:57:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup2.4-1:amd64. unit-abot-epc-basic-0: 16:57:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsoup2.4-1_2.52.2-1ubuntu0.3_amd64.deb ... unit-abot-epc-basic-0: 16:57:40 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 16:57:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup-gnome2.4-1:amd64. unit-abot-epc-basic-0: 16:57:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsoup-gnome2.4-1_2.52.2-1ubuntu0.3_amd64.deb ... unit-abot-epc-basic-0: 16:57:40 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 16:57:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librest-0.7-0:amd64. unit-abot-epc-basic-0: 16:57:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librest-0.7-0_0.7.93-1_amd64.deb ... unit-abot-epc-basic-0: 16:57:41 DEBUG unit.abot-epc-basic/0.install Unpacking librest-0.7-0:amd64 (0.7.93-1) ... unit-abot-epc-basic-0: 16:57:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsamplerate0:amd64. unit-abot-epc-basic-0: 16:57:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsamplerate0_0.1.8-8_amd64.deb ... unit-abot-epc-basic-0: 16:57:41 DEBUG unit.abot-epc-basic/0.install Unpacking libsamplerate0:amd64 (0.1.8-8) ... unit-abot-epc-basic-0: 16:57:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane-common. unit-abot-epc-basic-0: 16:57:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsane-common_1.0.25+git20150528-1ubuntu2.16.04.1_all.deb ... unit-abot-epc-basic-0: 16:57:42 DEBUG unit.abot-epc-basic/0.install Unpacking libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 16:57:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libserf-1-1:amd64. unit-abot-epc-basic-0: 16:57:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libserf-1-1_1.3.8-1_amd64.deb ... unit-abot-epc-basic-0: 16:57:42 DEBUG unit.abot-epc-basic/0.install Unpacking libserf-1-1:amd64 (1.3.8-1) ... unit-abot-epc-basic-0: 16:57:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libunistring0:amd64. unit-abot-epc-basic-0: 16:57:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libunistring0_0.9.3-5.2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:57:43 DEBUG unit.abot-epc-basic/0.install Unpacking libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-abot-epc-basic-0: 16:57:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft2:amd64. unit-abot-epc-basic-0: 16:57:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft2_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:57:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxft2:amd64 (2.3.2-1) ... unit-abot-epc-basic-0: 16:57:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxss1:amd64. unit-abot-epc-basic-0: 16:57:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:57:44 DEBUG unit.abot-epc-basic/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 16:57:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxv1:amd64. unit-abot-epc-basic-0: 16:57:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-abot-epc-basic-0: 16:57:44 DEBUG unit.abot-epc-basic/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 16:57:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-abot-epc-basic-0: 16:57:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 16:57:45 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 16:57:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package poppler-data. unit-abot-epc-basic-0: 16:57:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../poppler-data_0.4.7-7_all.deb ... unit-abot-epc-basic-0: 16:57:45 DEBUG unit.abot-epc-basic/0.install Unpacking poppler-data (0.4.7-7) ... unit-abot-epc-basic-0: 16:57:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0:amd64. unit-abot-epc-basic-0: 16:57:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0_0.10-3_amd64.deb ... unit-abot-epc-basic-0: 16:57:46 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0:amd64 (0.10-3) ... unit-abot-epc-basic-0: 16:57:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslicot0:amd64. unit-abot-epc-basic-0: 16:57:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslicot0_5.0+20101122-2_amd64.deb ... unit-abot-epc-basic-0: 16:57:46 DEBUG unit.abot-epc-basic/0.install Unpacking libslicot0:amd64 (5.0+20101122-2) ... unit-abot-epc-basic-0: 16:57:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-common. unit-abot-epc-basic-0: 16:57:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk-3-common_3.18.9-1ubuntu3.3_all.deb ... unit-abot-epc-basic-0: 16:57:47 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 16:57:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-0:amd64. unit-abot-epc-basic-0: 16:57:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-0_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:57:47 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 16:57:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-0:amd64. unit-abot-epc-basic-0: 16:57:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk-bridge2.0-0_2.18.1-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:57:48 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 16:57:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-gobject2:amd64. unit-abot-epc-basic-0: 16:57:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-gobject2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 16:57:48 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-gobject2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 16:57:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolord2:amd64. unit-abot-epc-basic-0: 16:57:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolord2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:57:49 DEBUG unit.abot-epc-basic/0.install Unpacking libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 16:57:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy0:amd64. unit-abot-epc-basic-0: 16:57:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libepoxy0_1.3.1-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 16:57:49 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 16:57:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-common. unit-abot-epc-basic-0: 16:57:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjson-glib-1.0-common_1.1.2-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:57:49 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 16:57:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-0:amd64. unit-abot-epc-basic-0: 16:57:50 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 16:57:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjson-glib-1.0-0_1.1.2-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:57:50 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 16:57:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-cursor0:amd64. unit-abot-epc-basic-0: 16:57:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-cursor0_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 16:57:50 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 16:57:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-egl1-mesa:amd64. unit-abot-epc-basic-0: 16:57:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-egl1-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:57:50 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 16:57:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-0:amd64. unit-abot-epc-basic-0: 16:57:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk-3-0_3.18.9-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 16:57:51 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 16:57:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-bin. unit-abot-epc-basic-0: 16:57:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk-3-bin_3.18.9-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 16:57:51 DEBUG unit.abot-epc-basic/0.install Adding 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin' unit-abot-epc-basic-0: 16:57:51 DEBUG unit.abot-epc-basic/0.install Adding 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin' unit-abot-epc-basic-0: 16:57:51 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 16:57:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcroco3:amd64. unit-abot-epc-basic-0: 16:57:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcroco3_0.6.11-1_amd64.deb ... unit-abot-epc-basic-0: 16:57:52 DEBUG unit.abot-epc-basic/0.install Unpacking libcroco3:amd64 (0.6.11-1) ... unit-abot-epc-basic-0: 16:57:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-2:amd64. unit-abot-epc-basic-0: 16:57:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-2_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 16:57:52 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 16:57:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-common:amd64. unit-abot-epc-basic-0: 16:57:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-common_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 16:57:52 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-common:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 16:57:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package humanity-icon-theme. unit-abot-epc-basic-0: 16:57:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../humanity-icon-theme_0.6.10.1_all.deb ... unit-abot-epc-basic-0: 16:57:53 DEBUG unit.abot-epc-basic/0.install Unpacking humanity-icon-theme (0.6.10.1) ... unit-abot-epc-basic-0: 16:57:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ubuntu-mono. unit-abot-epc-basic-0: 16:57:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ubuntu-mono_14.04+16.04.20180326-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:57:54 DEBUG unit.abot-epc-basic/0.install Unpacking ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-abot-epc-basic-0: 16:57:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package adwaita-icon-theme. unit-abot-epc-basic-0: 16:57:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../adwaita-icon-theme_3.18.0-2ubuntu3.1_all.deb ... unit-abot-epc-basic-0: 16:57:55 DEBUG unit.abot-epc-basic/0.install Unpacking adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-abot-epc-basic-0: 16:57:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package at-spi2-core. unit-abot-epc-basic-0: 16:57:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../at-spi2-core_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:57:56 DEBUG unit.abot-epc-basic/0.install Unpacking at-spi2-core (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 16:57:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autoconf. unit-abot-epc-basic-0: 16:57:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autoconf_2.69-9_all.deb ... unit-abot-epc-basic-0: 16:57:56 DEBUG unit.abot-epc-basic/0.install Unpacking autoconf (2.69-9) ... unit-abot-epc-basic-0: 16:57:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autotools-dev. unit-abot-epc-basic-0: 16:57:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autotools-dev_20150820.1_all.deb ... unit-abot-epc-basic-0: 16:57:56 DEBUG unit.abot-epc-basic/0.install Unpacking autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 16:57:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package automake. unit-abot-epc-basic-0: 16:57:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../automake_1%3a1.15-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:57:57 DEBUG unit.abot-epc-basic/0.install Unpacking automake (1:1.15-4ubuntu1) ... unit-abot-epc-basic-0: 16:57:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbison-dev:amd64. unit-abot-epc-basic-0: 16:57:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbison-dev_2%3a3.0.4.dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 16:57:57 DEBUG unit.abot-epc-basic/0.install Unpacking libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 16:57:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package bison. unit-abot-epc-basic-0: 16:57:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../bison_2%3a3.0.4.dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 16:57:58 DEBUG unit.abot-epc-basic/0.install Unpacking bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 16:57:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package castxml. unit-abot-epc-basic-0: 16:57:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../castxml_0.1+git20160202-1.1_amd64.deb ... unit-abot-epc-basic-0: 16:57:58 DEBUG unit.abot-epc-basic/0.install Unpacking castxml (0.1+git20160202-1.1) ... unit-abot-epc-basic-0: 16:58:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgusb2:amd64. unit-abot-epc-basic-0: 16:58:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgusb2_0.2.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:58:00 DEBUG unit.abot-epc-basic/0.install Unpacking libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 16:58:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolorhug2:amd64. unit-abot-epc-basic-0: 16:58:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolorhug2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:58:01 DEBUG unit.abot-epc-basic/0.install Unpacking libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 16:58:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvpx3:amd64. unit-abot-epc-basic-0: 16:58:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvpx3_1.5.0-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:58:01 DEBUG unit.abot-epc-basic/0.install Unpacking libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-abot-epc-basic-0: 16:58:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm4:amd64. unit-abot-epc-basic-0: 16:58:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpm4_1%3a3.5.11-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:58:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 16:58:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgd3:amd64. unit-abot-epc-basic-0: 16:58:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgd3_2.1.1-4ubuntu0.16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:58:02 DEBUG unit.abot-epc-basic/0.install Unpacking libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-abot-epc-basic-0: 16:58:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-port12:amd64. unit-abot-epc-basic-0: 16:58:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-port12_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 16:58:02 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-port12:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 16:58:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-6:amd64. unit-abot-epc-basic-0: 16:58:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-6_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 16:58:03 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-6:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 16:58:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane:amd64. unit-abot-epc-basic-0: 16:58:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsane_1.0.25+git20150528-1ubuntu2.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:58:04 DEBUG unit.abot-epc-basic/0.install Unpacking libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 16:58:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord-data. unit-abot-epc-basic-0: 16:58:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord-data_1.2.12-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:58:05 DEBUG unit.abot-epc-basic/0.install Unpacking colord-data (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 16:58:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord. unit-abot-epc-basic-0: 16:58:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:58:05 DEBUG unit.abot-epc-basic/0.install Unpacking colord (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 16:58:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gettext. unit-abot-epc-basic-0: 16:58:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gettext_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 16:58:06 DEBUG unit.abot-epc-basic/0.install Unpacking gettext (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 16:58:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package intltool-debian. unit-abot-epc-basic-0: 16:58:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.4_all.deb ... unit-abot-epc-basic-0: 16:58:06 DEBUG unit.abot-epc-basic/0.install Unpacking intltool-debian (0.35.0+20060710.4) ... unit-abot-epc-basic-0: 16:58:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package po-debconf. unit-abot-epc-basic-0: 16:58:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../po-debconf_1.0.19_all.deb ... unit-abot-epc-basic-0: 16:58:07 DEBUG unit.abot-epc-basic/0.install Unpacking po-debconf (1.0.19) ... unit-abot-epc-basic-0: 16:58:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive-zip-perl. unit-abot-epc-basic-0: 16:58:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarchive-zip-perl_1.56-2ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 16:58:07 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-abot-epc-basic-0: 16:58:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-stripnondeterminism-perl. unit-abot-epc-basic-0: 16:58:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-stripnondeterminism-perl_0.015-1_all.deb ... unit-abot-epc-basic-0: 16:58:07 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-stripnondeterminism-perl (0.015-1) ... unit-abot-epc-basic-0: 16:58:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtimedate-perl. unit-abot-epc-basic-0: 16:58:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtimedate-perl_2.3000-2_all.deb ... unit-abot-epc-basic-0: 16:58:09 DEBUG unit.abot-epc-basic/0.install Unpacking libtimedate-perl (2.3000-2) ... unit-abot-epc-basic-0: 16:58:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dh-strip-nondeterminism. unit-abot-epc-basic-0: 16:58:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dh-strip-nondeterminism_0.015-1_all.deb ... unit-abot-epc-basic-0: 16:58:09 DEBUG unit.abot-epc-basic/0.install Unpacking dh-strip-nondeterminism (0.015-1) ... unit-abot-epc-basic-0: 16:58:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package debhelper. unit-abot-epc-basic-0: 16:58:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../debhelper_9.20160115ubuntu3_all.deb ... unit-abot-epc-basic-0: 16:58:09 DEBUG unit.abot-epc-basic/0.install Unpacking debhelper (9.20160115ubuntu3) ... unit-abot-epc-basic-0: 16:58:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package default-jre-headless. unit-abot-epc-basic-0: 16:58:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../default-jre-headless_2%3a1.8-56ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:58:10 DEBUG unit.abot-epc-basic/0.install Unpacking default-jre-headless (2:1.8-56ubuntu2) ... unit-abot-epc-basic-0: 16:58:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm3.6v5:amd64. unit-abot-epc-basic-0: 16:58:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libllvm3.6v5_1%3a3.6.2-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:58:10 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 16:58:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc4:amd64. unit-abot-epc-basic-0: 16:58:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjc4_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:58:11 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:58:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc-5-dev:amd64. unit-abot-epc-basic-0: 16:58:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjc-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:58:12 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 16:58:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclang1-3.6:amd64. unit-abot-epc-basic-0: 16:58:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libclang1-3.6_1%3a3.6.2-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:58:12 DEBUG unit.abot-epc-basic/0.install Unpacking libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 16:58:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen. unit-abot-epc-basic-0: 16:58:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 16:58:13 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen (1.8.11-1) ... unit-abot-epc-basic-0: 16:58:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5xml5:amd64. unit-abot-epc-basic-0: 16:58:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5xml5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 16:58:14 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 16:58:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen-gui. unit-abot-epc-basic-0: 16:58:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen-gui_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 16:58:14 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 16:58:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-liberation. unit-abot-epc-basic-0: 16:58:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-liberation_1.07.4-1_all.deb ... unit-abot-epc-basic-0: 16:58:14 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-liberation (1.07.4-1) ... unit-abot-epc-basic-0: 16:58:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tex-common. unit-abot-epc-basic-0: 16:58:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tex-common_6.04ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:58:15 DEBUG unit.abot-epc-basic/0.install Unpacking tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 16:58:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lmodern. unit-abot-epc-basic-0: 16:58:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 16:58:16 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 16:58:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gccxml. unit-abot-epc-basic-0: 16:58:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gccxml_0.9.0+git20140716-6_amd64.deb ... unit-abot-epc-basic-0: 16:58:16 DEBUG unit.abot-epc-basic/0.install Unpacking gccxml (0.9.0+git20140716-6) ... unit-abot-epc-basic-0: 16:58:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf2-common. unit-abot-epc-basic-0: 16:58:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf2-common_3.2.6-3ubuntu6_all.deb ... unit-abot-epc-basic-0: 16:58:17 DEBUG unit.abot-epc-basic/0.install Unpacking gconf2-common (3.2.6-3ubuntu6) ... machine-3: 16:58:17 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-hss-0: 16:58:17 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-3: 16:58:17 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 16:58:17 DEBUG juju.agent read agent config, format "2.0" machine-3: 16:58:17 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 16:58:17 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-hss-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-hss/0", "--debug"} unit-oai-hss-0: 16:58:17 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 16:58:17 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 16:58:17 DEBUG juju.worker start "api" unit-oai-hss-0: 16:58:17 INFO juju.worker start "api" unit-oai-hss-0: 16:58:17 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-hss-0: 16:58:17 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 16:58:17 DEBUG juju.worker "api" started unit-oai-hss-0: 16:58:17 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-3: 16:58:17 DEBUG juju.worker start "engine" machine-3: 16:58:17 INFO juju.worker start "engine" machine-3: 16:58:17 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 16:58:17 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 16:58:17 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 16:58:17 DEBUG juju.worker.dependency "clock" manifold worker started machine-3: 16:58:17 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 16:58:17 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 16:58:17 DEBUG juju.worker "engine" started machine-3: 16:58:17 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.introspection stats worker now serving machine-3: 16:58:17 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 16:58:17 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 16:58:17 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 16:58:17 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 16:58:17 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 16:58:17 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 16:58:17 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 16:58:17 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 16:58:17 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-3: 16:58:17 INFO juju.api connection established to "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-3: 16:58:17 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-3: 16:58:17 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-3: 16:58:17 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 16:58:17 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 16:58:17 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.worker.apicaller connecting with current password machine-3: 16:58:17 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:58:17 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-oai-hss-0: 16:58:17 INFO juju.api connection established to "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-3: 16:58:17 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available unit-oai-hss-0: 16:58:17 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-3: 16:58:17 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 16:58:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgconf-2-4:amd64. unit-abot-epc-basic-0: 16:58:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgconf-2-4_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 16:58:17 DEBUG unit.abot-epc-basic/0.install Unpacking libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 16:58:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service-backend. unit-abot-epc-basic-0: 16:58:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service-backend_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 16:58:18 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service-backend (3.2.6-3ubuntu6) ... unit-oai-hss-0: 16:58:18 DEBUG juju.worker.apicaller connected machine-3: 16:58:18 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 16:58:18 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 16:58:18 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 16:58:18 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 16:58:18 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-3: 16:58:18 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 16:58:18 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-3: 16:58:18 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-3: 16:58:18 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-3: 16:58:18 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-3: 16:58:18 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 16:58:18 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 16:58:18 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-3: 16:58:18 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 16:58:18 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-3: 16:58:18 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-3: 16:58:18 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-3: 16:58:18 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 16:58:18 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 16:58:18 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 16:58:18 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 16:58:18 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-3: 16:58:18 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 16:58:18 INFO juju.worker.upgrader unblocking abort check machine-3: 16:58:18 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-3: 16:58:18 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 16:58:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service. unit-abot-epc-basic-0: 16:58:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service_3.2.6-3ubuntu6_amd64.deb ... unit-oai-hss-0: 16:58:18 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 16:58:18 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine-3: 16:58:18 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 16:58:18 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 16:58:18 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 16:58:18 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 16:58:18 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 16:58:18 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 16:58:18 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 16:58:18 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 16:58:18 DEBUG juju.network including address public:172.30.9.210 for machine unit-oai-hss-0: 16:58:18 DEBUG juju.network including address local-cloud:192.168.121.9 for machine unit-oai-hss-0: 16:58:18 DEBUG juju.network including address local-fan:252.9.0.1 for machine unit-oai-hss-0: 16:58:18 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 16:58:18 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 16:58:18 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 16:58:18 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 16:58:18 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.210:17070"] machine-3: 16:58:18 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 16:58:18 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 16:58:18 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 16:58:18 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 16:58:18 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 16:58:18 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-hss-0: 16:58:18 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-abot-epc-basic-0: 16:58:18 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service (3.2.6-3ubuntu6) ... unit-oai-hss-0: 16:58:18 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 16:58:18 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 16:58:18 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 16:58:18 INFO juju.worker.uniter hooks are retried true machine-3: 16:58:18 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-3: 16:58:18 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 16:58:18 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 16:58:18 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 16:58:18 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 16:58:18 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} machine-3: 16:58:18 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-3: 16:58:18 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 16:58:18 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-3: 16:58:18 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 16:58:18 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-3: 16:58:18 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 16:58:18 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 16:58:18 DEBUG juju.worker.logger logger setup machine-3: 16:58:18 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 16:58:18 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 16:58:18 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 16:58:18 DEBUG juju.worker.uniter.remotestate got service change machine-3: 16:58:18 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 16:58:18 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started unit-oai-hss-0: 16:58:18 DEBUG juju.worker.uniter.remotestate got relations change: ok=true machine-3: 16:58:18 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 16:58:18 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 16:58:18 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 16:58:18 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 16:58:18 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 16:58:19 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 16:58:19 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 16:58:19 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 16:58:19 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 16:58:19 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 16:58:19 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 16:58:19 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 16:58:19 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 16:58:19 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-3: 16:58:19 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 16:58:19 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 16:58:19 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 16:58:19 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 16:58:19 DEBUG juju.network including address public:172.30.9.210 for machine machine-3: 16:58:19 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-3: 16:58:19 DEBUG juju.network including address local-fan:252.9.0.1 for machine machine-3: 16:58:19 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 16:58:19 DEBUG juju.network including address local-machine:::1 for machine machine-3: 16:58:19 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 16:58:19 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 16:58:19 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.210:17070"] machine-3: 16:58:19 INFO juju.util.exec run result: exit status 127 machine-3: 16:58:19 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec288892773/script.sh: line 1: fanatic: command not found 127 unit-oai-hss-0: 16:58:19 DEBUG juju.worker.uniter.remotestate got unit change machine-3: 16:58:19 INFO juju.worker.deployer checking unit "oai-hss/0" unit-oai-hss-0: 16:58:19 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 16:58:19 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 16:58:19 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 16:58:19 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-hss-0: 16:58:19 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 16:58:19 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 16:58:19 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 16:58:19 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 16:58:19 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 16:58:19 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-hss-0: 16:58:19 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-hss-0: 16:58:19 DEBUG juju.worker.uniter.operation preparing operation "run install hook" machine-3: 16:58:19 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 16:58:19 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 16:58:19 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 16:58:19 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 16:58:19 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 16:58:19 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-3: 16:58:19 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 16:58:19 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 16:58:19 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 16:58:19 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-3: 16:58:19 INFO juju.util.exec run result: exit status 127 machine-3: 16:58:19 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec339217586/script.sh: line 1: fanatic: command not found 127 machine-3: 16:58:19 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 16:58:19 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 16:58:19 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 16:58:19 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 16:58:19 DEBUG juju.worker.reboot Reboot worker got action: noop unit-oai-hss-0: 16:58:19 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 16:58:19 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook machine-3: 16:58:19 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 16:58:19 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 16:58:19 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 16:58:19 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 16:58:19 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 16:58:19 DEBUG juju.network including address local-cloud:192.168.121.11 for machine machine-3: 16:58:19 DEBUG juju.network including address local-machine:::1 for machine machine-3: 16:58:19 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.11 local-machine:::1] machine-3: 16:58:19 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.11 local-machine:::1] machine-3: 16:58:19 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 16:58:19 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-oai-hss-0: 16:58:19 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-abot-epc-basic-0: 16:58:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace1:amd64. unit-abot-epc-basic-0: 16:58:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:58:19 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace1:amd64 (1.3.2-1) ... machine-3: 16:58:19 DEBUG juju.worker start "3-container-watcher" machine-3: 16:58:19 DEBUG juju.worker start "stateconverter" machine-3: 16:58:19 INFO juju.worker start "3-container-watcher" machine-3: 16:58:19 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 16:58:19 DEBUG juju.worker "3-container-watcher" started machine-3: 16:58:19 INFO juju.worker start "stateconverter" machine-3: 16:58:19 DEBUG juju.worker "stateconverter" started machine-3: 16:58:19 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 16:58:19 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-hss-0: 16:58:19 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install ++ config-get revision machine-3: 16:58:19 INFO juju.worker.machiner "machine-3" started machine-3: 16:58:19 INFO juju.api.common no addresses observed on interface "tunl0" unit-oai-hss-0: 16:58:19 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 16:58:19 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 16:58:19 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 16:58:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace-ctf1:amd64. unit-abot-epc-basic-0: 16:58:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace-ctf1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:58:20 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace-ctf1:amd64 (1.3.2-1) ... machine-3: 16:58:20 DEBUG juju.worker.machiner observed network config updated for "machine-3" to [{DeviceIndex:1 MACAddress: CIDR:127.0.0.0/8 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:127.0.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:1 MACAddress: CIDR:::1/128 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:::1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:2 MACAddress:fa:16:3e:4f:4a:c9 CIDR:192.168.121.0/24 MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:static Address:192.168.121.11 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:4f:4a:c9 CIDR: MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:3 MACAddress: CIDR: MTU:1480 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:tunl0 ParentInterfaceName: InterfaceType:ethernet Disabled:true NoAutoStart:true ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false}] unit-oai-hss-0: 16:58:20 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 16:58:20 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 16:58:20 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 16:58:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:58:20 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 16:58:20 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 16:58:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdb. unit-abot-epc-basic-0: 16:58:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdb_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 16:58:20 DEBUG unit.abot-epc-basic/0.install Unpacking gdb (7.11.1-0ubuntu1~16.5) ... unit-oai-hss-0: 16:58:20 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 16:58:21 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 16:58:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdbserver. unit-abot-epc-basic-0: 16:58:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdbserver_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-abot-epc-basic-0: 16:58:21 DEBUG unit.abot-epc-basic/0.install Unpacking gdbserver (7.11.1-0ubuntu1~16.5) ... unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 16:58:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran-5-dev:amd64. unit-abot-epc-basic-0: 16:58:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgfortran-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 16:58:21 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:58:21 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:58:22 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:58:22 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:58:22 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 16:58:22 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:58:22 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 16:58:22 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 16:58:22 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:58:22 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 16:58:22 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-abot-epc-basic-0: 16:58:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran-5. unit-abot-epc-basic-0: 16:58:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gfortran-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-oai-hss-0: 16:58:22 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 16:58:22 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 16:58:22 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 16:58:22 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-hss-0: 16:58:22 DEBUG unit.oai-hss/0.install + echo -n unit-oai-hss-0: 16:58:22 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 16:58:22 DEBUG unit.oai-hss/0.install + juju-log 'Updating the installation directory' unit-oai-hss-0: 16:58:22 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:58:22 INFO unit.oai-hss/0.juju-log Updating the installation directory unit-oai-hss-0: 16:58:22 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 16:58:22 DEBUG unit.oai-hss/0.install + git reset --hard HEAD unit-abot-epc-basic-0: 16:58:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran. unit-abot-epc-basic-0: 16:58:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gfortran_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:58:23 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran (4:5.3.1-1ubuntu1) ... unit-oai-hss-0: 16:58:23 DEBUG unit.oai-hss/0.install HEAD is now at 11723fa modified config file to match IMSI w/ OAI UE (tag v0.1) unit-oai-hss-0: 16:58:23 DEBUG unit.oai-hss/0.install + git checkout v0.3.2-branch unit-oai-hss-0: 16:58:23 DEBUG unit.oai-hss/0.install Already on 'v0.3.2-branch' unit-oai-hss-0: 16:58:23 DEBUG unit.oai-hss/0.install Your branch is up-to-date with 'origin/v0.3.2-branch'. unit-oai-hss-0: 16:58:23 DEBUG unit.oai-hss/0.install + git pull unit-abot-epc-basic-0: 16:58:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsfilters1:amd64. unit-abot-epc-basic-0: 16:58:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsfilters1_1.8.3-2ubuntu3.4_amd64.deb ... unit-abot-epc-basic-0: 16:58:24 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-abot-epc-basic-0: 16:58:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsimage2:amd64. unit-abot-epc-basic-0: 16:58:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsimage2_2.1.3-4ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 16:58:24 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsimage2:amd64 (2.1.3-4ubuntu0.5) ... unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install Already up-to-date. unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install + sed -i -r 's/(check_kernel_release_and_install_xtables_addons_oai[^()]+)/#\1/' /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 16:58:24 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:58:24 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install + current_kern_release=3.19.0-031900-generic unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install + current_kern_major_revision=19 unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install + '[' 19 -ge 19 ']' unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install + [[ true == true ]] unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install + juju-log 'required kernel is already installed' unit-abot-epc-basic-0: 16:58:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libijs-0.35:amd64. unit-oai-hss-0: 16:58:24 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:58:24 INFO unit.oai-hss/0.juju-log required kernel is already installed unit-oai-hss-0: 16:58:24 DEBUG unit.oai-hss/0.install + status-set maintenance 'required kernel is already installed' unit-abot-epc-basic-0: 16:58:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libijs-0.35_0.35-12_amd64.deb ... unit-abot-epc-basic-0: 16:58:24 DEBUG unit.abot-epc-basic/0.install Unpacking libijs-0.35:amd64 (0.35-12) ... unit-oai-hss-0: 16:58:24 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 16:58:25 DEBUG unit.oai-hss/0.install + configure_hosts unit-oai-hss-0: 16:58:25 DEBUG unit.oai-hss/0.install ++ config-get realm unit-oai-hss-0: 16:58:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:58:25 DEBUG unit.oai-hss/0.install + realm=openair4G.eur unit-oai-hss-0: 16:58:25 DEBUG unit.oai-hss/0.install +++ hostname unit-oai-hss-0: 16:58:25 DEBUG unit.oai-hss/0.install ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-hss-0: 16:58:25 DEBUG unit.oai-hss/0.install + '[' -z '' ']' unit-oai-hss-0: 16:58:25 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 localhost unit-oai-hss-0: 16:58:25 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 16:58:25 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 16:58:25 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 oai-hss-0.openair4G.eur oai-hss-0 mme unit-oai-hss-0: 16:58:25 DEBUG unit.oai-hss/0.install + build_hss unit-oai-hss-0: 16:58:25 DEBUG unit.oai-hss/0.install + juju-log 'Build HSS and install required packages' unit-oai-hss-0: 16:58:25 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:58:25 INFO unit.oai-hss/0.juju-log Build HSS and install required packages unit-oai-hss-0: 16:58:25 DEBUG unit.oai-hss/0.install + status-set maintenance 'Build HSS and install required packages' unit-oai-hss-0: 16:58:25 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 16:58:25 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -i -F unit-oai-hss-0: 16:58:25 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 16:58:25 DEBUG unit.oai-hss/0.install Check installed software packages necessary to build and run HSS (support Ubuntu 14.04): unit-oai-hss-0: 16:58:25 DEBUG unit.oai-hss/0.install Force set (no interactive) unit-abot-epc-basic-0: 16:58:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig2dec0. unit-abot-epc-basic-0: 16:58:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig2dec0_0.12+20150918-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 16:58:25 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-oai-hss-0: 16:58:25 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-oai-hss-0: 16:58:25 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-oai-hss-0: 16:58:25 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-oai-hss-0: 16:58:25 DEBUG unit.oai-hss/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-oai-hss-0: 16:58:25 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-abot-epc-basic-0: 16:58:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper1:amd64. unit-oai-hss-0: 16:58:25 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-abot-epc-basic-0: 16:58:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper1_1.1.24+nmu4ubuntu1_amd64.deb ... unit-oai-hss-0: 16:58:25 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-abot-epc-basic-0: 16:58:25 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-oai-hss-0: 16:58:25 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-oai-hss-0: 16:58:25 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-oai-hss-0: 16:58:26 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-oai-hss-0: 16:58:26 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-oai-hss-0: 16:58:26 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-oai-hss-0: 16:58:26 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-oai-hss-0: 16:58:26 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-oai-hss-0: 16:58:26 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-oai-hss-0: 16:58:26 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-abot-epc-basic-0: 16:58:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9-common. unit-abot-epc-basic-0: 16:58:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9-common_9.25~dfsg+1-0ubuntu0.16.04.1_all.deb ... unit-oai-hss-0: 16:58:26 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-abot-epc-basic-0: 16:58:26 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9-common (9.25~dfsg+1-0ubuntu0.16.04.1) ... unit-oai-hss-0: 16:58:26 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-oai-hss-0: 16:58:26 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-oai-hss-0: 16:58:26 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-oai-hss-0: 16:58:26 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-oai-hss-0: 16:58:26 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-oai-hss-0: 16:58:27 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-oai-hss-0: 16:58:27 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-abot-epc-basic-0: 16:58:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9:amd64. unit-abot-epc-basic-0: 16:58:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9_9.25~dfsg+1-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:58:27 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9:amd64 (9.25~dfsg+1-0ubuntu0.16.04.1) ... unit-oai-hss-0: 16:58:27 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-oai-hss-0: 16:58:27 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-oai-hss-0: 16:58:27 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-oai-hss-0: 16:58:27 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-oai-hss-0: 16:58:27 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-oai-hss-0: 16:58:27 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-oai-hss-0: 16:58:27 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-abot-epc-basic-0: 16:58:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsfonts. unit-abot-epc-basic-0: 16:58:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.2ubuntu1_all.deb ... unit-oai-hss-0: 16:58:27 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-abot-epc-basic-0: 16:58:27 DEBUG unit.abot-epc-basic/0.install Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-oai-hss-0: 16:58:27 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-oai-hss-0: 16:58:28 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-oai-hss-0: 16:58:28 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-oai-hss-0: 16:58:28 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-abot-epc-basic-0: 16:58:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ghostscript. unit-oai-hss-0: 16:58:28 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-abot-epc-basic-0: 16:58:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ghostscript_9.25~dfsg+1-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:58:28 DEBUG unit.abot-epc-basic/0.install Unpacking ghostscript (9.25~dfsg+1-0ubuntu0.16.04.1) ... unit-oai-hss-0: 16:58:28 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-oai-hss-0: 16:58:28 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-oai-hss-0: 16:58:28 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-abot-epc-basic-0: 16:58:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atk-1.0. unit-abot-epc-basic-0: 16:58:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-atk-1.0_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 16:58:28 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atk-1.0 (2.18.0-1) ... unit-oai-hss-0: 16:58:28 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-oai-hss-0: 16:58:28 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-oai-hss-0: 16:58:28 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-abot-epc-basic-0: 16:58:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atspi-2.0. unit-abot-epc-basic-0: 16:58:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-atspi-2.0_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:58:28 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-oai-hss-0: 16:58:28 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-oai-hss-0: 16:58:29 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-oai-hss-0: 16:58:29 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-oai-hss-0: 16:58:29 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-oai-hss-0: 16:58:29 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 16:58:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-freedesktop:amd64. unit-abot-epc-basic-0: 16:58:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-freedesktop_1.46.0-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:58:29 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-abot-epc-basic-0: 16:58:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gdkpixbuf-2.0:amd64. unit-abot-epc-basic-0: 16:58:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-gdkpixbuf-2.0_2.32.2-1ubuntu1.5_amd64.deb ... unit-abot-epc-basic-0: 16:58:29 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 16:58:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoxft-1.0-0:amd64. unit-abot-epc-basic-0: 16:58:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpangoxft-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 16:58:30 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 16:58:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-pango-1.0:amd64. unit-abot-epc-basic-0: 16:58:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-pango-1.0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 16:58:30 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 16:58:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gtk-3.0:amd64. unit-abot-epc-basic-0: 16:58:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-gtk-3.0_3.18.9-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 16:58:30 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 16:58:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package aglfn. unit-abot-epc-basic-0: 16:58:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/aglfn_1.7-3_all.deb ... unit-abot-epc-basic-0: 16:58:30 DEBUG unit.abot-epc-basic/0.install Unpacking aglfn (1.7-3) ... unit-abot-epc-basic-0: 16:58:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-tex. unit-abot-epc-basic-0: 16:58:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-tex_4.6.6-3_all.deb ... unit-oai-hss-0: 16:58:31 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:58:31 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:58:31 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:58:31 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:58:31 DEBUG unit.oai-hss/0.install Package 'libgnutls-dev' is not installed, so not removed unit-oai-hss-0: 16:58:31 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx27' is not installed, so not removed unit-oai-hss-0: 16:58:31 DEBUG unit.oai-hss/0.install Package 'nettle-dev' is not installed, so not removed unit-oai-hss-0: 16:58:31 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx28' is not installed, so not removed unit-oai-hss-0: 16:58:31 DEBUG unit.oai-hss/0.install Package 'nettle-bin' is not installed, so not removed unit-oai-hss-0: 16:58:31 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 16:58:31 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-tex (4.6.6-3) ... unit-oai-hss-0: 16:58:31 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install autotools-dev binutils cmake-data cpp cpp-4.8 dpkg-dev fakeroot fontconfig unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install libarchive13 libasan0 libatomic1 libaudio2 libavahi-client3 unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install libavahi-common-data libavahi-common3 libbison-dev libc-dev-bin libc6-dbg unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install libc6-dev libcloog-isl4 libcups2 libdpkg-perl libfakeroot unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev libgmp10 unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 liblzo2-2 unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative libqt4-network unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml libqt4-xmlpatterns unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 libstdc++-4.8-dev unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev m4 make unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install manpages-dev qtcore4-l10n x11-common unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install autoconf2.13 autoconf-archive gnu-standards autoconf-doc libtool gettext unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install binutils-doc bison-doc codeblocks eclipse cpp-doc gcc-4.8-locales unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install doxygen-latex doxygen-doc graphviz debian-keyring g++-multilib unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib automake1.9 unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install libasan0-dbg libtsan0-dbg libquadmath0-dbg gdb-doc gdbserver lrzip nas unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install glibc-doc cups-common libqt4-declarative-folderlistmodel unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libicu48 libthai0 unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install qt4-qtconfig libstdc++-4.8-doc make-doc unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install libc-dbg unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install autoconf automake autotools-dev binutils bison build-essential cmake unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install cmake-curses-gui cmake-data cpp cpp-4.8 doxygen doxygen-gui dpkg-dev unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install fakeroot flex fontconfig fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install gcc-4.8 gdb libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install libalgorithm-merge-perl libarchive13 libasan0 libatomic1 libaudio2 unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install libavahi-client3 libavahi-common-data libavahi-common3 libbison-dev unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install libfakeroot libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install libgmp10 libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install liblzo2-2 libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install libqt4-network libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install libstdc++-4.8-dev libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install m4 make manpages-dev pkg-config qtcore4-l10n x11-common unit-abot-epc-basic-0: 16:58:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-data. unit-abot-epc-basic-0: 16:58:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-data_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 16:58:32 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-data (4.6.6-3) ... unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install 0 upgraded, 84 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install Need to get 68.3 MB of archives. unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install After this operation, 235 MB of additional disk space will be used. unit-oai-hss-0: 16:58:32 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main m4 amd64 1.4.17-2ubuntu1 [195 kB] unit-abot-epc-basic-0: 16:58:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-x11. unit-abot-epc-basic-0: 16:58:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-x11_4.6.6-3_amd64.deb ... unit-abot-epc-basic-0: 16:58:33 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-x11 (4.6.6-3) ... unit-oai-hss-0: 16:58:33 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfl-dev amd64 2.5.35-10.1ubuntu2 [17.2 kB] unit-oai-hss-0: 16:58:33 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main flex amd64 2.5.35-10.1ubuntu2 [211 kB] unit-abot-epc-basic-0: 16:58:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdt5. unit-abot-epc-basic-0: 16:58:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdt5_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 16:58:33 DEBUG unit.abot-epc-basic/0.install Unpacking libcdt5 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 16:58:33 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblzo2-2 amd64 2.06-1.2ubuntu1.1 [46.1 kB] unit-oai-hss-0: 16:58:33 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnettle4 amd64 2.7.1-1ubuntu0.2 [102 kB] unit-abot-epc-basic-0: 16:58:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcgraph6. unit-abot-epc-basic-0: 16:58:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcgraph6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 16:58:33 DEBUG unit.abot-epc-basic/0.install Unpacking libcgraph6 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 16:58:33 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libarchive13 amd64 3.1.2-7ubuntu2.6 [262 kB] unit-oai-hss-0: 16:58:34 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] unit-abot-epc-basic-0: 16:58:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpathplan4. unit-abot-epc-basic-0: 16:58:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpathplan4_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 16:58:34 DEBUG unit.abot-epc-basic/0.install Unpacking libpathplan4 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 16:58:34 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] unit-oai-hss-0: 16:58:34 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main x11-common all 1:7.7+1ubuntu8.1 [49.5 kB] unit-oai-hss-0: 16:58:34 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libice6 amd64 2:1.0.8-2 [47.0 kB] unit-oai-hss-0: 16:58:34 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsm6 amd64 2:1.2.1-2 [18.1 kB] unit-oai-hss-0: 16:58:34 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxt6 amd64 1:1.1.4-1 [185 kB] unit-oai-hss-0: 16:58:35 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaudio2 amd64 1.9.4-1 [57.1 kB] unit-abot-epc-basic-0: 16:58:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvc6. unit-abot-epc-basic-0: 16:58:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvc6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 16:58:35 DEBUG unit.abot-epc-basic/0.install Unpacking libgvc6 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 16:58:35 DEBUG unit.oai-hss/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB] unit-oai-hss-0: 16:58:35 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB] unit-abot-epc-basic-0: 16:58:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvpr2. unit-oai-hss-0: 16:58:35 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB] unit-abot-epc-basic-0: 16:58:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvpr2_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 16:58:35 DEBUG unit.abot-epc-basic/0.install Unpacking libgvpr2 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 16:58:35 DEBUG unit.oai-hss/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] unit-oai-hss-0: 16:58:35 DEBUG unit.oai-hss/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] unit-abot-epc-basic-0: 16:58:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxmu6:amd64. unit-abot-epc-basic-0: 16:58:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxmu6_2%3a1.1.2-2_amd64.deb ... unit-abot-epc-basic-0: 16:58:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxmu6:amd64 (2:1.1.2-2) ... unit-oai-hss-0: 16:58:36 DEBUG unit.oai-hss/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] unit-oai-hss-0: 16:58:36 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB] unit-abot-epc-basic-0: 16:58:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxaw7:amd64. unit-abot-epc-basic-0: 16:58:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxaw7_2%3a1.0.13-1_amd64.deb ... unit-abot-epc-basic-0: 16:58:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxaw7:amd64 (2:1.0.13-1) ... unit-oai-hss-0: 16:58:36 DEBUG unit.oai-hss/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] unit-abot-epc-basic-0: 16:58:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package graphviz. unit-abot-epc-basic-0: 16:58:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../graphviz_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 16:58:36 DEBUG unit.abot-epc-basic/0.install Unpacking graphviz (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 16:58:36 DEBUG unit.oai-hss/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] unit-oai-hss-0: 16:58:36 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] unit-oai-hss-0: 16:58:37 DEBUG unit.oai-hss/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] unit-oai-hss-0: 16:58:37 DEBUG unit.oai-hss/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] unit-abot-epc-basic-0: 16:58:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjudydebian1. unit-oai-hss-0: 16:58:37 DEBUG unit.oai-hss/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] unit-abot-epc-basic-0: 16:58:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjudydebian1_1.0.5-5_amd64.deb ... unit-abot-epc-basic-0: 16:58:37 DEBUG unit.abot-epc-basic/0.install Unpacking libjudydebian1 (1.0.5-5) ... unit-oai-hss-0: 16:58:37 DEBUG unit.oai-hss/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] unit-abot-epc-basic-0: 16:58:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtcl8.6:amd64. unit-abot-epc-basic-0: 16:58:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-oai-hss-0: 16:58:37 DEBUG unit.oai-hss/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython3.4 amd64 3.4.3-1ubuntu1~14.04.6 [1305 kB] unit-abot-epc-basic-0: 16:58:37 DEBUG unit.abot-epc-basic/0.install Unpacking libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-oai-hss-0: 16:58:38 DEBUG unit.oai-hss/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main qtcore4-l10n all 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [587 kB] unit-oai-hss-0: 16:58:38 DEBUG unit.oai-hss/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqtcore4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [1555 kB] unit-oai-hss-0: 16:58:38 DEBUG unit.oai-hss/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-xml amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [95.0 kB] unit-oai-hss-0: 16:58:38 DEBUG unit.oai-hss/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqtdbus4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [180 kB] unit-oai-hss-0: 16:58:38 DEBUG unit.oai-hss/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-network amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [543 kB] unit-oai-hss-0: 16:58:38 DEBUG unit.oai-hss/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-script amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [776 kB] unit-oai-hss-0: 16:58:39 DEBUG unit.oai-hss/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-sql amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [97.4 kB] unit-oai-hss-0: 16:58:39 DEBUG unit.oai-hss/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-xmlpatterns amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [1028 kB] unit-abot-epc-basic-0: 16:58:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtk8.6:amd64. unit-abot-epc-basic-0: 16:58:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 16:58:39 DEBUG unit.abot-epc-basic/0.install Unpacking libtk8.6:amd64 (8.6.5-1) ... unit-oai-hss-0: 16:58:39 DEBUG unit.oai-hss/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig amd64 2.11.0-0ubuntu4.2 [176 kB] unit-oai-hss-0: 16:58:39 DEBUG unit.oai-hss/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] unit-abot-epc-basic-0: 16:58:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gtkwave. unit-abot-epc-basic-0: 16:58:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gtkwave_3.3.66-1_amd64.deb ... unit-oai-hss-0: 16:58:39 DEBUG unit.oai-hss/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] unit-oai-hss-0: 16:58:39 DEBUG unit.oai-hss/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] unit-abot-epc-basic-0: 16:58:39 DEBUG unit.abot-epc-basic/0.install Unpacking gtkwave (3.3.66-1) ... unit-oai-hss-0: 16:58:39 DEBUG unit.oai-hss/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxi6 amd64 2:1.7.1.901-1ubuntu1.1 [27.9 kB] unit-oai-hss-0: 16:58:40 DEBUG unit.oai-hss/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxrender1 amd64 1:0.9.8-1build0.14.04.1 [17.9 kB] unit-oai-hss-0: 16:58:40 DEBUG unit.oai-hss/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqtgui4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [4130 kB] unit-oai-hss-0: 16:58:40 DEBUG unit.oai-hss/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-declarative amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [1076 kB] unit-abot-epc-basic-0: 16:58:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc1c2:amd64. unit-abot-epc-basic-0: 16:58:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgc1c2_1%3a7.4.2-7.3ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 16:58:40 DEBUG unit.abot-epc-basic/0.install Unpacking libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-oai-hss-0: 16:58:40 DEBUG unit.oai-hss/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-sql-mysql amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [30.3 kB] unit-oai-hss-0: 16:58:40 DEBUG unit.oai-hss/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] unit-oai-hss-0: 16:58:41 DEBUG unit.oai-hss/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] unit-abot-epc-basic-0: 16:58:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-libs:amd64. unit-abot-epc-basic-0: 16:58:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../guile-2.0-libs_2.0.11+1-10ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 16:58:41 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-oai-hss-0: 16:58:41 DEBUG unit.oai-hss/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] unit-oai-hss-0: 16:58:41 DEBUG unit.oai-hss/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main autoconf all 2.69-6 [322 kB] unit-oai-hss-0: 16:58:41 DEBUG unit.oai-hss/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main autotools-dev all 20130810.1 [44.3 kB] unit-oai-hss-0: 16:58:41 DEBUG unit.oai-hss/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main automake all 1:1.14.1-2ubuntu1 [510 kB] unit-oai-hss-0: 16:58:41 DEBUG unit.oai-hss/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] unit-abot-epc-basic-0: 16:58:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0. unit-abot-epc-basic-0: 16:58:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../guile-2.0_2.0.11+1-10ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 16:58:42 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-oai-hss-0: 16:58:42 DEBUG unit.oai-hss/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libbison-dev amd64 2:3.0.2.dfsg-2 [338 kB] unit-oai-hss-0: 16:58:42 DEBUG unit.oai-hss/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main bison amd64 2:3.0.2.dfsg-2 [257 kB] unit-abot-epc-basic-0: 16:58:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtinfo-dev:amd64. unit-abot-epc-basic-0: 16:58:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtinfo-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:58:42 DEBUG unit.abot-epc-basic/0.install Unpacking libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-oai-hss-0: 16:58:42 DEBUG unit.oai-hss/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] unit-oai-hss-0: 16:58:42 DEBUG unit.oai-hss/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB] unit-oai-hss-0: 16:58:42 DEBUG unit.oai-hss/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] unit-oai-hss-0: 16:58:42 DEBUG unit.oai-hss/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] unit-oai-hss-0: 16:58:43 DEBUG unit.oai-hss/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] unit-abot-epc-basic-0: 16:58:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libncurses5-dev:amd64. unit-abot-epc-basic-0: 16:58:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libncurses5-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:58:43 DEBUG unit.abot-epc-basic/0.install Unpacking libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-oai-hss-0: 16:58:43 DEBUG unit.oai-hss/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] unit-oai-hss-0: 16:58:43 DEBUG unit.oai-hss/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] unit-abot-epc-basic-0: 16:58:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libreadline6-dev:amd64. unit-abot-epc-basic-0: 16:58:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libreadline6-dev_6.3-8ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:58:43 DEBUG unit.abot-epc-basic/0.install Unpacking libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-oai-hss-0: 16:58:43 DEBUG unit.oai-hss/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] unit-oai-hss-0: 16:58:43 DEBUG unit.oai-hss/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] unit-abot-epc-basic-0: 16:58:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl-dev:amd64. unit-abot-epc-basic-0: 16:58:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl-dev_2.4.6-0.1_amd64.deb ... unit-oai-hss-0: 16:58:44 DEBUG unit.oai-hss/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] unit-abot-epc-basic-0: 16:58:44 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl-dev:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 16:58:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-abot-epc-basic-0: 16:58:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a6.1.0+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 16:58:44 DEBUG unit.abot-epc-basic/0.install Unpacking libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 16:58:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmp-dev:amd64. unit-abot-epc-basic-0: 16:58:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgmp-dev_2%3a6.1.0+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 16:58:44 DEBUG unit.abot-epc-basic/0.install Unpacking libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 16:58:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc-dev:amd64. unit-abot-epc-basic-0: 16:58:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgc-dev_1%3a7.4.2-7.3ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 16:58:44 DEBUG unit.abot-epc-basic/0.install Unpacking libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-oai-hss-0: 16:58:44 DEBUG unit.oai-hss/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] unit-oai-hss-0: 16:58:45 DEBUG unit.oai-hss/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] unit-oai-hss-0: 16:58:45 DEBUG unit.oai-hss/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] unit-oai-hss-0: 16:58:45 DEBUG unit.oai-hss/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] unit-oai-hss-0: 16:58:45 DEBUG unit.oai-hss/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] unit-oai-hss-0: 16:58:45 DEBUG unit.oai-hss/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cmake-data all 2.8.12.2-0ubuntu3 [676 kB] unit-abot-epc-basic-0: 16:58:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pkg-config. unit-abot-epc-basic-0: 16:58:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pkg-config_0.29.1-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:58:45 DEBUG unit.abot-epc-basic/0.install Unpacking pkg-config (0.29.1-0ubuntu1) ... unit-oai-hss-0: 16:58:45 DEBUG unit.oai-hss/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cmake amd64 2.8.12.2-0ubuntu3 [2618 kB] unit-abot-epc-basic-0: 16:58:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-dev. unit-abot-epc-basic-0: 16:58:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../guile-2.0-dev_2.0.11+1-10ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 16:58:45 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-oai-hss-0: 16:58:46 DEBUG unit.oai-hss/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe cmake-curses-gui amd64 2.8.12.2-0ubuntu3 [1241 kB] unit-oai-hss-0: 16:58:46 DEBUG unit.oai-hss/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main doxygen amd64 1.8.6-2 [2408 kB] unit-oai-hss-0: 16:58:46 DEBUG unit.oai-hss/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe doxygen-gui amd64 1.8.6-2 [279 kB] unit-abot-epc-basic-0: 16:58:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hdf5-helpers. unit-abot-epc-basic-0: 16:58:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../hdf5-helpers_1.8.16+docs-4ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:58:46 DEBUG unit.abot-epc-basic/0.install Unpacking hdf5-helpers (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 16:58:46 DEBUG unit.oai-hss/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] unit-oai-hss-0: 16:58:46 DEBUG unit.oai-hss/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] unit-abot-epc-basic-0: 16:58:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package icu-devtools. unit-abot-epc-basic-0: 16:58:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../icu-devtools_55.1-7ubuntu0.4_amd64.deb ... unit-oai-hss-0: 16:58:47 DEBUG unit.oai-hss/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gdb amd64 7.7.1-0ubuntu5~14.04.3 [2199 kB] unit-abot-epc-basic-0: 16:58:47 DEBUG unit.abot-epc-basic/0.install Unpacking icu-devtools (55.1-7ubuntu0.4) ... unit-oai-hss-0: 16:58:47 DEBUG unit.oai-hss/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] unit-abot-epc-basic-0: 16:58:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iperf. unit-abot-epc-basic-0: 16:58:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iperf_2.0.5+dfsg1-2ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 16:58:47 DEBUG unit.abot-epc-basic/0.install Unpacking iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-oai-hss-0: 16:58:47 DEBUG unit.oai-hss/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] unit-oai-hss-0: 16:58:47 DEBUG unit.oai-hss/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] unit-abot-epc-basic-0: 16:58:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iproute. unit-abot-epc-basic-0: 16:58:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iproute_1%3a4.3.0-1ubuntu3.16.04.3_all.deb ... unit-abot-epc-basic-0: 16:58:47 DEBUG unit.abot-epc-basic/0.install Unpacking iproute (1:4.3.0-1ubuntu3.16.04.3) ... unit-oai-hss-0: 16:58:47 DEBUG unit.oai-hss/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] unit-oai-hss-0: 16:58:47 DEBUG unit.oai-hss/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] unit-abot-epc-basic-0: 16:58:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iptables-dev. unit-abot-epc-basic-0: 16:58:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iptables-dev_1.6.0-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 16:58:47 DEBUG unit.abot-epc-basic/0.install Unpacking iptables-dev (1.6.0-2ubuntu3) ... unit-oai-hss-0: 16:58:48 DEBUG unit.oai-hss/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main pkg-config amd64 0.26-1ubuntu4 [40.9 kB] unit-oai-hss-0: 16:58:48 DEBUG unit.oai-hss/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dbg amd64 2.19-0ubuntu6.14 [3464 kB] unit-oai-hss-0: 16:58:48 DEBUG unit.oai-hss/0.install Extracting templates from packages: 35% Extracting templates from packages: 71% Extracting templates from packages: 100% unit-oai-hss-0: 16:58:48 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 16:58:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package javascript-common. unit-abot-epc-basic-0: 16:58:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../javascript-common_11_all.deb ... unit-oai-hss-0: 16:58:49 DEBUG unit.oai-hss/0.install Fetched 68.3 MB in 16s (4204 kB/s) unit-oai-hss-0: 16:58:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package m4. unit-abot-epc-basic-0: 16:58:49 DEBUG unit.abot-epc-basic/0.install Unpacking javascript-common (11) ... unit-oai-hss-0: 16:58:49 DEBUG unit.oai-hss/0.install (Reading database ... 109424 files and directories currently installed.) unit-oai-hss-0: 16:58:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../m4_1.4.17-2ubuntu1_amd64.deb ... unit-oai-hss-0: 16:58:49 DEBUG unit.oai-hss/0.install Unpacking m4 (1.4.17-2ubuntu1) ... unit-abot-epc-basic-0: 16:58:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec0:amd64. unit-abot-epc-basic-0: 16:58:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec0_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:58:49 DEBUG unit.abot-epc-basic/0.install Unpacking libaec0:amd64 (0.3.2-1) ... unit-oai-hss-0: 16:58:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfl-dev:amd64. unit-oai-hss-0: 16:58:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfl-dev_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 16:58:50 DEBUG unit.oai-hss/0.install Unpacking libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-abot-epc-basic-0: 16:58:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsuitesparseconfig4.4.6:amd64. unit-abot-epc-basic-0: 16:58:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsuitesparseconfig4.4.6_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 16:58:50 DEBUG unit.abot-epc-basic/0.install Unpacking libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 16:58:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package flex. unit-oai-hss-0: 16:58:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../flex_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 16:58:50 DEBUG unit.oai-hss/0.install Unpacking flex (2.5.35-10.1ubuntu2) ... unit-abot-epc-basic-0: 16:58:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libamd2.4.1:amd64. unit-abot-epc-basic-0: 16:58:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libamd2.4.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 16:58:50 DEBUG unit.abot-epc-basic/0.install Unpacking libamd2.4.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 16:58:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package liblzo2-2:amd64. unit-oai-hss-0: 16:58:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../liblzo2-2_2.06-1.2ubuntu1.1_amd64.deb ... unit-oai-hss-0: 16:58:51 DEBUG unit.oai-hss/0.install Unpacking liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-abot-epc-basic-0: 16:58:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarpack2. unit-abot-epc-basic-0: 16:58:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarpack2_3.3.0-1build2_amd64.deb ... unit-abot-epc-basic-0: 16:58:51 DEBUG unit.abot-epc-basic/0.install Unpacking libarpack2 (3.3.0-1build2) ... unit-oai-hss-0: 16:58:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libnettle4:amd64. unit-oai-hss-0: 16:58:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libnettle4_2.7.1-1ubuntu0.2_amd64.deb ... unit-oai-hss-0: 16:58:51 DEBUG unit.oai-hss/0.install Unpacking libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-abot-epc-basic-0: 16:58:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-abot-epc-basic-0: 16:58:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasprintf-dev_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 16:58:51 DEBUG unit.abot-epc-basic/0.install Unpacking libasprintf-dev:amd64 (0.19.7-2ubuntu3) ... unit-oai-hss-0: 16:58:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libarchive13:amd64. unit-oai-hss-0: 16:58:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libarchive13_3.1.2-7ubuntu2.6_amd64.deb ... unit-oai-hss-0: 16:58:51 DEBUG unit.oai-hss/0.install Unpacking libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-abot-epc-basic-0: 16:58:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-bin. unit-abot-epc-basic-0: 16:58:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglib2.0-bin_2.48.2-0ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 16:58:52 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-bin (2.48.2-0ubuntu4.1) ... unit-oai-hss-0: 16:58:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasan0:amd64. unit-oai-hss-0: 16:58:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 16:58:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre32-3:amd64. unit-abot-epc-basic-0: 16:58:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre32-3_2%3a8.38-3.1_amd64.deb ... unit-oai-hss-0: 16:58:52 DEBUG unit.oai-hss/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:58:52 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre32-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 16:58:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre3-dev:amd64. unit-oai-hss-0: 16:58:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libatomic1:amd64. unit-abot-epc-basic-0: 16:58:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre3-dev_2%3a8.38-3.1_amd64.deb ... unit-oai-hss-0: 16:58:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 16:58:53 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre3-dev:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 16:58:53 DEBUG unit.oai-hss/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:58:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-abot-epc-basic-0: 16:58:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 16:58:53 DEBUG unit.abot-epc-basic/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:58:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-common. unit-oai-hss-0: 16:58:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-common_1%3a7.7+1ubuntu8.1_all.deb ... unit-abot-epc-basic-0: 16:58:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-dev. unit-abot-epc-basic-0: 16:58:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglib2.0-dev_2.48.2-0ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:58:54 DEBUG unit.oai-hss/0.install Unpacking x11-common (1:7.7+1ubuntu8.1) ... unit-abot-epc-basic-0: 16:58:54 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-dev (2.48.2-0ubuntu4.1) ... unit-oai-hss-0: 16:58:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libice6:amd64. unit-oai-hss-0: 16:58:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libice6_2%3a1.0.8-2_amd64.deb ... unit-abot-epc-basic-0: 16:58:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdbus-1-dev:amd64. unit-oai-hss-0: 16:58:54 DEBUG unit.oai-hss/0.install Unpacking libice6:amd64 (2:1.0.8-2) ... unit-abot-epc-basic-0: 16:58:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdbus-1-dev_1.10.6-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 16:58:54 DEBUG unit.abot-epc-basic/0.install Unpacking libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-oai-hss-0: 16:58:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsm6:amd64. unit-oai-hss-0: 16:58:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsm6_2%3a1.2.1-2_amd64.deb ... unit-abot-epc-basic-0: 16:58:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xext-dev. unit-oai-hss-0: 16:58:55 DEBUG unit.oai-hss/0.install Unpacking libsm6:amd64 (2:1.2.1-2) ... unit-abot-epc-basic-0: 16:58:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xext-dev_7.3.0-1_all.deb ... unit-abot-epc-basic-0: 16:58:55 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xext-dev (7.3.0-1) ... unit-oai-hss-0: 16:58:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxt6:amd64. unit-oai-hss-0: 16:58:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxt6_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 16:58:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxext-dev:amd64. unit-abot-epc-basic-0: 16:58:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxext-dev_2%3a1.3.3-1_amd64.deb ... unit-oai-hss-0: 16:58:55 DEBUG unit.oai-hss/0.install Unpacking libxt6:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 16:58:55 DEBUG unit.abot-epc-basic/0.install Unpacking libxext-dev:amd64 (2:1.3.3-1) ... unit-oai-hss-0: 16:58:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaudio2:amd64. unit-oai-hss-0: 16:58:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaudio2_1.9.4-1_amd64.deb ... unit-oai-hss-0: 16:58:56 DEBUG unit.oai-hss/0.install Unpacking libaudio2:amd64 (1.9.4-1) ... unit-abot-epc-basic-0: 16:58:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-fixes-dev. unit-abot-epc-basic-0: 16:58:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-fixes-dev_1%3a5.0-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 16:58:56 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-oai-hss-0: 16:58:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-oai-hss-0: 16:58:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 16:58:56 DEBUG unit.oai-hss/0.install Unpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 16:58:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes-dev:amd64. unit-abot-epc-basic-0: 16:58:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes-dev_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 16:58:56 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes-dev:amd64 (1:5.0.1-2) ... unit-oai-hss-0: 16:58:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common3:amd64. unit-oai-hss-0: 16:58:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 16:58:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi-dev. unit-oai-hss-0: 16:58:57 DEBUG unit.oai-hss/0.install Unpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 16:58:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi-dev_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 16:58:57 DEBUG unit.abot-epc-basic/0.install Unpacking libxi-dev (2:1.7.6-1) ... unit-abot-epc-basic-0: 16:58:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-record-dev. unit-abot-epc-basic-0: 16:58:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-record-dev_1.14.2-1_all.deb ... unit-abot-epc-basic-0: 16:58:57 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-record-dev (1.14.2-1) ... unit-oai-hss-0: 16:58:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-client3:amd64. unit-oai-hss-0: 16:58:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 16:58:57 DEBUG unit.oai-hss/0.install Unpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 16:58:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst-dev:amd64. unit-abot-epc-basic-0: 16:58:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst-dev_2%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 16:58:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp10:amd64. unit-abot-epc-basic-0: 16:58:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst-dev:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 16:58:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 16:58:58 DEBUG unit.oai-hss/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 16:58:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-dev. unit-abot-epc-basic-0: 16:58:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-dev_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:58:58 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-oai-hss-0: 16:58:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libisl10:amd64. unit-oai-hss-0: 16:58:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:58:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-dev:amd64. unit-abot-epc-basic-0: 16:58:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk-bridge2.0-dev_2.18.1-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:58:58 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-oai-hss-0: 16:58:58 DEBUG unit.oai-hss/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 16:58:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-dev. unit-abot-epc-basic-0: 16:58:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-dev_2.18.0-1_amd64.deb ... unit-oai-hss-0: 16:58:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-oai-hss-0: 16:58:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-oai-hss-0: 16:58:59 DEBUG unit.oai-hss/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 16:58:59 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-dev (2.18.0-1) ... unit-abot-epc-basic-0: 16:58:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-dev. unit-abot-epc-basic-0: 16:58:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-dev_3.6.0-2ubuntu2_amd64.deb ... unit-oai-hss-0: 16:58:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcups2:amd64. unit-oai-hss-0: 16:59:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcups2_1.7.2-0ubuntu1.10_amd64.deb ... unit-abot-epc-basic-0: 16:59:00 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-dev (3.6.0-2ubuntu2) ... unit-oai-hss-0: 16:59:00 DEBUG unit.oai-hss/0.install Unpacking libcups2:amd64 (1.7.2-0ubuntu1.10) ... unit-abot-epc-basic-0: 16:59:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-dev. unit-abot-epc-basic-0: 16:59:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-dev_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 16:59:00 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-dev (3.10.2-9) ... unit-oai-hss-0: 16:59:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package fonts-dejavu-core. unit-oai-hss-0: 16:59:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... unit-oai-hss-0: 16:59:00 DEBUG unit.oai-hss/0.install Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... unit-abot-epc-basic-0: 16:59:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-base-dev. unit-abot-epc-basic-0: 16:59:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-base-dev_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 16:59:00 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-base-dev (3.10.2-9) ... unit-oai-hss-0: 16:59:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig-config. unit-oai-hss-0: 16:59:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... unit-oai-hss-0: 16:59:01 DEBUG unit.oai-hss/0.install Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 16:59:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontconfig1:amd64. unit-oai-hss-0: 16:59:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 16:59:01 DEBUG unit.oai-hss/0.install Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 16:59:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-script-interpreter2:amd64. unit-abot-epc-basic-0: 16:59:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-script-interpreter2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 16:59:02 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-oai-hss-0: 16:59:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgomp1:amd64. unit-oai-hss-0: 16:59:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:59:02 DEBUG unit.oai-hss/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:59:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpng12-dev:amd64. unit-abot-epc-basic-0: 16:59:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpng12-dev_1.2.54-1ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:59:03 DEBUG unit.abot-epc-basic/0.install Unpacking libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-oai-hss-0: 16:59:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libitm1:amd64. unit-oai-hss-0: 16:59:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:59:03 DEBUG unit.oai-hss/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:59:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfreetype6-dev:amd64. unit-abot-epc-basic-0: 16:59:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfreetype6-dev_2.6.1-0.1ubuntu2.3_amd64.deb ... unit-abot-epc-basic-0: 16:59:03 DEBUG unit.abot-epc-basic/0.install Unpacking libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-oai-hss-0: 16:59:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-oai-hss-0: 16:59:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... unit-oai-hss-0: 16:59:03 DEBUG unit.oai-hss/0.install Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-abot-epc-basic-0: 16:59:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1-dev:amd64. unit-abot-epc-basic-0: 16:59:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1-dev_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:59:04 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-oai-hss-0: 16:59:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpfr4:amd64. unit-oai-hss-0: 16:59:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-oai-hss-0: 16:59:04 DEBUG unit.oai-hss/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 16:59:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-render-dev. unit-abot-epc-basic-0: 16:59:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-render-dev_2%3a0.11.1-2_all.deb ... unit-abot-epc-basic-0: 16:59:04 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-render-dev (2:0.11.1-2) ... unit-oai-hss-0: 16:59:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython3.4:amd64. unit-oai-hss-0: 16:59:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.6_amd64.deb ... unit-oai-hss-0: 16:59:05 DEBUG unit.oai-hss/0.install Unpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... unit-abot-epc-basic-0: 16:59:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender-dev:amd64. unit-abot-epc-basic-0: 16:59:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender-dev_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-oai-hss-0: 16:59:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package qtcore4-l10n. unit-oai-hss-0: 16:59:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../qtcore4-l10n_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_all.deb ... unit-abot-epc-basic-0: 16:59:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-oai-hss-0: 16:59:05 DEBUG unit.oai-hss/0.install Unpacking qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:59:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-dev. unit-abot-epc-basic-0: 16:59:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-dev_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 16:59:06 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-dev (0.33.6-1) ... unit-oai-hss-0: 16:59:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtcore4:amd64. unit-oai-hss-0: 16:59:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqtcore4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:59:06 DEBUG unit.oai-hss/0.install Unpacking libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:59:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0-dev:amd64. unit-abot-epc-basic-0: 16:59:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:59:06 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 16:59:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xml:amd64. unit-oai-hss-0: 16:59:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-xml_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 16:59:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0-dev:amd64. unit-oai-hss-0: 16:59:07 DEBUG unit.oai-hss/0.install Unpacking libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:59:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:59:07 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:59:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2-dev. unit-abot-epc-basic-0: 16:59:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2-dev_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 16:59:07 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2-dev (1.14.6-1) ... unit-oai-hss-0: 16:59:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtdbus4:amd64. unit-oai-hss-0: 16:59:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqtdbus4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:59:07 DEBUG unit.oai-hss/0.install Unpacking libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:59:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcamd2.4.1:amd64. unit-abot-epc-basic-0: 16:59:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcamd2.4.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 16:59:08 DEBUG unit.abot-epc-basic/0.install Unpacking libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 16:59:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-network:amd64. unit-oai-hss-0: 16:59:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-network_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:59:08 DEBUG unit.oai-hss/0.install Unpacking libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:59:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libccolamd2.9.1:amd64. unit-abot-epc-basic-0: 16:59:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libccolamd2.9.1_1%3a4.4.6-1_amd64.deb ... unit-oai-hss-0: 16:59:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-script:amd64. unit-oai-hss-0: 16:59:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-script_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 16:59:09 DEBUG unit.abot-epc-basic/0.install Unpacking libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 16:59:09 DEBUG unit.oai-hss/0.install Unpacking libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:59:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolamd2.9.1:amd64. unit-abot-epc-basic-0: 16:59:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolamd2.9.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 16:59:10 DEBUG unit.abot-epc-basic/0.install Unpacking libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 16:59:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql:amd64. unit-oai-hss-0: 16:59:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-sql_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:59:10 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:59:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcholmod3.0.6:amd64. unit-abot-epc-basic-0: 16:59:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcholmod3.0.6_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 16:59:10 DEBUG unit.abot-epc-basic/0.install Unpacking libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 16:59:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-oai-hss-0: 16:59:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-xmlpatterns_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:59:10 DEBUG unit.oai-hss/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:59:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig9:amd64. unit-abot-epc-basic-0: 16:59:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig9_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 16:59:11 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig9:amd64 (1.5-0.2) ... unit-oai-hss-0: 16:59:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig. unit-oai-hss-0: 16:59:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 16:59:11 DEBUG unit.oai-hss/0.install Unpacking fontconfig (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 16:59:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg8:amd64. unit-oai-hss-0: 16:59:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-oai-hss-0: 16:59:11 DEBUG unit.oai-hss/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 16:59:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-dev:amd64. unit-abot-epc-basic-0: 16:59:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-dev_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 16:59:11 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-dev:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 16:59:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-doc. unit-abot-epc-basic-0: 16:59:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-doc_1.5-0.2_all.deb ... unit-abot-epc-basic-0: 16:59:12 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-doc (1.5-0.2) ... unit-oai-hss-0: 16:59:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjbig0:amd64. unit-oai-hss-0: 16:59:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:59:12 DEBUG unit.oai-hss/0.install Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:59:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig8-dev. unit-abot-epc-basic-0: 16:59:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig8-dev_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 16:59:12 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig8-dev (1.5-0.2) ... unit-oai-hss-0: 16:59:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtiff5:amd64. unit-oai-hss-0: 16:59:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... unit-oai-hss-0: 16:59:12 DEBUG unit.oai-hss/0.install Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-abot-epc-basic-0: 16:59:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcxsparse3.1.4:amd64. unit-abot-epc-basic-0: 16:59:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcxsparse3.1.4_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 16:59:13 DEBUG unit.abot-epc-basic/0.install Unpacking libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 16:59:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxi6:amd64. unit-oai-hss-0: 16:59:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxi6_2%3a1.7.1.901-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 16:59:13 DEBUG unit.oai-hss/0.install Unpacking libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-abot-epc-basic-0: 16:59:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-dev:amd64. unit-abot-epc-basic-0: 16:59:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-dev_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:59:13 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-oai-hss-0: 16:59:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrender1:amd64. unit-oai-hss-0: 16:59:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrender1_1%3a0.9.8-1build0.14.04.1_amd64.deb ... unit-oai-hss-0: 16:59:13 DEBUG unit.oai-hss/0.install Unpacking libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-abot-epc-basic-0: 16:59:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-dri2-dev. unit-abot-epc-basic-0: 16:59:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-dri2-dev_2.8-2_all.deb ... unit-abot-epc-basic-0: 16:59:13 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-dri2-dev (2.8-2) ... unit-abot-epc-basic-0: 16:59:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-gl-dev. unit-abot-epc-basic-0: 16:59:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-gl-dev_1.4.17-1_all.deb ... unit-oai-hss-0: 16:59:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtgui4:amd64. unit-oai-hss-0: 16:59:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqtgui4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 16:59:14 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-gl-dev (1.4.17-1) ... unit-oai-hss-0: 16:59:14 DEBUG unit.oai-hss/0.install Unpacking libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:59:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xf86vidmode-dev. unit-abot-epc-basic-0: 16:59:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xf86vidmode-dev_2.3.1-2_all.deb ... unit-abot-epc-basic-0: 16:59:14 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xf86vidmode-dev (2.3.1-2) ... unit-oai-hss-0: 16:59:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-oai-hss-0: 16:59:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-declarative_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:59:15 DEBUG unit.oai-hss/0.install Unpacking libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:59:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm-dev:amd64. unit-abot-epc-basic-0: 16:59:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm-dev_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 16:59:15 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 16:59:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-damage-dev. unit-abot-epc-basic-0: 16:59:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-damage-dev_1%3a1.2.1-2_all.deb ... unit-abot-epc-basic-0: 16:59:15 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-damage-dev (1:1.2.1-2) ... unit-oai-hss-0: 16:59:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-oai-hss-0: 16:59:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-sql-mysql_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:59:15 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:59:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage-dev:amd64. unit-abot-epc-basic-0: 16:59:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage-dev_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 16:59:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage-dev:amd64 (1:1.1.4-2) ... unit-oai-hss-0: 16:59:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libquadmath0:amd64. unit-oai-hss-0: 16:59:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:59:16 DEBUG unit.oai-hss/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:59:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0-dev:amd64. unit-abot-epc-basic-0: 16:59:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:59:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 16:59:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtsan0:amd64. unit-oai-hss-0: 16:59:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:59:16 DEBUG unit.oai-hss/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:59:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0-dev:amd64. unit-abot-epc-basic-0: 16:59:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri2-0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:59:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 16:59:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpc3:amd64. unit-oai-hss-0: 16:59:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:59:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-dev:amd64. unit-abot-epc-basic-0: 16:59:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:59:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 16:59:17 DEBUG unit.oai-hss/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:59:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0-dev:amd64. unit-abot-epc-basic-0: 16:59:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:59:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:59:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0-dev:amd64. unit-abot-epc-basic-0: 16:59:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:59:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 16:59:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package autoconf. unit-oai-hss-0: 16:59:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../autoconf_2.69-6_all.deb ... unit-oai-hss-0: 16:59:17 DEBUG unit.oai-hss/0.install Unpacking autoconf (2.69-6) ... unit-oai-hss-0: 16:59:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package autotools-dev. unit-oai-hss-0: 16:59:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../autotools-dev_20130810.1_all.deb ... unit-abot-epc-basic-0: 16:59:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0-dev:amd64. unit-abot-epc-basic-0: 16:59:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 16:59:18 DEBUG unit.oai-hss/0.install Unpacking autotools-dev (20130810.1) ... unit-abot-epc-basic-0: 16:59:18 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:59:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync-dev:amd64. unit-abot-epc-basic-0: 16:59:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync-dev_1.11.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 16:59:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package automake. unit-oai-hss-0: 16:59:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../automake_1%3a1.14.1-2ubuntu1_all.deb ... unit-abot-epc-basic-0: 16:59:18 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 16:59:18 DEBUG unit.oai-hss/0.install Unpacking automake (1:1.14.1-2ubuntu1) ... unit-abot-epc-basic-0: 16:59:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present-dev:amd64. unit-abot-epc-basic-0: 16:59:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:59:19 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 16:59:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package binutils. unit-oai-hss-0: 16:59:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-oai-hss-0: 16:59:19 DEBUG unit.oai-hss/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 16:59:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence-dev:amd64. unit-abot-epc-basic-0: 16:59:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence-dev_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:59:19 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence-dev:amd64 (1.2-1) ... unit-abot-epc-basic-0: 16:59:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb-dev:amd64. unit-abot-epc-basic-0: 16:59:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-xcb-dev_2%3a1.6.3-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 16:59:19 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-oai-hss-0: 16:59:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libbison-dev:amd64. unit-oai-hss-0: 16:59:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libbison-dev_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 16:59:20 DEBUG unit.oai-hss/0.install Unpacking libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-abot-epc-basic-0: 16:59:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-bin. unit-abot-epc-basic-0: 16:59:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-bin_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 16:59:20 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 16:59:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package bison. unit-oai-hss-0: 16:59:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../bison_2%3a3.0.2.dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 16:59:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-dev:amd64. unit-abot-epc-basic-0: 16:59:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-dev_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 16:59:20 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 16:59:20 DEBUG unit.oai-hss/0.install Unpacking bison (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 16:59:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc-dev-bin. unit-oai-hss-0: 16:59:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-abot-epc-basic-0: 16:59:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore-dev:amd64. unit-abot-epc-basic-0: 16:59:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircore-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-oai-hss-0: 16:59:21 DEBUG unit.oai-hss/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 16:59:21 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 16:59:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-oai-hss-0: 16:59:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-libc-dev_3.13.0-160.210_amd64.deb ... unit-oai-hss-0: 16:59:21 DEBUG unit.oai-hss/0.install Unpacking linux-libc-dev:amd64 (3.13.0-160.210) ... unit-abot-epc-basic-0: 16:59:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf9v5:amd64. unit-abot-epc-basic-0: 16:59:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 16:59:21 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 16:59:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dev:amd64. unit-oai-hss-0: 16:59:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-abot-epc-basic-0: 16:59:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-dev:amd64. unit-abot-epc-basic-0: 16:59:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-dev_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 16:59:22 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 16:59:22 DEBUG unit.oai-hss/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 16:59:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-dev. unit-abot-epc-basic-0: 16:59:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-dev_0.5.0-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 16:59:22 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-dev (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 16:59:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon-dev:amd64. unit-abot-epc-basic-0: 16:59:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircommon-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-oai-hss-0: 16:59:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp-4.8. unit-abot-epc-basic-0: 16:59:23 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 16:59:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:59:23 DEBUG unit.oai-hss/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:59:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie2:amd64. unit-abot-epc-basic-0: 16:59:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircookie2_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:59:23 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 16:59:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie-dev:amd64. unit-abot-epc-basic-0: 16:59:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircookie-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:59:24 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 16:59:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient-dev:amd64. unit-abot-epc-basic-0: 16:59:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmirclient-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-oai-hss-0: 16:59:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp. unit-oai-hss-0: 16:59:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 16:59:24 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 16:59:24 DEBUG unit.oai-hss/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 16:59:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa-dev:amd64. unit-abot-epc-basic-0: 16:59:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libegl1-mesa-dev_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:59:24 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 16:59:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-oai-hss-0: 16:59:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:59:24 DEBUG unit.oai-hss/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:59:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libencode-locale-perl. unit-abot-epc-basic-0: 16:59:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libencode-locale-perl_1.05-1_all.deb ... unit-abot-epc-basic-0: 16:59:25 DEBUG unit.abot-epc-basic/0.install Unpacking libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 16:59:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy-dev:amd64. unit-abot-epc-basic-0: 16:59:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libepoxy-dev_1.3.1-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 16:59:25 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 16:59:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-bin. unit-abot-epc-basic-0: 16:59:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-bin_3.3.4-2ubuntu1_amd64.deb ... unit-oai-hss-0: 16:59:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc-4.8. unit-oai-hss-0: 16:59:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 16:59:25 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-bin (3.3.4-2ubuntu1) ... unit-oai-hss-0: 16:59:25 DEBUG unit.oai-hss/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:59:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-dev:amd64. unit-abot-epc-basic-0: 16:59:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-dev_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:59:26 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 16:59:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc. unit-oai-hss-0: 16:59:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 16:59:27 DEBUG unit.oai-hss/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 16:59:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libipc-system-simple-perl. unit-abot-epc-basic-0: 16:59:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libipc-system-simple-perl_1.25-3_all.deb ... unit-abot-epc-basic-0: 16:59:27 DEBUG unit.abot-epc-basic/0.install Unpacking libipc-system-simple-perl (1.25-3) ... unit-oai-hss-0: 16:59:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-oai-hss-0: 16:59:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:59:27 DEBUG unit.oai-hss/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:59:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-basedir-perl. unit-abot-epc-basic-0: 16:59:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-basedir-perl_0.07-1_all.deb ... unit-abot-epc-basic-0: 16:59:28 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-basedir-perl (0.07-1) ... unit-oai-hss-0: 16:59:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++-4.8. unit-oai-hss-0: 16:59:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 16:59:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liburi-perl. unit-abot-epc-basic-0: 16:59:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liburi-perl_1.71-1_all.deb ... unit-oai-hss-0: 16:59:28 DEBUG unit.oai-hss/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:59:28 DEBUG unit.abot-epc-basic/0.install Unpacking liburi-perl (1.71-1) ... unit-abot-epc-basic-0: 16:59:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-desktopentry-perl. unit-abot-epc-basic-0: 16:59:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-desktopentry-perl_0.22-1_all.deb ... unit-abot-epc-basic-0: 16:59:29 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-desktopentry-perl (0.22-1) ... unit-abot-epc-basic-0: 16:59:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-date-perl. unit-abot-epc-basic-0: 16:59:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-date-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 16:59:29 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 16:59:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-listing-perl. unit-abot-epc-basic-0: 16:59:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-listing-perl_6.04-1_all.deb ... unit-abot-epc-basic-0: 16:59:30 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-listing-perl (6.04-1) ... unit-oai-hss-0: 16:59:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++. unit-oai-hss-0: 16:59:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 16:59:30 DEBUG unit.oai-hss/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 16:59:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-mimeinfo-perl. unit-abot-epc-basic-0: 16:59:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-mimeinfo-perl_0.27-1_all.deb ... unit-abot-epc-basic-0: 16:59:30 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-mimeinfo-perl (0.27-1) ... unit-oai-hss-0: 16:59:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package make. unit-oai-hss-0: 16:59:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-oai-hss-0: 16:59:31 DEBUG unit.oai-hss/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-abot-epc-basic-0: 16:59:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk1.3:amd64. unit-abot-epc-basic-0: 16:59:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 16:59:31 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk1.3:amd64 (1.3.3-7) ... unit-oai-hss-0: 16:59:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdpkg-perl. unit-oai-hss-0: 16:59:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 16:59:31 DEBUG unit.oai-hss/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 16:59:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk-gl1.3:amd64. unit-abot-epc-basic-0: 16:59:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk-gl1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 16:59:32 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk-gl1.3:amd64 (1.3.3-7) ... unit-oai-hss-0: 16:59:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package dpkg-dev. unit-oai-hss-0: 16:59:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 16:59:32 DEBUG unit.oai-hss/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 16:59:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfont-afm-perl. unit-abot-epc-basic-0: 16:59:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfont-afm-perl_1.20-1_all.deb ... unit-abot-epc-basic-0: 16:59:33 DEBUG unit.abot-epc-basic/0.install Unpacking libfont-afm-perl (1.20-1) ... unit-oai-hss-0: 16:59:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package build-essential. unit-oai-hss-0: 16:59:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-oai-hss-0: 16:59:33 DEBUG unit.oai-hss/0.install Unpacking build-essential (11.6ubuntu6) ... unit-abot-epc-basic-0: 16:59:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontenc1:amd64. unit-abot-epc-basic-0: 16:59:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontenc1_1%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 16:59:33 DEBUG unit.abot-epc-basic/0.install Unpacking libfontenc1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 16:59:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-data. unit-oai-hss-0: 16:59:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-data_2.8.12.2-0ubuntu3_all.deb ... unit-oai-hss-0: 16:59:33 DEBUG unit.oai-hss/0.install Unpacking cmake-data (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 16:59:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms2. unit-abot-epc-basic-0: 16:59:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms2_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 16:59:34 DEBUG unit.abot-epc-basic/0.install Unpacking libforms2 (1.2.3-1.2) ... unit-oai-hss-0: 16:59:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake. unit-oai-hss-0: 16:59:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 16:59:34 DEBUG unit.oai-hss/0.install Unpacking cmake (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 16:59:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-bin. unit-abot-epc-basic-0: 16:59:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-bin_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 16:59:34 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-bin (1.2.3-1.2) ... unit-abot-epc-basic-0: 16:59:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm-dev:amd64. unit-abot-epc-basic-0: 16:59:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpm-dev_1%3a3.5.11-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:59:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm-dev:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-oai-hss-0: 16:59:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-curses-gui. unit-oai-hss-0: 16:59:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-curses-gui_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 16:59:35 DEBUG unit.oai-hss/0.install Unpacking cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 16:59:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-dev. unit-abot-epc-basic-0: 16:59:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-dev_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 16:59:35 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-dev (1.2.3-1.2) ... unit-oai-hss-0: 16:59:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen. unit-oai-hss-0: 16:59:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen_1.8.6-2_amd64.deb ... unit-oai-hss-0: 16:59:36 DEBUG unit.oai-hss/0.install Unpacking doxygen (1.8.6-2) ... unit-abot-epc-basic-0: 16:59:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgpg-error-dev. unit-abot-epc-basic-0: 16:59:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgpg-error-dev_1.21-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:59:36 DEBUG unit.abot-epc-basic/0.install Unpacking libgpg-error-dev (1.21-2ubuntu1) ... unit-abot-epc-basic-0: 16:59:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt20-dev. unit-abot-epc-basic-0: 16:59:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcrypt20-dev_1.6.5-2ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 16:59:37 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-oai-hss-0: 16:59:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen-gui. unit-oai-hss-0: 16:59:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen-gui_1.8.6-2_amd64.deb ... unit-oai-hss-0: 16:59:37 DEBUG unit.oai-hss/0.install Unpacking doxygen-gui (1.8.6-2) ... unit-abot-epc-basic-0: 16:59:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt11-dev. unit-abot-epc-basic-0: 16:59:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcrypt11-dev_1.5.4-3+really1.6.5-2ubuntu0.5_all.deb ... unit-abot-epc-basic-0: 16:59:37 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-oai-hss-0: 16:59:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfakeroot:amd64. unit-oai-hss-0: 16:59:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 16:59:38 DEBUG unit.oai-hss/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 16:59:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-dev. unit-abot-epc-basic-0: 16:59:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgdk-pixbuf2.0-dev_2.32.2-1ubuntu1.5_amd64.deb ... unit-abot-epc-basic-0: 16:59:38 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-oai-hss-0: 16:59:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package fakeroot. unit-oai-hss-0: 16:59:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 16:59:39 DEBUG unit.oai-hss/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 16:59:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo0:amd64. unit-abot-epc-basic-0: 16:59:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo0_0.19.7-2ubuntu3_amd64.deb ... unit-oai-hss-0: 16:59:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package gdb. unit-oai-hss-0: 16:59:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ... unit-abot-epc-basic-0: 16:59:39 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo0:amd64 (0.19.7-2ubuntu3) ... unit-oai-hss-0: 16:59:39 DEBUG unit.oai-hss/0.install Unpacking gdb (7.7.1-0ubuntu5~14.04.3) ... unit-abot-epc-basic-0: 16:59:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-abot-epc-basic-0: 16:59:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo-dev_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 16:59:39 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo-dev:amd64 (0.19.7-2ubuntu3) ... unit-oai-hss-0: 16:59:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-oai-hss-0: 16:59:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-oai-hss-0: 16:59:40 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 16:59:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl2ps0. unit-abot-epc-basic-0: 16:59:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl2ps0_1.3.8-1.2_amd64.deb ... unit-abot-epc-basic-0: 16:59:40 DEBUG unit.abot-epc-basic/0.install Unpacking libgl2ps0 (1.3.8-1.2) ... unit-oai-hss-0: 16:59:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-oai-hss-0: 16:59:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-oai-hss-0: 16:59:40 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-mysql-0: 16:59:40 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 16:59:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:59:40 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 16:59:40 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 16:59:40 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 16:59:40 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 16:59:40 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 16:59:40 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-abot-epc-basic-0: 16:59:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglpk36:amd64. unit-mysql-0: 16:59:40 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 16:59:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-abot-epc-basic-0: 16:59:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglpk36_4.57-1build3_amd64.deb ... unit-oai-hss-0: 16:59:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-mysql-0: 16:59:40 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 16:59:40 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 16:59:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 16:59:40 DEBUG unit.abot-epc-basic/0.install Unpacking libglpk36:amd64 (4.57-1build3) ... unit-oai-hss-0: 16:59:40 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-oai-hss-0: 16:59:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-oai-hss-0: 16:59:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-oai-hss-0: 16:59:41 DEBUG unit.oai-hss/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 16:59:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-l10n. unit-abot-epc-basic-0: 16:59:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-l10n_2.5.9-3_all.deb ... unit-abot-epc-basic-0: 16:59:41 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-l10n (2.5.9-3) ... unit-oai-hss-0: 16:59:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package manpages-dev. unit-oai-hss-0: 16:59:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-oai-hss-0: 16:59:41 DEBUG unit.oai-hss/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 16:59:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjasper1:amd64. unit-abot-epc-basic-0: 16:59:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjasper1_1.900.1-debian1-2.4ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 16:59:42 DEBUG unit.abot-epc-basic/0.install Unpacking libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-abot-epc-basic-0: 16:59:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwebp5:amd64. unit-abot-epc-basic-0: 16:59:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwebp5_0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 16:59:42 DEBUG unit.abot-epc-basic/0.install Unpacking libwebp5:amd64 (0.4.4-1) ... unit-oai-hss-0: 16:59:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package pkg-config. unit-oai-hss-0: 16:59:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../pkg-config_0.26-1ubuntu4_amd64.deb ... unit-oai-hss-0: 16:59:42 DEBUG unit.oai-hss/0.install Unpacking pkg-config (0.26-1ubuntu4) ... unit-oai-hss-0: 16:59:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dbg:amd64. unit-oai-hss-0: 16:59:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 16:59:43 DEBUG unit.oai-hss/0.install Unpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 16:59:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwmf0.2-7:amd64. unit-abot-epc-basic-0: 16:59:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwmf0.2-7_0.2.8.4-10.5ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 16:59:43 DEBUG unit.abot-epc-basic/0.install Unpacking libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-abot-epc-basic-0: 16:59:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick-q16-3. unit-abot-epc-basic-0: 16:59:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphicsmagick-q16-3_1.3.23-1build1_amd64.deb ... unit-abot-epc-basic-0: 16:59:43 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick-q16-3 (1.3.23-1build1) ... unit-oai-hss-0: 16:59:43 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 16:59:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick++-q16-12. unit-abot-epc-basic-0: 16:59:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphicsmagick++-q16-12_1.3.23-1build1_amd64.deb ... unit-abot-epc-basic-0: 16:59:44 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick++-q16-12 (1.3.23-1build1) ... unit-abot-epc-basic-0: 16:59:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-icu0:amd64. unit-abot-epc-basic-0: 16:59:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-icu0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 16:59:45 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 16:59:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-gobject0:amd64. unit-abot-epc-basic-0: 16:59:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-gobject0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 16:59:45 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 16:59:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-dev. unit-abot-epc-basic-0: 16:59:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-dev_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 16:59:45 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 16:59:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft-dev. unit-abot-epc-basic-0: 16:59:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft-dev_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:59:45 DEBUG unit.abot-epc-basic/0.install Unpacking libxft-dev (2.3.2-1) ... unit-abot-epc-basic-0: 16:59:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango1.0-dev. unit-abot-epc-basic-0: 16:59:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpango1.0-dev_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 16:59:46 DEBUG unit.abot-epc-basic/0.install Unpacking libpango1.0-dev (1.38.1-1) ... unit-abot-epc-basic-0: 16:59:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xinerama-dev. unit-abot-epc-basic-0: 16:59:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xinerama-dev_1.2.1-2_all.deb ... unit-abot-epc-basic-0: 16:59:46 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xinerama-dev (1.2.1-2) ... unit-oai-hss-0: 16:59:47 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 16:59:47 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-abot-epc-basic-0: 16:59:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama-dev:amd64. unit-abot-epc-basic-0: 16:59:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama-dev_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 16:59:47 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama-dev:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 16:59:47 DEBUG unit.oai-hss/0.install Setting up m4 (1.4.17-2ubuntu1) ... unit-oai-hss-0: 16:59:47 DEBUG unit.oai-hss/0.install Setting up libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 16:59:47 DEBUG unit.oai-hss/0.install Setting up flex (2.5.35-10.1ubuntu2) ... unit-abot-epc-basic-0: 16:59:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-randr-dev. unit-abot-epc-basic-0: 16:59:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-randr-dev_1.5.0-1_all.deb ... unit-oai-hss-0: 16:59:47 DEBUG unit.oai-hss/0.install Setting up liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-oai-hss-0: 16:59:48 DEBUG unit.oai-hss/0.install Setting up libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-abot-epc-basic-0: 16:59:48 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-randr-dev (1.5.0-1) ... unit-oai-hss-0: 16:59:48 DEBUG unit.oai-hss/0.install Setting up libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-abot-epc-basic-0: 16:59:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr-dev:amd64. unit-abot-epc-basic-0: 16:59:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr-dev_2%3a1.5.0-1_amd64.deb ... unit-oai-hss-0: 16:59:48 DEBUG unit.oai-hss/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:59:48 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr-dev:amd64 (2:1.5.0-1) ... unit-oai-hss-0: 16:59:48 DEBUG unit.oai-hss/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:59:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor-dev:amd64. unit-abot-epc-basic-0: 16:59:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcursor-dev_1%3a1.1.14-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 16:59:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor-dev:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-oai-hss-0: 16:59:49 DEBUG unit.oai-hss/0.install Setting up x11-common (1:7.7+1ubuntu8.1) ... unit-abot-epc-basic-0: 16:59:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-composite-dev. unit-abot-epc-basic-0: 16:59:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-composite-dev_1%3a0.4.2-2_all.deb ... unit-abot-epc-basic-0: 16:59:49 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-composite-dev (1:0.4.2-2) ... unit-abot-epc-basic-0: 16:59:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite-dev. unit-abot-epc-basic-0: 16:59:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite-dev_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 16:59:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite-dev (1:0.4.4-1) ... unit-abot-epc-basic-0: 16:59:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 16:59:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../nettle-dev_3.2-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 16:59:50 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 16:59:50 DEBUG unit.oai-hss/0.install * Setting up X socket directories... unit-oai-hss-0: 16:59:50 DEBUG unit.oai-hss/0.install ...done. unit-oai-hss-0: 16:59:50 DEBUG unit.oai-hss/0.install Setting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 16:59:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-dev:amd64. unit-abot-epc-basic-0: 16:59:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk-3-dev_3.18.9-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 16:59:50 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 16:59:50 DEBUG unit.oai-hss/0.install Setting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 16:59:50 DEBUG unit.oai-hss/0.install Setting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 16:59:50 DEBUG unit.oai-hss/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 16:59:51 DEBUG unit.oai-hss/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 16:59:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsz2:amd64. unit-abot-epc-basic-0: 16:59:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsz2_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:59:51 DEBUG unit.abot-epc-basic/0.install Unpacking libsz2:amd64 (0.3.2-1) ... unit-oai-hss-0: 16:59:51 DEBUG unit.oai-hss/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-oai-hss-0: 16:59:51 DEBUG unit.oai-hss/0.install Setting up libcups2:amd64 (1.7.2-0ubuntu1.10) ... unit-abot-epc-basic-0: 16:59:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-10:amd64. unit-abot-epc-basic-0: 16:59:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhdf5-10_1.8.16+docs-4ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:59:51 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-10:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 16:59:51 DEBUG unit.oai-hss/0.install Setting up fonts-dejavu-core (2.34-1ubuntu1) ... unit-abot-epc-basic-0: 16:59:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-cpp-11:amd64. unit-abot-epc-basic-0: 16:59:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhdf5-cpp-11_1.8.16+docs-4ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:59:52 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 16:59:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8-dev:amd64. unit-oai-hss-0: 16:59:52 DEBUG unit.oai-hss/0.install Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 16:59:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-turbo8-dev_1.4.2-0ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 16:59:52 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 16:59:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8-dev:amd64. unit-abot-epc-basic-0: 16:59:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 16:59:53 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 16:59:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-dev:amd64. unit-abot-epc-basic-0: 16:59:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 16:59:53 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 16:59:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec-dev:amd64. unit-abot-epc-basic-0: 16:59:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec-dev_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 16:59:54 DEBUG unit.abot-epc-basic/0.install Unpacking libaec-dev:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 16:59:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-dev. unit-abot-epc-basic-0: 16:59:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhdf5-dev_1.8.16+docs-4ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 16:59:54 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-dev (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 16:59:55 DEBUG unit.oai-hss/0.install Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 16:59:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tagset-perl. unit-abot-epc-basic-0: 16:59:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tagset-perl_3.20-2_all.deb ... unit-abot-epc-basic-0: 16:59:55 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tagset-perl (3.20-2) ... unit-oai-hss-0: 16:59:55 DEBUG unit.oai-hss/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 16:59:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-parser-perl. unit-abot-epc-basic-0: 16:59:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-parser-perl_3.72-1_amd64.deb ... unit-abot-epc-basic-0: 16:59:56 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-parser-perl (3.72-1) ... unit-oai-hss-0: 16:59:56 DEBUG unit.oai-hss/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:59:56 DEBUG unit.oai-hss/0.install Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-abot-epc-basic-0: 16:59:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-html-perl. unit-abot-epc-basic-0: 16:59:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-html-perl_1.001-1_all.deb ... unit-abot-epc-basic-0: 16:59:56 DEBUG unit.abot-epc-basic/0.install Unpacking libio-html-perl (1.001-1) ... unit-oai-hss-0: 16:59:56 DEBUG unit.oai-hss/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 16:59:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-mediatypes-perl. unit-abot-epc-basic-0: 16:59:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-mediatypes-perl_6.02-1_all.deb ... unit-oai-hss-0: 16:59:56 DEBUG unit.oai-hss/0.install Setting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... unit-abot-epc-basic-0: 16:59:56 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-mediatypes-perl (6.02-1) ... unit-oai-hss-0: 16:59:56 DEBUG unit.oai-hss/0.install Setting up qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:59:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-message-perl. unit-abot-epc-basic-0: 16:59:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-message-perl_6.11-1_all.deb ... unit-abot-epc-basic-0: 16:59:57 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-message-perl (6.11-1) ... unit-oai-hss-0: 16:59:57 DEBUG unit.oai-hss/0.install Setting up libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:59:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-form-perl. unit-abot-epc-basic-0: 16:59:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-form-perl_6.03-1_all.deb ... unit-abot-epc-basic-0: 16:59:57 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-form-perl (6.03-1) ... unit-oai-hss-0: 16:59:57 DEBUG unit.oai-hss/0.install Setting up libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:59:58 DEBUG unit.oai-hss/0.install Setting up libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:59:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tree-perl. unit-abot-epc-basic-0: 16:59:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tree-perl_5.03-2_all.deb ... unit-abot-epc-basic-0: 16:59:58 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tree-perl (5.03-2) ... unit-oai-hss-0: 16:59:58 DEBUG unit.oai-hss/0.install Setting up libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:59:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-format-perl. unit-abot-epc-basic-0: 16:59:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-format-perl_2.11-2_all.deb ... unit-abot-epc-basic-0: 16:59:58 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-format-perl (2.11-2) ... unit-oai-hss-0: 16:59:58 DEBUG unit.oai-hss/0.install Setting up libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:59:59 DEBUG unit.oai-hss/0.install Setting up libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:59:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-cookies-perl. unit-oai-hss-0: 16:59:59 DEBUG unit.oai-hss/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 16:59:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-cookies-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 16:59:59 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-cookies-perl (6.01-1) ... unit-oai-hss-0: 16:59:59 DEBUG unit.oai-hss/0.install Setting up fontconfig (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 16:59:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-daemon-perl. unit-abot-epc-basic-0: 16:59:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-daemon-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 16:59:59 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-daemon-perl (6.01-1) ... unit-abot-epc-basic-0: 16:59:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-negotiate-perl. unit-abot-epc-basic-0: 16:59:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-negotiate-perl_6.00-2_all.deb ... unit-abot-epc-basic-0: 16:59:59 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-negotiate-perl (6.00-2) ... unit-abot-epc-basic-0: 17:00:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libicu-dev:amd64. unit-abot-epc-basic-0: 17:00:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libicu-dev_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 17:00:00 DEBUG unit.abot-epc-basic/0.install Unpacking libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 17:00:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn11-dev. unit-abot-epc-basic-0: 17:00:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn11-dev_1.32-3ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 17:00:01 DEBUG unit.abot-epc-basic/0.install Unpacking libidn11-dev (1.32-3ubuntu1.2) ... unit-oai-hss-0: 17:00:01 DEBUG unit.oai-hss/0.install Regenerating fonts cache... done. unit-oai-hss-0: 17:00:01 DEBUG unit.oai-hss/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 17:00:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-ssleay-perl. unit-abot-epc-basic-0: 17:00:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-ssleay-perl_1.72-1build1_amd64.deb ... unit-oai-hss-0: 17:00:01 DEBUG unit.oai-hss/0.install Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-abot-epc-basic-0: 17:00:01 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-ssleay-perl (1.72-1build1) ... unit-oai-hss-0: 17:00:02 DEBUG unit.oai-hss/0.install Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-abot-epc-basic-0: 17:00:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-socket-ssl-perl. unit-abot-epc-basic-0: 17:00:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-socket-ssl-perl_2.024-1_all.deb ... unit-abot-epc-basic-0: 17:00:02 DEBUG unit.abot-epc-basic/0.install Unpacking libio-socket-ssl-perl (2.024-1) ... unit-oai-hss-0: 17:00:02 DEBUG unit.oai-hss/0.install Setting up libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-oai-hss-0: 17:00:02 DEBUG unit.oai-hss/0.install Setting up libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-abot-epc-basic-0: 17:00:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjack-jackd2-0:amd64. unit-abot-epc-basic-0: 17:00:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjack-jackd2-0_1.9.10+20150825git1ed50c92~dfsg-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:00:03 DEBUG unit.abot-epc-basic/0.install Unpacking libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-oai-hss-0: 17:00:03 DEBUG unit.oai-hss/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 17:00:03 DEBUG unit.oai-hss/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 17:00:03 DEBUG unit.oai-hss/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 17:00:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjs-jquery. unit-abot-epc-basic-0: 17:00:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjs-jquery_1.11.3+dfsg-4_all.deb ... unit-abot-epc-basic-0: 17:00:03 DEBUG unit.abot-epc-basic/0.install Unpacking libjs-jquery (1.11.3+dfsg-4) ... unit-oai-hss-0: 17:00:04 DEBUG unit.oai-hss/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-oai-hss-0: 17:00:04 DEBUG unit.oai-hss/0.install Setting up autoconf (2.69-6) ... unit-abot-epc-basic-0: 17:00:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libkpathsea6:amd64. unit-abot-epc-basic-0: 17:00:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libkpathsea6_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 17:00:04 DEBUG unit.abot-epc-basic/0.install Unpacking libkpathsea6:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 17:00:04 DEBUG unit.oai-hss/0.install Setting up autotools-dev (20130810.1) ... unit-oai-hss-0: 17:00:04 DEBUG unit.oai-hss/0.install Setting up automake (1:1.14.1-2ubuntu1) ... unit-abot-epc-basic-0: 17:00:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-http-perl. unit-abot-epc-basic-0: 17:00:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-http-perl_6.09-1_all.deb ... unit-oai-hss-0: 17:00:04 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/automake-1.14 to provide /usr/bin/automake (automake) in auto mode unit-abot-epc-basic-0: 17:00:04 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-http-perl (6.09-1) ... unit-oai-hss-0: 17:00:04 DEBUG unit.oai-hss/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-oai-hss-0: 17:00:05 DEBUG unit.oai-hss/0.install Setting up libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-abot-epc-basic-0: 17:00:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-robotrules-perl. unit-abot-epc-basic-0: 17:00:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-robotrules-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 17:00:05 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-robotrules-perl (6.01-1) ... unit-oai-hss-0: 17:00:05 DEBUG unit.oai-hss/0.install Setting up bison (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 17:00:05 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode unit-abot-epc-basic-0: 17:00:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-perl. unit-abot-epc-basic-0: 17:00:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-perl_6.15-1_all.deb ... unit-abot-epc-basic-0: 17:00:05 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-perl (6.15-1) ... unit-oai-hss-0: 17:00:05 DEBUG unit.oai-hss/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 17:00:06 DEBUG unit.oai-hss/0.install Setting up linux-libc-dev:amd64 (3.13.0-160.210) ... unit-abot-epc-basic-0: 17:00:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-protocol-https-perl. unit-abot-epc-basic-0: 17:00:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-protocol-https-perl_6.06-2_all.deb ... unit-abot-epc-basic-0: 17:00:06 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-protocol-https-perl (6.06-2) ... unit-oai-hss-0: 17:00:06 DEBUG unit.oai-hss/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 17:00:06 DEBUG unit.oai-hss/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 17:00:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagick++-6.q16-5v5:amd64. unit-abot-epc-basic-0: 17:00:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmagick++-6.q16-5v5_8%3a6.8.9.9-7ubuntu5.12_amd64.deb ... unit-oai-hss-0: 17:00:06 DEBUG unit.oai-hss/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 17:00:06 DEBUG unit.abot-epc-basic/0.install Unpacking libmagick++-6.q16-5v5:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-oai-hss-0: 17:00:06 DEBUG unit.oai-hss/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 17:00:06 DEBUG unit.oai-hss/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 17:00:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-abot-epc-basic-0: 17:00:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsys-hostname-long-perl_1.5-1_all.deb ... unit-abot-epc-basic-0: 17:00:06 DEBUG unit.abot-epc-basic/0.install Unpacking libsys-hostname-long-perl (1.5-1) ... unit-oai-hss-0: 17:00:06 DEBUG unit.oai-hss/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 17:00:07 DEBUG unit.oai-hss/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 17:00:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmail-sendmail-perl. unit-abot-epc-basic-0: 17:00:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-abot-epc-basic-0: 17:00:07 DEBUG unit.abot-epc-basic/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 17:00:07 DEBUG unit.oai-hss/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 17:00:07 DEBUG unit.oai-hss/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 17:00:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-smtp-ssl-perl. unit-abot-epc-basic-0: 17:00:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-smtp-ssl-perl_1.03-1_all.deb ... unit-oai-hss-0: 17:00:07 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-abot-epc-basic-0: 17:00:07 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-smtp-ssl-perl (1.03-1) ... unit-oai-hss-0: 17:00:07 DEBUG unit.oai-hss/0.install Setting up make (3.81-8.2ubuntu3) ... unit-oai-hss-0: 17:00:07 DEBUG unit.oai-hss/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 17:00:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmailtools-perl. unit-abot-epc-basic-0: 17:00:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmailtools-perl_2.13-1_all.deb ... unit-abot-epc-basic-0: 17:00:08 DEBUG unit.abot-epc-basic/0.install Unpacking libmailtools-perl (2.13-1) ... unit-oai-hss-0: 17:00:08 DEBUG unit.oai-hss/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 17:00:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mysql-common. unit-abot-epc-basic-0: 17:00:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mysql-common_5.7.23-0ubuntu0.16.04.1_all.deb ... unit-abot-epc-basic-0: 17:00:08 DEBUG unit.abot-epc-basic/0.install Unpacking mysql-common (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 17:00:09 DEBUG unit.oai-hss/0.install Setting up build-essential (11.6ubuntu6) ... unit-oai-hss-0: 17:00:09 DEBUG unit.oai-hss/0.install Setting up cmake-data (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 17:00:09 DEBUG unit.oai-hss/0.install Setting up cmake (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 17:00:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient20:amd64. unit-abot-epc-basic-0: 17:00:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmysqlclient20_5.7.23-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 17:00:09 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient20:amd64 (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 17:00:10 DEBUG unit.oai-hss/0.install Setting up cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 17:00:10 DEBUG unit.oai-hss/0.install Setting up doxygen (1.8.6-2) ... unit-abot-epc-basic-0: 17:00:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient-dev. unit-abot-epc-basic-0: 17:00:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmysqlclient-dev_5.7.23-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 17:00:10 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient-dev (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 17:00:10 DEBUG unit.oai-hss/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-oai-hss-0: 17:00:10 DEBUG unit.oai-hss/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 17:00:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-parser-perl. unit-abot-epc-basic-0: 17:00:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-parser-perl_2.44-1build1_amd64.deb ... unit-abot-epc-basic-0: 17:00:11 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-parser-perl (2.44-1build1) ... unit-oai-hss-0: 17:00:11 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-oai-hss-0: 17:00:11 DEBUG unit.oai-hss/0.install Setting up gdb (7.7.1-0ubuntu5~14.04.3) ... unit-abot-epc-basic-0: 17:00:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-twig-perl. unit-abot-epc-basic-0: 17:00:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-twig-perl_1%3a3.48-1_all.deb ... unit-oai-hss-0: 17:00:11 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 17:00:11 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-twig-perl (1:3.48-1) ... unit-oai-hss-0: 17:00:11 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-oai-hss-0: 17:00:11 DEBUG unit.oai-hss/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 17:00:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-dbus-perl. unit-abot-epc-basic-0: 17:00:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-dbus-perl_1.1.0-3build1_amd64.deb ... unit-oai-hss-0: 17:00:12 DEBUG unit.oai-hss/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 17:00:12 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-dbus-perl (1.1.0-3build1) ... unit-oai-hss-0: 17:00:12 DEBUG unit.oai-hss/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-oai-hss-0: 17:00:12 DEBUG unit.oai-hss/0.install Setting up pkg-config (0.26-1ubuntu4) ... unit-abot-epc-basic-0: 17:00:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglu1-mesa:amd64. unit-abot-epc-basic-0: 17:00:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglu1-mesa_9.0.0-2.1_amd64.deb ... unit-abot-epc-basic-0: 17:00:12 DEBUG unit.abot-epc-basic/0.install Unpacking libglu1-mesa:amd64 (9.0.0-2.1) ... unit-oai-hss-0: 17:00:12 DEBUG unit.oai-hss/0.install Setting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 17:00:13 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-abot-epc-basic-0: 17:00:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libumfpack5.7.1:amd64. unit-abot-epc-basic-0: 17:00:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libumfpack5.7.1_1%3a4.4.6-1_amd64.deb ... unit-oai-hss-0: 17:00:13 DEBUG unit.oai-hss/0.install Setting up libice6:amd64 (2:1.0.8-2) ... unit-abot-epc-basic-0: 17:00:13 DEBUG unit.abot-epc-basic/0.install Unpacking libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 17:00:13 DEBUG unit.oai-hss/0.install Setting up libsm6:amd64 (2:1.2.1-2) ... unit-oai-hss-0: 17:00:14 DEBUG unit.oai-hss/0.install Setting up libxt6:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 17:00:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave3:amd64. unit-abot-epc-basic-0: 17:00:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave3_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 17:00:14 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 17:00:14 DEBUG unit.oai-hss/0.install Setting up libaudio2:amd64 (1.9.4-1) ... unit-oai-hss-0: 17:00:14 DEBUG unit.oai-hss/0.install Setting up libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 17:00:15 DEBUG unit.oai-hss/0.install Setting up libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 17:00:15 DEBUG unit.oai-hss/0.install Setting up doxygen-gui (1.8.6-2) ... unit-abot-epc-basic-0: 17:00:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper-utils. unit-abot-epc-basic-0: 17:00:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper-utils_1.1.24+nmu4ubuntu1_amd64.deb ... unit-oai-hss-0: 17:00:15 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 17:00:15 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 17:00:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-5.2-0:amd64. unit-abot-epc-basic-0: 17:00:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 17:00:16 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-oai-hss-0: 17:00:16 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 17:00:16 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 17:00:16 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 17:00:16 DEBUG unit.oai-hss/0.install git is already the newest version. unit-oai-hss-0: 17:00:16 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 17:00:16 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 unit-oai-hss-0: 17:00:16 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 17:00:16 DEBUG unit.oai-hss/0.install subversion-tools db5.3-util unit-oai-hss-0: 17:00:16 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 17:00:16 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 subversion unit-abot-epc-basic-0: 17:00:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-dev:amd64. unit-abot-epc-basic-0: 17:00:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpgm-dev_5.2.122~dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 17:00:17 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-oai-hss-0: 17:00:17 DEBUG unit.oai-hss/0.install 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 17:00:17 DEBUG unit.oai-hss/0.install Need to get 1402 kB of archives. unit-oai-hss-0: 17:00:17 DEBUG unit.oai-hss/0.install After this operation, 5231 kB of additional disk space will be used. unit-oai-hss-0: 17:00:17 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libapr1 amd64 1.5.0-1 [85.1 kB] unit-abot-epc-basic-0: 17:00:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplot2c2. unit-abot-epc-basic-0: 17:00:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplot2c2_2.6-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:00:17 DEBUG unit.abot-epc-basic/0.install Unpacking libplot2c2 (2.6-3ubuntu1) ... unit-oai-hss-0: 17:00:17 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaprutil1 amd64 1.5.3-1 [76.4 kB] unit-oai-hss-0: 17:00:18 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libserf-1-1 amd64 1.3.3-1ubuntu0.1 [42.2 kB] unit-abot-epc-basic-0: 17:00:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpoppler58:amd64. unit-oai-hss-0: 17:00:18 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsvn1 amd64 1.8.8-1ubuntu3.3 [918 kB] unit-abot-epc-basic-0: 17:00:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpoppler58_0.41.0-0ubuntu1.8_amd64.deb ... unit-abot-epc-basic-0: 17:00:18 DEBUG unit.abot-epc-basic/0.install Unpacking libpoppler58:amd64 (0.41.0-0ubuntu1.8) ... unit-abot-epc-basic-0: 17:00:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libportaudio2:amd64. unit-abot-epc-basic-0: 17:00:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libportaudio2_19+svn20140130-1build1_amd64.deb ... unit-oai-hss-0: 17:00:18 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main subversion amd64 1.8.8-1ubuntu3.3 [281 kB] unit-oai-hss-0: 17:00:19 DEBUG unit.oai-hss/0.install Fetched 1402 kB in 2s (689 kB/s) unit-abot-epc-basic-0: 17:00:19 DEBUG unit.abot-epc-basic/0.install Unpacking libportaudio2:amd64 (19+svn20140130-1build1) ... unit-oai-hss-0: 17:00:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libapr1:amd64. unit-oai-hss-0: 17:00:19 DEBUG unit.oai-hss/0.install (Reading database ... 116153 files and directories currently installed.) unit-oai-hss-0: 17:00:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libapr1_1.5.0-1_amd64.deb ... unit-oai-hss-0: 17:00:19 DEBUG unit.oai-hss/0.install Unpacking libapr1:amd64 (1.5.0-1) ... unit-abot-epc-basic-0: 17:00:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpotrace0. unit-abot-epc-basic-0: 17:00:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpotrace0_1.13-2_amd64.deb ... unit-abot-epc-basic-0: 17:00:20 DEBUG unit.abot-epc-basic/0.install Unpacking libpotrace0 (1.13-2) ... unit-oai-hss-0: 17:00:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaprutil1:amd64. unit-oai-hss-0: 17:00:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaprutil1_1.5.3-1_amd64.deb ... unit-oai-hss-0: 17:00:20 DEBUG unit.oai-hss/0.install Unpacking libaprutil1:amd64 (1.5.3-1) ... unit-abot-epc-basic-0: 17:00:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpstoedit0c2a. unit-abot-epc-basic-0: 17:00:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpstoedit0c2a_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:00:20 DEBUG unit.abot-epc-basic/0.install Unpacking libpstoedit0c2a (3.70-1ubuntu2) ... unit-oai-hss-0: 17:00:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libserf-1-1:amd64. unit-oai-hss-0: 17:00:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libserf-1-1_1.3.3-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 17:00:21 DEBUG unit.oai-hss/0.install Unpacking libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:00:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libptexenc1:amd64. unit-abot-epc-basic-0: 17:00:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libptexenc1_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 17:00:21 DEBUG unit.abot-epc-basic/0.install Unpacking libptexenc1:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 17:00:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsvn1:amd64. unit-oai-hss-0: 17:00:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsvn1_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 17:00:22 DEBUG unit.oai-hss/0.install Unpacking libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-abot-epc-basic-0: 17:00:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqhull7:amd64. unit-abot-epc-basic-0: 17:00:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqhull7_2015.2-1_amd64.deb ... unit-abot-epc-basic-0: 17:00:22 DEBUG unit.abot-epc-basic/0.install Unpacking libqhull7:amd64 (2015.2-1) ... unit-abot-epc-basic-0: 17:00:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-l10n. unit-abot-epc-basic-0: 17:00:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-l10n_2.9.1+dfsg-4build1_all.deb ... unit-abot-epc-basic-0: 17:00:22 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-oai-hss-0: 17:00:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package subversion. unit-oai-hss-0: 17:00:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../subversion_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 17:00:22 DEBUG unit.oai-hss/0.install Unpacking subversion (1.8.8-1ubuntu3.3) ... unit-abot-epc-basic-0: 17:00:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtcore4-l10n. unit-abot-epc-basic-0: 17:00:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qtcore4-l10n_4%3a4.8.7+dfsg-5ubuntu2_all.deb ... unit-abot-epc-basic-0: 17:00:23 DEBUG unit.abot-epc-basic/0.install Unpacking qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 17:00:23 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:00:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtcore4:amd64. unit-abot-epc-basic-0: 17:00:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtcore4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:00:23 DEBUG unit.abot-epc-basic/0.install Unpacking libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 17:00:24 DEBUG unit.oai-hss/0.install Setting up libapr1:amd64 (1.5.0-1) ... unit-abot-epc-basic-0: 17:00:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xml:amd64. unit-abot-epc-basic-0: 17:00:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-xml_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-oai-hss-0: 17:00:24 DEBUG unit.oai-hss/0.install Setting up libaprutil1:amd64 (1.5.3-1) ... unit-abot-epc-basic-0: 17:00:24 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 17:00:25 DEBUG unit.oai-hss/0.install Setting up libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:00:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtdbus4:amd64. unit-abot-epc-basic-0: 17:00:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtdbus4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:00:25 DEBUG unit.abot-epc-basic/0.install Unpacking libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 17:00:25 DEBUG unit.oai-hss/0.install Setting up libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 17:00:25 DEBUG unit.oai-hss/0.install Setting up subversion (1.8.8-1ubuntu3.3) ... unit-abot-epc-basic-0: 17:00:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-network:amd64. unit-abot-epc-basic-0: 17:00:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-network_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:00:26 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 17:00:26 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 17:00:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-script:amd64. unit-abot-epc-basic-0: 17:00:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-script_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:00:26 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 17:00:26 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 17:00:26 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 17:00:26 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 17:00:26 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 17:00:26 DEBUG unit.oai-hss/0.install openssl is already the newest version. unit-oai-hss-0: 17:00:26 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 17:00:26 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig9 libgpg-error-dev unit-oai-hss-0: 17:00:26 DEBUG unit.oai-hss/0.install libhtml-template-perl libidn2-0 libltdl-dev libltdl7 libssl-doc lksctp-tools unit-oai-hss-0: 17:00:26 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-oai-hss-0: 17:00:26 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 17:00:26 DEBUG unit.oai-hss/0.install libgcrypt11-doc libipc-sharedcache-perl libtool-doc gfortran unit-oai-hss-0: 17:00:26 DEBUG unit.oai-hss/0.install fortran95-compiler gcj-jdk tinyca mailx unit-oai-hss-0: 17:00:26 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 17:00:26 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig8-dev libconfig9 libgcrypt11-dev unit-oai-hss-0: 17:00:26 DEBUG unit.oai-hss/0.install libgpg-error-dev libhtml-template-perl libidn11-dev libidn2-0 libidn2-0-dev unit-oai-hss-0: 17:00:26 DEBUG unit.oai-hss/0.install libltdl-dev libltdl7 libmysqlclient-dev libpthread-stubs0-dev libsctp-dev unit-oai-hss-0: 17:00:26 DEBUG unit.oai-hss/0.install libsctp1 libssl-dev libssl-doc libtool lksctp-tools mysql-server unit-oai-hss-0: 17:00:26 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-oai-hss-0: 17:00:27 DEBUG unit.oai-hss/0.install 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 17:00:27 DEBUG unit.oai-hss/0.install Need to get 10.9 MB of archives. unit-oai-hss-0: 17:00:27 DEBUG unit.oai-hss/0.install After this operation, 74.5 MB of additional disk space will be used. unit-oai-hss-0: 17:00:27 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig9 amd64 1.4.9-2 [21.7 kB] unit-oai-hss-0: 17:00:27 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libltdl7 amd64 2.4.2-1.7ubuntu1 [35.0 kB] unit-abot-epc-basic-0: 17:00:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql:amd64. unit-abot-epc-basic-0: 17:00:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-sql_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:00:27 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 17:00:27 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] unit-oai-hss-0: 17:00:27 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [3764 kB] unit-abot-epc-basic-0: 17:00:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-abot-epc-basic-0: 17:00:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-xmlpatterns_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:00:27 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 17:00:28 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1862 kB] unit-oai-hss-0: 17:00:28 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libidn2-0 amd64 0.9-1 [81.8 kB] unit-oai-hss-0: 17:00:28 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig-dev amd64 1.4.9-2 [85.1 kB] unit-abot-epc-basic-0: 17:00:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-abot-epc-basic-0: 17:00:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-declarative_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:00:28 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 17:00:28 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig-doc all 1.4.9-2 [300 kB] unit-oai-hss-0: 17:00:28 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig8-dev amd64 1.4.9-2 [1766 B] unit-oai-hss-0: 17:00:28 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgpg-error-dev amd64 1.12-0.2ubuntu1 [20.1 kB] unit-oai-hss-0: 17:00:28 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcrypt11-dev amd64 1.5.3-2ubuntu4.6 [273 kB] unit-oai-hss-0: 17:00:28 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] unit-abot-epc-basic-0: 17:00:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtgui4:amd64. unit-abot-epc-basic-0: 17:00:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtgui4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-oai-hss-0: 17:00:28 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libidn11-dev amd64 1.28-1ubuntu2.2 [519 kB] unit-abot-epc-basic-0: 17:00:28 DEBUG unit.abot-epc-basic/0.install Unpacking libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 17:00:28 DEBUG unit.oai-hss/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libltdl-dev amd64 2.4.2-1.7ubuntu1 [157 kB] unit-oai-hss-0: 17:00:28 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main zlib1g-dev amd64 1:1.2.8.dfsg-1ubuntu1.1 [166 kB] unit-oai-hss-0: 17:00:29 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient-dev amd64 5.5.61-0ubuntu0.14.04.1 [864 kB] unit-oai-hss-0: 17:00:29 DEBUG unit.oai-hss/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libpthread-stubs0-dev amd64 0.3-4 [4068 B] unit-oai-hss-0: 17:00:29 DEBUG unit.oai-hss/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp-dev amd64 1.0.15+dfsg-1 [64.4 kB] unit-oai-hss-0: 17:00:29 DEBUG unit.oai-hss/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-dev amd64 1.0.1f-1ubuntu2.26 [1072 kB] unit-oai-hss-0: 17:00:29 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-doc all 1.0.1f-1ubuntu2.26 [971 kB] unit-abot-epc-basic-0: 17:00:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-12v5. unit-abot-epc-basic-0: 17:00:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-12v5_2.9.1+dfsg-4build1_amd64.deb ... unit-oai-hss-0: 17:00:29 DEBUG unit.oai-hss/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtool amd64 2.4.2-1.7ubuntu1 [188 kB] unit-abot-epc-basic-0: 17:00:29 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-oai-hss-0: 17:00:29 DEBUG unit.oai-hss/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] unit-oai-hss-0: 17:00:29 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB] unit-abot-epc-basic-0: 17:00:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtchooser. unit-abot-epc-basic-0: 17:00:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qtchooser_52-gae5eeef-2build1~gcc5.2_amd64.deb ... unit-abot-epc-basic-0: 17:00:29 DEBUG unit.abot-epc-basic/0.install Unpacking qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-oai-hss-0: 17:00:29 DEBUG unit.oai-hss/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libidn2-0-dev amd64 0.9-1 [292 kB] unit-oai-hss-0: 17:00:29 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 17:00:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qdbus. unit-abot-epc-basic-0: 17:00:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qdbus_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:00:30 DEBUG unit.abot-epc-basic/0.install Unpacking qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 17:00:30 DEBUG unit.oai-hss/0.install Fetched 10.9 MB in 3s (3589 kB/s) unit-abot-epc-basic-0: 17:00:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-dbus:amd64. unit-abot-epc-basic-0: 17:00:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-dbus_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:00:30 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 17:00:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig9:amd64. unit-oai-hss-0: 17:00:30 DEBUG unit.oai-hss/0.install (Reading database ... 116264 files and directories currently installed.) unit-oai-hss-0: 17:00:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig9_1.4.9-2_amd64.deb ... unit-oai-hss-0: 17:00:30 DEBUG unit.oai-hss/0.install Unpacking libconfig9:amd64 (1.4.9-2) ... unit-abot-epc-basic-0: 17:00:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-opengl:amd64. unit-abot-epc-basic-0: 17:00:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-opengl_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:00:30 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 17:00:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl7:amd64. unit-oai-hss-0: 17:00:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl7_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 17:00:31 DEBUG unit.oai-hss/0.install Unpacking libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-abot-epc-basic-0: 17:00:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-abot-epc-basic-0: 17:00:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-sql-mysql_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:00:31 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 17:00:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp1:amd64. unit-oai-hss-0: 17:00:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 17:00:31 DEBUG unit.oai-hss/0.install Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 17:00:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp1:amd64. unit-abot-epc-basic-0: 17:00:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp1_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 17:00:31 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp1:amd64 (1.0.16+dfsg-3) ... unit-oai-hss-0: 17:00:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-core-5.5. unit-oai-hss-0: 17:00:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 17:00:32 DEBUG unit.oai-hss/0.install Unpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 17:00:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp-dev. unit-abot-epc-basic-0: 17:00:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp-dev_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 17:00:33 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp-dev (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 17:00:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-dev:amd64. unit-abot-epc-basic-0: 17:00:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-dev_1.0.2g-1ubuntu4.13_amd64.deb ... unit-abot-epc-basic-0: 17:00:33 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-dev:amd64 (1.0.2g-1ubuntu4.13) ... unit-oai-hss-0: 17:00:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-5.5. unit-oai-hss-0: 17:00:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 17:00:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-doc. unit-abot-epc-basic-0: 17:00:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-doc_1.0.2g-1ubuntu4.13_all.deb ... unit-abot-epc-basic-0: 17:00:33 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-doc (1.0.2g-1ubuntu4.13) ... unit-oai-hss-0: 17:00:34 DEBUG unit.oai-hss/0.install Unpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 17:00:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsvn1:amd64. unit-abot-epc-basic-0: 17:00:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsvn1_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 17:00:34 DEBUG unit.abot-epc-basic/0.install Unpacking libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 17:00:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsynctex1:amd64. unit-abot-epc-basic-0: 17:00:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsynctex1_2015.20160222.37495-1_amd64.deb ... unit-oai-hss-0: 17:00:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0:amd64. unit-oai-hss-0: 17:00:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0_0.9-1_amd64.deb ... unit-oai-hss-0: 17:00:36 DEBUG unit.oai-hss/0.install Unpacking libidn2-0:amd64 (0.9-1) ... unit-abot-epc-basic-0: 17:00:36 DEBUG unit.abot-epc-basic/0.install Unpacking libsynctex1:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 17:00:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-dev:amd64. unit-oai-hss-0: 17:00:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 17:00:36 DEBUG unit.oai-hss/0.install Unpacking libconfig-dev:amd64 (1.4.9-2) ... unit-abot-epc-basic-0: 17:00:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-6-dev:amd64. unit-abot-epc-basic-0: 17:00:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtasn1-6-dev_4.7-3ubuntu0.16.04.3_amd64.deb ... unit-abot-epc-basic-0: 17:00:37 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-oai-hss-0: 17:00:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-doc. unit-oai-hss-0: 17:00:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-doc_1.4.9-2_all.deb ... unit-oai-hss-0: 17:00:37 DEBUG unit.oai-hss/0.install Unpacking libconfig-doc (1.4.9-2) ... unit-abot-epc-basic-0: 17:00:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexlua52:amd64. unit-abot-epc-basic-0: 17:00:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexlua52_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 17:00:37 DEBUG unit.abot-epc-basic/0.install Unpacking libtexlua52:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 17:00:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexluajit2:amd64. unit-abot-epc-basic-0: 17:00:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexluajit2_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 17:00:37 DEBUG unit.abot-epc-basic/0.install Unpacking libtexluajit2:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 17:00:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig8-dev. unit-oai-hss-0: 17:00:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig8-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 17:00:38 DEBUG unit.oai-hss/0.install Unpacking libconfig8-dev (1.4.9-2) ... unit-abot-epc-basic-0: 17:00:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtext-unidecode-perl. unit-abot-epc-basic-0: 17:00:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtext-unidecode-perl_1.27-1_all.deb ... unit-oai-hss-0: 17:00:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgpg-error-dev. unit-oai-hss-0: 17:00:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgpg-error-dev_1.12-0.2ubuntu1_amd64.deb ... unit-oai-hss-0: 17:00:40 DEBUG unit.oai-hss/0.install Unpacking libgpg-error-dev (1.12-0.2ubuntu1) ... unit-abot-epc-basic-0: 17:00:40 DEBUG unit.abot-epc-basic/0.install Unpacking libtext-unidecode-perl (1.27-1) ... unit-oai-hss-0: 17:00:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcrypt11-dev. unit-oai-hss-0: 17:00:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgcrypt11-dev_1.5.3-2ubuntu4.6_amd64.deb ... unit-abot-epc-basic-0: 17:00:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtie-ixhash-perl. unit-abot-epc-basic-0: 17:00:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtie-ixhash-perl_1.23-2_all.deb ... unit-oai-hss-0: 17:00:40 DEBUG unit.oai-hss/0.install Unpacking libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-abot-epc-basic-0: 17:00:40 DEBUG unit.abot-epc-basic/0.install Unpacking libtie-ixhash-perl (1.23-2) ... unit-abot-epc-basic-0: 17:00:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtool. unit-abot-epc-basic-0: 17:00:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtool_2.4.6-0.1_all.deb ... unit-abot-epc-basic-0: 17:00:40 DEBUG unit.abot-epc-basic/0.install Unpacking libtool (2.4.6-0.1) ... unit-oai-hss-0: 17:00:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libhtml-template-perl. unit-oai-hss-0: 17:00:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-oai-hss-0: 17:00:41 DEBUG unit.oai-hss/0.install Unpacking libhtml-template-perl (2.95-1) ... unit-oai-hss-0: 17:00:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn11-dev. unit-oai-hss-0: 17:00:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn11-dev_1.28-1ubuntu2.2_amd64.deb ... unit-oai-hss-0: 17:00:42 DEBUG unit.oai-hss/0.install Unpacking libidn11-dev (1.28-1ubuntu2.2) ... unit-abot-epc-basic-0: 17:00:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-0-dev:amd64. unit-abot-epc-basic-0: 17:00:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libusb-1.0-0-dev_2%3a1.0.20-1_amd64.deb ... unit-abot-epc-basic-0: 17:00:42 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-0-dev:amd64 (2:1.0.20-1) ... unit-oai-hss-0: 17:00:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl-dev:amd64. unit-oai-hss-0: 17:00:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl-dev_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 17:00:42 DEBUG unit.oai-hss/0.install Unpacking libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-abot-epc-basic-0: 17:00:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-doc. unit-abot-epc-basic-0: 17:00:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libusb-1.0-doc_2%3a1.0.20-1_all.deb ... unit-abot-epc-basic-0: 17:00:42 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-doc (2:1.0.20-1) ... unit-oai-hss-0: 17:00:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-oai-hss-0: 17:00:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 17:00:42 DEBUG unit.oai-hss/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-abot-epc-basic-0: 17:00:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-bin. unit-abot-epc-basic-0: 17:00:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom-bin_0.22-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 17:00:43 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-oai-hss-0: 17:00:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmysqlclient-dev. unit-oai-hss-0: 17:00:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient-dev_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 17:00:43 DEBUG unit.oai-hss/0.install Unpacking libmysqlclient-dev (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 17:00:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-protocol-perl. unit-abot-epc-basic-0: 17:00:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-protocol-perl_0.56-7_all.deb ... unit-abot-epc-basic-0: 17:00:43 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-protocol-perl (0.56-7) ... unit-abot-epc-basic-0: 17:00:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-namespacesupport-perl. unit-abot-epc-basic-0: 17:00:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-namespacesupport-perl_1.11-1_all.deb ... unit-abot-epc-basic-0: 17:00:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-namespacesupport-perl (1.11-1) ... unit-oai-hss-0: 17:00:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-oai-hss-0: 17:00:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-oai-hss-0: 17:00:44 DEBUG unit.oai-hss/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 17:00:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-base-perl. unit-abot-epc-basic-0: 17:00:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-base-perl_1.07-1_all.deb ... unit-abot-epc-basic-0: 17:00:44 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-base-perl (1.07-1) ... unit-oai-hss-0: 17:00:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp-dev. unit-oai-hss-0: 17:00:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp-dev_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 17:00:44 DEBUG unit.oai-hss/0.install Unpacking libsctp-dev (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 17:00:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-perl. unit-abot-epc-basic-0: 17:00:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ... unit-abot-epc-basic-0: 17:00:45 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-oai-hss-0: 17:00:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-dev:amd64. unit-oai-hss-0: 17:00:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-dev_1.0.1f-1ubuntu2.26_amd64.deb ... unit-oai-hss-0: 17:00:45 DEBUG unit.oai-hss/0.install Unpacking libssl-dev:amd64 (1.0.1f-1ubuntu2.26) ... unit-abot-epc-basic-0: 17:00:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-libxml-perl. unit-abot-epc-basic-0: 17:00:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-libxml-perl_2.0123+dfsg-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 17:00:45 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-oai-hss-0: 17:00:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-doc. unit-oai-hss-0: 17:00:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-doc_1.0.1f-1ubuntu2.26_all.deb ... unit-oai-hss-0: 17:00:46 DEBUG unit.oai-hss/0.install Unpacking libssl-doc (1.0.1f-1ubuntu2.26) ... unit-abot-epc-basic-0: 17:00:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-expat-perl. unit-abot-epc-basic-0: 17:00:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-expat-perl_0.40-2_all.deb ... unit-abot-epc-basic-0: 17:00:46 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-expat-perl (0.40-2) ... unit-oai-hss-0: 17:00:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtool. unit-oai-hss-0: 17:00:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtool_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 17:00:47 DEBUG unit.oai-hss/0.install Unpacking libtool (2.4.2-1.7ubuntu1) ... unit-abot-epc-basic-0: 17:00:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-xpathengine-perl. unit-abot-epc-basic-0: 17:00:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-xpathengine-perl_0.13-1_all.deb ... unit-abot-epc-basic-0: 17:00:47 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-xpathengine-perl (0.13-1) ... unit-oai-hss-0: 17:00:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package lksctp-tools. unit-oai-hss-0: 17:00:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 17:00:47 DEBUG unit.oai-hss/0.install Unpacking lksctp-tools (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 17:00:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml2-dev:amd64. unit-abot-epc-basic-0: 17:00:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml2-dev_2.9.3+dfsg1-1ubuntu0.6_amd64.deb ... unit-abot-epc-basic-0: 17:00:48 DEBUG unit.abot-epc-basic/0.install Unpacking libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-oai-hss-0: 17:00:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server. unit-oai-hss-0: 17:00:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 17:00:48 DEBUG unit.oai-hss/0.install Unpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 17:00:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxslt1-dev:amd64. unit-oai-hss-0: 17:00:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0-dev. unit-oai-hss-0: 17:00:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0-dev_0.9-1_amd64.deb ... unit-abot-epc-basic-0: 17:00:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxslt1-dev_1.1.28-2.1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 17:00:48 DEBUG unit.oai-hss/0.install Unpacking libidn2-0-dev (0.9-1) ... unit-abot-epc-basic-0: 17:00:48 DEBUG unit.abot-epc-basic/0.install Unpacking libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-oai-hss-0: 17:00:48 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:00:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libzzip-0-13:amd64. unit-abot-epc-basic-0: 17:00:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libzzip-0-13_0.13.62-3ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 17:00:49 DEBUG unit.abot-epc-basic/0.install Unpacking libzzip-0-13:amd64 (0.13.62-3ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 17:00:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package lmodern. unit-abot-epc-basic-0: 17:00:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 17:00:49 DEBUG unit.abot-epc-basic/0.install Unpacking lmodern (2.004.5-1) ... unit-oai-hss-0: 17:00:50 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 17:00:50 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 17:00:50 DEBUG unit.oai-hss/0.install Setting up libconfig9:amd64 (1.4.9-2) ... unit-oai-hss-0: 17:00:51 DEBUG unit.oai-hss/0.install Setting up libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 17:00:51 DEBUG unit.oai-hss/0.install Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 17:00:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mesa-common-dev:amd64. unit-abot-epc-basic-0: 17:00:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mesa-common-dev_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 17:00:51 DEBUG unit.abot-epc-basic/0.install Unpacking mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 17:00:51 DEBUG unit.oai-hss/0.install Setting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 17:00:52 DEBUG unit.oai-hss/0.install Setting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 17:00:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mscgen. unit-abot-epc-basic-0: 17:00:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mscgen_0.20-5_amd64.deb ... unit-abot-epc-basic-0: 17:00:53 DEBUG unit.abot-epc-basic/0.install Unpacking mscgen (0.20-5) ... unit-abot-epc-basic-0: 17:00:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libosmesa6:amd64. unit-abot-epc-basic-0: 17:00:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libosmesa6_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 17:00:54 DEBUG unit.abot-epc-basic/0.install Unpacking libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 17:00:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texinfo. unit-abot-epc-basic-0: 17:00:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texinfo_6.1.0.dfsg.1-5_amd64.deb ... unit-abot-epc-basic-0: 17:00:55 DEBUG unit.abot-epc-basic/0.install Unpacking texinfo (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 17:00:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-common. unit-abot-epc-basic-0: 17:00:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-common_4.0.0-3ubuntu9.2_all.deb ... unit-abot-epc-basic-0: 17:00:55 DEBUG unit.abot-epc-basic/0.install Unpacking octave-common (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 17:00:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave. unit-abot-epc-basic-0: 17:00:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 17:00:56 DEBUG unit.abot-epc-basic/0.install Unpacking octave (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 17:00:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-control. unit-abot-epc-basic-0: 17:00:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-control_3.0.0-1_amd64.deb ... unit-abot-epc-basic-0: 17:00:57 DEBUG unit.abot-epc-basic/0.install Unpacking octave-control (3.0.0-1) ... unit-abot-epc-basic-0: 17:00:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-signal. unit-abot-epc-basic-0: 17:00:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-signal_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 17:00:58 DEBUG unit.abot-epc-basic/0.install Unpacking octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 17:00:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pstoedit. unit-abot-epc-basic-0: 17:00:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pstoedit_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:00:58 DEBUG unit.abot-epc-basic/0.install Unpacking pstoedit (3.70-1ubuntu2) ... unit-oai-hss-0: 17:00:59 DEBUG unit.oai-hss/0.install 181004 17:00:59 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead. unit-oai-hss-0: 17:00:59 DEBUG unit.oai-hss/0.install 181004 17:00:59 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-oai-hss-0: 17:00:59 DEBUG unit.oai-hss/0.install 181004 17:00:59 [Note] /usr/sbin/mysqld (mysqld 5.5.61-0ubuntu0.14.04.1) starting as process 11711 ... unit-abot-epc-basic-0: 17:00:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pydb. unit-abot-epc-basic-0: 17:00:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/pydb_1.26-2_all.deb ... unit-abot-epc-basic-0: 17:00:59 DEBUG unit.abot-epc-basic/0.install Unpacking pydb (1.26-2) ... unit-abot-epc-basic-0: 17:00:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qt-at-spi:amd64. unit-abot-epc-basic-0: 17:00:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qt-at-spi_0.4.0-3_amd64.deb ... unit-abot-epc-basic-0: 17:00:59 DEBUG unit.abot-epc-basic/0.install Unpacking qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 17:01:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qttranslations5-l10n. unit-abot-epc-basic-0: 17:01:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qttranslations5-l10n_5.5.1-2build1_all.deb ... unit-abot-epc-basic-0: 17:01:00 DEBUG unit.abot-epc-basic/0.install Unpacking qttranslations5-l10n (5.5.1-2build1) ... unit-abot-epc-basic-0: 17:01:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rubygems-integration. unit-abot-epc-basic-0: 17:01:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../rubygems-integration_1.10_all.deb ... unit-abot-epc-basic-0: 17:01:00 DEBUG unit.abot-epc-basic/0.install Unpacking rubygems-integration (1.10) ... unit-abot-epc-basic-0: 17:01:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-did-you-mean. unit-abot-epc-basic-0: 17:01:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-did-you-mean_1.0.0-2_all.deb ... unit-abot-epc-basic-0: 17:01:01 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-did-you-mean (1.0.0-2) ... unit-abot-epc-basic-0: 17:01:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-minitest. unit-abot-epc-basic-0: 17:01:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-minitest_5.8.4-2_all.deb ... unit-abot-epc-basic-0: 17:01:01 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-minitest (5.8.4-2) ... unit-abot-epc-basic-0: 17:01:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-net-telnet. unit-abot-epc-basic-0: 17:01:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-net-telnet_0.1.1-2_all.deb ... unit-abot-epc-basic-0: 17:01:01 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-net-telnet (0.1.1-2) ... unit-abot-epc-basic-0: 17:01:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-power-assert. unit-abot-epc-basic-0: 17:01:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-power-assert_0.2.7-1_all.deb ... unit-abot-epc-basic-0: 17:01:01 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-power-assert (0.2.7-1) ... unit-abot-epc-basic-0: 17:01:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-test-unit. unit-abot-epc-basic-0: 17:01:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-test-unit_3.1.7-2_all.deb ... unit-abot-epc-basic-0: 17:01:02 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-test-unit (3.1.7-2) ... unit-abot-epc-basic-0: 17:01:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libruby2.3:amd64. unit-abot-epc-basic-0: 17:01:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libruby2.3_2.3.1-2~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 17:01:02 DEBUG unit.abot-epc-basic/0.install Unpacking libruby2.3:amd64 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 17:01:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby2.3. unit-abot-epc-basic-0: 17:01:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby2.3_2.3.1-2~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 17:01:03 DEBUG unit.abot-epc-basic/0.install Unpacking ruby2.3 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 17:01:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby. unit-abot-epc-basic-0: 17:01:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby_1%3a2.3.0+1_all.deb ... unit-abot-epc-basic-0: 17:01:04 DEBUG unit.abot-epc-basic/0.install Unpacking ruby (1:2.3.0+1) ... unit-abot-epc-basic-0: 17:01:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rake. unit-abot-epc-basic-0: 17:01:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/rake_10.5.0-2_all.deb ... unit-abot-epc-basic-0: 17:01:05 DEBUG unit.abot-epc-basic/0.install Unpacking rake (10.5.0-2) ... unit-abot-epc-basic-0: 17:01:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package subversion. unit-abot-epc-basic-0: 17:01:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../subversion_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 17:01:05 DEBUG unit.abot-epc-basic/0.install Unpacking subversion (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 17:01:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package t1utils. unit-abot-epc-basic-0: 17:01:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../t1utils_1.39-2_amd64.deb ... unit-abot-epc-basic-0: 17:01:06 DEBUG unit.abot-epc-basic/0.install Unpacking t1utils (1.39-2) ... unit-abot-epc-basic-0: 17:01:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl8.6. unit-abot-epc-basic-0: 17:01:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 17:01:06 DEBUG unit.abot-epc-basic/0.install Unpacking tcl8.6 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 17:01:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl. unit-abot-epc-basic-0: 17:01:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tcl_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 17:01:06 DEBUG unit.abot-epc-basic/0.install Unpacking tcl (8.6.0+9) ... unit-abot-epc-basic-0: 17:01:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-binaries. unit-abot-epc-basic-0: 17:01:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-binaries_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 17:01:07 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-binaries (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 17:01:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xdg-utils. unit-abot-epc-basic-0: 17:01:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xdg-utils_1.1.1-1ubuntu1.16.04.3_all.deb ... unit-abot-epc-basic-0: 17:01:08 DEBUG unit.abot-epc-basic/0.install Unpacking xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-oai-hss-0: 17:01:09 DEBUG unit.oai-hss/0.install mysql start/running, process 11844 unit-oai-hss-0: 17:01:10 DEBUG unit.oai-hss/0.install Setting up libidn2-0:amd64 (0.9-1) ... unit-abot-epc-basic-0: 17:01:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-base. unit-abot-epc-basic-0: 17:01:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 17:01:10 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 17:01:10 DEBUG unit.oai-hss/0.install Setting up libconfig-dev:amd64 (1.4.9-2) ... unit-oai-hss-0: 17:01:10 DEBUG unit.oai-hss/0.install Setting up libconfig-doc (1.4.9-2) ... unit-oai-hss-0: 17:01:10 DEBUG unit.oai-hss/0.install Setting up libconfig8-dev (1.4.9-2) ... unit-oai-hss-0: 17:01:10 DEBUG unit.oai-hss/0.install Setting up libgpg-error-dev (1.12-0.2ubuntu1) ... unit-oai-hss-0: 17:01:11 DEBUG unit.oai-hss/0.install Setting up libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-oai-hss-0: 17:01:11 DEBUG unit.oai-hss/0.install Setting up libhtml-template-perl (2.95-1) ... unit-oai-hss-0: 17:01:11 DEBUG unit.oai-hss/0.install Setting up libidn11-dev (1.28-1ubuntu2.2) ... unit-oai-hss-0: 17:01:12 DEBUG unit.oai-hss/0.install Setting up libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 17:01:12 DEBUG unit.oai-hss/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-oai-hss-0: 17:01:12 DEBUG unit.oai-hss/0.install Setting up libmysqlclient-dev (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 17:01:12 DEBUG unit.oai-hss/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 17:01:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base. unit-abot-epc-basic-0: 17:01:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-latex-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 17:01:12 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 17:01:13 DEBUG unit.oai-hss/0.install Setting up libsctp-dev (1.0.15+dfsg-1) ... unit-oai-hss-0: 17:01:13 DEBUG unit.oai-hss/0.install Setting up libssl-dev:amd64 (1.0.1f-1ubuntu2.26) ... unit-abot-epc-basic-0: 17:01:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base-doc. unit-abot-epc-basic-0: 17:01:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-latex-base-doc_2015.20160320-1ubuntu0.1_all.deb ... unit-oai-hss-0: 17:01:14 DEBUG unit.oai-hss/0.install Setting up libssl-doc (1.0.1f-1ubuntu2.26) ... unit-abot-epc-basic-0: 17:01:14 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 17:01:14 DEBUG unit.oai-hss/0.install Setting up libtool (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 17:01:14 DEBUG unit.oai-hss/0.install Setting up lksctp-tools (1.0.15+dfsg-1) ... unit-oai-hss-0: 17:01:14 DEBUG unit.oai-hss/0.install Setting up libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 17:01:15 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 17:01:15 DEBUG unit.oai-hss/0.install Setting up mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 17:01:15 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 17:01:16 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 17:01:16 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 17:01:16 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 17:01:16 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 17:01:16 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 17:01:16 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 17:01:16 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 17:01:16 DEBUG unit.oai-hss/0.install libgmpxx4ldbl unit-oai-hss-0: 17:01:16 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 17:01:16 DEBUG unit.oai-hss/0.install libgmp10-doc libmpfr-dev unit-oai-hss-0: 17:01:16 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 17:01:16 DEBUG unit.oai-hss/0.install libgmp-dev libgmpxx4ldbl unit-oai-hss-0: 17:01:17 DEBUG unit.oai-hss/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 17:01:17 DEBUG unit.oai-hss/0.install Need to get 300 kB of archives. unit-oai-hss-0: 17:01:17 DEBUG unit.oai-hss/0.install After this operation, 1675 kB of additional disk space will be used. unit-oai-hss-0: 17:01:17 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmpxx4ldbl amd64 2:5.1.3+dfsg-1ubuntu1 [8736 B] unit-oai-hss-0: 17:01:17 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp-dev amd64 2:5.1.3+dfsg-1ubuntu1 [292 kB] unit-abot-epc-basic-0: 17:01:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk8.6. unit-abot-epc-basic-0: 17:01:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 17:01:17 DEBUG unit.abot-epc-basic/0.install Unpacking tk8.6 (8.6.5-1) ... unit-abot-epc-basic-0: 17:01:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk. unit-abot-epc-basic-0: 17:01:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tk_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 17:01:18 DEBUG unit.abot-epc-basic/0.install Unpacking tk (8.6.0+9) ... unit-oai-hss-0: 17:01:18 DEBUG unit.oai-hss/0.install Fetched 300 kB in 1s (262 kB/s) unit-oai-hss-0: 17:01:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-abot-epc-basic-0: 17:01:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package unzip. unit-oai-hss-0: 17:01:18 DEBUG unit.oai-hss/0.install (Reading database ... 118265 files and directories currently installed.) unit-abot-epc-basic-0: 17:01:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ... unit-oai-hss-0: 17:01:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:01:18 DEBUG unit.abot-epc-basic/0.install Unpacking unzip (6.0-20ubuntu1) ... unit-oai-hss-0: 17:01:18 DEBUG unit.oai-hss/0.install Unpacking libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 17:01:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp-dev:amd64. unit-oai-hss-0: 17:01:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp-dev_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:01:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-utils. unit-abot-epc-basic-0: 17:01:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-utils_7.7+3_amd64.deb ... unit-oai-hss-0: 17:01:18 DEBUG unit.oai-hss/0.install Unpacking libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 17:01:18 DEBUG unit.abot-epc-basic/0.install Unpacking x11-utils (7.7+3) ... unit-oai-hss-0: 17:01:19 DEBUG unit.oai-hss/0.install Setting up libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 17:01:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-xserver-utils. unit-abot-epc-basic-0: 17:01:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-xserver-utils_7.7+7_amd64.deb ... unit-abot-epc-basic-0: 17:01:19 DEBUG unit.abot-epc-basic/0.install Unpacking x11-xserver-utils (7.7+7) ... unit-oai-hss-0: 17:01:19 DEBUG unit.oai-hss/0.install Setting up libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 17:01:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xbitmaps. unit-abot-epc-basic-0: 17:01:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-abot-epc-basic-0: 17:01:20 DEBUG unit.abot-epc-basic/0.install Unpacking xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 17:01:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xmlstarlet. unit-abot-epc-basic-0: 17:01:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xmlstarlet_1.6.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:01:20 DEBUG unit.abot-epc-basic/0.install Unpacking xmlstarlet (1.6.1-1ubuntu1) ... unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.install Downloading nettle archive unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.install --2018-10-04 17:01:20-- https://ftp.gnu.org/gnu/nettle/nettle-2.5.tar.gz unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.install Resolving ftp.gnu.org (ftp.gnu.org)... 208.118.235.20, 2001:4830:134:3::b unit-oai-hss-0: 17:01:21 DEBUG unit.oai-hss/0.install Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:443... connected. unit-oai-hss-0: 17:01:21 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 17:01:21 DEBUG unit.oai-hss/0.install Length: 1113274 (1.1M) [application/x-gzip] unit-oai-hss-0: 17:01:21 DEBUG unit.oai-hss/0.install Saving to: 'nettle-2.5.tar.gz' unit-oai-hss-0: 17:01:21 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 17:01:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xterm. unit-abot-epc-basic-0: 17:01:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xterm_322-1ubuntu1_amd64.deb ... unit-oai-hss-0: 17:01:21 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 374K 3s unit-abot-epc-basic-0: 17:01:21 DEBUG unit.abot-epc-basic/0.install Unpacking xterm (322-1ubuntu1) ... unit-oai-hss-0: 17:01:21 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 9% 750K 2s unit-oai-hss-0: 17:01:21 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 764K 2s unit-oai-hss-0: 17:01:21 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 18% 42.8M 1s unit-oai-hss-0: 17:01:21 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 41.0M 1s unit-oai-hss-0: 17:01:21 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 27% 771K 1s unit-oai-hss-0: 17:01:21 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 32% 53.3M 1s unit-oai-hss-0: 17:01:21 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 36% 47.1M 1s unit-oai-hss-0: 17:01:21 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 41% 42.4M 0s unit-oai-hss-0: 17:01:21 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 45% 87.4M 0s unit-abot-epc-basic-0: 17:01:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zip. unit-abot-epc-basic-0: 17:01:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/zip_3.0-11_amd64.deb ... unit-abot-epc-basic-0: 17:01:21 DEBUG unit.abot-epc-basic/0.install Unpacking zip (3.0-11) ... unit-abot-epc-basic-0: 17:01:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libauthen-sasl-perl. unit-abot-epc-basic-0: 17:01:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libauthen-sasl-perl_2.1600-1_all.deb ... unit-abot-epc-basic-0: 17:01:21 DEBUG unit.abot-epc-basic/0.install Unpacking libauthen-sasl-perl (2.1600-1) ... unit-oai-hss-0: 17:01:22 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 50% 115K 1s unit-oai-hss-0: 17:01:22 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 55% 40.3M 1s unit-abot-epc-basic-0: 17:01:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dbg:amd64. unit-abot-epc-basic-0: 17:01:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dbg_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 17:01:22 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-oai-hss-0: 17:01:22 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 59% 98.0K 1s unit-oai-hss-0: 17:01:22 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 64% 72.7M 1s unit-oai-hss-0: 17:01:22 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 68% 755K 1s unit-oai-hss-0: 17:01:22 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 73% 128K 1s unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 78% 749K 1s unit-abot-epc-basic-0: 17:01:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libffi-dev:amd64. unit-abot-epc-basic-0: 17:01:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libffi-dev_3.2.1-4_amd64.deb ... unit-abot-epc-basic-0: 17:01:23 DEBUG unit.abot-epc-basic/0.install Unpacking libffi-dev:amd64 (3.2.1-4) ... unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 82% 202K 0s unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 87% 52.1M 0s unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 91% 65.5M 0s unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 96% 764K 0s unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... ....... 100% 70.4M=2.1s unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install 2018-10-04 17:01:23 (512 KB/s) - 'nettle-2.5.tar.gz' saved [1113274/1113274] unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 17:01:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dev:amd64. unit-abot-epc-basic-0: 17:01:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl1-mesa-dev_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 17:01:23 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking for -R flag... using -Wl,-rpath, unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install Searching for libraries unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking /usr/lib... added unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking /usr/local/lib... added unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking /sw/local/lib... not found unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking /sw/lib... not found unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking /usr/gnu/lib... not found unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking /opt/gnu/lib... not found unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking /sw/gnu/lib... not found unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking /usr/freeware/lib... not found unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking /usr/pkg/lib... not found unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking for nm... nm unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-abot-epc-basic-0: 17:01:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0-dev. unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install configure: Compiler uses 64-bit ABI. To change, set CC. unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install configure: Libraries to be installed in ${exec_prefix}/lib. unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install configure: Looking for assembler files in x86_64/. unit-abot-epc-basic-0: 17:01:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0-dev_0.10-3_amd64.deb ... unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking CCPIC... -fpic unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking if globals are prefixed by underscore... no unit-abot-epc-basic-0: 17:01:23 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0-dev (0.10-3) ... unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking if we should use a .note.GNU-stack section... yes unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking for ELF-style .type,%function pseudo-ops... yes unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking for ELF-style .type,#function pseudo-ops... no unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking if .align assembly directive is logarithmic... no unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking for m4... /usr/bin/m4 unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking for an ANSI C-conforming const... yes unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-abot-epc-basic-0: 17:01:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave-dev. unit-abot-epc-basic-0: 17:01:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave-dev_4.0.0-3ubuntu9.2_amd64.deb ... unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-abot-epc-basic-0: 17:01:24 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave-dev (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking whether time.h and sys/time.h may both be included... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking alignment of uint64_t... 8 unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h usability... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h presence... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking for openssl/blowfish.h... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking openssl/des.h usability... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking openssl/des.h presence... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking for openssl/des.h... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking openssl/cast.h usability... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking openssl/cast.h presence... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking for openssl/cast.h... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking openssl/aes.h usability... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking openssl/aes.h presence... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking for openssl/aes.h... yes unit-abot-epc-basic-0: 17:01:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-doc. unit-abot-epc-basic-0: 17:01:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtasn1-doc_4.7-3ubuntu0.16.04.3_all.deb ... unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-abot-epc-basic-0: 17:01:24 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking malloc.h usability... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking malloc.h presence... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking for malloc.h... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking for memxor... no unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking for __attribute__... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking for stdint types... stdint.h (shortcircuit) unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install make use of stdint.h in nettle-stdint.h (assuming C99 compatible system) unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking for fcntl file locking... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking for __gmpz_getlimbn in -lgmp... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking for __gmpz_powm_sec... yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install config.status: creating config.make unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install config.status: creating config.m4 unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install config.status: creating tools/Makefile unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install config.status: creating testsuite/Makefile unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install config.status: creating examples/Makefile unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install config.status: creating nettle.pc unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install config.status: creating hogweed.pc unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-encrypt-internal.asm to aes-encrypt-internal.asm unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-decrypt-internal.asm to aes-decrypt-internal.asm unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install config.status: linking x86_64/camellia-crypt-internal.asm to camellia-crypt-internal.asm unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install config.status: linking x86_64/memxor.asm to memxor.asm unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install config.status: linking x86_64/salsa20-crypt.asm to salsa20-crypt.asm unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-encrypt.asm to serpent-encrypt.asm unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-decrypt.asm to serpent-decrypt.asm unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install config.status: linking x86_64/sha1-compress.asm to sha1-compress.asm unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install config.status: linking x86_64/machine.m4 to machine.m4 unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install config.status: executing dummy-dep-files commands unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install config.status: executing nettle-stdint.h commands unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install config.status: creating nettle-stdint.h : __NETTLE_STDINT_H unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install Version: nettle 2.5 unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install Host type: x86_64-unknown-linux-gnu unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install ABI: 64 unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install Assembly files: x86_64 unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install Library directory: ${exec_prefix}/lib unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install Compiler: gcc unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install Shared libraries: yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install Public key crypto: yes unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install Compiling nettle unit-oai-hss-0: 17:01:24 DEBUG unit.oai-hss/0.install make all-here unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aesdata.o -MD -MP -MF aesdata.o.d -fpic -c aesdata.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs aesdata.o -lgmp -o aesdata unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT desdata.o -MD -MP -MF desdata.o.d -fpic -c desdata.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs desdata.o -lgmp -o desdata unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofishdata.o -MD -MP -MF twofishdata.o.d -fpic -c twofishdata.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs twofishdata.o -lgmp -o twofishdata unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT shadata.o -MD -MP -MF shadata.o.d -fpic -c shadata.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs shadata.o -lgmp -lm -o shadata unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcmdata.o -MD -MP -MF gcmdata.o.d -fpic -c gcmdata.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs gcmdata.o -lgmp -o gcmdata unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT getopt.o -MD -MP -MF getopt.o.d -fpic -c getopt.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT getopt1.o -MD -MP -MF getopt1.o.d -fpic -c getopt1.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-internal.o -MD -MP -MF nettle-internal.o.d -fpic -c nettle-internal.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt-internal.o -MD -MP -MF aes-decrypt-internal.o.d -fpic -c aes-decrypt-internal.s unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install echo "aes-decrypt-internal.o : aes-decrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-decrypt-internal.o.d unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt.o -MD -MP -MF aes-decrypt.o.d -fpic -c aes-decrypt.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-internal.o -MD -MP -MF aes-encrypt-internal.o.d -fpic -c aes-encrypt-internal.s unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install echo "aes-encrypt-internal.o : aes-encrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-encrypt-internal.o.d unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt.o -MD -MP -MF aes-encrypt.o.d -fpic -c aes-encrypt.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-table.o -MD -MP -MF aes-encrypt-table.o.d -fpic -c aes-encrypt-table.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-encrypt-key.o -MD -MP -MF aes-set-encrypt-key.o.d -fpic -c aes-set-encrypt-key.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-decrypt-key.o -MD -MP -MF aes-set-decrypt-key.o.d -fpic -c aes-set-decrypt-key.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 17:01:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libyaml-dev:amd64. unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-meta.o -MD -MP -MF aes-meta.o.d -fpic -c aes-meta.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 17:01:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libyaml-dev_0.1.6-3_amd64.deb ... unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour.o -MD -MP -MF arcfour.o.d -fpic -c arcfour.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-crypt.o -MD -MP -MF arcfour-crypt.o.d -fpic -c arcfour-crypt.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-meta.o -MD -MP -MF arcfour-meta.o.d -fpic -c arcfour-meta.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo.o -MD -MP -MF arctwo.o.d -fpic -c arctwo.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 17:01:25 DEBUG unit.abot-epc-basic/0.install Unpacking libyaml-dev:amd64 (0.1.6-3) ... unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-meta.o -MD -MP -MF arctwo-meta.o.d -fpic -c arctwo-meta.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-encode.o -MD -MP -MF base16-encode.o.d -fpic -c base16-encode.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-decode.o -MD -MP -MF base16-decode.o.d -fpic -c base16-decode.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-meta.o -MD -MP -MF base16-meta.o.d -fpic -c base16-meta.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-encode.o -MD -MP -MF base64-encode.o.d -fpic -c base64-encode.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-decode.o -MD -MP -MF base64-decode.o.d -fpic -c base64-decode.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-meta.o -MD -MP -MF base64-meta.o.d -fpic -c base64-meta.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt.o -MD -MP -MF camellia-crypt.o.d -fpic -c camellia-crypt.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt-internal.o -MD -MP -MF camellia-crypt-internal.o.d -fpic -c camellia-crypt-internal.s unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install echo "camellia-crypt-internal.o : camellia-crypt-internal.asm ./asm.m4 machine.m4 config.m4" >camellia-crypt-internal.o.d unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-encrypt-key.o -MD -MP -MF camellia-set-encrypt-key.o.d -fpic -c camellia-set-encrypt-key.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-decrypt-key.o -MD -MP -MF camellia-set-decrypt-key.o.d -fpic -c camellia-set-decrypt-key.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-table.o -MD -MP -MF camellia-table.o.d -fpic -c camellia-table.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-meta.o -MD -MP -MF camellia-meta.o.d -fpic -c camellia-meta.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128.o -MD -MP -MF cast128.o.d -fpic -c cast128.c \ unit-oai-hss-0: 17:01:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install cast128.c:210:26: warning: 'z[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install cast128.c:202:2: warning: 'z[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install cast128.c:207:26: warning: 'z[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install cast128.c:204:26: warning: 'z[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install cast128.c:166:12: warning: 't[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install cast128.c:166:12: warning: 't[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install cast128.c:48:30: warning: 't[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install cast128.c:48:30: warning: 't[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 17:01:26 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-meta.o -MD -MP -MF cast128-meta.o.d -fpic -c cast128-meta.c \ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish.o -MD -MP -MF blowfish.o.d -fpic -c blowfish.c \ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc.o -MD -MP -MF cbc.o.d -fpic -c cbc.c \ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr.o -MD -MP -MF ctr.o.d -fpic -c ctr.c \ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm.o -MD -MP -MF gcm.o.d -fpic -c gcm.c \ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-aes.o -MD -MP -MF gcm-aes.o.d -fpic -c gcm-aes.c \ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des.o -MD -MP -MF des.o.d -fpic -c des.c \ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3.o -MD -MP -MF des3.o.d -fpic -c des3.c \ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat.o -MD -MP -MF des-compat.o.d -fpic -c des-compat.c \ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac.o -MD -MP -MF hmac.o.d -fpic -c hmac.c \ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-md5.o -MD -MP -MF hmac-md5.o.d -fpic -c hmac-md5.c \ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-ripemd160.o -MD -MP -MF hmac-ripemd160.o.d -fpic -c hmac-ripemd160.c \ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha1.o -MD -MP -MF hmac-sha1.o.d -fpic -c hmac-sha1.c \ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha224.o -MD -MP -MF hmac-sha224.o.d -fpic -c hmac-sha224.c \ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha256.o -MD -MP -MF hmac-sha256.o.d -fpic -c hmac-sha256.c \ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha384.o -MD -MP -MF hmac-sha384.o.d -fpic -c hmac-sha384.c \ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha512.o -MD -MP -MF hmac-sha512.o.d -fpic -c hmac-sha512.c \ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib.o -MD -MP -MF knuth-lfib.o.d -fpic -c knuth-lfib.c \ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2.o -MD -MP -MF md2.o.d -fpic -c md2.c \ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-meta.o -MD -MP -MF md2-meta.o.d -fpic -c md2-meta.c \ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4.o -MD -MP -MF md4.o.d -fpic -c md4.c \ unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-meta.o -MD -MP -MF md4-meta.o.d -fpic -c md4-meta.c \ unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5.o -MD -MP -MF md5.o.d -fpic -c md5.c \ unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compress.o -MD -MP -MF md5-compress.o.d -fpic -c md5-compress.c \ unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat.o -MD -MP -MF md5-compat.o.d -fpic -c md5-compat.c \ unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-meta.o -MD -MP -MF md5-meta.o.d -fpic -c md5-meta.c \ unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160.o -MD -MP -MF ripemd160.o.d -fpic -c ripemd160.c \ unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-compress.o -MD -MP -MF ripemd160-compress.o.d -fpic -c ripemd160-compress.c \ unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-meta.o -MD -MP -MF ripemd160-meta.o.d -fpic -c ripemd160-meta.c \ unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-crypt.o -MD -MP -MF salsa20-crypt.o.d -fpic -c salsa20-crypt.s unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install echo "salsa20-crypt.o : salsa20-crypt.asm ./asm.m4 machine.m4 config.m4" >salsa20-crypt.o.d unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-set-key.o -MD -MP -MF salsa20-set-key.o.d -fpic -c salsa20-set-key.c \ unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1.o -MD -MP -MF sha1.o.d -fpic -c sha1.c \ unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-compress.o -MD -MP -MF sha1-compress.o.d -fpic -c sha1-compress.s unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install echo "sha1-compress.o : sha1-compress.asm ./asm.m4 machine.m4 config.m4" >sha1-compress.o.d unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-meta.o -MD -MP -MF sha1-meta.o.d -fpic -c sha1-meta.c \ unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256.o -MD -MP -MF sha256.o.d -fpic -c sha256.c \ unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-compress.o -MD -MP -MF sha256-compress.o.d -fpic -c sha256-compress.c \ unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-meta.o -MD -MP -MF sha224-meta.o.d -fpic -c sha224-meta.c \ unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-meta.o -MD -MP -MF sha256-meta.o.d -fpic -c sha256-meta.c \ unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512.o -MD -MP -MF sha512.o.d -fpic -c sha512.c \ unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-compress.o -MD -MP -MF sha512-compress.o.d -fpic -c sha512-compress.c \ unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-meta.o -MD -MP -MF sha384-meta.o.d -fpic -c sha384-meta.c \ unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-meta.o -MD -MP -MF sha512-meta.o.d -fpic -c sha512-meta.c \ unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-set-key.o -MD -MP -MF serpent-set-key.o.d -fpic -c serpent-set-key.c \ unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-encrypt.o -MD -MP -MF serpent-encrypt.o.d -fpic -c serpent-encrypt.s unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install echo "serpent-encrypt.o : serpent-encrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-encrypt.o.d unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-decrypt.o -MD -MP -MF serpent-decrypt.o.d -fpic -c serpent-decrypt.s unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install echo "serpent-decrypt.o : serpent-decrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-decrypt.o.d unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-meta.o -MD -MP -MF serpent-meta.o.d -fpic -c serpent-meta.c \ unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish.o -MD -MP -MF twofish.o.d -fpic -c twofish.c \ unit-oai-hss-0: 17:01:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-meta.o -MD -MP -MF twofish-meta.o.d -fpic -c twofish-meta.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow256.o -MD -MP -MF yarrow256.o.d -fpic -c yarrow256.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow_key_event.o -MD -MP -MF yarrow_key_event.o.d -fpic -c yarrow_key_event.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer.o -MD -MP -MF buffer.o.d -fpic -c buffer.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer-init.o -MD -MP -MF buffer-init.o.d -fpic -c buffer-init.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT realloc.o -MD -MP -MF realloc.o.d -fpic -c realloc.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-hashes.o -MD -MP -MF nettle-meta-hashes.o.d -fpic -c nettle-meta-hashes.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-ciphers.o -MD -MP -MF nettle-meta-ciphers.o.d -fpic -c nettle-meta-ciphers.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-armors.o -MD -MP -MF nettle-meta-armors.o.d -fpic -c nettle-meta-armors.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-be32.o -MD -MP -MF write-be32.o.d -fpic -c write-be32.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-le32.o -MD -MP -MF write-le32.o.d -fpic -c write-le32.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor.o -MD -MP -MF memxor.o.d -fpic -c memxor.s unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install echo "memxor.o : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.o.d unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install rm -f libnettle.a unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install ar cru libnettle.a aes-decrypt-internal.o aes-decrypt.o aes-encrypt-internal.o aes-encrypt.o aes-encrypt-table.o aes-set-encrypt-key.o aes-set-decrypt-key.o aes-meta.o arcfour.o arcfour-crypt.o arcfour-meta.o arctwo.o arctwo-meta.o base16-encode.o base16-decode.o base16-meta.o base64-encode.o base64-decode.o base64-meta.o camellia-crypt.o camellia-crypt-internal.o camellia-set-encrypt-key.o camellia-set-decrypt-key.o camellia-table.o camellia-meta.o cast128.o cast128-meta.o blowfish.o cbc.o ctr.o gcm.o gcm-aes.o des.o des3.o des-compat.o hmac.o hmac-md5.o hmac-ripemd160.o hmac-sha1.o hmac-sha224.o hmac-sha256.o hmac-sha384.o hmac-sha512.o knuth-lfib.o md2.o md2-meta.o md4.o md4-meta.o md5.o md5-compress.o md5-compat.o md5-meta.o ripemd160.o ripemd160-compress.o ripemd160-meta.o salsa20-crypt.o salsa20-set-key.o sha1.o sha1-compress.o sha1-meta.o sha256.o sha256-compress.o sha224-meta.o sha256-meta.o sha512.o sha512-compress.o sha384-meta.o sha512-meta.o serpent-set-key.o serpent-encrypt.o serpent-decrypt.o serpent-meta.o twofish.o twofish-meta.o yarrow256.o yarrow_key_event.o buffer.o buffer-init.o realloc.o nettle-meta-hashes.o nettle-meta-ciphers.o nettle-meta-armors.o write-be32.o write-le32.o memxor.o unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install ranlib libnettle.a unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp.o -MD -MP -MF sexp.o.d -fpic -c sexp.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-format.o -MD -MP -MF sexp-format.o.d -fpic -c sexp-format.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport.o -MD -MP -MF sexp-transport.o.d -fpic -c sexp-transport.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport-format.o -MD -MP -MF sexp-transport-format.o.d -fpic -c sexp-transport-format.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum.o -MD -MP -MF bignum.o.d -fpic -c bignum.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-next-prime.o -MD -MP -MF bignum-next-prime.o.d -fpic -c bignum-next-prime.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random.o -MD -MP -MF bignum-random.o.d -fpic -c bignum-random.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random-prime.o -MD -MP -MF bignum-random-prime.o.d -fpic -c bignum-random-prime.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2bignum.o -MD -MP -MF sexp2bignum.o.d -fpic -c sexp2bignum.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1.o -MD -MP -MF pkcs1.o.d -fpic -c pkcs1.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-encrypt.o -MD -MP -MF pkcs1-encrypt.o.d -fpic -c pkcs1-encrypt.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-decrypt.o -MD -MP -MF pkcs1-decrypt.o.d -fpic -c pkcs1-decrypt.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-digest.o -MD -MP -MF pkcs1-rsa-digest.o.d -fpic -c pkcs1-rsa-digest.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-md5.o -MD -MP -MF pkcs1-rsa-md5.o.d -fpic -c pkcs1-rsa-md5.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha1.o -MD -MP -MF pkcs1-rsa-sha1.o.d -fpic -c pkcs1-rsa-sha1.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha256.o -MD -MP -MF pkcs1-rsa-sha256.o.d -fpic -c pkcs1-rsa-sha256.c \ unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha512.o -MD -MP -MF pkcs1-rsa-sha512.o.d -fpic -c pkcs1-rsa-sha512.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa.o -MD -MP -MF rsa.o.d -fpic -c rsa.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sign.o -MD -MP -MF rsa-sign.o.d -fpic -c rsa-sign.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-verify.o -MD -MP -MF rsa-verify.o.d -fpic -c rsa-verify.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign.o -MD -MP -MF rsa-pkcs1-sign.o.d -fpic -c rsa-pkcs1-sign.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign-tr.o -MD -MP -MF rsa-pkcs1-sign-tr.o.d -fpic -c rsa-pkcs1-sign-tr.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-verify.o -MD -MP -MF rsa-pkcs1-verify.o.d -fpic -c rsa-pkcs1-verify.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-sign.o -MD -MP -MF rsa-md5-sign.o.d -fpic -c rsa-md5-sign.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-verify.o -MD -MP -MF rsa-md5-verify.o.d -fpic -c rsa-md5-verify.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-sign.o -MD -MP -MF rsa-sha1-sign.o.d -fpic -c rsa-sha1-sign.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-verify.o -MD -MP -MF rsa-sha1-verify.o.d -fpic -c rsa-sha1-verify.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-sign.o -MD -MP -MF rsa-sha256-sign.o.d -fpic -c rsa-sha256-sign.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-verify.o -MD -MP -MF rsa-sha256-verify.o.d -fpic -c rsa-sha256-verify.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-sign.o -MD -MP -MF rsa-sha512-sign.o.d -fpic -c rsa-sha512-sign.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-verify.o -MD -MP -MF rsa-sha512-verify.o.d -fpic -c rsa-sha512-verify.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt.o -MD -MP -MF rsa-encrypt.o.d -fpic -c rsa-encrypt.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -fpic -c rsa-decrypt.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt-tr.o -MD -MP -MF rsa-decrypt-tr.o.d -fpic -c rsa-decrypt-tr.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen.o -MD -MP -MF rsa-keygen.o.d -fpic -c rsa-keygen.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-compat.o -MD -MP -MF rsa-compat.o.d -fpic -c rsa-compat.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-blind.o -MD -MP -MF rsa-blind.o.d -fpic -c rsa-blind.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2sexp.o -MD -MP -MF rsa2sexp.o.d -fpic -c rsa2sexp.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2rsa.o -MD -MP -MF sexp2rsa.o.d -fpic -c sexp2rsa.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa.o -MD -MP -MF dsa.o.d -fpic -c dsa.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sign.o -MD -MP -MF dsa-sign.o.d -fpic -c dsa-sign.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-verify.o -MD -MP -MF dsa-verify.o.d -fpic -c dsa-verify.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-keygen.o -MD -MP -MF dsa-keygen.o.d -fpic -c dsa-keygen.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-sign.o -MD -MP -MF dsa-sha1-sign.o.d -fpic -c dsa-sha1-sign.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-verify.o -MD -MP -MF dsa-sha1-verify.o.d -fpic -c dsa-sha1-verify.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-sign.o -MD -MP -MF dsa-sha256-sign.o.d -fpic -c dsa-sha256-sign.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-verify.o -MD -MP -MF dsa-sha256-verify.o.d -fpic -c dsa-sha256-verify.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa2sexp.o -MD -MP -MF dsa2sexp.o.d -fpic -c dsa2sexp.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2dsa.o -MD -MP -MF sexp2dsa.o.d -fpic -c sexp2dsa.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pgp-encode.o -MD -MP -MF pgp-encode.o.d -fpic -c pgp-encode.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2openpgp.o -MD -MP -MF rsa2openpgp.o.d -fpic -c rsa2openpgp.c \ unit-oai-hss-0: 17:01:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der-iterator.o -MD -MP -MF der-iterator.o.d -fpic -c der-iterator.c \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2rsa.o -MD -MP -MF der2rsa.o.d -fpic -c der2rsa.c \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2dsa.o -MD -MP -MF der2dsa.o.d -fpic -c der2dsa.c \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install rm -f libhogweed.a unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install ar cru libhogweed.a sexp.o sexp-format.o sexp-transport.o sexp-transport-format.o bignum.o bignum-next-prime.o bignum-random.o bignum-random-prime.o sexp2bignum.o pkcs1.o pkcs1-encrypt.o pkcs1-decrypt.o pkcs1-rsa-digest.o pkcs1-rsa-md5.o pkcs1-rsa-sha1.o pkcs1-rsa-sha256.o pkcs1-rsa-sha512.o rsa.o rsa-sign.o rsa-verify.o rsa-pkcs1-sign.o rsa-pkcs1-sign-tr.o rsa-pkcs1-verify.o rsa-md5-sign.o rsa-md5-verify.o rsa-sha1-sign.o rsa-sha1-verify.o rsa-sha256-sign.o rsa-sha256-verify.o rsa-sha512-sign.o rsa-sha512-verify.o rsa-encrypt.o rsa-decrypt.o rsa-decrypt-tr.o rsa-keygen.o rsa-compat.o rsa-blind.o rsa2sexp.o sexp2rsa.o dsa.o dsa-sign.o dsa-verify.o dsa-keygen.o dsa-sha1-sign.o dsa-sha1-verify.o dsa-sha256-sign.o dsa-sha256-verify.o dsa2sexp.o sexp2dsa.o pgp-encode.o rsa2openpgp.o der-iterator.o der2rsa.o der2dsa.o unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install ranlib libhogweed.a unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt-internal.po -MD -MP -MF aes-decrypt-internal.po.d -fpic -c aes-decrypt-internal.s -o aes-decrypt-internal.po unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install echo "aes-decrypt-internal.po : aes-decrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-decrypt-internal.po.d unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt.po -MD -MP -MF aes-decrypt.po.d -fpic -c aes-decrypt.c -o aes-decrypt.po \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-internal.po -MD -MP -MF aes-encrypt-internal.po.d -fpic -c aes-encrypt-internal.s -o aes-encrypt-internal.po unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install echo "aes-encrypt-internal.po : aes-encrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-encrypt-internal.po.d unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt.po -MD -MP -MF aes-encrypt.po.d -fpic -c aes-encrypt.c -o aes-encrypt.po \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-table.po -MD -MP -MF aes-encrypt-table.po.d -fpic -c aes-encrypt-table.c -o aes-encrypt-table.po \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-encrypt-key.po -MD -MP -MF aes-set-encrypt-key.po.d -fpic -c aes-set-encrypt-key.c -o aes-set-encrypt-key.po \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-decrypt-key.po -MD -MP -MF aes-set-decrypt-key.po.d -fpic -c aes-set-decrypt-key.c -o aes-set-decrypt-key.po \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-meta.po -MD -MP -MF aes-meta.po.d -fpic -c aes-meta.c -o aes-meta.po \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour.po -MD -MP -MF arcfour.po.d -fpic -c arcfour.c -o arcfour.po \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-crypt.po -MD -MP -MF arcfour-crypt.po.d -fpic -c arcfour-crypt.c -o arcfour-crypt.po \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-meta.po -MD -MP -MF arcfour-meta.po.d -fpic -c arcfour-meta.c -o arcfour-meta.po \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo.po -MD -MP -MF arctwo.po.d -fpic -c arctwo.c -o arctwo.po \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-meta.po -MD -MP -MF arctwo-meta.po.d -fpic -c arctwo-meta.c -o arctwo-meta.po \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-encode.po -MD -MP -MF base16-encode.po.d -fpic -c base16-encode.c -o base16-encode.po \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-decode.po -MD -MP -MF base16-decode.po.d -fpic -c base16-decode.c -o base16-decode.po \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-meta.po -MD -MP -MF base16-meta.po.d -fpic -c base16-meta.c -o base16-meta.po \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-encode.po -MD -MP -MF base64-encode.po.d -fpic -c base64-encode.c -o base64-encode.po \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-decode.po -MD -MP -MF base64-decode.po.d -fpic -c base64-decode.c -o base64-decode.po \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-meta.po -MD -MP -MF base64-meta.po.d -fpic -c base64-meta.c -o base64-meta.po \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt.po -MD -MP -MF camellia-crypt.po.d -fpic -c camellia-crypt.c -o camellia-crypt.po \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt-internal.po -MD -MP -MF camellia-crypt-internal.po.d -fpic -c camellia-crypt-internal.s -o camellia-crypt-internal.po unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install echo "camellia-crypt-internal.po : camellia-crypt-internal.asm ./asm.m4 machine.m4 config.m4" >camellia-crypt-internal.po.d unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-encrypt-key.po -MD -MP -MF camellia-set-encrypt-key.po.d -fpic -c camellia-set-encrypt-key.c -o camellia-set-encrypt-key.po \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-decrypt-key.po -MD -MP -MF camellia-set-decrypt-key.po.d -fpic -c camellia-set-decrypt-key.c -o camellia-set-decrypt-key.po \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-table.po -MD -MP -MF camellia-table.po.d -fpic -c camellia-table.c -o camellia-table.po \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-meta.po -MD -MP -MF camellia-meta.po.d -fpic -c camellia-meta.c -o camellia-meta.po \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128.po -MD -MP -MF cast128.po.d -fpic -c cast128.c -o cast128.po \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install cast128.c:210:26: warning: 'z[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install cast128.c:202:2: warning: 'z[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install cast128.c:207:26: warning: 'z[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install cast128.c:204:26: warning: 'z[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install cast128.c:166:12: warning: 't[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install cast128.c:166:12: warning: 't[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install cast128.c:48:30: warning: 't[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install cast128.c:48:30: warning: 't[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-meta.po -MD -MP -MF cast128-meta.po.d -fpic -c cast128-meta.c -o cast128-meta.po \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish.po -MD -MP -MF blowfish.po.d -fpic -c blowfish.c -o blowfish.po \ unit-oai-hss-0: 17:01:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc.po -MD -MP -MF cbc.po.d -fpic -c cbc.c -o cbc.po \ unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr.po -MD -MP -MF ctr.po.d -fpic -c ctr.c -o ctr.po \ unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm.po -MD -MP -MF gcm.po.d -fpic -c gcm.c -o gcm.po \ unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-aes.po -MD -MP -MF gcm-aes.po.d -fpic -c gcm-aes.c -o gcm-aes.po \ unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des.po -MD -MP -MF des.po.d -fpic -c des.c -o des.po \ unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 17:01:31 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3.po -MD -MP -MF des3.po.d -fpic -c des3.c -o des3.po \ unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat.po -MD -MP -MF des-compat.po.d -fpic -c des-compat.c -o des-compat.po \ unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac.po -MD -MP -MF hmac.po.d -fpic -c hmac.c -o hmac.po \ unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 17:01:31 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-md5.po -MD -MP -MF hmac-md5.po.d -fpic -c hmac-md5.c -o hmac-md5.po \ unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-ripemd160.po -MD -MP -MF hmac-ripemd160.po.d -fpic -c hmac-ripemd160.c -o hmac-ripemd160.po \ unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha1.po -MD -MP -MF hmac-sha1.po.d -fpic -c hmac-sha1.c -o hmac-sha1.po \ unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha224.po -MD -MP -MF hmac-sha224.po.d -fpic -c hmac-sha224.c -o hmac-sha224.po \ unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha256.po -MD -MP -MF hmac-sha256.po.d -fpic -c hmac-sha256.c -o hmac-sha256.po \ unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha384.po -MD -MP -MF hmac-sha384.po.d -fpic -c hmac-sha384.c -o hmac-sha384.po \ unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha512.po -MD -MP -MF hmac-sha512.po.d -fpic -c hmac-sha512.c -o hmac-sha512.po \ unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 17:01:31 DEBUG unit.abot-epc-basic/0.install Processing triggers for fontconfig (2.11.94-0ubuntu1.1) ... unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib.po -MD -MP -MF knuth-lfib.po.d -fpic -c knuth-lfib.c -o knuth-lfib.po \ unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2.po -MD -MP -MF md2.po.d -fpic -c md2.c -o md2.po \ unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-meta.po -MD -MP -MF md2-meta.po.d -fpic -c md2-meta.c -o md2-meta.po \ unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4.po -MD -MP -MF md4.po.d -fpic -c md4.c -o md4.po \ unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-meta.po -MD -MP -MF md4-meta.po.d -fpic -c md4-meta.c -o md4-meta.po \ unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5.po -MD -MP -MF md5.po.d -fpic -c md5.c -o md5.po \ unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compress.po -MD -MP -MF md5-compress.po.d -fpic -c md5-compress.c -o md5-compress.po \ unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat.po -MD -MP -MF md5-compat.po.d -fpic -c md5-compat.c -o md5-compat.po \ unit-oai-hss-0: 17:01:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-meta.po -MD -MP -MF md5-meta.po.d -fpic -c md5-meta.c -o md5-meta.po \ unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160.po -MD -MP -MF ripemd160.po.d -fpic -c ripemd160.c -o ripemd160.po \ unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 17:01:32 DEBUG unit.abot-epc-basic/0.install Processing triggers for udev (229-4ubuntu21.4) ... unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-compress.po -MD -MP -MF ripemd160-compress.po.d -fpic -c ripemd160-compress.c -o ripemd160-compress.po \ unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-meta.po -MD -MP -MF ripemd160-meta.po.d -fpic -c ripemd160-meta.c -o ripemd160-meta.po \ unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-crypt.po -MD -MP -MF salsa20-crypt.po.d -fpic -c salsa20-crypt.s -o salsa20-crypt.po unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install echo "salsa20-crypt.po : salsa20-crypt.asm ./asm.m4 machine.m4 config.m4" >salsa20-crypt.po.d unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-set-key.po -MD -MP -MF salsa20-set-key.po.d -fpic -c salsa20-set-key.c -o salsa20-set-key.po \ unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1.po -MD -MP -MF sha1.po.d -fpic -c sha1.c -o sha1.po \ unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-compress.po -MD -MP -MF sha1-compress.po.d -fpic -c sha1-compress.s -o sha1-compress.po unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install echo "sha1-compress.po : sha1-compress.asm ./asm.m4 machine.m4 config.m4" >sha1-compress.po.d unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-meta.po -MD -MP -MF sha1-meta.po.d -fpic -c sha1-meta.c -o sha1-meta.po \ unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256.po -MD -MP -MF sha256.po.d -fpic -c sha256.c -o sha256.po \ unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 17:01:32 DEBUG unit.abot-epc-basic/0.install Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu4.1) ... unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-compress.po -MD -MP -MF sha256-compress.po.d -fpic -c sha256-compress.c -o sha256-compress.po \ unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 17:01:32 DEBUG unit.abot-epc-basic/0.install Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-meta.po -MD -MP -MF sha224-meta.po.d -fpic -c sha224-meta.c -o sha224-meta.po \ unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-meta.po -MD -MP -MF sha256-meta.po.d -fpic -c sha256-meta.c -o sha256-meta.po \ unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512.po -MD -MP -MF sha512.po.d -fpic -c sha512.c -o sha512.po \ unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-compress.po -MD -MP -MF sha512-compress.po.d -fpic -c sha512-compress.c -o sha512-compress.po \ unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-meta.po -MD -MP -MF sha384-meta.po.d -fpic -c sha384-meta.c -o sha384-meta.po \ unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-meta.po -MD -MP -MF sha512-meta.po.d -fpic -c sha512-meta.c -o sha512-meta.po \ unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-set-key.po -MD -MP -MF serpent-set-key.po.d -fpic -c serpent-set-key.c -o serpent-set-key.po \ unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 17:01:32 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-encrypt.po -MD -MP -MF serpent-encrypt.po.d -fpic -c serpent-encrypt.s -o serpent-encrypt.po unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install echo "serpent-encrypt.po : serpent-encrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-encrypt.po.d unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-decrypt.po -MD -MP -MF serpent-decrypt.po.d -fpic -c serpent-decrypt.s -o serpent-decrypt.po unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install echo "serpent-decrypt.po : serpent-decrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-decrypt.po.d unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-meta.po -MD -MP -MF serpent-meta.po.d -fpic -c serpent-meta.c -o serpent-meta.po \ unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish.po -MD -MP -MF twofish.po.d -fpic -c twofish.c -o twofish.po \ unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 17:01:32 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-meta.po -MD -MP -MF twofish-meta.po.d -fpic -c twofish-meta.c -o twofish-meta.po \ unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow256.po -MD -MP -MF yarrow256.po.d -fpic -c yarrow256.c -o yarrow256.po \ unit-oai-hss-0: 17:01:32 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 17:01:32 DEBUG unit.abot-epc-basic/0.install Processing triggers for shared-mime-info (1.5-2ubuntu0.2) ... unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow_key_event.po -MD -MP -MF yarrow_key_event.po.d -fpic -c yarrow_key_event.c -o yarrow_key_event.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer.po -MD -MP -MF buffer.po.d -fpic -c buffer.c -o buffer.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer-init.po -MD -MP -MF buffer-init.po.d -fpic -c buffer-init.c -o buffer-init.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT realloc.po -MD -MP -MF realloc.po.d -fpic -c realloc.c -o realloc.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-hashes.po -MD -MP -MF nettle-meta-hashes.po.d -fpic -c nettle-meta-hashes.c -o nettle-meta-hashes.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-ciphers.po -MD -MP -MF nettle-meta-ciphers.po.d -fpic -c nettle-meta-ciphers.c -o nettle-meta-ciphers.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-armors.po -MD -MP -MF nettle-meta-armors.po.d -fpic -c nettle-meta-armors.c -o nettle-meta-armors.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-be32.po -MD -MP -MF write-be32.po.d -fpic -c write-be32.c -o write-be32.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-le32.po -MD -MP -MF write-le32.po.d -fpic -c write-le32.c -o write-le32.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor.po -MD -MP -MF memxor.po.d -fpic -c memxor.s -o memxor.po unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install echo "memxor.po : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.po.d unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -shared -Wl,-soname=libnettle.so.4 aes-decrypt-internal.po aes-decrypt.po aes-encrypt-internal.po aes-encrypt.po aes-encrypt-table.po aes-set-encrypt-key.po aes-set-decrypt-key.po aes-meta.po arcfour.po arcfour-crypt.po arcfour-meta.po arctwo.po arctwo-meta.po base16-encode.po base16-decode.po base16-meta.po base64-encode.po base64-decode.po base64-meta.po camellia-crypt.po camellia-crypt-internal.po camellia-set-encrypt-key.po camellia-set-decrypt-key.po camellia-table.po camellia-meta.po cast128.po cast128-meta.po blowfish.po cbc.po ctr.po gcm.po gcm-aes.po des.po des3.po des-compat.po hmac.po hmac-md5.po hmac-ripemd160.po hmac-sha1.po hmac-sha224.po hmac-sha256.po hmac-sha384.po hmac-sha512.po knuth-lfib.po md2.po md2-meta.po md4.po md4-meta.po md5.po md5-compress.po md5-compat.po md5-meta.po ripemd160.po ripemd160-compress.po ripemd160-meta.po salsa20-crypt.po salsa20-set-key.po sha1.po sha1-compress.po sha1-meta.po sha256.po sha256-compress.po sha224-meta.po sha256-meta.po sha512.po sha512-compress.po sha384-meta.po sha512-meta.po serpent-set-key.po serpent-encrypt.po serpent-decrypt.po serpent-meta.po twofish.po twofish-meta.po yarrow256.po yarrow_key_event.po buffer.po buffer-init.po realloc.po nettle-meta-hashes.po nettle-meta-ciphers.po nettle-meta-armors.po write-be32.po write-le32.po memxor.po -o libnettle.so unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && rm -f libnettle.so \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && ln -s ../libnettle.so libnettle.so \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install || { rm -f libnettle.so.4 \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && ln -s libnettle.so libnettle.so.4 ; } ) unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp.po -MD -MP -MF sexp.po.d -fpic -c sexp.c -o sexp.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-format.po -MD -MP -MF sexp-format.po.d -fpic -c sexp-format.c -o sexp-format.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport.po -MD -MP -MF sexp-transport.po.d -fpic -c sexp-transport.c -o sexp-transport.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport-format.po -MD -MP -MF sexp-transport-format.po.d -fpic -c sexp-transport-format.c -o sexp-transport-format.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum.po -MD -MP -MF bignum.po.d -fpic -c bignum.c -o bignum.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-next-prime.po -MD -MP -MF bignum-next-prime.po.d -fpic -c bignum-next-prime.c -o bignum-next-prime.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random.po -MD -MP -MF bignum-random.po.d -fpic -c bignum-random.c -o bignum-random.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random-prime.po -MD -MP -MF bignum-random-prime.po.d -fpic -c bignum-random-prime.c -o bignum-random-prime.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2bignum.po -MD -MP -MF sexp2bignum.po.d -fpic -c sexp2bignum.c -o sexp2bignum.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1.po -MD -MP -MF pkcs1.po.d -fpic -c pkcs1.c -o pkcs1.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-encrypt.po -MD -MP -MF pkcs1-encrypt.po.d -fpic -c pkcs1-encrypt.c -o pkcs1-encrypt.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-decrypt.po -MD -MP -MF pkcs1-decrypt.po.d -fpic -c pkcs1-decrypt.c -o pkcs1-decrypt.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-digest.po -MD -MP -MF pkcs1-rsa-digest.po.d -fpic -c pkcs1-rsa-digest.c -o pkcs1-rsa-digest.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-md5.po -MD -MP -MF pkcs1-rsa-md5.po.d -fpic -c pkcs1-rsa-md5.c -o pkcs1-rsa-md5.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha1.po -MD -MP -MF pkcs1-rsa-sha1.po.d -fpic -c pkcs1-rsa-sha1.c -o pkcs1-rsa-sha1.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha256.po -MD -MP -MF pkcs1-rsa-sha256.po.d -fpic -c pkcs1-rsa-sha256.c -o pkcs1-rsa-sha256.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha512.po -MD -MP -MF pkcs1-rsa-sha512.po.d -fpic -c pkcs1-rsa-sha512.c -o pkcs1-rsa-sha512.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa.po -MD -MP -MF rsa.po.d -fpic -c rsa.c -o rsa.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sign.po -MD -MP -MF rsa-sign.po.d -fpic -c rsa-sign.c -o rsa-sign.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-verify.po -MD -MP -MF rsa-verify.po.d -fpic -c rsa-verify.c -o rsa-verify.po \ unit-oai-hss-0: 17:01:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign.po -MD -MP -MF rsa-pkcs1-sign.po.d -fpic -c rsa-pkcs1-sign.c -o rsa-pkcs1-sign.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign-tr.po -MD -MP -MF rsa-pkcs1-sign-tr.po.d -fpic -c rsa-pkcs1-sign-tr.c -o rsa-pkcs1-sign-tr.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-verify.po -MD -MP -MF rsa-pkcs1-verify.po.d -fpic -c rsa-pkcs1-verify.c -o rsa-pkcs1-verify.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-sign.po -MD -MP -MF rsa-md5-sign.po.d -fpic -c rsa-md5-sign.c -o rsa-md5-sign.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-verify.po -MD -MP -MF rsa-md5-verify.po.d -fpic -c rsa-md5-verify.c -o rsa-md5-verify.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-sign.po -MD -MP -MF rsa-sha1-sign.po.d -fpic -c rsa-sha1-sign.c -o rsa-sha1-sign.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-verify.po -MD -MP -MF rsa-sha1-verify.po.d -fpic -c rsa-sha1-verify.c -o rsa-sha1-verify.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-sign.po -MD -MP -MF rsa-sha256-sign.po.d -fpic -c rsa-sha256-sign.c -o rsa-sha256-sign.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-verify.po -MD -MP -MF rsa-sha256-verify.po.d -fpic -c rsa-sha256-verify.c -o rsa-sha256-verify.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-sign.po -MD -MP -MF rsa-sha512-sign.po.d -fpic -c rsa-sha512-sign.c -o rsa-sha512-sign.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-verify.po -MD -MP -MF rsa-sha512-verify.po.d -fpic -c rsa-sha512-verify.c -o rsa-sha512-verify.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt.po -MD -MP -MF rsa-encrypt.po.d -fpic -c rsa-encrypt.c -o rsa-encrypt.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt.po -MD -MP -MF rsa-decrypt.po.d -fpic -c rsa-decrypt.c -o rsa-decrypt.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt-tr.po -MD -MP -MF rsa-decrypt-tr.po.d -fpic -c rsa-decrypt-tr.c -o rsa-decrypt-tr.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen.po -MD -MP -MF rsa-keygen.po.d -fpic -c rsa-keygen.c -o rsa-keygen.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-compat.po -MD -MP -MF rsa-compat.po.d -fpic -c rsa-compat.c -o rsa-compat.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-blind.po -MD -MP -MF rsa-blind.po.d -fpic -c rsa-blind.c -o rsa-blind.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2sexp.po -MD -MP -MF rsa2sexp.po.d -fpic -c rsa2sexp.c -o rsa2sexp.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2rsa.po -MD -MP -MF sexp2rsa.po.d -fpic -c sexp2rsa.c -o sexp2rsa.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa.po -MD -MP -MF dsa.po.d -fpic -c dsa.c -o dsa.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sign.po -MD -MP -MF dsa-sign.po.d -fpic -c dsa-sign.c -o dsa-sign.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-verify.po -MD -MP -MF dsa-verify.po.d -fpic -c dsa-verify.c -o dsa-verify.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-keygen.po -MD -MP -MF dsa-keygen.po.d -fpic -c dsa-keygen.c -o dsa-keygen.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-sign.po -MD -MP -MF dsa-sha1-sign.po.d -fpic -c dsa-sha1-sign.c -o dsa-sha1-sign.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-verify.po -MD -MP -MF dsa-sha1-verify.po.d -fpic -c dsa-sha1-verify.c -o dsa-sha1-verify.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-sign.po -MD -MP -MF dsa-sha256-sign.po.d -fpic -c dsa-sha256-sign.c -o dsa-sha256-sign.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-verify.po -MD -MP -MF dsa-sha256-verify.po.d -fpic -c dsa-sha256-verify.c -o dsa-sha256-verify.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa2sexp.po -MD -MP -MF dsa2sexp.po.d -fpic -c dsa2sexp.c -o dsa2sexp.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2dsa.po -MD -MP -MF sexp2dsa.po.d -fpic -c sexp2dsa.c -o sexp2dsa.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pgp-encode.po -MD -MP -MF pgp-encode.po.d -fpic -c pgp-encode.c -o pgp-encode.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2openpgp.po -MD -MP -MF rsa2openpgp.po.d -fpic -c rsa2openpgp.c -o rsa2openpgp.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der-iterator.po -MD -MP -MF der-iterator.po.d -fpic -c der-iterator.c -o der-iterator.po \ unit-oai-hss-0: 17:01:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2rsa.po -MD -MP -MF der2rsa.po.d -fpic -c der2rsa.c -o der2rsa.po \ unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2dsa.po -MD -MP -MF der2dsa.po.d -fpic -c der2dsa.c -o der2dsa.po \ unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install gcc -L. -shared -Wl,-soname=libhogweed.so.2 sexp.po sexp-format.po sexp-transport.po sexp-transport-format.po bignum.po bignum-next-prime.po bignum-random.po bignum-random-prime.po sexp2bignum.po pkcs1.po pkcs1-encrypt.po pkcs1-decrypt.po pkcs1-rsa-digest.po pkcs1-rsa-md5.po pkcs1-rsa-sha1.po pkcs1-rsa-sha256.po pkcs1-rsa-sha512.po rsa.po rsa-sign.po rsa-verify.po rsa-pkcs1-sign.po rsa-pkcs1-sign-tr.po rsa-pkcs1-verify.po rsa-md5-sign.po rsa-md5-verify.po rsa-sha1-sign.po rsa-sha1-verify.po rsa-sha256-sign.po rsa-sha256-verify.po rsa-sha512-sign.po rsa-sha512-verify.po rsa-encrypt.po rsa-decrypt.po rsa-decrypt-tr.po rsa-keygen.po rsa-compat.po rsa-blind.po rsa2sexp.po sexp2rsa.po dsa.po dsa-sign.po dsa-verify.po dsa-keygen.po dsa-sha1-sign.po dsa-sha1-verify.po dsa-sha256-sign.po dsa-sha256-verify.po dsa2sexp.po sexp2dsa.po pgp-encode.po rsa2openpgp.po der-iterator.po der2rsa.po der2dsa.po -o libhogweed.so -lnettle -lgmp unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install make[1]: [libhogweed.so] Error 1 (ignored) unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so \ unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install && ln -s ../libhogweed.so libhogweed.so \ unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install && [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install || { rm -f libhogweed.so.2 \ unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so libhogweed.so.2 ; } ) unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install echo "Making all in $d" ; (cd $d && make all); done unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install Making all in tools unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-conv.o -MD -MP -MF sexp-conv.o.d -c sexp-conv.c && true unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT input.o -MD -MP -MF input.o.d -c input.c && true unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT output.o -MD -MP -MF output.o.d -c output.c && true unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT parse.o -MD -MP -MF parse.o.d -c parse.c && true unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT misc.o -MD -MP -MF misc.o.d -c misc.c && true unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-conv.o input.o output.o parse.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp -o sexp-conv unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-hash.o -MD -MP -MF nettle-hash.o.d -c nettle-hash.c && true unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-hash.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp -o nettle-hash unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-lfib-stream.o -MD -MP -MF nettle-lfib-stream.o.d -c nettle-lfib-stream.c && true unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-lfib-stream.o -lnettle -lgmp -o nettle-lfib-stream unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-conv.o -MD -MP -MF pkcs1-conv.o.d -c pkcs1-conv.c && true unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. pkcs1-conv.o misc.o ../getopt.o ../getopt1.o -lhogweed -lnettle -lgmp -o pkcs1-conv unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install Making all in testsuite unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-test.o -MD -MP -MF aes-test.o.d -c aes-test.c && true unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT testutils.o -MD -MP -MF testutils.o.d -c testutils.c && true unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. aes-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o aes-test unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-test.o -MD -MP -MF arcfour-test.o.d -c arcfour-test.c && true unit-oai-hss-0: 17:01:35 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. arcfour-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o arcfour-test unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-test.o -MD -MP -MF arctwo-test.o.d -c arctwo-test.c && true unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. arctwo-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o arctwo-test unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish-test.o -MD -MP -MF blowfish-test.o.d -c blowfish-test.c && true unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. blowfish-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o blowfish-test unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-test.o -MD -MP -MF cast128-test.o.d -c cast128-test.c && true unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. cast128-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cast128-test unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-test.o -MD -MP -MF base16-test.o.d -c base16-test.c && true unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o base16-test unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-test.o -MD -MP -MF base64-test.o.d -c base64-test.c && true unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base64-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o base64-test unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-test.o -MD -MP -MF camellia-test.o.d -c camellia-test.c && true unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. camellia-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o camellia-test unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-test.o -MD -MP -MF des-test.o.d -c des-test.c && true unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des-test unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3-test.o -MD -MP -MF des3-test.o.d -c des3-test.c && true unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des3-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des3-test unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat-test.o -MD -MP -MF des-compat-test.o.d -c des-compat-test.c && true unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des-compat-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des-compat-test unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-test.o -MD -MP -MF md2-test.o.d -c md2-test.c && true unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md2-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md2-test unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-test.o -MD -MP -MF md4-test.o.d -c md4-test.c && true unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md4-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md4-test unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-test.o -MD -MP -MF md5-test.o.d -c md5-test.c && true unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md5-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md5-test unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat-test.o -MD -MP -MF md5-compat-test.o.d -c md5-compat-test.c && true unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md5-compat-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md5-compat-test unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor-test.o -MD -MP -MF memxor-test.o.d -c memxor-test.c && true unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. memxor-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o memxor-test unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-test.o -MD -MP -MF ripemd160-test.o.d -c ripemd160-test.c && true unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. ripemd160-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o ripemd160-test unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-test.o -MD -MP -MF salsa20-test.o.d -c salsa20-test.c && true unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. salsa20-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o salsa20-test unit-oai-hss-0: 17:01:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-test.o -MD -MP -MF sha1-test.o.d -c sha1-test.c && true unit-oai-hss-0: 17:01:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha1-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha1-test unit-oai-hss-0: 17:01:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-test.o -MD -MP -MF sha224-test.o.d -c sha224-test.c && true unit-oai-hss-0: 17:01:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha224-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha224-test unit-oai-hss-0: 17:01:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-test.o -MD -MP -MF sha256-test.o.d -c sha256-test.c && true unit-oai-hss-0: 17:01:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha256-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha256-test unit-oai-hss-0: 17:01:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-test.o -MD -MP -MF sha384-test.o.d -c sha384-test.c && true unit-oai-hss-0: 17:01:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha384-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha384-test unit-oai-hss-0: 17:01:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-test.o -MD -MP -MF sha512-test.o.d -c sha512-test.c && true unit-oai-hss-0: 17:01:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha512-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha512-test unit-oai-hss-0: 17:01:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-test.o -MD -MP -MF serpent-test.o.d -c serpent-test.c && true unit-oai-hss-0: 17:01:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. serpent-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o serpent-test unit-oai-hss-0: 17:01:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-test.o -MD -MP -MF twofish-test.o.d -c twofish-test.c && true unit-oai-hss-0: 17:01:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. twofish-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o twofish-test unit-oai-hss-0: 17:01:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib-test.o -MD -MP -MF knuth-lfib-test.o.d -c knuth-lfib-test.c && true unit-oai-hss-0: 17:01:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. knuth-lfib-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o knuth-lfib-test unit-oai-hss-0: 17:01:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc-test.o -MD -MP -MF cbc-test.o.d -c cbc-test.c && true unit-oai-hss-0: 17:01:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. cbc-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cbc-test unit-oai-hss-0: 17:01:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr-test.o -MD -MP -MF ctr-test.o.d -c ctr-test.c && true unit-oai-hss-0: 17:01:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. ctr-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o ctr-test unit-oai-hss-0: 17:01:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-test.o -MD -MP -MF gcm-test.o.d -c gcm-test.c && true unit-oai-hss-0: 17:01:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. gcm-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o gcm-test unit-oai-hss-0: 17:01:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-test.o -MD -MP -MF hmac-test.o.d -c hmac-test.c && true unit-oai-hss-0: 17:01:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. hmac-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o hmac-test unit-oai-hss-0: 17:01:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT meta-hash-test.o -MD -MP -MF meta-hash-test.o.d -c meta-hash-test.c && true unit-oai-hss-0: 17:01:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-hash-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-hash-test unit-oai-hss-0: 17:01:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT meta-cipher-test.o -MD -MP -MF meta-cipher-test.o.d -c meta-cipher-test.c && true unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-cipher-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-cipher-test unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT meta-armor-test.o -MD -MP -MF meta-armor-test.o.d -c meta-armor-test.c && true unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-armor-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-armor-test unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer-test.o -MD -MP -MF buffer-test.o.d -c buffer-test.c && true unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. buffer-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o buffer-test unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow-test.o -MD -MP -MF yarrow-test.o.d -c yarrow-test.c && true unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. yarrow-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o yarrow-test unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-test.o -MD -MP -MF sexp-test.o.d -c sexp-test.c && true unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sexp-test unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-format-test.o -MD -MP -MF sexp-format-test.o.d -c sexp-format-test.c && true unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-format-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sexp-format-test unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2sexp-test.o -MD -MP -MF rsa2sexp-test.o.d -c rsa2sexp-test.c && true unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa2sexp-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa2sexp-test unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2rsa-test.o -MD -MP -MF sexp2rsa-test.o.d -c sexp2rsa-test.c && true unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp2rsa-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sexp2rsa-test unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-test.o -MD -MP -MF bignum-test.o.d -c bignum-test.c && true unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. bignum-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o bignum-test unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT random-prime-test.o -MD -MP -MF random-prime-test.o.d -c random-prime-test.c && true unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. random-prime-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o random-prime-test unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-test.o -MD -MP -MF pkcs1-test.o.d -c pkcs1-test.c && true unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. pkcs1-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o pkcs1-test unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-test.o -MD -MP -MF rsa-test.o.d -c rsa-test.c && true unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa-test unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt-test.o -MD -MP -MF rsa-encrypt-test.o.d -c rsa-encrypt-test.c && true unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-encrypt-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa-encrypt-test unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen-test.o -MD -MP -MF rsa-keygen-test.o.d -c rsa-keygen-test.c && true unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-keygen-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa-keygen-test unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-test.o -MD -MP -MF dsa-test.o.d -c dsa-test.c && true unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. dsa-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o dsa-test unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-keygen-test.o -MD -MP -MF dsa-keygen-test.o.d -c dsa-keygen-test.c && true unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. dsa-keygen-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o dsa-keygen-test unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install g++ -I.. -I.. -DHAVE_CONFIG_H -g -O2 -fpic -MT cxx-test.o -MD -MP -MF cxx-test.o.d -c cxx-test.cxx && true unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install g++ -g -O2 -L.. cxx-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cxx-test unit-oai-hss-0: 17:01:38 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-huge-test.o -MD -MP -MF sha1-huge-test.o.d -c sha1-huge-test.c && true unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha1-huge-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha1-huge-test unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-benchmark.o -MD -MP -MF nettle-benchmark.o.d -c nettle-benchmark.c && true unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install nettle-benchmark.c: In function 'time_cipher': unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install nettle-benchmark.c:505:29: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install nettle-benchmark.c:521:29: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install nettle-benchmark.c:538:29: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-openssl.o -MD -MP -MF nettle-openssl.o.d -c nettle-openssl.c && true unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT io.o -MD -MP -MF io.o.d -c io.c && true unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-benchmark.o nettle-openssl.o ../getopt.o ../getopt1.o ../nettle-internal.o -lnettle -lgmp -o nettle-benchmark unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT eratosthenes.o -MD -MP -MF eratosthenes.o.d -c eratosthenes.c && true unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. eratosthenes.o ../getopt.o ../getopt1.o -o eratosthenes unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16enc.o -MD -MP -MF base16enc.o.d -c base16enc.c && true unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16enc.o io.o \ unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16enc unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16dec.o -MD -MP -MF base16dec.o.d -c base16dec.c && true unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16dec.o io.o \ unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16dec unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64enc.o -MD -MP -MF base64enc.o.d -c base64enc.c && true unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base64enc.o io.o \ unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64enc unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64dec.o -MD -MP -MF base64dec.o.d -c base64dec.c && true unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base64dec.o io.o \ unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64dec unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen.o -MD -MP -MF rsa-keygen.o.d -c rsa-keygen.c && true unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-keygen.o io.o ../getopt.o ../getopt1.o \ unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-keygen unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sign.o -MD -MP -MF rsa-sign.o.d -c rsa-sign.c && true unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT read_rsa_key.o -MD -MP -MF read_rsa_key.o.d -c read_rsa_key.c && true unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-sign.o io.o read_rsa_key.o \ unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-sign unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-verify.o -MD -MP -MF rsa-verify.o.d -c rsa-verify.c && true unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-verify.o io.o read_rsa_key.o \ unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-verify unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt.o -MD -MP -MF rsa-encrypt.o.d -c rsa-encrypt.c && true unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-encrypt.o io.o read_rsa_key.o \ unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install ../getopt.o ../getopt1.o \ unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-encrypt unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -c rsa-decrypt.c && true unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-decrypt.o io.o read_rsa_key.o \ unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-decrypt unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT next-prime.o -MD -MP -MF next-prime.o.d -c next-prime.c && true unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. next-prime.o ../getopt.o ../getopt1.o \ unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o next-prime unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT random-prime.o -MD -MP -MF random-prime.o.d -c random-prime.c && true unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. random-prime.o io.o ../getopt.o ../getopt1.o \ unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o random-prime unit-oai-hss-0: 17:01:39 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install make check-here unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install echo "Making check in $d" ; (cd $d && make check); done unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install Making check in tools unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install Making check in testsuite unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install EMULATOR="" NM="nm" EXEEXT="" \ unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install ../run-tests aes-test arcfour-test arctwo-test blowfish-test cast128-test base16-test base64-test camellia-test des-test des3-test des-compat-test md2-test md4-test md5-test md5-compat-test memxor-test ripemd160-test salsa20-test sha1-test sha224-test sha256-test sha384-test sha512-test serpent-test twofish-test knuth-lfib-test cbc-test ctr-test gcm-test hmac-test meta-hash-test meta-cipher-test meta-armor-test buffer-test yarrow-test sexp-test sexp-format-test rsa2sexp-test sexp2rsa-test bignum-test random-prime-test pkcs1-test rsa-test rsa-encrypt-test rsa-keygen-test dsa-test dsa-keygen-test cxx-test sexp-conv-test pkcs1-conv-test symbols-test unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: aes unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: arcfour unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: arctwo unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: blowfish unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: cast128 unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: base16 unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: base64 unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: camellia unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: des unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: des3 unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: des-compat unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: md2 unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: md4 unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: md5 unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: md5-compat unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: memxor unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: ripemd160 unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: salsa20 unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: sha1 unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: sha224 unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: sha256 unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: sha384 unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: sha512 unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: serpent unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: twofish unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: knuth-lfib unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: cbc unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: ctr unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: gcm unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: hmac unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: meta-hash unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: meta-cipher unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: meta-armor unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: buffer unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: yarrow unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: sexp unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: sexp-format unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: rsa2sexp unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: sexp2rsa unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: bignum unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: random-prime unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: pkcs1 unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: rsa unit-oai-hss-0: 17:01:40 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install PASS: rsa-keygen unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install PASS: dsa unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install PASS: dsa-keygen unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install PASS: cxx unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install PASS: sexp-conv unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install PASS: pkcs1-conv unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install PASS: symbols unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install All 51 tests passed unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install Making check in examples unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install EMULATOR="" EXEEXT="" \ unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install ".."/run-tests rsa-sign-test rsa-verify-test rsa-encrypt-test unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install PASS: rsa-sign unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install PASS: rsa-verify unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install All 3 tests passed unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install make install-here unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/info unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install f=nettle.info ; \ unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install [ -f $f ] || f="./$f" ; \ unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/share/info ; \ unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install if (install-info --version && \ unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install install-info --info-dir="/usr/share/info" "$f" ; \ unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install else : ; fi unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/include/nettle unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install for f in aes.h arcfour.h arctwo.h asn1.h bignum.h blowfish.h base16.h base64.h buffer.h camellia.h cast128.h cbc.h ctr.h gcm.h des.h des-compat.h dsa.h hmac.h knuth-lfib.h macros.h md2.h md4.h md5.h md5-compat.h memxor.h nettle-meta.h nettle-types.h pgp.h pkcs1.h realloc.h ripemd160.h rsa.h rsa-compat.h salsa20.h sexp.h serpent.h sha.h twofish.h yarrow.h nettle-stdint.h ; do \ unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install if [ -f "$f" ] ; then \ unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/include/nettle ; \ unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "./$f" /usr/include/nettle ; \ unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install fi ; done unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install ./config.status config.h unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install config.status: config.h is unchanged unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install echo timestamp > stamp-h unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install for f in libnettle.a libhogweed.a; do \ unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 $f /usr/lib ; \ unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib/pkgconfig unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install for f in nettle.pc hogweed.pc ; do \ unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/lib/pkgconfig ; \ unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libnettle.so /usr/lib/libnettle.so.4.4 unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install && rm -f libnettle.so.4 libnettle.so \ unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so.4 \ unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so) unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libhogweed.so /usr/lib/libhogweed.so.2.2 unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so.2 libhogweed.so \ unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so.2 \ unit-oai-hss-0: 17:01:41 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so) unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install echo "Making install in $d" ; (cd $d && make install); done unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install Making install in tools unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/bin unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install for f in sexp-conv nettle-hash nettle-lfib-stream pkcs1-conv ; do \ unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install /usr/bin/install -c $f /usr/bin ; \ unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install Making install in testsuite unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install libidn2-0-dev is already the newest version. unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install libp11-kit-dev libp11-kit0-dbg libtasn1-6-dbg libtasn1-6-dev libtspi-dev unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install libtspi1 unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install Need to get 1855 kB of archives. unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install After this operation, 3712 kB of additional disk space will be used. unit-oai-hss-0: 17:01:42 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtspi1 amd64 0.3.11.2-1ubuntu1 [142 kB] unit-oai-hss-0: 17:01:43 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtasn1-6-dev amd64 3.4-3ubuntu0.6 [385 kB] unit-oai-hss-0: 17:01:43 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtspi-dev amd64 0.3.11.2-1ubuntu1 [613 kB] unit-oai-hss-0: 17:01:43 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libp11-kit-dev amd64 0.20.2-2ubuntu2 [56.4 kB] unit-oai-hss-0: 17:01:43 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libp11-kit0-dbg amd64 0.20.2-2ubuntu2 [556 kB] unit-oai-hss-0: 17:01:43 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtasn1-6-dbg amd64 3.4-3ubuntu0.6 [104 kB] unit-oai-hss-0: 17:01:43 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 17:01:43 DEBUG unit.oai-hss/0.install Fetched 1855 kB in 1s (1614 kB/s) unit-oai-hss-0: 17:01:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi1. unit-oai-hss-0: 17:01:44 DEBUG unit.oai-hss/0.install (Reading database ... 118283 files and directories currently installed.) unit-oai-hss-0: 17:01:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi1_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 17:01:44 DEBUG unit.oai-hss/0.install Unpacking libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 17:01:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dev. unit-oai-hss-0: 17:01:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dev_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 17:01:44 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-oai-hss-0: 17:01:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi-dev. unit-oai-hss-0: 17:01:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi-dev_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 17:01:45 DEBUG unit.oai-hss/0.install Unpacking libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 17:01:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit-dev. unit-oai-hss-0: 17:01:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit-dev_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 17:01:45 DEBUG unit.oai-hss/0.install Unpacking libp11-kit-dev (0.20.2-2ubuntu2) ... unit-oai-hss-0: 17:01:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit0-dbg:amd64. unit-oai-hss-0: 17:01:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit0-dbg_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 17:01:46 DEBUG unit.oai-hss/0.install Unpacking libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 17:01:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dbg:amd64. unit-oai-hss-0: 17:01:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dbg_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 17:01:46 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 17:01:47 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 17:01:47 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 17:01:48 DEBUG unit.oai-hss/0.install Setting up libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 17:01:48 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-oai-hss-0: 17:01:48 DEBUG unit.oai-hss/0.install Setting up libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 17:01:48 DEBUG unit.oai-hss/0.install Setting up libp11-kit-dev (0.20.2-2ubuntu2) ... unit-oai-hss-0: 17:01:49 DEBUG unit.oai-hss/0.install Setting up libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 17:01:49 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 17:01:49 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 17:01:50 DEBUG unit.oai-hss/0.install Downloading gnutls archive unit-oai-hss-0: 17:01:50 DEBUG unit.oai-hss/0.install --2018-10-04 17:01:50-- http://mirrors.dotsrc.org/gcrypt/gnutls/v3.1/gnutls-3.1.23.tar.xz unit-oai-hss-0: 17:01:50 DEBUG unit.oai-hss/0.install Resolving mirrors.dotsrc.org (mirrors.dotsrc.org)... 130.225.254.116, 2001:878:346::116 unit-oai-hss-0: 17:01:50 DEBUG unit.oai-hss/0.install Connecting to mirrors.dotsrc.org (mirrors.dotsrc.org)|130.225.254.116|:80... connected. unit-oai-hss-0: 17:01:50 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 17:01:50 DEBUG unit.oai-hss/0.install Length: 5148432 (4.9M) [application/octet-stream] unit-oai-hss-0: 17:01:50 DEBUG unit.oai-hss/0.install Saving to: 'gnutls-3.1.23.tar.xz' unit-oai-hss-0: 17:01:50 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:01:50 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 136K 37s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 1% 274K 27s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 2% 483K 21s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 3% 574K 18s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 4% 903K 15s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 5% 1.09M 13s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 6% 1.12M 12s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 7% 1.42M 11s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 8% 1.53M 10s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 9% 1.70M 9s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 10% 1.95M 8s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 11% 2.10M 8s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 12% 2.33M 7s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 13% 2.54M 7s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 14% 2.88M 6s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 15% 3.01M 6s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 16% 3.14M 5s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 17% 3.46M 5s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 18% 3.35M 5s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 19% 3.90M 5s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 20% 3.91M 4s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 21% 4.10M 4s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 22% 4.14M 4s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 23% 4.26M 4s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 24% 4.76M 4s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 25% 4.94M 4s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 26% 5.09M 3s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 27% 5.44M 3s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 28% 5.10M 3s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 29% 6.02M 3s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 30% 5.59M 3s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 31% 6.15M 3s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 32% 6.10M 3s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 33% 6.81M 3s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 34% 7.10M 2s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 35% 7.05M 2s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 36% 6.62M 2s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 37% 7.18M 2s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 38% 7.32M 2s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 39% 8.22M 2s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 40% 7.63M 2s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 41% 8.53M 2s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 42% 7.68M 2s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 43% 9.16M 2s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 44% 8.08M 2s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 45% 9.95M 2s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 46% 8.48M 2s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 47% 9.88M 2s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 48% 9.77M 1s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 49% 9.70M 1s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 50% 9.75M 1s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 51% 10.6M 1s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 52% 9.39M 1s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 53% 10.4M 1s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 54% 9.75M 1s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 55% 11.0M 1s unit-oai-hss-0: 17:01:51 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 56% 11.6M 1s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 57% 10.4M 1s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 58% 12.6M 1s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 59% 9.09M 1s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 60% 11.3M 1s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 61% 11.8M 1s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 62% 14.0M 1s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 63% 11.8M 1s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 64% 14.8M 1s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 65% 11.2M 1s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 66% 15.1M 1s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 67% 13.1M 1s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 68% 12.4M 1s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 69% 12.3M 1s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 70% 15.8M 1s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 71% 14.5M 1s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 72% 11.9M 1s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 73% 17.3M 1s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 74% 12.1M 1s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 75% 20.4M 0s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 76% 11.9M 0s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 77% 13.3M 0s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 78% 20.9M 0s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 79% 13.9M 0s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 80% 16.7M 0s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 81% 17.5M 0s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 82% 17.6M 0s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 83% 12.8M 0s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 84% 21.2M 0s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 85% 16.9M 0s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 86% 15.8M 0s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 87% 14.6M 0s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 88% 19.2M 0s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 89% 20.9M 0s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 90% 16.9M 0s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 91% 19.2M 0s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 92% 13.4M 0s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 93% 25.2M 0s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 94% 16.9M 0s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 95% 23.2M 0s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 96% 15.1M 0s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 97% 19.9M 0s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 98% 23.7M 0s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 99% 16.2M 0s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 5000K .......... .......... ....... 100% 28.1M=1.6s unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install 2018-10-04 17:01:52 (3.14 MB/s) - 'gnutls-3.1.23.tar.xz' saved [5148432/5148432] unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking whether build environment is sane... yes unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking for gawk... gawk unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... yes unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... (cached) yes unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install *** Checking for compilation programs... unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking whether gcc understands -c and -o together... yes unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking for style of include used by make... GNU unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking dependency style of gcc... gcc3 unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking for Minix Amsterdam compiler... no unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking for ar... ar unit-oai-hss-0: 17:01:52 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking minix/config.h usability... no unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking minix/config.h presence... no unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for minix/config.h... no unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking whether it is safe to define __EXTENSIONS__... yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking whether _XOPEN_SOURCE should be defined... no unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for _LARGEFILE_SOURCE value needed for large files... no unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for special C compiler options needed for large files... no unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for _FILE_OFFSET_BITS value needed for large files... no unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C99... -std=gnu99 unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking dependency style of gcc -std=gnu99... gcc3 unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking the archiver (ar) interface... ar unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking dependency style of g++... gcc3 unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for autogen... /bin/true unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install *** autogen not found. Will not link against libopts. unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for ANSI C header files... (cached) yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking cpuid.h usability... yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking cpuid.h presence... yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for cpuid.h... yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for ld used by GCC... /usr/bin/ld unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for shared library run path origin... done unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking whether to use nettle... yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for libnettle... yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking how to link with libnettle... /usr/lib/libnettle.so /usr/lib/libhogweed.so -lgmp unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for __gmpz_cmp in -lgmp... yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for LIBTASN1... yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking whether to use the included minitasn1... no unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking whether C99 macros are supported... yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking whether to disable DTLS-SRTP extension... no unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking whether to disable TLS heartbeat support... yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking whether to disable SRP authentication support... no unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking whether to disable PSK authentication support... no unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking whether to disable anonymous authentication support... no unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking whether to disable DHE support... no unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking whether to disable ECDHE support... no unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking whether to disable RSA-EXPORT support... no unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking whether to disable OpenPGP Certificate authentication support... no unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking whether to add cryptodev support... no unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking whether to disable OCSP support... no unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking size of void *... 8 unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking size of long long... 8 unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking size of int... 4 unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking sys/socket.h usability... yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking sys/socket.h presence... yes unit-oai-hss-0: 17:01:53 DEBUG unit.oai-hss/0.install checking for sys/socket.h... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking features.h usability... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking features.h presence... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for features.h... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking linewrap.h usability... no unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking linewrap.h presence... no unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for linewrap.h... no unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking arpa/inet.h usability... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking arpa/inet.h presence... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking dirent.h usability... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking dirent.h presence... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for dirent.h... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for sys/stat.h... (cached) yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking netdb.h usability... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking netdb.h presence... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for netdb.h... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking netinet/in.h usability... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking netinet/in.h presence... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for netinet/in.h... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking getopt.h usability... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking getopt.h presence... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for getopt.h... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking stdio_ext.h usability... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking stdio_ext.h presence... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for stdio_ext.h... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking termios.h usability... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking termios.h presence... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for termios.h... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking sys/time.h usability... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking sys/time.h presence... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for sys/time.h... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking iconv.h usability... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking iconv.h presence... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for iconv.h... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking math.h usability... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking math.h presence... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for math.h... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking sys/mman.h usability... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking sys/mman.h presence... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for sys/mman.h... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking sys/select.h usability... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking sys/select.h presence... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for sys/select.h... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking wchar.h usability... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking wchar.h presence... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for wchar.h... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for strings.h... (cached) yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking sys/uio.h usability... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking sys/uio.h presence... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for sys/uio.h... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking sysexits.h usability... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking sysexits.h presence... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for sysexits.h... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking xlocale.h usability... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking xlocale.h presence... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for xlocale.h... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking sys/param.h usability... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking sys/param.h presence... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for sys/param.h... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking sys/wait.h usability... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking sys/wait.h presence... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for sys/wait.h... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking sys/ioctl.h usability... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking sys/ioctl.h presence... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for sys/ioctl.h... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... none needed unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking whether to build OpenSSL compatibility layer... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for gtkdoc-check... no unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for gtkdoc-rebase... no unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for gtkdoc-mkpdf... no unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking whether to build gtk-doc documentation... no unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking whether NLS is requested... yes unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for msgfmt... no unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for gmsgfmt... : unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for xgettext... no unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for msgmerge... no unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for CFPreferencesCopyAppValue... no unit-oai-hss-0: 17:01:54 DEBUG unit.oai-hss/0.install checking for CFLocaleCopyCurrent... no unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking for GNU gettext in libc... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether to use NLS... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking where the gettext function comes from... libc unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether the preprocessor supports include_next... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether system header files limit the line length... no unit-abot-epc-basic-0: 17:01:55 DEBUG unit.abot-epc-basic/0.install Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking for shutdown... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking for sa_family_t... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... yes unit-abot-epc-basic-0: 17:01:55 DEBUG unit.abot-epc-basic/0.install Setting up cmake-data (3.5.1-1ubuntu3) ... unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... yes unit-abot-epc-basic-0: 17:01:55 DEBUG unit.abot-epc-basic/0.install Setting up libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... yes unit-abot-epc-basic-0: 17:01:55 DEBUG unit.abot-epc-basic/0.install Setting up libcurl3:amd64 (7.47.0-1ubuntu2.9) ... unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-abot-epc-basic-0: 17:01:55 DEBUG unit.abot-epc-basic/0.install Setting up libjsoncpp1:amd64 (1.7.2-1) ... unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking for C/C++ restrict keyword... __restrict unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether clearerr_unlocked is declared... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether feof_unlocked is declared... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether ferror_unlocked is declared... yes unit-abot-epc-basic-0: 17:01:55 DEBUG unit.abot-epc-basic/0.install Setting up cmake (3.5.1-1ubuntu3) ... unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether fflush_unlocked is declared... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether fgets_unlocked is declared... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether fputc_unlocked is declared... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether fputs_unlocked is declared... yes unit-oai-hss-0: 17:01:55 DEBUG unit.oai-hss/0.install checking whether fread_unlocked is declared... yes unit-abot-epc-basic-0: 17:01:55 DEBUG unit.abot-epc-basic/0.install Setting up cmake-curses-gui (3.5.1-1ubuntu3) ... unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking whether fwrite_unlocked is declared... yes unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking whether getc_unlocked is declared... yes unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking whether getchar_unlocked is declared... yes unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking whether putc_unlocked is declared... yes unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking whether putchar_unlocked is declared... yes unit-abot-epc-basic-0: 17:01:56 DEBUG unit.abot-epc-basic/0.install Setting up m4 (1.4.17-5) ... unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for flockfile... yes unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for funlockfile... yes unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for _set_invalid_parameter_handler... no unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for __fseterr... no unit-abot-epc-basic-0: 17:01:56 DEBUG unit.abot-epc-basic/0.install Setting up libfl-dev:amd64 (2.6.0-11) ... unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for getdelim... yes unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for __fsetlocking... yes unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for tcgetattr... yes unit-abot-epc-basic-0: 17:01:56 DEBUG unit.abot-epc-basic/0.install Setting up flex (2.6.0-11) ... unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for tcsetattr... yes unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for getsubopt... yes unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for gettimeofday... yes unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for nanotime... no unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for mprotect... yes unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for sleep... yes unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for snprintf... yes unit-abot-epc-basic-0: 17:01:56 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lato (2.0-1) ... unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for strdup... yes unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for strerror_r... yes unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for __xpg_strerror_r... yes unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for strndup... yes unit-abot-epc-basic-0: 17:01:56 DEBUG unit.abot-epc-basic/0.install Setting up imagemagick-common (8:6.8.9.9-7ubuntu5.12) ... unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for localtime_r... yes unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for vasnprintf... no unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for ftruncate... yes unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for getdtablesize... yes unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for newlocale... yes unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for lstat... yes unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for pipe... yes unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for setenv... yes unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for catgets... yes unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for symlink... yes unit-oai-hss-0: 17:01:56 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... no unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking for complete errno.h... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking for strerror_r... (cached) yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether strerror_r returns char *... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether frexp() can be used without linking with libm... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether alarm is declared... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether long double and double are the same... no unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether stdin defaults to large file offsets... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking for pid_t... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking for mode_t... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether fseeko is declared... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking for fseeko... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether stat file-mode macros are broken... no unit-abot-epc-basic-0: 17:01:57 DEBUG unit.abot-epc-basic/0.install Setting up libaudio2:amd64 (1.9.4-4) ... unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking for nlink_t... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... yes unit-abot-epc-basic-0: 17:01:57 DEBUG unit.abot-epc-basic/0.install Setting up libexif12:amd64 (0.6.21-2) ... unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether ftello is declared... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking for ftello... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether ftello works... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... yes unit-abot-epc-basic-0: 17:01:57 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... yes unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... none required unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking for gethostbyname... yes unit-abot-epc-basic-0: 17:01:57 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... none required unit-oai-hss-0: 17:01:57 DEBUG unit.oai-hss/0.install checking for getservbyname... yes unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... none required unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... yes unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking for IPv4 sockets... yes unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking for IPv6 sockets... yes unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking whether getdelim is declared... yes unit-abot-epc-basic-0: 17:01:58 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking whether getline is declared... yes unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking for getopt.h... (cached) yes unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking for getopt_long_only... yes unit-abot-epc-basic-0: 17:01:58 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking whether getopt is POSIX compatible... yes unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking for working GNU getopt function... yes unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking for working GNU getopt_long function... yes unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking whether getenv is declared... yes unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking whether getpass is declared... yes unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking whether flockfile is declared... yes unit-abot-epc-basic-0: 17:01:58 DEBUG unit.abot-epc-basic/0.install Setting up libieee1284-3:amd64 (0.2.11-12) ... unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking whether funlockfile is declared... yes unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking for struct timeval... yes unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking for wide-enough struct timeval.tv_sec member... yes unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking whether gettimeofday is declared without a macro... yes unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... word 1 bit 20 unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... word 0 bit 23 unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking whether malloc, realloc, calloc are POSIX compliant... yes unit-abot-epc-basic-0: 17:01:58 DEBUG unit.abot-epc-basic/0.install Setting up liblqr-1-0:amd64 (0.4.2-2) ... unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking for mmap... yes unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking whether memchr works... yes unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking whether memmem is declared... yes unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... no unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... yes unit-abot-epc-basic-0: 17:01:58 DEBUG unit.abot-epc-basic/0.install Setting up libltdl7:amd64 (2.4.6-0.1) ... unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... yes unit-abot-epc-basic-0: 17:01:58 DEBUG unit.abot-epc-basic/0.install Setting up libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... yes unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking for sigset_t... yes unit-oai-hss-0: 17:01:58 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether snprintf returns a byte count as in C99... yes unit-abot-epc-basic-0: 17:01:59 DEBUG unit.abot-epc-basic/0.install Setting up libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether snprintf is declared... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking for stdbool.h that conforms to C99... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking for _Bool... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-abot-epc-basic-0: 17:01:59 DEBUG unit.abot-epc-basic/0.install Setting up libmng2:amd64 (2.0.2-0ubuntu3) ... unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking for long long int... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking for unsigned long long int... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether stdint.h conforms to C99... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether strdup is declared... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether strerror(0) succeeds... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking for strerror_r with POSIX signature... no unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether __xpg_strerror_r works... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether ffsl is declared without a macro... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether ffsll is declared without a macro... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether memmem is declared without a macro... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether mempcpy is declared without a macro... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether memrchr is declared without a macro... yes unit-abot-epc-basic-0: 17:01:59 DEBUG unit.abot-epc-basic/0.install Setting up libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether rawmemchr is declared without a macro... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether stpcpy is declared without a macro... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether stpncpy is declared without a macro... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether strchrnul is declared without a macro... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether strdup is declared without a macro... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether strncat is declared without a macro... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether strndup is declared without a macro... yes unit-abot-epc-basic-0: 17:01:59 DEBUG unit.abot-epc-basic/0.install Setting up libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether strnlen is declared without a macro... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether strpbrk is declared without a macro... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether strsep is declared without a macro... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether strcasestr is declared without a macro... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared without a macro... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared without a macro... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether strsignal is declared without a macro... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether strverscmp is declared without a macro... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether ffs is declared without a macro... yes unit-abot-epc-basic-0: 17:01:59 DEBUG unit.abot-epc-basic/0.install Setting up libblas-common (3.6.0-2ubuntu2) ... unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether strcasecmp is declared without a macro... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared without a macro... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether strndup is declared... (cached) yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether strnlen is declared... (cached) yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared... (cached) yes unit-abot-epc-basic-0: 17:01:59 DEBUG unit.abot-epc-basic/0.install Setting up libblas3 (3.6.0-2ubuntu2) ... unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking whether imported symbols can be declared weak... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking pthread.h usability... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking pthread.h presence... yes unit-oai-hss-0: 17:01:59 DEBUG unit.oai-hss/0.install checking for pthread.h... yes unit-abot-epc-basic-0: 17:02:00 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking for pthread_kill in -lpthread... yes unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking for multithread API to use... posix unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking for struct timespec in ... yes unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-abot-epc-basic-0: 17:02:00 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking for intmax_t... yes unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking for strnlen... yes unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking for wcslen... yes unit-abot-epc-basic-0: 17:02:00 DEBUG unit.abot-epc-basic/0.install Setting up libopenblas-base (0.2.18-1ubuntu1) ... unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking for wcsnlen... yes unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking for mbrtowc... yes unit-abot-epc-basic-0: 17:02:00 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/openblas-base/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking for wcrtomb... yes unit-abot-epc-basic-0: 17:02:00 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/openblas-base/liblapack.so.3 to provide /usr/lib/liblapack.so.3 (liblapack.so.3) in auto mode unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking whether _snprintf is declared... no unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking whether printf supports size specifiers as in C99... yes unit-abot-epc-basic-0: 17:02:00 DEBUG unit.abot-epc-basic/0.install Setting up libatlas3-base (3.10.2-9) ... unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking whether printf supports 'long double' arguments... yes unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'double' arguments... yes unit-abot-epc-basic-0: 17:02:00 DEBUG unit.abot-epc-basic/0.install Setting up liblapack3 (3.6.0-2ubuntu2) ... unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'long double' arguments... no unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking whether printf supports the 'a' and 'A' directives... yes unit-abot-epc-basic-0: 17:02:00 DEBUG unit.abot-epc-basic/0.install Setting up libqrupdate1:amd64 (1.1.2-1build1) ... unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking whether printf supports the 'F' directive... yes unit-abot-epc-basic-0: 17:02:00 DEBUG unit.abot-epc-basic/0.install Setting up libpcre16-3:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking whether printf supports the 'n' directive... no unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking whether printf supports the 'ls' directive... yes unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking whether printf supports the grouping flag... yes unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking whether printf supports the left-adjust flag correctly... yes unit-abot-epc-basic-0: 17:02:00 DEBUG unit.abot-epc-basic/0.install Setting up libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking whether printf supports the zero flag correctly... yes unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking whether printf supports large precisions... yes unit-oai-hss-0: 17:02:00 DEBUG unit.oai-hss/0.install checking whether printf survives out-of-memory conditions... yes unit-abot-epc-basic-0: 17:02:00 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 17:02:01 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared... yes unit-oai-hss-0: 17:02:01 DEBUG unit.oai-hss/0.install checking whether uses 'inline' correctly... yes unit-abot-epc-basic-0: 17:02:01 DEBUG unit.abot-epc-basic/0.install Setting up libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 17:02:01 DEBUG unit.oai-hss/0.install checking for nl_langinfo and CODESET... yes unit-oai-hss-0: 17:02:01 DEBUG unit.oai-hss/0.install checking if environ is properly declared... yes unit-abot-epc-basic-0: 17:02:01 DEBUG unit.abot-epc-basic/0.install Setting up libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 17:02:01 DEBUG unit.abot-epc-basic/0.install Setting up libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... unit-abot-epc-basic-0: 17:02:01 DEBUG unit.abot-epc-basic/0.install Setting up libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:02:01 DEBUG unit.abot-epc-basic/0.install Setting up libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:02:01 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 17:02:01 DEBUG unit.abot-epc-basic/0.install Setting up libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:02:01 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon0:amd64 (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 17:02:02 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking for working fcntl.h... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking whether ungetc works on arbitrary bytes... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking whether getcwd (NULL, 0) allocates memory for result... yes unit-abot-epc-basic-0: 17:02:02 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking for getcwd with POSIX signature... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking whether imaxabs is declared without a macro... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking whether imaxdiv is declared without a macro... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking whether strtoimax is declared without a macro... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking whether strtoumax is declared without a macro... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-abot-epc-basic-0: 17:02:02 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking whether the inttypes.h PRIxNN macros are broken... no unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking for LC_MESSAGES... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking whether lstat correctly handles trailing slash... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-abot-epc-basic-0: 17:02:02 DEBUG unit.abot-epc-basic/0.install Setting up libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking for promoted mode_t type... mode_t unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... (cached) yes unit-abot-epc-basic-0: 17:02:02 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa-egl/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf (x86_64-linux-gnu_egl_conf) in auto mode unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking whether setenv is declared... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking search.h usability... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking search.h presence... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking for search.h... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking for tsearch... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking for alloca as a compiler built-in... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking for alphasort... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is defined... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is defined... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared without a macro... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared without a macro... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking byteswap.h usability... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking byteswap.h presence... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking for byteswap.h... yes unit-abot-epc-basic-0: 17:02:02 DEBUG unit.abot-epc-basic/0.install Setting up libevdev2:amd64 (1.4.6+dfsg-1) ... unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking for clock_gettime... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking for clock_settime... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking for closedir... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking whether alphasort is declared without a macro... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking whether closedir is declared without a macro... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking whether dirfd is declared without a macro... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking whether fdopendir is declared without a macro... yes unit-oai-hss-0: 17:02:02 DEBUG unit.oai-hss/0.install checking whether opendir is declared without a macro... yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking whether readdir is declared without a macro... yes unit-abot-epc-basic-0: 17:02:03 DEBUG unit.abot-epc-basic/0.install Setting up libgudev-1.0-0:amd64 (1:230-2) ... unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking whether rewinddir is declared without a macro... yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking whether scandir is declared without a macro... yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... (cached) no unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking whether dup2 works... yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking for error_at_line... yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking whether conversion from 'int' to 'long double' works... yes unit-abot-epc-basic-0: 17:02:03 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-common (0.22-1~ubuntu16.04.1) ... unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking whether frexp works... yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... yes unit-abot-epc-basic-0: 17:02:03 DEBUG unit.abot-epc-basic/0.install Setting up libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking whether frexpl works... yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking for fseeko... (cached) yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking for ftello... (cached) yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking whether ftello works... (cached) yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking whether __func__ is available... yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking for library containing getaddrinfo... none required unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking for getaddrinfo... yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared... (cached) yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking whether gai_strerrorA is declared... no unit-abot-epc-basic-0: 17:02:03 DEBUG unit.abot-epc-basic/0.install Setting up libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking for gai_strerror with POSIX signature... yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking for struct sockaddr.sa_len... no unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared... (cached) yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared... (cached) yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared... (cached) yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking for struct addrinfo... yes unit-abot-epc-basic-0: 17:02:03 DEBUG unit.abot-epc-basic/0.install Setting up libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking for working getdelim function... yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking for getline... yes unit-abot-epc-basic-0: 17:02:03 DEBUG unit.abot-epc-basic/0.install Setting up libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking for working getline function... yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking for getpass... yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking whether gettimeofday clobbers localtime buffer... no unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking for gettimeofday with POSIX signature... almost unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... (cached) none required unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking for gethostbyname... (cached) yes unit-abot-epc-basic-0: 17:02:03 DEBUG unit.abot-epc-basic/0.install Setting up libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking for iconv... yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking for working iconv... yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking for iconv declaration... unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); unit-abot-epc-basic-0: 17:02:03 DEBUG unit.abot-epc-basic/0.install Setting up libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking whether iconv supports conversion between UTF-8 and UTF-{16,32}{BE,LE}... yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... (cached) none required unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... (cached) yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking for library containing inet_pton... none required unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared... (cached) yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking whether the compiler generally respects inline... yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking whether isnan(double) can be used without linking with libm... yes unit-abot-epc-basic-0: 17:02:03 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking whether isnan(float) can be used without linking with libm... yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking whether isnan(float) works... yes unit-oai-hss-0: 17:02:03 DEBUG unit.oai-hss/0.install checking whether isnan(long double) can be used without linking with libm... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether isnanl works... no unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'long double'... word 2 bit 0 unit-abot-epc-basic-0: 17:02:04 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking if gcc/ld supports -Wl,--output-def... no unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking if LD -Wl,--version-script works... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether lseek detects pipes... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... (cached) yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether NAN macro works... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether HUGE_VAL works... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether acosf is declared without a macro... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether acosl is declared without a macro... yes unit-abot-epc-basic-0: 17:02:04 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-image0:amd64 (0.4.0-1build1) ... unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether asinf is declared without a macro... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether asinl is declared without a macro... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether atanf is declared without a macro... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether atanl is declared without a macro... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether cbrt is declared without a macro... yes unit-abot-epc-basic-0: 17:02:04 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-keysyms1:amd64 (0.4.0-1) ... unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether cbrtf is declared without a macro... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether cbrtl is declared without a macro... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether ceilf is declared without a macro... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether ceill is declared without a macro... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether copysign is declared without a macro... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether copysignf is declared without a macro... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether copysignl is declared without a macro... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether cosf is declared without a macro... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether cosl is declared without a macro... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether coshf is declared without a macro... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether expf is declared without a macro... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether expl is declared without a macro... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether exp2 is declared without a macro... yes unit-abot-epc-basic-0: 17:02:04 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether exp2f is declared without a macro... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether exp2l is declared without a macro... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether expm1 is declared without a macro... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether expm1f is declared without a macro... yes unit-abot-epc-basic-0: 17:02:04 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render-util0:amd64 (0.3.9-1) ... unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether expm1l is declared without a macro... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether fabsf is declared without a macro... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether fabsl is declared without a macro... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether floorf is declared without a macro... yes unit-abot-epc-basic-0: 17:02:04 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether floorl is declared without a macro... yes unit-oai-hss-0: 17:02:04 DEBUG unit.oai-hss/0.install checking whether fma is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether fmaf is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether fmal is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether fmod is declared without a macro... yes unit-abot-epc-basic-0: 17:02:05 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether fmodf is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether fmodl is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether frexpf is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether frexpl is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether hypotf is declared without a macro... yes unit-abot-epc-basic-0: 17:02:05 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2) ... unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether hypotl is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether ilogb is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether ilogbf is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether ilogbl is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether ldexpf is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared without a macro... yes unit-abot-epc-basic-0: 17:02:05 DEBUG unit.abot-epc-basic/0.install Setting up libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether log is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether logf is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether logl is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether log10 is declared without a macro... yes unit-abot-epc-basic-0: 17:02:05 DEBUG unit.abot-epc-basic/0.install Setting up libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether log10f is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether log10l is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether log1p is declared without a macro... yes unit-abot-epc-basic-0: 17:02:05 DEBUG unit.abot-epc-basic/0.install Setting up libqt5svg5:amd64 (5.5.1-2build1) ... unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether log1pf is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether log1pl is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether log2 is declared without a macro... yes unit-abot-epc-basic-0: 17:02:05 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether log2f is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether log2l is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether logb is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether logbf is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether logbl is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether modf is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether modff is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether modfl is declared without a macro... yes unit-abot-epc-basic-0: 17:02:05 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether powf is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether remainder is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether remainderf is declared without a macro... yes unit-oai-hss-0: 17:02:05 DEBUG unit.oai-hss/0.install checking whether remainderl is declared without a macro... yes unit-abot-epc-basic-0: 17:02:06 DEBUG unit.abot-epc-basic/0.install Setting up libdconf1:amd64 (0.24.0-2) ... unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether rint is declared without a macro... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether rintf is declared without a macro... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether rintl is declared without a macro... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether round is declared without a macro... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether roundf is declared without a macro... yes unit-abot-epc-basic-0: 17:02:06 DEBUG unit.abot-epc-basic/0.install Setting up dconf-service (0.24.0-2) ... unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether roundl is declared without a macro... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether sinf is declared without a macro... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether sinl is declared without a macro... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether sinhf is declared without a macro... yes unit-abot-epc-basic-0: 17:02:06 DEBUG unit.abot-epc-basic/0.install Setting up dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether sqrtf is declared without a macro... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether sqrtl is declared without a macro... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether tanf is declared without a macro... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether tanl is declared without a macro... yes unit-abot-epc-basic-0: 17:02:06 DEBUG unit.abot-epc-basic/0.install Setting up gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether tanhf is declared without a macro... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether trunc is declared without a macro... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether truncf is declared without a macro... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether truncl is declared without a macro... yes unit-abot-epc-basic-0: 17:02:06 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking for memmem... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether memmem works... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking for mempcpy... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... (cached) yes unit-abot-epc-basic-0: 17:02:06 DEBUG unit.abot-epc-basic/0.install Setting up libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking for opendir... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking for pmccabe... false unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether frexp works... (cached) yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether ldexp can be used without linking with libm... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... (cached) yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether frexpl works... (cached) yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... (cached) yes unit-abot-epc-basic-0: 17:02:06 DEBUG unit.abot-epc-basic/0.install Setting up libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether ldexpl() can be used without linking with libm... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether ldexpl works... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared... (cached) yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... (cached) yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... (cached) yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking for rawmemchr... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking for readdir... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking for scandir... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether select supports a 0 argument... yes unit-abot-epc-basic-0: 17:02:06 DEBUG unit.abot-epc-basic/0.install Setting up librest-0.7-0:amd64 (0.7.93-1) ... unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether select detects invalid fds... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... (cached) none required unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking for getservbyname... (cached) yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking for volatile sig_atomic_t... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking for sighandler_t... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether pthread_sigmask is declared without a macro... yes unit-oai-hss-0: 17:02:06 DEBUG unit.oai-hss/0.install checking whether sigaction is declared without a macro... yes unit-oai-hss-0: 17:02:07 DEBUG unit.oai-hss/0.install checking whether sigaddset is declared without a macro... yes unit-oai-hss-0: 17:02:07 DEBUG unit.oai-hss/0.install checking whether sigdelset is declared without a macro... yes unit-abot-epc-basic-0: 17:02:07 DEBUG unit.abot-epc-basic/0.install Setting up libsamplerate0:amd64 (0.1.8-8) ... unit-oai-hss-0: 17:02:07 DEBUG unit.oai-hss/0.install checking whether sigemptyset is declared without a macro... yes unit-oai-hss-0: 17:02:07 DEBUG unit.oai-hss/0.install checking whether sigfillset is declared without a macro... yes unit-oai-hss-0: 17:02:07 DEBUG unit.oai-hss/0.install checking whether sigismember is declared without a macro... yes unit-oai-hss-0: 17:02:07 DEBUG unit.oai-hss/0.install checking whether sigpending is declared without a macro... yes unit-oai-hss-0: 17:02:07 DEBUG unit.oai-hss/0.install checking whether sigprocmask is declared without a macro... yes unit-oai-hss-0: 17:02:07 DEBUG unit.oai-hss/0.install checking for signbit macro... yes unit-oai-hss-0: 17:02:07 DEBUG unit.oai-hss/0.install checking for signbit compiler built-ins... yes unit-oai-hss-0: 17:02:07 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 17:02:07 DEBUG unit.oai-hss/0.install checking for SIZE_MAX... yes unit-abot-epc-basic-0: 17:02:07 DEBUG unit.abot-epc-basic/0.install Setting up libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-oai-hss-0: 17:02:07 DEBUG unit.oai-hss/0.install checking whether sleep is declared... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking for working sleep... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... (cached) none needed unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking for socklen_t... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking for working stdalign.h... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking for va_copy... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking whether NULL can be used in arbitrary expressions... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking whether dprintf is declared without a macro... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking whether fpurge is declared without a macro... no unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking whether fseeko is declared without a macro... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking whether ftello is declared without a macro... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking whether getdelim is declared without a macro... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking whether getline is declared without a macro... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking whether gets is declared without a macro... no unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking whether pclose is declared without a macro... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking whether popen is declared without a macro... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking whether renameat is declared without a macro... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking whether snprintf is declared without a macro... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking whether tmpfile is declared without a macro... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking whether vdprintf is declared without a macro... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared without a macro... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking whether _Exit is declared without a macro... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking whether atoll is declared without a macro... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking whether canonicalize_file_name is declared without a macro... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking whether getloadavg is declared without a macro... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking whether getsubopt is declared without a macro... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking whether grantpt is declared without a macro... yes unit-oai-hss-0: 17:02:08 DEBUG unit.oai-hss/0.install checking whether initstate is declared without a macro... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether initstate_r is declared without a macro... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether mkdtemp is declared without a macro... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether mkostemp is declared without a macro... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether mkostemps is declared without a macro... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether mkstemp is declared without a macro... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether mkstemps is declared without a macro... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether posix_openpt is declared without a macro... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether ptsname is declared without a macro... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether ptsname_r is declared without a macro... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether random is declared without a macro... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether random_r is declared without a macro... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether realpath is declared without a macro... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether rpmatch is declared without a macro... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether secure_getenv is declared without a macro... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether setenv is declared without a macro... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether setstate is declared without a macro... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether setstate_r is declared without a macro... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether srandom is declared without a macro... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether srandom_r is declared without a macro... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether strtod is declared without a macro... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether strtoll is declared without a macro... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether strtoull is declared without a macro... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether unlockpt is declared without a macro... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared without a macro... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking for strcasecmp... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking for strncasecmp... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared... (cached) yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking for strchrnul... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether strchrnul works... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking for working strerror function... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking for working strndup... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking for working strnlen... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking for strtok_r... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether strtok_r works... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking for strverscmp... yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... (cached) yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... (cached) yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking for sa_family_t... (cached) yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... (cached) yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:09 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking for nlink_t... (cached) yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... (cached) yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether localtime_r is declared... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether localtime_r is compatible with its POSIX signature... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking for library containing timer_settime... -lrt unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking for timer_settime... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether chdir is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether chown is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether dup is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether dup2 is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether dup3 is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether environ is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether euidaccess is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether faccessat is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether fchdir is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether fchownat is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether fdatasync is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether fsync is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether ftruncate is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether getcwd is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether getdomainname is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether getdtablesize is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether getgroups is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether gethostname is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether getlogin is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether getlogin_r is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether getusershell is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether setusershell is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether endusershell is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether group_member is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether isatty is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether lchown is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether link is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether linkat is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether lseek is declared without a macro... yes unit-oai-hss-0: 17:02:10 DEBUG unit.oai-hss/0.install checking whether pipe is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether pipe2 is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether pread is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether pwrite is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether readlink is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether readlinkat is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether rmdir is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether sethostname is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether sleep is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether symlink is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether symlinkat is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether ttyname_r is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether unlink is declared without a macro... yes unit-abot-epc-basic-0: 17:02:11 DEBUG unit.abot-epc-basic/0.install Setting up libserf-1-1:amd64 (1.3.8-1) ... unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether unlinkat is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether usleep is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... yes unit-abot-epc-basic-0: 17:02:11 DEBUG unit.abot-epc-basic/0.install Setting up libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking for vasprintf... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... (cached) yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking for vsnprintf... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... (cached) yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... (cached) yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether btowc is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether wctob is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether mbsinit is declared without a macro... yes unit-abot-epc-basic-0: 17:02:11 DEBUG unit.abot-epc-basic/0.install Setting up libxft2:amd64 (2.3.2-1) ... unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether mbrtowc is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether mbrlen is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether mbsrtowcs is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether mbsnrtowcs is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether wcrtomb is declared without a macro... yes unit-abot-epc-basic-0: 17:02:11 DEBUG unit.abot-epc-basic/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether wcsrtombs is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether wcsnrtombs is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether wcwidth is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether wmemchr is declared without a macro... yes unit-abot-epc-basic-0: 17:02:11 DEBUG unit.abot-epc-basic/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether wmemcmp is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether wmemcpy is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether wmemmove is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether wmemset is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether wcslen is declared without a macro... yes unit-abot-epc-basic-0: 17:02:11 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether wcsnlen is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether wcscpy is declared without a macro... yes unit-oai-hss-0: 17:02:11 DEBUG unit.oai-hss/0.install checking whether wcpcpy is declared without a macro... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether wcsncpy is declared without a macro... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether wcpncpy is declared without a macro... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether wcscat is declared without a macro... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether wcsncat is declared without a macro... yes unit-abot-epc-basic-0: 17:02:12 DEBUG unit.abot-epc-basic/0.install Setting up poppler-data (0.4.7-7) ... unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether wcscmp is declared without a macro... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether wcsncmp is declared without a macro... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether wcscasecmp is declared without a macro... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether wcsncasecmp is declared without a macro... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether wcscoll is declared without a macro... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether wcsxfrm is declared without a macro... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether wcsdup is declared without a macro... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether wcschr is declared without a macro... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether wcsrchr is declared without a macro... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether wcscspn is declared without a macro... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether wcsspn is declared without a macro... yes unit-abot-epc-basic-0: 17:02:12 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0:amd64 (0.10-3) ... unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether wcspbrk is declared without a macro... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether wcsstr is declared without a macro... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether wcstok is declared without a macro... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether wcswidth is declared without a macro... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking for a traditional french locale... none unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking for a turkish Unicode locale... none unit-abot-epc-basic-0: 17:02:12 DEBUG unit.abot-epc-basic/0.install Setting up libslicot0:amd64 (5.0+20101122-2) ... unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether fcntl is declared without a macro... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether openat is declared without a macro... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether fdopen sets errno... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether getdtablesize works... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking for getpagesize... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared... (cached) yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-abot-epc-basic-0: 17:02:12 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether INT32_MAX < INTMAX_MAX... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether INT64_MAX == LONG_MAX... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether UINT32_MAX < UINTMAX_MAX... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether UINT64_MAX == ULONG_MAX... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking for ioctl... yes unit-abot-epc-basic-0: 17:02:12 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking for ioctl with POSIX signature... no unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... (cached) word 1 bit 20 unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... (cached) word 0 bit 23 unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'long double'... (cached) word 2 bit 0 unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether locale.h conforms to POSIX:2001... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether locale.h defines locale_t... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether struct lconv is properly defined... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether setlocale is declared without a macro... yes unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking whether duplocale is declared without a macro... yes unit-abot-epc-basic-0: 17:02:12 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-gobject2:amd64 (1.14.6-1) ... unit-oai-hss-0: 17:02:12 DEBUG unit.oai-hss/0.install checking for setlocale... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for uselocale... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for pthread_rwlock_t... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking whether open recognizes a trailing slash... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking whether perror matches strerror... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for putenv compatible with GNU and SVID... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking whether setenv validates arguments... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for a traditional french locale... (cached) none unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for a french Unicode locale... none unit-abot-epc-basic-0: 17:02:13 DEBUG unit.abot-epc-basic/0.install Setting up libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for a traditional japanese locale... none unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for a transitional chinese locale... none unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on directories... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on files... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-abot-epc-basic-0: 17:02:13 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking whether symlink handles trailing slash correctly... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking whether declares ioctl... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking whether ioctl is declared without a macro... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for unsetenv... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for unsetenv() return type... int unit-abot-epc-basic-0: 17:02:13 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking whether unsetenv obeys POSIX... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking how to print strings... printf unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for fgrep... /bin/grep -F unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for ld used by gcc -std=gnu99... /usr/bin/ld unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking the maximum length of command line arguments... 1572864 unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking whether the shell understands some XSI constructs... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking whether the shell understands "+="... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking how to recognize dependent libraries... pass_all unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for dlltool... dlltool unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for archiver @FILE support... @ unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for strip... strip unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for ranlib... (cached) ranlib unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for sysroot... no unit-abot-epc-basic-0: 17:02:13 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for mt... mt unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking if mt is a manifest tool... no unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for dlfcn.h... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for objdir... .libs unit-abot-epc-basic-0: 17:02:13 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 static flag -static works... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes unit-abot-epc-basic-0: 17:02:13 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking whether -lc should be explicitly linked in... no unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking whether stripping libraries is possible... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking if libtool supports shared libraries... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking whether to build shared libraries... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking whether to build static libraries... yes unit-oai-hss-0: 17:02:13 DEBUG unit.oai-hss/0.install checking how to run the C++ preprocessor... g++ -E unit-abot-epc-basic-0: 17:02:14 DEBUG unit.abot-epc-basic/0.install Setting up libcroco3:amd64 (0.6.11-1) ... unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for ld used by g++... /usr/bin/ld -m elf_x86_64 unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for g++ option to produce PIC... -fPIC -DPIC unit-abot-epc-basic-0: 17:02:14 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-2:amd64 (2.40.13-3) ... unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking if g++ PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking if g++ static flag -static works... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... (cached) yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... (cached) GNU/Linux ld.so unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-abot-epc-basic-0: 17:02:14 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-common:amd64 (2.40.13-3) ... unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for fork... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for getrusage... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for getpwuid_r... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for daemon... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for getpid... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for libpthread... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking how to link with libpthread... -lpthread unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking whether to build libdane... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for unbound library... no unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install *** libunbound was not found. Libdane will not be built. unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for P11_KIT... yes unit-abot-epc-basic-0: 17:02:14 DEBUG unit.abot-epc-basic/0.install Setting up at-spi2-core (2.18.3-4ubuntu1) ... unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for tss library... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for dirent.h that defines DIR... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for library containing opendir... none required unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for sys/mman.h... (cached) yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for sys/param.h... (cached) yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking sys/poll.h usability... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking sys/poll.h presence... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for sys/poll.h... yes unit-abot-epc-basic-0: 17:02:14 DEBUG unit.abot-epc-basic/0.install Setting up autoconf (2.69-9) ... unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking sys/procset.h usability... no unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking sys/procset.h presence... no unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for sys/procset.h... no unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking sys/stropts.h usability... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking sys/stropts.h presence... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for sys/stropts.h... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for sys/time.h... (cached) yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking sys/un.h usability... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking sys/un.h presence... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for sys/un.h... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for dlfcn.h... (cached) yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking errno.h usability... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking errno.h presence... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for errno.h... yes unit-abot-epc-basic-0: 17:02:14 DEBUG unit.abot-epc-basic/0.install Setting up autotools-dev (20150820.1) ... unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking fcntl.h usability... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking fcntl.h presence... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for fcntl.h... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking libgen.h usability... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking libgen.h presence... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for libgen.h... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking libintl.h usability... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking libintl.h presence... yes unit-oai-hss-0: 17:02:14 DEBUG unit.oai-hss/0.install checking for libintl.h... yes unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking for memory.h... (cached) yes unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking setjmp.h usability... yes unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking setjmp.h presence... yes unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking for setjmp.h... yes unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking for stdbool.h... (cached) yes unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking for sysexits.h... (cached) yes unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking utime.h usability... yes unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking utime.h presence... yes unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking for utime.h... yes unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking stdarg.h usability... yes unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking stdarg.h presence... yes unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking for stdarg.h... yes unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking for string.h... (cached) yes unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking limits.h usability... yes unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking limits.h presence... yes unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking for limits.h... yes unit-abot-epc-basic-0: 17:02:15 DEBUG unit.abot-epc-basic/0.install Setting up automake (1:1.15-4ubuntu1) ... unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-abot-epc-basic-0: 17:02:15 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking for runetype.h... no unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking for wchar.h... (cached) yes unit-abot-epc-basic-0: 17:02:15 DEBUG unit.abot-epc-basic/0.install Setting up libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-abot-epc-basic-0: 17:02:15 DEBUG unit.abot-epc-basic/0.install Setting up bison (2:3.0.4.dfsg-1) ... unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking for int8_t... yes unit-abot-epc-basic-0: 17:02:15 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking for uint8_t... yes unit-abot-epc-basic-0: 17:02:15 DEBUG unit.abot-epc-basic/0.install Setting up castxml (0.1+git20160202-1.1) ... unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking for int16_t... yes unit-abot-epc-basic-0: 17:02:15 DEBUG unit.abot-epc-basic/0.install Setting up libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking for uint16_t... yes unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking for int32_t... yes unit-abot-epc-basic-0: 17:02:15 DEBUG unit.abot-epc-basic/0.install Setting up libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking for uint32_t... yes unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking for intptr_t... yes unit-abot-epc-basic-0: 17:02:15 DEBUG unit.abot-epc-basic/0.install Setting up libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking for uintptr_t... yes unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking for uint_t... no unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking for pid_t... (cached) yes unit-oai-hss-0: 17:02:15 DEBUG unit.oai-hss/0.install checking for size_t... (cached) yes unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking size of char*... 8 unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking size of int... (cached) 4 unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking size of long... (cached) 8 unit-abot-epc-basic-0: 17:02:16 DEBUG unit.abot-epc-basic/0.install Setting up libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking size of short... 2 unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking for pathfind in -lgen... no unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking for gettext in -lintl... no unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking for vprintf... yes unit-abot-epc-basic-0: 17:02:16 DEBUG unit.abot-epc-basic/0.install Setting up libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking for _doprnt... no unit-abot-epc-basic-0: 17:02:16 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-port12:amd64 (2.5.9-3) ... unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking vfork.h usability... no unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking vfork.h presence... no unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking for vfork.h... no unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking for fork... (cached) yes unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking for vfork... yes unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking for working fork... yes unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking for working vfork... (cached) yes unit-abot-epc-basic-0: 17:02:16 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-6:amd64 (2.5.9-3) ... unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking for canonicalize_file_name... yes unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking for strchr... yes unit-abot-epc-basic-0: 17:02:16 DEBUG unit.abot-epc-basic/0.install Setting up libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking for strrchr... yes unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking for strsignal... yes unit-abot-epc-basic-0: 17:02:16 DEBUG unit.abot-epc-basic/0.install Adding scanner group... unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking for fchmod... yes unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking for fstat... yes unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking for chmod... yes unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... (cached) /bin/sed unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install configure: Using supplied libopts tearoff unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking whether a reg expr header is specified... no unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking whether with-libregex was specified... no unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking whether with-libregex-cflags was specified... no unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking whether with-libregex-libs was specified... no unit-abot-epc-basic-0: 17:02:16 DEBUG unit.abot-epc-basic/0.install Setting up colord-data (1.2.12-1ubuntu1) ... unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking whether libregex functions properly... yes unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking whether pathfind(3) works... no unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking whether /dev/zero is readable device... crw-rw-rw- 1 root root 1, 5 Oct 4 16:56 /dev/zero unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking whether we have a functional realpath(3C)... yes unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking whether strftime() works... yes unit-abot-epc-basic-0: 17:02:16 DEBUG unit.abot-epc-basic/0.install Setting up colord (1.2.12-1ubuntu1) ... unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking whether fopen accepts "b" mode... yes unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking whether fopen accepts "t" mode... yes unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking whether not wanting optional option args... yes unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 17:02:16 DEBUG unit.oai-hss/0.install checking size of unsigned long int... 8 unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking size of unsigned int... 4 unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking whether to include zlib compression support... yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for libz... yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking how to link with libz... -lz unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking whether building Guile bindings... yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install *** Detecting GNU Guile... unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for guile-snarf... no unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install configure: WARNING: `guile-snarf' from Guile 1.8 not found. Guile bindings not built. unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install *** Checking dependencies for crywrap... unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... (cached) yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for sys/types.h... (cached) yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking return type of signal handlers... void unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking types of arguments for select... int,fd_set *,struct timeval * unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for alarm... yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for atexit... yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for dup2... yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for epoll_create... yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for kqueue... no unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for memchr... yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for memset... yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for munmap... yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for putenv... yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for regcomp... yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for scandir... (cached) yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for select... yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for socket... yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for strcasecmp... (cached) yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for strchr... (cached) yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for strncasecmp... (cached) yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for strrchr... (cached) yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for strstr... yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for strtoul... yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for uname... yes unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking for LIBIDN... yes unit-abot-epc-basic-0: 17:02:17 DEBUG unit.abot-epc-basic/0.install colord.service is a disabled or a static unit, not starting it. unit-abot-epc-basic-0: 17:02:17 DEBUG unit.abot-epc-basic/0.install Setting up gettext (0.19.7-2ubuntu3) ... unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install checking that generated files are newer than configure... done unit-oai-hss-0: 17:02:17 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-abot-epc-basic-0: 17:02:18 DEBUG unit.abot-epc-basic/0.install Setting up intltool-debian (0.35.0+20060710.4) ... unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating src/libopts/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating guile/pre-inst-guile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating doc/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/openpgp/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/srp/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/x509/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating doc/cyclo/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating doc/doxygen/Doxyfile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating doc/examples/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating doc/latex/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating doc/manpages/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/version.xml unit-abot-epc-basic-0: 17:02:18 DEBUG unit.abot-epc-basic/0.install Setting up po-debconf (1.0.19) ... unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating doc/scripts/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating extra/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating extra/includes/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating libdane/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating libdane/includes/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating libdane/gnutls-dane.pc unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating gl/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating gl/tests/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating guile/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating guile/modules/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating guile/src/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating guile/tests/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating lib/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/x86/Makefile unit-abot-epc-basic-0: 17:02:18 DEBUG unit.abot-epc-basic/0.install Setting up libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating lib/algorithms/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating lib/auth/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating lib/ext/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating lib/extras/Makefile unit-oai-hss-0: 17:02:18 DEBUG unit.oai-hss/0.install config.status: creating lib/gnutls.pc unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/Makefile unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/gnutls/gnutls.h unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating lib/minitasn1/Makefile unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating lib/nettle/Makefile unit-abot-epc-basic-0: 17:02:19 DEBUG unit.abot-epc-basic/0.install Setting up libfile-stripnondeterminism-perl (0.015-1) ... unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating lib/opencdk/Makefile unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating lib/openpgp/Makefile unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating lib/x509/Makefile unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile.in unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating src/Makefile unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating src/crywrap/Makefile unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating tests/Makefile unit-abot-epc-basic-0: 17:02:19 DEBUG unit.abot-epc-basic/0.install Setting up libtimedate-perl (2.3000-2) ... unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating tests/cert-tests/Makefile unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating tests/dsa/Makefile unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating tests/dtls/Makefile unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating tests/srp/Makefile unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating tests/ecdsa/Makefile unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating tests/key-id/Makefile unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating tests/openpgp-certs/Makefile unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs1-padding/Makefile unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs12-decode/Makefile unit-abot-epc-basic-0: 17:02:19 DEBUG unit.abot-epc-basic/0.install Setting up default-jre-headless (2:1.8-56ubuntu2) ... unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs8-decode/Makefile unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating tests/rsa-md5-collision/Makefile unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating tests/safe-renegotiation/Makefile unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating tests/scripts/Makefile unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating tests/sha2/Makefile unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating tests/slow/Makefile unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating tests/suite/Makefile unit-abot-epc-basic-0: 17:02:19 DEBUG unit.abot-epc-basic/0.install Setting up libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating tests/userid/Makefile unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 17:02:19 DEBUG unit.oai-hss/0.install config.status: executing depfiles commands unit-abot-epc-basic-0: 17:02:19 DEBUG unit.abot-epc-basic/0.install Setting up libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:02:19 DEBUG unit.abot-epc-basic/0.install Setting up libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:02:19 DEBUG unit.abot-epc-basic/0.install Setting up libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 17:02:19 DEBUG unit.abot-epc-basic/0.install Setting up doxygen (1.8.11-1) ... unit-abot-epc-basic-0: 17:02:20 DEBUG unit.abot-epc-basic/0.install Setting up libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 17:02:20 DEBUG unit.abot-epc-basic/0.install Setting up doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 17:02:20 DEBUG unit.abot-epc-basic/0.install Setting up fonts-liberation (1.07.4-1) ... unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install config.status: executing po-directories commands unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install config.status: creating po/POTFILES unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install config.status: executing libtool commands unit-abot-epc-basic-0: 17:02:20 DEBUG unit.abot-epc-basic/0.install Setting up tex-common (6.04ubuntu1) ... unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install version: 3.1.23 shared 49:3:21 unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install Host/Target system: x86_64-unknown-linux-gnu unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install Build system: x86_64-unknown-linux-gnu unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install Compiler: gcc -std=gnu99 unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install CFlags: -g -O2 unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install Library types: Shared=yes, Static=yes unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install configure: External hardware support: unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install /dev/crypto: no unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install Hardware accel: x86-64 unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install PKCS#11 support: yes unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install TPM support: yes unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install configure: Optional features: unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install (note that included applications might not compile properly unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install if features are disabled) unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install DTLS-SRTP support: yes unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install OCSP support: yes unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install OpenPGP support: yes unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install SRP support: yes unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install PSK support: yes unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install DHE support: yes unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install ECDHE support: yes unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install RSA-EXPORT support: yes unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install Anon auth support: yes unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install Heartbeat support: yes unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install configure: Optional applications: unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install crywrap app: yes unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install local libopts: yes unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install local libtasn1: no unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install configure: Optional libraries: unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install Guile wrappers: no unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install C++ library: yes unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install DANE library: no unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install OpenSSL compat: yes unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install configure: System files: unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install Trust store pkcs: unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install Trust store file: /etc/ssl/certs/ca-certificates.crt unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install Blacklist file: unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install CRL file: unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install DNSSEC root key file: /etc/unbound/root.key unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install *** The DNSSEC root key file in /etc/unbound/root.key was not found. unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install *** This file is needed for the verification of DNSSEC responses. unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install *** Use the command: unbound-anchor -a "/etc/unbound/root.key" unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install *** to generate or update it. unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install Compiling gnutls unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install Making all in gl unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install GEN alloca.h unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install GEN arpa/inet.h unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install GEN dirent.h unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install GEN getopt.h unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install GEN iconv.h unit-oai-hss-0: 17:02:20 DEBUG unit.oai-hss/0.install GEN math.h unit-abot-epc-basic-0: 17:02:20 DEBUG unit.abot-epc-basic/0.install update-language: texlive-base not installed and configured, doing nothing! unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install GEN netdb.h unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install GEN signal.h unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install GEN stdio.h unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install GEN stdlib.h unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install GEN string.h unit-abot-epc-basic-0: 17:02:21 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lmodern (2.004.5-1) ... unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install GEN strings.h unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install GEN sys/select.h unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install GEN sys/socket.h unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install GEN sys/stat.h unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install GEN sys/time.h unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install GEN sys/types.h unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install GEN sys/uio.h unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install GEN time.h unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install GEN unistd.h unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install GEN unistr.h unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install GEN unitypes.h unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install GEN wchar.h unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install GEN fcntl.h unit-abot-epc-basic-0: 17:02:21 DEBUG unit.abot-epc-basic/0.install Setting up gccxml (0.9.0+git20140716-6) ... unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install GEN inttypes.h unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install GEN locale.h unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install GEN sys/ioctl.h unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `all-am'. unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install CC argp-ba.lo unit-abot-epc-basic-0: 17:02:21 DEBUG unit.abot-epc-basic/0.install Setting up gconf2-common (3.2.6-3ubuntu6) ... unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install CC argp-eexst.lo unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install CC argp-fmtstream.lo unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install CC argp-fs-xinl.lo unit-abot-epc-basic-0: 17:02:21 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 17:02:21 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/gconf/2/path with new version unit-oai-hss-0: 17:02:21 DEBUG unit.oai-hss/0.install CC argp-help.lo unit-abot-epc-basic-0: 17:02:21 DEBUG unit.abot-epc-basic/0.install Setting up libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 17:02:21 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 17:02:21 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 17:02:21 DEBUG unit.abot-epc-basic/0.install Setting up gdb (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 17:02:22 DEBUG unit.abot-epc-basic/0.install Setting up gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 17:02:22 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:02:22 DEBUG unit.abot-epc-basic/0.install Setting up gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:02:22 DEBUG unit.abot-epc-basic/0.install Setting up gfortran (4:5.3.1-1ubuntu1) ... unit-oai-hss-0: 17:02:22 DEBUG unit.oai-hss/0.install CC argp-parse.lo unit-abot-epc-basic-0: 17:02:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode unit-abot-epc-basic-0: 17:02:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode unit-abot-epc-basic-0: 17:02:22 DEBUG unit.abot-epc-basic/0.install Setting up libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-abot-epc-basic-0: 17:02:22 DEBUG unit.abot-epc-basic/0.install Setting up libcupsimage2:amd64 (2.1.3-4ubuntu0.5) ... unit-oai-hss-0: 17:02:22 DEBUG unit.oai-hss/0.install CC argp-pin.lo unit-abot-epc-basic-0: 17:02:22 DEBUG unit.abot-epc-basic/0.install Setting up libijs-0.35:amd64 (0.35-12) ... unit-oai-hss-0: 17:02:22 DEBUG unit.oai-hss/0.install CC argp-pv.lo unit-oai-hss-0: 17:02:22 DEBUG unit.oai-hss/0.install CC argp-pvh.lo unit-abot-epc-basic-0: 17:02:22 DEBUG unit.abot-epc-basic/0.install Setting up libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-oai-hss-0: 17:02:22 DEBUG unit.oai-hss/0.install CC argp-xinl.lo unit-oai-hss-0: 17:02:22 DEBUG unit.oai-hss/0.install CC base64.lo unit-abot-epc-basic-0: 17:02:23 DEBUG unit.abot-epc-basic/0.install Setting up libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 17:02:23 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 17:02:23 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/papersize with new version unit-oai-hss-0: 17:02:23 DEBUG unit.oai-hss/0.install CC c-ctype.lo unit-oai-hss-0: 17:02:23 DEBUG unit.oai-hss/0.install CC c-strcasecmp.lo unit-oai-hss-0: 17:02:23 DEBUG unit.oai-hss/0.install CC c-strncasecmp.lo unit-oai-hss-0: 17:02:23 DEBUG unit.oai-hss/0.install CC dirname-lgpl.lo unit-oai-hss-0: 17:02:23 DEBUG unit.oai-hss/0.install CC basename-lgpl.lo unit-oai-hss-0: 17:02:24 DEBUG unit.oai-hss/0.install CC stripslash.lo unit-oai-hss-0: 17:02:24 DEBUG unit.oai-hss/0.install CC fd-hook.lo unit-oai-hss-0: 17:02:24 DEBUG unit.oai-hss/0.install CC gettime.lo unit-oai-hss-0: 17:02:24 DEBUG unit.oai-hss/0.install CC hash-pjw-bare.lo unit-oai-hss-0: 17:02:24 DEBUG unit.oai-hss/0.install CC math.lo unit-oai-hss-0: 17:02:24 DEBUG unit.oai-hss/0.install CC printf-frexp.lo unit-oai-hss-0: 17:02:24 DEBUG unit.oai-hss/0.install CC printf-frexpl.lo unit-oai-hss-0: 17:02:24 DEBUG unit.oai-hss/0.install CC progname.lo unit-abot-epc-basic-0: 17:02:24 DEBUG unit.abot-epc-basic/0.install Setting up libgs9-common (9.25~dfsg+1-0ubuntu0.16.04.1) ... unit-oai-hss-0: 17:02:24 DEBUG unit.oai-hss/0.install CC read-file.lo unit-oai-hss-0: 17:02:24 DEBUG unit.oai-hss/0.install CC sockets.lo unit-abot-epc-basic-0: 17:02:24 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/share/ghostscript/9.25 to provide /usr/share/ghostscript/current (ghostscript-current) in auto mode unit-oai-hss-0: 17:02:24 DEBUG unit.oai-hss/0.install CC sys_socket.lo unit-oai-hss-0: 17:02:24 DEBUG unit.oai-hss/0.install CC glthread/threadlib.lo unit-abot-epc-basic-0: 17:02:24 DEBUG unit.abot-epc-basic/0.install Setting up libgs9:amd64 (9.25~dfsg+1-0ubuntu0.16.04.1) ... unit-oai-hss-0: 17:02:24 DEBUG unit.oai-hss/0.install CC timespec.lo unit-oai-hss-0: 17:02:24 DEBUG unit.oai-hss/0.install CC u64.lo unit-oai-hss-0: 17:02:24 DEBUG unit.oai-hss/0.install CC unistd.lo unit-abot-epc-basic-0: 17:02:24 DEBUG unit.abot-epc-basic/0.install Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-oai-hss-0: 17:02:24 DEBUG unit.oai-hss/0.install CC unistr/u8-mbtoucr.lo unit-oai-hss-0: 17:02:24 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb.lo unit-oai-hss-0: 17:02:24 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb-aux.lo unit-abot-epc-basic-0: 17:02:24 DEBUG unit.abot-epc-basic/0.install Setting up ghostscript (9.25~dfsg+1-0ubuntu0.16.04.1) ... unit-oai-hss-0: 17:02:24 DEBUG unit.oai-hss/0.install CC version-etc.lo unit-abot-epc-basic-0: 17:02:25 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atk-1.0 (2.18.0-1) ... unit-oai-hss-0: 17:02:25 DEBUG unit.oai-hss/0.install CC version-etc-fsf.lo unit-oai-hss-0: 17:02:25 DEBUG unit.oai-hss/0.install CC xsize.lo unit-abot-epc-basic-0: 17:02:25 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-oai-hss-0: 17:02:25 DEBUG unit.oai-hss/0.install CC asnprintf.lo unit-oai-hss-0: 17:02:25 DEBUG unit.oai-hss/0.install CC fseterr.lo unit-abot-epc-basic-0: 17:02:25 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-oai-hss-0: 17:02:25 DEBUG unit.oai-hss/0.install CC getopt.lo unit-abot-epc-basic-0: 17:02:25 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-oai-hss-0: 17:02:25 DEBUG unit.oai-hss/0.install CC getopt1.lo unit-oai-hss-0: 17:02:25 DEBUG unit.oai-hss/0.install CC isnanl.lo unit-oai-hss-0: 17:02:25 DEBUG unit.oai-hss/0.install CC printf-args.lo unit-oai-hss-0: 17:02:25 DEBUG unit.oai-hss/0.install CC printf-parse.lo unit-abot-epc-basic-0: 17:02:25 DEBUG unit.abot-epc-basic/0.install Setting up libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-oai-hss-0: 17:02:25 DEBUG unit.oai-hss/0.install CC vasnprintf.lo unit-abot-epc-basic-0: 17:02:26 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 17:02:26 DEBUG unit.abot-epc-basic/0.install Setting up aglfn (1.7-3) ... unit-abot-epc-basic-0: 17:02:26 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-tex (4.6.6-3) ... unit-abot-epc-basic-0: 17:02:26 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-data (4.6.6-3) ... unit-abot-epc-basic-0: 17:02:26 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-x11 (4.6.6-3) ... unit-abot-epc-basic-0: 17:02:26 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gnuplot4-x11 to provide /usr/bin/gnuplot (gnuplot) in auto mode unit-abot-epc-basic-0: 17:02:26 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gnuplot4-x11 to provide /usr/bin/gnuplot4 (gnuplot4) in auto mode unit-oai-hss-0: 17:02:26 DEBUG unit.oai-hss/0.install CC vfprintf.lo unit-abot-epc-basic-0: 17:02:26 DEBUG unit.abot-epc-basic/0.install Setting up libcdt5 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 17:02:26 DEBUG unit.oai-hss/0.install CC vprintf.lo unit-abot-epc-basic-0: 17:02:26 DEBUG unit.abot-epc-basic/0.install Setting up libcgraph6 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 17:02:26 DEBUG unit.oai-hss/0.install CCLD libgnu.la unit-oai-hss-0: 17:02:26 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:02:26 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:02:26 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:02:26 DEBUG unit.oai-hss/0.install Making all in lib unit-oai-hss-0: 17:02:26 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 17:02:26 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 17:02:26 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 17:02:26 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:02:26 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 17:02:26 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 17:02:26 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 17:02:26 DEBUG unit.oai-hss/0.install CC common.lo unit-abot-epc-basic-0: 17:02:26 DEBUG unit.abot-epc-basic/0.install Setting up libpathplan4 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 17:02:26 DEBUG unit.abot-epc-basic/0.install Setting up libgvc6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 17:02:27 DEBUG unit.abot-epc-basic/0.install Setting up libgvpr2 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 17:02:27 DEBUG unit.abot-epc-basic/0.install Setting up libxmu6:amd64 (2:1.1.2-2) ... unit-abot-epc-basic-0: 17:02:27 DEBUG unit.abot-epc-basic/0.install Setting up libxaw7:amd64 (2:1.0.13-1) ... unit-oai-hss-0: 17:02:27 DEBUG unit.oai-hss/0.install CC key_encode.lo unit-abot-epc-basic-0: 17:02:27 DEBUG unit.abot-epc-basic/0.install Setting up graphviz (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 17:02:27 DEBUG unit.abot-epc-basic/0.install Setting up libjudydebian1 (1.0.5-5) ... unit-oai-hss-0: 17:02:27 DEBUG unit.oai-hss/0.install CC key_decode.lo unit-oai-hss-0: 17:02:27 DEBUG unit.oai-hss/0.install CC crl.lo unit-abot-epc-basic-0: 17:02:28 DEBUG unit.abot-epc-basic/0.install Setting up libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 17:02:28 DEBUG unit.abot-epc-basic/0.install Setting up libtk8.6:amd64 (8.6.5-1) ... unit-oai-hss-0: 17:02:28 DEBUG unit.oai-hss/0.install CC crl_write.lo unit-abot-epc-basic-0: 17:02:28 DEBUG unit.abot-epc-basic/0.install Setting up libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 17:02:28 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-oai-hss-0: 17:02:28 DEBUG unit.oai-hss/0.install CC crq.lo unit-abot-epc-basic-0: 17:02:28 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 17:02:28 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/guile-2.0 to provide /usr/bin/guile (guile) in auto mode unit-abot-epc-basic-0: 17:02:28 DEBUG unit.abot-epc-basic/0.install Setting up libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-oai-hss-0: 17:02:29 DEBUG unit.oai-hss/0.install CC dn.lo unit-abot-epc-basic-0: 17:02:29 DEBUG unit.abot-epc-basic/0.install Setting up libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-oai-hss-0: 17:02:29 DEBUG unit.oai-hss/0.install CC extensions.lo unit-abot-epc-basic-0: 17:02:29 DEBUG unit.abot-epc-basic/0.install Setting up libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-abot-epc-basic-0: 17:02:29 DEBUG unit.abot-epc-basic/0.install Setting up libltdl-dev:amd64 (2.4.6-0.1) ... unit-oai-hss-0: 17:02:29 DEBUG unit.oai-hss/0.install CC mpi.lo unit-abot-epc-basic-0: 17:02:29 DEBUG unit.abot-epc-basic/0.install Setting up libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 17:02:30 DEBUG unit.abot-epc-basic/0.install Setting up libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-oai-hss-0: 17:02:30 DEBUG unit.oai-hss/0.install CC output.lo unit-abot-epc-basic-0: 17:02:30 DEBUG unit.abot-epc-basic/0.install Setting up libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 17:02:30 DEBUG unit.abot-epc-basic/0.install Setting up pkg-config (0.29.1-0ubuntu1) ... unit-abot-epc-basic-0: 17:02:30 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 17:02:30 DEBUG unit.abot-epc-basic/0.install Setting up hdf5-helpers (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 17:02:30 DEBUG unit.abot-epc-basic/0.install Setting up icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 17:02:30 DEBUG unit.abot-epc-basic/0.install Setting up iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-abot-epc-basic-0: 17:02:30 DEBUG unit.abot-epc-basic/0.install Setting up iproute (1:4.3.0-1ubuntu3.16.04.3) ... unit-oai-hss-0: 17:02:30 DEBUG unit.oai-hss/0.install CC pbkdf2-sha1.lo unit-oai-hss-0: 17:02:31 DEBUG unit.oai-hss/0.install CC pkcs12.lo unit-abot-epc-basic-0: 17:02:31 DEBUG unit.abot-epc-basic/0.install Setting up iptables-dev (1.6.0-2ubuntu3) ... unit-abot-epc-basic-0: 17:02:31 DEBUG unit.abot-epc-basic/0.install Setting up javascript-common (11) ... unit-abot-epc-basic-0: 17:02:31 DEBUG unit.abot-epc-basic/0.install apache2_invoke: Enable configuration javascript-common unit-oai-hss-0: 17:02:31 DEBUG unit.oai-hss/0.install CC pkcs12_bag.lo unit-oai-hss-0: 17:02:31 DEBUG unit.oai-hss/0.install CC pkcs12_encr.lo unit-abot-epc-basic-0: 17:02:31 DEBUG unit.abot-epc-basic/0.install Setting up libaec0:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 17:02:32 DEBUG unit.abot-epc-basic/0.install Setting up libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 17:02:32 DEBUG unit.oai-hss/0.install CC pkcs7.lo unit-abot-epc-basic-0: 17:02:32 DEBUG unit.abot-epc-basic/0.install Setting up libamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 17:02:32 DEBUG unit.abot-epc-basic/0.install Setting up libarpack2 (3.3.0-1build2) ... unit-abot-epc-basic-0: 17:02:32 DEBUG unit.abot-epc-basic/0.install Setting up libasprintf-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 17:02:32 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-bin (2.48.2-0ubuntu4.1) ... unit-oai-hss-0: 17:02:32 DEBUG unit.oai-hss/0.install CC privkey.lo unit-abot-epc-basic-0: 17:02:32 DEBUG unit.abot-epc-basic/0.install Setting up libpcre32-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 17:02:32 DEBUG unit.abot-epc-basic/0.install Setting up libpcre3-dev:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 17:02:32 DEBUG unit.abot-epc-basic/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 17:02:32 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-dev (2.48.2-0ubuntu4.1) ... unit-oai-hss-0: 17:02:32 DEBUG unit.oai-hss/0.install CC privkey_pkcs8.lo unit-abot-epc-basic-0: 17:02:33 DEBUG unit.abot-epc-basic/0.install Setting up libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 17:02:33 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xext-dev (7.3.0-1) ... unit-abot-epc-basic-0: 17:02:33 DEBUG unit.abot-epc-basic/0.install Setting up libxext-dev:amd64 (2:1.3.3-1) ... unit-abot-epc-basic-0: 17:02:33 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-abot-epc-basic-0: 17:02:33 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes-dev:amd64 (1:5.0.1-2) ... unit-oai-hss-0: 17:02:33 DEBUG unit.oai-hss/0.install CC privkey_openssl.lo unit-abot-epc-basic-0: 17:02:33 DEBUG unit.abot-epc-basic/0.install Setting up libxi-dev (2:1.7.6-1) ... unit-abot-epc-basic-0: 17:02:33 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-record-dev (1.14.2-1) ... unit-oai-hss-0: 17:02:33 DEBUG unit.oai-hss/0.install CC rfc2818_hostname.lo unit-abot-epc-basic-0: 17:02:33 DEBUG unit.abot-epc-basic/0.install Setting up libxtst-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 17:02:33 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-oai-hss-0: 17:02:33 DEBUG unit.oai-hss/0.install CC sign.lo unit-abot-epc-basic-0: 17:02:34 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-oai-hss-0: 17:02:34 DEBUG unit.oai-hss/0.install CC verify.lo unit-abot-epc-basic-0: 17:02:34 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-dev (2.18.0-1) ... unit-oai-hss-0: 17:02:34 DEBUG unit.oai-hss/0.install CC x509.lo unit-abot-epc-basic-0: 17:02:34 DEBUG unit.abot-epc-basic/0.install Setting up libblas-dev (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 17:02:34 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/libblas/libblas.so to provide /usr/lib/libblas.so (libblas.so) in auto mode unit-abot-epc-basic-0: 17:02:34 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-dev (3.10.2-9) ... unit-abot-epc-basic-0: 17:02:34 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-base-dev (3.10.2-9) ... unit-abot-epc-basic-0: 17:02:34 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/atlas-base/atlas/libblas.so to provide /usr/lib/libblas.so (libblas.so) in auto mode unit-abot-epc-basic-0: 17:02:34 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/atlas-base/atlas/liblapack.so to provide /usr/lib/liblapack.so (liblapack.so) in auto mode unit-abot-epc-basic-0: 17:02:35 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 17:02:35 DEBUG unit.abot-epc-basic/0.install Setting up libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-abot-epc-basic-0: 17:02:35 DEBUG unit.abot-epc-basic/0.install Setting up libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-abot-epc-basic-0: 17:02:35 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-oai-hss-0: 17:02:35 DEBUG unit.oai-hss/0.install CC x509_dn.lo unit-abot-epc-basic-0: 17:02:35 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-render-dev (2:0.11.1-2) ... unit-abot-epc-basic-0: 17:02:35 DEBUG unit.abot-epc-basic/0.install Setting up libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-oai-hss-0: 17:02:35 DEBUG unit.oai-hss/0.install CC x509_write.lo unit-abot-epc-basic-0: 17:02:35 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-dev (0.33.6-1) ... unit-abot-epc-basic-0: 17:02:35 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:02:36 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 17:02:36 DEBUG unit.oai-hss/0.install CC verify-high.lo unit-abot-epc-basic-0: 17:02:36 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2-dev (1.14.6-1) ... unit-oai-hss-0: 17:02:36 DEBUG unit.oai-hss/0.install CC verify-high2.lo unit-abot-epc-basic-0: 17:02:36 DEBUG unit.abot-epc-basic/0.install Setting up libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 17:02:36 DEBUG unit.oai-hss/0.install CC ocsp.lo unit-abot-epc-basic-0: 17:02:36 DEBUG unit.abot-epc-basic/0.install Setting up libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 17:02:36 DEBUG unit.abot-epc-basic/0.install Setting up libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 17:02:36 DEBUG unit.abot-epc-basic/0.install Setting up libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 17:02:36 DEBUG unit.abot-epc-basic/0.install Setting up libconfig9:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 17:02:37 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-dev:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 17:02:37 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-doc (1.5-0.2) ... unit-oai-hss-0: 17:02:37 DEBUG unit.oai-hss/0.install CC ocsp_output.lo unit-abot-epc-basic-0: 17:02:37 DEBUG unit.abot-epc-basic/0.install Setting up libconfig8-dev (1.5-0.2) ... unit-abot-epc-basic-0: 17:02:37 DEBUG unit.abot-epc-basic/0.install Setting up libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 17:02:37 DEBUG unit.oai-hss/0.install CCLD libgnutls_x509.la unit-abot-epc-basic-0: 17:02:37 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-oai-hss-0: 17:02:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 17:02:37 DEBUG unit.oai-hss/0.install Making all in accelerated unit-oai-hss-0: 17:02:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 17:02:37 DEBUG unit.oai-hss/0.install Making all in x86 unit-oai-hss-0: 17:02:37 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 17:02:37 DEBUG unit.oai-hss/0.install CC sha-padlock.lo unit-abot-epc-basic-0: 17:02:37 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-dri2-dev (2.8-2) ... unit-abot-epc-basic-0: 17:02:37 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-gl-dev (1.4.17-1) ... unit-oai-hss-0: 17:02:37 DEBUG unit.oai-hss/0.install CC hmac-padlock.lo unit-abot-epc-basic-0: 17:02:37 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xf86vidmode-dev (2.3.1-2) ... unit-abot-epc-basic-0: 17:02:37 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 17:02:38 DEBUG unit.oai-hss/0.install CC aes-x86.lo unit-abot-epc-basic-0: 17:02:38 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-damage-dev (1:1.2.1-2) ... unit-abot-epc-basic-0: 17:02:38 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage-dev:amd64 (1:1.1.4-2) ... unit-oai-hss-0: 17:02:38 DEBUG unit.oai-hss/0.install CC aes-padlock.lo unit-abot-epc-basic-0: 17:02:38 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 17:02:38 DEBUG unit.oai-hss/0.install CC aes-gcm-padlock.lo unit-abot-epc-basic-0: 17:02:38 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 17:02:38 DEBUG unit.oai-hss/0.install CC aes-gcm-x86.lo unit-abot-epc-basic-0: 17:02:38 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 17:02:38 DEBUG unit.oai-hss/0.install CCAS appro-aes-x86-64.lo unit-oai-hss-0: 17:02:38 DEBUG unit.oai-hss/0.install CCAS appro-aes-gcm-x86-64.lo unit-abot-epc-basic-0: 17:02:38 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 17:02:38 DEBUG unit.oai-hss/0.install CCAS padlock-x86-64.lo unit-oai-hss-0: 17:02:38 DEBUG unit.oai-hss/0.install CCAS cpuid-x86-64.lo unit-oai-hss-0: 17:02:38 DEBUG unit.oai-hss/0.install CCLD libx86.la unit-oai-hss-0: 17:02:38 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-abot-epc-basic-0: 17:02:38 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 17:02:38 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 17:02:38 DEBUG unit.oai-hss/0.install CC accelerated.lo unit-oai-hss-0: 17:02:38 DEBUG unit.oai-hss/0.install CC cryptodev.lo unit-oai-hss-0: 17:02:39 DEBUG unit.oai-hss/0.install CC cryptodev-gcm.lo unit-oai-hss-0: 17:02:39 DEBUG unit.oai-hss/0.install CCLD libaccelerated.la unit-oai-hss-0: 17:02:39 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 17:02:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 17:02:39 DEBUG unit.oai-hss/0.install Making all in auth unit-oai-hss-0: 17:02:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 17:02:39 DEBUG unit.oai-hss/0.install CC anon.lo unit-oai-hss-0: 17:02:39 DEBUG unit.oai-hss/0.install CC cert.lo unit-abot-epc-basic-0: 17:02:39 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:02:39 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 17:02:40 DEBUG unit.oai-hss/0.install CC dh_common.lo unit-abot-epc-basic-0: 17:02:40 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:02:40 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence-dev:amd64 (1.2-1) ... unit-oai-hss-0: 17:02:40 DEBUG unit.oai-hss/0.install CC dhe.lo unit-abot-epc-basic-0: 17:02:40 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 17:02:40 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 17:02:40 DEBUG unit.oai-hss/0.install CC dhe_psk.lo unit-abot-epc-basic-0: 17:02:40 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 17:02:40 DEBUG unit.abot-epc-basic/0.install Setting up libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 17:02:40 DEBUG unit.oai-hss/0.install CC psk.lo unit-abot-epc-basic-0: 17:02:40 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 17:02:40 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 17:02:40 DEBUG unit.oai-hss/0.install CC psk_passwd.lo unit-abot-epc-basic-0: 17:02:40 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-dev (0.5.0-1ubuntu2) ... unit-oai-hss-0: 17:02:41 DEBUG unit.oai-hss/0.install CC rsa.lo unit-abot-epc-basic-0: 17:02:41 DEBUG unit.abot-epc-basic/0.install Setting up libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:02:41 DEBUG unit.abot-epc-basic/0.install Setting up libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 17:02:41 DEBUG unit.oai-hss/0.install CC rsa_export.lo unit-abot-epc-basic-0: 17:02:41 DEBUG unit.abot-epc-basic/0.install Setting up libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 17:02:41 DEBUG unit.oai-hss/0.install CC srp.lo unit-abot-epc-basic-0: 17:02:41 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 17:02:41 DEBUG unit.oai-hss/0.install CC srp_passwd.lo unit-abot-epc-basic-0: 17:02:41 DEBUG unit.abot-epc-basic/0.install Setting up libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 17:02:41 DEBUG unit.abot-epc-basic/0.install Setting up libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 17:02:42 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-oai-hss-0: 17:02:42 DEBUG unit.oai-hss/0.install CC srp_rsa.lo unit-abot-epc-basic-0: 17:02:42 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-bin (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 17:02:42 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 17:02:42 DEBUG unit.oai-hss/0.install CC srp_sb64.lo unit-abot-epc-basic-0: 17:02:42 DEBUG unit.abot-epc-basic/0.install Setting up libipc-system-simple-perl (1.25-3) ... unit-abot-epc-basic-0: 17:02:42 DEBUG unit.abot-epc-basic/0.install Setting up libfile-basedir-perl (0.07-1) ... unit-oai-hss-0: 17:02:42 DEBUG unit.oai-hss/0.install CC anon_ecdh.lo unit-abot-epc-basic-0: 17:02:42 DEBUG unit.abot-epc-basic/0.install Setting up liburi-perl (1.71-1) ... unit-oai-hss-0: 17:02:42 DEBUG unit.oai-hss/0.install CC ecdhe.lo unit-abot-epc-basic-0: 17:02:42 DEBUG unit.abot-epc-basic/0.install Setting up libfile-desktopentry-perl (0.22-1) ... unit-abot-epc-basic-0: 17:02:42 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 17:02:42 DEBUG unit.abot-epc-basic/0.install Setting up libfile-listing-perl (6.04-1) ... unit-oai-hss-0: 17:02:42 DEBUG unit.oai-hss/0.install CCLD libgnutls_auth.la unit-oai-hss-0: 17:02:42 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 17:02:42 DEBUG unit.oai-hss/0.install Making all in ext unit-oai-hss-0: 17:02:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 17:02:42 DEBUG unit.oai-hss/0.install CC max_record.lo unit-abot-epc-basic-0: 17:02:43 DEBUG unit.abot-epc-basic/0.install Setting up libfile-mimeinfo-perl (0.27-1) ... unit-abot-epc-basic-0: 17:02:43 DEBUG unit.abot-epc-basic/0.install Setting up libfltk1.3:amd64 (1.3.3-7) ... unit-oai-hss-0: 17:02:43 DEBUG unit.oai-hss/0.install CC cert_type.lo unit-abot-epc-basic-0: 17:02:43 DEBUG unit.abot-epc-basic/0.install Setting up libfltk-gl1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 17:02:43 DEBUG unit.abot-epc-basic/0.install Setting up libfont-afm-perl (1.20-1) ... unit-oai-hss-0: 17:02:43 DEBUG unit.oai-hss/0.install CC server_name.lo unit-oai-hss-0: 17:02:43 DEBUG unit.oai-hss/0.install CC signature.lo unit-abot-epc-basic-0: 17:02:43 DEBUG unit.abot-epc-basic/0.install Setting up libfontenc1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 17:02:43 DEBUG unit.oai-hss/0.install CC safe_renegotiation.lo unit-abot-epc-basic-0: 17:02:43 DEBUG unit.abot-epc-basic/0.install Setting up libforms2 (1.2.3-1.2) ... unit-oai-hss-0: 17:02:44 DEBUG unit.oai-hss/0.install CC session_ticket.lo unit-abot-epc-basic-0: 17:02:44 DEBUG unit.abot-epc-basic/0.install Setting up libforms-bin (1.2.3-1.2) ... unit-abot-epc-basic-0: 17:02:44 DEBUG unit.abot-epc-basic/0.install Setting up libxpm-dev:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:02:44 DEBUG unit.abot-epc-basic/0.install Setting up libforms-dev (1.2.3-1.2) ... unit-oai-hss-0: 17:02:44 DEBUG unit.oai-hss/0.install CC srp.lo unit-abot-epc-basic-0: 17:02:44 DEBUG unit.abot-epc-basic/0.install Setting up libgpg-error-dev (1.21-2ubuntu1) ... unit-oai-hss-0: 17:02:44 DEBUG unit.oai-hss/0.install CC ecc.lo unit-oai-hss-0: 17:02:44 DEBUG unit.oai-hss/0.install CC heartbeat.lo unit-abot-epc-basic-0: 17:02:44 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-oai-hss-0: 17:02:45 DEBUG unit.oai-hss/0.install CC status_request.lo unit-abot-epc-basic-0: 17:02:45 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-oai-hss-0: 17:02:45 DEBUG unit.oai-hss/0.install CC new_record_padding.lo unit-oai-hss-0: 17:02:45 DEBUG unit.oai-hss/0.install CC srtp.lo unit-abot-epc-basic-0: 17:02:45 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 17:02:45 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo0:amd64 (0.19.7-2ubuntu3) ... unit-oai-hss-0: 17:02:45 DEBUG unit.oai-hss/0.install CCLD libgnutls_ext.la unit-oai-hss-0: 17:02:45 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 17:02:45 DEBUG unit.oai-hss/0.install Making all in algorithms unit-oai-hss-0: 17:02:45 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 17:02:45 DEBUG unit.oai-hss/0.install CC cert_types.lo unit-abot-epc-basic-0: 17:02:45 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo-dev:amd64 (0.19.7-2ubuntu3) ... unit-oai-hss-0: 17:02:45 DEBUG unit.oai-hss/0.install CC ciphers.lo unit-abot-epc-basic-0: 17:02:46 DEBUG unit.abot-epc-basic/0.install Setting up libgl2ps0 (1.3.8-1.2) ... unit-oai-hss-0: 17:02:46 DEBUG unit.oai-hss/0.install CC ciphersuites.lo unit-abot-epc-basic-0: 17:02:46 DEBUG unit.abot-epc-basic/0.install Setting up libglpk36:amd64 (4.57-1build3) ... unit-oai-hss-0: 17:02:46 DEBUG unit.oai-hss/0.install CC ecc.lo unit-abot-epc-basic-0: 17:02:46 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-l10n (2.5.9-3) ... unit-oai-hss-0: 17:02:46 DEBUG unit.oai-hss/0.install CC kx.lo unit-abot-epc-basic-0: 17:02:46 DEBUG unit.abot-epc-basic/0.install Setting up libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-abot-epc-basic-0: 17:02:46 DEBUG unit.abot-epc-basic/0.install Setting up libwebp5:amd64 (0.4.4-1) ... unit-oai-hss-0: 17:02:46 DEBUG unit.oai-hss/0.install CC mac.lo unit-abot-epc-basic-0: 17:02:46 DEBUG unit.abot-epc-basic/0.install Setting up libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-oai-hss-0: 17:02:46 DEBUG unit.oai-hss/0.install CC protocols.lo unit-abot-epc-basic-0: 17:02:47 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick-q16-3 (1.3.23-1build1) ... unit-oai-hss-0: 17:02:47 DEBUG unit.oai-hss/0.install CC publickey.lo unit-abot-epc-basic-0: 17:02:47 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick++-q16-12 (1.3.23-1build1) ... unit-oai-hss-0: 17:02:47 DEBUG unit.oai-hss/0.install CC secparams.lo unit-abot-epc-basic-0: 17:02:47 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-oai-hss-0: 17:02:47 DEBUG unit.oai-hss/0.install CC sign.lo unit-abot-epc-basic-0: 17:02:47 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-oai-hss-0: 17:02:47 DEBUG unit.oai-hss/0.install CCLD libgnutls_alg.la unit-abot-epc-basic-0: 17:02:47 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-oai-hss-0: 17:02:47 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 17:02:47 DEBUG unit.oai-hss/0.install Making all in extras unit-oai-hss-0: 17:02:47 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 17:02:47 DEBUG unit.oai-hss/0.install CC randomart.lo unit-abot-epc-basic-0: 17:02:47 DEBUG unit.abot-epc-basic/0.install Setting up libxft-dev (2.3.2-1) ... unit-abot-epc-basic-0: 17:02:47 DEBUG unit.abot-epc-basic/0.install Setting up libpango1.0-dev (1.38.1-1) ... unit-oai-hss-0: 17:02:47 DEBUG unit.oai-hss/0.install CCLD libgnutls_extras.la unit-oai-hss-0: 17:02:47 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 17:02:47 DEBUG unit.oai-hss/0.install Making all in opencdk unit-oai-hss-0: 17:02:47 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 17:02:47 DEBUG unit.oai-hss/0.install CC armor.lo unit-abot-epc-basic-0: 17:02:47 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xinerama-dev (1.2.1-2) ... unit-abot-epc-basic-0: 17:02:47 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama-dev:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 17:02:48 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-randr-dev (1.5.0-1) ... unit-oai-hss-0: 17:02:48 DEBUG unit.oai-hss/0.install CC kbnode.lo unit-abot-epc-basic-0: 17:02:48 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr-dev:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 17:02:48 DEBUG unit.abot-epc-basic/0.install Setting up libxcursor-dev:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-oai-hss-0: 17:02:48 DEBUG unit.oai-hss/0.install CC sig-check.lo unit-abot-epc-basic-0: 17:02:48 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-composite-dev (1:0.4.2-2) ... unit-abot-epc-basic-0: 17:02:48 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite-dev (1:0.4.4-1) ... unit-oai-hss-0: 17:02:48 DEBUG unit.oai-hss/0.install CC hash.lo unit-abot-epc-basic-0: 17:02:48 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 17:02:48 DEBUG unit.oai-hss/0.install CC keydb.lo unit-abot-epc-basic-0: 17:02:48 DEBUG unit.abot-epc-basic/0.install Setting up libsz2:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 17:02:48 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-10:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 17:02:49 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 17:02:49 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 17:02:49 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 17:02:49 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 17:02:49 DEBUG unit.abot-epc-basic/0.install Setting up libaec-dev:amd64 (0.3.2-1) ... unit-oai-hss-0: 17:02:49 DEBUG unit.oai-hss/0.install CC pubkey.lo unit-abot-epc-basic-0: 17:02:49 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-dev (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 17:02:49 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5-serial.pc to provide /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5.pc (hdf5.pc) in auto mode unit-abot-epc-basic-0: 17:02:49 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tagset-perl (3.20-2) ... unit-oai-hss-0: 17:02:50 DEBUG unit.oai-hss/0.install CC stream.lo unit-abot-epc-basic-0: 17:02:50 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-parser-perl (3.72-1) ... unit-abot-epc-basic-0: 17:02:50 DEBUG unit.abot-epc-basic/0.install Setting up libio-html-perl (1.001-1) ... unit-abot-epc-basic-0: 17:02:50 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-mediatypes-perl (6.02-1) ... unit-oai-hss-0: 17:02:50 DEBUG unit.oai-hss/0.install CC write-packet.lo unit-abot-epc-basic-0: 17:02:50 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-message-perl (6.11-1) ... unit-oai-hss-0: 17:02:50 DEBUG unit.oai-hss/0.install CC misc.lo unit-abot-epc-basic-0: 17:02:50 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-form-perl (6.03-1) ... unit-abot-epc-basic-0: 17:02:51 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tree-perl (5.03-2) ... unit-oai-hss-0: 17:02:51 DEBUG unit.oai-hss/0.install CC seskey.lo unit-abot-epc-basic-0: 17:02:51 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-format-perl (2.11-2) ... unit-oai-hss-0: 17:02:51 DEBUG unit.oai-hss/0.install CC literal.lo unit-abot-epc-basic-0: 17:02:51 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-cookies-perl (6.01-1) ... unit-abot-epc-basic-0: 17:02:51 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-daemon-perl (6.01-1) ... unit-oai-hss-0: 17:02:51 DEBUG unit.oai-hss/0.install CC new-packet.lo unit-abot-epc-basic-0: 17:02:51 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-negotiate-perl (6.00-2) ... unit-abot-epc-basic-0: 17:02:51 DEBUG unit.abot-epc-basic/0.install Setting up libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 17:02:51 DEBUG unit.abot-epc-basic/0.install Setting up libidn11-dev (1.32-3ubuntu1.2) ... unit-abot-epc-basic-0: 17:02:51 DEBUG unit.abot-epc-basic/0.install Setting up libnet-ssleay-perl (1.72-1build1) ... unit-oai-hss-0: 17:02:51 DEBUG unit.oai-hss/0.install CC read-packet.lo unit-abot-epc-basic-0: 17:02:51 DEBUG unit.abot-epc-basic/0.install Setting up libio-socket-ssl-perl (2.024-1) ... unit-abot-epc-basic-0: 17:02:52 DEBUG unit.abot-epc-basic/0.install Setting up libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-oai-hss-0: 17:02:52 DEBUG unit.oai-hss/0.install CCLD libminiopencdk.la unit-oai-hss-0: 17:02:52 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 17:02:52 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 17:02:52 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 17:02:52 DEBUG unit.oai-hss/0.install CC pgp.lo unit-abot-epc-basic-0: 17:02:52 DEBUG unit.abot-epc-basic/0.install Setting up libjs-jquery (1.11.3+dfsg-4) ... unit-abot-epc-basic-0: 17:02:52 DEBUG unit.abot-epc-basic/0.install Setting up libkpathsea6:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 17:02:52 DEBUG unit.abot-epc-basic/0.install Setting up libnet-http-perl (6.09-1) ... unit-abot-epc-basic-0: 17:02:52 DEBUG unit.abot-epc-basic/0.install Setting up libwww-robotrules-perl (6.01-1) ... unit-oai-hss-0: 17:02:52 DEBUG unit.oai-hss/0.install CC pgpverify.lo unit-abot-epc-basic-0: 17:02:52 DEBUG unit.abot-epc-basic/0.install Setting up libmagick++-6.q16-5v5:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-abot-epc-basic-0: 17:02:53 DEBUG unit.abot-epc-basic/0.install Setting up libsys-hostname-long-perl (1.5-1) ... unit-oai-hss-0: 17:02:53 DEBUG unit.oai-hss/0.install CC extras.lo unit-abot-epc-basic-0: 17:02:53 DEBUG unit.abot-epc-basic/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 17:02:53 DEBUG unit.oai-hss/0.install CC compat.lo unit-abot-epc-basic-0: 17:02:53 DEBUG unit.abot-epc-basic/0.install Setting up libnet-smtp-ssl-perl (1.03-1) ... unit-oai-hss-0: 17:02:53 DEBUG unit.oai-hss/0.install CC privkey.lo unit-abot-epc-basic-0: 17:02:53 DEBUG unit.abot-epc-basic/0.install Setting up libmailtools-perl (2.13-1) ... unit-abot-epc-basic-0: 17:02:53 DEBUG unit.abot-epc-basic/0.install Setting up mysql-common (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 17:02:53 DEBUG unit.oai-hss/0.install CC output.lo unit-abot-epc-basic-0: 17:02:54 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode unit-abot-epc-basic-0: 17:02:54 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient20:amd64 (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 17:02:54 DEBUG unit.oai-hss/0.install CC gnutls_openpgp.lo unit-abot-epc-basic-0: 17:02:54 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient-dev (5.7.23-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:02:54 DEBUG unit.abot-epc-basic/0.install Setting up libglu1-mesa:amd64 (9.0.0-2.1) ... unit-abot-epc-basic-0: 17:02:54 DEBUG unit.abot-epc-basic/0.install Setting up libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 17:02:54 DEBUG unit.oai-hss/0.install CCLD libgnutls_openpgp.la unit-oai-hss-0: 17:02:54 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-abot-epc-basic-0: 17:02:54 DEBUG unit.abot-epc-basic/0.install Setting up liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 17:02:54 DEBUG unit.oai-hss/0.install Making all in nettle unit-oai-hss-0: 17:02:54 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 17:02:54 DEBUG unit.oai-hss/0.install CC pk.lo unit-abot-epc-basic-0: 17:02:54 DEBUG unit.abot-epc-basic/0.install Setting up libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 17:02:54 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-oai-hss-0: 17:02:54 DEBUG unit.oai-hss/0.install CC mpi.lo unit-abot-epc-basic-0: 17:02:55 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 17:02:55 DEBUG unit.abot-epc-basic/0.install Setting up libplot2c2 (2.6-3ubuntu1) ... unit-oai-hss-0: 17:02:55 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 17:02:55 DEBUG unit.oai-hss/0.install CC cipher.lo unit-abot-epc-basic-0: 17:02:55 DEBUG unit.abot-epc-basic/0.install Setting up libpoppler58:amd64 (0.41.0-0ubuntu1.8) ... unit-oai-hss-0: 17:02:55 DEBUG unit.oai-hss/0.install CC rnd.lo unit-abot-epc-basic-0: 17:02:55 DEBUG unit.abot-epc-basic/0.install Setting up libportaudio2:amd64 (19+svn20140130-1build1) ... unit-oai-hss-0: 17:02:55 DEBUG unit.oai-hss/0.install CC init.lo unit-oai-hss-0: 17:02:55 DEBUG unit.oai-hss/0.install CC egd.lo unit-oai-hss-0: 17:02:56 DEBUG unit.oai-hss/0.install CC multi.lo unit-abot-epc-basic-0: 17:02:56 DEBUG unit.abot-epc-basic/0.install Setting up libpotrace0 (1.13-2) ... unit-oai-hss-0: 17:02:56 DEBUG unit.oai-hss/0.install CC wmnaf.lo unit-abot-epc-basic-0: 17:02:56 DEBUG unit.abot-epc-basic/0.install Setting up libpstoedit0c2a (3.70-1ubuntu2) ... unit-oai-hss-0: 17:02:56 DEBUG unit.oai-hss/0.install CC ecc_free.lo unit-abot-epc-basic-0: 17:02:56 DEBUG unit.abot-epc-basic/0.install Setting up libptexenc1:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 17:02:56 DEBUG unit.oai-hss/0.install CC ecc_make_key.lo unit-abot-epc-basic-0: 17:02:56 DEBUG unit.abot-epc-basic/0.install Setting up libqhull7:amd64 (2015.2-1) ... unit-abot-epc-basic-0: 17:02:56 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-oai-hss-0: 17:02:56 DEBUG unit.oai-hss/0.install CC ecc_shared_secret.lo unit-abot-epc-basic-0: 17:02:56 DEBUG unit.abot-epc-basic/0.install Setting up qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 17:02:56 DEBUG unit.oai-hss/0.install CC ecc_map.lo unit-abot-epc-basic-0: 17:02:56 DEBUG unit.abot-epc-basic/0.install Setting up libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 17:02:56 DEBUG unit.oai-hss/0.install CC ecc_mulmod.lo unit-abot-epc-basic-0: 17:02:57 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 17:02:57 DEBUG unit.oai-hss/0.install CC ecc_mulmod_cached.lo unit-abot-epc-basic-0: 17:02:57 DEBUG unit.abot-epc-basic/0.install Setting up libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 17:02:57 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 17:02:57 DEBUG unit.oai-hss/0.install CC ecc_points.lo unit-abot-epc-basic-0: 17:02:57 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 17:02:57 DEBUG unit.oai-hss/0.install CC ecc_projective_dbl_point_3.lo unit-oai-hss-0: 17:02:57 DEBUG unit.oai-hss/0.install CC ecc_projective_isneutral.lo unit-abot-epc-basic-0: 17:02:57 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 17:02:57 DEBUG unit.oai-hss/0.install CC ecc_projective_check_point.lo unit-abot-epc-basic-0: 17:02:57 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 17:02:57 DEBUG unit.oai-hss/0.install CC ecc_projective_negate_point.lo unit-abot-epc-basic-0: 17:02:57 DEBUG unit.abot-epc-basic/0.install Setting up qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-oai-hss-0: 17:02:58 DEBUG unit.oai-hss/0.install CC ecc_projective_add_point_ng.lo unit-abot-epc-basic-0: 17:02:58 DEBUG unit.abot-epc-basic/0.install Setting up qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 17:02:58 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 17:02:58 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 17:02:58 DEBUG unit.oai-hss/0.install CC ecc_sign_hash.lo unit-abot-epc-basic-0: 17:02:58 DEBUG unit.abot-epc-basic/0.install Setting up libsctp1:amd64 (1.0.16+dfsg-3) ... unit-oai-hss-0: 17:02:58 DEBUG unit.oai-hss/0.install CC ecc_verify_hash.lo unit-abot-epc-basic-0: 17:02:58 DEBUG unit.abot-epc-basic/0.install Setting up libsctp-dev (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 17:02:58 DEBUG unit.abot-epc-basic/0.install Setting up libssl-dev:amd64 (1.0.2g-1ubuntu4.13) ... unit-oai-hss-0: 17:02:58 DEBUG unit.oai-hss/0.install CCLD libcrypto.la unit-oai-hss-0: 17:02:58 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 17:02:58 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 17:02:58 DEBUG unit.oai-hss/0.install CC gnutls_range.lo unit-abot-epc-basic-0: 17:02:58 DEBUG unit.abot-epc-basic/0.install Setting up libssl-doc (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 17:02:58 DEBUG unit.abot-epc-basic/0.install Setting up libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-oai-hss-0: 17:02:58 DEBUG unit.oai-hss/0.install CC gnutls_record.lo unit-abot-epc-basic-0: 17:02:58 DEBUG unit.abot-epc-basic/0.install Setting up libsynctex1:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 17:02:59 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 17:02:59 DEBUG unit.abot-epc-basic/0.install Setting up libtexlua52:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 17:02:59 DEBUG unit.oai-hss/0.install CC gnutls_compress.lo unit-abot-epc-basic-0: 17:02:59 DEBUG unit.abot-epc-basic/0.install Setting up libtexluajit2:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 17:02:59 DEBUG unit.oai-hss/0.install CC debug.lo unit-abot-epc-basic-0: 17:02:59 DEBUG unit.abot-epc-basic/0.install Setting up libtext-unidecode-perl (1.27-1) ... unit-abot-epc-basic-0: 17:02:59 DEBUG unit.abot-epc-basic/0.install Setting up libtie-ixhash-perl (1.23-2) ... unit-oai-hss-0: 17:02:59 DEBUG unit.oai-hss/0.install CC gnutls_cipher.lo unit-abot-epc-basic-0: 17:02:59 DEBUG unit.abot-epc-basic/0.install Setting up libtool (2.4.6-0.1) ... unit-abot-epc-basic-0: 17:02:59 DEBUG unit.abot-epc-basic/0.install Setting up libusb-1.0-0-dev:amd64 (2:1.0.20-1) ... unit-abot-epc-basic-0: 17:03:00 DEBUG unit.abot-epc-basic/0.install Setting up libusb-1.0-doc (2:1.0.20-1) ... unit-oai-hss-0: 17:03:00 DEBUG unit.oai-hss/0.install CC gnutls_mbuffers.lo unit-oai-hss-0: 17:03:00 DEBUG unit.oai-hss/0.install CC gnutls_buffers.lo unit-abot-epc-basic-0: 17:03:00 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 17:03:00 DEBUG unit.abot-epc-basic/0.install Setting up libx11-protocol-perl (0.56-7) ... unit-abot-epc-basic-0: 17:03:00 DEBUG unit.abot-epc-basic/0.install Setting up libxml-namespacesupport-perl (1.11-1) ... unit-oai-hss-0: 17:03:00 DEBUG unit.oai-hss/0.install CC gnutls_handshake.lo unit-abot-epc-basic-0: 17:03:00 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-base-perl (1.07-1) ... unit-abot-epc-basic-0: 17:03:00 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-abot-epc-basic-0: 17:03:01 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... unit-abot-epc-basic-0: 17:03:01 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 17:03:01 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 17:03:01 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 17:03:01 DEBUG unit.abot-epc-basic/0.install Setting up libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:03:01 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... unit-abot-epc-basic-0: 17:03:01 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... unit-abot-epc-basic-0: 17:03:01 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 17:03:01 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-oai-hss-0: 17:03:01 DEBUG unit.oai-hss/0.install CC gnutls_num.lo unit-abot-epc-basic-0: 17:03:02 DEBUG unit.abot-epc-basic/0.install Setting up libxml-xpathengine-perl (0.13-1) ... unit-oai-hss-0: 17:03:02 DEBUG unit.oai-hss/0.install CC gnutls_errors.lo unit-abot-epc-basic-0: 17:03:02 DEBUG unit.abot-epc-basic/0.install Setting up libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-abot-epc-basic-0: 17:03:02 DEBUG unit.abot-epc-basic/0.install Setting up libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-oai-hss-0: 17:03:02 DEBUG unit.oai-hss/0.install CC gnutls_dh.lo unit-abot-epc-basic-0: 17:03:02 DEBUG unit.abot-epc-basic/0.install Setting up libzzip-0-13:amd64 (0.13.62-3ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 17:03:02 DEBUG unit.abot-epc-basic/0.install Setting up lmodern (2.004.5-1) ... unit-oai-hss-0: 17:03:02 DEBUG unit.oai-hss/0.install CC gnutls_kx.lo unit-abot-epc-basic-0: 17:03:02 DEBUG unit.abot-epc-basic/0.install Setting up mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 17:03:02 DEBUG unit.oai-hss/0.install CC gnutls_priority.lo unit-abot-epc-basic-0: 17:03:02 DEBUG unit.abot-epc-basic/0.install Setting up mscgen (0.20-5) ... unit-abot-epc-basic-0: 17:03:03 DEBUG unit.abot-epc-basic/0.install Setting up libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 17:03:03 DEBUG unit.abot-epc-basic/0.install Setting up texinfo (6.1.0.dfsg.1-5) ... unit-oai-hss-0: 17:03:03 DEBUG unit.oai-hss/0.install CC gnutls_hash_int.lo unit-abot-epc-basic-0: 17:03:03 DEBUG unit.abot-epc-basic/0.install Running mktexlsr. This may take some time. ... done. unit-abot-epc-basic-0: 17:03:03 DEBUG unit.abot-epc-basic/0.install Setting up octave-common (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 17:03:03 DEBUG unit.abot-epc-basic/0.install Setting up pstoedit (3.70-1ubuntu2) ... unit-oai-hss-0: 17:03:03 DEBUG unit.oai-hss/0.install CC gnutls_cipher_int.lo unit-abot-epc-basic-0: 17:03:03 DEBUG unit.abot-epc-basic/0.install Setting up pydb (1.26-2) ... unit-oai-hss-0: 17:03:03 DEBUG unit.oai-hss/0.install CC gnutls_session.lo unit-abot-epc-basic-0: 17:03:03 DEBUG unit.abot-epc-basic/0.install Setting up qttranslations5-l10n (5.5.1-2build1) ... unit-oai-hss-0: 17:03:03 DEBUG unit.oai-hss/0.install CC gnutls_db.lo unit-abot-epc-basic-0: 17:03:03 DEBUG unit.abot-epc-basic/0.install Setting up rubygems-integration (1.10) ... unit-oai-hss-0: 17:03:03 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 17:03:04 DEBUG unit.abot-epc-basic/0.install Setting up ruby-did-you-mean (1.0.0-2) ... unit-abot-epc-basic-0: 17:03:04 DEBUG unit.abot-epc-basic/0.install Setting up ruby-minitest (5.8.4-2) ... unit-oai-hss-0: 17:03:04 DEBUG unit.oai-hss/0.install CC x509_b64.lo unit-abot-epc-basic-0: 17:03:04 DEBUG unit.abot-epc-basic/0.install Setting up ruby-net-telnet (0.1.1-2) ... unit-oai-hss-0: 17:03:04 DEBUG unit.oai-hss/0.install CC gnutls_extensions.lo unit-abot-epc-basic-0: 17:03:04 DEBUG unit.abot-epc-basic/0.install Setting up ruby-power-assert (0.2.7-1) ... unit-abot-epc-basic-0: 17:03:04 DEBUG unit.abot-epc-basic/0.install Setting up ruby-test-unit (3.1.7-2) ... unit-abot-epc-basic-0: 17:03:04 DEBUG unit.abot-epc-basic/0.install Setting up subversion (1.9.3-2ubuntu1.1) ... unit-oai-hss-0: 17:03:04 DEBUG unit.oai-hss/0.install CC gnutls_auth.lo unit-abot-epc-basic-0: 17:03:04 DEBUG unit.abot-epc-basic/0.install Setting up t1utils (1.39-2) ... unit-oai-hss-0: 17:03:04 DEBUG unit.oai-hss/0.install CC gnutls_v2_compat.lo unit-abot-epc-basic-0: 17:03:04 DEBUG unit.abot-epc-basic/0.install Setting up tcl8.6 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 17:03:05 DEBUG unit.abot-epc-basic/0.install Setting up tcl (8.6.0+9) ... unit-oai-hss-0: 17:03:05 DEBUG unit.oai-hss/0.install CC gnutls_datum.lo unit-abot-epc-basic-0: 17:03:05 DEBUG unit.abot-epc-basic/0.install Setting up texlive-binaries (2015.20160222.37495-1) ... unit-oai-hss-0: 17:03:05 DEBUG unit.oai-hss/0.install CC gnutls_session_pack.lo unit-abot-epc-basic-0: 17:03:05 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin (xdvi.bin) in auto mode unit-abot-epc-basic-0: 17:03:05 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/bibtex.original to provide /usr/bin/bibtex (bibtex) in auto mode unit-abot-epc-basic-0: 17:03:05 DEBUG unit.abot-epc-basic/0.install Setting up xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-abot-epc-basic-0: 17:03:05 DEBUG unit.abot-epc-basic/0.install Setting up texlive-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 17:03:05 DEBUG unit.oai-hss/0.install CC gnutls_mpi.lo unit-oai-hss-0: 17:03:06 DEBUG unit.oai-hss/0.install CC gnutls_pk.lo unit-oai-hss-0: 17:03:06 DEBUG unit.oai-hss/0.install CC gnutls_cert.lo unit-abot-epc-basic-0: 17:03:06 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to a4. unit-oai-hss-0: 17:03:06 DEBUG unit.oai-hss/0.install CC gnutls_global.lo unit-abot-epc-basic-0: 17:03:06 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to a4. unit-oai-hss-0: 17:03:06 DEBUG unit.oai-hss/0.install CC gnutls_constate.lo unit-abot-epc-basic-0: 17:03:06 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to a4. unit-abot-epc-basic-0: 17:03:06 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to a4. unit-oai-hss-0: 17:03:07 DEBUG unit.oai-hss/0.install CC gnutls_anon_cred.lo unit-oai-hss-0: 17:03:07 DEBUG unit.oai-hss/0.install CC pkix_asn1_tab.lo unit-abot-epc-basic-0: 17:03:07 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to letter. unit-abot-epc-basic-0: 17:03:07 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to letter. unit-oai-hss-0: 17:03:07 DEBUG unit.oai-hss/0.install CC gnutls_asn1_tab.lo unit-abot-epc-basic-0: 17:03:07 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to letter. unit-abot-epc-basic-0: 17:03:07 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to letter. unit-abot-epc-basic-0: 17:03:07 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 17:03:07 DEBUG unit.oai-hss/0.install CC gnutls_mem.lo unit-oai-hss-0: 17:03:07 DEBUG unit.oai-hss/0.install CC gnutls_ui.lo unit-abot-epc-basic-0: 17:03:07 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:03:07 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 17:03:07 DEBUG unit.oai-hss/0.install CC gnutls_sig.lo unit-abot-epc-basic-0: 17:03:07 DEBUG unit.abot-epc-basic/0.install Setting up tk8.6 (8.6.5-1) ... unit-abot-epc-basic-0: 17:03:07 DEBUG unit.abot-epc-basic/0.install Setting up tk (8.6.0+9) ... unit-oai-hss-0: 17:03:08 DEBUG unit.oai-hss/0.install CC gnutls_ecc.lo unit-oai-hss-0: 17:03:08 DEBUG unit.oai-hss/0.install CC gnutls_dh_primes.lo unit-abot-epc-basic-0: 17:03:08 DEBUG unit.abot-epc-basic/0.install Setting up unzip (6.0-20ubuntu1) ... unit-abot-epc-basic-0: 17:03:08 DEBUG unit.abot-epc-basic/0.install Setting up x11-utils (7.7+3) ... unit-oai-hss-0: 17:03:08 DEBUG unit.oai-hss/0.install CC gnutls_alert.lo unit-oai-hss-0: 17:03:08 DEBUG unit.oai-hss/0.install CC system.lo unit-oai-hss-0: 17:03:08 DEBUG unit.oai-hss/0.install CC gnutls_str.lo unit-abot-epc-basic-0: 17:03:08 DEBUG unit.abot-epc-basic/0.install Setting up x11-xserver-utils (7.7+7) ... unit-oai-hss-0: 17:03:09 DEBUG unit.oai-hss/0.install CC gnutls_state.lo unit-abot-epc-basic-0: 17:03:09 DEBUG unit.abot-epc-basic/0.install Setting up xbitmaps (1.1.1-2) ... unit-oai-hss-0: 17:03:09 DEBUG unit.oai-hss/0.install CC gnutls_x509.lo unit-abot-epc-basic-0: 17:03:10 DEBUG unit.abot-epc-basic/0.install Setting up xmlstarlet (1.6.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:03:10 DEBUG unit.abot-epc-basic/0.install Setting up xterm (322-1ubuntu1) ... unit-abot-epc-basic-0: 17:03:10 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/xterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-oai-hss-0: 17:03:10 DEBUG unit.oai-hss/0.install CC gnutls_rsa_export.lo unit-abot-epc-basic-0: 17:03:10 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-abot-epc-basic-0: 17:03:10 DEBUG unit.abot-epc-basic/0.install Setting up zip (3.0-11) ... unit-oai-hss-0: 17:03:10 DEBUG unit.oai-hss/0.install CC gnutls_helper.lo unit-abot-epc-basic-0: 17:03:10 DEBUG unit.abot-epc-basic/0.install Setting up libauthen-sasl-perl (2.1600-1) ... unit-oai-hss-0: 17:03:10 DEBUG unit.oai-hss/0.install CC gnutls_supplemental.lo unit-abot-epc-basic-0: 17:03:10 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-oai-hss-0: 17:03:10 DEBUG unit.oai-hss/0.install CC random.lo unit-abot-epc-basic-0: 17:03:10 DEBUG unit.abot-epc-basic/0.install Setting up libffi-dev:amd64 (3.2.1-4) ... unit-abot-epc-basic-0: 17:03:11 DEBUG unit.abot-epc-basic/0.install Setting up libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 17:03:11 DEBUG unit.oai-hss/0.install CC crypto-api.lo unit-oai-hss-0: 17:03:11 DEBUG unit.oai-hss/0.install CC gnutls_privkey.lo unit-abot-epc-basic-0: 17:03:11 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0-dev (0.10-3) ... unit-abot-epc-basic-0: 17:03:11 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 17:03:11 DEBUG unit.abot-epc-basic/0.install Setting up libyaml-dev:amd64 (0.1.6-3) ... unit-oai-hss-0: 17:03:11 DEBUG unit.oai-hss/0.install CC gnutls_pcert.lo unit-abot-epc-basic-0: 17:03:11 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 17:03:11 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 17:03:11 DEBUG unit.oai-hss/0.install CC gnutls_pubkey.lo unit-abot-epc-basic-0: 17:03:11 DEBUG unit.abot-epc-basic/0.install Setting up debhelper (9.20160115ubuntu3) ... unit-abot-epc-basic-0: 17:03:12 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 17:03:12 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 17:03:12 DEBUG unit.oai-hss/0.install CC locks.lo unit-oai-hss-0: 17:03:12 DEBUG unit.oai-hss/0.install CC gnutls_dtls.lo unit-abot-epc-basic-0: 17:03:12 DEBUG unit.abot-epc-basic/0.install Setting up gtkwave (3.3.66-1) ... unit-abot-epc-basic-0: 17:03:12 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 17:03:12 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-protocol-https-perl (6.06-2) ... unit-oai-hss-0: 17:03:12 DEBUG unit.oai-hss/0.install CC system_override.lo unit-abot-epc-basic-0: 17:03:12 DEBUG unit.abot-epc-basic/0.install Setting up libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 17:03:12 DEBUG unit.oai-hss/0.install CC crypto-backend.lo unit-abot-epc-basic-0: 17:03:13 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-oai-hss-0: 17:03:13 DEBUG unit.oai-hss/0.install CC verify-tofu.lo unit-abot-epc-basic-0: 17:03:13 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 17:03:13 DEBUG unit.abot-epc-basic/0.install Setting up octave (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 17:03:13 DEBUG unit.oai-hss/0.install CC pin.lo unit-abot-epc-basic-0: 17:03:13 DEBUG unit.abot-epc-basic/0.install Setting up octave-control (3.0.0-1) ... unit-oai-hss-0: 17:03:13 DEBUG unit.oai-hss/0.install CC tpm.lo unit-abot-epc-basic-0: 17:03:13 DEBUG unit.abot-epc-basic/0.install Setting up octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 17:03:13 DEBUG unit.abot-epc-basic/0.install Setting up qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 17:03:13 DEBUG unit.abot-epc-basic/0.install Setting up rake (10.5.0-2) ... unit-abot-epc-basic-0: 17:03:13 DEBUG unit.abot-epc-basic/0.install Setting up libruby2.3:amd64 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 17:03:14 DEBUG unit.abot-epc-basic/0.install Setting up ruby2.3 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 17:03:14 DEBUG unit.abot-epc-basic/0.install Setting up liboctave-dev (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install CC pkcs11.lo unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_add_provider': unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install pkcs11.c:237:3: warning: 'p11_kit_load_initialize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:86): Use p11_kit_module_load instead [-Wdeprecated-declarations] unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install if (p11_kit_load_initialize_module (name, &module) != CKR_OK) unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install pkcs11.c:253:7: warning: 'p11_kit_finalize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:83): Use module->C_Finalize instead [-Wdeprecated-declarations] unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (module); unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'initialize_automatic_p11_kit': unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install pkcs11.c:466:3: warning: 'p11_kit_initialize_registered' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:61): Use p11_kit_modules_load instead [-Wdeprecated-declarations] unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_registered (); unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install pkcs11.c:477:3: warning: 'p11_kit_registered_modules' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:67): Use p11_kit_modules_release instead [-Wdeprecated-declarations] unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install modules = p11_kit_registered_modules (); unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install pkcs11.c:480:7: warning: 'p11_kit_registered_module_to_name' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:73): Use p11_kit_module_get_name instead [-Wdeprecated-declarations] unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install name = p11_kit_registered_module_to_name (modules[i]); unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_reinit': unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install pkcs11.c:565:11: warning: 'p11_kit_initialize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:80): Use module->C_Initialize instead [-Wdeprecated-declarations] unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_module(providers[i].module); unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_deinit': unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install pkcs11.c:599:9: warning: 'p11_kit_finalize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:83): Use module->C_Finalize instead [-Wdeprecated-declarations] unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (providers[i].module); unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install pkcs11.c:604:5: warning: 'p11_kit_finalize_registered' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:64): Use p11_kit_modules_release instead [-Wdeprecated-declarations] unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install p11_kit_finalize_registered (); unit-oai-hss-0: 17:03:14 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 17:03:14 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 17:03:14 DEBUG unit.abot-epc-basic/0.install Setting up adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-abot-epc-basic-0: 17:03:14 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode unit-abot-epc-basic-0: 17:03:14 DEBUG unit.abot-epc-basic/0.install Setting up dh-strip-nondeterminism (0.015-1) ... unit-abot-epc-basic-0: 17:03:14 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service-backend (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 17:03:15 DEBUG unit.abot-epc-basic/0.install Setting up libwww-perl (6.15-1) ... unit-abot-epc-basic-0: 17:03:15 DEBUG unit.abot-epc-basic/0.install Setting up libxml-parser-perl (2.44-1build1) ... unit-oai-hss-0: 17:03:15 DEBUG unit.oai-hss/0.install CC pkcs11_privkey.lo unit-abot-epc-basic-0: 17:03:15 DEBUG unit.abot-epc-basic/0.install Setting up libxml-twig-perl (1:3.48-1) ... unit-abot-epc-basic-0: 17:03:15 DEBUG unit.abot-epc-basic/0.install Setting up libnet-dbus-perl (1.1.0-3build1) ... unit-abot-epc-basic-0: 17:03:15 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 17:03:15 DEBUG unit.oai-hss/0.install CC pkcs11_write.lo unit-abot-epc-basic-0: 17:03:15 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-expat-perl (0.40-2) ... unit-abot-epc-basic-0: 17:03:15 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... unit-abot-epc-basic-0: 17:03:15 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 17:03:15 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-oai-hss-0: 17:03:15 DEBUG unit.oai-hss/0.install CC pkcs11_secret.lo unit-abot-epc-basic-0: 17:03:15 DEBUG unit.abot-epc-basic/0.install Setting up ruby (1:2.3.0+1) ... unit-oai-hss-0: 17:03:15 DEBUG unit.oai-hss/0.install CC gnutls_srp.lo unit-abot-epc-basic-0: 17:03:16 DEBUG unit.abot-epc-basic/0.install Setting up humanity-icon-theme (0.6.10.1) ... unit-oai-hss-0: 17:03:16 DEBUG unit.oai-hss/0.install CC gnutls_psk.lo unit-oai-hss-0: 17:03:16 DEBUG unit.oai-hss/0.install CCLD libgnutls.la unit-abot-epc-basic-0: 17:03:16 DEBUG unit.abot-epc-basic/0.install Setting up ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-abot-epc-basic-0: 17:03:16 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 17:03:16 DEBUG unit.oai-hss/0.install copying selected object files to avoid basename conflicts... unit-abot-epc-basic-0: 17:03:16 DEBUG unit.abot-epc-basic/0.install Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-oai-hss-0: 17:03:16 DEBUG unit.oai-hss/0.install CXX libgnutlsxx_la-gnutlsxx.lo unit-abot-epc-basic-0: 17:03:16 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 17:03:17 DEBUG unit.abot-epc-basic/0.install Processing triggers for tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 17:03:17 DEBUG unit.abot-epc-basic/0.install Running updmap-sys. This may take some time... done. unit-abot-epc-basic-0: 17:03:17 DEBUG unit.abot-epc-basic/0.install Running mktexlsr /var/lib/texmf ... done. unit-abot-epc-basic-0: 17:03:17 DEBUG unit.abot-epc-basic/0.install Building format(s) --all. unit-oai-hss-0: 17:03:17 DEBUG unit.oai-hss/0.install CXXLD libgnutlsxx.la unit-oai-hss-0: 17:03:17 DEBUG unit.oai-hss/0.install CC xssl.lo unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install CC xssl_getline.lo unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install CCLD libgnutls-xssl.la unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install Making all in extra unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install CC gnutls_openssl.lo unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install CC openssl_compat.lo unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install CCLD libgnutls-openssl.la unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install Making all in po unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install Making all in src unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install Making all in crywrap unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install CC crywrap.o unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_do_one': unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install crywrap.c:867:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)insock, unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install crywrap.c:868:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)outsock); unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_setup_pidfile': unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install crywrap.c:819:10: warning: ignoring return value of 'fchown', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install fchown (pidfilefd, config->uid, (gid_t)-1); unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install crywrap.c:823:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install write (pidfilefd, mypid, strlen (mypid)); unit-oai-hss-0: 17:03:18 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 17:03:18 DEBUG unit.abot-epc-basic/0.install This may take some time... done. unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install CCLD crywrap unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install Making all in libopts unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install CC libopts_la-libopts.lo unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install In file included from libopts.c:24:0: unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install enum.c: In function 'enum_err': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install enum.c:112:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, ENUM_ERR_LINE, *(paz_names++)); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install enum.c:135:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install sprintf(zFmt, ENUM_ERR_WIDTH, (int)max_len); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install enum.c:148:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_SPACE_FMT, *(paz_names++)); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install enum.c:155:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_FMT, *paz_names); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install enum.c: In function 'optionEnumerationVal': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install enum.c:307:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(INVALID_FMT, ix); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install In file included from libopts.c:27:0: unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install find.c: In function 'opt_ambiguities': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install find.c:114:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_Name); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install find.c:119:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_DisableName); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install find.c: In function 'opt_set': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install find.c:219:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pOD->pzText); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install find.c: In function 'opt_find_short': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install find.c:432:21: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pRes->pzText); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install In file included from libopts.c:30:0: unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c: In function 'optionParseShell': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:147:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:157:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:166:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:178:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:184:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:195:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(SHOW_PROG_ENV, opts->pzPROGNAME); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_var_text': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:230:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(SET_TEXT_FMT, prog, var); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_usage': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:373:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install strftime(tm_nm_buf, AO_NAME_SIZE, TIME_FMT, ptm ); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:381:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(SHELL_MAGIC, shell_prog); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:383:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(PREAMBLE_FMT, START_MARK, out_nm, tm_nm_buf); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:386:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(END_PRE_FMT, opts->pzPROGNAME); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_wrapup': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:436:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(FINISH_LOOP, opts->pzPROGNAME); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_action': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:532:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, VER_STR); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:535:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(PAGE_USAGE_TEXT, opts->pzPROGNAME); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:538:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_LOAD_WARN); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:539:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:544:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SAVE_OPTS); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:545:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:547:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, LONG_USE_STR); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:551:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(SGL_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:555:24: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install od->pz_NAME, od->optMaxCt); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:557:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(MULTI_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:564:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:565:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:568:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:569:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:572:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_inaction': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:582:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SUPPRESS_LOAD); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:586:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:589:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:591:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_flag': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:614:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(zOptionFlag, od->optValue); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_match_expr': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:689:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(zOptionPartName, name_bf); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install makeshell.c:699:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(zOptionFullName, name); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install In file included from libopts.c:31:0: unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install nested.c: In function 'emit_special_char': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install nested.c:903:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install fprintf(fp, XML_HEX_BYTE_FMT, (ch & 0xFF)); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install In file included from libopts.c:33:0: unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install pgusage.c: In function 'open_tmp_usage': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install snprintf(bf, bfsz, TMP_FILE_FMT, tmpdir, my_pid); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install pgusage.c: In function 'mk_pager_cmd': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install snprintf(res, bfsz, PAGE_USAGE_FMT, pager, fname); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install In file included from libopts.c:34:0: unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionQuoteString': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install putshell.c:190:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install sprintf(out, MK_STR_OCT_FMT, ch); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_enumeration': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install putshell.c:277:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install putshell.c:283:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(QUOT_ARG_FMT, pOD->optArg.argString); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install putshell.c:288:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_membership': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install putshell.c:298:12: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install (int)(uintptr_t)(pOD->optCookie)); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install putshell.c:315:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(SHOW_VAL_FMT, (unsigned long)val); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_stacked_arg': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install putshell.c:330:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(zOptCookieCt, pOpts->pzPROGNAME, pOD->pz_NAME, ct); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install putshell.c:334:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install putshell.c:337:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionPutShell': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install putshell.c:375:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(zOptCtFmt, pOpts->curOptIdx-1); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install putshell.c:403:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(zEquivMode, pOpts->pzPROGNAME, pOD->pz_NAME, p->pz_NAME); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install putshell.c:442:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ? pOD->pz_DisablePfx : "false"); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install putshell.c:452:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install (int)pOD->optArg.argInt); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install putshell.c:472:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install (pOD->optArg.argBool == 0) ? "false" : "true"); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install putshell.c:484:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install pOD->optOccCt); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install putshell.c:491:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install putshell.c:493:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install In file included from libopts.c:37:0: unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install save.c: In function 'prt_value': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install save.c:351:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install fprintf(fp, NULL_ATR_FMT, ovp->pzName); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install save.c:366:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install fprintf(fp, TYPE_ATR_FMT, ovp->pzName, typ); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install save.c:386:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, ovp->pzName); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install save.c:392:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install fprintf(fp, NUMB_ATR_FMT, ovp->pzName, ovp->v.longVal); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install save.c:397:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ovp->v.boolVal ? "true" : "false"); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install save.c: In function 'prt_string': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install save.c:411:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_XML_FMT, name); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install save.c:439:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, name); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install save.c: In function 'prt_val_list': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install save.c:459:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_CLOSE_FMT, name); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install save.c:463:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, name); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install save.c: In function 'prt_nested': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install save.c:503:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, p->pz_Name); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install save.c: In function 'open_sv_file': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install save.c:556:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install fprintf(fp, zPresetFile, time_str); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install In file included from libopts.c:44:0: unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install usage.c: In function 'print_usage_details': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install usage.c:352:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install usage.c:357:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install usage.c: In function 'print_one_paragraph': unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install usage.c:437:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install fprintf(fp, PUTS_FMT, t); unit-oai-hss-0: 17:03:19 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 17:03:19 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-c8bb6e-default-0 unit-abot-epc-basic-0: 17:03:20 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 17:03:20 DEBUG unit.abot-epc-basic/0.install Un-Installing Nettle from sources. The log file for nettle un-installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/nettle_uninstall_log.txt  unit-oai-hss-0: 17:03:22 DEBUG unit.oai-hss/0.install CCLD libopts.la unit-oai-hss-0: 17:03:22 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 17:03:22 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:03:22 DEBUG unit.oai-hss/0.install CC libcmd_srp_la-srptool-args.lo unit-oai-hss-0: 17:03:22 DEBUG unit.oai-hss/0.install CCLD libcmd-srp.la unit-oai-hss-0: 17:03:22 DEBUG unit.oai-hss/0.install CC libcmd_psk_la-psk-args.lo unit-oai-hss-0: 17:03:22 DEBUG unit.oai-hss/0.install CCLD libcmd-psk.la unit-oai-hss-0: 17:03:22 DEBUG unit.oai-hss/0.install CC libcmd_ocsp_la-ocsptool-args.lo unit-oai-hss-0: 17:03:22 DEBUG unit.oai-hss/0.install CCLD libcmd-ocsp.la unit-oai-hss-0: 17:03:22 DEBUG unit.oai-hss/0.install CC libcmd_serv_la-serv-args.lo unit-oai-hss-0: 17:03:22 DEBUG unit.oai-hss/0.install CCLD libcmd-serv.la unit-oai-hss-0: 17:03:22 DEBUG unit.oai-hss/0.install CC libcmd_cli_la-cli-args.lo unit-oai-hss-0: 17:03:23 DEBUG unit.oai-hss/0.install CCLD libcmd-cli.la unit-oai-hss-0: 17:03:23 DEBUG unit.oai-hss/0.install CC libcmd_cli_debug_la-cli-debug-args.lo unit-oai-hss-0: 17:03:23 DEBUG unit.oai-hss/0.install CCLD libcmd-cli-debug.la unit-oai-hss-0: 17:03:23 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-args.lo unit-oai-hss-0: 17:03:23 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-cfg.lo unit-oai-hss-0: 17:03:24 DEBUG unit.oai-hss/0.install CCLD libcmd-certtool.la unit-oai-hss-0: 17:03:24 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-danetool-args.lo unit-oai-hss-0: 17:03:24 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-certtool-cfg.lo unit-oai-hss-0: 17:03:24 DEBUG unit.oai-hss/0.install CCLD libcmd-danetool.la unit-oai-hss-0: 17:03:25 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-p11tool-args.lo unit-oai-hss-0: 17:03:25 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-certtool-cfg.lo unit-abot-epc-basic-0: 17:03:25 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-c8bb6e-default-0 unit-abot-epc-basic-0: 17:03:25 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-oai-hss-0: 17:03:25 DEBUG unit.oai-hss/0.install CCLD libcmd-p11tool.la unit-abot-epc-basic-0: 17:03:25 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 17:03:25 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-oai-hss-0: 17:03:25 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-tpmtool-args.lo unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install dconf-service gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-freedesktop unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 glib-networking unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install humanity-icon-theme libatk-bridge2.0-0 libatk-bridge2.0-dev libatk1.0-dev unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libmirclient-dev libmircommon-dev unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install lsh-doc unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install nettle-bin nettle-dev unit-oai-hss-0: 17:03:26 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-certtool-cfg.lo unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install Need to get 24.5 kB/963 kB of archives. unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install After this operation, 2,538 kB of additional disk space will be used. unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 nettle-bin amd64 3.2-1ubuntu0.16.04.1 [24.5 kB] unit-oai-hss-0: 17:03:26 DEBUG unit.oai-hss/0.install CCLD libcmd-tpmtool.la unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install Fetched 24.5 kB in 0s (45.1 kB/s) unit-oai-hss-0: 17:03:26 DEBUG unit.oai-hss/0.install CC psk.o unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-bin. unit-oai-hss-0: 17:03:26 DEBUG unit.oai-hss/0.install CCLD psktool unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install (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 ... 135912 files and directories currently installed.) unit-abot-epc-basic-0: 17:03:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../nettle-bin_3.2-1ubuntu0.16.04.1_amd64.deb ... unit-oai-hss-0: 17:03:26 DEBUG unit.oai-hss/0.install CC cli-debug.o unit-abot-epc-basic-0: 17:03:27 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 17:03:27 DEBUG unit.oai-hss/0.install cli-debug.c: In function 'main': unit-oai-hss-0: 17:03:27 DEBUG unit.oai-hss/0.install cli-debug.c:286:40: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 17:03:27 DEBUG unit.oai-hss/0.install gnutls_transport_set_ptr (state, (gnutls_transport_ptr_t) unit-oai-hss-0: 17:03:27 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:27 DEBUG unit.oai-hss/0.install CC tests.o unit-oai-hss-0: 17:03:27 DEBUG unit.oai-hss/0.install CC socket.o unit-oai-hss-0: 17:03:27 DEBUG unit.oai-hss/0.install CC common.o unit-oai-hss-0: 17:03:27 DEBUG unit.oai-hss/0.install common.c: In function 'token_callback': unit-oai-hss-0: 17:03:27 DEBUG unit.oai-hss/0.install common.c:1071:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 17:03:27 DEBUG unit.oai-hss/0.install fgets (buf, sizeof (buf), stdin); unit-oai-hss-0: 17:03:27 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 17:03:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 17:03:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../nettle-dev_3.2-1ubuntu0.16.04.1_amd64.deb ... unit-oai-hss-0: 17:03:27 DEBUG unit.oai-hss/0.install CCLD gnutls-cli-debug unit-abot-epc-basic-0: 17:03:27 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 17:03:27 DEBUG unit.oai-hss/0.install CC certtool.o unit-abot-epc-basic-0: 17:03:27 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-oai-hss-0: 17:03:28 DEBUG unit.oai-hss/0.install CC certtool-common.o unit-oai-hss-0: 17:03:28 DEBUG unit.oai-hss/0.install certtool-common.c: In function 'print_head': unit-oai-hss-0: 17:03:28 DEBUG unit.oai-hss/0.install certtool-common.c:660:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 17:03:28 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[%u] =", txt, size); unit-oai-hss-0: 17:03:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:28 DEBUG unit.oai-hss/0.install certtool-common.c:662:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 17:03:28 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[] =\n", txt); unit-oai-hss-0: 17:03:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:28 DEBUG unit.oai-hss/0.install CC certtool-extras.o unit-oai-hss-0: 17:03:28 DEBUG unit.oai-hss/0.install CCLD certtool unit-abot-epc-basic-0: 17:03:28 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-oai-hss-0: 17:03:28 DEBUG unit.oai-hss/0.install CC srptool.o unit-oai-hss-0: 17:03:28 DEBUG unit.oai-hss/0.install CCLD srptool unit-oai-hss-0: 17:03:28 DEBUG unit.oai-hss/0.install CC ocsptool.o unit-abot-epc-basic-0: 17:03:28 DEBUG unit.abot-epc-basic/0.install Setting up nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 17:03:28 DEBUG unit.oai-hss/0.install CC ocsptool-common.o unit-abot-epc-basic-0: 17:03:28 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 17:03:28 DEBUG unit.oai-hss/0.install CCLD ocsptool unit-oai-hss-0: 17:03:28 DEBUG unit.oai-hss/0.install CC serv.o unit-oai-hss-0: 17:03:29 DEBUG unit.oai-hss/0.install CC udp-serv.o unit-oai-hss-0: 17:03:29 DEBUG unit.oai-hss/0.install CCLD gnutls-serv unit-oai-hss-0: 17:03:29 DEBUG unit.oai-hss/0.install CC cli.o unit-oai-hss-0: 17:03:29 DEBUG unit.oai-hss/0.install cli.c: In function 'psk_callback': unit-oai-hss-0: 17:03:29 DEBUG unit.oai-hss/0.install cli.c:1339:15: warning: ignoring return value of 'getline', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 17:03:29 DEBUG unit.oai-hss/0.install getline (&tmp, &n, stdin); unit-oai-hss-0: 17:03:29 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:29 DEBUG unit.oai-hss/0.install CC benchmark-cipher.o unit-oai-hss-0: 17:03:29 DEBUG unit.oai-hss/0.install CC benchmark.o unit-abot-epc-basic-0: 17:03:29 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 17:03:29 DEBUG unit.abot-epc-basic/0.install Un-Installing Gnutls. The log file for Gnutls un-installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/gnutls_uninstall_log.txt  unit-oai-hss-0: 17:03:29 DEBUG unit.oai-hss/0.install CC benchmark-tls.o unit-oai-hss-0: 17:03:29 DEBUG unit.oai-hss/0.install CCLD gnutls-cli unit-oai-hss-0: 17:03:30 DEBUG unit.oai-hss/0.install CC danetool.o unit-oai-hss-0: 17:03:30 DEBUG unit.oai-hss/0.install CCLD danetool unit-oai-hss-0: 17:03:30 DEBUG unit.oai-hss/0.install CC tpmtool.o unit-oai-hss-0: 17:03:30 DEBUG unit.oai-hss/0.install CCLD tpmtool unit-oai-hss-0: 17:03:30 DEBUG unit.oai-hss/0.install CC p11tool.o unit-oai-hss-0: 17:03:30 DEBUG unit.oai-hss/0.install CC pkcs11.o unit-oai-hss-0: 17:03:30 DEBUG unit.oai-hss/0.install CCLD p11tool unit-oai-hss-0: 17:03:30 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:03:30 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:03:30 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:03:30 DEBUG unit.oai-hss/0.install Making all in doc unit-oai-hss-0: 17:03:30 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:03:30 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 17:03:30 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:03:30 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 17:03:30 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 17:03:30 DEBUG unit.oai-hss/0.install CC ex-alert.lo unit-oai-hss-0: 17:03:30 DEBUG unit.oai-hss/0.install CC ex-pkcs12.lo unit-oai-hss-0: 17:03:30 DEBUG unit.oai-hss/0.install CC ex-session-info.lo unit-oai-hss-0: 17:03:30 DEBUG unit.oai-hss/0.install CC ex-x509-info.lo unit-oai-hss-0: 17:03:31 DEBUG unit.oai-hss/0.install CC ex-verify.lo unit-oai-hss-0: 17:03:31 DEBUG unit.oai-hss/0.install CC tcp.lo unit-oai-hss-0: 17:03:31 DEBUG unit.oai-hss/0.install CC udp.lo unit-oai-hss-0: 17:03:31 DEBUG unit.oai-hss/0.install CC ex-pkcs11-list.lo unit-oai-hss-0: 17:03:31 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 17:03:31 DEBUG unit.oai-hss/0.install CC ex-verify-ssh.lo unit-oai-hss-0: 17:03:31 DEBUG unit.oai-hss/0.install CCLD libexamples.la unit-oai-hss-0: 17:03:31 DEBUG unit.oai-hss/0.install CC ex-client-resume.o unit-oai-hss-0: 17:03:31 DEBUG unit.oai-hss/0.install CCLD ex-client-resume unit-oai-hss-0: 17:03:31 DEBUG unit.oai-hss/0.install CC ex-client-dtls.o unit-oai-hss-0: 17:03:31 DEBUG unit.oai-hss/0.install CCLD ex-client-dtls unit-oai-hss-0: 17:03:31 DEBUG unit.oai-hss/0.install CC ex-cert-select.o unit-oai-hss-0: 17:03:31 DEBUG unit.oai-hss/0.install CCLD ex-cert-select unit-oai-hss-0: 17:03:32 DEBUG unit.oai-hss/0.install CC ex-client-x509.o unit-oai-hss-0: 17:03:32 DEBUG unit.oai-hss/0.install CCLD ex-client-x509 unit-oai-hss-0: 17:03:32 DEBUG unit.oai-hss/0.install CC ex-serv-dtls.o unit-oai-hss-0: 17:03:32 DEBUG unit.oai-hss/0.install CCLD ex-serv-dtls unit-oai-hss-0: 17:03:32 DEBUG unit.oai-hss/0.install CC ex-client-xssl1.o unit-oai-hss-0: 17:03:32 DEBUG unit.oai-hss/0.install ex-client-xssl1.c: In function 'main': unit-oai-hss-0: 17:03:32 DEBUG unit.oai-hss/0.install ex-client-xssl1.c:42:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 17:03:32 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 17:03:32 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:32 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl1 unit-oai-hss-0: 17:03:32 DEBUG unit.oai-hss/0.install CC ex-client-xssl2.o unit-oai-hss-0: 17:03:32 DEBUG unit.oai-hss/0.install ex-client-xssl2.c: In function 'main': unit-oai-hss-0: 17:03:32 DEBUG unit.oai-hss/0.install ex-client-xssl2.c:57:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 17:03:32 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 17:03:32 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:03:32 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl2 unit-oai-hss-0: 17:03:32 DEBUG unit.oai-hss/0.install CC print-ciphersuites.o unit-oai-hss-0: 17:03:32 DEBUG unit.oai-hss/0.install CCLD print-ciphersuites unit-oai-hss-0: 17:03:32 DEBUG unit.oai-hss/0.install CXX ex-cxx.o unit-oai-hss-0: 17:03:32 DEBUG unit.oai-hss/0.install CXXLD ex-cxx unit-oai-hss-0: 17:03:33 DEBUG unit.oai-hss/0.install CC ex-client-anon.o unit-oai-hss-0: 17:03:33 DEBUG unit.oai-hss/0.install CCLD ex-client-anon unit-oai-hss-0: 17:03:33 DEBUG unit.oai-hss/0.install CC ex-serv-anon.o unit-oai-hss-0: 17:03:33 DEBUG unit.oai-hss/0.install CCLD ex-serv-anon unit-oai-hss-0: 17:03:33 DEBUG unit.oai-hss/0.install CC ex-serv-pgp.o unit-oai-hss-0: 17:03:33 DEBUG unit.oai-hss/0.install CCLD ex-serv-pgp unit-oai-hss-0: 17:03:33 DEBUG unit.oai-hss/0.install CC ex-cert-select-pkcs11.o unit-oai-hss-0: 17:03:33 DEBUG unit.oai-hss/0.install CCLD ex-cert-select-pkcs11 unit-oai-hss-0: 17:03:33 DEBUG unit.oai-hss/0.install CC ex-client-psk.o unit-oai-hss-0: 17:03:33 DEBUG unit.oai-hss/0.install CCLD ex-client-psk unit-oai-hss-0: 17:03:33 DEBUG unit.oai-hss/0.install CC ex-serv-psk.o unit-oai-hss-0: 17:03:33 DEBUG unit.oai-hss/0.install CCLD ex-serv-psk unit-oai-hss-0: 17:03:33 DEBUG unit.oai-hss/0.install CC ex-client-srp.o unit-oai-hss-0: 17:03:33 DEBUG unit.oai-hss/0.install CCLD ex-client-srp unit-oai-hss-0: 17:03:33 DEBUG unit.oai-hss/0.install CC ex-serv-srp.o unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install CCLD ex-serv-srp unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install CC ex-ocsp-client.o unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install CCLD ex-ocsp-client unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making all in cyclo unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making all in manpages unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making all in credentials unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all-am'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making all in latex unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all-am'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install CC utils.lo unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install CCLD libutils.la unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making all in rsa-md5-collision unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making all in pkcs1-padding unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making all in pkcs8-decode unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making all in pkcs12-decode unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making all in userid unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making all in cert-tests unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making all in key-id unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making all in sha2 unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making all in safe-renegotiation unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making all in dsa unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making all in ecdsa unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making all in slow unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making all in dtls unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making all in openpgp-certs unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making install in gl unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making install in lib unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/x509.h gnutls/pkcs12.h gnutls/compat.h gnutls/openpgp.h gnutls/crypto.h gnutls/pkcs11.h gnutls/abstract.h gnutls/dtls.h gnutls/ocsp.h gnutls/tpm.h gnutls/xssl.h gnutls/gnutlsxx.h '/usr/include/gnutls' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/gnutls.h '/usr/include/gnutls' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making install in accelerated unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 17:03:34 DEBUG unit.oai-hss/0.install Making install in x86 unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install Making install in auth unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install Making install in ext unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install Making install in algorithms unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install Making install in extras unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install Making install in opencdk unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install Making install in nettle unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c libgnutls.la libgnutlsxx.la libgnutls-xssl.la '/usr/lib' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.so.28.21.3 /usr/lib/libgnutls.so.28.21.3 unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls.so.28.21.3 libgnutls.so.28 || { rm -f libgnutls.so.28 && ln -s libgnutls.so.28.21.3 libgnutls.so.28; }; }) unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls.so.28.21.3 libgnutls.so || { rm -f libgnutls.so && ln -s libgnutls.so.28.21.3 libgnutls.so; }; }) unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.lai /usr/lib/libgnutls.la unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutlsxx.la' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: (cd /tmp/gnutls-3.1.23/lib; /bin/bash /tmp/gnutls-3.1.23/libtool --silent --tag CXX --mode=relink g++ -I./includes -I./includes -g -O2 -no-undefined -version-info 29:0:1 -o libgnutlsxx.la -rpath /usr/lib libgnutlsxx_la-gnutlsxx.lo libgnutls.la ) unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.so.28.1.0T /usr/lib/libgnutlsxx.so.28.1.0 unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutlsxx.so.28.1.0 libgnutlsxx.so.28 || { rm -f libgnutlsxx.so.28 && ln -s libgnutlsxx.so.28.1.0 libgnutlsxx.so.28; }; }) unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutlsxx.so.28.1.0 libgnutlsxx.so || { rm -f libgnutlsxx.so && ln -s libgnutlsxx.so.28.1.0 libgnutlsxx.so; }; }) unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.lai /usr/lib/libgnutlsxx.la unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-xssl.la' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: (cd /tmp/gnutls-3.1.23/lib; /bin/bash /tmp/gnutls-3.1.23/libtool --silent --tag CC --mode=relink gcc -std=gnu99 -g -O2 -no-undefined -version-info 0:0:0 -o libgnutls-xssl.la -rpath /usr/lib xssl.lo xssl_getline.lo ../gl/libgnu.la libgnutls.la ) unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-xssl.so.0.0.0T /usr/lib/libgnutls-xssl.so.0.0.0 unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls-xssl.so.0.0.0 libgnutls-xssl.so.0 || { rm -f libgnutls-xssl.so.0 && ln -s libgnutls-xssl.so.0.0.0 libgnutls-xssl.so.0; }; }) unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls-xssl.so.0.0.0 libgnutls-xssl.so || { rm -f libgnutls-xssl.so && ln -s libgnutls-xssl.so.0.0.0 libgnutls-xssl.so; }; }) unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-xssl.lai /usr/lib/libgnutls-xssl.la unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.a /usr/lib/libgnutls.a unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls.a unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls.a unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.a /usr/lib/libgnutlsxx.a unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutlsxx.a unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutlsxx.a unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-xssl.a /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/lib unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib/pkgconfig' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls.pc '/usr/lib/pkgconfig' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install Making install in extra unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/openssl.h '/usr/include/gnutls' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c libgnutls-openssl.la '/usr/lib' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-openssl.la' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: (cd /tmp/gnutls-3.1.23/extra; /bin/bash /tmp/gnutls-3.1.23/libtool --silent --tag CC --mode=relink gcc -std=gnu99 -g -O2 -no-undefined -version-info 27:2:0 -o libgnutls-openssl.la -rpath /usr/lib gnutls_openssl.lo openssl_compat.lo ../gl/libgnu.la ../lib/libgnutls.la ) unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-openssl.so.27.0.2T /usr/lib/libgnutls-openssl.so.27.0.2 unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls-openssl.so.27.0.2 libgnutls-openssl.so.27 || { rm -f libgnutls-openssl.so.27 && ln -s libgnutls-openssl.so.27.0.2 libgnutls-openssl.so.27; }; }) unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls-openssl.so.27.0.2 libgnutls-openssl.so || { rm -f libgnutls-openssl.so && ln -s libgnutls-openssl.so.27.0.2 libgnutls-openssl.so; }; }) unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-openssl.lai /usr/lib/libgnutls-openssl.la unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-openssl.a /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/lib unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install Making install in po unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install installing en@boldquot.gmo as /usr/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install installing en@quot.gmo as /usr/share/locale/en@quot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install installing de.gmo as /usr/share/locale/de/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install installing it.gmo as /usr/share/locale/it/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install installing ms.gmo as /usr/share/locale/ms/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install if test "gnutls" = "gettext-tools"; then \ unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/gettext/po; \ unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 ./$file \ unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install /usr/share/gettext/po/$file; \ unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install for file in Makevars; do \ unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install rm -f /usr/share/gettext/po/$file; \ unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install : ; \ unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install fi unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install Making install in src unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install Making install in crywrap unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c crywrap '/usr/bin' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/crywrap /usr/bin/crywrap unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install Making install in libopts unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c psktool gnutls-cli-debug certtool srptool ocsptool gnutls-serv gnutls-cli danetool tpmtool p11tool '/usr/bin' unit-oai-hss-0: 17:03:35 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/psktool /usr/bin/psktool unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-cli-debug /usr/bin/gnutls-cli-debug unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/certtool /usr/bin/certtool unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/srptool /usr/bin/srptool unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/ocsptool /usr/bin/ocsptool unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-serv /usr/bin/gnutls-serv unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-cli /usr/bin/gnutls-cli unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/danetool /usr/bin/danetool unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/tpmtool /usr/bin/tpmtool unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/p11tool /usr/bin/p11tool unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in doc unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in cyclo unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in manpages unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man1' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls-cli.1 gnutls-cli-debug.1 gnutls-serv.1 certtool.1 psktool.1 p11tool.1 ocsptool.1 tpmtool.1 srptool.1 '/usr/share/man/man1' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man3' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_alert_get.3 gnutls_alert_get_name.3 gnutls_alert_get_strname.3 gnutls_alert_send.3 gnutls_alert_send_appropriate.3 gnutls_anon_allocate_client_credentials.3 gnutls_anon_allocate_server_credentials.3 gnutls_anon_free_client_credentials.3 gnutls_anon_free_server_credentials.3 gnutls_anon_set_params_function.3 gnutls_anon_set_server_dh_params.3 gnutls_anon_set_server_params_function.3 gnutls_auth_client_get_type.3 gnutls_auth_get_type.3 gnutls_auth_server_get_type.3 gnutls_bye.3 gnutls_certificate_activation_time_peers.3 gnutls_certificate_allocate_credentials.3 gnutls_certificate_client_get_request_status.3 gnutls_certificate_expiration_time_peers.3 gnutls_certificate_free_ca_names.3 gnutls_certificate_free_cas.3 gnutls_certificate_free_credentials.3 gnutls_certificate_free_crls.3 gnutls_certificate_free_keys.3 gnutls_certificate_get_issuer.3 gnutls_certificate_get_ours.3 gnutls_certificate_get_peers.3 gnutls_certificate_get_peers_subkey_id.3 gnutls_certificate_send_x509_rdn_sequence.3 gnutls_certificate_server_set_request.3 gnutls_certificate_set_dh_params.3 gnutls_certificate_set_key.3 gnutls_certificate_set_ocsp_status_request_file.3 gnutls_certificate_set_ocsp_status_request_function.3 gnutls_certificate_set_openpgp_key.3 gnutls_certificate_set_openpgp_key_file.3 gnutls_certificate_set_openpgp_key_file2.3 gnutls_certificate_set_openpgp_key_mem.3 gnutls_certificate_set_openpgp_key_mem2.3 '/usr/share/man/man3' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_certificate_set_openpgp_keyring_file.3 gnutls_certificate_set_openpgp_keyring_mem.3 gnutls_certificate_set_params_function.3 gnutls_certificate_set_pin_function.3 gnutls_certificate_set_retrieve_function.3 gnutls_certificate_set_retrieve_function2.3 gnutls_certificate_set_rsa_export_params.3 gnutls_certificate_set_verify_flags.3 gnutls_certificate_set_verify_function.3 gnutls_certificate_set_verify_limits.3 gnutls_certificate_set_x509_crl.3 gnutls_certificate_set_x509_crl_file.3 gnutls_certificate_set_x509_crl_mem.3 gnutls_certificate_set_x509_key.3 gnutls_certificate_set_x509_key_file.3 gnutls_certificate_set_x509_key_file2.3 gnutls_certificate_set_x509_key_mem.3 gnutls_certificate_set_x509_key_mem2.3 gnutls_certificate_set_x509_simple_pkcs12_file.3 gnutls_certificate_set_x509_simple_pkcs12_mem.3 gnutls_certificate_set_x509_system_trust.3 gnutls_certificate_set_x509_trust.3 gnutls_certificate_set_x509_trust_file.3 gnutls_certificate_set_x509_trust_mem.3 gnutls_certificate_type_get.3 gnutls_certificate_type_get_id.3 gnutls_certificate_type_get_name.3 gnutls_certificate_type_list.3 gnutls_certificate_type_set_priority.3 gnutls_certificate_verification_status_print.3 gnutls_certificate_verify_peers2.3 gnutls_certificate_verify_peers3.3 gnutls_check_version.3 gnutls_cipher_add_auth.3 gnutls_cipher_decrypt.3 gnutls_cipher_decrypt2.3 gnutls_cipher_deinit.3 gnutls_cipher_encrypt.3 gnutls_cipher_encrypt2.3 gnutls_cipher_get.3 '/usr/share/man/man3' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_cipher_get_block_size.3 gnutls_cipher_get_id.3 gnutls_cipher_get_key_size.3 gnutls_cipher_get_name.3 gnutls_cipher_init.3 gnutls_cipher_list.3 gnutls_cipher_set_iv.3 gnutls_cipher_set_priority.3 gnutls_cipher_suite_get_name.3 gnutls_cipher_suite_info.3 gnutls_cipher_tag.3 gnutls_compression_get.3 gnutls_compression_get_id.3 gnutls_compression_get_name.3 gnutls_compression_list.3 gnutls_compression_set_priority.3 gnutls_credentials_clear.3 gnutls_credentials_set.3 gnutls_db_check_entry.3 gnutls_db_check_entry_time.3 gnutls_db_get_ptr.3 gnutls_db_remove_session.3 gnutls_db_set_cache_expiration.3 gnutls_db_set_ptr.3 gnutls_db_set_remove_function.3 gnutls_db_set_retrieve_function.3 gnutls_db_set_store_function.3 gnutls_deinit.3 gnutls_dh_get_group.3 gnutls_dh_get_peers_public_bits.3 gnutls_dh_get_prime_bits.3 gnutls_dh_get_pubkey.3 gnutls_dh_get_secret_bits.3 gnutls_dh_params_cpy.3 gnutls_dh_params_deinit.3 gnutls_dh_params_export2_pkcs3.3 gnutls_dh_params_export_pkcs3.3 gnutls_dh_params_export_raw.3 gnutls_dh_params_generate2.3 gnutls_dh_params_import_pkcs3.3 '/usr/share/man/man3' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_dh_params_import_raw.3 gnutls_dh_params_init.3 gnutls_dh_set_prime_bits.3 gnutls_dtls_cookie_send.3 gnutls_dtls_cookie_verify.3 gnutls_dtls_get_data_mtu.3 gnutls_dtls_get_mtu.3 gnutls_dtls_get_timeout.3 gnutls_dtls_prestate_set.3 gnutls_dtls_set_data_mtu.3 gnutls_dtls_set_mtu.3 gnutls_dtls_set_timeouts.3 gnutls_ecc_curve_get.3 gnutls_ecc_curve_get_name.3 gnutls_ecc_curve_get_size.3 gnutls_ecc_curve_list.3 gnutls_error_is_fatal.3 gnutls_error_to_alert.3 gnutls_fingerprint.3 gnutls_global_deinit.3 gnutls_global_init.3 gnutls_global_set_audit_log_function.3 gnutls_global_set_log_function.3 gnutls_global_set_log_level.3 gnutls_global_set_mem_functions.3 gnutls_global_set_mutex.3 gnutls_global_set_time_function.3 gnutls_handshake.3 gnutls_handshake_get_last_in.3 gnutls_handshake_get_last_out.3 gnutls_handshake_set_max_packet_length.3 gnutls_handshake_set_post_client_hello_function.3 gnutls_handshake_set_private_extensions.3 gnutls_handshake_set_random.3 gnutls_handshake_set_timeout.3 gnutls_hash.3 gnutls_hash_deinit.3 gnutls_hash_fast.3 gnutls_hash_get_len.3 gnutls_hash_init.3 '/usr/share/man/man3' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_hash_output.3 gnutls_heartbeat_allowed.3 gnutls_heartbeat_enable.3 gnutls_heartbeat_get_timeout.3 gnutls_heartbeat_ping.3 gnutls_heartbeat_pong.3 gnutls_heartbeat_set_timeouts.3 gnutls_hex2bin.3 gnutls_hex_decode.3 gnutls_hex_encode.3 gnutls_hmac.3 gnutls_hmac_deinit.3 gnutls_hmac_fast.3 gnutls_hmac_get_len.3 gnutls_hmac_init.3 gnutls_hmac_output.3 gnutls_init.3 gnutls_key_generate.3 gnutls_kx_get.3 gnutls_kx_get_id.3 gnutls_kx_get_name.3 gnutls_kx_list.3 gnutls_kx_set_priority.3 gnutls_load_file.3 gnutls_mac_get.3 gnutls_mac_get_id.3 gnutls_mac_get_key_size.3 gnutls_mac_get_name.3 gnutls_mac_list.3 gnutls_mac_set_priority.3 gnutls_ocsp_req_add_cert.3 gnutls_ocsp_req_add_cert_id.3 gnutls_ocsp_req_deinit.3 gnutls_ocsp_req_export.3 gnutls_ocsp_req_get_cert_id.3 gnutls_ocsp_req_get_extension.3 gnutls_ocsp_req_get_nonce.3 gnutls_ocsp_req_get_version.3 gnutls_ocsp_req_import.3 gnutls_ocsp_req_init.3 '/usr/share/man/man3' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_ocsp_req_print.3 gnutls_ocsp_req_randomize_nonce.3 gnutls_ocsp_req_set_extension.3 gnutls_ocsp_req_set_nonce.3 gnutls_ocsp_resp_check_crt.3 gnutls_ocsp_resp_deinit.3 gnutls_ocsp_resp_export.3 gnutls_ocsp_resp_get_certs.3 gnutls_ocsp_resp_get_extension.3 gnutls_ocsp_resp_get_nonce.3 gnutls_ocsp_resp_get_produced.3 gnutls_ocsp_resp_get_responder.3 gnutls_ocsp_resp_get_response.3 gnutls_ocsp_resp_get_signature.3 gnutls_ocsp_resp_get_signature_algorithm.3 gnutls_ocsp_resp_get_single.3 gnutls_ocsp_resp_get_status.3 gnutls_ocsp_resp_get_version.3 gnutls_ocsp_resp_import.3 gnutls_ocsp_resp_init.3 gnutls_ocsp_resp_print.3 gnutls_ocsp_resp_verify.3 gnutls_ocsp_resp_verify_direct.3 gnutls_ocsp_status_request_enable_client.3 gnutls_ocsp_status_request_get.3 gnutls_ocsp_status_request_is_checked.3 gnutls_openpgp_crt_check_hostname.3 gnutls_openpgp_crt_deinit.3 gnutls_openpgp_crt_export.3 gnutls_openpgp_crt_export2.3 gnutls_openpgp_crt_get_auth_subkey.3 gnutls_openpgp_crt_get_creation_time.3 gnutls_openpgp_crt_get_expiration_time.3 gnutls_openpgp_crt_get_fingerprint.3 gnutls_openpgp_crt_get_key_id.3 gnutls_openpgp_crt_get_key_usage.3 gnutls_openpgp_crt_get_name.3 gnutls_openpgp_crt_get_pk_algorithm.3 gnutls_openpgp_crt_get_pk_dsa_raw.3 gnutls_openpgp_crt_get_pk_rsa_raw.3 '/usr/share/man/man3' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_openpgp_crt_get_preferred_key_id.3 gnutls_openpgp_crt_get_revoked_status.3 gnutls_openpgp_crt_get_subkey_count.3 gnutls_openpgp_crt_get_subkey_creation_time.3 gnutls_openpgp_crt_get_subkey_expiration_time.3 gnutls_openpgp_crt_get_subkey_fingerprint.3 gnutls_openpgp_crt_get_subkey_id.3 gnutls_openpgp_crt_get_subkey_idx.3 gnutls_openpgp_crt_get_subkey_pk_algorithm.3 gnutls_openpgp_crt_get_subkey_pk_dsa_raw.3 gnutls_openpgp_crt_get_subkey_pk_rsa_raw.3 gnutls_openpgp_crt_get_subkey_revoked_status.3 gnutls_openpgp_crt_get_subkey_usage.3 gnutls_openpgp_crt_get_version.3 gnutls_openpgp_crt_import.3 gnutls_openpgp_crt_init.3 gnutls_openpgp_crt_print.3 gnutls_openpgp_crt_set_preferred_key_id.3 gnutls_openpgp_crt_verify_ring.3 gnutls_openpgp_crt_verify_self.3 gnutls_openpgp_keyring_check_id.3 gnutls_openpgp_keyring_deinit.3 gnutls_openpgp_keyring_get_crt.3 gnutls_openpgp_keyring_get_crt_count.3 gnutls_openpgp_keyring_import.3 gnutls_openpgp_keyring_init.3 gnutls_openpgp_privkey_deinit.3 gnutls_openpgp_privkey_export.3 gnutls_openpgp_privkey_export2.3 gnutls_openpgp_privkey_export_dsa_raw.3 gnutls_openpgp_privkey_export_rsa_raw.3 gnutls_openpgp_privkey_export_subkey_dsa_raw.3 gnutls_openpgp_privkey_export_subkey_rsa_raw.3 gnutls_openpgp_privkey_get_fingerprint.3 gnutls_openpgp_privkey_get_key_id.3 gnutls_openpgp_privkey_get_pk_algorithm.3 gnutls_openpgp_privkey_get_preferred_key_id.3 gnutls_openpgp_privkey_get_revoked_status.3 gnutls_openpgp_privkey_get_subkey_count.3 gnutls_openpgp_privkey_get_subkey_creation_time.3 '/usr/share/man/man3' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_openpgp_privkey_get_subkey_fingerprint.3 gnutls_openpgp_privkey_get_subkey_id.3 gnutls_openpgp_privkey_get_subkey_idx.3 gnutls_openpgp_privkey_get_subkey_pk_algorithm.3 gnutls_openpgp_privkey_get_subkey_revoked_status.3 gnutls_openpgp_privkey_import.3 gnutls_openpgp_privkey_init.3 gnutls_openpgp_privkey_sec_param.3 gnutls_openpgp_privkey_set_preferred_key_id.3 gnutls_openpgp_privkey_sign_hash.3 gnutls_openpgp_send_cert.3 gnutls_openpgp_set_recv_key_function.3 gnutls_pcert_deinit.3 gnutls_pcert_import_openpgp.3 gnutls_pcert_import_openpgp_raw.3 gnutls_pcert_import_x509.3 gnutls_pcert_import_x509_raw.3 gnutls_pcert_list_import_x509_raw.3 gnutls_pem_base64_decode.3 gnutls_pem_base64_decode_alloc.3 gnutls_pem_base64_encode.3 gnutls_pem_base64_encode_alloc.3 gnutls_perror.3 gnutls_pk_algorithm_get_name.3 gnutls_pk_bits_to_sec_param.3 gnutls_pkcs11_add_provider.3 gnutls_pkcs11_copy_secret_key.3 gnutls_pkcs11_copy_x509_crt.3 gnutls_pkcs11_copy_x509_privkey.3 gnutls_pkcs11_deinit.3 gnutls_pkcs11_delete_url.3 gnutls_pkcs11_get_pin_function.3 gnutls_pkcs11_init.3 gnutls_pkcs11_obj_deinit.3 gnutls_pkcs11_obj_export.3 gnutls_pkcs11_obj_export2.3 gnutls_pkcs11_obj_export_url.3 gnutls_pkcs11_obj_get_info.3 gnutls_pkcs11_obj_get_type.3 gnutls_pkcs11_obj_import_url.3 '/usr/share/man/man3' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_pkcs11_obj_init.3 gnutls_pkcs11_obj_list_import_url.3 gnutls_pkcs11_obj_list_import_url2.3 gnutls_pkcs11_obj_set_pin_function.3 gnutls_pkcs11_privkey_deinit.3 gnutls_pkcs11_privkey_export_url.3 gnutls_pkcs11_privkey_generate.3 gnutls_pkcs11_privkey_generate2.3 gnutls_pkcs11_privkey_get_info.3 gnutls_pkcs11_privkey_get_pk_algorithm.3 gnutls_pkcs11_privkey_import_url.3 gnutls_pkcs11_privkey_init.3 gnutls_pkcs11_privkey_set_pin_function.3 gnutls_pkcs11_privkey_status.3 gnutls_pkcs11_reinit.3 gnutls_pkcs11_set_pin_function.3 gnutls_pkcs11_set_token_function.3 gnutls_pkcs11_token_get_flags.3 gnutls_pkcs11_token_get_info.3 gnutls_pkcs11_token_get_mechanism.3 gnutls_pkcs11_token_get_url.3 gnutls_pkcs11_token_init.3 gnutls_pkcs11_token_set_pin.3 gnutls_pkcs11_type_get_name.3 gnutls_pkcs12_bag_decrypt.3 gnutls_pkcs12_bag_deinit.3 gnutls_pkcs12_bag_encrypt.3 gnutls_pkcs12_bag_get_count.3 gnutls_pkcs12_bag_get_data.3 gnutls_pkcs12_bag_get_friendly_name.3 gnutls_pkcs12_bag_get_key_id.3 gnutls_pkcs12_bag_get_type.3 gnutls_pkcs12_bag_init.3 gnutls_pkcs12_bag_set_crl.3 gnutls_pkcs12_bag_set_crt.3 gnutls_pkcs12_bag_set_data.3 gnutls_pkcs12_bag_set_friendly_name.3 gnutls_pkcs12_bag_set_key_id.3 gnutls_pkcs12_deinit.3 gnutls_pkcs12_export.3 '/usr/share/man/man3' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_pkcs12_export2.3 gnutls_pkcs12_generate_mac.3 gnutls_pkcs12_get_bag.3 gnutls_pkcs12_import.3 gnutls_pkcs12_init.3 gnutls_pkcs12_set_bag.3 gnutls_pkcs12_simple_parse.3 gnutls_pkcs12_verify_mac.3 gnutls_pkcs7_deinit.3 gnutls_pkcs7_delete_crl.3 gnutls_pkcs7_delete_crt.3 gnutls_pkcs7_export.3 gnutls_pkcs7_export2.3 gnutls_pkcs7_get_crl_count.3 gnutls_pkcs7_get_crl_raw.3 gnutls_pkcs7_get_crt_count.3 gnutls_pkcs7_get_crt_raw.3 gnutls_pkcs7_import.3 gnutls_pkcs7_init.3 gnutls_pkcs7_set_crl.3 gnutls_pkcs7_set_crl_raw.3 gnutls_pkcs7_set_crt.3 gnutls_pkcs7_set_crt_raw.3 gnutls_pk_get_id.3 gnutls_pk_get_name.3 gnutls_pk_list.3 gnutls_pk_to_sign.3 gnutls_prf.3 gnutls_prf_raw.3 gnutls_priority_certificate_type_list.3 gnutls_priority_compression_list.3 gnutls_priority_deinit.3 gnutls_priority_ecc_curve_list.3 gnutls_priority_get_cipher_suite_index.3 gnutls_priority_init.3 gnutls_priority_protocol_list.3 gnutls_priority_set.3 gnutls_priority_set_direct.3 gnutls_priority_sign_list.3 gnutls_privkey_decrypt_data.3 '/usr/share/man/man3' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_privkey_deinit.3 gnutls_privkey_get_pk_algorithm.3 gnutls_privkey_get_type.3 gnutls_privkey_import_ext.3 gnutls_privkey_import_ext2.3 gnutls_privkey_import_openpgp.3 gnutls_privkey_import_openpgp_raw.3 gnutls_privkey_import_pkcs11.3 gnutls_privkey_import_pkcs11_url.3 gnutls_privkey_import_tpm_raw.3 gnutls_privkey_import_tpm_url.3 gnutls_privkey_import_url.3 gnutls_privkey_import_x509.3 gnutls_privkey_import_x509_raw.3 gnutls_privkey_init.3 gnutls_privkey_set_pin_function.3 gnutls_privkey_sign_data.3 gnutls_privkey_sign_hash.3 gnutls_privkey_sign_raw_data.3 gnutls_privkey_status.3 gnutls_protocol_get_id.3 gnutls_protocol_get_name.3 gnutls_protocol_get_version.3 gnutls_protocol_list.3 gnutls_protocol_set_priority.3 gnutls_psk_allocate_client_credentials.3 gnutls_psk_allocate_server_credentials.3 gnutls_psk_client_get_hint.3 gnutls_psk_free_client_credentials.3 gnutls_psk_free_server_credentials.3 gnutls_psk_server_get_username.3 gnutls_psk_set_client_credentials.3 gnutls_psk_set_client_credentials_function.3 gnutls_psk_set_params_function.3 gnutls_psk_set_server_credentials_file.3 gnutls_psk_set_server_credentials_function.3 gnutls_psk_set_server_credentials_hint.3 gnutls_psk_set_server_dh_params.3 gnutls_psk_set_server_params_function.3 gnutls_pubkey_deinit.3 '/usr/share/man/man3' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_pubkey_encrypt_data.3 gnutls_pubkey_export.3 gnutls_pubkey_export2.3 gnutls_pubkey_get_key_id.3 gnutls_pubkey_get_key_usage.3 gnutls_pubkey_get_openpgp_key_id.3 gnutls_pubkey_get_pk_algorithm.3 gnutls_pubkey_get_pk_dsa_raw.3 gnutls_pubkey_get_pk_ecc_raw.3 gnutls_pubkey_get_pk_ecc_x962.3 gnutls_pubkey_get_pk_rsa_raw.3 gnutls_pubkey_get_preferred_hash_algorithm.3 gnutls_pubkey_get_verify_algorithm.3 gnutls_pubkey_import.3 gnutls_pubkey_import_dsa_raw.3 gnutls_pubkey_import_ecc_raw.3 gnutls_pubkey_import_ecc_x962.3 gnutls_pubkey_import_openpgp.3 gnutls_pubkey_import_openpgp_raw.3 gnutls_pubkey_import_pkcs11.3 gnutls_pubkey_import_pkcs11_url.3 gnutls_pubkey_import_privkey.3 gnutls_pubkey_import_rsa_raw.3 gnutls_pubkey_import_tpm_raw.3 gnutls_pubkey_import_tpm_url.3 gnutls_pubkey_import_url.3 gnutls_pubkey_import_x509.3 gnutls_pubkey_import_x509_crq.3 gnutls_pubkey_import_x509_raw.3 gnutls_pubkey_init.3 gnutls_pubkey_print.3 gnutls_pubkey_set_key_usage.3 gnutls_pubkey_set_pin_function.3 gnutls_pubkey_verify_data.3 gnutls_pubkey_verify_data2.3 gnutls_pubkey_verify_hash.3 gnutls_pubkey_verify_hash2.3 gnutls_random_art.3 gnutls_range_split.3 gnutls_record_can_use_length_hiding.3 '/usr/share/man/man3' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_record_check_pending.3 gnutls_record_cork.3 gnutls_record_disable_padding.3 gnutls_record_get_direction.3 gnutls_record_get_discarded.3 gnutls_record_get_max_size.3 gnutls_record_recv.3 gnutls_record_recv_seq.3 gnutls_record_send.3 gnutls_record_send_range.3 gnutls_record_set_max_empty_records.3 gnutls_record_set_max_size.3 gnutls_record_set_timeout.3 gnutls_record_uncork.3 gnutls_rehandshake.3 gnutls_rnd.3 gnutls_rnd_refresh.3 gnutls_rsa_export_get_modulus_bits.3 gnutls_rsa_export_get_pubkey.3 gnutls_rsa_params_cpy.3 gnutls_rsa_params_deinit.3 gnutls_rsa_params_export_pkcs1.3 gnutls_rsa_params_export_raw.3 gnutls_rsa_params_generate2.3 gnutls_rsa_params_import_pkcs1.3 gnutls_rsa_params_import_raw.3 gnutls_rsa_params_init.3 gnutls_safe_renegotiation_status.3 gnutls_sec_param_get_name.3 gnutls_sec_param_to_pk_bits.3 gnutls_server_name_get.3 gnutls_server_name_set.3 gnutls_session_channel_binding.3 gnutls_session_enable_compatibility_mode.3 gnutls_session_force_valid.3 gnutls_session_get_data.3 gnutls_session_get_data2.3 gnutls_session_get_desc.3 gnutls_session_get_id.3 gnutls_session_get_id2.3 '/usr/share/man/man3' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_session_get_ptr.3 gnutls_session_get_random.3 gnutls_session_is_resumed.3 gnutls_session_resumption_requested.3 gnutls_session_set_data.3 gnutls_session_set_premaster.3 gnutls_session_set_ptr.3 gnutls_session_ticket_enable_client.3 gnutls_session_ticket_enable_server.3 gnutls_session_ticket_key_generate.3 gnutls_set_default_export_priority.3 gnutls_set_default_priority.3 gnutls_sign_algorithm_get.3 gnutls_sign_algorithm_get_client.3 gnutls_sign_algorithm_get_requested.3 gnutls_sign_callback_get.3 gnutls_sign_callback_set.3 gnutls_sign_get_hash_algorithm.3 gnutls_sign_get_id.3 gnutls_sign_get_name.3 gnutls_sign_get_pk_algorithm.3 gnutls_sign_is_secure.3 gnutls_sign_list.3 gnutls_srp_allocate_client_credentials.3 gnutls_srp_allocate_server_credentials.3 gnutls_srp_base64_decode.3 gnutls_srp_base64_decode_alloc.3 gnutls_srp_base64_encode.3 gnutls_srp_base64_encode_alloc.3 gnutls_srp_free_client_credentials.3 gnutls_srp_free_server_credentials.3 gnutls_srp_server_get_username.3 gnutls_srp_set_client_credentials.3 gnutls_srp_set_client_credentials_function.3 gnutls_srp_set_prime_bits.3 gnutls_srp_set_server_credentials_file.3 gnutls_srp_set_server_credentials_function.3 gnutls_srp_verifier.3 gnutls_srtp_get_keys.3 gnutls_srtp_get_mki.3 '/usr/share/man/man3' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_srtp_get_profile_id.3 gnutls_srtp_get_profile_name.3 gnutls_srtp_get_selected_profile.3 gnutls_srtp_set_mki.3 gnutls_srtp_set_profile.3 gnutls_srtp_set_profile_direct.3 gnutls_store_commitment.3 gnutls_store_pubkey.3 gnutls_strerror.3 gnutls_strerror_name.3 gnutls_supplemental_get_name.3 gnutls_tdb_deinit.3 gnutls_tdb_init.3 gnutls_tdb_set_store_commitment_func.3 gnutls_tdb_set_store_func.3 gnutls_tdb_set_verify_func.3 gnutls_tpm_get_registered.3 gnutls_tpm_key_list_deinit.3 gnutls_tpm_key_list_get_url.3 gnutls_tpm_privkey_delete.3 gnutls_tpm_privkey_generate.3 gnutls_transport_get_int.3 gnutls_transport_get_int2.3 gnutls_transport_get_ptr.3 gnutls_transport_get_ptr2.3 gnutls_transport_set_errno.3 gnutls_transport_set_errno_function.3 gnutls_transport_set_int.3 gnutls_transport_set_int2.3 gnutls_transport_set_ptr.3 gnutls_transport_set_ptr2.3 gnutls_transport_set_pull_function.3 gnutls_transport_set_pull_timeout_function.3 gnutls_transport_set_push_function.3 gnutls_transport_set_vec_push_function.3 gnutls_url_is_supported.3 gnutls_verify_stored_pubkey.3 gnutls_x509_crl_check_issuer.3 gnutls_x509_crl_deinit.3 gnutls_x509_crl_export.3 '/usr/share/man/man3' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crl_export2.3 gnutls_x509_crl_get_authority_key_gn_serial.3 gnutls_x509_crl_get_authority_key_id.3 gnutls_x509_crl_get_crt_count.3 gnutls_x509_crl_get_crt_serial.3 gnutls_x509_crl_get_dn_oid.3 gnutls_x509_crl_get_extension_data.3 gnutls_x509_crl_get_extension_info.3 gnutls_x509_crl_get_extension_oid.3 gnutls_x509_crl_get_issuer_dn.3 gnutls_x509_crl_get_issuer_dn2.3 gnutls_x509_crl_get_issuer_dn_by_oid.3 gnutls_x509_crl_get_next_update.3 gnutls_x509_crl_get_number.3 gnutls_x509_crl_get_raw_issuer_dn.3 gnutls_x509_crl_get_signature.3 gnutls_x509_crl_get_signature_algorithm.3 gnutls_x509_crl_get_this_update.3 gnutls_x509_crl_get_version.3 gnutls_x509_crl_import.3 gnutls_x509_crl_init.3 gnutls_x509_crl_list_import.3 gnutls_x509_crl_list_import2.3 gnutls_x509_crl_print.3 gnutls_x509_crl_privkey_sign.3 gnutls_x509_crl_set_authority_key_id.3 gnutls_x509_crl_set_crt.3 gnutls_x509_crl_set_crt_serial.3 gnutls_x509_crl_set_next_update.3 gnutls_x509_crl_set_number.3 gnutls_x509_crl_set_this_update.3 gnutls_x509_crl_set_version.3 gnutls_x509_crl_sign.3 gnutls_x509_crl_sign2.3 gnutls_x509_crl_verify.3 gnutls_x509_crq_deinit.3 gnutls_x509_crq_export.3 gnutls_x509_crq_export2.3 gnutls_x509_crq_get_attribute_by_oid.3 gnutls_x509_crq_get_attribute_data.3 '/usr/share/man/man3' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crq_get_attribute_info.3 gnutls_x509_crq_get_basic_constraints.3 gnutls_x509_crq_get_challenge_password.3 gnutls_x509_crq_get_dn.3 gnutls_x509_crq_get_dn2.3 gnutls_x509_crq_get_dn_by_oid.3 gnutls_x509_crq_get_dn_oid.3 gnutls_x509_crq_get_extension_by_oid.3 gnutls_x509_crq_get_extension_data.3 gnutls_x509_crq_get_extension_info.3 gnutls_x509_crq_get_key_id.3 gnutls_x509_crq_get_key_purpose_oid.3 gnutls_x509_crq_get_key_rsa_raw.3 gnutls_x509_crq_get_key_usage.3 gnutls_x509_crq_get_pk_algorithm.3 gnutls_x509_crq_get_private_key_usage_period.3 gnutls_x509_crq_get_subject_alt_name.3 gnutls_x509_crq_get_subject_alt_othername_oid.3 gnutls_x509_crq_get_version.3 gnutls_x509_crq_import.3 gnutls_x509_crq_init.3 gnutls_x509_crq_print.3 gnutls_x509_crq_privkey_sign.3 gnutls_x509_crq_set_attribute_by_oid.3 gnutls_x509_crq_set_basic_constraints.3 gnutls_x509_crq_set_challenge_password.3 gnutls_x509_crq_set_dn.3 gnutls_x509_crq_set_dn_by_oid.3 gnutls_x509_crq_set_key.3 gnutls_x509_crq_set_key_purpose_oid.3 gnutls_x509_crq_set_key_rsa_raw.3 gnutls_x509_crq_set_key_usage.3 gnutls_x509_crq_set_private_key_usage_period.3 gnutls_x509_crq_set_pubkey.3 gnutls_x509_crq_set_subject_alt_name.3 gnutls_x509_crq_set_version.3 gnutls_x509_crq_sign.3 gnutls_x509_crq_sign2.3 gnutls_x509_crq_verify.3 gnutls_x509_crt_check_hostname.3 '/usr/share/man/man3' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crt_check_issuer.3 gnutls_x509_crt_check_revocation.3 gnutls_x509_crt_cpy_crl_dist_points.3 gnutls_x509_crt_deinit.3 gnutls_x509_crt_export.3 gnutls_x509_crt_export2.3 gnutls_x509_crt_get_activation_time.3 gnutls_x509_crt_get_authority_info_access.3 gnutls_x509_crt_get_authority_key_gn_serial.3 gnutls_x509_crt_get_authority_key_id.3 gnutls_x509_crt_get_basic_constraints.3 gnutls_x509_crt_get_ca_status.3 gnutls_x509_crt_get_crl_dist_points.3 gnutls_x509_crt_get_dn.3 gnutls_x509_crt_get_dn2.3 gnutls_x509_crt_get_dn_by_oid.3 gnutls_x509_crt_get_dn_oid.3 gnutls_x509_crt_get_expiration_time.3 gnutls_x509_crt_get_extension_by_oid.3 gnutls_x509_crt_get_extension_data.3 gnutls_x509_crt_get_extension_info.3 gnutls_x509_crt_get_extension_oid.3 gnutls_x509_crt_get_fingerprint.3 gnutls_x509_crt_get_issuer.3 gnutls_x509_crt_get_issuer_alt_name.3 gnutls_x509_crt_get_issuer_alt_name2.3 gnutls_x509_crt_get_issuer_alt_othername_oid.3 gnutls_x509_crt_get_issuer_dn.3 gnutls_x509_crt_get_issuer_dn2.3 gnutls_x509_crt_get_issuer_dn_by_oid.3 gnutls_x509_crt_get_issuer_dn_oid.3 gnutls_x509_crt_get_issuer_unique_id.3 gnutls_x509_crt_get_key_id.3 gnutls_x509_crt_get_key_purpose_oid.3 gnutls_x509_crt_get_key_usage.3 gnutls_x509_crt_get_pk_algorithm.3 gnutls_x509_crt_get_pk_dsa_raw.3 gnutls_x509_crt_get_pk_rsa_raw.3 gnutls_x509_crt_get_policy.3 gnutls_x509_crt_get_preferred_hash_algorithm.3 '/usr/share/man/man3' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crt_get_private_key_usage_period.3 gnutls_x509_crt_get_proxy.3 gnutls_x509_crt_get_raw_dn.3 gnutls_x509_crt_get_raw_issuer_dn.3 gnutls_x509_crt_get_serial.3 gnutls_x509_crt_get_signature.3 gnutls_x509_crt_get_signature_algorithm.3 gnutls_x509_crt_get_subject.3 gnutls_x509_crt_get_subject_alt_name.3 gnutls_x509_crt_get_subject_alt_name2.3 gnutls_x509_crt_get_subject_alt_othername_oid.3 gnutls_x509_crt_get_subject_key_id.3 gnutls_x509_crt_get_subject_unique_id.3 gnutls_x509_crt_get_verify_algorithm.3 gnutls_x509_crt_get_version.3 gnutls_x509_crt_import.3 gnutls_x509_crt_import_pkcs11.3 gnutls_x509_crt_import_pkcs11_url.3 gnutls_x509_crt_init.3 gnutls_x509_crt_list_import.3 gnutls_x509_crt_list_import2.3 gnutls_x509_crt_list_import_pkcs11.3 gnutls_x509_crt_list_verify.3 gnutls_x509_crt_print.3 gnutls_x509_crt_privkey_sign.3 gnutls_x509_crt_set_activation_time.3 gnutls_x509_crt_set_authority_info_access.3 gnutls_x509_crt_set_authority_key_id.3 gnutls_x509_crt_set_basic_constraints.3 gnutls_x509_crt_set_ca_status.3 gnutls_x509_crt_set_crl_dist_points.3 gnutls_x509_crt_set_crl_dist_points2.3 gnutls_x509_crt_set_crq.3 gnutls_x509_crt_set_crq_extensions.3 gnutls_x509_crt_set_dn.3 gnutls_x509_crt_set_dn_by_oid.3 gnutls_x509_crt_set_expiration_time.3 gnutls_x509_crt_set_extension_by_oid.3 gnutls_x509_crt_set_issuer_dn.3 gnutls_x509_crt_set_issuer_dn_by_oid.3 '/usr/share/man/man3' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crt_set_key.3 gnutls_x509_crt_set_key_purpose_oid.3 gnutls_x509_crt_set_key_usage.3 gnutls_x509_crt_set_pin_function.3 gnutls_x509_crt_set_policy.3 gnutls_x509_crt_set_private_key_usage_period.3 gnutls_x509_crt_set_proxy.3 gnutls_x509_crt_set_proxy_dn.3 gnutls_x509_crt_set_pubkey.3 gnutls_x509_crt_set_serial.3 gnutls_x509_crt_set_subject_alternative_name.3 gnutls_x509_crt_set_subject_alt_name.3 gnutls_x509_crt_set_subject_key_id.3 gnutls_x509_crt_set_version.3 gnutls_x509_crt_sign.3 gnutls_x509_crt_sign2.3 gnutls_x509_crt_verify.3 gnutls_x509_crt_verify_data.3 gnutls_x509_crt_verify_hash.3 gnutls_x509_dn_deinit.3 gnutls_x509_dn_export.3 gnutls_x509_dn_export2.3 gnutls_x509_dn_get_rdn_ava.3 gnutls_x509_dn_import.3 gnutls_x509_dn_init.3 gnutls_x509_dn_oid_known.3 gnutls_x509_dn_oid_name.3 gnutls_x509_policy_release.3 gnutls_x509_privkey_cpy.3 gnutls_x509_privkey_deinit.3 gnutls_x509_privkey_export.3 gnutls_x509_privkey_export2.3 gnutls_x509_privkey_export2_pkcs8.3 gnutls_x509_privkey_export_dsa_raw.3 gnutls_x509_privkey_export_ecc_raw.3 gnutls_x509_privkey_export_pkcs8.3 gnutls_x509_privkey_export_rsa_raw.3 gnutls_x509_privkey_export_rsa_raw2.3 gnutls_x509_privkey_fix.3 gnutls_x509_privkey_generate.3 '/usr/share/man/man3' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_privkey_get_key_id.3 gnutls_x509_privkey_get_pk_algorithm.3 gnutls_x509_privkey_get_pk_algorithm2.3 gnutls_x509_privkey_import.3 gnutls_x509_privkey_import2.3 gnutls_x509_privkey_import_dsa_raw.3 gnutls_x509_privkey_import_ecc_raw.3 gnutls_x509_privkey_import_openssl.3 gnutls_x509_privkey_import_pkcs8.3 gnutls_x509_privkey_import_rsa_raw.3 gnutls_x509_privkey_import_rsa_raw2.3 gnutls_x509_privkey_init.3 gnutls_x509_privkey_sec_param.3 gnutls_x509_privkey_sign_data.3 gnutls_x509_privkey_sign_hash.3 gnutls_x509_privkey_verify_params.3 gnutls_x509_rdn_get.3 gnutls_x509_rdn_get_by_oid.3 gnutls_x509_rdn_get_oid.3 gnutls_x509_trust_list_add_cas.3 gnutls_x509_trust_list_add_crls.3 gnutls_x509_trust_list_add_named_crt.3 gnutls_x509_trust_list_add_system_trust.3 gnutls_x509_trust_list_add_trust_file.3 gnutls_x509_trust_list_add_trust_mem.3 gnutls_x509_trust_list_deinit.3 gnutls_x509_trust_list_get_issuer.3 gnutls_x509_trust_list_init.3 gnutls_x509_trust_list_remove_cas.3 gnutls_x509_trust_list_remove_trust_file.3 gnutls_x509_trust_list_remove_trust_mem.3 gnutls_x509_trust_list_verify_crt.3 gnutls_x509_trust_list_verify_named_crt.3 '/usr/share/man/man3' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in credentials unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in latex unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls-handshake-state.png gnutls-layers.png gnutls-modauth.png gnutls-pgp.png gnutls-client-server-use-case.png gnutls-handshake-sequence.png gnutls-internals.png gnutls-logo.png gnutls-x509.png pkcs11-vision.png '/usr/share/info' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 ./gnutls.info ./gnutls.info-1 ./gnutls.info-2 ./gnutls.info-3 ./gnutls.info-4 ./gnutls.info-5 ./gnutls-guile.info '/usr/share/info' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls.info' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls-guile.info' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in rsa-md5-collision unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in pkcs1-padding unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in pkcs8-decode unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in pkcs12-decode unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in userid unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in cert-tests unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in key-id unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in sha2 unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in safe-renegotiation unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in dsa unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in ecdsa unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in slow unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in dtls unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Making install in openpgp-certs unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 17:03:36 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install bison is already the newest version. unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install cmake is already the newest version. unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install flex is already the newest version. unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install g++ is already the newest version. unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install g++ set to manually installed. unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install gcc is already the newest version. unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install gcc set to manually installed. unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install libsctp-dev is already the newest version. unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install libsctp1 is already the newest version. unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install cmake-curses-gui is already the newest version. unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install gdb is already the newest version. unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install libgcrypt11-dev is already the newest version. unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install libmysqlclient-dev is already the newest version. unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install comerr-dev dh-apparmor gettext intltool-debian krb5-multidev libasprintf-dev unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libexpat1-dev unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri libgl1-mesa-glx unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 libkdb5-7 unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq5 libpython-dev unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial-common po-debconf python2.7-dev swig2.0 unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install tcl tcl8.6 tk tk8.6 x11-utils xbitmaps xterm unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install doc-base dh-make apparmor-easyprof gettext-doc krb5-doc libglide3 krb5-user unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install postgresql-doc-9.3 qct kdiff3 kdiff3-qt kompare meld tkcvs mgdiff unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install python-mysqldb python-pygments libmail-box-perl openssl-blacklist swig-doc unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install swig-examples swig2.0-examples swig2.0-doc tcl-tclreadline mesa-utils unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install xfonts-cyrillic unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install wish unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install comerr-dev debhelper dh-apparmor gettext intltool-debian krb5-multidev unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install libasprintf-dev libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install libexpat1-dev libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install libgl1-mesa-glx libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install libkdb5-7 libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq-dev libpq5 unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install libpython-dev libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install libxml2-dev libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial mercurial-common po-debconf python-dev unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install python2.7-dev ssl-cert swig swig2.0 tcl tcl8.6 tk tk8.6 x11-utils xbitmaps unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install xterm unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install 0 upgraded, 73 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install Need to get 43.0 MB of archives. unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install After this operation, 135 MB of additional disk space will be used. unit-oai-hss-0: 17:03:37 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcroco3 amd64 0.6.8-2ubuntu1 [82.4 kB] unit-oai-hss-0: 17:03:38 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libpciaccess0 amd64 0.13.2-1 [20.4 kB] unit-oai-hss-0: 17:03:38 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-intel1 amd64 2.4.67-1ubuntu0.14.04.2 [55.3 kB] unit-oai-hss-0: 17:03:38 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-nouveau2 amd64 2.4.67-1ubuntu0.14.04.2 [16.0 kB] unit-oai-hss-0: 17:03:38 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-radeon1 amd64 2.4.67-1ubuntu0.14.04.2 [21.2 kB] unit-oai-hss-0: 17:03:38 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfontenc1 amd64 1:1.1.2-1 [15.6 kB] unit-oai-hss-0: 17:03:38 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libunistring0 amd64 0.9.3-5ubuntu3 [271 kB] unit-oai-hss-0: 17:03:39 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgettextpo0 amd64 0.18.3.1-1ubuntu3 [108 kB] unit-oai-hss-0: 17:03:39 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libllvm3.4 amd64 1:3.4-1ubuntu3 [6540 kB] unit-oai-hss-0: 17:03:40 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgl1-mesa-dri amd64 10.1.3-0ubuntu0.6 [4823 kB] unit-oai-hss-0: 17:03:40 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libglapi-mesa amd64 10.1.3-0ubuntu0.6 [21.0 kB] unit-oai-hss-0: 17:03:40 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libx11-xcb1 amd64 2:1.6.2-1ubuntu2.1 [9350 B] unit-oai-hss-0: 17:03:40 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-dri2-0 amd64 1.10-2ubuntu1 [6710 B] unit-oai-hss-0: 17:03:41 DEBUG unit.oai-hss/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-dri3-0 amd64 1.10-2ubuntu1 [5118 B] unit-oai-hss-0: 17:03:41 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-glx0 amd64 1.10-2ubuntu1 [20.0 kB] unit-oai-hss-0: 17:03:41 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-present0 amd64 1.10-2ubuntu1 [5254 B] unit-oai-hss-0: 17:03:41 DEBUG unit.oai-hss/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-sync1 amd64 1.10-2ubuntu1 [8090 B] unit-oai-hss-0: 17:03:41 DEBUG unit.oai-hss/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxdamage1 amd64 1:1.1.4-1ubuntu1 [7612 B] unit-oai-hss-0: 17:03:41 DEBUG unit.oai-hss/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxfixes3 amd64 1:5.0.1-1ubuntu1.1 [10.4 kB] unit-oai-hss-0: 17:03:41 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxshmfence1 amd64 1.1-2 [4644 B] unit-oai-hss-0: 17:03:42 DEBUG unit.oai-hss/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxxf86vm1 amd64 1:1.1.3-1 [11.7 kB] unit-oai-hss-0: 17:03:42 DEBUG unit.oai-hss/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgl1-mesa-glx amd64 10.1.3-0ubuntu0.6 [113 kB] unit-oai-hss-0: 17:03:42 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgssrpc4 amd64 1.12+dfsg-2ubuntu5.3 [53.1 kB] unit-oai-hss-0: 17:03:42 DEBUG unit.oai-hss/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libkadm5clnt-mit9 amd64 1.12+dfsg-2ubuntu5.3 [36.1 kB] unit-oai-hss-0: 17:03:42 DEBUG unit.oai-hss/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libkdb5-7 amd64 1.12+dfsg-2ubuntu5.3 [36.2 kB] unit-oai-hss-0: 17:03:42 DEBUG unit.oai-hss/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libkadm5srv-mit9 amd64 1.12+dfsg-2ubuntu5.3 [50.3 kB] unit-oai-hss-0: 17:03:43 DEBUG unit.oai-hss/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] unit-oai-hss-0: 17:03:43 DEBUG unit.oai-hss/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] unit-oai-hss-0: 17:03:44 DEBUG unit.oai-hss/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtcl8.6 amd64 8.6.1-4ubuntu1 [841 kB] unit-oai-hss-0: 17:03:44 DEBUG unit.oai-hss/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxft2 amd64 2.3.1-2 [36.2 kB] unit-oai-hss-0: 17:03:44 DEBUG unit.oai-hss/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxss1 amd64 1:1.2.2-1 [8582 B] unit-oai-hss-0: 17:03:44 DEBUG unit.oai-hss/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtk8.6 amd64 8.6.1-3ubuntu2 [689 kB] unit-oai-hss-0: 17:03:44 DEBUG unit.oai-hss/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxmu6 amd64 2:1.1.1-1 [53.8 kB] unit-oai-hss-0: 17:03:45 DEBUG unit.oai-hss/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] unit-oai-hss-0: 17:03:45 DEBUG unit.oai-hss/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxaw7 amd64 2:1.0.12-1 [168 kB] unit-oai-hss-0: 17:03:45 DEBUG unit.oai-hss/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-shape0 amd64 1.10-2ubuntu1 [5654 B] unit-oai-hss-0: 17:03:45 DEBUG unit.oai-hss/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcomposite1 amd64 1:0.4.4-1 [7714 B] unit-oai-hss-0: 17:03:45 DEBUG unit.oai-hss/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxinerama1 amd64 2:1.1.3-1 [7908 B] unit-oai-hss-0: 17:03:45 DEBUG unit.oai-hss/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxrandr2 amd64 2:1.5.0-1~trusty1 [17.5 kB] unit-oai-hss-0: 17:03:45 DEBUG unit.oai-hss/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxtst6 amd64 2:1.2.2-1 [14.1 kB] unit-oai-hss-0: 17:03:46 DEBUG unit.oai-hss/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxv1 amd64 2:1.0.10-1 [10.3 kB] unit-oai-hss-0: 17:03:46 DEBUG unit.oai-hss/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxxf86dga1 amd64 2:1.1.4-1 [13.7 kB] unit-oai-hss-0: 17:03:46 DEBUG unit.oai-hss/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtxc-dxtn-s2tc0 amd64 0~git20131104-1.1 [51.8 kB] unit-oai-hss-0: 17:03:46 DEBUG unit.oai-hss/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gettext amd64 0.18.3.1-1ubuntu3 [829 kB] unit-oai-hss-0: 17:03:47 DEBUG unit.oai-hss/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main intltool-debian all 0.35.0+20060710.1 [31.6 kB] unit-oai-hss-0: 17:03:47 DEBUG unit.oai-hss/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main po-debconf all 1.0.16+nmu2ubuntu1 [210 kB] unit-oai-hss-0: 17:03:47 DEBUG unit.oai-hss/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dh-apparmor all 2.10.95-0ubuntu2.6~14.04.3 [11.6 kB] unit-oai-hss-0: 17:03:48 DEBUG unit.oai-hss/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main debhelper all 9.20131227ubuntu1 [604 kB] unit-oai-hss-0: 17:03:48 DEBUG unit.oai-hss/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main comerr-dev amd64 2.1-1.42.9-3ubuntu1.3 [38.3 kB] unit-oai-hss-0: 17:03:48 DEBUG unit.oai-hss/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main krb5-multidev amd64 1.12+dfsg-2ubuntu5.3 [111 kB] unit-oai-hss-0: 17:03:48 DEBUG unit.oai-hss/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasprintf-dev amd64 0.18.3.1-1ubuntu3 [4438 B] unit-oai-hss-0: 17:03:48 DEBUG unit.oai-hss/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgettextpo-dev amd64 0.18.3.1-1ubuntu3 [122 kB] unit-oai-hss-0: 17:03:48 DEBUG unit.oai-hss/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsys-hostname-long-perl all 1.4-3 [11.3 kB] unit-oai-hss-0: 17:03:49 DEBUG unit.oai-hss/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmail-sendmail-perl all 0.79.16-1 [26.5 kB] unit-oai-hss-0: 17:03:49 DEBUG unit.oai-hss/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpq5 amd64 9.3.24-0ubuntu0.14.04 [78.5 kB] unit-oai-hss-0: 17:03:49 DEBUG unit.oai-hss/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpq-dev amd64 9.3.24-0ubuntu0.14.04 [140 kB] unit-oai-hss-0: 17:03:49 DEBUG unit.oai-hss/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libpython-dev amd64 2.7.5-5ubuntu3 [7078 B] unit-oai-hss-0: 17:03:49 DEBUG unit.oai-hss/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libutempter0 amd64 1.1.5-4build1 [8366 B] unit-oai-hss-0: 17:03:49 DEBUG unit.oai-hss/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] unit-oai-hss-0: 17:03:49 DEBUG unit.oai-hss/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe mercurial-common all 2.8.2-1ubuntu1.3 [1520 kB] unit-oai-hss-0: 17:03:50 DEBUG unit.oai-hss/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe mercurial amd64 2.8.2-1ubuntu1.3 [41.1 kB] unit-oai-hss-0: 17:03:50 DEBUG unit.oai-hss/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] unit-oai-hss-0: 17:03:50 DEBUG unit.oai-hss/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-dev amd64 2.7.5-5ubuntu3 [1166 B] unit-oai-hss-0: 17:03:50 DEBUG unit.oai-hss/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ssl-cert all 1.0.33 [16.6 kB] unit-oai-hss-0: 17:03:50 DEBUG unit.oai-hss/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main swig2.0 amd64 2.0.11-1ubuntu2 [875 kB] unit-oai-hss-0: 17:03:51 DEBUG unit.oai-hss/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main swig amd64 2.0.11-1ubuntu2 [6272 B] unit-oai-hss-0: 17:03:51 DEBUG unit.oai-hss/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tcl8.6 amd64 8.6.1-4ubuntu1 [14.2 kB] unit-oai-hss-0: 17:03:51 DEBUG unit.oai-hss/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tcl amd64 8.6.0+6ubuntu3 [4900 B] unit-oai-hss-0: 17:03:51 DEBUG unit.oai-hss/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tk8.6 amd64 8.6.1-3ubuntu2 [12.1 kB] unit-oai-hss-0: 17:03:51 DEBUG unit.oai-hss/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tk amd64 8.6.0+6ubuntu3 [3192 B] unit-oai-hss-0: 17:03:51 DEBUG unit.oai-hss/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main x11-utils amd64 7.7+1 [230 kB] unit-oai-hss-0: 17:03:52 DEBUG unit.oai-hss/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main xbitmaps all 1.1.1-2 [28.1 kB] unit-oai-hss-0: 17:03:52 DEBUG unit.oai-hss/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main xterm amd64 297-1ubuntu1 [665 kB] unit-oai-hss-0: 17:03:52 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 17:03:52 DEBUG unit.oai-hss/0.install Extracting templates from packages: 41% Extracting templates from packages: 82% Extracting templates from packages: 100% unit-oai-hss-0: 17:03:52 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 17:03:52 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 17:03:52 DEBUG unit.oai-hss/0.install Fetched 43.0 MB in 15s (2864 kB/s) unit-oai-hss-0: 17:03:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcroco3:amd64. unit-oai-hss-0: 17:03:52 DEBUG unit.oai-hss/0.install (Reading database ... 118559 files and directories currently installed.) unit-oai-hss-0: 17:03:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcroco3_0.6.8-2ubuntu1_amd64.deb ... unit-oai-hss-0: 17:03:52 DEBUG unit.oai-hss/0.install Unpacking libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 17:03:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpciaccess0:amd64. unit-oai-hss-0: 17:03:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpciaccess0_0.13.2-1_amd64.deb ... unit-oai-hss-0: 17:03:53 DEBUG unit.oai-hss/0.install Unpacking libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 17:03:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-oai-hss-0: 17:03:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-intel1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 17:03:53 DEBUG unit.oai-hss/0.install Unpacking libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 17:03:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-oai-hss-0: 17:03:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-nouveau2_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 17:03:53 DEBUG unit.oai-hss/0.install Unpacking libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 17:03:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-oai-hss-0: 17:03:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-radeon1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 17:03:54 DEBUG unit.oai-hss/0.install Unpacking libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 17:03:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontenc1:amd64. unit-oai-hss-0: 17:03:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontenc1_1%3a1.1.2-1_amd64.deb ... unit-oai-hss-0: 17:03:54 DEBUG unit.oai-hss/0.install Unpacking libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 17:03:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libunistring0:amd64. unit-oai-hss-0: 17:03:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libunistring0_0.9.3-5ubuntu3_amd64.deb ... unit-oai-hss-0: 17:03:55 DEBUG unit.oai-hss/0.install Unpacking libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 17:03:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo0:amd64. unit-oai-hss-0: 17:03:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo0_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 17:03:55 DEBUG unit.oai-hss/0.install Unpacking libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 17:03:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libllvm3.4:amd64. unit-oai-hss-0: 17:03:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libllvm3.4_1%3a3.4-1ubuntu3_amd64.deb ... unit-oai-hss-0: 17:03:55 DEBUG unit.oai-hss/0.install Unpacking libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 17:03:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-oai-hss-0: 17:03:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-dri_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 17:03:56 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 17:03:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-oai-hss-0: 17:03:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libglapi-mesa_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 17:03:58 DEBUG unit.oai-hss/0.install Unpacking libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 17:03:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-oai-hss-0: 17:03:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libx11-xcb1_2%3a1.6.2-1ubuntu2.1_amd64.deb ... unit-oai-hss-0: 17:03:58 DEBUG unit.oai-hss/0.install Unpacking libx11-xcb1:amd64 (2:1.6.2-1ubuntu2.1) ... unit-oai-hss-0: 17:03:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-oai-hss-0: 17:03:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri2-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 17:03:59 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 17:03:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-oai-hss-0: 17:03:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri3-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 17:03:59 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 17:04:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-oai-hss-0: 17:04:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-glx0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 17:04:00 DEBUG unit.oai-hss/0.install Unpacking libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 17:04:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-present0:amd64. unit-oai-hss-0: 17:04:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-present0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 17:04:01 DEBUG unit.oai-hss/0.install Unpacking libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 17:04:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-oai-hss-0: 17:04:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-sync1_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 17:04:01 DEBUG unit.oai-hss/0.install Unpacking libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 17:04:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxdamage1:amd64. unit-oai-hss-0: 17:04:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-1ubuntu1_amd64.deb ... unit-oai-hss-0: 17:04:01 DEBUG unit.oai-hss/0.install Unpacking libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 17:04:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxfixes3:amd64. unit-oai-hss-0: 17:04:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 17:04:02 DEBUG unit.oai-hss/0.install Unpacking libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 17:04:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxshmfence1:amd64. unit-oai-hss-0: 17:04:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxshmfence1_1.1-2_amd64.deb ... unit-oai-hss-0: 17:04:03 DEBUG unit.oai-hss/0.install Unpacking libxshmfence1:amd64 (1.1-2) ... unit-abot-epc-basic-0: 17:04:03 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-c8bb6e-default-0 unit-abot-epc-basic-0: 17:04:03 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install dconf-service gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-freedesktop unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 glib-networking unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install humanity-icon-theme libatk-bridge2.0-0 libatk-bridge2.0-dev libatk1.0-dev unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libmirclient-dev libmircommon-dev unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install libgnutlsxx28 libp11-kit-dev unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install gnutls-doc gnutls-bin guile-gnutls unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install libgnutls-dev libgnutlsxx28 libp11-kit-dev unit-oai-hss-0: 17:04:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-oai-hss-0: 17:04:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 17:04:04 DEBUG unit.oai-hss/0.install Unpacking libxxf86vm1:amd64 (1:1.1.3-1) ... unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install Need to get 621 kB of archives. unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install After this operation, 3,632 kB of additional disk space will be used. unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgnutlsxx28 amd64 3.4.10-4ubuntu1.4 [13.7 kB] unit-oai-hss-0: 17:04:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-oai-hss-0: 17:04:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-glx_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 17:04:04 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-abot-epc-basic-0: 17:04:04 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libp11-kit-dev amd64 0.23.2-5~ubuntu16.04.1 [56.5 kB] unit-abot-epc-basic-0: 17:04:05 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgnutls-dev amd64 3.4.10-4ubuntu1.4 [551 kB] unit-oai-hss-0: 17:04:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgssrpc4:amd64. unit-oai-hss-0: 17:04:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgssrpc4_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 17:04:05 DEBUG unit.oai-hss/0.install Unpacking libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-abot-epc-basic-0: 17:04:05 DEBUG unit.abot-epc-basic/0.install Fetched 621 kB in 1s (446 kB/s) unit-oai-hss-0: 17:04:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5clnt-mit9:amd64. unit-oai-hss-0: 17:04:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5clnt-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 17:04:06 DEBUG unit.oai-hss/0.install Unpacking libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-abot-epc-basic-0: 17:04:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutlsxx28:amd64. unit-abot-epc-basic-0: 17:04:06 DEBUG unit.abot-epc-basic/0.install (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 ... 136021 files and directories currently installed.) unit-abot-epc-basic-0: 17:04:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutlsxx28_3.4.10-4ubuntu1.4_amd64.deb ... unit-abot-epc-basic-0: 17:04:06 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-oai-hss-0: 17:04:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkdb5-7:amd64. unit-oai-hss-0: 17:04:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkdb5-7_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 17:04:06 DEBUG unit.oai-hss/0.install Unpacking libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-abot-epc-basic-0: 17:04:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libp11-kit-dev:amd64. unit-abot-epc-basic-0: 17:04:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libp11-kit-dev_0.23.2-5~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 17:04:07 DEBUG unit.abot-epc-basic/0.install Unpacking libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-oai-hss-0: 17:04:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5srv-mit9:amd64. unit-oai-hss-0: 17:04:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5srv-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-abot-epc-basic-0: 17:04:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutls-dev:amd64. unit-abot-epc-basic-0: 17:04:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutls-dev_3.4.10-4ubuntu1.4_amd64.deb ... unit-oai-hss-0: 17:04:07 DEBUG unit.oai-hss/0.install Unpacking libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-abot-epc-basic-0: 17:04:07 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-oai-hss-0: 17:04:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-oai-hss-0: 17:04:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... unit-abot-epc-basic-0: 17:04:08 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 17:04:08 DEBUG unit.oai-hss/0.install Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-abot-epc-basic-0: 17:04:08 DEBUG unit.abot-epc-basic/0.install Setting up libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... machine-2: 17:04:08 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-epc-0: 17:04:08 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-epc-0: 17:04:08 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-epc-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-epc/0", "--debug"} unit-oai-epc-0: 17:04:08 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 17:04:08 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" machine-2: 17:04:08 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 17:04:08 DEBUG juju.agent read agent config, format "2.0" machine-2: 17:04:08 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 17:04:08 DEBUG juju.worker start "api" unit-oai-epc-0: 17:04:08 INFO juju.worker start "api" unit-oai-epc-0: 17:04:08 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-epc-0: 17:04:08 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 17:04:08 DEBUG juju.worker "api" started unit-oai-epc-0: 17:04:08 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-2: 17:04:08 DEBUG juju.worker start "engine" machine-2: 17:04:08 INFO juju.worker start "engine" machine-2: 17:04:08 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 17:04:08 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 17:04:08 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 17:04:08 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 17:04:08 DEBUG juju.worker.dependency "clock" manifold worker started machine-2: 17:04:08 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 17:04:08 DEBUG juju.worker "engine" started machine-2: 17:04:08 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.introspection stats worker now serving machine-2: 17:04:08 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 17:04:08 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 17:04:08 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 17:04:08 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 17:04:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 17:04:08 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 17:04:08 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.worker.apicaller connecting with current password machine-2: 17:04:08 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 17:04:08 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 17:04:08 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-oai-epc-0: 17:04:08 INFO juju.api connection established to "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-oai-hss-0: 17:04:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython2.7-dev:amd64. machine-2: 17:04:08 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 17:04:08 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:04:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... machine-2: 17:04:08 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-2: 17:04:08 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:08 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-2: 17:04:08 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-2: 17:04:08 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-2: 17:04:08 INFO juju.api connection established to "wss://172.30.9.210:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" machine-2: 17:04:08 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/20c27064-1763-403b-8b67-fadd9ac8bb6e/api" unit-oai-hss-0: 17:04:08 DEBUG unit.oai-hss/0.install Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... unit-abot-epc-basic-0: 17:04:08 DEBUG unit.abot-epc-basic/0.install Setting up libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-abot-epc-basic-0: 17:04:09 DEBUG unit.abot-epc-basic/0.install Setting up libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-oai-epc-0: 17:04:09 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 17:04:09 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 17:04:09 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-epc-0: 17:04:09 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 17:04:09 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:09 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:09 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:09 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 17:04:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:09 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 17:04:09 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 17:04:09 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:09 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:09 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:04:09 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:09 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 17:04:09 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-epc-0: 17:04:09 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:04:09 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:04:09 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:04:09 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:04:09 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:04:09 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:04:09 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:04:09 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:04:09 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:04:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:04:09 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 17:04:09 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-epc-0: 17:04:10 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 17:04:10 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 17:04:10 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-epc-0: 17:04:10 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-epc-0: 17:04:10 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 17:04:10 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 17:04:10 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 17:04:10 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 17:04:10 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:04:10 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 17:04:10 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 17:04:10 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-2: 17:04:10 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 17:04:10 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-2: 17:04:10 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 17:04:10 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 17:04:10 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-2: 17:04:10 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-2: 17:04:10 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-2: 17:04:10 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-2: 17:04:10 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-2: 17:04:10 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 17:04:10 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:04:10 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 17:04:10 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:04:10 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 17:04:10 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 17:04:10 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 17:04:10 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 17:04:10 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-epc-0: 17:04:10 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 17:04:10 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 17:04:10 DEBUG juju.worker.logger logger setup machine-2: 17:04:10 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 17:04:10 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 17:04:10 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:04:10 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 17:04:10 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 17:04:10 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 17:04:10 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 17:04:10 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 17:04:10 DEBUG juju.network including address public:172.30.9.210 for machine unit-oai-epc-0: 17:04:10 DEBUG juju.network including address local-cloud:192.168.121.9 for machine unit-oai-epc-0: 17:04:10 DEBUG juju.network including address local-fan:252.9.0.1 for machine unit-oai-epc-0: 17:04:10 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 17:04:10 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 17:04:10 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 17:04:10 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 17:04:10 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.210:17070"] unit-oai-epc-0: 17:04:10 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 17:04:10 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine-2: 17:04:10 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:04:10 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 17:04:10 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 17:04:10 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine-2: 17:04:10 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:04:10 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 17:04:10 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 17:04:10 DEBUG juju.worker.dependency "uniter" manifold worker started machine-2: 17:04:10 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:04:10 DEBUG juju.worker.meterstatus got meter status change signal from watcher machine-2: 17:04:10 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:04:10 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 17:04:10 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-epc-0: 17:04:10 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud machine-2: 17:04:10 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:04:10 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 17:04:10 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 17:04:10 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 17:04:10 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 17:04:10 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 17:04:10 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 17:04:10 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 17:04:10 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 17:04:10 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 17:04:10 INFO juju.worker.upgrader unblocking abort check machine-2: 17:04:10 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 17:04:10 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-hss-0: 17:04:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtcl8.6:amd64. machine-2: 17:04:10 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 17:04:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtcl8.6_8.6.1-4ubuntu1_amd64.deb ... machine-2: 17:04:10 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 17:04:10 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 17:04:10 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 17:04:10 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 17:04:10 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 17:04:10 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 17:04:10 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-epc-0: 17:04:10 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 17:04:10 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 17:04:10 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 17:04:10 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 17:04:10 DEBUG unit.oai-hss/0.install Unpacking libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-epc-0: 17:04:10 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 17:04:10 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 17:04:10 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 17:04:10 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 17:04:10 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 17:04:10 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 17:04:10 DEBUG juju.worker.uniter.operation preparing operation "run install hook" machine-2: 17:04:10 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 17:04:10 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 17:04:10 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 17:04:10 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-2: 17:04:10 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 17:04:10 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 17:04:10 DEBUG juju.worker.logger logger setup machine-2: 17:04:10 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 17:04:10 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 17:04:10 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 17:04:10 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 17:04:10 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 17:04:10 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 17:04:10 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} machine-2: 17:04:10 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-2: 17:04:10 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 17:04:10 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-2: 17:04:10 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 17:04:10 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 17:04:10 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys unit-oai-epc-0: 17:04:10 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 17:04:10 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook machine-2: 17:04:10 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 17:04:10 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 17:04:10 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 17:04:10 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 17:04:10 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 17:04:10 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 17:04:10 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 17:04:10 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-2: 17:04:10 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 17:04:10 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 17:04:10 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 17:04:10 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 17:04:10 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 17:04:10 INFO juju.util.exec run result: exit status 127 machine-2: 17:04:10 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec642267677/script.sh: line 1: fanatic: command not found 127 machine-2: 17:04:10 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 17:04:10 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-2: 17:04:10 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 17:04:10 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 17:04:10 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 17:04:10 DEBUG juju.network including address public:172.30.9.210 for machine machine-2: 17:04:10 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-2: 17:04:10 DEBUG juju.network including address local-fan:252.9.0.1 for machine machine-2: 17:04:10 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 17:04:10 DEBUG juju.network including address local-machine:::1 for machine machine-2: 17:04:10 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 17:04:10 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 17:04:10 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.210:17070"] machine-2: 17:04:10 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 17:04:10 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 17:04:10 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 17:04:10 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 17:04:10 INFO juju.util.exec run result: exit status 127 machine-2: 17:04:10 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec365306314/script.sh: line 1: fanatic: command not found 127 machine-2: 17:04:10 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 17:04:10 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 17:04:10 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 17:04:10 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 17:04:10 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 17:04:10 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 17:04:11 INFO juju.worker.authenticationworker "machine-2" key updater worker started machine-2: 17:04:11 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 17:04:11 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 17:04:11 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 17:04:11 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 17:04:11 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 17:04:11 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-2: 17:04:11 DEBUG juju.network including address local-machine:::1 for machine machine-2: 17:04:11 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.6 local-machine:::1] machine-2: 17:04:11 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.6 local-machine:::1] machine-2: 17:04:11 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 17:04:11 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-oai-epc-0: 17:04:11 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 17:04:11 DEBUG juju.worker start "2-container-watcher" machine-2: 17:04:11 DEBUG juju.worker start "stateconverter" machine-2: 17:04:11 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 17:04:11 INFO juju.worker start "2-container-watcher" machine-2: 17:04:11 DEBUG juju.worker "2-container-watcher" started machine-2: 17:04:11 INFO juju.worker start "stateconverter" machine-2: 17:04:11 DEBUG juju.worker "stateconverter" started machine-2: 17:04:11 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 17:04:11 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-epc-0: 17:04:11 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install ++ config-get branch unit-abot-epc-basic-0: 17:04:11 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 17:04:11 DEBUG unit.abot-epc-basic/0.install Installing ASN1. The log file for ASN1 installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/asn1c_install_log.txt  unit-oai-epc-0: 17:04:11 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 17:04:11 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' machine-2: 17:04:11 INFO juju.worker.machiner "machine-2" started machine-2: 17:04:11 INFO juju.api.common no addresses observed on interface "tunl0" unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 17:04:11 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 17:04:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxft2:amd64. unit-oai-epc-0: 17:04:12 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-hss-0: 17:04:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxft2_2.3.1-2_amd64.deb ... unit-oai-epc-0: 17:04:12 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 17:04:12 DEBUG unit.oai-epc/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-epc-0: 17:04:12 DEBUG unit.oai-epc/0.install unit-oai-hss-0: 17:04:12 DEBUG unit.oai-hss/0.install Unpacking libxft2:amd64 (2.3.1-2) ... machine-2: 17:04:12 DEBUG juju.worker.machiner observed network config updated for "machine-2" to [{DeviceIndex:1 MACAddress: CIDR:127.0.0.0/8 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:127.0.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:1 MACAddress: CIDR:::1/128 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:::1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:2 MACAddress:fa:16:3e:74:17:37 CIDR:192.168.121.0/24 MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:static Address:192.168.121.6 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:74:17:37 CIDR: MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:3 MACAddress: CIDR: MTU:1480 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:tunl0 ParentInterfaceName: InterfaceType:ethernet Disabled:true NoAutoStart:true ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false}] unit-oai-epc-0: 17:04:12 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 17:04:12 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 17:04:12 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 17:04:12 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 17:04:12 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 17:04:12 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 17:04:12 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 17:04:12 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 17:04:12 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 17:04:12 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:04:12 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 17:04:12 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 17:04:13 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 17:04:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxss1:amd64. unit-oai-hss-0: 17:04:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 17:04:13 DEBUG unit.oai-hss/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-oai-epc-0: 17:04:13 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 17:04:13 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 17:04:13 DEBUG unit.oai-epc/0.install + echo -n unit-oai-hss-0: 17:04:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtk8.6:amd64. unit-oai-hss-0: 17:04:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 17:04:13 DEBUG unit.oai-hss/0.install Unpacking libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-epc-0: 17:04:13 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 17:04:13 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-oai-epc-0: 17:04:13 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:04:13 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 17:04:13 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 17:04:13 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-oai-hss-0: 17:04:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxmu6:amd64. unit-oai-hss-0: 17:04:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxmu6_2%3a1.1.1-1_amd64.deb ... unit-oai-hss-0: 17:04:14 DEBUG unit.oai-hss/0.install Unpacking libxmu6:amd64 (2:1.1.1-1) ... unit-oai-epc-0: 17:04:14 DEBUG unit.oai-epc/0.install HEAD is now at 11723fa modified config file to match IMSI w/ OAI UE (tag v0.1) unit-oai-epc-0: 17:04:14 DEBUG unit.oai-epc/0.install + git checkout v0.3.2-branch unit-oai-epc-0: 17:04:14 DEBUG unit.oai-epc/0.install Already on 'v0.3.2-branch' unit-oai-epc-0: 17:04:14 DEBUG unit.oai-epc/0.install Your branch is up-to-date with 'origin/v0.3.2-branch'. unit-oai-epc-0: 17:04:14 DEBUG unit.oai-epc/0.install + git pull unit-oai-hss-0: 17:04:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxpm4:amd64. unit-oai-hss-0: 17:04:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 17:04:14 DEBUG unit.oai-hss/0.install Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 17:04:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxaw7:amd64. unit-oai-hss-0: 17:04:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxaw7_2%3a1.0.12-1_amd64.deb ... unit-oai-hss-0: 17:04:15 DEBUG unit.oai-hss/0.install Unpacking libxaw7:amd64 (2:1.0.12-1) ... unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install Already up-to-date. unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + sed -i -r 's/(check_kernel_release_and_install_xtables_addons_oai[^()]+)/#\1/' /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 17:04:15 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:04:15 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + current_kern_release=3.19.0-031900-generic unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + current_kern_major_revision=19 unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + '[' 19 -ge 19 ']' unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + [[ true == true ]] unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + status-set maintenance 'required kernel is already installed' unit-oai-epc-0: 17:04:15 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + configure_hosts unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install ++ config-get realm unit-oai-hss-0: 17:04:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-oai-hss-0: 17:04:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-shape0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 17:04:15 DEBUG unit.oai-hss/0.install Unpacking libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-epc-0: 17:04:15 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + realm=openair4G.eur unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install +++ hostname unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + '[' -z '' ']' unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 localhost unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 oai-epc-0.openair4G.eur oai-epc-0 mme unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + build_epc unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + juju-log 'Build EPC and install required packages' unit-oai-epc-0: 17:04:15 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:04:15 INFO unit.oai-epc/0.juju-log Build EPC and install required packages unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + status-set maintenance 'Build EPC and install required packages' unit-oai-epc-0: 17:04:15 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 17:04:15 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -i -f unit-oai-hss-0: 17:04:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcomposite1:amd64. unit-oai-hss-0: 17:04:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-oai-hss-0: 17:04:16 DEBUG unit.oai-hss/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 17:04:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxinerama1:amd64. unit-oai-hss-0: 17:04:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 17:04:16 DEBUG unit.oai-hss/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 17:04:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrandr2:amd64. unit-oai-hss-0: 17:04:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1~trusty1_amd64.deb ... unit-oai-hss-0: 17:04:16 DEBUG unit.oai-hss/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 17:04:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxtst6:amd64. unit-oai-hss-0: 17:04:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 17:04:17 DEBUG unit.oai-hss/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 17:04:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxv1:amd64. unit-oai-hss-0: 17:04:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-oai-hss-0: 17:04:17 DEBUG unit.oai-hss/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 17:04:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-oai-hss-0: 17:04:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 17:04:18 DEBUG unit.oai-hss/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 17:04:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-oai-hss-0: 17:04:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-oai-hss-0: 17:04:18 DEBUG unit.oai-hss/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 17:04:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package gettext. unit-oai-hss-0: 17:04:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../gettext_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 17:04:19 DEBUG unit.oai-hss/0.install Unpacking gettext (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 17:04:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package intltool-debian. unit-oai-hss-0: 17:04:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.1_all.deb ... unit-oai-hss-0: 17:04:19 DEBUG unit.oai-hss/0.install Unpacking intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 17:04:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package po-debconf. unit-oai-hss-0: 17:04:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../po-debconf_1.0.16+nmu2ubuntu1_all.deb ... unit-oai-hss-0: 17:04:19 DEBUG unit.oai-hss/0.install Unpacking po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 17:04:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package dh-apparmor. unit-oai-hss-0: 17:04:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../dh-apparmor_2.10.95-0ubuntu2.6~14.04.3_all.deb ... unit-oai-hss-0: 17:04:20 DEBUG unit.oai-hss/0.install Unpacking dh-apparmor (2.10.95-0ubuntu2.6~14.04.3) ... unit-oai-hss-0: 17:04:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package debhelper. unit-oai-hss-0: 17:04:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../debhelper_9.20131227ubuntu1_all.deb ... unit-oai-hss-0: 17:04:20 DEBUG unit.oai-hss/0.install Unpacking debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 17:04:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package comerr-dev. unit-oai-hss-0: 17:04:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../comerr-dev_2.1-1.42.9-3ubuntu1.3_amd64.deb ... unit-oai-hss-0: 17:04:21 DEBUG unit.oai-hss/0.install Unpacking comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 17:04:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package krb5-multidev. unit-oai-hss-0: 17:04:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../krb5-multidev_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 17:04:21 DEBUG unit.oai-hss/0.install Unpacking krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 17:04:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-oai-hss-0: 17:04:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasprintf-dev_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 17:04:21 DEBUG unit.oai-hss/0.install Unpacking libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 17:04:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-oai-hss-0: 17:04:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo-dev_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 17:04:21 DEBUG unit.oai-hss/0.install Unpacking libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 17:04:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-oai-hss-0: 17:04:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsys-hostname-long-perl_1.4-3_all.deb ... unit-oai-hss-0: 17:04:22 DEBUG unit.oai-hss/0.install Unpacking libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 17:04:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmail-sendmail-perl. unit-oai-hss-0: 17:04:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-oai-hss-0: 17:04:22 DEBUG unit.oai-hss/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 17:04:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq5. unit-oai-hss-0: 17:04:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq5_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 17:04:23 DEBUG unit.oai-hss/0.install Unpacking libpq5 (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 17:04:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq-dev. unit-oai-hss-0: 17:04:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq-dev_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 17:04:23 DEBUG unit.oai-hss/0.install Unpacking libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 17:04:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython-dev:amd64. unit-oai-hss-0: 17:04:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 17:04:24 DEBUG unit.oai-hss/0.install Unpacking libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 17:04:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libutempter0. unit-oai-hss-0: 17:04:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libutempter0_1.1.5-4build1_amd64.deb ... unit-oai-hss-0: 17:04:25 DEBUG unit.oai-hss/0.install Unpacking libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 17:04:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxml2-dev:amd64. unit-oai-hss-0: 17:04:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... unit-oai-hss-0: 17:04:25 DEBUG unit.oai-hss/0.install Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-oai-hss-0: 17:04:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial-common. unit-oai-hss-0: 17:04:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial-common_2.8.2-1ubuntu1.3_all.deb ... unit-oai-hss-0: 17:04:26 DEBUG unit.oai-hss/0.install Unpacking mercurial-common (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 17:04:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial. unit-oai-hss-0: 17:04:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial_2.8.2-1ubuntu1.3_amd64.deb ... unit-oai-hss-0: 17:04:26 DEBUG unit.oai-hss/0.install Unpacking mercurial (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 17:04:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package python2.7-dev. unit-oai-hss-0: 17:04:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... unit-oai-hss-0: 17:04:27 DEBUG unit.oai-hss/0.install Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 17:04:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-dev. unit-oai-hss-0: 17:04:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 17:04:27 DEBUG unit.oai-hss/0.install Unpacking python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 17:04:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package ssl-cert. unit-oai-hss-0: 17:04:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../ssl-cert_1.0.33_all.deb ... unit-oai-hss-0: 17:04:28 DEBUG unit.oai-hss/0.install Unpacking ssl-cert (1.0.33) ... unit-oai-hss-0: 17:04:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig2.0. unit-oai-hss-0: 17:04:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig2.0_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 17:04:29 DEBUG unit.oai-hss/0.install Unpacking swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 17:04:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig. unit-oai-hss-0: 17:04:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 17:04:29 DEBUG unit.oai-hss/0.install Unpacking swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 17:04:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl8.6. unit-oai-hss-0: 17:04:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 17:04:30 DEBUG unit.oai-hss/0.install Unpacking tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 17:04:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl. unit-oai-hss-0: 17:04:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 17:04:30 DEBUG unit.oai-hss/0.install Unpacking tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 17:04:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk8.6. unit-oai-hss-0: 17:04:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 17:04:30 DEBUG unit.oai-hss/0.install Unpacking tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 17:04:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk. unit-oai-hss-0: 17:04:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 17:04:31 DEBUG unit.oai-hss/0.install Unpacking tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 17:04:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-utils. unit-oai-hss-0: 17:04:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-utils_7.7+1_amd64.deb ... unit-oai-hss-0: 17:04:31 DEBUG unit.oai-hss/0.install Unpacking x11-utils (7.7+1) ... unit-oai-hss-0: 17:04:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package xbitmaps. unit-oai-hss-0: 17:04:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-oai-hss-0: 17:04:32 DEBUG unit.oai-hss/0.install Unpacking xbitmaps (1.1.1-2) ... unit-oai-hss-0: 17:04:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package xterm. unit-oai-hss-0: 17:04:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../xterm_297-1ubuntu1_amd64.deb ... unit-oai-hss-0: 17:04:32 DEBUG unit.oai-hss/0.install Unpacking xterm (297-1ubuntu1) ... unit-oai-hss-0: 17:04:32 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 17:04:36 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 17:04:36 DEBUG unit.oai-hss/0.install Processing triggers for mime-support (3.54ubuntu1.1) ... unit-oai-hss-0: 17:04:37 DEBUG unit.oai-hss/0.install Setting up libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 17:04:37 DEBUG unit.oai-hss/0.install Setting up libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 17:04:37 DEBUG unit.oai-hss/0.install Setting up libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 17:04:37 DEBUG unit.oai-hss/0.install Setting up libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 17:04:37 DEBUG unit.oai-hss/0.install Setting up libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 17:04:37 DEBUG unit.oai-hss/0.install Setting up libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 17:04:37 DEBUG unit.oai-hss/0.install Setting up libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 17:04:38 DEBUG unit.oai-hss/0.install Setting up libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 17:04:38 DEBUG unit.oai-hss/0.install Setting up libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 17:04:38 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 17:04:40 DEBUG unit.oai-hss/0.install Setting up libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 17:04:40 DEBUG unit.oai-hss/0.install Setting up libx11-xcb1:amd64 (2:1.6.2-1ubuntu2.1) ... unit-oai-hss-0: 17:04:40 DEBUG unit.oai-hss/0.install Setting up libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 17:04:41 DEBUG unit.oai-hss/0.install Setting up libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 17:04:41 DEBUG unit.oai-hss/0.install Setting up libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 17:04:41 DEBUG unit.oai-hss/0.install Setting up libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 17:04:41 DEBUG unit.oai-hss/0.install Setting up libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 17:04:41 DEBUG unit.oai-hss/0.install Setting up libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 17:04:41 DEBUG unit.oai-hss/0.install Setting up libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 17:04:41 DEBUG unit.oai-hss/0.install Setting up libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 17:04:41 DEBUG unit.oai-hss/0.install Setting up libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 17:04:42 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 17:04:42 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode unit-oai-hss-0: 17:04:42 DEBUG unit.oai-hss/0.install Setting up libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 17:04:42 DEBUG unit.oai-hss/0.install Setting up libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 17:04:42 DEBUG unit.oai-hss/0.install Setting up libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 17:04:43 DEBUG unit.oai-hss/0.install Setting up libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 17:04:43 DEBUG unit.oai-hss/0.install Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 17:04:43 DEBUG unit.oai-hss/0.install Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 17:04:43 DEBUG unit.oai-hss/0.install Setting up libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 17:04:43 DEBUG unit.oai-hss/0.install Setting up libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 17:04:43 DEBUG unit.oai-hss/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 17:04:44 DEBUG unit.oai-hss/0.install Setting up libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 17:04:44 DEBUG unit.oai-hss/0.install Setting up libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 17:04:45 DEBUG unit.oai-hss/0.install Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 17:04:46 DEBUG unit.oai-hss/0.install Setting up libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 17:04:46 DEBUG unit.oai-hss/0.install Setting up libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 17:04:46 DEBUG unit.oai-hss/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 17:04:46 DEBUG unit.oai-hss/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 17:04:46 DEBUG unit.oai-hss/0.install Setting up libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 17:04:47 DEBUG unit.oai-hss/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 17:04:47 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-c8bb6e-default-0 unit-abot-epc-basic-0: 17:04:47 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-c8bb6e-default-0 unit-abot-epc-basic-0: 17:04:47 DEBUG unit.abot-epc-basic/0.install Cloning into '/opt/ssh'... unit-abot-epc-basic-0: 17:04:47 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 17:04:47 DEBUG unit.abot-epc-basic/0.install Installing Google Protobuf from sources. The log file for Protobuf installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/protobuf_install_log.txt  unit-oai-hss-0: 17:04:47 DEBUG unit.oai-hss/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 17:04:48 DEBUG unit.oai-hss/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 17:04:48 DEBUG unit.oai-hss/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 17:04:48 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/libtxc_dxtn_s2tc.so.0 to provide /usr/lib/x86_64-linux-gnu/libtxc_dxtn.so (libtxc-dxtn-x86_64-linux-gnu) in auto mode unit-oai-hss-0: 17:04:48 DEBUG unit.oai-hss/0.install Setting up gettext (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 17:04:48 DEBUG unit.oai-hss/0.install Setting up intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 17:04:48 DEBUG unit.oai-hss/0.install Setting up po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 17:04:49 DEBUG unit.oai-hss/0.install Setting up dh-apparmor (2.10.95-0ubuntu2.6~14.04.3) ... unit-oai-hss-0: 17:04:49 DEBUG unit.oai-hss/0.install Setting up debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 17:04:49 DEBUG unit.oai-hss/0.install Setting up comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 17:04:49 DEBUG unit.oai-hss/0.install Setting up krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 17:04:49 DEBUG unit.oai-hss/0.install Setting up libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 17:04:50 DEBUG unit.oai-hss/0.install Setting up libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 17:04:50 DEBUG unit.oai-hss/0.install Setting up libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 17:04:51 DEBUG unit.oai-hss/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 17:04:51 DEBUG unit.oai-hss/0.install Setting up libpq5 (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 17:04:51 DEBUG unit.oai-hss/0.install Setting up libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 17:04:51 DEBUG unit.oai-hss/0.install Setting up libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 17:04:51 DEBUG unit.oai-hss/0.install Setting up libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 17:04:51 DEBUG unit.oai-hss/0.install Creating utempter group... unit-oai-hss-0: 17:04:52 DEBUG unit.oai-hss/0.install Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-oai-hss-0: 17:04:52 DEBUG unit.oai-hss/0.install Setting up mercurial-common (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 17:04:53 DEBUG unit.oai-hss/0.install Setting up mercurial (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 17:04:53 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:04:53 DEBUG unit.oai-hss/0.install Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version unit-oai-hss-0: 17:04:53 DEBUG unit.oai-hss/0.install Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 17:04:53 DEBUG unit.oai-hss/0.install Setting up python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 17:04:53 DEBUG unit.oai-hss/0.install Setting up ssl-cert (1.0.33) ... unit-oai-hss-0: 17:04:54 DEBUG unit.oai-hss/0.install Setting up swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 17:04:54 DEBUG unit.oai-hss/0.install Setting up swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 17:04:54 DEBUG unit.oai-hss/0.install Setting up tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 17:04:54 DEBUG unit.oai-hss/0.install Setting up tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 17:04:55 DEBUG unit.oai-hss/0.install Setting up tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 17:04:55 DEBUG unit.oai-hss/0.install Setting up tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 17:04:55 DEBUG unit.oai-hss/0.install Setting up x11-utils (7.7+1) ... unit-oai-hss-0: 17:04:56 DEBUG unit.oai-hss/0.install Setting up xbitmaps (1.1.1-2) ... unit-oai-hss-0: 17:04:56 DEBUG unit.oai-hss/0.install Setting up xterm (297-1ubuntu1) ... unit-oai-hss-0: 17:04:57 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/xterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-oai-hss-0: 17:04:57 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-oai-hss-0: 17:04:57 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 17:04:57 DEBUG unit.oai-hss/0.install Downloading 1.2.0 freeDiameter archive unit-oai-hss-0: 17:04:57 DEBUG unit.oai-hss/0.install Cloning into 'freediameter'... unit-oai-hss-0: 17:05:04 DEBUG unit.oai-hss/0.install -- The C compiler identification is GNU 4.8.4 unit-oai-hss-0: 17:05:04 DEBUG unit.oai-hss/0.install -- The CXX compiler identification is GNU 4.8.4 unit-oai-hss-0: 17:05:04 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc unit-oai-hss-0: 17:05:04 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc -- works unit-oai-hss-0: 17:05:04 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info - done unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ -- works unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info - done unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for bison unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for bison -- /usr/bin/bison unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for flex unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for flex -- /usr/bin/flex unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for getopt_long unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for getopt_long - found unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs - found unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Check if the system is big endian unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Searching 16 bit integer unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h - found unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for stdint.h unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for stdint.h - found unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for stddef.h unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for stddef.h - found unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Check size of unsigned short unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Check size of unsigned short - done unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Using unsigned short unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Check if the system is big endian - little endian unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for ntohll unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for ntohll - not found unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h - found unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for strndup unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for strndup - found unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h - found unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for pthread_create unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for pthread_create - not found unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads - not found unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread - found unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Found Threads: TRUE unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime - found unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx - not found unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Found SCTP: /usr/lib/x86_64-linux-gnu/libsctp.so unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS - Success unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Found IDNA: /usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT - Success unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Found GNUTLS: /usr/lib/libgnutls.so unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Checking GNUTLS version unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls - found unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls - found unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls - found unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls - found unit-oai-hss-0: 17:05:05 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG - found unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait - found unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND - Success unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install -- Configuring done unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdproto/CMakeLists.txt: unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install Target "libfdproto" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install -lpthread;/usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install -lpthread unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdcore/CMakeLists.txt: unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install Target "libfdcore" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install libfdproto;dl;/usr/lib/x86_64-linux-gnu/libsctp.so;/usr/lib/x86_64-linux-gnu/libgcrypt.so;/usr/lib/libgnutls.so unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install -- Generating done unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install -- Build files have been written to: /tmp/freediameter/build unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install Compiling freeDiameter unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install Scanning dependencies of target version_information unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdproto unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install [ 1%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary.c.o unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install [ 2%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary_functions.c.o unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install [ 3%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dispatch.c.o unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install [ 4%] Building C object libfdproto/CMakeFiles/libfdproto.dir/fifo.c.o unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install [ 5%] Building C object libfdproto/CMakeFiles/libfdproto.dir/init.c.o unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install [ 6%] Building C object libfdproto/CMakeFiles/libfdproto.dir/lists.c.o unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install [ 7%] Building C object libfdproto/CMakeFiles/libfdproto.dir/log.c.o unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install [ 8%] Building C object libfdproto/CMakeFiles/libfdproto.dir/messages.c.o unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install [ 9%] Building C object libfdproto/CMakeFiles/libfdproto.dir/ostr.c.o unit-oai-hss-0: 17:05:06 DEBUG unit.oai-hss/0.install [ 10%] Building C object libfdproto/CMakeFiles/libfdproto.dir/portability.c.o unit-oai-hss-0: 17:05:07 DEBUG unit.oai-hss/0.install [ 11%] Building C object libfdproto/CMakeFiles/libfdproto.dir/rt_data.c.o unit-oai-hss-0: 17:05:07 DEBUG unit.oai-hss/0.install [ 12%] Building C object libfdproto/CMakeFiles/libfdproto.dir/sessions.c.o unit-oai-hss-0: 17:05:07 DEBUG unit.oai-hss/0.install [ 13%] Building C object libfdproto/CMakeFiles/libfdproto.dir/utils.c.o unit-oai-hss-0: 17:05:07 DEBUG unit.oai-hss/0.install [ 14%] Building C object libfdproto/CMakeFiles/libfdproto.dir/version.c.o unit-oai-hss-0: 17:05:07 DEBUG unit.oai-hss/0.install Linking C shared library libfdproto.so unit-oai-hss-0: 17:05:07 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 17:05:07 DEBUG unit.oai-hss/0.install [ 15%] Generating fdd.tab.c, fdd.tab.h unit-oai-hss-0: 17:05:07 DEBUG unit.oai-hss/0.install [ 16%] Generating lex.fdd.c unit-oai-hss-0: 17:05:07 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdcore unit-oai-hss-0: 17:05:07 DEBUG unit.oai-hss/0.install [ 17%] Building C object libfdcore/CMakeFiles/libfdcore.dir/apps.c.o unit-oai-hss-0: 17:05:07 DEBUG unit.oai-hss/0.install [ 18%] Building C object libfdcore/CMakeFiles/libfdcore.dir/config.c.o unit-oai-hss-0: 17:05:07 DEBUG unit.oai-hss/0.install [ 19%] Building C object libfdcore/CMakeFiles/libfdcore.dir/core.c.o unit-oai-hss-0: 17:05:07 DEBUG unit.oai-hss/0.install [ 20%] Building C object libfdcore/CMakeFiles/libfdcore.dir/cnxctx.c.o unit-oai-hss-0: 17:05:07 DEBUG unit.oai-hss/0.install [ 21%] Building C object libfdcore/CMakeFiles/libfdcore.dir/endpoints.c.o unit-oai-hss-0: 17:05:07 DEBUG unit.oai-hss/0.install [ 22%] Building C object libfdcore/CMakeFiles/libfdcore.dir/events.c.o unit-oai-hss-0: 17:05:07 DEBUG unit.oai-hss/0.install [ 23%] Building C object libfdcore/CMakeFiles/libfdcore.dir/extensions.c.o unit-oai-hss-0: 17:05:07 DEBUG unit.oai-hss/0.install [ 25%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fifo_stats.c.o unit-oai-hss-0: 17:05:07 DEBUG unit.oai-hss/0.install [ 26%] Building C object libfdcore/CMakeFiles/libfdcore.dir/hooks.c.o unit-oai-hss-0: 17:05:07 DEBUG unit.oai-hss/0.install [ 27%] Building C object libfdcore/CMakeFiles/libfdcore.dir/dict_base_proto.c.o unit-oai-hss-0: 17:05:08 DEBUG unit.oai-hss/0.install [ 28%] Building C object libfdcore/CMakeFiles/libfdcore.dir/messages.c.o unit-oai-hss-0: 17:05:08 DEBUG unit.oai-hss/0.install [ 29%] Building C object libfdcore/CMakeFiles/libfdcore.dir/queues.c.o unit-oai-hss-0: 17:05:08 DEBUG unit.oai-hss/0.install [ 30%] Building C object libfdcore/CMakeFiles/libfdcore.dir/peers.c.o unit-oai-hss-0: 17:05:08 DEBUG unit.oai-hss/0.install [ 31%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_ce.c.o unit-oai-hss-0: 17:05:08 DEBUG unit.oai-hss/0.install [ 32%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_cnx.c.o unit-oai-hss-0: 17:05:08 DEBUG unit.oai-hss/0.install [ 33%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dw.c.o unit-oai-hss-0: 17:05:08 DEBUG unit.oai-hss/0.install [ 34%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dp.c.o unit-oai-hss-0: 17:05:08 DEBUG unit.oai-hss/0.install [ 35%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_expiry.c.o unit-oai-hss-0: 17:05:08 DEBUG unit.oai-hss/0.install [ 36%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_out.c.o unit-oai-hss-0: 17:05:08 DEBUG unit.oai-hss/0.install [ 37%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_psm.c.o unit-oai-hss-0: 17:05:08 DEBUG unit.oai-hss/0.install [ 38%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_sr.c.o unit-oai-hss-0: 17:05:08 DEBUG unit.oai-hss/0.install [ 39%] Building C object libfdcore/CMakeFiles/libfdcore.dir/routing_dispatch.c.o unit-oai-hss-0: 17:05:08 DEBUG unit.oai-hss/0.install [ 40%] Building C object libfdcore/CMakeFiles/libfdcore.dir/server.c.o unit-oai-hss-0: 17:05:08 DEBUG unit.oai-hss/0.install [ 41%] Building C object libfdcore/CMakeFiles/libfdcore.dir/tcp.c.o unit-oai-hss-0: 17:05:08 DEBUG unit.oai-hss/0.install [ 42%] Building C object libfdcore/CMakeFiles/libfdcore.dir/version.c.o unit-oai-hss-0: 17:05:08 DEBUG unit.oai-hss/0.install [ 43%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp.c.o unit-oai-hss-0: 17:05:09 DEBUG unit.oai-hss/0.install [ 44%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp3436.c.o unit-oai-hss-0: 17:05:09 DEBUG unit.oai-hss/0.install [ 45%] Building C object libfdcore/CMakeFiles/libfdcore.dir/lex.fdd.c.o unit-oai-hss-0: 17:05:09 DEBUG unit.oai-hss/0.install [ 46%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fdd.tab.c.o unit-oai-hss-0: 17:05:09 DEBUG unit.oai-hss/0.install Linking C shared library libfdcore.so unit-oai-hss-0: 17:05:09 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 17:05:09 DEBUG unit.oai-hss/0.install Scanning dependencies of target freeDiameterd unit-oai-hss-0: 17:05:09 DEBUG unit.oai-hss/0.install [ 47%] Building C object freeDiameterd/CMakeFiles/freeDiameterd.dir/main.c.o unit-oai-hss-0: 17:05:09 DEBUG unit.oai-hss/0.install Linking C executable freeDiameterd unit-oai-hss-0: 17:05:09 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 17:05:09 DEBUG unit.oai-hss/0.install Scanning dependencies of target testcnx unit-oai-hss-0: 17:05:09 DEBUG unit.oai-hss/0.install [ 48%] Building C object tests/CMakeFiles/testcnx.dir/testcnx.c.o unit-oai-hss-0: 17:05:09 DEBUG unit.oai-hss/0.install Linking C executable testcnx unit-oai-hss-0: 17:05:09 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 17:05:09 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdict unit-oai-hss-0: 17:05:09 DEBUG unit.oai-hss/0.install [ 50%] Building C object tests/CMakeFiles/testdict.dir/testdict.c.o unit-oai-hss-0: 17:05:10 DEBUG unit.oai-hss/0.install Linking C executable testdict unit-oai-hss-0: 17:05:10 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 17:05:10 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdisp unit-oai-hss-0: 17:05:10 DEBUG unit.oai-hss/0.install [ 51%] Building C object tests/CMakeFiles/testdisp.dir/testdisp.c.o unit-oai-hss-0: 17:05:10 DEBUG unit.oai-hss/0.install Linking C executable testdisp unit-oai-hss-0: 17:05:10 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 17:05:10 DEBUG unit.oai-hss/0.install Scanning dependencies of target testfifo unit-oai-hss-0: 17:05:10 DEBUG unit.oai-hss/0.install [ 52%] Building C object tests/CMakeFiles/testfifo.dir/testfifo.c.o unit-oai-hss-0: 17:05:10 DEBUG unit.oai-hss/0.install Linking C executable testfifo unit-oai-hss-0: 17:05:11 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 17:05:11 DEBUG unit.oai-hss/0.install Scanning dependencies of target testloadext unit-oai-hss-0: 17:05:11 DEBUG unit.oai-hss/0.install [ 53%] Building C object tests/CMakeFiles/testloadext.dir/testloadext.c.o unit-oai-hss-0: 17:05:11 DEBUG unit.oai-hss/0.install Linking C executable testloadext unit-oai-hss-0: 17:05:11 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 17:05:11 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg unit-oai-hss-0: 17:05:11 DEBUG unit.oai-hss/0.install [ 54%] Building C object tests/CMakeFiles/testmesg.dir/testmesg.c.o unit-oai-hss-0: 17:05:11 DEBUG unit.oai-hss/0.install Linking C executable testmesg unit-oai-hss-0: 17:05:11 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 17:05:11 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg_stress unit-oai-hss-0: 17:05:11 DEBUG unit.oai-hss/0.install [ 55%] Building C object tests/CMakeFiles/testmesg_stress.dir/testmesg_stress.c.o unit-oai-hss-0: 17:05:11 DEBUG unit.oai-hss/0.install Linking C executable testmesg_stress unit-oai-hss-0: 17:05:11 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 17:05:11 DEBUG unit.oai-hss/0.install Scanning dependencies of target testostr unit-oai-hss-0: 17:05:11 DEBUG unit.oai-hss/0.install [ 56%] Building C object tests/CMakeFiles/testostr.dir/testostr.c.o unit-oai-hss-0: 17:05:11 DEBUG unit.oai-hss/0.install Linking C executable testostr unit-oai-hss-0: 17:05:12 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 17:05:12 DEBUG unit.oai-hss/0.install Scanning dependencies of target testpeers unit-oai-hss-0: 17:05:12 DEBUG unit.oai-hss/0.install [ 57%] Building C object tests/CMakeFiles/testpeers.dir/testpeers.c.o unit-oai-hss-0: 17:05:12 DEBUG unit.oai-hss/0.install Linking C executable testpeers unit-oai-hss-0: 17:05:12 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 17:05:12 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsctp unit-oai-hss-0: 17:05:12 DEBUG unit.oai-hss/0.install [ 58%] Building C object tests/CMakeFiles/testsctp.dir/testsctp.c.o unit-oai-hss-0: 17:05:12 DEBUG unit.oai-hss/0.install Linking C executable testsctp unit-oai-hss-0: 17:05:12 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 17:05:12 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsess unit-oai-hss-0: 17:05:12 DEBUG unit.oai-hss/0.install [ 59%] Building C object tests/CMakeFiles/testsess.dir/testsess.c.o unit-oai-hss-0: 17:05:12 DEBUG unit.oai-hss/0.install Linking C executable testsess unit-oai-hss-0: 17:05:12 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 17:05:12 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_s6a unit-oai-hss-0: 17:05:12 DEBUG unit.oai-hss/0.install [ 60%] Building C object extensions/dict_s6a/CMakeFiles/dict_s6a.dir/dict_s6a.c.o unit-oai-hss-0: 17:05:12 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_s6a.fdx unit-oai-hss-0: 17:05:12 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 17:05:12 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nasreq unit-oai-hss-0: 17:05:12 DEBUG unit.oai-hss/0.install [ 61%] Building C object extensions/dict_nasreq/CMakeFiles/dict_nasreq.dir/dict_nasreq.c.o unit-oai-hss-0: 17:05:12 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nasreq.fdx unit-oai-hss-0: 17:05:12 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 17:05:12 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_eap unit-oai-hss-0: 17:05:12 DEBUG unit.oai-hss/0.install [ 62%] Building C object extensions/dict_eap/CMakeFiles/dict_eap.dir/dict_eap.c.o unit-oai-hss-0: 17:05:12 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_eap.fdx unit-oai-hss-0: 17:05:12 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 17:05:13 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca unit-mysql-0: 17:05:13 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 17:05:13 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 17:05:13 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 17:05:13 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 17:05:13 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 17:05:13 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 17:05:13 DEBUG unit.oai-hss/0.install [ 63%] Building C object extensions/dict_dcca/CMakeFiles/dict_dcca.dir/dict_dcca.c.o unit-mysql-0: 17:05:13 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 17:05:13 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 17:05:13 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 17:05:13 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 17:05:13 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 17:05:13 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 17:05:13 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca.fdx unit-oai-hss-0: 17:05:13 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 17:05:13 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_3gpp unit-oai-hss-0: 17:05:13 DEBUG unit.oai-hss/0.install [ 64%] Building C object extensions/dict_dcca_3gpp/CMakeFiles/dict_dcca_3gpp.dir/dict_dcca_3gpp.c.o unit-oai-hss-0: 17:05:13 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_3gpp.fdx unit-oai-hss-0: 17:05:13 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 17:05:13 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_starent unit-oai-hss-0: 17:05:13 DEBUG unit.oai-hss/0.install [ 65%] Building C object extensions/dict_dcca_starent/CMakeFiles/dict_dcca_starent.dir/dict_dcca_starent.c.o unit-oai-hss-0: 17:05:13 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_starent.fdx unit-oai-hss-0: 17:05:13 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 17:05:13 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_sip unit-oai-hss-0: 17:05:13 DEBUG unit.oai-hss/0.install [ 66%] Building C object extensions/dict_sip/CMakeFiles/dict_sip.dir/dict_sip.c.o unit-oai-hss-0: 17:05:13 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_sip.fdx unit-oai-hss-0: 17:05:13 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 17:05:13 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6a unit-oai-hss-0: 17:05:13 DEBUG unit.oai-hss/0.install [ 67%] Building C object extensions/dict_mip6a/CMakeFiles/dict_mip6a.dir/dict_mip6a.c.o unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6a.fdx unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6i unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install [ 68%] Building C object extensions/dict_mip6i/CMakeFiles/dict_mip6i.dir/dict_mip6i.c.o unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6i.fdx unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nas_mipv6 unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install [ 69%] Building C object extensions/dict_nas_mipv6/CMakeFiles/dict_nas_mipv6.dir/dict_nas_mipv6.c.o unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nas_mipv6.fdx unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_rfc5777 unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install [ 70%] Building C object extensions/dict_rfc5777/CMakeFiles/dict_rfc5777.dir/dict_rfc5777.c.o unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_rfc5777.fdx unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install [ 71%] Generating rtd_conf.tab.c, rtd_conf.tab.h unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install [ 72%] Generating lex.rtd_conf.c unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_default unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install [ 73%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rt_default.c.o unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install [ 75%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/lex.rtd_conf.c.o unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install [ 76%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rtd_conf.tab.c.o unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install [ 77%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rtd_rules.c.o unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_default.fdx unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_redirect unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install [ 78%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/rt_redir.c.o unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install [ 79%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_entries.c.o unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install [ 80%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_expiry.c.o unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install [ 81%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_fwd.c.o unit-oai-hss-0: 17:05:14 DEBUG unit.oai-hss/0.install [ 82%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_out.c.o unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_redirect.fdx unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install [ 83%] Generating rtbusy_conf.tab.c, rtbusy_conf.tab.h unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install [ 84%] Generating lex.rtbusy_conf.c unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_busypeers unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install [ 85%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/rtbusy.c.o unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install [ 86%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/lex.rtbusy_conf.c.o unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install [ 87%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/rtbusy_conf.tab.c.o unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_busypeers.fdx unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_ignore_dh unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install [ 88%] Building C object extensions/rt_ignore_dh/CMakeFiles/rt_ignore_dh.dir/rt_ignore_dh.c.o unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_ignore_dh.fdx unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_load_balance unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install [ 89%] Building C object extensions/rt_load_balance/CMakeFiles/rt_load_balance.dir/rt_load_balance.c.o unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_load_balance.fdx unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install [ 90%] Generating aw_conf.tab.c, aw_conf.tab.h unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install [ 91%] Generating lex.aw_conf.c unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install Scanning dependencies of target acl_wl unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install [ 92%] Building C object extensions/acl_wl/CMakeFiles/acl_wl.dir/acl_wl.c.o unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install [ 93%] Building C object extensions/acl_wl/CMakeFiles/acl_wl.dir/aw_tree.c.o unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install [ 94%] Building C object extensions/acl_wl/CMakeFiles/acl_wl.dir/lex.aw_conf.c.o unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install [ 95%] Building C object extensions/acl_wl/CMakeFiles/acl_wl.dir/aw_conf.tab.c.o unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install Linking C shared module ../acl_wl.fdx unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_monitor unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install [ 96%] Building C object extensions/dbg_monitor/CMakeFiles/dbg_monitor.dir/dbg_monitor.c.o unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_monitor.fdx unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_timings unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install [ 97%] Building C object extensions/dbg_msg_timings/CMakeFiles/dbg_msg_timings.dir/dbg_msg_timings.c.o unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_timings.fdx unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_dumps unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install [ 98%] Building C object extensions/dbg_msg_dumps/CMakeFiles/dbg_msg_dumps.dir/dbg_msg_dumps.c.o unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_dumps.fdx unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_rt unit-oai-hss-0: 17:05:15 DEBUG unit.oai-hss/0.install [100%] Building C object extensions/dbg_rt/CMakeFiles/dbg_rt.dir/dbg_rt.c.o unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_rt.fdx unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Install configuration: "" unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/freeDiameter-host.h unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdproto.h unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdcore.h unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/extension.h unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.1.2.0 unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.6 unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.1.2.0 unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.6 unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/lib/libfdcore.so.1.2.0" unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd-1.2.0 unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/bin/freeDiameterd-1.2.0" unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_s6a.fdx unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nasreq.fdx unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_eap.fdx unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca.fdx unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_3gpp.fdx unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_starent.fdx unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_sip.fdx unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6a.fdx unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6i.fdx unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nas_mipv6.fdx unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_rfc5777.fdx unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_default.fdx unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_redirect.fdx unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_busypeers.fdx unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_ignore_dh.fdx unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_load_balance.fdx unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/acl_wl.fdx unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_monitor.fdx unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_timings.fdx unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_dumps.fdx unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_rt.fdx unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install python-pexpect-doc unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install python-pexpect unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install Need to get 37.8 kB of archives. unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install After this operation, 193 kB of additional disk space will be used. unit-oai-hss-0: 17:05:16 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-pexpect all 3.1-1ubuntu0.1 [37.8 kB] unit-oai-hss-0: 17:05:17 DEBUG unit.oai-hss/0.install Fetched 37.8 kB in 0s (74.3 kB/s) unit-oai-hss-0: 17:05:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-pexpect. unit-oai-hss-0: 17:05:17 DEBUG unit.oai-hss/0.install (Reading database ... 121450 files and directories currently installed.) unit-oai-hss-0: 17:05:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-pexpect_3.1-1ubuntu0.1_all.deb ... unit-oai-hss-0: 17:05:18 DEBUG unit.oai-hss/0.install Unpacking python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 17:05:18 DEBUG unit.oai-hss/0.install Setting up python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install + install -o root -g root -m 0644 /var/lib/juju/agents/unit-oai-hss-0/charm/files/CMakeLists.txt /srv/openair-cn/BUILD/HSS/CMakeLists.txt unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -d unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install Compile with debug informations unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install mkdir: created directory 'BUILD' unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install git found: /usr/bin/git unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install Generating a 1024 bit RSA private key unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install ...............................++++++ unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install ...............++++++ unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install writing new private key to 'hss.cakey.pem' unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install ----- unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install Generating RSA private key, 1024 bit long modulus unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install .....++++++ unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install ..............++++++ unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install e is 65537 (0x10001) unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install Using configuration from /usr/lib/ssl/openssl.cnf unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install Check that the request matches the signature unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install Signature ok unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install Certificate Details: unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install Serial Number: 1 (0x1) unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install Validity unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install Not Before: Oct 4 17:05:19 2018 GMT unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install Not After : Oct 4 17:05:19 2019 GMT unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install Subject: unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install countryName = FR unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install stateOrProvinceName = PACA unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install organizationName = Eurecom unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install organizationalUnitName = CM unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install commonName = oai-hss-0.openair4G.eur unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install X509v3 extensions: unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install X509v3 Basic Constraints: unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install CA:FALSE unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install Netscape Comment: unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install OpenSSL Generated Certificate unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install X509v3 Subject Key Identifier: unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install 1B:06:3F:41:D4:C8:60:0E:0D:CE:EC:A2:07:5E:24:37:5C:4A:DB:C8 unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install X509v3 Authority Key Identifier: unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install keyid:69:ED:3E:68:59:3A:F2:E0:12:5A:C3:80:C5:3E:E9:E3:96:0E:56:7E unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install Certificate is to be certified until Oct 4 17:05:19 2019 GMT (365 days) unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install Write out database with 1 new entries unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install Data Base Updated unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install CMake Warning: unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install Manually-specified variables were not used by the project: unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install DEBUG unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_access_restriction unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_auc unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_db unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_utils unit-oai-hss-0: 17:05:19 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_s6a unit-oai-hss-0: 17:05:20 DEBUG unit.oai-hss/0.install [ 4%] [ 8%] [ 13%] [ 17%] [ 21%] [ 26%] [ 30%] [ 34%] [ 39%] [ 43%] [ 47%] [ 52%] [ 56%] [ 60%] Building C object CMakeFiles/hss_access_restriction.dir/srv/openair-cn/SRC/OAI_HSS/access_restriction/access_restriction.c.o unit-oai-hss-0: 17:05:20 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/fx.c.o unit-oai-hss-0: 17:05:20 DEBUG unit.oai-hss/0.install [ 65%] Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_connector.c.o unit-oai-hss-0: 17:05:20 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/kdf.c.o unit-oai-hss-0: 17:05:20 DEBUG unit.oai-hss/0.install [ 69%] Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/random.c.o unit-oai-hss-0: 17:05:20 DEBUG unit.oai-hss/0.install [ 73%] [ 78%] Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/conversion.c.o unit-oai-hss-0: 17:05:20 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/sequence_number.c.o unit-oai-hss-0: 17:05:20 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_common.c.o unit-oai-hss-0: 17:05:20 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/rijndael.c.o unit-oai-hss-0: 17:05:20 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_epc_equipment.c.o unit-oai-hss-0: 17:05:20 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/pid_file.c.o unit-oai-hss-0: 17:05:20 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_auth_info.c.o unit-oai-hss-0: 17:05:20 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_error.c.o unit-oai-hss-0: 17:05:20 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/hss_config.c.o unit-oai-hss-0: 17:05:20 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_subscription_data.c.o unit-oai-hss-0: 17:05:20 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_in_addr.c.o unit-oai-hss-0: 17:05:20 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_fd.c.o unit-oai-hss-0: 17:05:20 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_peers.c.o unit-oai-hss-0: 17:05:20 DEBUG unit.oai-hss/0.install [ 82%] [ 86%] [ 91%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_purge_ue.c.o unit-oai-hss-0: 17:05:20 DEBUG unit.oai-hss/0.install [ 95%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_supported_features.c.o unit-oai-hss-0: 17:05:20 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_subscription_data.c.o unit-oai-hss-0: 17:05:20 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_up_loc.c.o unit-oai-hss-0: 17:05:21 DEBUG unit.oai-hss/0.install Linking C static library libhss_access_restriction.a unit-oai-hss-0: 17:05:21 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_access_restriction unit-oai-hss-0: 17:05:21 DEBUG unit.oai-hss/0.install Linking C static library libhss_utils.a unit-oai-hss-0: 17:05:21 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install Linking C static library libhss_s6a.a unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install Linking C static library libhss_auc.a unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install [ 95%] Linking C static library libhss_db.a unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install Built target hss_s6a unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install [ 95%] [ 95%] Built target hss_auc unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install Built target hss_db unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install Scanning dependencies of target oai_hss unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install [100%] Building C object CMakeFiles/oai_hss.dir/srv/openair-cn/SRC/OAI_HSS/hss_main.c.o unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install Linking C executable oai_hss unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install [ 4%] Built target hss_access_restriction unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install [ 26%] Built target hss_auc unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install [ 39%] Built target hss_db unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install [ 82%] Built target hss_s6a unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install -- Install configuration: "RelWithDebInfo" unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/bin/oai_hss unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/etc/oai/hss.conf unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/acl.conf unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install '/srv/openair-cn/BUILD/HSS/BUILD/oai_hss' -> '/usr/local/bin/oai_hss' unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install oai_hss installed unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install + juju-log 'Add oai_hss init script' unit-oai-hss-0: 17:05:22 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:05:22 INFO unit.oai-hss/0.juju-log Add oai_hss init script unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install + cp /var/lib/juju/agents/unit-oai-hss-0/charm/files/oai_hss /etc/init/oai_hss.conf unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install + '[' '!' -f /usr/local/bin/oai_hss ']' unit-oai-hss-0: 17:05:22 DEBUG unit.oai-hss/0.install + status-set blocked 'Waiting for a mysql/db relation to start' unit-oai-hss-0: 17:05:22 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 17:05:22 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 17:05:23 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-hss-0: 17:05:23 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-hss-0: 17:05:23 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 17:05:23 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-hss-0: 17:05:23 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-hss-0: 17:05:23 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-hss-0: 17:05:23 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-hss-0: 17:05:23 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-hss-0: 17:05:23 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-oai-hss-0: 17:05:23 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-oai-hss-0: 17:05:23 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-hss-0: 17:05:23 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-hss-0: 17:05:23 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-hss-0: 17:05:24 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-hss-0: 17:05:24 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-hss-0: 17:05:24 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-oai-hss-0: 17:05:24 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 17:05:24 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 17:05:24 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-hss-0: 17:05:24 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-oai-hss-0: 17:05:24 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-oai-hss-0: 17:05:24 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-hss-0: 17:05:24 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-hss-0: 17:05:24 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed + set_env_paths unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed + hss_exec_name=oai_hss unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed + service oai_hss stop unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed stop: Unknown instance: unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed + true unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed ++ config-get branch unit-oai-hss-0: 17:05:24 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.branch unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed + '[' v0.3.2-branch '!=' v0.3.2-branch ']' unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 17:05:24 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.realm unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed cat: /var/lib/juju/agents/unit-oai-hss-0/charm/.realm: No such file or directory unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 17:05:24 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed + realm=openair4G.eur unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed ++ hostname unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed + sed -i s/oai-hss-0.openair4G.eur/oai-hss-0.openair4G.eur/ /etc/hosts unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed + fqdn=oai-hss-0.openair4G.eur unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed + /srv/openair-cn/SCRIPTS/check_hss_s6a_certificate /usr oai-hss-0.openair4G.eur unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed HSS S6A: Found valid certificate in /usr/etc/freeDiameter unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed + sed -r -i 's/(Identity[ ]*=[ ]*)".*"/\1"oai-hss-0.openair4G.eur"/' /usr/etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed + sed -r -i 's/(Realm[ ]*=[ ]*)".*"/\1"openair4G.eur"/' /usr/etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed + sed -r -i 's/(^ALLOW_OLD_TLS[ ]*).*/\1*.openair4G.eur/' /usr/etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed ++ relation-ids db unit-oai-hss-0: 17:05:24 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed + '[' -z '' ']' unit-oai-hss-0: 17:05:24 DEBUG unit.oai-hss/0.config-changed + juju-log 'HSS is built, but is waiting for active connection to gather the last info' unit-oai-hss-0: 17:05:24 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:05:24 INFO unit.oai-hss/0.juju-log HSS is built, but is waiting for active connection to gather the last info unit-oai-hss-0: 17:05:25 DEBUG unit.oai-hss/0.config-changed + juju-log 'no db is found, so HSS process is not going to be run' unit-oai-hss-0: 17:05:25 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:05:25 INFO unit.oai-hss/0.juju-log no db is found, so HSS process is not going to be run unit-oai-hss-0: 17:05:25 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-hss-0: 17:05:25 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-hss-0: 17:05:25 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-oai-hss-0: 17:05:25 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 17:05:25 INFO juju.worker.uniter found queued "start" hook unit-oai-hss-0: 17:05:25 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-hss-0: 17:05:25 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-oai-hss-0: 17:05:25 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-oai-hss-0: 17:05:25 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-hss-0: 17:05:25 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-hss-0: 17:05:25 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-hss-0: 17:05:25 DEBUG unit.oai-hss/0.start + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 17:05:25 DEBUG unit.oai-hss/0.start ++ relation-ids db unit-oai-hss-0: 17:05:25 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 17:05:25 DEBUG unit.oai-hss/0.start + '[' -n '' ']' unit-oai-hss-0: 17:05:25 INFO juju.worker.uniter.operation ran "start" hook unit-oai-hss-0: 17:05:25 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-hss-0: 17:05:25 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-oai-hss-0: 17:05:25 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 17:05:25 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 17:05:25 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-hss-0: 17:05:25 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 17:05:26 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 17:05:26 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{0}] []}} unit-oai-hss-0: 17:05:26 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-oai-hss-0: 17:05:26 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-mysql-0: 17:05:26 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[oai-hss/0:{0}] []}} unit-mysql-0: 17:05:26 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 17:05:26 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; oai-hss/0) hook unit-mysql-0: 17:05:26 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 17:05:26 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 17:05:26 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 17:05:26 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 17:05:26 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-oai-hss-0: 17:05:26 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; mysql/0) hook unit-oai-hss-0: 17:05:26 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 17:05:26 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 17:05:26 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 17:05:26 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 17:05:26 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-oai-hss-0: 17:05:26 INFO juju.worker.uniter.operation skipped "db-relation-joined" hook (missing) unit-oai-hss-0: 17:05:26 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 17:05:26 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 17:05:26 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 17:05:26 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 17:05:26 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 17:05:26 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 17:05:26 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 17:05:26 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 17:05:26 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 17:05:26 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-mysql-0: 17:05:26 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 17:05:26 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 17:05:26 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-mysql-0: 17:05:26 DEBUG worker.uniter.jujuc running hook tool "is-leader" unit-oai-hss-0: 17:05:27 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:05:27 DEBUG unit.oai-hss/0.db-relation-changed + database= unit-oai-hss-0: 17:05:27 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-mysql-0: 17:05:27 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-oai-hss-0: 17:05:27 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:05:27 DEBUG unit.oai-hss/0.db-relation-changed + user= unit-oai-hss-0: 17:05:27 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-mysql-0: 17:05:27 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-oai-hss-0: 17:05:27 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:05:27 DEBUG unit.oai-hss/0.db-relation-changed + password= unit-oai-hss-0: 17:05:27 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-mysql-0: 17:05:27 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:05:27 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:05:27 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.121.7 unit-oai-hss-0: 17:05:27 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-mysql-0: 17:05:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 17:05:27 DEBUG unit.mysql/0.juju-log db:1: Using existing password file '/var/lib/mysql/mysql.passwd' unit-oai-hss-0: 17:05:27 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 17:05:27 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 17:05:27 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-mysql-0: 17:05:27 DEBUG worker.uniter.jujuc running hook tool "leader-set" unit-oai-hss-0: 17:05:27 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 17:05:27 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 17:05:27 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z '' ']' unit-oai-hss-0: 17:05:27 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Data not sent yet' unit-oai-hss-0: 17:05:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:05:27 INFO unit.oai-hss/0.juju-log db:1: Data not sent yet unit-oai-hss-0: 17:05:27 DEBUG unit.oai-hss/0.db-relation-changed + exit 0 unit-oai-hss-0: 17:05:27 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-oai-hss-0: 17:05:27 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-mysql-0: 17:05:27 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 17:05:27 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-hss-0: 17:05:27 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 17:05:27 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 17:05:27 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 17:05:27 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-mysql-0: 17:05:27 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-mysql-0: 17:05:27 DEBUG unit.mysql/0.db-relation-joined [grant replication client on *.* to `asheelovaizaipu` identified by 'odimohphaiboopu'] unit-mysql-0: 17:05:27 DEBUG unit.mysql/0.db-relation-joined [grant all on `oai-hss`.* to `asheelovaizaipu` identified by 'odimohphaiboopu'] unit-mysql-0: 17:05:27 DEBUG unit.mysql/0.db-relation-joined ['relation-set', 'database=oai-hss', 'user=asheelovaizaipu', 'password=odimohphaiboopu', 'host=192.168.121.7', 'slave=False'] unit-mysql-0: 17:05:27 DEBUG unit.mysql/0.db-relation-joined [create database `oai-hss` character set utf8] unit-oai-hss-0: 17:05:27 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 17:05:27 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[mysql/0:{1}] []}} unit-oai-hss-0: 17:05:27 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 17:05:27 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 17:05:27 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 17:05:27 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 17:05:27 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-mysql-0: 17:05:27 INFO juju.worker.uniter.operation ran "db-relation-joined" hook unit-oai-hss-0: 17:05:27 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 17:05:27 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-mysql-0: 17:05:27 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 17:05:28 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 17:05:28 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 17:05:28 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 17:05:28 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; oai-hss/0) hook unit-mysql-0: 17:05:28 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 17:05:28 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 17:05:28 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 17:05:28 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 17:05:28 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 17:05:28 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 17:05:28 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + user=asheelovaizaipu unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 17:05:28 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + password=odimohphaiboopu unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 17:05:28 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.121.7 unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 17:05:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 17:05:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 192.168.121.7 asheelovaizaipu odimohphaiboopu oai-hss unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"192.168.121.7"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"asheelovaizaipu"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"odimohphaiboopu"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_db[^"]*)".*"/\1"oai-hss"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(OPERATOR_key[^"]*)".*"/\1"1006020f0a478bf6b699f15c062e42b3"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(RANDOM[^"]*)".*"/\1"true"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u asheelovaizaipu --password=odimohphaiboopu -h 192.168.121.7 oai-hss -e 'show tables;' unit-oai-hss-0: 17:05:28 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u asheelovaizaipu --password=odimohphaiboopu -h 192.168.121.7 oai-hss unit-mysql-0: 17:05:28 INFO juju.worker.uniter.operation skipped "db-relation-changed" hook (missing) unit-mysql-0: 17:05:29 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 17:05:29 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 17:05:29 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 17:05:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 17:05:29 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-mysql-0: 17:05:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 17:05:30 DEBUG unit.oai-hss/0.db-relation-changed + /var/lib/juju/agents/unit-oai-hss-0/charm/hooks/start unit-oai-hss-0: 17:05:30 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 17:05:30 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 17:05:30 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 17:05:30 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n db:1 ']' unit-oai-hss-0: 17:05:30 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Running HSS' unit-oai-hss-0: 17:05:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:05:30 INFO unit.oai-hss/0.juju-log db:1: Running HSS unit-oai-hss-0: 17:05:30 DEBUG unit.oai-hss/0.db-relation-changed + service oai_hss restart unit-oai-hss-0: 17:05:30 DEBUG unit.oai-hss/0.db-relation-changed stop: Unknown instance: unit-oai-hss-0: 17:05:30 DEBUG unit.oai-hss/0.db-relation-changed oai_hss start/running, process 22066 unit-oai-hss-0: 17:05:30 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_process unit-oai-hss-0: 17:05:30 DEBUG unit.oai-hss/0.db-relation-changed ++ service oai_hss status unit-oai-hss-0: 17:05:30 DEBUG unit.oai-hss/0.db-relation-changed + IS_RUNNING='oai_hss start/running, process 22066' unit-oai-hss-0: 17:05:30 DEBUG unit.oai-hss/0.db-relation-changed + [[ oai_hss start/running, process 22066 =~ .*running.* ]] unit-oai-hss-0: 17:05:30 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'OAI HSS is running' unit-oai-hss-0: 17:05:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:05:30 INFO unit.oai-hss/0.juju-log db:1: OAI HSS is running unit-oai-hss-0: 17:05:30 DEBUG unit.oai-hss/0.db-relation-changed + status=0 unit-oai-hss-0: 17:05:30 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 1 ']' unit-oai-hss-0: 17:05:30 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_connection_to_db unit-oai-hss-0: 17:05:30 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 17:05:30 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 17:05:30 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 17:05:30 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 17:05:30 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 17:05:30 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 17:05:30 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 17:05:30 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 17:05:30 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 17:05:30 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Establishing connection to db' unit-oai-hss-0: 17:05:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:05:31 INFO unit.oai-hss/0.juju-log db:1: Establishing connection to db unit-oai-hss-0: 17:05:31 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 17:05:31 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 17:05:31 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 17:05:31 DEBUG unit.oai-hss/0.db-relation-changed + db_id=db:1 unit-oai-hss-0: 17:05:31 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r db:1 unit-oai-hss-0: 17:05:31 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 17:05:31 DEBUG unit.oai-hss/0.db-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 17:05:31 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-hss-0: 17:05:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:05:31 DEBUG unit.oai-hss/0.db-relation-changed + db_host=asheelovaizaipu unit-oai-hss-0: 17:05:31 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 17:05:31 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-oai-hss-0: 17:05:32 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c '.*db.*DONE' /srv/.out unit-oai-hss-0: 17:05:32 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 17:05:32 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Connection to db...Established' unit-oai-hss-0: 17:05:32 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:05:32 INFO unit.oai-hss/0.juju-log db:1: Connection to db...Established unit-oai-hss-0: 17:05:32 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 17:05:32 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 17:05:32 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_s6a_layer unit-oai-hss-0: 17:05:32 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 17:05:32 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Checking s6a layer initialization' unit-oai-hss-0: 17:05:32 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:05:32 INFO unit.oai-hss/0.juju-log db:1: Checking s6a layer initialization unit-oai-hss-0: 17:05:32 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 17:05:32 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-oai-hss-0: 17:05:33 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c 'Core state: 1 -> 2' /srv/.out unit-oai-hss-0: 17:05:33 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 17:05:33 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 's6a layer initialized......HSS ready' unit-oai-hss-0: 17:05:33 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:05:33 INFO unit.oai-hss/0.juju-log db:1: s6a layer initialized......HSS ready unit-oai-hss-0: 17:05:33 DEBUG unit.oai-hss/0.db-relation-changed + status-set active 'OAI HSS is running' unit-oai-hss-0: 17:05:33 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 17:05:33 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 17:05:33 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 17:05:33 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 17:05:33 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 17:05:33 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 17:05:33 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 17:05:33 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:05:33 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 17:05:33 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r hss:2 unit-oai-hss-0: 17:05:33 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 17:05:33 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 17:05:34 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 17:05:34 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n hss:2 ']' unit-oai-hss-0: 17:05:34 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 17:05:34 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 17:05:34 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 17:05:34 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 17:05:34 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:05:34 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 17:05:34 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 mme_in_db=yes unit-oai-hss-0: 17:05:34 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 17:05:34 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 hss_running=yes unit-oai-hss-0: 17:05:34 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 17:05:34 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-oai-hss-0: 17:05:34 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 17:05:34 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 17:05:34 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 17:05:34 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 17:05:34 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 17:05:34 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{1}] []}} unit-abot-epc-basic-0: 17:06:57 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 17:06:57 DEBUG unit.abot-epc-basic/0.install Installing Google Protobuf_C from sources. The log file for Protobuf_C installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/protobuf_c_install_log.txt  unit-abot-epc-basic-0: 17:07:32 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Installing oaisim >> unit-abot-epc-basic-0: 17:07:32 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Configuring abot-functest-basic >> unit-abot-epc-basic-0: 17:07:33 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 17:07:33 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 17:07:33 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 17:07:33 INFO unit.abot-epc-basic/0.juju-log ABot Install complete! unit-abot-epc-basic-0: 17:07:33 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 17:07:33 INFO juju.worker.uniter.operation ran "install" hook unit-abot-epc-basic-0: 17:07:33 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-abot-epc-basic-0: 17:07:33 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-abot-epc-basic-0: 17:07:33 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 17:07:33 DEBUG juju.worker.uniter.operation running operation accept leadership unit-abot-epc-basic-0: 17:07:33 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-abot-epc-basic-0: 17:07:33 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-abot-epc-basic-0: 17:07:33 INFO juju.worker.uniter found queued "leader-elected" hook unit-abot-epc-basic-0: 17:07:33 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-abot-epc-basic-0: 17:07:33 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-abot-epc-basic-0: 17:07:33 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-abot-epc-basic-0: 17:07:33 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-abot-epc-basic-0: 17:07:33 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-abot-epc-basic-0: 17:07:33 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-abot-epc-basic-0: 17:07:33 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-abot-epc-basic-0: 17:07:33 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-abot-epc-basic-0: 17:07:33 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-abot-epc-basic-0: 17:07:33 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 17:07:33 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:07:33 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-abot-epc-basic-0: 17:07:33 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-abot-epc-basic-0: 17:07:33 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-abot-epc-basic-0: 17:07:33 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-abot-epc-basic-0: 17:07:33 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-abot-epc-basic-0: 17:07:33 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-abot-epc-basic-0: 17:07:34 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 17:07:34 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 17:07:34 INFO unit.abot-epc-basic/0.juju-log Installing the tags obtained from config: local-commands unit-abot-epc-basic-0: 17:07:34 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-abot-epc-basic-0: 17:07:34 INFO juju.worker.uniter.operation ran "config-changed" hook unit-abot-epc-basic-0: 17:07:34 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-abot-epc-basic-0: 17:07:34 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-abot-epc-basic-0: 17:07:34 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 17:07:34 INFO juju.worker.uniter found queued "start" hook unit-abot-epc-basic-0: 17:07:34 DEBUG juju.worker.uniter.operation running operation run start hook unit-abot-epc-basic-0: 17:07:34 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-abot-epc-basic-0: 17:07:34 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-abot-epc-basic-0: 17:07:34 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-abot-epc-basic-0: 17:07:34 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-abot-epc-basic-0: 17:07:34 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /root/.ssh/id_rsa. unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start Your public key has been saved in /root/.ssh/id_rsa.pub. unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start SHA256:QdatRv/TXzkt5C4l7p7NLLix1+SU7Qb5UO8Z6wa8fbQ root@juju-c8bb6e-default-0 unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start | o. . | unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start | o o . | unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start | .. o | unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start | .o . . .| unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start | S. .+ *+| unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start | .o&+B| unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start | .o O+XO| unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start | .o=*+EB| unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start | o=+o*o.| unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start sudo: unable to resolve host juju-c8bb6e-default-0 unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /home/ubuntu/.ssh/id_rsa. unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start Your public key has been saved in /home/ubuntu/.ssh/id_rsa.pub. unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start SHA256:UkBeLzgfHQNrThx7r/oEOX2ZZuPpLJZ5dKDjwor3x10 ubuntu@juju-c8bb6e-default-0 unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start | .o +.o | unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start | . = * o | unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start | + X + | unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start | B * ..o | unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start | . S ..O. | unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start | . oo*.oE | unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start | . oo*oo | unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start | .. ooOoo | unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start | ...oo=.oo | unit-abot-epc-basic-0: 17:07:34 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-abot-epc-basic-0: 17:07:34 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 17:07:34 INFO juju.worker.uniter.operation ran "start" hook unit-abot-epc-basic-0: 17:07:34 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-abot-epc-basic-0: 17:07:34 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-abot-epc-basic-0: 17:07:34 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 17:07:34 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:07:34 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-abot-epc-basic-0: 17:07:34 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-abot-epc-basic-0: 17:07:35 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-abot-epc-basic-0: 17:07:35 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-abot-epc-basic-0: 17:07:36 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-abot-epc-basic-0: 17:07:36 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 17:07:36 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:07:37 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{0}] []}} unit-oai-epc-0: 17:07:37 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{0}] []}} unit-oai-hss-0: 17:07:39 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 17:07:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 17:07:39 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 17:07:39 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-hss-0: 17:07:39 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-hss-0: 17:07:39 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 17:07:40 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 17:07:40 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 17:07:40 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 17:07:40 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 17:07:40 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 17:07:40 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 17:07:40 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 17:07:40 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 22066' unit-oai-hss-0: 17:07:40 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 22066 =~ .*running.* ]] unit-oai-hss-0: 17:07:40 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 17:07:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:07:40 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 17:07:40 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 17:07:40 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 17:07:40 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 17:07:40 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 17:07:40 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 17:07:40 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 17:07:40 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-hss-0: 17:07:40 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 17:07:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:08:17 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 17:08:52 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 17:08:52 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:08:52 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-abot-epc-basic-0: 17:08:52 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-abot-epc-basic-0: 17:08:52 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-abot-epc-basic-0: 17:08:52 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 17:08:52 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-abot-epc-basic-0: 17:08:52 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-abot-epc-basic-0: 17:08:52 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 17:08:52 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-abot-epc-basic-0: 17:08:52 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 17:08:52 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 17:10:39 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 17:10:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 17:10:39 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 17:10:39 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 17:10:39 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 17:10:39 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 17:10:39 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 17:10:39 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 17:10:39 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 17:10:39 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 17:10:39 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 17:10:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:12:21 DEBUG unit.oai-epc/0.install + source /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 17:12:21 DEBUG unit.oai-epc/0.install ++ SUDO='sudo -S -E' unit-oai-epc-0: 17:12:21 DEBUG unit.oai-epc/0.install ++ black='\E[30m' unit-oai-epc-0: 17:12:21 DEBUG unit.oai-epc/0.install ++ red='\E[31m' unit-oai-epc-0: 17:12:21 DEBUG unit.oai-epc/0.install ++ green='\E[32m' unit-oai-epc-0: 17:12:21 DEBUG unit.oai-epc/0.install ++ yellow='\E[33m' unit-oai-epc-0: 17:12:21 DEBUG unit.oai-epc/0.install ++ blue='\E[1;34m' unit-oai-epc-0: 17:12:21 DEBUG unit.oai-epc/0.install ++ magenta='\E[35m' unit-oai-epc-0: 17:12:21 DEBUG unit.oai-epc/0.install ++ cyan='\E[36m' unit-oai-epc-0: 17:12:21 DEBUG unit.oai-epc/0.install ++ white='\E[37m' unit-oai-epc-0: 17:12:21 DEBUG unit.oai-epc/0.install ++ reset_color='\E[00m' unit-oai-epc-0: 17:12:21 DEBUG unit.oai-epc/0.install ++ COLORIZE=1 unit-oai-epc-0: 17:12:21 DEBUG unit.oai-epc/0.install + install_xtables_addons_oai 1 unit-oai-epc-0: 17:12:21 DEBUG unit.oai-epc/0.install + '[' 1 -eq 0 ']' unit-oai-epc-0: 17:12:21 DEBUG unit.oai-epc/0.install + prompt=y unit-oai-epc-0: 17:12:21 DEBUG unit.oai-epc/0.install + rm_option=f unit-oai-epc-0: 17:12:21 DEBUG unit.oai-epc/0.install + OPTION=-y unit-oai-epc-0: 17:12:21 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 17:12:21 DEBUG unit.oai-epc/0.install + PACKAGE_LIST=' autoconf automake build-essential dkms iptables iptables-dev linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 17:12:21 DEBUG unit.oai-epc/0.install + sudo -S -E apt-get install -y autoconf automake build-essential dkms iptables iptables-dev linux-headers-3.19.0-031900-generic unit-oai-epc-0: 17:12:21 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 17:12:22 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 17:12:22 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 17:12:22 DEBUG unit.oai-epc/0.install autoconf is already the newest version. unit-oai-epc-0: 17:12:22 DEBUG unit.oai-epc/0.install automake is already the newest version. unit-oai-epc-0: 17:12:22 DEBUG unit.oai-epc/0.install build-essential is already the newest version. unit-oai-epc-0: 17:12:22 DEBUG unit.oai-epc/0.install iptables is already the newest version. unit-oai-epc-0: 17:12:22 DEBUG unit.oai-epc/0.install linux-headers-3.19.0-031900-generic is already the newest version. unit-oai-epc-0: 17:12:22 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 17:12:22 DEBUG unit.oai-epc/0.install dkms iptables-dev unit-oai-epc-0: 17:12:22 DEBUG unit.oai-epc/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 17:12:22 DEBUG unit.oai-epc/0.install Need to get 121 kB of archives. unit-oai-epc-0: 17:12:22 DEBUG unit.oai-epc/0.install After this operation, 655 kB of additional disk space will be used. unit-oai-epc-0: 17:12:22 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dkms all 2.2.0.3-1.1ubuntu5.14.04.9 [65.7 kB] unit-oai-epc-0: 17:12:23 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main iptables-dev amd64 1.4.21-1ubuntu1 [55.3 kB] unit-oai-epc-0: 17:12:23 DEBUG unit.oai-epc/0.install Fetched 121 kB in 0s (122 kB/s) unit-oai-epc-0: 17:12:23 DEBUG unit.oai-epc/0.install Selecting previously unselected package dkms. unit-oai-epc-0: 17:12:23 DEBUG unit.oai-epc/0.install (Reading database ... 128058 files and directories currently installed.) unit-oai-epc-0: 17:12:23 DEBUG unit.oai-epc/0.install Preparing to unpack .../dkms_2.2.0.3-1.1ubuntu5.14.04.9_all.deb ... unit-oai-epc-0: 17:12:23 DEBUG unit.oai-epc/0.install Unpacking dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-epc-0: 17:12:23 DEBUG unit.oai-epc/0.install Selecting previously unselected package iptables-dev. unit-oai-epc-0: 17:12:23 DEBUG unit.oai-epc/0.install Preparing to unpack .../iptables-dev_1.4.21-1ubuntu1_amd64.deb ... unit-oai-epc-0: 17:12:23 DEBUG unit.oai-epc/0.install Unpacking iptables-dev (1.4.21-1ubuntu1) ... unit-oai-epc-0: 17:12:24 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 17:12:24 DEBUG unit.oai-epc/0.install Setting up dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-epc-0: 17:12:25 DEBUG unit.oai-epc/0.install Setting up iptables-dev (1.4.21-1ubuntu1) ... unit-oai-epc-0: 17:12:26 DEBUG unit.oai-epc/0.install + [[ y =~ [yY](es)* ]] unit-oai-epc-0: 17:12:26 DEBUG unit.oai-epc/0.install + cd /root unit-oai-epc-0: 17:12:26 DEBUG unit.oai-epc/0.install + '[' -d xtables-addons-oai ']' unit-oai-epc-0: 17:12:26 DEBUG unit.oai-epc/0.install + echo 'Downloading xtables-addons-oai source code' unit-oai-epc-0: 17:12:26 DEBUG unit.oai-epc/0.install Downloading xtables-addons-oai source code unit-oai-epc-0: 17:12:26 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/xtables-addons-oai.git unit-oai-epc-0: 17:12:26 DEBUG unit.oai-epc/0.install Cloning into 'xtables-addons-oai'... unit-oai-epc-0: 17:12:29 DEBUG unit.oai-epc/0.install + chmod -R o+w xtables-addons-oai unit-oai-epc-0: 17:12:29 DEBUG unit.oai-epc/0.install + chmod -R g+w xtables-addons-oai unit-oai-epc-0: 17:12:29 DEBUG unit.oai-epc/0.install + cd xtables-addons-oai/ unit-oai-epc-0: 17:12:29 DEBUG unit.oai-epc/0.install + sync unit-oai-epc-0: 17:12:29 DEBUG unit.oai-epc/0.install + sudo -S -E autoreconf --install --force unit-oai-epc-0: 17:12:31 DEBUG unit.oai-epc/0.install libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. unit-oai-epc-0: 17:12:31 DEBUG unit.oai-epc/0.install libtoolize: copying file `build-aux/ltmain.sh' unit-oai-epc-0: 17:12:31 DEBUG unit.oai-epc/0.install libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. unit-oai-epc-0: 17:12:31 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/libtool.m4' unit-oai-epc-0: 17:12:32 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltoptions.m4' unit-oai-epc-0: 17:12:32 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltsugar.m4' unit-oai-epc-0: 17:12:32 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltversion.m4' unit-oai-epc-0: 17:12:32 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/lt~obsolete.m4' unit-oai-epc-0: 17:12:33 DEBUG unit.oai-epc/0.install Makefile.am:6: warning: ':='-style assignments are not portable unit-oai-epc-0: 17:12:33 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: ':='-style assignments are not portable unit-oai-epc-0: 17:12:33 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: shell mktemp -dtu: non-POSIX variable name unit-oai-epc-0: 17:12:33 DEBUG unit.oai-epc/0.install Makefile.am:21: (probably a GNU make extension) unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install + sudo -S -E ./configure unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking whether build environment is sane... yes unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for gawk... gawk unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking whether make sets $(MAKE)... yes unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking whether make supports nested variables... yes unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for gcc... gcc unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking whether the C compiler works... yes unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for C compiler default output file name... a.out unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for suffix of executables... unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking whether we are cross compiling... no unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for suffix of object files... o unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking whether we are using the GNU C compiler... yes unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking whether gcc accepts -g... yes unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for gcc option to accept ISO C89... none needed unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking whether gcc understands -c and -o together... yes unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for style of include used by make... GNU unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking dependency style of gcc... gcc3 unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for ar... ar unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking the archiver (ar) interface... ar unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking how to print strings... printf unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for egrep... /bin/grep -E unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for fgrep... /bin/grep -F unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for ld used by gcc... /usr/bin/ld unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking whether ln -s works... yes unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking the maximum length of command line arguments... 1572864 unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking whether the shell understands some XSI constructs... yes unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking whether the shell understands "+="... yes unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for objdump... objdump unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking how to recognize dependent libraries... pass_all unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for dlltool... no unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for archiver @FILE support... @ unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for strip... strip unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for ranlib... ranlib unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking command to parse /usr/bin/nm -B output from gcc object... ok unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for sysroot... no unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for mt... mt unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking if mt is a manifest tool... no unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking how to run the C preprocessor... gcc -E unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for ANSI C header files... yes unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for sys/types.h... yes unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for sys/stat.h... yes unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for stdlib.h... yes unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for string.h... yes unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for memory.h... yes unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for strings.h... yes unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for inttypes.h... yes unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for stdint.h... yes unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for unistd.h... yes unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for dlfcn.h... yes unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for objdir... .libs unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking if gcc supports -fno-rtti -fno-exceptions... no unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking for gcc option to produce PIC... -fPIC -DPIC unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking if gcc PIC flag -fPIC -DPIC works... yes unit-oai-epc-0: 17:12:34 DEBUG unit.oai-epc/0.install checking if gcc static flag -static works... yes unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... yes unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... (cached) yes unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install checking whether -lc should be explicitly linked in... no unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install checking how to hardcode library paths into programs... immediate unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install checking whether stripping libraries is possible... yes unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install checking if libtool supports shared libraries... yes unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install checking whether to build shared libraries... yes unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install checking whether to build static libraries... no unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h usability... yes unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h presence... yes unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install checking for linux/netfilter/x_tables.h... yes unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install checking for libxtables... yes unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install checking Xtables module directory... /lib/xtables unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install checking kernel version that we will build against... 3.19.0.0 in /lib/modules/3.19.0-031900-generic/build unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install checking that generated files are newer than configure... done unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install configure: creating ./config.status unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install config.status: creating Makefile unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install config.status: creating Makefile.iptrules unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install config.status: creating Makefile.mans unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install config.status: creating geoip/Makefile unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install config.status: creating extensions/Makefile unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install config.status: creating extensions/ACCOUNT/Makefile unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install config.status: creating extensions/pknock/Makefile unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install config.status: creating config.h unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install config.status: executing depfiles commands unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install config.status: executing libtool commands unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install + sudo -S -E make unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install make all-recursive unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install Making all in extensions unit-oai-epc-0: 17:12:35 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 17:12:36 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 17:12:36 DEBUG unit.oai-epc/0.install if [ -n "/lib/modules/3.19.0-031900-generic/build" ]; then make -C /lib/modules/3.19.0-031900-generic/build M=/root/xtables-addons-oai/extensions modules; fi; unit-oai-epc-0: 17:12:36 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 17:12:36 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/compat_xtables.o unit-oai-epc-0: 17:12:37 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_CHAOS.o unit-oai-epc-0: 17:12:37 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DELUDE.o unit-oai-epc-0: 17:12:37 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.o unit-oai-epc-0: 17:12:37 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.o unit-oai-epc-0: 17:12:38 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ECHO.o unit-oai-epc-0: 17:12:38 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.o unit-oai-epc-0: 17:12:38 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_IPMARK.o unit-oai-epc-0: 17:12:39 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.o unit-oai-epc-0: 17:12:39 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.o unit-oai-epc-0: 17:12:39 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_TARPIT.o unit-oai-epc-0: 17:12:39 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_condition.o unit-oai-epc-0: 17:12:40 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_fuzzy.o unit-oai-epc-0: 17:12:40 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_geoip.o unit-oai-epc-0: 17:12:40 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_iface.o unit-oai-epc-0: 17:12:40 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipp2p.o unit-oai-epc-0: 17:12:41 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipv4options.o unit-oai-epc-0: 17:12:41 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_length2.o unit-oai-epc-0: 17:12:41 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_lscan.o unit-oai-epc-0: 17:12:41 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_psd.o unit-oai-epc-0: 17:12:42 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_quota2.o unit-oai-epc-0: 17:12:42 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.o unit-oai-epc-0: 17:12:42 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.o unit-oai-epc-0: 17:12:43 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 17:12:43 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 17:12:43 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.mod.o unit-oai-epc-0: 17:12:43 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 17:12:43 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/compat_xtables.mod.o unit-oai-epc-0: 17:12:43 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 17:12:43 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/pknock/xt_pknock.mod.o unit-oai-epc-0: 17:12:43 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 17:12:43 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_CHAOS.mod.o unit-oai-epc-0: 17:12:43 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 17:12:43 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DELUDE.mod.o unit-oai-epc-0: 17:12:43 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 17:12:43 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DHCPMAC.mod.o unit-oai-epc-0: 17:12:43 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 17:12:43 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DNETMAP.mod.o unit-oai-epc-0: 17:12:43 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 17:12:43 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ECHO.mod.o unit-oai-epc-0: 17:12:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 17:12:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_GTPUSP.mod.o unit-oai-epc-0: 17:12:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 17:12:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_IPMARK.mod.o unit-oai-epc-0: 17:12:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 17:12:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_LOGMARK.mod.o unit-oai-epc-0: 17:12:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 17:12:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_SYSRQ.mod.o unit-oai-epc-0: 17:12:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 17:12:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_TARPIT.mod.o unit-oai-epc-0: 17:12:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 17:12:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_condition.mod.o unit-oai-epc-0: 17:12:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 17:12:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_fuzzy.mod.o unit-oai-epc-0: 17:12:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 17:12:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_geoip.mod.o unit-oai-epc-0: 17:12:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 17:12:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_iface.mod.o unit-oai-epc-0: 17:12:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 17:12:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipp2p.mod.o unit-oai-epc-0: 17:12:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 17:12:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipv4options.mod.o unit-oai-epc-0: 17:12:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 17:12:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_length2.mod.o unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_lscan.mod.o unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_psd.mod.o unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_quota2.mod.o unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CC libxt_CHAOS.oo unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CCLD libxt_CHAOS.so unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CC libxt_DELUDE.oo unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CCLD libxt_DELUDE.so unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CC libxt_DHCPMAC.oo unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CCLD libxt_DHCPMAC.so unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CC libxt_dhcpmac.oo unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CCLD libxt_dhcpmac.so unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CC libxt_DNETMAP.oo unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CCLD libxt_DNETMAP.so unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CC libxt_ECHO.oo unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CCLD libxt_ECHO.so unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CC libxt_GTPUSP.oo unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CCLD libxt_GTPUSP.so unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CC libxt_IPMARK.oo unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CCLD libxt_IPMARK.so unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CC libxt_LOGMARK.oo unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CCLD libxt_LOGMARK.so unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CC libxt_SYSRQ.oo unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CCLD libxt_SYSRQ.so unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CC libxt_TARPIT.oo unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CCLD libxt_TARPIT.so unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CC libxt_condition.oo unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CCLD libxt_condition.so unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CC libxt_fuzzy.oo unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CCLD libxt_fuzzy.so unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CC libxt_geoip.oo unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install libxt_geoip.c: In function 'geoip_get_subnets': unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install libxt_geoip.c:99:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install read(fd, subnets, sb.st_size); unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install ^ unit-oai-epc-0: 17:12:45 DEBUG unit.oai-epc/0.install CCLD libxt_geoip.so unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install CC libxt_iface.oo unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install CCLD libxt_iface.so unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install CC libxt_ipp2p.oo unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install CCLD libxt_ipp2p.so unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install CC libxt_ipv4options.oo unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install CCLD libxt_ipv4options.so unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install CC libxt_length2.oo unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install CCLD libxt_length2.so unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install CC libxt_lscan.oo unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install CCLD libxt_lscan.so unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install CC libxt_psd.oo unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install CCLD libxt_psd.so unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install CC libxt_quota2.oo unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install CCLD libxt_quota2.so unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install CC libxt_gradm.oo unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install CCLD libxt_gradm.so unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install depbase=`echo libxt_ACCOUNT_cl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT libxt_ACCOUNT_cl.lo -MD -MP -MF $depbase.Tpo -c -o libxt_ACCOUNT_cl.lo libxt_ACCOUNT_cl.c &&\ unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Plo unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT libxt_ACCOUNT_cl.lo -MD -MP -MF .deps/libxt_ACCOUNT_cl.Tpo -c libxt_ACCOUNT_cl.c -fPIC -DPIC -o .libs/libxt_ACCOUNT_cl.o unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o libxt_ACCOUNT_cl.la -rpath /usr/local/lib libxt_ACCOUNT_cl.lo unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install libtool: link: gcc -shared -fPIC -DPIC .libs/libxt_ACCOUNT_cl.o -O2 -Wl,-soname -Wl,libxt_ACCOUNT_cl.so.0 -o .libs/libxt_ACCOUNT_cl.so.0.0.0 unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install libtool: link: (cd ".libs" && rm -f "libxt_ACCOUNT_cl.so.0" && ln -s "libxt_ACCOUNT_cl.so.0.0.0" "libxt_ACCOUNT_cl.so.0") unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install libtool: link: (cd ".libs" && rm -f "libxt_ACCOUNT_cl.so" && ln -s "libxt_ACCOUNT_cl.so.0.0.0" "libxt_ACCOUNT_cl.so") unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install libtool: link: ( cd ".libs" && rm -f "libxt_ACCOUNT_cl.la" && ln -s "../libxt_ACCOUNT_cl.la" "libxt_ACCOUNT_cl.la" ) unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install depbase=`echo iptaccount.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT iptaccount.o -MD -MP -MF $depbase.Tpo -c -o iptaccount.o iptaccount.c &&\ unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o iptaccount iptaccount.o libxt_ACCOUNT_cl.la unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install libtool: link: gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o .libs/iptaccount iptaccount.o ./.libs/libxt_ACCOUNT_cl.so unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install CC libxt_ACCOUNT.oo unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install CCLD libxt_ACCOUNT.so unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install depbase=`echo pknlusr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT pknlusr.o -MD -MP -MF $depbase.Tpo -c -o pknlusr.o pknlusr.c &&\ unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o pknlusr pknlusr.o unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install libtool: link: gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o pknlusr pknlusr.o unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install CC libxt_pknock.oo unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install CCLD libxt_pknock.so unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install Making all in geoip unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `all'. unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install for ext in ./extensions/libxt_condition.man ./extensions/libxt_dhcpmac.man ./extensions/libxt_fuzzy.man ./extensions/libxt_geoip.man ./extensions/libxt_gradm.man ./extensions/libxt_iface.man ./extensions/libxt_ipp2p.man ./extensions/libxt_ipv4options.man ./extensions/libxt_length2.man ./extensions/libxt_lscan.man ./extensions/libxt_psd.man ./extensions/libxt_quota2.man ./extensions/pknock/libxt_pknock.man; do name="${ext%.man}"; name="${name##*/libxt_}"; if [ -f "$ext" ]; then echo ".SS $name"; cat "$ext" || exit $?; continue; fi; done >matches.man; unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install for ext in ./extensions/ACCOUNT/libxt_ACCOUNT.man ./extensions/libxt_CHAOS.man ./extensions/libxt_DELUDE.man ./extensions/libxt_DHCPMAC.man ./extensions/libxt_DNETMAP.man ./extensions/libxt_ECHO.man ./extensions/libxt_GTPUSP.man ./extensions/libxt_IPMARK.man ./extensions/libxt_LOGMARK.man ./extensions/libxt_SYSRQ.man ./extensions/libxt_TARPIT.man; do name="${ext%.man}"; name="${name##*/libxt_}"; if [ -f "$ext" ]; then echo ".SS $name"; cat "$ext" || exit $?; continue; fi; done >targets.man; unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install sed -e '/@MATCHES@/ r matches.man' -e '/@TARGET@/ r targets.man' xtables-addons.8.in >xtables-addons.8; unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install + sudo -S -E make install unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install Making install in extensions unit-oai-epc-0: 17:12:46 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 17:12:47 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 17:12:47 DEBUG unit.oai-epc/0.install if [ -n "/lib/modules/3.19.0-031900-generic/build" ]; then make -C /lib/modules/3.19.0-031900-generic/build M=/root/xtables-addons-oai/extensions modules; fi; unit-oai-hss-0: 17:12:47 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 17:12:47 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 17:12:47 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 17:12:47 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-hss-0: 17:12:47 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-hss-0: 17:12:47 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 17:12:47 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 17:12:47 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 17:12:47 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 17:12:47 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 17:12:47 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 17:12:47 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 17:12:47 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 17:12:47 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 22066' unit-oai-hss-0: 17:12:47 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 22066 =~ .*running.* ]] unit-oai-hss-0: 17:12:47 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 17:12:47 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:12:47 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 17:12:47 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 17:12:47 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 17:12:47 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-epc-0: 17:12:47 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-hss-0: 17:12:47 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 17:12:47 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 17:12:47 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 17:12:47 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-hss-0: 17:12:47 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 17:12:47 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:12:47 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 17:12:47 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 17:12:47 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 17:12:47 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 17:12:47 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 17:12:47 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:12:47 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 17:12:47 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:12:47 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:12:47 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:12:47 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:12:47 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 17:12:47 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:12:47 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:12:47 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:12:47 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 17:12:47 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 17:12:47 DEBUG unit.oai-epc/0.install if [ -n "/lib/modules/3.19.0-031900-generic/build" ]; then make -C /lib/modules/3.19.0-031900-generic/build M=/root/xtables-addons-oai/extensions INSTALL_MOD_PATH= ext-mod-dir='${INSTALL_MOD_DIR}' modules_install; fi; unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install DEPMOD 3.19.0-031900-generic unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules install; unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/lib' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c libxt_ACCOUNT_cl.la '/usr/local/lib' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/libxt_ACCOUNT_cl.so.0.0.0 /usr/local/lib/libxt_ACCOUNT_cl.so.0.0.0 unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install libtool: install: (cd /usr/local/lib && { ln -s -f libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so.0 || { rm -f libxt_ACCOUNT_cl.so.0 && ln -s libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so.0; }; }) unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install libtool: install: (cd /usr/local/lib && { ln -s -f libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so || { rm -f libxt_ACCOUNT_cl.so && ln -s libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so; }; }) unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/libxt_ACCOUNT_cl.lai /usr/local/lib/libxt_ACCOUNT_cl.la unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/local/lib unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install Libraries have been installed in: unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install /usr/local/lib unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install If you ever happen to want to link against installed libraries unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install flag during linking and do at least one of the following: unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install during execution unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install during linking unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install See any operating system documentation about shared libraries for unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/sbin' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c iptaccount '/usr/local/sbin' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/iptaccount /usr/local/sbin/iptaccount unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 iptaccount.8 '/usr/local/share/man/man8' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install Making install in geoip unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/libexec/xtables-addons' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install /usr/bin/install -c xt_geoip_build xt_geoip_dl '/usr/local/libexec/xtables-addons' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man1' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 xt_geoip_build.1 xt_geoip_dl.1 '/usr/local/share/man/man1' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 xtables-addons.8 '/usr/local/share/man/man8' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install + cd /lib/modules/3.19.0-031900-generic unit-oai-epc-0: 17:12:48 DEBUG unit.oai-epc/0.install + sudo -S -E depmod -a unit-oai-epc-0: 17:12:51 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -H unknown.openair4G.eur unit-oai-epc-0: 17:13:24 DEBUG unit.oai-epc/0.install + status=0 unit-oai-epc-0: 17:13:24 DEBUG unit.oai-epc/0.install + '[' 0 '!=' 0 ']' unit-oai-epc-0: 17:13:24 DEBUG unit.oai-epc/0.install + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list ']' unit-oai-epc-0: 17:13:24 DEBUG unit.oai-epc/0.install + touch /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 17:13:24 DEBUG unit.oai-epc/0.install + juju-log 'Add mme-gw init script' unit-oai-epc-0: 17:13:24 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:13:24 INFO unit.oai-epc/0.juju-log Add mme-gw init script unit-oai-epc-0: 17:13:24 DEBUG unit.oai-epc/0.install + cp /var/lib/juju/agents/unit-oai-epc-0/charm/files/mme_gw /etc/init/mme_gw.conf unit-oai-epc-0: 17:13:24 DEBUG unit.oai-epc/0.install + '[' '!' -f /usr/local/bin/mme_gw ']' unit-oai-epc-0: 17:13:24 DEBUG unit.oai-epc/0.install + status-set blocked 'Waiting for active connection with HSS to actually run EPC...add hss relation' unit-oai-epc-0: 17:13:24 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 17:13:25 INFO juju.worker.uniter.operation ran "install" hook unit-oai-epc-0: 17:13:25 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-epc-0: 17:13:25 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 17:13:25 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 17:13:25 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-epc-0: 17:13:25 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-epc-0: 17:13:25 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-epc-0: 17:13:25 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-epc-0: 17:13:25 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-epc-0: 17:13:25 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-oai-epc-0: 17:13:25 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-oai-epc-0: 17:13:25 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-epc-0: 17:13:25 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-epc-0: 17:13:25 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-epc-0: 17:13:25 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-epc-0: 17:13:25 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-epc-0: 17:13:25 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-oai-epc-0: 17:13:25 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 17:13:25 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:13:25 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-epc-0: 17:13:25 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-oai-epc-0: 17:13:25 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-oai-epc-0: 17:13:25 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-epc-0: 17:13:25 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-epc-0: 17:13:25 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed + set_env_paths unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed + epc_exec_name=mme_gw unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed ++ config-get branch unit-oai-epc-0: 17:13:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.branch unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed + '[' v0.3.2-branch '!=' v0.3.2-branch ']' unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed ++ config-get revision unit-oai-epc-0: 17:13:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.revision unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed + '[' HEAD '!=' HEAD ']' unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 17:13:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed + realm=openair4G.eur unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed ++ config-get eth unit-oai-epc-0: 17:13:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed + iface=eth0 unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed ++ config-get maxenb unit-oai-epc-0: 17:13:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed + max_enb=10 unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed ++ config-get maxue unit-oai-epc-0: 17:13:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed + max_ue=10 unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed ++ config-get relative_capacity unit-oai-epc-0: 17:13:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed + relative_capacity=10 unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed ++ config-get mme_statistic_timer unit-oai-epc-0: 17:13:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed + mme_statistic_timer=10 unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed ++ config-get emergency_attach_supported unit-oai-epc-0: 17:13:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed + emergency_attach_supported=no unit-oai-epc-0: 17:13:25 DEBUG unit.oai-epc/0.config-changed ++ config-get authenticated_imsi_supported unit-oai-epc-0: 17:13:26 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed + authenticated_imsi_supported=no unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed ++ config-get verbosity unit-oai-epc-0: 17:13:26 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed + verbosity=none unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mcc unit-oai-epc-0: 17:13:26 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mcc=208 unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mnc unit-oai-epc-0: 17:13:26 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mnc=93 unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_start unit-oai-epc-0: 17:13:26 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed + ipv4_list_start=192.188.1.0/24 unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_end unit-oai-epc-0: 17:13:26 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed + ipv4_list_end=192.188.2.0/24 unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv6_list unit-oai-epc-0: 17:13:26 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed + ipv6_list=2014:02:26::0/120 unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_IPV4_ADDRESS unit-oai-epc-0: 17:13:26 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_SEC_IPV4_ADDRESS unit-oai-epc-0: 17:13:26 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_SEC_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed ++ awk '{ print $1}' unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed ++ cut -d: -f2 unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed ++ grep 'inet addr:' unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed + iface_verify=192.168.121.6 unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed + '[' -z 192.168.121.6 ']' unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed + service mme_gw stop unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed stop: Unknown instance: unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed + true unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 17:13:26 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/config-changed: line 87: hss_id: unbound variable unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed + juju-log 'relation-ids-hss = , relation-list=' unit-oai-epc-0: 17:13:26 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:13:26 INFO unit.oai-epc/0.juju-log relation-ids-hss = , relation-list= unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 17:13:26 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed + '[' -z '' ']' unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 17:13:26 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.realm unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed cat: /var/lib/juju/agents/unit-oai-epc-0/charm/.realm: No such file or directory unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed + rm -f /usr/etc/freeDiameter/mme.cacert.pem /usr/etc/freeDiameter/mme.cakey.pem /usr/etc/freeDiameter/mme.cert.pem /usr/etc/freeDiameter/mme.key.pem /usr/etc/freeDiameter/mme_fd.conf unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed ++ hostname --fqdn unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed ++ hostname unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed + sed -i s/oai-epc-0.openair4G.eur/oai-epc-0.openair4G.eur/ /etc/hosts unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed + echo openair4G.eur unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed + rm -f /srv/openair-cn/BUILD/EPC/BUILD/CMakeCache.txt unit-oai-epc-0: 17:13:26 DEBUG unit.oai-epc/0.config-changed + /srv/openair-cn/SCRIPTS/build_epc -C -H unknown.openair4G.eur unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/mme_fd.conf /usr/etc/freeDiameter/ unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/epc.conf /usr/local/etc/oai/ unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + user_conf unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + juju-log 'Setting up the config option chose by the user or the default ones' unit-oai-epc-0: 17:13:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:13:27 INFO unit.oai-epc/0.juju-log Setting up the config option chose by the user or the default ones unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MAXENB/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MAXUE/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/RELATIVE_CAPACITY/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_STATISTIC_TIMER/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/EMERGENCY_ATTACH_SUPPORTED/ s/".+"/"no"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/UNAUTHENTICATED_IMSI_SUPPORTED/ s/".+"/"no"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/VERBOSITY/ s/".+"/"none"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + sed -r -i 's/MCC="[0-9]+"/MCC="208"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + sed -r -i 's/MNC="[0-9]+"/MNC="93"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/IPV4_LIST/,/\);/ s-"[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/[0-9]+",-"192.188.1.0/24",-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/IPV4_LIST/,/\);/ s-"[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/[0-9]+" -"192.188.2.0/24" -' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + juju-log 'Setting up network configuration in the epc.conf file' unit-oai-epc-0: 17:13:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:13:27 INFO unit.oai-epc/0.juju-log Setting up network configuration in the epc.conf file unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed ++ egrep -o '[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed ++ egrep -o 'inet addr:[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + ipv4=192.168.121.6 unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_INTERFACE_NAME_FOR_S1_MME/ s/".*"/"eth0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP/ s/".*"/"eth0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/PGW_INTERFACE_NAME_FOR_SGI/ s/".*"/"eth0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_IPV4_ADDRESS_FOR_S1_MME/ s-".*"-"192.168.121.6/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/SGW_IPV4_ADDRESS_FOR_S1U_S12_S4_UP/ s-".*"-"192.168.121.6/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/PGW_IPV4_ADDRESS_FOR_SGI/ s-".*"-"192.168.121.6/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/DEFAULT_DNS_IPV4_ADDRESS/ s/".*"/"8.8.8.8"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/DEFAULT_DNS_SEC_IPV4_ADDRESS/ s/".*"/"8.8.8.8"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/OUTPUT/ s/".*"/"CONSOLE"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + juju-log 'EPC is built, but is waiting for active connection to gather the last info' unit-oai-epc-0: 17:13:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:13:27 INFO unit.oai-epc/0.juju-log EPC is built, but is waiting for active connection to gather the last info unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.config-changed + juju-log 'no HSS is found, so EPC is not going to be run' unit-oai-epc-0: 17:13:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:13:27 INFO unit.oai-epc/0.juju-log no HSS is found, so EPC is not going to be run unit-oai-epc-0: 17:13:27 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-epc-0: 17:13:27 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-epc-0: 17:13:27 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-oai-epc-0: 17:13:27 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 17:13:27 INFO juju.worker.uniter found queued "start" hook unit-oai-epc-0: 17:13:27 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-epc-0: 17:13:27 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-oai-epc-0: 17:13:27 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-oai-epc-0: 17:13:27 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-epc-0: 17:13:27 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-epc-0: 17:13:27 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.start + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.start ++ validated_mme_public_ip=0 unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.start ++ relation-ids hss unit-oai-epc-0: 17:13:27 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 17:13:27 DEBUG unit.oai-epc/0.start + '[' '!' -z '' ']' unit-oai-epc-0: 17:13:27 INFO juju.worker.uniter.operation ran "start" hook unit-oai-epc-0: 17:13:27 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-epc-0: 17:13:28 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-oai-epc-0: 17:13:28 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 17:13:28 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:13:28 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-epc-0: 17:13:28 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 17:13:28 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 17:13:28 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-epc/0:{0}] []}} unit-oai-hss-0: 17:13:28 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 17:13:28 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-epc/0) hook unit-oai-hss-0: 17:13:28 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (2; oai-epc/0) hook) unit-oai-hss-0: 17:13:28 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (2; oai-epc/0) hook) unit-oai-hss-0: 17:13:28 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-epc-0: 17:13:28 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-oai-hss-0: 17:13:28 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-hss-0: 17:13:28 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'Setting up HSS relation info for EPC' unit-oai-hss-0: 17:13:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:13:28 INFO unit.oai-hss/0.juju-log hss:2: Setting up HSS relation info for EPC unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined ++ hostname --fqdn unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_hostname=oai-hss-0.openair4G.eur unit-oai-hss-0: 17:13:28 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 17:13:28 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined ++ unit-get private-address unit-oai-hss-0: 17:13:28 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + hss_public_ip=192.168.121.11 unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + get_ip_address 192.168.121.11 unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.11 unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + local status=1 unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + local status_after=1 unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.121.11 unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.11 unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.121.11 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 11 -le 255 ]] unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.121.11 unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.11 unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.121.11 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 11 -le 255 ]] unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + validated_hss_public_ip=192.168.121.11 unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + echo 'MME ip address is 192.168.121.11' unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined MME ip address is 192.168.121.11 unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set ip_address=192.168.121.11 unit-abot-epc-basic-0: 17:13:28 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{0}] []}} unit-abot-epc-basic-0: 17:13:28 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:13:28 DEBUG juju.worker.uniter.operation running operation run relation-joined (3; oai-epc/0) hook unit-abot-epc-basic-0: 17:13:28 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (3; oai-epc/0) hook) unit-abot-epc-basic-0: 17:13:28 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (3; oai-epc/0) hook) unit-abot-epc-basic-0: 17:13:28 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (3; oai-epc/0) hook" unit-oai-hss-0: 17:13:28 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined ++ relation-ids db unit-abot-epc-basic-0: 17:13:28 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (3; oai-epc/0) hook" unit-abot-epc-basic-0: 17:13:28 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-joined hook unit-oai-hss-0: 17:13:28 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 17:13:28 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + '[' -n db:1 ']' unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + check_hss_process unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined ++ service oai_hss status unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + IS_RUNNING='oai_hss start/running, process 22066' unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + [[ oai_hss start/running, process 22066 =~ .*running.* ]] unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'OAI HSS is running' unit-oai-hss-0: 17:13:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:13:28 INFO unit.oai-hss/0.juju-log hss:2: OAI HSS is running unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 -eq 0 ']' unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_running=yes unit-abot-epc-basic-0: 17:13:28 DEBUG unit.abot-epc-basic/0.epc-relation-joined + ABOT_DEPLOY_DIR=/etc/rebaca-test-suite unit-abot-epc-basic-0: 17:13:28 DEBUG unit.abot-epc-basic/0.epc-relation-joined + juju-log 'Setting EPC charm relation variables' unit-oai-hss-0: 17:13:28 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + get_opc_value unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined ++ config-get imsi unit-oai-epc-0: 17:13:28 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-abot-epc-basic-0: 17:13:28 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[oai-epc/0:{0}] []}} unit-oai-epc-0: 17:13:28 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-hss/0) hook unit-oai-epc-0: 17:13:28 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (2; oai-hss/0) hook) unit-oai-epc-0: 17:13:28 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (2; oai-hss/0) hook) unit-oai-epc-0: 17:13:28 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-hss/0) hook" unit-abot-epc-basic-0: 17:13:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 17:13:28 INFO unit.abot-epc-basic/0.juju-log epc:3: Setting EPC charm relation variables unit-abot-epc-basic-0: 17:13:28 DEBUG unit.abot-epc-basic/0.epc-relation-joined + relation-set TAC=1 unit-oai-hss-0: 17:13:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + imsi_val=208930100001111 unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined ++ cut -d \' -f2 unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined ++ grep UNHEX unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined ++ grep 208930100001111 /srv/.out unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + UNHEXKEY=e734f8734007d6c5ce7a0508809e7e9c unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + '[' e734f8734007d6c5ce7a0508809e7e9c == '' ']' unit-oai-hss-0: 17:13:28 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'OPC key found' unit-oai-epc-0: 17:13:28 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 17:13:28 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-abot-epc-basic-0: 17:13:28 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 17:13:28 DEBUG unit.abot-epc-basic/0.epc-relation-joined + sed -i 's/ABOT.ENB.tracking_area_code=[^ ]*/ABOT.ENB.tracking_area_code=1/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-oai-hss-0: 17:13:29 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:13:29 INFO unit.oai-hss/0.juju-log hss:2: OPC key found unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined ++ validated_mme_public_ip=0 unit-oai-hss-0: 17:13:29 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set opc-key=e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + juju-log 'Setting up MME relation info for HSS' unit-oai-epc-0: 17:13:29 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{1}] []}} unit-abot-epc-basic-0: 17:13:29 INFO juju.worker.uniter.operation ran "epc-relation-joined" hook unit-oai-hss-0: 17:13:29 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 17:13:29 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:13:29 INFO unit.oai-epc/0.juju-log hss:2: Setting up MME relation info for HSS unit-oai-hss-0: 17:13:29 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set trigger_restart=0 unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined ++ hostname --fqdn unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set mme_hostname=oai-epc-0.openair4G.eur unit-abot-epc-basic-0: 17:13:29 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (3; oai-epc/0) hook" unit-abot-epc-basic-0: 17:13:29 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (3; oai-epc/0) hook) unit-abot-epc-basic-0: 17:13:29 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 17:13:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:13:29 DEBUG juju.worker.uniter.operation running operation run relation-joined (4; oai-epc/0) hook unit-abot-epc-basic-0: 17:13:29 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (4; oai-epc/0) hook) unit-abot-epc-basic-0: 17:13:29 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (4; oai-epc/0) hook) unit-abot-epc-basic-0: 17:13:29 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (4; oai-epc/0) hook" unit-oai-epc-0: 17:13:29 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 17:13:29 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined ++ unit-get private-address unit-oai-hss-0: 17:13:29 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set mme_in_db=no unit-abot-epc-basic-0: 17:13:29 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (4; oai-epc/0) hook" unit-abot-epc-basic-0: 17:13:29 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-relation-joined hook unit-oai-epc-0: 17:13:29 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + ip_address_mme=192.168.121.6 unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + get_ip_address 192.168.121.6 unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.6 unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + local status=1 unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + local status_after=1 unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.121.6 unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.6 unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192.168.121.6 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 6 -le 255 ]] unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.121.6 unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.6 unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192.168.121.6 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 6 -le 255 ]] unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + validated_mme_public_ip=192.168.121.6 unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + echo 'MME ip address is 192.168.121.6' unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined MME ip address is 192.168.121.6 unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set ip_address_mme=192.168.121.6 unit-oai-hss-0: 17:13:29 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 17:13:29 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{2}] []}} unit-oai-epc-0: 17:13:29 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 17:13:29 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-oai-hss-0: 17:13:29 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-epc-0: 17:13:29 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-abot-epc-basic-0: 17:13:29 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 17:13:29 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-hss-0: 17:13:29 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (2; oai-epc/0) hook) unit-oai-hss-0: 17:13:29 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 17:13:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 17:13:29 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-epc/0) hook unit-oai-hss-0: 17:13:29 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 17:13:29 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 17:13:29 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 17:13:29 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-epc/0:{1}] []}} unit-oai-epc-0: 17:13:29 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (2; oai-hss/0) hook) unit-oai-epc-0: 17:13:29 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 17:13:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:13:29 DEBUG juju.worker.uniter.operation running operation run relation-joined (3; abot-epc-basic/0) hook unit-oai-epc-0: 17:13:29 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (3; abot-epc-basic/0) hook) unit-oai-epc-0: 17:13:29 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (3; abot-epc-basic/0) hook) unit-oai-epc-0: 17:13:29 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-hss-0: 17:13:29 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 17:13:29 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-epc-0: 17:13:29 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 17:13:29 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-joined hook unit-oai-epc-0: 17:13:29 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{1}] []}} unit-abot-epc-basic-0: 17:13:29 INFO juju.worker.uniter.operation ran "ssh-abot-relation-joined" hook unit-abot-epc-basic-0: 17:13:29 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (4; oai-epc/0) hook" unit-oai-hss-0: 17:13:29 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Retrieving MME relation info' unit-abot-epc-basic-0: 17:13:29 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (4; oai-epc/0) hook) unit-abot-epc-basic-0: 17:13:29 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 17:13:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:13:29 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 17:13:29 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 17:13:29 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 17:13:29 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-hss-0: 17:13:29 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:13:29 INFO unit.oai-hss/0.juju-log hss:2: Retrieving MME relation info unit-oai-hss-0: 17:13:29 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get mme_hostname unit-oai-hss-0: 17:13:29 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:13:29 DEBUG unit.oai-hss/0.hss-relation-changed + mme_fqdn=oai-epc-0.openair4G.eur unit-oai-hss-0: 17:13:29 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get ip_address_mme unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.epc-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.epc-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.epc-relation-joined + juju-log 'Setting up relation settings for OAISIM charm' unit-abot-epc-basic-0: 17:13:29 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 17:13:29 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-hss-0: 17:13:29 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:13:29 DEBUG unit.oai-hss/0.hss-relation-changed + IP_mme=192.168.121.6 unit-oai-hss-0: 17:13:29 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z oai-epc-0.openair4G.eur ']' unit-oai-hss-0: 17:13:29 DEBUG unit.oai-hss/0.hss-relation-changed ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-hss-0: 17:13:29 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 17:13:29 DEBUG unit.oai-hss/0.hss-relation-changed + echo '192.168.121.6 oai-epc-0.openair4G.eur mme' unit-oai-hss-0: 17:13:29 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-ids db unit-oai-epc-0: 17:13:29 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:13:29 INFO unit.oai-epc/0.juju-log epc:3: Setting up relation settings for OAISIM charm unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_tac unit-oai-hss-0: 17:13:29 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 17:13:29 DEBUG unit.oai-hss/0.hss-relation-changed + db_id=db:1 unit-oai-hss-0: 17:13:29 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z db:1 ']' unit-oai-hss-0: 17:13:29 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-list -r db:1 unit-oai-epc-0: 17:13:29 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set TAC= unit-oai-hss-0: 17:13:29 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 17:13:29 DEBUG unit.oai-hss/0.hss-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 17:13:29 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z mysql/0 ']' unit-oai-hss-0: 17:13:29 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-epc-0: 17:13:29 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_mcc unit-oai-hss-0: 17:13:29 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:13:29 DEBUG unit.oai-hss/0.hss-relation-changed + db_user=asheelovaizaipu unit-oai-hss-0: 17:13:29 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 password mysql/0 unit-oai-epc-0: 17:13:29 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:13:29 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set MCC=208 unit-oai-hss-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed + db_password=odimohphaiboopu unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 host mysql/0 unit-oai-epc-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_mnc unit-oai-epc-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set MNC=93 unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed + db_host=192.168.121.7 unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 database mysql/0 unit-abot-epc-basic-0: 17:13:30 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-oai-epc-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set trigger_restart=0 unit-oai-hss-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed + db_database=oai-hss unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z asheelovaizaipu ']' unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed + realm_mme=openair4G.eur unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u asheelovaizaipu --password=odimohphaiboopu -h 192.168.121.7 oai-hss -e 'select mmehost from mmeidentity where mmehost='\''oai-epc-0.openair4G.eur'\''' unit-abot-epc-basic-0: 17:13:30 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code= unit-abot-epc-basic-0: 17:13:30 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ egrep '[0-9]+' unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u asheelovaizaipu --password=odimohphaiboopu -h 192.168.121.7 oai-hss -e 'select max(idmmeidentity) from mmeidentity;' unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed + primary_key=6 unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed + primary_key=7 unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Inserting the MME info in the mmeidentity table of oai_db database' unit-oai-epc-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined ++ unit-get private-address unit-abot-epc-basic-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:13:30 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code= unit-abot-epc-basic-0: 17:13:30 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-hss-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:13:30 INFO unit.oai-hss/0.juju-log hss:2: Inserting the MME info in the mmeidentity table of oai_db database unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed + /usr/bin/mysql -u asheelovaizaipu --password=odimohphaiboopu -h 192.168.121.7 oai-hss unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed + relation-set mme_in_db=yes unit-oai-epc-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-abot-epc-basic-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + mme_public_ip=192.168.121.6 unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + get_ip_address 192.168.121.6 unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.6 unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + local status=1 unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + local status_after=1 unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + validate_ip 192.168.121.6 unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.6 unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + local stat=1 unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192.168.121.6 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + OIFS=' unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=. unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + ip=($ip) unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=' unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 6 -le 255 ]] unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + stat=0 unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + validate_ip 192.168.121.6 unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.6 unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + local stat=1 unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192.168.121.6 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + OIFS=' unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=. unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + ip=($ip) unit-abot-epc-basic-0: 17:13:30 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4= unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=' unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 6 -le 255 ]] unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + stat=0 unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + status=0 unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + validated_mme_public_ip=192.168.121.6 unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + echo 'MME ip address is 192.168.121.6' unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined MME ip address is 192.168.121.6 unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + status=0 unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set mme_ip=192.168.121.6 unit-abot-epc-basic-0: 17:13:30 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 17:13:30 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{3}] []}} unit-oai-hss-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set epc_running=no unit-abot-epc-basic-0: 17:13:30 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running= unit-abot-epc-basic-0: 17:13:30 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-oai-hss-0: 17:13:30 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-hss-0: 17:13:30 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-epc-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 17:13:30 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 17:13:30 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 17:13:30 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 17:13:30 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-epc/0) hook unit-oai-hss-0: 17:13:30 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (2; oai-epc/0) hook) unit-abot-epc-basic-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:13:30 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 17:13:30 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.epc-relation-joined + '[' -f /tmp/opcvalue ']' unit-abot-epc-basic-0: 17:13:30 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 17:13:30 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-hss-0: 17:13:30 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Retrieving MME relation info' unit-oai-epc-0: 17:13:30 INFO juju.worker.uniter.operation ran "epc-relation-joined" hook unit-abot-epc-basic-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:13:30 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 17:13:30 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-epc-0: 17:13:30 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-hss-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:13:30 INFO unit.oai-hss/0.juju-log hss:2: Retrieving MME relation info unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get mme_hostname unit-abot-epc-basic-0: 17:13:30 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{1}] []}} unit-oai-epc-0: 17:13:30 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (3; abot-epc-basic/0) hook) unit-oai-epc-0: 17:13:30 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 17:13:30 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:13:30 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 17:13:30 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 17:13:30 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 17:13:30 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-abot-epc-basic-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:13:30 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 17:13:30 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_country_code=[^ ]*/ABOT.ENB.mobile_country_code=/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 17:13:30 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_network_code=[^ ]*/ABOT.ENB.mobile_network_code=/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 17:13:30 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mme_ip_address_ipv4=[^ ]*/ABOT.ENB.mme_ip_address_ipv4=/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 17:13:30 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 17:13:30 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i -e 's/OPC=".*";/OPC="";/' /etc/rebaca-test-suite/oaisim/config/ue_eurecom_test_sfr.conf unit-abot-epc-basic-0: 17:13:30 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 17:13:30 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 17:13:30 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 17:13:30 DEBUG unit.abot-epc-basic/0.epc-relation-changed + status-set blocked 'ABot blocked! EPC relation not established, unable to get to active state' unit-oai-hss-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 17:13:30 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 17:13:30 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed + mme_fqdn=oai-epc-0.openair4G.eur unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get ip_address_mme unit-abot-epc-basic-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed + IP_mme=192.168.121.6 unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z oai-epc-0.openair4G.eur ']' unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z oai-epc-0.openair4G.eur ']' unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-ids db unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-hss-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed + db_id=db:1 unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z db:1 ']' unit-abot-epc-basic-0: 17:13:30 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-list -r db:1 unit-oai-epc-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:13:30 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-abot-epc-basic-0: 17:13:30 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 17:13:30 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 17:13:30 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 17:13:30 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:13:30 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; oai-epc/0) hook unit-abot-epc-basic-0: 17:13:30 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (4; oai-epc/0) hook) unit-abot-epc-basic-0: 17:13:30 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (4; oai-epc/0) hook) unit-abot-epc-basic-0: 17:13:30 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; oai-epc/0) hook" unit-oai-hss-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z mysql/0 ']' unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-epc-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss=192.168.121.11 unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-abot-epc-basic-0: 17:13:30 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; oai-epc/0) hook" unit-abot-epc-basic-0: 17:13:30 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-relation-changed hook unit-oai-hss-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed + db_user=asheelovaizaipu unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 password mysql/0 unit-oai-epc-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn=oai-hss-0.openair4G.eur unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-hss-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed + db_password=odimohphaiboopu unit-oai-hss-0: 17:13:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 host mysql/0 unit-oai-epc-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 17:13:30 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-abot-epc-basic-0: 17:13:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 17:13:30 INFO juju.worker.uniter.operation ran "ssh-abot-relation-changed" hook unit-abot-epc-basic-0: 17:13:31 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; oai-epc/0) hook" unit-oai-hss-0: 17:13:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:13:31 DEBUG unit.oai-hss/0.hss-relation-changed + db_host=192.168.121.7 unit-oai-hss-0: 17:13:31 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 database mysql/0 unit-oai-epc-0: 17:13:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=yes unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-abot-epc-basic-0: 17:13:31 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (4; oai-epc/0) hook) unit-abot-epc-basic-0: 17:13:31 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 17:13:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:13:31 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 17:13:31 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 17:13:31 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 17:13:31 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 17:13:31 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 17:13:31 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-hss-0: 17:13:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:13:31 DEBUG unit.oai-hss/0.hss-relation-changed + db_database=oai-hss unit-oai-hss-0: 17:13:31 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z asheelovaizaipu ']' unit-oai-hss-0: 17:13:31 DEBUG unit.oai-hss/0.hss-relation-changed + realm_mme=openair4G.eur unit-oai-hss-0: 17:13:31 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u asheelovaizaipu --password=odimohphaiboopu -h 192.168.121.7 oai-hss -e 'select mmehost from mmeidentity where mmehost='\''oai-epc-0.openair4G.eur'\''' unit-oai-epc-0: 17:13:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:13:31 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z 'mmehost unit-oai-hss-0: 17:13:31 DEBUG unit.oai-hss/0.hss-relation-changed oai-epc-0.openair4G.eur' ']' unit-oai-hss-0: 17:13:31 DEBUG unit.oai-hss/0.hss-relation-changed + relation-set mme_in_db=yes unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart=0 unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-abot-epc-basic-0: 17:13:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-oai-hss-0: 17:13:31 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 17:13:31 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 17:13:31 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'trigger_restart=0, hss_running=yes, mme_in_db=yes , relation_ids_epc=epc:3 ' unit-abot-epc-basic-0: 17:13:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:13:31 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-epc/0) hook" unit-abot-epc-basic-0: 17:13:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 17:13:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-oai-epc-0: 17:13:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:13:31 INFO unit.oai-epc/0.juju-log hss:2: trigger_restart=0, hss_running=yes, mme_in_db=yes , relation_ids_epc=epc:3 unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + echo 0 unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z 192.168.121.11 ']' unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == no ']' unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == yes ']' unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Mme has been inserted so let'\''s run EPC!!!' unit-oai-hss-0: 17:13:31 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 17:13:31 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 17:13:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 17:13:31 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 17:13:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:13:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 17:13:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-epc-0: 17:13:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:13:31 INFO unit.oai-epc/0.juju-log hss:2: Mme has been inserted so let's run EPC!!! unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == no ']' unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z '' ']' unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + echo '192.168.121.11 oai-hss-0.openair4G.eur hss' unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + hss_hostname=oai-hss-0 unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + sed -r -i 's/(HSS_HOSTNAME[^"]*)".*"/\1"oai-hss-0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 '!=' 0 ']' unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_process unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed ++ service mme_gw status unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is not running...' unit-abot-epc-basic-0: 17:13:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:13:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.121.6 unit-abot-epc-basic-0: 17:13:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 17:13:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:13:31 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is not running... unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + status=1 unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -eq 1 ']' unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/start unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids hss unit-abot-epc-basic-0: 17:13:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:13:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=no unit-abot-epc-basic-0: 17:13:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-oai-epc-0: 17:13:31 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -z hss:2 ']' unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + service mme_gw restart unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed stop: Unknown instance: unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed mme_gw start/running, process 14070 unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_process unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed ++ service mme_gw status unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + IS_RUNNING='mme_gw start/running, process 14070' unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + [[ mme_gw start/running, process 14070 =~ .*running.* ]] unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-abot-epc-basic-0: 17:13:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:13:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 17:13:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-hss-0: 17:13:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:13:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:13:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 17:13:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-epc-0: 17:13:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:13:31 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + status=0 unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -eq 1 ']' unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_connection unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=0 unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -lt 30 ']' unit-oai-epc-0: 17:13:31 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-abot-epc-basic-0: 17:13:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:13:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 17:13:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_country_code=[^ ]*/ABOT.ENB.mobile_country_code=208/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 17:13:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_network_code=[^ ]*/ABOT.ENB.mobile_network_code=93/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 17:13:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mme_ip_address_ipv4=[^ ]*/ABOT.ENB.mme_ip_address_ipv4=192.168.121.6/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 17:13:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.121.6/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 17:13:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i -e 's/OPC=".*";/OPC="";/' /etc/rebaca-test-suite/oaisim/config/ue_eurecom_test_sfr.conf unit-abot-epc-basic-0: 17:13:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 17:13:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' no == yes ']' unit-abot-epc-basic-0: 17:13:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 17:13:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + status-set blocked 'ABot blocked! EPC relation not established, unable to get to active state' unit-abot-epc-basic-0: 17:13:31 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 17:13:31 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 17:13:31 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 17:13:31 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 17:13:31 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 17:13:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:13:31 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 17:13:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:13:32 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 17:13:32 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 17:13:32 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=1 unit-oai-epc-0: 17:13:32 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -lt 30 ']' unit-oai-epc-0: 17:13:32 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 17:13:33 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 17:13:33 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 17:13:33 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=2 unit-oai-epc-0: 17:13:33 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 2 -lt 30 ']' unit-oai-epc-0: 17:13:33 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 17:13:34 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 17:13:34 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 17:13:34 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=3 unit-oai-epc-0: 17:13:34 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 3 -lt 30 ']' unit-oai-epc-0: 17:13:34 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 17:13:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 17:13:35 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 17:13:35 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=4 unit-oai-epc-0: 17:13:35 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 4 -lt 30 ']' unit-oai-epc-0: 17:13:35 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 17:13:36 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 17:13:36 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -gt 0 ']' unit-oai-epc-0: 17:13:36 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 17:13:36 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:13:36 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is running and connected to HSS unit-oai-epc-0: 17:13:36 DEBUG unit.oai-epc/0.hss-relation-changed + status-set active 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 17:13:36 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 17:13:36 DEBUG unit.oai-epc/0.hss-relation-changed + break unit-oai-epc-0: 17:13:36 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 4 -eq 30 ']' unit-oai-epc-0: 17:13:36 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 2 unit-oai-epc-0: 17:13:38 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 17:13:39 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -n epc:3 ']' unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 17:13:39 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.hss-relation-changed + for epc_id in '$(relation-ids epc)' unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log epc:3 unit-oai-epc-0: 17:13:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:13:39 INFO unit.oai-epc/0.juju-log hss:2: epc:3 unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.hss-relation-changed + relation-set -r epc:3 epc_running=yes unit-oai-epc-0: 17:13:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get opc-key unit-oai-epc-0: 17:13:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.hss-relation-changed + hss_opc_val=e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.hss-relation-changed + echo e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 17:13:39 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 17:13:39 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 17:13:39 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 17:13:39 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 17:13:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:13:39 DEBUG juju.worker.uniter.operation running operation run relation-joined (4; abot-epc-basic/0) hook unit-oai-epc-0: 17:13:39 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (4; abot-epc-basic/0) hook) unit-oai-epc-0: 17:13:39 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (4; abot-epc-basic/0) hook) unit-oai-epc-0: 17:13:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-epc-0: 17:13:39 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-epc-0: 17:13:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-joined hook unit-oai-epc-0: 17:13:39 INFO juju.worker.uniter.operation skipped "ssh-abot-epc-relation-joined" hook (missing) unit-oai-epc-0: 17:13:39 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-epc-0: 17:13:39 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (4; abot-epc-basic/0) hook) unit-oai-epc-0: 17:13:39 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 17:13:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:13:39 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; abot-epc-basic/0) hook unit-oai-epc-0: 17:13:39 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; abot-epc-basic/0) hook) unit-oai-epc-0: 17:13:39 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; abot-epc-basic/0) hook) unit-oai-epc-0: 17:13:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 17:13:39 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{2}] []}} unit-abot-epc-basic-0: 17:13:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:13:39 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 17:13:39 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 17:13:39 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 17:13:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 17:13:39 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 17:13:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-abot-epc-basic-0: 17:13:39 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 17:13:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed + set_env_paths unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get TAC unit-abot-epc-basic-0: 17:13:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-oai-epc-0: 17:13:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed + TAC=1 unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z 1 ']' unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed ++ sed -r 's/(.*)\//\1-/' unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed ++ echo abot-epc-basic/0 unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed + name=abot-epc-basic-0 unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/tac_abot-epc-basic-0 ']' unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed + echo 1 unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/tac_abot-epc-basic-0 unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 '!=' 1 ']' unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep abot-epc-basic/0 /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed ++ egrep '^1 [0-9]+$' /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed + tac_line= unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed + true unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed + echo '1 1' unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed + echo abot-epc-basic/0 unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed +++ config-get gummei_tai_mcc unit-abot-epc-basic-0: 17:13:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:13:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 17:13:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-oai-epc-0: 17:13:39 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed +++ config-get gummei_tai_mnc unit-abot-epc-basic-0: 17:13:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:13:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 17:13:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-epc-0: 17:13:39 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed ++ egrep 'MCC[ ]*=[ ]*"208"[ ]*;[ ]*MNC[ ]*=[ ]*"93"[ ]*;[ ]*TAC[ ]*=[ ]*"1"' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z ' {MCC="208" ; MNC="93"; TAC = "1"; } # YOUR TAI CONFIG HERE' ']' unit-oai-epc-0: 17:13:39 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids hss unit-abot-epc-basic-0: 17:13:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:13:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.121.6 unit-abot-epc-basic-0: 17:13:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 17:13:40 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed + hss_id=hss:2 unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n hss:2 ']' unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-list -r hss:2 unit-abot-epc-basic-0: 17:13:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:13:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=yes unit-abot-epc-basic-0: 17:13:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-oai-epc-0: 17:13:40 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed + hss_unit=oai-hss/0 unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n oai-hss/0 ']' unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get -r hss:2 hss_running oai-hss/0 unit-abot-epc-basic-0: 17:13:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:13:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 17:13:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-epc-0: 17:13:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed + '[' yes == yes ']' unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_process unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed ++ service mme_gw status unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed + IS_RUNNING='mme_gw start/running, process 14070' unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed + [[ mme_gw start/running, process 14070 =~ .*running.* ]] unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-abot-epc-basic-0: 17:13:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:13:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 17:13:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-epc-0: 17:13:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:13:40 INFO unit.oai-epc/0.juju-log epc:3: OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed + status=0 unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -eq 0 ']' unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed + /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/start unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids hss unit-abot-epc-basic-0: 17:13:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:13:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 17:13:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_country_code=[^ ]*/ABOT.ENB.mobile_country_code=208/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 17:13:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_network_code=[^ ]*/ABOT.ENB.mobile_network_code=93/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 17:13:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mme_ip_address_ipv4=[^ ]*/ABOT.ENB.mme_ip_address_ipv4=192.168.121.6/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 17:13:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.121.6/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 17:13:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i -e 's/OPC=".*";/OPC="";/' /etc/rebaca-test-suite/oaisim/config/ue_eurecom_test_sfr.conf unit-abot-epc-basic-0: 17:13:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 17:13:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' yes == yes ']' unit-abot-epc-basic-0: 17:13:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + status-set active 'ABot ready! EPC relation established, proceed to run tests...' unit-oai-epc-0: 17:13:40 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed + '[' '!' -z hss:2 ']' unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed + service mme_gw restart unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed mme_gw stop/waiting unit-abot-epc-basic-0: 17:13:40 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed mme_gw start/running, process 14378 unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_process unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed ++ service mme_gw status unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed + IS_RUNNING='mme_gw start/running, process 14378' unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed + [[ mme_gw start/running, process 14378 =~ .*running.* ]] unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-oai-epc-0: 17:13:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:13:40 INFO unit.oai-epc/0.juju-log epc:3: OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed + status=0 unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -eq 1 ']' unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_connection unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=0 unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -lt 30 ']' unit-oai-epc-0: 17:13:40 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-abot-epc-basic-0: 17:13:41 DEBUG unit.abot-epc-basic/0.epc-relation-changed + exit 0 unit-abot-epc-basic-0: 17:13:41 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 17:13:41 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 17:13:41 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 17:13:41 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 17:13:41 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:13:41 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 17:13:41 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 17:13:41 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 17:13:41 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=1 unit-oai-epc-0: 17:13:41 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 -lt 30 ']' unit-oai-epc-0: 17:13:41 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 17:13:41 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 17:13:42 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 17:13:42 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 17:13:42 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=2 unit-oai-epc-0: 17:13:42 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 2 -lt 30 ']' unit-oai-epc-0: 17:13:42 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-abot-epc-basic-0: 17:13:43 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 17:13:43 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:13:43 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-abot-epc-basic-0: 17:13:43 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-abot-epc-basic-0: 17:13:43 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-abot-epc-basic-0: 17:13:43 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 17:13:43 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-abot-epc-basic-0: 17:13:43 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-abot-epc-basic-0: 17:13:43 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 17:13:43 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-abot-epc-basic-0: 17:13:43 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 17:13:43 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:13:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 17:13:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 17:13:43 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=3 unit-oai-epc-0: 17:13:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 3 -lt 30 ']' unit-oai-epc-0: 17:13:43 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 17:13:44 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 17:13:44 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 17:13:44 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=4 unit-oai-epc-0: 17:13:44 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 4 -lt 30 ']' unit-oai-epc-0: 17:13:44 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 17:13:45 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 17:13:45 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 -gt 0 ']' unit-oai-epc-0: 17:13:45 DEBUG unit.oai-epc/0.epc-relation-changed + juju-log 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 17:13:45 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:13:45 INFO unit.oai-epc/0.juju-log epc:3: OAI EPC is running and connected to HSS unit-oai-epc-0: 17:13:45 DEBUG unit.oai-epc/0.epc-relation-changed + status-set active 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 17:13:45 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 17:13:45 DEBUG unit.oai-epc/0.epc-relation-changed + break unit-oai-epc-0: 17:13:45 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 4 -eq 30 ']' unit-oai-epc-0: 17:13:45 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 2 unit-oai-epc-0: 17:13:47 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids epc unit-oai-epc-0: 17:13:47 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 17:13:47 DEBUG unit.oai-epc/0.epc-relation-changed + for epc_id in '$(relation-ids epc)' unit-oai-epc-0: 17:13:47 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get -r epc:3 trigger_restart oai-epc/0 unit-oai-epc-0: 17:13:47 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 17:13:47 DEBUG unit.oai-epc/0.epc-relation-changed + restart=0 unit-oai-epc-0: 17:13:47 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n 0 ']' unit-oai-epc-0: 17:13:47 DEBUG unit.oai-epc/0.epc-relation-changed + relation-set -r epc:3 trigger_restart=1 unit-oai-epc-0: 17:13:47 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 17:13:47 DEBUG unit.oai-epc/0.epc-relation-changed + relation-set epc_running=yes unit-oai-epc-0: 17:13:48 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 17:13:48 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-oai-epc-0: 17:13:48 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 17:13:48 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; abot-epc-basic/0) hook) unit-oai-epc-0: 17:13:48 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 17:13:48 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:13:48 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; abot-epc-basic/0) hook unit-oai-epc-0: 17:13:48 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 17:13:48 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 17:13:48 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 17:13:48 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 17:13:48 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-changed hook unit-abot-epc-basic-0: 17:13:48 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{3}] []}} unit-abot-epc-basic-0: 17:13:48 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:13:48 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 17:13:48 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 17:13:48 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 17:13:48 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 17:13:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 17:13:48 INFO juju.worker.uniter.operation ran "ssh-abot-epc-relation-changed" hook unit-abot-epc-basic-0: 17:13:48 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 17:13:48 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-epc-0: 17:13:48 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 17:13:48 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 17:13:48 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 17:13:48 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:13:48 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 17:13:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-oai-epc-0: 17:13:48 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:13:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:13:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 17:13:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-abot-epc-basic-0: 17:13:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:13:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 17:13:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-abot-epc-basic-0: 17:13:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:13:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.121.6 unit-abot-epc-basic-0: 17:13:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-abot-epc-basic-0: 17:13:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:13:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=yes unit-abot-epc-basic-0: 17:13:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-abot-epc-basic-0: 17:13:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:13:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 17:13:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-abot-epc-basic-0: 17:13:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:13:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 17:13:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-abot-epc-basic-0: 17:13:49 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:13:49 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 17:13:49 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_country_code=[^ ]*/ABOT.ENB.mobile_country_code=208/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 17:13:49 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_network_code=[^ ]*/ABOT.ENB.mobile_network_code=93/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 17:13:49 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mme_ip_address_ipv4=[^ ]*/ABOT.ENB.mme_ip_address_ipv4=192.168.121.6/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 17:13:49 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.121.6/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 17:13:49 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i -e 's/OPC=".*";/OPC="";/' /etc/rebaca-test-suite/oaisim/config/ue_eurecom_test_sfr.conf unit-abot-epc-basic-0: 17:13:49 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 17:13:49 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' yes == yes ']' unit-abot-epc-basic-0: 17:13:49 DEBUG unit.abot-epc-basic/0.epc-relation-changed + status-set active 'ABot ready! EPC relation established, proceed to run tests...' unit-abot-epc-basic-0: 17:13:49 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 17:13:49 DEBUG unit.abot-epc-basic/0.epc-relation-changed + exit 0 unit-abot-epc-basic-0: 17:13:49 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 17:13:49 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 17:13:49 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 17:13:49 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 17:13:49 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:13:49 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 17:14:12 DEBUG juju.worker.uniter.remotestate got action change: [662f8802-c54b-42dc-84ef-1d92db1b8667] ok=true unit-abot-epc-basic-0: 17:14:12 DEBUG juju.worker.uniter.operation running operation run action 662f8802-c54b-42dc-84ef-1d92db1b8667 unit-abot-epc-basic-0: 17:14:12 DEBUG juju.machinelock acquire machine lock for uniter (run action 662f8802-c54b-42dc-84ef-1d92db1b8667) unit-abot-epc-basic-0: 17:14:12 DEBUG juju.machinelock machine lock acquired for uniter (run action 662f8802-c54b-42dc-84ef-1d92db1b8667) unit-abot-epc-basic-0: 17:14:12 DEBUG juju.worker.uniter.operation preparing operation "run action 662f8802-c54b-42dc-84ef-1d92db1b8667" unit-abot-epc-basic-0: 17:14:12 DEBUG juju.worker.uniter.operation executing operation "run action 662f8802-c54b-42dc-84ef-1d92db1b8667" unit-abot-epc-basic-0: 17:14:12 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running action run unit-abot-epc-basic-0: 17:14:12 DEBUG worker.uniter.jujuc running hook tool "action-get" unit-abot-epc-basic-0: 17:14:12 DEBUG worker.uniter.jujuc running hook tool "action-get" unit-abot-epc-basic-0: 17:14:12 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 17:14:12 INFO unit.abot-epc-basic/0.juju-log Tag names: TS_24_301 unit-abot-epc-basic-0: 17:14:12 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 17:14:12 INFO unit.abot-epc-basic/0.juju-log Running the test with the tags @TS_24_301 unit-abot-epc-basic-0: 17:14:12 DEBUG unit.abot-epc-basic/0.run Creating the Target JUnit file... unit-abot-epc-basic-0: 17:14:14 DEBUG unit.abot-epc-basic/0.run [INFO] Scanning for projects... unit-abot-epc-basic-0: 17:14:14 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 17:14:14 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:14:14 DEBUG unit.abot-epc-basic/0.run [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 17:14:14 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] Deleting /var/lib/abot-epc-basic/target unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-javolution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/javolution-5.5.1.jar to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.jar unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall5741611153378293217.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-api) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-api-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-api/1.5.0.FINAL/sctp-api-1.5.0.FINAL.jar unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall6346820673972567448.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-api/1.5.0.FINAL/sctp-api-1.5.0.FINAL.pom unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-impl) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-impl-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.jar unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall2721857824994836060.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.pom unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-common) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/commons-1.0.0.CR1.jar to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.jar unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall7896975907071067682.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-diameter) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/abot_jdiameter.jar to /root/.m2/repository/org/mobicents/diameter/abot_jdiameter/1.5.0-SNAPSHOT/abot_jdiameter-1.5.0-SNAPSHOT.jar unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall3104822155131839482.pom to /root/.m2/repository/org/mobicents/diameter/abot_jdiameter/1.5.0-SNAPSHOT/abot_jdiameter-1.5.0-SNAPSHOT.pom unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-org-picocontainer) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/picocontainer-2.15.jar to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.jar unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall2867219067961887680.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] Total time: 0.721 s unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] Finished at: 2018-10-04T17:14:15+00:00 unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 17:14:15 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:14:17 DEBUG unit.abot-epc-basic/0.run [INFO] Scanning for projects... unit-abot-epc-basic-0: 17:14:17 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 17:14:17 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:14:17 DEBUG unit.abot-epc-basic/0.run [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 17:14:17 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:14:18 DEBUG unit.abot-epc-basic/0.run [WARNING] The artifact org.apache.commons:commons-io:jar:1.3.2 has been relocated to commons-io:commons-io:jar:1.3.2 unit-abot-epc-basic-0: 17:14:18 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 17:14:18 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 17:14:18 DEBUG unit.abot-epc-basic/0.run [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 17:14:18 DEBUG unit.abot-epc-basic/0.run [INFO] Copying 1 resource unit-abot-epc-basic-0: 17:14:18 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 17:14:18 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 17:14:18 DEBUG unit.abot-epc-basic/0.run [INFO] No sources to compile unit-abot-epc-basic-0: 17:14:18 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 17:14:18 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 17:14:18 DEBUG unit.abot-epc-basic/0.run [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 17:14:18 DEBUG unit.abot-epc-basic/0.run [INFO] skip non existing resourceDirectory /var/lib/abot-epc-basic/src/test/resources unit-abot-epc-basic-0: 17:14:18 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 17:14:18 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 17:14:18 DEBUG unit.abot-epc-basic/0.run [INFO] Compiling 1 source file to /var/lib/abot-epc-basic/target/test-classes unit-abot-epc-basic-0: 17:14:19 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 17:14:19 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 17:14:19 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:14:19 DEBUG unit.abot-epc-basic/0.run ------------------------------------------------------- unit-abot-epc-basic-0: 17:14:19 DEBUG unit.abot-epc-basic/0.run T E S T S unit-abot-epc-basic-0: 17:14:19 DEBUG unit.abot-epc-basic/0.run ------------------------------------------------------- unit-abot-epc-basic-0: 17:14:20 DEBUG unit.abot-epc-basic/0.run Running com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 17:14:21 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:14:21 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 17:14:21 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:14:21 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI unit-abot-epc-basic-0: 17:14:21 DEBUG unit.abot-epc-basic/0.run Oct 04, 2018 5:14:21 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 17:14:21 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@2e8c1c9b: startup date [Thu Oct 04 17:14:21 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 17:14:21 DEBUG unit.abot-epc-basic/0.run Oct 04, 2018 5:14:21 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 17:14:21 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-abot-epc-basic-0: 17:14:21 DEBUG unit.abot-epc-basic/0.run Oct 04, 2018 5:14:21 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 17:14:21 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 17:14:23 DEBUG unit.abot-epc-basic/0.run Oct 04, 2018 5:14:23 PM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 17:14:23 DEBUG unit.abot-epc-basic/0.run INFO: Replacing scope 'cucumber-glue' from [cucumber.runtime.java.spring.GlueCodeScope@aa10649] to [cucumber.runtime.java.spring.GlueCodeScope@6b3871d6] unit-abot-epc-basic-0: 17:14:23 DEBUG unit.abot-epc-basic/0.run Oct 04, 2018 5:14:23 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 17:14:23 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@39008c9f: startup date [Thu Oct 04 17:14:23 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 17:14:23 DEBUG unit.abot-epc-basic/0.run Oct 04, 2018 5:14:23 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 17:14:23 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 17:14:23 DEBUG unit.abot-epc-basic/0.run Oct 04, 2018 5:14:23 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 17:14:23 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 17:14:23 DEBUG unit.abot-epc-basic/0.run Oct 04, 2018 5:14:23 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 17:14:23 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 17:14:23 DEBUG unit.abot-epc-basic/0.run Oct 04, 2018 5:14:23 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 17:14:23 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 17:14:24 DEBUG unit.abot-epc-basic/0.run Oct 04, 2018 5:14:24 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 17:14:24 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1e58512c: startup date [Thu Oct 04 17:14:24 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 17:14:24 DEBUG unit.abot-epc-basic/0.run Oct 04, 2018 5:14:24 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 17:14:24 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 17:14:24 DEBUG unit.abot-epc-basic/0.run Oct 04, 2018 5:14:24 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 17:14:24 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 17:14:24 DEBUG unit.abot-epc-basic/0.run Oct 04, 2018 5:14:24 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 17:14:24 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 17:14:24 DEBUG unit.abot-epc-basic/0.run Oct 04, 2018 5:14:24 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 17:14:24 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 17:14:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:14:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:24 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 17:14:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:24 [main] REPORT: STEP EXECUTION TIME TAKEN :1276 MS unit-abot-epc-basic-0: 17:14:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:14:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:14:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:14:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:24 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 17:14:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:24 [main] REPORT: STEP EXECUTION TIME TAKEN :35 MS unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:25 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:25 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:25 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:25 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:25 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:25 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:25 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:25 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:25 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:25 [main] REPORT: STEP EXECUTION TIME TAKEN :674 MS unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:14:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:14:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:14:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:26 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 17:14:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:26 [main] REPORT: STEP EXECUTION TIME TAKEN :660 MS unit-abot-epc-basic-0: 17:14:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:14:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:14:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:14:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:26 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 17:14:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:26 [main] REPORT: STEP EXECUTION TIME TAKEN :46 MS unit-abot-epc-basic-0: 17:14:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:14:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:14:36 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:14:36 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:36 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:14:36 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:36 [main] REPORT: STEP EXECUTION TIME TAKEN :10015 MS unit-abot-epc-basic-0: 17:14:36 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:14:36 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:14:36 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:36.811 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 17:14:36 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:36.825 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 17:14:36 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:14:36 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:36 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 17:14:36 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:36 [main] REPORT: STEP EXECUTION TIME TAKEN :55 MS unit-abot-epc-basic-0: 17:14:36 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:36 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 17:14:36 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:14:36 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 17:14:36 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 17:14:37 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs # featureFiles/Attach_Procedure_AttachWithIMSI.feature:9 unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_MCC unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: STEP EXECUTION TIME TAKEN :32 MS unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: STEP EXECUTION TIME TAKEN :30 MS unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: STEP EXECUTION TIME TAKEN :68 MS unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:14:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:14:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:14:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:48 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 17:14:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:48 [main] REPORT: STEP EXECUTION TIME TAKEN :427 MS unit-abot-epc-basic-0: 17:14:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:14:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:14:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:14:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:48 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_country_code=201" on node ABOT unit-abot-epc-basic-0: 17:14:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:48 [main] REPORT: STEP EXECUTION TIME TAKEN :32 MS unit-abot-epc-basic-0: 17:14:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:14:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:14:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:14:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:48 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 17:14:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:48 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 17:14:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:14:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:14:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:14:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:58 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:14:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:58 [main] REPORT: STEP EXECUTION TIME TAKEN :10028 MS unit-abot-epc-basic-0: 17:14:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:14:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:14:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:58.385 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Received s1 setup failure for MME {string:nocase:present} unit-abot-epc-basic-0: 17:14:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:58.395 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 17:14:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:14:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:58 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 17:14:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:58 [main] REPORT: STEP EXECUTION TIME TAKEN :32 MS unit-abot-epc-basic-0: 17:14:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:58 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 17:14:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:14:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:14:58 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 17:14:58 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 17:14:58 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI_Wrong_MCC @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MCC. # featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature:9 unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_country_code=201" on node ABOT # S1APScenarioStepGrammars.epcParamSet(String,String) unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_MNC unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: STEP EXECUTION TIME TAKEN :20 MS unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:08 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:09 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:09 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:09 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 17:15:09 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:09 [main] REPORT: STEP EXECUTION TIME TAKEN :376 MS unit-abot-epc-basic-0: 17:15:09 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:09 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:09 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:09 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:09 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_network_code=95" on node ABOT unit-abot-epc-basic-0: 17:15:09 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:09 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 17:15:09 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:09 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:19 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:15:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:19 [main] REPORT: STEP EXECUTION TIME TAKEN :10018 MS unit-abot-epc-basic-0: 17:15:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:19 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 17:15:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:19 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 17:15:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:19.322 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Received s1 setup failure for MME {string:nocase:present} unit-abot-epc-basic-0: 17:15:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:19.328 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 17:15:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:19 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 17:15:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:19 [main] REPORT: STEP EXECUTION TIME TAKEN :70 MS unit-abot-epc-basic-0: 17:15:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:19 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 17:15:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:19 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 17:15:19 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 17:15:19 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI_Wrong_MNC @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MNC. # featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MNC.feature:9 unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_network_code=95" on node ABOT # S1APScenarioStepGrammars.epcParamSet(String,String) unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_TAC unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:29 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:30 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:30 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:30 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 17:15:30 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:30 [main] REPORT: STEP EXECUTION TIME TAKEN :407 MS unit-abot-epc-basic-0: 17:15:30 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:30 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:30 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:30 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:30 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.tracking_area_code=10" on node ABOT unit-abot-epc-basic-0: 17:15:30 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:30 [main] REPORT: STEP EXECUTION TIME TAKEN :20 MS unit-abot-epc-basic-0: 17:15:30 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:30 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:30 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:30 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:30 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 17:15:30 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:30 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 17:15:30 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:30 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:40 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:40 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:40 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:15:40 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:40 [main] REPORT: STEP EXECUTION TIME TAKEN :10015 MS unit-abot-epc-basic-0: 17:15:40 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:40 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:40 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:40.256 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Received s1 setup failure for MME {string:nocase:present} unit-abot-epc-basic-0: 17:15:40 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:40.259 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 17:15:40 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:40 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:40 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 17:15:40 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:40 [main] REPORT: STEP EXECUTION TIME TAKEN :27 MS unit-abot-epc-basic-0: 17:15:40 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:40 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 17:15:40 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:40 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 17:15:40 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 17:15:40 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI_Wrong_TAC @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong TAC # featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_TAC.feature:9 unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.tracking_area_code=10" on node ABOT # S1APScenarioStepGrammars.epcParamSet(String,String) unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_Attach_With_GUTI unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: STEP EXECUTION TIME TAKEN :27 MS unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: STEP EXECUTION TIME TAKEN :229 MS unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:51 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:51 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:51 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 17:15:51 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:51 [main] REPORT: STEP EXECUTION TIME TAKEN :764 MS unit-abot-epc-basic-0: 17:15:51 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:51 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:15:51 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:15:51 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:51 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 17:15:51 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:51 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 17:15:51 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:15:51 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:15:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:01 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:01 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:01 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:16:01 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:01 [main] REPORT: STEP EXECUTION TIME TAKEN :10011 MS unit-abot-epc-basic-0: 17:16:01 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:01 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:01 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:01.732 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 17:16:01 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:01.734 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 17:16:01 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:01 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:01 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 17:16:01 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:01 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 17:16:01 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:01 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 17:16:01 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:01 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 17:16:01 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 17:16:01 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-mysql-0: 17:16:07 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 17:16:07 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 17:16:07 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 17:16:07 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 17:16:07 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 17:16:07 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 17:16:07 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 17:16:07 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 17:16:07 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 17:16:07 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 17:16:07 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 17:16:07 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_Attach_With_GUTI @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success with right GUTI. # featureFiles/Attach_Procedure_Attach_With_GUTI.feature:8 unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DNS Server Address Request Indication in PCO unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:11 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:11 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:11 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:11 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:11 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:11 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 17:16:12 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:11 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 17:16:12 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:12 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:12 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:12 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:12 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 17:16:12 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:12 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 17:16:12 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:12 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:12 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:12 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:12 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:16:12 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:12 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 17:16:12 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:12 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:12 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:12 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:12 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 17:16:12 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:12 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 17:16:12 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:12 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:12 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:12 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:12 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 17:16:12 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:12 [main] REPORT: STEP EXECUTION TIME TAKEN :198 MS unit-abot-epc-basic-0: 17:16:12 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:12 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:13 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:13 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:13 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 17:16:13 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:13 [main] REPORT: STEP EXECUTION TIME TAKEN :783 MS unit-abot-epc-basic-0: 17:16:13 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:13 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:13 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:13 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:13 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_DNS_SERVER_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 17:16:13 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:13 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 17:16:13 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:13 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:13 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:13 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:13 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 17:16:13 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:13 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 17:16:13 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:13 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:23 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:23 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:23 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:16:23 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:23 [main] REPORT: STEP EXECUTION TIME TAKEN :10008 MS unit-abot-epc-basic-0: 17:16:23 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:23 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:23 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:23.169 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 17:16:23 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:23.171 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 17:16:23 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:23 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:23 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 17:16:23 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:23 [main] REPORT: STEP EXECUTION TIME TAKEN :20 MS unit-abot-epc-basic-0: 17:16:23 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:23 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 17:16:23 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:23 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 17:16:23 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 17:16:23 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DNS_Server_Address_Request @PCO unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options # featureFiles/Attach_Procedure_With_DNS_Server_Addr_Request.feature:10 unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_DNS_SERVER_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure with DSMIPv6 Home Agent Address Request Indication in PCO unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: STEP EXECUTION TIME TAKEN :345 MS unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:33 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:34 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:34 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:34 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 17:16:34 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:34 [main] REPORT: STEP EXECUTION TIME TAKEN :628 MS unit-abot-epc-basic-0: 17:16:34 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:34 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:34 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:34 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:34 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HA_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 17:16:34 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:34 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 17:16:34 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:34 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:34 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:34 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:34 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 17:16:34 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:34 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:16:34 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:34 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:44 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:44 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:44 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:16:44 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:44 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 17:16:44 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:44 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:44 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:44.532 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 17:16:44 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:44.539 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 17:16:44 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:44 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:44 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 17:16:44 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:44 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 17:16:44 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:44 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 17:16:44 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:44 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 17:16:44 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 17:16:44 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-oai-hss-0: 17:16:50 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 17:16:50 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 17:16:50 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 17:16:50 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-hss-0: 17:16:50 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-hss-0: 17:16:50 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 17:16:50 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 17:16:50 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 17:16:50 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 17:16:50 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 17:16:50 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 17:16:50 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 17:16:50 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 17:16:50 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 22066' unit-oai-hss-0: 17:16:50 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 22066 =~ .*running.* ]] unit-oai-hss-0: 17:16:50 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 17:16:50 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:16:50 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 17:16:50 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 17:16:50 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 17:16:50 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 17:16:50 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 17:16:50 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 17:16:50 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 17:16:50 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-hss-0: 17:16:50 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 17:16:50 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DSMIPv6_Home_Agent_Address_Request @PCO unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options # featureFiles/Attach_Procedure_With_DSMIPv6_HA_Addr_Request.feature:10 unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HA_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DSMIPv6 Home Network Prefix Request Indication in PCO unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:55 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 17:16:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:55 [main] REPORT: STEP EXECUTION TIME TAKEN :465 MS unit-abot-epc-basic-0: 17:16:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:55 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 17:16:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:55 [main] REPORT: STEP EXECUTION TIME TAKEN :650 MS unit-abot-epc-basic-0: 17:16:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:55 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HN_PREFIX_REQ=true" on node ABOT unit-abot-epc-basic-0: 17:16:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:55 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 17:16:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:16:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:16:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:55 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 17:16:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:55 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 17:16:56 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:16:56 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:16:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:06 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:06 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:06 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:17:06 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:06 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 17:17:06 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:06 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:06 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:06 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:06.034 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 17:17:06 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:06.036 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 17:17:06 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:06 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:06 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 17:17:06 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:06 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 17:17:06 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:06 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 17:17:06 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:06 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 17:17:06 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 17:17:06 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DSMIPv6_Home_Network_Prefix_Request @PCO unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options # featureFiles/Attach_Procedure_With_DSMIPv6_HN_Prefix_Request.feature:10 unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HN_PREFIX_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DSMIPv6 IPv4 Home Agent Address Request Indication in PCO unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: STEP EXECUTION TIME TAKEN :348 MS unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:16 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:17 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 17:17:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:17 [main] REPORT: STEP EXECUTION TIME TAKEN :608 MS unit-abot-epc-basic-0: 17:17:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:17 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_IPV4_HA_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 17:17:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:17 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 17:17:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:17 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 17:17:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:17 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 17:17:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:27 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:27 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:27 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:17:27 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:27 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 17:17:27 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:27 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:27 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:27.492 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 17:17:27 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:27.495 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 17:17:27 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:27 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:27 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 17:17:27 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:27 [main] REPORT: STEP EXECUTION TIME TAKEN :197 MS unit-abot-epc-basic-0: 17:17:27 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:27 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 17:17:27 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:27 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 17:17:27 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 17:17:27 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DSMIPv6_IPv4_Home_Agent_Address_Request @PCO unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options # featureFiles/Attach_Procedure_With_DSMIPv6_IPv4_HA_Addr_Request.feature:10 unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_IPV4_HA_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With IM CN Subsystem Signalling Flag Indication in PCO unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:38 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 17:17:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:38 [main] REPORT: STEP EXECUTION TIME TAKEN :201 MS unit-abot-epc-basic-0: 17:17:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:38 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 17:17:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:38 [main] REPORT: STEP EXECUTION TIME TAKEN :636 MS unit-abot-epc-basic-0: 17:17:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:38 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IM_CN_SS_SIGNAL_FLAG=true" on node ABOT unit-abot-epc-basic-0: 17:17:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:38 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 17:17:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:38 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 17:17:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:38 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:17:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:48 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:17:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:48 [main] REPORT: STEP EXECUTION TIME TAKEN :10011 MS unit-abot-epc-basic-0: 17:17:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:48.971 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 17:17:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:48.973 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 17:17:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:48 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 17:17:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:48 [main] REPORT: STEP EXECUTION TIME TAKEN :153 MS unit-abot-epc-basic-0: 17:17:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:48 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 17:17:48 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:48 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 17:17:48 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 17:17:49 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_IM_CN_Subsystem_Signalling_Flag @PCO unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options # featureFiles/Attach_Procedure_With_IM_CN_SS_Signalling_Flag.feature:10 unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IM_CN_SS_SIGNAL_FLAG=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure with IPv4 Address Allocation Via DHCPv4 Indication in PCO unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: STEP EXECUTION TIME TAKEN :209 MS unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:17:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:17:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:00 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:00 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:00 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 17:18:00 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:00 [main] REPORT: STEP EXECUTION TIME TAKEN :632 MS unit-abot-epc-basic-0: 17:18:00 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:18:00 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:00 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:00 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:00 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_ALLOC_DHCPV4=true" on node ABOT unit-abot-epc-basic-0: 17:18:00 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:00 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 17:18:00 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:18:00 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:00 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:00 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:00 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 17:18:00 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:00 [main] REPORT: STEP EXECUTION TIME TAKEN :77 MS unit-abot-epc-basic-0: 17:18:00 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:18:00 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:10 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:10 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:10 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:18:10 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:10 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 17:18:10 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:18:10 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:10 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:10.225 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 17:18:10 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:10.226 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 17:18:10 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:10 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:10 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 17:18:10 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:10 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 17:18:10 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:10 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 17:18:10 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:10 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 17:18:10 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 17:18:10 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_IPv4_Address_Allocation_Via_DHCPv4 @PCO unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options # featureFiles/Attach_Procedure_With_IP_Addr_Alloc_DHCPv4.feature:10 unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_ALLOC_DHCPV4=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With IP Address Allocation Via NAS Signalling Indication in PCO unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: STEP EXECUTION TIME TAKEN :208 MS unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:18:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:21 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:21 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:21 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 17:18:21 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:21 [main] REPORT: STEP EXECUTION TIME TAKEN :634 MS unit-abot-epc-basic-0: 17:18:21 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:18:21 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:21 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:21 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:21 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_NAS_SIGNALING=true" on node ABOT unit-abot-epc-basic-0: 17:18:21 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:21 [main] REPORT: STEP EXECUTION TIME TAKEN :145 MS unit-abot-epc-basic-0: 17:18:21 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:18:21 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:21 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:21 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:21 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 17:18:21 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:21 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:18:21 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:18:21 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:31 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:31 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:31 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:18:31 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:31 [main] REPORT: STEP EXECUTION TIME TAKEN :10014 MS unit-abot-epc-basic-0: 17:18:31 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:18:31 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:31 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:31.548 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 17:18:31 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:31.551 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 17:18:31 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:31 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:31 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 17:18:31 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:31 [main] REPORT: STEP EXECUTION TIME TAKEN :27 MS unit-abot-epc-basic-0: 17:18:31 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:31 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 17:18:31 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:31 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 17:18:31 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 17:18:31 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_IP_Address_Allocation_Via_NAS_Signalling @PCO unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options # featureFiles/Attach_Procedure_With_IP_Addr_Alloc_NAS_Signalling.feature:10 unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_NAS_SIGNALING=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With MS Support of Network Requested Bearer Control indicator in PCO unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: STEP EXECUTION TIME TAKEN :197 MS unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:18:41 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:42 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 17:18:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:42 [main] REPORT: STEP EXECUTION TIME TAKEN :742 MS unit-abot-epc-basic-0: 17:18:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:18:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:42 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.MS_SUPPORT_BEARER_CTRL_IND=true" on node ABOT unit-abot-epc-basic-0: 17:18:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:42 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 17:18:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:18:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:42 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 17:18:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:42 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 17:18:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:18:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:52 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:52 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:52 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:18:52 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:52 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 17:18:52 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:18:52 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:52 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:52.805 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 17:18:52 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:52.810 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 17:18:52 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:18:52 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:52 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 17:18:52 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:52 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 17:18:52 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:52 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 17:18:52 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:18:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:18:52 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 17:18:52 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 17:18:52 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 17:18:53 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_MS_Support_Network_Requested_Bearer_Control_Indicator @PCO unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator # featureFiles/Attach_Procedure_With_MS_Support_Bearer_Ctrl_Indication.feature:10 unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.MS_SUPPORT_BEARER_CTRL_IND=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With P-CSCF Address Request Indication in PCO unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:02 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:02 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 17:19:02 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: STEP EXECUTION TIME TAKEN :197 MS unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:03 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:04 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:04 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:04 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 17:19:04 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:04 [main] REPORT: STEP EXECUTION TIME TAKEN :750 MS unit-abot-epc-basic-0: 17:19:04 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:04 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:04 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:04 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:04 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_P_CSCF_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 17:19:04 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:04 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 17:19:04 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:04 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:04 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:04 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:04 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 17:19:04 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:04 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:19:04 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:04 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:04 [main] REPORT: ========================================================================================== unit-oai-epc-0: 17:19:04 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 17:19:04 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:19:04 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 17:19:04 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-epc-0: 17:19:04 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-epc-0: 17:19:04 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 17:19:04 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 17:19:04 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 17:19:04 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 17:19:04 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 17:19:04 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 17:19:04 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 17:19:04 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 17:19:04 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 17:19:04 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw start/running, process 16796' unit-oai-epc-0: 17:19:04 DEBUG unit.oai-epc/0.update-status + [[ mme_gw start/running, process 16796 =~ .*running.* ]] unit-oai-epc-0: 17:19:04 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-oai-epc-0: 17:19:04 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:19:04 INFO unit.oai-epc/0.juju-log OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 17:19:04 DEBUG unit.oai-epc/0.update-status + status=0 unit-oai-epc-0: 17:19:04 DEBUG unit.oai-epc/0.update-status + '[' 0 -eq 1 ']' unit-oai-epc-0: 17:19:04 DEBUG unit.oai-epc/0.update-status + status-set active 'OAI EPC is running' unit-oai-epc-0: 17:19:04 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 17:19:04 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 17:19:04 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 17:19:04 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-epc-0: 17:19:04 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 17:19:04 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:19:14 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:14 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:14 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:19:14 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:14 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 17:19:14 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:14 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:14 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:14.115 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 17:19:14 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:14.117 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 17:19:14 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:14 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:14 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 17:19:14 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:14 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 17:19:14 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:14 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 17:19:14 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:14 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 17:19:14 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 17:19:14 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_P-CSCF_Address_Request @PCO unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options # featureFiles/Attach_Procedure_With_P_CSCF_Addr_Request.feature:10 unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_P_CSCF_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run Feature: Auth_Accept unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: STEP EXECUTION TIME TAKEN :348 MS unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:24 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:25 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 17:19:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:25 [main] REPORT: STEP EXECUTION TIME TAKEN :631 MS unit-abot-epc-basic-0: 17:19:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:25 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 17:19:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:25 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:19:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:25 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:35 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:35 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:35 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:19:35 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:35 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 17:19:35 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:35 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:35 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:35.411 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 17:19:35 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:35.415 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 17:19:35 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:35 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:35 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 17:19:35 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:35 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 17:19:35 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:35 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 17:19:35 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:35 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 17:19:35 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 17:19:35 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_Accept @TS_24_301 @24_301_5_4_2_1 @24_301_5_4_2_3 @33_401_6_1_1 @Series-0004 unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct # featureFiles/Auth_Accept.feature:10 unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run EPS security context. unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:45 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:46 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:46 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:46 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 17:19:46 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:46 [main] REPORT: STEP EXECUTION TIME TAKEN :321 MS unit-abot-epc-basic-0: 17:19:46 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:46 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:46 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:46 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:46 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 17:19:46 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:46 [main] REPORT: STEP EXECUTION TIME TAKEN :621 MS unit-abot-epc-basic-0: 17:19:46 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:46 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:46 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:46 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:46 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT unit-abot-epc-basic-0: 17:19:46 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:46 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 17:19:46 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:46 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:46 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:46 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:46 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 17:19:46 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:46 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 17:19:46 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:46 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:19:56 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:19:56 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:56 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:19:56 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:56 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 17:19:56 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:19:56 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:19:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:06 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:06 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:06 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:20:06 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:06 [main] REPORT: STEP EXECUTION TIME TAKEN :10012 MS unit-abot-epc-basic-0: 17:20:06 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:06 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:06 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:06 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:06.751 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 17:20:06 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:06.754 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 17:20:06 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:06 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:06 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 17:20:06 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:06 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 17:20:06 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:06 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 17:20:06 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:06 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 17:20:06 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 17:20:06 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 17:20:06 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT
 unit-abot-epc-basic-0: 17:20:07 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth @TS_24_301 @24_301_5_3_3 @24_301_5_5_1_2_2 @24_301_5_5_1_2_4 @24_301_6_5_1_2 @24_301_9_9_3_33 @TS_36_304 @36_304_4_3 @negTCs @Series-0001 unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI. # featureFiles/Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth.feature:10 unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run #RES is restored to 0x00 in teardown process unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run # set the value of RES parameter (other than 0x00) manually in Authentication Response message which is sent from UE to MME unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:17 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:18 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:18 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:18 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 17:20:18 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:18 [main] REPORT: STEP EXECUTION TIME TAKEN :318 MS unit-abot-epc-basic-0: 17:20:18 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:18 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:18 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:18 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:18 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 17:20:18 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:18 [main] REPORT: STEP EXECUTION TIME TAKEN :623 MS unit-abot-epc-basic-0: 17:20:18 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:18 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:18 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:18 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:18 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT unit-abot-epc-basic-0: 17:20:18 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:18 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 17:20:18 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:18 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:18 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:18 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:18 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=true" on node ABOT unit-abot-epc-basic-0: 17:20:18 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:18 [main] REPORT: STEP EXECUTION TIME TAKEN :132 MS unit-abot-epc-basic-0: 17:20:18 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:18 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:18 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:18 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:18 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 17:20:18 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:18 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 17:20:18 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:18 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:28 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:28 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:28 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:20:28 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:28 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 17:20:28 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:28 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:28 [main] REPORT: ========================================================================================== unit-mysql-0: 17:20:31 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 17:20:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 17:20:31 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 17:20:31 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 17:20:31 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 17:20:31 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 17:20:31 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 17:20:31 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 17:20:31 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 17:20:31 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 17:20:31 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 17:20:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:20:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:38 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:20:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:38 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 17:20:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:38.956 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 17:20:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:38.958 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 17:20:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:38 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 17:20:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:38 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 17:20:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:38 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 17:20:38 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:38 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 17:20:38 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 17:20:39 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 17:20:39 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT
 unit-abot-epc-basic-0: 17:20:39 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT
 unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth @TS_24_301 @24_301_5_3_3 @24_301_5_5_1_2_2 @24_301_5_5_1_2_4 @24_301_6_5_1_2 @24_301_9_9_3_33 @TS_36_304 @36_304_4_3 @negTCs @Series-0001 unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI # featureFiles/Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth.feature:9 unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run # set the value of RES parameter (other than 0x00) manually in Authentication Response message which is sent from UE to MME unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: STEP EXECUTION TIME TAKEN :353 MS unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:49 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:50 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 17:20:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:50 [main] REPORT: STEP EXECUTION TIME TAKEN :614 MS unit-abot-epc-basic-0: 17:20:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:50 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT unit-abot-epc-basic-0: 17:20:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:50 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 17:20:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:20:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:20:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:50 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 17:20:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:50 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:20:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:20:50 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:20:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:00 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:00 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:00 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:21:00 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:00 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 17:21:00 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:00 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:10 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:10 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:10 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:21:10 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:10 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 17:21:10 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:10 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:10 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:10.454 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 17:21:10 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:10.456 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 17:21:10 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:10 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:10 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 17:21:10 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:10 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 17:21:10 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:10 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 17:21:10 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:10 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 17:21:10 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 17:21:10 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 17:21:10 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT
 unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth @TS_24_301 @24_301_5_3_3 @24_301_5_5_1_2_2 @24_301_5_5_1_2_4 @24_301_6_5_1_2 @24_301_9_9_3_33 @TS_36_304 @36_304_4_3 @negTCs @Series-0001 unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME # featureFiles/Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth.feature:9 unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run #RES is restore to 0x00 in teardown process unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run # set the value of RES parameter (other than 0x00) manually in Authentication Response message which is sent from UE to MME unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run # Date: <13/12/2016> Version: <1.1> # unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_GUTIattachMAC_code_failure unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:20 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:21 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:21 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:21 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 17:21:21 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:21 [main] REPORT: STEP EXECUTION TIME TAKEN :329 MS unit-abot-epc-basic-0: 17:21:21 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:21 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:21 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:21 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:21 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 17:21:21 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:21 [main] REPORT: STEP EXECUTION TIME TAKEN :596 MS unit-abot-epc-basic-0: 17:21:21 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:21 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:22 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:22 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:22 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT unit-abot-epc-basic-0: 17:21:22 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:22 [main] REPORT: STEP EXECUTION TIME TAKEN :606 MS unit-abot-epc-basic-0: 17:21:22 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:22 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:22 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:22 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:22 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 17:21:22 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:22 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:21:22 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:22 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:22 [main] REPORT: ========================================================================================== unit-oai-hss-0: 17:21:27 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 17:21:27 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 17:21:27 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 17:21:27 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-hss-0: 17:21:27 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-hss-0: 17:21:27 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 17:21:27 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 17:21:27 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 17:21:27 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 17:21:27 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 17:21:27 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 17:21:27 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 17:21:27 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 17:21:27 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 22066' unit-oai-hss-0: 17:21:27 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 22066 =~ .*running.* ]] unit-oai-hss-0: 17:21:27 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 17:21:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:21:27 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 17:21:27 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 17:21:27 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 17:21:27 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 17:21:27 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 17:21:27 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 17:21:27 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 17:21:27 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-hss-0: 17:21:27 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 17:21:27 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:21:32 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:32 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:32 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:21:32 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:32 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 17:21:32 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:32 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:42 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:21:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:42 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 17:21:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:42.444 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 17:21:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:42.446 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 17:21:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:42 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 17:21:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:42 [main] REPORT: STEP EXECUTION TIME TAKEN :134 MS unit-abot-epc-basic-0: 17:21:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:42 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 17:21:42 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:42 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 17:21:42 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 17:21:42 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 17:21:43 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-abot-epc-basic-0: 17:21:43 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT
 unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0002 unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". # featureFiles/Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure.feature:9 unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run # CORRECT K_VALUE is 8BAF473F2F8FD09487CCCBD7097C6862 WRONG K_VALUE fec86ba6eb707ed08905757b1bb44b8f unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run # Date: <13/12/2016> Version: <1.1> # unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:53 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:54 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 17:21:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:54 [main] REPORT: STEP EXECUTION TIME TAKEN :328 MS unit-abot-epc-basic-0: 17:21:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:54 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 17:21:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:54 [main] REPORT: STEP EXECUTION TIME TAKEN :609 MS unit-abot-epc-basic-0: 17:21:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:54 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:55 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT unit-abot-epc-basic-0: 17:21:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:55 [main] REPORT: STEP EXECUTION TIME TAKEN :611 MS unit-abot-epc-basic-0: 17:21:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:21:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:21:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:55 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 17:21:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:55 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:21:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:21:55 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:21:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:05 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:05 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:05 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:22:05 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:05 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 17:22:05 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:05 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:15 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:15 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:15 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:22:15 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:15 [main] REPORT: STEP EXECUTION TIME TAKEN :10010 MS unit-abot-epc-basic-0: 17:22:15 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:15 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:15 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:15.601 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 17:22:15 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:15.603 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 17:22:15 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:15 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:15 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 17:22:15 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:15 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 17:22:15 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:15 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 17:22:15 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:15 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 17:22:15 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 17:22:15 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 17:22:16 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT
 unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0002 unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". # featureFiles/Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure.feature:9 unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run # WRONGIMSI is restored to false in teardown process unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run # CORRECT K_VALUE is 8BAF473F2F8FD09487CCCBD7097C6862 WRONG K_VALUE fec86ba6eb707ed08905757b1bb44b8f unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_SQN_failure unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: STEP EXECUTION TIME TAKEN :206 MS unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:26 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:27 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:27 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:27 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 17:22:27 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:27 [main] REPORT: STEP EXECUTION TIME TAKEN :612 MS unit-abot-epc-basic-0: 17:22:27 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:27 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:27 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:27 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:27 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 17:22:27 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:27 [main] REPORT: STEP EXECUTION TIME TAKEN :79 MS unit-abot-epc-basic-0: 17:22:27 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:27 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:37 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:22:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:37 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 17:22:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:37 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:47 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:22:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:47 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 17:22:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:47.620 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 17:22:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:47.622 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 17:22:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:47 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 17:22:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:47 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 17:22:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:47 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 17:22:47 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:47 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 17:22:47 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 17:22:47 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 17:22:47 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT
 unit-abot-epc-basic-0: 17:22:48 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_SQN_failure @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0004 unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message. # featureFiles/Auth_NotAccept_by_UE_SQN_failure.feature:10 unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: STEP EXECUTION TIME TAKEN :324 MS unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:58 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:59 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 17:22:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:59 [main] REPORT: STEP EXECUTION TIME TAKEN :629 MS unit-abot-epc-basic-0: 17:22:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:22:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:22:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:59 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 17:22:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:59 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 17:22:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:22:59 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:22:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:23:09 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:23:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:23:09 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:23:09 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:23:09 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:23:09 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 17:23:09 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:23:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:23:09 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:23:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:23:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:23:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:23:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:23:19 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 17:23:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:23:19 [main] REPORT: STEP EXECUTION TIME TAKEN :10003 MS unit-abot-epc-basic-0: 17:23:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:23:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:23:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:23:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:23:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:23:19.592 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 17:23:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:23:19.594 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 17:23:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:23:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:23:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:23:19 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 17:23:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:23:19 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 17:23:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:23:19 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 17:23:19 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:23:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:23:19 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 17:23:19 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 17:23:19 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 17:23:19 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT
 unit-abot-epc-basic-0: 17:23:20 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0004 @SS_changesReqd unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable" # featureFiles/Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt.feature:10 unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run # AuC system changes required. HSS should send Authentication request message with AMF=AMF_RESYNCH amf = {0xff 0xff} unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run # file name kdf.c line no: 156 uint8_t amf[] = { 0xFF, 0xFF }; unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run 22 Scenarios (22 failed) unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run 278 Steps (22 failed, 256 passed) unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run 9m6.572s unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Tests run: 300, Failures: 44, Errors: 0, Skipped: 0, Time elapsed: 550.177 sec <<< FAILURE! - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.018 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs Time elapsed: 0.019 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.009 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_country_code=201" on node ABOT(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.008 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MCC. Time elapsed: 0.009 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_network_code=95" on node ABOT(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MNC. Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.005 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.tracking_area_code=10" on node ABOT(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.007 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong TAC Time elapsed: 0.008 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.005 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success with right GUTI. Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_DNS_SERVER_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.006 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HA_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.008 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HN_PREFIX_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_IPV4_HA_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IM_CN_SS_SIGNAL_FLAG=true" on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_ALLOC_DHCPV4=true" on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_NAS_SIGNALING=true" on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0.005 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options Time elapsed: 0.007 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.MS_SUPPORT_BEARER_CTRL_IND=true" on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator Time elapsed: 0.004 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_P_CSCF_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0.006 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.005 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI. Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=true" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0.005 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.005 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message. Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0.005 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0.001 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0.003 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable" Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run Oct 04, 2018 5:23:30 PM org.springframework.context.support.ClassPathXmlApplicationContext doClose unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run INFO: Closing org.springframework.context.support.ClassPathXmlApplicationContext@2e8c1c9b: startup date [Thu Oct 04 17:14:21 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 17:23:30 DEBUG unit.abot-epc-basic/0.run 04-Oct-2018 17:23:30.647 [Thread-1] ERROR com.rebaca.adapters.lifecycle.BeanCreationAndDestruction - Error occurred during cleaning resources (After complete test run). null unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Results : unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Failed tests: unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Tests run: 300, Failures: 44, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run [ERROR] There are test failures. unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run Please refer to /var/lib/abot-epc-basic/target/surefire-reports for the individual test results. unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run [INFO] Building jar: /var/lib/abot-epc-basic/target/ABOT-RunScenarios-3.0.91.jar unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 17:23:31 DEBUG unit.abot-epc-basic/0.run [INFO] About to generate Cucumber report. unit-abot-epc-basic-0: 17:23:32 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:23:32 DEBUG unit.abot-epc-basic/0.run [INFO] BUILD FAILURE unit-abot-epc-basic-0: 17:23:32 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:23:32 DEBUG unit.abot-epc-basic/0.run [INFO] Total time: 09:15 min unit-abot-epc-basic-0: 17:23:32 DEBUG unit.abot-epc-basic/0.run [INFO] Finished at: 2018-10-04T17:23:32+00:00 unit-abot-epc-basic-0: 17:23:32 DEBUG unit.abot-epc-basic/0.run [INFO] Final Memory: 23M/60M unit-abot-epc-basic-0: 17:23:32 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:23:32 DEBUG unit.abot-epc-basic/0.run [ERROR] Failed to execute goal net.masterthought:maven-cucumber-reporting:0.1.0:generate (execution) on project ABOT-RunScenarios: Error Found: BUILD FAILED - Check Report For Details -> [Help 1] unit-abot-epc-basic-0: 17:23:32 DEBUG unit.abot-epc-basic/0.run [ERROR] unit-abot-epc-basic-0: 17:23:32 DEBUG unit.abot-epc-basic/0.run [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. unit-abot-epc-basic-0: 17:23:32 DEBUG unit.abot-epc-basic/0.run [ERROR] Re-run Maven using the -X switch to enable full debug logging. unit-abot-epc-basic-0: 17:23:32 DEBUG unit.abot-epc-basic/0.run [ERROR] unit-abot-epc-basic-0: 17:23:32 DEBUG unit.abot-epc-basic/0.run [ERROR] For more information about the errors and possible solutions, please read the following articles: unit-abot-epc-basic-0: 17:23:32 DEBUG unit.abot-epc-basic/0.run [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException unit-abot-epc-basic-0: 17:23:32 DEBUG unit.abot-epc-basic/0.run No ES conf defined - hence result not pushed to ES unit-abot-epc-basic-0: 17:23:33 DEBUG juju.worker.uniter.operation committing operation "run action 662f8802-c54b-42dc-84ef-1d92db1b8667" unit-abot-epc-basic-0: 17:23:33 DEBUG juju.machinelock machine lock released for uniter (run action 662f8802-c54b-42dc-84ef-1d92db1b8667) unit-abot-epc-basic-0: 17:23:33 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 17:23:33 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:23:33 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-abot-epc-basic-0: 17:23:33 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-abot-epc-basic-0: 17:23:33 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-abot-epc-basic-0: 17:23:33 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 17:23:33 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-abot-epc-basic-0: 17:23:33 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-abot-epc-basic-0: 17:23:33 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 17:23:33 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-abot-epc-basic-0: 17:23:33 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 17:23:33 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:23:33 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 17:23:33 DEBUG juju.worker.uniter no operations in progress; waiting for changes 2018-10-04 17:23:54,159 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2018-10-04 17:24:51,725 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju destroy-controller -y abot-controller --destroy-all-models Destroying controller Waiting for hosted model resources to be reclaimed Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 3 applications Waiting on 1 model, 4 machines, 1 application Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model All hosted models reclaimed, cleaning up controller machines 2018-10-04 17:24:51,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 17:24:51,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" 2018-10-04 17:24:51,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2307 X-Openstack-Request-Id: req-ea1806df-42b0-4c6a-8089-89d72f0a4b58 Date: Thu, 04 Oct 2018 17:24:51 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "2e543e8247e947979765afdd662bf320", "created_at": "2018-10-04T16:53:07Z", "updated_at": "2018-10-04T17:24:33Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 2, "project_id": "2e543e8247e947979765afdd662bf320", "port_id": null, "id": "27857a71-3129-41ab-a574-5b8f8c0e314a"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "2e543e8247e947979765afdd662bf320", "created_at": "2018-10-04T16:49:11Z", "updated_at": "2018-10-04T17:24:23Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.211", "revision_number": 2, "project_id": "2e543e8247e947979765afdd662bf320", "port_id": null, "id": "6e4485e2-2c05-4c50-a96b-22ff82303ed5"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "2e543e8247e947979765afdd662bf320", "created_at": "2018-10-04T16:53:42Z", "updated_at": "2018-10-04T17:24:33Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 2, "project_id": "2e543e8247e947979765afdd662bf320", "port_id": null, "id": "84095d77-77e0-4e6d-a37c-ca8052a80d65"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "2e543e8247e947979765afdd662bf320", "created_at": "2018-10-04T16:46:04Z", "updated_at": "2018-10-04T17:24:12Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 2, "project_id": "2e543e8247e947979765afdd662bf320", "port_id": null, "id": "9bad6ce9-1dab-4e25-896a-c6f86c90fd13"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "2e543e8247e947979765afdd662bf320", "created_at": "2018-10-04T16:41:13Z", "updated_at": "2018-10-04T17:24:48Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 2, "project_id": "2e543e8247e947979765afdd662bf320", "port_id": null, "id": "ba8d652d-313e-4acd-bace-1e09a9440766"}]} 2018-10-04 17:24:51,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-ea1806df-42b0-4c6a-8089-89d72f0a4b58 2018-10-04 17:24:51,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.198531866074s 2018-10-04 17:24:51,929 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-ea1806df-42b0-4c6a-8089-89d72f0a4b58 2018-10-04 17:24:51,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-10-04 17:24:51,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/27857a71-3129-41ab-a574-5b8f8c0e314a.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" 2018-10-04 17:24:52,695 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b3f621d0-ac68-4331-a17e-0bfe4a24e500 Content-Length: 0 Date: Thu, 04 Oct 2018 17:24:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 17:24:52,695 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/27857a71-3129-41ab-a574-5b8f8c0e314a.json used request id req-b3f621d0-ac68-4331-a17e-0bfe4a24e500 2018-10-04 17:24:52,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.754812002182s 2018-10-04 17:24:52,696 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/27857a71-3129-41ab-a574-5b8f8c0e314a.json used request id req-b3f621d0-ac68-4331-a17e-0bfe4a24e500 2018-10-04 17:24:52,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 17:24:52,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" 2018-10-04 17:24:52,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1849 X-Openstack-Request-Id: req-3f9faf56-bf68-4a39-a2bf-1f0c2dfc2b3c Date: Thu, 04 Oct 2018 17:24:52 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "2e543e8247e947979765afdd662bf320", "created_at": "2018-10-04T16:49:11Z", "updated_at": "2018-10-04T17:24:23Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.211", "revision_number": 2, "project_id": "2e543e8247e947979765afdd662bf320", "port_id": null, "id": "6e4485e2-2c05-4c50-a96b-22ff82303ed5"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "2e543e8247e947979765afdd662bf320", "created_at": "2018-10-04T16:53:42Z", "updated_at": "2018-10-04T17:24:33Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 2, "project_id": "2e543e8247e947979765afdd662bf320", "port_id": null, "id": "84095d77-77e0-4e6d-a37c-ca8052a80d65"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "2e543e8247e947979765afdd662bf320", "created_at": "2018-10-04T16:46:04Z", "updated_at": "2018-10-04T17:24:12Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 2, "project_id": "2e543e8247e947979765afdd662bf320", "port_id": null, "id": "9bad6ce9-1dab-4e25-896a-c6f86c90fd13"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "2e543e8247e947979765afdd662bf320", "created_at": "2018-10-04T16:41:13Z", "updated_at": "2018-10-04T17:24:48Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 2, "project_id": "2e543e8247e947979765afdd662bf320", "port_id": null, "id": "ba8d652d-313e-4acd-bace-1e09a9440766"}]} 2018-10-04 17:24:52,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-3f9faf56-bf68-4a39-a2bf-1f0c2dfc2b3c 2018-10-04 17:24:52,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.189527988434s 2018-10-04 17:24:52,892 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-3f9faf56-bf68-4a39-a2bf-1f0c2dfc2b3c 2018-10-04 17:24:52,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-10-04 17:24:52,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/6e4485e2-2c05-4c50-a96b-22ff82303ed5.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" 2018-10-04 17:24:53,594 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-24413de6-f14e-43d2-9075-8d3162abebc9 Content-Length: 0 Date: Thu, 04 Oct 2018 17:24:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 17:24:53,594 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/6e4485e2-2c05-4c50-a96b-22ff82303ed5.json used request id req-24413de6-f14e-43d2-9075-8d3162abebc9 2018-10-04 17:24:53,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.691438913345s 2018-10-04 17:24:53,594 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/6e4485e2-2c05-4c50-a96b-22ff82303ed5.json used request id req-24413de6-f14e-43d2-9075-8d3162abebc9 2018-10-04 17:24:53,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 17:24:53,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" 2018-10-04 17:24:53,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-910e2b68-49b2-4928-b729-edfd1b481860 Date: Thu, 04 Oct 2018 17:24:53 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "2e543e8247e947979765afdd662bf320", "created_at": "2018-10-04T16:53:42Z", "updated_at": "2018-10-04T17:24:33Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 2, "project_id": "2e543e8247e947979765afdd662bf320", "port_id": null, "id": "84095d77-77e0-4e6d-a37c-ca8052a80d65"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "2e543e8247e947979765afdd662bf320", "created_at": "2018-10-04T16:46:04Z", "updated_at": "2018-10-04T17:24:12Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 2, "project_id": "2e543e8247e947979765afdd662bf320", "port_id": null, "id": "9bad6ce9-1dab-4e25-896a-c6f86c90fd13"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "2e543e8247e947979765afdd662bf320", "created_at": "2018-10-04T16:41:13Z", "updated_at": "2018-10-04T17:24:48Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 2, "project_id": "2e543e8247e947979765afdd662bf320", "port_id": null, "id": "ba8d652d-313e-4acd-bace-1e09a9440766"}]} 2018-10-04 17:24:53,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-910e2b68-49b2-4928-b729-edfd1b481860 2018-10-04 17:24:53,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.196925163269s 2018-10-04 17:24:53,798 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-910e2b68-49b2-4928-b729-edfd1b481860 2018-10-04 17:24:53,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-10-04 17:24:53,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/84095d77-77e0-4e6d-a37c-ca8052a80d65.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" 2018-10-04 17:24:54,563 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2f626129-01a3-469e-b9ea-5d06bd42abc1 Content-Length: 0 Date: Thu, 04 Oct 2018 17:24:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 17:24:54,563 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/84095d77-77e0-4e6d-a37c-ca8052a80d65.json used request id req-2f626129-01a3-469e-b9ea-5d06bd42abc1 2018-10-04 17:24:54,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.751461029053s 2018-10-04 17:24:54,564 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/84095d77-77e0-4e6d-a37c-ca8052a80d65.json used request id req-2f626129-01a3-469e-b9ea-5d06bd42abc1 2018-10-04 17:24:54,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 17:24:54,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" 2018-10-04 17:24:54,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 933 X-Openstack-Request-Id: req-fe7e60b8-2f3a-4251-8fa9-448ab3139648 Date: Thu, 04 Oct 2018 17:24:54 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "2e543e8247e947979765afdd662bf320", "created_at": "2018-10-04T16:46:04Z", "updated_at": "2018-10-04T17:24:12Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 2, "project_id": "2e543e8247e947979765afdd662bf320", "port_id": null, "id": "9bad6ce9-1dab-4e25-896a-c6f86c90fd13"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "2e543e8247e947979765afdd662bf320", "created_at": "2018-10-04T16:41:13Z", "updated_at": "2018-10-04T17:24:48Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 2, "project_id": "2e543e8247e947979765afdd662bf320", "port_id": null, "id": "ba8d652d-313e-4acd-bace-1e09a9440766"}]} 2018-10-04 17:24:54,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-fe7e60b8-2f3a-4251-8fa9-448ab3139648 2018-10-04 17:24:54,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.174063920975s 2018-10-04 17:24:54,744 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-fe7e60b8-2f3a-4251-8fa9-448ab3139648 2018-10-04 17:24:54,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-10-04 17:24:54,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/9bad6ce9-1dab-4e25-896a-c6f86c90fd13.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" 2018-10-04 17:24:55,315 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e966a0f5-cdc0-4ace-9dab-4b0766e0aa0c Content-Length: 0 Date: Thu, 04 Oct 2018 17:24:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 17:24:55,315 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/9bad6ce9-1dab-4e25-896a-c6f86c90fd13.json used request id req-e966a0f5-cdc0-4ace-9dab-4b0766e0aa0c 2018-10-04 17:24:55,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.560486078262s 2018-10-04 17:24:55,315 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/9bad6ce9-1dab-4e25-896a-c6f86c90fd13.json used request id req-e966a0f5-cdc0-4ace-9dab-4b0766e0aa0c 2018-10-04 17:24:55,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 17:24:55,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" 2018-10-04 17:24:55,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-3253e9cd-2a25-449c-b2a4-17ca23960697 Date: Thu, 04 Oct 2018 17:24:55 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "2e543e8247e947979765afdd662bf320", "created_at": "2018-10-04T16:41:13Z", "updated_at": "2018-10-04T17:24:48Z", "floating_network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 2, "project_id": "2e543e8247e947979765afdd662bf320", "port_id": null, "id": "ba8d652d-313e-4acd-bace-1e09a9440766"}]} 2018-10-04 17:24:55,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-3253e9cd-2a25-449c-b2a4-17ca23960697 2018-10-04 17:24:55,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.195060968399s 2018-10-04 17:24:55,516 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-3253e9cd-2a25-449c-b2a4-17ca23960697 2018-10-04 17:24:55,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-10-04 17:24:55,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/ba8d652d-313e-4acd-bace-1e09a9440766.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" 2018-10-04 17:24:56,064 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e6c4028a-c294-4263-9ad5-001faf71ffd0 Content-Length: 0 Date: Thu, 04 Oct 2018 17:24:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 17:24:56,064 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/ba8d652d-313e-4acd-bace-1e09a9440766.json used request id req-e6c4028a-c294-4263-9ad5-001faf71ffd0 2018-10-04 17:24:56,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.540673017502s 2018-10-04 17:24:56,064 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/ba8d652d-313e-4acd-bace-1e09a9440766.json used request id req-e6c4028a-c294-4263-9ad5-001faf71ffd0 2018-10-04 17:24:56,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 17:24:56,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" 2018-10-04 17:24:56,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b6e52b91-1def-48bf-afb4-2c24799a896f Date: Thu, 04 Oct 2018 17:24:56 GMT RESP BODY: {"floatingips": []} 2018-10-04 17:24:56,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-b6e52b91-1def-48bf-afb4-2c24799a896f 2018-10-04 17:24:56,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.200762033463s 2018-10-04 17:24:56,271 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-b6e52b91-1def-48bf-afb4-2c24799a896f 2018-10-04 17:24:56,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 17:24:56,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/66804ffa-227b-4366-b6a3-a67b8da60313 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" 2018-10-04 17:24:57,578 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ff006719-cb5a-44b7-98ad-2b659748d5ad Date: Thu, 04 Oct 2018 17:24:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 17:24:57,578 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/66804ffa-227b-4366-b6a3-a67b8da60313 used request id req-ff006719-cb5a-44b7-98ad-2b659748d5ad 2018-10-04 17:24:57,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.30650401115s 2018-10-04 17:24:57,579 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/66804ffa-227b-4366-b6a3-a67b8da60313 used request id req-ff006719-cb5a-44b7-98ad-2b659748d5ad 2018-10-04 17:24:57,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 17:24:57,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 17:24:57,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:24: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-7d56e943-5694-46e4-95e7-34ce191f048e x-compute-request-id: req-7d56e943-5694-46e4-95e7-34ce191f048e Content-Encoding: gzip Content-Length: 363 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9e6920f1-2607-46e9-b348-01a67307a1cc", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9e6920f1-2607-46e9-b348-01a67307a1cc", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "9e6920f1-2607-46e9-b348-01a67307a1cc", "name": "juju_epc-flavor_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a4123904-8fe3-4e15-a4e4-20fb8c2f3f99", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a4123904-8fe3-4e15-a4e4-20fb8c2f3f99", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a4123904-8fe3-4e15-a4e4-20fb8c2f3f99", "name": "juju_epc-flavor_alt_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 17:24:57,753 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-7d56e943-5694-46e4-95e7-34ce191f048e 2018-10-04 17:24:57,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.173898935318s 2018-10-04 17:24:57,754 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-7d56e943-5694-46e4-95e7-34ce191f048e 2018-10-04 17:24:57,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 17:24:57,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/a4123904-8fe3-4e15-a4e4-20fb8c2f3f99 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 17:24:57,803 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 17:24: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-dfb95075-f15c-40d8-8faa-37adcc179961 x-compute-request-id: req-dfb95075-f15c-40d8-8faa-37adcc179961 Content-Length: 0 Content-Type: application/json 2018-10-04 17:24:57,803 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/a4123904-8fe3-4e15-a4e4-20fb8c2f3f99 used request id req-dfb95075-f15c-40d8-8faa-37adcc179961 2018-10-04 17:24:57,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0470509529114s 2018-10-04 17:24:57,803 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/a4123904-8fe3-4e15-a4e4-20fb8c2f3f99 used request id req-dfb95075-f15c-40d8-8faa-37adcc179961 2018-10-04 17:24:57,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-04 17:24:57,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/9ecbca20-853e-431c-8235-61bf8e7e21d5/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" -d '{"subnet_id": "33866ee0-3dcd-4e47-a587-0c7566f8e806"}' 2018-10-04 17:24:59,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c6fa02d3-7cd0-4a51-b337-27d6540a5734 Date: Thu, 04 Oct 2018 17:24:59 GMT RESP BODY: {"network_id": "df8c2e6a-2c16-4600-acf1-ddd7d427b03c", "tenant_id": "2e543e8247e947979765afdd662bf320", "subnet_id": "33866ee0-3dcd-4e47-a587-0c7566f8e806", "subnet_ids": ["33866ee0-3dcd-4e47-a587-0c7566f8e806"], "port_id": "2c721751-253a-48f6-9623-2c63ef3a054a", "id": "9ecbca20-853e-431c-8235-61bf8e7e21d5"} 2018-10-04 17:24:59,347 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/9ecbca20-853e-431c-8235-61bf8e7e21d5/remove_router_interface.json used request id req-c6fa02d3-7cd0-4a51-b337-27d6540a5734 2018-10-04 17:24:59,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.54294395447s 2018-10-04 17:24:59,348 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/9ecbca20-853e-431c-8235-61bf8e7e21d5/remove_router_interface.json used request id req-c6fa02d3-7cd0-4a51-b337-27d6540a5734 returning object 9ecbca20-853e-431c-8235-61bf8e7e21d5 2018-10-04 17:24:59,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-04 17:24:59,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" 2018-10-04 17:24:59,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-86bbe7af-549f-4ccd-99f7-a6b8462fac3c Date: Thu, 04 Oct 2018 17:24:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18028772-bdec-4175-9daf-5ee7ae542a2e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "2e543e8247e947979765afdd662bf320", "created_at": "2018-10-04T16:38:51Z", "admin_state_up": true, "updated_at": "2018-10-04T17:24:58Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "2e543e8247e947979765afdd662bf320", "id": "9ecbca20-853e-431c-8235-61bf8e7e21d5", "name": "juju_epc-router_4f6f84da-9a2c-4650-8eb8-b4a2679b199a"}]} 2018-10-04 17:24:59,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-86bbe7af-549f-4ccd-99f7-a6b8462fac3c 2018-10-04 17:24:59,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.22781085968s 2018-10-04 17:24:59,576 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-86bbe7af-549f-4ccd-99f7-a6b8462fac3c 2018-10-04 17:24:59,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-04 17:24:59,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/9ecbca20-853e-431c-8235-61bf8e7e21d5.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" 2018-10-04 17:25:03,120 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a6dd3387-b681-46ee-8593-fd034f522cd8 Content-Length: 0 Date: Thu, 04 Oct 2018 17:25:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 17:25:03,120 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/9ecbca20-853e-431c-8235-61bf8e7e21d5.json used request id req-a6dd3387-b681-46ee-8593-fd034f522cd8 2018-10-04 17:25:03,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.54216885567s 2018-10-04 17:25:03,120 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/9ecbca20-853e-431c-8235-61bf8e7e21d5.json used request id req-a6dd3387-b681-46ee-8593-fd034f522cd8 2018-10-04 17:25:03,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-04 17:25:03,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" 2018-10-04 17:25:03,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-4d1775e1-a1ec-499c-acdd-ceafa22422a0 Date: Thu, 04 Oct 2018 17:25:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df8c2e6a-2c16-4600-acf1-ddd7d427b03c","tenant_id":"2e543e8247e947979765afdd662bf320","created_at":"2018-10-04T16:38:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-04T16:38:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.121.2","end":"192.168.121.254"}],"gateway_ip":"192.168.121.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.121.0/24","project_id":"2e543e8247e947979765afdd662bf320","id":"33866ee0-3dcd-4e47-a587-0c7566f8e806","subnetpool_id":null,"name":"juju_epc-subnet_4f6f84da-9a2c-4650-8eb8-b4a2679b199a"}]} 2018-10-04 17:25:03,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-4d1775e1-a1ec-499c-acdd-ceafa22422a0 2018-10-04 17:25:03,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.193860054016s 2018-10-04 17:25:03,315 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-4d1775e1-a1ec-499c-acdd-ceafa22422a0 2018-10-04 17:25:03,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-04 17:25:03,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/33866ee0-3dcd-4e47-a587-0c7566f8e806.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" 2018-10-04 17:25:05,474 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-33081013-5955-4ecb-b1a3-0c765c1bd6fe Date: Thu, 04 Oct 2018 17:25:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 17:25:05,474 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/33866ee0-3dcd-4e47-a587-0c7566f8e806.json used request id req-33081013-5955-4ecb-b1a3-0c765c1bd6fe 2018-10-04 17:25:05,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.15730500221s 2018-10-04 17:25:05,474 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/33866ee0-3dcd-4e47-a587-0c7566f8e806.json used request id req-33081013-5955-4ecb-b1a3-0c765c1bd6fe 2018-10-04 17:25:05,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 17:25:05,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" 2018-10-04 17:25:05,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-8057f7c4-d6a7-43b6-b603-3858e8c2dfc4 Date: Thu, 04 Oct 2018 17:25:05 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-04T17:25:05Z","tenant_id":"2e543e8247e947979765afdd662bf320","created_at":"2018-10-04T16:38:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"2e543e8247e947979765afdd662bf320","id":"df8c2e6a-2c16-4600-acf1-ddd7d427b03c","name":"juju_epc-net_4f6f84da-9a2c-4650-8eb8-b4a2679b199a"}]} 2018-10-04 17:25:05,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-8057f7c4-d6a7-43b6-b603-3858e8c2dfc4 2018-10-04 17:25:05,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110198020935s 2018-10-04 17:25:05,586 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-8057f7c4-d6a7-43b6-b603-3858e8c2dfc4 2018-10-04 17:25:05,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-04 17:25:05,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/df8c2e6a-2c16-4600-acf1-ddd7d427b03c.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" 2018-10-04 17:25:06,713 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bf023339-297a-453b-93f5-a437f959af47 Date: Thu, 04 Oct 2018 17:25:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 17:25:06,713 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/df8c2e6a-2c16-4600-acf1-ddd7d427b03c.json used request id req-bf023339-297a-453b-93f5-a437f959af47 2018-10-04 17:25:06,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.12635207176s 2018-10-04 17:25:06,714 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/df8c2e6a-2c16-4600-acf1-ddd7d427b03c.json used request id req-bf023339-297a-453b-93f5-a437f959af47 2018-10-04 17:25:06,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 17:25:06,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" 2018-10-04 17:25:06,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-8c492673-8c0d-4780-b20f-f493e137eca8 Date: Thu, 04 Oct 2018 17:25:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b/snap", "metadata": {}}], "file": "/v2/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b/file", "owner": "2e543e8247e947979765afdd662bf320", "id": "0bda12e5-f94d-4c26-a73b-fd6d59b18d6b", "size": 296812544, "self": "/v2/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "7bb741d90f56a42bbde01633d1f6e9204693c6ae357edd42a0b363945a76812f", "updated_at": "2018-10-04T16:39:07Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "c26409a3fbbfcf81eb6c6a8126015d68", "name": "juju_epc-img_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "checksum": "c26409a3fbbfcf81eb6c6a8126015d68", "created_at": "2018-10-04T16:39:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 17:25:06,896 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8c492673-8c0d-4780-b20f-f493e137eca8 2018-10-04 17:25:06,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.18234705925s 2018-10-04 17:25:06,897 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8c492673-8c0d-4780-b20f-f493e137eca8 2018-10-04 17:25:06,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 17:25:06,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8534cd5f09c2520a152cbe18c721dbed1843d2f" 2018-10-04 17:25:08,284 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-49522419-17d5-4ed0-a35b-ae0b3760273d Date: Thu, 04 Oct 2018 17:25:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 17:25:08,284 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b used request id req-49522419-17d5-4ed0-a35b-ae0b3760273d 2018-10-04 17:25:08,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.38559985161s 2018-10-04 17:25:08,285 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/0bda12e5-f94d-4c26-a73b-fd6d59b18d6b used request id req-49522419-17d5-4ed0-a35b-ae0b3760273d 2018-10-04 17:25:08,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 17:25:08,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 17:25:08,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ccc47cd-2e38-47f5-8122-c8ecb8c180b2 x-compute-request-id: req-1ccc47cd-2e38-47f5-8122-c8ecb8c180b2 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9e6920f1-2607-46e9-b348-01a67307a1cc", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9e6920f1-2607-46e9-b348-01a67307a1cc", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "9e6920f1-2607-46e9-b348-01a67307a1cc", "name": "juju_epc-flavor_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 17:25:08,320 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-1ccc47cd-2e38-47f5-8122-c8ecb8c180b2 2018-10-04 17:25:08,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0343668460846s 2018-10-04 17:25:08,320 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-1ccc47cd-2e38-47f5-8122-c8ecb8c180b2 2018-10-04 17:25:08,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 17:25:08,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/9e6920f1-2607-46e9-b348-01a67307a1cc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 17:25:08,367 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 17:25:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-84b94b66-36eb-45b1-817f-9e10f8d71c98 x-compute-request-id: req-84b94b66-36eb-45b1-817f-9e10f8d71c98 Content-Length: 0 Content-Type: application/json 2018-10-04 17:25:08,367 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/9e6920f1-2607-46e9-b348-01a67307a1cc used request id req-84b94b66-36eb-45b1-817f-9e10f8d71c98 2018-10-04 17:25:08,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0448470115662s 2018-10-04 17:25:08,367 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/9e6920f1-2607-46e9-b348-01a67307a1cc used request id req-84b94b66-36eb-45b1-817f-9e10f8d71c98 2018-10-04 17:25:08,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 17:25:08,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 17:25:08,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-727a973d-0ec0-4edd-8b1d-10776a11d9ba Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "juju_epc-user_4f6f84da-9a2c-4650-8eb8-b4a2679b199a", "links": {"self": "http://172.30.9.23:5000/v3/users/80b22588d20d4457906369f2795e2343"}, "domain_id": "default", "enabled": true, "id": "80b22588d20d4457906369f2795e2343", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 17:25:08,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-727a973d-0ec0-4edd-8b1d-10776a11d9ba 2018-10-04 17:25:08,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100863218307s 2018-10-04 17:25:08,469 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-727a973d-0ec0-4edd-8b1d-10776a11d9ba 2018-10-04 17:25:08,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 17:25:08,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/80b22588d20d4457906369f2795e2343 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 17:25:08,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25c00116-9500-4631-bb2f-9bb27db05fcb Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/80b22588d20d4457906369f2795e2343"}, "enabled": true, "id": "80b22588d20d4457906369f2795e2343", "options": {}, "domain_id": "default", "name": "juju_epc-user_4f6f84da-9a2c-4650-8eb8-b4a2679b199a"}} 2018-10-04 17:25:08,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/80b22588d20d4457906369f2795e2343 used request id req-25c00116-9500-4631-bb2f-9bb27db05fcb 2018-10-04 17:25:08,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0966849327087s 2018-10-04 17:25:08,572 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/80b22588d20d4457906369f2795e2343 used request id req-25c00116-9500-4631-bb2f-9bb27db05fcb 2018-10-04 17:25:08,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-04 17:25:08,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/80b22588d20d4457906369f2795e2343 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 17:25:08,763 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 17:25:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d169fbde-c3a6-4fc7-94df-05d0f35f2256 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 17:25:08,763 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/80b22588d20d4457906369f2795e2343 used request id req-d169fbde-c3a6-4fc7-94df-05d0f35f2256 2018-10-04 17:25:08,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.190467119217s 2018-10-04 17:25:08,763 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/80b22588d20d4457906369f2795e2343 used request id req-d169fbde-c3a6-4fc7-94df-05d0f35f2256 2018-10-04 17:25:08,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 17:25:08,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 17:25:08,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b66b8cf8-4d9a-4175-9822-f3276ee3c3ed Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.23:5000/v3/projects/2e543e8247e947979765afdd662bf320"}, "enabled": true, "id": "2e543e8247e947979765afdd662bf320", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_4f6f84da-9a2c-4650-8eb8-b4a2679b199a"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 17:25:08,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-b66b8cf8-4d9a-4175-9822-f3276ee3c3ed 2018-10-04 17:25:08,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.158164978027s 2018-10-04 17:25:08,922 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-b66b8cf8-4d9a-4175-9822-f3276ee3c3ed 2018-10-04 17:25:08,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-04 17:25:08,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/2e543e8247e947979765afdd662bf320 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 17:25:09,078 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 17:25:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34e1e3c2-283f-4a13-bed2-13274104351d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 17:25:09,078 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/2e543e8247e947979765afdd662bf320 used request id req-34e1e3c2-283f-4a13-bed2-13274104351d 2018-10-04 17:25:09,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.153277873993s 2018-10-04 17:25:09,078 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/2e543e8247e947979765afdd662bf320 used request id req-34e1e3c2-283f-4a13-bed2-13274104351d 2018-10-04 17:25:09,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 17:25:09,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 17:25:09,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4bb3dd3-7ae1-424c-bfef-e812e0b60a3d Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "73575996cbe94181acb81b90bd9d8587", "links": {"self": "http://172.30.9.23:5000/v3/roles/73575996cbe94181acb81b90bd9d8587"}, "name": "Member"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 17:25:09,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d4bb3dd3-7ae1-424c-bfef-e812e0b60a3d 2018-10-04 17:25:09,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0777809619904s 2018-10-04 17:25:09,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 17:25:09,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/73575996cbe94181acb81b90bd9d8587 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 17:25:09,255 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 17:25:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49c3d8d6-b1a3-4b1c-a0ea-7cd186326574 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 17:25:09,255 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/73575996cbe94181acb81b90bd9d8587 used request id req-49c3d8d6-b1a3-4b1c-a0ea-7cd186326574 2018-10-04 17:25:09,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0966811180115s 2018-10-04 17:25:09,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 17:25:09,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=2e543e8247e947979765afdd662bf320&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 17:25:09,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-5690ae27-791a-4a5f-8a2a-10ff92c5fbe2 Date: Thu, 04 Oct 2018 17:25:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2e543e8247e947979765afdd662bf320", "created_at": "2018-10-04T16:38:49Z", "updated_at": "2018-10-04T16:38:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:38:49Z", "revision_number": 0, "id": "5bfea307-8c82-48b3-a5aa-649340e176e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:38:49Z", "security_group_id": "1b4e7612-3255-444d-b4c4-02bb0cda113b", "tenant_id": "2e543e8247e947979765afdd662bf320", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e543e8247e947979765afdd662bf320"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:38:49Z", "revision_number": 0, "id": "6f3628f7-b0b5-4cdb-8912-753b7161b52a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:38:49Z", "security_group_id": "1b4e7612-3255-444d-b4c4-02bb0cda113b", "tenant_id": "2e543e8247e947979765afdd662bf320", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e543e8247e947979765afdd662bf320"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:38:49Z", "revision_number": 0, "id": "bc411462-1e22-4b12-9897-ca2cbaad2a54", "remote_group_id": "1b4e7612-3255-444d-b4c4-02bb0cda113b", "remote_ip_prefix": null, "created_at": "2018-10-04T16:38:49Z", "security_group_id": "1b4e7612-3255-444d-b4c4-02bb0cda113b", "tenant_id": "2e543e8247e947979765afdd662bf320", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e543e8247e947979765afdd662bf320"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:38:49Z", "revision_number": 0, "id": "d2e0378f-22f0-4d9d-893d-09f4a51e5d1d", "remote_group_id": "1b4e7612-3255-444d-b4c4-02bb0cda113b", "remote_ip_prefix": null, "created_at": "2018-10-04T16:38:49Z", "security_group_id": "1b4e7612-3255-444d-b4c4-02bb0cda113b", "tenant_id": "2e543e8247e947979765afdd662bf320", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e543e8247e947979765afdd662bf320"}], "revision_number": 4, "project_id": "2e543e8247e947979765afdd662bf320", "id": "1b4e7612-3255-444d-b4c4-02bb0cda113b", "name": "default"}]} 2018-10-04 17:25:09,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=2e543e8247e947979765afdd662bf320&name=default used request id req-5690ae27-791a-4a5f-8a2a-10ff92c5fbe2 2018-10-04 17:25:09,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.184258937836s 2018-10-04 17:25:09,443 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=2e543e8247e947979765afdd662bf320&name=default used request id req-5690ae27-791a-4a5f-8a2a-10ff92c5fbe2 2018-10-04 17:25:09,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 17:25:09,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 17:25:09,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-947050f7-f1a1-4c21-b59a-aaa5cace8f57 Date: Thu, 04 Oct 2018 17:25:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "created_at": "2018-10-04T13:28:26Z", "updated_at": "2018-10-04T13:28:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "9b636c08-2000-4e69-95f8-73de91e9a0d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "dd92fd33-c510-41ad-82f0-99700d3509a7", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "01f5a979-ff03-43cb-9f5a-2dd73fad30ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:28:26Z", "revision_number": 0, "id": "fe558da5-63fd-4ce6-8468-2de456c27331", "remote_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "remote_ip_prefix": null, "created_at": "2018-10-04T13:28:26Z", "security_group_id": "0efc7d44-4151-424e-9826-6d336181c1c4", "tenant_id": "c5087b074a2242bb9bac2a3a461803c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5087b074a2242bb9bac2a3a461803c6"}], "revision_number": 4, "project_id": "c5087b074a2242bb9bac2a3a461803c6", "id": "0efc7d44-4151-424e-9826-6d336181c1c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2e543e8247e947979765afdd662bf320", "created_at": "2018-10-04T16:38:49Z", "updated_at": "2018-10-04T16:38:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:38:49Z", "revision_number": 0, "id": "5bfea307-8c82-48b3-a5aa-649340e176e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:38:49Z", "security_group_id": "1b4e7612-3255-444d-b4c4-02bb0cda113b", "tenant_id": "2e543e8247e947979765afdd662bf320", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e543e8247e947979765afdd662bf320"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:38:49Z", "revision_number": 0, "id": "d2e0378f-22f0-4d9d-893d-09f4a51e5d1d", "remote_group_id": "1b4e7612-3255-444d-b4c4-02bb0cda113b", "remote_ip_prefix": null, "created_at": "2018-10-04T16:38:49Z", "security_group_id": "1b4e7612-3255-444d-b4c4-02bb0cda113b", "tenant_id": "2e543e8247e947979765afdd662bf320", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e543e8247e947979765afdd662bf320"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:38:49Z", "revision_number": 0, "id": "6f3628f7-b0b5-4cdb-8912-753b7161b52a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T16:38:49Z", "security_group_id": "1b4e7612-3255-444d-b4c4-02bb0cda113b", "tenant_id": "2e543e8247e947979765afdd662bf320", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e543e8247e947979765afdd662bf320"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T16:38:49Z", "revision_number": 0, "id": "bc411462-1e22-4b12-9897-ca2cbaad2a54", "remote_group_id": "1b4e7612-3255-444d-b4c4-02bb0cda113b", "remote_ip_prefix": null, "created_at": "2018-10-04T16:38:49Z", "security_group_id": "1b4e7612-3255-444d-b4c4-02bb0cda113b", "tenant_id": "2e543e8247e947979765afdd662bf320", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e543e8247e947979765afdd662bf320"}], "revision_number": 4, "project_id": "2e543e8247e947979765afdd662bf320", "id": "1b4e7612-3255-444d-b4c4-02bb0cda113b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "created_at": "2018-10-04T13:39:03Z", "updated_at": "2018-10-04T13:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "bb0dcc3c-e3ea-4787-b597-c5978cef41ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "debc824a-dd5d-4c1a-8b8a-b0d00c0cf768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "8d606f75-2af3-4c07-9c9f-9c88941168b3", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:39:03Z", "revision_number": 0, "id": "c06ce987-d432-4b2b-b7a1-3805dcbbb236", "remote_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "remote_ip_prefix": null, "created_at": "2018-10-04T13:39:03Z", "security_group_id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "tenant_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a"}], "revision_number": 4, "project_id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "id": "44a59416-db76-4ffc-bb1e-2846fb7c0683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T13:41:08Z", "updated_at": "2018-10-04T13:41:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "20a88045-d855-44fe-a2a7-fbdcbcdbdd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "160e1f08-9aaa-4b2d-a86f-ac1ced71411e", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "622d646a-fb00-402d-a9fc-7a302af72b75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T13:41:08Z", "revision_number": 0, "id": "fc8b1bc3-249c-4226-86fe-e8faba7e4232", "remote_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "remote_ip_prefix": null, "created_at": "2018-10-04T13:41:08Z", "security_group_id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "619223f5-77c6-4c7c-8db8-bc6c7e2fa443", "name": "default"}]} 2018-10-04 17:25:09,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-947050f7-f1a1-4c21-b59a-aaa5cace8f57 2018-10-04 17:25:09,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.209944963455s 2018-10-04 17:25:09,657 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-947050f7-f1a1-4c21-b59a-aaa5cace8f57 2018-10-04 17:25:09,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-04 17:25:09,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/1b4e7612-3255-444d-b4c4-02bb0cda113b.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc87ff57d972c7dadaf0e154371c68351f47b056" 2018-10-04 17:25:09,929 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7306ca2a-cdcd-4d08-ab17-900f8a14473d Content-Length: 0 Date: Thu, 04 Oct 2018 17:25:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 17:25:09,930 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/1b4e7612-3255-444d-b4c4-02bb0cda113b.json used request id req-7306ca2a-cdcd-4d08-ab17-900f8a14473d 2018-10-04 17:25:09,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.268369197845s 2018-10-04 17:25:09,930 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/1b4e7612-3255-444d-b4c4-02bb0cda113b.json used request id req-7306ca2a-cdcd-4d08-ab17-900f8a14473d 2018-10-04 17:25:09,931 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 26:30 | PASS | | vyos_vrouter | functest | vnf | 16:11 | PASS | | juju_epc | functest | vnf | 45:04 | PASS | +----------------------+------------------+--------------+------------------+----------------+ 2018-10-04 17:25:09,935 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-04 17:25:10,036 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 17:25:14,599 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-291 | | 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-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-04 17:25:14,605 - 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_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=hT9guQXYWvHUyCeUD34TPTcUc export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 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_REGION_NAME=regionOne 2018-10-04 17:25:14,605 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-04 17:25:14,606 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-10-04 17:25:14,606 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-10-04 17:25:14,608 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-04 17:25:19,468 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-291 | | 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-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-04 17:25:19,473 - 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_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=hT9guQXYWvHUyCeUD34TPTcUc export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 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_REGION_NAME=regionOne 2018-10-04 17:25:19,473 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2018-10-04 17:25:19,482 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2018-10-04 17:25:22,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 17:25:22,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 17:25:22,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 17:25:22,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 17:25:22,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 17:25:22,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 17:25:22,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 17:25:22,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 17:25:22,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 17:25:22,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 17:25:22,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 17:25:22,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 17:25:22,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 17:25:22,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 17:25:22,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 17:25:22,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 17:25:22,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 17:25:22,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 17:25:22,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 17:25:22,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 17:25:22,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 17:25:22,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 17:25:22,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 17:25:22,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 17:25:22,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 17:25:22,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bea955fe-b1aa-4875-9875-9b8de099b9a5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 17:25:22,202 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bea955fe-b1aa-4875-9875-9b8de099b9a5 2018-10-04 17:25:22,202 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 17:25:22,605 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}], "expires_at": "2018-10-04T18:25:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ba8ec7ddbe634bf4b6238a0de4b4bf1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ecbf2b9cbec04c3e8332c7164aa04ab3"}, "audit_ids": ["Rq5mihBZTa69s5v9JKRnIw"], "issued_at": "2018-10-04T17:25:22.000000Z"}} 2018-10-04 17:25:22,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 17:25:22,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:25:22,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-bad6cab6-2f7a-438c-be82-f62adb96860a Date: Thu, 04 Oct 2018 17:25:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"18028772-bdec-4175-9daf-5ee7ae542a2e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c5087b074a2242bb9bac2a3a461803c6","status":"ACTIVE","subnets":["bdd72be0-0f0c-4aa8-a8ac-fbdfc93b592b"],"description":"","tags":[],"updated_at":"2018-10-04T13:28:33Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c5087b074a2242bb9bac2a3a461803c6","created_at":"2018-10-04T13:28:26Z","provider:network_type":"flat"}]} 2018-10-04 17:25:22,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-bad6cab6-2f7a-438c-be82-f62adb96860a 2018-10-04 17:25:22,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.264658927917s 2018-10-04 17:25:22,874 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-bad6cab6-2f7a-438c-be82-f62adb96860a 2018-10-04 17:25:22,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 17:25:22,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:25:22,886 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 17:25:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 17:25:23,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:25:23,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3636792-32fa-48a3-b4a6-3526a901be0f Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/356d297e741f42d0b9d8bc9b13448e43"}, "description": "", "name": "heat_stack", "enabled": true, "id": "356d297e741f42d0b9d8bc9b13448e43"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 17:25:23,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-b3636792-32fa-48a3-b4a6-3526a901be0f 2018-10-04 17:25:23,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.407811880112s 2018-10-04 17:25:23,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-04 17:25:23,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" -d '{"project": {"description": "Created by OPNFV Functest: tempest_full_parallel", "enabled": true, "domain_id": "default", "name": "tempest_full_paral-project_e180603d-7371-4930-b7d0-b769765fad9f"}}' 2018-10-04 17:25:23,416 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 17:25:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65296aaf-3b22-41bc-a26a-d869fae5968d Content-Length: 373 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba31fd8f746c4d30a1873bb694ddc227"}, "enabled": true, "id": "ba31fd8f746c4d30a1873bb694ddc227", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_e180603d-7371-4930-b7d0-b769765fad9f"}} 2018-10-04 17:25:23,416 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-65296aaf-3b22-41bc-a26a-d869fae5968d 2018-10-04 17:25:23,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.132102012634s 2018-10-04 17:25:23,417 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-65296aaf-3b22-41bc-a26a-d869fae5968d 2018-10-04 17:25:23,418 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_e180603d-7371-4930-b7d0-b769765fad9f', 'id': u'ba31fd8f746c4d30a1873bb694ddc227', 'description': u'Created by OPNFV Functest: tempest_full_parallel', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-04 17:25:23,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-04 17:25:23,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.356523990631s 2018-10-04 17:25:23,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/a971c7076d6547b4a0367517c2f6f5a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:25:23,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf63d01c-d15a-48d7-8f75-8def5d4a551a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/a971c7076d6547b4a0367517c2f6f5a4"}, "enabled": true, "id": "a971c7076d6547b4a0367517c2f6f5a4", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_e180603d-7371-4930-b7d0-b769765fad9f"}} 2018-10-04 17:25:23,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/a971c7076d6547b4a0367517c2f6f5a4 used request id req-bf63d01c-d15a-48d7-8f75-8def5d4a551a 2018-10-04 17:25:23,885 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a971c7076d6547b4a0367517c2f6f5a4', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_e180603d-7371-4930-b7d0-b769765fad9f'}) 2018-10-04 17:25:23,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 17:25:23,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:25:23,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1084b9ab-5c6f-4c71-85a7-e8300e3676c5 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 17:25:23,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1084b9ab-5c6f-4c71-85a7-e8300e3676c5 2018-10-04 17:25:23,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0914180278778s 2018-10-04 17:25:23,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 17:25:23,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:25:24,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-799e4cc3-c9e1-4ed6-9d2b-a612e47e666f Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 17:25:24,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-799e4cc3-c9e1-4ed6-9d2b-a612e47e666f 2018-10-04 17:25:24,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0752429962158s 2018-10-04 17:25:24,055 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 17:25:24,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 17:25:24,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" -d '{"role": {"name": "Member"}}' 2018-10-04 17:25:24,158 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 17:25:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-576b7e75-880f-4392-b143-31ed35e4f33c Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7db7dc4dc3b4467ca17e5db7aca5ee77", "links": {"self": "http://172.30.9.23:5000/v3/roles/7db7dc4dc3b4467ca17e5db7aca5ee77"}, "name": "Member"}} 2018-10-04 17:25:24,158 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-576b7e75-880f-4392-b143-31ed35e4f33c 2018-10-04 17:25:24,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.102501153946s 2018-10-04 17:25:24,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/7db7dc4dc3b4467ca17e5db7aca5ee77 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:25:24,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30fb8796-a801-47a9-936a-2719a4cc8ec2 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/7db7dc4dc3b4467ca17e5db7aca5ee77"}, "domain_id": null, "name": "Member", "id": "7db7dc4dc3b4467ca17e5db7aca5ee77"}} 2018-10-04 17:25:24,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/7db7dc4dc3b4467ca17e5db7aca5ee77 used request id req-30fb8796-a801-47a9-936a-2719a4cc8ec2 2018-10-04 17:25:24,250 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/7db7dc4dc3b4467ca17e5db7aca5ee77'}, 'domain_id': None, 'human_id': None, 'id': u'7db7dc4dc3b4467ca17e5db7aca5ee77', 'HUMAN_ID': False}) 2018-10-04 17:25:24,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 17:25:24,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:25:24,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ec690db-221e-49a7-a333-855a687659d8 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "7db7dc4dc3b4467ca17e5db7aca5ee77", "links": {"self": "http://172.30.9.23:5000/v3/roles/7db7dc4dc3b4467ca17e5db7aca5ee77"}, "name": "Member"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 17:25:24,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7ec690db-221e-49a7-a333-855a687659d8 2018-10-04 17:25:24,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0740051269531s 2018-10-04 17:25:24,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 17:25:24,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:25:24,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a3556ad-4c43-43ab-850d-eb19f954efa9 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 17:25:24,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-6a3556ad-4c43-43ab-850d-eb19f954efa9 2018-10-04 17:25:24,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0826530456543s 2018-10-04 17:25:24,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 17:25:24,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:25:24,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e308de78-c935-492b-ad03-d30c2912a2c5 Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_e180603d-7371-4930-b7d0-b769765fad9f", "links": {"self": "http://172.30.9.23:5000/v3/users/a971c7076d6547b4a0367517c2f6f5a4"}, "domain_id": "default", "enabled": true, "id": "a971c7076d6547b4a0367517c2f6f5a4", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 17:25:24,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e308de78-c935-492b-ad03-d30c2912a2c5 2018-10-04 17:25:24,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0999581813812s 2018-10-04 17:25:24,509 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e308de78-c935-492b-ad03-d30c2912a2c5 2018-10-04 17:25:24,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 17:25:24,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:25:24,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37470e16-f95a-4cfa-9c58-489557aedd21 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba31fd8f746c4d30a1873bb694ddc227"}, "enabled": true, "id": "ba31fd8f746c4d30a1873bb694ddc227", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_e180603d-7371-4930-b7d0-b769765fad9f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 17:25:24,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-37470e16-f95a-4cfa-9c58-489557aedd21 2018-10-04 17:25:24,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0769150257111s 2018-10-04 17:25:24,593 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-37470e16-f95a-4cfa-9c58-489557aedd21 2018-10-04 17:25:24,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 17:25:24,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=a971c7076d6547b4a0367517c2f6f5a4&scope.project.id=ba31fd8f746c4d30a1873bb694ddc227&role.id=7db7dc4dc3b4467ca17e5db7aca5ee77 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:25:24,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1292e66-98a8-4383-8061-5d036df6a175 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=a971c7076d6547b4a0367517c2f6f5a4&scope.project.id=ba31fd8f746c4d30a1873bb694ddc227&role.id=7db7dc4dc3b4467ca17e5db7aca5ee77", "previous": null, "next": null}} 2018-10-04 17:25:24,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=a971c7076d6547b4a0367517c2f6f5a4&scope.project.id=ba31fd8f746c4d30a1873bb694ddc227&role.id=7db7dc4dc3b4467ca17e5db7aca5ee77 used request id req-b1292e66-98a8-4383-8061-5d036df6a175 2018-10-04 17:25:24,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0825409889221s 2018-10-04 17:25:24,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 17:25:24,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/ba31fd8f746c4d30a1873bb694ddc227/users/a971c7076d6547b4a0367517c2f6f5a4/roles/7db7dc4dc3b4467ca17e5db7aca5ee77 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:25:24,796 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 17:25:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d262e917-5513-4969-9992-6beb147bf6a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 17:25:24,796 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/ba31fd8f746c4d30a1873bb694ddc227/users/a971c7076d6547b4a0367517c2f6f5a4/roles/7db7dc4dc3b4467ca17e5db7aca5ee77 used request id req-d262e917-5513-4969-9992-6beb147bf6a6 2018-10-04 17:25:24,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.117449045181s 2018-10-04 17:25:24,797 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_e180603d-7371-4930-b7d0-b769765fad9f', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': 'dc5c2022-fb8d-40a9-b3f8-3e298f2324b1', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'tempest_full_parallel-user_e180603d-7371-4930-b7d0-b769765fad9f', 'project_id': u'ba31fd8f746c4d30a1873bb694ddc227', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 17:25:24,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 17:25:24,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 17:25:24,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 17:25:24,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 17:25:24,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 17:25:24,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 17:25:24,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 17:25:24,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 17:25:24,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 17:25:24,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 17:25:24,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 17:25:24,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 17:25:24,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 17:25:24,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 17:25:24,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 17:25:24,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 17:25:24,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 17:25:24,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 17:25:24,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 17:25:24,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 17:25:24,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 17:25:24,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 17:25:24,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 17:25:24,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 17:25:24,803 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_e180603d-7371-4930-b7d0-b769765fad9f', 'password': 'dc5c2022-fb8d-40a9-b3f8-3e298f2324b1', 'project_name': 'tempest_full_paral-project_e180603d-7371-4930-b7d0-b769765fad9f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': 'ba31fd8f746c4d30a1873bb694ddc227', 'project_domain_name': 'Default'} 2018-10-04 17:25:24,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 17:25:24,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:25:24,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6cf4118-7db8-49cc-90c3-8152b39bbbae Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "7db7dc4dc3b4467ca17e5db7aca5ee77", "links": {"self": "http://172.30.9.23:5000/v3/roles/7db7dc4dc3b4467ca17e5db7aca5ee77"}, "name": "Member"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 17:25:24,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e6cf4118-7db8-49cc-90c3-8152b39bbbae 2018-10-04 17:25:24,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0762910842896s 2018-10-04 17:25:24,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 17:25:24,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:25:24,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70730080-9562-4623-95a4-77e2dd183b92 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "7db7dc4dc3b4467ca17e5db7aca5ee77", "links": {"self": "http://172.30.9.23:5000/v3/roles/7db7dc4dc3b4467ca17e5db7aca5ee77"}, "name": "Member"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 17:25:24,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-70730080-9562-4623-95a4-77e2dd183b92 2018-10-04 17:25:24,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0814430713654s 2018-10-04 17:25:24,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 17:25:24,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:25:25,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f698167-bc6f-4b31-a34b-9611f2cea54e Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 17:25:25,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-1f698167-bc6f-4b31-a34b-9611f2cea54e 2018-10-04 17:25:25,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0830841064453s 2018-10-04 17:25:25,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 17:25:25,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:25:25,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ae0d8d3-4a2d-4c40-820a-61b2ce33a9a7 Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_e180603d-7371-4930-b7d0-b769765fad9f", "links": {"self": "http://172.30.9.23:5000/v3/users/a971c7076d6547b4a0367517c2f6f5a4"}, "domain_id": "default", "enabled": true, "id": "a971c7076d6547b4a0367517c2f6f5a4", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 17:25:25,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-5ae0d8d3-4a2d-4c40-820a-61b2ce33a9a7 2018-10-04 17:25:25,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0927278995514s 2018-10-04 17:25:25,142 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-5ae0d8d3-4a2d-4c40-820a-61b2ce33a9a7 2018-10-04 17:25:25,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 17:25:25,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:25:25,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1907ff8-5517-450b-8492-d6f1eadb2c05 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba31fd8f746c4d30a1873bb694ddc227"}, "enabled": true, "id": "ba31fd8f746c4d30a1873bb694ddc227", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_e180603d-7371-4930-b7d0-b769765fad9f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 17:25:25,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-a1907ff8-5517-450b-8492-d6f1eadb2c05 2018-10-04 17:25:25,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0791530609131s 2018-10-04 17:25:25,227 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-a1907ff8-5517-450b-8492-d6f1eadb2c05 2018-10-04 17:25:25,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 17:25:25,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=a971c7076d6547b4a0367517c2f6f5a4&scope.project.id=ba31fd8f746c4d30a1873bb694ddc227&role.id=649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:25:25,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f89530e7-cd9e-43f9-962e-4d38092cdb80 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=a971c7076d6547b4a0367517c2f6f5a4&scope.project.id=ba31fd8f746c4d30a1873bb694ddc227&role.id=649d50d4e38f4048899913e0d7e41071", "previous": null, "next": null}} 2018-10-04 17:25:25,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=a971c7076d6547b4a0367517c2f6f5a4&scope.project.id=ba31fd8f746c4d30a1873bb694ddc227&role.id=649d50d4e38f4048899913e0d7e41071 used request id req-f89530e7-cd9e-43f9-962e-4d38092cdb80 2018-10-04 17:25:25,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0833749771118s 2018-10-04 17:25:25,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 17:25:25,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/ba31fd8f746c4d30a1873bb694ddc227/users/a971c7076d6547b4a0367517c2f6f5a4/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:25:25,442 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 17:25:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec20446f-783d-40ac-b86d-b43a11acd731 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 17:25:25,443 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/ba31fd8f746c4d30a1873bb694ddc227/users/a971c7076d6547b4a0367517c2f6f5a4/roles/649d50d4e38f4048899913e0d7e41071 used request id req-ec20446f-783d-40ac-b86d-b43a11acd731 2018-10-04 17:25:25,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.129769086838s 2018-10-04 17:25:25,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 17:25:25,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:25:25,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d7dd9be-d45e-4e17-8fd0-5493e74c27f9 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "7db7dc4dc3b4467ca17e5db7aca5ee77", "links": {"self": "http://172.30.9.23:5000/v3/roles/7db7dc4dc3b4467ca17e5db7aca5ee77"}, "name": "Member"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 17:25:25,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5d7dd9be-d45e-4e17-8fd0-5493e74c27f9 2018-10-04 17:25:25,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0795559883118s 2018-10-04 17:25:25,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 17:25:25,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:25:25,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e6b7207-fa89-4c4d-b995-87bf304aa0ce Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 17:25:25,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-2e6b7207-fa89-4c4d-b995-87bf304aa0ce 2018-10-04 17:25:25,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0772349834442s 2018-10-04 17:25:25,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 17:25:25,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:25:25,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4c38367-7cc6-43eb-b88d-ca570dac56c5 Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_e180603d-7371-4930-b7d0-b769765fad9f", "links": {"self": "http://172.30.9.23:5000/v3/users/a971c7076d6547b4a0367517c2f6f5a4"}, "domain_id": "default", "enabled": true, "id": "a971c7076d6547b4a0367517c2f6f5a4", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 17:25:25,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-a4c38367-7cc6-43eb-b88d-ca570dac56c5 2018-10-04 17:25:25,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0930571556091s 2018-10-04 17:25:25,696 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-a4c38367-7cc6-43eb-b88d-ca570dac56c5 2018-10-04 17:25:25,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 17:25:25,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=a971c7076d6547b4a0367517c2f6f5a4&role.id=649d50d4e38f4048899913e0d7e41071&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:25:25,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45754a2a-8088-4dc6-9d99-1a1f4102f60d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=a971c7076d6547b4a0367517c2f6f5a4&role.id=649d50d4e38f4048899913e0d7e41071&scope.domain.id=default", "previous": null, "next": null}} 2018-10-04 17:25:25,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=a971c7076d6547b4a0367517c2f6f5a4&role.id=649d50d4e38f4048899913e0d7e41071&scope.domain.id=default used request id req-45754a2a-8088-4dc6-9d99-1a1f4102f60d 2018-10-04 17:25:25,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0871069431305s 2018-10-04 17:25:25,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 17:25:25,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/domains/default/users/a971c7076d6547b4a0367517c2f6f5a4/roles/649d50d4e38f4048899913e0d7e41071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:25:25,927 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 17:25:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1111eaae-a719-4f08-a678-57b10f7f90a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 17:25:25,928 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/domains/default/users/a971c7076d6547b4a0367517c2f6f5a4/roles/649d50d4e38f4048899913e0d7e41071 used request id req-1111eaae-a719-4f08-a678-57b10f7f90a4 2018-10-04 17:25:25,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.13823390007s 2018-10-04 17:25:25,928 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-04 17:25:35,086 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-04 17:25:34.806 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a951d556-331f-463c-b94d-54005946d736) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a951d556-331f-463c-b94d-54005946d736 | 2018-10-04T17:25:34 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a951d556-331f-463c-b94d-54005946d736 ~/.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-10-04 17:25:38,215 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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 | +-------------+-------------------+-----------+ 2018-10-04 17:25:38,216 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-04 17:25:44,063 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-04 17:25:41.981 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-04 17:25:42.110 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-04 17:25:43.900 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=00ebd1b3-0d91-4d86-a8a8-7888202743d3) has been successfully created! Using verifier 'opnfv-tempest' (UUID=00ebd1b3-0d91-4d86-a8a8-7888202743d3) as the default verifier for the future CLI operations. 2018-10-04 17:25:46,823 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2018-10-04 17:25:46,823 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 17:25:46,946 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-04 17:25:46,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 17:25:46,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b70659af-c793-473a-b9df-8828ebcf911b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 17:25:46,954 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b70659af-c793-473a-b9df-8828ebcf911b 2018-10-04 17:25:46,954 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 17:25:47,346 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "649d50d4e38f4048899913e0d7e41071", "name": "admin"}, {"id": "7db7dc4dc3b4467ca17e5db7aca5ee77", "name": "Member"}], "expires_at": "2018-10-04T18:25:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba31fd8f746c4d30a1873bb694ddc227", "name": "tempest_full_paral-project_e180603d-7371-4930-b7d0-b769765fad9f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v1/ba31fd8f746c4d30a1873bb694ddc227", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "001fc72000684abd89e85472aececb68"}, {"url": "http://172.30.9.23:8776/v1/ba31fd8f746c4d30a1873bb694ddc227", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0723dbd3b76b4b6cb96ad876e805f7fd"}, {"url": "http://192.30.9.4:8776/v1/ba31fd8f746c4d30a1873bb694ddc227", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "780298bc756749e7ae3f22d3460c054c"}], "type": "volume", "id": "04e188ba2229474aa51ed4a1a73b6cd5", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ba31fd8f746c4d30a1873bb694ddc227", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "264e43c836004a45894768d57fd55001"}, {"url": "http://192.30.9.4:8004/v1/ba31fd8f746c4d30a1873bb694ddc227", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c7a2d63ba764613aa2c5ac75a71ec8b"}, {"url": "http://172.30.9.23:8004/v1/ba31fd8f746c4d30a1873bb694ddc227", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e274a519e64342952ea2def3ec04e4"}], "type": "orchestration", "id": "4e3803afdada4f0282185a634b143a23", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3e9477c07f4e4a19892a354c98485a3b"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406dd436ef7f4288a6cce1d81ef0695c"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef107e0d2d26496a9b9ca2639ae0097b"}], "type": "image", "id": "59a496e74f5646c2b5779998d6d0a5d1", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d2997dbe5794115b5750ce2013c7dc8"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "105abc6cfcb245efb903db9d49e1b135"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e24deeb7ef164a149fa80b8b2f3563d4"}], "type": "metric", "id": "6799ea448fd44a60905fe958d7ff7d5e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f6a38317d8f4c15b43e6bc7cc5c403e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359c5cae1c314ef8a1365f40d4b73284"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd63fa09dd5b4541835faf6d89e20155"}], "type": "placement", "id": "69cc2ae313bc4671a31fb0854d87a62d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "42972a4677c3497fa50c5c922e156a4a"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7172454a63e24ef783590811f101e5af"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ad5c197ae2e4ce3b99733df06049172"}], "type": "identity", "id": "75c2dea3c09f481399e886a7e93027be", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64d0ff524d7c4819b33e8e72dc184364"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863290b0ea17410680ce602b93f2be98"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e607b1421858461fa643bfcc09e6f204"}], "type": "network", "id": "7a2d74f7f0174dcf99cd1da524a3bbc1", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ba31fd8f746c4d30a1873bb694ddc227", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "211feb082ac946dcb3cae65fe0296c71"}, {"url": "http://192.30.9.4:8776/v3/ba31fd8f746c4d30a1873bb694ddc227", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6567ab84e18840cd8cc82ee9a6608b8f"}, {"url": "http://192.30.9.4:8776/v3/ba31fd8f746c4d30a1873bb694ddc227", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ef86335f0be14f19a5a2fa7e14a411f9"}], "type": "volumev3", "id": "831919cec7ea4416b7fa39382f0ec450", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2658a04fdd7a49c3b9c2a6661e19e573"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c461f9f5ba44715a2fac15f8ffe71e7"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "846a7e28158c4c9fbd1aeb359221060e"}], "type": "compute", "id": "84ae7dae1d654752877fbe60ba983133", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "9de42e89ee8e4c449ba5b8634a6e537e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "403ff41117b84261a6dcc17a0763b84c"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da4b3cefe0d748ea90606f7019c67ebf"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de4f6c0e647948f4b8adae23bbff15ec"}], "type": "alarming", "id": "a0c2c94d7c45424f82a58f35c13a3742", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16056f58dea9460bbda3dcfcf5afce6e"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1972cf4413fe4e1ca739d0199d78cd93"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88b3fe8f3eb94bba85c06a8fddaa3ad1"}], "type": "policy", "id": "a65f488c5b7447b6a889d205aeb6c730", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "66173ae566e94b23ba2ea8a40b3f6dbc"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fc0f9beca7a4df6adf846d66a2e7844"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e828053c824144cb9c4593852e34c9d9"}], "type": "cloudformation", "id": "d1afd93368da4d198e72f0a9e2085d9d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57b32a72d92048afb029fa634b81b3e6"}, {"url": "http://172.30.9.23:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8b3083494274d548850a5a206e598ad"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c224269941564b199c794a642d9ade07"}], "type": "nfv-orchestration", "id": "d3cc946255ef4134a374819222caad3a", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ba31fd8f746c4d30a1873bb694ddc227", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a449bafd7994011b47eaff90125f08d"}, {"url": "http://172.30.9.23:8776/v2/ba31fd8f746c4d30a1873bb694ddc227", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad0a0bbc1f284dfbb504e862a14d58ef"}, {"url": "http://192.30.9.4:8776/v2/ba31fd8f746c4d30a1873bb694ddc227", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fca46b2c4aac4cce9ca6b4cd041b2cba"}], "type": "volumev2", "id": "ddfe2244009046f482db99d896509678", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6f2f5c4bb13f43898e35c4578cad6695"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1b26292ef454294b5084cbe308f6145"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e302e41fccbb4896b8e8795e4403061e"}], "type": "key-manager", "id": "e6742dd5a24741bca7b03f8d507f5e5f", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_full_parallel-user_e180603d-7371-4930-b7d0-b769765fad9f", "id": "a971c7076d6547b4a0367517c2f6f5a4"}, "audit_ids": ["9OhtG_GgTIebezcYOOjupg"], "issued_at": "2018-10-04T17:25:47.000000Z"}} 2018-10-04 17:25:47,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb507acc51dacc2bfaffd0be2755b017036de043" 2018-10-04 17:25:47,353 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 04 Oct 2018 17:25:47 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-10-04 17:25:47,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 17:25:47,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb507acc51dacc2bfaffd0be2755b017036de043" 2018-10-04 17:25:47,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-bc249a86-8f18-4884-8384-95873e1c9f33 Date: Thu, 04 Oct 2018 17:25:47 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 17:25:47,896 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-bc249a86-8f18-4884-8384-95873e1c9f33 2018-10-04 17:25:47,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.541120052338s 2018-10-04 17:25:47,897 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-bc249a86-8f18-4884-8384-95873e1c9f33 2018-10-04 17:25:47,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 17:25:47,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bb507acc51dacc2bfaffd0be2755b017036de043" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_e180603d-7371-4930-b7d0-b769765fad9f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_e180603d-7371-4930-b7d0-b769765fad9f"}' 2018-10-04 17:25:48,586 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 893 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/b60f7d73-f03c-410c-a5dc-8c56542f403a X-Openstack-Request-Id: req-71a66451-5a85-4503-8159-674e81b82c4a Date: Thu, 04 Oct 2018 17:25:48 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/b60f7d73-f03c-410c-a5dc-8c56542f403a/file", "owner": "ba31fd8f746c4d30a1873bb694ddc227", "id": "b60f7d73-f03c-410c-a5dc-8c56542f403a", "size": null, "self": "/v2/images/b60f7d73-f03c-410c-a5dc-8c56542f403a", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T17:25:48Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_e180603d-7371-4930-b7d0-b769765fad9f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_e180603d-7371-4930-b7d0-b769765fad9f", "checksum": null, "created_at": "2018-10-04T17:25:48Z", "protected": false} 2018-10-04 17:25:48,587 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-71a66451-5a85-4503-8159-674e81b82c4a 2018-10-04 17:25:48,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.687727212906s 2018-10-04 17:25:48,587 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-71a66451-5a85-4503-8159-674e81b82c4a returning object b60f7d73-f03c-410c-a5dc-8c56542f403a 2018-10-04 17:25:48,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 17:25:48,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/b60f7d73-f03c-410c-a5dc-8c56542f403a/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb507acc51dacc2bfaffd0be2755b017036de043" -d '' 2018-10-04 17:25:50,021 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d58a9a14-6977-45aa-ba3a-db26774c6f0f Date: Thu, 04 Oct 2018 17:25:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 17:25:50,022 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b60f7d73-f03c-410c-a5dc-8c56542f403a/file used request id req-d58a9a14-6977-45aa-ba3a-db26774c6f0f 2018-10-04 17:25:50,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.43376898766s 2018-10-04 17:25:50,022 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b60f7d73-f03c-410c-a5dc-8c56542f403a/file used request id req-d58a9a14-6977-45aa-ba3a-db26774c6f0f 2018-10-04 17:25:50,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 17:25:50,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb507acc51dacc2bfaffd0be2755b017036de043" 2018-10-04 17:25:50,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-d47b3ecb-7b48-42cb-99a6-3aa0a55a988f Date: Thu, 04 Oct 2018 17:25:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b60f7d73-f03c-410c-a5dc-8c56542f403a/snap", "metadata": {}}], "file": "/v2/images/b60f7d73-f03c-410c-a5dc-8c56542f403a/file", "owner": "ba31fd8f746c4d30a1873bb694ddc227", "id": "b60f7d73-f03c-410c-a5dc-8c56542f403a", "size": 12716032, "self": "/v2/images/b60f7d73-f03c-410c-a5dc-8c56542f403a", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b60f7d73-f03c-410c-a5dc-8c56542f403a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T17:25:49Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_e180603d-7371-4930-b7d0-b769765fad9f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_e180603d-7371-4930-b7d0-b769765fad9f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T17:25:48Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 17:25:50,201 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d47b3ecb-7b48-42cb-99a6-3aa0a55a988f 2018-10-04 17:25:50,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.178029060364s 2018-10-04 17:25:50,201 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d47b3ecb-7b48-42cb-99a6-3aa0a55a988f 2018-10-04 17:25:50,203 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b60f7d73-f03c-410c-a5dc-8c56542f403a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b60f7d73-f03c-410c-a5dc-8c56542f403a/file', 'owner': u'ba31fd8f746c4d30a1873bb694ddc227', 'id': u'b60f7d73-f03c-410c-a5dc-8c56542f403a', 'size': 12716032, u'self': u'/v2/images/b60f7d73-f03c-410c-a5dc-8c56542f403a', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ba31fd8f746c4d30a1873bb694ddc227', 'name': 'tempest_full_paral-project_e180603d-7371-4930-b7d0-b769765fad9f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b60f7d73-f03c-410c-a5dc-8c56542f403a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T17:25:49Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T17:25:49Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_e180603d-7371-4930-b7d0-b769765fad9f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b60f7d73-f03c-410c-a5dc-8c56542f403a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_e180603d-7371-4930-b7d0-b769765fad9f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_e180603d-7371-4930-b7d0-b769765fad9f', 'created': u'2018-10-04T17:25:48Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T17:25:48Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b60f7d73-f03c-410c-a5dc-8c56542f403a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_e180603d-7371-4930-b7d0-b769765fad9f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 17:25:50,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 17:25:50,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_full_parallel-flavor_e180603d-7371-4930-b7d0-b769765fad9f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-04 17:25:50,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb44b101-44b7-4f74-9f0f-3e70caf3fac0 x-compute-request-id: req-cb44b101-44b7-4f74-9f0f-3e70caf3fac0 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/61c5bac9-53c8-447f-9164-8076150192c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/61c5bac9-53c8-447f-9164-8076150192c9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "61c5bac9-53c8-447f-9164-8076150192c9", "name": "tempest_full_parallel-flavor_e180603d-7371-4930-b7d0-b769765fad9f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 17:25:50,391 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-cb44b101-44b7-4f74-9f0f-3e70caf3fac0 2018-10-04 17:25:50,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.187191009521s 2018-10-04 17:25:50,392 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-cb44b101-44b7-4f74-9f0f-3e70caf3fac0 returning object 61c5bac9-53c8-447f-9164-8076150192c9 2018-10-04 17:25:50,393 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_e180603d-7371-4930-b7d0-b769765fad9f', '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'ba8ec7ddbe634bf4b6238a0de4b4bf1a', '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'61c5bac9-53c8-447f-9164-8076150192c9', 'swap': 0}) 2018-10-04 17:25:50,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 17:25:50,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/61c5bac9-53c8-447f-9164-8076150192c9/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" -d '{"extra_specs": {}}' 2018-10-04 17:25:50,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-38c7c2ad-e87b-4525-bf60-0766e4145ab0 x-compute-request-id: req-38c7c2ad-e87b-4525-bf60-0766e4145ab0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 17:25:50,417 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/61c5bac9-53c8-447f-9164-8076150192c9/os-extra_specs used request id req-38c7c2ad-e87b-4525-bf60-0766e4145ab0 2018-10-04 17:25:50,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0233478546143s 2018-10-04 17:25:50,417 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/61c5bac9-53c8-447f-9164-8076150192c9/os-extra_specs used request id req-38c7c2ad-e87b-4525-bf60-0766e4145ab0 2018-10-04 17:25:50,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 17:25:50,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb507acc51dacc2bfaffd0be2755b017036de043" 2018-10-04 17:25:50,428 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 17:25:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 17:25:50,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb507acc51dacc2bfaffd0be2755b017036de043" 2018-10-04 17:25:50,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7759debe-e668-471f-8001-422f8372e73a Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "7db7dc4dc3b4467ca17e5db7aca5ee77", "links": {"self": "http://172.30.9.23:5000/v3/roles/7db7dc4dc3b4467ca17e5db7aca5ee77"}, "name": "Member"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 17:25:50,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7759debe-e668-471f-8001-422f8372e73a 2018-10-04 17:25:50,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0971760749817s 2018-10-04 17:25:50,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-04 17:25:50,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb507acc51dacc2bfaffd0be2755b017036de043" 2018-10-04 17:25:50,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-75669086-1961-44f4-9091-da7a8a33350c x-compute-request-id: req-75669086-1961-44f4-9091-da7a8a33350c Content-Encoding: gzip Content-Length: 722 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 192}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10164, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10162, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-04 17:25:50,695 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-75669086-1961-44f4-9091-da7a8a33350c 2018-10-04 17:25:50,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.1752409935s 2018-10-04 17:25:50,695 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-75669086-1961-44f4-9091-da7a8a33350c 2018-10-04 17:25:50,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 17:25:50,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb507acc51dacc2bfaffd0be2755b017036de043" 2018-10-04 17:25:50,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-340d6e7a-dac1-4c27-885e-00f0d04644ee Date: Thu, 04 Oct 2018 17:25:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b60f7d73-f03c-410c-a5dc-8c56542f403a/snap", "metadata": {}}], "file": "/v2/images/b60f7d73-f03c-410c-a5dc-8c56542f403a/file", "owner": "ba31fd8f746c4d30a1873bb694ddc227", "id": "b60f7d73-f03c-410c-a5dc-8c56542f403a", "size": 12716032, "self": "/v2/images/b60f7d73-f03c-410c-a5dc-8c56542f403a", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b60f7d73-f03c-410c-a5dc-8c56542f403a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T17:25:49Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_e180603d-7371-4930-b7d0-b769765fad9f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_e180603d-7371-4930-b7d0-b769765fad9f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T17:25:48Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 17:25:50,859 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-340d6e7a-dac1-4c27-885e-00f0d04644ee 2018-10-04 17:25:50,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.162618160248s 2018-10-04 17:25:50,859 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-340d6e7a-dac1-4c27-885e-00f0d04644ee 2018-10-04 17:25:50,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 17:25:50,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bb507acc51dacc2bfaffd0be2755b017036de043" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_e180603d-7371-4930-b7d0-b769765fad9f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_alt_e180603d-7371-4930-b7d0-b769765fad9f"}' 2018-10-04 17:25:50,921 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 901 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/a9282578-cc2f-414f-a4e8-ac4f1b864d01 X-Openstack-Request-Id: req-93dd294c-e6ea-4f88-bfb7-96c9b6d35106 Date: Thu, 04 Oct 2018 17:25:50 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a9282578-cc2f-414f-a4e8-ac4f1b864d01/file", "owner": "ba31fd8f746c4d30a1873bb694ddc227", "id": "a9282578-cc2f-414f-a4e8-ac4f1b864d01", "size": null, "self": "/v2/images/a9282578-cc2f-414f-a4e8-ac4f1b864d01", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T17:25:50Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_e180603d-7371-4930-b7d0-b769765fad9f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_e180603d-7371-4930-b7d0-b769765fad9f", "checksum": null, "created_at": "2018-10-04T17:25:50Z", "protected": false} 2018-10-04 17:25:50,922 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-93dd294c-e6ea-4f88-bfb7-96c9b6d35106 2018-10-04 17:25:50,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0598571300507s 2018-10-04 17:25:50,922 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-93dd294c-e6ea-4f88-bfb7-96c9b6d35106 returning object a9282578-cc2f-414f-a4e8-ac4f1b864d01 2018-10-04 17:25:50,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 17:25:50,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/a9282578-cc2f-414f-a4e8-ac4f1b864d01/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb507acc51dacc2bfaffd0be2755b017036de043" -d '' 2018-10-04 17:25:52,098 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-69fdec5d-42fc-4faa-88d6-2d9535835313 Date: Thu, 04 Oct 2018 17:25:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 17:25:52,098 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/a9282578-cc2f-414f-a4e8-ac4f1b864d01/file used request id req-69fdec5d-42fc-4faa-88d6-2d9535835313 2018-10-04 17:25:52,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.1754899025s 2018-10-04 17:25:52,099 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/a9282578-cc2f-414f-a4e8-ac4f1b864d01/file used request id req-69fdec5d-42fc-4faa-88d6-2d9535835313 2018-10-04 17:25:52,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 17:25:52,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb507acc51dacc2bfaffd0be2755b017036de043" 2018-10-04 17:25:52,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2387 Content-Type: application/json X-Openstack-Request-Id: req-f48ff5f8-98da-422a-a25c-5aa055c97c4a Date: Thu, 04 Oct 2018 17:25:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/a9282578-cc2f-414f-a4e8-ac4f1b864d01/snap", "metadata": {}}], "file": "/v2/images/a9282578-cc2f-414f-a4e8-ac4f1b864d01/file", "owner": "ba31fd8f746c4d30a1873bb694ddc227", "id": "a9282578-cc2f-414f-a4e8-ac4f1b864d01", "size": 12716032, "self": "/v2/images/a9282578-cc2f-414f-a4e8-ac4f1b864d01", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/a9282578-cc2f-414f-a4e8-ac4f1b864d01/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T17:25:52Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_e180603d-7371-4930-b7d0-b769765fad9f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_e180603d-7371-4930-b7d0-b769765fad9f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T17:25:50Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b60f7d73-f03c-410c-a5dc-8c56542f403a/snap", "metadata": {}}], "file": "/v2/images/b60f7d73-f03c-410c-a5dc-8c56542f403a/file", "owner": "ba31fd8f746c4d30a1873bb694ddc227", "id": "b60f7d73-f03c-410c-a5dc-8c56542f403a", "size": 12716032, "self": "/v2/images/b60f7d73-f03c-410c-a5dc-8c56542f403a", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b60f7d73-f03c-410c-a5dc-8c56542f403a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T17:25:49Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_e180603d-7371-4930-b7d0-b769765fad9f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_e180603d-7371-4930-b7d0-b769765fad9f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T17:25:48Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 17:25:52,267 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-f48ff5f8-98da-422a-a25c-5aa055c97c4a 2018-10-04 17:25:52,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.167470932007s 2018-10-04 17:25:52,267 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-f48ff5f8-98da-422a-a25c-5aa055c97c4a 2018-10-04 17:25:52,270 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/a9282578-cc2f-414f-a4e8-ac4f1b864d01/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a9282578-cc2f-414f-a4e8-ac4f1b864d01/file', 'owner': u'ba31fd8f746c4d30a1873bb694ddc227', 'id': u'a9282578-cc2f-414f-a4e8-ac4f1b864d01', 'size': 12716032, u'self': u'/v2/images/a9282578-cc2f-414f-a4e8-ac4f1b864d01', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ba31fd8f746c4d30a1873bb694ddc227', 'name': 'tempest_full_paral-project_e180603d-7371-4930-b7d0-b769765fad9f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6be15035-4779-404d-9942-4ff40909e42b/images/a9282578-cc2f-414f-a4e8-ac4f1b864d01/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T17:25:52Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T17:25:52Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_e180603d-7371-4930-b7d0-b769765fad9f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/a9282578-cc2f-414f-a4e8-ac4f1b864d01', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_e180603d-7371-4930-b7d0-b769765fad9f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_e180603d-7371-4930-b7d0-b769765fad9f', 'created': u'2018-10-04T17:25:50Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T17:25:50Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a9282578-cc2f-414f-a4e8-ac4f1b864d01', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_e180603d-7371-4930-b7d0-b769765fad9f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 17:25:52,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 17:25:52,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_full_parallel-flavor_alt_e180603d-7371-4930-b7d0-b769765fad9f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-04 17:25:52,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33683a5c-04bc-4ed4-b170-159809c38c88 x-compute-request-id: req-33683a5c-04bc-4ed4-b170-159809c38c88 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/37a57d24-ce08-46a6-8bbc-98b4bc52052f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/37a57d24-ce08-46a6-8bbc-98b4bc52052f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "37a57d24-ce08-46a6-8bbc-98b4bc52052f", "name": "tempest_full_parallel-flavor_alt_e180603d-7371-4930-b7d0-b769765fad9f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 17:25:52,330 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-33683a5c-04bc-4ed4-b170-159809c38c88 2018-10-04 17:25:52,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0590560436249s 2018-10-04 17:25:52,330 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-33683a5c-04bc-4ed4-b170-159809c38c88 returning object 37a57d24-ce08-46a6-8bbc-98b4bc52052f 2018-10-04 17:25:52,331 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_e180603d-7371-4930-b7d0-b769765fad9f', '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'ba8ec7ddbe634bf4b6238a0de4b4bf1a', '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'37a57d24-ce08-46a6-8bbc-98b4bc52052f', 'swap': 0}) 2018-10-04 17:25:52,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 17:25:52,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/37a57d24-ce08-46a6-8bbc-98b4bc52052f/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" -d '{"extra_specs": {}}' 2018-10-04 17:25:52,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:25:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8f4c5e66-da44-4e0a-8da0-cacecf7d44b1 x-compute-request-id: req-8f4c5e66-da44-4e0a-8da0-cacecf7d44b1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 17:25:52,352 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/37a57d24-ce08-46a6-8bbc-98b4bc52052f/os-extra_specs used request id req-8f4c5e66-da44-4e0a-8da0-cacecf7d44b1 2018-10-04 17:25:52,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.02024102211s 2018-10-04 17:25:52,352 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/37a57d24-ce08-46a6-8bbc-98b4bc52052f/os-extra_specs used request id req-8f4c5e66-da44-4e0a-8da0-cacecf7d44b1 2018-10-04 17:25:52,353 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_e180603d-7371-4930-b7d0-b769765fad9f', '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'ba8ec7ddbe634bf4b6238a0de4b4bf1a', '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'37a57d24-ce08-46a6-8bbc-98b4bc52052f', 'swap': 0}) 2018-10-04 17:25:55,412 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-04 17:25:54.330 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=00ebd1b3-0d91-4d86-a8a8-7888202743d3) for deployment 'opnfv-rally' (UUID=a951d556-331f-463c-b94d-54005946d736). 2018-10-04 17:25:55.251 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-04 17:25:55.254 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=00ebd1b3-0d91-4d86-a8a8-7888202743d3) has been successfully configured for deployment 'opnfv-rally' (UUID=a951d556-331f-463c-b94d-54005946d736)! 2018-10-04 17:25:55,412 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-04 17:25:55,412 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-04 17:25:55,415 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-04 17:25:55,428 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-04 17:25:58,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-00ebd1b3-0d91-4d86-a8a8-7888202743d3/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2018-10-04 17:25:58,094 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-04 17:25:58,116 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-04 17:25:58,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_full_parallel/test_list.txt']'. 2018-10-04 17:26:00,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:00.150 49 INFO rally.api [-] Starting verification (UUID=c9e42f51-2862-4776-b716-1d550d49d031) for deployment 'opnfv-rally' (UUID=a951d556-331f-463c-b94d-54005946d736) by verifier 'opnfv-tempest' (UUID=00ebd1b3-0d91-4d86-a8a8-7888202743d3). 2018-10-04 17:26:00,151 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: c9e42f51-2862-4776-b716-1d550d49d031 2018-10-04 17:26:04,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:04.627 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2018-10-04 17:26:04,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:04.712 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest ... skip: The microversion range[2.37 - latest] of this test is out of the configuration range[None - None]. 2018-10-04 17:26:04,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:04.750 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2018-10-04 17:26:04,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:04.939 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-10-04 17:26:04,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:04.959 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test ... skip: The microversion range[2.6 - latest] of this test is out of the configuration range[None - None]. 2018-10-04 17:26:08,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.169 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.311s] 2018-10-04 17:26:08,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.302 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user ... success [0.197s] 2018-10-04 17:26:08,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.366 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.197s] 2018-10-04 17:26:08,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.377 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.189s] 2018-10-04 17:26:08,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.389 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.203s] 2018-10-04 17:26:08,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.391 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.013s] 2018-10-04 17:26:08,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.430 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.042s] 2018-10-04 17:26:08,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.481 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.090s] 2018-10-04 17:26:08,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.491 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.260s] 2018-10-04 17:26:08,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.535 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.105s] 2018-10-04 17:26:08,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.543 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.177s] 2018-10-04 17:26:08,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.546 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.065s] 2018-10-04 17:26:08,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.575 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.028s] 2018-10-04 17:26:08,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.591 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.015s] 2018-10-04 17:26:08,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.602 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.011s] 2018-10-04 17:26:08,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.608 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.117s] 2018-10-04 17:26:08,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.626 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.090s] 2018-10-04 17:26:08,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.652 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.026s] 2018-10-04 17:26:08,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.669 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.309s] 2018-10-04 17:26:08,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.742 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.267s] 2018-10-04 17:26:08,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.772 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.227s] 2018-10-04 17:26:08,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.813 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.069s] 2018-10-04 17:26:08,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.879 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id ... success [0.571s] 2018-10-04 17:26:08,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.880 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.223s] 2018-10-04 17:26:08,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.885 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.215s] 2018-10-04 17:26:08,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.889 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.012s] 2018-10-04 17:26:08,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.954 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.077s] 2018-10-04 17:26:08,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:08.982 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.592s] 2018-10-04 17:26:09,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:09.046 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user ... success [0.157s] 2018-10-04 17:26:09,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:09.086 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.315s] 2018-10-04 17:26:09,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:09.095 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.210s] 2018-10-04 17:26:09,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:09.275 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [0.974s] 2018-10-04 17:26:09,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:09.343 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.529s] 2018-10-04 17:26:09,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:09.420 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.437s] 2018-10-04 17:26:09,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:09.508 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.412s] 2018-10-04 17:26:09,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:09.550 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.200s] 2018-10-04 17:26:09,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:09.605 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [1.628s] 2018-10-04 17:26:09,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:09.671 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.251s] 2018-10-04 17:26:09,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:09.681 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.011s] 2018-10-04 17:26:09,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:09.687 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.179s] 2018-10-04 17:26:09,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:09.693 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.010s] 2018-10-04 17:26:09,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:09.705 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.012s] 2018-10-04 17:26:09,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:09.716 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.441s] 2018-10-04 17:26:09,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:09.751 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.200s] 2018-10-04 17:26:09,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:09.916 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.209s] 2018-10-04 17:26:10,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:10.002 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.914s] 2018-10-04 17:26:10,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:10.185 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.270s] 2018-10-04 17:26:10,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:10.245 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.058s] 2018-10-04 17:26:10,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:10.285 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.282s] 2018-10-04 17:26:10,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:10.386 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.141s] 2018-10-04 17:26:10,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:10.422 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.035s] 2018-10-04 17:26:10,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:10.442 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.020s] 2018-10-04 17:26:10,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:10.751 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [0.307s] 2018-10-04 17:26:10,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:10.958 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.207s] 2018-10-04 17:26:11,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:11.166 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [0.878s] 2018-10-04 17:26:11,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:11.569 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [3.649s] 2018-10-04 17:26:11,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:11.777 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.612s] 2018-10-04 17:26:13,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:13.534 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [1.757s] 2018-10-04 17:26:14,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:14.324 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON ... skip: The microversion range[2.10 - latest] of this test is out of the configuration range[None - None]. 2018-10-04 17:26:14,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:14.325 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-10-04 17:26:14,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:14.427 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2018-10-04 17:26:18,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:18.878 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [1.142s] 2018-10-04 17:26:18,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:18.948 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.106s] 2018-10-04 17:26:18,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:18.960 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.012s] 2018-10-04 17:26:18,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:18.998 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.230s] 2018-10-04 17:26:19,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:19.024 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.025s] 2018-10-04 17:26:19,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:19.124 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.164s] 2018-10-04 17:26:19,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:19.137 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.012s] 2018-10-04 17:26:19,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:19.159 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.022s] 2018-10-04 17:26:19,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:19.171 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.011s] 2018-10-04 17:26:19,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:19.213 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.279s] 2018-10-04 17:26:19,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:19.215 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.040s] 2018-10-04 17:26:19,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:19.223 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.010s] 2018-10-04 17:26:19,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:19.250 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.027s] 2018-10-04 17:26:19,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:19.261 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.010s] 2018-10-04 17:26:19,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:19.272 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.011s] 2018-10-04 17:26:19,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:19.286 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.015s] 2018-10-04 17:26:19,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:19.291 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.414s] 2018-10-04 17:26:19,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:19.296 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.009s] 2018-10-04 17:26:19,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:19.320 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.109s] 2018-10-04 17:26:19,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:19.325 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.029s] 2018-10-04 17:26:19,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:19.378 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.057s] 2018-10-04 17:26:19,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:19.427 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.049s] 2018-10-04 17:26:19,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:19.471 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.178s] 2018-10-04 17:26:19,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:19.547 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.168s] 2018-10-04 17:26:20,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:20.011 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [8.440s] 2018-10-04 17:26:20,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:20.241 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.770s] 2018-10-04 17:26:20,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:20.279 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.453s] 2018-10-04 17:26:20,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:20.343 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.064s] 2018-10-04 17:26:20,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:20.389 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.045s] 2018-10-04 17:26:20,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:20.466 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.225s] 2018-10-04 17:26:20,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:20.861 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.394s] 2018-10-04 17:26:21,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:21.614 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [13.516s] 2018-10-04 17:26:23,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:23.282 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [3.270s] 2018-10-04 17:26:23,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:23.286 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-10-04 17:26:23,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:23.289 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_rules_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-10-04 17:26:23,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:23.296 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.012s] 2018-10-04 17:26:23,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:23.737 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [15.423s] 2018-10-04 17:26:26,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:26.856 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [1.672s] 2018-10-04 17:26:27,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:27.948 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.509s] 2018-10-04 17:26:27,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:27.960 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.011s] 2018-10-04 17:26:27,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:27.988 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [1.133s] 2018-10-04 17:26:28,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:28.459 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.469s] 2018-10-04 17:26:29,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:29.259 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [3.360s] 2018-10-04 17:26:29,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:29.441 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [1.478s] 2018-10-04 17:26:29,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:29.444 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name ... skip [0.000s]: Neutron allows duplicate names for security groups 2018-10-04 17:26:29,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:29.448 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-10-04 17:26:29,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:29.449 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name ... skip [0.002s]: Skipped until Bug: 1161411 is resolved. 2018-10-04 17:26:29,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:29.459 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.202s] 2018-10-04 17:26:29,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:29.478 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.033s] 2018-10-04 17:26:29,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:29.678 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [2.240s] 2018-10-04 17:26:29,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:29.784 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.304s] 2018-10-04 17:26:29,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:29.787 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des ... skip [0.000s]: Neutron does not check the security group description 2018-10-04 17:26:29,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:29.788 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id ... skip [0.000s]: Neutron does not check the security group ID 2018-10-04 17:26:29,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:29.789 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name ... skip [0.000s]: Neutron does not check the security group name 2018-10-04 17:26:29,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:29.909 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [0.230s] 2018-10-04 17:26:30,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:30.006 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [0.097s] 2018-10-04 17:26:30,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:30.559 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.190s] 2018-10-04 17:26:31,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:31.526 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [1.516s] 2018-10-04 17:26:32,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:32.299 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.460s] 2018-10-04 17:26:32,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:32.335 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [2.874s] 2018-10-04 17:26:32,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:32.452 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [13.057s] 2018-10-04 17:26:32,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:32.548 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.249s] 2018-10-04 17:26:33,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:33.504 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.954s] 2018-10-04 17:26:35,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:35.646 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [15.363s] 2018-10-04 17:26:36,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:36.876 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [1.231s] 2018-10-04 17:26:36,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:36.978 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [16.588s] 2018-10-04 17:26:37,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:37.148 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.170s] 2018-10-04 17:26:37,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:37.371 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [18.671s] 2018-10-04 17:26:37,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:37.396 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.029s] 2018-10-04 17:26:37,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:37.409 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.013s] 2018-10-04 17:26:37,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:37.425 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.015s] 2018-10-04 17:26:37,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:37.434 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.009s] 2018-10-04 17:26:37,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:37.744 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.309s] 2018-10-04 17:26:38,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:38.059 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.315s] 2018-10-04 17:26:38,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:38.282 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [1.405s] 2018-10-04 17:26:38,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:38.375 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.315s] 2018-10-04 17:26:38,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:38.563 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.188s] 2018-10-04 17:26:39,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:39.345 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.781s] 2018-10-04 17:26:39,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:39.468 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [1.187s] 2018-10-04 17:26:39,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:39.650 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [15.910s] 2018-10-04 17:26:39,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:39.673 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [20.119s] 2018-10-04 17:26:39,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:39.678 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.010s] 2018-10-04 17:26:39,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:39.693 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.014s] 2018-10-04 17:26:39,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:39.706 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.012s] 2018-10-04 17:26:40,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:40.906 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [1.436s] 2018-10-04 17:26:41,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:41.420 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [0.513s] 2018-10-04 17:26:42,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:42.000 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [9.664s] 2018-10-04 17:26:42,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:42.485 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [1.064s] 2018-10-04 17:26:42,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:42.890 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [3.182s] 2018-10-04 17:26:44,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:44.590 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [2.103s] 2018-10-04 17:26:44,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:44.607 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [1.716s] 2018-10-04 17:26:45,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:45.067 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.477s] 2018-10-04 17:26:48,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:48.929 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.179s] 2018-10-04 17:26:48,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:48.941 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.012s] 2018-10-04 17:26:48,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:48.953 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.012s] 2018-10-04 17:26:49,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:49.082 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.129s] 2018-10-04 17:26:49,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:49.095 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.012s] 2018-10-04 17:26:49,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:49.139 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.043s] 2018-10-04 17:26:49,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:49.162 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.022s] 2018-10-04 17:26:49,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:49.209 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.047s] 2018-10-04 17:26:49,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:49.222 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.013s] 2018-10-04 17:26:49,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:49.266 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.044s] 2018-10-04 17:26:49,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:49.287 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.020s] 2018-10-04 17:26:51,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:51.825 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [11.391s] 2018-10-04 17:26:52,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:52.000 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.177s] 2018-10-04 17:26:52,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:52.079 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.564s] 2018-10-04 17:26:52,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:52.515 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.435s] 2018-10-04 17:26:52,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:52.527 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [0.526s] 2018-10-04 17:26:53,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:53.348 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.819s] 2018-10-04 17:26:53,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:53.392 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.045s] 2018-10-04 17:26:53,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:53.816 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.286s] 2018-10-04 17:26:53,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:53.937 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.121s] 2018-10-04 17:26:54,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:54.047 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.109s] 2018-10-04 17:26:54,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:54.317 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.270s] 2018-10-04 17:26:54,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:54.600 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [1.206s] 2018-10-04 17:26:54,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:54.621 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [1.369s] 2018-10-04 17:26:54,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:54.715 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2018-10-04 17:26:55,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:55.200 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.598s] 2018-10-04 17:26:55,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:55.285 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.663s] 2018-10-04 17:26:55,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:55.890 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [0.605s] 2018-10-04 17:26:58,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:58.505 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [2.613s] 2018-10-04 17:26:59,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:59.056 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.171s] 2018-10-04 17:26:59,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:59.096 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.039s] 2018-10-04 17:26:59,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:59.269 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [0.764s] 2018-10-04 17:26:59,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:26:59.346 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.249s] 2018-10-04 17:27:02,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:02.934 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.197s] 2018-10-04 17:27:02,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:02.998 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.064s] 2018-10-04 17:27:03,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:03.060 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.062s] 2018-10-04 17:27:03,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:03.123 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.062s] 2018-10-04 17:27:03,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:03.160 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.036s] 2018-10-04 17:27:03,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:03.225 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.065s] 2018-10-04 17:27:03,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:03.280 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.054s] 2018-10-04 17:27:03,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:03.341 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.060s] 2018-10-04 17:27:03,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:03.435 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.094s] 2018-10-04 17:27:03,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:03.521 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.085s] 2018-10-04 17:27:03,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:03.595 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.074s] 2018-10-04 17:27:06,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:06.746 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [23.637s] 2018-10-04 17:27:08,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:08.779 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [2.035s] 2018-10-04 17:27:09,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:09.350 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [11.934s] 2018-10-04 17:27:10,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:10.956 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test ... skip: The microversion range[2.25 - latest] of this test is out of the configuration range[None - None]. 2018-10-04 17:27:18,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:18.323 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [9.541s] 2018-10-04 17:27:21,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:21.680 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_second_image_when_first_image_is_being_saved ... success [48.163s] 2018-10-04 17:27:23,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:23.252 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [21.645s] 2018-10-04 17:27:23,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:23.789 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.056s] 2018-10-04 17:27:23,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:23.893 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.102s] 2018-10-04 17:27:27,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:27.841 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [3.295s] 2018-10-04 17:27:27,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:27.930 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.090s] 2018-10-04 17:27:28,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:28.464 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.533s] 2018-10-04 17:27:28,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:28.571 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.104s] 2018-10-04 17:27:28,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:28.576 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-10-04 17:27:28,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:28.576 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [11.994s] 2018-10-04 17:27:29,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:29.193 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.000s]: Block Live migration not available 2018-10-04 17:27:30,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:30.818 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [7.561s] 2018-10-04 17:27:34,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:34.187 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [35.178s] 2018-10-04 17:27:35,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:35.657 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [24.343s] 2018-10-04 17:27:37,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:37.333 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [3.153s] 2018-10-04 17:27:37,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:37.743 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [9.169s] 2018-10-04 17:27:49,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:49.309 49 INFO opnfv-tempest [-] {14} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON ... skip: The microversion range[2.2 - latest] of this test is out of the configuration range[None - None]. 2018-10-04 17:27:55,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:55.806 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... success [5.855s] 2018-10-04 17:27:55,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:55.875 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.068s] 2018-10-04 17:27:56,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:56.313 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.437s] 2018-10-04 17:27:56,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:56.412 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... success [0.098s] 2018-10-04 17:27:56,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:27:56.413 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-10-04 17:28:02,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:02.290 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.575s] 2018-10-04 17:28:10,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:10.268 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.532s] 2018-10-04 17:28:10,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:10.331 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.063s] 2018-10-04 17:28:10,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:10.905 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [52.569s] 2018-10-04 17:28:12,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:12.922 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [2.590s] 2018-10-04 17:28:12,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:12.985 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.063s] 2018-10-04 17:28:13,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:13.322 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [2.424s] 2018-10-04 17:28:16,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:16.074 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [3.088s] 2018-10-04 17:28:17,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:17.525 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [55.835s] 2018-10-04 17:28:17,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:17.604 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... success [83.274s] 2018-10-04 17:28:18,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:18.853 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [49.646s] 2018-10-04 17:28:22,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:22.877 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [122.431s] 2018-10-04 17:28:22,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:22.907 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.036s] 2018-10-04 17:28:23,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:23.529 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_with_floating_ip ... success [24.118s] 2018-10-04 17:28:23,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:23.540 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip ... success [0.012s] 2018-10-04 17:28:23,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:23.987 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.446s] 2018-10-04 17:28:24,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:24.034 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.047s] 2018-10-04 17:28:24,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:24.252 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [74.883s] 2018-10-04 17:28:25,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:25.730 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_allocate_floating_ip_from_nonexistent_pool ... success [0.368s] 2018-10-04 17:28:25,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:25.908 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.178s] 2018-10-04 17:28:29,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:29.753 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [5.503s] 2018-10-04 17:28:29,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:29.932 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [21.773s] 2018-10-04 17:28:31,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:31.094 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.762s] 2018-10-04 17:28:32,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:32.050 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [56.381s] 2018-10-04 17:28:32,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:32.675 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [1.581s] 2018-10-04 17:28:39,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:39.320 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [5.073s] 2018-10-04 17:28:41,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:41.091 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [5.637s] 2018-10-04 17:28:41,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:41.855 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.001s]: Change password not available. 2018-10-04 17:28:46,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:46.001 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port ... success [4.909s] 2018-10-04 17:28:46,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:46.013 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id ... success [0.012s] 2018-10-04 17:28:47,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:47.323 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_ip_protocol ... success [1.308s] 2018-10-04 17:28:47,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:47.888 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [17.954s] 2018-10-04 17:28:50,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:50.413 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range ... success [3.090s] 2018-10-04 17:28:50,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:50.845 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [2.812s] 2018-10-04 17:28:53,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:53.553 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [118.320s] 2018-10-04 17:28:53,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:53.631 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port ... success [3.218s] 2018-10-04 17:28:53,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:53.841 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_non_existent_id ... success [0.210s] 2018-10-04 17:28:53,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:53.872 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_delete_security_group_rule_with_non_existent_id ... success [0.030s] 2018-10-04 17:28:55,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:55.023 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [1.924s] 2018-10-04 17:28:56,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:56.433 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [26.672s] 2018-10-04 17:28:56,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:56.435 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state ... skip [0.000s]: Shelve is not available. 2018-10-04 17:28:57,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:57.564 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.050s] 2018-10-04 17:28:57,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:57.576 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.012s] 2018-10-04 17:28:58,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:28:58.598 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [7.751s] 2018-10-04 17:29:00,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:00.778 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [2.181s] 2018-10-04 17:29:01,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:01.964 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON ... fail 2018-10-04 17:29:01,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:01.965 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTest ... skip: The microversion range[2.32 - 2.32] of this test is out of the configuration range[None - None]. 2018-10-04 17:29:05,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:05.300 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [11.747s] 2018-10-04 17:29:05,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:05.309 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [25.982s] 2018-10-04 17:29:05,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:05.900 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [0.315s] 2018-10-04 17:29:05,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:05.963 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 17:29:06,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:06.340 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [1.045s] 2018-10-04 17:29:07,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:07.355 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [48.493s] 2018-10-04 17:29:07,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:07.357 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration ... skip [0.002s]: Skipped until Bug: 1524898 is resolved. 2018-10-04 17:29:11,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:11.195 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_add_image_member ... fail [0.012s] 2018-10-04 17:29:11,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:11.207 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_get_shared_images ... fail [0.012s] 2018-10-04 17:29:11,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:11.217 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_remove_member ... fail [0.009s] 2018-10-04 17:29:16,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:16.638 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [40.912s] 2018-10-04 17:29:19,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:19.648 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... fail [37.768s] 2018-10-04 17:29:20,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:20.983 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time ... success [0.156s] 2018-10-04 17:29:21,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:21.219 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user ... success [0.235s] 2018-10-04 17:29:24,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:24.047 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.470s] 2018-10-04 17:29:25,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:25.128 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [8.493s] 2018-10-04 17:29:25,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:25.415 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_http_image ... fail [0.010s] 2018-10-04 17:29:25,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:25.422 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_image_with_min_ram ... fail [0.006s] 2018-10-04 17:29:25,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:25.430 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_remote_image ... fail [0.007s] 2018-10-04 17:29:25,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:25.436 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_then_upload ... fail [0.005s] 2018-10-04 17:29:25,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:25.991 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [1.075s] 2018-10-04 17:29:26,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:26.042 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.051s] 2018-10-04 17:29:29,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:29.314 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [9.672s] 2018-10-04 17:29:30,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:30.990 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.395s] 2018-10-04 17:29:31,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:31.009 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.019s] 2018-10-04 17:29:31,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:31.028 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.019s] 2018-10-04 17:29:31,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:31.344 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.314s] 2018-10-04 17:29:33,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:33.177 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.829s] 2018-10-04 17:29:33,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:33.194 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.020s] 2018-10-04 17:29:33,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:33.213 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.018s] 2018-10-04 17:29:33,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:33.224 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.010s] 2018-10-04 17:29:33,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:33.235 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.010s] 2018-10-04 17:29:33,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:33.254 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.019s] 2018-10-04 17:29:33,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:33.272 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.016s] 2018-10-04 17:29:33,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:33.284 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.012s] 2018-10-04 17:29:34,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:34.786 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 17:29:41,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:41.933 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.244s] 2018-10-04 17:29:41,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:41.938 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [0.840s] 2018-10-04 17:29:42,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:42.299 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.367s] 2018-10-04 17:29:42,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:42.394 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.455s] 2018-10-04 17:29:42,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:42.688 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [79.753s] 2018-10-04 17:29:42,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:42.702 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.403s] 2018-10-04 17:29:43,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:43.186 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.482s] 2018-10-04 17:29:43,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:43.560 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.167s] 2018-10-04 17:29:43,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:43.658 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.472s] 2018-10-04 17:29:43,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:43.782 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.124s] 2018-10-04 17:29:43,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:43.929 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.146s] 2018-10-04 17:29:44,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:44.060 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.130s] 2018-10-04 17:29:44,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:44.125 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.064s] 2018-10-04 17:29:44,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:44.198 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.073s] 2018-10-04 17:29:44,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:44.370 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.170s] 2018-10-04 17:29:49,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:49.814 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [14.229s] 2018-10-04 17:29:53,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:53.161 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [17.904s] 2018-10-04 17:29:54,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:54.120 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTestV2_42 ... skip: The microversion range[2.42 - latest] of this test is out of the configuration range[None - None]. 2018-10-04 17:29:58,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:29:58.776 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [53.454s] 2018-10-04 17:30:07,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:07.764 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_add_member_with_non_existing_image ... fail [0.036s] 2018-10-04 17:30:07,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:07.773 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_delete_member_with_non_existing_image ... fail [0.006s] 2018-10-04 17:30:07,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:07.778 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_delete_member_with_non_existing_tenant ... fail [0.011s] 2018-10-04 17:30:07,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:07.787 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_get_image_without_membership ... fail [0.009s] 2018-10-04 17:30:12,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:12.179 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... fail [0.233s] 2018-10-04 17:30:12,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:12.935 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [43.611s] 2018-10-04 17:30:13,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:13.584 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [77.139s] 2018-10-04 17:30:13,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:13.791 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2018-10-04 17:30:15,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:15.006 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [12.126s] 2018-10-04 17:30:15,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:15.097 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.091s] 2018-10-04 17:30:15,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:15.327 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.229s] 2018-10-04 17:30:15,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:15.459 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.131s] 2018-10-04 17:30:15,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:15.460 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-10-04 17:30:15,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:15.722 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [24.735s] 2018-10-04 17:30:18,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:18.141 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.579s] 2018-10-04 17:30:18,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:18.336 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.194s] 2018-10-04 17:30:18,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:18.366 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.078s] 2018-10-04 17:30:18,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:18.737 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.402s] 2018-10-04 17:30:20,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:20.214 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.075s] 2018-10-04 17:30:21,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:21.524 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [28.362s] 2018-10-04 17:30:22,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:22.815 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [4.346s] 2018-10-04 17:30:24,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:24.493 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [51.944s] 2018-10-04 17:30:24,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:24.500 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.283s] 2018-10-04 17:30:26,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:26.622 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [21.531s] 2018-10-04 17:30:26,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:26.625 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts ... skip [0.000s]: DifferentHostFilter is not available. 2018-10-04 17:30:26,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:26.626 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers ... skip [0.000s]: DifferentHostFilter is not available. 2018-10-04 17:30:26,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:26.627 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host ... skip [0.000s]: SameHostFilter is not available. 2018-10-04 17:30:30,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:30.671 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [46.287s] 2018-10-04 17:30:30,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:30.685 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.020s] 2018-10-04 17:30:31,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:31.194 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [88.956s] 2018-10-04 17:30:31,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:31.476 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [0.788s] 2018-10-04 17:30:31,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:31.479 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex ... skip [0.001s]: Skipped until Bug: 1540645 is resolved. 2018-10-04 17:30:31,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:31.721 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.242s] 2018-10-04 17:30:31,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:31.863 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.143s] 2018-10-04 17:30:32,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:32.668 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.226s] 2018-10-04 17:30:32,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:32.879 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.212s] 2018-10-04 17:30:33,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:33.029 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.149s] 2018-10-04 17:30:33,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:33.561 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [0.530s] 2018-10-04 17:30:33,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:33.827 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.266s] 2018-10-04 17:30:37,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:37.396 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [38.612s] 2018-10-04 17:30:39,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:39.499 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [5.819s] 2018-10-04 17:30:41,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:41.207 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.708s] 2018-10-04 17:30:41,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:41.380 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON ... skip: The microversion range[2.21 - latest] of this test is out of the configuration range[None - None]. 2018-10-04 17:30:43,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:43.496 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON ... fail 2018-10-04 17:30:44,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:44.808 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.726s] 2018-10-04 17:30:45,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:45.217 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.409s] 2018-10-04 17:30:45,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:45.953 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [0.735s] 2018-10-04 17:30:45,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:45.998 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [4.790s] 2018-10-04 17:30:46,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:46.204 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [2.999s] 2018-10-04 17:30:46,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:46.367 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.414s] 2018-10-04 17:30:47,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:47.017 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.648s] 2018-10-04 17:30:47,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:47.512 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.496s] 2018-10-04 17:30:47,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:47.526 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [20.946s] 2018-10-04 17:30:49,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:49.279 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [3.072s] 2018-10-04 17:30:49,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:49.601 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.602s] 2018-10-04 17:30:50,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:50.398 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.478s] 2018-10-04 17:30:50,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:50.895 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [13.499s] 2018-10-04 17:30:51,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:51.109 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [1.831s] 2018-10-04 17:30:51,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:51.965 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [30.441s] 2018-10-04 17:30:52,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:52.627 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [2.228s] 2018-10-04 17:30:55,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:55.168 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [4.058s] 2018-10-04 17:30:56,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:56.068 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id ... success [3.440s] 2018-10-04 17:30:58,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:30:58.954 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 17:31:00,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:00.287 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted ... success [4.217s] 2018-10-04 17:31:01,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:01.734 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [0.403s] 2018-10-04 17:31:02,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:02.039 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [0.305s] 2018-10-04 17:31:02,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:02.631 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [49.037s] 2018-10-04 17:31:02,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:02.743 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.405s] 2018-10-04 17:31:03,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:03.543 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.256s] 2018-10-04 17:31:03,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:03.917 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [50.967s] 2018-10-04 17:31:04,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:04.560 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.647s] 2018-10-04 17:31:06,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:06.412 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [2.634s] 2018-10-04 17:31:10,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:10.197 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [8.156s] 2018-10-04 17:31:11,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:11.651 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [1.454s] 2018-10-04 17:31:11,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:11.804 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [19.837s] 2018-10-04 17:31:14,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:14.157 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.093s] 2018-10-04 17:31:14,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:14.596 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.439s] 2018-10-04 17:31:14,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:14.659 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.062s] 2018-10-04 17:31:14,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:14.721 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.061s] 2018-10-04 17:31:14,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:14.795 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.073s] 2018-10-04 17:31:15,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:15.788 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [2.777s] 2018-10-04 17:31:15,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:15.822 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [4.170s] 2018-10-04 17:31:16,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:16.058 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [1.262s] 2018-10-04 17:31:16,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:16.830 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [0.771s] 2018-10-04 17:31:17,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:17.796 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [95.086s] 2018-10-04 17:31:18,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:18.411 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2018-10-04 17:31:19,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:19.655 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [103.435s] 2018-10-04 17:31:21,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:21.915 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [17.348s] 2018-10-04 17:31:24,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:24.891 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [5.239s] 2018-10-04 17:31:25,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:25.128 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2018-10-04 17:31:25,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:25.280 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [19.557s] 2018-10-04 17:31:25,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:25.976 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.066s] 2018-10-04 17:31:25,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:25.987 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-10-04 17:31:26,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:26.127 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.139s] 2018-10-04 17:31:26,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:26.142 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.014s] 2018-10-04 17:31:26,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:26.153 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-10-04 17:31:26,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:26.186 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.033s] 2018-10-04 17:31:26,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:26.258 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.070s] 2018-10-04 17:31:26,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:26.316 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.058s] 2018-10-04 17:31:26,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:26.601 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.284s] 2018-10-04 17:31:26,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:26.615 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-10-04 17:31:26,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:26.679 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.063s] 2018-10-04 17:31:29,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:29.854 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [7.940s] 2018-10-04 17:31:29,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:29.930 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.855s] 2018-10-04 17:31:30,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:30.394 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.464s] 2018-10-04 17:31:30,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:30.665 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.270s] 2018-10-04 17:31:31,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:31.379 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.713s] 2018-10-04 17:31:32,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:32.320 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.941s] 2018-10-04 17:31:34,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:34.057 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [22.251s] 2018-10-04 17:31:34,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:34.230 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [1.908s] 2018-10-04 17:31:34,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:34.336 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [2.903s] 2018-10-04 17:31:35,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:35.489 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [1.259s] 2018-10-04 17:31:35,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:35.508 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [4.548s] 2018-10-04 17:31:35,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:35.606 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.100s] 2018-10-04 17:31:36,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:36.443 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [2.105s] 2018-10-04 17:31:36,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:36.744 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [11.175s] 2018-10-04 17:31:37,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:37.496 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [12.604s] 2018-10-04 17:31:42,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:42.448 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [4.139s] 2018-10-04 17:31:43,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:43.525 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [13.671s] 2018-10-04 17:31:43,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:43.539 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.008s] 2018-10-04 17:31:44,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:44.029 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [0.504s]: Skipped until Bug: 1014647 is resolved. 2018-10-04 17:31:45,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:45.680 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.143s] 2018-10-04 17:31:45,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:45.856 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.175s] 2018-10-04 17:31:46,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:46.013 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.157s] 2018-10-04 17:31:46,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:46.169 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.155s] 2018-10-04 17:31:46,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:46.219 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [20.939s] 2018-10-04 17:31:46,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:46.324 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.155s] 2018-10-04 17:31:46,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:46.472 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.148s] 2018-10-04 17:31:46,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:46.493 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2018-10-04 17:31:46,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:46.675 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.202s] 2018-10-04 17:31:46,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:46.818 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.143s] 2018-10-04 17:31:46,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:46.964 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.145s] 2018-10-04 17:31:46,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:46.972 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.008s] 2018-10-04 17:31:47,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:47.149 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [75.939s] 2018-10-04 17:31:48,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:48.316 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [92.578s] 2018-10-04 17:31:49,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:49.640 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [5.678s] 2018-10-04 17:31:49,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:49.768 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-10-04 17:31:53,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:53.411 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.109s] 2018-10-04 17:31:53,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:53.495 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.164s] 2018-10-04 17:31:53,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:53.660 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.165s] 2018-10-04 17:31:54,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:54.811 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [1.149s] 2018-10-04 17:31:55,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:55.203 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [21.146s] 2018-10-04 17:31:56,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:56.736 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.923s] 2018-10-04 17:31:56,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:56.889 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.153s] 2018-10-04 17:31:57,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:57.041 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.152s] 2018-10-04 17:31:57,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:57.276 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.235s] 2018-10-04 17:31:57,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:31:57.433 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.157s] 2018-10-04 17:32:00,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:00.384 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [10.743s] 2018-10-04 17:32:00,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:00.725 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_servers.ServerShowV247Test ... skip: The microversion range[2.47 - latest] of this test is out of the configuration range[None - None]. 2018-10-04 17:32:00,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:00.727 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 17:32:00,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:00.791 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [2.672s] 2018-10-04 17:32:00,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:00.958 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [70.046s] 2018-10-04 17:32:01,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:01.640 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.849s] 2018-10-04 17:32:02,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:02.730 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.780s] 2018-10-04 17:32:03,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:03.784 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... fail 2018-10-04 17:32:08,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:08.702 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [5.971s] 2018-10-04 17:32:09,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:09.731 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [2.218s] 2018-10-04 17:32:10,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:10.161 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [9.776s] 2018-10-04 17:32:10,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:10.927 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [5.998s] 2018-10-04 17:32:10,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:10.991 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [1.260s] 2018-10-04 17:32:11,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:11.519 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [107.007s] 2018-10-04 17:32:12,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:12.078 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [1.084s] 2018-10-04 17:32:12,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:12.922 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [0.844s] 2018-10-04 17:32:13,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:13.144 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [4.442s] 2018-10-04 17:32:13,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:13.919 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest ... skip: DVR extension not enabled. 2018-10-04 17:32:13,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:13.921 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2018-10-04 17:32:13,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:13.922 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2018-10-04 17:32:13,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:13.923 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2018-10-04 17:32:14,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:14.272 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.128s] 2018-10-04 17:32:15,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:15.081 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.808s] 2018-10-04 17:32:15,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:15.826 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [20.622s] 2018-10-04 17:32:15,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:15.908 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.827s] 2018-10-04 17:32:16,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:16.432 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [3.509s] 2018-10-04 17:32:16,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:16.761 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.852s] 2018-10-04 17:32:17,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:17.368 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.606s] 2018-10-04 17:32:18,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:18.320 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.298s] 2018-10-04 17:32:18,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:18.647 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [2.214s] 2018-10-04 17:32:18,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:18.866 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.546s] 2018-10-04 17:32:19,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:19.142 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [1.773s] 2018-10-04 17:32:21,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:21.761 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [2.617s] 2018-10-04 17:32:22,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:22.192 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.431s] 2018-10-04 17:32:22,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:22.463 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.270s] 2018-10-04 17:32:22,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:22.699 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.236s] 2018-10-04 17:32:23,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:23.288 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [37.066s] 2018-10-04 17:32:23,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:23.376 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.675s] 2018-10-04 17:32:23,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:23.638 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.262s] 2018-10-04 17:32:24,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:24.220 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.580s] 2018-10-04 17:32:24,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:24.845 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.624s] 2018-10-04 17:32:25,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:25.641 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.795s] 2018-10-04 17:32:26,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:26.208 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.567s] 2018-10-04 17:32:28,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:28.566 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [44.526s] 2018-10-04 17:32:28,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:28.969 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [11.568s] 2018-10-04 17:32:29,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:29.623 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 17:32:30,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:30.026 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.279s] 2018-10-04 17:32:31,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:31.190 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [4.979s] 2018-10-04 17:32:31,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:31.191 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded ... skip [0.000s]: Nova personality feature disabled 2018-10-04 17:32:31,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:31.612 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.422s] 2018-10-04 17:32:31,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:31.870 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.176s] 2018-10-04 17:32:32,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:32.032 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.161s] 2018-10-04 17:32:32,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:32.173 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.560s] 2018-10-04 17:32:32,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:32.292 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [43.969s] 2018-10-04 17:32:32,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:32.487 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.454s] 2018-10-04 17:32:32,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:32.533 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.359s] 2018-10-04 17:32:32,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:32.678 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.190s] 2018-10-04 17:32:32,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:32.867 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.189s] 2018-10-04 17:32:32,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:32.906 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.039s] 2018-10-04 17:32:33,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:33.060 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.527s] 2018-10-04 17:32:33,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:33.261 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.353s] 2018-10-04 17:32:33,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:33.266 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [17.440s] 2018-10-04 17:32:33,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:33.422 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [90.768s] 2018-10-04 17:32:33,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:33.460 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.199s] 2018-10-04 17:32:33,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:33.470 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.409s] 2018-10-04 17:32:33,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:33.665 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.205s] 2018-10-04 17:32:33,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:33.721 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.055s] 2018-10-04 17:32:33,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:33.783 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.060s] 2018-10-04 17:32:33,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:33.969 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.498s] 2018-10-04 17:32:34,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:34.058 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.275s] 2018-10-04 17:32:34,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:34.093 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.034s] 2018-10-04 17:32:34,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:34.145 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.051s] 2018-10-04 17:32:34,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:34.196 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.050s] 2018-10-04 17:32:34,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:34.500 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.531s] 2018-10-04 17:32:34,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:34.924 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.423s] 2018-10-04 17:32:35,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:35.459 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.535s] 2018-10-04 17:32:35,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:35.672 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.068s] 2018-10-04 17:32:35,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:35.725 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.265s] 2018-10-04 17:32:35,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:35.760 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.088s] 2018-10-04 17:32:36,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:36.210 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.484s] 2018-10-04 17:32:36,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:36.240 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [0.479s] 2018-10-04 17:32:36,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:36.840 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [0.599s] 2018-10-04 17:32:36,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:36.916 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.704s] 2018-10-04 17:32:36,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:36.918 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-10-04 17:32:36,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:36.920 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... skip [0.000s]: Shelve is not available. 2018-10-04 17:32:37,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:37.399 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.483s] 2018-10-04 17:32:37,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:37.853 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.453s] 2018-10-04 17:32:38,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:38.993 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [13.159s] 2018-10-04 17:32:39,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:39.038 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.047s] 2018-10-04 17:32:39,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:39.604 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.564s] 2018-10-04 17:32:40,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:40.800 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [10.772s] 2018-10-04 17:32:40,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:40.995 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_add_list_remove_router_on_l3_agent ... success [1.777s] 2018-10-04 17:32:41,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:41.394 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_list_routers_on_l3_agent ... success [0.399s] 2018-10-04 17:32:42,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:42.168 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [18.879s] 2018-10-04 17:32:42,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:42.467 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [2.862s] 2018-10-04 17:32:42,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:42.580 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.525s] 2018-10-04 17:32:42,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:42.958 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.378s] 2018-10-04 17:32:43,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:43.412 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.453s] 2018-10-04 17:32:43,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:43.796 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.383s] 2018-10-04 17:32:44,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:44.202 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.405s] 2018-10-04 17:32:45,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:45.979 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [3.511s] 2018-10-04 17:32:46,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:46.075 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [8.219s] 2018-10-04 17:32:46,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:46.227 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.248s] 2018-10-04 17:32:46,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:46.345 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.118s] 2018-10-04 17:32:46,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:46.352 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.278s] 2018-10-04 17:32:46,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:46.658 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.305s] 2018-10-04 17:32:46,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:46.660 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-10-04 17:32:46,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:46.661 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state ... skip [0.000s]: Shelve is not available. 2018-10-04 17:32:47,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:47.136 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.477s] 2018-10-04 17:32:47,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:47.578 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.442s] 2018-10-04 17:32:47,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:47.857 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.278s] 2018-10-04 17:32:48,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:48.279 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [90.466s] 2018-10-04 17:32:48,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:48.288 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.238s] 2018-10-04 17:32:48,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:48.397 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.108s] 2018-10-04 17:32:48,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:48.469 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.072s] 2018-10-04 17:32:48,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:48.551 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.081s] 2018-10-04 17:32:48,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:48.629 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.077s] 2018-10-04 17:32:49,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:49.955 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [7.638s] 2018-10-04 17:32:50,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:50.240 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [21.267s] 2018-10-04 17:32:50,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:50.515 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.246s] 2018-10-04 17:32:50,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:50.762 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2018-10-04 17:32:50,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:50.765 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-10-04 17:32:50,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:50.766 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-04 17:32:50,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:50.767 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_groups.GroupsV319Test ... skip: The microversion range[3.19 - latest] of this test is out of the configuration range[None - None]. 2018-10-04 17:32:50,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:50.769 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2018-10-04 17:32:51,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:51.622 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [10.822s] 2018-10-04 17:32:54,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:54.400 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [42.871s] 2018-10-04 17:32:55,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:55.666 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.710s] 2018-10-04 17:32:55,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:55.764 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [4.141s] 2018-10-04 17:32:59,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:59.055 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [3.319s] 2018-10-04 17:32:59,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:59.333 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.569s] 2018-10-04 17:32:59,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:32:59.582 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [17.413s] 2018-10-04 17:33:00,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:00.280 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [3.216s] 2018-10-04 17:33:00,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:00.442 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.162s] 2018-10-04 17:33:00,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:00.609 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.166s] 2018-10-04 17:33:03,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:03.711 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [8.044s] 2018-10-04 17:33:05,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:05.370 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [4.759s] 2018-10-04 17:33:06,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:06.149 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [78.979s] 2018-10-04 17:33:06,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:06.363 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.757s] 2018-10-04 17:33:06,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:06.372 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-10-04 17:33:07,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:07.445 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [7.471s] 2018-10-04 17:33:10,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:10.394 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [6.683s] 2018-10-04 17:33:10,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:10.795 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [16.399s] 2018-10-04 17:33:10,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:10.942 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2018-10-04 17:33:14,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:14.039 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [23.797s] 2018-10-04 17:33:16,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:16.751 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_security_group_default_rules.SecurityGroupDefaultRulesTest ... skip: Skip as this functionality is not yet implemented in Neutron. Related Bug#1311500 2018-10-04 17:33:17,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:17.540 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [9.997s] 2018-10-04 17:33:19,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:19.135 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [11.692s] 2018-10-04 17:33:19,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:19.645 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [14.270s] 2018-10-04 17:33:19,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:19.897 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.257s] 2018-10-04 17:33:21,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:21.627 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [22.043s] 2018-10-04 17:33:22,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:22.101 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [11.704s] 2018-10-04 17:33:22,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:22.808 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.160s] 2018-10-04 17:33:22,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:22.887 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [23.550s] 2018-10-04 17:33:22,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:22.960 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [3.062s] 2018-10-04 17:33:23,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:23.070 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.184s] 2018-10-04 17:33:23,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:23.275 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.205s] 2018-10-04 17:33:24,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:24.214 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options ... success [3.950s] 2018-10-04 17:33:24,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:24.540 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [144.455s] 2018-10-04 17:33:26,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:26.952 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [7.814s] 2018-10-04 17:33:27,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:27.117 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [58.537s] 2018-10-04 17:33:27,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:27.496 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.687s] 2018-10-04 17:33:27,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:27.555 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [3.340s] 2018-10-04 17:33:28,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:28.760 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.262s] 2018-10-04 17:33:30,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:30.552 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [8.451s] 2018-10-04 17:33:30,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:30.817 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts ... success [3.262s] 2018-10-04 17:33:31,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:31.707 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [4.756s] 2018-10-04 17:33:31,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:31.749 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2018-10-04 17:33:31,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:31.754 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.994s] 2018-10-04 17:33:32,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:32.261 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.273s] 2018-10-04 17:33:33,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:33.937 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.181s] 2018-10-04 17:33:35,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:35.126 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [4.303s] 2018-10-04 17:33:35,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:35.716 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [4.365s] 2018-10-04 17:33:36,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:36.543 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [13.267s] 2018-10-04 17:33:36,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:36.920 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [6.367s] 2018-10-04 17:33:37,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:37.424 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [3.485s] 2018-10-04 17:33:37,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:37.961 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [6.251s] 2018-10-04 17:33:39,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:39.000 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.575s] 2018-10-04 17:33:39,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:39.184 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.185s] 2018-10-04 17:33:40,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:40.017 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [4.299s] 2018-10-04 17:33:42,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:42.473 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [3.286s] 2018-10-04 17:33:42,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:42.609 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [20.981s] 2018-10-04 17:33:42,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:42.622 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [37.330s] 2018-10-04 17:33:42,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:42.864 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [2.847s] 2018-10-04 17:33:43,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:43.665 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [1.193s] 2018-10-04 17:33:43,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:43.686 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.021s] 2018-10-04 17:33:43,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:43.707 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.020s] 2018-10-04 17:33:43,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:43.715 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [5.753s] 2018-10-04 17:33:43,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:43.734 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.027s] 2018-10-04 17:33:46,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:46.233 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [1.853s] 2018-10-04 17:33:46,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:46.998 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [10.077s] 2018-10-04 17:33:47,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:47.339 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [4.474s] 2018-10-04 17:33:47,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:47.541 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-10-04 17:33:47,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:47.543 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2018-10-04 17:33:47,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:47.545 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_groups.GroupsTest ... skip: The microversion range[3.14 - latest] of this test is out of the configuration range[None - None]. 2018-10-04 17:33:47,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:47.613 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [1.380s] 2018-10-04 17:33:48,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:48.477 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [0.862s] 2018-10-04 17:33:48,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:48.793 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [1.795s] 2018-10-04 17:33:49,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:49.213 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [0.736s] 2018-10-04 17:33:50,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:50.026 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2018-10-04 17:33:53,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:53.024 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [18.607s] 2018-10-04 17:33:53,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:53.478 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.094s] 2018-10-04 17:33:53,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:53.570 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.091s] 2018-10-04 17:33:53,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:53.664 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.093s] 2018-10-04 17:33:53,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:53.672 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-10-04 17:33:53,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:53.836 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.042s] 2018-10-04 17:33:54,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:54.368 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.531s] 2018-10-04 17:33:54,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:54.689 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.320s] 2018-10-04 17:33:54,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:54.945 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.255s] 2018-10-04 17:33:55,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:55.180 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.234s] 2018-10-04 17:33:55,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:55.253 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.072s] 2018-10-04 17:33:55,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:55.373 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.120s] 2018-10-04 17:33:55,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:55.668 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.294s] 2018-10-04 17:33:55,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:55.734 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.065s] 2018-10-04 17:33:55,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:55.820 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.085s] 2018-10-04 17:33:57,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:57.965 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.810s] 2018-10-04 17:33:58,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:58.125 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.171s] 2018-10-04 17:33:58,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:58.719 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [6.827s] 2018-10-04 17:33:58,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:58.883 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.163s] 2018-10-04 17:33:59,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:59.847 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [2.932s] 2018-10-04 17:33:59,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:33:59.854 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.008s] 2018-10-04 17:34:00,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:00.037 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.182s] 2018-10-04 17:34:00,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:00.102 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [1.219s] 2018-10-04 17:34:00,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:00.363 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [17.755s] 2018-10-04 17:34:02,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:02.643 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [2.603s] 2018-10-04 17:34:02,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:02.778 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [26.233s] 2018-10-04 17:34:02,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:02.852 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.075s] 2018-10-04 17:34:03,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:03.078 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.225s] 2018-10-04 17:34:03,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:03.530 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [7.709s] 2018-10-04 17:34:04,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:04.787 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [6.819s] 2018-10-04 17:34:04,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:04.866 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [2.928s] 2018-10-04 17:34:04,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:04.880 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [2.238s] 2018-10-04 17:34:05,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:05.668 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.193s] 2018-10-04 17:34:06,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:06.474 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [23.851s] 2018-10-04 17:34:06,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:06.556 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [1.675s] 2018-10-04 17:34:08,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:08.566 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2018-10-04 17:34:13,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:13.510 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [3.027s] 2018-10-04 17:34:13,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:13.837 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [49.281s] 2018-10-04 17:34:16,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:16.412 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.217s] 2018-10-04 17:34:16,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:16.491 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [2.509s] 2018-10-04 17:34:16,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:16.607 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.195s] 2018-10-04 17:34:16,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:16.681 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.190s] 2018-10-04 17:34:16,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:16.794 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.188s] 2018-10-04 17:34:16,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:16.845 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [13.766s] 2018-10-04 17:34:16,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:16.968 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.173s] 2018-10-04 17:34:16,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:16.997 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.028s] 2018-10-04 17:34:17,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:17.254 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.257s] 2018-10-04 17:34:17,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:17.472 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.217s] 2018-10-04 17:34:17,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:17.499 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.026s] 2018-10-04 17:34:17,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:17.558 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [50.432s] 2018-10-04 17:34:17,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:17.722 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.222s] 2018-10-04 17:34:17,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:17.760 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.037s] 2018-10-04 17:34:18,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:18.076 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [4.565s] 2018-10-04 17:34:18,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:18.128 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [13.342s] 2018-10-04 17:34:21,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:21.067 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [1.056s] 2018-10-04 17:34:22,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:22.312 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [4.235s] 2018-10-04 17:34:23,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:23.785 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.169s] 2018-10-04 17:34:24,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:24.007 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.221s] 2018-10-04 17:34:24,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:24.064 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2018-10-04 17:34:24,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:24.065 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2018-10-04 17:34:24,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:24.066 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2018-10-04 17:34:24,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:24.553 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [0.545s] 2018-10-04 17:34:24,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:24.564 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.011s] 2018-10-04 17:34:24,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:24.903 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.339s] 2018-10-04 17:34:24,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:24.917 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.013s] 2018-10-04 17:34:24,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:24.993 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.076s] 2018-10-04 17:34:25,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:25.025 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.032s] 2018-10-04 17:34:25,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:25.498 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [19.022s] 2018-10-04 17:34:25,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:25.501 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-10-04 17:34:26,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:26.566 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [80.396s] 2018-10-04 17:34:27,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:27.184 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [4.871s] 2018-10-04 17:34:28,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:28.499 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [7.430s] 2018-10-04 17:34:28,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:28.957 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.541s] 2018-10-04 17:34:29,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:29.240 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.284s] 2018-10-04 17:34:29,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:29.252 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [3.170s] 2018-10-04 17:34:29,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:29.265 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [12.419s] 2018-10-04 17:34:30,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:30.039 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.787s] 2018-10-04 17:34:30,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:30.088 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [4.557s] 2018-10-04 17:34:30,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:30.985 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [13.426s] 2018-10-04 17:34:34,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:34.261 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [7.699s] 2018-10-04 17:34:34,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:34.969 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [6.469s] 2018-10-04 17:34:36,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:36.385 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [6.296s] 2018-10-04 17:34:37,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:37.395 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [44.844s] 2018-10-04 17:34:37,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:37.453 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [1.062s] 2018-10-04 17:34:37,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:37.642 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.065s] 2018-10-04 17:34:37,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:37.668 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.026s] 2018-10-04 17:34:37,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:37.935 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.481s] 2018-10-04 17:34:39,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:39.506 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [1.569s] 2018-10-04 17:34:39,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:39.539 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [2.374s] 2018-10-04 17:34:39,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:39.612 49 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON ... skip: The microversion range[2.20 - latest] of this test is out of the configuration range[None - None]. 2018-10-04 17:34:39,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:39.891 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [14.391s] 2018-10-04 17:34:40,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:40.275 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.734s] 2018-10-04 17:34:40,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:40.591 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [5.621s] 2018-10-04 17:34:40,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:40.677 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.403s] 2018-10-04 17:34:41,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:41.832 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.019s] 2018-10-04 17:34:41,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:41.925 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [1.247s] 2018-10-04 17:34:42,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:42.561 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.634s] 2018-10-04 17:34:44,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:44.866 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.857s] 2018-10-04 17:34:46,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:46.236 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [3.674s] 2018-10-04 17:34:46,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:46.816 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.239s] 2018-10-04 17:34:46,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:46.827 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.011s] 2018-10-04 17:34:46,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:46.847 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.020s] 2018-10-04 17:34:47,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:47.340 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.491s] 2018-10-04 17:34:47,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:47.354 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.014s] 2018-10-04 17:34:47,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:47.365 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.011s] 2018-10-04 17:34:47,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:47.791 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.424s] 2018-10-04 17:34:47,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:47.824 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [5.990s] 2018-10-04 17:34:47,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:47.832 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.156s] 2018-10-04 17:34:48,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:48.056 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [11.671s] 2018-10-04 17:34:48,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:48.077 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.841s] 2018-10-04 17:34:48,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:48.243 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [7.652s] 2018-10-04 17:34:48,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:48.253 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.462s] 2018-10-04 17:34:48,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:48.763 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.685s] 2018-10-04 17:34:48,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:48.996 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [0.753s] 2018-10-04 17:34:50,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:50.099 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [1.335s] 2018-10-04 17:34:50,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:50.589 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 17:34:50,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:50.817 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.717s] 2018-10-04 17:34:51,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:51.474 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [8.068s] 2018-10-04 17:34:52,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:52.891 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [4.832s] 2018-10-04 17:34:53,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:53.492 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2018-10-04 17:34:54,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:54.308 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... fail 2018-10-04 17:34:54,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:54.309 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR ... skip: dvr extension not enabled. 2018-10-04 17:34:54,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:54.974 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.083s] 2018-10-04 17:34:56,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:56.473 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [4.998s] 2018-10-04 17:34:56,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:56.788 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [25.797s] 2018-10-04 17:34:57,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:57.202 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [3.181s] 2018-10-04 17:34:57,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:57.710 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [1.236s] 2018-10-04 17:34:58,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:58.223 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.638s] 2018-10-04 17:34:58,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:58.265 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [1.472s] 2018-10-04 17:34:59,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:34:59.007 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [19.115s] 2018-10-04 17:35:00,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:00.416 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [4.770s] 2018-10-04 17:35:04,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:04.784 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [10.212s] 2018-10-04 17:35:06,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:06.089 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [5.672s] 2018-10-04 17:35:07,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:07.109 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.182s] 2018-10-04 17:35:07,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:07.161 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [1.378s] 2018-10-04 17:35:07,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:07.165 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [8.941s] 2018-10-04 17:35:07,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:07.212 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [9.501s] 2018-10-04 17:35:07,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:07.614 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [0.503s] 2018-10-04 17:35:07,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:07.688 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.075s] 2018-10-04 17:35:08,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:08.053 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.365s] 2018-10-04 17:35:08,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:08.911 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [1.699s] 2018-10-04 17:35:08,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:08.967 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.199s] 2018-10-04 17:35:09,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:09.240 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [4.456s] 2018-10-04 17:35:12,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:12.311 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [17.334s] 2018-10-04 17:35:12,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:12.596 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.286s] 2018-10-04 17:35:12,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:12.809 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.213s] 2018-10-04 17:35:14,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:14.146 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.233s] 2018-10-04 17:35:16,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:16.095 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [38.699s] 2018-10-04 17:35:16,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:16.745 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [9.577s] 2018-10-04 17:35:17,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:17.096 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [7.855s] 2018-10-04 17:35:17,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:17.119 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.024s] 2018-10-04 17:35:17,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:17.351 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.230s] 2018-10-04 17:35:17,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:17.555 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.203s] 2018-10-04 17:35:17,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:17.722 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.167s] 2018-10-04 17:35:17,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:17.877 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.155s] 2018-10-04 17:35:18,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:18.027 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.149s] 2018-10-04 17:35:18,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:18.287 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.260s] 2018-10-04 17:35:18,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:18.646 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.358s] 2018-10-04 17:35:18,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:18.656 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.010s] 2018-10-04 17:35:18,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:18.933 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.276s] 2018-10-04 17:35:19,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:19.221 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.287s] 2018-10-04 17:35:19,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:19.422 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.200s] 2018-10-04 17:35:19,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:19.467 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.044s] 2018-10-04 17:35:19,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:19.698 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.231s] 2018-10-04 17:35:19,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:19.816 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2018-10-04 17:35:19,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:19.818 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_groups.GroupsV320Test ... skip: The microversion range[3.20 - latest] of this test is out of the configuration range[None - None]. 2018-10-04 17:35:19,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:19.819 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2018-10-04 17:35:19,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:19.969 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.271s] 2018-10-04 17:35:20,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:20.006 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.036s] 2018-10-04 17:35:20,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:20.260 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.253s] 2018-10-04 17:35:20,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:20.461 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.200s] 2018-10-04 17:35:20,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:20.752 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.291s] 2018-10-04 17:35:20,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:20.763 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2018-10-04 17:35:20,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:20.869 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.723s] 2018-10-04 17:35:20,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:20.976 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.212s] 2018-10-04 17:35:21,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:21.179 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.202s] 2018-10-04 17:35:21,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:21.386 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.207s] 2018-10-04 17:35:21,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:21.587 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.200s] 2018-10-04 17:35:21,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:21.634 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.047s] 2018-10-04 17:35:21,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:21.683 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.048s] 2018-10-04 17:35:21,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:21.724 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.040s] 2018-10-04 17:35:21,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:21.758 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.033s] 2018-10-04 17:35:21,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:21.782 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.010s] 2018-10-04 17:35:21,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:21.819 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.061s] 2018-10-04 17:35:22,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:22.255 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [5.128s] 2018-10-04 17:35:22,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:22.486 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.247s] 2018-10-04 17:35:22,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:22.708 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.222s] 2018-10-04 17:35:22,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:22.897 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.188s] 2018-10-04 17:35:23,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:23.113 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.329s] 2018-10-04 17:35:23,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:23.140 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.242s] 2018-10-04 17:35:23,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:23.446 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.306s] 2018-10-04 17:35:23,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:23.727 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [27.305s] 2018-10-04 17:35:25,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:25.070 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [8.326s] 2018-10-04 17:35:25,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:25.419 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [4.550s] 2018-10-04 17:35:26,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:26.350 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [13.539s] 2018-10-04 17:35:28,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:28.036 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [4.587s] 2018-10-04 17:35:28,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:28.166 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [2.745s] 2018-10-04 17:35:31,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:31.948 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [3.106s] 2018-10-04 17:35:32,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:32.105 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.157s] 2018-10-04 17:35:32,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:32.489 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy ... success [0.592s] 2018-10-04 17:35:32,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:32.769 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.280s] 2018-10-04 17:35:33,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:33.053 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.283s] 2018-10-04 17:35:34,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:34.362 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [2.237s] 2018-10-04 17:35:34,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:34.415 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [2.086s] 2018-10-04 17:35:35,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:35.006 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [2.900s] 2018-10-04 17:35:36,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:36.178 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [8.011s] 2018-10-04 17:35:37,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:37.707 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [1.527s] 2018-10-04 17:35:37,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:37.708 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesSummaryTest ... skip: The microversion range[3.12 - latest] of this test is out of the configuration range[None - None]. 2018-10-04 17:35:40,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:40.466 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [6.049s] 2018-10-04 17:35:41,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:41.520 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... fail [0.011s] 2018-10-04 17:35:41,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:41.663 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [17.935s] 2018-10-04 17:35:42,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:42.067 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [4.360s] 2018-10-04 17:35:42,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:42.199 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [1.734s] 2018-10-04 17:35:42,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:42.297 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.230s] 2018-10-04 17:35:42,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:42.335 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [9.279s] 2018-10-04 17:35:42,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:42.389 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.056s] 2018-10-04 17:35:42,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:42.444 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.054s] 2018-10-04 17:35:42,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:42.615 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.317s] 2018-10-04 17:35:42,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:42.751 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.136s] 2018-10-04 17:35:42,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:42.862 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.110s] 2018-10-04 17:35:43,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:43.089 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.226s] 2018-10-04 17:35:43,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:43.441 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [18.369s] 2018-10-04 17:35:43,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:43.458 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.369s] 2018-10-04 17:35:43,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:43.622 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.163s] 2018-10-04 17:35:43,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:43.694 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.071s] 2018-10-04 17:35:43,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:43.953 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.259s] 2018-10-04 17:35:44,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:44.453 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [45.443s] 2018-10-04 17:35:44,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:44.457 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [2.258s] 2018-10-04 17:35:45,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:45.171 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [48.375s] 2018-10-04 17:35:45,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:45.839 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2018-10-04 17:35:45,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:45.840 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 17:35:48,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:48.158 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [3.699s] 2018-10-04 17:35:48,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:48.253 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [21.902s] 2018-10-04 17:35:48,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:48.371 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.118s] 2018-10-04 17:35:48,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:48.439 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.068s] 2018-10-04 17:35:50,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:50.311 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.606s] 2018-10-04 17:35:51,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:51.373 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [1.062s] 2018-10-04 17:35:52,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:52.660 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [1.286s] 2018-10-04 17:35:53,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:53.343 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [9.389s] 2018-10-04 17:35:54,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:54.762 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [10.311s] 2018-10-04 17:35:55,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:55.783 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2018-10-04 17:35:58,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:58.651 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.365s] 2018-10-04 17:35:59,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:59.057 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [10.616s] 2018-10-04 17:35:59,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:59.481 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.830s] 2018-10-04 17:35:59,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:35:59.579 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [71.739s] 2018-10-04 17:36:00,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:00.452 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [18.786s] 2018-10-04 17:36:00,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:00.455 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-10-04 17:36:03,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:03.865 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [7.320s] 2018-10-04 17:36:06,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:06.292 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [1.821s] 2018-10-04 17:36:07,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:07.209 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [0.916s] 2018-10-04 17:36:07,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:07.364 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [9.824s] 2018-10-04 17:36:08,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:08.554 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [1.344s] 2018-10-04 17:36:09,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:09.459 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [10.399s] 2018-10-04 17:36:11,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:11.501 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.947s] 2018-10-04 17:36:14,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:14.437 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [2.937s] 2018-10-04 17:36:15,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:15.570 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [3.304s] 2018-10-04 17:36:17,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:17.233 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [16.778s] 2018-10-04 17:36:17,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:17.569 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [5.321s] 2018-10-04 17:36:17,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:17.890 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [10.526s] 2018-10-04 17:36:19,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:19.928 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [4.357s] 2018-10-04 17:36:20,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:20.180 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-10-04 17:36:20,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:20.180 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2018-10-04 17:36:21,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:21.371 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [3.802s] 2018-10-04 17:36:21,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:21.852 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-10-04 17:36:21,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:21.852 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2018-10-04 17:36:24,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:24.941 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [10.499s] 2018-10-04 17:36:25,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:25.102 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [3.730s] 2018-10-04 17:36:25,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:25.845 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [7.955s] 2018-10-04 17:36:26,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:26.327 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2018-10-04 17:36:26,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:26.870 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [1.933s] 2018-10-04 17:36:27,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:27.616 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [42.435s] 2018-10-04 17:36:27,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:27.617 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... skip [0.000s]: Shelve is not available. 2018-10-04 17:36:28,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:28.780 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [2.754s] 2018-10-04 17:36:29,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:29.526 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.746s] 2018-10-04 17:36:30,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:30.061 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [3.188s] 2018-10-04 17:36:30,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:30.137 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [4.291s] 2018-10-04 17:36:30,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:30.226 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.700s] 2018-10-04 17:36:30,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:30.533 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [5.430s] 2018-10-04 17:36:30,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:30.766 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.172s] 2018-10-04 17:36:30,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:30.896 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.669s] 2018-10-04 17:36:30,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:30.914 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.018s] 2018-10-04 17:36:30,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:30.934 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.020s] 2018-10-04 17:36:31,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:31.106 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.339s] 2018-10-04 17:36:31,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:31.119 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [1.057s] 2018-10-04 17:36:31,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:31.205 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.098s] 2018-10-04 17:36:31,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:31.501 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.295s] 2018-10-04 17:36:31,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:31.557 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [0.622s] 2018-10-04 17:36:31,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:31.932 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.430s] 2018-10-04 17:36:32,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:32.098 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.165s] 2018-10-04 17:36:32,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:32.704 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.607s] 2018-10-04 17:36:32,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:32.907 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.202s] 2018-10-04 17:36:33,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:33.111 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.203s] 2018-10-04 17:36:33,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:33.136 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.024s] 2018-10-04 17:36:33,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:33.149 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.027s] 2018-10-04 17:36:33,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:33.347 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.201s] 2018-10-04 17:36:33,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:33.969 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.832s] 2018-10-04 17:36:34,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:34.170 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.200s] 2018-10-04 17:36:34,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:34.224 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [3.278s] 2018-10-04 17:36:34,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:34.462 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-04 17:36:35,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:35.349 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [5.211s] 2018-10-04 17:36:35,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:35.633 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [18.400s] 2018-10-04 17:36:35,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:35.639 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [1.416s] 2018-10-04 17:36:38,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:38.166 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.151s] 2018-10-04 17:36:38,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:38.641 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.474s] 2018-10-04 17:36:38,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:38.666 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.190s] 2018-10-04 17:36:38,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:38.869 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.203s] 2018-10-04 17:36:39,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:39.075 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.205s] 2018-10-04 17:36:39,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:39.257 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.182s] 2018-10-04 17:36:39,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:39.605 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.347s] 2018-10-04 17:36:39,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:39.625 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.020s] 2018-10-04 17:36:39,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:39.792 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.165s] 2018-10-04 17:36:40,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:40.012 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.219s] 2018-10-04 17:36:40,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:40.082 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.936s] 2018-10-04 17:36:40,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:40.206 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.193s] 2018-10-04 17:36:40,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:40.475 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.269s] 2018-10-04 17:36:40,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:40.673 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.198s] 2018-10-04 17:36:42,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:42.844 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.761s] 2018-10-04 17:36:47,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:47.104 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [3.206s] 2018-10-04 17:36:47,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:47.169 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.065s] 2018-10-04 17:36:47,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:47.910 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.165s] 2018-10-04 17:36:49,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:49.556 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [1.644s] 2018-10-04 17:36:49,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:49.746 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [6.898s] 2018-10-04 17:36:50,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:50.145 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... fail [2.595s] 2018-10-04 17:36:50,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:50.539 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.397s] 2018-10-04 17:36:50,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:50.572 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [1.016s] 2018-10-04 17:36:51,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:51.359 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.615s] 2018-10-04 17:36:51,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:51.662 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [1.090s] 2018-10-04 17:36:52,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:52.366 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.118s] 2018-10-04 17:36:52,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:52.725 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [2.185s] 2018-10-04 17:36:52,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:52.771 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.046s] 2018-10-04 17:36:52,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:52.938 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.167s] 2018-10-04 17:36:53,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:53.423 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.758s] 2018-10-04 17:36:53,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:53.427 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.061s] 2018-10-04 17:36:53,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:53.604 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [25.986s] 2018-10-04 17:36:53,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:53.694 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.332s] 2018-10-04 17:36:55,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:55.070 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.376s] 2018-10-04 17:36:55,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:55.391 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [1.966s] 2018-10-04 17:36:56,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:56.367 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [74.891s] 2018-10-04 17:36:56,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:56.771 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.379s] 2018-10-04 17:36:57,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:57.214 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group ... success [0.443s] 2018-10-04 17:36:57,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:57.912 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.838s] 2018-10-04 17:36:57,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:57.969 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.061s] 2018-10-04 17:36:59,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:59.425 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [2.209s] 2018-10-04 17:36:59,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:36:59.441 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_group_types.GroupTypesTest ... skip: The microversion range[3.11 - latest] of this test is out of the configuration range[None - None]. 2018-10-04 17:37:00,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:00.090 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [6.487s] 2018-10-04 17:37:00,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:00.238 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [0.812s] 2018-10-04 17:37:01,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:01.249 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [1.011s] 2018-10-04 17:37:01,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:01.270 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.021s] 2018-10-04 17:37:01,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:01.289 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.019s] 2018-10-04 17:37:01,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:01.306 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.017s] 2018-10-04 17:37:02,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:02.809 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2018-10-04 17:37:02,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:02.811 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2018-10-04 17:37:02,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:02.812 49 INFO opnfv-tempest [-] {5} tempest.api.volume.admin.test_user_messages.UserMessagesTest ... skip: The microversion range[3.3 - latest] of this test is out of the configuration range[None - None]. 2018-10-04 17:37:02,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:02.815 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2018-10-04 17:37:02,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:02.838 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.176s] 2018-10-04 17:37:03,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:03.063 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.224s] 2018-10-04 17:37:04,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:04.111 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [64.877s] 2018-10-04 17:37:05,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:05.414 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume ... fail [21.261s] 2018-10-04 17:37:05,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:05.503 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.198s] 2018-10-04 17:37:07,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:07.293 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [5.752s] 2018-10-04 17:37:10,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:10.734 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [35.095s] 2018-10-04 17:37:10,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:10.872 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [14.820s] 2018-10-04 17:37:12,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:12.439 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import ... fail [2.246s] 2018-10-04 17:37:12,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:12.532 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [5.241s] 2018-10-04 17:37:14,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:14.474 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status ... fail [2.032s] 2018-10-04 17:37:17,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:17.068 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore ... fail [11.652s] 2018-10-04 17:37:17,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:17.635 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [6.763s] 2018-10-04 17:37:17,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:17.715 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [78.115s] 2018-10-04 17:37:17,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:17.769 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.060s] 2018-10-04 17:37:17,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:17.824 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.055s] 2018-10-04 17:37:19,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:19.527 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete ... fail [2.460s] 2018-10-04 17:37:21,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:21.885 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test ... skip: The microversion range[3.9 - latest] of this test is out of the configuration range[None - None]. 2018-10-04 17:37:21,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:21.886 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest ... skip: The microversion range[3.42 - latest] of this test is out of the configuration range[None - None]. 2018-10-04 17:37:23,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:23.165 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [12.434s] 2018-10-04 17:37:23,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:23.872 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [6.236s] 2018-10-04 17:37:27,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:27.735 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [3.862s] 2018-10-04 17:37:32,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:32.278 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [4.541s] 2018-10-04 17:37:33,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:33.917 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.219s] 2018-10-04 17:37:34,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:34.116 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.198s] 2018-10-04 17:37:34,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:34.165 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.048s] 2018-10-04 17:37:34,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:34.949 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [2.671s] 2018-10-04 17:37:35,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:35.042 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.876s] 2018-10-04 17:37:35,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:35.560 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.518s] 2018-10-04 17:37:36,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:36.179 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.182s] 2018-10-04 17:37:36,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:36.219 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.038s] 2018-10-04 17:37:36,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:36.224 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.662s] 2018-10-04 17:37:36,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:36.264 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.041s] 2018-10-04 17:37:36,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:36.329 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.065s] 2018-10-04 17:37:36,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:36.401 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.072s] 2018-10-04 17:37:36,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:36.466 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.064s] 2018-10-04 17:37:36,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:36.545 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.077s] 2018-10-04 17:37:36,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:36.590 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.045s] 2018-10-04 17:37:36,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:36.858 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.266s] 2018-10-04 17:37:37,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:37.233 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.374s] 2018-10-04 17:37:37,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:37.319 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.086s] 2018-10-04 17:37:37,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:37.577 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.258s] 2018-10-04 17:37:37,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:37.801 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.223s] 2018-10-04 17:37:37,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:37.883 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.082s] 2018-10-04 17:37:38,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:38.480 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON ... skip: The microversion range[2.26 - latest] of this test is out of the configuration range[None - None]. 2018-10-04 17:37:38,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:38.483 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 17:37:43,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:43.316 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [0.878s] 2018-10-04 17:37:44,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:44.343 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [0.800s] 2018-10-04 17:37:44,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:44.697 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [0.355s] 2018-10-04 17:37:50,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:50.920 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.000s]: Encrypted volume attach is not supported 2018-10-04 17:37:52,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:52.326 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [34.932s] 2018-10-04 17:37:54,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:54.980 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.084s] 2018-10-04 17:37:55,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:55.062 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.082s] 2018-10-04 17:37:55,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:55.145 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.082s] 2018-10-04 17:37:55,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:55.265 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.119s] 2018-10-04 17:37:55,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:55.341 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.076s] 2018-10-04 17:37:56,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:56.563 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [8.672s] 2018-10-04 17:37:58,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:58.796 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2018-10-04 17:37:58,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:58.876 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 17:37:58,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:37:58.877 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 17:38:02,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:02.650 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.154s] 2018-10-04 17:38:02,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:02.802 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.151s] 2018-10-04 17:38:02,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:02.958 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.155s] 2018-10-04 17:38:03,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:03.800 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.520s] 2018-10-04 17:38:04,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:04.230 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.430s] 2018-10-04 17:38:04,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:04.710 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [1.179s] 2018-10-04 17:38:05,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:05.088 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [2.129s] 2018-10-04 17:38:05,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:05.245 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.158s] 2018-10-04 17:38:07,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:07.688 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [2.975s] 2018-10-04 17:38:07,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:07.690 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset ... skip [0.000s]: Security compliance not available. 2018-10-04 17:38:10,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:10.383 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [2.695s] 2018-10-04 17:38:12,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:12.226 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [1.843s] 2018-10-04 17:38:12,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:12.583 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.256s] 2018-10-04 17:38:12,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:12.605 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [33.742s] 2018-10-04 17:38:13,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:13.067 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.483s] 2018-10-04 17:38:13,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:13.744 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.676s] 2018-10-04 17:38:13,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:13.804 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.059s] 2018-10-04 17:38:13,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:13.872 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.067s] 2018-10-04 17:38:13,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:13.945 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.073s] 2018-10-04 17:38:16,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:16.664 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... skip [0.000s]: Security compliance not available. 2018-10-04 17:38:16,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:16.666 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2018-10-04 17:38:17,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:17.674 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [81.291s] 2018-10-04 17:38:18,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:18.867 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [0.573s] 2018-10-04 17:38:19,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:19.079 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.212s] 2018-10-04 17:38:22,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:22.894 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [6.228s] 2018-10-04 17:38:23,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:23.465 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.503s] 2018-10-04 17:38:24,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:24.170 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.704s] 2018-10-04 17:38:24,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:24.565 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.395s] 2018-10-04 17:38:24,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:24.887 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.321s] 2018-10-04 17:38:25,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:25.891 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.002s] 2018-10-04 17:38:26,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:26.197 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_blank_id ... fail [0.011s] 2018-10-04 17:38:26,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:26.207 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_id_over_character_limit ... fail [0.006s] 2018-10-04 17:38:26,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:26.214 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_negative_image_id ... fail [0.007s] 2018-10-04 17:38:26,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:26.223 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_non_hex_string_id ... fail [0.010s] 2018-10-04 17:38:26,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:26.233 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_non_existent_image ... fail [0.007s] 2018-10-04 17:38:26,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:26.241 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_container_format ... fail [0.006s] 2018-10-04 17:38:26,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:26.247 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_disk_format ... fail [0.005s] 2018-10-04 17:38:26,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:26.282 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.392s] 2018-10-04 17:38:26,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:26.659 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.375s] 2018-10-04 17:38:28,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:28.335 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [1.673s] 2018-10-04 17:38:28,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:28.580 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.243s] 2018-10-04 17:38:29,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:29.237 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.657s] 2018-10-04 17:38:29,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:29.303 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.067s] 2018-10-04 17:38:29,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:29.699 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.394s] 2018-10-04 17:38:30,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:30.370 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.670s] 2018-10-04 17:38:37,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:37.026 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [8.166s] 2018-10-04 17:38:41,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:41.814 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.377s] 2018-10-04 17:38:41,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:41.976 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.165s] 2018-10-04 17:38:42,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:42.404 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.427s] 2018-10-04 17:38:45,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:45.307 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [8.280s] 2018-10-04 17:38:46,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:46.202 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.897s] 2018-10-04 17:38:46,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:46.430 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.226s] 2018-10-04 17:38:46,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:46.587 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin ... success [3.603s] 2018-10-04 17:38:47,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:47.243 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.812s] 2018-10-04 17:38:51,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:51.116 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [4.528s] 2018-10-04 17:38:54,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:38:54.776 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [2.217s] 2018-10-04 17:39:01,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:39:01.413 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.182s] 2018-10-04 17:39:02,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:39:02.582 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... fail [309.478s] 2018-10-04 17:39:03,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:39:03.545 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [2.130s] 2018-10-04 17:39:09,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:39:09.821 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.373s] 2018-10-04 17:39:09,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:39:09.990 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.169s] 2018-10-04 17:39:10,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:39:10.154 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.163s] 2018-10-04 17:39:10,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:39:10.344 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.190s] 2018-10-04 17:39:12,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:39:12.662 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [25.414s] 2018-10-04 17:39:15,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:39:15.073 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.150s] 2018-10-04 17:39:24,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:39:24.692 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [16.418s] 2018-10-04 17:39:27,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:39:27.523 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [9.642s] 2018-10-04 17:39:31,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:39:31.989 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [4.466s] 2018-10-04 17:39:38,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:39:38.736 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [14.041s] 2018-10-04 17:39:43,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:39:43.547 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [4.813s] 2018-10-04 17:39:44,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:39:44.938 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [1.390s] 2018-10-04 17:40:12,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:40:12.000 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [27.059s] 2018-10-04 17:40:43,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:40:43.267 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [31.261s] 2018-10-04 17:40:44,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:40:44.834 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [1.570s] 2018-10-04 17:40:56,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:40:56.111 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [11.274s] 2018-10-04 17:41:06,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:41:06.445 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [10.333s] 2018-10-04 17:41:10,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:41:10.646 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [4.201s] 2018-10-04 17:41:11,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:41:11.973 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [92.367s] 2018-10-04 17:41:42,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:41:42.001 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [31.345s] 2018-10-04 17:41:58,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:41:58.859 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [6.784s] 2018-10-04 17:41:59,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:41:59.049 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.191s] 2018-10-04 17:41:59,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:41:59.569 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.520s] 2018-10-04 17:42:01,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:42:01.637 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.067s] 2018-10-04 17:42:04,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:42:04.122 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.484s] 2018-10-04 17:42:04,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:42:04.402 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.279s] 2018-10-04 17:42:04,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:42:04.454 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.052s] 2018-10-04 17:42:23,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:42:23.563 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-10-04 17:42:24,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:42:24.832 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2018-10-04 17:42:26,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:42:26.640 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2018-10-04 17:42:33,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:42:33.668 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... fail [1.853s] 2018-10-04 17:42:40,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:42:40.623 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [81.949s] 2018-10-04 17:42:58,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:42:58.158 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [24.485s] 2018-10-04 17:43:02,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:43:02.123 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.968s] 2018-10-04 17:43:23,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:43:23.902 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... fail [332.858s] 2018-10-04 17:43:27,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:43:27.604 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [25.474s] 2018-10-04 17:43:34,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:43:34.074 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.473s] 2018-10-04 17:43:45,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:43:45.204 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [64.570s] 2018-10-04 17:44:09,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:44:09.884 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [3.331s] 2018-10-04 17:44:09,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:44:09.887 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot ... skip [0.001s]: Skipped until Bug: 1687044 is resolved. 2018-10-04 17:44:42,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 17:44:42.377 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [78.471s] 2018-10-04 17:45:04,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: c9e42f51-2862-4776-b716-1d550d49d031 2018-10-04 17:45:04,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c9e42f51-2862-4776-b716-1d550d49d031']'. 2018-10-04 17:45:05,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-04 17:45:05,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-04 17:45:05,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 17:45:05,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c9e42f51-2862-4776-b716-1d550d49d031 | 2018-10-04 17:45:05,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-04 17:45:05,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-04 17:26:00 | 2018-10-04 17:45:05,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-04 17:45:03 | 2018-10-04 17:45:05,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:19:03 | 2018-10-04 17:45:05,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-04 17:45:05,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-04 17:45:05,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 00ebd1b3-0d91-4d86-a8a8-7888202743d3) | 2018-10-04 17:45:05,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-04 17:45:05,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a951d556-331f-463c-b94d-54005946d736) | 2018-10-04 17:45:05,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2018-10-04 17:45:05,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1117.756 | 2018-10-04 17:45:05,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1052 | 2018-10-04 17:45:05,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 357 | 2018-10-04 17:45:05,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-04 17:45:05,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-04 17:45:05,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 59 | 2018-10-04 17:45:05,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 17:45:05,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-04 17:45:05,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-04 17:45:05,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 94.6894689469% 2018-10-04 17:45:05,979 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 19:19 | PASS | +-------------------------------+------------------+------------------+----------------+ 2018-10-04 17:45:05,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 17:45:05,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/a9282578-cc2f-414f-a4e8-ac4f1b864d01 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb507acc51dacc2bfaffd0be2755b017036de043" 2018-10-04 17:45:07,639 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5df816c2-81af-4271-b9ec-704bd5703e98 Date: Thu, 04 Oct 2018 17:45:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 17:45:07,639 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/a9282578-cc2f-414f-a4e8-ac4f1b864d01 used request id req-5df816c2-81af-4271-b9ec-704bd5703e98 2018-10-04 17:45:07,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.65750193596s 2018-10-04 17:45:07,639 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/a9282578-cc2f-414f-a4e8-ac4f1b864d01 used request id req-5df816c2-81af-4271-b9ec-704bd5703e98 2018-10-04 17:45:07,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 17:45:07,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:45:07,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:45: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-950e4611-2ee4-4fb7-b94b-4d6295da1bc3 x-compute-request-id: req-950e4611-2ee4-4fb7-b94b-4d6295da1bc3 Content-Encoding: gzip Content-Length: 372 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/37a57d24-ce08-46a6-8bbc-98b4bc52052f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/37a57d24-ce08-46a6-8bbc-98b4bc52052f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "37a57d24-ce08-46a6-8bbc-98b4bc52052f", "name": "tempest_full_parallel-flavor_alt_e180603d-7371-4930-b7d0-b769765fad9f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/61c5bac9-53c8-447f-9164-8076150192c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/61c5bac9-53c8-447f-9164-8076150192c9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "61c5bac9-53c8-447f-9164-8076150192c9", "name": "tempest_full_parallel-flavor_e180603d-7371-4930-b7d0-b769765fad9f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 17:45:07,837 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-950e4611-2ee4-4fb7-b94b-4d6295da1bc3 2018-10-04 17:45:07,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.197746038437s 2018-10-04 17:45:07,838 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-950e4611-2ee4-4fb7-b94b-4d6295da1bc3 2018-10-04 17:45:07,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 17:45:07,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/37a57d24-ce08-46a6-8bbc-98b4bc52052f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:45:07,891 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 17:45:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6749115b-b6ac-4ee7-bcb9-5dc89b3411a4 x-compute-request-id: req-6749115b-b6ac-4ee7-bcb9-5dc89b3411a4 Content-Length: 0 Content-Type: application/json 2018-10-04 17:45:07,891 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/37a57d24-ce08-46a6-8bbc-98b4bc52052f used request id req-6749115b-b6ac-4ee7-bcb9-5dc89b3411a4 2018-10-04 17:45:07,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0505471229553s 2018-10-04 17:45:07,891 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/37a57d24-ce08-46a6-8bbc-98b4bc52052f used request id req-6749115b-b6ac-4ee7-bcb9-5dc89b3411a4 2018-10-04 17:45:07,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 17:45:07,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb507acc51dacc2bfaffd0be2755b017036de043" 2018-10-04 17:45:08,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 4551 Content-Type: application/json X-Openstack-Request-Id: req-a3853da2-2b90-4a08-93ef-85125f0c4292 Date: Thu, 04 Oct 2018 17:45:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/fb280b49-1f15-421f-b5c1-d4f9555bcd95/snap", "metadata": {}}], "boot_roles": "Member", "file": "/v2/images/fb280b49-1f15-421f-b5c1-d4f9555bcd95/file", "owner": "6fe6d0f3a60b45ee9583f524a5e06b82", "id": "fb280b49-1f15-421f-b5c1-d4f9555bcd95", "size": 0, "self": "/v2/images/fb280b49-1f15-421f-b5c1-d4f9555bcd95", "block_device_mapping": "[{\"guest_format\": null, \"boot_index\": 0, \"delete_on_termination\": true, \"no_device\": null, \"snapshot_id\": \"965ef687-ac0d-4e68-a746-fc5dcec82a6d\", \"device_name\": \"/dev/vda\", \"disk_bus\": \"virtio\", \"image_id\": null, \"source_type\": \"snapshot\", \"tag\": null, \"device_type\": \"disk\", \"volume_id\": null, \"destination_type\": \"volume\", \"volume_size\": 1}]", "disk_format": "qcow2", "base_image_ref": "", "bdm_v2": "True", "owner_project_name": "tempest-TestVolumeBootPattern-348585455", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/fb280b49-1f15-421f-b5c1-d4f9555bcd95/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T17:38:18Z", "owner_user_name": "tempest-TestVolumeBootPattern-348585455", "visibility": "private", "owner_specified.shade.object": "images/tempest_full_parallel-img_e180603d-7371-4930-b7d0-b769765fad9f", "min_disk": 1, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest-TestVolumeBootPatternsnapshot-1950879405", "checksum": "d41d8cd98f00b204e9800998ecf8427e", "created_at": "2018-10-04T17:38:15Z", "protected": false, "root_device_name": "/dev/vda"}, {"image_state": "available", "container_format": "bare", "min_ram": 0, "updated_at": "2018-10-04T17:29:17Z", "boot_roles": "Member", "file": "/v2/images/e5fb39c8-f757-4ae4-a5cd-578a1a6b2882/file", "owner": "a5aaf09d20c34a7ab317d47b8a1ab452", "id": "e5fb39c8-f757-4ae4-a5cd-578a1a6b2882", "size": 1073741824, "user_id": "a062efc5eaa54a8a94a6990fc6f5bb36", "image_type": "backup", "self": "/v2/images/e5fb39c8-f757-4ae4-a5cd-578a1a6b2882", "disk_format": "raw", "base_image_ref": "b60f7d73-f03c-410c-a5dc-8c56542f403a", "owner_project_name": "tempest-ServerActionsTestJSON-831206495", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/e5fb39c8-f757-4ae4-a5cd-578a1a6b2882/snap", "owner_id": "a5aaf09d20c34a7ab317d47b8a1ab452", "status": "active", "image_location": "snapshot", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/e5fb39c8-f757-4ae4-a5cd-578a1a6b2882/snap", "metadata": {}}], "owner_user_name": "tempest-ServerActionsTestJSON-831206495", "visibility": "private", "owner_specified.shade.object": "images/tempest_full_parallel-img_e180603d-7371-4930-b7d0-b769765fad9f", "min_disk": 1, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "instance_uuid": "6ae85e5c-1961-41a4-be06-d5d9fd2ee852", "name": "tempest-backup-1-625546208", "checksum": null, "created_at": "2018-10-04T17:28:43Z", "backup_type": "daily", "protected": false, "schema": "/v2/schemas/image"}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b60f7d73-f03c-410c-a5dc-8c56542f403a/snap", "metadata": {}}], "file": "/v2/images/b60f7d73-f03c-410c-a5dc-8c56542f403a/file", "owner": "ba31fd8f746c4d30a1873bb694ddc227", "id": "b60f7d73-f03c-410c-a5dc-8c56542f403a", "size": 12716032, "self": "/v2/images/b60f7d73-f03c-410c-a5dc-8c56542f403a", "disk_format": "qcow2", "direct_url": "rbd://6be15035-4779-404d-9942-4ff40909e42b/images/b60f7d73-f03c-410c-a5dc-8c56542f403a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T17:25:49Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_e180603d-7371-4930-b7d0-b769765fad9f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_e180603d-7371-4930-b7d0-b769765fad9f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T17:25:48Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 17:45:08,069 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-a3853da2-2b90-4a08-93ef-85125f0c4292 2018-10-04 17:45:08,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.177905082703s 2018-10-04 17:45:08,070 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-a3853da2-2b90-4a08-93ef-85125f0c4292 2018-10-04 17:45:08,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 17:45:08,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/b60f7d73-f03c-410c-a5dc-8c56542f403a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb507acc51dacc2bfaffd0be2755b017036de043" 2018-10-04 17:45:08,884 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a937d0ad-5534-4c3c-a4b8-8ea004e067ef Date: Thu, 04 Oct 2018 17:45:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 17:45:08,885 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b60f7d73-f03c-410c-a5dc-8c56542f403a used request id req-a937d0ad-5534-4c3c-a4b8-8ea004e067ef 2018-10-04 17:45:08,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.811944007874s 2018-10-04 17:45:08,885 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b60f7d73-f03c-410c-a5dc-8c56542f403a used request id req-a937d0ad-5534-4c3c-a4b8-8ea004e067ef 2018-10-04 17:45:08,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 17:45:08,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:45:08,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:45: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-b3b66615-dedc-4bf2-a5a5-5589cb743dd5 x-compute-request-id: req-b3b66615-dedc-4bf2-a5a5-5589cb743dd5 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/61c5bac9-53c8-447f-9164-8076150192c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/61c5bac9-53c8-447f-9164-8076150192c9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "61c5bac9-53c8-447f-9164-8076150192c9", "name": "tempest_full_parallel-flavor_e180603d-7371-4930-b7d0-b769765fad9f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 17:45:08,920 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-b3b66615-dedc-4bf2-a5a5-5589cb743dd5 2018-10-04 17:45:08,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0340509414673s 2018-10-04 17:45:08,920 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-b3b66615-dedc-4bf2-a5a5-5589cb743dd5 2018-10-04 17:45:08,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 17:45:08,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/61c5bac9-53c8-447f-9164-8076150192c9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:45:08,956 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 17:45: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-a7aa8ca0-ec32-4a38-8525-4f99ba819075 x-compute-request-id: req-a7aa8ca0-ec32-4a38-8525-4f99ba819075 Content-Length: 0 Content-Type: application/json 2018-10-04 17:45:08,956 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/61c5bac9-53c8-447f-9164-8076150192c9 used request id req-a7aa8ca0-ec32-4a38-8525-4f99ba819075 2018-10-04 17:45:08,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.034175157547s 2018-10-04 17:45:08,957 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/61c5bac9-53c8-447f-9164-8076150192c9 used request id req-a7aa8ca0-ec32-4a38-8525-4f99ba819075 2018-10-04 17:45:08,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 17:45:08,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:45:09,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:45:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b5d94ab-dd8e-49ae-8d38-544d686d84fd Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/1ec71f3099cf478ba2c443b2ffa73a39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec71f3099cf478ba2c443b2ffa73a39", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/46173515f4b24646897cea785dc3fa95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46173515f4b24646897cea785dc3fa95", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/524ce324def54cd6a6010aa9cb1b1ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "524ce324def54cd6a6010aa9cb1b1ba8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/59d06f7c605c41abbaea3548bedc1637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59d06f7c605c41abbaea3548bedc1637", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/6c1c0c16b7e94ff48d48cf6f3d5b9bc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c1c0c16b7e94ff48d48cf6f3d5b9bc1", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/a1e75a4b9e3c4fb29e8f15755184e29e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e75a4b9e3c4fb29e8f15755184e29e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/a5466a8c0c96425ba3adc5f49e485c42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5466a8c0c96425ba3adc5f49e485c42", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_e180603d-7371-4930-b7d0-b769765fad9f", "links": {"self": "http://172.30.9.23:5000/v3/users/a971c7076d6547b4a0367517c2f6f5a4"}, "domain_id": "default", "enabled": true, "id": "a971c7076d6547b4a0367517c2f6f5a4", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/a9d36c9901914b0a9a879fd6f0dc32ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a9d36c9901914b0a9a879fd6f0dc32ee", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bd6d8af4346d499998e73af1d45f4ba8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd6d8af4346d499998e73af1d45f4ba8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/c495f7bc64b0414eb161c3e02d1427f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c495f7bc64b0414eb161c3e02d1427f9", "email": "barbican@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.23:5000/v3/users/cc5b63ea28e44a8eb85f0958bd696c68"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc5b63ea28e44a8eb85f0958bd696c68", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/db11b3813a8b46aa811f3625834350a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db11b3813a8b46aa811f3625834350a9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/e19293db82c64d97afdec46323ffc673"}, "domain_id": "356d297e741f42d0b9d8bc9b13448e43", "enabled": true, "options": {}, "id": "e19293db82c64d97afdec46323ffc673", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/ec5cb600f6944816b6c314b6bb5c37fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec5cb600f6944816b6c314b6bb5c37fb", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/ecbf2b9cbec04c3e8332c7164aa04ab3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbf2b9cbec04c3e8332c7164aa04ab3", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 17:45:09,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6b5d94ab-dd8e-49ae-8d38-544d686d84fd 2018-10-04 17:45:09,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104091882706s 2018-10-04 17:45:09,062 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6b5d94ab-dd8e-49ae-8d38-544d686d84fd 2018-10-04 17:45:09,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 17:45:09,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/a971c7076d6547b4a0367517c2f6f5a4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:45:09,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:45:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66938403-7066-44f0-9033-b54dd069173b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/a971c7076d6547b4a0367517c2f6f5a4"}, "enabled": true, "id": "a971c7076d6547b4a0367517c2f6f5a4", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_e180603d-7371-4930-b7d0-b769765fad9f"}} 2018-10-04 17:45:09,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/a971c7076d6547b4a0367517c2f6f5a4 used request id req-66938403-7066-44f0-9033-b54dd069173b 2018-10-04 17:45:09,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0982708930969s 2018-10-04 17:45:09,167 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/a971c7076d6547b4a0367517c2f6f5a4 used request id req-66938403-7066-44f0-9033-b54dd069173b 2018-10-04 17:45:09,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-04 17:45:09,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/a971c7076d6547b4a0367517c2f6f5a4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:45:09,356 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 17:45:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e201f02-3a45-4f7c-9c7f-a986e6625133 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 17:45:09,356 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/a971c7076d6547b4a0367517c2f6f5a4 used request id req-6e201f02-3a45-4f7c-9c7f-a986e6625133 2018-10-04 17:45:09,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.188555002213s 2018-10-04 17:45:09,356 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/a971c7076d6547b4a0367517c2f6f5a4 used request id req-6e201f02-3a45-4f7c-9c7f-a986e6625133 2018-10-04 17:45:09,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 17:45:09,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:45:09,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:45:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe31eb10-d8f4-40e2-9a13-5820452814d6 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba31fd8f746c4d30a1873bb694ddc227"}, "enabled": true, "id": "ba31fd8f746c4d30a1873bb694ddc227", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_e180603d-7371-4930-b7d0-b769765fad9f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/ba8ec7ddbe634bf4b6238a0de4b4bf1a"}, "enabled": true, "id": "ba8ec7ddbe634bf4b6238a0de4b4bf1a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/c5087b074a2242bb9bac2a3a461803c6"}, "enabled": true, "id": "c5087b074a2242bb9bac2a3a461803c6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 17:45:09,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-fe31eb10-d8f4-40e2-9a13-5820452814d6 2018-10-04 17:45:09,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0757999420166s 2018-10-04 17:45:09,433 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-fe31eb10-d8f4-40e2-9a13-5820452814d6 2018-10-04 17:45:09,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-04 17:45:09,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/ba31fd8f746c4d30a1873bb694ddc227 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:45:09,605 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 17:45:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-110f359c-4201-4c7b-ae9f-c26c5c6753f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 17:45:09,605 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/ba31fd8f746c4d30a1873bb694ddc227 used request id req-110f359c-4201-4c7b-ae9f-c26c5c6753f8 2018-10-04 17:45:09,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.169764995575s 2018-10-04 17:45:09,605 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/ba31fd8f746c4d30a1873bb694ddc227 used request id req-110f359c-4201-4c7b-ae9f-c26c5c6753f8 2018-10-04 17:45:09,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 17:45:09,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:45:09,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 17:45:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c5cbebd-5244-4454-912d-5ee5ad0b011a Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "649d50d4e38f4048899913e0d7e41071", "links": {"self": "http://172.30.9.23:5000/v3/roles/649d50d4e38f4048899913e0d7e41071"}, "name": "admin"}, {"domain_id": null, "id": "7db7dc4dc3b4467ca17e5db7aca5ee77", "links": {"self": "http://172.30.9.23:5000/v3/roles/7db7dc4dc3b4467ca17e5db7aca5ee77"}, "name": "Member"}, {"domain_id": null, "id": "93f1cddb8fa548eba1cd5144d172dc67", "links": {"self": "http://172.30.9.23:5000/v3/roles/93f1cddb8fa548eba1cd5144d172dc67"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fd204ef9d173435e894f030692b6cd7b", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd204ef9d173435e894f030692b6cd7b"}, "name": "ResellerAdmin"}]} 2018-10-04 17:45:09,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9c5cbebd-5244-4454-912d-5ee5ad0b011a 2018-10-04 17:45:09,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0828378200531s 2018-10-04 17:45:09,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 17:45:09,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/7db7dc4dc3b4467ca17e5db7aca5ee77 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:45:09,799 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 17:45:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8132e4c-21e5-449f-a49b-e3fc79aa1a45 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 17:45:09,799 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/7db7dc4dc3b4467ca17e5db7aca5ee77 used request id req-e8132e4c-21e5-449f-a49b-e3fc79aa1a45 2018-10-04 17:45:09,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.109106063843s 2018-10-04 17:45:09,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 17:45:09,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=ba31fd8f746c4d30a1873bb694ddc227&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b00eb8426f5cc58c21138de3ac39a2dc518e77" 2018-10-04 17:45:09,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-8c9b887f-1300-4621-9a71-2d0631079b44 Date: Thu, 04 Oct 2018 17:45:09 GMT RESP BODY: {"security_groups": []} 2018-10-04 17:45:09,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=ba31fd8f746c4d30a1873bb694ddc227&name=default used request id req-8c9b887f-1300-4621-9a71-2d0631079b44 2018-10-04 17:45:09,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.177603960037s 2018-10-04 17:45:09,980 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=ba31fd8f746c4d30a1873bb694ddc227&name=default used request id req-8c9b887f-1300-4621-9a71-2d0631079b44 2018-10-04 17:45:09,981 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK